diff --git a/.gitignore b/.gitignore
index 37885fb785..3d26bccb9f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,26 +27,8 @@ test/Logs
~$*
# Never include output folders
-**/Results*/
-**/TDR_Results/
-
-# Example systems which may be or have been under development
-Example_Systems/NYISO*
-Example_Systems/RealSystemExample/PG_Test_2030_p1/
-Example_Systems/RealSystemExample/Inputs/
-Example_Systems/SmallNewEngland/ThreeZones_full*
-Example_Systems/SmallNewEngland/Test_Up_Time/
-Example_Systems/SmallNewEngland/Test_Down_Time/
-2050/
-
-Example_Systems/SmallNewEngland/ThreeZones_full.zip
-Example_Systems/SmallNewEngland/ThreeZones_full/*
-
-Example_Systems/SmallNewEngland/ThreeZones_MultiStage/Inputs/*
-test_get_retirement_period.jl
+**/results*/
+**/TDR_results/
# Test files
-test/TDR/TDR_Results_test
-test/MethodofMorris/morris.csv
-!test/VREStor/Results_true/
-!test/ThreeZones/Results_true/
\ No newline at end of file
+test/TDR/TDR_results_test
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ef375455f5..6d0673a798 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -25,11 +25,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Maintenance formulation for thermal-commit plants (#556).
- Add new tests for GenX: three-zone, multi-stage, electrolyzer, VRE+storage,
piecewise_fuel+CO2, and TDR (#563 and #578).
+- Added a DC OPF method (#543) to calculate power flows across all lines
- Added write_operating_reserve_price_revenue.jl to compute annual operating reserve and regulation revenue.
Added the operating reserve and regulation revenue to net revenue (PR # 611)
- Add functions to compute conflicting constraints when model is infeasible if supported by the solver (#624).
- New settings parameter, VirtualChargeDischargeCost to test script and VREStor example case. The PR 608 attempts to
introduce this parameter as cost of virtual charging and discharging to avoid unusual results (#608).
+- New settings parameter, StorageVirtualDischarge, to turn storage virtual charging and discharging off if desired by the user (#638).
### Fixed
@@ -71,6 +73,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
The new files are: `Thermal.csv`, `Hydro.csv`, `Vre.csv`, `Storage.csv`, `Flex_demand.csv`, `Must_run.csv`,
`Electrolyzer.csv`, and `Vre_stor.csv`. The examples have been updated, and new tests have been added to
check the new data format (#612).
+- The settings parameter `Reserves` has been renamed to `OperationalReserves`, `Reserves.csv` to
+ `Operational_reserves.csv`, and the `.jl` files contain the word `reserves` have been renamed to
+ `operational_reserves` (#641).
+- New folder structure for a GenX case. The input files are now organized in the following folders: `settings`,
+ `policies`, `resources` and `system`. The examples and tests have been updated to reflect this change.
### Deprecated
- The above `load` keys, which generally refer to electrical demand, are being deprecated.
diff --git a/Example_Systems/Electrolyzer_Example/Fuels_data.csv b/Example_Systems/Electrolyzer_Example/Fuels_data.csv
deleted file mode 100644
index f9186f5da6..0000000000
--- a/Example_Systems/Electrolyzer_Example/Fuels_data.csv
+++ /dev/null
@@ -1,8762 +0,0 @@
-Time_Index,NG,None
-0,0.05306,0
-1,5.28,0
-2,5.28,0
-3,5.28,0
-4,5.28,0
-5,5.28,0
-6,5.28,0
-7,5.28,0
-8,5.28,0
-9,5.28,0
-10,5.28,0
-11,5.28,0
-12,5.28,0
-13,5.28,0
-14,5.28,0
-15,5.28,0
-16,5.28,0
-17,5.28,0
-18,5.28,0
-19,5.28,0
-20,5.28,0
-21,5.28,0
-22,5.28,0
-23,5.28,0
-24,5.28,0
-25,5.28,0
-26,5.28,0
-27,5.28,0
-28,5.28,0
-29,5.28,0
-30,5.28,0
-31,5.28,0
-32,5.28,0
-33,5.28,0
-34,5.28,0
-35,5.28,0
-36,5.28,0
-37,5.28,0
-38,5.28,0
-39,5.28,0
-40,5.28,0
-41,5.28,0
-42,5.28,0
-43,5.28,0
-44,5.28,0
-45,5.28,0
-46,5.28,0
-47,5.28,0
-48,5.28,0
-49,5.28,0
-50,5.28,0
-51,5.28,0
-52,5.28,0
-53,5.28,0
-54,5.28,0
-55,5.28,0
-56,5.28,0
-57,5.28,0
-58,5.28,0
-59,5.28,0
-60,5.28,0
-61,5.28,0
-62,5.28,0
-63,5.28,0
-64,5.28,0
-65,5.28,0
-66,5.28,0
-67,5.28,0
-68,5.28,0
-69,5.28,0
-70,5.28,0
-71,5.28,0
-72,5.28,0
-73,5.28,0
-74,5.28,0
-75,5.28,0
-76,5.28,0
-77,5.28,0
-78,5.28,0
-79,5.28,0
-80,5.28,0
-81,5.28,0
-82,5.28,0
-83,5.28,0
-84,5.28,0
-85,5.28,0
-86,5.28,0
-87,5.28,0
-88,5.28,0
-89,5.28,0
-90,5.28,0
-91,5.28,0
-92,5.28,0
-93,5.28,0
-94,5.28,0
-95,5.28,0
-96,5.28,0
-97,5.28,0
-98,5.28,0
-99,5.28,0
-100,5.28,0
-101,5.28,0
-102,5.28,0
-103,5.28,0
-104,5.28,0
-105,5.28,0
-106,5.28,0
-107,5.28,0
-108,5.28,0
-109,5.28,0
-110,5.28,0
-111,5.28,0
-112,5.28,0
-113,5.28,0
-114,5.28,0
-115,5.28,0
-116,5.28,0
-117,5.28,0
-118,5.28,0
-119,5.28,0
-120,5.28,0
-121,5.28,0
-122,5.28,0
-123,5.28,0
-124,5.28,0
-125,5.28,0
-126,5.28,0
-127,5.28,0
-128,5.28,0
-129,5.28,0
-130,5.28,0
-131,5.28,0
-132,5.28,0
-133,5.28,0
-134,5.28,0
-135,5.28,0
-136,5.28,0
-137,5.28,0
-138,5.28,0
-139,5.28,0
-140,5.28,0
-141,5.28,0
-142,5.28,0
-143,5.28,0
-144,5.28,0
-145,5.28,0
-146,5.28,0
-147,5.28,0
-148,5.28,0
-149,5.28,0
-150,5.28,0
-151,5.28,0
-152,5.28,0
-153,5.28,0
-154,5.28,0
-155,5.28,0
-156,5.28,0
-157,5.28,0
-158,5.28,0
-159,5.28,0
-160,5.28,0
-161,5.28,0
-162,5.28,0
-163,5.28,0
-164,5.28,0
-165,5.28,0
-166,5.28,0
-167,5.28,0
-168,5.28,0
-169,5.28,0
-170,5.28,0
-171,5.28,0
-172,5.28,0
-173,5.28,0
-174,5.28,0
-175,5.28,0
-176,5.28,0
-177,5.28,0
-178,5.28,0
-179,5.28,0
-180,5.28,0
-181,5.28,0
-182,5.28,0
-183,5.28,0
-184,5.28,0
-185,5.28,0
-186,5.28,0
-187,5.28,0
-188,5.28,0
-189,5.28,0
-190,5.28,0
-191,5.28,0
-192,5.28,0
-193,5.28,0
-194,5.28,0
-195,5.28,0
-196,5.28,0
-197,5.28,0
-198,5.28,0
-199,5.28,0
-200,5.28,0
-201,5.28,0
-202,5.28,0
-203,5.28,0
-204,5.28,0
-205,5.28,0
-206,5.28,0
-207,5.28,0
-208,5.28,0
-209,5.28,0
-210,5.28,0
-211,5.28,0
-212,5.28,0
-213,5.28,0
-214,5.28,0
-215,5.28,0
-216,5.28,0
-217,5.28,0
-218,5.28,0
-219,5.28,0
-220,5.28,0
-221,5.28,0
-222,5.28,0
-223,5.28,0
-224,5.28,0
-225,5.28,0
-226,5.28,0
-227,5.28,0
-228,5.28,0
-229,5.28,0
-230,5.28,0
-231,5.28,0
-232,5.28,0
-233,5.28,0
-234,5.28,0
-235,5.28,0
-236,5.28,0
-237,5.28,0
-238,5.28,0
-239,5.28,0
-240,5.28,0
-241,5.28,0
-242,5.28,0
-243,5.28,0
-244,5.28,0
-245,5.28,0
-246,5.28,0
-247,5.28,0
-248,5.28,0
-249,5.28,0
-250,5.28,0
-251,5.28,0
-252,5.28,0
-253,5.28,0
-254,5.28,0
-255,5.28,0
-256,5.28,0
-257,5.28,0
-258,5.28,0
-259,5.28,0
-260,5.28,0
-261,5.28,0
-262,5.28,0
-263,5.28,0
-264,5.28,0
-265,5.28,0
-266,5.28,0
-267,5.28,0
-268,5.28,0
-269,5.28,0
-270,5.28,0
-271,5.28,0
-272,5.28,0
-273,5.28,0
-274,5.28,0
-275,5.28,0
-276,5.28,0
-277,5.28,0
-278,5.28,0
-279,5.28,0
-280,5.28,0
-281,5.28,0
-282,5.28,0
-283,5.28,0
-284,5.28,0
-285,5.28,0
-286,5.28,0
-287,5.28,0
-288,5.28,0
-289,5.28,0
-290,5.28,0
-291,5.28,0
-292,5.28,0
-293,5.28,0
-294,5.28,0
-295,5.28,0
-296,5.28,0
-297,5.28,0
-298,5.28,0
-299,5.28,0
-300,5.28,0
-301,5.28,0
-302,5.28,0
-303,5.28,0
-304,5.28,0
-305,5.28,0
-306,5.28,0
-307,5.28,0
-308,5.28,0
-309,5.28,0
-310,5.28,0
-311,5.28,0
-312,5.28,0
-313,5.28,0
-314,5.28,0
-315,5.28,0
-316,5.28,0
-317,5.28,0
-318,5.28,0
-319,5.28,0
-320,5.28,0
-321,5.28,0
-322,5.28,0
-323,5.28,0
-324,5.28,0
-325,5.28,0
-326,5.28,0
-327,5.28,0
-328,5.28,0
-329,5.28,0
-330,5.28,0
-331,5.28,0
-332,5.28,0
-333,5.28,0
-334,5.28,0
-335,5.28,0
-336,5.28,0
-337,5.28,0
-338,5.28,0
-339,5.28,0
-340,5.28,0
-341,5.28,0
-342,5.28,0
-343,5.28,0
-344,5.28,0
-345,5.28,0
-346,5.28,0
-347,5.28,0
-348,5.28,0
-349,5.28,0
-350,5.28,0
-351,5.28,0
-352,5.28,0
-353,5.28,0
-354,5.28,0
-355,5.28,0
-356,5.28,0
-357,5.28,0
-358,5.28,0
-359,5.28,0
-360,5.28,0
-361,5.28,0
-362,5.28,0
-363,5.28,0
-364,5.28,0
-365,5.28,0
-366,5.28,0
-367,5.28,0
-368,5.28,0
-369,5.28,0
-370,5.28,0
-371,5.28,0
-372,5.28,0
-373,5.28,0
-374,5.28,0
-375,5.28,0
-376,5.28,0
-377,5.28,0
-378,5.28,0
-379,5.28,0
-380,5.28,0
-381,5.28,0
-382,5.28,0
-383,5.28,0
-384,5.28,0
-385,5.28,0
-386,5.28,0
-387,5.28,0
-388,5.28,0
-389,5.28,0
-390,5.28,0
-391,5.28,0
-392,5.28,0
-393,5.28,0
-394,5.28,0
-395,5.28,0
-396,5.28,0
-397,5.28,0
-398,5.28,0
-399,5.28,0
-400,5.28,0
-401,5.28,0
-402,5.28,0
-403,5.28,0
-404,5.28,0
-405,5.28,0
-406,5.28,0
-407,5.28,0
-408,5.28,0
-409,5.28,0
-410,5.28,0
-411,5.28,0
-412,5.28,0
-413,5.28,0
-414,5.28,0
-415,5.28,0
-416,5.28,0
-417,5.28,0
-418,5.28,0
-419,5.28,0
-420,5.28,0
-421,5.28,0
-422,5.28,0
-423,5.28,0
-424,5.28,0
-425,5.28,0
-426,5.28,0
-427,5.28,0
-428,5.28,0
-429,5.28,0
-430,5.28,0
-431,5.28,0
-432,5.28,0
-433,5.28,0
-434,5.28,0
-435,5.28,0
-436,5.28,0
-437,5.28,0
-438,5.28,0
-439,5.28,0
-440,5.28,0
-441,5.28,0
-442,5.28,0
-443,5.28,0
-444,5.28,0
-445,5.28,0
-446,5.28,0
-447,5.28,0
-448,5.28,0
-449,5.28,0
-450,5.28,0
-451,5.28,0
-452,5.28,0
-453,5.28,0
-454,5.28,0
-455,5.28,0
-456,5.28,0
-457,5.28,0
-458,5.28,0
-459,5.28,0
-460,5.28,0
-461,5.28,0
-462,5.28,0
-463,5.28,0
-464,5.28,0
-465,5.28,0
-466,5.28,0
-467,5.28,0
-468,5.28,0
-469,5.28,0
-470,5.28,0
-471,5.28,0
-472,5.28,0
-473,5.28,0
-474,5.28,0
-475,5.28,0
-476,5.28,0
-477,5.28,0
-478,5.28,0
-479,5.28,0
-480,5.28,0
-481,5.28,0
-482,5.28,0
-483,5.28,0
-484,5.28,0
-485,5.28,0
-486,5.28,0
-487,5.28,0
-488,5.28,0
-489,5.28,0
-490,5.28,0
-491,5.28,0
-492,5.28,0
-493,5.28,0
-494,5.28,0
-495,5.28,0
-496,5.28,0
-497,5.28,0
-498,5.28,0
-499,5.28,0
-500,5.28,0
-501,5.28,0
-502,5.28,0
-503,5.28,0
-504,5.28,0
-505,5.28,0
-506,5.28,0
-507,5.28,0
-508,5.28,0
-509,5.28,0
-510,5.28,0
-511,5.28,0
-512,5.28,0
-513,5.28,0
-514,5.28,0
-515,5.28,0
-516,5.28,0
-517,5.28,0
-518,5.28,0
-519,5.28,0
-520,5.28,0
-521,5.28,0
-522,5.28,0
-523,5.28,0
-524,5.28,0
-525,5.28,0
-526,5.28,0
-527,5.28,0
-528,5.28,0
-529,5.28,0
-530,5.28,0
-531,5.28,0
-532,5.28,0
-533,5.28,0
-534,5.28,0
-535,5.28,0
-536,5.28,0
-537,5.28,0
-538,5.28,0
-539,5.28,0
-540,5.28,0
-541,5.28,0
-542,5.28,0
-543,5.28,0
-544,5.28,0
-545,5.28,0
-546,5.28,0
-547,5.28,0
-548,5.28,0
-549,5.28,0
-550,5.28,0
-551,5.28,0
-552,5.28,0
-553,5.28,0
-554,5.28,0
-555,5.28,0
-556,5.28,0
-557,5.28,0
-558,5.28,0
-559,5.28,0
-560,5.28,0
-561,5.28,0
-562,5.28,0
-563,5.28,0
-564,5.28,0
-565,5.28,0
-566,5.28,0
-567,5.28,0
-568,5.28,0
-569,5.28,0
-570,5.28,0
-571,5.28,0
-572,5.28,0
-573,5.28,0
-574,5.28,0
-575,5.28,0
-576,5.28,0
-577,5.28,0
-578,5.28,0
-579,5.28,0
-580,5.28,0
-581,5.28,0
-582,5.28,0
-583,5.28,0
-584,5.28,0
-585,5.28,0
-586,5.28,0
-587,5.28,0
-588,5.28,0
-589,5.28,0
-590,5.28,0
-591,5.28,0
-592,5.28,0
-593,5.28,0
-594,5.28,0
-595,5.28,0
-596,5.28,0
-597,5.28,0
-598,5.28,0
-599,5.28,0
-600,5.28,0
-601,5.28,0
-602,5.28,0
-603,5.28,0
-604,5.28,0
-605,5.28,0
-606,5.28,0
-607,5.28,0
-608,5.28,0
-609,5.28,0
-610,5.28,0
-611,5.28,0
-612,5.28,0
-613,5.28,0
-614,5.28,0
-615,5.28,0
-616,5.28,0
-617,5.28,0
-618,5.28,0
-619,5.28,0
-620,5.28,0
-621,5.28,0
-622,5.28,0
-623,5.28,0
-624,5.28,0
-625,5.28,0
-626,5.28,0
-627,5.28,0
-628,5.28,0
-629,5.28,0
-630,5.28,0
-631,5.28,0
-632,5.28,0
-633,5.28,0
-634,5.28,0
-635,5.28,0
-636,5.28,0
-637,5.28,0
-638,5.28,0
-639,5.28,0
-640,5.28,0
-641,5.28,0
-642,5.28,0
-643,5.28,0
-644,5.28,0
-645,5.28,0
-646,5.28,0
-647,5.28,0
-648,5.28,0
-649,5.28,0
-650,5.28,0
-651,5.28,0
-652,5.28,0
-653,5.28,0
-654,5.28,0
-655,5.28,0
-656,5.28,0
-657,5.28,0
-658,5.28,0
-659,5.28,0
-660,5.28,0
-661,5.28,0
-662,5.28,0
-663,5.28,0
-664,5.28,0
-665,5.28,0
-666,5.28,0
-667,5.28,0
-668,5.28,0
-669,5.28,0
-670,5.28,0
-671,5.28,0
-672,5.28,0
-673,5.28,0
-674,5.28,0
-675,5.28,0
-676,5.28,0
-677,5.28,0
-678,5.28,0
-679,5.28,0
-680,5.28,0
-681,5.28,0
-682,5.28,0
-683,5.28,0
-684,5.28,0
-685,5.28,0
-686,5.28,0
-687,5.28,0
-688,5.28,0
-689,5.28,0
-690,5.28,0
-691,5.28,0
-692,5.28,0
-693,5.28,0
-694,5.28,0
-695,5.28,0
-696,5.28,0
-697,5.28,0
-698,5.28,0
-699,5.28,0
-700,5.28,0
-701,5.28,0
-702,5.28,0
-703,5.28,0
-704,5.28,0
-705,5.28,0
-706,5.28,0
-707,5.28,0
-708,5.28,0
-709,5.28,0
-710,5.28,0
-711,5.28,0
-712,5.28,0
-713,5.28,0
-714,5.28,0
-715,5.28,0
-716,5.28,0
-717,5.28,0
-718,5.28,0
-719,5.28,0
-720,5.28,0
-721,5.28,0
-722,5.28,0
-723,5.28,0
-724,5.28,0
-725,5.28,0
-726,5.28,0
-727,5.28,0
-728,5.28,0
-729,5.28,0
-730,5.28,0
-731,5.28,0
-732,5.28,0
-733,5.28,0
-734,5.28,0
-735,5.28,0
-736,5.28,0
-737,5.28,0
-738,5.28,0
-739,5.28,0
-740,5.28,0
-741,5.28,0
-742,5.28,0
-743,5.28,0
-744,5.28,0
-745,3.98,0
-746,3.98,0
-747,3.98,0
-748,3.98,0
-749,3.98,0
-750,3.98,0
-751,3.98,0
-752,3.98,0
-753,3.98,0
-754,3.98,0
-755,3.98,0
-756,3.98,0
-757,3.98,0
-758,3.98,0
-759,3.98,0
-760,3.98,0
-761,3.98,0
-762,3.98,0
-763,3.98,0
-764,3.98,0
-765,3.98,0
-766,3.98,0
-767,3.98,0
-768,3.98,0
-769,3.98,0
-770,3.98,0
-771,3.98,0
-772,3.98,0
-773,3.98,0
-774,3.98,0
-775,3.98,0
-776,3.98,0
-777,3.98,0
-778,3.98,0
-779,3.98,0
-780,3.98,0
-781,3.98,0
-782,3.98,0
-783,3.98,0
-784,3.98,0
-785,3.98,0
-786,3.98,0
-787,3.98,0
-788,3.98,0
-789,3.98,0
-790,3.98,0
-791,3.98,0
-792,3.98,0
-793,3.98,0
-794,3.98,0
-795,3.98,0
-796,3.98,0
-797,3.98,0
-798,3.98,0
-799,3.98,0
-800,3.98,0
-801,3.98,0
-802,3.98,0
-803,3.98,0
-804,3.98,0
-805,3.98,0
-806,3.98,0
-807,3.98,0
-808,3.98,0
-809,3.98,0
-810,3.98,0
-811,3.98,0
-812,3.98,0
-813,3.98,0
-814,3.98,0
-815,3.98,0
-816,3.98,0
-817,3.98,0
-818,3.98,0
-819,3.98,0
-820,3.98,0
-821,3.98,0
-822,3.98,0
-823,3.98,0
-824,3.98,0
-825,3.98,0
-826,3.98,0
-827,3.98,0
-828,3.98,0
-829,3.98,0
-830,3.98,0
-831,3.98,0
-832,3.98,0
-833,3.98,0
-834,3.98,0
-835,3.98,0
-836,3.98,0
-837,3.98,0
-838,3.98,0
-839,3.98,0
-840,3.98,0
-841,3.98,0
-842,3.98,0
-843,3.98,0
-844,3.98,0
-845,3.98,0
-846,3.98,0
-847,3.98,0
-848,3.98,0
-849,3.98,0
-850,3.98,0
-851,3.98,0
-852,3.98,0
-853,3.98,0
-854,3.98,0
-855,3.98,0
-856,3.98,0
-857,3.98,0
-858,3.98,0
-859,3.98,0
-860,3.98,0
-861,3.98,0
-862,3.98,0
-863,3.98,0
-864,3.98,0
-865,3.98,0
-866,3.98,0
-867,3.98,0
-868,3.98,0
-869,3.98,0
-870,3.98,0
-871,3.98,0
-872,3.98,0
-873,3.98,0
-874,3.98,0
-875,3.98,0
-876,3.98,0
-877,3.98,0
-878,3.98,0
-879,3.98,0
-880,3.98,0
-881,3.98,0
-882,3.98,0
-883,3.98,0
-884,3.98,0
-885,3.98,0
-886,3.98,0
-887,3.98,0
-888,3.98,0
-889,3.98,0
-890,3.98,0
-891,3.98,0
-892,3.98,0
-893,3.98,0
-894,3.98,0
-895,3.98,0
-896,3.98,0
-897,3.98,0
-898,3.98,0
-899,3.98,0
-900,3.98,0
-901,3.98,0
-902,3.98,0
-903,3.98,0
-904,3.98,0
-905,3.98,0
-906,3.98,0
-907,3.98,0
-908,3.98,0
-909,3.98,0
-910,3.98,0
-911,3.98,0
-912,3.98,0
-913,3.98,0
-914,3.98,0
-915,3.98,0
-916,3.98,0
-917,3.98,0
-918,3.98,0
-919,3.98,0
-920,3.98,0
-921,3.98,0
-922,3.98,0
-923,3.98,0
-924,3.98,0
-925,3.98,0
-926,3.98,0
-927,3.98,0
-928,3.98,0
-929,3.98,0
-930,3.98,0
-931,3.98,0
-932,3.98,0
-933,3.98,0
-934,3.98,0
-935,3.98,0
-936,3.98,0
-937,3.98,0
-938,3.98,0
-939,3.98,0
-940,3.98,0
-941,3.98,0
-942,3.98,0
-943,3.98,0
-944,3.98,0
-945,3.98,0
-946,3.98,0
-947,3.98,0
-948,3.98,0
-949,3.98,0
-950,3.98,0
-951,3.98,0
-952,3.98,0
-953,3.98,0
-954,3.98,0
-955,3.98,0
-956,3.98,0
-957,3.98,0
-958,3.98,0
-959,3.98,0
-960,3.98,0
-961,3.98,0
-962,3.98,0
-963,3.98,0
-964,3.98,0
-965,3.98,0
-966,3.98,0
-967,3.98,0
-968,3.98,0
-969,3.98,0
-970,3.98,0
-971,3.98,0
-972,3.98,0
-973,3.98,0
-974,3.98,0
-975,3.98,0
-976,3.98,0
-977,3.98,0
-978,3.98,0
-979,3.98,0
-980,3.98,0
-981,3.98,0
-982,3.98,0
-983,3.98,0
-984,3.98,0
-985,3.98,0
-986,3.98,0
-987,3.98,0
-988,3.98,0
-989,3.98,0
-990,3.98,0
-991,3.98,0
-992,3.98,0
-993,3.98,0
-994,3.98,0
-995,3.98,0
-996,3.98,0
-997,3.98,0
-998,3.98,0
-999,3.98,0
-1000,3.98,0
-1001,3.98,0
-1002,3.98,0
-1003,3.98,0
-1004,3.98,0
-1005,3.98,0
-1006,3.98,0
-1007,3.98,0
-1008,3.98,0
-1009,3.98,0
-1010,3.98,0
-1011,3.98,0
-1012,3.98,0
-1013,3.98,0
-1014,3.98,0
-1015,3.98,0
-1016,3.98,0
-1017,3.98,0
-1018,3.98,0
-1019,3.98,0
-1020,3.98,0
-1021,3.98,0
-1022,3.98,0
-1023,3.98,0
-1024,3.98,0
-1025,3.98,0
-1026,3.98,0
-1027,3.98,0
-1028,3.98,0
-1029,3.98,0
-1030,3.98,0
-1031,3.98,0
-1032,3.98,0
-1033,3.98,0
-1034,3.98,0
-1035,3.98,0
-1036,3.98,0
-1037,3.98,0
-1038,3.98,0
-1039,3.98,0
-1040,3.98,0
-1041,3.98,0
-1042,3.98,0
-1043,3.98,0
-1044,3.98,0
-1045,3.98,0
-1046,3.98,0
-1047,3.98,0
-1048,3.98,0
-1049,3.98,0
-1050,3.98,0
-1051,3.98,0
-1052,3.98,0
-1053,3.98,0
-1054,3.98,0
-1055,3.98,0
-1056,3.98,0
-1057,3.98,0
-1058,3.98,0
-1059,3.98,0
-1060,3.98,0
-1061,3.98,0
-1062,3.98,0
-1063,3.98,0
-1064,3.98,0
-1065,3.98,0
-1066,3.98,0
-1067,3.98,0
-1068,3.98,0
-1069,3.98,0
-1070,3.98,0
-1071,3.98,0
-1072,3.98,0
-1073,3.98,0
-1074,3.98,0
-1075,3.98,0
-1076,3.98,0
-1077,3.98,0
-1078,3.98,0
-1079,3.98,0
-1080,3.98,0
-1081,3.98,0
-1082,3.98,0
-1083,3.98,0
-1084,3.98,0
-1085,3.98,0
-1086,3.98,0
-1087,3.98,0
-1088,3.98,0
-1089,3.98,0
-1090,3.98,0
-1091,3.98,0
-1092,3.98,0
-1093,3.98,0
-1094,3.98,0
-1095,3.98,0
-1096,3.98,0
-1097,3.98,0
-1098,3.98,0
-1099,3.98,0
-1100,3.98,0
-1101,3.98,0
-1102,3.98,0
-1103,3.98,0
-1104,3.98,0
-1105,3.98,0
-1106,3.98,0
-1107,3.98,0
-1108,3.98,0
-1109,3.98,0
-1110,3.98,0
-1111,3.98,0
-1112,3.98,0
-1113,3.98,0
-1114,3.98,0
-1115,3.98,0
-1116,3.98,0
-1117,3.98,0
-1118,3.98,0
-1119,3.98,0
-1120,3.98,0
-1121,3.98,0
-1122,3.98,0
-1123,3.98,0
-1124,3.98,0
-1125,3.98,0
-1126,3.98,0
-1127,3.98,0
-1128,3.98,0
-1129,3.98,0
-1130,3.98,0
-1131,3.98,0
-1132,3.98,0
-1133,3.98,0
-1134,3.98,0
-1135,3.98,0
-1136,3.98,0
-1137,3.98,0
-1138,3.98,0
-1139,3.98,0
-1140,3.98,0
-1141,3.98,0
-1142,3.98,0
-1143,3.98,0
-1144,3.98,0
-1145,3.98,0
-1146,3.98,0
-1147,3.98,0
-1148,3.98,0
-1149,3.98,0
-1150,3.98,0
-1151,3.98,0
-1152,3.98,0
-1153,3.98,0
-1154,3.98,0
-1155,3.98,0
-1156,3.98,0
-1157,3.98,0
-1158,3.98,0
-1159,3.98,0
-1160,3.98,0
-1161,3.98,0
-1162,3.98,0
-1163,3.98,0
-1164,3.98,0
-1165,3.98,0
-1166,3.98,0
-1167,3.98,0
-1168,3.98,0
-1169,3.98,0
-1170,3.98,0
-1171,3.98,0
-1172,3.98,0
-1173,3.98,0
-1174,3.98,0
-1175,3.98,0
-1176,3.98,0
-1177,3.98,0
-1178,3.98,0
-1179,3.98,0
-1180,3.98,0
-1181,3.98,0
-1182,3.98,0
-1183,3.98,0
-1184,3.98,0
-1185,3.98,0
-1186,3.98,0
-1187,3.98,0
-1188,3.98,0
-1189,3.98,0
-1190,3.98,0
-1191,3.98,0
-1192,3.98,0
-1193,3.98,0
-1194,3.98,0
-1195,3.98,0
-1196,3.98,0
-1197,3.98,0
-1198,3.98,0
-1199,3.98,0
-1200,3.98,0
-1201,3.98,0
-1202,3.98,0
-1203,3.98,0
-1204,3.98,0
-1205,3.98,0
-1206,3.98,0
-1207,3.98,0
-1208,3.98,0
-1209,3.98,0
-1210,3.98,0
-1211,3.98,0
-1212,3.98,0
-1213,3.98,0
-1214,3.98,0
-1215,3.98,0
-1216,3.98,0
-1217,3.98,0
-1218,3.98,0
-1219,3.98,0
-1220,3.98,0
-1221,3.98,0
-1222,3.98,0
-1223,3.98,0
-1224,3.98,0
-1225,3.98,0
-1226,3.98,0
-1227,3.98,0
-1228,3.98,0
-1229,3.98,0
-1230,3.98,0
-1231,3.98,0
-1232,3.98,0
-1233,3.98,0
-1234,3.98,0
-1235,3.98,0
-1236,3.98,0
-1237,3.98,0
-1238,3.98,0
-1239,3.98,0
-1240,3.98,0
-1241,3.98,0
-1242,3.98,0
-1243,3.98,0
-1244,3.98,0
-1245,3.98,0
-1246,3.98,0
-1247,3.98,0
-1248,3.98,0
-1249,3.98,0
-1250,3.98,0
-1251,3.98,0
-1252,3.98,0
-1253,3.98,0
-1254,3.98,0
-1255,3.98,0
-1256,3.98,0
-1257,3.98,0
-1258,3.98,0
-1259,3.98,0
-1260,3.98,0
-1261,3.98,0
-1262,3.98,0
-1263,3.98,0
-1264,3.98,0
-1265,3.98,0
-1266,3.98,0
-1267,3.98,0
-1268,3.98,0
-1269,3.98,0
-1270,3.98,0
-1271,3.98,0
-1272,3.98,0
-1273,3.98,0
-1274,3.98,0
-1275,3.98,0
-1276,3.98,0
-1277,3.98,0
-1278,3.98,0
-1279,3.98,0
-1280,3.98,0
-1281,3.98,0
-1282,3.98,0
-1283,3.98,0
-1284,3.98,0
-1285,3.98,0
-1286,3.98,0
-1287,3.98,0
-1288,3.98,0
-1289,3.98,0
-1290,3.98,0
-1291,3.98,0
-1292,3.98,0
-1293,3.98,0
-1294,3.98,0
-1295,3.98,0
-1296,3.98,0
-1297,3.98,0
-1298,3.98,0
-1299,3.98,0
-1300,3.98,0
-1301,3.98,0
-1302,3.98,0
-1303,3.98,0
-1304,3.98,0
-1305,3.98,0
-1306,3.98,0
-1307,3.98,0
-1308,3.98,0
-1309,3.98,0
-1310,3.98,0
-1311,3.98,0
-1312,3.98,0
-1313,3.98,0
-1314,3.98,0
-1315,3.98,0
-1316,3.98,0
-1317,3.98,0
-1318,3.98,0
-1319,3.98,0
-1320,3.98,0
-1321,3.98,0
-1322,3.98,0
-1323,3.98,0
-1324,3.98,0
-1325,3.98,0
-1326,3.98,0
-1327,3.98,0
-1328,3.98,0
-1329,3.98,0
-1330,3.98,0
-1331,3.98,0
-1332,3.98,0
-1333,3.98,0
-1334,3.98,0
-1335,3.98,0
-1336,3.98,0
-1337,3.98,0
-1338,3.98,0
-1339,3.98,0
-1340,3.98,0
-1341,3.98,0
-1342,3.98,0
-1343,3.98,0
-1344,3.98,0
-1345,3.98,0
-1346,3.98,0
-1347,3.98,0
-1348,3.98,0
-1349,3.98,0
-1350,3.98,0
-1351,3.98,0
-1352,3.98,0
-1353,3.98,0
-1354,3.98,0
-1355,3.98,0
-1356,3.98,0
-1357,3.98,0
-1358,3.98,0
-1359,3.98,0
-1360,3.98,0
-1361,3.98,0
-1362,3.98,0
-1363,3.98,0
-1364,3.98,0
-1365,3.98,0
-1366,3.98,0
-1367,3.98,0
-1368,3.98,0
-1369,3.98,0
-1370,3.98,0
-1371,3.98,0
-1372,3.98,0
-1373,3.98,0
-1374,3.98,0
-1375,3.98,0
-1376,3.98,0
-1377,3.98,0
-1378,3.98,0
-1379,3.98,0
-1380,3.98,0
-1381,3.98,0
-1382,3.98,0
-1383,3.98,0
-1384,3.98,0
-1385,3.98,0
-1386,3.98,0
-1387,3.98,0
-1388,3.98,0
-1389,3.98,0
-1390,3.98,0
-1391,3.98,0
-1392,3.98,0
-1393,3.98,0
-1394,3.98,0
-1395,3.98,0
-1396,3.98,0
-1397,3.98,0
-1398,3.98,0
-1399,3.98,0
-1400,3.98,0
-1401,3.98,0
-1402,3.98,0
-1403,3.98,0
-1404,3.98,0
-1405,3.98,0
-1406,3.98,0
-1407,3.98,0
-1408,3.98,0
-1409,3.98,0
-1410,3.98,0
-1411,3.98,0
-1412,3.98,0
-1413,3.98,0
-1414,3.98,0
-1415,3.98,0
-1416,3.98,0
-1417,3.98,0
-1418,3.98,0
-1419,3.98,0
-1420,3.98,0
-1421,3.98,0
-1422,3.98,0
-1423,3.98,0
-1424,3.98,0
-1425,3.98,0
-1426,3.98,0
-1427,3.98,0
-1428,3.98,0
-1429,3.98,0
-1430,3.98,0
-1431,3.98,0
-1432,3.98,0
-1433,3.98,0
-1434,3.98,0
-1435,3.98,0
-1436,3.98,0
-1437,3.98,0
-1438,3.98,0
-1439,3.98,0
-1440,3.98,0
-1441,3.69,0
-1442,3.69,0
-1443,3.69,0
-1444,3.69,0
-1445,3.69,0
-1446,3.69,0
-1447,3.69,0
-1448,3.69,0
-1449,3.69,0
-1450,3.69,0
-1451,3.69,0
-1452,3.69,0
-1453,3.69,0
-1454,3.69,0
-1455,3.69,0
-1456,3.69,0
-1457,3.69,0
-1458,3.69,0
-1459,3.69,0
-1460,3.69,0
-1461,3.69,0
-1462,3.69,0
-1463,3.69,0
-1464,3.69,0
-1465,3.69,0
-1466,3.69,0
-1467,3.69,0
-1468,3.69,0
-1469,3.69,0
-1470,3.69,0
-1471,3.69,0
-1472,3.69,0
-1473,3.69,0
-1474,3.69,0
-1475,3.69,0
-1476,3.69,0
-1477,3.69,0
-1478,3.69,0
-1479,3.69,0
-1480,3.69,0
-1481,3.69,0
-1482,3.69,0
-1483,3.69,0
-1484,3.69,0
-1485,3.69,0
-1486,3.69,0
-1487,3.69,0
-1488,3.69,0
-1489,3.69,0
-1490,3.69,0
-1491,3.69,0
-1492,3.69,0
-1493,3.69,0
-1494,3.69,0
-1495,3.69,0
-1496,3.69,0
-1497,3.69,0
-1498,3.69,0
-1499,3.69,0
-1500,3.69,0
-1501,3.69,0
-1502,3.69,0
-1503,3.69,0
-1504,3.69,0
-1505,3.69,0
-1506,3.69,0
-1507,3.69,0
-1508,3.69,0
-1509,3.69,0
-1510,3.69,0
-1511,3.69,0
-1512,3.69,0
-1513,3.69,0
-1514,3.69,0
-1515,3.69,0
-1516,3.69,0
-1517,3.69,0
-1518,3.69,0
-1519,3.69,0
-1520,3.69,0
-1521,3.69,0
-1522,3.69,0
-1523,3.69,0
-1524,3.69,0
-1525,3.69,0
-1526,3.69,0
-1527,3.69,0
-1528,3.69,0
-1529,3.69,0
-1530,3.69,0
-1531,3.69,0
-1532,3.69,0
-1533,3.69,0
-1534,3.69,0
-1535,3.69,0
-1536,3.69,0
-1537,3.69,0
-1538,3.69,0
-1539,3.69,0
-1540,3.69,0
-1541,3.69,0
-1542,3.69,0
-1543,3.69,0
-1544,3.69,0
-1545,3.69,0
-1546,3.69,0
-1547,3.69,0
-1548,3.69,0
-1549,3.69,0
-1550,3.69,0
-1551,3.69,0
-1552,3.69,0
-1553,3.69,0
-1554,3.69,0
-1555,3.69,0
-1556,3.69,0
-1557,3.69,0
-1558,3.69,0
-1559,3.69,0
-1560,3.69,0
-1561,3.69,0
-1562,3.69,0
-1563,3.69,0
-1564,3.69,0
-1565,3.69,0
-1566,3.69,0
-1567,3.69,0
-1568,3.69,0
-1569,3.69,0
-1570,3.69,0
-1571,3.69,0
-1572,3.69,0
-1573,3.69,0
-1574,3.69,0
-1575,3.69,0
-1576,3.69,0
-1577,3.69,0
-1578,3.69,0
-1579,3.69,0
-1580,3.69,0
-1581,3.69,0
-1582,3.69,0
-1583,3.69,0
-1584,3.69,0
-1585,3.69,0
-1586,3.69,0
-1587,3.69,0
-1588,3.69,0
-1589,3.69,0
-1590,3.69,0
-1591,3.69,0
-1592,3.69,0
-1593,3.69,0
-1594,3.69,0
-1595,3.69,0
-1596,3.69,0
-1597,3.69,0
-1598,3.69,0
-1599,3.69,0
-1600,3.69,0
-1601,3.69,0
-1602,3.69,0
-1603,3.69,0
-1604,3.69,0
-1605,3.69,0
-1606,3.69,0
-1607,3.69,0
-1608,3.69,0
-1609,3.69,0
-1610,3.69,0
-1611,3.69,0
-1612,3.69,0
-1613,3.69,0
-1614,3.69,0
-1615,3.69,0
-1616,3.69,0
-1617,3.69,0
-1618,3.69,0
-1619,3.69,0
-1620,3.69,0
-1621,3.69,0
-1622,3.69,0
-1623,3.69,0
-1624,3.69,0
-1625,3.69,0
-1626,3.69,0
-1627,3.69,0
-1628,3.69,0
-1629,3.69,0
-1630,3.69,0
-1631,3.69,0
-1632,3.69,0
-1633,3.69,0
-1634,3.69,0
-1635,3.69,0
-1636,3.69,0
-1637,3.69,0
-1638,3.69,0
-1639,3.69,0
-1640,3.69,0
-1641,3.69,0
-1642,3.69,0
-1643,3.69,0
-1644,3.69,0
-1645,3.69,0
-1646,3.69,0
-1647,3.69,0
-1648,3.69,0
-1649,3.69,0
-1650,3.69,0
-1651,3.69,0
-1652,3.69,0
-1653,3.69,0
-1654,3.69,0
-1655,3.69,0
-1656,3.69,0
-1657,3.69,0
-1658,3.69,0
-1659,3.69,0
-1660,3.69,0
-1661,3.69,0
-1662,3.69,0
-1663,3.69,0
-1664,3.69,0
-1665,3.69,0
-1666,3.69,0
-1667,3.69,0
-1668,3.69,0
-1669,3.69,0
-1670,3.69,0
-1671,3.69,0
-1672,3.69,0
-1673,3.69,0
-1674,3.69,0
-1675,3.69,0
-1676,3.69,0
-1677,3.69,0
-1678,3.69,0
-1679,3.69,0
-1680,3.69,0
-1681,3.69,0
-1682,3.69,0
-1683,3.69,0
-1684,3.69,0
-1685,3.69,0
-1686,3.69,0
-1687,3.69,0
-1688,3.69,0
-1689,3.69,0
-1690,3.69,0
-1691,3.69,0
-1692,3.69,0
-1693,3.69,0
-1694,3.69,0
-1695,3.69,0
-1696,3.69,0
-1697,3.69,0
-1698,3.69,0
-1699,3.69,0
-1700,3.69,0
-1701,3.69,0
-1702,3.69,0
-1703,3.69,0
-1704,3.69,0
-1705,3.69,0
-1706,3.69,0
-1707,3.69,0
-1708,3.69,0
-1709,3.69,0
-1710,3.69,0
-1711,3.69,0
-1712,3.69,0
-1713,3.69,0
-1714,3.69,0
-1715,3.69,0
-1716,3.69,0
-1717,3.69,0
-1718,3.69,0
-1719,3.69,0
-1720,3.69,0
-1721,3.69,0
-1722,3.69,0
-1723,3.69,0
-1724,3.69,0
-1725,3.69,0
-1726,3.69,0
-1727,3.69,0
-1728,3.69,0
-1729,3.69,0
-1730,3.69,0
-1731,3.69,0
-1732,3.69,0
-1733,3.69,0
-1734,3.69,0
-1735,3.69,0
-1736,3.69,0
-1737,3.69,0
-1738,3.69,0
-1739,3.69,0
-1740,3.69,0
-1741,3.69,0
-1742,3.69,0
-1743,3.69,0
-1744,3.69,0
-1745,3.69,0
-1746,3.69,0
-1747,3.69,0
-1748,3.69,0
-1749,3.69,0
-1750,3.69,0
-1751,3.69,0
-1752,3.69,0
-1753,3.69,0
-1754,3.69,0
-1755,3.69,0
-1756,3.69,0
-1757,3.69,0
-1758,3.69,0
-1759,3.69,0
-1760,3.69,0
-1761,3.69,0
-1762,3.69,0
-1763,3.69,0
-1764,3.69,0
-1765,3.69,0
-1766,3.69,0
-1767,3.69,0
-1768,3.69,0
-1769,3.69,0
-1770,3.69,0
-1771,3.69,0
-1772,3.69,0
-1773,3.69,0
-1774,3.69,0
-1775,3.69,0
-1776,3.69,0
-1777,3.69,0
-1778,3.69,0
-1779,3.69,0
-1780,3.69,0
-1781,3.69,0
-1782,3.69,0
-1783,3.69,0
-1784,3.69,0
-1785,3.69,0
-1786,3.69,0
-1787,3.69,0
-1788,3.69,0
-1789,3.69,0
-1790,3.69,0
-1791,3.69,0
-1792,3.69,0
-1793,3.69,0
-1794,3.69,0
-1795,3.69,0
-1796,3.69,0
-1797,3.69,0
-1798,3.69,0
-1799,3.69,0
-1800,3.69,0
-1801,3.69,0
-1802,3.69,0
-1803,3.69,0
-1804,3.69,0
-1805,3.69,0
-1806,3.69,0
-1807,3.69,0
-1808,3.69,0
-1809,3.69,0
-1810,3.69,0
-1811,3.69,0
-1812,3.69,0
-1813,3.69,0
-1814,3.69,0
-1815,3.69,0
-1816,3.69,0
-1817,3.69,0
-1818,3.69,0
-1819,3.69,0
-1820,3.69,0
-1821,3.69,0
-1822,3.69,0
-1823,3.69,0
-1824,3.69,0
-1825,3.69,0
-1826,3.69,0
-1827,3.69,0
-1828,3.69,0
-1829,3.69,0
-1830,3.69,0
-1831,3.69,0
-1832,3.69,0
-1833,3.69,0
-1834,3.69,0
-1835,3.69,0
-1836,3.69,0
-1837,3.69,0
-1838,3.69,0
-1839,3.69,0
-1840,3.69,0
-1841,3.69,0
-1842,3.69,0
-1843,3.69,0
-1844,3.69,0
-1845,3.69,0
-1846,3.69,0
-1847,3.69,0
-1848,3.69,0
-1849,3.69,0
-1850,3.69,0
-1851,3.69,0
-1852,3.69,0
-1853,3.69,0
-1854,3.69,0
-1855,3.69,0
-1856,3.69,0
-1857,3.69,0
-1858,3.69,0
-1859,3.69,0
-1860,3.69,0
-1861,3.69,0
-1862,3.69,0
-1863,3.69,0
-1864,3.69,0
-1865,3.69,0
-1866,3.69,0
-1867,3.69,0
-1868,3.69,0
-1869,3.69,0
-1870,3.69,0
-1871,3.69,0
-1872,3.69,0
-1873,3.69,0
-1874,3.69,0
-1875,3.69,0
-1876,3.69,0
-1877,3.69,0
-1878,3.69,0
-1879,3.69,0
-1880,3.69,0
-1881,3.69,0
-1882,3.69,0
-1883,3.69,0
-1884,3.69,0
-1885,3.69,0
-1886,3.69,0
-1887,3.69,0
-1888,3.69,0
-1889,3.69,0
-1890,3.69,0
-1891,3.69,0
-1892,3.69,0
-1893,3.69,0
-1894,3.69,0
-1895,3.69,0
-1896,3.69,0
-1897,3.69,0
-1898,3.69,0
-1899,3.69,0
-1900,3.69,0
-1901,3.69,0
-1902,3.69,0
-1903,3.69,0
-1904,3.69,0
-1905,3.69,0
-1906,3.69,0
-1907,3.69,0
-1908,3.69,0
-1909,3.69,0
-1910,3.69,0
-1911,3.69,0
-1912,3.69,0
-1913,3.69,0
-1914,3.69,0
-1915,3.69,0
-1916,3.69,0
-1917,3.69,0
-1918,3.69,0
-1919,3.69,0
-1920,3.69,0
-1921,3.69,0
-1922,3.69,0
-1923,3.69,0
-1924,3.69,0
-1925,3.69,0
-1926,3.69,0
-1927,3.69,0
-1928,3.69,0
-1929,3.69,0
-1930,3.69,0
-1931,3.69,0
-1932,3.69,0
-1933,3.69,0
-1934,3.69,0
-1935,3.69,0
-1936,3.69,0
-1937,3.69,0
-1938,3.69,0
-1939,3.69,0
-1940,3.69,0
-1941,3.69,0
-1942,3.69,0
-1943,3.69,0
-1944,3.69,0
-1945,3.69,0
-1946,3.69,0
-1947,3.69,0
-1948,3.69,0
-1949,3.69,0
-1950,3.69,0
-1951,3.69,0
-1952,3.69,0
-1953,3.69,0
-1954,3.69,0
-1955,3.69,0
-1956,3.69,0
-1957,3.69,0
-1958,3.69,0
-1959,3.69,0
-1960,3.69,0
-1961,3.69,0
-1962,3.69,0
-1963,3.69,0
-1964,3.69,0
-1965,3.69,0
-1966,3.69,0
-1967,3.69,0
-1968,3.69,0
-1969,3.69,0
-1970,3.69,0
-1971,3.69,0
-1972,3.69,0
-1973,3.69,0
-1974,3.69,0
-1975,3.69,0
-1976,3.69,0
-1977,3.69,0
-1978,3.69,0
-1979,3.69,0
-1980,3.69,0
-1981,3.69,0
-1982,3.69,0
-1983,3.69,0
-1984,3.69,0
-1985,3.69,0
-1986,3.69,0
-1987,3.69,0
-1988,3.69,0
-1989,3.69,0
-1990,3.69,0
-1991,3.69,0
-1992,3.69,0
-1993,3.69,0
-1994,3.69,0
-1995,3.69,0
-1996,3.69,0
-1997,3.69,0
-1998,3.69,0
-1999,3.69,0
-2000,3.69,0
-2001,3.69,0
-2002,3.69,0
-2003,3.69,0
-2004,3.69,0
-2005,3.69,0
-2006,3.69,0
-2007,3.69,0
-2008,3.69,0
-2009,3.69,0
-2010,3.69,0
-2011,3.69,0
-2012,3.69,0
-2013,3.69,0
-2014,3.69,0
-2015,3.69,0
-2016,3.69,0
-2017,3.69,0
-2018,3.69,0
-2019,3.69,0
-2020,3.69,0
-2021,3.69,0
-2022,3.69,0
-2023,3.69,0
-2024,3.69,0
-2025,3.69,0
-2026,3.69,0
-2027,3.69,0
-2028,3.69,0
-2029,3.69,0
-2030,3.69,0
-2031,3.69,0
-2032,3.69,0
-2033,3.69,0
-2034,3.69,0
-2035,3.69,0
-2036,3.69,0
-2037,3.69,0
-2038,3.69,0
-2039,3.69,0
-2040,3.69,0
-2041,3.69,0
-2042,3.69,0
-2043,3.69,0
-2044,3.69,0
-2045,3.69,0
-2046,3.69,0
-2047,3.69,0
-2048,3.69,0
-2049,3.69,0
-2050,3.69,0
-2051,3.69,0
-2052,3.69,0
-2053,3.69,0
-2054,3.69,0
-2055,3.69,0
-2056,3.69,0
-2057,3.69,0
-2058,3.69,0
-2059,3.69,0
-2060,3.69,0
-2061,3.69,0
-2062,3.69,0
-2063,3.69,0
-2064,3.69,0
-2065,3.69,0
-2066,3.69,0
-2067,3.69,0
-2068,3.69,0
-2069,3.69,0
-2070,3.69,0
-2071,3.69,0
-2072,3.69,0
-2073,3.69,0
-2074,3.69,0
-2075,3.69,0
-2076,3.69,0
-2077,3.69,0
-2078,3.69,0
-2079,3.69,0
-2080,3.69,0
-2081,3.69,0
-2082,3.69,0
-2083,3.69,0
-2084,3.69,0
-2085,3.69,0
-2086,3.69,0
-2087,3.69,0
-2088,3.69,0
-2089,3.69,0
-2090,3.69,0
-2091,3.69,0
-2092,3.69,0
-2093,3.69,0
-2094,3.69,0
-2095,3.69,0
-2096,3.69,0
-2097,3.69,0
-2098,3.69,0
-2099,3.69,0
-2100,3.69,0
-2101,3.69,0
-2102,3.69,0
-2103,3.69,0
-2104,3.69,0
-2105,3.69,0
-2106,3.69,0
-2107,3.69,0
-2108,3.69,0
-2109,3.69,0
-2110,3.69,0
-2111,3.69,0
-2112,3.69,0
-2113,3.69,0
-2114,3.69,0
-2115,3.69,0
-2116,3.69,0
-2117,3.69,0
-2118,3.69,0
-2119,3.69,0
-2120,3.69,0
-2121,3.69,0
-2122,3.69,0
-2123,3.69,0
-2124,3.69,0
-2125,3.69,0
-2126,3.69,0
-2127,3.69,0
-2128,3.69,0
-2129,3.69,0
-2130,3.69,0
-2131,3.69,0
-2132,3.69,0
-2133,3.69,0
-2134,3.69,0
-2135,3.69,0
-2136,3.69,0
-2137,3.69,0
-2138,3.69,0
-2139,3.69,0
-2140,3.69,0
-2141,3.69,0
-2142,3.69,0
-2143,3.69,0
-2144,3.69,0
-2145,3.69,0
-2146,3.69,0
-2147,3.69,0
-2148,3.69,0
-2149,3.69,0
-2150,3.69,0
-2151,3.69,0
-2152,3.69,0
-2153,3.69,0
-2154,3.69,0
-2155,3.69,0
-2156,3.69,0
-2157,3.69,0
-2158,3.69,0
-2159,3.69,0
-2160,3.69,0
-2161,3.69,0
-2162,3.69,0
-2163,3.69,0
-2164,3.69,0
-2165,3.69,0
-2166,3.69,0
-2167,3.69,0
-2168,3.69,0
-2169,3.69,0
-2170,3.69,0
-2171,3.69,0
-2172,3.69,0
-2173,3.69,0
-2174,3.69,0
-2175,3.69,0
-2176,3.69,0
-2177,3.69,0
-2178,3.69,0
-2179,3.69,0
-2180,3.69,0
-2181,3.69,0
-2182,3.69,0
-2183,3.69,0
-2184,3.69,0
-2185,3.18,0
-2186,3.18,0
-2187,3.18,0
-2188,3.18,0
-2189,3.18,0
-2190,3.18,0
-2191,3.18,0
-2192,3.18,0
-2193,3.18,0
-2194,3.18,0
-2195,3.18,0
-2196,3.18,0
-2197,3.18,0
-2198,3.18,0
-2199,3.18,0
-2200,3.18,0
-2201,3.18,0
-2202,3.18,0
-2203,3.18,0
-2204,3.18,0
-2205,3.18,0
-2206,3.18,0
-2207,3.18,0
-2208,3.18,0
-2209,3.18,0
-2210,3.18,0
-2211,3.18,0
-2212,3.18,0
-2213,3.18,0
-2214,3.18,0
-2215,3.18,0
-2216,3.18,0
-2217,3.18,0
-2218,3.18,0
-2219,3.18,0
-2220,3.18,0
-2221,3.18,0
-2222,3.18,0
-2223,3.18,0
-2224,3.18,0
-2225,3.18,0
-2226,3.18,0
-2227,3.18,0
-2228,3.18,0
-2229,3.18,0
-2230,3.18,0
-2231,3.18,0
-2232,3.18,0
-2233,3.18,0
-2234,3.18,0
-2235,3.18,0
-2236,3.18,0
-2237,3.18,0
-2238,3.18,0
-2239,3.18,0
-2240,3.18,0
-2241,3.18,0
-2242,3.18,0
-2243,3.18,0
-2244,3.18,0
-2245,3.18,0
-2246,3.18,0
-2247,3.18,0
-2248,3.18,0
-2249,3.18,0
-2250,3.18,0
-2251,3.18,0
-2252,3.18,0
-2253,3.18,0
-2254,3.18,0
-2255,3.18,0
-2256,3.18,0
-2257,3.18,0
-2258,3.18,0
-2259,3.18,0
-2260,3.18,0
-2261,3.18,0
-2262,3.18,0
-2263,3.18,0
-2264,3.18,0
-2265,3.18,0
-2266,3.18,0
-2267,3.18,0
-2268,3.18,0
-2269,3.18,0
-2270,3.18,0
-2271,3.18,0
-2272,3.18,0
-2273,3.18,0
-2274,3.18,0
-2275,3.18,0
-2276,3.18,0
-2277,3.18,0
-2278,3.18,0
-2279,3.18,0
-2280,3.18,0
-2281,3.18,0
-2282,3.18,0
-2283,3.18,0
-2284,3.18,0
-2285,3.18,0
-2286,3.18,0
-2287,3.18,0
-2288,3.18,0
-2289,3.18,0
-2290,3.18,0
-2291,3.18,0
-2292,3.18,0
-2293,3.18,0
-2294,3.18,0
-2295,3.18,0
-2296,3.18,0
-2297,3.18,0
-2298,3.18,0
-2299,3.18,0
-2300,3.18,0
-2301,3.18,0
-2302,3.18,0
-2303,3.18,0
-2304,3.18,0
-2305,3.18,0
-2306,3.18,0
-2307,3.18,0
-2308,3.18,0
-2309,3.18,0
-2310,3.18,0
-2311,3.18,0
-2312,3.18,0
-2313,3.18,0
-2314,3.18,0
-2315,3.18,0
-2316,3.18,0
-2317,3.18,0
-2318,3.18,0
-2319,3.18,0
-2320,3.18,0
-2321,3.18,0
-2322,3.18,0
-2323,3.18,0
-2324,3.18,0
-2325,3.18,0
-2326,3.18,0
-2327,3.18,0
-2328,3.18,0
-2329,3.18,0
-2330,3.18,0
-2331,3.18,0
-2332,3.18,0
-2333,3.18,0
-2334,3.18,0
-2335,3.18,0
-2336,3.18,0
-2337,3.18,0
-2338,3.18,0
-2339,3.18,0
-2340,3.18,0
-2341,3.18,0
-2342,3.18,0
-2343,3.18,0
-2344,3.18,0
-2345,3.18,0
-2346,3.18,0
-2347,3.18,0
-2348,3.18,0
-2349,3.18,0
-2350,3.18,0
-2351,3.18,0
-2352,3.18,0
-2353,3.18,0
-2354,3.18,0
-2355,3.18,0
-2356,3.18,0
-2357,3.18,0
-2358,3.18,0
-2359,3.18,0
-2360,3.18,0
-2361,3.18,0
-2362,3.18,0
-2363,3.18,0
-2364,3.18,0
-2365,3.18,0
-2366,3.18,0
-2367,3.18,0
-2368,3.18,0
-2369,3.18,0
-2370,3.18,0
-2371,3.18,0
-2372,3.18,0
-2373,3.18,0
-2374,3.18,0
-2375,3.18,0
-2376,3.18,0
-2377,3.18,0
-2378,3.18,0
-2379,3.18,0
-2380,3.18,0
-2381,3.18,0
-2382,3.18,0
-2383,3.18,0
-2384,3.18,0
-2385,3.18,0
-2386,3.18,0
-2387,3.18,0
-2388,3.18,0
-2389,3.18,0
-2390,3.18,0
-2391,3.18,0
-2392,3.18,0
-2393,3.18,0
-2394,3.18,0
-2395,3.18,0
-2396,3.18,0
-2397,3.18,0
-2398,3.18,0
-2399,3.18,0
-2400,3.18,0
-2401,3.18,0
-2402,3.18,0
-2403,3.18,0
-2404,3.18,0
-2405,3.18,0
-2406,3.18,0
-2407,3.18,0
-2408,3.18,0
-2409,3.18,0
-2410,3.18,0
-2411,3.18,0
-2412,3.18,0
-2413,3.18,0
-2414,3.18,0
-2415,3.18,0
-2416,3.18,0
-2417,3.18,0
-2418,3.18,0
-2419,3.18,0
-2420,3.18,0
-2421,3.18,0
-2422,3.18,0
-2423,3.18,0
-2424,3.18,0
-2425,3.18,0
-2426,3.18,0
-2427,3.18,0
-2428,3.18,0
-2429,3.18,0
-2430,3.18,0
-2431,3.18,0
-2432,3.18,0
-2433,3.18,0
-2434,3.18,0
-2435,3.18,0
-2436,3.18,0
-2437,3.18,0
-2438,3.18,0
-2439,3.18,0
-2440,3.18,0
-2441,3.18,0
-2442,3.18,0
-2443,3.18,0
-2444,3.18,0
-2445,3.18,0
-2446,3.18,0
-2447,3.18,0
-2448,3.18,0
-2449,3.18,0
-2450,3.18,0
-2451,3.18,0
-2452,3.18,0
-2453,3.18,0
-2454,3.18,0
-2455,3.18,0
-2456,3.18,0
-2457,3.18,0
-2458,3.18,0
-2459,3.18,0
-2460,3.18,0
-2461,3.18,0
-2462,3.18,0
-2463,3.18,0
-2464,3.18,0
-2465,3.18,0
-2466,3.18,0
-2467,3.18,0
-2468,3.18,0
-2469,3.18,0
-2470,3.18,0
-2471,3.18,0
-2472,3.18,0
-2473,3.18,0
-2474,3.18,0
-2475,3.18,0
-2476,3.18,0
-2477,3.18,0
-2478,3.18,0
-2479,3.18,0
-2480,3.18,0
-2481,3.18,0
-2482,3.18,0
-2483,3.18,0
-2484,3.18,0
-2485,3.18,0
-2486,3.18,0
-2487,3.18,0
-2488,3.18,0
-2489,3.18,0
-2490,3.18,0
-2491,3.18,0
-2492,3.18,0
-2493,3.18,0
-2494,3.18,0
-2495,3.18,0
-2496,3.18,0
-2497,3.18,0
-2498,3.18,0
-2499,3.18,0
-2500,3.18,0
-2501,3.18,0
-2502,3.18,0
-2503,3.18,0
-2504,3.18,0
-2505,3.18,0
-2506,3.18,0
-2507,3.18,0
-2508,3.18,0
-2509,3.18,0
-2510,3.18,0
-2511,3.18,0
-2512,3.18,0
-2513,3.18,0
-2514,3.18,0
-2515,3.18,0
-2516,3.18,0
-2517,3.18,0
-2518,3.18,0
-2519,3.18,0
-2520,3.18,0
-2521,3.18,0
-2522,3.18,0
-2523,3.18,0
-2524,3.18,0
-2525,3.18,0
-2526,3.18,0
-2527,3.18,0
-2528,3.18,0
-2529,3.18,0
-2530,3.18,0
-2531,3.18,0
-2532,3.18,0
-2533,3.18,0
-2534,3.18,0
-2535,3.18,0
-2536,3.18,0
-2537,3.18,0
-2538,3.18,0
-2539,3.18,0
-2540,3.18,0
-2541,3.18,0
-2542,3.18,0
-2543,3.18,0
-2544,3.18,0
-2545,3.18,0
-2546,3.18,0
-2547,3.18,0
-2548,3.18,0
-2549,3.18,0
-2550,3.18,0
-2551,3.18,0
-2552,3.18,0
-2553,3.18,0
-2554,3.18,0
-2555,3.18,0
-2556,3.18,0
-2557,3.18,0
-2558,3.18,0
-2559,3.18,0
-2560,3.18,0
-2561,3.18,0
-2562,3.18,0
-2563,3.18,0
-2564,3.18,0
-2565,3.18,0
-2566,3.18,0
-2567,3.18,0
-2568,3.18,0
-2569,3.18,0
-2570,3.18,0
-2571,3.18,0
-2572,3.18,0
-2573,3.18,0
-2574,3.18,0
-2575,3.18,0
-2576,3.18,0
-2577,3.18,0
-2578,3.18,0
-2579,3.18,0
-2580,3.18,0
-2581,3.18,0
-2582,3.18,0
-2583,3.18,0
-2584,3.18,0
-2585,3.18,0
-2586,3.18,0
-2587,3.18,0
-2588,3.18,0
-2589,3.18,0
-2590,3.18,0
-2591,3.18,0
-2592,3.18,0
-2593,3.18,0
-2594,3.18,0
-2595,3.18,0
-2596,3.18,0
-2597,3.18,0
-2598,3.18,0
-2599,3.18,0
-2600,3.18,0
-2601,3.18,0
-2602,3.18,0
-2603,3.18,0
-2604,3.18,0
-2605,3.18,0
-2606,3.18,0
-2607,3.18,0
-2608,3.18,0
-2609,3.18,0
-2610,3.18,0
-2611,3.18,0
-2612,3.18,0
-2613,3.18,0
-2614,3.18,0
-2615,3.18,0
-2616,3.18,0
-2617,3.18,0
-2618,3.18,0
-2619,3.18,0
-2620,3.18,0
-2621,3.18,0
-2622,3.18,0
-2623,3.18,0
-2624,3.18,0
-2625,3.18,0
-2626,3.18,0
-2627,3.18,0
-2628,3.18,0
-2629,3.18,0
-2630,3.18,0
-2631,3.18,0
-2632,3.18,0
-2633,3.18,0
-2634,3.18,0
-2635,3.18,0
-2636,3.18,0
-2637,3.18,0
-2638,3.18,0
-2639,3.18,0
-2640,3.18,0
-2641,3.18,0
-2642,3.18,0
-2643,3.18,0
-2644,3.18,0
-2645,3.18,0
-2646,3.18,0
-2647,3.18,0
-2648,3.18,0
-2649,3.18,0
-2650,3.18,0
-2651,3.18,0
-2652,3.18,0
-2653,3.18,0
-2654,3.18,0
-2655,3.18,0
-2656,3.18,0
-2657,3.18,0
-2658,3.18,0
-2659,3.18,0
-2660,3.18,0
-2661,3.18,0
-2662,3.18,0
-2663,3.18,0
-2664,3.18,0
-2665,3.18,0
-2666,3.18,0
-2667,3.18,0
-2668,3.18,0
-2669,3.18,0
-2670,3.18,0
-2671,3.18,0
-2672,3.18,0
-2673,3.18,0
-2674,3.18,0
-2675,3.18,0
-2676,3.18,0
-2677,3.18,0
-2678,3.18,0
-2679,3.18,0
-2680,3.18,0
-2681,3.18,0
-2682,3.18,0
-2683,3.18,0
-2684,3.18,0
-2685,3.18,0
-2686,3.18,0
-2687,3.18,0
-2688,3.18,0
-2689,3.18,0
-2690,3.18,0
-2691,3.18,0
-2692,3.18,0
-2693,3.18,0
-2694,3.18,0
-2695,3.18,0
-2696,3.18,0
-2697,3.18,0
-2698,3.18,0
-2699,3.18,0
-2700,3.18,0
-2701,3.18,0
-2702,3.18,0
-2703,3.18,0
-2704,3.18,0
-2705,3.18,0
-2706,3.18,0
-2707,3.18,0
-2708,3.18,0
-2709,3.18,0
-2710,3.18,0
-2711,3.18,0
-2712,3.18,0
-2713,3.18,0
-2714,3.18,0
-2715,3.18,0
-2716,3.18,0
-2717,3.18,0
-2718,3.18,0
-2719,3.18,0
-2720,3.18,0
-2721,3.18,0
-2722,3.18,0
-2723,3.18,0
-2724,3.18,0
-2725,3.18,0
-2726,3.18,0
-2727,3.18,0
-2728,3.18,0
-2729,3.18,0
-2730,3.18,0
-2731,3.18,0
-2732,3.18,0
-2733,3.18,0
-2734,3.18,0
-2735,3.18,0
-2736,3.18,0
-2737,3.18,0
-2738,3.18,0
-2739,3.18,0
-2740,3.18,0
-2741,3.18,0
-2742,3.18,0
-2743,3.18,0
-2744,3.18,0
-2745,3.18,0
-2746,3.18,0
-2747,3.18,0
-2748,3.18,0
-2749,3.18,0
-2750,3.18,0
-2751,3.18,0
-2752,3.18,0
-2753,3.18,0
-2754,3.18,0
-2755,3.18,0
-2756,3.18,0
-2757,3.18,0
-2758,3.18,0
-2759,3.18,0
-2760,3.18,0
-2761,3.18,0
-2762,3.18,0
-2763,3.18,0
-2764,3.18,0
-2765,3.18,0
-2766,3.18,0
-2767,3.18,0
-2768,3.18,0
-2769,3.18,0
-2770,3.18,0
-2771,3.18,0
-2772,3.18,0
-2773,3.18,0
-2774,3.18,0
-2775,3.18,0
-2776,3.18,0
-2777,3.18,0
-2778,3.18,0
-2779,3.18,0
-2780,3.18,0
-2781,3.18,0
-2782,3.18,0
-2783,3.18,0
-2784,3.18,0
-2785,3.18,0
-2786,3.18,0
-2787,3.18,0
-2788,3.18,0
-2789,3.18,0
-2790,3.18,0
-2791,3.18,0
-2792,3.18,0
-2793,3.18,0
-2794,3.18,0
-2795,3.18,0
-2796,3.18,0
-2797,3.18,0
-2798,3.18,0
-2799,3.18,0
-2800,3.18,0
-2801,3.18,0
-2802,3.18,0
-2803,3.18,0
-2804,3.18,0
-2805,3.18,0
-2806,3.18,0
-2807,3.18,0
-2808,3.18,0
-2809,3.18,0
-2810,3.18,0
-2811,3.18,0
-2812,3.18,0
-2813,3.18,0
-2814,3.18,0
-2815,3.18,0
-2816,3.18,0
-2817,3.18,0
-2818,3.18,0
-2819,3.18,0
-2820,3.18,0
-2821,3.18,0
-2822,3.18,0
-2823,3.18,0
-2824,3.18,0
-2825,3.18,0
-2826,3.18,0
-2827,3.18,0
-2828,3.18,0
-2829,3.18,0
-2830,3.18,0
-2831,3.18,0
-2832,3.18,0
-2833,3.18,0
-2834,3.18,0
-2835,3.18,0
-2836,3.18,0
-2837,3.18,0
-2838,3.18,0
-2839,3.18,0
-2840,3.18,0
-2841,3.18,0
-2842,3.18,0
-2843,3.18,0
-2844,3.18,0
-2845,3.18,0
-2846,3.18,0
-2847,3.18,0
-2848,3.18,0
-2849,3.18,0
-2850,3.18,0
-2851,3.18,0
-2852,3.18,0
-2853,3.18,0
-2854,3.18,0
-2855,3.18,0
-2856,3.18,0
-2857,3.18,0
-2858,3.18,0
-2859,3.18,0
-2860,3.18,0
-2861,3.18,0
-2862,3.18,0
-2863,3.18,0
-2864,3.18,0
-2865,3.18,0
-2866,3.18,0
-2867,3.18,0
-2868,3.18,0
-2869,3.18,0
-2870,3.18,0
-2871,3.18,0
-2872,3.18,0
-2873,3.18,0
-2874,3.18,0
-2875,3.18,0
-2876,3.18,0
-2877,3.18,0
-2878,3.18,0
-2879,3.18,0
-2880,3.18,0
-2881,3.18,0
-2882,3.18,0
-2883,3.18,0
-2884,3.18,0
-2885,3.18,0
-2886,3.18,0
-2887,3.18,0
-2888,3.18,0
-2889,3.18,0
-2890,3.18,0
-2891,3.18,0
-2892,3.18,0
-2893,3.18,0
-2894,3.18,0
-2895,3.18,0
-2896,3.18,0
-2897,3.18,0
-2898,3.18,0
-2899,3.18,0
-2900,3.18,0
-2901,3.18,0
-2902,3.18,0
-2903,3.18,0
-2904,3.18,0
-2905,1.95,0
-2906,1.95,0
-2907,1.95,0
-2908,1.95,0
-2909,1.95,0
-2910,1.95,0
-2911,1.95,0
-2912,1.95,0
-2913,1.95,0
-2914,1.95,0
-2915,1.95,0
-2916,1.95,0
-2917,1.95,0
-2918,1.95,0
-2919,1.95,0
-2920,1.95,0
-2921,1.95,0
-2922,1.95,0
-2923,1.95,0
-2924,1.95,0
-2925,1.95,0
-2926,1.95,0
-2927,1.95,0
-2928,1.95,0
-2929,1.95,0
-2930,1.95,0
-2931,1.95,0
-2932,1.95,0
-2933,1.95,0
-2934,1.95,0
-2935,1.95,0
-2936,1.95,0
-2937,1.95,0
-2938,1.95,0
-2939,1.95,0
-2940,1.95,0
-2941,1.95,0
-2942,1.95,0
-2943,1.95,0
-2944,1.95,0
-2945,1.95,0
-2946,1.95,0
-2947,1.95,0
-2948,1.95,0
-2949,1.95,0
-2950,1.95,0
-2951,1.95,0
-2952,1.95,0
-2953,1.95,0
-2954,1.95,0
-2955,1.95,0
-2956,1.95,0
-2957,1.95,0
-2958,1.95,0
-2959,1.95,0
-2960,1.95,0
-2961,1.95,0
-2962,1.95,0
-2963,1.95,0
-2964,1.95,0
-2965,1.95,0
-2966,1.95,0
-2967,1.95,0
-2968,1.95,0
-2969,1.95,0
-2970,1.95,0
-2971,1.95,0
-2972,1.95,0
-2973,1.95,0
-2974,1.95,0
-2975,1.95,0
-2976,1.95,0
-2977,1.95,0
-2978,1.95,0
-2979,1.95,0
-2980,1.95,0
-2981,1.95,0
-2982,1.95,0
-2983,1.95,0
-2984,1.95,0
-2985,1.95,0
-2986,1.95,0
-2987,1.95,0
-2988,1.95,0
-2989,1.95,0
-2990,1.95,0
-2991,1.95,0
-2992,1.95,0
-2993,1.95,0
-2994,1.95,0
-2995,1.95,0
-2996,1.95,0
-2997,1.95,0
-2998,1.95,0
-2999,1.95,0
-3000,1.95,0
-3001,1.95,0
-3002,1.95,0
-3003,1.95,0
-3004,1.95,0
-3005,1.95,0
-3006,1.95,0
-3007,1.95,0
-3008,1.95,0
-3009,1.95,0
-3010,1.95,0
-3011,1.95,0
-3012,1.95,0
-3013,1.95,0
-3014,1.95,0
-3015,1.95,0
-3016,1.95,0
-3017,1.95,0
-3018,1.95,0
-3019,1.95,0
-3020,1.95,0
-3021,1.95,0
-3022,1.95,0
-3023,1.95,0
-3024,1.95,0
-3025,1.95,0
-3026,1.95,0
-3027,1.95,0
-3028,1.95,0
-3029,1.95,0
-3030,1.95,0
-3031,1.95,0
-3032,1.95,0
-3033,1.95,0
-3034,1.95,0
-3035,1.95,0
-3036,1.95,0
-3037,1.95,0
-3038,1.95,0
-3039,1.95,0
-3040,1.95,0
-3041,1.95,0
-3042,1.95,0
-3043,1.95,0
-3044,1.95,0
-3045,1.95,0
-3046,1.95,0
-3047,1.95,0
-3048,1.95,0
-3049,1.95,0
-3050,1.95,0
-3051,1.95,0
-3052,1.95,0
-3053,1.95,0
-3054,1.95,0
-3055,1.95,0
-3056,1.95,0
-3057,1.95,0
-3058,1.95,0
-3059,1.95,0
-3060,1.95,0
-3061,1.95,0
-3062,1.95,0
-3063,1.95,0
-3064,1.95,0
-3065,1.95,0
-3066,1.95,0
-3067,1.95,0
-3068,1.95,0
-3069,1.95,0
-3070,1.95,0
-3071,1.95,0
-3072,1.95,0
-3073,1.95,0
-3074,1.95,0
-3075,1.95,0
-3076,1.95,0
-3077,1.95,0
-3078,1.95,0
-3079,1.95,0
-3080,1.95,0
-3081,1.95,0
-3082,1.95,0
-3083,1.95,0
-3084,1.95,0
-3085,1.95,0
-3086,1.95,0
-3087,1.95,0
-3088,1.95,0
-3089,1.95,0
-3090,1.95,0
-3091,1.95,0
-3092,1.95,0
-3093,1.95,0
-3094,1.95,0
-3095,1.95,0
-3096,1.95,0
-3097,1.95,0
-3098,1.95,0
-3099,1.95,0
-3100,1.95,0
-3101,1.95,0
-3102,1.95,0
-3103,1.95,0
-3104,1.95,0
-3105,1.95,0
-3106,1.95,0
-3107,1.95,0
-3108,1.95,0
-3109,1.95,0
-3110,1.95,0
-3111,1.95,0
-3112,1.95,0
-3113,1.95,0
-3114,1.95,0
-3115,1.95,0
-3116,1.95,0
-3117,1.95,0
-3118,1.95,0
-3119,1.95,0
-3120,1.95,0
-3121,1.95,0
-3122,1.95,0
-3123,1.95,0
-3124,1.95,0
-3125,1.95,0
-3126,1.95,0
-3127,1.95,0
-3128,1.95,0
-3129,1.95,0
-3130,1.95,0
-3131,1.95,0
-3132,1.95,0
-3133,1.95,0
-3134,1.95,0
-3135,1.95,0
-3136,1.95,0
-3137,1.95,0
-3138,1.95,0
-3139,1.95,0
-3140,1.95,0
-3141,1.95,0
-3142,1.95,0
-3143,1.95,0
-3144,1.95,0
-3145,1.95,0
-3146,1.95,0
-3147,1.95,0
-3148,1.95,0
-3149,1.95,0
-3150,1.95,0
-3151,1.95,0
-3152,1.95,0
-3153,1.95,0
-3154,1.95,0
-3155,1.95,0
-3156,1.95,0
-3157,1.95,0
-3158,1.95,0
-3159,1.95,0
-3160,1.95,0
-3161,1.95,0
-3162,1.95,0
-3163,1.95,0
-3164,1.95,0
-3165,1.95,0
-3166,1.95,0
-3167,1.95,0
-3168,1.95,0
-3169,1.95,0
-3170,1.95,0
-3171,1.95,0
-3172,1.95,0
-3173,1.95,0
-3174,1.95,0
-3175,1.95,0
-3176,1.95,0
-3177,1.95,0
-3178,1.95,0
-3179,1.95,0
-3180,1.95,0
-3181,1.95,0
-3182,1.95,0
-3183,1.95,0
-3184,1.95,0
-3185,1.95,0
-3186,1.95,0
-3187,1.95,0
-3188,1.95,0
-3189,1.95,0
-3190,1.95,0
-3191,1.95,0
-3192,1.95,0
-3193,1.95,0
-3194,1.95,0
-3195,1.95,0
-3196,1.95,0
-3197,1.95,0
-3198,1.95,0
-3199,1.95,0
-3200,1.95,0
-3201,1.95,0
-3202,1.95,0
-3203,1.95,0
-3204,1.95,0
-3205,1.95,0
-3206,1.95,0
-3207,1.95,0
-3208,1.95,0
-3209,1.95,0
-3210,1.95,0
-3211,1.95,0
-3212,1.95,0
-3213,1.95,0
-3214,1.95,0
-3215,1.95,0
-3216,1.95,0
-3217,1.95,0
-3218,1.95,0
-3219,1.95,0
-3220,1.95,0
-3221,1.95,0
-3222,1.95,0
-3223,1.95,0
-3224,1.95,0
-3225,1.95,0
-3226,1.95,0
-3227,1.95,0
-3228,1.95,0
-3229,1.95,0
-3230,1.95,0
-3231,1.95,0
-3232,1.95,0
-3233,1.95,0
-3234,1.95,0
-3235,1.95,0
-3236,1.95,0
-3237,1.95,0
-3238,1.95,0
-3239,1.95,0
-3240,1.95,0
-3241,1.95,0
-3242,1.95,0
-3243,1.95,0
-3244,1.95,0
-3245,1.95,0
-3246,1.95,0
-3247,1.95,0
-3248,1.95,0
-3249,1.95,0
-3250,1.95,0
-3251,1.95,0
-3252,1.95,0
-3253,1.95,0
-3254,1.95,0
-3255,1.95,0
-3256,1.95,0
-3257,1.95,0
-3258,1.95,0
-3259,1.95,0
-3260,1.95,0
-3261,1.95,0
-3262,1.95,0
-3263,1.95,0
-3264,1.95,0
-3265,1.95,0
-3266,1.95,0
-3267,1.95,0
-3268,1.95,0
-3269,1.95,0
-3270,1.95,0
-3271,1.95,0
-3272,1.95,0
-3273,1.95,0
-3274,1.95,0
-3275,1.95,0
-3276,1.95,0
-3277,1.95,0
-3278,1.95,0
-3279,1.95,0
-3280,1.95,0
-3281,1.95,0
-3282,1.95,0
-3283,1.95,0
-3284,1.95,0
-3285,1.95,0
-3286,1.95,0
-3287,1.95,0
-3288,1.95,0
-3289,1.95,0
-3290,1.95,0
-3291,1.95,0
-3292,1.95,0
-3293,1.95,0
-3294,1.95,0
-3295,1.95,0
-3296,1.95,0
-3297,1.95,0
-3298,1.95,0
-3299,1.95,0
-3300,1.95,0
-3301,1.95,0
-3302,1.95,0
-3303,1.95,0
-3304,1.95,0
-3305,1.95,0
-3306,1.95,0
-3307,1.95,0
-3308,1.95,0
-3309,1.95,0
-3310,1.95,0
-3311,1.95,0
-3312,1.95,0
-3313,1.95,0
-3314,1.95,0
-3315,1.95,0
-3316,1.95,0
-3317,1.95,0
-3318,1.95,0
-3319,1.95,0
-3320,1.95,0
-3321,1.95,0
-3322,1.95,0
-3323,1.95,0
-3324,1.95,0
-3325,1.95,0
-3326,1.95,0
-3327,1.95,0
-3328,1.95,0
-3329,1.95,0
-3330,1.95,0
-3331,1.95,0
-3332,1.95,0
-3333,1.95,0
-3334,1.95,0
-3335,1.95,0
-3336,1.95,0
-3337,1.95,0
-3338,1.95,0
-3339,1.95,0
-3340,1.95,0
-3341,1.95,0
-3342,1.95,0
-3343,1.95,0
-3344,1.95,0
-3345,1.95,0
-3346,1.95,0
-3347,1.95,0
-3348,1.95,0
-3349,1.95,0
-3350,1.95,0
-3351,1.95,0
-3352,1.95,0
-3353,1.95,0
-3354,1.95,0
-3355,1.95,0
-3356,1.95,0
-3357,1.95,0
-3358,1.95,0
-3359,1.95,0
-3360,1.95,0
-3361,1.95,0
-3362,1.95,0
-3363,1.95,0
-3364,1.95,0
-3365,1.95,0
-3366,1.95,0
-3367,1.95,0
-3368,1.95,0
-3369,1.95,0
-3370,1.95,0
-3371,1.95,0
-3372,1.95,0
-3373,1.95,0
-3374,1.95,0
-3375,1.95,0
-3376,1.95,0
-3377,1.95,0
-3378,1.95,0
-3379,1.95,0
-3380,1.95,0
-3381,1.95,0
-3382,1.95,0
-3383,1.95,0
-3384,1.95,0
-3385,1.95,0
-3386,1.95,0
-3387,1.95,0
-3388,1.95,0
-3389,1.95,0
-3390,1.95,0
-3391,1.95,0
-3392,1.95,0
-3393,1.95,0
-3394,1.95,0
-3395,1.95,0
-3396,1.95,0
-3397,1.95,0
-3398,1.95,0
-3399,1.95,0
-3400,1.95,0
-3401,1.95,0
-3402,1.95,0
-3403,1.95,0
-3404,1.95,0
-3405,1.95,0
-3406,1.95,0
-3407,1.95,0
-3408,1.95,0
-3409,1.95,0
-3410,1.95,0
-3411,1.95,0
-3412,1.95,0
-3413,1.95,0
-3414,1.95,0
-3415,1.95,0
-3416,1.95,0
-3417,1.95,0
-3418,1.95,0
-3419,1.95,0
-3420,1.95,0
-3421,1.95,0
-3422,1.95,0
-3423,1.95,0
-3424,1.95,0
-3425,1.95,0
-3426,1.95,0
-3427,1.95,0
-3428,1.95,0
-3429,1.95,0
-3430,1.95,0
-3431,1.95,0
-3432,1.95,0
-3433,1.95,0
-3434,1.95,0
-3435,1.95,0
-3436,1.95,0
-3437,1.95,0
-3438,1.95,0
-3439,1.95,0
-3440,1.95,0
-3441,1.95,0
-3442,1.95,0
-3443,1.95,0
-3444,1.95,0
-3445,1.95,0
-3446,1.95,0
-3447,1.95,0
-3448,1.95,0
-3449,1.95,0
-3450,1.95,0
-3451,1.95,0
-3452,1.95,0
-3453,1.95,0
-3454,1.95,0
-3455,1.95,0
-3456,1.95,0
-3457,1.95,0
-3458,1.95,0
-3459,1.95,0
-3460,1.95,0
-3461,1.95,0
-3462,1.95,0
-3463,1.95,0
-3464,1.95,0
-3465,1.95,0
-3466,1.95,0
-3467,1.95,0
-3468,1.95,0
-3469,1.95,0
-3470,1.95,0
-3471,1.95,0
-3472,1.95,0
-3473,1.95,0
-3474,1.95,0
-3475,1.95,0
-3476,1.95,0
-3477,1.95,0
-3478,1.95,0
-3479,1.95,0
-3480,1.95,0
-3481,1.95,0
-3482,1.95,0
-3483,1.95,0
-3484,1.95,0
-3485,1.95,0
-3486,1.95,0
-3487,1.95,0
-3488,1.95,0
-3489,1.95,0
-3490,1.95,0
-3491,1.95,0
-3492,1.95,0
-3493,1.95,0
-3494,1.95,0
-3495,1.95,0
-3496,1.95,0
-3497,1.95,0
-3498,1.95,0
-3499,1.95,0
-3500,1.95,0
-3501,1.95,0
-3502,1.95,0
-3503,1.95,0
-3504,1.95,0
-3505,1.95,0
-3506,1.95,0
-3507,1.95,0
-3508,1.95,0
-3509,1.95,0
-3510,1.95,0
-3511,1.95,0
-3512,1.95,0
-3513,1.95,0
-3514,1.95,0
-3515,1.95,0
-3516,1.95,0
-3517,1.95,0
-3518,1.95,0
-3519,1.95,0
-3520,1.95,0
-3521,1.95,0
-3522,1.95,0
-3523,1.95,0
-3524,1.95,0
-3525,1.95,0
-3526,1.95,0
-3527,1.95,0
-3528,1.95,0
-3529,1.95,0
-3530,1.95,0
-3531,1.95,0
-3532,1.95,0
-3533,1.95,0
-3534,1.95,0
-3535,1.95,0
-3536,1.95,0
-3537,1.95,0
-3538,1.95,0
-3539,1.95,0
-3540,1.95,0
-3541,1.95,0
-3542,1.95,0
-3543,1.95,0
-3544,1.95,0
-3545,1.95,0
-3546,1.95,0
-3547,1.95,0
-3548,1.95,0
-3549,1.95,0
-3550,1.95,0
-3551,1.95,0
-3552,1.95,0
-3553,1.95,0
-3554,1.95,0
-3555,1.95,0
-3556,1.95,0
-3557,1.95,0
-3558,1.95,0
-3559,1.95,0
-3560,1.95,0
-3561,1.95,0
-3562,1.95,0
-3563,1.95,0
-3564,1.95,0
-3565,1.95,0
-3566,1.95,0
-3567,1.95,0
-3568,1.95,0
-3569,1.95,0
-3570,1.95,0
-3571,1.95,0
-3572,1.95,0
-3573,1.95,0
-3574,1.95,0
-3575,1.95,0
-3576,1.95,0
-3577,1.95,0
-3578,1.95,0
-3579,1.95,0
-3580,1.95,0
-3581,1.95,0
-3582,1.95,0
-3583,1.95,0
-3584,1.95,0
-3585,1.95,0
-3586,1.95,0
-3587,1.95,0
-3588,1.95,0
-3589,1.95,0
-3590,1.95,0
-3591,1.95,0
-3592,1.95,0
-3593,1.95,0
-3594,1.95,0
-3595,1.95,0
-3596,1.95,0
-3597,1.95,0
-3598,1.95,0
-3599,1.95,0
-3600,1.95,0
-3601,1.95,0
-3602,1.95,0
-3603,1.95,0
-3604,1.95,0
-3605,1.95,0
-3606,1.95,0
-3607,1.95,0
-3608,1.95,0
-3609,1.95,0
-3610,1.95,0
-3611,1.95,0
-3612,1.95,0
-3613,1.95,0
-3614,1.95,0
-3615,1.95,0
-3616,1.95,0
-3617,1.95,0
-3618,1.95,0
-3619,1.95,0
-3620,1.95,0
-3621,1.95,0
-3622,1.95,0
-3623,1.95,0
-3624,1.95,0
-3625,1.95,0
-3626,1.95,0
-3627,1.95,0
-3628,1.95,0
-3629,1.95,0
-3630,1.95,0
-3631,1.95,0
-3632,1.95,0
-3633,1.95,0
-3634,1.95,0
-3635,1.95,0
-3636,1.95,0
-3637,1.95,0
-3638,1.95,0
-3639,1.95,0
-3640,1.95,0
-3641,1.95,0
-3642,1.95,0
-3643,1.95,0
-3644,1.95,0
-3645,1.95,0
-3646,1.95,0
-3647,1.95,0
-3648,1.95,0
-3649,2.23,0
-3650,2.23,0
-3651,2.23,0
-3652,2.23,0
-3653,2.23,0
-3654,2.23,0
-3655,2.23,0
-3656,2.23,0
-3657,2.23,0
-3658,2.23,0
-3659,2.23,0
-3660,2.23,0
-3661,2.23,0
-3662,2.23,0
-3663,2.23,0
-3664,2.23,0
-3665,2.23,0
-3666,2.23,0
-3667,2.23,0
-3668,2.23,0
-3669,2.23,0
-3670,2.23,0
-3671,2.23,0
-3672,2.23,0
-3673,2.23,0
-3674,2.23,0
-3675,2.23,0
-3676,2.23,0
-3677,2.23,0
-3678,2.23,0
-3679,2.23,0
-3680,2.23,0
-3681,2.23,0
-3682,2.23,0
-3683,2.23,0
-3684,2.23,0
-3685,2.23,0
-3686,2.23,0
-3687,2.23,0
-3688,2.23,0
-3689,2.23,0
-3690,2.23,0
-3691,2.23,0
-3692,2.23,0
-3693,2.23,0
-3694,2.23,0
-3695,2.23,0
-3696,2.23,0
-3697,2.23,0
-3698,2.23,0
-3699,2.23,0
-3700,2.23,0
-3701,2.23,0
-3702,2.23,0
-3703,2.23,0
-3704,2.23,0
-3705,2.23,0
-3706,2.23,0
-3707,2.23,0
-3708,2.23,0
-3709,2.23,0
-3710,2.23,0
-3711,2.23,0
-3712,2.23,0
-3713,2.23,0
-3714,2.23,0
-3715,2.23,0
-3716,2.23,0
-3717,2.23,0
-3718,2.23,0
-3719,2.23,0
-3720,2.23,0
-3721,2.23,0
-3722,2.23,0
-3723,2.23,0
-3724,2.23,0
-3725,2.23,0
-3726,2.23,0
-3727,2.23,0
-3728,2.23,0
-3729,2.23,0
-3730,2.23,0
-3731,2.23,0
-3732,2.23,0
-3733,2.23,0
-3734,2.23,0
-3735,2.23,0
-3736,2.23,0
-3737,2.23,0
-3738,2.23,0
-3739,2.23,0
-3740,2.23,0
-3741,2.23,0
-3742,2.23,0
-3743,2.23,0
-3744,2.23,0
-3745,2.23,0
-3746,2.23,0
-3747,2.23,0
-3748,2.23,0
-3749,2.23,0
-3750,2.23,0
-3751,2.23,0
-3752,2.23,0
-3753,2.23,0
-3754,2.23,0
-3755,2.23,0
-3756,2.23,0
-3757,2.23,0
-3758,2.23,0
-3759,2.23,0
-3760,2.23,0
-3761,2.23,0
-3762,2.23,0
-3763,2.23,0
-3764,2.23,0
-3765,2.23,0
-3766,2.23,0
-3767,2.23,0
-3768,2.23,0
-3769,2.23,0
-3770,2.23,0
-3771,2.23,0
-3772,2.23,0
-3773,2.23,0
-3774,2.23,0
-3775,2.23,0
-3776,2.23,0
-3777,2.23,0
-3778,2.23,0
-3779,2.23,0
-3780,2.23,0
-3781,2.23,0
-3782,2.23,0
-3783,2.23,0
-3784,2.23,0
-3785,2.23,0
-3786,2.23,0
-3787,2.23,0
-3788,2.23,0
-3789,2.23,0
-3790,2.23,0
-3791,2.23,0
-3792,2.23,0
-3793,2.23,0
-3794,2.23,0
-3795,2.23,0
-3796,2.23,0
-3797,2.23,0
-3798,2.23,0
-3799,2.23,0
-3800,2.23,0
-3801,2.23,0
-3802,2.23,0
-3803,2.23,0
-3804,2.23,0
-3805,2.23,0
-3806,2.23,0
-3807,2.23,0
-3808,2.23,0
-3809,2.23,0
-3810,2.23,0
-3811,2.23,0
-3812,2.23,0
-3813,2.23,0
-3814,2.23,0
-3815,2.23,0
-3816,2.23,0
-3817,2.23,0
-3818,2.23,0
-3819,2.23,0
-3820,2.23,0
-3821,2.23,0
-3822,2.23,0
-3823,2.23,0
-3824,2.23,0
-3825,2.23,0
-3826,2.23,0
-3827,2.23,0
-3828,2.23,0
-3829,2.23,0
-3830,2.23,0
-3831,2.23,0
-3832,2.23,0
-3833,2.23,0
-3834,2.23,0
-3835,2.23,0
-3836,2.23,0
-3837,2.23,0
-3838,2.23,0
-3839,2.23,0
-3840,2.23,0
-3841,2.23,0
-3842,2.23,0
-3843,2.23,0
-3844,2.23,0
-3845,2.23,0
-3846,2.23,0
-3847,2.23,0
-3848,2.23,0
-3849,2.23,0
-3850,2.23,0
-3851,2.23,0
-3852,2.23,0
-3853,2.23,0
-3854,2.23,0
-3855,2.23,0
-3856,2.23,0
-3857,2.23,0
-3858,2.23,0
-3859,2.23,0
-3860,2.23,0
-3861,2.23,0
-3862,2.23,0
-3863,2.23,0
-3864,2.23,0
-3865,2.23,0
-3866,2.23,0
-3867,2.23,0
-3868,2.23,0
-3869,2.23,0
-3870,2.23,0
-3871,2.23,0
-3872,2.23,0
-3873,2.23,0
-3874,2.23,0
-3875,2.23,0
-3876,2.23,0
-3877,2.23,0
-3878,2.23,0
-3879,2.23,0
-3880,2.23,0
-3881,2.23,0
-3882,2.23,0
-3883,2.23,0
-3884,2.23,0
-3885,2.23,0
-3886,2.23,0
-3887,2.23,0
-3888,2.23,0
-3889,2.23,0
-3890,2.23,0
-3891,2.23,0
-3892,2.23,0
-3893,2.23,0
-3894,2.23,0
-3895,2.23,0
-3896,2.23,0
-3897,2.23,0
-3898,2.23,0
-3899,2.23,0
-3900,2.23,0
-3901,2.23,0
-3902,2.23,0
-3903,2.23,0
-3904,2.23,0
-3905,2.23,0
-3906,2.23,0
-3907,2.23,0
-3908,2.23,0
-3909,2.23,0
-3910,2.23,0
-3911,2.23,0
-3912,2.23,0
-3913,2.23,0
-3914,2.23,0
-3915,2.23,0
-3916,2.23,0
-3917,2.23,0
-3918,2.23,0
-3919,2.23,0
-3920,2.23,0
-3921,2.23,0
-3922,2.23,0
-3923,2.23,0
-3924,2.23,0
-3925,2.23,0
-3926,2.23,0
-3927,2.23,0
-3928,2.23,0
-3929,2.23,0
-3930,2.23,0
-3931,2.23,0
-3932,2.23,0
-3933,2.23,0
-3934,2.23,0
-3935,2.23,0
-3936,2.23,0
-3937,2.23,0
-3938,2.23,0
-3939,2.23,0
-3940,2.23,0
-3941,2.23,0
-3942,2.23,0
-3943,2.23,0
-3944,2.23,0
-3945,2.23,0
-3946,2.23,0
-3947,2.23,0
-3948,2.23,0
-3949,2.23,0
-3950,2.23,0
-3951,2.23,0
-3952,2.23,0
-3953,2.23,0
-3954,2.23,0
-3955,2.23,0
-3956,2.23,0
-3957,2.23,0
-3958,2.23,0
-3959,2.23,0
-3960,2.23,0
-3961,2.23,0
-3962,2.23,0
-3963,2.23,0
-3964,2.23,0
-3965,2.23,0
-3966,2.23,0
-3967,2.23,0
-3968,2.23,0
-3969,2.23,0
-3970,2.23,0
-3971,2.23,0
-3972,2.23,0
-3973,2.23,0
-3974,2.23,0
-3975,2.23,0
-3976,2.23,0
-3977,2.23,0
-3978,2.23,0
-3979,2.23,0
-3980,2.23,0
-3981,2.23,0
-3982,2.23,0
-3983,2.23,0
-3984,2.23,0
-3985,2.23,0
-3986,2.23,0
-3987,2.23,0
-3988,2.23,0
-3989,2.23,0
-3990,2.23,0
-3991,2.23,0
-3992,2.23,0
-3993,2.23,0
-3994,2.23,0
-3995,2.23,0
-3996,2.23,0
-3997,2.23,0
-3998,2.23,0
-3999,2.23,0
-4000,2.23,0
-4001,2.23,0
-4002,2.23,0
-4003,2.23,0
-4004,2.23,0
-4005,2.23,0
-4006,2.23,0
-4007,2.23,0
-4008,2.23,0
-4009,2.23,0
-4010,2.23,0
-4011,2.23,0
-4012,2.23,0
-4013,2.23,0
-4014,2.23,0
-4015,2.23,0
-4016,2.23,0
-4017,2.23,0
-4018,2.23,0
-4019,2.23,0
-4020,2.23,0
-4021,2.23,0
-4022,2.23,0
-4023,2.23,0
-4024,2.23,0
-4025,2.23,0
-4026,2.23,0
-4027,2.23,0
-4028,2.23,0
-4029,2.23,0
-4030,2.23,0
-4031,2.23,0
-4032,2.23,0
-4033,2.23,0
-4034,2.23,0
-4035,2.23,0
-4036,2.23,0
-4037,2.23,0
-4038,2.23,0
-4039,2.23,0
-4040,2.23,0
-4041,2.23,0
-4042,2.23,0
-4043,2.23,0
-4044,2.23,0
-4045,2.23,0
-4046,2.23,0
-4047,2.23,0
-4048,2.23,0
-4049,2.23,0
-4050,2.23,0
-4051,2.23,0
-4052,2.23,0
-4053,2.23,0
-4054,2.23,0
-4055,2.23,0
-4056,2.23,0
-4057,2.23,0
-4058,2.23,0
-4059,2.23,0
-4060,2.23,0
-4061,2.23,0
-4062,2.23,0
-4063,2.23,0
-4064,2.23,0
-4065,2.23,0
-4066,2.23,0
-4067,2.23,0
-4068,2.23,0
-4069,2.23,0
-4070,2.23,0
-4071,2.23,0
-4072,2.23,0
-4073,2.23,0
-4074,2.23,0
-4075,2.23,0
-4076,2.23,0
-4077,2.23,0
-4078,2.23,0
-4079,2.23,0
-4080,2.23,0
-4081,2.23,0
-4082,2.23,0
-4083,2.23,0
-4084,2.23,0
-4085,2.23,0
-4086,2.23,0
-4087,2.23,0
-4088,2.23,0
-4089,2.23,0
-4090,2.23,0
-4091,2.23,0
-4092,2.23,0
-4093,2.23,0
-4094,2.23,0
-4095,2.23,0
-4096,2.23,0
-4097,2.23,0
-4098,2.23,0
-4099,2.23,0
-4100,2.23,0
-4101,2.23,0
-4102,2.23,0
-4103,2.23,0
-4104,2.23,0
-4105,2.23,0
-4106,2.23,0
-4107,2.23,0
-4108,2.23,0
-4109,2.23,0
-4110,2.23,0
-4111,2.23,0
-4112,2.23,0
-4113,2.23,0
-4114,2.23,0
-4115,2.23,0
-4116,2.23,0
-4117,2.23,0
-4118,2.23,0
-4119,2.23,0
-4120,2.23,0
-4121,2.23,0
-4122,2.23,0
-4123,2.23,0
-4124,2.23,0
-4125,2.23,0
-4126,2.23,0
-4127,2.23,0
-4128,2.23,0
-4129,2.23,0
-4130,2.23,0
-4131,2.23,0
-4132,2.23,0
-4133,2.23,0
-4134,2.23,0
-4135,2.23,0
-4136,2.23,0
-4137,2.23,0
-4138,2.23,0
-4139,2.23,0
-4140,2.23,0
-4141,2.23,0
-4142,2.23,0
-4143,2.23,0
-4144,2.23,0
-4145,2.23,0
-4146,2.23,0
-4147,2.23,0
-4148,2.23,0
-4149,2.23,0
-4150,2.23,0
-4151,2.23,0
-4152,2.23,0
-4153,2.23,0
-4154,2.23,0
-4155,2.23,0
-4156,2.23,0
-4157,2.23,0
-4158,2.23,0
-4159,2.23,0
-4160,2.23,0
-4161,2.23,0
-4162,2.23,0
-4163,2.23,0
-4164,2.23,0
-4165,2.23,0
-4166,2.23,0
-4167,2.23,0
-4168,2.23,0
-4169,2.23,0
-4170,2.23,0
-4171,2.23,0
-4172,2.23,0
-4173,2.23,0
-4174,2.23,0
-4175,2.23,0
-4176,2.23,0
-4177,2.23,0
-4178,2.23,0
-4179,2.23,0
-4180,2.23,0
-4181,2.23,0
-4182,2.23,0
-4183,2.23,0
-4184,2.23,0
-4185,2.23,0
-4186,2.23,0
-4187,2.23,0
-4188,2.23,0
-4189,2.23,0
-4190,2.23,0
-4191,2.23,0
-4192,2.23,0
-4193,2.23,0
-4194,2.23,0
-4195,2.23,0
-4196,2.23,0
-4197,2.23,0
-4198,2.23,0
-4199,2.23,0
-4200,2.23,0
-4201,2.23,0
-4202,2.23,0
-4203,2.23,0
-4204,2.23,0
-4205,2.23,0
-4206,2.23,0
-4207,2.23,0
-4208,2.23,0
-4209,2.23,0
-4210,2.23,0
-4211,2.23,0
-4212,2.23,0
-4213,2.23,0
-4214,2.23,0
-4215,2.23,0
-4216,2.23,0
-4217,2.23,0
-4218,2.23,0
-4219,2.23,0
-4220,2.23,0
-4221,2.23,0
-4222,2.23,0
-4223,2.23,0
-4224,2.23,0
-4225,2.23,0
-4226,2.23,0
-4227,2.23,0
-4228,2.23,0
-4229,2.23,0
-4230,2.23,0
-4231,2.23,0
-4232,2.23,0
-4233,2.23,0
-4234,2.23,0
-4235,2.23,0
-4236,2.23,0
-4237,2.23,0
-4238,2.23,0
-4239,2.23,0
-4240,2.23,0
-4241,2.23,0
-4242,2.23,0
-4243,2.23,0
-4244,2.23,0
-4245,2.23,0
-4246,2.23,0
-4247,2.23,0
-4248,2.23,0
-4249,2.23,0
-4250,2.23,0
-4251,2.23,0
-4252,2.23,0
-4253,2.23,0
-4254,2.23,0
-4255,2.23,0
-4256,2.23,0
-4257,2.23,0
-4258,2.23,0
-4259,2.23,0
-4260,2.23,0
-4261,2.23,0
-4262,2.23,0
-4263,2.23,0
-4264,2.23,0
-4265,2.23,0
-4266,2.23,0
-4267,2.23,0
-4268,2.23,0
-4269,2.23,0
-4270,2.23,0
-4271,2.23,0
-4272,2.23,0
-4273,2.23,0
-4274,2.23,0
-4275,2.23,0
-4276,2.23,0
-4277,2.23,0
-4278,2.23,0
-4279,2.23,0
-4280,2.23,0
-4281,2.23,0
-4282,2.23,0
-4283,2.23,0
-4284,2.23,0
-4285,2.23,0
-4286,2.23,0
-4287,2.23,0
-4288,2.23,0
-4289,2.23,0
-4290,2.23,0
-4291,2.23,0
-4292,2.23,0
-4293,2.23,0
-4294,2.23,0
-4295,2.23,0
-4296,2.23,0
-4297,2.23,0
-4298,2.23,0
-4299,2.23,0
-4300,2.23,0
-4301,2.23,0
-4302,2.23,0
-4303,2.23,0
-4304,2.23,0
-4305,2.23,0
-4306,2.23,0
-4307,2.23,0
-4308,2.23,0
-4309,2.23,0
-4310,2.23,0
-4311,2.23,0
-4312,2.23,0
-4313,2.23,0
-4314,2.23,0
-4315,2.23,0
-4316,2.23,0
-4317,2.23,0
-4318,2.23,0
-4319,2.23,0
-4320,2.23,0
-4321,2.23,0
-4322,2.23,0
-4323,2.23,0
-4324,2.23,0
-4325,2.23,0
-4326,2.23,0
-4327,2.23,0
-4328,2.23,0
-4329,2.23,0
-4330,2.23,0
-4331,2.23,0
-4332,2.23,0
-4333,2.23,0
-4334,2.23,0
-4335,2.23,0
-4336,2.23,0
-4337,2.23,0
-4338,2.23,0
-4339,2.23,0
-4340,2.23,0
-4341,2.23,0
-4342,2.23,0
-4343,2.23,0
-4344,2.23,0
-4345,2.23,0
-4346,2.23,0
-4347,2.23,0
-4348,2.23,0
-4349,2.23,0
-4350,2.23,0
-4351,2.23,0
-4352,2.23,0
-4353,2.23,0
-4354,2.23,0
-4355,2.23,0
-4356,2.23,0
-4357,2.23,0
-4358,2.23,0
-4359,2.23,0
-4360,2.23,0
-4361,2.23,0
-4362,2.23,0
-4363,2.23,0
-4364,2.23,0
-4365,2.23,0
-4366,2.23,0
-4367,2.23,0
-4368,2.23,0
-4369,2.34,0
-4370,2.34,0
-4371,2.34,0
-4372,2.34,0
-4373,2.34,0
-4374,2.34,0
-4375,2.34,0
-4376,2.34,0
-4377,2.34,0
-4378,2.34,0
-4379,2.34,0
-4380,2.34,0
-4381,2.34,0
-4382,2.34,0
-4383,2.34,0
-4384,2.34,0
-4385,2.34,0
-4386,2.34,0
-4387,2.34,0
-4388,2.34,0
-4389,2.34,0
-4390,2.34,0
-4391,2.34,0
-4392,2.34,0
-4393,2.34,0
-4394,2.34,0
-4395,2.34,0
-4396,2.34,0
-4397,2.34,0
-4398,2.34,0
-4399,2.34,0
-4400,2.34,0
-4401,2.34,0
-4402,2.34,0
-4403,2.34,0
-4404,2.34,0
-4405,2.34,0
-4406,2.34,0
-4407,2.34,0
-4408,2.34,0
-4409,2.34,0
-4410,2.34,0
-4411,2.34,0
-4412,2.34,0
-4413,2.34,0
-4414,2.34,0
-4415,2.34,0
-4416,2.34,0
-4417,2.34,0
-4418,2.34,0
-4419,2.34,0
-4420,2.34,0
-4421,2.34,0
-4422,2.34,0
-4423,2.34,0
-4424,2.34,0
-4425,2.34,0
-4426,2.34,0
-4427,2.34,0
-4428,2.34,0
-4429,2.34,0
-4430,2.34,0
-4431,2.34,0
-4432,2.34,0
-4433,2.34,0
-4434,2.34,0
-4435,2.34,0
-4436,2.34,0
-4437,2.34,0
-4438,2.34,0
-4439,2.34,0
-4440,2.34,0
-4441,2.34,0
-4442,2.34,0
-4443,2.34,0
-4444,2.34,0
-4445,2.34,0
-4446,2.34,0
-4447,2.34,0
-4448,2.34,0
-4449,2.34,0
-4450,2.34,0
-4451,2.34,0
-4452,2.34,0
-4453,2.34,0
-4454,2.34,0
-4455,2.34,0
-4456,2.34,0
-4457,2.34,0
-4458,2.34,0
-4459,2.34,0
-4460,2.34,0
-4461,2.34,0
-4462,2.34,0
-4463,2.34,0
-4464,2.34,0
-4465,2.34,0
-4466,2.34,0
-4467,2.34,0
-4468,2.34,0
-4469,2.34,0
-4470,2.34,0
-4471,2.34,0
-4472,2.34,0
-4473,2.34,0
-4474,2.34,0
-4475,2.34,0
-4476,2.34,0
-4477,2.34,0
-4478,2.34,0
-4479,2.34,0
-4480,2.34,0
-4481,2.34,0
-4482,2.34,0
-4483,2.34,0
-4484,2.34,0
-4485,2.34,0
-4486,2.34,0
-4487,2.34,0
-4488,2.34,0
-4489,2.34,0
-4490,2.34,0
-4491,2.34,0
-4492,2.34,0
-4493,2.34,0
-4494,2.34,0
-4495,2.34,0
-4496,2.34,0
-4497,2.34,0
-4498,2.34,0
-4499,2.34,0
-4500,2.34,0
-4501,2.34,0
-4502,2.34,0
-4503,2.34,0
-4504,2.34,0
-4505,2.34,0
-4506,2.34,0
-4507,2.34,0
-4508,2.34,0
-4509,2.34,0
-4510,2.34,0
-4511,2.34,0
-4512,2.34,0
-4513,2.34,0
-4514,2.34,0
-4515,2.34,0
-4516,2.34,0
-4517,2.34,0
-4518,2.34,0
-4519,2.34,0
-4520,2.34,0
-4521,2.34,0
-4522,2.34,0
-4523,2.34,0
-4524,2.34,0
-4525,2.34,0
-4526,2.34,0
-4527,2.34,0
-4528,2.34,0
-4529,2.34,0
-4530,2.34,0
-4531,2.34,0
-4532,2.34,0
-4533,2.34,0
-4534,2.34,0
-4535,2.34,0
-4536,2.34,0
-4537,2.34,0
-4538,2.34,0
-4539,2.34,0
-4540,2.34,0
-4541,2.34,0
-4542,2.34,0
-4543,2.34,0
-4544,2.34,0
-4545,2.34,0
-4546,2.34,0
-4547,2.34,0
-4548,2.34,0
-4549,2.34,0
-4550,2.34,0
-4551,2.34,0
-4552,2.34,0
-4553,2.34,0
-4554,2.34,0
-4555,2.34,0
-4556,2.34,0
-4557,2.34,0
-4558,2.34,0
-4559,2.34,0
-4560,2.34,0
-4561,2.34,0
-4562,2.34,0
-4563,2.34,0
-4564,2.34,0
-4565,2.34,0
-4566,2.34,0
-4567,2.34,0
-4568,2.34,0
-4569,2.34,0
-4570,2.34,0
-4571,2.34,0
-4572,2.34,0
-4573,2.34,0
-4574,2.34,0
-4575,2.34,0
-4576,2.34,0
-4577,2.34,0
-4578,2.34,0
-4579,2.34,0
-4580,2.34,0
-4581,2.34,0
-4582,2.34,0
-4583,2.34,0
-4584,2.34,0
-4585,2.34,0
-4586,2.34,0
-4587,2.34,0
-4588,2.34,0
-4589,2.34,0
-4590,2.34,0
-4591,2.34,0
-4592,2.34,0
-4593,2.34,0
-4594,2.34,0
-4595,2.34,0
-4596,2.34,0
-4597,2.34,0
-4598,2.34,0
-4599,2.34,0
-4600,2.34,0
-4601,2.34,0
-4602,2.34,0
-4603,2.34,0
-4604,2.34,0
-4605,2.34,0
-4606,2.34,0
-4607,2.34,0
-4608,2.34,0
-4609,2.34,0
-4610,2.34,0
-4611,2.34,0
-4612,2.34,0
-4613,2.34,0
-4614,2.34,0
-4615,2.34,0
-4616,2.34,0
-4617,2.34,0
-4618,2.34,0
-4619,2.34,0
-4620,2.34,0
-4621,2.34,0
-4622,2.34,0
-4623,2.34,0
-4624,2.34,0
-4625,2.34,0
-4626,2.34,0
-4627,2.34,0
-4628,2.34,0
-4629,2.34,0
-4630,2.34,0
-4631,2.34,0
-4632,2.34,0
-4633,2.34,0
-4634,2.34,0
-4635,2.34,0
-4636,2.34,0
-4637,2.34,0
-4638,2.34,0
-4639,2.34,0
-4640,2.34,0
-4641,2.34,0
-4642,2.34,0
-4643,2.34,0
-4644,2.34,0
-4645,2.34,0
-4646,2.34,0
-4647,2.34,0
-4648,2.34,0
-4649,2.34,0
-4650,2.34,0
-4651,2.34,0
-4652,2.34,0
-4653,2.34,0
-4654,2.34,0
-4655,2.34,0
-4656,2.34,0
-4657,2.34,0
-4658,2.34,0
-4659,2.34,0
-4660,2.34,0
-4661,2.34,0
-4662,2.34,0
-4663,2.34,0
-4664,2.34,0
-4665,2.34,0
-4666,2.34,0
-4667,2.34,0
-4668,2.34,0
-4669,2.34,0
-4670,2.34,0
-4671,2.34,0
-4672,2.34,0
-4673,2.34,0
-4674,2.34,0
-4675,2.34,0
-4676,2.34,0
-4677,2.34,0
-4678,2.34,0
-4679,2.34,0
-4680,2.34,0
-4681,2.34,0
-4682,2.34,0
-4683,2.34,0
-4684,2.34,0
-4685,2.34,0
-4686,2.34,0
-4687,2.34,0
-4688,2.34,0
-4689,2.34,0
-4690,2.34,0
-4691,2.34,0
-4692,2.34,0
-4693,2.34,0
-4694,2.34,0
-4695,2.34,0
-4696,2.34,0
-4697,2.34,0
-4698,2.34,0
-4699,2.34,0
-4700,2.34,0
-4701,2.34,0
-4702,2.34,0
-4703,2.34,0
-4704,2.34,0
-4705,2.34,0
-4706,2.34,0
-4707,2.34,0
-4708,2.34,0
-4709,2.34,0
-4710,2.34,0
-4711,2.34,0
-4712,2.34,0
-4713,2.34,0
-4714,2.34,0
-4715,2.34,0
-4716,2.34,0
-4717,2.34,0
-4718,2.34,0
-4719,2.34,0
-4720,2.34,0
-4721,2.34,0
-4722,2.34,0
-4723,2.34,0
-4724,2.34,0
-4725,2.34,0
-4726,2.34,0
-4727,2.34,0
-4728,2.34,0
-4729,2.34,0
-4730,2.34,0
-4731,2.34,0
-4732,2.34,0
-4733,2.34,0
-4734,2.34,0
-4735,2.34,0
-4736,2.34,0
-4737,2.34,0
-4738,2.34,0
-4739,2.34,0
-4740,2.34,0
-4741,2.34,0
-4742,2.34,0
-4743,2.34,0
-4744,2.34,0
-4745,2.34,0
-4746,2.34,0
-4747,2.34,0
-4748,2.34,0
-4749,2.34,0
-4750,2.34,0
-4751,2.34,0
-4752,2.34,0
-4753,2.34,0
-4754,2.34,0
-4755,2.34,0
-4756,2.34,0
-4757,2.34,0
-4758,2.34,0
-4759,2.34,0
-4760,2.34,0
-4761,2.34,0
-4762,2.34,0
-4763,2.34,0
-4764,2.34,0
-4765,2.34,0
-4766,2.34,0
-4767,2.34,0
-4768,2.34,0
-4769,2.34,0
-4770,2.34,0
-4771,2.34,0
-4772,2.34,0
-4773,2.34,0
-4774,2.34,0
-4775,2.34,0
-4776,2.34,0
-4777,2.34,0
-4778,2.34,0
-4779,2.34,0
-4780,2.34,0
-4781,2.34,0
-4782,2.34,0
-4783,2.34,0
-4784,2.34,0
-4785,2.34,0
-4786,2.34,0
-4787,2.34,0
-4788,2.34,0
-4789,2.34,0
-4790,2.34,0
-4791,2.34,0
-4792,2.34,0
-4793,2.34,0
-4794,2.34,0
-4795,2.34,0
-4796,2.34,0
-4797,2.34,0
-4798,2.34,0
-4799,2.34,0
-4800,2.34,0
-4801,2.34,0
-4802,2.34,0
-4803,2.34,0
-4804,2.34,0
-4805,2.34,0
-4806,2.34,0
-4807,2.34,0
-4808,2.34,0
-4809,2.34,0
-4810,2.34,0
-4811,2.34,0
-4812,2.34,0
-4813,2.34,0
-4814,2.34,0
-4815,2.34,0
-4816,2.34,0
-4817,2.34,0
-4818,2.34,0
-4819,2.34,0
-4820,2.34,0
-4821,2.34,0
-4822,2.34,0
-4823,2.34,0
-4824,2.34,0
-4825,2.34,0
-4826,2.34,0
-4827,2.34,0
-4828,2.34,0
-4829,2.34,0
-4830,2.34,0
-4831,2.34,0
-4832,2.34,0
-4833,2.34,0
-4834,2.34,0
-4835,2.34,0
-4836,2.34,0
-4837,2.34,0
-4838,2.34,0
-4839,2.34,0
-4840,2.34,0
-4841,2.34,0
-4842,2.34,0
-4843,2.34,0
-4844,2.34,0
-4845,2.34,0
-4846,2.34,0
-4847,2.34,0
-4848,2.34,0
-4849,2.34,0
-4850,2.34,0
-4851,2.34,0
-4852,2.34,0
-4853,2.34,0
-4854,2.34,0
-4855,2.34,0
-4856,2.34,0
-4857,2.34,0
-4858,2.34,0
-4859,2.34,0
-4860,2.34,0
-4861,2.34,0
-4862,2.34,0
-4863,2.34,0
-4864,2.34,0
-4865,2.34,0
-4866,2.34,0
-4867,2.34,0
-4868,2.34,0
-4869,2.34,0
-4870,2.34,0
-4871,2.34,0
-4872,2.34,0
-4873,2.34,0
-4874,2.34,0
-4875,2.34,0
-4876,2.34,0
-4877,2.34,0
-4878,2.34,0
-4879,2.34,0
-4880,2.34,0
-4881,2.34,0
-4882,2.34,0
-4883,2.34,0
-4884,2.34,0
-4885,2.34,0
-4886,2.34,0
-4887,2.34,0
-4888,2.34,0
-4889,2.34,0
-4890,2.34,0
-4891,2.34,0
-4892,2.34,0
-4893,2.34,0
-4894,2.34,0
-4895,2.34,0
-4896,2.34,0
-4897,2.34,0
-4898,2.34,0
-4899,2.34,0
-4900,2.34,0
-4901,2.34,0
-4902,2.34,0
-4903,2.34,0
-4904,2.34,0
-4905,2.34,0
-4906,2.34,0
-4907,2.34,0
-4908,2.34,0
-4909,2.34,0
-4910,2.34,0
-4911,2.34,0
-4912,2.34,0
-4913,2.34,0
-4914,2.34,0
-4915,2.34,0
-4916,2.34,0
-4917,2.34,0
-4918,2.34,0
-4919,2.34,0
-4920,2.34,0
-4921,2.34,0
-4922,2.34,0
-4923,2.34,0
-4924,2.34,0
-4925,2.34,0
-4926,2.34,0
-4927,2.34,0
-4928,2.34,0
-4929,2.34,0
-4930,2.34,0
-4931,2.34,0
-4932,2.34,0
-4933,2.34,0
-4934,2.34,0
-4935,2.34,0
-4936,2.34,0
-4937,2.34,0
-4938,2.34,0
-4939,2.34,0
-4940,2.34,0
-4941,2.34,0
-4942,2.34,0
-4943,2.34,0
-4944,2.34,0
-4945,2.34,0
-4946,2.34,0
-4947,2.34,0
-4948,2.34,0
-4949,2.34,0
-4950,2.34,0
-4951,2.34,0
-4952,2.34,0
-4953,2.34,0
-4954,2.34,0
-4955,2.34,0
-4956,2.34,0
-4957,2.34,0
-4958,2.34,0
-4959,2.34,0
-4960,2.34,0
-4961,2.34,0
-4962,2.34,0
-4963,2.34,0
-4964,2.34,0
-4965,2.34,0
-4966,2.34,0
-4967,2.34,0
-4968,2.34,0
-4969,2.34,0
-4970,2.34,0
-4971,2.34,0
-4972,2.34,0
-4973,2.34,0
-4974,2.34,0
-4975,2.34,0
-4976,2.34,0
-4977,2.34,0
-4978,2.34,0
-4979,2.34,0
-4980,2.34,0
-4981,2.34,0
-4982,2.34,0
-4983,2.34,0
-4984,2.34,0
-4985,2.34,0
-4986,2.34,0
-4987,2.34,0
-4988,2.34,0
-4989,2.34,0
-4990,2.34,0
-4991,2.34,0
-4992,2.34,0
-4993,2.34,0
-4994,2.34,0
-4995,2.34,0
-4996,2.34,0
-4997,2.34,0
-4998,2.34,0
-4999,2.34,0
-5000,2.34,0
-5001,2.34,0
-5002,2.34,0
-5003,2.34,0
-5004,2.34,0
-5005,2.34,0
-5006,2.34,0
-5007,2.34,0
-5008,2.34,0
-5009,2.34,0
-5010,2.34,0
-5011,2.34,0
-5012,2.34,0
-5013,2.34,0
-5014,2.34,0
-5015,2.34,0
-5016,2.34,0
-5017,2.34,0
-5018,2.34,0
-5019,2.34,0
-5020,2.34,0
-5021,2.34,0
-5022,2.34,0
-5023,2.34,0
-5024,2.34,0
-5025,2.34,0
-5026,2.34,0
-5027,2.34,0
-5028,2.34,0
-5029,2.34,0
-5030,2.34,0
-5031,2.34,0
-5032,2.34,0
-5033,2.34,0
-5034,2.34,0
-5035,2.34,0
-5036,2.34,0
-5037,2.34,0
-5038,2.34,0
-5039,2.34,0
-5040,2.34,0
-5041,2.34,0
-5042,2.34,0
-5043,2.34,0
-5044,2.34,0
-5045,2.34,0
-5046,2.34,0
-5047,2.34,0
-5048,2.34,0
-5049,2.34,0
-5050,2.34,0
-5051,2.34,0
-5052,2.34,0
-5053,2.34,0
-5054,2.34,0
-5055,2.34,0
-5056,2.34,0
-5057,2.34,0
-5058,2.34,0
-5059,2.34,0
-5060,2.34,0
-5061,2.34,0
-5062,2.34,0
-5063,2.34,0
-5064,2.34,0
-5065,2.34,0
-5066,2.34,0
-5067,2.34,0
-5068,2.34,0
-5069,2.34,0
-5070,2.34,0
-5071,2.34,0
-5072,2.34,0
-5073,2.34,0
-5074,2.34,0
-5075,2.34,0
-5076,2.34,0
-5077,2.34,0
-5078,2.34,0
-5079,2.34,0
-5080,2.34,0
-5081,2.34,0
-5082,2.34,0
-5083,2.34,0
-5084,2.34,0
-5085,2.34,0
-5086,2.34,0
-5087,2.34,0
-5088,2.34,0
-5089,2.34,0
-5090,2.34,0
-5091,2.34,0
-5092,2.34,0
-5093,2.34,0
-5094,2.34,0
-5095,2.34,0
-5096,2.34,0
-5097,2.34,0
-5098,2.34,0
-5099,2.34,0
-5100,2.34,0
-5101,2.34,0
-5102,2.34,0
-5103,2.34,0
-5104,2.34,0
-5105,2.34,0
-5106,2.34,0
-5107,2.34,0
-5108,2.34,0
-5109,2.34,0
-5110,2.34,0
-5111,2.34,0
-5112,2.34,0
-5113,2.11,0
-5114,2.11,0
-5115,2.11,0
-5116,2.11,0
-5117,2.11,0
-5118,2.11,0
-5119,2.11,0
-5120,2.11,0
-5121,2.11,0
-5122,2.11,0
-5123,2.11,0
-5124,2.11,0
-5125,2.11,0
-5126,2.11,0
-5127,2.11,0
-5128,2.11,0
-5129,2.11,0
-5130,2.11,0
-5131,2.11,0
-5132,2.11,0
-5133,2.11,0
-5134,2.11,0
-5135,2.11,0
-5136,2.11,0
-5137,2.11,0
-5138,2.11,0
-5139,2.11,0
-5140,2.11,0
-5141,2.11,0
-5142,2.11,0
-5143,2.11,0
-5144,2.11,0
-5145,2.11,0
-5146,2.11,0
-5147,2.11,0
-5148,2.11,0
-5149,2.11,0
-5150,2.11,0
-5151,2.11,0
-5152,2.11,0
-5153,2.11,0
-5154,2.11,0
-5155,2.11,0
-5156,2.11,0
-5157,2.11,0
-5158,2.11,0
-5159,2.11,0
-5160,2.11,0
-5161,2.11,0
-5162,2.11,0
-5163,2.11,0
-5164,2.11,0
-5165,2.11,0
-5166,2.11,0
-5167,2.11,0
-5168,2.11,0
-5169,2.11,0
-5170,2.11,0
-5171,2.11,0
-5172,2.11,0
-5173,2.11,0
-5174,2.11,0
-5175,2.11,0
-5176,2.11,0
-5177,2.11,0
-5178,2.11,0
-5179,2.11,0
-5180,2.11,0
-5181,2.11,0
-5182,2.11,0
-5183,2.11,0
-5184,2.11,0
-5185,2.11,0
-5186,2.11,0
-5187,2.11,0
-5188,2.11,0
-5189,2.11,0
-5190,2.11,0
-5191,2.11,0
-5192,2.11,0
-5193,2.11,0
-5194,2.11,0
-5195,2.11,0
-5196,2.11,0
-5197,2.11,0
-5198,2.11,0
-5199,2.11,0
-5200,2.11,0
-5201,2.11,0
-5202,2.11,0
-5203,2.11,0
-5204,2.11,0
-5205,2.11,0
-5206,2.11,0
-5207,2.11,0
-5208,2.11,0
-5209,2.11,0
-5210,2.11,0
-5211,2.11,0
-5212,2.11,0
-5213,2.11,0
-5214,2.11,0
-5215,2.11,0
-5216,2.11,0
-5217,2.11,0
-5218,2.11,0
-5219,2.11,0
-5220,2.11,0
-5221,2.11,0
-5222,2.11,0
-5223,2.11,0
-5224,2.11,0
-5225,2.11,0
-5226,2.11,0
-5227,2.11,0
-5228,2.11,0
-5229,2.11,0
-5230,2.11,0
-5231,2.11,0
-5232,2.11,0
-5233,2.11,0
-5234,2.11,0
-5235,2.11,0
-5236,2.11,0
-5237,2.11,0
-5238,2.11,0
-5239,2.11,0
-5240,2.11,0
-5241,2.11,0
-5242,2.11,0
-5243,2.11,0
-5244,2.11,0
-5245,2.11,0
-5246,2.11,0
-5247,2.11,0
-5248,2.11,0
-5249,2.11,0
-5250,2.11,0
-5251,2.11,0
-5252,2.11,0
-5253,2.11,0
-5254,2.11,0
-5255,2.11,0
-5256,2.11,0
-5257,2.11,0
-5258,2.11,0
-5259,2.11,0
-5260,2.11,0
-5261,2.11,0
-5262,2.11,0
-5263,2.11,0
-5264,2.11,0
-5265,2.11,0
-5266,2.11,0
-5267,2.11,0
-5268,2.11,0
-5269,2.11,0
-5270,2.11,0
-5271,2.11,0
-5272,2.11,0
-5273,2.11,0
-5274,2.11,0
-5275,2.11,0
-5276,2.11,0
-5277,2.11,0
-5278,2.11,0
-5279,2.11,0
-5280,2.11,0
-5281,2.11,0
-5282,2.11,0
-5283,2.11,0
-5284,2.11,0
-5285,2.11,0
-5286,2.11,0
-5287,2.11,0
-5288,2.11,0
-5289,2.11,0
-5290,2.11,0
-5291,2.11,0
-5292,2.11,0
-5293,2.11,0
-5294,2.11,0
-5295,2.11,0
-5296,2.11,0
-5297,2.11,0
-5298,2.11,0
-5299,2.11,0
-5300,2.11,0
-5301,2.11,0
-5302,2.11,0
-5303,2.11,0
-5304,2.11,0
-5305,2.11,0
-5306,2.11,0
-5307,2.11,0
-5308,2.11,0
-5309,2.11,0
-5310,2.11,0
-5311,2.11,0
-5312,2.11,0
-5313,2.11,0
-5314,2.11,0
-5315,2.11,0
-5316,2.11,0
-5317,2.11,0
-5318,2.11,0
-5319,2.11,0
-5320,2.11,0
-5321,2.11,0
-5322,2.11,0
-5323,2.11,0
-5324,2.11,0
-5325,2.11,0
-5326,2.11,0
-5327,2.11,0
-5328,2.11,0
-5329,2.11,0
-5330,2.11,0
-5331,2.11,0
-5332,2.11,0
-5333,2.11,0
-5334,2.11,0
-5335,2.11,0
-5336,2.11,0
-5337,2.11,0
-5338,2.11,0
-5339,2.11,0
-5340,2.11,0
-5341,2.11,0
-5342,2.11,0
-5343,2.11,0
-5344,2.11,0
-5345,2.11,0
-5346,2.11,0
-5347,2.11,0
-5348,2.11,0
-5349,2.11,0
-5350,2.11,0
-5351,2.11,0
-5352,2.11,0
-5353,2.11,0
-5354,2.11,0
-5355,2.11,0
-5356,2.11,0
-5357,2.11,0
-5358,2.11,0
-5359,2.11,0
-5360,2.11,0
-5361,2.11,0
-5362,2.11,0
-5363,2.11,0
-5364,2.11,0
-5365,2.11,0
-5366,2.11,0
-5367,2.11,0
-5368,2.11,0
-5369,2.11,0
-5370,2.11,0
-5371,2.11,0
-5372,2.11,0
-5373,2.11,0
-5374,2.11,0
-5375,2.11,0
-5376,2.11,0
-5377,2.11,0
-5378,2.11,0
-5379,2.11,0
-5380,2.11,0
-5381,2.11,0
-5382,2.11,0
-5383,2.11,0
-5384,2.11,0
-5385,2.11,0
-5386,2.11,0
-5387,2.11,0
-5388,2.11,0
-5389,2.11,0
-5390,2.11,0
-5391,2.11,0
-5392,2.11,0
-5393,2.11,0
-5394,2.11,0
-5395,2.11,0
-5396,2.11,0
-5397,2.11,0
-5398,2.11,0
-5399,2.11,0
-5400,2.11,0
-5401,2.11,0
-5402,2.11,0
-5403,2.11,0
-5404,2.11,0
-5405,2.11,0
-5406,2.11,0
-5407,2.11,0
-5408,2.11,0
-5409,2.11,0
-5410,2.11,0
-5411,2.11,0
-5412,2.11,0
-5413,2.11,0
-5414,2.11,0
-5415,2.11,0
-5416,2.11,0
-5417,2.11,0
-5418,2.11,0
-5419,2.11,0
-5420,2.11,0
-5421,2.11,0
-5422,2.11,0
-5423,2.11,0
-5424,2.11,0
-5425,2.11,0
-5426,2.11,0
-5427,2.11,0
-5428,2.11,0
-5429,2.11,0
-5430,2.11,0
-5431,2.11,0
-5432,2.11,0
-5433,2.11,0
-5434,2.11,0
-5435,2.11,0
-5436,2.11,0
-5437,2.11,0
-5438,2.11,0
-5439,2.11,0
-5440,2.11,0
-5441,2.11,0
-5442,2.11,0
-5443,2.11,0
-5444,2.11,0
-5445,2.11,0
-5446,2.11,0
-5447,2.11,0
-5448,2.11,0
-5449,2.11,0
-5450,2.11,0
-5451,2.11,0
-5452,2.11,0
-5453,2.11,0
-5454,2.11,0
-5455,2.11,0
-5456,2.11,0
-5457,2.11,0
-5458,2.11,0
-5459,2.11,0
-5460,2.11,0
-5461,2.11,0
-5462,2.11,0
-5463,2.11,0
-5464,2.11,0
-5465,2.11,0
-5466,2.11,0
-5467,2.11,0
-5468,2.11,0
-5469,2.11,0
-5470,2.11,0
-5471,2.11,0
-5472,2.11,0
-5473,2.11,0
-5474,2.11,0
-5475,2.11,0
-5476,2.11,0
-5477,2.11,0
-5478,2.11,0
-5479,2.11,0
-5480,2.11,0
-5481,2.11,0
-5482,2.11,0
-5483,2.11,0
-5484,2.11,0
-5485,2.11,0
-5486,2.11,0
-5487,2.11,0
-5488,2.11,0
-5489,2.11,0
-5490,2.11,0
-5491,2.11,0
-5492,2.11,0
-5493,2.11,0
-5494,2.11,0
-5495,2.11,0
-5496,2.11,0
-5497,2.11,0
-5498,2.11,0
-5499,2.11,0
-5500,2.11,0
-5501,2.11,0
-5502,2.11,0
-5503,2.11,0
-5504,2.11,0
-5505,2.11,0
-5506,2.11,0
-5507,2.11,0
-5508,2.11,0
-5509,2.11,0
-5510,2.11,0
-5511,2.11,0
-5512,2.11,0
-5513,2.11,0
-5514,2.11,0
-5515,2.11,0
-5516,2.11,0
-5517,2.11,0
-5518,2.11,0
-5519,2.11,0
-5520,2.11,0
-5521,2.11,0
-5522,2.11,0
-5523,2.11,0
-5524,2.11,0
-5525,2.11,0
-5526,2.11,0
-5527,2.11,0
-5528,2.11,0
-5529,2.11,0
-5530,2.11,0
-5531,2.11,0
-5532,2.11,0
-5533,2.11,0
-5534,2.11,0
-5535,2.11,0
-5536,2.11,0
-5537,2.11,0
-5538,2.11,0
-5539,2.11,0
-5540,2.11,0
-5541,2.11,0
-5542,2.11,0
-5543,2.11,0
-5544,2.11,0
-5545,2.11,0
-5546,2.11,0
-5547,2.11,0
-5548,2.11,0
-5549,2.11,0
-5550,2.11,0
-5551,2.11,0
-5552,2.11,0
-5553,2.11,0
-5554,2.11,0
-5555,2.11,0
-5556,2.11,0
-5557,2.11,0
-5558,2.11,0
-5559,2.11,0
-5560,2.11,0
-5561,2.11,0
-5562,2.11,0
-5563,2.11,0
-5564,2.11,0
-5565,2.11,0
-5566,2.11,0
-5567,2.11,0
-5568,2.11,0
-5569,2.11,0
-5570,2.11,0
-5571,2.11,0
-5572,2.11,0
-5573,2.11,0
-5574,2.11,0
-5575,2.11,0
-5576,2.11,0
-5577,2.11,0
-5578,2.11,0
-5579,2.11,0
-5580,2.11,0
-5581,2.11,0
-5582,2.11,0
-5583,2.11,0
-5584,2.11,0
-5585,2.11,0
-5586,2.11,0
-5587,2.11,0
-5588,2.11,0
-5589,2.11,0
-5590,2.11,0
-5591,2.11,0
-5592,2.11,0
-5593,2.11,0
-5594,2.11,0
-5595,2.11,0
-5596,2.11,0
-5597,2.11,0
-5598,2.11,0
-5599,2.11,0
-5600,2.11,0
-5601,2.11,0
-5602,2.11,0
-5603,2.11,0
-5604,2.11,0
-5605,2.11,0
-5606,2.11,0
-5607,2.11,0
-5608,2.11,0
-5609,2.11,0
-5610,2.11,0
-5611,2.11,0
-5612,2.11,0
-5613,2.11,0
-5614,2.11,0
-5615,2.11,0
-5616,2.11,0
-5617,2.11,0
-5618,2.11,0
-5619,2.11,0
-5620,2.11,0
-5621,2.11,0
-5622,2.11,0
-5623,2.11,0
-5624,2.11,0
-5625,2.11,0
-5626,2.11,0
-5627,2.11,0
-5628,2.11,0
-5629,2.11,0
-5630,2.11,0
-5631,2.11,0
-5632,2.11,0
-5633,2.11,0
-5634,2.11,0
-5635,2.11,0
-5636,2.11,0
-5637,2.11,0
-5638,2.11,0
-5639,2.11,0
-5640,2.11,0
-5641,2.11,0
-5642,2.11,0
-5643,2.11,0
-5644,2.11,0
-5645,2.11,0
-5646,2.11,0
-5647,2.11,0
-5648,2.11,0
-5649,2.11,0
-5650,2.11,0
-5651,2.11,0
-5652,2.11,0
-5653,2.11,0
-5654,2.11,0
-5655,2.11,0
-5656,2.11,0
-5657,2.11,0
-5658,2.11,0
-5659,2.11,0
-5660,2.11,0
-5661,2.11,0
-5662,2.11,0
-5663,2.11,0
-5664,2.11,0
-5665,2.11,0
-5666,2.11,0
-5667,2.11,0
-5668,2.11,0
-5669,2.11,0
-5670,2.11,0
-5671,2.11,0
-5672,2.11,0
-5673,2.11,0
-5674,2.11,0
-5675,2.11,0
-5676,2.11,0
-5677,2.11,0
-5678,2.11,0
-5679,2.11,0
-5680,2.11,0
-5681,2.11,0
-5682,2.11,0
-5683,2.11,0
-5684,2.11,0
-5685,2.11,0
-5686,2.11,0
-5687,2.11,0
-5688,2.11,0
-5689,2.11,0
-5690,2.11,0
-5691,2.11,0
-5692,2.11,0
-5693,2.11,0
-5694,2.11,0
-5695,2.11,0
-5696,2.11,0
-5697,2.11,0
-5698,2.11,0
-5699,2.11,0
-5700,2.11,0
-5701,2.11,0
-5702,2.11,0
-5703,2.11,0
-5704,2.11,0
-5705,2.11,0
-5706,2.11,0
-5707,2.11,0
-5708,2.11,0
-5709,2.11,0
-5710,2.11,0
-5711,2.11,0
-5712,2.11,0
-5713,2.11,0
-5714,2.11,0
-5715,2.11,0
-5716,2.11,0
-5717,2.11,0
-5718,2.11,0
-5719,2.11,0
-5720,2.11,0
-5721,2.11,0
-5722,2.11,0
-5723,2.11,0
-5724,2.11,0
-5725,2.11,0
-5726,2.11,0
-5727,2.11,0
-5728,2.11,0
-5729,2.11,0
-5730,2.11,0
-5731,2.11,0
-5732,2.11,0
-5733,2.11,0
-5734,2.11,0
-5735,2.11,0
-5736,2.11,0
-5737,2.11,0
-5738,2.11,0
-5739,2.11,0
-5740,2.11,0
-5741,2.11,0
-5742,2.11,0
-5743,2.11,0
-5744,2.11,0
-5745,2.11,0
-5746,2.11,0
-5747,2.11,0
-5748,2.11,0
-5749,2.11,0
-5750,2.11,0
-5751,2.11,0
-5752,2.11,0
-5753,2.11,0
-5754,2.11,0
-5755,2.11,0
-5756,2.11,0
-5757,2.11,0
-5758,2.11,0
-5759,2.11,0
-5760,2.11,0
-5761,2.11,0
-5762,2.11,0
-5763,2.11,0
-5764,2.11,0
-5765,2.11,0
-5766,2.11,0
-5767,2.11,0
-5768,2.11,0
-5769,2.11,0
-5770,2.11,0
-5771,2.11,0
-5772,2.11,0
-5773,2.11,0
-5774,2.11,0
-5775,2.11,0
-5776,2.11,0
-5777,2.11,0
-5778,2.11,0
-5779,2.11,0
-5780,2.11,0
-5781,2.11,0
-5782,2.11,0
-5783,2.11,0
-5784,2.11,0
-5785,2.11,0
-5786,2.11,0
-5787,2.11,0
-5788,2.11,0
-5789,2.11,0
-5790,2.11,0
-5791,2.11,0
-5792,2.11,0
-5793,2.11,0
-5794,2.11,0
-5795,2.11,0
-5796,2.11,0
-5797,2.11,0
-5798,2.11,0
-5799,2.11,0
-5800,2.11,0
-5801,2.11,0
-5802,2.11,0
-5803,2.11,0
-5804,2.11,0
-5805,2.11,0
-5806,2.11,0
-5807,2.11,0
-5808,2.11,0
-5809,2.11,0
-5810,2.11,0
-5811,2.11,0
-5812,2.11,0
-5813,2.11,0
-5814,2.11,0
-5815,2.11,0
-5816,2.11,0
-5817,2.11,0
-5818,2.11,0
-5819,2.11,0
-5820,2.11,0
-5821,2.11,0
-5822,2.11,0
-5823,2.11,0
-5824,2.11,0
-5825,2.11,0
-5826,2.11,0
-5827,2.11,0
-5828,2.11,0
-5829,2.11,0
-5830,2.11,0
-5831,2.11,0
-5832,2.11,0
-5833,2.11,0
-5834,2.11,0
-5835,2.11,0
-5836,2.11,0
-5837,2.11,0
-5838,2.11,0
-5839,2.11,0
-5840,2.11,0
-5841,2.11,0
-5842,2.11,0
-5843,2.11,0
-5844,2.11,0
-5845,2.11,0
-5846,2.11,0
-5847,2.11,0
-5848,2.11,0
-5849,2.11,0
-5850,2.11,0
-5851,2.11,0
-5852,2.11,0
-5853,2.11,0
-5854,2.11,0
-5855,2.11,0
-5856,2.11,0
-5857,2.11,0
-5858,2.11,0
-5859,2.11,0
-5860,2.11,0
-5861,2.11,0
-5862,2.11,0
-5863,2.11,0
-5864,2.11,0
-5865,2.11,0
-5866,2.11,0
-5867,2.11,0
-5868,2.11,0
-5869,2.11,0
-5870,2.11,0
-5871,2.11,0
-5872,2.11,0
-5873,2.11,0
-5874,2.11,0
-5875,2.11,0
-5876,2.11,0
-5877,2.11,0
-5878,2.11,0
-5879,2.11,0
-5880,2.11,0
-5881,2.11,0
-5882,2.11,0
-5883,2.11,0
-5884,2.11,0
-5885,2.11,0
-5886,2.11,0
-5887,2.11,0
-5888,2.11,0
-5889,2.11,0
-5890,2.11,0
-5891,2.11,0
-5892,2.11,0
-5893,2.11,0
-5894,2.11,0
-5895,2.11,0
-5896,2.11,0
-5897,2.11,0
-5898,2.11,0
-5899,2.11,0
-5900,2.11,0
-5901,2.11,0
-5902,2.11,0
-5903,2.11,0
-5904,2.11,0
-5905,2.11,0
-5906,2.11,0
-5907,2.11,0
-5908,2.11,0
-5909,2.11,0
-5910,2.11,0
-5911,2.11,0
-5912,2.11,0
-5913,2.11,0
-5914,2.11,0
-5915,2.11,0
-5916,2.11,0
-5917,2.11,0
-5918,2.11,0
-5919,2.11,0
-5920,2.11,0
-5921,2.11,0
-5922,2.11,0
-5923,2.11,0
-5924,2.11,0
-5925,2.11,0
-5926,2.11,0
-5927,2.11,0
-5928,2.11,0
-5929,2.11,0
-5930,2.11,0
-5931,2.11,0
-5932,2.11,0
-5933,2.11,0
-5934,2.11,0
-5935,2.11,0
-5936,2.11,0
-5937,2.11,0
-5938,2.11,0
-5939,2.11,0
-5940,2.11,0
-5941,2.11,0
-5942,2.11,0
-5943,2.11,0
-5944,2.11,0
-5945,2.11,0
-5946,2.11,0
-5947,2.11,0
-5948,2.11,0
-5949,2.11,0
-5950,2.11,0
-5951,2.11,0
-5952,2.11,0
-5953,2.11,0
-5954,2.11,0
-5955,2.11,0
-5956,2.11,0
-5957,2.11,0
-5958,2.11,0
-5959,2.11,0
-5960,2.11,0
-5961,2.11,0
-5962,2.11,0
-5963,2.11,0
-5964,2.11,0
-5965,2.11,0
-5966,2.11,0
-5967,2.11,0
-5968,2.11,0
-5969,2.11,0
-5970,2.11,0
-5971,2.11,0
-5972,2.11,0
-5973,2.11,0
-5974,2.11,0
-5975,2.11,0
-5976,2.11,0
-5977,2.11,0
-5978,2.11,0
-5979,2.11,0
-5980,2.11,0
-5981,2.11,0
-5982,2.11,0
-5983,2.11,0
-5984,2.11,0
-5985,2.11,0
-5986,2.11,0
-5987,2.11,0
-5988,2.11,0
-5989,2.11,0
-5990,2.11,0
-5991,2.11,0
-5992,2.11,0
-5993,2.11,0
-5994,2.11,0
-5995,2.11,0
-5996,2.11,0
-5997,2.11,0
-5998,2.11,0
-5999,2.11,0
-6000,2.11,0
-6001,2.11,0
-6002,2.11,0
-6003,2.11,0
-6004,2.11,0
-6005,2.11,0
-6006,2.11,0
-6007,2.11,0
-6008,2.11,0
-6009,2.11,0
-6010,2.11,0
-6011,2.11,0
-6012,2.11,0
-6013,2.11,0
-6014,2.11,0
-6015,2.11,0
-6016,2.11,0
-6017,2.11,0
-6018,2.11,0
-6019,2.11,0
-6020,2.11,0
-6021,2.11,0
-6022,2.11,0
-6023,2.11,0
-6024,2.11,0
-6025,2.11,0
-6026,2.11,0
-6027,2.11,0
-6028,2.11,0
-6029,2.11,0
-6030,2.11,0
-6031,2.11,0
-6032,2.11,0
-6033,2.11,0
-6034,2.11,0
-6035,2.11,0
-6036,2.11,0
-6037,2.11,0
-6038,2.11,0
-6039,2.11,0
-6040,2.11,0
-6041,2.11,0
-6042,2.11,0
-6043,2.11,0
-6044,2.11,0
-6045,2.11,0
-6046,2.11,0
-6047,2.11,0
-6048,2.11,0
-6049,2.11,0
-6050,2.11,0
-6051,2.11,0
-6052,2.11,0
-6053,2.11,0
-6054,2.11,0
-6055,2.11,0
-6056,2.11,0
-6057,2.11,0
-6058,2.11,0
-6059,2.11,0
-6060,2.11,0
-6061,2.11,0
-6062,2.11,0
-6063,2.11,0
-6064,2.11,0
-6065,2.11,0
-6066,2.11,0
-6067,2.11,0
-6068,2.11,0
-6069,2.11,0
-6070,2.11,0
-6071,2.11,0
-6072,2.11,0
-6073,2.11,0
-6074,2.11,0
-6075,2.11,0
-6076,2.11,0
-6077,2.11,0
-6078,2.11,0
-6079,2.11,0
-6080,2.11,0
-6081,2.11,0
-6082,2.11,0
-6083,2.11,0
-6084,2.11,0
-6085,2.11,0
-6086,2.11,0
-6087,2.11,0
-6088,2.11,0
-6089,2.11,0
-6090,2.11,0
-6091,2.11,0
-6092,2.11,0
-6093,2.11,0
-6094,2.11,0
-6095,2.11,0
-6096,2.11,0
-6097,2.11,0
-6098,2.11,0
-6099,2.11,0
-6100,2.11,0
-6101,2.11,0
-6102,2.11,0
-6103,2.11,0
-6104,2.11,0
-6105,2.11,0
-6106,2.11,0
-6107,2.11,0
-6108,2.11,0
-6109,2.11,0
-6110,2.11,0
-6111,2.11,0
-6112,2.11,0
-6113,2.11,0
-6114,2.11,0
-6115,2.11,0
-6116,2.11,0
-6117,2.11,0
-6118,2.11,0
-6119,2.11,0
-6120,2.11,0
-6121,2.11,0
-6122,2.11,0
-6123,2.11,0
-6124,2.11,0
-6125,2.11,0
-6126,2.11,0
-6127,2.11,0
-6128,2.11,0
-6129,2.11,0
-6130,2.11,0
-6131,2.11,0
-6132,2.11,0
-6133,2.11,0
-6134,2.11,0
-6135,2.11,0
-6136,2.11,0
-6137,2.11,0
-6138,2.11,0
-6139,2.11,0
-6140,2.11,0
-6141,2.11,0
-6142,2.11,0
-6143,2.11,0
-6144,2.11,0
-6145,2.11,0
-6146,2.11,0
-6147,2.11,0
-6148,2.11,0
-6149,2.11,0
-6150,2.11,0
-6151,2.11,0
-6152,2.11,0
-6153,2.11,0
-6154,2.11,0
-6155,2.11,0
-6156,2.11,0
-6157,2.11,0
-6158,2.11,0
-6159,2.11,0
-6160,2.11,0
-6161,2.11,0
-6162,2.11,0
-6163,2.11,0
-6164,2.11,0
-6165,2.11,0
-6166,2.11,0
-6167,2.11,0
-6168,2.11,0
-6169,2.11,0
-6170,2.11,0
-6171,2.11,0
-6172,2.11,0
-6173,2.11,0
-6174,2.11,0
-6175,2.11,0
-6176,2.11,0
-6177,2.11,0
-6178,2.11,0
-6179,2.11,0
-6180,2.11,0
-6181,2.11,0
-6182,2.11,0
-6183,2.11,0
-6184,2.11,0
-6185,2.11,0
-6186,2.11,0
-6187,2.11,0
-6188,2.11,0
-6189,2.11,0
-6190,2.11,0
-6191,2.11,0
-6192,2.11,0
-6193,2.11,0
-6194,2.11,0
-6195,2.11,0
-6196,2.11,0
-6197,2.11,0
-6198,2.11,0
-6199,2.11,0
-6200,2.11,0
-6201,2.11,0
-6202,2.11,0
-6203,2.11,0
-6204,2.11,0
-6205,2.11,0
-6206,2.11,0
-6207,2.11,0
-6208,2.11,0
-6209,2.11,0
-6210,2.11,0
-6211,2.11,0
-6212,2.11,0
-6213,2.11,0
-6214,2.11,0
-6215,2.11,0
-6216,2.11,0
-6217,2.11,0
-6218,2.11,0
-6219,2.11,0
-6220,2.11,0
-6221,2.11,0
-6222,2.11,0
-6223,2.11,0
-6224,2.11,0
-6225,2.11,0
-6226,2.11,0
-6227,2.11,0
-6228,2.11,0
-6229,2.11,0
-6230,2.11,0
-6231,2.11,0
-6232,2.11,0
-6233,2.11,0
-6234,2.11,0
-6235,2.11,0
-6236,2.11,0
-6237,2.11,0
-6238,2.11,0
-6239,2.11,0
-6240,2.11,0
-6241,2.11,0
-6242,2.11,0
-6243,2.11,0
-6244,2.11,0
-6245,2.11,0
-6246,2.11,0
-6247,2.11,0
-6248,2.11,0
-6249,2.11,0
-6250,2.11,0
-6251,2.11,0
-6252,2.11,0
-6253,2.11,0
-6254,2.11,0
-6255,2.11,0
-6256,2.11,0
-6257,2.11,0
-6258,2.11,0
-6259,2.11,0
-6260,2.11,0
-6261,2.11,0
-6262,2.11,0
-6263,2.11,0
-6264,2.11,0
-6265,2.11,0
-6266,2.11,0
-6267,2.11,0
-6268,2.11,0
-6269,2.11,0
-6270,2.11,0
-6271,2.11,0
-6272,2.11,0
-6273,2.11,0
-6274,2.11,0
-6275,2.11,0
-6276,2.11,0
-6277,2.11,0
-6278,2.11,0
-6279,2.11,0
-6280,2.11,0
-6281,2.11,0
-6282,2.11,0
-6283,2.11,0
-6284,2.11,0
-6285,2.11,0
-6286,2.11,0
-6287,2.11,0
-6288,2.11,0
-6289,2.11,0
-6290,2.11,0
-6291,2.11,0
-6292,2.11,0
-6293,2.11,0
-6294,2.11,0
-6295,2.11,0
-6296,2.11,0
-6297,2.11,0
-6298,2.11,0
-6299,2.11,0
-6300,2.11,0
-6301,2.11,0
-6302,2.11,0
-6303,2.11,0
-6304,2.11,0
-6305,2.11,0
-6306,2.11,0
-6307,2.11,0
-6308,2.11,0
-6309,2.11,0
-6310,2.11,0
-6311,2.11,0
-6312,2.11,0
-6313,2.11,0
-6314,2.11,0
-6315,2.11,0
-6316,2.11,0
-6317,2.11,0
-6318,2.11,0
-6319,2.11,0
-6320,2.11,0
-6321,2.11,0
-6322,2.11,0
-6323,2.11,0
-6324,2.11,0
-6325,2.11,0
-6326,2.11,0
-6327,2.11,0
-6328,2.11,0
-6329,2.11,0
-6330,2.11,0
-6331,2.11,0
-6332,2.11,0
-6333,2.11,0
-6334,2.11,0
-6335,2.11,0
-6336,2.11,0
-6337,2.11,0
-6338,2.11,0
-6339,2.11,0
-6340,2.11,0
-6341,2.11,0
-6342,2.11,0
-6343,2.11,0
-6344,2.11,0
-6345,2.11,0
-6346,2.11,0
-6347,2.11,0
-6348,2.11,0
-6349,2.11,0
-6350,2.11,0
-6351,2.11,0
-6352,2.11,0
-6353,2.11,0
-6354,2.11,0
-6355,2.11,0
-6356,2.11,0
-6357,2.11,0
-6358,2.11,0
-6359,2.11,0
-6360,2.11,0
-6361,2.11,0
-6362,2.11,0
-6363,2.11,0
-6364,2.11,0
-6365,2.11,0
-6366,2.11,0
-6367,2.11,0
-6368,2.11,0
-6369,2.11,0
-6370,2.11,0
-6371,2.11,0
-6372,2.11,0
-6373,2.11,0
-6374,2.11,0
-6375,2.11,0
-6376,2.11,0
-6377,2.11,0
-6378,2.11,0
-6379,2.11,0
-6380,2.11,0
-6381,2.11,0
-6382,2.11,0
-6383,2.11,0
-6384,2.11,0
-6385,2.11,0
-6386,2.11,0
-6387,2.11,0
-6388,2.11,0
-6389,2.11,0
-6390,2.11,0
-6391,2.11,0
-6392,2.11,0
-6393,2.11,0
-6394,2.11,0
-6395,2.11,0
-6396,2.11,0
-6397,2.11,0
-6398,2.11,0
-6399,2.11,0
-6400,2.11,0
-6401,2.11,0
-6402,2.11,0
-6403,2.11,0
-6404,2.11,0
-6405,2.11,0
-6406,2.11,0
-6407,2.11,0
-6408,2.11,0
-6409,2.11,0
-6410,2.11,0
-6411,2.11,0
-6412,2.11,0
-6413,2.11,0
-6414,2.11,0
-6415,2.11,0
-6416,2.11,0
-6417,2.11,0
-6418,2.11,0
-6419,2.11,0
-6420,2.11,0
-6421,2.11,0
-6422,2.11,0
-6423,2.11,0
-6424,2.11,0
-6425,2.11,0
-6426,2.11,0
-6427,2.11,0
-6428,2.11,0
-6429,2.11,0
-6430,2.11,0
-6431,2.11,0
-6432,2.11,0
-6433,2.11,0
-6434,2.11,0
-6435,2.11,0
-6436,2.11,0
-6437,2.11,0
-6438,2.11,0
-6439,2.11,0
-6440,2.11,0
-6441,2.11,0
-6442,2.11,0
-6443,2.11,0
-6444,2.11,0
-6445,2.11,0
-6446,2.11,0
-6447,2.11,0
-6448,2.11,0
-6449,2.11,0
-6450,2.11,0
-6451,2.11,0
-6452,2.11,0
-6453,2.11,0
-6454,2.11,0
-6455,2.11,0
-6456,2.11,0
-6457,2.11,0
-6458,2.11,0
-6459,2.11,0
-6460,2.11,0
-6461,2.11,0
-6462,2.11,0
-6463,2.11,0
-6464,2.11,0
-6465,2.11,0
-6466,2.11,0
-6467,2.11,0
-6468,2.11,0
-6469,2.11,0
-6470,2.11,0
-6471,2.11,0
-6472,2.11,0
-6473,2.11,0
-6474,2.11,0
-6475,2.11,0
-6476,2.11,0
-6477,2.11,0
-6478,2.11,0
-6479,2.11,0
-6480,2.11,0
-6481,2.11,0
-6482,2.11,0
-6483,2.11,0
-6484,2.11,0
-6485,2.11,0
-6486,2.11,0
-6487,2.11,0
-6488,2.11,0
-6489,2.11,0
-6490,2.11,0
-6491,2.11,0
-6492,2.11,0
-6493,2.11,0
-6494,2.11,0
-6495,2.11,0
-6496,2.11,0
-6497,2.11,0
-6498,2.11,0
-6499,2.11,0
-6500,2.11,0
-6501,2.11,0
-6502,2.11,0
-6503,2.11,0
-6504,2.11,0
-6505,2.11,0
-6506,2.11,0
-6507,2.11,0
-6508,2.11,0
-6509,2.11,0
-6510,2.11,0
-6511,2.11,0
-6512,2.11,0
-6513,2.11,0
-6514,2.11,0
-6515,2.11,0
-6516,2.11,0
-6517,2.11,0
-6518,2.11,0
-6519,2.11,0
-6520,2.11,0
-6521,2.11,0
-6522,2.11,0
-6523,2.11,0
-6524,2.11,0
-6525,2.11,0
-6526,2.11,0
-6527,2.11,0
-6528,2.11,0
-6529,2.11,0
-6530,2.11,0
-6531,2.11,0
-6532,2.11,0
-6533,2.11,0
-6534,2.11,0
-6535,2.11,0
-6536,2.11,0
-6537,2.11,0
-6538,2.11,0
-6539,2.11,0
-6540,2.11,0
-6541,2.11,0
-6542,2.11,0
-6543,2.11,0
-6544,2.11,0
-6545,2.11,0
-6546,2.11,0
-6547,2.11,0
-6548,2.11,0
-6549,2.11,0
-6550,2.11,0
-6551,2.11,0
-6552,2.11,0
-6553,2.11,0
-6554,2.11,0
-6555,2.11,0
-6556,2.11,0
-6557,2.11,0
-6558,2.11,0
-6559,2.11,0
-6560,2.11,0
-6561,2.11,0
-6562,2.11,0
-6563,2.11,0
-6564,2.11,0
-6565,2.11,0
-6566,2.11,0
-6567,2.11,0
-6568,2.11,0
-6569,2.11,0
-6570,2.11,0
-6571,2.11,0
-6572,2.11,0
-6573,2.11,0
-6574,2.11,0
-6575,2.11,0
-6576,2.11,0
-6577,1.81,0
-6578,1.81,0
-6579,1.81,0
-6580,1.81,0
-6581,1.81,0
-6582,1.81,0
-6583,1.81,0
-6584,1.81,0
-6585,1.81,0
-6586,1.81,0
-6587,1.81,0
-6588,1.81,0
-6589,1.81,0
-6590,1.81,0
-6591,1.81,0
-6592,1.81,0
-6593,1.81,0
-6594,1.81,0
-6595,1.81,0
-6596,1.81,0
-6597,1.81,0
-6598,1.81,0
-6599,1.81,0
-6600,1.81,0
-6601,1.81,0
-6602,1.81,0
-6603,1.81,0
-6604,1.81,0
-6605,1.81,0
-6606,1.81,0
-6607,1.81,0
-6608,1.81,0
-6609,1.81,0
-6610,1.81,0
-6611,1.81,0
-6612,1.81,0
-6613,1.81,0
-6614,1.81,0
-6615,1.81,0
-6616,1.81,0
-6617,1.81,0
-6618,1.81,0
-6619,1.81,0
-6620,1.81,0
-6621,1.81,0
-6622,1.81,0
-6623,1.81,0
-6624,1.81,0
-6625,1.81,0
-6626,1.81,0
-6627,1.81,0
-6628,1.81,0
-6629,1.81,0
-6630,1.81,0
-6631,1.81,0
-6632,1.81,0
-6633,1.81,0
-6634,1.81,0
-6635,1.81,0
-6636,1.81,0
-6637,1.81,0
-6638,1.81,0
-6639,1.81,0
-6640,1.81,0
-6641,1.81,0
-6642,1.81,0
-6643,1.81,0
-6644,1.81,0
-6645,1.81,0
-6646,1.81,0
-6647,1.81,0
-6648,1.81,0
-6649,1.81,0
-6650,1.81,0
-6651,1.81,0
-6652,1.81,0
-6653,1.81,0
-6654,1.81,0
-6655,1.81,0
-6656,1.81,0
-6657,1.81,0
-6658,1.81,0
-6659,1.81,0
-6660,1.81,0
-6661,1.81,0
-6662,1.81,0
-6663,1.81,0
-6664,1.81,0
-6665,1.81,0
-6666,1.81,0
-6667,1.81,0
-6668,1.81,0
-6669,1.81,0
-6670,1.81,0
-6671,1.81,0
-6672,1.81,0
-6673,1.81,0
-6674,1.81,0
-6675,1.81,0
-6676,1.81,0
-6677,1.81,0
-6678,1.81,0
-6679,1.81,0
-6680,1.81,0
-6681,1.81,0
-6682,1.81,0
-6683,1.81,0
-6684,1.81,0
-6685,1.81,0
-6686,1.81,0
-6687,1.81,0
-6688,1.81,0
-6689,1.81,0
-6690,1.81,0
-6691,1.81,0
-6692,1.81,0
-6693,1.81,0
-6694,1.81,0
-6695,1.81,0
-6696,1.81,0
-6697,1.81,0
-6698,1.81,0
-6699,1.81,0
-6700,1.81,0
-6701,1.81,0
-6702,1.81,0
-6703,1.81,0
-6704,1.81,0
-6705,1.81,0
-6706,1.81,0
-6707,1.81,0
-6708,1.81,0
-6709,1.81,0
-6710,1.81,0
-6711,1.81,0
-6712,1.81,0
-6713,1.81,0
-6714,1.81,0
-6715,1.81,0
-6716,1.81,0
-6717,1.81,0
-6718,1.81,0
-6719,1.81,0
-6720,1.81,0
-6721,1.81,0
-6722,1.81,0
-6723,1.81,0
-6724,1.81,0
-6725,1.81,0
-6726,1.81,0
-6727,1.81,0
-6728,1.81,0
-6729,1.81,0
-6730,1.81,0
-6731,1.81,0
-6732,1.81,0
-6733,1.81,0
-6734,1.81,0
-6735,1.81,0
-6736,1.81,0
-6737,1.81,0
-6738,1.81,0
-6739,1.81,0
-6740,1.81,0
-6741,1.81,0
-6742,1.81,0
-6743,1.81,0
-6744,1.81,0
-6745,1.81,0
-6746,1.81,0
-6747,1.81,0
-6748,1.81,0
-6749,1.81,0
-6750,1.81,0
-6751,1.81,0
-6752,1.81,0
-6753,1.81,0
-6754,1.81,0
-6755,1.81,0
-6756,1.81,0
-6757,1.81,0
-6758,1.81,0
-6759,1.81,0
-6760,1.81,0
-6761,1.81,0
-6762,1.81,0
-6763,1.81,0
-6764,1.81,0
-6765,1.81,0
-6766,1.81,0
-6767,1.81,0
-6768,1.81,0
-6769,1.81,0
-6770,1.81,0
-6771,1.81,0
-6772,1.81,0
-6773,1.81,0
-6774,1.81,0
-6775,1.81,0
-6776,1.81,0
-6777,1.81,0
-6778,1.81,0
-6779,1.81,0
-6780,1.81,0
-6781,1.81,0
-6782,1.81,0
-6783,1.81,0
-6784,1.81,0
-6785,1.81,0
-6786,1.81,0
-6787,1.81,0
-6788,1.81,0
-6789,1.81,0
-6790,1.81,0
-6791,1.81,0
-6792,1.81,0
-6793,1.81,0
-6794,1.81,0
-6795,1.81,0
-6796,1.81,0
-6797,1.81,0
-6798,1.81,0
-6799,1.81,0
-6800,1.81,0
-6801,1.81,0
-6802,1.81,0
-6803,1.81,0
-6804,1.81,0
-6805,1.81,0
-6806,1.81,0
-6807,1.81,0
-6808,1.81,0
-6809,1.81,0
-6810,1.81,0
-6811,1.81,0
-6812,1.81,0
-6813,1.81,0
-6814,1.81,0
-6815,1.81,0
-6816,1.81,0
-6817,1.81,0
-6818,1.81,0
-6819,1.81,0
-6820,1.81,0
-6821,1.81,0
-6822,1.81,0
-6823,1.81,0
-6824,1.81,0
-6825,1.81,0
-6826,1.81,0
-6827,1.81,0
-6828,1.81,0
-6829,1.81,0
-6830,1.81,0
-6831,1.81,0
-6832,1.81,0
-6833,1.81,0
-6834,1.81,0
-6835,1.81,0
-6836,1.81,0
-6837,1.81,0
-6838,1.81,0
-6839,1.81,0
-6840,1.81,0
-6841,1.81,0
-6842,1.81,0
-6843,1.81,0
-6844,1.81,0
-6845,1.81,0
-6846,1.81,0
-6847,1.81,0
-6848,1.81,0
-6849,1.81,0
-6850,1.81,0
-6851,1.81,0
-6852,1.81,0
-6853,1.81,0
-6854,1.81,0
-6855,1.81,0
-6856,1.81,0
-6857,1.81,0
-6858,1.81,0
-6859,1.81,0
-6860,1.81,0
-6861,1.81,0
-6862,1.81,0
-6863,1.81,0
-6864,1.81,0
-6865,1.81,0
-6866,1.81,0
-6867,1.81,0
-6868,1.81,0
-6869,1.81,0
-6870,1.81,0
-6871,1.81,0
-6872,1.81,0
-6873,1.81,0
-6874,1.81,0
-6875,1.81,0
-6876,1.81,0
-6877,1.81,0
-6878,1.81,0
-6879,1.81,0
-6880,1.81,0
-6881,1.81,0
-6882,1.81,0
-6883,1.81,0
-6884,1.81,0
-6885,1.81,0
-6886,1.81,0
-6887,1.81,0
-6888,1.81,0
-6889,1.81,0
-6890,1.81,0
-6891,1.81,0
-6892,1.81,0
-6893,1.81,0
-6894,1.81,0
-6895,1.81,0
-6896,1.81,0
-6897,1.81,0
-6898,1.81,0
-6899,1.81,0
-6900,1.81,0
-6901,1.81,0
-6902,1.81,0
-6903,1.81,0
-6904,1.81,0
-6905,1.81,0
-6906,1.81,0
-6907,1.81,0
-6908,1.81,0
-6909,1.81,0
-6910,1.81,0
-6911,1.81,0
-6912,1.81,0
-6913,1.81,0
-6914,1.81,0
-6915,1.81,0
-6916,1.81,0
-6917,1.81,0
-6918,1.81,0
-6919,1.81,0
-6920,1.81,0
-6921,1.81,0
-6922,1.81,0
-6923,1.81,0
-6924,1.81,0
-6925,1.81,0
-6926,1.81,0
-6927,1.81,0
-6928,1.81,0
-6929,1.81,0
-6930,1.81,0
-6931,1.81,0
-6932,1.81,0
-6933,1.81,0
-6934,1.81,0
-6935,1.81,0
-6936,1.81,0
-6937,1.81,0
-6938,1.81,0
-6939,1.81,0
-6940,1.81,0
-6941,1.81,0
-6942,1.81,0
-6943,1.81,0
-6944,1.81,0
-6945,1.81,0
-6946,1.81,0
-6947,1.81,0
-6948,1.81,0
-6949,1.81,0
-6950,1.81,0
-6951,1.81,0
-6952,1.81,0
-6953,1.81,0
-6954,1.81,0
-6955,1.81,0
-6956,1.81,0
-6957,1.81,0
-6958,1.81,0
-6959,1.81,0
-6960,1.81,0
-6961,1.81,0
-6962,1.81,0
-6963,1.81,0
-6964,1.81,0
-6965,1.81,0
-6966,1.81,0
-6967,1.81,0
-6968,1.81,0
-6969,1.81,0
-6970,1.81,0
-6971,1.81,0
-6972,1.81,0
-6973,1.81,0
-6974,1.81,0
-6975,1.81,0
-6976,1.81,0
-6977,1.81,0
-6978,1.81,0
-6979,1.81,0
-6980,1.81,0
-6981,1.81,0
-6982,1.81,0
-6983,1.81,0
-6984,1.81,0
-6985,1.81,0
-6986,1.81,0
-6987,1.81,0
-6988,1.81,0
-6989,1.81,0
-6990,1.81,0
-6991,1.81,0
-6992,1.81,0
-6993,1.81,0
-6994,1.81,0
-6995,1.81,0
-6996,1.81,0
-6997,1.81,0
-6998,1.81,0
-6999,1.81,0
-7000,1.81,0
-7001,1.81,0
-7002,1.81,0
-7003,1.81,0
-7004,1.81,0
-7005,1.81,0
-7006,1.81,0
-7007,1.81,0
-7008,1.81,0
-7009,1.81,0
-7010,1.81,0
-7011,1.81,0
-7012,1.81,0
-7013,1.81,0
-7014,1.81,0
-7015,1.81,0
-7016,1.81,0
-7017,1.81,0
-7018,1.81,0
-7019,1.81,0
-7020,1.81,0
-7021,1.81,0
-7022,1.81,0
-7023,1.81,0
-7024,1.81,0
-7025,1.81,0
-7026,1.81,0
-7027,1.81,0
-7028,1.81,0
-7029,1.81,0
-7030,1.81,0
-7031,1.81,0
-7032,1.81,0
-7033,1.81,0
-7034,1.81,0
-7035,1.81,0
-7036,1.81,0
-7037,1.81,0
-7038,1.81,0
-7039,1.81,0
-7040,1.81,0
-7041,1.81,0
-7042,1.81,0
-7043,1.81,0
-7044,1.81,0
-7045,1.81,0
-7046,1.81,0
-7047,1.81,0
-7048,1.81,0
-7049,1.81,0
-7050,1.81,0
-7051,1.81,0
-7052,1.81,0
-7053,1.81,0
-7054,1.81,0
-7055,1.81,0
-7056,1.81,0
-7057,1.81,0
-7058,1.81,0
-7059,1.81,0
-7060,1.81,0
-7061,1.81,0
-7062,1.81,0
-7063,1.81,0
-7064,1.81,0
-7065,1.81,0
-7066,1.81,0
-7067,1.81,0
-7068,1.81,0
-7069,1.81,0
-7070,1.81,0
-7071,1.81,0
-7072,1.81,0
-7073,1.81,0
-7074,1.81,0
-7075,1.81,0
-7076,1.81,0
-7077,1.81,0
-7078,1.81,0
-7079,1.81,0
-7080,1.81,0
-7081,1.81,0
-7082,1.81,0
-7083,1.81,0
-7084,1.81,0
-7085,1.81,0
-7086,1.81,0
-7087,1.81,0
-7088,1.81,0
-7089,1.81,0
-7090,1.81,0
-7091,1.81,0
-7092,1.81,0
-7093,1.81,0
-7094,1.81,0
-7095,1.81,0
-7096,1.81,0
-7097,1.81,0
-7098,1.81,0
-7099,1.81,0
-7100,1.81,0
-7101,1.81,0
-7102,1.81,0
-7103,1.81,0
-7104,1.81,0
-7105,1.81,0
-7106,1.81,0
-7107,1.81,0
-7108,1.81,0
-7109,1.81,0
-7110,1.81,0
-7111,1.81,0
-7112,1.81,0
-7113,1.81,0
-7114,1.81,0
-7115,1.81,0
-7116,1.81,0
-7117,1.81,0
-7118,1.81,0
-7119,1.81,0
-7120,1.81,0
-7121,1.81,0
-7122,1.81,0
-7123,1.81,0
-7124,1.81,0
-7125,1.81,0
-7126,1.81,0
-7127,1.81,0
-7128,1.81,0
-7129,1.81,0
-7130,1.81,0
-7131,1.81,0
-7132,1.81,0
-7133,1.81,0
-7134,1.81,0
-7135,1.81,0
-7136,1.81,0
-7137,1.81,0
-7138,1.81,0
-7139,1.81,0
-7140,1.81,0
-7141,1.81,0
-7142,1.81,0
-7143,1.81,0
-7144,1.81,0
-7145,1.81,0
-7146,1.81,0
-7147,1.81,0
-7148,1.81,0
-7149,1.81,0
-7150,1.81,0
-7151,1.81,0
-7152,1.81,0
-7153,1.81,0
-7154,1.81,0
-7155,1.81,0
-7156,1.81,0
-7157,1.81,0
-7158,1.81,0
-7159,1.81,0
-7160,1.81,0
-7161,1.81,0
-7162,1.81,0
-7163,1.81,0
-7164,1.81,0
-7165,1.81,0
-7166,1.81,0
-7167,1.81,0
-7168,1.81,0
-7169,1.81,0
-7170,1.81,0
-7171,1.81,0
-7172,1.81,0
-7173,1.81,0
-7174,1.81,0
-7175,1.81,0
-7176,1.81,0
-7177,1.81,0
-7178,1.81,0
-7179,1.81,0
-7180,1.81,0
-7181,1.81,0
-7182,1.81,0
-7183,1.81,0
-7184,1.81,0
-7185,1.81,0
-7186,1.81,0
-7187,1.81,0
-7188,1.81,0
-7189,1.81,0
-7190,1.81,0
-7191,1.81,0
-7192,1.81,0
-7193,1.81,0
-7194,1.81,0
-7195,1.81,0
-7196,1.81,0
-7197,1.81,0
-7198,1.81,0
-7199,1.81,0
-7200,1.81,0
-7201,1.81,0
-7202,1.81,0
-7203,1.81,0
-7204,1.81,0
-7205,1.81,0
-7206,1.81,0
-7207,1.81,0
-7208,1.81,0
-7209,1.81,0
-7210,1.81,0
-7211,1.81,0
-7212,1.81,0
-7213,1.81,0
-7214,1.81,0
-7215,1.81,0
-7216,1.81,0
-7217,1.81,0
-7218,1.81,0
-7219,1.81,0
-7220,1.81,0
-7221,1.81,0
-7222,1.81,0
-7223,1.81,0
-7224,1.81,0
-7225,1.81,0
-7226,1.81,0
-7227,1.81,0
-7228,1.81,0
-7229,1.81,0
-7230,1.81,0
-7231,1.81,0
-7232,1.81,0
-7233,1.81,0
-7234,1.81,0
-7235,1.81,0
-7236,1.81,0
-7237,1.81,0
-7238,1.81,0
-7239,1.81,0
-7240,1.81,0
-7241,1.81,0
-7242,1.81,0
-7243,1.81,0
-7244,1.81,0
-7245,1.81,0
-7246,1.81,0
-7247,1.81,0
-7248,1.81,0
-7249,1.81,0
-7250,1.81,0
-7251,1.81,0
-7252,1.81,0
-7253,1.81,0
-7254,1.81,0
-7255,1.81,0
-7256,1.81,0
-7257,1.81,0
-7258,1.81,0
-7259,1.81,0
-7260,1.81,0
-7261,1.81,0
-7262,1.81,0
-7263,1.81,0
-7264,1.81,0
-7265,1.81,0
-7266,1.81,0
-7267,1.81,0
-7268,1.81,0
-7269,1.81,0
-7270,1.81,0
-7271,1.81,0
-7272,1.81,0
-7273,1.81,0
-7274,1.81,0
-7275,1.81,0
-7276,1.81,0
-7277,1.81,0
-7278,1.81,0
-7279,1.81,0
-7280,1.81,0
-7281,1.81,0
-7282,1.81,0
-7283,1.81,0
-7284,1.81,0
-7285,1.81,0
-7286,1.81,0
-7287,1.81,0
-7288,1.81,0
-7289,1.81,0
-7290,1.81,0
-7291,1.81,0
-7292,1.81,0
-7293,1.81,0
-7294,1.81,0
-7295,1.81,0
-7296,1.81,0
-7297,1.81,0
-7298,1.81,0
-7299,1.81,0
-7300,1.81,0
-7301,1.81,0
-7302,1.81,0
-7303,1.81,0
-7304,1.81,0
-7305,1.81,0
-7306,1.81,0
-7307,1.81,0
-7308,1.81,0
-7309,1.81,0
-7310,1.81,0
-7311,1.81,0
-7312,1.81,0
-7313,1.81,0
-7314,1.81,0
-7315,1.81,0
-7316,1.81,0
-7317,1.81,0
-7318,1.81,0
-7319,1.81,0
-7320,1.81,0
-7321,2.74,0
-7322,2.74,0
-7323,2.74,0
-7324,2.74,0
-7325,2.74,0
-7326,2.74,0
-7327,2.74,0
-7328,2.74,0
-7329,2.74,0
-7330,2.74,0
-7331,2.74,0
-7332,2.74,0
-7333,2.74,0
-7334,2.74,0
-7335,2.74,0
-7336,2.74,0
-7337,2.74,0
-7338,2.74,0
-7339,2.74,0
-7340,2.74,0
-7341,2.74,0
-7342,2.74,0
-7343,2.74,0
-7344,2.74,0
-7345,2.74,0
-7346,2.74,0
-7347,2.74,0
-7348,2.74,0
-7349,2.74,0
-7350,2.74,0
-7351,2.74,0
-7352,2.74,0
-7353,2.74,0
-7354,2.74,0
-7355,2.74,0
-7356,2.74,0
-7357,2.74,0
-7358,2.74,0
-7359,2.74,0
-7360,2.74,0
-7361,2.74,0
-7362,2.74,0
-7363,2.74,0
-7364,2.74,0
-7365,2.74,0
-7366,2.74,0
-7367,2.74,0
-7368,2.74,0
-7369,2.74,0
-7370,2.74,0
-7371,2.74,0
-7372,2.74,0
-7373,2.74,0
-7374,2.74,0
-7375,2.74,0
-7376,2.74,0
-7377,2.74,0
-7378,2.74,0
-7379,2.74,0
-7380,2.74,0
-7381,2.74,0
-7382,2.74,0
-7383,2.74,0
-7384,2.74,0
-7385,2.74,0
-7386,2.74,0
-7387,2.74,0
-7388,2.74,0
-7389,2.74,0
-7390,2.74,0
-7391,2.74,0
-7392,2.74,0
-7393,2.74,0
-7394,2.74,0
-7395,2.74,0
-7396,2.74,0
-7397,2.74,0
-7398,2.74,0
-7399,2.74,0
-7400,2.74,0
-7401,2.74,0
-7402,2.74,0
-7403,2.74,0
-7404,2.74,0
-7405,2.74,0
-7406,2.74,0
-7407,2.74,0
-7408,2.74,0
-7409,2.74,0
-7410,2.74,0
-7411,2.74,0
-7412,2.74,0
-7413,2.74,0
-7414,2.74,0
-7415,2.74,0
-7416,2.74,0
-7417,2.74,0
-7418,2.74,0
-7419,2.74,0
-7420,2.74,0
-7421,2.74,0
-7422,2.74,0
-7423,2.74,0
-7424,2.74,0
-7425,2.74,0
-7426,2.74,0
-7427,2.74,0
-7428,2.74,0
-7429,2.74,0
-7430,2.74,0
-7431,2.74,0
-7432,2.74,0
-7433,2.74,0
-7434,2.74,0
-7435,2.74,0
-7436,2.74,0
-7437,2.74,0
-7438,2.74,0
-7439,2.74,0
-7440,2.74,0
-7441,2.74,0
-7442,2.74,0
-7443,2.74,0
-7444,2.74,0
-7445,2.74,0
-7446,2.74,0
-7447,2.74,0
-7448,2.74,0
-7449,2.74,0
-7450,2.74,0
-7451,2.74,0
-7452,2.74,0
-7453,2.74,0
-7454,2.74,0
-7455,2.74,0
-7456,2.74,0
-7457,2.74,0
-7458,2.74,0
-7459,2.74,0
-7460,2.74,0
-7461,2.74,0
-7462,2.74,0
-7463,2.74,0
-7464,2.74,0
-7465,2.74,0
-7466,2.74,0
-7467,2.74,0
-7468,2.74,0
-7469,2.74,0
-7470,2.74,0
-7471,2.74,0
-7472,2.74,0
-7473,2.74,0
-7474,2.74,0
-7475,2.74,0
-7476,2.74,0
-7477,2.74,0
-7478,2.74,0
-7479,2.74,0
-7480,2.74,0
-7481,2.74,0
-7482,2.74,0
-7483,2.74,0
-7484,2.74,0
-7485,2.74,0
-7486,2.74,0
-7487,2.74,0
-7488,2.74,0
-7489,2.74,0
-7490,2.74,0
-7491,2.74,0
-7492,2.74,0
-7493,2.74,0
-7494,2.74,0
-7495,2.74,0
-7496,2.74,0
-7497,2.74,0
-7498,2.74,0
-7499,2.74,0
-7500,2.74,0
-7501,2.74,0
-7502,2.74,0
-7503,2.74,0
-7504,2.74,0
-7505,2.74,0
-7506,2.74,0
-7507,2.74,0
-7508,2.74,0
-7509,2.74,0
-7510,2.74,0
-7511,2.74,0
-7512,2.74,0
-7513,2.74,0
-7514,2.74,0
-7515,2.74,0
-7516,2.74,0
-7517,2.74,0
-7518,2.74,0
-7519,2.74,0
-7520,2.74,0
-7521,2.74,0
-7522,2.74,0
-7523,2.74,0
-7524,2.74,0
-7525,2.74,0
-7526,2.74,0
-7527,2.74,0
-7528,2.74,0
-7529,2.74,0
-7530,2.74,0
-7531,2.74,0
-7532,2.74,0
-7533,2.74,0
-7534,2.74,0
-7535,2.74,0
-7536,2.74,0
-7537,2.74,0
-7538,2.74,0
-7539,2.74,0
-7540,2.74,0
-7541,2.74,0
-7542,2.74,0
-7543,2.74,0
-7544,2.74,0
-7545,2.74,0
-7546,2.74,0
-7547,2.74,0
-7548,2.74,0
-7549,2.74,0
-7550,2.74,0
-7551,2.74,0
-7552,2.74,0
-7553,2.74,0
-7554,2.74,0
-7555,2.74,0
-7556,2.74,0
-7557,2.74,0
-7558,2.74,0
-7559,2.74,0
-7560,2.74,0
-7561,2.74,0
-7562,2.74,0
-7563,2.74,0
-7564,2.74,0
-7565,2.74,0
-7566,2.74,0
-7567,2.74,0
-7568,2.74,0
-7569,2.74,0
-7570,2.74,0
-7571,2.74,0
-7572,2.74,0
-7573,2.74,0
-7574,2.74,0
-7575,2.74,0
-7576,2.74,0
-7577,2.74,0
-7578,2.74,0
-7579,2.74,0
-7580,2.74,0
-7581,2.74,0
-7582,2.74,0
-7583,2.74,0
-7584,2.74,0
-7585,2.74,0
-7586,2.74,0
-7587,2.74,0
-7588,2.74,0
-7589,2.74,0
-7590,2.74,0
-7591,2.74,0
-7592,2.74,0
-7593,2.74,0
-7594,2.74,0
-7595,2.74,0
-7596,2.74,0
-7597,2.74,0
-7598,2.74,0
-7599,2.74,0
-7600,2.74,0
-7601,2.74,0
-7602,2.74,0
-7603,2.74,0
-7604,2.74,0
-7605,2.74,0
-7606,2.74,0
-7607,2.74,0
-7608,2.74,0
-7609,2.74,0
-7610,2.74,0
-7611,2.74,0
-7612,2.74,0
-7613,2.74,0
-7614,2.74,0
-7615,2.74,0
-7616,2.74,0
-7617,2.74,0
-7618,2.74,0
-7619,2.74,0
-7620,2.74,0
-7621,2.74,0
-7622,2.74,0
-7623,2.74,0
-7624,2.74,0
-7625,2.74,0
-7626,2.74,0
-7627,2.74,0
-7628,2.74,0
-7629,2.74,0
-7630,2.74,0
-7631,2.74,0
-7632,2.74,0
-7633,2.74,0
-7634,2.74,0
-7635,2.74,0
-7636,2.74,0
-7637,2.74,0
-7638,2.74,0
-7639,2.74,0
-7640,2.74,0
-7641,2.74,0
-7642,2.74,0
-7643,2.74,0
-7644,2.74,0
-7645,2.74,0
-7646,2.74,0
-7647,2.74,0
-7648,2.74,0
-7649,2.74,0
-7650,2.74,0
-7651,2.74,0
-7652,2.74,0
-7653,2.74,0
-7654,2.74,0
-7655,2.74,0
-7656,2.74,0
-7657,2.74,0
-7658,2.74,0
-7659,2.74,0
-7660,2.74,0
-7661,2.74,0
-7662,2.74,0
-7663,2.74,0
-7664,2.74,0
-7665,2.74,0
-7666,2.74,0
-7667,2.74,0
-7668,2.74,0
-7669,2.74,0
-7670,2.74,0
-7671,2.74,0
-7672,2.74,0
-7673,2.74,0
-7674,2.74,0
-7675,2.74,0
-7676,2.74,0
-7677,2.74,0
-7678,2.74,0
-7679,2.74,0
-7680,2.74,0
-7681,2.74,0
-7682,2.74,0
-7683,2.74,0
-7684,2.74,0
-7685,2.74,0
-7686,2.74,0
-7687,2.74,0
-7688,2.74,0
-7689,2.74,0
-7690,2.74,0
-7691,2.74,0
-7692,2.74,0
-7693,2.74,0
-7694,2.74,0
-7695,2.74,0
-7696,2.74,0
-7697,2.74,0
-7698,2.74,0
-7699,2.74,0
-7700,2.74,0
-7701,2.74,0
-7702,2.74,0
-7703,2.74,0
-7704,2.74,0
-7705,2.74,0
-7706,2.74,0
-7707,2.74,0
-7708,2.74,0
-7709,2.74,0
-7710,2.74,0
-7711,2.74,0
-7712,2.74,0
-7713,2.74,0
-7714,2.74,0
-7715,2.74,0
-7716,2.74,0
-7717,2.74,0
-7718,2.74,0
-7719,2.74,0
-7720,2.74,0
-7721,2.74,0
-7722,2.74,0
-7723,2.74,0
-7724,2.74,0
-7725,2.74,0
-7726,2.74,0
-7727,2.74,0
-7728,2.74,0
-7729,2.74,0
-7730,2.74,0
-7731,2.74,0
-7732,2.74,0
-7733,2.74,0
-7734,2.74,0
-7735,2.74,0
-7736,2.74,0
-7737,2.74,0
-7738,2.74,0
-7739,2.74,0
-7740,2.74,0
-7741,2.74,0
-7742,2.74,0
-7743,2.74,0
-7744,2.74,0
-7745,2.74,0
-7746,2.74,0
-7747,2.74,0
-7748,2.74,0
-7749,2.74,0
-7750,2.74,0
-7751,2.74,0
-7752,2.74,0
-7753,2.74,0
-7754,2.74,0
-7755,2.74,0
-7756,2.74,0
-7757,2.74,0
-7758,2.74,0
-7759,2.74,0
-7760,2.74,0
-7761,2.74,0
-7762,2.74,0
-7763,2.74,0
-7764,2.74,0
-7765,2.74,0
-7766,2.74,0
-7767,2.74,0
-7768,2.74,0
-7769,2.74,0
-7770,2.74,0
-7771,2.74,0
-7772,2.74,0
-7773,2.74,0
-7774,2.74,0
-7775,2.74,0
-7776,2.74,0
-7777,2.74,0
-7778,2.74,0
-7779,2.74,0
-7780,2.74,0
-7781,2.74,0
-7782,2.74,0
-7783,2.74,0
-7784,2.74,0
-7785,2.74,0
-7786,2.74,0
-7787,2.74,0
-7788,2.74,0
-7789,2.74,0
-7790,2.74,0
-7791,2.74,0
-7792,2.74,0
-7793,2.74,0
-7794,2.74,0
-7795,2.74,0
-7796,2.74,0
-7797,2.74,0
-7798,2.74,0
-7799,2.74,0
-7800,2.74,0
-7801,2.74,0
-7802,2.74,0
-7803,2.74,0
-7804,2.74,0
-7805,2.74,0
-7806,2.74,0
-7807,2.74,0
-7808,2.74,0
-7809,2.74,0
-7810,2.74,0
-7811,2.74,0
-7812,2.74,0
-7813,2.74,0
-7814,2.74,0
-7815,2.74,0
-7816,2.74,0
-7817,2.74,0
-7818,2.74,0
-7819,2.74,0
-7820,2.74,0
-7821,2.74,0
-7822,2.74,0
-7823,2.74,0
-7824,2.74,0
-7825,2.74,0
-7826,2.74,0
-7827,2.74,0
-7828,2.74,0
-7829,2.74,0
-7830,2.74,0
-7831,2.74,0
-7832,2.74,0
-7833,2.74,0
-7834,2.74,0
-7835,2.74,0
-7836,2.74,0
-7837,2.74,0
-7838,2.74,0
-7839,2.74,0
-7840,2.74,0
-7841,2.74,0
-7842,2.74,0
-7843,2.74,0
-7844,2.74,0
-7845,2.74,0
-7846,2.74,0
-7847,2.74,0
-7848,2.74,0
-7849,2.74,0
-7850,2.74,0
-7851,2.74,0
-7852,2.74,0
-7853,2.74,0
-7854,2.74,0
-7855,2.74,0
-7856,2.74,0
-7857,2.74,0
-7858,2.74,0
-7859,2.74,0
-7860,2.74,0
-7861,2.74,0
-7862,2.74,0
-7863,2.74,0
-7864,2.74,0
-7865,2.74,0
-7866,2.74,0
-7867,2.74,0
-7868,2.74,0
-7869,2.74,0
-7870,2.74,0
-7871,2.74,0
-7872,2.74,0
-7873,2.74,0
-7874,2.74,0
-7875,2.74,0
-7876,2.74,0
-7877,2.74,0
-7878,2.74,0
-7879,2.74,0
-7880,2.74,0
-7881,2.74,0
-7882,2.74,0
-7883,2.74,0
-7884,2.74,0
-7885,2.74,0
-7886,2.74,0
-7887,2.74,0
-7888,2.74,0
-7889,2.74,0
-7890,2.74,0
-7891,2.74,0
-7892,2.74,0
-7893,2.74,0
-7894,2.74,0
-7895,2.74,0
-7896,2.74,0
-7897,2.74,0
-7898,2.74,0
-7899,2.74,0
-7900,2.74,0
-7901,2.74,0
-7902,2.74,0
-7903,2.74,0
-7904,2.74,0
-7905,2.74,0
-7906,2.74,0
-7907,2.74,0
-7908,2.74,0
-7909,2.74,0
-7910,2.74,0
-7911,2.74,0
-7912,2.74,0
-7913,2.74,0
-7914,2.74,0
-7915,2.74,0
-7916,2.74,0
-7917,2.74,0
-7918,2.74,0
-7919,2.74,0
-7920,2.74,0
-7921,2.74,0
-7922,2.74,0
-7923,2.74,0
-7924,2.74,0
-7925,2.74,0
-7926,2.74,0
-7927,2.74,0
-7928,2.74,0
-7929,2.74,0
-7930,2.74,0
-7931,2.74,0
-7932,2.74,0
-7933,2.74,0
-7934,2.74,0
-7935,2.74,0
-7936,2.74,0
-7937,2.74,0
-7938,2.74,0
-7939,2.74,0
-7940,2.74,0
-7941,2.74,0
-7942,2.74,0
-7943,2.74,0
-7944,2.74,0
-7945,2.74,0
-7946,2.74,0
-7947,2.74,0
-7948,2.74,0
-7949,2.74,0
-7950,2.74,0
-7951,2.74,0
-7952,2.74,0
-7953,2.74,0
-7954,2.74,0
-7955,2.74,0
-7956,2.74,0
-7957,2.74,0
-7958,2.74,0
-7959,2.74,0
-7960,2.74,0
-7961,2.74,0
-7962,2.74,0
-7963,2.74,0
-7964,2.74,0
-7965,2.74,0
-7966,2.74,0
-7967,2.74,0
-7968,2.74,0
-7969,2.74,0
-7970,2.74,0
-7971,2.74,0
-7972,2.74,0
-7973,2.74,0
-7974,2.74,0
-7975,2.74,0
-7976,2.74,0
-7977,2.74,0
-7978,2.74,0
-7979,2.74,0
-7980,2.74,0
-7981,2.74,0
-7982,2.74,0
-7983,2.74,0
-7984,2.74,0
-7985,2.74,0
-7986,2.74,0
-7987,2.74,0
-7988,2.74,0
-7989,2.74,0
-7990,2.74,0
-7991,2.74,0
-7992,2.74,0
-7993,2.74,0
-7994,2.74,0
-7995,2.74,0
-7996,2.74,0
-7997,2.74,0
-7998,2.74,0
-7999,2.74,0
-8000,2.74,0
-8001,2.74,0
-8002,2.74,0
-8003,2.74,0
-8004,2.74,0
-8005,2.74,0
-8006,2.74,0
-8007,2.74,0
-8008,2.74,0
-8009,2.74,0
-8010,2.74,0
-8011,2.74,0
-8012,2.74,0
-8013,2.74,0
-8014,2.74,0
-8015,2.74,0
-8016,2.74,0
-8017,2.74,0
-8018,2.74,0
-8019,2.74,0
-8020,2.74,0
-8021,2.74,0
-8022,2.74,0
-8023,2.74,0
-8024,2.74,0
-8025,2.74,0
-8026,2.74,0
-8027,2.74,0
-8028,2.74,0
-8029,2.74,0
-8030,2.74,0
-8031,2.74,0
-8032,2.74,0
-8033,2.74,0
-8034,2.74,0
-8035,2.74,0
-8036,2.74,0
-8037,2.74,0
-8038,2.74,0
-8039,2.74,0
-8040,2.74,0
-8041,4.28,0
-8042,4.28,0
-8043,4.28,0
-8044,4.28,0
-8045,4.28,0
-8046,4.28,0
-8047,4.28,0
-8048,4.28,0
-8049,4.28,0
-8050,4.28,0
-8051,4.28,0
-8052,4.28,0
-8053,4.28,0
-8054,4.28,0
-8055,4.28,0
-8056,4.28,0
-8057,4.28,0
-8058,4.28,0
-8059,4.28,0
-8060,4.28,0
-8061,4.28,0
-8062,4.28,0
-8063,4.28,0
-8064,4.28,0
-8065,4.28,0
-8066,4.28,0
-8067,4.28,0
-8068,4.28,0
-8069,4.28,0
-8070,4.28,0
-8071,4.28,0
-8072,4.28,0
-8073,4.28,0
-8074,4.28,0
-8075,4.28,0
-8076,4.28,0
-8077,4.28,0
-8078,4.28,0
-8079,4.28,0
-8080,4.28,0
-8081,4.28,0
-8082,4.28,0
-8083,4.28,0
-8084,4.28,0
-8085,4.28,0
-8086,4.28,0
-8087,4.28,0
-8088,4.28,0
-8089,4.28,0
-8090,4.28,0
-8091,4.28,0
-8092,4.28,0
-8093,4.28,0
-8094,4.28,0
-8095,4.28,0
-8096,4.28,0
-8097,4.28,0
-8098,4.28,0
-8099,4.28,0
-8100,4.28,0
-8101,4.28,0
-8102,4.28,0
-8103,4.28,0
-8104,4.28,0
-8105,4.28,0
-8106,4.28,0
-8107,4.28,0
-8108,4.28,0
-8109,4.28,0
-8110,4.28,0
-8111,4.28,0
-8112,4.28,0
-8113,4.28,0
-8114,4.28,0
-8115,4.28,0
-8116,4.28,0
-8117,4.28,0
-8118,4.28,0
-8119,4.28,0
-8120,4.28,0
-8121,4.28,0
-8122,4.28,0
-8123,4.28,0
-8124,4.28,0
-8125,4.28,0
-8126,4.28,0
-8127,4.28,0
-8128,4.28,0
-8129,4.28,0
-8130,4.28,0
-8131,4.28,0
-8132,4.28,0
-8133,4.28,0
-8134,4.28,0
-8135,4.28,0
-8136,4.28,0
-8137,4.28,0
-8138,4.28,0
-8139,4.28,0
-8140,4.28,0
-8141,4.28,0
-8142,4.28,0
-8143,4.28,0
-8144,4.28,0
-8145,4.28,0
-8146,4.28,0
-8147,4.28,0
-8148,4.28,0
-8149,4.28,0
-8150,4.28,0
-8151,4.28,0
-8152,4.28,0
-8153,4.28,0
-8154,4.28,0
-8155,4.28,0
-8156,4.28,0
-8157,4.28,0
-8158,4.28,0
-8159,4.28,0
-8160,4.28,0
-8161,4.28,0
-8162,4.28,0
-8163,4.28,0
-8164,4.28,0
-8165,4.28,0
-8166,4.28,0
-8167,4.28,0
-8168,4.28,0
-8169,4.28,0
-8170,4.28,0
-8171,4.28,0
-8172,4.28,0
-8173,4.28,0
-8174,4.28,0
-8175,4.28,0
-8176,4.28,0
-8177,4.28,0
-8178,4.28,0
-8179,4.28,0
-8180,4.28,0
-8181,4.28,0
-8182,4.28,0
-8183,4.28,0
-8184,4.28,0
-8185,4.28,0
-8186,4.28,0
-8187,4.28,0
-8188,4.28,0
-8189,4.28,0
-8190,4.28,0
-8191,4.28,0
-8192,4.28,0
-8193,4.28,0
-8194,4.28,0
-8195,4.28,0
-8196,4.28,0
-8197,4.28,0
-8198,4.28,0
-8199,4.28,0
-8200,4.28,0
-8201,4.28,0
-8202,4.28,0
-8203,4.28,0
-8204,4.28,0
-8205,4.28,0
-8206,4.28,0
-8207,4.28,0
-8208,4.28,0
-8209,4.28,0
-8210,4.28,0
-8211,4.28,0
-8212,4.28,0
-8213,4.28,0
-8214,4.28,0
-8215,4.28,0
-8216,4.28,0
-8217,4.28,0
-8218,4.28,0
-8219,4.28,0
-8220,4.28,0
-8221,4.28,0
-8222,4.28,0
-8223,4.28,0
-8224,4.28,0
-8225,4.28,0
-8226,4.28,0
-8227,4.28,0
-8228,4.28,0
-8229,4.28,0
-8230,4.28,0
-8231,4.28,0
-8232,4.28,0
-8233,4.28,0
-8234,4.28,0
-8235,4.28,0
-8236,4.28,0
-8237,4.28,0
-8238,4.28,0
-8239,4.28,0
-8240,4.28,0
-8241,4.28,0
-8242,4.28,0
-8243,4.28,0
-8244,4.28,0
-8245,4.28,0
-8246,4.28,0
-8247,4.28,0
-8248,4.28,0
-8249,4.28,0
-8250,4.28,0
-8251,4.28,0
-8252,4.28,0
-8253,4.28,0
-8254,4.28,0
-8255,4.28,0
-8256,4.28,0
-8257,4.28,0
-8258,4.28,0
-8259,4.28,0
-8260,4.28,0
-8261,4.28,0
-8262,4.28,0
-8263,4.28,0
-8264,4.28,0
-8265,4.28,0
-8266,4.28,0
-8267,4.28,0
-8268,4.28,0
-8269,4.28,0
-8270,4.28,0
-8271,4.28,0
-8272,4.28,0
-8273,4.28,0
-8274,4.28,0
-8275,4.28,0
-8276,4.28,0
-8277,4.28,0
-8278,4.28,0
-8279,4.28,0
-8280,4.28,0
-8281,4.28,0
-8282,4.28,0
-8283,4.28,0
-8284,4.28,0
-8285,4.28,0
-8286,4.28,0
-8287,4.28,0
-8288,4.28,0
-8289,4.28,0
-8290,4.28,0
-8291,4.28,0
-8292,4.28,0
-8293,4.28,0
-8294,4.28,0
-8295,4.28,0
-8296,4.28,0
-8297,4.28,0
-8298,4.28,0
-8299,4.28,0
-8300,4.28,0
-8301,4.28,0
-8302,4.28,0
-8303,4.28,0
-8304,4.28,0
-8305,4.28,0
-8306,4.28,0
-8307,4.28,0
-8308,4.28,0
-8309,4.28,0
-8310,4.28,0
-8311,4.28,0
-8312,4.28,0
-8313,4.28,0
-8314,4.28,0
-8315,4.28,0
-8316,4.28,0
-8317,4.28,0
-8318,4.28,0
-8319,4.28,0
-8320,4.28,0
-8321,4.28,0
-8322,4.28,0
-8323,4.28,0
-8324,4.28,0
-8325,4.28,0
-8326,4.28,0
-8327,4.28,0
-8328,4.28,0
-8329,4.28,0
-8330,4.28,0
-8331,4.28,0
-8332,4.28,0
-8333,4.28,0
-8334,4.28,0
-8335,4.28,0
-8336,4.28,0
-8337,4.28,0
-8338,4.28,0
-8339,4.28,0
-8340,4.28,0
-8341,4.28,0
-8342,4.28,0
-8343,4.28,0
-8344,4.28,0
-8345,4.28,0
-8346,4.28,0
-8347,4.28,0
-8348,4.28,0
-8349,4.28,0
-8350,4.28,0
-8351,4.28,0
-8352,4.28,0
-8353,4.28,0
-8354,4.28,0
-8355,4.28,0
-8356,4.28,0
-8357,4.28,0
-8358,4.28,0
-8359,4.28,0
-8360,4.28,0
-8361,4.28,0
-8362,4.28,0
-8363,4.28,0
-8364,4.28,0
-8365,4.28,0
-8366,4.28,0
-8367,4.28,0
-8368,4.28,0
-8369,4.28,0
-8370,4.28,0
-8371,4.28,0
-8372,4.28,0
-8373,4.28,0
-8374,4.28,0
-8375,4.28,0
-8376,4.28,0
-8377,4.28,0
-8378,4.28,0
-8379,4.28,0
-8380,4.28,0
-8381,4.28,0
-8382,4.28,0
-8383,4.28,0
-8384,4.28,0
-8385,4.28,0
-8386,4.28,0
-8387,4.28,0
-8388,4.28,0
-8389,4.28,0
-8390,4.28,0
-8391,4.28,0
-8392,4.28,0
-8393,4.28,0
-8394,4.28,0
-8395,4.28,0
-8396,4.28,0
-8397,4.28,0
-8398,4.28,0
-8399,4.28,0
-8400,4.28,0
-8401,4.28,0
-8402,4.28,0
-8403,4.28,0
-8404,4.28,0
-8405,4.28,0
-8406,4.28,0
-8407,4.28,0
-8408,4.28,0
-8409,4.28,0
-8410,4.28,0
-8411,4.28,0
-8412,4.28,0
-8413,4.28,0
-8414,4.28,0
-8415,4.28,0
-8416,4.28,0
-8417,4.28,0
-8418,4.28,0
-8419,4.28,0
-8420,4.28,0
-8421,4.28,0
-8422,4.28,0
-8423,4.28,0
-8424,4.28,0
-8425,4.28,0
-8426,4.28,0
-8427,4.28,0
-8428,4.28,0
-8429,4.28,0
-8430,4.28,0
-8431,4.28,0
-8432,4.28,0
-8433,4.28,0
-8434,4.28,0
-8435,4.28,0
-8436,4.28,0
-8437,4.28,0
-8438,4.28,0
-8439,4.28,0
-8440,4.28,0
-8441,4.28,0
-8442,4.28,0
-8443,4.28,0
-8444,4.28,0
-8445,4.28,0
-8446,4.28,0
-8447,4.28,0
-8448,4.28,0
-8449,4.28,0
-8450,4.28,0
-8451,4.28,0
-8452,4.28,0
-8453,4.28,0
-8454,4.28,0
-8455,4.28,0
-8456,4.28,0
-8457,4.28,0
-8458,4.28,0
-8459,4.28,0
-8460,4.28,0
-8461,4.28,0
-8462,4.28,0
-8463,4.28,0
-8464,4.28,0
-8465,4.28,0
-8466,4.28,0
-8467,4.28,0
-8468,4.28,0
-8469,4.28,0
-8470,4.28,0
-8471,4.28,0
-8472,4.28,0
-8473,4.28,0
-8474,4.28,0
-8475,4.28,0
-8476,4.28,0
-8477,4.28,0
-8478,4.28,0
-8479,4.28,0
-8480,4.28,0
-8481,4.28,0
-8482,4.28,0
-8483,4.28,0
-8484,4.28,0
-8485,4.28,0
-8486,4.28,0
-8487,4.28,0
-8488,4.28,0
-8489,4.28,0
-8490,4.28,0
-8491,4.28,0
-8492,4.28,0
-8493,4.28,0
-8494,4.28,0
-8495,4.28,0
-8496,4.28,0
-8497,4.28,0
-8498,4.28,0
-8499,4.28,0
-8500,4.28,0
-8501,4.28,0
-8502,4.28,0
-8503,4.28,0
-8504,4.28,0
-8505,4.28,0
-8506,4.28,0
-8507,4.28,0
-8508,4.28,0
-8509,4.28,0
-8510,4.28,0
-8511,4.28,0
-8512,4.28,0
-8513,4.28,0
-8514,4.28,0
-8515,4.28,0
-8516,4.28,0
-8517,4.28,0
-8518,4.28,0
-8519,4.28,0
-8520,4.28,0
-8521,4.28,0
-8522,4.28,0
-8523,4.28,0
-8524,4.28,0
-8525,4.28,0
-8526,4.28,0
-8527,4.28,0
-8528,4.28,0
-8529,4.28,0
-8530,4.28,0
-8531,4.28,0
-8532,4.28,0
-8533,4.28,0
-8534,4.28,0
-8535,4.28,0
-8536,4.28,0
-8537,4.28,0
-8538,4.28,0
-8539,4.28,0
-8540,4.28,0
-8541,4.28,0
-8542,4.28,0
-8543,4.28,0
-8544,4.28,0
-8545,4.28,0
-8546,4.28,0
-8547,4.28,0
-8548,4.28,0
-8549,4.28,0
-8550,4.28,0
-8551,4.28,0
-8552,4.28,0
-8553,4.28,0
-8554,4.28,0
-8555,4.28,0
-8556,4.28,0
-8557,4.28,0
-8558,4.28,0
-8559,4.28,0
-8560,4.28,0
-8561,4.28,0
-8562,4.28,0
-8563,4.28,0
-8564,4.28,0
-8565,4.28,0
-8566,4.28,0
-8567,4.28,0
-8568,4.28,0
-8569,4.28,0
-8570,4.28,0
-8571,4.28,0
-8572,4.28,0
-8573,4.28,0
-8574,4.28,0
-8575,4.28,0
-8576,4.28,0
-8577,4.28,0
-8578,4.28,0
-8579,4.28,0
-8580,4.28,0
-8581,4.28,0
-8582,4.28,0
-8583,4.28,0
-8584,4.28,0
-8585,4.28,0
-8586,4.28,0
-8587,4.28,0
-8588,4.28,0
-8589,4.28,0
-8590,4.28,0
-8591,4.28,0
-8592,4.28,0
-8593,4.28,0
-8594,4.28,0
-8595,4.28,0
-8596,4.28,0
-8597,4.28,0
-8598,4.28,0
-8599,4.28,0
-8600,4.28,0
-8601,4.28,0
-8602,4.28,0
-8603,4.28,0
-8604,4.28,0
-8605,4.28,0
-8606,4.28,0
-8607,4.28,0
-8608,4.28,0
-8609,4.28,0
-8610,4.28,0
-8611,4.28,0
-8612,4.28,0
-8613,4.28,0
-8614,4.28,0
-8615,4.28,0
-8616,4.28,0
-8617,4.28,0
-8618,4.28,0
-8619,4.28,0
-8620,4.28,0
-8621,4.28,0
-8622,4.28,0
-8623,4.28,0
-8624,4.28,0
-8625,4.28,0
-8626,4.28,0
-8627,4.28,0
-8628,4.28,0
-8629,4.28,0
-8630,4.28,0
-8631,4.28,0
-8632,4.28,0
-8633,4.28,0
-8634,4.28,0
-8635,4.28,0
-8636,4.28,0
-8637,4.28,0
-8638,4.28,0
-8639,4.28,0
-8640,4.28,0
-8641,4.28,0
-8642,4.28,0
-8643,4.28,0
-8644,4.28,0
-8645,4.28,0
-8646,4.28,0
-8647,4.28,0
-8648,4.28,0
-8649,4.28,0
-8650,4.28,0
-8651,4.28,0
-8652,4.28,0
-8653,4.28,0
-8654,4.28,0
-8655,4.28,0
-8656,4.28,0
-8657,4.28,0
-8658,4.28,0
-8659,4.28,0
-8660,4.28,0
-8661,4.28,0
-8662,4.28,0
-8663,4.28,0
-8664,4.28,0
-8665,4.28,0
-8666,4.28,0
-8667,4.28,0
-8668,4.28,0
-8669,4.28,0
-8670,4.28,0
-8671,4.28,0
-8672,4.28,0
-8673,4.28,0
-8674,4.28,0
-8675,4.28,0
-8676,4.28,0
-8677,4.28,0
-8678,4.28,0
-8679,4.28,0
-8680,4.28,0
-8681,4.28,0
-8682,4.28,0
-8683,4.28,0
-8684,4.28,0
-8685,4.28,0
-8686,4.28,0
-8687,4.28,0
-8688,4.28,0
-8689,4.28,0
-8690,4.28,0
-8691,4.28,0
-8692,4.28,0
-8693,4.28,0
-8694,4.28,0
-8695,4.28,0
-8696,4.28,0
-8697,4.28,0
-8698,4.28,0
-8699,4.28,0
-8700,4.28,0
-8701,4.28,0
-8702,4.28,0
-8703,4.28,0
-8704,4.28,0
-8705,4.28,0
-8706,4.28,0
-8707,4.28,0
-8708,4.28,0
-8709,4.28,0
-8710,4.28,0
-8711,4.28,0
-8712,4.28,0
-8713,4.28,0
-8714,4.28,0
-8715,4.28,0
-8716,4.28,0
-8717,4.28,0
-8718,4.28,0
-8719,4.28,0
-8720,4.28,0
-8721,4.28,0
-8722,4.28,0
-8723,4.28,0
-8724,4.28,0
-8725,4.28,0
-8726,4.28,0
-8727,4.28,0
-8728,4.28,0
-8729,4.28,0
-8730,4.28,0
-8731,4.28,0
-8732,4.28,0
-8733,4.28,0
-8734,4.28,0
-8735,4.28,0
-8736,4.28,0
-8737,4.28,0
-8738,4.28,0
-8739,4.28,0
-8740,4.28,0
-8741,4.28,0
-8742,4.28,0
-8743,4.28,0
-8744,4.28,0
-8745,4.28,0
-8746,4.28,0
-8747,4.28,0
-8748,4.28,0
-8749,4.28,0
-8750,4.28,0
-8751,4.28,0
-8752,4.28,0
-8753,4.28,0
-8754,4.28,0
-8755,4.28,0
-8756,4.28,0
-8757,4.28,0
-8758,4.28,0
-8759,4.28,0
-8760,4.28,0
\ No newline at end of file
diff --git a/Example_Systems/Electrolyzer_Example/Generators_variability.csv b/Example_Systems/Electrolyzer_Example/Generators_variability.csv
deleted file mode 100644
index ca95e86413..0000000000
--- a/Example_Systems/Electrolyzer_Example/Generators_variability.csv
+++ /dev/null
@@ -1,8761 +0,0 @@
-Time_Index,solar_pv,onshore_wind,electrolyzer
-1,0,0.889717042,1
-2,0,0.877715468,1
-3,0,0.903424203,1
-4,0,0.895153165,1
-5,0,0.757258117,1
-6,0,0.630928695,1
-7,0,0.557177782,1
-8,0,0.6072492,1
-9,0.1779,0.423417866,1
-10,0.429,0.007470775,1
-11,0.5748,0.002535942,1
-12,0.6484,0.002153709,1
-13,0.6208,0.00445132,1
-14,0.596,0.007711587,1
-15,0.5013,0.100848213,1
-16,0.3311,0.201802149,1
-17,0.0642,0.141933054,1
-18,0,0.567022562,1
-19,0,0.946024895,1
-20,0,0.923394203,1
-21,0,0.953386247,1
-22,0,0.929205418,1
-23,0,0.849528909,1
-24,0,0.665570974,1
-25,0,0.527450681,1
-26,0,0.64820224,1
-27,0,0.636301041,1
-28,0,0.914841771,1
-29,0,0.857677341,1
-30,0,0.824768543,1
-31,0,0.586626828,1
-32,0,0.485967815,1
-33,0.16,0.565889001,1
-34,0.3418,0.741932392,1
-35,0.4952,0.929326653,1
-36,0.5654,0.986445904,1
-37,0.5713,0.991647005,1
-38,0.5414,0.985625088,1
-39,0.4677,0.991092265,1
-40,0.3193,0.951515317,1
-41,0.1003,0.961550415,1
-42,0,0.797302723,1
-43,0,0.725138009,1
-44,0,0.543448448,1
-45,0,0.825306416,1
-46,0,0.921077967,1
-47,0,0.825397491,1
-48,0,0.801085293,1
-49,0,0.838672936,1
-50,0,0.658602715,1
-51,0,0.48531872,1
-52,0,0.595986664,1
-53,0,0.621841788,1
-54,0,0.698297441,1
-55,0,0.565368712,1
-56,0,0.362982541,1
-57,0.2147,0.427276224,1
-58,0.436,0.887898088,1
-59,0.5787,0.952664733,1
-60,0.632,0.976346016,1
-61,0.6451,0.998005092,1
-62,0.6207,0.978558242,1
-63,0.5504,0.992356002,1
-64,0.3781,0.986144602,1
-65,0.1371,0.851535916,1
-66,0,0.903066397,1
-67,0,0.994233489,1
-68,0,0.827461898,1
-69,0,0.965808392,1
-70,0,0.960160732,1
-71,0,0.987732053,1
-72,0,0.979912996,1
-73,0,0.999813199,1
-74,0,0.992998838,1
-75,0,0.91274631,1
-76,0,0.900314331,1
-77,0,0.900902867,1
-78,0,0.78619957,1
-79,0,0.749704719,1
-80,0,0.687368631,1
-81,0.2277,0.604354978,1
-82,0.4502,0.599827349,1
-83,0.6046,0.577508748,1
-84,0.6791,0.086388931,1
-85,0.6728,0.040881492,1
-86,0.6482,0.022434272,1
-87,0.528,0.009461308,1
-88,0.3343,0.013535732,1
-89,0.028,0.00627484,1
-90,0,0.05808929,1
-91,0,0.22415413,1
-92,0,0.275481582,1
-93,0,0.416952342,1
-94,0,0.390747398,1
-95,0,0.463861436,1
-96,0,0.419889808,1
-97,0,0.325898945,1
-98,0,0.522758365,1
-99,0,0.365987569,1
-100,0,0.424390733,1
-101,0,0.433115661,1
-102,0,0.362870246,1
-103,0,0.228127867,1
-104,0,0.254994243,1
-105,0.1033,0.297353089,1
-106,0.2804,0.26502341,1
-107,0.4372,0.246666133,1
-108,0.5913,0.209545553,1
-109,0.5349,0.213271856,1
-110,0.4854,0.353414446,1
-111,0.3973,0.410481691,1
-112,0.2948,0.808897853,1
-113,0.0897,0.773383021,1
-114,0,0.809938967,1
-115,0,0.685354233,1
-116,0,0.45875603,1
-117,0,0.479708195,1
-118,0,0.097237095,1
-119,0,0.373140395,1
-120,0,0.167982742,1
-121,0,0.333688021,1
-122,0,0.298790157,1
-123,0,0.152139187,1
-124,0,0.069804139,1
-125,0,0.148644954,1
-126,0,0.209140733,1
-127,0,0.241903529,1
-128,0,0.232758492,1
-129,0.1023,0.433448523,1
-130,0.2939,0.529960155,1
-131,0.5036,0.251590341,1
-132,0.62,0.253996432,1
-133,0.5947,0.216716677,1
-134,0.4261,0.300185502,1
-135,0.3649,0.177140608,1
-136,0.1992,0.133263707,1
-137,0.0151,0.281703651,1
-138,0,0.410258323,1
-139,0,0.348620415,1
-140,0,0.174488172,1
-141,0,0.299336016,1
-142,0,0.315609783,1
-143,0,0.392254978,1
-144,0,0.403186232,1
-145,0,0.358789206,1
-146,0,0.444409281,1
-147,0,0.514306784,1
-148,0,0.481486499,1
-149,0,0.336142361,1
-150,0,0.100534089,1
-151,0,0.068419948,1
-152,0,0.072928362,1
-153,0.1883,0.159622043,1
-154,0.4067,0.259901762,1
-155,0.5478,0.33179459,1
-156,0.6386,0.216174215,1
-157,0.6504,0.219760895,1
-158,0.6311,0.274789572,1
-159,0.5093,0.356991559,1
-160,0.299,0.405605167,1
-161,0.0553,0.35197863,1
-162,0,0.68602097,1
-163,0,0.922309518,1
-164,0,0.88975215,1
-165,0,0.945815384,1
-166,0,0.879520893,1
-167,0,0.912140965,1
-168,0,0.975267529,1
-169,0,0.982451737,1
-170,0,0.94411397,1
-171,0,0.942038298,1
-172,0,0.993139267,1
-173,0,0.992836118,1
-174,0,0.994497001,1
-175,0,0.957015872,1
-176,0,0.532281816,1
-177,0.2056,0.600429296,1
-178,0.4097,0.523252964,1
-179,0.5584,0.583462417,1
-180,0.4656,0.714919925,1
-181,0.5802,0.718139231,1
-182,0.5964,0.445379853,1
-183,0.5111,0.50075835,1
-184,0.3605,0.317829728,1
-185,0.1202,0.732666433,1
-186,0,0.748077691,1
-187,0,0.645534456,1
-188,0,0.555666566,1
-189,0,0.718843997,1
-190,0,0.616308808,1
-191,0,0.665126264,1
-192,0,0.326508224,1
-193,0,0.481972277,1
-194,0,0.274109393,1
-195,0,0.231299877,1
-196,0,0.229242459,1
-197,0,0.210230157,1
-198,0,0.221656308,1
-199,0,0.178725153,1
-200,0,0.199159712,1
-201,0.1584,0.212695658,1
-202,0.3603,0.125840187,1
-203,0.4586,0.09083949,1
-204,0.4847,0.029331515,1
-205,0.5907,0.011879676,1
-206,0.7654,0.062274471,1
-207,0.5757,0.214362696,1
-208,0.4019,0.403303325,1
-209,0.1541,0.626905501,1
-210,0,0.91041702,1
-211,0,0.963661015,1
-212,0,0.841256082,1
-213,0,0.795333326,1
-214,0,0.792107224,1
-215,0,0.769589841,1
-216,0,0.798077762,1
-217,0,0.748351872,1
-218,0,0.705098033,1
-219,0,0.783596933,1
-220,0,0.800422609,1
-221,0,0.55063653,1
-222,0,0.559843063,1
-223,0,0.464544684,1
-224,0,0.581209481,1
-225,0.1709,0.634156823,1
-226,0.3428,0.470895797,1
-227,0.4545,0.587407529,1
-228,0.5223,0.457908809,1
-229,0.5971,0.549954057,1
-230,0.6098,0.617423415,1
-231,0.5176,0.57672447,1
-232,0.3503,0.79943192,1
-233,0.1105,0.78913486,1
-234,0,0.69455862,1
-235,0,0.867375135,1
-236,0,0.582306385,1
-237,0,0.569114685,1
-238,0,0.591272295,1
-239,0,0.605965376,1
-240,0,0.685430765,1
-241,0,0.375128984,1
-242,0,0.259837627,1
-243,0,0.115667641,1
-244,0,0.118977785,1
-245,0,0.148685768,1
-246,0,0.184496105,1
-247,0,0.232574254,1
-248,0,0.12083178,1
-249,0.1904,0.045654915,1
-250,0.3998,0.00896703,1
-251,0.5013,0.00975288,1
-252,0.5482,0.005116536,1
-253,0.5471,4.68E-05,1
-254,0.5638,0.001831072,1
-255,0.4942,0.024346719,1
-256,0.358,0.145083502,1
-257,0.1237,0.240838438,1
-258,0,0.588997364,1
-259,0,0.660440922,1
-260,0,0.473002821,1
-261,0,0.525997937,1
-262,0,0.363092691,1
-263,0,0.335968703,1
-264,0,0.453862011,1
-265,0,0.571175516,1
-266,0,0.662716389,1
-267,0,0.813917875,1
-268,0,0.978496671,1
-269,0,0.874113321,1
-270,0,0.911041379,1
-271,0,0.999900937,1
-272,0,0.985276818,1
-273,0,0.996960044,1
-274,0.0026,0.995188236,1
-275,0.0598,0.987772226,1
-276,0.1045,0.999951601,1
-277,0.0515,1,1
-278,0.0671,0.999835253,1
-279,0.1956,0.969388962,1
-280,0.1553,0.890073061,1
-281,0.0357,0.686031938,1
-282,0,0.685177803,1
-283,0,0.461213171,1
-284,0,0.42908591,1
-285,0,0.292680949,1
-286,0,0.139862612,1
-287,0,0.025062602,1
-288,0,0.005286228,1
-289,0,0.005776152,1
-290,0,0.007414515,1
-291,0,0.032070458,1
-292,0,0.12450432,1
-293,0,0.122904286,1
-294,0,0.152460426,1
-295,0,0.609855115,1
-296,0,0.453009814,1
-297,0.0041,0.559165955,1
-298,0.0805,0.53180176,1
-299,0.2869,0.589205027,1
-300,0.4127,0.511914372,1
-301,0.5241,0.459121764,1
-302,0.5732,0.847003937,1
-303,0.4743,1,1
-304,0.305,1,1
-305,0.0978,1,1
-306,0,1,1
-307,0,1,1
-308,0,0.999744654,1
-309,0,1,1
-310,0,1,1
-311,0,1,1
-312,0,0.996239424,1
-313,0,0.997558236,1
-314,0,0.999381185,1
-315,0,0.996947765,1
-316,0,0.998992562,1
-317,0,0.999016643,1
-318,0,0.996783972,1
-319,0,0.973344207,1
-320,0,0.669606805,1
-321,0.1892,0.599198878,1
-322,0.3808,0.893465757,1
-323,0.5055,0.972915113,1
-324,0.6058,0.979986489,1
-325,0.6621,0.949985623,1
-326,0.6563,0.992331743,1
-327,0.5704,0.98760128,1
-328,0.4009,0.994393528,1
-329,0.1757,0.980856895,1
-330,0,0.910589576,1
-331,0,0.928158879,1
-332,0,0.841629744,1
-333,0,0.895399034,1
-334,0,0.966689229,1
-335,0,0.903864622,1
-336,0,0.878530681,1
-337,0,0.971166551,1
-338,0,0.958023071,1
-339,0,0.9217242,1
-340,0,0.862400413,1
-341,0,0.888055563,1
-342,0,0.954128027,1
-343,0,0.921387911,1
-344,0,0.831817031,1
-345,0.2406,0.892535269,1
-346,0.4691,0.852609813,1
-347,0.6312,0.72245723,1
-348,0.7083,0.603623748,1
-349,0.7193,0.931917369,1
-350,0.7062,0.864529014,1
-351,0.6127,0.987060905,1
-352,0.4407,0.996328235,1
-353,0.1983,0.996035337,1
-354,0,0.973462224,1
-355,0,0.94091922,1
-356,0,0.898062825,1
-357,0,0.90684551,1
-358,0,0.813305557,1
-359,0,0.931691885,1
-360,0,0.836917043,1
-361,0,0.925834537,1
-362,0,0.896693587,1
-363,0,0.863024592,1
-364,0,0.868777752,1
-365,0,0.848734856,1
-366,0,0.866833806,1
-367,0,0.815279365,1
-368,0,0.671517313,1
-369,0.2391,0.462879539,1
-370,0.4586,0.187393889,1
-371,0.6179,0.042585276,1
-372,0.6974,2.21E-05,1
-373,0.6672,0.011788613,1
-374,0.6136,0.120125651,1
-375,0.4943,0.609268606,1
-376,0.2741,0.781363249,1
-377,0.0666,0.912009895,1
-378,0,0.962146401,1
-379,0,0.983913362,1
-380,0,0.990213752,1
-381,0,0.309844047,1
-382,0,0.970720172,1
-383,0,0.954778671,1
-384,0,0.977821589,1
-385,0,0.903339088,1
-386,0,0.941699743,1
-387,0,0.909053683,1
-388,0,0.893550754,1
-389,0,0.634285808,1
-390,0,0.646970272,1
-391,0,0.559636533,1
-392,0,0.258574307,1
-393,0.063,0.178490281,1
-394,0.2298,0.221917599,1
-395,0.3955,0.192400694,1
-396,0.4576,0.207875282,1
-397,0.4251,0.165657729,1
-398,0.397,0.221654862,1
-399,0.2726,0.416519284,1
-400,0.148,0.725955307,1
-401,0.0133,0.717458546,1
-402,0,0.705203474,1
-403,0,0.788897991,1
-404,0,0.715925097,1
-405,0,0.741538227,1
-406,0,0.662036419,1
-407,0,0.964319944,1
-408,0,0.972073436,1
-409,0,0.984911442,1
-410,0,0.971868396,1
-411,0,0.971292973,1
-412,0,0.999132395,1
-413,0,1,1
-414,0,1,1
-415,0,1,1
-416,0,1,1
-417,0.2194,1,1
-418,0.4257,0.994823575,1
-419,0.5872,1,1
-420,0.6481,1,1
-421,0.6592,1,1
-422,0.6547,1,1
-423,0.5823,1,1
-424,0.4386,1,1
-425,0.2089,1,1
-426,0,1,1
-427,0,1,1
-428,0,0.999494672,1
-429,0,0.986200929,1
-430,0,0.962675452,1
-431,0,0.880540669,1
-432,0,0.804039896,1
-433,0,0.714715898,1
-434,0,0.58559221,1
-435,0,0.362231135,1
-436,0,0.249404311,1
-437,0,0.167228848,1
-438,0,0.096527874,1
-439,0,0.070879892,1
-440,0,0.038366802,1
-441,0.2198,0.047509376,1
-442,0.4112,0.019323898,1
-443,0.5551,0.011227405,1
-444,0.6202,0.001970452,1
-445,0.6322,0.008147767,1
-446,0.6454,0.062390152,1
-447,0.582,0.251660377,1
-448,0.4182,0.423032939,1
-449,0.1694,0.544930875,1
-450,0,0.369511396,1
-451,0,0.189863712,1
-452,0,0.114875264,1
-453,0,0.599440515,1
-454,0,0.577943921,1
-455,0,0.449732423,1
-456,0,0.142613783,1
-457,0,0.169818848,1
-458,0,0.122016601,1
-459,0,0.168010533,1
-460,0,0.087565094,1
-461,0,0.181455061,1
-462,0,0.431332111,1
-463,0,0.830652058,1
-464,0,0.885377407,1
-465,0.2238,0.970650077,1
-466,0.4608,0.78101784,1
-467,0.6129,0.987297833,1
-468,0.681,0.983771563,1
-469,0.7075,0.84817189,1
-470,0.6971,0.91536212,1
-471,0.6128,0.879813075,1
-472,0.4488,0.899763405,1
-473,0.217,0.740176499,1
-474,0,0.644712627,1
-475,0,0.702639103,1
-476,0,0.662807465,1
-477,0,0.497550666,1
-478,0,0.575113714,1
-479,0,0.680866301,1
-480,0,0.657989264,1
-481,0,0.369297385,1
-482,0,0.188032657,1
-483,0,0.172238901,1
-484,0,0.091699772,1
-485,0,0.043212742,1
-486,0,0.037635185,1
-487,0,0.015636737,1
-488,0,0.001903279,1
-489,0.0338,0.015487132,1
-490,0.1381,0.046419628,1
-491,0.2102,0.08001902,1
-492,0.2284,0.094075754,1
-493,0.2429,0.143576503,1
-494,0.2345,0.166444838,1
-495,0.196,0.207591891,1
-496,0.1088,0.346309006,1
-497,0.0095,0.331716001,1
-498,0,0.506569505,1
-499,0,0.534156263,1
-500,0,0.541957915,1
-501,0,0.421663105,1
-502,0,0.539265692,1
-503,0,0.204591289,1
-504,0,0.502490282,1
-505,0,0.365903705,1
-506,0,0.277681828,1
-507,0,0.32916826,1
-508,0,0.321262717,1
-509,0,0.337861657,1
-510,0,0.361339748,1
-511,0,0.24738346,1
-512,0,0.199261397,1
-513,0.2175,0.22259143,1
-514,0.4081,0.153767169,1
-515,0.5613,0.029289583,1
-516,0.5322,0.026865166,1
-517,0.5679,0.011329597,1
-518,0.5247,0.007760911,1
-519,0.4229,0.005982129,1
-520,0.3114,0.082186021,1
-521,0.109,0.192014858,1
-522,0,0.455805838,1
-523,0,0.796956778,1
-524,0,0.79460448,1
-525,0,0.831539571,1
-526,0,0.816609323,1
-527,0,0.846572816,1
-528,0,0.787300646,1
-529,0,0.786783397,1
-530,0,0.909167528,1
-531,0,0.904221952,1
-532,0,0.879251361,1
-533,0,0.952225089,1
-534,0,0.944473207,1
-535,0,0.827358544,1
-536,0,0.686761975,1
-537,0.109,0.654094696,1
-538,0.3235,0.638795078,1
-539,0.3563,0.473784417,1
-540,0.3784,0.330973744,1
-541,0.3346,0.293582767,1
-542,0.2609,0.452776879,1
-543,0.2381,0.418485582,1
-544,0.1307,0.359295726,1
-545,0.0266,0.269514143,1
-546,0,0.403690845,1
-547,0,0.486878037,1
-548,0,0.494424254,1
-549,0,0.771431684,1
-550,0,0.803367972,1
-551,0,0.89033103,1
-552,0,0.556316495,1
-553,0,0.37368238,1
-554,0,0.40189454,1
-555,0,0.57215327,1
-556,0,0.733329177,1
-557,0,0.786333203,1
-558,0,0.893327117,1
-559,0,0.735907257,1
-560,0,0.85306251,1
-561,0.1008,0.562280893,1
-562,0.3571,0.406291425,1
-563,0.5425,0.471803486,1
-564,0.6327,0.583303273,1
-565,0.6563,0.680952013,1
-566,0.6462,0.734794915,1
-567,0.5642,0.728750825,1
-568,0.3954,0.663971961,1
-569,0.1551,0.909887969,1
-570,0,0.95015353,1
-571,0,0.902165771,1
-572,0,0.679347456,1
-573,0,0.554835379,1
-574,0,0.968334317,1
-575,0,0.926447988,1
-576,0,0.89683497,1
-577,0,0.990337968,1
-578,0,0.930023193,1
-579,0,0.893941104,1
-580,0,0.972342491,1
-581,0,0.973231435,1
-582,0,0.935377836,1
-583,0,0.945303977,1
-584,0,0.828633845,1
-585,0.2189,0.878159523,1
-586,0.4091,0.752456844,1
-587,0.5094,0.971757054,1
-588,0.5486,0.952906728,1
-589,0.5372,0.948550284,1
-590,0.4018,0.958720803,1
-591,0.4305,0.935380042,1
-592,0.3475,0.835846305,1
-593,0.1858,0.608840287,1
-594,0,0.465058327,1
-595,0,0.451301157,1
-596,0,0.569331527,1
-597,0,0.281456649,1
-598,0,0.542486012,1
-599,0,0.040279318,1
-600,0,0.446532726,1
-601,0,0.409109652,1
-602,0,0.541228652,1
-603,0,0.348527253,1
-604,0,0.281483263,1
-605,0,0.275095552,1
-606,0,0.243707165,1
-607,0,0.22453095,1
-608,0,0.214264646,1
-609,0.1243,0.22138156,1
-610,0.3369,0.143669099,1
-611,0.5427,0.028309852,1
-612,0.5165,0.016492093,1
-613,0.4801,0.003949803,1
-614,0.4327,0,1
-615,0.3182,0.000562099,1
-616,0.1995,0.024408365,1
-617,0.0683,0.1005207,1
-618,0,0.470599443,1
-619,0,0.694797695,1
-620,0,0.337198138,1
-621,0,0.337203711,1
-622,0,0.11668992,1
-623,0,0.184982553,1
-624,0,0.162534699,1
-625,0,0.523972332,1
-626,0,0.657110274,1
-627,0,0.757477045,1
-628,0,0.644009769,1
-629,0,0.467615873,1
-630,0,0.553678334,1
-631,0,0.77921623,1
-632,0,0.725531518,1
-633,0,0.786552846,1
-634,0.003,0.589495063,1
-635,0.0852,0.436854541,1
-636,0.1324,0.533977807,1
-637,0.1041,0.54939425,1
-638,0.1276,0.297182679,1
-639,0.1108,0.108885378,1
-640,0.0825,0.097908288,1
-641,0.0043,0.092191279,1
-642,0,0.112537816,1
-643,0,0.366680771,1
-644,0,0.794670165,1
-645,0,0.931621909,1
-646,0,1,1
-647,0,1,1
-648,0,1,1
-649,0,1,1
-650,0,1,1
-651,0,1,1
-652,0,0.999961376,1
-653,0,0.994962633,1
-654,0,0.985313892,1
-655,0,0.699854255,1
-656,0,0.739927649,1
-657,0.2499,0.57710892,1
-658,0.4155,0.135876462,1
-659,0.5324,0.037213072,1
-660,0.4953,0.014904963,1
-661,0.5597,0.001591918,1
-662,0.6671,0.029781383,1
-663,0.6148,0.173540488,1
-664,0.4365,0.545302749,1
-665,0.195,0.808674514,1
-666,0,0.881779969,1
-667,0,0.948357105,1
-668,0,0.92076385,1
-669,0,0.927159309,1
-670,0,0.978732347,1
-671,0,0.996869922,1
-672,0,0.991770387,1
-673,0,0.994220376,1
-674,0,0.984434962,1
-675,0,0.996808767,1
-676,0,0.996960998,1
-677,0,0.992768288,1
-678,0,0.9922539,1
-679,0,0.971418858,1
-680,0,0.881501853,1
-681,0.2679,0.943497181,1
-682,0.4889,0.825039387,1
-683,0.6489,0.967920899,1
-684,0.7238,0.993529081,1
-685,0.7197,0.983738661,1
-686,0.6822,0.948603809,1
-687,0.5905,0.885766387,1
-688,0.44,0.807229578,1
-689,0.238,0.749605477,1
-690,0,0.644113839,1
-691,0,0.829027891,1
-692,0,0.826422811,1
-693,0,0.858762383,1
-694,0,0.7963925,1
-695,0,0.807177186,1
-696,0,0.784454823,1
-697,0,0.826050997,1
-698,0,0.725094795,1
-699,0,0.802786827,1
-700,0,0.713679552,1
-701,0,0.596440196,1
-702,0,0.684358597,1
-703,0,0.154971018,1
-704,0,0.419948012,1
-705,0.2215,0.788501024,1
-706,0.448,0.862440407,1
-707,0.6102,0.786100388,1
-708,0.6827,0.982801199,1
-709,0.6919,0.972236991,1
-710,0.6824,0.982660592,1
-711,0.6061,0.948632002,1
-712,0.4429,0.862071216,1
-713,0.2227,0.61468482,1
-714,0,0.336009473,1
-715,0,0.077018209,1
-716,0,0.003914452,1
-717,0,0.173105419,1
-718,0,0.118493721,1
-719,0,0.123603478,1
-720,0,0.113151945,1
-721,0,0.106706843,1
-722,0,0.056179769,1
-723,0,0.06578704,1
-724,0,0.115816638,1
-725,0,0.081642047,1
-726,0,0.183332518,1
-727,0,0.18022576,1
-728,0,0.376463145,1
-729,0.2201,0.169013932,1
-730,0.4205,0.20007965,1
-731,0.5658,0.139129937,1
-732,0.6243,0.062342897,1
-733,0.6336,0.086465389,1
-734,0.6206,0.08658196,1
-735,0.5519,0.143695265,1
-736,0.4038,0.16168268,1
-737,0.2062,0.191515416,1
-738,0,0.336225778,1
-739,0,0.386805236,1
-740,0,0.548737109,1
-741,0,0.299236178,1
-742,0,0.290574729,1
-743,0,0.270692378,1
-744,0,0.238546014,1
-745,0,0.298899353,1
-746,0,0.454162419,1
-747,0,0.513893425,1
-748,0,0.487259924,1
-749,0,0.406743437,1
-750,0,0.402718931,1
-751,0,0.543174326,1
-752,0,0.45037213,1
-753,0.0461,0.47566548,1
-754,0.1938,0.608636498,1
-755,0.3902,0.062263802,1
-756,0.3957,0.699570298,1
-757,0.4156,0.681090951,1
-758,0.4371,0.739795804,1
-759,0.5286,0.764283717,1
-760,0.4206,0.969066143,1
-761,0.2085,0.985800922,1
-762,0,0.980837584,1
-763,0,0.973941267,1
-764,0,0.988051593,1
-765,0,0.955607414,1
-766,0,0.984724045,1
-767,0,0.831435442,1
-768,0,0.731253862,1
-769,0,0.880763412,1
-770,0,0.926810682,1
-771,0,0.887951374,1
-772,0,0.916030288,1
-773,0,0.476997435,1
-774,0,0.409866333,1
-775,0,0.483931273,1
-776,0,0.285129696,1
-777,0.1455,0.188275844,1
-778,0.2427,0.187012389,1
-779,0.3104,0.326031715,1
-780,0.3464,0.308825731,1
-781,0.3283,0.289541215,1
-782,0.2946,0.306025326,1
-783,0.2536,0.273904204,1
-784,0.175,0.186666191,1
-785,0.034,0.225377381,1
-786,0,0.345649511,1
-787,0,0.44367671,1
-788,0,0.38393265,1
-789,0,0.565145135,1
-790,0,0.686870992,1
-791,0,0.814653993,1
-792,0,0.851220608,1
-793,0,0.889963925,1
-794,0,0.926468492,1
-795,0,0.823272347,1
-796,0,0.711849988,1
-797,0,0.728271186,1
-798,0,0.732000709,1
-799,0,0.568660319,1
-800,0,0.647532165,1
-801,0.2753,0.737588882,1
-802,0.4988,0.66255337,1
-803,0.6555,0.576940417,1
-804,0.727,0.553755999,1
-805,0.7355,0.733823597,1
-806,0.7286,0.841042876,1
-807,0.6589,0.893977225,1
-808,0.4977,0.779710114,1
-809,0.2796,0.729463935,1
-810,0,0.505806565,1
-811,0,0.661933661,1
-812,0,0.708508849,1
-813,0,0.531134486,1
-814,0,0.577903152,1
-815,0,0.644278228,1
-816,0,0.584136248,1
-817,0,0.596857548,1
-818,0,0.444798052,1
-819,0,0.386971891,1
-820,0,0.55139643,1
-821,0,0.690664709,1
-822,0,0.753687561,1
-823,0,0.737581789,1
-824,0,0.581654966,1
-825,0.2573,0.686314046,1
-826,0.4428,0.43394649,1
-827,0.5817,0.720137835,1
-828,0.5987,0.814143836,1
-829,0.6564,0.758501589,1
-830,0.6124,0.699610651,1
-831,0.5068,0.661211312,1
-832,0.4084,0.663099825,1
-833,0.2368,0.545368969,1
-834,0,0.53825444,1
-835,0,0.583533585,1
-836,0,0.313382566,1
-837,0,0.375296414,1
-838,0,0.287902474,1
-839,0,0.403790087,1
-840,0,0.346317768,1
-841,0,0.292431563,1
-842,0,0.372975707,1
-843,0,0.389554232,1
-844,0,0.364386767,1
-845,0,0.313403845,1
-846,0,0.441502213,1
-847,0,0.275102466,1
-848,0,0.217118666,1
-849,0.2891,0.107981026,1
-850,0.5073,0.011376092,1
-851,0.6627,0.00708494,1
-852,0.7274,0.004371401,1
-853,0.7364,0.005077284,1
-854,0.7298,0.052519441,1
-855,0.6666,0.129053071,1
-856,0.508,0.193049803,1
-857,0.2905,0.264579475,1
-858,0,0.559486687,1
-859,0,0.726630986,1
-860,0,0.463260502,1
-861,0,0.787007034,1
-862,0,0.786071301,1
-863,0,0.806358516,1
-864,0,0.721607685,1
-865,0,0.606772304,1
-866,0,0.750736237,1
-867,0,0.861123979,1
-868,0,0.899868309,1
-869,0,0.934027612,1
-870,0,0.966023326,1
-871,0,0.883381903,1
-872,0.0007,0.829755783,1
-873,0.2746,0.803648174,1
-874,0.492,0.717739165,1
-875,0.6453,0.859049678,1
-876,0.7063,0.918026567,1
-877,0.7157,0.921176076,1
-878,0.7094,0.872462988,1
-879,0.6458,0.966908991,1
-880,0.4907,0.971891284,1
-881,0.2821,0.948168635,1
-882,0,0.978864729,1
-883,0,0.988581061,1
-884,0,0.883843303,1
-885,0,0.923764944,1
-886,0,0.766777098,1
-887,0,0.890610099,1
-888,0,0.569135368,1
-889,0,0.735526919,1
-890,0,0.857457042,1
-891,0,0.860383868,1
-892,0,0.877659023,1
-893,0,0.904588044,1
-894,0,0.831983745,1
-895,0,0.817228436,1
-896,0.0032,0.442986399,1
-897,0.2384,0.563682556,1
-898,0.4037,0.418898255,1
-899,0.4987,0.44451353,1
-900,0.5164,0.493784755,1
-901,0.5155,0.465408057,1
-902,0.5077,0.586857617,1
-903,0.4962,0.643729866,1
-904,0.3746,0.723365128,1
-905,0.2158,0.782691181,1
-906,0,0.87132287,1
-907,0,0.83963263,1
-908,0,0.583811224,1
-909,0,0.618439078,1
-910,0,0.845951259,1
-911,0,0.732662797,1
-912,0,0.270839036,1
-913,0,0.291409194,1
-914,0,0.216939121,1
-915,0,0.258754075,1
-916,0,0.398337066,1
-917,0,0.371936619,1
-918,0,0.272060931,1
-919,0,0.21266979,1
-920,0,0.079992302,1
-921,0.2567,0.060789533,1
-922,0.4516,0.008325853,1
-923,0.5729,2.09E-05,1
-924,0.5979,0.00031285,1
-925,0.6425,0,1
-926,0.6437,0.00582296,1
-927,0.5573,0.036055818,1
-928,0.3212,0.156649545,1
-929,0.1424,0.263571113,1
-930,0,0.479178727,1
-931,0,0.564744473,1
-932,0,0.468705416,1
-933,0,0.351056099,1
-934,0,0.253851324,1
-935,0,0.257608205,1
-936,0,0.130203828,1
-937,0,0.199973717,1
-938,0,0.430147767,1
-939,0,0.476020932,1
-940,0,0.54893142,1
-941,0,0.69414258,1
-942,0,0.681635678,1
-943,0,0.383499533,1
-944,0.0009,0.679690123,1
-945,0.291,0.611305237,1
-946,0.5064,0.397528768,1
-947,0.6688,0.674634039,1
-948,0.7318,0.520338714,1
-949,0.7417,0.601803303,1
-950,0.7336,0.751408994,1
-951,0.6768,0.79917264,1
-952,0.5196,0.910317063,1
-953,0.3089,0.870069325,1
-954,0.0174,0.85074228,1
-955,0,0.954088509,1
-956,0,0.780807734,1
-957,0,0.537694156,1
-958,0,0.010379169,1
-959,0,0.017138798,1
-960,0,0.260445118,1
-961,0,0.581554294,1
-962,0,0.672506094,1
-963,0,0.695786536,1
-964,0,0.646420062,1
-965,0,0.561272919,1
-966,0,0.736097038,1
-967,0,0.704924047,1
-968,0.0002,0.59982866,1
-969,0.2979,0.439543962,1
-970,0.5138,0.428976506,1
-971,0.6683,0.051155992,1
-972,0.7254,0.153396755,1
-973,0.7336,0.186472028,1
-974,0.7183,0.368385315,1
-975,0.6142,0.676572204,1
-976,0.4189,0.846451879,1
-977,0.2042,0.684637308,1
-978,0,0.733074427,1
-979,0,0.808015227,1
-980,0,0.652768552,1
-981,0,0.692414463,1
-982,0,0.418818355,1
-983,0,0.355680883,1
-984,0,0.322499543,1
-985,0,0.334543467,1
-986,0,0.117820725,1
-987,0,0.056135252,1
-988,0,0.03539836,1
-989,0,0.017479677,1
-990,0,0.032282248,1
-991,0,0.050695408,1
-992,0,0.040036432,1
-993,0.106,0.019154444,1
-994,0.2685,0.034200635,1
-995,0.3766,0.044786789,1
-996,0.3609,0.204573467,1
-997,0.3393,0.395711571,1
-998,0.3399,0.419415593,1
-999,0.3814,0.656108201,1
-1000,0.3407,0.833716273,1
-1001,0.1825,0.883485913,1
-1002,0,0.926738977,1
-1003,0,0.918090641,1
-1004,0,0.912659228,1
-1005,0,0.97532022,1
-1006,0,0.984054029,1
-1007,0,0.960539401,1
-1008,0,0.994187236,1
-1009,0,0.999920487,1
-1010,0,1,1
-1011,0,1,1
-1012,0,1,1
-1013,0,1,1
-1014,0,0.997582078,1
-1015,0,0.980528951,1
-1016,0.0402,0.978909135,1
-1017,0.321,0.999527216,1
-1018,0.5245,1,1
-1019,0.6441,0.998212337,1
-1020,0.7124,0.999938548,1
-1021,0.7357,1,1
-1022,0.7389,0.998434186,1
-1023,0.6854,1,1
-1024,0.5341,1,1
-1025,0.3205,1,1
-1026,0.0422,0.999750733,1
-1027,0,0.996444821,1
-1028,0,0.943664968,1
-1029,0,0.978619814,1
-1030,0,0.625619173,1
-1031,0,0.35156554,1
-1032,0,0.415435493,1
-1033,0,0.418328971,1
-1034,0,0.391404688,1
-1035,0,0.528824031,1
-1036,0,0.789043784,1
-1037,0,0.901412427,1
-1038,0,0.922474086,1
-1039,0,0.918269575,1
-1040,0.0059,0.73355943,1
-1041,0.2662,0.904404879,1
-1042,0.4829,0.841333628,1
-1043,0.5778,0.91925931,1
-1044,0.5997,0.987810135,1
-1045,0.6695,0.998115182,1
-1046,0.7068,0.998134136,1
-1047,0.671,0.998790979,1
-1048,0.5219,0.97920531,1
-1049,0.315,0.992485523,1
-1050,0.0489,0.888637543,1
-1051,0,0.906927586,1
-1052,0,0.763016224,1
-1053,0,0.683384776,1
-1054,0,0.754203975,1
-1055,0,0.536560893,1
-1056,0,0.510095358,1
-1057,0,0.825320542,1
-1058,0,0.884244144,1
-1059,0,0.871202826,1
-1060,0,0.798901379,1
-1061,0,0.52546674,1
-1062,0,0.55684334,1
-1063,0,0.463047445,1
-1064,0.0062,0.370993674,1
-1065,0.2119,0.334615082,1
-1066,0.3608,0.147157699,1
-1067,0.4334,0.017261371,1
-1068,0.496,0,1
-1069,0.4844,0.006916222,1
-1070,0.5786,0.023294492,1
-1071,0.4078,0.169690445,1
-1072,0.3444,0.16493924,1
-1073,0.2249,0.33180055,1
-1074,0.0122,0.259465426,1
-1075,0,0.391965508,1
-1076,0,0.138455629,1
-1077,0,0.14786917,1
-1078,0,0.10982684,1
-1079,0,0.150762618,1
-1080,0,0.152279556,1
-1081,0,0.097838871,1
-1082,0,0.159402564,1
-1083,0,0.196083069,1
-1084,0,0.188769192,1
-1085,0,0.13168323,1
-1086,0,0.062968008,1
-1087,0,0.010624208,1
-1088,0,0.022153273,1
-1089,0.142,0.013517408,1
-1090,0.2896,0.012723606,1
-1091,0.3832,0.014983146,1
-1092,0.4001,0.012562997,1
-1093,0.3979,0.00103682,1
-1094,0.3975,0.000237417,1
-1095,0.4351,0.000397534,1
-1096,0.3602,0.008956529,1
-1097,0.2179,0.011357324,1
-1098,0.0012,0.030047899,1
-1099,0,0.130650535,1
-1100,0,0.158723205,1
-1101,0,0.20822452,1
-1102,0,0.262103707,1
-1103,0,0.35442698,1
-1104,0,0.160441145,1
-1105,0,0.265427768,1
-1106,0,0.255671412,1
-1107,0,0.344356179,1
-1108,0,0.275767863,1
-1109,0,0.364733517,1
-1110,0,0.265053332,1
-1111,0,0.137798905,1
-1112,0,0.038595285,1
-1113,0.251,0.014450147,1
-1114,0.398,0.00065201,1
-1115,0.5777,0,1
-1116,0.5222,0,1
-1117,0.4391,0.000484475,1
-1118,0.4041,0.038787331,1
-1119,0.3776,0.022936437,1
-1120,0.2577,0.03249491,1
-1121,0.0836,0.260673493,1
-1122,0,0.298806071,1
-1123,0,0.198141873,1
-1124,0,0.074323215,1
-1125,0,0.122718289,1
-1126,0,0.041908659,1
-1127,0,0.135986671,1
-1128,0,0.201299265,1
-1129,0,0.230949461,1
-1130,0,0.343285948,1
-1131,0,0.491965592,1
-1132,0,0.609048486,1
-1133,0,0.534629822,1
-1134,0,0.47253114,1
-1135,0,0.347678572,1
-1136,0,0.397680134,1
-1137,0.1131,0.450594813,1
-1138,0.3099,0.274041981,1
-1139,0.4462,0.337334275,1
-1140,0.4971,0.450015992,1
-1141,0.5491,0.663541913,1
-1142,0.5788,0.812197924,1
-1143,0.5935,0.873478234,1
-1144,0.4606,0.864326358,1
-1145,0.2861,0.725811899,1
-1146,0.04,0.661087394,1
-1147,0,0.461758375,1
-1148,0,0.658503115,1
-1149,0,0.710981369,1
-1150,0,0.773506939,1
-1151,0,0.844555676,1
-1152,0,0.652243614,1
-1153,0,0.891891479,1
-1154,0,0.787018061,1
-1155,0,0.809266448,1
-1156,0,0.855823517,1
-1157,0,0.891640425,1
-1158,0,0.898379207,1
-1159,0,0.757851541,1
-1160,0.0686,0.479905933,1
-1161,0.3334,0.487013161,1
-1162,0.535,0.485061765,1
-1163,0.6862,0.798057318,1
-1164,0.7269,0.624309361,1
-1165,0.7132,0.723851383,1
-1166,0.6894,0.729496419,1
-1167,0.6259,0.70609194,1
-1168,0.4635,0.728719592,1
-1169,0.2577,0.593629897,1
-1170,0.0324,0.749585152,1
-1171,0,0.791357398,1
-1172,0,0.689981341,1
-1173,0,0.458403915,1
-1174,0,0.319464147,1
-1175,0,0.404064178,1
-1176,0,0.549249709,1
-1177,0,0.839961231,1
-1178,0,0.853366971,1
-1179,0,0.80891031,1
-1180,0,0.778500557,1
-1181,0,0.773078859,1
-1182,0,0.712092757,1
-1183,0,0.628687322,1
-1184,0.0784,0.660557628,1
-1185,0.3412,0.561071396,1
-1186,0.5422,0.18366693,1
-1187,0.6945,0.200725734,1
-1188,0.7433,0.271895647,1
-1189,0.7488,0.382985741,1
-1190,0.7431,0.574463189,1
-1191,0.6884,0.400294423,1
-1192,0.5364,0.310641944,1
-1193,0.3355,0.266270131,1
-1194,0.076,0.29693529,1
-1195,0,0.334462613,1
-1196,0,0.245827347,1
-1197,0,0.244881824,1
-1198,0,0.454426348,1
-1199,0,0.332374543,1
-1200,0,0.656532109,1
-1201,0,0.75910145,1
-1202,0,0.647365987,1
-1203,0,0.69612956,1
-1204,0,0.775853753,1
-1205,0,0.723050296,1
-1206,0,0.592756689,1
-1207,0,0.642210364,1
-1208,0.0526,0.42505002,1
-1209,0.2708,0.291758955,1
-1210,0.4689,0.736761153,1
-1211,0.7172,0.921575248,1
-1212,0.6904,0.95283252,1
-1213,0.7406,0.984723032,1
-1214,0.7488,0.996679187,1
-1215,0.7112,0.990746498,1
-1216,0.557,0.979539394,1
-1217,0.354,0.989734411,1
-1218,0.088,0.984326899,1
-1219,0,0.891766608,1
-1220,0,0.649405837,1
-1221,0,0.54935199,1
-1222,0,0.571955085,1
-1223,0,0.66852653,1
-1224,0,0.571296394,1
-1225,0,0.39722836,1
-1226,0,0.393954664,1
-1227,0,0.588399291,1
-1228,0,0.509705186,1
-1229,0,0.472692788,1
-1230,0,0.271803975,1
-1231,0,0.043978728,1
-1232,0.0473,0.000749043,1
-1233,0.297,0.018879127,1
-1234,0.5162,0,1
-1235,0.6557,0.000226641,1
-1236,0.6814,0.103299454,1
-1237,0.6802,0.354058415,1
-1238,0.6721,0.60634613,1
-1239,0.5062,0.852447271,1
-1240,0.379,0.905672431,1
-1241,0.2003,0.991931081,1
-1242,0.015,0.994612098,1
-1243,0,0.973924041,1
-1244,0,0.788848221,1
-1245,0,0.694281936,1
-1246,0,0.685954809,1
-1247,0,0.699969053,1
-1248,0,0.423425704,1
-1249,0,0.535325825,1
-1250,0,0.578798234,1
-1251,0,0.627994299,1
-1252,0,0.559649229,1
-1253,0,0.395297229,1
-1254,0,0.576434731,1
-1255,0,0.450819612,1
-1256,0.0178,0.164915755,1
-1257,0.2828,0.242930636,1
-1258,0.4612,0.27634415,1
-1259,0.59,0.510981739,1
-1260,0.4844,0.575888515,1
-1261,0.5318,0.580213249,1
-1262,0.6033,0.864859819,1
-1263,0.5808,0.92755276,1
-1264,0.4795,0.878933907,1
-1265,0.2821,0.693290472,1
-1266,0.0584,0.775451422,1
-1267,0,0.948246717,1
-1268,0,0.96165514,1
-1269,0,0.949990213,1
-1270,0,0.90703547,1
-1271,0,0.994976997,1
-1272,0,0.991120875,1
-1273,0,0.998250365,1
-1274,0,0.993273795,1
-1275,0,0.910136104,1
-1276,0,0.777924895,1
-1277,0,0.562161922,1
-1278,0,0.635603309,1
-1279,0,0.537465096,1
-1280,0.0098,0.450718582,1
-1281,0.2113,0.233703926,1
-1282,0.343,0.179489017,1
-1283,0.4909,0.392742991,1
-1284,0.5888,0.687447906,1
-1285,0.5443,0.933152497,1
-1286,0.6127,0.980558813,1
-1287,0.627,1,1
-1288,0.5153,1,1
-1289,0.3325,1,1
-1290,0.0824,0.996576548,1
-1291,0,0.898912787,1
-1292,0,0.586391091,1
-1293,0,0.705985069,1
-1294,0,0.622455716,1
-1295,0,0.624929547,1
-1296,0,0.27310586,1
-1297,0,0.189114019,1
-1298,0,0.064746879,1
-1299,0,0.008768931,1
-1300,0,0.003340998,1
-1301,0,0.018536907,1
-1302,0,0.020415204,1
-1303,0,0.07081867,1
-1304,0.0002,0.068651795,1
-1305,0.0507,0.041139752,1
-1306,0.1645,0.035472937,1
-1307,0.2004,0.045996897,1
-1308,0.2721,0.205906346,1
-1309,0.3008,0.185148805,1
-1310,0.5094,0.424985647,1
-1311,0.3392,0.418894947,1
-1312,0.3026,0.263806671,1
-1313,0.1432,0.487054676,1
-1314,0,0.436164558,1
-1315,0,0.634646177,1
-1316,0,0.573302269,1
-1317,0,0.273384631,1
-1318,0,0.120008692,1
-1319,0,0.244933501,1
-1320,0,0.11947909,1
-1321,0,0.576475978,1
-1322,0,0.890917897,1
-1323,0,0.913034558,1
-1324,0,0.947283506,1
-1325,0,0.978364825,1
-1326,0,0.992415309,1
-1327,0,0.993729472,1
-1328,0.0882,0.95590055,1
-1329,0.3218,0.986124396,1
-1330,0.4539,1,1
-1331,0.5352,1,1
-1332,0.5652,1,1
-1333,0.584,1,1
-1334,0.5703,1,1
-1335,0.5633,1,1
-1336,0.4633,1,1
-1337,0.2981,1,1
-1338,0.077,1,1
-1339,0,1,1
-1340,0,1,1
-1341,0,1,1
-1342,0,1,1
-1343,0,0.97363764,1
-1344,0,1,1
-1345,0,1,1
-1346,0,1,1
-1347,0,1,1
-1348,0,1,1
-1349,0,1,1
-1350,0,0.999931276,1
-1351,0,1,1
-1352,0.1132,0.982402802,1
-1353,0.3726,1,1
-1354,0.5733,0.99993825,1
-1355,0.7192,0.999551773,1
-1356,0.7624,0.999155164,1
-1357,0.765,0.999988317,1
-1358,0.7629,0.998233914,1
-1359,0.7244,0.991290331,1
-1360,0.5702,0.989291191,1
-1361,0.3664,0.96081233,1
-1362,0.1085,0.871800482,1
-1363,0,0.643268764,1
-1364,0,0.415309697,1
-1365,0,0.327555269,1
-1366,0,0.517448545,1
-1367,0,0.505787432,1
-1368,0,0.122694269,1
-1369,0,0.083519436,1
-1370,0,0.033784077,1
-1371,0,0.002543889,1
-1372,0,0.001815942,1
-1373,0,0.001888074,1
-1374,0,0.012152751,1
-1375,0,0.083069593,1
-1376,0.1125,0.289631277,1
-1377,0.356,0.36805287,1
-1378,0.5329,0.217077404,1
-1379,0.6532,0.214467987,1
-1380,0.6198,0.377698839,1
-1381,0.576,0.558169901,1
-1382,0.4972,0.685323715,1
-1383,0.434,0.713863373,1
-1384,0.3725,0.804082334,1
-1385,0.2309,0.634087086,1
-1386,0.031,0.807934761,1
-1387,0,0.841806173,1
-1388,0,0.540178895,1
-1389,0,0.648571968,1
-1390,0,0.688720465,1
-1391,0,0.851789951,1
-1392,0,0.785681903,1
-1393,0,0.913687885,1
-1394,0,0.996090412,1
-1395,0,0.997770429,1
-1396,0,0.99995172,1
-1397,0,0.998646736,1
-1398,0,0.972198844,1
-1399,0,0.951029778,1
-1400,0.1087,0.871814966,1
-1401,0.3544,0.976339877,1
-1402,0.526,0.998183727,1
-1403,0.6408,1,1
-1404,0.7259,0.996278465,1
-1405,0.7394,0.990924895,1
-1406,0.7445,0.965970874,1
-1407,0.6903,0.751095831,1
-1408,0.5453,0.698387325,1
-1409,0.3608,0.739626408,1
-1410,0.1034,0.531910062,1
-1411,0,0.462152869,1
-1412,0,0.185686991,1
-1413,0,0.141905755,1
-1414,0,0.196739644,1
-1415,0,0.099217452,1
-1416,0,0.063359901,1
-1417,0,0.575232506,1
-1418,0,0.795699,1
-1419,0,0.833917618,1
-1420,0,0.909851193,1
-1421,0,0.93717593,1
-1422,0,0.906205058,1
-1423,0,0.940706134,1
-1424,0.0012,0.88394618,1
-1425,0.0987,0.932331681,1
-1426,0.236,0.911524594,1
-1427,0.2788,0.827104509,1
-1428,0.2928,0.904919147,1
-1429,0.305,0.915728927,1
-1430,0.3275,0.77733022,1
-1431,0.2761,0.69754523,1
-1432,0.2452,0.725580513,1
-1433,0.1599,0.77206707,1
-1434,0.0273,0.631668448,1
-1435,0,0.535372257,1
-1436,0,0.644711852,1
-1437,0,0.351101995,1
-1438,0,0.398821056,1
-1439,0,0.38887462,1
-1440,0,0.392225623,1
-1441,0,0.22251156,1
-1442,0,0.278882444,1
-1443,0,0.135976151,1
-1444,0,0.111895174,1
-1445,0,0.10341984,1
-1446,0,0.117218383,1
-1447,0,0.065798692,1
-1448,0.08,0.061235078,1
-1449,0.2855,0.029670032,1
-1450,0.4105,0.007029401,1
-1451,0.4747,0.007313572,1
-1452,0.4782,0.005364752,1
-1453,0.4608,0.010823819,1
-1454,0.4747,0.055417944,1
-1455,0.4699,0.063386478,1
-1456,0.3974,0.083441578,1
-1457,0.2223,0.402997106,1
-1458,0.0145,0.416702449,1
-1459,0,0.295326382,1
-1460,0,0.425878644,1
-1461,0,0.498025,1
-1462,0,0.516300976,1
-1463,0,0.469213307,1
-1464,0,0.787787199,1
-1465,0,0.785269856,1
-1466,0,0.966924071,1
-1467,0,0.911337733,1
-1468,0,0.876026511,1
-1469,0,0.823707998,1
-1470,0,0.809193373,1
-1471,0,0.743327379,1
-1472,0,0.546747029,1
-1473,0.0075,0.354899615,1
-1474,0.0829,0.422566563,1
-1475,0.106,0.153274089,1
-1476,0.1481,0.097557411,1
-1477,0.1729,0.109826334,1
-1478,0.2197,0.214592576,1
-1479,0.1981,0.186954528,1
-1480,0.2511,0.664106727,1
-1481,0.2893,0.811309814,1
-1482,0.0931,0.87191242,1
-1483,0,0.899843931,1
-1484,0,0.904600978,1
-1485,0,0.81056881,1
-1486,0,0.971890092,1
-1487,0,0.99123466,1
-1488,0,0.985182881,1
-1489,0,0.967118859,1
-1490,0,0.949304104,1
-1491,0,0.942374647,1
-1492,0,0.834358931,1
-1493,0,0.7335217,1
-1494,0,0.623320162,1
-1495,0,0.488395393,1
-1496,0.0225,0.491529614,1
-1497,0.1601,0.289253592,1
-1498,0.2694,0.125296175,1
-1499,0.3401,0.08365196,1
-1500,0.3964,0.191529706,1
-1501,0.429,0.144001588,1
-1502,0.4177,0.105646625,1
-1503,0.4012,0.152234837,1
-1504,0.3398,0.13801755,1
-1505,0.2407,0.226707041,1
-1506,0.0868,0.433001041,1
-1507,0,0.729816854,1
-1508,0,0.493916065,1
-1509,0,0.575718522,1
-1510,0,0.589962959,1
-1511,0,0.558462977,1
-1512,0,0.656303525,1
-1513,0,0.700493097,1
-1514,0,0.76986897,1
-1515,0,0.823179126,1
-1516,0,0.655552447,1
-1517,0,0.547577739,1
-1518,0,0.47352773,1
-1519,0,0.709841013,1
-1520,0.1375,0.16400829,1
-1521,0.3806,0.650681853,1
-1522,0.5627,0.7756989,1
-1523,0.7102,0.944814384,1
-1524,0.7463,0.874508381,1
-1525,0.7455,0.661455274,1
-1526,0.7486,0.67375493,1
-1527,0.7211,0.876996696,1
-1528,0.5753,0.969974697,1
-1529,0.3772,0.964375436,1
-1530,0.1252,0.950830698,1
-1531,0,0.897138119,1
-1532,0,0.838570476,1
-1533,0,0.480244309,1
-1534,0,0.518510818,1
-1535,0,0.486346543,1
-1536,0,0.274110436,1
-1537,0,0.547789931,1
-1538,0,0.679472685,1
-1539,0,0.747718453,1
-1540,0,0.532708764,1
-1541,0,0.568740249,1
-1542,0,0.549278736,1
-1543,0,0.723229289,1
-1544,0.156,0.705791473,1
-1545,0.404,0.569525242,1
-1546,0.5895,0.175952345,1
-1547,0.7352,0.284842223,1
-1548,0.7585,0.101318583,1
-1549,0.7574,0.196623757,1
-1550,0.7564,0.118069202,1
-1551,0.7218,0.188421324,1
-1552,0.5695,0.181799471,1
-1553,0.3748,0.317113698,1
-1554,0.1256,0.135397196,1
-1555,0,0.144245803,1
-1556,0,0.087577671,1
-1557,0,0.202469319,1
-1558,0,0.278304875,1
-1559,0,0.624244094,1
-1560,0,0.918835163,1
-1561,0,0.94856751,1
-1562,0,0.934975207,1
-1563,0,0.97524792,1
-1564,0,0.96642673,1
-1565,0,0.963813782,1
-1566,0,0.944373429,1
-1567,0,0.91674161,1
-1568,0.1417,0.834882379,1
-1569,0.3746,0.58661896,1
-1570,0.555,0.585132957,1
-1571,0.6888,0.530517459,1
-1572,0.7151,0.609107256,1
-1573,0.7191,0.556304812,1
-1574,0.7169,0.486321926,1
-1575,0.6913,0.404119909,1
-1576,0.5456,0.507928252,1
-1577,0.3435,0.855567575,1
-1578,0.1074,0.983338356,1
-1579,0,0.998446941,1
-1580,0,0.992532372,1
-1581,0,0.992939353,1
-1582,0,0.965874612,1
-1583,0,0.955912352,1
-1584,0,0.961937785,1
-1585,0,0.988761902,1
-1586,0,0.983430028,1
-1587,0,0.983687401,1
-1588,0,0.997982144,1
-1589,0,0.957200408,1
-1590,0,0.996421933,1
-1591,0,0.976744413,1
-1592,0.1197,0.942560673,1
-1593,0.3088,0.949058533,1
-1594,0.5262,0.776726484,1
-1595,0.6962,0.864267349,1
-1596,0.7041,0.917542815,1
-1597,0.7214,0.983554602,1
-1598,0.7182,0.999419689,1
-1599,0.6799,0.997239232,1
-1600,0.5003,0.997568965,1
-1601,0.2563,0.941794991,1
-1602,0.0573,0.950984478,1
-1603,0,0.910257459,1
-1604,0,0.845524073,1
-1605,0,0.86391592,1
-1606,0,1,1
-1607,0,1,1
-1608,0,0.998120904,1
-1609,0,1,1
-1610,0,1,1
-1611,0,0.999202371,1
-1612,0,0.985997796,1
-1613,0,0.986570239,1
-1614,0,0.99462688,1
-1615,0,0.999671578,1
-1616,0.068,0.978577971,1
-1617,0.2112,0.963413239,1
-1618,0.3565,0.68496263,1
-1619,0.6662,0.751469493,1
-1620,0.5108,0.425972492,1
-1621,0.5606,0.188473776,1
-1622,0.6121,0.253353417,1
-1623,0.5991,0.268536866,1
-1624,0.4829,0.294240713,1
-1625,0.3458,0.238668174,1
-1626,0.1261,0.107579365,1
-1627,0,0.237058505,1
-1628,0,0.332250804,1
-1629,0,0.382499933,1
-1630,0,0.421441436,1
-1631,0,0.429938078,1
-1632,0,0.395666093,1
-1633,0,0.307584405,1
-1634,0,0.43921259,1
-1635,0,0.577263117,1
-1636,0,0.540543437,1
-1637,0,0.621538699,1
-1638,0,0.657381713,1
-1639,0,0.640922844,1
-1640,0.1557,0.417045146,1
-1641,0.3873,0.519505322,1
-1642,0.5217,0.522029042,1
-1643,0.5533,0.247237921,1
-1644,0.5509,0.28021279,1
-1645,0.5609,0.135189652,1
-1646,0.5476,0.102831662,1
-1647,0.5405,0.117821351,1
-1648,0.4664,0.122229487,1
-1649,0.3215,0.089682721,1
-1650,0.1216,0.019763594,1
-1651,0,0.015486049,1
-1652,0,0.015917618,1
-1653,0,0.026721083,1
-1654,0,0.038421605,1
-1655,0,0.036548685,1
-1656,0,0.043467056,1
-1657,0,0.044730581,1
-1658,0,0.220907763,1
-1659,0,0.288477957,1
-1660,0,0.353550047,1
-1661,0,0.836688697,1
-1662,0,0.93170917,1
-1663,0,0.857745945,1
-1664,0.1634,0.94794035,1
-1665,0.3936,0.803949356,1
-1666,0.5714,0.93168354,1
-1667,0.71,0.841297626,1
-1668,0.7321,0.838424087,1
-1669,0.7319,0.7147789,1
-1670,0.7256,0.545479298,1
-1671,0.6916,0.681773305,1
-1672,0.5494,0.708660841,1
-1673,0.3596,0.475976467,1
-1674,0.1252,0.630903304,1
-1675,0,0.713497102,1
-1676,0,0.691347778,1
-1677,0,0.859245777,1
-1678,0,0.940113544,1
-1679,0,0.939677596,1
-1680,0,0.891647339,1
-1681,0,0.906708717,1
-1682,0,0.954911709,1
-1683,0,0.959831834,1
-1684,0,0.910796165,1
-1685,0,0.894367218,1
-1686,0,0.855395555,1
-1687,0,0.687728524,1
-1688,0.1679,0.789219141,1
-1689,0.396,0.692911565,1
-1690,0.563,0.287024409,1
-1691,0.6706,0.079214752,1
-1692,0.6657,0.039525252,1
-1693,0.6913,0.027113665,1
-1694,0.7119,0.033306941,1
-1695,0.6575,0.067384534,1
-1696,0.4746,0.132953346,1
-1697,0.2529,0.21751833,1
-1698,0.0605,0.152890101,1
-1699,0,0.185447469,1
-1700,0,0.27033475,1
-1701,0,0.253785461,1
-1702,0,0.386207461,1
-1703,0,0.490046829,1
-1704,0,0.628712773,1
-1705,0,0.676885605,1
-1706,0,0.738456726,1
-1707,0,0.703836918,1
-1708,0,0.697715104,1
-1709,0,0.578294039,1
-1710,0,0.478842616,1
-1711,0,0.57159102,1
-1712,0.0216,0.389114857,1
-1713,0.1372,0.520889282,1
-1714,0.3468,0.376534432,1
-1715,0.3952,0.327963144,1
-1716,0.4551,0.407575041,1
-1717,0.5095,0.536571622,1
-1718,0.5567,0.576452434,1
-1719,0.5691,0.562025309,1
-1720,0.4904,0.422575682,1
-1721,0.3087,0.521396458,1
-1722,0.1034,0.710955501,1
-1723,0,0.683217525,1
-1724,0,0.635520697,1
-1725,0,0.5644238,1
-1726,0,0.61978668,1
-1727,0,0.516743779,1
-1728,0,0.470443606,1
-1729,0,0.424433559,1
-1730,0,0.353100359,1
-1731,0,0.211526424,1
-1732,0,0.104634449,1
-1733,0,0.076312989,1
-1734,0,0.087192744,1
-1735,0,0.068349026,1
-1736,0.1381,0.120975062,1
-1737,0.3552,0.043730512,1
-1738,0.516,0.180372745,1
-1739,0.6441,0.180201337,1
-1740,0.6863,0.335869372,1
-1741,0.6974,0.348327786,1
-1742,0.689,0.534928203,1
-1743,0.6444,0.587444901,1
-1744,0.5104,0.480214298,1
-1745,0.3224,0.431343585,1
-1746,0.0976,0.322546661,1
-1747,0,0.272274762,1
-1748,0,0.142727554,1
-1749,0,0.116540566,1
-1750,0,0.120324619,1
-1751,0,0.096512541,1
-1752,0,0.050528422,1
-1753,0,0.029079329,1
-1754,0,0.009077423,1
-1755,0,0.007811961,1
-1756,0,0.008469707,1
-1757,0,0.012711169,1
-1758,0,0.015755013,1
-1759,0,0.007648334,1
-1760,0.1353,0.01441609,1
-1761,0.3241,0.027803471,1
-1762,0.4493,0.032665692,1
-1763,0.5111,0.013979656,1
-1764,0.5157,0.004414491,1
-1765,0.5283,0.009745019,1
-1766,0.5478,0.009114598,1
-1767,0.5083,0.017471768,1
-1768,0.4275,0.0334226,1
-1769,0.2737,0.115053125,1
-1770,0.0788,0.173525542,1
-1771,0,0.204203576,1
-1772,0,0.180672482,1
-1773,0,0.181902558,1
-1774,0,0.435052544,1
-1775,0,0.3476713,1
-1776,0,0.348496109,1
-1777,0,0.28021571,1
-1778,0,0.348898858,1
-1779,0,0.225427628,1
-1780,0,0.099205673,1
-1781,0,0.139315054,1
-1782,0,0.147960708,1
-1783,0,0.199863106,1
-1784,0.1294,0.292876959,1
-1785,0.2557,0.309139162,1
-1786,0.3575,0.256354541,1
-1787,0.4229,0.13514781,1
-1788,0.4246,0.096956074,1
-1789,0.4343,0.045517068,1
-1790,0.3961,0.084028646,1
-1791,0.3624,0.032280575,1
-1792,0.3349,0.035675891,1
-1793,0.2482,0.003762271,1
-1794,0.077,0.000430001,1
-1795,0,0.025764536,1
-1796,0,0.154688329,1
-1797,0,0.154559299,1
-1798,0,0.228576303,1
-1799,0,0.569195569,1
-1800,0,0.708815157,1
-1801,0,0.563527644,1
-1802,0,0.413187683,1
-1803,0,0.263606876,1
-1804,0,0.262249947,1
-1805,0,0.290282428,1
-1806,0,0.206563413,1
-1807,0,0.140021905,1
-1808,0.1565,0.056936435,1
-1809,0.335,0.012130382,1
-1810,0.4633,0.005940117,1
-1811,0.5242,0.001740333,1
-1812,0.5091,0.002675684,1
-1813,0.5234,0.010048694,1
-1814,0.51,0.018075936,1
-1815,0.5288,0.003648524,1
-1816,0.4951,0.004338936,1
-1817,0.3505,0.010825335,1
-1818,0.1309,0.10259679,1
-1819,0,0.199514821,1
-1820,0,0.389887691,1
-1821,0,0.659813881,1
-1822,0,0.794512331,1
-1823,0,0.923188686,1
-1824,0,0.939729273,1
-1825,0,0.7766487,1
-1826,0,0.756308138,1
-1827,0,0.713553131,1
-1828,0,0.709099293,1
-1829,0,0.715897918,1
-1830,0,0.652160048,1
-1831,0.0016,0.62924701,1
-1832,0.1781,0.648980141,1
-1833,0.3859,0.462447405,1
-1834,0.534,0.330613106,1
-1835,0.6506,0.380895555,1
-1836,0.701,0.34502387,1
-1837,0.7158,0.12621361,1
-1838,0.7076,0.054026574,1
-1839,0.6734,0.180970237,1
-1840,0.5358,0.280034602,1
-1841,0.3592,0.290988624,1
-1842,0.1325,0.547453403,1
-1843,0,0.760215521,1
-1844,0,0.5377388,1
-1845,0,0.65851593,1
-1846,0,0.86040175,1
-1847,0,0.899828017,1
-1848,0,0.916894734,1
-1849,0,0.9223032,1
-1850,0,0.895257413,1
-1851,0,0.86740154,1
-1852,0,0.843630016,1
-1853,0,0.835846782,1
-1854,0,0.809415042,1
-1855,0.0029,0.673096478,1
-1856,0.1779,0.555837989,1
-1857,0.3938,0.298271388,1
-1858,0.5573,0.170629591,1
-1859,0.6766,0.052609455,1
-1860,0.678,0.010708545,1
-1861,0.6611,0.010592899,1
-1862,0.6551,0.046450093,1
-1863,0.6173,0.1090509,1
-1864,0.4965,0.305215538,1
-1865,0.3363,0.482540607,1
-1866,0.1242,0.421733439,1
-1867,0,0.473923475,1
-1868,0,0.311118603,1
-1869,0,0.464158803,1
-1870,0,0.247495547,1
-1871,0,0.362231523,1
-1872,0,0.317046314,1
-1873,0,0.163280949,1
-1874,0,0.123701274,1
-1875,0,0.079986632,1
-1876,0,0.042819351,1
-1877,0,0.03306374,1
-1878,0,0.034998361,1
-1879,0,0.061015584,1
-1880,0.1809,0.190949067,1
-1881,0.3869,0.03996041,1
-1882,0.5486,0,1
-1883,0.673,0,1
-1884,0.688,3.64E-05,1
-1885,0.6933,0.037636623,1
-1886,0.6864,0.109301001,1
-1887,0.65,0.247303307,1
-1888,0.5134,0.28772974,1
-1889,0.3401,0.335736513,1
-1890,0.123,0.31647104,1
-1891,0,0.625334203,1
-1892,0,0.591098428,1
-1893,0,0.691004753,1
-1894,0,0.593874693,1
-1895,0,0.463323593,1
-1896,0,0.483927727,1
-1897,0,0.60689795,1
-1898,0,0.797555804,1
-1899,0,0.853815258,1
-1900,0,0.848834693,1
-1901,0,0.374168396,1
-1902,0,0.55216682,1
-1903,0.0004,0.532696724,1
-1904,0.1559,0.412442118,1
-1905,0.3681,0.301439315,1
-1906,0.5112,0.086195767,1
-1907,0.7546,0.030215232,1
-1908,0.6648,0.011923933,1
-1909,0.6766,0.028407643,1
-1910,0.6849,0.055521876,1
-1911,0.6482,0.199266165,1
-1912,0.5121,0.348987818,1
-1913,0.3377,0.774876058,1
-1914,0.1213,0.794045329,1
-1915,0,0.804982305,1
-1916,0,0.6513381,1
-1917,0,0.607560813,1
-1918,0,0.78355515,1
-1919,0,0.594806194,1
-1920,0,0.682274461,1
-1921,0,0.824450731,1
-1922,0,0.902696609,1
-1923,0,0.049307484,1
-1924,0,0.587208688,1
-1925,0,0.75900203,1
-1926,0,0.710227191,1
-1927,0.0008,0.612049937,1
-1928,0.1746,0.520502627,1
-1929,0.3796,0.442760497,1
-1930,0.555,0.331182778,1
-1931,0.6824,0.228510857,1
-1932,0.6979,0.156096563,1
-1933,0.6999,0.33291775,1
-1934,0.6953,0.468316525,1
-1935,0.6556,0.559884727,1
-1936,0.5221,0.653058648,1
-1937,0.3484,0.60490644,1
-1938,0.1274,0.904285312,1
-1939,0,0.714728951,1
-1940,0,0.929639578,1
-1941,0,0.904716313,1
-1942,0,0.938294291,1
-1943,0,0.855208397,1
-1944,0,0.951975703,1
-1945,0,0.945392966,1
-1946,0,0.921771407,1
-1947,0,0.756080329,1
-1948,0,0.602906466,1
-1949,0,0.887727022,1
-1950,0,0.70453912,1
-1951,0,0.428233117,1
-1952,0.1287,0.288769662,1
-1953,0.2969,0.304984093,1
-1954,0.4366,0.602815986,1
-1955,0.5574,0.766878605,1
-1956,0.6471,0.743365824,1
-1957,0.6988,0.653244913,1
-1958,0.7057,0.604089439,1
-1959,0.6681,0.731157839,1
-1960,0.5204,0.767559707,1
-1961,0.3357,0.907788277,1
-1962,0.1217,0.93005991,1
-1963,0,0.692623913,1
-1964,0,0.569442213,1
-1965,0,0.827584743,1
-1966,0,0.950203598,1
-1967,0,0.933909714,1
-1968,0,0.717411757,1
-1969,0,0.652219296,1
-1970,0,0.639607668,1
-1971,0,0.623734593,1
-1972,0,0.588256836,1
-1973,0,0.782842398,1
-1974,0,0.506450295,1
-1975,0,0.130734697,1
-1976,0.1681,0.164977729,1
-1977,0.3275,0.128802449,1
-1978,0.47,0.069531359,1
-1979,0.4264,0.057433799,1
-1980,0.4459,0.051462039,1
-1981,0.4834,0.054767482,1
-1982,0.6303,0.038047999,1
-1983,0.3922,0.0401453,1
-1984,0.3528,0.042145099,1
-1985,0.2192,0.144439101,1
-1986,0.0833,0.148241475,1
-1987,0,0.105010979,1
-1988,0,0.146256,1
-1989,0,0.145824224,1
-1990,0,0.119362123,1
-1991,0,0.033975009,1
-1992,0,0.077060699,1
-1993,0,0.083049923,1
-1994,0,0.090276703,1
-1995,0,0.049819719,1
-1996,0,0.046816818,1
-1997,0,0.037264466,1
-1998,0,0.015928533,1
-1999,0,0.002300263,1
-2000,0.0483,0.004013443,1
-2001,0.1379,0.018487725,1
-2002,0.2279,0.034530886,1
-2003,0.2641,0.024694031,1
-2004,0.2979,0.008257165,1
-2005,0.3468,0.00306088,1
-2006,0.3644,0.001856968,1
-2007,0.3465,0.005651424,1
-2008,0.324,0.030788664,1
-2009,0.2125,0.042112589,1
-2010,0.0673,0.025255203,1
-2011,0,0.023229266,1
-2012,0,0.018691776,1
-2013,0,0.009307795,1
-2014,0,0.044437133,1
-2015,0,0.031252198,1
-2016,0,0.254405409,1
-2017,0,0.559452832,1
-2018,0,0.519598246,1
-2019,0,0.388735235,1
-2020,0,0.485189378,1
-2021,0,0.786421418,1
-2022,0,0.882914364,1
-2023,0.0093,0.941448689,1
-2024,0.1704,0.890281022,1
-2025,0.328,0.927891374,1
-2026,0.4703,0.996851027,1
-2027,0.6274,0.998454809,1
-2028,0.7216,1,1
-2029,0.7561,1,1
-2030,0.7595,1,1
-2031,0.7269,1,1
-2032,0.5849,1,1
-2033,0.3979,1,1
-2034,0.1641,1,1
-2035,0,1,1
-2036,0,1,1
-2037,0,1,1
-2038,0,1,1
-2039,0,0.98709029,1
-2040,0,0.97670114,1
-2041,0,0.980597377,1
-2042,0,0.991467118,1
-2043,0,0.992382765,1
-2044,0,0.999773204,1
-2045,0,0.996171772,1
-2046,0,1,1
-2047,0.0322,0.998132586,1
-2048,0.2371,0.999937952,1
-2049,0.4628,0.999924839,1
-2050,0.6346,1,1
-2051,0.8577,1,1
-2052,0.7819,1,1
-2053,0.7841,1,1
-2054,0.778,0.999124587,1
-2055,0.7305,0.977586329,1
-2056,0.5829,0.943890572,1
-2057,0.3959,0.952030718,1
-2058,0.1617,0.950631917,1
-2059,0.002,0.666059732,1
-2060,0,0.509153903,1
-2061,0,0.637948811,1
-2062,0,0.411339223,1
-2063,0,0.182349339,1
-2064,0,0.085001543,1
-2065,0,0.007652503,1
-2066,0,0.064556912,1
-2067,0,0.158216566,1
-2068,0,0.119892694,1
-2069,0,0.113609686,1
-2070,0,0.229353324,1
-2071,0.0062,0.351769537,1
-2072,0.1823,0.476496428,1
-2073,0.3468,0.745549381,1
-2074,0.4701,0.67963177,1
-2075,0.5805,0.542810738,1
-2076,0.4333,0.287949622,1
-2077,0.3946,0.263428152,1
-2078,0.4064,0.38839224,1
-2079,0.471,0.557480335,1
-2080,0.4242,0.389303744,1
-2081,0.3109,0.24948737,1
-2082,0.1233,0.093984336,1
-2083,0,0.058866039,1
-2084,0,0.034834754,1
-2085,0,0.048534103,1
-2086,0,0.075659484,1
-2087,0,0.157468617,1
-2088,0,0.232579768,1
-2089,0,0.451879025,1
-2090,0,0.710224688,1
-2091,0,0.823719501,1
-2092,0,0.806287766,1
-2093,0,0.797099471,1
-2094,0,0.733602107,1
-2095,0.0003,0.884596527,1
-2096,0.1554,0.695965052,1
-2097,0.3028,0.889336109,1
-2098,0.3862,0.931913674,1
-2099,0.422,0.839369595,1
-2100,0.4326,0.885000348,1
-2101,0.4121,0.777524829,1
-2102,0.4057,0.725370169,1
-2103,0.4261,0.914231658,1
-2104,0.3988,0.859362125,1
-2105,0.2941,0.913956404,1
-2106,0.1285,0.918072701,1
-2107,0,0.784715354,1
-2108,0,0.75992018,1
-2109,0,0.743596375,1
-2110,0,0.373243123,1
-2111,0,0.484849513,1
-2112,0,0.595725775,1
-2113,0,0.73835516,1
-2114,0,0.515547335,1
-2115,0,0.601312578,1
-2116,0,0.448286712,1
-2117,0,0.836146355,1
-2118,0,0.722271442,1
-2119,0.0348,0.659853816,1
-2120,0.2341,0.588995218,1
-2121,0.4473,0.960629225,1
-2122,0.6206,0.976888955,1
-2123,0.7471,0.966136813,1
-2124,0.7657,0.941817939,1
-2125,0.7661,0.791777253,1
-2126,0.7566,0.691681564,1
-2127,0.7129,0.570194483,1
-2128,0.5686,0.409628659,1
-2129,0.3842,0.450930744,1
-2130,0.1565,0.269940078,1
-2131,0.0002,0.134945661,1
-2132,0,0.083568335,1
-2133,0,0.183635116,1
-2134,0,0.399186611,1
-2135,0,0.500876248,1
-2136,0,0.346214712,1
-2137,0,0.436741352,1
-2138,0,0.358894348,1
-2139,0,0.246286243,1
-2140,0,0.269956023,1
-2141,0,0.284329832,1
-2142,0,0.245376498,1
-2143,0.0002,0.262147188,1
-2144,0.0882,0.142804995,1
-2145,0.2562,0.108335637,1
-2146,0.3786,0.051218562,1
-2147,0.4047,0.097802803,1
-2148,0.4264,0.121036962,1
-2149,0.4633,0.074325889,1
-2150,0.4704,0.040083751,1
-2151,0.4735,0.034747172,1
-2152,0.4192,0.034089502,1
-2153,0.3137,0.014992958,1
-2154,0.1351,0.004951394,1
-2155,0,0.010548996,1
-2156,0,0.017884362,1
-2157,0,0.107746892,1
-2158,0,0.127290934,1
-2159,0,0.168205932,1
-2160,0,0.22965087,1
-2161,0,0.225145474,1
-2162,0,0.192651317,1
-2163,0,0.189396903,1
-2164,0,0.163015917,1
-2165,0,0.110008866,1
-2166,0,0.103221104,1
-2167,0.037,0.090172619,1
-2168,0.2248,0.030484777,1
-2169,0.4018,0.000484403,1
-2170,0.5175,4.04E-06,1
-2171,0.5659,4.64E-05,1
-2172,0.5358,0.027497213,1
-2173,0.5103,0.082271591,1
-2174,0.49,0.140757471,1
-2175,0.4501,0.215836287,1
-2176,0.3662,0.301501215,1
-2177,0.213,0.314067692,1
-2178,0.0551,0.177235976,1
-2179,0,0.056340434,1
-2180,0,0.035630874,1
-2181,0,0.055395976,1
-2182,0,0.080293283,1
-2183,0,0.152382135,1
-2184,0,0.144449309,1
-2185,0,0.141583815,1
-2186,0,0.191787705,1
-2187,0,0.338305265,1
-2188,0,0.447809219,1
-2189,0,0.470475376,1
-2190,0,0.461880177,1
-2191,0.0202,0.54626441,1
-2192,0.2003,0.638091743,1
-2193,0.3569,0.79261595,1
-2194,0.4826,0.86227423,1
-2195,0.5807,0.93110466,1
-2196,0.6111,0.947495341,1
-2197,0.6514,0.964993536,1
-2198,0.6594,0.987915218,1
-2199,0.6682,0.982886493,1
-2200,0.5455,0.971405685,1
-2201,0.3775,0.960784554,1
-2202,0.1581,0.960583568,1
-2203,0.0085,0.954351187,1
-2204,0,0.878790319,1
-2205,0,0.948342383,1
-2206,0,0.995800018,1
-2207,0,0.787840962,1
-2208,0,0.823893726,1
-2209,0,0.759619355,1
-2210,0,0.781833947,1
-2211,0,0.69195205,1
-2212,0,0.528744698,1
-2213,0,0.93513453,1
-2214,0,0.931872606,1
-2215,0.0496,0.935665965,1
-2216,0.2468,0.920460701,1
-2217,0.4598,0.939590037,1
-2218,0.625,0.977212369,1
-2219,0.7514,0.989536703,1
-2220,0.7624,0.994772613,1
-2221,0.7642,0.975785553,1
-2222,0.7554,0.958760858,1
-2223,0.7045,0.960751116,1
-2224,0.5605,0.959874511,1
-2225,0.3719,0.958925486,1
-2226,0.1554,0.711644173,1
-2227,0.01,0.437282562,1
-2228,0,0.488794267,1
-2229,0,0.618099988,1
-2230,0,0.736283481,1
-2231,0,0.617287934,1
-2232,0,0.451417625,1
-2233,0,0.370118827,1
-2234,0,0.564589083,1
-2235,0,0.606947005,1
-2236,0,0.314622998,1
-2237,0,0.618704677,1
-2238,0,0.754974604,1
-2239,0.0491,0.736531377,1
-2240,0.2141,0.458160549,1
-2241,0.4515,0.140825927,1
-2242,0.6117,0.459234595,1
-2243,0.6309,0.826578021,1
-2244,0.7525,0.932030678,1
-2245,0.7496,0.956627846,1
-2246,0.7257,0.946307182,1
-2247,0.6541,0.996982634,1
-2248,0.4976,0.984930873,1
-2249,0.3381,0.997604251,1
-2250,0.147,0.992377877,1
-2251,0.0018,0.971976757,1
-2252,0,0.916613281,1
-2253,0,0.73878175,1
-2254,0,0.875700474,1
-2255,0,0.681845069,1
-2256,0,0.918393314,1
-2257,0,0.976464868,1
-2258,0,0.986674786,1
-2259,0,0.960112572,1
-2260,0,0.858620167,1
-2261,0,0.755796432,1
-2262,0,0.806874275,1
-2263,0.0491,0.815453529,1
-2264,0.2422,0.776657045,1
-2265,0.4257,0.940237641,1
-2266,0.546,0.968764603,1
-2267,0.6216,0.955854416,1
-2268,0.5762,0.911622226,1
-2269,0.5653,0.89889282,1
-2270,0.6065,0.91497159,1
-2271,0.6343,0.792504907,1
-2272,0.5315,0.774791718,1
-2273,0.2983,0.828206778,1
-2274,0.16,0.836826086,1
-2275,0.014,0.344468385,1
-2276,0,0.289533585,1
-2277,0,0.44259578,1
-2278,0,0.666401505,1
-2279,0,0.595307946,1
-2280,0,0.834620297,1
-2281,0,0.810974538,1
-2282,0,0.661095858,1
-2283,0,0.487903953,1
-2284,0,0.421380043,1
-2285,0,0.532032132,1
-2286,0,0.484516293,1
-2287,0.0569,0.324249327,1
-2288,0.2498,0.234650642,1
-2289,0.4465,0.309020519,1
-2290,0.5542,0.516617179,1
-2291,0.6096,0.622095168,1
-2292,0.6639,0.496498555,1
-2293,0.7193,0.480098277,1
-2294,0.737,0.617747843,1
-2295,0.6988,0.728963912,1
-2296,0.562,0.836302757,1
-2297,0.385,0.924651682,1
-2298,0.1601,0.899202287,1
-2299,0.0192,0.910851002,1
-2300,0,0.81807369,1
-2301,0,0.812152028,1
-2302,0,0.93608886,1
-2303,0,0.948062241,1
-2304,0,0.945546031,1
-2305,0,0.963848531,1
-2306,0,0.793066621,1
-2307,0,0.561809897,1
-2308,0,0.487215251,1
-2309,0,0.464486629,1
-2310,0,0.298358172,1
-2311,0.0555,0.291978478,1
-2312,0.241,0.407350779,1
-2313,0.4392,0.331620693,1
-2314,0.6086,0.41926375,1
-2315,0.7464,0.865246654,1
-2316,0.757,0.793300986,1
-2317,0.7343,0.890165031,1
-2318,0.6407,0.894061983,1
-2319,0.5061,0.973988533,1
-2320,0.3957,0.955387652,1
-2321,0.2808,0.902629554,1
-2322,0.1299,0.781496942,1
-2323,0,0.539801598,1
-2324,0,0.454705328,1
-2325,0,0.436154842,1
-2326,0,0.288472354,1
-2327,0,0.222799808,1
-2328,0,0.210242808,1
-2329,0,0.311800033,1
-2330,0,0.41456452,1
-2331,0,0.421095014,1
-2332,0,0.463049382,1
-2333,0,0.531157374,1
-2334,0,0.381424755,1
-2335,0.0464,0.209267646,1
-2336,0.209,0.256484091,1
-2337,0.3667,0.417783439,1
-2338,0.4803,0.508848846,1
-2339,0.4824,0.627267718,1
-2340,0.45,0.683698893,1
-2341,0.4528,0.789159894,1
-2342,0.4866,0.495068371,1
-2343,0.5044,0.444091022,1
-2344,0.4501,0.211618423,1
-2345,0.3317,0.111923814,1
-2346,0.1451,0.030324135,1
-2347,0.0059,0.11585936,1
-2348,0,0.172033712,1
-2349,0,0.251844943,1
-2350,0,0.622296929,1
-2351,0,0.889512539,1
-2352,0,0.937875926,1
-2353,0,0.976378679,1
-2354,0,0.984107256,1
-2355,0,0.99087131,1
-2356,0,0.994603217,1
-2357,0,0.998851299,1
-2358,0,0.971774817,1
-2359,0.0445,0.976561904,1
-2360,0.2149,0.987968087,1
-2361,0.3872,0.9882195,1
-2362,0.5191,0.998106122,1
-2363,0.6164,0.999568939,1
-2364,0.6094,1,1
-2365,0.6213,1,1
-2366,0.5855,1,1
-2367,0.5484,1,1
-2368,0.4324,0.999595284,1
-2369,0.2942,0.99711287,1
-2370,0.1239,0.978482008,1
-2371,0.0042,0.962880611,1
-2372,0,0.863191187,1
-2373,0,0.776013196,1
-2374,0,0.648169994,1
-2375,0,0.797179341,1
-2376,0,0.852513611,1
-2377,0,0.849295974,1
-2378,0,0.894008577,1
-2379,0,0.865724504,1
-2380,0,0.631549954,1
-2381,0,0.685942769,1
-2382,0,0.626031876,1
-2383,0.0596,0.655419469,1
-2384,0.2421,0.373634547,1
-2385,0.4408,0.767348826,1
-2386,0.5842,0.818964839,1
-2387,0.6896,0.899868667,1
-2388,0.6858,0.827887177,1
-2389,0.6341,0.77583307,1
-2390,0.5742,0.822852373,1
-2391,0.5271,0.75891304,1
-2392,0.4501,0.675263107,1
-2393,0.3211,0.593019366,1
-2394,0.1502,0.617896497,1
-2395,0.0118,0.502039552,1
-2396,0,0.508851111,1
-2397,0,0.873926282,1
-2398,0,0.942997217,1
-2399,0,0.805597007,1
-2400,0,0.685475111,1
-2401,0,0.700337529,1
-2402,0,0.798646748,1
-2403,0,0.78850621,1
-2404,0,0.574973226,1
-2405,0,0.569176912,1
-2406,0,0.650138378,1
-2407,0.0674,0.499311596,1
-2408,0.2425,0.159487605,1
-2409,0.4158,0.053038668,1
-2410,0.5463,0.038856283,1
-2411,0.6386,0.031829014,1
-2412,0.6422,0.051378038,1
-2413,0.619,0.065047957,1
-2414,0.535,0.083698675,1
-2415,0.4947,0.117394306,1
-2416,0.436,0.211323068,1
-2417,0.31,0.504378438,1
-2418,0.141,0.598919272,1
-2419,0.0057,0.576928318,1
-2420,0,0.245412409,1
-2421,0,0.399470031,1
-2422,0,0.354025811,1
-2423,0,0.363210678,1
-2424,0,0.323179245,1
-2425,0,0.398632646,1
-2426,0,0.341559738,1
-2427,0,0.321574986,1
-2428,0,0.396199942,1
-2429,0,0.636986494,1
-2430,0,0.890024364,1
-2431,0.0646,0.637552381,1
-2432,0.24,0.286298871,1
-2433,0.4124,0.223013029,1
-2434,0.5387,0.514375925,1
-2435,0.5942,0.528874278,1
-2436,0.5769,0.548655272,1
-2437,0.5447,0.557774305,1
-2438,0.5418,0.457361192,1
-2439,0.534,0.583439648,1
-2440,0.4351,0.72592026,1
-2441,0.2974,0.435780674,1
-2442,0.1269,0.461076498,1
-2443,0.0095,0.124610268,1
-2444,0,0.126709461,1
-2445,0,0.135599941,1
-2446,0,0.214279756,1
-2447,0,0.129719689,1
-2448,0,0.270967752,1
-2449,0,0.416386485,1
-2450,0,0.457104445,1
-2451,0,0.574437618,1
-2452,0,0.623902559,1
-2453,0,0.674880862,1
-2454,0,0.696119487,1
-2455,0.0702,0.701763928,1
-2456,0.2614,0.396576822,1
-2457,0.4627,0.037886046,1
-2458,0.6166,0.073010258,1
-2459,0.7112,0.249430791,1
-2460,0.716,0.370512515,1
-2461,0.7297,0.230703786,1
-2462,0.7274,0.22520043,1
-2463,0.6825,0.488252103,1
-2464,0.5492,0.434143692,1
-2465,0.3739,0.530265331,1
-2466,0.1552,0.697079122,1
-2467,0.0324,0.852920771,1
-2468,0,0.663789809,1
-2469,0,0.686731339,1
-2470,0,0.744635105,1
-2471,0,0.782060266,1
-2472,0,0.904454112,1
-2473,0,0.83344537,1
-2474,0,0.872471452,1
-2475,0,0.892910719,1
-2476,0,0.9560256,1
-2477,0,0.992454171,1
-2478,0,0.941938698,1
-2479,0.0727,0.783872187,1
-2480,0.2557,0.317019999,1
-2481,0.4497,0.108912453,1
-2482,0.5925,0.061030116,1
-2483,0.704,0.091753475,1
-2484,0.7225,0.165525734,1
-2485,0.701,0.100399628,1
-2486,0.6769,0.1118991,1
-2487,0.5474,0.337886423,1
-2488,0.3879,0.737042546,1
-2489,0.2913,0.518634439,1
-2490,0.1353,0.477877468,1
-2491,0.0179,0.68678236,1
-2492,0,0.666041672,1
-2493,0,0.656133652,1
-2494,0,0.731970549,1
-2495,0,0.650233984,1
-2496,0,0.48109597,1
-2497,0,0.520463943,1
-2498,0,0.641899228,1
-2499,0,0.732715607,1
-2500,0,0.773417711,1
-2501,0,0.808750629,1
-2502,0,0.668992579,1
-2503,0.0607,0.371637166,1
-2504,0.2295,0.274499536,1
-2505,0.3989,0.098948047,1
-2506,0.5445,0.245330244,1
-2507,0.6313,0.243990541,1
-2508,0.5756,0.377955258,1
-2509,0.4796,0.712418675,1
-2510,0.4497,0.855256557,1
-2511,0.3945,0.79084897,1
-2512,0.3274,0.812969089,1
-2513,0.224,0.640697956,1
-2514,0.1102,0.474223077,1
-2515,0.0001,0.422053099,1
-2516,0,0.618463397,1
-2517,0,0.438436031,1
-2518,0,0.626105309,1
-2519,0,0.752179384,1
-2520,0,0.696528912,1
-2521,0,0.613559484,1
-2522,0,0.462147623,1
-2523,0,0.507815957,1
-2524,0,0.652672887,1
-2525,0,0.722796679,1
-2526,0,0.664418638,1
-2527,0.0551,0.392531037,1
-2528,0.2308,0.199190825,1
-2529,0.4115,0.035952754,1
-2530,0.5502,0.009172102,1
-2531,0.6653,0.041237064,1
-2532,0.6636,0.205046117,1
-2533,0.6573,0.465907693,1
-2534,0.6282,0.638034105,1
-2535,0.5712,0.796925068,1
-2536,0.4475,0.80396539,1
-2537,0.3088,0.780913413,1
-2538,0.1392,0.889851213,1
-2539,0.0306,0.986079097,1
-2540,0,0.939447939,1
-2541,0,0.902819037,1
-2542,0,0.960468233,1
-2543,0,0.857387066,1
-2544,0,0.90534085,1
-2545,0,0.917944729,1
-2546,0,0.901073396,1
-2547,0,0.906042993,1
-2548,0,0.889222145,1
-2549,0,0.98492676,1
-2550,0,0.976108015,1
-2551,0.0631,0.968707561,1
-2552,0.2384,0.935186625,1
-2553,0.4278,0.94315064,1
-2554,0.5697,0.953453004,1
-2555,0.6876,0.858917296,1
-2556,0.6993,0.838973165,1
-2557,0.6955,0.877581239,1
-2558,0.6864,0.900133908,1
-2559,0.6366,0.91574192,1
-2560,0.5082,0.910446644,1
-2561,0.3536,0.975965619,1
-2562,0.1506,0.95604974,1
-2563,0.0365,0.963989735,1
-2564,0,0.969147563,1
-2565,0,0.999655128,1
-2566,0,0.999700069,1
-2567,0,0.987511873,1
-2568,0,0.973785877,1
-2569,0,0.992778778,1
-2570,0,0.97975421,1
-2571,0,0.85868156,1
-2572,0,0.833067417,1
-2573,0,0.819394588,1
-2574,0,0.702862144,1
-2575,0.0781,0.662142217,1
-2576,0.2608,0.27317673,1
-2577,0.4544,0.196019024,1
-2578,0.599,0.11621137,1
-2579,0.7065,0.148018673,1
-2580,0.7095,0.068012044,1
-2581,0.6849,0.063723937,1
-2582,0.697,0.070638545,1
-2583,0.4869,0.0664322,1
-2584,0.3611,0.075328082,1
-2585,0.252,0.055218916,1
-2586,0.1208,0.077642649,1
-2587,0.0097,0.115959592,1
-2588,0,0.333587497,1
-2589,0,0.406694621,1
-2590,0,0.403771102,1
-2591,0,0.495507509,1
-2592,0,0.269228637,1
-2593,0,0.094686903,1
-2594,0,0.103999287,1
-2595,0,0.110131092,1
-2596,0,0.133391038,1
-2597,0,0.070407011,1
-2598,0,0.052690938,1
-2599,0.073,0.027336583,1
-2600,0.2431,0.016642161,1
-2601,0.4253,0.001341007,1
-2602,0.575,0.001858538,1
-2603,0.6945,0.017646773,1
-2604,0.7176,0.026858099,1
-2605,0.7241,0.060984112,1
-2606,0.7208,0.071557008,1
-2607,0.663,0.104437113,1
-2608,0.5295,0.122194372,1
-2609,0.3579,0.167964548,1
-2610,0.1521,0.266000628,1
-2611,0.0416,0.268262386,1
-2612,0,0.480473816,1
-2613,0,0.790232062,1
-2614,0,0.718684316,1
-2615,0,0.427998483,1
-2616,0,0.512134552,1
-2617,0,0.556285143,1
-2618,0,0.74195385,1
-2619,0,0.815063834,1
-2620,0,0.760403335,1
-2621,0,0.82598722,1
-2622,0,0.643207908,1
-2623,0.0778,0.424563438,1
-2624,0.2571,0.11549288,1
-2625,0.4415,0.018316062,1
-2626,0.5769,0.011363408,1
-2627,0.659,0.166303068,1
-2628,0.648,0.445566475,1
-2629,0.6455,0.830465078,1
-2630,0.6584,0.905347824,1
-2631,0.6393,0.950008452,1
-2632,0.5194,0.989913881,1
-2633,0.3527,0.998854756,1
-2634,0.1498,0.991050839,1
-2635,0.0324,0.969271839,1
-2636,0,0.960272312,1
-2637,0,0.908044934,1
-2638,0,0.822279572,1
-2639,0,0.811239302,1
-2640,0,0.864066839,1
-2641,0,0.725923657,1
-2642,0,0.637541533,1
-2643,0,0.588188767,1
-2644,0,0.639882445,1
-2645,0,0.560132444,1
-2646,0,0.278311193,1
-2647,0.0573,0.056279026,1
-2648,0.1902,0.016153144,1
-2649,0.3846,0.069562159,1
-2650,0.508,0.114972293,1
-2651,0.61,0.406488091,1
-2652,0.6501,0.515793145,1
-2653,0.6423,0.431263983,1
-2654,0.6489,0.620127797,1
-2655,0.5848,0.581953466,1
-2656,0.4683,0.754083633,1
-2657,0.3278,0.701711535,1
-2658,0.1379,0.751851618,1
-2659,0.0234,0.823325694,1
-2660,0,0.807758808,1
-2661,0,0.633965611,1
-2662,0,0.584396243,1
-2663,0,0.497815818,1
-2664,0,0.459498703,1
-2665,0,0.511757433,1
-2666,0,0.446271092,1
-2667,0,0.457763433,1
-2668,0,0.849381983,1
-2669,0,0.868076682,1
-2670,0,0.808138132,1
-2671,0.0323,0.596516013,1
-2672,0.1293,0.398264378,1
-2673,0.1894,0.471161753,1
-2674,0.2513,0.571796894,1
-2675,0.3005,0.685362875,1
-2676,0.3063,0.626468122,1
-2677,0.3569,0.199785739,1
-2678,0.3508,0.316434324,1
-2679,0.2968,0.555527568,1
-2680,0.2386,0.56008029,1
-2681,0.1541,0.672943592,1
-2682,0.0215,0.68350327,1
-2683,0,0.708149672,1
-2684,0,0.619277,1
-2685,0,0.894793153,1
-2686,0,0.989830613,1
-2687,0,0.992661119,1
-2688,0,0.988444686,1
-2689,0,0.999800086,1
-2690,0,1,1
-2691,0,0.998402596,1
-2692,0,0.999322534,1
-2693,0,0.973011971,1
-2694,0,0.864023685,1
-2695,0,0.843032598,1
-2696,0.0092,0.90031898,1
-2697,0.0916,0.90561831,1
-2698,0.3281,0.843056083,1
-2699,0.423,0.630815983,1
-2700,0.4581,0.561737001,1
-2701,0.4584,0.464138538,1
-2702,0.4346,0.640083134,1
-2703,0.3725,0.648775935,1
-2704,0.3797,0.842278957,1
-2705,0.266,0.887682855,1
-2706,0.1099,0.731385946,1
-2707,0.0132,0.829985261,1
-2708,0,0.588499069,1
-2709,0,0.889368176,1
-2710,0,0.977701187,1
-2711,0,0.934775591,1
-2712,0,0.929487705,1
-2713,0,0.959497869,1
-2714,0,0.981961966,1
-2715,0,0.972112119,1
-2716,0,0.981137097,1
-2717,0,0.997105241,1
-2718,0,0.962192416,1
-2719,0.0942,0.937758684,1
-2720,0.2605,0.974304199,1
-2721,0.4075,0.996478558,1
-2722,0.5245,0.972740769,1
-2723,0.6,0.95253706,1
-2724,0.612,0.960225463,1
-2725,0.6225,0.991083741,1
-2726,0.7787,0.992680788,1
-2727,0.5473,0.837215006,1
-2728,0.4565,0.95221889,1
-2729,0.323,0.791131735,1
-2730,0.1512,0.507712424,1
-2731,0.0499,0.96380049,1
-2732,0,0.113967471,1
-2733,0,0.649957836,1
-2734,0,0.772020876,1
-2735,0,0.281202674,1
-2736,0,0.663198113,1
-2737,0,0.012225868,1
-2738,0,0.552529931,1
-2739,0,0.004624517,1
-2740,0,0.272283077,1
-2741,0,0.506963849,1
-2742,0.0005,0.009654612,1
-2743,0.0872,0.137228414,1
-2744,0.2712,0.061198622,1
-2745,0.4665,0.205333307,1
-2746,0.6087,0.374094605,1
-2747,0.7054,0.366611302,1
-2748,0.6586,0.517557144,1
-2749,0.5991,0.555498302,1
-2750,0.5881,0.602427661,1
-2751,0.573,0.611770391,1
-2752,0.4545,0.492285728,1
-2753,0.3241,0.586853862,1
-2754,0.1461,0.675875247,1
-2755,0.0381,0.331307083,1
-2756,0,0.323534817,1
-2757,0,0.511729181,1
-2758,0,0.750127733,1
-2759,0,0.557524562,1
-2760,0,0.851718426,1
-2761,0,0.57475853,1
-2762,0,0.501290321,1
-2763,0,0.525545716,1
-2764,0,0.372251451,1
-2765,0,0.286530405,1
-2766,0.0493,0.266414702,1
-2767,0.0917,0.053566575,1
-2768,0.2768,0.006901205,1
-2769,0.4619,0.000900147,1
-2770,0.6047,0.004880202,1
-2771,0.7077,0.004560275,1
-2772,0.6966,0.058072396,1
-2773,0.6007,0.182164162,1
-2774,0.5188,0.325420231,1
-2775,0.4571,0.323884517,1
-2776,0.3729,0.458616048,1
-2777,0.2741,0.776962221,1
-2778,0.1203,0.672857344,1
-2779,0.0016,0.570052564,1
-2780,0,0.504800081,1
-2781,0,0.647144318,1
-2782,0,0.664690316,1
-2783,0,0.421657711,1
-2784,0,0.157425195,1
-2785,0,0.079824425,1
-2786,0,0.250213087,1
-2787,0,0.458063275,1
-2788,0,0.809579432,1
-2789,0,0.898580253,1
-2790,0,0.998148203,1
-2791,0.0835,0.99657166,1
-2792,0.2597,0.995022178,1
-2793,0.426,1,1
-2794,0.5534,1,1
-2795,0.7817,1,1
-2796,0.6721,1,1
-2797,0.6865,1,1
-2798,0.6856,1,1
-2799,0.6293,1,1
-2800,0.513,1,1
-2801,0.3588,1,1
-2802,0.1693,1,1
-2803,0.0613,1,1
-2804,0,0.999604225,1
-2805,0,1,1
-2806,0,0.992538095,1
-2807,0,0.984590113,1
-2808,0,0.924924672,1
-2809,0,0.922186017,1
-2810,0,0.946023464,1
-2811,0,0.979070663,1
-2812,0,0.898277104,1
-2813,0,0.855958998,1
-2814,0.0969,0.889696479,1
-2815,0.0994,0.837394416,1
-2816,0.267,0.872948587,1
-2817,0.4652,0.848414063,1
-2818,0.6177,0.659769595,1
-2819,0.7405,0.620248377,1
-2820,0.7489,0.691654801,1
-2821,0.7483,0.826137245,1
-2822,0.7424,0.764674246,1
-2823,0.6644,0.807242811,1
-2824,0.5355,0.754640579,1
-2825,0.3457,0.824944496,1
-2826,0.15,0.879412115,1
-2827,0.059,0.704490542,1
-2828,0,0.316848218,1
-2829,0,0.569326341,1
-2830,0,0.719662189,1
-2831,0,0.834347904,1
-2832,0,0.80414933,1
-2833,0,0.840924203,1
-2834,0,0.922107697,1
-2835,0,0.944716036,1
-2836,0,0.946400762,1
-2837,0,0.923592031,1
-2838,0.0968,0.814993501,1
-2839,0.0959,0.392224461,1
-2840,0.2821,0.275286913,1
-2841,0.4778,0.591225624,1
-2842,0.6264,0.68566674,1
-2843,0.7379,0.832536221,1
-2844,0.758,0.93923229,1
-2845,0.7581,0.950013578,1
-2846,0.7456,0.953817487,1
-2847,0.6691,0.938809097,1
-2848,0.5448,0.937681317,1
-2849,0.3721,0.997438192,1
-2850,0.1593,0.998274624,1
-2851,0.0698,0.995623469,1
-2852,0,0.885738015,1
-2853,0,0.884022713,1
-2854,0,0.84161061,1
-2855,0,0.834043741,1
-2856,0,0.954013824,1
-2857,0,0.914504647,1
-2858,0,0.891505182,1
-2859,0,0.756062925,1
-2860,0,0.624320447,1
-2861,0,0.650658846,1
-2862,0.1109,0.41791147,1
-2863,0.098,0.227316618,1
-2864,0.2796,0.197689697,1
-2865,0.4674,0.009953866,1
-2866,0.6082,0.027504241,1
-2867,0.7158,0.005858736,1
-2868,0.6519,0.013680283,1
-2869,0.6012,0.0217444,1
-2870,0.5879,0.036498547,1
-2871,0.5462,0.047859732,1
-2872,0.4003,0.061036304,1
-2873,0.2505,0.094535992,1
-2874,0.1252,0.142269611,1
-2875,0.0221,0.146869257,1
-2876,0,0.380190849,1
-2877,0,0.597841144,1
-2878,0,0.870104373,1
-2879,0,0.892681897,1
-2880,0,0.963500559,1
-2881,0,0.904402912,1
-2882,0,0.892649829,1
-2883,0,0.725231051,1
-2884,0,0.403582931,1
-2885,0,0.387330621,1
-2886,0,0.500799417,1
-2887,0.0012,0.336841017,1
-2888,0.0441,0.55765754,1
-2889,0.1344,0.63099134,1
-2890,0.2087,0.583011806,1
-2891,0.3106,0.51399076,1
-2892,0.3357,0.432910025,1
-2893,0.3555,0.230777949,1
-2894,0.3706,0.26303786,1
-2895,0.393,0.263038665,1
-2896,0.3865,0.290300429,1
-2897,0.2835,0.277673393,1
-2898,0.1398,0.144734591,1
-2899,0.0212,0.16236046,1
-2900,0,0.114081487,1
-2901,0,0.186135784,1
-2902,0,0.303655148,1
-2903,0,0.137192354,1
-2904,0,0.142934874,1
-2905,0,0.210029379,1
-2906,0,0.213795006,1
-2907,0,0.264399171,1
-2908,0,0.115143105,1
-2909,0,0.102250166,1
-2910,0,0.092967756,1
-2911,0.0938,0.165595308,1
-2912,0.2344,0.100270882,1
-2913,0.3352,0.150252432,1
-2914,0.3986,0.10396263,1
-2915,0.3991,0.074616842,1
-2916,0.425,0.052779213,1
-2917,0.5339,0.039966755,1
-2918,0.5171,0.045301259,1
-2919,0.5028,0.05080419,1
-2920,0.4266,0.237791151,1
-2921,0.3027,0.15261066,1
-2922,0.1497,0.136822507,1
-2923,0.0267,0.242305875,1
-2924,0,0.362724751,1
-2925,0,0.26703614,1
-2926,0,0.550489247,1
-2927,0,0.276308119,1
-2928,0,0.213710472,1
-2929,0,0.270290345,1
-2930,0,0.273969084,1
-2931,0,0.22969754,1
-2932,0,0.019211553,1
-2933,0,0.007007938,1
-2934,0,0.024703423,1
-2935,0.0066,0.035151035,1
-2936,0.1643,0.124057449,1
-2937,0.3256,0.147106171,1
-2938,0.4547,0.143502802,1
-2939,0.5008,0.037794344,1
-2940,0.5252,0.007002949,1
-2941,0.5246,0.04562841,1
-2942,0.5286,0.013006161,1
-2943,0.5154,0.017946957,1
-2944,0.4331,0.012218932,1
-2945,0.3071,0.001549017,1
-2946,0.1464,0.009530869,1
-2947,0.0363,0.017453384,1
-2948,0,0.051982727,1
-2949,0,0.071212023,1
-2950,0,0.229385227,1
-2951,0,0.164092064,1
-2952,0,0.271427751,1
-2953,0,0.26064831,1
-2954,0,0.26560694,1
-2955,0,0.442868412,1
-2956,0,0.270196795,1
-2957,0,0.181733817,1
-2958,0,0.32709536,1
-2959,0.0615,0.078453965,1
-2960,0.1816,0.082316175,1
-2961,0.3186,0.066816457,1
-2962,0.4432,0.056379702,1
-2963,0.4334,0.053580597,1
-2964,0.4417,0.055410963,1
-2965,0.4653,0.061774552,1
-2966,0.4785,0.07340958,1
-2967,0.4424,0.088290505,1
-2968,0.4038,0.049839821,1
-2969,0.275,0.123358771,1
-2970,0.1259,0.122357666,1
-2971,0.0128,0.051253762,1
-2972,0,0.102205433,1
-2973,0,0.146218002,1
-2974,0,0.100362331,1
-2975,0,0.049766321,1
-2976,0,0.013628144,1
-2977,0,0.009765155,1
-2978,0,0.019475685,1
-2979,0,0.008610829,1
-2980,0,0.001322488,1
-2981,0,0.003663757,1
-2982,0,0.047659695,1
-2983,0.0244,0.13577196,1
-2984,0.1612,0.154757082,1
-2985,0.2826,0.179219812,1
-2986,0.4098,0.212454692,1
-2987,0.4915,0.253979653,1
-2988,0.5294,0.30552882,1
-2989,0.51,0.367171258,1
-2990,0.6343,0.163056701,1
-2991,0.4632,0.088138208,1
-2992,0.341,0.085198186,1
-2993,0.2327,0.210894242,1
-2994,0.1225,0.188792288,1
-2995,0.0432,0.188285097,1
-2996,0,0.196948916,1
-2997,0,0.235095486,1
-2998,0,0.130472749,1
-2999,0,0.137097538,1
-3000,0,0.086854994,1
-3001,0,0.156206056,1
-3002,0,0.161186516,1
-3003,0,0.088083543,1
-3004,0,0.048423029,1
-3005,0,0.087389305,1
-3006,0.0464,0.088434361,1
-3007,0.1035,0.0619018,1
-3008,0.2664,0.007552258,1
-3009,0.4112,0.011671466,1
-3010,0.5047,0.01212338,1
-3011,0.5421,0.03071465,1
-3012,0.5389,0.029424418,1
-3013,0.5425,0.060495391,1
-3014,0.5567,0.052444391,1
-3015,0.561,0.089038178,1
-3016,0.4936,0.189745083,1
-3017,0.343,0.225921839,1
-3018,0.1536,0.228374243,1
-3019,0.0619,0.213328719,1
-3020,0,0.36143294,1
-3021,0,0.520770609,1
-3022,0,0.518601179,1
-3023,0,0.506269753,1
-3024,0,0.380380273,1
-3025,0,0.32842344,1
-3026,0,0.283167988,1
-3027,0,0.238639832,1
-3028,0,0.185770363,1
-3029,0,0.198102057,1
-3030,0.08,0.285140961,1
-3031,0.0962,0.173067495,1
-3032,0.2692,0.030294113,1
-3033,0.4479,0.002664566,1
-3034,0.5826,0.000544502,1
-3035,0.683,0.00012659,1
-3036,0.6924,0.010280739,1
-3037,0.6825,0.037925158,1
-3038,0.6547,0.071150333,1
-3039,0.5878,0.097108632,1
-3040,0.4732,0.167708218,1
-3041,0.3272,0.274339408,1
-3042,0.153,0.731430054,1
-3043,0.0376,0.892599821,1
-3044,0,0.871335387,1
-3045,0,0.839238405,1
-3046,0,0.939807713,1
-3047,0,0.817782223,1
-3048,0,0.838768244,1
-3049,0,0.753759146,1
-3050,0,0.818361282,1
-3051,0,0.827308655,1
-3052,0,0.684568107,1
-3053,0,0.616458297,1
-3054,0.0003,0.438679606,1
-3055,0.1183,0.532140076,1
-3056,0.2276,0.637563169,1
-3057,0.3245,0.756701291,1
-3058,0.3045,0.859385669,1
-3059,0.3433,0.992423952,1
-3060,0.3785,0.993001223,1
-3061,0.438,0.955697894,1
-3062,0.364,0.97630465,1
-3063,0.3523,0.924039364,1
-3064,0.2649,0.671817899,1
-3065,0.1739,0.686461329,1
-3066,0.068,0.682016253,1
-3067,0.0032,0.657146215,1
-3068,0,0.673419714,1
-3069,0,0.519614697,1
-3070,0,0.640411735,1
-3071,0,0.676599085,1
-3072,0,0.637378752,1
-3073,0,0.643109441,1
-3074,0,0.637135029,1
-3075,0,0.532372117,1
-3076,0,0.408219665,1
-3077,0,0.292900681,1
-3078,0,0.203922421,1
-3079,0.0147,0.13304314,1
-3080,0.0856,0.099261224,1
-3081,0.1722,0.088282295,1
-3082,0.2509,0.081138767,1
-3083,0.3024,0.064046592,1
-3084,0.3723,0.061196946,1
-3085,0.3725,0.052953579,1
-3086,0.3379,0.053850345,1
-3087,0.3128,0.059313841,1
-3088,0.235,0.074160315,1
-3089,0.1418,0.076405182,1
-3090,0.0599,0.075681701,1
-3091,0.0025,0.12047644,1
-3092,0,0.227296039,1
-3093,0,0.062451046,1
-3094,0,0.05385983,1
-3095,0,0.104401246,1
-3096,0,0.076364011,1
-3097,0,0.05094067,1
-3098,0,0.294225633,1
-3099,0,0.54358691,1
-3100,0,0.875229418,1
-3101,0,0.899357975,1
-3102,0,0.891314983,1
-3103,0.01,0.488436341,1
-3104,0.1406,0.276441455,1
-3105,0.2487,0.227234095,1
-3106,0.373,0.145711273,1
-3107,0.4494,0.391148657,1
-3108,0.4989,0.589376807,1
-3109,0.5063,0.667588055,1
-3110,0.5298,0.589493513,1
-3111,0.5309,0.77990973,1
-3112,0.4408,0.812946975,1
-3113,0.3139,0.822408676,1
-3114,0.1579,0.727121055,1
-3115,0.0659,0.574800253,1
-3116,0,0.685357928,1
-3117,0,0.784563363,1
-3118,0,0.814962983,1
-3119,0,0.658174694,1
-3120,0,0.780261397,1
-3121,0,0.85060513,1
-3122,0,0.867227137,1
-3123,0,0.870094657,1
-3124,0,0.887990534,1
-3125,0,0.790927351,1
-3126,0.1153,0.688510418,1
-3127,0.0994,0.735472679,1
-3128,0.2756,0.875544786,1
-3129,0.4609,0.959743679,1
-3130,0.5865,0.888303876,1
-3131,0.6153,0.910926521,1
-3132,0.5241,0.850277483,1
-3133,0.517,0.73807621,1
-3134,0.5234,0.541107476,1
-3135,0.5164,0.397713363,1
-3136,0.4389,0.33019346,1
-3137,0.3264,0.362714529,1
-3138,0.1549,0.40110147,1
-3139,0.0725,0.310333341,1
-3140,0,0.167738348,1
-3141,0,0.416329384,1
-3142,0,0.564466715,1
-3143,0,0.441436797,1
-3144,0,0.649390578,1
-3145,0,0.803497732,1
-3146,0,0.673685372,1
-3147,0,0.52364105,1
-3148,0,0.568356812,1
-3149,0,0.641629934,1
-3150,0.1439,0.773510933,1
-3151,0.0999,0.673880756,1
-3152,0.273,0.395607084,1
-3153,0.4545,0.247547835,1
-3154,0.5942,0.283142418,1
-3155,0.6924,0.397918344,1
-3156,0.72,0.414991409,1
-3157,0.7196,0.63662225,1
-3158,0.716,0.777415037,1
-3159,0.6301,0.838823497,1
-3160,0.504,0.883798361,1
-3161,0.3413,0.718775868,1
-3162,0.1489,0.566871226,1
-3163,0.0735,0.515267491,1
-3164,0,0.732919335,1
-3165,0,0.854892731,1
-3166,0,0.810232878,1
-3167,0,0.42628932,1
-3168,0,0.323883951,1
-3169,0,0.203840584,1
-3170,0,0.12429709,1
-3171,0,0.105586782,1
-3172,0,0.099221423,1
-3173,0,0.236332402,1
-3174,0.0495,0.48113519,1
-3175,0.1088,0.543331027,1
-3176,0.215,0.360933632,1
-3177,0.314,0.053237129,1
-3178,0.4037,0.018676635,1
-3179,0.4935,0.010698468,1
-3180,0.5497,0.021810235,1
-3181,0.6028,0.226451397,1
-3182,0.6675,0.314413875,1
-3183,0.5725,0.333514899,1
-3184,0.4333,0.395902455,1
-3185,0.3056,0.390643686,1
-3186,0.1615,0.428160131,1
-3187,0.0703,0.700381637,1
-3188,0,0.499361366,1
-3189,0,0.66386354,1
-3190,0,0.665306687,1
-3191,0,0.757035077,1
-3192,0,0.635761678,1
-3193,0,0.483524084,1
-3194,0,0.479719639,1
-3195,0,0.542838871,1
-3196,0,0.469878137,1
-3197,0,0.258200645,1
-3198,0,0.310485005,1
-3199,0.0825,0.077378958,1
-3200,0.2082,0.069806412,1
-3201,0.3309,0.021967601,1
-3202,0.4573,0.012296347,1
-3203,0.4965,0.009253903,1
-3204,0.4893,0.011980887,1
-3205,0.468,0.051685631,1
-3206,0.4295,0.059238847,1
-3207,0.4079,0.158115506,1
-3208,0.3452,0.144902661,1
-3209,0.2643,0.133198589,1
-3210,0.1438,0.139185682,1
-3211,0.0228,0.087008268,1
-3212,0,0.195187181,1
-3213,0,0.179966509,1
-3214,0,0.157403246,1
-3215,0,0.19122906,1
-3216,0,0.1704344,1
-3217,0,0.266042292,1
-3218,0,0.512766659,1
-3219,0,0.636849284,1
-3220,0,0.415130705,1
-3221,0,0.311827898,1
-3222,0.0078,0.225111738,1
-3223,0.121,0.267121613,1
-3224,0.2329,0.16770789,1
-3225,0.3461,0.305899918,1
-3226,0.4434,0.406770229,1
-3227,0.4744,0.558036208,1
-3228,0.4548,0.741163313,1
-3229,0.401,0.787802935,1
-3230,0.3553,0.878122687,1
-3231,0.3467,0.672685266,1
-3232,0.3166,0.496185571,1
-3233,0.2293,0.382842749,1
-3234,0.0839,0.250267774,1
-3235,0.002,0.168461964,1
-3236,0,0.228989661,1
-3237,0,0.221685231,1
-3238,0,0.339726806,1
-3239,0,0.102969393,1
-3240,0,0.094162799,1
-3241,0,0.069289848,1
-3242,0,0.089939728,1
-3243,0,0.154493064,1
-3244,0,0.074749075,1
-3245,0,0.074478939,1
-3246,0,0.031306304,1
-3247,0.0203,0.009391079,1
-3248,0.1277,0.03910692,1
-3249,0.1519,0.026967539,1
-3250,0.2408,0.02579473,1
-3251,0.4103,0.06104916,1
-3252,0.3947,0.035635695,1
-3253,0.4113,0.039361168,1
-3254,0.4268,0.077041119,1
-3255,0.4759,0.4247033,1
-3256,0.4177,0.384795487,1
-3257,0.3011,0.401224911,1
-3258,0.1519,0.244604588,1
-3259,0.0629,0.322768122,1
-3260,0,0.421808839,1
-3261,0,0.373911738,1
-3262,0,0.574004591,1
-3263,0,0.522474408,1
-3264,0,0.743991613,1
-3265,0,0.918866515,1
-3266,0,0.975684106,1
-3267,0,0.982325137,1
-3268,0,0.975361347,1
-3269,0,0.955186963,1
-3270,0.0655,0.973982394,1
-3271,0.1207,0.852613449,1
-3272,0.2508,0.964424551,1
-3273,0.4298,0.947417438,1
-3274,0.5837,0.936385691,1
-3275,0.6924,0.783595085,1
-3276,0.7224,0.508401811,1
-3277,0.7193,0.403835088,1
-3278,0.713,0.227542922,1
-3279,0.629,0.155975878,1
-3280,0.5021,0.110945478,1
-3281,0.3394,0.097120427,1
-3282,0.1538,0.071207747,1
-3283,0.0874,0.050453663,1
-3284,0,0.038671263,1
-3285,0,0.119587794,1
-3286,0,0.345028609,1
-3287,0,0.520678222,1
-3288,0,0.600494921,1
-3289,0,0.384957969,1
-3290,0,0.25138405,1
-3291,0,0.325587571,1
-3292,0,0.22087428,1
-3293,0,0.283783734,1
-3294,0.1456,0.377068728,1
-3295,0.1055,0.293956608,1
-3296,0.2666,0.011591078,1
-3297,0.4338,0.000279455,1
-3298,0.5573,0.008625593,1
-3299,0.6376,0.015444438,1
-3300,0.6613,0.029326828,1
-3301,0.6631,0.045843888,1
-3302,0.6473,0.060772598,1
-3303,0.5858,0.043498687,1
-3304,0.4687,0.043699808,1
-3305,0.3282,0.076526344,1
-3306,0.1581,0.08116889,1
-3307,0.0825,0.140049905,1
-3308,0,0.492309839,1
-3309,0,0.603090286,1
-3310,0,0.468781769,1
-3311,0,0.574357152,1
-3312,0,0.624817014,1
-3313,0,0.63491559,1
-3314,0,0.627748966,1
-3315,0,0.456514806,1
-3316,0,0.517400384,1
-3317,0,0.728963435,1
-3318,0.1377,0.841610074,1
-3319,0.1,0.848582029,1
-3320,0.2653,0.146006733,1
-3321,0.4367,0.008271985,1
-3322,0.5673,0.01147229,1
-3323,0.6662,0.019468328,1
-3324,0.692,0.025055597,1
-3325,0.6929,0.048283674,1
-3326,0.6872,0.038818669,1
-3327,0.6049,0.029887915,1
-3328,0.4851,0.057141032,1
-3329,0.3326,0.145198405,1
-3330,0.1486,0.253807127,1
-3331,0.0793,0.227618143,1
-3332,0,0.34806776,1
-3333,0,0.623321116,1
-3334,0,0.622932434,1
-3335,0,0.690439165,1
-3336,0,0.61618948,1
-3337,0,0.337145895,1
-3338,0,0.254808754,1
-3339,0,0.20288597,1
-3340,0,0.203892857,1
-3341,0,0.310784519,1
-3342,0.0891,0.256604671,1
-3343,0.1098,0.127562732,1
-3344,0.2557,0.00744395,1
-3345,0.4128,0.000287523,1
-3346,0.5425,0.001140142,1
-3347,0.6428,0.005549314,1
-3348,0.6633,0.019270139,1
-3349,0.6577,0.026446028,1
-3350,0.6463,0.064325102,1
-3351,0.5752,0.121508472,1
-3352,0.462,0.178410485,1
-3353,0.3197,0.460991859,1
-3354,0.1594,0.856599212,1
-3355,0.0775,0.831407726,1
-3356,0,0.416806906,1
-3357,0,0.648598254,1
-3358,0,0.694946527,1
-3359,0,0.323715895,1
-3360,0,0.307245731,1
-3361,0,0.113648698,1
-3362,0,0.067187689,1
-3363,0,0.07594905,1
-3364,0,0.0516706,1
-3365,0,0.069124386,1
-3366,0.0591,0.134470493,1
-3367,0.1027,0.058257449,1
-3368,0.241,0.04874,1
-3369,0.3745,0.030485056,1
-3370,0.4822,0.038342953,1
-3371,0.5138,0.08178582,1
-3372,0.5102,0.173740983,1
-3373,0.5122,0.158010945,1
-3374,0.4765,0.318004847,1
-3375,0.4441,0.553317547,1
-3376,0.3548,0.438772202,1
-3377,0.2592,0.407505512,1
-3378,0.1488,0.319283128,1
-3379,0.0308,0.387472779,1
-3380,0,0.256741703,1
-3381,0,0.012792384,1
-3382,0,0.153278679,1
-3383,0,0.100570723,1
-3384,0,0.147856563,1
-3385,0,0.144439474,1
-3386,0,0.08125288,1
-3387,0,0.133670822,1
-3388,0,0.1798601,1
-3389,0,0.182141304,1
-3390,0,0.187370107,1
-3391,0.0582,0.050386515,1
-3392,0.1711,0.049156465,1
-3393,0.2655,0.051658407,1
-3394,0.3221,0.062129952,1
-3395,0.3596,0.087373592,1
-3396,0.3832,0.146077678,1
-3397,0.3572,0.22812058,1
-3398,0.3095,0.084845766,1
-3399,0.3088,0.080615401,1
-3400,0.269,0.219502583,1
-3401,0.1935,0.332654715,1
-3402,0.0948,0.132531971,1
-3403,0.0166,0.137158528,1
-3404,0,0.082435906,1
-3405,0,0.051817607,1
-3406,0,0.00522047,1
-3407,0,0.005866475,1
-3408,0,0.005360467,1
-3409,0,0.000329849,1
-3410,0,0.000878634,1
-3411,0,0.002985685,1
-3412,0,0.003692626,1
-3413,0,0.00772446,1
-3414,0.0234,0.012704456,1
-3415,0.0965,0.009912614,1
-3416,0.1994,0.004485009,1
-3417,0.3784,0.002443671,1
-3418,0.4894,0.001117178,1
-3419,0.5499,0.000850132,1
-3420,0.5594,9.42E-05,1
-3421,0.5474,0.00459445,1
-3422,0.5285,0.019145302,1
-3423,0.491,0.044493344,1
-3424,0.4144,0.04396078,1
-3425,0.2826,0.017888445,1
-3426,0.1494,0.046529476,1
-3427,0.0658,0.076845169,1
-3428,0,0.073219709,1
-3429,0,0.258065313,1
-3430,0,0.25378412,1
-3431,0,0.160717562,1
-3432,0,0.250833988,1
-3433,0,0.194018841,1
-3434,0,0.271117479,1
-3435,0,0.099869646,1
-3436,0,0.002903693,1
-3437,0,0.010788699,1
-3438,0.0298,0.026542772,1
-3439,0.1007,0.083629474,1
-3440,0.2348,0.050046913,1
-3441,0.3877,0.050789028,1
-3442,0.4973,0.032644015,1
-3443,0.5721,0.071333066,1
-3444,0.5828,0.112351075,1
-3445,0.5848,0.209960669,1
-3446,0.5786,0.215976849,1
-3447,0.5307,0.479296774,1
-3448,0.4368,0.632602453,1
-3449,0.3052,0.504287899,1
-3450,0.1539,0.486470997,1
-3451,0.0575,0.358738363,1
-3452,0,0.367468417,1
-3453,0,0.331822127,1
-3454,0,0.602721512,1
-3455,0,0.303989738,1
-3456,0,0.224699095,1
-3457,0,0.317639887,1
-3458,0,0.22738035,1
-3459,0,0.232156083,1
-3460,0,0.048715997,1
-3461,0,0.064822301,1
-3462,0.0049,0.025597697,1
-3463,0.0941,0.021410035,1
-3464,0.2171,0.070694059,1
-3465,0.338,0.041684419,1
-3466,0.4496,0.055067752,1
-3467,0.6574,0.044801526,1
-3468,0.5304,0.119372465,1
-3469,0.518,0.078392886,1
-3470,0.5066,0.265633881,1
-3471,0.4998,0.455985963,1
-3472,0.4264,0.51148361,1
-3473,0.2974,0.441254854,1
-3474,0.1493,0.382553101,1
-3475,0.0488,0.420731544,1
-3476,0,0.34123978,1
-3477,0,0.442456007,1
-3478,0,0.596351326,1
-3479,0,0.580364108,1
-3480,0,0.53010112,1
-3481,0,0.619460583,1
-3482,0,0.715313911,1
-3483,0,0.73917532,1
-3484,0,0.843723595,1
-3485,0,0.858121991,1
-3486,0.026,0.646271229,1
-3487,0.1018,0.535704732,1
-3488,0.2433,0.289103299,1
-3489,0.3818,0.175417811,1
-3490,0.4982,0.064914905,1
-3491,0.5353,0.053583466,1
-3492,0.5261,0.226304501,1
-3493,0.5122,0.2262052,1
-3494,0.6212,0.240351051,1
-3495,0.4165,0.1841245,1
-3496,0.3874,0.250093609,1
-3497,0.2828,0.173855782,1
-3498,0.1567,0.270625949,1
-3499,0.0604,0.314056337,1
-3500,0.0018,0.198159844,1
-3501,0,0.248339549,1
-3502,0,0.534620762,1
-3503,0,0.797257483,1
-3504,0,0.934305668,1
-3505,0,0.869434655,1
-3506,0,0.566451848,1
-3507,0,0.547956944,1
-3508,0,0.450461656,1
-3509,0,0.467918783,1
-3510,0.0973,0.542002916,1
-3511,0.1144,0.355998307,1
-3512,0.2496,0.072168805,1
-3513,0.4063,0.019797321,1
-3514,0.5217,0.017700199,1
-3515,0.6837,0.015175717,1
-3516,0.6141,0.017637849,1
-3517,0.6254,0.027172633,1
-3518,0.6295,0.032688554,1
-3519,0.5713,0.082091525,1
-3520,0.4664,0.147768959,1
-3521,0.3225,0.206000626,1
-3522,0.1542,0.245031014,1
-3523,0.0734,0.235248521,1
-3524,0,0.499457866,1
-3525,0,0.457901835,1
-3526,0,0.307143718,1
-3527,0,0.212167323,1
-3528,0,0.334738314,1
-3529,0,0.326169074,1
-3530,0,0.258413434,1
-3531,0,0.141838878,1
-3532,0,0.107942857,1
-3533,0,0.13083443,1
-3534,0.0359,0.163550138,1
-3535,0.1068,0.039457444,1
-3536,0.2425,0.034328759,1
-3537,0.3923,0.00729112,1
-3538,0.5074,0.008291389,1
-3539,0.6026,0.004305949,1
-3540,0.6293,0.006562687,1
-3541,0.6032,0.011891574,1
-3542,0.5956,0.021845136,1
-3543,0.5497,0.064454824,1
-3544,0.4475,0.252904177,1
-3545,0.3146,0.457266837,1
-3546,0.1529,0.638529658,1
-3547,0.0686,0.819130003,1
-3548,0,0.426397592,1
-3549,0,0.543429434,1
-3550,0,0.59908402,1
-3551,0,0.497262239,1
-3552,0,0.409854382,1
-3553,0,0.44039163,1
-3554,0,0.330535144,1
-3555,0,0.323598355,1
-3556,0,0.239648163,1
-3557,0,0.161770225,1
-3558,0.0148,0.089948207,1
-3559,0.1044,0.097894475,1
-3560,0.2411,0.06073869,1
-3561,0.3853,0.021477005,1
-3562,0.5037,0.033256426,1
-3563,0.5908,0.125255108,1
-3564,0.6139,0.094748378,1
-3565,0.6184,0.134783715,1
-3566,0.7381,0.36195296,1
-3567,0.5381,0.75500071,1
-3568,0.4411,0.726114392,1
-3569,0.2971,0.394741267,1
-3570,0.1374,0.46601218,1
-3571,0.0379,0.263217092,1
-3572,0,0.080298215,1
-3573,0,0.085506737,1
-3574,0,0.416826934,1
-3575,0,0.34957251,1
-3576,0,0.225765377,1
-3577,0,0.175574943,1
-3578,0,0.174782649,1
-3579,0,0.221018866,1
-3580,0,0.416919589,1
-3581,0,0.363271534,1
-3582,0.002,0.528470814,1
-3583,0.1075,0.417061538,1
-3584,0.2007,0.140900597,1
-3585,0.2846,0.093259081,1
-3586,0.3183,0.003094332,1
-3587,0.3736,0.001141455,1
-3588,0.4224,0.004489373,1
-3589,0.4295,0.015857432,1
-3590,0.4159,0.041482314,1
-3591,0.3889,0.159165114,1
-3592,0.3467,0.308138788,1
-3593,0.2554,0.14541778,1
-3594,0.1413,0.326261669,1
-3595,0.0476,0.19506678,1
-3596,0,0.168960422,1
-3597,0,0.222320452,1
-3598,0,0.337824106,1
-3599,0,0.478013128,1
-3600,0,0.613329828,1
-3601,0,0.687686443,1
-3602,0,0.730597854,1
-3603,0,0.637587667,1
-3604,0,0.364824504,1
-3605,0,0.603331149,1
-3606,0.1103,0.423132807,1
-3607,0.0997,0.255472451,1
-3608,0.2496,0.207463071,1
-3609,0.4178,0.176149666,1
-3610,0.5477,0.174381226,1
-3611,0.6433,0.142901301,1
-3612,0.6742,0.255664825,1
-3613,0.6652,0.225087062,1
-3614,0.6442,0.144920781,1
-3615,0.5684,0.266574562,1
-3616,0.4627,0.384528518,1
-3617,0.327,0.578774154,1
-3618,0.1535,0.721210241,1
-3619,0.0846,0.835208952,1
-3620,0.0126,0.424833566,1
-3621,0,0.761402011,1
-3622,0,0.372553885,1
-3623,0,0.379901916,1
-3624,0,0.675241888,1
-3625,0,0.650974751,1
-3626,0,0.468636423,1
-3627,0,0.389508814,1
-3628,0,0.343323886,1
-3629,0,0.379254252,1
-3630,0.1307,0.284151614,1
-3631,0.0992,0.191068769,1
-3632,0.255,0.234842524,1
-3633,0.4233,0.220592424,1
-3634,0.5451,0.08586771,1
-3635,0.6353,0.057307944,1
-3636,0.6692,0.043664884,1
-3637,0.6538,0.05224517,1
-3638,0.6225,0.070307761,1
-3639,0.5084,0.123742446,1
-3640,0.4208,0.320453346,1
-3641,0.2983,0.48306343,1
-3642,0.1575,0.698303282,1
-3643,0.0543,0.727580667,1
-3644,0,0.433003426,1
-3645,0,0.811404824,1
-3646,0,0.633954287,1
-3647,0,0.872923136,1
-3648,0,0.654646814,1
-3649,0,0.513485014,1
-3650,0,0.571839154,1
-3651,0,0.731841922,1
-3652,0,0.828519821,1
-3653,0,0.938873887,1
-3654,0,0.757402897,1
-3655,0.0048,0.77126044,1
-3656,0.0888,0.842445314,1
-3657,0.2405,0.912658811,1
-3658,0.2647,0.952515841,1
-3659,0.2777,0.956166387,1
-3660,0.3175,0.889227927,1
-3661,0.3554,0.723426938,1
-3662,0.2982,0.766591907,1
-3663,0.314,0.695251584,1
-3664,0.2613,0.639027238,1
-3665,0.1802,0.572463453,1
-3666,0.1035,0.556578279,1
-3667,0.0223,0.560551941,1
-3668,0,0.291038871,1
-3669,0,0.340747982,1
-3670,0,0.24643527,1
-3671,0,0.259011239,1
-3672,0,0.233792573,1
-3673,0,0.139515936,1
-3674,0,0.131666452,1
-3675,0,0.199165061,1
-3676,0,0.283602923,1
-3677,0,0.268974453,1
-3678,0.0963,0.222658291,1
-3679,0.1022,0.192444414,1
-3680,0.2495,0.077473879,1
-3681,0.4041,0.224355668,1
-3682,0.5273,0.348769367,1
-3683,0.6181,0.276160538,1
-3684,0.6383,0.313447654,1
-3685,0.6196,0.25876677,1
-3686,0.5846,0.307236999,1
-3687,0.5465,0.310642868,1
-3688,0.4383,0.451794505,1
-3689,0.3035,0.393274337,1
-3690,0.1541,0.424762934,1
-3691,0.0422,0.349435329,1
-3692,0,0.265961051,1
-3693,0,0.441960692,1
-3694,0,0.422656387,1
-3695,0,0.291836113,1
-3696,0,0.35721606,1
-3697,0,0.438902229,1
-3698,0,0.497639388,1
-3699,0,0.438945562,1
-3700,0,0.367581606,1
-3701,0,0.305382103,1
-3702,0.037,0.436884254,1
-3703,0.0888,0.738148034,1
-3704,0.2116,0.291490972,1
-3705,0.3092,0.459098637,1
-3706,0.3972,0.635905445,1
-3707,0.4405,0.669811726,1
-3708,0.4781,0.590083241,1
-3709,0.5043,0.762081027,1
-3710,0.4636,0.85550642,1
-3711,0.4099,0.883201838,1
-3712,0.3449,0.763749957,1
-3713,0.2532,0.541816115,1
-3714,0.1406,0.425433457,1
-3715,0.0262,0.432244211,1
-3716,0,0.199295074,1
-3717,0,0.270927131,1
-3718,0,0.306062073,1
-3719,0,0.420065314,1
-3720,0,0.509275973,1
-3721,0,0.480353177,1
-3722,0,0.324450016,1
-3723,0,0.302692592,1
-3724,0,0.466654927,1
-3725,0,0.67505753,1
-3726,0.0476,0.376807451,1
-3727,0.1306,0.31946224,1
-3728,0.2459,0.143699497,1
-3729,0.3497,0.156880021,1
-3730,0.4365,0.188129231,1
-3731,0.4947,0.203940868,1
-3732,0.4811,0.163552999,1
-3733,0.4833,0.134147346,1
-3734,0.5991,0.06446109,1
-3735,0.5007,0.092199042,1
-3736,0.4215,0.086723067,1
-3737,0.3054,0.114515245,1
-3738,0.1696,0.102361403,1
-3739,0.0767,0.043915614,1
-3740,0.0025,0.032259069,1
-3741,0,0.071506903,1
-3742,0,0.15914017,1
-3743,0,0.169080377,1
-3744,0,0.173051119,1
-3745,0,0.164876029,1
-3746,0,0.063412562,1
-3747,0,0.049323048,1
-3748,0,0.037818015,1
-3749,0,0.056692064,1
-3750,0.1241,0.000874828,1
-3751,0.1222,0,1
-3752,0.2512,0,1
-3753,0.3878,0,1
-3754,0.4871,0.001588104,1
-3755,0.5537,0.008447308,1
-3756,0.5492,0.021065855,1
-3757,0.5536,0.02987227,1
-3758,0.5461,0.022448029,1
-3759,0.5098,0.013479567,1
-3760,0.4265,0.007557332,1
-3761,0.3101,0.065613106,1
-3762,0.1759,0.067543119,1
-3763,0.0906,0.05716503,1
-3764,0.0081,0.117857888,1
-3765,0,0.149920866,1
-3766,0,0.217291862,1
-3767,0,0.19108361,1
-3768,0,0.155939847,1
-3769,0,0.217742935,1
-3770,0,0.201601401,1
-3771,0,0.091017783,1
-3772,0,0.039890885,1
-3773,0,0.02697273,1
-3774,0.06,0.035254125,1
-3775,0.1215,0.028206613,1
-3776,0.2508,1.49E-05,1
-3777,0.3959,0.000385017,1
-3778,0.4885,0,1
-3779,0.5839,0.005427793,1
-3780,0.6002,0.019343045,1
-3781,0.5814,0.062357236,1
-3782,0.5694,0.12714605,1
-3783,0.5128,0.079630241,1
-3784,0.4113,0.033062447,1
-3785,0.2989,0.023031026,1
-3786,0.1584,0.064575166,1
-3787,0.0753,0.069345854,1
-3788,0.0051,0.06488511,1
-3789,0,0.035859421,1
-3790,0,0.112720452,1
-3791,0,0.051642787,1
-3792,0,0.041621186,1
-3793,0,0.081753545,1
-3794,0,0.065346025,1
-3795,0,0.070552856,1
-3796,0,0.14872022,1
-3797,0,0.214430436,1
-3798,0.1173,0.20369713,1
-3799,0.1091,0.16158022,1
-3800,0.2543,0.139353916,1
-3801,0.4103,0.037866671,1
-3802,0.5368,0.004774356,1
-3803,0.6338,0.019569334,1
-3804,0.6642,0.035872445,1
-3805,0.6187,0.077863842,1
-3806,0.6035,0.126199067,1
-3807,0.5322,0.247383356,1
-3808,0.3911,0.407447278,1
-3809,0.2873,0.393048167,1
-3810,0.1572,0.37749964,1
-3811,0.0753,0.282226861,1
-3812,0,0.484792292,1
-3813,0,0.724796295,1
-3814,0,0.821047485,1
-3815,0,0.653370082,1
-3816,0,0.29946968,1
-3817,0,0.455556154,1
-3818,0,0.547511041,1
-3819,0,0.864881098,1
-3820,0,0.821696997,1
-3821,0,0.72983098,1
-3822,0.1204,0.668930411,1
-3823,0.1029,0.358677596,1
-3824,0.2414,0.214688614,1
-3825,0.3655,0.193778232,1
-3826,0.4439,0.310218334,1
-3827,0.5051,0.142618716,1
-3828,0.5225,0.067326918,1
-3829,0.5304,0.100815311,1
-3830,0.4989,0.146756098,1
-3831,0.4838,0.154550627,1
-3832,0.4305,0.096468203,1
-3833,0.3179,0.241371393,1
-3834,0.1632,0.404828876,1
-3835,0.082,0.16593428,1
-3836,0.0162,0.034509681,1
-3837,0,0.089733712,1
-3838,0,0.152229264,1
-3839,0,0.175224811,1
-3840,0,0.146635681,1
-3841,0,0.163890973,1
-3842,0,0.155760348,1
-3843,0,0.128693983,1
-3844,0,0.082177021,1
-3845,0,0.08958932,1
-3846,0.109,0.057957835,1
-3847,0.0981,0.073416308,1
-3848,0.2276,0.057293538,1
-3849,0.4068,0.003419658,1
-3850,0.5303,0.005080082,1
-3851,0.7236,0.019371672,1
-3852,0.6557,0.013714502,1
-3853,0.6538,0.019445339,1
-3854,0.6461,0.044827178,1
-3855,0.5663,0.085633546,1
-3856,0.4522,0.149486348,1
-3857,0.3203,0.193703085,1
-3858,0.1618,0.390856296,1
-3859,0.0857,0.684476197,1
-3860,0.0362,0.768297255,1
-3861,0,0.745911419,1
-3862,0,0.027490973,1
-3863,0,0.352660328,1
-3864,0,0.333725721,1
-3865,0,0.395611078,1
-3866,0,0.423413754,1
-3867,0,0.243006587,1
-3868,0,0.258309305,1
-3869,0,0.311122924,1
-3870,0.0862,0.223746479,1
-3871,0.1147,0.149251714,1
-3872,0.2431,0.058339182,1
-3873,0.3828,0.112041719,1
-3874,0.492,0.263480425,1
-3875,0.5487,0.406454057,1
-3876,0.5534,0.449652612,1
-3877,0.558,0.635676682,1
-3878,0.5522,0.749368668,1
-3879,0.5321,0.83713603,1
-3880,0.4367,0.77069056,1
-3881,0.315,0.746376812,1
-3882,0.1671,0.584556997,1
-3883,0.0824,0.591010988,1
-3884,0.0091,0.472454995,1
-3885,0,0.403234482,1
-3886,0,0.620517254,1
-3887,0,0.687395751,1
-3888,0,0.694238126,1
-3889,0,0.719078302,1
-3890,0,0.695590973,1
-3891,0,0.582375467,1
-3892,0,0.328068644,1
-3893,0,0.219203621,1
-3894,0.0587,0.160372466,1
-3895,0.1202,0.163433105,1
-3896,0.2267,0.288469315,1
-3897,0.3121,0.210290685,1
-3898,0.3871,0.301395118,1
-3899,0.4377,0.413270384,1
-3900,0.4715,0.551126063,1
-3901,0.481,0.591716051,1
-3902,0.4752,0.654024005,1
-3903,0.4683,0.513331532,1
-3904,0.3812,0.424813777,1
-3905,0.2652,0.308118045,1
-3906,0.1535,0.313441902,1
-3907,0.0289,0.724045098,1
-3908,0,0.51439184,1
-3909,0,0.469148576,1
-3910,0,0.436568946,1
-3911,0,0.202889666,1
-3912,0,0.215684026,1
-3913,0,0.316270888,1
-3914,0,0.310780317,1
-3915,0,0.299282789,1
-3916,0,0.432175815,1
-3917,0,0.194348484,1
-3918,0,0.209139466,1
-3919,0.0152,0.228728533,1
-3920,0.0911,0.312427849,1
-3921,0.1895,0.217083111,1
-3922,0.2332,0.153272688,1
-3923,0.2898,0.085418865,1
-3924,0.3538,0.055565592,1
-3925,0.3662,0.005079592,1
-3926,0.3455,0.013821051,1
-3927,0.2894,0.028382257,1
-3928,0.2522,0.013966933,1
-3929,0.177,0.010335479,1
-3930,0.1159,0.082700029,1
-3931,0.0529,0.264066011,1
-3932,0.048,0.384414434,1
-3933,0,0.545492649,1
-3934,0,0.51424253,1
-3935,0,0.736316085,1
-3936,0,0.6506024,1
-3937,0,0.556405127,1
-3938,0,0.462369353,1
-3939,0,0.590124667,1
-3940,0,0.575042486,1
-3941,0,0.691458404,1
-3942,0.1017,0.615193188,1
-3943,0.103,0.351349473,1
-3944,0.2403,0.224414408,1
-3945,0.3815,0.338782132,1
-3946,0.4815,0.345988899,1
-3947,0.5593,0.291045278,1
-3948,0.6001,0.162717462,1
-3949,0.6257,0.131063849,1
-3950,0.6342,0.095035844,1
-3951,0.5798,0.040348653,1
-3952,0.4757,0.057491764,1
-3953,0.3352,0.053749915,1
-3954,0.1595,0.070691973,1
-3955,0.0851,0.123805001,1
-3956,0.1883,0.308470607,1
-3957,0,0.423288703,1
-3958,0,0.260216504,1
-3959,0,0.204875395,1
-3960,0,0.297252923,1
-3961,0,0.248301715,1
-3962,0,0.112112507,1
-3963,0,0.057916366,1
-3964,0,0.135247335,1
-3965,0,0.249359459,1
-3966,0.187,0.426526546,1
-3967,0.093,0.314102888,1
-3968,0.2452,0.128488302,1
-3969,0.4187,0.080791995,1
-3970,0.5509,0.110714242,1
-3971,0.6487,0.115921974,1
-3972,0.6968,0.158042431,1
-3973,0.693,0.18366994,1
-3974,0.6863,0.220246598,1
-3975,0.6064,0.221653923,1
-3976,0.4918,0.183514729,1
-3977,0.343,0.259554565,1
-3978,0.1604,0.260095179,1
-3979,0.087,0.304119915,1
-3980,0.2318,0.510694981,1
-3981,0,0.482686579,1
-3982,0,0.699062824,1
-3983,0,0.673384309,1
-3984,0,0.432914585,1
-3985,0,0.323145747,1
-3986,0,0.319088399,1
-3987,0,0.260254115,1
-3988,0,0.181786716,1
-3989,0,0.144087076,1
-3990,0.1887,0.191920087,1
-3991,0.0929,0.166908354,1
-3992,0.2427,0.037063673,1
-3993,0.4116,0.079695985,1
-3994,0.5369,0.087955154,1
-3995,0.6279,0.102017671,1
-3996,0.6575,0.115555152,1
-3997,0.6482,0.187957913,1
-3998,0.6391,0.364956856,1
-3999,0.5776,0.37996769,1
-4000,0.4757,0.59902066,1
-4001,0.3383,0.630329251,1
-4002,0.1684,0.65753907,1
-4003,0.0868,0.771859109,1
-4004,0.0487,0.490005106,1
-4005,0,0.365391672,1
-4006,0,0.340303034,1
-4007,0,0.094722599,1
-4008,0,0.015825296,1
-4009,0,0.002421153,1
-4010,0,0.000794847,1
-4011,0,0.000428479,1
-4012,0,0.01052763,1
-4013,0,0.016187765,1
-4014,0.1238,0.011523427,1
-4015,0.1126,0.006976931,1
-4016,0.2482,0.00335009,1
-4017,0.4064,0.028564842,1
-4018,0.5351,0.051422022,1
-4019,0.6317,0.043019362,1
-4020,0.6694,0.027543584,1
-4021,0.6718,0.090025589,1
-4022,0.6624,0.076414011,1
-4023,0.5849,0.14478156,1
-4024,0.4741,0.309692383,1
-4025,0.3354,0.401429474,1
-4026,0.1691,0.437628329,1
-4027,0.0894,0.69906354,1
-4028,0.1753,0.482573152,1
-4029,0,0.583878756,1
-4030,0,0.58348006,1
-4031,0,0.304607511,1
-4032,0,0.203610167,1
-4033,0,0.15828231,1
-4034,0,0.094595075,1
-4035,0,0.110830911,1
-4036,0,0.059840612,1
-4037,0,0.039853033,1
-4038,0.1413,0.035600528,1
-4039,0.1111,0.052692126,1
-4040,0.2426,0.051855639,1
-4041,0.3826,0.048305836,1
-4042,0.4891,0.006539112,1
-4043,0.569,0.023408314,1
-4044,0.6004,0.032444067,1
-4045,0.6034,0.009037077,1
-4046,0.6211,0.042149279,1
-4047,0.5338,0.026881762,1
-4048,0.4669,0.0833055,1
-4049,0.334,0.07258568,1
-4050,0.1671,0.091948032,1
-4051,0.086,0.252513438,1
-4052,0.1706,0.457043797,1
-4053,0,0.440359771,1
-4054,0,0.505049467,1
-4055,0,0.033763003,1
-4056,0,0.538475394,1
-4057,0,0.500380576,1
-4058,0,0.512022793,1
-4059,0,0.404206336,1
-4060,0,0.142279267,1
-4061,0,0.133046106,1
-4062,0.1356,0.133957967,1
-4063,0.1041,0.041104347,1
-4064,0.2399,0.029715812,1
-4065,0.3785,0.064291924,1
-4066,0.4837,0.043738909,1
-4067,0.5323,0.056054953,1
-4068,0.5114,0.101633437,1
-4069,0.5175,0.238559932,1
-4070,0.5099,0.194997847,1
-4071,0.502,0.190832943,1
-4072,0.4113,0.26438266,1
-4073,0.3017,0.273810387,1
-4074,0.1773,0.195969075,1
-4075,0.0811,0.235671312,1
-4076,0.0006,0.188544422,1
-4077,0,0.179863051,1
-4078,0,0.223087296,1
-4079,0,0.457369655,1
-4080,0,0.715852976,1
-4081,0,0.713596582,1
-4082,0,0.76570642,1
-4083,0,0.665162086,1
-4084,0,0.588806808,1
-4085,0,0.546291649,1
-4086,0.0521,0.55796808,1
-4087,0.0985,0.266469836,1
-4088,0.2328,0.225079224,1
-4089,0.3833,0.245904773,1
-4090,0.4987,0.211357638,1
-4091,0.5835,0.306866944,1
-4092,0.6064,0.292910546,1
-4093,0.6063,0.578352213,1
-4094,0.5912,0.335241258,1
-4095,0.5341,0.353056669,1
-4096,0.4368,0.549720466,1
-4097,0.3104,0.700077713,1
-4098,0.1689,0.74050355,1
-4099,0.0764,0.73299849,1
-4100,0.0051,0.668370068,1
-4101,0,0.628120422,1
-4102,0,0.922157109,1
-4103,0,0.438893855,1
-4104,0,0.738868475,1
-4105,0,0.763084233,1
-4106,0,0.891970754,1
-4107,0,0.879490018,1
-4108,0,0.863816381,1
-4109,0,0.901715994,1
-4110,0.1443,0.886203647,1
-4111,0.0852,0.726538777,1
-4112,0.2259,0.832694292,1
-4113,0.3874,0.655396104,1
-4114,0.4981,0.291858315,1
-4115,0.7094,0.351051152,1
-4116,0.6284,0.372343123,1
-4117,0.5976,0.437332451,1
-4118,0.6137,0.105712801,1
-4119,0.5524,0.159764498,1
-4120,0.4502,0.109306291,1
-4121,0.3184,0.104877092,1
-4122,0.157,0.19342944,1
-4123,0.074,0.131827265,1
-4124,0.0333,0.340924054,1
-4125,0,0.453167289,1
-4126,0,0.487861902,1
-4127,0,0.509811282,1
-4128,0,0.626587033,1
-4129,0,0.709299266,1
-4130,0,0.700333476,1
-4131,0,0.696311414,1
-4132,0,0.670455039,1
-4133,0,0.690106332,1
-4134,0.1089,0.737875402,1
-4135,0.092,0.692242086,1
-4136,0.2267,0.359303772,1
-4137,0.3764,0.268560737,1
-4138,0.4909,0.244310081,1
-4139,0.5724,0.147598699,1
-4140,0.6002,0.10536211,1
-4141,0.6122,0.081645839,1
-4142,0.5975,0.148678914,1
-4143,0.5315,0.297787875,1
-4144,0.3419,0.247250125,1
-4145,0.1672,0.210757911,1
-4146,0.0733,0.410044819,1
-4147,0.0088,0.393545747,1
-4148,0,0.172684327,1
-4149,0,0.066713706,1
-4150,0,0.185230002,1
-4151,0,0.261187792,1
-4152,0,0.339689076,1
-4153,0,0.625204146,1
-4154,0,0.504969716,1
-4155,0,0.465591371,1
-4156,0,0.499563515,1
-4157,0,0.480354041,1
-4158,0.0043,0.332571834,1
-4159,0.0623,0.432316512,1
-4160,0.2003,0.251026303,1
-4161,0.3362,0.092803873,1
-4162,0.4571,0.057071164,1
-4163,0.5548,0.108330138,1
-4164,0.5854,0.076258294,1
-4165,0.6017,0.052399796,1
-4166,0.6029,0.208288416,1
-4167,0.541,0.584581375,1
-4168,0.425,0.66421026,1
-4169,0.286,0.847339392,1
-4170,0.1556,0.842054784,1
-4171,0.072,0.529410362,1
-4172,0.0689,0.216996342,1
-4173,0,0.25921461,1
-4174,0,0.476371527,1
-4175,0,0.403948426,1
-4176,0,0.76010859,1
-4177,0,0.818769574,1
-4178,0,0.874563038,1
-4179,0,0.818095267,1
-4180,0,0.782227814,1
-4181,0,0.720720172,1
-4182,0.189,0.788428485,1
-4183,0.0883,0.435509503,1
-4184,0.2346,0.409006745,1
-4185,0.4067,0.180446774,1
-4186,0.5354,0.148412406,1
-4187,0.6306,0.176834524,1
-4188,0.6745,0.145434514,1
-4189,0.6685,0.141955018,1
-4190,0.6592,0.079061702,1
-4191,0.5789,0.085265398,1
-4192,0.4474,0.067361027,1
-4193,0.278,0.148066431,1
-4194,0.1607,0.203737557,1
-4195,0.0851,0.203204274,1
-4196,0,0.197249368,1
-4197,0,0.307589203,1
-4198,0,0.4239977,1
-4199,0,0.47179684,1
-4200,0,0.32274884,1
-4201,0,0.32503593,1
-4202,0,0.275586635,1
-4203,0,0.233599499,1
-4204,0,0.357117653,1
-4205,0,0.404591918,1
-4206,0.0729,0.351410776,1
-4207,0.1009,0.201157287,1
-4208,0.1676,0.046241172,1
-4209,0.2093,0.018473998,1
-4210,0.2328,0.035555471,1
-4211,0.2979,0.06104514,1
-4212,0.3235,0.175305843,1
-4213,0.348,0.308563799,1
-4214,0.4524,0.274045497,1
-4215,0.4243,0.198653787,1
-4216,0.3714,0.227635756,1
-4217,0.2726,0.14280875,1
-4218,0.1542,0.056381457,1
-4219,0.0637,0.04625893,1
-4220,0.0004,0.168843001,1
-4221,0,0.470706552,1
-4222,0,0.393394917,1
-4223,0,0.457965046,1
-4224,0,0.437335342,1
-4225,0,0.402341545,1
-4226,0,0.474603027,1
-4227,0,0.578620493,1
-4228,0,0.472773105,1
-4229,0,0.673112988,1
-4230,0.1207,0.487556458,1
-4231,0.1022,0.642497301,1
-4232,0.2362,0.163924798,1
-4233,0.3808,0.410274118,1
-4234,0.4803,0.371521473,1
-4235,0.5357,0.485794842,1
-4236,0.5432,0.599970162,1
-4237,0.5438,0.461502433,1
-4238,0.5222,0.734583735,1
-4239,0.502,0.867029905,1
-4240,0.413,0.772201896,1
-4241,0.3067,0.723240018,1
-4242,0.1705,0.799922466,1
-4243,0.0746,0.879331768,1
-4244,0.0012,0.863843024,1
-4245,0,0.84637481,1
-4246,0,0.903839409,1
-4247,0,0.731194854,1
-4248,0,0.896394849,1
-4249,0,0.925970793,1
-4250,0,0.888633907,1
-4251,0,0.86286819,1
-4252,0,0.796758294,1
-4253,0,0.864796996,1
-4254,0.0428,0.812928677,1
-4255,0.1073,0.716590881,1
-4256,0.2165,0.704919279,1
-4257,0.369,0.75790149,1
-4258,0.4939,0.844030857,1
-4259,0.5937,0.897147357,1
-4260,0.595,0.949973941,1
-4261,0.5971,0.947575867,1
-4262,0.5788,0.840953052,1
-4263,0.5256,0.794181108,1
-4264,0.4145,0.520858407,1
-4265,0.2927,0.718706191,1
-4266,0.1595,0.713927031,1
-4267,0.064,0.522488356,1
-4268,0.0001,0.573285282,1
-4269,0,0.684374332,1
-4270,0,0.768622994,1
-4271,0,0.537875295,1
-4272,0,0.771694243,1
-4273,0,0.820405185,1
-4274,0,0.934811413,1
-4275,0,0.942241013,1
-4276,0,0.94462359,1
-4277,0,0.849394381,1
-4278,0.1196,0.70446378,1
-4279,0.0917,0.500201285,1
-4280,0.2305,0.55485332,1
-4281,0.392,0.45837298,1
-4282,0.5141,0.471818328,1
-4283,0.6074,0.515639544,1
-4284,0.6526,0.489238203,1
-4285,0.6509,0.389002025,1
-4286,0.643,0.243378937,1
-4287,0.5701,0.113690875,1
-4288,0.4684,0.054204211,1
-4289,0.3352,0.109054126,1
-4290,0.1631,0.153396562,1
-4291,0.0781,0.229483485,1
-4292,0.0021,0.236797899,1
-4293,0,0.236457944,1
-4294,0,0.427684844,1
-4295,0,0.423581362,1
-4296,0,0.312239707,1
-4297,0,0.271494567,1
-4298,0,0.279841691,1
-4299,0,0.320327997,1
-4300,0,0.19882746,1
-4301,0,0.171901345,1
-4302,0.0147,0.16929841,1
-4303,0.0785,0.245046273,1
-4304,0.1559,0.535457671,1
-4305,0.2278,0.402436107,1
-4306,0.3812,0.060729399,1
-4307,0.5423,0.012616907,1
-4308,0.5978,0.025308222,1
-4309,0.6228,0.227559552,1
-4310,0.6322,0.295532554,1
-4311,0.569,0.515826643,1
-4312,0.4645,0.831153095,1
-4313,0.3287,0.928076386,1
-4314,0.1604,0.902212679,1
-4315,0.0747,0.903038025,1
-4316,0.0929,0.860321164,1
-4317,0,0.912183642,1
-4318,0,0.943740726,1
-4319,0,0.8529737,1
-4320,0,0.873536527,1
-4321,0,0.862766027,1
-4322,0,0.826988161,1
-4323,0,0.898796499,1
-4324,0,0.950927079,1
-4325,0,0.983706534,1
-4326,0.1443,0.94607842,1
-4327,0.0982,0.82554692,1
-4328,0.2283,0.598109365,1
-4329,0.3865,0.479273468,1
-4330,0.5162,0.672246754,1
-4331,0.6098,0.867943108,1
-4332,0.6572,0.900106907,1
-4333,0.6208,0.856070757,1
-4334,0.59,0.829680204,1
-4335,0.5564,0.710148871,1
-4336,0.4649,0.647312045,1
-4337,0.328,0.694047511,1
-4338,0.1655,0.63080436,1
-4339,0.0849,0.575786114,1
-4340,0.0224,0.635219276,1
-4341,0,0.673888922,1
-4342,0,0.824356079,1
-4343,0,0.749863386,1
-4344,0,0.735274792,1
-4345,0,0.889342427,1
-4346,0,0.860947192,1
-4347,0,0.943480313,1
-4348,0,0.974913836,1
-4349,0,0.949690521,1
-4350,0.1508,0.840350807,1
-4351,0.0868,0.568283916,1
-4352,0.2252,0.207468852,1
-4353,0.3843,0.033710193,1
-4354,0.4963,0.219744951,1
-4355,0.5815,0.181525767,1
-4356,0.6222,0.151813567,1
-4357,0.6205,0.164614603,1
-4358,0.592,0.196637183,1
-4359,0.4165,0.283945441,1
-4360,0.2767,0.269270748,1
-4361,0.2584,0.385933548,1
-4362,0.1568,0.656215608,1
-4363,0.0537,0.475763738,1
-4364,0.0702,0.338123113,1
-4365,0,0.378311455,1
-4366,0,0.448789418,1
-4367,0,0.340887874,1
-4368,0,0.301962912,1
-4369,0,0.351328045,1
-4370,0,0.400170177,1
-4371,0,0.498778969,1
-4372,0,0.577664912,1
-4373,0,0.406799436,1
-4374,0.1168,0.346006393,1
-4375,0.091,0.196011886,1
-4376,0.2258,0.1383304,1
-4377,0.388,0.223812178,1
-4378,0.505,0.270252198,1
-4379,0.564,0.289398611,1
-4380,0.5897,0.366645366,1
-4381,0.5797,0.291606367,1
-4382,0.5759,0.302773029,1
-4383,0.5229,0.359125376,1
-4384,0.4212,0.244277969,1
-4385,0.3117,0.159594864,1
-4386,0.1674,0.124244735,1
-4387,0.0734,0.021181855,1
-4388,0.0566,0.03067603,1
-4389,0,0.129130393,1
-4390,0,0.280370772,1
-4391,0,0.526219308,1
-4392,0,0.668162942,1
-4393,0,0.696199417,1
-4394,0,0.713718951,1
-4395,0,0.732713521,1
-4396,0,0.473168552,1
-4397,0,0.526228905,1
-4398,0.1441,0.674944878,1
-4399,0.0922,0.425536543,1
-4400,0.2275,0.161713198,1
-4401,0.3968,0.191476673,1
-4402,0.5262,0.357934207,1
-4403,0.6258,0.386047095,1
-4404,0.6683,0.36231479,1
-4405,0.6589,0.21156919,1
-4406,0.6377,0.225365162,1
-4407,0.561,0.073017173,1
-4408,0.4526,0.096712187,1
-4409,0.3257,0.081402294,1
-4410,0.1711,0.049737532,1
-4411,0.0727,0.046582147,1
-4412,0,0.042859755,1
-4413,0,0.040344171,1
-4414,0,0.147278696,1
-4415,0,0.140354306,1
-4416,0,0.16254577,1
-4417,0,0.304403126,1
-4418,0,0.528692603,1
-4419,0,0.5736745,1
-4420,0,0.706589222,1
-4421,0,0.527065098,1
-4422,0,0.120109454,1
-4423,0.0269,0.111331001,1
-4424,0.1519,0.156384677,1
-4425,0.2952,0.092773452,1
-4426,0.4336,0.076235712,1
-4427,0.6431,0.10553728,1
-4428,0.5725,0.134427071,1
-4429,0.5841,0.124599233,1
-4430,0.5682,0.133066893,1
-4431,0.5387,0.312435329,1
-4432,0.448,0.195112407,1
-4433,0.3257,0.273107171,1
-4434,0.1648,0.22575447,1
-4435,0.0701,0.357565522,1
-4436,0,0.197546765,1
-4437,0,0.161477044,1
-4438,0,0.300178319,1
-4439,0,0.282582492,1
-4440,0,0.27826336,1
-4441,0,0.570442438,1
-4442,0,0.722596824,1
-4443,0,0.811004937,1
-4444,0,0.771290183,1
-4445,0,0.843086183,1
-4446,0.1293,0.805844426,1
-4447,0.0851,0.65263015,1
-4448,0.2233,0.62416935,1
-4449,0.3887,0.585223258,1
-4450,0.5069,0.660532832,1
-4451,0.5897,0.725899458,1
-4452,0.5968,0.555612206,1
-4453,0.5784,0.505075574,1
-4454,0.5602,0.433803856,1
-4455,0.4569,0.384775996,1
-4456,0.3911,0.374514043,1
-4457,0.3015,0.320914686,1
-4458,0.1686,0.336450845,1
-4459,0.0771,0.222384259,1
-4460,0.0584,0.243108839,1
-4461,0,0.170596272,1
-4462,0,0.28028363,1
-4463,0,0.177054793,1
-4464,0,0.3784886,1
-4465,0,0.385326326,1
-4466,0,0.483365893,1
-4467,0,0.485721558,1
-4468,0,0.381986409,1
-4469,0,0.327577651,1
-4470,0.1516,0.30684182,1
-4471,0.0848,0.173519358,1
-4472,0.2216,0.039129544,1
-4473,0.3852,0.007424058,1
-4474,0.5053,0.003814896,1
-4475,0.5913,0.007895242,1
-4476,0.5977,0.026389783,1
-4477,0.6319,0.041739184,1
-4478,0.614,0.039437145,1
-4479,0.5582,0.030438257,1
-4480,0.4593,0.065914661,1
-4481,0.332,0.051755123,1
-4482,0.1649,0.069558114,1
-4483,0.0539,0.079412133,1
-4484,0.0018,0.105219625,1
-4485,0,0.133916602,1
-4486,0,0.221606851,1
-4487,0,0.61089313,1
-4488,0,0.73228091,1
-4489,0,0.748290598,1
-4490,0,0.840484977,1
-4491,0,0.902817488,1
-4492,0,0.885594606,1
-4493,0,0.847271442,1
-4494,0.0746,0.757025123,1
-4495,0.094,0.310640633,1
-4496,0.2183,0.095996723,1
-4497,0.3221,0.046986736,1
-4498,0.3609,0.027199123,1
-4499,0.3746,0.007021645,1
-4500,0.4013,0.124537833,1
-4501,0.3806,0.195336699,1
-4502,0.377,0.168766558,1
-4503,0.3338,0.355546772,1
-4504,0.3031,0.498713583,1
-4505,0.2765,0.507240832,1
-4506,0.1654,0.41784665,1
-4507,0.0663,0.456845284,1
-4508,0.0062,0.312315553,1
-4509,0,0.480841488,1
-4510,0,0.779624343,1
-4511,0,0.821852207,1
-4512,0,0.86944288,1
-4513,0,0.934531391,1
-4514,0,0.931686342,1
-4515,0,0.886909723,1
-4516,0,0.749699533,1
-4517,0,0.587101161,1
-4518,0.1241,0.394817799,1
-4519,0.0868,0.382530987,1
-4520,0.2205,0.209656596,1
-4521,0.385,0.143225715,1
-4522,0.5096,0.173741296,1
-4523,0.6007,0.158364147,1
-4524,0.631,0.440866023,1
-4525,0.6153,0.50539726,1
-4526,0.6066,0.458884746,1
-4527,0.5631,0.595458627,1
-4528,0.4664,0.452098638,1
-4529,0.3333,0.625940919,1
-4530,0.168,0.683930635,1
-4531,0.0733,0.79899174,1
-4532,0.0316,0.589570045,1
-4533,0,0.444985658,1
-4534,0,0.680469453,1
-4535,0,0.740733266,1
-4536,0,0.760784745,1
-4537,0,0.649910092,1
-4538,0,0.449806392,1
-4539,0,0.403682619,1
-4540,0,0.713473082,1
-4541,0,0.758000851,1
-4542,0.1589,0.70315212,1
-4543,0.0943,0.321126133,1
-4544,0.2225,0.077181838,1
-4545,0.3699,0.004887635,1
-4546,0.5086,0.108316578,1
-4547,0.5908,0.270827264,1
-4548,0.6336,0.323221415,1
-4549,0.6495,0.238416597,1
-4550,0.6516,0.232966736,1
-4551,0.5842,0.21313791,1
-4552,0.4786,0.198754862,1
-4553,0.3446,0.29604885,1
-4554,0.1706,0.264021724,1
-4555,0.0752,0.33450228,1
-4556,0.1152,0.301816016,1
-4557,0,0.284016728,1
-4558,0,0.640754879,1
-4559,0,0.490187824,1
-4560,0,0.355789304,1
-4561,0,0.340449482,1
-4562,0,0.333329797,1
-4563,0,0.369770527,1
-4564,0,0.36360234,1
-4565,0,0.31896776,1
-4566,0.1589,0.303836137,1
-4567,0.089,0.160167903,1
-4568,0.2251,0.079632118,1
-4569,0.3939,0.012164543,1
-4570,0.5244,0.003566262,1
-4571,0.6196,0.016549267,1
-4572,0.6585,0.043549895,1
-4573,0.659,0.087439194,1
-4574,0.6504,0.119526654,1
-4575,0.5857,0.140196681,1
-4576,0.4782,0.188395977,1
-4577,0.3406,0.205389231,1
-4578,0.1721,0.2156872,1
-4579,0.0742,0.242334917,1
-4580,0.0396,0.282566041,1
-4581,0,0.342386037,1
-4582,0,0.382936895,1
-4583,0,0.143793866,1
-4584,0,0.109929651,1
-4585,0,0.051163875,1
-4586,0,0.054687485,1
-4587,0,0.105050832,1
-4588,0,0.182591677,1
-4589,0,0.179021642,1
-4590,0.0857,0.148925558,1
-4591,0.0985,0.148362264,1
-4592,0.2236,0.01434649,1
-4593,0.3682,0.006403404,1
-4594,0.461,0.000551855,1
-4595,0.5657,0.002222841,1
-4596,0.6113,0.014765747,1
-4597,0.6112,0.025982326,1
-4598,0.7148,0.051011458,1
-4599,0.5522,0.095408663,1
-4600,0.4604,0.085321628,1
-4601,0.3336,0.07350786,1
-4602,0.1691,0.132214531,1
-4603,0.0764,0.137849957,1
-4604,0.0422,0.184404567,1
-4605,0,0.356327027,1
-4606,0,0.603103399,1
-4607,0,0.27046901,1
-4608,0,0.506826282,1
-4609,0,0.575612068,1
-4610,0,0.548263431,1
-4611,0,0.647408605,1
-4612,0,0.654589415,1
-4613,0,0.497003525,1
-4614,0.1104,0.445106089,1
-4615,0.0878,0.229878709,1
-4616,0.2191,0.060949557,1
-4617,0.3857,0.011994306,1
-4618,0.5104,0.00880008,1
-4619,0.6019,0.002130054,1
-4620,0.6436,0.015359428,1
-4621,0.6155,0.068614677,1
-4622,0.7403,0.056704305,1
-4623,0.5629,0.067317396,1
-4624,0.4731,0.097863823,1
-4625,0.3398,0.109962121,1
-4626,0.1685,0.160627872,1
-4627,0.073,0.166034579,1
-4628,0.0515,0.201618627,1
-4629,0,0.370844096,1
-4630,0,0.469563782,1
-4631,0,0.348116159,1
-4632,0,0.448170602,1
-4633,0,0.575467587,1
-4634,0,0.719165981,1
-4635,0,0.716450989,1
-4636,0,0.552055776,1
-4637,0,0.570802212,1
-4638,0.1349,0.446002901,1
-4639,0.087,0.263706267,1
-4640,0.2179,0.027369423,1
-4641,0.3662,0.011556719,1
-4642,0.453,0.00554294,1
-4643,0.5139,0.007458947,1
-4644,0.5027,0.007238535,1
-4645,0.486,0.024647465,1
-4646,0.5046,0.079487853,1
-4647,0.4792,0.175486401,1
-4648,0.4084,0.276802629,1
-4649,0.2899,0.371062219,1
-4650,0.1532,0.394833893,1
-4651,0.0512,0.3422243,1
-4652,0.0079,0.21255663,1
-4653,0,0.471006572,1
-4654,0,0.670012355,1
-4655,0,0.528434157,1
-4656,0,0.271737635,1
-4657,0,0.157962248,1
-4658,0,0.307011753,1
-4659,0,0.498054177,1
-4660,0,0.58826077,1
-4661,0,0.604618669,1
-4662,0.0009,0.732898831,1
-4663,0.0476,0.799993157,1
-4664,0.1894,0.313152343,1
-4665,0.3091,0.391952872,1
-4666,0.3908,0.167126656,1
-4667,0.4513,0.157932818,1
-4668,0.4954,0.086081825,1
-4669,0.5444,0.061497808,1
-4670,0.5906,0.080503285,1
-4671,0.5663,0.12262772,1
-4672,0.463,0.05908297,1
-4673,0.3344,0.060615432,1
-4674,0.1675,0.10179241,1
-4675,0.0696,0.106257804,1
-4676,0.0264,0.158995539,1
-4677,0,0.193694279,1
-4678,0,0.336901158,1
-4679,0,0.417851448,1
-4680,0,0.382728875,1
-4681,0,0.311964035,1
-4682,0,0.372542143,1
-4683,0,0.345125735,1
-4684,0,0.174158067,1
-4685,0,0.133626163,1
-4686,0.1152,0.175986752,1
-4687,0.0873,0.270207316,1
-4688,0.2188,0.067989402,1
-4689,0.361,0.002678263,1
-4690,0.4632,0.002921102,1
-4691,0.5972,0.005768502,1
-4692,0.464,0.025790602,1
-4693,0.4484,0.083233826,1
-4694,0.4266,0.146679327,1
-4695,0.4012,0.264722854,1
-4696,0.3295,0.271960229,1
-4697,0.2302,0.200801462,1
-4698,0.1164,0.183507621,1
-4699,0.0125,0.10289672,1
-4700,0,0.330625206,1
-4701,0,0.304564148,1
-4702,0,0.149596244,1
-4703,0,0.086167753,1
-4704,0,0.040918395,1
-4705,0,0.066019118,1
-4706,0,0.198731586,1
-4707,0,0.22228682,1
-4708,0,0.269020945,1
-4709,0,0.338626444,1
-4710,0.0316,0.329733253,1
-4711,0.0805,0.142758727,1
-4712,0.2149,0.309967369,1
-4713,0.3659,0.22771126,1
-4714,0.4898,0.105750352,1
-4715,0.5831,0.306384861,1
-4716,0.6085,0.308015108,1
-4717,0.5999,0.555920124,1
-4718,0.5772,0.40271455,1
-4719,0.5188,0.4744156,1
-4720,0.4201,0.448099613,1
-4721,0.3017,0.324053347,1
-4722,0.1691,0.638685226,1
-4723,0.0705,0.331537277,1
-4724,0,0.301580161,1
-4725,0,0.179259643,1
-4726,0,0.331651002,1
-4727,0,0.218752727,1
-4728,0,0.247766033,1
-4729,0,0.280310601,1
-4730,0,0.603805244,1
-4731,0,0.741859972,1
-4732,0,0.44207269,1
-4733,0,0.534612,1
-4734,0.0259,0.587511122,1
-4735,0.096,0.48241505,1
-4736,0.2133,0.226682097,1
-4737,0.3624,0.376575917,1
-4738,0.4795,0.272142261,1
-4739,0.5633,0.132447034,1
-4740,0.5708,0.091180928,1
-4741,0.534,0.420845181,1
-4742,0.5641,0.543866694,1
-4743,0.5537,0.943579316,1
-4744,0.457,0.83001256,1
-4745,0.3439,0.698711514,1
-4746,0.1642,0.536995411,1
-4747,0.0638,0.770702124,1
-4748,0,0.569594324,1
-4749,0,0.668922722,1
-4750,0,0.759383678,1
-4751,0,0.672967851,1
-4752,0,0.861851215,1
-4753,0,0.904103041,1
-4754,0,0.948453426,1
-4755,0,0.924273491,1
-4756,0,0.598329663,1
-4757,0,0.679739118,1
-4758,0.0054,0.726229846,1
-4759,0.0826,0.374634266,1
-4760,0.2036,0.286880225,1
-4761,0.3215,0.330193251,1
-4762,0.4199,0.128418282,1
-4763,0.5034,0.290965378,1
-4764,0.5322,0.178795844,1
-4765,0.5403,0.330005288,1
-4766,0.4716,0.362643749,1
-4767,0.3179,0.640228391,1
-4768,0.1481,0.531164765,1
-4769,0.1209,0.329949379,1
-4770,0.1182,0.386095732,1
-4771,0.0209,0.423034161,1
-4772,0,0.450478375,1
-4773,0,0.57635653,1
-4774,0,0.720451176,1
-4775,0,0.523391306,1
-4776,0,0.655831814,1
-4777,0,0.588717222,1
-4778,0,0.227098763,1
-4779,0,0.17481938,1
-4780,0,0.272776425,1
-4781,0,0.168066531,1
-4782,0.0124,0.131873012,1
-4783,0.0858,0.11483182,1
-4784,0.1993,0.039083671,1
-4785,0.3012,0.015605348,1
-4786,0.4181,0.005083221,1
-4787,0.5171,0.026523871,1
-4788,0.5313,0.037933312,1
-4789,0.5773,0.07878951,1
-4790,0.5196,0.151713207,1
-4791,0.4946,0.159514621,1
-4792,0.4443,0.166231588,1
-4793,0.3279,0.237598807,1
-4794,0.1745,0.299556315,1
-4795,0.071,0.470466763,1
-4796,0.0002,0.258484989,1
-4797,0,0.510530412,1
-4798,0,0.002039773,1
-4799,0,0.227039397,1
-4800,0,0.21608673,1
-4801,0,0.400255084,1
-4802,0,0.521532774,1
-4803,0,0.458882213,1
-4804,0,0.451008141,1
-4805,0,0.491534829,1
-4806,0.0042,0.467617095,1
-4807,0.0398,0.100013167,1
-4808,0.1349,0.025949452,1
-4809,0.246,0.009271344,1
-4810,0.3214,0.00585303,1
-4811,0.3781,0.008102837,1
-4812,0.4205,0.011761335,1
-4813,0.4431,0.016859254,1
-4814,0.4225,0.014383033,1
-4815,0.4012,0.013123969,1
-4816,0.3611,0.024976533,1
-4817,0.2682,0.04874368,1
-4818,0.1522,0.067713812,1
-4819,0.0493,0.00194676,1
-4820,0.0035,0.243894607,1
-4821,0,0.43423447,1
-4822,0,0.269676387,1
-4823,0,0.308281243,1
-4824,0,0.154390037,1
-4825,0,0.017501773,1
-4826,0,0.015170611,1
-4827,0,0.023492908,1
-4828,0,0.051520996,1
-4829,0,0.223330855,1
-4830,0.0958,0.241920054,1
-4831,0.085,0.171876311,1
-4832,0.2209,0.001826935,1
-4833,0.3936,0.013653222,1
-4834,0.5269,0.025165366,1
-4835,0.6269,0.030590979,1
-4836,0.6626,0.034232326,1
-4837,0.6526,0.04123871,1
-4838,0.6325,0.053907212,1
-4839,0.5865,0.053079225,1
-4840,0.4871,0.074169755,1
-4841,0.35,0.094135061,1
-4842,0.1748,0.228436068,1
-4843,0.0721,0.482882708,1
-4844,0.0038,0.473664314,1
-4845,0,0.850350022,1
-4846,0,0.730587542,1
-4847,0,0.574664116,1
-4848,0,0.486055911,1
-4849,0,0.493424475,1
-4850,0,0.554639995,1
-4851,0,0.022347625,1
-4852,0,0.018881368,1
-4853,0,0.01442062,1
-4854,0.1493,0.019700399,1
-4855,0.0807,0.016209207,1
-4856,0.2201,0.100405432,1
-4857,0.3898,0.012201681,1
-4858,0.5143,0.00949485,1
-4859,0.6101,0.002262434,1
-4860,0.6395,0.014513246,1
-4861,0.6368,0.067400068,1
-4862,0.6288,0.1390104,1
-4863,0.5833,0.269864947,1
-4864,0.478,0.310260683,1
-4865,0.345,0.486755341,1
-4866,0.1708,0.549155653,1
-4867,0.0667,0.631044269,1
-4868,0,0.414786339,1
-4869,0,0.727302015,1
-4870,0,0.83818835,1
-4871,0,0.794625223,1
-4872,0,0.820741951,1
-4873,0,0.738538444,1
-4874,0,0.770587742,1
-4875,0,0.70263207,1
-4876,0,0.646381199,1
-4877,0,0.586845875,1
-4878,0.0009,0.30252862,1
-4879,0.0705,0.128431991,1
-4880,0.1883,0.016902862,1
-4881,0.2657,0.009028871,1
-4882,0.3542,0.01866756,1
-4883,0.4061,0.080678217,1
-4884,0.451,0.244285077,1
-4885,0.5063,0.258151799,1
-4886,0.5355,0.330182612,1
-4887,0.5429,0.49361068,1
-4888,0.4437,0.46395123,1
-4889,0.2909,0.59548676,1
-4890,0.1575,0.51181227,1
-4891,0.0422,0.397334397,1
-4892,0,0.276570857,1
-4893,0,0.545770884,1
-4894,0,0.81570828,1
-4895,0,0.658194661,1
-4896,0,0.616171062,1
-4897,0,0.277073294,1
-4898,0,0.46792075,1
-4899,0,0.42154187,1
-4900,0,0.332238108,1
-4901,0,0.453854948,1
-4902,0,0.320079714,1
-4903,0.0696,0.430400163,1
-4904,0.2025,0.242533177,1
-4905,0.3519,0.35447067,1
-4906,0.4108,0.181891933,1
-4907,0.4738,0.53461194,1
-4908,0.5385,0.553782165,1
-4909,0.5878,0.572003007,1
-4910,0.5818,0.784709632,1
-4911,0.4739,0.940660059,1
-4912,0.3739,0.942701101,1
-4913,0.294,0.808942735,1
-4914,0.1633,0.806119323,1
-4915,0.0589,0.824630201,1
-4916,0,0.818707645,1
-4917,0,0.877373099,1
-4918,0,0.922973037,1
-4919,0,0.839405954,1
-4920,0,0.819250226,1
-4921,0,0.842379451,1
-4922,0,0.895493627,1
-4923,0,0.805459857,1
-4924,0,0.672666788,1
-4925,0,0.849151015,1
-4926,0.125,0.883198857,1
-4927,0.0777,0.567263186,1
-4928,0.2219,0.429694653,1
-4929,0.3995,0.730511427,1
-4930,0.5319,0.864821613,1
-4931,0.6343,0.868807077,1
-4932,0.6663,0.835792184,1
-4933,0.6765,0.759245872,1
-4934,0.6227,0.617958128,1
-4935,0.6104,0.562941849,1
-4936,0.4944,0.462577611,1
-4937,0.3509,0.446109086,1
-4938,0.1694,0.443038702,1
-4939,0.0685,0.161577567,1
-4940,0,0.121416479,1
-4941,0,0.077009179,1
-4942,0,0.07619226,1
-4943,0,0.086231366,1
-4944,0,0.089803323,1
-4945,0,0.054025549,1
-4946,0,0.079559065,1
-4947,0,0.139392138,1
-4948,0,0.223946691,1
-4949,0,0.139125615,1
-4950,0.002,0.138627335,1
-4951,0.0439,0.146796033,1
-4952,0.1485,0.145073399,1
-4953,0.2769,0.131946236,1
-4954,0.3301,0.1748631,1
-4955,0.3681,0.165689543,1
-4956,0.3924,0.111064464,1
-4957,0.4272,0.166239321,1
-4958,0.4446,0.174502492,1
-4959,0.4271,0.119996376,1
-4960,0.3544,0.13001734,1
-4961,0.2766,0.104805917,1
-4962,0.1366,0.116086766,1
-4963,0.0193,0.06693057,1
-4964,0,0.113320425,1
-4965,0,0.240485549,1
-4966,0,0.364777058,1
-4967,0,0.167017907,1
-4968,0,0.15286392,1
-4969,0,0.162879214,1
-4970,0,0.221426442,1
-4971,0,0.195245266,1
-4972,0,0.126819074,1
-4973,0,0.065985784,1
-4974,0,0.072548963,1
-4975,0.039,0.053847943,1
-4976,0.1519,0.029997408,1
-4977,0.2595,0.002795102,1
-4978,0.3365,0.003305664,1
-4979,0.4107,0.002698944,1
-4980,0.4512,0.003833863,1
-4981,0.4759,0.039652362,1
-4982,0.4776,0.021288734,1
-4983,0.3957,0.042603537,1
-4984,0.3695,0.038945761,1
-4985,0.2665,0.028701656,1
-4986,0.1424,0.03214081,1
-4987,0.0366,0.143951938,1
-4988,0,0.143295363,1
-4989,0,0.176604182,1
-4990,0,0.198439181,1
-4991,0,0.359209269,1
-4992,0,0.35514456,1
-4993,0,0.203780696,1
-4994,0,0.161579594,1
-4995,0,0.122892007,1
-4996,0,0.080876909,1
-4997,0,0.068118513,1
-4998,0,0.022384312,1
-4999,0.0759,0.020809479,1
-5000,0.1942,0.000392682,1
-5001,0.3388,0.000501102,1
-5002,0.4434,0.006111708,1
-5003,0.5172,0.005960941,1
-5004,0.4947,0.02177399,1
-5005,0.4841,0.016676595,1
-5006,0.4469,0.02678364,1
-5007,0.3442,0.095646515,1
-5008,0.2529,0.170850307,1
-5009,0.1595,0.053808969,1
-5010,0.0649,0.023640428,1
-5011,0.0001,0.069068789,1
-5012,0,0.202703357,1
-5013,0,0.166000903,1
-5014,0,0.093580425,1
-5015,0,0.088386253,1
-5016,0,0.113923371,1
-5017,0,0.094986938,1
-5018,0,0.127463281,1
-5019,0,0.163951665,1
-5020,0,0.21594511,1
-5021,0,0.159567267,1
-5022,0,0.054172184,1
-5023,0.0332,0.032365628,1
-5024,0.1747,0.007005625,1
-5025,0.2926,0.008259251,1
-5026,0.3854,0.011123013,1
-5027,0.4568,0.019695625,1
-5028,0.4712,0.041679472,1
-5029,0.4664,0.050001118,1
-5030,0.5758,0.039437555,1
-5031,0.3979,0.05666399,1
-5032,0.3435,0.048673466,1
-5033,0.2533,0.020290073,1
-5034,0.1416,0.036882337,1
-5035,0.037,0.046385288,1
-5036,0,0.025997929,1
-5037,0,0.018877581,1
-5038,0,0.074524105,1
-5039,0,0.065120146,1
-5040,0,0.000568886,1
-5041,0,0.020197429,1
-5042,0,0.009466507,1
-5043,0,0.001033041,1
-5044,0,0.022851607,1
-5045,0,0.024971258,1
-5046,0.0006,0.029738523,1
-5047,0.0743,0.014427024,1
-5048,0.2155,0.002566995,1
-5049,0.3828,0.000958665,1
-5050,0.5145,0,1
-5051,0.6114,0.003070144,1
-5052,0.6382,0.006397831,1
-5053,0.6077,0.067162856,1
-5054,0.6255,0.014009891,1
-5055,0.584,0.06104511,1
-5056,0.4761,0.155620545,1
-5057,0.3395,0.330690414,1
-5058,0.168,0.349887937,1
-5059,0.0586,0.502367556,1
-5060,0,0.071041599,1
-5061,0,0.046079617,1
-5062,0,0.460916191,1
-5063,0,0.339356333,1
-5064,0,0.513841987,1
-5065,0,0.419011384,1
-5066,0,0.292943299,1
-5067,0,0.183073029,1
-5068,0,0.27640897,1
-5069,0,0.295211256,1
-5070,0,0.23877351,1
-5071,0.078,0.289629996,1
-5072,0.1981,0.033914465,1
-5073,0.3184,0.021682797,1
-5074,0.4295,0.039954104,1
-5075,0.5029,0.122861043,1
-5076,0.5136,0.224781841,1
-5077,0.5054,0.340131223,1
-5078,0.4654,0.259911835,1
-5079,0.3574,0.23844263,1
-5080,0.2901,0.26425916,1
-5081,0.1878,0.280435681,1
-5082,0.0768,0.358511209,1
-5083,0.005,0.415108681,1
-5084,0,0.165087253,1
-5085,0,0.033944249,1
-5086,0,0.027121484,1
-5087,0,0.032200892,1
-5088,0,0.084785648,1
-5089,0,0.067750126,1
-5090,0,0.067596138,1
-5091,0,0.021507733,1
-5092,0,0.009752375,1
-5093,0,0.039541855,1
-5094,0,0.020418584,1
-5095,0.071,0.012353014,1
-5096,0.2055,0.002746195,1
-5097,0.3566,0.005363245,1
-5098,0.4565,0.006526411,1
-5099,0.5028,0.041702118,1
-5100,0.5223,0.014704306,1
-5101,0.5359,0.046749365,1
-5102,0.507,0.054902148,1
-5103,0.4455,0.105826683,1
-5104,0.3584,0.110868618,1
-5105,0.2457,0.152516618,1
-5106,0.1507,0.471300602,1
-5107,0.0369,0.477187693,1
-5108,0,0.53750962,1
-5109,0,0.372338384,1
-5110,0,0.298961699,1
-5111,0,0.245764732,1
-5112,0,0.358841419,1
-5113,0,0.257534117,1
-5114,0,0.309840173,1
-5115,0,0.147013009,1
-5116,0,0.11839208,1
-5117,0,0.088332079,1
-5118,0,0.04392343,1
-5119,0.0634,0.01223818,1
-5120,0.1998,0.023862667,1
-5121,0.3594,0.002184835,1
-5122,0.4807,0.002271217,1
-5123,0.5724,0.007709014,1
-5124,0.5843,0.046687797,1
-5125,0.6006,0.120771192,1
-5126,0.5989,0.078650691,1
-5127,0.5624,0.137721717,1
-5128,0.4613,0.171238959,1
-5129,0.3293,0.257485121,1
-5130,0.1622,0.346794784,1
-5131,0.0508,0.196235657,1
-5132,0,0.132480115,1
-5133,0,0.095272109,1
-5134,0,0.21240817,1
-5135,0,0.163431272,1
-5136,0,0.156307191,1
-5137,0,0.325464964,1
-5138,0,0.325431585,1
-5139,0,0.336254627,1
-5140,0,0.455584288,1
-5141,0,0.575829148,1
-5142,0,0.532094121,1
-5143,0.073,0.278767914,1
-5144,0.2057,0.123714261,1
-5145,0.3553,0.018157121,1
-5146,0.4562,0.048947532,1
-5147,0.4998,0.08324258,1
-5148,0.5687,0.096392959,1
-5149,0.5299,0.216398492,1
-5150,0.5972,0.083879843,1
-5151,0.564,0.106405534,1
-5152,0.4604,0.141268373,1
-5153,0.3121,0.203122258,1
-5154,0.1584,0.242043108,1
-5155,0.0394,0.165927202,1
-5156,0,0.310193837,1
-5157,0,0.467094541,1
-5158,0,0.417840689,1
-5159,0,0.625258744,1
-5160,0,0.53242892,1
-5161,0,0.185649037,1
-5162,0,0.166912556,1
-5163,0,0.164871648,1
-5164,0,0.147087827,1
-5165,0,0.094698071,1
-5166,0,0.09938664,1
-5167,0.0648,0.097551055,1
-5168,0.204,0.045637567,1
-5169,0.365,0.019757899,1
-5170,0.4921,0.012285512,1
-5171,0.5866,0.036809977,1
-5172,0.607,0.080685504,1
-5173,0.6048,0.186052233,1
-5174,0.5919,0.224707812,1
-5175,0.5448,0.273608088,1
-5176,0.4365,0.252656788,1
-5177,0.2947,0.307524681,1
-5178,0.136,0.183552042,1
-5179,0.0379,0.275318682,1
-5180,0,0.119393237,1
-5181,0,0.220759913,1
-5182,0,0.342562228,1
-5183,0,0.409025609,1
-5184,0,0.414004862,1
-5185,0,0.50363493,1
-5186,0,0.422825962,1
-5187,0,0.447464645,1
-5188,0,0.260767996,1
-5189,0,0.390723467,1
-5190,0,0.494361609,1
-5191,0.0634,0.298513919,1
-5192,0.1953,0.063333377,1
-5193,0.3401,0.23710078,1
-5194,0.4563,0.355088562,1
-5195,0.5382,0.700886786,1
-5196,0.5595,0.716487646,1
-5197,0.5479,0.870358706,1
-5198,0.5425,0.87018764,1
-5199,0.4874,0.946130037,1
-5200,0.3436,0.988566279,1
-5201,0.2091,0.899245739,1
-5202,0.0838,0.863482356,1
-5203,0.0077,0.761854887,1
-5204,0,0.767868817,1
-5205,0,0.763257265,1
-5206,0,0.848246574,1
-5207,0,0.815848827,1
-5208,0,0.683200955,1
-5209,0,0.614017427,1
-5210,0,0.595252097,1
-5211,0,0.579413474,1
-5212,0,0.644298792,1
-5213,0,0.639995754,1
-5214,0,0.52055037,1
-5215,0.0532,0.425003618,1
-5216,0.1963,0.233469456,1
-5217,0.3625,0.176575705,1
-5218,0.5001,0.383578598,1
-5219,0.5954,0.318500638,1
-5220,0.6276,0.324729234,1
-5221,0.6399,0.330873638,1
-5222,0.6237,0.464974791,1
-5223,0.5738,0.313347578,1
-5224,0.436,0.333733678,1
-5225,0.335,0.276524663,1
-5226,0.1634,0.29196763,1
-5227,0.0531,0.164438337,1
-5228,0,0.170531303,1
-5229,0,0.064466998,1
-5230,0,0.158149377,1
-5231,0,0.085629024,1
-5232,0,0.114095062,1
-5233,0,0.148261577,1
-5234,0,0.1236002,1
-5235,0,0.091526181,1
-5236,0,0.134679243,1
-5237,0,0.180604696,1
-5238,0,0.141267836,1
-5239,0.0746,0.042453215,1
-5240,0.2162,0.002546078,1
-5241,0.3836,0.000120877,1
-5242,0.5163,0.000161457,1
-5243,0.6003,0.001443563,1
-5244,0.5951,0.0073655,1
-5245,0.5868,0.018177116,1
-5246,0.5494,0.078697927,1
-5247,0.4993,0.106790863,1
-5248,0.4083,0.108656168,1
-5249,0.2849,0.143654421,1
-5250,0.1536,0.183704808,1
-5251,0.0439,0.147392884,1
-5252,0,0.145578876,1
-5253,0,0.30496031,1
-5254,0,0.413344085,1
-5255,0,0.280601114,1
-5256,0,0.215756044,1
-5257,0,0.21677579,1
-5258,0,0.210527152,1
-5259,0,0.263642132,1
-5260,0,0.409428358,1
-5261,0,0.360254019,1
-5262,0.0006,0.393584907,1
-5263,0.082,0.379556,1
-5264,0.2113,0.098089196,1
-5265,0.3761,1.74E-05,1
-5266,0.4866,3.37E-05,1
-5267,0.5673,0.005480259,1
-5268,0.5762,0.00280679,1
-5269,0.5534,0.023303319,1
-5270,0.4949,0.075780429,1
-5271,0.4754,0.134860903,1
-5272,0.3653,0.152606845,1
-5273,0.2285,0.101290405,1
-5274,0.1159,0.115672298,1
-5275,0.0169,0.148369193,1
-5276,0,0.34921813,1
-5277,0,0.310955316,1
-5278,0,0.43248713,1
-5279,0,0.441556424,1
-5280,0,0.341230869,1
-5281,0,0.184125423,1
-5282,0,0.290180862,1
-5283,0,0.24544318,1
-5284,0,0.157272428,1
-5285,0,0.141852975,1
-5286,0.0001,0.102367923,1
-5287,0.061,0.086054087,1
-5288,0.2043,0.002255384,1
-5289,0.3621,0,1
-5290,0.4936,0,1
-5291,0.5907,0.00241261,1
-5292,0.6045,0.010564745,1
-5293,0.5941,0.023083784,1
-5294,0.5648,0.087866187,1
-5295,0.4976,0.099404767,1
-5296,0.3895,0.185450256,1
-5297,0.2854,0.207877219,1
-5298,0.1313,0.192502275,1
-5299,0.0271,0.305490136,1
-5300,0,0.497039318,1
-5301,0,0.407218903,1
-5302,0,0.382501274,1
-5303,0,0.421244681,1
-5304,0,0.331321448,1
-5305,0,0.366399169,1
-5306,0,0.330091685,1
-5307,0,0.252532154,1
-5308,0,0.08002843,1
-5309,0,0.071729526,1
-5310,0,0.071917936,1
-5311,0.0422,0.023848018,1
-5312,0.1847,0.005796907,1
-5313,0.3168,0.013304271,1
-5314,0.3829,0.04765892,1
-5315,0.4342,0.115138203,1
-5316,0.4222,0.216527298,1
-5317,0.4114,0.194651663,1
-5318,0.3293,0.437864065,1
-5319,0.2521,0.365733266,1
-5320,0.1593,0.174897939,1
-5321,0.044,0.289719731,1
-5322,0.0091,0.509576976,1
-5323,0.001,0.78080374,1
-5324,0,0.439931542,1
-5325,0,0.232544929,1
-5326,0,0.3473894,1
-5327,0,0.328236639,1
-5328,0,0.123186909,1
-5329,0,0.053227138,1
-5330,0,0.019588914,1
-5331,0,0.021772739,1
-5332,0,0.028680565,1
-5333,0,0.01869032,1
-5334,0,0.004345242,1
-5335,0.0441,0.00226355,1
-5336,0.1477,0.002968594,1
-5337,0.2796,0.003299074,1
-5338,0.3944,0.005600385,1
-5339,0.4159,0.025828203,1
-5340,0.4386,0.043013647,1
-5341,0.4434,0.085364312,1
-5342,0.4229,0.126406804,1
-5343,0.4106,0.054286491,1
-5344,0.3777,0.086871766,1
-5345,0.2557,0.13245137,1
-5346,0.1227,0.109962545,1
-5347,0.0057,0.212259635,1
-5348,0,0.133850962,1
-5349,0,0.284277081,1
-5350,0,0.19823508,1
-5351,0,0.11969474,1
-5352,0,0.210018337,1
-5353,0,0.202210009,1
-5354,0,0.187322512,1
-5355,0,0.230713755,1
-5356,0,0.215487063,1
-5357,0,0.247763634,1
-5358,0,0.244971737,1
-5359,0.013,0.294696927,1
-5360,0.0891,0.169457257,1
-5361,0.1723,0.017500915,1
-5362,0.2662,0.004448409,1
-5363,0.4019,0.011661014,1
-5364,0.4251,0.042652972,1
-5365,0.4526,0.065893725,1
-5366,0.4659,0.165514499,1
-5367,0.4813,0.175729275,1
-5368,0.4189,0.184442788,1
-5369,0.2917,0.199763432,1
-5370,0.1482,0.129865631,1
-5371,0.0278,0.062279493,1
-5372,0,0.112238154,1
-5373,0,0.135430187,1
-5374,0,0.35756889,1
-5375,0,0.40813598,1
-5376,0,0.324370742,1
-5377,0,0.149481326,1
-5378,0,0.142831594,1
-5379,0,0.104992136,1
-5380,0,0.184684843,1
-5381,0,0.277882963,1
-5382,0,0.226990446,1
-5383,0.0607,0.166194454,1
-5384,0.2141,0.04530162,1
-5385,0.3901,0.075569786,1
-5386,0.5228,0.211754784,1
-5387,0.616,0.096099004,1
-5388,0.6086,0.146889195,1
-5389,0.6019,0.186275676,1
-5390,0.5902,0.125072449,1
-5391,0.5524,0.133438021,1
-5392,0.4566,0.119864702,1
-5393,0.323,0.097947784,1
-5394,0.1535,0.181387663,1
-5395,0.0356,0.190807998,1
-5396,0,0.452798069,1
-5397,0,0.42438218,1
-5398,0,0.330457926,1
-5399,0,0.161581874,1
-5400,0,0.353107184,1
-5401,0,0.36588037,1
-5402,0,0.351759702,1
-5403,0,0.18087396,1
-5404,0,0.141634524,1
-5405,0,0.061722793,1
-5406,0,0.040727407,1
-5407,0.0611,0.018731862,1
-5408,0.21,0.051262826,1
-5409,0.3548,0.013734648,1
-5410,0.4601,0.018533172,1
-5411,0.4822,0.00482654,1
-5412,0.4699,0.019456945,1
-5413,0.4759,0.08005099,1
-5414,0.4362,0.142731816,1
-5415,0.4222,0.172467887,1
-5416,0.3806,0.167154297,1
-5417,0.2804,0.131049246,1
-5418,0.1386,0.132372618,1
-5419,0.0172,0.136717796,1
-5420,0,0.198281154,1
-5421,0,0.137485176,1
-5422,0,0.104898237,1
-5423,0,0.092230879,1
-5424,0,0.208017707,1
-5425,0,0.312903255,1
-5426,0,0.355376035,1
-5427,0,0.341328919,1
-5428,0,0.173356667,1
-5429,0,0.111482903,1
-5430,0,0.115299486,1
-5431,0.0146,0.106104016,1
-5432,0.077,0.146542951,1
-5433,0.2238,0.27839607,1
-5434,0.3855,0.186963484,1
-5435,0.542,0.0463285,1
-5436,0.6033,0.060938679,1
-5437,0.5714,0.011774694,1
-5438,0.5218,0.020161707,1
-5439,0.4491,0.052845672,1
-5440,0.3049,0.061190482,1
-5441,0.173,0.052118592,1
-5442,0.07,0.039835989,1
-5443,0,0.026132254,1
-5444,0,0.047484826,1
-5445,0,0.122943424,1
-5446,0,0.099515297,1
-5447,0,0.116646603,1
-5448,0,0.300391167,1
-5449,0,0.248312771,1
-5450,0,0.23103644,1
-5451,0,0.235095993,1
-5452,0,0.196336851,1
-5453,0,0.13673909,1
-5454,0,0.186635658,1
-5455,0.0398,0.12106365,1
-5456,0.1486,0.152915493,1
-5457,0.3517,0.270072132,1
-5458,0.4887,0.137262881,1
-5459,0.5906,0.163957983,1
-5460,0.6156,0.329443038,1
-5461,0.6173,0.275402367,1
-5462,0.611,0.247446328,1
-5463,0.576,0.35593769,1
-5464,0.4732,0.436780334,1
-5465,0.3345,0.336173832,1
-5466,0.1517,0.24281922,1
-5467,0.035,0.480043411,1
-5468,0,0.363274783,1
-5469,0,0.410698712,1
-5470,0,0.385848314,1
-5471,0,0.305099726,1
-5472,0,0.488200903,1
-5473,0,0.366737992,1
-5474,0,0.328568071,1
-5475,0,0.340783209,1
-5476,0,0.315259963,1
-5477,0,0.317716748,1
-5478,0,0.241700351,1
-5479,0.061,0.298017234,1
-5480,0.2197,0.056925505,1
-5481,0.3925,0.0100007,1
-5482,0.5212,0.002056094,1
-5483,0.6171,0.040628798,1
-5484,0.6261,0.137523457,1
-5485,0.6266,0.251491964,1
-5486,0.6131,0.387796283,1
-5487,0.5703,0.575788379,1
-5488,0.4571,0.701447666,1
-5489,0.3151,0.708019495,1
-5490,0.1411,0.445410132,1
-5491,0.0169,0.386420488,1
-5492,0,0.748086274,1
-5493,0,0.621419072,1
-5494,0,0.533993185,1
-5495,0,0.40915972,1
-5496,0,0.346446127,1
-5497,0,0.429243594,1
-5498,0,0.365041852,1
-5499,0,0.28933385,1
-5500,0,0.241131619,1
-5501,0,0.275374413,1
-5502,0,0.176746994,1
-5503,0.0082,0.163548708,1
-5504,0.1013,0.215921164,1
-5505,0.2049,0.214884758,1
-5506,0.3041,0.136055589,1
-5507,0.3733,0.029015737,1
-5508,0.4135,0.029302053,1
-5509,0.4441,0.060901862,1
-5510,0.4674,0.038483791,1
-5511,0.4312,0.060433034,1
-5512,0.3863,0.121973686,1
-5513,0.2861,0.095111981,1
-5514,0.1305,0.110422656,1
-5515,0.0184,0.282187194,1
-5516,0,0.364474177,1
-5517,0,0.55678606,1
-5518,0,0.494606197,1
-5519,0,0.591784894,1
-5520,0,0.608580232,1
-5521,0,0.753403723,1
-5522,0,0.823931098,1
-5523,0,0.658547521,1
-5524,0,0.602703333,1
-5525,0,0.630617738,1
-5526,0,0.58955282,1
-5527,0.0641,0.379102618,1
-5528,0.1855,0.094353765,1
-5529,0.3711,0.051510982,1
-5530,0.4964,0.03828229,1
-5531,0.3738,0.003629322,1
-5532,0.4547,0.003363237,1
-5533,0.3845,0.000154485,1
-5534,0.3859,0.011625403,1
-5535,0.4689,0.024610162,1
-5536,0.3918,0.026449084,1
-5537,0.2566,0.014012012,1
-5538,0.139,0.007377565,1
-5539,0.0197,0.007426251,1
-5540,0,0.037726991,1
-5541,0,0.065565184,1
-5542,0,0.12616846,1
-5543,0,0.067318417,1
-5544,0,0.062110789,1
-5545,0,0.059183639,1
-5546,0,0.017477738,1
-5547,0,0.003308868,1
-5548,0,0.003098957,1
-5549,0,0.034557465,1
-5550,0,0.029256877,1
-5551,0.0431,0.060317811,1
-5552,0.1775,0.000623195,1
-5553,0.3417,1.58E-05,1
-5554,0.4808,0,1
-5555,0.5742,0,1
-5556,0.5341,0,1
-5557,0.4891,0.000121372,1
-5558,0.4521,0.009977803,1
-5559,0.4369,0.036680672,1
-5560,0.3852,0.047951601,1
-5561,0.2983,0.05779947,1
-5562,0.1453,0.103494272,1
-5563,0.0205,0.121304728,1
-5564,0,0.17586036,1
-5565,0,0.221047595,1
-5566,0,0.191995934,1
-5567,0,0.1736954,1
-5568,0,0.176549047,1
-5569,0,0.116465986,1
-5570,0,0.120669544,1
-5571,0,0.078944132,1
-5572,0,0.162234783,1
-5573,0,0.353673846,1
-5574,0,0.437671453,1
-5575,0.0223,0.331106782,1
-5576,0.1784,0.094289497,1
-5577,0.3427,0.062409885,1
-5578,0.4846,0.140003875,1
-5579,0.5725,0.187447995,1
-5580,0.5996,0.130650893,1
-5581,0.5755,0.128492698,1
-5582,0.573,0.231962904,1
-5583,0.549,0.16910702,1
-5584,0.4675,0.14849548,1
-5585,0.317,0.098733433,1
-5586,0.1336,0.05455634,1
-5587,0.0148,0.063347116,1
-5588,0,0.107670099,1
-5589,0,0.260569662,1
-5590,0,0.204215527,1
-5591,0,0.195455402,1
-5592,0,0.375387609,1
-5593,0,0.270010889,1
-5594,0,0.194438636,1
-5595,0,0.15489471,1
-5596,0,0.091310248,1
-5597,0,0.090811595,1
-5598,0,0.110864207,1
-5599,0.0642,0.119400859,1
-5600,0.2111,0.061479151,1
-5601,0.383,0.005461187,1
-5602,0.5296,0.002071598,1
-5603,0.6173,0.00235035,1
-5604,0.6147,0.003516422,1
-5605,0.5963,0.00953491,1
-5606,0.583,0.025794232,1
-5607,0.5717,0.02855349,1
-5608,0.4633,0.035268076,1
-5609,0.3282,0.06849432,1
-5610,0.1391,0.12005426,1
-5611,0.0192,0.156125575,1
-5612,0,0.156297609,1
-5613,0,0.165643886,1
-5614,0,0.199686095,1
-5615,0,0.124624483,1
-5616,0,0.230294004,1
-5617,0,0.381313324,1
-5618,0,0.512530088,1
-5619,0,0.621118248,1
-5620,0,0.299842745,1
-5621,0,0.431786299,1
-5622,0,0.298764378,1
-5623,0.0536,0.236072391,1
-5624,0.2156,0.088252909,1
-5625,0.3624,0.021430828,1
-5626,0.457,0.007526491,1
-5627,0.4909,0.009397214,1
-5628,0.5337,0.005966187,1
-5629,0.5614,0.016075911,1
-5630,0.5731,0.029082507,1
-5631,0.5627,0.056834929,1
-5632,0.4566,0.079331324,1
-5633,0.3138,0.122015059,1
-5634,0.1382,0.107553273,1
-5635,0.0157,0.076155037,1
-5636,0,0.07418564,1
-5637,0,0.185140714,1
-5638,0,0.301337421,1
-5639,0,0.240397602,1
-5640,0,0.355041444,1
-5641,0,0.36136055,1
-5642,0,0.343556464,1
-5643,0,0.428019077,1
-5644,0,0.30440259,1
-5645,0,0.193062648,1
-5646,0,0.131624371,1
-5647,0.0498,0.134099424,1
-5648,0.2088,0.076709524,1
-5649,0.3714,0.000744713,1
-5650,0.483,8.85E-06,1
-5651,0.5506,0.004691249,1
-5652,0.5401,0.005487277,1
-5653,0.5246,0.007982226,1
-5654,0.5164,0.045375742,1
-5655,0.4891,0.076002859,1
-5656,0.3955,0.073083296,1
-5657,0.2852,0.134692326,1
-5658,0.1296,0.106550097,1
-5659,0.0073,0.170319661,1
-5660,0,0.149630338,1
-5661,0,0.292722106,1
-5662,0,0.268705636,1
-5663,0,0.209165215,1
-5664,0,0.144090563,1
-5665,0,0.064171106,1
-5666,0,0.051064175,1
-5667,0,0.045738723,1
-5668,0,0.056749951,1
-5669,0,0.043590449,1
-5670,0,0.015429542,1
-5671,0.0376,0.031007709,1
-5672,0.1679,0.063010313,1
-5673,0.3053,0.011321949,1
-5674,0.4204,0.000154553,1
-5675,0.4801,0.006507933,1
-5676,0.5293,0.014785787,1
-5677,0.5588,0.039897282,1
-5678,0.5357,0.055247068,1
-5679,0.5009,0.052630201,1
-5680,0.4341,0.111811824,1
-5681,0.3047,0.215767801,1
-5682,0.1335,0.177936614,1
-5683,0.0131,0.362718731,1
-5684,0,0.378284663,1
-5685,0,0.604639411,1
-5686,0,0.461963505,1
-5687,0,0.267082095,1
-5688,0,0.356327593,1
-5689,0,0.236164868,1
-5690,0,0.08108563,1
-5691,0,0.094098724,1
-5692,0,0.091537304,1
-5693,0,0.033837829,1
-5694,0,0.004082053,1
-5695,0.0406,0.003620916,1
-5696,0.2104,0.003715112,1
-5697,0.3931,0.000435094,1
-5698,0.5351,0.001416928,1
-5699,0.6404,0.002340014,1
-5700,0.6488,0.001246676,1
-5701,0.6503,0.00747953,1
-5702,0.6435,0.012482021,1
-5703,0.5997,0.025139732,1
-5704,0.4801,0.047560222,1
-5705,0.3244,0.052346561,1
-5706,0.1324,0.106374368,1
-5707,0.0085,0.269613236,1
-5708,0,0.387379766,1
-5709,0,0.541370153,1
-5710,0,0.417550325,1
-5711,0,0.467351079,1
-5712,0,0.405682355,1
-5713,0,0.510289013,1
-5714,0,0.53990674,1
-5715,0,0.598084569,1
-5716,0,0.648372948,1
-5717,0,0.523863435,1
-5718,0,0.24370347,1
-5719,0.0523,0.277090579,1
-5720,0.2088,0.300955862,1
-5721,0.3625,0.049111541,1
-5722,0.4988,0.038026206,1
-5723,0.5881,0.012491658,1
-5724,0.6101,0.049848456,1
-5725,0.6167,0.108439848,1
-5726,0.5839,0.239603534,1
-5727,0.5277,0.486305654,1
-5728,0.3689,0.583033741,1
-5729,0.2267,0.686516345,1
-5730,0.0926,0.604034424,1
-5731,0,0.64981252,1
-5732,0,0.368930519,1
-5733,0,0.41013065,1
-5734,0,0.434990108,1
-5735,0,0.556441188,1
-5736,0,0.636395633,1
-5737,0,0.513965726,1
-5738,0,0.592252016,1
-5739,0,0.539731443,1
-5740,0,0.44441247,1
-5741,0,0.396279097,1
-5742,0,0.399709255,1
-5743,0.0002,0.513928473,1
-5744,0.0537,0.22503157,1
-5745,0.1556,0.092150107,1
-5746,0.4078,0.032995488,1
-5747,0.5457,0.112497866,1
-5748,0.5796,0.134966388,1
-5749,0.5648,0.252413899,1
-5750,0.5826,0.395370513,1
-5751,0.5647,0.776124358,1
-5752,0.4589,0.795887351,1
-5753,0.296,0.726337731,1
-5754,0.1132,0.780699193,1
-5755,0.0017,0.532744706,1
-5756,0,0.174365029,1
-5757,0,0.221578494,1
-5758,0,0.597546518,1
-5759,0,0.721705973,1
-5760,0,0.687911749,1
-5761,0,0.627699733,1
-5762,0,0.600979149,1
-5763,0,0.512071013,1
-5764,0,0.581050813,1
-5765,0,0.678632855,1
-5766,0,0.707313776,1
-5767,0.0562,0.743412375,1
-5768,0.2369,0.483317226,1
-5769,0.4272,0.531983256,1
-5770,0.5764,0.406117827,1
-5771,0.6919,0.320986956,1
-5772,0.7017,0.328411847,1
-5773,0.7014,0.266219467,1
-5774,0.6955,0.189184442,1
-5775,0.5924,0.118992023,1
-5776,0.5104,0.239222839,1
-5777,0.3425,0.250168651,1
-5778,0.1381,0.240441874,1
-5779,0.0155,0.299306601,1
-5780,0,0.265537113,1
-5781,0,0.475466967,1
-5782,0,0.709395051,1
-5783,0,0.722037852,1
-5784,0,0.777261913,1
-5785,0,0.792726874,1
-5786,0,0.619156301,1
-5787,0,0.609930873,1
-5788,0,0.518336773,1
-5789,0,0.612712502,1
-5790,0,0.594569564,1
-5791,0.0554,0.599621058,1
-5792,0.2364,0.289509505,1
-5793,0.4235,0.116299786,1
-5794,0.5672,0.074532345,1
-5795,0.6759,0.146257609,1
-5796,0.6838,0.214591622,1
-5797,0.687,0.266400844,1
-5798,0.6784,0.470654726,1
-5799,0.6267,0.565023601,1
-5800,0.4981,0.718677282,1
-5801,0.3325,0.826703906,1
-5802,0.1329,0.80059582,1
-5803,0.0123,0.692649066,1
-5804,0,0.78152591,1
-5805,0,0.897249877,1
-5806,0,0.718626976,1
-5807,0,0.717332363,1
-5808,0,0.90173316,1
-5809,0,0.870839179,1
-5810,0,0.891430378,1
-5811,0,0.847402453,1
-5812,0,0.773450494,1
-5813,0,0.833996534,1
-5814,0,0.749261618,1
-5815,0.0582,0.766118765,1
-5816,0.2334,0.77816987,1
-5817,0.4143,0.52847904,1
-5818,0.5574,0.648945928,1
-5819,0.6628,0.497534841,1
-5820,0.6741,0.533803284,1
-5821,0.6745,0.759840965,1
-5822,0.6601,0.870616257,1
-5823,0.5938,0.978334665,1
-5824,0.46,0.88761735,1
-5825,0.3106,0.802539229,1
-5826,0.12,0.781686604,1
-5827,0.0001,0.886388838,1
-5828,0,0.861742139,1
-5829,0,0.923799157,1
-5830,0,0.704502881,1
-5831,0,0.637241483,1
-5832,0,0.512136519,1
-5833,0,0.437896997,1
-5834,0,0.295895278,1
-5835,0,0.333196163,1
-5836,0,0.445009053,1
-5837,0,0.458635658,1
-5838,0,0.373125076,1
-5839,0.0368,0.540207684,1
-5840,0.2147,0.258535653,1
-5841,0.4,0.078113481,1
-5842,0.5344,0.115406066,1
-5843,0.625,0.091374323,1
-5844,0.6304,0.072708011,1
-5845,0.6321,0.13113831,1
-5846,0.6091,0.201422796,1
-5847,0.5646,0.241804183,1
-5848,0.4399,0.151504189,1
-5849,0.3005,0.129235268,1
-5850,0.1145,0.246467859,1
-5851,0.0004,0.546355844,1
-5852,0,0.666284323,1
-5853,0,0.611993968,1
-5854,0,0.576903999,1
-5855,0,0.317634821,1
-5856,0,0.243179232,1
-5857,0,0.213521779,1
-5858,0,0.157275379,1
-5859,0,0.125763789,1
-5860,0,0.081593305,1
-5861,0,0.050513655,1
-5862,0,0.027252343,1
-5863,0.0401,0.03581709,1
-5864,0.2134,0.038767427,1
-5865,0.3757,0.015717639,1
-5866,0.4983,0.006205927,1
-5867,0.5697,0.005504138,1
-5868,0.5805,0.002962312,1
-5869,0.5825,0.016077127,1
-5870,0.547,0.019814927,1
-5871,0.5167,0.023050051,1
-5872,0.4228,0.041895762,1
-5873,0.2822,0.044834398,1
-5874,0.1138,0.070281036,1
-5875,0.0002,0.261569142,1
-5876,0,0.339477062,1
-5877,0,0.488170564,1
-5878,0,0.271434009,1
-5879,0,0.203377917,1
-5880,0,0.113698348,1
-5881,0,0.112770528,1
-5882,0,0.127563566,1
-5883,0,0.127742693,1
-5884,0,0.115741193,1
-5885,0,0.12100856,1
-5886,0,0.142601222,1
-5887,0.0324,0.037960991,1
-5888,0.2119,0.010562889,1
-5889,0.3819,0.000402101,1
-5890,0.5294,4.30E-05,1
-5891,0.644,0.013847327,1
-5892,0.6617,0.030313909,1
-5893,0.6666,0.059845984,1
-5894,0.6568,0.042466756,1
-5895,0.6067,0.073799953,1
-5896,0.4722,0.201722533,1
-5897,0.3154,0.280255526,1
-5898,0.1193,0.18547684,1
-5899,0,0.313706756,1
-5900,0,0.54752171,1
-5901,0,0.501457274,1
-5902,0,0.604767323,1
-5903,0,0.34087944,1
-5904,0,0.376720399,1
-5905,0,0.246397004,1
-5906,0,0.265516013,1
-5907,0,0.18792209,1
-5908,0,0.089813769,1
-5909,0,0.083990909,1
-5910,0,0.093219496,1
-5911,0.0016,0.084193863,1
-5912,0.1026,0.157426342,1
-5913,0.2383,0.130923212,1
-5914,0.2923,0.070415758,1
-5915,0.4348,0.07147561,1
-5916,0.3321,0.050418347,1
-5917,0.3457,0.098826654,1
-5918,0.3389,0.104112111,1
-5919,0.3172,0.116064861,1
-5920,0.2741,0.111808516,1
-5921,0.1741,0.087612838,1
-5922,0.0341,0.089089029,1
-5923,0,0.043190643,1
-5924,0,0.107340373,1
-5925,0,0.092785001,1
-5926,0,0.269629419,1
-5927,0,0.191558853,1
-5928,0,0.379741073,1
-5929,0,0.341198504,1
-5930,0,0.581279874,1
-5931,0,0.764591932,1
-5932,0,0.839496732,1
-5933,0,0.812366962,1
-5934,0,0.784965754,1
-5935,0,0.827160358,1
-5936,0.0732,0.64048624,1
-5937,0.1679,0.603782058,1
-5938,0.2066,0.562990785,1
-5939,0.2384,0.521394193,1
-5940,0.2465,0.483358741,1
-5941,0.3014,0.449821472,1
-5942,0.3405,0.420411766,1
-5943,0.3923,0.387461692,1
-5944,0.3101,0.173068702,1
-5945,0.1691,0.364450216,1
-5946,0.0711,0.260875046,1
-5947,0,0.076787934,1
-5948,0,0.058381964,1
-5949,0,0.163365379,1
-5950,0,0.141090617,1
-5951,0,0.099957868,1
-5952,0,0.108803034,1
-5953,0,0.068033814,1
-5954,0,0.043917805,1
-5955,0,0.033741403,1
-5956,0,0.023660947,1
-5957,0,0.009655043,1
-5958,0,0.001499964,1
-5959,0.0291,0.001125871,1
-5960,0.1833,0.000267134,1
-5961,0.3117,0,1
-5962,0.4065,0,1
-5963,0.4223,0.011412846,1
-5964,0.4042,0.018905625,1
-5965,0.4151,0.001206116,1
-5966,0.5723,0.026956849,1
-5967,0.42,0.036920428,1
-5968,0.3031,0.091289252,1
-5969,0.208,0.115092494,1
-5970,0.0589,0.108542867,1
-5971,0,0.195198834,1
-5972,0,0.572508037,1
-5973,0,0.410472155,1
-5974,0,0.237406924,1
-5975,0,0.281553328,1
-5976,0,0.24057211,1
-5977,0,0.222158968,1
-5978,0,0.243658856,1
-5979,0,0.14111793,1
-5980,0,0.12229757,1
-5981,0,0.181746125,1
-5982,0,0.254358828,1
-5983,0.0156,0.316375136,1
-5984,0.1777,0.185396001,1
-5985,0.3414,0.07632909,1
-5986,0.4545,0.051767118,1
-5987,0.5332,0.005782535,1
-5988,0.5542,0.028102718,1
-5989,0.5877,0.069365047,1
-5990,0.5931,0.055321064,1
-5991,0.5437,0.065342978,1
-5992,0.4321,0.070762597,1
-5993,0.2742,0.128823817,1
-5994,0.0898,0.059045829,1
-5995,0,0.070818335,1
-5996,0,0.065280117,1
-5997,0,0.089254081,1
-5998,0,0.148083776,1
-5999,0,0.470425606,1
-6000,0,0.330623746,1
-6001,0,0.452344567,1
-6002,0,0.538184106,1
-6003,0,0.722652555,1
-6004,0,0.809025586,1
-6005,0,0.664622486,1
-6006,0,0.407773674,1
-6007,0.0115,0.670234025,1
-6008,0.1767,0.63829422,1
-6009,0.3089,0.842155039,1
-6010,0.4449,0.878442109,1
-6011,0.5362,0.976355612,1
-6012,0.57,0.998525858,1
-6013,0.5135,0.999802828,1
-6014,0.2195,1,1
-6015,0.4304,1,1
-6016,0.3597,0.989986897,1
-6017,0.2144,0.976295829,1
-6018,0.0314,0.973495245,1
-6019,0,0.904022574,1
-6020,0,0.956218958,1
-6021,0,0.802491665,1
-6022,0,0.31516546,1
-6023,0,0.236873701,1
-6024,0,0.683410227,1
-6025,0,0.749663472,1
-6026,0,0.628035545,1
-6027,0,0.487325996,1
-6028,0,0.506313443,1
-6029,0,0.470409006,1
-6030,0,0.37792325,1
-6031,0.001,0.260802656,1
-6032,0.1336,0.21656242,1
-6033,0.2726,0.17032364,1
-6034,0.3365,0.153588682,1
-6035,0.3469,0.014716309,1
-6036,0.4095,0.02120837,1
-6037,0.4632,0.066586219,1
-6038,0.5323,0.119966805,1
-6039,0.518,0.157693401,1
-6040,0.4231,0.216235384,1
-6041,0.2899,0.19203116,1
-6042,0.1016,0.207052559,1
-6043,0,0.281388611,1
-6044,0,0.1548765,1
-6045,0,0.350902289,1
-6046,0,0.708661795,1
-6047,0,0.709602237,1
-6048,0,0.88698107,1
-6049,0,0.754805863,1
-6050,0,0.47366637,1
-6051,0,0.336045265,1
-6052,0,0.360724688,1
-6053,0,0.538182497,1
-6054,0,0.661169171,1
-6055,0.0286,0.407623231,1
-6056,0.2183,0.308297098,1
-6057,0.4125,0.492408603,1
-6058,0.5743,0.678888023,1
-6059,0.6483,0.603672564,1
-6060,0.57,0.710021853,1
-6061,0.5345,0.797198176,1
-6062,0.5196,0.88546735,1
-6063,0.5001,0.883128405,1
-6064,0.4166,0.953572154,1
-6065,0.294,0.950197816,1
-6066,0.1039,0.909814715,1
-6067,0,0.852360249,1
-6068,0,0.752627015,1
-6069,0,0.637031019,1
-6070,0,0.619511366,1
-6071,0,0.531928658,1
-6072,0,0.583599329,1
-6073,0,0.651061833,1
-6074,0,0.886939466,1
-6075,0,0.887804449,1
-6076,0,0.802184641,1
-6077,0,0.85685122,1
-6078,0,0.903791308,1
-6079,0.0509,0.814945817,1
-6080,0.2517,0.362051159,1
-6081,0.4494,0.233968556,1
-6082,0.5977,0.061625272,1
-6083,0.6939,0.020991772,1
-6084,0.6862,0.033183508,1
-6085,0.6919,0.026305923,1
-6086,0.6838,0.010593823,1
-6087,0.6081,0.048985619,1
-6088,0.4794,0.031836096,1
-6089,0.3102,0.047414087,1
-6090,0.1041,0.09334027,1
-6091,0,0.230933249,1
-6092,0,0.32465291,1
-6093,0,0.324477673,1
-6094,0,0.592285037,1
-6095,0,0.4399077,1
-6096,0,0.429834485,1
-6097,0,0.342064977,1
-6098,0,0.441239119,1
-6099,0,0.348401546,1
-6100,0,0.177319378,1
-6101,0,0.266975641,1
-6102,0,0.326969683,1
-6103,0.0394,0.313775897,1
-6104,0.2353,0.076699018,1
-6105,0.4284,0.001942743,1
-6106,0.5734,0,1
-6107,0.6688,0,1
-6108,0.68,0.000149044,1
-6109,0.6779,0.000816575,1
-6110,0.6759,0.010913873,1
-6111,0.6188,0.066314869,1
-6112,0.4831,0.089516796,1
-6113,0.308,0.110830203,1
-6114,0.0975,0.115780517,1
-6115,0,0.307056755,1
-6116,0,0.421885371,1
-6117,0,0.30187124,1
-6118,0,0.408753008,1
-6119,0,0.51901561,1
-6120,0,0.812236726,1
-6121,0,0.812381566,1
-6122,0,0.806455135,1
-6123,0,0.789056718,1
-6124,0,0.490160733,1
-6125,0,0.262307346,1
-6126,0,0.197406635,1
-6127,0.0305,0.25770992,1
-6128,0.2322,0.156257465,1
-6129,0.4272,0.058385208,1
-6130,0.575,0.00417088,1
-6131,0.6697,0.005611667,1
-6132,0.6786,0.01912798,1
-6133,0.6804,0.040265054,1
-6134,0.674,0.070583895,1
-6135,0.6168,0.170880392,1
-6136,0.4805,0.21660161,1
-6137,0.3062,0.255399197,1
-6138,0.0955,0.18447721,1
-6139,0,0.443501711,1
-6140,0,0.477222949,1
-6141,0,0.497142434,1
-6142,0,0.5761742,1
-6143,0,0.643844366,1
-6144,0,0.568373203,1
-6145,0,0.60438621,1
-6146,0,0.603398085,1
-6147,0,0.455578506,1
-6148,0,0.374932647,1
-6149,0,0.338808775,1
-6150,0,0.153297722,1
-6151,0.0298,0.073559359,1
-6152,0.2258,0.01664854,1
-6153,0.4143,0.000547669,1
-6154,0.5648,6.48E-05,1
-6155,0.6632,0.000166397,1
-6156,0.6691,0.015734566,1
-6157,0.6688,0.037584603,1
-6158,0.6629,0.115029186,1
-6159,0.6079,0.203696609,1
-6160,0.4715,0.244202316,1
-6161,0.2963,0.395626307,1
-6162,0.0873,0.292422056,1
-6163,0,0.35190317,1
-6164,0,0.666613042,1
-6165,0,0.728184402,1
-6166,0,0.88213098,1
-6167,0,0.787626803,1
-6168,0,0.591432631,1
-6169,0,0.858903706,1
-6170,0,0.901911139,1
-6171,0,0.833985329,1
-6172,0,0.772714972,1
-6173,0,0.619437099,1
-6174,0,0.699944854,1
-6175,0.0112,0.641480148,1
-6176,0.1635,0.497991771,1
-6177,0.3077,0.665217936,1
-6178,0.4675,0.699323356,1
-6179,0.5809,0.671110928,1
-6180,0.633,0.78610599,1
-6181,0.6608,0.838856041,1
-6182,0.6639,0.938070178,1
-6183,0.6144,0.848954022,1
-6184,0.479,0.880774975,1
-6185,0.3025,0.835405529,1
-6186,0.0929,0.76929599,1
-6187,0,0.448936641,1
-6188,0,0.262360841,1
-6189,0,0.422400802,1
-6190,0,0.553414404,1
-6191,0,0.384630382,1
-6192,0,0.412287176,1
-6193,0,0.587622881,1
-6194,0,0.646567106,1
-6195,0,0.743261695,1
-6196,0,0.848188877,1
-6197,0,0.893073142,1
-6198,0,0.743539453,1
-6199,0.0333,0.681106925,1
-6200,0.2418,0.238849148,1
-6201,0.441,0.155314788,1
-6202,0.5904,0.191988289,1
-6203,0.6666,0.325464189,1
-6204,0.6786,0.384897202,1
-6205,0.6996,0.363078564,1
-6206,0.6998,0.264364153,1
-6207,0.6422,0.192696199,1
-6208,0.4987,0.230818331,1
-6209,0.315,0.190422639,1
-6210,0.0942,0.104003154,1
-6211,0,0.162928998,1
-6212,0,0.184640706,1
-6213,0,0.338356316,1
-6214,0,0.384989798,1
-6215,0,0.328513503,1
-6216,0,0.241914332,1
-6217,0,0.18671301,1
-6218,0,0.110505737,1
-6219,0,0.079256929,1
-6220,0,0.076967493,1
-6221,0,0.05309058,1
-6222,0,0.144873142,1
-6223,0.0374,0.208887249,1
-6224,0.2454,0.046164192,1
-6225,0.4337,0.013583617,1
-6226,0.5698,3.63E-05,1
-6227,0.6528,3.33E-05,1
-6228,0.6646,0.002950792,1
-6229,0.6663,0.000450858,1
-6230,0.6749,0.013356748,1
-6231,0.6161,0.027415248,1
-6232,0.4787,0.05224245,1
-6233,0.2999,0.11832688,1
-6234,0.0828,0.201111585,1
-6235,0,0.40734008,1
-6236,0,0.559557617,1
-6237,0,0.519112408,1
-6238,0,0.522330284,1
-6239,0,0.72550571,1
-6240,0,0.819885552,1
-6241,0,0.689857483,1
-6242,0,0.644497752,1
-6243,0,0.620532095,1
-6244,0,0.527695656,1
-6245,0,0.451479912,1
-6246,0,0.628383696,1
-6247,0.0159,0.661664546,1
-6248,0.1364,0.696001172,1
-6249,0.2613,0.556266725,1
-6250,0.2878,0.548669815,1
-6251,0.3485,0.697274208,1
-6252,0.3694,0.900522947,1
-6253,0.3715,0.92983067,1
-6254,0.3159,0.996850729,1
-6255,0.2634,1,1
-6256,0.1974,1,1
-6257,0.1018,1,1
-6258,0,1,1
-6259,0,1,1
-6260,0,1,1
-6261,0,1,1
-6262,0,1,1
-6263,0,0.997639656,1
-6264,0,0.728400588,1
-6265,0,0.823255062,1
-6266,0,0.804367423,1
-6267,0,0.853045344,1
-6268,0,0.755963862,1
-6269,0,0.756111145,1
-6270,0,0.807814896,1
-6271,0,0.834356844,1
-6272,0.0468,0.768752456,1
-6273,0.2496,0.914556265,1
-6274,0.4478,0.91230315,1
-6275,0.585,0.832983911,1
-6276,0.6361,0.867147803,1
-6277,0.6707,0.858334899,1
-6278,0.6639,0.739340603,1
-6279,0.6118,0.569644749,1
-6280,0.4717,0.374075979,1
-6281,0.2937,0.356538594,1
-6282,0.0815,0.095283084,1
-6283,0,0.091086306,1
-6284,0,0.132400423,1
-6285,0,0.223489225,1
-6286,0,0.433309704,1
-6287,0,0.326075524,1
-6288,0,0.634645045,1
-6289,0,0.695135534,1
-6290,0,0.635586143,1
-6291,0,0.59164542,1
-6292,0,0.473744154,1
-6293,0,0.702059805,1
-6294,0,0.619720519,1
-6295,0.0335,0.53786689,1
-6296,0.2407,0.222764865,1
-6297,0.443,0.091845714,1
-6298,0.5964,0.114162788,1
-6299,0.7934,0.170312166,1
-6300,0.6889,0.073247999,1
-6301,0.6804,0.029437542,1
-6302,0.6322,0.020342967,1
-6303,0.5236,0.024591506,1
-6304,0.4284,0.050098926,1
-6305,0.2682,0.094086967,1
-6306,0.0695,0.113437481,1
-6307,0,0.205586314,1
-6308,0,0.628143787,1
-6309,0,0.503371119,1
-6310,0,0.404300123,1
-6311,0,0.521494448,1
-6312,0,0.457151026,1
-6313,0,0.262335598,1
-6314,0,0.155795708,1
-6315,0,0.167635247,1
-6316,0,0.089536853,1
-6317,0,0.105842523,1
-6318,0,0.063086368,1
-6319,0.0007,0.057470232,1
-6320,0.1283,0.075999647,1
-6321,0.2225,0.003549172,1
-6322,0.3094,0.017049283,1
-6323,0.3942,0.015367274,1
-6324,0.4972,0.084310621,1
-6325,0.5285,0.100787111,1
-6326,0.5815,0.181070343,1
-6327,0.5702,0.149198011,1
-6328,0.4618,0.084210224,1
-6329,0.287,0.22918959,1
-6330,0.0699,0.272950172,1
-6331,0,0.236917049,1
-6332,0,0.385990053,1
-6333,0,0.643539488,1
-6334,0,0.402007103,1
-6335,0,0.391478121,1
-6336,0,0.186919034,1
-6337,0,0.134888873,1
-6338,0,0.088471204,1
-6339,0,0.041911632,1
-6340,0,0.081236884,1
-6341,0,0.055841826,1
-6342,0,0.013581592,1
-6343,0.0043,0.026694108,1
-6344,0.1993,0.036005847,1
-6345,0.3807,0.065884501,1
-6346,0.5122,0.010741621,1
-6347,0.5895,0.020350104,1
-6348,0.6126,0.023836827,1
-6349,0.6438,0.031838298,1
-6350,0.6607,0.132563114,1
-6351,0.5942,0.180489942,1
-6352,0.44,0.414717793,1
-6353,0.2543,0.294550419,1
-6354,0.0448,0.316592991,1
-6355,0,0.571078658,1
-6356,0,0.635346532,1
-6357,0,0.815287471,1
-6358,0,0.478799701,1
-6359,0,0.306000561,1
-6360,0,0.404163659,1
-6361,0,0.259535551,1
-6362,0,0.294647098,1
-6363,0,0.12306799,1
-6364,0,0.143581092,1
-6365,0,0.365004748,1
-6366,0,0.445267618,1
-6367,0.0072,0.189677134,1
-6368,0.2144,0.483401626,1
-6369,0.4109,0.807528377,1
-6370,0.5706,0.844856083,1
-6371,0.6825,0.748421907,1
-6372,0.6666,0.52999568,1
-6373,0.703,0.522951663,1
-6374,0.7018,0.652981102,1
-6375,0.6335,0.581896365,1
-6376,0.486,0.638974786,1
-6377,0.2005,0.80440861,1
-6378,0.0054,0.461000085,1
-6379,0,0.551257312,1
-6380,0,0.506844878,1
-6381,0,0.680703223,1
-6382,0,0.807660639,1
-6383,0,0.6922369,1
-6384,0,0.560633361,1
-6385,0,0.002563908,1
-6386,0,0.367651075,1
-6387,0,0.193141639,1
-6388,0,0.153496504,1
-6389,0,0.153355256,1
-6390,0,0.167581022,1
-6391,0,0.186217472,1
-6392,0.1684,0.062804341,1
-6393,0.3608,0.016210601,1
-6394,0.4983,0.002592346,1
-6395,0.5791,0.003637771,1
-6396,0.581,0.014897595,1
-6397,0.5892,0.023196984,1
-6398,0.575,0.106460512,1
-6399,0.5111,0.191537485,1
-6400,0.372,0.223135173,1
-6401,0.1965,0.294313014,1
-6402,0.0037,0.145550966,1
-6403,0,0.195210606,1
-6404,0,0.114755571,1
-6405,0,0.106658682,1
-6406,0,0.17324543,1
-6407,0,0.139316067,1
-6408,0,0.401565045,1
-6409,0,0.563292325,1
-6410,0,0.628933907,1
-6411,0,0.609846115,1
-6412,0,0.697054327,1
-6413,0,0.710609138,1
-6414,0,0.606036842,1
-6415,0.0181,0.699833632,1
-6416,0.1534,0.570390463,1
-6417,0.4414,0.560975373,1
-6418,0.6092,0.386183858,1
-6419,0.5788,0.720494568,1
-6420,0.7011,0.577980876,1
-6421,0.6993,0.756958485,1
-6422,0.5664,0.879926682,1
-6423,0.6283,0.931211591,1
-6424,0.4788,0.939475656,1
-6425,0.285,0.813902736,1
-6426,0.0533,0.40341562,1
-6427,0,0.768822253,1
-6428,0,0.903444469,1
-6429,0,0.877144098,1
-6430,0,0.98786217,1
-6431,0,0.777267873,1
-6432,0,0.914517939,1
-6433,0,0.864490271,1
-6434,0,0.916066825,1
-6435,0,0.985728145,1
-6436,0,0.891359091,1
-6437,0,0.893531442,1
-6438,0,0.790734708,1
-6439,0.0003,0.798670232,1
-6440,0.1107,0.53534025,1
-6441,0.2316,0.434408367,1
-6442,0.3395,0.474806517,1
-6443,0.3807,0.648423553,1
-6444,0.4182,0.742781878,1
-6445,0.3959,0.539619267,1
-6446,0.3364,0.293737978,1
-6447,0.3022,0.389024496,1
-6448,0.216,0.436214715,1
-6449,0.109,0.269756407,1
-6450,0,0.30257681,1
-6451,0,0.427036285,1
-6452,0,0.292271495,1
-6453,0,0.297421038,1
-6454,0,0.220808938,1
-6455,0,0.136095762,1
-6456,0,0.268739939,1
-6457,0,0.513163269,1
-6458,0,0.639927506,1
-6459,0,0.595027149,1
-6460,0,0.519067466,1
-6461,0,0.569362342,1
-6462,0,0.558268666,1
-6463,0,0.542487144,1
-6464,0.165,0.606469512,1
-6465,0.3583,0.57463938,1
-6466,0.5103,0.674702644,1
-6467,0.6098,0.654610693,1
-6468,0.6081,0.439415932,1
-6469,0.6377,0.382890582,1
-6470,0.6341,0.383239388,1
-6471,0.5755,0.269100636,1
-6472,0.4396,0.143983066,1
-6473,0.2627,0.208629042,1
-6474,0.038,0.241334066,1
-6475,0,0.212046087,1
-6476,0,0.174172401,1
-6477,0,0.206469685,1
-6478,0,0.610220313,1
-6479,0,0.254196554,1
-6480,0,0.269255549,1
-6481,0,0.211144477,1
-6482,0,0.28877914,1
-6483,0,0.363595158,1
-6484,0,0.427158952,1
-6485,0,0.430938214,1
-6486,0,0.366850406,1
-6487,0,0.106968775,1
-6488,0.0227,0.096596576,1
-6489,0.1143,0.080526769,1
-6490,0.225,0.080574572,1
-6491,0.2712,0.147913754,1
-6492,0.3201,0.235126078,1
-6493,0.3042,0.257485151,1
-6494,0.2006,0.177951843,1
-6495,0.1573,0.133641124,1
-6496,0.1131,0.222650334,1
-6497,0.0364,0.291916162,1
-6498,0.0002,0.506636202,1
-6499,0,0.374100238,1
-6500,0,0.559587061,1
-6501,0,0.555551648,1
-6502,0,0.564659417,1
-6503,0,0.430225968,1
-6504,0,0.295875728,1
-6505,0,0.232362449,1
-6506,0,0.398223191,1
-6507,0,0.50692153,1
-6508,0,0.384926051,1
-6509,0,0.369851142,1
-6510,0,0.350260377,1
-6511,0,0.305293888,1
-6512,0.0492,0.14443785,1
-6513,0.2151,0.135059565,1
-6514,0.3568,0.175924242,1
-6515,0.4126,0.168479159,1
-6516,0.3888,0.145394236,1
-6517,0.3378,0.060953509,1
-6518,0.3163,0.077275924,1
-6519,0.3062,0.086207405,1
-6520,0.2173,0.110701174,1
-6521,0.0532,0.019139908,1
-6522,0,0.00647769,1
-6523,0,0.010223033,1
-6524,0,0.003706273,1
-6525,0,0.010273046,1
-6526,0,0.002001916,1
-6527,0,0.008799119,1
-6528,0,0.008634267,1
-6529,0,0.013312763,1
-6530,0,0.005460344,1
-6531,0,0.006081949,1
-6532,0,0.014888716,1
-6533,0,0.017479777,1
-6534,0,0.0286351,1
-6535,0,0.019012215,1
-6536,0.0346,0.017545905,1
-6537,0.1101,0.037399821,1
-6538,0.1889,0.010019341,1
-6539,0.3208,0.003787455,1
-6540,0.3743,0.002550632,1
-6541,0.3697,0.003246328,1
-6542,0.3899,0.006082248,1
-6543,0.4214,0.002827575,1
-6544,0.3628,0.008471957,1
-6545,0.1983,0.119857281,1
-6546,0.0092,0.153508753,1
-6547,0,0.183361262,1
-6548,0,0.325119913,1
-6549,0,0.487678736,1
-6550,0,0.530148149,1
-6551,0,0.566660047,1
-6552,0,0.432287037,1
-6553,0,0.495090246,1
-6554,0,0.671886265,1
-6555,0,0.784597516,1
-6556,0,0.816515267,1
-6557,0,0.849259079,1
-6558,0,0.849876285,1
-6559,0.0016,0.931093216,1
-6560,0.1822,0.927220106,1
-6561,0.3677,0.988844752,1
-6562,0.4934,0.965999842,1
-6563,0.5681,0.993228316,1
-6564,0.538,0.998589277,1
-6565,0.5598,0.977717757,1
-6566,0.6963,0.980377078,1
-6567,0.5216,0.822810888,1
-6568,0.3658,0.835498452,1
-6569,0.192,0.574294388,1
-6570,0.0086,0.730300963,1
-6571,0,0.244904205,1
-6572,0,0.52266854,1
-6573,0,0.600847483,1
-6574,0,0.350181311,1
-6575,0,0.558306217,1
-6576,0,0.649282336,1
-6577,0,0.643069983,1
-6578,0,0.621368051,1
-6579,0,0.646798015,1
-6580,0,0.577693939,1
-6581,0,0.493855804,1
-6582,0,0.390806675,1
-6583,0,0.21074377,1
-6584,0.0956,0.054547481,1
-6585,0.1987,0.027481169,1
-6586,0.3334,0.015711604,1
-6587,0.3963,0.006935367,1
-6588,0.3824,0.009273741,1
-6589,0.3384,0.007168809,1
-6590,0.4399,0.013368067,1
-6591,0.2178,0.018161533,1
-6592,0.1308,0.115942933,1
-6593,0.0434,0.114584863,1
-6594,0,0.060190387,1
-6595,0,0.178868771,1
-6596,0,0.106691599,1
-6597,0,0.176357865,1
-6598,0,0.057470746,1
-6599,0,0.115870938,1
-6600,0,0.07909961,1
-6601,0,0.037376143,1
-6602,0,0.070409589,1
-6603,0,0.091390729,1
-6604,0,0.092783965,1
-6605,0,0.098145753,1
-6606,0,0.073172338,1
-6607,0,0.067154907,1
-6608,0.0104,0.053262055,1
-6609,0.1284,0.048611298,1
-6610,0.2641,0.07627286,1
-6611,0.3303,0.036710449,1
-6612,0.3248,0.022290174,1
-6613,0.3229,0.02314573,1
-6614,0.2728,0.068525553,1
-6615,0.2195,0.005231704,1
-6616,0.1478,0.043018397,1
-6617,0.0394,0.009238366,1
-6618,0,0.009499303,1
-6619,0,0.050232947,1
-6620,0,0.096963421,1
-6621,0,0.006907131,1
-6622,0,0.024923673,1
-6623,0,0.02331895,1
-6624,0,0.052526012,1
-6625,0,0.047743533,1
-6626,0,0.014478771,1
-6627,0,0.024373194,1
-6628,0,0.023888275,1
-6629,0,0.058215141,1
-6630,0,0.024646319,1
-6631,0,0.014976496,1
-6632,0.0381,0.047761329,1
-6633,0.17,0.056446835,1
-6634,0.27,0.01658259,1
-6635,0.3211,0.006000401,1
-6636,0.3313,0.025566669,1
-6637,0.2964,0.016480945,1
-6638,0.2684,0.002357771,1
-6639,0.2174,0.002565569,1
-6640,0.1514,0.004795993,1
-6641,0.0541,0.003534488,1
-6642,0,0.044284616,1
-6643,0,0.042567369,1
-6644,0,0.026794452,1
-6645,0,0.026854204,1
-6646,0,0.083637074,1
-6647,0,0.149603188,1
-6648,0,0.17348291,1
-6649,0,0.261359692,1
-6650,0,0.18257688,1
-6651,0,0.084247828,1
-6652,0,0.082657732,1
-6653,0,0.180057004,1
-6654,0,0.235714599,1
-6655,0,0.271470219,1
-6656,0.1666,0.09418337,1
-6657,0.3859,0.056995437,1
-6658,0.5526,0.063817918,1
-6659,0.6498,0.005188894,1
-6660,0.6686,0.027778465,1
-6661,0.6667,0.041604079,1
-6662,0.6583,0.011336378,1
-6663,0.5799,0.029460717,1
-6664,0.4249,0.084145695,1
-6665,0.2235,0.139204249,1
-6666,0.0004,0.242295548,1
-6667,0,0.647318363,1
-6668,0,0.366519213,1
-6669,0,0.404331148,1
-6670,0,0.004497836,1
-6671,0,0.476787448,1
-6672,0,0.495673299,1
-6673,0,0.671825707,1
-6674,0,0.628240764,1
-6675,0,0.796101928,1
-6676,0,0.862483919,1
-6677,0,0.873777986,1
-6678,0,0.721389115,1
-6679,0,0.62890178,1
-6680,0.1341,0.612012446,1
-6681,0.2599,0.409768522,1
-6682,0.4087,0.401653439,1
-6683,0.5616,0.690283298,1
-6684,0.5056,0.965142071,1
-6685,0.5266,0.950613022,1
-6686,0.45,0.734609365,1
-6687,0.4041,0.930944443,1
-6688,0.2425,0.993524313,1
-6689,0.0784,0.969752789,1
-6690,0,0.756006598,1
-6691,0,0.683976889,1
-6692,0,0.548806369,1
-6693,0,0.884256005,1
-6694,0,0.901431203,1
-6695,0,0.866388142,1
-6696,0,0.844326079,1
-6697,0,0.829512656,1
-6698,0,0.705336392,1
-6699,0,0.633602262,1
-6700,0,0.541134655,1
-6701,0,0.67531085,1
-6702,0,0.677986145,1
-6703,0.0002,0.593435526,1
-6704,0.2052,0.223612249,1
-6705,0.3909,0.037947636,1
-6706,0.461,0.002304601,1
-6707,0.4752,0.000287034,1
-6708,0.3909,0,1
-6709,0.3453,0.004539818,1
-6710,0.2928,0.005129825,1
-6711,0.2181,0.000532563,1
-6712,0.1528,0.01850198,1
-6713,0.0877,0.008424876,1
-6714,0,0.041568663,1
-6715,0,0.035168815,1
-6716,0,0.054547206,1
-6717,0,0.061365571,1
-6718,0,0.346370816,1
-6719,0,0.388368398,1
-6720,0,0.09412276,1
-6721,0,0.262419045,1
-6722,0,0.08121945,1
-6723,0,0.026193772,1
-6724,0,0.017612997,1
-6725,0,0.027880216,1
-6726,0,0.048394341,1
-6727,0.0002,0.014150933,1
-6728,0.21,0.012701226,1
-6729,0.403,0.016071973,1
-6730,0.5426,0.007388828,1
-6731,0.5487,0.003871208,1
-6732,0.4916,5.89E-05,1
-6733,0.5012,5.33E-05,1
-6734,0.4069,0,1
-6735,0.3289,0.000268104,1
-6736,0.2941,0.000949788,1
-6737,0.1047,0.002010219,1
-6738,0,0,1
-6739,0,0.008848036,1
-6740,0,0.032752275,1
-6741,0,0.001857367,1
-6742,0,0.000668401,1
-6743,0,0.012081037,1
-6744,0,0.054374516,1
-6745,0,0.050668959,1
-6746,0,0.085966244,1
-6747,0,0.121480584,1
-6748,0,0.336955577,1
-6749,0,0.549563825,1
-6750,0,0.343186766,1
-6751,0,0.274497837,1
-6752,0.0868,0.206889138,1
-6753,0.2012,0.263370991,1
-6754,0.2911,0.273569643,1
-6755,0.3811,0.312932462,1
-6756,0.4499,0.189936399,1
-6757,0.4285,0.107733764,1
-6758,0.4819,0.091892965,1
-6759,0.3705,0.089906901,1
-6760,0.2989,0.187023222,1
-6761,0.1446,0.165504351,1
-6762,0,0.059890054,1
-6763,0,0.094001904,1
-6764,0,0.161796063,1
-6765,0,0.286563575,1
-6766,0,0.300378889,1
-6767,0,0.177421734,1
-6768,0,0.149757385,1
-6769,0,0.3236278,1
-6770,0,0.195214719,1
-6771,0,0.1866422,1
-6772,0,0.174244106,1
-6773,0,0.352016807,1
-6774,0,0.194412559,1
-6775,0,0.070655964,1
-6776,0.0937,0.129609793,1
-6777,0.3591,0.003521067,1
-6778,0.3972,0.138369858,1
-6779,0.4549,0.203688204,1
-6780,0.4754,0.205593482,1
-6781,0.3865,0.130376831,1
-6782,0.3377,0.273726165,1
-6783,0.2987,0.401073962,1
-6784,0.1315,0.305589706,1
-6785,0.0554,0.372745663,1
-6786,0,0.387426704,1
-6787,0,0.542073429,1
-6788,0,0.876256824,1
-6789,0,0.975017428,1
-6790,0,0.808432102,1
-6791,0,0.949534476,1
-6792,0,0.999084473,1
-6793,0,0.991729736,1
-6794,0,0.964654803,1
-6795,0,0.982443154,1
-6796,0,0.990157962,1
-6797,0,0.951625168,1
-6798,0,0.936709523,1
-6799,0,0.892483711,1
-6800,0.2255,0.894895375,1
-6801,0.4465,0.742517948,1
-6802,0.6085,0.870915174,1
-6803,0.702,0.921216011,1
-6804,0.6995,0.909003437,1
-6805,0.6875,0.868904889,1
-6806,0.6873,0.89534688,1
-6807,0.6069,0.833048224,1
-6808,0.4491,0.579573452,1
-6809,0.2325,0.623973727,1
-6810,0,0.458188891,1
-6811,0,0.246945217,1
-6812,0,0.348757654,1
-6813,0,0.41674754,1
-6814,0,0.604008675,1
-6815,0,0.646884501,1
-6816,0,0.874919415,1
-6817,0,0.952128768,1
-6818,0,0.9838413,1
-6819,0,0.989664316,1
-6820,0,0.839692056,1
-6821,0,0.948607326,1
-6822,0,0.899154961,1
-6823,0,0.812879384,1
-6824,0.1978,0.920888126,1
-6825,0.3442,0.581250608,1
-6826,0.3798,0.6451689,1
-6827,0.3489,0.45044449,1
-6828,0.3266,0.496756673,1
-6829,0.3668,0.682561934,1
-6830,0.4595,0.822529018,1
-6831,0.4649,0.887970805,1
-6832,0.4132,0.900425732,1
-6833,0.229,0.949789107,1
-6834,0,0.915377855,1
-6835,0,0.866780877,1
-6836,0,0.81251508,1
-6837,0,0.73403132,1
-6838,0,0.836547375,1
-6839,0,0.865250528,1
-6840,0,0.626068175,1
-6841,0,0.667285085,1
-6842,0,0.840946972,1
-6843,0,0.72903192,1
-6844,0,0.627510846,1
-6845,0,0.518846095,1
-6846,0,0.411561787,1
-6847,0,0.453989387,1
-6848,0.2314,0.316194028,1
-6849,0.4563,0.245323792,1
-6850,0.6192,0.194378421,1
-6851,0.7183,0.314645499,1
-6852,0.7242,0.21868661,1
-6853,0.7279,0.187149644,1
-6854,0.7191,0.18825765,1
-6855,0.6208,0.101358458,1
-6856,0.4198,0.043366626,1
-6857,0.1447,0.050733253,1
-6858,0,0.068750307,1
-6859,0,0.068114474,1
-6860,0,0.046222162,1
-6861,0,0.305382997,1
-6862,0,0.805243909,1
-6863,0,0.8803882,1
-6864,0,0.88597858,1
-6865,0,0.698189676,1
-6866,0,0.545866132,1
-6867,0,0.456553549,1
-6868,0,0.520339549,1
-6869,0,0.504575193,1
-6870,0,0.57592988,1
-6871,0,0.646830857,1
-6872,0.0215,0.827218056,1
-6873,0.1102,0.791798651,1
-6874,0.18,0.865668297,1
-6875,0.3108,0.757220864,1
-6876,0.2751,0.724983037,1
-6877,0.2799,0.568366826,1
-6878,0.3584,0.560254455,1
-6879,0.3817,0.542102993,1
-6880,0.3267,0.564138114,1
-6881,0.132,0.448170662,1
-6882,0,0.516257167,1
-6883,0,0.579110503,1
-6884,0,0.752150536,1
-6885,0,0.872636378,1
-6886,0,0.921201944,1
-6887,0,0.84473455,1
-6888,0,0.813655972,1
-6889,0,0.821650386,1
-6890,0,0.858490109,1
-6891,0,0.854402184,1
-6892,0,0.807999611,1
-6893,0,0.775760651,1
-6894,0,0.751852393,1
-6895,0,0.704372048,1
-6896,0.0605,0.613989353,1
-6897,0.2056,0.754172087,1
-6898,0.3067,0.766221523,1
-6899,0.3923,0.782086968,1
-6900,0.4101,0.893027067,1
-6901,0.3265,0.919362664,1
-6902,0.3543,0.580100536,1
-6903,0.3239,0.650629818,1
-6904,0.2139,0.3955172,1
-6905,0.072,0.469790012,1
-6906,0,0.422301203,1
-6907,0,0.48756659,1
-6908,0,0.704894304,1
-6909,0,0.711339295,1
-6910,0,0.392095745,1
-6911,0,0.202761129,1
-6912,0,0.391604483,1
-6913,0,0.580381274,1
-6914,0,0.770969689,1
-6915,0,0.879235864,1
-6916,0,0.919090092,1
-6917,0,0.791576743,1
-6918,0,0.930361271,1
-6919,0,0.874153733,1
-6920,0.1037,0.973484874,1
-6921,0.3738,0.982944191,1
-6922,0.4981,0.999710798,1
-6923,0.612,0.992189825,1
-6924,0.6376,0.998930991,1
-6925,0.6688,0.986196578,1
-6926,0.5734,0.986776114,1
-6927,0.5992,0.980530262,1
-6928,0.4377,0.977747738,1
-6929,0.2159,0.928794682,1
-6930,0,0.815490723,1
-6931,0,0.681355059,1
-6932,0,0.518902183,1
-6933,0,0.573960602,1
-6934,0,0.437076628,1
-6935,0,0.347435087,1
-6936,0,0.543298066,1
-6937,0,0.522918761,1
-6938,0,0.571216345,1
-6939,0,0.443722129,1
-6940,0,0.662124038,1
-6941,0,0.659892857,1
-6942,0,0.69844079,1
-6943,0,0.452275485,1
-6944,0.1905,0.501187265,1
-6945,0.4178,0.372854531,1
-6946,0.5817,0.2044321,1
-6947,0.6532,0.184648573,1
-6948,0.6672,0.070484124,1
-6949,0.6623,0.010343347,1
-6950,0.6657,0.002778589,1
-6951,0.5627,8.58E-06,1
-6952,0.3873,0,1
-6953,0.1657,0.002838008,1
-6954,0,0.060974345,1
-6955,0,0.122489132,1
-6956,0,0.137128443,1
-6957,0,0.088518262,1
-6958,0,0.12583445,1
-6959,0,0.131462529,1
-6960,0,0.13263227,1
-6961,0,0.126515821,1
-6962,0,0.085023984,1
-6963,0,0.092661686,1
-6964,0,0.082907155,1
-6965,0,0.022838909,1
-6966,0,0.000849278,1
-6967,0,0.022290699,1
-6968,0.1736,0.110549986,1
-6969,0.3956,0.206053793,1
-6970,0.5752,0.079323575,1
-6971,0.6762,0.020457854,1
-6972,0.69,0.071740232,1
-6973,0.6997,0.207297921,1
-6974,0.688,0.274561197,1
-6975,0.5822,0.366409332,1
-6976,0.416,0.72545445,1
-6977,0.1969,0.670251787,1
-6978,0,0.524064481,1
-6979,0,0.940309823,1
-6980,0,0.885863662,1
-6981,0,0.838106751,1
-6982,0,0.813699961,1
-6983,0,0.610337973,1
-6984,0,0.788387656,1
-6985,0,0.580643475,1
-6986,0,0.519602239,1
-6987,0,0.495345533,1
-6988,0,0.667044401,1
-6989,0,0.476841271,1
-6990,0,0.379485399,1
-6991,0,0.374616683,1
-6992,0.0137,0.54095006,1
-6993,0.1202,0.663096249,1
-6994,0.1691,0.619820237,1
-6995,0.2403,0.621623755,1
-6996,0.2934,0.681752086,1
-6997,0.3407,0.543963909,1
-6998,0.3119,0.681282401,1
-6999,0.1555,0.80690825,1
-7000,0.0634,0.948430657,1
-7001,0.0037,0.899973691,1
-7002,0,0.600569189,1
-7003,0,0.764623284,1
-7004,0,0.792711139,1
-7005,0,0.522610545,1
-7006,0,0.286301374,1
-7007,0,0.322120547,1
-7008,0,0.304769039,1
-7009,0,0.462429672,1
-7010,0,0.516678274,1
-7011,0,0.438113689,1
-7012,0,0.288027406,1
-7013,0,0.331352472,1
-7014,0,0.112906076,1
-7015,0,0.094780669,1
-7016,0.0332,0.126305342,1
-7017,0.2203,0.104615062,1
-7018,0.3719,0.084758081,1
-7019,0.5233,0.033529565,1
-7020,0.6031,0.080522284,1
-7021,0.5883,0.115907297,1
-7022,0.5771,0.164164796,1
-7023,0.5169,0.267113596,1
-7024,0.3534,0.40333572,1
-7025,0.153,0.363632619,1
-7026,0,0.477295607,1
-7027,0,0.874463499,1
-7028,0,0.723223984,1
-7029,0,0.71908164,1
-7030,0,0.698070884,1
-7031,0,0.655843914,1
-7032,0,0.818652272,1
-7033,0,0.810333014,1
-7034,0,0.697615147,1
-7035,0,0.774529159,1
-7036,0,0.818857253,1
-7037,0,0.76386416,1
-7038,0,0.566923618,1
-7039,0,0.267276257,1
-7040,0.1827,0.468081355,1
-7041,0.4035,0.600181043,1
-7042,0.5658,0.541890323,1
-7043,0.6151,0.755725086,1
-7044,0.6374,0.803825259,1
-7045,0.6374,0.889859438,1
-7046,0.6141,0.903079033,1
-7047,0.5187,0.91741693,1
-7048,0.3729,0.900008559,1
-7049,0.1689,0.973044991,1
-7050,0,0.784556866,1
-7051,0,0.764975548,1
-7052,0,0.760182738,1
-7053,0,0.931862593,1
-7054,0,0.958574414,1
-7055,0,0.973282695,1
-7056,0,0.876408219,1
-7057,0,0.959060311,1
-7058,0,0.981963038,1
-7059,0,0.987558722,1
-7060,0,0.99705267,1
-7061,0,0.996837139,1
-7062,0,0.983713627,1
-7063,0,0.908915818,1
-7064,0.1806,0.990083337,1
-7065,0.4133,0.893868089,1
-7066,0.5741,0.985926688,1
-7067,0.6554,0.96933794,1
-7068,0.6677,0.946975768,1
-7069,0.6701,0.743335545,1
-7070,0.6671,0.527225554,1
-7071,0.5729,0.856145382,1
-7072,0.4039,0.74089849,1
-7073,0.1763,0.60062778,1
-7074,0,0.509504616,1
-7075,0,0.697347105,1
-7076,0,0.690471172,1
-7077,0,0.79541862,1
-7078,0,0.765895724,1
-7079,0,0.533798456,1
-7080,0,0.55695492,1
-7081,0,0.591640711,1
-7082,0,0.53735888,1
-7083,0,0.596155405,1
-7084,0,0.593946278,1
-7085,0,0.586361527,1
-7086,0,0.827716947,1
-7087,0,0.673560262,1
-7088,0.1508,0.448142886,1
-7089,0.3569,0.514232457,1
-7090,0.5133,0.291880965,1
-7091,0.5539,0.180805802,1
-7092,0.5123,0.213910341,1
-7093,0.4715,0.122615047,1
-7094,0.5113,0.115588158,1
-7095,0.3938,0.040803783,1
-7096,0.2581,0.119285703,1
-7097,0.0807,0.15019162,1
-7098,0,0.229895577,1
-7099,0,0.210806593,1
-7100,0,0.188796148,1
-7101,0,0.28574571,1
-7102,0,0.292945772,1
-7103,0,0.254487336,1
-7104,0,0.397184819,1
-7105,0,0.216838866,1
-7106,0,0.170843691,1
-7107,0,0.233921707,1
-7108,0,0.080676891,1
-7109,0,0.141442105,1
-7110,0,0.101169758,1
-7111,0,0.063554905,1
-7112,0.0745,0.041051805,1
-7113,0.2661,0.028133839,1
-7114,0.4089,0.018300263,1
-7115,0.4458,0.012716217,1
-7116,0.49,0.006112711,1
-7117,0.4786,0.003529542,1
-7118,0.4236,0.004206809,1
-7119,0.3719,0.001051194,1
-7120,0.3247,0.002236813,1
-7121,0.0714,0.073654957,1
-7122,0,0.084983014,1
-7123,0,0.103262909,1
-7124,0,0.114245594,1
-7125,0,0.111086987,1
-7126,0,0.053476509,1
-7127,0,0.071460783,1
-7128,0,0.024041044,1
-7129,0,0.010781186,1
-7130,0,0.009511515,1
-7131,0,0.001770293,1
-7132,0,0.002220524,1
-7133,0,0.028093265,1
-7134,0,0.110826492,1
-7135,0,0.047333993,1
-7136,0.1442,0.115843862,1
-7137,0.365,0.014965893,1
-7138,0.5017,0.00040481,1
-7139,0.573,0.000935381,1
-7140,0.5581,0.000323991,1
-7141,0.5431,0.017571658,1
-7142,0.5261,0.036428165,1
-7143,0.4603,0.068931237,1
-7144,0.312,0.063316867,1
-7145,0.1171,0.195761859,1
-7146,0,0.477095336,1
-7147,0,0.483961582,1
-7148,0,0.512096167,1
-7149,0,0.453012019,1
-7150,0,0.219998568,1
-7151,0,0.158869147,1
-7152,0,0.121159717,1
-7153,0,0.08846572,1
-7154,0,0.085022159,1
-7155,0,0.103359886,1
-7156,0,0.134117499,1
-7157,0,0.210378915,1
-7158,0,0.20804593,1
-7159,0,0.23500213,1
-7160,0.1403,0.147588149,1
-7161,0.3359,0.112154327,1
-7162,0.4751,0.027001653,1
-7163,0.5372,0.006463232,1
-7164,0.5388,0.000298669,1
-7165,0.5686,0.00409563,1
-7166,0.5891,0.001698653,1
-7167,0.5142,0.005507838,1
-7168,0.3539,0.01658272,1
-7169,0.1382,0.008320205,1
-7170,0,0.026775582,1
-7171,0,0.092412084,1
-7172,0,0.112932302,1
-7173,0,0.359618723,1
-7174,0,0.342073441,1
-7175,0,0.002219257,1
-7176,0,0.060186323,1
-7177,0,0.033838097,1
-7178,0,0.005903785,1
-7179,0,0.021203304,1
-7180,0,0.094176561,1
-7181,0,0.131857678,1
-7182,0,0.127852648,1
-7183,0,0.129488364,1
-7184,0.0751,0.045065105,1
-7185,0.2797,0.113010406,1
-7186,0.429,0.014353729,1
-7187,0.4916,0.046193838,1
-7188,0.5212,0.000806186,1
-7189,0.4923,0.005373629,1
-7190,0.3884,0.00998744,1
-7191,0.3145,0.01417322,1
-7192,0.1933,0.010920937,1
-7193,0.0329,0.026761258,1
-7194,0,0.063901618,1
-7195,0,0.092184991,1
-7196,0,0.163012147,1
-7197,0,0.226434112,1
-7198,0,0.197122514,1
-7199,0,0.151245177,1
-7200,0,0.302590907,1
-7201,0,0.405078858,1
-7202,0,0.434872121,1
-7203,0,0.47636202,1
-7204,0,0.558738232,1
-7205,0,0.591911852,1
-7206,0,0.608919978,1
-7207,0,0.817350268,1
-7208,0.0218,0.699198961,1
-7209,0.1324,0.888909221,1
-7210,0.2131,0.767594576,1
-7211,0.2524,0.390272379,1
-7212,0.281,0.526767731,1
-7213,0.2944,0.660531759,1
-7214,0.3043,0.67216301,1
-7215,0.2265,0.827355504,1
-7216,0.1284,0.822625756,1
-7217,0.0149,0.858285904,1
-7218,0,0.938717008,1
-7219,0,0.896656752,1
-7220,0,0.840313315,1
-7221,0,0.922037482,1
-7222,0,0.802405357,1
-7223,0,0.902296662,1
-7224,0,0.999048591,1
-7225,0,0.99752593,1
-7226,0,1,1
-7227,0,1,1
-7228,0,1,1
-7229,0,1,1
-7230,0,1,1
-7231,0,1,1
-7232,0.0043,1,1
-7233,0.0343,1,1
-7234,0.138,1,1
-7235,0.1864,0.997719586,1
-7236,0.1991,0.997719586,1
-7237,0.1542,0.966519952,1
-7238,0.1065,0.96698606,1
-7239,0.0281,0.96675688,1
-7240,0.0019,0.960517645,1
-7241,0,0.93341881,1
-7242,0,0.955624163,1
-7243,0,0.960517645,1
-7244,0,0.999027491,1
-7245,0,1,1
-7246,0,1,1
-7247,0,1,1
-7248,0,1,1
-7249,0,1,1
-7250,0,1,1
-7251,0,0.997556448,1
-7252,0,0.999435782,1
-7253,0,0.999314547,1
-7254,0,0.98864162,1
-7255,0,0.979263663,1
-7256,0.0279,0.945759952,1
-7257,0.2314,0.994646192,1
-7258,0.3816,0.921032667,1
-7259,0.4435,0.869866371,1
-7260,0.4997,0.995812893,1
-7261,0.4305,0.976568878,1
-7262,0.4368,0.95184052,1
-7263,0.366,0.9584288,1
-7264,0.1822,0.960704327,1
-7265,0.0052,0.943386853,1
-7266,0,0.797213256,1
-7267,0,0.536898315,1
-7268,0,0.093463607,1
-7269,0,0.107766673,1
-7270,0,0.113828234,1
-7271,0,0.144158363,1
-7272,0,0.103716478,1
-7273,0,0.193968773,1
-7274,0,0.175113469,1
-7275,0,0.229082912,1
-7276,0,0.262233943,1
-7277,0,0.275916159,1
-7278,0,0.235480517,1
-7279,0,0.324174136,1
-7280,0.0115,0.455544859,1
-7281,0.1885,0.536939085,1
-7282,0.3249,0.500906229,1
-7283,0.3727,0.357789606,1
-7284,0.3429,0.39652887,1
-7285,0.3792,0.346575916,1
-7286,0.3714,0.394229084,1
-7287,0.363,0.387788802,1
-7288,0.2238,0.454649359,1
-7289,0.0457,0.295865715,1
-7290,0,0.219320968,1
-7291,0,0.22413072,1
-7292,0,0.236988381,1
-7293,0,0.154727876,1
-7294,0,0.185568988,1
-7295,0,0.169419393,1
-7296,0,0.326447666,1
-7297,0,0.28607145,1
-7298,0,0.251313418,1
-7299,0,0.153571486,1
-7300,0,0.058610335,1
-7301,0,0.178156957,1
-7302,0,0.145939708,1
-7303,0,0.103475735,1
-7304,0.0734,0.104777209,1
-7305,0.2901,0.066474468,1
-7306,0.4471,0.029067622,1
-7307,0.5471,0.071435891,1
-7308,0.549,0.077793978,1
-7309,0.5449,0.110113181,1
-7310,0.4781,0.14840591,1
-7311,0.3486,0.181121781,1
-7312,0.2182,0.118816033,1
-7313,0.0212,0.040878143,1
-7314,0,0.040503345,1
-7315,0,0.074508786,1
-7316,0,0.252796203,1
-7317,0,0.369028211,1
-7318,0,0.400665134,1
-7319,0,0.379574507,1
-7320,0,0.310551703,1
-7321,0,0.408894449,1
-7322,0,0.297693431,1
-7323,0,0.252799302,1
-7324,0,0.226418525,1
-7325,0,0.422352433,1
-7326,0,0.371295273,1
-7327,0,0.431863129,1
-7328,0.0442,0.220820874,1
-7329,0.2029,0.312556893,1
-7330,0.2873,0.252135187,1
-7331,0.3191,0.463144869,1
-7332,0.3298,0.692679942,1
-7333,0.3256,0.542030871,1
-7334,0.3173,0.491697162,1
-7335,0.2735,0.57790184,1
-7336,0.1964,0.588415802,1
-7337,0.0354,0.633190095,1
-7338,0,0.414577931,1
-7339,0,0.616125405,1
-7340,0,0.782636523,1
-7341,0,0.704097033,1
-7342,0,0.861769855,1
-7343,0,0.874882698,1
-7344,0,0.685796797,1
-7345,0,0.638046086,1
-7346,0,0.708683789,1
-7347,0,0.808407903,1
-7348,0,0.89741993,1
-7349,0,0.91134584,1
-7350,0,0.853596747,1
-7351,0,0.843029141,1
-7352,0.0734,0.783365905,1
-7353,0.2972,0.855676055,1
-7354,0.4716,0.921175182,1
-7355,0.5682,0.902288496,1
-7356,0.6029,0.900149941,1
-7357,0.634,0.89708358,1
-7358,0.6112,0.879659832,1
-7359,0.4913,0.886969328,1
-7360,0.3024,0.937640131,1
-7361,0.0796,0.927537084,1
-7362,0,0.938284039,1
-7363,0,0.942306638,1
-7364,0,0.946403146,1
-7365,0,0.955637753,1
-7366,0,0.945794225,1
-7367,0,0.934660017,1
-7368,0,0.992068648,1
-7369,0,0.997103095,1
-7370,0,0.988978684,1
-7371,0,0.98603636,1
-7372,0,0.980193734,1
-7373,0,0.985271811,1
-7374,0,0.985932827,1
-7375,0,0.984150171,1
-7376,0.1222,0.957995415,1
-7377,0.3693,0.941761374,1
-7378,0.5472,0.911769986,1
-7379,0.6611,0.827826619,1
-7380,0.6554,0.706546426,1
-7381,0.6543,0.599024653,1
-7382,0.6434,0.567543447,1
-7383,0.5225,0.677142382,1
-7384,0.3333,0.636863708,1
-7385,0.0922,0.451893359,1
-7386,0,0.412367314,1
-7387,0,0.453722388,1
-7388,0,0.442806751,1
-7389,0,0.551388085,1
-7390,0,0.396992296,1
-7391,0,0.588121414,1
-7392,0,0.830138922,1
-7393,0,0.664093554,1
-7394,0,0.474316418,1
-7395,0,0.443604618,1
-7396,0,0.368181109,1
-7397,0,0.412403494,1
-7398,0,0.431229651,1
-7399,0,0.587673187,1
-7400,0.0742,0.267591387,1
-7401,0.2679,0.164101318,1
-7402,0.405,0.298320919,1
-7403,0.494,0.364581794,1
-7404,0.5344,0.322456002,1
-7405,0.5662,0.397802204,1
-7406,0.5347,0.421305567,1
-7407,0.4517,0.707141042,1
-7408,0.3069,0.843800247,1
-7409,0.0925,0.51079911,1
-7410,0,0.244820103,1
-7411,0,0.15588516,1
-7412,0,0.051826604,1
-7413,0,0.00521234,1
-7414,0,0.010224731,1
-7415,0,0.012702074,1
-7416,0,0.005672882,1
-7417,0,0.005788644,1
-7418,0,0.004874445,1
-7419,0,0.003453621,1
-7420,0,0.003202904,1
-7421,0,0.003119892,1
-7422,0,0.003116657,1
-7423,0,0.002601532,1
-7424,0.1203,0.00428565,1
-7425,0.3677,0.002064453,1
-7426,0.564,0.033211555,1
-7427,0.647,0.057141364,1
-7428,0.6568,0.015954081,1
-7429,0.654,0.033870026,1
-7430,0.6313,6.13E-06,1
-7431,0.5149,9.35E-05,1
-7432,0.3445,0.000286722,1
-7433,0.1058,0.000167278,1
-7434,0,6.61E-05,1
-7435,0,0.000499946,1
-7436,0,0.00131773,1
-7437,0,0.004336166,1
-7438,0,0.003997245,1
-7439,0,0.007902983,1
-7440,0,0.006815666,1
-7441,0,0.01096978,1
-7442,0,0.022430463,1
-7443,0,0.058310941,1
-7444,0,0.131282389,1
-7445,0,0.208263189,1
-7446,0,0.321787447,1
-7447,0,0.339774162,1
-7448,0,0.421421558,1
-7449,0.0754,0.686101198,1
-7450,0.1703,0.741798639,1
-7451,0.2229,0.744925857,1
-7452,0.2517,0.728567362,1
-7453,0.272,0.798335314,1
-7454,0.2366,0.746056914,1
-7455,0.1811,0.795438647,1
-7456,0.0754,0.737719595,1
-7457,0,0.548194468,1
-7458,0,0.655211985,1
-7459,0,0.801125944,1
-7460,0,0.719566584,1
-7461,0,0.720761418,1
-7462,0,0.895724893,1
-7463,0,0.982541323,1
-7464,0,0.990998924,1
-7465,0,0.939968288,1
-7466,0,0.842061818,1
-7467,0,0.938284338,1
-7468,0,0.827270746,1
-7469,0,0.906868398,1
-7470,0,0.817805052,1
-7471,0,0.884169936,1
-7472,0.0754,0.81396699,1
-7473,0.3018,0.930539012,1
-7474,0.4624,0.915652275,1
-7475,0.5456,0.92259717,1
-7476,0.5723,0.939495564,1
-7477,0.5439,0.987995028,1
-7478,0.5465,0.917774677,1
-7479,0.4733,0.969047785,1
-7480,0.3251,0.925379395,1
-7481,0.0921,0.990324497,1
-7482,0,0.974821329,1
-7483,0,0.962651372,1
-7484,0,0.951093853,1
-7485,0,0.911023617,1
-7486,0,0.917033851,1
-7487,0,0.896869838,1
-7488,0,0.540626049,1
-7489,0,0.829898357,1
-7490,0,0.863042891,1
-7491,0,0.874369025,1
-7492,0,0.832135737,1
-7493,0,0.638633311,1
-7494,0,0.714221716,1
-7495,0,0.526248932,1
-7496,0.1146,0.541985452,1
-7497,0.3642,0.442112565,1
-7498,0.5442,0.576652408,1
-7499,0.664,0.681902289,1
-7500,0.6788,0.757868588,1
-7501,0.6688,0.874133468,1
-7502,0.6519,0.950759053,1
-7503,0.5274,0.959322572,1
-7504,0.346,0.911733925,1
-7505,0.103,0.58872205,1
-7506,0,0.271578401,1
-7507,0,0.100375064,1
-7508,0,0.04942131,1
-7509,0,0.03067828,1
-7510,0,0.053932387,1
-7511,0,0.094451085,1
-7512,0,0.046981104,1
-7513,0,0.024896806,1
-7514,0,0.082655422,1
-7515,0,0.093030177,1
-7516,0,0.042135585,1
-7517,0,0.016953273,1
-7518,0,0.012544132,1
-7519,0,0.019697933,1
-7520,0.1056,0.029854679,1
-7521,0.3458,0.066564523,1
-7522,0.5296,0.217699215,1
-7523,0.648,0.511258066,1
-7524,0.6685,0.381681472,1
-7525,0.667,0.289020211,1
-7526,0.6408,0.162478924,1
-7527,0.5113,0.063155338,1
-7528,0.3324,0.019648002,1
-7529,0.0819,5.90E-05,1
-7530,0,0,1
-7531,0,0.000160811,1
-7532,0,0.00044269,1
-7533,0,0.000418301,1
-7534,0,0.000581305,1
-7535,0,0.002444583,1
-7536,0,0.000133973,1
-7537,0,0.001137322,1
-7538,0,0.000309693,1
-7539,0,2.26E-07,1
-7540,0,5.82E-05,1
-7541,0,0.000861827,1
-7542,0,0.000300306,1
-7543,0,0.000622732,1
-7544,0.0737,0.005654411,1
-7545,0.3074,0.045067027,1
-7546,0.4571,0.116924457,1
-7547,0.5656,0.15014194,1
-7548,0.5666,0.281794995,1
-7549,0.5863,0.222495615,1
-7550,0.5924,0.267122269,1
-7551,0.503,0.321201801,1
-7552,0.3328,0.280610532,1
-7553,0.0969,0.119049646,1
-7554,0,0.050084591,1
-7555,0,0.025540378,1
-7556,0,0.022790669,1
-7557,0,0.029193502,1
-7558,0,0.063829556,1
-7559,0,0.056167368,1
-7560,0,0.051556043,1
-7561,0,0.029140173,1
-7562,0,0.021549443,1
-7563,0,0.028266536,1
-7564,0,0.029692581,1
-7565,0,0.047842748,1
-7566,0,0.02966206,1
-7567,0,0.0216818,1
-7568,0.103,0.030162193,1
-7569,0.3367,0.030874155,1
-7570,0.5029,0.064401291,1
-7571,0.6295,0.096132919,1
-7572,0.641,0.251246631,1
-7573,0.6296,0.439191818,1
-7574,0.6023,0.687519908,1
-7575,0.4756,0.797796488,1
-7576,0.3125,0.612847745,1
-7577,0.0716,0.361977279,1
-7578,0,0.223417595,1
-7579,0,0.196194679,1
-7580,0,0.282487154,1
-7581,0,0.417977035,1
-7582,0,0.811601877,1
-7583,0,0.680375755,1
-7584,0,0.824633181,1
-7585,0,0.829335034,1
-7586,0,0.827947438,1
-7587,0,0.833893955,1
-7588,0,0.51296699,1
-7589,0,0.581139803,1
-7590,0,0.528710842,1
-7591,0,0.75202781,1
-7592,0.0002,0.237527564,1
-7593,0.2048,0.333715945,1
-7594,0.3617,0.219828874,1
-7595,0.4551,0.282157749,1
-7596,0.4406,0.188298076,1
-7597,0.3895,0.203046635,1
-7598,0.3436,0.336254209,1
-7599,0.2994,0.321963608,1
-7600,0.1652,0.272109389,1
-7601,0.012,0.184450239,1
-7602,0,0.146148682,1
-7603,0,0.425443083,1
-7604,0,0.426421762,1
-7605,0,0.065949477,1
-7606,0,0.037179209,1
-7607,0,0.036425985,1
-7608,0,0.031942323,1
-7609,0,0.013315584,1
-7610,0,0.013699913,1
-7611,0,0.017431565,1
-7612,0,0.018595237,1
-7613,0,0.024938842,1
-7614,0,0.023324806,1
-7615,0,0.029629584,1
-7616,0.0741,0.020346664,1
-7617,0.3326,0.045224447,1
-7618,0.513,0.113456003,1
-7619,0.6304,0.132276177,1
-7620,0.6421,0.224611759,1
-7621,0.6634,0.240549088,1
-7622,0.6169,0,1
-7623,0.5355,0.279137284,1
-7624,0.3307,0,1
-7625,0.0844,0,1
-7626,0,0,1
-7627,0,0.690852761,1
-7628,0,0.666681767,1
-7629,0,0,1
-7630,0,0,1
-7631,0,0,1
-7632,0,0,1
-7633,0,0,1
-7634,0,0,1
-7635,0,0,1
-7636,0,0,1
-7637,0,0,1
-7638,0,0,1
-7639,0,0,1
-7640,0.0709,0,1
-7641,0.2937,0,1
-7642,0.4255,0,1
-7643,0.5184,0,1
-7644,0.5122,0,1
-7645,0.4839,0.071674332,1
-7646,0.4576,0,1
-7647,0.4155,0.05720973,1
-7648,0.2268,0.033913467,1
-7649,0.0106,0.013918933,1
-7650,0,0.011696965,1
-7651,0,0.008273281,1
-7652,0,0.007907723,1
-7653,0,0.006915781,1
-7654,0,0.006242153,1
-7655,0,0.006794127,1
-7656,0,0.005869902,1
-7657,0,0.005101557,1
-7658,0,0.004124256,1
-7659,0,0.003758535,1
-7660,0,0.002919416,1
-7661,0,0.003906269,1
-7662,0,0.00568264,1
-7663,0,0.0051051,1
-7664,0,0.002662357,1
-7665,0.1785,0.00428857,1
-7666,0.4377,0.010186048,1
-7667,0.5751,0.026565805,1
-7668,0.5155,0.026355337,1
-7669,0.4923,0.02025616,1
-7670,0.4147,0.009744143,1
-7671,0.3057,0.012697805,1
-7672,0.1433,0.037019208,1
-7673,0.0014,0.014123548,1
-7674,0,0.00427358,1
-7675,0,0.002273578,1
-7676,0,0.009553424,1
-7677,0,0.007988809,1
-7678,0,0.005721671,1
-7679,0,0.002001774,1
-7680,0,0.000688677,1
-7681,0,0.001193504,1
-7682,0,0.002342054,1
-7683,0,0.002372414,1
-7684,0,0.00221322,1
-7685,0,0.004812762,1
-7686,0,0.007317646,1
-7687,0,0.005913043,1
-7688,0.0727,0.007874532,1
-7689,0.3305,0.010513831,1
-7690,0.5087,0.013493519,1
-7691,0.6255,0.051234551,1
-7692,0.6438,0.035532594,1
-7693,0.6342,0.015982417,1
-7694,0.6073,0.016271932,1
-7695,0.4905,0.010833261,1
-7696,0.3167,0.015405776,1
-7697,0.0647,0.00745156,1
-7698,0,0.001268229,1
-7699,0,0.000340368,1
-7700,0,0.000472501,1
-7701,0,0.000913061,1
-7702,0,0.000460567,1
-7703,0,0.000405724,1
-7704,0,0.000461224,1
-7705,0,0.000425159,1
-7706,0,0.000201664,1
-7707,0,6.14E-05,1
-7708,0,6.20E-05,1
-7709,0,0.000940251,1
-7710,0,0.001688296,1
-7711,0,0.001462118,1
-7712,0.0732,0.00205039,1
-7713,0.3249,0.002406735,1
-7714,0.5055,0.006735122,1
-7715,0.6259,0.010578658,1
-7716,0.6462,0.023952477,1
-7717,0.6498,0.032189377,1
-7718,0.6233,0.036131389,1
-7719,0.4959,0.028037485,1
-7720,0.2951,0.019684512,1
-7721,0.0327,0.007505227,1
-7722,0,0.003617593,1
-7723,0,0.003890333,1
-7724,0,0.003798491,1
-7725,0,0.003029724,1
-7726,0,0.001596955,1
-7727,0,0.002168473,1
-7728,0,0.002228256,1
-7729,0,0.003015187,1
-7730,0,0.003321626,1
-7731,0,0.003486473,1
-7732,0,0.00411325,1
-7733,0,0.004167903,1
-7734,0,0.004408014,1
-7735,0,0.007003278,1
-7736,0.0538,0.005834897,1
-7737,0.2996,0.012191184,1
-7738,0.4629,0.02500857,1
-7739,0.5623,0.020196708,1
-7740,0.578,0.020667559,1
-7741,0.5428,0.023598494,1
-7742,0.5193,0.015980111,1
-7743,0.4362,0.017338948,1
-7744,0.2678,0.016976627,1
-7745,0.0319,0.018242447,1
-7746,0,0.009299411,1
-7747,0,0.006091939,1
-7748,0,0.004028497,1
-7749,0,0.004534149,1
-7750,0,0.004092111,1
-7751,0,0.003151032,1
-7752,0,0.002878197,1
-7753,0,0.002713328,1
-7754,0,0.003523973,1
-7755,0,0.003113097,1
-7756,0,0.003456233,1
-7757,0,0.006297142,1
-7758,0,0.008122765,1
-7759,0,0.00642192,1
-7760,0.0403,0.005181233,1
-7761,0.2888,0.004154712,1
-7762,0.4702,0.006109656,1
-7763,0.5589,0.012955664,1
-7764,0.5611,0.042543426,1
-7765,0.5702,0.019647809,1
-7766,0.546,0.019093696,1
-7767,0.407,0.011164882,1
-7768,0.2344,0.009279388,1
-7769,0.0007,0.00392705,1
-7770,0,0.001434172,1
-7771,0,0.001893229,1
-7772,0,0.001570631,1
-7773,0,0.002302695,1
-7774,0,0.002692709,1
-7775,0,0.002782656,1
-7776,0,0.00265222,1
-7777,0,0.001587099,1
-7778,0,0.001715459,1
-7779,0,0.001472831,1
-7780,0,0.002056728,1
-7781,0,0.00142603,1
-7782,0,0.001842535,1
-7783,0,0.001907444,1
-7784,0.0005,0.002635133,1
-7785,0.2107,0.004790055,1
-7786,0.3555,0.018065531,1
-7787,0.4531,0.059975713,1
-7788,0.5151,0.083389074,1
-7789,0.49,0.056559034,1
-7790,0.5189,0.049590863,1
-7791,0.4458,0.022708759,1
-7792,0.2889,0.034571238,1
-7793,0.0118,0.020854954,1
-7794,0,0.007011184,1
-7795,0,0.004946731,1
-7796,0,0.003276868,1
-7797,0,0.005771072,1
-7798,0,0.005463725,1
-7799,0,0.005351789,1
-7800,0,0.003780636,1
-7801,0,0.003064808,1
-7802,0,0.002145509,1
-7803,0,0.002114863,1
-7804,0,0.001894212,1
-7805,0,0.001888793,1
-7806,0,0.002078126,1
-7807,0,0.004130088,1
-7808,0.0117,0.003914897,1
-7809,0.3135,0.003168091,1
-7810,0.4909,0.007118006,1
-7811,0.6116,0.012329093,1
-7812,0.643,0.010677946,1
-7813,0.6438,0.006985814,1
-7814,0.6127,0.003587814,1
-7815,0.4871,0.004285143,1
-7816,0.3058,0.001623887,1
-7817,0.0269,0.001953514,1
-7818,0,0.000310317,1
-7819,0,0.000149553,1
-7820,0,0.00156573,1
-7821,0,0.00236242,1
-7822,0,0.007938925,1
-7823,0,0.007568194,1
-7824,0,0.008595512,1
-7825,0,0.005553732,1
-7826,0,0.005053663,1
-7827,0,0.005790976,1
-7828,0,0.007715367,1
-7829,0,0.017328031,1
-7830,0,0.021727908,1
-7831,0,0.006312496,1
-7832,0.0135,0.00865133,1
-7833,0.3063,0.010891729,1
-7834,0.4727,0.012422239,1
-7835,0.5797,0.002513248,1
-7836,0.6075,0.010850104,1
-7837,0.6239,0.105656229,1
-7838,0.6046,0.206225634,1
-7839,0.4789,0.159292325,1
-7840,0.2928,0.221916378,1
-7841,0.0223,0.126183137,1
-7842,0,0.054287173,1
-7843,0,0.047492217,1
-7844,0,0.09676522,1
-7845,0,0.148444414,1
-7846,0,0.082408324,1
-7847,0,0.031284321,1
-7848,0,0.010165136,1
-7849,0,0.02754518,1
-7850,0,0.039423846,1
-7851,0,0.046080269,1
-7852,0,0.226370618,1
-7853,0,0.367667019,1
-7854,0,0.399259657,1
-7855,0,0.614345253,1
-7856,0,0.545873702,1
-7857,0.2275,0.644002199,1
-7858,0.4015,0.932708621,1
-7859,0.5501,0.967628002,1
-7860,0.6021,0.991971612,1
-7861,0.5869,0.999761581,1
-7862,0.5295,0.999996126,1
-7863,0.4425,0.977380276,1
-7864,0.2859,0.842993736,1
-7865,0.0002,0.955685079,1
-7866,0,0.95418328,1
-7867,0,0.920605302,1
-7868,0,0.766462803,1
-7869,0,0.906170487,1
-7870,0,0.717492342,1
-7871,0,0.637619197,1
-7872,0,0.694431484,1
-7873,0,0.782593727,1
-7874,0,0.868891656,1
-7875,0,0.745193899,1
-7876,0,0.792139053,1
-7877,0,0.759770453,1
-7878,0,0.80442971,1
-7879,0,0.652884722,1
-7880,0,0.476676702,1
-7881,0.2782,0.559049964,1
-7882,0.4514,0.891362727,1
-7883,0.4131,0.962246537,1
-7884,0.3239,0.954686582,1
-7885,0.4152,0.98331517,1
-7886,0.474,0.990443707,1
-7887,0.3742,0.949555159,1
-7888,0.1973,0.852229536,1
-7889,0,0.591035664,1
-7890,0,0.311103284,1
-7891,0,0.132533103,1
-7892,0,0.148641288,1
-7893,0,0.123985529,1
-7894,0,0.063541204,1
-7895,0,0.105818994,1
-7896,0,0.101820879,1
-7897,0,0.067692161,1
-7898,0,0.051151462,1
-7899,0,0.039891448,1
-7900,0,0.052784219,1
-7901,0,0.045754455,1
-7902,0,0.055088699,1
-7903,0,0.041030407,1
-7904,0,0.072356634,1
-7905,0.2772,0.070205957,1
-7906,0.4703,0.269536674,1
-7907,0.5945,0.318837047,1
-7908,0.6074,0.598548889,1
-7909,0.6058,0.949451566,1
-7910,0.573,0.956299305,1
-7911,0.4695,0.800921977,1
-7912,0.2946,0.565316677,1
-7913,0.0015,0.262164563,1
-7914,0,0.051925015,1
-7915,0,0.02580508,1
-7916,0,0.002814861,1
-7917,0,0.002815134,1
-7918,0,0.002380206,1
-7919,0,0.000933269,1
-7920,0,0.000350337,1
-7921,0,0.000154842,1
-7922,0,5.75E-05,1
-7923,0,7.18E-05,1
-7924,0,3.65E-05,1
-7925,0,3.00E-05,1
-7926,0,0,1
-7927,0,0.000772537,1
-7928,0,0.000930232,1
-7929,0.1029,0.000778525,1
-7930,0.2427,0.000131503,1
-7931,0.3353,0.005792293,1
-7932,0.3693,0.00257458,1
-7933,0.321,1.01E-05,1
-7934,0.2798,0.000134685,1
-7935,0.2887,0.000516413,1
-7936,0.1717,0.001232307,1
-7937,0,0.002655152,1
-7938,0,0.003173271,1
-7939,0,0.003878384,1
-7940,0,0.005781263,1
-7941,0,0.006259252,1
-7942,0,0.008088858,1
-7943,0,0.008165604,1
-7944,0,0.007110484,1
-7945,0,0.010341755,1
-7946,0,0.017352095,1
-7947,0,0.014267083,1
-7948,0,0.025345866,1
-7949,0,0.020062098,1
-7950,0,0.021361887,1
-7951,0,0.021811772,1
-7952,0,0.014325362,1
-7953,0.1982,0.015371396,1
-7954,0.3702,0.030313112,1
-7955,0.4604,0.035362862,1
-7956,0.5011,0.042722434,1
-7957,0.5173,0.040847346,1
-7958,0.5058,0.05511716,1
-7959,0.3876,0.132114276,1
-7960,0.1969,0.088099703,1
-7961,0,0.010155346,1
-7962,0,0.006772437,1
-7963,0,0.012552555,1
-7964,0,0.004603527,1
-7965,0,0.013114163,1
-7966,0,0.012415253,1
-7967,0,0.004863528,1
-7968,0,0.033390347,1
-7969,0,0.066503689,1
-7970,0,0.072049811,1
-7971,0,0.163911462,1
-7972,0,0.24464646,1
-7973,0,0.147138357,1
-7974,0,0.082618125,1
-7975,0,0.162055463,1
-7976,0,0.022330137,1
-7977,0.2668,0.012179459,1
-7978,0.4708,0.043081041,1
-7979,0.5885,0.164181739,1
-7980,0.5494,0.64546752,1
-7981,0.5991,0.517372191,1
-7982,0.5673,0.606333733,1
-7983,0.483,0.819485366,1
-7984,0.3013,0.764980793,1
-7985,0.0001,0.509450972,1
-7986,0,0.343583882,1
-7987,0,0.234340429,1
-7988,0,0.349542052,1
-7989,0,0.545352876,1
-7990,0,0.33305043,1
-7991,0,0.2963866,1
-7992,0,0.163866162,1
-7993,0,0.161449268,1
-7994,0,0.156570747,1
-7995,0,0.186094135,1
-7996,0,0.126597002,1
-7997,0,0.118293867,1
-7998,0,0.119840138,1
-7999,0,0.114646934,1
-8000,0,0.112317093,1
-8001,0.1993,0.061715327,1
-8002,0.38,0.291378587,1
-8003,0.4883,0.174561754,1
-8004,0.5493,0.115443371,1
-8005,0.5521,0.087088332,1
-8006,0.5214,0.031298004,1
-8007,0.4105,0.053981099,1
-8008,0.2423,0.010938625,1
-8009,0,0.010312587,1
-8010,0,0.006492569,1
-8011,0,0.004183383,1
-8012,0,0.004213412,1
-8013,0,0.012388219,1
-8014,0,0.009391747,1
-8015,0,0.006458785,1
-8016,0,0.007347133,1
-8017,0,0.012042541,1
-8018,0,0.026133567,1
-8019,0,0.025451697,1
-8020,0,0.019929396,1
-8021,0,0.020905757,1
-8022,0,0.022048984,1
-8023,0,0.039332137,1
-8024,0,0.028185239,1
-8025,0.2168,0.009182803,1
-8026,0.3862,0.01188824,1
-8027,0.4511,0.011834171,1
-8028,0.4476,0.014699826,1
-8029,0.4533,0.008735722,1
-8030,0.437,0.009943328,1
-8031,0.4112,0.009525585,1
-8032,0.275,0.007624389,1
-8033,0,0.009073834,1
-8034,0,0.010131359,1
-8035,0,0.006854909,1
-8036,0,0.00542303,1
-8037,0,0.004304309,1
-8038,0,0.012992928,1
-8039,0,0.005159878,1
-8040,0,0.004437782,1
-8041,0,0.001912998,1
-8042,0,0.001433845,1
-8043,0,0.001553217,1
-8044,0,0.001317133,1
-8045,0,0.001974872,1
-8046,0,0.002760581,1
-8047,0,0.002127317,1
-8048,0,0.004472089,1
-8049,0.1184,0.002267267,1
-8050,0.2778,0.006444992,1
-8051,0.3585,0.005165976,1
-8052,0.3238,0.003947391,1
-8053,0.3411,0.007526078,1
-8054,0.3405,0.063299768,1
-8055,0.286,0.088127345,1
-8056,0.1028,0.142708987,1
-8057,0,0.079206005,1
-8058,0,0.047868177,1
-8059,0,0.13347429,1
-8060,0,0.267536581,1
-8061,0,0.362614065,1
-8062,0,0.240288094,1
-8063,0,0.39795348,1
-8064,0,0.252520144,1
-8065,0,0.19128412,1
-8066,0,0.146791413,1
-8067,0,0.093426578,1
-8068,0,0.092025153,1
-8069,0,0.034556083,1
-8070,0,0.021390222,1
-8071,0,0.013753083,1
-8072,0,0.021743676,1
-8073,0.2628,0.031026948,1
-8074,0.4358,0.092103317,1
-8075,0.5505,0.290925533,1
-8076,0.6131,0.514781833,1
-8077,0.609,0.705410838,1
-8078,0.5835,0.448500395,1
-8079,0.4465,0.424249113,1
-8080,0.2661,0.169181913,1
-8081,0.0001,0.008490479,1
-8082,0,0.000209986,1
-8083,0,0.000127287,1
-8084,0,1.72E-05,1
-8085,0,0.000241704,1
-8086,0,0.000714809,1
-8087,0,2.02E-05,1
-8088,0,1.52E-05,1
-8089,0,0,1
-8090,0,0,1
-8091,0,3.28E-05,1
-8092,0,3.80E-05,1
-8093,0,0,1
-8094,0,8.80E-05,1
-8095,0,1.82E-05,1
-8096,0,0.004301055,1
-8097,0.2441,0.003308171,1
-8098,0.4013,0.001345908,1
-8099,0.4707,0.004764575,1
-8100,0.4622,0.012224072,1
-8101,0.4498,0.017736839,1
-8102,0.4513,0.02551222,1
-8103,0.4101,0.027043791,1
-8104,0.279,0.020202994,1
-8105,0,0.026529148,1
-8106,0,0.03112039,1
-8107,0,0.048634522,1
-8108,0,0.072843313,1
-8109,0,0.135509148,1
-8110,0,0.197631717,1
-8111,0,0.176994398,1
-8112,0,0.264597237,1
-8113,0,0.289301097,1
-8114,0,0.253606379,1
-8115,0,0.209189937,1
-8116,0,0.182240233,1
-8117,0,0.335613579,1
-8118,0,0.524825871,1
-8119,0,0.254852623,1
-8120,0,0.211698651,1
-8121,0.1008,0.300710261,1
-8122,0.2873,0.620145917,1
-8123,0.5112,0.846098125,1
-8124,0.536,0.969968319,1
-8125,0.4996,0.957942069,1
-8126,0.3911,0.94842267,1
-8127,0.3097,0.989279687,1
-8128,0.195,0.979336083,1
-8129,0,0.928510249,1
-8130,0,0.964633405,1
-8131,0,0.937185347,1
-8132,0,0.941704869,1
-8133,0,0.952771604,1
-8134,0,0.979992449,1
-8135,0,0.953020036,1
-8136,0,0.925653994,1
-8137,0,0.931585908,1
-8138,0,0.867932498,1
-8139,0,0.765109658,1
-8140,0,0.648085475,1
-8141,0,0.665419579,1
-8142,0,0.578088641,1
-8143,0,0.318960816,1
-8144,0,0.199860051,1
-8145,0.2494,0.157421082,1
-8146,0.4516,0.437333822,1
-8147,0.6247,0.536038101,1
-8148,0.6776,0.578672886,1
-8149,0.6841,0.416707903,1
-8150,0.3469,0.210000366,1
-8151,0.517,0.104141511,1
-8152,0.3333,0.071526267,1
-8153,0.0573,0.073971242,1
-8154,0,0.068448149,1
-8155,0,0.029064039,1
-8156,0,0.018901475,1
-8157,0,1.50E-05,1
-8158,0,0.005205881,1
-8159,0,0.038201511,1
-8160,0,0.239736855,1
-8161,0,0.338755757,1
-8162,0,0.279998243,1
-8163,0,0.23881641,1
-8164,0,0.28777194,1
-8165,0,0.387536347,1
-8166,0,0.48375544,1
-8167,0,0.453929693,1
-8168,0,0.429715157,1
-8169,0.0738,0.462759137,1
-8170,0.1992,0.646829069,1
-8171,0.2704,0.419307053,1
-8172,0.3616,0.337488592,1
-8173,0.3916,0.277322173,1
-8174,0.3009,0.340811312,1
-8175,0.1969,0.29965803,1
-8176,0.0448,0.219559669,1
-8177,0,0.31989494,1
-8178,0,0.371990412,1
-8179,0,0,1
-8180,0,0,1
-8181,0,0,1
-8182,0,0,1
-8183,0,0,1
-8184,0,0.060308173,1
-8185,0,0.102136426,1
-8186,0,0.162429065,1
-8187,0,0.130067512,1
-8188,0,0.038065571,1
-8189,0,0.000496861,1
-8190,0,0.000155265,1
-8191,0,0.000482573,1
-8192,0,0.001753299,1
-8193,0.1158,0.001742471,1
-8194,0.0838,0.108922765,1
-8195,0.1599,0.010823862,1
-8196,0.2742,0.012438685,1
-8197,0.4044,0.016623519,1
-8198,0.439,0.012922693,1
-8199,0.3592,0.007670837,1
-8200,0.2206,0.005615355,1
-8201,0,0.003122848,1
-8202,0,0.03333509,1
-8203,0,0.051429924,1
-8204,0,0.095218137,1
-8205,0,0.179492667,1
-8206,0,0.412007391,1
-8207,0,0.455885679,1
-8208,0,0.643207669,1
-8209,0,0.865671992,1
-8210,0,0.818932414,1
-8211,0,0.895702004,1
-8212,0,0.677878141,1
-8213,0,0.785383999,1
-8214,0,0.749358296,1
-8215,0,0.754207492,1
-8216,0,0.550778151,1
-8217,0.1664,0.510369539,1
-8218,0.2594,0.613916993,1
-8219,0.3346,0.408891916,1
-8220,0.3242,0.302523971,1
-8221,0.3183,0.141895026,1
-8222,0.3444,0.12757121,1
-8223,0.3399,0.033638056,1
-8224,0.2398,0.002592164,1
-8225,0,0.026936527,1
-8226,0,0.066466808,1
-8227,0,0.001231824,1
-8228,0,0.055253416,1
-8229,0,0.202708393,1
-8230,0,0.566423416,1
-8231,0,0.572922051,1
-8232,0,0.658455253,1
-8233,0,0.773680627,1
-8234,0,0.712000728,1
-8235,0,0.705377758,1
-8236,0,0.587508202,1
-8237,0,0.497255266,1
-8238,0,0.419470131,1
-8239,0,0.347015351,1
-8240,0,0.319482148,1
-8241,0.0007,0.367201984,1
-8242,0.0505,0.505764008,1
-8243,0.1048,0.459002405,1
-8244,0.1705,0.214872599,1
-8245,0.1971,0.218826517,1
-8246,0.1052,0.209580272,1
-8247,0.2212,0.083337322,1
-8248,0.0074,0.366854846,1
-8249,0,0.332573056,1
-8250,0,0.313187331,1
-8251,0,0.38710615,1
-8252,0,0.442929536,1
-8253,0,0.330950469,1
-8254,0,0.392266095,1
-8255,0,0.490631402,1
-8256,0,0.380248427,1
-8257,0,0.287218243,1
-8258,0,0.221901521,1
-8259,0,0.136105016,1
-8260,0,0.04027307,1
-8261,0,0.04952893,1
-8262,0,0.062341593,1
-8263,0,0.022653107,1
-8264,0,0.030825004,1
-8265,0.1639,0.151055604,1
-8266,0.3664,0.343536317,1
-8267,0.505,0.51154542,1
-8268,0.5522,0.767467856,1
-8269,0.5432,0.516240895,1
-8270,0.5046,0.408959061,1
-8271,0.39,0.448386759,1
-8272,0.2203,0.387119651,1
-8273,0,0.212176442,1
-8274,0,0.074369662,1
-8275,0,0.120520636,1
-8276,0,0.078560956,1
-8277,0,0.107241504,1
-8278,0,0.065388404,1
-8279,0,0.095583268,1
-8280,0,0.074524924,1
-8281,0,0.154927149,1
-8282,0,0.045652371,1
-8283,0,0.034491941,1
-8284,0,0.024509661,1
-8285,0,0.212850064,1
-8286,0,0.206561327,1
-8287,0,0.242105931,1
-8288,0,0.282176465,1
-8289,0.1778,0.108782709,1
-8290,0.3212,0.002026045,1
-8291,0.4819,0.035923459,1
-8292,0.481,0.097908951,1
-8293,0.4657,0.039472785,1
-8294,0.4725,0.055118971,1
-8295,0.3945,0.111736074,1
-8296,0.2277,0.175125748,1
-8297,0.0087,0.267649114,1
-8298,0,0.299972743,1
-8299,0,0.256990045,1
-8300,0,0.161821246,1
-8301,0,0.416797131,1
-8302,0,0.237682536,1
-8303,0,0.221877247,1
-8304,0,0.193243593,1
-8305,0,0.221874505,1
-8306,0,0.291894972,1
-8307,0,0.304849148,1
-8308,0,0.406439722,1
-8309,0,0.342389166,1
-8310,0,0.350543529,1
-8311,0,0.420833826,1
-8312,0,0.273377597,1
-8313,0.2204,0.379579842,1
-8314,0.4407,0.241325498,1
-8315,0.596,0.039133579,1
-8316,0.6674,0.002691245,1
-8317,0.6674,8.81E-05,1
-8318,0.6298,7.94E-05,1
-8319,0.5087,0.000749547,1
-8320,0.3243,0.02600662,1
-8321,0.02,0.192214981,1
-8322,0,0.193668067,1
-8323,0,0.338566303,1
-8324,0,0.132256061,1
-8325,0,0.18455641,1
-8326,0,0,1
-8327,0,0,1
-8328,0,6.73E-05,1
-8329,0,0.000162748,1
-8330,0,0.000476019,1
-8331,0,0.364058584,1
-8332,0,0.700857878,1
-8333,0,0.703892052,1
-8334,0,0.713392377,1
-8335,0,0.665959477,1
-8336,0,0.761815727,1
-8337,0.2408,0.701968729,1
-8338,0.4528,0.660744309,1
-8339,0.5998,0.389826268,1
-8340,0.6552,0.339284897,1
-8341,0.6695,0.3486121,1
-8342,0.6377,0.520297825,1
-8343,0.5151,0.369072914,1
-8344,0.3276,0.807441831,1
-8345,0.0316,0.851685226,1
-8346,0,0.852493644,1
-8347,0,0.848322749,1
-8348,0,0.569336891,1
-8349,0,0.67533797,1
-8350,0,0.575919986,1
-8351,0,0.595092177,1
-8352,0,0.823465884,1
-8353,0,0.029578317,1
-8354,0,0.700632513,1
-8355,0,0.544579566,1
-8356,0,0.517512918,1
-8357,0,0.410091549,1
-8358,0,0.317688137,1
-8359,0,0.361727417,1
-8360,0,0.009091334,1
-8361,0.2379,0.383877516,1
-8362,0.4528,0.468336493,1
-8363,0.6037,0.479773998,1
-8364,0.6357,0.13618885,1
-8365,0.6786,0.123566814,1
-8366,0.6462,0.062876076,1
-8367,0.5241,0.021288875,1
-8368,0.3343,0.069463998,1
-8369,0.0421,0.019130928,1
-8370,0,0.073354296,1
-8371,0,0.13398464,1
-8372,0,0.11971204,1
-8373,0,0.173142985,1
-8374,0,0.157316282,1
-8375,0,0.267636746,1
-8376,0,0.31938976,1
-8377,0,0.435138226,1
-8378,0,0.015852677,1
-8379,0,0.386897624,1
-8380,0,0.263366252,1
-8381,0,0.241234675,1
-8382,0,0.203435108,1
-8383,0,0.288360476,1
-8384,0,0.289500177,1
-8385,0.0685,0.420407444,1
-8386,0.2141,0.452120334,1
-8387,0.3076,0.543153644,1
-8388,0.3144,0.440276384,1
-8389,0.3146,0.360354334,1
-8390,0.3613,0.072960444,1
-8391,0.1576,0.280478239,1
-8392,0.0108,0.24821949,1
-8393,0,0.294804931,1
-8394,0,0.362079561,1
-8395,0,0.266082317,1
-8396,0,0.350195169,1
-8397,0,0.36317417,1
-8398,0,0.37815246,1
-8399,0,0.424313724,1
-8400,0,0.525316894,1
-8401,0,0.652175546,1
-8402,0,0.607576847,1
-8403,0,0.509022951,1
-8404,0,0.513932645,1
-8405,0,0.587290168,1
-8406,0,0.670699835,1
-8407,0,0.633506298,1
-8408,0,0.678018808,1
-8409,0.0047,0.600679874,1
-8410,0.0927,0.707873523,1
-8411,0.4885,0.167826876,1
-8412,0.2045,0.432274759,1
-8413,0.2195,0.26243493,1
-8414,0.2344,0.250340939,1
-8415,0.1627,0.300726056,1
-8416,0.0863,0.23537235,1
-8417,0,0.359010726,1
-8418,0,0.473020971,1
-8419,0,0.536124468,1
-8420,0,0.467102528,1
-8421,0,0.434245884,1
-8422,0,0.602748215,1
-8423,0,0.737487614,1
-8424,0,0.627746999,1
-8425,0,0.704994321,1
-8426,0,0.742482722,1
-8427,0,0.798445582,1
-8428,0,0.771998465,1
-8429,0,0.844092667,1
-8430,0,0.877855182,1
-8431,0,0.907921374,1
-8432,0,0.75530833,1
-8433,0.0207,0.679733753,1
-8434,0.0515,0.795437038,1
-8435,0.1372,0.542975843,1
-8436,0.234,0.459600329,1
-8437,0.3238,0.379464597,1
-8438,0.3697,0.278531075,1
-8439,0.2723,0.211159497,1
-8440,0.1336,0.166851491,1
-8441,0,0.089108914,1
-8442,0,0.028005775,1
-8443,0,0.107364222,1
-8444,0,0.004984548,1
-8445,0,0.28209883,1
-8446,0,0.339636445,1
-8447,0,0.584960341,1
-8448,0,0.67977488,1
-8449,0,0.892891347,1
-8450,0,0.97081393,1
-8451,0,0.985804617,1
-8452,0,0.99586159,1
-8453,0,0.993462682,1
-8454,0,0.977853596,1
-8455,0,0.947636127,1
-8456,0,0.995143771,1
-8457,0.131,0.999810219,1
-8458,0.3268,0.995991707,1
-8459,0.4726,0.960734606,1
-8460,0.4975,1,1
-8461,0.466,1,1
-8462,0.4577,1,1
-8463,0.3858,1,1
-8464,0.2499,0.995491505,1
-8465,0.0011,0.985206902,1
-8466,0,0.970989048,1
-8467,0,0.96781987,1
-8468,0,0.5111323,1
-8469,0,0.896936178,1
-8470,0,0.814998865,1
-8471,0,0.872318089,1
-8472,0,0.462953538,1
-8473,0,0.527146637,1
-8474,0,0.757764935,1
-8475,0,0.567083001,1
-8476,0,0.548021317,1
-8477,0,0.472049862,1
-8478,0,0.432149023,1
-8479,0,0.243152782,1
-8480,0,0.279185683,1
-8481,0.2102,0.002006878,1
-8482,0.4132,0.0038099,1
-8483,0.5376,0.019770127,1
-8484,0.5974,0.004754419,1
-8485,0.5731,0.013493313,1
-8486,0.4995,0.003548235,1
-8487,0.3932,0.004805032,1
-8488,0.1858,0.21858412,1
-8489,0,0.087920852,1
-8490,0,0.270809382,1
-8491,0,0.328021318,1
-8492,0,0.692504168,1
-8493,0,0.416040748,1
-8494,0,0.208247662,1
-8495,0,0.405552566,1
-8496,0,0.55149585,1
-8497,0,0.558046341,1
-8498,0,0.663423538,1
-8499,0,0.744266987,1
-8500,0,0.872998118,1
-8501,0,0.977706313,1
-8502,0,0.994201779,1
-8503,0,0.997894764,1
-8504,0,1,1
-8505,0,1,1
-8506,0.0446,1,1
-8507,0.0583,1,1
-8508,0.0588,1,1
-8509,0.0315,1,1
-8510,0.0289,1,1
-8511,0.1648,1,1
-8512,0.285,0.976665854,1
-8513,0,1,1
-8514,0,0.996358752,1
-8515,0,0.963430047,1
-8516,0,0.893380642,1
-8517,0,0.924019694,1
-8518,0,0.382968366,1
-8519,0,0.344013304,1
-8520,0,0.529973805,1
-8521,0,0.455246657,1
-8522,0,0.412410676,1
-8523,0,0.341100961,1
-8524,0,0.594462633,1
-8525,0,0.899995565,1
-8526,0,0.887834966,1
-8527,0,0.213612288,1
-8528,0,0.156393617,1
-8529,0.0978,0.390376329,1
-8530,0.2792,0.860764444,1
-8531,0.4105,0.912554204,1
-8532,0.4492,0.993557692,1
-8533,0.4963,0.985165238,1
-8534,0.4878,0.994559348,1
-8535,0.4023,1,1
-8536,0.2639,1,1
-8537,0.0209,0.994617045,1
-8538,0,0.916058838,1
-8539,0,0.918590069,1
-8540,0,0.935126007,1
-8541,0,0.916931629,1
-8542,0,0.999771714,1
-8543,0,0.981743038,1
-8544,0,0.994345307,1
-8545,0,0.99299264,1
-8546,0,0.960542262,1
-8547,0,0.968004882,1
-8548,0,0.903079748,1
-8549,0,0.896434546,1
-8550,0,0.924351215,1
-8551,0,0.905198514,1
-8552,0,0.719136536,1
-8553,0.2274,0.810100973,1
-8554,0.4451,0.662436008,1
-8555,0.5487,0.573093116,1
-8556,0.5288,0.784212112,1
-8557,0.4508,0.656253994,1
-8558,0.4375,0.738131881,1
-8559,0.3749,0.716275752,1
-8560,0.2477,0.674070239,1
-8561,0.0342,0.498294711,1
-8562,0,0.479894966,1
-8563,0,0.75137943,1
-8564,0,0.673275113,1
-8565,0,0.800401747,1
-8566,0,0.697642565,1
-8567,0,0.887853026,1
-8568,0,0.98726517,1
-8569,0,0.933068633,1
-8570,0,0.913775325,1
-8571,0,0.867750287,1
-8572,0,0.773065388,1
-8573,0,0.791524827,1
-8574,0,0.685515881,1
-8575,0,0.574532151,1
-8576,0,0.290537715,1
-8577,0.2255,0.513049841,1
-8578,0.4422,0.628034174,1
-8579,0.5408,0.443078995,1
-8580,0.6649,0.628461123,1
-8581,0.6653,0.43793416,1
-8582,0.6232,0.330032676,1
-8583,0.4789,0.278229505,1
-8584,0.2156,0.0839184,1
-8585,0.0405,0.097977802,1
-8586,0,0.108629577,1
-8587,0,0.01796505,1
-8588,0,8.95E-06,1
-8589,0,0.004983742,1
-8590,0,0.004679676,1
-8591,0,0.00089812,1
-8592,0,0.019763779,1
-8593,0,0.040372539,1
-8594,0,0.068529047,1
-8595,0,0.096565038,1
-8596,0,0.087070949,1
-8597,0,0.112988412,1
-8598,0,0.174585059,1
-8599,0,0.059163339,1
-8600,0,0.034709863,1
-8601,0.0422,0.040657014,1
-8602,0.2161,0.118718781,1
-8603,0.3402,0.117426954,1
-8604,0.3622,0.223987982,1
-8605,0.3953,0.229410782,1
-8606,0.3981,0.231419921,1
-8607,0.3761,0.329364926,1
-8608,0.2498,0.598424852,1
-8609,0.0551,0.525669992,1
-8610,0,0.74677527,1
-8611,0,0.783808351,1
-8612,0,0.622446358,1
-8613,0,0.665902376,1
-8614,0,0.68424511,1
-8615,0,0.712479115,1
-8616,0,0.784516871,1
-8617,0,0.785761833,1
-8618,0,0.838210762,1
-8619,0,0.816936553,1
-8620,0,0.776449621,1
-8621,0,0.886461854,1
-8622,0,0.882781208,1
-8623,0,0.817645133,1
-8624,0,0.660434842,1
-8625,0.2042,0.551166475,1
-8626,0.4346,0.266779184,1
-8627,0.5342,0.014935655,1
-8628,0.4958,0.031855512,1
-8629,0.4244,0.044422343,1
-8630,0.2468,0.056455288,1
-8631,0.2304,0.041009031,1
-8632,0.0783,0.076662645,1
-8633,0,0.35796079,1
-8634,0,0.450772017,1
-8635,0,0.769484699,1
-8636,0,0.246133193,1
-8637,0,0.32558167,1
-8638,0,0.999961019,1
-8639,0,1,1
-8640,0,0.98455596,1
-8641,0,0.986163378,1
-8642,0,0.999144912,1
-8643,0,0.999429822,1
-8644,0,1,1
-8645,0,0.999661803,1
-8646,0,0.997719586,1
-8647,0,1,1
-8648,0,0.992131114,1
-8649,0.0002,0.999827743,1
-8650,0.0078,0.996942699,1
-8651,0.1472,0.997011364,1
-8652,0.2069,0.964366078,1
-8653,0.1823,0.965957105,1
-8654,0.1913,0.972322106,1
-8655,0.1432,0.997769892,1
-8656,0.0465,0.99833703,1
-8657,0,0.999770164,1
-8658,0,0.998433113,1
-8659,0,1,1
-8660,0,0.996894121,1
-8661,0,1,1
-8662,0,0.972249985,1
-8663,0,0.970375419,1
-8664,0,0.987811804,1
-8665,0,0.997130394,1
-8666,0,1,1
-8667,0,1,1
-8668,0,1,1
-8669,0,1,1
-8670,0,0.99516511,1
-8671,0,0.989335299,1
-8672,0,0.949101985,1
-8673,0.2081,0.987260342,1
-8674,0.4198,0.948640347,1
-8675,0.5566,0.994442105,1
-8676,0.6148,0.994989157,1
-8677,0.6451,0.998354673,1
-8678,0.6373,0.991148889,1
-8679,0.5305,0.954131722,1
-8680,0.3574,0.713351727,1
-8681,0.1069,0.755524755,1
-8682,0,0.880335093,1
-8683,0,0.973976433,1
-8684,0,0.847446501,1
-8685,0,0.480728656,1
-8686,0,0.509726882,1
-8687,0,0.740689456,1
-8688,0,0.735777378,1
-8689,0,0.494804651,1
-8690,0,0.668742657,1
-8691,0,0.717184782,1
-8692,0,0.650246382,1
-8693,0,0.627563059,1
-8694,0,0.58719337,1
-8695,0,0.554129124,1
-8696,0,0.170794412,1
-8697,0.0379,0.182356328,1
-8698,0.2093,0.091585658,1
-8699,0.3024,0.112977557,1
-8700,0.3479,0.115030818,1
-8701,0.3523,0.034837451,1
-8702,0.3162,0.042846963,1
-8703,0.2668,0.162252128,1
-8704,0.1084,0.308934361,1
-8705,0,0.417691261,1
-8706,0,0.647434711,1
-8707,0,0.636773109,1
-8708,0,0.524506032,1
-8709,0,0.613817453,1
-8710,0,0.655841112,1
-8711,0,0.816947818,1
-8712,0,0.898588419,1
-8713,0,0.978152633,1
-8714,0,0.980445623,1
-8715,0,0.931260109,1
-8716,0,0.920195222,1
-8717,0,0.997677803,1
-8718,0,1,1
-8719,0,1,1
-8720,0,0.841109216,1
-8721,0.1722,1,1
-8722,0.3829,0.999709368,1
-8723,0.5272,1,1
-8724,0.5885,1,1
-8725,0.569,1,1
-8726,0.5622,1,1
-8727,0.4957,1,1
-8728,0.3612,1,1
-8729,0.1212,1,1
-8730,0,1,1
-8731,0,1,1
-8732,0,1,1
-8733,0,1,1
-8734,0,1,1
-8735,0,1,1
-8736,0,1,1
-8737,0,1,1
-8738,0,1,1
-8739,0,1,1
-8740,0,0.997735381,1
-8741,0,0.971980095,1
-8742,0,0.921495795,1
-8743,0,0.902892113,1
-8744,0,0.196065977,1
-8745,0.118,0.838280916,1
-8746,0.2745,0.825069308,1
-8747,0.3837,0.722560883,1
-8748,0.4294,0.901070952,1
-8749,0.4076,0.90830934,1
-8750,0.4265,0.791800678,1
-8751,0.3834,0.567351937,1
-8752,0.2594,0.626724958,1
-8753,0.078,0.670431972,1
-8754,0,0.744819164,1
-8755,0,0.717831433,1
-8756,0,0.580139875,1
-8757,0,0.539212406,1
-8758,0,0.599321485,1
-8759,0,0.748013735,1
-8760,0,0.814334393,1
diff --git a/Example_Systems/Electrolyzer_Example/README.md b/Example_Systems/Electrolyzer_Example/README.md
deleted file mode 100644
index 8afbc57085..0000000000
--- a/Example_Systems/Electrolyzer_Example/README.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# Electrolyzer Example
-
-**Electrolyzer Example** is a simple, one zone test case designed to show the Electrolyzer feature in use, adapted from **SmallNewEngland/OneZone**.
-
-To run the model, first navigate to the example directory at `GenX/Example_Systems/Electrolyzer_Example`:
-
-`cd("Example_Systems/Electrolyzer_Example")`
-
-Next, ensure that your settings in `GenX_settings.yml` are correct. The default settings use time domain reduced input data (`TimeDomainReduction: 1`), and an energy square requirement as specified in the `Energy_share_requirement.csv` file. Other optional policies include minimum capacity requirements, a capacity reserve margin, and more.
-
-Once the settings are confirmed, run the model with the `Run.jl` script in the example directory:
-
-`include("Run.jl")`
-
-Once the model has completed, results will write to the `Results` directory.
diff --git a/Example_Systems/Electrolyzer_Example/Resources/Electrolyzer.csv b/Example_Systems/Electrolyzer_Example/Resources/Electrolyzer.csv
deleted file mode 100644
index 7fb4932de4..0000000000
--- a/Example_Systems/Electrolyzer_Example/Resources/Electrolyzer.csv
+++ /dev/null
@@ -1,2 +0,0 @@
-Resource,Zone,LDS,New_Build,Can_Retire,Existing_Cap_MW,Max_Cap_MW,Min_Cap_MW,Inv_Cost_per_MWyr,Fixed_OM_Cost_per_MWyr,Var_OM_Cost_per_MWh,Heat_Rate_MMBTU_per_MWh,Fuel,Cap_Size,Start_Cost_per_MW,Start_Fuel_MMBTU_per_MW,Ramp_Up_Percentage,Ramp_Dn_Percentage,Min_Power,Resource_Type,region,cluster,Hydrogen_MWh_Per_Tonne,Electrolyzer_Min_kt,Hydrogen_Price_Per_Tonne,Qualified_Hydrogen_Supply
-electrolyzer,1,0,1,1,0,-1,-1,125000,15000,0.0,0.0,None,1,0,0,1.0,1.0,0.0,hydrogen_electrolyzer,NE,0,55,1000,1000,0
diff --git a/Example_Systems/Electrolyzer_Example/Resources/Storage.csv b/Example_Systems/Electrolyzer_Example/Resources/Storage.csv
deleted file mode 100644
index 0528309a15..0000000000
--- a/Example_Systems/Electrolyzer_Example/Resources/Storage.csv
+++ /dev/null
@@ -1,3 +0,0 @@
-Resource,Zone,Model,LDS,New_Build,Can_Retire,Existing_Cap_MW,Existing_Cap_MWh,Existing_Charge_Cap_MW,Max_Cap_MW,Max_Cap_MWh,Max_Charge_Cap_MW,Min_Cap_MW,Min_Cap_MWh,Min_Charge_Cap_MW,Inv_Cost_per_MWyr,Inv_Cost_per_MWhyr,Inv_Cost_Charge_per_MWyr,Fixed_OM_Cost_per_MWyr,Fixed_OM_Cost_per_MWhyr,Fixed_OM_Cost_Charge_per_MWyr,Var_OM_Cost_per_MWh,Var_OM_Cost_per_MWh_In,Heat_Rate_MMBTU_per_MWh,Fuel,Cap_Size,Start_Cost_per_MW,Start_Fuel_MMBTU_per_MW,Ramp_Up_Percentage,Ramp_Dn_Percentage,Min_Power,Self_Disch,Eff_Up,Eff_Down,Min_Duration,Max_Duration,Resource_Type,region,cluster,Qualified_Hydrogen_Supply
-battery,1,1,0,1,1,0,0,0,-1,-1,-1,0,0,0,19584,22494,0,4895,5622,0,0.15,0.15,0.0,None,0,0,0,1.0,1.0,0.0,0,0.92,0.92,1,10,battery_mid,NE,0,0
-battery_for_electrolyzer,1,1,0,1,1,0,0,0,-1,-1,-1,0,0,0,21542,24743,0,4895,5622,0,0.15,0.15,0.0,None,0,0,0,1.0,1.0,0.0,0,0.92,0.92,1,10,battery_mid,NE,0,1
diff --git a/Example_Systems/Electrolyzer_Example/Resources/Thermal.csv b/Example_Systems/Electrolyzer_Example/Resources/Thermal.csv
deleted file mode 100644
index a5afc0dc7f..0000000000
--- a/Example_Systems/Electrolyzer_Example/Resources/Thermal.csv
+++ /dev/null
@@ -1,2 +0,0 @@
-Resource,Zone,Model,LDS,New_Build,Can_Retire,Existing_Cap_MW,Max_Cap_MW,Min_Cap_MW,Inv_Cost_per_MWyr,Fixed_OM_Cost_per_MWyr,Var_OM_Cost_per_MWh,Heat_Rate_MMBTU_per_MWh,Fuel,Cap_Size,Start_Cost_per_MW,Start_Fuel_MMBTU_per_MW,Up_Time,Down_Time,Ramp_Up_Percentage,Ramp_Dn_Percentage,Min_Power,Resource_Type,region,cluster,Qualified_Hydrogen_Supply
-natural_gas_combined_cycle,1,1,0,1,1,0,-1,0,65400,10287,3.55,7.43,NG,250,91,2,6,6,0.64,0.64,0.468,natural_gas_fired_combined_cycle,NE,1,0
diff --git a/Example_Systems/Electrolyzer_Example/Resources/Vre.csv b/Example_Systems/Electrolyzer_Example/Resources/Vre.csv
deleted file mode 100644
index d9758bf3d7..0000000000
--- a/Example_Systems/Electrolyzer_Example/Resources/Vre.csv
+++ /dev/null
@@ -1,3 +0,0 @@
-Resource,Zone,LDS,Num_VRE_Bins,New_Build,Can_Retire,Existing_Cap_MW,Max_Cap_MW,Min_Cap_MW,Inv_Cost_per_MWyr,Fixed_OM_Cost_per_MWyr,Var_OM_Cost_per_MWh,Heat_Rate_MMBTU_per_MWh,Fuel,Cap_Size,Start_Cost_per_MW,Start_Fuel_MMBTU_per_MW,Ramp_Up_Percentage,Ramp_Dn_Percentage,Min_Power,Resource_Type,region,cluster,Qualified_Hydrogen_Supply
-solar_pv,1,0,1,1,1,0,-1,0,85300,18760,0.0,9.13,None,0,0,0,1.0,1.0,0.0,solar_photovoltaic,NE,1,1
-onshore_wind,1,0,1,1,1,0,-1,0,97200,43205,0.1,9.12,None,0,0,0,1.0,1.0,0.0,onshore_wind_turbine,NE,1,1
diff --git a/Example_Systems/Electrolyzer_Example/Settings/cbc_settings.yml b/Example_Systems/Electrolyzer_Example/Settings/cbc_settings.yml
deleted file mode 100644
index 92c6fa892f..0000000000
--- a/Example_Systems/Electrolyzer_Example/Settings/cbc_settings.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-# CBC Solver Parameters
-# Common solver settings
-TimeLimit: 110000 # Solution timeout limit. For example, set_optimizer_attribute(model, "seconds", 60.0).
-
-#CBC-specific solver settings
-logLevel: 1 # Set to 1 to enable solution output. For example, set_optimizer_attribute(model, "logLevel", 1).
-maxSolutions: -1 # Terminate after this many feasible solutions have been found. For example, set_optimizer_attribute(model, "maxSolutions", 1).
-maxNodes: 2000 # Terminate after this many branch-and-bound nodes have been evaluated. For example, set_optimizer_attribute(model, "maxNodes", 1).
-allowableGap: 1 # Terminate after optimality gap is less than this value (on an absolute scale). For example, set_optimizer_attribute(model, "allowableGap", 0.05).
-ratioGap: 0.01 # Terminate after optimality gap is smaller than this relative fraction. For example, set_optimizer_attribute(model, "allowableGap", 0.05).
-threads: 2 # Set the number of threads to use for parallel branch & bound. For example, set_optimizer_attribute(model, "threads", 2)
diff --git a/Example_Systems/Electrolyzer_Example/Settings/genx_settings.yml b/Example_Systems/Electrolyzer_Example/Settings/genx_settings.yml
deleted file mode 100644
index 8a8206feeb..0000000000
--- a/Example_Systems/Electrolyzer_Example/Settings/genx_settings.yml
+++ /dev/null
@@ -1,98 +0,0 @@
-## Model settings
-# --------------
-
-# Number of segments used in piecewise linear approximation of transmission losses;
-# 1 = linear
-# >2 = piecewise quadratic
-Trans_Loss_Segments: 1
-
-# Unit committment of thermal power plants;
-# 0 = not active
-# 1 = active using integer clustering
-# 2 = active using linearized clustering
-UCommit: 2
-
-## Policy settings
-# ---------------
-
-# Regulation (primary) and operating (secondary) reserves
-# 0 = not active
-# 1 = active systemwide
-# Reserves: 0
-
-# Minimum qualifying renewables penetration
-# 0 = not active
-# 1 = active systemwide
-EnergyShareRequirement: 0
-
-# Number of capacity reserve margin constraints
-# 0 = not active
-# 1 = active systemwide
-# CapacityReserveMargin: 0
-
-# CO2 emissions cap
-# 0 = not active (no CO2 emission limit)
-# 1 = mass-based emission limit constraint
-# 2 = demand + rate-based emission limit constraint
-# 3 = generation + rate-based emission limit constraint
-# CO2Cap: 0
-
-# Let lost energy be accounted for in Energy Share Requirement and CO2 constraints
-# 0 = not active (DO NOT account for energy lost);
-# 1 = active systemwide (DO account for energy lost)
-StorageLosses: 1
-
-# Activate minimum technology carveout constraints
-# 0 = not active
-# 1 = active
-# MinCapReq: 0
-
-# Activate maximum technology limits
-# 0 = not active
-# 1 = active
-# MaxCapReq: 0
-#
-# Transmission network expansion
-# 0 = not active
-# 1 = active systemwide
-# NetworkExpansion: 1
-
-# Hydrogen electrolyzer hourly supply matching required?
-# 0 = no
-# 1 = yes
-HydrogenHourlyMatching: 1
-
-## Solution settings
-# ------------------
-
-# Internally scale demand, capacity and power variables in GW rather than MW.
-# 0 = not active
-# 1 = active systemwide
-ParameterScale: 1
-
-# Time domain reduce (i.e. cluster) inputs based on demand, resource availability profiles, and fuel prices;
-# 0 = not active (use input data as provided)
-# 1 = active (cluster input data, or use data that has already been clustered)
-TimeDomainReduction: 1
-
-# Directory where results from time domain reduction will be saved.
-# If results already exist, these will be used without running time domain reduction script again.
-TimeDomainReductionFolder: "TDR_Results"
-
-## Output settings
-# ----------------
-
-# Write shadow prices of LP or relaxed MILP
-# 0 = not active
-# 1 = active
-WriteShadowPrices: 1
-
-# Overwrite existing results in output folder or create a new one;
-# 0 = create new folder
-# 1 = overwrite existing results
-# OverwriteResults: 0
-
-# Write the model formulation as an output;
-# 0 = active
-# 1 = not active
-# PrintModel: 0
diff --git a/Example_Systems/Electrolyzer_Example/Settings/scip_settings.yml b/Example_Systems/Electrolyzer_Example/Settings/scip_settings.yml
deleted file mode 100644
index 2779d54826..0000000000
--- a/Example_Systems/Electrolyzer_Example/Settings/scip_settings.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-# SCIP Solver Parameters
-
-#SCIP-specific solver settings
-Dispverblevel: 0
-limitsgap: 0.05
diff --git a/Example_Systems/Input_data_explained/CO2_cap.xlsx b/Example_Systems/Input_data_explained/CO2_cap.xlsx
deleted file mode 100644
index d6af9ef0c7..0000000000
Binary files a/Example_Systems/Input_data_explained/CO2_cap.xlsx and /dev/null differ
diff --git a/Example_Systems/Input_data_explained/Capacity_reserve_margin.xlsx b/Example_Systems/Input_data_explained/Capacity_reserve_margin.xlsx
deleted file mode 100644
index e2f0d179cc..0000000000
Binary files a/Example_Systems/Input_data_explained/Capacity_reserve_margin.xlsx and /dev/null differ
diff --git a/Example_Systems/Input_data_explained/Energy_share_requirement.xlsx b/Example_Systems/Input_data_explained/Energy_share_requirement.xlsx
deleted file mode 100644
index f4d81a8004..0000000000
Binary files a/Example_Systems/Input_data_explained/Energy_share_requirement.xlsx and /dev/null differ
diff --git a/Example_Systems/Input_data_explained/Fuels_data.xlsx b/Example_Systems/Input_data_explained/Fuels_data.xlsx
deleted file mode 100644
index 320ef01421..0000000000
Binary files a/Example_Systems/Input_data_explained/Fuels_data.xlsx and /dev/null differ
diff --git a/Example_Systems/Input_data_explained/Generators_data.xlsx b/Example_Systems/Input_data_explained/Generators_data.xlsx
deleted file mode 100644
index d58690dac1..0000000000
Binary files a/Example_Systems/Input_data_explained/Generators_data.xlsx and /dev/null differ
diff --git a/Example_Systems/Input_data_explained/Generators_variability.xlsx b/Example_Systems/Input_data_explained/Generators_variability.xlsx
deleted file mode 100644
index cbe4583ec1..0000000000
Binary files a/Example_Systems/Input_data_explained/Generators_variability.xlsx and /dev/null differ
diff --git a/Example_Systems/Input_data_explained/Load_data.xlsx b/Example_Systems/Input_data_explained/Load_data.xlsx
deleted file mode 100644
index b1e8bc910e..0000000000
Binary files a/Example_Systems/Input_data_explained/Load_data.xlsx and /dev/null differ
diff --git a/Example_Systems/Input_data_explained/Minimum_Capacity_Requirement.xlsx b/Example_Systems/Input_data_explained/Minimum_Capacity_Requirement.xlsx
deleted file mode 100644
index bdebad059e..0000000000
Binary files a/Example_Systems/Input_data_explained/Minimum_Capacity_Requirement.xlsx and /dev/null differ
diff --git a/Example_Systems/Input_data_explained/Network.xlsx b/Example_Systems/Input_data_explained/Network.xlsx
deleted file mode 100644
index 27b697f5b1..0000000000
Binary files a/Example_Systems/Input_data_explained/Network.xlsx and /dev/null differ
diff --git a/Example_Systems/Input_data_explained/Reserves.xlsx b/Example_Systems/Input_data_explained/Reserves.xlsx
deleted file mode 100644
index 48d82cabe3..0000000000
Binary files a/Example_Systems/Input_data_explained/Reserves.xlsx and /dev/null differ
diff --git a/Example_Systems/MethodofMorrisExample/OneZone/Demand_data.csv b/Example_Systems/MethodofMorrisExample/OneZone/Demand_data.csv
deleted file mode 100644
index e1faac16c8..0000000000
--- a/Example_Systems/MethodofMorrisExample/OneZone/Demand_data.csv
+++ /dev/null
@@ -1,8761 +0,0 @@
-Voll,Demand_Segment,Cost_of_Demand_Curtailment_per_MW,Max_Demand_Curtailment,Rep_Periods,Timesteps_per_Rep_Period,Sub_Weights,Time_Index,Demand_MW_z1
-50000,1,1,1,1,8760,8760,1,11162
-,,,,,,,2,10556
-,,,,,,,3,10105
-,,,,,,,4,9878
-,,,,,,,5,9843
-,,,,,,,6,10017
-,,,,,,,7,10390
-,,,,,,,8,10727
-,,,,,,,9,11298
-,,,,,,,10,11859
-,,,,,,,11,12196
-,,,,,,,12,12321
-,,,,,,,13,12381
-,,,,,,,14,12270
-,,,,,,,15,12149
-,,,,,,,16,12219
-,,,,,,,17,13410
-,,,,,,,18,14539
-,,,,,,,19,14454
-,,,,,,,20,14012
-,,,,,,,21,13494
-,,,,,,,22,12772
-,,,,,,,23,11877
-,,,,,,,24,10874
-,,,,,,,25,10025
-,,,,,,,26,9511
-,,,,,,,27,9264
-,,,,,,,28,9208
-,,,,,,,29,9410
-,,,,,,,30,9924
-,,,,,,,31,10696
-,,,,,,,32,11329
-,,,,,,,33,12105
-,,,,,,,34,12899
-,,,,,,,35,13482
-,,,,,,,36,13721
-,,,,,,,37,13699
-,,,,,,,38,13611
-,,,,,,,39,13568
-,,,,,,,40,13774
-,,,,,,,41,15066
-,,,,,,,42,16374
-,,,,,,,43,16230
-,,,,,,,44,15838
-,,,,,,,45,15197
-,,,,,,,46,14189
-,,,,,,,47,12940
-,,,,,,,48,11808
-,,,,,,,49,11057
-,,,,,,,50,10682
-,,,,,,,51,10502
-,,,,,,,52,10524
-,,,,,,,53,10901
-,,,,,,,54,12021
-,,,,,,,55,14003
-,,,,,,,56,15113
-,,,,,,,57,15301
-,,,,,,,58,15406
-,,,,,,,59,15544
-,,,,,,,60,15570
-,,,,,,,61,15507
-,,,,,,,62,15485
-,,,,,,,63,15426
-,,,,,,,64,15639
-,,,,,,,65,16860
-,,,,,,,66,18195
-,,,,,,,67,18230
-,,,,,,,68,17924
-,,,,,,,69,17341
-,,,,,,,70,16318
-,,,,,,,71,14952
-,,,,,,,72,13756
-,,,,,,,73,13012
-,,,,,,,74,12621
-,,,,,,,75,12422
-,,,,,,,76,12444
-,,,,,,,77,12784
-,,,,,,,78,13840
-,,,,,,,79,15761
-,,,,,,,80,16807
-,,,,,,,81,16828
-,,,,,,,82,16783
-,,,,,,,83,16745
-,,,,,,,84,16581
-,,,,,,,85,16344
-,,,,,,,86,16204
-,,,,,,,87,16076
-,,,,,,,88,16242
-,,,,,,,89,17378
-,,,,,,,90,18302
-,,,,,,,91,18160
-,,,,,,,92,17737
-,,,,,,,93,17058
-,,,,,,,94,15936
-,,,,,,,95,14506
-,,,,,,,96,13182
-,,,,,,,97,12336
-,,,,,,,98,11885
-,,,,,,,99,11656
-,,,,,,,100,11615
-,,,,,,,101,11913
-,,,,,,,102,12890
-,,,,,,,103,14747
-,,,,,,,104,15835
-,,,,,,,105,15951
-,,,,,,,106,16021
-,,,,,,,107,15949
-,,,,,,,108,15726
-,,,,,,,109,15531
-,,,,,,,110,15455
-,,,,,,,111,15333
-,,,,,,,112,15432
-,,,,,,,113,16412
-,,,,,,,114,17485
-,,,,,,,115,17422
-,,,,,,,116,17026
-,,,,,,,117,16390
-,,,,,,,118,15340
-,,,,,,,119,13927
-,,,,,,,120,12708
-,,,,,,,121,11909
-,,,,,,,122,11476
-,,,,,,,123,11254
-,,,,,,,124,11199
-,,,,,,,125,11472
-,,,,,,,126,12442
-,,,,,,,127,14265
-,,,,,,,128,15358
-,,,,,,,129,15484
-,,,,,,,130,15500
-,,,,,,,131,15432
-,,,,,,,132,15203
-,,,,,,,133,14952
-,,,,,,,134,14820
-,,,,,,,135,14614
-,,,,,,,136,14685
-,,,,,,,137,15541
-,,,,,,,138,16362
-,,,,,,,139,16100
-,,,,,,,140,15635
-,,,,,,,141,15017
-,,,,,,,142,14212
-,,,,,,,143,13116
-,,,,,,,144,11990
-,,,,,,,145,11119
-,,,,,,,146,10636
-,,,,,,,147,10373
-,,,,,,,148,10268
-,,,,,,,149,10370
-,,,,,,,150,10765
-,,,,,,,151,11478
-,,,,,,,152,12230
-,,,,,,,153,13001
-,,,,,,,154,13466
-,,,,,,,155,13597
-,,,,,,,156,13488
-,,,,,,,157,13240
-,,,,,,,158,12960
-,,,,,,,159,12764
-,,,,,,,160,12899
-,,,,,,,161,13844
-,,,,,,,162,14791
-,,,,,,,163,14618
-,,,,,,,164,14149
-,,,,,,,165,13704
-,,,,,,,166,13063
-,,,,,,,167,12224
-,,,,,,,168,11302
-,,,,,,,169,10528
-,,,,,,,170,10079
-,,,,,,,171,9814
-,,,,,,,172,9743
-,,,,,,,173,9817
-,,,,,,,174,10103
-,,,,,,,175,10655
-,,,,,,,176,11234
-,,,,,,,177,12040
-,,,,,,,178,12664
-,,,,,,,179,13058
-,,,,,,,180,13304
-,,,,,,,181,13346
-,,,,,,,182,13271
-,,,,,,,183,13225
-,,,,,,,184,13411
-,,,,,,,185,14561
-,,,,,,,186,15757
-,,,,,,,187,15733
-,,,,,,,188,15326
-,,,,,,,189,14794
-,,,,,,,190,13922
-,,,,,,,191,12773
-,,,,,,,192,11768
-,,,,,,,193,11109
-,,,,,,,194,10793
-,,,,,,,195,10675
-,,,,,,,196,10715
-,,,,,,,197,11103
-,,,,,,,198,12217
-,,,,,,,199,14223
-,,,,,,,200,15383
-,,,,,,,201,15496
-,,,,,,,202,15511
-,,,,,,,203,15504
-,,,,,,,204,15371
-,,,,,,,205,15111
-,,,,,,,206,14949
-,,,,,,,207,14740
-,,,,,,,208,14789
-,,,,,,,209,15785
-,,,,,,,210,17126
-,,,,,,,211,17084
-,,,,,,,212,16626
-,,,,,,,213,15960
-,,,,,,,214,14863
-,,,,,,,215,13465
-,,,,,,,216,12228
-,,,,,,,217,11417
-,,,,,,,218,11012
-,,,,,,,219,10791
-,,,,,,,220,10775
-,,,,,,,221,11087
-,,,,,,,222,12116
-,,,,,,,223,14067
-,,,,,,,224,15110
-,,,,,,,225,15165
-,,,,,,,226,15241
-,,,,,,,227,15247
-,,,,,,,228,15100
-,,,,,,,229,14851
-,,,,,,,230,14724
-,,,,,,,231,14591
-,,,,,,,232,14690
-,,,,,,,233,15653
-,,,,,,,234,16746
-,,,,,,,235,16624
-,,,,,,,236,16212
-,,,,,,,237,15603
-,,,,,,,238,14575
-,,,,,,,239,13219
-,,,,,,,240,12040
-,,,,,,,241,11294
-,,,,,,,242,10919
-,,,,,,,243,10746
-,,,,,,,244,10795
-,,,,,,,245,11133
-,,,,,,,246,12246
-,,,,,,,247,14208
-,,,,,,,248,15246
-,,,,,,,249,15247
-,,,,,,,250,15156
-,,,,,,,251,15102
-,,,,,,,252,14981
-,,,,,,,253,14770
-,,,,,,,254,14686
-,,,,,,,255,14545
-,,,,,,,256,14644
-,,,,,,,257,15591
-,,,,,,,258,16752
-,,,,,,,259,16689
-,,,,,,,260,16278
-,,,,,,,261,15654
-,,,,,,,262,14582
-,,,,,,,263,13189
-,,,,,,,264,11960
-,,,,,,,265,11150
-,,,,,,,266,10705
-,,,,,,,267,10495
-,,,,,,,268,10490
-,,,,,,,269,10816
-,,,,,,,270,11833
-,,,,,,,271,13662
-,,,,,,,272,14926
-,,,,,,,273,15276
-,,,,,,,274,15527
-,,,,,,,275,15744
-,,,,,,,276,15800
-,,,,,,,277,15738
-,,,,,,,278,15668
-,,,,,,,279,15460
-,,,,,,,280,15424
-,,,,,,,281,16160
-,,,,,,,282,16994
-,,,,,,,283,16821
-,,,,,,,284,16322
-,,,,,,,285,15636
-,,,,,,,286,14537
-,,,,,,,287,13154
-,,,,,,,288,11951
-,,,,,,,289,11107
-,,,,,,,290,10682
-,,,,,,,291,10480
-,,,,,,,292,10443
-,,,,,,,293,10724
-,,,,,,,294,11684
-,,,,,,,295,13509
-,,,,,,,296,14702
-,,,,,,,297,14935
-,,,,,,,298,14998
-,,,,,,,299,15018
-,,,,,,,300,14953
-,,,,,,,301,14817
-,,,,,,,302,14757
-,,,,,,,303,14701
-,,,,,,,304,14914
-,,,,,,,305,15842
-,,,,,,,306,16772
-,,,,,,,307,16620
-,,,,,,,308,16195
-,,,,,,,309,15656
-,,,,,,,310,14852
-,,,,,,,311,13774
-,,,,,,,312,12698
-,,,,,,,313,11860
-,,,,,,,314,11370
-,,,,,,,315,11095
-,,,,,,,316,11008
-,,,,,,,317,11123
-,,,,,,,318,11514
-,,,,,,,319,12244
-,,,,,,,320,12979
-,,,,,,,321,13811
-,,,,,,,322,14465
-,,,,,,,323,14741
-,,,,,,,324,14648
-,,,,,,,325,14416
-,,,,,,,326,14145
-,,,,,,,327,14017
-,,,,,,,328,14131
-,,,,,,,329,15053
-,,,,,,,330,16310
-,,,,,,,331,16306
-,,,,,,,332,15940
-,,,,,,,333,15438
-,,,,,,,334,14827
-,,,,,,,335,14100
-,,,,,,,336,13254
-,,,,,,,337,12458
-,,,,,,,338,11981
-,,,,,,,339,11788
-,,,,,,,340,11765
-,,,,,,,341,11896
-,,,,,,,342,12228
-,,,,,,,343,12800
-,,,,,,,344,13417
-,,,,,,,345,14289
-,,,,,,,346,14944
-,,,,,,,347,15302
-,,,,,,,348,15422
-,,,,,,,349,15410
-,,,,,,,350,15254
-,,,,,,,351,15160
-,,,,,,,352,15281
-,,,,,,,353,16271
-,,,,,,,354,17565
-,,,,,,,355,17586
-,,,,,,,356,17098
-,,,,,,,357,16608
-,,,,,,,358,15781
-,,,,,,,359,14792
-,,,,,,,360,13802
-,,,,,,,361,13108
-,,,,,,,362,12744
-,,,,,,,363,12598
-,,,,,,,364,12604
-,,,,,,,365,12895
-,,,,,,,366,13656
-,,,,,,,367,14913
-,,,,,,,368,15839
-,,,,,,,369,16476
-,,,,,,,370,16832
-,,,,,,,371,16968
-,,,,,,,372,16833
-,,,,,,,373,16562
-,,,,,,,374,16374
-,,,,,,,375,16167
-,,,,,,,376,16199
-,,,,,,,377,17023
-,,,,,,,378,18122
-,,,,,,,379,17922
-,,,,,,,380,17380
-,,,,,,,381,16590
-,,,,,,,382,15454
-,,,,,,,383,14092
-,,,,,,,384,12838
-,,,,,,,385,11975
-,,,,,,,386,11489
-,,,,,,,387,11270
-,,,,,,,388,11212
-,,,,,,,389,11495
-,,,,,,,390,12471
-,,,,,,,391,14244
-,,,,,,,392,15283
-,,,,,,,393,15437
-,,,,,,,394,15442
-,,,,,,,395,15432
-,,,,,,,396,15372
-,,,,,,,397,15291
-,,,,,,,398,15273
-,,,,,,,399,15221
-,,,,,,,400,15368
-,,,,,,,401,16221
-,,,,,,,402,17049
-,,,,,,,403,16811
-,,,,,,,404,16305
-,,,,,,,405,15551
-,,,,,,,406,14425
-,,,,,,,407,13021
-,,,,,,,408,11759
-,,,,,,,409,10910
-,,,,,,,410,10476
-,,,,,,,411,10252
-,,,,,,,412,10226
-,,,,,,,413,10562
-,,,,,,,414,11652
-,,,,,,,415,13652
-,,,,,,,416,14698
-,,,,,,,417,14807
-,,,,,,,418,14897
-,,,,,,,419,15012
-,,,,,,,420,15020
-,,,,,,,421,14951
-,,,,,,,422,14934
-,,,,,,,423,14862
-,,,,,,,424,14987
-,,,,,,,425,15879
-,,,,,,,426,17379
-,,,,,,,427,17506
-,,,,,,,428,17201
-,,,,,,,429,16609
-,,,,,,,430,15606
-,,,,,,,431,14327
-,,,,,,,432,13151
-,,,,,,,433,12419
-,,,,,,,434,12069
-,,,,,,,435,11924
-,,,,,,,436,11951
-,,,,,,,437,12330
-,,,,,,,438,13432
-,,,,,,,439,15441
-,,,,,,,440,16495
-,,,,,,,441,16541
-,,,,,,,442,16458
-,,,,,,,443,16368
-,,,,,,,444,16164
-,,,,,,,445,15911
-,,,,,,,446,15752
-,,,,,,,447,15565
-,,,,,,,448,15672
-,,,,,,,449,16462
-,,,,,,,450,17564
-,,,,,,,451,17532
-,,,,,,,452,17230
-,,,,,,,453,16538
-,,,,,,,454,15449
-,,,,,,,455,14077
-,,,,,,,456,12834
-,,,,,,,457,11993
-,,,,,,,458,11519
-,,,,,,,459,11299
-,,,,,,,460,11252
-,,,,,,,461,11592
-,,,,,,,462,12607
-,,,,,,,463,14487
-,,,,,,,464,15486
-,,,,,,,465,15598
-,,,,,,,466,15644
-,,,,,,,467,15688
-,,,,,,,468,15624
-,,,,,,,469,15449
-,,,,,,,470,15337
-,,,,,,,471,15152
-,,,,,,,472,15178
-,,,,,,,473,15852
-,,,,,,,474,17100
-,,,,,,,475,17034
-,,,,,,,476,16616
-,,,,,,,477,16075
-,,,,,,,478,15301
-,,,,,,,479,14246
-,,,,,,,480,13142
-,,,,,,,481,12357
-,,,,,,,482,11915
-,,,,,,,483,11645
-,,,,,,,484,11540
-,,,,,,,485,11639
-,,,,,,,486,12016
-,,,,,,,487,12759
-,,,,,,,488,13644
-,,,,,,,489,14632
-,,,,,,,490,15491
-,,,,,,,491,16021
-,,,,,,,492,16247
-,,,,,,,493,16246
-,,,,,,,494,16039
-,,,,,,,495,15778
-,,,,,,,496,15666
-,,,,,,,497,16265
-,,,,,,,498,17292
-,,,,,,,499,17114
-,,,,,,,500,16521
-,,,,,,,501,15910
-,,,,,,,502,15120
-,,,,,,,503,14150
-,,,,,,,504,13200
-,,,,,,,505,12458
-,,,,,,,506,12050
-,,,,,,,507,11852
-,,,,,,,508,11767
-,,,,,,,509,11845
-,,,,,,,510,12167
-,,,,,,,511,12740
-,,,,,,,512,13365
-,,,,,,,513,14193
-,,,,,,,514,14704
-,,,,,,,515,14906
-,,,,,,,516,14902
-,,,,,,,517,14813
-,,,,,,,518,14701
-,,,,,,,519,14657
-,,,,,,,520,14683
-,,,,,,,521,15368
-,,,,,,,522,16390
-,,,,,,,523,16396
-,,,,,,,524,16097
-,,,,,,,525,15507
-,,,,,,,526,14535
-,,,,,,,527,13448
-,,,,,,,528,12346
-,,,,,,,529,11555
-,,,,,,,530,11150
-,,,,,,,531,10988
-,,,,,,,532,10997
-,,,,,,,533,11337
-,,,,,,,534,12375
-,,,,,,,535,14267
-,,,,,,,536,15329
-,,,,,,,537,15560
-,,,,,,,538,15688
-,,,,,,,539,15811
-,,,,,,,540,15787
-,,,,,,,541,15635
-,,,,,,,542,15529
-,,,,,,,543,15361
-,,,,,,,544,15368
-,,,,,,,545,16068
-,,,,,,,546,17090
-,,,,,,,547,16948
-,,,,,,,548,16411
-,,,,,,,549,15636
-,,,,,,,550,14499
-,,,,,,,551,13072
-,,,,,,,552,11781
-,,,,,,,553,10958
-,,,,,,,554,10438
-,,,,,,,555,10183
-,,,,,,,556,10118
-,,,,,,,557,10407
-,,,,,,,558,11367
-,,,,,,,559,13276
-,,,,,,,560,14330
-,,,,,,,561,14437
-,,,,,,,562,14377
-,,,,,,,563,14394
-,,,,,,,564,14334
-,,,,,,,565,14169
-,,,,,,,566,14062
-,,,,,,,567,13910
-,,,,,,,568,13922
-,,,,,,,569,14619
-,,,,,,,570,15901
-,,,,,,,571,15914
-,,,,,,,572,15535
-,,,,,,,573,14920
-,,,,,,,574,13900
-,,,,,,,575,12627
-,,,,,,,576,11435
-,,,,,,,577,10669
-,,,,,,,578,10283
-,,,,,,,579,10111
-,,,,,,,580,10120
-,,,,,,,581,10445
-,,,,,,,582,11498
-,,,,,,,583,13494
-,,,,,,,584,14608
-,,,,,,,585,14699
-,,,,,,,586,14783
-,,,,,,,587,14849
-,,,,,,,588,14811
-,,,,,,,589,14663
-,,,,,,,590,14583
-,,,,,,,591,14416
-,,,,,,,592,14393
-,,,,,,,593,15041
-,,,,,,,594,16457
-,,,,,,,595,16552
-,,,,,,,596,16175
-,,,,,,,597,15582
-,,,,,,,598,14519
-,,,,,,,599,13142
-,,,,,,,600,11922
-,,,,,,,601,11127
-,,,,,,,602,10720
-,,,,,,,603,10528
-,,,,,,,604,10520
-,,,,,,,605,10852
-,,,,,,,606,11863
-,,,,,,,607,13845
-,,,,,,,608,14905
-,,,,,,,609,14976
-,,,,,,,610,14931
-,,,,,,,611,14893
-,,,,,,,612,14795
-,,,,,,,613,14677
-,,,,,,,614,14665
-,,,,,,,615,14624
-,,,,,,,616,14737
-,,,,,,,617,15454
-,,,,,,,618,16580
-,,,,,,,619,16536
-,,,,,,,620,16155
-,,,,,,,621,15515
-,,,,,,,622,14490
-,,,,,,,623,13144
-,,,,,,,624,11939
-,,,,,,,625,11122
-,,,,,,,626,10655
-,,,,,,,627,10441
-,,,,,,,628,10365
-,,,,,,,629,10639
-,,,,,,,630,11577
-,,,,,,,631,13349
-,,,,,,,632,14550
-,,,,,,,633,14922
-,,,,,,,634,15165
-,,,,,,,635,15328
-,,,,,,,636,15380
-,,,,,,,637,15275
-,,,,,,,638,15154
-,,,,,,,639,14953
-,,,,,,,640,14885
-,,,,,,,641,15340
-,,,,,,,642,16003
-,,,,,,,643,15767
-,,,,,,,644,15236
-,,,,,,,645,14663
-,,,,,,,646,13889
-,,,,,,,647,12855
-,,,,,,,648,11809
-,,,,,,,649,10967
-,,,,,,,650,10460
-,,,,,,,651,10200
-,,,,,,,652,10104
-,,,,,,,653,10196
-,,,,,,,654,10623
-,,,,,,,655,11360
-,,,,,,,656,12147
-,,,,,,,657,12981
-,,,,,,,658,13515
-,,,,,,,659,13751
-,,,,,,,660,13619
-,,,,,,,661,13362
-,,,,,,,662,13013
-,,,,,,,663,12800
-,,,,,,,664,12804
-,,,,,,,665,13416
-,,,,,,,666,14704
-,,,,,,,667,14811
-,,,,,,,668,14378
-,,,,,,,669,13939
-,,,,,,,670,13268
-,,,,,,,671,12413
-,,,,,,,672,11501
-,,,,,,,673,10759
-,,,,,,,674,10315
-,,,,,,,675,10078
-,,,,,,,676,10001
-,,,,,,,677,10097
-,,,,,,,678,10398
-,,,,,,,679,10948
-,,,,,,,680,11503
-,,,,,,,681,12332
-,,,,,,,682,12895
-,,,,,,,683,13203
-,,,,,,,684,13311
-,,,,,,,685,13269
-,,,,,,,686,13134
-,,,,,,,687,12993
-,,,,,,,688,13049
-,,,,,,,689,13801
-,,,,,,,690,15331
-,,,,,,,691,15570
-,,,,,,,692,15202
-,,,,,,,693,14629
-,,,,,,,694,13705
-,,,,,,,695,12582
-,,,,,,,696,11539
-,,,,,,,697,10834
-,,,,,,,698,10485
-,,,,,,,699,10349
-,,,,,,,700,10390
-,,,,,,,701,10765
-,,,,,,,702,11827
-,,,,,,,703,13830
-,,,,,,,704,14902
-,,,,,,,705,15044
-,,,,,,,706,15171
-,,,,,,,707,15160
-,,,,,,,708,15093
-,,,,,,,709,14976
-,,,,,,,710,14864
-,,,,,,,711,14707
-,,,,,,,712,14759
-,,,,,,,713,15380
-,,,,,,,714,16843
-,,,,,,,715,17027
-,,,,,,,716,16625
-,,,,,,,717,16002
-,,,,,,,718,14909
-,,,,,,,719,13521
-,,,,,,,720,12274
-,,,,,,,721,11495
-,,,,,,,722,11069
-,,,,,,,723,10863
-,,,,,,,724,10844
-,,,,,,,725,11157
-,,,,,,,726,12167
-,,,,,,,727,14091
-,,,,,,,728,15157
-,,,,,,,729,15260
-,,,,,,,730,15244
-,,,,,,,731,15171
-,,,,,,,732,14997
-,,,,,,,733,14740
-,,,,,,,734,14532
-,,,,,,,735,14288
-,,,,,,,736,14205
-,,,,,,,737,14693
-,,,,,,,738,16059
-,,,,,,,739,16242
-,,,,,,,740,15852
-,,,,,,,741,15206
-,,,,,,,742,14178
-,,,,,,,743,12819
-,,,,,,,744,11609
-,,,,,,,745,10830
-,,,,,,,746,10401
-,,,,,,,747,10195
-,,,,,,,748,10196
-,,,,,,,749,10483
-,,,,,,,750,11511
-,,,,,,,751,13433
-,,,,,,,752,14543
-,,,,,,,753,14653
-,,,,,,,754,14663
-,,,,,,,755,14652
-,,,,,,,756,14622
-,,,,,,,757,14471
-,,,,,,,758,14332
-,,,,,,,759,14044
-,,,,,,,760,13923
-,,,,,,,761,14325
-,,,,,,,762,15598
-,,,,,,,763,15772
-,,,,,,,764,15385
-,,,,,,,765,14765
-,,,,,,,766,13761
-,,,,,,,767,12424
-,,,,,,,768,11239
-,,,,,,,769,10472
-,,,,,,,770,10077
-,,,,,,,771,9897
-,,,,,,,772,9912
-,,,,,,,773,10242
-,,,,,,,774,11308
-,,,,,,,775,13302
-,,,,,,,776,14359
-,,,,,,,777,14554
-,,,,,,,778,14687
-,,,,,,,779,14830
-,,,,,,,780,14862
-,,,,,,,781,14802
-,,,,,,,782,14777
-,,,,,,,783,14729
-,,,,,,,784,14863
-,,,,,,,785,15507
-,,,,,,,786,16466
-,,,,,,,787,16512
-,,,,,,,788,16134
-,,,,,,,789,15548
-,,,,,,,790,14540
-,,,,,,,791,13229
-,,,,,,,792,12054
-,,,,,,,793,11283
-,,,,,,,794,10872
-,,,,,,,795,10725
-,,,,,,,796,10746
-,,,,,,,797,11078
-,,,,,,,798,12152
-,,,,,,,799,14134
-,,,,,,,800,15110
-,,,,,,,801,15229
-,,,,,,,802,15193
-,,,,,,,803,15159
-,,,,,,,804,15011
-,,,,,,,805,14738
-,,,,,,,806,14553
-,,,,,,,807,14327
-,,,,,,,808,14253
-,,,,,,,809,14677
-,,,,,,,810,15851
-,,,,,,,811,16011
-,,,,,,,812,15615
-,,,,,,,813,15090
-,,,,,,,814,14306
-,,,,,,,815,13237
-,,,,,,,816,12085
-,,,,,,,817,11234
-,,,,,,,818,10764
-,,,,,,,819,10503
-,,,,,,,820,10402
-,,,,,,,821,10480
-,,,,,,,822,10860
-,,,,,,,823,11607
-,,,,,,,824,12374
-,,,,,,,825,13184
-,,,,,,,826,13678
-,,,,,,,827,13847
-,,,,,,,828,13741
-,,,,,,,829,13513
-,,,,,,,830,13228
-,,,,,,,831,13051
-,,,,,,,832,13066
-,,,,,,,833,13581
-,,,,,,,834,14892
-,,,,,,,835,15177
-,,,,,,,836,14827
-,,,,,,,837,14409
-,,,,,,,838,13771
-,,,,,,,839,12921
-,,,,,,,840,12028
-,,,,,,,841,11313
-,,,,,,,842,10907
-,,,,,,,843,10719
-,,,,,,,844,10666
-,,,,,,,845,10747
-,,,,,,,846,11061
-,,,,,,,847,11582
-,,,,,,,848,12220
-,,,,,,,849,13066
-,,,,,,,850,13608
-,,,,,,,851,13833
-,,,,,,,852,13909
-,,,,,,,853,13852
-,,,,,,,854,13656
-,,,,,,,855,13517
-,,,,,,,856,13592
-,,,,,,,857,14184
-,,,,,,,858,15456
-,,,,,,,859,15253
-,,,,,,,860,14510
-,,,,,,,861,14134
-,,,,,,,862,13524
-,,,,,,,863,13059
-,,,,,,,864,11988
-,,,,,,,865,11184
-,,,,,,,866,10805
-,,,,,,,867,10668
-,,,,,,,868,10705
-,,,,,,,869,11046
-,,,,,,,870,12082
-,,,,,,,871,13973
-,,,,,,,872,14914
-,,,,,,,873,15047
-,,,,,,,874,14967
-,,,,,,,875,14927
-,,,,,,,876,14794
-,,,,,,,877,14532
-,,,,,,,878,14329
-,,,,,,,879,14074
-,,,,,,,880,13969
-,,,,,,,881,14404
-,,,,,,,882,15775
-,,,,,,,883,16170
-,,,,,,,884,15769
-,,,,,,,885,15075
-,,,,,,,886,13995
-,,,,,,,887,12694
-,,,,,,,888,11511
-,,,,,,,889,10764
-,,,,,,,890,10373
-,,,,,,,891,10219
-,,,,,,,892,10239
-,,,,,,,893,10580
-,,,,,,,894,11655
-,,,,,,,895,13570
-,,,,,,,896,14529
-,,,,,,,897,14631
-,,,,,,,898,14640
-,,,,,,,899,14655
-,,,,,,,900,14607
-,,,,,,,901,14459
-,,,,,,,902,14349
-,,,,,,,903,14169
-,,,,,,,904,14180
-,,,,,,,905,14670
-,,,,,,,906,15963
-,,,,,,,907,16286
-,,,,,,,908,15958
-,,,,,,,909,15376
-,,,,,,,910,14378
-,,,,,,,911,13068
-,,,,,,,912,11940
-,,,,,,,913,11228
-,,,,,,,914,10889
-,,,,,,,915,10777
-,,,,,,,916,10846
-,,,,,,,917,11211
-,,,,,,,918,12341
-,,,,,,,919,14333
-,,,,,,,920,15300
-,,,,,,,921,15419
-,,,,,,,922,15341
-,,,,,,,923,15246
-,,,,,,,924,15074
-,,,,,,,925,14839
-,,,,,,,926,14714
-,,,,,,,927,14585
-,,,,,,,928,14724
-,,,,,,,929,15333
-,,,,,,,930,16519
-,,,,,,,931,16707
-,,,,,,,932,16289
-,,,,,,,933,15647
-,,,,,,,934,14586
-,,,,,,,935,13173
-,,,,,,,936,11978
-,,,,,,,937,11194
-,,,,,,,938,10799
-,,,,,,,939,10615
-,,,,,,,940,10627
-,,,,,,,941,10984
-,,,,,,,942,12097
-,,,,,,,943,14067
-,,,,,,,944,14975
-,,,,,,,945,14977
-,,,,,,,946,14856
-,,,,,,,947,14772
-,,,,,,,948,14608
-,,,,,,,949,14371
-,,,,,,,950,14219
-,,,,,,,951,13994
-,,,,,,,952,13956
-,,,,,,,953,14369
-,,,,,,,954,15663
-,,,,,,,955,16150
-,,,,,,,956,15855
-,,,,,,,957,15325
-,,,,,,,958,14379
-,,,,,,,959,13063
-,,,,,,,960,11920
-,,,,,,,961,11208
-,,,,,,,962,10837
-,,,,,,,963,10679
-,,,,,,,964,10710
-,,,,,,,965,11055
-,,,,,,,966,12095
-,,,,,,,967,13984
-,,,,,,,968,14936
-,,,,,,,969,14937
-,,,,,,,970,14774
-,,,,,,,971,14660
-,,,,,,,972,14471
-,,,,,,,973,14177
-,,,,,,,974,14010
-,,,,,,,975,13819
-,,,,,,,976,13756
-,,,,,,,977,14162
-,,,,,,,978,15292
-,,,,,,,979,15479
-,,,,,,,980,15038
-,,,,,,,981,14473
-,,,,,,,982,13688
-,,,,,,,983,12647
-,,,,,,,984,11606
-,,,,,,,985,10825
-,,,,,,,986,10388
-,,,,,,,987,10127
-,,,,,,,988,10032
-,,,,,,,989,10141
-,,,,,,,990,10544
-,,,,,,,991,11292
-,,,,,,,992,12114
-,,,,,,,993,13080
-,,,,,,,994,13826
-,,,,,,,995,14177
-,,,,,,,996,14228
-,,,,,,,997,14097
-,,,,,,,998,13893
-,,,,,,,999,13689
-,,,,,,,1000,13592
-,,,,,,,1001,14009
-,,,,,,,1002,15053
-,,,,,,,1003,15259
-,,,,,,,1004,14819
-,,,,,,,1005,14335
-,,,,,,,1006,13691
-,,,,,,,1007,12881
-,,,,,,,1008,12042
-,,,,,,,1009,11422
-,,,,,,,1010,11081
-,,,,,,,1011,10965
-,,,,,,,1012,10974
-,,,,,,,1013,11122
-,,,,,,,1014,11464
-,,,,,,,1015,12017
-,,,,,,,1016,12630
-,,,,,,,1017,13492
-,,,,,,,1018,14114
-,,,,,,,1019,14421
-,,,,,,,1020,14488
-,,,,,,,1021,14427
-,,,,,,,1022,14270
-,,,,,,,1023,14114
-,,,,,,,1024,14192
-,,,,,,,1025,14793
-,,,,,,,1026,16166
-,,,,,,,1027,16719
-,,,,,,,1028,16432
-,,,,,,,1029,15857
-,,,,,,,1030,14907
-,,,,,,,1031,13823
-,,,,,,,1032,12793
-,,,,,,,1033,12094
-,,,,,,,1034,11751
-,,,,,,,1035,11615
-,,,,,,,1036,11644
-,,,,,,,1037,11984
-,,,,,,,1038,13006
-,,,,,,,1039,14872
-,,,,,,,1040,15783
-,,,,,,,1041,15852
-,,,,,,,1042,15756
-,,,,,,,1043,15663
-,,,,,,,1044,15524
-,,,,,,,1045,15229
-,,,,,,,1046,15001
-,,,,,,,1047,14729
-,,,,,,,1048,14632
-,,,,,,,1049,14981
-,,,,,,,1050,16214
-,,,,,,,1051,16728
-,,,,,,,1052,16414
-,,,,,,,1053,15831
-,,,,,,,1054,14818
-,,,,,,,1055,13486
-,,,,,,,1056,12276
-,,,,,,,1057,11503
-,,,,,,,1058,11107
-,,,,,,,1059,10962
-,,,,,,,1060,10958
-,,,,,,,1061,11295
-,,,,,,,1062,12342
-,,,,,,,1063,14253
-,,,,,,,1064,15157
-,,,,,,,1065,15216
-,,,,,,,1066,15168
-,,,,,,,1067,15141
-,,,,,,,1068,15010
-,,,,,,,1069,14837
-,,,,,,,1070,14704
-,,,,,,,1071,14539
-,,,,,,,1072,14459
-,,,,,,,1073,14763
-,,,,,,,1074,15903
-,,,,,,,1075,16335
-,,,,,,,1076,15921
-,,,,,,,1077,15302
-,,,,,,,1078,14299
-,,,,,,,1079,12988
-,,,,,,,1080,11827
-,,,,,,,1081,11038
-,,,,,,,1082,10616
-,,,,,,,1083,10411
-,,,,,,,1084,10390
-,,,,,,,1085,10678
-,,,,,,,1086,11734
-,,,,,,,1087,13623
-,,,,,,,1088,14633
-,,,,,,,1089,14832
-,,,,,,,1090,14881
-,,,,,,,1091,14923
-,,,,,,,1092,14857
-,,,,,,,1093,14681
-,,,,,,,1094,14597
-,,,,,,,1095,14431
-,,,,,,,1096,14375
-,,,,,,,1097,14731
-,,,,,,,1098,15782
-,,,,,,,1099,16146
-,,,,,,,1100,15767
-,,,,,,,1101,15123
-,,,,,,,1102,14115
-,,,,,,,1103,12788
-,,,,,,,1104,11577
-,,,,,,,1105,10843
-,,,,,,,1106,10453
-,,,,,,,1107,10304
-,,,,,,,1108,10375
-,,,,,,,1109,10710
-,,,,,,,1110,11821
-,,,,,,,1111,13709
-,,,,,,,1112,14628
-,,,,,,,1113,14745
-,,,,,,,1114,14767
-,,,,,,,1115,14738
-,,,,,,,1116,14660
-,,,,,,,1117,14570
-,,,,,,,1118,14566
-,,,,,,,1119,14458
-,,,,,,,1120,14510
-,,,,,,,1121,15033
-,,,,,,,1122,16010
-,,,,,,,1123,16218
-,,,,,,,1124,15813
-,,,,,,,1125,15185
-,,,,,,,1126,14170
-,,,,,,,1127,12834
-,,,,,,,1128,11641
-,,,,,,,1129,10823
-,,,,,,,1130,10357
-,,,,,,,1131,10110
-,,,,,,,1132,10070
-,,,,,,,1133,10331
-,,,,,,,1134,11292
-,,,,,,,1135,13068
-,,,,,,,1136,14126
-,,,,,,,1137,14425
-,,,,,,,1138,14502
-,,,,,,,1139,14523
-,,,,,,,1140,14412
-,,,,,,,1141,14167
-,,,,,,,1142,13995
-,,,,,,,1143,13760
-,,,,,,,1144,13635
-,,,,,,,1145,13873
-,,,,,,,1146,14820
-,,,,,,,1147,15260
-,,,,,,,1148,14881
-,,,,,,,1149,14378
-,,,,,,,1150,13662
-,,,,,,,1151,12659
-,,,,,,,1152,11616
-,,,,,,,1153,10844
-,,,,,,,1154,10407
-,,,,,,,1155,10202
-,,,,,,,1156,10116
-,,,,,,,1157,10221
-,,,,,,,1158,10654
-,,,,,,,1159,11334
-,,,,,,,1160,12068
-,,,,,,,1161,12874
-,,,,,,,1162,13335
-,,,,,,,1163,13473
-,,,,,,,1164,13362
-,,,,,,,1165,13100
-,,,,,,,1166,12779
-,,,,,,,1167,12578
-,,,,,,,1168,12591
-,,,,,,,1169,13018
-,,,,,,,1170,14075
-,,,,,,,1171,14508
-,,,,,,,1172,14127
-,,,,,,,1173,13686
-,,,,,,,1174,13054
-,,,,,,,1175,12202
-,,,,,,,1176,11334
-,,,,,,,1177,10649
-,,,,,,,1178,10252
-,,,,,,,1179,10037
-,,,,,,,1180,9970
-,,,,,,,1181,10053
-,,,,,,,1182,10370
-,,,,,,,1183,10819
-,,,,,,,1184,11392
-,,,,,,,1185,12141
-,,,,,,,1186,12655
-,,,,,,,1187,12846
-,,,,,,,1188,12873
-,,,,,,,1189,12731
-,,,,,,,1190,12486
-,,,,,,,1191,12264
-,,,,,,,1192,12244
-,,,,,,,1193,12680
-,,,,,,,1194,13898
-,,,,,,,1195,14638
-,,,,,,,1196,14327
-,,,,,,,1197,13872
-,,,,,,,1198,13154
-,,,,,,,1199,12257
-,,,,,,,1200,11381
-,,,,,,,1201,10794
-,,,,,,,1202,10450
-,,,,,,,1203,10252
-,,,,,,,1204,10285
-,,,,,,,1205,10562
-,,,,,,,1206,11320
-,,,,,,,1207,12433
-,,,,,,,1208,13291
-,,,,,,,1209,13975
-,,,,,,,1210,14403
-,,,,,,,1211,14593
-,,,,,,,1212,14543
-,,,,,,,1213,14308
-,,,,,,,1214,14052
-,,,,,,,1215,13847
-,,,,,,,1216,13787
-,,,,,,,1217,14205
-,,,,,,,1218,15445
-,,,,,,,1219,16093
-,,,,,,,1220,15698
-,,,,,,,1221,15093
-,,,,,,,1222,14165
-,,,,,,,1223,12979
-,,,,,,,1224,11904
-,,,,,,,1225,11216
-,,,,,,,1226,10863
-,,,,,,,1227,10728
-,,,,,,,1228,10785
-,,,,,,,1229,11135
-,,,,,,,1230,12145
-,,,,,,,1231,13723
-,,,,,,,1232,14633
-,,,,,,,1233,14917
-,,,,,,,1234,14902
-,,,,,,,1235,14866
-,,,,,,,1236,14718
-,,,,,,,1237,14490
-,,,,,,,1238,14376
-,,,,,,,1239,14274
-,,,,,,,1240,14279
-,,,,,,,1241,14699
-,,,,,,,1242,15815
-,,,,,,,1243,16235
-,,,,,,,1244,15779
-,,,,,,,1245,15073
-,,,,,,,1246,14056
-,,,,,,,1247,12751
-,,,,,,,1248,11593
-,,,,,,,1249,10805
-,,,,,,,1250,10357
-,,,,,,,1251,10162
-,,,,,,,1252,10131
-,,,,,,,1253,10426
-,,,,,,,1254,11363
-,,,,,,,1255,12864
-,,,,,,,1256,13839
-,,,,,,,1257,14149
-,,,,,,,1258,14179
-,,,,,,,1259,14225
-,,,,,,,1260,14149
-,,,,,,,1261,13945
-,,,,,,,1262,13805
-,,,,,,,1263,13593
-,,,,,,,1264,13464
-,,,,,,,1265,13731
-,,,,,,,1266,14761
-,,,,,,,1267,15384
-,,,,,,,1268,15018
-,,,,,,,1269,14435
-,,,,,,,1270,13519
-,,,,,,,1271,12282
-,,,,,,,1272,11157
-,,,,,,,1273,10384
-,,,,,,,1274,9952
-,,,,,,,1275,9723
-,,,,,,,1276,9697
-,,,,,,,1277,9954
-,,,,,,,1278,10880
-,,,,,,,1279,12433
-,,,,,,,1280,13438
-,,,,,,,1281,13878
-,,,,,,,1282,14112
-,,,,,,,1283,14192
-,,,,,,,1284,14183
-,,,,,,,1285,14044
-,,,,,,,1286,13894
-,,,,,,,1287,13724
-,,,,,,,1288,13566
-,,,,,,,1289,13751
-,,,,,,,1290,14724
-,,,,,,,1291,15408
-,,,,,,,1292,15101
-,,,,,,,1293,14528
-,,,,,,,1294,13633
-,,,,,,,1295,12430
-,,,,,,,1296,11343
-,,,,,,,1297,10602
-,,,,,,,1298,10176
-,,,,,,,1299,9980
-,,,,,,,1300,9992
-,,,,,,,1301,10281
-,,,,,,,1302,11177
-,,,,,,,1303,12671
-,,,,,,,1304,13796
-,,,,,,,1305,14485
-,,,,,,,1306,14847
-,,,,,,,1307,15091
-,,,,,,,1308,15170
-,,,,,,,1309,15077
-,,,,,,,1310,15022
-,,,,,,,1311,14915
-,,,,,,,1312,14850
-,,,,,,,1313,15128
-,,,,,,,1314,15743
-,,,,,,,1315,15778
-,,,,,,,1316,15279
-,,,,,,,1317,14631
-,,,,,,,1318,13778
-,,,,,,,1319,12697
-,,,,,,,1320,11628
-,,,,,,,1321,10837
-,,,,,,,1322,10362
-,,,,,,,1323,10109
-,,,,,,,1324,10016
-,,,,,,,1325,10140
-,,,,,,,1326,10536
-,,,,,,,1327,11130
-,,,,,,,1328,11824
-,,,,,,,1329,12660
-,,,,,,,1330,13306
-,,,,,,,1331,13625
-,,,,,,,1332,13632
-,,,,,,,1333,13487
-,,,,,,,1334,13249
-,,,,,,,1335,13074
-,,,,,,,1336,13046
-,,,,,,,1337,13396
-,,,,,,,1338,14357
-,,,,,,,1339,15014
-,,,,,,,1340,14683
-,,,,,,,1341,14213
-,,,,,,,1342,13583
-,,,,,,,1343,12687
-,,,,,,,1344,11827
-,,,,,,,1345,11177
-,,,,,,,1346,10756
-,,,,,,,1347,10540
-,,,,,,,1348,10494
-,,,,,,,1349,10580
-,,,,,,,1350,10899
-,,,,,,,1351,11299
-,,,,,,,1352,11848
-,,,,,,,1353,12635
-,,,,,,,1354,13137
-,,,,,,,1355,13382
-,,,,,,,1356,13454
-,,,,,,,1357,13382
-,,,,,,,1358,13131
-,,,,,,,1359,12868
-,,,,,,,1360,12844
-,,,,,,,1361,13260
-,,,,,,,1362,14359
-,,,,,,,1363,15378
-,,,,,,,1364,15102
-,,,,,,,1365,14540
-,,,,,,,1366,13676
-,,,,,,,1367,12602
-,,,,,,,1368,11647
-,,,,,,,1369,11026
-,,,,,,,1370,10717
-,,,,,,,1371,10611
-,,,,,,,1372,10675
-,,,,,,,1373,11070
-,,,,,,,1374,12173
-,,,,,,,1375,13898
-,,,,,,,1376,14818
-,,,,,,,1377,14917
-,,,,,,,1378,14865
-,,,,,,,1379,14802
-,,,,,,,1380,14677
-,,,,,,,1381,14513
-,,,,,,,1382,14389
-,,,,,,,1383,14203
-,,,,,,,1384,14193
-,,,,,,,1385,14618
-,,,,,,,1386,15582
-,,,,,,,1387,16108
-,,,,,,,1388,15693
-,,,,,,,1389,14967
-,,,,,,,1390,13918
-,,,,,,,1391,12618
-,,,,,,,1392,11437
-,,,,,,,1393,10693
-,,,,,,,1394,10281
-,,,,,,,1395,10105
-,,,,,,,1396,10104
-,,,,,,,1397,10429
-,,,,,,,1398,11507
-,,,,,,,1399,13210
-,,,,,,,1400,14121
-,,,,,,,1401,14307
-,,,,,,,1402,14365
-,,,,,,,1403,14349
-,,,,,,,1404,14245
-,,,,,,,1405,14041
-,,,,,,,1406,13917
-,,,,,,,1407,13735
-,,,,,,,1408,13654
-,,,,,,,1409,13940
-,,,,,,,1410,14956
-,,,,,,,1411,15877
-,,,,,,,1412,16385
-,,,,,,,1413,15638
-,,,,,,,1414,14525
-,,,,,,,1415,13168
-,,,,,,,1416,11983
-,,,,,,,1417,11198
-,,,,,,,1418,10813
-,,,,,,,1419,10618
-,,,,,,,1420,10620
-,,,,,,,1421,10910
-,,,,,,,1422,11871
-,,,,,,,1423,13498
-,,,,,,,1424,14538
-,,,,,,,1425,14997
-,,,,,,,1426,15288
-,,,,,,,1427,15541
-,,,,,,,1428,15627
-,,,,,,,1429,15582
-,,,,,,,1430,15500
-,,,,,,,1431,15379
-,,,,,,,1432,15336
-,,,,,,,1433,15629
-,,,,,,,1434,16387
-,,,,,,,1435,16874
-,,,,,,,1436,16501
-,,,,,,,1437,15849
-,,,,,,,1438,14811
-,,,,,,,1439,13475
-,,,,,,,1440,12287
-,,,,,,,1441,11546
-,,,,,,,1442,11140
-,,,,,,,1443,10924
-,,,,,,,1444,10939
-,,,,,,,1445,11238
-,,,,,,,1446,12279
-,,,,,,,1447,13944
-,,,,,,,1448,14943
-,,,,,,,1449,15242
-,,,,,,,1450,15322
-,,,,,,,1451,15377
-,,,,,,,1452,15287
-,,,,,,,1453,15120
-,,,,,,,1454,15032
-,,,,,,,1455,14856
-,,,,,,,1456,14784
-,,,,,,,1457,15062
-,,,,,,,1458,15755
-,,,,,,,1459,16084
-,,,,,,,1460,15665
-,,,,,,,1461,15076
-,,,,,,,1462,14269
-,,,,,,,1463,13199
-,,,,,,,1464,12110
-,,,,,,,1465,11349
-,,,,,,,1466,10884
-,,,,,,,1467,10591
-,,,,,,,1468,10437
-,,,,,,,1469,10480
-,,,,,,,1470,10827
-,,,,,,,1471,11455
-,,,,,,,1472,12225
-,,,,,,,1473,13167
-,,,,,,,1474,13862
-,,,,,,,1475,14178
-,,,,,,,1476,14243
-,,,,,,,1477,14034
-,,,,,,,1478,13627
-,,,,,,,1479,13213
-,,,,,,,1480,12943
-,,,,,,,1481,12995
-,,,,,,,1482,13670
-,,,,,,,1483,14535
-,,,,,,,1484,14213
-,,,,,,,1485,13767
-,,,,,,,1486,13084
-,,,,,,,1487,12231
-,,,,,,,1488,11343
-,,,,,,,1489,10632
-,,,,,,,1490,10198
-,,,,,,,1491,9956
-,,,,,,,1492,9857
-,,,,,,,1493,9932
-,,,,,,,1494,10204
-,,,,,,,1495,10639
-,,,,,,,1496,11263
-,,,,,,,1497,12169
-,,,,,,,1498,12883
-,,,,,,,1499,13200
-,,,,,,,1500,13320
-,,,,,,,1501,13293
-,,,,,,,1502,13090
-,,,,,,,1503,12962
-,,,,,,,1504,12965
-,,,,,,,1505,13284
-,,,,,,,1506,14182
-,,,,,,,1507,15162
-,,,,,,,1508,14925
-,,,,,,,1509,14357
-,,,,,,,1510,13446
-,,,,,,,1511,12339
-,,,,,,,1512,11366
-,,,,,,,1513,10739
-,,,,,,,1514,10452
-,,,,,,,1515,10354
-,,,,,,,1516,10429
-,,,,,,,1517,10834
-,,,,,,,1518,11965
-,,,,,,,1519,13695
-,,,,,,,1520,14658
-,,,,,,,1521,14852
-,,,,,,,1522,14890
-,,,,,,,1523,14909
-,,,,,,,1524,14813
-,,,,,,,1525,14591
-,,,,,,,1526,14429
-,,,,,,,1527,14187
-,,,,,,,1528,14127
-,,,,,,,1529,14447
-,,,,,,,1530,15421
-,,,,,,,1531,16516
-,,,,,,,1532,16293
-,,,,,,,1533,15711
-,,,,,,,1534,14726
-,,,,,,,1535,13426
-,,,,,,,1536,12309
-,,,,,,,1537,11607
-,,,,,,,1538,11297
-,,,,,,,1539,11179
-,,,,,,,1540,11231
-,,,,,,,1541,11610
-,,,,,,,1542,12718
-,,,,,,,1543,14404
-,,,,,,,1544,15298
-,,,,,,,1545,15379
-,,,,,,,1546,15216
-,,,,,,,1547,15145
-,,,,,,,1548,15025
-,,,,,,,1549,14753
-,,,,,,,1550,14583
-,,,,,,,1551,14340
-,,,,,,,1552,14158
-,,,,,,,1553,14421
-,,,,,,,1554,15238
-,,,,,,,1555,16297
-,,,,,,,1556,16136
-,,,,,,,1557,15584
-,,,,,,,1558,14570
-,,,,,,,1559,13208
-,,,,,,,1560,11996
-,,,,,,,1561,11247
-,,,,,,,1562,10867
-,,,,,,,1563,10666
-,,,,,,,1564,10672
-,,,,,,,1565,10971
-,,,,,,,1566,12042
-,,,,,,,1567,13652
-,,,,,,,1568,14455
-,,,,,,,1569,14482
-,,,,,,,1570,14385
-,,,,,,,1571,14300
-,,,,,,,1572,14131
-,,,,,,,1573,13922
-,,,,,,,1574,13802
-,,,,,,,1575,13551
-,,,,,,,1576,13428
-,,,,,,,1577,13613
-,,,,,,,1578,14374
-,,,,,,,1579,15363
-,,,,,,,1580,15131
-,,,,,,,1581,14545
-,,,,,,,1582,13533
-,,,,,,,1583,12214
-,,,,,,,1584,11006
-,,,,,,,1585,10276
-,,,,,,,1586,9878
-,,,,,,,1587,9675
-,,,,,,,1588,9630
-,,,,,,,1589,9922
-,,,,,,,1590,10941
-,,,,,,,1591,12474
-,,,,,,,1592,13426
-,,,,,,,1593,13637
-,,,,,,,1594,13709
-,,,,,,,1595,13759
-,,,,,,,1596,13745
-,,,,,,,1597,13615
-,,,,,,,1598,13553
-,,,,,,,1599,13400
-,,,,,,,1600,13307
-,,,,,,,1601,13471
-,,,,,,,1602,14184
-,,,,,,,1603,14956
-,,,,,,,1604,14681
-,,,,,,,1605,14063
-,,,,,,,1606,13066
-,,,,,,,1607,11743
-,,,,,,,1608,10589
-,,,,,,,1609,9839
-,,,,,,,1610,9450
-,,,,,,,1611,9252
-,,,,,,,1612,9213
-,,,,,,,1613,9511
-,,,,,,,1614,10527
-,,,,,,,1615,12266
-,,,,,,,1616,13428
-,,,,,,,1617,13797
-,,,,,,,1618,13931
-,,,,,,,1619,13994
-,,,,,,,1620,13918
-,,,,,,,1621,13720
-,,,,,,,1622,13594
-,,,,,,,1623,13402
-,,,,,,,1624,13332
-,,,,,,,1625,13495
-,,,,,,,1626,14065
-,,,,,,,1627,14906
-,,,,,,,1628,14653
-,,,,,,,1629,14168
-,,,,,,,1630,13443
-,,,,,,,1631,12424
-,,,,,,,1632,11384
-,,,,,,,1633,10661
-,,,,,,,1634,10294
-,,,,,,,1635,10111
-,,,,,,,1636,10071
-,,,,,,,1637,10216
-,,,,,,,1638,10643
-,,,,,,,1639,11242
-,,,,,,,1640,12129
-,,,,,,,1641,12970
-,,,,,,,1642,13494
-,,,,,,,1643,13606
-,,,,,,,1644,13504
-,,,,,,,1645,13264
-,,,,,,,1646,12968
-,,,,,,,1647,12712
-,,,,,,,1648,12615
-,,,,,,,1649,12811
-,,,,,,,1650,13439
-,,,,,,,1651,14428
-,,,,,,,1652,14238
-,,,,,,,1653,13845
-,,,,,,,1654,13205
-,,,,,,,1655,12323
-,,,,,,,1656,11456
-,,,,,,,1657,10794
-,,,,,,,1658,10595
-,,,,,,,1659,10398
-,,,,,,,1660,10194
-,,,,,,,1661,10149
-,,,,,,,1662,10307
-,,,,,,,1663,10681
-,,,,,,,1664,11104
-,,,,,,,1665,11741
-,,,,,,,1666,12319
-,,,,,,,1667,12620
-,,,,,,,1668,12696
-,,,,,,,1669,12608
-,,,,,,,1670,12355
-,,,,,,,1671,12047
-,,,,,,,1672,11855
-,,,,,,,1673,11908
-,,,,,,,1674,12255
-,,,,,,,1675,12855
-,,,,,,,1676,13924
-,,,,,,,1677,13709
-,,,,,,,1678,12876
-,,,,,,,1679,11803
-,,,,,,,1680,10682
-,,,,,,,1681,9979
-,,,,,,,1682,9570
-,,,,,,,1683,9416
-,,,,,,,1684,9437
-,,,,,,,1685,9718
-,,,,,,,1686,10728
-,,,,,,,1687,12633
-,,,,,,,1688,13736
-,,,,,,,1689,13885
-,,,,,,,1690,13831
-,,,,,,,1691,13878
-,,,,,,,1692,13847
-,,,,,,,1693,13704
-,,,,,,,1694,13615
-,,,,,,,1695,13406
-,,,,,,,1696,13213
-,,,,,,,1697,13161
-,,,,,,,1698,13333
-,,,,,,,1699,13780
-,,,,,,,1700,14504
-,,,,,,,1701,14070
-,,,,,,,1702,13052
-,,,,,,,1703,11741
-,,,,,,,1704,10528
-,,,,,,,1705,9702
-,,,,,,,1706,9229
-,,,,,,,1707,9004
-,,,,,,,1708,8951
-,,,,,,,1709,9188
-,,,,,,,1710,10087
-,,,,,,,1711,11929
-,,,,,,,1712,13166
-,,,,,,,1713,13504
-,,,,,,,1714,13632
-,,,,,,,1715,13724
-,,,,,,,1716,13742
-,,,,,,,1717,13665
-,,,,,,,1718,13641
-,,,,,,,1719,13501
-,,,,,,,1720,13366
-,,,,,,,1721,13376
-,,,,,,,1722,13524
-,,,,,,,1723,13736
-,,,,,,,1724,14401
-,,,,,,,1725,14006
-,,,,,,,1726,13006
-,,,,,,,1727,11658
-,,,,,,,1728,10416
-,,,,,,,1729,9584
-,,,,,,,1730,9135
-,,,,,,,1731,8906
-,,,,,,,1732,8897
-,,,,,,,1733,9107
-,,,,,,,1734,10028
-,,,,,,,1735,11888
-,,,,,,,1736,13034
-,,,,,,,1737,13300
-,,,,,,,1738,13456
-,,,,,,,1739,13579
-,,,,,,,1740,13602
-,,,,,,,1741,13479
-,,,,,,,1742,13451
-,,,,,,,1743,13307
-,,,,,,,1744,13204
-,,,,,,,1745,13304
-,,,,,,,1746,13618
-,,,,,,,1747,13948
-,,,,,,,1748,14459
-,,,,,,,1749,14089
-,,,,,,,1750,13154
-,,,,,,,1751,11846
-,,,,,,,1752,10646
-,,,,,,,1753,9876
-,,,,,,,1754,9450
-,,,,,,,1755,9242
-,,,,,,,1756,9226
-,,,,,,,1757,9484
-,,,,,,,1758,10452
-,,,,,,,1759,12366
-,,,,,,,1760,13578
-,,,,,,,1761,13857
-,,,,,,,1762,13984
-,,,,,,,1763,14096
-,,,,,,,1764,14034
-,,,,,,,1765,13859
-,,,,,,,1766,13740
-,,,,,,,1767,13486
-,,,,,,,1768,13352
-,,,,,,,1769,13445
-,,,,,,,1770,13785
-,,,,,,,1771,14239
-,,,,,,,1772,14828
-,,,,,,,1773,14449
-,,,,,,,1774,13582
-,,,,,,,1775,12289
-,,,,,,,1776,11074
-,,,,,,,1777,10258
-,,,,,,,1778,9800
-,,,,,,,1779,9605
-,,,,,,,1780,9554
-,,,,,,,1781,9797
-,,,,,,,1782,10724
-,,,,,,,1783,12543
-,,,,,,,1784,13670
-,,,,,,,1785,14017
-,,,,,,,1786,14196
-,,,,,,,1787,14357
-,,,,,,,1788,14381
-,,,,,,,1789,14278
-,,,,,,,1790,14220
-,,,,,,,1791,14046
-,,,,,,,1792,13906
-,,,,,,,1793,13869
-,,,,,,,1794,13914
-,,,,,,,1795,14039
-,,,,,,,1796,14384
-,,,,,,,1797,13995
-,,,,,,,1798,13269
-,,,,,,,1799,12233
-,,,,,,,1800,11115
-,,,,,,,1801,10252
-,,,,,,,1802,9724
-,,,,,,,1803,9450
-,,,,,,,1804,9321
-,,,,,,,1805,9382
-,,,,,,,1806,9712
-,,,,,,,1807,10376
-,,,,,,,1808,11140
-,,,,,,,1809,12082
-,,,,,,,1810,12717
-,,,,,,,1811,13010
-,,,,,,,1812,12972
-,,,,,,,1813,12740
-,,,,,,,1814,12441
-,,,,,,,1815,12134
-,,,,,,,1816,11878
-,,,,,,,1817,11823
-,,,,,,,1818,11871
-,,,,,,,1819,12097
-,,,,,,,1820,12883
-,,,,,,,1821,12784
-,,,,,,,1822,12241
-,,,,,,,1823,11451
-,,,,,,,1824,10565
-,,,,,,,1825,9847
-,,,,,,,1826,9407
-,,,,,,,1827,9179
-,,,,,,,1828,9062
-,,,,,,,1829,9092
-,,,,,,,1830,9321
-,,,,,,,1831,9779
-,,,,,,,1832,10306
-,,,,,,,1833,11104
-,,,,,,,1834,11755
-,,,,,,,1835,12030
-,,,,,,,1836,12081
-,,,,,,,1837,11954
-,,,,,,,1838,11726
-,,,,,,,1839,11531
-,,,,,,,1840,11422
-,,,,,,,1841,11572
-,,,,,,,1842,11864
-,,,,,,,1843,12248
-,,,,,,,1844,13251
-,,,,,,,1845,13071
-,,,,,,,1846,12169
-,,,,,,,1847,11016
-,,,,,,,1848,9966
-,,,,,,,1849,9225
-,,,,,,,1850,8844
-,,,,,,,1851,8669
-,,,,,,,1852,8667
-,,,,,,,1853,8965
-,,,,,,,1854,9966
-,,,,,,,1855,11832
-,,,,,,,1856,12921
-,,,,,,,1857,13228
-,,,,,,,1858,13403
-,,,,,,,1859,13623
-,,,,,,,1860,13736
-,,,,,,,1861,13742
-,,,,,,,1862,13793
-,,,,,,,1863,13686
-,,,,,,,1864,13527
-,,,,,,,1865,13423
-,,,,,,,1866,13420
-,,,,,,,1867,13523
-,,,,,,,1868,14267
-,,,,,,,1869,13940
-,,,,,,,1870,12872
-,,,,,,,1871,11495
-,,,,,,,1872,10269
-,,,,,,,1873,9466
-,,,,,,,1874,9050
-,,,,,,,1875,8857
-,,,,,,,1876,8798
-,,,,,,,1877,9076
-,,,,,,,1878,10007
-,,,,,,,1879,11825
-,,,,,,,1880,12880
-,,,,,,,1881,13139
-,,,,,,,1882,13273
-,,,,,,,1883,13463
-,,,,,,,1884,13582
-,,,,,,,1885,13637
-,,,,,,,1886,13744
-,,,,,,,1887,13707
-,,,,,,,1888,13642
-,,,,,,,1889,13633
-,,,,,,,1890,13667
-,,,,,,,1891,13685
-,,,,,,,1892,14409
-,,,,,,,1893,14170
-,,,,,,,1894,13140
-,,,,,,,1895,11716
-,,,,,,,1896,10483
-,,,,,,,1897,9639
-,,,,,,,1898,9192
-,,,,,,,1899,8934
-,,,,,,,1900,8868
-,,,,,,,1901,9100
-,,,,,,,1902,9982
-,,,,,,,1903,11785
-,,,,,,,1904,12848
-,,,,,,,1905,13267
-,,,,,,,1906,13525
-,,,,,,,1907,13806
-,,,,,,,1908,13981
-,,,,,,,1909,14027
-,,,,,,,1910,14108
-,,,,,,,1911,14065
-,,,,,,,1912,13995
-,,,,,,,1913,13959
-,,,,,,,1914,13956
-,,,,,,,1915,13904
-,,,,,,,1916,14567
-,,,,,,,1917,14319
-,,,,,,,1918,13309
-,,,,,,,1919,11918
-,,,,,,,1920,10628
-,,,,,,,1921,9846
-,,,,,,,1922,9328
-,,,,,,,1923,9070
-,,,,,,,1924,8979
-,,,,,,,1925,9179
-,,,,,,,1926,10041
-,,,,,,,1927,11825
-,,,,,,,1928,12893
-,,,,,,,1929,13321
-,,,,,,,1930,13652
-,,,,,,,1931,13989
-,,,,,,,1932,14172
-,,,,,,,1933,14220
-,,,,,,,1934,14382
-,,,,,,,1935,14378
-,,,,,,,1936,14356
-,,,,,,,1937,14332
-,,,,,,,1938,14274
-,,,,,,,1939,14125
-,,,,,,,1940,14736
-,,,,,,,1941,14531
-,,,,,,,1942,13541
-,,,,,,,1943,12105
-,,,,,,,1944,10834
-,,,,,,,1945,10013
-,,,,,,,1946,9503
-,,,,,,,1947,9187
-,,,,,,,1948,9086
-,,,,,,,1949,9279
-,,,,,,,1950,10090
-,,,,,,,1951,11776
-,,,,,,,1952,12853
-,,,,,,,1953,13274
-,,,,,,,1954,13551
-,,,,,,,1955,13791
-,,,,,,,1956,13857
-,,,,,,,1957,13748
-,,,,,,,1958,13781
-,,,,,,,1959,13655
-,,,,,,,1960,13491
-,,,,,,,1961,13401
-,,,,,,,1962,13254
-,,,,,,,1963,12993
-,,,,,,,1964,13536
-,,,,,,,1965,13286
-,,,,,,,1966,12517
-,,,,,,,1967,11478
-,,,,,,,1968,10381
-,,,,,,,1969,9549
-,,,,,,,1970,9030
-,,,,,,,1971,8735
-,,,,,,,1972,8579
-,,,,,,,1973,8592
-,,,,,,,1974,8880
-,,,,,,,1975,9470
-,,,,,,,1976,10176
-,,,,,,,1977,11146
-,,,,,,,1978,11838
-,,,,,,,1979,12142
-,,,,,,,1980,12199
-,,,,,,,1981,12062
-,,,,,,,1982,11820
-,,,,,,,1983,11624
-,,,,,,,1984,11531
-,,,,,,,1985,11611
-,,,,,,,1986,11905
-,,,,,,,1987,12204
-,,,,,,,1988,12690
-,,,,,,,1989,12458
-,,,,,,,1990,11820
-,,,,,,,1991,10962
-,,,,,,,1992,10076
-,,,,,,,1993,9344
-,,,,,,,1994,8859
-,,,,,,,1995,8615
-,,,,,,,1996,8495
-,,,,,,,1997,8517
-,,,,,,,1998,8710
-,,,,,,,1999,9166
-,,,,,,,2000,9784
-,,,,,,,2001,10760
-,,,,,,,2002,11602
-,,,,,,,2003,12129
-,,,,,,,2004,12438
-,,,,,,,2005,12543
-,,,,,,,2006,12419
-,,,,,,,2007,12279
-,,,,,,,2008,12184
-,,,,,,,2009,12357
-,,,,,,,2010,12702
-,,,,,,,2011,12990
-,,,,,,,2012,13530
-,,,,,,,2013,13255
-,,,,,,,2014,12332
-,,,,,,,2015,11219
-,,,,,,,2016,10187
-,,,,,,,2017,9465
-,,,,,,,2018,9078
-,,,,,,,2019,8919
-,,,,,,,2020,8932
-,,,,,,,2021,9251
-,,,,,,,2022,10271
-,,,,,,,2023,12169
-,,,,,,,2024,13279
-,,,,,,,2025,13661
-,,,,,,,2026,13818
-,,,,,,,2027,13896
-,,,,,,,2028,13835
-,,,,,,,2029,13689
-,,,,,,,2030,13608
-,,,,,,,2031,13408
-,,,,,,,2032,13305
-,,,,,,,2033,13406
-,,,,,,,2034,13767
-,,,,,,,2035,14132
-,,,,,,,2036,15011
-,,,,,,,2037,14892
-,,,,,,,2038,14001
-,,,,,,,2039,12702
-,,,,,,,2040,11546
-,,,,,,,2041,10809
-,,,,,,,2042,10450
-,,,,,,,2043,10298
-,,,,,,,2044,10317
-,,,,,,,2045,10649
-,,,,,,,2046,11680
-,,,,,,,2047,13538
-,,,,,,,2048,14560
-,,,,,,,2049,14675
-,,,,,,,2050,14638
-,,,,,,,2051,14597
-,,,,,,,2052,14500
-,,,,,,,2053,14291
-,,,,,,,2054,14088
-,,,,,,,2055,13789
-,,,,,,,2056,13587
-,,,,,,,2057,13567
-,,,,,,,2058,13757
-,,,,,,,2059,13965
-,,,,,,,2060,14811
-,,,,,,,2061,14743
-,,,,,,,2062,13841
-,,,,,,,2063,12516
-,,,,,,,2064,11304
-,,,,,,,2065,10549
-,,,,,,,2066,10128
-,,,,,,,2067,9932
-,,,,,,,2068,9868
-,,,,,,,2069,10137
-,,,,,,,2070,11111
-,,,,,,,2071,12943
-,,,,,,,2072,14006
-,,,,,,,2073,14207
-,,,,,,,2074,14232
-,,,,,,,2075,14320
-,,,,,,,2076,14333
-,,,,,,,2077,14265
-,,,,,,,2078,14226
-,,,,,,,2079,13956
-,,,,,,,2080,13727
-,,,,,,,2081,13760
-,,,,,,,2082,13917
-,,,,,,,2083,14071
-,,,,,,,2084,14606
-,,,,,,,2085,14350
-,,,,,,,2086,13387
-,,,,,,,2087,12001
-,,,,,,,2088,10781
-,,,,,,,2089,9979
-,,,,,,,2090,9565
-,,,,,,,2091,9357
-,,,,,,,2092,9322
-,,,,,,,2093,9601
-,,,,,,,2094,10562
-,,,,,,,2095,12401
-,,,,,,,2096,13475
-,,,,,,,2097,13781
-,,,,,,,2098,13989
-,,,,,,,2099,14150
-,,,,,,,2100,14174
-,,,,,,,2101,14079
-,,,,,,,2102,14009
-,,,,,,,2103,13787
-,,,,,,,2104,13704
-,,,,,,,2105,13813
-,,,,,,,2106,14063
-,,,,,,,2107,14314
-,,,,,,,2108,14802
-,,,,,,,2109,14525
-,,,,,,,2110,13593
-,,,,,,,2111,12245
-,,,,,,,2112,11070
-,,,,,,,2113,10307
-,,,,,,,2114,9901
-,,,,,,,2115,9721
-,,,,,,,2116,9686
-,,,,,,,2117,9984
-,,,,,,,2118,10956
-,,,,,,,2119,12685
-,,,,,,,2120,13676
-,,,,,,,2121,13857
-,,,,,,,2122,13889
-,,,,,,,2123,13917
-,,,,,,,2124,13811
-,,,,,,,2125,13574
-,,,,,,,2126,13429
-,,,,,,,2127,13160
-,,,,,,,2128,12914
-,,,,,,,2129,12816
-,,,,,,,2130,12807
-,,,,,,,2131,12886
-,,,,,,,2132,13599
-,,,,,,,2133,13595
-,,,,,,,2134,12978
-,,,,,,,2135,11995
-,,,,,,,2136,10921
-,,,,,,,2137,10077
-,,,,,,,2138,9615
-,,,,,,,2139,9378
-,,,,,,,2140,9307
-,,,,,,,2141,9383
-,,,,,,,2142,9735
-,,,,,,,2143,10376
-,,,,,,,2144,11274
-,,,,,,,2145,12296
-,,,,,,,2146,12917
-,,,,,,,2147,13271
-,,,,,,,2148,13333
-,,,,,,,2149,13218
-,,,,,,,2150,12915
-,,,,,,,2151,12633
-,,,,,,,2152,12455
-,,,,,,,2153,12474
-,,,,,,,2154,12636
-,,,,,,,2155,12769
-,,,,,,,2156,13316
-,,,,,,,2157,13255
-,,,,,,,2158,12726
-,,,,,,,2159,11929
-,,,,,,,2160,11007
-,,,,,,,2161,10271
-,,,,,,,2162,9815
-,,,,,,,2163,9597
-,,,,,,,2164,9511
-,,,,,,,2165,9552
-,,,,,,,2166,9820
-,,,,,,,2167,10216
-,,,,,,,2168,10800
-,,,,,,,2169,11539
-,,,,,,,2170,12016
-,,,,,,,2171,12195
-,,,,,,,2172,12226
-,,,,,,,2173,12219
-,,,,,,,2174,12143
-,,,,,,,2175,12063
-,,,,,,,2176,12134
-,,,,,,,2177,12487
-,,,,,,,2178,13015
-,,,,,,,2179,13397
-,,,,,,,2180,13844
-,,,,,,,2181,13492
-,,,,,,,2182,12616
-,,,,,,,2183,11491
-,,,,,,,2184,10458
-,,,,,,,2185,9776
-,,,,,,,2186,9405
-,,,,,,,2187,9266
-,,,,,,,2188,9287
-,,,,,,,2189,9621
-,,,,,,,2190,10696
-,,,,,,,2191,12536
-,,,,,,,2192,13636
-,,,,,,,2193,13962
-,,,,,,,2194,14100
-,,,,,,,2195,14169
-,,,,,,,2196,14065
-,,,,,,,2197,13865
-,,,,,,,2198,13717
-,,,,,,,2199,13466
-,,,,,,,2200,13269
-,,,,,,,2201,13260
-,,,,,,,2202,13448
-,,,,,,,2203,13589
-,,,,,,,2204,14340
-,,,,,,,2205,14403
-,,,,,,,2206,13538
-,,,,,,,2207,12226
-,,,,,,,2208,11000
-,,,,,,,2209,10242
-,,,,,,,2210,9856
-,,,,,,,2211,9696
-,,,,,,,2212,9714
-,,,,,,,2213,10062
-,,,,,,,2214,11133
-,,,,,,,2215,12916
-,,,,,,,2216,13890
-,,,,,,,2217,13977
-,,,,,,,2218,13956
-,,,,,,,2219,13933
-,,,,,,,2220,13812
-,,,,,,,2221,13629
-,,,,,,,2222,13478
-,,,,,,,2223,13276
-,,,,,,,2224,13139
-,,,,,,,2225,13129
-,,,,,,,2226,13256
-,,,,,,,2227,13386
-,,,,,,,2228,14130
-,,,,,,,2229,14212
-,,,,,,,2230,13270
-,,,,,,,2231,11929
-,,,,,,,2232,10702
-,,,,,,,2233,9897
-,,,,,,,2234,9497
-,,,,,,,2235,9291
-,,,,,,,2236,9261
-,,,,,,,2237,9531
-,,,,,,,2238,10538
-,,,,,,,2239,12267
-,,,,,,,2240,13244
-,,,,,,,2241,13412
-,,,,,,,2242,13452
-,,,,,,,2243,13540
-,,,,,,,2244,13541
-,,,,,,,2245,13423
-,,,,,,,2246,13392
-,,,,,,,2247,13278
-,,,,,,,2248,13136
-,,,,,,,2249,13138
-,,,,,,,2250,13260
-,,,,,,,2251,13379
-,,,,,,,2252,14025
-,,,,,,,2253,13994
-,,,,,,,2254,13081
-,,,,,,,2255,11783
-,,,,,,,2256,10556
-,,,,,,,2257,9818
-,,,,,,,2258,9426
-,,,,,,,2259,9253
-,,,,,,,2260,9254
-,,,,,,,2261,9577
-,,,,,,,2262,10590
-,,,,,,,2263,12367
-,,,,,,,2264,13386
-,,,,,,,2265,13593
-,,,,,,,2266,13698
-,,,,,,,2267,13771
-,,,,,,,2268,13726
-,,,,,,,2269,13585
-,,,,,,,2270,13492
-,,,,,,,2271,13257
-,,,,,,,2272,13066
-,,,,,,,2273,13025
-,,,,,,,2274,13113
-,,,,,,,2275,13196
-,,,,,,,2276,13828
-,,,,,,,2277,13973
-,,,,,,,2278,13246
-,,,,,,,2279,12042
-,,,,,,,2280,10880
-,,,,,,,2281,10104
-,,,,,,,2282,9698
-,,,,,,,2283,9513
-,,,,,,,2284,9502
-,,,,,,,2285,9754
-,,,,,,,2286,10575
-,,,,,,,2287,11843
-,,,,,,,2288,12815
-,,,,,,,2289,13257
-,,,,,,,2290,13471
-,,,,,,,2291,13527
-,,,,,,,2292,13399
-,,,,,,,2293,13187
-,,,,,,,2294,12996
-,,,,,,,2295,12721
-,,,,,,,2296,12490
-,,,,,,,2297,12453
-,,,,,,,2298,12533
-,,,,,,,2299,12581
-,,,,,,,2300,13140
-,,,,,,,2301,13284
-,,,,,,,2302,12681
-,,,,,,,2303,11730
-,,,,,,,2304,10732
-,,,,,,,2305,9988
-,,,,,,,2306,9555
-,,,,,,,2307,9336
-,,,,,,,2308,9263
-,,,,,,,2309,9379
-,,,,,,,2310,9761
-,,,,,,,2311,10312
-,,,,,,,2312,11164
-,,,,,,,2313,12006
-,,,,,,,2314,12447
-,,,,,,,2315,12547
-,,,,,,,2316,12469
-,,,,,,,2317,12277
-,,,,,,,2318,12030
-,,,,,,,2319,11804
-,,,,,,,2320,11763
-,,,,,,,2321,11980
-,,,,,,,2322,12296
-,,,,,,,2323,12537
-,,,,,,,2324,13039
-,,,,,,,2325,13026
-,,,,,,,2326,12427
-,,,,,,,2327,11528
-,,,,,,,2328,10541
-,,,,,,,2329,9733
-,,,,,,,2330,9264
-,,,,,,,2331,8984
-,,,,,,,2332,8883
-,,,,,,,2333,8928
-,,,,,,,2334,9182
-,,,,,,,2335,9621
-,,,,,,,2336,10426
-,,,,,,,2337,11345
-,,,,,,,2338,11916
-,,,,,,,2339,12114
-,,,,,,,2340,12229
-,,,,,,,2341,12124
-,,,,,,,2342,11689
-,,,,,,,2343,11250
-,,,,,,,2344,11005
-,,,,,,,2345,10950
-,,,,,,,2346,11075
-,,,,,,,2347,11376
-,,,,,,,2348,12248
-,,,,,,,2349,12684
-,,,,,,,2350,11999
-,,,,,,,2351,10958
-,,,,,,,2352,9998
-,,,,,,,2353,9355
-,,,,,,,2354,9042
-,,,,,,,2355,8926
-,,,,,,,2356,8932
-,,,,,,,2357,9258
-,,,,,,,2358,10292
-,,,,,,,2359,11981
-,,,,,,,2360,13117
-,,,,,,,2361,13520
-,,,,,,,2362,13689
-,,,,,,,2363,13843
-,,,,,,,2364,13844
-,,,,,,,2365,13732
-,,,,,,,2366,13629
-,,,,,,,2367,13408
-,,,,,,,2368,13255
-,,,,,,,2369,13257
-,,,,,,,2370,13412
-,,,,,,,2371,13544
-,,,,,,,2372,14116
-,,,,,,,2373,14140
-,,,,,,,2374,13160
-,,,,,,,2375,11819
-,,,,,,,2376,10573
-,,,,,,,2377,9824
-,,,,,,,2378,9447
-,,,,,,,2379,9275
-,,,,,,,2380,9261
-,,,,,,,2381,9580
-,,,,,,,2382,10575
-,,,,,,,2383,12217
-,,,,,,,2384,13246
-,,,,,,,2385,13452
-,,,,,,,2386,13538
-,,,,,,,2387,13627
-,,,,,,,2388,13594
-,,,,,,,2389,13513
-,,,,,,,2390,13479
-,,,,,,,2391,13297
-,,,,,,,2392,13141
-,,,,,,,2393,13163
-,,,,,,,2394,13268
-,,,,,,,2395,13359
-,,,,,,,2396,13951
-,,,,,,,2397,14004
-,,,,,,,2398,13046
-,,,,,,,2399,11702
-,,,,,,,2400,10489
-,,,,,,,2401,9741
-,,,,,,,2402,9354
-,,,,,,,2403,9182
-,,,,,,,2404,9182
-,,,,,,,2405,9488
-,,,,,,,2406,10483
-,,,,,,,2407,12145
-,,,,,,,2408,13257
-,,,,,,,2409,13536
-,,,,,,,2410,13583
-,,,,,,,2411,13647
-,,,,,,,2412,13611
-,,,,,,,2413,13475
-,,,,,,,2414,13413
-,,,,,,,2415,13255
-,,,,,,,2416,13117
-,,,,,,,2417,13150
-,,,,,,,2418,13291
-,,,,,,,2419,13426
-,,,,,,,2420,14026
-,,,,,,,2421,14025
-,,,,,,,2422,13093
-,,,,,,,2423,11784
-,,,,,,,2424,10587
-,,,,,,,2425,9808
-,,,,,,,2426,9399
-,,,,,,,2427,9212
-,,,,,,,2428,9207
-,,,,,,,2429,9493
-,,,,,,,2430,10499
-,,,,,,,2431,12136
-,,,,,,,2432,13192
-,,,,,,,2433,13461
-,,,,,,,2434,13540
-,,,,,,,2435,13586
-,,,,,,,2436,13597
-,,,,,,,2437,13544
-,,,,,,,2438,13530
-,,,,,,,2439,13367
-,,,,,,,2440,13242
-,,,,,,,2441,13282
-,,,,,,,2442,13438
-,,,,,,,2443,13479
-,,,,,,,2444,13967
-,,,,,,,2445,14039
-,,,,,,,2446,13185
-,,,,,,,2447,11917
-,,,,,,,2448,10703
-,,,,,,,2449,9941
-,,,,,,,2450,9561
-,,,,,,,2451,9378
-,,,,,,,2452,9379
-,,,,,,,2453,9671
-,,,,,,,2454,10637
-,,,,,,,2455,12210
-,,,,,,,2456,13232
-,,,,,,,2457,13433
-,,,,,,,2458,13504
-,,,,,,,2459,13567
-,,,,,,,2460,13479
-,,,,,,,2461,13325
-,,,,,,,2462,13237
-,,,,,,,2463,13034
-,,,,,,,2464,12799
-,,,,,,,2465,12697
-,,,,,,,2466,12626
-,,,,,,,2467,12520
-,,,,,,,2468,12946
-,,,,,,,2469,13195
-,,,,,,,2470,12509
-,,,,,,,2471,11485
-,,,,,,,2472,10380
-,,,,,,,2473,9605
-,,,,,,,2474,9153
-,,,,,,,2475,8896
-,,,,,,,2476,8842
-,,,,,,,2477,8941
-,,,,,,,2478,9325
-,,,,,,,2479,9817
-,,,,,,,2480,10702
-,,,,,,,2481,11487
-,,,,,,,2482,11969
-,,,,,,,2483,12159
-,,,,,,,2484,12109
-,,,,,,,2485,11931
-,,,,,,,2486,11711
-,,,,,,,2487,11519
-,,,,,,,2488,11451
-,,,,,,,2489,11497
-,,,,,,,2490,11641
-,,,,,,,2491,11711
-,,,,,,,2492,12162
-,,,,,,,2493,12371
-,,,,,,,2494,11763
-,,,,,,,2495,10854
-,,,,,,,2496,9941
-,,,,,,,2497,9213
-,,,,,,,2498,8755
-,,,,,,,2499,8487
-,,,,,,,2500,8382
-,,,,,,,2501,8402
-,,,,,,,2502,8598
-,,,,,,,2503,8876
-,,,,,,,2504,9539
-,,,,,,,2505,10451
-,,,,,,,2506,11148
-,,,,,,,2507,11515
-,,,,,,,2508,11721
-,,,,,,,2509,11765
-,,,,,,,2510,11678
-,,,,,,,2511,11606
-,,,,,,,2512,11630
-,,,,,,,2513,11818
-,,,,,,,2514,12094
-,,,,,,,2515,12201
-,,,,,,,2516,12644
-,,,,,,,2517,12843
-,,,,,,,2518,12110
-,,,,,,,2519,11088
-,,,,,,,2520,10111
-,,,,,,,2521,9397
-,,,,,,,2522,8984
-,,,,,,,2523,8775
-,,,,,,,2524,8730
-,,,,,,,2525,8963
-,,,,,,,2526,9760
-,,,,,,,2527,10904
-,,,,,,,2528,12160
-,,,,,,,2529,13092
-,,,,,,,2530,13761
-,,,,,,,2531,14296
-,,,,,,,2532,14654
-,,,,,,,2533,14878
-,,,,,,,2534,15031
-,,,,,,,2535,15074
-,,,,,,,2536,15064
-,,,,,,,2537,15041
-,,,,,,,2538,14919
-,,,,,,,2539,14640
-,,,,,,,2540,14735
-,,,,,,,2541,14894
-,,,,,,,2542,13852
-,,,,,,,2543,12422
-,,,,,,,2544,11087
-,,,,,,,2545,10161
-,,,,,,,2546,9627
-,,,,,,,2547,9302
-,,,,,,,2548,9165
-,,,,,,,2549,9366
-,,,,,,,2550,10145
-,,,,,,,2551,11358
-,,,,,,,2552,12704
-,,,,,,,2553,13492
-,,,,,,,2554,13970
-,,,,,,,2555,14323
-,,,,,,,2556,14501
-,,,,,,,2557,14577
-,,,,,,,2558,14724
-,,,,,,,2559,14740
-,,,,,,,2560,14709
-,,,,,,,2561,14674
-,,,,,,,2562,14544
-,,,,,,,2563,14178
-,,,,,,,2564,14228
-,,,,,,,2565,14360
-,,,,,,,2566,13319
-,,,,,,,2567,11908
-,,,,,,,2568,10650
-,,,,,,,2569,9743
-,,,,,,,2570,9224
-,,,,,,,2571,8943
-,,,,,,,2572,8827
-,,,,,,,2573,9022
-,,,,,,,2574,9786
-,,,,,,,2575,10924
-,,,,,,,2576,12100
-,,,,,,,2577,12688
-,,,,,,,2578,13013
-,,,,,,,2579,13266
-,,,,,,,2580,13382
-,,,,,,,2581,13344
-,,,,,,,2582,13350
-,,,,,,,2583,13224
-,,,,,,,2584,13029
-,,,,,,,2585,12992
-,,,,,,,2586,13047
-,,,,,,,2587,13054
-,,,,,,,2588,13406
-,,,,,,,2589,13494
-,,,,,,,2590,12627
-,,,,,,,2591,11411
-,,,,,,,2592,10252
-,,,,,,,2593,9485
-,,,,,,,2594,9059
-,,,,,,,2595,8822
-,,,,,,,2596,8778
-,,,,,,,2597,9032
-,,,,,,,2598,9837
-,,,,,,,2599,11097
-,,,,,,,2600,12257
-,,,,,,,2601,12792
-,,,,,,,2602,13125
-,,,,,,,2603,13385
-,,,,,,,2604,13500
-,,,,,,,2605,13477
-,,,,,,,2606,13481
-,,,,,,,2607,13385
-,,,,,,,2608,13272
-,,,,,,,2609,13253
-,,,,,,,2610,13204
-,,,,,,,2611,13046
-,,,,,,,2612,13295
-,,,,,,,2613,13606
-,,,,,,,2614,12773
-,,,,,,,2615,11529
-,,,,,,,2616,10332
-,,,,,,,2617,9552
-,,,,,,,2618,9126
-,,,,,,,2619,8909
-,,,,,,,2620,8818
-,,,,,,,2621,9040
-,,,,,,,2622,9762
-,,,,,,,2623,10907
-,,,,,,,2624,12052
-,,,,,,,2625,12732
-,,,,,,,2626,13213
-,,,,,,,2627,13568
-,,,,,,,2628,13736
-,,,,,,,2629,13727
-,,,,,,,2630,13742
-,,,,,,,2631,13623
-,,,,,,,2632,13458
-,,,,,,,2633,13341
-,,,,,,,2634,13154
-,,,,,,,2635,12834
-,,,,,,,2636,12974
-,,,,,,,2637,13182
-,,,,,,,2638,12433
-,,,,,,,2639,11379
-,,,,,,,2640,10290
-,,,,,,,2641,9486
-,,,,,,,2642,9016
-,,,,,,,2643,8745
-,,,,,,,2644,8624
-,,,,,,,2645,8691
-,,,,,,,2646,8982
-,,,,,,,2647,9416
-,,,,,,,2648,10263
-,,,,,,,2649,11209
-,,,,,,,2650,11888
-,,,,,,,2651,12250
-,,,,,,,2652,12371
-,,,,,,,2653,12367
-,,,,,,,2654,12285
-,,,,,,,2655,12204
-,,,,,,,2656,12186
-,,,,,,,2657,12270
-,,,,,,,2658,12395
-,,,,,,,2659,12342
-,,,,,,,2660,12568
-,,,,,,,2661,12816
-,,,,,,,2662,12173
-,,,,,,,2663,11242
-,,,,,,,2664,10286
-,,,,,,,2665,9501
-,,,,,,,2666,9026
-,,,,,,,2667,8721
-,,,,,,,2668,8563
-,,,,,,,2669,8555
-,,,,,,,2670,8709
-,,,,,,,2671,8922
-,,,,,,,2672,9564
-,,,,,,,2673,10450
-,,,,,,,2674,11217
-,,,,,,,2675,11692
-,,,,,,,2676,12009
-,,,,,,,2677,12171
-,,,,,,,2678,12178
-,,,,,,,2679,12129
-,,,,,,,2680,12184
-,,,,,,,2681,12442
-,,,,,,,2682,12736
-,,,,,,,2683,12964
-,,,,,,,2684,13142
-,,,,,,,2685,12940
-,,,,,,,2686,12070
-,,,,,,,2687,11028
-,,,,,,,2688,10055
-,,,,,,,2689,9422
-,,,,,,,2690,9088
-,,,,,,,2691,8938
-,,,,,,,2692,8906
-,,,,,,,2693,9163
-,,,,,,,2694,10133
-,,,,,,,2695,11809
-,,,,,,,2696,13077
-,,,,,,,2697,13605
-,,,,,,,2698,13871
-,,,,,,,2699,14064
-,,,,,,,2700,14144
-,,,,,,,2701,14055
-,,,,,,,2702,13992
-,,,,,,,2703,13799
-,,,,,,,2704,13645
-,,,,,,,2705,13705
-,,,,,,,2706,13866
-,,,,,,,2707,13839
-,,,,,,,2708,13989
-,,,,,,,2709,13951
-,,,,,,,2710,12966
-,,,,,,,2711,11636
-,,,,,,,2712,10421
-,,,,,,,2713,9640
-,,,,,,,2714,9269
-,,,,,,,2715,9067
-,,,,,,,2716,9029
-,,,,,,,2717,9302
-,,,,,,,2718,10211
-,,,,,,,2719,11721
-,,,,,,,2720,12861
-,,,,,,,2721,13228
-,,,,,,,2722,13437
-,,,,,,,2723,13585
-,,,,,,,2724,13574
-,,,,,,,2725,13470
-,,,,,,,2726,13421
-,,,,,,,2727,13273
-,,,,,,,2728,13132
-,,,,,,,2729,13153
-,,,,,,,2730,13235
-,,,,,,,2731,13260
-,,,,,,,2732,13636
-,,,,,,,2733,13984
-,,,,,,,2734,13114
-,,,,,,,2735,11753
-,,,,,,,2736,10527
-,,,,,,,2737,9735
-,,,,,,,2738,9331
-,,,,,,,2739,9149
-,,,,,,,2740,9095
-,,,,,,,2741,9395
-,,,,,,,2742,10320
-,,,,,,,2743,11832
-,,,,,,,2744,12876
-,,,,,,,2745,13150
-,,,,,,,2746,13317
-,,,,,,,2747,13430
-,,,,,,,2748,13474
-,,,,,,,2749,13410
-,,,,,,,2750,13382
-,,,,,,,2751,13201
-,,,,,,,2752,13081
-,,,,,,,2753,13106
-,,,,,,,2754,13189
-,,,,,,,2755,13243
-,,,,,,,2756,13549
-,,,,,,,2757,13797
-,,,,,,,2758,12990
-,,,,,,,2759,11717
-,,,,,,,2760,10528
-,,,,,,,2761,9727
-,,,,,,,2762,9308
-,,,,,,,2763,9138
-,,,,,,,2764,9138
-,,,,,,,2765,9430
-,,,,,,,2766,10389
-,,,,,,,2767,11907
-,,,,,,,2768,12959
-,,,,,,,2769,13242
-,,,,,,,2770,13361
-,,,,,,,2771,13465
-,,,,,,,2772,13524
-,,,,,,,2773,13473
-,,,,,,,2774,13481
-,,,,,,,2775,13338
-,,,,,,,2776,13225
-,,,,,,,2777,13349
-,,,,,,,2778,13631
-,,,,,,,2779,13717
-,,,,,,,2780,13915
-,,,,,,,2781,13912
-,,,,,,,2782,13005
-,,,,,,,2783,11690
-,,,,,,,2784,10485
-,,,,,,,2785,9680
-,,,,,,,2786,9242
-,,,,,,,2787,9010
-,,,,,,,2788,8955
-,,,,,,,2789,9179
-,,,,,,,2790,10045
-,,,,,,,2791,11544
-,,,,,,,2792,12718
-,,,,,,,2793,13163
-,,,,,,,2794,13376
-,,,,,,,2795,13512
-,,,,,,,2796,13483
-,,,,,,,2797,13344
-,,,,,,,2798,13260
-,,,,,,,2799,13049
-,,,,,,,2800,12840
-,,,,,,,2801,12786
-,,,,,,,2802,12759
-,,,,,,,2803,12718
-,,,,,,,2804,13069
-,,,,,,,2805,13492
-,,,,,,,2806,12908
-,,,,,,,2807,11879
-,,,,,,,2808,10798
-,,,,,,,2809,9992
-,,,,,,,2810,9536
-,,,,,,,2811,9325
-,,,,,,,2812,9246
-,,,,,,,2813,9372
-,,,,,,,2814,9701
-,,,,,,,2815,10175
-,,,,,,,2816,11111
-,,,,,,,2817,11888
-,,,,,,,2818,12295
-,,,,,,,2819,12364
-,,,,,,,2820,12267
-,,,,,,,2821,12052
-,,,,,,,2822,11798
-,,,,,,,2823,11572
-,,,,,,,2824,11435
-,,,,,,,2825,11498
-,,,,,,,2826,11664
-,,,,,,,2827,11771
-,,,,,,,2828,12082
-,,,,,,,2829,12547
-,,,,,,,2830,12047
-,,,,,,,2831,11179
-,,,,,,,2832,10261
-,,,,,,,2833,9496
-,,,,,,,2834,9070
-,,,,,,,2835,8859
-,,,,,,,2836,8792
-,,,,,,,2837,8852
-,,,,,,,2838,9041
-,,,,,,,2839,9336
-,,,,,,,2840,10034
-,,,,,,,2841,10822
-,,,,,,,2842,11388
-,,,,,,,2843,11626
-,,,,,,,2844,11728
-,,,,,,,2845,11673
-,,,,,,,2846,11520
-,,,,,,,2847,11351
-,,,,,,,2848,11323
-,,,,,,,2849,11494
-,,,,,,,2850,11815
-,,,,,,,2851,12017
-,,,,,,,2852,12401
-,,,,,,,2853,12962
-,,,,,,,2854,12214
-,,,,,,,2855,11071
-,,,,,,,2856,10027
-,,,,,,,2857,9361
-,,,,,,,2858,9024
-,,,,,,,2859,8900
-,,,,,,,2860,8946
-,,,,,,,2861,9294
-,,,,,,,2862,10280
-,,,,,,,2863,11934
-,,,,,,,2864,13044
-,,,,,,,2865,13263
-,,,,,,,2866,13385
-,,,,,,,2867,13478
-,,,,,,,2868,13469
-,,,,,,,2869,13373
-,,,,,,,2870,13346
-,,,,,,,2871,13202
-,,,,,,,2872,13065
-,,,,,,,2873,13055
-,,,,,,,2874,13144
-,,,,,,,2875,13251
-,,,,,,,2876,13619
-,,,,,,,2877,13891
-,,,,,,,2878,12906
-,,,,,,,2879,11543
-,,,,,,,2880,10320
-,,,,,,,2881,9539
-,,,,,,,2882,9173
-,,,,,,,2883,8976
-,,,,,,,2884,8929
-,,,,,,,2885,9157
-,,,,,,,2886,10099
-,,,,,,,2887,11745
-,,,,,,,2888,13054
-,,,,,,,2889,13570
-,,,,,,,2890,13896
-,,,,,,,2891,14088
-,,,,,,,2892,14278
-,,,,,,,2893,14246
-,,,,,,,2894,14133
-,,,,,,,2895,13975
-,,,,,,,2896,13855
-,,,,,,,2897,13948
-,,,,,,,2898,14145
-,,,,,,,2899,14145
-,,,,,,,2900,14235
-,,,,,,,2901,14225
-,,,,,,,2902,13270
-,,,,,,,2903,11863
-,,,,,,,2904,10625
-,,,,,,,2905,9813
-,,,,,,,2906,9379
-,,,,,,,2907,9161
-,,,,,,,2908,9110
-,,,,,,,2909,9354
-,,,,,,,2910,10268
-,,,,,,,2911,11901
-,,,,,,,2912,13126
-,,,,,,,2913,13485
-,,,,,,,2914,13692
-,,,,,,,2915,13862
-,,,,,,,2916,13869
-,,,,,,,2917,13770
-,,,,,,,2918,13724
-,,,,,,,2919,13565
-,,,,,,,2920,13428
-,,,,,,,2921,13474
-,,,,,,,2922,13637
-,,,,,,,2923,13756
-,,,,,,,2924,14003
-,,,,,,,2925,14101
-,,,,,,,2926,13204
-,,,,,,,2927,11818
-,,,,,,,2928,10577
-,,,,,,,2929,9755
-,,,,,,,2930,9334
-,,,,,,,2931,9107
-,,,,,,,2932,9052
-,,,,,,,2933,9305
-,,,,,,,2934,10210
-,,,,,,,2935,11864
-,,,,,,,2936,13124
-,,,,,,,2937,13527
-,,,,,,,2938,13740
-,,,,,,,2939,13900
-,,,,,,,2940,13948
-,,,,,,,2941,13840
-,,,,,,,2942,13808
-,,,,,,,2943,13608
-,,,,,,,2944,13471
-,,,,,,,2945,13538
-,,,,,,,2946,13687
-,,,,,,,2947,13742
-,,,,,,,2948,13956
-,,,,,,,2949,14055
-,,,,,,,2950,13169
-,,,,,,,2951,11794
-,,,,,,,2952,10541
-,,,,,,,2953,9723
-,,,,,,,2954,9269
-,,,,,,,2955,9036
-,,,,,,,2956,8974
-,,,,,,,2957,9200
-,,,,,,,2958,10066
-,,,,,,,2959,11682
-,,,,,,,2960,12939
-,,,,,,,2961,13454
-,,,,,,,2962,13710
-,,,,,,,2963,13956
-,,,,,,,2964,13989
-,,,,,,,2965,13907
-,,,,,,,2966,13859
-,,,,,,,2967,13652
-,,,,,,,2968,13469
-,,,,,,,2969,13454
-,,,,,,,2970,13416
-,,,,,,,2971,13293
-,,,,,,,2972,13309
-,,,,,,,2973,13466
-,,,,,,,2974,12793
-,,,,,,,2975,11717
-,,,,,,,2976,10585
-,,,,,,,2977,9684
-,,,,,,,2978,9184
-,,,,,,,2979,8878
-,,,,,,,2980,8739
-,,,,,,,2981,8784
-,,,,,,,2982,9067
-,,,,,,,2983,9597
-,,,,,,,2984,10525
-,,,,,,,2985,11502
-,,,,,,,2986,12134
-,,,,,,,2987,12414
-,,,,,,,2988,12469
-,,,,,,,2989,12345
-,,,,,,,2990,12142
-,,,,,,,2991,11945
-,,,,,,,2992,11809
-,,,,,,,2993,11798
-,,,,,,,2994,11871
-,,,,,,,2995,11846
-,,,,,,,2996,11981
-,,,,,,,2997,12433
-,,,,,,,2998,11972
-,,,,,,,2999,11097
-,,,,,,,3000,10159
-,,,,,,,3001,9407
-,,,,,,,3002,8937
-,,,,,,,3003,8659
-,,,,,,,3004,8524
-,,,,,,,3005,8526
-,,,,,,,3006,8647
-,,,,,,,3007,8908
-,,,,,,,3008,9630
-,,,,,,,3009,10511
-,,,,,,,3010,11177
-,,,,,,,3011,11529
-,,,,,,,3012,11669
-,,,,,,,3013,11671
-,,,,,,,3014,11555
-,,,,,,,3015,11397
-,,,,,,,3016,11365
-,,,,,,,3017,11535
-,,,,,,,3018,11841
-,,,,,,,3019,12028
-,,,,,,,3020,12288
-,,,,,,,3021,12893
-,,,,,,,3022,12180
-,,,,,,,3023,11034
-,,,,,,,3024,9955
-,,,,,,,3025,9190
-,,,,,,,3026,8805
-,,,,,,,3027,8639
-,,,,,,,3028,8613
-,,,,,,,3029,8912
-,,,,,,,3030,9749
-,,,,,,,3031,11367
-,,,,,,,3032,12615
-,,,,,,,3033,13038
-,,,,,,,3034,13309
-,,,,,,,3035,13573
-,,,,,,,3036,13689
-,,,,,,,3037,13683
-,,,,,,,3038,13715
-,,,,,,,3039,13597
-,,,,,,,3040,13441
-,,,,,,,3041,13378
-,,,,,,,3042,13323
-,,,,,,,3043,13225
-,,,,,,,3044,13438
-,,,,,,,3045,13827
-,,,,,,,3046,12932
-,,,,,,,3047,11528
-,,,,,,,3048,10253
-,,,,,,,3049,9445
-,,,,,,,3050,9022
-,,,,,,,3051,8795
-,,,,,,,3052,8732
-,,,,,,,3053,8982
-,,,,,,,3054,9831
-,,,,,,,3055,11451
-,,,,,,,3056,12768
-,,,,,,,3057,13243
-,,,,,,,3058,13519
-,,,,,,,3059,13768
-,,,,,,,3060,13847
-,,,,,,,3061,13766
-,,,,,,,3062,13787
-,,,,,,,3063,13657
-,,,,,,,3064,13586
-,,,,,,,3065,13740
-,,,,,,,3066,13967
-,,,,,,,3067,13956
-,,,,,,,3068,14029
-,,,,,,,3069,13981
-,,,,,,,3070,13017
-,,,,,,,3071,11671
-,,,,,,,3072,10440
-,,,,,,,3073,9610
-,,,,,,,3074,9183
-,,,,,,,3075,8957
-,,,,,,,3076,8893
-,,,,,,,3077,9132
-,,,,,,,3078,10030
-,,,,,,,3079,11697
-,,,,,,,3080,13077
-,,,,,,,3081,13583
-,,,,,,,3082,13889
-,,,,,,,3083,14136
-,,,,,,,3084,14238
-,,,,,,,3085,14187
-,,,,,,,3086,14178
-,,,,,,,3087,14018
-,,,,,,,3088,13927
-,,,,,,,3089,14026
-,,,,,,,3090,14147
-,,,,,,,3091,14070
-,,,,,,,3092,14126
-,,,,,,,3093,14103
-,,,,,,,3094,13193
-,,,,,,,3095,11813
-,,,,,,,3096,10569
-,,,,,,,3097,9743
-,,,,,,,3098,9289
-,,,,,,,3099,9055
-,,,,,,,3100,9003
-,,,,,,,3101,9207
-,,,,,,,3102,10028
-,,,,,,,3103,11633
-,,,,,,,3104,12947
-,,,,,,,3105,13420
-,,,,,,,3106,13653
-,,,,,,,3107,13848
-,,,,,,,3108,13915
-,,,,,,,3109,13857
-,,,,,,,3110,13818
-,,,,,,,3111,13645
-,,,,,,,3112,13482
-,,,,,,,3113,13436
-,,,,,,,3114,13410
-,,,,,,,3115,13279
-,,,,,,,3116,13342
-,,,,,,,3117,13730
-,,,,,,,3118,13034
-,,,,,,,3119,11755
-,,,,,,,3120,10473
-,,,,,,,3121,9635
-,,,,,,,3122,9184
-,,,,,,,3123,8941
-,,,,,,,3124,8883
-,,,,,,,3125,9140
-,,,,,,,3126,9880
-,,,,,,,3127,11472
-,,,,,,,3128,12664
-,,,,,,,3129,13059
-,,,,,,,3130,13293
-,,,,,,,3131,13464
-,,,,,,,3132,13533
-,,,,,,,3133,13444
-,,,,,,,3134,13382
-,,,,,,,3135,13208
-,,,,,,,3136,13032
-,,,,,,,3137,12940
-,,,,,,,3138,12831
-,,,,,,,3139,12649
-,,,,,,,3140,12621
-,,,,,,,3141,13052
-,,,,,,,3142,12594
-,,,,,,,3143,11567
-,,,,,,,3144,10420
-,,,,,,,3145,9561
-,,,,,,,3146,9062
-,,,,,,,3147,8786
-,,,,,,,3148,8685
-,,,,,,,3149,8728
-,,,,,,,3150,8918
-,,,,,,,3151,9480
-,,,,,,,3152,10426
-,,,,,,,3153,11353
-,,,,,,,3154,11910
-,,,,,,,3155,12104
-,,,,,,,3156,12130
-,,,,,,,3157,12030
-,,,,,,,3158,11902
-,,,,,,,3159,11796
-,,,,,,,3160,11819
-,,,,,,,3161,11940
-,,,,,,,3162,12087
-,,,,,,,3163,12111
-,,,,,,,3164,12155
-,,,,,,,3165,12622
-,,,,,,,3166,12216
-,,,,,,,3167,11296
-,,,,,,,3168,10263
-,,,,,,,3169,9451
-,,,,,,,3170,8900
-,,,,,,,3171,8585
-,,,,,,,3172,8414
-,,,,,,,3173,8389
-,,,,,,,3174,8404
-,,,,,,,3175,8731
-,,,,,,,3176,9560
-,,,,,,,3177,10581
-,,,,,,,3178,11347
-,,,,,,,3179,11758
-,,,,,,,3180,11976
-,,,,,,,3181,12079
-,,,,,,,3182,12056
-,,,,,,,3183,12033
-,,,,,,,3184,12085
-,,,,,,,3185,12228
-,,,,,,,3186,12403
-,,,,,,,3187,12447
-,,,,,,,3188,12654
-,,,,,,,3189,13235
-,,,,,,,3190,12686
-,,,,,,,3191,11526
-,,,,,,,3192,10378
-,,,,,,,3193,9558
-,,,,,,,3194,9131
-,,,,,,,3195,8892
-,,,,,,,3196,8826
-,,,,,,,3197,9096
-,,,,,,,3198,9902
-,,,,,,,3199,11495
-,,,,,,,3200,12851
-,,,,,,,3201,13441
-,,,,,,,3202,13852
-,,,,,,,3203,14214
-,,,,,,,3204,14428
-,,,,,,,3205,14499
-,,,,,,,3206,14493
-,,,,,,,3207,14378
-,,,,,,,3208,14246
-,,,,,,,3209,14239
-,,,,,,,3210,14279
-,,,,,,,3211,14175
-,,,,,,,3212,14174
-,,,,,,,3213,14263
-,,,,,,,3214,13360
-,,,,,,,3215,11972
-,,,,,,,3216,10673
-,,,,,,,3217,9830
-,,,,,,,3218,9364
-,,,,,,,3219,9107
-,,,,,,,3220,9045
-,,,,,,,3221,9272
-,,,,,,,3222,10077
-,,,,,,,3223,11669
-,,,,,,,3224,13009
-,,,,,,,3225,13608
-,,,,,,,3226,13992
-,,,,,,,3227,14340
-,,,,,,,3228,14490
-,,,,,,,3229,14502
-,,,,,,,3230,14491
-,,,,,,,3231,14313
-,,,,,,,3232,14177
-,,,,,,,3233,14229
-,,,,,,,3234,14342
-,,,,,,,3235,14290
-,,,,,,,3236,14304
-,,,,,,,3237,14286
-,,,,,,,3238,13367
-,,,,,,,3239,11995
-,,,,,,,3240,10728
-,,,,,,,3241,9904
-,,,,,,,3242,9440
-,,,,,,,3243,9199
-,,,,,,,3244,9124
-,,,,,,,3245,9352
-,,,,,,,3246,10214
-,,,,,,,3247,11862
-,,,,,,,3248,13234
-,,,,,,,3249,13844
-,,,,,,,3250,14207
-,,,,,,,3251,14488
-,,,,,,,3252,14619
-,,,,,,,3253,14608
-,,,,,,,3254,14644
-,,,,,,,3255,14632
-,,,,,,,3256,14632
-,,,,,,,3257,14675
-,,,,,,,3258,14652
-,,,,,,,3259,14455
-,,,,,,,3260,14366
-,,,,,,,3261,14687
-,,,,,,,3262,13891
-,,,,,,,3263,12444
-,,,,,,,3264,11038
-,,,,,,,3265,10105
-,,,,,,,3266,9572
-,,,,,,,3267,9267
-,,,,,,,3268,9131
-,,,,,,,3269,9285
-,,,,,,,3270,9941
-,,,,,,,3271,11490
-,,,,,,,3272,12726
-,,,,,,,3273,13236
-,,,,,,,3274,13541
-,,,,,,,3275,13808
-,,,,,,,3276,13940
-,,,,,,,3277,13940
-,,,,,,,3278,14014
-,,,,,,,3279,13956
-,,,,,,,3280,13901
-,,,,,,,3281,13883
-,,,,,,,3282,13799
-,,,,,,,3283,13570
-,,,,,,,3284,13495
-,,,,,,,3285,13911
-,,,,,,,3286,13289
-,,,,,,,3287,11905
-,,,,,,,3288,10585
-,,,,,,,3289,9701
-,,,,,,,3290,9182
-,,,,,,,3291,8920
-,,,,,,,3292,8830
-,,,,,,,3293,9052
-,,,,,,,3294,9725
-,,,,,,,3295,11286
-,,,,,,,3296,12592
-,,,,,,,3297,13166
-,,,,,,,3298,13524
-,,,,,,,3299,13805
-,,,,,,,3300,13933
-,,,,,,,3301,13917
-,,,,,,,3302,13948
-,,,,,,,3303,13842
-,,,,,,,3304,13735
-,,,,,,,3305,13625
-,,,,,,,3306,13420
-,,,,,,,3307,13104
-,,,,,,,3308,12917
-,,,,,,,3309,13251
-,,,,,,,3310,12804
-,,,,,,,3311,11705
-,,,,,,,3312,10504
-,,,,,,,3313,9610
-,,,,,,,3314,9095
-,,,,,,,3315,8788
-,,,,,,,3316,8626
-,,,,,,,3317,8679
-,,,,,,,3318,8793
-,,,,,,,3319,9388
-,,,,,,,3320,10390
-,,,,,,,3321,11424
-,,,,,,,3322,12071
-,,,,,,,3323,12395
-,,,,,,,3324,12548
-,,,,,,,3325,12542
-,,,,,,,3326,12465
-,,,,,,,3327,12427
-,,,,,,,3328,12490
-,,,,,,,3329,12630
-,,,,,,,3330,12751
-,,,,,,,3331,12681
-,,,,,,,3332,12519
-,,,,,,,3333,12839
-,,,,,,,3334,12492
-,,,,,,,3335,11519
-,,,,,,,3336,10450
-,,,,,,,3337,9598
-,,,,,,,3338,9048
-,,,,,,,3339,8701
-,,,,,,,3340,8553
-,,,,,,,3341,8539
-,,,,,,,3342,8518
-,,,,,,,3343,8870
-,,,,,,,3344,9733
-,,,,,,,3345,10789
-,,,,,,,3346,11621
-,,,,,,,3347,12132
-,,,,,,,3348,12469
-,,,,,,,3349,12642
-,,,,,,,3350,12668
-,,,,,,,3351,12690
-,,,,,,,3352,12776
-,,,,,,,3353,12948
-,,,,,,,3354,13120
-,,,,,,,3355,13112
-,,,,,,,3356,13045
-,,,,,,,3357,13461
-,,,,,,,3358,12879
-,,,,,,,3359,11593
-,,,,,,,3360,10383
-,,,,,,,3361,9519
-,,,,,,,3362,9100
-,,,,,,,3363,8872
-,,,,,,,3364,8816
-,,,,,,,3365,9052
-,,,,,,,3366,9772
-,,,,,,,3367,11376
-,,,,,,,3368,12799
-,,,,,,,3369,13467
-,,,,,,,3370,13923
-,,,,,,,3371,14304
-,,,,,,,3372,14524
-,,,,,,,3373,14572
-,,,,,,,3374,14667
-,,,,,,,3375,14582
-,,,,,,,3376,14463
-,,,,,,,3377,14490
-,,,,,,,3378,14514
-,,,,,,,3379,14419
-,,,,,,,3380,14367
-,,,,,,,3381,14414
-,,,,,,,3382,13518
-,,,,,,,3383,12100
-,,,,,,,3384,10827
-,,,,,,,3385,9988
-,,,,,,,3386,9524
-,,,,,,,3387,9302
-,,,,,,,3388,9215
-,,,,,,,3389,9457
-,,,,,,,3390,10253
-,,,,,,,3391,11891
-,,,,,,,3392,13238
-,,,,,,,3393,13797
-,,,,,,,3394,14175
-,,,,,,,3395,14538
-,,,,,,,3396,14705
-,,,,,,,3397,14693
-,,,,,,,3398,14706
-,,,,,,,3399,14593
-,,,,,,,3400,14498
-,,,,,,,3401,14504
-,,,,,,,3402,14542
-,,,,,,,3403,14387
-,,,,,,,3404,14284
-,,,,,,,3405,14359
-,,,,,,,3406,13579
-,,,,,,,3407,12238
-,,,,,,,3408,10949
-,,,,,,,3409,10025
-,,,,,,,3410,9572
-,,,,,,,3411,9331
-,,,,,,,3412,9251
-,,,,,,,3413,9494
-,,,,,,,3414,10224
-,,,,,,,3415,11893
-,,,,,,,3416,13304
-,,,,,,,3417,13962
-,,,,,,,3418,14397
-,,,,,,,3419,14789
-,,,,,,,3420,15046
-,,,,,,,3421,15170
-,,,,,,,3422,15335
-,,,,,,,3423,15317
-,,,,,,,3424,15211
-,,,,,,,3425,15232
-,,,,,,,3426,15202
-,,,,,,,3427,14977
-,,,,,,,3428,14803
-,,,,,,,3429,15060
-,,,,,,,3430,14428
-,,,,,,,3431,12934
-,,,,,,,3432,11480
-,,,,,,,3433,10481
-,,,,,,,3434,9880
-,,,,,,,3435,9545
-,,,,,,,3436,9407
-,,,,,,,3437,9610
-,,,,,,,3438,10337
-,,,,,,,3439,12050
-,,,,,,,3440,13500
-,,,,,,,3441,14220
-,,,,,,,3442,14757
-,,,,,,,3443,15199
-,,,,,,,3444,15458
-,,,,,,,3445,15535
-,,,,,,,3446,15603
-,,,,,,,3447,15562
-,,,,,,,3448,15421
-,,,,,,,3449,15350
-,,,,,,,3450,15131
-,,,,,,,3451,14811
-,,,,,,,3452,14644
-,,,,,,,3453,14900
-,,,,,,,3454,14278
-,,,,,,,3455,12795
-,,,,,,,3456,11338
-,,,,,,,3457,10385
-,,,,,,,3458,9862
-,,,,,,,3459,9549
-,,,,,,,3460,9451
-,,,,,,,3461,9651
-,,,,,,,3462,10365
-,,,,,,,3463,11908
-,,,,,,,3464,13251
-,,,,,,,3465,13908
-,,,,,,,3466,14314
-,,,,,,,3467,14616
-,,,,,,,3468,14821
-,,,,,,,3469,14854
-,,,,,,,3470,14910
-,,,,,,,3471,14834
-,,,,,,,3472,14761
-,,,,,,,3473,14757
-,,,,,,,3474,14637
-,,,,,,,3475,14373
-,,,,,,,3476,14150
-,,,,,,,3477,14337
-,,,,,,,3478,13926
-,,,,,,,3479,12814
-,,,,,,,3480,11557
-,,,,,,,3481,10601
-,,,,,,,3482,10023
-,,,,,,,3483,9671
-,,,,,,,3484,9493
-,,,,,,,3485,9514
-,,,,,,,3486,9657
-,,,,,,,3487,10210
-,,,,,,,3488,11253
-,,,,,,,3489,12482
-,,,,,,,3490,13487
-,,,,,,,3491,14178
-,,,,,,,3492,14623
-,,,,,,,3493,14890
-,,,,,,,3494,14974
-,,,,,,,3495,15031
-,,,,,,,3496,15031
-,,,,,,,3497,15137
-,,,,,,,3498,15137
-,,,,,,,3499,14926
-,,,,,,,3500,14647
-,,,,,,,3501,14788
-,,,,,,,3502,14370
-,,,,,,,3503,13191
-,,,,,,,3504,11921
-,,,,,,,3505,10863
-,,,,,,,3506,10183
-,,,,,,,3507,9727
-,,,,,,,3508,9451
-,,,,,,,3509,9325
-,,,,,,,3510,9181
-,,,,,,,3511,9504
-,,,,,,,3512,10331
-,,,,,,,3513,11369
-,,,,,,,3514,12288
-,,,,,,,3515,12880
-,,,,,,,3516,13281
-,,,,,,,3517,13519
-,,,,,,,3518,13558
-,,,,,,,3519,13586
-,,,,,,,3520,13657
-,,,,,,,3521,13787
-,,,,,,,3522,13845
-,,,,,,,3523,13622
-,,,,,,,3524,13363
-,,,,,,,3525,13617
-,,,,,,,3526,13337
-,,,,,,,3527,12417
-,,,,,,,3528,11332
-,,,,,,,3529,10464
-,,,,,,,3530,9892
-,,,,,,,3531,9569
-,,,,,,,3532,9410
-,,,,,,,3533,9430
-,,,,,,,3534,9521
-,,,,,,,3535,9956
-,,,,,,,3536,10850
-,,,,,,,3537,12054
-,,,,,,,3538,13054
-,,,,,,,3539,13815
-,,,,,,,3540,14383
-,,,,,,,3541,14789
-,,,,,,,3542,14937
-,,,,,,,3543,15038
-,,,,,,,3544,15153
-,,,,,,,3545,15360
-,,,,,,,3546,15511
-,,,,,,,3547,15337
-,,,,,,,3548,15146
-,,,,,,,3549,15353
-,,,,,,,3550,14667
-,,,,,,,3551,13175
-,,,,,,,3552,11746
-,,,,,,,3553,10806
-,,,,,,,3554,10235
-,,,,,,,3555,9920
-,,,,,,,3556,9836
-,,,,,,,3557,10040
-,,,,,,,3558,10812
-,,,,,,,3559,12514
-,,,,,,,3560,14064
-,,,,,,,3561,14976
-,,,,,,,3562,15710
-,,,,,,,3563,16409
-,,,,,,,3564,17004
-,,,,,,,3565,17429
-,,,,,,,3566,17803
-,,,,,,,3567,17946
-,,,,,,,3568,18121
-,,,,,,,3569,18250
-,,,,,,,3570,18113
-,,,,,,,3571,17624
-,,,,,,,3572,17256
-,,,,,,,3573,17030
-,,,,,,,3574,15806
-,,,,,,,3575,14140
-,,,,,,,3576,12644
-,,,,,,,3577,11597
-,,,,,,,3578,10971
-,,,,,,,3579,10612
-,,,,,,,3580,10469
-,,,,,,,3581,10672
-,,,,,,,3582,11410
-,,,,,,,3583,13104
-,,,,,,,3584,14561
-,,,,,,,3585,15237
-,,,,,,,3586,15688
-,,,,,,,3587,16061
-,,,,,,,3588,16286
-,,,,,,,3589,16358
-,,,,,,,3590,16482
-,,,,,,,3591,16433
-,,,,,,,3592,16394
-,,,,,,,3593,16437
-,,,,,,,3594,16341
-,,,,,,,3595,15998
-,,,,,,,3596,15745
-,,,,,,,3597,15934
-,,,,,,,3598,15263
-,,,,,,,3599,13719
-,,,,,,,3600,12216
-,,,,,,,3601,11115
-,,,,,,,3602,10483
-,,,,,,,3603,10109
-,,,,,,,3604,9948
-,,,,,,,3605,10114
-,,,,,,,3606,10778
-,,,,,,,3607,12422
-,,,,,,,3608,13940
-,,,,,,,3609,14676
-,,,,,,,3610,15285
-,,,,,,,3611,15819
-,,,,,,,3612,16177
-,,,,,,,3613,16376
-,,,,,,,3614,16637
-,,,,,,,3615,16724
-,,,,,,,3616,16786
-,,,,,,,3617,16788
-,,,,,,,3618,16552
-,,,,,,,3619,16059
-,,,,,,,3620,15556
-,,,,,,,3621,15591
-,,,,,,,3622,15018
-,,,,,,,3623,13437
-,,,,,,,3624,11871
-,,,,,,,3625,10794
-,,,,,,,3626,10138
-,,,,,,,3627,9773
-,,,,,,,3628,9631
-,,,,,,,3629,9748
-,,,,,,,3630,10294
-,,,,,,,3631,11864
-,,,,,,,3632,13268
-,,,,,,,3633,13953
-,,,,,,,3634,14405
-,,,,,,,3635,14780
-,,,,,,,3636,14961
-,,,,,,,3637,14988
-,,,,,,,3638,15067
-,,,,,,,3639,15009
-,,,,,,,3640,14847
-,,,,,,,3641,14626
-,,,,,,,3642,14237
-,,,,,,,3643,13778
-,,,,,,,3644,13556
-,,,,,,,3645,13751
-,,,,,,,3646,13308
-,,,,,,,3647,12187
-,,,,,,,3648,10986
-,,,,,,,3649,10050
-,,,,,,,3650,9496
-,,,,,,,3651,9179
-,,,,,,,3652,9050
-,,,,,,,3653,9086
-,,,,,,,3654,9285
-,,,,,,,3655,9768
-,,,,,,,3656,10664
-,,,,,,,3657,11746
-,,,,,,,3658,12598
-,,,,,,,3659,13158
-,,,,,,,3660,13382
-,,,,,,,3661,13365
-,,,,,,,3662,13213
-,,,,,,,3663,13052
-,,,,,,,3664,12967
-,,,,,,,3665,13054
-,,,,,,,3666,13176
-,,,,,,,3667,13129
-,,,,,,,3668,13030
-,,,,,,,3669,13079
-,,,,,,,3670,12642
-,,,,,,,3671,11745
-,,,,,,,3672,10737
-,,,,,,,3673,9921
-,,,,,,,3674,9357
-,,,,,,,3675,9021
-,,,,,,,3676,8834
-,,,,,,,3677,8800
-,,,,,,,3678,8784
-,,,,,,,3679,9110
-,,,,,,,3680,9887
-,,,,,,,3681,10928
-,,,,,,,3682,11746
-,,,,,,,3683,12260
-,,,,,,,3684,12591
-,,,,,,,3685,12721
-,,,,,,,3686,12668
-,,,,,,,3687,12607
-,,,,,,,3688,12580
-,,,,,,,3689,12688
-,,,,,,,3690,12844
-,,,,,,,3691,12950
-,,,,,,,3692,12984
-,,,,,,,3693,13138
-,,,,,,,3694,12588
-,,,,,,,3695,11494
-,,,,,,,3696,10389
-,,,,,,,3697,9592
-,,,,,,,3698,9129
-,,,,,,,3699,8895
-,,,,,,,3700,8853
-,,,,,,,3701,9095
-,,,,,,,3702,9850
-,,,,,,,3703,11445
-,,,,,,,3704,12808
-,,,,,,,3705,13406
-,,,,,,,3706,13783
-,,,,,,,3707,14092
-,,,,,,,3708,14191
-,,,,,,,3709,14162
-,,,,,,,3710,14114
-,,,,,,,3711,13964
-,,,,,,,3712,13871
-,,,,,,,3713,13951
-,,,,,,,3714,14092
-,,,,,,,3715,13973
-,,,,,,,3716,13808
-,,,,,,,3717,13837
-,,,,,,,3718,13144
-,,,,,,,3719,11806
-,,,,,,,3720,10548
-,,,,,,,3721,9731
-,,,,,,,3722,9291
-,,,,,,,3723,9069
-,,,,,,,3724,9004
-,,,,,,,3725,9225
-,,,,,,,3726,9935
-,,,,,,,3727,11536
-,,,,,,,3728,12867
-,,,,,,,3729,13400
-,,,,,,,3730,13692
-,,,,,,,3731,13935
-,,,,,,,3732,14062
-,,,,,,,3733,14034
-,,,,,,,3734,14036
-,,,,,,,3735,13887
-,,,,,,,3736,13800
-,,,,,,,3737,13840
-,,,,,,,3738,13867
-,,,,,,,3739,13718
-,,,,,,,3740,13673
-,,,,,,,3741,13818
-,,,,,,,3742,13301
-,,,,,,,3743,11973
-,,,,,,,3744,10712
-,,,,,,,3745,9796
-,,,,,,,3746,9311
-,,,,,,,3747,9078
-,,,,,,,3748,8984
-,,,,,,,3749,9224
-,,,,,,,3750,9902
-,,,,,,,3751,11496
-,,,,,,,3752,12830
-,,,,,,,3753,13376
-,,,,,,,3754,13694
-,,,,,,,3755,14001
-,,,,,,,3756,14150
-,,,,,,,3757,14184
-,,,,,,,3758,14235
-,,,,,,,3759,14132
-,,,,,,,3760,14044
-,,,,,,,3761,14041
-,,,,,,,3762,13989
-,,,,,,,3763,13744
-,,,,,,,3764,13635
-,,,,,,,3765,13900
-,,,,,,,3766,13419
-,,,,,,,3767,12027
-,,,,,,,3768,10712
-,,,,,,,3769,9854
-,,,,,,,3770,9354
-,,,,,,,3771,9102
-,,,,,,,3772,9033
-,,,,,,,3773,9256
-,,,,,,,3774,9938
-,,,,,,,3775,11514
-,,,,,,,3776,12792
-,,,,,,,3777,13390
-,,,,,,,3778,13884
-,,,,,,,3779,14304
-,,,,,,,3780,14578
-,,,,,,,3781,14611
-,,,,,,,3782,14707
-,,,,,,,3783,14610
-,,,,,,,3784,14540
-,,,,,,,3785,14501
-,,,,,,,3786,14382
-,,,,,,,3787,14086
-,,,,,,,3788,13931
-,,,,,,,3789,14163
-,,,,,,,3790,13688
-,,,,,,,3791,12334
-,,,,,,,3792,10980
-,,,,,,,3793,10037
-,,,,,,,3794,9545
-,,,,,,,3795,9252
-,,,,,,,3796,9121
-,,,,,,,3797,9331
-,,,,,,,3798,9956
-,,,,,,,3799,11506
-,,,,,,,3800,12907
-,,,,,,,3801,13627
-,,,,,,,3802,14182
-,,,,,,,3803,14686
-,,,,,,,3804,14998
-,,,,,,,3805,15120
-,,,,,,,3806,15311
-,,,,,,,3807,15308
-,,,,,,,3808,15190
-,,,,,,,3809,15089
-,,,,,,,3810,14823
-,,,,,,,3811,14386
-,,,,,,,3812,14106
-,,,,,,,3813,14228
-,,,,,,,3814,13827
-,,,,,,,3815,12656
-,,,,,,,3816,11397
-,,,,,,,3817,10428
-,,,,,,,3818,9804
-,,,,,,,3819,9457
-,,,,,,,3820,9225
-,,,,,,,3821,9182
-,,,,,,,3822,9227
-,,,,,,,3823,9859
-,,,,,,,3824,10932
-,,,,,,,3825,12056
-,,,,,,,3826,12782
-,,,,,,,3827,13187
-,,,,,,,3828,13355
-,,,,,,,3829,13366
-,,,,,,,3830,13271
-,,,,,,,3831,13187
-,,,,,,,3832,13205
-,,,,,,,3833,13346
-,,,,,,,3834,13447
-,,,,,,,3835,13352
-,,,,,,,3836,13201
-,,,,,,,3837,13392
-,,,,,,,3838,13274
-,,,,,,,3839,12352
-,,,,,,,3840,11249
-,,,,,,,3841,10288
-,,,,,,,3842,9688
-,,,,,,,3843,9314
-,,,,,,,3844,9100
-,,,,,,,3845,9000
-,,,,,,,3846,8908
-,,,,,,,3847,9314
-,,,,,,,3848,10258
-,,,,,,,3849,11425
-,,,,,,,3850,12404
-,,,,,,,3851,13069
-,,,,,,,3852,13508
-,,,,,,,3853,13774
-,,,,,,,3854,13847
-,,,,,,,3855,13895
-,,,,,,,3856,13992
-,,,,,,,3857,14180
-,,,,,,,3858,14312
-,,,,,,,3859,14220
-,,,,,,,3860,14020
-,,,,,,,3861,14132
-,,,,,,,3862,13810
-,,,,,,,3863,12489
-,,,,,,,3864,11165
-,,,,,,,3865,10235
-,,,,,,,3866,9697
-,,,,,,,3867,9430
-,,,,,,,3868,9349
-,,,,,,,3869,9557
-,,,,,,,3870,10243
-,,,,,,,3871,11870
-,,,,,,,3872,13336
-,,,,,,,3873,14125
-,,,,,,,3874,14677
-,,,,,,,3875,15106
-,,,,,,,3876,15370
-,,,,,,,3877,15515
-,,,,,,,3878,15656
-,,,,,,,3879,15658
-,,,,,,,3880,15667
-,,,,,,,3881,15684
-,,,,,,,3882,15547
-,,,,,,,3883,15119
-,,,,,,,3884,14771
-,,,,,,,3885,14842
-,,,,,,,3886,14288
-,,,,,,,3887,12797
-,,,,,,,3888,11363
-,,,,,,,3889,10434
-,,,,,,,3890,9866
-,,,,,,,3891,9599
-,,,,,,,3892,9493
-,,,,,,,3893,9726
-,,,,,,,3894,10380
-,,,,,,,3895,12020
-,,,,,,,3896,13464
-,,,,,,,3897,14228
-,,,,,,,3898,14705
-,,,,,,,3899,15110
-,,,,,,,3900,15328
-,,,,,,,3901,15427
-,,,,,,,3902,15608
-,,,,,,,3903,15570
-,,,,,,,3904,15487
-,,,,,,,3905,15454
-,,,,,,,3906,15310
-,,,,,,,3907,15002
-,,,,,,,3908,14807
-,,,,,,,3909,14898
-,,,,,,,3910,14245
-,,,,,,,3911,12839
-,,,,,,,3912,11498
-,,,,,,,3913,10605
-,,,,,,,3914,10097
-,,,,,,,3915,9823
-,,,,,,,3916,9735
-,,,,,,,3917,9928
-,,,,,,,3918,10692
-,,,,,,,3919,12262
-,,,,,,,3920,13731
-,,,,,,,3921,14423
-,,,,,,,3922,14818
-,,,,,,,3923,15123
-,,,,,,,3924,15260
-,,,,,,,3925,15240
-,,,,,,,3926,15271
-,,,,,,,3927,15156
-,,,,,,,3928,15041
-,,,,,,,3929,15071
-,,,,,,,3930,15060
-,,,,,,,3931,14831
-,,,,,,,3932,14603
-,,,,,,,3933,14632
-,,,,,,,3934,14183
-,,,,,,,3935,12825
-,,,,,,,3936,11458
-,,,,,,,3937,10511
-,,,,,,,3938,9958
-,,,,,,,3939,9615
-,,,,,,,3940,9509
-,,,,,,,3941,9689
-,,,,,,,3942,10367
-,,,,,,,3943,11921
-,,,,,,,3944,13358
-,,,,,,,3945,14104
-,,,,,,,3946,14535
-,,,,,,,3947,14885
-,,,,,,,3948,15036
-,,,,,,,3949,15089
-,,,,,,,3950,15207
-,,,,,,,3951,15245
-,,,,,,,3952,15260
-,,,,,,,3953,15282
-,,,,,,,3954,15167
-,,,,,,,3955,14812
-,,,,,,,3956,14475
-,,,,,,,3957,14512
-,,,,,,,3958,14208
-,,,,,,,3959,12823
-,,,,,,,3960,11406
-,,,,,,,3961,10407
-,,,,,,,3962,9782
-,,,,,,,3963,9451
-,,,,,,,3964,9331
-,,,,,,,3965,9487
-,,,,,,,3966,10030
-,,,,,,,3967,11540
-,,,,,,,3968,13001
-,,,,,,,3969,13889
-,,,,,,,3970,14470
-,,,,,,,3971,14907
-,,,,,,,3972,15116
-,,,,,,,3973,15179
-,,,,,,,3974,15303
-,,,,,,,3975,15303
-,,,,,,,3976,15266
-,,,,,,,3977,15230
-,,,,,,,3978,15009
-,,,,,,,3979,14543
-,,,,,,,3980,14102
-,,,,,,,3981,14025
-,,,,,,,3982,13765
-,,,,,,,3983,12591
-,,,,,,,3984,11295
-,,,,,,,3985,10281
-,,,,,,,3986,9671
-,,,,,,,3987,9328
-,,,,,,,3988,9138
-,,,,,,,3989,9093
-,,,,,,,3990,9104
-,,,,,,,3991,9733
-,,,,,,,3992,10825
-,,,,,,,3993,11994
-,,,,,,,3994,12789
-,,,,,,,3995,13216
-,,,,,,,3996,13370
-,,,,,,,3997,13368
-,,,,,,,3998,13247
-,,,,,,,3999,13137
-,,,,,,,4000,13109
-,,,,,,,4001,13150
-,,,,,,,4002,13182
-,,,,,,,4003,13020
-,,,,,,,4004,12776
-,,,,,,,4005,12870
-,,,,,,,4006,12730
-,,,,,,,4007,11825
-,,,,,,,4008,10722
-,,,,,,,4009,9857
-,,,,,,,4010,9314
-,,,,,,,4011,8990
-,,,,,,,4012,8799
-,,,,,,,4013,8760
-,,,,,,,4014,8690
-,,,,,,,4015,9024
-,,,,,,,4016,9836
-,,,,,,,4017,10869
-,,,,,,,4018,11659
-,,,,,,,4019,12142
-,,,,,,,4020,12419
-,,,,,,,4021,12536
-,,,,,,,4022,12472
-,,,,,,,4023,12433
-,,,,,,,4024,12472
-,,,,,,,4025,12619
-,,,,,,,4026,12772
-,,,,,,,4027,12740
-,,,,,,,4028,12639
-,,,,,,,4029,12894
-,,,,,,,4030,12734
-,,,,,,,4031,11634
-,,,,,,,4032,10455
-,,,,,,,4033,9642
-,,,,,,,4034,9166
-,,,,,,,4035,8971
-,,,,,,,4036,8930
-,,,,,,,4037,9182
-,,,,,,,4038,9862
-,,,,,,,4039,11288
-,,,,,,,4040,12718
-,,,,,,,4041,13558
-,,,,,,,4042,14104
-,,,,,,,4043,14542
-,,,,,,,4044,14772
-,,,,,,,4045,14816
-,,,,,,,4046,15021
-,,,,,,,4047,14956
-,,,,,,,4048,14922
-,,,,,,,4049,14946
-,,,,,,,4050,14859
-,,,,,,,4051,14557
-,,,,,,,4052,14264
-,,,,,,,4053,14308
-,,,,,,,4054,13896
-,,,,,,,4055,12489
-,,,,,,,4056,11127
-,,,,,,,4057,10219
-,,,,,,,4058,9671
-,,,,,,,4059,9383
-,,,,,,,4060,9269
-,,,,,,,4061,9483
-,,,,,,,4062,10103
-,,,,,,,4063,11573
-,,,,,,,4064,13059
-,,,,,,,4065,13905
-,,,,,,,4066,14430
-,,,,,,,4067,14873
-,,,,,,,4068,15179
-,,,,,,,4069,15323
-,,,,,,,4070,15515
-,,,,,,,4071,15537
-,,,,,,,4072,15481
-,,,,,,,4073,15485
-,,,,,,,4074,15440
-,,,,,,,4075,15208
-,,,,,,,4076,15028
-,,,,,,,4077,15221
-,,,,,,,4078,14913
-,,,,,,,4079,13573
-,,,,,,,4080,12159
-,,,,,,,4081,11157
-,,,,,,,4082,10562
-,,,,,,,4083,10248
-,,,,,,,4084,10115
-,,,,,,,4085,10311
-,,,,,,,4086,10965
-,,,,,,,4087,12622
-,,,,,,,4088,14563
-,,,,,,,4089,16111
-,,,,,,,4090,17523
-,,,,,,,4091,18871
-,,,,,,,4092,19932
-,,,,,,,4093,20733
-,,,,,,,4094,21462
-,,,,,,,4095,21965
-,,,,,,,4096,22334
-,,,,,,,4097,22621
-,,,,,,,4098,22645
-,,,,,,,4099,22324
-,,,,,,,4100,21841
-,,,,,,,4101,21575
-,,,,,,,4102,20998
-,,,,,,,4103,19104
-,,,,,,,4104,17185
-,,,,,,,4105,15695
-,,,,,,,4106,14764
-,,,,,,,4107,14126
-,,,,,,,4108,13706
-,,,,,,,4109,13640
-,,,,,,,4110,14053
-,,,,,,,4111,15668
-,,,,,,,4112,17606
-,,,,,,,4113,19178
-,,,,,,,4114,20486
-,,,,,,,4115,21568
-,,,,,,,4116,22338
-,,,,,,,4117,22809
-,,,,,,,4118,23192
-,,,,,,,4119,23401
-,,,,,,,4120,23516
-,,,,,,,4121,23585
-,,,,,,,4122,23391
-,,,,,,,4123,22942
-,,,,,,,4124,22276
-,,,,,,,4125,21849
-,,,,,,,4126,21132
-,,,,,,,4127,19181
-,,,,,,,4128,17212
-,,,,,,,4129,15707
-,,,,,,,4130,14715
-,,,,,,,4131,14044
-,,,,,,,4132,13614
-,,,,,,,4133,13594
-,,,,,,,4134,13992
-,,,,,,,4135,15507
-,,,,,,,4136,17405
-,,,,,,,4137,18975
-,,,,,,,4138,20292
-,,,,,,,4139,21373
-,,,,,,,4140,22232
-,,,,,,,4141,22799
-,,,,,,,4142,23125
-,,,,,,,4143,23063
-,,,,,,,4144,22757
-,,,,,,,4145,22042
-,,,,,,,4146,21095
-,,,,,,,4147,19943
-,,,,,,,4148,19008
-,,,,,,,4149,18578
-,,,,,,,4150,17878
-,,,,,,,4151,16439
-,,,,,,,4152,14884
-,,,,,,,4153,13627
-,,,,,,,4154,12844
-,,,,,,,4155,12295
-,,,,,,,4156,11956
-,,,,,,,4157,11850
-,,,,,,,4158,11906
-,,,,,,,4159,12336
-,,,,,,,4160,13179
-,,,,,,,4161,14315
-,,,,,,,4162,15350
-,,,,,,,4163,16249
-,,,,,,,4164,16913
-,,,,,,,4165,17323
-,,,,,,,4166,17511
-,,,,,,,4167,17631
-,,,,,,,4168,17677
-,,,,,,,4169,17529
-,,,,,,,4170,16983
-,,,,,,,4171,16180
-,,,,,,,4172,15468
-,,,,,,,4173,15093
-,,,,,,,4174,14737
-,,,,,,,4175,13678
-,,,,,,,4176,12447
-,,,,,,,4177,11486
-,,,,,,,4178,10781
-,,,,,,,4179,10326
-,,,,,,,4180,10050
-,,,,,,,4181,9930
-,,,,,,,4182,9788
-,,,,,,,4183,10214
-,,,,,,,4184,11182
-,,,,,,,4185,12381
-,,,,,,,4186,13429
-,,,,,,,4187,14183
-,,,,,,,4188,14704
-,,,,,,,4189,15037
-,,,,,,,4190,15256
-,,,,,,,4191,15494
-,,,,,,,4192,15739
-,,,,,,,4193,15958
-,,,,,,,4194,15963
-,,,,,,,4195,15802
-,,,,,,,4196,15532
-,,,,,,,4197,15644
-,,,,,,,4198,15426
-,,,,,,,4199,14222
-,,,,,,,4200,12890
-,,,,,,,4201,11876
-,,,,,,,4202,11261
-,,,,,,,4203,10911
-,,,,,,,4204,10789
-,,,,,,,4205,10974
-,,,,,,,4206,11585
-,,,,,,,4207,12979
-,,,,,,,4208,14528
-,,,,,,,4209,15418
-,,,,,,,4210,15907
-,,,,,,,4211,16261
-,,,,,,,4212,16328
-,,,,,,,4213,16266
-,,,,,,,4214,16214
-,,,,,,,4215,16150
-,,,,,,,4216,16113
-,,,,,,,4217,16013
-,,,,,,,4218,15907
-,,,,,,,4219,15575
-,,,,,,,4220,15185
-,,,,,,,4221,15118
-,,,,,,,4222,14602
-,,,,,,,4223,13216
-,,,,,,,4224,11844
-,,,,,,,4225,10872
-,,,,,,,4226,10283
-,,,,,,,4227,9961
-,,,,,,,4228,9801
-,,,,,,,4229,9947
-,,,,,,,4230,10476
-,,,,,,,4231,11765
-,,,,,,,4232,13132
-,,,,,,,4233,13987
-,,,,,,,4234,14538
-,,,,,,,4235,15062
-,,,,,,,4236,15346
-,,,,,,,4237,15482
-,,,,,,,4238,15562
-,,,,,,,4239,15514
-,,,,,,,4240,15361
-,,,,,,,4241,15282
-,,,,,,,4242,15154
-,,,,,,,4243,14813
-,,,,,,,4244,14481
-,,,,,,,4245,14483
-,,,,,,,4246,14039
-,,,,,,,4247,12761
-,,,,,,,4248,11417
-,,,,,,,4249,10506
-,,,,,,,4250,9949
-,,,,,,,4251,9617
-,,,,,,,4252,9526
-,,,,,,,4253,9695
-,,,,,,,4254,10283
-,,,,,,,4255,11585
-,,,,,,,4256,13005
-,,,,,,,4257,13918
-,,,,,,,4258,14557
-,,,,,,,4259,15112
-,,,,,,,4260,15458
-,,,,,,,4261,15640
-,,,,,,,4262,15868
-,,,,,,,4263,15946
-,,,,,,,4264,15926
-,,,,,,,4265,15905
-,,,,,,,4266,15785
-,,,,,,,4267,15445
-,,,,,,,4268,15116
-,,,,,,,4269,15081
-,,,,,,,4270,14728
-,,,,,,,4271,13412
-,,,,,,,4272,12035
-,,,,,,,4273,11023
-,,,,,,,4274,10411
-,,,,,,,4275,10054
-,,,,,,,4276,9868
-,,,,,,,4277,10019
-,,,,,,,4278,10581
-,,,,,,,4279,11935
-,,,,,,,4280,13548
-,,,,,,,4281,14682
-,,,,,,,4282,15503
-,,,,,,,4283,16236
-,,,,,,,4284,16761
-,,,,,,,4285,17136
-,,,,,,,4286,17456
-,,,,,,,4287,17769
-,,,,,,,4288,17977
-,,,,,,,4289,18227
-,,,,,,,4290,18254
-,,,,,,,4291,17912
-,,,,,,,4292,17372
-,,,,,,,4293,17196
-,,,,,,,4294,16777
-,,,,,,,4295,15267
-,,,,,,,4296,13642
-,,,,,,,4297,12408
-,,,,,,,4298,11646
-,,,,,,,4299,11198
-,,,,,,,4300,10993
-,,,,,,,4301,11122
-,,,,,,,4302,11722
-,,,,,,,4303,13004
-,,,,,,,4304,14563
-,,,,,,,4305,15582
-,,,,,,,4306,16286
-,,,,,,,4307,17039
-,,,,,,,4308,17870
-,,,,,,,4309,18700
-,,,,,,,4310,19594
-,,,,,,,4311,20293
-,,,,,,,4312,20698
-,,,,,,,4313,21027
-,,,,,,,4314,21035
-,,,,,,,4315,20562
-,,,,,,,4316,19775
-,,,,,,,4317,19206
-,,,,,,,4318,18449
-,,,,,,,4319,16753
-,,,,,,,4320,14907
-,,,,,,,4321,13436
-,,,,,,,4322,12419
-,,,,,,,4323,11734
-,,,,,,,4324,11311
-,,,,,,,4325,11131
-,,,,,,,4326,11053
-,,,,,,,4327,11731
-,,,,,,,4328,13071
-,,,,,,,4329,14623
-,,,,,,,4330,15974
-,,,,,,,4331,17034
-,,,,,,,4332,17725
-,,,,,,,4333,18137
-,,,,,,,4334,18453
-,,,,,,,4335,18687
-,,,,,,,4336,18924
-,,,,,,,4337,19106
-,,,,,,,4338,19048
-,,,,,,,4339,18626
-,,,,,,,4340,18027
-,,,,,,,4341,17664
-,,,,,,,4342,17321
-,,,,,,,4343,16068
-,,,,,,,4344,14629
-,,,,,,,4345,13402
-,,,,,,,4346,12536
-,,,,,,,4347,11922
-,,,,,,,4348,11546
-,,,,,,,4349,11331
-,,,,,,,4350,11145
-,,,,,,,4351,11559
-,,,,,,,4352,12690
-,,,,,,,4353,14209
-,,,,,,,4354,15684
-,,,,,,,4355,16877
-,,,,,,,4356,17818
-,,,,,,,4357,18474
-,,,,,,,4358,18912
-,,,,,,,4359,19098
-,,,,,,,4360,18836
-,,,,,,,4361,18543
-,,,,,,,4362,18462
-,,,,,,,4363,18329
-,,,,,,,4364,17884
-,,,,,,,4365,17599
-,,,,,,,4366,17134
-,,,,,,,4367,15663
-,,,,,,,4368,14052
-,,,,,,,4369,12868
-,,,,,,,4370,12099
-,,,,,,,4371,11601
-,,,,,,,4372,11360
-,,,,,,,4373,11472
-,,,,,,,4374,11905
-,,,,,,,4375,13254
-,,,,,,,4376,14937
-,,,,,,,4377,16236
-,,,,,,,4378,17286
-,,,,,,,4379,18111
-,,,,,,,4380,18632
-,,,,,,,4381,18913
-,,,,,,,4382,19172
-,,,,,,,4383,19319
-,,,,,,,4384,19254
-,,,,,,,4385,19192
-,,,,,,,4386,19064
-,,,,,,,4387,18630
-,,,,,,,4388,17968
-,,,,,,,4389,17519
-,,,,,,,4390,16948
-,,,,,,,4391,15360
-,,,,,,,4392,13681
-,,,,,,,4393,12444
-,,,,,,,4394,11711
-,,,,,,,4395,11210
-,,,,,,,4396,10957
-,,,,,,,4397,11003
-,,,,,,,4398,11401
-,,,,,,,4399,12709
-,,,,,,,4400,14368
-,,,,,,,4401,15632
-,,,,,,,4402,16640
-,,,,,,,4403,17415
-,,,,,,,4404,17927
-,,,,,,,4405,18271
-,,,,,,,4406,18608
-,,,,,,,4407,18834
-,,,,,,,4408,18984
-,,,,,,,4409,19084
-,,,,,,,4410,18893
-,,,,,,,4411,18152
-,,,,,,,4412,17286
-,,,,,,,4413,16937
-,,,,,,,4414,16305
-,,,,,,,4415,15112
-,,,,,,,4416,13806
-,,,,,,,4417,12709
-,,,,,,,4418,11955
-,,,,,,,4419,11470
-,,,,,,,4420,11245
-,,,,,,,4421,11261
-,,,,,,,4422,11396
-,,,,,,,4423,11767
-,,,,,,,4424,12439
-,,,,,,,4425,13366
-,,,,,,,4426,14526
-,,,,,,,4427,15714
-,,,,,,,4428,16673
-,,,,,,,4429,17354
-,,,,,,,4430,17690
-,,,,,,,4431,17894
-,,,,,,,4432,18100
-,,,,,,,4433,18328
-,,,,,,,4434,18441
-,,,,,,,4435,18119
-,,,,,,,4436,17564
-,,,,,,,4437,17305
-,,,,,,,4438,16845
-,,,,,,,4439,15938
-,,,,,,,4440,14674
-,,,,,,,4441,13561
-,,,,,,,4442,12786
-,,,,,,,4443,12293
-,,,,,,,4444,12011
-,,,,,,,4445,12065
-,,,,,,,4446,12460
-,,,,,,,4447,13790
-,,,,,,,4448,15535
-,,,,,,,4449,16953
-,,,,,,,4450,18026
-,,,,,,,4451,18839
-,,,,,,,4452,19340
-,,,,,,,4453,19644
-,,,,,,,4454,19902
-,,,,,,,4455,20058
-,,,,,,,4456,20072
-,,,,,,,4457,20024
-,,,,,,,4458,19869
-,,,,,,,4459,19349
-,,,,,,,4460,18640
-,,,,,,,4461,18213
-,,,,,,,4462,17630
-,,,,,,,4463,16020
-,,,,,,,4464,14313
-,,,,,,,4465,13038
-,,,,,,,4466,12213
-,,,,,,,4467,11677
-,,,,,,,4468,11372
-,,,,,,,4469,11375
-,,,,,,,4470,11735
-,,,,,,,4471,13012
-,,,,,,,4472,14717
-,,,,,,,4473,16154
-,,,,,,,4474,17362
-,,,,,,,4475,18375
-,,,,,,,4476,19071
-,,,,,,,4477,19525
-,,,,,,,4478,20002
-,,,,,,,4479,20302
-,,,,,,,4480,20540
-,,,,,,,4481,20666
-,,,,,,,4482,20596
-,,,,,,,4483,19909
-,,,,,,,4484,19127
-,,,,,,,4485,18861
-,,,,,,,4486,18284
-,,,,,,,4487,16839
-,,,,,,,4488,15272
-,,,,,,,4489,14053
-,,,,,,,4490,13229
-,,,,,,,4491,12668
-,,,,,,,4492,12315
-,,,,,,,4493,12169
-,,,,,,,4494,12150
-,,,,,,,4495,12659
-,,,,,,,4496,13867
-,,,,,,,4497,15404
-,,,,,,,4498,16710
-,,,,,,,4499,17611
-,,,,,,,4500,18238
-,,,,,,,4501,18665
-,,,,,,,4502,18660
-,,,,,,,4503,18262
-,,,,,,,4504,17885
-,,,,,,,4505,17880
-,,,,,,,4506,17988
-,,,,,,,4507,17784
-,,,,,,,4508,17303
-,,,,,,,4509,17034
-,,,,,,,4510,16729
-,,,,,,,4511,15611
-,,,,,,,4512,14274
-,,,,,,,4513,13087
-,,,,,,,4514,12268
-,,,,,,,4515,11699
-,,,,,,,4516,11336
-,,,,,,,4517,11131
-,,,,,,,4518,10933
-,,,,,,,4519,11321
-,,,,,,,4520,12389
-,,,,,,,4521,13802
-,,,,,,,4522,15125
-,,,,,,,4523,16228
-,,,,,,,4524,17112
-,,,,,,,4525,17689
-,,,,,,,4526,18001
-,,,,,,,4527,18229
-,,,,,,,4528,18446
-,,,,,,,4529,18714
-,,,,,,,4530,18865
-,,,,,,,4531,18594
-,,,,,,,4532,18029
-,,,,,,,4533,17840
-,,,,,,,4534,17415
-,,,,,,,4535,15915
-,,,,,,,4536,14238
-,,,,,,,4537,12933
-,,,,,,,4538,12055
-,,,,,,,4539,11500
-,,,,,,,4540,11189
-,,,,,,,4541,11220
-,,,,,,,4542,11625
-,,,,,,,4543,12941
-,,,,,,,4544,14528
-,,,,,,,4545,15631
-,,,,,,,4546,16509
-,,,,,,,4547,17208
-,,,,,,,4548,17677
-,,,,,,,4549,18014
-,,,,,,,4550,18377
-,,,,,,,4551,18592
-,,,,,,,4552,18724
-,,,,,,,4553,18844
-,,,,,,,4554,18774
-,,,,,,,4555,18258
-,,,,,,,4556,17558
-,,,,,,,4557,17179
-,,,,,,,4558,16567
-,,,,,,,4559,14944
-,,,,,,,4560,13291
-,,,,,,,4561,12088
-,,,,,,,4562,11332
-,,,,,,,4563,10850
-,,,,,,,4564,10627
-,,,,,,,4565,10693
-,,,,,,,4566,11095
-,,,,,,,4567,12417
-,,,,,,,4568,13994
-,,,,,,,4569,15112
-,,,,,,,4570,15980
-,,,,,,,4571,16735
-,,,,,,,4572,17238
-,,,,,,,4573,17598
-,,,,,,,4574,18027
-,,,,,,,4575,18362
-,,,,,,,4576,18608
-,,,,,,,4577,18769
-,,,,,,,4578,18682
-,,,,,,,4579,18223
-,,,,,,,4580,17555
-,,,,,,,4581,17270
-,,,,,,,4582,16791
-,,,,,,,4583,15216
-,,,,,,,4584,13614
-,,,,,,,4585,12433
-,,,,,,,4586,11685
-,,,,,,,4587,11231
-,,,,,,,4588,11022
-,,,,,,,4589,11110
-,,,,,,,4590,11577
-,,,,,,,4591,12908
-,,,,,,,4592,14532
-,,,,,,,4593,15762
-,,,,,,,4594,16731
-,,,,,,,4595,17590
-,,,,,,,4596,18283
-,,,,,,,4597,18753
-,,,,,,,4598,19139
-,,,,,,,4599,19340
-,,,,,,,4600,19481
-,,,,,,,4601,19649
-,,,,,,,4602,19605
-,,,,,,,4603,19123
-,,,,,,,4604,18397
-,,,,,,,4605,18042
-,,,,,,,4606,17532
-,,,,,,,4607,15923
-,,,,,,,4608,14231
-,,,,,,,4609,12998
-,,,,,,,4610,12194
-,,,,,,,4611,11656
-,,,,,,,4612,11376
-,,,,,,,4613,11435
-,,,,,,,4614,11903
-,,,,,,,4615,13313
-,,,,,,,4616,14984
-,,,,,,,4617,16284
-,,,,,,,4618,17371
-,,,,,,,4619,18441
-,,,,,,,4620,19279
-,,,,,,,4621,19726
-,,,,,,,4622,20213
-,,,,,,,4623,20545
-,,,,,,,4624,20756
-,,,,,,,4625,20906
-,,,,,,,4626,20735
-,,,,,,,4627,20152
-,,,,,,,4628,19267
-,,,,,,,4629,18845
-,,,,,,,4630,18183
-,,,,,,,4631,16490
-,,,,,,,4632,14749
-,,,,,,,4633,13404
-,,,,,,,4634,12543
-,,,,,,,4635,12016
-,,,,,,,4636,11726
-,,,,,,,4637,11784
-,,,,,,,4638,12260
-,,,,,,,4639,13580
-,,,,,,,4640,15318
-,,,,,,,4641,16724
-,,,,,,,4642,17948
-,,,,,,,4643,19040
-,,,,,,,4644,19903
-,,,,,,,4645,20533
-,,,,,,,4646,21043
-,,,,,,,4647,21224
-,,,,,,,4648,21192
-,,,,,,,4649,21053
-,,,,,,,4650,20582
-,,,,,,,4651,19738
-,,,,,,,4652,18919
-,,,,,,,4653,18609
-,,,,,,,4654,18020
-,,,,,,,4655,16521
-,,,,,,,4656,14943
-,,,,,,,4657,13710
-,,,,,,,4658,12929
-,,,,,,,4659,12414
-,,,,,,,4660,12109
-,,,,,,,4661,12021
-,,,,,,,4662,12166
-,,,,,,,4663,12668
-,,,,,,,4664,13662
-,,,,,,,4665,15004
-,,,,,,,4666,16206
-,,,,,,,4667,17101
-,,,,,,,4668,17831
-,,,,,,,4669,18393
-,,,,,,,4670,18856
-,,,,,,,4671,19304
-,,,,,,,4672,19659
-,,,,,,,4673,19896
-,,,,,,,4674,19920
-,,,,,,,4675,19539
-,,,,,,,4676,18848
-,,,,,,,4677,18530
-,,,,,,,4678,18079
-,,,,,,,4679,16721
-,,,,,,,4680,15202
-,,,,,,,4681,13940
-,,,,,,,4682,13049
-,,,,,,,4683,12439
-,,,,,,,4684,12038
-,,,,,,,4685,11812
-,,,,,,,4686,11637
-,,,,,,,4687,11968
-,,,,,,,4688,13083
-,,,,,,,4689,14623
-,,,,,,,4690,16125
-,,,,,,,4691,17454
-,,,,,,,4692,18526
-,,,,,,,4693,19139
-,,,,,,,4694,19257
-,,,,,,,4695,19268
-,,,,,,,4696,19296
-,,,,,,,4697,19332
-,,,,,,,4698,19322
-,,,,,,,4699,19009
-,,,,,,,4700,18736
-,,,,,,,4701,18799
-,,,,,,,4702,18119
-,,,,,,,4703,16702
-,,,,,,,4704,15231
-,,,,,,,4705,14170
-,,,,,,,4706,13491
-,,,,,,,4707,13056
-,,,,,,,4708,12827
-,,,,,,,4709,12915
-,,,,,,,4710,13504
-,,,,,,,4711,14917
-,,,,,,,4712,16790
-,,,,,,,4713,18245
-,,,,,,,4714,19414
-,,,,,,,4715,20442
-,,,,,,,4716,21270
-,,,,,,,4717,21907
-,,,,,,,4718,22457
-,,,,,,,4719,22574
-,,,,,,,4720,22619
-,,,,,,,4721,22576
-,,,,,,,4722,22409
-,,,,,,,4723,21887
-,,,,,,,4724,21200
-,,,,,,,4725,20931
-,,,,,,,4726,20099
-,,,,,,,4727,18179
-,,,,,,,4728,16280
-,,,,,,,4729,14935
-,,,,,,,4730,14062
-,,,,,,,4731,13498
-,,,,,,,4732,13146
-,,,,,,,4733,13178
-,,,,,,,4734,13712
-,,,,,,,4735,15192
-,,,,,,,4736,17114
-,,,,,,,4737,18656
-,,,,,,,4738,20020
-,,,,,,,4739,21201
-,,,,,,,4740,22009
-,,,,,,,4741,22567
-,,,,,,,4742,23070
-,,,,,,,4743,23388
-,,,,,,,4744,23629
-,,,,,,,4745,23770
-,,,,,,,4746,23575
-,,,,,,,4747,23034
-,,,,,,,4748,22325
-,,,,,,,4749,21921
-,,,,,,,4750,21122
-,,,,,,,4751,19311
-,,,,,,,4752,17514
-,,,,,,,4753,16250
-,,,,,,,4754,15465
-,,,,,,,4755,14968
-,,,,,,,4756,14669
-,,,,,,,4757,14653
-,,,,,,,4758,15166
-,,,,,,,4759,16509
-,,,,,,,4760,18482
-,,,,,,,4761,19867
-,,,,,,,4762,20982
-,,,,,,,4763,22131
-,,,,,,,4764,23007
-,,,,,,,4765,23558
-,,,,,,,4766,23575
-,,,,,,,4767,23022
-,,,,,,,4768,21947
-,,,,,,,4769,21132
-,,,,,,,4770,20783
-,,,,,,,4771,20254
-,,,,,,,4772,19748
-,,,,,,,4773,19598
-,,,,,,,4774,18960
-,,,,,,,4775,17351
-,,,,,,,4776,15670
-,,,,,,,4777,14379
-,,,,,,,4778,13452
-,,,,,,,4779,12861
-,,,,,,,4780,12500
-,,,,,,,4781,12479
-,,,,,,,4782,12920
-,,,,,,,4783,13992
-,,,,,,,4784,15296
-,,,,,,,4785,16055
-,,,,,,,4786,16582
-,,,,,,,4787,17096
-,,,,,,,4788,17452
-,,,,,,,4789,17668
-,,,,,,,4790,17979
-,,,,,,,4791,18090
-,,,,,,,4792,18229
-,,,,,,,4793,18373
-,,,,,,,4794,18322
-,,,,,,,4795,17795
-,,,,,,,4796,17159
-,,,,,,,4797,17055
-,,,,,,,4798,16463
-,,,,,,,4799,15028
-,,,,,,,4800,13517
-,,,,,,,4801,12384
-,,,,,,,4802,11725
-,,,,,,,4803,11307
-,,,,,,,4804,11118
-,,,,,,,4805,11231
-,,,,,,,4806,11798
-,,,,,,,4807,12933
-,,,,,,,4808,14273
-,,,,,,,4809,15155
-,,,,,,,4810,15614
-,,,,,,,4811,15917
-,,,,,,,4812,15969
-,,,,,,,4813,15892
-,,,,,,,4814,15875
-,,,,,,,4815,15719
-,,,,,,,4816,15491
-,,,,,,,4817,15368
-,,,,,,,4818,15206
-,,,,,,,4819,14837
-,,,,,,,4820,14531
-,,,,,,,4821,14655
-,,,,,,,4822,14290
-,,,,,,,4823,13182
-,,,,,,,4824,11938
-,,,,,,,4825,10962
-,,,,,,,4826,10327
-,,,,,,,4827,9939
-,,,,,,,4828,9725
-,,,,,,,4829,9693
-,,,,,,,4830,9766
-,,,,,,,4831,10261
-,,,,,,,4832,11289
-,,,,,,,4833,12518
-,,,,,,,4834,13453
-,,,,,,,4835,14046
-,,,,,,,4836,14391
-,,,,,,,4837,14566
-,,,,,,,4838,14653
-,,,,,,,4839,14734
-,,,,,,,4840,14856
-,,,,,,,4841,15047
-,,,,,,,4842,15139
-,,,,,,,4843,14949
-,,,,,,,4844,14486
-,,,,,,,4845,14436
-,,,,,,,4846,14121
-,,,,,,,4847,13100
-,,,,,,,4848,11970
-,,,,,,,4849,11008
-,,,,,,,4850,10390
-,,,,,,,4851,10000
-,,,,,,,4852,9758
-,,,,,,,4853,9662
-,,,,,,,4854,9567
-,,,,,,,4855,9859
-,,,,,,,4856,10742
-,,,,,,,4857,11949
-,,,,,,,4858,13044
-,,,,,,,4859,13944
-,,,,,,,4860,14673
-,,,,,,,4861,15190
-,,,,,,,4862,15488
-,,,,,,,4863,15763
-,,,,,,,4864,16042
-,,,,,,,4865,16412
-,,,,,,,4866,16643
-,,,,,,,4867,16465
-,,,,,,,4868,16024
-,,,,,,,4869,16034
-,,,,,,,4870,15632
-,,,,,,,4871,14413
-,,,,,,,4872,13088
-,,,,,,,4873,12091
-,,,,,,,4874,11445
-,,,,,,,4875,11075
-,,,,,,,4876,10947
-,,,,,,,4877,11169
-,,,,,,,4878,11880
-,,,,,,,4879,13157
-,,,,,,,4880,14670
-,,,,,,,4881,15780
-,,,,,,,4882,16607
-,,,,,,,4883,17383
-,,,,,,,4884,18004
-,,,,,,,4885,18435
-,,,,,,,4886,19057
-,,,,,,,4887,19541
-,,,,,,,4888,19899
-,,,,,,,4889,20115
-,,,,,,,4890,20034
-,,,,,,,4891,19565
-,,,,,,,4892,19069
-,,,,,,,4893,19105
-,,,,,,,4894,18392
-,,,,,,,4895,16796
-,,,,,,,4896,15156
-,,,,,,,4897,13967
-,,,,,,,4898,13229
-,,,,,,,4899,12764
-,,,,,,,4900,12552
-,,,,,,,4901,12652
-,,,,,,,4902,13216
-,,,,,,,4903,14428
-,,,,,,,4904,16085
-,,,,,,,4905,17514
-,,,,,,,4906,18688
-,,,,,,,4907,19731
-,,,,,,,4908,20408
-,,,,,,,4909,20997
-,,,,,,,4910,21505
-,,,,,,,4911,21698
-,,,,,,,4912,21509
-,,,,,,,4913,21142
-,,,,,,,4914,20672
-,,,,,,,4915,19932
-,,,,,,,4916,19177
-,,,,,,,4917,18844
-,,,,,,,4918,17826
-,,,,,,,4919,15958
-,,,,,,,4920,14149
-,,,,,,,4921,12773
-,,,,,,,4922,11886
-,,,,,,,4923,11337
-,,,,,,,4924,11016
-,,,,,,,4925,11058
-,,,,,,,4926,11542
-,,,,,,,4927,12708
-,,,,,,,4928,14207
-,,,,,,,4929,15263
-,,,,,,,4930,15986
-,,,,,,,4931,16553
-,,,,,,,4932,16919
-,,,,,,,4933,17169
-,,,,,,,4934,17525
-,,,,,,,4935,17824
-,,,,,,,4936,18098
-,,,,,,,4937,18337
-,,,,,,,4938,18327
-,,,,,,,4939,17837
-,,,,,,,4940,17199
-,,,,,,,4941,17224
-,,,,,,,4942,16567
-,,,,,,,4943,15063
-,,,,,,,4944,13523
-,,,,,,,4945,12455
-,,,,,,,4946,11750
-,,,,,,,4947,11328
-,,,,,,,4948,11161
-,,,,,,,4949,11311
-,,,,,,,4950,12022
-,,,,,,,4951,13332
-,,,,,,,4952,14757
-,,,,,,,4953,15709
-,,,,,,,4954,16361
-,,,,,,,4955,16848
-,,,,,,,4956,17129
-,,,,,,,4957,17369
-,,,,,,,4958,17879
-,,,,,,,4959,18328
-,,,,,,,4960,18742
-,,,,,,,4961,19158
-,,,,,,,4962,19383
-,,,,,,,4963,19178
-,,,,,,,4964,18893
-,,,,,,,4965,18700
-,,,,,,,4966,17773
-,,,,,,,4967,16233
-,,,,,,,4968,14701
-,,,,,,,4969,13577
-,,,,,,,4970,12816
-,,,,,,,4971,12316
-,,,,,,,4972,12065
-,,,,,,,4973,12173
-,,,,,,,4974,12859
-,,,,,,,4975,14061
-,,,,,,,4976,15452
-,,,,,,,4977,16445
-,,,,,,,4978,17258
-,,,,,,,4979,17971
-,,,,,,,4980,18485
-,,,,,,,4981,18806
-,,,,,,,4982,19022
-,,,,,,,4983,19020
-,,,,,,,4984,18923
-,,,,,,,4985,18809
-,,,,,,,4986,18647
-,,,,,,,4987,18192
-,,,,,,,4988,17638
-,,,,,,,4989,17437
-,,,,,,,4990,16896
-,,,,,,,4991,15603
-,,,,,,,4992,14187
-,,,,,,,4993,13021
-,,,,,,,4994,12200
-,,,,,,,4995,11659
-,,,,,,,4996,11330
-,,,,,,,4997,11256
-,,,,,,,4998,11356
-,,,,,,,4999,11791
-,,,,,,,5000,12835
-,,,,,,,5001,14153
-,,,,,,,5002,15332
-,,,,,,,5003,16171
-,,,,,,,5004,16616
-,,,,,,,5005,16787
-,,,,,,,5006,16799
-,,,,,,,5007,16666
-,,,,,,,5008,16283
-,,,,,,,5009,15951
-,,,,,,,5010,15793
-,,,,,,,5011,15550
-,,,,,,,5012,15343
-,,,,,,,5013,15349
-,,,,,,,5014,14802
-,,,,,,,5015,13832
-,,,,,,,5016,12746
-,,,,,,,5017,11801
-,,,,,,,5018,11186
-,,,,,,,5019,10784
-,,,,,,,5020,10550
-,,,,,,,5021,10495
-,,,,,,,5022,10577
-,,,,,,,5023,10760
-,,,,,,,5024,11461
-,,,,,,,5025,12458
-,,,,,,,5026,13352
-,,,,,,,5027,13970
-,,,,,,,5028,14434
-,,,,,,,5029,14714
-,,,,,,,5030,14748
-,,,,,,,5031,14701
-,,,,,,,5032,14632
-,,,,,,,5033,14775
-,,,,,,,5034,14979
-,,,,,,,5035,14894
-,,,,,,,5036,14682
-,,,,,,,5037,14842
-,,,,,,,5038,14404
-,,,,,,,5039,13315
-,,,,,,,5040,12130
-,,,,,,,5041,11195
-,,,,,,,5042,10613
-,,,,,,,5043,10283
-,,,,,,,5044,10149
-,,,,,,,5045,10360
-,,,,,,,5046,10985
-,,,,,,,5047,12202
-,,,,,,,5048,13767
-,,,,,,,5049,14968
-,,,,,,,5050,15863
-,,,,,,,5051,16645
-,,,,,,,5052,17216
-,,,,,,,5053,17644
-,,,,,,,5054,18117
-,,,,,,,5055,18425
-,,,,,,,5056,18594
-,,,,,,,5057,18739
-,,,,,,,5058,18634
-,,,,,,,5059,18135
-,,,,,,,5060,17458
-,,,,,,,5061,17299
-,,,,,,,5062,16508
-,,,,,,,5063,14885
-,,,,,,,5064,13288
-,,,,,,,5065,12128
-,,,,,,,5066,11407
-,,,,,,,5067,10980
-,,,,,,,5068,10767
-,,,,,,,5069,10896
-,,,,,,,5070,11497
-,,,,,,,5071,12689
-,,,,,,,5072,14174
-,,,,,,,5073,15234
-,,,,,,,5074,15992
-,,,,,,,5075,16647
-,,,,,,,5076,17050
-,,,,,,,5077,17282
-,,,,,,,5078,17544
-,,,,,,,5079,17547
-,,,,,,,5080,17362
-,,,,,,,5081,17181
-,,,,,,,5082,16992
-,,,,,,,5083,16682
-,,,,,,,5084,16448
-,,,,,,,5085,16554
-,,,,,,,5086,15813
-,,,,,,,5087,14431
-,,,,,,,5088,13083
-,,,,,,,5089,12066
-,,,,,,,5090,11426
-,,,,,,,5091,11037
-,,,,,,,5092,10875
-,,,,,,,5093,11045
-,,,,,,,5094,11734
-,,,,,,,5095,12974
-,,,,,,,5096,14507
-,,,,,,,5097,15643
-,,,,,,,5098,16585
-,,,,,,,5099,17418
-,,,,,,,5100,18028
-,,,,,,,5101,18487
-,,,,,,,5102,18894
-,,,,,,,5103,19031
-,,,,,,,5104,18852
-,,,,,,,5105,18697
-,,,,,,,5106,18471
-,,,,,,,5107,18049
-,,,,,,,5108,17654
-,,,,,,,5109,17682
-,,,,,,,5110,16985
-,,,,,,,5111,15460
-,,,,,,,5112,13948
-,,,,,,,5113,12863
-,,,,,,,5114,12167
-,,,,,,,5115,11726
-,,,,,,,5116,11578
-,,,,,,,5117,11726
-,,,,,,,5118,12417
-,,,,,,,5119,13676
-,,,,,,,5120,15277
-,,,,,,,5121,16579
-,,,,,,,5122,17740
-,,,,,,,5123,18839
-,,,,,,,5124,19694
-,,,,,,,5125,20283
-,,,,,,,5126,20855
-,,,,,,,5127,21204
-,,,,,,,5128,21421
-,,,,,,,5129,21524
-,,,,,,,5130,21422
-,,,,,,,5131,20941
-,,,,,,,5132,20276
-,,,,,,,5133,20115
-,,,,,,,5134,19256
-,,,,,,,5135,17486
-,,,,,,,5136,15772
-,,,,,,,5137,14400
-,,,,,,,5138,13525
-,,,,,,,5139,12921
-,,,,,,,5140,12611
-,,,,,,,5141,12672
-,,,,,,,5142,13282
-,,,,,,,5143,14507
-,,,,,,,5144,16111
-,,,,,,,5145,17560
-,,,,,,,5146,18855
-,,,,,,,5147,20109
-,,,,,,,5148,21039
-,,,,,,,5149,21679
-,,,,,,,5150,22233
-,,,,,,,5151,22602
-,,,,,,,5152,22734
-,,,,,,,5153,22722
-,,,,,,,5154,22421
-,,,,,,,5155,21697
-,,,,,,,5156,20965
-,,,,,,,5157,20793
-,,,,,,,5158,20003
-,,,,,,,5159,18398
-,,,,,,,5160,16711
-,,,,,,,5161,15227
-,,,,,,,5162,14290
-,,,,,,,5163,13602
-,,,,,,,5164,13163
-,,,,,,,5165,12969
-,,,,,,,5166,13025
-,,,,,,,5167,13474
-,,,,,,,5168,14693
-,,,,,,,5169,16292
-,,,,,,,5170,17763
-,,,,,,,5171,19052
-,,,,,,,5172,20003
-,,,,,,,5173,20595
-,,,,,,,5174,20945
-,,,,,,,5175,21142
-,,,,,,,5176,21161
-,,,,,,,5177,20979
-,,,,,,,5178,20586
-,,,,,,,5179,19892
-,,,,,,,5180,19214
-,,,,,,,5181,19129
-,,,,,,,5182,18423
-,,,,,,,5183,17135
-,,,,,,,5184,15746
-,,,,,,,5185,14611
-,,,,,,,5186,13795
-,,,,,,,5187,13269
-,,,,,,,5188,12933
-,,,,,,,5189,12813
-,,,,,,,5190,12857
-,,,,,,,5191,13129
-,,,,,,,5192,14093
-,,,,,,,5193,15485
-,,,,,,,5194,16963
-,,,,,,,5195,18187
-,,,,,,,5196,19187
-,,,,,,,5197,19931
-,,,,,,,5198,20278
-,,,,,,,5199,20379
-,,,,,,,5200,20388
-,,,,,,,5201,20254
-,,,,,,,5202,19839
-,,,,,,,5203,19429
-,,,,,,,5204,19127
-,,,,,,,5205,19019
-,,,,,,,5206,18249
-,,,,,,,5207,16919
-,,,,,,,5208,15507
-,,,,,,,5209,14358
-,,,,,,,5210,13644
-,,,,,,,5211,13218
-,,,,,,,5212,13009
-,,,,,,,5213,13173
-,,,,,,,5214,13847
-,,,,,,,5215,15036
-,,,,,,,5216,16684
-,,,,,,,5217,17995
-,,,,,,,5218,18918
-,,,,,,,5219,19452
-,,,,,,,5220,19864
-,,,,,,,5221,20123
-,,,,,,,5222,20371
-,,,,,,,5223,20468
-,,,,,,,5224,20509
-,,,,,,,5225,20420
-,,,,,,,5226,20076
-,,,,,,,5227,19309
-,,,,,,,5228,18496
-,,,,,,,5229,18285
-,,,,,,,5230,17273
-,,,,,,,5231,15484
-,,,,,,,5232,13833
-,,,,,,,5233,12572
-,,,,,,,5234,11788
-,,,,,,,5235,11290
-,,,,,,,5236,11062
-,,,,,,,5237,11151
-,,,,,,,5238,11721
-,,,,,,,5239,12868
-,,,,,,,5240,14390
-,,,,,,,5241,15479
-,,,,,,,5242,16371
-,,,,,,,5243,17180
-,,,,,,,5244,17802
-,,,,,,,5245,18233
-,,,,,,,5246,18696
-,,,,,,,5247,18953
-,,,,,,,5248,19122
-,,,,,,,5249,19205
-,,,,,,,5250,19005
-,,,,,,,5251,18452
-,,,,,,,5252,17890
-,,,,,,,5253,17955
-,,,,,,,5254,17120
-,,,,,,,5255,15524
-,,,,,,,5256,13956
-,,,,,,,5257,12779
-,,,,,,,5258,12000
-,,,,,,,5259,11491
-,,,,,,,5260,11239
-,,,,,,,5261,11360
-,,,,,,,5262,11989
-,,,,,,,5263,13177
-,,,,,,,5264,14765
-,,,,,,,5265,16111
-,,,,,,,5266,17246
-,,,,,,,5267,18338
-,,,,,,,5268,19160
-,,,,,,,5269,19744
-,,,,,,,5270,20284
-,,,,,,,5271,20575
-,,,,,,,5272,20711
-,,,,,,,5273,20657
-,,,,,,,5274,20366
-,,,,,,,5275,19801
-,,,,,,,5276,19323
-,,,,,,,5277,19387
-,,,,,,,5278,18450
-,,,,,,,5279,16773
-,,,,,,,5280,15065
-,,,,,,,5281,13752
-,,,,,,,5282,13007
-,,,,,,,5283,12505
-,,,,,,,5284,12272
-,,,,,,,5285,12390
-,,,,,,,5286,13102
-,,,,,,,5287,14312
-,,,,,,,5288,15892
-,,,,,,,5289,17261
-,,,,,,,5290,18503
-,,,,,,,5291,19700
-,,,,,,,5292,20612
-,,,,,,,5293,21223
-,,,,,,,5294,21728
-,,,,,,,5295,21915
-,,,,,,,5296,21939
-,,,,,,,5297,21806
-,,,,,,,5298,21414
-,,,,,,,5299,20680
-,,,,,,,5300,20173
-,,,,,,,5301,20146
-,,,,,,,5302,19138
-,,,,,,,5303,17458
-,,,,,,,5304,15795
-,,,,,,,5305,14561
-,,,,,,,5306,13801
-,,,,,,,5307,13304
-,,,,,,,5308,13082
-,,,,,,,5309,13199
-,,,,,,,5310,13910
-,,,,,,,5311,15136
-,,,,,,,5312,16707
-,,,,,,,5313,18002
-,,,,,,,5314,19049
-,,,,,,,5315,19878
-,,,,,,,5316,20433
-,,,,,,,5317,20559
-,,,,,,,5318,20446
-,,,,,,,5319,20025
-,,,,,,,5320,19447
-,,,,,,,5321,19099
-,,,,,,,5322,18705
-,,,,,,,5323,18185
-,,,,,,,5324,17806
-,,,,,,,5325,17804
-,,,,,,,5326,17137
-,,,,,,,5327,15940
-,,,,,,,5328,14608
-,,,,,,,5329,13522
-,,,,,,,5330,12799
-,,,,,,,5331,12319
-,,,,,,,5332,12051
-,,,,,,,5333,11968
-,,,,,,,5334,12110
-,,,,,,,5335,12514
-,,,,,,,5336,13552
-,,,,,,,5337,14837
-,,,,,,,5338,16019
-,,,,,,,5339,17011
-,,,,,,,5340,17606
-,,,,,,,5341,17953
-,,,,,,,5342,18163
-,,,,,,,5343,18278
-,,,,,,,5344,18369
-,,,,,,,5345,18442
-,,,,,,,5346,18409
-,,,,,,,5347,18117
-,,,,,,,5348,17817
-,,,,,,,5349,17923
-,,,,,,,5350,17264
-,,,,,,,5351,16127
-,,,,,,,5352,14856
-,,,,,,,5353,13774
-,,,,,,,5354,13038
-,,,,,,,5355,12517
-,,,,,,,5356,12230
-,,,,,,,5357,12125
-,,,,,,,5358,12221
-,,,,,,,5359,12427
-,,,,,,,5360,13062
-,,,,,,,5361,14150
-,,,,,,,5362,15272
-,,,,,,,5363,16246
-,,,,,,,5364,17005
-,,,,,,,5365,17581
-,,,,,,,5366,17943
-,,,,,,,5367,18283
-,,,,,,,5368,18587
-,,,,,,,5369,18809
-,,,,,,,5370,18855
-,,,,,,,5371,18565
-,,,,,,,5372,18153
-,,,,,,,5373,18231
-,,,,,,,5374,17372
-,,,,,,,5375,15896
-,,,,,,,5376,14386
-,,,,,,,5377,13225
-,,,,,,,5378,12461
-,,,,,,,5379,11976
-,,,,,,,5380,11726
-,,,,,,,5381,11825
-,,,,,,,5382,12453
-,,,,,,,5383,13531
-,,,,,,,5384,15071
-,,,,,,,5385,16363
-,,,,,,,5386,17447
-,,,,,,,5387,18389
-,,,,,,,5388,19054
-,,,,,,,5389,19483
-,,,,,,,5390,19875
-,,,,,,,5391,20136
-,,,,,,,5392,20249
-,,,,,,,5393,20347
-,,,,,,,5394,20203
-,,,,,,,5395,19578
-,,,,,,,5396,18981
-,,,,,,,5397,18919
-,,,,,,,5398,17773
-,,,,,,,5399,16030
-,,,,,,,5400,14359
-,,,,,,,5401,13121
-,,,,,,,5402,12304
-,,,,,,,5403,11773
-,,,,,,,5404,11515
-,,,,,,,5405,11598
-,,,,,,,5406,12268
-,,,,,,,5407,13383
-,,,,,,,5408,14923
-,,,,,,,5409,16131
-,,,,,,,5410,17167
-,,,,,,,5411,18030
-,,,,,,,5412,18613
-,,,,,,,5413,18947
-,,,,,,,5414,19183
-,,,,,,,5415,19249
-,,,,,,,5416,19178
-,,,,,,,5417,19139
-,,,,,,,5418,18927
-,,,,,,,5419,18460
-,,,,,,,5420,18164
-,,,,,,,5421,18305
-,,,,,,,5422,17341
-,,,,,,,5423,15777
-,,,,,,,5424,14244
-,,,,,,,5425,13172
-,,,,,,,5426,12469
-,,,,,,,5427,12035
-,,,,,,,5428,11853
-,,,,,,,5429,11993
-,,,,,,,5430,12742
-,,,,,,,5431,14016
-,,,,,,,5432,15280
-,,,,,,,5433,16076
-,,,,,,,5434,16659
-,,,,,,,5435,17417
-,,,,,,,5436,18171
-,,,,,,,5437,18737
-,,,,,,,5438,19260
-,,,,,,,5439,19521
-,,,,,,,5440,19626
-,,,,,,,5441,19538
-,,,,,,,5442,19230
-,,,,,,,5443,18725
-,,,,,,,5444,18517
-,,,,,,,5445,18461
-,,,,,,,5446,17437
-,,,,,,,5447,15838
-,,,,,,,5448,14263
-,,,,,,,5449,13039
-,,,,,,,5450,12260
-,,,,,,,5451,11788
-,,,,,,,5452,11580
-,,,,,,,5453,11677
-,,,,,,,5454,12384
-,,,,,,,5455,13586
-,,,,,,,5456,14898
-,,,,,,,5457,15970
-,,,,,,,5458,16943
-,,,,,,,5459,17834
-,,,,,,,5460,18495
-,,,,,,,5461,18922
-,,,,,,,5462,19296
-,,,,,,,5463,19505
-,,,,,,,5464,19592
-,,,,,,,5465,19626
-,,,,,,,5466,19422
-,,,,,,,5467,18775
-,,,,,,,5468,18192
-,,,,,,,5469,18140
-,,,,,,,5470,17090
-,,,,,,,5471,15479
-,,,,,,,5472,13852
-,,,,,,,5473,12663
-,,,,,,,5474,11869
-,,,,,,,5475,11372
-,,,,,,,5476,11122
-,,,,,,,5477,11201
-,,,,,,,5478,11799
-,,,,,,,5479,12844
-,,,,,,,5480,14253
-,,,,,,,5481,15541
-,,,,,,,5482,16634
-,,,,,,,5483,17653
-,,,,,,,5484,18431
-,,,,,,,5485,19070
-,,,,,,,5486,19668
-,,,,,,,5487,20039
-,,,,,,,5488,20163
-,,,,,,,5489,20149
-,,,,,,,5490,19800
-,,,,,,,5491,19054
-,,,,,,,5492,18618
-,,,,,,,5493,18522
-,,,,,,,5494,17524
-,,,,,,,5495,16018
-,,,,,,,5496,14519
-,,,,,,,5497,13282
-,,,,,,,5498,12447
-,,,,,,,5499,11889
-,,,,,,,5500,11525
-,,,,,,,5501,11391
-,,,,,,,5502,11526
-,,,,,,,5503,11815
-,,,,,,,5504,12526
-,,,,,,,5505,13461
-,,,,,,,5506,14198
-,,,,,,,5507,14670
-,,,,,,,5508,14956
-,,,,,,,5509,15002
-,,,,,,,5510,14959
-,,,,,,,5511,14901
-,,,,,,,5512,14849
-,,,,,,,5513,14893
-,,,,,,,5514,14890
-,,,,,,,5515,14695
-,,,,,,,5516,14498
-,,,,,,,5517,14670
-,,,,,,,5518,13992
-,,,,,,,5519,12948
-,,,,,,,5520,11812
-,,,,,,,5521,10892
-,,,,,,,5522,10246
-,,,,,,,5523,9802
-,,,,,,,5524,9574
-,,,,,,,5525,9475
-,,,,,,,5526,9538
-,,,,,,,5527,9639
-,,,,,,,5528,10345
-,,,,,,,5529,11407
-,,,,,,,5530,12350
-,,,,,,,5531,13000
-,,,,,,,5532,13392
-,,,,,,,5533,13613
-,,,,,,,5534,13633
-,,,,,,,5535,13644
-,,,,,,,5536,13723
-,,,,,,,5537,13951
-,,,,,,,5538,14116
-,,,,,,,5539,14086
-,,,,,,,5540,14153
-,,,,,,,5541,14465
-,,,,,,,5542,13767
-,,,,,,,5543,12641
-,,,,,,,5544,11547
-,,,,,,,5545,10737
-,,,,,,,5546,10232
-,,,,,,,5547,9935
-,,,,,,,5548,9833
-,,,,,,,5549,10032
-,,,,,,,5550,10710
-,,,,,,,5551,11839
-,,,,,,,5552,13136
-,,,,,,,5553,14174
-,,,,,,,5554,15050
-,,,,,,,5555,15785
-,,,,,,,5556,16302
-,,,,,,,5557,16614
-,,,,,,,5558,16843
-,,,,,,,5559,16890
-,,,,,,,5560,16858
-,,,,,,,5561,16884
-,,,,,,,5562,16829
-,,,,,,,5563,16384
-,,,,,,,5564,16155
-,,,,,,,5565,16298
-,,,,,,,5566,15292
-,,,,,,,5567,13831
-,,,,,,,5568,12442
-,,,,,,,5569,11448
-,,,,,,,5570,10891
-,,,,,,,5571,10531
-,,,,,,,5572,10388
-,,,,,,,5573,10585
-,,,,,,,5574,11360
-,,,,,,,5575,12601
-,,,,,,,5576,13899
-,,,,,,,5577,14887
-,,,,,,,5578,15714
-,,,,,,,5579,16447
-,,,,,,,5580,16936
-,,,,,,,5581,17268
-,,,,,,,5582,17602
-,,,,,,,5583,17781
-,,,,,,,5584,17839
-,,,,,,,5585,17841
-,,,,,,,5586,17550
-,,,,,,,5587,16961
-,,,,,,,5588,16630
-,,,,,,,5589,16707
-,,,,,,,5590,15673
-,,,,,,,5591,14130
-,,,,,,,5592,12669
-,,,,,,,5593,11621
-,,,,,,,5594,10976
-,,,,,,,5595,10566
-,,,,,,,5596,10352
-,,,,,,,5597,10472
-,,,,,,,5598,11158
-,,,,,,,5599,12225
-,,,,,,,5600,13639
-,,,,,,,5601,14715
-,,,,,,,5602,15638
-,,,,,,,5603,16446
-,,,,,,,5604,17023
-,,,,,,,5605,17374
-,,,,,,,5606,17749
-,,,,,,,5607,17980
-,,,,,,,5608,18042
-,,,,,,,5609,18081
-,,,,,,,5610,17860
-,,,,,,,5611,17309
-,,,,,,,5612,16921
-,,,,,,,5613,17010
-,,,,,,,5614,15996
-,,,,,,,5615,14438
-,,,,,,,5616,12974
-,,,,,,,5617,11904
-,,,,,,,5618,11237
-,,,,,,,5619,10791
-,,,,,,,5620,10618
-,,,,,,,5621,10732
-,,,,,,,5622,11470
-,,,,,,,5623,12588
-,,,,,,,5624,14058
-,,,,,,,5625,15269
-,,,,,,,5626,16246
-,,,,,,,5627,17082
-,,,,,,,5628,17753
-,,,,,,,5629,18275
-,,,,,,,5630,18798
-,,,,,,,5631,19044
-,,,,,,,5632,19162
-,,,,,,,5633,19196
-,,,,,,,5634,18974
-,,,,,,,5635,18397
-,,,,,,,5636,17981
-,,,,,,,5637,18011
-,,,,,,,5638,16953
-,,,,,,,5639,15350
-,,,,,,,5640,13802
-,,,,,,,5641,12689
-,,,,,,,5642,11931
-,,,,,,,5643,11442
-,,,,,,,5644,11181
-,,,,,,,5645,11270
-,,,,,,,5646,11929
-,,,,,,,5647,12984
-,,,,,,,5648,14369
-,,,,,,,5649,15562
-,,,,,,,5650,16576
-,,,,,,,5651,17490
-,,,,,,,5652,18164
-,,,,,,,5653,18606
-,,,,,,,5654,19035
-,,,,,,,5655,19217
-,,,,,,,5656,19170
-,,,,,,,5657,19084
-,,,,,,,5658,18703
-,,,,,,,5659,17998
-,,,,,,,5660,17623
-,,,,,,,5661,17528
-,,,,,,,5662,16546
-,,,,,,,5663,15160
-,,,,,,,5664,13719
-,,,,,,,5665,12557
-,,,,,,,5666,11829
-,,,,,,,5667,11334
-,,,,,,,5668,11050
-,,,,,,,5669,11005
-,,,,,,,5670,11237
-,,,,,,,5671,11652
-,,,,,,,5672,12585
-,,,,,,,5673,13808
-,,,,,,,5674,14896
-,,,,,,,5675,15698
-,,,,,,,5676,16213
-,,,,,,,5677,16534
-,,,,,,,5678,16732
-,,,,,,,5679,16831
-,,,,,,,5680,16796
-,,,,,,,5681,16703
-,,,,,,,5682,16463
-,,,,,,,5683,15977
-,,,,,,,5684,15759
-,,,,,,,5685,15717
-,,,,,,,5686,14927
-,,,,,,,5687,13796
-,,,,,,,5688,12588
-,,,,,,,5689,11630
-,,,,,,,5690,10949
-,,,,,,,5691,10520
-,,,,,,,5692,10242
-,,,,,,,5693,10155
-,,,,,,,5694,10258
-,,,,,,,5695,10381
-,,,,,,,5696,11153
-,,,,,,,5697,12332
-,,,,,,,5698,13433
-,,,,,,,5699,14278
-,,,,,,,5700,14934
-,,,,,,,5701,15449
-,,,,,,,5702,15733
-,,,,,,,5703,15990
-,,,,,,,5704,16250
-,,,,,,,5705,16510
-,,,,,,,5706,16641
-,,,,,,,5707,16338
-,,,,,,,5708,16150
-,,,,,,,5709,16195
-,,,,,,,5710,15193
-,,,,,,,5711,13796
-,,,,,,,5712,12541
-,,,,,,,5713,11546
-,,,,,,,5714,10946
-,,,,,,,5715,10588
-,,,,,,,5716,10427
-,,,,,,,5717,10609
-,,,,,,,5718,11385
-,,,,,,,5719,12579
-,,,,,,,5720,13997
-,,,,,,,5721,15184
-,,,,,,,5722,16163
-,,,,,,,5723,17014
-,,,,,,,5724,17725
-,,,,,,,5725,18258
-,,,,,,,5726,18815
-,,,,,,,5727,19088
-,,,,,,,5728,19126
-,,,,,,,5729,19077
-,,,,,,,5730,18830
-,,,,,,,5731,18358
-,,,,,,,5732,18375
-,,,,,,,5733,18352
-,,,,,,,5734,17309
-,,,,,,,5735,15789
-,,,,,,,5736,14373
-,,,,,,,5737,13377
-,,,,,,,5738,12744
-,,,,,,,5739,12367
-,,,,,,,5740,12220
-,,,,,,,5741,12439
-,,,,,,,5742,13365
-,,,,,,,5743,14952
-,,,,,,,5744,16291
-,,,,,,,5745,17062
-,,,,,,,5746,17549
-,,,,,,,5747,18030
-,,,,,,,5748,18585
-,,,,,,,5749,19059
-,,,,,,,5750,19599
-,,,,,,,5751,19941
-,,,,,,,5752,20057
-,,,,,,,5753,20095
-,,,,,,,5754,19813
-,,,,,,,5755,19039
-,,,,,,,5756,18705
-,,,,,,,5757,18464
-,,,,,,,5758,17107
-,,,,,,,5759,15297
-,,,,,,,5760,13642
-,,,,,,,5761,12355
-,,,,,,,5762,11568
-,,,,,,,5763,11021
-,,,,,,,5764,10732
-,,,,,,,5765,10763
-,,,,,,,5766,11485
-,,,,,,,5767,12695
-,,,,,,,5768,13884
-,,,,,,,5769,14623
-,,,,,,,5770,15156
-,,,,,,,5771,15600
-,,,,,,,5772,15873
-,,,,,,,5773,16059
-,,,,,,,5774,16297
-,,,,,,,5775,16441
-,,,,,,,5776,16534
-,,,,,,,5777,16641
-,,,,,,,5778,16560
-,,,,,,,5779,16095
-,,,,,,,5780,15938
-,,,,,,,5781,15843
-,,,,,,,5782,14707
-,,,,,,,5783,13169
-,,,,,,,5784,11746
-,,,,,,,5785,10792
-,,,,,,,5786,10205
-,,,,,,,5787,9854
-,,,,,,,5788,9718
-,,,,,,,5789,9880
-,,,,,,,5790,10674
-,,,,,,,5791,11997
-,,,,,,,5792,13236
-,,,,,,,5793,14124
-,,,,,,,5794,14850
-,,,,,,,5795,15490
-,,,,,,,5796,15900
-,,,,,,,5797,16168
-,,,,,,,5798,16521
-,,,,,,,5799,16719
-,,,,,,,5800,16851
-,,,,,,,5801,16950
-,,,,,,,5802,16770
-,,,,,,,5803,16276
-,,,,,,,5804,16300
-,,,,,,,5805,16274
-,,,,,,,5806,15211
-,,,,,,,5807,13731
-,,,,,,,5808,12397
-,,,,,,,5809,11403
-,,,,,,,5810,10746
-,,,,,,,5811,10373
-,,,,,,,5812,10211
-,,,,,,,5813,10359
-,,,,,,,5814,11133
-,,,,,,,5815,12353
-,,,,,,,5816,13636
-,,,,,,,5817,14714
-,,,,,,,5818,15622
-,,,,,,,5819,16431
-,,,,,,,5820,17105
-,,,,,,,5821,17582
-,,,,,,,5822,18149
-,,,,,,,5823,18469
-,,,,,,,5824,18640
-,,,,,,,5825,18676
-,,,,,,,5826,18509
-,,,,,,,5827,17930
-,,,,,,,5828,17707
-,,,,,,,5829,17565
-,,,,,,,5830,16620
-,,,,,,,5831,15338
-,,,,,,,5832,13935
-,,,,,,,5833,12655
-,,,,,,,5834,12044
-,,,,,,,5835,11621
-,,,,,,,5836,11328
-,,,,,,,5837,11191
-,,,,,,,5838,11361
-,,,,,,,5839,11656
-,,,,,,,5840,12551
-,,,,,,,5841,13879
-,,,,,,,5842,15015
-,,,,,,,5843,15790
-,,,,,,,5844,16316
-,,,,,,,5845,16582
-,,,,,,,5846,16614
-,,,,,,,5847,16560
-,,,,,,,5848,16421
-,,,,,,,5849,16319
-,,,,,,,5850,16046
-,,,,,,,5851,15513
-,,,,,,,5852,15399
-,,,,,,,5853,15251
-,,,,,,,5854,14461
-,,,,,,,5855,13374
-,,,,,,,5856,12219
-,,,,,,,5857,11281
-,,,,,,,5858,10668
-,,,,,,,5859,10261
-,,,,,,,5860,10044
-,,,,,,,5861,9953
-,,,,,,,5862,10054
-,,,,,,,5863,10193
-,,,,,,,5864,10854
-,,,,,,,5865,11922
-,,,,,,,5866,12836
-,,,,,,,5867,13461
-,,,,,,,5868,13891
-,,,,,,,5869,14240
-,,,,,,,5870,14385
-,,,,,,,5871,14464
-,,,,,,,5872,14490
-,,,,,,,5873,14518
-,,,,,,,5874,14539
-,,,,,,,5875,14331
-,,,,,,,5876,14401
-,,,,,,,5877,14322
-,,,,,,,5878,13625
-,,,,,,,5879,12639
-,,,,,,,5880,11577
-,,,,,,,5881,10731
-,,,,,,,5882,10166
-,,,,,,,5883,9819
-,,,,,,,5884,9646
-,,,,,,,5885,9661
-,,,,,,,5886,9937
-,,,,,,,5887,10250
-,,,,,,,5888,10889
-,,,,,,,5889,11920
-,,,,,,,5890,12926
-,,,,,,,5891,13640
-,,,,,,,5892,14101
-,,,,,,,5893,14353
-,,,,,,,5894,14510
-,,,,,,,5895,14613
-,,,,,,,5896,14711
-,,,,,,,5897,14894
-,,,,,,,5898,15024
-,,,,,,,5899,14896
-,,,,,,,5900,15208
-,,,,,,,5901,15143
-,,,,,,,5902,14069
-,,,,,,,5903,12683
-,,,,,,,5904,11471
-,,,,,,,5905,10681
-,,,,,,,5906,10219
-,,,,,,,5907,10004
-,,,,,,,5908,9966
-,,,,,,,5909,10219
-,,,,,,,5910,11210
-,,,,,,,5911,13004
-,,,,,,,5912,14307
-,,,,,,,5913,15018
-,,,,,,,5914,15593
-,,,,,,,5915,16061
-,,,,,,,5916,16299
-,,,,,,,5917,16397
-,,,,,,,5918,16509
-,,,,,,,5919,16482
-,,,,,,,5920,16547
-,,,,,,,5921,16694
-,,,,,,,5922,16882
-,,,,,,,5923,16935
-,,,,,,,5924,17238
-,,,,,,,5925,16992
-,,,,,,,5926,15974
-,,,,,,,5927,14540
-,,,,,,,5928,13246
-,,,,,,,5929,12368
-,,,,,,,5930,11870
-,,,,,,,5931,11630
-,,,,,,,5932,11577
-,,,,,,,5933,11871
-,,,,,,,5934,12917
-,,,,,,,5935,14850
-,,,,,,,5936,16240
-,,,,,,,5937,17004
-,,,,,,,5938,17605
-,,,,,,,5939,17908
-,,,,,,,5940,17992
-,,,,,,,5941,17973
-,,,,,,,5942,18106
-,,,,,,,5943,18242
-,,,,,,,5944,18306
-,,,,,,,5945,18467
-,,,,,,,5946,18443
-,,,,,,,5947,18113
-,,,,,,,5948,18189
-,,,,,,,5949,17832
-,,,,,,,5950,16550
-,,,,,,,5951,14838
-,,,,,,,5952,13299
-,,,,,,,5953,12160
-,,,,,,,5954,11456
-,,,,,,,5955,11053
-,,,,,,,5956,10880
-,,,,,,,5957,11046
-,,,,,,,5958,11929
-,,,,,,,5959,13533
-,,,,,,,5960,14730
-,,,,,,,5961,15429
-,,,,,,,5962,16013
-,,,,,,,5963,16560
-,,,,,,,5964,16885
-,,,,,,,5965,17039
-,,,,,,,5966,17406
-,,,,,,,5967,17690
-,,,,,,,5968,17830
-,,,,,,,5969,17842
-,,,,,,,5970,17612
-,,,,,,,5971,17275
-,,,,,,,5972,17603
-,,,,,,,5973,17362
-,,,,,,,5974,16195
-,,,,,,,5975,14599
-,,,,,,,5976,13140
-,,,,,,,5977,12129
-,,,,,,,5978,11505
-,,,,,,,5979,11128
-,,,,,,,5980,10945
-,,,,,,,5981,11137
-,,,,,,,5982,12046
-,,,,,,,5983,13676
-,,,,,,,5984,14929
-,,,,,,,5985,15803
-,,,,,,,5986,16631
-,,,,,,,5987,17439
-,,,,,,,5988,18197
-,,,,,,,5989,18727
-,,,,,,,5990,19201
-,,,,,,,5991,19540
-,,,,,,,5992,19691
-,,,,,,,5993,19686
-,,,,,,,5994,19260
-,,,,,,,5995,18613
-,,,,,,,5996,18621
-,,,,,,,5997,18226
-,,,,,,,5998,17126
-,,,,,,,5999,15670
-,,,,,,,6000,14192
-,,,,,,,6001,13074
-,,,,,,,6002,12328
-,,,,,,,6003,11880
-,,,,,,,6004,11632
-,,,,,,,6005,11590
-,,,,,,,6006,11929
-,,,,,,,6007,12447
-,,,,,,,6008,13324
-,,,,,,,6009,14614
-,,,,,,,6010,15692
-,,,,,,,6011,16483
-,,,,,,,6012,16916
-,,,,,,,6013,17137
-,,,,,,,6014,17179
-,,,,,,,6015,17144
-,,,,,,,6016,17095
-,,,,,,,6017,17084
-,,,,,,,6018,17073
-,,,,,,,6019,17098
-,,,,,,,6020,17195
-,,,,,,,6021,16680
-,,,,,,,6022,15684
-,,,,,,,6023,14271
-,,,,,,,6024,12813
-,,,,,,,6025,11737
-,,,,,,,6026,11014
-,,,,,,,6027,10498
-,,,,,,,6028,10197
-,,,,,,,6029,10063
-,,,,,,,6030,10161
-,,,,,,,6031,10406
-,,,,,,,6032,10910
-,,,,,,,6033,11797
-,,,,,,,6034,12574
-,,,,,,,6035,13054
-,,,,,,,6036,13369
-,,,,,,,6037,13611
-,,,,,,,6038,13627
-,,,,,,,6039,13704
-,,,,,,,6040,13835
-,,,,,,,6041,14089
-,,,,,,,6042,14296
-,,,,,,,6043,14244
-,,,,,,,6044,14611
-,,,,,,,6045,14347
-,,,,,,,6046,13316
-,,,,,,,6047,12047
-,,,,,,,6048,10896
-,,,,,,,6049,10103
-,,,,,,,6050,9630
-,,,,,,,6051,9373
-,,,,,,,6052,9305
-,,,,,,,6053,9544
-,,,,,,,6054,10452
-,,,,,,,6055,11984
-,,,,,,,6056,13049
-,,,,,,,6057,13666
-,,,,,,,6058,14148
-,,,,,,,6059,14548
-,,,,,,,6060,14736
-,,,,,,,6061,14723
-,,,,,,,6062,14719
-,,,,,,,6063,14583
-,,,,,,,6064,14437
-,,,,,,,6065,14414
-,,,,,,,6066,14391
-,,,,,,,6067,14266
-,,,,,,,6068,14636
-,,,,,,,6069,14258
-,,,,,,,6070,13146
-,,,,,,,6071,11744
-,,,,,,,6072,10501
-,,,,,,,6073,9716
-,,,,,,,6074,9250
-,,,,,,,6075,8996
-,,,,,,,6076,8937
-,,,,,,,6077,9166
-,,,,,,,6078,10077
-,,,,,,,6079,11601
-,,,,,,,6080,12636
-,,,,,,,6081,13142
-,,,,,,,6082,13561
-,,,,,,,6083,13917
-,,,,,,,6084,14150
-,,,,,,,6085,14259
-,,,,,,,6086,14436
-,,,,,,,6087,14458
-,,,,,,,6088,14467
-,,,,,,,6089,14527
-,,,,,,,6090,14527
-,,,,,,,6091,14378
-,,,,,,,6092,14797
-,,,,,,,6093,14440
-,,,,,,,6094,13307
-,,,,,,,6095,11877
-,,,,,,,6096,10627
-,,,,,,,6097,9789
-,,,,,,,6098,9319
-,,,,,,,6099,9079
-,,,,,,,6100,9012
-,,,,,,,6101,9225
-,,,,,,,6102,10119
-,,,,,,,6103,11711
-,,,,,,,6104,12767
-,,,,,,,6105,13274
-,,,,,,,6106,13759
-,,,,,,,6107,14270
-,,,,,,,6108,14632
-,,,,,,,6109,14823
-,,,,,,,6110,15080
-,,,,,,,6111,15152
-,,,,,,,6112,15204
-,,,,,,,6113,15264
-,,,,,,,6114,15206
-,,,,,,,6115,14979
-,,,,,,,6116,15411
-,,,,,,,6117,15018
-,,,,,,,6118,13882
-,,,,,,,6119,12447
-,,,,,,,6120,11128
-,,,,,,,6121,10259
-,,,,,,,6122,9755
-,,,,,,,6123,9494
-,,,,,,,6124,9395
-,,,,,,,6125,9599
-,,,,,,,6126,10477
-,,,,,,,6127,12074
-,,,,,,,6128,13163
-,,,,,,,6129,13873
-,,,,,,,6130,14481
-,,,,,,,6131,15072
-,,,,,,,6132,15524
-,,,,,,,6133,15806
-,,,,,,,6134,16146
-,,,,,,,6135,16295
-,,,,,,,6136,16404
-,,,,,,,6137,16469
-,,,,,,,6138,16292
-,,,,,,,6139,15949
-,,,,,,,6140,16304
-,,,,,,,6141,15880
-,,,,,,,6142,14687
-,,,,,,,6143,13166
-,,,,,,,6144,11782
-,,,,,,,6145,10815
-,,,,,,,6146,10245
-,,,,,,,6147,9909
-,,,,,,,6148,9785
-,,,,,,,6149,9956
-,,,,,,,6150,10813
-,,,,,,,6151,12376
-,,,,,,,6152,13476
-,,,,,,,6153,14231
-,,,,,,,6154,14909
-,,,,,,,6155,15536
-,,,,,,,6156,16011
-,,,,,,,6157,16318
-,,,,,,,6158,16658
-,,,,,,,6159,16783
-,,,,,,,6160,16762
-,,,,,,,6161,16633
-,,,,,,,6162,16172
-,,,,,,,6163,15677
-,,,,,,,6164,15880
-,,,,,,,6165,15412
-,,,,,,,6166,14479
-,,,,,,,6167,13229
-,,,,,,,6168,11969
-,,,,,,,6169,11008
-,,,,,,,6170,10419
-,,,,,,,6171,10075
-,,,,,,,6172,9888
-,,,,,,,6173,9892
-,,,,,,,6174,10200
-,,,,,,,6175,10690
-,,,,,,,6176,11436
-,,,,,,,6177,12400
-,,,,,,,6178,13052
-,,,,,,,6179,13361
-,,,,,,,6180,13454
-,,,,,,,6181,13445
-,,,,,,,6182,13350
-,,,,,,,6183,13238
-,,,,,,,6184,13183
-,,,,,,,6185,13213
-,,,,,,,6186,13216
-,,,,,,,6187,13144
-,,,,,,,6188,13511
-,,,,,,,6189,13182
-,,,,,,,6190,12421
-,,,,,,,6191,11458
-,,,,,,,6192,10445
-,,,,,,,6193,9674
-,,,,,,,6194,9179
-,,,,,,,6195,8870
-,,,,,,,6196,8696
-,,,,,,,6197,8684
-,,,,,,,6198,8867
-,,,,,,,6199,9149
-,,,,,,,6200,9788
-,,,,,,,6201,10780
-,,,,,,,6202,11534
-,,,,,,,6203,11983
-,,,,,,,6204,12235
-,,,,,,,6205,12410
-,,,,,,,6206,12403
-,,,,,,,6207,12401
-,,,,,,,6208,12471
-,,,,,,,6209,12681
-,,,,,,,6210,13000
-,,,,,,,6211,13131
-,,,,,,,6212,13679
-,,,,,,,6213,13255
-,,,,,,,6214,12253
-,,,,,,,6215,11080
-,,,,,,,6216,10039
-,,,,,,,6217,9357
-,,,,,,,6218,8974
-,,,,,,,6219,8769
-,,,,,,,6220,8753
-,,,,,,,6221,9010
-,,,,,,,6222,9940
-,,,,,,,6223,11495
-,,,,,,,6224,12546
-,,,,,,,6225,13142
-,,,,,,,6226,13619
-,,,,,,,6227,14071
-,,,,,,,6228,14344
-,,,,,,,6229,14484
-,,,,,,,6230,14681
-,,,,,,,6231,14736
-,,,,,,,6232,14751
-,,,,,,,6233,14789
-,,,,,,,6234,14814
-,,,,,,,6235,14785
-,,,,,,,6236,15268
-,,,,,,,6237,14695
-,,,,,,,6238,13533
-,,,,,,,6239,12100
-,,,,,,,6240,10847
-,,,,,,,6241,10040
-,,,,,,,6242,9548
-,,,,,,,6243,9286
-,,,,,,,6244,9236
-,,,,,,,6245,9492
-,,,,,,,6246,10455
-,,,,,,,6247,12169
-,,,,,,,6248,13333
-,,,,,,,6249,13984
-,,,,,,,6250,14473
-,,,,,,,6251,14918
-,,,,,,,6252,15159
-,,,,,,,6253,15245
-,,,,,,,6254,15388
-,,,,,,,6255,15341
-,,,,,,,6256,15316
-,,,,,,,6257,15494
-,,,,,,,6258,15751
-,,,,,,,6259,15942
-,,,,,,,6260,16100
-,,,,,,,6261,15509
-,,,,,,,6262,14391
-,,,,,,,6263,12991
-,,,,,,,6264,11788
-,,,,,,,6265,10950
-,,,,,,,6266,10450
-,,,,,,,6267,10147
-,,,,,,,6268,10022
-,,,,,,,6269,10161
-,,,,,,,6270,10985
-,,,,,,,6271,12595
-,,,,,,,6272,13599
-,,,,,,,6273,13959
-,,,,,,,6274,14208
-,,,,,,,6275,14464
-,,,,,,,6276,14632
-,,,,,,,6277,14673
-,,,,,,,6278,14774
-,,,,,,,6279,14710
-,,,,,,,6280,14629
-,,,,,,,6281,14608
-,,,,,,,6282,14489
-,,,,,,,6283,14382
-,,,,,,,6284,14873
-,,,,,,,6285,14359
-,,,,,,,6286,13258
-,,,,,,,6287,11818
-,,,,,,,6288,10588
-,,,,,,,6289,9743
-,,,,,,,6290,9282
-,,,,,,,6291,9031
-,,,,,,,6292,8957
-,,,,,,,6293,9191
-,,,,,,,6294,10100
-,,,,,,,6295,11763
-,,,,,,,6296,12742
-,,,,,,,6297,13181
-,,,,,,,6298,13504
-,,,,,,,6299,13828
-,,,,,,,6300,13975
-,,,,,,,6301,13975
-,,,,,,,6302,14073
-,,,,,,,6303,14006
-,,,,,,,6304,13898
-,,,,,,,6305,13876
-,,,,,,,6306,13870
-,,,,,,,6307,13964
-,,,,,,,6308,14527
-,,,,,,,6309,14075
-,,,,,,,6310,13047
-,,,,,,,6311,11686
-,,,,,,,6312,10455
-,,,,,,,6313,9646
-,,,,,,,6314,9202
-,,,,,,,6315,8966
-,,,,,,,6316,8904
-,,,,,,,6317,9129
-,,,,,,,6318,10015
-,,,,,,,6319,11717
-,,,,,,,6320,12743
-,,,,,,,6321,13212
-,,,,,,,6322,13536
-,,,,,,,6323,13800
-,,,,,,,6324,13884
-,,,,,,,6325,13906
-,,,,,,,6326,13931
-,,,,,,,6327,13867
-,,,,,,,6328,13783
-,,,,,,,6329,13742
-,,,,,,,6330,13642
-,,,,,,,6331,13670
-,,,,,,,6332,14078
-,,,,,,,6333,13628
-,,,,,,,6334,12761
-,,,,,,,6335,11649
-,,,,,,,6336,10515
-,,,,,,,6337,9693
-,,,,,,,6338,9202
-,,,,,,,6339,8922
-,,,,,,,6340,8823
-,,,,,,,6341,8850
-,,,,,,,6342,9165
-,,,,,,,6343,9767
-,,,,,,,6344,10549
-,,,,,,,6345,11545
-,,,,,,,6346,12236
-,,,,,,,6347,12592
-,,,,,,,6348,12695
-,,,,,,,6349,12692
-,,,,,,,6350,12600
-,,,,,,,6351,12560
-,,,,,,,6352,12557
-,,,,,,,6353,12680
-,,,,,,,6354,12863
-,,,,,,,6355,13168
-,,,,,,,6356,13586
-,,,,,,,6357,13195
-,,,,,,,6358,12536
-,,,,,,,6359,11617
-,,,,,,,6360,10626
-,,,,,,,6361,9932
-,,,,,,,6362,9407
-,,,,,,,6363,9104
-,,,,,,,6364,8951
-,,,,,,,6365,8908
-,,,,,,,6366,9086
-,,,,,,,6367,9405
-,,,,,,,6368,9954
-,,,,,,,6369,10887
-,,,,,,,6370,11615
-,,,,,,,6371,12038
-,,,,,,,6372,12258
-,,,,,,,6373,12342
-,,,,,,,6374,12293
-,,,,,,,6375,12262
-,,,,,,,6376,12305
-,,,,,,,6377,12487
-,,,,,,,6378,12805
-,,,,,,,6379,13104
-,,,,,,,6380,13648
-,,,,,,,6381,13129
-,,,,,,,6382,12123
-,,,,,,,6383,11027
-,,,,,,,6384,9979
-,,,,,,,6385,9216
-,,,,,,,6386,8778
-,,,,,,,6387,8570
-,,,,,,,6388,8545
-,,,,,,,6389,8807
-,,,,,,,6390,9768
-,,,,,,,6391,11511
-,,,,,,,6392,12580
-,,,,,,,6393,13062
-,,,,,,,6394,13411
-,,,,,,,6395,13705
-,,,,,,,6396,13871
-,,,,,,,6397,13896
-,,,,,,,6398,13948
-,,,,,,,6399,13840
-,,,,,,,6400,13733
-,,,,,,,6401,13743
-,,,,,,,6402,13881
-,,,,,,,6403,14145
-,,,,,,,6404,14632
-,,,,,,,6405,13992
-,,,,,,,6406,12868
-,,,,,,,6407,11487
-,,,,,,,6408,10287
-,,,,,,,6409,9509
-,,,,,,,6410,9096
-,,,,,,,6411,8870
-,,,,,,,6412,8834
-,,,,,,,6413,9077
-,,,,,,,6414,10030
-,,,,,,,6415,11810
-,,,,,,,6416,12830
-,,,,,,,6417,13201
-,,,,,,,6418,13470
-,,,,,,,6419,13771
-,,,,,,,6420,13896
-,,,,,,,6421,13922
-,,,,,,,6422,14006
-,,,,,,,6423,13967
-,,,,,,,6424,13915
-,,,,,,,6425,13984
-,,,,,,,6426,14045
-,,,,,,,6427,14307
-,,,,,,,6428,14764
-,,,,,,,6429,14133
-,,,,,,,6430,13077
-,,,,,,,6431,11697
-,,,,,,,6432,10521
-,,,,,,,6433,9727
-,,,,,,,6434,9300
-,,,,,,,6435,9086
-,,,,,,,6436,9036
-,,,,,,,6437,9314
-,,,,,,,6438,10249
-,,,,,,,6439,11985
-,,,,,,,6440,13083
-,,,,,,,6441,13667
-,,,,,,,6442,14115
-,,,,,,,6443,14512
-,,,,,,,6444,14682
-,,,,,,,6445,14713
-,,,,,,,6446,14760
-,,,,,,,6447,14669
-,,,,,,,6448,14530
-,,,,,,,6449,14618
-,,,,,,,6450,14853
-,,,,,,,6451,15171
-,,,,,,,6452,15320
-,,,,,,,6453,14686
-,,,,,,,6454,13622
-,,,,,,,6455,12244
-,,,,,,,6456,11012
-,,,,,,,6457,10176
-,,,,,,,6458,9709
-,,,,,,,6459,9418
-,,,,,,,6460,9335
-,,,,,,,6461,9549
-,,,,,,,6462,10528
-,,,,,,,6463,12307
-,,,,,,,6464,13315
-,,,,,,,6465,13758
-,,,,,,,6466,14057
-,,,,,,,6467,14315
-,,,,,,,6468,14449
-,,,,,,,6469,14461
-,,,,,,,6470,14493
-,,,,,,,6471,14404
-,,,,,,,6472,14299
-,,,,,,,6473,14258
-,,,,,,,6474,14190
-,,,,,,,6475,14423
-,,,,,,,6476,14823
-,,,,,,,6477,14230
-,,,,,,,6478,13179
-,,,,,,,6479,11835
-,,,,,,,6480,10602
-,,,,,,,6481,9769
-,,,,,,,6482,9286
-,,,,,,,6483,9026
-,,,,,,,6484,8963
-,,,,,,,6485,9185
-,,,,,,,6486,10056
-,,,,,,,6487,11826
-,,,,,,,6488,12955
-,,,,,,,6489,13484
-,,,,,,,6490,13794
-,,,,,,,6491,14032
-,,,,,,,6492,14139
-,,,,,,,6493,14112
-,,,,,,,6494,14113
-,,,,,,,6495,13970
-,,,,,,,6496,13894
-,,,,,,,6497,13951
-,,,,,,,6498,14087
-,,,,,,,6499,14304
-,,,,,,,6500,14239
-,,,,,,,6501,13622
-,,,,,,,6502,12795
-,,,,,,,6503,11730
-,,,,,,,6504,10625
-,,,,,,,6505,9774
-,,,,,,,6506,9274
-,,,,,,,6507,8984
-,,,,,,,6508,8846
-,,,,,,,6509,8873
-,,,,,,,6510,9220
-,,,,,,,6511,9875
-,,,,,,,6512,10704
-,,,,,,,6513,11689
-,,,,,,,6514,12383
-,,,,,,,6515,12735
-,,,,,,,6516,12801
-,,,,,,,6517,12718
-,,,,,,,6518,12514
-,,,,,,,6519,12350
-,,,,,,,6520,12255
-,,,,,,,6521,12370
-,,,,,,,6522,12651
-,,,,,,,6523,13069
-,,,,,,,6524,13182
-,,,,,,,6525,12741
-,,,,,,,6526,12076
-,,,,,,,6527,11189
-,,,,,,,6528,10215
-,,,,,,,6529,9456
-,,,,,,,6530,8972
-,,,,,,,6531,8696
-,,,,,,,6532,8553
-,,,,,,,6533,8555
-,,,,,,,6534,8764
-,,,,,,,6535,9219
-,,,,,,,6536,9839
-,,,,,,,6537,10823
-,,,,,,,6538,11684
-,,,,,,,6539,12225
-,,,,,,,6540,12523
-,,,,,,,6541,12656
-,,,,,,,6542,12528
-,,,,,,,6543,12438
-,,,,,,,6544,12361
-,,,,,,,6545,12536
-,,,,,,,6546,12804
-,,,,,,,6547,13323
-,,,,,,,6548,13634
-,,,,,,,6549,13090
-,,,,,,,6550,12106
-,,,,,,,6551,10995
-,,,,,,,6552,9958
-,,,,,,,6553,9218
-,,,,,,,6554,8816
-,,,,,,,6555,8647
-,,,,,,,6556,8615
-,,,,,,,6557,8903
-,,,,,,,6558,9903
-,,,,,,,6559,11715
-,,,,,,,6560,12750
-,,,,,,,6561,13170
-,,,,,,,6562,13483
-,,,,,,,6563,13767
-,,,,,,,6564,13893
-,,,,,,,6565,13905
-,,,,,,,6566,13913
-,,,,,,,6567,13823
-,,,,,,,6568,13737
-,,,,,,,6569,13779
-,,,,,,,6570,14009
-,,,,,,,6571,14533
-,,,,,,,6572,14814
-,,,,,,,6573,14172
-,,,,,,,6574,13059
-,,,,,,,6575,11677
-,,,,,,,6576,10434
-,,,,,,,6577,9607
-,,,,,,,6578,9166
-,,,,,,,6579,8947
-,,,,,,,6580,8903
-,,,,,,,6581,9160
-,,,,,,,6582,10075
-,,,,,,,6583,11905
-,,,,,,,6584,12921
-,,,,,,,6585,13353
-,,,,,,,6586,13673
-,,,,,,,6587,13997
-,,,,,,,6588,14192
-,,,,,,,6589,14216
-,,,,,,,6590,14262
-,,,,,,,6591,14156
-,,,,,,,6592,14080
-,,,,,,,6593,14169
-,,,,,,,6594,14475
-,,,,,,,6595,14949
-,,,,,,,6596,14964
-,,,,,,,6597,14297
-,,,,,,,6598,13244
-,,,,,,,6599,11874
-,,,,,,,6600,10660
-,,,,,,,6601,9831
-,,,,,,,6602,9392
-,,,,,,,6603,9190
-,,,,,,,6604,9153
-,,,,,,,6605,9399
-,,,,,,,6606,10340
-,,,,,,,6607,12200
-,,,,,,,6608,13384
-,,,,,,,6609,13805
-,,,,,,,6610,14140
-,,,,,,,6611,14436
-,,,,,,,6612,14572
-,,,,,,,6613,14540
-,,,,,,,6614,14566
-,,,,,,,6615,14473
-,,,,,,,6616,14413
-,,,,,,,6617,14507
-,,,,,,,6618,14801
-,,,,,,,6619,15270
-,,,,,,,6620,15249
-,,,,,,,6621,14676
-,,,,,,,6622,13565
-,,,,,,,6623,12274
-,,,,,,,6624,11037
-,,,,,,,6625,10122
-,,,,,,,6626,9626
-,,,,,,,6627,9379
-,,,,,,,6628,9314
-,,,,,,,6629,9537
-,,,,,,,6630,10472
-,,,,,,,6631,12357
-,,,,,,,6632,13557
-,,,,,,,6633,14017
-,,,,,,,6634,14348
-,,,,,,,6635,14623
-,,,,,,,6636,14748
-,,,,,,,6637,14711
-,,,,,,,6638,14685
-,,,,,,,6639,14532
-,,,,,,,6640,14423
-,,,,,,,6641,14506
-,,,,,,,6642,14783
-,,,,,,,6643,15227
-,,,,,,,6644,15171
-,,,,,,,6645,14568
-,,,,,,,6646,13562
-,,,,,,,6647,12247
-,,,,,,,6648,10974
-,,,,,,,6649,10112
-,,,,,,,6650,9617
-,,,,,,,6651,9335
-,,,,,,,6652,9261
-,,,,,,,6653,9477
-,,,,,,,6654,10320
-,,,,,,,6655,12051
-,,,,,,,6656,13116
-,,,,,,,6657,13617
-,,,,,,,6658,14065
-,,,,,,,6659,14476
-,,,,,,,6660,14693
-,,,,,,,6661,14733
-,,,,,,,6662,14794
-,,,,,,,6663,14733
-,,,,,,,6664,14637
-,,,,,,,6665,14524
-,,,,,,,6666,14340
-,,,,,,,6667,14648
-,,,,,,,6668,14769
-,,,,,,,6669,14176
-,,,,,,,6670,13332
-,,,,,,,6671,12229
-,,,,,,,6672,11080
-,,,,,,,6673,10188
-,,,,,,,6674,9613
-,,,,,,,6675,9285
-,,,,,,,6676,9138
-,,,,,,,6677,9144
-,,,,,,,6678,9431
-,,,,,,,6679,10066
-,,,,,,,6680,10794
-,,,,,,,6681,11815
-,,,,,,,6682,12561
-,,,,,,,6683,12975
-,,,,,,,6684,13182
-,,,,,,,6685,13199
-,,,,,,,6686,13099
-,,,,,,,6687,13009
-,,,,,,,6688,12959
-,,,,,,,6689,13071
-,,,,,,,6690,13321
-,,,,,,,6691,13585
-,,,,,,,6692,13446
-,,,,,,,6693,12887
-,,,,,,,6694,12192
-,,,,,,,6695,11233
-,,,,,,,6696,10250
-,,,,,,,6697,9465
-,,,,,,,6698,8974
-,,,,,,,6699,8694
-,,,,,,,6700,8570
-,,,,,,,6701,8572
-,,,,,,,6702,8755
-,,,,,,,6703,9171
-,,,,,,,6704,9748
-,,,,,,,6705,10681
-,,,,,,,6706,11347
-,,,,,,,6707,11709
-,,,,,,,6708,11892
-,,,,,,,6709,12019
-,,,,,,,6710,12012
-,,,,,,,6711,12015
-,,,,,,,6712,12069
-,,,,,,,6713,12291
-,,,,,,,6714,12602
-,,,,,,,6715,13254
-,,,,,,,6716,13218
-,,,,,,,6717,12715
-,,,,,,,6718,11911
-,,,,,,,6719,10950
-,,,,,,,6720,10000
-,,,,,,,6721,9282
-,,,,,,,6722,8858
-,,,,,,,6723,8659
-,,,,,,,6724,8633
-,,,,,,,6725,8851
-,,,,,,,6726,9511
-,,,,,,,6727,10657
-,,,,,,,6728,11648
-,,,,,,,6729,12451
-,,,,,,,6730,12993
-,,,,,,,6731,13307
-,,,,,,,6732,13408
-,,,,,,,6733,13323
-,,,,,,,6734,13258
-,,,,,,,6735,13168
-,,,,,,,6736,13084
-,,,,,,,6737,13257
-,,,,,,,6738,13739
-,,,,,,,6739,14529
-,,,,,,,6740,14583
-,,,,,,,6741,13937
-,,,,,,,6742,12865
-,,,,,,,6743,11543
-,,,,,,,6744,10365
-,,,,,,,6745,9552
-,,,,,,,6746,9117
-,,,,,,,6747,8917
-,,,,,,,6748,8888
-,,,,,,,6749,9158
-,,,,,,,6750,10137
-,,,,,,,6751,12051
-,,,,,,,6752,13183
-,,,,,,,6753,13528
-,,,,,,,6754,13742
-,,,,,,,6755,13909
-,,,,,,,6756,13980
-,,,,,,,6757,13927
-,,,,,,,6758,13913
-,,,,,,,6759,13786
-,,,,,,,6760,13699
-,,,,,,,6761,13822
-,,,,,,,6762,14228
-,,,,,,,6763,14932
-,,,,,,,6764,14905
-,,,,,,,6765,14237
-,,,,,,,6766,13126
-,,,,,,,6767,11732
-,,,,,,,6768,10495
-,,,,,,,6769,9701
-,,,,,,,6770,9266
-,,,,,,,6771,9053
-,,,,,,,6772,9002
-,,,,,,,6773,9251
-,,,,,,,6774,10193
-,,,,,,,6775,12088
-,,,,,,,6776,13274
-,,,,,,,6777,13612
-,,,,,,,6778,13830
-,,,,,,,6779,14033
-,,,,,,,6780,14127
-,,,,,,,6781,14106
-,,,,,,,6782,14108
-,,,,,,,6783,14026
-,,,,,,,6784,13977
-,,,,,,,6785,14130
-,,,,,,,6786,14451
-,,,,,,,6787,14993
-,,,,,,,6788,14949
-,,,,,,,6789,14282
-,,,,,,,6790,13200
-,,,,,,,6791,11818
-,,,,,,,6792,10565
-,,,,,,,6793,9738
-,,,,,,,6794,9296
-,,,,,,,6795,9054
-,,,,,,,6796,9032
-,,,,,,,6797,9300
-,,,,,,,6798,10258
-,,,,,,,6799,12148
-,,,,,,,6800,13149
-,,,,,,,6801,13423
-,,,,,,,6802,13551
-,,,,,,,6803,13620
-,,,,,,,6804,13608
-,,,,,,,6805,13521
-,,,,,,,6806,13489
-,,,,,,,6807,13321
-,,,,,,,6808,13219
-,,,,,,,6809,13269
-,,,,,,,6810,13569
-,,,,,,,6811,14436
-,,,,,,,6812,14679
-,,,,,,,6813,14156
-,,,,,,,6814,13140
-,,,,,,,6815,11904
-,,,,,,,6816,10710
-,,,,,,,6817,9839
-,,,,,,,6818,9386
-,,,,,,,6819,9156
-,,,,,,,6820,9112
-,,,,,,,6821,9349
-,,,,,,,6822,10301
-,,,,,,,6823,12156
-,,,,,,,6824,13194
-,,,,,,,6825,13500
-,,,,,,,6826,13771
-,,,,,,,6827,13997
-,,,,,,,6828,14044
-,,,,,,,6829,13914
-,,,,,,,6830,13796
-,,,,,,,6831,13515
-,,,,,,,6832,13304
-,,,,,,,6833,13323
-,,,,,,,6834,13615
-,,,,,,,6835,14369
-,,,,,,,6836,14454
-,,,,,,,6837,13965
-,,,,,,,6838,13219
-,,,,,,,6839,12145
-,,,,,,,6840,11057
-,,,,,,,6841,10225
-,,,,,,,6842,9782
-,,,,,,,6843,9561
-,,,,,,,6844,9478
-,,,,,,,6845,9595
-,,,,,,,6846,10016
-,,,,,,,6847,10765
-,,,,,,,6848,11576
-,,,,,,,6849,12419
-,,,,,,,6850,12799
-,,,,,,,6851,12853
-,,,,,,,6852,12679
-,,,,,,,6853,12411
-,,,,,,,6854,12119
-,,,,,,,6855,11889
-,,,,,,,6856,11825
-,,,,,,,6857,12020
-,,,,,,,6858,12528
-,,,,,,,6859,13466
-,,,,,,,6860,13491
-,,,,,,,6861,13089
-,,,,,,,6862,12430
-,,,,,,,6863,11539
-,,,,,,,6864,10596
-,,,,,,,6865,9831
-,,,,,,,6866,9311
-,,,,,,,6867,9054
-,,,,,,,6868,8917
-,,,,,,,6869,8918
-,,,,,,,6870,9146
-,,,,,,,6871,9636
-,,,,,,,6872,10315
-,,,,,,,6873,11271
-,,,,,,,6874,12062
-,,,,,,,6875,12512
-,,,,,,,6876,12760
-,,,,,,,6877,12815
-,,,,,,,6878,12661
-,,,,,,,6879,12461
-,,,,,,,6880,12366
-,,,,,,,6881,12526
-,,,,,,,6882,12924
-,,,,,,,6883,13747
-,,,,,,,6884,13805
-,,,,,,,6885,13269
-,,,,,,,6886,12247
-,,,,,,,6887,11122
-,,,,,,,6888,10107
-,,,,,,,6889,9398
-,,,,,,,6890,9043
-,,,,,,,6891,8888
-,,,,,,,6892,8883
-,,,,,,,6893,9166
-,,,,,,,6894,10164
-,,,,,,,6895,12056
-,,,,,,,6896,13156
-,,,,,,,6897,13510
-,,,,,,,6898,13922
-,,,,,,,6899,14204
-,,,,,,,6900,14323
-,,,,,,,6901,14304
-,,,,,,,6902,14320
-,,,,,,,6903,14189
-,,,,,,,6904,14090
-,,,,,,,6905,14178
-,,,,,,,6906,14605
-,,,,,,,6907,15321
-,,,,,,,6908,15106
-,,,,,,,6909,14371
-,,,,,,,6910,13249
-,,,,,,,6911,11874
-,,,,,,,6912,10677
-,,,,,,,6913,9858
-,,,,,,,6914,9386
-,,,,,,,6915,9120
-,,,,,,,6916,9014
-,,,,,,,6917,9190
-,,,,,,,6918,10058
-,,,,,,,6919,11888
-,,,,,,,6920,13017
-,,,,,,,6921,13231
-,,,,,,,6922,13386
-,,,,,,,6923,13575
-,,,,,,,6924,13620
-,,,,,,,6925,13524
-,,,,,,,6926,13483
-,,,,,,,6927,13312
-,,,,,,,6928,13201
-,,,,,,,6929,13324
-,,,,,,,6930,13740
-,,,,,,,6931,14689
-,,,,,,,6932,14711
-,,,,,,,6933,14126
-,,,,,,,6934,13046
-,,,,,,,6935,11841
-,,,,,,,6936,10700
-,,,,,,,6937,9824
-,,,,,,,6938,9407
-,,,,,,,6939,9226
-,,,,,,,6940,9211
-,,,,,,,6941,9509
-,,,,,,,6942,10513
-,,,,,,,6943,12477
-,,,,,,,6944,13504
-,,,,,,,6945,13686
-,,,,,,,6946,13692
-,,,,,,,6947,13731
-,,,,,,,6948,13674
-,,,,,,,6949,13577
-,,,,,,,6950,13543
-,,,,,,,6951,13408
-,,,,,,,6952,13306
-,,,,,,,6953,13361
-,,,,,,,6954,13756
-,,,,,,,6955,14711
-,,,,,,,6956,14701
-,,,,,,,6957,14124
-,,,,,,,6958,13100
-,,,,,,,6959,11697
-,,,,,,,6960,10539
-,,,,,,,6961,9752
-,,,,,,,6962,9339
-,,,,,,,6963,9161
-,,,,,,,6964,9117
-,,,,,,,6965,9403
-,,,,,,,6966,10389
-,,,,,,,6967,12357
-,,,,,,,6968,13419
-,,,,,,,6969,13599
-,,,,,,,6970,13673
-,,,,,,,6971,13767
-,,,,,,,6972,13130
-,,,,,,,6973,13386
-,,,,,,,6974,13375
-,,,,,,,6975,13724
-,,,,,,,6976,12889
-,,,,,,,6977,13466
-,,,,,,,6978,13785
-,,,,,,,6979,14660
-,,,,,,,6980,14653
-,,,,,,,6981,14059
-,,,,,,,6982,13056
-,,,,,,,6983,11741
-,,,,,,,6984,10531
-,,,,,,,6985,9705
-,,,,,,,6986,9258
-,,,,,,,6987,9046
-,,,,,,,6988,8998
-,,,,,,,6989,9240
-,,,,,,,6990,10148
-,,,,,,,6991,11994
-,,,,,,,6992,13237
-,,,,,,,6993,13673
-,,,,,,,6994,13984
-,,,,,,,6995,14239
-,,,,,,,6996,14308
-,,,,,,,6997,14230
-,,,,,,,6998,14215
-,,,,,,,6999,14095
-,,,,,,,7000,14014
-,,,,,,,7001,14124
-,,,,,,,7002,14475
-,,,,,,,7003,14812
-,,,,,,,7004,14451
-,,,,,,,7005,13875
-,,,,,,,7006,13060
-,,,,,,,7007,11969
-,,,,,,,7008,10825
-,,,,,,,7009,9966
-,,,,,,,7010,9474
-,,,,,,,7011,9183
-,,,,,,,7012,9057
-,,,,,,,7013,9095
-,,,,,,,7014,9398
-,,,,,,,7015,10098
-,,,,,,,7016,10924
-,,,,,,,7017,11869
-,,,,,,,7018,12599
-,,,,,,,7019,12963
-,,,,,,,7020,13059
-,,,,,,,7021,12957
-,,,,,,,7022,12744
-,,,,,,,7023,12489
-,,,,,,,7024,12329
-,,,,,,,7025,12366
-,,,,,,,7026,12630
-,,,,,,,7027,13394
-,,,,,,,7028,13221
-,,,,,,,7029,12742
-,,,,,,,7030,12050
-,,,,,,,7031,11141
-,,,,,,,7032,10192
-,,,,,,,7033,9412
-,,,,,,,7034,8905
-,,,,,,,7035,8636
-,,,,,,,7036,8492
-,,,,,,,7037,8502
-,,,,,,,7038,8708
-,,,,,,,7039,9196
-,,,,,,,7040,9761
-,,,,,,,7041,10650
-,,,,,,,7042,11346
-,,,,,,,7043,11682
-,,,,,,,7044,11861
-,,,,,,,7045,11925
-,,,,,,,7046,11848
-,,,,,,,7047,11789
-,,,,,,,7048,11821
-,,,,,,,7049,12112
-,,,,,,,7050,12677
-,,,,,,,7051,13657
-,,,,,,,7052,13420
-,,,,,,,7053,12952
-,,,,,,,7054,11985
-,,,,,,,7055,10850
-,,,,,,,7056,9830
-,,,,,,,7057,9118
-,,,,,,,7058,8758
-,,,,,,,7059,8613
-,,,,,,,7060,8622
-,,,,,,,7061,8906
-,,,,,,,7062,9909
-,,,,,,,7063,11852
-,,,,,,,7064,12912
-,,,,,,,7065,13175
-,,,,,,,7066,13426
-,,,,,,,7067,13644
-,,,,,,,7068,13724
-,,,,,,,7069,13662
-,,,,,,,7070,13644
-,,,,,,,7071,13507
-,,,,,,,7072,13402
-,,,,,,,7073,13489
-,,,,,,,7074,13915
-,,,,,,,7075,14859
-,,,,,,,7076,14698
-,,,,,,,7077,13967
-,,,,,,,7078,12884
-,,,,,,,7079,11595
-,,,,,,,7080,10415
-,,,,,,,7081,9548
-,,,,,,,7082,9096
-,,,,,,,7083,8871
-,,,,,,,7084,8847
-,,,,,,,7085,9077
-,,,,,,,7086,10090
-,,,,,,,7087,12035
-,,,,,,,7088,13065
-,,,,,,,7089,13270
-,,,,,,,7090,13406
-,,,,,,,7091,13558
-,,,,,,,7092,13623
-,,,,,,,7093,13581
-,,,,,,,7094,13599
-,,,,,,,7095,13470
-,,,,,,,7096,13382
-,,,,,,,7097,13509
-,,,,,,,7098,14049
-,,,,,,,7099,14938
-,,,,,,,7100,14688
-,,,,,,,7101,14001
-,,,,,,,7102,12952
-,,,,,,,7103,11585
-,,,,,,,7104,10394
-,,,,,,,7105,9622
-,,,,,,,7106,9201
-,,,,,,,7107,8983
-,,,,,,,7108,8930
-,,,,,,,7109,9185
-,,,,,,,7110,10145
-,,,,,,,7111,12120
-,,,,,,,7112,13238
-,,,,,,,7113,13463
-,,,,,,,7114,13617
-,,,,,,,7115,13726
-,,,,,,,7116,13737
-,,,,,,,7117,13688
-,,,,,,,7118,13661
-,,,,,,,7119,13513
-,,,,,,,7120,13411
-,,,,,,,7121,13562
-,,,,,,,7122,14139
-,,,,,,,7123,14918
-,,,,,,,7124,14689
-,,,,,,,7125,14047
-,,,,,,,7126,13044
-,,,,,,,7127,11652
-,,,,,,,7128,10476
-,,,,,,,7129,9677
-,,,,,,,7130,9258
-,,,,,,,7131,9057
-,,,,,,,7132,9032
-,,,,,,,7133,9282
-,,,,,,,7134,10273
-,,,,,,,7135,12228
-,,,,,,,7136,13265
-,,,,,,,7137,13411
-,,,,,,,7138,13550
-,,,,,,,7139,13675
-,,,,,,,7140,13688
-,,,,,,,7141,13599
-,,,,,,,7142,13566
-,,,,,,,7143,13409
-,,,,,,,7144,13295
-,,,,,,,7145,13382
-,,,,,,,7146,13866
-,,,,,,,7147,14766
-,,,,,,,7148,14612
-,,,,,,,7149,14030
-,,,,,,,7150,13052
-,,,,,,,7151,11728
-,,,,,,,7152,10524
-,,,,,,,7153,9719
-,,,,,,,7154,9261
-,,,,,,,7155,9045
-,,,,,,,7156,9012
-,,,,,,,7157,9246
-,,,,,,,7158,10192
-,,,,,,,7159,12059
-,,,,,,,7160,13140
-,,,,,,,7161,13386
-,,,,,,,7162,13602
-,,,,,,,7163,13758
-,,,,,,,7164,13770
-,,,,,,,7165,13661
-,,,,,,,7166,13583
-,,,,,,,7167,13428
-,,,,,,,7168,13287
-,,,,,,,7169,13271
-,,,,,,,7170,13601
-,,,,,,,7171,14262
-,,,,,,,7172,13951
-,,,,,,,7173,13400
-,,,,,,,7174,12604
-,,,,,,,7175,11533
-,,,,,,,7176,10431
-,,,,,,,7177,9610
-,,,,,,,7178,9125
-,,,,,,,7179,8857
-,,,,,,,7180,8729
-,,,,,,,7181,8783
-,,,,,,,7182,9146
-,,,,,,,7183,9900
-,,,,,,,7184,10707
-,,,,,,,7185,11607
-,,,,,,,7186,12219
-,,,,,,,7187,12494
-,,,,,,,7188,12498
-,,,,,,,7189,12412
-,,,,,,,7190,12240
-,,,,,,,7191,12051
-,,,,,,,7192,11963
-,,,,,,,7193,12089
-,,,,,,,7194,12680
-,,,,,,,7195,13478
-,,,,,,,7196,13183
-,,,,,,,7197,12691
-,,,,,,,7198,12008
-,,,,,,,7199,11146
-,,,,,,,7200,10216
-,,,,,,,7201,9476
-,,,,,,,7202,8988
-,,,,,,,7203,8693
-,,,,,,,7204,8553
-,,,,,,,7205,8550
-,,,,,,,7206,8769
-,,,,,,,7207,9286
-,,,,,,,7208,10003
-,,,,,,,7209,10945
-,,,,,,,7210,11782
-,,,,,,,7211,12266
-,,,,,,,7212,12557
-,,,,,,,7213,12734
-,,,,,,,7214,12708
-,,,,,,,7215,12664
-,,,,,,,7216,12686
-,,,,,,,7217,13030
-,,,,,,,7218,13778
-,,,,,,,7219,14403
-,,,,,,,7220,14081
-,,,,,,,7221,13416
-,,,,,,,7222,12503
-,,,,,,,7223,11455
-,,,,,,,7224,10441
-,,,,,,,7225,9598
-,,,,,,,7226,9114
-,,,,,,,7227,8861
-,,,,,,,7228,8801
-,,,,,,,7229,9013
-,,,,,,,7230,9818
-,,,,,,,7231,11194
-,,,,,,,7232,12307
-,,,,,,,7233,13104
-,,,,,,,7234,13779
-,,,,,,,7235,14160
-,,,,,,,7236,14258
-,,,,,,,7237,14078
-,,,,,,,7238,13784
-,,,,,,,7239,13181
-,,,,,,,7240,12554
-,,,,,,,7241,12238
-,,,,,,,7242,12269
-,,,,,,,7243,11921
-,,,,,,,7244,11075
-,,,,,,,7245,10344
-,,,,,,,7246,9649
-,,,,,,,7247,8877
-,,,,,,,7248,8169
-,,,,,,,7249,7673
-,,,,,,,7250,7404
-,,,,,,,7251,7258
-,,,,,,,7252,7249
-,,,,,,,7253,7459
-,,,,,,,7254,8094
-,,,,,,,7255,9283
-,,,,,,,7256,10300
-,,,,,,,7257,10938
-,,,,,,,7258,11441
-,,,,,,,7259,11849
-,,,,,,,7260,12056
-,,,,,,,7261,12168
-,,,,,,,7262,12204
-,,,,,,,7263,12108
-,,,,,,,7264,12117
-,,,,,,,7265,12380
-,,,,,,,7266,13062
-,,,,,,,7267,13488
-,,,,,,,7268,13131
-,,,,,,,7269,12562
-,,,,,,,7270,11595
-,,,,,,,7271,10531
-,,,,,,,7272,9565
-,,,,,,,7273,8921
-,,,,,,,7274,8555
-,,,,,,,7275,8355
-,,,,,,,7276,8316
-,,,,,,,7277,8534
-,,,,,,,7278,9374
-,,,,,,,7279,11041
-,,,,,,,7280,12131
-,,,,,,,7281,12400
-,,,,,,,7282,12655
-,,,,,,,7283,12868
-,,,,,,,7284,12947
-,,,,,,,7285,12905
-,,,,,,,7286,12880
-,,,,,,,7287,12773
-,,,,,,,7288,12724
-,,,,,,,7289,12876
-,,,,,,,7290,13237
-,,,,,,,7291,13491
-,,,,,,,7292,13213
-,,,,,,,7293,12888
-,,,,,,,7294,12147
-,,,,,,,7295,11026
-,,,,,,,7296,9979
-,,,,,,,7297,9294
-,,,,,,,7298,8930
-,,,,,,,7299,8731
-,,,,,,,7300,8688
-,,,,,,,7301,8940
-,,,,,,,7302,9842
-,,,,,,,7303,11601
-,,,,,,,7304,12680
-,,,,,,,7305,12865
-,,,,,,,7306,13025
-,,,,,,,7307,13141
-,,,,,,,7308,13135
-,,,,,,,7309,13056
-,,,,,,,7310,13013
-,,,,,,,7311,12891
-,,,,,,,7312,12850
-,,,,,,,7313,13079
-,,,,,,,7314,13818
-,,,,,,,7315,14454
-,,,,,,,7316,14214
-,,,,,,,7317,13643
-,,,,,,,7318,12713
-,,,,,,,7319,11475
-,,,,,,,7320,10370
-,,,,,,,7321,9599
-,,,,,,,7322,9174
-,,,,,,,7323,8941
-,,,,,,,7324,8894
-,,,,,,,7325,9132
-,,,,,,,7326,10042
-,,,,,,,7327,11819
-,,,,,,,7328,12973
-,,,,,,,7329,13193
-,,,,,,,7330,13342
-,,,,,,,7331,13449
-,,,,,,,7332,13344
-,,,,,,,7333,13230
-,,,,,,,7334,13212
-,,,,,,,7335,13081
-,,,,,,,7336,13006
-,,,,,,,7337,13219
-,,,,,,,7338,13827
-,,,,,,,7339,14309
-,,,,,,,7340,13967
-,,,,,,,7341,13445
-,,,,,,,7342,12703
-,,,,,,,7343,11695
-,,,,,,,7344,10651
-,,,,,,,7345,9858
-,,,,,,,7346,9370
-,,,,,,,7347,9134
-,,,,,,,7348,9024
-,,,,,,,7349,9097
-,,,,,,,7350,9451
-,,,,,,,7351,10192
-,,,,,,,7352,10992
-,,,,,,,7353,11773
-,,,,,,,7354,12321
-,,,,,,,7355,12502
-,,,,,,,7356,12438
-,,,,,,,7357,12277
-,,,,,,,7358,12059
-,,,,,,,7359,11890
-,,,,,,,7360,11824
-,,,,,,,7361,12110
-,,,,,,,7362,12895
-,,,,,,,7363,13604
-,,,,,,,7364,13317
-,,,,,,,7365,12908
-,,,,,,,7366,12308
-,,,,,,,7367,11502
-,,,,,,,7368,10655
-,,,,,,,7369,9880
-,,,,,,,7370,9252
-,,,,,,,7371,8978
-,,,,,,,7372,8963
-,,,,,,,7373,9120
-,,,,,,,7374,9509
-,,,,,,,7375,10059
-,,,,,,,7376,10863
-,,,,,,,7377,11662
-,,,,,,,7378,12053
-,,,,,,,7379,12100
-,,,,,,,7380,12059
-,,,,,,,7381,11984
-,,,,,,,7382,11895
-,,,,,,,7383,11862
-,,,,,,,7384,12074
-,,,,,,,7385,13202
-,,,,,,,7386,14215
-,,,,,,,7387,14247
-,,,,,,,7388,13811
-,,,,,,,7389,13347
-,,,,,,,7390,12164
-,,,,,,,7391,11027
-,,,,,,,7392,10070
-,,,,,,,7393,9643
-,,,,,,,7394,9357
-,,,,,,,7395,9250
-,,,,,,,7396,9313
-,,,,,,,7397,9708
-,,,,,,,7398,10869
-,,,,,,,7399,12786
-,,,,,,,7400,13815
-,,,,,,,7401,14064
-,,,,,,,7402,14182
-,,,,,,,7403,14213
-,,,,,,,7404,14162
-,,,,,,,7405,14041
-,,,,,,,7406,13942
-,,,,,,,7407,13706
-,,,,,,,7408,13817
-,,,,,,,7409,14831
-,,,,,,,7410,16058
-,,,,,,,7411,15980
-,,,,,,,7412,15541
-,,,,,,,7413,14872
-,,,,,,,7414,13830
-,,,,,,,7415,12569
-,,,,,,,7416,11428
-,,,,,,,7417,10734
-,,,,,,,7418,10394
-,,,,,,,7419,10277
-,,,,,,,7420,10324
-,,,,,,,7421,10692
-,,,,,,,7422,11833
-,,,,,,,7423,13457
-,,,,,,,7424,14263
-,,,,,,,7425,14408
-,,,,,,,7426,14388
-,,,,,,,7427,14342
-,,,,,,,7428,14254
-,,,,,,,7429,14088
-,,,,,,,7430,13973
-,,,,,,,7431,13852
-,,,,,,,7432,13894
-,,,,,,,7433,14750
-,,,,,,,7434,16089
-,,,,,,,7435,16106
-,,,,,,,7436,15789
-,,,,,,,7437,15154
-,,,,,,,7438,14163
-,,,,,,,7439,12922
-,,,,,,,7440,11854
-,,,,,,,7441,11298
-,,,,,,,7442,10841
-,,,,,,,7443,10539
-,,,,,,,7444,10460
-,,,,,,,7445,10867
-,,,,,,,7446,11869
-,,,,,,,7447,13687
-,,,,,,,7448,14544
-,,,,,,,7449,14878
-,,,,,,,7450,15071
-,,,,,,,7451,15215
-,,,,,,,7452,15333
-,,,,,,,7453,15331
-,,,,,,,7454,15393
-,,,,,,,7455,15447
-,,,,,,,7456,15762
-,,,,,,,7457,16508
-,,,,,,,7458,17259
-,,,,,,,7459,17206
-,,,,,,,7460,16537
-,,,,,,,7461,15923
-,,,,,,,7462,14658
-,,,,,,,7463,13225
-,,,,,,,7464,12051
-,,,,,,,7465,11220
-,,,,,,,7466,10828
-,,,,,,,7467,10627
-,,,,,,,7468,10629
-,,,,,,,7469,10944
-,,,,,,,7470,11968
-,,,,,,,7471,13617
-,,,,,,,7472,14616
-,,,,,,,7473,15053
-,,,,,,,7474,15186
-,,,,,,,7475,15319
-,,,,,,,7476,15345
-,,,,,,,7477,15213
-,,,,,,,7478,15168
-,,,,,,,7479,15037
-,,,,,,,7480,15135
-,,,,,,,7481,15940
-,,,,,,,7482,16628
-,,,,,,,7483,16406
-,,,,,,,7484,15972
-,,,,,,,7485,15294
-,,,,,,,7486,14161
-,,,,,,,7487,12813
-,,,,,,,7488,11590
-,,,,,,,7489,10858
-,,,,,,,7490,10449
-,,,,,,,7491,10228
-,,,,,,,7492,10214
-,,,,,,,7493,10539
-,,,,,,,7494,11576
-,,,,,,,7495,13267
-,,,,,,,7496,14096
-,,,,,,,7497,14242
-,,,,,,,7498,14226
-,,,,,,,7499,14202
-,,,,,,,7500,14074
-,,,,,,,7501,13826
-,,,,,,,7502,13695
-,,,,,,,7503,13542
-,,,,,,,7504,13538
-,,,,,,,7505,14296
-,,,,,,,7506,15291
-,,,,,,,7507,15089
-,,,,,,,7508,14610
-,,,,,,,7509,14056
-,,,,,,,7510,13260
-,,,,,,,7511,12228
-,,,,,,,7512,11195
-,,,,,,,7513,10396
-,,,,,,,7514,9974
-,,,,,,,7515,9731
-,,,,,,,7516,9645
-,,,,,,,7517,9772
-,,,,,,,7518,10192
-,,,,,,,7519,10851
-,,,,,,,7520,11633
-,,,,,,,7521,12408
-,,,,,,,7522,12766
-,,,,,,,7523,12791
-,,,,,,,7524,12640
-,,,,,,,7525,12410
-,,,,,,,7526,12169
-,,,,,,,7527,12028
-,,,,,,,7528,12125
-,,,,,,,7529,13080
-,,,,,,,7530,14130
-,,,,,,,7531,13942
-,,,,,,,7532,13534
-,,,,,,,7533,13071
-,,,,,,,7534,12424
-,,,,,,,7535,11586
-,,,,,,,7536,10693
-,,,,,,,7537,10014
-,,,,,,,7538,9568
-,,,,,,,7539,9319
-,,,,,,,7540,9209
-,,,,,,,7541,9266
-,,,,,,,7542,9518
-,,,,,,,7543,9966
-,,,,,,,7544,10629
-,,,,,,,7545,11487
-,,,,,,,7546,11985
-,,,,,,,7547,12169
-,,,,,,,7548,12218
-,,,,,,,7549,12194
-,,,,,,,7550,12033
-,,,,,,,7551,11893
-,,,,,,,7552,11942
-,,,,,,,7553,12926
-,,,,,,,7554,14071
-,,,,,,,7555,13893
-,,,,,,,7556,13430
-,,,,,,,7557,12850
-,,,,,,,7558,12019
-,,,,,,,7559,11045
-,,,,,,,7560,10138
-,,,,,,,7561,9502
-,,,,,,,7562,9143
-,,,,,,,7563,8972
-,,,,,,,7564,8979
-,,,,,,,7565,9258
-,,,,,,,7566,10109
-,,,,,,,7567,11389
-,,,,,,,7568,12398
-,,,,,,,7569,13059
-,,,,,,,7570,13433
-,,,,,,,7571,13654
-,,,,,,,7572,13705
-,,,,,,,7573,13642
-,,,,,,,7574,13579
-,,,,,,,7575,13477
-,,,,,,,7576,13490
-,,,,,,,7577,14452
-,,,,,,,7578,15467
-,,,,,,,7579,15217
-,,,,,,,7580,14677
-,,,,,,,7581,13942
-,,,,,,,7582,12848
-,,,,,,,7583,11555
-,,,,,,,7584,10466
-,,,,,,,7585,9704
-,,,,,,,7586,9277
-,,,,,,,7587,9052
-,,,,,,,7588,9033
-,,,,,,,7589,9304
-,,,,,,,7590,10311
-,,,,,,,7591,12109
-,,,,,,,7592,13178
-,,,,,,,7593,13475
-,,,,,,,7594,13692
-,,,,,,,7595,13906
-,,,,,,,7596,13980
-,,,,,,,7597,13956
-,,,,,,,7598,13965
-,,,,,,,7599,13896
-,,,,,,,7600,14036
-,,,,,,,7601,14858
-,,,,,,,7602,15754
-,,,,,,,7603,15614
-,,,,,,,7604,15185
-,,,,,,,7605,14544
-,,,,,,,7606,13549
-,,,,,,,7607,12242
-,,,,,,,7608,11104
-,,,,,,,7609,10378
-,,,,,,,7610,9988
-,,,,,,,7611,9825
-,,,,,,,7612,9844
-,,,,,,,7613,10198
-,,,,,,,7614,11313
-,,,,,,,7615,13196
-,,,,,,,7616,14099
-,,,,,,,7617,14204
-,,,,,,,7618,14156
-,,,,,,,7619,14122
-,,,,,,,7620,14006
-,,,,,,,7621,13845
-,,,,,,,7622,13736
-,,,,,,,7623,13662
-,,,,,,,7624,13809
-,,,,,,,7625,14797
-,,,,,,,7626,16003
-,,,,,,,7627,15949
-,,,,,,,7628,15583
-,,,,,,,7629,15015
-,,,,,,,7630,14027
-,,,,,,,7631,12748
-,,,,,,,7632,11581
-,,,,,,,7633,10812
-,,,,,,,7634,10427
-,,,,,,,7635,10250
-,,,,,,,7636,10295
-,,,,,,,7637,10632
-,,,,,,,7638,11684
-,,,,,,,7639,13548
-,,,,,,,7640,14485
-,,,,,,,7641,14633
-,,,,,,,7642,14643
-,,,,,,,7643,14606
-,,,,,,,7644,14465
-,,,,,,,7645,14269
-,,,,,,,7646,14200
-,,,,,,,7647,14084
-,,,,,,,7648,14254
-,,,,,,,7649,15297
-,,,,,,,7650,16224
-,,,,,,,7651,16132
-,,,,,,,7652,15753
-,,,,,,,7653,15149
-,,,,,,,7654,14134
-,,,,,,,7655,12844
-,,,,,,,7656,11655
-,,,,,,,7657,10904
-,,,,,,,7658,10506
-,,,,,,,7659,10298
-,,,,,,,7660,10315
-,,,,,,,7661,10625
-,,,,,,,7662,11658
-,,,,,,,7663,13437
-,,,,,,,7664,14358
-,,,,,,,7665,14532
-,,,,,,,7666,14488
-,,,,,,,7667,14429
-,,,,,,,7668,14251
-,,,,,,,7669,14064
-,,,,,,,7670,13992
-,,,,,,,7671,13878
-,,,,,,,7672,13935
-,,,,,,,7673,14848
-,,,,,,,7674,15660
-,,,,,,,7675,15447
-,,,,,,,7676,15002
-,,,,,,,7677,14500
-,,,,,,,7678,13739
-,,,,,,,7679,12750
-,,,,,,,7680,11696
-,,,,,,,7681,10884
-,,,,,,,7682,10432
-,,,,,,,7683,10224
-,,,,,,,7684,10170
-,,,,,,,7685,10283
-,,,,,,,7686,10728
-,,,,,,,7687,11443
-,,,,,,,7688,12212
-,,,,,,,7689,12906
-,,,,,,,7690,13240
-,,,,,,,7691,13222
-,,,,,,,7692,13055
-,,,,,,,7693,12797
-,,,,,,,7694,12529
-,,,,,,,7695,12358
-,,,,,,,7696,12505
-,,,,,,,7697,13550
-,,,,,,,7698,14602
-,,,,,,,7699,14451
-,,,,,,,7700,14059
-,,,,,,,7701,13638
-,,,,,,,7702,13017
-,,,,,,,7703,12241
-,,,,,,,7704,11372
-,,,,,,,7705,10676
-,,,,,,,7706,10273
-,,,,,,,7707,10078
-,,,,,,,7708,10009
-,,,,,,,7709,10097
-,,,,,,,7710,10427
-,,,,,,,7711,10955
-,,,,,,,7712,11598
-,,,,,,,7713,12329
-,,,,,,,7714,12711
-,,,,,,,7715,12804
-,,,,,,,7716,12791
-,,,,,,,7717,12686
-,,,,,,,7718,12548
-,,,,,,,7719,12486
-,,,,,,,7720,12777
-,,,,,,,7721,14017
-,,,,,,,7722,15116
-,,,,,,,7723,15049
-,,,,,,,7724,14652
-,,,,,,,7725,14130
-,,,,,,,7726,13209
-,,,,,,,7727,12128
-,,,,,,,7728,11163
-,,,,,,,7729,10531
-,,,,,,,7730,10216
-,,,,,,,7731,10112
-,,,,,,,7732,10175
-,,,,,,,7733,10560
-,,,,,,,7734,11666
-,,,,,,,7735,13575
-,,,,,,,7736,14544
-,,,,,,,7737,14698
-,,,,,,,7738,14632
-,,,,,,,7739,14562
-,,,,,,,7740,14419
-,,,,,,,7741,14190
-,,,,,,,7742,14064
-,,,,,,,7743,13915
-,,,,,,,7744,14020
-,,,,,,,7745,15079
-,,,,,,,7746,16177
-,,,,,,,7747,16111
-,,,,,,,7748,15743
-,,,,,,,7749,15154
-,,,,,,,7750,14118
-,,,,,,,7751,12836
-,,,,,,,7752,11636
-,,,,,,,7753,10867
-,,,,,,,7754,10471
-,,,,,,,7755,10336
-,,,,,,,7756,10367
-,,,,,,,7757,10721
-,,,,,,,7758,11836
-,,,,,,,7759,13652
-,,,,,,,7760,14514
-,,,,,,,7761,14623
-,,,,,,,7762,14532
-,,,,,,,7763,14421
-,,,,,,,7764,14265
-,,,,,,,7765,14096
-,,,,,,,7766,13990
-,,,,,,,7767,13852
-,,,,,,,7768,13962
-,,,,,,,7769,15056
-,,,,,,,7770,15986
-,,,,,,,7771,15909
-,,,,,,,7772,15534
-,,,,,,,7773,14946
-,,,,,,,7774,14020
-,,,,,,,7775,12721
-,,,,,,,7776,11509
-,,,,,,,7777,10694
-,,,,,,,7778,10258
-,,,,,,,7779,10047
-,,,,,,,7780,10023
-,,,,,,,7781,10328
-,,,,,,,7782,11303
-,,,,,,,7783,12952
-,,,,,,,7784,13956
-,,,,,,,7785,14309
-,,,,,,,7786,14449
-,,,,,,,7787,14465
-,,,,,,,7788,14362
-,,,,,,,7789,14132
-,,,,,,,7790,14026
-,,,,,,,7791,13887
-,,,,,,,7792,13844
-,,,,,,,7793,14775
-,,,,,,,7794,15701
-,,,,,,,7795,15491
-,,,,,,,7796,15050
-,,,,,,,7797,14452
-,,,,,,,7798,13591
-,,,,,,,7799,12471
-,,,,,,,7800,11312
-,,,,,,,7801,10436
-,,,,,,,7802,9930
-,,,,,,,7803,9643
-,,,,,,,7804,9543
-,,,,,,,7805,9643
-,,,,,,,7806,10103
-,,,,,,,7807,10790
-,,,,,,,7808,11629
-,,,,,,,7809,12563
-,,,,,,,7810,13176
-,,,,,,,7811,13441
-,,,,,,,7812,13438
-,,,,,,,7813,12975
-,,,,,,,7814,12225
-,,,,,,,7815,11559
-,,,,,,,7816,11220
-,,,,,,,7817,11647
-,,,,,,,7818,12147
-,,,,,,,7819,12155
-,,,,,,,7820,12131
-,,,,,,,7821,12074
-,,,,,,,7822,11746
-,,,,,,,7823,11237
-,,,,,,,7824,10536
-,,,,,,,7825,9909
-,,,,,,,7826,9569
-,,,,,,,7827,9442
-,,,,,,,7828,9426
-,,,,,,,7829,9650
-,,,,,,,7830,10219
-,,,,,,,7831,10965
-,,,,,,,7832,11598
-,,,,,,,7833,12216
-,,,,,,,7834,12585
-,,,,,,,7835,12702
-,,,,,,,7836,12643
-,,,,,,,7837,12456
-,,,,,,,7838,12250
-,,,,,,,7839,12139
-,,,,,,,7840,12269
-,,,,,,,7841,13394
-,,,,,,,7842,14242
-,,,,,,,7843,14013
-,,,,,,,7844,13575
-,,,,,,,7845,13071
-,,,,,,,7846,12398
-,,,,,,,7847,11509
-,,,,,,,7848,10525
-,,,,,,,7849,9772
-,,,,,,,7850,9305
-,,,,,,,7851,9067
-,,,,,,,7852,8972
-,,,,,,,7853,9060
-,,,,,,,7854,9432
-,,,,,,,7855,10097
-,,,,,,,7856,10854
-,,,,,,,7857,11836
-,,,,,,,7858,12507
-,,,,,,,7859,12739
-,,,,,,,7860,12777
-,,,,,,,7861,12716
-,,,,,,,7862,12565
-,,,,,,,7863,12519
-,,,,,,,7864,12740
-,,,,,,,7865,13897
-,,,,,,,7866,14774
-,,,,,,,7867,14655
-,,,,,,,7868,14309
-,,,,,,,7869,13913
-,,,,,,,7870,13308
-,,,,,,,7871,12447
-,,,,,,,7872,11523
-,,,,,,,7873,10777
-,,,,,,,7874,10318
-,,,,,,,7875,10086
-,,,,,,,7876,10005
-,,,,,,,7877,10097
-,,,,,,,7878,10393
-,,,,,,,7879,10860
-,,,,,,,7880,11435
-,,,,,,,7881,12355
-,,,,,,,7882,13038
-,,,,,,,7883,13448
-,,,,,,,7884,13653
-,,,,,,,7885,13670
-,,,,,,,7886,13530
-,,,,,,,7887,13520
-,,,,,,,7888,13790
-,,,,,,,7889,15029
-,,,,,,,7890,15968
-,,,,,,,7891,15846
-,,,,,,,7892,15422
-,,,,,,,7893,14900
-,,,,,,,7894,13793
-,,,,,,,7895,12593
-,,,,,,,7896,11513
-,,,,,,,7897,10794
-,,,,,,,7898,10419
-,,,,,,,7899,10263
-,,,,,,,7900,10270
-,,,,,,,7901,10649
-,,,,,,,7902,11731
-,,,,,,,7903,13637
-,,,,,,,7904,14600
-,,,,,,,7905,14683
-,,,,,,,7906,14708
-,,,,,,,7907,14688
-,,,,,,,7908,14603
-,,,,,,,7909,14485
-,,,,,,,7910,14379
-,,,,,,,7911,14232
-,,,,,,,7912,14385
-,,,,,,,7913,15570
-,,,,,,,7914,16741
-,,,,,,,7915,16720
-,,,,,,,7916,16363
-,,,,,,,7917,15719
-,,,,,,,7918,14657
-,,,,,,,7919,13262
-,,,,,,,7920,12008
-,,,,,,,7921,11232
-,,,,,,,7922,10825
-,,,,,,,7923,10632
-,,,,,,,7924,10622
-,,,,,,,7925,10948
-,,,,,,,7926,11984
-,,,,,,,7927,13879
-,,,,,,,7928,14890
-,,,,,,,7929,15134
-,,,,,,,7930,15241
-,,,,,,,7931,15360
-,,,,,,,7932,15407
-,,,,,,,7933,15385
-,,,,,,,7934,15372
-,,,,,,,7935,15285
-,,,,,,,7936,15482
-,,,,,,,7937,16544
-,,,,,,,7938,17247
-,,,,,,,7939,17114
-,,,,,,,7940,16657
-,,,,,,,7941,15936
-,,,,,,,7942,14783
-,,,,,,,7943,13342
-,,,,,,,7944,12052
-,,,,,,,7945,11212
-,,,,,,,7946,10765
-,,,,,,,7947,10582
-,,,,,,,7948,10580
-,,,,,,,7949,10913
-,,,,,,,7950,11967
-,,,,,,,7951,13892
-,,,,,,,7952,14909
-,,,,,,,7953,15021
-,,,,,,,7954,15047
-,,,,,,,7955,15090
-,,,,,,,7956,14972
-,,,,,,,7957,14789
-,,,,,,,7958,14745
-,,,,,,,7959,14707
-,,,,,,,7960,14923
-,,,,,,,7961,16090
-,,,,,,,7962,17024
-,,,,,,,7963,16929
-,,,,,,,7964,16555
-,,,,,,,7965,15960
-,,,,,,,7966,14943
-,,,,,,,7967,13555
-,,,,,,,7968,12286
-,,,,,,,7969,11467
-,,,,,,,7970,11058
-,,,,,,,7971,10887
-,,,,,,,7972,10887
-,,,,,,,7973,11199
-,,,,,,,7974,12282
-,,,,,,,7975,14219
-,,,,,,,7976,15127
-,,,,,,,7977,15125
-,,,,,,,7978,15018
-,,,,,,,7979,14964
-,,,,,,,7980,14852
-,,,,,,,7981,14629
-,,,,,,,7982,14554
-,,,,,,,7983,14425
-,,,,,,,7984,14595
-,,,,,,,7985,15719
-,,,,,,,7986,16734
-,,,,,,,7987,16799
-,,,,,,,7988,16469
-,,,,,,,7989,15825
-,,,,,,,7990,14781
-,,,,,,,7991,13370
-,,,,,,,7992,12072
-,,,,,,,7993,11235
-,,,,,,,7994,10810
-,,,,,,,7995,10602
-,,,,,,,7996,10616
-,,,,,,,7997,10957
-,,,,,,,7998,12045
-,,,,,,,7999,13944
-,,,,,,,8000,14911
-,,,,,,,8001,15150
-,,,,,,,8002,15217
-,,,,,,,8003,15164
-,,,,,,,8004,15046
-,,,,,,,8005,14900
-,,,,,,,8006,14858
-,,,,,,,8007,14810
-,,,,,,,8008,15038
-,,,,,,,8009,16197
-,,,,,,,8010,16809
-,,,,,,,8011,16546
-,,,,,,,8012,16123
-,,,,,,,8013,15589
-,,,,,,,8014,14777
-,,,,,,,8015,13634
-,,,,,,,8016,12447
-,,,,,,,8017,11548
-,,,,,,,8018,11024
-,,,,,,,8019,10774
-,,,,,,,8020,10690
-,,,,,,,8021,10789
-,,,,,,,8022,11193
-,,,,,,,8023,12012
-,,,,,,,8024,12926
-,,,,,,,8025,13927
-,,,,,,,8026,14585
-,,,,,,,8027,14890
-,,,,,,,8028,14924
-,,,,,,,8029,14859
-,,,,,,,8030,14716
-,,,,,,,8031,14618
-,,,,,,,8032,14799
-,,,,,,,8033,15789
-,,,,,,,8034,16218
-,,,,,,,8035,15952
-,,,,,,,8036,15432
-,,,,,,,8037,14901
-,,,,,,,8038,14169
-,,,,,,,8039,13158
-,,,,,,,8040,12047
-,,,,,,,8041,11184
-,,,,,,,8042,10643
-,,,,,,,8043,10321
-,,,,,,,8044,10174
-,,,,,,,8045,10187
-,,,,,,,8046,10433
-,,,,,,,8047,10959
-,,,,,,,8048,11635
-,,,,,,,8049,12549
-,,,,,,,8050,13218
-,,,,,,,8051,13520
-,,,,,,,8052,13618
-,,,,,,,8053,13627
-,,,,,,,8054,13477
-,,,,,,,8055,13343
-,,,,,,,8056,13536
-,,,,,,,8057,14864
-,,,,,,,8058,15679
-,,,,,,,8059,15500
-,,,,,,,8060,15063
-,,,,,,,8061,14410
-,,,,,,,8062,13363
-,,,,,,,8063,12071
-,,,,,,,8064,10880
-,,,,,,,8065,10088
-,,,,,,,8066,9663
-,,,,,,,8067,9444
-,,,,,,,8068,9465
-,,,,,,,8069,9823
-,,,,,,,8070,10913
-,,,,,,,8071,12855
-,,,,,,,8072,13782
-,,,,,,,8073,13900
-,,,,,,,8074,13961
-,,,,,,,8075,14012
-,,,,,,,8076,13948
-,,,,,,,8077,13847
-,,,,,,,8078,13773
-,,,,,,,8079,13662
-,,,,,,,8080,13777
-,,,,,,,8081,15012
-,,,,,,,8082,16180
-,,,,,,,8083,16118
-,,,,,,,8084,15740
-,,,,,,,8085,15113
-,,,,,,,8086,14070
-,,,,,,,8087,12668
-,,,,,,,8088,11400
-,,,,,,,8089,10537
-,,,,,,,8090,10116
-,,,,,,,8091,9950
-,,,,,,,8092,9933
-,,,,,,,8093,10280
-,,,,,,,8094,11364
-,,,,,,,8095,13277
-,,,,,,,8096,14318
-,,,,,,,8097,14543
-,,,,,,,8098,14663
-,,,,,,,8099,14745
-,,,,,,,8100,14741
-,,,,,,,8101,14660
-,,,,,,,8102,14590
-,,,,,,,8103,14462
-,,,,,,,8104,14591
-,,,,,,,8105,15718
-,,,,,,,8106,16486
-,,,,,,,8107,16324
-,,,,,,,8108,15830
-,,,,,,,8109,15131
-,,,,,,,8110,14025
-,,,,,,,8111,12490
-,,,,,,,8112,11127
-,,,,,,,8113,10263
-,,,,,,,8114,9781
-,,,,,,,8115,9493
-,,,,,,,8116,9425
-,,,,,,,8117,9701
-,,,,,,,8118,10706
-,,,,,,,8119,12607
-,,,,,,,8120,13597
-,,,,,,,8121,13756
-,,,,,,,8122,13805
-,,,,,,,8123,13863
-,,,,,,,8124,13855
-,,,,,,,8125,13803
-,,,,,,,8126,13835
-,,,,,,,8127,13810
-,,,,,,,8128,14041
-,,,,,,,8129,15387
-,,,,,,,8130,16469
-,,,,,,,8131,16470
-,,,,,,,8132,16155
-,,,,,,,8133,15607
-,,,,,,,8134,14585
-,,,,,,,8135,13196
-,,,,,,,8136,11908
-,,,,,,,8137,11123
-,,,,,,,8138,10740
-,,,,,,,8139,10575
-,,,,,,,8140,10590
-,,,,,,,8141,10976
-,,,,,,,8142,12131
-,,,,,,,8143,14121
-,,,,,,,8144,15063
-,,,,,,,8145,15116
-,,,,,,,8146,15071
-,,,,,,,8147,15001
-,,,,,,,8148,14818
-,,,,,,,8149,14612
-,,,,,,,8150,14498
-,,,,,,,8151,14394
-,,,,,,,8152,14591
-,,,,,,,8153,16010
-,,,,,,,8154,17104
-,,,,,,,8155,17109
-,,,,,,,8156,16821
-,,,,,,,8157,16280
-,,,,,,,8158,15292
-,,,,,,,8159,13867
-,,,,,,,8160,12511
-,,,,,,,8161,11646
-,,,,,,,8162,11212
-,,,,,,,8163,10989
-,,,,,,,8164,10970
-,,,,,,,8165,11286
-,,,,,,,8166,12318
-,,,,,,,8167,14205
-,,,,,,,8168,15197
-,,,,,,,8169,15360
-,,,,,,,8170,15329
-,,,,,,,8171,15288
-,,,,,,,8172,15109
-,,,,,,,8173,14881
-,,,,,,,8174,14832
-,,,,,,,8175,14757
-,,,,,,,8176,14915
-,,,,,,,8177,16028
-,,,,,,,8178,16478
-,,,,,,,8179,16185
-,,,,,,,8180,15663
-,,,,,,,8181,15059
-,,,,,,,8182,14223
-,,,,,,,8183,13034
-,,,,,,,8184,11743
-,,,,,,,8185,10793
-,,,,,,,8186,10237
-,,,,,,,8187,9915
-,,,,,,,8188,9802
-,,,,,,,8189,9878
-,,,,,,,8190,10270
-,,,,,,,8191,11025
-,,,,,,,8192,11940
-,,,,,,,8193,12944
-,,,,,,,8194,13619
-,,,,,,,8195,13944
-,,,,,,,8196,13965
-,,,,,,,8197,13818
-,,,,,,,8198,13618
-,,,,,,,8199,13527
-,,,,,,,8200,13688
-,,,,,,,8201,14738
-,,,,,,,8202,15300
-,,,,,,,8203,15017
-,,,,,,,8204,14525
-,,,,,,,8205,14032
-,,,,,,,8206,13343
-,,,,,,,8207,12390
-,,,,,,,8208,11284
-,,,,,,,8209,10417
-,,,,,,,8210,9859
-,,,,,,,8211,9566
-,,,,,,,8212,9435
-,,,,,,,8213,9511
-,,,,,,,8214,9789
-,,,,,,,8215,10353
-,,,,,,,8216,10947
-,,,,,,,8217,11844
-,,,,,,,8218,12533
-,,,,,,,8219,12895
-,,,,,,,8220,13092
-,,,,,,,8221,13164
-,,,,,,,8222,13092
-,,,,,,,8223,13020
-,,,,,,,8224,13370
-,,,,,,,8225,14933
-,,,,,,,8226,15821
-,,,,,,,8227,15733
-,,,,,,,8228,15367
-,,,,,,,8229,14769
-,,,,,,,8230,13783
-,,,,,,,8231,12469
-,,,,,,,8232,11224
-,,,,,,,8233,10406
-,,,,,,,8234,9991
-,,,,,,,8235,9805
-,,,,,,,8236,9784
-,,,,,,,8237,10129
-,,,,,,,8238,11174
-,,,,,,,8239,13060
-,,,,,,,8240,14298
-,,,,,,,8241,14579
-,,,,,,,8242,14774
-,,,,,,,8243,14931
-,,,,,,,8244,14953
-,,,,,,,8245,14911
-,,,,,,,8246,14892
-,,,,,,,8247,14767
-,,,,,,,8248,15001
-,,,,,,,8249,16110
-,,,,,,,8250,16773
-,,,,,,,8251,16569
-,,,,,,,8252,16071
-,,,,,,,8253,15354
-,,,,,,,8254,14215
-,,,,,,,8255,12800
-,,,,,,,8256,11388
-,,,,,,,8257,10376
-,,,,,,,8258,9837
-,,,,,,,8259,9565
-,,,,,,,8260,9518
-,,,,,,,8261,9785
-,,,,,,,8262,10858
-,,,,,,,8263,12821
-,,,,,,,8264,13984
-,,,,,,,8265,14234
-,,,,,,,8266,14304
-,,,,,,,8267,14300
-,,,,,,,8268,14259
-,,,,,,,8269,14127
-,,,,,,,8270,14101
-,,,,,,,8271,14049
-,,,,,,,8272,14296
-,,,,,,,8273,15682
-,,,,,,,8274,16785
-,,,,,,,8275,16777
-,,,,,,,8276,16457
-,,,,,,,8277,15889
-,,,,,,,8278,14870
-,,,,,,,8279,13400
-,,,,,,,8280,12033
-,,,,,,,8281,11174
-,,,,,,,8282,10760
-,,,,,,,8283,10576
-,,,,,,,8284,10590
-,,,,,,,8285,10966
-,,,,,,,8286,12081
-,,,,,,,8287,14084
-,,,,,,,8288,15127
-,,,,,,,8289,15187
-,,,,,,,8290,15125
-,,,,,,,8291,15053
-,,,,,,,8292,14949
-,,,,,,,8293,14767
-,,,,,,,8294,14716
-,,,,,,,8295,14607
-,,,,,,,8296,14873
-,,,,,,,8297,16284
-,,,,,,,8298,17322
-,,,,,,,8299,17254
-,,,,,,,8300,16939
-,,,,,,,8301,16362
-,,,,,,,8302,15375
-,,,,,,,8303,13906
-,,,,,,,8304,12497
-,,,,,,,8305,11550
-,,,,,,,8306,11068
-,,,,,,,8307,10869
-,,,,,,,8308,10889
-,,,,,,,8309,11220
-,,,,,,,8310,12314
-,,,,,,,8311,14288
-,,,,,,,8312,15286
-,,,,,,,8313,15338
-,,,,,,,8314,15126
-,,,,,,,8315,14929
-,,,,,,,8316,14725
-,,,,,,,8317,14506
-,,,,,,,8318,14411
-,,,,,,,8319,14307
-,,,,,,,8320,14500
-,,,,,,,8321,15843
-,,,,,,,8322,17073
-,,,,,,,8323,17090
-,,,,,,,8324,16823
-,,,,,,,8325,16300
-,,,,,,,8326,15341
-,,,,,,,8327,13901
-,,,,,,,8328,12511
-,,,,,,,8329,11589
-,,,,,,,8330,11141
-,,,,,,,8331,10941
-,,,,,,,8332,10941
-,,,,,,,8333,11270
-,,,,,,,8334,12346
-,,,,,,,8335,14273
-,,,,,,,8336,15278
-,,,,,,,8337,15320
-,,,,,,,8338,15145
-,,,,,,,8339,14987
-,,,,,,,8340,14774
-,,,,,,,8341,14481
-,,,,,,,8342,14282
-,,,,,,,8343,14175
-,,,,,,,8344,14334
-,,,,,,,8345,15635
-,,,,,,,8346,16557
-,,,,,,,8347,16354
-,,,,,,,8348,15955
-,,,,,,,8349,15450
-,,,,,,,8350,14717
-,,,,,,,8351,13558
-,,,,,,,8352,12279
-,,,,,,,8353,11313
-,,,,,,,8354,10746
-,,,,,,,8355,10501
-,,,,,,,8356,10421
-,,,,,,,8357,10543
-,,,,,,,8358,10992
-,,,,,,,8359,11843
-,,,,,,,8360,12707
-,,,,,,,8361,13536
-,,,,,,,8362,13953
-,,,,,,,8363,14020
-,,,,,,,8364,13867
-,,,,,,,8365,13592
-,,,,,,,8366,13320
-,,,,,,,8367,13216
-,,,,,,,8368,13445
-,,,,,,,8369,14914
-,,,,,,,8370,15909
-,,,,,,,8371,15786
-,,,,,,,8372,15404
-,,,,,,,8373,15018
-,,,,,,,8374,14383
-,,,,,,,8375,13437
-,,,,,,,8376,12305
-,,,,,,,8377,11377
-,,,,,,,8378,10812
-,,,,,,,8379,10510
-,,,,,,,8380,10376
-,,,,,,,8381,10414
-,,,,,,,8382,10686
-,,,,,,,8383,11269
-,,,,,,,8384,12010
-,,,,,,,8385,13081
-,,,,,,,8386,13944
-,,,,,,,8387,14409
-,,,,,,,8388,14687
-,,,,,,,8389,14901
-,,,,,,,8390,14971
-,,,,,,,8391,14995
-,,,,,,,8392,15325
-,,,,,,,8393,16458
-,,,,,,,8394,17029
-,,,,,,,8395,16890
-,,,,,,,8396,16425
-,,,,,,,8397,15799
-,,,,,,,8398,14911
-,,,,,,,8399,13612
-,,,,,,,8400,12298
-,,,,,,,8401,11332
-,,,,,,,8402,10773
-,,,,,,,8403,10565
-,,,,,,,8404,10539
-,,,,,,,8405,10889
-,,,,,,,8406,11913
-,,,,,,,8407,13775
-,,,,,,,8408,15063
-,,,,,,,8409,15454
-,,,,,,,8410,15606
-,,,,,,,8411,15761
-,,,,,,,8412,15785
-,,,,,,,8413,15686
-,,,,,,,8414,15624
-,,,,,,,8415,15514
-,,,,,,,8416,15723
-,,,,,,,8417,16900
-,,,,,,,8418,17573
-,,,,,,,8419,17399
-,,,,,,,8420,16961
-,,,,,,,8421,16292
-,,,,,,,8422,15159
-,,,,,,,8423,13623
-,,,,,,,8424,12159
-,,,,,,,8425,11157
-,,,,,,,8426,10663
-,,,,,,,8427,10390
-,,,,,,,8428,10337
-,,,,,,,8429,10602
-,,,,,,,8430,11598
-,,,,,,,8431,13454
-,,,,,,,8432,14644
-,,,,,,,8433,14837
-,,,,,,,8434,14905
-,,,,,,,8435,14994
-,,,,,,,8436,14967
-,,,,,,,8437,14809
-,,,,,,,8438,14740
-,,,,,,,8439,14628
-,,,,,,,8440,14807
-,,,,,,,8441,15955
-,,,,,,,8442,16800
-,,,,,,,8443,16691
-,,,,,,,8444,16309
-,,,,,,,8445,15693
-,,,,,,,8446,14657
-,,,,,,,8447,13209
-,,,,,,,8448,11784
-,,,,,,,8449,10765
-,,,,,,,8450,10258
-,,,,,,,8451,10047
-,,,,,,,8452,10045
-,,,,,,,8453,10387
-,,,,,,,8454,11432
-,,,,,,,8455,13360
-,,,,,,,8456,14487
-,,,,,,,8457,14648
-,,,,,,,8458,14674
-,,,,,,,8459,14681
-,,,,,,,8460,14607
-,,,,,,,8461,14474
-,,,,,,,8462,14490
-,,,,,,,8463,14477
-,,,,,,,8464,14676
-,,,,,,,8465,15942
-,,,,,,,8466,16956
-,,,,,,,8467,16901
-,,,,,,,8468,16554
-,,,,,,,8469,16012
-,,,,,,,8470,15033
-,,,,,,,8471,13585
-,,,,,,,8472,12125
-,,,,,,,8473,11161
-,,,,,,,8474,10630
-,,,,,,,8475,10406
-,,,,,,,8476,10407
-,,,,,,,8477,10756
-,,,,,,,8478,11852
-,,,,,,,8479,13811
-,,,,,,,8480,14821
-,,,,,,,8481,14963
-,,,,,,,8482,14911
-,,,,,,,8483,14823
-,,,,,,,8484,14669
-,,,,,,,8485,14452
-,,,,,,,8486,14423
-,,,,,,,8487,14473
-,,,,,,,8488,14794
-,,,,,,,8489,16028
-,,,,,,,8490,16906
-,,,,,,,8491,16806
-,,,,,,,8492,16485
-,,,,,,,8493,16019
-,,,,,,,8494,15060
-,,,,,,,8495,13617
-,,,,,,,8496,12208
-,,,,,,,8497,11211
-,,,,,,,8498,10645
-,,,,,,,8499,10372
-,,,,,,,8500,10369
-,,,,,,,8501,10626
-,,,,,,,8502,11569
-,,,,,,,8503,13324
-,,,,,,,8504,14603
-,,,,,,,8505,15030
-,,,,,,,8506,15240
-,,,,,,,8507,15320
-,,,,,,,8508,15260
-,,,,,,,8509,14981
-,,,,,,,8510,14767
-,,,,,,,8511,14475
-,,,,,,,8512,14400
-,,,,,,,8513,15441
-,,,,,,,8514,16204
-,,,,,,,8515,15949
-,,,,,,,8516,15503
-,,,,,,,8517,14972
-,,,,,,,8518,14225
-,,,,,,,8519,13129
-,,,,,,,8520,11864
-,,,,,,,8521,10933
-,,,,,,,8522,10376
-,,,,,,,8523,10069
-,,,,,,,8524,9983
-,,,,,,,8525,10079
-,,,,,,,8526,10432
-,,,,,,,8527,11209
-,,,,,,,8528,12094
-,,,,,,,8529,13100
-,,,,,,,8530,13761
-,,,,,,,8531,13977
-,,,,,,,8532,14028
-,,,,,,,8533,13932
-,,,,,,,8534,13823
-,,,,,,,8535,13805
-,,,,,,,8536,14041
-,,,,,,,8537,15272
-,,,,,,,8538,16250
-,,,,,,,8539,16202
-,,,,,,,8540,15860
-,,,,,,,8541,15449
-,,,,,,,8542,14849
-,,,,,,,8543,13865
-,,,,,,,8544,12697
-,,,,,,,8545,11735
-,,,,,,,8546,11122
-,,,,,,,8547,10797
-,,,,,,,8548,10645
-,,,,,,,8549,10672
-,,,,,,,8550,10962
-,,,,,,,8551,11551
-,,,,,,,8552,12188
-,,,,,,,8553,13020
-,,,,,,,8554,13565
-,,,,,,,8555,13748
-,,,,,,,8556,13867
-,,,,,,,8557,13911
-,,,,,,,8558,13818
-,,,,,,,8559,13710
-,,,,,,,8560,13796
-,,,,,,,8561,15038
-,,,,,,,8562,16088
-,,,,,,,8563,16076
-,,,,,,,8564,15782
-,,,,,,,8565,15392
-,,,,,,,8566,14663
-,,,,,,,8567,13620
-,,,,,,,8568,12388
-,,,,,,,8569,11403
-,,,,,,,8570,10834
-,,,,,,,8571,10540
-,,,,,,,8572,10486
-,,,,,,,8573,10719
-,,,,,,,8574,11346
-,,,,,,,8575,12323
-,,,,,,,8576,13191
-,,,,,,,8577,13959
-,,,,,,,8578,14387
-,,,,,,,8579,14532
-,,,,,,,8580,14463
-,,,,,,,8581,14229
-,,,,,,,8582,14042
-,,,,,,,8583,14006
-,,,,,,,8584,14145
-,,,,,,,8585,15247
-,,,,,,,8586,15848
-,,,,,,,8587,15225
-,,,,,,,8588,14604
-,,,,,,,8589,14205
-,,,,,,,8590,13828
-,,,,,,,8591,13208
-,,,,,,,8592,12325
-,,,,,,,8593,11417
-,,,,,,,8594,10762
-,,,,,,,8595,10387
-,,,,,,,8596,10281
-,,,,,,,8597,10354
-,,,,,,,8598,10687
-,,,,,,,8599,11316
-,,,,,,,8600,12125
-,,,,,,,8601,13049
-,,,,,,,8602,13704
-,,,,,,,8603,13962
-,,,,,,,8604,14068
-,,,,,,,8605,13953
-,,,,,,,8606,13602
-,,,,,,,8607,13194
-,,,,,,,8608,13063
-,,,,,,,8609,13808
-,,,,,,,8610,14431
-,,,,,,,8611,14419
-,,,,,,,8612,14350
-,,,,,,,8613,14213
-,,,,,,,8614,13768
-,,,,,,,8615,12909
-,,,,,,,8616,11942
-,,,,,,,8617,11225
-,,,,,,,8618,10837
-,,,,,,,8619,10663
-,,,,,,,8620,10715
-,,,,,,,8621,11024
-,,,,,,,8622,11820
-,,,,,,,8623,13116
-,,,,,,,8624,14111
-,,,,,,,8625,14778
-,,,,,,,8626,15197
-,,,,,,,8627,15412
-,,,,,,,8628,15483
-,,,,,,,8629,15420
-,,,,,,,8630,15382
-,,,,,,,8631,15340
-,,,,,,,8632,15570
-,,,,,,,8633,16703
-,,,,,,,8634,17384
-,,,,,,,8635,17205
-,,,,,,,8636,16744
-,,,,,,,8637,16126
-,,,,,,,8638,15142
-,,,,,,,8639,13870
-,,,,,,,8640,12589
-,,,,,,,8641,11659
-,,,,,,,8642,11147
-,,,,,,,8643,10880
-,,,,,,,8644,10715
-,,,,,,,8645,10988
-,,,,,,,8646,11702
-,,,,,,,8647,12804
-,,,,,,,8648,13845
-,,,,,,,8649,14514
-,,,,,,,8650,15122
-,,,,,,,8651,15509
-,,,,,,,8652,15681
-,,,,,,,8653,15622
-,,,,,,,8654,15524
-,,,,,,,8655,15375
-,,,,,,,8656,15483
-,,,,,,,8657,16441
-,,,,,,,8658,17255
-,,,,,,,8659,17030
-,,,,,,,8660,16528
-,,,,,,,8661,15876
-,,,,,,,8662,14902
-,,,,,,,8663,13631
-,,,,,,,8664,12419
-,,,,,,,8665,11556
-,,,,,,,8666,11106
-,,,,,,,8667,10886
-,,,,,,,8668,10863
-,,,,,,,8669,11132
-,,,,,,,8670,11908
-,,,,,,,8671,13150
-,,,,,,,8672,14081
-,,,,,,,8673,14713
-,,,,,,,8674,15071
-,,,,,,,8675,15186
-,,,,,,,8676,15091
-,,,,,,,8677,14872
-,,,,,,,8678,14687
-,,,,,,,8679,14531
-,,,,,,,8680,14572
-,,,,,,,8681,15679
-,,,,,,,8682,16774
-,,,,,,,8683,16608
-,,,,,,,8684,16156
-,,,,,,,8685,15626
-,,,,,,,8686,14814
-,,,,,,,8687,13742
-,,,,,,,8688,12576
-,,,,,,,8689,11718
-,,,,,,,8690,11205
-,,,,,,,8691,10953
-,,,,,,,8692,10828
-,,,,,,,8693,10893
-,,,,,,,8694,11258
-,,,,,,,8695,11908
-,,,,,,,8696,12635
-,,,,,,,8697,13524
-,,,,,,,8698,14226
-,,,,,,,8699,14583
-,,,,,,,8700,14644
-,,,,,,,8701,14648
-,,,,,,,8702,14613
-,,,,,,,8703,14631
-,,,,,,,8704,14915
-,,,,,,,8705,16007
-,,,,,,,8706,16736
-,,,,,,,8707,16594
-,,,,,,,8708,16084
-,,,,,,,8709,15459
-,,,,,,,8710,14650
-,,,,,,,8711,13591
-,,,,,,,8712,12494
-,,,,,,,8713,11630
-,,,,,,,8714,11074
-,,,,,,,8715,10809
-,,,,,,,8716,10693
-,,,,,,,8717,10760
-,,,,,,,8718,11067
-,,,,,,,8719,11581
-,,,,,,,8720,12108
-,,,,,,,8721,12902
-,,,,,,,8722,13586
-,,,,,,,8723,14044
-,,,,,,,8724,14336
-,,,,,,,8725,14448
-,,,,,,,8726,14340
-,,,,,,,8727,14221
-,,,,,,,8728,14341
-,,,,,,,8729,15635
-,,,,,,,8730,16803
-,,,,,,,8731,16745
-,,,,,,,8732,16333
-,,,,,,,8733,15872
-,,,,,,,8734,15076
-,,,,,,,8735,14028
-,,,,,,,8736,12925
-,,,,,,,8737,12109
-,,,,,,,8738,11651
-,,,,,,,8739,11416
-,,,,,,,8740,11377
-,,,,,,,8741,11585
-,,,,,,,8742,12213
-,,,,,,,8743,13260
-,,,,,,,8744,14083
-,,,,,,,8745,14788
-,,,,,,,8746,15316
-,,,,,,,8747,15553
-,,,,,,,8748,15509
-,,,,,,,8749,15257
-,,,,,,,8750,15002
-,,,,,,,8751,14842
-,,,,,,,8752,14886
-,,,,,,,8753,15965
-,,,,,,,8754,16933
-,,,,,,,8755,16440
-,,,,,,,8756,15059
-,,,,,,,8757,14359
-,,,,,,,8758,13687
-,,,,,,,8759,12986
-,,,,,,,8760,12287
diff --git a/Example_Systems/MethodofMorrisExample/OneZone/Intro_to_Method_of_Morris.pdf b/Example_Systems/MethodofMorrisExample/OneZone/Intro_to_Method_of_Morris.pdf
deleted file mode 100644
index c93021d6ad..0000000000
Binary files a/Example_Systems/MethodofMorrisExample/OneZone/Intro_to_Method_of_Morris.pdf and /dev/null differ
diff --git a/Example_Systems/MethodofMorrisExample/OneZone/Intro_to_Method_of_Morris.pptx b/Example_Systems/MethodofMorrisExample/OneZone/Intro_to_Method_of_Morris.pptx
deleted file mode 100644
index efbbaab342..0000000000
Binary files a/Example_Systems/MethodofMorrisExample/OneZone/Intro_to_Method_of_Morris.pptx and /dev/null differ
diff --git a/Example_Systems/MethodofMorrisExample/OneZone/Method_of_morris_range.csv b/Example_Systems/MethodofMorrisExample/OneZone/Method_of_morris_range.csv
deleted file mode 100644
index 7a985f1a57..0000000000
--- a/Example_Systems/MethodofMorrisExample/OneZone/Method_of_morris_range.csv
+++ /dev/null
@@ -1,9 +0,0 @@
-Resource,Zone,ID,Lower_bound,Upper_bound,Parameter,Group,p_steps,total_num_trajectory,num_trajectory,len_design_mat,policy
-natural_gas_combined_cycle,1,1,-5,5,Inv_Cost_per_MWyr,ng,10,2,2,15,reference
-solar_pv,1,2,-10,10,Inv_Cost_per_MWyr,solar,20,,,,
-onshore_wind,1,3,-7,7,Inv_Cost_per_MWyr,wind,14,,,,
-battery,1,4,-20,20,Inv_Cost_per_MWyr,battery,40,,,,
-natural_gas_combined_cycle,1,1,-5,5,Fixed_OM_Cost_per_MWyr,ng,10,,,,
-solar_pv,1,2,-10,10,Fixed_OM_Cost_per_MWyr,solar,20,,,,
-onshore_wind,1,3,-7,7,Fixed_OM_Cost_per_MWyr,wind,14,,,,
-battery,1,4,-20,20,Fixed_OM_Cost_per_MWyr,battery,40,,,,
diff --git a/Example_Systems/MethodofMorrisExample/OneZone/README.md b/Example_Systems/MethodofMorrisExample/OneZone/README.md
deleted file mode 100644
index 7990f97771..0000000000
--- a/Example_Systems/MethodofMorrisExample/OneZone/README.md
+++ /dev/null
@@ -1,15 +0,0 @@
-# Small New England: One Zone
-
-**SmallNewEngland** is set of a simplified versions of the more detailed example system RealSystemExample. It is condensed for easy comprehension and quick testing of different components of the GenX. **SmallNewEngland/OneZone** is our most basic model, a one-year example with hourly resolution containing only one zone representing New England. The model includes only natural gas, solar PV, wind, and lithium-ion battery storage with no initial capacity.
-
-To run the model, first navigate to the example directory at `GenX/Example_Systems/SmallNewEngland/OneZone`:
-
-`cd("Example_Systems/SmallNewEngland/OneZone")`
-
-Next, ensure that your settings in `GenX_settings.yml` are correct. The default settings use the solver Gurobi (`Solver: Gurobi`), time domain reduced input data (`TimeDomainReduction: 1`). Other optional policies include minimum capacity requirements, a capacity reserve margin, and more. A rate-based carbon cap of 50 gCO2 per kWh is specified in the `CO2_cap.csv` input file.
-
-Once the settings are confirmed, run the model with the `Run.jl` script in the example directory:
-
-`include("Run.jl")`
-
-Once the model has completed, results will write to the `Results` directory.
\ No newline at end of file
diff --git a/Example_Systems/MethodofMorrisExample/OneZone/Resources/Storage.csv b/Example_Systems/MethodofMorrisExample/OneZone/Resources/Storage.csv
deleted file mode 100644
index bf656d0278..0000000000
--- a/Example_Systems/MethodofMorrisExample/OneZone/Resources/Storage.csv
+++ /dev/null
@@ -1,2 +0,0 @@
-Resource,Zone,Model,LDS,New_Build,Can_Retire,Existing_Cap_MW,Existing_Cap_MWh,Existing_Charge_Cap_MW,Max_Cap_MW,Max_Cap_MWh,Max_Charge_Cap_MW,Min_Cap_MW,Min_Cap_MWh,Min_Charge_Cap_MW,Inv_Cost_per_MWyr,Inv_Cost_per_MWhyr,Inv_Cost_Charge_per_MWyr,Fixed_OM_Cost_per_MWyr,Fixed_OM_Cost_per_MWhyr,Fixed_OM_Cost_Charge_per_MWyr,Var_OM_Cost_per_MWh,Var_OM_Cost_per_MWh_In,Heat_Rate_MMBTU_per_MWh,Fuel,Cap_Size,Start_Cost_per_MW,Start_Fuel_MMBTU_per_MW,Ramp_Up_Percentage,Ramp_Dn_Percentage,Hydro_Energy_to_Power_Ratio,Min_Power,Self_Disch,Eff_Up,Eff_Down,Min_Duration,Max_Duration,Reg_Max,Rsv_Max,Reg_Cost,Rsv_Cost,MGA,Resource_Type,region,cluster
-battery,1,1,0,1,0,0,0,0,-1,-1,-1,0,0,0,19584,22494,0,4895,5622,0,0.15,0.15,0.0,None,0,0,0,1.0,1.0,0,0.0,0,0.92,0.92,1,10,0.0,0.0,0,0,0,battery_mid,NE,0
diff --git a/Example_Systems/MethodofMorrisExample/OneZone/Resources/Thermal.csv b/Example_Systems/MethodofMorrisExample/OneZone/Resources/Thermal.csv
deleted file mode 100644
index 69bb843c0a..0000000000
--- a/Example_Systems/MethodofMorrisExample/OneZone/Resources/Thermal.csv
+++ /dev/null
@@ -1,2 +0,0 @@
-Resource,Zone,Model,LDS,New_Build,Can_Retire,Existing_Cap_MW,Max_Cap_MW,Min_Cap_MW,Inv_Cost_per_MWyr,Fixed_OM_Cost_per_MWyr,Var_OM_Cost_per_MWh,Heat_Rate_MMBTU_per_MWh,Fuel,Cap_Size,Start_Cost_per_MW,Start_Fuel_MMBTU_per_MW,Up_Time,Down_Time,Ramp_Up_Percentage,Ramp_Dn_Percentage,Hydro_Energy_to_Power_Ratio,Min_Power,Reg_Max,Rsv_Max,Reg_Cost,Rsv_Cost,MGA,Resource_Type,region,cluster
-natural_gas_combined_cycle,1,1,0,1,0,0,-1,0,65400,10287,3.55,7.43,NG,250,91,2,6,6,0.64,0.64,0,0.468,0.25,0.5,0,0,1,natural_gas_fired_combined_cycle,NE,1
diff --git a/Example_Systems/MethodofMorrisExample/OneZone/Resources/Vre.csv b/Example_Systems/MethodofMorrisExample/OneZone/Resources/Vre.csv
deleted file mode 100644
index 48d0d25386..0000000000
--- a/Example_Systems/MethodofMorrisExample/OneZone/Resources/Vre.csv
+++ /dev/null
@@ -1,3 +0,0 @@
-Resource,Zone,LDS,Num_VRE_Bins,New_Build,Can_Retire,Existing_Cap_MW,Max_Cap_MW,Min_Cap_MW,Inv_Cost_per_MWyr,Fixed_OM_Cost_per_MWyr,Var_OM_Cost_per_MWh,Heat_Rate_MMBTU_per_MWh,Fuel,Cap_Size,Start_Cost_per_MW,Start_Fuel_MMBTU_per_MW,Ramp_Up_Percentage,Ramp_Dn_Percentage,Hydro_Energy_to_Power_Ratio,Min_Power,Reg_Max,Rsv_Max,Reg_Cost,Rsv_Cost,MGA,Resource_Type,region,cluster
-solar_pv,1,0,1,1,0,0,-1,0,85300,18760,0.0,9.13,None,0,0,0,1.0,1.0,0,0.0,0.0,0.0,0,0,1,solar_photovoltaic,NE,1
-onshore_wind,1,0,1,1,0,0,-1,0,97200,43205,0.1,9.12,None,0,0,0,1.0,1.0,0,0.0,0.0,0.0,0,0,1,onshore_wind_turbine,NE,1
diff --git a/Example_Systems/MethodofMorrisExample/OneZone/Run.jl b/Example_Systems/MethodofMorrisExample/OneZone/Run.jl
deleted file mode 100644
index b44ca23ec1..0000000000
--- a/Example_Systems/MethodofMorrisExample/OneZone/Run.jl
+++ /dev/null
@@ -1,3 +0,0 @@
-using GenX
-
-run_genx_case!(dirname(@__FILE__))
diff --git a/Example_Systems/MethodofMorrisExample/OneZone/Settings/cbc_settings.yml b/Example_Systems/MethodofMorrisExample/OneZone/Settings/cbc_settings.yml
deleted file mode 100644
index 92c6fa892f..0000000000
--- a/Example_Systems/MethodofMorrisExample/OneZone/Settings/cbc_settings.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-# CBC Solver Parameters
-# Common solver settings
-TimeLimit: 110000 # Solution timeout limit. For example, set_optimizer_attribute(model, "seconds", 60.0).
-
-#CBC-specific solver settings
-logLevel: 1 # Set to 1 to enable solution output. For example, set_optimizer_attribute(model, "logLevel", 1).
-maxSolutions: -1 # Terminate after this many feasible solutions have been found. For example, set_optimizer_attribute(model, "maxSolutions", 1).
-maxNodes: 2000 # Terminate after this many branch-and-bound nodes have been evaluated. For example, set_optimizer_attribute(model, "maxNodes", 1).
-allowableGap: 1 # Terminate after optimality gap is less than this value (on an absolute scale). For example, set_optimizer_attribute(model, "allowableGap", 0.05).
-ratioGap: 0.01 # Terminate after optimality gap is smaller than this relative fraction. For example, set_optimizer_attribute(model, "allowableGap", 0.05).
-threads: 2 # Set the number of threads to use for parallel branch & bound. For example, set_optimizer_attribute(model, "threads", 2)
diff --git a/Example_Systems/MethodofMorrisExample/OneZone/Settings/clp_settings.yml b/Example_Systems/MethodofMorrisExample/OneZone/Settings/clp_settings.yml
deleted file mode 100644
index 491a9bb27e..0000000000
--- a/Example_Systems/MethodofMorrisExample/OneZone/Settings/clp_settings.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-# Clp Solver parameters https://github.com/jump-dev/Clp.jl
-# Common solver settings
-Feasib_Tol: 1e-5 # Primal/Dual feasibility tolerance
-TimeLimit: -1.0 # Terminate after this many seconds have passed. A negative value means no time limit
-Pre_Solve: 0 # Set to 1 to disable presolve
-Method: 5 # Solution method: dual simplex (0), primal simplex (1), sprint (2), barrier with crossover (3), barrier without crossover (4), automatic (5)
-
-#Clp-specific solver settings
-DualObjectiveLimit: 1e308 # When using dual simplex (where the objective is monotonically changing), terminate when the objective exceeds this limit
-MaximumIterations: 2147483647 # Terminate after performing this number of simplex iterations
-LogLevel: 1 # Set to 1, 2, 3, or 4 for increasing output. Set to 0 to disable output
-InfeasibleReturn: 0 # Set to 1 to return as soon as the problem is found to be infeasible (by default, an infeasibility proof is computed as well)
-Scaling: 3 # 0 -off, 1 equilibrium, 2 geometric, 3 auto, 4 dynamic(later)
-Perturbation: 100 # switch on perturbation (50), automatic (100), don't try perturbing (102)
diff --git a/Example_Systems/MethodofMorrisExample/OneZone/Settings/genx_settings.yml b/Example_Systems/MethodofMorrisExample/OneZone/Settings/genx_settings.yml
deleted file mode 100644
index 470534eee4..0000000000
--- a/Example_Systems/MethodofMorrisExample/OneZone/Settings/genx_settings.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-MacOrWindows: Mac # Set to either "Mac" (also works for Linux) or "Windows" to ensure use of proper file directory separator "\" or "/
-PrintModel: 0 # Write the model formulation as an output; 0 = active; 1 = not active
-NetworkExpansion: 0 # Transmission network expansionl; 0 = not active; 1 = active systemwide
-Trans_Loss_Segments: 1 # Number of segments used in piecewise linear approximation of transmission losses; 1 = linear, >2 = piecewise quadratic
-Reserves: 0 # Regulation (primary) and operating (secondary) reserves; 0 = not active, 1 = active systemwide
-EnergyShareRequirement: 0 # Minimum qualifying renewables penetration; 0 = not active; 1 = active systemwide
-CapacityReserveMargin: 0 # Number of capacity reserve margin constraints; 0 = not active; 1 = active systemwide
-CO2Cap: 0 # CO2 emissions cap; 0 = not active (no CO2 emission limit); 1 = mass-based emission limit constraint; 2 = demand + rate-based emission limit constraint; 3 = generation + rate-based emission limit constraint
-StorageLosses: 1 # Energy Share Requirement and CO2 constraints account for energy lost; 0 = not active (DO NOT account for energy lost); 1 = active systemwide (DO account for energy lost)
-MinCapReq: 0 # Activate minimum technology carveout constraints; 0 = not active; 1 = active
-MaxCapReq: 0 # Activate maximum technology carveout constraints; 0 = not active; 1 = active
-ParameterScale: 1 # Turn on parameter scaling wherein demand, capacity and power variables are defined in GW rather than MW. 0 = not active; 1 = active systemwide
-WriteShadowPrices: 1 # Write shadow prices of LP or relaxed MILP; 0 = not active; 1 = active
-UCommit: 0 # Unit committment of thermal power plants; 0 = not active; 1 = active using integer clestering; 2 = active using linearized clustering
-TimeDomainReductionFolder: "TDR_Results" # Directory name where results from time domain reduction will be saved. If results already exist here, these will be used without running time domain reduction script again.
-TimeDomainReduction: 1 # Time domain reduce (i.e. cluster) inputs based on Demand_data.csv, Generators_variability.csv, and Fuels_data.csv; 0 = not active (use input data as provided); 0 = active (cluster input data, or use data that has already been clustered)
-ModelingToGenerateAlternatives: 0 # Modeling to generate alternatives; 0 = not active; 1 = active. Note: produces a single solution as output
-ModelingtoGenerateAlternativeSlack: 0.1 # Slack value as a fraction of least-cost objective in budget constraint used for evaluating alternative model solutions; positive float value
-ModelingToGenerateAlternativeIterations: 3 #Number of MGA Iterations
-MethodofMorris: 1 #Flag for turning on the Method of Morris analysis
diff --git a/Example_Systems/MethodofMorrisExample/OneZone/Settings/gurobi_settings.yml b/Example_Systems/MethodofMorrisExample/OneZone/Settings/gurobi_settings.yml
deleted file mode 100644
index e0f2ec151b..0000000000
--- a/Example_Systems/MethodofMorrisExample/OneZone/Settings/gurobi_settings.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-# Gurobi Solver Parameters
-# Common solver settings
-Feasib_Tol: 1.0e-05 # Constraint (primal) feasibility tolerances.
-Optimal_Tol: 1e-5 # Dual feasibility tolerances.
-TimeLimit: 110000 # Limits total time solver.
-Pre_Solve: 1 # Controls presolve level.
-Method: 4 # Algorithm used to solve continuous models (including MIP root relaxation).
-
-#Gurobi-specific solver settings
-MIPGap: 1e-3 # Relative (p.u. of optimal) mixed integer optimality tolerance for MIP problems (ignored otherwise).
-BarConvTol: 1.0e-08 # Barrier convergence tolerance (determines when barrier terminates).
-NumericFocus: 0 # Numerical precision emphasis.
-Crossover: -1 # Barrier crossver strategy.
-PreDual: 0 # Decides whether presolve should pass the primal or dual linear programming problem to the LP optimization algorithm.
-AggFill: 10 # Allowed fill during presolve aggregation.
diff --git a/Example_Systems/MethodofMorrisExample/OneZone/Settings/highs_settings.yml b/Example_Systems/MethodofMorrisExample/OneZone/Settings/highs_settings.yml
deleted file mode 100644
index f447d088e3..0000000000
--- a/Example_Systems/MethodofMorrisExample/OneZone/Settings/highs_settings.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-# HiGHS Solver Parameters
-# Common solver settings
-Feasib_Tol: 1.0e-05 # Primal feasibility tolerance # [type: double, advanced: false, range: [1e-10, inf], default: 1e-07]
-Optimal_Tol: 1.0e-05 # Dual feasibility tolerance # [type: double, advanced: false, range: [1e-10, inf], default: 1e-07]
-TimeLimit: 1.0e23 # Time limit # [type: double, advanced: false, range: [0, inf], default: inf]
-Pre_Solve: choose # Presolve option: "off", "choose" or "on" # [type: string, advanced: false, default: "choose"]
-Method: ipm #HiGHS-specific solver settings # Solver option: "simplex", "choose" or "ipm" # [type: string, advanced: false, default: "choose"]
-
-# run the crossover routine for ipx
-# [type: string, advanced: "on", range: {"off", "on"}, default: "off"]
-run_crossover: "off"
diff --git a/Example_Systems/MethodofMorrisExample/OneZone/Settings/time_domain_reduction_settings.yml b/Example_Systems/MethodofMorrisExample/OneZone/Settings/time_domain_reduction_settings.yml
deleted file mode 100644
index ab4464136a..0000000000
--- a/Example_Systems/MethodofMorrisExample/OneZone/Settings/time_domain_reduction_settings.yml
+++ /dev/null
@@ -1,151 +0,0 @@
-#####
-#
-# TIME DOMAIN REDUCTION SETTINGS
-#
-# Set parameters here that organize how your full timeseries
-# data will be divided into representative period clusters.
-# Ensure that time_domain_reduction is set to 1 in GenX_settings.yml
-# before running. Run within GenX or use PreCluster.jl to test and
-# examine representative period output before proceeding.
-# Specify your data input directory as inpath within Run_test.jl
-# or PreCluster.jl.
-#
-#####
-
- # - TimestepsPerRepPeriod
- # Typically 168 timesteps (e.g., hours) per period, this designates
- # the length of each representative period.
-TimestepsPerRepPeriod: 168
-
- # - ClusterMethod
- # Either 'kmeans' or 'kmedoids', this designates the method used to cluster
- # periods and determine each point's representative period.
-ClusterMethod: 'kmeans'
-
- # - ScalingMethod
- # Either 'N' or 'S', this designates directs the module to normalize ([0,1])
- # or standardize (mean 0, variance 1) the input data.
-ScalingMethod: "S"
-
- # - MaxPeriods
- # The maximum number of periods - both clustered periods and extreme periods -
- # that may be used to represent the input data. If IterativelyAddPeriods is on and the
- # error threshold is never met, this will be the total number of periods.
-MaxPeriods: 11
-
- # - MinPeriods
- # The minimum number of periods used to represent the input data. If using
- # UseExtremePeriods, this must be at least the number of extreme periods requests. If
- # IterativelyAddPeriods if off, this will be the total number of periods.
-MinPeriods: 6
-
- # - IterativelyAddPeriods
- # Either 'yes' or 'no', this designates whether or not to add periods
- # until the error threshold between input data and represented data is met or the maximum
- # number of periods is reached.
-IterativelyAddPeriods: 1
-
- # - IterateMethod
- # Either 'cluster' or 'extreme', this designates whether to add clusters to
- # the kmeans/kmedoids method or to set aside the worst-fitting periods as a new extreme periods.
- # The default option is 'cluster'.
-IterateMethod: "cluster"
-
- # - Threshold
- # Iterative period addition will end if the period farthest (Euclidean Distance)
- # from its representative period is within this percentage of the total possible error (for normalization)
- # or ~95% of the total possible error (for standardization). E.g., for a threshold of 0.01,
- # every period must be within 1% of the spread of possible error before the clustering
- # iterations will terminate (or until the max number of periods is reached).
-Threshold: 0.05
-
- # - nReps
- # The number of times to repeat each kmeans/kmedoids clustering at the same setting.
-nReps: 100
-
- # - DemandWeight
- # Default 1, this is an optional multiplier on demand columns in order to prioritize
- # better fits for demand profiles over resource capacity factor profiles.
-DemandWeight: 1
-
- # - WeightTotal
- # Default 8760, the sum to which the relative weights of representative periods will be scaled.
-WeightTotal: 8760
-
- # - ClusterFuelPrices
- # Either 'yes' ro 'no', this indicates whether or not to use the fuel price
- # time series in Fuels_data.csv in the clustering process. If 'no', this function will still write
- # Fuels_data_clustered.csv with reshaped fuel prices based on the number and size of the
- # representative weeks, assuming a constant time series of fuel prices with length equal to the
- # number of timesteps in the raw input data.
-ClusterFuelPrices: 1
-
- # - MultiStageConcatenate
- # (Only considered if MultiStage = 1 in genx_settings.yml)
- # If 1, this designates that the model should time domain reduce the input data
- # of all model stages together. Else if 0, the model will time domain reduce each
- # stage separately
-MultiStageConcatenate: 0
-
- # - UseExtremePeriods
- # Either 'yes' or 'no', this designates whether or not to include
- # outliers (by performance or demand/resource extreme) as their own representative periods.
- # This setting automatically includes the periods with maximum demand, minimum solar cf and
- # minimum wind cf as extreme periods.
-UseExtremePeriods: 1
-
-# STILL IN DEVELOPMENT - Currently just uses integral max demand, integral min PV and wind.
-# - ExtremePeriods
-# Use this to define which periods to be included among the final representative periods
-# as "Extreme Periods".
-# Select by profile type: demand ("Demand"), solar PV capacity factors ("PV"), and wind capacity factors ("Wind").
-# Select whether to examine these profiles by zone ("Zone") or across the whole system ("System").
-# Select whether to look for absolute max/min at the timestep level ("Absolute")
-# or max/min sum across the period ("Integral").
-# Select whether you want the maximum ("Max") or minimum ("Min") (of the prior type) for each profile type.
-ExtremePeriods:
- Demand:
- Zone:
- Absolute:
- Max: 0
- Min: 0
- Integral:
- Max: 0
- Min: 0
- System:
- Absolute:
- Max: 1
- Min: 0
- Integral:
- Max: 0
- Min: 0
- PV:
- Zone:
- Absolute:
- Max: 0
- Min: 0
- Integral:
- Max: 0
- Min: 1
- System:
- Absolute:
- Max: 0
- Min: 0
- Integral:
- Max: 0
- Min: 0
- Wind:
- Zone:
- Absolute:
- Max: 0
- Min: 0
- Integral:
- Max: 0
- Min: 1
- System:
- Absolute:
- Max: 0
- Min: 0
- Integral:
- Max: 0
- Min: 0
diff --git a/Example_Systems/MethodofMorrisExample/OneZone/testing_Method_of_Morris.xlsx b/Example_Systems/MethodofMorrisExample/OneZone/testing_Method_of_Morris.xlsx
deleted file mode 100644
index a450e26b5d..0000000000
Binary files a/Example_Systems/MethodofMorrisExample/OneZone/testing_Method_of_Morris.xlsx and /dev/null differ
diff --git a/Example_Systems/PiecewiseFuel_CO2_Example/PiecewiseFuelUsage_data_description.pptx b/Example_Systems/PiecewiseFuel_CO2_Example/PiecewiseFuelUsage_data_description.pptx
deleted file mode 100644
index 76b8a24af7..0000000000
Binary files a/Example_Systems/PiecewiseFuel_CO2_Example/PiecewiseFuelUsage_data_description.pptx and /dev/null differ
diff --git a/Example_Systems/PiecewiseFuel_CO2_Example/README.md b/Example_Systems/PiecewiseFuel_CO2_Example/README.md
deleted file mode 100644
index 0eeec17c6e..0000000000
--- a/Example_Systems/PiecewiseFuel_CO2_Example/README.md
+++ /dev/null
@@ -1,17 +0,0 @@
-# PiecewiseFuel_CO2
-
-**PiecewiseFuel_CO2** is a 24 hr example and contains only one zone. It is condensed for easy and quick testing of CO2, biomass, and piecewise fuel usage related functions of the GenX. This testing
-system only includes natural gas ccs, wind, and biomass with ccs, all set at a fixed initial
-capacity, and does not allow for building additional capacity. For natural gas ccs generator, we provide picewise fuel usage (PWFU) parameters to represent the fuel consumption at differernt load point. Please refer to "PiecewiseFuelUsage_data_description.pptx" for a sylized visual representation of PWFU segments and corresponding data requirements. When UC >= 1 and PWFU parameters are provided in "Generator_data.csv", the standard heat rate (i.e., Heat_Rate_MMBTU_per_MWh) will not be used unless UC = 0.
-
-To run the model, first navigate to the example directory at `GenX/Example_Systems/PiecewiseFuel_CO2`:
-
-`cd("Example_Systems/PiecewiseFuel_CO2")`
-
-Next, ensure that your settings in `GenX_settings.yml` are correct. The linear clustering unit commitment method (UC = 2) is used. The default settings use the solver HiGHS (`Solver: HiGHS`). A mass-based carbon cap of 0 t CO2 (net-zero) is specified in the `CO2_cap.csv` input file.
-
-Once the settings are confirmed, run the model with the `Run.jl` script in the example directory:
-
-`include("Run.jl")`
-
-Once the model has completed, results will write to the `Results` directory.
diff --git a/Example_Systems/PiecewiseFuel_CO2_Example/Resources/Thermal.csv b/Example_Systems/PiecewiseFuel_CO2_Example/Resources/Thermal.csv
deleted file mode 100644
index 22848e5d5c..0000000000
--- a/Example_Systems/PiecewiseFuel_CO2_Example/Resources/Thermal.csv
+++ /dev/null
@@ -1,3 +0,0 @@
-Resource,Zone,Model,Num_VRE_Bins,New_Build,Can_Retire,Existing_Cap_MW,Existing_Cap_MWh,Existing_Charge_Cap_MW,Max_Cap_MW,Max_Cap_MWh,Max_Charge_Cap_MW,Min_Cap_MW,Inv_Cost_per_MWyr,Inv_Cost_per_MWhyr,Inv_Cost_Charge_per_MWyr,Fixed_OM_Cost_per_MWyr,Fixed_OM_Cost_per_MWhyr,Fixed_OM_Cost_Charge_per_MWyr,Var_OM_Cost_per_MWh,Var_OM_Cost_per_MWh_In,Heat_Rate_MMBTU_per_MWh,Fuel,Cap_Size,Start_Cost_per_MW,Start_Fuel_MMBTU_per_MW,Up_Time,Down_Time,Ramp_Up_Percentage,Ramp_Dn_Percentage,Min_Power,Eff_Up,Eff_Down,Resource_Type,region,cluster,PWFU_Fuel_Usage_Zero_Load_MMBTU_per_h,PWFU_Heat_Rate_MMBTU_per_MWh_1,PWFU_Heat_Rate_MMBTU_per_MWh_2,PWFU_Load_Point_MW_1,PWFU_Load_Point_MW_2,CO2_Capture_Fraction,CO2_Capture_Fraction_Startup,CCS_Disposal_Cost_per_Metric_Ton,Biomass
-natural_gas_combined_cycle_ccs,1,1,0,0,1,15000,0,0,-1,-1,-1,0,0,0,0,0,0,0,5,0,0,NG,250,91,2,6,6,0.64,0.64,0.468,1,1,natural_gas_fired_combined_cycle_ccs,NE,1,400,6,7.2,160,250,0.9,0.6,20,0
-biomass_ccs,1,1,0,0,1,300,0,0,-1,-1,-1,0,0,0,0,0,0,0,10,0,10,Biomass,300,91,2,6,6,0.64,0.64,0.468,1,1,biomass_ccs,NE,1,0,0,0,0,0,0.9,0.6,20,1
\ No newline at end of file
diff --git a/Example_Systems/PiecewiseFuel_CO2_Example/Resources/Vre.csv b/Example_Systems/PiecewiseFuel_CO2_Example/Resources/Vre.csv
deleted file mode 100644
index 2c8960f7d0..0000000000
--- a/Example_Systems/PiecewiseFuel_CO2_Example/Resources/Vre.csv
+++ /dev/null
@@ -1,2 +0,0 @@
-Resource,Zone,Num_VRE_Bins,New_Build,Can_Retire,Existing_Cap_MW,Existing_Cap_MWh,Existing_Charge_Cap_MW,Max_Cap_MW,Max_Cap_MWh,Max_Charge_Cap_MW,Min_Cap_MW,Inv_Cost_per_MWyr,Inv_Cost_per_MWhyr,Inv_Cost_Charge_per_MWyr,Fixed_OM_Cost_per_MWyr,Fixed_OM_Cost_per_MWhyr,Fixed_OM_Cost_Charge_per_MWyr,Var_OM_Cost_per_MWh,Var_OM_Cost_per_MWh_In,Heat_Rate_MMBTU_per_MWh,Fuel,Cap_Size,Start_Cost_per_MW,Start_Fuel_MMBTU_per_MW,Up_Time,Down_Time,Ramp_Up_Percentage,Ramp_Dn_Percentage,Min_Power,Eff_Up,Eff_Down,Resource_Type,region,cluster,PWFU_Fuel_Usage_Zero_Load_MMBTU_per_h,PWFU_Heat_Rate_MMBTU_per_MWh_1,PWFU_Heat_Rate_MMBTU_per_MWh_2,PWFU_Load_Point_MW_1,PWFU_Load_Point_MW_2,CO2_Capture_Fraction,CO2_Capture_Fraction_Startup,CCS_Disposal_Cost_per_Metric_Ton,Biomass
-onshore_wind,1,1,0,1,15000,0,0,-1,-1,-1,0,0,0,0,0,0,0,0,0,0,None,100,0,0,0,0,1,1,0,1,1,onshore_wind_turbine,NE,1,0,0,0,0,0,0,0,0,0
\ No newline at end of file
diff --git a/Example_Systems/PiecewiseFuel_CO2_Example/Run.jl b/Example_Systems/PiecewiseFuel_CO2_Example/Run.jl
deleted file mode 100644
index b44ca23ec1..0000000000
--- a/Example_Systems/PiecewiseFuel_CO2_Example/Run.jl
+++ /dev/null
@@ -1,3 +0,0 @@
-using GenX
-
-run_genx_case!(dirname(@__FILE__))
diff --git a/Example_Systems/PiecewiseFuel_CO2_Example/Settings/genx_settings.yml b/Example_Systems/PiecewiseFuel_CO2_Example/Settings/genx_settings.yml
deleted file mode 100644
index f24ebf08da..0000000000
--- a/Example_Systems/PiecewiseFuel_CO2_Example/Settings/genx_settings.yml
+++ /dev/null
@@ -1,98 +0,0 @@
-## Model settings
-# --------------
-
-# Number of segments used in piecewise linear approximation of transmission losses;
-# 1 = linear
-# >2 = piecewise quadratic
-Trans_Loss_Segments: 1
-
-# Unit committment of thermal power plants;
-# 0 = not active
-# 1 = active using integer clustering
-# 2 = active using linearized clustering
-UCommit: 2
-
-## Policy settings
-# ---------------
-
-# Regulation (primary) and operating (secondary) reserves
-# 0 = not active
-# 1 = active systemwide
-# Reserves: 0
-
-# Minimum qualifying renewables penetration
-# 0 = not active
-# 1 = active systemwide
-# EnergyShareRequirement: 0
-
-# Number of capacity reserve margin constraints
-# 0 = not active
-# 1 = active systemwide
-# CapacityReserveMargin: 0
-
-# CO2 emissions cap
-# 0 = not active (no CO2 emission limit)
-# 1 = mass-based emission limit constraint
-# 2 = demand + rate-based emission limit constraint
-# 3 = generation + rate-based emission limit constraint
-CO2Cap: 1
-
-# Let lost energy be accounted for in Energy Share Requirement and CO2 constraints
-# 0 = not active (DO NOT account for energy lost);
-# 1 = active systemwide (DO account for energy lost)
-# StorageLosses: 0
-
-# Activate minimum technology carveout constraints
-# 0 = not active
-# 1 = active
-# MinCapReq: 0
-
-# Activate maximum technology limits
-# 0 = not active
-# 1 = active
-# MaxCapReq: 0
-#
-# Transmission network expansion
-# 0 = not active
-# 1 = active systemwide
-# NetworkExpansion: 1
-
-# Hydrogen electrolyzer hourly supply matching required?
-# 0 = constraint ot active
-# 1 = constraint active for all electrolyzer resources
-# HydrogenHourlyMatching: 0
-
-## Solution settings
-# ----------------
-
-# Internally scale demand, capacity and power variables in GW rather than MW.
-# 0 = not active
-# 1 = active systemwide
-ParameterScale: 1
-
-# Time domain reduce (i.e. cluster) inputs based on demand, resource availability profiles, and fuel prices;
-# 0 = not active (use input data as provided)
-# 1 = active (cluster input data, or use data that has already been clustered)
-# TimeDomainReduction: 0
-
-# Directory where results from time domain reduction will be saved.
-# If results already exist, these will be used without running time domain reduction script again.
-# TimeDomainReductionFolder: "TDR_Results"
-
-## Output settings
-# ----------------
-
-# Write shadow prices of LP or relaxed MILP
-# 0 = not active
-# 1 = active
-WriteShadowPrices: 1
-
-# Overwrite existing results in output folder or create a new one;
-# 0 = create new folder
-# 1 = overwrite existing results
-# OverwriteResults: 0
-
-# Write the model formulation as an output;
-# 0 = active
-# 1 = not active
-# PrintModel: 0
diff --git a/Example_Systems/PiecewiseFuel_CO2_Example/Settings/gurobi_settings.yml b/Example_Systems/PiecewiseFuel_CO2_Example/Settings/gurobi_settings.yml
deleted file mode 100644
index 0aa53a56d3..0000000000
--- a/Example_Systems/PiecewiseFuel_CO2_Example/Settings/gurobi_settings.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-# Gurobi Solver Parameters
-# Common solver settings
-Feasib_Tol: 1.0e-05 # Constraint (primal) feasibility tolerances.
-Optimal_Tol: 1e-5 # Dual feasibility tolerances.
-TimeLimit: 110000 # Limits total time solver.
-Pre_Solve: 1 # Controls presolve level.
-Method: 2 # Algorithm used to solve continuous models (including MIP root relaxation).
-
-#Gurobi-specific solver settings
-MIPGap: 1e-3 # Relative (p.u. of optimal) mixed integer optimality tolerance for MIP problems (ignored otherwise).
-BarConvTol: 1.0e-08 # Barrier convergence tolerance (determines when barrier terminates).
-NumericFocus: 0 # Numerical precision emphasis.
-Crossover: 0 # Barrier crossver strategy.
-PreDual: 0 # Decides whether presolve should pass the primal or dual linear programming problem to the LP optimization algorithm.
-AggFill: 10 # Allowed fill during presolve aggregation.
diff --git a/Example_Systems/PiecewiseFuel_CO2_Example/Settings/highs_settings.yml b/Example_Systems/PiecewiseFuel_CO2_Example/Settings/highs_settings.yml
deleted file mode 100644
index bb4b286074..0000000000
--- a/Example_Systems/PiecewiseFuel_CO2_Example/Settings/highs_settings.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-# HiGHS Solver Parameters
-# Common solver settings
-Feasib_Tol: 1.0e-05 # Primal feasibility tolerance # [type: double, advanced: false, range: [1e-10, inf], default: 1e-07]
-Optimal_Tol: 1.0e-05 # Dual feasibility tolerance # [type: double, advanced: false, range: [1e-10, inf], default: 1e-07]
-TimeLimit: 1.0e23 # Time limit # [type: double, advanced: false, range: [0, inf], default: inf]
-Pre_Solve: choose # Presolve option: "off", "choose" or "on" # [type: string, advanced: false, default: "choose"]
-Method: choose #HiGHS-specific solver settings # Solver option: "simplex", "choose" or "ipm" # [type: string, advanced: false, default: "choose"]
-
-#highs-specific solver settings
-
-# run the crossover routine for ipx
-# [type: string, advanced: "on", range: {"off", "on"}, default: "off"]
-run_crossover: "off"
diff --git a/Example_Systems/ProprietarySolver/Demand_data.csv b/Example_Systems/ProprietarySolver/Demand_data.csv
deleted file mode 100644
index a8a2c224e7..0000000000
--- a/Example_Systems/ProprietarySolver/Demand_data.csv
+++ /dev/null
@@ -1,25 +0,0 @@
-Voll,Demand_Segment,Cost_of_Demand_Curtailment_per_MW,Max_Demand_Curtailment,Rep_Periods,Timesteps_per_Rep_Period,Sub_Weights,Time_Index,Demand_MW_z1
-50000,1,1,1,1,24,8760,1,11162
-,,,,,,,2,10556
-,,,,,,,3,10105
-,,,,,,,4,9878
-,,,,,,,5,9843
-,,,,,,,6,10017
-,,,,,,,7,10390
-,,,,,,,8,10727
-,,,,,,,9,11298
-,,,,,,,10,11859
-,,,,,,,11,12196
-,,,,,,,12,12321
-,,,,,,,13,12381
-,,,,,,,14,12270
-,,,,,,,15,12149
-,,,,,,,16,12219
-,,,,,,,17,13410
-,,,,,,,18,14539
-,,,,,,,19,14454
-,,,,,,,20,14012
-,,,,,,,21,13494
-,,,,,,,22,12772
-,,,,,,,23,11877
-,,,,,,,24,10874
diff --git a/Example_Systems/ProprietarySolver/README.md b/Example_Systems/ProprietarySolver/README.md
deleted file mode 100644
index 89cd020325..0000000000
--- a/Example_Systems/ProprietarySolver/README.md
+++ /dev/null
@@ -1,5 +0,0 @@
-# Proprietary solver example
-
-This demonstrates how to use a proprietary solver such as Gurobi or CPLEX, instead of the default solver HiGHS.
-
-See `Run.jl` and the `Solver` setting in `Settings/genx_settings.yml`.
diff --git a/Example_Systems/ProprietarySolver/Resources/Resource_maximum_capacity_requirement.csv b/Example_Systems/ProprietarySolver/Resources/Resource_maximum_capacity_requirement.csv
deleted file mode 100644
index 68736c15dc..0000000000
--- a/Example_Systems/ProprietarySolver/Resources/Resource_maximum_capacity_requirement.csv
+++ /dev/null
@@ -1,4 +0,0 @@
-Resource,Max_Cap_1,Max_Cap_2,Max_Cap_3
-solar_pv,1,0,0
-onshore_wind,0,1,0
-battery,0,0,1
\ No newline at end of file
diff --git a/Example_Systems/ProprietarySolver/Resources/Storage.csv b/Example_Systems/ProprietarySolver/Resources/Storage.csv
deleted file mode 100644
index 03fd2b1a46..0000000000
--- a/Example_Systems/ProprietarySolver/Resources/Storage.csv
+++ /dev/null
@@ -1,2 +0,0 @@
-Resource,Zone,Model,LDS,New_Build,Can_Retire,Existing_Cap_MW,Existing_Cap_MWh,Existing_Charge_Cap_MW,Max_Cap_MW,Max_Cap_MWh,Max_Charge_Cap_MW,Min_Cap_MW,Min_Cap_MWh,Min_Charge_Cap_MW,Inv_Cost_per_MWyr,Inv_Cost_per_MWhyr,Inv_Cost_Charge_per_MWyr,Fixed_OM_Cost_per_MWyr,Fixed_OM_Cost_per_MWhyr,Fixed_OM_Cost_Charge_per_MWyr,Var_OM_Cost_per_MWh,Var_OM_Cost_per_MWh_In,Heat_Rate_MMBTU_per_MWh,Fuel,Cap_Size,Start_Cost_per_MW,Start_Fuel_MMBTU_per_MW,Ramp_Up_Percentage,Ramp_Dn_Percentage,Min_Power,Self_Disch,Eff_Up,Eff_Down,Min_Duration,Max_Duration,Resource_Type,region,cluster
-battery,1,1,0,1,0,0,0,0,-1,-1,-1,0,0,0,19584,22494,0,4895,5622,0,0.15,0.15,0.0,None,0,0,0,1.0,1.0,0.0,0,0.92,0.92,1,10,battery_mid,NE,0
diff --git a/Example_Systems/ProprietarySolver/Resources/Thermal.csv b/Example_Systems/ProprietarySolver/Resources/Thermal.csv
deleted file mode 100644
index 424365b1e7..0000000000
--- a/Example_Systems/ProprietarySolver/Resources/Thermal.csv
+++ /dev/null
@@ -1,2 +0,0 @@
-Resource,Zone,Model,LDS,New_Build,Can_Retire,Existing_Cap_MW,Max_Cap_MW,Min_Cap_MW,Inv_Cost_per_MWyr,Fixed_OM_Cost_per_MWyr,Var_OM_Cost_per_MWh,Heat_Rate_MMBTU_per_MWh,Fuel,Cap_Size,Start_Cost_per_MW,Start_Fuel_MMBTU_per_MW,Up_Time,Down_Time,Ramp_Up_Percentage,Ramp_Dn_Percentage,Min_Power,Resource_Type,region,cluster
-natural_gas_combined_cycle,1,1,0,1,0,0,-1,0,65400,10287,3.55,7.43,NG,250,91,2,6,6,0.64,0.64,0.468,natural_gas_fired_combined_cycle,NE,1
diff --git a/Example_Systems/ProprietarySolver/Resources/Vre.csv b/Example_Systems/ProprietarySolver/Resources/Vre.csv
deleted file mode 100644
index 58e3419bcc..0000000000
--- a/Example_Systems/ProprietarySolver/Resources/Vre.csv
+++ /dev/null
@@ -1,3 +0,0 @@
-Resource,Zone,LDS,Num_VRE_Bins,New_Build,Can_Retire,Existing_Cap_MW,Max_Cap_MW,Min_Cap_MW,Inv_Cost_per_MWyr,Fixed_OM_Cost_per_MWyr,Var_OM_Cost_per_MWh,Heat_Rate_MMBTU_per_MWh,Fuel,Cap_Size,Start_Cost_per_MW,Start_Fuel_MMBTU_per_MW,Ramp_Up_Percentage,Ramp_Dn_Percentage,Min_Power,Resource_Type,region,cluster
-solar_pv,1,0,1,1,0,0,-1,0,85300,18760,0.0,9.13,None,0,0,0,1.0,1.0,0.0,solar_photovoltaic,NE,1
-onshore_wind,1,0,1,1,0,0,-1,0,97200,43205,0.1,9.12,None,0,0,0,1.0,1.0,0.0,onshore_wind_turbine,NE,1
diff --git a/Example_Systems/ProprietarySolver/Run.jl b/Example_Systems/ProprietarySolver/Run.jl
deleted file mode 100644
index 793ad469fb..0000000000
--- a/Example_Systems/ProprietarySolver/Run.jl
+++ /dev/null
@@ -1,5 +0,0 @@
-using GenX, Gurobi
-
-optimizer = Gurobi.Optimizer
-
-run_genx_case!(dirname(@__FILE__),optimizer)
diff --git a/Example_Systems/ProprietarySolver/Settings/genx_settings.yml b/Example_Systems/ProprietarySolver/Settings/genx_settings.yml
deleted file mode 100644
index d997679749..0000000000
--- a/Example_Systems/ProprietarySolver/Settings/genx_settings.yml
+++ /dev/null
@@ -1,98 +0,0 @@
-## Model settings
-# --------------
-
-# Number of segments used in piecewise linear approximation of transmission losses;
-# 1 = linear
-# >2 = piecewise quadratic
-Trans_Loss_Segments: 1
-
-# Unit committment of thermal power plants;
-# 0 = not active
-# 1 = active using integer clustering
-# 2 = active using linearized clustering
-UCommit: 2
-
-## Policy settings
-# ---------------
-
-# Regulation (primary) and operating (secondary) reserves
-# 0 = not active
-# 1 = active systemwide
-# Reserves: 0
-
-# Minimum qualifying renewables penetration
-# 0 = not active
-# 1 = active systemwide
-# EnergyShareRequirement: 0
-
-# Number of capacity reserve margin constraints
-# 0 = not active
-# 1 = active systemwide
-CapacityReserveMargin: 1
-
-# CO2 emissions cap
-# 0 = not active (no CO2 emission limit)
-# 1 = mass-based emission limit constraint
-# 2 = demand + rate-based emission limit constraint
-# 3 = generation + rate-based emission limit constraint
-CO2Cap: 2
-
-# Let lost energy be accounted for in Energy Share Requirement and CO2 constraints
-# 0 = not active (DO NOT account for energy lost);
-# 1 = active systemwide (DO account for energy lost)
-StorageLosses: 1
-
-# Activate minimum technology carveout constraints
-# 0 = not active
-# 1 = active
-# MinCapReq: 0
-
-# Activate maximum technology limits
-# 0 = not active
-# 1 = active
-MaxCapReq: 1
-#
-# Transmission network expansion
-# 0 = not active
-# 1 = active systemwide
-# NetworkExpansion: 0
-
-# Hydrogen electrolyzer hourly supply matching required?
-# 0 = no
-# 1 = yes
-# HydrogenHourlyMatching: 0
-
-## Solution settings
-# ----------------
-
-# Internally scale demand, capacity and power variables in GW rather than MW.
-# 0 = not active
-# 1 = active systemwide
-ParameterScale: 1
-
-# Time domain reduce (i.e. cluster) inputs based on demand, resource availability profiles, and fuel prices;
-# 0 = not active (use input data as provided)
-# 1 = active (cluster input data, or use data that has already been clustered)
-# TimeDomainReduction: 0
-
-# Directory where results from time domain reduction will be saved.
-# If results already exist, these will be used without running time domain reduction script again.
-# TimeDomainReductionFolder: "TDR_Results"
-
-## Output settings
-# ----------------
-
-# Write shadow prices of LP or relaxed MILP
-# 0 = not active
-# 1 = active
-WriteShadowPrices: 1
-
-# Overwrite existing results in output folder or create a new one;
-# 0 = create new folder
-# 1 = overwrite existing results
-# OverwriteResults: 0
-
-# Write the model formulation as an output;
-# 0 = active
-# 1 = not active
-# PrintModel: 0
diff --git a/Example_Systems/ProprietarySolver/Settings/gurobi_settings.yml b/Example_Systems/ProprietarySolver/Settings/gurobi_settings.yml
deleted file mode 100644
index 0aa53a56d3..0000000000
--- a/Example_Systems/ProprietarySolver/Settings/gurobi_settings.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-# Gurobi Solver Parameters
-# Common solver settings
-Feasib_Tol: 1.0e-05 # Constraint (primal) feasibility tolerances.
-Optimal_Tol: 1e-5 # Dual feasibility tolerances.
-TimeLimit: 110000 # Limits total time solver.
-Pre_Solve: 1 # Controls presolve level.
-Method: 2 # Algorithm used to solve continuous models (including MIP root relaxation).
-
-#Gurobi-specific solver settings
-MIPGap: 1e-3 # Relative (p.u. of optimal) mixed integer optimality tolerance for MIP problems (ignored otherwise).
-BarConvTol: 1.0e-08 # Barrier convergence tolerance (determines when barrier terminates).
-NumericFocus: 0 # Numerical precision emphasis.
-Crossover: 0 # Barrier crossver strategy.
-PreDual: 0 # Decides whether presolve should pass the primal or dual linear programming problem to the LP optimization algorithm.
-AggFill: 10 # Allowed fill during presolve aggregation.
diff --git a/Example_Systems/RealSystemExample/ISONE_Singlezone/CO2_cap.csv b/Example_Systems/RealSystemExample/ISONE_Singlezone/CO2_cap.csv
deleted file mode 100644
index 6ee92395f5..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Singlezone/CO2_cap.csv
+++ /dev/null
@@ -1,2 +0,0 @@
-,Network_zones,CO_2_Cap_Zone_1,CO_2_Max_Mtons_1
-NENG,z1,1,12.19
\ No newline at end of file
diff --git a/Example_Systems/RealSystemExample/ISONE_Singlezone/Capacity_reserve_margin.csv b/Example_Systems/RealSystemExample/ISONE_Singlezone/Capacity_reserve_margin.csv
deleted file mode 100644
index 3fd78a581b..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Singlezone/Capacity_reserve_margin.csv
+++ /dev/null
@@ -1,2 +0,0 @@
-,Network_zones,CapRes_1
-NENG,z1,0.193
\ No newline at end of file
diff --git a/Example_Systems/RealSystemExample/ISONE_Singlezone/Demand_data.csv b/Example_Systems/RealSystemExample/ISONE_Singlezone/Demand_data.csv
deleted file mode 100644
index 5b946cd9aa..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Singlezone/Demand_data.csv
+++ /dev/null
@@ -1,8761 +0,0 @@
-Voll,Demand_Segment,Cost_of_Demand_Curtailment_per_MW,Max_Demand_Curtailment,$/MWh,Rep_Periods,Timesteps_per_Rep_Period,Sub_Weights,Time_Index,Demand_MW_z1
-2000,1,1,1,2000,1,8760,8760,1,11162
-,2,0.9,0.04,1800,,,,2,10556
-,3,0.55,0.024,1100,,,,3,10105
-,4,0.2,0.003,400,,,,4,9878
-,,,,,,,,5,9843
-,,,,,,,,6,10017
-,,,,,,,,7,10390
-,,,,,,,,8,10727
-,,,,,,,,9,11298
-,,,,,,,,10,11859
-,,,,,,,,11,12196
-,,,,,,,,12,12321
-,,,,,,,,13,12381
-,,,,,,,,14,12270
-,,,,,,,,15,12149
-,,,,,,,,16,12219
-,,,,,,,,17,13410
-,,,,,,,,18,14539
-,,,,,,,,19,14454
-,,,,,,,,20,14012
-,,,,,,,,21,13494
-,,,,,,,,22,12772
-,,,,,,,,23,11877
-,,,,,,,,24,10874
-,,,,,,,,25,10025
-,,,,,,,,26,9511
-,,,,,,,,27,9264
-,,,,,,,,28,9208
-,,,,,,,,29,9410
-,,,,,,,,30,9924
-,,,,,,,,31,10696
-,,,,,,,,32,11329
-,,,,,,,,33,12105
-,,,,,,,,34,12899
-,,,,,,,,35,13482
-,,,,,,,,36,13721
-,,,,,,,,37,13699
-,,,,,,,,38,13611
-,,,,,,,,39,13568
-,,,,,,,,40,13774
-,,,,,,,,41,15066
-,,,,,,,,42,16374
-,,,,,,,,43,16230
-,,,,,,,,44,15838
-,,,,,,,,45,15197
-,,,,,,,,46,14189
-,,,,,,,,47,12940
-,,,,,,,,48,11808
-,,,,,,,,49,11057
-,,,,,,,,50,10682
-,,,,,,,,51,10502
-,,,,,,,,52,10524
-,,,,,,,,53,10901
-,,,,,,,,54,12021
-,,,,,,,,55,14003
-,,,,,,,,56,15113
-,,,,,,,,57,15301
-,,,,,,,,58,15406
-,,,,,,,,59,15544
-,,,,,,,,60,15570
-,,,,,,,,61,15507
-,,,,,,,,62,15485
-,,,,,,,,63,15426
-,,,,,,,,64,15639
-,,,,,,,,65,16860
-,,,,,,,,66,18195
-,,,,,,,,67,18230
-,,,,,,,,68,17924
-,,,,,,,,69,17341
-,,,,,,,,70,16318
-,,,,,,,,71,14952
-,,,,,,,,72,13756
-,,,,,,,,73,13012
-,,,,,,,,74,12621
-,,,,,,,,75,12422
-,,,,,,,,76,12444
-,,,,,,,,77,12784
-,,,,,,,,78,13840
-,,,,,,,,79,15761
-,,,,,,,,80,16807
-,,,,,,,,81,16828
-,,,,,,,,82,16783
-,,,,,,,,83,16745
-,,,,,,,,84,16581
-,,,,,,,,85,16344
-,,,,,,,,86,16204
-,,,,,,,,87,16076
-,,,,,,,,88,16242
-,,,,,,,,89,17378
-,,,,,,,,90,18302
-,,,,,,,,91,18160
-,,,,,,,,92,17737
-,,,,,,,,93,17058
-,,,,,,,,94,15936
-,,,,,,,,95,14506
-,,,,,,,,96,13182
-,,,,,,,,97,12336
-,,,,,,,,98,11885
-,,,,,,,,99,11656
-,,,,,,,,100,11615
-,,,,,,,,101,11913
-,,,,,,,,102,12890
-,,,,,,,,103,14747
-,,,,,,,,104,15835
-,,,,,,,,105,15951
-,,,,,,,,106,16021
-,,,,,,,,107,15949
-,,,,,,,,108,15726
-,,,,,,,,109,15531
-,,,,,,,,110,15455
-,,,,,,,,111,15333
-,,,,,,,,112,15432
-,,,,,,,,113,16412
-,,,,,,,,114,17485
-,,,,,,,,115,17422
-,,,,,,,,116,17026
-,,,,,,,,117,16390
-,,,,,,,,118,15340
-,,,,,,,,119,13927
-,,,,,,,,120,12708
-,,,,,,,,121,11909
-,,,,,,,,122,11476
-,,,,,,,,123,11254
-,,,,,,,,124,11199
-,,,,,,,,125,11472
-,,,,,,,,126,12442
-,,,,,,,,127,14265
-,,,,,,,,128,15358
-,,,,,,,,129,15484
-,,,,,,,,130,15500
-,,,,,,,,131,15432
-,,,,,,,,132,15203
-,,,,,,,,133,14952
-,,,,,,,,134,14820
-,,,,,,,,135,14614
-,,,,,,,,136,14685
-,,,,,,,,137,15541
-,,,,,,,,138,16362
-,,,,,,,,139,16100
-,,,,,,,,140,15635
-,,,,,,,,141,15017
-,,,,,,,,142,14212
-,,,,,,,,143,13116
-,,,,,,,,144,11990
-,,,,,,,,145,11119
-,,,,,,,,146,10636
-,,,,,,,,147,10373
-,,,,,,,,148,10268
-,,,,,,,,149,10370
-,,,,,,,,150,10765
-,,,,,,,,151,11478
-,,,,,,,,152,12230
-,,,,,,,,153,13001
-,,,,,,,,154,13466
-,,,,,,,,155,13597
-,,,,,,,,156,13488
-,,,,,,,,157,13240
-,,,,,,,,158,12960
-,,,,,,,,159,12764
-,,,,,,,,160,12899
-,,,,,,,,161,13844
-,,,,,,,,162,14791
-,,,,,,,,163,14618
-,,,,,,,,164,14149
-,,,,,,,,165,13704
-,,,,,,,,166,13063
-,,,,,,,,167,12224
-,,,,,,,,168,11302
-,,,,,,,,169,10528
-,,,,,,,,170,10079
-,,,,,,,,171,9814
-,,,,,,,,172,9743
-,,,,,,,,173,9817
-,,,,,,,,174,10103
-,,,,,,,,175,10655
-,,,,,,,,176,11234
-,,,,,,,,177,12040
-,,,,,,,,178,12664
-,,,,,,,,179,13058
-,,,,,,,,180,13304
-,,,,,,,,181,13346
-,,,,,,,,182,13271
-,,,,,,,,183,13225
-,,,,,,,,184,13411
-,,,,,,,,185,14561
-,,,,,,,,186,15757
-,,,,,,,,187,15733
-,,,,,,,,188,15326
-,,,,,,,,189,14794
-,,,,,,,,190,13922
-,,,,,,,,191,12773
-,,,,,,,,192,11768
-,,,,,,,,193,11109
-,,,,,,,,194,10793
-,,,,,,,,195,10675
-,,,,,,,,196,10715
-,,,,,,,,197,11103
-,,,,,,,,198,12217
-,,,,,,,,199,14223
-,,,,,,,,200,15383
-,,,,,,,,201,15496
-,,,,,,,,202,15511
-,,,,,,,,203,15504
-,,,,,,,,204,15371
-,,,,,,,,205,15111
-,,,,,,,,206,14949
-,,,,,,,,207,14740
-,,,,,,,,208,14789
-,,,,,,,,209,15785
-,,,,,,,,210,17126
-,,,,,,,,211,17084
-,,,,,,,,212,16626
-,,,,,,,,213,15960
-,,,,,,,,214,14863
-,,,,,,,,215,13465
-,,,,,,,,216,12228
-,,,,,,,,217,11417
-,,,,,,,,218,11012
-,,,,,,,,219,10791
-,,,,,,,,220,10775
-,,,,,,,,221,11087
-,,,,,,,,222,12116
-,,,,,,,,223,14067
-,,,,,,,,224,15110
-,,,,,,,,225,15165
-,,,,,,,,226,15241
-,,,,,,,,227,15247
-,,,,,,,,228,15100
-,,,,,,,,229,14851
-,,,,,,,,230,14724
-,,,,,,,,231,14591
-,,,,,,,,232,14690
-,,,,,,,,233,15653
-,,,,,,,,234,16746
-,,,,,,,,235,16624
-,,,,,,,,236,16212
-,,,,,,,,237,15603
-,,,,,,,,238,14575
-,,,,,,,,239,13219
-,,,,,,,,240,12040
-,,,,,,,,241,11294
-,,,,,,,,242,10919
-,,,,,,,,243,10746
-,,,,,,,,244,10795
-,,,,,,,,245,11133
-,,,,,,,,246,12246
-,,,,,,,,247,14208
-,,,,,,,,248,15246
-,,,,,,,,249,15247
-,,,,,,,,250,15156
-,,,,,,,,251,15102
-,,,,,,,,252,14981
-,,,,,,,,253,14770
-,,,,,,,,254,14686
-,,,,,,,,255,14545
-,,,,,,,,256,14644
-,,,,,,,,257,15591
-,,,,,,,,258,16752
-,,,,,,,,259,16689
-,,,,,,,,260,16278
-,,,,,,,,261,15654
-,,,,,,,,262,14582
-,,,,,,,,263,13189
-,,,,,,,,264,11960
-,,,,,,,,265,11150
-,,,,,,,,266,10705
-,,,,,,,,267,10495
-,,,,,,,,268,10490
-,,,,,,,,269,10816
-,,,,,,,,270,11833
-,,,,,,,,271,13662
-,,,,,,,,272,14926
-,,,,,,,,273,15276
-,,,,,,,,274,15527
-,,,,,,,,275,15744
-,,,,,,,,276,15800
-,,,,,,,,277,15738
-,,,,,,,,278,15668
-,,,,,,,,279,15460
-,,,,,,,,280,15424
-,,,,,,,,281,16160
-,,,,,,,,282,16994
-,,,,,,,,283,16821
-,,,,,,,,284,16322
-,,,,,,,,285,15636
-,,,,,,,,286,14537
-,,,,,,,,287,13154
-,,,,,,,,288,11951
-,,,,,,,,289,11107
-,,,,,,,,290,10682
-,,,,,,,,291,10480
-,,,,,,,,292,10443
-,,,,,,,,293,10724
-,,,,,,,,294,11684
-,,,,,,,,295,13509
-,,,,,,,,296,14702
-,,,,,,,,297,14935
-,,,,,,,,298,14998
-,,,,,,,,299,15018
-,,,,,,,,300,14953
-,,,,,,,,301,14817
-,,,,,,,,302,14757
-,,,,,,,,303,14701
-,,,,,,,,304,14914
-,,,,,,,,305,15842
-,,,,,,,,306,16772
-,,,,,,,,307,16620
-,,,,,,,,308,16195
-,,,,,,,,309,15656
-,,,,,,,,310,14852
-,,,,,,,,311,13774
-,,,,,,,,312,12698
-,,,,,,,,313,11860
-,,,,,,,,314,11370
-,,,,,,,,315,11095
-,,,,,,,,316,11008
-,,,,,,,,317,11123
-,,,,,,,,318,11514
-,,,,,,,,319,12244
-,,,,,,,,320,12979
-,,,,,,,,321,13811
-,,,,,,,,322,14465
-,,,,,,,,323,14741
-,,,,,,,,324,14648
-,,,,,,,,325,14416
-,,,,,,,,326,14145
-,,,,,,,,327,14017
-,,,,,,,,328,14131
-,,,,,,,,329,15053
-,,,,,,,,330,16310
-,,,,,,,,331,16306
-,,,,,,,,332,15940
-,,,,,,,,333,15438
-,,,,,,,,334,14827
-,,,,,,,,335,14100
-,,,,,,,,336,13254
-,,,,,,,,337,12458
-,,,,,,,,338,11981
-,,,,,,,,339,11788
-,,,,,,,,340,11765
-,,,,,,,,341,11896
-,,,,,,,,342,12228
-,,,,,,,,343,12800
-,,,,,,,,344,13417
-,,,,,,,,345,14289
-,,,,,,,,346,14944
-,,,,,,,,347,15302
-,,,,,,,,348,15422
-,,,,,,,,349,15410
-,,,,,,,,350,15254
-,,,,,,,,351,15160
-,,,,,,,,352,15281
-,,,,,,,,353,16271
-,,,,,,,,354,17565
-,,,,,,,,355,17586
-,,,,,,,,356,17098
-,,,,,,,,357,16608
-,,,,,,,,358,15781
-,,,,,,,,359,14792
-,,,,,,,,360,13802
-,,,,,,,,361,13108
-,,,,,,,,362,12744
-,,,,,,,,363,12598
-,,,,,,,,364,12604
-,,,,,,,,365,12895
-,,,,,,,,366,13656
-,,,,,,,,367,14913
-,,,,,,,,368,15839
-,,,,,,,,369,16476
-,,,,,,,,370,16832
-,,,,,,,,371,16968
-,,,,,,,,372,16833
-,,,,,,,,373,16562
-,,,,,,,,374,16374
-,,,,,,,,375,16167
-,,,,,,,,376,16199
-,,,,,,,,377,17023
-,,,,,,,,378,18122
-,,,,,,,,379,17922
-,,,,,,,,380,17380
-,,,,,,,,381,16590
-,,,,,,,,382,15454
-,,,,,,,,383,14092
-,,,,,,,,384,12838
-,,,,,,,,385,11975
-,,,,,,,,386,11489
-,,,,,,,,387,11270
-,,,,,,,,388,11212
-,,,,,,,,389,11495
-,,,,,,,,390,12471
-,,,,,,,,391,14244
-,,,,,,,,392,15283
-,,,,,,,,393,15437
-,,,,,,,,394,15442
-,,,,,,,,395,15432
-,,,,,,,,396,15372
-,,,,,,,,397,15291
-,,,,,,,,398,15273
-,,,,,,,,399,15221
-,,,,,,,,400,15368
-,,,,,,,,401,16221
-,,,,,,,,402,17049
-,,,,,,,,403,16811
-,,,,,,,,404,16305
-,,,,,,,,405,15551
-,,,,,,,,406,14425
-,,,,,,,,407,13021
-,,,,,,,,408,11759
-,,,,,,,,409,10910
-,,,,,,,,410,10476
-,,,,,,,,411,10252
-,,,,,,,,412,10226
-,,,,,,,,413,10562
-,,,,,,,,414,11652
-,,,,,,,,415,13652
-,,,,,,,,416,14698
-,,,,,,,,417,14807
-,,,,,,,,418,14897
-,,,,,,,,419,15012
-,,,,,,,,420,15020
-,,,,,,,,421,14951
-,,,,,,,,422,14934
-,,,,,,,,423,14862
-,,,,,,,,424,14987
-,,,,,,,,425,15879
-,,,,,,,,426,17379
-,,,,,,,,427,17506
-,,,,,,,,428,17201
-,,,,,,,,429,16609
-,,,,,,,,430,15606
-,,,,,,,,431,14327
-,,,,,,,,432,13151
-,,,,,,,,433,12419
-,,,,,,,,434,12069
-,,,,,,,,435,11924
-,,,,,,,,436,11951
-,,,,,,,,437,12330
-,,,,,,,,438,13432
-,,,,,,,,439,15441
-,,,,,,,,440,16495
-,,,,,,,,441,16541
-,,,,,,,,442,16458
-,,,,,,,,443,16368
-,,,,,,,,444,16164
-,,,,,,,,445,15911
-,,,,,,,,446,15752
-,,,,,,,,447,15565
-,,,,,,,,448,15672
-,,,,,,,,449,16462
-,,,,,,,,450,17564
-,,,,,,,,451,17532
-,,,,,,,,452,17230
-,,,,,,,,453,16538
-,,,,,,,,454,15449
-,,,,,,,,455,14077
-,,,,,,,,456,12834
-,,,,,,,,457,11993
-,,,,,,,,458,11519
-,,,,,,,,459,11299
-,,,,,,,,460,11252
-,,,,,,,,461,11592
-,,,,,,,,462,12607
-,,,,,,,,463,14487
-,,,,,,,,464,15486
-,,,,,,,,465,15598
-,,,,,,,,466,15644
-,,,,,,,,467,15688
-,,,,,,,,468,15624
-,,,,,,,,469,15449
-,,,,,,,,470,15337
-,,,,,,,,471,15152
-,,,,,,,,472,15178
-,,,,,,,,473,15852
-,,,,,,,,474,17100
-,,,,,,,,475,17034
-,,,,,,,,476,16616
-,,,,,,,,477,16075
-,,,,,,,,478,15301
-,,,,,,,,479,14246
-,,,,,,,,480,13142
-,,,,,,,,481,12357
-,,,,,,,,482,11915
-,,,,,,,,483,11645
-,,,,,,,,484,11540
-,,,,,,,,485,11639
-,,,,,,,,486,12016
-,,,,,,,,487,12759
-,,,,,,,,488,13644
-,,,,,,,,489,14632
-,,,,,,,,490,15491
-,,,,,,,,491,16021
-,,,,,,,,492,16247
-,,,,,,,,493,16246
-,,,,,,,,494,16039
-,,,,,,,,495,15778
-,,,,,,,,496,15666
-,,,,,,,,497,16265
-,,,,,,,,498,17292
-,,,,,,,,499,17114
-,,,,,,,,500,16521
-,,,,,,,,501,15910
-,,,,,,,,502,15120
-,,,,,,,,503,14150
-,,,,,,,,504,13200
-,,,,,,,,505,12458
-,,,,,,,,506,12050
-,,,,,,,,507,11852
-,,,,,,,,508,11767
-,,,,,,,,509,11845
-,,,,,,,,510,12167
-,,,,,,,,511,12740
-,,,,,,,,512,13365
-,,,,,,,,513,14193
-,,,,,,,,514,14704
-,,,,,,,,515,14906
-,,,,,,,,516,14902
-,,,,,,,,517,14813
-,,,,,,,,518,14701
-,,,,,,,,519,14657
-,,,,,,,,520,14683
-,,,,,,,,521,15368
-,,,,,,,,522,16390
-,,,,,,,,523,16396
-,,,,,,,,524,16097
-,,,,,,,,525,15507
-,,,,,,,,526,14535
-,,,,,,,,527,13448
-,,,,,,,,528,12346
-,,,,,,,,529,11555
-,,,,,,,,530,11150
-,,,,,,,,531,10988
-,,,,,,,,532,10997
-,,,,,,,,533,11337
-,,,,,,,,534,12375
-,,,,,,,,535,14267
-,,,,,,,,536,15329
-,,,,,,,,537,15560
-,,,,,,,,538,15688
-,,,,,,,,539,15811
-,,,,,,,,540,15787
-,,,,,,,,541,15635
-,,,,,,,,542,15529
-,,,,,,,,543,15361
-,,,,,,,,544,15368
-,,,,,,,,545,16068
-,,,,,,,,546,17090
-,,,,,,,,547,16948
-,,,,,,,,548,16411
-,,,,,,,,549,15636
-,,,,,,,,550,14499
-,,,,,,,,551,13072
-,,,,,,,,552,11781
-,,,,,,,,553,10958
-,,,,,,,,554,10438
-,,,,,,,,555,10183
-,,,,,,,,556,10118
-,,,,,,,,557,10407
-,,,,,,,,558,11367
-,,,,,,,,559,13276
-,,,,,,,,560,14330
-,,,,,,,,561,14437
-,,,,,,,,562,14377
-,,,,,,,,563,14394
-,,,,,,,,564,14334
-,,,,,,,,565,14169
-,,,,,,,,566,14062
-,,,,,,,,567,13910
-,,,,,,,,568,13922
-,,,,,,,,569,14619
-,,,,,,,,570,15901
-,,,,,,,,571,15914
-,,,,,,,,572,15535
-,,,,,,,,573,14920
-,,,,,,,,574,13900
-,,,,,,,,575,12627
-,,,,,,,,576,11435
-,,,,,,,,577,10669
-,,,,,,,,578,10283
-,,,,,,,,579,10111
-,,,,,,,,580,10120
-,,,,,,,,581,10445
-,,,,,,,,582,11498
-,,,,,,,,583,13494
-,,,,,,,,584,14608
-,,,,,,,,585,14699
-,,,,,,,,586,14783
-,,,,,,,,587,14849
-,,,,,,,,588,14811
-,,,,,,,,589,14663
-,,,,,,,,590,14583
-,,,,,,,,591,14416
-,,,,,,,,592,14393
-,,,,,,,,593,15041
-,,,,,,,,594,16457
-,,,,,,,,595,16552
-,,,,,,,,596,16175
-,,,,,,,,597,15582
-,,,,,,,,598,14519
-,,,,,,,,599,13142
-,,,,,,,,600,11922
-,,,,,,,,601,11127
-,,,,,,,,602,10720
-,,,,,,,,603,10528
-,,,,,,,,604,10520
-,,,,,,,,605,10852
-,,,,,,,,606,11863
-,,,,,,,,607,13845
-,,,,,,,,608,14905
-,,,,,,,,609,14976
-,,,,,,,,610,14931
-,,,,,,,,611,14893
-,,,,,,,,612,14795
-,,,,,,,,613,14677
-,,,,,,,,614,14665
-,,,,,,,,615,14624
-,,,,,,,,616,14737
-,,,,,,,,617,15454
-,,,,,,,,618,16580
-,,,,,,,,619,16536
-,,,,,,,,620,16155
-,,,,,,,,621,15515
-,,,,,,,,622,14490
-,,,,,,,,623,13144
-,,,,,,,,624,11939
-,,,,,,,,625,11122
-,,,,,,,,626,10655
-,,,,,,,,627,10441
-,,,,,,,,628,10365
-,,,,,,,,629,10639
-,,,,,,,,630,11577
-,,,,,,,,631,13349
-,,,,,,,,632,14550
-,,,,,,,,633,14922
-,,,,,,,,634,15165
-,,,,,,,,635,15328
-,,,,,,,,636,15380
-,,,,,,,,637,15275
-,,,,,,,,638,15154
-,,,,,,,,639,14953
-,,,,,,,,640,14885
-,,,,,,,,641,15340
-,,,,,,,,642,16003
-,,,,,,,,643,15767
-,,,,,,,,644,15236
-,,,,,,,,645,14663
-,,,,,,,,646,13889
-,,,,,,,,647,12855
-,,,,,,,,648,11809
-,,,,,,,,649,10967
-,,,,,,,,650,10460
-,,,,,,,,651,10200
-,,,,,,,,652,10104
-,,,,,,,,653,10196
-,,,,,,,,654,10623
-,,,,,,,,655,11360
-,,,,,,,,656,12147
-,,,,,,,,657,12981
-,,,,,,,,658,13515
-,,,,,,,,659,13751
-,,,,,,,,660,13619
-,,,,,,,,661,13362
-,,,,,,,,662,13013
-,,,,,,,,663,12800
-,,,,,,,,664,12804
-,,,,,,,,665,13416
-,,,,,,,,666,14704
-,,,,,,,,667,14811
-,,,,,,,,668,14378
-,,,,,,,,669,13939
-,,,,,,,,670,13268
-,,,,,,,,671,12413
-,,,,,,,,672,11501
-,,,,,,,,673,10759
-,,,,,,,,674,10315
-,,,,,,,,675,10078
-,,,,,,,,676,10001
-,,,,,,,,677,10097
-,,,,,,,,678,10398
-,,,,,,,,679,10948
-,,,,,,,,680,11503
-,,,,,,,,681,12332
-,,,,,,,,682,12895
-,,,,,,,,683,13203
-,,,,,,,,684,13311
-,,,,,,,,685,13269
-,,,,,,,,686,13134
-,,,,,,,,687,12993
-,,,,,,,,688,13049
-,,,,,,,,689,13801
-,,,,,,,,690,15331
-,,,,,,,,691,15570
-,,,,,,,,692,15202
-,,,,,,,,693,14629
-,,,,,,,,694,13705
-,,,,,,,,695,12582
-,,,,,,,,696,11539
-,,,,,,,,697,10834
-,,,,,,,,698,10485
-,,,,,,,,699,10349
-,,,,,,,,700,10390
-,,,,,,,,701,10765
-,,,,,,,,702,11827
-,,,,,,,,703,13830
-,,,,,,,,704,14902
-,,,,,,,,705,15044
-,,,,,,,,706,15171
-,,,,,,,,707,15160
-,,,,,,,,708,15093
-,,,,,,,,709,14976
-,,,,,,,,710,14864
-,,,,,,,,711,14707
-,,,,,,,,712,14759
-,,,,,,,,713,15380
-,,,,,,,,714,16843
-,,,,,,,,715,17027
-,,,,,,,,716,16625
-,,,,,,,,717,16002
-,,,,,,,,718,14909
-,,,,,,,,719,13521
-,,,,,,,,720,12274
-,,,,,,,,721,11495
-,,,,,,,,722,11069
-,,,,,,,,723,10863
-,,,,,,,,724,10844
-,,,,,,,,725,11157
-,,,,,,,,726,12167
-,,,,,,,,727,14091
-,,,,,,,,728,15157
-,,,,,,,,729,15260
-,,,,,,,,730,15244
-,,,,,,,,731,15171
-,,,,,,,,732,14997
-,,,,,,,,733,14740
-,,,,,,,,734,14532
-,,,,,,,,735,14288
-,,,,,,,,736,14205
-,,,,,,,,737,14693
-,,,,,,,,738,16059
-,,,,,,,,739,16242
-,,,,,,,,740,15852
-,,,,,,,,741,15206
-,,,,,,,,742,14178
-,,,,,,,,743,12819
-,,,,,,,,744,11609
-,,,,,,,,745,10830
-,,,,,,,,746,10401
-,,,,,,,,747,10195
-,,,,,,,,748,10196
-,,,,,,,,749,10483
-,,,,,,,,750,11511
-,,,,,,,,751,13433
-,,,,,,,,752,14543
-,,,,,,,,753,14653
-,,,,,,,,754,14663
-,,,,,,,,755,14652
-,,,,,,,,756,14622
-,,,,,,,,757,14471
-,,,,,,,,758,14332
-,,,,,,,,759,14044
-,,,,,,,,760,13923
-,,,,,,,,761,14325
-,,,,,,,,762,15598
-,,,,,,,,763,15772
-,,,,,,,,764,15385
-,,,,,,,,765,14765
-,,,,,,,,766,13761
-,,,,,,,,767,12424
-,,,,,,,,768,11239
-,,,,,,,,769,10472
-,,,,,,,,770,10077
-,,,,,,,,771,9897
-,,,,,,,,772,9912
-,,,,,,,,773,10242
-,,,,,,,,774,11308
-,,,,,,,,775,13302
-,,,,,,,,776,14359
-,,,,,,,,777,14554
-,,,,,,,,778,14687
-,,,,,,,,779,14830
-,,,,,,,,780,14862
-,,,,,,,,781,14802
-,,,,,,,,782,14777
-,,,,,,,,783,14729
-,,,,,,,,784,14863
-,,,,,,,,785,15507
-,,,,,,,,786,16466
-,,,,,,,,787,16512
-,,,,,,,,788,16134
-,,,,,,,,789,15548
-,,,,,,,,790,14540
-,,,,,,,,791,13229
-,,,,,,,,792,12054
-,,,,,,,,793,11283
-,,,,,,,,794,10872
-,,,,,,,,795,10725
-,,,,,,,,796,10746
-,,,,,,,,797,11078
-,,,,,,,,798,12152
-,,,,,,,,799,14134
-,,,,,,,,800,15110
-,,,,,,,,801,15229
-,,,,,,,,802,15193
-,,,,,,,,803,15159
-,,,,,,,,804,15011
-,,,,,,,,805,14738
-,,,,,,,,806,14553
-,,,,,,,,807,14327
-,,,,,,,,808,14253
-,,,,,,,,809,14677
-,,,,,,,,810,15851
-,,,,,,,,811,16011
-,,,,,,,,812,15615
-,,,,,,,,813,15090
-,,,,,,,,814,14306
-,,,,,,,,815,13237
-,,,,,,,,816,12085
-,,,,,,,,817,11234
-,,,,,,,,818,10764
-,,,,,,,,819,10503
-,,,,,,,,820,10402
-,,,,,,,,821,10480
-,,,,,,,,822,10860
-,,,,,,,,823,11607
-,,,,,,,,824,12374
-,,,,,,,,825,13184
-,,,,,,,,826,13678
-,,,,,,,,827,13847
-,,,,,,,,828,13741
-,,,,,,,,829,13513
-,,,,,,,,830,13228
-,,,,,,,,831,13051
-,,,,,,,,832,13066
-,,,,,,,,833,13581
-,,,,,,,,834,14892
-,,,,,,,,835,15177
-,,,,,,,,836,14827
-,,,,,,,,837,14409
-,,,,,,,,838,13771
-,,,,,,,,839,12921
-,,,,,,,,840,12028
-,,,,,,,,841,11313
-,,,,,,,,842,10907
-,,,,,,,,843,10719
-,,,,,,,,844,10666
-,,,,,,,,845,10747
-,,,,,,,,846,11061
-,,,,,,,,847,11582
-,,,,,,,,848,12220
-,,,,,,,,849,13066
-,,,,,,,,850,13608
-,,,,,,,,851,13833
-,,,,,,,,852,13909
-,,,,,,,,853,13852
-,,,,,,,,854,13656
-,,,,,,,,855,13517
-,,,,,,,,856,13592
-,,,,,,,,857,14184
-,,,,,,,,858,15456
-,,,,,,,,859,15253
-,,,,,,,,860,14510
-,,,,,,,,861,14134
-,,,,,,,,862,13524
-,,,,,,,,863,13059
-,,,,,,,,864,11988
-,,,,,,,,865,11184
-,,,,,,,,866,10805
-,,,,,,,,867,10668
-,,,,,,,,868,10705
-,,,,,,,,869,11046
-,,,,,,,,870,12082
-,,,,,,,,871,13973
-,,,,,,,,872,14914
-,,,,,,,,873,15047
-,,,,,,,,874,14967
-,,,,,,,,875,14927
-,,,,,,,,876,14794
-,,,,,,,,877,14532
-,,,,,,,,878,14329
-,,,,,,,,879,14074
-,,,,,,,,880,13969
-,,,,,,,,881,14404
-,,,,,,,,882,15775
-,,,,,,,,883,16170
-,,,,,,,,884,15769
-,,,,,,,,885,15075
-,,,,,,,,886,13995
-,,,,,,,,887,12694
-,,,,,,,,888,11511
-,,,,,,,,889,10764
-,,,,,,,,890,10373
-,,,,,,,,891,10219
-,,,,,,,,892,10239
-,,,,,,,,893,10580
-,,,,,,,,894,11655
-,,,,,,,,895,13570
-,,,,,,,,896,14529
-,,,,,,,,897,14631
-,,,,,,,,898,14640
-,,,,,,,,899,14655
-,,,,,,,,900,14607
-,,,,,,,,901,14459
-,,,,,,,,902,14349
-,,,,,,,,903,14169
-,,,,,,,,904,14180
-,,,,,,,,905,14670
-,,,,,,,,906,15963
-,,,,,,,,907,16286
-,,,,,,,,908,15958
-,,,,,,,,909,15376
-,,,,,,,,910,14378
-,,,,,,,,911,13068
-,,,,,,,,912,11940
-,,,,,,,,913,11228
-,,,,,,,,914,10889
-,,,,,,,,915,10777
-,,,,,,,,916,10846
-,,,,,,,,917,11211
-,,,,,,,,918,12341
-,,,,,,,,919,14333
-,,,,,,,,920,15300
-,,,,,,,,921,15419
-,,,,,,,,922,15341
-,,,,,,,,923,15246
-,,,,,,,,924,15074
-,,,,,,,,925,14839
-,,,,,,,,926,14714
-,,,,,,,,927,14585
-,,,,,,,,928,14724
-,,,,,,,,929,15333
-,,,,,,,,930,16519
-,,,,,,,,931,16707
-,,,,,,,,932,16289
-,,,,,,,,933,15647
-,,,,,,,,934,14586
-,,,,,,,,935,13173
-,,,,,,,,936,11978
-,,,,,,,,937,11194
-,,,,,,,,938,10799
-,,,,,,,,939,10615
-,,,,,,,,940,10627
-,,,,,,,,941,10984
-,,,,,,,,942,12097
-,,,,,,,,943,14067
-,,,,,,,,944,14975
-,,,,,,,,945,14977
-,,,,,,,,946,14856
-,,,,,,,,947,14772
-,,,,,,,,948,14608
-,,,,,,,,949,14371
-,,,,,,,,950,14219
-,,,,,,,,951,13994
-,,,,,,,,952,13956
-,,,,,,,,953,14369
-,,,,,,,,954,15663
-,,,,,,,,955,16150
-,,,,,,,,956,15855
-,,,,,,,,957,15325
-,,,,,,,,958,14379
-,,,,,,,,959,13063
-,,,,,,,,960,11920
-,,,,,,,,961,11208
-,,,,,,,,962,10837
-,,,,,,,,963,10679
-,,,,,,,,964,10710
-,,,,,,,,965,11055
-,,,,,,,,966,12095
-,,,,,,,,967,13984
-,,,,,,,,968,14936
-,,,,,,,,969,14937
-,,,,,,,,970,14774
-,,,,,,,,971,14660
-,,,,,,,,972,14471
-,,,,,,,,973,14177
-,,,,,,,,974,14010
-,,,,,,,,975,13819
-,,,,,,,,976,13756
-,,,,,,,,977,14162
-,,,,,,,,978,15292
-,,,,,,,,979,15479
-,,,,,,,,980,15038
-,,,,,,,,981,14473
-,,,,,,,,982,13688
-,,,,,,,,983,12647
-,,,,,,,,984,11606
-,,,,,,,,985,10825
-,,,,,,,,986,10388
-,,,,,,,,987,10127
-,,,,,,,,988,10032
-,,,,,,,,989,10141
-,,,,,,,,990,10544
-,,,,,,,,991,11292
-,,,,,,,,992,12114
-,,,,,,,,993,13080
-,,,,,,,,994,13826
-,,,,,,,,995,14177
-,,,,,,,,996,14228
-,,,,,,,,997,14097
-,,,,,,,,998,13893
-,,,,,,,,999,13689
-,,,,,,,,1000,13592
-,,,,,,,,1001,14009
-,,,,,,,,1002,15053
-,,,,,,,,1003,15259
-,,,,,,,,1004,14819
-,,,,,,,,1005,14335
-,,,,,,,,1006,13691
-,,,,,,,,1007,12881
-,,,,,,,,1008,12042
-,,,,,,,,1009,11422
-,,,,,,,,1010,11081
-,,,,,,,,1011,10965
-,,,,,,,,1012,10974
-,,,,,,,,1013,11122
-,,,,,,,,1014,11464
-,,,,,,,,1015,12017
-,,,,,,,,1016,12630
-,,,,,,,,1017,13492
-,,,,,,,,1018,14114
-,,,,,,,,1019,14421
-,,,,,,,,1020,14488
-,,,,,,,,1021,14427
-,,,,,,,,1022,14270
-,,,,,,,,1023,14114
-,,,,,,,,1024,14192
-,,,,,,,,1025,14793
-,,,,,,,,1026,16166
-,,,,,,,,1027,16719
-,,,,,,,,1028,16432
-,,,,,,,,1029,15857
-,,,,,,,,1030,14907
-,,,,,,,,1031,13823
-,,,,,,,,1032,12793
-,,,,,,,,1033,12094
-,,,,,,,,1034,11751
-,,,,,,,,1035,11615
-,,,,,,,,1036,11644
-,,,,,,,,1037,11984
-,,,,,,,,1038,13006
-,,,,,,,,1039,14872
-,,,,,,,,1040,15783
-,,,,,,,,1041,15852
-,,,,,,,,1042,15756
-,,,,,,,,1043,15663
-,,,,,,,,1044,15524
-,,,,,,,,1045,15229
-,,,,,,,,1046,15001
-,,,,,,,,1047,14729
-,,,,,,,,1048,14632
-,,,,,,,,1049,14981
-,,,,,,,,1050,16214
-,,,,,,,,1051,16728
-,,,,,,,,1052,16414
-,,,,,,,,1053,15831
-,,,,,,,,1054,14818
-,,,,,,,,1055,13486
-,,,,,,,,1056,12276
-,,,,,,,,1057,11503
-,,,,,,,,1058,11107
-,,,,,,,,1059,10962
-,,,,,,,,1060,10958
-,,,,,,,,1061,11295
-,,,,,,,,1062,12342
-,,,,,,,,1063,14253
-,,,,,,,,1064,15157
-,,,,,,,,1065,15216
-,,,,,,,,1066,15168
-,,,,,,,,1067,15141
-,,,,,,,,1068,15010
-,,,,,,,,1069,14837
-,,,,,,,,1070,14704
-,,,,,,,,1071,14539
-,,,,,,,,1072,14459
-,,,,,,,,1073,14763
-,,,,,,,,1074,15903
-,,,,,,,,1075,16335
-,,,,,,,,1076,15921
-,,,,,,,,1077,15302
-,,,,,,,,1078,14299
-,,,,,,,,1079,12988
-,,,,,,,,1080,11827
-,,,,,,,,1081,11038
-,,,,,,,,1082,10616
-,,,,,,,,1083,10411
-,,,,,,,,1084,10390
-,,,,,,,,1085,10678
-,,,,,,,,1086,11734
-,,,,,,,,1087,13623
-,,,,,,,,1088,14633
-,,,,,,,,1089,14832
-,,,,,,,,1090,14881
-,,,,,,,,1091,14923
-,,,,,,,,1092,14857
-,,,,,,,,1093,14681
-,,,,,,,,1094,14597
-,,,,,,,,1095,14431
-,,,,,,,,1096,14375
-,,,,,,,,1097,14731
-,,,,,,,,1098,15782
-,,,,,,,,1099,16146
-,,,,,,,,1100,15767
-,,,,,,,,1101,15123
-,,,,,,,,1102,14115
-,,,,,,,,1103,12788
-,,,,,,,,1104,11577
-,,,,,,,,1105,10843
-,,,,,,,,1106,10453
-,,,,,,,,1107,10304
-,,,,,,,,1108,10375
-,,,,,,,,1109,10710
-,,,,,,,,1110,11821
-,,,,,,,,1111,13709
-,,,,,,,,1112,14628
-,,,,,,,,1113,14745
-,,,,,,,,1114,14767
-,,,,,,,,1115,14738
-,,,,,,,,1116,14660
-,,,,,,,,1117,14570
-,,,,,,,,1118,14566
-,,,,,,,,1119,14458
-,,,,,,,,1120,14510
-,,,,,,,,1121,15033
-,,,,,,,,1122,16010
-,,,,,,,,1123,16218
-,,,,,,,,1124,15813
-,,,,,,,,1125,15185
-,,,,,,,,1126,14170
-,,,,,,,,1127,12834
-,,,,,,,,1128,11641
-,,,,,,,,1129,10823
-,,,,,,,,1130,10357
-,,,,,,,,1131,10110
-,,,,,,,,1132,10070
-,,,,,,,,1133,10331
-,,,,,,,,1134,11292
-,,,,,,,,1135,13068
-,,,,,,,,1136,14126
-,,,,,,,,1137,14425
-,,,,,,,,1138,14502
-,,,,,,,,1139,14523
-,,,,,,,,1140,14412
-,,,,,,,,1141,14167
-,,,,,,,,1142,13995
-,,,,,,,,1143,13760
-,,,,,,,,1144,13635
-,,,,,,,,1145,13873
-,,,,,,,,1146,14820
-,,,,,,,,1147,15260
-,,,,,,,,1148,14881
-,,,,,,,,1149,14378
-,,,,,,,,1150,13662
-,,,,,,,,1151,12659
-,,,,,,,,1152,11616
-,,,,,,,,1153,10844
-,,,,,,,,1154,10407
-,,,,,,,,1155,10202
-,,,,,,,,1156,10116
-,,,,,,,,1157,10221
-,,,,,,,,1158,10654
-,,,,,,,,1159,11334
-,,,,,,,,1160,12068
-,,,,,,,,1161,12874
-,,,,,,,,1162,13335
-,,,,,,,,1163,13473
-,,,,,,,,1164,13362
-,,,,,,,,1165,13100
-,,,,,,,,1166,12779
-,,,,,,,,1167,12578
-,,,,,,,,1168,12591
-,,,,,,,,1169,13018
-,,,,,,,,1170,14075
-,,,,,,,,1171,14508
-,,,,,,,,1172,14127
-,,,,,,,,1173,13686
-,,,,,,,,1174,13054
-,,,,,,,,1175,12202
-,,,,,,,,1176,11334
-,,,,,,,,1177,10649
-,,,,,,,,1178,10252
-,,,,,,,,1179,10037
-,,,,,,,,1180,9970
-,,,,,,,,1181,10053
-,,,,,,,,1182,10370
-,,,,,,,,1183,10819
-,,,,,,,,1184,11392
-,,,,,,,,1185,12141
-,,,,,,,,1186,12655
-,,,,,,,,1187,12846
-,,,,,,,,1188,12873
-,,,,,,,,1189,12731
-,,,,,,,,1190,12486
-,,,,,,,,1191,12264
-,,,,,,,,1192,12244
-,,,,,,,,1193,12680
-,,,,,,,,1194,13898
-,,,,,,,,1195,14638
-,,,,,,,,1196,14327
-,,,,,,,,1197,13872
-,,,,,,,,1198,13154
-,,,,,,,,1199,12257
-,,,,,,,,1200,11381
-,,,,,,,,1201,10794
-,,,,,,,,1202,10450
-,,,,,,,,1203,10252
-,,,,,,,,1204,10285
-,,,,,,,,1205,10562
-,,,,,,,,1206,11320
-,,,,,,,,1207,12433
-,,,,,,,,1208,13291
-,,,,,,,,1209,13975
-,,,,,,,,1210,14403
-,,,,,,,,1211,14593
-,,,,,,,,1212,14543
-,,,,,,,,1213,14308
-,,,,,,,,1214,14052
-,,,,,,,,1215,13847
-,,,,,,,,1216,13787
-,,,,,,,,1217,14205
-,,,,,,,,1218,15445
-,,,,,,,,1219,16093
-,,,,,,,,1220,15698
-,,,,,,,,1221,15093
-,,,,,,,,1222,14165
-,,,,,,,,1223,12979
-,,,,,,,,1224,11904
-,,,,,,,,1225,11216
-,,,,,,,,1226,10863
-,,,,,,,,1227,10728
-,,,,,,,,1228,10785
-,,,,,,,,1229,11135
-,,,,,,,,1230,12145
-,,,,,,,,1231,13723
-,,,,,,,,1232,14633
-,,,,,,,,1233,14917
-,,,,,,,,1234,14902
-,,,,,,,,1235,14866
-,,,,,,,,1236,14718
-,,,,,,,,1237,14490
-,,,,,,,,1238,14376
-,,,,,,,,1239,14274
-,,,,,,,,1240,14279
-,,,,,,,,1241,14699
-,,,,,,,,1242,15815
-,,,,,,,,1243,16235
-,,,,,,,,1244,15779
-,,,,,,,,1245,15073
-,,,,,,,,1246,14056
-,,,,,,,,1247,12751
-,,,,,,,,1248,11593
-,,,,,,,,1249,10805
-,,,,,,,,1250,10357
-,,,,,,,,1251,10162
-,,,,,,,,1252,10131
-,,,,,,,,1253,10426
-,,,,,,,,1254,11363
-,,,,,,,,1255,12864
-,,,,,,,,1256,13839
-,,,,,,,,1257,14149
-,,,,,,,,1258,14179
-,,,,,,,,1259,14225
-,,,,,,,,1260,14149
-,,,,,,,,1261,13945
-,,,,,,,,1262,13805
-,,,,,,,,1263,13593
-,,,,,,,,1264,13464
-,,,,,,,,1265,13731
-,,,,,,,,1266,14761
-,,,,,,,,1267,15384
-,,,,,,,,1268,15018
-,,,,,,,,1269,14435
-,,,,,,,,1270,13519
-,,,,,,,,1271,12282
-,,,,,,,,1272,11157
-,,,,,,,,1273,10384
-,,,,,,,,1274,9952
-,,,,,,,,1275,9723
-,,,,,,,,1276,9697
-,,,,,,,,1277,9954
-,,,,,,,,1278,10880
-,,,,,,,,1279,12433
-,,,,,,,,1280,13438
-,,,,,,,,1281,13878
-,,,,,,,,1282,14112
-,,,,,,,,1283,14192
-,,,,,,,,1284,14183
-,,,,,,,,1285,14044
-,,,,,,,,1286,13894
-,,,,,,,,1287,13724
-,,,,,,,,1288,13566
-,,,,,,,,1289,13751
-,,,,,,,,1290,14724
-,,,,,,,,1291,15408
-,,,,,,,,1292,15101
-,,,,,,,,1293,14528
-,,,,,,,,1294,13633
-,,,,,,,,1295,12430
-,,,,,,,,1296,11343
-,,,,,,,,1297,10602
-,,,,,,,,1298,10176
-,,,,,,,,1299,9980
-,,,,,,,,1300,9992
-,,,,,,,,1301,10281
-,,,,,,,,1302,11177
-,,,,,,,,1303,12671
-,,,,,,,,1304,13796
-,,,,,,,,1305,14485
-,,,,,,,,1306,14847
-,,,,,,,,1307,15091
-,,,,,,,,1308,15170
-,,,,,,,,1309,15077
-,,,,,,,,1310,15022
-,,,,,,,,1311,14915
-,,,,,,,,1312,14850
-,,,,,,,,1313,15128
-,,,,,,,,1314,15743
-,,,,,,,,1315,15778
-,,,,,,,,1316,15279
-,,,,,,,,1317,14631
-,,,,,,,,1318,13778
-,,,,,,,,1319,12697
-,,,,,,,,1320,11628
-,,,,,,,,1321,10837
-,,,,,,,,1322,10362
-,,,,,,,,1323,10109
-,,,,,,,,1324,10016
-,,,,,,,,1325,10140
-,,,,,,,,1326,10536
-,,,,,,,,1327,11130
-,,,,,,,,1328,11824
-,,,,,,,,1329,12660
-,,,,,,,,1330,13306
-,,,,,,,,1331,13625
-,,,,,,,,1332,13632
-,,,,,,,,1333,13487
-,,,,,,,,1334,13249
-,,,,,,,,1335,13074
-,,,,,,,,1336,13046
-,,,,,,,,1337,13396
-,,,,,,,,1338,14357
-,,,,,,,,1339,15014
-,,,,,,,,1340,14683
-,,,,,,,,1341,14213
-,,,,,,,,1342,13583
-,,,,,,,,1343,12687
-,,,,,,,,1344,11827
-,,,,,,,,1345,11177
-,,,,,,,,1346,10756
-,,,,,,,,1347,10540
-,,,,,,,,1348,10494
-,,,,,,,,1349,10580
-,,,,,,,,1350,10899
-,,,,,,,,1351,11299
-,,,,,,,,1352,11848
-,,,,,,,,1353,12635
-,,,,,,,,1354,13137
-,,,,,,,,1355,13382
-,,,,,,,,1356,13454
-,,,,,,,,1357,13382
-,,,,,,,,1358,13131
-,,,,,,,,1359,12868
-,,,,,,,,1360,12844
-,,,,,,,,1361,13260
-,,,,,,,,1362,14359
-,,,,,,,,1363,15378
-,,,,,,,,1364,15102
-,,,,,,,,1365,14540
-,,,,,,,,1366,13676
-,,,,,,,,1367,12602
-,,,,,,,,1368,11647
-,,,,,,,,1369,11026
-,,,,,,,,1370,10717
-,,,,,,,,1371,10611
-,,,,,,,,1372,10675
-,,,,,,,,1373,11070
-,,,,,,,,1374,12173
-,,,,,,,,1375,13898
-,,,,,,,,1376,14818
-,,,,,,,,1377,14917
-,,,,,,,,1378,14865
-,,,,,,,,1379,14802
-,,,,,,,,1380,14677
-,,,,,,,,1381,14513
-,,,,,,,,1382,14389
-,,,,,,,,1383,14203
-,,,,,,,,1384,14193
-,,,,,,,,1385,14618
-,,,,,,,,1386,15582
-,,,,,,,,1387,16108
-,,,,,,,,1388,15693
-,,,,,,,,1389,14967
-,,,,,,,,1390,13918
-,,,,,,,,1391,12618
-,,,,,,,,1392,11437
-,,,,,,,,1393,10693
-,,,,,,,,1394,10281
-,,,,,,,,1395,10105
-,,,,,,,,1396,10104
-,,,,,,,,1397,10429
-,,,,,,,,1398,11507
-,,,,,,,,1399,13210
-,,,,,,,,1400,14121
-,,,,,,,,1401,14307
-,,,,,,,,1402,14365
-,,,,,,,,1403,14349
-,,,,,,,,1404,14245
-,,,,,,,,1405,14041
-,,,,,,,,1406,13917
-,,,,,,,,1407,13735
-,,,,,,,,1408,13654
-,,,,,,,,1409,13940
-,,,,,,,,1410,14956
-,,,,,,,,1411,15877
-,,,,,,,,1412,16385
-,,,,,,,,1413,15638
-,,,,,,,,1414,14525
-,,,,,,,,1415,13168
-,,,,,,,,1416,11983
-,,,,,,,,1417,11198
-,,,,,,,,1418,10813
-,,,,,,,,1419,10618
-,,,,,,,,1420,10620
-,,,,,,,,1421,10910
-,,,,,,,,1422,11871
-,,,,,,,,1423,13498
-,,,,,,,,1424,14538
-,,,,,,,,1425,14997
-,,,,,,,,1426,15288
-,,,,,,,,1427,15541
-,,,,,,,,1428,15627
-,,,,,,,,1429,15582
-,,,,,,,,1430,15500
-,,,,,,,,1431,15379
-,,,,,,,,1432,15336
-,,,,,,,,1433,15629
-,,,,,,,,1434,16387
-,,,,,,,,1435,16874
-,,,,,,,,1436,16501
-,,,,,,,,1437,15849
-,,,,,,,,1438,14811
-,,,,,,,,1439,13475
-,,,,,,,,1440,12287
-,,,,,,,,1441,11546
-,,,,,,,,1442,11140
-,,,,,,,,1443,10924
-,,,,,,,,1444,10939
-,,,,,,,,1445,11238
-,,,,,,,,1446,12279
-,,,,,,,,1447,13944
-,,,,,,,,1448,14943
-,,,,,,,,1449,15242
-,,,,,,,,1450,15322
-,,,,,,,,1451,15377
-,,,,,,,,1452,15287
-,,,,,,,,1453,15120
-,,,,,,,,1454,15032
-,,,,,,,,1455,14856
-,,,,,,,,1456,14784
-,,,,,,,,1457,15062
-,,,,,,,,1458,15755
-,,,,,,,,1459,16084
-,,,,,,,,1460,15665
-,,,,,,,,1461,15076
-,,,,,,,,1462,14269
-,,,,,,,,1463,13199
-,,,,,,,,1464,12110
-,,,,,,,,1465,11349
-,,,,,,,,1466,10884
-,,,,,,,,1467,10591
-,,,,,,,,1468,10437
-,,,,,,,,1469,10480
-,,,,,,,,1470,10827
-,,,,,,,,1471,11455
-,,,,,,,,1472,12225
-,,,,,,,,1473,13167
-,,,,,,,,1474,13862
-,,,,,,,,1475,14178
-,,,,,,,,1476,14243
-,,,,,,,,1477,14034
-,,,,,,,,1478,13627
-,,,,,,,,1479,13213
-,,,,,,,,1480,12943
-,,,,,,,,1481,12995
-,,,,,,,,1482,13670
-,,,,,,,,1483,14535
-,,,,,,,,1484,14213
-,,,,,,,,1485,13767
-,,,,,,,,1486,13084
-,,,,,,,,1487,12231
-,,,,,,,,1488,11343
-,,,,,,,,1489,10632
-,,,,,,,,1490,10198
-,,,,,,,,1491,9956
-,,,,,,,,1492,9857
-,,,,,,,,1493,9932
-,,,,,,,,1494,10204
-,,,,,,,,1495,10639
-,,,,,,,,1496,11263
-,,,,,,,,1497,12169
-,,,,,,,,1498,12883
-,,,,,,,,1499,13200
-,,,,,,,,1500,13320
-,,,,,,,,1501,13293
-,,,,,,,,1502,13090
-,,,,,,,,1503,12962
-,,,,,,,,1504,12965
-,,,,,,,,1505,13284
-,,,,,,,,1506,14182
-,,,,,,,,1507,15162
-,,,,,,,,1508,14925
-,,,,,,,,1509,14357
-,,,,,,,,1510,13446
-,,,,,,,,1511,12339
-,,,,,,,,1512,11366
-,,,,,,,,1513,10739
-,,,,,,,,1514,10452
-,,,,,,,,1515,10354
-,,,,,,,,1516,10429
-,,,,,,,,1517,10834
-,,,,,,,,1518,11965
-,,,,,,,,1519,13695
-,,,,,,,,1520,14658
-,,,,,,,,1521,14852
-,,,,,,,,1522,14890
-,,,,,,,,1523,14909
-,,,,,,,,1524,14813
-,,,,,,,,1525,14591
-,,,,,,,,1526,14429
-,,,,,,,,1527,14187
-,,,,,,,,1528,14127
-,,,,,,,,1529,14447
-,,,,,,,,1530,15421
-,,,,,,,,1531,16516
-,,,,,,,,1532,16293
-,,,,,,,,1533,15711
-,,,,,,,,1534,14726
-,,,,,,,,1535,13426
-,,,,,,,,1536,12309
-,,,,,,,,1537,11607
-,,,,,,,,1538,11297
-,,,,,,,,1539,11179
-,,,,,,,,1540,11231
-,,,,,,,,1541,11610
-,,,,,,,,1542,12718
-,,,,,,,,1543,14404
-,,,,,,,,1544,15298
-,,,,,,,,1545,15379
-,,,,,,,,1546,15216
-,,,,,,,,1547,15145
-,,,,,,,,1548,15025
-,,,,,,,,1549,14753
-,,,,,,,,1550,14583
-,,,,,,,,1551,14340
-,,,,,,,,1552,14158
-,,,,,,,,1553,14421
-,,,,,,,,1554,15238
-,,,,,,,,1555,16297
-,,,,,,,,1556,16136
-,,,,,,,,1557,15584
-,,,,,,,,1558,14570
-,,,,,,,,1559,13208
-,,,,,,,,1560,11996
-,,,,,,,,1561,11247
-,,,,,,,,1562,10867
-,,,,,,,,1563,10666
-,,,,,,,,1564,10672
-,,,,,,,,1565,10971
-,,,,,,,,1566,12042
-,,,,,,,,1567,13652
-,,,,,,,,1568,14455
-,,,,,,,,1569,14482
-,,,,,,,,1570,14385
-,,,,,,,,1571,14300
-,,,,,,,,1572,14131
-,,,,,,,,1573,13922
-,,,,,,,,1574,13802
-,,,,,,,,1575,13551
-,,,,,,,,1576,13428
-,,,,,,,,1577,13613
-,,,,,,,,1578,14374
-,,,,,,,,1579,15363
-,,,,,,,,1580,15131
-,,,,,,,,1581,14545
-,,,,,,,,1582,13533
-,,,,,,,,1583,12214
-,,,,,,,,1584,11006
-,,,,,,,,1585,10276
-,,,,,,,,1586,9878
-,,,,,,,,1587,9675
-,,,,,,,,1588,9630
-,,,,,,,,1589,9922
-,,,,,,,,1590,10941
-,,,,,,,,1591,12474
-,,,,,,,,1592,13426
-,,,,,,,,1593,13637
-,,,,,,,,1594,13709
-,,,,,,,,1595,13759
-,,,,,,,,1596,13745
-,,,,,,,,1597,13615
-,,,,,,,,1598,13553
-,,,,,,,,1599,13400
-,,,,,,,,1600,13307
-,,,,,,,,1601,13471
-,,,,,,,,1602,14184
-,,,,,,,,1603,14956
-,,,,,,,,1604,14681
-,,,,,,,,1605,14063
-,,,,,,,,1606,13066
-,,,,,,,,1607,11743
-,,,,,,,,1608,10589
-,,,,,,,,1609,9839
-,,,,,,,,1610,9450
-,,,,,,,,1611,9252
-,,,,,,,,1612,9213
-,,,,,,,,1613,9511
-,,,,,,,,1614,10527
-,,,,,,,,1615,12266
-,,,,,,,,1616,13428
-,,,,,,,,1617,13797
-,,,,,,,,1618,13931
-,,,,,,,,1619,13994
-,,,,,,,,1620,13918
-,,,,,,,,1621,13720
-,,,,,,,,1622,13594
-,,,,,,,,1623,13402
-,,,,,,,,1624,13332
-,,,,,,,,1625,13495
-,,,,,,,,1626,14065
-,,,,,,,,1627,14906
-,,,,,,,,1628,14653
-,,,,,,,,1629,14168
-,,,,,,,,1630,13443
-,,,,,,,,1631,12424
-,,,,,,,,1632,11384
-,,,,,,,,1633,10661
-,,,,,,,,1634,10294
-,,,,,,,,1635,10111
-,,,,,,,,1636,10071
-,,,,,,,,1637,10216
-,,,,,,,,1638,10643
-,,,,,,,,1639,11242
-,,,,,,,,1640,12129
-,,,,,,,,1641,12970
-,,,,,,,,1642,13494
-,,,,,,,,1643,13606
-,,,,,,,,1644,13504
-,,,,,,,,1645,13264
-,,,,,,,,1646,12968
-,,,,,,,,1647,12712
-,,,,,,,,1648,12615
-,,,,,,,,1649,12811
-,,,,,,,,1650,13439
-,,,,,,,,1651,14428
-,,,,,,,,1652,14238
-,,,,,,,,1653,13845
-,,,,,,,,1654,13205
-,,,,,,,,1655,12323
-,,,,,,,,1656,11456
-,,,,,,,,1657,10794
-,,,,,,,,1658,10595
-,,,,,,,,1659,10398
-,,,,,,,,1660,10194
-,,,,,,,,1661,10149
-,,,,,,,,1662,10307
-,,,,,,,,1663,10681
-,,,,,,,,1664,11104
-,,,,,,,,1665,11741
-,,,,,,,,1666,12319
-,,,,,,,,1667,12620
-,,,,,,,,1668,12696
-,,,,,,,,1669,12608
-,,,,,,,,1670,12355
-,,,,,,,,1671,12047
-,,,,,,,,1672,11855
-,,,,,,,,1673,11908
-,,,,,,,,1674,12255
-,,,,,,,,1675,12855
-,,,,,,,,1676,13924
-,,,,,,,,1677,13709
-,,,,,,,,1678,12876
-,,,,,,,,1679,11803
-,,,,,,,,1680,10682
-,,,,,,,,1681,9979
-,,,,,,,,1682,9570
-,,,,,,,,1683,9416
-,,,,,,,,1684,9437
-,,,,,,,,1685,9718
-,,,,,,,,1686,10728
-,,,,,,,,1687,12633
-,,,,,,,,1688,13736
-,,,,,,,,1689,13885
-,,,,,,,,1690,13831
-,,,,,,,,1691,13878
-,,,,,,,,1692,13847
-,,,,,,,,1693,13704
-,,,,,,,,1694,13615
-,,,,,,,,1695,13406
-,,,,,,,,1696,13213
-,,,,,,,,1697,13161
-,,,,,,,,1698,13333
-,,,,,,,,1699,13780
-,,,,,,,,1700,14504
-,,,,,,,,1701,14070
-,,,,,,,,1702,13052
-,,,,,,,,1703,11741
-,,,,,,,,1704,10528
-,,,,,,,,1705,9702
-,,,,,,,,1706,9229
-,,,,,,,,1707,9004
-,,,,,,,,1708,8951
-,,,,,,,,1709,9188
-,,,,,,,,1710,10087
-,,,,,,,,1711,11929
-,,,,,,,,1712,13166
-,,,,,,,,1713,13504
-,,,,,,,,1714,13632
-,,,,,,,,1715,13724
-,,,,,,,,1716,13742
-,,,,,,,,1717,13665
-,,,,,,,,1718,13641
-,,,,,,,,1719,13501
-,,,,,,,,1720,13366
-,,,,,,,,1721,13376
-,,,,,,,,1722,13524
-,,,,,,,,1723,13736
-,,,,,,,,1724,14401
-,,,,,,,,1725,14006
-,,,,,,,,1726,13006
-,,,,,,,,1727,11658
-,,,,,,,,1728,10416
-,,,,,,,,1729,9584
-,,,,,,,,1730,9135
-,,,,,,,,1731,8906
-,,,,,,,,1732,8897
-,,,,,,,,1733,9107
-,,,,,,,,1734,10028
-,,,,,,,,1735,11888
-,,,,,,,,1736,13034
-,,,,,,,,1737,13300
-,,,,,,,,1738,13456
-,,,,,,,,1739,13579
-,,,,,,,,1740,13602
-,,,,,,,,1741,13479
-,,,,,,,,1742,13451
-,,,,,,,,1743,13307
-,,,,,,,,1744,13204
-,,,,,,,,1745,13304
-,,,,,,,,1746,13618
-,,,,,,,,1747,13948
-,,,,,,,,1748,14459
-,,,,,,,,1749,14089
-,,,,,,,,1750,13154
-,,,,,,,,1751,11846
-,,,,,,,,1752,10646
-,,,,,,,,1753,9876
-,,,,,,,,1754,9450
-,,,,,,,,1755,9242
-,,,,,,,,1756,9226
-,,,,,,,,1757,9484
-,,,,,,,,1758,10452
-,,,,,,,,1759,12366
-,,,,,,,,1760,13578
-,,,,,,,,1761,13857
-,,,,,,,,1762,13984
-,,,,,,,,1763,14096
-,,,,,,,,1764,14034
-,,,,,,,,1765,13859
-,,,,,,,,1766,13740
-,,,,,,,,1767,13486
-,,,,,,,,1768,13352
-,,,,,,,,1769,13445
-,,,,,,,,1770,13785
-,,,,,,,,1771,14239
-,,,,,,,,1772,14828
-,,,,,,,,1773,14449
-,,,,,,,,1774,13582
-,,,,,,,,1775,12289
-,,,,,,,,1776,11074
-,,,,,,,,1777,10258
-,,,,,,,,1778,9800
-,,,,,,,,1779,9605
-,,,,,,,,1780,9554
-,,,,,,,,1781,9797
-,,,,,,,,1782,10724
-,,,,,,,,1783,12543
-,,,,,,,,1784,13670
-,,,,,,,,1785,14017
-,,,,,,,,1786,14196
-,,,,,,,,1787,14357
-,,,,,,,,1788,14381
-,,,,,,,,1789,14278
-,,,,,,,,1790,14220
-,,,,,,,,1791,14046
-,,,,,,,,1792,13906
-,,,,,,,,1793,13869
-,,,,,,,,1794,13914
-,,,,,,,,1795,14039
-,,,,,,,,1796,14384
-,,,,,,,,1797,13995
-,,,,,,,,1798,13269
-,,,,,,,,1799,12233
-,,,,,,,,1800,11115
-,,,,,,,,1801,10252
-,,,,,,,,1802,9724
-,,,,,,,,1803,9450
-,,,,,,,,1804,9321
-,,,,,,,,1805,9382
-,,,,,,,,1806,9712
-,,,,,,,,1807,10376
-,,,,,,,,1808,11140
-,,,,,,,,1809,12082
-,,,,,,,,1810,12717
-,,,,,,,,1811,13010
-,,,,,,,,1812,12972
-,,,,,,,,1813,12740
-,,,,,,,,1814,12441
-,,,,,,,,1815,12134
-,,,,,,,,1816,11878
-,,,,,,,,1817,11823
-,,,,,,,,1818,11871
-,,,,,,,,1819,12097
-,,,,,,,,1820,12883
-,,,,,,,,1821,12784
-,,,,,,,,1822,12241
-,,,,,,,,1823,11451
-,,,,,,,,1824,10565
-,,,,,,,,1825,9847
-,,,,,,,,1826,9407
-,,,,,,,,1827,9179
-,,,,,,,,1828,9062
-,,,,,,,,1829,9092
-,,,,,,,,1830,9321
-,,,,,,,,1831,9779
-,,,,,,,,1832,10306
-,,,,,,,,1833,11104
-,,,,,,,,1834,11755
-,,,,,,,,1835,12030
-,,,,,,,,1836,12081
-,,,,,,,,1837,11954
-,,,,,,,,1838,11726
-,,,,,,,,1839,11531
-,,,,,,,,1840,11422
-,,,,,,,,1841,11572
-,,,,,,,,1842,11864
-,,,,,,,,1843,12248
-,,,,,,,,1844,13251
-,,,,,,,,1845,13071
-,,,,,,,,1846,12169
-,,,,,,,,1847,11016
-,,,,,,,,1848,9966
-,,,,,,,,1849,9225
-,,,,,,,,1850,8844
-,,,,,,,,1851,8669
-,,,,,,,,1852,8667
-,,,,,,,,1853,8965
-,,,,,,,,1854,9966
-,,,,,,,,1855,11832
-,,,,,,,,1856,12921
-,,,,,,,,1857,13228
-,,,,,,,,1858,13403
-,,,,,,,,1859,13623
-,,,,,,,,1860,13736
-,,,,,,,,1861,13742
-,,,,,,,,1862,13793
-,,,,,,,,1863,13686
-,,,,,,,,1864,13527
-,,,,,,,,1865,13423
-,,,,,,,,1866,13420
-,,,,,,,,1867,13523
-,,,,,,,,1868,14267
-,,,,,,,,1869,13940
-,,,,,,,,1870,12872
-,,,,,,,,1871,11495
-,,,,,,,,1872,10269
-,,,,,,,,1873,9466
-,,,,,,,,1874,9050
-,,,,,,,,1875,8857
-,,,,,,,,1876,8798
-,,,,,,,,1877,9076
-,,,,,,,,1878,10007
-,,,,,,,,1879,11825
-,,,,,,,,1880,12880
-,,,,,,,,1881,13139
-,,,,,,,,1882,13273
-,,,,,,,,1883,13463
-,,,,,,,,1884,13582
-,,,,,,,,1885,13637
-,,,,,,,,1886,13744
-,,,,,,,,1887,13707
-,,,,,,,,1888,13642
-,,,,,,,,1889,13633
-,,,,,,,,1890,13667
-,,,,,,,,1891,13685
-,,,,,,,,1892,14409
-,,,,,,,,1893,14170
-,,,,,,,,1894,13140
-,,,,,,,,1895,11716
-,,,,,,,,1896,10483
-,,,,,,,,1897,9639
-,,,,,,,,1898,9192
-,,,,,,,,1899,8934
-,,,,,,,,1900,8868
-,,,,,,,,1901,9100
-,,,,,,,,1902,9982
-,,,,,,,,1903,11785
-,,,,,,,,1904,12848
-,,,,,,,,1905,13267
-,,,,,,,,1906,13525
-,,,,,,,,1907,13806
-,,,,,,,,1908,13981
-,,,,,,,,1909,14027
-,,,,,,,,1910,14108
-,,,,,,,,1911,14065
-,,,,,,,,1912,13995
-,,,,,,,,1913,13959
-,,,,,,,,1914,13956
-,,,,,,,,1915,13904
-,,,,,,,,1916,14567
-,,,,,,,,1917,14319
-,,,,,,,,1918,13309
-,,,,,,,,1919,11918
-,,,,,,,,1920,10628
-,,,,,,,,1921,9846
-,,,,,,,,1922,9328
-,,,,,,,,1923,9070
-,,,,,,,,1924,8979
-,,,,,,,,1925,9179
-,,,,,,,,1926,10041
-,,,,,,,,1927,11825
-,,,,,,,,1928,12893
-,,,,,,,,1929,13321
-,,,,,,,,1930,13652
-,,,,,,,,1931,13989
-,,,,,,,,1932,14172
-,,,,,,,,1933,14220
-,,,,,,,,1934,14382
-,,,,,,,,1935,14378
-,,,,,,,,1936,14356
-,,,,,,,,1937,14332
-,,,,,,,,1938,14274
-,,,,,,,,1939,14125
-,,,,,,,,1940,14736
-,,,,,,,,1941,14531
-,,,,,,,,1942,13541
-,,,,,,,,1943,12105
-,,,,,,,,1944,10834
-,,,,,,,,1945,10013
-,,,,,,,,1946,9503
-,,,,,,,,1947,9187
-,,,,,,,,1948,9086
-,,,,,,,,1949,9279
-,,,,,,,,1950,10090
-,,,,,,,,1951,11776
-,,,,,,,,1952,12853
-,,,,,,,,1953,13274
-,,,,,,,,1954,13551
-,,,,,,,,1955,13791
-,,,,,,,,1956,13857
-,,,,,,,,1957,13748
-,,,,,,,,1958,13781
-,,,,,,,,1959,13655
-,,,,,,,,1960,13491
-,,,,,,,,1961,13401
-,,,,,,,,1962,13254
-,,,,,,,,1963,12993
-,,,,,,,,1964,13536
-,,,,,,,,1965,13286
-,,,,,,,,1966,12517
-,,,,,,,,1967,11478
-,,,,,,,,1968,10381
-,,,,,,,,1969,9549
-,,,,,,,,1970,9030
-,,,,,,,,1971,8735
-,,,,,,,,1972,8579
-,,,,,,,,1973,8592
-,,,,,,,,1974,8880
-,,,,,,,,1975,9470
-,,,,,,,,1976,10176
-,,,,,,,,1977,11146
-,,,,,,,,1978,11838
-,,,,,,,,1979,12142
-,,,,,,,,1980,12199
-,,,,,,,,1981,12062
-,,,,,,,,1982,11820
-,,,,,,,,1983,11624
-,,,,,,,,1984,11531
-,,,,,,,,1985,11611
-,,,,,,,,1986,11905
-,,,,,,,,1987,12204
-,,,,,,,,1988,12690
-,,,,,,,,1989,12458
-,,,,,,,,1990,11820
-,,,,,,,,1991,10962
-,,,,,,,,1992,10076
-,,,,,,,,1993,9344
-,,,,,,,,1994,8859
-,,,,,,,,1995,8615
-,,,,,,,,1996,8495
-,,,,,,,,1997,8517
-,,,,,,,,1998,8710
-,,,,,,,,1999,9166
-,,,,,,,,2000,9784
-,,,,,,,,2001,10760
-,,,,,,,,2002,11602
-,,,,,,,,2003,12129
-,,,,,,,,2004,12438
-,,,,,,,,2005,12543
-,,,,,,,,2006,12419
-,,,,,,,,2007,12279
-,,,,,,,,2008,12184
-,,,,,,,,2009,12357
-,,,,,,,,2010,12702
-,,,,,,,,2011,12990
-,,,,,,,,2012,13530
-,,,,,,,,2013,13255
-,,,,,,,,2014,12332
-,,,,,,,,2015,11219
-,,,,,,,,2016,10187
-,,,,,,,,2017,9465
-,,,,,,,,2018,9078
-,,,,,,,,2019,8919
-,,,,,,,,2020,8932
-,,,,,,,,2021,9251
-,,,,,,,,2022,10271
-,,,,,,,,2023,12169
-,,,,,,,,2024,13279
-,,,,,,,,2025,13661
-,,,,,,,,2026,13818
-,,,,,,,,2027,13896
-,,,,,,,,2028,13835
-,,,,,,,,2029,13689
-,,,,,,,,2030,13608
-,,,,,,,,2031,13408
-,,,,,,,,2032,13305
-,,,,,,,,2033,13406
-,,,,,,,,2034,13767
-,,,,,,,,2035,14132
-,,,,,,,,2036,15011
-,,,,,,,,2037,14892
-,,,,,,,,2038,14001
-,,,,,,,,2039,12702
-,,,,,,,,2040,11546
-,,,,,,,,2041,10809
-,,,,,,,,2042,10450
-,,,,,,,,2043,10298
-,,,,,,,,2044,10317
-,,,,,,,,2045,10649
-,,,,,,,,2046,11680
-,,,,,,,,2047,13538
-,,,,,,,,2048,14560
-,,,,,,,,2049,14675
-,,,,,,,,2050,14638
-,,,,,,,,2051,14597
-,,,,,,,,2052,14500
-,,,,,,,,2053,14291
-,,,,,,,,2054,14088
-,,,,,,,,2055,13789
-,,,,,,,,2056,13587
-,,,,,,,,2057,13567
-,,,,,,,,2058,13757
-,,,,,,,,2059,13965
-,,,,,,,,2060,14811
-,,,,,,,,2061,14743
-,,,,,,,,2062,13841
-,,,,,,,,2063,12516
-,,,,,,,,2064,11304
-,,,,,,,,2065,10549
-,,,,,,,,2066,10128
-,,,,,,,,2067,9932
-,,,,,,,,2068,9868
-,,,,,,,,2069,10137
-,,,,,,,,2070,11111
-,,,,,,,,2071,12943
-,,,,,,,,2072,14006
-,,,,,,,,2073,14207
-,,,,,,,,2074,14232
-,,,,,,,,2075,14320
-,,,,,,,,2076,14333
-,,,,,,,,2077,14265
-,,,,,,,,2078,14226
-,,,,,,,,2079,13956
-,,,,,,,,2080,13727
-,,,,,,,,2081,13760
-,,,,,,,,2082,13917
-,,,,,,,,2083,14071
-,,,,,,,,2084,14606
-,,,,,,,,2085,14350
-,,,,,,,,2086,13387
-,,,,,,,,2087,12001
-,,,,,,,,2088,10781
-,,,,,,,,2089,9979
-,,,,,,,,2090,9565
-,,,,,,,,2091,9357
-,,,,,,,,2092,9322
-,,,,,,,,2093,9601
-,,,,,,,,2094,10562
-,,,,,,,,2095,12401
-,,,,,,,,2096,13475
-,,,,,,,,2097,13781
-,,,,,,,,2098,13989
-,,,,,,,,2099,14150
-,,,,,,,,2100,14174
-,,,,,,,,2101,14079
-,,,,,,,,2102,14009
-,,,,,,,,2103,13787
-,,,,,,,,2104,13704
-,,,,,,,,2105,13813
-,,,,,,,,2106,14063
-,,,,,,,,2107,14314
-,,,,,,,,2108,14802
-,,,,,,,,2109,14525
-,,,,,,,,2110,13593
-,,,,,,,,2111,12245
-,,,,,,,,2112,11070
-,,,,,,,,2113,10307
-,,,,,,,,2114,9901
-,,,,,,,,2115,9721
-,,,,,,,,2116,9686
-,,,,,,,,2117,9984
-,,,,,,,,2118,10956
-,,,,,,,,2119,12685
-,,,,,,,,2120,13676
-,,,,,,,,2121,13857
-,,,,,,,,2122,13889
-,,,,,,,,2123,13917
-,,,,,,,,2124,13811
-,,,,,,,,2125,13574
-,,,,,,,,2126,13429
-,,,,,,,,2127,13160
-,,,,,,,,2128,12914
-,,,,,,,,2129,12816
-,,,,,,,,2130,12807
-,,,,,,,,2131,12886
-,,,,,,,,2132,13599
-,,,,,,,,2133,13595
-,,,,,,,,2134,12978
-,,,,,,,,2135,11995
-,,,,,,,,2136,10921
-,,,,,,,,2137,10077
-,,,,,,,,2138,9615
-,,,,,,,,2139,9378
-,,,,,,,,2140,9307
-,,,,,,,,2141,9383
-,,,,,,,,2142,9735
-,,,,,,,,2143,10376
-,,,,,,,,2144,11274
-,,,,,,,,2145,12296
-,,,,,,,,2146,12917
-,,,,,,,,2147,13271
-,,,,,,,,2148,13333
-,,,,,,,,2149,13218
-,,,,,,,,2150,12915
-,,,,,,,,2151,12633
-,,,,,,,,2152,12455
-,,,,,,,,2153,12474
-,,,,,,,,2154,12636
-,,,,,,,,2155,12769
-,,,,,,,,2156,13316
-,,,,,,,,2157,13255
-,,,,,,,,2158,12726
-,,,,,,,,2159,11929
-,,,,,,,,2160,11007
-,,,,,,,,2161,10271
-,,,,,,,,2162,9815
-,,,,,,,,2163,9597
-,,,,,,,,2164,9511
-,,,,,,,,2165,9552
-,,,,,,,,2166,9820
-,,,,,,,,2167,10216
-,,,,,,,,2168,10800
-,,,,,,,,2169,11539
-,,,,,,,,2170,12016
-,,,,,,,,2171,12195
-,,,,,,,,2172,12226
-,,,,,,,,2173,12219
-,,,,,,,,2174,12143
-,,,,,,,,2175,12063
-,,,,,,,,2176,12134
-,,,,,,,,2177,12487
-,,,,,,,,2178,13015
-,,,,,,,,2179,13397
-,,,,,,,,2180,13844
-,,,,,,,,2181,13492
-,,,,,,,,2182,12616
-,,,,,,,,2183,11491
-,,,,,,,,2184,10458
-,,,,,,,,2185,9776
-,,,,,,,,2186,9405
-,,,,,,,,2187,9266
-,,,,,,,,2188,9287
-,,,,,,,,2189,9621
-,,,,,,,,2190,10696
-,,,,,,,,2191,12536
-,,,,,,,,2192,13636
-,,,,,,,,2193,13962
-,,,,,,,,2194,14100
-,,,,,,,,2195,14169
-,,,,,,,,2196,14065
-,,,,,,,,2197,13865
-,,,,,,,,2198,13717
-,,,,,,,,2199,13466
-,,,,,,,,2200,13269
-,,,,,,,,2201,13260
-,,,,,,,,2202,13448
-,,,,,,,,2203,13589
-,,,,,,,,2204,14340
-,,,,,,,,2205,14403
-,,,,,,,,2206,13538
-,,,,,,,,2207,12226
-,,,,,,,,2208,11000
-,,,,,,,,2209,10242
-,,,,,,,,2210,9856
-,,,,,,,,2211,9696
-,,,,,,,,2212,9714
-,,,,,,,,2213,10062
-,,,,,,,,2214,11133
-,,,,,,,,2215,12916
-,,,,,,,,2216,13890
-,,,,,,,,2217,13977
-,,,,,,,,2218,13956
-,,,,,,,,2219,13933
-,,,,,,,,2220,13812
-,,,,,,,,2221,13629
-,,,,,,,,2222,13478
-,,,,,,,,2223,13276
-,,,,,,,,2224,13139
-,,,,,,,,2225,13129
-,,,,,,,,2226,13256
-,,,,,,,,2227,13386
-,,,,,,,,2228,14130
-,,,,,,,,2229,14212
-,,,,,,,,2230,13270
-,,,,,,,,2231,11929
-,,,,,,,,2232,10702
-,,,,,,,,2233,9897
-,,,,,,,,2234,9497
-,,,,,,,,2235,9291
-,,,,,,,,2236,9261
-,,,,,,,,2237,9531
-,,,,,,,,2238,10538
-,,,,,,,,2239,12267
-,,,,,,,,2240,13244
-,,,,,,,,2241,13412
-,,,,,,,,2242,13452
-,,,,,,,,2243,13540
-,,,,,,,,2244,13541
-,,,,,,,,2245,13423
-,,,,,,,,2246,13392
-,,,,,,,,2247,13278
-,,,,,,,,2248,13136
-,,,,,,,,2249,13138
-,,,,,,,,2250,13260
-,,,,,,,,2251,13379
-,,,,,,,,2252,14025
-,,,,,,,,2253,13994
-,,,,,,,,2254,13081
-,,,,,,,,2255,11783
-,,,,,,,,2256,10556
-,,,,,,,,2257,9818
-,,,,,,,,2258,9426
-,,,,,,,,2259,9253
-,,,,,,,,2260,9254
-,,,,,,,,2261,9577
-,,,,,,,,2262,10590
-,,,,,,,,2263,12367
-,,,,,,,,2264,13386
-,,,,,,,,2265,13593
-,,,,,,,,2266,13698
-,,,,,,,,2267,13771
-,,,,,,,,2268,13726
-,,,,,,,,2269,13585
-,,,,,,,,2270,13492
-,,,,,,,,2271,13257
-,,,,,,,,2272,13066
-,,,,,,,,2273,13025
-,,,,,,,,2274,13113
-,,,,,,,,2275,13196
-,,,,,,,,2276,13828
-,,,,,,,,2277,13973
-,,,,,,,,2278,13246
-,,,,,,,,2279,12042
-,,,,,,,,2280,10880
-,,,,,,,,2281,10104
-,,,,,,,,2282,9698
-,,,,,,,,2283,9513
-,,,,,,,,2284,9502
-,,,,,,,,2285,9754
-,,,,,,,,2286,10575
-,,,,,,,,2287,11843
-,,,,,,,,2288,12815
-,,,,,,,,2289,13257
-,,,,,,,,2290,13471
-,,,,,,,,2291,13527
-,,,,,,,,2292,13399
-,,,,,,,,2293,13187
-,,,,,,,,2294,12996
-,,,,,,,,2295,12721
-,,,,,,,,2296,12490
-,,,,,,,,2297,12453
-,,,,,,,,2298,12533
-,,,,,,,,2299,12581
-,,,,,,,,2300,13140
-,,,,,,,,2301,13284
-,,,,,,,,2302,12681
-,,,,,,,,2303,11730
-,,,,,,,,2304,10732
-,,,,,,,,2305,9988
-,,,,,,,,2306,9555
-,,,,,,,,2307,9336
-,,,,,,,,2308,9263
-,,,,,,,,2309,9379
-,,,,,,,,2310,9761
-,,,,,,,,2311,10312
-,,,,,,,,2312,11164
-,,,,,,,,2313,12006
-,,,,,,,,2314,12447
-,,,,,,,,2315,12547
-,,,,,,,,2316,12469
-,,,,,,,,2317,12277
-,,,,,,,,2318,12030
-,,,,,,,,2319,11804
-,,,,,,,,2320,11763
-,,,,,,,,2321,11980
-,,,,,,,,2322,12296
-,,,,,,,,2323,12537
-,,,,,,,,2324,13039
-,,,,,,,,2325,13026
-,,,,,,,,2326,12427
-,,,,,,,,2327,11528
-,,,,,,,,2328,10541
-,,,,,,,,2329,9733
-,,,,,,,,2330,9264
-,,,,,,,,2331,8984
-,,,,,,,,2332,8883
-,,,,,,,,2333,8928
-,,,,,,,,2334,9182
-,,,,,,,,2335,9621
-,,,,,,,,2336,10426
-,,,,,,,,2337,11345
-,,,,,,,,2338,11916
-,,,,,,,,2339,12114
-,,,,,,,,2340,12229
-,,,,,,,,2341,12124
-,,,,,,,,2342,11689
-,,,,,,,,2343,11250
-,,,,,,,,2344,11005
-,,,,,,,,2345,10950
-,,,,,,,,2346,11075
-,,,,,,,,2347,11376
-,,,,,,,,2348,12248
-,,,,,,,,2349,12684
-,,,,,,,,2350,11999
-,,,,,,,,2351,10958
-,,,,,,,,2352,9998
-,,,,,,,,2353,9355
-,,,,,,,,2354,9042
-,,,,,,,,2355,8926
-,,,,,,,,2356,8932
-,,,,,,,,2357,9258
-,,,,,,,,2358,10292
-,,,,,,,,2359,11981
-,,,,,,,,2360,13117
-,,,,,,,,2361,13520
-,,,,,,,,2362,13689
-,,,,,,,,2363,13843
-,,,,,,,,2364,13844
-,,,,,,,,2365,13732
-,,,,,,,,2366,13629
-,,,,,,,,2367,13408
-,,,,,,,,2368,13255
-,,,,,,,,2369,13257
-,,,,,,,,2370,13412
-,,,,,,,,2371,13544
-,,,,,,,,2372,14116
-,,,,,,,,2373,14140
-,,,,,,,,2374,13160
-,,,,,,,,2375,11819
-,,,,,,,,2376,10573
-,,,,,,,,2377,9824
-,,,,,,,,2378,9447
-,,,,,,,,2379,9275
-,,,,,,,,2380,9261
-,,,,,,,,2381,9580
-,,,,,,,,2382,10575
-,,,,,,,,2383,12217
-,,,,,,,,2384,13246
-,,,,,,,,2385,13452
-,,,,,,,,2386,13538
-,,,,,,,,2387,13627
-,,,,,,,,2388,13594
-,,,,,,,,2389,13513
-,,,,,,,,2390,13479
-,,,,,,,,2391,13297
-,,,,,,,,2392,13141
-,,,,,,,,2393,13163
-,,,,,,,,2394,13268
-,,,,,,,,2395,13359
-,,,,,,,,2396,13951
-,,,,,,,,2397,14004
-,,,,,,,,2398,13046
-,,,,,,,,2399,11702
-,,,,,,,,2400,10489
-,,,,,,,,2401,9741
-,,,,,,,,2402,9354
-,,,,,,,,2403,9182
-,,,,,,,,2404,9182
-,,,,,,,,2405,9488
-,,,,,,,,2406,10483
-,,,,,,,,2407,12145
-,,,,,,,,2408,13257
-,,,,,,,,2409,13536
-,,,,,,,,2410,13583
-,,,,,,,,2411,13647
-,,,,,,,,2412,13611
-,,,,,,,,2413,13475
-,,,,,,,,2414,13413
-,,,,,,,,2415,13255
-,,,,,,,,2416,13117
-,,,,,,,,2417,13150
-,,,,,,,,2418,13291
-,,,,,,,,2419,13426
-,,,,,,,,2420,14026
-,,,,,,,,2421,14025
-,,,,,,,,2422,13093
-,,,,,,,,2423,11784
-,,,,,,,,2424,10587
-,,,,,,,,2425,9808
-,,,,,,,,2426,9399
-,,,,,,,,2427,9212
-,,,,,,,,2428,9207
-,,,,,,,,2429,9493
-,,,,,,,,2430,10499
-,,,,,,,,2431,12136
-,,,,,,,,2432,13192
-,,,,,,,,2433,13461
-,,,,,,,,2434,13540
-,,,,,,,,2435,13586
-,,,,,,,,2436,13597
-,,,,,,,,2437,13544
-,,,,,,,,2438,13530
-,,,,,,,,2439,13367
-,,,,,,,,2440,13242
-,,,,,,,,2441,13282
-,,,,,,,,2442,13438
-,,,,,,,,2443,13479
-,,,,,,,,2444,13967
-,,,,,,,,2445,14039
-,,,,,,,,2446,13185
-,,,,,,,,2447,11917
-,,,,,,,,2448,10703
-,,,,,,,,2449,9941
-,,,,,,,,2450,9561
-,,,,,,,,2451,9378
-,,,,,,,,2452,9379
-,,,,,,,,2453,9671
-,,,,,,,,2454,10637
-,,,,,,,,2455,12210
-,,,,,,,,2456,13232
-,,,,,,,,2457,13433
-,,,,,,,,2458,13504
-,,,,,,,,2459,13567
-,,,,,,,,2460,13479
-,,,,,,,,2461,13325
-,,,,,,,,2462,13237
-,,,,,,,,2463,13034
-,,,,,,,,2464,12799
-,,,,,,,,2465,12697
-,,,,,,,,2466,12626
-,,,,,,,,2467,12520
-,,,,,,,,2468,12946
-,,,,,,,,2469,13195
-,,,,,,,,2470,12509
-,,,,,,,,2471,11485
-,,,,,,,,2472,10380
-,,,,,,,,2473,9605
-,,,,,,,,2474,9153
-,,,,,,,,2475,8896
-,,,,,,,,2476,8842
-,,,,,,,,2477,8941
-,,,,,,,,2478,9325
-,,,,,,,,2479,9817
-,,,,,,,,2480,10702
-,,,,,,,,2481,11487
-,,,,,,,,2482,11969
-,,,,,,,,2483,12159
-,,,,,,,,2484,12109
-,,,,,,,,2485,11931
-,,,,,,,,2486,11711
-,,,,,,,,2487,11519
-,,,,,,,,2488,11451
-,,,,,,,,2489,11497
-,,,,,,,,2490,11641
-,,,,,,,,2491,11711
-,,,,,,,,2492,12162
-,,,,,,,,2493,12371
-,,,,,,,,2494,11763
-,,,,,,,,2495,10854
-,,,,,,,,2496,9941
-,,,,,,,,2497,9213
-,,,,,,,,2498,8755
-,,,,,,,,2499,8487
-,,,,,,,,2500,8382
-,,,,,,,,2501,8402
-,,,,,,,,2502,8598
-,,,,,,,,2503,8876
-,,,,,,,,2504,9539
-,,,,,,,,2505,10451
-,,,,,,,,2506,11148
-,,,,,,,,2507,11515
-,,,,,,,,2508,11721
-,,,,,,,,2509,11765
-,,,,,,,,2510,11678
-,,,,,,,,2511,11606
-,,,,,,,,2512,11630
-,,,,,,,,2513,11818
-,,,,,,,,2514,12094
-,,,,,,,,2515,12201
-,,,,,,,,2516,12644
-,,,,,,,,2517,12843
-,,,,,,,,2518,12110
-,,,,,,,,2519,11088
-,,,,,,,,2520,10111
-,,,,,,,,2521,9397
-,,,,,,,,2522,8984
-,,,,,,,,2523,8775
-,,,,,,,,2524,8730
-,,,,,,,,2525,8963
-,,,,,,,,2526,9760
-,,,,,,,,2527,10904
-,,,,,,,,2528,12160
-,,,,,,,,2529,13092
-,,,,,,,,2530,13761
-,,,,,,,,2531,14296
-,,,,,,,,2532,14654
-,,,,,,,,2533,14878
-,,,,,,,,2534,15031
-,,,,,,,,2535,15074
-,,,,,,,,2536,15064
-,,,,,,,,2537,15041
-,,,,,,,,2538,14919
-,,,,,,,,2539,14640
-,,,,,,,,2540,14735
-,,,,,,,,2541,14894
-,,,,,,,,2542,13852
-,,,,,,,,2543,12422
-,,,,,,,,2544,11087
-,,,,,,,,2545,10161
-,,,,,,,,2546,9627
-,,,,,,,,2547,9302
-,,,,,,,,2548,9165
-,,,,,,,,2549,9366
-,,,,,,,,2550,10145
-,,,,,,,,2551,11358
-,,,,,,,,2552,12704
-,,,,,,,,2553,13492
-,,,,,,,,2554,13970
-,,,,,,,,2555,14323
-,,,,,,,,2556,14501
-,,,,,,,,2557,14577
-,,,,,,,,2558,14724
-,,,,,,,,2559,14740
-,,,,,,,,2560,14709
-,,,,,,,,2561,14674
-,,,,,,,,2562,14544
-,,,,,,,,2563,14178
-,,,,,,,,2564,14228
-,,,,,,,,2565,14360
-,,,,,,,,2566,13319
-,,,,,,,,2567,11908
-,,,,,,,,2568,10650
-,,,,,,,,2569,9743
-,,,,,,,,2570,9224
-,,,,,,,,2571,8943
-,,,,,,,,2572,8827
-,,,,,,,,2573,9022
-,,,,,,,,2574,9786
-,,,,,,,,2575,10924
-,,,,,,,,2576,12100
-,,,,,,,,2577,12688
-,,,,,,,,2578,13013
-,,,,,,,,2579,13266
-,,,,,,,,2580,13382
-,,,,,,,,2581,13344
-,,,,,,,,2582,13350
-,,,,,,,,2583,13224
-,,,,,,,,2584,13029
-,,,,,,,,2585,12992
-,,,,,,,,2586,13047
-,,,,,,,,2587,13054
-,,,,,,,,2588,13406
-,,,,,,,,2589,13494
-,,,,,,,,2590,12627
-,,,,,,,,2591,11411
-,,,,,,,,2592,10252
-,,,,,,,,2593,9485
-,,,,,,,,2594,9059
-,,,,,,,,2595,8822
-,,,,,,,,2596,8778
-,,,,,,,,2597,9032
-,,,,,,,,2598,9837
-,,,,,,,,2599,11097
-,,,,,,,,2600,12257
-,,,,,,,,2601,12792
-,,,,,,,,2602,13125
-,,,,,,,,2603,13385
-,,,,,,,,2604,13500
-,,,,,,,,2605,13477
-,,,,,,,,2606,13481
-,,,,,,,,2607,13385
-,,,,,,,,2608,13272
-,,,,,,,,2609,13253
-,,,,,,,,2610,13204
-,,,,,,,,2611,13046
-,,,,,,,,2612,13295
-,,,,,,,,2613,13606
-,,,,,,,,2614,12773
-,,,,,,,,2615,11529
-,,,,,,,,2616,10332
-,,,,,,,,2617,9552
-,,,,,,,,2618,9126
-,,,,,,,,2619,8909
-,,,,,,,,2620,8818
-,,,,,,,,2621,9040
-,,,,,,,,2622,9762
-,,,,,,,,2623,10907
-,,,,,,,,2624,12052
-,,,,,,,,2625,12732
-,,,,,,,,2626,13213
-,,,,,,,,2627,13568
-,,,,,,,,2628,13736
-,,,,,,,,2629,13727
-,,,,,,,,2630,13742
-,,,,,,,,2631,13623
-,,,,,,,,2632,13458
-,,,,,,,,2633,13341
-,,,,,,,,2634,13154
-,,,,,,,,2635,12834
-,,,,,,,,2636,12974
-,,,,,,,,2637,13182
-,,,,,,,,2638,12433
-,,,,,,,,2639,11379
-,,,,,,,,2640,10290
-,,,,,,,,2641,9486
-,,,,,,,,2642,9016
-,,,,,,,,2643,8745
-,,,,,,,,2644,8624
-,,,,,,,,2645,8691
-,,,,,,,,2646,8982
-,,,,,,,,2647,9416
-,,,,,,,,2648,10263
-,,,,,,,,2649,11209
-,,,,,,,,2650,11888
-,,,,,,,,2651,12250
-,,,,,,,,2652,12371
-,,,,,,,,2653,12367
-,,,,,,,,2654,12285
-,,,,,,,,2655,12204
-,,,,,,,,2656,12186
-,,,,,,,,2657,12270
-,,,,,,,,2658,12395
-,,,,,,,,2659,12342
-,,,,,,,,2660,12568
-,,,,,,,,2661,12816
-,,,,,,,,2662,12173
-,,,,,,,,2663,11242
-,,,,,,,,2664,10286
-,,,,,,,,2665,9501
-,,,,,,,,2666,9026
-,,,,,,,,2667,8721
-,,,,,,,,2668,8563
-,,,,,,,,2669,8555
-,,,,,,,,2670,8709
-,,,,,,,,2671,8922
-,,,,,,,,2672,9564
-,,,,,,,,2673,10450
-,,,,,,,,2674,11217
-,,,,,,,,2675,11692
-,,,,,,,,2676,12009
-,,,,,,,,2677,12171
-,,,,,,,,2678,12178
-,,,,,,,,2679,12129
-,,,,,,,,2680,12184
-,,,,,,,,2681,12442
-,,,,,,,,2682,12736
-,,,,,,,,2683,12964
-,,,,,,,,2684,13142
-,,,,,,,,2685,12940
-,,,,,,,,2686,12070
-,,,,,,,,2687,11028
-,,,,,,,,2688,10055
-,,,,,,,,2689,9422
-,,,,,,,,2690,9088
-,,,,,,,,2691,8938
-,,,,,,,,2692,8906
-,,,,,,,,2693,9163
-,,,,,,,,2694,10133
-,,,,,,,,2695,11809
-,,,,,,,,2696,13077
-,,,,,,,,2697,13605
-,,,,,,,,2698,13871
-,,,,,,,,2699,14064
-,,,,,,,,2700,14144
-,,,,,,,,2701,14055
-,,,,,,,,2702,13992
-,,,,,,,,2703,13799
-,,,,,,,,2704,13645
-,,,,,,,,2705,13705
-,,,,,,,,2706,13866
-,,,,,,,,2707,13839
-,,,,,,,,2708,13989
-,,,,,,,,2709,13951
-,,,,,,,,2710,12966
-,,,,,,,,2711,11636
-,,,,,,,,2712,10421
-,,,,,,,,2713,9640
-,,,,,,,,2714,9269
-,,,,,,,,2715,9067
-,,,,,,,,2716,9029
-,,,,,,,,2717,9302
-,,,,,,,,2718,10211
-,,,,,,,,2719,11721
-,,,,,,,,2720,12861
-,,,,,,,,2721,13228
-,,,,,,,,2722,13437
-,,,,,,,,2723,13585
-,,,,,,,,2724,13574
-,,,,,,,,2725,13470
-,,,,,,,,2726,13421
-,,,,,,,,2727,13273
-,,,,,,,,2728,13132
-,,,,,,,,2729,13153
-,,,,,,,,2730,13235
-,,,,,,,,2731,13260
-,,,,,,,,2732,13636
-,,,,,,,,2733,13984
-,,,,,,,,2734,13114
-,,,,,,,,2735,11753
-,,,,,,,,2736,10527
-,,,,,,,,2737,9735
-,,,,,,,,2738,9331
-,,,,,,,,2739,9149
-,,,,,,,,2740,9095
-,,,,,,,,2741,9395
-,,,,,,,,2742,10320
-,,,,,,,,2743,11832
-,,,,,,,,2744,12876
-,,,,,,,,2745,13150
-,,,,,,,,2746,13317
-,,,,,,,,2747,13430
-,,,,,,,,2748,13474
-,,,,,,,,2749,13410
-,,,,,,,,2750,13382
-,,,,,,,,2751,13201
-,,,,,,,,2752,13081
-,,,,,,,,2753,13106
-,,,,,,,,2754,13189
-,,,,,,,,2755,13243
-,,,,,,,,2756,13549
-,,,,,,,,2757,13797
-,,,,,,,,2758,12990
-,,,,,,,,2759,11717
-,,,,,,,,2760,10528
-,,,,,,,,2761,9727
-,,,,,,,,2762,9308
-,,,,,,,,2763,9138
-,,,,,,,,2764,9138
-,,,,,,,,2765,9430
-,,,,,,,,2766,10389
-,,,,,,,,2767,11907
-,,,,,,,,2768,12959
-,,,,,,,,2769,13242
-,,,,,,,,2770,13361
-,,,,,,,,2771,13465
-,,,,,,,,2772,13524
-,,,,,,,,2773,13473
-,,,,,,,,2774,13481
-,,,,,,,,2775,13338
-,,,,,,,,2776,13225
-,,,,,,,,2777,13349
-,,,,,,,,2778,13631
-,,,,,,,,2779,13717
-,,,,,,,,2780,13915
-,,,,,,,,2781,13912
-,,,,,,,,2782,13005
-,,,,,,,,2783,11690
-,,,,,,,,2784,10485
-,,,,,,,,2785,9680
-,,,,,,,,2786,9242
-,,,,,,,,2787,9010
-,,,,,,,,2788,8955
-,,,,,,,,2789,9179
-,,,,,,,,2790,10045
-,,,,,,,,2791,11544
-,,,,,,,,2792,12718
-,,,,,,,,2793,13163
-,,,,,,,,2794,13376
-,,,,,,,,2795,13512
-,,,,,,,,2796,13483
-,,,,,,,,2797,13344
-,,,,,,,,2798,13260
-,,,,,,,,2799,13049
-,,,,,,,,2800,12840
-,,,,,,,,2801,12786
-,,,,,,,,2802,12759
-,,,,,,,,2803,12718
-,,,,,,,,2804,13069
-,,,,,,,,2805,13492
-,,,,,,,,2806,12908
-,,,,,,,,2807,11879
-,,,,,,,,2808,10798
-,,,,,,,,2809,9992
-,,,,,,,,2810,9536
-,,,,,,,,2811,9325
-,,,,,,,,2812,9246
-,,,,,,,,2813,9372
-,,,,,,,,2814,9701
-,,,,,,,,2815,10175
-,,,,,,,,2816,11111
-,,,,,,,,2817,11888
-,,,,,,,,2818,12295
-,,,,,,,,2819,12364
-,,,,,,,,2820,12267
-,,,,,,,,2821,12052
-,,,,,,,,2822,11798
-,,,,,,,,2823,11572
-,,,,,,,,2824,11435
-,,,,,,,,2825,11498
-,,,,,,,,2826,11664
-,,,,,,,,2827,11771
-,,,,,,,,2828,12082
-,,,,,,,,2829,12547
-,,,,,,,,2830,12047
-,,,,,,,,2831,11179
-,,,,,,,,2832,10261
-,,,,,,,,2833,9496
-,,,,,,,,2834,9070
-,,,,,,,,2835,8859
-,,,,,,,,2836,8792
-,,,,,,,,2837,8852
-,,,,,,,,2838,9041
-,,,,,,,,2839,9336
-,,,,,,,,2840,10034
-,,,,,,,,2841,10822
-,,,,,,,,2842,11388
-,,,,,,,,2843,11626
-,,,,,,,,2844,11728
-,,,,,,,,2845,11673
-,,,,,,,,2846,11520
-,,,,,,,,2847,11351
-,,,,,,,,2848,11323
-,,,,,,,,2849,11494
-,,,,,,,,2850,11815
-,,,,,,,,2851,12017
-,,,,,,,,2852,12401
-,,,,,,,,2853,12962
-,,,,,,,,2854,12214
-,,,,,,,,2855,11071
-,,,,,,,,2856,10027
-,,,,,,,,2857,9361
-,,,,,,,,2858,9024
-,,,,,,,,2859,8900
-,,,,,,,,2860,8946
-,,,,,,,,2861,9294
-,,,,,,,,2862,10280
-,,,,,,,,2863,11934
-,,,,,,,,2864,13044
-,,,,,,,,2865,13263
-,,,,,,,,2866,13385
-,,,,,,,,2867,13478
-,,,,,,,,2868,13469
-,,,,,,,,2869,13373
-,,,,,,,,2870,13346
-,,,,,,,,2871,13202
-,,,,,,,,2872,13065
-,,,,,,,,2873,13055
-,,,,,,,,2874,13144
-,,,,,,,,2875,13251
-,,,,,,,,2876,13619
-,,,,,,,,2877,13891
-,,,,,,,,2878,12906
-,,,,,,,,2879,11543
-,,,,,,,,2880,10320
-,,,,,,,,2881,9539
-,,,,,,,,2882,9173
-,,,,,,,,2883,8976
-,,,,,,,,2884,8929
-,,,,,,,,2885,9157
-,,,,,,,,2886,10099
-,,,,,,,,2887,11745
-,,,,,,,,2888,13054
-,,,,,,,,2889,13570
-,,,,,,,,2890,13896
-,,,,,,,,2891,14088
-,,,,,,,,2892,14278
-,,,,,,,,2893,14246
-,,,,,,,,2894,14133
-,,,,,,,,2895,13975
-,,,,,,,,2896,13855
-,,,,,,,,2897,13948
-,,,,,,,,2898,14145
-,,,,,,,,2899,14145
-,,,,,,,,2900,14235
-,,,,,,,,2901,14225
-,,,,,,,,2902,13270
-,,,,,,,,2903,11863
-,,,,,,,,2904,10625
-,,,,,,,,2905,9813
-,,,,,,,,2906,9379
-,,,,,,,,2907,9161
-,,,,,,,,2908,9110
-,,,,,,,,2909,9354
-,,,,,,,,2910,10268
-,,,,,,,,2911,11901
-,,,,,,,,2912,13126
-,,,,,,,,2913,13485
-,,,,,,,,2914,13692
-,,,,,,,,2915,13862
-,,,,,,,,2916,13869
-,,,,,,,,2917,13770
-,,,,,,,,2918,13724
-,,,,,,,,2919,13565
-,,,,,,,,2920,13428
-,,,,,,,,2921,13474
-,,,,,,,,2922,13637
-,,,,,,,,2923,13756
-,,,,,,,,2924,14003
-,,,,,,,,2925,14101
-,,,,,,,,2926,13204
-,,,,,,,,2927,11818
-,,,,,,,,2928,10577
-,,,,,,,,2929,9755
-,,,,,,,,2930,9334
-,,,,,,,,2931,9107
-,,,,,,,,2932,9052
-,,,,,,,,2933,9305
-,,,,,,,,2934,10210
-,,,,,,,,2935,11864
-,,,,,,,,2936,13124
-,,,,,,,,2937,13527
-,,,,,,,,2938,13740
-,,,,,,,,2939,13900
-,,,,,,,,2940,13948
-,,,,,,,,2941,13840
-,,,,,,,,2942,13808
-,,,,,,,,2943,13608
-,,,,,,,,2944,13471
-,,,,,,,,2945,13538
-,,,,,,,,2946,13687
-,,,,,,,,2947,13742
-,,,,,,,,2948,13956
-,,,,,,,,2949,14055
-,,,,,,,,2950,13169
-,,,,,,,,2951,11794
-,,,,,,,,2952,10541
-,,,,,,,,2953,9723
-,,,,,,,,2954,9269
-,,,,,,,,2955,9036
-,,,,,,,,2956,8974
-,,,,,,,,2957,9200
-,,,,,,,,2958,10066
-,,,,,,,,2959,11682
-,,,,,,,,2960,12939
-,,,,,,,,2961,13454
-,,,,,,,,2962,13710
-,,,,,,,,2963,13956
-,,,,,,,,2964,13989
-,,,,,,,,2965,13907
-,,,,,,,,2966,13859
-,,,,,,,,2967,13652
-,,,,,,,,2968,13469
-,,,,,,,,2969,13454
-,,,,,,,,2970,13416
-,,,,,,,,2971,13293
-,,,,,,,,2972,13309
-,,,,,,,,2973,13466
-,,,,,,,,2974,12793
-,,,,,,,,2975,11717
-,,,,,,,,2976,10585
-,,,,,,,,2977,9684
-,,,,,,,,2978,9184
-,,,,,,,,2979,8878
-,,,,,,,,2980,8739
-,,,,,,,,2981,8784
-,,,,,,,,2982,9067
-,,,,,,,,2983,9597
-,,,,,,,,2984,10525
-,,,,,,,,2985,11502
-,,,,,,,,2986,12134
-,,,,,,,,2987,12414
-,,,,,,,,2988,12469
-,,,,,,,,2989,12345
-,,,,,,,,2990,12142
-,,,,,,,,2991,11945
-,,,,,,,,2992,11809
-,,,,,,,,2993,11798
-,,,,,,,,2994,11871
-,,,,,,,,2995,11846
-,,,,,,,,2996,11981
-,,,,,,,,2997,12433
-,,,,,,,,2998,11972
-,,,,,,,,2999,11097
-,,,,,,,,3000,10159
-,,,,,,,,3001,9407
-,,,,,,,,3002,8937
-,,,,,,,,3003,8659
-,,,,,,,,3004,8524
-,,,,,,,,3005,8526
-,,,,,,,,3006,8647
-,,,,,,,,3007,8908
-,,,,,,,,3008,9630
-,,,,,,,,3009,10511
-,,,,,,,,3010,11177
-,,,,,,,,3011,11529
-,,,,,,,,3012,11669
-,,,,,,,,3013,11671
-,,,,,,,,3014,11555
-,,,,,,,,3015,11397
-,,,,,,,,3016,11365
-,,,,,,,,3017,11535
-,,,,,,,,3018,11841
-,,,,,,,,3019,12028
-,,,,,,,,3020,12288
-,,,,,,,,3021,12893
-,,,,,,,,3022,12180
-,,,,,,,,3023,11034
-,,,,,,,,3024,9955
-,,,,,,,,3025,9190
-,,,,,,,,3026,8805
-,,,,,,,,3027,8639
-,,,,,,,,3028,8613
-,,,,,,,,3029,8912
-,,,,,,,,3030,9749
-,,,,,,,,3031,11367
-,,,,,,,,3032,12615
-,,,,,,,,3033,13038
-,,,,,,,,3034,13309
-,,,,,,,,3035,13573
-,,,,,,,,3036,13689
-,,,,,,,,3037,13683
-,,,,,,,,3038,13715
-,,,,,,,,3039,13597
-,,,,,,,,3040,13441
-,,,,,,,,3041,13378
-,,,,,,,,3042,13323
-,,,,,,,,3043,13225
-,,,,,,,,3044,13438
-,,,,,,,,3045,13827
-,,,,,,,,3046,12932
-,,,,,,,,3047,11528
-,,,,,,,,3048,10253
-,,,,,,,,3049,9445
-,,,,,,,,3050,9022
-,,,,,,,,3051,8795
-,,,,,,,,3052,8732
-,,,,,,,,3053,8982
-,,,,,,,,3054,9831
-,,,,,,,,3055,11451
-,,,,,,,,3056,12768
-,,,,,,,,3057,13243
-,,,,,,,,3058,13519
-,,,,,,,,3059,13768
-,,,,,,,,3060,13847
-,,,,,,,,3061,13766
-,,,,,,,,3062,13787
-,,,,,,,,3063,13657
-,,,,,,,,3064,13586
-,,,,,,,,3065,13740
-,,,,,,,,3066,13967
-,,,,,,,,3067,13956
-,,,,,,,,3068,14029
-,,,,,,,,3069,13981
-,,,,,,,,3070,13017
-,,,,,,,,3071,11671
-,,,,,,,,3072,10440
-,,,,,,,,3073,9610
-,,,,,,,,3074,9183
-,,,,,,,,3075,8957
-,,,,,,,,3076,8893
-,,,,,,,,3077,9132
-,,,,,,,,3078,10030
-,,,,,,,,3079,11697
-,,,,,,,,3080,13077
-,,,,,,,,3081,13583
-,,,,,,,,3082,13889
-,,,,,,,,3083,14136
-,,,,,,,,3084,14238
-,,,,,,,,3085,14187
-,,,,,,,,3086,14178
-,,,,,,,,3087,14018
-,,,,,,,,3088,13927
-,,,,,,,,3089,14026
-,,,,,,,,3090,14147
-,,,,,,,,3091,14070
-,,,,,,,,3092,14126
-,,,,,,,,3093,14103
-,,,,,,,,3094,13193
-,,,,,,,,3095,11813
-,,,,,,,,3096,10569
-,,,,,,,,3097,9743
-,,,,,,,,3098,9289
-,,,,,,,,3099,9055
-,,,,,,,,3100,9003
-,,,,,,,,3101,9207
-,,,,,,,,3102,10028
-,,,,,,,,3103,11633
-,,,,,,,,3104,12947
-,,,,,,,,3105,13420
-,,,,,,,,3106,13653
-,,,,,,,,3107,13848
-,,,,,,,,3108,13915
-,,,,,,,,3109,13857
-,,,,,,,,3110,13818
-,,,,,,,,3111,13645
-,,,,,,,,3112,13482
-,,,,,,,,3113,13436
-,,,,,,,,3114,13410
-,,,,,,,,3115,13279
-,,,,,,,,3116,13342
-,,,,,,,,3117,13730
-,,,,,,,,3118,13034
-,,,,,,,,3119,11755
-,,,,,,,,3120,10473
-,,,,,,,,3121,9635
-,,,,,,,,3122,9184
-,,,,,,,,3123,8941
-,,,,,,,,3124,8883
-,,,,,,,,3125,9140
-,,,,,,,,3126,9880
-,,,,,,,,3127,11472
-,,,,,,,,3128,12664
-,,,,,,,,3129,13059
-,,,,,,,,3130,13293
-,,,,,,,,3131,13464
-,,,,,,,,3132,13533
-,,,,,,,,3133,13444
-,,,,,,,,3134,13382
-,,,,,,,,3135,13208
-,,,,,,,,3136,13032
-,,,,,,,,3137,12940
-,,,,,,,,3138,12831
-,,,,,,,,3139,12649
-,,,,,,,,3140,12621
-,,,,,,,,3141,13052
-,,,,,,,,3142,12594
-,,,,,,,,3143,11567
-,,,,,,,,3144,10420
-,,,,,,,,3145,9561
-,,,,,,,,3146,9062
-,,,,,,,,3147,8786
-,,,,,,,,3148,8685
-,,,,,,,,3149,8728
-,,,,,,,,3150,8918
-,,,,,,,,3151,9480
-,,,,,,,,3152,10426
-,,,,,,,,3153,11353
-,,,,,,,,3154,11910
-,,,,,,,,3155,12104
-,,,,,,,,3156,12130
-,,,,,,,,3157,12030
-,,,,,,,,3158,11902
-,,,,,,,,3159,11796
-,,,,,,,,3160,11819
-,,,,,,,,3161,11940
-,,,,,,,,3162,12087
-,,,,,,,,3163,12111
-,,,,,,,,3164,12155
-,,,,,,,,3165,12622
-,,,,,,,,3166,12216
-,,,,,,,,3167,11296
-,,,,,,,,3168,10263
-,,,,,,,,3169,9451
-,,,,,,,,3170,8900
-,,,,,,,,3171,8585
-,,,,,,,,3172,8414
-,,,,,,,,3173,8389
-,,,,,,,,3174,8404
-,,,,,,,,3175,8731
-,,,,,,,,3176,9560
-,,,,,,,,3177,10581
-,,,,,,,,3178,11347
-,,,,,,,,3179,11758
-,,,,,,,,3180,11976
-,,,,,,,,3181,12079
-,,,,,,,,3182,12056
-,,,,,,,,3183,12033
-,,,,,,,,3184,12085
-,,,,,,,,3185,12228
-,,,,,,,,3186,12403
-,,,,,,,,3187,12447
-,,,,,,,,3188,12654
-,,,,,,,,3189,13235
-,,,,,,,,3190,12686
-,,,,,,,,3191,11526
-,,,,,,,,3192,10378
-,,,,,,,,3193,9558
-,,,,,,,,3194,9131
-,,,,,,,,3195,8892
-,,,,,,,,3196,8826
-,,,,,,,,3197,9096
-,,,,,,,,3198,9902
-,,,,,,,,3199,11495
-,,,,,,,,3200,12851
-,,,,,,,,3201,13441
-,,,,,,,,3202,13852
-,,,,,,,,3203,14214
-,,,,,,,,3204,14428
-,,,,,,,,3205,14499
-,,,,,,,,3206,14493
-,,,,,,,,3207,14378
-,,,,,,,,3208,14246
-,,,,,,,,3209,14239
-,,,,,,,,3210,14279
-,,,,,,,,3211,14175
-,,,,,,,,3212,14174
-,,,,,,,,3213,14263
-,,,,,,,,3214,13360
-,,,,,,,,3215,11972
-,,,,,,,,3216,10673
-,,,,,,,,3217,9830
-,,,,,,,,3218,9364
-,,,,,,,,3219,9107
-,,,,,,,,3220,9045
-,,,,,,,,3221,9272
-,,,,,,,,3222,10077
-,,,,,,,,3223,11669
-,,,,,,,,3224,13009
-,,,,,,,,3225,13608
-,,,,,,,,3226,13992
-,,,,,,,,3227,14340
-,,,,,,,,3228,14490
-,,,,,,,,3229,14502
-,,,,,,,,3230,14491
-,,,,,,,,3231,14313
-,,,,,,,,3232,14177
-,,,,,,,,3233,14229
-,,,,,,,,3234,14342
-,,,,,,,,3235,14290
-,,,,,,,,3236,14304
-,,,,,,,,3237,14286
-,,,,,,,,3238,13367
-,,,,,,,,3239,11995
-,,,,,,,,3240,10728
-,,,,,,,,3241,9904
-,,,,,,,,3242,9440
-,,,,,,,,3243,9199
-,,,,,,,,3244,9124
-,,,,,,,,3245,9352
-,,,,,,,,3246,10214
-,,,,,,,,3247,11862
-,,,,,,,,3248,13234
-,,,,,,,,3249,13844
-,,,,,,,,3250,14207
-,,,,,,,,3251,14488
-,,,,,,,,3252,14619
-,,,,,,,,3253,14608
-,,,,,,,,3254,14644
-,,,,,,,,3255,14632
-,,,,,,,,3256,14632
-,,,,,,,,3257,14675
-,,,,,,,,3258,14652
-,,,,,,,,3259,14455
-,,,,,,,,3260,14366
-,,,,,,,,3261,14687
-,,,,,,,,3262,13891
-,,,,,,,,3263,12444
-,,,,,,,,3264,11038
-,,,,,,,,3265,10105
-,,,,,,,,3266,9572
-,,,,,,,,3267,9267
-,,,,,,,,3268,9131
-,,,,,,,,3269,9285
-,,,,,,,,3270,9941
-,,,,,,,,3271,11490
-,,,,,,,,3272,12726
-,,,,,,,,3273,13236
-,,,,,,,,3274,13541
-,,,,,,,,3275,13808
-,,,,,,,,3276,13940
-,,,,,,,,3277,13940
-,,,,,,,,3278,14014
-,,,,,,,,3279,13956
-,,,,,,,,3280,13901
-,,,,,,,,3281,13883
-,,,,,,,,3282,13799
-,,,,,,,,3283,13570
-,,,,,,,,3284,13495
-,,,,,,,,3285,13911
-,,,,,,,,3286,13289
-,,,,,,,,3287,11905
-,,,,,,,,3288,10585
-,,,,,,,,3289,9701
-,,,,,,,,3290,9182
-,,,,,,,,3291,8920
-,,,,,,,,3292,8830
-,,,,,,,,3293,9052
-,,,,,,,,3294,9725
-,,,,,,,,3295,11286
-,,,,,,,,3296,12592
-,,,,,,,,3297,13166
-,,,,,,,,3298,13524
-,,,,,,,,3299,13805
-,,,,,,,,3300,13933
-,,,,,,,,3301,13917
-,,,,,,,,3302,13948
-,,,,,,,,3303,13842
-,,,,,,,,3304,13735
-,,,,,,,,3305,13625
-,,,,,,,,3306,13420
-,,,,,,,,3307,13104
-,,,,,,,,3308,12917
-,,,,,,,,3309,13251
-,,,,,,,,3310,12804
-,,,,,,,,3311,11705
-,,,,,,,,3312,10504
-,,,,,,,,3313,9610
-,,,,,,,,3314,9095
-,,,,,,,,3315,8788
-,,,,,,,,3316,8626
-,,,,,,,,3317,8679
-,,,,,,,,3318,8793
-,,,,,,,,3319,9388
-,,,,,,,,3320,10390
-,,,,,,,,3321,11424
-,,,,,,,,3322,12071
-,,,,,,,,3323,12395
-,,,,,,,,3324,12548
-,,,,,,,,3325,12542
-,,,,,,,,3326,12465
-,,,,,,,,3327,12427
-,,,,,,,,3328,12490
-,,,,,,,,3329,12630
-,,,,,,,,3330,12751
-,,,,,,,,3331,12681
-,,,,,,,,3332,12519
-,,,,,,,,3333,12839
-,,,,,,,,3334,12492
-,,,,,,,,3335,11519
-,,,,,,,,3336,10450
-,,,,,,,,3337,9598
-,,,,,,,,3338,9048
-,,,,,,,,3339,8701
-,,,,,,,,3340,8553
-,,,,,,,,3341,8539
-,,,,,,,,3342,8518
-,,,,,,,,3343,8870
-,,,,,,,,3344,9733
-,,,,,,,,3345,10789
-,,,,,,,,3346,11621
-,,,,,,,,3347,12132
-,,,,,,,,3348,12469
-,,,,,,,,3349,12642
-,,,,,,,,3350,12668
-,,,,,,,,3351,12690
-,,,,,,,,3352,12776
-,,,,,,,,3353,12948
-,,,,,,,,3354,13120
-,,,,,,,,3355,13112
-,,,,,,,,3356,13045
-,,,,,,,,3357,13461
-,,,,,,,,3358,12879
-,,,,,,,,3359,11593
-,,,,,,,,3360,10383
-,,,,,,,,3361,9519
-,,,,,,,,3362,9100
-,,,,,,,,3363,8872
-,,,,,,,,3364,8816
-,,,,,,,,3365,9052
-,,,,,,,,3366,9772
-,,,,,,,,3367,11376
-,,,,,,,,3368,12799
-,,,,,,,,3369,13467
-,,,,,,,,3370,13923
-,,,,,,,,3371,14304
-,,,,,,,,3372,14524
-,,,,,,,,3373,14572
-,,,,,,,,3374,14667
-,,,,,,,,3375,14582
-,,,,,,,,3376,14463
-,,,,,,,,3377,14490
-,,,,,,,,3378,14514
-,,,,,,,,3379,14419
-,,,,,,,,3380,14367
-,,,,,,,,3381,14414
-,,,,,,,,3382,13518
-,,,,,,,,3383,12100
-,,,,,,,,3384,10827
-,,,,,,,,3385,9988
-,,,,,,,,3386,9524
-,,,,,,,,3387,9302
-,,,,,,,,3388,9215
-,,,,,,,,3389,9457
-,,,,,,,,3390,10253
-,,,,,,,,3391,11891
-,,,,,,,,3392,13238
-,,,,,,,,3393,13797
-,,,,,,,,3394,14175
-,,,,,,,,3395,14538
-,,,,,,,,3396,14705
-,,,,,,,,3397,14693
-,,,,,,,,3398,14706
-,,,,,,,,3399,14593
-,,,,,,,,3400,14498
-,,,,,,,,3401,14504
-,,,,,,,,3402,14542
-,,,,,,,,3403,14387
-,,,,,,,,3404,14284
-,,,,,,,,3405,14359
-,,,,,,,,3406,13579
-,,,,,,,,3407,12238
-,,,,,,,,3408,10949
-,,,,,,,,3409,10025
-,,,,,,,,3410,9572
-,,,,,,,,3411,9331
-,,,,,,,,3412,9251
-,,,,,,,,3413,9494
-,,,,,,,,3414,10224
-,,,,,,,,3415,11893
-,,,,,,,,3416,13304
-,,,,,,,,3417,13962
-,,,,,,,,3418,14397
-,,,,,,,,3419,14789
-,,,,,,,,3420,15046
-,,,,,,,,3421,15170
-,,,,,,,,3422,15335
-,,,,,,,,3423,15317
-,,,,,,,,3424,15211
-,,,,,,,,3425,15232
-,,,,,,,,3426,15202
-,,,,,,,,3427,14977
-,,,,,,,,3428,14803
-,,,,,,,,3429,15060
-,,,,,,,,3430,14428
-,,,,,,,,3431,12934
-,,,,,,,,3432,11480
-,,,,,,,,3433,10481
-,,,,,,,,3434,9880
-,,,,,,,,3435,9545
-,,,,,,,,3436,9407
-,,,,,,,,3437,9610
-,,,,,,,,3438,10337
-,,,,,,,,3439,12050
-,,,,,,,,3440,13500
-,,,,,,,,3441,14220
-,,,,,,,,3442,14757
-,,,,,,,,3443,15199
-,,,,,,,,3444,15458
-,,,,,,,,3445,15535
-,,,,,,,,3446,15603
-,,,,,,,,3447,15562
-,,,,,,,,3448,15421
-,,,,,,,,3449,15350
-,,,,,,,,3450,15131
-,,,,,,,,3451,14811
-,,,,,,,,3452,14644
-,,,,,,,,3453,14900
-,,,,,,,,3454,14278
-,,,,,,,,3455,12795
-,,,,,,,,3456,11338
-,,,,,,,,3457,10385
-,,,,,,,,3458,9862
-,,,,,,,,3459,9549
-,,,,,,,,3460,9451
-,,,,,,,,3461,9651
-,,,,,,,,3462,10365
-,,,,,,,,3463,11908
-,,,,,,,,3464,13251
-,,,,,,,,3465,13908
-,,,,,,,,3466,14314
-,,,,,,,,3467,14616
-,,,,,,,,3468,14821
-,,,,,,,,3469,14854
-,,,,,,,,3470,14910
-,,,,,,,,3471,14834
-,,,,,,,,3472,14761
-,,,,,,,,3473,14757
-,,,,,,,,3474,14637
-,,,,,,,,3475,14373
-,,,,,,,,3476,14150
-,,,,,,,,3477,14337
-,,,,,,,,3478,13926
-,,,,,,,,3479,12814
-,,,,,,,,3480,11557
-,,,,,,,,3481,10601
-,,,,,,,,3482,10023
-,,,,,,,,3483,9671
-,,,,,,,,3484,9493
-,,,,,,,,3485,9514
-,,,,,,,,3486,9657
-,,,,,,,,3487,10210
-,,,,,,,,3488,11253
-,,,,,,,,3489,12482
-,,,,,,,,3490,13487
-,,,,,,,,3491,14178
-,,,,,,,,3492,14623
-,,,,,,,,3493,14890
-,,,,,,,,3494,14974
-,,,,,,,,3495,15031
-,,,,,,,,3496,15031
-,,,,,,,,3497,15137
-,,,,,,,,3498,15137
-,,,,,,,,3499,14926
-,,,,,,,,3500,14647
-,,,,,,,,3501,14788
-,,,,,,,,3502,14370
-,,,,,,,,3503,13191
-,,,,,,,,3504,11921
-,,,,,,,,3505,10863
-,,,,,,,,3506,10183
-,,,,,,,,3507,9727
-,,,,,,,,3508,9451
-,,,,,,,,3509,9325
-,,,,,,,,3510,9181
-,,,,,,,,3511,9504
-,,,,,,,,3512,10331
-,,,,,,,,3513,11369
-,,,,,,,,3514,12288
-,,,,,,,,3515,12880
-,,,,,,,,3516,13281
-,,,,,,,,3517,13519
-,,,,,,,,3518,13558
-,,,,,,,,3519,13586
-,,,,,,,,3520,13657
-,,,,,,,,3521,13787
-,,,,,,,,3522,13845
-,,,,,,,,3523,13622
-,,,,,,,,3524,13363
-,,,,,,,,3525,13617
-,,,,,,,,3526,13337
-,,,,,,,,3527,12417
-,,,,,,,,3528,11332
-,,,,,,,,3529,10464
-,,,,,,,,3530,9892
-,,,,,,,,3531,9569
-,,,,,,,,3532,9410
-,,,,,,,,3533,9430
-,,,,,,,,3534,9521
-,,,,,,,,3535,9956
-,,,,,,,,3536,10850
-,,,,,,,,3537,12054
-,,,,,,,,3538,13054
-,,,,,,,,3539,13815
-,,,,,,,,3540,14383
-,,,,,,,,3541,14789
-,,,,,,,,3542,14937
-,,,,,,,,3543,15038
-,,,,,,,,3544,15153
-,,,,,,,,3545,15360
-,,,,,,,,3546,15511
-,,,,,,,,3547,15337
-,,,,,,,,3548,15146
-,,,,,,,,3549,15353
-,,,,,,,,3550,14667
-,,,,,,,,3551,13175
-,,,,,,,,3552,11746
-,,,,,,,,3553,10806
-,,,,,,,,3554,10235
-,,,,,,,,3555,9920
-,,,,,,,,3556,9836
-,,,,,,,,3557,10040
-,,,,,,,,3558,10812
-,,,,,,,,3559,12514
-,,,,,,,,3560,14064
-,,,,,,,,3561,14976
-,,,,,,,,3562,15710
-,,,,,,,,3563,16409
-,,,,,,,,3564,17004
-,,,,,,,,3565,17429
-,,,,,,,,3566,17803
-,,,,,,,,3567,17946
-,,,,,,,,3568,18121
-,,,,,,,,3569,18250
-,,,,,,,,3570,18113
-,,,,,,,,3571,17624
-,,,,,,,,3572,17256
-,,,,,,,,3573,17030
-,,,,,,,,3574,15806
-,,,,,,,,3575,14140
-,,,,,,,,3576,12644
-,,,,,,,,3577,11597
-,,,,,,,,3578,10971
-,,,,,,,,3579,10612
-,,,,,,,,3580,10469
-,,,,,,,,3581,10672
-,,,,,,,,3582,11410
-,,,,,,,,3583,13104
-,,,,,,,,3584,14561
-,,,,,,,,3585,15237
-,,,,,,,,3586,15688
-,,,,,,,,3587,16061
-,,,,,,,,3588,16286
-,,,,,,,,3589,16358
-,,,,,,,,3590,16482
-,,,,,,,,3591,16433
-,,,,,,,,3592,16394
-,,,,,,,,3593,16437
-,,,,,,,,3594,16341
-,,,,,,,,3595,15998
-,,,,,,,,3596,15745
-,,,,,,,,3597,15934
-,,,,,,,,3598,15263
-,,,,,,,,3599,13719
-,,,,,,,,3600,12216
-,,,,,,,,3601,11115
-,,,,,,,,3602,10483
-,,,,,,,,3603,10109
-,,,,,,,,3604,9948
-,,,,,,,,3605,10114
-,,,,,,,,3606,10778
-,,,,,,,,3607,12422
-,,,,,,,,3608,13940
-,,,,,,,,3609,14676
-,,,,,,,,3610,15285
-,,,,,,,,3611,15819
-,,,,,,,,3612,16177
-,,,,,,,,3613,16376
-,,,,,,,,3614,16637
-,,,,,,,,3615,16724
-,,,,,,,,3616,16786
-,,,,,,,,3617,16788
-,,,,,,,,3618,16552
-,,,,,,,,3619,16059
-,,,,,,,,3620,15556
-,,,,,,,,3621,15591
-,,,,,,,,3622,15018
-,,,,,,,,3623,13437
-,,,,,,,,3624,11871
-,,,,,,,,3625,10794
-,,,,,,,,3626,10138
-,,,,,,,,3627,9773
-,,,,,,,,3628,9631
-,,,,,,,,3629,9748
-,,,,,,,,3630,10294
-,,,,,,,,3631,11864
-,,,,,,,,3632,13268
-,,,,,,,,3633,13953
-,,,,,,,,3634,14405
-,,,,,,,,3635,14780
-,,,,,,,,3636,14961
-,,,,,,,,3637,14988
-,,,,,,,,3638,15067
-,,,,,,,,3639,15009
-,,,,,,,,3640,14847
-,,,,,,,,3641,14626
-,,,,,,,,3642,14237
-,,,,,,,,3643,13778
-,,,,,,,,3644,13556
-,,,,,,,,3645,13751
-,,,,,,,,3646,13308
-,,,,,,,,3647,12187
-,,,,,,,,3648,10986
-,,,,,,,,3649,10050
-,,,,,,,,3650,9496
-,,,,,,,,3651,9179
-,,,,,,,,3652,9050
-,,,,,,,,3653,9086
-,,,,,,,,3654,9285
-,,,,,,,,3655,9768
-,,,,,,,,3656,10664
-,,,,,,,,3657,11746
-,,,,,,,,3658,12598
-,,,,,,,,3659,13158
-,,,,,,,,3660,13382
-,,,,,,,,3661,13365
-,,,,,,,,3662,13213
-,,,,,,,,3663,13052
-,,,,,,,,3664,12967
-,,,,,,,,3665,13054
-,,,,,,,,3666,13176
-,,,,,,,,3667,13129
-,,,,,,,,3668,13030
-,,,,,,,,3669,13079
-,,,,,,,,3670,12642
-,,,,,,,,3671,11745
-,,,,,,,,3672,10737
-,,,,,,,,3673,9921
-,,,,,,,,3674,9357
-,,,,,,,,3675,9021
-,,,,,,,,3676,8834
-,,,,,,,,3677,8800
-,,,,,,,,3678,8784
-,,,,,,,,3679,9110
-,,,,,,,,3680,9887
-,,,,,,,,3681,10928
-,,,,,,,,3682,11746
-,,,,,,,,3683,12260
-,,,,,,,,3684,12591
-,,,,,,,,3685,12721
-,,,,,,,,3686,12668
-,,,,,,,,3687,12607
-,,,,,,,,3688,12580
-,,,,,,,,3689,12688
-,,,,,,,,3690,12844
-,,,,,,,,3691,12950
-,,,,,,,,3692,12984
-,,,,,,,,3693,13138
-,,,,,,,,3694,12588
-,,,,,,,,3695,11494
-,,,,,,,,3696,10389
-,,,,,,,,3697,9592
-,,,,,,,,3698,9129
-,,,,,,,,3699,8895
-,,,,,,,,3700,8853
-,,,,,,,,3701,9095
-,,,,,,,,3702,9850
-,,,,,,,,3703,11445
-,,,,,,,,3704,12808
-,,,,,,,,3705,13406
-,,,,,,,,3706,13783
-,,,,,,,,3707,14092
-,,,,,,,,3708,14191
-,,,,,,,,3709,14162
-,,,,,,,,3710,14114
-,,,,,,,,3711,13964
-,,,,,,,,3712,13871
-,,,,,,,,3713,13951
-,,,,,,,,3714,14092
-,,,,,,,,3715,13973
-,,,,,,,,3716,13808
-,,,,,,,,3717,13837
-,,,,,,,,3718,13144
-,,,,,,,,3719,11806
-,,,,,,,,3720,10548
-,,,,,,,,3721,9731
-,,,,,,,,3722,9291
-,,,,,,,,3723,9069
-,,,,,,,,3724,9004
-,,,,,,,,3725,9225
-,,,,,,,,3726,9935
-,,,,,,,,3727,11536
-,,,,,,,,3728,12867
-,,,,,,,,3729,13400
-,,,,,,,,3730,13692
-,,,,,,,,3731,13935
-,,,,,,,,3732,14062
-,,,,,,,,3733,14034
-,,,,,,,,3734,14036
-,,,,,,,,3735,13887
-,,,,,,,,3736,13800
-,,,,,,,,3737,13840
-,,,,,,,,3738,13867
-,,,,,,,,3739,13718
-,,,,,,,,3740,13673
-,,,,,,,,3741,13818
-,,,,,,,,3742,13301
-,,,,,,,,3743,11973
-,,,,,,,,3744,10712
-,,,,,,,,3745,9796
-,,,,,,,,3746,9311
-,,,,,,,,3747,9078
-,,,,,,,,3748,8984
-,,,,,,,,3749,9224
-,,,,,,,,3750,9902
-,,,,,,,,3751,11496
-,,,,,,,,3752,12830
-,,,,,,,,3753,13376
-,,,,,,,,3754,13694
-,,,,,,,,3755,14001
-,,,,,,,,3756,14150
-,,,,,,,,3757,14184
-,,,,,,,,3758,14235
-,,,,,,,,3759,14132
-,,,,,,,,3760,14044
-,,,,,,,,3761,14041
-,,,,,,,,3762,13989
-,,,,,,,,3763,13744
-,,,,,,,,3764,13635
-,,,,,,,,3765,13900
-,,,,,,,,3766,13419
-,,,,,,,,3767,12027
-,,,,,,,,3768,10712
-,,,,,,,,3769,9854
-,,,,,,,,3770,9354
-,,,,,,,,3771,9102
-,,,,,,,,3772,9033
-,,,,,,,,3773,9256
-,,,,,,,,3774,9938
-,,,,,,,,3775,11514
-,,,,,,,,3776,12792
-,,,,,,,,3777,13390
-,,,,,,,,3778,13884
-,,,,,,,,3779,14304
-,,,,,,,,3780,14578
-,,,,,,,,3781,14611
-,,,,,,,,3782,14707
-,,,,,,,,3783,14610
-,,,,,,,,3784,14540
-,,,,,,,,3785,14501
-,,,,,,,,3786,14382
-,,,,,,,,3787,14086
-,,,,,,,,3788,13931
-,,,,,,,,3789,14163
-,,,,,,,,3790,13688
-,,,,,,,,3791,12334
-,,,,,,,,3792,10980
-,,,,,,,,3793,10037
-,,,,,,,,3794,9545
-,,,,,,,,3795,9252
-,,,,,,,,3796,9121
-,,,,,,,,3797,9331
-,,,,,,,,3798,9956
-,,,,,,,,3799,11506
-,,,,,,,,3800,12907
-,,,,,,,,3801,13627
-,,,,,,,,3802,14182
-,,,,,,,,3803,14686
-,,,,,,,,3804,14998
-,,,,,,,,3805,15120
-,,,,,,,,3806,15311
-,,,,,,,,3807,15308
-,,,,,,,,3808,15190
-,,,,,,,,3809,15089
-,,,,,,,,3810,14823
-,,,,,,,,3811,14386
-,,,,,,,,3812,14106
-,,,,,,,,3813,14228
-,,,,,,,,3814,13827
-,,,,,,,,3815,12656
-,,,,,,,,3816,11397
-,,,,,,,,3817,10428
-,,,,,,,,3818,9804
-,,,,,,,,3819,9457
-,,,,,,,,3820,9225
-,,,,,,,,3821,9182
-,,,,,,,,3822,9227
-,,,,,,,,3823,9859
-,,,,,,,,3824,10932
-,,,,,,,,3825,12056
-,,,,,,,,3826,12782
-,,,,,,,,3827,13187
-,,,,,,,,3828,13355
-,,,,,,,,3829,13366
-,,,,,,,,3830,13271
-,,,,,,,,3831,13187
-,,,,,,,,3832,13205
-,,,,,,,,3833,13346
-,,,,,,,,3834,13447
-,,,,,,,,3835,13352
-,,,,,,,,3836,13201
-,,,,,,,,3837,13392
-,,,,,,,,3838,13274
-,,,,,,,,3839,12352
-,,,,,,,,3840,11249
-,,,,,,,,3841,10288
-,,,,,,,,3842,9688
-,,,,,,,,3843,9314
-,,,,,,,,3844,9100
-,,,,,,,,3845,9000
-,,,,,,,,3846,8908
-,,,,,,,,3847,9314
-,,,,,,,,3848,10258
-,,,,,,,,3849,11425
-,,,,,,,,3850,12404
-,,,,,,,,3851,13069
-,,,,,,,,3852,13508
-,,,,,,,,3853,13774
-,,,,,,,,3854,13847
-,,,,,,,,3855,13895
-,,,,,,,,3856,13992
-,,,,,,,,3857,14180
-,,,,,,,,3858,14312
-,,,,,,,,3859,14220
-,,,,,,,,3860,14020
-,,,,,,,,3861,14132
-,,,,,,,,3862,13810
-,,,,,,,,3863,12489
-,,,,,,,,3864,11165
-,,,,,,,,3865,10235
-,,,,,,,,3866,9697
-,,,,,,,,3867,9430
-,,,,,,,,3868,9349
-,,,,,,,,3869,9557
-,,,,,,,,3870,10243
-,,,,,,,,3871,11870
-,,,,,,,,3872,13336
-,,,,,,,,3873,14125
-,,,,,,,,3874,14677
-,,,,,,,,3875,15106
-,,,,,,,,3876,15370
-,,,,,,,,3877,15515
-,,,,,,,,3878,15656
-,,,,,,,,3879,15658
-,,,,,,,,3880,15667
-,,,,,,,,3881,15684
-,,,,,,,,3882,15547
-,,,,,,,,3883,15119
-,,,,,,,,3884,14771
-,,,,,,,,3885,14842
-,,,,,,,,3886,14288
-,,,,,,,,3887,12797
-,,,,,,,,3888,11363
-,,,,,,,,3889,10434
-,,,,,,,,3890,9866
-,,,,,,,,3891,9599
-,,,,,,,,3892,9493
-,,,,,,,,3893,9726
-,,,,,,,,3894,10380
-,,,,,,,,3895,12020
-,,,,,,,,3896,13464
-,,,,,,,,3897,14228
-,,,,,,,,3898,14705
-,,,,,,,,3899,15110
-,,,,,,,,3900,15328
-,,,,,,,,3901,15427
-,,,,,,,,3902,15608
-,,,,,,,,3903,15570
-,,,,,,,,3904,15487
-,,,,,,,,3905,15454
-,,,,,,,,3906,15310
-,,,,,,,,3907,15002
-,,,,,,,,3908,14807
-,,,,,,,,3909,14898
-,,,,,,,,3910,14245
-,,,,,,,,3911,12839
-,,,,,,,,3912,11498
-,,,,,,,,3913,10605
-,,,,,,,,3914,10097
-,,,,,,,,3915,9823
-,,,,,,,,3916,9735
-,,,,,,,,3917,9928
-,,,,,,,,3918,10692
-,,,,,,,,3919,12262
-,,,,,,,,3920,13731
-,,,,,,,,3921,14423
-,,,,,,,,3922,14818
-,,,,,,,,3923,15123
-,,,,,,,,3924,15260
-,,,,,,,,3925,15240
-,,,,,,,,3926,15271
-,,,,,,,,3927,15156
-,,,,,,,,3928,15041
-,,,,,,,,3929,15071
-,,,,,,,,3930,15060
-,,,,,,,,3931,14831
-,,,,,,,,3932,14603
-,,,,,,,,3933,14632
-,,,,,,,,3934,14183
-,,,,,,,,3935,12825
-,,,,,,,,3936,11458
-,,,,,,,,3937,10511
-,,,,,,,,3938,9958
-,,,,,,,,3939,9615
-,,,,,,,,3940,9509
-,,,,,,,,3941,9689
-,,,,,,,,3942,10367
-,,,,,,,,3943,11921
-,,,,,,,,3944,13358
-,,,,,,,,3945,14104
-,,,,,,,,3946,14535
-,,,,,,,,3947,14885
-,,,,,,,,3948,15036
-,,,,,,,,3949,15089
-,,,,,,,,3950,15207
-,,,,,,,,3951,15245
-,,,,,,,,3952,15260
-,,,,,,,,3953,15282
-,,,,,,,,3954,15167
-,,,,,,,,3955,14812
-,,,,,,,,3956,14475
-,,,,,,,,3957,14512
-,,,,,,,,3958,14208
-,,,,,,,,3959,12823
-,,,,,,,,3960,11406
-,,,,,,,,3961,10407
-,,,,,,,,3962,9782
-,,,,,,,,3963,9451
-,,,,,,,,3964,9331
-,,,,,,,,3965,9487
-,,,,,,,,3966,10030
-,,,,,,,,3967,11540
-,,,,,,,,3968,13001
-,,,,,,,,3969,13889
-,,,,,,,,3970,14470
-,,,,,,,,3971,14907
-,,,,,,,,3972,15116
-,,,,,,,,3973,15179
-,,,,,,,,3974,15303
-,,,,,,,,3975,15303
-,,,,,,,,3976,15266
-,,,,,,,,3977,15230
-,,,,,,,,3978,15009
-,,,,,,,,3979,14543
-,,,,,,,,3980,14102
-,,,,,,,,3981,14025
-,,,,,,,,3982,13765
-,,,,,,,,3983,12591
-,,,,,,,,3984,11295
-,,,,,,,,3985,10281
-,,,,,,,,3986,9671
-,,,,,,,,3987,9328
-,,,,,,,,3988,9138
-,,,,,,,,3989,9093
-,,,,,,,,3990,9104
-,,,,,,,,3991,9733
-,,,,,,,,3992,10825
-,,,,,,,,3993,11994
-,,,,,,,,3994,12789
-,,,,,,,,3995,13216
-,,,,,,,,3996,13370
-,,,,,,,,3997,13368
-,,,,,,,,3998,13247
-,,,,,,,,3999,13137
-,,,,,,,,4000,13109
-,,,,,,,,4001,13150
-,,,,,,,,4002,13182
-,,,,,,,,4003,13020
-,,,,,,,,4004,12776
-,,,,,,,,4005,12870
-,,,,,,,,4006,12730
-,,,,,,,,4007,11825
-,,,,,,,,4008,10722
-,,,,,,,,4009,9857
-,,,,,,,,4010,9314
-,,,,,,,,4011,8990
-,,,,,,,,4012,8799
-,,,,,,,,4013,8760
-,,,,,,,,4014,8690
-,,,,,,,,4015,9024
-,,,,,,,,4016,9836
-,,,,,,,,4017,10869
-,,,,,,,,4018,11659
-,,,,,,,,4019,12142
-,,,,,,,,4020,12419
-,,,,,,,,4021,12536
-,,,,,,,,4022,12472
-,,,,,,,,4023,12433
-,,,,,,,,4024,12472
-,,,,,,,,4025,12619
-,,,,,,,,4026,12772
-,,,,,,,,4027,12740
-,,,,,,,,4028,12639
-,,,,,,,,4029,12894
-,,,,,,,,4030,12734
-,,,,,,,,4031,11634
-,,,,,,,,4032,10455
-,,,,,,,,4033,9642
-,,,,,,,,4034,9166
-,,,,,,,,4035,8971
-,,,,,,,,4036,8930
-,,,,,,,,4037,9182
-,,,,,,,,4038,9862
-,,,,,,,,4039,11288
-,,,,,,,,4040,12718
-,,,,,,,,4041,13558
-,,,,,,,,4042,14104
-,,,,,,,,4043,14542
-,,,,,,,,4044,14772
-,,,,,,,,4045,14816
-,,,,,,,,4046,15021
-,,,,,,,,4047,14956
-,,,,,,,,4048,14922
-,,,,,,,,4049,14946
-,,,,,,,,4050,14859
-,,,,,,,,4051,14557
-,,,,,,,,4052,14264
-,,,,,,,,4053,14308
-,,,,,,,,4054,13896
-,,,,,,,,4055,12489
-,,,,,,,,4056,11127
-,,,,,,,,4057,10219
-,,,,,,,,4058,9671
-,,,,,,,,4059,9383
-,,,,,,,,4060,9269
-,,,,,,,,4061,9483
-,,,,,,,,4062,10103
-,,,,,,,,4063,11573
-,,,,,,,,4064,13059
-,,,,,,,,4065,13905
-,,,,,,,,4066,14430
-,,,,,,,,4067,14873
-,,,,,,,,4068,15179
-,,,,,,,,4069,15323
-,,,,,,,,4070,15515
-,,,,,,,,4071,15537
-,,,,,,,,4072,15481
-,,,,,,,,4073,15485
-,,,,,,,,4074,15440
-,,,,,,,,4075,15208
-,,,,,,,,4076,15028
-,,,,,,,,4077,15221
-,,,,,,,,4078,14913
-,,,,,,,,4079,13573
-,,,,,,,,4080,12159
-,,,,,,,,4081,11157
-,,,,,,,,4082,10562
-,,,,,,,,4083,10248
-,,,,,,,,4084,10115
-,,,,,,,,4085,10311
-,,,,,,,,4086,10965
-,,,,,,,,4087,12622
-,,,,,,,,4088,14563
-,,,,,,,,4089,16111
-,,,,,,,,4090,17523
-,,,,,,,,4091,18871
-,,,,,,,,4092,19932
-,,,,,,,,4093,20733
-,,,,,,,,4094,21462
-,,,,,,,,4095,21965
-,,,,,,,,4096,22334
-,,,,,,,,4097,22621
-,,,,,,,,4098,22645
-,,,,,,,,4099,22324
-,,,,,,,,4100,21841
-,,,,,,,,4101,21575
-,,,,,,,,4102,20998
-,,,,,,,,4103,19104
-,,,,,,,,4104,17185
-,,,,,,,,4105,15695
-,,,,,,,,4106,14764
-,,,,,,,,4107,14126
-,,,,,,,,4108,13706
-,,,,,,,,4109,13640
-,,,,,,,,4110,14053
-,,,,,,,,4111,15668
-,,,,,,,,4112,17606
-,,,,,,,,4113,19178
-,,,,,,,,4114,20486
-,,,,,,,,4115,21568
-,,,,,,,,4116,22338
-,,,,,,,,4117,22809
-,,,,,,,,4118,23192
-,,,,,,,,4119,23401
-,,,,,,,,4120,23516
-,,,,,,,,4121,23585
-,,,,,,,,4122,23391
-,,,,,,,,4123,22942
-,,,,,,,,4124,22276
-,,,,,,,,4125,21849
-,,,,,,,,4126,21132
-,,,,,,,,4127,19181
-,,,,,,,,4128,17212
-,,,,,,,,4129,15707
-,,,,,,,,4130,14715
-,,,,,,,,4131,14044
-,,,,,,,,4132,13614
-,,,,,,,,4133,13594
-,,,,,,,,4134,13992
-,,,,,,,,4135,15507
-,,,,,,,,4136,17405
-,,,,,,,,4137,18975
-,,,,,,,,4138,20292
-,,,,,,,,4139,21373
-,,,,,,,,4140,22232
-,,,,,,,,4141,22799
-,,,,,,,,4142,23125
-,,,,,,,,4143,23063
-,,,,,,,,4144,22757
-,,,,,,,,4145,22042
-,,,,,,,,4146,21095
-,,,,,,,,4147,19943
-,,,,,,,,4148,19008
-,,,,,,,,4149,18578
-,,,,,,,,4150,17878
-,,,,,,,,4151,16439
-,,,,,,,,4152,14884
-,,,,,,,,4153,13627
-,,,,,,,,4154,12844
-,,,,,,,,4155,12295
-,,,,,,,,4156,11956
-,,,,,,,,4157,11850
-,,,,,,,,4158,11906
-,,,,,,,,4159,12336
-,,,,,,,,4160,13179
-,,,,,,,,4161,14315
-,,,,,,,,4162,15350
-,,,,,,,,4163,16249
-,,,,,,,,4164,16913
-,,,,,,,,4165,17323
-,,,,,,,,4166,17511
-,,,,,,,,4167,17631
-,,,,,,,,4168,17677
-,,,,,,,,4169,17529
-,,,,,,,,4170,16983
-,,,,,,,,4171,16180
-,,,,,,,,4172,15468
-,,,,,,,,4173,15093
-,,,,,,,,4174,14737
-,,,,,,,,4175,13678
-,,,,,,,,4176,12447
-,,,,,,,,4177,11486
-,,,,,,,,4178,10781
-,,,,,,,,4179,10326
-,,,,,,,,4180,10050
-,,,,,,,,4181,9930
-,,,,,,,,4182,9788
-,,,,,,,,4183,10214
-,,,,,,,,4184,11182
-,,,,,,,,4185,12381
-,,,,,,,,4186,13429
-,,,,,,,,4187,14183
-,,,,,,,,4188,14704
-,,,,,,,,4189,15037
-,,,,,,,,4190,15256
-,,,,,,,,4191,15494
-,,,,,,,,4192,15739
-,,,,,,,,4193,15958
-,,,,,,,,4194,15963
-,,,,,,,,4195,15802
-,,,,,,,,4196,15532
-,,,,,,,,4197,15644
-,,,,,,,,4198,15426
-,,,,,,,,4199,14222
-,,,,,,,,4200,12890
-,,,,,,,,4201,11876
-,,,,,,,,4202,11261
-,,,,,,,,4203,10911
-,,,,,,,,4204,10789
-,,,,,,,,4205,10974
-,,,,,,,,4206,11585
-,,,,,,,,4207,12979
-,,,,,,,,4208,14528
-,,,,,,,,4209,15418
-,,,,,,,,4210,15907
-,,,,,,,,4211,16261
-,,,,,,,,4212,16328
-,,,,,,,,4213,16266
-,,,,,,,,4214,16214
-,,,,,,,,4215,16150
-,,,,,,,,4216,16113
-,,,,,,,,4217,16013
-,,,,,,,,4218,15907
-,,,,,,,,4219,15575
-,,,,,,,,4220,15185
-,,,,,,,,4221,15118
-,,,,,,,,4222,14602
-,,,,,,,,4223,13216
-,,,,,,,,4224,11844
-,,,,,,,,4225,10872
-,,,,,,,,4226,10283
-,,,,,,,,4227,9961
-,,,,,,,,4228,9801
-,,,,,,,,4229,9947
-,,,,,,,,4230,10476
-,,,,,,,,4231,11765
-,,,,,,,,4232,13132
-,,,,,,,,4233,13987
-,,,,,,,,4234,14538
-,,,,,,,,4235,15062
-,,,,,,,,4236,15346
-,,,,,,,,4237,15482
-,,,,,,,,4238,15562
-,,,,,,,,4239,15514
-,,,,,,,,4240,15361
-,,,,,,,,4241,15282
-,,,,,,,,4242,15154
-,,,,,,,,4243,14813
-,,,,,,,,4244,14481
-,,,,,,,,4245,14483
-,,,,,,,,4246,14039
-,,,,,,,,4247,12761
-,,,,,,,,4248,11417
-,,,,,,,,4249,10506
-,,,,,,,,4250,9949
-,,,,,,,,4251,9617
-,,,,,,,,4252,9526
-,,,,,,,,4253,9695
-,,,,,,,,4254,10283
-,,,,,,,,4255,11585
-,,,,,,,,4256,13005
-,,,,,,,,4257,13918
-,,,,,,,,4258,14557
-,,,,,,,,4259,15112
-,,,,,,,,4260,15458
-,,,,,,,,4261,15640
-,,,,,,,,4262,15868
-,,,,,,,,4263,15946
-,,,,,,,,4264,15926
-,,,,,,,,4265,15905
-,,,,,,,,4266,15785
-,,,,,,,,4267,15445
-,,,,,,,,4268,15116
-,,,,,,,,4269,15081
-,,,,,,,,4270,14728
-,,,,,,,,4271,13412
-,,,,,,,,4272,12035
-,,,,,,,,4273,11023
-,,,,,,,,4274,10411
-,,,,,,,,4275,10054
-,,,,,,,,4276,9868
-,,,,,,,,4277,10019
-,,,,,,,,4278,10581
-,,,,,,,,4279,11935
-,,,,,,,,4280,13548
-,,,,,,,,4281,14682
-,,,,,,,,4282,15503
-,,,,,,,,4283,16236
-,,,,,,,,4284,16761
-,,,,,,,,4285,17136
-,,,,,,,,4286,17456
-,,,,,,,,4287,17769
-,,,,,,,,4288,17977
-,,,,,,,,4289,18227
-,,,,,,,,4290,18254
-,,,,,,,,4291,17912
-,,,,,,,,4292,17372
-,,,,,,,,4293,17196
-,,,,,,,,4294,16777
-,,,,,,,,4295,15267
-,,,,,,,,4296,13642
-,,,,,,,,4297,12408
-,,,,,,,,4298,11646
-,,,,,,,,4299,11198
-,,,,,,,,4300,10993
-,,,,,,,,4301,11122
-,,,,,,,,4302,11722
-,,,,,,,,4303,13004
-,,,,,,,,4304,14563
-,,,,,,,,4305,15582
-,,,,,,,,4306,16286
-,,,,,,,,4307,17039
-,,,,,,,,4308,17870
-,,,,,,,,4309,18700
-,,,,,,,,4310,19594
-,,,,,,,,4311,20293
-,,,,,,,,4312,20698
-,,,,,,,,4313,21027
-,,,,,,,,4314,21035
-,,,,,,,,4315,20562
-,,,,,,,,4316,19775
-,,,,,,,,4317,19206
-,,,,,,,,4318,18449
-,,,,,,,,4319,16753
-,,,,,,,,4320,14907
-,,,,,,,,4321,13436
-,,,,,,,,4322,12419
-,,,,,,,,4323,11734
-,,,,,,,,4324,11311
-,,,,,,,,4325,11131
-,,,,,,,,4326,11053
-,,,,,,,,4327,11731
-,,,,,,,,4328,13071
-,,,,,,,,4329,14623
-,,,,,,,,4330,15974
-,,,,,,,,4331,17034
-,,,,,,,,4332,17725
-,,,,,,,,4333,18137
-,,,,,,,,4334,18453
-,,,,,,,,4335,18687
-,,,,,,,,4336,18924
-,,,,,,,,4337,19106
-,,,,,,,,4338,19048
-,,,,,,,,4339,18626
-,,,,,,,,4340,18027
-,,,,,,,,4341,17664
-,,,,,,,,4342,17321
-,,,,,,,,4343,16068
-,,,,,,,,4344,14629
-,,,,,,,,4345,13402
-,,,,,,,,4346,12536
-,,,,,,,,4347,11922
-,,,,,,,,4348,11546
-,,,,,,,,4349,11331
-,,,,,,,,4350,11145
-,,,,,,,,4351,11559
-,,,,,,,,4352,12690
-,,,,,,,,4353,14209
-,,,,,,,,4354,15684
-,,,,,,,,4355,16877
-,,,,,,,,4356,17818
-,,,,,,,,4357,18474
-,,,,,,,,4358,18912
-,,,,,,,,4359,19098
-,,,,,,,,4360,18836
-,,,,,,,,4361,18543
-,,,,,,,,4362,18462
-,,,,,,,,4363,18329
-,,,,,,,,4364,17884
-,,,,,,,,4365,17599
-,,,,,,,,4366,17134
-,,,,,,,,4367,15663
-,,,,,,,,4368,14052
-,,,,,,,,4369,12868
-,,,,,,,,4370,12099
-,,,,,,,,4371,11601
-,,,,,,,,4372,11360
-,,,,,,,,4373,11472
-,,,,,,,,4374,11905
-,,,,,,,,4375,13254
-,,,,,,,,4376,14937
-,,,,,,,,4377,16236
-,,,,,,,,4378,17286
-,,,,,,,,4379,18111
-,,,,,,,,4380,18632
-,,,,,,,,4381,18913
-,,,,,,,,4382,19172
-,,,,,,,,4383,19319
-,,,,,,,,4384,19254
-,,,,,,,,4385,19192
-,,,,,,,,4386,19064
-,,,,,,,,4387,18630
-,,,,,,,,4388,17968
-,,,,,,,,4389,17519
-,,,,,,,,4390,16948
-,,,,,,,,4391,15360
-,,,,,,,,4392,13681
-,,,,,,,,4393,12444
-,,,,,,,,4394,11711
-,,,,,,,,4395,11210
-,,,,,,,,4396,10957
-,,,,,,,,4397,11003
-,,,,,,,,4398,11401
-,,,,,,,,4399,12709
-,,,,,,,,4400,14368
-,,,,,,,,4401,15632
-,,,,,,,,4402,16640
-,,,,,,,,4403,17415
-,,,,,,,,4404,17927
-,,,,,,,,4405,18271
-,,,,,,,,4406,18608
-,,,,,,,,4407,18834
-,,,,,,,,4408,18984
-,,,,,,,,4409,19084
-,,,,,,,,4410,18893
-,,,,,,,,4411,18152
-,,,,,,,,4412,17286
-,,,,,,,,4413,16937
-,,,,,,,,4414,16305
-,,,,,,,,4415,15112
-,,,,,,,,4416,13806
-,,,,,,,,4417,12709
-,,,,,,,,4418,11955
-,,,,,,,,4419,11470
-,,,,,,,,4420,11245
-,,,,,,,,4421,11261
-,,,,,,,,4422,11396
-,,,,,,,,4423,11767
-,,,,,,,,4424,12439
-,,,,,,,,4425,13366
-,,,,,,,,4426,14526
-,,,,,,,,4427,15714
-,,,,,,,,4428,16673
-,,,,,,,,4429,17354
-,,,,,,,,4430,17690
-,,,,,,,,4431,17894
-,,,,,,,,4432,18100
-,,,,,,,,4433,18328
-,,,,,,,,4434,18441
-,,,,,,,,4435,18119
-,,,,,,,,4436,17564
-,,,,,,,,4437,17305
-,,,,,,,,4438,16845
-,,,,,,,,4439,15938
-,,,,,,,,4440,14674
-,,,,,,,,4441,13561
-,,,,,,,,4442,12786
-,,,,,,,,4443,12293
-,,,,,,,,4444,12011
-,,,,,,,,4445,12065
-,,,,,,,,4446,12460
-,,,,,,,,4447,13790
-,,,,,,,,4448,15535
-,,,,,,,,4449,16953
-,,,,,,,,4450,18026
-,,,,,,,,4451,18839
-,,,,,,,,4452,19340
-,,,,,,,,4453,19644
-,,,,,,,,4454,19902
-,,,,,,,,4455,20058
-,,,,,,,,4456,20072
-,,,,,,,,4457,20024
-,,,,,,,,4458,19869
-,,,,,,,,4459,19349
-,,,,,,,,4460,18640
-,,,,,,,,4461,18213
-,,,,,,,,4462,17630
-,,,,,,,,4463,16020
-,,,,,,,,4464,14313
-,,,,,,,,4465,13038
-,,,,,,,,4466,12213
-,,,,,,,,4467,11677
-,,,,,,,,4468,11372
-,,,,,,,,4469,11375
-,,,,,,,,4470,11735
-,,,,,,,,4471,13012
-,,,,,,,,4472,14717
-,,,,,,,,4473,16154
-,,,,,,,,4474,17362
-,,,,,,,,4475,18375
-,,,,,,,,4476,19071
-,,,,,,,,4477,19525
-,,,,,,,,4478,20002
-,,,,,,,,4479,20302
-,,,,,,,,4480,20540
-,,,,,,,,4481,20666
-,,,,,,,,4482,20596
-,,,,,,,,4483,19909
-,,,,,,,,4484,19127
-,,,,,,,,4485,18861
-,,,,,,,,4486,18284
-,,,,,,,,4487,16839
-,,,,,,,,4488,15272
-,,,,,,,,4489,14053
-,,,,,,,,4490,13229
-,,,,,,,,4491,12668
-,,,,,,,,4492,12315
-,,,,,,,,4493,12169
-,,,,,,,,4494,12150
-,,,,,,,,4495,12659
-,,,,,,,,4496,13867
-,,,,,,,,4497,15404
-,,,,,,,,4498,16710
-,,,,,,,,4499,17611
-,,,,,,,,4500,18238
-,,,,,,,,4501,18665
-,,,,,,,,4502,18660
-,,,,,,,,4503,18262
-,,,,,,,,4504,17885
-,,,,,,,,4505,17880
-,,,,,,,,4506,17988
-,,,,,,,,4507,17784
-,,,,,,,,4508,17303
-,,,,,,,,4509,17034
-,,,,,,,,4510,16729
-,,,,,,,,4511,15611
-,,,,,,,,4512,14274
-,,,,,,,,4513,13087
-,,,,,,,,4514,12268
-,,,,,,,,4515,11699
-,,,,,,,,4516,11336
-,,,,,,,,4517,11131
-,,,,,,,,4518,10933
-,,,,,,,,4519,11321
-,,,,,,,,4520,12389
-,,,,,,,,4521,13802
-,,,,,,,,4522,15125
-,,,,,,,,4523,16228
-,,,,,,,,4524,17112
-,,,,,,,,4525,17689
-,,,,,,,,4526,18001
-,,,,,,,,4527,18229
-,,,,,,,,4528,18446
-,,,,,,,,4529,18714
-,,,,,,,,4530,18865
-,,,,,,,,4531,18594
-,,,,,,,,4532,18029
-,,,,,,,,4533,17840
-,,,,,,,,4534,17415
-,,,,,,,,4535,15915
-,,,,,,,,4536,14238
-,,,,,,,,4537,12933
-,,,,,,,,4538,12055
-,,,,,,,,4539,11500
-,,,,,,,,4540,11189
-,,,,,,,,4541,11220
-,,,,,,,,4542,11625
-,,,,,,,,4543,12941
-,,,,,,,,4544,14528
-,,,,,,,,4545,15631
-,,,,,,,,4546,16509
-,,,,,,,,4547,17208
-,,,,,,,,4548,17677
-,,,,,,,,4549,18014
-,,,,,,,,4550,18377
-,,,,,,,,4551,18592
-,,,,,,,,4552,18724
-,,,,,,,,4553,18844
-,,,,,,,,4554,18774
-,,,,,,,,4555,18258
-,,,,,,,,4556,17558
-,,,,,,,,4557,17179
-,,,,,,,,4558,16567
-,,,,,,,,4559,14944
-,,,,,,,,4560,13291
-,,,,,,,,4561,12088
-,,,,,,,,4562,11332
-,,,,,,,,4563,10850
-,,,,,,,,4564,10627
-,,,,,,,,4565,10693
-,,,,,,,,4566,11095
-,,,,,,,,4567,12417
-,,,,,,,,4568,13994
-,,,,,,,,4569,15112
-,,,,,,,,4570,15980
-,,,,,,,,4571,16735
-,,,,,,,,4572,17238
-,,,,,,,,4573,17598
-,,,,,,,,4574,18027
-,,,,,,,,4575,18362
-,,,,,,,,4576,18608
-,,,,,,,,4577,18769
-,,,,,,,,4578,18682
-,,,,,,,,4579,18223
-,,,,,,,,4580,17555
-,,,,,,,,4581,17270
-,,,,,,,,4582,16791
-,,,,,,,,4583,15216
-,,,,,,,,4584,13614
-,,,,,,,,4585,12433
-,,,,,,,,4586,11685
-,,,,,,,,4587,11231
-,,,,,,,,4588,11022
-,,,,,,,,4589,11110
-,,,,,,,,4590,11577
-,,,,,,,,4591,12908
-,,,,,,,,4592,14532
-,,,,,,,,4593,15762
-,,,,,,,,4594,16731
-,,,,,,,,4595,17590
-,,,,,,,,4596,18283
-,,,,,,,,4597,18753
-,,,,,,,,4598,19139
-,,,,,,,,4599,19340
-,,,,,,,,4600,19481
-,,,,,,,,4601,19649
-,,,,,,,,4602,19605
-,,,,,,,,4603,19123
-,,,,,,,,4604,18397
-,,,,,,,,4605,18042
-,,,,,,,,4606,17532
-,,,,,,,,4607,15923
-,,,,,,,,4608,14231
-,,,,,,,,4609,12998
-,,,,,,,,4610,12194
-,,,,,,,,4611,11656
-,,,,,,,,4612,11376
-,,,,,,,,4613,11435
-,,,,,,,,4614,11903
-,,,,,,,,4615,13313
-,,,,,,,,4616,14984
-,,,,,,,,4617,16284
-,,,,,,,,4618,17371
-,,,,,,,,4619,18441
-,,,,,,,,4620,19279
-,,,,,,,,4621,19726
-,,,,,,,,4622,20213
-,,,,,,,,4623,20545
-,,,,,,,,4624,20756
-,,,,,,,,4625,20906
-,,,,,,,,4626,20735
-,,,,,,,,4627,20152
-,,,,,,,,4628,19267
-,,,,,,,,4629,18845
-,,,,,,,,4630,18183
-,,,,,,,,4631,16490
-,,,,,,,,4632,14749
-,,,,,,,,4633,13404
-,,,,,,,,4634,12543
-,,,,,,,,4635,12016
-,,,,,,,,4636,11726
-,,,,,,,,4637,11784
-,,,,,,,,4638,12260
-,,,,,,,,4639,13580
-,,,,,,,,4640,15318
-,,,,,,,,4641,16724
-,,,,,,,,4642,17948
-,,,,,,,,4643,19040
-,,,,,,,,4644,19903
-,,,,,,,,4645,20533
-,,,,,,,,4646,21043
-,,,,,,,,4647,21224
-,,,,,,,,4648,21192
-,,,,,,,,4649,21053
-,,,,,,,,4650,20582
-,,,,,,,,4651,19738
-,,,,,,,,4652,18919
-,,,,,,,,4653,18609
-,,,,,,,,4654,18020
-,,,,,,,,4655,16521
-,,,,,,,,4656,14943
-,,,,,,,,4657,13710
-,,,,,,,,4658,12929
-,,,,,,,,4659,12414
-,,,,,,,,4660,12109
-,,,,,,,,4661,12021
-,,,,,,,,4662,12166
-,,,,,,,,4663,12668
-,,,,,,,,4664,13662
-,,,,,,,,4665,15004
-,,,,,,,,4666,16206
-,,,,,,,,4667,17101
-,,,,,,,,4668,17831
-,,,,,,,,4669,18393
-,,,,,,,,4670,18856
-,,,,,,,,4671,19304
-,,,,,,,,4672,19659
-,,,,,,,,4673,19896
-,,,,,,,,4674,19920
-,,,,,,,,4675,19539
-,,,,,,,,4676,18848
-,,,,,,,,4677,18530
-,,,,,,,,4678,18079
-,,,,,,,,4679,16721
-,,,,,,,,4680,15202
-,,,,,,,,4681,13940
-,,,,,,,,4682,13049
-,,,,,,,,4683,12439
-,,,,,,,,4684,12038
-,,,,,,,,4685,11812
-,,,,,,,,4686,11637
-,,,,,,,,4687,11968
-,,,,,,,,4688,13083
-,,,,,,,,4689,14623
-,,,,,,,,4690,16125
-,,,,,,,,4691,17454
-,,,,,,,,4692,18526
-,,,,,,,,4693,19139
-,,,,,,,,4694,19257
-,,,,,,,,4695,19268
-,,,,,,,,4696,19296
-,,,,,,,,4697,19332
-,,,,,,,,4698,19322
-,,,,,,,,4699,19009
-,,,,,,,,4700,18736
-,,,,,,,,4701,18799
-,,,,,,,,4702,18119
-,,,,,,,,4703,16702
-,,,,,,,,4704,15231
-,,,,,,,,4705,14170
-,,,,,,,,4706,13491
-,,,,,,,,4707,13056
-,,,,,,,,4708,12827
-,,,,,,,,4709,12915
-,,,,,,,,4710,13504
-,,,,,,,,4711,14917
-,,,,,,,,4712,16790
-,,,,,,,,4713,18245
-,,,,,,,,4714,19414
-,,,,,,,,4715,20442
-,,,,,,,,4716,21270
-,,,,,,,,4717,21907
-,,,,,,,,4718,22457
-,,,,,,,,4719,22574
-,,,,,,,,4720,22619
-,,,,,,,,4721,22576
-,,,,,,,,4722,22409
-,,,,,,,,4723,21887
-,,,,,,,,4724,21200
-,,,,,,,,4725,20931
-,,,,,,,,4726,20099
-,,,,,,,,4727,18179
-,,,,,,,,4728,16280
-,,,,,,,,4729,14935
-,,,,,,,,4730,14062
-,,,,,,,,4731,13498
-,,,,,,,,4732,13146
-,,,,,,,,4733,13178
-,,,,,,,,4734,13712
-,,,,,,,,4735,15192
-,,,,,,,,4736,17114
-,,,,,,,,4737,18656
-,,,,,,,,4738,20020
-,,,,,,,,4739,21201
-,,,,,,,,4740,22009
-,,,,,,,,4741,22567
-,,,,,,,,4742,23070
-,,,,,,,,4743,23388
-,,,,,,,,4744,23629
-,,,,,,,,4745,23770
-,,,,,,,,4746,23575
-,,,,,,,,4747,23034
-,,,,,,,,4748,22325
-,,,,,,,,4749,21921
-,,,,,,,,4750,21122
-,,,,,,,,4751,19311
-,,,,,,,,4752,17514
-,,,,,,,,4753,16250
-,,,,,,,,4754,15465
-,,,,,,,,4755,14968
-,,,,,,,,4756,14669
-,,,,,,,,4757,14653
-,,,,,,,,4758,15166
-,,,,,,,,4759,16509
-,,,,,,,,4760,18482
-,,,,,,,,4761,19867
-,,,,,,,,4762,20982
-,,,,,,,,4763,22131
-,,,,,,,,4764,23007
-,,,,,,,,4765,23558
-,,,,,,,,4766,23575
-,,,,,,,,4767,23022
-,,,,,,,,4768,21947
-,,,,,,,,4769,21132
-,,,,,,,,4770,20783
-,,,,,,,,4771,20254
-,,,,,,,,4772,19748
-,,,,,,,,4773,19598
-,,,,,,,,4774,18960
-,,,,,,,,4775,17351
-,,,,,,,,4776,15670
-,,,,,,,,4777,14379
-,,,,,,,,4778,13452
-,,,,,,,,4779,12861
-,,,,,,,,4780,12500
-,,,,,,,,4781,12479
-,,,,,,,,4782,12920
-,,,,,,,,4783,13992
-,,,,,,,,4784,15296
-,,,,,,,,4785,16055
-,,,,,,,,4786,16582
-,,,,,,,,4787,17096
-,,,,,,,,4788,17452
-,,,,,,,,4789,17668
-,,,,,,,,4790,17979
-,,,,,,,,4791,18090
-,,,,,,,,4792,18229
-,,,,,,,,4793,18373
-,,,,,,,,4794,18322
-,,,,,,,,4795,17795
-,,,,,,,,4796,17159
-,,,,,,,,4797,17055
-,,,,,,,,4798,16463
-,,,,,,,,4799,15028
-,,,,,,,,4800,13517
-,,,,,,,,4801,12384
-,,,,,,,,4802,11725
-,,,,,,,,4803,11307
-,,,,,,,,4804,11118
-,,,,,,,,4805,11231
-,,,,,,,,4806,11798
-,,,,,,,,4807,12933
-,,,,,,,,4808,14273
-,,,,,,,,4809,15155
-,,,,,,,,4810,15614
-,,,,,,,,4811,15917
-,,,,,,,,4812,15969
-,,,,,,,,4813,15892
-,,,,,,,,4814,15875
-,,,,,,,,4815,15719
-,,,,,,,,4816,15491
-,,,,,,,,4817,15368
-,,,,,,,,4818,15206
-,,,,,,,,4819,14837
-,,,,,,,,4820,14531
-,,,,,,,,4821,14655
-,,,,,,,,4822,14290
-,,,,,,,,4823,13182
-,,,,,,,,4824,11938
-,,,,,,,,4825,10962
-,,,,,,,,4826,10327
-,,,,,,,,4827,9939
-,,,,,,,,4828,9725
-,,,,,,,,4829,9693
-,,,,,,,,4830,9766
-,,,,,,,,4831,10261
-,,,,,,,,4832,11289
-,,,,,,,,4833,12518
-,,,,,,,,4834,13453
-,,,,,,,,4835,14046
-,,,,,,,,4836,14391
-,,,,,,,,4837,14566
-,,,,,,,,4838,14653
-,,,,,,,,4839,14734
-,,,,,,,,4840,14856
-,,,,,,,,4841,15047
-,,,,,,,,4842,15139
-,,,,,,,,4843,14949
-,,,,,,,,4844,14486
-,,,,,,,,4845,14436
-,,,,,,,,4846,14121
-,,,,,,,,4847,13100
-,,,,,,,,4848,11970
-,,,,,,,,4849,11008
-,,,,,,,,4850,10390
-,,,,,,,,4851,10000
-,,,,,,,,4852,9758
-,,,,,,,,4853,9662
-,,,,,,,,4854,9567
-,,,,,,,,4855,9859
-,,,,,,,,4856,10742
-,,,,,,,,4857,11949
-,,,,,,,,4858,13044
-,,,,,,,,4859,13944
-,,,,,,,,4860,14673
-,,,,,,,,4861,15190
-,,,,,,,,4862,15488
-,,,,,,,,4863,15763
-,,,,,,,,4864,16042
-,,,,,,,,4865,16412
-,,,,,,,,4866,16643
-,,,,,,,,4867,16465
-,,,,,,,,4868,16024
-,,,,,,,,4869,16034
-,,,,,,,,4870,15632
-,,,,,,,,4871,14413
-,,,,,,,,4872,13088
-,,,,,,,,4873,12091
-,,,,,,,,4874,11445
-,,,,,,,,4875,11075
-,,,,,,,,4876,10947
-,,,,,,,,4877,11169
-,,,,,,,,4878,11880
-,,,,,,,,4879,13157
-,,,,,,,,4880,14670
-,,,,,,,,4881,15780
-,,,,,,,,4882,16607
-,,,,,,,,4883,17383
-,,,,,,,,4884,18004
-,,,,,,,,4885,18435
-,,,,,,,,4886,19057
-,,,,,,,,4887,19541
-,,,,,,,,4888,19899
-,,,,,,,,4889,20115
-,,,,,,,,4890,20034
-,,,,,,,,4891,19565
-,,,,,,,,4892,19069
-,,,,,,,,4893,19105
-,,,,,,,,4894,18392
-,,,,,,,,4895,16796
-,,,,,,,,4896,15156
-,,,,,,,,4897,13967
-,,,,,,,,4898,13229
-,,,,,,,,4899,12764
-,,,,,,,,4900,12552
-,,,,,,,,4901,12652
-,,,,,,,,4902,13216
-,,,,,,,,4903,14428
-,,,,,,,,4904,16085
-,,,,,,,,4905,17514
-,,,,,,,,4906,18688
-,,,,,,,,4907,19731
-,,,,,,,,4908,20408
-,,,,,,,,4909,20997
-,,,,,,,,4910,21505
-,,,,,,,,4911,21698
-,,,,,,,,4912,21509
-,,,,,,,,4913,21142
-,,,,,,,,4914,20672
-,,,,,,,,4915,19932
-,,,,,,,,4916,19177
-,,,,,,,,4917,18844
-,,,,,,,,4918,17826
-,,,,,,,,4919,15958
-,,,,,,,,4920,14149
-,,,,,,,,4921,12773
-,,,,,,,,4922,11886
-,,,,,,,,4923,11337
-,,,,,,,,4924,11016
-,,,,,,,,4925,11058
-,,,,,,,,4926,11542
-,,,,,,,,4927,12708
-,,,,,,,,4928,14207
-,,,,,,,,4929,15263
-,,,,,,,,4930,15986
-,,,,,,,,4931,16553
-,,,,,,,,4932,16919
-,,,,,,,,4933,17169
-,,,,,,,,4934,17525
-,,,,,,,,4935,17824
-,,,,,,,,4936,18098
-,,,,,,,,4937,18337
-,,,,,,,,4938,18327
-,,,,,,,,4939,17837
-,,,,,,,,4940,17199
-,,,,,,,,4941,17224
-,,,,,,,,4942,16567
-,,,,,,,,4943,15063
-,,,,,,,,4944,13523
-,,,,,,,,4945,12455
-,,,,,,,,4946,11750
-,,,,,,,,4947,11328
-,,,,,,,,4948,11161
-,,,,,,,,4949,11311
-,,,,,,,,4950,12022
-,,,,,,,,4951,13332
-,,,,,,,,4952,14757
-,,,,,,,,4953,15709
-,,,,,,,,4954,16361
-,,,,,,,,4955,16848
-,,,,,,,,4956,17129
-,,,,,,,,4957,17369
-,,,,,,,,4958,17879
-,,,,,,,,4959,18328
-,,,,,,,,4960,18742
-,,,,,,,,4961,19158
-,,,,,,,,4962,19383
-,,,,,,,,4963,19178
-,,,,,,,,4964,18893
-,,,,,,,,4965,18700
-,,,,,,,,4966,17773
-,,,,,,,,4967,16233
-,,,,,,,,4968,14701
-,,,,,,,,4969,13577
-,,,,,,,,4970,12816
-,,,,,,,,4971,12316
-,,,,,,,,4972,12065
-,,,,,,,,4973,12173
-,,,,,,,,4974,12859
-,,,,,,,,4975,14061
-,,,,,,,,4976,15452
-,,,,,,,,4977,16445
-,,,,,,,,4978,17258
-,,,,,,,,4979,17971
-,,,,,,,,4980,18485
-,,,,,,,,4981,18806
-,,,,,,,,4982,19022
-,,,,,,,,4983,19020
-,,,,,,,,4984,18923
-,,,,,,,,4985,18809
-,,,,,,,,4986,18647
-,,,,,,,,4987,18192
-,,,,,,,,4988,17638
-,,,,,,,,4989,17437
-,,,,,,,,4990,16896
-,,,,,,,,4991,15603
-,,,,,,,,4992,14187
-,,,,,,,,4993,13021
-,,,,,,,,4994,12200
-,,,,,,,,4995,11659
-,,,,,,,,4996,11330
-,,,,,,,,4997,11256
-,,,,,,,,4998,11356
-,,,,,,,,4999,11791
-,,,,,,,,5000,12835
-,,,,,,,,5001,14153
-,,,,,,,,5002,15332
-,,,,,,,,5003,16171
-,,,,,,,,5004,16616
-,,,,,,,,5005,16787
-,,,,,,,,5006,16799
-,,,,,,,,5007,16666
-,,,,,,,,5008,16283
-,,,,,,,,5009,15951
-,,,,,,,,5010,15793
-,,,,,,,,5011,15550
-,,,,,,,,5012,15343
-,,,,,,,,5013,15349
-,,,,,,,,5014,14802
-,,,,,,,,5015,13832
-,,,,,,,,5016,12746
-,,,,,,,,5017,11801
-,,,,,,,,5018,11186
-,,,,,,,,5019,10784
-,,,,,,,,5020,10550
-,,,,,,,,5021,10495
-,,,,,,,,5022,10577
-,,,,,,,,5023,10760
-,,,,,,,,5024,11461
-,,,,,,,,5025,12458
-,,,,,,,,5026,13352
-,,,,,,,,5027,13970
-,,,,,,,,5028,14434
-,,,,,,,,5029,14714
-,,,,,,,,5030,14748
-,,,,,,,,5031,14701
-,,,,,,,,5032,14632
-,,,,,,,,5033,14775
-,,,,,,,,5034,14979
-,,,,,,,,5035,14894
-,,,,,,,,5036,14682
-,,,,,,,,5037,14842
-,,,,,,,,5038,14404
-,,,,,,,,5039,13315
-,,,,,,,,5040,12130
-,,,,,,,,5041,11195
-,,,,,,,,5042,10613
-,,,,,,,,5043,10283
-,,,,,,,,5044,10149
-,,,,,,,,5045,10360
-,,,,,,,,5046,10985
-,,,,,,,,5047,12202
-,,,,,,,,5048,13767
-,,,,,,,,5049,14968
-,,,,,,,,5050,15863
-,,,,,,,,5051,16645
-,,,,,,,,5052,17216
-,,,,,,,,5053,17644
-,,,,,,,,5054,18117
-,,,,,,,,5055,18425
-,,,,,,,,5056,18594
-,,,,,,,,5057,18739
-,,,,,,,,5058,18634
-,,,,,,,,5059,18135
-,,,,,,,,5060,17458
-,,,,,,,,5061,17299
-,,,,,,,,5062,16508
-,,,,,,,,5063,14885
-,,,,,,,,5064,13288
-,,,,,,,,5065,12128
-,,,,,,,,5066,11407
-,,,,,,,,5067,10980
-,,,,,,,,5068,10767
-,,,,,,,,5069,10896
-,,,,,,,,5070,11497
-,,,,,,,,5071,12689
-,,,,,,,,5072,14174
-,,,,,,,,5073,15234
-,,,,,,,,5074,15992
-,,,,,,,,5075,16647
-,,,,,,,,5076,17050
-,,,,,,,,5077,17282
-,,,,,,,,5078,17544
-,,,,,,,,5079,17547
-,,,,,,,,5080,17362
-,,,,,,,,5081,17181
-,,,,,,,,5082,16992
-,,,,,,,,5083,16682
-,,,,,,,,5084,16448
-,,,,,,,,5085,16554
-,,,,,,,,5086,15813
-,,,,,,,,5087,14431
-,,,,,,,,5088,13083
-,,,,,,,,5089,12066
-,,,,,,,,5090,11426
-,,,,,,,,5091,11037
-,,,,,,,,5092,10875
-,,,,,,,,5093,11045
-,,,,,,,,5094,11734
-,,,,,,,,5095,12974
-,,,,,,,,5096,14507
-,,,,,,,,5097,15643
-,,,,,,,,5098,16585
-,,,,,,,,5099,17418
-,,,,,,,,5100,18028
-,,,,,,,,5101,18487
-,,,,,,,,5102,18894
-,,,,,,,,5103,19031
-,,,,,,,,5104,18852
-,,,,,,,,5105,18697
-,,,,,,,,5106,18471
-,,,,,,,,5107,18049
-,,,,,,,,5108,17654
-,,,,,,,,5109,17682
-,,,,,,,,5110,16985
-,,,,,,,,5111,15460
-,,,,,,,,5112,13948
-,,,,,,,,5113,12863
-,,,,,,,,5114,12167
-,,,,,,,,5115,11726
-,,,,,,,,5116,11578
-,,,,,,,,5117,11726
-,,,,,,,,5118,12417
-,,,,,,,,5119,13676
-,,,,,,,,5120,15277
-,,,,,,,,5121,16579
-,,,,,,,,5122,17740
-,,,,,,,,5123,18839
-,,,,,,,,5124,19694
-,,,,,,,,5125,20283
-,,,,,,,,5126,20855
-,,,,,,,,5127,21204
-,,,,,,,,5128,21421
-,,,,,,,,5129,21524
-,,,,,,,,5130,21422
-,,,,,,,,5131,20941
-,,,,,,,,5132,20276
-,,,,,,,,5133,20115
-,,,,,,,,5134,19256
-,,,,,,,,5135,17486
-,,,,,,,,5136,15772
-,,,,,,,,5137,14400
-,,,,,,,,5138,13525
-,,,,,,,,5139,12921
-,,,,,,,,5140,12611
-,,,,,,,,5141,12672
-,,,,,,,,5142,13282
-,,,,,,,,5143,14507
-,,,,,,,,5144,16111
-,,,,,,,,5145,17560
-,,,,,,,,5146,18855
-,,,,,,,,5147,20109
-,,,,,,,,5148,21039
-,,,,,,,,5149,21679
-,,,,,,,,5150,22233
-,,,,,,,,5151,22602
-,,,,,,,,5152,22734
-,,,,,,,,5153,22722
-,,,,,,,,5154,22421
-,,,,,,,,5155,21697
-,,,,,,,,5156,20965
-,,,,,,,,5157,20793
-,,,,,,,,5158,20003
-,,,,,,,,5159,18398
-,,,,,,,,5160,16711
-,,,,,,,,5161,15227
-,,,,,,,,5162,14290
-,,,,,,,,5163,13602
-,,,,,,,,5164,13163
-,,,,,,,,5165,12969
-,,,,,,,,5166,13025
-,,,,,,,,5167,13474
-,,,,,,,,5168,14693
-,,,,,,,,5169,16292
-,,,,,,,,5170,17763
-,,,,,,,,5171,19052
-,,,,,,,,5172,20003
-,,,,,,,,5173,20595
-,,,,,,,,5174,20945
-,,,,,,,,5175,21142
-,,,,,,,,5176,21161
-,,,,,,,,5177,20979
-,,,,,,,,5178,20586
-,,,,,,,,5179,19892
-,,,,,,,,5180,19214
-,,,,,,,,5181,19129
-,,,,,,,,5182,18423
-,,,,,,,,5183,17135
-,,,,,,,,5184,15746
-,,,,,,,,5185,14611
-,,,,,,,,5186,13795
-,,,,,,,,5187,13269
-,,,,,,,,5188,12933
-,,,,,,,,5189,12813
-,,,,,,,,5190,12857
-,,,,,,,,5191,13129
-,,,,,,,,5192,14093
-,,,,,,,,5193,15485
-,,,,,,,,5194,16963
-,,,,,,,,5195,18187
-,,,,,,,,5196,19187
-,,,,,,,,5197,19931
-,,,,,,,,5198,20278
-,,,,,,,,5199,20379
-,,,,,,,,5200,20388
-,,,,,,,,5201,20254
-,,,,,,,,5202,19839
-,,,,,,,,5203,19429
-,,,,,,,,5204,19127
-,,,,,,,,5205,19019
-,,,,,,,,5206,18249
-,,,,,,,,5207,16919
-,,,,,,,,5208,15507
-,,,,,,,,5209,14358
-,,,,,,,,5210,13644
-,,,,,,,,5211,13218
-,,,,,,,,5212,13009
-,,,,,,,,5213,13173
-,,,,,,,,5214,13847
-,,,,,,,,5215,15036
-,,,,,,,,5216,16684
-,,,,,,,,5217,17995
-,,,,,,,,5218,18918
-,,,,,,,,5219,19452
-,,,,,,,,5220,19864
-,,,,,,,,5221,20123
-,,,,,,,,5222,20371
-,,,,,,,,5223,20468
-,,,,,,,,5224,20509
-,,,,,,,,5225,20420
-,,,,,,,,5226,20076
-,,,,,,,,5227,19309
-,,,,,,,,5228,18496
-,,,,,,,,5229,18285
-,,,,,,,,5230,17273
-,,,,,,,,5231,15484
-,,,,,,,,5232,13833
-,,,,,,,,5233,12572
-,,,,,,,,5234,11788
-,,,,,,,,5235,11290
-,,,,,,,,5236,11062
-,,,,,,,,5237,11151
-,,,,,,,,5238,11721
-,,,,,,,,5239,12868
-,,,,,,,,5240,14390
-,,,,,,,,5241,15479
-,,,,,,,,5242,16371
-,,,,,,,,5243,17180
-,,,,,,,,5244,17802
-,,,,,,,,5245,18233
-,,,,,,,,5246,18696
-,,,,,,,,5247,18953
-,,,,,,,,5248,19122
-,,,,,,,,5249,19205
-,,,,,,,,5250,19005
-,,,,,,,,5251,18452
-,,,,,,,,5252,17890
-,,,,,,,,5253,17955
-,,,,,,,,5254,17120
-,,,,,,,,5255,15524
-,,,,,,,,5256,13956
-,,,,,,,,5257,12779
-,,,,,,,,5258,12000
-,,,,,,,,5259,11491
-,,,,,,,,5260,11239
-,,,,,,,,5261,11360
-,,,,,,,,5262,11989
-,,,,,,,,5263,13177
-,,,,,,,,5264,14765
-,,,,,,,,5265,16111
-,,,,,,,,5266,17246
-,,,,,,,,5267,18338
-,,,,,,,,5268,19160
-,,,,,,,,5269,19744
-,,,,,,,,5270,20284
-,,,,,,,,5271,20575
-,,,,,,,,5272,20711
-,,,,,,,,5273,20657
-,,,,,,,,5274,20366
-,,,,,,,,5275,19801
-,,,,,,,,5276,19323
-,,,,,,,,5277,19387
-,,,,,,,,5278,18450
-,,,,,,,,5279,16773
-,,,,,,,,5280,15065
-,,,,,,,,5281,13752
-,,,,,,,,5282,13007
-,,,,,,,,5283,12505
-,,,,,,,,5284,12272
-,,,,,,,,5285,12390
-,,,,,,,,5286,13102
-,,,,,,,,5287,14312
-,,,,,,,,5288,15892
-,,,,,,,,5289,17261
-,,,,,,,,5290,18503
-,,,,,,,,5291,19700
-,,,,,,,,5292,20612
-,,,,,,,,5293,21223
-,,,,,,,,5294,21728
-,,,,,,,,5295,21915
-,,,,,,,,5296,21939
-,,,,,,,,5297,21806
-,,,,,,,,5298,21414
-,,,,,,,,5299,20680
-,,,,,,,,5300,20173
-,,,,,,,,5301,20146
-,,,,,,,,5302,19138
-,,,,,,,,5303,17458
-,,,,,,,,5304,15795
-,,,,,,,,5305,14561
-,,,,,,,,5306,13801
-,,,,,,,,5307,13304
-,,,,,,,,5308,13082
-,,,,,,,,5309,13199
-,,,,,,,,5310,13910
-,,,,,,,,5311,15136
-,,,,,,,,5312,16707
-,,,,,,,,5313,18002
-,,,,,,,,5314,19049
-,,,,,,,,5315,19878
-,,,,,,,,5316,20433
-,,,,,,,,5317,20559
-,,,,,,,,5318,20446
-,,,,,,,,5319,20025
-,,,,,,,,5320,19447
-,,,,,,,,5321,19099
-,,,,,,,,5322,18705
-,,,,,,,,5323,18185
-,,,,,,,,5324,17806
-,,,,,,,,5325,17804
-,,,,,,,,5326,17137
-,,,,,,,,5327,15940
-,,,,,,,,5328,14608
-,,,,,,,,5329,13522
-,,,,,,,,5330,12799
-,,,,,,,,5331,12319
-,,,,,,,,5332,12051
-,,,,,,,,5333,11968
-,,,,,,,,5334,12110
-,,,,,,,,5335,12514
-,,,,,,,,5336,13552
-,,,,,,,,5337,14837
-,,,,,,,,5338,16019
-,,,,,,,,5339,17011
-,,,,,,,,5340,17606
-,,,,,,,,5341,17953
-,,,,,,,,5342,18163
-,,,,,,,,5343,18278
-,,,,,,,,5344,18369
-,,,,,,,,5345,18442
-,,,,,,,,5346,18409
-,,,,,,,,5347,18117
-,,,,,,,,5348,17817
-,,,,,,,,5349,17923
-,,,,,,,,5350,17264
-,,,,,,,,5351,16127
-,,,,,,,,5352,14856
-,,,,,,,,5353,13774
-,,,,,,,,5354,13038
-,,,,,,,,5355,12517
-,,,,,,,,5356,12230
-,,,,,,,,5357,12125
-,,,,,,,,5358,12221
-,,,,,,,,5359,12427
-,,,,,,,,5360,13062
-,,,,,,,,5361,14150
-,,,,,,,,5362,15272
-,,,,,,,,5363,16246
-,,,,,,,,5364,17005
-,,,,,,,,5365,17581
-,,,,,,,,5366,17943
-,,,,,,,,5367,18283
-,,,,,,,,5368,18587
-,,,,,,,,5369,18809
-,,,,,,,,5370,18855
-,,,,,,,,5371,18565
-,,,,,,,,5372,18153
-,,,,,,,,5373,18231
-,,,,,,,,5374,17372
-,,,,,,,,5375,15896
-,,,,,,,,5376,14386
-,,,,,,,,5377,13225
-,,,,,,,,5378,12461
-,,,,,,,,5379,11976
-,,,,,,,,5380,11726
-,,,,,,,,5381,11825
-,,,,,,,,5382,12453
-,,,,,,,,5383,13531
-,,,,,,,,5384,15071
-,,,,,,,,5385,16363
-,,,,,,,,5386,17447
-,,,,,,,,5387,18389
-,,,,,,,,5388,19054
-,,,,,,,,5389,19483
-,,,,,,,,5390,19875
-,,,,,,,,5391,20136
-,,,,,,,,5392,20249
-,,,,,,,,5393,20347
-,,,,,,,,5394,20203
-,,,,,,,,5395,19578
-,,,,,,,,5396,18981
-,,,,,,,,5397,18919
-,,,,,,,,5398,17773
-,,,,,,,,5399,16030
-,,,,,,,,5400,14359
-,,,,,,,,5401,13121
-,,,,,,,,5402,12304
-,,,,,,,,5403,11773
-,,,,,,,,5404,11515
-,,,,,,,,5405,11598
-,,,,,,,,5406,12268
-,,,,,,,,5407,13383
-,,,,,,,,5408,14923
-,,,,,,,,5409,16131
-,,,,,,,,5410,17167
-,,,,,,,,5411,18030
-,,,,,,,,5412,18613
-,,,,,,,,5413,18947
-,,,,,,,,5414,19183
-,,,,,,,,5415,19249
-,,,,,,,,5416,19178
-,,,,,,,,5417,19139
-,,,,,,,,5418,18927
-,,,,,,,,5419,18460
-,,,,,,,,5420,18164
-,,,,,,,,5421,18305
-,,,,,,,,5422,17341
-,,,,,,,,5423,15777
-,,,,,,,,5424,14244
-,,,,,,,,5425,13172
-,,,,,,,,5426,12469
-,,,,,,,,5427,12035
-,,,,,,,,5428,11853
-,,,,,,,,5429,11993
-,,,,,,,,5430,12742
-,,,,,,,,5431,14016
-,,,,,,,,5432,15280
-,,,,,,,,5433,16076
-,,,,,,,,5434,16659
-,,,,,,,,5435,17417
-,,,,,,,,5436,18171
-,,,,,,,,5437,18737
-,,,,,,,,5438,19260
-,,,,,,,,5439,19521
-,,,,,,,,5440,19626
-,,,,,,,,5441,19538
-,,,,,,,,5442,19230
-,,,,,,,,5443,18725
-,,,,,,,,5444,18517
-,,,,,,,,5445,18461
-,,,,,,,,5446,17437
-,,,,,,,,5447,15838
-,,,,,,,,5448,14263
-,,,,,,,,5449,13039
-,,,,,,,,5450,12260
-,,,,,,,,5451,11788
-,,,,,,,,5452,11580
-,,,,,,,,5453,11677
-,,,,,,,,5454,12384
-,,,,,,,,5455,13586
-,,,,,,,,5456,14898
-,,,,,,,,5457,15970
-,,,,,,,,5458,16943
-,,,,,,,,5459,17834
-,,,,,,,,5460,18495
-,,,,,,,,5461,18922
-,,,,,,,,5462,19296
-,,,,,,,,5463,19505
-,,,,,,,,5464,19592
-,,,,,,,,5465,19626
-,,,,,,,,5466,19422
-,,,,,,,,5467,18775
-,,,,,,,,5468,18192
-,,,,,,,,5469,18140
-,,,,,,,,5470,17090
-,,,,,,,,5471,15479
-,,,,,,,,5472,13852
-,,,,,,,,5473,12663
-,,,,,,,,5474,11869
-,,,,,,,,5475,11372
-,,,,,,,,5476,11122
-,,,,,,,,5477,11201
-,,,,,,,,5478,11799
-,,,,,,,,5479,12844
-,,,,,,,,5480,14253
-,,,,,,,,5481,15541
-,,,,,,,,5482,16634
-,,,,,,,,5483,17653
-,,,,,,,,5484,18431
-,,,,,,,,5485,19070
-,,,,,,,,5486,19668
-,,,,,,,,5487,20039
-,,,,,,,,5488,20163
-,,,,,,,,5489,20149
-,,,,,,,,5490,19800
-,,,,,,,,5491,19054
-,,,,,,,,5492,18618
-,,,,,,,,5493,18522
-,,,,,,,,5494,17524
-,,,,,,,,5495,16018
-,,,,,,,,5496,14519
-,,,,,,,,5497,13282
-,,,,,,,,5498,12447
-,,,,,,,,5499,11889
-,,,,,,,,5500,11525
-,,,,,,,,5501,11391
-,,,,,,,,5502,11526
-,,,,,,,,5503,11815
-,,,,,,,,5504,12526
-,,,,,,,,5505,13461
-,,,,,,,,5506,14198
-,,,,,,,,5507,14670
-,,,,,,,,5508,14956
-,,,,,,,,5509,15002
-,,,,,,,,5510,14959
-,,,,,,,,5511,14901
-,,,,,,,,5512,14849
-,,,,,,,,5513,14893
-,,,,,,,,5514,14890
-,,,,,,,,5515,14695
-,,,,,,,,5516,14498
-,,,,,,,,5517,14670
-,,,,,,,,5518,13992
-,,,,,,,,5519,12948
-,,,,,,,,5520,11812
-,,,,,,,,5521,10892
-,,,,,,,,5522,10246
-,,,,,,,,5523,9802
-,,,,,,,,5524,9574
-,,,,,,,,5525,9475
-,,,,,,,,5526,9538
-,,,,,,,,5527,9639
-,,,,,,,,5528,10345
-,,,,,,,,5529,11407
-,,,,,,,,5530,12350
-,,,,,,,,5531,13000
-,,,,,,,,5532,13392
-,,,,,,,,5533,13613
-,,,,,,,,5534,13633
-,,,,,,,,5535,13644
-,,,,,,,,5536,13723
-,,,,,,,,5537,13951
-,,,,,,,,5538,14116
-,,,,,,,,5539,14086
-,,,,,,,,5540,14153
-,,,,,,,,5541,14465
-,,,,,,,,5542,13767
-,,,,,,,,5543,12641
-,,,,,,,,5544,11547
-,,,,,,,,5545,10737
-,,,,,,,,5546,10232
-,,,,,,,,5547,9935
-,,,,,,,,5548,9833
-,,,,,,,,5549,10032
-,,,,,,,,5550,10710
-,,,,,,,,5551,11839
-,,,,,,,,5552,13136
-,,,,,,,,5553,14174
-,,,,,,,,5554,15050
-,,,,,,,,5555,15785
-,,,,,,,,5556,16302
-,,,,,,,,5557,16614
-,,,,,,,,5558,16843
-,,,,,,,,5559,16890
-,,,,,,,,5560,16858
-,,,,,,,,5561,16884
-,,,,,,,,5562,16829
-,,,,,,,,5563,16384
-,,,,,,,,5564,16155
-,,,,,,,,5565,16298
-,,,,,,,,5566,15292
-,,,,,,,,5567,13831
-,,,,,,,,5568,12442
-,,,,,,,,5569,11448
-,,,,,,,,5570,10891
-,,,,,,,,5571,10531
-,,,,,,,,5572,10388
-,,,,,,,,5573,10585
-,,,,,,,,5574,11360
-,,,,,,,,5575,12601
-,,,,,,,,5576,13899
-,,,,,,,,5577,14887
-,,,,,,,,5578,15714
-,,,,,,,,5579,16447
-,,,,,,,,5580,16936
-,,,,,,,,5581,17268
-,,,,,,,,5582,17602
-,,,,,,,,5583,17781
-,,,,,,,,5584,17839
-,,,,,,,,5585,17841
-,,,,,,,,5586,17550
-,,,,,,,,5587,16961
-,,,,,,,,5588,16630
-,,,,,,,,5589,16707
-,,,,,,,,5590,15673
-,,,,,,,,5591,14130
-,,,,,,,,5592,12669
-,,,,,,,,5593,11621
-,,,,,,,,5594,10976
-,,,,,,,,5595,10566
-,,,,,,,,5596,10352
-,,,,,,,,5597,10472
-,,,,,,,,5598,11158
-,,,,,,,,5599,12225
-,,,,,,,,5600,13639
-,,,,,,,,5601,14715
-,,,,,,,,5602,15638
-,,,,,,,,5603,16446
-,,,,,,,,5604,17023
-,,,,,,,,5605,17374
-,,,,,,,,5606,17749
-,,,,,,,,5607,17980
-,,,,,,,,5608,18042
-,,,,,,,,5609,18081
-,,,,,,,,5610,17860
-,,,,,,,,5611,17309
-,,,,,,,,5612,16921
-,,,,,,,,5613,17010
-,,,,,,,,5614,15996
-,,,,,,,,5615,14438
-,,,,,,,,5616,12974
-,,,,,,,,5617,11904
-,,,,,,,,5618,11237
-,,,,,,,,5619,10791
-,,,,,,,,5620,10618
-,,,,,,,,5621,10732
-,,,,,,,,5622,11470
-,,,,,,,,5623,12588
-,,,,,,,,5624,14058
-,,,,,,,,5625,15269
-,,,,,,,,5626,16246
-,,,,,,,,5627,17082
-,,,,,,,,5628,17753
-,,,,,,,,5629,18275
-,,,,,,,,5630,18798
-,,,,,,,,5631,19044
-,,,,,,,,5632,19162
-,,,,,,,,5633,19196
-,,,,,,,,5634,18974
-,,,,,,,,5635,18397
-,,,,,,,,5636,17981
-,,,,,,,,5637,18011
-,,,,,,,,5638,16953
-,,,,,,,,5639,15350
-,,,,,,,,5640,13802
-,,,,,,,,5641,12689
-,,,,,,,,5642,11931
-,,,,,,,,5643,11442
-,,,,,,,,5644,11181
-,,,,,,,,5645,11270
-,,,,,,,,5646,11929
-,,,,,,,,5647,12984
-,,,,,,,,5648,14369
-,,,,,,,,5649,15562
-,,,,,,,,5650,16576
-,,,,,,,,5651,17490
-,,,,,,,,5652,18164
-,,,,,,,,5653,18606
-,,,,,,,,5654,19035
-,,,,,,,,5655,19217
-,,,,,,,,5656,19170
-,,,,,,,,5657,19084
-,,,,,,,,5658,18703
-,,,,,,,,5659,17998
-,,,,,,,,5660,17623
-,,,,,,,,5661,17528
-,,,,,,,,5662,16546
-,,,,,,,,5663,15160
-,,,,,,,,5664,13719
-,,,,,,,,5665,12557
-,,,,,,,,5666,11829
-,,,,,,,,5667,11334
-,,,,,,,,5668,11050
-,,,,,,,,5669,11005
-,,,,,,,,5670,11237
-,,,,,,,,5671,11652
-,,,,,,,,5672,12585
-,,,,,,,,5673,13808
-,,,,,,,,5674,14896
-,,,,,,,,5675,15698
-,,,,,,,,5676,16213
-,,,,,,,,5677,16534
-,,,,,,,,5678,16732
-,,,,,,,,5679,16831
-,,,,,,,,5680,16796
-,,,,,,,,5681,16703
-,,,,,,,,5682,16463
-,,,,,,,,5683,15977
-,,,,,,,,5684,15759
-,,,,,,,,5685,15717
-,,,,,,,,5686,14927
-,,,,,,,,5687,13796
-,,,,,,,,5688,12588
-,,,,,,,,5689,11630
-,,,,,,,,5690,10949
-,,,,,,,,5691,10520
-,,,,,,,,5692,10242
-,,,,,,,,5693,10155
-,,,,,,,,5694,10258
-,,,,,,,,5695,10381
-,,,,,,,,5696,11153
-,,,,,,,,5697,12332
-,,,,,,,,5698,13433
-,,,,,,,,5699,14278
-,,,,,,,,5700,14934
-,,,,,,,,5701,15449
-,,,,,,,,5702,15733
-,,,,,,,,5703,15990
-,,,,,,,,5704,16250
-,,,,,,,,5705,16510
-,,,,,,,,5706,16641
-,,,,,,,,5707,16338
-,,,,,,,,5708,16150
-,,,,,,,,5709,16195
-,,,,,,,,5710,15193
-,,,,,,,,5711,13796
-,,,,,,,,5712,12541
-,,,,,,,,5713,11546
-,,,,,,,,5714,10946
-,,,,,,,,5715,10588
-,,,,,,,,5716,10427
-,,,,,,,,5717,10609
-,,,,,,,,5718,11385
-,,,,,,,,5719,12579
-,,,,,,,,5720,13997
-,,,,,,,,5721,15184
-,,,,,,,,5722,16163
-,,,,,,,,5723,17014
-,,,,,,,,5724,17725
-,,,,,,,,5725,18258
-,,,,,,,,5726,18815
-,,,,,,,,5727,19088
-,,,,,,,,5728,19126
-,,,,,,,,5729,19077
-,,,,,,,,5730,18830
-,,,,,,,,5731,18358
-,,,,,,,,5732,18375
-,,,,,,,,5733,18352
-,,,,,,,,5734,17309
-,,,,,,,,5735,15789
-,,,,,,,,5736,14373
-,,,,,,,,5737,13377
-,,,,,,,,5738,12744
-,,,,,,,,5739,12367
-,,,,,,,,5740,12220
-,,,,,,,,5741,12439
-,,,,,,,,5742,13365
-,,,,,,,,5743,14952
-,,,,,,,,5744,16291
-,,,,,,,,5745,17062
-,,,,,,,,5746,17549
-,,,,,,,,5747,18030
-,,,,,,,,5748,18585
-,,,,,,,,5749,19059
-,,,,,,,,5750,19599
-,,,,,,,,5751,19941
-,,,,,,,,5752,20057
-,,,,,,,,5753,20095
-,,,,,,,,5754,19813
-,,,,,,,,5755,19039
-,,,,,,,,5756,18705
-,,,,,,,,5757,18464
-,,,,,,,,5758,17107
-,,,,,,,,5759,15297
-,,,,,,,,5760,13642
-,,,,,,,,5761,12355
-,,,,,,,,5762,11568
-,,,,,,,,5763,11021
-,,,,,,,,5764,10732
-,,,,,,,,5765,10763
-,,,,,,,,5766,11485
-,,,,,,,,5767,12695
-,,,,,,,,5768,13884
-,,,,,,,,5769,14623
-,,,,,,,,5770,15156
-,,,,,,,,5771,15600
-,,,,,,,,5772,15873
-,,,,,,,,5773,16059
-,,,,,,,,5774,16297
-,,,,,,,,5775,16441
-,,,,,,,,5776,16534
-,,,,,,,,5777,16641
-,,,,,,,,5778,16560
-,,,,,,,,5779,16095
-,,,,,,,,5780,15938
-,,,,,,,,5781,15843
-,,,,,,,,5782,14707
-,,,,,,,,5783,13169
-,,,,,,,,5784,11746
-,,,,,,,,5785,10792
-,,,,,,,,5786,10205
-,,,,,,,,5787,9854
-,,,,,,,,5788,9718
-,,,,,,,,5789,9880
-,,,,,,,,5790,10674
-,,,,,,,,5791,11997
-,,,,,,,,5792,13236
-,,,,,,,,5793,14124
-,,,,,,,,5794,14850
-,,,,,,,,5795,15490
-,,,,,,,,5796,15900
-,,,,,,,,5797,16168
-,,,,,,,,5798,16521
-,,,,,,,,5799,16719
-,,,,,,,,5800,16851
-,,,,,,,,5801,16950
-,,,,,,,,5802,16770
-,,,,,,,,5803,16276
-,,,,,,,,5804,16300
-,,,,,,,,5805,16274
-,,,,,,,,5806,15211
-,,,,,,,,5807,13731
-,,,,,,,,5808,12397
-,,,,,,,,5809,11403
-,,,,,,,,5810,10746
-,,,,,,,,5811,10373
-,,,,,,,,5812,10211
-,,,,,,,,5813,10359
-,,,,,,,,5814,11133
-,,,,,,,,5815,12353
-,,,,,,,,5816,13636
-,,,,,,,,5817,14714
-,,,,,,,,5818,15622
-,,,,,,,,5819,16431
-,,,,,,,,5820,17105
-,,,,,,,,5821,17582
-,,,,,,,,5822,18149
-,,,,,,,,5823,18469
-,,,,,,,,5824,18640
-,,,,,,,,5825,18676
-,,,,,,,,5826,18509
-,,,,,,,,5827,17930
-,,,,,,,,5828,17707
-,,,,,,,,5829,17565
-,,,,,,,,5830,16620
-,,,,,,,,5831,15338
-,,,,,,,,5832,13935
-,,,,,,,,5833,12655
-,,,,,,,,5834,12044
-,,,,,,,,5835,11621
-,,,,,,,,5836,11328
-,,,,,,,,5837,11191
-,,,,,,,,5838,11361
-,,,,,,,,5839,11656
-,,,,,,,,5840,12551
-,,,,,,,,5841,13879
-,,,,,,,,5842,15015
-,,,,,,,,5843,15790
-,,,,,,,,5844,16316
-,,,,,,,,5845,16582
-,,,,,,,,5846,16614
-,,,,,,,,5847,16560
-,,,,,,,,5848,16421
-,,,,,,,,5849,16319
-,,,,,,,,5850,16046
-,,,,,,,,5851,15513
-,,,,,,,,5852,15399
-,,,,,,,,5853,15251
-,,,,,,,,5854,14461
-,,,,,,,,5855,13374
-,,,,,,,,5856,12219
-,,,,,,,,5857,11281
-,,,,,,,,5858,10668
-,,,,,,,,5859,10261
-,,,,,,,,5860,10044
-,,,,,,,,5861,9953
-,,,,,,,,5862,10054
-,,,,,,,,5863,10193
-,,,,,,,,5864,10854
-,,,,,,,,5865,11922
-,,,,,,,,5866,12836
-,,,,,,,,5867,13461
-,,,,,,,,5868,13891
-,,,,,,,,5869,14240
-,,,,,,,,5870,14385
-,,,,,,,,5871,14464
-,,,,,,,,5872,14490
-,,,,,,,,5873,14518
-,,,,,,,,5874,14539
-,,,,,,,,5875,14331
-,,,,,,,,5876,14401
-,,,,,,,,5877,14322
-,,,,,,,,5878,13625
-,,,,,,,,5879,12639
-,,,,,,,,5880,11577
-,,,,,,,,5881,10731
-,,,,,,,,5882,10166
-,,,,,,,,5883,9819
-,,,,,,,,5884,9646
-,,,,,,,,5885,9661
-,,,,,,,,5886,9937
-,,,,,,,,5887,10250
-,,,,,,,,5888,10889
-,,,,,,,,5889,11920
-,,,,,,,,5890,12926
-,,,,,,,,5891,13640
-,,,,,,,,5892,14101
-,,,,,,,,5893,14353
-,,,,,,,,5894,14510
-,,,,,,,,5895,14613
-,,,,,,,,5896,14711
-,,,,,,,,5897,14894
-,,,,,,,,5898,15024
-,,,,,,,,5899,14896
-,,,,,,,,5900,15208
-,,,,,,,,5901,15143
-,,,,,,,,5902,14069
-,,,,,,,,5903,12683
-,,,,,,,,5904,11471
-,,,,,,,,5905,10681
-,,,,,,,,5906,10219
-,,,,,,,,5907,10004
-,,,,,,,,5908,9966
-,,,,,,,,5909,10219
-,,,,,,,,5910,11210
-,,,,,,,,5911,13004
-,,,,,,,,5912,14307
-,,,,,,,,5913,15018
-,,,,,,,,5914,15593
-,,,,,,,,5915,16061
-,,,,,,,,5916,16299
-,,,,,,,,5917,16397
-,,,,,,,,5918,16509
-,,,,,,,,5919,16482
-,,,,,,,,5920,16547
-,,,,,,,,5921,16694
-,,,,,,,,5922,16882
-,,,,,,,,5923,16935
-,,,,,,,,5924,17238
-,,,,,,,,5925,16992
-,,,,,,,,5926,15974
-,,,,,,,,5927,14540
-,,,,,,,,5928,13246
-,,,,,,,,5929,12368
-,,,,,,,,5930,11870
-,,,,,,,,5931,11630
-,,,,,,,,5932,11577
-,,,,,,,,5933,11871
-,,,,,,,,5934,12917
-,,,,,,,,5935,14850
-,,,,,,,,5936,16240
-,,,,,,,,5937,17004
-,,,,,,,,5938,17605
-,,,,,,,,5939,17908
-,,,,,,,,5940,17992
-,,,,,,,,5941,17973
-,,,,,,,,5942,18106
-,,,,,,,,5943,18242
-,,,,,,,,5944,18306
-,,,,,,,,5945,18467
-,,,,,,,,5946,18443
-,,,,,,,,5947,18113
-,,,,,,,,5948,18189
-,,,,,,,,5949,17832
-,,,,,,,,5950,16550
-,,,,,,,,5951,14838
-,,,,,,,,5952,13299
-,,,,,,,,5953,12160
-,,,,,,,,5954,11456
-,,,,,,,,5955,11053
-,,,,,,,,5956,10880
-,,,,,,,,5957,11046
-,,,,,,,,5958,11929
-,,,,,,,,5959,13533
-,,,,,,,,5960,14730
-,,,,,,,,5961,15429
-,,,,,,,,5962,16013
-,,,,,,,,5963,16560
-,,,,,,,,5964,16885
-,,,,,,,,5965,17039
-,,,,,,,,5966,17406
-,,,,,,,,5967,17690
-,,,,,,,,5968,17830
-,,,,,,,,5969,17842
-,,,,,,,,5970,17612
-,,,,,,,,5971,17275
-,,,,,,,,5972,17603
-,,,,,,,,5973,17362
-,,,,,,,,5974,16195
-,,,,,,,,5975,14599
-,,,,,,,,5976,13140
-,,,,,,,,5977,12129
-,,,,,,,,5978,11505
-,,,,,,,,5979,11128
-,,,,,,,,5980,10945
-,,,,,,,,5981,11137
-,,,,,,,,5982,12046
-,,,,,,,,5983,13676
-,,,,,,,,5984,14929
-,,,,,,,,5985,15803
-,,,,,,,,5986,16631
-,,,,,,,,5987,17439
-,,,,,,,,5988,18197
-,,,,,,,,5989,18727
-,,,,,,,,5990,19201
-,,,,,,,,5991,19540
-,,,,,,,,5992,19691
-,,,,,,,,5993,19686
-,,,,,,,,5994,19260
-,,,,,,,,5995,18613
-,,,,,,,,5996,18621
-,,,,,,,,5997,18226
-,,,,,,,,5998,17126
-,,,,,,,,5999,15670
-,,,,,,,,6000,14192
-,,,,,,,,6001,13074
-,,,,,,,,6002,12328
-,,,,,,,,6003,11880
-,,,,,,,,6004,11632
-,,,,,,,,6005,11590
-,,,,,,,,6006,11929
-,,,,,,,,6007,12447
-,,,,,,,,6008,13324
-,,,,,,,,6009,14614
-,,,,,,,,6010,15692
-,,,,,,,,6011,16483
-,,,,,,,,6012,16916
-,,,,,,,,6013,17137
-,,,,,,,,6014,17179
-,,,,,,,,6015,17144
-,,,,,,,,6016,17095
-,,,,,,,,6017,17084
-,,,,,,,,6018,17073
-,,,,,,,,6019,17098
-,,,,,,,,6020,17195
-,,,,,,,,6021,16680
-,,,,,,,,6022,15684
-,,,,,,,,6023,14271
-,,,,,,,,6024,12813
-,,,,,,,,6025,11737
-,,,,,,,,6026,11014
-,,,,,,,,6027,10498
-,,,,,,,,6028,10197
-,,,,,,,,6029,10063
-,,,,,,,,6030,10161
-,,,,,,,,6031,10406
-,,,,,,,,6032,10910
-,,,,,,,,6033,11797
-,,,,,,,,6034,12574
-,,,,,,,,6035,13054
-,,,,,,,,6036,13369
-,,,,,,,,6037,13611
-,,,,,,,,6038,13627
-,,,,,,,,6039,13704
-,,,,,,,,6040,13835
-,,,,,,,,6041,14089
-,,,,,,,,6042,14296
-,,,,,,,,6043,14244
-,,,,,,,,6044,14611
-,,,,,,,,6045,14347
-,,,,,,,,6046,13316
-,,,,,,,,6047,12047
-,,,,,,,,6048,10896
-,,,,,,,,6049,10103
-,,,,,,,,6050,9630
-,,,,,,,,6051,9373
-,,,,,,,,6052,9305
-,,,,,,,,6053,9544
-,,,,,,,,6054,10452
-,,,,,,,,6055,11984
-,,,,,,,,6056,13049
-,,,,,,,,6057,13666
-,,,,,,,,6058,14148
-,,,,,,,,6059,14548
-,,,,,,,,6060,14736
-,,,,,,,,6061,14723
-,,,,,,,,6062,14719
-,,,,,,,,6063,14583
-,,,,,,,,6064,14437
-,,,,,,,,6065,14414
-,,,,,,,,6066,14391
-,,,,,,,,6067,14266
-,,,,,,,,6068,14636
-,,,,,,,,6069,14258
-,,,,,,,,6070,13146
-,,,,,,,,6071,11744
-,,,,,,,,6072,10501
-,,,,,,,,6073,9716
-,,,,,,,,6074,9250
-,,,,,,,,6075,8996
-,,,,,,,,6076,8937
-,,,,,,,,6077,9166
-,,,,,,,,6078,10077
-,,,,,,,,6079,11601
-,,,,,,,,6080,12636
-,,,,,,,,6081,13142
-,,,,,,,,6082,13561
-,,,,,,,,6083,13917
-,,,,,,,,6084,14150
-,,,,,,,,6085,14259
-,,,,,,,,6086,14436
-,,,,,,,,6087,14458
-,,,,,,,,6088,14467
-,,,,,,,,6089,14527
-,,,,,,,,6090,14527
-,,,,,,,,6091,14378
-,,,,,,,,6092,14797
-,,,,,,,,6093,14440
-,,,,,,,,6094,13307
-,,,,,,,,6095,11877
-,,,,,,,,6096,10627
-,,,,,,,,6097,9789
-,,,,,,,,6098,9319
-,,,,,,,,6099,9079
-,,,,,,,,6100,9012
-,,,,,,,,6101,9225
-,,,,,,,,6102,10119
-,,,,,,,,6103,11711
-,,,,,,,,6104,12767
-,,,,,,,,6105,13274
-,,,,,,,,6106,13759
-,,,,,,,,6107,14270
-,,,,,,,,6108,14632
-,,,,,,,,6109,14823
-,,,,,,,,6110,15080
-,,,,,,,,6111,15152
-,,,,,,,,6112,15204
-,,,,,,,,6113,15264
-,,,,,,,,6114,15206
-,,,,,,,,6115,14979
-,,,,,,,,6116,15411
-,,,,,,,,6117,15018
-,,,,,,,,6118,13882
-,,,,,,,,6119,12447
-,,,,,,,,6120,11128
-,,,,,,,,6121,10259
-,,,,,,,,6122,9755
-,,,,,,,,6123,9494
-,,,,,,,,6124,9395
-,,,,,,,,6125,9599
-,,,,,,,,6126,10477
-,,,,,,,,6127,12074
-,,,,,,,,6128,13163
-,,,,,,,,6129,13873
-,,,,,,,,6130,14481
-,,,,,,,,6131,15072
-,,,,,,,,6132,15524
-,,,,,,,,6133,15806
-,,,,,,,,6134,16146
-,,,,,,,,6135,16295
-,,,,,,,,6136,16404
-,,,,,,,,6137,16469
-,,,,,,,,6138,16292
-,,,,,,,,6139,15949
-,,,,,,,,6140,16304
-,,,,,,,,6141,15880
-,,,,,,,,6142,14687
-,,,,,,,,6143,13166
-,,,,,,,,6144,11782
-,,,,,,,,6145,10815
-,,,,,,,,6146,10245
-,,,,,,,,6147,9909
-,,,,,,,,6148,9785
-,,,,,,,,6149,9956
-,,,,,,,,6150,10813
-,,,,,,,,6151,12376
-,,,,,,,,6152,13476
-,,,,,,,,6153,14231
-,,,,,,,,6154,14909
-,,,,,,,,6155,15536
-,,,,,,,,6156,16011
-,,,,,,,,6157,16318
-,,,,,,,,6158,16658
-,,,,,,,,6159,16783
-,,,,,,,,6160,16762
-,,,,,,,,6161,16633
-,,,,,,,,6162,16172
-,,,,,,,,6163,15677
-,,,,,,,,6164,15880
-,,,,,,,,6165,15412
-,,,,,,,,6166,14479
-,,,,,,,,6167,13229
-,,,,,,,,6168,11969
-,,,,,,,,6169,11008
-,,,,,,,,6170,10419
-,,,,,,,,6171,10075
-,,,,,,,,6172,9888
-,,,,,,,,6173,9892
-,,,,,,,,6174,10200
-,,,,,,,,6175,10690
-,,,,,,,,6176,11436
-,,,,,,,,6177,12400
-,,,,,,,,6178,13052
-,,,,,,,,6179,13361
-,,,,,,,,6180,13454
-,,,,,,,,6181,13445
-,,,,,,,,6182,13350
-,,,,,,,,6183,13238
-,,,,,,,,6184,13183
-,,,,,,,,6185,13213
-,,,,,,,,6186,13216
-,,,,,,,,6187,13144
-,,,,,,,,6188,13511
-,,,,,,,,6189,13182
-,,,,,,,,6190,12421
-,,,,,,,,6191,11458
-,,,,,,,,6192,10445
-,,,,,,,,6193,9674
-,,,,,,,,6194,9179
-,,,,,,,,6195,8870
-,,,,,,,,6196,8696
-,,,,,,,,6197,8684
-,,,,,,,,6198,8867
-,,,,,,,,6199,9149
-,,,,,,,,6200,9788
-,,,,,,,,6201,10780
-,,,,,,,,6202,11534
-,,,,,,,,6203,11983
-,,,,,,,,6204,12235
-,,,,,,,,6205,12410
-,,,,,,,,6206,12403
-,,,,,,,,6207,12401
-,,,,,,,,6208,12471
-,,,,,,,,6209,12681
-,,,,,,,,6210,13000
-,,,,,,,,6211,13131
-,,,,,,,,6212,13679
-,,,,,,,,6213,13255
-,,,,,,,,6214,12253
-,,,,,,,,6215,11080
-,,,,,,,,6216,10039
-,,,,,,,,6217,9357
-,,,,,,,,6218,8974
-,,,,,,,,6219,8769
-,,,,,,,,6220,8753
-,,,,,,,,6221,9010
-,,,,,,,,6222,9940
-,,,,,,,,6223,11495
-,,,,,,,,6224,12546
-,,,,,,,,6225,13142
-,,,,,,,,6226,13619
-,,,,,,,,6227,14071
-,,,,,,,,6228,14344
-,,,,,,,,6229,14484
-,,,,,,,,6230,14681
-,,,,,,,,6231,14736
-,,,,,,,,6232,14751
-,,,,,,,,6233,14789
-,,,,,,,,6234,14814
-,,,,,,,,6235,14785
-,,,,,,,,6236,15268
-,,,,,,,,6237,14695
-,,,,,,,,6238,13533
-,,,,,,,,6239,12100
-,,,,,,,,6240,10847
-,,,,,,,,6241,10040
-,,,,,,,,6242,9548
-,,,,,,,,6243,9286
-,,,,,,,,6244,9236
-,,,,,,,,6245,9492
-,,,,,,,,6246,10455
-,,,,,,,,6247,12169
-,,,,,,,,6248,13333
-,,,,,,,,6249,13984
-,,,,,,,,6250,14473
-,,,,,,,,6251,14918
-,,,,,,,,6252,15159
-,,,,,,,,6253,15245
-,,,,,,,,6254,15388
-,,,,,,,,6255,15341
-,,,,,,,,6256,15316
-,,,,,,,,6257,15494
-,,,,,,,,6258,15751
-,,,,,,,,6259,15942
-,,,,,,,,6260,16100
-,,,,,,,,6261,15509
-,,,,,,,,6262,14391
-,,,,,,,,6263,12991
-,,,,,,,,6264,11788
-,,,,,,,,6265,10950
-,,,,,,,,6266,10450
-,,,,,,,,6267,10147
-,,,,,,,,6268,10022
-,,,,,,,,6269,10161
-,,,,,,,,6270,10985
-,,,,,,,,6271,12595
-,,,,,,,,6272,13599
-,,,,,,,,6273,13959
-,,,,,,,,6274,14208
-,,,,,,,,6275,14464
-,,,,,,,,6276,14632
-,,,,,,,,6277,14673
-,,,,,,,,6278,14774
-,,,,,,,,6279,14710
-,,,,,,,,6280,14629
-,,,,,,,,6281,14608
-,,,,,,,,6282,14489
-,,,,,,,,6283,14382
-,,,,,,,,6284,14873
-,,,,,,,,6285,14359
-,,,,,,,,6286,13258
-,,,,,,,,6287,11818
-,,,,,,,,6288,10588
-,,,,,,,,6289,9743
-,,,,,,,,6290,9282
-,,,,,,,,6291,9031
-,,,,,,,,6292,8957
-,,,,,,,,6293,9191
-,,,,,,,,6294,10100
-,,,,,,,,6295,11763
-,,,,,,,,6296,12742
-,,,,,,,,6297,13181
-,,,,,,,,6298,13504
-,,,,,,,,6299,13828
-,,,,,,,,6300,13975
-,,,,,,,,6301,13975
-,,,,,,,,6302,14073
-,,,,,,,,6303,14006
-,,,,,,,,6304,13898
-,,,,,,,,6305,13876
-,,,,,,,,6306,13870
-,,,,,,,,6307,13964
-,,,,,,,,6308,14527
-,,,,,,,,6309,14075
-,,,,,,,,6310,13047
-,,,,,,,,6311,11686
-,,,,,,,,6312,10455
-,,,,,,,,6313,9646
-,,,,,,,,6314,9202
-,,,,,,,,6315,8966
-,,,,,,,,6316,8904
-,,,,,,,,6317,9129
-,,,,,,,,6318,10015
-,,,,,,,,6319,11717
-,,,,,,,,6320,12743
-,,,,,,,,6321,13212
-,,,,,,,,6322,13536
-,,,,,,,,6323,13800
-,,,,,,,,6324,13884
-,,,,,,,,6325,13906
-,,,,,,,,6326,13931
-,,,,,,,,6327,13867
-,,,,,,,,6328,13783
-,,,,,,,,6329,13742
-,,,,,,,,6330,13642
-,,,,,,,,6331,13670
-,,,,,,,,6332,14078
-,,,,,,,,6333,13628
-,,,,,,,,6334,12761
-,,,,,,,,6335,11649
-,,,,,,,,6336,10515
-,,,,,,,,6337,9693
-,,,,,,,,6338,9202
-,,,,,,,,6339,8922
-,,,,,,,,6340,8823
-,,,,,,,,6341,8850
-,,,,,,,,6342,9165
-,,,,,,,,6343,9767
-,,,,,,,,6344,10549
-,,,,,,,,6345,11545
-,,,,,,,,6346,12236
-,,,,,,,,6347,12592
-,,,,,,,,6348,12695
-,,,,,,,,6349,12692
-,,,,,,,,6350,12600
-,,,,,,,,6351,12560
-,,,,,,,,6352,12557
-,,,,,,,,6353,12680
-,,,,,,,,6354,12863
-,,,,,,,,6355,13168
-,,,,,,,,6356,13586
-,,,,,,,,6357,13195
-,,,,,,,,6358,12536
-,,,,,,,,6359,11617
-,,,,,,,,6360,10626
-,,,,,,,,6361,9932
-,,,,,,,,6362,9407
-,,,,,,,,6363,9104
-,,,,,,,,6364,8951
-,,,,,,,,6365,8908
-,,,,,,,,6366,9086
-,,,,,,,,6367,9405
-,,,,,,,,6368,9954
-,,,,,,,,6369,10887
-,,,,,,,,6370,11615
-,,,,,,,,6371,12038
-,,,,,,,,6372,12258
-,,,,,,,,6373,12342
-,,,,,,,,6374,12293
-,,,,,,,,6375,12262
-,,,,,,,,6376,12305
-,,,,,,,,6377,12487
-,,,,,,,,6378,12805
-,,,,,,,,6379,13104
-,,,,,,,,6380,13648
-,,,,,,,,6381,13129
-,,,,,,,,6382,12123
-,,,,,,,,6383,11027
-,,,,,,,,6384,9979
-,,,,,,,,6385,9216
-,,,,,,,,6386,8778
-,,,,,,,,6387,8570
-,,,,,,,,6388,8545
-,,,,,,,,6389,8807
-,,,,,,,,6390,9768
-,,,,,,,,6391,11511
-,,,,,,,,6392,12580
-,,,,,,,,6393,13062
-,,,,,,,,6394,13411
-,,,,,,,,6395,13705
-,,,,,,,,6396,13871
-,,,,,,,,6397,13896
-,,,,,,,,6398,13948
-,,,,,,,,6399,13840
-,,,,,,,,6400,13733
-,,,,,,,,6401,13743
-,,,,,,,,6402,13881
-,,,,,,,,6403,14145
-,,,,,,,,6404,14632
-,,,,,,,,6405,13992
-,,,,,,,,6406,12868
-,,,,,,,,6407,11487
-,,,,,,,,6408,10287
-,,,,,,,,6409,9509
-,,,,,,,,6410,9096
-,,,,,,,,6411,8870
-,,,,,,,,6412,8834
-,,,,,,,,6413,9077
-,,,,,,,,6414,10030
-,,,,,,,,6415,11810
-,,,,,,,,6416,12830
-,,,,,,,,6417,13201
-,,,,,,,,6418,13470
-,,,,,,,,6419,13771
-,,,,,,,,6420,13896
-,,,,,,,,6421,13922
-,,,,,,,,6422,14006
-,,,,,,,,6423,13967
-,,,,,,,,6424,13915
-,,,,,,,,6425,13984
-,,,,,,,,6426,14045
-,,,,,,,,6427,14307
-,,,,,,,,6428,14764
-,,,,,,,,6429,14133
-,,,,,,,,6430,13077
-,,,,,,,,6431,11697
-,,,,,,,,6432,10521
-,,,,,,,,6433,9727
-,,,,,,,,6434,9300
-,,,,,,,,6435,9086
-,,,,,,,,6436,9036
-,,,,,,,,6437,9314
-,,,,,,,,6438,10249
-,,,,,,,,6439,11985
-,,,,,,,,6440,13083
-,,,,,,,,6441,13667
-,,,,,,,,6442,14115
-,,,,,,,,6443,14512
-,,,,,,,,6444,14682
-,,,,,,,,6445,14713
-,,,,,,,,6446,14760
-,,,,,,,,6447,14669
-,,,,,,,,6448,14530
-,,,,,,,,6449,14618
-,,,,,,,,6450,14853
-,,,,,,,,6451,15171
-,,,,,,,,6452,15320
-,,,,,,,,6453,14686
-,,,,,,,,6454,13622
-,,,,,,,,6455,12244
-,,,,,,,,6456,11012
-,,,,,,,,6457,10176
-,,,,,,,,6458,9709
-,,,,,,,,6459,9418
-,,,,,,,,6460,9335
-,,,,,,,,6461,9549
-,,,,,,,,6462,10528
-,,,,,,,,6463,12307
-,,,,,,,,6464,13315
-,,,,,,,,6465,13758
-,,,,,,,,6466,14057
-,,,,,,,,6467,14315
-,,,,,,,,6468,14449
-,,,,,,,,6469,14461
-,,,,,,,,6470,14493
-,,,,,,,,6471,14404
-,,,,,,,,6472,14299
-,,,,,,,,6473,14258
-,,,,,,,,6474,14190
-,,,,,,,,6475,14423
-,,,,,,,,6476,14823
-,,,,,,,,6477,14230
-,,,,,,,,6478,13179
-,,,,,,,,6479,11835
-,,,,,,,,6480,10602
-,,,,,,,,6481,9769
-,,,,,,,,6482,9286
-,,,,,,,,6483,9026
-,,,,,,,,6484,8963
-,,,,,,,,6485,9185
-,,,,,,,,6486,10056
-,,,,,,,,6487,11826
-,,,,,,,,6488,12955
-,,,,,,,,6489,13484
-,,,,,,,,6490,13794
-,,,,,,,,6491,14032
-,,,,,,,,6492,14139
-,,,,,,,,6493,14112
-,,,,,,,,6494,14113
-,,,,,,,,6495,13970
-,,,,,,,,6496,13894
-,,,,,,,,6497,13951
-,,,,,,,,6498,14087
-,,,,,,,,6499,14304
-,,,,,,,,6500,14239
-,,,,,,,,6501,13622
-,,,,,,,,6502,12795
-,,,,,,,,6503,11730
-,,,,,,,,6504,10625
-,,,,,,,,6505,9774
-,,,,,,,,6506,9274
-,,,,,,,,6507,8984
-,,,,,,,,6508,8846
-,,,,,,,,6509,8873
-,,,,,,,,6510,9220
-,,,,,,,,6511,9875
-,,,,,,,,6512,10704
-,,,,,,,,6513,11689
-,,,,,,,,6514,12383
-,,,,,,,,6515,12735
-,,,,,,,,6516,12801
-,,,,,,,,6517,12718
-,,,,,,,,6518,12514
-,,,,,,,,6519,12350
-,,,,,,,,6520,12255
-,,,,,,,,6521,12370
-,,,,,,,,6522,12651
-,,,,,,,,6523,13069
-,,,,,,,,6524,13182
-,,,,,,,,6525,12741
-,,,,,,,,6526,12076
-,,,,,,,,6527,11189
-,,,,,,,,6528,10215
-,,,,,,,,6529,9456
-,,,,,,,,6530,8972
-,,,,,,,,6531,8696
-,,,,,,,,6532,8553
-,,,,,,,,6533,8555
-,,,,,,,,6534,8764
-,,,,,,,,6535,9219
-,,,,,,,,6536,9839
-,,,,,,,,6537,10823
-,,,,,,,,6538,11684
-,,,,,,,,6539,12225
-,,,,,,,,6540,12523
-,,,,,,,,6541,12656
-,,,,,,,,6542,12528
-,,,,,,,,6543,12438
-,,,,,,,,6544,12361
-,,,,,,,,6545,12536
-,,,,,,,,6546,12804
-,,,,,,,,6547,13323
-,,,,,,,,6548,13634
-,,,,,,,,6549,13090
-,,,,,,,,6550,12106
-,,,,,,,,6551,10995
-,,,,,,,,6552,9958
-,,,,,,,,6553,9218
-,,,,,,,,6554,8816
-,,,,,,,,6555,8647
-,,,,,,,,6556,8615
-,,,,,,,,6557,8903
-,,,,,,,,6558,9903
-,,,,,,,,6559,11715
-,,,,,,,,6560,12750
-,,,,,,,,6561,13170
-,,,,,,,,6562,13483
-,,,,,,,,6563,13767
-,,,,,,,,6564,13893
-,,,,,,,,6565,13905
-,,,,,,,,6566,13913
-,,,,,,,,6567,13823
-,,,,,,,,6568,13737
-,,,,,,,,6569,13779
-,,,,,,,,6570,14009
-,,,,,,,,6571,14533
-,,,,,,,,6572,14814
-,,,,,,,,6573,14172
-,,,,,,,,6574,13059
-,,,,,,,,6575,11677
-,,,,,,,,6576,10434
-,,,,,,,,6577,9607
-,,,,,,,,6578,9166
-,,,,,,,,6579,8947
-,,,,,,,,6580,8903
-,,,,,,,,6581,9160
-,,,,,,,,6582,10075
-,,,,,,,,6583,11905
-,,,,,,,,6584,12921
-,,,,,,,,6585,13353
-,,,,,,,,6586,13673
-,,,,,,,,6587,13997
-,,,,,,,,6588,14192
-,,,,,,,,6589,14216
-,,,,,,,,6590,14262
-,,,,,,,,6591,14156
-,,,,,,,,6592,14080
-,,,,,,,,6593,14169
-,,,,,,,,6594,14475
-,,,,,,,,6595,14949
-,,,,,,,,6596,14964
-,,,,,,,,6597,14297
-,,,,,,,,6598,13244
-,,,,,,,,6599,11874
-,,,,,,,,6600,10660
-,,,,,,,,6601,9831
-,,,,,,,,6602,9392
-,,,,,,,,6603,9190
-,,,,,,,,6604,9153
-,,,,,,,,6605,9399
-,,,,,,,,6606,10340
-,,,,,,,,6607,12200
-,,,,,,,,6608,13384
-,,,,,,,,6609,13805
-,,,,,,,,6610,14140
-,,,,,,,,6611,14436
-,,,,,,,,6612,14572
-,,,,,,,,6613,14540
-,,,,,,,,6614,14566
-,,,,,,,,6615,14473
-,,,,,,,,6616,14413
-,,,,,,,,6617,14507
-,,,,,,,,6618,14801
-,,,,,,,,6619,15270
-,,,,,,,,6620,15249
-,,,,,,,,6621,14676
-,,,,,,,,6622,13565
-,,,,,,,,6623,12274
-,,,,,,,,6624,11037
-,,,,,,,,6625,10122
-,,,,,,,,6626,9626
-,,,,,,,,6627,9379
-,,,,,,,,6628,9314
-,,,,,,,,6629,9537
-,,,,,,,,6630,10472
-,,,,,,,,6631,12357
-,,,,,,,,6632,13557
-,,,,,,,,6633,14017
-,,,,,,,,6634,14348
-,,,,,,,,6635,14623
-,,,,,,,,6636,14748
-,,,,,,,,6637,14711
-,,,,,,,,6638,14685
-,,,,,,,,6639,14532
-,,,,,,,,6640,14423
-,,,,,,,,6641,14506
-,,,,,,,,6642,14783
-,,,,,,,,6643,15227
-,,,,,,,,6644,15171
-,,,,,,,,6645,14568
-,,,,,,,,6646,13562
-,,,,,,,,6647,12247
-,,,,,,,,6648,10974
-,,,,,,,,6649,10112
-,,,,,,,,6650,9617
-,,,,,,,,6651,9335
-,,,,,,,,6652,9261
-,,,,,,,,6653,9477
-,,,,,,,,6654,10320
-,,,,,,,,6655,12051
-,,,,,,,,6656,13116
-,,,,,,,,6657,13617
-,,,,,,,,6658,14065
-,,,,,,,,6659,14476
-,,,,,,,,6660,14693
-,,,,,,,,6661,14733
-,,,,,,,,6662,14794
-,,,,,,,,6663,14733
-,,,,,,,,6664,14637
-,,,,,,,,6665,14524
-,,,,,,,,6666,14340
-,,,,,,,,6667,14648
-,,,,,,,,6668,14769
-,,,,,,,,6669,14176
-,,,,,,,,6670,13332
-,,,,,,,,6671,12229
-,,,,,,,,6672,11080
-,,,,,,,,6673,10188
-,,,,,,,,6674,9613
-,,,,,,,,6675,9285
-,,,,,,,,6676,9138
-,,,,,,,,6677,9144
-,,,,,,,,6678,9431
-,,,,,,,,6679,10066
-,,,,,,,,6680,10794
-,,,,,,,,6681,11815
-,,,,,,,,6682,12561
-,,,,,,,,6683,12975
-,,,,,,,,6684,13182
-,,,,,,,,6685,13199
-,,,,,,,,6686,13099
-,,,,,,,,6687,13009
-,,,,,,,,6688,12959
-,,,,,,,,6689,13071
-,,,,,,,,6690,13321
-,,,,,,,,6691,13585
-,,,,,,,,6692,13446
-,,,,,,,,6693,12887
-,,,,,,,,6694,12192
-,,,,,,,,6695,11233
-,,,,,,,,6696,10250
-,,,,,,,,6697,9465
-,,,,,,,,6698,8974
-,,,,,,,,6699,8694
-,,,,,,,,6700,8570
-,,,,,,,,6701,8572
-,,,,,,,,6702,8755
-,,,,,,,,6703,9171
-,,,,,,,,6704,9748
-,,,,,,,,6705,10681
-,,,,,,,,6706,11347
-,,,,,,,,6707,11709
-,,,,,,,,6708,11892
-,,,,,,,,6709,12019
-,,,,,,,,6710,12012
-,,,,,,,,6711,12015
-,,,,,,,,6712,12069
-,,,,,,,,6713,12291
-,,,,,,,,6714,12602
-,,,,,,,,6715,13254
-,,,,,,,,6716,13218
-,,,,,,,,6717,12715
-,,,,,,,,6718,11911
-,,,,,,,,6719,10950
-,,,,,,,,6720,10000
-,,,,,,,,6721,9282
-,,,,,,,,6722,8858
-,,,,,,,,6723,8659
-,,,,,,,,6724,8633
-,,,,,,,,6725,8851
-,,,,,,,,6726,9511
-,,,,,,,,6727,10657
-,,,,,,,,6728,11648
-,,,,,,,,6729,12451
-,,,,,,,,6730,12993
-,,,,,,,,6731,13307
-,,,,,,,,6732,13408
-,,,,,,,,6733,13323
-,,,,,,,,6734,13258
-,,,,,,,,6735,13168
-,,,,,,,,6736,13084
-,,,,,,,,6737,13257
-,,,,,,,,6738,13739
-,,,,,,,,6739,14529
-,,,,,,,,6740,14583
-,,,,,,,,6741,13937
-,,,,,,,,6742,12865
-,,,,,,,,6743,11543
-,,,,,,,,6744,10365
-,,,,,,,,6745,9552
-,,,,,,,,6746,9117
-,,,,,,,,6747,8917
-,,,,,,,,6748,8888
-,,,,,,,,6749,9158
-,,,,,,,,6750,10137
-,,,,,,,,6751,12051
-,,,,,,,,6752,13183
-,,,,,,,,6753,13528
-,,,,,,,,6754,13742
-,,,,,,,,6755,13909
-,,,,,,,,6756,13980
-,,,,,,,,6757,13927
-,,,,,,,,6758,13913
-,,,,,,,,6759,13786
-,,,,,,,,6760,13699
-,,,,,,,,6761,13822
-,,,,,,,,6762,14228
-,,,,,,,,6763,14932
-,,,,,,,,6764,14905
-,,,,,,,,6765,14237
-,,,,,,,,6766,13126
-,,,,,,,,6767,11732
-,,,,,,,,6768,10495
-,,,,,,,,6769,9701
-,,,,,,,,6770,9266
-,,,,,,,,6771,9053
-,,,,,,,,6772,9002
-,,,,,,,,6773,9251
-,,,,,,,,6774,10193
-,,,,,,,,6775,12088
-,,,,,,,,6776,13274
-,,,,,,,,6777,13612
-,,,,,,,,6778,13830
-,,,,,,,,6779,14033
-,,,,,,,,6780,14127
-,,,,,,,,6781,14106
-,,,,,,,,6782,14108
-,,,,,,,,6783,14026
-,,,,,,,,6784,13977
-,,,,,,,,6785,14130
-,,,,,,,,6786,14451
-,,,,,,,,6787,14993
-,,,,,,,,6788,14949
-,,,,,,,,6789,14282
-,,,,,,,,6790,13200
-,,,,,,,,6791,11818
-,,,,,,,,6792,10565
-,,,,,,,,6793,9738
-,,,,,,,,6794,9296
-,,,,,,,,6795,9054
-,,,,,,,,6796,9032
-,,,,,,,,6797,9300
-,,,,,,,,6798,10258
-,,,,,,,,6799,12148
-,,,,,,,,6800,13149
-,,,,,,,,6801,13423
-,,,,,,,,6802,13551
-,,,,,,,,6803,13620
-,,,,,,,,6804,13608
-,,,,,,,,6805,13521
-,,,,,,,,6806,13489
-,,,,,,,,6807,13321
-,,,,,,,,6808,13219
-,,,,,,,,6809,13269
-,,,,,,,,6810,13569
-,,,,,,,,6811,14436
-,,,,,,,,6812,14679
-,,,,,,,,6813,14156
-,,,,,,,,6814,13140
-,,,,,,,,6815,11904
-,,,,,,,,6816,10710
-,,,,,,,,6817,9839
-,,,,,,,,6818,9386
-,,,,,,,,6819,9156
-,,,,,,,,6820,9112
-,,,,,,,,6821,9349
-,,,,,,,,6822,10301
-,,,,,,,,6823,12156
-,,,,,,,,6824,13194
-,,,,,,,,6825,13500
-,,,,,,,,6826,13771
-,,,,,,,,6827,13997
-,,,,,,,,6828,14044
-,,,,,,,,6829,13914
-,,,,,,,,6830,13796
-,,,,,,,,6831,13515
-,,,,,,,,6832,13304
-,,,,,,,,6833,13323
-,,,,,,,,6834,13615
-,,,,,,,,6835,14369
-,,,,,,,,6836,14454
-,,,,,,,,6837,13965
-,,,,,,,,6838,13219
-,,,,,,,,6839,12145
-,,,,,,,,6840,11057
-,,,,,,,,6841,10225
-,,,,,,,,6842,9782
-,,,,,,,,6843,9561
-,,,,,,,,6844,9478
-,,,,,,,,6845,9595
-,,,,,,,,6846,10016
-,,,,,,,,6847,10765
-,,,,,,,,6848,11576
-,,,,,,,,6849,12419
-,,,,,,,,6850,12799
-,,,,,,,,6851,12853
-,,,,,,,,6852,12679
-,,,,,,,,6853,12411
-,,,,,,,,6854,12119
-,,,,,,,,6855,11889
-,,,,,,,,6856,11825
-,,,,,,,,6857,12020
-,,,,,,,,6858,12528
-,,,,,,,,6859,13466
-,,,,,,,,6860,13491
-,,,,,,,,6861,13089
-,,,,,,,,6862,12430
-,,,,,,,,6863,11539
-,,,,,,,,6864,10596
-,,,,,,,,6865,9831
-,,,,,,,,6866,9311
-,,,,,,,,6867,9054
-,,,,,,,,6868,8917
-,,,,,,,,6869,8918
-,,,,,,,,6870,9146
-,,,,,,,,6871,9636
-,,,,,,,,6872,10315
-,,,,,,,,6873,11271
-,,,,,,,,6874,12062
-,,,,,,,,6875,12512
-,,,,,,,,6876,12760
-,,,,,,,,6877,12815
-,,,,,,,,6878,12661
-,,,,,,,,6879,12461
-,,,,,,,,6880,12366
-,,,,,,,,6881,12526
-,,,,,,,,6882,12924
-,,,,,,,,6883,13747
-,,,,,,,,6884,13805
-,,,,,,,,6885,13269
-,,,,,,,,6886,12247
-,,,,,,,,6887,11122
-,,,,,,,,6888,10107
-,,,,,,,,6889,9398
-,,,,,,,,6890,9043
-,,,,,,,,6891,8888
-,,,,,,,,6892,8883
-,,,,,,,,6893,9166
-,,,,,,,,6894,10164
-,,,,,,,,6895,12056
-,,,,,,,,6896,13156
-,,,,,,,,6897,13510
-,,,,,,,,6898,13922
-,,,,,,,,6899,14204
-,,,,,,,,6900,14323
-,,,,,,,,6901,14304
-,,,,,,,,6902,14320
-,,,,,,,,6903,14189
-,,,,,,,,6904,14090
-,,,,,,,,6905,14178
-,,,,,,,,6906,14605
-,,,,,,,,6907,15321
-,,,,,,,,6908,15106
-,,,,,,,,6909,14371
-,,,,,,,,6910,13249
-,,,,,,,,6911,11874
-,,,,,,,,6912,10677
-,,,,,,,,6913,9858
-,,,,,,,,6914,9386
-,,,,,,,,6915,9120
-,,,,,,,,6916,9014
-,,,,,,,,6917,9190
-,,,,,,,,6918,10058
-,,,,,,,,6919,11888
-,,,,,,,,6920,13017
-,,,,,,,,6921,13231
-,,,,,,,,6922,13386
-,,,,,,,,6923,13575
-,,,,,,,,6924,13620
-,,,,,,,,6925,13524
-,,,,,,,,6926,13483
-,,,,,,,,6927,13312
-,,,,,,,,6928,13201
-,,,,,,,,6929,13324
-,,,,,,,,6930,13740
-,,,,,,,,6931,14689
-,,,,,,,,6932,14711
-,,,,,,,,6933,14126
-,,,,,,,,6934,13046
-,,,,,,,,6935,11841
-,,,,,,,,6936,10700
-,,,,,,,,6937,9824
-,,,,,,,,6938,9407
-,,,,,,,,6939,9226
-,,,,,,,,6940,9211
-,,,,,,,,6941,9509
-,,,,,,,,6942,10513
-,,,,,,,,6943,12477
-,,,,,,,,6944,13504
-,,,,,,,,6945,13686
-,,,,,,,,6946,13692
-,,,,,,,,6947,13731
-,,,,,,,,6948,13674
-,,,,,,,,6949,13577
-,,,,,,,,6950,13543
-,,,,,,,,6951,13408
-,,,,,,,,6952,13306
-,,,,,,,,6953,13361
-,,,,,,,,6954,13756
-,,,,,,,,6955,14711
-,,,,,,,,6956,14701
-,,,,,,,,6957,14124
-,,,,,,,,6958,13100
-,,,,,,,,6959,11697
-,,,,,,,,6960,10539
-,,,,,,,,6961,9752
-,,,,,,,,6962,9339
-,,,,,,,,6963,9161
-,,,,,,,,6964,9117
-,,,,,,,,6965,9403
-,,,,,,,,6966,10389
-,,,,,,,,6967,12357
-,,,,,,,,6968,13419
-,,,,,,,,6969,13599
-,,,,,,,,6970,13673
-,,,,,,,,6971,13767
-,,,,,,,,6972,13130
-,,,,,,,,6973,13386
-,,,,,,,,6974,13375
-,,,,,,,,6975,13724
-,,,,,,,,6976,12889
-,,,,,,,,6977,13466
-,,,,,,,,6978,13785
-,,,,,,,,6979,14660
-,,,,,,,,6980,14653
-,,,,,,,,6981,14059
-,,,,,,,,6982,13056
-,,,,,,,,6983,11741
-,,,,,,,,6984,10531
-,,,,,,,,6985,9705
-,,,,,,,,6986,9258
-,,,,,,,,6987,9046
-,,,,,,,,6988,8998
-,,,,,,,,6989,9240
-,,,,,,,,6990,10148
-,,,,,,,,6991,11994
-,,,,,,,,6992,13237
-,,,,,,,,6993,13673
-,,,,,,,,6994,13984
-,,,,,,,,6995,14239
-,,,,,,,,6996,14308
-,,,,,,,,6997,14230
-,,,,,,,,6998,14215
-,,,,,,,,6999,14095
-,,,,,,,,7000,14014
-,,,,,,,,7001,14124
-,,,,,,,,7002,14475
-,,,,,,,,7003,14812
-,,,,,,,,7004,14451
-,,,,,,,,7005,13875
-,,,,,,,,7006,13060
-,,,,,,,,7007,11969
-,,,,,,,,7008,10825
-,,,,,,,,7009,9966
-,,,,,,,,7010,9474
-,,,,,,,,7011,9183
-,,,,,,,,7012,9057
-,,,,,,,,7013,9095
-,,,,,,,,7014,9398
-,,,,,,,,7015,10098
-,,,,,,,,7016,10924
-,,,,,,,,7017,11869
-,,,,,,,,7018,12599
-,,,,,,,,7019,12963
-,,,,,,,,7020,13059
-,,,,,,,,7021,12957
-,,,,,,,,7022,12744
-,,,,,,,,7023,12489
-,,,,,,,,7024,12329
-,,,,,,,,7025,12366
-,,,,,,,,7026,12630
-,,,,,,,,7027,13394
-,,,,,,,,7028,13221
-,,,,,,,,7029,12742
-,,,,,,,,7030,12050
-,,,,,,,,7031,11141
-,,,,,,,,7032,10192
-,,,,,,,,7033,9412
-,,,,,,,,7034,8905
-,,,,,,,,7035,8636
-,,,,,,,,7036,8492
-,,,,,,,,7037,8502
-,,,,,,,,7038,8708
-,,,,,,,,7039,9196
-,,,,,,,,7040,9761
-,,,,,,,,7041,10650
-,,,,,,,,7042,11346
-,,,,,,,,7043,11682
-,,,,,,,,7044,11861
-,,,,,,,,7045,11925
-,,,,,,,,7046,11848
-,,,,,,,,7047,11789
-,,,,,,,,7048,11821
-,,,,,,,,7049,12112
-,,,,,,,,7050,12677
-,,,,,,,,7051,13657
-,,,,,,,,7052,13420
-,,,,,,,,7053,12952
-,,,,,,,,7054,11985
-,,,,,,,,7055,10850
-,,,,,,,,7056,9830
-,,,,,,,,7057,9118
-,,,,,,,,7058,8758
-,,,,,,,,7059,8613
-,,,,,,,,7060,8622
-,,,,,,,,7061,8906
-,,,,,,,,7062,9909
-,,,,,,,,7063,11852
-,,,,,,,,7064,12912
-,,,,,,,,7065,13175
-,,,,,,,,7066,13426
-,,,,,,,,7067,13644
-,,,,,,,,7068,13724
-,,,,,,,,7069,13662
-,,,,,,,,7070,13644
-,,,,,,,,7071,13507
-,,,,,,,,7072,13402
-,,,,,,,,7073,13489
-,,,,,,,,7074,13915
-,,,,,,,,7075,14859
-,,,,,,,,7076,14698
-,,,,,,,,7077,13967
-,,,,,,,,7078,12884
-,,,,,,,,7079,11595
-,,,,,,,,7080,10415
-,,,,,,,,7081,9548
-,,,,,,,,7082,9096
-,,,,,,,,7083,8871
-,,,,,,,,7084,8847
-,,,,,,,,7085,9077
-,,,,,,,,7086,10090
-,,,,,,,,7087,12035
-,,,,,,,,7088,13065
-,,,,,,,,7089,13270
-,,,,,,,,7090,13406
-,,,,,,,,7091,13558
-,,,,,,,,7092,13623
-,,,,,,,,7093,13581
-,,,,,,,,7094,13599
-,,,,,,,,7095,13470
-,,,,,,,,7096,13382
-,,,,,,,,7097,13509
-,,,,,,,,7098,14049
-,,,,,,,,7099,14938
-,,,,,,,,7100,14688
-,,,,,,,,7101,14001
-,,,,,,,,7102,12952
-,,,,,,,,7103,11585
-,,,,,,,,7104,10394
-,,,,,,,,7105,9622
-,,,,,,,,7106,9201
-,,,,,,,,7107,8983
-,,,,,,,,7108,8930
-,,,,,,,,7109,9185
-,,,,,,,,7110,10145
-,,,,,,,,7111,12120
-,,,,,,,,7112,13238
-,,,,,,,,7113,13463
-,,,,,,,,7114,13617
-,,,,,,,,7115,13726
-,,,,,,,,7116,13737
-,,,,,,,,7117,13688
-,,,,,,,,7118,13661
-,,,,,,,,7119,13513
-,,,,,,,,7120,13411
-,,,,,,,,7121,13562
-,,,,,,,,7122,14139
-,,,,,,,,7123,14918
-,,,,,,,,7124,14689
-,,,,,,,,7125,14047
-,,,,,,,,7126,13044
-,,,,,,,,7127,11652
-,,,,,,,,7128,10476
-,,,,,,,,7129,9677
-,,,,,,,,7130,9258
-,,,,,,,,7131,9057
-,,,,,,,,7132,9032
-,,,,,,,,7133,9282
-,,,,,,,,7134,10273
-,,,,,,,,7135,12228
-,,,,,,,,7136,13265
-,,,,,,,,7137,13411
-,,,,,,,,7138,13550
-,,,,,,,,7139,13675
-,,,,,,,,7140,13688
-,,,,,,,,7141,13599
-,,,,,,,,7142,13566
-,,,,,,,,7143,13409
-,,,,,,,,7144,13295
-,,,,,,,,7145,13382
-,,,,,,,,7146,13866
-,,,,,,,,7147,14766
-,,,,,,,,7148,14612
-,,,,,,,,7149,14030
-,,,,,,,,7150,13052
-,,,,,,,,7151,11728
-,,,,,,,,7152,10524
-,,,,,,,,7153,9719
-,,,,,,,,7154,9261
-,,,,,,,,7155,9045
-,,,,,,,,7156,9012
-,,,,,,,,7157,9246
-,,,,,,,,7158,10192
-,,,,,,,,7159,12059
-,,,,,,,,7160,13140
-,,,,,,,,7161,13386
-,,,,,,,,7162,13602
-,,,,,,,,7163,13758
-,,,,,,,,7164,13770
-,,,,,,,,7165,13661
-,,,,,,,,7166,13583
-,,,,,,,,7167,13428
-,,,,,,,,7168,13287
-,,,,,,,,7169,13271
-,,,,,,,,7170,13601
-,,,,,,,,7171,14262
-,,,,,,,,7172,13951
-,,,,,,,,7173,13400
-,,,,,,,,7174,12604
-,,,,,,,,7175,11533
-,,,,,,,,7176,10431
-,,,,,,,,7177,9610
-,,,,,,,,7178,9125
-,,,,,,,,7179,8857
-,,,,,,,,7180,8729
-,,,,,,,,7181,8783
-,,,,,,,,7182,9146
-,,,,,,,,7183,9900
-,,,,,,,,7184,10707
-,,,,,,,,7185,11607
-,,,,,,,,7186,12219
-,,,,,,,,7187,12494
-,,,,,,,,7188,12498
-,,,,,,,,7189,12412
-,,,,,,,,7190,12240
-,,,,,,,,7191,12051
-,,,,,,,,7192,11963
-,,,,,,,,7193,12089
-,,,,,,,,7194,12680
-,,,,,,,,7195,13478
-,,,,,,,,7196,13183
-,,,,,,,,7197,12691
-,,,,,,,,7198,12008
-,,,,,,,,7199,11146
-,,,,,,,,7200,10216
-,,,,,,,,7201,9476
-,,,,,,,,7202,8988
-,,,,,,,,7203,8693
-,,,,,,,,7204,8553
-,,,,,,,,7205,8550
-,,,,,,,,7206,8769
-,,,,,,,,7207,9286
-,,,,,,,,7208,10003
-,,,,,,,,7209,10945
-,,,,,,,,7210,11782
-,,,,,,,,7211,12266
-,,,,,,,,7212,12557
-,,,,,,,,7213,12734
-,,,,,,,,7214,12708
-,,,,,,,,7215,12664
-,,,,,,,,7216,12686
-,,,,,,,,7217,13030
-,,,,,,,,7218,13778
-,,,,,,,,7219,14403
-,,,,,,,,7220,14081
-,,,,,,,,7221,13416
-,,,,,,,,7222,12503
-,,,,,,,,7223,11455
-,,,,,,,,7224,10441
-,,,,,,,,7225,9598
-,,,,,,,,7226,9114
-,,,,,,,,7227,8861
-,,,,,,,,7228,8801
-,,,,,,,,7229,9013
-,,,,,,,,7230,9818
-,,,,,,,,7231,11194
-,,,,,,,,7232,12307
-,,,,,,,,7233,13104
-,,,,,,,,7234,13779
-,,,,,,,,7235,14160
-,,,,,,,,7236,14258
-,,,,,,,,7237,14078
-,,,,,,,,7238,13784
-,,,,,,,,7239,13181
-,,,,,,,,7240,12554
-,,,,,,,,7241,12238
-,,,,,,,,7242,12269
-,,,,,,,,7243,11921
-,,,,,,,,7244,11075
-,,,,,,,,7245,10344
-,,,,,,,,7246,9649
-,,,,,,,,7247,8877
-,,,,,,,,7248,8169
-,,,,,,,,7249,7673
-,,,,,,,,7250,7404
-,,,,,,,,7251,7258
-,,,,,,,,7252,7249
-,,,,,,,,7253,7459
-,,,,,,,,7254,8094
-,,,,,,,,7255,9283
-,,,,,,,,7256,10300
-,,,,,,,,7257,10938
-,,,,,,,,7258,11441
-,,,,,,,,7259,11849
-,,,,,,,,7260,12056
-,,,,,,,,7261,12168
-,,,,,,,,7262,12204
-,,,,,,,,7263,12108
-,,,,,,,,7264,12117
-,,,,,,,,7265,12380
-,,,,,,,,7266,13062
-,,,,,,,,7267,13488
-,,,,,,,,7268,13131
-,,,,,,,,7269,12562
-,,,,,,,,7270,11595
-,,,,,,,,7271,10531
-,,,,,,,,7272,9565
-,,,,,,,,7273,8921
-,,,,,,,,7274,8555
-,,,,,,,,7275,8355
-,,,,,,,,7276,8316
-,,,,,,,,7277,8534
-,,,,,,,,7278,9374
-,,,,,,,,7279,11041
-,,,,,,,,7280,12131
-,,,,,,,,7281,12400
-,,,,,,,,7282,12655
-,,,,,,,,7283,12868
-,,,,,,,,7284,12947
-,,,,,,,,7285,12905
-,,,,,,,,7286,12880
-,,,,,,,,7287,12773
-,,,,,,,,7288,12724
-,,,,,,,,7289,12876
-,,,,,,,,7290,13237
-,,,,,,,,7291,13491
-,,,,,,,,7292,13213
-,,,,,,,,7293,12888
-,,,,,,,,7294,12147
-,,,,,,,,7295,11026
-,,,,,,,,7296,9979
-,,,,,,,,7297,9294
-,,,,,,,,7298,8930
-,,,,,,,,7299,8731
-,,,,,,,,7300,8688
-,,,,,,,,7301,8940
-,,,,,,,,7302,9842
-,,,,,,,,7303,11601
-,,,,,,,,7304,12680
-,,,,,,,,7305,12865
-,,,,,,,,7306,13025
-,,,,,,,,7307,13141
-,,,,,,,,7308,13135
-,,,,,,,,7309,13056
-,,,,,,,,7310,13013
-,,,,,,,,7311,12891
-,,,,,,,,7312,12850
-,,,,,,,,7313,13079
-,,,,,,,,7314,13818
-,,,,,,,,7315,14454
-,,,,,,,,7316,14214
-,,,,,,,,7317,13643
-,,,,,,,,7318,12713
-,,,,,,,,7319,11475
-,,,,,,,,7320,10370
-,,,,,,,,7321,9599
-,,,,,,,,7322,9174
-,,,,,,,,7323,8941
-,,,,,,,,7324,8894
-,,,,,,,,7325,9132
-,,,,,,,,7326,10042
-,,,,,,,,7327,11819
-,,,,,,,,7328,12973
-,,,,,,,,7329,13193
-,,,,,,,,7330,13342
-,,,,,,,,7331,13449
-,,,,,,,,7332,13344
-,,,,,,,,7333,13230
-,,,,,,,,7334,13212
-,,,,,,,,7335,13081
-,,,,,,,,7336,13006
-,,,,,,,,7337,13219
-,,,,,,,,7338,13827
-,,,,,,,,7339,14309
-,,,,,,,,7340,13967
-,,,,,,,,7341,13445
-,,,,,,,,7342,12703
-,,,,,,,,7343,11695
-,,,,,,,,7344,10651
-,,,,,,,,7345,9858
-,,,,,,,,7346,9370
-,,,,,,,,7347,9134
-,,,,,,,,7348,9024
-,,,,,,,,7349,9097
-,,,,,,,,7350,9451
-,,,,,,,,7351,10192
-,,,,,,,,7352,10992
-,,,,,,,,7353,11773
-,,,,,,,,7354,12321
-,,,,,,,,7355,12502
-,,,,,,,,7356,12438
-,,,,,,,,7357,12277
-,,,,,,,,7358,12059
-,,,,,,,,7359,11890
-,,,,,,,,7360,11824
-,,,,,,,,7361,12110
-,,,,,,,,7362,12895
-,,,,,,,,7363,13604
-,,,,,,,,7364,13317
-,,,,,,,,7365,12908
-,,,,,,,,7366,12308
-,,,,,,,,7367,11502
-,,,,,,,,7368,10655
-,,,,,,,,7369,9880
-,,,,,,,,7370,9252
-,,,,,,,,7371,8978
-,,,,,,,,7372,8963
-,,,,,,,,7373,9120
-,,,,,,,,7374,9509
-,,,,,,,,7375,10059
-,,,,,,,,7376,10863
-,,,,,,,,7377,11662
-,,,,,,,,7378,12053
-,,,,,,,,7379,12100
-,,,,,,,,7380,12059
-,,,,,,,,7381,11984
-,,,,,,,,7382,11895
-,,,,,,,,7383,11862
-,,,,,,,,7384,12074
-,,,,,,,,7385,13202
-,,,,,,,,7386,14215
-,,,,,,,,7387,14247
-,,,,,,,,7388,13811
-,,,,,,,,7389,13347
-,,,,,,,,7390,12164
-,,,,,,,,7391,11027
-,,,,,,,,7392,10070
-,,,,,,,,7393,9643
-,,,,,,,,7394,9357
-,,,,,,,,7395,9250
-,,,,,,,,7396,9313
-,,,,,,,,7397,9708
-,,,,,,,,7398,10869
-,,,,,,,,7399,12786
-,,,,,,,,7400,13815
-,,,,,,,,7401,14064
-,,,,,,,,7402,14182
-,,,,,,,,7403,14213
-,,,,,,,,7404,14162
-,,,,,,,,7405,14041
-,,,,,,,,7406,13942
-,,,,,,,,7407,13706
-,,,,,,,,7408,13817
-,,,,,,,,7409,14831
-,,,,,,,,7410,16058
-,,,,,,,,7411,15980
-,,,,,,,,7412,15541
-,,,,,,,,7413,14872
-,,,,,,,,7414,13830
-,,,,,,,,7415,12569
-,,,,,,,,7416,11428
-,,,,,,,,7417,10734
-,,,,,,,,7418,10394
-,,,,,,,,7419,10277
-,,,,,,,,7420,10324
-,,,,,,,,7421,10692
-,,,,,,,,7422,11833
-,,,,,,,,7423,13457
-,,,,,,,,7424,14263
-,,,,,,,,7425,14408
-,,,,,,,,7426,14388
-,,,,,,,,7427,14342
-,,,,,,,,7428,14254
-,,,,,,,,7429,14088
-,,,,,,,,7430,13973
-,,,,,,,,7431,13852
-,,,,,,,,7432,13894
-,,,,,,,,7433,14750
-,,,,,,,,7434,16089
-,,,,,,,,7435,16106
-,,,,,,,,7436,15789
-,,,,,,,,7437,15154
-,,,,,,,,7438,14163
-,,,,,,,,7439,12922
-,,,,,,,,7440,11854
-,,,,,,,,7441,11298
-,,,,,,,,7442,10841
-,,,,,,,,7443,10539
-,,,,,,,,7444,10460
-,,,,,,,,7445,10867
-,,,,,,,,7446,11869
-,,,,,,,,7447,13687
-,,,,,,,,7448,14544
-,,,,,,,,7449,14878
-,,,,,,,,7450,15071
-,,,,,,,,7451,15215
-,,,,,,,,7452,15333
-,,,,,,,,7453,15331
-,,,,,,,,7454,15393
-,,,,,,,,7455,15447
-,,,,,,,,7456,15762
-,,,,,,,,7457,16508
-,,,,,,,,7458,17259
-,,,,,,,,7459,17206
-,,,,,,,,7460,16537
-,,,,,,,,7461,15923
-,,,,,,,,7462,14658
-,,,,,,,,7463,13225
-,,,,,,,,7464,12051
-,,,,,,,,7465,11220
-,,,,,,,,7466,10828
-,,,,,,,,7467,10627
-,,,,,,,,7468,10629
-,,,,,,,,7469,10944
-,,,,,,,,7470,11968
-,,,,,,,,7471,13617
-,,,,,,,,7472,14616
-,,,,,,,,7473,15053
-,,,,,,,,7474,15186
-,,,,,,,,7475,15319
-,,,,,,,,7476,15345
-,,,,,,,,7477,15213
-,,,,,,,,7478,15168
-,,,,,,,,7479,15037
-,,,,,,,,7480,15135
-,,,,,,,,7481,15940
-,,,,,,,,7482,16628
-,,,,,,,,7483,16406
-,,,,,,,,7484,15972
-,,,,,,,,7485,15294
-,,,,,,,,7486,14161
-,,,,,,,,7487,12813
-,,,,,,,,7488,11590
-,,,,,,,,7489,10858
-,,,,,,,,7490,10449
-,,,,,,,,7491,10228
-,,,,,,,,7492,10214
-,,,,,,,,7493,10539
-,,,,,,,,7494,11576
-,,,,,,,,7495,13267
-,,,,,,,,7496,14096
-,,,,,,,,7497,14242
-,,,,,,,,7498,14226
-,,,,,,,,7499,14202
-,,,,,,,,7500,14074
-,,,,,,,,7501,13826
-,,,,,,,,7502,13695
-,,,,,,,,7503,13542
-,,,,,,,,7504,13538
-,,,,,,,,7505,14296
-,,,,,,,,7506,15291
-,,,,,,,,7507,15089
-,,,,,,,,7508,14610
-,,,,,,,,7509,14056
-,,,,,,,,7510,13260
-,,,,,,,,7511,12228
-,,,,,,,,7512,11195
-,,,,,,,,7513,10396
-,,,,,,,,7514,9974
-,,,,,,,,7515,9731
-,,,,,,,,7516,9645
-,,,,,,,,7517,9772
-,,,,,,,,7518,10192
-,,,,,,,,7519,10851
-,,,,,,,,7520,11633
-,,,,,,,,7521,12408
-,,,,,,,,7522,12766
-,,,,,,,,7523,12791
-,,,,,,,,7524,12640
-,,,,,,,,7525,12410
-,,,,,,,,7526,12169
-,,,,,,,,7527,12028
-,,,,,,,,7528,12125
-,,,,,,,,7529,13080
-,,,,,,,,7530,14130
-,,,,,,,,7531,13942
-,,,,,,,,7532,13534
-,,,,,,,,7533,13071
-,,,,,,,,7534,12424
-,,,,,,,,7535,11586
-,,,,,,,,7536,10693
-,,,,,,,,7537,10014
-,,,,,,,,7538,9568
-,,,,,,,,7539,9319
-,,,,,,,,7540,9209
-,,,,,,,,7541,9266
-,,,,,,,,7542,9518
-,,,,,,,,7543,9966
-,,,,,,,,7544,10629
-,,,,,,,,7545,11487
-,,,,,,,,7546,11985
-,,,,,,,,7547,12169
-,,,,,,,,7548,12218
-,,,,,,,,7549,12194
-,,,,,,,,7550,12033
-,,,,,,,,7551,11893
-,,,,,,,,7552,11942
-,,,,,,,,7553,12926
-,,,,,,,,7554,14071
-,,,,,,,,7555,13893
-,,,,,,,,7556,13430
-,,,,,,,,7557,12850
-,,,,,,,,7558,12019
-,,,,,,,,7559,11045
-,,,,,,,,7560,10138
-,,,,,,,,7561,9502
-,,,,,,,,7562,9143
-,,,,,,,,7563,8972
-,,,,,,,,7564,8979
-,,,,,,,,7565,9258
-,,,,,,,,7566,10109
-,,,,,,,,7567,11389
-,,,,,,,,7568,12398
-,,,,,,,,7569,13059
-,,,,,,,,7570,13433
-,,,,,,,,7571,13654
-,,,,,,,,7572,13705
-,,,,,,,,7573,13642
-,,,,,,,,7574,13579
-,,,,,,,,7575,13477
-,,,,,,,,7576,13490
-,,,,,,,,7577,14452
-,,,,,,,,7578,15467
-,,,,,,,,7579,15217
-,,,,,,,,7580,14677
-,,,,,,,,7581,13942
-,,,,,,,,7582,12848
-,,,,,,,,7583,11555
-,,,,,,,,7584,10466
-,,,,,,,,7585,9704
-,,,,,,,,7586,9277
-,,,,,,,,7587,9052
-,,,,,,,,7588,9033
-,,,,,,,,7589,9304
-,,,,,,,,7590,10311
-,,,,,,,,7591,12109
-,,,,,,,,7592,13178
-,,,,,,,,7593,13475
-,,,,,,,,7594,13692
-,,,,,,,,7595,13906
-,,,,,,,,7596,13980
-,,,,,,,,7597,13956
-,,,,,,,,7598,13965
-,,,,,,,,7599,13896
-,,,,,,,,7600,14036
-,,,,,,,,7601,14858
-,,,,,,,,7602,15754
-,,,,,,,,7603,15614
-,,,,,,,,7604,15185
-,,,,,,,,7605,14544
-,,,,,,,,7606,13549
-,,,,,,,,7607,12242
-,,,,,,,,7608,11104
-,,,,,,,,7609,10378
-,,,,,,,,7610,9988
-,,,,,,,,7611,9825
-,,,,,,,,7612,9844
-,,,,,,,,7613,10198
-,,,,,,,,7614,11313
-,,,,,,,,7615,13196
-,,,,,,,,7616,14099
-,,,,,,,,7617,14204
-,,,,,,,,7618,14156
-,,,,,,,,7619,14122
-,,,,,,,,7620,14006
-,,,,,,,,7621,13845
-,,,,,,,,7622,13736
-,,,,,,,,7623,13662
-,,,,,,,,7624,13809
-,,,,,,,,7625,14797
-,,,,,,,,7626,16003
-,,,,,,,,7627,15949
-,,,,,,,,7628,15583
-,,,,,,,,7629,15015
-,,,,,,,,7630,14027
-,,,,,,,,7631,12748
-,,,,,,,,7632,11581
-,,,,,,,,7633,10812
-,,,,,,,,7634,10427
-,,,,,,,,7635,10250
-,,,,,,,,7636,10295
-,,,,,,,,7637,10632
-,,,,,,,,7638,11684
-,,,,,,,,7639,13548
-,,,,,,,,7640,14485
-,,,,,,,,7641,14633
-,,,,,,,,7642,14643
-,,,,,,,,7643,14606
-,,,,,,,,7644,14465
-,,,,,,,,7645,14269
-,,,,,,,,7646,14200
-,,,,,,,,7647,14084
-,,,,,,,,7648,14254
-,,,,,,,,7649,15297
-,,,,,,,,7650,16224
-,,,,,,,,7651,16132
-,,,,,,,,7652,15753
-,,,,,,,,7653,15149
-,,,,,,,,7654,14134
-,,,,,,,,7655,12844
-,,,,,,,,7656,11655
-,,,,,,,,7657,10904
-,,,,,,,,7658,10506
-,,,,,,,,7659,10298
-,,,,,,,,7660,10315
-,,,,,,,,7661,10625
-,,,,,,,,7662,11658
-,,,,,,,,7663,13437
-,,,,,,,,7664,14358
-,,,,,,,,7665,14532
-,,,,,,,,7666,14488
-,,,,,,,,7667,14429
-,,,,,,,,7668,14251
-,,,,,,,,7669,14064
-,,,,,,,,7670,13992
-,,,,,,,,7671,13878
-,,,,,,,,7672,13935
-,,,,,,,,7673,14848
-,,,,,,,,7674,15660
-,,,,,,,,7675,15447
-,,,,,,,,7676,15002
-,,,,,,,,7677,14500
-,,,,,,,,7678,13739
-,,,,,,,,7679,12750
-,,,,,,,,7680,11696
-,,,,,,,,7681,10884
-,,,,,,,,7682,10432
-,,,,,,,,7683,10224
-,,,,,,,,7684,10170
-,,,,,,,,7685,10283
-,,,,,,,,7686,10728
-,,,,,,,,7687,11443
-,,,,,,,,7688,12212
-,,,,,,,,7689,12906
-,,,,,,,,7690,13240
-,,,,,,,,7691,13222
-,,,,,,,,7692,13055
-,,,,,,,,7693,12797
-,,,,,,,,7694,12529
-,,,,,,,,7695,12358
-,,,,,,,,7696,12505
-,,,,,,,,7697,13550
-,,,,,,,,7698,14602
-,,,,,,,,7699,14451
-,,,,,,,,7700,14059
-,,,,,,,,7701,13638
-,,,,,,,,7702,13017
-,,,,,,,,7703,12241
-,,,,,,,,7704,11372
-,,,,,,,,7705,10676
-,,,,,,,,7706,10273
-,,,,,,,,7707,10078
-,,,,,,,,7708,10009
-,,,,,,,,7709,10097
-,,,,,,,,7710,10427
-,,,,,,,,7711,10955
-,,,,,,,,7712,11598
-,,,,,,,,7713,12329
-,,,,,,,,7714,12711
-,,,,,,,,7715,12804
-,,,,,,,,7716,12791
-,,,,,,,,7717,12686
-,,,,,,,,7718,12548
-,,,,,,,,7719,12486
-,,,,,,,,7720,12777
-,,,,,,,,7721,14017
-,,,,,,,,7722,15116
-,,,,,,,,7723,15049
-,,,,,,,,7724,14652
-,,,,,,,,7725,14130
-,,,,,,,,7726,13209
-,,,,,,,,7727,12128
-,,,,,,,,7728,11163
-,,,,,,,,7729,10531
-,,,,,,,,7730,10216
-,,,,,,,,7731,10112
-,,,,,,,,7732,10175
-,,,,,,,,7733,10560
-,,,,,,,,7734,11666
-,,,,,,,,7735,13575
-,,,,,,,,7736,14544
-,,,,,,,,7737,14698
-,,,,,,,,7738,14632
-,,,,,,,,7739,14562
-,,,,,,,,7740,14419
-,,,,,,,,7741,14190
-,,,,,,,,7742,14064
-,,,,,,,,7743,13915
-,,,,,,,,7744,14020
-,,,,,,,,7745,15079
-,,,,,,,,7746,16177
-,,,,,,,,7747,16111
-,,,,,,,,7748,15743
-,,,,,,,,7749,15154
-,,,,,,,,7750,14118
-,,,,,,,,7751,12836
-,,,,,,,,7752,11636
-,,,,,,,,7753,10867
-,,,,,,,,7754,10471
-,,,,,,,,7755,10336
-,,,,,,,,7756,10367
-,,,,,,,,7757,10721
-,,,,,,,,7758,11836
-,,,,,,,,7759,13652
-,,,,,,,,7760,14514
-,,,,,,,,7761,14623
-,,,,,,,,7762,14532
-,,,,,,,,7763,14421
-,,,,,,,,7764,14265
-,,,,,,,,7765,14096
-,,,,,,,,7766,13990
-,,,,,,,,7767,13852
-,,,,,,,,7768,13962
-,,,,,,,,7769,15056
-,,,,,,,,7770,15986
-,,,,,,,,7771,15909
-,,,,,,,,7772,15534
-,,,,,,,,7773,14946
-,,,,,,,,7774,14020
-,,,,,,,,7775,12721
-,,,,,,,,7776,11509
-,,,,,,,,7777,10694
-,,,,,,,,7778,10258
-,,,,,,,,7779,10047
-,,,,,,,,7780,10023
-,,,,,,,,7781,10328
-,,,,,,,,7782,11303
-,,,,,,,,7783,12952
-,,,,,,,,7784,13956
-,,,,,,,,7785,14309
-,,,,,,,,7786,14449
-,,,,,,,,7787,14465
-,,,,,,,,7788,14362
-,,,,,,,,7789,14132
-,,,,,,,,7790,14026
-,,,,,,,,7791,13887
-,,,,,,,,7792,13844
-,,,,,,,,7793,14775
-,,,,,,,,7794,15701
-,,,,,,,,7795,15491
-,,,,,,,,7796,15050
-,,,,,,,,7797,14452
-,,,,,,,,7798,13591
-,,,,,,,,7799,12471
-,,,,,,,,7800,11312
-,,,,,,,,7801,10436
-,,,,,,,,7802,9930
-,,,,,,,,7803,9643
-,,,,,,,,7804,9543
-,,,,,,,,7805,9643
-,,,,,,,,7806,10103
-,,,,,,,,7807,10790
-,,,,,,,,7808,11629
-,,,,,,,,7809,12563
-,,,,,,,,7810,13176
-,,,,,,,,7811,13441
-,,,,,,,,7812,13438
-,,,,,,,,7813,12975
-,,,,,,,,7814,12225
-,,,,,,,,7815,11559
-,,,,,,,,7816,11220
-,,,,,,,,7817,11647
-,,,,,,,,7818,12147
-,,,,,,,,7819,12155
-,,,,,,,,7820,12131
-,,,,,,,,7821,12074
-,,,,,,,,7822,11746
-,,,,,,,,7823,11237
-,,,,,,,,7824,10536
-,,,,,,,,7825,9909
-,,,,,,,,7826,9569
-,,,,,,,,7827,9442
-,,,,,,,,7828,9426
-,,,,,,,,7829,9650
-,,,,,,,,7830,10219
-,,,,,,,,7831,10965
-,,,,,,,,7832,11598
-,,,,,,,,7833,12216
-,,,,,,,,7834,12585
-,,,,,,,,7835,12702
-,,,,,,,,7836,12643
-,,,,,,,,7837,12456
-,,,,,,,,7838,12250
-,,,,,,,,7839,12139
-,,,,,,,,7840,12269
-,,,,,,,,7841,13394
-,,,,,,,,7842,14242
-,,,,,,,,7843,14013
-,,,,,,,,7844,13575
-,,,,,,,,7845,13071
-,,,,,,,,7846,12398
-,,,,,,,,7847,11509
-,,,,,,,,7848,10525
-,,,,,,,,7849,9772
-,,,,,,,,7850,9305
-,,,,,,,,7851,9067
-,,,,,,,,7852,8972
-,,,,,,,,7853,9060
-,,,,,,,,7854,9432
-,,,,,,,,7855,10097
-,,,,,,,,7856,10854
-,,,,,,,,7857,11836
-,,,,,,,,7858,12507
-,,,,,,,,7859,12739
-,,,,,,,,7860,12777
-,,,,,,,,7861,12716
-,,,,,,,,7862,12565
-,,,,,,,,7863,12519
-,,,,,,,,7864,12740
-,,,,,,,,7865,13897
-,,,,,,,,7866,14774
-,,,,,,,,7867,14655
-,,,,,,,,7868,14309
-,,,,,,,,7869,13913
-,,,,,,,,7870,13308
-,,,,,,,,7871,12447
-,,,,,,,,7872,11523
-,,,,,,,,7873,10777
-,,,,,,,,7874,10318
-,,,,,,,,7875,10086
-,,,,,,,,7876,10005
-,,,,,,,,7877,10097
-,,,,,,,,7878,10393
-,,,,,,,,7879,10860
-,,,,,,,,7880,11435
-,,,,,,,,7881,12355
-,,,,,,,,7882,13038
-,,,,,,,,7883,13448
-,,,,,,,,7884,13653
-,,,,,,,,7885,13670
-,,,,,,,,7886,13530
-,,,,,,,,7887,13520
-,,,,,,,,7888,13790
-,,,,,,,,7889,15029
-,,,,,,,,7890,15968
-,,,,,,,,7891,15846
-,,,,,,,,7892,15422
-,,,,,,,,7893,14900
-,,,,,,,,7894,13793
-,,,,,,,,7895,12593
-,,,,,,,,7896,11513
-,,,,,,,,7897,10794
-,,,,,,,,7898,10419
-,,,,,,,,7899,10263
-,,,,,,,,7900,10270
-,,,,,,,,7901,10649
-,,,,,,,,7902,11731
-,,,,,,,,7903,13637
-,,,,,,,,7904,14600
-,,,,,,,,7905,14683
-,,,,,,,,7906,14708
-,,,,,,,,7907,14688
-,,,,,,,,7908,14603
-,,,,,,,,7909,14485
-,,,,,,,,7910,14379
-,,,,,,,,7911,14232
-,,,,,,,,7912,14385
-,,,,,,,,7913,15570
-,,,,,,,,7914,16741
-,,,,,,,,7915,16720
-,,,,,,,,7916,16363
-,,,,,,,,7917,15719
-,,,,,,,,7918,14657
-,,,,,,,,7919,13262
-,,,,,,,,7920,12008
-,,,,,,,,7921,11232
-,,,,,,,,7922,10825
-,,,,,,,,7923,10632
-,,,,,,,,7924,10622
-,,,,,,,,7925,10948
-,,,,,,,,7926,11984
-,,,,,,,,7927,13879
-,,,,,,,,7928,14890
-,,,,,,,,7929,15134
-,,,,,,,,7930,15241
-,,,,,,,,7931,15360
-,,,,,,,,7932,15407
-,,,,,,,,7933,15385
-,,,,,,,,7934,15372
-,,,,,,,,7935,15285
-,,,,,,,,7936,15482
-,,,,,,,,7937,16544
-,,,,,,,,7938,17247
-,,,,,,,,7939,17114
-,,,,,,,,7940,16657
-,,,,,,,,7941,15936
-,,,,,,,,7942,14783
-,,,,,,,,7943,13342
-,,,,,,,,7944,12052
-,,,,,,,,7945,11212
-,,,,,,,,7946,10765
-,,,,,,,,7947,10582
-,,,,,,,,7948,10580
-,,,,,,,,7949,10913
-,,,,,,,,7950,11967
-,,,,,,,,7951,13892
-,,,,,,,,7952,14909
-,,,,,,,,7953,15021
-,,,,,,,,7954,15047
-,,,,,,,,7955,15090
-,,,,,,,,7956,14972
-,,,,,,,,7957,14789
-,,,,,,,,7958,14745
-,,,,,,,,7959,14707
-,,,,,,,,7960,14923
-,,,,,,,,7961,16090
-,,,,,,,,7962,17024
-,,,,,,,,7963,16929
-,,,,,,,,7964,16555
-,,,,,,,,7965,15960
-,,,,,,,,7966,14943
-,,,,,,,,7967,13555
-,,,,,,,,7968,12286
-,,,,,,,,7969,11467
-,,,,,,,,7970,11058
-,,,,,,,,7971,10887
-,,,,,,,,7972,10887
-,,,,,,,,7973,11199
-,,,,,,,,7974,12282
-,,,,,,,,7975,14219
-,,,,,,,,7976,15127
-,,,,,,,,7977,15125
-,,,,,,,,7978,15018
-,,,,,,,,7979,14964
-,,,,,,,,7980,14852
-,,,,,,,,7981,14629
-,,,,,,,,7982,14554
-,,,,,,,,7983,14425
-,,,,,,,,7984,14595
-,,,,,,,,7985,15719
-,,,,,,,,7986,16734
-,,,,,,,,7987,16799
-,,,,,,,,7988,16469
-,,,,,,,,7989,15825
-,,,,,,,,7990,14781
-,,,,,,,,7991,13370
-,,,,,,,,7992,12072
-,,,,,,,,7993,11235
-,,,,,,,,7994,10810
-,,,,,,,,7995,10602
-,,,,,,,,7996,10616
-,,,,,,,,7997,10957
-,,,,,,,,7998,12045
-,,,,,,,,7999,13944
-,,,,,,,,8000,14911
-,,,,,,,,8001,15150
-,,,,,,,,8002,15217
-,,,,,,,,8003,15164
-,,,,,,,,8004,15046
-,,,,,,,,8005,14900
-,,,,,,,,8006,14858
-,,,,,,,,8007,14810
-,,,,,,,,8008,15038
-,,,,,,,,8009,16197
-,,,,,,,,8010,16809
-,,,,,,,,8011,16546
-,,,,,,,,8012,16123
-,,,,,,,,8013,15589
-,,,,,,,,8014,14777
-,,,,,,,,8015,13634
-,,,,,,,,8016,12447
-,,,,,,,,8017,11548
-,,,,,,,,8018,11024
-,,,,,,,,8019,10774
-,,,,,,,,8020,10690
-,,,,,,,,8021,10789
-,,,,,,,,8022,11193
-,,,,,,,,8023,12012
-,,,,,,,,8024,12926
-,,,,,,,,8025,13927
-,,,,,,,,8026,14585
-,,,,,,,,8027,14890
-,,,,,,,,8028,14924
-,,,,,,,,8029,14859
-,,,,,,,,8030,14716
-,,,,,,,,8031,14618
-,,,,,,,,8032,14799
-,,,,,,,,8033,15789
-,,,,,,,,8034,16218
-,,,,,,,,8035,15952
-,,,,,,,,8036,15432
-,,,,,,,,8037,14901
-,,,,,,,,8038,14169
-,,,,,,,,8039,13158
-,,,,,,,,8040,12047
-,,,,,,,,8041,11184
-,,,,,,,,8042,10643
-,,,,,,,,8043,10321
-,,,,,,,,8044,10174
-,,,,,,,,8045,10187
-,,,,,,,,8046,10433
-,,,,,,,,8047,10959
-,,,,,,,,8048,11635
-,,,,,,,,8049,12549
-,,,,,,,,8050,13218
-,,,,,,,,8051,13520
-,,,,,,,,8052,13618
-,,,,,,,,8053,13627
-,,,,,,,,8054,13477
-,,,,,,,,8055,13343
-,,,,,,,,8056,13536
-,,,,,,,,8057,14864
-,,,,,,,,8058,15679
-,,,,,,,,8059,15500
-,,,,,,,,8060,15063
-,,,,,,,,8061,14410
-,,,,,,,,8062,13363
-,,,,,,,,8063,12071
-,,,,,,,,8064,10880
-,,,,,,,,8065,10088
-,,,,,,,,8066,9663
-,,,,,,,,8067,9444
-,,,,,,,,8068,9465
-,,,,,,,,8069,9823
-,,,,,,,,8070,10913
-,,,,,,,,8071,12855
-,,,,,,,,8072,13782
-,,,,,,,,8073,13900
-,,,,,,,,8074,13961
-,,,,,,,,8075,14012
-,,,,,,,,8076,13948
-,,,,,,,,8077,13847
-,,,,,,,,8078,13773
-,,,,,,,,8079,13662
-,,,,,,,,8080,13777
-,,,,,,,,8081,15012
-,,,,,,,,8082,16180
-,,,,,,,,8083,16118
-,,,,,,,,8084,15740
-,,,,,,,,8085,15113
-,,,,,,,,8086,14070
-,,,,,,,,8087,12668
-,,,,,,,,8088,11400
-,,,,,,,,8089,10537
-,,,,,,,,8090,10116
-,,,,,,,,8091,9950
-,,,,,,,,8092,9933
-,,,,,,,,8093,10280
-,,,,,,,,8094,11364
-,,,,,,,,8095,13277
-,,,,,,,,8096,14318
-,,,,,,,,8097,14543
-,,,,,,,,8098,14663
-,,,,,,,,8099,14745
-,,,,,,,,8100,14741
-,,,,,,,,8101,14660
-,,,,,,,,8102,14590
-,,,,,,,,8103,14462
-,,,,,,,,8104,14591
-,,,,,,,,8105,15718
-,,,,,,,,8106,16486
-,,,,,,,,8107,16324
-,,,,,,,,8108,15830
-,,,,,,,,8109,15131
-,,,,,,,,8110,14025
-,,,,,,,,8111,12490
-,,,,,,,,8112,11127
-,,,,,,,,8113,10263
-,,,,,,,,8114,9781
-,,,,,,,,8115,9493
-,,,,,,,,8116,9425
-,,,,,,,,8117,9701
-,,,,,,,,8118,10706
-,,,,,,,,8119,12607
-,,,,,,,,8120,13597
-,,,,,,,,8121,13756
-,,,,,,,,8122,13805
-,,,,,,,,8123,13863
-,,,,,,,,8124,13855
-,,,,,,,,8125,13803
-,,,,,,,,8126,13835
-,,,,,,,,8127,13810
-,,,,,,,,8128,14041
-,,,,,,,,8129,15387
-,,,,,,,,8130,16469
-,,,,,,,,8131,16470
-,,,,,,,,8132,16155
-,,,,,,,,8133,15607
-,,,,,,,,8134,14585
-,,,,,,,,8135,13196
-,,,,,,,,8136,11908
-,,,,,,,,8137,11123
-,,,,,,,,8138,10740
-,,,,,,,,8139,10575
-,,,,,,,,8140,10590
-,,,,,,,,8141,10976
-,,,,,,,,8142,12131
-,,,,,,,,8143,14121
-,,,,,,,,8144,15063
-,,,,,,,,8145,15116
-,,,,,,,,8146,15071
-,,,,,,,,8147,15001
-,,,,,,,,8148,14818
-,,,,,,,,8149,14612
-,,,,,,,,8150,14498
-,,,,,,,,8151,14394
-,,,,,,,,8152,14591
-,,,,,,,,8153,16010
-,,,,,,,,8154,17104
-,,,,,,,,8155,17109
-,,,,,,,,8156,16821
-,,,,,,,,8157,16280
-,,,,,,,,8158,15292
-,,,,,,,,8159,13867
-,,,,,,,,8160,12511
-,,,,,,,,8161,11646
-,,,,,,,,8162,11212
-,,,,,,,,8163,10989
-,,,,,,,,8164,10970
-,,,,,,,,8165,11286
-,,,,,,,,8166,12318
-,,,,,,,,8167,14205
-,,,,,,,,8168,15197
-,,,,,,,,8169,15360
-,,,,,,,,8170,15329
-,,,,,,,,8171,15288
-,,,,,,,,8172,15109
-,,,,,,,,8173,14881
-,,,,,,,,8174,14832
-,,,,,,,,8175,14757
-,,,,,,,,8176,14915
-,,,,,,,,8177,16028
-,,,,,,,,8178,16478
-,,,,,,,,8179,16185
-,,,,,,,,8180,15663
-,,,,,,,,8181,15059
-,,,,,,,,8182,14223
-,,,,,,,,8183,13034
-,,,,,,,,8184,11743
-,,,,,,,,8185,10793
-,,,,,,,,8186,10237
-,,,,,,,,8187,9915
-,,,,,,,,8188,9802
-,,,,,,,,8189,9878
-,,,,,,,,8190,10270
-,,,,,,,,8191,11025
-,,,,,,,,8192,11940
-,,,,,,,,8193,12944
-,,,,,,,,8194,13619
-,,,,,,,,8195,13944
-,,,,,,,,8196,13965
-,,,,,,,,8197,13818
-,,,,,,,,8198,13618
-,,,,,,,,8199,13527
-,,,,,,,,8200,13688
-,,,,,,,,8201,14738
-,,,,,,,,8202,15300
-,,,,,,,,8203,15017
-,,,,,,,,8204,14525
-,,,,,,,,8205,14032
-,,,,,,,,8206,13343
-,,,,,,,,8207,12390
-,,,,,,,,8208,11284
-,,,,,,,,8209,10417
-,,,,,,,,8210,9859
-,,,,,,,,8211,9566
-,,,,,,,,8212,9435
-,,,,,,,,8213,9511
-,,,,,,,,8214,9789
-,,,,,,,,8215,10353
-,,,,,,,,8216,10947
-,,,,,,,,8217,11844
-,,,,,,,,8218,12533
-,,,,,,,,8219,12895
-,,,,,,,,8220,13092
-,,,,,,,,8221,13164
-,,,,,,,,8222,13092
-,,,,,,,,8223,13020
-,,,,,,,,8224,13370
-,,,,,,,,8225,14933
-,,,,,,,,8226,15821
-,,,,,,,,8227,15733
-,,,,,,,,8228,15367
-,,,,,,,,8229,14769
-,,,,,,,,8230,13783
-,,,,,,,,8231,12469
-,,,,,,,,8232,11224
-,,,,,,,,8233,10406
-,,,,,,,,8234,9991
-,,,,,,,,8235,9805
-,,,,,,,,8236,9784
-,,,,,,,,8237,10129
-,,,,,,,,8238,11174
-,,,,,,,,8239,13060
-,,,,,,,,8240,14298
-,,,,,,,,8241,14579
-,,,,,,,,8242,14774
-,,,,,,,,8243,14931
-,,,,,,,,8244,14953
-,,,,,,,,8245,14911
-,,,,,,,,8246,14892
-,,,,,,,,8247,14767
-,,,,,,,,8248,15001
-,,,,,,,,8249,16110
-,,,,,,,,8250,16773
-,,,,,,,,8251,16569
-,,,,,,,,8252,16071
-,,,,,,,,8253,15354
-,,,,,,,,8254,14215
-,,,,,,,,8255,12800
-,,,,,,,,8256,11388
-,,,,,,,,8257,10376
-,,,,,,,,8258,9837
-,,,,,,,,8259,9565
-,,,,,,,,8260,9518
-,,,,,,,,8261,9785
-,,,,,,,,8262,10858
-,,,,,,,,8263,12821
-,,,,,,,,8264,13984
-,,,,,,,,8265,14234
-,,,,,,,,8266,14304
-,,,,,,,,8267,14300
-,,,,,,,,8268,14259
-,,,,,,,,8269,14127
-,,,,,,,,8270,14101
-,,,,,,,,8271,14049
-,,,,,,,,8272,14296
-,,,,,,,,8273,15682
-,,,,,,,,8274,16785
-,,,,,,,,8275,16777
-,,,,,,,,8276,16457
-,,,,,,,,8277,15889
-,,,,,,,,8278,14870
-,,,,,,,,8279,13400
-,,,,,,,,8280,12033
-,,,,,,,,8281,11174
-,,,,,,,,8282,10760
-,,,,,,,,8283,10576
-,,,,,,,,8284,10590
-,,,,,,,,8285,10966
-,,,,,,,,8286,12081
-,,,,,,,,8287,14084
-,,,,,,,,8288,15127
-,,,,,,,,8289,15187
-,,,,,,,,8290,15125
-,,,,,,,,8291,15053
-,,,,,,,,8292,14949
-,,,,,,,,8293,14767
-,,,,,,,,8294,14716
-,,,,,,,,8295,14607
-,,,,,,,,8296,14873
-,,,,,,,,8297,16284
-,,,,,,,,8298,17322
-,,,,,,,,8299,17254
-,,,,,,,,8300,16939
-,,,,,,,,8301,16362
-,,,,,,,,8302,15375
-,,,,,,,,8303,13906
-,,,,,,,,8304,12497
-,,,,,,,,8305,11550
-,,,,,,,,8306,11068
-,,,,,,,,8307,10869
-,,,,,,,,8308,10889
-,,,,,,,,8309,11220
-,,,,,,,,8310,12314
-,,,,,,,,8311,14288
-,,,,,,,,8312,15286
-,,,,,,,,8313,15338
-,,,,,,,,8314,15126
-,,,,,,,,8315,14929
-,,,,,,,,8316,14725
-,,,,,,,,8317,14506
-,,,,,,,,8318,14411
-,,,,,,,,8319,14307
-,,,,,,,,8320,14500
-,,,,,,,,8321,15843
-,,,,,,,,8322,17073
-,,,,,,,,8323,17090
-,,,,,,,,8324,16823
-,,,,,,,,8325,16300
-,,,,,,,,8326,15341
-,,,,,,,,8327,13901
-,,,,,,,,8328,12511
-,,,,,,,,8329,11589
-,,,,,,,,8330,11141
-,,,,,,,,8331,10941
-,,,,,,,,8332,10941
-,,,,,,,,8333,11270
-,,,,,,,,8334,12346
-,,,,,,,,8335,14273
-,,,,,,,,8336,15278
-,,,,,,,,8337,15320
-,,,,,,,,8338,15145
-,,,,,,,,8339,14987
-,,,,,,,,8340,14774
-,,,,,,,,8341,14481
-,,,,,,,,8342,14282
-,,,,,,,,8343,14175
-,,,,,,,,8344,14334
-,,,,,,,,8345,15635
-,,,,,,,,8346,16557
-,,,,,,,,8347,16354
-,,,,,,,,8348,15955
-,,,,,,,,8349,15450
-,,,,,,,,8350,14717
-,,,,,,,,8351,13558
-,,,,,,,,8352,12279
-,,,,,,,,8353,11313
-,,,,,,,,8354,10746
-,,,,,,,,8355,10501
-,,,,,,,,8356,10421
-,,,,,,,,8357,10543
-,,,,,,,,8358,10992
-,,,,,,,,8359,11843
-,,,,,,,,8360,12707
-,,,,,,,,8361,13536
-,,,,,,,,8362,13953
-,,,,,,,,8363,14020
-,,,,,,,,8364,13867
-,,,,,,,,8365,13592
-,,,,,,,,8366,13320
-,,,,,,,,8367,13216
-,,,,,,,,8368,13445
-,,,,,,,,8369,14914
-,,,,,,,,8370,15909
-,,,,,,,,8371,15786
-,,,,,,,,8372,15404
-,,,,,,,,8373,15018
-,,,,,,,,8374,14383
-,,,,,,,,8375,13437
-,,,,,,,,8376,12305
-,,,,,,,,8377,11377
-,,,,,,,,8378,10812
-,,,,,,,,8379,10510
-,,,,,,,,8380,10376
-,,,,,,,,8381,10414
-,,,,,,,,8382,10686
-,,,,,,,,8383,11269
-,,,,,,,,8384,12010
-,,,,,,,,8385,13081
-,,,,,,,,8386,13944
-,,,,,,,,8387,14409
-,,,,,,,,8388,14687
-,,,,,,,,8389,14901
-,,,,,,,,8390,14971
-,,,,,,,,8391,14995
-,,,,,,,,8392,15325
-,,,,,,,,8393,16458
-,,,,,,,,8394,17029
-,,,,,,,,8395,16890
-,,,,,,,,8396,16425
-,,,,,,,,8397,15799
-,,,,,,,,8398,14911
-,,,,,,,,8399,13612
-,,,,,,,,8400,12298
-,,,,,,,,8401,11332
-,,,,,,,,8402,10773
-,,,,,,,,8403,10565
-,,,,,,,,8404,10539
-,,,,,,,,8405,10889
-,,,,,,,,8406,11913
-,,,,,,,,8407,13775
-,,,,,,,,8408,15063
-,,,,,,,,8409,15454
-,,,,,,,,8410,15606
-,,,,,,,,8411,15761
-,,,,,,,,8412,15785
-,,,,,,,,8413,15686
-,,,,,,,,8414,15624
-,,,,,,,,8415,15514
-,,,,,,,,8416,15723
-,,,,,,,,8417,16900
-,,,,,,,,8418,17573
-,,,,,,,,8419,17399
-,,,,,,,,8420,16961
-,,,,,,,,8421,16292
-,,,,,,,,8422,15159
-,,,,,,,,8423,13623
-,,,,,,,,8424,12159
-,,,,,,,,8425,11157
-,,,,,,,,8426,10663
-,,,,,,,,8427,10390
-,,,,,,,,8428,10337
-,,,,,,,,8429,10602
-,,,,,,,,8430,11598
-,,,,,,,,8431,13454
-,,,,,,,,8432,14644
-,,,,,,,,8433,14837
-,,,,,,,,8434,14905
-,,,,,,,,8435,14994
-,,,,,,,,8436,14967
-,,,,,,,,8437,14809
-,,,,,,,,8438,14740
-,,,,,,,,8439,14628
-,,,,,,,,8440,14807
-,,,,,,,,8441,15955
-,,,,,,,,8442,16800
-,,,,,,,,8443,16691
-,,,,,,,,8444,16309
-,,,,,,,,8445,15693
-,,,,,,,,8446,14657
-,,,,,,,,8447,13209
-,,,,,,,,8448,11784
-,,,,,,,,8449,10765
-,,,,,,,,8450,10258
-,,,,,,,,8451,10047
-,,,,,,,,8452,10045
-,,,,,,,,8453,10387
-,,,,,,,,8454,11432
-,,,,,,,,8455,13360
-,,,,,,,,8456,14487
-,,,,,,,,8457,14648
-,,,,,,,,8458,14674
-,,,,,,,,8459,14681
-,,,,,,,,8460,14607
-,,,,,,,,8461,14474
-,,,,,,,,8462,14490
-,,,,,,,,8463,14477
-,,,,,,,,8464,14676
-,,,,,,,,8465,15942
-,,,,,,,,8466,16956
-,,,,,,,,8467,16901
-,,,,,,,,8468,16554
-,,,,,,,,8469,16012
-,,,,,,,,8470,15033
-,,,,,,,,8471,13585
-,,,,,,,,8472,12125
-,,,,,,,,8473,11161
-,,,,,,,,8474,10630
-,,,,,,,,8475,10406
-,,,,,,,,8476,10407
-,,,,,,,,8477,10756
-,,,,,,,,8478,11852
-,,,,,,,,8479,13811
-,,,,,,,,8480,14821
-,,,,,,,,8481,14963
-,,,,,,,,8482,14911
-,,,,,,,,8483,14823
-,,,,,,,,8484,14669
-,,,,,,,,8485,14452
-,,,,,,,,8486,14423
-,,,,,,,,8487,14473
-,,,,,,,,8488,14794
-,,,,,,,,8489,16028
-,,,,,,,,8490,16906
-,,,,,,,,8491,16806
-,,,,,,,,8492,16485
-,,,,,,,,8493,16019
-,,,,,,,,8494,15060
-,,,,,,,,8495,13617
-,,,,,,,,8496,12208
-,,,,,,,,8497,11211
-,,,,,,,,8498,10645
-,,,,,,,,8499,10372
-,,,,,,,,8500,10369
-,,,,,,,,8501,10626
-,,,,,,,,8502,11569
-,,,,,,,,8503,13324
-,,,,,,,,8504,14603
-,,,,,,,,8505,15030
-,,,,,,,,8506,15240
-,,,,,,,,8507,15320
-,,,,,,,,8508,15260
-,,,,,,,,8509,14981
-,,,,,,,,8510,14767
-,,,,,,,,8511,14475
-,,,,,,,,8512,14400
-,,,,,,,,8513,15441
-,,,,,,,,8514,16204
-,,,,,,,,8515,15949
-,,,,,,,,8516,15503
-,,,,,,,,8517,14972
-,,,,,,,,8518,14225
-,,,,,,,,8519,13129
-,,,,,,,,8520,11864
-,,,,,,,,8521,10933
-,,,,,,,,8522,10376
-,,,,,,,,8523,10069
-,,,,,,,,8524,9983
-,,,,,,,,8525,10079
-,,,,,,,,8526,10432
-,,,,,,,,8527,11209
-,,,,,,,,8528,12094
-,,,,,,,,8529,13100
-,,,,,,,,8530,13761
-,,,,,,,,8531,13977
-,,,,,,,,8532,14028
-,,,,,,,,8533,13932
-,,,,,,,,8534,13823
-,,,,,,,,8535,13805
-,,,,,,,,8536,14041
-,,,,,,,,8537,15272
-,,,,,,,,8538,16250
-,,,,,,,,8539,16202
-,,,,,,,,8540,15860
-,,,,,,,,8541,15449
-,,,,,,,,8542,14849
-,,,,,,,,8543,13865
-,,,,,,,,8544,12697
-,,,,,,,,8545,11735
-,,,,,,,,8546,11122
-,,,,,,,,8547,10797
-,,,,,,,,8548,10645
-,,,,,,,,8549,10672
-,,,,,,,,8550,10962
-,,,,,,,,8551,11551
-,,,,,,,,8552,12188
-,,,,,,,,8553,13020
-,,,,,,,,8554,13565
-,,,,,,,,8555,13748
-,,,,,,,,8556,13867
-,,,,,,,,8557,13911
-,,,,,,,,8558,13818
-,,,,,,,,8559,13710
-,,,,,,,,8560,13796
-,,,,,,,,8561,15038
-,,,,,,,,8562,16088
-,,,,,,,,8563,16076
-,,,,,,,,8564,15782
-,,,,,,,,8565,15392
-,,,,,,,,8566,14663
-,,,,,,,,8567,13620
-,,,,,,,,8568,12388
-,,,,,,,,8569,11403
-,,,,,,,,8570,10834
-,,,,,,,,8571,10540
-,,,,,,,,8572,10486
-,,,,,,,,8573,10719
-,,,,,,,,8574,11346
-,,,,,,,,8575,12323
-,,,,,,,,8576,13191
-,,,,,,,,8577,13959
-,,,,,,,,8578,14387
-,,,,,,,,8579,14532
-,,,,,,,,8580,14463
-,,,,,,,,8581,14229
-,,,,,,,,8582,14042
-,,,,,,,,8583,14006
-,,,,,,,,8584,14145
-,,,,,,,,8585,15247
-,,,,,,,,8586,15848
-,,,,,,,,8587,15225
-,,,,,,,,8588,14604
-,,,,,,,,8589,14205
-,,,,,,,,8590,13828
-,,,,,,,,8591,13208
-,,,,,,,,8592,12325
-,,,,,,,,8593,11417
-,,,,,,,,8594,10762
-,,,,,,,,8595,10387
-,,,,,,,,8596,10281
-,,,,,,,,8597,10354
-,,,,,,,,8598,10687
-,,,,,,,,8599,11316
-,,,,,,,,8600,12125
-,,,,,,,,8601,13049
-,,,,,,,,8602,13704
-,,,,,,,,8603,13962
-,,,,,,,,8604,14068
-,,,,,,,,8605,13953
-,,,,,,,,8606,13602
-,,,,,,,,8607,13194
-,,,,,,,,8608,13063
-,,,,,,,,8609,13808
-,,,,,,,,8610,14431
-,,,,,,,,8611,14419
-,,,,,,,,8612,14350
-,,,,,,,,8613,14213
-,,,,,,,,8614,13768
-,,,,,,,,8615,12909
-,,,,,,,,8616,11942
-,,,,,,,,8617,11225
-,,,,,,,,8618,10837
-,,,,,,,,8619,10663
-,,,,,,,,8620,10715
-,,,,,,,,8621,11024
-,,,,,,,,8622,11820
-,,,,,,,,8623,13116
-,,,,,,,,8624,14111
-,,,,,,,,8625,14778
-,,,,,,,,8626,15197
-,,,,,,,,8627,15412
-,,,,,,,,8628,15483
-,,,,,,,,8629,15420
-,,,,,,,,8630,15382
-,,,,,,,,8631,15340
-,,,,,,,,8632,15570
-,,,,,,,,8633,16703
-,,,,,,,,8634,17384
-,,,,,,,,8635,17205
-,,,,,,,,8636,16744
-,,,,,,,,8637,16126
-,,,,,,,,8638,15142
-,,,,,,,,8639,13870
-,,,,,,,,8640,12589
-,,,,,,,,8641,11659
-,,,,,,,,8642,11147
-,,,,,,,,8643,10880
-,,,,,,,,8644,10715
-,,,,,,,,8645,10988
-,,,,,,,,8646,11702
-,,,,,,,,8647,12804
-,,,,,,,,8648,13845
-,,,,,,,,8649,14514
-,,,,,,,,8650,15122
-,,,,,,,,8651,15509
-,,,,,,,,8652,15681
-,,,,,,,,8653,15622
-,,,,,,,,8654,15524
-,,,,,,,,8655,15375
-,,,,,,,,8656,15483
-,,,,,,,,8657,16441
-,,,,,,,,8658,17255
-,,,,,,,,8659,17030
-,,,,,,,,8660,16528
-,,,,,,,,8661,15876
-,,,,,,,,8662,14902
-,,,,,,,,8663,13631
-,,,,,,,,8664,12419
-,,,,,,,,8665,11556
-,,,,,,,,8666,11106
-,,,,,,,,8667,10886
-,,,,,,,,8668,10863
-,,,,,,,,8669,11132
-,,,,,,,,8670,11908
-,,,,,,,,8671,13150
-,,,,,,,,8672,14081
-,,,,,,,,8673,14713
-,,,,,,,,8674,15071
-,,,,,,,,8675,15186
-,,,,,,,,8676,15091
-,,,,,,,,8677,14872
-,,,,,,,,8678,14687
-,,,,,,,,8679,14531
-,,,,,,,,8680,14572
-,,,,,,,,8681,15679
-,,,,,,,,8682,16774
-,,,,,,,,8683,16608
-,,,,,,,,8684,16156
-,,,,,,,,8685,15626
-,,,,,,,,8686,14814
-,,,,,,,,8687,13742
-,,,,,,,,8688,12576
-,,,,,,,,8689,11718
-,,,,,,,,8690,11205
-,,,,,,,,8691,10953
-,,,,,,,,8692,10828
-,,,,,,,,8693,10893
-,,,,,,,,8694,11258
-,,,,,,,,8695,11908
-,,,,,,,,8696,12635
-,,,,,,,,8697,13524
-,,,,,,,,8698,14226
-,,,,,,,,8699,14583
-,,,,,,,,8700,14644
-,,,,,,,,8701,14648
-,,,,,,,,8702,14613
-,,,,,,,,8703,14631
-,,,,,,,,8704,14915
-,,,,,,,,8705,16007
-,,,,,,,,8706,16736
-,,,,,,,,8707,16594
-,,,,,,,,8708,16084
-,,,,,,,,8709,15459
-,,,,,,,,8710,14650
-,,,,,,,,8711,13591
-,,,,,,,,8712,12494
-,,,,,,,,8713,11630
-,,,,,,,,8714,11074
-,,,,,,,,8715,10809
-,,,,,,,,8716,10693
-,,,,,,,,8717,10760
-,,,,,,,,8718,11067
-,,,,,,,,8719,11581
-,,,,,,,,8720,12108
-,,,,,,,,8721,12902
-,,,,,,,,8722,13586
-,,,,,,,,8723,14044
-,,,,,,,,8724,14336
-,,,,,,,,8725,14448
-,,,,,,,,8726,14340
-,,,,,,,,8727,14221
-,,,,,,,,8728,14341
-,,,,,,,,8729,15635
-,,,,,,,,8730,16803
-,,,,,,,,8731,16745
-,,,,,,,,8732,16333
-,,,,,,,,8733,15872
-,,,,,,,,8734,15076
-,,,,,,,,8735,14028
-,,,,,,,,8736,12925
-,,,,,,,,8737,12109
-,,,,,,,,8738,11651
-,,,,,,,,8739,11416
-,,,,,,,,8740,11377
-,,,,,,,,8741,11585
-,,,,,,,,8742,12213
-,,,,,,,,8743,13260
-,,,,,,,,8744,14083
-,,,,,,,,8745,14788
-,,,,,,,,8746,15316
-,,,,,,,,8747,15553
-,,,,,,,,8748,15509
-,,,,,,,,8749,15257
-,,,,,,,,8750,15002
-,,,,,,,,8751,14842
-,,,,,,,,8752,14886
-,,,,,,,,8753,15965
-,,,,,,,,8754,16933
-,,,,,,,,8755,16440
-,,,,,,,,8756,15059
-,,,,,,,,8757,14359
-,,,,,,,,8758,13687
-,,,,,,,,8759,12986
-,,,,,,,,8760,12287
diff --git a/Example_Systems/RealSystemExample/ISONE_Singlezone/Energy_share_requirement.csv b/Example_Systems/RealSystemExample/ISONE_Singlezone/Energy_share_requirement.csv
deleted file mode 100644
index cf06f3ca29..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Singlezone/Energy_share_requirement.csv
+++ /dev/null
@@ -1,2 +0,0 @@
-,Network_zones,ESR_1,ESR_2
-NENG,z1,0.37,0.44
\ No newline at end of file
diff --git a/Example_Systems/RealSystemExample/ISONE_Singlezone/Fuels_data.csv b/Example_Systems/RealSystemExample/ISONE_Singlezone/Fuels_data.csv
deleted file mode 100644
index 5448cd0e9f..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Singlezone/Fuels_data.csv
+++ /dev/null
@@ -1,8762 +0,0 @@
-Time_Index,NENG_CT_NG,NENG_ME_NG,NENGREST_NG,west_north_central_coal,new_england_uranium,NENG_CT_NG_ccs90,NENG_ME_NG_ccs90,NENGREST_NG_ccs90,NENG_CT_NG_ccs100,NENG_ME_NG_ccs100,NENGREST_NG_ccs100,None
-0,0.05306,0.05306,0.05306,0.09552,0,0.00531,0.00531,0.00531,0,0,0,0
-1,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-2,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-3,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-4,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-5,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-6,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-7,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-8,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-9,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-10,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-11,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-12,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-13,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-14,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-15,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-16,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-17,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-18,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-19,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-20,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-21,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-22,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-23,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-24,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-25,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-26,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-27,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-28,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-29,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-30,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-31,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-32,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-33,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-34,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-35,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-36,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-37,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-38,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-39,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-40,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-41,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-42,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-43,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-44,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-45,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-46,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-47,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-48,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-49,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-50,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-51,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-52,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-53,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-54,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-55,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-56,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-57,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-58,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-59,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-60,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-61,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-62,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-63,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-64,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-65,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-66,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-67,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-68,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-69,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-70,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-71,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-72,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-73,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-74,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-75,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-76,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-77,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-78,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-79,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-80,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-81,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-82,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-83,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-84,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-85,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-86,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-87,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-88,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-89,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-90,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-91,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-92,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-93,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-94,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-95,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-96,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-97,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-98,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-99,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-100,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-101,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-102,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-103,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-104,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-105,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-106,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-107,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-108,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-109,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-110,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-111,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-112,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-113,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-114,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-115,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-116,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-117,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-118,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-119,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-120,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-121,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-122,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-123,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-124,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-125,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-126,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-127,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-128,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-129,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-130,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-131,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-132,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-133,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-134,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-135,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-136,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-137,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-138,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-139,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-140,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-141,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-142,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-143,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-144,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-145,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-146,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-147,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-148,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-149,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-150,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-151,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-152,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-153,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-154,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-155,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-156,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-157,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-158,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-159,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-160,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-161,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-162,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-163,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-164,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-165,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-166,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-167,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-168,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-169,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-170,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-171,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-172,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-173,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-174,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-175,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-176,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-177,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-178,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-179,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-180,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-181,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-182,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-183,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-184,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-185,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-186,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-187,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-188,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-189,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-190,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-191,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-192,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-193,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-194,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-195,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-196,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-197,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-198,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-199,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-200,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-201,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-202,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-203,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-204,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-205,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-206,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-207,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-208,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-209,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-210,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-211,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-212,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-213,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-214,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-215,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-216,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-217,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-218,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-219,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-220,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-221,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-222,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-223,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-224,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-225,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-226,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-227,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-228,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-229,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-230,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-231,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-232,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-233,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-234,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-235,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-236,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-237,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-238,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-239,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-240,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-241,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-242,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-243,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-244,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-245,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-246,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-247,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-248,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-249,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-250,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-251,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-252,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-253,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-254,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-255,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-256,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-257,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-258,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-259,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-260,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-261,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-262,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-263,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-264,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-265,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-266,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-267,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-268,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-269,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-270,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-271,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-272,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-273,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-274,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-275,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-276,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-277,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-278,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-279,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-280,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-281,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-282,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-283,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-284,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-285,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-286,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-287,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-288,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-289,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-290,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-291,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-292,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-293,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-294,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-295,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-296,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-297,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-298,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-299,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-300,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-301,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-302,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-303,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-304,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-305,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-306,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-307,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-308,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-309,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-310,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-311,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-312,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-313,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-314,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-315,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-316,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-317,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-318,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-319,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-320,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-321,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-322,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-323,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-324,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-325,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-326,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-327,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-328,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-329,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-330,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-331,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-332,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-333,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-334,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-335,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-336,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-337,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-338,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-339,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-340,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-341,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-342,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-343,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-344,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-345,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-346,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-347,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-348,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-349,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-350,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-351,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-352,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-353,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-354,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-355,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-356,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-357,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-358,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-359,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-360,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-361,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-362,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-363,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-364,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-365,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-366,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-367,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-368,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-369,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-370,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-371,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-372,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-373,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-374,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-375,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-376,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-377,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-378,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-379,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-380,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-381,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-382,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-383,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-384,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-385,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-386,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-387,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-388,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-389,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-390,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-391,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-392,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-393,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-394,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-395,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-396,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-397,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-398,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-399,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-400,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-401,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-402,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-403,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-404,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-405,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-406,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-407,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-408,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-409,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-410,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-411,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-412,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-413,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-414,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-415,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-416,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-417,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-418,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-419,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-420,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-421,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-422,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-423,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-424,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-425,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-426,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-427,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-428,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-429,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-430,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-431,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-432,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-433,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-434,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-435,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-436,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-437,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-438,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-439,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-440,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-441,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-442,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-443,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-444,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-445,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-446,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-447,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-448,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-449,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-450,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-451,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-452,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-453,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-454,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-455,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-456,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-457,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-458,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-459,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-460,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-461,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-462,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-463,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-464,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-465,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-466,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-467,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-468,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-469,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-470,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-471,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-472,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-473,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-474,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-475,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-476,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-477,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-478,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-479,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-480,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-481,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-482,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-483,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-484,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-485,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-486,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-487,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-488,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-489,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-490,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-491,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-492,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-493,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-494,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-495,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-496,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-497,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-498,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-499,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-500,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-501,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-502,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-503,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-504,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-505,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-506,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-507,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-508,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-509,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-510,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-511,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-512,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-513,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-514,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-515,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-516,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-517,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-518,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-519,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-520,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-521,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-522,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-523,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-524,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-525,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-526,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-527,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-528,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-529,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-530,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-531,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-532,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-533,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-534,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-535,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-536,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-537,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-538,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-539,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-540,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-541,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-542,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-543,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-544,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-545,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-546,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-547,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-548,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-549,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-550,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-551,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-552,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-553,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-554,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-555,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-556,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-557,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-558,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-559,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-560,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-561,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-562,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-563,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-564,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-565,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-566,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-567,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-568,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-569,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-570,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-571,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-572,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-573,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-574,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-575,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-576,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-577,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-578,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-579,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-580,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-581,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-582,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-583,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-584,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-585,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-586,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-587,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-588,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-589,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-590,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-591,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-592,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-593,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-594,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-595,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-596,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-597,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-598,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-599,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-600,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-601,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-602,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-603,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-604,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-605,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-606,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-607,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-608,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-609,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-610,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-611,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-612,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-613,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-614,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-615,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-616,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-617,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-618,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-619,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-620,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-621,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-622,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-623,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-624,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-625,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-626,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-627,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-628,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-629,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-630,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-631,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-632,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-633,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-634,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-635,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-636,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-637,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-638,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-639,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-640,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-641,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-642,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-643,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-644,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-645,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-646,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-647,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-648,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-649,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-650,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-651,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-652,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-653,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-654,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-655,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-656,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-657,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-658,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-659,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-660,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-661,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-662,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-663,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-664,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-665,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-666,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-667,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-668,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-669,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-670,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-671,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-672,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-673,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-674,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-675,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-676,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-677,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-678,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-679,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-680,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-681,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-682,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-683,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-684,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-685,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-686,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-687,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-688,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-689,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-690,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-691,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-692,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-693,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-694,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-695,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-696,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-697,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-698,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-699,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-700,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-701,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-702,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-703,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-704,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-705,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-706,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-707,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-708,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-709,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-710,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-711,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-712,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-713,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-714,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-715,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-716,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-717,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-718,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-719,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-720,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-721,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-722,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-723,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-724,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-725,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-726,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-727,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-728,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-729,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-730,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-731,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-732,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-733,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-734,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-735,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-736,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-737,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-738,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-739,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-740,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-741,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-742,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-743,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-744,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-745,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-746,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-747,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-748,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-749,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-750,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-751,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-752,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-753,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-754,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-755,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-756,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-757,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-758,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-759,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-760,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-761,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-762,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-763,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-764,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-765,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-766,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-767,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-768,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-769,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-770,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-771,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-772,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-773,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-774,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-775,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-776,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-777,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-778,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-779,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-780,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-781,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-782,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-783,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-784,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-785,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-786,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-787,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-788,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-789,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-790,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-791,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-792,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-793,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-794,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-795,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-796,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-797,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-798,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-799,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-800,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-801,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-802,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-803,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-804,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-805,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-806,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-807,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-808,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-809,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-810,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-811,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-812,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-813,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-814,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-815,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-816,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-817,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-818,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-819,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-820,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-821,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-822,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-823,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-824,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-825,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-826,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-827,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-828,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-829,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-830,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-831,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-832,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-833,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-834,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-835,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-836,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-837,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-838,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-839,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-840,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-841,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-842,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-843,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-844,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-845,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-846,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-847,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-848,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-849,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-850,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-851,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-852,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-853,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-854,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-855,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-856,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-857,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-858,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-859,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-860,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-861,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-862,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-863,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-864,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-865,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-866,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-867,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-868,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-869,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-870,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-871,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-872,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-873,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-874,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-875,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-876,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-877,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-878,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-879,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-880,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-881,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-882,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-883,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-884,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-885,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-886,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-887,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-888,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-889,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-890,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-891,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-892,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-893,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-894,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-895,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-896,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-897,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-898,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-899,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-900,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-901,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-902,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-903,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-904,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-905,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-906,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-907,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-908,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-909,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-910,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-911,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-912,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-913,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-914,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-915,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-916,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-917,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-918,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-919,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-920,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-921,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-922,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-923,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-924,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-925,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-926,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-927,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-928,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-929,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-930,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-931,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-932,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-933,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-934,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-935,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-936,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-937,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-938,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-939,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-940,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-941,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-942,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-943,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-944,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-945,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-946,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-947,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-948,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-949,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-950,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-951,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-952,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-953,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-954,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-955,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-956,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-957,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-958,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-959,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-960,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-961,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-962,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-963,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-964,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-965,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-966,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-967,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-968,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-969,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-970,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-971,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-972,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-973,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-974,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-975,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-976,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-977,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-978,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-979,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-980,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-981,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-982,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-983,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-984,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-985,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-986,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-987,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-988,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-989,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-990,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-991,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-992,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-993,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-994,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-995,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-996,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-997,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-998,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-999,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1000,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1001,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1002,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1003,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1004,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1005,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1006,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1007,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1008,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1009,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1010,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1011,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1012,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1013,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1014,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1015,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1016,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1017,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1018,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1019,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1020,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1021,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1022,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1023,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1024,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1025,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1026,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1027,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1028,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1029,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1030,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1031,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1032,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1033,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1034,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1035,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1036,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1037,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1038,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1039,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1040,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1041,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1042,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1043,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1044,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1045,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1046,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1047,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1048,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1049,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1050,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1051,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1052,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1053,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1054,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1055,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1056,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1057,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1058,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1059,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1060,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1061,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1062,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1063,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1064,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1065,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1066,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1067,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1068,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1069,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1070,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1071,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1072,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1073,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1074,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1075,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1076,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1077,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1078,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1079,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1080,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1081,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1082,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1083,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1084,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1085,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1086,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1087,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1088,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1089,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1090,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1091,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1092,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1093,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1094,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1095,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1096,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1097,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1098,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1099,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1100,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1101,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1102,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1103,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1104,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1105,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1106,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1107,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1108,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1109,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1110,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1111,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1112,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1113,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1114,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1115,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1116,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1117,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1118,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1119,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1120,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1121,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1122,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1123,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1124,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1125,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1126,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1127,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1128,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1129,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1130,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1131,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1132,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1133,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1134,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1135,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1136,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1137,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1138,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1139,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1140,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1141,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1142,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1143,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1144,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1145,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1146,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1147,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1148,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1149,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1150,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1151,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1152,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1153,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1154,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1155,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1156,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1157,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1158,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1159,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1160,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1161,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1162,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1163,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1164,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1165,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1166,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1167,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1168,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1169,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1170,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1171,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1172,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1173,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1174,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1175,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1176,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1177,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1178,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1179,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1180,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1181,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1182,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1183,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1184,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1185,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1186,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1187,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1188,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1189,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1190,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1191,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1192,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1193,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1194,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1195,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1196,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1197,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1198,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1199,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1200,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1201,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1202,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1203,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1204,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1205,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1206,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1207,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1208,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1209,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1210,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1211,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1212,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1213,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1214,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1215,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1216,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1217,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1218,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1219,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1220,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1221,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1222,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1223,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1224,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1225,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1226,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1227,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1228,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1229,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1230,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1231,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1232,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1233,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1234,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1235,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1236,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1237,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1238,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1239,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1240,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1241,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1242,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1243,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1244,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1245,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1246,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1247,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1248,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1249,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1250,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1251,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1252,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1253,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1254,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1255,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1256,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1257,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1258,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1259,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1260,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1261,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1262,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1263,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1264,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1265,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1266,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1267,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1268,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1269,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1270,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1271,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1272,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1273,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1274,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1275,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1276,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1277,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1278,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1279,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1280,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1281,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1282,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1283,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1284,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1285,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1286,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1287,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1288,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1289,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1290,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1291,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1292,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1293,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1294,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1295,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1296,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1297,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1298,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1299,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1300,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1301,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1302,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1303,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1304,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1305,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1306,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1307,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1308,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1309,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1310,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1311,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1312,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1313,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1314,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1315,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1316,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1317,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1318,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1319,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1320,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1321,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1322,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1323,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1324,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1325,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1326,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1327,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1328,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1329,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1330,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1331,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1332,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1333,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1334,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1335,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1336,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1337,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1338,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1339,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1340,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1341,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1342,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1343,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1344,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1345,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1346,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1347,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1348,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1349,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1350,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1351,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1352,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1353,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1354,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1355,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1356,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1357,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1358,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1359,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1360,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1361,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1362,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1363,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1364,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1365,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1366,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1367,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1368,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1369,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1370,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1371,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1372,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1373,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1374,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1375,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1376,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1377,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1378,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1379,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1380,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1381,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1382,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1383,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1384,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1385,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1386,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1387,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1388,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1389,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1390,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1391,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1392,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1393,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1394,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1395,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1396,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1397,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1398,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1399,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1400,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1401,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1402,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1403,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1404,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1405,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1406,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1407,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1408,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1409,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1410,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1411,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1412,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1413,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1414,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1415,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1416,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1417,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1418,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1419,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1420,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1421,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1422,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1423,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1424,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1425,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1426,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1427,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1428,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1429,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1430,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1431,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1432,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1433,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1434,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1435,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1436,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1437,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1438,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1439,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1440,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1441,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1442,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1443,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1444,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1445,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1446,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1447,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1448,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1449,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1450,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1451,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1452,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1453,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1454,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1455,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1456,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1457,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1458,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1459,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1460,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1461,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1462,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1463,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1464,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1465,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1466,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1467,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1468,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1469,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1470,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1471,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1472,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1473,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1474,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1475,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1476,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1477,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1478,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1479,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1480,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1481,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1482,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1483,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1484,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1485,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1486,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1487,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1488,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1489,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1490,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1491,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1492,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1493,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1494,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1495,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1496,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1497,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1498,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1499,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1500,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1501,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1502,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1503,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1504,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1505,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1506,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1507,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1508,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1509,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1510,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1511,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1512,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1513,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1514,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1515,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1516,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1517,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1518,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1519,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1520,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1521,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1522,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1523,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1524,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1525,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1526,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1527,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1528,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1529,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1530,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1531,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1532,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1533,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1534,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1535,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1536,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1537,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1538,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1539,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1540,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1541,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1542,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1543,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1544,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1545,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1546,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1547,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1548,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1549,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1550,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1551,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1552,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1553,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1554,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1555,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1556,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1557,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1558,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1559,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1560,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1561,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1562,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1563,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1564,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1565,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1566,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1567,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1568,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1569,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1570,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1571,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1572,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1573,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1574,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1575,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1576,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1577,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1578,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1579,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1580,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1581,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1582,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1583,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1584,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1585,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1586,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1587,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1588,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1589,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1590,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1591,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1592,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1593,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1594,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1595,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1596,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1597,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1598,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1599,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1600,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1601,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1602,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1603,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1604,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1605,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1606,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1607,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1608,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1609,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1610,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1611,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1612,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1613,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1614,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1615,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1616,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1617,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1618,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1619,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1620,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1621,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1622,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1623,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1624,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1625,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1626,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1627,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1628,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1629,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1630,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1631,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1632,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1633,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1634,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1635,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1636,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1637,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1638,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1639,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1640,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1641,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1642,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1643,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1644,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1645,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1646,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1647,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1648,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1649,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1650,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1651,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1652,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1653,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1654,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1655,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1656,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1657,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1658,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1659,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1660,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1661,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1662,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1663,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1664,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1665,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1666,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1667,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1668,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1669,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1670,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1671,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1672,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1673,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1674,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1675,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1676,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1677,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1678,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1679,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1680,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1681,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1682,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1683,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1684,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1685,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1686,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1687,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1688,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1689,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1690,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1691,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1692,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1693,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1694,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1695,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1696,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1697,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1698,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1699,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1700,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1701,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1702,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1703,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1704,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1705,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1706,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1707,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1708,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1709,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1710,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1711,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1712,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1713,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1714,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1715,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1716,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1717,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1718,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1719,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1720,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1721,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1722,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1723,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1724,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1725,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1726,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1727,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1728,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1729,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1730,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1731,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1732,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1733,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1734,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1735,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1736,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1737,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1738,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1739,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1740,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1741,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1742,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1743,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1744,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1745,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1746,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1747,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1748,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1749,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1750,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1751,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1752,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1753,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1754,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1755,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1756,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1757,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1758,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1759,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1760,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1761,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1762,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1763,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1764,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1765,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1766,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1767,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1768,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1769,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1770,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1771,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1772,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1773,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1774,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1775,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1776,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1777,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1778,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1779,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1780,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1781,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1782,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1783,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1784,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1785,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1786,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1787,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1788,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1789,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1790,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1791,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1792,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1793,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1794,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1795,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1796,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1797,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1798,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1799,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1800,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1801,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1802,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1803,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1804,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1805,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1806,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1807,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1808,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1809,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1810,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1811,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1812,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1813,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1814,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1815,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1816,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1817,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1818,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1819,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1820,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1821,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1822,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1823,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1824,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1825,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1826,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1827,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1828,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1829,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1830,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1831,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1832,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1833,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1834,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1835,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1836,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1837,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1838,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1839,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1840,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1841,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1842,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1843,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1844,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1845,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1846,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1847,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1848,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1849,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1850,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1851,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1852,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1853,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1854,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1855,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1856,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1857,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1858,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1859,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1860,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1861,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1862,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1863,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1864,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1865,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1866,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1867,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1868,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1869,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1870,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1871,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1872,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1873,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1874,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1875,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1876,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1877,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1878,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1879,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1880,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1881,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1882,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1883,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1884,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1885,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1886,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1887,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1888,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1889,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1890,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1891,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1892,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1893,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1894,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1895,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1896,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1897,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1898,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1899,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1900,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1901,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1902,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1903,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1904,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1905,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1906,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1907,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1908,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1909,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1910,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1911,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1912,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1913,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1914,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1915,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1916,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1917,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1918,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1919,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1920,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1921,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1922,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1923,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1924,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1925,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1926,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1927,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1928,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1929,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1930,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1931,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1932,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1933,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1934,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1935,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1936,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1937,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1938,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1939,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1940,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1941,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1942,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1943,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1944,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1945,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1946,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1947,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1948,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1949,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1950,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1951,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1952,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1953,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1954,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1955,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1956,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1957,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1958,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1959,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1960,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1961,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1962,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1963,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1964,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1965,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1966,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1967,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1968,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1969,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1970,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1971,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1972,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1973,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1974,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1975,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1976,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1977,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1978,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1979,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1980,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1981,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1982,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1983,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1984,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1985,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1986,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1987,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1988,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1989,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1990,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1991,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1992,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1993,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1994,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1995,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1996,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1997,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1998,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1999,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2000,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2001,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2002,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2003,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2004,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2005,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2006,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2007,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2008,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2009,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2010,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2011,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2012,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2013,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2014,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2015,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2016,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2017,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2018,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2019,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2020,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2021,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2022,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2023,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2024,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2025,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2026,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2027,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2028,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2029,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2030,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2031,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2032,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2033,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2034,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2035,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2036,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2037,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2038,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2039,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2040,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2041,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2042,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2043,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2044,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2045,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2046,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2047,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2048,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2049,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2050,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2051,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2052,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2053,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2054,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2055,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2056,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2057,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2058,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2059,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2060,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2061,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2062,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2063,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2064,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2065,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2066,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2067,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2068,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2069,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2070,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2071,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2072,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2073,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2074,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2075,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2076,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2077,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2078,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2079,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2080,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2081,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2082,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2083,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2084,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2085,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2086,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2087,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2088,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2089,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2090,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2091,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2092,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2093,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2094,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2095,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2096,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2097,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2098,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2099,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2100,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2101,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2102,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2103,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2104,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2105,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2106,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2107,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2108,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2109,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2110,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2111,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2112,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2113,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2114,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2115,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2116,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2117,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2118,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2119,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2120,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2121,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2122,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2123,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2124,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2125,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2126,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2127,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2128,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2129,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2130,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2131,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2132,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2133,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2134,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2135,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2136,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2137,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2138,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2139,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2140,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2141,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2142,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2143,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2144,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2145,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2146,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2147,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2148,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2149,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2150,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2151,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2152,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2153,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2154,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2155,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2156,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2157,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2158,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2159,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2160,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2161,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2162,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2163,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2164,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2165,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2166,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2167,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2168,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2169,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2170,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2171,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2172,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2173,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2174,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2175,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2176,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2177,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2178,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2179,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2180,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2181,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2182,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2183,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2184,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2185,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2186,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2187,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2188,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2189,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2190,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2191,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2192,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2193,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2194,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2195,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2196,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2197,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2198,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2199,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2200,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2201,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2202,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2203,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2204,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2205,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2206,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2207,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2208,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2209,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2210,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2211,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2212,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2213,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2214,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2215,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2216,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2217,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2218,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2219,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2220,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2221,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2222,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2223,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2224,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2225,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2226,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2227,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2228,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2229,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2230,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2231,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2232,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2233,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2234,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2235,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2236,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2237,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2238,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2239,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2240,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2241,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2242,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2243,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2244,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2245,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2246,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2247,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2248,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2249,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2250,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2251,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2252,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2253,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2254,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2255,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2256,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2257,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2258,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2259,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2260,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2261,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2262,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2263,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2264,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2265,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2266,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2267,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2268,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2269,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2270,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2271,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2272,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2273,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2274,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2275,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2276,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2277,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2278,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2279,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2280,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2281,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2282,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2283,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2284,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2285,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2286,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2287,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2288,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2289,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2290,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2291,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2292,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2293,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2294,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2295,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2296,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2297,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2298,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2299,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2300,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2301,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2302,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2303,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2304,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2305,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2306,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2307,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2308,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2309,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2310,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2311,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2312,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2313,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2314,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2315,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2316,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2317,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2318,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2319,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2320,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2321,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2322,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2323,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2324,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2325,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2326,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2327,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2328,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2329,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2330,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2331,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2332,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2333,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2334,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2335,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2336,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2337,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2338,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2339,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2340,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2341,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2342,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2343,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2344,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2345,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2346,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2347,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2348,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2349,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2350,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2351,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2352,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2353,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2354,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2355,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2356,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2357,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2358,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2359,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2360,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2361,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2362,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2363,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2364,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2365,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2366,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2367,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2368,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2369,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2370,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2371,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2372,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2373,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2374,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2375,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2376,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2377,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2378,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2379,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2380,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2381,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2382,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2383,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2384,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2385,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2386,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2387,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2388,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2389,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2390,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2391,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2392,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2393,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2394,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2395,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2396,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2397,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2398,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2399,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2400,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2401,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2402,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2403,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2404,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2405,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2406,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2407,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2408,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2409,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2410,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2411,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2412,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2413,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2414,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2415,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2416,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2417,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2418,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2419,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2420,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2421,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2422,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2423,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2424,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2425,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2426,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2427,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2428,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2429,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2430,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2431,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2432,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2433,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2434,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2435,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2436,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2437,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2438,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2439,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2440,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2441,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2442,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2443,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2444,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2445,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2446,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2447,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2448,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2449,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2450,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2451,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2452,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2453,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2454,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2455,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2456,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2457,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2458,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2459,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2460,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2461,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2462,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2463,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2464,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2465,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2466,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2467,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2468,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2469,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2470,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2471,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2472,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2473,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2474,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2475,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2476,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2477,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2478,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2479,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2480,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2481,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2482,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2483,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2484,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2485,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2486,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2487,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2488,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2489,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2490,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2491,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2492,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2493,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2494,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2495,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2496,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2497,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2498,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2499,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2500,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2501,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2502,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2503,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2504,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2505,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2506,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2507,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2508,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2509,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2510,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2511,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2512,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2513,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2514,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2515,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2516,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2517,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2518,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2519,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2520,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2521,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2522,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2523,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2524,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2525,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2526,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2527,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2528,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2529,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2530,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2531,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2532,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2533,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2534,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2535,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2536,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2537,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2538,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2539,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2540,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2541,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2542,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2543,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2544,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2545,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2546,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2547,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2548,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2549,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2550,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2551,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2552,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2553,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2554,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2555,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2556,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2557,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2558,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2559,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2560,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2561,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2562,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2563,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2564,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2565,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2566,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2567,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2568,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2569,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2570,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2571,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2572,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2573,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2574,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2575,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2576,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2577,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2578,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2579,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2580,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2581,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2582,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2583,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2584,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2585,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2586,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2587,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2588,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2589,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2590,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2591,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2592,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2593,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2594,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2595,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2596,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2597,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2598,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2599,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2600,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2601,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2602,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2603,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2604,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2605,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2606,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2607,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2608,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2609,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2610,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2611,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2612,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2613,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2614,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2615,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2616,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2617,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2618,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2619,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2620,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2621,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2622,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2623,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2624,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2625,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2626,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2627,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2628,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2629,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2630,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2631,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2632,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2633,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2634,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2635,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2636,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2637,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2638,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2639,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2640,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2641,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2642,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2643,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2644,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2645,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2646,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2647,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2648,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2649,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2650,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2651,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2652,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2653,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2654,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2655,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2656,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2657,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2658,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2659,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2660,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2661,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2662,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2663,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2664,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2665,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2666,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2667,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2668,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2669,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2670,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2671,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2672,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2673,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2674,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2675,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2676,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2677,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2678,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2679,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2680,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2681,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2682,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2683,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2684,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2685,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2686,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2687,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2688,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2689,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2690,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2691,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2692,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2693,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2694,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2695,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2696,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2697,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2698,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2699,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2700,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2701,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2702,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2703,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2704,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2705,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2706,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2707,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2708,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2709,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2710,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2711,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2712,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2713,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2714,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2715,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2716,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2717,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2718,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2719,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2720,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2721,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2722,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2723,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2724,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2725,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2726,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2727,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2728,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2729,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2730,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2731,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2732,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2733,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2734,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2735,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2736,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2737,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2738,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2739,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2740,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2741,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2742,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2743,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2744,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2745,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2746,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2747,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2748,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2749,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2750,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2751,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2752,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2753,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2754,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2755,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2756,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2757,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2758,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2759,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2760,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2761,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2762,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2763,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2764,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2765,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2766,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2767,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2768,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2769,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2770,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2771,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2772,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2773,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2774,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2775,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2776,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2777,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2778,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2779,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2780,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2781,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2782,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2783,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2784,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2785,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2786,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2787,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2788,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2789,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2790,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2791,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2792,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2793,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2794,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2795,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2796,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2797,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2798,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2799,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2800,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2801,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2802,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2803,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2804,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2805,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2806,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2807,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2808,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2809,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2810,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2811,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2812,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2813,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2814,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2815,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2816,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2817,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2818,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2819,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2820,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2821,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2822,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2823,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2824,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2825,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2826,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2827,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2828,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2829,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2830,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2831,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2832,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2833,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2834,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2835,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2836,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2837,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2838,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2839,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2840,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2841,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2842,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2843,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2844,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2845,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2846,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2847,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2848,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2849,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2850,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2851,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2852,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2853,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2854,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2855,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2856,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2857,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2858,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2859,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2860,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2861,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2862,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2863,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2864,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2865,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2866,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2867,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2868,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2869,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2870,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2871,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2872,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2873,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2874,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2875,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2876,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2877,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2878,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2879,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2880,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2881,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2882,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2883,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2884,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2885,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2886,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2887,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2888,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2889,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2890,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2891,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2892,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2893,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2894,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2895,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2896,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2897,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2898,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2899,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2900,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2901,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2902,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2903,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2904,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2905,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2906,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2907,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2908,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2909,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2910,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2911,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2912,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2913,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2914,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2915,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2916,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2917,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2918,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2919,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2920,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2921,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2922,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2923,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2924,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2925,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2926,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2927,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2928,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2929,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2930,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2931,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2932,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2933,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2934,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2935,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2936,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2937,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2938,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2939,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2940,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2941,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2942,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2943,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2944,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2945,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2946,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2947,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2948,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2949,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2950,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2951,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2952,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2953,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2954,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2955,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2956,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2957,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2958,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2959,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2960,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2961,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2962,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2963,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2964,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2965,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2966,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2967,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2968,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2969,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2970,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2971,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2972,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2973,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2974,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2975,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2976,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2977,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2978,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2979,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2980,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2981,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2982,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2983,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2984,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2985,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2986,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2987,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2988,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2989,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2990,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2991,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2992,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2993,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2994,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2995,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2996,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2997,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2998,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2999,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3000,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3001,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3002,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3003,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3004,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3005,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3006,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3007,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3008,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3009,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3010,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3011,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3012,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3013,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3014,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3015,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3016,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3017,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3018,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3019,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3020,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3021,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3022,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3023,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3024,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3025,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3026,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3027,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3028,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3029,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3030,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3031,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3032,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3033,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3034,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3035,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3036,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3037,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3038,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3039,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3040,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3041,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3042,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3043,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3044,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3045,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3046,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3047,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3048,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3049,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3050,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3051,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3052,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3053,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3054,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3055,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3056,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3057,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3058,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3059,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3060,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3061,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3062,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3063,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3064,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3065,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3066,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3067,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3068,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3069,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3070,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3071,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3072,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3073,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3074,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3075,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3076,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3077,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3078,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3079,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3080,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3081,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3082,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3083,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3084,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3085,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3086,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3087,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3088,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3089,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3090,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3091,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3092,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3093,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3094,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3095,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3096,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3097,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3098,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3099,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3100,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3101,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3102,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3103,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3104,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3105,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3106,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3107,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3108,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3109,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3110,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3111,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3112,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3113,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3114,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3115,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3116,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3117,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3118,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3119,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3120,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3121,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3122,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3123,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3124,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3125,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3126,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3127,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3128,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3129,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3130,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3131,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3132,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3133,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3134,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3135,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3136,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3137,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3138,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3139,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3140,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3141,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3142,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3143,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3144,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3145,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3146,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3147,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3148,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3149,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3150,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3151,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3152,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3153,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3154,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3155,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3156,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3157,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3158,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3159,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3160,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3161,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3162,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3163,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3164,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3165,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3166,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3167,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3168,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3169,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3170,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3171,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3172,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3173,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3174,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3175,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3176,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3177,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3178,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3179,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3180,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3181,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3182,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3183,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3184,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3185,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3186,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3187,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3188,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3189,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3190,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3191,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3192,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3193,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3194,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3195,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3196,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3197,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3198,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3199,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3200,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3201,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3202,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3203,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3204,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3205,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3206,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3207,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3208,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3209,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3210,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3211,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3212,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3213,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3214,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3215,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3216,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3217,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3218,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3219,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3220,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3221,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3222,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3223,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3224,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3225,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3226,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3227,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3228,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3229,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3230,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3231,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3232,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3233,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3234,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3235,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3236,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3237,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3238,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3239,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3240,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3241,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3242,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3243,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3244,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3245,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3246,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3247,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3248,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3249,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3250,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3251,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3252,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3253,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3254,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3255,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3256,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3257,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3258,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3259,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3260,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3261,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3262,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3263,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3264,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3265,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3266,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3267,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3268,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3269,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3270,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3271,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3272,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3273,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3274,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3275,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3276,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3277,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3278,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3279,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3280,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3281,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3282,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3283,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3284,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3285,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3286,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3287,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3288,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3289,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3290,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3291,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3292,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3293,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3294,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3295,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3296,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3297,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3298,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3299,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3300,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3301,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3302,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3303,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3304,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3305,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3306,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3307,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3308,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3309,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3310,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3311,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3312,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3313,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3314,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3315,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3316,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3317,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3318,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3319,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3320,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3321,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3322,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3323,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3324,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3325,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3326,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3327,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3328,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3329,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3330,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3331,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3332,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3333,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3334,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3335,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3336,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3337,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3338,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3339,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3340,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3341,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3342,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3343,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3344,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3345,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3346,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3347,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3348,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3349,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3350,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3351,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3352,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3353,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3354,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3355,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3356,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3357,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3358,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3359,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3360,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3361,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3362,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3363,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3364,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3365,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3366,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3367,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3368,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3369,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3370,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3371,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3372,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3373,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3374,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3375,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3376,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3377,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3378,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3379,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3380,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3381,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3382,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3383,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3384,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3385,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3386,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3387,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3388,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3389,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3390,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3391,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3392,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3393,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3394,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3395,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3396,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3397,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3398,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3399,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3400,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3401,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3402,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3403,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3404,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3405,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3406,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3407,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3408,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3409,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3410,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3411,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3412,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3413,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3414,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3415,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3416,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3417,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3418,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3419,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3420,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3421,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3422,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3423,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3424,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3425,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3426,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3427,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3428,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3429,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3430,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3431,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3432,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3433,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3434,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3435,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3436,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3437,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3438,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3439,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3440,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3441,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3442,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3443,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3444,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3445,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3446,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3447,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3448,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3449,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3450,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3451,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3452,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3453,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3454,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3455,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3456,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3457,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3458,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3459,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3460,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3461,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3462,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3463,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3464,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3465,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3466,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3467,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3468,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3469,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3470,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3471,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3472,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3473,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3474,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3475,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3476,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3477,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3478,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3479,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3480,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3481,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3482,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3483,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3484,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3485,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3486,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3487,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3488,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3489,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3490,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3491,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3492,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3493,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3494,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3495,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3496,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3497,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3498,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3499,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3500,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3501,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3502,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3503,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3504,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3505,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3506,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3507,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3508,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3509,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3510,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3511,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3512,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3513,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3514,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3515,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3516,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3517,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3518,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3519,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3520,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3521,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3522,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3523,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3524,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3525,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3526,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3527,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3528,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3529,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3530,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3531,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3532,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3533,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3534,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3535,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3536,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3537,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3538,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3539,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3540,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3541,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3542,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3543,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3544,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3545,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3546,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3547,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3548,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3549,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3550,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3551,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3552,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3553,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3554,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3555,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3556,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3557,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3558,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3559,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3560,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3561,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3562,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3563,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3564,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3565,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3566,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3567,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3568,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3569,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3570,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3571,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3572,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3573,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3574,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3575,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3576,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3577,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3578,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3579,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3580,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3581,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3582,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3583,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3584,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3585,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3586,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3587,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3588,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3589,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3590,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3591,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3592,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3593,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3594,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3595,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3596,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3597,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3598,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3599,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3600,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3601,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3602,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3603,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3604,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3605,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3606,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3607,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3608,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3609,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3610,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3611,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3612,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3613,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3614,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3615,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3616,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3617,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3618,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3619,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3620,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3621,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3622,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3623,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3624,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3625,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3626,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3627,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3628,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3629,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3630,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3631,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3632,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3633,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3634,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3635,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3636,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3637,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3638,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3639,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3640,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3641,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3642,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3643,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3644,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3645,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3646,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3647,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3648,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3649,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3650,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3651,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3652,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3653,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3654,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3655,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3656,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3657,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3658,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3659,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3660,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3661,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3662,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3663,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3664,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3665,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3666,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3667,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3668,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3669,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3670,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3671,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3672,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3673,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3674,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3675,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3676,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3677,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3678,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3679,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3680,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3681,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3682,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3683,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3684,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3685,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3686,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3687,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3688,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3689,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3690,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3691,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3692,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3693,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3694,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3695,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3696,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3697,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3698,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3699,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3700,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3701,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3702,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3703,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3704,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3705,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3706,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3707,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3708,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3709,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3710,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3711,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3712,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3713,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3714,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3715,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3716,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3717,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3718,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3719,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3720,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3721,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3722,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3723,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3724,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3725,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3726,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3727,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3728,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3729,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3730,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3731,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3732,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3733,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3734,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3735,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3736,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3737,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3738,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3739,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3740,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3741,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3742,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3743,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3744,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3745,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3746,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3747,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3748,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3749,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3750,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3751,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3752,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3753,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3754,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3755,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3756,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3757,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3758,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3759,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3760,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3761,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3762,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3763,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3764,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3765,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3766,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3767,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3768,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3769,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3770,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3771,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3772,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3773,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3774,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3775,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3776,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3777,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3778,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3779,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3780,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3781,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3782,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3783,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3784,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3785,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3786,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3787,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3788,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3789,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3790,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3791,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3792,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3793,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3794,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3795,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3796,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3797,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3798,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3799,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3800,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3801,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3802,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3803,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3804,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3805,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3806,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3807,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3808,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3809,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3810,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3811,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3812,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3813,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3814,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3815,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3816,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3817,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3818,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3819,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3820,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3821,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3822,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3823,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3824,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3825,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3826,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3827,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3828,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3829,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3830,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3831,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3832,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3833,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3834,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3835,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3836,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3837,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3838,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3839,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3840,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3841,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3842,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3843,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3844,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3845,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3846,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3847,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3848,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3849,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3850,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3851,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3852,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3853,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3854,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3855,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3856,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3857,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3858,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3859,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3860,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3861,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3862,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3863,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3864,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3865,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3866,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3867,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3868,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3869,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3870,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3871,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3872,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3873,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3874,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3875,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3876,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3877,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3878,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3879,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3880,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3881,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3882,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3883,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3884,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3885,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3886,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3887,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3888,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3889,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3890,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3891,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3892,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3893,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3894,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3895,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3896,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3897,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3898,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3899,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3900,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3901,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3902,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3903,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3904,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3905,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3906,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3907,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3908,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3909,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3910,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3911,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3912,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3913,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3914,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3915,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3916,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3917,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3918,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3919,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3920,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3921,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3922,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3923,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3924,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3925,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3926,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3927,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3928,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3929,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3930,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3931,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3932,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3933,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3934,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3935,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3936,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3937,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3938,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3939,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3940,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3941,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3942,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3943,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3944,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3945,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3946,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3947,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3948,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3949,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3950,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3951,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3952,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3953,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3954,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3955,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3956,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3957,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3958,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3959,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3960,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3961,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3962,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3963,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3964,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3965,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3966,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3967,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3968,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3969,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3970,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3971,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3972,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3973,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3974,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3975,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3976,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3977,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3978,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3979,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3980,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3981,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3982,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3983,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3984,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3985,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3986,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3987,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3988,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3989,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3990,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3991,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3992,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3993,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3994,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3995,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3996,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3997,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3998,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3999,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4000,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4001,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4002,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4003,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4004,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4005,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4006,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4007,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4008,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4009,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4010,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4011,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4012,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4013,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4014,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4015,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4016,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4017,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4018,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4019,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4020,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4021,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4022,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4023,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4024,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4025,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4026,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4027,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4028,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4029,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4030,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4031,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4032,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4033,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4034,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4035,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4036,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4037,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4038,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4039,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4040,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4041,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4042,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4043,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4044,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4045,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4046,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4047,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4048,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4049,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4050,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4051,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4052,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4053,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4054,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4055,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4056,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4057,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4058,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4059,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4060,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4061,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4062,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4063,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4064,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4065,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4066,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4067,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4068,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4069,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4070,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4071,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4072,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4073,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4074,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4075,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4076,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4077,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4078,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4079,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4080,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4081,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4082,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4083,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4084,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4085,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4086,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4087,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4088,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4089,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4090,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4091,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4092,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4093,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4094,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4095,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4096,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4097,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4098,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4099,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4100,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4101,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4102,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4103,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4104,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4105,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4106,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4107,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4108,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4109,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4110,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4111,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4112,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4113,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4114,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4115,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4116,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4117,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4118,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4119,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4120,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4121,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4122,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4123,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4124,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4125,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4126,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4127,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4128,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4129,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4130,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4131,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4132,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4133,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4134,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4135,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4136,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4137,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4138,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4139,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4140,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4141,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4142,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4143,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4144,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4145,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4146,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4147,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4148,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4149,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4150,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4151,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4152,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4153,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4154,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4155,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4156,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4157,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4158,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4159,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4160,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4161,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4162,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4163,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4164,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4165,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4166,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4167,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4168,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4169,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4170,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4171,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4172,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4173,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4174,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4175,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4176,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4177,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4178,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4179,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4180,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4181,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4182,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4183,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4184,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4185,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4186,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4187,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4188,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4189,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4190,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4191,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4192,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4193,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4194,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4195,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4196,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4197,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4198,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4199,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4200,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4201,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4202,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4203,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4204,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4205,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4206,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4207,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4208,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4209,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4210,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4211,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4212,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4213,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4214,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4215,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4216,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4217,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4218,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4219,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4220,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4221,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4222,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4223,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4224,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4225,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4226,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4227,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4228,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4229,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4230,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4231,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4232,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4233,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4234,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4235,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4236,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4237,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4238,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4239,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4240,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4241,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4242,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4243,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4244,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4245,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4246,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4247,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4248,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4249,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4250,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4251,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4252,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4253,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4254,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4255,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4256,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4257,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4258,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4259,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4260,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4261,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4262,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4263,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4264,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4265,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4266,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4267,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4268,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4269,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4270,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4271,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4272,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4273,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4274,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4275,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4276,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4277,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4278,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4279,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4280,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4281,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4282,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4283,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4284,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4285,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4286,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4287,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4288,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4289,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4290,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4291,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4292,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4293,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4294,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4295,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4296,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4297,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4298,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4299,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4300,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4301,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4302,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4303,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4304,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4305,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4306,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4307,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4308,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4309,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4310,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4311,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4312,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4313,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4314,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4315,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4316,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4317,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4318,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4319,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4320,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4321,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4322,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4323,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4324,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4325,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4326,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4327,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4328,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4329,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4330,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4331,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4332,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4333,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4334,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4335,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4336,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4337,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4338,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4339,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4340,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4341,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4342,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4343,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4344,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4345,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4346,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4347,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4348,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4349,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4350,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4351,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4352,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4353,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4354,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4355,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4356,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4357,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4358,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4359,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4360,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4361,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4362,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4363,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4364,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4365,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4366,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4367,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4368,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4369,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4370,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4371,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4372,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4373,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4374,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4375,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4376,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4377,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4378,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4379,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4380,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4381,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4382,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4383,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4384,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4385,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4386,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4387,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4388,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4389,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4390,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4391,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4392,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4393,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4394,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4395,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4396,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4397,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4398,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4399,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4400,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4401,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4402,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4403,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4404,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4405,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4406,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4407,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4408,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4409,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4410,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4411,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4412,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4413,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4414,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4415,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4416,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4417,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4418,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4419,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4420,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4421,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4422,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4423,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4424,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4425,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4426,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4427,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4428,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4429,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4430,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4431,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4432,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4433,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4434,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4435,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4436,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4437,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4438,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4439,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4440,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4441,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4442,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4443,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4444,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4445,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4446,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4447,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4448,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4449,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4450,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4451,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4452,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4453,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4454,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4455,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4456,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4457,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4458,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4459,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4460,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4461,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4462,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4463,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4464,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4465,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4466,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4467,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4468,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4469,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4470,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4471,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4472,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4473,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4474,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4475,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4476,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4477,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4478,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4479,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4480,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4481,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4482,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4483,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4484,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4485,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4486,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4487,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4488,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4489,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4490,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4491,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4492,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4493,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4494,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4495,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4496,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4497,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4498,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4499,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4500,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4501,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4502,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4503,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4504,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4505,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4506,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4507,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4508,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4509,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4510,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4511,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4512,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4513,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4514,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4515,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4516,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4517,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4518,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4519,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4520,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4521,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4522,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4523,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4524,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4525,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4526,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4527,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4528,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4529,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4530,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4531,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4532,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4533,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4534,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4535,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4536,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4537,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4538,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4539,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4540,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4541,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4542,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4543,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4544,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4545,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4546,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4547,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4548,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4549,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4550,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4551,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4552,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4553,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4554,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4555,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4556,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4557,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4558,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4559,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4560,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4561,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4562,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4563,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4564,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4565,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4566,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4567,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4568,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4569,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4570,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4571,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4572,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4573,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4574,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4575,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4576,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4577,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4578,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4579,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4580,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4581,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4582,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4583,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4584,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4585,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4586,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4587,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4588,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4589,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4590,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4591,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4592,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4593,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4594,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4595,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4596,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4597,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4598,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4599,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4600,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4601,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4602,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4603,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4604,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4605,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4606,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4607,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4608,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4609,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4610,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4611,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4612,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4613,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4614,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4615,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4616,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4617,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4618,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4619,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4620,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4621,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4622,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4623,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4624,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4625,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4626,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4627,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4628,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4629,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4630,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4631,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4632,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4633,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4634,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4635,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4636,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4637,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4638,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4639,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4640,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4641,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4642,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4643,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4644,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4645,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4646,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4647,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4648,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4649,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4650,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4651,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4652,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4653,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4654,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4655,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4656,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4657,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4658,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4659,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4660,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4661,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4662,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4663,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4664,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4665,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4666,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4667,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4668,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4669,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4670,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4671,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4672,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4673,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4674,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4675,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4676,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4677,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4678,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4679,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4680,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4681,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4682,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4683,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4684,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4685,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4686,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4687,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4688,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4689,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4690,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4691,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4692,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4693,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4694,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4695,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4696,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4697,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4698,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4699,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4700,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4701,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4702,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4703,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4704,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4705,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4706,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4707,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4708,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4709,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4710,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4711,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4712,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4713,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4714,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4715,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4716,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4717,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4718,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4719,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4720,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4721,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4722,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4723,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4724,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4725,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4726,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4727,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4728,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4729,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4730,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4731,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4732,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4733,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4734,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4735,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4736,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4737,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4738,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4739,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4740,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4741,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4742,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4743,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4744,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4745,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4746,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4747,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4748,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4749,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4750,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4751,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4752,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4753,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4754,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4755,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4756,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4757,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4758,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4759,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4760,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4761,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4762,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4763,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4764,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4765,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4766,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4767,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4768,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4769,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4770,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4771,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4772,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4773,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4774,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4775,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4776,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4777,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4778,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4779,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4780,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4781,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4782,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4783,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4784,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4785,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4786,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4787,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4788,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4789,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4790,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4791,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4792,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4793,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4794,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4795,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4796,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4797,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4798,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4799,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4800,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4801,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4802,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4803,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4804,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4805,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4806,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4807,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4808,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4809,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4810,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4811,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4812,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4813,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4814,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4815,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4816,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4817,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4818,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4819,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4820,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4821,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4822,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4823,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4824,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4825,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4826,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4827,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4828,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4829,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4830,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4831,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4832,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4833,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4834,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4835,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4836,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4837,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4838,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4839,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4840,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4841,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4842,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4843,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4844,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4845,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4846,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4847,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4848,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4849,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4850,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4851,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4852,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4853,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4854,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4855,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4856,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4857,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4858,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4859,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4860,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4861,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4862,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4863,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4864,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4865,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4866,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4867,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4868,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4869,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4870,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4871,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4872,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4873,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4874,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4875,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4876,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4877,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4878,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4879,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4880,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4881,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4882,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4883,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4884,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4885,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4886,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4887,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4888,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4889,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4890,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4891,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4892,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4893,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4894,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4895,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4896,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4897,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4898,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4899,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4900,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4901,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4902,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4903,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4904,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4905,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4906,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4907,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4908,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4909,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4910,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4911,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4912,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4913,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4914,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4915,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4916,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4917,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4918,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4919,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4920,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4921,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4922,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4923,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4924,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4925,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4926,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4927,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4928,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4929,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4930,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4931,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4932,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4933,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4934,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4935,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4936,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4937,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4938,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4939,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4940,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4941,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4942,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4943,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4944,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4945,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4946,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4947,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4948,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4949,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4950,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4951,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4952,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4953,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4954,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4955,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4956,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4957,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4958,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4959,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4960,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4961,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4962,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4963,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4964,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4965,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4966,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4967,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4968,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4969,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4970,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4971,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4972,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4973,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4974,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4975,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4976,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4977,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4978,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4979,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4980,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4981,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4982,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4983,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4984,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4985,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4986,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4987,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4988,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4989,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4990,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4991,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4992,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4993,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4994,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4995,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4996,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4997,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4998,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4999,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5000,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5001,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5002,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5003,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5004,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5005,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5006,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5007,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5008,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5009,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5010,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5011,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5012,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5013,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5014,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5015,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5016,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5017,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5018,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5019,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5020,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5021,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5022,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5023,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5024,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5025,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5026,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5027,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5028,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5029,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5030,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5031,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5032,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5033,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5034,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5035,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5036,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5037,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5038,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5039,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5040,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5041,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5042,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5043,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5044,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5045,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5046,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5047,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5048,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5049,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5050,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5051,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5052,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5053,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5054,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5055,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5056,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5057,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5058,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5059,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5060,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5061,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5062,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5063,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5064,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5065,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5066,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5067,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5068,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5069,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5070,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5071,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5072,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5073,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5074,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5075,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5076,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5077,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5078,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5079,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5080,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5081,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5082,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5083,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5084,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5085,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5086,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5087,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5088,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5089,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5090,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5091,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5092,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5093,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5094,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5095,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5096,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5097,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5098,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5099,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5100,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5101,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5102,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5103,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5104,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5105,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5106,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5107,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5108,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5109,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5110,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5111,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5112,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5113,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5114,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5115,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5116,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5117,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5118,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5119,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5120,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5121,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5122,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5123,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5124,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5125,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5126,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5127,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5128,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5129,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5130,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5131,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5132,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5133,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5134,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5135,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5136,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5137,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5138,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5139,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5140,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5141,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5142,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5143,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5144,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5145,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5146,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5147,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5148,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5149,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5150,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5151,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5152,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5153,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5154,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5155,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5156,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5157,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5158,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5159,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5160,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5161,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5162,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5163,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5164,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5165,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5166,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5167,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5168,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5169,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5170,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5171,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5172,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5173,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5174,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5175,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5176,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5177,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5178,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5179,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5180,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5181,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5182,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5183,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5184,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5185,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5186,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5187,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5188,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5189,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5190,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5191,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5192,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5193,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5194,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5195,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5196,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5197,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5198,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5199,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5200,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5201,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5202,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5203,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5204,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5205,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5206,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5207,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5208,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5209,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5210,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5211,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5212,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5213,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5214,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5215,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5216,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5217,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5218,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5219,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5220,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5221,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5222,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5223,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5224,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5225,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5226,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5227,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5228,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5229,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5230,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5231,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5232,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5233,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5234,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5235,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5236,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5237,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5238,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5239,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5240,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5241,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5242,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5243,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5244,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5245,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5246,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5247,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5248,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5249,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5250,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5251,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5252,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5253,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5254,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5255,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5256,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5257,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5258,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5259,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5260,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5261,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5262,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5263,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5264,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5265,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5266,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5267,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5268,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5269,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5270,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5271,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5272,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5273,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5274,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5275,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5276,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5277,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5278,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5279,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5280,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5281,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5282,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5283,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5284,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5285,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5286,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5287,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5288,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5289,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5290,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5291,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5292,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5293,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5294,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5295,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5296,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5297,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5298,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5299,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5300,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5301,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5302,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5303,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5304,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5305,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5306,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5307,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5308,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5309,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5310,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5311,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5312,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5313,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5314,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5315,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5316,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5317,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5318,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5319,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5320,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5321,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5322,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5323,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5324,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5325,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5326,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5327,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5328,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5329,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5330,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5331,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5332,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5333,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5334,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5335,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5336,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5337,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5338,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5339,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5340,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5341,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5342,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5343,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5344,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5345,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5346,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5347,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5348,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5349,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5350,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5351,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5352,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5353,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5354,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5355,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5356,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5357,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5358,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5359,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5360,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5361,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5362,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5363,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5364,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5365,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5366,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5367,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5368,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5369,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5370,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5371,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5372,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5373,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5374,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5375,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5376,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5377,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5378,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5379,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5380,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5381,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5382,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5383,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5384,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5385,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5386,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5387,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5388,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5389,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5390,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5391,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5392,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5393,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5394,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5395,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5396,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5397,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5398,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5399,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5400,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5401,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5402,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5403,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5404,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5405,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5406,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5407,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5408,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5409,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5410,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5411,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5412,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5413,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5414,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5415,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5416,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5417,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5418,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5419,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5420,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5421,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5422,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5423,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5424,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5425,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5426,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5427,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5428,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5429,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5430,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5431,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5432,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5433,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5434,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5435,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5436,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5437,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5438,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5439,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5440,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5441,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5442,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5443,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5444,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5445,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5446,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5447,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5448,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5449,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5450,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5451,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5452,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5453,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5454,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5455,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5456,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5457,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5458,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5459,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5460,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5461,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5462,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5463,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5464,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5465,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5466,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5467,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5468,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5469,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5470,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5471,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5472,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5473,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5474,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5475,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5476,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5477,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5478,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5479,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5480,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5481,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5482,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5483,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5484,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5485,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5486,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5487,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5488,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5489,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5490,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5491,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5492,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5493,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5494,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5495,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5496,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5497,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5498,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5499,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5500,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5501,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5502,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5503,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5504,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5505,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5506,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5507,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5508,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5509,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5510,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5511,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5512,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5513,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5514,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5515,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5516,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5517,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5518,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5519,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5520,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5521,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5522,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5523,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5524,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5525,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5526,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5527,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5528,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5529,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5530,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5531,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5532,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5533,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5534,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5535,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5536,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5537,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5538,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5539,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5540,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5541,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5542,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5543,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5544,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5545,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5546,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5547,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5548,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5549,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5550,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5551,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5552,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5553,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5554,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5555,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5556,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5557,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5558,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5559,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5560,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5561,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5562,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5563,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5564,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5565,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5566,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5567,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5568,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5569,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5570,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5571,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5572,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5573,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5574,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5575,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5576,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5577,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5578,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5579,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5580,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5581,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5582,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5583,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5584,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5585,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5586,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5587,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5588,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5589,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5590,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5591,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5592,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5593,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5594,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5595,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5596,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5597,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5598,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5599,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5600,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5601,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5602,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5603,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5604,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5605,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5606,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5607,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5608,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5609,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5610,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5611,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5612,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5613,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5614,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5615,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5616,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5617,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5618,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5619,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5620,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5621,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5622,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5623,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5624,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5625,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5626,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5627,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5628,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5629,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5630,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5631,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5632,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5633,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5634,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5635,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5636,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5637,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5638,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5639,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5640,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5641,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5642,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5643,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5644,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5645,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5646,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5647,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5648,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5649,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5650,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5651,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5652,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5653,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5654,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5655,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5656,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5657,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5658,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5659,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5660,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5661,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5662,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5663,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5664,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5665,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5666,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5667,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5668,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5669,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5670,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5671,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5672,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5673,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5674,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5675,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5676,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5677,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5678,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5679,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5680,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5681,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5682,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5683,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5684,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5685,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5686,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5687,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5688,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5689,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5690,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5691,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5692,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5693,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5694,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5695,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5696,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5697,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5698,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5699,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5700,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5701,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5702,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5703,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5704,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5705,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5706,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5707,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5708,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5709,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5710,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5711,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5712,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5713,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5714,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5715,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5716,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5717,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5718,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5719,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5720,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5721,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5722,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5723,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5724,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5725,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5726,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5727,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5728,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5729,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5730,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5731,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5732,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5733,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5734,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5735,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5736,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5737,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5738,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5739,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5740,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5741,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5742,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5743,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5744,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5745,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5746,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5747,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5748,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5749,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5750,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5751,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5752,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5753,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5754,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5755,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5756,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5757,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5758,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5759,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5760,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5761,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5762,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5763,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5764,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5765,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5766,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5767,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5768,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5769,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5770,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5771,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5772,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5773,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5774,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5775,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5776,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5777,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5778,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5779,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5780,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5781,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5782,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5783,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5784,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5785,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5786,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5787,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5788,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5789,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5790,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5791,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5792,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5793,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5794,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5795,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5796,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5797,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5798,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5799,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5800,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5801,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5802,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5803,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5804,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5805,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5806,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5807,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5808,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5809,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5810,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5811,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5812,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5813,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5814,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5815,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5816,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5817,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5818,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5819,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5820,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5821,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5822,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5823,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5824,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5825,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5826,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5827,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5828,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5829,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5830,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5831,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5832,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5833,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5834,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5835,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5836,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5837,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5838,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5839,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5840,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5841,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5842,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5843,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5844,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5845,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5846,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5847,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5848,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5849,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5850,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5851,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5852,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5853,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5854,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5855,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5856,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5857,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5858,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5859,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5860,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5861,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5862,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5863,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5864,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5865,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5866,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5867,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5868,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5869,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5870,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5871,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5872,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5873,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5874,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5875,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5876,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5877,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5878,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5879,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5880,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5881,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5882,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5883,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5884,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5885,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5886,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5887,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5888,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5889,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5890,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5891,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5892,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5893,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5894,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5895,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5896,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5897,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5898,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5899,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5900,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5901,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5902,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5903,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5904,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5905,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5906,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5907,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5908,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5909,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5910,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5911,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5912,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5913,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5914,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5915,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5916,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5917,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5918,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5919,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5920,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5921,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5922,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5923,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5924,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5925,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5926,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5927,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5928,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5929,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5930,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5931,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5932,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5933,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5934,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5935,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5936,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5937,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5938,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5939,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5940,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5941,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5942,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5943,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5944,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5945,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5946,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5947,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5948,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5949,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5950,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5951,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5952,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5953,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5954,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5955,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5956,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5957,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5958,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5959,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5960,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5961,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5962,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5963,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5964,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5965,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5966,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5967,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5968,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5969,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5970,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5971,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5972,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5973,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5974,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5975,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5976,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5977,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5978,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5979,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5980,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5981,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5982,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5983,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5984,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5985,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5986,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5987,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5988,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5989,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5990,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5991,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5992,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5993,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5994,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5995,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5996,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5997,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5998,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5999,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6000,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6001,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6002,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6003,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6004,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6005,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6006,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6007,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6008,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6009,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6010,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6011,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6012,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6013,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6014,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6015,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6016,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6017,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6018,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6019,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6020,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6021,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6022,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6023,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6024,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6025,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6026,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6027,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6028,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6029,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6030,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6031,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6032,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6033,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6034,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6035,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6036,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6037,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6038,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6039,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6040,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6041,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6042,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6043,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6044,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6045,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6046,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6047,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6048,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6049,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6050,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6051,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6052,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6053,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6054,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6055,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6056,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6057,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6058,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6059,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6060,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6061,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6062,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6063,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6064,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6065,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6066,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6067,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6068,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6069,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6070,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6071,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6072,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6073,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6074,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6075,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6076,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6077,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6078,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6079,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6080,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6081,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6082,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6083,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6084,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6085,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6086,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6087,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6088,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6089,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6090,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6091,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6092,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6093,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6094,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6095,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6096,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6097,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6098,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6099,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6100,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6101,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6102,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6103,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6104,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6105,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6106,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6107,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6108,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6109,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6110,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6111,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6112,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6113,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6114,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6115,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6116,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6117,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6118,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6119,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6120,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6121,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6122,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6123,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6124,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6125,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6126,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6127,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6128,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6129,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6130,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6131,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6132,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6133,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6134,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6135,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6136,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6137,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6138,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6139,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6140,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6141,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6142,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6143,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6144,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6145,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6146,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6147,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6148,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6149,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6150,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6151,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6152,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6153,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6154,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6155,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6156,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6157,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6158,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6159,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6160,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6161,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6162,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6163,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6164,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6165,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6166,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6167,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6168,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6169,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6170,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6171,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6172,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6173,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6174,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6175,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6176,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6177,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6178,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6179,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6180,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6181,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6182,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6183,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6184,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6185,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6186,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6187,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6188,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6189,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6190,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6191,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6192,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6193,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6194,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6195,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6196,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6197,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6198,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6199,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6200,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6201,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6202,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6203,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6204,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6205,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6206,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6207,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6208,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6209,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6210,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6211,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6212,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6213,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6214,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6215,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6216,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6217,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6218,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6219,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6220,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6221,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6222,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6223,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6224,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6225,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6226,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6227,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6228,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6229,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6230,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6231,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6232,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6233,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6234,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6235,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6236,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6237,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6238,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6239,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6240,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6241,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6242,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6243,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6244,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6245,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6246,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6247,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6248,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6249,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6250,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6251,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6252,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6253,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6254,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6255,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6256,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6257,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6258,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6259,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6260,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6261,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6262,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6263,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6264,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6265,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6266,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6267,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6268,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6269,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6270,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6271,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6272,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6273,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6274,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6275,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6276,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6277,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6278,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6279,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6280,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6281,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6282,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6283,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6284,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6285,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6286,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6287,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6288,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6289,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6290,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6291,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6292,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6293,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6294,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6295,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6296,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6297,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6298,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6299,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6300,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6301,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6302,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6303,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6304,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6305,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6306,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6307,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6308,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6309,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6310,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6311,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6312,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6313,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6314,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6315,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6316,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6317,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6318,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6319,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6320,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6321,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6322,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6323,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6324,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6325,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6326,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6327,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6328,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6329,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6330,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6331,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6332,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6333,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6334,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6335,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6336,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6337,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6338,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6339,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6340,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6341,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6342,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6343,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6344,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6345,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6346,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6347,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6348,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6349,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6350,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6351,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6352,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6353,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6354,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6355,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6356,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6357,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6358,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6359,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6360,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6361,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6362,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6363,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6364,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6365,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6366,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6367,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6368,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6369,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6370,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6371,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6372,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6373,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6374,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6375,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6376,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6377,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6378,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6379,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6380,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6381,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6382,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6383,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6384,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6385,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6386,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6387,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6388,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6389,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6390,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6391,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6392,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6393,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6394,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6395,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6396,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6397,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6398,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6399,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6400,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6401,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6402,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6403,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6404,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6405,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6406,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6407,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6408,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6409,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6410,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6411,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6412,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6413,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6414,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6415,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6416,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6417,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6418,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6419,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6420,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6421,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6422,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6423,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6424,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6425,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6426,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6427,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6428,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6429,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6430,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6431,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6432,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6433,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6434,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6435,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6436,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6437,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6438,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6439,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6440,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6441,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6442,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6443,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6444,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6445,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6446,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6447,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6448,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6449,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6450,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6451,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6452,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6453,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6454,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6455,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6456,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6457,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6458,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6459,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6460,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6461,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6462,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6463,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6464,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6465,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6466,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6467,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6468,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6469,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6470,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6471,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6472,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6473,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6474,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6475,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6476,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6477,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6478,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6479,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6480,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6481,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6482,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6483,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6484,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6485,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6486,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6487,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6488,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6489,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6490,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6491,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6492,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6493,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6494,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6495,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6496,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6497,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6498,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6499,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6500,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6501,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6502,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6503,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6504,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6505,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6506,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6507,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6508,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6509,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6510,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6511,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6512,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6513,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6514,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6515,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6516,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6517,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6518,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6519,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6520,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6521,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6522,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6523,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6524,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6525,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6526,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6527,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6528,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6529,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6530,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6531,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6532,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6533,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6534,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6535,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6536,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6537,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6538,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6539,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6540,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6541,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6542,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6543,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6544,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6545,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6546,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6547,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6548,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6549,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6550,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6551,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6552,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6553,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6554,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6555,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6556,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6557,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6558,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6559,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6560,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6561,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6562,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6563,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6564,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6565,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6566,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6567,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6568,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6569,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6570,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6571,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6572,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6573,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6574,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6575,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6576,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6577,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6578,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6579,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6580,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6581,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6582,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6583,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6584,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6585,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6586,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6587,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6588,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6589,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6590,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6591,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6592,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6593,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6594,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6595,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6596,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6597,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6598,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6599,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6600,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6601,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6602,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6603,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6604,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6605,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6606,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6607,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6608,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6609,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6610,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6611,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6612,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6613,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6614,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6615,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6616,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6617,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6618,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6619,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6620,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6621,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6622,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6623,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6624,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6625,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6626,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6627,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6628,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6629,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6630,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6631,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6632,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6633,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6634,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6635,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6636,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6637,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6638,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6639,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6640,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6641,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6642,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6643,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6644,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6645,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6646,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6647,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6648,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6649,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6650,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6651,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6652,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6653,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6654,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6655,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6656,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6657,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6658,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6659,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6660,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6661,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6662,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6663,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6664,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6665,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6666,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6667,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6668,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6669,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6670,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6671,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6672,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6673,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6674,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6675,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6676,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6677,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6678,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6679,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6680,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6681,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6682,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6683,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6684,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6685,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6686,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6687,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6688,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6689,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6690,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6691,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6692,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6693,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6694,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6695,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6696,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6697,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6698,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6699,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6700,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6701,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6702,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6703,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6704,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6705,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6706,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6707,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6708,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6709,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6710,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6711,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6712,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6713,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6714,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6715,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6716,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6717,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6718,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6719,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6720,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6721,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6722,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6723,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6724,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6725,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6726,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6727,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6728,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6729,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6730,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6731,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6732,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6733,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6734,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6735,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6736,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6737,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6738,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6739,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6740,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6741,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6742,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6743,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6744,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6745,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6746,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6747,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6748,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6749,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6750,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6751,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6752,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6753,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6754,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6755,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6756,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6757,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6758,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6759,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6760,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6761,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6762,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6763,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6764,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6765,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6766,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6767,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6768,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6769,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6770,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6771,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6772,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6773,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6774,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6775,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6776,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6777,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6778,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6779,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6780,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6781,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6782,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6783,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6784,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6785,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6786,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6787,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6788,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6789,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6790,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6791,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6792,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6793,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6794,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6795,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6796,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6797,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6798,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6799,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6800,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6801,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6802,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6803,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6804,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6805,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6806,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6807,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6808,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6809,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6810,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6811,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6812,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6813,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6814,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6815,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6816,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6817,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6818,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6819,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6820,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6821,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6822,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6823,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6824,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6825,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6826,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6827,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6828,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6829,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6830,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6831,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6832,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6833,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6834,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6835,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6836,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6837,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6838,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6839,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6840,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6841,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6842,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6843,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6844,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6845,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6846,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6847,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6848,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6849,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6850,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6851,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6852,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6853,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6854,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6855,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6856,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6857,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6858,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6859,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6860,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6861,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6862,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6863,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6864,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6865,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6866,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6867,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6868,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6869,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6870,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6871,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6872,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6873,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6874,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6875,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6876,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6877,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6878,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6879,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6880,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6881,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6882,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6883,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6884,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6885,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6886,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6887,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6888,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6889,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6890,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6891,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6892,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6893,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6894,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6895,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6896,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6897,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6898,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6899,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6900,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6901,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6902,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6903,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6904,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6905,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6906,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6907,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6908,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6909,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6910,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6911,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6912,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6913,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6914,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6915,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6916,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6917,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6918,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6919,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6920,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6921,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6922,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6923,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6924,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6925,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6926,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6927,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6928,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6929,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6930,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6931,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6932,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6933,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6934,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6935,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6936,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6937,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6938,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6939,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6940,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6941,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6942,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6943,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6944,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6945,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6946,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6947,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6948,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6949,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6950,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6951,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6952,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6953,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6954,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6955,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6956,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6957,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6958,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6959,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6960,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6961,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6962,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6963,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6964,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6965,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6966,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6967,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6968,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6969,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6970,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6971,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6972,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6973,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6974,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6975,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6976,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6977,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6978,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6979,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6980,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6981,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6982,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6983,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6984,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6985,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6986,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6987,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6988,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6989,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6990,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6991,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6992,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6993,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6994,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6995,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6996,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6997,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6998,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6999,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7000,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7001,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7002,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7003,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7004,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7005,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7006,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7007,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7008,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7009,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7010,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7011,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7012,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7013,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7014,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7015,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7016,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7017,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7018,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7019,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7020,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7021,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7022,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7023,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7024,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7025,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7026,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7027,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7028,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7029,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7030,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7031,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7032,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7033,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7034,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7035,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7036,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7037,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7038,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7039,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7040,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7041,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7042,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7043,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7044,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7045,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7046,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7047,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7048,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7049,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7050,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7051,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7052,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7053,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7054,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7055,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7056,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7057,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7058,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7059,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7060,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7061,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7062,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7063,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7064,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7065,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7066,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7067,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7068,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7069,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7070,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7071,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7072,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7073,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7074,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7075,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7076,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7077,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7078,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7079,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7080,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7081,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7082,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7083,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7084,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7085,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7086,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7087,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7088,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7089,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7090,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7091,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7092,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7093,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7094,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7095,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7096,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7097,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7098,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7099,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7100,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7101,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7102,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7103,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7104,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7105,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7106,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7107,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7108,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7109,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7110,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7111,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7112,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7113,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7114,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7115,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7116,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7117,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7118,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7119,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7120,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7121,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7122,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7123,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7124,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7125,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7126,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7127,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7128,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7129,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7130,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7131,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7132,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7133,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7134,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7135,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7136,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7137,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7138,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7139,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7140,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7141,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7142,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7143,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7144,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7145,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7146,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7147,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7148,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7149,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7150,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7151,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7152,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7153,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7154,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7155,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7156,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7157,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7158,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7159,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7160,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7161,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7162,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7163,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7164,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7165,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7166,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7167,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7168,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7169,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7170,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7171,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7172,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7173,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7174,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7175,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7176,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7177,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7178,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7179,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7180,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7181,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7182,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7183,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7184,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7185,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7186,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7187,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7188,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7189,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7190,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7191,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7192,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7193,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7194,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7195,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7196,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7197,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7198,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7199,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7200,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7201,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7202,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7203,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7204,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7205,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7206,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7207,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7208,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7209,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7210,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7211,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7212,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7213,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7214,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7215,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7216,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7217,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7218,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7219,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7220,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7221,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7222,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7223,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7224,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7225,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7226,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7227,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7228,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7229,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7230,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7231,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7232,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7233,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7234,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7235,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7236,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7237,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7238,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7239,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7240,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7241,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7242,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7243,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7244,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7245,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7246,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7247,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7248,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7249,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7250,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7251,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7252,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7253,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7254,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7255,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7256,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7257,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7258,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7259,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7260,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7261,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7262,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7263,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7264,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7265,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7266,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7267,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7268,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7269,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7270,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7271,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7272,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7273,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7274,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7275,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7276,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7277,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7278,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7279,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7280,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7281,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7282,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7283,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7284,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7285,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7286,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7287,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7288,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7289,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7290,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7291,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7292,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7293,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7294,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7295,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7296,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7297,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7298,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7299,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7300,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7301,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7302,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7303,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7304,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7305,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7306,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7307,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7308,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7309,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7310,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7311,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7312,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7313,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7314,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7315,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7316,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7317,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7318,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7319,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7320,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7321,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7322,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7323,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7324,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7325,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7326,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7327,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7328,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7329,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7330,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7331,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7332,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7333,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7334,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7335,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7336,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7337,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7338,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7339,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7340,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7341,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7342,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7343,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7344,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7345,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7346,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7347,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7348,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7349,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7350,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7351,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7352,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7353,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7354,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7355,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7356,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7357,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7358,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7359,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7360,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7361,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7362,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7363,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7364,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7365,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7366,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7367,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7368,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7369,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7370,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7371,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7372,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7373,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7374,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7375,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7376,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7377,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7378,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7379,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7380,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7381,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7382,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7383,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7384,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7385,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7386,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7387,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7388,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7389,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7390,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7391,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7392,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7393,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7394,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7395,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7396,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7397,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7398,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7399,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7400,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7401,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7402,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7403,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7404,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7405,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7406,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7407,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7408,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7409,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7410,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7411,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7412,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7413,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7414,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7415,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7416,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7417,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7418,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7419,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7420,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7421,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7422,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7423,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7424,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7425,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7426,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7427,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7428,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7429,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7430,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7431,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7432,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7433,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7434,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7435,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7436,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7437,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7438,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7439,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7440,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7441,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7442,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7443,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7444,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7445,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7446,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7447,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7448,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7449,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7450,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7451,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7452,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7453,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7454,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7455,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7456,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7457,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7458,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7459,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7460,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7461,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7462,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7463,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7464,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7465,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7466,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7467,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7468,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7469,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7470,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7471,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7472,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7473,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7474,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7475,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7476,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7477,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7478,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7479,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7480,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7481,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7482,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7483,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7484,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7485,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7486,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7487,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7488,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7489,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7490,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7491,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7492,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7493,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7494,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7495,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7496,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7497,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7498,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7499,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7500,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7501,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7502,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7503,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7504,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7505,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7506,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7507,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7508,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7509,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7510,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7511,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7512,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7513,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7514,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7515,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7516,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7517,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7518,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7519,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7520,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7521,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7522,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7523,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7524,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7525,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7526,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7527,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7528,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7529,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7530,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7531,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7532,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7533,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7534,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7535,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7536,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7537,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7538,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7539,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7540,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7541,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7542,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7543,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7544,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7545,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7546,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7547,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7548,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7549,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7550,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7551,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7552,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7553,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7554,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7555,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7556,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7557,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7558,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7559,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7560,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7561,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7562,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7563,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7564,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7565,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7566,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7567,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7568,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7569,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7570,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7571,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7572,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7573,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7574,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7575,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7576,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7577,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7578,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7579,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7580,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7581,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7582,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7583,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7584,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7585,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7586,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7587,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7588,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7589,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7590,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7591,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7592,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7593,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7594,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7595,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7596,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7597,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7598,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7599,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7600,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7601,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7602,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7603,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7604,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7605,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7606,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7607,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7608,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7609,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7610,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7611,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7612,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7613,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7614,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7615,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7616,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7617,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7618,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7619,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7620,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7621,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7622,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7623,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7624,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7625,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7626,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7627,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7628,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7629,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7630,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7631,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7632,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7633,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7634,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7635,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7636,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7637,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7638,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7639,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7640,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7641,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7642,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7643,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7644,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7645,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7646,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7647,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7648,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7649,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7650,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7651,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7652,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7653,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7654,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7655,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7656,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7657,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7658,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7659,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7660,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7661,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7662,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7663,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7664,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7665,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7666,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7667,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7668,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7669,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7670,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7671,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7672,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7673,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7674,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7675,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7676,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7677,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7678,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7679,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7680,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7681,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7682,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7683,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7684,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7685,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7686,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7687,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7688,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7689,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7690,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7691,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7692,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7693,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7694,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7695,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7696,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7697,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7698,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7699,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7700,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7701,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7702,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7703,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7704,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7705,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7706,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7707,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7708,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7709,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7710,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7711,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7712,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7713,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7714,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7715,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7716,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7717,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7718,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7719,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7720,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7721,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7722,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7723,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7724,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7725,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7726,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7727,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7728,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7729,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7730,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7731,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7732,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7733,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7734,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7735,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7736,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7737,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7738,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7739,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7740,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7741,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7742,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7743,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7744,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7745,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7746,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7747,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7748,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7749,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7750,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7751,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7752,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7753,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7754,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7755,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7756,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7757,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7758,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7759,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7760,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7761,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7762,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7763,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7764,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7765,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7766,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7767,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7768,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7769,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7770,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7771,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7772,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7773,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7774,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7775,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7776,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7777,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7778,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7779,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7780,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7781,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7782,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7783,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7784,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7785,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7786,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7787,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7788,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7789,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7790,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7791,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7792,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7793,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7794,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7795,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7796,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7797,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7798,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7799,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7800,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7801,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7802,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7803,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7804,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7805,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7806,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7807,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7808,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7809,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7810,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7811,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7812,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7813,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7814,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7815,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7816,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7817,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7818,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7819,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7820,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7821,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7822,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7823,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7824,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7825,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7826,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7827,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7828,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7829,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7830,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7831,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7832,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7833,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7834,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7835,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7836,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7837,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7838,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7839,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7840,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7841,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7842,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7843,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7844,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7845,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7846,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7847,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7848,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7849,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7850,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7851,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7852,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7853,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7854,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7855,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7856,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7857,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7858,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7859,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7860,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7861,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7862,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7863,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7864,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7865,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7866,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7867,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7868,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7869,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7870,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7871,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7872,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7873,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7874,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7875,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7876,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7877,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7878,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7879,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7880,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7881,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7882,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7883,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7884,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7885,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7886,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7887,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7888,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7889,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7890,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7891,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7892,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7893,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7894,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7895,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7896,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7897,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7898,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7899,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7900,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7901,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7902,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7903,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7904,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7905,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7906,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7907,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7908,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7909,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7910,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7911,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7912,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7913,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7914,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7915,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7916,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7917,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7918,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7919,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7920,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7921,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7922,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7923,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7924,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7925,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7926,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7927,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7928,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7929,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7930,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7931,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7932,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7933,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7934,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7935,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7936,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7937,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7938,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7939,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7940,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7941,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7942,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7943,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7944,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7945,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7946,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7947,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7948,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7949,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7950,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7951,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7952,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7953,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7954,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7955,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7956,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7957,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7958,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7959,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7960,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7961,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7962,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7963,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7964,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7965,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7966,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7967,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7968,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7969,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7970,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7971,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7972,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7973,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7974,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7975,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7976,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7977,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7978,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7979,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7980,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7981,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7982,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7983,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7984,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7985,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7986,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7987,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7988,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7989,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7990,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7991,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7992,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7993,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7994,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7995,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7996,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7997,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7998,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7999,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8000,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8001,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8002,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8003,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8004,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8005,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8006,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8007,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8008,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8009,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8010,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8011,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8012,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8013,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8014,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8015,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8016,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8017,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8018,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8019,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8020,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8021,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8022,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8023,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8024,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8025,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8026,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8027,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8028,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8029,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8030,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8031,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8032,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8033,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8034,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8035,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8036,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8037,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8038,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8039,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8040,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8041,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8042,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8043,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8044,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8045,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8046,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8047,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8048,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8049,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8050,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8051,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8052,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8053,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8054,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8055,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8056,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8057,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8058,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8059,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8060,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8061,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8062,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8063,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8064,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8065,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8066,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8067,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8068,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8069,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8070,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8071,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8072,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8073,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8074,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8075,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8076,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8077,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8078,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8079,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8080,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8081,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8082,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8083,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8084,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8085,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8086,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8087,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8088,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8089,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8090,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8091,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8092,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8093,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8094,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8095,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8096,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8097,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8098,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8099,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8100,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8101,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8102,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8103,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8104,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8105,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8106,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8107,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8108,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8109,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8110,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8111,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8112,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8113,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8114,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8115,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8116,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8117,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8118,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8119,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8120,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8121,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8122,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8123,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8124,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8125,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8126,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8127,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8128,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8129,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8130,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8131,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8132,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8133,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8134,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8135,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8136,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8137,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8138,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8139,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8140,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8141,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8142,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8143,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8144,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8145,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8146,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8147,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8148,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8149,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8150,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8151,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8152,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8153,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8154,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8155,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8156,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8157,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8158,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8159,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8160,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8161,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8162,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8163,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8164,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8165,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8166,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8167,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8168,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8169,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8170,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8171,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8172,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8173,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8174,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8175,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8176,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8177,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8178,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8179,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8180,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8181,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8182,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8183,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8184,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8185,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8186,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8187,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8188,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8189,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8190,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8191,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8192,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8193,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8194,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8195,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8196,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8197,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8198,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8199,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8200,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8201,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8202,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8203,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8204,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8205,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8206,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8207,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8208,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8209,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8210,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8211,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8212,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8213,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8214,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8215,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8216,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8217,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8218,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8219,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8220,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8221,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8222,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8223,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8224,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8225,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8226,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8227,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8228,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8229,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8230,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8231,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8232,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8233,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8234,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8235,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8236,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8237,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8238,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8239,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8240,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8241,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8242,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8243,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8244,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8245,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8246,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8247,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8248,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8249,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8250,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8251,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8252,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8253,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8254,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8255,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8256,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8257,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8258,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8259,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8260,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8261,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8262,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8263,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8264,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8265,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8266,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8267,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8268,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8269,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8270,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8271,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8272,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8273,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8274,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8275,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8276,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8277,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8278,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8279,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8280,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8281,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8282,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8283,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8284,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8285,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8286,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8287,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8288,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8289,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8290,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8291,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8292,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8293,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8294,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8295,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8296,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8297,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8298,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8299,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8300,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8301,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8302,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8303,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8304,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8305,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8306,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8307,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8308,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8309,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8310,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8311,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8312,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8313,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8314,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8315,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8316,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8317,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8318,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8319,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8320,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8321,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8322,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8323,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8324,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8325,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8326,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8327,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8328,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8329,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8330,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8331,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8332,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8333,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8334,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8335,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8336,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8337,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8338,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8339,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8340,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8341,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8342,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8343,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8344,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8345,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8346,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8347,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8348,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8349,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8350,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8351,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8352,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8353,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8354,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8355,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8356,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8357,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8358,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8359,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8360,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8361,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8362,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8363,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8364,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8365,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8366,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8367,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8368,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8369,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8370,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8371,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8372,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8373,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8374,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8375,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8376,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8377,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8378,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8379,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8380,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8381,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8382,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8383,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8384,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8385,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8386,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8387,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8388,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8389,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8390,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8391,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8392,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8393,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8394,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8395,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8396,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8397,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8398,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8399,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8400,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8401,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8402,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8403,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8404,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8405,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8406,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8407,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8408,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8409,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8410,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8411,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8412,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8413,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8414,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8415,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8416,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8417,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8418,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8419,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8420,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8421,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8422,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8423,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8424,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8425,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8426,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8427,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8428,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8429,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8430,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8431,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8432,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8433,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8434,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8435,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8436,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8437,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8438,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8439,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8440,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8441,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8442,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8443,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8444,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8445,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8446,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8447,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8448,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8449,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8450,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8451,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8452,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8453,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8454,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8455,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8456,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8457,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8458,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8459,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8460,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8461,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8462,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8463,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8464,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8465,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8466,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8467,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8468,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8469,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8470,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8471,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8472,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8473,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8474,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8475,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8476,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8477,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8478,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8479,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8480,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8481,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8482,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8483,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8484,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8485,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8486,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8487,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8488,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8489,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8490,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8491,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8492,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8493,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8494,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8495,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8496,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8497,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8498,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8499,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8500,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8501,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8502,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8503,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8504,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8505,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8506,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8507,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8508,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8509,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8510,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8511,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8512,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8513,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8514,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8515,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8516,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8517,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8518,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8519,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8520,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8521,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8522,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8523,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8524,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8525,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8526,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8527,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8528,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8529,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8530,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8531,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8532,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8533,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8534,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8535,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8536,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8537,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8538,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8539,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8540,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8541,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8542,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8543,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8544,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8545,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8546,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8547,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8548,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8549,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8550,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8551,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8552,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8553,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8554,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8555,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8556,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8557,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8558,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8559,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8560,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8561,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8562,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8563,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8564,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8565,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8566,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8567,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8568,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8569,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8570,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8571,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8572,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8573,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8574,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8575,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8576,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8577,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8578,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8579,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8580,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8581,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8582,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8583,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8584,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8585,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8586,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8587,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8588,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8589,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8590,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8591,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8592,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8593,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8594,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8595,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8596,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8597,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8598,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8599,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8600,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8601,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8602,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8603,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8604,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8605,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8606,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8607,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8608,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8609,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8610,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8611,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8612,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8613,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8614,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8615,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8616,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8617,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8618,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8619,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8620,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8621,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8622,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8623,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8624,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8625,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8626,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8627,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8628,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8629,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8630,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8631,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8632,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8633,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8634,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8635,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8636,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8637,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8638,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8639,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8640,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8641,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8642,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8643,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8644,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8645,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8646,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8647,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8648,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8649,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8650,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8651,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8652,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8653,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8654,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8655,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8656,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8657,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8658,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8659,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8660,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8661,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8662,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8663,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8664,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8665,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8666,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8667,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8668,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8669,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8670,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8671,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8672,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8673,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8674,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8675,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8676,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8677,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8678,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8679,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8680,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8681,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8682,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8683,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8684,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8685,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8686,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8687,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8688,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8689,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8690,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8691,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8692,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8693,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8694,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8695,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8696,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8697,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8698,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8699,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8700,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8701,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8702,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8703,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8704,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8705,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8706,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8707,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8708,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8709,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8710,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8711,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8712,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8713,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8714,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8715,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8716,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8717,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8718,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8719,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8720,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8721,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8722,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8723,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8724,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8725,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8726,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8727,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8728,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8729,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8730,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8731,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8732,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8733,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8734,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8735,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8736,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8737,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8738,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8739,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8740,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8741,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8742,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8743,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8744,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8745,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8746,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8747,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8748,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8749,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8750,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8751,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8752,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8753,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8754,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8755,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8756,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8757,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8758,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8759,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8760,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
\ No newline at end of file
diff --git a/Example_Systems/RealSystemExample/ISONE_Singlezone/Generators_variability.csv b/Example_Systems/RealSystemExample/ISONE_Singlezone/Generators_variability.csv
deleted file mode 100644
index e167444dd7..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Singlezone/Generators_variability.csv
+++ /dev/null
@@ -1,8761 +0,0 @@
-Time_Index,NENGREST_biomass_1,NENGREST_conventional_hydroelectric_1,NENGREST_hydroelectric_pumped_storage_1,NENGREST_natural_gas_fired_combined_cycle_1,NENGREST_natural_gas_fired_combined_cycle_2,NENGREST_natural_gas_fired_combustion_turbine_1,NENGREST_natural_gas_fired_combustion_turbine_2,NENGREST_natural_gas_steam_turbine_1,NENGREST_nuclear_1,NENGREST_offshore_wind_turbine_1,NENGREST_onshore_wind_turbine_1,NENGREST_small_hydroelectric_1,NENGREST_solar_photovoltaic_1,NENG_CT_biomass_1,NENG_CT_conventional_hydroelectric_1,NENG_CT_hydroelectric_pumped_storage_1,NENG_CT_natural_gas_fired_combined_cycle_1,NENG_CT_natural_gas_fired_combined_cycle_2,NENG_CT_natural_gas_fired_combustion_turbine_1,NENG_CT_natural_gas_fired_combustion_turbine_2,NENG_CT_nuclear_1,NENG_CT_onshore_wind_turbine_1,NENG_CT_small_hydroelectric_1,NENG_CT_solar_photovoltaic_1,NENG_ME_biomass_1,NENG_ME_conventional_hydroelectric_1,NENG_ME_natural_gas_fired_combined_cycle_1,NENG_ME_natural_gas_fired_combined_cycle_2,NENG_ME_natural_gas_fired_combustion_turbine_1,NENG_ME_onshore_wind_turbine_1,NENG_ME_small_hydroelectric_1,NENG_ME_solar_photovoltaic_1,NENGREST_naturalgas_ccccsavgcf_mid_0,NENGREST_naturalgas_ccavgcf_mid_0,NENGREST_naturalgas_ctavgcf_mid_0,NENGREST_battery_mid_0,NENGREST_naturalgas_ccs100_mid_0,NENGREST_landbasedwind_ltrg1_mid_130_1,NENGREST_utilitypv_losangeles_mid_80_0_2_1,NENGREST_offshorewind_otrg3_mid_fixed_1_176_77_1,NENG_CT_naturalgas_ccccsavgcf_mid_0,NENG_CT_naturalgas_ccavgcf_mid_0,NENG_CT_naturalgas_ctavgcf_mid_0,NENG_CT_battery_mid_0,NENG_CT_naturalgas_ccs100_mid_0,NENG_CT_landbasedwind_ltrg1_mid_110_1,NENG_CT_utilitypv_losangeles_mid_80_0_2_1,NENG_CT_offshorewind_otrg3_mid_fixed_1_176_77_1,NENG_ME_naturalgas_ccccsavgcf_mid_0,NENG_ME_naturalgas_ccavgcf_mid_0,NENG_ME_naturalgas_ctavgcf_mid_0,NENG_ME_battery_mid_0,NENG_ME_naturalgas_ccs100_mid_0,NENG_ME_landbasedwind_ltrg1_mid_110_1,NENG_ME_utilitypv_losangeles_mid_100_0_2_1,NENGREST_heat_load_shifting_1,NENG_CT_heat_load_shifting_1,NENG_ME_heat_load_shifting_1
-0,1,0.4136,1,1,1,1,1,1,1,1,0.2949,0.4136,0,1,0.3184,1,1,1,1,1,1,0.1727,0.3184,0,1,0.6451,1,1,1,0.5246,0.6451,0,1,1,1,1,1,0.396942616,0,0.692882299,1,1,1,1,1,0.227019295,0,0.100365713,1,1,1,1,1,0.750804782,0,0.469610923,0.469642479,0.469858156
-1,1,0.4135,1,1,1,1,1,1,1,1,0.2855,0.4135,0,1,0.3184,1,1,1,1,1,1,0.1644,0.3184,0,1,0.6452,1,1,1,0.5049,0.6452,0,1,1,1,1,1,0.351704359,0,0.756700516,1,1,1,1,1,0.235586584,0,0.267657876,1,1,1,1,1,0.71875,0,0.444055099,0.444044849,0.444148936
-2,1,0.4134,1,1,1,1,1,1,1,1,0.2822,0.4134,0,1,0.3184,1,1,1,1,1,1,0.2645,0.3184,0,1,0.6453,1,1,1,0.4734,0.6453,0,1,1,1,1,1,0.397691101,0,0.573801279,1,1,1,1,1,0.297784984,0,0.260432482,1,1,1,1,1,0.628944397,0,0.425144998,0.425005289,0.425088652
-3,1,0.4132,1,1,1,1,1,1,1,1,0.2999,0.4132,0,1,0.3184,1,1,1,1,1,1,0.214,0.3184,0,1,0.6454,1,1,1,0.443,0.6454,0,1,1,1,1,1,0.427253336,0,0.457804859,1,1,1,1,1,0.25886327,0,0.229244262,1,1,1,1,1,0.579314351,0,0.415538908,0.415697059,0.415780142
-4,1,0.4131,1,1,1,1,1,1,1,1,0.2623,0.4131,0,1,0.3184,1,1,1,1,1,1,0.1407,0.3184,0,1,0.6455,1,1,1,0.4305,0.6455,0,1,1,1,1,1,0.339119017,0,0.468307495,1,1,1,1,1,0.153275698,0,0.092216238,1,1,1,1,1,0.528715968,0,0.414088932,0.414004654,0.414007092
-5,1,0.413,1,1,1,1,1,1,1,1,0.1912,0.413,0,1,0.3184,1,1,1,1,1,1,0.0858,0.3184,0,1,0.6456,1,1,1,0.3967,0.6456,0,1,1,1,1,1,0.236915365,0,0.412337005,1,1,1,1,1,0.099269398,0,0.104046598,1,1,1,1,1,0.454047352,0,0.421399227,0.421408927,0.421542553
-6,1,0.4128,1,1,1,1,1,1,1,1,0.136,0.4128,0,1,0.3183,1,1,1,1,1,1,0.1152,0.3183,0,1,0.6457,1,1,1,0.342,0.6457,0,1,1,1,1,1,0.193665192,0,0.262161851,1,1,1,1,1,0.12413507,0,0.04129529,1,1,1,1,1,0.373771489,0,0.437046883,0.437063677,0.437056738
-7,1,0.4127,1,1,1,1,1,1,1,1,0.1334,0.4127,0,1,0.3183,1,1,1,1,1,1,0.1681,0.3183,0,1,0.6458,1,1,1,0.2295,0.6458,0,1,1,1,1,1,0.214257017,0,0.125884831,1,1,1,1,1,0.171423361,0,0.014864398,1,1,1,1,1,0.307659447,0,0.451244563,0.451237571,0.451241135
-8,1,0.4126,1,1,1,1,1,1,1,1,0.0745,0.4126,0.1779,1,0.3183,1,1,1,1,1,1,0.1389,0.3183,0.2003,1,0.6459,1,1,1,0.1839,0.6459,0.0921,1,1,1,1,1,0.137640193,0.307505727,0.016297186,1,1,1,1,1,0.140140936,0.349100381,0.035862304,1,1,1,1,1,0.271249354,0.322813988,0.475350411,0.475354347,0.475177305
-9,1,0.4124,1,1,1,1,1,1,1,1,0.0048,0.4124,0.429,1,0.3183,1,1,1,1,1,1,0,0.3183,0.4221,1,0.646,1,1,1,0.0605,0.646,0.3908,1,1,1,1,1,0.001854794,0.664258897,0.006198792,1,1,1,1,1,0,0.649626613,0.058487438,1,1,1,1,1,0.041609347,0.698319793,0.498852102,0.498836471,0.499113475
-10,1,0.4123,1,1,1,1,1,1,1,1,0.0102,0.4123,0.5748,1,0.3183,1,1,1,1,1,1,0,0.3183,0.5774,1,0.6461,1,1,1,0.02,0.6461,0.5199,1,1,1,1,1,0.001021812,0.806394994,0.004277106,1,1,1,1,1,0,0.817615747,0.048426706,1,1,1,1,1,0.017806141,0.848766565,0.513110198,0.513010366,0.51285461
-11,1,0.4121,1,1,1,1,1,1,1,1,0.0157,0.4121,0.6484,1,0.3183,1,1,1,1,1,1,0,0.3183,0.6504,1,0.6462,1,1,1,0.0054,0.6462,0.5648,1,1,1,1,1,0.000917067,0.890713811,0.008617217,1,1,1,1,1,0.000700216,0.874043703,0.054960214,1,1,1,1,1,0.005531413,0.923345685,0.518366361,0.518299133,0.518617021
-12,1,0.412,1,1,1,1,1,1,1,1,0.0189,0.412,0.6208,1,0.3183,1,1,1,1,1,1,0.0381,0.3183,0.6166,1,0.6463,1,1,1,0.0009,0.6463,0.5842,1,1,1,1,1,0.001747156,0.851356745,0.138515979,1,1,1,1,1,0.036487028,0.881147265,0.092642143,1,1,1,1,1,0.007275489,0.939960599,0.520843403,0.520837741,0.521276596
-13,1,0.4119,1,1,1,1,1,1,1,1,0.0143,0.4119,0.596,1,0.3183,1,1,1,1,1,1,0.1596,0.3183,0.6205,1,0.6464,1,1,1,0.0022,0.6464,0.5502,1,1,1,1,1,0.002922443,0.827452779,0.164322734,1,1,1,1,1,0.142956242,0.858554244,0.275910497,1,1,1,1,1,0.013224672,0.819240212,0.516191397,0.516183626,0.516400709
-14,1,0.4117,1,1,1,1,1,1,1,1,0.0458,0.4117,0.5013,1,0.3183,1,1,1,1,1,1,0.1289,0.3183,0.513,1,0.6465,1,1,1,0.0013,0.6465,0.4342,1,1,1,1,1,0.032402053,0.734777331,0.15682584,1,1,1,1,1,0.137140393,0.767803848,0.46294868,1,1,1,1,1,0.015135724,0.684976399,0.511056066,0.51110641,0.51108156
-15,1,0.4116,1,1,1,1,1,1,1,1,0.067,0.4116,0.3311,1,0.3183,1,1,1,1,1,1,0.1519,0.3183,0.3369,1,0.6466,1,1,1,0.0144,0.6466,0.2639,1,1,1,1,1,0.063479923,0.490042329,0.114826471,1,1,1,1,1,0.152674079,0.544382453,0.8360641,1,1,1,1,1,0.047520526,0.462253869,0.514076849,0.514068119,0.514184397
-16,1,0.4115,1,1,1,1,1,1,1,1,0.0606,0.4115,0.0642,1,0.3183,1,1,1,1,1,1,0.1017,0.3183,0.1068,1,0.6467,1,1,1,0.0585,0.6467,0.0101,1,1,1,1,1,0.04487535,0.181476921,0.14554593,1,1,1,1,1,0.100329429,0.254588842,0.683939576,1,1,1,1,1,0.162931502,4.89E-06,0.564101015,0.563994077,0.56427305
-17,1,0.4113,1,1,1,1,1,1,1,1,0.1477,0.4113,0,1,0.3183,1,1,1,1,1,1,0.3104,0.3183,0,1,0.6468,1,1,1,0.1846,0.6468,0,1,1,1,1,1,0.181191564,0,0.555196047,1,1,1,1,1,0.355215728,0,0.775931239,1,1,1,1,1,0.392363906,0,0.611648139,0.611804527,0.611702128
-18,1,0.4112,1,1,1,1,1,1,1,1,0.3617,0.4112,0,1,0.3183,1,1,1,1,1,1,0.3362,0.3183,0,1,0.6469,1,1,1,0.2693,0.6469,0,1,1,1,1,1,0.402027905,0,0.834268093,1,1,1,1,1,0.43245405,0,0.868137777,1,1,1,1,1,0.55997026,0,0.608083615,0.607996615,0.608156028
-19,1,0.4111,1,1,1,1,1,1,1,1,0.3334,0.4111,0,1,0.3183,1,1,1,1,1,1,0.295,0.3183,0,1,0.647,1,1,1,0.3721,0.647,0,1,1,1,1,1,0.39749518,0,0.727838397,1,1,1,1,1,0.356460899,0,0.465393215,1,1,1,1,1,0.690556824,0,0.589475592,0.589591707,0.589539007
-20,1,0.4109,1,1,1,1,1,1,1,1,0.3371,0.4109,0,1,0.3183,1,1,1,1,1,1,0.3486,0.3183,0,1,0.6471,1,1,1,0.4032,0.6471,0,1,1,1,1,1,0.496466726,0,0.715845704,1,1,1,1,1,0.360006928,0,0.662286997,1,1,1,1,1,0.705738544,0,0.567665539,0.567801989,0.567819149
-21,1,0.4108,1,1,1,1,1,1,1,1,0.3655,0.4108,0,1,0.3183,1,1,1,1,1,1,0.402,0.3183,0,1,0.6472,1,1,1,0.4321,0.6472,0,1,1,1,1,1,0.473803699,0,0.997990131,1,1,1,1,1,0.485178649,0,1,1,1,1,1,1,0.706102192,0,0.537276462,0.537338693,0.537677305
-22,1,0.4107,1,1,1,1,1,1,1,1,0.3239,0.4107,0,1,0.3183,1,1,1,1,1,1,0.5832,0.3183,0,1,0.6473,1,1,1,0.3869,0.6473,0,1,1,1,1,1,0.41893515,0,1,1,1,1,1,1,0.574807107,0,1,1,1,1,1,1,0.678121626,0,0.499637506,0.499682674,0.5
-23,1,0.4105,1,1,1,1,1,1,1,1,0.3099,0.4105,0,1,0.3183,1,1,1,1,1,1,0.2323,0.3183,0,1,0.6474,1,1,1,0.3839,0.6474,0,1,1,1,1,1,0.284269661,0,1,1,1,1,1,1,0.278674126,0,1,1,1,1,1,1,0.698061824,0,0.457467376,0.457372541,0.457446809
-24,1,0.4104,1,1,1,1,1,1,1,1,0.2563,0.4104,0,1,0.3183,1,1,1,1,1,1,0.1156,0.3183,0,1,0.6475,1,1,1,0.3826,0.6475,0,1,1,1,1,1,0.188350141,0,1,1,1,1,1,1,0.139861226,0,1,1,1,1,1,1,0.621020198,0,0.421761721,0.421832029,0.421985816
-25,1,0.4103,1,1,1,1,1,1,1,1,0.2859,0.4103,0,1,0.3183,1,1,1,1,1,1,0.1172,0.3183,0,1,0.6476,1,1,1,0.371,0.6476,0,1,1,1,1,1,0.224506184,0,1,1,1,1,1,1,0.168102473,0,1,1,1,1,1,1,0.474156827,0,0.400132914,0.40004231,0.400265957
-26,1,0.4101,1,1,1,1,1,1,1,1,0.3088,0.4101,0,1,0.3183,1,1,1,1,1,1,0.2896,0.3183,0,1,0.6477,1,1,1,0.398,0.6477,0,1,1,1,1,1,0.251233041,0,1,1,1,1,1,1,0.320846438,0,1,1,1,1,1,1,0.397637963,0,0.389741421,0.389676327,0.390070922
-27,1,0.41,1,1,1,1,1,1,1,1,0.4519,0.41,0,1,0.3183,1,1,1,1,1,1,0.3875,0.3183,0,1,0.6478,1,1,1,0.4724,0.6478,0,1,1,1,1,1,0.423246384,0,1,1,1,1,1,1,0.398732245,0,1,1,1,1,1,1,0.459125578,0,0.387324795,0.38734927,0.387411348
-28,1,0.4099,1,1,1,1,1,1,1,1,0.5653,0.4099,0,1,0.3183,1,1,1,1,1,1,0.1827,0.3183,0,1,0.6479,1,1,1,0.3937,0.6479,0,1,1,1,1,1,0.421854436,0,1,1,1,1,1,1,0.229090437,0,1,1,1,1,1,1,0.582124412,0,0.395903818,0.395811297,0.395833333
-29,1,0.4097,1,1,1,1,1,1,1,1,0.4498,0.4097,0,1,0.3183,1,1,1,1,1,1,0.163,0.3183,0,1,0.648,1,1,1,0.2414,0.648,0,1,1,1,1,1,0.305953681,0,1,1,1,1,1,1,0.256587178,0,1,1,1,1,1,1,0.594611824,0,0.417532624,0.417601015,0.417553191
-30,1,0.4096,1,1,1,1,1,1,1,1,0.2783,0.4096,0,1,0.3183,1,1,1,1,1,1,0.2013,0.3183,0,1,0.6481,1,1,1,0.2083,0.6481,0,1,1,1,1,1,0.192249268,0,1,1,1,1,1,1,0.295360506,0,1,1,1,1,1,1,0.523316741,0,0.449975834,0.449968267,0.449911348
-31,1,0.4095,1,1,1,1,1,1,1,1,0.1689,0.4095,0,1,0.3183,1,1,1,1,1,1,0.0845,0.3183,0,1,0.6482,1,1,1,0.2312,0.6482,0,1,1,1,1,1,0.149604544,0,0.995912135,1,1,1,1,1,0.099968791,0,1,1,1,1,1,1,0.505927622,0,0.47661914,0.476623651,0.476950355
-32,1,0.4093,1,1,1,1,1,1,1,1,0.1614,0.4093,0.16,1,0.3183,1,1,1,1,1,1,0.16,0.3183,0.1615,1,0.6483,1,1,1,0.2862,0.6483,0.0553,1,1,1,1,1,0.180308625,0.267868817,0.993907154,1,1,1,1,1,0.25320828,0.32061851,1,1,1,1,1,1,0.699059665,0.272139698,0.50918318,0.509202454,0.509308511
-33,1,0.4092,1,1,1,1,1,1,1,1,0.3342,0.4092,0.3418,1,0.3183,1,1,1,1,1,1,0.384,0.3183,0.4263,1,0.6484,1,1,1,0.3787,0.6484,0.2643,1,1,1,1,1,0.256795734,0.513893187,1,1,1,1,1,1,0.36892122,0.678075731,1,1,1,1,1,1,0.826630592,0.615309954,0.542653456,0.54283901,0.542553191
-34,1,0.4091,1,1,1,1,1,1,1,1,0.4243,0.4091,0.4952,1,0.3183,1,1,1,1,1,1,0.8484,0.3183,0.57,1,0.6485,1,1,1,0.447,0.6485,0.3818,1,1,1,1,1,0.383252978,0.735028386,1,1,1,1,1,1,0.792916954,0.822538674,1,1,1,1,1,1,0.659122109,0.788045704,0.567182214,0.567167337,0.567375887
-35,1,0.4089,1,1,1,1,1,1,1,1,0.5246,0.4089,0.5654,1,0.3183,1,1,1,1,1,1,0.5963,0.3183,0.6482,1,0.6486,1,1,1,0.3888,0.6486,0.4467,1,1,1,1,1,0.555624604,0.808727384,1,1,1,1,1,1,0.622025073,0.88778913,1,1,1,1,1,1,0.634221315,0.864383221,0.577211213,0.577110218,0.577570922
-36,1,0.4088,1,1,1,1,1,1,1,1,0.5181,0.4088,0.5713,1,0.3183,1,1,1,1,1,1,0.7561,0.3183,0.6314,1,0.6487,1,1,1,0.416,0.6487,0.4562,1,1,1,1,1,0.684506655,0.772403061,1,1,1,1,1,1,0.744931161,0.83617878,1,1,1,1,1,1,0.725925446,0.822544813,0.576304978,0.576264015,0.576241135
-37,1,0.4087,1,1,1,1,1,1,1,1,0.5327,0.4087,0.5414,1,0.3183,1,1,1,1,1,1,0.6341,0.3183,0.5409,1,0.6488,1,1,1,0.3332,0.6488,0.4705,1,1,1,1,1,0.744437516,0.757805645,1,1,1,1,1,1,0.652433395,0.713875294,1,1,1,1,1,1,0.581048727,0.782269299,0.572559207,0.572667654,0.572695035
-38,1,0.4085,1,1,1,1,1,1,1,1,0.5546,0.4085,0.4677,1,0.3183,1,1,1,1,1,1,0.6438,0.3183,0.4277,1,0.6489,1,1,1,0.3748,0.6489,0.3819,1,1,1,1,1,0.774056852,0.653667092,1,1,1,1,1,1,0.639724731,0.613905907,0.990713418,1,1,1,1,1,0.599362791,0.710992575,0.570746738,0.570763698,0.570921986
-39,1,0.4084,1,1,1,1,1,1,1,1,0.4497,0.4084,0.3193,1,0.3182,1,1,1,1,1,1,0.4929,0.3182,0.3402,1,0.649,1,1,1,0.4559,0.649,0.2288,1,1,1,1,1,0.625833631,0.466638684,0.948113322,1,1,1,1,1,0.437041402,0.494133532,0.788425088,1,1,1,1,1,0.75038898,0.541579366,0.579446593,0.579437275,0.579787234
-40,1,0.4082,1,1,1,1,1,1,1,1,0.4803,0.4082,0.1003,1,0.3182,1,1,1,1,1,1,0.3692,0.3182,0.1301,1,0.6491,1,1,1,0.3908,0.6491,0,1,1,1,1,1,0.617654681,0.230477333,0.91214627,1,1,1,1,1,0.348974109,0.251622826,0.807352126,1,1,1,1,1,0.637100637,0.060262267,0.633820686,0.633805796,0.633865248
-41,1,0.4081,1,1,1,1,1,1,1,1,0.3576,0.4081,0,1,0.3182,1,1,1,1,1,1,0.2805,0.3182,0,1,0.6492,1,1,1,0.2995,0.6492,0,1,1,1,1,1,0.432098866,0,0.639367938,1,1,1,1,1,0.270527005,0,0.650535107,1,1,1,1,1,0.387857139,0,0.688798937,0.68880897,0.688829787
-42,1,0.408,1,1,1,1,1,1,1,1,0.2938,0.408,0,1,0.3182,1,1,1,1,1,1,0.1947,0.3182,0,1,0.6493,1,1,1,0.3621,0.6493,0,1,1,1,1,1,0.304841578,0,0.511902213,1,1,1,1,1,0.203147843,0,0.771845579,1,1,1,1,1,0.415177315,0,0.682757371,0.682674,0.683067376
-43,1,0.4078,1,1,1,1,1,1,1,1,0.1823,0.4078,0,1,0.3182,1,1,1,1,1,1,0.0487,0.3182,0,1,0.6494,1,1,1,0.3461,0.6494,0,1,1,1,1,1,0.190144315,0,0.272218019,1,1,1,1,1,0.068841651,0,0.557867289,1,1,1,1,1,0.488176942,0,0.666263896,0.666384599,0.666666667
-44,1,0.4077,1,1,1,1,1,1,1,1,0.3251,0.4077,0,1,0.3182,1,1,1,1,1,1,0.1325,0.3182,0,1,0.6495,1,1,1,0.434,0.6495,0,1,1,1,1,1,0.361776382,0,0.275240481,1,1,1,1,1,0.189152598,0,0.986330926,1,1,1,1,1,0.524830461,0,0.639318511,0.639306114,0.639184397
-45,1,0.4076,1,1,1,1,1,1,1,1,0.3995,0.4076,0,1,0.3182,1,1,1,1,1,1,0.1941,0.3182,0,1,0.6496,1,1,1,0.3591,0.6496,0,1,1,1,1,1,0.456682593,0,0.350170732,1,1,1,1,1,0.223696217,0,1,1,1,1,1,1,0.477410108,0,0.596967134,0.59678443,0.597074468
-46,1,0.4074,1,1,1,1,1,1,1,1,0.3288,0.4074,0,1,0.3182,1,1,1,1,1,1,0.1941,0.3182,0,1,0.6497,1,1,1,0.299,0.6497,0,1,1,1,1,1,0.342495501,0,0.389028907,1,1,1,1,1,0.203342319,0,1,1,1,1,1,1,0.441564977,0,0.544345094,0.544319865,0.544326241
-47,1,0.4073,1,1,1,1,1,1,1,1,0.3197,0.4073,0,1,0.3182,1,1,1,1,1,1,0.2426,0.3182,0,1,0.6498,1,1,1,0.3381,0.6498,0,1,1,1,1,1,0.306501925,0,0.503914595,1,1,1,1,1,0.222409695,0,0.968077779,1,1,1,1,1,0.536026478,0,0.496737554,0.496720965,0.496897163
-48,1,0.4072,1,1,1,1,1,1,1,1,0.2969,0.4072,0,1,0.3182,1,1,1,1,1,1,0.2357,0.3182,0,1,0.6499,1,1,1,0.3664,0.6499,0,1,1,1,1,1,0.32572329,0,0.24414511,1,1,1,1,1,0.218940973,0,0.749802947,1,1,1,1,1,0.602063954,0,0.465140164,0.465199915,0.465425532
-49,1,0.407,1,1,1,1,1,1,1,1,0.224,0.407,0,1,0.3182,1,1,1,1,1,1,0.2982,0.3182,0,1,0.65,1,1,1,0.2414,0.65,0,1,1,1,1,1,0.208208695,0,0.1234212,1,1,1,1,1,0.242061779,0,0.676838756,1,1,1,1,1,0.434863895,0,0.449371677,0.449333615,0.449468085
-50,1,0.4069,1,1,1,1,1,1,1,1,0.1816,0.4069,0,1,0.3182,1,1,1,1,1,1,0.2342,0.3182,0,1,0.6501,1,1,1,0.1824,0.6501,0,1,1,1,1,1,0.152336597,0,0.172045961,1,1,1,1,1,0.205231965,0,0.734210789,1,1,1,1,1,0.254829139,0,0.44181972,0.441929342,0.441932624
-51,1,0.4068,1,1,1,1,1,1,1,1,0.1696,0.4068,0,1,0.3182,1,1,1,1,1,1,0.2856,0.3182,0,1,0.6502,1,1,1,0.1756,0.6502,0,1,1,1,1,1,0.187121183,0,0.189573288,1,1,1,1,1,0.261295259,0,0.828126192,1,1,1,1,1,0.259319037,0,0.442665539,0.442775545,0.442819149
-52,1,0.4066,1,1,1,1,1,1,1,1,0.1621,0.4066,0,1,0.3182,1,1,1,1,1,1,0.3671,0.3182,0,1,0.6503,1,1,1,0.2,0.6503,0,1,1,1,1,1,0.199526519,0,0.318691969,1,1,1,1,1,0.343304396,0,0.950107694,1,1,1,1,1,0.38145259,0,0.458615273,0.458641845,0.458776596
-53,1,0.4065,1,1,1,1,1,1,1,1,0.169,0.4065,0,1,0.3182,1,1,1,1,1,1,0.3614,0.3182,0,1,0.6504,1,1,1,0.2298,0.6504,0,1,1,1,1,1,0.226160377,0,0.509960473,1,1,1,1,1,0.363762766,0,0.999816775,1,1,1,1,1,0.401218414,0,0.505739488,0.505817643,0.505762411
-54,1,0.4064,1,1,1,1,1,1,1,1,0.1211,0.4064,0,1,0.3182,1,1,1,1,1,1,0.3268,0.3182,0,1,0.6505,1,1,1,0.2734,0.6505,0,1,1,1,1,1,0.183621809,0,0.403186202,1,1,1,1,1,0.353066385,0,0.698425889,1,1,1,1,1,0.545749605,0,0.589052682,0.588957055,0.589095745
-55,1,0.4062,1,1,1,1,1,1,1,1,0.0938,0.4062,0,1,0.3182,1,1,1,1,1,1,0.2762,0.3182,0,1,0.6506,1,1,1,0.2639,0.6506,0,1,1,1,1,1,0.122188985,0,0.482090294,1,1,1,1,1,0.301282674,0,0.605316997,1,1,1,1,1,0.457954705,0,0.635814403,0.635709752,0.63608156
-56,1,0.4061,1,1,1,1,1,1,1,1,0.0928,0.4061,0.2147,1,0.3182,1,1,1,1,1,1,0.3377,0.3182,0.1899,1,0.6507,1,1,1,0.3078,0.6507,0.1703,1,1,1,1,1,0.137520224,0.395305604,0.416719675,1,1,1,1,1,0.374472648,0.350484133,0.540939331,1,1,1,1,1,0.502052248,0.394182235,0.643668439,0.643748678,0.643617021
-57,1,0.406,1,1,1,1,1,1,1,1,0.2384,0.406,0.436,1,0.3182,1,1,1,1,1,1,0.6793,0.3182,0.4305,1,0.6508,1,1,1,0.341,0.6508,0.3583,1,1,1,1,1,0.328548133,0.641342103,0.428497672,1,1,1,1,1,0.641915321,0.662915409,0.751653135,1,1,1,1,1,0.536866546,0.69322449,0.648078782,0.647979691,0.648049645
-58,1,0.4058,1,1,1,1,1,1,1,1,0.3066,0.4058,0.5787,1,0.3182,1,1,1,1,1,1,0.7365,0.3182,0.5707,1,0.6509,1,1,1,0.5544,0.6509,0.4939,1,1,1,1,1,0.396716595,0.765691698,0.5600034,1,1,1,1,1,0.735446751,0.817304313,0.898560882,1,1,1,1,1,0.710736573,0.85924542,0.653939101,0.65390311,0.654255319
-59,1,0.4057,1,1,1,1,1,1,1,1,0.3292,0.4057,0.632,1,0.3182,1,1,1,1,1,1,0.8911,0.3182,0.6554,1,0.651,1,1,1,0.6632,0.651,0.5515,1,1,1,1,1,0.499022812,0.828145742,0.571449041,1,1,1,1,1,0.86163491,0.890637636,1,1,1,1,1,1,0.886420965,0.941310167,0.654966167,0.654960863,0.655141844
-60,1,0.4056,1,1,1,1,1,1,1,1,0.3922,0.4056,0.6451,1,0.3182,1,1,1,1,1,1,0.8943,0.3182,0.6621,1,0.6511,1,1,1,0.621,0.6511,0.5697,1,1,1,1,1,0.538534641,0.888879836,0.68392539,1,1,1,1,1,0.883432627,0.905325174,1,1,1,1,1,1,0.876134813,0.954019547,0.652368294,0.652422255,0.65248227
-61,1,0.4054,1,1,1,1,1,1,1,1,0.3307,0.4054,0.6207,1,0.3182,1,1,1,1,1,1,0.7112,0.3182,0.6529,1,0.6512,1,1,1,0.6835,0.6512,0.5708,1,1,1,1,1,0.468892992,0.886032701,0.938763678,1,1,1,1,1,0.70698905,0.873718977,1,1,1,1,1,1,0.924243748,0.913916171,0.651401643,0.651576052,0.651595745
-62,1,0.4053,1,1,1,1,1,1,1,1,0.3784,0.4053,0.5504,1,0.3182,1,1,1,1,1,1,0.7989,0.3182,0.5731,1,0.6513,1,1,1,0.6098,0.6513,0.4763,1,1,1,1,1,0.487322062,0.810727179,0.831255794,1,1,1,1,1,0.793363512,0.818553567,1,1,1,1,1,1,0.842735767,0.803696096,0.648924601,0.648825894,0.64893617
-63,1,0.4052,1,1,1,1,1,1,1,1,0.4111,0.4052,0.3781,1,0.3182,1,1,1,1,1,1,0.7933,0.3182,0.4127,1,0.6514,1,1,1,0.5581,0.6514,0.3256,1,1,1,1,1,0.587873876,0.624401689,0.940001607,1,1,1,1,1,0.792309403,0.652243853,1,1,1,1,1,1,0.880416214,0.595546067,0.65798695,0.657922572,0.658244681
-64,1,0.405,1,1,1,1,1,1,1,1,0.4189,0.405,0.1371,1,0.3182,1,1,1,1,1,1,0.4585,0.3182,0.1725,1,0.6515,1,1,1,0.6882,0.6515,0.0502,1,1,1,1,1,0.362284303,0.305081964,1,1,1,1,1,1,0.479706526,0.34574154,1,1,1,1,1,1,0.976625502,0.168175057,0.709279845,0.709329384,0.709219858
-65,1,0.4049,1,1,1,1,1,1,1,1,0.4118,0.4049,0,1,0.3182,1,1,1,1,1,1,0.6187,0.3182,0,1,0.6516,1,1,1,0.68,0.6516,0,1,1,1,1,1,0.35654062,0,1,1,1,1,1,1,0.58513701,0,1,1,1,1,1,1,0.9670856,0,0.765405993,0.765390311,0.765957447
-66,1,0.4048,1,1,1,1,1,1,1,1,0.5302,0.4048,0,1,0.3182,1,1,1,1,1,1,0.7853,0.3182,0,1,0.6517,1,1,1,0.676,0.6517,0,1,1,1,1,1,0.506931663,0,1,1,1,1,1,1,0.78423816,0,1,1,1,1,1,1,0.947072089,0,0.766916385,0.766871166,0.767287234
-67,1,0.4046,1,1,1,1,1,1,1,1,0.4124,0.4046,0,1,0.3182,1,1,1,1,1,1,0.658,0.3182,0,1,0.6518,1,1,1,0.5953,0.6518,0,1,1,1,1,1,0.330748141,0,1,1,1,1,1,1,0.621035099,0,1,1,1,1,1,1,0.885129869,0,0.753987434,0.753966575,0.754432624
-68,1,0.4045,1,1,1,1,1,1,1,1,0.4913,0.4045,0,1,0.3182,1,1,1,1,1,1,0.8943,0.3182,0,1,0.6519,1,1,1,0.6744,0.6519,0,1,1,1,1,1,0.444034606,0,1,1,1,1,1,1,0.850476027,0,1,1,1,1,1,1,0.938178599,0,0.729519091,0.729638248,0.730053191
-69,1,0.4043,1,1,1,1,1,1,1,1,0.5003,0.4043,0,1,0.3182,1,1,1,1,1,1,0.6396,0.3182,0,1,0.652,1,1,1,0.6384,0.652,0,1,1,1,1,1,0.470490813,0,1,1,1,1,1,1,0.605204284,0,1,1,1,1,1,1,0.947439253,0,0.686442726,0.686481912,0.686613475
-70,1,0.4042,1,1,1,1,1,1,1,1,0.578,0.4042,0,1,0.3182,1,1,1,1,1,1,0.6728,0.3182,0,1,0.6521,1,1,1,0.5919,0.6521,0,1,1,1,1,1,0.623107553,0,1,1,1,1,1,1,0.600420117,0,1,1,1,1,1,1,0.923821628,0,0.628987434,0.628940131,0.628989362
-71,1,0.4041,1,1,1,1,1,1,1,1,0.4769,0.4041,0,1,0.3182,1,1,1,1,1,1,0.8453,0.3182,0,1,0.6522,1,1,1,0.6094,0.6522,0,1,1,1,1,1,0.481376976,0,1,1,1,1,1,1,0.765127242,0,1,1,1,1,1,1,0.897304535,0,0.578661189,0.578802623,0.578900709
-72,1,0.4039,1,1,1,1,1,1,1,1,0.6133,0.4039,0,1,0.3182,1,1,1,1,1,1,0.9751,0.3182,0,1,0.6523,1,1,1,0.7632,0.6523,0,1,1,1,1,1,0.719660997,0,1,1,1,1,1,1,0.92217803,0,1,1,1,1,1,1,0.969212413,0,0.547426293,0.547493125,0.547429078
-73,1,0.4038,1,1,1,1,1,1,1,1,0.5683,0.4038,0,1,0.3181,1,1,1,1,1,1,0.7979,0.3181,0,1,0.6524,1,1,1,0.6559,0.6524,0,1,1,1,1,1,0.547050893,0,1,1,1,1,1,1,0.717326641,0,1,1,1,1,1,1,0.957773507,0,0.530993233,0.530992173,0.531028369
-74,1,0.4037,1,1,1,1,1,1,1,1,0.555,0.4037,0,1,0.3181,1,1,1,1,1,1,0.5823,0.3181,0,1,0.6525,1,1,1,0.5774,0.6525,0,1,1,1,1,1,0.470467687,0,1,1,1,1,1,1,0.512277961,0,1,1,1,1,1,1,0.933361471,0,0.522595457,0.522741697,0.522606383
-75,1,0.4035,1,1,1,1,1,1,1,1,0.5631,0.4035,0,1,0.3181,1,1,1,1,1,1,0.47,0.3181,0,1,0.6525,1,1,1,0.5751,0.6525,0,1,1,1,1,1,0.50397408,0,1,1,1,1,1,1,0.406315148,0,1,1,1,1,1,1,0.886988461,0,0.523562107,0.523587899,0.523492908
-76,1,0.4034,1,1,1,1,1,1,1,1,0.5285,0.4034,0,1,0.3181,1,1,1,1,1,1,0.4719,0.3181,0,1,0.6526,1,1,1,0.5982,0.6526,0,1,1,1,1,1,0.513184905,0,1,1,1,1,1,1,0.390780807,0,1,1,1,1,1,1,0.881918311,0,0.537759787,0.537761794,0.538120567
-77,1,0.4033,1,1,1,1,1,1,1,1,0.4011,0.4033,0,1,0.3181,1,1,1,1,1,1,0.5206,0.3181,0,1,0.6527,1,1,1,0.6538,0.6527,0,1,1,1,1,1,0.3862921,0,1,1,1,1,1,1,0.383892357,0,1,1,1,1,1,1,0.926977396,0,0.582165297,0.582187434,0.582446809
-78,1,0.4031,1,1,1,1,1,1,1,1,0.4094,0.4031,0,1,0.3181,1,1,1,1,1,1,0.3122,0.3181,0,1,0.6528,1,1,1,0.5569,0.6528,0,1,1,1,1,1,0.374304056,0,1,1,1,1,1,1,0.260629743,0,1,1,1,1,1,1,0.898742259,0,0.663061866,0.662999788,0.663120567
-79,1,0.403,1,1,1,1,1,1,1,1,0.2796,0.403,0,1,0.3181,1,1,1,1,1,1,0.2049,0.3181,0,1,0.6529,1,1,1,0.5291,0.6529,0,1,1,1,1,1,0.303671598,0,0.79506427,1,1,1,1,1,0.187239915,0,0.980068088,1,1,1,1,1,0.899598479,0,0.707044466,0.707002327,0.707003546
-80,1,0.4029,1,1,1,1,1,1,1,1,0.2454,0.4029,0.2277,1,0.3181,1,1,1,1,1,1,0.1897,0.3181,0.2204,1,0.653,1,1,1,0.5028,0.653,0.1813,1,1,1,1,1,0.210105136,0.40111059,0.713887632,1,1,1,1,1,0.14861691,0.379578501,0.828166723,1,1,1,1,1,0.820098996,0.426266551,0.707890285,0.70784853,0.708333333
-81,1,0.4027,1,1,1,1,1,1,1,1,0.2614,0.4027,0.4502,1,0.3181,1,1,1,1,1,1,0.1877,0.3181,0.4435,1,0.6531,1,1,1,0.4579,0.6531,0.4049,1,1,1,1,1,0.214994207,0.685723305,0.725933433,1,1,1,1,1,0.14870362,0.638918638,0.961138606,1,1,1,1,1,0.768165588,0.704990745,0.7060174,0.705944574,0.706117021
-82,1,0.4026,1,1,1,1,1,1,1,1,0.2123,0.4026,0.6046,1,0.3181,1,1,1,1,1,1,0.1767,0.3181,0.5641,1,0.6532,1,1,1,0.4124,0.6532,0.557,1,1,1,1,1,0.216699123,0.850697517,0.404623479,1,1,1,1,1,0.159576088,0.772440135,0.893139005,1,1,1,1,1,0.737351954,0.806788087,0.704446593,0.704463719,0.704787234
-83,1,0.4025,1,1,1,1,1,1,1,1,0.0897,0.4025,0.6791,1,0.3181,1,1,1,1,1,1,0.0114,0.3181,0.6709,1,0.6533,1,1,1,0.075,0.6533,0.6302,1,1,1,1,1,0.027246328,0.87061125,0.557595432,1,1,1,1,1,0.012375797,0.910031199,0.979220986,1,1,1,1,1,0.189122841,0.857473493,0.697498792,0.697482547,0.697695035
-84,1,0.4023,1,1,1,1,1,1,1,1,0.0698,0.4023,0.6728,1,0.3181,1,1,1,1,1,1,0,0.3181,0.6513,1,0.6534,1,1,1,0.1,0.6534,0.5543,1,1,1,1,1,0.013832925,0.857418537,0.573979974,1,1,1,1,1,0.000447456,0.852032661,0.801642418,1,1,1,1,1,0.216265351,0.864036083,0.687530208,0.687751216,0.687943262
-85,1,0.4022,1,1,1,1,1,1,1,1,0.0485,0.4022,0.6482,1,0.3181,1,1,1,1,1,1,0,0.3181,0.6024,1,0.6535,1,1,1,0.0673,0.6535,0.5588,1,1,1,1,1,0.007879721,0.86078459,0.51413095,1,1,1,1,1,0.000196807,0.705932498,0.58360815,1,1,1,1,1,0.140386179,0.83635056,0.681609473,0.681616247,0.681737589
-86,1,0.4021,1,1,1,1,1,1,1,1,0.0481,0.4021,0.528,1,0.3181,1,1,1,1,1,1,0,0.3181,0.4635,1,0.6536,1,1,1,0.0519,0.6536,0.4418,1,1,1,1,1,0.003915385,0.709806919,0.436993241,1,1,1,1,1,0.000131813,0.595638692,0.519329846,1,1,1,1,1,0.066910073,0.679095566,0.676292895,0.67632748,0.67641844
-87,1,0.4019,1,1,1,1,1,1,1,1,0.055,0.4019,0.3343,1,0.3181,1,1,1,1,1,1,0,0.3181,0.305,1,0.6537,1,1,1,0.0271,0.6537,0.2619,1,1,1,1,1,0.005388106,0.494193435,0.25202024,1,1,1,1,1,0.000806518,0.480196565,0.343497157,1,1,1,1,1,0.05286302,0.442367494,0.683301112,0.683308652,0.683510638
-88,1,0.4018,1,1,1,1,1,1,1,1,0.0429,0.4018,0.028,1,0.3181,1,1,1,1,1,1,0,0.3181,0.0783,1,0.6538,1,1,1,0.0066,0.6538,0.0253,1,1,1,1,1,0.00263382,0.106032312,0.186905026,1,1,1,1,1,0.00030586,0.157339483,0.335973322,1,1,1,1,1,0.046531331,0.005017253,0.731029483,0.731119103,0.731382979
-89,1,0.4017,1,1,1,1,1,1,1,1,0.028,0.4017,0,1,0.3181,1,1,1,1,1,1,0.0393,0.3181,0,1,0.6539,1,1,1,0.0653,0.6539,0,1,1,1,1,1,0.018397879,0,0.124454945,1,1,1,1,1,0.03994374,0,0.184973314,1,1,1,1,1,0.137151971,0,0.769876752,0.769832875,0.770390071
-90,1,0.4015,1,1,1,1,1,1,1,1,0.0625,0.4015,0,1,0.3181,1,1,1,1,1,1,0.0793,0.3181,0,1,0.654,1,1,1,0.0551,0.654,0,1,1,1,1,1,0.070976824,0,0.006961153,1,1,1,1,1,0.098625697,0,0.214811265,1,1,1,1,1,0.12389563,0,0.763956017,0.763909456,0.764184397
-91,1,0.4014,1,1,1,1,1,1,1,1,0.0847,0.4014,0,1,0.3181,1,1,1,1,1,1,0.0489,0.3181,0,1,0.6541,1,1,1,0.0838,0.6541,0,1,1,1,1,1,0.083924681,0,0.003198395,1,1,1,1,1,0.072225496,0,0.285006285,1,1,1,1,1,0.137572616,0,0.746193813,0.7461392,0.746453901
-92,1,0.4013,1,1,1,1,1,1,1,1,0.1229,0.4013,0,1,0.3181,1,1,1,1,1,1,0.0462,0.3181,0,1,0.6542,1,1,1,0.0707,0.6542,0,1,1,1,1,1,0.128393263,0,0.108685762,1,1,1,1,1,0.078545853,0,0.233654216,1,1,1,1,1,0.131399348,0,0.717617206,0.717791411,0.717641844
-93,1,0.4011,1,1,1,1,1,1,1,1,0.1363,0.4011,0,1,0.3181,1,1,1,1,1,1,0.1135,0.3181,0,1,0.6543,1,1,1,0.106,0.6543,0,1,1,1,1,1,0.120600045,0,0.445443064,1,1,1,1,1,0.149306133,0,0.09463796,1,1,1,1,1,0.210099816,0,0.67037216,0.670404062,0.670656028
-94,1,0.401,1,1,1,1,1,1,1,1,0.1754,0.401,0,1,0.3181,1,1,1,1,1,1,0.1682,0.3181,0,1,0.6544,1,1,1,0.151,0.6544,0,1,1,1,1,1,0.140354604,0,0.875929296,1,1,1,1,1,0.242303163,0,0.522529364,1,1,1,1,1,0.271630615,0,0.610198163,0.610323673,0.61037234
-95,1,0.4008,1,1,1,1,1,1,1,1,0.207,0.4008,0,1,0.3181,1,1,1,1,1,1,0.1532,0.3181,0,1,0.6545,1,1,1,0.1894,0.6545,0,1,1,1,1,1,0.128189832,0,0.920759916,1,1,1,1,1,0.191114381,0,0.456919134,1,1,1,1,1,0.348147362,0,0.554494925,0.554685847,0.554964539
-96,1,0.4007,1,1,1,1,1,1,1,1,0.1748,0.4007,0,1,0.3181,1,1,1,1,1,1,0.0821,0.3181,0,1,0.6546,1,1,1,0.1416,0.6546,0,1,1,1,1,1,0.099169187,0,0.939646482,1,1,1,1,1,0.124390215,0,0.220467538,1,1,1,1,1,0.246382296,0,0.518970517,0.518933785,0.519060284
-97,1,0.4006,1,1,1,1,1,1,1,1,0.301,0.4006,0,1,0.3181,1,1,1,1,1,1,0.0942,0.3181,0,1,0.6547,1,1,1,0.1497,0.6547,0,1,1,1,1,1,0.177062199,0,0.844688892,1,1,1,1,1,0.159192622,0,0.516141891,1,1,1,1,1,0.227046132,0,0.499939584,0.499894225,0.5
-98,1,0.4004,1,1,1,1,1,1,1,1,0.2396,0.4004,0,1,0.3181,1,1,1,1,1,1,0.1132,0.3181,0,1,0.6548,1,1,1,0.1275,0.6548,0,1,1,1,1,1,0.122812316,0,0.920122206,1,1,1,1,1,0.174249291,0,0.82681632,1,1,1,1,1,0.256108433,0,0.49039391,0.490374445,0.490248227
-99,1,0.4003,1,1,1,1,1,1,1,1,0.2318,0.4003,0,1,0.3181,1,1,1,1,1,1,0.1273,0.3181,0,1,0.6549,1,1,1,0.1305,0.6549,0,1,1,1,1,1,0.138673455,0,0.673818231,1,1,1,1,1,0.197087079,0,0.751163125,1,1,1,1,1,0.324528009,0,0.48858144,0.488682039,0.48891844
-100,1,0.4002,1,1,1,1,1,1,1,1,0.2242,0.4002,0,1,0.3181,1,1,1,1,1,1,0.116,0.3181,0,1,0.655,1,1,1,0.1117,0.655,0,1,1,1,1,1,0.142375141,0,0.419740528,1,1,1,1,1,0.193994716,0,0.500402093,1,1,1,1,1,0.300269991,0,0.501147898,0.501163529,0.501329787
-101,1,0.4,1,1,1,1,1,1,1,1,0.155,0.4,0,1,0.3181,1,1,1,1,1,1,0.038,0.3181,0,1,0.6551,1,1,1,0.0978,0.6551,0,1,1,1,1,1,0.109176964,0,0.182347387,1,1,1,1,1,0.069650866,0,0.240936399,1,1,1,1,1,0.358129978,0,0.542230546,0.542204358,0.542109929
-102,1,0.3999,1,1,1,1,1,1,1,1,0.0898,0.3999,0,1,0.3181,1,1,1,1,1,1,0.0013,0.3181,0,1,0.6552,1,1,1,0.0956,0.6552,0,1,1,1,1,1,0.064965032,0,0.077774674,1,1,1,1,1,0.016336124,0,0.163478807,1,1,1,1,1,0.373863578,0,0.620347994,0.620478105,0.620567376
-103,1,0.3998,1,1,1,1,1,1,1,1,0.0721,0.3998,0,1,0.3181,1,1,1,1,1,1,0.0015,0.3181,0,1,0.6553,1,1,1,0.0668,0.6553,0,1,1,1,1,1,0.074147031,0,0.036225185,1,1,1,1,1,0.011013146,0,0.036664136,1,1,1,1,1,0.213828713,0,0.666143064,0.666173048,0.666223404
-104,1,0.3996,1,1,1,1,1,1,1,1,0.0955,0.3996,0.1033,1,0.3181,1,1,1,1,1,1,0.0025,0.3181,0.1154,1,0.6554,1,1,1,0.072,0.6554,0.0482,1,1,1,1,1,0.084841259,0.170587122,0.004370186,1,1,1,1,1,0.007550301,0.227526784,0.118446343,1,1,1,1,1,0.222036108,0.111522958,0.670976317,0.671038714,0.671099291
-105,1,0.3995,1,1,1,1,1,1,1,1,0.0982,0.3995,0.2804,1,0.3181,1,1,1,1,1,1,0.0427,0.3181,0.2997,1,0.6555,1,1,1,0.0616,0.6555,0.2431,1,1,1,1,1,0.075930282,0.427075237,0.038382038,1,1,1,1,1,0.054869097,0.494544566,0.322951078,1,1,1,1,1,0.203863323,0.320321381,0.6739971,0.674000423,0.674202128
-106,1,0.3994,1,1,1,1,1,1,1,1,0.1052,0.3994,0.4372,1,0.318,1,1,1,1,1,1,0.0262,0.318,0.4896,1,0.6556,1,1,1,0.0511,0.6556,0.3597,1,1,1,1,1,0.070377506,0.6255126,0.100025997,1,1,1,1,1,0.034308519,0.707907856,0.274292946,1,1,1,1,1,0.160617232,0.46530956,0.670915901,0.670827163,0.671099291
-107,1,0.3992,1,1,1,1,1,1,1,1,0.0752,0.3992,0.5913,1,0.318,1,1,1,1,1,1,0.0213,0.318,0.5795,1,0.6557,1,1,1,0.0432,0.6557,0.4739,1,1,1,1,1,0.061042849,0.778813064,0.109422177,1,1,1,1,1,0.023143828,0.838773012,0.163496614,1,1,1,1,1,0.130611658,0.517060995,0.661551474,0.661730484,0.66179078
-108,1,0.3991,1,1,1,1,1,1,1,1,0.1,0.3991,0.5349,1,0.318,1,1,1,1,1,1,0.0434,0.318,0.5517,1,0.6558,1,1,1,0.0854,0.6558,0.3585,1,1,1,1,1,0.064188167,0.678289473,0.129945844,1,1,1,1,1,0.035331529,0.763692617,0.174199238,1,1,1,1,1,0.196464628,0.641685784,0.653334944,0.653268458,0.653812057
-109,1,0.399,1,1,1,1,1,1,1,1,0.151,0.399,0.4854,1,0.318,1,1,1,1,1,1,0.1355,0.318,0.4408,1,0.6559,1,1,1,0.1041,0.6559,0.4206,1,1,1,1,1,0.107618414,0.622370958,0.199214041,1,1,1,1,1,0.105356306,0.641899705,0.366807103,1,1,1,1,1,0.180373907,0.704404235,0.650132914,0.650095198,0.650265957
-110,1,0.3988,1,1,1,1,1,1,1,1,0.1471,0.3988,0.3973,1,0.318,1,1,1,1,1,1,0.1242,0.318,0.4072,1,0.656,1,1,1,0.0911,0.656,0.4373,1,1,1,1,1,0.125134125,0.568854988,0.260116994,1,1,1,1,1,0.131830156,0.569831371,0.627275407,1,1,1,1,1,0.157320336,0.63567555,0.644997583,0.645017982,0.645390071
-111,1,0.3987,1,1,1,1,1,1,1,1,0.2669,0.3987,0.2948,1,0.318,1,1,1,1,1,1,0.3859,0.318,0.3063,1,0.6561,1,1,1,0.1645,0.6561,0.2491,1,1,1,1,1,0.289148122,0.43725276,0.480007172,1,1,1,1,1,0.341677129,0.431045443,0.818747461,1,1,1,1,1,0.27536422,0.512663722,0.649166264,0.649248995,0.649379433
-112,1,0.3986,1,1,1,1,1,1,1,1,0.2296,0.3986,0.0897,1,0.318,1,1,1,1,1,1,0.5122,0.318,0.1054,1,0.6562,1,1,1,0.1979,0.6562,0.0255,1,1,1,1,1,0.261808902,0.18709299,0.623305559,1,1,1,1,1,0.419357747,0.212632164,0.80335474,1,1,1,1,1,0.299150616,0.085365221,0.690430159,0.690501375,0.690602837
-113,1,0.3984,1,1,1,1,1,1,1,1,0.2405,0.3984,0,1,0.318,1,1,1,1,1,1,0.4354,0.318,0,1,0.6563,1,1,1,0.2064,0.6563,0,1,1,1,1,1,0.276638418,0,0.589919508,1,1,1,1,1,0.443739682,0,0.767231226,1,1,1,1,1,0.281344533,0,0.735621073,0.735561667,0.735815603
-114,1,0.3983,1,1,1,1,1,1,1,1,0.2231,0.3983,0,1,0.318,1,1,1,1,1,1,0.3491,0.318,0,1,0.6564,1,1,1,0.2486,0.6564,0,1,1,1,1,1,0.229469642,0,0.333613008,1,1,1,1,1,0.339800358,0,0.488186687,1,1,1,1,1,0.435778499,0,0.732902368,0.732811508,0.733156028
-115,1,0.3982,1,1,1,1,1,1,1,1,0.1826,0.3982,0,1,0.318,1,1,1,1,1,1,0.1172,0.318,0,1,0.6565,1,1,1,0.1978,0.6565,0,1,1,1,1,1,0.155514032,0,0.207612798,1,1,1,1,1,0.144994408,0,0.95292598,1,1,1,1,1,0.432481408,0,0.716288062,0.716310556,0.716312057
-116,1,0.398,1,1,1,1,1,1,1,1,0.1899,0.398,0,1,0.318,1,1,1,1,1,1,0.0698,0.318,0,1,0.6566,1,1,1,0.2679,0.6566,0,1,1,1,1,1,0.151678458,0,0.245712638,1,1,1,1,1,0.11266268,0,0.942502141,1,1,1,1,1,0.570106685,0,0.689523925,0.689655172,0.689716312
-117,1,0.3979,1,1,1,1,1,1,1,1,0.0929,0.3979,0,1,0.318,1,1,1,1,1,1,0,0.318,0,1,0.6567,1,1,1,0.0855,0.6567,0,1,1,1,1,1,0.029920489,0,0.377252847,1,1,1,1,1,0.001731739,0,0.961126506,1,1,1,1,1,0.181978405,0,0.645299662,0.645229532,0.645833333
-118,1,0.3978,1,1,1,1,1,1,1,1,0.1682,0.3978,0,1,0.318,1,1,1,1,1,1,0,0.318,0,1,0.6568,1,1,1,0.1891,0.6568,0,1,1,1,1,1,0.11637032,0,0.699890256,1,1,1,1,1,0.017933788,0,0.31618771,1,1,1,1,1,0.313817173,0,0.585911068,0.585783795,0.585992908
-119,1,0.3976,1,1,1,1,1,1,1,1,0.1428,0.3976,0,1,0.318,1,1,1,1,1,1,0,0.318,0,1,0.6569,1,1,1,0.14,0.6569,0,1,1,1,1,1,0.052022554,0,0.96739471,1,1,1,1,1,0.009927007,0,0.097181946,1,1,1,1,1,0.209452331,0,0.534618173,0.534800085,0.534574468
-120,1,0.3975,1,1,1,1,1,1,1,1,0.174,0.3975,0,1,0.318,1,1,1,1,1,1,0,0.318,0,1,0.657,1,1,1,0.1205,0.657,0,1,1,1,1,1,0.100811645,0,0.996472955,1,1,1,1,1,0.020035353,0,0.159050792,1,1,1,1,1,0.137416765,0,0.501027066,0.500951978,0.500886525
-121,1,0.3974,1,1,1,1,1,1,1,1,0.1184,0.3974,0,1,0.318,1,1,1,1,1,1,0,0.318,0,1,0.6571,1,1,1,0.0821,0.6571,0,1,1,1,1,1,0.089771733,0,0.890340626,1,1,1,1,1,0.023398837,0,0.093050271,1,1,1,1,1,0.106846578,0,0.482781537,0.482758621,0.483156028
-122,1,0.3972,1,1,1,1,1,1,1,1,0.0543,0.3972,0,1,0.318,1,1,1,1,1,1,0.0397,0.318,0,1,0.6572,1,1,1,0.042,0.6572,0,1,1,1,1,1,0.047412973,0,0.603442788,1,1,1,1,1,0.067663163,0,0.079989269,1,1,1,1,1,0.063711219,0,0.473477525,0.473450391,0.473404255
-123,1,0.3971,1,1,1,1,1,1,1,1,0.0179,0.3971,0,1,0.318,1,1,1,1,1,1,0.1098,0.318,0,1,0.6573,1,1,1,0.0179,0.6573,0,1,1,1,1,1,0.021708414,0,0.28053081,1,1,1,1,1,0.172149748,0,0.109709695,1,1,1,1,1,0.039446644,0,0.471121315,0.471123334,0.471187943
-124,1,0.3969,1,1,1,1,1,1,1,1,0.0286,0.3969,0,1,0.318,1,1,1,1,1,1,0.1402,0.318,0,1,0.6574,1,1,1,0.0121,0.6574,0,1,1,1,1,1,0.041665893,0,0.075039111,1,1,1,1,1,0.187274218,0,0.213280618,1,1,1,1,1,0.021535872,0,0.48260029,0.482758621,0.482712766
-125,1,0.3968,1,1,1,1,1,1,1,1,0.0435,0.3968,0,1,0.318,1,1,1,1,1,1,0.1177,0.318,0,1,0.6575,1,1,1,0.0105,0.6575,0,1,1,1,1,1,0.0607864,0,0.018569788,1,1,1,1,1,0.169424832,0,0.283104211,1,1,1,1,1,0.013929317,0,0.52338086,0.523376349,0.523492908
-126,1,0.3967,1,1,1,1,1,1,1,1,0.0405,0.3967,0,1,0.318,1,1,1,1,1,1,0.1377,0.318,0,1,0.6576,1,1,1,0.0142,0.6576,0,1,1,1,1,1,0.075446598,0,0.012270059,1,1,1,1,1,0.20931673,0,0.194493979,1,1,1,1,1,0.024829233,0,0.600108748,0.59995769,0.600177305
-127,1,0.3965,1,1,1,1,1,1,1,1,0.0444,0.3965,0,1,0.318,1,1,1,1,1,1,0.2695,0.318,0,1,0.6577,1,1,1,0.036,0.6577,0,1,1,1,1,1,0.072514653,0,0.062731408,1,1,1,1,1,0.378788114,0,0.424616009,1,1,1,1,1,0.076633878,0,0.64602465,0.646075735,0.646276596
-128,1,0.3964,1,1,1,1,1,1,1,1,0.1087,0.3964,0.1023,1,0.318,1,1,1,1,1,1,0.1842,0.318,0.139,1,0.6578,1,1,1,0.0357,0.6578,0.0809,1,1,1,1,1,0.141860232,0.185360298,0.292724222,1,1,1,1,1,0.256563604,0.304059505,0.699964166,1,1,1,1,1,0.092142537,0.123772576,0.651401643,0.651364502,0.651595745
-129,1,0.3963,1,1,1,1,1,1,1,1,0.168,0.3963,0.2939,1,0.318,1,1,1,1,1,1,0.2117,0.318,0.4082,1,0.6579,1,1,1,0.04,0.6579,0.2336,1,1,1,1,1,0.176396817,0.4773314,0.401476204,1,1,1,1,1,0.331442624,0.644938588,0.91281575,1,1,1,1,1,0.108975753,0.349737227,0.652066216,0.651999154,0.652039007
-130,1,0.3961,1,1,1,1,1,1,1,1,0.1208,0.3961,0.5036,1,0.318,1,1,1,1,1,1,0.4262,0.318,0.5689,1,0.658,1,1,1,0.0531,0.658,0.358,1,1,1,1,1,0.077700116,0.728351235,0.437379599,1,1,1,1,1,0.33502984,0.819003105,1,1,1,1,1,1,0.138936266,0.466088116,0.649166264,0.649248995,0.649379433
-131,1,0.396,1,1,1,1,1,1,1,1,0.0839,0.396,0.62,1,0.318,1,1,1,1,1,1,0.2701,0.318,0.6386,1,0.6581,1,1,1,0.0589,0.6581,0.3937,1,1,1,1,1,0.07965333,0.826952994,0.509132266,1,1,1,1,1,0.220307335,0.896056294,1,1,1,1,1,1,0.160782441,0.543091416,0.639560174,0.639517664,0.63962766
-132,1,0.3959,1,1,1,1,1,1,1,1,0.1382,0.3959,0.5947,1,0.318,1,1,1,1,1,1,0.1854,0.318,0.5749,1,0.6582,1,1,1,0.062,0.6582,0.4307,1,1,1,1,1,0.074873224,0.792589486,0.653930247,1,1,1,1,1,0.182048112,0.873944104,1,1,1,1,1,1,0.180024505,0.523182154,0.628987434,0.628940131,0.628989362
-133,1,0.3957,1,1,1,1,1,1,1,1,0.2099,0.3957,0.4261,1,0.318,1,1,1,1,1,1,0.1818,0.318,0.557,1,0.6583,1,1,1,0.0611,0.6583,0.4089,1,1,1,1,1,0.113207147,0.696804523,0.814667046,1,1,1,1,1,0.180924833,0.705279112,1,1,1,1,1,1,0.200875998,0.515216649,0.623489609,0.623439814,0.623670213
-134,1,0.3956,1,1,1,1,1,1,1,1,0.1521,0.3956,0.3649,1,0.318,1,1,1,1,1,1,0.05,0.318,0.3724,1,0.6584,1,1,1,0.0305,0.6584,0.374,1,1,1,1,1,0.056827873,0.601124287,0.995130956,1,1,1,1,1,0.071058825,0.57268995,0.991760254,1,1,1,1,1,0.126304641,0.456569463,0.614789754,0.614766237,0.614804965
-135,1,0.3955,1,1,1,1,1,1,1,1,0.0683,0.3955,0.1992,1,0.318,1,1,1,1,1,1,0.0642,0.318,0.1936,1,0.6585,1,1,1,0.0618,0.6585,0.2142,1,1,1,1,1,0.037358858,0.413076133,1,1,1,1,1,1,0.116053015,0.31940183,0.97741127,1,1,1,1,1,0.209481969,0.326284349,0.617750121,0.617727946,0.617907801
-136,1,0.3953,1,1,1,1,1,1,1,1,0.0759,0.3953,0.0151,1,0.318,1,1,1,1,1,1,0.2367,0.318,0.0704,1,0.6586,1,1,1,0.0912,0.6586,0,1,1,1,1,1,0.085969821,0.112508036,0.984038055,1,1,1,1,1,0.288551122,0.179582879,0.845369399,1,1,1,1,1,0.26427111,0.001671461,0.65381827,0.653691559,0.654255319
-137,1,0.3952,1,1,1,1,1,1,1,1,0.1221,0.3952,0,1,0.318,1,1,1,1,1,1,0.3325,0.318,0,1,0.6587,1,1,1,0.1164,0.6587,0,1,1,1,1,1,0.128555551,0,0.798958719,1,1,1,1,1,0.478020161,0,0.993219972,1,1,1,1,1,0.211875349,0,0.688315611,0.688385868,0.688386525
-138,1,0.3951,1,1,1,1,1,1,1,1,0.1165,0.3951,0,1,0.318,1,1,1,1,1,1,0.3772,0.318,0,1,0.6588,1,1,1,0.1202,0.6588,0,1,1,1,1,1,0.110376433,0,0.917728066,1,1,1,1,1,0.533747077,0,1,1,1,1,1,1,0.231116161,0,0.677259546,0.677385234,0.677304965
-139,1,0.3949,1,1,1,1,1,1,1,1,0.0695,0.3949,0,1,0.3179,1,1,1,1,1,1,0.4737,0.3179,0,1,0.6589,1,1,1,0.1092,0.6589,0,1,1,1,1,1,0.053824816,0,0.979925394,1,1,1,1,1,0.579329133,0,1,1,1,1,1,1,0.252502561,0,0.657805703,0.657711022,0.658244681
-140,1,0.3948,1,1,1,1,1,1,1,1,0.1746,0.3948,0,1,0.3179,1,1,1,1,1,1,0.7695,0.3179,0,1,0.659,1,1,1,0.0658,0.659,0,1,1,1,1,1,0.128802568,0,1,1,1,1,1,1,0.77134943,0,1,1,1,1,1,1,0.225661665,0,0.631706138,0.63169029,0.632092199
-141,1,0.3947,1,1,1,1,1,1,1,1,0.1894,0.3947,0,1,0.3179,1,1,1,1,1,1,0.6069,0.3179,0,1,0.6591,1,1,1,0.0407,0.6591,0,1,1,1,1,1,0.144425601,0,1,1,1,1,1,1,0.621898949,0,0.927658379,1,1,1,1,1,0.228556156,0,0.597812953,0.597842183,0.597960993
-142,1,0.3945,1,1,1,1,1,1,1,1,0.2462,0.3945,0,1,0.3179,1,1,1,1,1,1,0.541,0.3179,0,1,0.6592,1,1,1,0.0616,0.6592,0,1,1,1,1,1,0.15601936,0,1,1,1,1,1,1,0.563661098,0,0.908954263,1,1,1,1,1,0.310867965,0,0.55177622,0.551724138,0.551861702
-143,1,0.3944,1,1,1,1,1,1,1,1,0.2121,0.3944,0,1,0.3179,1,1,1,1,1,1,0.2816,0.3179,0,1,0.6593,1,1,1,0.0657,0.6593,0,1,1,1,1,1,0.144045681,0,0.912509561,1,1,1,1,1,0.403389901,0,0.839505196,1,1,1,1,1,0.310114652,0,0.504349928,0.504336789,0.504432624
-144,1,0.3943,1,1,1,1,1,1,1,1,0.2074,0.3943,0,1,0.3179,1,1,1,1,1,1,0.3788,0.3179,0,1,0.6594,1,1,1,0.0535,0.6594,0,1,1,1,1,1,0.125581056,0,0.769363821,1,1,1,1,1,0.439836204,0,1,1,1,1,1,1,0.266269714,0,0.467738038,0.467738523,0.468085106
-145,1,0.3941,1,1,1,1,1,1,1,1,0.2209,0.3941,0,1,0.3179,1,1,1,1,1,1,0.4611,0.3179,0,1,0.6595,1,1,1,0.0674,0.6595,0,1,1,1,1,1,0.155800313,0,0.997899354,1,1,1,1,1,0.466972113,0,1,1,1,1,1,1,0.251812458,0,0.447438376,0.447429659,0.447251773
-146,1,0.394,1,1,1,1,1,1,1,1,0.2043,0.394,0,1,0.3179,1,1,1,1,1,1,0.3004,0.3179,0,1,0.6596,1,1,1,0.0929,0.6596,0,1,1,1,1,1,0.165351838,0,1,1,1,1,1,1,0.320554376,0,1,1,1,1,1,1,0.300524473,0,0.436442726,0.436429025,0.436613475
-147,1,0.3939,1,1,1,1,1,1,1,1,0.1431,0.3939,0,1,0.3179,1,1,1,1,1,1,0.2485,0.3179,0,1,0.6597,1,1,1,0.1079,0.6597,0,1,1,1,1,1,0.149981067,0,0.879248679,1,1,1,1,1,0.234269142,0,1,1,1,1,1,1,0.364857018,0,0.431911551,0.431986461,0.432180851
-148,1,0.3937,1,1,1,1,1,1,1,1,0.1095,0.3937,0,1,0.3179,1,1,1,1,1,1,0.1179,0.3179,0,1,0.6598,1,1,1,0.0969,0.6598,0,1,1,1,1,1,0.101606213,0,0.652260303,1,1,1,1,1,0.103491649,0,0.981260061,1,1,1,1,1,0.360342234,0,0.436261479,0.436217474,0.436613475
-149,1,0.3936,1,1,1,1,1,1,1,1,0.0574,0.3936,0,1,0.3179,1,1,1,1,1,1,0.0589,0.3179,0,1,0.6599,1,1,1,0.0809,0.6599,0,1,1,1,1,1,0.03089999,0,0.522282004,1,1,1,1,1,0.044309031,0,0.736548245,1,1,1,1,1,0.291499645,0,0.452875785,0.452718426,0.453014184
-150,1,0.3934,1,1,1,1,1,1,1,1,0.0491,0.3934,0,1,0.3179,1,1,1,1,1,1,0.0983,0.3179,0,1,0.6599,1,1,1,0.0765,0.6599,0,1,1,1,1,1,0.020953078,0,0.666678071,1,1,1,1,1,0.0758316,0,0.718301356,1,1,1,1,1,0.230846629,0,0.482902368,0.482758621,0.483156028
-151,1,0.3933,1,1,1,1,1,1,1,1,0.0424,0.3933,0,1,0.3179,1,1,1,1,1,1,0.0845,0.3179,0,1,0.66,1,1,1,0.0562,0.66,0,1,1,1,1,1,0.020881666,0,0.671678662,1,1,1,1,1,0.058989674,0,0.52993536,1,1,1,1,1,0.188626125,0,0.514560174,0.514491221,0.51462766
-152,1,0.3932,1,1,1,1,1,1,1,1,0.0678,0.3932,0.1883,1,0.3179,1,1,1,1,1,1,0.1375,0.3179,0.1888,1,0.6601,1,1,1,0.0288,0.6601,0.0283,1,1,1,1,1,0.051156409,0.351036876,0.62553829,1,1,1,1,1,0.104667753,0.35002166,0.425320745,1,1,1,1,1,0.118105114,0.125800461,0.546942968,0.546858473,0.546985816
-153,1,0.393,1,1,1,1,1,1,1,1,0.1221,0.393,0.4067,1,0.3179,1,1,1,1,1,1,0.2531,0.3179,0.418,1,0.6602,1,1,1,0.0129,0.6602,0.2162,1,1,1,1,1,0.089656405,0.619287968,0.587967038,1,1,1,1,1,0.233937562,0.660088658,0.331576973,1,1,1,1,1,0.053463232,0.403309524,0.566517641,0.566532685,0.566489362
-154,1,0.3929,1,1,1,1,1,1,1,1,0.1334,0.3929,0.5478,1,0.3179,1,1,1,1,1,1,0.2684,0.3179,0.5584,1,0.6603,1,1,1,0.0092,0.6603,0.3554,1,1,1,1,1,0.117224008,0.785794616,0.717235327,1,1,1,1,1,0.296673715,0.806930482,0.329441369,1,1,1,1,1,0.018045329,0.519458115,0.572015466,0.572033002,0.571808511
-155,1,0.3928,1,1,1,1,1,1,1,1,0.0832,0.3928,0.6386,1,0.3179,1,1,1,1,1,1,0.2463,0.3179,0.6543,1,0.6604,1,1,1,0.0116,0.6604,0.3415,1,1,1,1,1,0.075509615,0.905285895,0.824079096,1,1,1,1,1,0.191872358,0.910348594,0.486140609,1,1,1,1,1,0.02884767,0.753734529,0.567423876,0.567378887,0.567375887
-156,1,0.3926,1,1,1,1,1,1,1,1,0.1125,0.3926,0.6504,1,0.3179,1,1,1,1,1,1,0.2488,0.3179,0.6701,1,0.6605,1,1,1,0.012,0.6605,0.3857,1,1,1,1,1,0.078392886,0.891079426,1,1,1,1,1,1,0.19907096,0.936917841,0.975297093,1,1,1,1,1,0.038041543,0.83075124,0.557032383,0.557012905,0.556737589
-157,1,0.3925,1,1,1,1,1,1,1,1,0.1817,0.3925,0.6311,1,0.3179,1,1,1,1,1,1,0.2425,0.3179,0.647,1,0.6606,1,1,1,0.0147,0.6606,0.402,1,1,1,1,1,0.095105343,0.817447066,1,1,1,1,1,1,0.216151059,0.900446236,1,1,1,1,1,1,0.033375405,0.710378289,0.545251329,0.545166067,0.545212766
-158,1,0.3924,1,1,1,1,1,1,1,1,0.263,0.3924,0.5093,1,0.3179,1,1,1,1,1,1,0.2601,0.3179,0.5124,1,0.6607,1,1,1,0.0103,0.6607,0.3421,1,1,1,1,1,0.138140485,0.640372276,1,1,1,1,1,1,0.227062032,0.757096589,1,1,1,1,1,1,0.029614527,0.555731773,0.536913968,0.536915591,0.537234043
-159,1,0.3922,1,1,1,1,1,1,1,1,0.2431,0.3922,0.299,1,0.3179,1,1,1,1,1,1,0.1232,0.3179,0.316,1,0.6608,1,1,1,0.0278,0.6608,0.1273,1,1,1,1,1,0.141146839,0.441087514,1,1,1,1,1,1,0.141871184,0.488292456,1,1,1,1,1,1,0.048891362,0.328809351,0.542653456,0.54283901,0.542553191
-160,1,0.3921,1,1,1,1,1,1,1,1,0.1515,0.3921,0.0553,1,0.3179,1,1,1,1,1,1,0.1151,0.3179,0.1148,1,0.6609,1,1,1,0.0393,0.6609,0,1,1,1,1,1,0.109279126,0.146455288,0.999486566,1,1,1,1,1,0.210509539,0.251701355,1,1,1,1,1,1,0.075152986,0,0.582346544,0.582398985,0.582446809
-161,1,0.392,1,1,1,1,1,1,1,1,0.2487,0.392,0,1,0.3179,1,1,1,1,1,1,0.3379,0.3179,0,1,0.661,1,1,1,0.0331,0.661,0,1,1,1,1,1,0.224165872,0,0.997973144,1,1,1,1,1,0.445290416,0,1,1,1,1,1,1,0.127303258,0,0.622281295,0.62217051,0.622340426
-162,1,0.3918,1,1,1,1,1,1,1,1,0.4787,0.3918,0,1,0.3179,1,1,1,1,1,1,0.2533,0.3179,0,1,0.6611,1,1,1,0.0687,0.6611,0,1,1,1,1,1,0.403216988,0,0.998343229,1,1,1,1,1,0.373950571,0,1,1,1,1,1,1,0.212911427,0,0.614910585,0.614977787,0.615248227
-163,1,0.3917,1,1,1,1,1,1,1,1,0.3828,0.3917,0,1,0.3179,1,1,1,1,1,1,0.0323,0.3179,0,1,0.6612,1,1,1,0.0773,0.6612,0,1,1,1,1,1,0.406515628,0,0.999373019,1,1,1,1,1,0.091711089,0,0.970958114,1,1,1,1,1,0.252609104,0,0.59521508,0.595303575,0.595301418
-164,1,0.3916,1,1,1,1,1,1,1,1,0.353,0.3916,0,1,0.3179,1,1,1,1,1,1,0.1582,0.3179,0,1,0.6613,1,1,1,0.0737,0.6613,0,1,1,1,1,1,0.465022057,0,0.999333918,1,1,1,1,1,0.268757284,0,1,1,1,1,1,1,0.237305686,0,0.576486225,0.576475566,0.576684397
-165,1,0.3914,1,1,1,1,1,1,1,1,0.2208,0.3914,0,1,0.3179,1,1,1,1,1,1,0.3859,0.3179,0,1,0.6614,1,1,1,0.1379,0.6614,0,1,1,1,1,1,0.462766081,0,1,1,1,1,1,1,0.472837806,0,0.855820179,1,1,1,1,1,0.40507862,0,0.549540841,0.549608631,0.54964539
-166,1,0.3913,1,1,1,1,1,1,1,1,0.2817,0.3913,0,1,0.3179,1,1,1,1,1,1,0.4086,0.3179,0,1,0.6615,1,1,1,0.3173,0.6615,0,1,1,1,1,1,0.623637617,0,0.791018248,1,1,1,1,1,0.496928155,0,0.224977508,1,1,1,1,1,0.549032152,0,0.514258096,0.51427967,0.51462766
-167,1,0.3912,1,1,1,1,1,1,1,1,0.3581,0.3912,0,1,0.3179,1,1,1,1,1,1,0.2684,0.3179,0,1,0.6616,1,1,1,0.2677,0.6616,0,1,1,1,1,1,0.639050901,0,0.576337457,1,1,1,1,1,0.411808074,0,0.086479068,1,1,1,1,1,0.443719596,0,0.475410826,0.475565898,0.475620567
-168,1,0.391,1,1,1,1,1,1,1,1,0.4621,0.391,0,1,0.3179,1,1,1,1,1,1,0.3442,0.3179,0,1,0.6617,1,1,1,0.2914,0.6617,0,1,1,1,1,1,0.686666548,0,0.452253044,1,1,1,1,1,0.561259866,0,0.268882751,1,1,1,1,1,0.383727908,0,0.442846786,0.442775545,0.443262411
-169,1,0.3909,1,1,1,1,1,1,1,1,0.5296,0.3909,0,1,0.3179,1,1,1,1,1,1,0.3906,0.3179,0,1,0.6618,1,1,1,0.224,0.6618,0,1,1,1,1,1,0.607914746,0,0.300419182,1,1,1,1,1,0.543580651,0,1,1,1,1,1,1,0.321433812,0,0.424057516,0.423947535,0.424202128
-170,1,0.3908,1,1,1,1,1,1,1,1,0.557,0.3908,0,1,0.3179,1,1,1,1,1,1,0.4338,0.3179,0,1,0.6619,1,1,1,0.2328,0.6619,0,1,1,1,1,1,0.572131515,0,0.409598082,1,1,1,1,1,0.586874485,0,0.989531398,1,1,1,1,1,0.353678197,0,0.412880619,0.41273535,0.413120567
-171,1,0.3906,1,1,1,1,1,1,1,1,0.4902,0.3906,0,1,0.3179,1,1,1,1,1,1,0.4514,0.3179,0,1,0.662,1,1,1,0.273,0.662,0,1,1,1,1,1,0.52833873,0,0.644146502,1,1,1,1,1,0.594080508,0,0.71316731,1,1,1,1,1,0.42398569,0,0.409859836,0.409773641,0.41001773
-172,1,0.3905,1,1,1,1,1,1,1,1,0.4219,0.3905,0,1,0.3179,1,1,1,1,1,1,0.3284,0.3179,0,1,0.6621,1,1,1,0.3023,0.6621,0,1,1,1,1,1,0.521793962,0,0.778336883,1,1,1,1,1,0.474858522,0,0.355401874,1,1,1,1,1,0.437122196,0,0.41300145,0.412946901,0.413120567
-173,1,0.3904,1,1,1,1,1,1,1,1,0.4694,0.3904,0,1,0.3178,1,1,1,1,1,1,0.2486,0.3178,0,1,0.6622,1,1,1,0.3078,0.6622,0,1,1,1,1,1,0.543539464,0,0.748621821,1,1,1,1,1,0.454101503,0,0.312565744,1,1,1,1,1,0.41463837,0,0.425024166,0.425005289,0.425088652
-174,1,0.3902,1,1,1,1,1,1,1,1,0.475,0.3902,0,1,0.3178,1,1,1,1,1,1,0.1745,0.3178,0,1,0.6623,1,1,1,0.3473,0.6623,0,1,1,1,1,1,0.490042329,0,0.651935875,1,1,1,1,1,0.334245116,0,0.204179063,1,1,1,1,1,0.494388849,0,0.44822378,0.448275862,0.448138298
-175,1,0.3901,1,1,1,1,1,1,1,1,0.266,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1918,0.3178,0,1,0.6624,1,1,1,0.1593,0.6624,0,1,1,1,1,1,0.202547133,0,0.450812697,1,1,1,1,1,0.33496505,0,0.227047935,1,1,1,1,1,0.279073626,0,0.472631706,0.472604189,0.47251773
-176,1,0.3901,1,1,1,1,1,1,1,1,0.2648,0.3901,0.2056,1,0.3178,1,1,1,1,1,1,0.2478,0.3178,0.1964,1,0.6624,1,1,1,0.197,0.6624,0.1522,1,1,1,1,1,0.213512689,0.345601231,0.456957757,1,1,1,1,1,0.306543738,0.315837443,0.240813345,1,1,1,1,1,0.33440426,0.351901531,0.506524891,0.506452295,0.506205674
-177,1,0.3901,1,1,1,1,1,1,1,1,0.1662,0.3901,0.4097,1,0.3178,1,1,1,1,1,1,0.292,0.3178,0.35,1,0.6624,1,1,1,0.2432,0.6624,0.3604,1,1,1,1,1,0.174213558,0.566147029,0.318742633,1,1,1,1,1,0.271153986,0.46024847,0.198341101,1,1,1,1,1,0.292750835,0.58458364,0.532745288,0.532684578,0.532801418
-178,1,0.3901,1,1,1,1,1,1,1,1,0.135,0.3901,0.5584,1,0.3178,1,1,1,1,1,1,0.7811,0.3178,0.4004,1,0.6624,1,1,1,0.2177,0.6624,0.5977,1,1,1,1,1,0.221653312,0.7259233,0.168887392,1,1,1,1,1,0.583435357,0.566219926,0.104793459,1,1,1,1,1,0.20057185,0.863583505,0.549299178,0.549397081,0.549202128
-179,1,0.3901,1,1,1,1,1,1,1,1,0.1194,0.3901,0.4656,1,0.3178,1,1,1,1,1,1,0.6829,0.3178,0.5397,1,0.6624,1,1,1,0.2019,0.6624,0.541,1,1,1,1,1,0.277017355,0.635938942,0.205231264,1,1,1,1,1,0.528369904,0.788891673,0.080325395,1,1,1,1,1,0.267492235,0.713043511,0.559630256,0.559763063,0.559840426
-180,1,0.3901,1,1,1,1,1,1,1,1,0.1254,0.3901,0.5802,1,0.3178,1,1,1,1,1,1,0.4365,0.3178,0.5759,1,0.6624,1,1,1,0.1679,0.6624,0.545,1,1,1,1,1,0.263291091,0.796859801,0.14308843,1,1,1,1,1,0.362736672,0.736478508,0.061300792,1,1,1,1,1,0.206581235,0.633046031,0.561442726,0.561455469,0.561613475
-181,1,0.3901,1,1,1,1,1,1,1,1,0.0938,0.3901,0.5964,1,0.3178,1,1,1,1,1,1,0.3529,0.3178,0.508,1,0.6624,1,1,1,0.1766,0.6624,0.5096,1,1,1,1,1,0.147995383,0.787820339,0.193140745,1,1,1,1,1,0.351427853,0.723053038,0.055496596,1,1,1,1,1,0.253050596,0.676588893,0.558361527,0.558282209,0.558510638
-182,1,0.3901,1,1,1,1,1,1,1,1,0.1271,0.3901,0.5111,1,0.3178,1,1,1,1,1,1,0.512,0.3178,0.4839,1,0.6624,1,1,1,0.2567,0.6624,0.3986,1,1,1,1,1,0.170357823,0.71737349,0.186769903,1,1,1,1,1,0.456674516,0.685913444,0.069324613,1,1,1,1,1,0.42970854,0.657885075,0.556367811,0.556378253,0.556737589
-183,1,0.3901,1,1,1,1,1,1,1,1,0.1077,0.3901,0.3605,1,0.3178,1,1,1,1,1,1,0.1586,0.3178,0.3378,1,0.6624,1,1,1,0.2626,0.6624,0.2671,1,1,1,1,1,0.103544593,0.533353209,0.180912837,1,1,1,1,1,0.173481762,0.517142177,0.05566597,1,1,1,1,1,0.477926105,0.489545971,0.564101015,0.564205627,0.56427305
-184,1,0.3901,1,1,1,1,1,1,1,1,0.2045,0.3901,0.1202,1,0.3178,1,1,1,1,1,1,0.3049,0.3178,0.1348,1,0.6624,1,1,1,0.2323,0.6624,0.018,1,1,1,1,1,0.254027218,0.243827745,0.222155884,1,1,1,1,1,0.291565716,0.271715552,0.069258645,1,1,1,1,1,0.451150745,0.138578326,0.612554374,0.61265073,0.612588652
-185,1,0.3901,1,1,1,1,1,1,1,1,0.2097,0.3901,0,1,0.3178,1,1,1,1,1,1,0.278,0.3178,0,1,0.6624,1,1,1,0.2513,0.6624,0,1,1,1,1,1,0.268435091,0,0.311881125,1,1,1,1,1,0.292506754,0,0.12673901,1,1,1,1,1,0.467240334,0,0.662880619,0.662788238,0.663120567
-186,1,0.3901,1,1,1,1,1,1,1,1,0.2091,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2788,0.3178,0,1,0.6624,1,1,1,0.2835,0.6624,0,1,1,1,1,1,0.232917935,0,0.558521032,1,1,1,1,1,0.321917266,0,0.274734557,1,1,1,1,1,0.581171215,0,0.661853552,0.661730484,0.662234043
-187,1,0.3901,1,1,1,1,1,1,1,1,0.1655,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3497,0.3178,0,1,0.6624,1,1,1,0.2211,0.6624,0,1,1,1,1,1,0.179451391,0,0.19075416,1,1,1,1,1,0.330650538,0,0.186350793,1,1,1,1,1,0.47033596,0,0.644755921,0.64459488,0.644946809
-188,1,0.3901,1,1,1,1,1,1,1,1,0.2507,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4967,0.3178,0,1,0.6624,1,1,1,0.2073,0.6624,0,1,1,1,1,1,0.233523786,0,0.535915017,1,1,1,1,1,0.428534478,0,0.266032457,1,1,1,1,1,0.460571229,0,0.622402127,0.622382061,0.622340426
-189,1,0.3901,1,1,1,1,1,1,1,1,0.2124,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3421,0.3178,0,1,0.6624,1,1,1,0.1611,0.6624,0,1,1,1,1,1,0.197916046,0,0.611964345,1,1,1,1,1,0.288343489,0,0.361465454,1,1,1,1,1,0.381219059,0,0.585669406,0.585572245,0.585992908
-190,1,0.3901,1,1,1,1,1,1,1,1,0.2242,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2756,0.3178,0,1,0.6624,1,1,1,0.1603,0.6624,0,1,1,1,1,1,0.217971355,0,0.939801395,1,1,1,1,1,0.293203682,0,0.823400021,1,1,1,1,1,0.366700947,0,0.537336878,0.537338693,0.537677305
-191,1,0.3901,1,1,1,1,1,1,1,1,0.1402,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0957,0.3178,0,1,0.6624,1,1,1,0.1348,0.6624,0,1,1,1,1,1,0.10303878,0,0.810448647,1,1,1,1,1,0.118923396,0,0.804819345,1,1,1,1,1,0.304392785,0,0.495045916,0.495028559,0.495124113
-192,1,0.3901,1,1,1,1,1,1,1,1,0.1431,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0651,0.3178,0,1,0.6624,1,1,1,0.1281,0.6624,0,1,1,1,1,1,0.147764057,0,0.395258129,1,1,1,1,1,0.082972042,0,0.483844012,1,1,1,1,1,0.344584882,0,0.467375544,0.467315422,0.467641844
-193,1,0.3901,1,1,1,1,1,1,1,1,0.1002,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0526,0.3178,0,1,0.6624,1,1,1,0.0796,0.6624,0,1,1,1,1,1,0.085156471,0,0.310488403,1,1,1,1,1,0.072127879,0,0.313701302,1,1,1,1,1,0.255002499,0,0.453963267,0.45398773,0.453900709
-194,1,0.3901,1,1,1,1,1,1,1,1,0.0991,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0423,0.3178,0,1,0.6624,1,1,1,0.0623,0.6624,0,1,1,1,1,1,0.072525367,0,0.457707167,1,1,1,1,1,0.066141412,0,0.378204465,1,1,1,1,1,0.230172008,0,0.449009183,0.448910514,0.449468085
-195,1,0.3901,1,1,1,1,1,1,1,1,0.0744,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0308,0.3178,0,1,0.6624,1,1,1,0.0647,0.6624,0,1,1,1,1,1,0.071579069,0,0.636734128,1,1,1,1,1,0.043133982,0,0.445469886,1,1,1,1,1,0.248969957,0,0.450761237,0.45081447,0.450797872
-196,1,0.3901,1,1,1,1,1,1,1,1,0.0575,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0204,0.3178,0,1,0.6624,1,1,1,0.0873,0.6624,0,1,1,1,1,1,0.065758899,0,0.520035744,1,1,1,1,1,0.031730294,0,0.285743475,1,1,1,1,1,0.363280237,0,0.467073465,0.467103871,0.467198582
-197,1,0.3901,1,1,1,1,1,1,1,1,0.0686,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0637,0.3178,0,1,0.6624,1,1,1,0.1157,0.6624,0,1,1,1,1,1,0.069720209,0,0.359866887,1,1,1,1,1,0.060913507,0,0.20936048,1,1,1,1,1,0.431663752,0,0.513956017,0.513856569,0.514184397
-198,1,0.3901,1,1,1,1,1,1,1,1,0.0494,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0768,0.3178,0,1,0.6624,1,1,1,0.116,0.6624,0,1,1,1,1,1,0.056189146,0,0.225535557,1,1,1,1,1,0.074776053,0,0.132242933,1,1,1,1,1,0.410505325,0,0.598356694,0.598476835,0.598404255
-199,1,0.3901,1,1,1,1,1,1,1,1,0.0621,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0465,0.3178,0,1,0.6624,1,1,1,0.1029,0.6624,0,1,1,1,1,1,0.060359363,0,0.275905073,1,1,1,1,1,0.04852362,0,0.162598431,1,1,1,1,1,0.36536485,0,0.647051716,0.647133488,0.647606383
-200,1,0.3901,1,1,1,1,1,1,1,1,0.0559,0.3901,0.1584,1,0.3178,1,1,1,1,1,1,0.0561,0.3178,0.1776,1,0.6624,1,1,1,0.0879,0.6624,0.1217,1,1,1,1,1,0.062977754,0.276372254,0.124938294,1,1,1,1,1,0.040680349,0.337920904,0.052235603,1,1,1,1,1,0.342171937,0.246680662,0.651884969,0.651787603,0.652039007
-201,1,0.3901,1,1,1,1,1,1,1,1,0.0284,0.3901,0.3603,1,0.3178,1,1,1,1,1,1,0.0187,0.3178,0.3604,1,0.6624,1,1,1,0.0881,0.6624,0.2632,1,1,1,1,1,0.035491686,0.503390014,0.079028197,1,1,1,1,1,0.014109918,0.572151363,0.060230635,1,1,1,1,1,0.328503311,0.488681912,0.652549541,0.652633806,0.65248227
-202,1,0.3901,1,1,1,1,1,1,1,1,0.0208,0.3901,0.4586,1,0.3178,1,1,1,1,1,1,0.0059,0.3178,0.4766,1,0.6624,1,1,1,0.0665,0.6624,0.3302,1,1,1,1,1,0.025099194,0.587988615,0.042986747,1,1,1,1,1,0.009063695,0.723044753,0,1,1,1,1,1,0.23677364,0.717196882,0.652247463,0.652210704,0.65248227
-203,1,0.3901,1,1,1,1,1,1,1,1,0.0119,0.3901,0.4847,1,0.3178,1,1,1,1,1,1,0.0047,0.3178,0.5273,1,0.6624,1,1,1,0.0426,0.6624,0.4142,1,1,1,1,1,0.008326887,0.621785879,0.038227208,1,1,1,1,1,0.013290644,0.824058175,0,1,1,1,1,1,0.142485827,0.759250998,0.646628806,0.646710387,0.646719858
-204,1,0.3901,1,1,1,1,1,1,1,1,0.0061,0.3901,0.5907,1,0.3178,1,1,1,1,1,1,0.0094,0.3178,0.6539,1,0.6624,1,1,1,0.0259,0.6624,0.4301,1,1,1,1,1,0.003663684,0.744298935,0,1,1,1,1,1,0.00793491,0.961136997,0,1,1,1,1,1,0.098549098,0.794671774,0.635693572,0.635709752,0.635638298
-205,1,0.3901,1,1,1,1,1,1,1,1,0.0129,0.3901,0.7654,1,0.3178,1,1,1,1,1,1,0.0296,0.3178,0.7914,1,0.6624,1,1,1,0.0368,0.6624,0.5913,1,1,1,1,1,0.0199946,0.966370106,0,1,1,1,1,1,0.025331905,1,0,1,1,1,1,1,0.107496016,0.944644928,0.628866602,0.62872858,0.628989362
-206,1,0.3901,1,1,1,1,1,1,1,1,0.0347,0.3901,0.5757,1,0.3178,1,1,1,1,1,1,0.0843,0.3178,0.5949,1,0.6624,1,1,1,0.0724,0.6624,0.4197,1,1,1,1,1,0.069297858,0.83535111,0,1,1,1,1,1,0.082340918,0.864198089,0,1,1,1,1,1,0.14258711,0.772429883,0.620045916,0.620055003,0.620567376
-207,1,0.3901,1,1,1,1,1,1,1,1,0.0908,0.3901,0.4019,1,0.3178,1,1,1,1,1,1,0.0548,0.3178,0.4277,1,0.6624,1,1,1,0.076,0.6624,0.2693,1,1,1,1,1,0.12937811,0.661422789,0,1,1,1,1,1,0.068690114,0.687489092,0,1,1,1,1,1,0.159735858,0.602521539,0.622160464,0.62217051,0.622340426
-208,1,0.3901,1,1,1,1,1,1,1,1,0.1278,0.3901,0.1541,1,0.3178,1,1,1,1,1,1,0.107,0.3178,0.1815,1,0.6624,1,1,1,0.1224,0.6624,0.0422,1,1,1,1,1,0.196126029,0.324260175,0.00136373,1,1,1,1,1,0.147525936,0.353324205,0,1,1,1,1,1,0.21488446,0.217336237,0.664028516,0.664057542,0.664450355
-209,1,0.3901,1,1,1,1,1,1,1,1,0.2179,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2529,0.3178,0,1,0.6624,1,1,1,0.2081,0.6624,0,1,1,1,1,1,0.353550047,0,0.003544211,1,1,1,1,1,0.325946659,0,0,1,1,1,1,1,0.346074641,0,0.720456742,0.72054157,0.720744681
-210,1,0.3901,1,1,1,1,1,1,1,1,0.3161,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2145,0.3178,0,1,0.6624,1,1,1,0.2143,0.6624,0,1,1,1,1,1,0.509063959,0,0.006642011,1,1,1,1,1,0.26263231,0,0,1,1,1,1,1,0.386885196,0,0.718704688,0.718637614,0.718971631
-211,1,0.3901,1,1,1,1,1,1,1,1,0.2441,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0721,0.3178,0,1,0.6624,1,1,1,0.2305,0.6624,0,1,1,1,1,1,0.383011222,0,0.02023825,1,1,1,1,1,0.127883226,0,0,1,1,1,1,1,0.415913731,0,0.699432093,0.699386503,0.699468085
-212,1,0.3901,1,1,1,1,1,1,1,1,0.2008,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0908,0.3178,0,1,0.6624,1,1,1,0.2202,0.6624,0,1,1,1,1,1,0.362071484,0,0.00365085,1,1,1,1,1,0.125612289,0,0,1,1,1,1,1,0.321157962,0,0.671459642,0.671461815,0.671542553
-213,1,0.3901,1,1,1,1,1,1,1,1,0.2149,0.3901,0,1,0.3178,1,1,1,1,1,1,0.077,0.3178,0,1,0.6624,1,1,1,0.2228,0.6624,0,1,1,1,1,1,0.321069121,0,0.046263084,1,1,1,1,1,0.108288124,0,0,1,1,1,1,1,0.478097707,0,0.625241663,0.62534377,0.625443262
-214,1,0.3901,1,1,1,1,1,1,1,1,0.1922,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0957,0.3178,0,1,0.6624,1,1,1,0.2421,0.6624,0,1,1,1,1,1,0.302196592,0,0.117049649,1,1,1,1,1,0.124955013,0,0,1,1,1,1,1,0.602264404,0,0.566457226,0.566532685,0.566489362
-215,1,0.3901,1,1,1,1,1,1,1,1,0.2232,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0707,0.3178,0,1,0.6624,1,1,1,0.2317,0.6624,0,1,1,1,1,1,0.371074796,0,0.121016964,1,1,1,1,1,0.091939658,0,0,1,1,1,1,1,0.590563655,0,0.514439343,0.514491221,0.51462766
-216,1,0.3901,1,1,1,1,1,1,1,1,0.198,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0462,0.3178,0,1,0.6624,1,1,1,0.2227,0.6624,0,1,1,1,1,1,0.302639276,0,0.195917934,1,1,1,1,1,0.067138597,0,0.024278272,1,1,1,1,1,0.575982213,0,0.480304495,0.480220013,0.480496454
-217,1,0.3901,1,1,1,1,1,1,1,1,0.1546,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0198,0.3178,0,1,0.6624,1,1,1,0.2261,0.6624,0,1,1,1,1,1,0.263071388,0,0.2421,1,1,1,1,1,0.036668267,0,0.002262566,1,1,1,1,1,0.655436516,0,0.463327695,0.463295959,0.46320922
-218,1,0.3901,1,1,1,1,1,1,1,1,0.1653,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0553,0.3178,0,1,0.6624,1,1,1,0.2701,0.6624,0,1,1,1,1,1,0.312604427,0,0.213288948,1,1,1,1,1,0.07977096,0,0.189022526,1,1,1,1,1,0.647818506,0,0.453902852,0.453776179,0.453900709
-219,1,0.3901,1,1,1,1,1,1,1,1,0.1749,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0958,0.3178,0,1,0.6624,1,1,1,0.2599,0.6624,0,1,1,1,1,1,0.333749324,0,0.221722022,1,1,1,1,1,0.103449941,0,0.380198181,1,1,1,1,1,0.643763781,0,0.453298695,0.453141527,0.453457447
-220,1,0.3901,1,1,1,1,1,1,1,1,0.0983,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0433,0.3178,0,1,0.6624,1,1,1,0.1944,0.6624,0,1,1,1,1,1,0.178379744,0,0.197167411,1,1,1,1,1,0.052775551,0,0.226042941,1,1,1,1,1,0.486042619,0,0.466408893,0.466469219,0.466312057
-221,1,0.3901,1,1,1,1,1,1,1,1,0.1047,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0717,0.3178,0,1,0.6624,1,1,1,0.2003,0.6624,0,1,1,1,1,1,0.182532981,0,0.1864952,1,1,1,1,1,0.071044549,0,0.258432746,1,1,1,1,1,0.48717621,0,0.509666506,0.509837106,0.509751773
-222,1,0.3901,1,1,1,1,1,1,1,1,0.0929,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1079,0.3178,0,1,0.6624,1,1,1,0.2279,0.6624,0,1,1,1,1,1,0.150467202,0,0.060836557,1,1,1,1,1,0.110895261,0,0.185562834,1,1,1,1,1,0.48205024,0,0.591831803,0.591707214,0.592198582
-223,1,0.3901,1,1,1,1,1,1,1,1,0.1185,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0817,0.3178,0,1,0.6624,1,1,1,0.2753,0.6624,0,1,1,1,1,1,0.214620605,0,0.050602857,1,1,1,1,1,0.075528733,0,0.206351072,1,1,1,1,1,0.488786489,0,0.635633156,0.635709752,0.635638298
-224,1,0.3901,1,1,1,1,1,1,1,1,0.114,0.3901,0.1709,1,0.3178,1,1,1,1,1,1,0.2208,0.3178,0.1778,1,0.6624,1,1,1,0.2258,0.6624,0.11,1,1,1,1,1,0.223796159,0.294971883,0.047991022,1,1,1,1,1,0.268649101,0.333648056,0.667355299,1,1,1,1,1,0.356165349,0.30182007,0.637928951,0.637825259,0.63785461
-225,1,0.3901,1,1,1,1,1,1,1,1,0.1039,0.3901,0.3428,1,0.3178,1,1,1,1,1,1,0.0591,0.3178,0.3614,1,0.6624,1,1,1,0.2103,0.6624,0.2628,1,1,1,1,1,0.156572431,0.505941212,0.118972525,1,1,1,1,1,0.050864745,0.570085824,0.807765722,1,1,1,1,1,0.370222688,0.426658571,0.641191397,0.64121007,0.641400709
-226,1,0.3901,1,1,1,1,1,1,1,1,0.1886,0.3901,0.4545,1,0.3178,1,1,1,1,1,1,0.0968,0.3178,0.4885,1,0.6624,1,1,1,0.2038,0.6624,0.3126,1,1,1,1,1,0.192778453,0.673364401,0.2692388,1,1,1,1,1,0.091097057,0.675946474,0.503357053,1,1,1,1,1,0.32965818,0.473291039,0.641372644,0.64142162,0.641400709
-227,1,0.3901,1,1,1,1,1,1,1,1,0.1247,0.3901,0.5223,1,0.3178,1,1,1,1,1,1,0.1117,0.3178,0.5863,1,0.6624,1,1,1,0.227,0.6624,0.3216,1,1,1,1,1,0.144624099,0.787525713,0.34765631,1,1,1,1,1,0.112575106,0.71120137,0.511253953,1,1,1,1,1,0.313061386,0.505457759,0.635210246,0.635286651,0.635195035
-228,1,0.3901,1,1,1,1,1,1,1,1,0.1464,0.3901,0.5971,1,0.3178,1,1,1,1,1,1,0.1581,0.3178,0.5876,1,0.6624,1,1,1,0.155,0.6624,0.3381,1,1,1,1,1,0.175225928,0.818466902,0.455421895,1,1,1,1,1,0.162781134,0.781647444,0.79771471,1,1,1,1,1,0.249325559,0.605726838,0.624697922,0.624709118,0.624556738
-229,1,0.3901,1,1,1,1,1,1,1,1,0.1602,0.3901,0.6098,1,0.3178,1,1,1,1,1,1,0.1474,0.3178,0.5302,1,0.6624,1,1,1,0.1424,0.6624,0.4114,1,1,1,1,1,0.202324748,0.779298604,0.360453963,1,1,1,1,1,0.17729947,0.675989747,0.497001886,1,1,1,1,1,0.267502129,0.693576753,0.619441759,0.619420351,0.619680851
-230,1,0.3901,1,1,1,1,1,1,1,1,0.1334,0.3901,0.5176,1,0.3178,1,1,1,1,1,1,0.1807,0.3178,0.4279,1,0.6624,1,1,1,0.186,0.6624,0.3916,1,1,1,1,1,0.193230435,0.660780966,0.186220258,1,1,1,1,1,0.235788912,0.562865138,0.700961292,1,1,1,1,1,0.37764746,0.593967557,0.613883519,0.613708483,0.61391844
-231,1,0.3901,1,1,1,1,1,1,1,1,0.1721,0.3901,0.3503,1,0.3178,1,1,1,1,1,1,0.1845,0.3178,0.2873,1,0.6624,1,1,1,0.2311,0.6624,0.2578,1,1,1,1,1,0.27955395,0.474767894,0.37871629,1,1,1,1,1,0.245300382,0.451547176,0.935683846,1,1,1,1,1,0.436159343,0.465108603,0.618052199,0.617939497,0.618351064
-232,1,0.3901,1,1,1,1,1,1,1,1,0.1873,0.3901,0.1105,1,0.3178,1,1,1,1,1,1,0.2469,0.3178,0.1142,1,0.6624,1,1,1,0.2519,0.6624,0.0069,1,1,1,1,1,0.298573434,0.213693738,0.601674139,1,1,1,1,1,0.299913794,0.237883806,0.907049835,1,1,1,1,1,0.529682159,0.076301232,0.658470275,0.658557224,0.658687943
-233,1,0.3901,1,1,1,1,1,1,1,1,0.242,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2081,0.3178,0,1,0.6624,1,1,1,0.3493,0.6624,0,1,1,1,1,1,0.245693415,0,0.876646042,1,1,1,1,1,0.266704261,0,0.995430946,1,1,1,1,1,0.712863207,0,0.704507008,0.704463719,0.704787234
-234,1,0.3901,1,1,1,1,1,1,1,1,0.2628,0.3901,0,1,0.3178,1,1,1,1,1,1,0.296,0.3178,0,1,0.6624,1,1,1,0.4746,0.6624,0,1,1,1,1,1,0.340046257,0,0.884292006,1,1,1,1,1,0.377890676,0,1,1,1,1,1,1,0.832049489,0,0.699311261,0.699386503,0.699468085
-235,1,0.3901,1,1,1,1,1,1,1,1,0.1955,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1096,0.3178,0,1,0.6624,1,1,1,0.567,0.6624,0,1,1,1,1,1,0.207921654,0,0.864516497,1,1,1,1,1,0.170502841,0,0.963919401,1,1,1,1,1,0.851759732,0,0.681971967,0.682039348,0.682180851
-236,1,0.3901,1,1,1,1,1,1,1,1,0.1863,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1436,0.3178,0,1,0.6624,1,1,1,0.6104,0.6624,0,1,1,1,1,1,0.204992115,0,0.968983352,1,1,1,1,1,0.2100465,0,0.673694015,1,1,1,1,1,0.868061364,0,0.656416143,0.656441718,0.656471631
-237,1,0.3901,1,1,1,1,1,1,1,1,0.1745,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1962,0.3178,0,1,0.6624,1,1,1,0.6489,0.6624,0,1,1,1,1,1,0.226403102,0,0.827410579,1,1,1,1,1,0.289611697,0,0.562394261,1,1,1,1,1,0.828646958,0,0.613158531,0.613073831,0.613475177
-238,1,0.3901,1,1,1,1,1,1,1,1,0.1926,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1179,0.3178,0,1,0.6624,1,1,1,0.6722,0.6624,0,1,1,1,1,1,0.243016481,0,0.841277778,1,1,1,1,1,0.222531497,0,0.852905512,1,1,1,1,1,0.775122285,0,0.556126148,0.556166702,0.556294326
-239,1,0.3901,1,1,1,1,1,1,1,1,0.268,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1488,0.3178,0,1,0.6624,1,1,1,0.6139,0.6624,0,1,1,1,1,1,0.284408391,0,0.695922613,1,1,1,1,1,0.331273735,0,0.98426342,1,1,1,1,1,0.768194735,0,0.506524891,0.506452295,0.506205674
-240,1,0.3901,1,1,1,1,1,1,1,1,0.2232,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0593,0.3178,0,1,0.6624,1,1,1,0.5739,0.6624,0,1,1,1,1,1,0.136679202,0,0.757170558,1,1,1,1,1,0.186490044,0,1,1,1,1,1,1,0.724086463,0,0.475108748,0.475142797,0.475177305
-241,1,0.3901,1,1,1,1,1,1,1,1,0.1416,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1005,0.3178,0,1,0.6624,1,1,1,0.4716,0.6624,0,1,1,1,1,1,0.080614135,0,0.617257476,1,1,1,1,1,0.163047209,0,0.568916261,1,1,1,1,1,0.680777907,0,0.459279845,0.459276497,0.459663121
-242,1,0.3901,1,1,1,1,1,1,1,1,0.0806,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0446,0.3178,0,1,0.6624,1,1,1,0.355,0.6624,0,1,1,1,1,1,0.036182791,0,0.379604399,1,1,1,1,1,0.069105901,0,0.237542689,1,1,1,1,1,0.502547562,0,0.452090382,0.452083774,0.45212766
-243,1,0.3901,1,1,1,1,1,1,1,1,0.0567,0.3901,0,1,0.3178,1,1,1,1,1,1,0.001,0.3178,0,1,0.6624,1,1,1,0.2618,0.6624,0,1,1,1,1,1,0.038662121,0,0.202409118,1,1,1,1,1,0.02132386,0,0.062203147,1,1,1,1,1,0.349566966,0,0.454084099,0.45398773,0.453900709
-244,1,0.3901,1,1,1,1,1,1,1,1,0.0553,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0562,0.3178,0,1,0.6624,1,1,1,0.1584,0.6624,0,1,1,1,1,1,0.045082051,0,0.176703244,1,1,1,1,1,0.102172196,0,0.056030106,1,1,1,1,1,0.21410659,0,0.46840261,0.468373175,0.468085106
-245,1,0.3901,1,1,1,1,1,1,1,1,0.0602,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1323,0.3178,0,1,0.6624,1,1,1,0.1459,0.6624,0,1,1,1,1,1,0.05319171,0,0.173600957,1,1,1,1,1,0.228121877,0,0.067370161,1,1,1,1,1,0.204058722,0,0.515164331,0.515125873,0.515070922
-246,1,0.3901,1,1,1,1,1,1,1,1,0.0663,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0891,0.3178,0,1,0.6624,1,1,1,0.1188,0.6624,0,1,1,1,1,1,0.066936791,0,0.199694216,1,1,1,1,1,0.173654556,0,0.098741636,1,1,1,1,1,0.201993749,0,0.597631706,0.597630633,0.597960993
-247,1,0.3901,1,1,1,1,1,1,1,1,0.0186,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0828,0.3178,0,1,0.6624,1,1,1,0.0679,0.6624,0,1,1,1,1,1,0.038173757,0,0.113522388,1,1,1,1,1,0.120949909,0,0.031515967,1,1,1,1,1,0.141252577,0,0.641372644,0.64142162,0.641400709
-248,1,0.3901,1,1,1,1,1,1,1,1,0.0023,0.3901,0.1904,1,0.3178,1,1,1,1,1,1,0.002,0.3178,0.1817,1,0.6624,1,1,1,0.112,0.6624,0.1915,1,1,1,1,1,0.014021291,0.333027333,0.074958459,1,1,1,1,1,0.019483481,0.334220946,0.016308378,1,1,1,1,1,0.182588384,0.418111622,0.641372644,0.64142162,0.641400709
-249,1,0.3901,1,1,1,1,1,1,1,1,0.0057,0.3901,0.3998,1,0.3178,1,1,1,1,1,1,0.0227,0.3178,0.3776,1,0.6624,1,1,1,0.1061,0.6624,0.4013,1,1,1,1,1,0.002819492,0.6092574,0.12960501,1,1,1,1,1,0.015071142,0.621074975,0.000575916,1,1,1,1,1,0.11207664,0.68553251,0.637566457,0.637613708,0.637411348
-250,1,0.3901,1,1,1,1,1,1,1,1,0.0049,0.3901,0.5013,1,0.3178,1,1,1,1,1,1,0,0.3178,0.5216,1,0.6624,1,1,1,0.0655,0.6624,0.5489,1,1,1,1,1,0.002542447,0.664640903,0.124712363,1,1,1,1,1,0.000297571,0.804549634,0,1,1,1,1,1,0.073932163,0.842455089,0.635331078,0.635286651,0.635195035
-251,1,0.3901,1,1,1,1,1,1,1,1,0.0119,0.3901,0.5482,1,0.3178,1,1,1,1,1,1,0,0.3178,0.6342,1,0.6624,1,1,1,0.0257,0.6624,0.5712,1,1,1,1,1,0.001646245,0.724983215,0.132610857,1,1,1,1,1,0.000883579,0.907052815,0,1,1,1,1,1,0.034809116,0.895346045,0.630256162,0.630209435,0.630319149
-252,1,0.3901,1,1,1,1,1,1,1,1,0.0001,0.3901,0.5471,1,0.3178,1,1,1,1,1,1,0,0.3178,0.6809,1,0.6624,1,1,1,0.0084,0.6624,0.5562,1,1,1,1,1,4.56E-06,0.747913063,0.094713494,1,1,1,1,1,0.001406988,0.945675135,0,1,1,1,1,1,0.007758846,0.841864586,0.62137506,0.621324307,0.621453901
-253,1,0.3901,1,1,1,1,1,1,1,1,0.0005,0.3901,0.5638,1,0.3178,1,1,1,1,1,1,0.0183,0.3178,0.6637,1,0.6624,1,1,1,0.0075,0.6624,0.4639,1,1,1,1,1,0.000524132,0.746150136,0.100870654,1,1,1,1,1,0.014435953,0.920805573,0.000287958,1,1,1,1,1,0.007867993,0.838654399,0.617810536,0.617727946,0.617907801
-254,1,0.3901,1,1,1,1,1,1,1,1,0.0027,0.3901,0.4942,1,0.3178,1,1,1,1,1,1,0.055,0.3178,0.5758,1,0.6624,1,1,1,0.0066,0.6624,0.4478,1,1,1,1,1,0.008103127,0.675547957,0.038816467,1,1,1,1,1,0.055314414,0.835924745,0.001696335,1,1,1,1,1,0.010572084,0.757168651,0.611950217,0.611804527,0.611702128
-255,1,0.3901,1,1,1,1,1,1,1,1,0.0193,0.3901,0.358,1,0.3178,1,1,1,1,1,1,0.0855,0.3178,0.4076,1,0.6624,1,1,1,0.0134,0.6624,0.2893,1,1,1,1,1,0.045695066,0.546369016,0.089161843,1,1,1,1,1,0.087672457,0.601625383,0.045447905,1,1,1,1,1,0.024493992,0.482877761,0.616058482,0.616035541,0.616134752
-256,1,0.3901,1,1,1,1,1,1,1,1,0.0259,0.3901,0.1237,1,0.3178,1,1,1,1,1,1,0.0845,0.3178,0.1352,1,0.6624,1,1,1,0.0269,0.6624,0.0178,1,1,1,1,1,0.077881113,0.252424687,0.122047246,1,1,1,1,1,0.103971079,0.243936017,0.054183774,1,1,1,1,1,0.04668469,0.028385982,0.655932818,0.655807066,0.656471631
-257,1,0.3901,1,1,1,1,1,1,1,1,0.0951,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1567,0.3178,0,1,0.6624,1,1,1,0.0344,0.6624,0,1,1,1,1,1,0.191320345,0,0.223094314,1,1,1,1,1,0.21387437,0,0.231293976,1,1,1,1,1,0.082200684,0,0.704688255,0.70467527,0.704787234
-258,1,0.3901,1,1,1,1,1,1,1,1,0.1304,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2152,0.3178,0,1,0.6624,1,1,1,0.0406,0.6624,0,1,1,1,1,1,0.215141863,0,0.299939692,1,1,1,1,1,0.283218205,0,0.382775396,1,1,1,1,1,0.102908634,0,0.702090382,0.702136662,0.702570922
-259,1,0.3901,1,1,1,1,1,1,1,1,0.1322,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1186,0.3178,0,1,0.6624,1,1,1,0.0344,0.6624,0,1,1,1,1,1,0.153298661,0,0.564502239,1,1,1,1,1,0.1467361,0,0.534064412,1,1,1,1,1,0.099765256,0,0.684811503,0.684789507,0.684840426
-260,1,0.3901,1,1,1,1,1,1,1,1,0.1124,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1396,0.3178,0,1,0.6624,1,1,1,0.0893,0.6624,0,1,1,1,1,1,0.167470008,0,0.530351102,1,1,1,1,1,0.165441945,0,0.325419664,1,1,1,1,1,0.203330696,0,0.658530691,0.658557224,0.658687943
-261,1,0.3901,1,1,1,1,1,1,1,1,0.0917,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1212,0.3178,0,1,0.6624,1,1,1,0.106,0.6624,0,1,1,1,1,1,0.114720486,0,0.7570858,1,1,1,1,1,0.158409834,0,0.420566499,1,1,1,1,1,0.22229515,0,0.613460609,0.613496933,0.61391844
-262,1,0.3901,1,1,1,1,1,1,1,1,0.0832,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1352,0.3178,0,1,0.6624,1,1,1,0.0991,0.6624,0,1,1,1,1,1,0.106846943,0,0.79648602,1,1,1,1,1,0.177239537,0,0.545936704,1,1,1,1,1,0.238715395,0,0.554797003,0.554685847,0.554964539
-263,1,0.3901,1,1,1,1,1,1,1,1,0.1724,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1283,0.3178,0,1,0.6624,1,1,1,0.0617,0.6624,0,1,1,1,1,1,0.14725326,0,0.972417831,1,1,1,1,1,0.172387347,0,0.959240079,1,1,1,1,1,0.216598734,0,0.503141614,0.503067485,0.503102837
-264,1,0.3901,1,1,1,1,1,1,1,1,0.2353,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2223,0.3178,0,1,0.6624,1,1,1,0.0853,0.6624,0,1,1,1,1,1,0.209360868,0,0.999604702,1,1,1,1,1,0.326823711,0,1,1,1,1,1,1,0.234016851,0,0.469127598,0.469007827,0.468971631
-265,1,0.3901,1,1,1,1,1,1,1,1,0.3027,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4588,0.3178,0,1,0.6624,1,1,1,0.1049,0.6624,0,1,1,1,1,1,0.292143703,0,1,1,1,1,1,1,0.588610947,0,1,1,1,1,1,1,0.221090242,0,0.450338328,0.450391369,0.45035461
-266,1,0.3901,1,1,1,1,1,1,1,1,0.3992,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5617,0.3178,0,1,0.6624,1,1,1,0.1123,0.6624,0,1,1,1,1,1,0.406935632,0,1,1,1,1,1,1,0.701722741,0,1,1,1,1,1,1,0.23139976,0,0.441517641,0.441506241,0.441489362
-267,1,0.3901,1,1,1,1,1,1,1,1,0.5173,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6365,0.3178,0,1,0.6624,1,1,1,0.1493,0.6624,0,1,1,1,1,1,0.562687576,0,1,1,1,1,1,1,0.773771405,0,1,1,1,1,1,1,0.262748182,0,0.441336394,0.44129469,0.441046099
-268,1,0.3901,1,1,1,1,1,1,1,1,0.5307,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4515,0.3178,0,1,0.6624,1,1,1,0.156,0.6624,0,1,1,1,1,1,0.46007356,0,1,1,1,1,1,1,0.651500046,0,1,1,1,1,1,1,0.296734899,0,0.454990333,0.454833933,0.455230496
-269,1,0.3901,1,1,1,1,1,1,1,1,0.6135,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6162,0.3178,0,1,0.6624,1,1,1,0.2391,0.6624,0,1,1,1,1,1,0.550437272,0,1,1,1,1,1,1,0.759138584,0,1,1,1,1,1,1,0.391515285,0,0.497764621,0.497778718,0.497783688
-270,1,0.3901,1,1,1,1,1,1,1,1,0.6996,0.3901,0,1,0.3178,1,1,1,1,1,1,0.7449,0.3178,0,1,0.6624,1,1,1,0.2026,0.6624,0,1,1,1,1,1,0.707036734,0,1,1,1,1,1,1,0.810491323,0,1,1,1,1,1,1,0.346123993,0,0.574734171,0.574783161,0.574911348
-271,1,0.3901,1,1,1,1,1,1,1,1,0.6876,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6273,0.3178,0,1,0.6624,1,1,1,0.2094,0.6624,0,1,1,1,1,1,0.626464605,0,1,1,1,1,1,1,0.744643569,0,1,1,1,1,1,1,0.373617917,0,0.627899952,0.627882378,0.628102837
-272,1,0.3901,1,1,1,1,1,1,1,1,0.7481,0.3901,0,1,0.3178,1,1,1,1,1,1,0.8289,0.3178,0.0001,1,0.6624,1,1,1,0.2736,0.6624,0.0154,1,1,1,1,1,0.724641323,0,1,1,1,1,1,1,0.860166192,5.93E-06,1,1,1,1,1,1,0.42761305,0.003274266,0.642641373,0.642690924,0.642730496
-273,1,0.3901,1,1,1,1,1,1,1,1,0.7162,0.3901,0.0026,1,0.3178,1,1,1,1,1,1,0.8756,0.3178,0.0041,1,0.6624,1,1,1,0.2895,0.6624,0.0761,1,1,1,1,1,0.729462445,0.01296409,1,1,1,1,1,1,0.878538132,0.013474061,1,1,1,1,1,1,0.390865058,0.103457332,0.653153697,0.653268458,0.653368794
-274,1,0.3901,1,1,1,1,1,1,1,1,0.7156,0.3901,0.0598,1,0.3178,1,1,1,1,1,1,0.8734,0.3178,0.0626,1,0.6624,1,1,1,0.329,0.6624,0.1435,1,1,1,1,1,0.781377256,0.116044685,1,1,1,1,1,1,0.88024354,0.072577767,1,1,1,1,1,1,0.483459949,0.189409554,0.662397293,0.662365136,0.662234043
-275,1,0.3901,1,1,1,1,1,1,1,1,0.8305,0.3901,0.1045,1,0.3178,1,1,1,1,1,1,0.9607,0.3178,0.0905,1,0.6624,1,1,1,0.5503,0.6624,0.1695,1,1,1,1,1,0.824034154,0.171812311,1,1,1,1,1,1,0.945016623,0.168727875,1,1,1,1,1,1,0.724869907,0.218318224,0.664693088,0.664692194,0.664893617
-276,1,0.3901,1,1,1,1,1,1,1,1,0.8531,0.3901,0.0515,1,0.3178,1,1,1,1,1,1,0.9574,0.3178,0.1765,1,0.6624,1,1,1,0.6352,0.6624,0.1899,1,1,1,1,1,0.859429896,0.134762511,1,1,1,1,1,1,0.925606847,0.284446388,1,1,1,1,1,1,0.766550124,0.258529097,0.662095215,0.662153586,0.662234043
-277,1,0.3901,1,1,1,1,1,1,1,1,0.8322,0.3901,0.0671,1,0.3178,1,1,1,1,1,1,0.8909,0.3178,0.3062,1,0.6624,1,1,1,0.7038,0.6624,0.1761,1,1,1,1,1,0.897070885,0.166007161,0.977309346,1,1,1,1,1,0.82940793,0.434566885,1,1,1,1,1,1,0.788836181,0.23809211,0.659134848,0.659191876,0.659131206
-278,1,0.3901,1,1,1,1,1,1,1,1,0.6043,0.3901,0.1956,1,0.3178,1,1,1,1,1,1,0.833,0.3178,0.369,1,0.6624,1,1,1,0.7892,0.6624,0.114,1,1,1,1,1,0.761992693,0.322211862,1,1,1,1,1,1,0.803979039,0.504662395,1,1,1,1,1,1,0.847524703,0.089512557,0.650374577,0.650306748,0.650265957
-279,1,0.3901,1,1,1,1,1,1,1,1,0.5006,0.3901,0.1553,1,0.3178,1,1,1,1,1,1,0.6077,0.3178,0.2813,1,0.6624,1,1,1,0.7605,0.6624,0.0091,1,1,1,1,1,0.588742733,0.316072851,1,1,1,1,1,1,0.603957295,0.45194751,1,1,1,1,1,1,0.847279131,0.003176415,0.64880377,0.648825894,0.64893617
-280,1,0.3901,1,1,1,1,1,1,1,1,0.2822,0.3901,0.0357,1,0.3178,1,1,1,1,1,1,0.3565,0.3178,0.0903,1,0.6624,1,1,1,0.7746,0.6624,0,1,1,1,1,1,0.29994908,0.136594579,0.963706374,1,1,1,1,1,0.41915673,0.205591708,1,1,1,1,1,1,0.854549527,0,0.679797003,0.679712291,0.679964539
-281,1,0.3901,1,1,1,1,1,1,1,1,0.2834,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3099,0.3178,0,1,0.6624,1,1,1,0.8118,0.6624,0,1,1,1,1,1,0.307975203,0,0.881096423,1,1,1,1,1,0.385385543,0,1,1,1,1,1,1,0.848926723,0,0.714838086,0.714829702,0.715425532
-282,1,0.3901,1,1,1,1,1,1,1,1,0.1301,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1319,0.3178,0,1,0.6624,1,1,1,0.7995,0.6624,0,1,1,1,1,1,0.260822922,0,0.76111877,1,1,1,1,1,0.166846186,0,0.994544506,1,1,1,1,1,0.792726994,0,0.707648623,0.707636979,0.707890071
-283,1,0.3901,1,1,1,1,1,1,1,1,0.1432,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0593,0.3178,0,1,0.6624,1,1,1,0.681,0.6624,0,1,1,1,1,1,0.211217582,0,0.733645141,1,1,1,1,1,0.04777687,0,0.757136643,1,1,1,1,1,0.721951365,0,0.686623973,0.686693463,0.686613475
-284,1,0.3901,1,1,1,1,1,1,1,1,0.0841,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0795,0.3178,0,1,0.6624,1,1,1,0.7275,0.6624,0,1,1,1,1,1,0.124039516,0,0.725912154,1,1,1,1,1,0.079344474,0,0.589054704,1,1,1,1,1,0.744703054,0,0.657866119,0.657711022,0.658244681
-285,1,0.3901,1,1,1,1,1,1,1,1,0.0306,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0267,0.3178,0,1,0.6624,1,1,1,0.5356,0.6624,0,1,1,1,1,1,0.056662973,0,0.5796206,1,1,1,1,1,0.035126336,0,0.248280376,1,1,1,1,1,0.636325777,0,0.611587724,0.611592977,0.611702128
-286,1,0.3901,1,1,1,1,1,1,1,1,0.0143,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0265,0.3178,0,1,0.6624,1,1,1,0.5356,0.6624,0,1,1,1,1,1,0.01199519,0,0.217244759,1,1,1,1,1,0.043390274,0,0.061151315,1,1,1,1,1,0.621648669,0,0.553347028,0.553416543,0.553191489
-287,1,0.3901,1,1,1,1,1,1,1,1,0.0008,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0888,0.3178,0,1,0.6624,1,1,1,0.2785,0.6624,0,1,1,1,1,1,0.002584272,0,0.041855775,1,1,1,1,1,0.122340515,0,0.010365184,1,1,1,1,1,0.409045577,0,0.50277912,0.502644383,0.502659574
-288,1,0.3901,1,1,1,1,1,1,1,1,0,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0702,0.3178,0,1,0.6624,1,1,1,0.2303,0.6624,0,1,1,1,1,1,0.001614372,0,0.003052184,1,1,1,1,1,0.103317067,0,0.000471204,1,1,1,1,1,0.346886635,0,0.467254712,0.467315422,0.467198582
-289,1,0.3901,1,1,1,1,1,1,1,1,0.0008,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0635,0.3178,0,1,0.6624,1,1,1,0.161,0.6624,0,1,1,1,1,1,0.002314894,0,0.000391255,1,1,1,1,1,0.102357417,0,0,1,1,1,1,1,0.216164514,0,0.449371677,0.449333615,0.449468085
-290,1,0.3901,1,1,1,1,1,1,1,1,0.0044,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0567,0.3178,0,1,0.6624,1,1,1,0.111,0.6624,0,1,1,1,1,1,0.008313945,0,0.003111364,1,1,1,1,1,0.100106694,0,0,1,1,1,1,1,0.202855125,0,0.440913485,0.440871589,0.440602837
-291,1,0.3901,1,1,1,1,1,1,1,1,0.0177,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0908,0.3178,0,1,0.6624,1,1,1,0.137,0.6624,0,1,1,1,1,1,0.038700275,0,0.013789442,1,1,1,1,1,0.180414379,0,0.123798177,1,1,1,1,1,0.170724392,0,0.439282262,0.439390734,0.43927305
-292,1,0.3901,1,1,1,1,1,1,1,1,0.0258,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0583,0.3178,0,1,0.6624,1,1,1,0.0695,0.6624,0,1,1,1,1,1,0.038929641,0,0.045770571,1,1,1,1,1,0.137775376,0,0.290196627,1,1,1,1,1,0.08043769,0,0.451123731,0.451026021,0.451241135
-293,1,0.3901,1,1,1,1,1,1,1,1,0.0417,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0842,0.3178,0,1,0.6624,1,1,1,0.0305,0.6624,0,1,1,1,1,1,0.048493069,0,0.27295664,1,1,1,1,1,0.175127685,0,0.87879765,1,1,1,1,1,0.073979475,0,0.491541808,0.491643749,0.491578014
-294,1,0.3901,1,1,1,1,1,1,1,1,0.1531,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2545,0.3178,0,1,0.6624,1,1,1,0.0298,0.6624,0,1,1,1,1,1,0.22325857,0,0.822794676,1,1,1,1,1,0.397352576,0,1,1,1,1,1,1,0.075900286,0,0.568330111,0.56822509,0.568262411
-295,1,0.3901,1,1,1,1,1,1,1,1,0.086,0.3901,0,1,0.3178,1,1,1,1,1,1,0.048,0.3178,0,1,0.6624,1,1,1,0.0541,0.6624,0,1,1,1,1,1,0.173317075,0,1,1,1,1,1,1,0.118468612,0,1,1,1,1,1,1,0.191491708,0,0.618535524,0.618574149,0.618351064
-296,1,0.3901,1,1,1,1,1,1,1,1,0.1621,0.3901,0.0041,1,0.3178,1,1,1,1,1,1,0.0586,0.3178,0.0067,1,0.6624,1,1,1,0.0491,0.6624,0.0153,1,1,1,1,1,0.226987273,0.00542623,1,1,1,1,1,1,0.143054366,0.01760618,1,1,1,1,1,1,0.144371629,0.057406876,0.628262446,0.628305479,0.628546099
-297,1,0.3901,1,1,1,1,1,1,1,1,0.2261,0.3901,0.0805,1,0.3178,1,1,1,1,1,1,0,0.3178,0.1502,1,0.6624,1,1,1,0.1013,0.6624,0.1851,1,1,1,1,1,0.266392291,0.102957033,1,1,1,1,1,1,0.119836152,0.175748333,1,1,1,1,1,1,0.269643426,0.168756366,0.630920735,0.630844087,0.630762411
-298,1,0.3901,1,1,1,1,1,1,1,1,0.3396,0.3901,0.2869,1,0.3178,1,1,1,1,1,1,0.135,0.3178,0.4189,1,0.6624,1,1,1,0.0957,0.6624,0.2993,1,1,1,1,1,0.346137375,0.362422585,1,1,1,1,1,1,0.386217207,0.568506658,1,1,1,1,1,1,0.206520423,0.22278598,0.631766554,0.63169029,0.632092199
-299,1,0.3901,1,1,1,1,1,1,1,1,0.5037,0.3901,0.4127,1,0.3178,1,1,1,1,1,1,0.9328,0.3178,0.4948,1,0.6624,1,1,1,0.0805,0.6624,0.3524,1,1,1,1,1,0.25591749,0.559332788,1,1,1,1,1,1,0.907499671,0.663060069,1,1,1,1,1,1,0.191428378,0.238746792,0.629047849,0.628940131,0.628989362
-300,1,0.3901,1,1,1,1,1,1,1,1,0.5458,0.3901,0.5241,1,0.3178,1,1,1,1,1,1,0.9623,0.3178,0.5722,1,0.6624,1,1,1,0.1369,0.6624,0.3807,1,1,1,1,1,0.300684631,0.63937521,1,1,1,1,1,1,0.953840971,0.744644761,1,1,1,1,1,1,0.280201852,0.226352155,0.623308362,0.623439814,0.623670213
-301,1,0.3901,1,1,1,1,1,1,1,1,0.7326,0.3901,0.5732,1,0.3178,1,1,1,1,1,1,0.8932,0.3178,0.5483,1,0.6624,1,1,1,0.1816,0.6624,0.1914,1,1,1,1,1,0.564882994,0.706642687,1,1,1,1,1,1,0.91263628,0.673237801,1,1,1,1,1,1,0.33959341,0.276738614,0.620770904,0.620689655,0.621010638
-302,1,0.3901,1,1,1,1,1,1,1,1,0.9417,0.3901,0.4743,1,0.3178,1,1,1,1,1,1,0.9597,0.3178,0.4087,1,0.6624,1,1,1,0.2656,0.6624,0.1549,1,1,1,1,1,0.857216716,0.586708784,1,1,1,1,1,1,0.964770496,0.533234537,1,1,1,1,1,1,0.448480546,0.444043428,0.618475109,0.618574149,0.618351064
-303,1,0.3901,1,1,1,1,1,1,1,1,0.9758,0.3901,0.305,1,0.3178,1,1,1,1,1,1,0.9759,0.3178,0.313,1,0.6624,1,1,1,0.4152,0.6624,0.1127,1,1,1,1,1,0.956630409,0.442821741,1,1,1,1,1,1,0.98351568,0.45230031,1,1,1,1,1,1,0.443527579,0.400851309,0.627416626,0.627459276,0.627659574
-304,1,0.3901,1,1,1,1,1,1,1,1,0.964,0.3901,0.0978,1,0.3178,1,1,1,1,1,1,0.98,0.3178,0.1318,1,0.6624,1,1,1,0.4312,0.6624,0.0109,1,1,1,1,1,0.946623504,0.231859997,1,1,1,1,1,1,0.979675651,0.267697781,1,1,1,1,1,1,0.335936725,0.169954926,0.666445143,0.66659615,0.666666667
-305,1,0.3901,1,1,1,1,1,1,1,1,0.9176,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9869,0.3178,0,1,0.6624,1,1,1,0.5434,0.6624,0,1,1,1,1,1,0.961721957,0,1,1,1,1,1,1,0.97143209,0,1,1,1,1,1,1,0.562189877,0,0.705534074,0.705733023,0.705673759
-306,1,0.3901,1,1,1,1,1,1,1,1,0.9713,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9885,0.3178,0,1,0.6624,1,1,1,0.719,0.6624,0,1,1,1,1,1,0.972354114,0,1,1,1,1,1,1,0.980069935,0,1,1,1,1,1,1,0.771246314,0,0.699130014,0.699174952,0.699468085
-307,1,0.3901,1,1,1,1,1,1,1,1,0.9394,0.3901,0,1,0.3178,1,1,1,1,1,1,0.808,0.3178,0,1,0.6624,1,1,1,0.703,0.6624,0,1,1,1,1,1,0.909962118,0,1,1,1,1,1,1,0.822283685,0,1,1,1,1,1,1,0.816351771,0,0.681246979,0.681404696,0.681294326
-308,1,0.3901,1,1,1,1,1,1,1,1,0.9075,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9922,0.3178,0,1,0.6624,1,1,1,0.825,0.6624,0,1,1,1,1,1,0.972278595,0,1,1,1,1,1,1,0.980137706,0,1,1,1,1,1,1,0.89483583,0,0.658591107,0.658768775,0.658687943
-309,1,0.3901,1,1,1,1,1,1,1,1,0.9408,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9917,0.3178,0,1,0.6624,1,1,1,0.7283,0.6624,0,1,1,1,1,1,0.965658426,0,1,1,1,1,1,1,0.966689825,0,1,1,1,1,1,1,0.830695748,0,0.624818753,0.624709118,0.625
-310,1,0.3901,1,1,1,1,1,1,1,1,0.9146,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9831,0.3178,0,1,0.6624,1,1,1,0.807,0.6624,0,1,1,1,1,1,0.94616425,0,1,1,1,1,1,1,0.924124181,0,1,1,1,1,1,1,0.923424721,0,0.579446593,0.579437275,0.579787234
-311,1,0.3901,1,1,1,1,1,1,1,1,0.861,0.3901,0,1,0.3178,1,1,1,1,1,1,0.7875,0.3178,0,1,0.6624,1,1,1,0.8976,0.6624,0,1,1,1,1,1,0.8238585,0,1,1,1,1,1,1,0.690458834,0,1,1,1,1,1,1,0.962420166,0,0.534255679,0.534165433,0.534131206
-312,1,0.3901,1,1,1,1,1,1,1,1,0.85,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6203,0.3178,0,1,0.6624,1,1,1,0.9208,0.6624,0,1,1,1,1,1,0.805558801,0,1,1,1,1,1,1,0.54963994,0,1,1,1,1,1,1,0.972655118,0,0.498912518,0.498836471,0.499113475
-313,1,0.3901,1,1,1,1,1,1,1,1,0.8923,0.3901,0,1,0.3178,1,1,1,1,1,1,0.7652,0.3178,0,1,0.6624,1,1,1,0.8705,0.6624,0,1,1,1,1,1,0.87369895,0,1,1,1,1,1,1,0.713473439,0,1,1,1,1,1,1,0.971156716,0,0.478310778,0.478316057,0.478280142
-314,1,0.3901,1,1,1,1,1,1,1,1,0.8971,0.3901,0,1,0.3178,1,1,1,1,1,1,0.804,0.3178,0,1,0.6624,1,1,1,0.8168,0.6624,0,1,1,1,1,1,0.848095298,0,1,1,1,1,1,1,0.782789111,0,1,1,1,1,1,1,0.965029716,0,0.466710971,0.466892321,0.466755319
-315,1,0.3901,1,1,1,1,1,1,1,1,0.8652,0.3901,0,1,0.3178,1,1,1,1,1,1,0.664,0.3178,0,1,0.6624,1,1,1,0.7206,0.6624,0,1,1,1,1,1,0.853713751,0,1,1,1,1,1,1,0.712811947,0,1,1,1,1,1,1,0.942024589,0,0.463146448,0.463084409,0.46320922
-316,1,0.3901,1,1,1,1,1,1,1,1,0.7108,0.3901,0,1,0.3178,1,1,1,1,1,1,0.577,0.3178,0,1,0.6624,1,1,1,0.7269,0.6624,0,1,1,1,1,1,0.740675211,0,1,1,1,1,1,1,0.600000143,0,1,1,1,1,1,1,0.940861583,0,0.4679797,0.467950074,0.468085106
-317,1,0.3901,1,1,1,1,1,1,1,1,0.6051,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4629,0.3178,0,1,0.6624,1,1,1,0.7089,0.6624,0,1,1,1,1,1,0.59751904,0,1,1,1,1,1,1,0.50231123,0,1,1,1,1,1,1,0.874329388,0,0.484352344,0.484451026,0.484485816
-318,1,0.3901,1,1,1,1,1,1,1,1,0.4924,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5347,0.3178,0,1,0.6624,1,1,1,0.4909,0.6624,0,1,1,1,1,1,0.49123019,0,0.96658951,1,1,1,1,1,0.549668789,0,1,1,1,1,1,1,0.680419207,0,0.515043499,0.514914322,0.515070922
-319,1,0.3901,1,1,1,1,1,1,1,1,0.3262,0.3901,0,1,0.3178,1,1,1,1,1,1,0.274,0.3178,0,1,0.6624,1,1,1,0.4807,0.6624,0,1,1,1,1,1,0.242247924,0,0.831059813,1,1,1,1,1,0.291041762,0,1,1,1,1,1,1,0.717020333,0,0.546036733,0.54601227,0.546099291
-320,1,0.3901,1,1,1,1,1,1,1,1,0.29,0.3901,0.1892,1,0.3178,1,1,1,1,1,1,0.5181,0.3178,0.164,1,0.6624,1,1,1,0.562,0.6624,0.134,1,1,1,1,1,0.212731034,0.327919871,0.576810718,1,1,1,1,1,0.462106407,0.294794917,0.962370753,1,1,1,1,1,0.799753189,0.229555279,0.580956984,0.58091813,0.581117021
-321,1,0.3901,1,1,1,1,1,1,1,1,0.3772,0.3901,0.3808,1,0.3178,1,1,1,1,1,1,0.4932,0.3178,0.3817,1,0.6624,1,1,1,0.6309,0.6624,0.2731,1,1,1,1,1,0.376277477,0.571572304,0.710981965,1,1,1,1,1,0.443678021,0.568842471,0.996513128,1,1,1,1,1,0.830781639,0.415565878,0.608506525,0.608631267,0.608599291
-322,1,0.3901,1,1,1,1,1,1,1,1,0.3912,0.3901,0.5055,1,0.3178,1,1,1,1,1,1,0.5811,0.3178,0.5261,1,0.6624,1,1,1,0.5317,0.6624,0.3781,1,1,1,1,1,0.448986948,0.727478921,0.738250494,1,1,1,1,1,0.579555571,0.761997223,0.960837483,1,1,1,1,1,0.824395299,0.517297804,0.620106332,0.620055003,0.620567376
-323,1,0.3901,1,1,1,1,1,1,1,1,0.3729,0.3901,0.6058,1,0.3178,1,1,1,1,1,1,0.5491,0.3178,0.6015,1,0.6624,1,1,1,0.5013,0.6624,0.4016,1,1,1,1,1,0.45277217,0.80152297,0.814331174,1,1,1,1,1,0.566531062,0.832924485,1,1,1,1,1,1,0.777929604,0.560199678,0.616239729,0.616247091,0.616134752
-324,1,0.3901,1,1,1,1,1,1,1,1,0.4077,0.3901,0.6621,1,0.3178,1,1,1,1,1,1,0.4749,0.3178,0.6392,1,0.6624,1,1,1,0.5725,0.6624,0.5125,1,1,1,1,1,0.428942919,0.86989826,0.945265293,1,1,1,1,1,0.494375587,0.856732726,1,1,1,1,1,1,0.851027012,0.77268827,0.606452392,0.606515761,0.606826241
-325,1,0.3901,1,1,1,1,1,1,1,1,0.4335,0.3901,0.6563,1,0.3178,1,1,1,1,1,1,0.5709,0.3178,0.6448,1,0.6624,1,1,1,0.5067,0.6624,0.5583,1,1,1,1,1,0.495659024,0.868683875,0.979756415,1,1,1,1,1,0.545692801,0.892047703,1,1,1,1,1,1,0.831909835,0.877836943,0.595094248,0.595092025,0.594858156
-326,1,0.3901,1,1,1,1,1,1,1,1,0.4928,0.3901,0.5704,1,0.3178,1,1,1,1,1,1,0.7502,0.3178,0.5771,1,0.6624,1,1,1,0.537,0.6624,0.5263,1,1,1,1,1,0.537670493,0.811561048,0.941316605,1,1,1,1,1,0.691064179,0.809917331,1,1,1,1,1,1,0.872466266,0.764827013,0.589717255,0.589591707,0.58998227
-327,1,0.3901,1,1,1,1,1,1,1,1,0.4674,0.3901,0.4009,1,0.3178,1,1,1,1,1,1,0.7068,0.3178,0.422,1,0.6624,1,1,1,0.7095,0.6624,0.367,1,1,1,1,1,0.630279779,0.657610416,0.864448547,1,1,1,1,1,0.667701244,0.649855316,1,1,1,1,1,1,0.961626947,0.58844316,0.594490092,0.594457373,0.594858156
-328,1,0.3901,1,1,1,1,1,1,1,1,0.421,0.3901,0.1757,1,0.3178,1,1,1,1,1,1,0.5032,0.3178,0.2093,1,0.6624,1,1,1,0.7313,0.6624,0.1225,1,1,1,1,1,0.551268995,0.368624568,0.530406773,1,1,1,1,1,0.548282385,0.395703107,1,1,1,1,1,1,0.954732299,0.262379587,0.63321653,0.633171144,0.633421986
-329,1,0.3901,1,1,1,1,1,1,1,1,0.3983,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3054,0.3178,0,1,0.6624,1,1,1,0.7091,0.6624,0,1,1,1,1,1,0.396350145,0,0.737602115,1,1,1,1,1,0.340201706,0,1,1,1,1,1,1,0.947714448,0,0.686080232,0.686058811,0.686170213
-330,1,0.3901,1,1,1,1,1,1,1,1,0.5662,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3252,0.3178,0,1,0.6624,1,1,1,0.6948,0.6624,0,1,1,1,1,1,0.468771636,0,0.891667426,1,1,1,1,1,0.367579341,0,1,1,1,1,1,1,0.953668058,0,0.685898985,0.68584726,0.686170213
-331,1,0.3901,1,1,1,1,1,1,1,1,0.4164,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2821,0.3178,0,1,0.6624,1,1,1,0.6359,0.6624,0,1,1,1,1,1,0.358679861,0,0.866793752,1,1,1,1,1,0.313991904,0,1,1,1,1,1,1,0.909224033,0,0.670553407,0.670615612,0.671099291
-332,1,0.3901,1,1,1,1,1,1,1,1,0.4739,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3545,0.3178,0,1,0.6624,1,1,1,0.731,0.6624,0,1,1,1,1,1,0.424402118,0,0.978688419,1,1,1,1,1,0.398572475,0,1,1,1,1,1,1,0.940662801,0,0.649407927,0.649460546,0.649822695
-333,1,0.3901,1,1,1,1,1,1,1,1,0.445,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4216,0.3178,0,1,0.6624,1,1,1,0.6767,0.6624,0,1,1,1,1,1,0.488866329,0,0.998945951,1,1,1,1,1,0.470222682,0,1,1,1,1,1,1,0.904950202,0,0.623731271,0.623651365,0.624113475
-334,1,0.3901,1,1,1,1,1,1,1,1,0.3336,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5448,0.3178,0,1,0.6624,1,1,1,0.6803,0.6624,0,1,1,1,1,1,0.403039038,0,0.800533295,1,1,1,1,1,0.50776428,0,0.990772605,1,1,1,1,1,0.842024565,0,0.593160947,0.593188069,0.593085106
-335,1,0.3901,1,1,1,1,1,1,1,1,0.3438,0.3901,0,1,0.3178,1,1,1,1,1,1,0.7133,0.3178,0,1,0.6624,1,1,1,0.6208,0.6624,0,1,1,1,1,1,0.371945441,0,0.680279613,1,1,1,1,1,0.605972171,0,1,1,1,1,1,1,0.870617509,0,0.557576124,0.557647557,0.557624113
-336,1,0.3901,1,1,1,1,1,1,1,1,0.392,0.3901,0,1,0.3178,1,1,1,1,1,1,0.8092,0.3178,0,1,0.6624,1,1,1,0.6196,0.6624,0,1,1,1,1,1,0.481509626,0,0.495306522,1,1,1,1,1,0.723427296,0,1,1,1,1,1,1,0.878662527,0,0.524105848,0.524011001,0.524379433
-337,1,0.3901,1,1,1,1,1,1,1,1,0.3702,0.3901,0,1,0.3178,1,1,1,1,1,1,0.8661,0.3178,0,1,0.6624,1,1,1,0.5305,0.6624,0,1,1,1,1,1,0.44781062,0,0.785767376,1,1,1,1,1,0.741629243,0,1,1,1,1,1,1,0.802598238,0,0.503987434,0.503913687,0.504432624
-338,1,0.3901,1,1,1,1,1,1,1,1,0.3225,0.3901,0,1,0.3178,1,1,1,1,1,1,0.8695,0.3178,0,1,0.6624,1,1,1,0.4943,0.6624,0,1,1,1,1,1,0.381781459,0,0.982372284,1,1,1,1,1,0.76918143,0,1,1,1,1,1,1,0.80714941,0,0.495891735,0.495874762,0.496010638
-339,1,0.3901,1,1,1,1,1,1,1,1,0.3422,0.3901,0,1,0.3178,1,1,1,1,1,1,0.8387,0.3178,0,1,0.6624,1,1,1,0.4408,0.6624,0,1,1,1,1,1,0.342624962,0,1,1,1,1,1,1,0.764603734,0,1,1,1,1,1,1,0.734698594,0,0.494925085,0.494817009,0.495124113
-340,1,0.3901,1,1,1,1,1,1,1,1,0.3952,0.3901,0,1,0.3178,1,1,1,1,1,1,0.7721,0.3178,0,1,0.6624,1,1,1,0.4408,0.6624,0,1,1,1,1,1,0.359862238,0,1,1,1,1,1,1,0.707345366,0,1,1,1,1,1,1,0.730946124,0,0.500483325,0.500528877,0.500443262
-341,1,0.3901,1,1,1,1,1,1,1,1,0.4271,0.3901,0,1,0.3178,1,1,1,1,1,1,0.8077,0.3178,0,1,0.6624,1,1,1,0.3164,0.6624,0,1,1,1,1,1,0.411332548,0,0.993359685,1,1,1,1,1,0.76887989,0,1,1,1,1,1,1,0.668768585,0,0.514439343,0.514491221,0.51462766
-342,1,0.3901,1,1,1,1,1,1,1,1,0.4266,0.3901,0,1,0.3178,1,1,1,1,1,1,0.695,0.3178,0,1,0.6624,1,1,1,0.3301,0.6624,0,1,1,1,1,1,0.391038597,0,0.966036022,1,1,1,1,1,0.63568294,0,1,1,1,1,1,1,0.531463563,0,0.538484775,0.538607997,0.53856383
-343,1,0.3901,1,1,1,1,1,1,1,1,0.3633,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5624,0.3178,0,1,0.6624,1,1,1,0.2867,0.6624,0,1,1,1,1,1,0.332429647,0,0.99403441,1,1,1,1,1,0.504585385,0,1,1,1,1,1,1,0.448241681,0,0.564403093,0.564417178,0.564716312
-344,1,0.3901,1,1,1,1,1,1,1,1,0.3713,0.3901,0.2406,1,0.3178,1,1,1,1,1,1,0.627,0.3178,0.2384,1,0.6624,1,1,1,0.3032,0.6624,0.1933,1,1,1,1,1,0.34316197,0.437668353,1,1,1,1,1,1,0.59841913,0.425316781,1,1,1,1,1,1,0.375696719,0.422520816,0.601135814,0.601015443,0.601507092
-345,1,0.3901,1,1,1,1,1,1,1,1,0.3806,0.3901,0.4691,1,0.3178,1,1,1,1,1,1,0.5681,0.3178,0.4718,1,0.6624,1,1,1,0.4096,0.6624,0.418,1,1,1,1,1,0.302021444,0.733755112,1,1,1,1,1,1,0.56215322,0.727232456,1,1,1,1,1,1,0.472504824,0.714558601,0.628685355,0.62872858,0.628989362
-346,1,0.3901,1,1,1,1,1,1,1,1,0.3217,0.3901,0.6312,1,0.3178,1,1,1,1,1,1,0.4146,0.3178,0.6341,1,0.6624,1,1,1,0.5428,0.6624,0.5779,1,1,1,1,1,0.250944793,0.900904655,0.996979296,1,1,1,1,1,0.446300417,0.89987582,1,1,1,1,1,1,0.5887447,0.884959877,0.643728855,0.643748678,0.643617021
-347,1,0.3901,1,1,1,1,1,1,1,1,0.2857,0.3901,0.7083,1,0.3178,1,1,1,1,1,1,0.3272,0.3178,0.7179,1,0.6624,1,1,1,0.6906,0.6624,0.6298,1,1,1,1,1,0.221681699,0.980220258,0.991624475,1,1,1,1,1,0.337166041,0.98327893,1,1,1,1,1,1,0.808998406,0.966268361,0.648743354,0.648614343,0.64893617
-348,1,0.3901,1,1,1,1,1,1,1,1,0.3814,0.3901,0.7193,1,0.3178,1,1,1,1,1,1,0.7153,0.3178,0.7315,1,0.6624,1,1,1,0.6313,0.6624,0.6506,1,1,1,1,1,0.361806154,0.996063471,0.781678796,1,1,1,1,1,0.656169295,0.999380589,0.914508939,1,1,1,1,1,0.885973692,0.982502162,0.648199613,0.648191242,0.648492908
-349,1,0.3901,1,1,1,1,1,1,1,1,0.3796,0.3901,0.7062,1,0.3178,1,1,1,1,1,1,0.4602,0.3178,0.7192,1,0.6624,1,1,1,0.6041,0.6624,0.6433,1,1,1,1,1,0.354752004,0.976572871,0.99276042,1,1,1,1,1,0.457023084,0.988266528,1,1,1,1,1,1,0.839294136,0.948023915,0.641614306,0.641844722,0.641843972
-350,1,0.3901,1,1,1,1,1,1,1,1,0.4121,0.3901,0.6127,1,0.3178,1,1,1,1,1,1,0.6343,0.3178,0.6369,1,0.6624,1,1,1,0.6529,0.6624,0.5524,1,1,1,1,1,0.50681895,0.892493129,0.973407626,1,1,1,1,1,0.664633274,0.913149118,0.992474377,1,1,1,1,1,0.901921868,0.821802139,0.637687289,0.637825259,0.63785461
-351,1,0.3901,1,1,1,1,1,1,1,1,0.4304,0.3901,0.4407,1,0.3178,1,1,1,1,1,1,0.583,0.3178,0.4702,1,0.6624,1,1,1,0.6413,0.6624,0.3778,1,1,1,1,1,0.491588086,0.708393097,1,1,1,1,1,1,0.618395269,0.744274139,1,1,1,1,1,1,0.896115124,0.65018332,0.64282262,0.642690924,0.643173759
-352,1,0.3901,1,1,1,1,1,1,1,1,0.503,0.3901,0.1983,1,0.3178,1,1,1,1,1,1,0.6642,0.3178,0.2351,1,0.6624,1,1,1,0.6681,0.6624,0.1339,1,1,1,1,1,0.511681259,0.401169479,1,1,1,1,1,1,0.654563785,0.447798878,1,1,1,1,1,1,0.940045059,0.325932324,0.684509425,0.684577956,0.684840426
-353,1,0.3901,1,1,1,1,1,1,1,1,0.4755,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5634,0.3178,0,1,0.6624,1,1,1,0.7552,0.6624,0,1,1,1,1,1,0.501770616,0,1,1,1,1,1,1,0.543611407,0,1,1,1,1,1,1,0.951184392,0,0.738943934,0.738946478,0.73891844
-354,1,0.3901,1,1,1,1,1,1,1,1,0.4729,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5727,0.3178,0,1,0.6624,1,1,1,0.7656,0.6624,0,1,1,1,1,1,0.498016298,0,1,1,1,1,1,1,0.589547753,0,1,1,1,1,1,1,0.970027924,0,0.739850169,0.73979268,0.740248227
-355,1,0.3901,1,1,1,1,1,1,1,1,0.4273,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6481,0.3178,0,1,0.6624,1,1,1,0.6786,0.6624,0,1,1,1,1,1,0.527157903,0,0.991619527,1,1,1,1,1,0.54614985,0,1,1,1,1,1,1,0.946092963,0,0.719248429,0.719272266,0.719414894
-356,1,0.3901,1,1,1,1,1,1,1,1,0.4287,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6947,0.3178,0,1,0.6624,1,1,1,0.6623,0.6624,0,1,1,1,1,1,0.437362939,0,1,1,1,1,1,1,0.566157281,0,1,1,1,1,1,1,0.94265157,0,0.698646689,0.698751851,0.69858156
-357,1,0.3901,1,1,1,1,1,1,1,1,0.4318,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4959,0.3178,0,1,0.6624,1,1,1,0.7202,0.6624,0,1,1,1,1,1,0.420679986,0,1,1,1,1,1,1,0.37926513,0,1,1,1,1,1,1,0.952116191,0,0.663847269,0.663845991,0.664007092
-358,1,0.3901,1,1,1,1,1,1,1,1,0.4821,0.3901,0,1,0.3178,1,1,1,1,1,1,0.474,0.3178,0,1,0.6624,1,1,1,0.7321,0.6624,0,1,1,1,1,1,0.475877225,0,1,1,1,1,1,1,0.41925478,0,1,1,1,1,1,1,0.952411592,0,0.622281295,0.622382061,0.622340426
-359,1,0.3901,1,1,1,1,1,1,1,1,0.432,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4198,0.3178,0,1,0.6624,1,1,1,0.7478,0.6624,0,1,1,1,1,1,0.36946097,0,1,1,1,1,1,1,0.380924284,0,1,1,1,1,1,1,0.922290683,0,0.580654906,0.580706579,0.580673759
-360,1,0.3901,1,1,1,1,1,1,1,1,0.4819,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5171,0.3178,0,1,0.6624,1,1,1,0.7258,0.6624,0,1,1,1,1,1,0.462438822,0,1,1,1,1,1,1,0.495006233,0,1,1,1,1,1,1,0.928043365,0,0.551413726,0.551512587,0.55141844
-361,1,0.3901,1,1,1,1,1,1,1,1,0.4622,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4429,0.3178,0,1,0.6624,1,1,1,0.6395,0.6624,0,1,1,1,1,1,0.440559208,0,1,1,1,1,1,1,0.452055395,0,1,1,1,1,1,1,0.906476855,0,0.53618898,0.536069389,0.535904255
-362,1,0.3901,1,1,1,1,1,1,1,1,0.4361,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3376,0.3178,0,1,0.6624,1,1,1,0.5498,0.6624,0,1,1,1,1,1,0.420898914,0,1,1,1,1,1,1,0.388162971,0,1,1,1,1,1,1,0.904076993,0,0.530026583,0.529934419,0.530141844
-363,1,0.3901,1,1,1,1,1,1,1,1,0.3831,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2411,0.3178,0,1,0.6624,1,1,1,0.514,0.6624,0,1,1,1,1,1,0.399690419,0,1,1,1,1,1,1,0.34426564,0,0.949129343,1,1,1,1,1,0.883394718,0,0.530268246,0.530357521,0.530141844
-364,1,0.3901,1,1,1,1,1,1,1,1,0.3587,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2376,0.3178,0,1,0.6624,1,1,1,0.4308,0.6624,0,1,1,1,1,1,0.360647738,0,1,1,1,1,1,1,0.318780333,0,0.618742704,1,1,1,1,1,0.829895318,0,0.542472209,0.542627459,0.542553191
-365,1,0.3901,1,1,1,1,1,1,1,1,0.3632,0.3901,0,1,0.3178,1,1,1,1,1,1,0.259,0.3178,0,1,0.6624,1,1,1,0.4113,0.6624,0,1,1,1,1,1,0.382698387,0,0.998037457,1,1,1,1,1,0.33537811,0,0.493264675,1,1,1,1,1,0.791144669,0,0.574492508,0.57457161,0.574468085
-366,1,0.3901,1,1,1,1,1,1,1,1,0.3068,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1823,0.3178,0,1,0.6624,1,1,1,0.3854,0.6624,0,1,1,1,1,1,0.325934082,0,0.821552753,1,1,1,1,1,0.221614212,0,0.191097379,1,1,1,1,1,0.765305758,0,0.627356211,0.627459276,0.627659574
-367,1,0.3901,1,1,1,1,1,1,1,1,0.2271,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0821,0.3178,0,1,0.6624,1,1,1,0.3229,0.6624,0,1,1,1,1,1,0.254894465,0,0.116391897,1,1,1,1,1,0.079850912,0,0.005930891,1,1,1,1,1,0.750555217,0,0.666324311,0.666384599,0.666666667
-368,1,0.3901,1,1,1,1,1,1,1,1,0.1618,0.3901,0.2391,1,0.3178,1,1,1,1,1,1,0.027,0.3178,0.2371,1,0.6624,1,1,1,0.2869,0.6624,0.1816,1,1,1,1,1,0.150812358,0.430249393,0.162209779,1,1,1,1,1,0.022979878,0.422578245,0.009451571,1,1,1,1,1,0.634722471,0.428597093,0.693088449,0.693039983,0.693262411
-369,1,0.3901,1,1,1,1,1,1,1,1,0.0646,0.3901,0.4586,1,0.3178,1,1,1,1,1,1,0,0.3178,0.4656,1,0.6624,1,1,1,0.1947,0.6624,0.412,1,1,1,1,1,0.053993151,0.711719751,0.094412737,1,1,1,1,1,0.000726155,0.71897167,0,1,1,1,1,1,0.540025651,0.702553272,0.708011116,0.70806008,0.708333333
-370,1,0.3901,1,1,1,1,1,1,1,1,0.0211,0.3901,0.6179,1,0.3178,1,1,1,1,1,1,0,0.3178,0.6211,1,0.6624,1,1,1,0.0879,0.6624,0.5542,1,1,1,1,1,0.012151721,0.881203294,0.004478052,1,1,1,1,1,0.001966788,0.879336178,0,1,1,1,1,1,0.290318519,0.881075859,0.713750604,0.713771948,0.714095745
-371,1,0.3901,1,1,1,1,1,1,1,1,0.0026,0.3901,0.6974,1,0.3178,1,1,1,1,1,1,0.0275,0.3178,0.6556,1,0.6624,1,1,1,0.0361,0.6624,0.6111,1,1,1,1,1,5.71E-05,0.953297973,0,1,1,1,1,1,0.031153996,0.905017912,0,1,1,1,1,1,0.119981699,0.927993774,0.708071532,0.70806008,0.708333333
-372,1,0.3901,1,1,1,1,1,1,1,1,0.0081,0.3901,0.6672,1,0.3178,1,1,1,1,1,1,0.0905,0.3178,0.6465,1,0.6624,1,1,1,0.0116,0.6624,0.6507,1,1,1,1,1,0.003552211,0.856300354,0,1,1,1,1,1,0.083473116,0.851296067,0,1,1,1,1,1,0.031676795,0.900650322,0.696713388,0.696636344,0.696808511
-373,1,0.3901,1,1,1,1,1,1,1,1,0.0457,0.3901,0.6136,1,0.3178,1,1,1,1,1,1,0.2143,0.3178,0.6058,1,0.6624,1,1,1,0.02,0.6624,0.561,1,1,1,1,1,0.037330016,0.875971854,0.002044601,1,1,1,1,1,0.186922207,0.80682373,0.03465445,1,1,1,1,1,0.056572106,0.894745588,0.688798937,0.68880897,0.688829787
-374,1,0.3901,1,1,1,1,1,1,1,1,0.1742,0.3901,0.4943,1,0.3178,1,1,1,1,1,1,0.3027,0.3178,0.435,1,0.6624,1,1,1,0.0969,0.6624,0.4806,1,1,1,1,1,0.190420628,0.692793548,0.045957789,1,1,1,1,1,0.298767149,0.662852764,0.216061011,1,1,1,1,1,0.211366862,0.729146838,0.680159497,0.680135392,0.680407801
-375,1,0.3901,1,1,1,1,1,1,1,1,0.2027,0.3901,0.2741,1,0.3178,1,1,1,1,1,1,0.5253,0.3178,0.2901,1,0.6624,1,1,1,0.2327,0.6624,0.3181,1,1,1,1,1,0.286925584,0.403169692,0.146228045,1,1,1,1,1,0.512551665,0.505365312,0.435345292,1,1,1,1,1,0.487870127,0.460294008,0.681428226,0.681616247,0.681294326
-376,1,0.3901,1,1,1,1,1,1,1,1,0.3069,0.3901,0.0666,1,0.3178,1,1,1,1,1,1,0.5872,0.3178,0.1376,1,0.6624,1,1,1,0.2862,0.6624,0.0498,1,1,1,1,1,0.449744582,0.122730449,0.154036805,1,1,1,1,1,0.569435358,0.265167356,0.437401086,1,1,1,1,1,0.564221919,0.112632535,0.716167231,0.716099006,0.716312057
-377,1,0.3901,1,1,1,1,1,1,1,1,0.3725,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5895,0.3178,0,1,0.6624,1,1,1,0.402,0.6624,0,1,1,1,1,1,0.501970053,0,0.224602312,1,1,1,1,1,0.68536979,0,0.915144026,1,1,1,1,1,0.69693172,0,0.76238521,0.762428602,0.762411348
-378,1,0.3901,1,1,1,1,1,1,1,1,0.5432,0.3901,0,1,0.3178,1,1,1,1,1,1,0.7771,0.3178,0,1,0.6624,1,1,1,0.5035,0.6624,0,1,1,1,1,1,0.612541556,0,0.476460189,1,1,1,1,1,0.8542974,0,1,1,1,1,1,1,0.853129625,0,0.753927018,0.753966575,0.753989362
-379,1,0.3901,1,1,1,1,1,1,1,1,0.5075,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6573,0.3178,0,1,0.6624,1,1,1,0.584,0.6624,0,1,1,1,1,1,0.576890111,0,0.97957474,1,1,1,1,1,0.638969183,0,1,1,1,1,1,1,0.899047196,0,0.731150314,0.731119103,0.731382979
-380,1,0.3901,1,1,1,1,1,1,1,1,0.2177,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2502,0.3178,0,1,0.6624,1,1,1,0.0448,0.6624,0,1,1,1,1,1,0.103799678,0,1,1,1,1,1,1,0.202495888,0,1,1,1,1,1,1,0.142290503,0,0.697921701,0.697905648,0.698138298
-381,1,0.3901,1,1,1,1,1,1,1,1,0.6852,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6105,0.3178,0,1,0.6624,1,1,1,0.3925,0.6624,0,1,1,1,1,1,0.553805888,0,1,1,1,1,1,1,0.600691378,0,1,1,1,1,1,1,0.767983377,0,0.650072499,0.650095198,0.650265957
-382,1,0.3901,1,1,1,1,1,1,1,1,0.8063,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6075,0.3178,0,1,0.6624,1,1,1,0.3484,0.6624,0,1,1,1,1,1,0.613865554,0,1,1,1,1,1,1,0.629161656,0,1,1,1,1,1,1,0.61280477,0,0.592858869,0.592764967,0.592641844
-383,1,0.3901,1,1,1,1,1,1,1,1,0.8128,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5927,0.3178,0,1,0.6624,1,1,1,0.4006,0.6624,0,1,1,1,1,1,0.698983371,0,1,1,1,1,1,1,0.520045877,0,1,1,1,1,1,1,0.594156086,0,0.540055582,0.540088851,0.540336879
-384,1,0.3901,1,1,1,1,1,1,1,1,0.695,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3563,0.3178,0,1,0.6624,1,1,1,0.3458,0.6624,0,1,1,1,1,1,0.526279807,0,1,1,1,1,1,1,0.361357629,0,0.965445399,1,1,1,1,1,0.534747422,0,0.503745771,0.503702137,0.503989362
-385,1,0.3901,1,1,1,1,1,1,1,1,0.5813,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2215,0.3178,0,1,0.6624,1,1,1,0.4179,0.6624,0,1,1,1,1,1,0.502307832,0,1,1,1,1,1,1,0.271983624,0,1,1,1,1,1,1,0.673535883,0,0.483325278,0.483393273,0.483156028
-386,1,0.3901,1,1,1,1,1,1,1,1,0.5395,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3454,0.3178,0,1,0.6624,1,1,1,0.3771,0.6624,0,1,1,1,1,1,0.443870187,0,1,1,1,1,1,1,0.375826299,0,1,1,1,1,1,1,0.616952002,0,0.474142098,0.474085043,0.47429078
-387,1,0.3901,1,1,1,1,1,1,1,1,0.4422,0.3901,0,1,0.3178,1,1,1,1,1,1,0.55,0.3178,0,1,0.6624,1,1,1,0.3296,0.6624,0,1,1,1,1,1,0.369682193,0,0.996216893,1,1,1,1,1,0.566017568,0,1,1,1,1,1,1,0.577567875,0,0.471665056,0.471757986,0.471631206
-388,1,0.3901,1,1,1,1,1,1,1,1,0.4023,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5533,0.3178,0,1,0.6624,1,1,1,0.2489,0.6624,0,1,1,1,1,1,0.2517896,0,1,1,1,1,1,1,0.54229939,0,1,1,1,1,1,1,0.515356421,0,0.483566941,0.483604823,0.483599291
-389,1,0.3901,1,1,1,1,1,1,1,1,0.4314,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2933,0.3178,0,1,0.6624,1,1,1,0.1738,0.6624,0,1,1,1,1,1,0.252520919,0,1,1,1,1,1,1,0.310769796,0,1,1,1,1,1,1,0.441194504,0,0.524710005,0.524645653,0.524822695
-390,1,0.3901,1,1,1,1,1,1,1,1,0.4833,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1843,0.3178,0,1,0.6624,1,1,1,0.1167,0.6624,0,1,1,1,1,1,0.23804529,0,1,1,1,1,1,1,0.210583091,0,1,1,1,1,1,1,0.317486733,0,0.599202513,0.599323038,0.59929078
-391,1,0.3901,1,1,1,1,1,1,1,1,0.2655,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1276,0.3178,0,1,0.6624,1,1,1,0.1058,0.6624,0,1,1,1,1,1,0.100081086,0,1,1,1,1,1,1,0.150378525,0,1,1,1,1,1,1,0.280023575,0,0.642883035,0.642902475,0.643173759
-392,1,0.3901,1,1,1,1,1,1,1,1,0.1609,0.3901,0.063,1,0.3178,1,1,1,1,1,1,0.1176,0.3178,0.0851,1,0.6624,1,1,1,0.0785,0.6624,0.0576,1,1,1,1,1,0.056107827,0.167742223,1,1,1,1,1,1,0.139606684,0.17891188,1,1,1,1,1,1,0.177853063,0.069300145,0.649347511,0.649460546,0.649822695
-393,1,0.3901,1,1,1,1,1,1,1,1,0.1768,0.3901,0.2298,1,0.3178,1,1,1,1,1,1,0.1206,0.3178,0.3003,1,0.6624,1,1,1,0.0512,0.6624,0.1851,1,1,1,1,1,0.071597129,0.396749318,0.99787879,1,1,1,1,1,0.128449559,0.46153301,0.975909233,1,1,1,1,1,0.091018863,0.325113773,0.649649589,0.649672096,0.649822695
-394,1,0.3901,1,1,1,1,1,1,1,1,0.171,0.3901,0.3955,1,0.3178,1,1,1,1,1,1,0.0733,0.3178,0.4133,1,0.6624,1,1,1,0.0378,0.6624,0.3784,1,1,1,1,1,0.061109871,0.566914558,0.993127465,1,1,1,1,1,0.11336045,0.559717536,0.938727021,1,1,1,1,1,0.037045337,0.637242138,0.649166264,0.649248995,0.649379433
-395,1,0.3901,1,1,1,1,1,1,1,1,0.1726,0.3901,0.4576,1,0.3178,1,1,1,1,1,1,0.0636,0.3178,0.3578,1,0.6624,1,1,1,0.031,0.6624,0.4178,1,1,1,1,1,0.067929581,0.617911875,0.993915081,1,1,1,1,1,0.132509038,0.483069122,0.763355255,1,1,1,1,1,0.052394979,0.648774862,0.646689222,0.646710387,0.646719858
-396,1,0.3901,1,1,1,1,1,1,1,1,0.1363,0.3901,0.4251,1,0.3178,1,1,1,1,1,1,0.026,0.3178,0.355,1,0.6624,1,1,1,0.0222,0.6624,0.4227,1,1,1,1,1,0.052551724,0.585543692,0.986866355,1,1,1,1,1,0.072747551,0.471657395,0.60518229,1,1,1,1,1,0.022067763,0.662449837,0.643245529,0.643325576,0.643617021
-397,1,0.3901,1,1,1,1,1,1,1,1,0.124,0.3901,0.397,1,0.3178,1,1,1,1,1,1,0.043,0.3178,0.307,1,0.6624,1,1,1,0.0161,0.6624,0.3468,1,1,1,1,1,0.069550678,0.531238675,0.883383274,1,1,1,1,1,0.073250182,0.442183197,0.723922253,1,1,1,1,1,0.008797491,0.597736835,0.642460126,0.642690924,0.642730496
-398,1,0.3901,1,1,1,1,1,1,1,1,0.1317,0.3901,0.2726,1,0.3178,1,1,1,1,1,1,0.0925,0.3178,0.2953,1,0.6624,1,1,1,0.0079,0.6624,0.203,1,1,1,1,1,0.133094877,0.35763371,0.797959507,1,1,1,1,1,0.138139263,0.392827898,0.740975618,1,1,1,1,1,0.012294615,0.440570235,0.640345578,0.640363867,0.640514184
-399,1,0.3901,1,1,1,1,1,1,1,1,0.1484,0.3901,0.148,1,0.3178,1,1,1,1,1,1,0.1214,0.3178,0.1986,1,0.6624,1,1,1,0.0229,0.6624,0.0908,1,1,1,1,1,0.228896469,0.250497311,0.707796633,1,1,1,1,1,0.163716197,0.239633694,0.481385887,1,1,1,1,1,0.043536328,0.205038115,0.646507975,0.646498836,0.646719858
-400,1,0.3901,1,1,1,1,1,1,1,1,0.1284,0.3901,0.0133,1,0.3178,1,1,1,1,1,1,0.1501,0.3178,0.0092,1,0.6624,1,1,1,0.0588,0.6624,0,1,1,1,1,1,0.251527578,0.049606688,0.482574522,1,1,1,1,1,0.197619453,0.012480863,0.811747372,1,1,1,1,1,0.128094047,0,0.682394877,0.68246245,0.682624113
-401,1,0.3901,1,1,1,1,1,1,1,1,0.1386,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1138,0.3178,0,1,0.6624,1,1,1,0.1364,0.6624,0,1,1,1,1,1,0.244949996,0,0.587484598,1,1,1,1,1,0.179676712,0,0.954821825,1,1,1,1,1,0.278807074,0,0.717194297,0.717156759,0.717641844
-402,1,0.3901,1,1,1,1,1,1,1,1,0.2485,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2179,0.3178,0,1,0.6624,1,1,1,0.2438,0.6624,0,1,1,1,1,1,0.268768251,0,0.949216545,1,1,1,1,1,0.31675297,0,1,1,1,1,1,1,0.457183421,0,0.707225713,0.707213878,0.707446809
-403,1,0.3901,1,1,1,1,1,1,1,1,0.2028,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1956,0.3178,0,1,0.6624,1,1,1,0.432,0.6624,0,1,1,1,1,1,0.242845386,0,1,1,1,1,1,1,0.242909387,0,1,1,1,1,1,1,0.594815671,0,0.685898985,0.68584726,0.68572695
-404,1,0.3901,1,1,1,1,1,1,1,1,0.2347,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2519,0.3178,0,1,0.6624,1,1,1,0.3565,0.6624,0,1,1,1,1,1,0.255537897,0,1,1,1,1,1,1,0.306541324,0,1,1,1,1,1,1,0.466577828,0,0.654180764,0.654326211,0.654255319
-405,1,0.3901,1,1,1,1,1,1,1,1,0.3304,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2888,0.3178,0,1,0.6624,1,1,1,0.3105,0.6624,0,1,1,1,1,1,0.245553732,0,1,1,1,1,1,1,0.377221525,0,1,1,1,1,1,1,0.498495251,0,0.606875302,0.606727311,0.607269504
-406,1,0.3901,1,1,1,1,1,1,1,1,0.5596,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4677,0.3178,0,1,0.6624,1,1,1,0.2911,0.6624,0,1,1,1,1,1,0.490364164,0,1,1,1,1,1,1,0.540012598,0,1,1,1,1,1,1,0.523875177,0,0.547788787,0.547704675,0.54787234
-407,1,0.3901,1,1,1,1,1,1,1,1,0.599,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5108,0.3178,0,1,0.6624,1,1,1,0.2842,0.6624,0,1,1,1,1,1,0.484706938,0,1,1,1,1,1,1,0.420217991,0,1,1,1,1,1,1,0.491250843,0,0.494683422,0.494817009,0.494680851
-408,1,0.3901,1,1,1,1,1,1,1,1,0.7715,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6001,0.3178,0,1,0.6624,1,1,1,0.24,0.6624,0,1,1,1,1,1,0.630524218,0,1,1,1,1,1,1,0.59315455,0,1,1,1,1,1,1,0.518332303,0,0.458977767,0.458853395,0.459219858
-409,1,0.3901,1,1,1,1,1,1,1,1,0.8222,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6516,0.3178,0,1,0.6624,1,1,1,0.3082,0.6624,0,1,1,1,1,1,0.616517186,0,1,1,1,1,1,1,0.59798044,0,1,1,1,1,1,1,0.596019208,0,0.440732238,0.440660038,0.440602837
-410,1,0.3901,1,1,1,1,1,1,1,1,0.8901,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9031,0.3178,0,1,0.6624,1,1,1,0.3308,0.6624,0,1,1,1,1,1,0.693802893,0,1,1,1,1,1,1,0.869351387,0,1,1,1,1,1,1,0.686696827,0,0.431246979,0.431351809,0.431294326
-411,1,0.3901,1,1,1,1,1,1,1,1,0.9201,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9469,0.3178,0,1,0.6624,1,1,1,0.4625,0.6624,0,1,1,1,1,1,0.854747176,0,1,1,1,1,1,1,0.947921276,0,1,1,1,1,1,1,0.775108814,0,0.430219913,0.430082505,0.430407801
-412,1,0.3901,1,1,1,1,1,1,1,1,0.9488,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9562,0.3178,0,1,0.6624,1,1,1,0.5457,0.6624,0,1,1,1,1,1,0.957574606,0,1,1,1,1,1,1,0.954206467,0,1,1,1,1,1,1,0.743757784,0,0.444296762,0.444256399,0.444592199
-413,1,0.3901,1,1,1,1,1,1,1,1,0.9643,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9675,0.3178,0,1,0.6624,1,1,1,0.7475,0.6624,0,1,1,1,1,1,0.975052416,0,1,1,1,1,1,1,0.955592275,0,1,1,1,1,1,1,0.933625102,0,0.490212663,0.490162894,0.490248227
-414,1,0.3901,1,1,1,1,1,1,1,1,0.9406,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9749,0.3178,0,1,0.6624,1,1,1,0.833,0.6624,0,1,1,1,1,1,0.981197774,0,1,1,1,1,1,1,0.940063119,0,1,1,1,1,1,1,0.957292199,0,0.574311261,0.574360059,0.574468085
-415,1,0.3901,1,1,1,1,1,1,1,1,0.8334,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9426,0.3178,0,1,0.6624,1,1,1,0.897,0.6624,0,1,1,1,1,1,0.967520952,0,1,1,1,1,1,1,0.88106209,0,1,1,1,1,1,1,0.97295779,0,0.618354277,0.618362598,0.618351064
-416,1,0.3901,1,1,1,1,1,1,1,1,0.8394,0.3901,0.2194,1,0.3178,1,1,1,1,1,1,0.8183,0.3178,0.1986,1,0.6624,1,1,1,0.9444,0.6624,0.1714,1,1,1,1,1,0.928897381,0.392245501,1,1,1,1,1,1,0.726038337,0.348595232,1,1,1,1,1,1,0.982295394,0.438023001,0.622945868,0.622805162,0.622783688
-417,1,0.3901,1,1,1,1,1,1,1,1,0.6658,0.3901,0.4257,1,0.3178,1,1,1,1,1,1,0.9867,0.3178,0.4033,1,0.6624,1,1,1,0.8417,0.6624,0.3667,1,1,1,1,1,0.916898251,0.651247323,0.98929733,1,1,1,1,1,0.89675492,0.610955536,1,1,1,1,1,1,0.974738657,0.712425828,0.626691638,0.626613074,0.62677305
-418,1,0.3901,1,1,1,1,1,1,1,1,0.7876,0.3901,0.5872,1,0.3178,1,1,1,1,1,1,0.932,0.3178,0.5454,1,0.6624,1,1,1,0.9124,0.6624,0.5272,1,1,1,1,1,0.945043147,0.828912795,0.992920041,1,1,1,1,1,0.895061612,0.736530304,1,1,1,1,1,1,0.987088144,0.805391848,0.631524891,0.63169029,0.631648936
-419,1,0.3901,1,1,1,1,1,1,1,1,0.8561,0.3901,0.6481,1,0.3178,1,1,1,1,1,1,0.991,0.3178,0.5963,1,0.6624,1,1,1,0.8692,0.6624,0.5663,1,1,1,1,1,0.964804411,0.883946121,0.968551457,1,1,1,1,1,0.950729966,0.808954477,1,1,1,1,1,1,0.984131634,0.878283858,0.63182697,0.63190184,0.632092199
-420,1,0.3901,1,1,1,1,1,1,1,1,0.8913,0.3901,0.6592,1,0.3178,1,1,1,1,1,1,0.9905,0.3178,0.6098,1,0.6624,1,1,1,0.8459,0.6624,0.5929,1,1,1,1,1,0.951295555,0.890850604,1,1,1,1,1,1,0.944790363,0.813984096,1,1,1,1,1,1,0.982371509,0.948247671,0.628927018,0.628940131,0.628989362
-421,1,0.3901,1,1,1,1,1,1,1,1,0.939,0.3901,0.6547,1,0.3178,1,1,1,1,1,1,0.9981,0.3178,0.6572,1,0.6624,1,1,1,0.9231,0.6624,0.6011,1,1,1,1,1,0.969199359,0.871985674,1,1,1,1,1,1,0.967471182,0.874804735,1,1,1,1,1,1,0.993554056,0.936746716,0.62820203,0.628305479,0.628546099
-422,1,0.3901,1,1,1,1,1,1,1,1,0.9495,0.3901,0.5823,1,0.3178,1,1,1,1,1,1,0.9987,0.3178,0.6051,1,0.6624,1,1,1,0.9759,0.6624,0.5178,1,1,1,1,1,0.978009999,0.830305099,1,1,1,1,1,1,0.975967407,0.865763664,1,1,1,1,1,1,0.996892452,0.859966516,0.625181247,0.62534377,0.625443262
-423,1,0.3901,1,1,1,1,1,1,1,1,0.9386,0.3901,0.4386,1,0.3178,1,1,1,1,1,1,1,0.3178,0.4694,1,0.6624,1,1,1,0.9823,0.6624,0.3812,1,1,1,1,1,0.980868757,0.720126152,1,1,1,1,1,1,0.995267153,0.748162508,1,1,1,1,1,1,0.998964667,0.682053447,0.630497825,0.630632536,0.630762411
-424,1,0.3901,1,1,1,1,1,1,1,1,0.788,0.3901,0.2089,1,0.3178,1,1,1,1,1,1,0.9294,0.3178,0.2449,1,0.6624,1,1,1,0.9687,0.6624,0.1508,1,1,1,1,1,0.912962615,0.430147707,1,1,1,1,1,1,0.884061098,0.469457507,1,1,1,1,1,1,0.99778688,0.355515212,0.66801595,0.667865454,0.668439716
-425,1,0.3901,1,1,1,1,1,1,1,1,0.7031,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9234,0.3178,0,1,0.6624,1,1,1,0.9586,0.6624,0,1,1,1,1,1,0.9026106,0,1,1,1,1,1,1,0.908834636,0,1,1,1,1,1,1,0.998849034,0,0.731089899,0.731119103,0.731382979
-426,1,0.3901,1,1,1,1,1,1,1,1,0.6899,0.3901,0,1,0.3178,1,1,1,1,1,1,0.8104,0.3178,0,1,0.6624,1,1,1,0.9247,0.6624,0,1,1,1,1,1,0.822175145,0,1,1,1,1,1,1,0.814421892,0,1,1,1,1,1,1,0.996289968,0,0.736406477,0.73661942,0.736702128
-427,1,0.3901,1,1,1,1,1,1,1,1,0.5641,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6822,0.3178,0,1,0.6624,1,1,1,0.8991,0.6624,0,1,1,1,1,1,0.660280704,0,1,1,1,1,1,1,0.656548023,0,1,1,1,1,1,1,0.991905928,0,0.723658772,0.72371483,0.723847518
-428,1,0.3901,1,1,1,1,1,1,1,1,0.4991,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4649,0.3178,0,1,0.6624,1,1,1,0.897,0.6624,0,1,1,1,1,1,0.529035687,0,1,1,1,1,1,1,0.446159869,0,1,1,1,1,1,1,0.990887403,0,0.698707105,0.698751851,0.69858156
-429,1,0.3901,1,1,1,1,1,1,1,1,0.4078,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5058,0.3178,0,1,0.6624,1,1,1,0.8511,0.6624,0,1,1,1,1,1,0.511684358,0,0.997487307,1,1,1,1,1,0.454757988,0,1,1,1,1,1,1,0.986278594,0,0.656536974,0.656653268,0.656471631
-430,1,0.3901,1,1,1,1,1,1,1,1,0.3512,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4695,0.3178,0,1,0.6624,1,1,1,0.8545,0.6624,0,1,1,1,1,1,0.441790134,0,0.815066516,1,1,1,1,1,0.390729934,0,0.879849792,1,1,1,1,1,0.979028404,0,0.602767037,0.602707849,0.602836879
-431,1,0.3901,1,1,1,1,1,1,1,1,0.3009,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2722,0.3178,0,1,0.6624,1,1,1,0.8102,0.6624,0,1,1,1,1,1,0.380974203,0,0.91803056,1,1,1,1,1,0.256818384,0,0.882418096,1,1,1,1,1,0.971856177,0,0.553226196,0.553204993,0.553191489
-432,1,0.3901,1,1,1,1,1,1,1,1,0.2652,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3513,0.3178,0,1,0.6624,1,1,1,0.7987,0.6624,0,1,1,1,1,1,0.305024683,0,0.912304938,1,1,1,1,1,0.283523858,0,0.80612123,1,1,1,1,1,0.964531183,0,0.522474625,0.522530146,0.522606383
-433,1,0.3901,1,1,1,1,1,1,1,1,0.2107,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0349,0.3178,0,1,0.6624,1,1,1,0.7231,0.6624,0,1,1,1,1,1,0.205657512,0,0.948770225,1,1,1,1,1,0.073238835,0,0.948538005,1,1,1,1,1,0.94792068,0,0.507733204,0.507721599,0.507978723
-434,1,0.3901,1,1,1,1,1,1,1,1,0.1716,0.3901,0,1,0.3178,1,1,1,1,1,1,0,0.3178,0,1,0.6624,1,1,1,0.6122,0.6624,0,1,1,1,1,1,0.118623689,0,0.980902255,1,1,1,1,1,0.023112569,0,0.92279619,1,1,1,1,1,0.9124704,0,0.501631223,0.501798181,0.50177305
-435,1,0.3901,1,1,1,1,1,1,1,1,0.1649,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0293,0.3178,0,1,0.6624,1,1,1,0.4186,0.6624,0,1,1,1,1,1,0.078991354,0,0.916975737,1,1,1,1,1,0.065747797,0,0.81556046,1,1,1,1,1,0.787933767,0,0.50277912,0.502644383,0.502659574
-436,1,0.3901,1,1,1,1,1,1,1,1,0.1202,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0398,0.3178,0,1,0.6624,1,1,1,0.3207,0.6624,0,1,1,1,1,1,0.048874948,0,0.972158432,1,1,1,1,1,0.075349748,0,0.808600307,1,1,1,1,1,0.662914515,0,0.518728855,0.518722234,0.519060284
-437,1,0.3901,1,1,1,1,1,1,1,1,0.0685,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0396,0.3178,0,1,0.6624,1,1,1,0.1897,0.6624,0,1,1,1,1,1,0.028377425,0,0.801332235,1,1,1,1,1,0.079530381,0,0.924199283,1,1,1,1,1,0.414977252,0,0.56500725,0.56505183,0.565159574
-438,1,0.3901,1,1,1,1,1,1,1,1,0.044,0.3901,0,1,0.3178,1,1,1,1,1,1,0,0.3178,0,1,0.6624,1,1,1,0.06,0.6624,0,1,1,1,1,1,0.021134142,0,0.522561312,1,1,1,1,1,0.018503219,0,0.490474641,1,1,1,1,1,0.198370844,0,0.649589174,0.649672096,0.649822695
-439,1,0.3901,1,1,1,1,1,1,1,1,0.0524,0.3901,0,1,0.3178,1,1,1,1,1,1,0,0.3178,0,1,0.6624,1,1,1,0.0404,0.6624,0,1,1,1,1,1,0.011528028,0,0.510543048,1,1,1,1,1,0.011333896,0,0.265728801,1,1,1,1,1,0.057998598,0,0.693934268,0.693886186,0.694148936
-440,1,0.3901,1,1,1,1,1,1,1,1,0.0521,0.3901,0.2198,1,0.3178,1,1,1,1,1,1,0.0231,0.3178,0.2185,1,0.6624,1,1,1,0.0344,0.6624,0.2049,1,1,1,1,1,0.013533669,0.411290258,0.511383235,1,1,1,1,1,0.031904433,0.403030336,0.15645054,1,1,1,1,1,0.016493127,0.45603919,0.695867569,0.695790142,0.696365248
-441,1,0.3901,1,1,1,1,1,1,1,1,0.0696,0.3901,0.4112,1,0.3178,1,1,1,1,1,1,0,0.3178,0.3732,1,0.6624,1,1,1,0.0009,0.6624,0.4566,1,1,1,1,1,0.006490308,0.615725577,0.672119915,1,1,1,1,1,0.000954009,0.565912426,0.343959928,1,1,1,1,1,0.011184643,0.77289474,0.692303045,0.692405331,0.692375887
-442,1,0.3901,1,1,1,1,1,1,1,1,0.0495,0.3901,0.5551,1,0.3178,1,1,1,1,1,1,0,0.3178,0.5366,1,0.6624,1,1,1,0.0016,0.6624,0.6112,1,1,1,1,1,0.003911171,0.710923612,0.487019986,1,1,1,1,1,4.61E-05,0.780745804,0.253931671,1,1,1,1,1,0.026587032,0.870703101,0.688557274,0.688597419,0.688829787
-443,1,0.3901,1,1,1,1,1,1,1,1,0.0273,0.3901,0.6202,1,0.3178,1,1,1,1,1,1,0,0.3178,0.6392,1,0.6624,1,1,1,0.0069,0.6624,0.6858,1,1,1,1,1,0.001113157,0.872561872,0.261537224,1,1,1,1,1,3.53E-05,0.880199969,0.168435365,1,1,1,1,1,0.049465343,0.829433799,0.680038666,0.679923842,0.679964539
-444,1,0.3901,1,1,1,1,1,1,1,1,0.0139,0.3901,0.6322,1,0.3178,1,1,1,1,1,1,0,0.3178,0.6719,1,0.6624,1,1,1,0.0019,0.6624,0.5749,1,1,1,1,1,0.002695863,0.915826082,0.327955723,1,1,1,1,1,0.001604196,0.952863872,0.035539273,1,1,1,1,1,0.035578288,0.944527924,0.669345094,0.669557859,0.669326241
-445,1,0.3901,1,1,1,1,1,1,1,1,0.0225,0.3901,0.6454,1,0.3178,1,1,1,1,1,1,0.0045,0.3178,0.6925,1,0.6624,1,1,1,0.0171,0.6624,0.5797,1,1,1,1,1,0.021730665,0.936775565,0.417019188,1,1,1,1,1,0.009186365,0.974448323,0.036948957,1,1,1,1,1,0.078375988,0.924676299,0.662699372,0.662788238,0.662677305
-446,1,0.3901,1,1,1,1,1,1,1,1,0.0739,0.3901,0.582,1,0.3178,1,1,1,1,1,1,0.0437,0.3178,0.5905,1,0.6624,1,1,1,0.0027,0.6624,0.5597,1,1,1,1,1,0.080908231,0.882329226,0.593714356,1,1,1,1,1,0.042887881,0.872480035,0.003990314,1,1,1,1,1,0.029694661,0.829630315,0.65478492,0.654749312,0.655141844
-447,1,0.3901,1,1,1,1,1,1,1,1,0.1286,0.3901,0.4182,1,0.3178,1,1,1,1,1,1,0.0876,0.3178,0.3985,1,0.6624,1,1,1,0.0262,0.6624,0.3855,1,1,1,1,1,0.134713426,0.672721744,0.841067255,1,1,1,1,1,0.077657878,0.586841226,0,1,1,1,1,1,0.042823806,0.654481173,0.659255679,0.659403427,0.659574468
-448,1,0.3901,1,1,1,1,1,1,1,1,0.156,0.3901,0.1694,1,0.3178,1,1,1,1,1,1,0.0875,0.3178,0.1216,1,0.6624,1,1,1,0.1042,0.6624,0.1392,1,1,1,1,1,0.173640892,0.330146551,0.904563069,1,1,1,1,1,0.074121185,0.142736346,0,1,1,1,1,1,0.213361785,0.311305791,0.692484292,0.692616882,0.692819149
-449,1,0.3901,1,1,1,1,1,1,1,1,0.0971,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0664,0.3178,0,1,0.6624,1,1,1,0.0968,0.6624,0,1,1,1,1,1,0.112953134,0,0.952021718,1,1,1,1,1,0.054471456,0,0,1,1,1,1,1,0.206945404,0,0.738883519,0.738946478,0.73891844
-450,1,0.3901,1,1,1,1,1,1,1,1,0.0668,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0212,0.3178,0,1,0.6624,1,1,1,0.0761,0.6624,0,1,1,1,1,1,0.059604332,0,0.98928535,1,1,1,1,1,0.024995042,0,0.041161779,1,1,1,1,1,0.212057233,0,0.737554374,0.737677174,0.738031915
-451,1,0.3901,1,1,1,1,1,1,1,1,0.0542,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0354,0.3178,0,1,0.6624,1,1,1,0.1442,0.6624,0,1,1,1,1,1,0.038877577,0,0.971204281,1,1,1,1,1,0.030700974,0,0.239700794,1,1,1,1,1,0.335861593,0,0.72480667,0.724772583,0.725177305
-452,1,0.3901,1,1,1,1,1,1,1,1,0.2307,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1311,0.3178,0,1,0.6624,1,1,1,0.3328,0.6624,0,1,1,1,1,1,0.245034218,0,0.325733781,1,1,1,1,1,0.179591045,0,0.414397895,1,1,1,1,1,0.530606866,0,0.695746738,0.695790142,0.695921986
-453,1,0.3901,1,1,1,1,1,1,1,1,0.2251,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0696,0.3178,0,1,0.6624,1,1,1,0.315,0.6624,0,1,1,1,1,1,0.209093347,0,0.744041562,1,1,1,1,1,0.139438674,0,0.547870219,1,1,1,1,1,0.619190514,0,0.649891252,0.649883647,0.649822695
-454,1,0.3901,1,1,1,1,1,1,1,1,0.2574,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0523,0.3178,0,1,0.6624,1,1,1,0.3661,0.6624,0,1,1,1,1,1,0.191284269,0,0.949224889,1,1,1,1,1,0.126669332,0,0.817178369,1,1,1,1,1,0.586992502,0,0.592194297,0.592130315,0.592641844
-455,1,0.3901,1,1,1,1,1,1,1,1,0.1503,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0502,0.3178,0,1,0.6624,1,1,1,0.3069,0.6624,0,1,1,1,1,1,0.061584868,0,1,1,1,1,1,1,0.098195553,0,0.963890553,1,1,1,1,1,0.534930646,0,0.539874335,0.539877301,0.540336879
-456,1,0.3901,1,1,1,1,1,1,1,1,0.1933,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0698,0.3178,0,1,0.6624,1,1,1,0.2218,0.6624,0,1,1,1,1,1,0.060301598,0,0.952429771,1,1,1,1,1,0.101443239,0,0.882593513,1,1,1,1,1,0.405846894,0,0.504470759,0.504548339,0.504432624
-457,1,0.3901,1,1,1,1,1,1,1,1,0.0872,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0679,0.3178,0,1,0.6624,1,1,1,0.1872,0.6624,0,1,1,1,1,1,0.038687643,0,1,1,1,1,1,1,0.136911333,0,1,1,1,1,1,1,0.305333346,0,0.484533591,0.484662577,0.484929078
-458,1,0.3901,1,1,1,1,1,1,1,1,0.0789,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0584,0.3178,0,1,0.6624,1,1,1,0.1576,0.6624,0,1,1,1,1,1,0.052367814,0,0.989252985,1,1,1,1,1,0.118600897,0,0.71376574,1,1,1,1,1,0.28055805,0,0.475410826,0.475354347,0.475177305
-459,1,0.3901,1,1,1,1,1,1,1,1,0.0327,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1404,0.3178,0,1,0.6624,1,1,1,0.1692,0.6624,0,1,1,1,1,1,0.025965821,0,0.913152337,1,1,1,1,1,0.151041836,0,0.831908166,1,1,1,1,1,0.236387566,0,0.473356694,0.473450391,0.473404255
-460,1,0.3901,1,1,1,1,1,1,1,1,0.0924,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1767,0.3178,0,1,0.6624,1,1,1,0.1475,0.6624,0,1,1,1,1,1,0.0541979,0,0.857063115,1,1,1,1,1,0.199102342,0,0.807334602,1,1,1,1,1,0.217554927,0,0.48761479,0.487835837,0.487588652
-461,1,0.3901,1,1,1,1,1,1,1,1,0.1821,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2285,0.3178,0,1,0.6624,1,1,1,0.1125,0.6624,0,1,1,1,1,1,0.128512084,0,0.786879659,1,1,1,1,1,0.228443399,0,0.85664773,1,1,1,1,1,0.203422695,0,0.530389077,0.530357521,0.530585106
-462,1,0.3901,1,1,1,1,1,1,1,1,0.3668,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6427,0.3178,0,1,0.6624,1,1,1,0.1013,0.6624,0,1,1,1,1,1,0.343881905,0,0.69471848,1,1,1,1,1,0.529061794,0,0.985715508,1,1,1,1,1,0.183470994,0,0.60941276,0.60947747,0.609929078
-463,1,0.3901,1,1,1,1,1,1,1,1,0.3585,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5361,0.3178,0,1,0.6624,1,1,1,0.1135,0.6624,0,1,1,1,1,1,0.414614201,0,0.647118092,1,1,1,1,1,0.462496877,0,0.916347623,1,1,1,1,1,0.205119312,0,0.651462059,0.651576052,0.651595745
-464,1,0.3901,1,1,1,1,1,1,1,1,0.4135,0.3901,0.2238,1,0.3178,1,1,1,1,1,1,0.5544,0.3178,0.2158,1,0.6624,1,1,1,0.2493,0.6624,0.1793,1,1,1,1,1,0.482371628,0.429120481,0.767559767,1,1,1,1,1,0.511038005,0.411824733,0.772261262,1,1,1,1,1,0.212890446,0.438703597,0.656234896,0.656230167,0.656471631
-465,1,0.3901,1,1,1,1,1,1,1,1,0.2923,0.3901,0.4608,1,0.3178,1,1,1,1,1,1,0.481,0.3178,0.458,1,0.6624,1,1,1,0.2541,0.6624,0.405,1,1,1,1,1,0.298863828,0.73180294,0.660552084,1,1,1,1,1,0.430669308,0.730306983,0.922693789,1,1,1,1,1,0.250985682,0.734348357,0.658107782,0.658134123,0.658244681
-466,1,0.3901,1,1,1,1,1,1,1,1,0.4971,0.3901,0.6129,1,0.3178,1,1,1,1,1,1,0.5914,0.3178,0.6197,1,0.6624,1,1,1,0.3693,0.6624,0.546,1,1,1,1,1,0.618131816,0.859213591,0.664822459,1,1,1,1,1,0.572664678,0.893384695,0.769447446,1,1,1,1,1,0.420424223,0.891783476,0.659980667,0.660038079,0.660460993
-467,1,0.3901,1,1,1,1,1,1,1,1,0.5383,0.3901,0.681,1,0.3178,1,1,1,1,1,1,0.758,0.3178,0.7022,1,0.6624,1,1,1,0.5169,0.6624,0.6041,1,1,1,1,1,0.714111984,0.942465425,0.625752807,1,1,1,1,1,0.707137406,0.973526597,0.827565789,1,1,1,1,1,0.736439347,0.939484,0.657322378,0.65728792,0.657358156
-468,1,0.3901,1,1,1,1,1,1,1,1,0.2994,0.3901,0.7075,1,0.3178,1,1,1,1,1,1,0.2141,0.3178,0.7162,1,0.6624,1,1,1,0.3065,0.6624,0.5902,1,1,1,1,1,0.358367443,0.986808836,0.965357125,1,1,1,1,1,0.266686767,0.998027921,1,1,1,1,1,1,0.567754865,0.953807414,0.649891252,0.649883647,0.649822695
-469,1,0.3901,1,1,1,1,1,1,1,1,0.3166,0.3901,0.6971,1,0.3178,1,1,1,1,1,1,0.2874,0.3178,0.7045,1,0.6624,1,1,1,0.2753,0.6624,0.5947,1,1,1,1,1,0.361421704,0.97357434,0.845093966,1,1,1,1,1,0.337183982,0.982177496,1,1,1,1,1,1,0.511032104,0.931961894,0.64517883,0.645229532,0.645390071
-470,1,0.3901,1,1,1,1,1,1,1,1,0.3308,0.3901,0.6128,1,0.3178,1,1,1,1,1,1,0.3042,0.3178,0.626,1,0.6624,1,1,1,0.6583,0.6624,0.5254,1,1,1,1,1,0.420900971,0.89623481,0.487880349,1,1,1,1,1,0.28736186,0.906737745,0.551939249,1,1,1,1,1,0.873086631,0.858559906,0.63738521,0.637402158,0.637411348
-471,1,0.3901,1,1,1,1,1,1,1,1,0.3472,0.3901,0.4488,1,0.3178,1,1,1,1,1,1,0.2341,0.3178,0.4726,1,0.6624,1,1,1,0.6415,0.6624,0.3998,1,1,1,1,1,0.437112898,0.737294376,0.327344358,1,1,1,1,1,0.256210387,0.751284838,0.336488724,1,1,1,1,1,0.839392126,0.69221437,0.638472692,0.638671462,0.638741135
-472,1,0.3901,1,1,1,1,1,1,1,1,0.2352,0.3901,0.217,1,0.3178,1,1,1,1,1,1,0.118,0.3178,0.2484,1,0.6624,1,1,1,0.5088,0.6624,0.1611,1,1,1,1,1,0.247130617,0.443182856,0.26769045,1,1,1,1,1,0.138095245,0.469806969,0.263054222,1,1,1,1,1,0.691238761,0.370956063,0.666868052,0.6668077,0.667109929
-473,1,0.3901,1,1,1,1,1,1,1,1,0.1405,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1232,0.3178,0,1,0.6624,1,1,1,0.3413,0.6624,0,1,1,1,1,1,0.215588436,0,0.222559556,1,1,1,1,1,0.126801297,0,0.168555766,1,1,1,1,1,0.643653929,0,0.719308845,0.719483816,0.719414894
-474,1,0.3901,1,1,1,1,1,1,1,1,0.1727,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1029,0.3178,0,1,0.6624,1,1,1,0.4105,0.6624,0,1,1,1,1,1,0.237578884,0,0.393547803,1,1,1,1,1,0.130261034,0,0.292771995,1,1,1,1,1,0.8280316,0,0.71659014,0.716733658,0.716755319
-475,1,0.3901,1,1,1,1,1,1,1,1,0.1355,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1337,0.3178,0,1,0.6624,1,1,1,0.4858,0.6624,0,1,1,1,1,1,0.219292209,0,0.274731517,1,1,1,1,1,0.18790634,0,0.269932747,1,1,1,1,1,0.838251114,0,0.699009183,0.698963402,0.699024823
-476,1,0.3901,1,1,1,1,1,1,1,1,0.1037,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2951,0.3178,0,1,0.6624,1,1,1,0.5459,0.6624,0,1,1,1,1,1,0.168475688,0,0.260657549,1,1,1,1,1,0.304629892,0,0.282043219,1,1,1,1,1,0.87201488,0,0.676232479,0.67632748,0.67641844
-477,1,0.3901,1,1,1,1,1,1,1,1,0.1818,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1828,0.3178,0,1,0.6624,1,1,1,0.5861,0.6624,0,1,1,1,1,1,0.194298401,0,0.130660817,1,1,1,1,1,0.220796838,0,0.151731431,1,1,1,1,1,0.862756014,0,0.643668439,0.643748678,0.643617021
-478,1,0.3901,1,1,1,1,1,1,1,1,0.1784,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1076,0.3178,0,1,0.6624,1,1,1,0.4793,0.6624,0,1,1,1,1,1,0.251181543,0,0.068567067,1,1,1,1,1,0.123792112,0,0.044594765,1,1,1,1,1,0.795127988,0,0.599323345,0.599323038,0.59929078
-479,1,0.3901,1,1,1,1,1,1,1,1,0.1932,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0262,0.3178,0,1,0.6624,1,1,1,0.4529,0.6624,0,1,1,1,1,1,0.259776115,0,0.09286087,1,1,1,1,1,0.052685954,0,0.050675917,1,1,1,1,1,0.792559087,0,0.552924118,0.552781891,0.552748227
-480,1,0.3901,1,1,1,1,1,1,1,1,0.1119,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0099,0.3178,0,1,0.6624,1,1,1,0.4984,0.6624,0,1,1,1,1,1,0.120503485,0,0.109031886,1,1,1,1,1,0.036232617,0,0.03731833,1,1,1,1,1,0.832992256,0,0.519816336,0.519779987,0.519946809
-481,1,0.3901,1,1,1,1,1,1,1,1,0.0794,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0128,0.3178,0,1,0.6624,1,1,1,0.3099,0.6624,0,1,1,1,1,1,0.057855781,0,0.073038578,1,1,1,1,1,0.042845599,0,0.037343461,1,1,1,1,1,0.606036305,0,0.501268729,0.501163529,0.501329787
-482,1,0.3901,1,1,1,1,1,1,1,1,0.0495,0.3901,0,1,0.3178,1,1,1,1,1,1,0,0.3178,0,1,0.6624,1,1,1,0.2899,0.6624,0,1,1,1,1,1,0.053303592,0,0.043719381,1,1,1,1,1,0.014324972,0,0.037011258,1,1,1,1,1,0.531005204,0,0.489910585,0.489951343,0.489804965
-483,1,0.3901,1,1,1,1,1,1,1,1,0.0548,0.3901,0,1,0.3178,1,1,1,1,1,1,0.006,0.3178,0,1,0.6624,1,1,1,0.2222,0.6624,0,1,1,1,1,1,0.026825195,0,0.077305451,1,1,1,1,1,0.036265694,0,0.040064923,1,1,1,1,1,0.471726447,0,0.485500242,0.485508779,0.48537234
-484,1,0.3901,1,1,1,1,1,1,1,1,0.0331,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0342,0.3178,0,1,0.6624,1,1,1,0.1204,0.6624,0,1,1,1,1,1,0.012255548,0,0.077560157,1,1,1,1,1,0.060173765,0,0.078937434,1,1,1,1,1,0.274086297,0,0.489608507,0.489739793,0.489361702
-485,1,0.3901,1,1,1,1,1,1,1,1,0.0221,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0501,0.3178,0,1,0.6624,1,1,1,0.0692,0.6624,0,1,1,1,1,1,0.01008457,0,0.091319233,1,1,1,1,1,0.063513756,0,0.155076712,1,1,1,1,1,0.189517856,0,0.505437409,0.505606093,0.505762411
-486,1,0.3901,1,1,1,1,1,1,1,1,0.006,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0687,0.3178,0,1,0.6624,1,1,1,0.0688,0.6624,0,1,1,1,1,1,0.004177272,0,0.089516357,1,1,1,1,1,0.089355811,0,0.307229847,1,1,1,1,1,0.148454115,0,0.536732721,0.536704041,0.53679078
-487,1,0.3901,1,1,1,1,1,1,1,1,0.0002,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0216,0.3178,0,1,0.6624,1,1,1,0.0359,0.6624,0,1,1,1,1,1,0.000670298,0,0.15081726,1,1,1,1,1,0.039953135,0,0.434677243,1,1,1,1,1,0.070686765,0,0.574009183,0.573936958,0.574024823
-488,1,0.3901,1,1,1,1,1,1,1,1,0.0113,0.3901,0.0338,1,0.3178,1,1,1,1,1,1,0.0774,0.3178,0.0205,1,0.6624,1,1,1,0.0199,0.6624,0.0959,1,1,1,1,1,0.004628616,0.053709865,0.419818997,1,1,1,1,1,0.109133691,0.018420931,0.63019973,1,1,1,1,1,0.045996632,0.078395985,0.615514741,0.615612439,0.615691489
-489,1,0.3901,1,1,1,1,1,1,1,1,0.0389,0.3901,0.1381,1,0.3178,1,1,1,1,1,1,0.0679,0.3178,0.109,1,0.6624,1,1,1,0.0099,0.6624,0.2689,1,1,1,1,1,0.014147853,0.192283168,0.760859013,1,1,1,1,1,0.120777823,0.144316494,1,1,1,1,1,1,0.032252479,0.304617047,0.651703722,0.651576052,0.652039007
-490,1,0.3901,1,1,1,1,1,1,1,1,0.0663,0.3901,0.2102,1,0.3178,1,1,1,1,1,1,0.1044,0.3178,0.1812,1,0.6624,1,1,1,0.0005,0.6624,0.3327,1,1,1,1,1,0.026046477,0.303351104,0.987595797,1,1,1,1,1,0.186181381,0.250372738,1,1,1,1,1,1,0.013428211,0.385682464,0.6739971,0.674000423,0.674202128
-491,1,0.3901,1,1,1,1,1,1,1,1,0.1178,0.3901,0.2284,1,0.3178,1,1,1,1,1,1,0.1631,0.3178,0.211,1,0.6624,1,1,1,0.0001,0.6624,0.4238,1,1,1,1,1,0.034658346,0.341895819,0.995827317,1,1,1,1,1,0.265076429,0.288601547,1,1,1,1,1,1,0.008641397,0.480376244,0.683482359,0.683520203,0.683510638
-492,1,0.3901,1,1,1,1,1,1,1,1,0.211,0.3901,0.2429,1,0.3178,1,1,1,1,1,1,0.1642,0.3178,0.2366,1,0.6624,1,1,1,0.0004,0.6624,0.4288,1,1,1,1,1,0.057607554,0.354768723,1,1,1,1,1,1,0.312806368,0.341011763,1,1,1,1,1,1,0.010712845,0.51420486,0.683421943,0.683520203,0.683510638
-493,1,0.3901,1,1,1,1,1,1,1,1,0.2425,0.3901,0.2345,1,0.3178,1,1,1,1,1,1,0.1714,0.3178,0.243,1,0.6624,1,1,1,0.0062,0.6624,0.4197,1,1,1,1,1,0.067297198,0.399075508,1,1,1,1,1,1,0.278471023,0.351463228,1,1,1,1,1,1,0.027082564,0.57644248,0.674782504,0.674846626,0.675088652
-494,1,0.3901,1,1,1,1,1,1,1,1,0.3825,0.3901,0.196,1,0.3178,1,1,1,1,1,1,0.2593,0.3178,0.2089,1,0.6624,1,1,1,0.0067,0.6624,0.4012,1,1,1,1,1,0.107579127,0.358603001,1,1,1,1,1,1,0.363505065,0.30205816,1,1,1,1,1,1,0.024522964,0.57705462,0.663726438,0.66363444,0.664007092
-495,1,0.3901,1,1,1,1,1,1,1,1,0.4625,0.3901,0.1088,1,0.3178,1,1,1,1,1,1,0.2369,0.3178,0.1287,1,0.6624,1,1,1,0.009,0.6624,0.3214,1,1,1,1,1,0.174622506,0.226323158,1,1,1,1,1,1,0.372528017,0.172121823,1,1,1,1,1,1,0.032747258,0.471946716,0.659074432,0.658980326,0.659131206
-496,1,0.3901,1,1,1,1,1,1,1,1,0.461,0.3901,0.0095,1,0.3178,1,1,1,1,1,1,0.2483,0.3178,0.0039,1,0.6624,1,1,1,0.03,0.6624,0.1402,1,1,1,1,1,0.179446012,0.054913122,1,1,1,1,1,1,0.404273152,0.00736948,1,1,1,1,1,1,0.069884099,0.234559417,0.684267762,0.684154855,0.684397163
-497,1,0.3901,1,1,1,1,1,1,1,1,0.467,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1636,0.3178,0,1,0.6624,1,1,1,0.0663,0.6624,0,1,1,1,1,1,0.211576432,0,1,1,1,1,1,1,0.251190245,0,1,1,1,1,1,1,0.12557368,0,0.727464959,0.727522742,0.727836879
-498,1,0.3901,1,1,1,1,1,1,1,1,0.4127,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1287,0.3178,0,1,0.6624,1,1,1,0.0988,0.6624,0,1,1,1,1,1,0.199717,0,1,1,1,1,1,1,0.21637997,0,1,1,1,1,1,1,0.168479249,0,0.719913001,0.719906918,0.719858156
-499,1,0.3901,1,1,1,1,1,1,1,1,0.3576,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0478,0.3178,0,1,0.6624,1,1,1,0.1317,0.6624,0,1,1,1,1,1,0.184474587,0,1,1,1,1,1,1,0.114194989,0,1,1,1,1,1,1,0.229773998,0,0.69502175,0.694943939,0.695035461
-500,1,0.3901,1,1,1,1,1,1,1,1,0.3696,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0305,0.3178,0,1,0.6624,1,1,1,0.2168,0.6624,0,1,1,1,1,1,0.152843535,0,1,1,1,1,1,1,0.113586158,0,1,1,1,1,1,1,0.363334149,0,0.669345094,0.669346308,0.669326241
-501,1,0.3901,1,1,1,1,1,1,1,1,0.3535,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0737,0.3178,0,1,0.6624,1,1,1,0.2153,0.6624,0,1,1,1,1,1,0.184802026,0,1,1,1,1,1,1,0.171696171,0,1,1,1,1,1,1,0.443449885,0,0.636116481,0.636132854,0.63608156
-502,1,0.3901,1,1,1,1,1,1,1,1,0.2283,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0515,0.3178,0,1,0.6624,1,1,1,0.2561,0.6624,0,1,1,1,1,1,0.067875408,0,1,1,1,1,1,1,0.133330569,0,1,1,1,1,1,1,0.476634681,0,0.595275495,0.595303575,0.595301418
-503,1,0.3901,1,1,1,1,1,1,1,1,0.3722,0.3901,0,1,0.3178,1,1,1,1,1,1,0.143,0.3178,0,1,0.6624,1,1,1,0.2426,0.6624,0,1,1,1,1,1,0.189117149,0,1,1,1,1,1,1,0.269549131,0,1,1,1,1,1,1,0.365168929,0,0.555280329,0.555320499,0.555407801
-504,1,0.3901,1,1,1,1,1,1,1,1,0.4256,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1096,0.3178,0,1,0.6624,1,1,1,0.29,0.6624,0,1,1,1,1,1,0.160570681,0,1,1,1,1,1,1,0.252668351,0,1,1,1,1,1,1,0.431885868,0,0.524105848,0.524011001,0.524379433
-505,1,0.3901,1,1,1,1,1,1,1,1,0.2923,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1097,0.3178,0,1,0.6624,1,1,1,0.2866,0.6624,0,1,1,1,1,1,0.109217495,0,1,1,1,1,1,1,0.23330684,0,1,1,1,1,1,1,0.45360738,0,0.506887385,0.506875397,0.507092199
-506,1,0.3901,1,1,1,1,1,1,1,1,0.1925,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1475,0.3178,0,1,0.6624,1,1,1,0.3085,0.6624,0,1,1,1,1,1,0.106418639,0,1,1,1,1,1,1,0.256683856,0,1,1,1,1,1,1,0.496107429,0,0.49861044,0.498624921,0.498670213
-507,1,0.3901,1,1,1,1,1,1,1,1,0.209,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1033,0.3178,0,1,0.6624,1,1,1,0.1829,0.6624,0,1,1,1,1,1,0.104868852,0,1,1,1,1,1,1,0.22366941,0,1,1,1,1,1,1,0.349143177,0,0.4949855,0.495028559,0.495124113
-508,1,0.3901,1,1,1,1,1,1,1,1,0.2068,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0775,0.3178,0,1,0.6624,1,1,1,0.1996,0.6624,0,1,1,1,1,1,0.107377291,0,1,1,1,1,1,1,0.177673981,0,1,1,1,1,1,1,0.314562023,0,0.498247946,0.498201819,0.49822695
-509,1,0.3901,1,1,1,1,1,1,1,1,0.2067,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0869,0.3178,0,1,0.6624,1,1,1,0.2681,0.6624,0,1,1,1,1,1,0.115992263,0,1,1,1,1,1,1,0.193624631,0,1,1,1,1,1,1,0.419279188,0,0.511841469,0.511741062,0.511968085
-510,1,0.3901,1,1,1,1,1,1,1,1,0.1446,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1155,0.3178,0,1,0.6624,1,1,1,0.2711,0.6624,0,1,1,1,1,1,0.077996135,0,0.964708924,1,1,1,1,1,0.223193496,0,0.981933296,1,1,1,1,1,0.457887143,0,0.535947318,0.535857838,0.535904255
-511,1,0.3901,1,1,1,1,1,1,1,1,0.1159,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1327,0.3178,0,1,0.6624,1,1,1,0.2358,0.6624,0,1,1,1,1,1,0.064411893,0,0.859868348,1,1,1,1,1,0.196382344,0,0.693728566,1,1,1,1,1,0.423730552,0,0.56222813,0.562301671,0.5625
-512,1,0.3901,1,1,1,1,1,1,1,1,0.1664,0.3901,0.2175,1,0.3178,1,1,1,1,1,1,0.1563,0.3178,0.2258,1,0.6624,1,1,1,0.2464,0.6624,0.1997,1,1,1,1,1,0.098334894,0.404655278,1,1,1,1,1,1,0.263617486,0.401312143,0.990814686,1,1,1,1,1,0.459070086,0.440780342,0.597087965,0.596995981,0.597074468
-513,1,0.3901,1,1,1,1,1,1,1,1,0.1006,0.3901,0.4081,1,0.3178,1,1,1,1,1,1,0.0155,0.3178,0.4428,1,0.6624,1,1,1,0.074,0.6624,0.4197,1,1,1,1,1,0.050663918,0.679540217,0.956516743,1,1,1,1,1,0.062423609,0.68576932,0.840303779,1,1,1,1,1,0.139345616,0.720973849,0.61859594,0.618574149,0.618794326
-514,1,0.3901,1,1,1,1,1,1,1,1,0.0487,0.3901,0.5613,1,0.3178,1,1,1,1,1,1,0,0.3178,0.5538,1,0.6624,1,1,1,0.0244,0.6624,0.5556,1,1,1,1,1,0.009933624,0.833085418,0.73586607,1,1,1,1,1,0.004825974,0.769854367,0.615973592,1,1,1,1,1,0.047255825,0.860327959,0.627054132,0.627036175,0.627216312
-515,1,0.3901,1,1,1,1,1,1,1,1,0.0376,0.3901,0.5322,1,0.3178,1,1,1,1,1,1,0.0065,0.3178,0.6097,1,0.6624,1,1,1,0.0085,0.6624,0.6247,1,1,1,1,1,0.009950076,0.780405462,0.693450689,1,1,1,1,1,0.01372513,0.854087532,0.560471773,1,1,1,1,1,0.025679257,0.950450242,0.626933301,0.626824624,0.62677305
-516,1,0.3901,1,1,1,1,1,1,1,1,0.0262,0.3901,0.5679,1,0.3178,1,1,1,1,1,1,0.0269,0.3178,0.6059,1,0.6624,1,1,1,0.008,0.6624,0.5837,1,1,1,1,1,0.004341427,0.862391829,0.582497954,1,1,1,1,1,0.031877942,0.823680341,0.259051323,1,1,1,1,1,0.029347412,0.900006175,0.62318753,0.623228263,0.62322695
-517,1,0.3901,1,1,1,1,1,1,1,1,0.0174,0.3901,0.5247,1,0.3178,1,1,1,1,1,1,0.0101,0.3178,0.5139,1,0.6624,1,1,1,0.0026,0.6624,0.5606,1,1,1,1,1,0.002885567,0.785116851,0.586721659,1,1,1,1,1,0.01491439,0.66516012,0.155594766,1,1,1,1,1,0.015595263,0.772518218,0.618475109,0.618574149,0.618351064
-518,1,0.3901,1,1,1,1,1,1,1,1,0.004,0.3901,0.4229,1,0.3178,1,1,1,1,1,1,0,0.3178,0.4232,1,0.6624,1,1,1,0.0138,0.6624,0.4619,1,1,1,1,1,0.002349213,0.637138128,0.539751291,1,1,1,1,1,0.00301314,0.593340456,0.220113367,1,1,1,1,1,0.033706091,0.706330597,0.616602223,0.616670193,0.616578014
-519,1,0.3901,1,1,1,1,1,1,1,1,0.0203,0.3901,0.3114,1,0.3178,1,1,1,1,1,1,0.0687,0.3178,0.363,1,0.6624,1,1,1,0.0296,0.6624,0.3161,1,1,1,1,1,0.025419714,0.509942234,0.364952117,1,1,1,1,1,0.071307532,0.568504333,0.21019949,1,1,1,1,1,0.067622408,0.520428538,0.617689705,0.617727946,0.617907801
-520,1,0.3901,1,1,1,1,1,1,1,1,0.0341,0.3901,0.109,1,0.3178,1,1,1,1,1,1,0.0981,0.3178,0.1806,1,0.6624,1,1,1,0.0849,0.6624,0.1138,1,1,1,1,1,0.058809057,0.282011777,0.308240443,1,1,1,1,1,0.104445308,0.306727648,0.153333008,1,1,1,1,1,0.17168577,0.25320223,0.646507975,0.646498836,0.646719858
-521,1,0.3901,1,1,1,1,1,1,1,1,0.0718,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1428,0.3178,0,1,0.6624,1,1,1,0.2129,0.6624,0,1,1,1,1,1,0.140464246,0,0.243977129,1,1,1,1,1,0.178153262,0,0.130465731,1,1,1,1,1,0.429364324,0,0.689523925,0.689655172,0.689716312
-522,1,0.3901,1,1,1,1,1,1,1,1,0.1569,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1886,0.3178,0,1,0.6624,1,1,1,0.3401,0.6624,0,1,1,1,1,1,0.338828415,0,0.160066932,1,1,1,1,1,0.295357883,0,0.063504189,1,1,1,1,1,0.642948687,0,0.689765587,0.689655172,0.689716312
-523,1,0.3901,1,1,1,1,1,1,1,1,0.1861,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0455,0.3178,0,1,0.6624,1,1,1,0.3487,0.6624,0,1,1,1,1,1,0.403424114,0,0.206176162,1,1,1,1,1,0.114362463,0,0.125471741,1,1,1,1,1,0.678964555,0,0.677138714,0.677173683,0.677304965
-524,1,0.3901,1,1,1,1,1,1,1,1,0.1315,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1484,0.3178,0,1,0.6624,1,1,1,0.3144,0.6624,0,1,1,1,1,1,0.382502913,0,0.229102075,1,1,1,1,1,0.231769681,0,0.195113361,1,1,1,1,1,0.532498121,0,0.652307878,0.652422255,0.65248227
-525,1,0.3901,1,1,1,1,1,1,1,1,0.1463,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1426,0.3178,0,1,0.6624,1,1,1,0.386,0.6624,0,1,1,1,1,1,0.389041603,0,0.192775786,1,1,1,1,1,0.207796887,0,0.23948063,1,1,1,1,1,0.677794218,0,0.611466892,0.611592977,0.611702128
-526,1,0.3901,1,1,1,1,1,1,1,1,0.1285,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1579,0.3178,0,1,0.6624,1,1,1,0.3647,0.6624,0,1,1,1,1,1,0.3803505,0,0.183335111,1,1,1,1,1,0.258410692,0,0.296441138,1,1,1,1,1,0.691874802,0,0.565732238,0.565686482,0.565602837
-527,1,0.3901,1,1,1,1,1,1,1,1,0.1069,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1479,0.3178,0,1,0.6624,1,1,1,0.3353,0.6624,0,1,1,1,1,1,0.289933115,0,0.137859643,1,1,1,1,1,0.243095577,0,0.177257091,1,1,1,1,1,0.699401915,0,0.519393427,0.519356886,0.519503546
-528,1,0.3901,1,1,1,1,1,1,1,1,0.136,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1693,0.3178,0,1,0.6624,1,1,1,0.3501,0.6624,0,1,1,1,1,1,0.315427333,0,0.084138379,1,1,1,1,1,0.274803817,0,0.148058385,1,1,1,1,1,0.718370974,0,0.486104398,0.486143431,0.486258865
-529,1,0.3901,1,1,1,1,1,1,1,1,0.1734,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3006,0.3178,0,1,0.6624,1,1,1,0.3708,0.6624,0,1,1,1,1,1,0.413454682,0,0.213552058,1,1,1,1,1,0.433208376,0,0.109275922,1,1,1,1,1,0.700574815,0,0.469127598,0.469007827,0.468971631
-530,1,0.3901,1,1,1,1,1,1,1,1,0.1678,0.3901,0,1,0.3178,1,1,1,1,1,1,0.225,0.3178,0,1,0.6624,1,1,1,0.4118,0.6624,0,1,1,1,1,1,0.379670739,0,0.323283702,1,1,1,1,1,0.332038134,0,0.164830625,1,1,1,1,1,0.762360513,0,0.462240213,0.462238206,0.462322695
-531,1,0.3901,1,1,1,1,1,1,1,1,0.1565,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2714,0.3178,0,1,0.6624,1,1,1,0.4473,0.6624,0,1,1,1,1,1,0.372016937,0,0.204186901,1,1,1,1,1,0.389134824,0,0.16150026,1,1,1,1,1,0.870534658,0,0.462602707,0.462661307,0.462765957
-532,1,0.3901,1,1,1,1,1,1,1,1,0.2762,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3333,0.3178,0,1,0.6624,1,1,1,0.3735,0.6624,0,1,1,1,1,1,0.533230722,0,0.269460559,1,1,1,1,1,0.501860023,0,0.388051033,1,1,1,1,1,0.829701543,0,0.476921218,0.476835202,0.476950355
-533,1,0.3901,1,1,1,1,1,1,1,1,0.2992,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2885,0.3178,0,1,0.6624,1,1,1,0.2641,0.6624,0,1,1,1,1,1,0.559709728,0,0.451925099,1,1,1,1,1,0.384678572,0,0.629839301,1,1,1,1,1,0.694203913,0,0.52060174,0.52062619,0.520833333
-534,1,0.3901,1,1,1,1,1,1,1,1,0.2145,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1549,0.3178,0,1,0.6624,1,1,1,0.2381,0.6624,0,1,1,1,1,1,0.392397463,0,0.559710622,1,1,1,1,1,0.246748239,0,0.879858136,1,1,1,1,1,0.636787057,0,0.60022958,0.600169241,0.600620567
-535,1,0.3901,1,1,1,1,1,1,1,1,0.1484,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0467,0.3178,0,1,0.6624,1,1,1,0.3623,0.6624,0,1,1,1,1,1,0.246410802,0,0.492618084,1,1,1,1,1,0.088999912,0,0.755990088,1,1,1,1,1,0.785576642,0,0.644876752,0.644806431,0.644946809
-536,1,0.3901,1,1,1,1,1,1,1,1,0.1407,0.3901,0.109,1,0.3178,1,1,1,1,1,1,0.0434,0.3178,0.1325,1,0.6624,1,1,1,0.3712,0.6624,0.1791,1,1,1,1,1,0.206950858,0.241210476,0.387375861,1,1,1,1,1,0.105640069,0.158013523,0.616167545,1,1,1,1,1,0.778141201,0.290976077,0.654543258,0.654749312,0.654698582
-537,1,0.3901,1,1,1,1,1,1,1,1,0.1245,0.3901,0.3235,1,0.3178,1,1,1,1,1,1,0.1744,0.3178,0.3044,1,0.6624,1,1,1,0.2961,0.6624,0.347,1,1,1,1,1,0.196065307,0.465222418,0.370672822,1,1,1,1,1,0.298146397,0.286300719,0.798244238,1,1,1,1,1,0.645206273,0.564218819,0.659980667,0.660038079,0.660460993
-538,1,0.3901,1,1,1,1,1,1,1,1,0.096,0.3901,0.3563,1,0.3178,1,1,1,1,1,1,0.0759,0.3178,0.3022,1,0.6624,1,1,1,0.2881,0.6624,0.4265,1,1,1,1,1,0.145341292,0.506199479,0.520363033,1,1,1,1,1,0.163800865,0.416147053,0.622791171,1,1,1,1,1,0.589344859,0.639770865,0.665115998,0.665115295,0.665336879
-539,1,0.3901,1,1,1,1,1,1,1,1,0.1166,0.3901,0.3784,1,0.3178,1,1,1,1,1,1,0.04,0.3178,0.4041,1,0.6624,1,1,1,0.1706,0.6624,0.3306,1,1,1,1,1,0.101395622,0.566710174,0.6584903,1,1,1,1,1,0.116298988,0.398162782,0.375435352,1,1,1,1,1,0.39519158,0.500069618,0.664149348,0.664057542,0.664450355
-540,1,0.3901,1,1,1,1,1,1,1,1,0.1044,0.3901,0.3346,1,0.3178,1,1,1,1,1,1,0.0816,0.3178,0.2614,1,0.6624,1,1,1,0.1698,0.6624,0.3834,1,1,1,1,1,0.086076871,0.433936596,0.579901576,1,1,1,1,1,0.220251709,0.365732104,0.236882731,1,1,1,1,1,0.385340095,0.380476654,0.657805703,0.657711022,0.658244681
-541,1,0.3901,1,1,1,1,1,1,1,1,0.2326,0.3901,0.2609,1,0.3178,1,1,1,1,1,1,0.1738,0.3178,0.2753,1,0.6624,1,1,1,0.1955,0.6624,0.2391,1,1,1,1,1,0.191405714,0.379352331,0.621176779,1,1,1,1,1,0.398240268,0.328983128,0.509845316,1,1,1,1,1,0.443078369,0.370686889,0.653214113,0.653268458,0.653368794
-542,1,0.3901,1,1,1,1,1,1,1,1,0.1805,0.3901,0.2381,1,0.3178,1,1,1,1,1,1,0.119,0.3178,0.1934,1,0.6624,1,1,1,0.3019,0.6624,0.2144,1,1,1,1,1,0.160513535,0.35280031,0.898490191,1,1,1,1,1,0.356975317,0.275281847,1,1,1,1,1,1,0.535503387,0.306617081,0.646205897,0.646287286,0.646276596
-543,1,0.3901,1,1,1,1,1,1,1,1,0.1597,0.3901,0.1307,1,0.3178,1,1,1,1,1,1,0.0979,0.3178,0.2166,1,0.6624,1,1,1,0.34,0.6624,0.0893,1,1,1,1,1,0.124228887,0.193886682,0.937764466,1,1,1,1,1,0.289872289,0.259687006,0.885226965,1,1,1,1,1,0.605705738,0.111397766,0.646507975,0.646498836,0.646719858
-544,1,0.3901,1,1,1,1,1,1,1,1,0.1483,0.3901,0.0266,1,0.3178,1,1,1,1,1,1,0.044,0.3178,0.0182,1,0.6624,1,1,1,0.4315,0.6624,0.0033,1,1,1,1,1,0.087120563,0.102469601,0.934247494,1,1,1,1,1,0.197817445,0.019180359,0.833556056,1,1,1,1,1,0.74196279,0,0.675990817,0.675904379,0.675975177
-545,1,0.3901,1,1,1,1,1,1,1,1,0.1784,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1346,0.3178,0,1,0.6624,1,1,1,0.5071,0.6624,0,1,1,1,1,1,0.147102803,0,0.984330416,1,1,1,1,1,0.392012477,0,0.997785449,1,1,1,1,1,0.791446865,0,0.718946351,0.718849164,0.719414894
-546,1,0.3901,1,1,1,1,1,1,1,1,0.2497,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2903,0.3178,0,1,0.6624,1,1,1,0.3505,0.6624,0,1,1,1,1,1,0.212808251,0,1,1,1,1,1,1,0.556888342,0,1,1,1,1,1,1,0.657197833,0,0.712965201,0.712925746,0.71320922
-547,1,0.3901,1,1,1,1,1,1,1,1,0.1879,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4373,0.3178,0,1,0.6624,1,1,1,0.473,0.6624,0,1,1,1,1,1,0.202867627,0,1,1,1,1,1,1,0.619576454,0,1,1,1,1,1,1,0.732649088,0,0.690369744,0.690289824,0.690602837
-548,1,0.3901,1,1,1,1,1,1,1,1,0.3712,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6209,0.3178,0,1,0.6624,1,1,1,0.438,0.6624,0,1,1,1,1,1,0.416482389,0,1,1,1,1,1,1,0.701148629,0,1,1,1,1,1,1,0.644316316,0,0.657866119,0.657711022,0.658244681
-549,1,0.3901,1,1,1,1,1,1,1,1,0.3268,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3763,0.3178,0,1,0.6624,1,1,1,0.4976,0.6624,0,1,1,1,1,1,0.427124679,0,1,1,1,1,1,1,0.519282937,0,1,1,1,1,1,1,0.766804516,0,0.609956501,0.609900571,0.609929078
-550,1,0.3901,1,1,1,1,1,1,1,1,0.4796,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3135,0.3178,0,1,0.6624,1,1,1,0.5917,0.6624,0,1,1,1,1,1,0.539691865,0,1,1,1,1,1,1,0.442616165,0,1,1,1,1,1,1,0.82458663,0,0.549963751,0.549820182,0.550088652
-551,1,0.3901,1,1,1,1,1,1,1,1,0.4519,0.3901,0,1,0.3178,1,1,1,1,1,1,0.487,0.3178,0,1,0.6624,1,1,1,0.5097,0.6624,0,1,1,1,1,1,0.260195225,0,1,1,1,1,1,1,0.492745399,0,1,1,1,1,1,1,0.786526084,0,0.495589657,0.495663211,0.496010638
-552,1,0.3901,1,1,1,1,1,1,1,1,0.5536,0.3901,0,1,0.3178,1,1,1,1,1,1,0.64,0.3178,0,1,0.6624,1,1,1,0.4291,0.6624,0,1,1,1,1,1,0.216492116,0,1,1,1,1,1,1,0.625216007,0,1,1,1,1,1,1,0.639156282,0,0.461031899,0.460968902,0.460992908
-553,1,0.3901,1,1,1,1,1,1,1,1,0.5864,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6807,0.3178,0,1,0.6624,1,1,1,0.3328,0.6624,0,1,1,1,1,1,0.214984268,0,1,1,1,1,1,1,0.661117792,0,1,1,1,1,1,1,0.516517222,0,0.439101015,0.439179183,0.438829787
-554,1,0.3901,1,1,1,1,1,1,1,1,0.6644,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5887,0.3178,0,1,0.6624,1,1,1,0.3521,0.6624,0,1,1,1,1,1,0.352891088,0,1,1,1,1,1,1,0.618125498,0,1,1,1,1,1,1,0.549280345,0,0.428407443,0.428390099,0.428191489
-555,1,0.3901,1,1,1,1,1,1,1,1,0.7506,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2931,0.3178,0,1,0.6624,1,1,1,0.2979,0.6624,0,1,1,1,1,1,0.442067266,0,1,1,1,1,1,1,0.368625551,0,1,1,1,1,1,1,0.507342696,0,0.425688739,0.425639941,0.425975177
-556,1,0.3901,1,1,1,1,1,1,1,1,0.5882,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1128,0.3178,0,1,0.6624,1,1,1,0.3221,0.6624,0,1,1,1,1,1,0.371072769,0,1,1,1,1,1,1,0.214122772,0,1,1,1,1,1,1,0.475048184,0,0.43777187,0.437909879,0.437943262
-557,1,0.3901,1,1,1,1,1,1,1,1,0.5954,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0639,0.3178,0,1,0.6624,1,1,1,0.3993,0.6624,0,1,1,1,1,1,0.399746835,0,1,1,1,1,1,1,0.143449828,0,1,1,1,1,1,1,0.624332368,0,0.478189947,0.478104506,0.478280142
-558,1,0.3901,1,1,1,1,1,1,1,1,0.3232,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0905,0.3178,0,1,0.6624,1,1,1,0.393,0.6624,0,1,1,1,1,1,0.24813661,0,1,1,1,1,1,1,0.136806577,0,1,1,1,1,1,1,0.72884357,0,0.558482359,0.558493759,0.558953901
-559,1,0.3901,1,1,1,1,1,1,1,1,0.297,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1307,0.3178,0,1,0.6624,1,1,1,0.2839,0.6624,0,1,1,1,1,1,0.282510638,0,1,1,1,1,1,1,0.165759057,0,1,1,1,1,1,1,0.579252362,0,0.602887869,0.602707849,0.603280142
-560,1,0.3899,1,1,1,1,1,1,1,1,0.1826,0.3899,0.1008,1,0.3177,1,1,1,1,1,1,0.3306,0.3177,0.1563,1,0.6622,1,1,1,0.2003,0.6622,0.0817,1,1,1,1,1,0.182465851,0.236937389,1,1,1,1,1,1,0.299337327,0.362588108,0.560800374,1,1,1,1,1,0.442220718,0.255904913,0.607358627,0.607361963,0.607712766
-561,1,0.3898,1,1,1,1,1,1,1,1,0.1408,0.3898,0.3571,1,0.3176,1,1,1,1,1,1,0.2714,0.3176,0.4284,1,0.6621,1,1,1,0.1738,0.6621,0.3005,1,1,1,1,1,0.131159633,0.612088859,0.958232522,1,1,1,1,1,0.191371769,0.682959735,0.373580128,1,1,1,1,1,0.422047853,0.593546093,0.60482117,0.604823355,0.605053191
-562,1,0.3896,1,1,1,1,1,1,1,1,0.1367,0.3896,0.5425,1,0.3175,1,1,1,1,1,1,0.3441,0.3175,0.5777,1,0.6619,1,1,1,0.1747,0.6619,0.3797,1,1,1,1,1,0.143900737,0.780409455,0.730005682,1,1,1,1,1,0.303414434,0.831908643,0.360524356,1,1,1,1,1,0.3751598,0.751739025,0.605546158,0.605669558,0.605496454
-563,1,0.3895,1,1,1,1,1,1,1,1,0.2209,0.3895,0.6327,1,0.3174,1,1,1,1,1,1,0.1898,0.3174,0.6501,1,0.6617,1,1,1,0.165,0.6617,0.4315,1,1,1,1,1,0.198314294,0.858942091,0.920607209,1,1,1,1,1,0.21737963,0.910569906,0.537046909,1,1,1,1,1,0.259621054,0.794378459,0.6030087,0.602919399,0.603280142
-564,1,0.3893,1,1,1,1,1,1,1,1,0.2392,0.3893,0.6563,1,0.3173,1,1,1,1,1,1,0.2485,0.3173,0.6632,1,0.6615,1,1,1,0.2132,0.6615,0.4191,1,1,1,1,1,0.218283534,0.897629023,0.974759161,1,1,1,1,1,0.276159108,0.94185859,0.58096838,1,1,1,1,1,0.343196511,0.823120117,0.596121315,0.596149778,0.596187943
-565,1,0.3892,1,1,1,1,1,1,1,1,0.2848,0.3892,0.6462,1,0.3172,1,1,1,1,1,1,0.1227,0.3172,0.6461,1,0.6614,1,1,1,0.2082,0.6614,0.4222,1,1,1,1,1,0.254532039,0.900672555,1,1,1,1,1,1,0.185802132,0.896925211,0.582921743,1,1,1,1,1,0.438845277,0.863766789,0.59159014,0.591707214,0.591755319
-566,1,0.389,1,1,1,1,1,1,1,1,0.2453,0.389,0.5642,1,0.3171,1,1,1,1,1,1,0.2346,0.3171,0.5617,1,0.6612,1,1,1,0.4143,0.6612,0.4058,1,1,1,1,1,0.247006446,0.795192599,0.99453032,1,1,1,1,1,0.283673108,0.775765479,0.68333137,1,1,1,1,1,0.596738219,0.748500109,0.58518608,0.585149143,0.585106383
-567,1,0.3889,1,1,1,1,1,1,1,1,0.2811,0.3889,0.3954,1,0.317,1,1,1,1,1,1,0.1022,0.317,0.3732,1,0.661,1,1,1,0.4471,0.661,0.3121,1,1,1,1,1,0.209499329,0.584593952,1,1,1,1,1,1,0.122582026,0.593517125,0.626590669,1,1,1,1,1,0.588526428,0.574264288,0.585669406,0.585572245,0.585992908
-568,1,0.3887,1,1,1,1,1,1,1,1,0.3158,0.3887,0.1551,1,0.3169,1,1,1,1,1,1,0.3814,0.3169,0.1768,1,0.6608,1,1,1,0.3686,0.6608,0.0905,1,1,1,1,1,0.383485585,0.310923249,0.932848334,1,1,1,1,1,0.395263761,0.305663049,0.687052906,1,1,1,1,1,0.538321972,0.267084718,0.614971,0.614977787,0.615248227
-569,1,0.3886,1,1,1,1,1,1,1,1,0.3149,0.3886,0,1,0.3167,1,1,1,1,1,1,0.1815,0.3167,0,1,0.6607,1,1,1,0.3004,0.6607,0,1,1,1,1,1,0.426643223,0,0.928340018,1,1,1,1,1,0.225260541,0,0.999099612,1,1,1,1,1,0.471244842,0,0.668861769,0.668923207,0.668882979
-570,1,0.3884,1,1,1,1,1,1,1,1,0.3414,0.3884,0,1,0.3166,1,1,1,1,1,1,0.1595,0.3166,0,1,0.6605,1,1,1,0.3144,0.6605,0,1,1,1,1,1,0.368312597,0,0.959610164,1,1,1,1,1,0.244742572,0,1,1,1,1,1,1,0.457496494,0,0.669465926,0.669557859,0.669769504
-571,1,0.3883,1,1,1,1,1,1,1,1,0.2419,0.3883,0,1,0.3165,1,1,1,1,1,1,0.1428,0.3165,0,1,0.6603,1,1,1,0.3457,0.6603,0,1,1,1,1,1,0.233646572,0,0.994261146,1,1,1,1,1,0.196254939,0,1,1,1,1,1,1,0.486181587,0,0.653576607,0.653691559,0.653812057
-572,1,0.3881,1,1,1,1,1,1,1,1,0.1498,0.3881,0,1,0.3164,1,1,1,1,1,1,0.1519,0.3164,0,1,0.6601,1,1,1,0.4419,0.6601,0,1,1,1,1,1,0.174997136,0,0.985978961,1,1,1,1,1,0.17046386,0,1,1,1,1,1,1,0.631752074,0,0.627658289,0.627670827,0.627659574
-573,1,0.388,1,1,1,1,1,1,1,1,0.2856,0.388,0,1,0.3163,1,1,1,1,1,1,0.2419,0.3163,0,1,0.66,1,1,1,0.3133,0.66,0,1,1,1,1,1,0.394229263,0,0.99136734,1,1,1,1,1,0.286830157,0,1,1,1,1,1,1,0.574119985,0,0.584763171,0.584726042,0.584663121
-574,1,0.3878,1,1,1,1,1,1,1,1,0.4486,0.3878,0,1,0.3162,1,1,1,1,1,1,0.3086,0.3162,0,1,0.6598,1,1,1,0.1992,0.6598,0,1,1,1,1,1,0.462068379,0,0.628719449,1,1,1,1,1,0.333986431,0,0.995685935,1,1,1,1,1,0.437746197,0,0.53117448,0.531203723,0.531471631
-575,1,0.3876,1,1,1,1,1,1,1,1,0.3611,0.3876,0,1,0.3161,1,1,1,1,1,1,0.4669,0.3161,0,1,0.6596,1,1,1,0.2688,0.6596,0,1,1,1,1,1,0.333746761,0,0.774292469,1,1,1,1,1,0.38871792,0,0.996052384,1,1,1,1,1,0.521710396,0,0.481029483,0.481066215,0.480939716
-576,1,0.3875,1,1,1,1,1,1,1,1,0.4759,0.3875,0,1,0.316,1,1,1,1,1,1,0.4722,0.316,0,1,0.6594,1,1,1,0.2558,0.6594,0,1,1,1,1,1,0.489188701,0,0.84896034,1,1,1,1,1,0.402688414,0,1,1,1,1,1,1,0.426426917,0,0.448767521,0.448698963,0.449024823
-577,1,0.3873,1,1,1,1,1,1,1,1,0.4474,0.3873,0,1,0.3159,1,1,1,1,1,1,0.273,0.3159,0,1,0.6593,1,1,1,0.1948,0.6593,0,1,1,1,1,1,0.417572975,0,0.999582231,1,1,1,1,1,0.28726536,0,0.833452106,1,1,1,1,1,0.330883145,0,0.432576124,0.432621113,0.432624113
-578,1,0.3872,1,1,1,1,1,1,1,1,0.4146,0.3872,0,1,0.3158,1,1,1,1,1,1,0.3192,0.3158,0,1,0.6591,1,1,1,0.244,0.6591,0,1,1,1,1,1,0.345514774,0,0.999977231,1,1,1,1,1,0.312160701,0,0.944065988,1,1,1,1,1,0.39330411,0,0.42538666,0.42542839,0.425531915
-579,1,0.387,1,1,1,1,1,1,1,1,0.4603,0.387,0,1,0.3156,1,1,1,1,1,1,0.4239,0.3156,0,1,0.6589,1,1,1,0.2604,0.6589,0,1,1,1,1,1,0.420190364,0,1,1,1,1,1,1,0.440265417,0,0.870837688,1,1,1,1,1,0.391834348,0,0.425749154,0.425851491,0.425975177
-580,1,0.3869,1,1,1,1,1,1,1,1,0.4241,0.3869,0,1,0.3155,1,1,1,1,1,1,0.3815,0.3155,0,1,0.6587,1,1,1,0.3297,0.6587,0,1,1,1,1,1,0.415558308,0,1,1,1,1,1,1,0.414175659,0,0.395810753,1,1,1,1,1,0.498160928,0,0.439403093,0.439390734,0.43927305
-581,1,0.3867,1,1,1,1,1,1,1,1,0.4894,0.3867,0,1,0.3154,1,1,1,1,1,1,0.3252,0.3154,0,1,0.6585,1,1,1,0.4811,0.6585,0,1,1,1,1,1,0.456650943,0,1,1,1,1,1,1,0.314807564,0,0.397059202,1,1,1,1,1,0.722540975,0,0.483748188,0.483816374,0.483599291
-582,1,0.3866,1,1,1,1,1,1,1,1,0.4371,0.3866,0,1,0.3153,1,1,1,1,1,1,0.5992,0.3153,0,1,0.6584,1,1,1,0.4895,0.6584,0,1,1,1,1,1,0.493094742,0,0.583743513,1,1,1,1,1,0.520567358,0,0.14359346,1,1,1,1,1,0.735848248,0,0.567665539,0.567801989,0.567819149
-583,1,0.3864,1,1,1,1,1,1,1,1,0.3153,0.3864,0,1,0.3152,1,1,1,1,1,1,0.4132,0.3152,0,1,0.6582,1,1,1,0.466,0.6582,0,1,1,1,1,1,0.300916314,0,0.531594515,1,1,1,1,1,0.364879787,0,0.20582357,1,1,1,1,1,0.66808939,0,0.614487675,0.614554686,0.614804965
-584,1,0.3863,1,1,1,1,1,1,1,1,0.2686,0.3863,0.2189,1,0.3151,1,1,1,1,1,1,0.4574,0.3151,0.1756,1,0.658,1,1,1,0.4903,0.658,0.1407,1,1,1,1,1,0.340108603,0.358293593,0.938513279,1,1,1,1,1,0.394662738,0.316526949,0.319411546,1,1,1,1,1,0.732019544,0.391000897,0.618414693,0.618362598,0.618351064
-585,1,0.3861,1,1,1,1,1,1,1,1,0.2575,0.3861,0.4091,1,0.315,1,1,1,1,1,1,0.3574,0.315,0.359,1,0.6578,1,1,1,0.4467,0.6578,0.3446,1,1,1,1,1,0.251977801,0.599058032,0.739635706,1,1,1,1,1,0.284827352,0.533650219,0.344575942,1,1,1,1,1,0.695160449,0.677797437,0.621858386,0.621747409,0.622340426
-586,1,0.386,1,1,1,1,1,1,1,1,0.4374,0.386,0.5094,1,0.3149,1,1,1,1,1,1,0.5825,0.3149,0.4301,1,0.6577,1,1,1,0.5488,0.6577,0.4295,1,1,1,1,1,0.496520638,0.647871733,0.632276773,1,1,1,1,1,0.517772794,0.598422885,0.365909934,1,1,1,1,1,0.758457422,0.776703358,0.624697922,0.624709118,0.624556738
-587,1,0.3858,1,1,1,1,1,1,1,1,0.3697,0.3858,0.5486,1,0.3148,1,1,1,1,1,1,0.3382,0.3148,0.4563,1,0.6575,1,1,1,0.5928,0.6575,0.4125,1,1,1,1,1,0.422879845,0.672670722,0.767869174,1,1,1,1,1,0.325244099,0.63447547,0.444308639,1,1,1,1,1,0.761558533,0.811625898,0.623066699,0.623016713,0.62322695
-588,1,0.3857,1,1,1,1,1,1,1,1,0.3565,0.3857,0.5372,1,0.3147,1,1,1,1,1,1,0.4357,0.3147,0.3894,1,0.6573,1,1,1,0.6825,0.6573,0.4151,1,1,1,1,1,0.441731602,0.662819028,0.623599112,1,1,1,1,1,0.41004473,0.609050035,0.374702901,1,1,1,1,1,0.854872763,0.779817641,0.616843886,0.616670193,0.617021277
-589,1,0.3855,1,1,1,1,1,1,1,1,0.3288,0.3855,0.4018,1,0.3145,1,1,1,1,1,1,0.4026,0.3145,0.4534,1,0.6571,1,1,1,0.498,0.6571,0.444,1,1,1,1,1,0.401867121,0.605373263,0.556857169,1,1,1,1,1,0.394465923,0.676954925,0.445392907,1,1,1,1,1,0.64416647,0.782181382,0.613521025,0.613496933,0.61391844
-590,1,0.3854,1,1,1,1,1,1,1,1,0.3493,0.3854,0.4305,1,0.3144,1,1,1,1,1,1,0.4021,0.3144,0.5024,1,0.657,1,1,1,0.4806,0.657,0.4659,1,1,1,1,1,0.36109221,0.620410562,0.672560215,1,1,1,1,1,0.372465551,0.743851304,0.393600047,1,1,1,1,1,0.618431449,0.780852199,0.606452392,0.606515761,0.606826241
-591,1,0.3852,1,1,1,1,1,1,1,1,0.2265,0.3852,0.3475,1,0.3143,1,1,1,1,1,1,0.2265,0.3143,0.3741,1,0.6568,1,1,1,0.4912,0.6568,0.3397,1,1,1,1,1,0.297763556,0.534464717,0.278141558,1,1,1,1,1,0.211190283,0.636800349,0.166827753,1,1,1,1,1,0.641328692,0.655101478,0.605485742,0.605669558,0.605496454
-592,1,0.3851,1,1,1,1,1,1,1,1,0.1734,0.3851,0.1858,1,0.3142,1,1,1,1,1,1,0.1763,0.3142,0.207,1,0.6566,1,1,1,0.458,0.6566,0.1275,1,1,1,1,1,0.197994575,0.354209036,0.290519476,1,1,1,1,1,0.158811167,0.392985761,0.07054764,1,1,1,1,1,0.578898311,0.354823411,0.632733204,0.632748043,0.632978723
-593,1,0.3849,1,1,1,1,1,1,1,1,0.1369,0.3849,0,1,0.3141,1,1,1,1,1,1,0.1353,0.3141,0,1,0.6564,1,1,1,0.4369,0.6564,0,1,1,1,1,1,0.148943529,0,0.156472445,1,1,1,1,1,0.132124409,0,0.031189268,1,1,1,1,1,0.616996288,0,0.692242629,0.692405331,0.692375887
-594,1,0.3848,1,1,1,1,1,1,1,1,0.1799,0.3848,0,1,0.314,1,1,1,1,1,1,0.1251,0.314,0,1,0.6563,1,1,1,0.4754,0.6563,0,1,1,1,1,1,0.143909767,0,0.255329669,1,1,1,1,1,0.133462116,0,0.062945031,1,1,1,1,1,0.602789283,0,0.696290478,0.696424794,0.696365248
-595,1,0.3846,1,1,1,1,1,1,1,1,0.1723,0.3846,0,1,0.3139,1,1,1,1,1,1,0.1825,0.3139,0,1,0.6561,1,1,1,0.4697,0.6561,0,1,1,1,1,1,0.183670819,0,0.164927736,1,1,1,1,1,0.197019786,0,0.099078536,1,1,1,1,1,0.66353476,0,0.68040116,0.680558494,0.680851064
-596,1,0.3845,1,1,1,1,1,1,1,1,0.1187,0.3845,0,1,0.3138,1,1,1,1,1,1,0.0917,0.3138,0,1,0.6559,1,1,1,0.5191,0.6559,0,1,1,1,1,1,0.09163221,0,0.179845124,1,1,1,1,1,0.088107832,0,0.015037436,1,1,1,1,1,0.681188524,0,0.655509908,0.655595515,0.655585106
-597,1,0.3843,1,1,1,1,1,1,1,1,0.1093,0.3843,0,1,0.3137,1,1,1,1,1,1,0.1364,0.3137,0,1,0.6557,1,1,1,0.4529,0.6557,0,1,1,1,1,1,0.174718991,0,0.031226497,1,1,1,1,1,0.138947293,0,0,1,1,1,1,1,0.620798707,0,0.61080232,0.610746774,0.610815603
-598,1,0.3841,1,1,1,1,1,1,1,1,0.0535,0.3841,0,1,0.3136,1,1,1,1,1,1,0.0822,0.3136,0,1,0.6556,1,1,1,0.1777,0.6556,0,1,1,1,1,1,0.014788951,0,0.170183629,1,1,1,1,1,0.052167375,0,0.005672514,1,1,1,1,1,0.327306896,0,0.552924118,0.552781891,0.552748227
-599,1,0.384,1,1,1,1,1,1,1,1,0.1034,0.384,0,1,0.3135,1,1,1,1,1,1,0.0748,0.3135,0,1,0.6554,1,1,1,0.4597,0.6554,0,1,1,1,1,1,0.147517458,0,0.062072858,1,1,1,1,1,0.061291531,0,0,1,1,1,1,1,0.683841348,0,0.501570807,0.50158663,0.50177305
-600,1,0.3838,1,1,1,1,1,1,1,1,0.0915,0.3838,0,1,0.3133,1,1,1,1,1,1,0.0887,0.3133,0,1,0.6552,1,1,1,0.3328,0.6552,0,1,1,1,1,1,0.13724345,0,0.058244884,1,1,1,1,1,0.068499386,0,0,1,1,1,1,1,0.586221635,0,0.468100532,0.468161625,0.468085106
-601,1,0.3837,1,1,1,1,1,1,1,1,0.1094,0.3837,0,1,0.3132,1,1,1,1,1,1,0.1224,0.3132,0,1,0.655,1,1,1,0.2999,0.655,0,1,1,1,1,1,0.193607986,0,0.087129362,1,1,1,1,1,0.102647305,0,0.039577752,1,1,1,1,1,0.553320289,0,0.450942484,0.45081447,0.451241135
-602,1,0.3835,1,1,1,1,1,1,1,1,0.0911,0.3835,0,1,0.3131,1,1,1,1,1,1,0.0299,0.3131,0,1,0.6549,1,1,1,0.3022,0.6549,0,1,1,1,1,1,0.118656315,0,0.177676097,1,1,1,1,1,0.029255692,0,0.069270164,1,1,1,1,1,0.551909387,0,0.442846786,0.442775545,0.443262411
-603,1,0.3834,1,1,1,1,1,1,1,1,0.0832,0.3834,0,1,0.313,1,1,1,1,1,1,0.0375,0.313,0,1,0.6547,1,1,1,0.2252,0.6547,0,1,1,1,1,1,0.087048076,0,0.24338229,1,1,1,1,1,0.035653032,0,0.050582204,1,1,1,1,1,0.474139631,0,0.442544708,0.442563994,0.442819149
-604,1,0.3832,1,1,1,1,1,1,1,1,0.0755,0.3832,0,1,0.3129,1,1,1,1,1,1,0.0738,0.3129,0,1,0.6545,1,1,1,0.2218,0.6545,0,1,1,1,1,1,0.085566327,0,0.248538062,1,1,1,1,1,0.069283016,0,0.142071486,1,1,1,1,1,0.498969346,0,0.456561141,0.456737889,0.456560284
-605,1,0.3831,1,1,1,1,1,1,1,1,0.0415,0.3831,0,1,0.3128,1,1,1,1,1,1,0.016,0.3128,0,1,0.6543,1,1,1,0.2543,0.6543,0,1,1,1,1,1,0.074081197,0,0.190469414,1,1,1,1,1,0.020682409,0,0.181864142,1,1,1,1,1,0.591580212,0,0.499033349,0.499048022,0.499113475
-606,1,0.3829,1,1,1,1,1,1,1,1,0.0268,0.3829,0,1,0.3127,1,1,1,1,1,1,0.0045,0.3127,0,1,0.6542,1,1,1,0.31,0.6542,0,1,1,1,1,1,0.06859386,0,0.049613796,1,1,1,1,1,0.006563755,0,0.103531681,1,1,1,1,1,0.699123502,0,0.58240696,0.582398985,0.582446809
-607,1,0.3828,1,1,1,1,1,1,1,1,0.0185,0.3828,0,1,0.3126,1,1,1,1,1,1,0.0015,0.3126,0,1,0.654,1,1,1,0.3017,0.654,0,1,1,1,1,1,0.065313764,0,0.024210449,1,1,1,1,1,0.002785042,0,0.034864403,1,1,1,1,1,0.67261976,0,0.626993717,0.627036175,0.627216312
-608,1,0.3826,1,1,1,1,1,1,1,1,0.024,0.3826,0.1243,1,0.3125,1,1,1,1,1,1,0,0.3125,0.1448,1,0.6538,1,1,1,0.2925,0.6538,0.2245,1,1,1,1,1,0.066988498,0.247575253,0.043692045,1,1,1,1,1,4.60E-06,0.258888632,0.01613979,1,1,1,1,1,0.630500019,0.424496561,0.6300145,0.629997884,0.630319149
-609,1,0.3825,1,1,1,1,1,1,1,1,0.0203,0.3825,0.3369,1,0.3124,1,1,1,1,1,1,0,0.3124,0.381,1,0.6536,1,1,1,0.2612,0.6536,0.4472,1,1,1,1,1,0.042550109,0.575708807,0.00519342,1,1,1,1,1,3.23E-06,0.5777601,0,1,1,1,1,1,0.542867362,0.712700248,0.628081199,0.628093928,0.628546099
-610,1,0.3823,1,1,1,1,1,1,1,1,0.0055,0.3823,0.5427,1,0.3122,1,1,1,1,1,1,0,0.3122,0.4255,1,0.6535,1,1,1,0.1809,0.6535,0.5679,1,1,1,1,1,0.00825364,0.781011939,0,1,1,1,1,1,0,0.521630049,0,1,1,1,1,1,0.366893589,0.775194108,0.626510391,0.626613074,0.62677305
-611,1,0.3822,1,1,1,1,1,1,1,1,0.0011,0.3822,0.5165,1,0.3121,1,1,1,1,1,1,0,0.3121,0.4001,1,0.6533,1,1,1,0.0763,0.6533,0.6351,1,1,1,1,1,0.004422471,0.804382026,0.000119032,1,1,1,1,1,0,0.507921994,0,1,1,1,1,1,0.148796767,0.8407408,0.622402127,0.622593611,0.622340426
-612,1,0.382,1,1,1,1,1,1,1,1,0,0.382,0.4801,1,0.312,1,1,1,1,1,1,0,0.312,0.3675,1,0.6531,1,1,1,0.0449,0.6531,0.6353,1,1,1,1,1,0.001256692,0.720386565,0.000134545,1,1,1,1,1,0,0.496290207,0,1,1,1,1,1,0.072886944,0.766697526,0.617448043,0.617516395,0.617464539
-613,1,0.3819,1,1,1,1,1,1,1,1,0,0.3819,0.4327,1,0.3119,1,1,1,1,1,1,0,0.3119,0.3052,1,0.6529,1,1,1,0.0463,0.6529,0.5753,1,1,1,1,1,0,0.705069244,0,1,1,1,1,1,0,0.417920351,0,1,1,1,1,1,0.048782278,0.750041425,0.616964717,0.616881743,0.617021277
-614,1,0.3817,1,1,1,1,1,1,1,1,0,0.3817,0.3182,1,0.3118,1,1,1,1,1,1,0.0032,0.3118,0.2707,1,0.6528,1,1,1,0.042,0.6528,0.4665,1,1,1,1,1,0.000410148,0.50827086,0.001187988,1,1,1,1,1,0.007451276,0.361803889,0,1,1,1,1,1,0.023484301,0.692609072,0.615212663,0.615189338,0.615248227
-615,1,0.3816,1,1,1,1,1,1,1,1,0.003,0.3816,0.1995,1,0.3117,1,1,1,1,1,1,0.0431,0.3117,0.1831,1,0.6526,1,1,1,0.0247,0.6526,0.3082,1,1,1,1,1,0.008168358,0.323573858,0.04370828,1,1,1,1,1,0.051157478,0.249857247,0,1,1,1,1,1,0.004145185,0.55074662,0.619925085,0.619843453,0.620124113
-616,1,0.3814,1,1,1,1,1,1,1,1,0.0294,0.3814,0.0683,1,0.3116,1,1,1,1,1,1,0.064,0.3116,0.078,1,0.6524,1,1,1,0.0168,0.6524,0.1206,1,1,1,1,1,0.03084855,0.151331499,0.142538816,1,1,1,1,1,0.079772346,0.113793433,0,1,1,1,1,1,0.005122714,0.187016308,0.650072499,0.650095198,0.650265957
-617,1,0.3813,1,1,1,1,1,1,1,1,0.0637,0.3813,0,1,0.3115,1,1,1,1,1,1,0.1052,0.3115,0,1,0.6522,1,1,1,0.032,0.6522,0,1,1,1,1,1,0.145465717,0,0.075760752,1,1,1,1,1,0.135483041,0,0.048312046,1,1,1,1,1,0.053936299,0,0.697438376,0.697482547,0.697695035
-618,1,0.3811,1,1,1,1,1,1,1,1,0.0966,0.3811,0,1,0.3114,1,1,1,1,1,1,0.1811,0.3114,0,1,0.652,1,1,1,0.0385,0.652,0,1,1,1,1,1,0.220970854,0,0.086736053,1,1,1,1,1,0.217748672,0,0.241386145,1,1,1,1,1,0.080244169,0,0.695686322,0.695790142,0.695921986
-619,1,0.3809,1,1,1,1,1,1,1,1,0.0562,0.3809,0,1,0.3113,1,1,1,1,1,1,0.0426,0.3113,0,1,0.6519,1,1,1,0.1001,0.6519,0,1,1,1,1,1,0.105599023,0,0.196974486,1,1,1,1,1,0.084181391,0,0.571929097,1,1,1,1,1,0.236160487,0,0.679615756,0.679712291,0.679521277
-620,1,0.3808,1,1,1,1,1,1,1,1,0.0558,0.3808,0,1,0.3111,1,1,1,1,1,1,0.0846,0.3111,0,1,0.6517,1,1,1,0.121,0.6517,0,1,1,1,1,1,0.106197707,0,0.294079006,1,1,1,1,1,0.112470403,0,0.876425147,1,1,1,1,1,0.277428091,0,0.652670372,0.652633806,0.652925532
-621,1,0.3806,1,1,1,1,1,1,1,1,0.03,0.3806,0,1,0.311,1,1,1,1,1,1,0.0713,0.311,0,1,0.6515,1,1,1,0.1342,0.6515,0,1,1,1,1,1,0.035682432,0,0.391463429,1,1,1,1,1,0.095174044,0,0.899896622,1,1,1,1,1,0.329252154,0,0.609594007,0.609689021,0.609929078
-622,1,0.3805,1,1,1,1,1,1,1,1,0.0517,0.3805,0,1,0.3109,1,1,1,1,1,1,0.0696,0.3109,0,1,0.6513,1,1,1,0.2389,0.6513,0,1,1,1,1,1,0.055853795,0,0.549338222,1,1,1,1,1,0.115338489,0,1,1,1,1,1,1,0.568365276,0,0.552924118,0.552993442,0.552748227
-623,1,0.3803,1,1,1,1,1,1,1,1,0.0534,0.3803,0,1,0.3108,1,1,1,1,1,1,0.0892,0.3108,0,1,0.6512,1,1,1,0.2478,0.6512,0,1,1,1,1,1,0.049037419,0,0.961796224,1,1,1,1,1,0.133189738,0,1,1,1,1,1,1,0.572181284,0,0.502235379,0.502221282,0.502216312
-624,1,0.3802,1,1,1,1,1,1,1,1,0.1353,0.3802,0,1,0.3107,1,1,1,1,1,1,0.2072,0.3107,0,1,0.651,1,1,1,0.2216,0.651,0,1,1,1,1,1,0.170084938,0,0.953303576,1,1,1,1,1,0.281778336,0,1,1,1,1,1,1,0.49949947,0,0.467919285,0.467738523,0.468085106
-625,1,0.38,1,1,1,1,1,1,1,1,0.1535,0.38,0,1,0.3106,1,1,1,1,1,1,0.2397,0.3106,0,1,0.6508,1,1,1,0.2574,0.6508,0,1,1,1,1,1,0.261222571,0,0.981042147,1,1,1,1,1,0.372100711,0,1,1,1,1,1,1,0.538811803,0,0.44822378,0.448275862,0.448138298
-626,1,0.3799,1,1,1,1,1,1,1,1,0.2361,0.3799,0,1,0.3105,1,1,1,1,1,1,0.2263,0.3105,0,1,0.6506,1,1,1,0.2832,0.6506,0,1,1,1,1,1,0.322729915,0,1,1,1,1,1,1,0.40667221,0,1,1,1,1,1,1,0.576628089,0,0.439221846,0.439179183,0.43927305
-627,1,0.3797,1,1,1,1,1,1,1,1,0.2747,0.3797,0,1,0.3104,1,1,1,1,1,1,0.1432,0.3104,0,1,0.6505,1,1,1,0.2605,0.6505,0,1,1,1,1,1,0.263423473,0,1,1,1,1,1,1,0.319662035,0,1,1,1,1,1,1,0.533195674,0,0.436019816,0.436005923,0.436170213
-628,1,0.3796,1,1,1,1,1,1,1,1,0.2275,0.3796,0,1,0.3103,1,1,1,1,1,1,0.1127,0.3103,0,1,0.6503,1,1,1,0.2039,0.6503,0,1,1,1,1,1,0.178422123,0,1,1,1,1,1,1,0.264479518,0,1,1,1,1,1,1,0.481517255,0,0.447559207,0.44764121,0.447251773
-629,1,0.3794,1,1,1,1,1,1,1,1,0.1815,0.3794,0,1,0.3102,1,1,1,1,1,1,0.1903,0.3102,0,1,0.6501,1,1,1,0.2105,0.6501,0,1,1,1,1,1,0.2145897,0,1,1,1,1,1,1,0.284821928,0,1,1,1,1,1,1,0.494110167,0,0.487010633,0.486989634,0.48714539
-630,1,0.3793,1,1,1,1,1,1,1,1,0.2567,0.3793,0,1,0.31,1,1,1,1,1,1,0.1807,0.31,0,1,0.6499,1,1,1,0.2406,0.6499,0,1,1,1,1,1,0.375197649,0,1,1,1,1,1,1,0.303391635,0,1,1,1,1,1,1,0.480849266,0,0.561563557,0.561667019,0.561613475
-631,1,0.3791,1,1,1,1,1,1,1,1,0.2621,0.3791,0,1,0.3099,1,1,1,1,1,1,0.1474,0.3099,0,1,0.6498,1,1,1,0.3488,0.6498,0,1,1,1,1,1,0.397743911,0,1,1,1,1,1,1,0.236991867,0,1,1,1,1,1,1,0.618304014,0,0.612131464,0.612016078,0.61214539
-632,1,0.379,1,1,1,1,1,1,1,1,0.3502,0.379,0,1,0.3098,1,1,1,1,1,1,0.1199,0.3098,0,1,0.6496,1,1,1,0.4766,0.6496,0,1,1,1,1,1,0.457231224,0,1,1,1,1,1,1,0.208644316,0,1,1,1,1,1,1,0.767292142,0,0.627718705,0.627670827,0.628102837
-633,1,0.3788,1,1,1,1,1,1,1,1,0.2171,0.3788,0.003,1,0.3097,1,1,1,1,1,1,0.0663,0.3097,0.0064,1,0.6494,1,1,1,0.5254,0.6494,0.0234,1,1,1,1,1,0.262761533,0.015014823,1,1,1,1,1,1,0.139995515,0.019250775,1,1,1,1,1,1,0.732001603,0,0.637928951,0.637825259,0.63785461
-634,1,0.3787,1,1,1,1,1,1,1,1,0.1692,0.3787,0.0852,1,0.3096,1,1,1,1,1,1,0.0985,0.3096,0.116,1,0.6492,1,1,1,0.6409,0.6492,0.1406,1,1,1,1,1,0.166110188,0.148363501,1,1,1,1,1,1,0.178102583,0.191159189,1,1,1,1,1,1,0.821379781,0.064316794,0.644816336,0.644806431,0.644946809
-635,1,0.3785,1,1,1,1,1,1,1,1,0.2391,0.3785,0.1324,1,0.3095,1,1,1,1,1,1,0.0757,0.3095,0.0999,1,0.6491,1,1,1,0.7424,0.6491,0.1415,1,1,1,1,1,0.210309014,0.1683442,1,1,1,1,1,1,0.127607673,0.076648757,1,1,1,1,1,1,0.865313411,0.137265489,0.647051716,0.646921938,0.647163121
-636,1,0.3784,1,1,1,1,1,1,1,1,0.197,0.3784,0.1041,1,0.3094,1,1,1,1,1,1,0.044,0.3094,0.1202,1,0.6489,1,1,1,0.6495,0.6489,0.1945,1,1,1,1,1,0.201382548,0.202384576,1,1,1,1,1,1,0.09301053,0.157419056,1,1,1,1,1,1,0.735441148,0.156513914,0.642580957,0.642690924,0.642730496
-637,1,0.3782,1,1,1,1,1,1,1,1,0.1746,0.3782,0.1276,1,0.3093,1,1,1,1,1,1,0.0391,0.3093,0.192,1,0.6487,1,1,1,0.5721,0.6487,0.183,1,1,1,1,1,0.115082055,0.200509071,1,1,1,1,1,1,0.063435324,0.268677115,1,1,1,1,1,1,0.57429713,0.246812478,0.637445626,0.637613708,0.637411348
-638,1,0.3781,1,1,1,1,1,1,1,1,0.1467,0.3781,0.1108,1,0.3092,1,1,1,1,1,1,0.0169,0.3092,0.1404,1,0.6485,1,1,1,0.5835,0.6485,0.1284,1,1,1,1,1,0.050830528,0.194122791,1,1,1,1,1,1,0.038466357,0.202169389,1,1,1,1,1,1,0.555346072,0.209053099,0.629047849,0.628940131,0.628989362
-639,1,0.3779,1,1,1,1,1,1,1,1,0.1467,0.3779,0.0825,1,0.3091,1,1,1,1,1,1,0,0.3091,0.0697,1,0.6484,1,1,1,0.5144,0.6484,0.0489,1,1,1,1,1,0.040021624,0.124319747,1,1,1,1,1,1,0.013936793,0.09972021,1,1,1,1,1,1,0.526749194,0.075820178,0.626147898,0.626189972,0.626329787
-640,1,0.3778,1,1,1,1,1,1,1,1,0.1,0.3778,0.0043,1,0.3089,1,1,1,1,1,1,0,0.3089,0,1,0.6482,1,1,1,0.3273,0.6482,0,1,1,1,1,1,0.026508961,0.00296579,1,1,1,1,1,1,0.045524113,2.16E-05,1,1,1,1,1,1,0.439190477,0.00040764,0.645299662,0.645229532,0.645833333
-641,1,0.3776,1,1,1,1,1,1,1,1,0.1319,0.3776,0,1,0.3088,1,1,1,1,1,1,0.3107,0.3088,0,1,0.648,1,1,1,0.2613,0.648,0,1,1,1,1,1,0.040535539,0,1,1,1,1,1,1,0.444163173,0,1,1,1,1,1,1,0.359936625,0,0.673211696,0.67315422,0.673315603
-642,1,0.3774,1,1,1,1,1,1,1,1,0.2064,0.3774,0,1,0.3087,1,1,1,1,1,1,0.6362,0.3087,0,1,0.6478,1,1,1,0.2687,0.6478,0,1,1,1,1,1,0.129400522,0,1,1,1,1,1,1,0.601451337,0,1,1,1,1,1,1,0.267912865,0,0.663303528,0.66342289,0.66356383
-643,1,0.3773,1,1,1,1,1,1,1,1,0.3886,0.3773,0,1,0.3086,1,1,1,1,1,1,0.7526,0.3086,0,1,0.6477,1,1,1,0.2726,0.6477,0,1,1,1,1,1,0.351908416,0,1,1,1,1,1,1,0.625239611,0,1,1,1,1,1,1,0.155880705,0,0.640949734,0.640786968,0.641400709
-644,1,0.3771,1,1,1,1,1,1,1,1,0.6033,0.3771,0,1,0.3085,1,1,1,1,1,1,0.9388,0.3085,0,1,0.6475,1,1,1,0.2797,0.6475,0,1,1,1,1,1,0.631176412,0,1,1,1,1,1,1,0.845756888,0,1,1,1,1,1,1,0.108018771,0,0.616843886,0.616881743,0.617021277
-645,1,0.377,1,1,1,1,1,1,1,1,0.8754,0.377,0,1,0.3084,1,1,1,1,1,1,0.9627,0.3084,0,1,0.6473,1,1,1,0.3901,0.6473,0,1,1,1,1,1,0.879908085,0,1,1,1,1,1,1,0.890227377,0,1,1,1,1,1,1,0.222118244,0,0.58421943,0.584302941,0.584219858
-646,1,0.3768,1,1,1,1,1,1,1,1,0.9678,0.3768,0,1,0.3083,1,1,1,1,1,1,0.9676,0.3083,0,1,0.6471,1,1,1,0.4131,0.6471,0,1,1,1,1,1,0.967607021,0,1,1,1,1,1,1,0.943976939,0,1,1,1,1,1,1,0.451790184,0,0.540840986,0.540723503,0.540780142
-647,1,0.3767,1,1,1,1,1,1,1,1,0.9443,0.3767,0,1,0.3082,1,1,1,1,1,1,0.9531,0.3082,0,1,0.647,1,1,1,0.4999,0.647,0,1,1,1,1,1,0.957826316,0,1,1,1,1,1,1,0.932717502,0,1,1,1,1,1,1,0.676793516,0,0.49679797,0.496720965,0.496897163
-648,1,0.3765,1,1,1,1,1,1,1,1,0.9115,0.3765,0,1,0.3081,1,1,1,1,1,1,0.9641,0.3081,0,1,0.6468,1,1,1,0.6401,0.6468,0,1,1,1,1,1,0.960236907,0,1,1,1,1,1,1,0.957852125,0,1,1,1,1,1,1,0.855455041,0,0.461394393,0.461392003,0.46143617
-649,1,0.3764,1,1,1,1,1,1,1,1,0.8185,0.3764,0,1,0.308,1,1,1,1,1,1,0.8945,0.308,0,1,0.6466,1,1,1,0.7935,0.6466,0,1,1,1,1,1,0.931005359,0,1,1,1,1,1,1,0.890662432,0,1,1,1,1,1,1,0.951167703,0,0.44000725,0.440025386,0.440159574
-650,1,0.3762,1,1,1,1,1,1,1,1,0.7619,0.3762,0,1,0.3079,1,1,1,1,1,1,0.9156,0.3079,0,1,0.6464,1,1,1,0.8589,0.6464,0,1,1,1,1,1,0.931265414,0,1,1,1,1,1,1,0.843958676,0,1,1,1,1,1,1,0.97099489,0,0.429132431,0.429024751,0.429078014
-651,1,0.3761,1,1,1,1,1,1,1,1,0.6855,0.3761,0,1,0.3077,1,1,1,1,1,1,0.8399,0.3077,0,1,0.6462,1,1,1,0.9181,0.6462,0,1,1,1,1,1,0.883428454,0,1,1,1,1,1,1,0.759104848,0,1,1,1,1,1,1,0.978216827,0,0.425084582,0.425005289,0.425088652
-652,1,0.3759,1,1,1,1,1,1,1,1,0.5951,0.3759,0,1,0.3076,1,1,1,1,1,1,0.6028,0.3076,0,1,0.6461,1,1,1,0.8885,0.6461,0,1,1,1,1,1,0.786411822,0,1,1,1,1,1,1,0.582306862,0,1,1,1,1,1,1,0.9763695,0,0.428890768,0.428813201,0.429078014
-653,1,0.3758,1,1,1,1,1,1,1,1,0.5371,0.3758,0,1,0.3075,1,1,1,1,1,1,0.239,0.3075,0,1,0.6459,1,1,1,0.8668,0.6459,0,1,1,1,1,1,0.622321367,0,1,1,1,1,1,1,0.336476386,0,1,1,1,1,1,1,0.964216471,0,0.446834219,0.446795007,0.447251773
-654,1,0.3756,1,1,1,1,1,1,1,1,0.3055,0.3756,0,1,0.3074,1,1,1,1,1,1,0.0718,0.3074,0,1,0.6457,1,1,1,0.7868,0.6457,0,1,1,1,1,1,0.322991431,0,0.998100519,1,1,1,1,1,0.104825154,0,0.627320707,1,1,1,1,1,0.957720041,0,0.477887869,0.477892955,0.477836879
-655,1,0.3755,1,1,1,1,1,1,1,1,0.2784,0.3755,0,1,0.3073,1,1,1,1,1,1,0.1693,0.3073,0,1,0.6455,1,1,1,0.7238,0.6455,0,1,1,1,1,1,0.303662419,0,0.582226038,1,1,1,1,1,0.208732933,0,0.267903447,1,1,1,1,1,0.95400095,0,0.51099565,0.510894859,0.51108156
-656,1,0.3753,1,1,1,1,1,1,1,1,0.1511,0.3753,0.2499,1,0.3072,1,1,1,1,1,1,0.2085,0.3072,0.2267,1,0.6454,1,1,1,0.5979,0.6454,0.1634,1,1,1,1,1,0.196145549,0.44528982,0.352877676,1,1,1,1,1,0.226760179,0.363116056,0.046648957,1,1,1,1,1,0.890537918,0.477387875,0.546097148,0.54601227,0.546542553
-657,1,0.3752,1,1,1,1,1,1,1,1,0.0525,0.3752,0.4155,1,0.3071,1,1,1,1,1,1,0.0463,0.3071,0.3616,1,0.6452,1,1,1,0.3628,0.6452,0.3363,1,1,1,1,1,0.042788792,0.622520924,0.29695043,1,1,1,1,1,0.053807579,0.52983731,0.026459163,1,1,1,1,1,0.59047091,0.685063541,0.568511358,0.568648191,0.568705674
-658,1,0.375,1,1,1,1,1,1,1,1,0.0277,0.375,0.5324,1,0.307,1,1,1,1,1,1,0,0.307,0.4427,1,0.645,1,1,1,0.193,0.645,0.4693,1,1,1,1,1,0.011821246,0.804685712,0.127722979,1,1,1,1,1,0,0.54540956,0,1,1,1,1,1,0.276397079,0.829084218,0.578479942,0.578591073,0.578457447
-659,1,0.3749,1,1,1,1,1,1,1,1,0.0068,0.3749,0.4953,1,0.3069,1,1,1,1,1,1,0,0.3069,0.4972,1,0.6448,1,1,1,0.2813,0.6448,0.5868,1,1,1,1,1,0.005843355,0.73452425,0.018542565,1,1,1,1,1,0,0.727039814,0,1,1,1,1,1,0.336583614,0.759685516,0.572921701,0.572879205,0.573138298
-660,1,0.3747,1,1,1,1,1,1,1,1,0,0.3747,0.5597,1,0.3068,1,1,1,1,1,1,0,0.3068,0.6758,1,0.6447,1,1,1,0.1937,0.6447,0.4678,1,1,1,1,1,0.000462786,0.848281503,0,1,1,1,1,1,0.013070012,0.975156724,0.01455288,1,1,1,1,1,0.171790466,0.846579671,0.562107298,0.562090121,0.562056738
-661,1,0.3746,1,1,1,1,1,1,1,1,0.0079,0.3746,0.6671,1,0.3066,1,1,1,1,1,1,0.0969,0.3066,0.7002,1,0.6445,1,1,1,0.0934,0.6445,0.5709,1,1,1,1,1,0.009797176,0.961847782,0.03989616,1,1,1,1,1,0.108992383,0.969406962,0.100279853,1,1,1,1,1,0.038150046,0.815563858,0.547426293,0.547493125,0.547429078
-662,1,0.3744,1,1,1,1,1,1,1,1,0.058,0.3744,0.6148,1,0.3065,1,1,1,1,1,1,0.1436,0.3065,0.6275,1,0.6443,1,1,1,0.0699,0.6443,0.4689,1,1,1,1,1,0.057972655,0.908995152,0.111601725,1,1,1,1,1,0.177566811,0.86101985,0.069866501,1,1,1,1,1,0.01870211,0.758101702,0.538484775,0.538607997,0.53856383
-663,1,0.3742,1,1,1,1,1,1,1,1,0.197,0.3742,0.4365,1,0.3064,1,1,1,1,1,1,0.4481,0.3064,0.3833,1,0.6441,1,1,1,0.0455,0.6441,0.3123,1,1,1,1,1,0.174912453,0.631457925,0.308525681,1,1,1,1,1,0.461255193,0.570626676,0.085716754,1,1,1,1,1,0.049859539,0.57779038,0.538666022,0.538819547,0.53856383
-664,1,0.3741,1,1,1,1,1,1,1,1,0.2843,0.3741,0.195,1,0.3063,1,1,1,1,1,1,0.4712,0.3063,0.1751,1,0.644,1,1,1,0.0869,0.644,0.1265,1,1,1,1,1,0.271847159,0.306951433,0.595755696,1,1,1,1,1,0.478942037,0.354032248,0.223167017,1,1,1,1,1,0.179660678,0.258644462,0.564342678,0.564417178,0.564716312
-665,1,0.3739,1,1,1,1,1,1,1,1,0.2034,0.3739,0,1,0.3062,1,1,1,1,1,1,0.3595,0.3062,0,1,0.6438,1,1,1,0.1604,0.6438,0,1,1,1,1,1,0.299783349,0,0.272999346,1,1,1,1,1,0.349123061,0,0.156824604,1,1,1,1,1,0.396896362,0,0.61859594,0.618574149,0.618794326
-666,1,0.3738,1,1,1,1,1,1,1,1,0.2306,0.3738,0,1,0.3061,1,1,1,1,1,1,0.2726,0.3061,0,1,0.6436,1,1,1,0.2982,0.6436,0,1,1,1,1,1,0.390023828,0,0.235572577,1,1,1,1,1,0.301772535,0,0.278177768,1,1,1,1,1,0.625838637,0,0.623066699,0.623016713,0.62322695
-667,1,0.3736,1,1,1,1,1,1,1,1,0.3242,0.3736,0,1,0.306,1,1,1,1,1,1,0.1405,0.306,0,1,0.6434,1,1,1,0.4346,0.6434,0,1,1,1,1,1,0.367237478,0,0.393160701,1,1,1,1,1,0.206949919,0,0.504400492,1,1,1,1,1,0.810631812,0,0.604881585,0.604823355,0.605053191
-668,1,0.3735,1,1,1,1,1,1,1,1,0.387,0.3735,0,1,0.3059,1,1,1,1,1,1,0.2523,0.3059,0,1,0.6433,1,1,1,0.369,0.6433,0,1,1,1,1,1,0.394125998,0,0.451379776,1,1,1,1,1,0.368086636,0,0.696952105,1,1,1,1,1,0.731389225,0,0.586333978,0.586418447,0.58643617
-669,1,0.3733,1,1,1,1,1,1,1,1,0.6132,0.3733,0,1,0.3058,1,1,1,1,1,1,0.4744,0.3058,0,1,0.6431,1,1,1,0.4551,0.6431,0,1,1,1,1,1,0.550852895,0,0.879236639,1,1,1,1,1,0.639301121,0,0.998951316,1,1,1,1,1,0.742257357,0,0.55818028,0.558070658,0.558510638
-670,1,0.3732,1,1,1,1,1,1,1,1,0.7034,0.3732,0,1,0.3057,1,1,1,1,1,1,0.8217,0.3057,0,1,0.6429,1,1,1,0.4384,0.6429,0,1,1,1,1,1,0.670110226,0,0.991981328,1,1,1,1,1,0.720568538,0,0.825406075,1,1,1,1,1,0.715708613,0,0.522172547,0.522107045,0.522163121
-671,1,0.373,1,1,1,1,1,1,1,1,0.6513,0.373,0,1,0.3055,1,1,1,1,1,1,0.585,0.3055,0,1,0.6427,1,1,1,0.4385,0.6427,0,1,1,1,1,1,0.627546132,0,0.888428569,1,1,1,1,1,0.60114187,0,0.672966778,1,1,1,1,1,0.666772246,0,0.483808603,0.483816374,0.484042553
-672,1,0.3729,1,1,1,1,1,1,1,1,0.7621,0.3729,0,1,0.3054,1,1,1,1,1,1,0.6168,0.3054,0,1,0.6426,1,1,1,0.4061,0.6426,0,1,1,1,1,1,0.682488441,0,0.946749508,1,1,1,1,1,0.705940127,0,1,1,1,1,1,1,0.567642391,0,0.452634123,0.452718426,0.452570922
-673,1,0.3727,1,1,1,1,1,1,1,1,0.8403,0.3727,0,1,0.3053,1,1,1,1,1,1,0.6578,0.3053,0,1,0.6424,1,1,1,0.4931,0.6424,0,1,1,1,1,1,0.646453977,0,0.998146892,1,1,1,1,1,0.716586411,0,1,1,1,1,1,1,0.739495397,0,0.433905268,0.433890417,0.433953901
-674,1,0.3726,1,1,1,1,1,1,1,1,0.8266,0.3726,0,1,0.3052,1,1,1,1,1,1,0.7048,0.3052,0,1,0.6422,1,1,1,0.5656,0.6422,0,1,1,1,1,1,0.765600204,0,1,1,1,1,1,1,0.750145555,0,1,1,1,1,1,1,0.850405574,0,0.4239971,0.423947535,0.424202128
-675,1,0.3724,1,1,1,1,1,1,1,1,0.793,0.3724,0,1,0.3051,1,1,1,1,1,1,0.6246,0.3051,0,1,0.642,1,1,1,0.5026,0.642,0,1,1,1,1,1,0.77344048,0,1,1,1,1,1,1,0.656825125,0,1,1,1,1,1,1,0.860972583,0,0.420734654,0.420774275,0.420656028
-676,1,0.3723,1,1,1,1,1,1,1,1,0.7993,0.3723,0,1,0.305,1,1,1,1,1,1,0.5796,0.305,0,1,0.6419,1,1,1,0.4996,0.6419,0,1,1,1,1,1,0.747929871,0,1,1,1,1,1,1,0.589634717,0,1,1,1,1,1,1,0.901877701,0,0.424782504,0.424793738,0.42464539
-677,1,0.3721,1,1,1,1,1,1,1,1,0.7436,0.3721,0,1,0.3049,1,1,1,1,1,1,0.4262,0.3049,0,1,0.6417,1,1,1,0.561,0.6417,0,1,1,1,1,1,0.723802388,0,1,1,1,1,1,1,0.47571516,0,1,1,1,1,1,1,0.937902212,0,0.437348961,0.437486778,0.4375
-678,1,0.372,1,1,1,1,1,1,1,1,0.6739,0.372,0,1,0.3048,1,1,1,1,1,1,0.2806,0.3048,0,1,0.6415,1,1,1,0.6179,0.6415,0,1,1,1,1,1,0.660487115,0,1,1,1,1,1,1,0.288439095,0,1,1,1,1,1,1,0.957668066,0,0.460548574,0.460545801,0.460549645
-679,1,0.3718,1,1,1,1,1,1,1,1,0.4969,0.3718,0,1,0.3047,1,1,1,1,1,1,0.2084,0.3047,0,1,0.6413,1,1,1,0.5835,0.6413,0,1,1,1,1,1,0.523729503,0,1,1,1,1,1,1,0.171884656,0,0.925436735,1,1,1,1,1,0.947165906,0,0.483929435,0.483816374,0.484042553
-680,1,0.3717,1,1,1,1,1,1,1,1,0.4157,0.3717,0.2679,1,0.3046,1,1,1,1,1,1,0.313,0.3046,0.2674,1,0.6412,1,1,1,0.6457,0.6412,0.2221,1,1,1,1,1,0.437141359,0.508003712,0.979514599,1,1,1,1,1,0.268391728,0.49956876,0.974034846,1,1,1,1,1,0.906116366,0.507833421,0.51878927,0.518722234,0.519060284
-681,1,0.3715,1,1,1,1,1,1,1,1,0.334,0.3715,0.4889,1,0.3044,1,1,1,1,1,1,0.503,0.3044,0.4917,1,0.641,1,1,1,0.6037,0.641,0.4307,1,1,1,1,1,0.327369541,0.782663167,0.765719295,1,1,1,1,1,0.422759354,0.789465725,0.549318612,1,1,1,1,1,0.837091804,0.79136169,0.542472209,0.542627459,0.542553191
-682,1,0.3714,1,1,1,1,1,1,1,1,0.4754,0.3714,0.6489,1,0.3043,1,1,1,1,1,1,0.6127,0.3043,0.6548,1,0.6408,1,1,1,0.7225,0.6408,0.582,1,1,1,1,1,0.527858496,0.939754069,0.425613999,1,1,1,1,1,0.496465206,0.94925487,0.376968086,1,1,1,1,1,0.869529843,0.938853025,0.55540116,0.55553205,0.555407801
-683,1,0.3712,1,1,1,1,1,1,1,1,0.4644,0.3712,0.7238,1,0.3042,1,1,1,1,1,1,0.534,0.3042,0.7303,1,0.6406,1,1,1,0.6581,0.6406,0.5846,1,1,1,1,1,0.529582143,0.998795509,0.404223859,1,1,1,1,1,0.452305079,0.993124425,0.44823432,1,1,1,1,1,0.875281572,0.995560884,0.559932334,0.559974614,0.559840426
-684,1,0.371,1,1,1,1,1,1,1,1,0.4403,0.371,0.7197,1,0.3041,1,1,1,1,1,1,0.3973,0.3041,0.7211,1,0.6404,1,1,1,0.555,0.6404,0.6015,1,1,1,1,1,0.458119094,0.995455265,0.582638621,1,1,1,1,1,0.353528798,0.966846526,0.548245072,1,1,1,1,1,0.684114575,0.969263554,0.558240696,0.558282209,0.558510638
-685,1,0.3709,1,1,1,1,1,1,1,1,0.3459,0.3709,0.6822,1,0.304,1,1,1,1,1,1,0.3659,0.304,0.6605,1,0.6403,1,1,1,0.5111,0.6403,0.5869,1,1,1,1,1,0.421708673,0.976144433,0.64797914,1,1,1,1,1,0.328840196,0.89793992,0.472621799,1,1,1,1,1,0.656952143,0.97545433,0.552561624,0.552570341,0.552748227
-686,1,0.3707,1,1,1,1,1,1,1,1,0.2862,0.3707,0.5905,1,0.3039,1,1,1,1,1,1,0.3736,0.3039,0.5757,1,0.6401,1,1,1,0.4008,0.6401,0.5306,1,1,1,1,1,0.32286185,0.875390291,0.861143351,1,1,1,1,1,0.374148875,0.79373157,0.699418128,1,1,1,1,1,0.521611392,0.904713988,0.546580474,0.546646922,0.546542553
-687,1,0.3706,1,1,1,1,1,1,1,1,0.3284,0.3706,0.44,1,0.3038,1,1,1,1,1,1,0.4289,0.3038,0.474,1,0.6399,1,1,1,0.3324,0.6399,0.3828,1,1,1,1,1,0.268063784,0.730913699,0.999654233,1,1,1,1,1,0.37962684,0.766609848,0.99781394,1,1,1,1,1,0.478730589,0.7426489,0.548936684,0.548973979,0.548758865
-688,1,0.3704,1,1,1,1,1,1,1,1,0.2899,0.3704,0.238,1,0.3037,1,1,1,1,1,1,0.3746,0.3037,0.2667,1,0.6397,1,1,1,0.3653,0.6397,0.1741,1,1,1,1,1,0.256722242,0.478340626,0.998853385,1,1,1,1,1,0.389001906,0.499644518,1,1,1,1,1,1,0.435328662,0.448188484,0.580534074,0.580706579,0.580673759
-689,1,0.3703,1,1,1,1,1,1,1,1,0.2221,0.3703,0,1,0.3036,1,1,1,1,1,1,0.2903,0.3036,0,1,0.6396,1,1,1,0.3058,0.6396,0,1,1,1,1,1,0.220592275,0,1,1,1,1,1,1,0.36145997,0,1,1,1,1,1,1,0.408493042,0,0.644937168,0.644806431,0.645390071
-690,1,0.3701,1,1,1,1,1,1,1,1,0.2651,0.3701,0,1,0.3035,1,1,1,1,1,1,0.2475,0.3035,0,1,0.6394,1,1,1,0.2939,0.6394,0,1,1,1,1,1,0.32395488,0,0.898866773,1,1,1,1,1,0.346280634,0,0.841668844,1,1,1,1,1,0.433938324,0,0.654966167,0.654960863,0.655141844
-691,1,0.37,1,1,1,1,1,1,1,1,0.3274,0.37,0,1,0.3034,1,1,1,1,1,1,0.1454,0.3034,0,1,0.6392,1,1,1,0.4955,0.6392,0,1,1,1,1,1,0.296001494,0,0.91696775,1,1,1,1,1,0.218159795,0,0.506630421,1,1,1,1,1,0.664528906,0,0.639499758,0.639517664,0.63962766
-692,1,0.3698,1,1,1,1,1,1,1,1,0.3383,0.3698,0,1,0.3032,1,1,1,1,1,1,0.2031,0.3032,0,1,0.639,1,1,1,0.38,0.639,0,1,1,1,1,1,0.313049495,0,0.760930181,1,1,1,1,1,0.357158959,0,0.575616837,1,1,1,1,1,0.521850824,0,0.61539391,0.615400889,0.615691489
-693,1,0.3697,1,1,1,1,1,1,1,1,0.3885,0.3697,0,1,0.3031,1,1,1,1,1,1,0.4169,0.3031,0,1,0.6389,1,1,1,0.3322,0.6389,0,1,1,1,1,1,0.33155933,0,0.677775323,1,1,1,1,1,0.556685567,0,0.492381424,1,1,1,1,1,0.416059226,0,0.576486225,0.576687117,0.576684397
-694,1,0.3695,1,1,1,1,1,1,1,1,0.4521,0.3695,0,1,0.303,1,1,1,1,1,1,0.496,0.303,0,1,0.6387,1,1,1,0.2598,0.6387,0,1,1,1,1,1,0.345982015,0,0.822036982,1,1,1,1,1,0.576903641,0,1,1,1,1,1,1,0.324872196,0,0.529362011,0.529299767,0.529698582
-695,1,0.3694,1,1,1,1,1,1,1,1,0.4178,0.3694,0,1,0.3029,1,1,1,1,1,1,0.311,0.3029,0,1,0.6385,1,1,1,0.2345,0.6385,0,1,1,1,1,1,0.297829479,0,0.92110467,1,1,1,1,1,0.396260142,0,0.711791694,1,1,1,1,1,0.346901834,0,0.485439826,0.485508779,0.48537234
-696,1,0.3692,1,1,1,1,1,1,1,1,0.4911,0.3692,0,1,0.3028,1,1,1,1,1,1,0.3837,0.3028,0,1,0.6383,1,1,1,0.1877,0.6383,0,1,1,1,1,1,0.346512496,0,0.999434888,1,1,1,1,1,0.449382722,0,0.790513158,1,1,1,1,1,0.278244853,0,0.455775737,0.455680135,0.455673759
-697,1,0.3691,1,1,1,1,1,1,1,1,0.4857,0.3691,0,1,0.3027,1,1,1,1,1,1,0.6757,0.3027,0,1,0.6382,1,1,1,0.1575,0.6382,0,1,1,1,1,1,0.304065496,0,1,1,1,1,1,1,0.66889739,0,1,1,1,1,1,1,0.263141453,0,0.441094732,0.441083139,0.441046099
-698,1,0.3689,1,1,1,1,1,1,1,1,0.5554,0.3689,0,1,0.3026,1,1,1,1,1,1,0.7032,0.3026,0,1,0.638,1,1,1,0.1263,0.638,0,1,1,1,1,1,0.380187452,0,1,1,1,1,1,1,0.695176542,0,1,1,1,1,1,1,0.252868682,0,0.435355244,0.435371271,0.435283688
-699,1,0.3688,1,1,1,1,1,1,1,1,0.4853,0.3688,0,1,0.3025,1,1,1,1,1,1,0.7233,0.3025,0,1,0.6378,1,1,1,0.1375,0.6378,0,1,1,1,1,1,0.327263355,0,1,1,1,1,1,1,0.667211592,0,0.991929054,1,1,1,1,1,0.267921925,0,0.437046883,0.437063677,0.437056738
-700,1,0.3686,1,1,1,1,1,1,1,1,0.419,0.3686,0,1,0.3024,1,1,1,1,1,1,0.7122,0.3024,0,1,0.6376,1,1,1,0.0887,0.6376,0,1,1,1,1,1,0.293062389,0,1,1,1,1,1,1,0.728541195,0,1,1,1,1,1,1,0.222316235,0,0.452875785,0.452718426,0.453014184
-701,1,0.3685,1,1,1,1,1,1,1,1,0.46,0.3685,0,1,0.3023,1,1,1,1,1,1,0.9504,0.3023,0,1,0.6375,1,1,1,0.0975,0.6375,0,1,1,1,1,1,0.345914841,0,0.998240471,1,1,1,1,1,0.901816249,0,1,1,1,1,1,1,0.293643445,0,0.497583374,0.497567167,0.497783688
-702,1,0.3683,1,1,1,1,1,1,1,1,0.1543,0.3683,0,1,0.3021,1,1,1,1,1,1,0.4289,0.3021,0,1,0.6373,1,1,1,0.0261,0.6373,0,1,1,1,1,1,0.056454238,0,1,1,1,1,1,1,0.337329328,0,1,1,1,1,1,1,0.024198923,0,0.581742388,0.581764333,0.582003546
-703,1,0.3682,1,1,1,1,1,1,1,1,0.248,0.3682,0,1,0.302,1,1,1,1,1,1,0.4117,0.302,0,1,0.6371,1,1,1,0.0616,0.6371,0,1,1,1,1,1,0.146795094,0,1,1,1,1,1,1,0.339936554,0,1,1,1,1,1,1,0.121501409,0,0.626933301,0.626824624,0.62677305
-704,1,0.368,1,1,1,1,1,1,1,1,0.3373,0.368,0.2215,1,0.3019,1,1,1,1,1,1,0.5353,0.3019,0.236,1,0.6369,1,1,1,0.0571,0.6369,0.1773,1,1,1,1,1,0.27827388,0.414404154,1,1,1,1,1,1,0.441627443,0.447806627,1,1,1,1,1,1,0.133307591,0.224287525,0.632854036,0.632748043,0.632978723
-705,1,0.3679,1,1,1,1,1,1,1,1,0.4176,0.3679,0.448,1,0.3018,1,1,1,1,1,1,0.5947,0.3018,0.471,1,0.6368,1,1,1,0.0573,0.6368,0.4061,1,1,1,1,1,0.356309325,0.712888837,1,1,1,1,1,1,0.47934407,0.757454634,1,1,1,1,1,1,0.067949355,0.495823205,0.638231029,0.63824836,0.638297872
-706,1,0.3677,1,1,1,1,1,1,1,1,0.4808,0.3677,0.6102,1,0.3017,1,1,1,1,1,1,0.4454,0.3017,0.6334,1,0.6366,1,1,1,0.2335,0.6366,0.5659,1,1,1,1,1,0.313325703,0.873371482,1,1,1,1,1,1,0.442656696,0.92319417,1,1,1,1,1,1,0.438463628,0.642003179,0.637687289,0.637825259,0.63785461
-707,1,0.3675,1,1,1,1,1,1,1,1,0.5693,0.3675,0.6827,1,0.3016,1,1,1,1,1,1,0.4691,0.3016,0.7139,1,0.6364,1,1,1,0.1884,0.6364,0.6322,1,1,1,1,1,0.574857771,0.946648121,1,1,1,1,1,1,0.460231006,0.994986176,1,1,1,1,1,1,0.130700991,0.704824805,0.634968584,0.63486355,0.635195035
-708,1,0.3674,1,1,1,1,1,1,1,1,0.4579,0.3674,0.6919,1,0.3015,1,1,1,1,1,1,0.4276,0.3015,0.7247,1,0.6362,1,1,1,0.1984,0.6362,0.6405,1,1,1,1,1,0.473998129,0.959498882,1,1,1,1,1,1,0.340561569,0.998752475,1,1,1,1,1,1,0.331951827,0.717520297,0.6300145,0.629997884,0.630319149
-709,1,0.3672,1,1,1,1,1,1,1,1,0.4683,0.3672,0.6824,1,0.3014,1,1,1,1,1,1,0.2652,0.3014,0.7167,1,0.6361,1,1,1,0.2114,0.6361,0.62,1,1,1,1,1,0.518446982,0.945263445,1,1,1,1,1,1,0.282666534,0.996567249,1,1,1,1,1,1,0.296692103,0.692368329,0.625302078,0.62534377,0.625443262
-710,1,0.3671,1,1,1,1,1,1,1,1,0.5532,0.3671,0.6061,1,0.3013,1,1,1,1,1,1,0.0864,0.3013,0.6474,1,0.6359,1,1,1,0.1889,0.6359,0.5308,1,1,1,1,1,0.42639181,0.868514061,1,1,1,1,1,1,0.168020353,0.937445462,1,1,1,1,1,1,0.20898971,0.601571798,0.618716771,0.618574149,0.618794326
-711,1,0.3669,1,1,1,1,1,1,1,1,0.4139,0.3669,0.4429,1,0.3012,1,1,1,1,1,1,0.1256,0.3012,0.4924,1,0.6357,1,1,1,0.1508,0.6357,0.3621,1,1,1,1,1,0.340004355,0.706862092,1,1,1,1,1,1,0.148906708,0.791096509,1,1,1,1,1,1,0.247686967,0.424707174,0.620831319,0.620901206,0.621010638
-712,1,0.3668,1,1,1,1,1,1,1,1,0.298,0.3668,0.2227,1,0.301,1,1,1,1,1,1,0.154,0.301,0.2754,1,0.6355,1,1,1,0.138,0.6355,0.1427,1,1,1,1,1,0.212602124,0.423650503,0.935757637,1,1,1,1,1,0.126329929,0.522770882,1,1,1,1,1,1,0.260299593,0.137884155,0.647051716,0.646921938,0.647163121
-713,1,0.3666,1,1,1,1,1,1,1,1,0.1633,0.3666,0,1,0.3009,1,1,1,1,1,1,0.0559,0.3009,0,1,0.6354,1,1,1,0.1783,0.6354,0,1,1,1,1,1,0.106923983,0,0.837244391,1,1,1,1,1,0.044779666,4.50E-05,1,1,1,1,1,1,0.299376994,0,0.708494442,0.708694732,0.708776596
-714,1,0.3665,1,1,1,1,1,1,1,1,0.076,0.3665,0,1,0.3008,1,1,1,1,1,1,0,0.3008,0,1,0.6352,1,1,1,0.136,0.6352,0,1,1,1,1,1,0.023491262,0,0.785219193,1,1,1,1,1,0.000987947,0,1,1,1,1,1,1,0.259205699,0,0.716288062,0.716310556,0.716755319
-715,1,0.3663,1,1,1,1,1,1,1,1,0.0296,0.3663,0,1,0.3007,1,1,1,1,1,1,0,0.3007,0,1,0.635,1,1,1,0.1003,0.635,0,1,1,1,1,1,0.001616626,0,0.504896641,1,1,1,1,1,0.00040761,0,0.860150278,1,1,1,1,1,0.144372672,0,0.699371677,0.699386503,0.699468085
-716,1,0.3662,1,1,1,1,1,1,1,1,0.1552,0.3662,0,1,0.3006,1,1,1,1,1,1,0.0038,0.3006,0,1,0.6348,1,1,1,0.3234,0.6348,0,1,1,1,1,1,0.058922194,0,1,1,1,1,1,1,0.016701592,0,0.946340084,1,1,1,1,1,0.606236696,0,0.673151281,0.67315422,0.673315603
-717,1,0.366,1,1,1,1,1,1,1,1,0.0934,0.366,0,1,0.3005,1,1,1,1,1,1,0.0027,0.3005,0,1,0.6347,1,1,1,0.2504,0.6347,0,1,1,1,1,1,0.035856403,0,0.809620976,1,1,1,1,1,0.014445241,0,0.448923588,1,1,1,1,1,0.518492937,0,0.627174964,0.627247726,0.627216312
-718,1,0.3659,1,1,1,1,1,1,1,1,0.0855,0.3659,0,1,0.3004,1,1,1,1,1,1,0.0091,0.3004,0,1,0.6345,1,1,1,0.3029,0.6345,0,1,1,1,1,1,0.037749905,0,0.370103121,1,1,1,1,1,0.030333854,0,0.236813128,1,1,1,1,1,0.577022552,0,0.568813436,0.568648191,0.569148936
-719,1,0.3657,1,1,1,1,1,1,1,1,0.0518,0.3657,0,1,0.3003,1,1,1,1,1,1,0.0537,0.3003,0,1,0.6343,1,1,1,0.2838,0.6343,0,1,1,1,1,1,0.032550916,0,0.146000713,1,1,1,1,1,0.086291268,0,0.163842931,1,1,1,1,1,0.53186059,0,0.516372644,0.516395177,0.516400709
-720,1,0.3656,1,1,1,1,1,1,1,1,0.0223,0.3656,0,1,0.3002,1,1,1,1,1,1,0,0.3002,0,1,0.6341,1,1,1,0.2334,0.6341,0,1,1,1,1,1,0.029826351,0,0.026591711,1,1,1,1,1,0.002040227,0,0.120910741,1,1,1,1,1,0.486531198,0,0.483566941,0.483604823,0.483599291
-721,1,0.3654,1,1,1,1,1,1,1,1,0.0073,0.3654,0,1,0.3001,1,1,1,1,1,1,0,0.3001,0,1,0.6339,1,1,1,0.1917,0.6339,0,1,1,1,1,1,0.015305787,0,0,1,1,1,1,1,0.015601134,0,0.039146334,1,1,1,1,1,0.388217211,0,0.46562349,0.465834567,0.465868794
-722,1,0.3653,1,1,1,1,1,1,1,1,0.0127,0.3653,0,1,0.2999,1,1,1,1,1,1,0.012,0.2999,0,1,0.6338,1,1,1,0.1636,0.6338,0,1,1,1,1,1,0.021220416,0,0,1,1,1,1,1,0.028963096,0,0.02363953,1,1,1,1,1,0.34352845,0,0.457044466,0.456949439,0.457003546
-723,1,0.3651,1,1,1,1,1,1,1,1,0.0187,0.3651,0,1,0.2998,1,1,1,1,1,1,0.0224,0.2998,0,1,0.6336,1,1,1,0.1039,0.6336,0,1,1,1,1,1,0.038987201,0,0.018615248,1,1,1,1,1,0.065739609,0,0.00034555,1,1,1,1,1,0.243391722,0,0.456138231,0.456103237,0.456117021
-724,1,0.365,1,1,1,1,1,1,1,1,0.0302,0.365,0,1,0.2997,1,1,1,1,1,1,0.0074,0.2997,0,1,0.6334,1,1,1,0.0409,0.6334,0,1,1,1,1,1,0.027633574,0,0.16717954,1,1,1,1,1,0.052821957,0,0.090721734,1,1,1,1,1,0.107667208,0,0.469369261,0.469430929,0.469414894
-725,1,0.3648,1,1,1,1,1,1,1,1,0.0649,0.3648,0,1,0.2996,1,1,1,1,1,1,0.0252,0.2996,0,1,0.6332,1,1,1,0.0171,0.6332,0,1,1,1,1,1,0.05999621,0,0.474989295,1,1,1,1,1,0.120119259,0,0.567165196,1,1,1,1,1,0.041668154,0,0.511841469,0.511741062,0.511968085
-726,1,0.3647,1,1,1,1,1,1,1,1,0.0866,0.3647,0,1,0.2995,1,1,1,1,1,1,0.0119,0.2995,0,1,0.6331,1,1,1,0.0186,0.6331,0,1,1,1,1,1,0.05497665,0,0.702596068,1,1,1,1,1,0.081295967,0,0.924010992,1,1,1,1,1,0.015827598,0,0.592798453,0.592764967,0.592641844
-727,1,0.3645,1,1,1,1,1,1,1,1,0.1032,0.3645,0,1,0.2994,1,1,1,1,1,1,0.0752,0.2994,0,1,0.6329,1,1,1,0.06,0.6329,0,1,1,1,1,1,0.125590041,0,0.570208311,1,1,1,1,1,0.196727902,0,0.897093773,1,1,1,1,1,0.065328009,0,0.637566457,0.637613708,0.63785461
-728,1,0.3643,1,1,1,1,1,1,1,1,0.0927,0.3643,0.2201,1,0.2993,1,1,1,1,1,1,0.0558,0.2993,0.234,1,0.6327,1,1,1,0.0449,0.6327,0.1239,1,1,1,1,1,0.053490415,0.350113332,0.395216346,1,1,1,1,1,0.129380703,0.430211067,0.95732832,1,1,1,1,1,0.073457122,0.106152534,0.641916385,0.641844722,0.641843972
-729,1,0.3642,1,1,1,1,1,1,1,1,0.0895,0.3642,0.4205,1,0.2992,1,1,1,1,1,1,0.1476,0.2992,0.4451,1,0.6325,1,1,1,0.0418,0.6325,0.3257,1,1,1,1,1,0.060285859,0.623270571,0.599500954,1,1,1,1,1,0.203242242,0.720799208,1,1,1,1,1,1,0.0931051,0.358650148,0.641312228,0.64121007,0.641400709
-730,1,0.364,1,1,1,1,1,1,1,1,0.0435,0.364,0.5658,1,0.2991,1,1,1,1,1,1,0.0738,0.2991,0.6077,1,0.6324,1,1,1,0.0275,0.6324,0.4554,1,1,1,1,1,0.040066771,0.777687848,0.92329669,1,1,1,1,1,0.079362586,0.900471985,1,1,1,1,1,1,0.090384506,0.476272225,0.638231029,0.63824836,0.638297872
-731,1,0.3639,1,1,1,1,1,1,1,1,0.0295,0.3639,0.6243,1,0.299,1,1,1,1,1,1,0.064,0.299,0.6753,1,0.6322,1,1,1,0.0076,0.6322,0.4968,1,1,1,1,1,0.017825676,0.830272317,1,1,1,1,1,1,0.083569184,0.959325969,1,1,1,1,1,1,0.04085689,0.541094244,0.630860319,0.630844087,0.630762411
-732,1,0.3637,1,1,1,1,1,1,1,1,0.0465,0.3637,0.6336,1,0.2988,1,1,1,1,1,1,0.1217,0.2988,0.6821,1,0.632,1,1,1,0.0078,0.632,0.4691,1,1,1,1,1,0.027911656,0.849254251,1,1,1,1,1,1,0.153156906,0.964432359,1,1,1,1,1,1,0.034648474,0.545795739,0.620045916,0.620055003,0.620567376
-733,1,0.3636,1,1,1,1,1,1,1,1,0.072,0.3636,0.6206,1,0.2987,1,1,1,1,1,1,0.1294,0.2987,0.6674,1,0.6318,1,1,1,0.0106,0.6318,0.4368,1,1,1,1,1,0.027777761,0.826158643,1,1,1,1,1,1,0.173289895,0.947248697,1,1,1,1,1,1,0.053723283,0.506604612,0.611346061,0.611381426,0.611702128
-734,1,0.3634,1,1,1,1,1,1,1,1,0.1158,0.3634,0.5519,1,0.2986,1,1,1,1,1,1,0.2031,0.2986,0.6036,1,0.6317,1,1,1,0.0118,0.6317,0.3514,1,1,1,1,1,0.045486916,0.755250156,1,1,1,1,1,1,0.21944499,0.881622553,1,1,1,1,1,1,0.071680576,0.399403095,0.601075399,0.601015443,0.601507092
-735,1,0.3633,1,1,1,1,1,1,1,1,0.1096,0.3633,0.4038,1,0.2985,1,1,1,1,1,1,0.3855,0.2985,0.4617,1,0.6315,1,1,1,0.0224,0.6315,0.2073,1,1,1,1,1,0.05112312,0.604750156,1,1,1,1,1,1,0.413495034,0.749254167,1,1,1,1,1,1,0.082987361,0.208369225,0.59757129,0.597630633,0.59751773
-736,1,0.3631,1,1,1,1,1,1,1,1,0.0817,0.3631,0.2062,1,0.2984,1,1,1,1,1,1,0.3768,0.2984,0.2558,1,0.6313,1,1,1,0.0304,0.6313,0.0582,1,1,1,1,1,0.066213124,0.384492695,1,1,1,1,1,1,0.374422878,0.499689281,1,1,1,1,1,1,0.080590084,0.013048113,0.61817303,0.618151047,0.618351064
-737,1,0.363,1,1,1,1,1,1,1,1,0.1465,0.363,0,1,0.2983,1,1,1,1,1,1,0.4424,0.2983,0,1,0.6311,1,1,1,0.0565,0.6311,0,1,1,1,1,1,0.132454336,0,1,1,1,1,1,1,0.54305923,0,1,1,1,1,1,1,0.098910362,0,0.675507492,0.675692828,0.675531915
-738,1,0.3628,1,1,1,1,1,1,1,1,0.289,0.3628,0,1,0.2982,1,1,1,1,1,1,0.6404,0.2982,0,1,0.631,1,1,1,0.0782,0.631,0,1,1,1,1,1,0.216164663,0,1,1,1,1,1,1,0.773179889,0,0.992604494,1,1,1,1,1,0.156909674,0,0.683301112,0.683308652,0.683510638
-739,1,0.3627,1,1,1,1,1,1,1,1,0.1934,0.3627,0,1,0.2981,1,1,1,1,1,1,0.3338,0.2981,0,1,0.6308,1,1,1,0.0999,0.6308,0,1,1,1,1,1,0.212767228,0,0.99742651,1,1,1,1,1,0.417156637,0,1,1,1,1,1,1,0.232134402,0,0.666868052,0.6668077,0.667109929
-740,1,0.3625,1,1,1,1,1,1,1,1,0.1938,0.3625,0,1,0.298,1,1,1,1,1,1,0.3207,0.298,0,1,0.6306,1,1,1,0.0718,0.6306,0,1,1,1,1,1,0.128602982,0,1,1,1,1,1,1,0.427400231,0,0.975618124,1,1,1,1,1,0.182363257,0,0.639681005,0.639729215,0.63962766
-741,1,0.3624,1,1,1,1,1,1,1,1,0.1014,0.3624,0,1,0.2979,1,1,1,1,1,1,0.3026,0.2979,0,1,0.6304,1,1,1,0.0486,0.6304,0,1,1,1,1,1,0.096482679,0,0.788550317,1,1,1,1,1,0.380007029,0,0.709034085,1,1,1,1,1,0.147907212,0,0.596483809,0.596572879,0.596631206
-742,1,0.3622,1,1,1,1,1,1,1,1,0.1063,0.3622,0,1,0.2978,1,1,1,1,1,1,0.4876,0.2978,0,1,0.6303,1,1,1,0.0509,0.6303,0,1,1,1,1,1,0.089189716,0,0.796837807,1,1,1,1,1,0.47132799,0,0.531679034,1,1,1,1,1,0.147287339,0,0.539330594,0.539242649,0.539450355
-743,1,0.3621,1,1,1,1,1,1,1,1,0.0784,0.3621,0,1,0.2976,1,1,1,1,1,1,0.3831,0.2976,0,1,0.6301,1,1,1,0.0677,0.6301,0,1,1,1,1,1,0.076498419,0,0.98845458,1,1,1,1,1,0.449668467,0,0.996921539,1,1,1,1,1,0.173190057,0,0.488339778,0.488470489,0.488475177
-744,1,0.3619,1,1,1,1,1,1,1,1,0.096,0.3619,0,1,0.2975,1,1,1,1,1,1,0.6331,0.2975,0,1,0.6299,1,1,1,0.1024,0.6299,0,1,1,1,1,1,0.1096773,0,1,1,1,1,1,1,0.714267015,0,1,1,1,1,1,1,0.247732997,0,0.45559449,0.455680135,0.455673759
-745,1,0.3618,1,1,1,1,1,1,1,1,0.137,0.3618,0,1,0.2974,1,1,1,1,1,1,0.6382,0.2974,0,1,0.6297,1,1,1,0.1007,0.6297,0,1,1,1,1,1,0.194803089,0,1,1,1,1,1,1,0.671616912,0,1,1,1,1,1,1,0.265643954,0,0.437530208,0.437486778,0.4375
-746,1,0.3616,1,1,1,1,1,1,1,1,0.2063,0.3616,0,1,0.2973,1,1,1,1,1,1,0.5644,0.2973,0,1,0.6296,1,1,1,0.0909,0.6296,0,1,1,1,1,1,0.254814744,0,1,1,1,1,1,1,0.6663059,0,1,1,1,1,1,1,0.236190215,0,0.428890768,0.428813201,0.428634752
-747,1,0.3615,1,1,1,1,1,1,1,1,0.2178,0.3615,0,1,0.2972,1,1,1,1,1,1,0.535,0.2972,0,1,0.6294,1,1,1,0.1062,0.6294,0,1,1,1,1,1,0.241616324,0,1,1,1,1,1,1,0.707053363,0,1,1,1,1,1,1,0.255432367,0,0.428890768,0.428813201,0.429078014
-748,1,0.3613,1,1,1,1,1,1,1,1,0.2845,0.3613,0,1,0.2971,1,1,1,1,1,1,0.4271,0.2971,0,1,0.6292,1,1,1,0.0818,0.6292,0,1,1,1,1,1,0.200721651,0,1,1,1,1,1,1,0.596340716,0,1,1,1,1,1,1,0.229046464,0,0.441034316,0.440871589,0.441046099
-749,1,0.3611,1,1,1,1,1,1,1,1,0.2248,0.3611,0,1,0.297,1,1,1,1,1,1,0.4552,0.297,0,1,0.629,1,1,1,0.0779,0.629,0,1,1,1,1,1,0.160680622,0,1,1,1,1,1,1,0.562845349,0,1,1,1,1,1,1,0.203031078,0,0.484231513,0.484239475,0.484485816
-750,1,0.361,1,1,1,1,1,1,1,1,0.2908,0.361,0,1,0.2969,1,1,1,1,1,1,0.4525,0.2969,0,1,0.6289,1,1,1,0.1109,0.6289,0,1,1,1,1,1,0.247534588,0,1,1,1,1,1,1,0.585826874,0,1,1,1,1,1,1,0.181782275,0,0.565067666,0.56505183,0.565159574
-751,1,0.3608,1,1,1,1,1,1,1,1,0.216,0.3608,0,1,0.2968,1,1,1,1,1,1,0.4902,0.2968,0,1,0.6287,1,1,1,0.1084,0.6287,0,1,1,1,1,1,0.173735887,0,1,1,1,1,1,1,0.529611707,0,1,1,1,1,1,1,0.193198591,0,0.611829386,0.611804527,0.611702128
-752,1,0.3607,1,1,1,1,1,1,1,1,0.3332,0.3607,0.0461,1,0.2967,1,1,1,1,1,1,0.4202,0.2967,0.0364,1,0.6285,1,1,1,0.1087,0.6285,0.0057,1,1,1,1,1,0.216041267,0.093299352,1,1,1,1,1,1,0.402385354,0.063233517,1,1,1,1,1,1,0.211891547,0.036422238,0.616420976,0.616458642,0.616578014
-753,1,0.3605,1,1,1,1,1,1,1,1,0.4728,0.3605,0.1938,1,0.2965,1,1,1,1,1,1,0.6382,0.2965,0.2206,1,0.6283,1,1,1,0.1239,0.6283,0.1477,1,1,1,1,1,0.304699868,0.283161372,1,1,1,1,1,1,0.495198876,0.382269412,1,1,1,1,1,1,0.204375938,0.17722699,0.616843886,0.616670193,0.617021277
-754,1,0.3604,1,1,1,1,1,1,1,1,0.0566,0.3604,0.3902,1,0.2964,1,1,1,1,1,1,0.0922,0.2964,0.3836,1,0.6281,1,1,1,0.0176,0.6281,0.4071,1,1,1,1,1,0.019990467,0.601121902,1,1,1,1,1,1,0.0603595,0.554088175,1,1,1,1,1,1,0.040625706,0.498945832,0.616360561,0.616458642,0.616578014
-755,1,0.3602,1,1,1,1,1,1,1,1,0.401,0.3602,0.3957,1,0.2963,1,1,1,1,1,1,0.3524,0.2963,0.3151,1,0.628,1,1,1,0.1117,0.628,0.3391,1,1,1,1,1,0.267131478,0.538249075,1,1,1,1,1,1,0.349170536,0.506150186,1,1,1,1,1,1,0.257165611,0.490984559,0.615091832,0.615189338,0.615248227
-756,1,0.3601,1,1,1,1,1,1,1,1,0.4547,0.3601,0.4156,1,0.2962,1,1,1,1,1,1,0.396,0.2962,0.3405,1,0.6278,1,1,1,0.0921,0.6278,0.3883,1,1,1,1,1,0.277173162,0.575325131,1,1,1,1,1,1,0.340544671,0.551843703,1,1,1,1,1,1,0.180945426,0.502223969,0.608748188,0.608842818,0.609042553
-757,1,0.3599,1,1,1,1,1,1,1,1,0.425,0.3599,0.4371,1,0.2961,1,1,1,1,1,1,0.5962,0.2961,0.5179,1,0.6276,1,1,1,0.0767,0.6276,0.3857,1,1,1,1,1,0.295559257,0.650248885,1,1,1,1,1,1,0.523572087,0.803297877,1,1,1,1,1,1,0.121393159,0.502091944,0.602887869,0.602919399,0.603280142
-758,1,0.3598,1,1,1,1,1,1,1,1,0.3442,0.3598,0.5286,1,0.296,1,1,1,1,1,1,0.3907,0.296,0.5831,1,0.6274,1,1,1,0.0637,0.6274,0.2815,1,1,1,1,1,0.284105003,0.789278746,1,1,1,1,1,1,0.363970846,0.807305992,1,1,1,1,1,1,0.095153846,0.637228251,0.590804737,0.590649461,0.590868794
-759,1,0.3596,1,1,1,1,1,1,1,1,0.508,0.3596,0.4206,1,0.2959,1,1,1,1,1,1,0.4543,0.2959,0.4177,1,0.6273,1,1,1,0.0605,0.6273,0.2399,1,1,1,1,1,0.51749301,0.649998069,1,1,1,1,1,1,0.48369953,0.644721627,1,1,1,1,1,1,0.084747866,0.608169794,0.585729821,0.585572245,0.585992908
-760,1,0.3595,1,1,1,1,1,1,1,1,0.6019,0.3595,0.2085,1,0.2958,1,1,1,1,1,1,0.7078,0.2958,0.2475,1,0.6271,1,1,1,0.1009,0.6271,0.0524,1,1,1,1,1,0.625428975,0.408553988,1,1,1,1,1,1,0.65403223,0.462702394,1,1,1,1,1,1,0.126617715,0.326582402,0.602706622,0.602707849,0.602836879
-761,1,0.3593,1,1,1,1,1,1,1,1,0.5202,0.3593,0,1,0.2957,1,1,1,1,1,1,0.6405,0.2957,0,1,0.6269,1,1,1,0.1203,0.6269,0,1,1,1,1,1,0.726660848,0,1,1,1,1,1,1,0.619054437,0,1,1,1,1,1,1,0.180751711,0,0.656234896,0.656230167,0.656471631
-762,1,0.3592,1,1,1,1,1,1,1,1,0.4682,0.3592,0,1,0.2956,1,1,1,1,1,1,0.4393,0.2956,0,1,0.6267,1,1,1,0.1132,0.6267,0,1,1,1,1,1,0.591703415,0,1,1,1,1,1,1,0.563939154,0,1,1,1,1,1,1,0.156880841,0,0.663484775,0.66363444,0.66356383
-763,1,0.359,1,1,1,1,1,1,1,1,0.5178,0.359,0,1,0.2954,1,1,1,1,1,1,0.4075,0.2954,0,1,0.6266,1,1,1,0.1585,0.6266,0,1,1,1,1,1,0.628118157,0,1,1,1,1,1,1,0.470415711,0,1,1,1,1,1,1,0.149838775,0,0.647172547,0.647133488,0.647606383
-764,1,0.3589,1,1,1,1,1,1,1,1,0.4126,0.3589,0,1,0.2953,1,1,1,1,1,1,0.6693,0.2953,0,1,0.6264,1,1,1,0.1223,0.6264,0,1,1,1,1,1,0.458319247,0,1,1,1,1,1,1,0.595134854,0,1,1,1,1,1,1,0.136293709,0,0.621133398,0.621112757,0.621453901
-765,1,0.3587,1,1,1,1,1,1,1,1,0.4976,0.3587,0,1,0.2952,1,1,1,1,1,1,0.6403,0.2952,0,1,0.6262,1,1,1,0.1301,0.6262,0,1,1,1,1,1,0.534213841,0,1,1,1,1,1,1,0.525857151,0,1,1,1,1,1,1,0.199996233,0,0.578902852,0.578802623,0.578900709
-766,1,0.3586,1,1,1,1,1,1,1,1,0.3818,0.3586,0,1,0.2951,1,1,1,1,1,1,0.1559,0.2951,0,1,0.626,1,1,1,0.1651,0.626,0,1,1,1,1,1,0.353278667,0,1,1,1,1,1,1,0.180678129,0,1,1,1,1,1,1,0.271416903,0,0.522716288,0.522741697,0.523049645
-767,1,0.3584,1,1,1,1,1,1,1,1,0.3869,0.3584,0,1,0.295,1,1,1,1,1,1,0.1395,0.295,0,1,0.6259,1,1,1,0.1833,0.6259,0,1,1,1,1,1,0.314005017,0,0.976829052,1,1,1,1,1,0.267841458,0,1,1,1,1,1,1,0.18743366,0,0.472812953,0.472815739,0.47251773
-768,1,0.3583,1,1,1,1,1,1,1,1,0.3766,0.3583,0,1,0.2949,1,1,1,1,1,1,0.1651,0.2949,0,1,0.6257,1,1,1,0.1326,0.6257,0,1,1,1,1,1,0.383086562,0,0.980810642,1,1,1,1,1,0.251514494,0,0.72747016,1,1,1,1,1,0.107498989,0,0.440550991,0.440660038,0.440602837
-769,1,0.3581,1,1,1,1,1,1,1,1,0.3818,0.3581,0,1,0.2948,1,1,1,1,1,1,0.1017,0.2948,0,1,0.6255,1,1,1,0.1683,0.6255,0,1,1,1,1,1,0.44350031,0,0.996657252,1,1,1,1,1,0.176520094,0,0.414286911,1,1,1,1,1,0.126835629,0,0.423936684,0.423947535,0.424202128
-770,1,0.358,1,1,1,1,1,1,1,1,0.3323,0.358,0,1,0.2947,1,1,1,1,1,1,0.1661,0.2947,0,1,0.6253,1,1,1,0.1828,0.6253,0,1,1,1,1,1,0.368468523,0,0.985633254,1,1,1,1,1,0.269503593,0,0.674025476,1,1,1,1,1,0.196585596,0,0.416324311,0.416331711,0.416223404
-771,1,0.3578,1,1,1,1,1,1,1,1,0.3623,0.3578,0,1,0.2946,1,1,1,1,1,1,0.2851,0.2946,0,1,0.6252,1,1,1,0.2129,0.6252,0,1,1,1,1,1,0.395563096,0,0.823532403,1,1,1,1,1,0.402520478,0,0.497878581,1,1,1,1,1,0.257330477,0,0.416988884,0.416966363,0.417109929
-772,1,0.3576,1,1,1,1,1,1,1,1,0.2286,0.3576,0,1,0.2945,1,1,1,1,1,1,0.2959,0.2945,0,1,0.625,1,1,1,0.1277,0.625,0,1,1,1,1,1,0.167541265,0,0.547575772,1,1,1,1,1,0.319666445,0,0.388032496,1,1,1,1,1,0.181628242,0,0.430884485,0.430717157,0.430851064
-773,1,0.3575,1,1,1,1,1,1,1,1,0.157,0.3575,0,1,0.2943,1,1,1,1,1,1,0.1445,0.2943,0,1,0.6248,1,1,1,0.1051,0.6248,0,1,1,1,1,1,0.139193848,0,0.388577133,1,1,1,1,1,0.215694755,0,0.347200036,1,1,1,1,1,0.15911755,0,0.47577332,0.475777449,0.475620567
-774,1,0.3573,1,1,1,1,1,1,1,1,0.1319,0.3573,0,1,0.2942,1,1,1,1,1,1,0.1067,0.2942,0,1,0.6246,1,1,1,0.1199,0.6246,0,1,1,1,1,1,0.156281605,0,0.407628477,1,1,1,1,1,0.215539813,0,0.386353433,1,1,1,1,1,0.180105969,0,0.559569841,0.559763063,0.559397163
-775,1,0.3572,1,1,1,1,1,1,1,1,0.1174,0.3572,0,1,0.2941,1,1,1,1,1,1,0.0747,0.2941,0,1,0.6245,1,1,1,0.113,0.6245,0,1,1,1,1,1,0.084279515,0,0.243772924,1,1,1,1,1,0.1368981,0,0.228318334,1,1,1,1,1,0.187229291,0,0.604035766,0.603977153,0.604166667
-776,1,0.357,1,1,1,1,1,1,1,1,0.0933,0.357,0.1455,1,0.294,1,1,1,1,1,1,0.0156,0.294,0.09,1,0.6243,1,1,1,0.1572,0.6243,0.1705,1,1,1,1,1,0.055331144,0.206003532,0.052970622,1,1,1,1,1,0.054104786,0.133128136,0.021001048,1,1,1,1,1,0.234524131,0.330661446,0.612312711,0.612227629,0.61214539
-777,1,0.3569,1,1,1,1,1,1,1,1,0.0477,0.3569,0.2427,1,0.2939,1,1,1,1,1,1,0.0078,0.2939,0.1936,1,0.6241,1,1,1,0.1303,0.6241,0.3236,1,1,1,1,1,0.056644224,0.3757824,0.057929832,1,1,1,1,1,0.029560359,0.298018128,0.019363616,1,1,1,1,1,0.184579626,0.482598841,0.617870952,0.617727946,0.618351064
-778,1,0.3567,1,1,1,1,1,1,1,1,0.0732,0.3567,0.3104,1,0.2938,1,1,1,1,1,1,0.0075,0.2938,0.3332,1,0.6239,1,1,1,0.1332,0.6239,0.4292,1,1,1,1,1,0.10449855,0.501835227,0.089388102,1,1,1,1,1,0.016660545,0.456856132,0.058379062,1,1,1,1,1,0.162646934,0.59535259,0.623852102,0.623862915,0.624113475
-779,1,0.3566,1,1,1,1,1,1,1,1,0.1364,0.3566,0.3464,1,0.2937,1,1,1,1,1,1,0.1109,0.2937,0.3326,1,0.6238,1,1,1,0.1222,0.6238,0.4401,1,1,1,1,1,0.096431807,0.542283416,0.109146088,1,1,1,1,1,0.104794927,0.510558486,0.037707854,1,1,1,1,1,0.148397759,0.633067608,0.625181247,0.625132219,0.625443262
-780,1,0.3564,1,1,1,1,1,1,1,1,0.1731,0.3564,0.3283,1,0.2936,1,1,1,1,1,1,0.1611,0.2936,0.3824,1,0.6236,1,1,1,0.1236,0.6236,0.4514,1,1,1,1,1,0.092881538,0.520615101,0.261178374,1,1,1,1,1,0.137853146,0.556712389,0.207398713,1,1,1,1,1,0.147312954,0.654635489,0.622704205,0.622593611,0.622783688
-781,1,0.3563,1,1,1,1,1,1,1,1,0.2094,0.3563,0.2946,1,0.2935,1,1,1,1,1,1,0.0972,0.2935,0.3927,1,0.6234,1,1,1,0.1172,0.6234,0.5043,1,1,1,1,1,0.09639807,0.520744085,0.378957778,1,1,1,1,1,0.108982205,0.592068791,0.343934834,1,1,1,1,1,0.171648934,0.63020426,0.621616723,0.621747409,0.621897163
-782,1,0.3561,1,1,1,1,1,1,1,1,0.2582,0.3561,0.2536,1,0.2934,1,1,1,1,1,1,0.0618,0.2934,0.3493,1,0.6232,1,1,1,0.1344,0.6232,0.4798,1,1,1,1,1,0.093670771,0.443469852,0.494419336,1,1,1,1,1,0.083654523,0.508905947,0.31976676,1,1,1,1,1,0.19780083,0.585876882,0.619623006,0.619631902,0.619680851
-783,1,0.356,1,1,1,1,1,1,1,1,0.2275,0.356,0.175,1,0.2933,1,1,1,1,1,1,0.0742,0.2933,0.2221,1,0.6231,1,1,1,0.0897,0.6231,0.3351,1,1,1,1,1,0.065327302,0.282931417,0.771311641,1,1,1,1,1,0.09714818,0.336022586,0.20859766,1,1,1,1,1,0.114634141,0.393366545,0.625241663,0.62534377,0.625443262
-784,1,0.3558,1,1,1,1,1,1,1,1,0.2053,0.3558,0.034,1,0.2931,1,1,1,1,1,1,0.1879,0.2931,0.0478,1,0.6229,1,1,1,0.0933,0.6229,0.1195,1,1,1,1,1,0.072655536,0.059185028,0.924888492,1,1,1,1,1,0.170839787,0.102845892,0.265742421,1,1,1,1,1,0.092381261,0.07587561,0.652368294,0.652422255,0.65248227
-785,1,0.3557,1,1,1,1,1,1,1,1,0.1966,0.3557,0,1,0.293,1,1,1,1,1,1,0.2954,0.293,0,1,0.6227,1,1,1,0.1399,0.6227,0,1,1,1,1,1,0.106875919,0,1,1,1,1,1,1,0.24082078,0,0.409732759,1,1,1,1,1,0.180342734,0,0.692665539,0.692616882,0.692819149
-786,1,0.3555,1,1,1,1,1,1,1,1,0.1835,0.3555,0,1,0.2929,1,1,1,1,1,1,0.3657,0.2929,0,1,0.6225,1,1,1,0.2193,0.6225,0,1,1,1,1,1,0.136248887,0,1,1,1,1,1,1,0.32001996,0,0.409101367,1,1,1,1,1,0.309749097,0,0.694659256,0.694732388,0.694592199
-787,1,0.3554,1,1,1,1,1,1,1,1,0.1348,0.3554,0,1,0.2928,1,1,1,1,1,1,0.2629,0.2928,0,1,0.6223,1,1,1,0.1539,0.6223,0,1,1,1,1,1,0.120198637,0,0.969779372,1,1,1,1,1,0.220218718,0,0.202965468,1,1,1,1,1,0.208642468,0,0.678709522,0.678654538,0.679078014
-788,1,0.3552,1,1,1,1,1,1,1,1,0.1303,0.3552,0,1,0.2927,1,1,1,1,1,1,0.5648,0.2927,0,1,0.6222,1,1,1,0.2421,0.6222,0,1,1,1,1,1,0.185680255,0,0.88285172,1,1,1,1,1,0.456699103,0,0.271671474,1,1,1,1,1,0.299866736,0,0.654059932,0.65411466,0.654255319
-789,1,0.3551,1,1,1,1,1,1,1,1,0.1532,0.3551,0,1,0.2926,1,1,1,1,1,1,0.5892,0.2926,0,1,0.622,1,1,1,0.222,0.622,0,1,1,1,1,1,0.261445582,0,0.851768255,1,1,1,1,1,0.530942202,0,0.297862083,1,1,1,1,1,0.280218422,0,0.611708555,0.611804527,0.611702128
-790,1,0.3549,1,1,1,1,1,1,1,1,0.2442,0.3549,0,1,0.2925,1,1,1,1,1,1,0.6145,0.2925,0,1,0.6218,1,1,1,0.2078,0.6218,0,1,1,1,1,1,0.389072001,0,0.768877149,1,1,1,1,1,0.627009869,0,0.523702145,1,1,1,1,1,0.268600106,0,0.556549058,0.556589803,0.556737589
-791,1,0.3548,1,1,1,1,1,1,1,1,0.2866,0.3548,0,1,0.2924,1,1,1,1,1,1,0.5073,0.2924,0,1,0.6216,1,1,1,0.2657,0.6216,0,1,1,1,1,1,0.419161379,0,0.709473848,1,1,1,1,1,0.51958853,0,0.626044512,1,1,1,1,1,0.341568589,0,0.507068632,0.507086947,0.507092199
-792,1,0.3546,1,1,1,1,1,1,1,1,0.306,0.3546,0,1,0.2923,1,1,1,1,1,1,0.6853,0.2923,0,1,0.6215,1,1,1,0.3213,0.6215,0,1,1,1,1,1,0.476029575,0,0.703855813,1,1,1,1,1,0.717554569,0,0.584649742,1,1,1,1,1,0.409523487,0,0.474685839,0.474719695,0.474734043
-793,1,0.3544,1,1,1,1,1,1,1,1,0.3078,0.3544,0,1,0.2922,1,1,1,1,1,1,0.6133,0.2922,0,1,0.6213,1,1,1,0.2832,0.6213,0,1,1,1,1,1,0.411838561,0,0.978587091,1,1,1,1,1,0.667128503,0,0.773313165,1,1,1,1,1,0.345329881,0,0.45740696,0.457372541,0.457446809
-794,1,0.3543,1,1,1,1,1,1,1,1,0.2736,0.3543,0,1,0.292,1,1,1,1,1,1,0.5158,0.292,0,1,0.6211,1,1,1,0.2951,0.6211,0,1,1,1,1,1,0.287796199,0,0.999675751,1,1,1,1,1,0.614007771,0,1,1,1,1,1,1,0.428371191,0,0.451184147,0.451237571,0.451241135
-795,1,0.3541,1,1,1,1,1,1,1,1,0.2412,0.3541,0,1,0.2919,1,1,1,1,1,1,0.3481,0.2919,0,1,0.6209,1,1,1,0.3276,0.6209,0,1,1,1,1,1,0.231116414,0,0.925075769,1,1,1,1,1,0.428339601,0,1,1,1,1,1,1,0.47630775,0,0.452090382,0.452083774,0.45212766
-796,1,0.354,1,1,1,1,1,1,1,1,0.3107,0.354,0,1,0.2918,1,1,1,1,1,1,0.2595,0.2918,0,1,0.6208,1,1,1,0.4021,0.6208,0,1,1,1,1,1,0.247458607,0,1,1,1,1,1,1,0.343908995,0,1,1,1,1,1,1,0.594658077,0,0.466046399,0.466046118,0.466312057
-797,1,0.3538,1,1,1,1,1,1,1,1,0.2331,0.3538,0,1,0.2917,1,1,1,1,1,1,0.3978,0.2917,0,1,0.6206,1,1,1,0.4368,0.6206,0,1,1,1,1,1,0.244129777,0,0.902260423,1,1,1,1,1,0.460561693,0,1,1,1,1,1,1,0.664610445,0,0.511237313,0.51110641,0.51108156
-798,1,0.3537,1,1,1,1,1,1,1,1,0.2189,0.3537,0,1,0.2916,1,1,1,1,1,1,0.3029,0.2916,0,1,0.6204,1,1,1,0.4581,0.6204,0,1,1,1,1,1,0.184182227,0,0.835264206,1,1,1,1,1,0.297472179,0,1,1,1,1,1,1,0.710611522,0,0.594610923,0.594668923,0.594858156
-799,1,0.3535,1,1,1,1,1,1,1,1,0.2299,0.3535,0,1,0.2915,1,1,1,1,1,1,0.2191,0.2915,0,1,0.6202,1,1,1,0.37,0.6202,0,1,1,1,1,1,0.225504801,0,0.67254287,1,1,1,1,1,0.198571995,0,0.926411092,1,1,1,1,1,0.622478068,0,0.635633156,0.635709752,0.635638298
-800,1,0.3534,1,1,1,1,1,1,1,1,0.2891,0.3534,0.2753,1,0.2914,1,1,1,1,1,1,0.3339,0.2914,0.2852,1,0.6201,1,1,1,0.5172,0.6201,0.2222,1,1,1,1,1,0.287564903,0.550591052,0.565490961,1,1,1,1,1,0.29392606,0.535572886,0.735062361,1,1,1,1,1,0.774337292,0.488184839,0.640647656,0.640786968,0.640957447
-801,1,0.3532,1,1,1,1,1,1,1,1,0.2375,0.3532,0.4988,1,0.2913,1,1,1,1,1,1,0.4184,0.2913,0.5084,1,0.6199,1,1,1,0.3984,0.6199,0.3733,1,1,1,1,1,0.227531835,0.825124741,0.503312111,1,1,1,1,1,0.394023865,0.816006422,0.869518399,1,1,1,1,1,0.638944924,0.723017454,0.639137264,0.639094563,0.639184397
-802,1,0.3531,1,1,1,1,1,1,1,1,0.1947,0.3531,0.6555,1,0.2912,1,1,1,1,1,1,0.4496,0.2912,0.6649,1,0.6197,1,1,1,0.3475,0.6197,0.4894,1,1,1,1,1,0.193130091,0.968725562,0.397825956,1,1,1,1,1,0.443158627,0.967505455,0.512563586,1,1,1,1,1,0.539852619,0.87814343,0.637626873,0.637825259,0.63785461
-803,1,0.3529,1,1,1,1,1,1,1,1,0.1596,0.3529,0.727,1,0.2911,1,1,1,1,1,1,0.4542,0.2911,0.739,1,0.6195,1,1,1,0.3008,0.6195,0.6147,1,1,1,1,1,0.184616253,0.997696698,0.467158616,1,1,1,1,1,0.424032271,1,0.436321497,1,1,1,1,1,0.458831966,0.96494925,0.631464476,0.631478739,0.631648936
-804,1,0.3528,1,1,1,1,1,1,1,1,0.2111,0.3528,0.7355,1,0.2909,1,1,1,1,1,1,0.4211,0.2909,0.7491,1,0.6194,1,1,1,0.231,0.6194,0.674,1,1,1,1,1,0.253531963,1,0.465070426,1,1,1,1,1,0.374708116,1,0.454321802,1,1,1,1,1,0.350636512,0.939557195,0.6199855,0.619843453,0.620124113
-805,1,0.3526,1,1,1,1,1,1,1,1,0.2691,0.3526,0.7286,1,0.2908,1,1,1,1,1,1,0.3076,0.2908,0.7427,1,0.6192,1,1,1,0.3002,0.6192,0.6074,1,1,1,1,1,0.365109563,0.997563839,0.527628541,1,1,1,1,1,0.27788797,1,0.467457116,1,1,1,1,1,0.471201092,0.879588604,0.612252296,0.612227629,0.61214539
-806,1,0.3525,1,1,1,1,1,1,1,1,0.3164,0.3525,0.6589,1,0.2907,1,1,1,1,1,1,0.3027,0.2907,0.6855,1,0.619,1,1,1,0.3104,0.619,0.5635,1,1,1,1,1,0.383451283,0.974974573,0.402595043,1,1,1,1,1,0.29648748,0.98572433,0.433334589,1,1,1,1,1,0.492583811,0.906751275,0.602767037,0.602707849,0.602836879
-807,1,0.3523,1,1,1,1,1,1,1,1,0.2354,0.3523,0.4977,1,0.2906,1,1,1,1,1,1,0.2465,0.2906,0.5306,1,0.6188,1,1,1,0.2295,0.6188,0.4017,1,1,1,1,1,0.262180358,0.810561597,0.319198489,1,1,1,1,1,0.253713667,0.845061898,0.376916498,1,1,1,1,1,0.394755781,0.779628754,0.599565007,0.599746139,0.599734043
-808,1,0.3522,1,1,1,1,1,1,1,1,0.216,0.3522,0.2796,1,0.2905,1,1,1,1,1,1,0.2435,0.2905,0.3169,1,0.6187,1,1,1,0.1604,0.6187,0.1843,1,1,1,1,1,0.237569928,0.552969933,0.186368495,1,1,1,1,1,0.245726928,0.586941719,0.370740831,1,1,1,1,1,0.321599871,0.4947671,0.617448043,0.617516395,0.617464539
-809,1,0.352,1,1,1,1,1,1,1,1,0.1181,0.352,0,1,0.2904,1,1,1,1,1,1,0.0876,0.2904,0.0002,1,0.6185,1,1,1,0.2637,0.6185,0,1,1,1,1,1,0.154034868,0,0.095573373,1,1,1,1,1,0.122582242,0.003754332,0.28421545,1,1,1,1,1,0.539359212,0,0.666868052,0.6668077,0.666666667
-810,1,0.3519,1,1,1,1,1,1,1,1,0.137,0.3519,0,1,0.2903,1,1,1,1,1,1,0.0671,0.2903,0,1,0.6183,1,1,1,0.2786,0.6183,0,1,1,1,1,1,0.210450292,0,0.170891523,1,1,1,1,1,0.104897082,0,0.395336926,1,1,1,1,1,0.582202852,0,0.67357419,0.673577322,0.673758865
-811,1,0.3517,1,1,1,1,1,1,1,1,0.1675,0.3517,0,1,0.2902,1,1,1,1,1,1,0.0428,0.2902,0,1,0.6181,1,1,1,0.1842,0.6181,0,1,1,1,1,1,0.231337026,0,0.261744946,1,1,1,1,1,0.079567641,0,0.522135854,1,1,1,1,1,0.398145735,0,0.656959884,0.656864819,0.656914894
-812,1,0.3516,1,1,1,1,1,1,1,1,0.1272,0.3516,0,1,0.2901,1,1,1,1,1,1,0.0346,0.2901,0,1,0.618,1,1,1,0.1593,0.618,0,1,1,1,1,1,0.160837963,0,0.202107742,1,1,1,1,1,0.056579795,0,0.158446863,1,1,1,1,1,0.235560238,0,0.634847753,0.634651999,0.635195035
-813,1,0.3514,1,1,1,1,1,1,1,1,0.1433,0.3514,0,1,0.29,1,1,1,1,1,1,0.0315,0.29,0,1,0.6178,1,1,1,0.1576,0.6178,0,1,1,1,1,1,0.171566278,0,0.202914476,1,1,1,1,1,0.046720639,0,0.035966493,1,1,1,1,1,0.216202423,0,0.601860802,0.601650095,0.601950355
-814,1,0.3512,1,1,1,1,1,1,1,1,0.2056,0.3512,0,1,0.2898,1,1,1,1,1,1,0.0468,0.2898,0,1,0.6176,1,1,1,0.1383,0.6176,0,1,1,1,1,1,0.206517622,0,0.189484596,1,1,1,1,1,0.070696503,0,0.051558644,1,1,1,1,1,0.183955804,0,0.556851136,0.556801354,0.556737589
-815,1,0.3511,1,1,1,1,1,1,1,1,0.1736,0.3511,0,1,0.2897,1,1,1,1,1,1,0.1015,0.2897,0,1,0.6174,1,1,1,0.1539,0.6174,0,1,1,1,1,1,0.176681399,0,0.352852225,1,1,1,1,1,0.142729834,0,0.143725678,1,1,1,1,1,0.334290475,0,0.508397777,0.508356251,0.508421986
-816,1,0.3509,1,1,1,1,1,1,1,1,0.1804,0.3509,0,1,0.2896,1,1,1,1,1,1,0.166,0.2896,0,1,0.6173,1,1,1,0.162,0.6173,0,1,1,1,1,1,0.186427265,0,0.281211197,1,1,1,1,1,0.208615676,0,0.128578529,1,1,1,1,1,0.369595319,0,0.472631706,0.472604189,0.47251773
-817,1,0.3508,1,1,1,1,1,1,1,1,0.1662,0.3508,0,1,0.2895,1,1,1,1,1,1,0.2032,0.2895,0,1,0.6171,1,1,1,0.1114,0.6171,0,1,1,1,1,1,0.141543105,0,0.24352926,1,1,1,1,1,0.252239645,0,0.276502103,1,1,1,1,1,0.268615037,0,0.45281537,0.452718426,0.453014184
-818,1,0.3506,1,1,1,1,1,1,1,1,0.1975,0.3506,0,1,0.2894,1,1,1,1,1,1,0.218,0.2894,0,1,0.6169,1,1,1,0.0935,0.6169,0,1,1,1,1,1,0.127795607,0,0.551390767,1,1,1,1,1,0.279464722,0,0.622407973,1,1,1,1,1,0.245638654,0,0.441880135,0.441929342,0.441932624
-819,1,0.3505,1,1,1,1,1,1,1,1,0.2276,0.3505,0,1,0.2893,1,1,1,1,1,1,0.233,0.2893,0,1,0.6167,1,1,1,0.1134,0.6167,0,1,1,1,1,1,0.181273267,0,0.639246702,1,1,1,1,1,0.317038506,0,0.581334531,1,1,1,1,1,0.272215456,0,0.437590623,0.437698329,0.4375
-820,1,0.3503,1,1,1,1,1,1,1,1,0.2669,0.3503,0,1,0.2892,1,1,1,1,1,1,0.27,0.2892,0,1,0.6166,1,1,1,0.1904,0.6166,0,1,1,1,1,1,0.244429097,0,0.686047196,1,1,1,1,1,0.390875399,0,0.642005801,1,1,1,1,1,0.330373973,0,0.440913485,0.440871589,0.440602837
-821,1,0.3502,1,1,1,1,1,1,1,1,0.2565,0.3502,0,1,0.2891,1,1,1,1,1,1,0.2033,0.2891,0,1,0.6164,1,1,1,0.226,0.6164,0,1,1,1,1,1,0.259771109,0,0.794963002,1,1,1,1,1,0.304329753,0,0.480959177,1,1,1,1,1,0.291830659,0,0.456863219,0.456737889,0.457003546
-822,1,0.35,1,1,1,1,1,1,1,1,0.191,0.35,0,1,0.289,1,1,1,1,1,1,0.2361,0.289,0,1,0.6162,1,1,1,0.2889,0.6162,0,1,1,1,1,1,0.236181334,0,0.556034267,1,1,1,1,1,0.339219898,0,0.283207864,1,1,1,1,1,0.351346254,0,0.488279362,0.488258938,0.488475177
-823,1,0.3499,1,1,1,1,1,1,1,1,0.2067,0.3499,0,1,0.2889,1,1,1,1,1,1,0.2096,0.2889,0,1,0.616,1,1,1,0.2231,0.616,0,1,1,1,1,1,0.188757405,0,0.737434208,1,1,1,1,1,0.298683941,0,0.633132994,1,1,1,1,1,0.285051942,0,0.520541324,0.52062619,0.520833333
-824,1,0.3497,1,1,1,1,1,1,1,1,0.2028,0.3497,0.2573,1,0.2887,1,1,1,1,1,1,0.1707,0.2887,0.2491,1,0.6158,1,1,1,0.277,0.6158,0.2179,1,1,1,1,1,0.236170962,0.460373342,0.82946074,1,1,1,1,1,0.187391132,0.41150254,0.628424644,1,1,1,1,1,0.510358453,0.426907063,0.554615756,0.554685847,0.554964539
-825,1,0.3496,1,1,1,1,1,1,1,1,0.1655,0.3496,0.4428,1,0.2886,1,1,1,1,1,1,0.1428,0.2886,0.4212,1,0.6157,1,1,1,0.1817,0.6157,0.4377,1,1,1,1,1,0.150341004,0.712262988,0.899591923,1,1,1,1,1,0.133782476,0.644474685,0.619172275,1,1,1,1,1,0.330415368,0.684625208,0.575398743,0.575417813,0.575797872
-826,1,0.3494,1,1,1,1,1,1,1,1,0.2659,0.3494,0.5817,1,0.2885,1,1,1,1,1,1,0.398,0.2885,0.565,1,0.6155,1,1,1,0.2194,0.6155,0.5688,1,1,1,1,1,0.258907408,0.809171498,0.853770852,1,1,1,1,1,0.350717634,0.803192556,0.431081176,1,1,1,1,1,0.325391978,0.830927074,0.582467376,0.582610535,0.582446809
-827,1,0.3493,1,1,1,1,1,1,1,1,0.2453,0.3493,0.5987,1,0.2884,1,1,1,1,1,1,0.5621,0.2884,0.6201,1,0.6153,1,1,1,0.2477,0.6153,0.5992,1,1,1,1,1,0.283280671,0.85270822,0.646825612,1,1,1,1,1,0.471854299,0.840317607,0.371200025,1,1,1,1,1,0.376242936,0.963212609,0.577996617,0.577956421,0.578014184
-828,1,0.3491,1,1,1,1,1,1,1,1,0.2446,0.3491,0.6564,1,0.2883,1,1,1,1,1,1,0.4415,0.2883,0.6135,1,0.6151,1,1,1,0.3111,0.6151,0.6509,1,1,1,1,1,0.273270667,0.911302209,0.369567186,1,1,1,1,1,0.391232908,0.816644371,0.242984816,1,1,1,1,1,0.489652574,0.98288697,0.568450942,0.568436641,0.568705674
-829,1,0.349,1,1,1,1,1,1,1,1,0.226,0.349,0.6124,1,0.2882,1,1,1,1,1,1,0.3494,0.2882,0.5587,1,0.615,1,1,1,0.2731,0.615,0.666,1,1,1,1,1,0.253780514,0.836064219,0.140949965,1,1,1,1,1,0.315298557,0.813836873,0.103268854,1,1,1,1,1,0.432372004,0.995891333,0.556488642,0.556589803,0.556737589
-830,1,0.3488,1,1,1,1,1,1,1,1,0.1888,0.3488,0.5068,1,0.2881,1,1,1,1,1,1,0.4235,0.2881,0.5271,1,0.6148,1,1,1,0.3021,0.6148,0.6132,1,1,1,1,1,0.230576187,0.759458184,0.335208744,1,1,1,1,1,0.356083214,0.776669323,0.15858981,1,1,1,1,1,0.428593785,0.920336485,0.5489971,0.548973979,0.549202128
-831,1,0.3487,1,1,1,1,1,1,1,1,0.157,0.3487,0.4084,1,0.288,1,1,1,1,1,1,0.4151,0.288,0.3826,1,0.6146,1,1,1,0.2923,0.6146,0.4604,1,1,1,1,1,0.223688602,0.676817715,0.551024437,1,1,1,1,1,0.354273677,0.57527405,0.182983503,1,1,1,1,1,0.411392301,0.759069204,0.549661672,0.549820182,0.54964539
-832,1,0.3485,1,1,1,1,1,1,1,1,0.1292,0.3485,0.2368,1,0.2879,1,1,1,1,1,1,0.2194,0.2879,0.213,1,0.6144,1,1,1,0.3571,0.6144,0.239,1,1,1,1,1,0.180839539,0.492759377,0.602906704,1,1,1,1,1,0.209992796,0.383338153,0.146773562,1,1,1,1,1,0.541352153,0.494016945,0.571290478,0.57139835,0.571365248
-833,1,0.3484,1,1,1,1,1,1,1,1,0.0989,0.3484,0,1,0.2878,1,1,1,1,1,1,0.106,0.2878,0,1,0.6143,1,1,1,0.4468,0.6143,0,1,1,1,1,1,0.189725265,0,0.447923183,1,1,1,1,1,0.107788622,0,0.066135868,1,1,1,1,1,0.659112215,0,0.626449976,0.626401523,0.62677305
-834,1,0.3482,1,1,1,1,1,1,1,1,0.1215,0.3482,0,1,0.2877,1,1,1,1,1,1,0.0704,0.2877,0,1,0.6141,1,1,1,0.4554,0.6141,0,1,1,1,1,1,0.215308055,0,0.116892323,1,1,1,1,1,0.112563796,0,0.064659432,1,1,1,1,1,0.706642568,0,0.638472692,0.638459911,0.638741135
-835,1,0.3481,1,1,1,1,1,1,1,1,0.0708,0.3481,0,1,0.2875,1,1,1,1,1,1,0.0673,0.2875,0,1,0.6139,1,1,1,0.2964,0.6139,0,1,1,1,1,1,0.095725782,0,0.076190785,1,1,1,1,1,0.11805065,0,0.125782728,1,1,1,1,1,0.498981714,0,0.623731271,0.623651365,0.624113475
-836,1,0.3479,1,1,1,1,1,1,1,1,0.1338,0.3479,0,1,0.2874,1,1,1,1,1,1,0.0646,0.2874,0,1,0.6137,1,1,1,0.2663,0.6137,0,1,1,1,1,1,0.118272997,0,0.233428583,1,1,1,1,1,0.144602031,0,0.103449479,1,1,1,1,1,0.504814029,0,0.606150314,0.606092659,0.606382979
-837,1,0.3477,1,1,1,1,1,1,1,1,0.0713,0.3477,0,1,0.2873,1,1,1,1,1,1,0.0594,0.2873,0,1,0.6136,1,1,1,0.2632,0.6136,0,1,1,1,1,1,0.084747814,0,0.343013287,1,1,1,1,1,0.110897079,0,0.400012612,1,1,1,1,1,0.579486549,0,0.579325761,0.579437275,0.579343972
-838,1,0.3476,1,1,1,1,1,1,1,1,0.1374,0.3476,0,1,0.2872,1,1,1,1,1,1,0.0433,0.2872,0,1,0.6134,1,1,1,0.3004,0.6134,0,1,1,1,1,1,0.123605423,0,0.184366614,1,1,1,1,1,0.104109451,0,0.381395578,1,1,1,1,1,0.613389611,0,0.543559691,0.543685213,0.543882979
-839,1,0.3474,1,1,1,1,1,1,1,1,0.1337,0.3474,0,1,0.2871,1,1,1,1,1,1,0,0.2871,0,1,0.6132,1,1,1,0.3288,0.6132,0,1,1,1,1,1,0.105448969,0,0.225676388,1,1,1,1,1,0.042924725,0,0.252165437,1,1,1,1,1,0.622210026,0,0.50598115,0.506029194,0.506205674
-840,1,0.3473,1,1,1,1,1,1,1,1,0.1238,0.3473,0,1,0.287,1,1,1,1,1,1,0,0.287,0,1,0.613,1,1,1,0.3566,0.613,0,1,1,1,1,1,0.089078993,0,0.345335156,1,1,1,1,1,0.014412494,0,0.162546873,1,1,1,1,1,0.563840568,0,0.475894152,0.475777449,0.47606383
-841,1,0.3471,1,1,1,1,1,1,1,1,0.1302,0.3471,0,1,0.2869,1,1,1,1,1,1,0.0069,0.2869,0,1,0.6129,1,1,1,0.3586,0.6129,0,1,1,1,1,1,0.117024496,0,0.391366065,1,1,1,1,1,0.039288551,0,0.24222514,1,1,1,1,1,0.534364223,0,0.458856936,0.458853395,0.458776596
-842,1,0.347,1,1,1,1,1,1,1,1,0.1362,0.347,0,1,0.2868,1,1,1,1,1,1,0.0183,0.2868,0,1,0.6127,1,1,1,0.3681,0.6127,0,1,1,1,1,1,0.118824854,0,0.553888798,1,1,1,1,1,0.059918709,0,0.830320418,1,1,1,1,1,0.514667571,0,0.450882069,0.45081447,0.451241135
-843,1,0.3468,1,1,1,1,1,1,1,1,0.1338,0.3468,0,1,0.2867,1,1,1,1,1,1,0.0036,0.2867,0,1,0.6125,1,1,1,0.3488,0.6125,0,1,1,1,1,1,0.111476235,0,0.491337121,1,1,1,1,1,0.022630405,0,0.957851589,1,1,1,1,1,0.48230046,0,0.448646689,0.448698963,0.449024823
-844,1,0.3467,1,1,1,1,1,1,1,1,0.1287,0.3467,0,1,0.2866,1,1,1,1,1,1,0.0093,0.2866,0,1,0.6123,1,1,1,0.3451,0.6123,0,1,1,1,1,1,0.097801648,0,0.427437663,1,1,1,1,1,0.037658282,0,0.838200331,1,1,1,1,1,0.440921515,0,0.452150797,0.452083774,0.45212766
-845,1,0.3465,1,1,1,1,1,1,1,1,0.1538,0.3465,0,1,0.2864,1,1,1,1,1,1,0.0075,0.2864,0,1,0.6122,1,1,1,0.4285,0.6122,0,1,1,1,1,1,0.141445696,0,0.340255171,1,1,1,1,1,0.029856095,0,0.514610529,1,1,1,1,1,0.55461657,0,0.465321411,0.465411466,0.465425532
-846,1,0.3464,1,1,1,1,1,1,1,1,0.1,0.3464,0,1,0.2863,1,1,1,1,1,1,0,0.2863,0,1,0.612,1,1,1,0.3794,0.612,0,1,1,1,1,1,0.085419931,0,0.429540783,1,1,1,1,1,0.003638875,0,0.399053693,1,1,1,1,1,0.582363784,0,0.487252296,0.487201185,0.48714539
-847,1,0.3462,1,1,1,1,1,1,1,1,0.0843,0.3462,0,1,0.2862,1,1,1,1,1,1,0,0.2862,0,1,0.6118,1,1,1,0.2214,0.6118,0,1,1,1,1,1,0.068729863,0,0.727027893,1,1,1,1,1,0.006751534,0,0.320848674,1,1,1,1,1,0.552599251,0,0.514137264,0.514068119,0.514184397
-848,1,0.3461,1,1,1,1,1,1,1,1,0.0517,0.3461,0.2891,1,0.2861,1,1,1,1,1,1,0,0.2861,0.268,1,0.6116,1,1,1,0.373,0.6116,0.2526,1,1,1,1,1,0.032762598,0.559990883,0.439785004,1,1,1,1,1,0.008029918,0.498138011,0.245589018,1,1,1,1,1,0.678423524,0.563844919,0.549661672,0.549820182,0.54964539
-849,1,0.3459,1,1,1,1,1,1,1,1,0.0273,0.3459,0.5073,1,0.286,1,1,1,1,1,1,0,0.286,0.5038,1,0.6115,1,1,1,0.2296,0.6115,0.4753,1,1,1,1,1,0.00369777,0.828204632,0.227832958,1,1,1,1,1,0.002756852,0.805535793,0.189753145,1,1,1,1,1,0.46848011,0.8287853,0.572438376,0.572456103,0.572695035
-850,1,0.3458,1,1,1,1,1,1,1,1,0.021,0.3458,0.6627,1,0.2859,1,1,1,1,1,1,0,0.2859,0.6629,1,0.6113,1,1,1,0.1883,0.6113,0.6362,1,1,1,1,1,0.002533805,0.968664467,0.142831534,1,1,1,1,1,0.009650202,0.957534432,0.117912307,1,1,1,1,1,0.305383831,0.964415908,0.581923635,0.581764333,0.582003546
-851,1,0.3456,1,1,1,1,1,1,1,1,0.0086,0.3456,0.7274,1,0.2858,1,1,1,1,1,1,0,0.2858,0.7289,1,0.6111,1,1,1,0.1326,0.6111,0.6977,1,1,1,1,1,0.001343728,1,0.10869509,1,1,1,1,1,0.001418007,0.999038279,0.055679325,1,1,1,1,1,0.155464932,0.998545766,0.585125665,0.585149143,0.585106383
-852,1,0.3455,1,1,1,1,1,1,1,1,0.0026,0.3455,0.7364,1,0.2857,1,1,1,1,1,1,0,0.2857,0.7458,1,0.6109,1,1,1,0.159,0.6109,0.7077,1,1,1,1,1,0.001844888,1,0.072744042,1,1,1,1,1,0.004862037,1,0.067545027,1,1,1,1,1,0.266074628,1,0.582709038,0.582822086,0.582890071
-853,1,0.3453,1,1,1,1,1,1,1,1,0.0085,0.3453,0.7298,1,0.2856,1,1,1,1,1,1,0.0234,0.2856,0.7384,1,0.6108,1,1,1,0.2519,0.6108,0.6917,1,1,1,1,1,0.017535098,1,0.022759173,1,1,1,1,1,0.034208026,1,0.026721729,1,1,1,1,1,0.466025144,0.999994397,0.574492508,0.57457161,0.574468085
-854,1,0.3452,1,1,1,1,1,1,1,1,0.0239,0.3452,0.6666,1,0.2855,1,1,1,1,1,1,0.0506,0.2855,0.6868,1,0.6106,1,1,1,0.1972,0.6106,0.6104,1,1,1,1,1,0.042058464,0.977776766,0.002403918,1,1,1,1,1,0.048270788,0.987263799,0,1,1,1,1,1,0.427839428,0.948432624,0.568632189,0.568648191,0.568705674
-855,1,0.345,1,1,1,1,1,1,1,1,0.0313,0.345,0.508,1,0.2853,1,1,1,1,1,1,0.1276,0.2853,0.5375,1,0.6104,1,1,1,0.2052,0.6104,0.4583,1,1,1,1,1,0.06331417,0.841757059,0.000469796,1,1,1,1,1,0.106572866,0.857233703,0,1,1,1,1,1,0.487281531,0.798542261,0.571773804,0.571821451,0.571808511
-856,1,0.3449,1,1,1,1,1,1,1,1,0.0467,0.3449,0.2905,1,0.2852,1,1,1,1,1,1,0.1355,0.2852,0.3275,1,0.6102,1,1,1,0.1815,0.6102,0.2207,1,1,1,1,1,0.087024055,0.586571217,0.002594088,1,1,1,1,1,0.108025193,0.614912093,0,1,1,1,1,1,0.473844349,0.525247097,0.596725471,0.59678443,0.597074468
-857,1,0.3447,1,1,1,1,1,1,1,1,0.0943,0.3447,0,1,0.2851,1,1,1,1,1,1,0.2339,0.2851,0.0084,1,0.61,1,1,1,0.1914,0.61,0,1,1,1,1,1,0.179989189,0,0.020382648,1,1,1,1,1,0.204743609,0.123265848,0.053870682,1,1,1,1,1,0.542647839,0,0.65019333,0.650095198,0.650265957
-858,1,0.3445,1,1,1,1,1,1,1,1,0.1309,0.3445,0,1,0.285,1,1,1,1,1,1,0.1358,0.285,0,1,0.6099,1,1,1,0.2341,0.6099,0,1,1,1,1,1,0.243733898,0,0.066605665,1,1,1,1,1,0.154349297,0,0.152911514,1,1,1,1,1,0.645147681,0,0.641614306,0.641633171,0.641843972
-859,1,0.3444,1,1,1,1,1,1,1,1,0.0999,0.3444,0,1,0.2849,1,1,1,1,1,1,0.1261,0.2849,0,1,0.6097,1,1,1,0.3084,0.6097,0,1,1,1,1,1,0.143719301,0,0.045102619,1,1,1,1,1,0.160438299,0,0.104438744,1,1,1,1,1,0.582486331,0,0.61037941,0.610535223,0.61037234
-860,1,0.3442,1,1,1,1,1,1,1,1,0.1963,0.3442,0,1,0.2848,1,1,1,1,1,1,0.2141,0.2848,0,1,0.6095,1,1,1,0.2774,0.6095,0,1,1,1,1,1,0.292737603,0,0.062908851,1,1,1,1,1,0.22821632,0,0.23796232,1,1,1,1,1,0.506457984,0,0.594610923,0.594668923,0.594858156
-861,1,0.3441,1,1,1,1,1,1,1,1,0.1694,0.3441,0,1,0.2847,1,1,1,1,1,1,0.235,0.2847,0,1,0.6093,1,1,1,0.2634,0.6093,0,1,1,1,1,1,0.313496947,0,0.02836982,1,1,1,1,1,0.233154789,0,0.158601314,1,1,1,1,1,0.594888866,0,0.568934268,0.568859742,0.569148936
-862,1,0.3439,1,1,1,1,1,1,1,1,0.1844,0.3439,0,1,0.2846,1,1,1,1,1,1,0.2489,0.2846,0,1,0.6092,1,1,1,0.3102,0.6092,0,1,1,1,1,1,0.339334935,0,0.040908046,1,1,1,1,1,0.242684647,0,0.189613894,1,1,1,1,1,0.656316519,0,0.549359594,0.549397081,0.54964539
-863,1,0.3438,1,1,1,1,1,1,1,1,0.1828,0.3438,0,1,0.2845,1,1,1,1,1,1,0.224,0.2845,0,1,0.609,1,1,1,0.4361,0.609,0,1,1,1,1,1,0.280231357,0,0.062880099,1,1,1,1,1,0.224786684,0,0.229880109,1,1,1,1,1,0.72626847,0,0.504289512,0.504336789,0.504432624
-864,1,0.3436,1,1,1,1,1,1,1,1,0.157,0.3436,0,1,0.2844,1,1,1,1,1,1,0.1175,0.2844,0,1,0.6088,1,1,1,0.4127,0.6088,0,1,1,1,1,1,0.217731684,0,0.08453732,1,1,1,1,1,0.103881255,0,0.178353414,1,1,1,1,1,0.738749683,0,0.470517158,0.470488682,0.470301418
-865,1,0.3435,1,1,1,1,1,1,1,1,0.1917,0.3435,0,1,0.2842,1,1,1,1,1,1,0.1444,0.2842,0,1,0.6086,1,1,1,0.4573,0.6086,0,1,1,1,1,1,0.322006822,0,0.190398842,1,1,1,1,1,0.118003353,0,0.114973046,1,1,1,1,1,0.790799856,0,0.454507008,0.454622382,0.454787234
-866,1,0.3433,1,1,1,1,1,1,1,1,0.2377,0.3433,0,1,0.2841,1,1,1,1,1,1,0.224,0.2841,0,1,0.6085,1,1,1,0.4732,0.6085,0,1,1,1,1,1,0.434507161,0,0.266363323,1,1,1,1,1,0.213176996,0,0.076398179,1,1,1,1,1,0.843530893,0,0.448707105,0.448698963,0.449024823
-867,1,0.3432,1,1,1,1,1,1,1,1,0.2793,0.3432,0,1,0.284,1,1,1,1,1,1,0.3452,0.284,0,1,0.6083,1,1,1,0.5226,0.6083,0,1,1,1,1,1,0.448220879,0,0.196252823,1,1,1,1,1,0.347487897,0,0.095417023,1,1,1,1,1,0.845435321,0,0.450338328,0.450391369,0.45035461
-868,1,0.343,1,1,1,1,1,1,1,1,0.3921,0.343,0,1,0.2839,1,1,1,1,1,1,0.3049,0.2839,0,1,0.6081,1,1,1,0.5124,0.6081,0,1,1,1,1,1,0.498054385,0,0.246389389,1,1,1,1,1,0.319264442,0,0.183113351,1,1,1,1,1,0.812508643,0,0.464656839,0.464776814,0.464539007
-869,1,0.3429,1,1,1,1,1,1,1,1,0.4844,0.3429,0,1,0.2838,1,1,1,1,1,1,0.383,0.2838,0,1,0.6079,1,1,1,0.4337,0.6079,0,1,1,1,1,1,0.571516097,0,0.336540699,1,1,1,1,1,0.44384259,0,0.166173816,1,1,1,1,1,0.735674143,0,0.508276945,0.508356251,0.508421986
-870,1,0.3427,1,1,1,1,1,1,1,1,0.4505,0.3427,0,1,0.2837,1,1,1,1,1,1,0.3496,0.2837,0,1,0.6078,1,1,1,0.4693,0.6078,0,1,1,1,1,1,0.452351123,0,0.152177453,1,1,1,1,1,0.402027518,0,0.263483763,1,1,1,1,1,0.770290077,0,0.587783954,0.587687751,0.58820922
-871,1,0.3426,1,1,1,1,1,1,1,1,0.4145,0.3426,0.0007,1,0.2836,1,1,1,1,1,1,0.2058,0.2836,0,1,0.6076,1,1,1,0.5481,0.6076,0,1,1,1,1,1,0.359483004,2.32E-05,0.325337172,1,1,1,1,1,0.22563006,0,0.536849499,1,1,1,1,1,0.835405648,0,0.627416626,0.627459276,0.627659574
-872,1,0.3424,1,1,1,1,1,1,1,1,0.3808,0.3424,0.2746,1,0.2835,1,1,1,1,1,1,0.1886,0.2835,0.2778,1,0.6074,1,1,1,0.5645,0.6074,0.2167,1,1,1,1,1,0.341211319,0.528892577,0.449014544,1,1,1,1,1,0.228945702,0.532952964,0.568651915,1,1,1,1,1,0.807698667,0.451677591,0.632974867,0.632959594,0.632978723
-873,1,0.3423,1,1,1,1,1,1,1,1,0.3383,0.3423,0.492,1,0.2834,1,1,1,1,1,1,0.3511,0.2834,0.4936,1,0.6072,1,1,1,0.4348,0.6072,0.34,1,1,1,1,1,0.269757479,0.805305839,0.506131291,1,1,1,1,1,0.337922454,0.799732506,1,1,1,1,1,1,0.74455297,0.690983951,0.629652006,0.629786334,0.629875887
-874,1,0.3421,1,1,1,1,1,1,1,1,0.5224,0.3421,0.6453,1,0.2833,1,1,1,1,1,1,0.3534,0.2833,0.6446,1,0.6071,1,1,1,0.4252,0.6071,0.4983,1,1,1,1,1,0.383661836,0.939649642,0.819687724,1,1,1,1,1,0.321436882,0.944417119,1,1,1,1,1,1,0.723505318,0.915546715,0.627960367,0.627882378,0.628102837
-875,1,0.342,1,1,1,1,1,1,1,1,0.5617,0.342,0.7063,1,0.2831,1,1,1,1,1,1,0.2163,0.2831,0.7134,1,0.6069,1,1,1,0.3999,0.6069,0.5683,1,1,1,1,1,0.414074868,0.989290476,1,1,1,1,1,1,0.208660483,0.999168813,1,1,1,1,1,1,0.68421036,0.962843657,0.622402127,0.622382061,0.622340426
-876,1,0.3418,1,1,1,1,1,1,1,1,0.4832,0.3418,0.7157,1,0.283,1,1,1,1,1,1,0.1643,0.283,0.7244,1,0.6067,1,1,1,0.3997,0.6067,0.6317,1,1,1,1,1,0.422837973,0.998237729,0.996147513,1,1,1,1,1,0.173754543,1,1,1,1,1,1,1,0.67844522,0.977529526,0.611346061,0.611381426,0.611702128
-877,1,0.3417,1,1,1,1,1,1,1,1,0.4552,0.3417,0.7094,1,0.2829,1,1,1,1,1,1,0.1637,0.2829,0.7198,1,0.6065,1,1,1,0.2908,0.6065,0.6378,1,1,1,1,1,0.352924198,0.997105777,1,1,1,1,1,1,0.146003991,0.999991655,1,1,1,1,1,1,0.561279058,0.960744679,0.602767037,0.602707849,0.603280142
-878,1,0.3415,1,1,1,1,1,1,1,1,0.4717,0.3415,0.6458,1,0.2828,1,1,1,1,1,1,0.3163,0.2828,0.6669,1,0.6064,1,1,1,0.3819,0.6064,0.5874,1,1,1,1,1,0.515564084,0.950941801,1,1,1,1,1,1,0.29335773,0.965414941,1,1,1,1,1,1,0.572497129,0.899567187,0.592073465,0.592130315,0.592198582
-879,1,0.3413,1,1,1,1,1,1,1,1,0.5764,0.3413,0.4907,1,0.2827,1,1,1,1,1,1,0.3085,0.2827,0.5206,1,0.6062,1,1,1,0.4325,0.6062,0.4346,1,1,1,1,1,0.582765281,0.817281365,1,1,1,1,1,1,0.277480423,0.837704718,1,1,1,1,1,1,0.580146909,0.757680297,0.587663122,0.587687751,0.587765957
-880,1,0.3412,1,1,1,1,1,1,1,1,0.4931,0.3412,0.2821,1,0.2826,1,1,1,1,1,1,0.3737,0.2826,0.3184,1,0.606,1,1,1,0.4773,0.606,0.2275,1,1,1,1,1,0.511580646,0.573025286,1,1,1,1,1,1,0.338979989,0.603546917,1,1,1,1,1,1,0.700382829,0.498774469,0.605969067,0.605881109,0.605939716
-881,1,0.341,1,1,1,1,1,1,1,1,0.4024,0.341,0,1,0.2825,1,1,1,1,1,1,0.3419,0.2825,0.0115,1,0.6058,1,1,1,0.5313,0.6058,0,1,1,1,1,1,0.506615758,0,1,1,1,1,1,1,0.418177366,0.135398328,1,1,1,1,1,1,0.776309967,0,0.663605607,0.66363444,0.664007092
-882,1,0.3409,1,1,1,1,1,1,1,1,0.489,0.3409,0,1,0.2824,1,1,1,1,1,1,0.5999,0.2824,0,1,0.6057,1,1,1,0.5295,0.6057,0,1,1,1,1,1,0.616340458,0,1,1,1,1,1,1,0.754378319,0,1,1,1,1,1,1,0.809028089,0,0.680280329,0.680346943,0.680407801
-883,1,0.3407,1,1,1,1,1,1,1,1,0.4349,0.3407,0,1,0.2823,1,1,1,1,1,1,0.2528,0.2823,0,1,0.6055,1,1,1,0.5477,0.6055,0,1,1,1,1,1,0.439251482,0,1,1,1,1,1,1,0.360683084,0,1,1,1,1,1,1,0.768584311,0,0.66342436,0.66342289,0.66356383
-884,1,0.3406,1,1,1,1,1,1,1,1,0.3887,0.3406,0,1,0.2822,1,1,1,1,1,1,0.5007,0.2822,0,1,0.6053,1,1,1,0.4565,0.6053,0,1,1,1,1,1,0.427492529,0,0.98142159,1,1,1,1,1,0.665062845,0,1,1,1,1,1,1,0.763937235,0,0.63418318,0.634228898,0.634308511
-885,1,0.3404,1,1,1,1,1,1,1,1,0.3718,0.3404,0,1,0.2821,1,1,1,1,1,1,0.3313,0.2821,0,1,0.6051,1,1,1,0.3776,0.6051,0,1,1,1,1,1,0.309671938,0,0.638815701,1,1,1,1,1,0.429146141,0,1,1,1,1,1,1,0.648963213,0,0.588750604,0.588745505,0.588652482
-886,1,0.3403,1,1,1,1,1,1,1,1,0.398,0.3403,0,1,0.2819,1,1,1,1,1,1,0.4466,0.2819,0,1,0.605,1,1,1,0.2795,0.605,0,1,1,1,1,1,0.398460567,0,0.899093509,1,1,1,1,1,0.639959455,0,1,1,1,1,1,1,0.42705822,0,0.534074432,0.533953882,0.534131206
-887,1,0.3401,1,1,1,1,1,1,1,1,0.3008,0.3401,0,1,0.2818,1,1,1,1,1,1,0.0995,0.2818,0,1,0.6048,1,1,1,0.3026,0.6048,0,1,1,1,1,1,0.21190393,0,0.86605525,1,1,1,1,1,0.206361905,0,1,1,1,1,1,1,0.43610093,0,0.484231513,0.484239475,0.484485816
-888,1,0.34,1,1,1,1,1,1,1,1,0.3574,0.34,0,1,0.2817,1,1,1,1,1,1,0.2425,0.2817,0,1,0.6046,1,1,1,0.3338,0.6046,0,1,1,1,1,1,0.34381783,0,0.780282259,1,1,1,1,1,0.408159643,0,1,1,1,1,1,1,0.503180444,0,0.45281537,0.452718426,0.453014184
-889,1,0.3398,1,1,1,1,1,1,1,1,0.368,0.3398,0,1,0.2816,1,1,1,1,1,1,0.4751,0.2816,0,1,0.6044,1,1,1,0.3169,0.6044,0,1,1,1,1,1,0.401574969,0,0.961565614,1,1,1,1,1,0.628419042,0,1,1,1,1,1,1,0.440585762,0,0.436442726,0.436429025,0.436613475
-890,1,0.3397,1,1,1,1,1,1,1,1,0.3636,0.3397,0,1,0.2815,1,1,1,1,1,1,0.347,0.2815,0,1,0.6043,1,1,1,0.3036,0.6043,0,1,1,1,1,1,0.397520423,0,0.99991709,1,1,1,1,1,0.464952976,0,1,1,1,1,1,1,0.396383971,0,0.429917835,0.429870954,0.429964539
-891,1,0.3395,1,1,1,1,1,1,1,1,0.3033,0.3395,0,1,0.2814,1,1,1,1,1,1,0.2926,0.2814,0,1,0.6041,1,1,1,0.3301,0.6041,0,1,1,1,1,1,0.421912849,0,0.894317508,1,1,1,1,1,0.425444424,0,0.67153275,1,1,1,1,1,0.432080746,0,0.430763654,0.430717157,0.430851064
-892,1,0.3394,1,1,1,1,1,1,1,1,0.3323,0.3394,0,1,0.2813,1,1,1,1,1,1,0.1969,0.2813,0,1,0.6039,1,1,1,0.2991,0.6039,0,1,1,1,1,1,0.414401203,0,0.889158845,1,1,1,1,1,0.314375073,0,0.92017436,1,1,1,1,1,0.404167712,0,0.445082165,0.445102602,0.445035461
-893,1,0.3392,1,1,1,1,1,1,1,1,0.2271,0.3392,0,1,0.2812,1,1,1,1,1,1,0.1136,0.2812,0,1,0.6037,1,1,1,0.445,0.6037,0,1,1,1,1,1,0.337654531,0,0.799364269,1,1,1,1,1,0.185344249,0,0.65764451,1,1,1,1,1,0.591239512,0,0.490333494,0.490374445,0.490248227
-894,1,0.3391,1,1,1,1,1,1,1,1,0.2309,0.3391,0,1,0.2811,1,1,1,1,1,1,0.148,0.2811,0,1,0.6035,1,1,1,0.2927,0.6035,0,1,1,1,1,1,0.313400358,0,0.600375533,1,1,1,1,1,0.229152933,0,0.909160495,1,1,1,1,1,0.448447227,0,0.570867569,0.570763698,0.570921986
-895,1,0.3389,1,1,1,1,1,1,1,1,0.254,0.3389,0.0032,1,0.281,1,1,1,1,1,1,0.164,0.281,0,1,0.6034,1,1,1,0.2964,0.6034,0,1,1,1,1,1,0.156435713,0.003382961,0.931128383,1,1,1,1,1,0.284557939,0,0.916105509,1,1,1,1,1,0.46241203,0,0.61122523,0.611169875,0.611258865
-896,1,0.3388,1,1,1,1,1,1,1,1,0.1934,0.3388,0.2384,1,0.2808,1,1,1,1,1,1,0.2015,0.2808,0.2432,1,0.6032,1,1,1,0.2808,0.6032,0.1891,1,1,1,1,1,0.201335296,0.413449168,0.942748904,1,1,1,1,1,0.19769077,0.447379738,0.590335131,1,1,1,1,1,0.409634531,0.41120252,0.615454326,0.615612439,0.615691489
-897,1,0.3386,1,1,1,1,1,1,1,1,0.1201,0.3386,0.4037,1,0.2807,1,1,1,1,1,1,0.1203,0.2807,0.4211,1,0.603,1,1,1,0.3625,0.603,0.3711,1,1,1,1,1,0.137726232,0.606514692,0.88629961,1,1,1,1,1,0.108863041,0.676199257,0.224229872,1,1,1,1,1,0.507120132,0.599168301,0.615937651,0.61582399,0.616134752
-898,1,0.3385,1,1,1,1,1,1,1,1,0.1167,0.3385,0.4987,1,0.2806,1,1,1,1,1,1,0.2081,0.2806,0.5184,1,0.6028,1,1,1,0.3121,0.6028,0.5037,1,1,1,1,1,0.137375489,0.677564323,0.420618236,1,1,1,1,1,0.212151676,0.729998946,0.240720689,1,1,1,1,1,0.31317693,0.705118656,0.616481392,0.616670193,0.616578014
-899,1,0.3383,1,1,1,1,1,1,1,1,0.1309,0.3383,0.5164,1,0.2805,1,1,1,1,1,1,0.4877,0.2805,0.507,1,0.6027,1,1,1,0.3034,0.6027,0.5509,1,1,1,1,1,0.153366208,0.667800605,0.286153495,1,1,1,1,1,0.443989933,0.686734855,0.250088513,1,1,1,1,1,0.352777928,0.76408267,0.614487675,0.614554686,0.614361702
-900,1,0.3382,1,1,1,1,1,1,1,1,0.1378,0.3382,0.5155,1,0.2804,1,1,1,1,1,1,0.548,0.2804,0.5207,1,0.6025,1,1,1,0.359,0.6025,0.5999,1,1,1,1,1,0.149416313,0.693078399,0.072866887,1,1,1,1,1,0.464408457,0.746120691,0.145657599,1,1,1,1,1,0.42303437,0.810994804,0.608264862,0.608208166,0.608156028
-901,1,0.338,1,1,1,1,1,1,1,1,0.1576,0.338,0.5077,1,0.2803,1,1,1,1,1,1,0.5475,0.2803,0.5885,1,0.6023,1,1,1,0.2852,0.6023,0.6117,1,1,1,1,1,0.188480645,0.696148574,0.095365442,1,1,1,1,1,0.456013083,0.798753023,0.288513094,1,1,1,1,1,0.30928424,0.847603679,0.603612856,0.603765602,0.603723404
-902,1,0.3378,1,1,1,1,1,1,1,1,0.2074,0.3378,0.4962,1,0.2802,1,1,1,1,1,1,0.6782,0.2802,0.5703,1,0.6021,1,1,1,0.3815,0.6021,0.5823,1,1,1,1,1,0.218559891,0.668526053,0.212103426,1,1,1,1,1,0.534315586,0.806372404,0.713015735,1,1,1,1,1,0.453084469,0.870163321,0.596121315,0.596149778,0.596187943
-903,1,0.3377,1,1,1,1,1,1,1,1,0.1941,0.3377,0.3746,1,0.2801,1,1,1,1,1,1,0.7632,0.2801,0.4369,1,0.602,1,1,1,0.5388,0.602,0.4451,1,1,1,1,1,0.255088717,0.581814408,0.215419337,1,1,1,1,1,0.590402544,0.663644075,0.670018077,1,1,1,1,1,0.710197091,0.778396249,0.59660464,0.596572879,0.596631206
-904,1,0.3375,1,1,1,1,1,1,1,1,0.2128,0.3375,0.2158,1,0.28,1,1,1,1,1,1,0.609,0.28,0.255,1,0.6018,1,1,1,0.604,0.6018,0.2483,1,1,1,1,1,0.305723727,0.396026999,0.400711715,1,1,1,1,1,0.506118655,0.450626612,0.733323574,1,1,1,1,1,0.799660802,0.519109845,0.617145964,0.617093294,0.617464539
-905,1,0.3374,1,1,1,1,1,1,1,1,0.2506,0.3374,0,1,0.2799,1,1,1,1,1,1,0.496,0.2799,0.0015,1,0.6016,1,1,1,0.6218,0.6016,0,1,1,1,1,1,0.368766814,0,0.593709767,1,1,1,1,1,0.453768641,0.004660992,0.833751619,1,1,1,1,1,0.890558958,0,0.671580474,0.671673366,0.671542553
-906,1,0.3372,1,1,1,1,1,1,1,1,0.2589,0.3372,0,1,0.2797,1,1,1,1,1,1,0.3557,0.2797,0,1,0.6014,1,1,1,0.5887,0.6014,0,1,1,1,1,1,0.39569664,0,0.786679447,1,1,1,1,1,0.345581353,0,0.733156025,1,1,1,1,1,0.937424839,0,0.685173997,0.685212608,0.685283688
-907,1,0.3371,1,1,1,1,1,1,1,1,0.1735,0.3371,0,1,0.2796,1,1,1,1,1,1,0.2155,0.2796,0,1,0.6013,1,1,1,0.5493,0.6013,0,1,1,1,1,1,0.198486522,0,0.463659167,1,1,1,1,1,0.224041611,0,0.716237187,1,1,1,1,1,0.852246642,0,0.671338811,0.671461815,0.671542553
-908,1,0.3369,1,1,1,1,1,1,1,1,0.1725,0.3369,0,1,0.2795,1,1,1,1,1,1,0.1841,0.2795,0,1,0.6011,1,1,1,0.5877,0.6011,0,1,1,1,1,1,0.238860011,0,0.403880775,1,1,1,1,1,0.224743173,0,0.742499471,1,1,1,1,1,0.859263062,0,0.646870469,0.646710387,0.647163121
-909,1,0.3368,1,1,1,1,1,1,1,1,0.2633,0.3368,0,1,0.2794,1,1,1,1,1,1,0.2926,0.2794,0,1,0.6009,1,1,1,0.5356,0.6009,0,1,1,1,1,1,0.361191034,0,0.303498685,1,1,1,1,1,0.321837157,0,0.870155573,1,1,1,1,1,0.806376576,0,0.604881585,0.604823355,0.605053191
-910,1,0.3366,1,1,1,1,1,1,1,1,0.249,0.3366,0,1,0.2793,1,1,1,1,1,1,0.2151,0.2793,0,1,0.6007,1,1,1,0.3509,0.6007,0,1,1,1,1,1,0.261697739,0,0.262483507,1,1,1,1,1,0.227093473,0,0.98071754,1,1,1,1,1,0.530261874,0,0.549722088,0.549820182,0.550088652
-911,1,0.3365,1,1,1,1,1,1,1,1,0.1444,0.3365,0,1,0.2792,1,1,1,1,1,1,0.1942,0.2792,0,1,0.6006,1,1,1,0.3966,0.6006,0,1,1,1,1,1,0.085800417,0,0.177454978,1,1,1,1,1,0.179636508,0,0.6298908,1,1,1,1,1,0.627902567,0,0.502295795,0.502221282,0.502216312
-912,1,0.3363,1,1,1,1,1,1,1,1,0.1588,0.3363,0,1,0.2791,1,1,1,1,1,1,0.2019,0.2791,0,1,0.6004,1,1,1,0.3252,0.6004,0,1,1,1,1,1,0.097384028,0,0.109492801,1,1,1,1,1,0.189287841,0,0.385437965,1,1,1,1,1,0.569091201,0,0.472390043,0.472392638,0.47251773
-913,1,0.3362,1,1,1,1,1,1,1,1,0.1399,0.3362,0,1,0.279,1,1,1,1,1,1,0.1171,0.279,0,1,0.6002,1,1,1,0.2796,0.6002,0,1,1,1,1,1,0.073396206,0,0.28800416,1,1,1,1,1,0.135337368,0,0.372601599,1,1,1,1,1,0.54565078,0,0.458071532,0.458007193,0.457890071
-914,1,0.336,1,1,1,1,1,1,1,1,0.1417,0.336,0,1,0.2789,1,1,1,1,1,1,0.0663,0.2789,0,1,0.6,1,1,1,0.2496,0.6,0,1,1,1,1,1,0.084847279,0,0.58873111,1,1,1,1,1,0.097487003,0,0.272771984,1,1,1,1,1,0.527507126,0,0.453419526,0.453353078,0.453457447
-915,1,0.3359,1,1,1,1,1,1,1,1,0.1471,0.3359,0,1,0.2788,1,1,1,1,1,1,0.0502,0.2788,0,1,0.5999,1,1,1,0.1842,0.5999,0,1,1,1,1,1,0.121713847,0,0.704860568,1,1,1,1,1,0.095570028,0,0.42476517,1,1,1,1,1,0.432466298,0,0.456198647,0.456314787,0.456117021
-916,1,0.3357,1,1,1,1,1,1,1,1,0.1371,0.3357,0,1,0.2786,1,1,1,1,1,1,0.0372,0.2786,0,1,0.5997,1,1,1,0.1832,0.5997,0,1,1,1,1,1,0.112878889,0,0.878026545,1,1,1,1,1,0.07679753,0,0.420339555,1,1,1,1,1,0.465921223,0,0.47160464,0.471757986,0.471631206
-917,1,0.3356,1,1,1,1,1,1,1,1,0.1152,0.3356,0,1,0.2785,1,1,1,1,1,1,0.0263,0.2785,0,1,0.5995,1,1,1,0.1839,0.5995,0,1,1,1,1,1,0.082721524,0,0.892152309,1,1,1,1,1,0.049127869,0,0.419798195,1,1,1,1,1,0.515941739,0,0.519151764,0.519145335,0.519060284
-918,1,0.3354,1,1,1,1,1,1,1,1,0.0544,0.3354,0,1,0.2784,1,1,1,1,1,1,0.0224,0.2784,0,1,0.5993,1,1,1,0.2303,0.5993,0,1,1,1,1,1,0.06513609,0,0.459823608,1,1,1,1,1,0.046345126,0,0.427722812,1,1,1,1,1,0.613605797,0,0.6030087,0.602919399,0.603280142
-919,1,0.3353,1,1,1,1,1,1,1,1,0.0155,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0135,0.2783,0,1,0.5992,1,1,1,0.2428,0.5992,0,1,1,1,1,1,0.023484521,0,0.259056985,1,1,1,1,1,0.033544984,0,0.314475179,1,1,1,1,1,0.664337873,0,0.643608023,0.643748678,0.643617021
-920,1,0.3353,1,1,1,1,1,1,1,1,0.0081,0.3353,0.2567,1,0.2783,1,1,1,1,1,1,0,0.2783,0.222,1,0.5992,1,1,1,0.3084,0.5992,0.2764,1,1,1,1,1,0.017530737,0.478803039,0.144261166,1,1,1,1,1,0.005041248,0.389822036,0.12362095,1,1,1,1,1,0.746099472,0.608844161,0.648622523,0.648614343,0.64893617
-921,1,0.3353,1,1,1,1,1,1,1,1,0.0035,0.3353,0.4516,1,0.2783,1,1,1,1,1,1,0,0.2783,0.4091,1,0.5992,1,1,1,0.3194,0.5992,0.489,1,1,1,1,1,0.00241074,0.730657279,0.057272945,1,1,1,1,1,2.88E-05,0.626902699,0.12881206,1,1,1,1,1,0.739114523,0.839755952,0.645360077,0.645441083,0.645833333
-922,1,0.3353,1,1,1,1,1,1,1,1,0.0013,0.3353,0.5729,1,0.2783,1,1,1,1,1,1,0,0.2783,0.5404,1,0.5992,1,1,1,0.2263,0.5992,0.6483,1,1,1,1,1,3.98E-05,0.830075383,0.057148214,1,1,1,1,1,0,0.781955659,0.096793465,1,1,1,1,1,0.54561156,0.959761024,0.641372644,0.64142162,0.641400709
-923,1,0.3353,1,1,1,1,1,1,1,1,0.0004,0.3353,0.5979,1,0.2783,1,1,1,1,1,1,0,0.2783,0.6504,1,0.5992,1,1,1,0.2005,0.5992,0.7064,1,1,1,1,1,0.000216389,0.863983631,0.021615583,1,1,1,1,1,0,0.935784757,0.045890056,1,1,1,1,1,0.442248732,0.997628629,0.634122765,0.634228898,0.634308511
-924,1,0.3353,1,1,1,1,1,1,1,1,0,0.3353,0.6425,1,0.2783,1,1,1,1,1,1,0,0.2783,0.6938,1,0.5992,1,1,1,0.1648,0.5992,0.7038,1,1,1,1,1,0,0.945392847,0.013119214,1,1,1,1,1,0,0.946457148,0.017349999,1,1,1,1,1,0.265957534,0.999646604,0.624275012,0.624286017,0.624556738
-925,1,0.3353,1,1,1,1,1,1,1,1,0.0027,0.3353,0.6437,1,0.2783,1,1,1,1,1,1,0,0.2783,0.6029,1,0.5992,1,1,1,0.1769,0.5992,0.7046,1,1,1,1,1,0.001921524,0.896237373,0.0106464,1,1,1,1,1,0,0.775809884,0.005775131,1,1,1,1,1,0.307036787,0.998101711,0.61901885,0.61899725,0.619237589
-926,1,0.3353,1,1,1,1,1,1,1,1,0.0115,0.3353,0.5573,1,0.2783,1,1,1,1,1,1,0.0015,0.2783,0.4281,1,0.5992,1,1,1,0.2093,0.5992,0.6194,1,1,1,1,1,0.013147038,0.771041214,0.006621342,1,1,1,1,1,0.005921105,0.570875287,0.052729845,1,1,1,1,1,0.326862484,0.939182043,0.61358144,0.613708483,0.61391844
-927,1,0.3353,1,1,1,1,1,1,1,1,0.0411,0.3353,0.3212,1,0.2783,1,1,1,1,1,1,0.0022,0.2783,0.3287,1,0.5992,1,1,1,0.2342,0.5992,0.4486,1,1,1,1,1,0.054488908,0.511619449,0.006832063,1,1,1,1,1,0.004587956,0.517181396,0.04883508,1,1,1,1,1,0.30621773,0.778100848,0.619441759,0.619420351,0.619680851
-928,1,0.3353,1,1,1,1,1,1,1,1,0.052,0.3353,0.1424,1,0.2783,1,1,1,1,1,1,0.0024,0.2783,0.1264,1,0.5992,1,1,1,0.3493,0.5992,0.2364,1,1,1,1,1,0.086204506,0.257950723,0.0022874,1,1,1,1,1,0.005444179,0.215009332,0.020723298,1,1,1,1,1,0.470120966,0.463278264,0.644997583,0.645017982,0.645390071
-929,1,0.3353,1,1,1,1,1,1,1,1,0.0721,0.3353,0,1,0.2783,1,1,1,1,1,1,0.042,0.2783,0.0001,1,0.5992,1,1,1,0.4545,0.5992,0,1,1,1,1,1,0.159917772,0,0.008258529,1,1,1,1,1,0.047482468,0,0.031285603,1,1,1,1,1,0.657294333,0,0.694900918,0.694943939,0.695035461
-930,1,0.3353,1,1,1,1,1,1,1,1,0.0988,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0609,0.2783,0,1,0.5992,1,1,1,0.5367,0.5992,0,1,1,1,1,1,0.18543525,0,0.027056536,1,1,1,1,1,0.074212991,0,0.064751834,1,1,1,1,1,0.707331836,0,0.702754954,0.702771314,0.703014184
-931,1,0.3353,1,1,1,1,1,1,1,1,0.0714,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0067,0.2783,0,1,0.5992,1,1,1,0.5994,0.5992,0,1,1,1,1,1,0.153760165,0,0.016273754,1,1,1,1,1,0.018042235,0,0.076128013,1,1,1,1,1,0.77309823,0,0.685294828,0.685212608,0.68572695
-932,1,0.3353,1,1,1,1,1,1,1,1,0.0391,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0181,0.2783,0,1,0.5992,1,1,1,0.4723,0.5992,0,1,1,1,1,1,0.114854768,0,0.017348081,1,1,1,1,1,0.023498617,0,0.051188745,1,1,1,1,1,0.638951182,0,0.658228613,0.658345674,0.658244681
-933,1,0.3353,1,1,1,1,1,1,1,1,0.0276,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0133,0.2783,0,1,0.5992,1,1,1,0.4873,0.5992,0,1,1,1,1,1,0.079493351,0,0.063280627,1,1,1,1,1,0.019474827,0,0.006099477,1,1,1,1,1,0.719004989,0,0.613641856,0.613708483,0.61391844
-934,1,0.3353,1,1,1,1,1,1,1,1,0.0511,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1268,0.2783,0,1,0.5992,1,1,1,0.3754,0.5992,0,1,1,1,1,1,0.07764595,0,0.040690549,1,1,1,1,1,0.124034241,0,0,1,1,1,1,1,0.679546535,0,0.554132431,0.554262746,0.554521277
-935,1,0.3353,1,1,1,1,1,1,1,1,0.0394,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0623,0.2783,0,1,0.5992,1,1,1,0.3274,0.5992,0,1,1,1,1,1,0.036435369,0,0.017452955,1,1,1,1,1,0.053915933,0,0.014373822,1,1,1,1,1,0.743414998,0,0.503866602,0.503913687,0.503989362
-936,1,0.3353,1,1,1,1,1,1,1,1,0.0441,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1222,0.2783,0,1,0.5992,1,1,1,0.2854,0.5992,0,1,1,1,1,1,0.060656779,0,0.1392425,1,1,1,1,1,0.09910728,0,0.0641644,1,1,1,1,1,0.685059071,0,0.470879652,0.470911783,0.470744681
-937,1,0.3353,1,1,1,1,1,1,1,1,0.0518,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1032,0.2783,0,1,0.5992,1,1,1,0.2795,0.5992,0,1,1,1,1,1,0.133792862,0,0.460240185,1,1,1,1,1,0.103719182,0,0.254691899,1,1,1,1,1,0.69080478,0,0.454265346,0.454199281,0.454343972
-938,1,0.3353,1,1,1,1,1,1,1,1,0.0622,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0114,0.2783,0,1,0.5992,1,1,1,0.311,0.5992,0,1,1,1,1,1,0.163754955,0,0.63208884,1,1,1,1,1,0.02899882,0,0.412506849,1,1,1,1,1,0.685123086,0,0.446532141,0.446583457,0.446808511
-939,1,0.3353,1,1,1,1,1,1,1,1,0.0886,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0207,0.2783,0,1,0.5992,1,1,1,0.3404,0.5992,0,1,1,1,1,1,0.190143675,0,0.569267333,1,1,1,1,1,0.042203669,0,0.259145558,1,1,1,1,1,0.632939577,0,0.447075882,0.447006558,0.447251773
-940,1,0.3353,1,1,1,1,1,1,1,1,0.1336,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1124,0.2783,0,1,0.5992,1,1,1,0.3092,0.5992,0,1,1,1,1,1,0.28579244,0,0.483095378,1,1,1,1,1,0.148798555,0,0.145970166,1,1,1,1,1,0.674110532,0,0.462119381,0.462026655,0.461879433
-941,1,0.3353,1,1,1,1,1,1,1,1,0.1478,0.3353,0,1,0.2783,1,1,1,1,1,1,0.138,0.2783,0,1,0.5992,1,1,1,0.2615,0.5992,0,1,1,1,1,1,0.230251342,0,0.493802786,1,1,1,1,1,0.175720721,0,0.346918076,1,1,1,1,1,0.609456122,0,0.508881102,0.508779353,0.508865248
-942,1,0.3353,1,1,1,1,1,1,1,1,0.0635,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1401,0.2783,0,1,0.5992,1,1,1,0.276,0.5992,0,1,1,1,1,1,0.128229037,0,0.506312668,1,1,1,1,1,0.158401996,0,0.265459418,1,1,1,1,1,0.677560151,0,0.591831803,0.591707214,0.592198582
-943,1,0.3353,1,1,1,1,1,1,1,1,0.1316,0.3353,0.0009,1,0.2783,1,1,1,1,1,1,0.1292,0.2783,0,1,0.5992,1,1,1,0.2349,0.5992,0.0016,1,1,1,1,1,0.240473926,0.00023733,0.397593975,1,1,1,1,1,0.15792872,0,0.326302379,1,1,1,1,1,0.636918485,0.02686641,0.629954084,0.629997884,0.630319149
-944,1,0.3353,1,1,1,1,1,1,1,1,0.1227,0.3353,0.291,1,0.2783,1,1,1,1,1,1,0.2944,0.2783,0.2908,1,0.5992,1,1,1,0.2434,0.5992,0.2764,1,1,1,1,1,0.211762488,0.570210934,0.211564004,1,1,1,1,1,0.300366372,0.557290971,0.263880372,1,1,1,1,1,0.537241399,0.587840438,0.630074915,0.629997884,0.630319149
-945,1,0.3353,1,1,1,1,1,1,1,1,0.1308,0.3353,0.5064,1,0.2783,1,1,1,1,1,1,0.5017,0.2783,0.5104,1,0.5992,1,1,1,0.2814,0.5992,0.465,1,1,1,1,1,0.137916625,0.83654356,0.172400281,1,1,1,1,1,0.378508717,0.823338747,0.333218634,1,1,1,1,1,0.603166699,0.838939309,0.624939584,0.624920669,0.625
-946,1,0.3353,1,1,1,1,1,1,1,1,0.2264,0.3353,0.6688,1,0.2783,1,1,1,1,1,1,0.486,0.2783,0.6711,1,0.5992,1,1,1,0.2066,0.5992,0.6296,1,1,1,1,1,0.235166296,0.982595921,0.17811735,1,1,1,1,1,0.399557263,0.978062987,0.472497642,1,1,1,1,1,0.502195537,0.97090441,0.621435476,0.621535858,0.621453901
-947,1,0.3353,1,1,1,1,1,1,1,1,0.1863,0.3353,0.7318,1,0.2783,1,1,1,1,1,1,0.2743,0.2783,0.7409,1,0.5992,1,1,1,0.2216,0.5992,0.6996,1,1,1,1,1,0.167857885,1,0.369416356,1,1,1,1,1,0.242847323,1,0.716210246,1,1,1,1,1,0.462017119,1,0.614487675,0.614554686,0.614804965
-948,1,0.3353,1,1,1,1,1,1,1,1,0.1771,0.3353,0.7417,1,0.2783,1,1,1,1,1,1,0.3059,0.2783,0.7511,1,0.5992,1,1,1,0.1879,0.5992,0.7068,1,1,1,1,1,0.192910597,1,0.397594184,1,1,1,1,1,0.27090162,1,0.633645058,1,1,1,1,1,0.430604577,1,0.604579507,0.604611805,0.604609929
-949,1,0.3353,1,1,1,1,1,1,1,1,0.2406,0.3353,0.7336,1,0.2783,1,1,1,1,1,1,0.2546,0.2783,0.7431,1,0.5992,1,1,1,0.2771,0.5992,0.7012,1,1,1,1,1,0.254873663,1,0.348711789,1,1,1,1,1,0.236897022,1,0.548234582,1,1,1,1,1,0.644477844,0.999992132,0.598175447,0.598265285,0.598404255
-950,1,0.3353,1,1,1,1,1,1,1,1,0.2019,0.3353,0.6768,1,0.2783,1,1,1,1,1,1,0.2245,0.2783,0.6956,1,0.5992,1,1,1,0.2936,0.5992,0.6382,1,1,1,1,1,0.276122838,0.995310962,0.274769306,1,1,1,1,1,0.221031725,0.99668628,0.479777813,1,1,1,1,1,0.704698145,0.963631153,0.588750604,0.588745505,0.588652482
-951,1,0.3353,1,1,1,1,1,1,1,1,0.2826,0.3353,0.5196,1,0.2783,1,1,1,1,1,1,0.2924,0.2783,0.5493,1,0.5992,1,1,1,0.2157,0.5992,0.4776,1,1,1,1,1,0.389865935,0.867875159,0.41402185,1,1,1,1,1,0.295966238,0.878723741,0.510567605,1,1,1,1,1,0.599111199,0.827104986,0.587058966,0.587053099,0.587322695
-952,1,0.3353,1,1,1,1,1,1,1,1,0.2336,0.3353,0.3089,1,0.2783,1,1,1,1,1,1,0.1612,0.2783,0.3462,1,0.5992,1,1,1,0.185,0.5992,0.2605,1,1,1,1,1,0.325614542,0.62749207,0.259387642,1,1,1,1,1,0.177548468,0.649909377,0.486015737,1,1,1,1,1,0.419902503,0.566375732,0.604458676,0.604611805,0.604609929
-953,1,0.3353,1,1,1,1,1,1,1,1,0.219,0.3353,0.0174,1,0.2783,1,1,1,1,1,1,0.1302,0.2783,0.0767,1,0.5992,1,1,1,0.1439,0.5992,0,1,1,1,1,1,0.304759651,0.133066207,0.192048475,1,1,1,1,1,0.165790781,0.262131572,0.507749259,1,1,1,1,1,0.240389511,0,0.658893185,0.658980326,0.659131206
-954,1,0.3353,1,1,1,1,1,1,1,1,0.2727,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2059,0.2783,0,1,0.5992,1,1,1,0.1993,0.5992,0,1,1,1,1,1,0.476978272,0,0.240796968,1,1,1,1,1,0.229858831,0,0.381052345,1,1,1,1,1,0.289213717,0,0.679374094,0.67950074,0.679521277
-955,1,0.3353,1,1,1,1,1,1,1,1,0.2119,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1115,0.2783,0,1,0.5992,1,1,1,0.2756,0.5992,0,1,1,1,1,1,0.287736595,0,0.497888446,1,1,1,1,1,0.107668862,0,0.314602643,1,1,1,1,1,0.415108293,0,0.666988884,0.667019251,0.667109929
-956,1,0.3353,1,1,1,1,1,1,1,1,0.1347,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0373,0.2783,0,1,0.5992,1,1,1,0.2469,0.5992,0,1,1,1,1,1,0.174734503,0,0.286568463,1,1,1,1,1,0.066726014,0,0.188845292,1,1,1,1,1,0.57478565,0,0.644695505,0.64459488,0.644946809
-957,1,0.3353,1,1,1,1,1,1,1,1,0.0166,0.3353,0,1,0.2783,1,1,1,1,1,1,0,0.2783,0,1,0.5992,1,1,1,0.0453,0.5992,0,1,1,1,1,1,0.00348076,0,0.17506969,1,1,1,1,1,0.000226261,0,0.40059948,1,1,1,1,1,0.066648774,0,0.604942001,0.604823355,0.605053191
-958,1,0.3353,1,1,1,1,1,1,1,1,0.0317,0.3353,0,1,0.2783,1,1,1,1,1,1,0,0.2783,0,1,0.5992,1,1,1,0.0328,0.5992,0,1,1,1,1,1,0.005797977,0,0.2799806,1,1,1,1,1,0.000355864,0,0.519773841,1,1,1,1,1,0.061095539,0,0.549540841,0.549608631,0.54964539
-959,1,0.3353,1,1,1,1,1,1,1,1,0.0991,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0686,0.2783,0,1,0.5992,1,1,1,0.1744,0.5992,0,1,1,1,1,1,0.082442909,0,0.283396482,1,1,1,1,1,0.094070606,0,0.387646347,1,1,1,1,1,0.326525867,0,0.501449976,0.50158663,0.50177305
-960,1,0.3353,1,1,1,1,1,1,1,1,0.1603,0.3353,0,1,0.2783,1,1,1,1,1,1,0.124,0.2783,0,1,0.5992,1,1,1,0.173,0.5992,0,1,1,1,1,1,0.192211509,0,0.251019657,1,1,1,1,1,0.145073384,0,0.381545842,1,1,1,1,1,0.377768397,0,0.471483809,0.471546435,0.471631206
-961,1,0.3353,1,1,1,1,1,1,1,1,0.194,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1729,0.2783,0,1,0.5992,1,1,1,0.1912,0.5992,0,1,1,1,1,1,0.259797513,0,0.166515797,1,1,1,1,1,0.191558436,0,0.280013114,1,1,1,1,1,0.443867177,0,0.455896568,0.455891686,0.455673759
-962,1,0.3353,1,1,1,1,1,1,1,1,0.2002,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1263,0.2783,0,1,0.5992,1,1,1,0.2424,0.5992,0,1,1,1,1,1,0.281993687,0,0.139896274,1,1,1,1,1,0.129477069,0,0.295582235,1,1,1,1,1,0.568917513,0,0.44919043,0.449333615,0.449468085
-963,1,0.3353,1,1,1,1,1,1,1,1,0.1865,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0695,0.2783,0,1,0.5992,1,1,1,0.2191,0.5992,0,1,1,1,1,1,0.259965241,0,0.07402166,1,1,1,1,1,0.06620644,0,0.215836912,1,1,1,1,1,0.546525836,0,0.450519575,0.450602919,0.450797872
-964,1,0.3353,1,1,1,1,1,1,1,1,0.1257,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0461,0.2783,0,1,0.5992,1,1,1,0.3144,0.5992,0,1,1,1,1,1,0.209235623,0,0.044927388,1,1,1,1,1,0.041947193,0,0.118945822,1,1,1,1,1,0.642778039,0,0.465079749,0.464988365,0.46498227
-965,1,0.3353,1,1,1,1,1,1,1,1,0.2094,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1127,0.2783,0,1,0.5992,1,1,1,0.3815,0.5992,0,1,1,1,1,1,0.430994511,0,0.001662373,1,1,1,1,1,0.097525619,0,0.066679329,1,1,1,1,1,0.691159725,0,0.508760271,0.508779353,0.508865248
-966,1,0.3353,1,1,1,1,1,1,1,1,0.2057,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1059,0.2783,0,1,0.5992,1,1,1,0.4068,0.5992,0,1,1,1,1,1,0.40743044,0,0.00011941,1,1,1,1,1,0.080834992,0,0,1,1,1,1,1,0.741512001,0,0.588267279,0.588322403,0.588652482
-967,1,0.3353,1,1,1,1,1,1,1,1,0.1501,0.3353,0.0002,1,0.2783,1,1,1,1,1,1,0.0743,0.2783,0,1,0.5992,1,1,1,0.3175,0.5992,0.0062,1,1,1,1,1,0.283340156,0.001328748,0.017961884,1,1,1,1,1,0.056468122,0,0,1,1,1,1,1,0.649675608,0.182551101,0.628322861,0.628305479,0.628546099
-968,1,0.3353,1,1,1,1,1,1,1,1,0.0692,0.3353,0.2979,1,0.2783,1,1,1,1,1,1,0.3076,0.2783,0.3081,1,0.5992,1,1,1,0.3043,0.5992,0.2814,1,1,1,1,1,0.144478694,0.600062847,0.010826412,1,1,1,1,1,0.245003507,0.584017158,0.059855498,1,1,1,1,1,0.637852728,0.625747859,0.628383277,0.62851703,0.628546099
-969,1,0.3353,1,1,1,1,1,1,1,1,0.0799,0.3353,0.5138,1,0.2783,1,1,1,1,1,1,0.2435,0.2783,0.5213,1,0.5992,1,1,1,0.2085,0.5992,0.4911,1,1,1,1,1,0.130932346,0.852407694,0.248982623,1,1,1,1,1,0.250066757,0.842926204,0.252722532,1,1,1,1,1,0.53203702,0.863942385,0.621495892,0.621535858,0.621897163
-970,1,0.3353,1,1,1,1,1,1,1,1,0.0568,0.3353,0.6683,1,0.2783,1,1,1,1,1,1,0.1163,0.2783,0.6705,1,0.5992,1,1,1,0.1007,0.5992,0.6482,1,1,1,1,1,0.015608282,0.981759906,0.383435756,1,1,1,1,1,0.085818343,0.979888856,0.211092681,1,1,1,1,1,0.282902479,0.9871732,0.616723055,0.616670193,0.616578014
-971,1,0.3353,1,1,1,1,1,1,1,1,0.1004,0.3353,0.7254,1,0.2783,1,1,1,1,1,1,0.0508,0.2783,0.732,1,0.5992,1,1,1,0.1344,0.5992,0.7067,1,1,1,1,1,0.048859607,0.999952972,0.294932783,1,1,1,1,1,0.03712061,0.999999225,0.198111534,1,1,1,1,1,0.198076919,0.999972463,0.608748188,0.608842818,0.609042553
-972,1,0.3353,1,1,1,1,1,1,1,1,0.1859,0.3353,0.7336,1,0.2783,1,1,1,1,1,1,0.2352,0.2783,0.7351,1,0.5992,1,1,1,0.1255,0.5992,0.7048,1,1,1,1,1,0.070159122,1,0.380007237,1,1,1,1,1,0.198771566,0.99910742,0.19230184,1,1,1,1,1,0.122567475,1,0.596423393,0.596572879,0.596631206
-973,1,0.3353,1,1,1,1,1,1,1,1,0.2656,0.3353,0.7183,1,0.2783,1,1,1,1,1,1,0.3331,0.2783,0.6979,1,0.5992,1,1,1,0.178,0.5992,0.6813,1,1,1,1,1,0.142978996,0.996208489,0.322287619,1,1,1,1,1,0.30716452,0.948613942,0.220985085,1,1,1,1,1,0.08271727,0.995460451,0.589415176,0.589380157,0.589539007
-974,1,0.3353,1,1,1,1,1,1,1,1,0.3845,0.3353,0.6142,1,0.2783,1,1,1,1,1,1,0.2232,0.2783,0.5716,1,0.5992,1,1,1,0.2235,0.5992,0.6221,1,1,1,1,1,0.29084301,0.882435799,0.328840256,1,1,1,1,1,0.267286777,0.767878711,0.059539534,1,1,1,1,1,0.110803008,0.950921416,0.581319478,0.581341231,0.581560284
-975,1,0.3353,1,1,1,1,1,1,1,1,0.5815,0.3353,0.4189,1,0.2783,1,1,1,1,1,1,0.2294,0.2783,0.3971,1,0.5992,1,1,1,0.1885,0.5992,0.4086,1,1,1,1,1,0.454183877,0.628107786,0.324876815,1,1,1,1,1,0.295761734,0.623722255,0.030429583,1,1,1,1,1,0.183224007,0.765063882,0.578661189,0.578802623,0.578900709
-976,1,0.3353,1,1,1,1,1,1,1,1,0.3503,0.3353,0.2042,1,0.2783,1,1,1,1,1,1,0.2024,0.2783,0.2264,1,0.5992,1,1,1,0.1793,0.5992,0.1537,1,1,1,1,1,0.253684759,0.340742469,0.168192416,1,1,1,1,1,0.227281377,0.374042958,0.01463508,1,1,1,1,1,0.178852603,0.348350942,0.595758821,0.595726677,0.595744681
-977,1,0.3353,1,1,1,1,1,1,1,1,0.2831,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1108,0.2783,0.0023,1,0.5992,1,1,1,0.183,0.5992,0,1,1,1,1,1,0.269345015,0,0.021986499,1,1,1,1,1,0.146964222,0.042436339,0.021434033,1,1,1,1,1,0.270573229,0,0.643305945,0.643325576,0.643617021
-978,1,0.3353,1,1,1,1,1,1,1,1,0.2616,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1167,0.2783,0,1,0.5992,1,1,1,0.3836,0.5992,0,1,1,1,1,1,0.316218793,0,0.059050471,1,1,1,1,1,0.150608331,0,0.093239531,1,1,1,1,1,0.399160296,0,0.651159981,0.651152951,0.651595745
-979,1,0.3353,1,1,1,1,1,1,1,1,0.2296,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0677,0.2783,0,1,0.5992,1,1,1,0.3412,0.5992,0,1,1,1,1,1,0.22402896,0,0.255463421,1,1,1,1,1,0.122798666,0,0.215428561,1,1,1,1,1,0.461178511,0,0.632612373,0.632748043,0.632978723
-980,1,0.3353,1,1,1,1,1,1,1,1,0.1802,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0434,0.2783,0,1,0.5992,1,1,1,0.2537,0.5992,0,1,1,1,1,1,0.254507363,0,0.365646362,1,1,1,1,1,0.084972627,0,0.362817556,1,1,1,1,1,0.45922941,0,0.608808603,0.608842818,0.609042553
-981,1,0.3353,1,1,1,1,1,1,1,1,0.1209,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0063,0.2783,0,1,0.5992,1,1,1,0.2534,0.5992,0,1,1,1,1,1,0.133257568,0,0.421183705,1,1,1,1,1,0.036071025,0,0.497210473,1,1,1,1,1,0.378728479,0,0.575821653,0.575840914,0.575797872
-982,1,0.3353,1,1,1,1,1,1,1,1,0.1419,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0375,0.2783,0,1,0.5992,1,1,1,0.2489,0.5992,0,1,1,1,1,1,0.111522615,0,0.556722045,1,1,1,1,1,0.093388923,0,0.498071492,1,1,1,1,1,0.455523968,0,0.532080715,0.532049926,0.531914894
-983,1,0.3353,1,1,1,1,1,1,1,1,0.13,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0218,0.2783,0,1,0.5992,1,1,1,0.2352,0.5992,0,1,1,1,1,1,0.101838641,0,0.603742003,1,1,1,1,1,0.098627083,0,0.983052135,1,1,1,1,1,0.451550603,0,0.488218946,0.488258938,0.488475177
-984,1,0.3353,1,1,1,1,1,1,1,1,0.1871,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0042,0.2783,0,1,0.5992,1,1,1,0.3091,0.5992,0,1,1,1,1,1,0.119146258,0,0.512349963,1,1,1,1,1,0.075214103,0,0.678964138,1,1,1,1,1,0.469229728,0,0.455352827,0.455468585,0.455673759
-985,1,0.3353,1,1,1,1,1,1,1,1,0.0992,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0013,0.2783,0,1,0.5992,1,1,1,0.3047,0.5992,0,1,1,1,1,1,0.037307777,0,0.23996377,1,1,1,1,1,0.027106524,0,0.268665731,1,1,1,1,1,0.275259465,0,0.436986467,0.436852126,0.437056738
-986,1,0.3353,1,1,1,1,1,1,1,1,0.0252,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0035,0.2783,0,1,0.5992,1,1,1,0.2869,0.5992,0,1,1,1,1,1,0.017660681,0,0.114763036,1,1,1,1,1,0.038624652,0,0.22446388,1,1,1,1,1,0.216916919,0,0.425990817,0.426063042,0.42641844
-987,1,0.3353,1,1,1,1,1,1,1,1,0.0067,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0254,0.2783,0,1,0.5992,1,1,1,0.2393,0.5992,0,1,1,1,1,1,0.011837586,0,0.075957984,1,1,1,1,1,0.055825043,0,0.072592147,1,1,1,1,1,0.203363091,0,0.422003383,0.422043579,0.421985816
-988,1,0.3353,1,1,1,1,1,1,1,1,0.004,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0463,0.2783,0,1,0.5992,1,1,1,0.183,0.5992,0,1,1,1,1,1,0.005541872,0,0.07101614,1,1,1,1,1,0.064348713,0,0.033945031,1,1,1,1,1,0.176135257,0,0.426594973,0.426697694,0.42641844
-989,1,0.3353,1,1,1,1,1,1,1,1,0.001,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0626,0.2783,0,1,0.5992,1,1,1,0.2153,0.5992,0,1,1,1,1,1,0.009552292,0,0.068489954,1,1,1,1,1,0.05825495,0,0.018912828,1,1,1,1,1,0.228353679,0,0.443511358,0.443621747,0.443705674
-990,1,0.3353,1,1,1,1,1,1,1,1,0.0009,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0655,0.2783,0,1,0.5992,1,1,1,0.2255,0.5992,0,1,1,1,1,1,0.015355505,0,0.09561386,1,1,1,1,1,0.049348976,0,0.047345813,1,1,1,1,1,0.197284475,0,0.475048333,0.474931246,0.475177305
-991,1,0.3353,1,1,1,1,1,1,1,1,0.0022,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0501,0.2783,0,1,0.5992,1,1,1,0.1776,0.5992,0,1,1,1,1,1,0.012834967,0,0.181769371,1,1,1,1,1,0.03487524,0,0.149651051,1,1,1,1,1,0.102401681,0,0.50960609,0.509625555,0.509751773
-992,1,0.3353,1,1,1,1,1,1,1,1,0.0047,0.3353,0.106,1,0.2783,1,1,1,1,1,1,0.0024,0.2783,0.1374,1,0.5992,1,1,1,0.1616,0.5992,0.1625,1,1,1,1,1,0.00523561,0.277247548,0.374329358,1,1,1,1,1,0.004975806,0.31111899,0.270498186,1,1,1,1,1,0.09301845,0.332879722,0.550265829,0.550243283,0.550531915
-993,1,0.3353,1,1,1,1,1,1,1,1,0.0046,0.3353,0.2685,1,0.2783,1,1,1,1,1,1,0,0.2783,0.3286,1,0.5992,1,1,1,0.1074,0.5992,0.3294,1,1,1,1,1,0.010161001,0.544262946,0.308500826,1,1,1,1,1,0.001382765,0.500942945,0.207784802,1,1,1,1,1,0.064485915,0.521864653,0.581561141,0.581764333,0.582003546
-994,1,0.3353,1,1,1,1,1,1,1,1,0.0093,0.3353,0.3766,1,0.2783,1,1,1,1,1,1,0,0.2783,0.376,1,0.5992,1,1,1,0.1255,0.5992,0.5231,1,1,1,1,1,0.011795122,0.572412133,0.331469923,1,1,1,1,1,0.000788104,0.523706317,0.283866465,1,1,1,1,1,0.074675515,0.639113009,0.596423393,0.596572879,0.596631206
-995,1,0.3353,1,1,1,1,1,1,1,1,0.0526,0.3353,0.3609,1,0.2783,1,1,1,1,1,1,0,0.2783,0.4245,1,0.5992,1,1,1,0.131,0.5992,0.5211,1,1,1,1,1,0.053845905,0.579763234,0.573933125,1,1,1,1,1,0.005343742,0.632877469,0.434298694,1,1,1,1,1,0.075400993,0.633334816,0.598537941,0.598688386,0.598847518
-996,1,0.3353,1,1,1,1,1,1,1,1,0.1343,0.3353,0.3393,1,0.2783,1,1,1,1,1,1,0.0439,0.2783,0.3968,1,0.5992,1,1,1,0.1625,0.5992,0.5266,1,1,1,1,1,0.112441264,0.576181769,0.942377448,1,1,1,1,1,0.055058822,0.592379987,0.643681943,1,1,1,1,1,0.104760535,0.570801437,0.593040116,0.592976518,0.593085106
-997,1,0.3353,1,1,1,1,1,1,1,1,0.1232,0.3353,0.3399,1,0.2783,1,1,1,1,1,1,0.1345,0.2783,0.4516,1,0.5992,1,1,1,0.2301,0.5992,0.4403,1,1,1,1,1,0.129515812,0.574957669,0.647807419,1,1,1,1,1,0.128572986,0.61369592,0.380440354,1,1,1,1,1,0.162414417,0.455399334,0.584461092,0.584514491,0.584219858
-998,1,0.3353,1,1,1,1,1,1,1,1,0.163,0.3353,0.3814,1,0.2783,1,1,1,1,1,1,0.2639,0.2783,0.4937,1,0.5992,1,1,1,0.2845,0.5992,0.4195,1,1,1,1,1,0.222762048,0.639861941,0.539479196,1,1,1,1,1,0.261873424,0.630830884,0.61972332,1,1,1,1,1,0.222900659,0.383354187,0.575882069,0.575840914,0.575797872
-999,1,0.3353,1,1,1,1,1,1,1,1,0.2424,0.3353,0.3407,1,0.2783,1,1,1,1,1,1,0.3015,0.2783,0.3912,1,0.5992,1,1,1,0.4484,0.5992,0.3253,1,1,1,1,1,0.339895278,0.586501002,0.917442203,1,1,1,1,1,0.299337894,0.551814318,0.806361079,1,1,1,1,1,0.508149981,0.407395422,0.571773804,0.571821451,0.571808511
-1000,1,0.3353,1,1,1,1,1,1,1,1,0.3777,0.3353,0.1825,1,0.2783,1,1,1,1,1,1,0.4645,0.2783,0.2354,1,0.5992,1,1,1,0.5316,0.5992,0.2008,1,1,1,1,1,0.479439616,0.350577384,1,1,1,1,1,1,0.432543933,0.381328315,0.975922227,1,1,1,1,1,0.573647439,0.295213759,0.589354761,0.589380157,0.589539007
-1001,1,0.3353,1,1,1,1,1,1,1,1,0.5062,0.3353,0,1,0.2783,1,1,1,1,1,1,0.6465,0.2783,0.0022,1,0.5992,1,1,1,0.6996,0.5992,0,1,1,1,1,1,0.667505622,0.000240093,1,1,1,1,1,1,0.581797898,0.011207844,0.998547912,1,1,1,1,1,0.737276912,0,0.63321653,0.633171144,0.633421986
-1002,1,0.3353,1,1,1,1,1,1,1,1,0.4303,0.3353,0,1,0.2783,1,1,1,1,1,1,0.4926,0.2783,0,1,0.5992,1,1,1,0.6531,0.5992,0,1,1,1,1,1,0.635980606,0,0.981949687,1,1,1,1,1,0.454837114,0,0.705097437,1,1,1,1,1,0.648154795,0,0.641855969,0.641844722,0.641843972
-1003,1,0.3353,1,1,1,1,1,1,1,1,0.3844,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2711,0.2783,0,1,0.5992,1,1,1,0.6122,0.5992,0,1,1,1,1,1,0.460202307,0,1,1,1,1,1,1,0.300260305,0,0.652037203,1,1,1,1,1,0.597028792,0,0.623429193,0.623439814,0.623670213
-1004,1,0.3353,1,1,1,1,1,1,1,1,0.488,0.3353,0,1,0.2783,1,1,1,1,1,1,0.3936,0.2783,0,1,0.5992,1,1,1,0.7352,0.5992,0,1,1,1,1,1,0.673371017,0,1,1,1,1,1,1,0.458772182,0,0.659503162,1,1,1,1,1,0.67633605,0,0.6030087,0.60313095,0.603280142
-1005,1,0.3353,1,1,1,1,1,1,1,1,0.6254,0.3353,0,1,0.2783,1,1,1,1,1,1,0.6571,0.2783,0,1,0.5992,1,1,1,0.8231,0.5992,0,1,1,1,1,1,0.854493618,0,0.999863505,1,1,1,1,1,0.647039056,0,0.580108643,1,1,1,1,1,0.798802912,0,0.575942484,0.576052465,0.575797872
-1006,1,0.3353,1,1,1,1,1,1,1,1,0.512,0.3353,0,1,0.2783,1,1,1,1,1,1,0.7653,0.2783,0,1,0.5992,1,1,1,0.7744,0.5992,0,1,1,1,1,1,0.76531744,0,0.995842814,1,1,1,1,1,0.783647418,0,0.570874929,1,1,1,1,1,0.744980097,0,0.541928468,0.541781257,0.542109929
-1007,1,0.3353,1,1,1,1,1,1,1,1,0.5771,0.3353,0,1,0.2783,1,1,1,1,1,1,0.9272,0.2783,0,1,0.5992,1,1,1,0.9148,0.5992,0,1,1,1,1,1,0.826409817,0,1,1,1,1,1,1,0.929853201,0,0.971697688,1,1,1,1,1,0.862176478,0,0.506524891,0.506663846,0.506648936
-1008,1,0.3353,1,1,1,1,1,1,1,1,0.7939,0.3353,0,1,0.2783,1,1,1,1,1,1,0.9855,0.2783,0,1,0.5992,1,1,1,0.904,0.5992,0,1,1,1,1,1,0.949221849,0,1,1,1,1,1,1,0.986414909,0,1,1,1,1,1,1,0.850910902,0,0.480546158,0.480643114,0.480939716
-1009,1,0.3353,1,1,1,1,1,1,1,1,0.8919,0.3353,0,1,0.2783,1,1,1,1,1,1,0.9458,0.2783,0,1,0.5992,1,1,1,0.9164,0.5992,0,1,1,1,1,1,0.960429847,0,1,1,1,1,1,1,0.979432106,0,1,1,1,1,1,1,0.940730512,0,0.466167231,0.466257669,0.466312057
-1010,1,0.3353,1,1,1,1,1,1,1,1,0.9127,0.3353,0,1,0.2783,1,1,1,1,1,1,0.9685,0.2783,0,1,0.5992,1,1,1,0.8531,0.5992,0,1,1,1,1,1,0.971240282,0,1,1,1,1,1,1,0.995323062,0,1,1,1,1,1,1,0.862010956,0,0.461273562,0.461392003,0.46143617
-1011,1,0.3353,1,1,1,1,1,1,1,1,0.9731,0.3353,0,1,0.2783,1,1,1,1,1,1,0.9912,0.2783,0,1,0.5992,1,1,1,0.8621,0.5992,0,1,1,1,1,1,0.988786578,0,1,1,1,1,1,1,0.999886632,0,1,1,1,1,1,1,0.871958375,0,0.461696472,0.461815105,0.461879433
-1012,1,0.3353,1,1,1,1,1,1,1,1,0.9472,0.3353,0,1,0.2783,1,1,1,1,1,1,1,0.2783,0,1,0.5992,1,1,1,0.8834,0.5992,0,1,1,1,1,1,0.97153002,0,1,1,1,1,1,1,1,0,1,1,1,1,1,1,0.943235338,0,0.467919285,0.467950074,0.468085106
-1013,1,0.3353,1,1,1,1,1,1,1,1,0.7286,0.3353,0,1,0.2783,1,1,1,1,1,1,0.7587,0.2783,0,1,0.5992,1,1,1,0.7849,0.5992,0,1,1,1,1,1,0.686352313,0,1,1,1,1,1,1,0.831292808,0,1,1,1,1,1,1,0.89932102,0,0.482237796,0.482335519,0.482269504
-1014,1,0.3353,1,1,1,1,1,1,1,1,0.6994,0.3353,0,1,0.2783,1,1,1,1,1,1,0.5281,0.2783,0,1,0.5992,1,1,1,0.7777,0.5992,0,1,1,1,1,1,0.599076509,0,1,1,1,1,1,1,0.543294072,0,1,1,1,1,1,1,0.925986946,0,0.505497825,0.505606093,0.505762411
-1015,1,0.3353,1,1,1,1,1,1,1,1,0.5722,0.3353,0.0402,1,0.2783,1,1,1,1,1,1,0.5371,0.2783,0.0169,1,0.5992,1,1,1,0.6421,0.5992,0.0241,1,1,1,1,1,0.558437586,0.090527713,1,1,1,1,1,1,0.464635491,0.024631232,1,1,1,1,1,1,0.849391043,0.184296533,0.531295312,0.531415274,0.531471631
-1016,1,0.3353,1,1,1,1,1,1,1,1,0.6724,0.3353,0.321,1,0.2783,1,1,1,1,1,1,0.7171,0.2783,0.2875,1,0.5992,1,1,1,0.7405,0.5992,0.2786,1,1,1,1,1,0.686959982,0.619437873,1,1,1,1,1,1,0.619482636,0.487117261,1,1,1,1,1,1,0.946173012,0.638931632,0.567605123,0.567590438,0.567375887
-1017,1,0.3353,1,1,1,1,1,1,1,1,0.6696,0.3353,0.5245,1,0.2783,1,1,1,1,1,1,0.7395,0.2783,0.4137,1,0.5992,1,1,1,0.8206,0.5992,0.4592,1,1,1,1,1,0.717285275,0.845923901,1,1,1,1,1,1,0.686923146,0.715388775,1,1,1,1,1,1,0.967147589,0.884190798,0.593765104,0.59361117,0.593971631
-1018,1,0.3353,1,1,1,1,1,1,1,1,0.6538,0.3353,0.6441,1,0.2783,1,1,1,1,1,1,0.5848,0.2783,0.4555,1,0.5992,1,1,1,0.873,0.5992,0.5737,1,1,1,1,1,0.759602785,0.904015422,0.994104028,1,1,1,1,1,0.569577098,0.74786222,1,1,1,1,1,1,0.98012197,0.998743474,0.606694055,0.606727311,0.606826241
-1019,1,0.3353,1,1,1,1,1,1,1,1,0.614,0.3353,0.7124,1,0.2783,1,1,1,1,1,1,0.8972,0.2783,0.5821,1,0.5992,1,1,1,0.8804,0.5992,0.5877,1,1,1,1,1,0.785805941,0.968153715,0.979509115,1,1,1,1,1,0.798628211,0.899564683,1,1,1,1,1,1,0.974202812,1,0.609473175,0.609689021,0.609929078
-1020,1,0.3353,1,1,1,1,1,1,1,1,0.6348,0.3353,0.7357,1,0.2783,1,1,1,1,1,1,0.5867,0.2783,0.6565,1,0.5992,1,1,1,0.7768,0.5992,0.5796,1,1,1,1,1,0.77627176,0.993761897,0.996788025,1,1,1,1,1,0.594937861,0.915567696,1,1,1,1,1,1,0.94339031,0.994064271,0.606935718,0.606938862,0.607269504
-1021,1,0.3353,1,1,1,1,1,1,1,1,0.7252,0.3353,0.7389,1,0.2783,1,1,1,1,1,1,0.6538,0.2783,0.7141,1,0.5992,1,1,1,0.8069,0.5992,0.608,1,1,1,1,1,0.864143133,0.999612212,1,1,1,1,1,1,0.65962851,0.91098392,1,1,1,1,1,1,0.963540792,0.990459502,0.600350411,0.600380791,0.600620567
-1022,1,0.3353,1,1,1,1,1,1,1,1,0.8045,0.3353,0.6854,1,0.2783,1,1,1,1,1,1,0.683,0.2783,0.6489,1,0.5992,1,1,1,0.7823,0.5992,0.6174,1,1,1,1,1,0.823230505,0.980759859,1,1,1,1,1,1,0.676310778,0.905569375,1,1,1,1,1,1,0.958282471,0.980168104,0.593765104,0.59361117,0.593971631
-1023,1,0.3353,1,1,1,1,1,1,1,1,0.9261,0.3353,0.5341,1,0.2783,1,1,1,1,1,1,0.7927,0.2783,0.523,1,0.5992,1,1,1,0.8161,0.5992,0.4746,1,1,1,1,1,0.922717035,0.872315288,1,1,1,1,1,1,0.793216765,0.785997272,1,1,1,1,1,1,0.96189332,0.854058266,0.597087965,0.596995981,0.597074468
-1024,1,0.3353,1,1,1,1,1,1,1,1,0.8529,0.3353,0.3205,1,0.2783,1,1,1,1,1,1,0.9438,0.2783,0.3346,1,0.5992,1,1,1,0.8626,0.5992,0.2741,1,1,1,1,1,0.830996811,0.631514311,1,1,1,1,1,1,0.905080378,0.582761168,1,1,1,1,1,1,0.986580849,0.597520769,0.622341711,0.622382061,0.622340426
-1025,1,0.3353,1,1,1,1,1,1,1,1,0.6895,0.3353,0.0422,1,0.2783,1,1,1,1,1,1,0.8516,0.2783,0.079,1,0.5992,1,1,1,0.8721,0.5992,0,1,1,1,1,1,0.693335056,0.212807029,1,1,1,1,1,1,0.795225739,0.234032705,1,1,1,1,1,1,0.988930881,0,0.680038666,0.680135392,0.680407801
-1026,1,0.3353,1,1,1,1,1,1,1,1,0.5444,0.3353,0,1,0.2783,1,1,1,1,1,1,0.8756,0.2783,0,1,0.5992,1,1,1,0.749,0.5992,0,1,1,1,1,1,0.556593001,0,1,1,1,1,1,1,0.81844306,0,1,1,1,1,1,1,0.961959541,0,0.703298695,0.703405966,0.703457447
-1027,1,0.3353,1,1,1,1,1,1,1,1,0.3196,0.3353,0,1,0.2783,1,1,1,1,1,1,0.6978,0.2783,0,1,0.5992,1,1,1,0.6771,0.5992,0,1,1,1,1,1,0.403906047,0,0.942388296,1,1,1,1,1,0.639412045,0,1,1,1,1,1,1,0.963806748,0,0.691215563,0.691347578,0.691489362
-1028,1,0.3353,1,1,1,1,1,1,1,1,0.4701,0.3353,0,1,0.2783,1,1,1,1,1,1,0.782,0.2783,0,1,0.5992,1,1,1,0.723,0.5992,0,1,1,1,1,1,0.502149522,0,1,1,1,1,1,1,0.759958923,0,1,1,1,1,1,1,0.951873124,0,0.667109715,0.667019251,0.667109929
-1029,1,0.3353,1,1,1,1,1,1,1,1,0.3047,0.3353,0,1,0.2783,1,1,1,1,1,1,0.807,0.2783,0,1,0.5992,1,1,1,0.5694,0.5992,0,1,1,1,1,1,0.216403693,0,1,1,1,1,1,1,0.743023992,0,1,1,1,1,1,1,0.86858052,0,0.627114548,0.627036175,0.627216312
-1030,1,0.3353,1,1,1,1,1,1,1,1,0.2104,0.3353,0,1,0.2783,1,1,1,1,1,1,0.3724,0.2783,0,1,0.5992,1,1,1,0.3938,0.5992,0,1,1,1,1,1,0.11713592,0,1,1,1,1,1,1,0.303072393,0,1,1,1,1,1,1,0.788485348,0,0.581500725,0.581552782,0.581560284
-1031,1,0.3353,1,1,1,1,1,1,1,1,0.2499,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1835,0.2783,0,1,0.5992,1,1,1,0.3314,0.5992,0,1,1,1,1,1,0.134658724,0,1,1,1,1,1,1,0.228407115,0,1,1,1,1,1,1,0.745531321,0,0.538243113,0.538184895,0.538120567
-1032,1,0.3353,1,1,1,1,1,1,1,1,0.1986,0.3353,0,1,0.2783,1,1,1,1,1,1,0.047,0.2783,0,1,0.5992,1,1,1,0.358,0.5992,0,1,1,1,1,1,0.133515179,0,1,1,1,1,1,1,0.082354978,0,1,1,1,1,1,1,0.717508078,0,0.508760271,0.508779353,0.508865248
-1033,1,0.3353,1,1,1,1,1,1,1,1,0.1447,0.3353,0,1,0.2783,1,1,1,1,1,1,0,0.2783,0,1,0.5992,1,1,1,0.341,0.5992,0,1,1,1,1,1,0.127683818,0,1,1,1,1,1,1,0.019477557,0,1,1,1,1,1,1,0.67595464,0,0.494381344,0.494393907,0.494237589
-1034,1,0.3353,1,1,1,1,1,1,1,1,0.1472,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0148,0.2783,0,1,0.5992,1,1,1,0.3144,0.5992,0,1,1,1,1,1,0.170505077,0,0.985633731,1,1,1,1,1,0.042647615,0,0.573532999,1,1,1,1,1,0.644147515,0,0.48858144,0.488682039,0.48891844
-1035,1,0.3353,1,1,1,1,1,1,1,1,0.2388,0.3353,0,1,0.2783,1,1,1,1,1,1,0.093,0.2783,0,1,0.5992,1,1,1,0.2754,0.5992,0,1,1,1,1,1,0.295705885,0,0.969053149,1,1,1,1,1,0.156690001,0,0.363570988,1,1,1,1,1,0.512547493,0,0.489850169,0.489739793,0.489804965
-1036,1,0.3353,1,1,1,1,1,1,1,1,0.289,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2339,0.2783,0,1,0.5992,1,1,1,0.2813,0.5992,0,1,1,1,1,1,0.369917989,0,0.879668534,1,1,1,1,1,0.321417838,0,0.728458941,1,1,1,1,1,0.500334024,0,0.504108265,0.504125238,0.504432624
-1037,1,0.3353,1,1,1,1,1,1,1,1,0.3285,0.3353,0,1,0.2783,1,1,1,1,1,1,0.4105,0.2783,0,1,0.5992,1,1,1,0.2519,0.5992,0,1,1,1,1,1,0.385765702,0,0.722514331,1,1,1,1,1,0.464779735,0,1,1,1,1,1,1,0.479207754,0,0.54718463,0.547070023,0.547429078
-1038,1,0.3353,1,1,1,1,1,1,1,1,0.3608,0.3353,0,1,0.2783,1,1,1,1,1,1,0.4634,0.2783,0,1,0.5992,1,1,1,0.3391,0.5992,0,1,1,1,1,1,0.389281601,0,0.375971466,1,1,1,1,1,0.524917603,0,1,1,1,1,1,1,0.619532764,0,0.625604157,0.625766871,0.625886525
-1039,1,0.3353,1,1,1,1,1,1,1,1,0.399,0.3353,0.0059,1,0.2783,1,1,1,1,1,1,0.3937,0.2783,0.0003,1,0.5992,1,1,1,0.3347,0.5992,0.0115,1,1,1,1,1,0.255584747,0.018440766,0.476107359,1,1,1,1,1,0.399483383,0.005323761,1,1,1,1,1,1,0.632665634,0.184353784,0.663907685,0.663845991,0.664450355
-1040,1,0.3353,1,1,1,1,1,1,1,1,0.5781,0.3353,0.2662,1,0.2783,1,1,1,1,1,1,0.4806,0.2783,0.2569,1,0.5992,1,1,1,0.2986,0.5992,0.2343,1,1,1,1,1,0.393638909,0.4953053,0.99849993,1,1,1,1,1,0.507252634,0.481455207,1,1,1,1,1,1,0.708755732,0.599122882,0.666868052,0.6668077,0.667109929
-1041,1,0.3353,1,1,1,1,1,1,1,1,0.562,0.3353,0.4829,1,0.2783,1,1,1,1,1,1,0.5678,0.2783,0.4694,1,0.5992,1,1,1,0.2415,0.5992,0.4158,1,1,1,1,1,0.384723723,0.726844013,1,1,1,1,1,1,0.562826037,0.733446002,1,1,1,1,1,1,0.678595603,0.827152729,0.662880619,0.662788238,0.662677305
-1042,1,0.3353,1,1,1,1,1,1,1,1,0.665,0.3353,0.5778,1,0.2783,1,1,1,1,1,1,0.7888,0.2783,0.5771,1,0.5992,1,1,1,0.2353,0.5992,0.5485,1,1,1,1,1,0.506199658,0.802469909,1,1,1,1,1,1,0.748238623,0.840353489,1,1,1,1,1,1,0.624711215,0.95588094,0.658893185,0.658980326,0.659131206
-1043,1,0.3353,1,1,1,1,1,1,1,1,0.676,0.3353,0.5997,1,0.2783,1,1,1,1,1,1,0.7221,0.2783,0.6414,1,0.5992,1,1,1,0.2822,0.5992,0.5484,1,1,1,1,1,0.596518219,0.820268512,1,1,1,1,1,1,0.751242757,0.946367383,0.967928827,1,1,1,1,1,0.616666555,0.969604492,0.65297245,0.653056907,0.653368794
-1044,1,0.3353,1,1,1,1,1,1,1,1,0.6962,0.3353,0.6695,1,0.2783,1,1,1,1,1,1,0.8543,0.2783,0.7203,1,0.5992,1,1,1,0.3593,0.5992,0.5631,1,1,1,1,1,0.689195514,0.902582049,1,1,1,1,1,1,0.825788617,0.99072957,1,1,1,1,1,1,0.610661745,0.930236697,0.640647656,0.640786968,0.640957447
-1045,1,0.3353,1,1,1,1,1,1,1,1,0.6085,0.3353,0.7068,1,0.2783,1,1,1,1,1,1,0.8225,0.2783,0.7268,1,0.5992,1,1,1,0.3074,0.5992,0.5958,1,1,1,1,1,0.658835292,0.967365324,1,1,1,1,1,1,0.752197742,0.997730374,1,1,1,1,1,1,0.469080865,0.930337965,0.63098115,0.631055638,0.631205674
-1046,1,0.3353,1,1,1,1,1,1,1,1,0.5131,0.3353,0.671,1,0.2783,1,1,1,1,1,1,0.6911,0.2783,0.689,1,0.5992,1,1,1,0.3432,0.5992,0.572,1,1,1,1,1,0.608707428,0.967673123,0.999680877,1,1,1,1,1,0.660742164,0.99534905,0.997730196,1,1,1,1,1,0.489898354,0.94499135,0.619623006,0.619631902,0.619680851
-1047,1,0.3353,1,1,1,1,1,1,1,1,0.4954,0.3353,0.5219,1,0.2783,1,1,1,1,1,1,0.4994,0.2783,0.5492,1,0.5992,1,1,1,0.38,0.5992,0.4334,1,1,1,1,1,0.532896399,0.859537721,1,1,1,1,1,1,0.595777094,0.889701724,1,1,1,1,1,1,0.545039296,0.828703642,0.615514741,0.615612439,0.615691489
-1048,1,0.3353,1,1,1,1,1,1,1,1,0.5677,0.3353,0.315,1,0.2783,1,1,1,1,1,1,0.3673,0.2783,0.3525,1,0.5992,1,1,1,0.3804,0.5992,0.2407,1,1,1,1,1,0.578208685,0.634054959,1,1,1,1,1,1,0.441985667,0.670821309,1,1,1,1,1,1,0.514895082,0.587968647,0.630256162,0.630209435,0.630319149
-1049,1,0.3353,1,1,1,1,1,1,1,1,0.3957,0.3353,0.0489,1,0.2783,1,1,1,1,1,1,0.2035,0.2783,0.0911,1,0.5992,1,1,1,0.3173,0.5992,0,1,1,1,1,1,0.431189686,0.235400751,1,1,1,1,1,1,0.25458619,0.297201306,1,1,1,1,1,1,0.456587642,3.11E-05,0.682092798,0.682039348,0.682180851
-1050,1,0.3353,1,1,1,1,1,1,1,1,0.3048,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1018,0.2783,0,1,0.5992,1,1,1,0.2877,0.5992,0,1,1,1,1,1,0.427675366,0,0.982306719,1,1,1,1,1,0.206333905,0,1,1,1,1,1,1,0.479605615,0,0.703661189,0.703829067,0.703900709
-1051,1,0.3353,1,1,1,1,1,1,1,1,0.1941,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0685,0.2783,0,1,0.5992,1,1,1,0.2284,0.5992,0,1,1,1,1,1,0.277788043,0,0.977837861,1,1,1,1,1,0.128975511,0,1,1,1,1,1,1,0.301128358,0,0.690550991,0.690501375,0.690602837
-1052,1,0.3353,1,1,1,1,1,1,1,1,0.1047,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0559,0.2783,0,1,0.5992,1,1,1,0.1682,0.5992,0,1,1,1,1,1,0.236096486,0,0.933708906,1,1,1,1,1,0.210136294,0,1,1,1,1,1,1,0.184097201,0,0.665961817,0.665961498,0.666223404
-1053,1,0.3353,1,1,1,1,1,1,1,1,0.1916,0.3353,0,1,0.2783,1,1,1,1,1,1,0.18,0.2783,0,1,0.5992,1,1,1,0.1045,0.5992,0,1,1,1,1,1,0.305373579,0,1,1,1,1,1,1,0.486193508,0,1,1,1,1,1,1,0.133716792,0,0.623368777,0.623439814,0.623670213
-1054,1,0.3353,1,1,1,1,1,1,1,1,0.1403,0.3353,0,1,0.2783,1,1,1,1,1,1,0.345,0.2783,0,1,0.5992,1,1,1,0.0678,0.5992,0,1,1,1,1,1,0.181378096,0,1,1,1,1,1,1,0.536791325,0,1,1,1,1,1,1,0.093254708,0,0.567303045,0.567378887,0.567375887
-1055,1,0.3353,1,1,1,1,1,1,1,1,0.1019,0.3353,0,1,0.2783,1,1,1,1,1,1,0.3224,0.2783,0,1,0.5992,1,1,1,0.0489,0.5992,0,1,1,1,1,1,0.190009132,0,1,1,1,1,1,1,0.41206342,0,1,1,1,1,1,1,0.053925574,0,0.516433059,0.516395177,0.516843972
-1056,1,0.3353,1,1,1,1,1,1,1,1,0.2342,0.3353,0,1,0.2783,1,1,1,1,1,1,0.3328,0.2783,0,1,0.5992,1,1,1,0.0464,0.5992,0,1,1,1,1,1,0.340543807,0,0.951961637,1,1,1,1,1,0.396313548,0,1,1,1,1,1,1,0.057745896,0,0.483929435,0.483816374,0.484042553
-1057,1,0.3353,1,1,1,1,1,1,1,1,0.3291,0.3353,0,1,0.2783,1,1,1,1,1,1,0.3303,0.2783,0,1,0.5992,1,1,1,0.0914,0.5992,0,1,1,1,1,1,0.47736305,0,0.723744631,1,1,1,1,1,0.344732225,0,0.674463391,1,1,1,1,1,0.210174009,0,0.467254712,0.467315422,0.467198582
-1058,1,0.3353,1,1,1,1,1,1,1,1,0.2905,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1811,0.2783,0,1,0.5992,1,1,1,0.1582,0.5992,0,1,1,1,1,1,0.471031487,0,0.453945518,1,1,1,1,1,0.159885496,0,0.496303141,1,1,1,1,1,0.332458019,0,0.461152731,0.461180453,0.46143617
-1059,1,0.3353,1,1,1,1,1,1,1,1,0.2069,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1306,0.2783,0,1,0.5992,1,1,1,0.2336,0.5992,0,1,1,1,1,1,0.398436338,0,0.282089144,1,1,1,1,1,0.091254428,0,0.341608644,1,1,1,1,1,0.458970815,0,0.461031899,0.460968902,0.460992908
-1060,1,0.3353,1,1,1,1,1,1,1,1,0.0684,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0311,0.2783,0,1,0.5992,1,1,1,0.2549,0.5992,0,1,1,1,1,1,0.180473939,0,0.185217351,1,1,1,1,1,0.020236973,0,0.244839817,1,1,1,1,1,0.531448722,0,0.475169164,0.475142797,0.475177305
-1061,1,0.3353,1,1,1,1,1,1,1,1,0.0999,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0115,0.2783,0,1,0.5992,1,1,1,0.201,0.5992,0,1,1,1,1,1,0.206174016,0,0.17999509,1,1,1,1,1,0.006590917,0,0.162442416,1,1,1,1,1,0.458401471,0,0.51921218,0.519145335,0.519060284
-1062,1,0.3353,1,1,1,1,1,1,1,1,0.073,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0632,0.2783,0,1,0.5992,1,1,1,0.1695,0.5992,0,1,1,1,1,1,0.15341562,0,0.067971632,1,1,1,1,1,0.037877314,0,0.120555505,1,1,1,1,1,0.364987403,0,0.599565007,0.599746139,0.599734043
-1063,1,0.3353,1,1,1,1,1,1,1,1,0.0613,0.3353,0.0062,1,0.2783,1,1,1,1,1,1,0.0268,0.2783,0,1,0.5992,1,1,1,0.1387,0.5992,0.0255,1,1,1,1,1,0.118538402,0.014192468,0.091725685,1,1,1,1,1,0.012939813,0,0.042171728,1,1,1,1,1,0.266541362,0.186134338,0.637566457,0.637613708,0.63785461
-1064,1,0.3353,1,1,1,1,1,1,1,1,0.0495,0.3353,0.2119,1,0.2783,1,1,1,1,1,1,0.0074,0.2783,0.1959,1,0.5992,1,1,1,0.0777,0.5992,0.2837,1,1,1,1,1,0.102821335,0.339985967,0.011115281,1,1,1,1,1,0.004708332,0.310952276,0,1,1,1,1,1,0.106331266,0.525537193,0.640103915,0.640152316,0.640070922
-1065,1,0.3353,1,1,1,1,1,1,1,1,0.0178,0.3353,0.3608,1,0.2783,1,1,1,1,1,1,0.0016,0.2783,0.3224,1,0.5992,1,1,1,0.0498,0.5992,0.4763,1,1,1,1,1,0.04687928,0.518666685,0.00168068,1,1,1,1,1,0.001076122,0.499693483,0.040739004,1,1,1,1,1,0.101931214,0.698534489,0.638110198,0.63803681,0.638297872
-1066,1,0.3353,1,1,1,1,1,1,1,1,0.0057,0.3353,0.4334,1,0.2783,1,1,1,1,1,1,0,0.2783,0.4463,1,0.5992,1,1,1,0.0473,0.5992,0.6271,1,1,1,1,1,0.006887557,0.595648408,0.001408386,1,1,1,1,1,0.000328184,0.61341995,0.010822514,1,1,1,1,1,0.086632088,0.757857621,0.636901885,0.636979056,0.637411348
-1067,1,0.3353,1,1,1,1,1,1,1,1,0.0008,0.3353,0.496,1,0.2783,1,1,1,1,1,1,0,0.2783,0.4513,1,0.5992,1,1,1,0.0389,0.5992,0.695,1,1,1,1,1,0.000104528,0.705536485,0.002444054,1,1,1,1,1,0,0.633169591,0.021018326,1,1,1,1,1,0.079875037,0.754530132,0.63140406,0.631478739,0.631648936
-1068,1,0.3353,1,1,1,1,1,1,1,1,0,0.3353,0.4844,1,0.2783,1,1,1,1,1,1,0.0391,0.2783,0.4641,1,0.5992,1,1,1,0.0446,0.5992,0.6414,1,1,1,1,1,0.002018983,0.70180279,7.22E-05,1,1,1,1,1,0.037956238,0.632471561,0.002988744,1,1,1,1,1,0.105751939,0.828321338,0.624154181,0.624074466,0.624556738
-1069,1,0.3353,1,1,1,1,1,1,1,1,0.0121,0.3353,0.5786,1,0.2783,1,1,1,1,1,1,0.0153,0.2783,0.6105,1,0.5992,1,1,1,0.0419,0.5992,0.7025,1,1,1,1,1,0.007209733,0.767341495,0.003048972,1,1,1,1,1,0.009417345,0.881190777,0,1,1,1,1,1,0.092641033,0.958709717,0.61859594,0.618574149,0.618794326
-1070,1,0.3353,1,1,1,1,1,1,1,1,0.0395,0.3353,0.4078,1,0.2783,1,1,1,1,1,1,0.0327,0.2783,0.4214,1,0.5992,1,1,1,0.0602,0.5992,0.5202,1,1,1,1,1,0.052469421,0.575399458,0.01162939,1,1,1,1,1,0.034468301,0.621795774,0,1,1,1,1,1,0.103165664,0.839419246,0.611648139,0.611804527,0.611702128
-1071,1,0.3353,1,1,1,1,1,1,1,1,0.036,0.3353,0.3444,1,0.2783,1,1,1,1,1,1,0.0099,0.2783,0.3846,1,0.5992,1,1,1,0.1176,0.5992,0.4177,1,1,1,1,1,0.053068925,0.546132028,0.089984819,1,1,1,1,1,0.022223983,0.65506351,0,1,1,1,1,1,0.173716277,0.687713146,0.608264862,0.608208166,0.608156028
-1072,1,0.3353,1,1,1,1,1,1,1,1,0.0415,0.3353,0.2249,1,0.2783,1,1,1,1,1,1,0.0157,0.2783,0.2885,1,0.5992,1,1,1,0.1981,0.5992,0.2377,1,1,1,1,1,0.108836338,0.444707453,0.091163978,1,1,1,1,1,0.027305046,0.528101385,0,1,1,1,1,1,0.252788484,0.41919291,0.621072982,0.621112757,0.621010638
-1073,1,0.3353,1,1,1,1,1,1,1,1,0.0367,0.3353,0.0122,1,0.2783,1,1,1,1,1,1,0.0208,0.2783,0.0337,1,0.5992,1,1,1,0.3519,0.5992,0,1,1,1,1,1,0.08615572,0.038480602,0.180393949,1,1,1,1,1,0.035222165,0.136732534,0,1,1,1,1,1,0.463289082,0,0.6689826,0.668923207,0.668882979
-1074,1,0.3353,1,1,1,1,1,1,1,1,0.0721,0.3353,0,1,0.2783,1,1,1,1,1,1,0.061,0.2783,0,1,0.5992,1,1,1,0.3697,0.5992,0,1,1,1,1,1,0.135538846,0,0.139605165,1,1,1,1,1,0.088056445,0,0,1,1,1,1,1,0.527615786,0,0.687167714,0.687116564,0.6875
-1075,1,0.3353,1,1,1,1,1,1,1,1,0.0678,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0396,0.2783,0,1,0.5992,1,1,1,0.3254,0.5992,0,1,1,1,1,1,0.043199215,0,0.53976059,1,1,1,1,1,0.088940099,0,0.039158117,1,1,1,1,1,0.453964204,0,0.669768004,0.66976941,0.669769504
-1076,1,0.3353,1,1,1,1,1,1,1,1,0.0755,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0236,0.2783,0,1,0.5992,1,1,1,0.2045,0.5992,0,1,1,1,1,1,0.042970236,0,0.480655342,1,1,1,1,1,0.059755467,0,0.19911781,1,1,1,1,1,0.269749194,0,0.643728855,0.643748678,0.643617021
-1077,1,0.3353,1,1,1,1,1,1,1,1,0.0509,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0371,0.2783,0,1,0.5992,1,1,1,0.132,0.5992,0,1,1,1,1,1,0.03064315,0,0.166967809,1,1,1,1,1,0.054738641,0,0.22547619,1,1,1,1,1,0.177533671,0,0.601558724,0.601650095,0.601507092
-1078,1,0.3353,1,1,1,1,1,1,1,1,0.0503,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0521,0.2783,0,1,0.5992,1,1,1,0.1442,0.5992,0,1,1,1,1,1,0.049356826,0,0.098843873,1,1,1,1,1,0.097993135,0,0.278927267,1,1,1,1,1,0.170501396,0,0.546399227,0.546435371,0.546542553
-1079,1,0.3353,1,1,1,1,1,1,1,1,0.0611,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0031,0.2783,0,1,0.5992,1,1,1,0.156,0.5992,0,1,1,1,1,1,0.051604521,0,0.161583245,1,1,1,1,1,0.029563505,0,0.389920473,1,1,1,1,1,0.147218838,0,0.497583374,0.497567167,0.497783688
-1080,1,0.3353,1,1,1,1,1,1,1,1,0.0394,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0468,0.2783,0,1,0.5992,1,1,1,0.171,0.5992,0,1,1,1,1,1,0.029222723,0,0.162525415,1,1,1,1,1,0.075474158,0,0.313165724,1,1,1,1,1,0.194382474,0,0.464354761,0.464353713,0.464095745
-1081,1,0.3353,1,1,1,1,1,1,1,1,0.0533,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1899,0.2783,0,1,0.5992,1,1,1,0.1461,0.5992,0,1,1,1,1,1,0.047840923,0,0.095295846,1,1,1,1,1,0.153759107,0,0.067757592,1,1,1,1,1,0.157280669,0,0.446592557,0.446583457,0.446808511
-1082,1,0.3353,1,1,1,1,1,1,1,1,0.0469,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0194,0.2783,0,1,0.5992,1,1,1,0.095,0.5992,0,1,1,1,1,1,0.065937504,0,0.011147552,1,1,1,1,1,0.051554609,0,0.096064925,1,1,1,1,1,0.103672326,0,0.437953117,0.437909879,0.437943262
-1083,1,0.3353,1,1,1,1,1,1,1,1,0.0487,0.3353,0,1,0.2783,1,1,1,1,1,1,0,0.2783,0,1,0.5992,1,1,1,0.0664,0.5992,0,1,1,1,1,1,0.070105247,0,0.006252729,1,1,1,1,1,0.002158957,0,0,1,1,1,1,1,0.06112304,0,0.437046883,0.437063677,0.437056738
-1084,1,0.3353,1,1,1,1,1,1,1,1,0.0454,0.3353,0,1,0.2783,1,1,1,1,1,1,0,0.2783,0,1,0.5992,1,1,1,0.0515,0.5992,0,1,1,1,1,1,0.045880351,0,0,1,1,1,1,1,0.000149522,0,0,1,1,1,1,1,0.040833768,0,0.44919043,0.449122065,0.449468085
-1085,1,0.3353,1,1,1,1,1,1,1,1,0.0353,0.3353,0,1,0.2783,1,1,1,1,1,1,0,0.2783,0,1,0.5992,1,1,1,0.0399,0.5992,0,1,1,1,1,1,0.017604046,0,0,1,1,1,1,1,0.000263594,0,0,1,1,1,1,1,0.059951149,0,0.49359594,0.493759255,0.493794326
-1086,1,0.3353,1,1,1,1,1,1,1,1,0.0146,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0149,0.2783,0,1,0.5992,1,1,1,0.0214,0.5992,0,1,1,1,1,1,0.00301992,0,0.006769722,1,1,1,1,1,0.008667981,0,0.012625917,1,1,1,1,1,0.042005826,0,0.573102948,0.573090755,0.573138298
-1087,1,0.3353,1,1,1,1,1,1,1,1,0.0174,0.3353,0,1,0.2783,1,1,1,1,1,1,0,0.2783,0,1,0.5992,1,1,1,0.0106,0.5992,0,1,1,1,1,1,0.00625662,0,0.014876311,1,1,1,1,1,0.005263689,0,0.080059424,1,1,1,1,1,0.03722835,0.013479548,0.615575157,0.615612439,0.615691489
-1088,1,0.3353,1,1,1,1,1,1,1,1,0.0093,0.3353,0.142,1,0.2783,1,1,1,1,1,1,0,0.2783,0.2009,1,0.5992,1,1,1,0.0042,0.5992,0.202,1,1,1,1,1,0.003951265,0.349179506,0.015524953,1,1,1,1,1,0.000401821,0.291373551,0.061198957,1,1,1,1,1,0.022719318,0.434636295,0.623972934,0.623862915,0.624113475
-1089,1,0.3353,1,1,1,1,1,1,1,1,0.0033,0.3353,0.2896,1,0.2783,1,1,1,1,1,1,0,0.2783,0.3639,1,0.5992,1,1,1,0.0012,0.5992,0.3615,1,1,1,1,1,0.004615302,0.514957786,0.010969135,1,1,1,1,1,0.003379712,0.534627438,0,1,1,1,1,1,0.007916735,0.58468765,0.625966651,0.625978422,0.626329787
-1090,1,0.3353,1,1,1,1,1,1,1,1,0.0006,0.3353,0.3832,1,0.2783,1,1,1,1,1,1,0,0.2783,0.4752,1,0.5992,1,1,1,0.001,0.5992,0.4506,1,1,1,1,1,0.005063584,0.558726788,0.017523618,1,1,1,1,1,0.003152695,0.647850692,0,1,1,1,1,1,0.001069679,0.608341455,0.62777912,0.627670827,0.628102837
-1091,1,0.3353,1,1,1,1,1,1,1,1,0.0013,0.3353,0.4001,1,0.2783,1,1,1,1,1,1,0,0.2783,0.4461,1,0.5992,1,1,1,0,0.5992,0.4365,1,1,1,1,1,0.004127369,0.582769394,0.025185499,1,1,1,1,1,0.003216316,0.642627358,0,1,1,1,1,1,0.000370599,0.611747622,0.625,0.624920669,0.625
-1092,1,0.3353,1,1,1,1,1,1,1,1,0,0.3353,0.3979,1,0.2783,1,1,1,1,1,1,0,0.2783,0.4694,1,0.5992,1,1,1,0.0025,0.5992,0.4185,1,1,1,1,1,0.000329846,0.602562308,0.015069776,1,1,1,1,1,0.002190562,0.662625432,0.008151309,1,1,1,1,1,0.004105932,0.595377803,0.617568874,0.617727946,0.617907801
-1093,1,0.3353,1,1,1,1,1,1,1,1,0.001,0.3353,0.3975,1,0.2783,1,1,1,1,1,1,0,0.2783,0.4491,1,0.5992,1,1,1,0.008,0.5992,0.3787,1,1,1,1,1,0,0.633594096,0.013273727,1,1,1,1,1,0.001052633,0.672993779,0.101724088,1,1,1,1,1,0.022061357,0.557721913,0.614064766,0.614131585,0.61391844
-1094,1,0.3353,1,1,1,1,1,1,1,1,0.002,0.3353,0.4351,1,0.2783,1,1,1,1,1,1,0,0.2783,0.4923,1,0.5992,1,1,1,0.0235,0.5992,0.4175,1,1,1,1,1,2.31E-06,0.671257675,0.071118698,1,1,1,1,1,0.000637823,0.694713473,0.156142414,1,1,1,1,1,0.046326287,0.546066582,0.607116965,0.607150413,0.607269504
-1095,1,0.3353,1,1,1,1,1,1,1,1,0.0013,0.3353,0.3602,1,0.2783,1,1,1,1,1,1,0,0.2783,0.4357,1,0.5992,1,1,1,0.0588,0.5992,0.3264,1,1,1,1,1,0.002965278,0.59887594,0.156938747,1,1,1,1,1,0.000722208,0.595216334,0.201426715,1,1,1,1,1,0.066430353,0.508017361,0.604760754,0.604823355,0.605053191
-1096,1,0.3353,1,1,1,1,1,1,1,1,0.0048,0.3353,0.2179,1,0.2783,1,1,1,1,1,1,0,0.2783,0.2689,1,0.5992,1,1,1,0.087,0.5992,0.1731,1,1,1,1,1,0.003663415,0.423196405,0.235061526,1,1,1,1,1,0.000460288,0.453348726,0.132251054,1,1,1,1,1,0.084686771,0.337374985,0.619623006,0.619631902,0.620124113
-1097,1,0.3353,1,1,1,1,1,1,1,1,0.0028,0.3353,0.0012,1,0.2783,1,1,1,1,1,1,0.0074,0.2783,0.0291,1,0.5992,1,1,1,0.1081,0.5992,0,1,1,1,1,1,0.010761268,0.028205086,0.254560232,1,1,1,1,1,0.013701504,0.093099222,0.135036409,1,1,1,1,1,0.0773632,0,0.663907685,0.663845991,0.664007092
-1098,1,0.3353,1,1,1,1,1,1,1,1,0.0037,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0422,0.2783,0,1,0.5992,1,1,1,0.1147,0.5992,0,1,1,1,1,1,0.046665151,0,0.242791414,1,1,1,1,1,0.072233729,0,0.298220694,1,1,1,1,1,0.106213242,0,0.679253262,0.67928919,0.679521277
-1099,1,0.3353,1,1,1,1,1,1,1,1,0.0048,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0909,0.2783,0,1,0.5992,1,1,1,0.1005,0.5992,0,1,1,1,1,1,0.055832595,0,0.059668772,1,1,1,1,1,0.136343688,0,0.192917556,1,1,1,1,1,0.113991655,0,0.663303528,0.66342289,0.66356383
-1100,1,0.3353,1,1,1,1,1,1,1,1,0.0225,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1208,0.2783,0,1,0.5992,1,1,1,0.0787,0.5992,0,1,1,1,1,1,0.075337775,0,0.047003094,1,1,1,1,1,0.177106515,0,0.439277738,1,1,1,1,1,0.097335458,0,0.636176897,0.636132854,0.636524823
-1101,1,0.3353,1,1,1,1,1,1,1,1,0.0683,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1202,0.2783,0,1,0.5992,1,1,1,0.0675,0.5992,0,1,1,1,1,1,0.082746476,0,0.020546136,1,1,1,1,1,0.168459937,0,0.275989294,1,1,1,1,1,0.125470683,0,0.59382552,0.593822721,0.593971631
-1102,1,0.3353,1,1,1,1,1,1,1,1,0.1146,0.3353,0,1,0.2783,1,1,1,1,1,1,0.157,0.2783,0,1,0.5992,1,1,1,0.044,0.5992,0,1,1,1,1,1,0.11460375,0,0.008724602,1,1,1,1,1,0.209471554,0,0.3150644,1,1,1,1,1,0.085176602,0,0.537941034,0.537973345,0.538120567
-1103,1,0.3353,1,1,1,1,1,1,1,1,0.0572,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1428,0.2783,0,1,0.5992,1,1,1,0.0343,0.5992,0,1,1,1,1,1,0.048893597,0,0.028796984,1,1,1,1,1,0.157406271,0,0.28583324,1,1,1,1,1,0.054507188,0,0.487010633,0.486989634,0.48714539
-1104,1,0.3353,1,1,1,1,1,1,1,1,0.0689,0.3353,0,1,0.2783,1,1,1,1,1,1,0.079,0.2783,0,1,0.5992,1,1,1,0.0523,0.5992,0,1,1,1,1,1,0.081243813,0,0.071472019,1,1,1,1,1,0.109008878,0,0.205130637,1,1,1,1,1,0.071306929,0,0.456077815,0.456103237,0.456117021
-1105,1,0.3353,1,1,1,1,1,1,1,1,0.0757,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0466,0.2783,0,1,0.5992,1,1,1,0.0731,0.5992,0,1,1,1,1,1,0.078676045,0,0.132356673,1,1,1,1,1,0.083080128,0,0.280035615,1,1,1,1,1,0.112381756,0,0.439765587,0.439813835,0.439716312
-1106,1,0.3353,1,1,1,1,1,1,1,1,0.0796,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0425,0.2783,0,1,0.5992,1,1,1,0.0643,0.5992,0,1,1,1,1,1,0.106914848,0,0.117482096,1,1,1,1,1,0.079231285,0,0.12364766,1,1,1,1,1,0.10742867,0,0.433482359,0.433467315,0.433510638
-1107,1,0.3353,1,1,1,1,1,1,1,1,0.0756,0.3353,0,1,0.2783,1,1,1,1,1,1,0.04,0.2783,0,1,0.5992,1,1,1,0.0536,0.5992,0,1,1,1,1,1,0.084026337,0,0.143809155,1,1,1,1,1,0.075666659,0,0.096530899,1,1,1,1,1,0.098277256,0,0.436503142,0.436640575,0.436613475
-1108,1,0.3353,1,1,1,1,1,1,1,1,0.0874,0.3353,0,1,0.2783,1,1,1,1,1,1,0.038,0.2783,0,1,0.5992,1,1,1,0.0417,0.5992,0,1,1,1,1,1,0.107747838,0,0.181571946,1,1,1,1,1,0.072163574,0,0.17054294,1,1,1,1,1,0.071277931,0,0.450519575,0.450602919,0.450797872
-1109,1,0.3353,1,1,1,1,1,1,1,1,0.0652,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0076,0.2783,0,1,0.5992,1,1,1,0.0264,0.5992,0,1,1,1,1,1,0.08012899,0,0.148158878,1,1,1,1,1,0.022536812,0,0.160324097,1,1,1,1,1,0.040680472,0,0.497341711,0.497355617,0.497340426
-1110,1,0.3353,1,1,1,1,1,1,1,1,0.0332,0.3353,0,1,0.2783,1,1,1,1,1,1,0,0.2783,0,1,0.5992,1,1,1,0.0182,0.5992,0,1,1,1,1,1,0.042060122,0,0.060637206,1,1,1,1,1,0.011356694,0,0.052404717,1,1,1,1,1,0.03396637,0,0.576667472,0.576687117,0.576684397
-1111,1,0.3353,1,1,1,1,1,1,1,1,0.008,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0185,0.2783,0,1,0.5992,1,1,1,0.0106,0.5992,0,1,1,1,1,1,0.011661833,0,0.026185583,1,1,1,1,1,0.014108179,0,0.030558117,1,1,1,1,1,0.023133211,0,0.615333494,0.615400889,0.615691489
-1112,1,0.3353,1,1,1,1,1,1,1,1,0.0002,0.3353,0.251,1,0.2783,1,1,1,1,1,1,0,0.2783,0.2135,1,0.5992,1,1,1,0.0287,0.5992,0.2287,1,1,1,1,1,0.004216762,0.421669364,0.011390129,1,1,1,1,1,0.001075404,0.366246313,0.046053402,1,1,1,1,1,0.042276233,0.52107513,0.620287579,0.620266554,0.620567376
-1113,1,0.3353,1,1,1,1,1,1,1,1,0,0.3353,0.398,1,0.2783,1,1,1,1,1,1,0,0.2783,0.3957,1,0.5992,1,1,1,0.0187,0.5992,0.36,1,1,1,1,1,0.000107081,0.624025583,0.003211733,1,1,1,1,1,0.000291988,0.569521368,0,1,1,1,1,1,0.020247368,0.771772504,0.621193813,0.621324307,0.621453901
-1114,1,0.3353,1,1,1,1,1,1,1,1,0,0.3353,0.5777,1,0.2783,1,1,1,1,1,1,0.0231,0.2783,0.4714,1,0.5992,1,1,1,0.0105,0.5992,0.6638,1,1,1,1,1,0,0.830872178,0,1,1,1,1,1,0.035424843,0.60886234,0,1,1,1,1,1,0.01060041,0.999690711,0.6199855,0.620055003,0.620124113
-1115,1,0.3353,1,1,1,1,1,1,1,1,0,0.3353,0.5222,1,0.2783,1,1,1,1,1,1,0,0.2783,0.446,1,0.5992,1,1,1,0.006,0.5992,0.5803,1,1,1,1,1,0,0.712612987,0,1,1,1,1,1,0.002315169,0.535365283,0,1,1,1,1,1,0.004428415,0.885320663,0.616723055,0.616670193,0.616578014
-1116,1,0.3353,1,1,1,1,1,1,1,1,0.0026,0.3353,0.4391,1,0.2783,1,1,1,1,1,1,0,0.2783,0.4033,1,0.5992,1,1,1,0.0027,0.5992,0.585,1,1,1,1,1,0.000138794,0.62785691,0,1,1,1,1,1,0.005570312,0.554500699,0,1,1,1,1,1,0.000169873,0.855731487,0.612977284,0.612862281,0.613031915
-1117,1,0.3353,1,1,1,1,1,1,1,1,0.0162,0.3353,0.4041,1,0.2783,1,1,1,1,1,1,0.0075,0.2783,0.4023,1,0.5992,1,1,1,0.0064,0.5992,0.5582,1,1,1,1,1,0.012443317,0.572152019,0.003454699,1,1,1,1,1,0.017332878,0.555582404,0.024717279,1,1,1,1,1,0.000638945,0.805173159,0.612796037,0.612862281,0.613031915
-1118,1,0.3353,1,1,1,1,1,1,1,1,0.0418,0.3353,0.3776,1,0.2783,1,1,1,1,1,1,0,0.2783,0.3253,1,0.5992,1,1,1,0.0056,0.5992,0.5298,1,1,1,1,1,0.007533296,0.520351827,0.084458515,1,1,1,1,1,0.007419934,0.458313495,0.068899736,1,1,1,1,1,0.002452825,0.724157333,0.608264862,0.608208166,0.608156028
-1119,1,0.3353,1,1,1,1,1,1,1,1,0.0384,0.3353,0.2577,1,0.2783,1,1,1,1,1,1,0.0017,0.2783,0.2138,1,0.5992,1,1,1,0.0174,0.5992,0.3695,1,1,1,1,1,0.008783901,0.413797915,0.062754475,1,1,1,1,1,0.010369309,0.320449889,0.05394372,1,1,1,1,1,0.006953084,0.616675735,0.61037941,0.610535223,0.61037234
-1120,1,0.3353,1,1,1,1,1,1,1,1,0.0812,0.3353,0.0836,1,0.2783,1,1,1,1,1,1,0.0403,0.2783,0.0846,1,0.5992,1,1,1,0.047,0.5992,0.2124,1,1,1,1,1,0.079519555,0.127957165,0.054840323,1,1,1,1,1,0.058607429,0.130032092,0.009626178,1,1,1,1,1,0.041584462,0.378108114,0.63237071,0.632536492,0.632535461
-1121,1,0.3353,1,1,1,1,1,1,1,1,0.0687,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0755,0.2783,0,1,0.5992,1,1,1,0.1222,0.5992,0,1,1,1,1,1,0.095078185,0,0.080111712,1,1,1,1,1,0.087329604,0,0.038936131,1,1,1,1,1,0.145138115,0,0.673513775,0.673577322,0.673758865
-1122,1,0.3353,1,1,1,1,1,1,1,1,0.0442,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0938,0.2783,0,1,0.5992,1,1,1,0.2036,0.5992,0,1,1,1,1,1,0.06459564,0,0.048527647,1,1,1,1,1,0.108412832,0,0,1,1,1,1,1,0.304443628,0,0.682274045,0.682250899,0.682624113
-1123,1,0.3353,1,1,1,1,1,1,1,1,0.0257,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0371,0.2783,0,1,0.5992,1,1,1,0.2666,0.5992,0,1,1,1,1,1,0.023319216,0,0.000567935,1,1,1,1,1,0.059193447,0,0,1,1,1,1,1,0.515886605,0,0.665236829,0.665326846,0.665336879
-1124,1,0.3353,1,1,1,1,1,1,1,1,0.0221,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1563,0.2783,0,1,0.5992,1,1,1,0.1433,0.5992,0,1,1,1,1,1,0.039155327,0,0,1,1,1,1,1,0.180636972,0,0.006618849,1,1,1,1,1,0.31086725,0,0.63877477,0.638671462,0.639184397
-1125,1,0.3353,1,1,1,1,1,1,1,1,0.013,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1412,0.2783,0,1,0.5992,1,1,1,0.1562,0.5992,0,1,1,1,1,1,0.012497285,0,0.001954996,1,1,1,1,1,0.158648685,0,0.003782199,1,1,1,1,1,0.356954515,0,0.59618173,0.596149778,0.596187943
-1126,1,0.3353,1,1,1,1,1,1,1,1,0.0373,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1121,0.2783,0,1,0.5992,1,1,1,0.2046,0.5992,0,1,1,1,1,1,0.043758962,0,0.030432951,1,1,1,1,1,0.131980807,0,0.036523037,1,1,1,1,1,0.426760942,0,0.539874335,0.539877301,0.540336879
-1127,1,0.3353,1,1,1,1,1,1,1,1,0.0718,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1073,0.2783,0,1,0.5992,1,1,1,0.2062,0.5992,0,1,1,1,1,1,0.061800312,0,0.07291609,1,1,1,1,1,0.147166222,0,0.21237959,1,1,1,1,1,0.395702064,0,0.489729338,0.489739793,0.489804965
-1128,1,0.3353,1,1,1,1,1,1,1,1,0.0873,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1343,0.2783,0,1,0.5992,1,1,1,0.2341,0.5992,0,1,1,1,1,1,0.068880677,0,0.066637523,1,1,1,1,1,0.185943991,0,0.194197387,1,1,1,1,1,0.399948031,0,0.455231996,0.455257034,0.455673759
-1129,1,0.3353,1,1,1,1,1,1,1,1,0.1224,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2056,0.2783,0,1,0.5992,1,1,1,0.2438,0.5992,0,1,1,1,1,1,0.107841097,0,0.026773676,1,1,1,1,1,0.290738761,0,0.059220687,1,1,1,1,1,0.395727009,0,0.435717738,0.435794373,0.43572695
-1130,1,0.3353,1,1,1,1,1,1,1,1,0.1607,0.3353,0,1,0.2783,1,1,1,1,1,1,0.3046,0.2783,0,1,0.5992,1,1,1,0.2289,0.5992,0,1,1,1,1,1,0.15782921,0,0.032786746,1,1,1,1,1,0.385691464,0,0.07835184,1,1,1,1,1,0.310579389,0,0.425326245,0.42542839,0.425531915
-1131,1,0.3353,1,1,1,1,1,1,1,1,0.1622,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2478,0.2783,0,1,0.5992,1,1,1,0.158,0.5992,0,1,1,1,1,1,0.197893649,0,0.054544114,1,1,1,1,1,0.310194105,0,0.007161519,1,1,1,1,1,0.257609129,0,0.423634606,0.423735985,0.423758865
-1132,1,0.3353,1,1,1,1,1,1,1,1,0.1664,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2256,0.2783,0,1,0.5992,1,1,1,0.1621,0.5992,0,1,1,1,1,1,0.178165928,0,0.036942624,1,1,1,1,1,0.216431111,0,0,1,1,1,1,1,0.207180604,0,0.434630256,0.434736619,0.434840426
-1133,1,0.3353,1,1,1,1,1,1,1,1,0.1754,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0788,0.2783,0,1,0.5992,1,1,1,0.1834,0.5992,0,1,1,1,1,1,0.149377078,0,0.067278497,1,1,1,1,1,0.10681536,0,0.037470419,1,1,1,1,1,0.228798643,0,0.475048333,0.474931246,0.475177305
-1134,1,0.3353,1,1,1,1,1,1,1,1,0.1451,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0726,0.2783,0,1,0.5992,1,1,1,0.1712,0.5992,0,1,1,1,1,1,0.108588591,0,0.1455497,1,1,1,1,1,0.095053226,0,0.053612571,1,1,1,1,1,0.231774837,0,0.549722088,0.549820182,0.550088652
-1135,1,0.3353,1,1,1,1,1,1,1,1,0.1264,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0824,0.2783,0,1,0.5992,1,1,1,0.1808,0.5992,0,1,1,1,1,1,0.122287504,0,0.162636712,1,1,1,1,1,0.113910697,0,0,1,1,1,1,1,0.23295176,0,0.594308845,0.594245822,0.594414894
-1136,1,0.3353,1,1,1,1,1,1,1,1,0.1382,0.3353,0.1131,1,0.2783,1,1,1,1,1,1,0.0955,0.2783,0.1509,1,0.5992,1,1,1,0.1763,0.5992,0.1502,1,1,1,1,1,0.138602197,0.273250043,0.3493644,1,1,1,1,1,0.10015589,0.314969033,0.009180104,1,1,1,1,1,0.147349983,0.222592801,0.606875302,0.606727311,0.607269504
-1137,1,0.3353,1,1,1,1,1,1,1,1,0.0699,0.3353,0.3099,1,0.2783,1,1,1,1,1,1,0.0936,0.2783,0.3546,1,0.5992,1,1,1,0.1801,0.5992,0.2967,1,1,1,1,1,0.083995506,0.55990386,0.288135141,1,1,1,1,1,0.103539191,0.597141385,0.00792932,1,1,1,1,1,0.160080031,0.441352129,0.610077332,0.610112122,0.609929078
-1138,1,0.3353,1,1,1,1,1,1,1,1,0.0934,0.3353,0.4462,1,0.2783,1,1,1,1,1,1,0.3774,0.2783,0.5514,1,0.5992,1,1,1,0.1307,0.5992,0.432,1,1,1,1,1,0.106427036,0.712844014,0.124160439,1,1,1,1,1,0.299305052,0.822447777,0,1,1,1,1,1,0.11868111,0.557519674,0.610923151,0.610958325,0.611258865
-1139,1,0.3353,1,1,1,1,1,1,1,1,0.1113,0.3353,0.4971,1,0.2783,1,1,1,1,1,1,0.3909,0.2783,0.5828,1,0.5992,1,1,1,0.1105,0.5992,0.4349,1,1,1,1,1,0.146284461,0.745839894,0.083927713,1,1,1,1,1,0.340600729,0.788909256,0.07988482,1,1,1,1,1,0.10592211,0.721094608,0.606271145,0.60630421,0.606382979
-1140,1,0.3353,1,1,1,1,1,1,1,1,0.1494,0.3353,0.5491,1,0.2783,1,1,1,1,1,1,0.4286,0.2783,0.5721,1,0.5992,1,1,1,0.1267,0.5992,0.4613,1,1,1,1,1,0.227206588,0.795065403,0.120059073,1,1,1,1,1,0.361115009,0.798173189,0.304969668,1,1,1,1,1,0.173086584,0.709834695,0.596060899,0.595938227,0.596187943
-1141,1,0.3353,1,1,1,1,1,1,1,1,0.2268,0.3353,0.5788,1,0.2783,1,1,1,1,1,1,0.2547,0.2783,0.5944,1,0.5992,1,1,1,0.1659,0.5992,0.4651,1,1,1,1,1,0.325680584,0.81992197,0.215272263,1,1,1,1,1,0.223857179,0.829602122,0.281709433,1,1,1,1,1,0.261818111,0.696449697,0.588750604,0.588745505,0.588652482
-1142,1,0.3353,1,1,1,1,1,1,1,1,0.1818,0.3353,0.5935,1,0.2783,1,1,1,1,1,1,0.4355,0.2783,0.5804,1,0.5992,1,1,1,0.1349,0.5992,0.4731,1,1,1,1,1,0.357862145,0.852696896,0.297833979,1,1,1,1,1,0.398809969,0.793542385,0.31898874,1,1,1,1,1,0.257945806,0.723677814,0.578842436,0.578802623,0.578900709
-1143,1,0.3353,1,1,1,1,1,1,1,1,0.204,0.3353,0.4606,1,0.2783,1,1,1,1,1,1,0.266,0.2783,0.5083,1,0.5992,1,1,1,0.0952,0.5992,0.368,1,1,1,1,1,0.316188395,0.782290101,0.313831151,1,1,1,1,1,0.283590913,0.765566111,0.347253174,1,1,1,1,1,0.15048115,0.647790313,0.573525858,0.573725407,0.574024823
-1144,1,0.3353,1,1,1,1,1,1,1,1,0.169,0.3353,0.2861,1,0.2783,1,1,1,1,1,1,0.4383,0.2783,0.3311,1,0.5992,1,1,1,0.1087,0.5992,0.1997,1,1,1,1,1,0.236047566,0.577710569,0.164843708,1,1,1,1,1,0.414026558,0.572428346,0.326350272,1,1,1,1,1,0.198451817,0.454336852,0.583615273,0.583668289,0.583776596
-1145,1,0.3353,1,1,1,1,1,1,1,1,0.1969,0.3353,0.04,1,0.2783,1,1,1,1,1,1,0.246,0.2783,0.0839,1,0.5992,1,1,1,0.1683,0.5992,0,1,1,1,1,1,0.219240755,0.181716263,0.234954879,1,1,1,1,1,0.259087026,0.263534009,0.994571567,1,1,1,1,1,0.338978112,0.016318373,0.623489609,0.623439814,0.623670213
-1146,1,0.3353,1,1,1,1,1,1,1,1,0.1917,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0964,0.2783,0,1,0.5992,1,1,1,0.1426,0.5992,0,1,1,1,1,1,0.144899592,0,0.460470438,1,1,1,1,1,0.147896081,0,1,1,1,1,1,1,0.272070825,0,0.641916385,0.641844722,0.641843972
-1147,1,0.3353,1,1,1,1,1,1,1,1,0.2034,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1788,0.2783,0,1,0.5992,1,1,1,0.2315,0.5992,0,1,1,1,1,1,0.218267709,0,0.595855176,1,1,1,1,1,0.210983038,0,0.999340415,1,1,1,1,1,0.247287497,0,0.625966651,0.625978422,0.626329787
-1148,1,0.3353,1,1,1,1,1,1,1,1,0.2599,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2117,0.2783,0,1,0.5992,1,1,1,0.1944,0.5992,0,1,1,1,1,1,0.231125847,0,0.991824508,1,1,1,1,1,0.242717549,0,0.991057634,1,1,1,1,1,0.294774503,0,0.604881585,0.604823355,0.605053191
-1149,1,0.3353,1,1,1,1,1,1,1,1,0.2623,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2868,0.2783,0,1,0.5992,1,1,1,0.1141,0.5992,0,1,1,1,1,1,0.257896334,0,0.977468252,1,1,1,1,1,0.375778913,0,0.82260704,1,1,1,1,1,0.182252407,0,0.574734171,0.574783161,0.574911348
-1150,1,0.3353,1,1,1,1,1,1,1,1,0.3366,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1927,0.2783,0,1,0.5992,1,1,1,0.1659,0.5992,0,1,1,1,1,1,0.315684408,0,0.876997232,1,1,1,1,1,0.238841474,0,0.364857614,1,1,1,1,1,0.261173576,0,0.532503625,0.532684578,0.532801418
-1151,1,0.3353,1,1,1,1,1,1,1,1,0.275,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1699,0.2783,0,1,0.5992,1,1,1,0.2065,0.5992,0,1,1,1,1,1,0.219144747,0,0.755017519,1,1,1,1,1,0.237392083,0,0.300655782,1,1,1,1,1,0.340680182,0,0.488641856,0.488682039,0.48891844
-1152,1,0.3353,1,1,1,1,1,1,1,1,0.3217,0.3353,0,1,0.2783,1,1,1,1,1,1,0.331,0.2783,0,1,0.5992,1,1,1,0.256,0.5992,0,1,1,1,1,1,0.354020715,0,0.576135039,1,1,1,1,1,0.397597373,0,0.296086907,1,1,1,1,1,0.418633997,0,0.456138231,0.456103237,0.456117021
-1153,1,0.3353,1,1,1,1,1,1,1,1,0.3247,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2944,0.2783,0,1,0.5992,1,1,1,0.2984,0.5992,0,1,1,1,1,1,0.283025086,0,0.626205683,1,1,1,1,1,0.385783881,0,0.236033261,1,1,1,1,1,0.491624504,0,0.43777187,0.437909879,0.437943262
-1154,1,0.3353,1,1,1,1,1,1,1,1,0.3578,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2322,0.2783,0,1,0.5992,1,1,1,0.2796,0.5992,0,1,1,1,1,1,0.293709457,0,0.767984271,1,1,1,1,1,0.32566306,0,0.153242946,1,1,1,1,1,0.531821907,0,0.429192847,0.429236302,0.429078014
-1155,1,0.3353,1,1,1,1,1,1,1,1,0.4037,0.3353,0,1,0.2783,1,1,1,1,1,1,0.232,0.2783,0,1,0.5992,1,1,1,0.2611,0.5992,0,1,1,1,1,1,0.320410371,0,0.852543592,1,1,1,1,1,0.274338067,0,0.290835351,1,1,1,1,1,0.522841454,0,0.425628323,0.425639941,0.425531915
-1156,1,0.3353,1,1,1,1,1,1,1,1,0.4499,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2136,0.2783,0,1,0.5992,1,1,1,0.217,0.5992,0,1,1,1,1,1,0.358748078,0,0.99939537,1,1,1,1,1,0.246637285,0,0.611278057,1,1,1,1,1,0.423829794,0,0.42997825,0.429870954,0.430407801
-1157,1,0.3353,1,1,1,1,1,1,1,1,0.4056,0.3353,0,1,0.2783,1,1,1,1,1,1,0.206,0.2783,0,1,0.5992,1,1,1,0.206,0.5992,0,1,1,1,1,1,0.349777102,0,0.998455644,1,1,1,1,1,0.263135016,0,0.728486896,1,1,1,1,1,0.455891222,0,0.448163364,0.448275862,0.448138298
-1158,1,0.3353,1,1,1,1,1,1,1,1,0.2791,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1149,0.2783,0,1,0.5992,1,1,1,0.2717,0.5992,0,1,1,1,1,1,0.248066247,0,0.896258473,1,1,1,1,1,0.129025087,0,0.41236943,1,1,1,1,1,0.534036696,0,0.476800387,0.476835202,0.476950355
-1159,1,0.3353,1,1,1,1,1,1,1,1,0.1758,0.3353,0.0686,1,0.2783,1,1,1,1,1,1,0.0483,0.2783,0.0668,1,0.5992,1,1,1,0.2637,0.5992,0.0179,1,1,1,1,1,0.148530319,0.265751928,0.966250598,1,1,1,1,1,0.08097402,0.216029584,0.572412848,1,1,1,1,1,0.513921797,0.206477448,0.507672789,0.507721599,0.507978723
-1160,1,0.3353,1,1,1,1,1,1,1,1,0.2065,0.3353,0.3334,1,0.2783,1,1,1,1,1,1,0.0618,0.2783,0.3332,1,0.5992,1,1,1,0.2935,0.5992,0.246,1,1,1,1,1,0.153094873,0.66551131,0.9830091,1,1,1,1,1,0.059812039,0.629539251,0.505583763,1,1,1,1,1,0.562816799,0.566612899,0.54162639,0.541781257,0.541666667
-1161,1,0.3353,1,1,1,1,1,1,1,1,0.2129,0.3353,0.535,1,0.2783,1,1,1,1,1,1,0.0447,0.2783,0.5359,1,0.5992,1,1,1,0.34,0.5992,0.4373,1,1,1,1,1,0.147931859,0.890404403,0.961132944,1,1,1,1,1,0.059360567,0.879184842,0.359537959,1,1,1,1,1,0.600973427,0.811100245,0.560959401,0.561032367,0.561170213
-1162,1,0.3353,1,1,1,1,1,1,1,1,0.3361,0.3353,0.6862,1,0.2783,1,1,1,1,1,1,0.1131,0.2783,0.6854,1,0.5992,1,1,1,0.3936,0.5992,0.5082,1,1,1,1,1,0.290128022,0.985478044,0.968965769,1,1,1,1,1,0.105776787,0.995797515,0.288859189,1,1,1,1,1,0.536126375,0.83561933,0.566759304,0.566744235,0.566932624
-1163,1,0.3353,1,1,1,1,1,1,1,1,0.2029,0.3353,0.7269,1,0.2783,1,1,1,1,1,1,0.0854,0.2783,0.7362,1,0.5992,1,1,1,0.3636,0.5992,0.4812,1,1,1,1,1,0.199890614,0.993222833,0.760709882,1,1,1,1,1,0.075366028,0.981716096,0.184054464,1,1,1,1,1,0.44908309,0.837790012,0.562107298,0.562090121,0.562056738
-1164,1,0.3353,1,1,1,1,1,1,1,1,0.2194,0.3353,0.7132,1,0.2783,1,1,1,1,1,1,0.0613,0.2783,0.6619,1,0.5992,1,1,1,0.3216,0.5992,0.4676,1,1,1,1,1,0.239717662,0.943248749,0.49961102,1,1,1,1,1,0.060589828,0.850915074,0.128481418,1,1,1,1,1,0.462041587,0.872471511,0.551111648,0.551089486,0.550975177
-1165,1,0.3353,1,1,1,1,1,1,1,1,0.2335,0.3353,0.6894,1,0.2783,1,1,1,1,1,1,0.1519,0.2783,0.5674,1,0.5992,1,1,1,0.3557,0.5992,0.4749,1,1,1,1,1,0.239567488,0.93822521,0.620042503,1,1,1,1,1,0.150274158,0.81651938,0.163270175,1,1,1,1,1,0.520643532,0.867996216,0.53757854,0.537761794,0.537677305
-1166,1,0.3353,1,1,1,1,1,1,1,1,0.2508,0.3353,0.6259,1,0.2783,1,1,1,1,1,1,0.1319,0.2783,0.551,1,0.5992,1,1,1,0.3121,0.5992,0.4582,1,1,1,1,1,0.236098781,0.869975448,0.793558598,1,1,1,1,1,0.140550196,0.701701403,0.13430053,1,1,1,1,1,0.420947999,0.86914444,0.529180764,0.529088217,0.529255319
-1167,1,0.3353,1,1,1,1,1,1,1,1,0.2597,0.3353,0.4635,1,0.2783,1,1,1,1,1,1,0.146,0.2783,0.406,1,0.5992,1,1,1,0.3169,0.5992,0.3793,1,1,1,1,1,0.236285761,0.708693385,0.854089141,1,1,1,1,1,0.16729033,0.610197723,0.414416492,1,1,1,1,1,0.497466505,0.692764342,0.529724505,0.529722869,0.529698582
-1168,1,0.3353,1,1,1,1,1,1,1,1,0.2519,0.3353,0.2577,1,0.2783,1,1,1,1,1,1,0.1588,0.2783,0.2966,1,0.5992,1,1,1,0.3352,0.5992,0.2249,1,1,1,1,1,0.184167624,0.474652469,0.993203402,1,1,1,1,1,0.176503003,0.534153879,0.654207349,1,1,1,1,1,0.529282808,0.53376931,0.547667956,0.547704675,0.54787234
-1169,1,0.3353,1,1,1,1,1,1,1,1,0.3595,0.3353,0.0324,1,0.2783,1,1,1,1,1,1,0.0601,0.2783,0.084,1,0.5992,1,1,1,0.3211,0.5992,0.001,1,1,1,1,1,0.249948338,0.121315122,0.926506758,1,1,1,1,1,0.119256131,0.196006551,0.39112252,1,1,1,1,1,0.543855071,0.012251442,0.592133881,0.592130315,0.592198582
-1170,1,0.3353,1,1,1,1,1,1,1,1,0.2783,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1367,0.2783,0,1,0.5992,1,1,1,0.3345,0.5992,0,1,1,1,1,1,0.299996644,0,0.903561115,1,1,1,1,1,0.219918966,0,0.304903656,1,1,1,1,1,0.624993742,0,0.610318995,0.610323673,0.61037234
-1171,1,0.3353,1,1,1,1,1,1,1,1,0.3213,0.3353,0,1,0.2783,1,1,1,1,1,1,0.246,0.2783,0,1,0.5992,1,1,1,0.2798,0.5992,0,1,1,1,1,1,0.270766437,0,0.994238257,1,1,1,1,1,0.378410816,0,0.369773567,1,1,1,1,1,0.519669414,0,0.594308845,0.594457373,0.594414894
-1172,1,0.3353,1,1,1,1,1,1,1,1,0.1659,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2162,0.2783,0,1,0.5992,1,1,1,0.3531,0.5992,0,1,1,1,1,1,0.150617227,0,0.855373979,1,1,1,1,1,0.240363032,0,0.096578017,1,1,1,1,1,0.615719616,0,0.575700822,0.575840914,0.575797872
-1173,1,0.3353,1,1,1,1,1,1,1,1,0.1219,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2135,0.2783,0,1,0.5992,1,1,1,0.3076,0.5992,0,1,1,1,1,1,0.104000352,0,0.744946659,1,1,1,1,1,0.2302728,0,0.156496346,1,1,1,1,1,0.593123198,0,0.549117931,0.54918553,0.549202128
-1174,1,0.3353,1,1,1,1,1,1,1,1,0.1001,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1968,0.2783,0,1,0.5992,1,1,1,0.3344,0.5992,0,1,1,1,1,1,0.130229473,0,0.510496557,1,1,1,1,1,0.25795871,0,0.284826994,1,1,1,1,1,0.648395598,0,0.513291445,0.513433467,0.513297872
-1175,1,0.3353,1,1,1,1,1,1,1,1,0.0975,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1998,0.2783,0,1,0.5992,1,1,1,0.355,0.5992,0,1,1,1,1,1,0.18592751,0,0.501775682,1,1,1,1,1,0.252325535,0,0.200153947,1,1,1,1,1,0.706662953,0,0.476800387,0.476835202,0.476950355
-1176,1,0.3353,1,1,1,1,1,1,1,1,0.2142,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2339,0.2783,0,1,0.5992,1,1,1,0.3921,0.5992,0,1,1,1,1,1,0.34257105,0,0.884343505,1,1,1,1,1,0.275555044,0,0.237068862,1,1,1,1,1,0.702264607,0,0.448042533,0.447852761,0.448138298
-1177,1,0.3353,1,1,1,1,1,1,1,1,0.2635,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2747,0.2783,0,1,0.5992,1,1,1,0.439,0.5992,0,1,1,1,1,1,0.379954606,0,0.89125824,1,1,1,1,1,0.304752886,0,0.21636048,1,1,1,1,1,0.796591163,0,0.431246979,0.431351809,0.431294326
-1178,1,0.3353,1,1,1,1,1,1,1,1,0.2618,0.3353,0,1,0.2783,1,1,1,1,1,1,0.4028,0.2783,0,1,0.5992,1,1,1,0.4469,0.5992,0,1,1,1,1,1,0.364985079,0,0.582847238,1,1,1,1,1,0.364899576,0,0.251361251,1,1,1,1,1,0.837558866,0,0.422245046,0.42225513,0.421985816
-1179,1,0.3353,1,1,1,1,1,1,1,1,0.2707,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2866,0.2783,0,1,0.5992,1,1,1,0.5558,0.5992,0,1,1,1,1,1,0.356354982,0,0.603048086,1,1,1,1,1,0.272461951,0,0.391483009,1,1,1,1,1,0.897390604,0,0.41940551,0.419504971,0.419769504
-1180,1,0.3353,1,1,1,1,1,1,1,1,0.2648,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1908,0.2783,0,1,0.5992,1,1,1,0.5454,0.5992,0,1,1,1,1,1,0.317749798,0,0.52846092,1,1,1,1,1,0.193034649,0,0.545575678,1,1,1,1,1,0.868138731,0,0.422909618,0.422889782,0.42287234
-1181,1,0.3353,1,1,1,1,1,1,1,1,0.2244,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2149,0.2783,0,1,0.5992,1,1,1,0.5286,0.5992,0,1,1,1,1,1,0.26673305,0,0.701657176,1,1,1,1,1,0.203845307,0,0.776575208,1,1,1,1,1,0.79021436,0,0.436261479,0.436217474,0.436613475
-1182,1,0.3353,1,1,1,1,1,1,1,1,0.1686,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1957,0.2783,0,1,0.5992,1,1,1,0.4403,0.5992,0,1,1,1,1,1,0.211779445,0,0.776404262,1,1,1,1,1,0.216442317,0,0.709726691,1,1,1,1,1,0.662970185,0,0.455111165,0.455045483,0.455230496
-1183,1,0.3353,1,1,1,1,1,1,1,1,0.19,0.3353,0.0784,1,0.2783,1,1,1,1,1,1,0.1343,0.2783,0.079,1,0.5992,1,1,1,0.375,0.5992,0.0458,1,1,1,1,1,0.234211475,0.290317029,0.452911258,1,1,1,1,1,0.158347115,0.264449507,0.783980489,1,1,1,1,1,0.665955484,0.319937825,0.479277429,0.479162259,0.479166667
-1184,1,0.3353,1,1,1,1,1,1,1,1,0.1761,0.3353,0.3412,1,0.2783,1,1,1,1,1,1,0.0824,0.2783,0.3487,1,0.5992,1,1,1,0.4968,0.5992,0.3034,1,1,1,1,1,0.17609331,0.683308363,0.543763638,1,1,1,1,1,0.10551554,0.668060899,0.41762045,1,1,1,1,1,0.772591352,0.699757576,0.510693572,0.510683309,0.510638298
-1185,1,0.3353,1,1,1,1,1,1,1,1,0.0706,0.3353,0.5422,1,0.2783,1,1,1,1,1,1,0.0624,0.2783,0.5498,1,0.5992,1,1,1,0.4705,0.5992,0.4778,1,1,1,1,1,0.054128706,0.908714414,0.29177025,1,1,1,1,1,0.061619103,0.900407374,0.220553935,1,1,1,1,1,0.641739547,0.913370728,0.532382794,0.532473027,0.532358156
-1186,1,0.3353,1,1,1,1,1,1,1,1,0.0604,0.3353,0.6945,1,0.2783,1,1,1,1,1,1,0.087,0.2783,0.6995,1,0.5992,1,1,1,0.4941,0.5992,0.6087,1,1,1,1,1,0.060741138,0.999978423,0.283452332,1,1,1,1,1,0.098234922,0.999555409,0.244476184,1,1,1,1,1,0.692647755,0.999934196,0.540418076,0.540511953,0.540336879
-1187,1,0.3353,1,1,1,1,1,1,1,1,0.0525,0.3353,0.7433,1,0.2783,1,1,1,1,1,1,0.0403,0.2783,0.7507,1,0.5992,1,1,1,0.4114,0.5992,0.6522,1,1,1,1,1,0.082532115,1,0.144570887,1,1,1,1,1,0.054434132,0.999752343,0.14840655,1,1,1,1,1,0.566773534,1,0.54162639,0.541569706,0.541666667
-1188,1,0.3353,1,1,1,1,1,1,1,1,0.0678,0.3353,0.7488,1,0.2783,1,1,1,1,1,1,0.0588,0.2783,0.7584,1,0.5992,1,1,1,0.4713,0.5992,0.6251,1,1,1,1,1,0.115371801,1,0.119253427,1,1,1,1,1,0.062569231,0.999800324,0.066537961,1,1,1,1,1,0.627323389,1,0.535584824,0.535646287,0.535904255
-1189,1,0.3353,1,1,1,1,1,1,1,1,0.0873,0.3353,0.7431,1,0.2783,1,1,1,1,1,1,0.0751,0.2783,0.7463,1,0.5992,1,1,1,0.3702,0.5992,0.6554,1,1,1,1,1,0.189287961,0.99999994,0.006707564,1,1,1,1,1,0.067489773,0.997997522,0,1,1,1,1,1,0.4699772,1,0.525253746,0.525280305,0.525265957
-1190,1,0.3353,1,1,1,1,1,1,1,1,0.0522,0.3353,0.6884,1,0.2783,1,1,1,1,1,1,0.0527,0.2783,0.7059,1,0.5992,1,1,1,0.4283,0.5992,0.621,1,1,1,1,1,0.127854243,0.996839941,0.009228606,1,1,1,1,1,0.046768688,0.992907286,0,1,1,1,1,1,0.462422341,0.995893836,0.515889319,0.515760525,0.515957447
-1191,1,0.3353,1,1,1,1,1,1,1,1,0.0479,0.3353,0.5364,1,0.2783,1,1,1,1,1,1,0.0604,0.2783,0.5699,1,0.5992,1,1,1,0.4987,0.5992,0.4806,1,1,1,1,1,0.103054546,0.910212874,0.027962007,1,1,1,1,1,0.050751761,0.919697404,0,1,1,1,1,1,0.615406752,0.881769955,0.515043499,0.514914322,0.515070922
-1192,1,0.3353,1,1,1,1,1,1,1,1,0.0443,0.3353,0.3355,1,0.2783,1,1,1,1,1,1,0.0497,0.2783,0.3757,1,0.5992,1,1,1,0.4396,0.5992,0.2899,1,1,1,1,1,0.087240607,0.693072557,0.013756168,1,1,1,1,1,0.041317541,0.703042865,0,1,1,1,1,1,0.555635095,0.650424719,0.53340986,0.533530781,0.533687943
-1193,1,0.3353,1,1,1,1,1,1,1,1,0.0388,0.3353,0.076,1,0.2783,1,1,1,1,1,1,0.1113,0.2783,0.1078,1,0.5992,1,1,1,0.4348,0.5992,0.0337,1,1,1,1,1,0.099036202,0.304884374,0.030201707,1,1,1,1,1,0.098236836,0.312655956,0,1,1,1,1,1,0.605677247,0.225583762,0.584702755,0.584726042,0.584663121
-1194,1,0.3353,1,1,1,1,1,1,1,1,0.0434,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2035,0.2783,0,1,0.5992,1,1,1,0.4138,0.5992,0,1,1,1,1,1,0.112512924,0,0.035261165,1,1,1,1,1,0.25040102,0,0,1,1,1,1,1,0.589774549,0,0.61581682,0.61582399,0.616134752
-1195,1,0.3353,1,1,1,1,1,1,1,1,0.0494,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0821,0.2783,0,1,0.5992,1,1,1,0.4393,0.5992,0,1,1,1,1,1,0.079058319,0,0.032347452,1,1,1,1,1,0.137184724,0,0,1,1,1,1,1,0.671919942,0,0.602767037,0.602707849,0.602836879
-1196,1,0.3353,1,1,1,1,1,1,1,1,0.0371,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0861,0.2783,0,1,0.5992,1,1,1,0.4446,0.5992,0,1,1,1,1,1,0.074687466,0,0.030308779,1,1,1,1,1,0.174827784,0,0.019841623,1,1,1,1,1,0.655061901,0,0.583554857,0.583668289,0.583776596
-1197,1,0.3353,1,1,1,1,1,1,1,1,0.0921,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1608,0.2783,0,1,0.5992,1,1,1,0.4098,0.5992,0,1,1,1,1,1,0.145479605,0,0.085572705,1,1,1,1,1,0.329065114,0,0.019498432,1,1,1,1,1,0.636019588,0,0.553347028,0.553416543,0.553191489
-1198,1,0.3353,1,1,1,1,1,1,1,1,0.1025,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2622,0.2783,0,1,0.5992,1,1,1,0.4292,0.5992,0,1,1,1,1,1,0.106259964,0,0.155441791,1,1,1,1,1,0.355211437,0,0,1,1,1,1,1,0.626657784,0,0.51558724,0.515760525,0.515514184
-1199,1,0.3353,1,1,1,1,1,1,1,1,0.1791,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1959,0.2783,0,1,0.5992,1,1,1,0.4239,0.5992,0,1,1,1,1,1,0.206970379,0,0.191097513,1,1,1,1,1,0.279841602,0,0,1,1,1,1,1,0.626023889,0,0.478794103,0.478739158,0.478723404
-1200,1,0.3353,1,1,1,1,1,1,1,1,0.2395,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1099,0.2783,0,1,0.5992,1,1,1,0.4053,0.5992,0,1,1,1,1,1,0.259314418,0,0.388427049,1,1,1,1,1,0.171567887,0,0.098786131,1,1,1,1,1,0.580145001,0,0.454023683,0.45398773,0.453900709
-1201,1,0.3353,1,1,1,1,1,1,1,1,0.2597,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0612,0.2783,0,1,0.5992,1,1,1,0.4663,0.5992,0,1,1,1,1,1,0.218423486,0,0.697703183,1,1,1,1,1,0.141861767,0,0.266124606,1,1,1,1,1,0.606708288,0,0.43958434,0.439602285,0.439716312
-1202,1,0.3353,1,1,1,1,1,1,1,1,0.3032,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1135,0.2783,0,1,0.5992,1,1,1,0.5107,0.5992,0,1,1,1,1,1,0.24375546,0,1,1,1,1,1,1,0.193154573,0,1,1,1,1,1,1,0.645770729,0,0.431246979,0.431351809,0.431294326
-1203,1,0.3353,1,1,1,1,1,1,1,1,0.303,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1305,0.2783,0,1,0.5992,1,1,1,0.4902,0.5992,0,1,1,1,1,1,0.301116645,0,1,1,1,1,1,1,0.180218548,0,1,1,1,1,1,1,0.64125526,0,0.432636539,0.432832663,0.432624113
-1204,1,0.3353,1,1,1,1,1,1,1,1,0.284,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0786,0.2783,0,1,0.5992,1,1,1,0.4791,0.5992,0,1,1,1,1,1,0.272147238,0,1,1,1,1,1,1,0.101176038,0,1,1,1,1,1,1,0.665428162,0,0.444296762,0.444256399,0.444592199
-1205,1,0.3353,1,1,1,1,1,1,1,1,0.2177,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0724,0.2783,0,1,0.5992,1,1,1,0.4915,0.5992,0,1,1,1,1,1,0.183430716,0,1,1,1,1,1,1,0.117090717,0,1,1,1,1,1,1,0.773636878,0,0.47619623,0.47620055,0.476507092
-1206,1,0.3353,1,1,1,1,1,1,1,1,0.2689,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1681,0.2783,0,1,0.5992,1,1,1,0.497,0.5992,0,1,1,1,1,1,0.196102008,0,1,1,1,1,1,1,0.253720134,0,1,1,1,1,1,1,0.770896137,0,0.523078782,0.522953247,0.523492908
-1207,1,0.3353,1,1,1,1,1,1,1,1,0.2261,0.3353,0.0526,1,0.2783,1,1,1,1,1,1,0.1185,0.2783,0.0396,1,0.5992,1,1,1,0.3451,0.5992,0.0693,1,1,1,1,1,0.129979447,0.209990487,1,1,1,1,1,1,0.176377565,0.099274933,1,1,1,1,1,1,0.624243617,0.334314644,0.559086515,0.559128411,0.558953901
-1208,1,0.3353,1,1,1,1,1,1,1,1,0.1588,0.3353,0.2708,1,0.2783,1,1,1,1,1,1,0.0827,0.2783,0.2314,1,0.5992,1,1,1,0.216,0.5992,0.3342,1,1,1,1,1,0.083324097,0.529185474,1,1,1,1,1,1,0.098851025,0.410609573,1,1,1,1,1,1,0.421067536,0.719351232,0.587844369,0.587899302,0.58820922
-1209,1,0.3353,1,1,1,1,1,1,1,1,0.2587,0.3353,0.4689,1,0.2783,1,1,1,1,1,1,0.2917,0.2783,0.448,1,0.5992,1,1,1,0.544,0.5992,0.5331,1,1,1,1,1,0.2894409,0.805612147,0.989696026,1,1,1,1,1,0.344901145,0.717778742,1,1,1,1,1,1,0.757465303,0.927321315,0.605908652,0.605881109,0.605939716
-1210,1,0.3353,1,1,1,1,1,1,1,1,0.3488,0.3353,0.7172,1,0.2783,1,1,1,1,1,1,0.4892,0.2783,0.6663,1,0.5992,1,1,1,0.4913,0.5992,0.7582,1,1,1,1,1,0.395743012,0.96883285,0.948044896,1,1,1,1,1,0.511600554,0.960655212,0.917132497,1,1,1,1,1,0.707884908,1,0.613883519,0.613920034,0.61391844
-1211,1,0.3353,1,1,1,1,1,1,1,1,0.3546,0.3353,0.6904,1,0.2783,1,1,1,1,1,1,0.499,0.2783,0.6944,1,0.5992,1,1,1,0.6022,0.5992,0.6389,1,1,1,1,1,0.416882783,0.962394953,0.940832615,1,1,1,1,1,0.519321442,0.966035604,0.989882946,1,1,1,1,1,0.776862264,1,0.611829386,0.611804527,0.611702128
-1212,1,0.3353,1,1,1,1,1,1,1,1,0.3761,0.3353,0.7406,1,0.2783,1,1,1,1,1,1,0.5806,0.2783,0.7372,1,0.5992,1,1,1,0.693,0.5992,0.6418,1,1,1,1,1,0.52716738,0.990813255,0.907992423,1,1,1,1,1,0.601437092,0.986241937,0.964481473,1,1,1,1,1,0.841103196,1,0.601921218,0.601861646,0.601950355
-1213,1,0.3353,1,1,1,1,1,1,1,1,0.4917,0.3353,0.7488,1,0.2783,1,1,1,1,1,1,0.5994,0.2783,0.7649,1,0.5992,1,1,1,0.7011,0.5992,0.6489,1,1,1,1,1,0.640658677,0.999713778,0.735951126,1,1,1,1,1,0.640074909,1,0.814268887,1,1,1,1,1,0.850628614,1,0.591167231,0.591072562,0.591312057
-1214,1,0.3353,1,1,1,1,1,1,1,1,0.4786,0.3353,0.7112,1,0.2783,1,1,1,1,1,1,0.5702,0.2783,0.7313,1,0.5992,1,1,1,0.7136,0.5992,0.6201,1,1,1,1,1,0.591258228,1,0.778917193,1,1,1,1,1,0.625877619,1,0.835932493,1,1,1,1,1,0.918173254,1,0.582467376,0.582610535,0.582446809
-1215,1,0.3353,1,1,1,1,1,1,1,1,0.5805,0.3353,0.557,1,0.2783,1,1,1,1,1,1,0.5296,0.2783,0.5886,1,0.5992,1,1,1,0.8363,0.5992,0.494,1,1,1,1,1,0.771389246,0.937734127,0.676527977,1,1,1,1,1,0.612376571,0.948776364,0.648184359,1,1,1,1,1,0.941183925,0.905944824,0.579990333,0.579860377,0.580230496
-1216,1,0.3353,1,1,1,1,1,1,1,1,0.5614,0.3353,0.354,1,0.2783,1,1,1,1,1,1,0.4041,0.2783,0.3926,1,0.5992,1,1,1,0.8439,0.5992,0.2958,1,1,1,1,1,0.648257077,0.720954776,0.721462965,1,1,1,1,1,0.44365108,0.741374433,0.681868076,1,1,1,1,1,0.937252581,0.672855318,0.59757129,0.597630633,0.59751773
-1217,1,0.3353,1,1,1,1,1,1,1,1,0.4235,0.3353,0.088,1,0.2783,1,1,1,1,1,1,0.3464,0.2783,0.1269,1,0.5992,1,1,1,0.6979,0.5992,0.0355,1,1,1,1,1,0.51754427,0.339663208,0.637686014,1,1,1,1,1,0.344229102,0.3750453,0.587886691,1,1,1,1,1,0.858302116,0.271466434,0.649710005,0.649672096,0.649822695
-1218,1,0.3353,1,1,1,1,1,1,1,1,0.3091,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2925,0.2783,0,1,0.5992,1,1,1,0.686,0.5992,0,1,1,1,1,1,0.380971849,0,0.735828876,1,1,1,1,1,0.282929033,0,0.758348167,1,1,1,1,1,0.922894716,0,0.677017883,0.676962132,0.677304965
-1219,1,0.3353,1,1,1,1,1,1,1,1,0.2876,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1423,0.2783,0,1,0.5992,1,1,1,0.5335,0.5992,0,1,1,1,1,1,0.229913279,0,0.708653569,1,1,1,1,1,0.155442357,0,0.760674357,1,1,1,1,1,0.795302987,0,0.660403577,0.66046118,0.660460993
-1220,1,0.3353,1,1,1,1,1,1,1,1,0.2022,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0246,0.2783,0,1,0.5992,1,1,1,0.4951,0.5992,0,1,1,1,1,1,0.18043147,0,0.902265966,1,1,1,1,1,0.03515631,0,0.656223595,1,1,1,1,1,0.681383967,0,0.634968584,0.63486355,0.635195035
-1221,1,0.3353,1,1,1,1,1,1,1,1,0.1987,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0036,0.2783,0,1,0.5992,1,1,1,0.5101,0.5992,0,1,1,1,1,1,0.19018729,0,0.989155293,1,1,1,1,1,0.020197783,0,0.497124612,1,1,1,1,1,0.764848948,0,0.595940068,0.595938227,0.596187943
-1222,1,0.3353,1,1,1,1,1,1,1,1,0.228,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0176,0.2783,0,1,0.5992,1,1,1,0.5117,0.5992,0,1,1,1,1,1,0.279156238,0,0.92850256,1,1,1,1,1,0.029275812,0,0.287356585,1,1,1,1,1,0.805401266,0,0.546036733,0.54601227,0.546099291
-1223,1,0.3353,1,1,1,1,1,1,1,1,0.15,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0195,0.2783,0,1,0.5992,1,1,1,0.4329,0.5992,0,1,1,1,1,1,0.221314549,0,0.869086862,1,1,1,1,1,0.040583201,0,0.170259446,1,1,1,1,1,0.758990109,0,0.500785404,0.500740427,0.500886525
-1224,1,0.3353,1,1,1,1,1,1,1,1,0.0948,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0793,0.2783,0,1,0.5992,1,1,1,0.3324,0.5992,0,1,1,1,1,1,0.12267781,0,0.582565308,1,1,1,1,1,0.10492897,0,0.072730631,1,1,1,1,1,0.615701675,0,0.471846303,0.471757986,0.472074468
-1225,1,0.3353,1,1,1,1,1,1,1,1,0.1295,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0878,0.2783,0,1,0.5992,1,1,1,0.2587,0.5992,0,1,1,1,1,1,0.119748831,0,0.735725641,1,1,1,1,1,0.114267059,0,0.070223562,1,1,1,1,1,0.52477622,0,0.45698405,0.456949439,0.457003546
-1226,1,0.3353,1,1,1,1,1,1,1,1,0.1628,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1152,0.2783,0,1,0.5992,1,1,1,0.2238,0.5992,0,1,1,1,1,1,0.181095943,0,0.6454252,1,1,1,1,1,0.133335337,0,0.034494765,1,1,1,1,1,0.460157454,0,0.451304978,0.451237571,0.451241135
-1227,1,0.3353,1,1,1,1,1,1,1,1,0.1314,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0998,0.2783,0,1,0.5992,1,1,1,0.2084,0.5992,0,1,1,1,1,1,0.157336593,0,0.607481718,1,1,1,1,1,0.106242403,0,0.032175656,1,1,1,1,1,0.35201478,0,0.453661189,0.453776179,0.453457447
-1228,1,0.3353,1,1,1,1,1,1,1,1,0.0988,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0785,0.2783,0,1,0.5992,1,1,1,0.1722,0.5992,0,1,1,1,1,1,0.145745352,0,0.39130339,1,1,1,1,1,0.068140909,0,0.022184294,1,1,1,1,1,0.309123874,0,0.468463026,0.468373175,0.468528369
-1229,1,0.3353,1,1,1,1,1,1,1,1,0.0582,0.3353,0,1,0.2783,1,1,1,1,1,1,0,0.2783,0,1,0.5992,1,1,1,0.1649,0.5992,0,1,1,1,1,1,0.080616646,0,0.138528466,1,1,1,1,1,0.004297344,0,0.025823038,1,1,1,1,1,0.284348249,0,0.510874819,0.510894859,0.51108156
-1230,1,0.3353,1,1,1,1,1,1,1,1,0.0142,0.3353,0,1,0.2783,1,1,1,1,1,1,0,0.2783,0,1,0.5992,1,1,1,0.1364,0.5992,0,1,1,1,1,1,0.013597928,0,0.029796135,1,1,1,1,1,0.001061968,0,0.013726441,1,1,1,1,1,0.248689145,0,0.577271629,0.577321769,0.577570922
-1231,1,0.3353,1,1,1,1,1,1,1,1,0.0002,0.3353,0.0473,1,0.2783,1,1,1,1,1,1,0.0275,0.2783,0.0287,1,0.5992,1,1,1,0.0668,0.5992,0.0426,1,1,1,1,1,0.00013219,0.200453222,0.020030674,1,1,1,1,1,0.013340943,0.087813288,0.026402095,1,1,1,1,1,0.111826383,0.277007848,0.615575157,0.615612439,0.615691489
-1232,1,0.3353,1,1,1,1,1,1,1,1,0.0056,0.3353,0.297,1,0.2783,1,1,1,1,1,1,0.1819,0.2783,0.3047,1,0.5992,1,1,1,0.0329,0.5992,0.2972,1,1,1,1,1,0.006537379,0.608580887,0,1,1,1,1,1,0.135482728,0.595647395,0,1,1,1,1,1,0.060718052,0.647970617,0.627537458,0.627670827,0.627659574
-1233,1,0.3353,1,1,1,1,1,1,1,1,0,0.3353,0.5162,1,0.2783,1,1,1,1,1,1,0,0.2783,0.5333,1,0.5992,1,1,1,0.001,0.5992,0.485,1,1,1,1,1,0,0.841356874,0,1,1,1,1,1,0,0.804462194,0,1,1,1,1,1,0.006389246,0.903139591,0.626933301,0.626824624,0.62677305
-1234,1,0.3353,1,1,1,1,1,1,1,1,0.0003,0.3353,0.6557,1,0.2783,1,1,1,1,1,1,0.0111,0.2783,0.6153,1,0.5992,1,1,1,0.0004,0.5992,0.6439,1,1,1,1,1,0,0.945711374,0.076287441,1,1,1,1,1,0.013186519,0.848996758,0.033314139,1,1,1,1,1,0.001167379,0.913696229,0.625362494,0.62555532,0.625443262
-1235,1,0.3353,1,1,1,1,1,1,1,1,0.013,0.3353,0.6814,1,0.2783,1,1,1,1,1,1,0.1347,0.2783,0.6478,1,0.5992,1,1,1,0.0074,0.5992,0.6539,1,1,1,1,1,0.032558631,0.926897466,0.026296321,1,1,1,1,1,0.128107622,0.889334559,0.002270419,1,1,1,1,1,0.020156203,0.942379534,0.619200097,0.619208801,0.619237589
-1236,1,0.3353,1,1,1,1,1,1,1,1,0.0529,0.3353,0.6802,1,0.2783,1,1,1,1,1,1,0.4101,0.2783,0.6655,1,0.5992,1,1,1,0.0491,0.5992,0.5717,1,1,1,1,1,0.112971641,0.94293654,0.020983305,1,1,1,1,1,0.35931617,0.916000903,0.025246076,1,1,1,1,1,0.101816893,0.854736626,0.609594007,0.609689021,0.609929078
-1237,1,0.3353,1,1,1,1,1,1,1,1,0.1343,0.3353,0.6721,1,0.2783,1,1,1,1,1,1,0.3353,0.2783,0.5906,1,0.5992,1,1,1,0.1925,0.5992,0.42,1,1,1,1,1,0.196501359,0.922810555,0.058169805,1,1,1,1,1,0.338804722,0.725093126,0.062176701,1,1,1,1,1,0.349339694,0.795264959,0.604760754,0.604823355,0.605053191
-1238,1,0.3353,1,1,1,1,1,1,1,1,0.2566,0.3353,0.5062,1,0.2783,1,1,1,1,1,1,0.4104,0.2783,0.4254,1,0.5992,1,1,1,0.2493,0.5992,0.4475,1,1,1,1,1,0.319762141,0.59853673,0.10187839,1,1,1,1,1,0.454937726,0.575564027,0.045463089,1,1,1,1,1,0.402323842,0.61471498,0.600531658,0.600592342,0.600620567
-1239,1,0.3353,1,1,1,1,1,1,1,1,0.3723,0.3353,0.379,1,0.2783,1,1,1,1,1,1,0.5315,0.2783,0.3642,1,0.5992,1,1,1,0.268,0.5992,0.2824,1,1,1,1,1,0.3862876,0.532084823,0.066966079,1,1,1,1,1,0.619408846,0.568591952,0.032490052,1,1,1,1,1,0.481660813,0.400441289,0.600712905,0.600803893,0.60106383
-1240,1,0.3353,1,1,1,1,1,1,1,1,0.5036,0.3353,0.2003,1,0.2783,1,1,1,1,1,1,0.6459,0.2783,0.2198,1,0.5992,1,1,1,0.4745,0.5992,0.1181,1,1,1,1,1,0.518953919,0.341629773,0.103378564,1,1,1,1,1,0.696878076,0.438707918,0.095000267,1,1,1,1,1,0.750598669,0.146077305,0.618414693,0.618362598,0.618351064
-1241,1,0.3353,1,1,1,1,1,1,1,1,0.3912,0.3353,0.015,1,0.2783,1,1,1,1,1,1,0.585,0.2783,0.0566,1,0.5992,1,1,1,0.4755,0.5992,0,1,1,1,1,1,0.473258883,0.062551729,0.310588539,1,1,1,1,1,0.646404862,0.178026602,0.376240849,1,1,1,1,1,0.793471038,0.018920012,0.665357661,0.665326846,0.665336879
-1242,1,0.3353,1,1,1,1,1,1,1,1,0.3224,0.3353,0,1,0.2783,1,1,1,1,1,1,0.5352,0.2783,0,1,0.5992,1,1,1,0.4672,0.5992,0,1,1,1,1,1,0.447152525,0,0.541391194,1,1,1,1,1,0.539625585,0,0.65070951,1,1,1,1,1,0.775042534,0,0.682999033,0.682885551,0.683510638
-1243,1,0.3353,1,1,1,1,1,1,1,1,0.2435,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1965,0.2783,0,1,0.5992,1,1,1,0.4683,0.5992,0,1,1,1,1,1,0.28336516,0,0.872553468,1,1,1,1,1,0.207418442,0,0.956400752,1,1,1,1,1,0.803244233,0,0.663847269,0.66363444,0.664007092
-1244,1,0.3353,1,1,1,1,1,1,1,1,0.2578,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1047,0.2783,0,1,0.5992,1,1,1,0.5337,0.5992,0,1,1,1,1,1,0.232483596,0,0.984864175,1,1,1,1,1,0.149239272,0,0.999052405,1,1,1,1,1,0.855464935,0,0.634122765,0.634017347,0.634308511
-1245,1,0.3353,1,1,1,1,1,1,1,1,0.2975,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1011,0.2783,0,1,0.5992,1,1,1,0.3963,0.5992,0,1,1,1,1,1,0.234399393,0,0.818525434,1,1,1,1,1,0.187863141,0,0.979749799,1,1,1,1,1,0.631435037,0,0.591348478,0.591284113,0.591312057
-1246,1,0.3353,1,1,1,1,1,1,1,1,0.2575,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1793,0.2783,0,1,0.5992,1,1,1,0.3754,0.5992,0,1,1,1,1,1,0.237351075,0,0.564247489,1,1,1,1,1,0.281222403,0,0.914140344,1,1,1,1,1,0.649055243,0,0.536491058,0.53649249,0.536347518
-1247,1,0.3353,1,1,1,1,1,1,1,1,0.1833,0.3353,0,1,0.2783,1,1,1,1,1,1,0.231,0.2783,0,1,0.5992,1,1,1,0.3758,0.5992,0,1,1,1,1,1,0.145845681,0,0.5568977,1,1,1,1,1,0.313693285,0,1,1,1,1,1,1,0.623736143,0,0.487675205,0.487835837,0.487588652
-1248,1,0.3353,1,1,1,1,1,1,1,1,0.1827,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2869,0.2783,0,1,0.5992,1,1,1,0.3186,0.5992,0,1,1,1,1,1,0.192881912,0,0.759407043,1,1,1,1,1,0.335984886,0,1,1,1,1,1,1,0.496516883,0,0.454507008,0.454622382,0.454787234
-1249,1,0.3353,1,1,1,1,1,1,1,1,0.1941,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2854,0.2783,0,1,0.5992,1,1,1,0.2287,0.5992,0,1,1,1,1,1,0.225544587,0,0.680343151,1,1,1,1,1,0.30439356,0,0.997335196,1,1,1,1,1,0.403343916,0,0.435717738,0.435794373,0.43572695
-1250,1,0.3353,1,1,1,1,1,1,1,1,0.1924,0.3353,0,1,0.2783,1,1,1,1,1,1,0.3241,0.2783,0,1,0.5992,1,1,1,0.1448,0.5992,0,1,1,1,1,1,0.221153587,0,0.968756557,1,1,1,1,1,0.338723153,0,1,1,1,1,1,1,0.287768155,0,0.427501208,0.427543897,0.427748227
-1251,1,0.3353,1,1,1,1,1,1,1,1,0.1556,0.3353,0,1,0.2783,1,1,1,1,1,1,0.3461,0.2783,0,1,0.5992,1,1,1,0.1212,0.5992,0,1,1,1,1,1,0.200243726,0,0.990717232,1,1,1,1,1,0.363049507,0,0.706227243,1,1,1,1,1,0.25916478,0,0.426172064,0.426274593,0.42641844
-1252,1,0.3353,1,1,1,1,1,1,1,1,0.1523,0.3353,0,1,0.2783,1,1,1,1,1,1,0.321,0.2783,0,1,0.5992,1,1,1,0.0914,0.5992,0,1,1,1,1,1,0.127799094,0,0.977195561,1,1,1,1,1,0.247806251,0,0.243618071,1,1,1,1,1,0.267055422,0,0.43861769,0.438756082,0.438829787
-1253,1,0.3353,1,1,1,1,1,1,1,1,0.207,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1395,0.2783,0,1,0.5992,1,1,1,0.0765,0.5992,0,1,1,1,1,1,0.183896467,0,0.817924261,1,1,1,1,1,0.127526626,0,0.109899484,1,1,1,1,1,0.240386575,0,0.4780087,0.477892955,0.478280142
-1254,1,0.3353,1,1,1,1,1,1,1,1,0.1562,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1475,0.2783,0,1,0.5992,1,1,1,0.096,0.5992,0,1,1,1,1,1,0.143469617,0,0.611737728,1,1,1,1,1,0.198952988,0,0.309592962,1,1,1,1,1,0.218967497,0,0.54120348,0.541146605,0.541223404
-1255,1,0.3353,1,1,1,1,1,1,1,1,0.0781,0.3353,0.0178,1,0.2783,1,1,1,1,1,1,0.1137,0.2783,0.0475,1,0.5992,1,1,1,0.1043,0.5992,0.0013,1,1,1,1,1,0.052887458,0.061954297,0.380340695,1,1,1,1,1,0.135195225,0.157654122,0.33144635,1,1,1,1,1,0.200551838,0.007494121,0.582104882,0.582187434,0.582446809
-1256,1,0.3359,1,1,1,1,1,1,1,1,0.1079,0.3359,0.2828,1,0.2786,1,1,1,1,1,1,0.1508,0.2786,0.3083,1,0.5991,1,1,1,0.0673,0.5991,0.1184,1,1,1,1,1,0.074471742,0.54457742,0.751787663,1,1,1,1,1,0.18433328,0.596763849,0.989632726,1,1,1,1,1,0.129703015,0.297285795,0.59521508,0.595303575,0.595301418
-1257,1,0.3365,1,1,1,1,1,1,1,1,0.1319,0.3365,0.4612,1,0.2788,1,1,1,1,1,1,0.1571,0.2788,0.4876,1,0.5991,1,1,1,0.0754,0.5991,0.3463,1,1,1,1,1,0.083197743,0.774211228,1,1,1,1,1,1,0.15972808,0.802803457,0.952175975,1,1,1,1,1,0.132988721,0.561455786,0.596544224,0.596572879,0.596631206
-1258,1,0.3371,1,1,1,1,1,1,1,1,0.2068,0.3371,0.59,1,0.279,1,1,1,1,1,1,0.6434,0.279,0.5371,1,0.5991,1,1,1,0.1251,0.5991,0.45,1,1,1,1,1,0.163465798,0.84327662,1,1,1,1,1,1,0.532671988,0.753663421,1,1,1,1,1,1,0.177618653,0.669893742,0.59841711,0.598476835,0.598847518
-1259,1,0.3377,1,1,1,1,1,1,1,1,0.2733,0.3377,0.4844,1,0.2793,1,1,1,1,1,1,0.4403,0.2793,0.4457,1,0.5991,1,1,1,0.138,0.5991,0.5603,1,1,1,1,1,0.191814885,0.739630401,1,1,1,1,1,1,0.427028179,0.7079826,1,1,1,1,1,1,0.145948917,0.678676665,0.59521508,0.595303575,0.595301418
-1260,1,0.3383,1,1,1,1,1,1,1,1,0.2959,0.3383,0.5318,1,0.2795,1,1,1,1,1,1,0.3884,0.2795,0.6086,1,0.5991,1,1,1,0.142,0.5991,0.4689,1,1,1,1,1,0.187671036,0.814717412,1,1,1,1,1,1,0.324422479,0.905207634,1,1,1,1,1,1,0.185355663,0.886141658,0.586636056,0.586629998,0.58643617
-1261,1,0.3389,1,1,1,1,1,1,1,1,0.4267,0.3389,0.6033,1,0.2797,1,1,1,1,1,1,0.2605,0.2797,0.6557,1,0.599,1,1,1,0.2028,0.599,0.455,1,1,1,1,1,0.365172595,0.88222456,1,1,1,1,1,1,0.23880294,0.943364382,1,1,1,1,1,1,0.288252354,0.904223919,0.580775737,0.580706579,0.580673759
-1262,1,0.3395,1,1,1,1,1,1,1,1,0.3732,0.3395,0.5808,1,0.28,1,1,1,1,1,1,0.4289,0.28,0.658,1,0.599,1,1,1,0.2688,0.599,0.4434,1,1,1,1,1,0.34226194,0.925309241,1,1,1,1,1,1,0.375387669,0.897034287,1,1,1,1,1,1,0.425903082,0.822983027,0.571834219,0.571821451,0.571808511
-1263,1,0.3401,1,1,1,1,1,1,1,1,0.485,0.3401,0.4795,1,0.2802,1,1,1,1,1,1,0.589,0.2802,0.5115,1,0.599,1,1,1,0.2647,0.599,0.4251,1,1,1,1,1,0.339123189,0.822530031,1,1,1,1,1,1,0.564603627,0.733990431,1,1,1,1,1,1,0.509761512,0.742143929,0.56639681,0.566532685,0.566489362
-1264,1,0.3407,1,1,1,1,1,1,1,1,0.3916,0.3407,0.2821,1,0.2804,1,1,1,1,1,1,0.3355,0.2804,0.2812,1,0.599,1,1,1,0.2972,0.599,0.2432,1,1,1,1,1,0.230754226,0.499520063,1,1,1,1,1,1,0.36340782,0.469824493,0.984803677,1,1,1,1,1,0.603255808,0.431670308,0.577573707,0.57774487,0.578014184
-1265,1,0.3413,1,1,1,1,1,1,1,1,0.2487,0.3413,0.0584,1,0.2807,1,1,1,1,1,1,0.251,0.2807,0.0769,1,0.599,1,1,1,0.3014,0.599,0.0077,1,1,1,1,1,0.255292296,0.188859239,1,1,1,1,1,1,0.304650635,0.195803821,0.899818301,1,1,1,1,1,0.59485209,0.015759615,0.620952151,0.620901206,0.621010638
-1266,1,0.3419,1,1,1,1,1,1,1,1,0.2725,0.3419,0,1,0.2809,1,1,1,1,1,1,0.3266,0.2809,0,1,0.599,1,1,1,0.3105,0.599,0,1,1,1,1,1,0.389020324,0,0.886451364,1,1,1,1,1,0.445158958,0,0.578374922,1,1,1,1,1,0.46803838,0,0.647172547,0.647133488,0.647606383
-1267,1,0.3425,1,1,1,1,1,1,1,1,0.3705,0.3425,0,1,0.2811,1,1,1,1,1,1,0.2541,0.2811,0,1,0.5989,1,1,1,0.2538,0.5989,0,1,1,1,1,1,0.446674466,0,0.643674016,1,1,1,1,1,0.301800936,0,0.294561565,1,1,1,1,1,0.476828396,0,0.631766554,0.63169029,0.632092199
-1268,1,0.3431,1,1,1,1,1,1,1,1,0.3078,0.3431,0,1,0.2814,1,1,1,1,1,1,0.2664,0.2814,0,1,0.5989,1,1,1,0.1513,0.5989,0,1,1,1,1,1,0.401613057,0,0.504628181,1,1,1,1,1,0.323874235,0,0.493187696,1,1,1,1,1,0.357799411,0,0.607237796,0.607361963,0.607712766
-1269,1,0.3437,1,1,1,1,1,1,1,1,0.3153,0.3437,0,1,0.2816,1,1,1,1,1,1,0.2807,0.2816,0,1,0.5989,1,1,1,0.1685,0.5989,0,1,1,1,1,1,0.365097135,0,0.44705224,1,1,1,1,1,0.39114815,0,0.792457342,1,1,1,1,1,0.254000485,0,0.568753021,0.568648191,0.568705674
-1270,1,0.3443,1,1,1,1,1,1,1,1,0.3729,0.3443,0,1,0.2818,1,1,1,1,1,1,0.477,0.2818,0,1,0.5989,1,1,1,0.122,0.5989,0,1,1,1,1,1,0.572151005,0,0.640709698,1,1,1,1,1,0.543472588,0,0.956823587,1,1,1,1,1,0.233387962,0,0.516674722,0.516818278,0.516843972
-1271,1,0.3449,1,1,1,1,1,1,1,1,0.3149,0.3449,0,1,0.2821,1,1,1,1,1,1,0.2384,0.2821,0,1,0.5989,1,1,1,0.108,0.5989,0,1,1,1,1,1,0.512703836,0,0.715035856,1,1,1,1,1,0.289053887,0,0.620271266,1,1,1,1,1,0.222865403,0,0.469369261,0.469430929,0.469414894
-1272,1,0.3455,1,1,1,1,1,1,1,1,0.4488,0.3455,0,1,0.2823,1,1,1,1,1,1,0.3105,0.2823,0,1,0.5988,1,1,1,0.0824,0.5988,0,1,1,1,1,1,0.597768128,0,0.718040764,1,1,1,1,1,0.376777291,0,0.616438031,1,1,1,1,1,0.216197759,0,0.436865636,0.436852126,0.436613475
-1273,1,0.3461,1,1,1,1,1,1,1,1,0.4586,0.3461,0,1,0.2825,1,1,1,1,1,1,0.3398,0.2825,0,1,0.5988,1,1,1,0.1212,0.5988,0,1,1,1,1,1,0.562234521,0,0.796499372,1,1,1,1,1,0.4510144,0,1,1,1,1,1,1,0.292201489,0,0.418680522,0.418658769,0.418882979
-1274,1,0.3467,1,1,1,1,1,1,1,1,0.4546,0.3467,0,1,0.2828,1,1,1,1,1,1,0.2696,0.2828,0,1,0.5988,1,1,1,0.178,0.5988,0,1,1,1,1,1,0.470672846,0,1,1,1,1,1,1,0.406587183,0,1,1,1,1,1,1,0.320563316,0,0.409074432,0.408927438,0.409131206
-1275,1,0.3473,1,1,1,1,1,1,1,1,0.3802,0.3473,0,1,0.283,1,1,1,1,1,1,0.2504,0.283,0,1,0.5988,1,1,1,0.1598,0.5988,0,1,1,1,1,1,0.378588676,0,1,1,1,1,1,1,0.352490872,0,1,1,1,1,1,1,0.394142121,0,0.40798695,0.407869685,0.407801418
-1276,1,0.3479,1,1,1,1,1,1,1,1,0.4253,0.3479,0,1,0.2832,1,1,1,1,1,1,0.1822,0.2832,0,1,0.5988,1,1,1,0.2126,0.5988,0,1,1,1,1,1,0.242047861,0,1,1,1,1,1,1,0.206284046,0,1,1,1,1,1,1,0.488511741,0,0.418801353,0.418658769,0.418882979
-1277,1,0.3485,1,1,1,1,1,1,1,1,0.4498,0.3485,0,1,0.2835,1,1,1,1,1,1,0.2596,0.2835,0,1,0.5987,1,1,1,0.1789,0.5987,0,1,1,1,1,1,0.273181021,0,1,1,1,1,1,1,0.276217043,0,1,1,1,1,1,1,0.413801819,0,0.457709038,0.457795642,0.457890071
-1278,1,0.3491,1,1,1,1,1,1,1,1,0.3514,0.3491,0,1,0.2837,1,1,1,1,1,1,0.1936,0.2837,0,1,0.5987,1,1,1,0.1278,0.5987,0,1,1,1,1,1,0.198539451,0,1,1,1,1,1,1,0.243297219,0,1,1,1,1,1,1,0.428897977,0,0.523018366,0.522953247,0.523492908
-1279,1,0.3497,1,1,1,1,1,1,1,1,0.2111,0.3497,0.0098,1,0.2839,1,1,1,1,1,1,0.0752,0.2839,0.0242,1,0.5987,1,1,1,0.1035,0.5987,0,1,1,1,1,1,0.137245446,0.062433504,1,1,1,1,1,1,0.08450833,0.034546033,1,1,1,1,1,1,0.396486402,5.63E-05,0.565309328,0.565263381,0.565159574
-1280,1,0.3503,1,1,1,1,1,1,1,1,0.0972,0.3503,0.2113,1,0.2842,1,1,1,1,1,1,0.0375,0.2842,0.2168,1,0.5987,1,1,1,0.1288,0.5987,0.0713,1,1,1,1,1,0.06988728,0.34076196,0.989760876,1,1,1,1,1,0.048313886,0.387334466,1,1,1,1,1,1,0.263175696,0.199672639,0.58379652,0.583668289,0.584219858
-1281,1,0.3509,1,1,1,1,1,1,1,1,0.122,0.3509,0.343,1,0.2844,1,1,1,1,1,1,0.0838,0.2844,0.3838,1,0.5987,1,1,1,0.1227,0.5987,0.2311,1,1,1,1,1,0.052816831,0.589486957,1,1,1,1,1,1,0.09111242,0.662246227,1,1,1,1,1,1,0.167601854,0.448468894,0.593644273,0.59361117,0.593971631
-1282,1,0.3515,1,1,1,1,1,1,1,1,0.1585,0.3515,0.4909,1,0.2846,1,1,1,1,1,1,0.4778,0.2846,0.5236,1,0.5987,1,1,1,0.2418,0.5987,0.3291,1,1,1,1,1,0.126831919,0.683608651,1,1,1,1,1,1,0.358711839,0.782662153,1,1,1,1,1,1,0.314609855,0.5225088,0.597087965,0.596995981,0.597074468
-1283,1,0.3521,1,1,1,1,1,1,1,1,0.1679,0.3521,0.5888,1,0.2849,1,1,1,1,1,1,0.4556,0.2849,0.5921,1,0.5986,1,1,1,0.3327,0.5986,0.5451,1,1,1,1,1,0.255177975,0.837827563,1,1,1,1,1,1,0.433710188,0.851044536,1,1,1,1,1,1,0.49648422,0.81898284,0.596665056,0.59678443,0.597074468
-1284,1,0.3527,1,1,1,1,1,1,1,1,0.237,0.3527,0.5443,1,0.2851,1,1,1,1,1,1,0.71,0.2851,0.6525,1,0.5986,1,1,1,0.3215,0.5986,0.445,1,1,1,1,1,0.456137389,0.808911741,1,1,1,1,1,1,0.65092361,0.899470925,1,1,1,1,1,1,0.575410485,0.612674475,0.590804737,0.590649461,0.590868794
-1285,1,0.3533,1,1,1,1,1,1,1,1,0.5744,0.3533,0.6127,1,0.2853,1,1,1,1,1,1,0.7658,0.2853,0.6696,1,0.5986,1,1,1,0.289,0.5986,0.4548,1,1,1,1,1,0.593424857,0.856749237,1,1,1,1,1,1,0.747352958,0.898315907,1,1,1,1,1,1,0.553369701,0.622755229,0.584521508,0.584514491,0.584663121
-1286,1,0.3539,1,1,1,1,1,1,1,1,0.7582,0.3539,0.627,1,0.2856,1,1,1,1,1,1,0.6801,0.2856,0.6441,1,0.5986,1,1,1,0.3012,0.5986,0.4677,1,1,1,1,1,0.721879005,0.894888163,1,1,1,1,1,1,0.725638032,0.913553238,1,1,1,1,1,1,0.538440466,0.62441957,0.577332044,0.577321769,0.577570922
-1287,1,0.3545,1,1,1,1,1,1,1,1,0.6963,0.3545,0.5153,1,0.2858,1,1,1,1,1,1,0.5571,0.2858,0.5578,1,0.5986,1,1,1,0.2712,0.5986,0.3962,1,1,1,1,1,0.681199372,0.84538424,1,1,1,1,1,1,0.59813869,0.902203262,1,1,1,1,1,1,0.430618316,0.729390621,0.570625906,0.570763698,0.570921986
-1288,1,0.3551,1,1,1,1,1,1,1,1,0.739,0.3551,0.3325,1,0.286,1,1,1,1,1,1,0.6914,0.286,0.3759,1,0.5985,1,1,1,0.2832,0.5985,0.2473,1,1,1,1,1,0.696949899,0.689520776,1,1,1,1,1,1,0.693293095,0.714245617,1,1,1,1,1,1,0.395086884,0.596349001,0.578479942,0.578591073,0.578457447
-1289,1,0.3557,1,1,1,1,1,1,1,1,0.6472,0.3557,0.0824,1,0.2863,1,1,1,1,1,1,0.559,0.2863,0.111,1,0.5985,1,1,1,0.3337,0.5985,0.0286,1,1,1,1,1,0.559926927,0.317620397,1,1,1,1,1,1,0.527720332,0.325306147,1,1,1,1,1,1,0.487112373,0.26411894,0.619441759,0.619420351,0.619680851
-1290,1,0.3563,1,1,1,1,1,1,1,1,0.4169,0.3563,0,1,0.2865,1,1,1,1,1,1,0.183,0.2865,0,1,0.5985,1,1,1,0.3851,0.5985,0,1,1,1,1,1,0.358484685,0,1,1,1,1,1,1,0.202356428,0,0.636315167,1,1,1,1,1,0.661008537,0,0.648139198,0.648191242,0.648049645
-1291,1,0.3569,1,1,1,1,1,1,1,1,0.1973,0.3569,0,1,0.2867,1,1,1,1,1,1,0.103,0.2867,0,1,0.5985,1,1,1,0.4038,0.5985,0,1,1,1,1,1,0.182122439,0,0.961899161,1,1,1,1,1,0.129594669,0,0.346731693,1,1,1,1,1,0.696350753,0,0.635270662,0.635286651,0.635195035
-1292,1,0.3575,1,1,1,1,1,1,1,1,0.215,0.3575,0,1,0.287,1,1,1,1,1,1,0.0885,0.287,0,1,0.5985,1,1,1,0.4196,0.5985,0,1,1,1,1,1,0.23306419,0,0.809939981,1,1,1,1,1,0.115363881,0,0.24555552,1,1,1,1,1,0.672653854,0,0.611164814,0.611169875,0.611258865
-1293,1,0.3581,1,1,1,1,1,1,1,1,0.1793,0.3581,0,1,0.2872,1,1,1,1,1,1,0.1031,0.2872,0,1,0.5985,1,1,1,0.5134,0.5985,0,1,1,1,1,1,0.202887669,0,0.458781987,1,1,1,1,1,0.126856744,0,0.153600812,1,1,1,1,1,0.840643644,0,0.573525858,0.573513857,0.57358156
-1294,1,0.3587,1,1,1,1,1,1,1,1,0.1907,0.3587,0,1,0.2874,1,1,1,1,1,1,0.0235,0.2874,0,1,0.5984,1,1,1,0.5233,0.5984,0,1,1,1,1,1,0.209851041,0,0.473931372,1,1,1,1,1,0.046903845,0,0.111508638,1,1,1,1,1,0.842725039,0,0.522897535,0.522953247,0.523049645
-1295,1,0.3593,1,1,1,1,1,1,1,1,0.0933,0.3593,0,1,0.2877,1,1,1,1,1,1,0.0021,0.2877,0,1,0.5984,1,1,1,0.4678,0.5984,0,1,1,1,1,1,0.085011847,0,0.601617455,1,1,1,1,1,0.012367749,0,0.087178275,1,1,1,1,1,0.771754146,0,0.477162881,0.477258303,0.476950355
-1296,1,0.3599,1,1,1,1,1,1,1,1,0.0656,0.3599,0,1,0.2879,1,1,1,1,1,1,0,0.2879,0,1,0.5984,1,1,1,0.3118,0.5984,0,1,1,1,1,1,0.056546774,0,0.387497216,1,1,1,1,1,0.003658375,0,0.089841887,1,1,1,1,1,0.556725979,0,0.446048816,0.445948805,0.445921986
-1297,1,0.3605,1,1,1,1,1,1,1,1,0.0165,0.3605,0,1,0.2881,1,1,1,1,1,1,0.0298,0.2881,0,1,0.5984,1,1,1,0.2239,0.5984,0,1,1,1,1,1,0.018742098,0,0.167623088,1,1,1,1,1,0.057470795,0,0.221981436,1,1,1,1,1,0.374796093,0,0.428105365,0.428178549,0.428191489
-1298,1,0.3611,1,1,1,1,1,1,1,1,0.0043,0.3611,0,1,0.2884,1,1,1,1,1,1,0.0743,0.2884,0,1,0.5984,1,1,1,0.1781,0.5984,0,1,1,1,1,1,0.002943271,0,0.041397966,1,1,1,1,1,0.081975415,0,0.322343737,1,1,1,1,1,0.337859899,0,0.419888835,0.419716522,0.419769504
-1299,1,0.3617,1,1,1,1,1,1,1,1,0,0.3617,0,1,0.2886,1,1,1,1,1,1,0.0649,0.2886,0,1,0.5983,1,1,1,0.1176,0.5983,0,1,1,1,1,1,0.001003696,0,0.049545422,1,1,1,1,1,0.093722016,0,0.570925951,1,1,1,1,1,0.19810164,0,0.420311745,0.420351174,0.420212766
-1300,1,0.3623,1,1,1,1,1,1,1,1,0.0033,0.3623,0,1,0.2888,1,1,1,1,1,1,0.0539,0.2888,0,1,0.5983,1,1,1,0.096,0.5983,0,1,1,1,1,1,0.005477726,0,0.219191343,1,1,1,1,1,0.078267813,0,0.995172858,1,1,1,1,1,0.145328045,0,0.432515708,0.432621113,0.432624113
-1301,1,0.3629,1,1,1,1,1,1,1,1,0.0027,0.3629,0,1,0.2891,1,1,1,1,1,1,0.039,0.2891,0,1,0.5983,1,1,1,0.0688,0.5983,0,1,1,1,1,1,0.006234003,0,0.46999377,1,1,1,1,1,0.088919044,0,0.833426476,1,1,1,1,1,0.103639677,0,0.470275495,0.470277131,0.470301418
-1302,1,0.3635,1,1,1,1,1,1,1,1,0.0105,0.3635,0,1,0.2893,1,1,1,1,1,1,0.0203,0.2893,0,1,0.5983,1,1,1,0.0882,0.5983,0,1,1,1,1,1,0.025593078,0,0.584437668,1,1,1,1,1,0.045663498,0,0.305219382,1,1,1,1,1,0.124697581,0,0.533047366,0.533107679,0.533244681
-1303,1,0.3641,1,1,1,1,1,1,1,1,0.0074,0.3641,0.0002,1,0.2895,1,1,1,1,1,1,0.0096,0.2895,0,1,0.5983,1,1,1,0.0677,0.5983,0.0133,1,1,1,1,1,0.025141658,0.000324235,0.236021847,1,1,1,1,1,0.034273997,0,0.675448954,1,1,1,1,1,0.083172642,0.028464276,0.580413243,0.580495029,0.580230496
-1304,1,0.3647,1,1,1,1,1,1,1,1,0.0047,0.3647,0.0507,1,0.2898,1,1,1,1,1,1,0.0271,0.2898,0.0483,1,0.5983,1,1,1,0.0513,0.5983,0.1766,1,1,1,1,1,0.012744561,0.077645347,0.794546962,1,1,1,1,1,0.047928579,0.053134739,0.991343498,1,1,1,1,1,0.044215489,0.320836127,0.609352344,0.60947747,0.609485816
-1305,1,0.3653,1,1,1,1,1,1,1,1,0.0161,0.3653,0.1645,1,0.29,1,1,1,1,1,1,0.0591,0.29,0.1509,1,0.5982,1,1,1,0.032,0.5982,0.337,1,1,1,1,1,0.009554233,0.240409642,0.842727065,1,1,1,1,1,0.077119127,0.194267601,0.980055749,1,1,1,1,1,0.031099331,0.577275991,0.62457709,0.624709118,0.624556738
-1306,1,0.3659,1,1,1,1,1,1,1,1,0.0261,0.3659,0.2004,1,0.2903,1,1,1,1,1,1,0.0766,0.2903,0.2083,1,0.5982,1,1,1,0.0077,0.5982,0.4257,1,1,1,1,1,0.012290949,0.301648617,0.931053162,1,1,1,1,1,0.11183843,0.305209458,0.971990407,1,1,1,1,1,0.007281076,0.518242121,0.634847753,0.63486355,0.635195035
-1307,1,0.3665,1,1,1,1,1,1,1,1,0.0965,0.3665,0.2721,1,0.2905,1,1,1,1,1,1,0.198,0.2905,0.2789,1,0.5982,1,1,1,0.0066,0.5982,0.3835,1,1,1,1,1,0.062894732,0.398636848,0.873205185,1,1,1,1,1,0.218700439,0.414122999,0.986589909,1,1,1,1,1,0.011633769,0.451070547,0.638170614,0.63824836,0.638297872
-1308,1,0.3671,1,1,1,1,1,1,1,1,0.0428,0.3671,0.3008,1,0.2907,1,1,1,1,1,1,0.1852,0.2907,0.3221,1,0.5982,1,1,1,0.0116,0.5982,0.4131,1,1,1,1,1,0.056631945,0.405220002,0.743574083,1,1,1,1,1,0.20301716,0.488623857,0.989910722,1,1,1,1,1,0.021698674,0.484003603,0.634304012,0.634228898,0.634308511
-1309,1,0.3677,1,1,1,1,1,1,1,1,0.0852,0.3677,0.5094,1,0.291,1,1,1,1,1,1,0.1679,0.291,0.4879,1,0.5982,1,1,1,0.0688,0.5982,0.5642,1,1,1,1,1,0.130666986,0.757061481,0.668191373,1,1,1,1,1,0.190034106,0.671466947,0.894696832,1,1,1,1,1,0.11355716,0.800311208,0.631947801,0.63190184,0.632092199
-1310,1,0.3683,1,1,1,1,1,1,1,1,0.1133,0.3683,0.3392,1,0.2912,1,1,1,1,1,1,0.1921,0.2912,0.3708,1,0.5981,1,1,1,0.101,0.5981,0.2608,1,1,1,1,1,0.132567897,0.533663273,0.987213075,1,1,1,1,1,0.223015547,0.538129807,1,1,1,1,1,1,0.177575201,0.560627639,0.627477042,0.627459276,0.627659574
-1311,1,0.3689,1,1,1,1,1,1,1,1,0.0796,0.3689,0.3026,1,0.2914,1,1,1,1,1,1,0.1712,0.2914,0.3666,1,0.5981,1,1,1,0.0946,0.5981,0.2336,1,1,1,1,1,0.081370413,0.465063274,0.987200141,1,1,1,1,1,0.223882675,0.550227225,1,1,1,1,1,1,0.165157378,0.397921354,0.624697922,0.624709118,0.624556738
-1312,1,0.3695,1,1,1,1,1,1,1,1,0.1024,0.3695,0.1432,1,0.2917,1,1,1,1,1,1,0.2503,0.2917,0.102,1,0.5981,1,1,1,0.2505,0.5981,0.0856,1,1,1,1,1,0.156682655,0.218181029,0.931186199,1,1,1,1,1,0.306666225,0.160354704,0.975267887,1,1,1,1,1,0.451901972,0.125545084,0.636358144,0.636555955,0.636524823
-1313,1,0.3701,1,1,1,1,1,1,1,1,0.0899,0.3701,0,1,0.2919,1,1,1,1,1,1,0.4189,0.2919,0,1,0.5981,1,1,1,0.3246,0.5981,0,1,1,1,1,1,0.151764467,0,0.771703243,1,1,1,1,1,0.479703546,0,1,1,1,1,1,1,0.551815331,0,0.662336878,0.662365136,0.662234043
-1314,1,0.3707,1,1,1,1,1,1,1,1,0.1702,0.3707,0,1,0.2921,1,1,1,1,1,1,0.3383,0.2921,0,1,0.5981,1,1,1,0.3312,0.5981,0,1,1,1,1,1,0.230366468,0,0.94558996,1,1,1,1,1,0.438070804,0,1,1,1,1,1,1,0.567458868,0,0.663726438,0.66363444,0.664007092
-1315,1,0.3713,1,1,1,1,1,1,1,1,0.2567,0.3713,0,1,0.2924,1,1,1,1,1,1,0.0181,0.2924,0,1,0.5981,1,1,1,0.3439,0.5981,0,1,1,1,1,1,0.22786358,0,1,1,1,1,1,1,0.093027979,0,1,1,1,1,1,1,0.599731922,0,0.642701788,0.642690924,0.643173759
-1316,1,0.3719,1,1,1,1,1,1,1,1,0.2394,0.3719,0,1,0.2926,1,1,1,1,1,1,0,0.2926,0,1,0.598,1,1,1,0.439,0.598,0,1,1,1,1,1,0.108728901,0,1,1,1,1,1,1,0.026132356,0,1,1,1,1,1,1,0.768398821,0,0.615454326,0.615612439,0.615691489
-1317,1,0.3725,1,1,1,1,1,1,1,1,0.1183,0.3725,0,1,0.2928,1,1,1,1,1,1,0,0.2928,0,1,0.598,1,1,1,0.3574,0.598,0,1,1,1,1,1,0.039160803,0,1,1,1,1,1,1,0.036585167,0,1,1,1,1,1,1,0.640086412,0,0.57962784,0.579648826,0.579787234
-1318,1,0.3731,1,1,1,1,1,1,1,1,0.1302,0.3731,0,1,0.2931,1,1,1,1,1,1,0.2543,0.2931,0,1,0.598,1,1,1,0.2989,0.598,0,1,1,1,1,1,0.085274756,0,1,1,1,1,1,1,0.311777771,0,1,1,1,1,1,1,0.496033221,0,0.534195263,0.534165433,0.534131206
-1319,1,0.3737,1,1,1,1,1,1,1,1,0.1838,0.3737,0,1,0.2933,1,1,1,1,1,1,0.0998,0.2933,0,1,0.598,1,1,1,0.2266,0.598,0,1,1,1,1,1,0.039959304,0,1,1,1,1,1,1,0.133038312,0,1,1,1,1,1,1,0.336138308,0,0.489185597,0.489105141,0.489361702
-1320,1,0.3743,1,1,1,1,1,1,1,1,0.4055,0.3743,0,1,0.2935,1,1,1,1,1,1,0.5924,0.2935,0,1,0.598,1,1,1,0.2598,0.598,0,1,1,1,1,1,0.228962988,0,0.871175766,1,1,1,1,1,0.666006923,0,1,1,1,1,1,1,0.22421062,0,0.455896568,0.455891686,0.455673759
-1321,1,0.3749,1,1,1,1,1,1,1,1,0.5068,0.3749,0,1,0.2938,1,1,1,1,1,1,0.9565,0.2938,0,1,0.5979,1,1,1,0.2904,0.5979,0,1,1,1,1,1,0.388753176,0,0.970920622,1,1,1,1,1,0.868086576,0,1,1,1,1,1,1,0.179767862,0,0.435898985,0.435794373,0.436170213
-1322,1,0.3755,1,1,1,1,1,1,1,1,0.8509,0.3755,0,1,0.294,1,1,1,1,1,1,0.956,0.294,0,1,0.5979,1,1,1,0.2738,0.5979,0,1,1,1,1,1,0.576755106,0,1,1,1,1,1,1,0.923796654,0,1,1,1,1,1,1,0.162344143,0,0.425326245,0.425216839,0.425531915
-1323,1,0.3761,1,1,1,1,1,1,1,1,0.7998,0.3761,0,1,0.2942,1,1,1,1,1,1,0.9584,0.2942,0,1,0.5979,1,1,1,0.2015,0.5979,0,1,1,1,1,1,0.63207829,0,1,1,1,1,1,1,0.930249631,0,1,1,1,1,1,1,0.14903678,0,0.421338811,0.421408927,0.421542553
-1324,1,0.3767,1,1,1,1,1,1,1,1,0.8691,0.3767,0,1,0.2945,1,1,1,1,1,1,0.9593,0.2945,0,1,0.5979,1,1,1,0.3486,0.5979,0,1,1,1,1,1,0.71319443,0,1,1,1,1,1,1,0.942029476,0,1,1,1,1,1,1,0.277663946,0,0.426534558,0.426697694,0.42641844
-1325,1,0.3773,1,1,1,1,1,1,1,1,0.9013,0.3773,0,1,0.2947,1,1,1,1,1,1,0.9578,0.2947,0,1,0.5979,1,1,1,0.2825,0.5979,0,1,1,1,1,1,0.796449542,0,1,1,1,1,1,1,0.928397298,0,1,1,1,1,1,1,0.451028734,0,0.44320928,0.443198646,0.443262411
-1326,1,0.3779,1,1,1,1,1,1,1,1,0.9206,0.3779,0,1,0.2949,1,1,1,1,1,1,0.9597,0.2949,0,1,0.5978,1,1,1,0.3297,0.5978,0,1,1,1,1,1,0.841671467,0,1,1,1,1,1,1,0.919228077,0,1,1,1,1,1,1,0.56486398,0,0.468281779,0.468161625,0.468085106
-1327,1,0.3785,1,1,1,1,1,1,1,1,0.7999,0.3785,0.0882,1,0.2952,1,1,1,1,1,1,0.902,0.2952,0.0983,1,0.5978,1,1,1,0.402,0.5978,0.0458,1,1,1,1,1,0.726985872,0.277773619,1,1,1,1,1,1,0.734071493,0.293455034,1,1,1,1,1,1,0.602734327,0.329893559,0.497462542,0.497355617,0.497783688
-1328,1,0.3791,1,1,1,1,1,1,1,1,0.8407,0.3791,0.3218,1,0.2954,1,1,1,1,1,1,0.9659,0.2954,0.3413,1,0.5978,1,1,1,0.5115,0.5978,0.2451,1,1,1,1,1,0.732297003,0.611659586,1,1,1,1,1,1,0.836524308,0.650136054,1,1,1,1,1,1,0.654950023,0.613743782,0.532564041,0.532684578,0.532801418
-1329,1,0.3797,1,1,1,1,1,1,1,1,0.9712,0.3797,0.4539,1,0.2956,1,1,1,1,1,1,0.9694,0.2956,0.4658,1,0.5978,1,1,1,0.5638,0.5978,0.3765,1,1,1,1,1,0.90402174,0.737601042,1,1,1,1,1,1,0.950955153,0.762886465,1,1,1,1,1,1,0.678514183,0.768934846,0.559751087,0.559763063,0.559840426
-1330,1,0.3803,1,1,1,1,1,1,1,1,0.9766,0.3803,0.5352,1,0.2959,1,1,1,1,1,1,0.9702,0.2959,0.5679,1,0.5978,1,1,1,0.5649,0.5978,0.4778,1,1,1,1,1,0.9559412,0.730834484,1,1,1,1,1,1,0.974388897,0.850554168,1,1,1,1,1,1,0.710761845,0.868766129,0.573163364,0.573090755,0.57358156
-1331,1,0.3809,1,1,1,1,1,1,1,1,0.9785,0.3809,0.5652,1,0.2961,1,1,1,1,1,1,0.9666,0.2961,0.5889,1,0.5978,1,1,1,0.5316,0.5978,0.487,1,1,1,1,1,0.974506199,0.729095042,1,1,1,1,1,1,0.970642447,0.838641286,1,1,1,1,1,1,0.618104994,0.798904002,0.573465442,0.573513857,0.57358156
-1332,1,0.3815,1,1,1,1,1,1,1,1,0.9702,0.3815,0.584,1,0.2963,1,1,1,1,1,1,0.9669,0.2963,0.5828,1,0.5977,1,1,1,0.6224,0.5977,0.4816,1,1,1,1,1,0.972126365,0.804526806,1,1,1,1,1,1,0.966408014,0.837254286,1,1,1,1,1,1,0.753435552,0.729391336,0.567363461,0.567378887,0.567375887
-1333,1,0.3821,1,1,1,1,1,1,1,1,0.9724,0.3821,0.5703,1,0.2966,1,1,1,1,1,1,0.9673,0.2966,0.5741,1,0.5977,1,1,1,0.6867,0.5977,0.468,1,1,1,1,1,0.971493125,0.776832998,1,1,1,1,1,1,0.969139695,0.829262674,1,1,1,1,1,1,0.825195968,0.717027485,0.557394877,0.557436006,0.557180851
-1334,1,0.3827,1,1,1,1,1,1,1,1,0.9765,0.3827,0.5633,1,0.2968,1,1,1,1,1,1,0.9691,0.2968,0.5656,1,0.5977,1,1,1,0.7376,0.5977,0.4218,1,1,1,1,1,0.969842792,0.796316981,1,1,1,1,1,1,0.961800933,0.822032928,1,1,1,1,1,1,0.813766658,0.701921761,0.550024166,0.550031733,0.550088652
-1335,1,0.3833,1,1,1,1,1,1,1,1,0.9762,0.3833,0.4633,1,0.297,1,1,1,1,1,1,0.9694,0.297,0.4765,1,0.5977,1,1,1,0.799,0.5977,0.3101,1,1,1,1,1,0.973545671,0.739484847,1,1,1,1,1,1,0.971742392,0.748809874,1,1,1,1,1,1,0.897161841,0.613052368,0.548815853,0.548762429,0.548758865
-1336,1,0.3839,1,1,1,1,1,1,1,1,0.959,0.3839,0.2981,1,0.2973,1,1,1,1,1,1,0.9718,0.2973,0.3272,1,0.5977,1,1,1,0.8208,0.5977,0.1894,1,1,1,1,1,0.971290708,0.58064878,1,1,1,1,1,1,0.968642831,0.577480495,1,1,1,1,1,1,0.944352627,0.375265718,0.56361769,0.563570975,0.563386525
-1337,1,0.3845,1,1,1,1,1,1,1,1,0.9316,0.3845,0.077,1,0.2975,1,1,1,1,1,1,0.9476,0.2975,0.108,1,0.5976,1,1,1,0.9082,0.5976,0.016,1,1,1,1,1,0.953714192,0.273189336,1,1,1,1,1,1,0.910219073,0.29159382,1,1,1,1,1,1,0.960935414,0.075830221,0.603914935,0.603977153,0.604166667
-1338,1,0.3851,1,1,1,1,1,1,1,1,0.8885,0.3851,0,1,0.2977,1,1,1,1,1,1,0.9751,0.2977,0,1,0.5976,1,1,1,0.8751,0.5976,0,1,1,1,1,1,0.943401456,0,1,1,1,1,1,1,0.919100761,0,1,1,1,1,1,1,0.962599039,0,0.631645723,0.63169029,0.631648936
-1339,1,0.3857,1,1,1,1,1,1,1,1,0.8968,0.3857,0,1,0.298,1,1,1,1,1,1,0.984,0.298,0,1,0.5976,1,1,1,0.8396,0.5976,0,1,1,1,1,1,0.913772643,0,1,1,1,1,1,1,0.879617214,0,1,1,1,1,1,1,0.964071155,0,0.617689705,0.617727946,0.617907801
-1340,1,0.3863,1,1,1,1,1,1,1,1,0.8877,0.3863,0,1,0.2982,1,1,1,1,1,1,0.9839,0.2982,0,1,0.5976,1,1,1,0.857,0.5976,0,1,1,1,1,1,0.958814144,0,1,1,1,1,1,1,0.921122432,0,1,1,1,1,1,1,0.973388016,0,0.597873369,0.597842183,0.597960993
-1341,1,0.3869,1,1,1,1,1,1,1,1,0.8191,0.3869,0,1,0.2984,1,1,1,1,1,1,0.9886,0.2984,0,1,0.5976,1,1,1,0.8416,0.5976,0,1,1,1,1,1,0.959707975,0,1,1,1,1,1,1,0.946029782,0,1,1,1,1,1,1,0.974438787,0,0.57141131,0.57139835,0.571808511
-1342,1,0.3875,1,1,1,1,1,1,1,1,0.6508,0.3875,0,1,0.2987,1,1,1,1,1,1,0.9924,0.2987,0,1,0.5976,1,1,1,0.874,0.5976,0,1,1,1,1,1,0.90000999,0,1,1,1,1,1,1,0.92674613,0,1,1,1,1,1,1,0.982605457,0,0.533711938,0.533742331,0.533687943
-1343,1,0.3881,1,1,1,1,1,1,1,1,0.8075,0.3881,0,1,0.2989,1,1,1,1,1,1,0.9947,0.2989,0,1,0.5975,1,1,1,0.9307,0.5975,0,1,1,1,1,1,0.9665007,0,1,1,1,1,1,1,0.970354676,0,1,1,1,1,1,1,0.989796162,0,0.497583374,0.497567167,0.497783688
-1344,1,0.3887,1,1,1,1,1,1,1,1,0.7508,0.3887,0,1,0.2991,1,1,1,1,1,1,0.999,0.2991,0,1,0.5975,1,1,1,0.939,0.5975,0,1,1,1,1,1,0.943549097,0,1,1,1,1,1,1,0.967241883,0,1,1,1,1,1,1,0.988565147,0,0.470275495,0.470277131,0.470301418
-1345,1,0.3893,1,1,1,1,1,1,1,1,0.8909,0.3893,0,1,0.2994,1,1,1,1,1,1,0.9986,0.2994,0,1,0.5975,1,1,1,0.9531,0.5975,0,1,1,1,1,1,0.963329613,0,1,1,1,1,1,1,0.981462777,0,1,1,1,1,1,1,0.995053172,0,0.452513291,0.452506875,0.452570922
-1346,1,0.3899,1,1,1,1,1,1,1,1,0.8686,0.3899,0,1,0.2996,1,1,1,1,1,1,1,0.2996,0,1,0.5975,1,1,1,0.9528,0.5975,0,1,1,1,1,1,0.971921444,0,1,1,1,1,1,1,0.980597138,0,1,1,1,1,1,1,0.996607661,0,0.443390527,0.443410197,0.443262411
-1347,1,0.3905,1,1,1,1,1,1,1,1,0.8082,0.3905,0,1,0.2998,1,1,1,1,1,1,1,0.2998,0,1,0.5975,1,1,1,0.9662,0.5975,0,1,1,1,1,1,0.950454354,0,1,1,1,1,1,1,0.937438786,0,1,1,1,1,1,1,0.99787575,0,0.441457226,0.441506241,0.441489362
-1348,1,0.3911,1,1,1,1,1,1,1,1,0.864,0.3911,0,1,0.3001,1,1,1,1,1,1,1,0.3001,0,1,0.5974,1,1,1,0.9699,0.5974,0,1,1,1,1,1,0.963821113,0,1,1,1,1,1,1,0.961028695,0,1,1,1,1,1,1,0.999011219,0,0.445082165,0.445102602,0.445035461
-1349,1,0.3917,1,1,1,1,1,1,1,1,0.7867,0.3917,0,1,0.3003,1,1,1,1,1,1,1,0.3003,0,1,0.5974,1,1,1,0.9777,0.5974,0,1,1,1,1,1,0.934031069,0,1,1,1,1,1,1,0.959061384,0,1,1,1,1,1,1,0.999496818,0,0.458554857,0.458641845,0.458776596
-1350,1,0.3923,1,1,1,1,1,1,1,1,0.8708,0.3923,0,1,0.3005,1,1,1,1,1,1,0.9563,0.3005,0,1,0.5974,1,1,1,0.9664,0.5974,0,1,1,1,1,1,0.948308229,0,1,1,1,1,1,1,0.925626755,0,1,1,1,1,1,1,0.999040663,0,0.475410826,0.475354347,0.475177305
-1351,1,0.3929,1,1,1,1,1,1,1,1,0.7436,0.3929,0.1132,1,0.3008,1,1,1,1,1,1,0.5124,0.3008,0.1169,1,0.5974,1,1,1,0.9754,0.5974,0.0873,1,1,1,1,1,0.673776627,0.380184084,1,1,1,1,1,1,0.500424027,0.348994851,1,1,1,1,1,1,0.926479578,0.40346995,0.498429193,0.49841337,0.49822695
-1352,1,0.3935,1,1,1,1,1,1,1,1,0.8568,0.3935,0.3726,1,0.301,1,1,1,1,1,1,0.5067,0.301,0.3777,1,0.5974,1,1,1,0.8668,0.5974,0.3461,1,1,1,1,1,0.879325628,0.747488022,1,1,1,1,1,1,0.515205622,0.721513391,1,1,1,1,1,1,0.945862234,0.76561439,0.531476559,0.531626825,0.531914894
-1353,1,0.3941,1,1,1,1,1,1,1,1,0.8293,0.3941,0.5733,1,0.3012,1,1,1,1,1,1,0.6716,0.3012,0.5671,1,0.5974,1,1,1,0.9515,0.5974,0.5473,1,1,1,1,1,0.828299761,0.958439887,1,1,1,1,1,1,0.610354304,0.924636483,1,1,1,1,1,1,0.95347327,0.963426113,0.552682455,0.552781891,0.552748227
-1354,1,0.3947,1,1,1,1,1,1,1,1,0.7608,0.3947,0.7192,1,0.3015,1,1,1,1,1,1,0.5923,0.3015,0.6984,1,0.5973,1,1,1,0.9491,0.5973,0.7068,1,1,1,1,1,0.766573787,0.996143222,1,1,1,1,1,1,0.563391447,0.996631265,0.949548185,1,1,1,1,1,0.997194707,1,0.562953117,0.562936323,0.563386525
-1355,1,0.3953,1,1,1,1,1,1,1,1,0.648,0.3953,0.7624,1,0.3017,1,1,1,1,1,1,0.5251,0.3017,0.7635,1,0.5973,1,1,1,0.9214,0.5973,0.7457,1,1,1,1,1,0.680464208,1,1,1,1,1,1,1,0.499737114,1,0.758391678,1,1,1,1,1,0.993804753,1,0.5659739,0.565898033,0.566046099
-1356,1,0.3959,1,1,1,1,1,1,1,1,0.6485,0.3959,0.765,1,0.3019,1,1,1,1,1,1,0.4625,0.3019,0.7656,1,0.5973,1,1,1,0.9207,0.5973,0.7486,1,1,1,1,1,0.7091102,1,0.998373628,1,1,1,1,1,0.46664834,1,0.712369919,1,1,1,1,1,0.995408058,1,0.562953117,0.562936323,0.563386525
-1357,1,0.3965,1,1,1,1,1,1,1,1,0.5521,0.3965,0.7629,1,0.3022,1,1,1,1,1,1,0.3932,0.3022,0.7658,1,0.5973,1,1,1,0.8491,0.5973,0.7423,1,1,1,1,1,0.616682291,1,0.974059701,1,1,1,1,1,0.382922828,1,0.597445309,1,1,1,1,1,0.983997345,1,0.552440793,0.55235879,0.552748227
-1358,1,0.3971,1,1,1,1,1,1,1,1,0.4857,0.3971,0.7244,1,0.3024,1,1,1,1,1,1,0.3747,0.3024,0.738,1,0.5973,1,1,1,0.8228,0.5973,0.6965,1,1,1,1,1,0.523320854,1,0.986467838,1,1,1,1,1,0.358929902,1,0.629803181,1,1,1,1,1,0.980063558,1,0.541384727,0.541358155,0.541666667
-1359,1,0.3977,1,1,1,1,1,1,1,1,0.439,0.3977,0.5702,1,0.3027,1,1,1,1,1,1,0.3714,0.3027,0.5992,1,0.5972,1,1,1,0.8434,0.5972,0.5379,1,1,1,1,1,0.489137053,0.964454651,0.805681169,1,1,1,1,1,0.384776711,0.973220229,0.37966466,1,1,1,1,1,0.991401792,0.944366217,0.540297245,0.540300402,0.540336879
-1360,1,0.3983,1,1,1,1,1,1,1,1,0.3714,0.3983,0.3664,1,0.3029,1,1,1,1,1,1,0.2807,0.3029,0.4051,1,0.5972,1,1,1,0.7662,0.5972,0.3298,1,1,1,1,1,0.429671884,0.75846231,0.654947042,1,1,1,1,1,0.290667504,0.773025155,0.303463876,1,1,1,1,1,0.958641052,0.723766208,0.557817786,0.557859107,0.558067376
-1361,1,0.3989,1,1,1,1,1,1,1,1,0.2583,0.3989,0.1085,1,0.3031,1,1,1,1,1,1,0.1946,0.3031,0.1494,1,0.5972,1,1,1,0.7163,0.5972,0.0662,1,1,1,1,1,0.335600346,0.400780499,0.26600486,1,1,1,1,1,0.185770124,0.426674515,0.095825128,1,1,1,1,1,0.960792303,0.343844831,0.604035766,0.603977153,0.604166667
-1362,1,0.3995,1,1,1,1,1,1,1,1,0.1796,0.3995,0,1,0.3034,1,1,1,1,1,1,0.0866,0.3034,0,1,0.5972,1,1,1,0.6729,0.5972,0,1,1,1,1,1,0.205480218,0,0.329015583,1,1,1,1,1,0.113186471,0,0.095980629,1,1,1,1,1,0.913514912,0,0.646930884,0.646921938,0.647163121
-1363,1,0.4001,1,1,1,1,1,1,1,1,0.14,0.4001,0,1,0.3036,1,1,1,1,1,1,0.0508,0.3036,0,1,0.5972,1,1,1,0.4822,0.5972,0,1,1,1,1,1,0.126232415,0,0.444709897,1,1,1,1,1,0.113077998,0,0.109419376,1,1,1,1,1,0.712830365,0,0.635331078,0.635286651,0.635195035
-1364,1,0.4007,1,1,1,1,1,1,1,1,0.1106,0.4007,0,1,0.3038,1,1,1,1,1,1,0.0053,0.3038,0,1,0.5971,1,1,1,0.4654,0.5971,0,1,1,1,1,1,0.099625178,0,0.496824026,1,1,1,1,1,0.018656563,0,0.177619115,1,1,1,1,1,0.670239925,0,0.611708555,0.611804527,0.611702128
-1365,1,0.4013,1,1,1,1,1,1,1,1,0.1455,0.4013,0,1,0.3041,1,1,1,1,1,1,0.014,0.3041,0,1,0.5971,1,1,1,0.3715,0.5971,0,1,1,1,1,1,0.158217758,0,0.416036844,1,1,1,1,1,0.025997382,0,0.166979596,1,1,1,1,1,0.557789922,0,0.575277912,0.575417813,0.57535461
-1366,1,0.4019,1,1,1,1,1,1,1,1,0.1314,0.4019,0,1,0.3043,1,1,1,1,1,1,0.02,0.3043,0,1,0.5971,1,1,1,0.3448,0.5971,0,1,1,1,1,1,0.158169836,0,0.308257461,1,1,1,1,1,0.031609539,0,0.202650249,1,1,1,1,1,0.494479626,0,0.53020783,0.53014597,0.530141844
-1367,1,0.4025,1,1,1,1,1,1,1,1,0.0398,0.4025,0,1,0.3045,1,1,1,1,1,1,0.0042,0.3045,0,1,0.5971,1,1,1,0.3336,0.5971,0,1,1,1,1,1,0.03931801,0,0.206810862,1,1,1,1,1,0.003531702,0,0.175025925,1,1,1,1,1,0.531199872,0,0.490031416,0.489951343,0.489804965
-1368,1,0.4031,1,1,1,1,1,1,1,1,0.0292,0.4031,0,1,0.3048,1,1,1,1,1,1,0,0.3048,0,1,0.5971,1,1,1,0.3394,0.5971,0,1,1,1,1,1,0.027643431,0,0.148094043,1,1,1,1,1,0.002073728,0,0.170892417,1,1,1,1,1,0.578431785,0,0.463931851,0.463719061,0.464095745
-1369,1,0.4037,1,1,1,1,1,1,1,1,0.0092,0.4037,0,1,0.305,1,1,1,1,1,1,0,0.305,0,1,0.5971,1,1,1,0.3368,0.5971,0,1,1,1,1,1,0.011203881,0,0.066478491,1,1,1,1,1,0.002047388,0,0.130538478,1,1,1,1,1,0.700736046,0,0.450821653,0.45081447,0.450797872
-1370,1,0.4043,1,1,1,1,1,1,1,1,0.0004,0.4043,0,1,0.3052,1,1,1,1,1,1,0.0402,0.3052,0,1,0.597,1,1,1,0.2879,0.597,0,1,1,1,1,1,0.001025435,0,0.05046368,1,1,1,1,1,0.06456849,0,0.126999483,1,1,1,1,1,0.533127069,0,0.44641131,0.446371906,0.446365248
-1371,1,0.4049,1,1,1,1,1,1,1,1,0,0.4049,0,1,0.3055,1,1,1,1,1,1,0.1299,0.3055,0,1,0.597,1,1,1,0.2485,0.597,0,1,1,1,1,1,0.000819372,0,0.022333281,1,1,1,1,1,0.146446526,0,0.119898692,1,1,1,1,1,0.483755887,0,0.449009183,0.448910514,0.449468085
-1372,1,0.4055,1,1,1,1,1,1,1,1,0,0.4055,0,1,0.3057,1,1,1,1,1,1,0.2862,0.3057,0,1,0.597,1,1,1,0.2129,0.597,0,1,1,1,1,1,0.000865534,0,0.005766654,1,1,1,1,1,0.269678175,0,0.198452368,1,1,1,1,1,0.315237284,0,0.465683905,0.465834567,0.465868794
-1373,1,0.4061,1,1,1,1,1,1,1,1,0.002,0.4061,0,1,0.3059,1,1,1,1,1,1,0.4551,0.3059,0,1,0.597,1,1,1,0.1319,0.597,0,1,1,1,1,1,0.002846701,0,0.005199458,1,1,1,1,1,0.388945311,0,0.241447926,1,1,1,1,1,0.143216237,0,0.512083132,0.512164163,0.512411348
-1374,1,0.4067,1,1,1,1,1,1,1,1,0.0168,0.4067,0,1,0.3062,1,1,1,1,1,1,0.6174,0.3062,0,1,0.597,1,1,1,0.0671,0.597,0,1,1,1,1,1,0.025565792,0,0.015766324,1,1,1,1,1,0.502005875,0,0.21913588,1,1,1,1,1,0.056583114,0,0.584702755,0.584726042,0.584663121
-1375,1,0.4073,1,1,1,1,1,1,1,1,0.0699,0.4073,0.1125,1,0.3064,1,1,1,1,1,1,0.6954,0.3064,0.1173,1,0.5969,1,1,1,0.0196,0.5969,0.083,1,1,1,1,1,0.091522515,0.362919331,0.003080994,1,1,1,1,1,0.517395973,0.342945755,0.081954718,1,1,1,1,1,0.025577867,0.314811617,0.623368777,0.623439814,0.623670213
-1376,1,0.4079,1,1,1,1,1,1,1,1,0.0772,0.4079,0.356,1,0.3066,1,1,1,1,1,1,0.4774,0.3066,0.3683,1,0.5969,1,1,1,0.0281,0.5969,0.2995,1,1,1,1,1,0.113768086,0.652352095,0.007784966,1,1,1,1,1,0.414589107,0.70518738,0.08363089,1,1,1,1,1,0.024252212,0.549876451,0.627537458,0.627670827,0.627659574
-1377,1,0.4085,1,1,1,1,1,1,1,1,0.0621,0.4085,0.5329,1,0.3069,1,1,1,1,1,1,0.1986,0.3069,0.5489,1,0.5969,1,1,1,0.0245,0.5969,0.4315,1,1,1,1,1,0.06129599,0.824364781,0.103760526,1,1,1,1,1,0.19695501,0.887570798,0.244821727,1,1,1,1,1,0.053954117,0.612171948,0.625362494,0.62534377,0.625443262
-1378,1,0.4091,1,1,1,1,1,1,1,1,0.0835,0.4091,0.6532,1,0.3071,1,1,1,1,1,1,0.2539,0.3071,0.6211,1,0.5969,1,1,1,0.0191,0.5969,0.5097,1,1,1,1,1,0.061323229,0.867859423,0.109047562,1,1,1,1,1,0.216848075,0.91510272,0.267828822,1,1,1,1,1,0.072543785,0.734690309,0.622704205,0.622593611,0.622783688
-1379,1,0.4097,1,1,1,1,1,1,1,1,0.2013,0.4097,0.6198,1,0.3073,1,1,1,1,1,1,0.1509,0.3073,0.6396,1,0.5969,1,1,1,0.0497,0.5969,0.4446,1,1,1,1,1,0.119529605,0.79660821,0.267525673,1,1,1,1,1,0.201398998,0.919546485,0.371808946,1,1,1,1,1,0.130728632,0.794998407,0.617448043,0.617516395,0.617464539
-1380,1,0.4103,1,1,1,1,1,1,1,1,0.3588,0.4103,0.576,1,0.3076,1,1,1,1,1,1,0.2876,0.3076,0.562,1,0.5969,1,1,1,0.0595,0.5969,0.4083,1,1,1,1,1,0.201812148,0.732457042,0.504703224,1,1,1,1,1,0.293056548,0.777469456,0.569104493,1,1,1,1,1,0.14536351,0.803508759,0.610500242,0.610535223,0.610815603
-1381,1,0.4109,1,1,1,1,1,1,1,1,0.3983,0.4109,0.4972,1,0.3078,1,1,1,1,1,1,0.2302,0.3078,0.5109,1,0.5968,1,1,1,0.1,0.5968,0.3889,1,1,1,1,1,0.250873774,0.650224507,0.556471407,1,1,1,1,1,0.232702523,0.741259098,0.497884303,1,1,1,1,1,0.228707269,0.750751674,0.605364911,0.605458007,0.605496454
-1382,1,0.4115,1,1,1,1,1,1,1,1,0.5283,0.4115,0.434,1,0.308,1,1,1,1,1,1,0.3073,0.308,0.4805,1,0.5968,1,1,1,0.0939,0.5968,0.3912,1,1,1,1,1,0.302939594,0.5960235,0.74094075,1,1,1,1,1,0.409153998,0.73521781,0.848526776,1,1,1,1,1,0.240087718,0.675051689,0.597450459,0.597630633,0.59751773
-1383,1,0.4121,1,1,1,1,1,1,1,1,0.5046,0.4121,0.3725,1,0.3083,1,1,1,1,1,1,0.3485,0.3083,0.4096,1,0.5968,1,1,1,0.0921,0.5968,0.308,1,1,1,1,1,0.387218773,0.579043031,0.798558354,1,1,1,1,1,0.432504773,0.619027436,1,1,1,1,1,1,0.24192293,0.566764593,0.597087965,0.596995981,0.597074468
-1384,1,0.4127,1,1,1,1,1,1,1,1,0.392,0.4127,0.2309,1,0.3085,1,1,1,1,1,1,0.3114,0.3085,0.2484,1,0.5968,1,1,1,0.1639,0.5968,0.2116,1,1,1,1,1,0.253047496,0.379780114,0.961131096,1,1,1,1,1,0.39296484,0.413040906,1,1,1,1,1,1,0.403388083,0.339580894,0.614910585,0.614977787,0.615248227
-1385,1,0.4133,1,1,1,1,1,1,1,1,0.4748,0.4133,0.031,1,0.3087,1,1,1,1,1,1,0.3276,0.3087,0.0355,1,0.5968,1,1,1,0.1114,0.5968,0.017,1,1,1,1,1,0.365817815,0.137814298,0.839261591,1,1,1,1,1,0.419300318,0.075406827,0.660296857,1,1,1,1,1,0.285845131,0.093449876,0.655509908,0.655595515,0.655585106
-1386,1,0.4139,1,1,1,1,1,1,1,1,0.4369,0.4139,0,1,0.309,1,1,1,1,1,1,0.357,0.309,0,1,0.5967,1,1,1,0.1053,0.5967,0,1,1,1,1,1,0.383567482,0,0.827914476,1,1,1,1,1,0.385179281,0,0.954192996,1,1,1,1,1,0.256930202,0,0.67762204,0.677596784,0.677748227
-1387,1,0.4145,1,1,1,1,1,1,1,1,0.2959,0.4145,0,1,0.3092,1,1,1,1,1,1,0.1144,0.3092,0,1,0.5967,1,1,1,0.104,0.5967,0,1,1,1,1,1,0.189153269,0,1,1,1,1,1,1,0.133154303,0,1,1,1,1,1,1,0.226283118,0,0.66022233,0.66024963,0.660460993
-1388,1,0.4151,1,1,1,1,1,1,1,1,0.3496,0.4151,0,1,0.3094,1,1,1,1,1,1,0.1938,0.3094,0,1,0.5967,1,1,1,0.0795,0.5967,0,1,1,1,1,1,0.242191285,0,1,1,1,1,1,1,0.267156661,0,1,1,1,1,1,1,0.169738308,0,0.629652006,0.629786334,0.629875887
-1389,1,0.4157,1,1,1,1,1,1,1,1,0.3048,0.4157,0,1,0.3097,1,1,1,1,1,1,0.2593,0.3097,0,1,0.5967,1,1,1,0.0678,0.5967,0,1,1,1,1,1,0.270067394,0,1,1,1,1,1,1,0.316021323,0,1,1,1,1,1,1,0.165571645,0,0.585548574,0.585572245,0.585549645
-1390,1,0.4163,1,1,1,1,1,1,1,1,0.4117,0.4163,0,1,0.3099,1,1,1,1,1,1,0.3685,0.3099,0,1,0.5967,1,1,1,0.1001,0.5967,0,1,1,1,1,1,0.445810914,0,1,1,1,1,1,1,0.397743702,0,1,1,1,1,1,1,0.272629648,0,0.530811986,0.530780622,0.531028369
-1391,1,0.4169,1,1,1,1,1,1,1,1,0.2682,0.4169,0,1,0.3101,1,1,1,1,1,1,0.0299,0.3101,0,1,0.5967,1,1,1,0.1169,0.5967,0,1,1,1,1,1,0.265841335,0,1,1,1,1,1,1,0.110970452,0,1,1,1,1,1,1,0.37582624,0,0.481150314,0.481066215,0.480939716
-1392,1,0.4175,1,1,1,1,1,1,1,1,0.2878,0.4175,0,1,0.3104,1,1,1,1,1,1,0.2292,0.3104,0,1,0.5966,1,1,1,0.1835,0.5966,0,1,1,1,1,1,0.394671381,0,1,1,1,1,1,1,0.36709407,0,1,1,1,1,1,1,0.437679321,0,0.449794587,0.449756717,0.449911348
-1393,1,0.4181,1,1,1,1,1,1,1,1,0.4232,0.4181,0,1,0.3106,1,1,1,1,1,1,0.8014,0.3106,0,1,0.5966,1,1,1,0.2542,0.5966,0,1,1,1,1,1,0.591702759,0,1,1,1,1,1,1,0.826440215,0,1,1,1,1,1,1,0.469971448,0,0.432515708,0.432621113,0.432624113
-1394,1,0.4187,1,1,1,1,1,1,1,1,0.6124,0.4187,0,1,0.3108,1,1,1,1,1,1,0.9494,0.3108,0,1,0.5966,1,1,1,0.3498,0.5966,0,1,1,1,1,1,0.680683792,0,1,1,1,1,1,1,0.844846487,0,1,1,1,1,1,1,0.603803635,0,0.425144998,0.425005289,0.425088652
-1395,1,0.4193,1,1,1,1,1,1,1,1,0.7899,0.4193,0,1,0.3111,1,1,1,1,1,1,0.9171,0.3111,0,1,0.5966,1,1,1,0.3433,0.5966,0,1,1,1,1,1,0.716486096,0,1,1,1,1,1,1,0.809390187,0,1,1,1,1,1,1,0.628529966,0,0.425084582,0.425005289,0.425088652
-1396,1,0.4199,1,1,1,1,1,1,1,1,0.7323,0.4199,0,1,0.3113,1,1,1,1,1,1,0.9201,0.3113,0,1,0.5966,1,1,1,0.3059,0.5966,0,1,1,1,1,1,0.70897305,0,1,1,1,1,1,1,0.846399724,0,1,1,1,1,1,1,0.572255909,0,0.438738521,0.438756082,0.438829787
-1397,1,0.4205,1,1,1,1,1,1,1,1,0.5026,0.4205,0,1,0.3115,1,1,1,1,1,1,0.5768,0.3115,0,1,0.5965,1,1,1,0.3223,0.5965,0,1,1,1,1,1,0.446083426,0,1,1,1,1,1,1,0.543145537,0,1,1,1,1,1,1,0.564633429,0,0.484110681,0.484027925,0.484042553
-1398,1,0.4211,1,1,1,1,1,1,1,1,0.4904,0.4211,0,1,0.3118,1,1,1,1,1,1,0.9158,0.3118,0,1,0.5965,1,1,1,0.3202,0.5965,0,1,1,1,1,1,0.459275633,0,1,1,1,1,1,1,0.824941993,0,1,1,1,1,1,1,0.572813094,0,0.555703238,0.555743601,0.555851064
-1399,1,0.4217,1,1,1,1,1,1,1,1,0.4545,0.4217,0.1087,1,0.312,1,1,1,1,1,1,0.9817,0.312,0.0994,1,0.5965,1,1,1,0.2834,0.5965,0.0737,1,1,1,1,1,0.469420403,0.32464236,1,1,1,1,1,1,0.882201612,0.263971478,0.851763666,1,1,1,1,1,0.405773878,0.264471114,0.594067182,0.594034271,0.594414894
-1400,1,0.4223,1,1,1,1,1,1,1,1,0.5209,0.4223,0.3544,1,0.3122,1,1,1,1,1,1,0.996,0.3122,0.3477,1,0.5965,1,1,1,0.4425,0.5965,0.2356,1,1,1,1,1,0.667920172,0.672137439,1,1,1,1,1,1,0.934551001,0.639833689,1,1,1,1,1,1,0.567210317,0.54321593,0.601860802,0.601861646,0.601950355
-1401,1,0.4229,1,1,1,1,1,1,1,1,0.6531,0.4229,0.526,1,0.3125,1,1,1,1,1,1,0.9906,0.3125,0.5349,1,0.5965,1,1,1,0.5557,0.5965,0.4073,1,1,1,1,1,0.798058748,0.807663262,0.978954554,1,1,1,1,1,0.931928515,0.831799269,1,1,1,1,1,1,0.682784438,0.855044365,0.604277429,0.604400254,0.604609929
-1402,1,0.4235,1,1,1,1,1,1,1,1,0.6549,0.4235,0.6408,1,0.3127,1,1,1,1,1,1,0.9029,0.3127,0.6978,1,0.5964,1,1,1,0.4798,0.5964,0.5928,1,1,1,1,1,0.804043353,0.905044079,0.996002078,1,1,1,1,1,0.804359198,0.967157662,1,1,1,1,1,1,0.580327749,0.961527109,0.603612856,0.603765602,0.603723404
-1403,1,0.4241,1,1,1,1,1,1,1,1,0.6261,0.4241,0.7259,1,0.3129,1,1,1,1,1,1,0.7263,0.3129,0.7436,1,0.5964,1,1,1,0.4861,0.5964,0.6234,1,1,1,1,1,0.808500886,0.997356832,0.97644031,1,1,1,1,1,0.686719179,1,0.88184768,1,1,1,1,1,0.644620359,1,0.599262929,0.599323038,0.59929078
-1404,1,0.4247,1,1,1,1,1,1,1,1,0.5034,0.4247,0.7394,1,0.3132,1,1,1,1,1,1,0.5745,0.3132,0.7539,1,0.5964,1,1,1,0.4388,0.5964,0.6626,1,1,1,1,1,0.586636424,0.999852955,0.961481094,1,1,1,1,1,0.557103157,1,0.900544763,1,1,1,1,1,0.65318197,1,0.590683905,0.590649461,0.590868794
-1405,1,0.4253,1,1,1,1,1,1,1,1,0.3529,0.4253,0.7445,1,0.3134,1,1,1,1,1,1,0.3597,0.3134,0.7562,1,0.5964,1,1,1,0.3954,0.5964,0.6882,1,1,1,1,1,0.420677632,0.998685718,0.743787408,1,1,1,1,1,0.38711518,0.999702573,0.5241189,1,1,1,1,1,0.554245591,1,0.585488159,0.585572245,0.585549645
-1406,1,0.4259,1,1,1,1,1,1,1,1,0.2567,0.4259,0.6903,1,0.3136,1,1,1,1,1,1,0.3605,0.3136,0.7237,1,0.5964,1,1,1,0.3959,0.5964,0.6502,1,1,1,1,1,0.262393802,0.992434502,0.664148569,1,1,1,1,1,0.36765945,1,0.394364953,1,1,1,1,1,0.616644979,0.999871492,0.577754954,0.57774487,0.578014184
-1407,1,0.4265,1,1,1,1,1,1,1,1,0.2756,0.4265,0.5453,1,0.3139,1,1,1,1,1,1,0.4314,0.3139,0.5939,1,0.5964,1,1,1,0.3948,0.5964,0.4902,1,1,1,1,1,0.255487084,0.941280425,0.755597949,1,1,1,1,1,0.429942608,0.967983127,0.467331171,1,1,1,1,1,0.627849758,0.91193819,0.574432093,0.574360059,0.574468085
-1408,1,0.4271,1,1,1,1,1,1,1,1,0.2144,0.4271,0.3608,1,0.3141,1,1,1,1,1,1,0.3611,0.3141,0.4036,1,0.5963,1,1,1,0.3295,0.5963,0.2916,1,1,1,1,1,0.252370685,0.757384777,0.849936962,1,1,1,1,1,0.350114912,0.774371386,0.42420736,1,1,1,1,1,0.597174942,0.630802751,0.586394393,0.586418447,0.58643617
-1409,1,0.4277,1,1,1,1,1,1,1,1,0.1339,0.4277,0.1034,1,0.3143,1,1,1,1,1,1,0.3655,0.3143,0.1432,1,0.5963,1,1,1,0.1643,0.5963,0.0647,1,1,1,1,1,0.16882728,0.377316296,0.586313844,1,1,1,1,1,0.32397458,0.418524355,0.418375671,1,1,1,1,1,0.332959235,0.2942141,0.629168681,0.629151682,0.629432624
-1410,1,0.4283,1,1,1,1,1,1,1,1,0.1083,0.4283,0,1,0.3146,1,1,1,1,1,1,0.1859,0.3146,0,1,0.5963,1,1,1,0.1129,0.5963,0,1,1,1,1,1,0.147950053,0,0.336912453,1,1,1,1,1,0.21825318,0,0.611462116,1,1,1,1,1,0.227619901,0,0.667955534,0.667865454,0.667996454
-1411,1,0.4289,1,1,1,1,1,1,1,1,0.0977,0.4289,0,1,0.3148,1,1,1,1,1,1,0.1212,0.3148,0,1,0.5963,1,1,1,0.0851,0.5963,0,1,1,1,1,1,0.062489115,0,0.206251562,1,1,1,1,1,0.201518953,0,0.297430634,1,1,1,1,1,0.184943378,0,0.689282262,0.689443622,0.689716312
-1412,1,0.4295,1,1,1,1,1,1,1,1,0.0625,0.4295,0,1,0.315,1,1,1,1,1,1,0.0489,0.315,0,1,0.5963,1,1,1,0.1272,0.5963,0,1,1,1,1,1,0.042908009,0,0.072877184,1,1,1,1,1,0.107294559,0,0.056432463,1,1,1,1,1,0.33956477,0,0.657926535,0.657922572,0.658244681
-1413,1,0.4301,1,1,1,1,1,1,1,1,0.051,0.4301,0,1,0.3153,1,1,1,1,1,1,0.0351,0.3153,0,1,0.5962,1,1,1,0.1914,0.5962,0,1,1,1,1,1,0.06019498,0,0.066931695,1,1,1,1,1,0.077615045,0,0.031275395,1,1,1,1,1,0.546048582,0,0.611043983,0.610958325,0.611258865
-1414,1,0.4307,1,1,1,1,1,1,1,1,0.0394,0.4307,0,1,0.3155,1,1,1,1,1,1,0.0388,0.3155,0,1,0.5962,1,1,1,0.2219,0.5962,0,1,1,1,1,1,0.029386185,0,0.085998125,1,1,1,1,1,0.090608999,0,0.037075132,1,1,1,1,1,0.622187912,0,0.553951184,0.554051195,0.554078014
-1415,1,0.4313,1,1,1,1,1,1,1,1,0.0237,0.4313,0,1,0.3158,1,1,1,1,1,1,0.0071,0.3158,0,1,0.5962,1,1,1,0.2569,0.5962,0,1,1,1,1,1,0.019183569,0,0.027430978,1,1,1,1,1,0.033019662,0,0.004704189,1,1,1,1,1,0.607523501,0,0.504047849,0.504125238,0.504432624
-1416,1,0.4464,1,1,1,1,1,1,1,1,0.3783,0.4464,0,1,0.3216,1,1,1,1,1,1,0.2079,0.3216,0,1,0.5958,1,1,1,0.5114,0.5958,0,1,1,1,1,1,0.236058563,0,1,1,1,1,1,1,0.33556211,0,1,1,1,1,1,1,0.703887403,0,0.471060899,0.471123334,0.471187943
-1417,1,0.447,1,1,1,1,1,1,1,1,0.4998,0.447,0,1,0.3218,1,1,1,1,1,1,0.2403,0.3218,0,1,0.5957,1,1,1,0.5333,0.5957,0,1,1,1,1,1,0.381674767,0,1,1,1,1,1,1,0.34285441,0,1,1,1,1,1,1,0.734618843,0,0.454869502,0.454833933,0.454787234
-1418,1,0.4476,1,1,1,1,1,1,1,1,0.4703,0.4476,0,1,0.3221,1,1,1,1,1,1,0.3205,0.3221,0,1,0.5957,1,1,1,0.4822,0.5957,0,1,1,1,1,1,0.414666831,0,1,1,1,1,1,1,0.446593821,0,1,1,1,1,1,1,0.698781192,0,0.446652972,0.446795007,0.446808511
-1419,1,0.4482,1,1,1,1,1,1,1,1,0.5433,0.4482,0,1,0.3223,1,1,1,1,1,1,0.7249,0.3223,0,1,0.5957,1,1,1,0.471,0.5957,0,1,1,1,1,1,0.547833204,0,1,1,1,1,1,1,0.773082435,0,1,1,1,1,1,1,0.66486311,0,0.446773804,0.446795007,0.446808511
-1420,1,0.4488,1,1,1,1,1,1,1,1,0.6033,0.4488,0,1,0.3225,1,1,1,1,1,1,0.7394,0.3225,0,1,0.5957,1,1,1,0.5416,0.5957,0,1,1,1,1,1,0.632923007,0,1,1,1,1,1,1,0.762058139,0,1,1,1,1,1,1,0.786570668,0,0.458977767,0.458853395,0.459219858
-1421,1,0.4494,1,1,1,1,1,1,1,1,0.5526,0.4494,0,1,0.3228,1,1,1,1,1,1,0.5011,0.3228,0,1,0.5957,1,1,1,0.5642,0.5957,0,1,1,1,1,1,0.536062539,0,1,1,1,1,1,1,0.678338349,0,1,1,1,1,1,1,0.840595365,0,0.499395843,0.499471123,0.499556738
-1422,1,0.45,1,1,1,1,1,1,1,1,0.7082,0.45,0,1,0.323,1,1,1,1,1,1,0.3877,0.323,0,1,0.5956,1,1,1,0.5117,0.5956,0,1,1,1,1,1,0.730086029,0,1,1,1,1,1,1,0.509266555,0,1,1,1,1,1,1,0.738868535,0,0.567846786,0.567801989,0.567819149
-1423,1,0.4506,1,1,1,1,1,1,1,1,0.5337,0.4506,0.0012,1,0.3232,1,1,1,1,1,1,0.1968,0.3232,0,1,0.5956,1,1,1,0.4334,0.5956,0.0313,1,1,1,1,1,0.503750265,0.001447855,1,1,1,1,1,1,0.208025396,0,0.897579074,1,1,1,1,1,0.663309753,0.01847956,0.611587724,0.611592977,0.611702128
-1424,1,0.4512,1,1,1,1,1,1,1,1,0.5129,0.4512,0.0987,1,0.3235,1,1,1,1,1,1,0.3503,0.3235,0.1325,1,0.5956,1,1,1,0.4872,0.5956,0.1533,1,1,1,1,1,0.571908832,0.171162888,1,1,1,1,1,1,0.348672062,0.157126576,1,1,1,1,1,1,0.682545781,0.237672031,0.630860319,0.630844087,0.630762411
-1425,1,0.4518,1,1,1,1,1,1,1,1,0.5016,0.4518,0.236,1,0.3237,1,1,1,1,1,1,0.2689,0.3237,0.2152,1,0.5956,1,1,1,0.6826,0.5956,0.237,1,1,1,1,1,0.546067178,0.33188802,0.996508241,1,1,1,1,1,0.292752385,0.291008651,0.825727522,1,1,1,1,1,0.758242428,0.467406809,0.643124698,0.643114026,0.643617021
-1426,1,0.4524,1,1,1,1,1,1,1,1,0.3496,0.4524,0.2788,1,0.3239,1,1,1,1,1,1,0.3206,0.3239,0.271,1,0.5956,1,1,1,0.7223,0.5956,0.3442,1,1,1,1,1,0.389580488,0.384430587,0.730470657,1,1,1,1,1,0.326574594,0.383120477,0.503938258,1,1,1,1,1,0.840414703,0.49779129,0.653757854,0.653691559,0.654255319
-1427,1,0.453,1,1,1,1,1,1,1,1,0.4899,0.453,0.2928,1,0.3242,1,1,1,1,1,1,0.2516,0.3242,0.2875,1,0.5955,1,1,1,0.651,0.5955,0.4079,1,1,1,1,1,0.525342405,0.426064044,0.429888517,1,1,1,1,1,0.29891783,0.386217058,0.215972781,1,1,1,1,1,0.796205163,0.60894227,0.657382794,0.657499471,0.657801418
-1428,1,0.4536,1,1,1,1,1,1,1,1,0.4972,0.4536,0.305,1,0.3244,1,1,1,1,1,1,0.1737,0.3244,0.2862,1,0.5955,1,1,1,0.6022,0.5955,0.4069,1,1,1,1,1,0.560156584,0.460175931,0.377106726,1,1,1,1,1,0.228068918,0.420754761,0.281012058,1,1,1,1,1,0.737926304,0.721467257,0.655509908,0.655595515,0.655585106
-1429,1,0.4542,1,1,1,1,1,1,1,1,0.3772,0.4542,0.3275,1,0.3246,1,1,1,1,1,1,0.2194,0.3246,0.3344,1,0.5955,1,1,1,0.5819,0.5955,0.3995,1,1,1,1,1,0.370929271,0.48941341,0.498627692,1,1,1,1,1,0.231788993,0.494857073,0.477401316,1,1,1,1,1,0.684996784,0.678143859,0.652066216,0.651999154,0.652039007
-1430,1,0.4548,1,1,1,1,1,1,1,1,0.3438,0.4548,0.2761,1,0.3249,1,1,1,1,1,1,0.0763,0.3249,0.2861,1,0.5955,1,1,1,0.5939,0.5955,0.4217,1,1,1,1,1,0.311155796,0.44111979,0.177044883,1,1,1,1,1,0.074859217,0.426072925,0.08502461,1,1,1,1,1,0.694380224,0.656176209,0.646930884,0.646921938,0.647163121
-1431,1,0.4554,1,1,1,1,1,1,1,1,0.4127,0.4554,0.2452,1,0.3251,1,1,1,1,1,1,0.149,0.3251,0.2878,1,0.5955,1,1,1,0.4528,0.5955,0.3544,1,1,1,1,1,0.310162783,0.440178603,0.271545738,1,1,1,1,1,0.132390499,0.388051748,0.230217278,1,1,1,1,1,0.563242495,0.544935942,0.645118415,0.645229532,0.645390071
-1432,1,0.456,1,1,1,1,1,1,1,1,0.4948,0.456,0.1599,1,0.3253,1,1,1,1,1,1,0.1176,0.3253,0.1996,1,0.5955,1,1,1,0.3128,0.5955,0.1943,1,1,1,1,1,0.329362243,0.315480709,0.389777482,1,1,1,1,1,0.139075771,0.292189628,0.960815191,1,1,1,1,1,0.405376673,0.331703842,0.657503625,0.657499471,0.657801418
-1433,1,0.4566,1,1,1,1,1,1,1,1,0.4882,0.4566,0.0273,1,0.3256,1,1,1,1,1,1,0.104,0.3256,0.0536,1,0.5954,1,1,1,0.2706,0.5954,0.0125,1,1,1,1,1,0.269563437,0.10764236,0.581470251,1,1,1,1,1,0.158418596,0.102566533,1,1,1,1,1,1,0.321549803,0.081433713,0.689403093,0.689443622,0.689716312
-1434,1,0.4572,1,1,1,1,1,1,1,1,0.502,0.4572,0,1,0.3258,1,1,1,1,1,1,0.148,0.3258,0,1,0.5954,1,1,1,0.195,0.5954,0,1,1,1,1,1,0.239605755,0,0.94175458,1,1,1,1,1,0.189406425,0,1,1,1,1,1,1,0.197799429,0,0.709823586,0.709752486,0.710106383
-1435,1,0.4578,1,1,1,1,1,1,1,1,0.5481,0.4578,0,1,0.326,1,1,1,1,1,1,0.0708,0.326,0,1,0.5954,1,1,1,0.1746,0.5954,0,1,1,1,1,1,0.271193445,0,0.980552793,1,1,1,1,1,0.103755251,0,0.705266833,1,1,1,1,1,0.18107903,0,0.69417593,0.694097736,0.694148936
-1436,1,0.4584,1,1,1,1,1,1,1,1,0.4296,0.4584,0,1,0.3263,1,1,1,1,1,1,0.1414,0.3263,0,1,0.5954,1,1,1,0.2216,0.5954,0,1,1,1,1,1,0.146482587,0,0.973687828,1,1,1,1,1,0.175272584,0,0.896142185,1,1,1,1,1,0.259848893,0,0.666807637,0.6668077,0.666666667
-1437,1,0.459,1,1,1,1,1,1,1,1,0.4335,0.459,0,1,0.3265,1,1,1,1,1,1,0.1619,0.3265,0,1,0.5954,1,1,1,0.2177,0.5954,0,1,1,1,1,1,0.17974323,0,1,1,1,1,1,1,0.222684994,0,1,1,1,1,1,1,0.24826096,0,0.623066699,0.623016713,0.62322695
-1438,1,0.4596,1,1,1,1,1,1,1,1,0.3909,0.4596,0,1,0.3267,1,1,1,1,1,1,0.1105,0.3267,0,1,0.5953,1,1,1,0.187,0.5953,0,1,1,1,1,1,0.16350086,0,1,1,1,1,1,1,0.209297463,0,1,1,1,1,1,1,0.203393623,0,0.566880135,0.566744235,0.566932624
-1439,1,0.4602,1,1,1,1,1,1,1,1,0.4076,0.4602,0,1,0.327,1,1,1,1,1,1,0.0465,0.327,0,1,0.5953,1,1,1,0.1284,0.5953,0,1,1,1,1,1,0.160651237,0,1,1,1,1,1,1,0.096745439,0,1,1,1,1,1,1,0.146427602,0,0.516855969,0.516818278,0.516843972
-1440,1,0.4608,1,1,1,1,1,1,1,1,0.2612,0.4608,0,1,0.3272,1,1,1,1,1,1,0.1105,0.3272,0,1,0.5953,1,1,1,0.0966,0.5953,0,1,1,1,1,1,0.085876822,0,1,1,1,1,1,1,0.155250385,0,1,1,1,1,1,1,0.114304587,0,0.485741904,0.48572033,0.485815603
-1441,1,0.4614,1,1,1,1,1,1,1,1,0.3,0.4614,0,1,0.3274,1,1,1,1,1,1,0.0822,0.3274,0,1,0.5953,1,1,1,0.0825,0.5953,0,1,1,1,1,1,0.104943633,0,1,1,1,1,1,1,0.1122794,0,0.830070972,1,1,1,1,1,0.116835162,0,0.468644273,0.468796277,0.468528369
-1442,1,0.462,1,1,1,1,1,1,1,1,0.1953,0.462,0,1,0.3277,1,1,1,1,1,1,0.0468,0.3277,0,1,0.5953,1,1,1,0.0676,0.5953,0,1,1,1,1,1,0.045927264,0,1,1,1,1,1,1,0.053551797,0,0.346093744,1,1,1,1,1,0.08538644,0,0.459581924,0.459699598,0.459663121
-1443,1,0.4626,1,1,1,1,1,1,1,1,0.1357,0.4626,0,1,0.3279,1,1,1,1,1,1,0.0278,0.3279,0,1,0.5953,1,1,1,0.0641,0.5953,0,1,1,1,1,1,0.037467021,0,0.978099942,1,1,1,1,1,0.044079501,0,0.543439567,1,1,1,1,1,0.086929232,0,0.46018608,0.460122699,0.460106383
-1444,1,0.4632,1,1,1,1,1,1,1,1,0.1204,0.4632,0,1,0.3282,1,1,1,1,1,1,0.0567,0.3282,0,1,0.5952,1,1,1,0.043,0.5952,0,1,1,1,1,1,0.031195018,0,0.992019773,1,1,1,1,1,0.079618059,0,0.57833302,1,1,1,1,1,0.087139457,0,0.472812953,0.472815739,0.47251773
-1445,1,0.4638,1,1,1,1,1,1,1,1,0.1157,0.4638,0,1,0.3284,1,1,1,1,1,1,0.021,0.3284,0,1,0.5952,1,1,1,0.0455,0.5952,0,1,1,1,1,1,0.036286328,0,0.970421076,1,1,1,1,1,0.039314326,0,0.360164434,1,1,1,1,1,0.089921661,0,0.516553891,0.516606727,0.516843972
-1446,1,0.4644,1,1,1,1,1,1,1,1,0.0798,0.4644,0,1,0.3286,1,1,1,1,1,1,0,0.3286,0,1,0.5952,1,1,1,0.0425,0.5952,0,1,1,1,1,1,0.022009969,0,0.677206099,1,1,1,1,1,0.008433513,0,0.15020211,1,1,1,1,1,0.089621007,0,0.586636056,0.586629998,0.58643617
-1447,1,0.465,1,1,1,1,1,1,1,1,0.06,0.465,0.08,1,0.3289,1,1,1,1,1,1,0,0.3289,0.0821,1,0.5952,1,1,1,0.0273,0.5952,0.1116,1,1,1,1,1,0.019928429,0.230487347,0.429493636,1,1,1,1,1,0.00225046,0.213005543,0.034930628,1,1,1,1,1,0.080581687,0.404202014,0.62862494,0.62872858,0.628989362
-1448,1,0.4656,1,1,1,1,1,1,1,1,0.0436,0.4656,0.2855,1,0.3291,1,1,1,1,1,1,0,0.3291,0.3,1,0.5952,1,1,1,0.0315,0.5952,0.3085,1,1,1,1,1,0.01011998,0.489325792,0.284449577,1,1,1,1,1,0.003017116,0.502930224,0,1,1,1,1,1,0.082491755,0.69350493,0.641251812,0.64121007,0.641400709
-1449,1,0.4662,1,1,1,1,1,1,1,1,0.0273,0.4662,0.4105,1,0.3293,1,1,1,1,1,1,0,0.3293,0.4184,1,0.5951,1,1,1,0.0252,0.5951,0.4517,1,1,1,1,1,0.002791016,0.637326479,0.260011911,1,1,1,1,1,0.002861086,0.657484472,0.000701571,1,1,1,1,1,0.047316089,0.811350822,0.644574674,0.64459488,0.644946809
-1450,1,0.4668,1,1,1,1,1,1,1,1,0.0145,0.4668,0.4747,1,0.3296,1,1,1,1,1,1,0.0118,0.3296,0.4849,1,0.5951,1,1,1,0.0175,0.5951,0.5673,1,1,1,1,1,0.002380059,0.685161471,0.215823472,1,1,1,1,1,0.014542954,0.696919084,0.006459686,1,1,1,1,1,0.039567672,0.88748616,0.646930884,0.646710387,0.647163121
-1451,1,0.4674,1,1,1,1,1,1,1,1,0.0067,0.4674,0.4782,1,0.3298,1,1,1,1,1,1,0,0.3298,0.4879,1,0.5951,1,1,1,0.0165,0.5951,0.5496,1,1,1,1,1,0.001479373,0.66568768,0.119631961,1,1,1,1,1,0.002051761,0.689991117,0.007522252,1,1,1,1,1,0.041550081,0.849277616,0.643064282,0.643114026,0.643617021
-1452,1,0.468,1,1,1,1,1,1,1,1,0.0048,0.468,0.4608,1,0.33,1,1,1,1,1,1,0.0459,0.33,0.4876,1,0.5951,1,1,1,0.0294,0.5951,0.531,1,1,1,1,1,0.003205543,0.678426385,0.029586229,1,1,1,1,1,0.067774393,0.695884764,0,1,1,1,1,1,0.083877131,0.812250137,0.636116481,0.636132854,0.63608156
-1453,1,0.4686,1,1,1,1,1,1,1,1,0.005,0.4686,0.4747,1,0.3303,1,1,1,1,1,1,0.0086,0.3303,0.4735,1,0.5951,1,1,1,0.0637,0.5951,0.4696,1,1,1,1,1,0.015528908,0.684808612,0.005995625,1,1,1,1,1,0.013340081,0.668911636,0,1,1,1,1,1,0.179861754,0.756536186,0.63237071,0.632324942,0.632535461
-1454,1,0.4692,1,1,1,1,1,1,1,1,0.0082,0.4692,0.4699,1,0.3305,1,1,1,1,1,1,0.0223,0.3305,0.4588,1,0.5951,1,1,1,0.052,0.5951,0.4523,1,1,1,1,1,0.019834103,0.677579522,0.023330478,1,1,1,1,1,0.026444178,0.654447079,0,1,1,1,1,1,0.151158571,0.717748284,0.624939584,0.624920669,0.625
-1455,1,0.4698,1,1,1,1,1,1,1,1,0.0055,0.4698,0.3974,1,0.3307,1,1,1,1,1,1,0.0784,0.3307,0.3853,1,0.595,1,1,1,0.0518,0.595,0.4064,1,1,1,1,1,0.02578265,0.626488984,0.023887396,1,1,1,1,1,0.077085674,0.550337732,0,1,1,1,1,1,0.150257394,0.623671055,0.621918801,0.621747409,0.622340426
-1456,1,0.4704,1,1,1,1,1,1,1,1,0.0504,0.4704,0.2223,1,0.331,1,1,1,1,1,1,0.0702,0.331,0.1751,1,0.595,1,1,1,0.0864,0.595,0.2645,1,1,1,1,1,0.122426704,0.390353918,0.009307191,1,1,1,1,1,0.073773935,0.227936909,0.000465969,1,1,1,1,1,0.207640707,0.497329235,0.633639439,0.633805796,0.633865248
-1457,1,0.471,1,1,1,1,1,1,1,1,0.0514,0.471,0.0145,1,0.3312,1,1,1,1,1,1,0.0797,0.3312,0.0119,1,0.595,1,1,1,0.184,0.595,0.0549,1,1,1,1,1,0.127224758,0.049607038,0.045390859,1,1,1,1,1,0.112529814,0.019595865,0.0256822,1,1,1,1,1,0.332658619,0.198717922,0.662820203,0.662788238,0.662677305
-1458,1,0.4716,1,1,1,1,1,1,1,1,0.0381,0.4716,0,1,0.3314,1,1,1,1,1,1,0.0486,0.3314,0,1,0.595,1,1,1,0.2718,0.595,0,1,1,1,1,1,0.090794317,0,0.050449431,1,1,1,1,1,0.067550391,0,0.155000269,1,1,1,1,1,0.434766769,0,0.676594973,0.676750582,0.676861702
-1459,1,0.4722,1,1,1,1,1,1,1,1,0.0619,0.4722,0,1,0.3317,1,1,1,1,1,1,0.0952,0.3317,0,1,0.595,1,1,1,0.3082,0.595,0,1,1,1,1,1,0.130821213,0,0.054654043,1,1,1,1,1,0.1487111,0,0.292370677,1,1,1,1,1,0.414321601,0,0.659014016,0.658980326,0.659131206
-1460,1,0.4728,1,1,1,1,1,1,1,1,0.0868,0.4728,0,1,0.3319,1,1,1,1,1,1,0.1242,0.3319,0,1,0.5949,1,1,1,0.2808,0.5949,0,1,1,1,1,1,0.153709069,0,0.109856233,1,1,1,1,1,0.185637787,0,0.829612911,1,1,1,1,1,0.436375648,0,0.634243596,0.634228898,0.634308511
-1461,1,0.4734,1,1,1,1,1,1,1,1,0.1108,0.4734,0,1,0.3321,1,1,1,1,1,1,0.2067,0.3321,0,1,0.5949,1,1,1,0.2485,0.5949,0,1,1,1,1,1,0.166512772,0,0.139930442,1,1,1,1,1,0.266869664,0,0.912310541,1,1,1,1,1,0.472139716,0,0.600289995,0.600380791,0.600620567
-1462,1,0.474,1,1,1,1,1,1,1,1,0.1235,0.474,0,1,0.3324,1,1,1,1,1,1,0.1643,0.3324,0,1,0.5949,1,1,1,0.3336,0.5949,0,1,1,1,1,1,0.146909863,0,0.391067952,1,1,1,1,1,0.204822153,0,1,1,1,1,1,1,0.606206357,0,0.555219913,0.555320499,0.555407801
-1463,1,0.4746,1,1,1,1,1,1,1,1,0.2239,0.4746,0,1,0.3326,1,1,1,1,1,1,0.3317,0.3326,0,1,0.5949,1,1,1,0.3559,0.5949,0,1,1,1,1,1,0.269388497,0,0.807666779,1,1,1,1,1,0.406913042,0,1,1,1,1,1,1,0.672877729,0,0.509424843,0.509414005,0.509751773
-1464,1,0.4752,1,1,1,1,1,1,1,1,0.2186,0.4752,0,1,0.3328,1,1,1,1,1,1,0.4122,0.3328,0,1,0.5949,1,1,1,0.3396,0.5949,0,1,1,1,1,1,0.295049578,0,1,1,1,1,1,1,0.487999976,0,0.999193788,1,1,1,1,1,0.670425117,0,0.477464959,0.477469854,0.477393617
-1465,1,0.4758,1,1,1,1,1,1,1,1,0.3517,0.4758,0,1,0.3331,1,1,1,1,1,1,0.5326,0.3331,0,1,0.5948,1,1,1,0.3756,0.5948,0,1,1,1,1,1,0.48993066,0,1,1,1,1,1,1,0.624202669,0,1,1,1,1,1,1,0.694090962,0,0.457890285,0.457795642,0.457890071
-1466,1,0.4764,1,1,1,1,1,1,1,1,0.474,0.4764,0,1,0.3333,1,1,1,1,1,1,0.4499,0.3333,0,1,0.5948,1,1,1,0.3951,0.5948,0,1,1,1,1,1,0.471177936,0,1,1,1,1,1,1,0.558007896,0,1,1,1,1,1,1,0.696803749,0,0.445565491,0.445525703,0.445478723
-1467,1,0.477,1,1,1,1,1,1,1,1,0.4784,0.477,0,1,0.3335,1,1,1,1,1,1,0.2817,0.3335,0,1,0.5948,1,1,1,0.3928,0.5948,0,1,1,1,1,1,0.427010179,0,1,1,1,1,1,1,0.402901322,0,1,1,1,1,1,1,0.645138085,0,0.439101015,0.438967633,0.438829787
-1468,1,0.4776,1,1,1,1,1,1,1,1,0.437,0.4776,0,1,0.3338,1,1,1,1,1,1,0.4271,0.3338,0,1,0.5948,1,1,1,0.4562,0.5948,0,1,1,1,1,1,0.396080464,0,1,1,1,1,1,1,0.548188508,0,1,1,1,1,1,1,0.748088777,0,0.440913485,0.440871589,0.440602837
-1469,1,0.4782,1,1,1,1,1,1,1,1,0.4329,0.4782,0,1,0.334,1,1,1,1,1,1,0.4083,0.334,0,1,0.5948,1,1,1,0.5714,0.5948,0,1,1,1,1,1,0.4095411,0,1,1,1,1,1,1,0.569811344,0,1,1,1,1,1,1,0.876476526,0,0.455473659,0.455468585,0.455673759
-1470,1,0.4788,1,1,1,1,1,1,1,1,0.4344,0.4788,0,1,0.3342,1,1,1,1,1,1,0.3632,0.3342,0,1,0.5948,1,1,1,0.6546,0.5948,0,1,1,1,1,1,0.393673003,0,1,1,1,1,1,1,0.538909674,0,1,1,1,1,1,1,0.910119295,0,0.481875302,0.481912418,0.481826241
-1471,1,0.4794,1,1,1,1,1,1,1,1,0.2777,0.4794,0,1,0.3345,1,1,1,1,1,1,0.1228,0.3345,0,1,0.5947,1,1,1,0.6673,0.5947,0.0454,1,1,1,1,1,0.233857065,0,1,1,1,1,1,1,0.281160951,0,1,1,1,1,1,1,0.939406276,0.000158409,0.514318511,0.51427967,0.51462766
-1472,1,0.48,1,1,1,1,1,1,1,1,0.2548,0.48,0.0075,1,0.3347,1,1,1,1,1,1,0.0851,0.3347,0.0049,1,0.5947,1,1,1,0.6197,0.5947,0.2683,1,1,1,1,1,0.126435742,0.016767081,1,1,1,1,1,1,0.192366257,0.005097856,1,1,1,1,1,1,0.886193216,0.002556141,0.553890768,0.553839645,0.554078014
-1473,1,0.4806,1,1,1,1,1,1,1,1,0.2763,0.4806,0.0829,1,0.3349,1,1,1,1,1,1,0.0834,0.3349,0.0507,1,0.5947,1,1,1,0.5699,0.5947,0.172,1,1,1,1,1,0.151731223,0.136652529,1,1,1,1,1,1,0.146835387,0.035024069,1,1,1,1,1,1,0.813308299,0.025795203,0.583131948,0.583033637,0.583333333
-1474,1,0.4812,1,1,1,1,1,1,1,1,0.1695,0.4812,0.106,1,0.3352,1,1,1,1,1,1,0.0122,0.3352,0.0354,1,0.5947,1,1,1,0.6417,0.5947,0.1674,1,1,1,1,1,0.062204644,0.152659342,1,1,1,1,1,1,0.029567886,0.061835174,1,1,1,1,1,1,0.802486658,0.156311408,0.596483809,0.596572879,0.596631206
-1475,1,0.4818,1,1,1,1,1,1,1,1,0.1502,0.4818,0.1481,1,0.3354,1,1,1,1,1,1,0,0.3354,0.1404,1,0.5947,1,1,1,0.6049,0.5947,0.2111,1,1,1,1,1,0.046351451,0.223132804,1,1,1,1,1,1,0.009951118,0.221889228,1,1,1,1,1,1,0.772704542,0.151675478,0.599202513,0.599111487,0.59929078
-1476,1,0.4824,1,1,1,1,1,1,1,1,0.1546,0.4824,0.1729,1,0.3356,1,1,1,1,1,1,0.0213,0.3356,0.1899,1,0.5946,1,1,1,0.4834,0.5946,0.2479,1,1,1,1,1,0.047368135,0.275656879,1,1,1,1,1,1,0.048096407,0.253947735,1,1,1,1,1,1,0.681399703,0.278237224,0.590381827,0.59043791,0.590868794
-1477,1,0.483,1,1,1,1,1,1,1,1,0.1938,0.483,0.2197,1,0.3359,1,1,1,1,1,1,0.0148,0.3359,0.2374,1,0.5946,1,1,1,0.3389,0.5946,0.322,1,1,1,1,1,0.077854082,0.336820513,1,1,1,1,1,1,0.036151186,0.395382643,1,1,1,1,1,1,0.401138157,0.3505584,0.57322378,0.573302306,0.57358156
-1478,1,0.4836,1,1,1,1,1,1,1,1,0.1978,0.4836,0.1981,1,0.3361,1,1,1,1,1,1,0.1023,0.3361,0.3049,1,0.5946,1,1,1,0.2014,0.5946,0.4038,1,1,1,1,1,0.063200928,0.336473942,1,1,1,1,1,1,0.113011718,0.531285286,1,1,1,1,1,1,0.311431229,0.33545208,0.55582407,0.555743601,0.555851064
-1479,1,0.4842,1,1,1,1,1,1,1,1,0.3191,0.4842,0.2511,1,0.3363,1,1,1,1,1,1,0.5985,0.3363,0.327,1,0.5946,1,1,1,0.1103,0.5946,0.369,1,1,1,1,1,0.293522865,0.422080398,1,1,1,1,1,1,0.511190057,0.679573655,1,1,1,1,1,1,0.245810598,0.352280498,0.544465926,0.544531415,0.544326241
-1480,1,0.4848,1,1,1,1,1,1,1,1,0.3346,0.4848,0.2893,1,0.3366,1,1,1,1,1,1,0.6503,0.3366,0.3624,1,0.5946,1,1,1,0.1185,0.5946,0.2859,1,1,1,1,1,0.373637229,0.616692185,1,1,1,1,1,1,0.56341958,0.730983198,1,1,1,1,1,1,0.308830529,0.398242712,0.546701305,0.546646922,0.546542553
-1481,1,0.4854,1,1,1,1,1,1,1,1,0.318,0.4854,0.0931,1,0.3368,1,1,1,1,1,1,0.6959,0.3368,0.1473,1,0.5946,1,1,1,0.2026,0.5946,0.0542,1,1,1,1,1,0.443012595,0.326315731,1,1,1,1,1,1,0.637347996,0.454033822,1,1,1,1,1,1,0.336714149,0.18829155,0.575036249,0.574994711,0.57535461
-1482,1,0.486,1,1,1,1,1,1,1,1,0.2786,0.486,0,1,0.337,1,1,1,1,1,1,0.5222,0.337,0,1,0.5945,1,1,1,0.1927,0.5945,0,1,1,1,1,1,0.462583244,0,1,1,1,1,1,1,0.630622029,0,1,1,1,1,1,1,0.282986641,0,0.611466892,0.611592977,0.611702128
-1483,1,0.4866,1,1,1,1,1,1,1,1,0.37,0.4866,0,1,0.3373,1,1,1,1,1,1,0.3222,0.3373,0,1,0.5945,1,1,1,0.2924,0.5945,0,1,1,1,1,1,0.466991663,0,1,1,1,1,1,1,0.44465667,0,1,1,1,1,1,1,0.490888178,0,0.597873369,0.597842183,0.597960993
-1484,1,0.4872,1,1,1,1,1,1,1,1,0.2926,0.4872,0,1,0.3375,1,1,1,1,1,1,0.5625,0.3375,0,1,0.5945,1,1,1,0.2762,0.5945,0,1,1,1,1,1,0.326022953,0,1,1,1,1,1,1,0.672228217,0,1,1,1,1,1,1,0.539395928,0,0.579144514,0.579225725,0.579343972
-1485,1,0.4878,1,1,1,1,1,1,1,1,0.5474,0.4878,0,1,0.3377,1,1,1,1,1,1,0.3875,0.3377,0,1,0.5945,1,1,1,0.3572,0.5945,0,1,1,1,1,1,0.561423182,0,1,1,1,1,1,1,0.532287121,0,1,1,1,1,1,1,0.475714564,0,0.550447076,0.550454834,0.550531915
-1486,1,0.4884,1,1,1,1,1,1,1,1,0.6628,0.4884,0,1,0.338,1,1,1,1,1,1,0.3346,0.338,0,1,0.5945,1,1,1,0.413,0.5945,0,1,1,1,1,1,0.702121735,0,1,1,1,1,1,1,0.506600618,0,1,1,1,1,1,1,0.500717819,0,0.514560174,0.514702771,0.51462766
-1487,1,0.489,1,1,1,1,1,1,1,1,0.5306,0.489,0,1,0.3382,1,1,1,1,1,1,0.4894,0.3382,0,1,0.5944,1,1,1,0.4878,0.5944,0,1,1,1,1,1,0.592050672,0,1,1,1,1,1,1,0.594060659,0,1,1,1,1,1,1,0.637212634,0,0.477162881,0.477258303,0.476950355
-1488,1,0.4896,1,1,1,1,1,1,1,1,0.5144,0.4896,0,1,0.3384,1,1,1,1,1,1,0.5745,0.3384,0,1,0.5944,1,1,1,0.4669,0.5944,0,1,1,1,1,1,0.549934447,0,1,1,1,1,1,1,0.580389559,0,1,1,1,1,1,1,0.725654662,0,0.447257129,0.447218109,0.447251773
-1489,1,0.4902,1,1,1,1,1,1,1,1,0.4576,0.4902,0,1,0.3387,1,1,1,1,1,1,0.4326,0.3387,0,1,0.5944,1,1,1,0.5006,0.5944,0,1,1,1,1,1,0.505604684,0,1,1,1,1,1,1,0.533136606,0,1,1,1,1,1,1,0.819786668,0,0.4290116,0.429024751,0.429078014
-1490,1,0.4908,1,1,1,1,1,1,1,1,0.4611,0.4908,0,1,0.3389,1,1,1,1,1,1,0.2948,0.3389,0,1,0.5944,1,1,1,0.6019,0.5944,0,1,1,1,1,1,0.572264493,0,0.99257803,1,1,1,1,1,0.412082374,0,1,1,1,1,1,1,0.858103156,0,0.418861769,0.418870319,0.418882979
-1491,1,0.4914,1,1,1,1,1,1,1,1,0.332,0.4914,0,1,0.3391,1,1,1,1,1,1,0.2165,0.3391,0,1,0.5944,1,1,1,0.5517,0.5944,0,1,1,1,1,1,0.433350623,0,0.545916021,1,1,1,1,1,0.308668941,0,0.348807871,1,1,1,1,1,0.833776951,0,0.414693088,0.414639306,0.414893617
-1492,1,0.492,1,1,1,1,1,1,1,1,0.2637,0.492,0,1,0.3394,1,1,1,1,1,1,0.1931,0.3394,0,1,0.5944,1,1,1,0.5052,0.5944,0,1,1,1,1,1,0.366017401,0,0.171151966,1,1,1,1,1,0.265906602,0,0.26447019,1,1,1,1,1,0.818540514,0,0.417834703,0.417812566,0.417553191
-1493,1,0.4926,1,1,1,1,1,1,1,1,0.1611,0.4926,0,1,0.3396,1,1,1,1,1,1,0.0972,0.3396,0,1,0.5943,1,1,1,0.4833,0.5943,0,1,1,1,1,1,0.257029861,0,0.076044418,1,1,1,1,1,0.166297078,0,0.19457069,1,1,1,1,1,0.826571584,0,0.429253262,0.429236302,0.429521277
-1494,1,0.4932,1,1,1,1,1,1,1,1,0.0844,0.4932,0,1,0.3398,1,1,1,1,1,1,0.0144,0.3398,0,1,0.5943,1,1,1,0.3692,0.5943,0,1,1,1,1,1,0.160023004,0,0.035946719,1,1,1,1,1,0.056021981,0,0.127109438,1,1,1,1,1,0.759704292,0,0.447559207,0.44764121,0.447251773
-1495,1,0.4938,1,1,1,1,1,1,1,1,0.0789,0.4938,0.0225,1,0.3401,1,1,1,1,1,1,0.0027,0.3401,0.0184,1,0.5943,1,1,1,0.3284,0.5943,0.0925,1,1,1,1,1,0.153576329,0.044885438,0.063634515,1,1,1,1,1,0.009534962,0.033923261,0.268246353,1,1,1,1,1,0.606556356,0.153328478,0.473840019,0.473661942,0.473847518
-1496,1,0.4944,1,1,1,1,1,1,1,1,0.0437,0.4944,0.1601,1,0.3403,1,1,1,1,1,1,0.0054,0.3403,0.1664,1,0.5943,1,1,1,0.2563,0.5943,0.2424,1,1,1,1,1,0.094674103,0.269106686,0.021243481,1,1,1,1,1,0.009012634,0.254819751,0.052057859,1,1,1,1,1,0.496676236,0.339585066,0.511962301,0.511952613,0.511968085
-1497,1,0.495,1,1,1,1,1,1,1,1,0.0123,0.495,0.2694,1,0.3406,1,1,1,1,1,1,0.0124,0.3406,0.2802,1,0.5943,1,1,1,0.1308,0.5943,0.384,1,1,1,1,1,0.042170804,0.38435331,0.063890681,1,1,1,1,1,0.019682148,0.409950733,0.035039794,1,1,1,1,1,0.194045871,0.419688135,0.541928468,0.541992807,0.542109929
-1498,1,0.4956,1,1,1,1,1,1,1,1,0.0064,0.4956,0.3401,1,0.3408,1,1,1,1,1,1,0.0065,0.3408,0.3801,1,0.5942,1,1,1,0.1129,0.5942,0.3817,1,1,1,1,1,0.027644167,0.520602942,0.114222281,1,1,1,1,1,0.017014949,0.592956305,0,1,1,1,1,1,0.109531678,0.477905691,0.555280329,0.555320499,0.555407801
-1499,1,0.4962,1,1,1,1,1,1,1,1,0.024,0.4962,0.3964,1,0.341,1,1,1,1,1,1,0.0071,0.341,0.4466,1,0.5942,1,1,1,0.0638,0.5942,0.3952,1,1,1,1,1,0.064090587,0.61809355,0.068158671,1,1,1,1,1,0.02196797,0.730536342,0.002093717,1,1,1,1,1,0.06176256,0.611729681,0.560355244,0.560397715,0.56072695
-1500,1,0.4968,1,1,1,1,1,1,1,1,0.0166,0.4968,0.429,1,0.3413,1,1,1,1,1,1,0.0061,0.3413,0.5091,1,0.5942,1,1,1,0.0496,0.5942,0.3997,1,1,1,1,1,0.049363542,0.639919519,0.088903382,1,1,1,1,1,0.015290962,0.7829386,0,1,1,1,1,1,0.06801042,0.610709667,0.559207347,0.559128411,0.558953901
-1501,1,0.4974,1,1,1,1,1,1,1,1,0.0175,0.4974,0.4177,1,0.3415,1,1,1,1,1,1,0.003,0.3415,0.4771,1,0.5942,1,1,1,0.0956,0.5942,0.3884,1,1,1,1,1,0.034275468,0.628247261,0.026340038,1,1,1,1,1,0.00870211,0.649605215,0,1,1,1,1,1,0.0951894,0.623983324,0.550688739,0.550666385,0.550975177
-1502,1,0.498,1,1,1,1,1,1,1,1,0.021,0.498,0.4012,1,0.3417,1,1,1,1,1,1,0.0137,0.3417,0.3706,1,0.5942,1,1,1,0.0909,0.5942,0.4084,1,1,1,1,1,0.047722314,0.570636868,0.06147531,1,1,1,1,1,0.031341441,0.534113884,0,1,1,1,1,1,0.126306608,0.684868574,0.545311745,0.545377618,0.545212766
-1503,1,0.4986,1,1,1,1,1,1,1,1,0.0094,0.4986,0.3398,1,0.342,1,1,1,1,1,1,0.055,0.342,0.3706,1,0.5941,1,1,1,0.1863,0.5941,0.3863,1,1,1,1,1,0.047855951,0.504211068,0.037697971,1,1,1,1,1,0.100998409,0.535456896,0,1,1,1,1,1,0.256611288,0.632180154,0.545432576,0.545589169,0.545656028
-1504,1,0.4992,1,1,1,1,1,1,1,1,0.0192,0.4992,0.2407,1,0.3422,1,1,1,1,1,1,0.1205,0.3422,0.2872,1,0.5941,1,1,1,0.1882,0.5941,0.2416,1,1,1,1,1,0.077282041,0.445455372,0.039093956,1,1,1,1,1,0.167979509,0.467538893,0.010367277,1,1,1,1,1,0.235390529,0.505751491,0.558844853,0.55870531,0.558953901
-1505,1,0.4998,1,1,1,1,1,1,1,1,0.0461,0.4998,0.0868,1,0.3424,1,1,1,1,1,1,0.1137,0.3424,0.1182,1,0.5941,1,1,1,0.1013,0.5941,0.0589,1,1,1,1,1,0.139852479,0.284459889,0.007918805,1,1,1,1,1,0.128826976,0.282834798,0.023934295,1,1,1,1,1,0.129371941,0.296040952,0.59660464,0.59678443,0.597074468
-1506,1,0.5004,1,1,1,1,1,1,1,1,0.119,0.5004,0,1,0.3427,1,1,1,1,1,1,0.0708,0.3427,0,1,0.5941,1,1,1,0.2073,0.5941,0,1,1,1,1,1,0.249654144,0,0.014802895,1,1,1,1,1,0.104352146,0,0.05073848,1,1,1,1,1,0.232025012,0,0.63780812,0.637825259,0.63785461
-1507,1,0.501,1,1,1,1,1,1,1,1,0.0968,0.501,0,1,0.3429,1,1,1,1,1,1,0.0188,0.3429,0,1,0.5941,1,1,1,0.2674,0.5941,0,1,1,1,1,1,0.159881234,0,0.014252175,1,1,1,1,1,0.054014228,0,0.263895571,1,1,1,1,1,0.44653219,0,0.627839536,0.627882378,0.628102837
-1508,1,0.5016,1,1,1,1,1,1,1,1,0.0935,0.5016,0,1,0.3431,1,1,1,1,1,1,0.1187,0.3431,0,1,0.5941,1,1,1,0.2854,0.5941,0,1,1,1,1,1,0.193241999,0,0.01141595,1,1,1,1,1,0.147416398,0,0.655766726,1,1,1,1,1,0.546100855,0,0.603914935,0.603977153,0.604166667
-1509,1,0.5022,1,1,1,1,1,1,1,1,0.1518,0.5022,0,1,0.3434,1,1,1,1,1,1,0.1169,0.3434,0,1,0.594,1,1,1,0.2281,0.594,0,1,1,1,1,1,0.201605469,0,0.044721443,1,1,1,1,1,0.187421277,0,0.968544006,1,1,1,1,1,0.476611972,0,0.565671822,0.565686482,0.565602837
-1510,1,0.5028,1,1,1,1,1,1,1,1,0.2504,0.5028,0,1,0.3436,1,1,1,1,1,1,0.0988,0.3436,0,1,0.594,1,1,1,0.1717,0.594,0,1,1,1,1,1,0.205421031,0,0.229395524,1,1,1,1,1,0.198774621,0,1,1,1,1,1,1,0.287792623,0,0.519091348,0.518933785,0.519060284
-1511,1,0.5034,1,1,1,1,1,1,1,1,0.3273,0.5034,0,1,0.3438,1,1,1,1,1,1,0.2337,0.3438,0,1,0.594,1,1,1,0.2324,0.594,0,1,1,1,1,1,0.244026467,0,0.425031483,1,1,1,1,1,0.284535021,0,1,1,1,1,1,1,0.414514363,0,0.478129531,0.478104506,0.478280142
-1512,1,0.504,1,1,1,1,1,1,1,1,0.2628,0.504,0,1,0.3441,1,1,1,1,1,1,0.2571,0.3441,0,1,0.594,1,1,1,0.1944,0.594,0,1,1,1,1,1,0.246221781,0,0.517504156,1,1,1,1,1,0.261350721,0,1,1,1,1,1,1,0.375365645,0,0.451727888,0.451660673,0.451684397
-1513,1,0.5046,1,1,1,1,1,1,1,1,0.3088,0.5046,0,1,0.3443,1,1,1,1,1,1,0.3382,0.3443,0,1,0.594,1,1,1,0.1957,0.594,0,1,1,1,1,1,0.273677737,0,0.8923136,1,1,1,1,1,0.339039803,0,1,1,1,1,1,1,0.358263403,0,0.439705172,0.439813835,0.439716312
-1514,1,0.5052,1,1,1,1,1,1,1,1,0.2935,0.5052,0,1,0.3445,1,1,1,1,1,1,0.253,0.3445,0,1,0.5939,1,1,1,0.1971,0.5939,0,1,1,1,1,1,0.296796173,0,0.757583678,1,1,1,1,1,0.230932683,0,1,1,1,1,1,1,0.328679711,0,0.435596907,0.435582822,0.43572695
-1515,1,0.5058,1,1,1,1,1,1,1,1,0.2319,0.5058,0,1,0.3448,1,1,1,1,1,1,0.158,0.3448,0,1,0.5939,1,1,1,0.1682,0.5939,0,1,1,1,1,1,0.216292739,0,0.611205399,1,1,1,1,1,0.191687226,0,0.985776246,1,1,1,1,1,0.351458937,0,0.438738521,0.438756082,0.438829787
-1516,1,0.5064,1,1,1,1,1,1,1,1,0.2021,0.5064,0,1,0.345,1,1,1,1,1,1,0.2148,0.345,0,1,0.5939,1,1,1,0.196,0.5939,0,1,1,1,1,1,0.186104119,0,0.328879654,1,1,1,1,1,0.268593431,0,0.747401595,1,1,1,1,1,0.38629514,0,0.455775737,0.455680135,0.455673759
-1517,1,0.507,1,1,1,1,1,1,1,1,0.1842,0.507,0,1,0.3452,1,1,1,1,1,1,0.2071,0.3452,0,1,0.5939,1,1,1,0.2109,0.5939,0,1,1,1,1,1,0.162532166,0,0.242443398,1,1,1,1,1,0.240081683,0,0.982414186,1,1,1,1,1,0.3958565,0,0.503383277,0.503279035,0.503546099
-1518,1,0.5076,1,1,1,1,1,1,1,1,0.2302,0.5076,0,1,0.3455,1,1,1,1,1,1,0.1736,0.3455,0,1,0.5939,1,1,1,0.3175,0.5939,0,1,1,1,1,1,0.237917796,0,0.158644855,1,1,1,1,1,0.199077234,0,0.940948486,1,1,1,1,1,0.506935596,0,0.576123731,0.576052465,0.576241135
-1519,1,0.5082,1,1,1,1,1,1,1,1,0.1163,0.5082,0.1375,1,0.3457,1,1,1,1,1,1,0.0702,0.3457,0.1477,1,0.5939,1,1,1,0.221,0.5939,0.1184,1,1,1,1,1,0.057165042,0.401354492,0.132770866,1,1,1,1,1,0.093473658,0.421206087,0.853064179,1,1,1,1,1,0.455031157,0.402024746,0.616662639,0.616670193,0.616578014
-1520,1,0.5088,1,1,1,1,1,1,1,1,0.2503,0.5088,0.3806,1,0.3459,1,1,1,1,1,1,0.1843,0.3459,0.3948,1,0.5938,1,1,1,0.2187,0.5938,0.3122,1,1,1,1,1,0.222654551,0.723481596,0.36579296,1,1,1,1,1,0.208840087,0.767897248,0.97792536,1,1,1,1,1,0.442949504,0.724544168,0.624818753,0.624709118,0.625
-1521,1,0.5094,1,1,1,1,1,1,1,1,0.274,0.5094,0.5627,1,0.3462,1,1,1,1,1,1,0.2337,0.3462,0.584,1,0.5938,1,1,1,0.2226,0.5938,0.4339,1,1,1,1,1,0.272586077,0.913457394,0.839491129,1,1,1,1,1,0.249750286,0.966103077,1,1,1,1,1,1,0.458725989,0.891388297,0.626329145,0.626401523,0.62677305
-1522,1,0.51,1,1,1,1,1,1,1,1,0.3605,0.51,0.7102,1,0.3464,1,1,1,1,1,1,0.4642,0.3464,0.7282,1,0.5938,1,1,1,0.3714,0.5938,0.589,1,1,1,1,1,0.393836915,0.978453755,0.980626583,1,1,1,1,1,0.412813991,1,0.972071528,1,1,1,1,1,0.701001167,0.922099471,0.627174964,0.627247726,0.627216312
-1523,1,0.5106,1,1,1,1,1,1,1,1,0.302,0.5106,0.7463,1,0.3466,1,1,1,1,1,1,0.3909,0.3466,0.7649,1,0.5938,1,1,1,0.3436,0.5938,0.6519,1,1,1,1,1,0.333189875,0.989519954,0.981619596,1,1,1,1,1,0.371098429,1,0.808559716,1,1,1,1,1,0.67985642,0.951832891,0.62318753,0.623228263,0.62322695
-1524,1,0.5112,1,1,1,1,1,1,1,1,0.2733,0.5112,0.7455,1,0.3469,1,1,1,1,1,1,0.2359,0.3469,0.7661,1,0.5938,1,1,1,0.1905,0.5938,0.6772,1,1,1,1,1,0.230534464,0.994743228,0.998116612,1,1,1,1,1,0.213746682,1,0.682944298,1,1,1,1,1,0.395038188,0.979560435,0.613883519,0.613708483,0.61391844
-1525,1,0.5118,1,1,1,1,1,1,1,1,0.2627,0.5118,0.7486,1,0.3471,1,1,1,1,1,1,0.3443,0.3471,0.7688,1,0.5937,1,1,1,0.2907,0.5937,0.7071,1,1,1,1,1,0.247349426,0.99934423,0.908228636,1,1,1,1,1,0.299793422,1,0.287645042,1,1,1,1,1,0.579223096,0.996462286,0.607056549,0.606938862,0.607269504
-1526,1,0.5124,1,1,1,1,1,1,1,1,0.344,0.5124,0.7211,1,0.3473,1,1,1,1,1,1,0.3999,0.3473,0.7453,1,0.5937,1,1,1,0.2575,0.5937,0.6782,1,1,1,1,1,0.333247662,0.999901295,0.930409074,1,1,1,1,1,0.331087768,0.999911726,0.253474087,1,1,1,1,1,0.495921463,0.994435728,0.596846303,0.59678443,0.597074468
-1527,1,0.513,1,1,1,1,1,1,1,1,0.3479,0.513,0.5753,1,0.3476,1,1,1,1,1,1,0.3819,0.3476,0.5992,1,0.5937,1,1,1,0.2957,0.5937,0.5303,1,1,1,1,1,0.398359597,0.987040997,0.923501015,1,1,1,1,1,0.358259261,0.987933755,0.148258388,1,1,1,1,1,0.544527113,0.93437016,0.594308845,0.594457373,0.594414894
-1528,1,0.5136,1,1,1,1,1,1,1,1,0.355,0.5136,0.3772,1,0.3478,1,1,1,1,1,1,0.5018,0.3478,0.4054,1,0.5937,1,1,1,0.3933,0.5937,0.333,1,1,1,1,1,0.417876124,0.795351624,0.730341733,1,1,1,1,1,0.467477709,0.797176838,0.080217019,1,1,1,1,1,0.722610772,0.739397407,0.607781537,0.607785065,0.607712766
-1529,1,0.5142,1,1,1,1,1,1,1,1,0.3389,0.5142,0.1252,1,0.348,1,1,1,1,1,1,0.5596,0.348,0.1689,1,0.5937,1,1,1,0.4165,0.5937,0.0911,1,1,1,1,1,0.438909471,0.459366858,0.666773796,1,1,1,1,1,0.481414586,0.490369886,0.085778281,1,1,1,1,1,0.774807274,0.372861594,0.648682939,0.648614343,0.64893617
-1530,1,0.5148,1,1,1,1,1,1,1,1,0.3027,0.5148,0,1,0.3483,1,1,1,1,1,1,0.5204,0.3483,0,1,0.5937,1,1,1,0.3351,0.5937,0,1,1,1,1,1,0.325690359,0,0.517974317,1,1,1,1,1,0.542087913,0,0.381978273,1,1,1,1,1,0.664096713,0,0.694780087,0.694732388,0.695035461
-1531,1,0.5154,1,1,1,1,1,1,1,1,0.25,0.5154,0,1,0.3485,1,1,1,1,1,1,0.6291,0.3485,0,1,0.5936,1,1,1,0.369,0.5936,0,1,1,1,1,1,0.291058332,0,0.510727048,1,1,1,1,1,0.61370492,0,0.742220998,1,1,1,1,1,0.695466101,0,0.685476075,0.685424159,0.68572695
-1532,1,0.516,1,1,1,1,1,1,1,1,0.1496,0.516,0,1,0.3487,1,1,1,1,1,1,0.2461,0.3487,0,1,0.5936,1,1,1,0.4338,0.5936,0,1,1,1,1,1,0.15745604,0,0.821688533,1,1,1,1,1,0.159373268,0,1,1,1,1,1,1,0.836431086,0,0.660947318,0.660884282,0.660904255
-1533,1,0.5166,1,1,1,1,1,1,1,1,0.1502,0.5166,0,1,0.349,1,1,1,1,1,1,0.451,0.349,0,1,0.5936,1,1,1,0.4162,0.5936,0,1,1,1,1,1,0.176233798,0,0.92461437,1,1,1,1,1,0.423031449,0,1,1,1,1,1,1,0.799699485,0,0.619441759,0.619631902,0.619680851
-1534,1,0.5172,1,1,1,1,1,1,1,1,0.1766,0.5172,0,1,0.3492,1,1,1,1,1,1,0.4751,0.3492,0,1,0.5936,1,1,1,0.3383,0.5936,0,1,1,1,1,1,0.156323105,0,0.883757532,1,1,1,1,1,0.426481783,0,1,1,1,1,1,1,0.661871612,0,0.564765587,0.564628729,0.565159574
-1535,1,0.5178,1,1,1,1,1,1,1,1,0.2282,0.5178,0,1,0.3494,1,1,1,1,1,1,0.1944,0.3494,0,1,0.5936,1,1,1,0.3783,0.5936,0,1,1,1,1,1,0.089333974,0,1,1,1,1,1,1,0.22275421,0,1,1,1,1,1,1,0.702108383,0,0.51782262,0.517664481,0.517730496
-1536,1,0.5184,1,1,1,1,1,1,1,1,0.3397,0.5184,0,1,0.3497,1,1,1,1,1,1,0.2574,0.3497,0,1,0.5935,1,1,1,0.3557,0.5935,0,1,1,1,1,1,0.198557124,0,0.997292638,1,1,1,1,1,0.312620521,0,1,1,1,1,1,1,0.661284447,0,0.488279362,0.488258938,0.488475177
-1537,1,0.519,1,1,1,1,1,1,1,1,0.3249,0.519,0,1,0.3499,1,1,1,1,1,1,0.2861,0.3499,0,1,0.5935,1,1,1,0.3852,0.5935,0,1,1,1,1,1,0.232267097,0,0.996933699,1,1,1,1,1,0.292945117,0,1,1,1,1,1,1,0.659402847,0,0.475289995,0.475354347,0.475177305
-1538,1,0.5196,1,1,1,1,1,1,1,1,0.3255,0.5196,0,1,0.3501,1,1,1,1,1,1,0.3246,0.3501,0,1,0.5935,1,1,1,0.3626,0.5935,0,1,1,1,1,1,0.265490353,0,1,1,1,1,1,1,0.339881301,0,1,1,1,1,1,1,0.610947371,0,0.470275495,0.470277131,0.470301418
-1539,1,0.5202,1,1,1,1,1,1,1,1,0.3212,0.5202,0,1,0.3504,1,1,1,1,1,1,0.1862,0.3504,0,1,0.5935,1,1,1,0.2604,0.5935,0,1,1,1,1,1,0.187989026,0,1,1,1,1,1,1,0.233305961,0,1,1,1,1,1,1,0.395374328,0,0.472450459,0.472604189,0.47251773
-1540,1,0.5208,1,1,1,1,1,1,1,1,0.3483,0.5208,0,1,0.3506,1,1,1,1,1,1,0.0951,0.3506,0,1,0.5935,1,1,1,0.3385,0.5935,0,1,1,1,1,1,0.200842947,0,1,1,1,1,1,1,0.147392035,0,1,1,1,1,1,1,0.594175637,0,0.488400193,0.488470489,0.488475177
-1541,1,0.5214,1,1,1,1,1,1,1,1,0.3277,0.5214,0,1,0.3508,1,1,1,1,1,1,0.1033,0.3508,0,1,0.5935,1,1,1,0.3848,0.5935,0,1,1,1,1,1,0.191434443,0,1,1,1,1,1,1,0.152669296,0,1,1,1,1,1,1,0.724620283,0,0.535041083,0.535011635,0.53501773
-1542,1,0.522,1,1,1,1,1,1,1,1,0.3235,0.522,0,1,0.3511,1,1,1,1,1,1,0.3182,0.3511,0,1,0.5934,1,1,1,0.3831,0.5934,0,1,1,1,1,1,0.255384654,0,1,1,1,1,1,1,0.408341348,0,1,1,1,1,1,1,0.754115522,0,0.605969067,0.605881109,0.605939716
-1543,1,0.5226,1,1,1,1,1,1,1,1,0.2762,0.5226,0.156,1,0.3513,1,1,1,1,1,1,0.2225,0.3513,0.166,1,0.5934,1,1,1,0.3689,0.5934,0.139,1,1,1,1,1,0.262080729,0.483776748,0.960467696,1,1,1,1,1,0.241964012,0.464433789,0.967728555,1,1,1,1,1,0.743842661,0.506894112,0.643547608,0.643537127,0.643617021
-1544,1,0.5232,1,1,1,1,1,1,1,1,0.2765,0.5232,0.404,1,0.3515,1,1,1,1,1,1,0.2767,0.3515,0.415,1,0.5934,1,1,1,0.3076,0.5934,0.3795,1,1,1,1,1,0.193793297,0.814071298,0.938319087,1,1,1,1,1,0.171248972,0.800797641,0.997009277,1,1,1,1,1,0.600612879,0.83468914,0.646930884,0.646921938,0.647163121
-1545,1,0.5238,1,1,1,1,1,1,1,1,0.1304,0.5238,0.5895,1,0.3518,1,1,1,1,1,1,0.0151,0.3518,0.5985,1,0.5934,1,1,1,0.0827,0.5934,0.593,1,1,1,1,1,0.054422088,0.990100026,0.999763072,1,1,1,1,1,0.019202117,0.976729393,1,1,1,1,1,1,0.17930074,0.999327064,0.640103915,0.640152316,0.640070922
-1546,1,0.5244,1,1,1,1,1,1,1,1,0.1045,0.5244,0.7352,1,0.352,1,1,1,1,1,1,0.1514,0.352,0.7319,1,0.5934,1,1,1,0.1814,0.5934,0.7196,1,1,1,1,1,0.086182997,1,0.583948493,1,1,1,1,1,0.137930632,1,0.660050571,1,1,1,1,1,0.402560294,1,0.637083132,0.637190607,0.637411348
-1547,1,0.525,1,1,1,1,1,1,1,1,0.0368,0.525,0.7585,1,0.3522,1,1,1,1,1,1,0.1313,0.3522,0.7612,1,0.5933,1,1,1,0.2082,0.5933,0.7427,1,1,1,1,1,0.031177094,1,0.413773507,1,1,1,1,1,0.108538367,1,0.350335062,1,1,1,1,1,0.423941344,1,0.632068632,0.632113391,0.632092199
-1548,1,0.5256,1,1,1,1,1,1,1,1,0.077,0.5256,0.7574,1,0.3525,1,1,1,1,1,1,0.0958,0.3525,0.7616,1,0.5933,1,1,1,0.1119,0.5933,0.7419,1,1,1,1,1,0.061385352,1,0.262270868,1,1,1,1,1,0.079590276,1,0.209713086,1,1,1,1,1,0.230592608,1,0.620650072,0.620689655,0.620567376
-1549,1,0.5262,1,1,1,1,1,1,1,1,0.0498,0.5262,0.7564,1,0.3527,1,1,1,1,1,1,0.0143,0.3527,0.7613,1,0.5933,1,1,1,0.0525,0.5933,0.7424,1,1,1,1,1,0.036392156,1,0.15420559,1,1,1,1,1,0.016385268,1,0.158462316,1,1,1,1,1,0.108577907,1,0.613521025,0.613496933,0.61391844
-1550,1,0.5268,1,1,1,1,1,1,1,1,0.067,0.5268,0.7218,1,0.353,1,1,1,1,1,1,0.0121,0.353,0.734,1,0.5933,1,1,1,0.0587,0.5933,0.6984,1,1,1,1,1,0.058449108,1,0.246384919,1,1,1,1,1,0.014795569,1,0.101129323,1,1,1,1,1,0.140876532,1,0.603250362,0.603342501,0.603280142
-1551,1,0.5274,1,1,1,1,1,1,1,1,0.0571,0.5274,0.5695,1,0.3532,1,1,1,1,1,1,0.0102,0.3532,0.5963,1,0.5933,1,1,1,0.0813,0.5933,0.5422,1,1,1,1,1,0.056665756,0.97612685,0.216501474,1,1,1,1,1,0.010910358,0.970461965,0.050421733,1,1,1,1,1,0.20266588,0.965329587,0.595577574,0.595726677,0.595744681
-1552,1,0.528,1,1,1,1,1,1,1,1,0.0694,0.528,0.3748,1,0.3534,1,1,1,1,1,1,0.0358,0.3534,0.4114,1,0.5932,1,1,1,0.072,0.5932,0.3423,1,1,1,1,1,0.099626571,0.791853249,0.123714931,1,1,1,1,1,0.029488731,0.787945569,0.127282739,1,1,1,1,1,0.193381622,0.774445355,0.606694055,0.606727311,0.606826241
-1553,1,0.5286,1,1,1,1,1,1,1,1,0.0264,0.5286,0.1256,1,0.3537,1,1,1,1,1,1,0.0148,0.3537,0.1663,1,0.5932,1,1,1,0.1195,0.5932,0.0972,1,1,1,1,1,0.042031806,0.457255661,0.215923622,1,1,1,1,1,0.025589101,0.475779384,0.264528036,1,1,1,1,1,0.306165755,0.424264044,0.641070565,0.640998519,0.641400709
-1554,1,0.5292,1,1,1,1,1,1,1,1,0.0534,0.5292,0,1,0.3539,1,1,1,1,1,1,0.055,0.3539,0,1,0.5932,1,1,1,0.1628,0.5932,0,1,1,1,1,1,0.043649055,0,0.310427368,1,1,1,1,1,0.112034261,0,0.257292956,1,1,1,1,1,0.350272477,0,0.685596907,0.68563571,0.68572695
-1555,1,0.5298,1,1,1,1,1,1,1,1,0.0291,0.5298,0,1,0.3541,1,1,1,1,1,1,0.058,0.3541,0,1,0.5932,1,1,1,0.1319,0.5932,0,1,1,1,1,1,0.026875766,0,0.136234954,1,1,1,1,1,0.079116099,0,0.11578168,1,1,1,1,1,0.333191186,0,0.678830353,0.678866088,0.679078014
-1556,1,0.5304,1,1,1,1,1,1,1,1,0.0764,0.5304,0,1,0.3544,1,1,1,1,1,1,0.2384,0.3544,0,1,0.5932,1,1,1,0.0943,0.5932,0,1,1,1,1,1,0.057644419,0,0.217378199,1,1,1,1,1,0.204662398,0,0.115454718,1,1,1,1,1,0.231612176,0,0.655630739,0.655595515,0.656028369
-1557,1,0.531,1,1,1,1,1,1,1,1,0.0967,0.531,0,1,0.3546,1,1,1,1,1,1,0.3604,0.3546,0,1,0.5932,1,1,1,0.0735,0.5932,0,1,1,1,1,1,0.095883094,0,0.20558165,1,1,1,1,1,0.429821163,0,0.083650261,1,1,1,1,1,0.204467893,0,0.612977284,0.612862281,0.613031915
-1558,1,0.5316,1,1,1,1,1,1,1,1,0.1877,0.5316,0,1,0.3548,1,1,1,1,1,1,0.4591,0.3548,0,1,0.5931,1,1,1,0.0554,0.5931,0,1,1,1,1,1,0.241718143,0,0.317156315,1,1,1,1,1,0.534335077,0,0.10086152,1,1,1,1,1,0.079035863,0,0.555582407,0.555743601,0.555851064
-1559,1,0.5322,1,1,1,1,1,1,1,1,0.3311,0.5322,0,1,0.3551,1,1,1,1,1,1,0.6695,0.3551,0,1,0.5931,1,1,1,0.1163,0.5931,0,1,1,1,1,1,0.493620723,0,0.256201893,1,1,1,1,1,0.665404737,0,0.039497644,1,1,1,1,1,0.182821766,0,0.504652006,0.50475989,0.504432624
-1560,1,0.5328,1,1,1,1,1,1,1,1,0.3806,0.5328,0,1,0.3553,1,1,1,1,1,1,0.6213,0.3553,0,1,0.5931,1,1,1,0.1789,0.5931,0,1,1,1,1,1,0.592777312,0,0.149195015,1,1,1,1,1,0.642988801,0,0.181956276,1,1,1,1,1,0.324244827,0,0.473175447,0.473238841,0.472960993
-1561,1,0.5334,1,1,1,1,1,1,1,1,0.3486,0.5334,0,1,0.3555,1,1,1,1,1,1,0.6385,0.3555,0,1,0.5931,1,1,1,0.2135,0.5931,0,1,1,1,1,1,0.517985404,0,0.102514461,1,1,1,1,1,0.689819098,0,0.41589427,1,1,1,1,1,0.505919576,0,0.457165297,0.45716099,0.457446809
-1562,1,0.534,1,1,1,1,1,1,1,1,0.4482,0.534,0,1,0.3558,1,1,1,1,1,1,0.6365,0.3558,0,1,0.5931,1,1,1,0.2458,0.5931,0,1,1,1,1,1,0.620130897,0,0.27019456,1,1,1,1,1,0.643648863,0,0.438411027,1,1,1,1,1,0.677864969,0,0.448646689,0.448698963,0.449024823
-1563,1,0.5346,1,1,1,1,1,1,1,1,0.4484,0.5346,0,1,0.356,1,1,1,1,1,1,0.6943,0.356,0,1,0.593,1,1,1,0.2732,0.593,0,1,1,1,1,1,0.618587911,0,0.308137417,1,1,1,1,1,0.685104966,0,0.637724876,1,1,1,1,1,0.693961203,0,0.448888352,0.448910514,0.449024823
-1564,1,0.5352,1,1,1,1,1,1,1,1,0.5334,0.5352,0,1,0.3562,1,1,1,1,1,1,0.8376,0.3562,0,1,0.593,1,1,1,0.2634,0.593,0,1,1,1,1,1,0.621738613,0,0.306639552,1,1,1,1,1,0.762992978,0,0.771577835,1,1,1,1,1,0.642487586,0,0.46157564,0.461603554,0.461879433
-1565,1,0.5358,1,1,1,1,1,1,1,1,0.5323,0.5358,0,1,0.3565,1,1,1,1,1,1,0.595,0.3565,0,1,0.593,1,1,1,0.2343,0.593,0,1,1,1,1,1,0.548516572,0,0.391302884,1,1,1,1,1,0.539941072,0,0.677426696,1,1,1,1,1,0.444444835,0,0.506524891,0.506663846,0.506648936
-1566,1,0.5364,1,1,1,1,1,1,1,1,0.5598,0.5364,0,1,0.3567,1,1,1,1,1,1,0.6906,0.3567,0,1,0.593,1,1,1,0.2747,0.593,0,1,1,1,1,1,0.504590452,0,0.713812232,1,1,1,1,1,0.602782249,0,0.618970156,1,1,1,1,1,0.506469429,0,0.574311261,0.574360059,0.574468085
-1567,1,0.537,1,1,1,1,1,1,1,1,0.454,0.537,0.1417,1,0.3569,1,1,1,1,1,1,0.6856,0.3569,0.1471,1,0.593,1,1,1,0.2656,0.593,0.1099,1,1,1,1,1,0.408154339,0.442769974,0.861481071,1,1,1,1,1,0.56273967,0.415620238,0.68204999,1,1,1,1,1,0.516630113,0.39026767,0.608144031,0.607996615,0.608156028
-1568,1,0.5376,1,1,1,1,1,1,1,1,0.3085,0.5376,0.3746,1,0.3572,1,1,1,1,1,1,0.484,0.3572,0.3839,1,0.593,1,1,1,0.2203,0.593,0.3035,1,1,1,1,1,0.228254497,0.762160182,0.763051391,1,1,1,1,1,0.390257478,0.750620723,0.754218936,1,1,1,1,1,0.328400254,0.764740944,0.609231513,0.609265919,0.609485816
-1569,1,0.5382,1,1,1,1,1,1,1,1,0.6375,0.5382,0.555,1,0.3574,1,1,1,1,1,1,0.4636,0.3574,0.5632,1,0.5929,1,1,1,0.1925,0.5929,0.4643,1,1,1,1,1,0.308171183,0.936788559,0.994457245,1,1,1,1,1,0.488165975,0.940228045,0.987341404,1,1,1,1,1,0.268438369,0.895090878,0.605123248,0.605246457,0.605496454
-1570,1,0.5388,1,1,1,1,1,1,1,1,0.5965,0.5388,0.6888,1,0.3576,1,1,1,1,1,1,0.3707,0.3576,0.6936,1,0.5929,1,1,1,0.1937,0.5929,0.6647,1,1,1,1,1,0.273568451,0.984285474,1,1,1,1,1,1,0.412011564,0.996433437,1,1,1,1,1,1,0.33773005,0.970453739,0.60161914,0.601650095,0.601507092
-1571,1,0.5394,1,1,1,1,1,1,1,1,0.6244,0.5394,0.7151,1,0.3579,1,1,1,1,1,1,0.3582,0.3579,0.7288,1,0.5929,1,1,1,0.1904,0.5929,0.6901,1,1,1,1,1,0.313525498,0.997968912,1,1,1,1,1,1,0.398974657,0.999849916,1,1,1,1,1,1,0.306286961,0.988882959,0.594490092,0.594457373,0.594858156
-1572,1,0.54,1,1,1,1,1,1,1,1,0.568,0.54,0.7191,1,0.3581,1,1,1,1,1,1,0.2126,0.3581,0.7308,1,0.5929,1,1,1,0.2786,0.5929,0.6863,1,1,1,1,1,0.250249505,0.996667266,1,1,1,1,1,1,0.247472003,0.999885023,1,1,1,1,1,1,0.41372627,0.983587921,0.585669406,0.585572245,0.585992908
-1573,1,0.5406,1,1,1,1,1,1,1,1,0.5078,0.5406,0.7169,1,0.3583,1,1,1,1,1,1,0.1579,0.3583,0.7273,1,0.5929,1,1,1,0.4245,0.5929,0.6392,1,1,1,1,1,0.196273774,0.995894432,1,1,1,1,1,1,0.18203494,0.998825669,1,1,1,1,1,1,0.634953141,0.96023047,0.580654906,0.580706579,0.580673759
-1574,1,0.5412,1,1,1,1,1,1,1,1,0.5223,0.5412,0.6913,1,0.3586,1,1,1,1,1,1,0.1564,0.3586,0.7098,1,0.5928,1,1,1,0.0747,0.5928,0.6379,1,1,1,1,1,0.161538795,0.995304465,1,1,1,1,1,1,0.178897828,0.985819936,1,1,1,1,1,1,0.187039137,0.967498481,0.57002175,0.570129046,0.570035461
-1575,1,0.5418,1,1,1,1,1,1,1,1,0.4745,0.5418,0.5456,1,0.3588,1,1,1,1,1,1,0.1811,0.3588,0.5645,1,0.5928,1,1,1,0.0691,0.5928,0.5102,1,1,1,1,1,0.180149138,0.943608224,1,1,1,1,1,1,0.170582876,0.879755437,1,1,1,1,1,1,0.187170655,0.864057899,0.564826003,0.564840279,0.565159574
-1576,1,0.5424,1,1,1,1,1,1,1,1,0.5855,0.5424,0.3435,1,0.359,1,1,1,1,1,1,0.3191,0.359,0.3522,1,0.5928,1,1,1,0.4247,0.5928,0.3017,1,1,1,1,1,0.354545683,0.689433098,1,1,1,1,1,1,0.352526456,0.70636344,1,1,1,1,1,1,0.661942959,0.684351802,0.572680039,0.572667654,0.572695035
-1577,1,0.543,1,1,1,1,1,1,1,1,0.5818,0.543,0.1074,1,0.3593,1,1,1,1,1,1,0.2541,0.3593,0.1413,1,0.5928,1,1,1,0.5403,0.5928,0.066,1,1,1,1,1,0.453181565,0.290395975,1,1,1,1,1,1,0.304581672,0.386674434,1,1,1,1,1,1,0.836115837,0.366079122,0.604700338,0.604823355,0.605053191
-1578,1,0.5436,1,1,1,1,1,1,1,1,0.5596,0.5436,0,1,0.3595,1,1,1,1,1,1,0.3209,0.3595,0,1,0.5928,1,1,1,0.631,0.5928,0,1,1,1,1,1,0.550240397,0,1,1,1,1,1,1,0.414221346,0,1,1,1,1,1,1,0.892819583,0,0.646326728,0.646287286,0.646276596
-1579,1,0.5442,1,1,1,1,1,1,1,1,0.537,0.5442,0,1,0.3597,1,1,1,1,1,1,0.3474,0.3597,0,1,0.5928,1,1,1,0.5804,0.5928,0,1,1,1,1,1,0.571475267,0,1,1,1,1,1,1,0.423457146,0,1,1,1,1,1,1,0.922140181,0,0.636478975,0.636555955,0.636968085
-1580,1,0.5448,1,1,1,1,1,1,1,1,0.5935,0.5448,0,1,0.36,1,1,1,1,1,1,0.5626,0.36,0,1,0.5927,1,1,1,0.4469,0.5927,0,1,1,1,1,1,0.577341855,0,1,1,1,1,1,1,0.587526202,0,1,1,1,1,1,1,0.876328886,0,0.611950217,0.611804527,0.611702128
-1581,1,0.5454,1,1,1,1,1,1,1,1,0.5752,0.5454,0,1,0.3602,1,1,1,1,1,1,0.6834,0.3602,0,1,0.5927,1,1,1,0.5157,0.5927,0,1,1,1,1,1,0.590707898,0,1,1,1,1,1,1,0.65455699,0,1,1,1,1,1,1,0.890415072,0,0.569296762,0.569282843,0.569592199
-1582,1,0.5461,1,1,1,1,1,1,1,1,0.5973,0.5461,0,1,0.3604,1,1,1,1,1,1,0.7201,0.3604,0,1,0.5927,1,1,1,0.6573,0.5927,0,1,1,1,1,1,0.52090621,0,1,1,1,1,1,1,0.727207065,0,1,1,1,1,1,1,0.925126612,0,0.513835186,0.513645018,0.513741135
-1583,1,0.5467,1,1,1,1,1,1,1,1,0.7428,0.5467,0,1,0.3607,1,1,1,1,1,1,0.7189,0.3607,0,1,0.5927,1,1,1,0.6424,0.5927,0,1,1,1,1,1,0.577043951,0,1,1,1,1,1,1,0.752252936,0,1,1,1,1,1,1,0.927918494,0,0.463025616,0.463084409,0.46320922
-1584,1,0.5473,1,1,1,1,1,1,1,1,0.8076,0.5473,0,1,0.3609,1,1,1,1,1,1,0.759,0.3609,0,1,0.5927,1,1,1,0.6866,0.5927,0,1,1,1,1,1,0.683564961,0,1,1,1,1,1,1,0.835491657,0,1,1,1,1,1,1,0.925234437,0,0.432274045,0.432409562,0.432624113
-1585,1,0.5479,1,1,1,1,1,1,1,1,0.8299,0.5479,0,1,0.3611,1,1,1,1,1,1,0.8969,0.3611,0,1,0.5926,1,1,1,0.6689,0.5926,0,1,1,1,1,1,0.673779488,0,1,1,1,1,1,1,0.850275576,0,1,1,1,1,1,1,0.918716013,0,0.415538908,0.415697059,0.415780142
-1586,1,0.5485,1,1,1,1,1,1,1,1,0.9067,0.5485,0,1,0.3614,1,1,1,1,1,1,0.913,0.3614,0,1,0.5926,1,1,1,0.7197,0.5926,0,1,1,1,1,1,0.72783792,0,1,1,1,1,1,1,0.868870914,0,1,1,1,1,1,1,0.932045519,0,0.4070203,0.407023482,0.407358156
-1587,1,0.5491,1,1,1,1,1,1,1,1,0.896,0.5491,0,1,0.3616,1,1,1,1,1,1,0.8583,0.3616,0,1,0.5926,1,1,1,0.6727,0.5926,0,1,1,1,1,1,0.787974775,0,1,1,1,1,1,1,0.852692842,0,1,1,1,1,1,1,0.923702478,0,0.405147414,0.405119526,0.405141844
-1588,1,0.5497,1,1,1,1,1,1,1,1,0.8089,0.5497,0,1,0.3618,1,1,1,1,1,1,0.8801,0.3618,0,1,0.5926,1,1,1,0.6031,0.5926,0,1,1,1,1,1,0.636757493,0,1,1,1,1,1,1,0.830993176,0,1,1,1,1,1,1,0.900497973,0,0.417411793,0.417389465,0.417553191
-1589,1,0.5503,1,1,1,1,1,1,1,1,0.8374,0.5503,0,1,0.3621,1,1,1,1,1,1,0.9082,0.3621,0,1,0.5926,1,1,1,0.7149,0.5926,0,1,1,1,1,1,0.754259944,0,1,1,1,1,1,1,0.866036296,0,1,1,1,1,1,1,0.9311589,0,0.460246496,0.46033425,0.460106383
-1590,1,0.5509,1,1,1,1,1,1,1,1,0.8168,0.5509,0,1,0.3623,1,1,1,1,1,1,0.8,0.3623,0,1,0.5925,1,1,1,0.6261,0.5925,0,1,1,1,1,1,0.729888737,0,1,1,1,1,1,1,0.714856684,0,1,1,1,1,1,1,0.923695683,0,0.52477042,0.524857203,0.524822695
-1591,1,0.5515,1,1,1,1,1,1,1,1,0.6975,0.5515,0.1197,1,0.3625,1,1,1,1,1,1,0.6192,0.3625,0.1399,1,0.5925,1,1,1,0.6852,0.5925,0.0905,1,1,1,1,1,0.54520154,0.357258469,1,1,1,1,1,1,0.561798215,0.365195334,1,1,1,1,1,1,0.919603884,0.440714091,0.564765587,0.564628729,0.565159574
-1592,1,0.5515,1,1,1,1,1,1,1,1,0.8327,0.5515,0.3088,1,0.3625,1,1,1,1,1,1,0.5985,0.3625,0.3618,1,0.5925,1,1,1,0.6667,0.5925,0.3173,1,1,1,1,1,0.608099818,0.615952969,1,1,1,1,1,1,0.503827333,0.687378526,1,1,1,1,1,1,0.89751637,0.584277034,0.573646689,0.573725407,0.574024823
-1593,1,0.5515,1,1,1,1,1,1,1,1,0.5904,0.5515,0.5262,1,0.3625,1,1,1,1,1,1,0.1697,0.3625,0.5493,1,0.5925,1,1,1,0.0872,0.5925,0.5125,1,1,1,1,1,0.297275811,0.915090084,1,1,1,1,1,1,0.179308906,0.894177258,1,1,1,1,1,1,0.209299639,0.884277344,0.576667472,0.576687117,0.576684397
-1594,1,0.5515,1,1,1,1,1,1,1,1,0.6626,0.5515,0.6962,1,0.3625,1,1,1,1,1,1,0.1661,0.3625,0.6799,1,0.5925,1,1,1,0.1885,0.5925,0.621,1,1,1,1,1,0.360418081,0.988397717,1,1,1,1,1,1,0.207999915,0.937313795,1,1,1,1,1,1,0.299883127,0.98978579,0.57878202,0.578802623,0.578900709
-1595,1,0.5515,1,1,1,1,1,1,1,1,0.6685,0.5515,0.7041,1,0.3625,1,1,1,1,1,1,0.2397,0.3625,0.6712,1,0.5925,1,1,1,0.213,0.5925,0.6523,1,1,1,1,1,0.407291681,0.98331672,1,1,1,1,1,1,0.297820389,0.980817676,1,1,1,1,1,1,0.219983965,0.983471751,0.578238279,0.578167971,0.578014184
-1596,1,0.5515,1,1,1,1,1,1,1,1,0.7422,0.5515,0.7214,1,0.3625,1,1,1,1,1,1,0.3331,0.3625,0.7275,1,0.5925,1,1,1,0.2609,0.5925,0.6343,1,1,1,1,1,0.556212604,0.996929824,1,1,1,1,1,1,0.383096159,0.990143001,1,1,1,1,1,1,0.166604519,0.991454661,0.572740454,0.572667654,0.572695035
-1597,1,0.5515,1,1,1,1,1,1,1,1,0.7674,0.5515,0.7182,1,0.3625,1,1,1,1,1,1,0.4557,0.3625,0.7167,1,0.5925,1,1,1,0.2438,0.5925,0.5735,1,1,1,1,1,0.66943723,0.998512626,1,1,1,1,1,1,0.506614625,0.989419281,1,1,1,1,1,1,0.322746545,0.999382377,0.570142581,0.570129046,0.570035461
-1598,1,0.5515,1,1,1,1,1,1,1,1,0.7687,0.5515,0.6799,1,0.3625,1,1,1,1,1,1,0.4247,0.3625,0.6531,1,0.5925,1,1,1,0.2502,0.5925,0.4745,1,1,1,1,1,0.662912846,0.976852417,1,1,1,1,1,1,0.505847692,0.839540124,1,1,1,1,1,1,0.298763096,0.989241719,0.563738521,0.563782526,0.563829787
-1599,1,0.5515,1,1,1,1,1,1,1,1,0.782,0.5515,0.5003,1,0.3625,1,1,1,1,1,1,0.5707,0.3625,0.4194,1,0.5925,1,1,1,0.2208,0.5925,0.22,1,1,1,1,1,0.671130657,0.817957997,1,1,1,1,1,1,0.584523916,0.527978957,1,1,1,1,1,1,0.25661701,0.909874201,0.559751087,0.559763063,0.559840426
-1600,1,0.5515,1,1,1,1,1,1,1,1,0.7155,0.5515,0.2563,1,0.3625,1,1,1,1,1,1,0.3612,0.3625,0.2272,1,0.5925,1,1,1,0.2078,0.5925,0.1424,1,1,1,1,1,0.568624556,0.402879089,1,1,1,1,1,1,0.40275389,0.401612222,1,1,1,1,1,1,0.356752723,0.418209136,0.566698888,0.566744235,0.566932624
-1601,1,0.5515,1,1,1,1,1,1,1,1,0.7253,0.5515,0.0573,1,0.3625,1,1,1,1,1,1,0.3981,0.3625,0.0997,1,0.5925,1,1,1,0.1734,0.5925,0.0104,1,1,1,1,1,0.548410416,0.088211581,1,1,1,1,1,1,0.406320721,0.29240936,1,1,1,1,1,1,0.400000632,0.10165225,0.596725471,0.59678443,0.597074468
-1602,1,0.5515,1,1,1,1,1,1,1,1,0.6727,0.5515,0,1,0.3625,1,1,1,1,1,1,0.3525,0.3625,0,1,0.5925,1,1,1,0.1857,0.5925,0,1,1,1,1,1,0.479129672,0,1,1,1,1,1,1,0.367507935,0,1,1,1,1,1,1,0.389383167,0,0.629168681,0.629151682,0.629432624
-1603,1,0.5515,1,1,1,1,1,1,1,1,0.6702,0.5515,0,1,0.3625,1,1,1,1,1,1,0.4261,0.3625,0,1,0.5925,1,1,1,0.1586,0.5925,0,1,1,1,1,1,0.471857429,0,1,1,1,1,1,1,0.407611221,0,1,1,1,1,1,1,0.258776128,0,0.617568874,0.617727946,0.617907801
-1604,1,0.5515,1,1,1,1,1,1,1,1,0.6578,0.5515,0,1,0.3625,1,1,1,1,1,1,0.4381,0.3625,0,1,0.5925,1,1,1,0.2273,0.5925,0,1,1,1,1,1,0.46741575,0,1,1,1,1,1,1,0.430710614,0,1,1,1,1,1,1,0.458280921,0,0.59159014,0.591707214,0.591755319
-1605,1,0.5515,1,1,1,1,1,1,1,1,0.9069,0.5515,0,1,0.3625,1,1,1,1,1,1,0.6809,0.3625,0,1,0.5925,1,1,1,0.7028,0.5925,0,1,1,1,1,1,0.779232323,0,1,1,1,1,1,1,0.773129106,0,1,1,1,1,1,1,0.818864703,0,0.549661672,0.549820182,0.54964539
-1606,1,0.5515,1,1,1,1,1,1,1,1,0.9541,0.5515,0,1,0.3625,1,1,1,1,1,1,0.7942,0.3625,0,1,0.5925,1,1,1,0.7749,0.5925,0,1,1,1,1,1,0.825844467,0,1,1,1,1,1,1,0.860483408,0,1,1,1,1,1,1,0.855474234,0,0.493958434,0.493970806,0.493794326
-1607,1,0.5515,1,1,1,1,1,1,1,1,0.9542,0.5515,0,1,0.3625,1,1,1,1,1,1,0.9021,0.3625,0,1,0.5925,1,1,1,0.7906,0.5925,0,1,1,1,1,1,0.797679424,0,1,1,1,1,1,1,0.892169654,0,1,1,1,1,1,1,0.847854376,0,0.445444659,0.445525703,0.445478723
-1608,1,0.5515,1,1,1,1,1,1,1,1,0.9566,0.5515,0,1,0.3625,1,1,1,1,1,1,0.9183,0.3625,0,1,0.5925,1,1,1,0.8065,0.5925,0,1,1,1,1,1,0.885086954,0,0.197469115,1,1,1,1,1,0.882890999,0,1,1,1,1,1,1,0.873839557,0,0.413907685,0.413793103,0.414007092
-1609,1,0.5515,1,1,1,1,1,1,1,1,0.9573,0.5515,0,1,0.3625,1,1,1,1,1,1,0.5749,0.3625,0,1,0.5925,1,1,1,0.7716,0.5925,0,1,1,1,1,1,0.916450381,0,0.028076233,1,1,1,1,1,0.698614478,0,0.947643995,1,1,1,1,1,0.871856749,0,0.397595457,0.397715253,0.397606383
-1610,1,0.5515,1,1,1,1,1,1,1,1,0.8391,0.5515,0,1,0.3625,1,1,1,1,1,1,0.905,0.3625,0,1,0.5925,1,1,1,0.6777,0.5925,0,1,1,1,1,1,0.752360463,0,0.997443497,1,1,1,1,1,0.851738334,0,1,1,1,1,1,1,0.907818556,0,0.38919768,0.389253226,0.389184397
-1611,1,0.5515,1,1,1,1,1,1,1,1,0.7577,0.5515,0,1,0.3625,1,1,1,1,1,1,0.7297,0.3625,0,1,0.5925,1,1,1,0.5487,0.5925,0,1,1,1,1,1,0.664799571,0,0.436031491,1,1,1,1,1,0.755984128,0,1,1,1,1,1,1,0.855595469,0,0.387566457,0.387560821,0.38785461
-1612,1,0.5515,1,1,1,1,1,1,1,1,0.707,0.5515,0,1,0.3625,1,1,1,1,1,1,0.8466,0.3625,0,1,0.5925,1,1,1,0.5934,0.5925,0,1,1,1,1,1,0.63061595,0,0.734586954,1,1,1,1,1,0.719594121,0,1,1,1,1,1,1,0.879971147,0,0.400132914,0.40004231,0.400265957
-1613,1,0.5515,1,1,1,1,1,1,1,1,0.8201,0.5515,0,1,0.3625,1,1,1,1,1,1,0.7761,0.3625,0,1,0.5925,1,1,1,0.5472,0.5925,0,1,1,1,1,1,0.781985998,0,0.988169968,1,1,1,1,1,0.56978035,0,1,1,1,1,1,1,0.837416768,0,0.44278637,0.442775545,0.443262411
-1614,1,0.5515,1,1,1,1,1,1,1,1,0.7002,0.5515,0,1,0.3625,1,1,1,1,1,1,0.9796,0.3625,0,1,0.5925,1,1,1,0.5752,0.5925,0,1,1,1,1,1,0.897109866,0,0.985049129,1,1,1,1,1,0.853379667,0,1,1,1,1,1,1,0.891189814,0,0.515949734,0.515972075,0.515957447
-1615,1,0.5515,1,1,1,1,1,1,1,1,0.4891,0.5515,0.068,1,0.3625,1,1,1,1,1,1,0.778,0.3625,0.0835,1,0.5925,1,1,1,0.7222,0.5925,0.1383,1,1,1,1,1,0.690046489,0.202957138,0.946949244,1,1,1,1,1,0.714301944,0.173413798,1,1,1,1,1,1,0.9318434,0.350801051,0.564826003,0.564840279,0.565159574
-1616,1,0.5515,1,1,1,1,1,1,1,1,0.541,0.5515,0.2112,1,0.3625,1,1,1,1,1,1,0.7118,0.3625,0.2695,1,0.5925,1,1,1,0.8159,0.5925,0.3531,1,1,1,1,1,0.47604537,0.497306317,0.99736011,1,1,1,1,1,0.674274921,0.52526021,1,1,1,1,1,1,0.93800658,0.744586647,0.580413243,0.580495029,0.580230496
-1617,1,0.5515,1,1,1,1,1,1,1,1,0.2819,0.5515,0.3565,1,0.3625,1,1,1,1,1,1,0.5645,0.3625,0.3713,1,0.5925,1,1,1,0.6945,0.5925,0.5293,1,1,1,1,1,0.243047521,0.681473553,0.992332339,1,1,1,1,1,0.503347397,0.566655934,0.982382774,1,1,1,1,1,0.801297426,0.943983793,0.586031899,0.585995346,0.58643617
-1618,1,0.5515,1,1,1,1,1,1,1,1,0.2005,0.5515,0.6662,1,0.3625,1,1,1,1,1,1,0.5871,0.3625,0.6201,1,0.5925,1,1,1,0.5684,0.5925,0.4578,1,1,1,1,1,0.276873291,0.776893198,0.620034277,1,1,1,1,1,0.501756787,0.860726297,0.678890347,1,1,1,1,1,0.742708027,0.610192001,0.588690188,0.588745505,0.588652482
-1619,1,0.5515,1,1,1,1,1,1,1,1,0.1202,0.5515,0.5108,1,0.3625,1,1,1,1,1,1,0.3463,0.3625,0.564,1,0.5925,1,1,1,0.3827,0.5925,0.6439,1,1,1,1,1,0.140759185,0.803697646,0.343417227,1,1,1,1,1,0.317332447,0.805722177,0.291768074,1,1,1,1,1,0.493854761,0.996325195,0.585548574,0.585572245,0.585549645
-1620,1,0.5515,1,1,1,1,1,1,1,1,0.0507,0.5515,0.5606,1,0.3625,1,1,1,1,1,1,0.1615,0.3625,0.6273,1,0.5925,1,1,1,0.3163,0.5925,0.6658,1,1,1,1,1,0.062462978,0.85678643,0.200738907,1,1,1,1,1,0.158089906,0.883064449,0.214346081,1,1,1,1,1,0.45745337,0.99818331,0.577150797,0.577110218,0.577570922
-1621,1,0.5515,1,1,1,1,1,1,1,1,0.0416,0.5515,0.6121,1,0.3625,1,1,1,1,1,1,0.1646,0.3625,0.6487,1,0.5925,1,1,1,0.2969,0.5925,0.6657,1,1,1,1,1,0.085290462,0.904605329,0.152455986,1,1,1,1,1,0.150224671,0.87305963,0.141165197,1,1,1,1,1,0.388091773,0.992011666,0.571894635,0.571821451,0.571808511
-1622,1,0.5515,1,1,1,1,1,1,1,1,0.0315,0.5515,0.5991,1,0.3625,1,1,1,1,1,1,0.2023,0.3625,0.6268,1,0.5925,1,1,1,0.2672,0.5925,0.6224,1,1,1,1,1,0.090555586,0.842091143,0.286803216,1,1,1,1,1,0.216816649,0.880941451,0.29166621,1,1,1,1,1,0.300055921,0.962563515,0.563798937,0.563782526,0.563829787
-1623,1,0.5515,1,1,1,1,1,1,1,1,0.053,0.5515,0.4829,1,0.3625,1,1,1,1,1,1,0.1535,0.3625,0.5499,1,0.5925,1,1,1,0.2288,0.5925,0.472,1,1,1,1,1,0.101061799,0.847547352,0.656881928,1,1,1,1,1,0.177662149,0.873821139,0.105808906,1,1,1,1,1,0.277242541,0.880690634,0.560838569,0.560820817,0.561170213
-1624,1,0.5515,1,1,1,1,1,1,1,1,0.0455,0.5515,0.3458,1,0.3625,1,1,1,1,1,1,0.0661,0.3625,0.3951,1,0.5925,1,1,1,0.2066,0.5925,0.3164,1,1,1,1,1,0.083675146,0.744192362,0.487276375,1,1,1,1,1,0.09603215,0.721122622,0.00160733,1,1,1,1,1,0.33485356,0.734784484,0.567725955,0.567801989,0.567819149
-1625,1,0.5515,1,1,1,1,1,1,1,1,0.0201,0.5515,0.1261,1,0.3625,1,1,1,1,1,1,0.0116,0.3625,0.1602,1,0.5925,1,1,1,0.1965,0.5925,0.1016,1,1,1,1,1,0.036377404,0.472617507,0.299913138,1,1,1,1,1,0.022772186,0.379841715,0.001361257,1,1,1,1,1,0.337445855,0.446126342,0.591710971,0.591707214,0.591755319
-1626,1,0.5515,1,1,1,1,1,1,1,1,0.0171,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1334,0.3625,0,1,0.5925,1,1,1,0.1997,0.5925,0,1,1,1,1,1,0.076095864,0,0.305352002,1,1,1,1,1,0.155464724,0,0.01646754,1,1,1,1,1,0.435668737,0,0.627054132,0.627036175,0.627216312
-1627,1,0.5515,1,1,1,1,1,1,1,1,0.0233,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2408,0.3625,0,1,0.5925,1,1,1,0.2447,0.5925,0,1,1,1,1,1,0.113696687,0,0.348873794,1,1,1,1,1,0.31257537,0,0.081824094,1,1,1,1,1,0.578936279,0,0.616420976,0.616458642,0.616578014
-1628,1,0.5515,1,1,1,1,1,1,1,1,0.0223,0.5515,0,1,0.3625,1,1,1,1,1,1,0.4176,0.3625,0,1,0.5925,1,1,1,0.2606,0.5925,0,1,1,1,1,1,0.1389772,0,0.124029636,1,1,1,1,1,0.359158099,0,0.024788745,1,1,1,1,1,0.465824544,0,0.596060899,0.596149778,0.596187943
-1629,1,0.5515,1,1,1,1,1,1,1,1,0.0797,0.5515,0,1,0.3625,1,1,1,1,1,1,0.3397,0.3625,0,1,0.5925,1,1,1,0.1673,0.5925,0,1,1,1,1,1,0.179176733,0,0.121089756,1,1,1,1,1,0.39903751,0,0.255037963,1,1,1,1,1,0.297451377,0,0.565490575,0.565686482,0.565602837
-1630,1,0.5515,1,1,1,1,1,1,1,1,0.1554,0.5515,0,1,0.3625,1,1,1,1,1,1,0.4366,0.3625,0,1,0.5925,1,1,1,0.1275,0.5925,0,1,1,1,1,1,0.213129595,0,0.040761869,1,1,1,1,1,0.505250752,0,0.670004487,1,1,1,1,1,0.247665778,0,0.522716288,0.522741697,0.523049645
-1631,1,0.5515,1,1,1,1,1,1,1,1,0.2232,0.5515,0,1,0.3625,1,1,1,1,1,1,0.5063,0.3625,0,1,0.5925,1,1,1,0.142,0.5925,0,1,1,1,1,1,0.195545718,0,0.194601744,1,1,1,1,1,0.502002597,0,0.978693247,1,1,1,1,1,0.271208704,0,0.478914935,0.478950709,0.478723404
-1632,1,0.5515,1,1,1,1,1,1,1,1,0.2518,0.5515,0,1,0.3625,1,1,1,1,1,1,0.5921,0.3625,0,1,0.5925,1,1,1,0.0878,0.5925,0,1,1,1,1,1,0.132259086,0,0.436875463,1,1,1,1,1,0.498669654,0,1,1,1,1,1,1,0.171520293,0,0.448465442,0.448487413,0.44858156
-1633,1,0.5515,1,1,1,1,1,1,1,1,0.2695,0.5515,0,1,0.3625,1,1,1,1,1,1,0.6547,0.3625,0,1,0.5925,1,1,1,0.0773,0.5925,0,1,1,1,1,1,0.197326198,0,0.690235555,1,1,1,1,1,0.538032174,0,0.635722518,1,1,1,1,1,0.172419727,0,0.432999033,0.433044214,0.433067376
-1634,1,0.5515,1,1,1,1,1,1,1,1,0.3891,0.5515,0,1,0.3625,1,1,1,1,1,1,0.6664,0.3625,0,1,0.5925,1,1,1,0.0762,0.5925,0,1,1,1,1,1,0.280963004,0,0.982168972,1,1,1,1,1,0.519915104,0,0.750381351,1,1,1,1,1,0.229810104,0,0.42538666,0.42542839,0.425531915
-1635,1,0.5515,1,1,1,1,1,1,1,1,0.422,0.5515,0,1,0.3625,1,1,1,1,1,1,0.4892,0.3625,0,1,0.5925,1,1,1,0.1313,0.5925,0,1,1,1,1,1,0.22539027,0,1,1,1,1,1,1,0.448536247,0,0.983918905,1,1,1,1,1,0.34550792,0,0.423695022,0.423735985,0.423758865
-1636,1,0.5515,1,1,1,1,1,1,1,1,0.4542,0.5515,0,1,0.3625,1,1,1,1,1,1,0.3936,0.3625,0,1,0.5925,1,1,1,0.187,0.5925,0,1,1,1,1,1,0.250351518,0,1,1,1,1,1,1,0.345535845,0,0.981596351,1,1,1,1,1,0.442602068,0,0.429797003,0.429870954,0.429964539
-1637,1,0.5515,1,1,1,1,1,1,1,1,0.3604,0.5515,0,1,0.3625,1,1,1,1,1,1,0.6329,0.3625,0,1,0.5925,1,1,1,0.1856,0.5925,0,1,1,1,1,1,0.247113138,0,1,1,1,1,1,1,0.557105184,0,0.740668416,1,1,1,1,1,0.364490122,0,0.447740454,0.44764121,0.447695035
-1638,1,0.5515,1,1,1,1,1,1,1,1,0.3227,0.5515,0,1,0.3625,1,1,1,1,1,1,0.5888,0.3625,0,1,0.5925,1,1,1,0.1871,0.5925,0,1,1,1,1,1,0.228736684,0,0.999815404,1,1,1,1,1,0.500100911,0,0.683725357,1,1,1,1,1,0.337393939,0,0.472933784,0.472815739,0.472960993
-1639,1,0.5515,1,1,1,1,1,1,1,1,0.2034,0.5515,0.1557,1,0.3625,1,1,1,1,1,1,0.7562,0.3625,0.1773,1,0.5925,1,1,1,0.1627,0.5925,0.1569,1,1,1,1,1,0.142234087,0.457531571,0.932333648,1,1,1,1,1,0.711516321,0.476797789,1,1,1,1,1,1,0.268532395,0.44552967,0.510210246,0.510260207,0.510638298
-1640,1,0.5515,1,1,1,1,1,1,1,1,0.3351,0.5515,0.3873,1,0.3625,1,1,1,1,1,1,0.8749,0.3625,0.4252,1,0.5925,1,1,1,0.1332,0.5925,0.3989,1,1,1,1,1,0.226437107,0.771392167,0.997555733,1,1,1,1,1,0.833676875,0.809971035,1,1,1,1,1,1,0.205240995,0.81624347,0.545674239,0.545800719,0.545656028
-1641,1,0.5515,1,1,1,1,1,1,1,1,0.4238,0.5515,0.5217,1,0.3625,1,1,1,1,1,1,0.6365,0.3625,0.6064,1,0.5925,1,1,1,0.1091,0.5925,0.5846,1,1,1,1,1,0.245485619,0.845848024,1,1,1,1,1,1,0.654220998,0.98676616,1,1,1,1,1,1,0.121849313,0.989966393,0.567665539,0.567801989,0.567819149
-1642,1,0.5515,1,1,1,1,1,1,1,1,0.2968,0.5515,0.5533,1,0.3625,1,1,1,1,1,1,0.1539,0.3625,0.672,1,0.5925,1,1,1,0.0233,0.5925,0.7363,1,1,1,1,1,0.094963908,0.788755357,1,1,1,1,1,1,0.172783136,0.990190089,1,1,1,1,1,1,0.020567462,1,0.57237796,0.572456103,0.572251773
-1643,1,0.5515,1,1,1,1,1,1,1,1,0.33,0.5515,0.5509,1,0.3625,1,1,1,1,1,1,0.3073,0.3625,0.662,1,0.5925,1,1,1,0.0127,0.5925,0.6834,1,1,1,1,1,0.112869158,0.756831169,1,1,1,1,1,1,0.352357507,0.979325831,1,1,1,1,1,1,0.014133765,1,0.568088449,0.568013539,0.568262411
-1644,1,0.5515,1,1,1,1,1,1,1,1,0.2082,0.5515,0.5609,1,0.3625,1,1,1,1,1,1,0.2056,0.3625,0.6731,1,0.5925,1,1,1,0.0294,0.5925,0.6589,1,1,1,1,1,0.049464446,0.752304792,0.945918083,1,1,1,1,1,0.221520469,0.976593375,0.619166791,1,1,1,1,1,0.032475282,0.999686599,0.557999033,0.557859107,0.558067376
-1645,1,0.5515,1,1,1,1,1,1,1,1,0.125,0.5515,0.5476,1,0.3625,1,1,1,1,1,1,0.1,0.3625,0.6822,1,0.5925,1,1,1,0.0166,0.5925,0.6191,1,1,1,1,1,0.034932144,0.736694992,0.865072608,1,1,1,1,1,0.113109216,0.97254616,0.408305764,1,1,1,1,1,0.037449077,0.977125406,0.545613823,0.545589169,0.545656028
-1646,1,0.5515,1,1,1,1,1,1,1,1,0.1036,0.5515,0.5405,1,0.3625,1,1,1,1,1,1,0.0832,0.3625,0.664,1,0.5925,1,1,1,0.045,0.5925,0.5878,1,1,1,1,1,0.036551092,0.737741947,0.83358115,1,1,1,1,1,0.095039576,0.966529191,0.305389822,1,1,1,1,1,0.053485017,0.876885414,0.53479942,0.534800085,0.53501773
-1647,1,0.5515,1,1,1,1,1,1,1,1,0.0671,0.5515,0.4664,1,0.3625,1,1,1,1,1,1,0.1047,0.3625,0.5402,1,0.5925,1,1,1,0.0353,0.5925,0.48,1,1,1,1,1,0.037257809,0.78654784,0.794692039,1,1,1,1,1,0.099403217,0.92119962,0.154189795,1,1,1,1,1,0.02163779,0.78767395,0.530691155,0.530780622,0.531028369
-1648,1,0.5515,1,1,1,1,1,1,1,1,0.0421,0.5515,0.3215,1,0.3625,1,1,1,1,1,1,0.0129,0.3625,0.4126,1,0.5925,1,1,1,0.0206,0.5925,0.3238,1,1,1,1,1,0.026719242,0.678082526,0.651129961,1,1,1,1,1,0.014200841,0.809571028,0.060653932,1,1,1,1,1,0.022550806,0.664866805,0.538968101,0.538819547,0.539007092
-1649,1,0.5515,1,1,1,1,1,1,1,1,0.0073,0.5515,0.1216,1,0.3625,1,1,1,1,1,1,0,0.3625,0.1657,1,0.5925,1,1,1,0.0178,0.5925,0.107,1,1,1,1,1,0.006348055,0.438308388,0.479593247,1,1,1,1,1,0.003880366,0.508517623,0.010125131,1,1,1,1,1,0.03430903,0.413358212,0.565309328,0.565474931,0.565159574
-1650,1,0.5515,1,1,1,1,1,1,1,1,0.0054,0.5515,0,1,0.3625,1,1,1,1,1,1,0,0.3625,0,1,0.5925,1,1,1,0.0203,0.5925,0,1,1,1,1,1,0.005007674,0,0.238659218,1,1,1,1,1,0.001481916,0,0,1,1,1,1,1,0.068969414,0,0.606996133,0.606938862,0.607269504
-1651,1,0.5515,1,1,1,1,1,1,1,1,0.0071,0.5515,0,1,0.3625,1,1,1,1,1,1,0,0.3625,0,1,0.5925,1,1,1,0.0064,0.5925,0,1,1,1,1,1,0.004860274,0,0.321272343,1,1,1,1,1,0.000731612,0,0,1,1,1,1,1,0.040294282,0,0.598960851,0.598899937,0.59929078
-1652,1,0.5515,1,1,1,1,1,1,1,1,0.0127,0.5515,0,1,0.3625,1,1,1,1,1,1,0,0.3625,0,1,0.5925,1,1,1,0.0021,0.5925,0,1,1,1,1,1,0.008865508,0,0.090152167,1,1,1,1,1,0.000359164,0,0,1,1,1,1,1,0.024384486,0,0.58240696,0.582398985,0.582446809
-1653,1,0.5515,1,1,1,1,1,1,1,1,0.0152,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0051,0.3625,0,1,0.5925,1,1,1,0.0081,0.5925,0,1,1,1,1,1,0.01239216,0,0.059374444,1,1,1,1,1,0.008760923,0,0,1,1,1,1,1,0.043816391,0,0.555521991,0.55553205,0.555407801
-1654,1,0.5515,1,1,1,1,1,1,1,1,0.0159,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0019,0.3625,0,1,0.5925,1,1,1,0.0185,0.5925,0,1,1,1,1,1,0.01122924,0,0.018855955,1,1,1,1,1,0.004630304,0,0,1,1,1,1,1,0.075370356,0,0.518426776,0.518510683,0.518617021
-1655,1,0.5515,1,1,1,1,1,1,1,1,0.0212,0.5515,0,1,0.3625,1,1,1,1,1,1,0,0.3625,0,1,0.5925,1,1,1,0.04,0.5925,0,1,1,1,1,1,0.013325811,0,0.0061451,1,1,1,1,1,0.004993117,0,0,1,1,1,1,1,0.117809355,0,0.481935718,0.481912418,0.481826241
-1656,1,0.5515,1,1,1,1,1,1,1,1,0.0247,0.5515,0,1,0.3625,1,1,1,1,1,1,0,0.3625,0,1,0.5925,1,1,1,0.0538,0.5925,0,1,1,1,1,1,0.013300466,0,0.012933142,1,1,1,1,1,0.003890652,0,0,1,1,1,1,1,0.160998672,0,0.454023683,0.45398773,0.453900709
-1657,1,0.5515,1,1,1,1,1,1,1,1,0.0984,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0228,0.3625,0,1,0.5925,1,1,1,0.0798,0.5925,0,1,1,1,1,1,0.067309007,0,0.041815974,1,1,1,1,1,0.051894378,0,0.000680628,1,1,1,1,1,0.266973913,0,0.445746738,0.445737254,0.445478723
-1658,1,0.5515,1,1,1,1,1,1,1,1,0.1096,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1009,0.3625,0,1,0.5925,1,1,1,0.135,0.5925,0,1,1,1,1,1,0.087600313,0,0.054362971,1,1,1,1,1,0.137854487,0,0.053268589,1,1,1,1,1,0.429224432,0,0.437348961,0.437486778,0.4375
-1659,1,0.5515,1,1,1,1,1,1,1,1,0.1184,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1913,0.3625,0,1,0.5925,1,1,1,0.1589,0.5925,0,1,1,1,1,1,0.106687203,0,0.047210507,1,1,1,1,1,0.256540745,0,0.103429064,1,1,1,1,1,0.501912951,0,0.428830353,0.428813201,0.428634752
-1660,1,0.5515,1,1,1,1,1,1,1,1,0.2818,0.5515,0,1,0.3625,1,1,1,1,1,1,0.3729,0.3625,0,1,0.5925,1,1,1,0.1842,0.5925,0,1,1,1,1,1,0.303881288,0,0.066526279,1,1,1,1,1,0.510635674,0,0.114703149,1,1,1,1,1,0.513417602,0,0.426957467,0.426909245,0.426861702
-1661,1,0.5515,1,1,1,1,1,1,1,1,0.378,0.5515,0,1,0.3625,1,1,1,1,1,1,0.4827,0.3625,0,1,0.5925,1,1,1,0.2294,0.5925,0,1,1,1,1,1,0.465139091,0,0.085601866,1,1,1,1,1,0.635343075,0,0.191850528,1,1,1,1,1,0.621783495,0,0.43360319,0.433678866,0.433510638
-1662,1,0.5515,1,1,1,1,1,1,1,1,0.3066,0.5515,0,1,0.3625,1,1,1,1,1,1,0.353,0.3625,0,1,0.5925,1,1,1,0.2513,0.5925,0,1,1,1,1,1,0.383763343,0,0.082927011,1,1,1,1,1,0.403808832,0,0.147796869,1,1,1,1,1,0.653955817,0,0.449311261,0.449333615,0.449468085
-1663,1,0.5515,1,1,1,1,1,1,1,1,0.4726,0.5515,0.1634,1,0.3625,1,1,1,1,1,1,0.3695,0.3625,0.1727,1,0.5925,1,1,1,0.3066,0.5925,0.1421,1,1,1,1,1,0.516997218,0.507438302,0.336815298,1,1,1,1,1,0.37387526,0.479216188,0.337343991,1,1,1,1,1,0.685943365,0.5238536,0.467133881,0.467103871,0.467198582
-1664,1,0.5515,1,1,1,1,1,1,1,1,0.3849,0.5515,0.3936,1,0.3625,1,1,1,1,1,1,0.665,0.3625,0.403,1,0.5925,1,1,1,0.2529,0.5925,0.3488,1,1,1,1,1,0.314271301,0.801765263,0.303787351,1,1,1,1,1,0.582865775,0.784460068,0.643457055,1,1,1,1,1,0.477914542,0.806726754,0.493898018,0.493759255,0.493794326
-1665,1,0.5515,1,1,1,1,1,1,1,1,0.6071,0.5515,0.5714,1,0.3625,1,1,1,1,1,1,0.6364,0.3625,0.5786,1,0.5925,1,1,1,0.2313,0.5925,0.4989,1,1,1,1,1,0.463339388,0.952402413,0.527336955,1,1,1,1,1,0.637072563,0.953331172,1,1,1,1,1,1,0.379278153,0.953903854,0.518245529,0.518299133,0.518617021
-1666,1,0.5515,1,1,1,1,1,1,1,1,0.552,0.5515,0.71,1,0.3625,1,1,1,1,1,1,0.478,0.3625,0.7085,1,0.5925,1,1,1,0.1437,0.5925,0.6665,1,1,1,1,1,0.354203403,0.997625351,0.510962725,1,1,1,1,1,0.46271795,0.999858499,0.95038116,1,1,1,1,1,0.21676138,0.999646306,0.530872402,0.530780622,0.531028369
-1667,1,0.5515,1,1,1,1,1,1,1,1,0.5521,0.5515,0.7321,1,0.3625,1,1,1,1,1,1,0.3612,0.3625,0.7397,1,0.5925,1,1,1,0.1633,0.5925,0.718,1,1,1,1,1,0.336664379,1,0.750521779,1,1,1,1,1,0.360046029,1,0.890296102,1,1,1,1,1,0.157845914,0.999985933,0.534134848,0.534165433,0.534131206
-1668,1,0.5515,1,1,1,1,1,1,1,1,0.5242,0.5515,0.7319,1,0.3625,1,1,1,1,1,1,0.2764,0.3625,0.7344,1,0.5925,1,1,1,0.1376,0.5925,0.7121,1,1,1,1,1,0.272698939,0.999613285,0.984010696,1,1,1,1,1,0.304579496,0.998068154,1,1,1,1,1,1,0.114375457,0.999846756,0.530449493,0.530357521,0.530585106
-1669,1,0.5515,1,1,1,1,1,1,1,1,0.4744,0.5515,0.7256,1,0.3625,1,1,1,1,1,1,0.1863,0.3625,0.7274,1,0.5925,1,1,1,0.1236,0.5925,0.709,1,1,1,1,1,0.207774743,0.998631954,0.798059523,1,1,1,1,1,0.240263775,0.99827534,0.987679124,1,1,1,1,1,0.141785055,0.999547362,0.519695505,0.519779987,0.519946809
-1670,1,0.5515,1,1,1,1,1,1,1,1,0.5232,0.5515,0.6916,1,0.3625,1,1,1,1,1,1,0.31,0.3625,0.7056,1,0.5925,1,1,1,0.1165,0.5925,0.6718,1,1,1,1,1,0.263967574,0.997389674,0.751763821,1,1,1,1,1,0.362974226,0.994450212,0.891626239,1,1,1,1,1,0.240409225,0.985084951,0.50682697,0.506663846,0.506648936
-1671,1,0.5515,1,1,1,1,1,1,1,1,0.5644,0.5515,0.5494,1,0.3625,1,1,1,1,1,1,0.3398,0.3625,0.582,1,0.5925,1,1,1,0.0967,0.5925,0.5204,1,1,1,1,1,0.295265138,0.951327682,0.987117648,1,1,1,1,1,0.393812984,0.967962384,1,1,1,1,1,1,0.228107512,0.923037767,0.498731271,0.498624921,0.498670213
-1672,1,0.5515,1,1,1,1,1,1,1,1,0.3504,0.5515,0.3596,1,0.3625,1,1,1,1,1,1,0.3252,0.3625,0.4025,1,0.5925,1,1,1,0.0962,0.5925,0.3265,1,1,1,1,1,0.166067973,0.778443515,0.991090775,1,1,1,1,1,0.3491745,0.802148223,0.98133564,1,1,1,1,1,0.210034549,0.739891231,0.500966651,0.500951978,0.500886525
-1673,1,0.5515,1,1,1,1,1,1,1,1,0.31,0.5515,0.1252,1,0.3625,1,1,1,1,1,1,0.272,0.3625,0.1701,1,0.5925,1,1,1,0.1849,0.5925,0.0953,1,1,1,1,1,0.207864329,0.47040236,0.944704473,1,1,1,1,1,0.294460475,0.50445044,0.956727028,1,1,1,1,1,0.403992862,0.417360723,0.515526825,0.515548974,0.515514184
-1674,1,0.5515,1,1,1,1,1,1,1,1,0.2882,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1178,0.3625,0,1,0.5925,1,1,1,0.2177,0.5925,0,1,1,1,1,1,0.237447575,0,0.731960416,1,1,1,1,1,0.160375819,0,0.608651876,1,1,1,1,1,0.460977912,0,0.540840986,0.540723503,0.540780142
-1675,1,0.5515,1,1,1,1,1,1,1,1,0.3122,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1731,0.3625,0,1,0.5925,1,1,1,0.2826,0.5925,0,1,1,1,1,1,0.2346946,0,1,1,1,1,1,1,0.240899205,0,0.926711559,1,1,1,1,1,0.540494263,0,0.585790237,0.585572245,0.585992908
-1676,1,0.5515,1,1,1,1,1,1,1,1,0.3913,0.5515,0,1,0.3625,1,1,1,1,1,1,0.4742,0.3625,0,1,0.5925,1,1,1,0.2912,0.5925,0,1,1,1,1,1,0.36329028,0,0.99898994,1,1,1,1,1,0.575870037,0,0.926043034,1,1,1,1,1,0.536586642,0,0.576667472,0.576687117,0.576684397
-1677,1,0.5515,1,1,1,1,1,1,1,1,0.4397,0.5515,0,1,0.3625,1,1,1,1,1,1,0.5102,0.3625,0,1,0.5925,1,1,1,0.3229,0.5925,0,1,1,1,1,1,0.463743716,0,0.995701194,1,1,1,1,1,0.619621098,0,0.904618382,1,1,1,1,1,0.625951946,0,0.541686805,0.541781257,0.542109929
-1678,1,0.5515,1,1,1,1,1,1,1,1,0.5219,0.5515,0,1,0.3625,1,1,1,1,1,1,0.5611,0.3625,0,1,0.5925,1,1,1,0.3397,0.5925,0,1,1,1,1,1,0.514432311,0,1,1,1,1,1,1,0.622110844,0,1,1,1,1,1,1,0.696650624,0,0.496556307,0.496720965,0.496453901
-1679,1,0.5515,1,1,1,1,1,1,1,1,0.5014,0.5515,0,1,0.3625,1,1,1,1,1,1,0.5635,0.3625,0,1,0.5925,1,1,1,0.3376,0.5925,0,1,1,1,1,1,0.484193861,0,1,1,1,1,1,1,0.710645974,0,1,1,1,1,1,1,0.762925386,0,0.449371677,0.449333615,0.449468085
-1680,1,0.5515,1,1,1,1,1,1,1,1,0.5509,0.5515,0,1,0.3625,1,1,1,1,1,1,0.6928,0.3625,0,1,0.5925,1,1,1,0.3687,0.5925,0,1,1,1,1,1,0.574724257,0,1,1,1,1,1,1,0.816254497,0,1,1,1,1,1,1,0.767451525,0,0.41982842,0.419716522,0.419769504
-1681,1,0.5515,1,1,1,1,1,1,1,1,0.6738,0.5515,0,1,0.3625,1,1,1,1,1,1,0.7903,0.3625,0,1,0.5925,1,1,1,0.4992,0.5925,0,1,1,1,1,1,0.682199121,0,1,1,1,1,1,1,0.906872869,0,1,1,1,1,1,1,0.842648149,0,0.402609957,0.402580918,0.402925532
-1682,1,0.5515,1,1,1,1,1,1,1,1,0.6782,0.5515,0,1,0.3625,1,1,1,1,1,1,0.7175,0.3625,0,1,0.5925,1,1,1,0.507,0.5925,0,1,1,1,1,1,0.711650968,0,1,1,1,1,1,1,0.850154877,0,1,1,1,1,1,1,0.862965226,0,0.396145481,0.396022847,0.396276596
-1683,1,0.5515,1,1,1,1,1,1,1,1,0.6281,0.5515,0,1,0.3625,1,1,1,1,1,1,0.6648,0.3625,0,1,0.5925,1,1,1,0.4958,0.5925,0,1,1,1,1,1,0.666432679,0,1,1,1,1,1,1,0.816641569,0,1,1,1,1,1,1,0.853192449,0,0.397051716,0.397080601,0.396719858
-1684,1,0.5515,1,1,1,1,1,1,1,1,0.6057,0.5515,0,1,0.3625,1,1,1,1,1,1,0.7099,0.3625,0,1,0.5925,1,1,1,0.397,0.5925,0,1,1,1,1,1,0.633211136,0,1,1,1,1,1,1,0.835256994,0,1,1,1,1,1,1,0.766388893,0,0.408832769,0.408927438,0.409131206
-1685,1,0.5515,1,1,1,1,1,1,1,1,0.4353,0.5515,0,1,0.3625,1,1,1,1,1,1,0.6043,0.3625,0,1,0.5925,1,1,1,0.3677,0.5925,0,1,1,1,1,1,0.514934599,0,1,1,1,1,1,1,0.716337442,0,1,1,1,1,1,1,0.719361961,0,0.451304978,0.451237571,0.451241135
-1686,1,0.5515,1,1,1,1,1,1,1,1,0.2745,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2175,0.3625,0,1,0.5925,1,1,1,0.3454,0.5925,0,1,1,1,1,1,0.258416951,0,0.997458458,1,1,1,1,1,0.202985525,0,0.78390944,1,1,1,1,1,0.701236248,0,0.531416143,0.531415274,0.531914894
-1687,1,0.5515,1,1,1,1,1,1,1,1,0.3282,0.5515,0.1679,1,0.3625,1,1,1,1,1,1,0.1909,0.3625,0.178,1,0.5925,1,1,1,0.2717,0.5925,0.1461,1,1,1,1,1,0.309196055,0.524000347,1,1,1,1,1,1,0.181269035,0.450945616,0.965364695,1,1,1,1,1,0.559585273,0.404855281,0.57781537,0.57774487,0.578014184
-1688,1,0.5515,1,1,1,1,1,1,1,1,0.2032,0.5515,0.396,1,0.3625,1,1,1,1,1,1,0.1401,0.3625,0.3975,1,0.5925,1,1,1,0.2628,0.5925,0.3761,1,1,1,1,1,0.243910983,0.813130856,0.95618397,1,1,1,1,1,0.146556675,0.748894811,0.498951077,1,1,1,1,1,0.538024902,0.780002236,0.584098598,0.58409139,0.584219858
-1689,1,0.5515,1,1,1,1,1,1,1,1,0.0679,0.5515,0.563,1,0.3625,1,1,1,1,1,1,0.0279,0.3625,0.5443,1,0.5925,1,1,1,0.1638,0.5925,0.5573,1,1,1,1,1,0.084896877,0.929271162,0.801962852,1,1,1,1,1,0.041073464,0.87798512,0.4385432,1,1,1,1,1,0.334700495,0.867808998,0.581802803,0.581764333,0.582003546
-1690,1,0.5515,1,1,1,1,1,1,1,1,0.0157,0.5515,0.6706,1,0.3625,1,1,1,1,1,1,0,0.3625,0.6526,1,0.5925,1,1,1,0.0883,0.5925,0.6754,1,1,1,1,1,0.023642113,0.930954754,0.667806268,1,1,1,1,1,0.000720761,0.951846719,0.494915187,1,1,1,1,1,0.184159249,0.972964168,0.58379652,0.583668289,0.584219858
-1691,1,0.5515,1,1,1,1,1,1,1,1,0.0103,0.5515,0.6657,1,0.3625,1,1,1,1,1,1,0,0.3625,0.7038,1,0.5925,1,1,1,0.07,0.5925,0.6544,1,1,1,1,1,0.011686536,0.933623731,0.421392322,1,1,1,1,1,0.000435256,0.993291616,0.383675665,1,1,1,1,1,0.065676644,0.974522173,0.582467376,0.582610535,0.582446809
-1692,1,0.5515,1,1,1,1,1,1,1,1,0.013,0.5515,0.6913,1,0.3625,1,1,1,1,1,1,0,0.3625,0.7204,1,0.5925,1,1,1,0.0708,0.5925,0.6608,1,1,1,1,1,0.008265927,0.983928502,0.308415681,1,1,1,1,1,0.001685919,0.995555401,0.344047129,1,1,1,1,1,0.056819931,0.916195631,0.576486225,0.576475566,0.576684397
-1693,1,0.5515,1,1,1,1,1,1,1,1,0.0568,0.5515,0.7119,1,0.3625,1,1,1,1,1,1,0.0211,0.3625,0.7054,1,0.5925,1,1,1,0.0865,0.5925,0.6662,1,1,1,1,1,0.010485996,0.996459723,0.412774503,1,1,1,1,1,0.017052779,0.966646075,0.267705798,1,1,1,1,1,0.068898059,0.929828882,0.572740454,0.572667654,0.572695035
-1694,1,0.5515,1,1,1,1,1,1,1,1,0.0905,0.5515,0.6575,1,0.3625,1,1,1,1,1,1,0.0252,0.3625,0.6333,1,0.5925,1,1,1,0.0789,0.5925,0.6201,1,1,1,1,1,0.021222722,0.948382139,0.687232077,1,1,1,1,1,0.031440414,0.837504029,0.746784866,1,1,1,1,1,0.068709545,0.951098502,0.563980184,0.563994077,0.563829787
-1695,1,0.5515,1,1,1,1,1,1,1,1,0.1465,0.5515,0.4746,1,0.3625,1,1,1,1,1,1,0.1253,0.3625,0.4573,1,0.5925,1,1,1,0.0703,0.5925,0.4504,1,1,1,1,1,0.03982497,0.765796363,1,1,1,1,1,1,0.130539432,0.703757048,1,1,1,1,1,1,0.059204083,0.840224683,0.55582407,0.555743601,0.555851064
-1696,1,0.5515,1,1,1,1,1,1,1,1,0.1814,0.5515,0.2529,1,0.3625,1,1,1,1,1,1,0.1332,0.3625,0.2714,1,0.5925,1,1,1,0.0418,0.5925,0.2448,1,1,1,1,1,0.072125502,0.428006768,1,1,1,1,1,1,0.152878776,0.539909899,0.914336443,1,1,1,1,1,0.017563321,0.53790015,0.55358869,0.553839645,0.553634752
-1697,1,0.5515,1,1,1,1,1,1,1,1,0.1159,0.5515,0.0605,1,0.3625,1,1,1,1,1,1,0.1478,0.3625,0.12,1,0.5925,1,1,1,0.029,0.5925,0.0526,1,1,1,1,1,0.052620817,0.107792795,1,1,1,1,1,1,0.183736563,0.223461077,1,1,1,1,1,1,0.020639313,0.186050609,0.560898985,0.560820817,0.561170213
-1698,1,0.5515,1,1,1,1,1,1,1,1,0.128,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1383,0.3625,0,1,0.5925,1,1,1,0.0185,0.5925,0,1,1,1,1,1,0.066740118,0,0.950959265,1,1,1,1,1,0.168372899,0,1,1,1,1,1,1,0.023625933,0,0.579688255,0.579860377,0.579787234
-1699,1,0.5515,1,1,1,1,1,1,1,1,0.1781,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2073,0.3625,0,1,0.5925,1,1,1,0.0124,0.5925,0,1,1,1,1,1,0.117186099,0,1,1,1,1,1,1,0.226522118,0,1,1,1,1,1,1,0.054503024,0,0.610137748,0.610112122,0.61037234
-1700,1,0.5515,1,1,1,1,1,1,1,1,0.1561,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0737,0.3625,0,1,0.5925,1,1,1,0.0196,0.5925,0,1,1,1,1,1,0.112028092,0,0.995742202,1,1,1,1,1,0.113568246,0,0.981634319,1,1,1,1,1,0.090003289,0,0.591952634,0.591918765,0.592198582
-1701,1,0.5515,1,1,1,1,1,1,1,1,0.2578,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2374,0.3625,0,1,0.5925,1,1,1,0.0129,0.5925,0,1,1,1,1,1,0.21539019,0,1,1,1,1,1,1,0.278454065,0,1,1,1,1,1,1,0.056362361,0,0.549057516,0.548973979,0.549202128
-1702,1,0.5515,1,1,1,1,1,1,1,1,0.1935,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1921,0.3625,0,1,0.5925,1,1,1,0.012,0.5925,0,1,1,1,1,1,0.223351315,0,0.987218678,1,1,1,1,1,0.263134241,0,1,1,1,1,1,1,0.028052427,0,0.493898018,0.493759255,0.493794326
-1703,1,0.5515,1,1,1,1,1,1,1,1,0.3032,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2982,0.3625,0,1,0.5925,1,1,1,0.0177,0.5925,0,1,1,1,1,1,0.309461176,0,1,1,1,1,1,1,0.435710907,0,1,1,1,1,1,1,0.022771208,0,0.442846786,0.442775545,0.443262411
-1704,1,0.5515,1,1,1,1,1,1,1,1,0.3817,0.5515,0,1,0.3625,1,1,1,1,1,1,0.37,0.3625,0,1,0.5925,1,1,1,0.0278,0.5925,0,1,1,1,1,1,0.347218841,0,1,1,1,1,1,1,0.482757151,0,1,1,1,1,1,1,0.055998977,0,0.408228613,0.408081235,0.408244681
-1705,1,0.5515,1,1,1,1,1,1,1,1,0.528,0.5515,0,1,0.3625,1,1,1,1,1,1,0.3508,0.3625,0,1,0.5925,1,1,1,0.0794,0.5925,0,1,1,1,1,1,0.392522067,0,1,1,1,1,1,1,0.465468347,0,1,1,1,1,1,1,0.164867774,0,0.388231029,0.388195473,0.388297872
-1706,1,0.5515,1,1,1,1,1,1,1,1,0.488,0.5515,0,1,0.3625,1,1,1,1,1,1,0.3296,0.3625,0,1,0.5925,1,1,1,0.1393,0.5925,0,1,1,1,1,1,0.351304621,0,1,1,1,1,1,1,0.427500546,0,1,1,1,1,1,1,0.327104151,0,0.378806187,0.378887243,0.378989362
-1707,1,0.5515,1,1,1,1,1,1,1,1,0.4292,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1973,0.3625,0,1,0.5925,1,1,1,0.1468,0.5925,0,1,1,1,1,1,0.319853038,0,1,1,1,1,1,1,0.236555755,0,1,1,1,1,1,1,0.30811438,0,0.376510391,0.376560186,0.376329787
-1708,1,0.5515,1,1,1,1,1,1,1,1,0.359,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1616,0.3625,0,1,0.5925,1,1,1,0.1492,0.5925,0,1,1,1,1,1,0.213663831,0,1,1,1,1,1,1,0.175954625,0,1,1,1,1,1,1,0.306417376,0,0.386539391,0.386503067,0.386524823
-1709,1,0.5515,1,1,1,1,1,1,1,1,0.2262,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1971,0.3625,0,1,0.5925,1,1,1,0.1958,0.5925,0,1,1,1,1,1,0.150823072,0,1,1,1,1,1,1,0.211246207,0,1,1,1,1,1,1,0.35319677,0,0.424359594,0.424370637,0.424202128
-1710,1,0.5515,1,1,1,1,1,1,1,1,0.2149,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0853,0.3625,0,1,0.5925,1,1,1,0.1993,0.5925,0,1,1,1,1,1,0.178870663,0,1,1,1,1,1,1,0.112878561,0,1,1,1,1,1,1,0.323554069,0,0.50181247,0.501798181,0.502216312
-1711,1,0.5515,1,1,1,1,1,1,1,1,0.1331,0.5515,0.0216,1,0.3625,1,1,1,1,1,1,0.0411,0.3625,0.0008,1,0.5925,1,1,1,0.2454,0.5925,0.118,1,1,1,1,1,0.115636081,0.026299937,0.979040504,1,1,1,1,1,0.087980852,0.003429557,1,1,1,1,1,1,0.407860041,0.17756936,0.553830353,0.553839645,0.554078014
-1712,1,0.5515,1,1,1,1,1,1,1,1,0.1433,0.5515,0.1372,1,0.3625,1,1,1,1,1,1,0.0782,0.3625,0.1681,1,0.5925,1,1,1,0.2805,0.5925,0.287,1,1,1,1,1,0.161446825,0.24637267,0.980611265,1,1,1,1,1,0.10895279,0.281384677,0.778698206,1,1,1,1,1,0.351443976,0.495976895,0.568088449,0.568013539,0.568262411
-1713,1,0.5515,1,1,1,1,1,1,1,1,0.1238,0.5515,0.3468,1,0.3625,1,1,1,1,1,1,0.1138,0.3625,0.2841,1,0.5925,1,1,1,0.3661,0.5925,0.4184,1,1,1,1,1,0.116953321,0.518289983,0.984301209,1,1,1,1,1,0.155796409,0.465173692,1,1,1,1,1,1,0.423916072,0.752842963,0.573465442,0.573513857,0.57358156
-1714,1,0.5515,1,1,1,1,1,1,1,1,0.1262,0.5515,0.3952,1,0.3625,1,1,1,1,1,1,0.1179,0.3625,0.4238,1,0.5925,1,1,1,0.3419,0.5925,0.4466,1,1,1,1,1,0.099451557,0.672699869,1,1,1,1,1,1,0.146063343,0.607152939,0.995441139,1,1,1,1,1,0.418510467,0.82061708,0.577332044,0.577321769,0.577570922
-1715,1,0.5515,1,1,1,1,1,1,1,1,0.1563,0.5515,0.4551,1,0.3625,1,1,1,1,1,1,0.1173,0.3625,0.5036,1,0.5925,1,1,1,0.3346,0.5925,0.4374,1,1,1,1,1,0.127019614,0.735465527,1,1,1,1,1,1,0.125657707,0.734074712,0.927544534,1,1,1,1,1,0.468200862,0.858729601,0.578057032,0.577956421,0.578014184
-1716,1,0.5515,1,1,1,1,1,1,1,1,0.2149,0.5515,0.5095,1,0.3625,1,1,1,1,1,1,0.0501,0.3625,0.5608,1,0.5925,1,1,1,0.303,0.5925,0.4787,1,1,1,1,1,0.164488465,0.773904026,1,1,1,1,1,1,0.042886108,0.845103621,0.829560518,1,1,1,1,1,0.430171281,0.89209491,0.574855002,0.574783161,0.574911348
-1717,1,0.5515,1,1,1,1,1,1,1,1,0.2563,0.5515,0.5567,1,0.3625,1,1,1,1,1,1,0.1023,0.3625,0.6057,1,0.5925,1,1,1,0.3088,0.5925,0.4293,1,1,1,1,1,0.185257554,0.82567668,1,1,1,1,1,1,0.105061248,0.877608895,1,1,1,1,1,1,0.281017452,0.780676246,0.573827936,0.573725407,0.574024823
-1718,1,0.5515,1,1,1,1,1,1,1,1,0.3258,0.5515,0.5691,1,0.3625,1,1,1,1,1,1,0.2125,0.3625,0.6271,1,0.5925,1,1,1,0.2454,0.5925,0.446,1,1,1,1,1,0.191534221,0.834254324,1,1,1,1,1,1,0.200866997,0.861678362,1,1,1,1,1,1,0.229844913,0.634837031,0.567967617,0.568013539,0.567819149
-1719,1,0.5515,1,1,1,1,1,1,1,1,0.255,0.5515,0.4904,1,0.3625,1,1,1,1,1,1,0.1222,0.3625,0.5014,1,0.5925,1,1,1,0.2075,0.5925,0.3639,1,1,1,1,1,0.134823501,0.783505499,1,1,1,1,1,1,0.148557946,0.765957892,1,1,1,1,1,1,0.194142073,0.594836771,0.562288545,0.562301671,0.5625
-1720,1,0.5515,1,1,1,1,1,1,1,1,0.2394,0.5515,0.3087,1,0.3625,1,1,1,1,1,1,0.1071,0.3625,0.3431,1,0.5925,1,1,1,0.1731,0.5925,0.2763,1,1,1,1,1,0.181500077,0.596509635,0.976199269,1,1,1,1,1,0.145286083,0.672838509,1,1,1,1,1,1,0.210093334,0.519791245,0.562711455,0.562724773,0.562943262
-1721,1,0.5515,1,1,1,1,1,1,1,1,0.252,0.5515,0.1034,1,0.3625,1,1,1,1,1,1,0.1157,0.3625,0.1478,1,0.5925,1,1,1,0.1936,0.5925,0.07,1,1,1,1,1,0.252470285,0.3640984,1,1,1,1,1,1,0.168507963,0.423687518,1,1,1,1,1,1,0.202471614,0.285611749,0.568934268,0.568859742,0.569148936
-1722,1,0.5515,1,1,1,1,1,1,1,1,0.2508,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2183,0.3625,0,1,0.5925,1,1,1,0.2434,0.5925,0,1,1,1,1,1,0.244300306,0,1,1,1,1,1,1,0.21892193,0,1,1,1,1,1,1,0.16853033,0,0.57781537,0.57774487,0.578014184
-1723,1,0.5515,1,1,1,1,1,1,1,1,0.2435,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1347,0.3625,0,1,0.5925,1,1,1,0.1552,0.5925,0,1,1,1,1,1,0.258565754,0,1,1,1,1,1,1,0.158244103,0,1,1,1,1,1,1,0.135513917,0,0.605848236,0.605669558,0.605939716
-1724,1,0.5515,1,1,1,1,1,1,1,1,0.1671,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1087,0.3625,0,1,0.5925,1,1,1,0.1115,0.5925,0,1,1,1,1,1,0.20699212,0,0.998329163,1,1,1,1,1,0.141151756,0,1,1,1,1,1,1,0.105681926,0,0.589173514,0.589168606,0.589095745
-1725,1,0.5515,1,1,1,1,1,1,1,1,0.1807,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1298,0.3625,0,1,0.5925,1,1,1,0.1138,0.5925,0,1,1,1,1,1,0.214985341,0,1,1,1,1,1,1,0.129186615,0,1,1,1,1,1,1,0.167359352,0,0.54718463,0.547070023,0.547429078
-1726,1,0.5515,1,1,1,1,1,1,1,1,0.1913,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0465,0.3625,0,1,0.5925,1,1,1,0.0768,0.5925,0,1,1,1,1,1,0.154586628,0,1,1,1,1,1,1,0.114174135,0,1,1,1,1,1,1,0.116848066,0,0.490454326,0.490374445,0.490691489
-1727,1,0.5515,1,1,1,1,1,1,1,1,0.1254,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2289,0.3625,0,1,0.5925,1,1,1,0.1024,0.5925,0,1,1,1,1,1,0.146541029,0,0.680334926,1,1,1,1,1,0.2684865,0,1,1,1,1,1,1,0.106790513,0,0.438134364,0.43812143,0.438386525
-1728,1,0.5515,1,1,1,1,1,1,1,1,0.1518,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2094,0.3625,0,1,0.5925,1,1,1,0.1166,0.5925,0,1,1,1,1,1,0.143106252,0,0.995283604,1,1,1,1,1,0.330285341,0,1,1,1,1,1,1,0.151145652,0,0.403214113,0.40321557,0.402925532
-1729,1,0.5515,1,1,1,1,1,1,1,1,0.0972,0.5515,0,1,0.3625,1,1,1,1,1,1,0.311,0.3625,0,1,0.5925,1,1,1,0.1071,0.5925,0,1,1,1,1,1,0.115304761,0,1,1,1,1,1,1,0.311832249,0,1,1,1,1,1,1,0.175017089,0,0.384304012,0.38417601,0.384308511
-1730,1,0.5515,1,1,1,1,1,1,1,1,0.111,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1517,0.3625,0,1,0.5925,1,1,1,0.1298,0.5925,0,1,1,1,1,1,0.069806412,0,1,1,1,1,1,1,0.198970437,0,1,1,1,1,1,1,0.190226331,0,0.374697922,0.374867781,0.374556738
-1731,1,0.5515,1,1,1,1,1,1,1,1,0.0675,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1515,0.3625,0,1,0.5925,1,1,1,0.1215,0.5925,0,1,1,1,1,1,0.034580171,0,1,1,1,1,1,1,0.219954923,0,1,1,1,1,1,1,0.169419214,0,0.374275012,0.374233129,0.374113475
-1732,1,0.5515,1,1,1,1,1,1,1,1,0.0671,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0712,0.3625,0,1,0.5925,1,1,1,0.1378,0.5925,0,1,1,1,1,1,0.0211649,0,0.991128445,1,1,1,1,1,0.094971023,0,1,1,1,1,1,1,0.133375168,0,0.383095698,0.383118257,0.382978723
-1733,1,0.5515,1,1,1,1,1,1,1,1,0.0691,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0188,0.3625,0,1,0.5925,1,1,1,0.0885,0.5925,0,1,1,1,1,1,0.025425225,0,0.809598207,1,1,1,1,1,0.087702684,0,0.954809725,1,1,1,1,1,0.137158647,0,0.421882552,0.421832029,0.421985816
-1734,1,0.5515,1,1,1,1,1,1,1,1,0.04,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0107,0.3625,0,1,0.5925,1,1,1,0.0975,0.5925,0,1,1,1,1,1,0.020982316,0,0.5306108,1,1,1,1,1,0.066192776,0,0.482276767,1,1,1,1,1,0.149320245,0,0.500060416,0.500105775,0.5
-1735,1,0.5515,1,1,1,1,1,1,1,1,0.0402,0.5515,0.1381,1,0.3625,1,1,1,1,1,1,0.0322,0.3625,0.1811,1,0.5925,1,1,1,0.0825,0.5925,0.0677,1,1,1,1,1,0.037779789,0.459490389,0.11970941,1,1,1,1,1,0.095193587,0.517112792,0.300206542,1,1,1,1,1,0.074359834,0.100909635,0.548272112,0.548339327,0.548758865
-1736,1,0.5515,1,1,1,1,1,1,1,1,0.0354,0.5515,0.3552,1,0.3625,1,1,1,1,1,1,0.0045,0.3625,0.4159,1,0.5925,1,1,1,0.0936,0.5925,0.2245,1,1,1,1,1,0.01452402,0.750550389,0.144527495,1,1,1,1,1,0.021676518,0.820192456,0.365216732,1,1,1,1,1,0.106650658,0.4207201,0.559509425,0.559551513,0.559397163
-1737,1,0.5515,1,1,1,1,1,1,1,1,0.0229,0.5515,0.516,1,0.3625,1,1,1,1,1,1,0.1912,0.3625,0.5904,1,0.5925,1,1,1,0.088,0.5925,0.3383,1,1,1,1,1,0.067525521,0.911103129,0.205037221,1,1,1,1,1,0.185777262,0.97908622,0.504319131,1,1,1,1,1,0.090980798,0.578258634,0.566034316,0.566109583,0.566046099
-1738,1,0.5515,1,1,1,1,1,1,1,1,0.0359,0.5515,0.6441,1,0.3625,1,1,1,1,1,1,0.4129,0.3625,0.7199,1,0.5925,1,1,1,0.0745,0.5925,0.3617,1,1,1,1,1,0.064102553,0.957896173,0.298219085,1,1,1,1,1,0.374621153,0.999971867,0.562464178,1,1,1,1,1,0.094607666,0.634622157,0.571230063,0.571186799,0.571365248
-1739,1,0.5515,1,1,1,1,1,1,1,1,0.068,0.5515,0.6863,1,0.3625,1,1,1,1,1,1,0.3873,0.3625,0.7504,1,0.5925,1,1,1,0.0681,0.5925,0.3917,1,1,1,1,1,0.123367131,0.976772428,0.577710152,1,1,1,1,1,0.353668064,0.999994636,0.645945847,1,1,1,1,1,0.080323026,0.677430511,0.572196713,0.572244553,0.572251773
-1740,1,0.5515,1,1,1,1,1,1,1,1,0.0786,0.5515,0.6974,1,0.3625,1,1,1,1,1,1,0.3752,0.3625,0.7513,1,0.5925,1,1,1,0.0756,0.5925,0.4646,1,1,1,1,1,0.1172712,0.981441379,0.400975168,1,1,1,1,1,0.326289326,0.99999404,0.196446866,1,1,1,1,1,0.085106075,0.734319448,0.567061382,0.566955786,0.567375887
-1741,1,0.5515,1,1,1,1,1,1,1,1,0.1001,0.5515,0.689,1,0.3625,1,1,1,1,1,1,0.3384,0.3625,0.7527,1,0.5925,1,1,1,0.0817,0.5925,0.4188,1,1,1,1,1,0.178249866,0.968708634,0.232831091,1,1,1,1,1,0.296924829,0.999992013,0.047417805,1,1,1,1,1,0.085674182,0.697424769,0.565853069,0.565686482,0.566046099
-1742,1,0.5515,1,1,1,1,1,1,1,1,0.1346,0.5515,0.6444,1,0.3625,1,1,1,1,1,1,0.4649,0.3625,0.7282,1,0.5925,1,1,1,0.0821,0.5925,0.3733,1,1,1,1,1,0.24915415,0.91183275,0.087279335,1,1,1,1,1,0.405457765,0.999986231,0.080145031,1,1,1,1,1,0.053469837,0.549378037,0.559751087,0.559763063,0.559840426
-1743,1,0.5515,1,1,1,1,1,1,1,1,0.1231,0.5515,0.5104,1,0.3625,1,1,1,1,1,1,0.6049,0.3625,0.5953,1,0.5925,1,1,1,0.0596,0.5925,0.3193,1,1,1,1,1,0.252639651,0.848678589,0.067868449,1,1,1,1,1,0.546363175,0.995084286,0.320227504,1,1,1,1,1,0.045919836,0.510945678,0.555461576,0.55553205,0.555407801
-1744,1,0.5515,1,1,1,1,1,1,1,1,0.1899,0.5515,0.3224,1,0.3625,1,1,1,1,1,1,0.4072,0.3625,0.4131,1,0.5925,1,1,1,0.0524,0.5925,0.1881,1,1,1,1,1,0.169540808,0.64736557,0.218348622,1,1,1,1,1,0.396441877,0.836713612,0.923858106,1,1,1,1,1,0.046030775,0.376843303,0.559630256,0.559763063,0.559840426
-1745,1,0.5515,1,1,1,1,1,1,1,1,0.2262,0.5515,0.0976,1,0.3625,1,1,1,1,1,1,0.2391,0.3625,0.1772,1,0.5925,1,1,1,0.0574,0.5925,0.0349,1,1,1,1,1,0.110772863,0.359108984,0.255488038,1,1,1,1,1,0.253771096,0.535573244,1,1,1,1,1,1,0.033609807,0.065564707,0.572861286,0.572879205,0.573138298
-1746,1,0.5515,1,1,1,1,1,1,1,1,0.2076,0.5515,0,1,0.3625,1,1,1,1,1,1,0.07,0.3625,0,1,0.5925,1,1,1,0.0845,0.5925,0,1,1,1,1,1,0.089698806,0,0.319727659,1,1,1,1,1,0.125358015,0,1,1,1,1,1,1,0.035388585,0,0.586756887,0.586629998,0.586879433
-1747,1,0.5515,1,1,1,1,1,1,1,1,0.0977,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0592,0.3625,0,1,0.5925,1,1,1,0.0465,0.5925,0,1,1,1,1,1,0.044339329,0,0.208312094,1,1,1,1,1,0.136112496,0,1,1,1,1,1,1,0.02575309,0,0.608264862,0.608208166,0.608156028
-1748,1,0.5515,1,1,1,1,1,1,1,1,0.0982,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0966,0.3625,0,1,0.5925,1,1,1,0.07,0.5925,0,1,1,1,1,1,0.037860218,0,0.121615089,1,1,1,1,1,0.141679347,0,0.970225215,1,1,1,1,1,0.084335454,0,0.592677622,0.592764967,0.592641844
-1749,1,0.5515,1,1,1,1,1,1,1,1,0.0775,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1124,0.3625,0,1,0.5925,1,1,1,0.0873,0.5925,0,1,1,1,1,1,0.038989089,0,0.428217232,1,1,1,1,1,0.174880087,0,0.25235498,1,1,1,1,1,0.088335022,0,0.553347028,0.553416543,0.553191489
-1750,1,0.5515,1,1,1,1,1,1,1,1,0.0677,0.5515,0,1,0.3625,1,1,1,1,1,1,0.063,0.3625,0,1,0.5925,1,1,1,0.0748,0.5925,0,1,1,1,1,1,0.032629881,0,0.241970539,1,1,1,1,1,0.12147598,0,0.989081979,1,1,1,1,1,0.066638954,0,0.498308362,0.49841337,0.49822695
-1751,1,0.5515,1,1,1,1,1,1,1,1,0.0391,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1432,0.3625,0,1,0.5925,1,1,1,0.0737,0.5925,0,1,1,1,1,1,0.0156067,0,0.124972217,1,1,1,1,1,0.159391761,0,0.997947693,1,1,1,1,1,0.058776438,0,0.447921701,0.447852761,0.447695035
-1752,1,0.5515,1,1,1,1,1,1,1,1,0.0241,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1571,0.3625,0,1,0.5925,1,1,1,0.0739,0.5925,0,1,1,1,1,1,0.008690809,0,0.051830143,1,1,1,1,1,0.219018161,0,0.616876185,1,1,1,1,1,0.05876879,0,0.415478492,0.415485509,0.415780142
-1753,1,0.5515,1,1,1,1,1,1,1,1,0.0223,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0603,0.3625,0,1,0.5925,1,1,1,0.0616,0.5925,0,1,1,1,1,1,0.002988421,0,0.04946889,1,1,1,1,1,0.086156622,0,0.274680883,1,1,1,1,1,0.044548918,0,0.397595457,0.397715253,0.397606383
-1754,1,0.5515,1,1,1,1,1,1,1,1,0.0163,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0187,0.3625,0,1,0.5925,1,1,1,0.0654,0.5925,0,1,1,1,1,1,0.002389602,0,0.180311412,1,1,1,1,1,0.057802066,0,0.243769914,1,1,1,1,1,0.059283152,0,0.38877477,0.388830125,0.388741135
-1755,1,0.5515,1,1,1,1,1,1,1,1,0.0103,0.5515,0,1,0.3625,1,1,1,1,1,1,0,0.3625,0,1,0.5925,1,1,1,0.1039,0.5925,0,1,1,1,1,1,0.002852813,0,0.197104603,1,1,1,1,1,0.023940083,0,0.206516504,1,1,1,1,1,0.103998579,0,0.388110198,0.387983922,0.388297872
-1756,1,0.5515,1,1,1,1,1,1,1,1,0.0084,0.5515,0,1,0.3625,1,1,1,1,1,1,0,0.3625,0,1,0.5925,1,1,1,0.1319,0.5925,0,1,1,1,1,1,0.003587533,0,0.255359501,1,1,1,1,1,0.017390905,0,0.224760205,1,1,1,1,1,0.135006174,0,0.398985017,0.398984557,0.39893617
-1757,1,0.5515,1,1,1,1,1,1,1,1,0.0141,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0239,0.3625,0,1,0.5925,1,1,1,0.115,0.5925,0,1,1,1,1,1,0.004361832,0,0.276588142,1,1,1,1,1,0.0511318,0,0.179500267,1,1,1,1,1,0.104642518,0,0.439705172,0.439813835,0.439716312
-1758,1,0.5515,1,1,1,1,1,1,1,1,0.0088,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0231,0.3625,0,1,0.5925,1,1,1,0.1065,0.5925,0,1,1,1,1,1,0.001724491,0,0.206568196,1,1,1,1,1,0.043107942,0,0.140081942,1,1,1,1,1,0.101212256,0,0.520118415,0.520203089,0.520390071
-1759,1,0.5515,1,1,1,1,1,1,1,1,0.003,0.5515,0.1353,1,0.3625,1,1,1,1,1,1,0.0099,0.3625,0.1354,1,0.5925,1,1,1,0.0802,0.5925,0.1503,1,1,1,1,1,0.004147269,0.343968034,0.154827967,1,1,1,1,1,0.027101463,0.332160562,0.115700528,1,1,1,1,1,0.091261268,0.453343332,0.571169647,0.571186799,0.571365248
-1760,1,0.5515,1,1,1,1,1,1,1,1,0.0091,0.5515,0.3241,1,0.3625,1,1,1,1,1,1,0.0044,0.3625,0.3278,1,0.5925,1,1,1,0.1422,0.5925,0.329,1,1,1,1,1,0.009654808,0.56994164,0.051863514,1,1,1,1,1,0.017764129,0.601148725,0.067172252,1,1,1,1,1,0.130065367,0.681766033,0.582950701,0.582822086,0.582890071
-1761,1,0.5515,1,1,1,1,1,1,1,1,0.028,0.5515,0.4493,1,0.3625,1,1,1,1,1,1,0.0048,0.3625,0.4588,1,0.5925,1,1,1,0.1335,0.5925,0.4349,1,1,1,1,1,0.009996654,0.673025608,0.008011933,1,1,1,1,1,0.01098536,0.715331376,0.078546599,1,1,1,1,1,0.088596277,0.750889897,0.588206863,0.588322403,0.588652482
-1762,1,0.5515,1,1,1,1,1,1,1,1,0.0208,0.5515,0.5111,1,0.3625,1,1,1,1,1,1,0.0047,0.3625,0.5147,1,0.5925,1,1,1,0.0998,0.5925,0.4667,1,1,1,1,1,0.004087534,0.706403196,0.022404362,1,1,1,1,1,0.008437676,0.753777206,0.051542148,1,1,1,1,1,0.070251726,0.77558738,0.5929797,0.592976518,0.593085106
-1763,1,0.5515,1,1,1,1,1,1,1,1,0.0051,0.5515,0.5157,1,0.3625,1,1,1,1,1,1,0.0132,0.3625,0.5454,1,0.5925,1,1,1,0.0402,0.5925,0.4964,1,1,1,1,1,0.00123732,0.719166338,0.039658189,1,1,1,1,1,0.015142253,0.810320139,0.08185707,1,1,1,1,1,0.033016395,0.75766921,0.590381827,0.59043791,0.590868794
-1764,1,0.5515,1,1,1,1,1,1,1,1,0.0057,0.5515,0.5283,1,0.3625,1,1,1,1,1,1,0.0148,0.3625,0.5871,1,0.5925,1,1,1,0.043,0.5925,0.5141,1,1,1,1,1,0.002884177,0.744595885,0.042450078,1,1,1,1,1,0.020244611,0.921604574,0.045223039,1,1,1,1,1,0.030535681,0.807892263,0.583011116,0.583033637,0.582890071
-1765,1,0.5515,1,1,1,1,1,1,1,1,0.0078,0.5515,0.5478,1,0.3625,1,1,1,1,1,1,0.0265,0.3625,0.6394,1,0.5925,1,1,1,0.0477,0.5925,0.517,1,1,1,1,1,0.002791797,0.754130602,0.044187844,1,1,1,1,1,0.035994455,0.915518761,0.022327488,1,1,1,1,1,0.076371282,0.866582751,0.577936201,0.577956421,0.578014184
-1766,1,0.5515,1,1,1,1,1,1,1,1,0.0181,0.5515,0.5083,1,0.3625,1,1,1,1,1,1,0.0499,0.3625,0.6015,1,0.5925,1,1,1,0.0288,0.5925,0.5542,1,1,1,1,1,0.00539788,0.696613848,0.035014715,1,1,1,1,1,0.081874534,0.822051823,0.025230628,1,1,1,1,1,0.034556657,0.878534913,0.567303045,0.567378887,0.567375887
-1767,1,0.5515,1,1,1,1,1,1,1,1,0.0137,0.5515,0.4275,1,0.3625,1,1,1,1,1,1,0.066,0.3625,0.4526,1,0.5925,1,1,1,0.016,0.5925,0.4776,1,1,1,1,1,0.010122919,0.681718349,0.062095501,1,1,1,1,1,0.103606597,0.625797153,0.030878015,1,1,1,1,1,0.025532935,0.888546467,0.561684389,0.561667019,0.561613475
-1768,1,0.5515,1,1,1,1,1,1,1,1,0.0385,0.5515,0.2737,1,0.3625,1,1,1,1,1,1,0.0716,0.3625,0.2548,1,0.5925,1,1,1,0.0243,0.5925,0.332,1,1,1,1,1,0.037085086,0.520816326,0.029132765,1,1,1,1,1,0.107357696,0.374472201,0.108656541,1,1,1,1,1,0.027194314,0.769235373,0.565611406,0.565686482,0.565602837
-1769,1,0.5515,1,1,1,1,1,1,1,1,0.0371,0.5515,0.0788,1,0.3625,1,1,1,1,1,1,0.0716,0.3625,0.0717,1,0.5925,1,1,1,0.0262,0.5925,0.1007,1,1,1,1,1,0.056044914,0.281762511,0.016458303,1,1,1,1,1,0.10092178,0.170452073,0.073106289,1,1,1,1,1,0.035089865,0.468452036,0.579869502,0.579860377,0.580230496
-1770,1,0.5515,1,1,1,1,1,1,1,1,0.0255,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0274,0.3625,0,1,0.5925,1,1,1,0.0907,0.5925,0,1,1,1,1,1,0.068474971,0,0.047343899,1,1,1,1,1,0.035624489,0,0.083929062,1,1,1,1,1,0.164517671,0,0.599021266,0.599111487,0.59929078
-1771,1,0.5515,1,1,1,1,1,1,1,1,0.0209,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0599,0.3625,0,1,0.5925,1,1,1,0.1194,0.5925,0,1,1,1,1,1,0.060826875,0,0.065217018,1,1,1,1,1,0.074518815,0,0.089179844,1,1,1,1,1,0.2538746,0,0.623791687,0.623651365,0.624113475
-1772,1,0.5515,1,1,1,1,1,1,1,1,0.0299,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0451,0.3625,0,1,0.5925,1,1,1,0.059,0.5925,0,1,1,1,1,1,0.057409119,0,0.121319778,1,1,1,1,1,0.073262244,0,0.081689276,1,1,1,1,1,0.125937462,0,0.607902368,0.607785065,0.607712766
-1773,1,0.5515,1,1,1,1,1,1,1,1,0.0681,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0567,0.3625,0,1,0.5925,1,1,1,0.0823,0.5925,0,1,1,1,1,1,0.149717316,0,0.215854928,1,1,1,1,1,0.097174436,0,0.133349493,1,1,1,1,1,0.218399718,0,0.571350894,0.57139835,0.571808511
-1774,1,0.5515,1,1,1,1,1,1,1,1,0.047,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1147,0.3625,0,1,0.5925,1,1,1,0.0925,0.5925,0,1,1,1,1,1,0.11011371,0,0.142460346,1,1,1,1,1,0.136301488,0,0.372292459,1,1,1,1,1,0.257820547,0,0.5169768,0.516818278,0.516843972
-1775,1,0.5515,1,1,1,1,1,1,1,1,0.0426,0.5515,0,1,0.3625,1,1,1,1,1,1,0.103,0.3625,0,1,0.5925,1,1,1,0.0881,0.5925,0,1,1,1,1,1,0.108615346,0,0.07518205,1,1,1,1,1,0.120992899,0,0.384824097,1,1,1,1,1,0.248485163,0,0.465865152,0.465834567,0.466312057
-1776,1,0.5515,1,1,1,1,1,1,1,1,0.0284,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1236,0.3625,0,1,0.5925,1,1,1,0.0496,0.5925,0,1,1,1,1,1,0.086190462,0,0.024176892,1,1,1,1,1,0.1430161,0,0.301168859,1,1,1,1,1,0.17537877,0,0.431488642,0.431563359,0.431737589
-1777,1,0.5515,1,1,1,1,1,1,1,1,0.042,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1176,0.3625,0,1,0.5925,1,1,1,0.0569,0.5925,0,1,1,1,1,1,0.104392834,0,0.027173884,1,1,1,1,1,0.135917693,0,0.220025137,1,1,1,1,1,0.152197748,0,0.412336878,0.412312249,0.412234043
-1778,1,0.5515,1,1,1,1,1,1,1,1,0.0159,0.5515,0,1,0.3625,1,1,1,1,1,1,0.124,0.3625,0,1,0.5925,1,1,1,0.0483,0.5925,0,1,1,1,1,1,0.070049755,0,0.064449668,1,1,1,1,1,0.14826867,0,0.175084293,1,1,1,1,1,0.141162962,0,0.404059932,0.404061773,0.404255319
-1779,1,0.5515,1,1,1,1,1,1,1,1,0.0038,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0527,0.3625,0,1,0.5925,1,1,1,0.0536,0.5925,0,1,1,1,1,1,0.029680403,0,0.04418464,1,1,1,1,1,0.063270137,0,0.165939018,1,1,1,1,1,0.154726535,0,0.401945384,0.401946266,0.402039007
-1780,1,0.5515,1,1,1,1,1,1,1,1,0.0129,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0217,0.3625,0,1,0.5925,1,1,1,0.0575,0.5925,0,1,1,1,1,1,0.040915269,0,0.03560273,1,1,1,1,1,0.027167108,0,0.147543728,1,1,1,1,1,0.136880264,0,0.412155631,0.412100698,0.412234043
-1781,1,0.5515,1,1,1,1,1,1,1,1,0.0165,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0589,0.3625,0,1,0.5925,1,1,1,0.058,0.5925,0,1,1,1,1,1,0.044068195,0,0.033597849,1,1,1,1,1,0.055304434,0,0.051127229,1,1,1,1,1,0.133310556,0,0.451123731,0.451026021,0.451241135
-1782,1,0.5515,1,1,1,1,1,1,1,1,0.024,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0166,0.3625,0,1,0.5925,1,1,1,0.0451,0.5925,0,1,1,1,1,1,0.056654349,0,0.035635628,1,1,1,1,1,0.01627828,0,0.038881153,1,1,1,1,1,0.157064885,0,0.527730788,0.527607362,0.52748227
-1783,1,0.5515,1,1,1,1,1,1,1,1,0.0378,0.5515,0.1294,1,0.3625,1,1,1,1,1,1,0.0157,0.3625,0.0587,1,0.5925,1,1,1,0.0832,0.5925,0.0725,1,1,1,1,1,0.086588383,0.253444403,0.046015475,1,1,1,1,1,0.015844479,0.085523561,0.098212831,1,1,1,1,1,0.233237162,0.188702658,0.575036249,0.574994711,0.57535461
-1784,1,0.5515,1,1,1,1,1,1,1,1,0.0473,0.5515,0.2557,1,0.3625,1,1,1,1,1,1,0.0018,0.3625,0.2359,1,0.5925,1,1,1,0.0858,0.5925,0.1756,1,1,1,1,1,0.091803603,0.365056157,0.052725915,1,1,1,1,1,0.00387397,0.346324742,0.085824348,1,1,1,1,1,0.219443083,0.3744542,0.589717255,0.589591707,0.58998227
-1785,1,0.5515,1,1,1,1,1,1,1,1,0.0284,0.5515,0.3575,1,0.3625,1,1,1,1,1,1,0.0013,0.3625,0.363,1,0.5925,1,1,1,0.0799,0.5925,0.2288,1,1,1,1,1,0.078414269,0.508041441,0.015219314,1,1,1,1,1,0.006971548,0.496842057,0.055997126,1,1,1,1,1,0.226082757,0.483581632,0.597208797,0.597207531,0.597074468
-1786,1,0.5515,1,1,1,1,1,1,1,1,0.0106,0.5515,0.4229,1,0.3625,1,1,1,1,1,1,0,0.3625,0.4041,1,0.5925,1,1,1,0.0869,0.5925,0.3249,1,1,1,1,1,0.040662244,0.621997237,0.053707056,1,1,1,1,1,0.000701291,0.540067255,0.051443979,1,1,1,1,1,0.228931442,0.57101202,0.603914935,0.603977153,0.604166667
-1787,1,0.5515,1,1,1,1,1,1,1,1,0.0118,0.5515,0.4246,1,0.3625,1,1,1,1,1,1,0.0054,0.3625,0.4404,1,0.5925,1,1,1,0.0717,0.5925,0.3781,1,1,1,1,1,0.029052602,0.635797918,0.046501115,1,1,1,1,1,0.007645336,0.624879003,0.136139005,1,1,1,1,1,0.204621449,0.581080616,0.605002417,0.605034906,0.605053191
-1788,1,0.5515,1,1,1,1,1,1,1,1,0.0065,0.5515,0.4343,1,0.3625,1,1,1,1,1,1,0,0.3625,0.4086,1,0.5925,1,1,1,0.069,0.5925,0.3677,1,1,1,1,1,0.011574349,0.6066342,0.03760121,1,1,1,1,1,7.47E-05,0.569299221,0.097358376,1,1,1,1,1,0.177072972,0.579841137,0.600652489,0.600803893,0.60106383
-1789,1,0.5515,1,1,1,1,1,1,1,1,0.019,0.5515,0.3961,1,0.3625,1,1,1,1,1,1,0,0.3625,0.3769,1,0.5925,1,1,1,0.0743,0.5925,0.3346,1,1,1,1,1,0.023361167,0.551735997,0.011439389,1,1,1,1,1,2.72E-05,0.568509996,0.058270685,1,1,1,1,1,0.198888406,0.501050889,0.598235863,0.598265285,0.598404255
-1790,1,0.5515,1,1,1,1,1,1,1,1,0.0172,0.5515,0.3624,1,0.3625,1,1,1,1,1,1,0.0135,0.3625,0.4113,1,0.5925,1,1,1,0.0844,0.5925,0.306,1,1,1,1,1,0.009822381,0.508171201,0.011856605,1,1,1,1,1,0.01429602,0.587741733,0.078535616,1,1,1,1,1,0.202982426,0.468512028,0.590925568,0.590861011,0.590868794
-1791,1,0.5515,1,1,1,1,1,1,1,1,0.0125,0.5515,0.3349,1,0.3625,1,1,1,1,1,1,0.0062,0.3625,0.3935,1,0.5925,1,1,1,0.0654,0.5925,0.1548,1,1,1,1,1,0.012342216,0.560804904,0.01505051,1,1,1,1,1,0.004122368,0.579036474,0.166097909,1,1,1,1,1,0.165567204,0.407559574,0.585004833,0.584937593,0.585106383
-1792,1,0.5515,1,1,1,1,1,1,1,1,0.0011,0.5515,0.2482,1,0.3625,1,1,1,1,1,1,0,0.3625,0.2956,1,0.5925,1,1,1,0.1013,0.5925,0.1508,1,1,1,1,1,0.001468413,0.525383413,0.090902567,1,1,1,1,1,1.85E-05,0.550167024,0.122306034,1,1,1,1,1,0.257251382,0.24147363,0.583434026,0.583456738,0.583776596
-1793,1,0.5515,1,1,1,1,1,1,1,1,0,0.5515,0.077,1,0.3625,1,1,1,1,1,1,0.0115,0.3625,0.1214,1,0.5925,1,1,1,0.1026,0.5925,0.0368,1,1,1,1,1,0.00018174,0.334844977,0.247529745,1,1,1,1,1,0.007889576,0.331487507,0.132093966,1,1,1,1,1,0.325384438,0.047541805,0.585306912,0.585360694,0.585549645
-1794,1,0.5515,1,1,1,1,1,1,1,1,0.0071,0.5515,0,1,0.3625,1,1,1,1,1,1,0,0.3625,0,1,0.5925,1,1,1,0.144,0.5925,0,1,1,1,1,1,0.009106685,0,0.336092949,1,1,1,1,1,0.001062569,0,0.238406301,1,1,1,1,1,0.474801183,0,0.590563074,0.590649461,0.590868794
-1795,1,0.5515,1,1,1,1,1,1,1,1,0.029,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1425,0.3625,0,1,0.5925,1,1,1,0.1995,0.5925,0,1,1,1,1,1,0.057404701,0,0.15993309,1,1,1,1,1,0.119172066,0,0.066810995,1,1,1,1,1,0.519007146,0,0.605123248,0.605034906,0.605496454
-1796,1,0.5515,1,1,1,1,1,1,1,1,0.0194,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1753,0.3625,0,1,0.5925,1,1,1,0.2041,0.5925,0,1,1,1,1,1,0.051229611,0,0.148881167,1,1,1,1,1,0.153507665,0,0.015773037,1,1,1,1,1,0.429611832,0,0.588750604,0.588745505,0.588652482
-1797,1,0.5515,1,1,1,1,1,1,1,1,0.0239,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2412,0.3625,0,1,0.5925,1,1,1,0.3155,0.5925,0,1,1,1,1,1,0.074476898,0,0.029891226,1,1,1,1,1,0.205143154,0,0,1,1,1,1,1,0.551877081,0,0.558240696,0.558282209,0.558510638
-1798,1,0.5515,1,1,1,1,1,1,1,1,0.098,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1534,0.3625,0,1,0.5925,1,1,1,0.3205,0.5925,0,1,1,1,1,1,0.211431712,0,0.014975368,1,1,1,1,1,0.163193479,0,0,1,1,1,1,1,0.541362286,0,0.514560174,0.514702771,0.51462766
-1799,1,0.5515,1,1,1,1,1,1,1,1,0.1565,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1436,0.3625,0,1,0.5925,1,1,1,0.3824,0.5925,0,1,1,1,1,1,0.302534193,0,0.007345118,1,1,1,1,1,0.165467918,0,0,1,1,1,1,1,0.590384007,0,0.467617206,0.467738523,0.467641844
-1800,1,0.5515,1,1,1,1,1,1,1,1,0.0903,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0824,0.3625,0,1,0.5925,1,1,1,0.3333,0.5925,0,1,1,1,1,1,0.181142926,0,0.13431555,1,1,1,1,1,0.134991363,0,0.029178536,1,1,1,1,1,0.517682493,0,0.431246979,0.431351809,0.431294326
-1801,1,0.5515,1,1,1,1,1,1,1,1,0.0663,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0329,0.3625,0,1,0.5925,1,1,1,0.3177,0.5925,0,1,1,1,1,1,0.127938807,0,0.15980871,1,1,1,1,1,0.060174331,0,0.062566496,1,1,1,1,1,0.50495857,0,0.409134848,0.409138989,0.409131206
-1802,1,0.5515,1,1,1,1,1,1,1,1,0.0332,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0149,0.3625,0,1,0.5925,1,1,1,0.3228,0.5925,0,1,1,1,1,1,0.078315362,0,0.154153839,1,1,1,1,1,0.044098385,0,0.017981676,1,1,1,1,1,0.498286426,0,0.397595457,0.397715253,0.397606383
-1803,1,0.5515,1,1,1,1,1,1,1,1,0.0594,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0169,0.3625,0,1,0.5925,1,1,1,0.2801,0.5925,0,1,1,1,1,1,0.0732667,0,0.331305861,1,1,1,1,1,0.07777945,0,0.113358907,1,1,1,1,1,0.42870453,0,0.392158047,0.392003385,0.392287234
-1804,1,0.5515,1,1,1,1,1,1,1,1,0.0595,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0112,0.3625,0,1,0.5925,1,1,1,0.2208,0.5925,0,1,1,1,1,1,0.082370758,0,0.582618058,1,1,1,1,1,0.072234526,0,0.263346612,1,1,1,1,1,0.355839252,0,0.394755921,0.394753543,0.394503546
-1805,1,0.5515,1,1,1,1,1,1,1,1,0.0374,0.5515,0,1,0.3625,1,1,1,1,1,1,0,0.3625,0,1,0.5925,1,1,1,0.181,0.5925,0,1,1,1,1,1,0.059377555,0,0.590159357,1,1,1,1,1,0.037245169,0,0.217022508,1,1,1,1,1,0.261813909,0,0.408591107,0.408715887,0.408687943
-1806,1,0.5515,1,1,1,1,1,1,1,1,0.0226,0.5515,0,1,0.3625,1,1,1,1,1,1,0,0.3625,0,1,0.5925,1,1,1,0.202,0.5925,0.0003,1,1,1,1,1,0.03784183,0,0.376458466,1,1,1,1,1,0.00849474,0,0.153690845,1,1,1,1,1,0.267266482,0.000256367,0.436563557,0.436640575,0.436613475
-1807,1,0.5515,1,1,1,1,1,1,1,1,0.0117,0.5515,0.1565,1,0.3625,1,1,1,1,1,1,0,0.3625,0.1624,1,0.5925,1,1,1,0.1055,0.5925,0.1668,1,1,1,1,1,0.014805809,0.446888745,0.256865382,1,1,1,1,1,0.008890332,0.441020817,0.100265451,1,1,1,1,1,0.132310227,0.448405027,0.468644273,0.468796277,0.468528369
-1808,1,0.5515,1,1,1,1,1,1,1,1,0.0125,0.5515,0.335,1,0.3625,1,1,1,1,1,1,0,0.3625,0.341,1,0.5925,1,1,1,0.1064,0.5925,0.3796,1,1,1,1,1,0.003743255,0.648139238,0.180346891,1,1,1,1,1,0.001252718,0.618202567,0.136080638,1,1,1,1,1,0.122368492,0.743463933,0.508276945,0.508356251,0.508421986
-1809,1,0.5515,1,1,1,1,1,1,1,1,0.0104,0.5515,0.4633,1,0.3625,1,1,1,1,1,1,0,0.3625,0.4545,1,0.5925,1,1,1,0.0711,0.5925,0.5223,1,1,1,1,1,0.002006577,0.721168399,0.234733939,1,1,1,1,1,0.001746752,0.696716607,0.173879832,1,1,1,1,1,0.057661418,0.879514515,0.534980667,0.535011635,0.53501773
-1810,1,0.5515,1,1,1,1,1,1,1,1,0.004,0.5515,0.5242,1,0.3625,1,1,1,1,1,1,0,0.3625,0.529,1,0.5925,1,1,1,0.0248,0.5925,0.649,1,1,1,1,1,0.000467952,0.741131663,0.149156302,1,1,1,1,1,0.000340867,0.79499954,0.205834836,1,1,1,1,1,0.02039252,0.912048459,0.547305462,0.547281574,0.547429078
-1811,1,0.5515,1,1,1,1,1,1,1,1,0.0059,0.5515,0.5091,1,0.3625,1,1,1,1,1,1,0,0.3625,0.5333,1,0.5925,1,1,1,0.0084,0.5925,0.6963,1,1,1,1,1,0.000799881,0.721734166,0.070803754,1,1,1,1,1,0.000123902,0.844072104,0.162398443,1,1,1,1,1,0.002653072,0.923582494,0.545734654,0.545800719,0.546099291
-1812,1,0.5515,1,1,1,1,1,1,1,1,0.006,0.5515,0.5234,1,0.3625,1,1,1,1,1,1,0.0023,0.3625,0.5503,1,0.5925,1,1,1,0.0026,0.5925,0.7074,1,1,1,1,1,0.002714419,0.729320168,0.073613636,1,1,1,1,1,0.003331026,0.891414642,0.132146865,1,1,1,1,1,0.000771692,0.958413899,0.535947318,0.535857838,0.535904255
-1813,1,0.5515,1,1,1,1,1,1,1,1,0.0032,0.5515,0.51,1,0.3625,1,1,1,1,1,1,0.0031,0.3625,0.5553,1,0.5925,1,1,1,0,0.5925,0.6817,1,1,1,1,1,0.004823856,0.707592905,0.146808237,1,1,1,1,1,0.00656933,0.907955706,0.180583,1,1,1,1,1,0.004099048,0.981813073,0.52338086,0.523376349,0.523492908
-1814,1,0.5515,1,1,1,1,1,1,1,1,0.0018,0.5515,0.5288,1,0.3625,1,1,1,1,1,1,0,0.3625,0.6184,1,0.5925,1,1,1,0.0013,0.5925,0.6602,1,1,1,1,1,0.001012409,0.739665151,0.158733621,1,1,1,1,1,0.000491463,0.939874768,0.093258128,1,1,1,1,1,0.01593785,0.964443445,0.510451909,0.510471758,0.510638298
-1815,1,0.5515,1,1,1,1,1,1,1,1,0.0005,0.5515,0.4951,1,0.3625,1,1,1,1,1,1,0.0022,0.3625,0.5482,1,0.5925,1,1,1,0.0057,0.5925,0.4951,1,1,1,1,1,0.001588959,0.834832311,0.11686255,1,1,1,1,1,0.008769047,0.938777208,0.090973303,1,1,1,1,1,0.045831539,0.913417399,0.499697922,0.499682674,0.5
-1816,1,0.5515,1,1,1,1,1,1,1,1,0.0004,0.5515,0.3505,1,0.3625,1,1,1,1,1,1,0.0139,0.3625,0.404,1,0.5925,1,1,1,0.0223,0.5925,0.2881,1,1,1,1,1,0.004109984,0.750075638,0.082951367,1,1,1,1,1,0.021528456,0.82747072,0.082213357,1,1,1,1,1,0.064406998,0.72597599,0.497402127,0.497355617,0.497783688
-1817,1,0.5515,1,1,1,1,1,1,1,1,0.0096,0.5515,0.1309,1,0.3625,1,1,1,1,1,1,0.012,0.3625,0.1765,1,0.5925,1,1,1,0.0419,0.5925,0.0925,1,1,1,1,1,0.031140998,0.448292464,0.065123186,1,1,1,1,1,0.03556589,0.514018774,0.044742409,1,1,1,1,1,0.088586241,0.445514023,0.499395843,0.499471123,0.499556738
-1818,1,0.5515,1,1,1,1,1,1,1,1,0.029,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0835,0.3625,0,1,0.5925,1,1,1,0.2214,0.5925,0,1,1,1,1,1,0.059625003,0,0.054908372,1,1,1,1,1,0.137710676,0,0.011345288,1,1,1,1,1,0.286579609,0,0.508881102,0.508779353,0.508865248
-1819,1,0.5515,1,1,1,1,1,1,1,1,0.0667,0.5515,0,1,0.3625,1,1,1,1,1,1,0.157,0.3625,0,1,0.5925,1,1,1,0.3191,0.5925,0,1,1,1,1,1,0.119760059,0,0.027286593,1,1,1,1,1,0.209781796,0,0,1,1,1,1,1,0.501396656,0,0.541928468,0.541992807,0.542109929
-1820,1,0.5515,1,1,1,1,1,1,1,1,0.1048,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1217,0.3625,0,1,0.5925,1,1,1,0.2109,0.5925,0,1,1,1,1,1,0.206968844,0,0.032173499,1,1,1,1,1,0.196225643,0,0.000863874,1,1,1,1,1,0.430760652,0,0.537759787,0.537761794,0.538120567
-1821,1,0.5515,1,1,1,1,1,1,1,1,0.1498,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1365,0.3625,0,1,0.5925,1,1,1,0.2562,0.5925,0,1,1,1,1,1,0.264924437,0,0.025174795,1,1,1,1,1,0.205704719,0,0.015250001,1,1,1,1,1,0.536401629,0,0.514922668,0.514914322,0.51462766
-1822,1,0.5515,1,1,1,1,1,1,1,1,0.2493,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1781,0.3625,0,1,0.5925,1,1,1,0.2701,0.5925,0,1,1,1,1,1,0.43896693,0,0.034217656,1,1,1,1,1,0.253396124,0,0.024219371,1,1,1,1,1,0.568849385,0,0.481694055,0.481700867,0.481826241
-1823,1,0.5515,1,1,1,1,1,1,1,1,0.2633,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1927,0.3625,0,1,0.5925,1,1,1,0.2569,0.5925,0,1,1,1,1,1,0.492786586,0,0.036771677,1,1,1,1,1,0.258957505,0,0.02765733,1,1,1,1,1,0.573400855,0,0.444417593,0.44446795,0.444592199
-1824,1,0.5515,1,1,1,1,1,1,1,1,0.2829,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2619,0.3625,0,1,0.5925,1,1,1,0.3848,0.5925,0,1,1,1,1,1,0.318602771,0,0.115161322,1,1,1,1,1,0.328934669,0,0.078312576,1,1,1,1,1,0.685750782,0,0.414270179,0.414216205,0.414007092
-1825,1,0.5515,1,1,1,1,1,1,1,1,0.3021,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2248,0.3625,0,1,0.5925,1,1,1,0.4299,0.5925,0,1,1,1,1,1,0.303586572,0,0.10608536,1,1,1,1,1,0.275080264,0,0.036950264,1,1,1,1,1,0.779978216,0,0.395782987,0.395811297,0.395833333
-1826,1,0.5515,1,1,1,1,1,1,1,1,0.2965,0.5515,0,1,0.3625,1,1,1,1,1,1,0.3524,0.3625,0,1,0.5925,1,1,1,0.4188,0.5925,0,1,1,1,1,1,0.272193015,0,0.123109855,1,1,1,1,1,0.381424934,0,0.037552357,1,1,1,1,1,0.814296424,0,0.386176897,0.386079966,0.38608156
-1827,1,0.5515,1,1,1,1,1,1,1,1,0.2868,0.5515,0,1,0.3625,1,1,1,1,1,1,0.288,0.3625,0,1,0.5925,1,1,1,0.3785,0.5925,0,1,1,1,1,1,0.270751417,0,0.148020521,1,1,1,1,1,0.306892544,0,0.056179062,1,1,1,1,1,0.795009792,0,0.381283229,0.381214301,0.381205674
-1828,1,0.5515,1,1,1,1,1,1,1,1,0.28,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2943,0.3625,0,1,0.5925,1,1,1,0.3527,0.5925,0,1,1,1,1,1,0.279594243,0,0.055070408,1,1,1,1,1,0.313369691,0,0.011829582,1,1,1,1,1,0.755893648,0,0.382431126,0.382483605,0.382535461
-1829,1,0.5515,1,1,1,1,1,1,1,1,0.2384,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2891,0.3625,0,1,0.5925,1,1,1,0.3135,0.5925,0,1,1,1,1,1,0.256610692,0,0.015395355,1,1,1,1,1,0.290324479,0,0,1,1,1,1,1,0.719999313,0,0.392158047,0.392003385,0.392287234
-1830,1,0.5515,1,1,1,1,1,1,1,1,0.2844,0.5515,0.0016,1,0.3625,1,1,1,1,1,1,0.1977,0.3625,0,1,0.5925,1,1,1,0.3491,0.5925,0,1,1,1,1,1,0.287172079,0.004063008,0.028487708,1,1,1,1,1,0.152592197,0,0,1,1,1,1,1,0.810429454,0,0.411370227,0.411466046,0.411347518
-1831,1,0.5515,1,1,1,1,1,1,1,1,0.296,0.5515,0.1781,1,0.3625,1,1,1,1,1,1,0.1902,0.3625,0.1668,1,0.5925,1,1,1,0.2936,0.5925,0.1568,1,1,1,1,1,0.281195253,0.477965474,0.173556238,1,1,1,1,1,0.155520901,0.417082667,0.040029325,1,1,1,1,1,0.763780475,0.525399089,0.433542774,0.433678866,0.433510638
-1832,1,0.5515,1,1,1,1,1,1,1,1,0.2006,0.5515,0.3859,1,0.3625,1,1,1,1,1,1,0.0774,0.3625,0.3594,1,0.5925,1,1,1,0.2293,0.5925,0.3618,1,1,1,1,1,0.161302194,0.709018111,0.106556758,1,1,1,1,1,0.043457519,0.658076108,0.026818324,1,1,1,1,1,0.708789229,0.780739248,0.467133881,0.467103871,0.467198582
-1833,1,0.5515,1,1,1,1,1,1,1,1,0.1469,0.5515,0.534,1,0.3625,1,1,1,1,1,1,0.0219,0.3625,0.4832,1,0.5925,1,1,1,0.1835,0.5925,0.5246,1,1,1,1,1,0.096899278,0.794947565,0.188870937,1,1,1,1,1,0.015678529,0.771934271,0.051012568,1,1,1,1,1,0.600051582,0.904116273,0.494502175,0.494605458,0.494680851
-1834,1,0.5515,1,1,1,1,1,1,1,1,0.1677,0.5515,0.6506,1,0.3625,1,1,1,1,1,1,0.0359,0.3625,0.5788,1,0.5925,1,1,1,0.1909,0.5925,0.6538,1,1,1,1,1,0.108825132,0.861594141,0.311724305,1,1,1,1,1,0.025069568,0.853528678,0.118079856,1,1,1,1,1,0.526442289,0.947464764,0.506101982,0.506029194,0.506205674
-1835,1,0.5515,1,1,1,1,1,1,1,1,0.2396,0.5515,0.701,1,0.3625,1,1,1,1,1,1,0.0144,0.3625,0.675,1,0.5925,1,1,1,0.1643,0.5925,0.6736,1,1,1,1,1,0.103101738,0.975647151,0.409103096,1,1,1,1,1,0.015786048,0.977357328,0.158567294,1,1,1,1,1,0.475420088,0.984244883,0.508276945,0.508144701,0.508421986
-1836,1,0.5515,1,1,1,1,1,1,1,1,0.1517,0.5515,0.7158,1,0.3625,1,1,1,1,1,1,0,0.3625,0.7196,1,0.5925,1,1,1,0.1753,0.5925,0.6883,1,1,1,1,1,0.038114659,0.998935342,0.289915323,1,1,1,1,1,0,0.999238074,0.057067804,1,1,1,1,1,0.484070182,0.990476549,0.502899952,0.502855934,0.503102837
-1837,1,0.5515,1,1,1,1,1,1,1,1,0.1001,0.5515,0.7076,1,0.3625,1,1,1,1,1,1,0,0.3625,0.7165,1,0.5925,1,1,1,0.1502,0.5925,0.6948,1,1,1,1,1,0.016917042,0.997435093,0.284536719,1,1,1,1,1,0.001971502,0.99930948,0.132329851,1,1,1,1,1,0.468029261,0.992917538,0.493293862,0.493336154,0.493351064
-1838,1,0.5515,1,1,1,1,1,1,1,1,0.181,0.5515,0.6734,1,0.3625,1,1,1,1,1,1,0,0.3625,0.692,1,0.5925,1,1,1,0.1864,0.5925,0.6543,1,1,1,1,1,0.055633001,0.98552233,0.586639643,1,1,1,1,1,0.008152015,0.996646881,0.217836663,1,1,1,1,1,0.470404595,0.980663896,0.485077332,0.485085678,0.48537234
-1839,1,0.5515,1,1,1,1,1,1,1,1,0.2379,0.5515,0.5358,1,0.3625,1,1,1,1,1,1,0.0014,0.3625,0.5711,1,0.5925,1,1,1,0.1834,0.5925,0.5083,1,1,1,1,1,0.090543494,0.943327188,0.8100788,1,1,1,1,1,0.031323038,0.964352071,0.312785625,1,1,1,1,1,0.387756646,0.927116394,0.480546158,0.480643114,0.480496454
-1840,1,0.5515,1,1,1,1,1,1,1,1,0.1937,0.5515,0.3592,1,0.3625,1,1,1,1,1,1,0.0374,0.3625,0.4068,1,0.5925,1,1,1,0.2383,0.5925,0.3277,1,1,1,1,1,0.087412864,0.807556033,0.891669035,1,1,1,1,1,0.069408499,0.835771978,0.581462026,1,1,1,1,1,0.47701028,0.787061632,0.486829386,0.486778083,0.48714539
-1841,1,0.5515,1,1,1,1,1,1,1,1,0.2483,0.5515,0.1325,1,0.3625,1,1,1,1,1,1,0.1148,0.3625,0.1851,1,0.5925,1,1,1,0.2191,0.5925,0.0994,1,1,1,1,1,0.169595718,0.526239336,0.987887025,1,1,1,1,1,0.145107746,0.567808986,0.50333643,1,1,1,1,1,0.486971736,0.478607714,0.499093765,0.499048022,0.499113475
-1842,1,0.5515,1,1,1,1,1,1,1,1,0.2633,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0722,0.3625,0,1,0.5925,1,1,1,0.3832,0.5925,0,1,1,1,1,1,0.253910184,0,0.948260665,1,1,1,1,1,0.092685416,0,0.285177261,1,1,1,1,1,0.643630087,0,0.515224746,0.515337423,0.515070922
-1843,1,0.5515,1,1,1,1,1,1,1,1,0.179,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0769,0.3625,0,1,0.5925,1,1,1,0.3494,0.5925,0,1,1,1,1,1,0.172867253,0,0.775805354,1,1,1,1,1,0.09995009,0,0.462190866,1,1,1,1,1,0.659234226,0,0.557455292,0.557436006,0.557624113
-1844,1,0.5515,1,1,1,1,1,1,1,1,0.2037,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2464,0.3625,0,1,0.5925,1,1,1,0.2598,0.5925,0,1,1,1,1,1,0.223202765,0,0.507425308,1,1,1,1,1,0.259672433,0,0.466361552,1,1,1,1,1,0.606505573,0,0.549903335,0.549820182,0.550088652
-1845,1,0.5515,1,1,1,1,1,1,1,1,0.3178,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2816,0.3625,0,1,0.5925,1,1,1,0.3185,0.5925,0,1,1,1,1,1,0.365610272,0,0.576201797,1,1,1,1,1,0.312779009,0,0.465358406,1,1,1,1,1,0.704502821,0,0.511962301,0.511952613,0.511968085
-1846,1,0.5515,1,1,1,1,1,1,1,1,0.3892,0.5515,0,1,0.3625,1,1,1,1,1,1,0.3763,0.3625,0,1,0.5925,1,1,1,0.3332,0.5925,0,1,1,1,1,1,0.436742485,0,0.685285926,1,1,1,1,1,0.442100525,0,0.553014934,1,1,1,1,1,0.713182211,0,0.463448526,0.46350751,0.463652482
-1847,1,0.5515,1,1,1,1,1,1,1,1,0.4354,0.5515,0,1,0.3625,1,1,1,1,1,1,0.6626,0.3625,0,1,0.5925,1,1,1,0.358,0.5925,0,1,1,1,1,1,0.48007372,0,0.900729656,1,1,1,1,1,0.690980434,0,0.561489582,1,1,1,1,1,0.716964126,0,0.419284679,0.419293421,0.419326241
-1848,1,0.5515,1,1,1,1,1,1,1,1,0.5354,0.5515,0,1,0.3625,1,1,1,1,1,1,0.6708,0.3625,0,1,0.5925,1,1,1,0.4934,0.5925,0,1,1,1,1,1,0.575912178,0,0.97519207,1,1,1,1,1,0.718503296,0,0.368856013,1,1,1,1,1,0.820688903,0,0.388049783,0.387983922,0.388297872
-1849,1,0.5515,1,1,1,1,1,1,1,1,0.5062,0.5515,0,1,0.3625,1,1,1,1,1,1,0.5559,0.3625,0,1,0.5925,1,1,1,0.5143,0.5925,0,1,1,1,1,1,0.550798893,0,0.94529444,1,1,1,1,1,0.579962909,0,0.247815713,1,1,1,1,1,0.843023956,0,0.372039633,0.371906072,0.371897163
-1850,1,0.5515,1,1,1,1,1,1,1,1,0.4937,0.5515,0,1,0.3625,1,1,1,1,1,1,0.5649,0.3625,0,1,0.5925,1,1,1,0.4303,0.5925,0,1,1,1,1,1,0.506235957,0,0.994957924,1,1,1,1,1,0.563004792,0,0.35968852,1,1,1,1,1,0.801195502,0,0.364729338,0.364713349,0.364804965
-1851,1,0.5515,1,1,1,1,1,1,1,1,0.5118,0.5515,0,1,0.3625,1,1,1,1,1,1,0.426,0.3625,0,1,0.5925,1,1,1,0.3711,0.5925,0,1,1,1,1,1,0.477644742,0,0.994188905,1,1,1,1,1,0.43783161,0,0.582120419,1,1,1,1,1,0.713638127,0,0.364608507,0.364713349,0.364804965
-1852,1,0.5515,1,1,1,1,1,1,1,1,0.5152,0.5515,0,1,0.3625,1,1,1,1,1,1,0.3684,0.3625,0,1,0.5925,1,1,1,0.362,0.5925,0,1,1,1,1,1,0.495493799,0,0.965045393,1,1,1,1,1,0.38433525,0,0.606269956,1,1,1,1,1,0.637043774,0,0.377114548,0.377194838,0.377216312
-1853,1,0.5515,1,1,1,1,1,1,1,1,0.4524,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2916,0.3625,0,1,0.5925,1,1,1,0.3447,0.5925,0,1,1,1,1,1,0.442052394,0,0.681805491,1,1,1,1,1,0.262215078,0,0.465559185,1,1,1,1,1,0.485840291,0,0.419284679,0.419293421,0.419326241
-1854,1,0.5515,1,1,1,1,1,1,1,1,0.3047,0.5515,0.0029,1,0.3625,1,1,1,1,1,1,0.0898,0.3625,0,1,0.5925,1,1,1,0.344,0.5925,0,1,1,1,1,1,0.318735898,0.012769897,0.373132259,1,1,1,1,1,0.066752188,0,0.149087965,1,1,1,1,1,0.427811533,0.009433975,0.497764621,0.497778718,0.497783688
-1855,1,0.5515,1,1,1,1,1,1,1,1,0.2404,0.5515,0.1779,1,0.3625,1,1,1,1,1,1,0.0481,0.3625,0.1726,1,0.5925,1,1,1,0.1901,0.5925,0.1725,1,1,1,1,1,0.175350934,0.490739048,0.623202205,1,1,1,1,1,0.055272311,0.491458774,0.291832745,1,1,1,1,1,0.284100294,0.438528687,0.543559691,0.543685213,0.543882979
-1856,1,0.5515,1,1,1,1,1,1,1,1,0.1201,0.5515,0.3938,1,0.3625,1,1,1,1,1,1,0,0.3625,0.3929,1,0.5925,1,1,1,0.1291,0.5925,0.3807,1,1,1,1,1,0.089877084,0.770961523,0.739797235,1,1,1,1,1,0.023755793,0.777905822,0.289037168,1,1,1,1,1,0.230244651,0.627546191,0.556488642,0.556589803,0.556737589
-1857,1,0.5515,1,1,1,1,1,1,1,1,0.0492,0.5515,0.5573,1,0.3625,1,1,1,1,1,1,0,0.3625,0.563,1,0.5925,1,1,1,0.0953,0.5925,0.5489,1,1,1,1,1,0.048311606,0.905664325,0.776806056,1,1,1,1,1,0.004745154,0.911077082,0.313006282,1,1,1,1,1,0.115432508,0.778587759,0.563859352,0.563782526,0.563829787
-1858,1,0.5515,1,1,1,1,1,1,1,1,0.0153,0.5515,0.6766,1,0.3625,1,1,1,1,1,1,0,0.3625,0.6712,1,0.5925,1,1,1,0.0513,0.5925,0.6676,1,1,1,1,1,0.013550434,0.941111326,0.865521848,1,1,1,1,1,0.000597247,0.955057502,0.244136155,1,1,1,1,1,0.053354457,0.863503039,0.573102948,0.573090755,0.573138298
-1859,1,0.5515,1,1,1,1,1,1,1,1,0.0095,0.5515,0.678,1,0.3625,1,1,1,1,1,1,0,0.3625,0.683,1,0.5925,1,1,1,0.0598,0.5925,0.6753,1,1,1,1,1,0.002840121,0.931599259,0.697455049,1,1,1,1,1,0.000281318,0.968090653,0.205552638,1,1,1,1,1,0.079542257,0.893154204,0.57781537,0.57774487,0.578014184
-1860,1,0.5515,1,1,1,1,1,1,1,1,0.0176,0.5515,0.6611,1,0.3625,1,1,1,1,1,1,0,0.3625,0.6739,1,0.5925,1,1,1,0.0349,0.5925,0.6692,1,1,1,1,1,0.003214199,0.892167389,0.620453954,1,1,1,1,1,0.000513719,0.969335914,0.23917149,1,1,1,1,1,0.082256287,0.904779196,0.578057032,0.577956421,0.578014184
-1861,1,0.5515,1,1,1,1,1,1,1,1,0.0298,0.5515,0.6551,1,0.3625,1,1,1,1,1,1,0,0.3625,0.6618,1,0.5925,1,1,1,0.0435,0.5925,0.6228,1,1,1,1,1,0.015028005,0.880997181,0.807269335,1,1,1,1,1,0.002011627,0.956224799,0.407856047,1,1,1,1,1,0.107135139,0.906592071,0.580292412,0.580283478,0.580230496
-1862,1,0.5515,1,1,1,1,1,1,1,1,0.0872,0.5515,0.6173,1,0.3625,1,1,1,1,1,1,0,0.3625,0.6523,1,0.5925,1,1,1,0.0323,0.5925,0.5775,1,1,1,1,1,0.040699247,0.835227251,0.813234448,1,1,1,1,1,0.00809572,0.94368583,0.291621208,1,1,1,1,1,0.096188597,0.865751803,0.575700822,0.575840914,0.575797872
-1863,1,0.5515,1,1,1,1,1,1,1,1,0.2159,0.5515,0.4965,1,0.3625,1,1,1,1,1,1,0.003,0.3625,0.546,1,0.5925,1,1,1,0.0534,0.5925,0.4324,1,1,1,1,1,0.115357518,0.763660192,0.792226911,1,1,1,1,1,0.034675475,0.899678111,0.305899501,1,1,1,1,1,0.119653001,0.835310757,0.569055099,0.569071293,0.569148936
-1864,1,0.5515,1,1,1,1,1,1,1,1,0.2666,0.5515,0.3363,1,0.3625,1,1,1,1,1,1,0.011,0.3625,0.3826,1,0.5925,1,1,1,0.1105,0.5925,0.2449,1,1,1,1,1,0.149580061,0.655879974,0.721529186,1,1,1,1,1,0.087686338,0.755137563,0.219002634,1,1,1,1,1,0.22788927,0.704100728,0.564644756,0.564628729,0.564716312
-1865,1,0.5515,1,1,1,1,1,1,1,1,0.1641,0.5515,0.1242,1,0.3625,1,1,1,1,1,1,0.1093,0.3625,0.1625,1,0.5925,1,1,1,0.1736,0.5925,0.0727,1,1,1,1,1,0.155925766,0.443850756,0.257354021,1,1,1,1,1,0.138095051,0.463102609,0.050870944,1,1,1,1,1,0.352046818,0.416478336,0.564523925,0.564628729,0.564716312
-1866,1,0.5515,1,1,1,1,1,1,1,1,0.1232,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1594,0.3625,0,1,0.5925,1,1,1,0.1641,0.5925,0,1,1,1,1,1,0.208904326,0,0.152127832,1,1,1,1,1,0.198716536,0,0.082387447,1,1,1,1,1,0.34519434,0,0.568873852,0.568859742,0.569148936
-1867,1,0.5515,1,1,1,1,1,1,1,1,0.0814,0.5515,0,1,0.3625,1,1,1,1,1,1,0.4581,0.3625,0,1,0.5925,1,1,1,0.1972,0.5925,0,1,1,1,1,1,0.109567821,0,0.326028436,1,1,1,1,1,0.477567971,0,0.261608392,1,1,1,1,1,0.475682795,0,0.60022958,0.600169241,0.600620567
-1868,1,0.5515,1,1,1,1,1,1,1,1,0.1026,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1326,0.3625,0,1,0.5925,1,1,1,0.2024,0.5925,0,1,1,1,1,1,0.17028001,0,0.426281393,1,1,1,1,1,0.158971757,0,0.294298947,1,1,1,1,1,0.542057097,0,0.586333978,0.586418447,0.58643617
-1869,1,0.5515,1,1,1,1,1,1,1,1,0.0618,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0772,0.3625,0,1,0.5925,1,1,1,0.1797,0.5925,0,1,1,1,1,1,0.087764621,0,0.3646276,1,1,1,1,1,0.119291812,0,0.325807095,1,1,1,1,1,0.453259766,0,0.541565974,0.541569706,0.541666667
-1870,1,0.5515,1,1,1,1,1,1,1,1,0.1101,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2131,0.3625,0,1,0.5925,1,1,1,0.1257,0.5925,0,1,1,1,1,1,0.126438633,0,0.274470747,1,1,1,1,1,0.186922222,0,0.158157349,1,1,1,1,1,0.291258574,0,0.483566941,0.483604823,0.483599291
-1871,1,0.5515,1,1,1,1,1,1,1,1,0.0874,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1897,0.3625,0,1,0.5925,1,1,1,0.1467,0.5925,0,1,1,1,1,1,0.112801671,0,0.264330745,1,1,1,1,1,0.239448428,0,0.235271752,1,1,1,1,1,0.301508158,0,0.431971967,0.431986461,0.432180851
-1872,1,0.5515,1,1,1,1,1,1,1,1,0.0281,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2139,0.3625,0,1,0.5925,1,1,1,0.1914,0.5925,0,1,1,1,1,1,0.058420897,0,0.147624999,1,1,1,1,1,0.244146228,0,0.228147134,1,1,1,1,1,0.312171489,0,0.398260029,0.398138354,0.398492908
-1873,1,0.5515,1,1,1,1,1,1,1,1,0.018,0.5515,0,1,0.3625,1,1,1,1,1,1,0.3929,0.3625,0,1,0.5925,1,1,1,0.199,0.5925,0,1,1,1,1,1,0.041012075,0,0.297362149,1,1,1,1,1,0.33130008,0,0.31720233,1,1,1,1,1,0.353311032,0,0.380679072,0.380791199,0.380762411
-1874,1,0.5515,1,1,1,1,1,1,1,1,0.0166,0.5515,0,1,0.3625,1,1,1,1,1,1,0.3585,0.3625,0,1,0.5925,1,1,1,0.1362,0.5925,0,1,1,1,1,1,0.026827827,0,0.289697737,1,1,1,1,1,0.302794814,0,0.079395026,1,1,1,1,1,0.343842983,0,0.372583374,0.372752274,0.372783688
-1875,1,0.5515,1,1,1,1,1,1,1,1,0.0161,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1904,0.3625,0,1,0.5925,1,1,1,0.1142,0.5925,0,1,1,1,1,1,0.014149613,0,0.154429317,1,1,1,1,1,0.145198464,0,0.012811517,1,1,1,1,1,0.361353993,0,0.370166747,0.370002116,0.370124113
-1876,1,0.5515,1,1,1,1,1,1,1,1,0.011,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0758,0.3625,0,1,0.5925,1,1,1,0.1546,0.5925,0,1,1,1,1,1,0.012279437,0,0.059329562,1,1,1,1,1,0.040654264,0,0.018505236,1,1,1,1,1,0.460464656,0,0.381766554,0.381637402,0.381648936
-1877,1,0.5515,1,1,1,1,1,1,1,1,0.0044,0.5515,0,1,0.3625,1,1,1,1,1,1,0.038,0.3625,0,1,0.5925,1,1,1,0.1939,0.5925,0,1,1,1,1,1,0.014563631,0,0.011595624,1,1,1,1,1,0.018240878,0,0.033424869,1,1,1,1,1,0.551829338,0,0.420976317,0.420985826,0.421099291
-1878,1,0.5515,1,1,1,1,1,1,1,1,0.01,0.5515,0,1,0.3625,1,1,1,1,1,1,0,0.3625,0,1,0.5925,1,1,1,0.1721,0.5925,0,1,1,1,1,1,0.023463821,6.02E-05,0.003618953,1,1,1,1,1,0.004449369,0,0.155142158,1,1,1,1,1,0.516139627,0.028947569,0.497462542,0.497567167,0.497783688
-1879,1,0.5515,1,1,1,1,1,1,1,1,0.0541,0.5515,0.1809,1,0.3625,1,1,1,1,1,1,0.125,0.3625,0.1937,1,0.5925,1,1,1,0.1134,0.5925,0.1709,1,1,1,1,1,0.059859637,0.53971076,0.006763698,1,1,1,1,1,0.131411046,0.534011006,0.049014665,1,1,1,1,1,0.386391133,0.558339715,0.541868052,0.541781257,0.542109929
-1880,1,0.5515,1,1,1,1,1,1,1,1,0.0073,0.5515,0.3869,1,0.3625,1,1,1,1,1,1,0.0494,0.3625,0.4011,1,0.5925,1,1,1,0.0609,0.5925,0.3885,1,1,1,1,1,0.012739524,0.788526416,0.008970929,1,1,1,1,1,0.058152139,0.785412788,0.087294243,1,1,1,1,1,0.274587065,0.815508842,0.552742871,0.552781891,0.552748227
-1881,1,0.5515,1,1,1,1,1,1,1,1,0,0.5515,0.5486,1,0.3625,1,1,1,1,1,1,0,0.3625,0.5435,1,0.5925,1,1,1,0.0442,0.5925,0.5577,1,1,1,1,1,3.91E-05,0.893930137,0.012762158,1,1,1,1,1,3.32E-05,0.892755389,0.032549478,1,1,1,1,1,0.201858982,0.922031701,0.558421943,0.558493759,0.558510638
-1882,1,0.5515,1,1,1,1,1,1,1,1,0,0.5515,0.673,1,0.3625,1,1,1,1,1,1,0,0.3625,0.6766,1,0.5925,1,1,1,0.019,0.5925,0.6807,1,1,1,1,1,4.67E-05,0.951487422,0.005132088,1,1,1,1,1,0.000118619,0.96396625,0.005734817,1,1,1,1,1,0.11740458,0.956445098,0.566336394,0.566321134,0.566489362
-1883,1,0.5515,1,1,1,1,1,1,1,1,0.0027,0.5515,0.688,1,0.3625,1,1,1,1,1,1,0,0.3625,0.6954,1,0.5925,1,1,1,0.0213,0.5925,0.6914,1,1,1,1,1,4.63E-05,0.968495727,0.002611108,1,1,1,1,1,0.004692591,0.978394628,0.022135342,1,1,1,1,1,0.098015189,0.966575384,0.571350894,0.57139835,0.571808511
-1884,1,0.5515,1,1,1,1,1,1,1,1,0.0371,0.5515,0.6933,1,0.3625,1,1,1,1,1,1,0.0443,0.3625,0.698,1,0.5925,1,1,1,0.0399,0.5925,0.6898,1,1,1,1,1,0.011564457,0.977487206,0.02746214,1,1,1,1,1,0.058273591,0.972721815,0.010821467,1,1,1,1,1,0.126980737,0.969393253,0.573646689,0.573725407,0.574024823
-1885,1,0.5515,1,1,1,1,1,1,1,1,0.0916,0.5515,0.6864,1,0.3625,1,1,1,1,1,1,0.1176,0.3625,0.6964,1,0.5925,1,1,1,0.0677,0.5925,0.6722,1,1,1,1,1,0.031843446,0.968132615,0.03932244,1,1,1,1,1,0.135591909,0.961300611,0,1,1,1,1,1,0.156332448,0.955165327,0.578177864,0.578167971,0.578014184
-1886,1,0.5515,1,1,1,1,1,1,1,1,0.19,0.5515,0.65,1,0.3625,1,1,1,1,1,1,0.0908,0.3625,0.6672,1,0.5925,1,1,1,0.078,0.5925,0.6145,1,1,1,1,1,0.074945763,0.940301299,0.070940927,1,1,1,1,1,0.124876246,0.92871654,0,1,1,1,1,1,0.142826632,0.922772884,0.576607057,0.576687117,0.576684397
-1887,1,0.5515,1,1,1,1,1,1,1,1,0.1798,0.5515,0.5134,1,0.3625,1,1,1,1,1,1,0.0769,0.3625,0.5446,1,0.5925,1,1,1,0.0914,0.5925,0.4724,1,1,1,1,1,0.089082375,0.892808795,0.070817545,1,1,1,1,1,0.088660449,0.88511318,0,1,1,1,1,1,0.128857806,0.866346717,0.573888352,0.573725407,0.574024823
-1888,1,0.5515,1,1,1,1,1,1,1,1,0.2013,0.5515,0.3401,1,0.3625,1,1,1,1,1,1,0.0788,0.3625,0.3849,1,0.5925,1,1,1,0.1386,0.5925,0.313,1,1,1,1,1,0.104343168,0.756498694,0.080895312,1,1,1,1,1,0.086277157,0.772328973,0.021823823,1,1,1,1,1,0.25004217,0.715436935,0.573525858,0.573513857,0.57358156
-1889,1,0.5515,1,1,1,1,1,1,1,1,0.1583,0.5515,0.123,1,0.3625,1,1,1,1,1,1,0.0747,0.3625,0.17,1,0.5925,1,1,1,0.131,0.5925,0.0971,1,1,1,1,1,0.097401232,0.479814261,0.067636207,1,1,1,1,1,0.091082923,0.517712831,0.007804713,1,1,1,1,1,0.279375911,0.416870534,0.574975834,0.574994711,0.574911348
-1890,1,0.5515,1,1,1,1,1,1,1,1,0.1933,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1075,0.3625,0,1,0.5925,1,1,1,0.2395,0.5925,0,1,1,1,1,1,0.19705826,0,0.016367702,1,1,1,1,1,0.148314148,0,0,1,1,1,1,1,0.493238658,0,0.575640406,0.575840914,0.575797872
-1891,1,0.5515,1,1,1,1,1,1,1,1,0.2088,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0525,0.3625,0,1,0.5925,1,1,1,0.3298,0.5925,0,1,1,1,1,1,0.194294646,0,0.12380746,1,1,1,1,1,0.082015142,0,0,1,1,1,1,1,0.607684314,0,0.606150314,0.606092659,0.606382979
-1892,1,0.5515,1,1,1,1,1,1,1,1,0.36,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0986,0.3625,0,1,0.5925,1,1,1,0.327,0.5925,0,1,1,1,1,1,0.288651347,0,0.123464018,1,1,1,1,1,0.13414675,0,0,1,1,1,1,1,0.630945802,0,0.59618173,0.596149778,0.596187943
-1893,1,0.5515,1,1,1,1,1,1,1,1,0.3448,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1108,0.3625,0,1,0.5925,1,1,1,0.2918,0.5925,0,1,1,1,1,1,0.277813941,0,0.160098851,1,1,1,1,1,0.161873698,0,0,1,1,1,1,1,0.553679347,0,0.552803287,0.552781891,0.552748227
-1894,1,0.5515,1,1,1,1,1,1,1,1,0.276,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0924,0.3625,0,1,0.5925,1,1,1,0.2589,0.5925,0,1,1,1,1,1,0.221123785,0,0.071567476,1,1,1,1,1,0.108765379,0,0,1,1,1,1,1,0.49917531,0,0.492870952,0.492701502,0.492907801
-1895,1,0.5515,1,1,1,1,1,1,1,1,0.3006,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1015,0.3625,0,1,0.5925,1,1,1,0.2922,0.5925,0,1,1,1,1,1,0.224845171,0,0.065680057,1,1,1,1,1,0.112056457,0,0.037976705,1,1,1,1,1,0.529552937,0,0.441034316,0.440871589,0.441046099
-1896,1,0.5515,1,1,1,1,1,1,1,1,0.3063,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1092,0.3625,0,1,0.5925,1,1,1,0.254,0.5925,0,1,1,1,1,1,0.246365845,0,0.061961692,1,1,1,1,1,0.097598732,0,0.009558115,1,1,1,1,1,0.453214973,0,0.405509908,0.405542627,0.405585106
-1897,1,0.5515,1,1,1,1,1,1,1,1,0.3593,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0747,0.3625,0,1,0.5925,1,1,1,0.2471,0.5925,0,1,1,1,1,1,0.334200203,0,0.121711411,1,1,1,1,1,0.074453332,0,0.041156285,1,1,1,1,1,0.387562454,0,0.386720638,0.386714618,0.386524823
-1898,1,0.5515,1,1,1,1,1,1,1,1,0.3708,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0846,0.3625,0,1,0.5925,1,1,1,0.2624,0.5925,0,1,1,1,1,1,0.399279654,0,0.228575557,1,1,1,1,1,0.099314295,0,0.090476178,1,1,1,1,1,0.42928502,0,0.375785404,0.375713983,0.375886525
-1899,1,0.5515,1,1,1,1,1,1,1,1,0.3942,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1517,0.3625,0,1,0.5925,1,1,1,0.3694,0.5925,0,1,1,1,1,1,0.437781483,0,0.332270831,1,1,1,1,1,0.167065591,0,0.174881175,1,1,1,1,1,0.599664748,0,0.373066699,0.372963825,0.37322695
-1900,1,0.5515,1,1,1,1,1,1,1,1,0.1605,0.5515,0,1,0.3625,1,1,1,1,1,1,0.118,0.3625,0,1,0.5925,1,1,1,0.3717,0.5925,0,1,1,1,1,1,0.114973508,0,0.348683238,1,1,1,1,1,0.124727212,0,0.15753378,1,1,1,1,1,0.63238579,0,0.382733204,0.382695155,0.382978723
-1901,1,0.5515,1,1,1,1,1,1,1,1,0.1798,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1025,0.3625,0,1,0.5925,1,1,1,0.3881,0.5925,0,1,1,1,1,1,0.196167767,0,0.17174679,1,1,1,1,1,0.091046222,0,0.202370957,1,1,1,1,1,0.663707435,0,0.419949251,0.419928073,0.419769504
-1902,1,0.5515,1,1,1,1,1,1,1,1,0.1484,0.5515,0.0004,1,0.3625,1,1,1,1,1,1,0.2368,0.3625,0,1,0.5925,1,1,1,0.4472,0.5925,0.0019,1,1,1,1,1,0.185624853,0.00280504,0.149933428,1,1,1,1,1,0.231393561,0,0.33731389,1,1,1,1,1,0.733114064,0.125328779,0.495770904,0.495874762,0.496010638
-1903,1,0.5515,1,1,1,1,1,1,1,1,0.1168,0.5515,0.1559,1,0.3625,1,1,1,1,1,1,0.1315,0.3625,0.1358,1,0.5925,1,1,1,0.2848,0.5925,0.1788,1,1,1,1,1,0.12541841,0.431119174,0.205352038,1,1,1,1,1,0.129919544,0.343621999,0.373506844,1,1,1,1,1,0.583411098,0.572842717,0.540538908,0.540511953,0.540336879
-1904,1,0.5515,1,1,1,1,1,1,1,1,0.0983,0.5515,0.3681,1,0.3625,1,1,1,1,1,1,0.0417,0.3625,0.3612,1,0.5925,1,1,1,0.1555,0.5925,0.3901,1,1,1,1,1,0.089519039,0.741754353,0.278545618,1,1,1,1,1,0.037700091,0.61994344,0.291467041,1,1,1,1,1,0.502321362,0.81635797,0.558119865,0.558070658,0.558067376
-1905,1,0.5515,1,1,1,1,1,1,1,1,0.0433,0.5515,0.5112,1,0.3625,1,1,1,1,1,1,0.0017,0.3625,0.4843,1,0.5925,1,1,1,0.0941,0.5925,0.5553,1,1,1,1,1,0.02628905,0.827683091,0.222841471,1,1,1,1,1,0.000740191,0.747976184,0.06969922,1,1,1,1,1,0.337539613,0.907528162,0.568994683,0.568859742,0.569148936
-1906,1,0.5515,1,1,1,1,1,1,1,1,0.0228,0.5515,0.7546,1,0.3625,1,1,1,1,1,1,0,0.3625,0.723,1,0.5925,1,1,1,0.1191,0.5925,0.7836,1,1,1,1,1,0.010458171,1,0.125123739,1,1,1,1,1,0,0.995388985,0.013898954,1,1,1,1,1,0.257004678,1,0.580775737,0.580706579,0.580673759
-1907,1,0.5515,1,1,1,1,1,1,1,1,0.0252,0.5515,0.6648,1,0.3625,1,1,1,1,1,1,0,0.3625,0.6153,1,0.5925,1,1,1,0.1331,0.5925,0.6825,1,1,1,1,1,0.004845952,0.921968937,0.09094087,1,1,1,1,1,0,0.810903072,0.024607331,1,1,1,1,1,0.211217552,0.962771595,0.588146448,0.588110853,0.588652482
-1908,1,0.5515,1,1,1,1,1,1,1,1,0.051,0.5515,0.6766,1,0.3625,1,1,1,1,1,1,0,0.3625,0.642,1,0.5925,1,1,1,0.0939,0.5925,0.6749,1,1,1,1,1,0.010471623,0.941140234,0.114524119,1,1,1,1,1,0.000341225,0.860701144,0.091013625,1,1,1,1,1,0.205916181,0.949095726,0.590140164,0.590014809,0.590425532
-1909,1,0.5515,1,1,1,1,1,1,1,1,0.0828,0.5515,0.6849,1,0.3625,1,1,1,1,1,1,0.0285,0.3625,0.6483,1,0.5925,1,1,1,0.0942,0.5925,0.6644,1,1,1,1,1,0.019139543,0.962915659,0.152716726,1,1,1,1,1,0.032957062,0.844802022,0.260495305,1,1,1,1,1,0.146814987,0.933301568,0.593463026,0.59361117,0.593528369
-1910,1,0.5515,1,1,1,1,1,1,1,1,0.2227,0.5515,0.6482,1,0.3625,1,1,1,1,1,1,0.1263,0.3625,0.6173,1,0.5925,1,1,1,0.0973,0.5925,0.6296,1,1,1,1,1,0.069845505,0.934328258,0.255726099,1,1,1,1,1,0.119941771,0.808485568,0.403873324,1,1,1,1,1,0.116166487,0.913420856,0.591710971,0.591707214,0.591755319
-1911,1,0.5515,1,1,1,1,1,1,1,1,0.2417,0.5515,0.5121,1,0.3625,1,1,1,1,1,1,0.1083,0.3625,0.5187,1,0.5925,1,1,1,0.0857,0.5925,0.493,1,1,1,1,1,0.125398904,0.90005219,0.364916444,1,1,1,1,1,0.124861769,0.789834619,0.432369649,1,1,1,1,1,0.134632036,0.862738669,0.588750604,0.588745505,0.588652482
-1912,1,0.5515,1,1,1,1,1,1,1,1,0.4035,0.5515,0.3377,1,0.3625,1,1,1,1,1,1,0.1353,0.3625,0.3615,1,0.5925,1,1,1,0.111,0.5925,0.3183,1,1,1,1,1,0.312312305,0.761978984,0.593126178,1,1,1,1,1,0.156023666,0.677072644,0.456494749,1,1,1,1,1,0.1766233,0.716325641,0.587179797,0.58726465,0.587322695
-1913,1,0.5515,1,1,1,1,1,1,1,1,0.343,0.5515,0.1213,1,0.3625,1,1,1,1,1,1,0.0846,0.3625,0.1552,1,0.5925,1,1,1,0.1381,0.5925,0.1016,1,1,1,1,1,0.259364963,0.488683909,0.856432319,1,1,1,1,1,0.099907622,0.439181,0.245101333,1,1,1,1,1,0.274113923,0.441301346,0.587119381,0.587053099,0.587322695
-1914,1,0.5515,1,1,1,1,1,1,1,1,0.3018,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0541,0.3625,0,1,0.5925,1,1,1,0.1771,0.5925,0,1,1,1,1,1,0.307687342,0,0.704607248,1,1,1,1,1,0.073287532,0,0.180228293,1,1,1,1,1,0.33064273,0,0.584884002,0.584937593,0.585106383
-1915,1,0.5515,1,1,1,1,1,1,1,1,0.1941,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0777,0.3625,0,1,0.5925,1,1,1,0.1793,0.5925,0,1,1,1,1,1,0.211906105,0,0.545993388,1,1,1,1,1,0.10806486,0,0.201926708,1,1,1,1,1,0.388735831,0,0.612856452,0.612862281,0.613031915
-1916,1,0.5515,1,1,1,1,1,1,1,1,0.2161,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0419,0.3625,0,1,0.5925,1,1,1,0.1831,0.5925,0,1,1,1,1,1,0.196293533,0,0.366996527,1,1,1,1,1,0.074731648,0,0.241527498,1,1,1,1,1,0.410305381,0,0.602404543,0.602496298,0.602393617
-1917,1,0.5515,1,1,1,1,1,1,1,1,0.2935,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0747,0.3625,0,1,0.5925,1,1,1,0.1604,0.5925,0,1,1,1,1,1,0.283520818,0,0.424225271,1,1,1,1,1,0.121017322,0,0.279173791,1,1,1,1,1,0.333483428,0,0.559871919,0.559763063,0.559840426
-1918,1,0.5515,1,1,1,1,1,1,1,1,0.2301,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1128,0.3625,0,1,0.5925,1,1,1,0.1512,0.5925,0,1,1,1,1,1,0.195483372,0,0.251153588,1,1,1,1,1,0.133523256,0,0.21838665,1,1,1,1,1,0.253231049,0,0.50138956,0.501375079,0.501329787
-1919,1,0.5515,1,1,1,1,1,1,1,1,0.3067,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1312,0.3625,0,1,0.5925,1,1,1,0.1597,0.5925,0,1,1,1,1,1,0.244183317,0,0.452922851,1,1,1,1,1,0.172481924,0,0.202754721,1,1,1,1,1,0.298671067,0,0.447136298,0.447006558,0.447251773
-1920,1,0.5515,1,1,1,1,1,1,1,1,0.3603,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1386,0.3625,0,1,0.5925,1,1,1,0.1681,0.5925,0,1,1,1,1,1,0.305153549,0,0.666562378,1,1,1,1,1,0.16993174,0,0.205971479,1,1,1,1,1,0.373855025,0,0.414209763,0.414216205,0.414007092
-1921,1,0.5515,1,1,1,1,1,1,1,1,0.3992,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2311,0.3625,0,1,0.5925,1,1,1,0.249,0.5925,0,1,1,1,1,1,0.377660275,0,0.843184054,1,1,1,1,1,0.265127271,0,0.330616534,1,1,1,1,1,0.559129894,0,0.392460126,0.392426486,0.392287234
-1922,1,0.5515,1,1,1,1,1,1,1,1,0.0382,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0108,0.3625,0,1,0.5925,1,1,1,0.0102,0.5925,0,1,1,1,1,1,0.013928389,0,0.464287996,1,1,1,1,1,0.005284211,0,0.394993186,1,1,1,1,1,0.072383933,0,0.381585307,0.381637402,0.381648936
-1923,1,0.5515,1,1,1,1,1,1,1,1,0.2225,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1664,0.3625,0,1,0.5925,1,1,1,0.4256,0.5925,0,1,1,1,1,1,0.209305078,0,0.757846594,1,1,1,1,1,0.163843364,0,0.420790315,1,1,1,1,1,0.808897436,0,0.377718705,0.377617939,0.377659574
-1924,1,0.5515,1,1,1,1,1,1,1,1,0.3424,0.5515,0,1,0.3625,1,1,1,1,1,1,0.087,0.3625,0,1,0.5925,1,1,1,0.3991,0.5925,0,1,1,1,1,1,0.327714533,0,0.987719893,1,1,1,1,1,0.113869429,0,0.404017568,1,1,1,1,1,0.776889861,0,0.386176897,0.386079966,0.38608156
-1925,1,0.5515,1,1,1,1,1,1,1,1,0.2899,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1482,0.3625,0,1,0.5925,1,1,1,0.4465,0.5925,0,1,1,1,1,1,0.315704912,0,0.935359716,1,1,1,1,1,0.166456357,0,0.298624903,1,1,1,1,1,0.798287153,0,0.422365877,0.422466681,0.422429078
-1926,1,0.5515,1,1,1,1,1,1,1,1,0.227,0.5515,0.0008,1,0.3625,1,1,1,1,1,1,0.1236,0.3625,0,1,0.5925,1,1,1,0.491,0.5925,0.0023,1,1,1,1,1,0.25813368,0.026345234,0.930178046,1,1,1,1,1,0.134008303,0,0.279414415,1,1,1,1,1,0.843873143,0.223355547,0.497462542,0.497567167,0.497783688
-1927,1,0.5515,1,1,1,1,1,1,1,1,0.1726,0.5515,0.1746,1,0.3625,1,1,1,1,1,1,0.1347,0.3625,0.157,1,0.5925,1,1,1,0.38,0.5925,0.1814,1,1,1,1,1,0.181650475,0.514061689,0.851898372,1,1,1,1,1,0.146409959,0.411988437,0.431296885,1,1,1,1,1,0.776710272,0.637248516,0.542351377,0.542415909,0.542109929
-1928,1,0.5515,1,1,1,1,1,1,1,1,0.1705,0.5515,0.3796,1,0.3625,1,1,1,1,1,1,0.0786,0.3625,0.3642,1,0.5925,1,1,1,0.3065,0.5925,0.3796,1,1,1,1,1,0.145532832,0.744758189,0.537759781,1,1,1,1,1,0.072663605,0.706883967,0.395857632,1,1,1,1,1,0.716698825,0.861965597,0.56041566,0.560397715,0.56072695
-1929,1,0.5515,1,1,1,1,1,1,1,1,0.1282,0.5515,0.555,1,0.3625,1,1,1,1,1,1,0.0029,0.3625,0.5463,1,0.5925,1,1,1,0.3086,0.5925,0.5413,1,1,1,1,1,0.096170723,0.905487061,0.616252184,1,1,1,1,1,0.006316348,0.893391013,0.328576744,1,1,1,1,1,0.644211113,0.936430514,0.574311261,0.574360059,0.574468085
-1930,1,0.5515,1,1,1,1,1,1,1,1,0.1669,0.5515,0.6824,1,0.3625,1,1,1,1,1,1,0.0143,0.3625,0.6775,1,0.5925,1,1,1,0.2997,0.5925,0.6638,1,1,1,1,1,0.067696586,0.976568341,0.972098708,1,1,1,1,1,0.018203799,0.965079308,0.456909478,1,1,1,1,1,0.532675087,0.971434593,0.588448526,0.588533954,0.588652482
-1931,1,0.5515,1,1,1,1,1,1,1,1,0.1306,0.5515,0.6979,1,0.3625,1,1,1,1,1,1,0.0104,0.3625,0.6949,1,0.5925,1,1,1,0.2959,0.5925,0.6665,1,1,1,1,1,0.047144577,0.988943696,0.905925393,1,1,1,1,1,0.010286603,0.986807942,0.243036136,1,1,1,1,1,0.482994348,0.973291814,0.596242146,0.596149778,0.596631206
-1932,1,0.5515,1,1,1,1,1,1,1,1,0.1929,0.5515,0.6999,1,0.3625,1,1,1,1,1,1,0.0138,0.3625,0.6981,1,0.5925,1,1,1,0.261,0.5925,0.6711,1,1,1,1,1,0.10563013,0.991093516,0.969443142,1,1,1,1,1,0.034903731,0.987982929,0.363945842,1,1,1,1,1,0.378157139,0.97567755,0.598235863,0.598265285,0.598404255
-1933,1,0.5515,1,1,1,1,1,1,1,1,0.2135,0.5515,0.6953,1,0.3625,1,1,1,1,1,1,0.0084,0.3625,0.6977,1,0.5925,1,1,1,0.239,0.5925,0.653,1,1,1,1,1,0.143298313,0.985553801,0.917058885,1,1,1,1,1,0.029305417,0.984937072,0.473383516,1,1,1,1,1,0.426473558,0.9635759,0.605002417,0.605034906,0.605496454
-1934,1,0.5515,1,1,1,1,1,1,1,1,0.2868,0.5515,0.6556,1,0.3625,1,1,1,1,1,1,0,0.3625,0.6681,1,0.5925,1,1,1,0.3824,0.5925,0.5757,1,1,1,1,1,0.177492246,0.963768303,0.957795799,1,1,1,1,1,0.032711938,0.961502433,0.827466309,1,1,1,1,1,0.6445871,0.933789968,0.604881585,0.604823355,0.605053191
-1935,1,0.5515,1,1,1,1,1,1,1,1,0.3378,0.5515,0.5221,1,0.3625,1,1,1,1,1,1,0.0208,0.3625,0.5478,1,0.5925,1,1,1,0.4805,0.5925,0.4533,1,1,1,1,1,0.215584144,0.919954658,0.878300786,1,1,1,1,1,0.073830575,0.9161309,1,1,1,1,1,1,0.745911241,0.887136638,0.603914935,0.603765602,0.604166667
-1936,1,0.5515,1,1,1,1,1,1,1,1,0.3565,0.5515,0.3484,1,0.3625,1,1,1,1,1,1,0.0445,0.3625,0.3858,1,0.5925,1,1,1,0.6062,0.5925,0.2556,1,1,1,1,1,0.200751156,0.791791558,1,1,1,1,1,1,0.097186208,0.788114548,1,1,1,1,1,1,0.809291959,0.740720987,0.602887869,0.602919399,0.603280142
-1937,1,0.5515,1,1,1,1,1,1,1,1,0.4075,0.5515,0.1274,1,0.3625,1,1,1,1,1,1,0.0905,0.3625,0.1707,1,0.5925,1,1,1,0.6444,0.5925,0.0504,1,1,1,1,1,0.326573163,0.507250786,1,1,1,1,1,1,0.153839722,0.527559102,1,1,1,1,1,1,0.766420901,0.390319526,0.600531658,0.600592342,0.600620567
-1938,1,0.5515,1,1,1,1,1,1,1,1,0.2646,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0495,0.3625,0,1,0.5925,1,1,1,0.585,0.5925,0,1,1,1,1,1,0.241777644,0,1,1,1,1,1,1,0.098354056,0,1,1,1,1,1,1,0.745950997,0,0.594248429,0.594245822,0.594414894
-1939,1,0.5515,1,1,1,1,1,1,1,1,0.346,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0225,0.3625,0,1,0.5925,1,1,1,0.4867,0.5925,0,1,1,1,1,1,0.399172425,0,1,1,1,1,1,1,0.132273585,0,1,1,1,1,1,1,0.757110357,0,0.619864669,0.619843453,0.620124113
-1940,1,0.5515,1,1,1,1,1,1,1,1,0.3521,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0197,0.3625,0,1,0.5925,1,1,1,0.5033,0.5925,0,1,1,1,1,1,0.364827931,0,0.991142869,1,1,1,1,1,0.157613575,0,0.667907596,1,1,1,1,1,0.771672606,0,0.611285645,0.611381426,0.611702128
-1941,1,0.5515,1,1,1,1,1,1,1,1,0.4119,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1385,0.3625,0,1,0.5925,1,1,1,0.6062,0.5925,0,1,1,1,1,1,0.438637316,0,1,1,1,1,1,1,0.209197432,0,0.915498972,1,1,1,1,1,0.797025204,0,0.56959884,0.569705945,0.569592199
-1942,1,0.5515,1,1,1,1,1,1,1,1,0.3158,0.5515,0,1,0.3625,1,1,1,1,1,1,0.5123,0.3625,0,1,0.5925,1,1,1,0.4914,0.5925,0,1,1,1,1,1,0.350087821,0,1,1,1,1,1,1,0.505845189,0,0.983351588,1,1,1,1,1,0.607639432,0,0.50918318,0.509202454,0.509308511
-1943,1,0.5515,1,1,1,1,1,1,1,1,0.3795,0.5515,0,1,0.3625,1,1,1,1,1,1,0.4021,0.3625,0,1,0.5925,1,1,1,0.3411,0.5925,0,1,1,1,1,1,0.415119201,0,1,1,1,1,1,1,0.472065687,0,1,1,1,1,1,1,0.448052764,0,0.455775737,0.455680135,0.455673759
-1944,1,0.5515,1,1,1,1,1,1,1,1,0.4277,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1812,0.3625,0,1,0.5925,1,1,1,0.3162,0.5925,0,1,1,1,1,1,0.392953753,0,1,1,1,1,1,1,0.281282157,0,1,1,1,1,1,1,0.533367097,0,0.42121798,0.421197377,0.421542553
-1945,1,0.5515,1,1,1,1,1,1,1,1,0.4365,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1279,0.3625,0,1,0.5925,1,1,1,0.3281,0.5925,0,1,1,1,1,1,0.377559662,0,1,1,1,1,1,1,0.232832417,0,1,1,1,1,1,1,0.591846704,0,0.399830836,0.399830759,0.399822695
-1946,1,0.5515,1,1,1,1,1,1,1,1,0.2903,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2242,0.3625,0,1,0.5925,1,1,1,0.3636,0.5925,0,1,1,1,1,1,0.270261884,0,1,1,1,1,1,1,0.3226493,0,1,1,1,1,1,1,0.646532893,0,0.386478975,0.386503067,0.386524823
-1947,1,0.5515,1,1,1,1,1,1,1,1,0.3052,0.5515,0,1,0.3625,1,1,1,1,1,1,0.3319,0.3625,0,1,0.5925,1,1,1,0.3641,0.5925,0,1,1,1,1,1,0.234263346,0,1,1,1,1,1,1,0.405956209,0,0.837455571,1,1,1,1,1,0.628585041,0,0.382189464,0.382272054,0.382092199
-1948,1,0.5515,1,1,1,1,1,1,1,1,0.3591,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1377,0.3625,0,1,0.5925,1,1,1,0.3357,0.5925,0,1,1,1,1,1,0.328346372,0,1,1,1,1,1,1,0.226909399,0,0.703004718,1,1,1,1,1,0.615533054,0,0.390405993,0.390310979,0.390070922
-1949,1,0.5515,1,1,1,1,1,1,1,1,0.2301,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2002,0.3625,0,1,0.5925,1,1,1,0.3779,0.5925,0,1,1,1,1,1,0.252286196,0,0.815383315,1,1,1,1,1,0.278056532,0,0.515269697,1,1,1,1,1,0.655998588,0,0.424480425,0.424582187,0.424202128
-1950,1,0.5515,1,1,1,1,1,1,1,1,0.2145,0.5515,0,1,0.3625,1,1,1,1,1,1,0.097,0.3625,0,1,0.5925,1,1,1,0.4043,0.5925,0.0059,1,1,1,1,1,0.136138394,0.000319931,0.487929344,1,1,1,1,1,0.160722822,0,0.213006288,1,1,1,1,1,0.718013167,0.239883542,0.49540841,0.495451661,0.495567376
-1951,1,0.5515,1,1,1,1,1,1,1,1,0.2032,0.5515,0.1287,1,0.3625,1,1,1,1,1,1,0.1559,0.3625,0.1307,1,0.5925,1,1,1,0.4081,0.5925,0.1949,1,1,1,1,1,0.102107719,0.319872499,0.775986671,1,1,1,1,1,0.220035046,0.28783071,0.364868373,1,1,1,1,1,0.723628342,0.644112647,0.540720155,0.540723503,0.540780142
-1952,1,0.5515,1,1,1,1,1,1,1,1,0.1499,0.5515,0.2969,1,0.3625,1,1,1,1,1,1,0.101,0.3625,0.3218,1,0.5925,1,1,1,0.5577,0.5925,0.4163,1,1,1,1,1,0.092203125,0.590452671,0.997895956,1,1,1,1,1,0.158092692,0.589053988,0.956449866,1,1,1,1,1,0.86227107,0.862038136,0.558482359,0.558493759,0.558510638
-1953,1,0.5515,1,1,1,1,1,1,1,1,0.1433,0.5515,0.4366,1,0.3625,1,1,1,1,1,1,0.0949,0.3625,0.4241,1,0.5925,1,1,1,0.7686,0.5925,0.599,1,1,1,1,1,0.188934818,0.734357417,1,1,1,1,1,1,0.100284144,0.665011644,0.983993232,1,1,1,1,1,0.903677702,0.913852096,0.57002175,0.570129046,0.570035461
-1954,1,0.5515,1,1,1,1,1,1,1,1,0.2013,0.5515,0.5574,1,0.3625,1,1,1,1,1,1,0.1215,0.3625,0.4843,1,0.5925,1,1,1,0.8472,0.5925,0.7291,1,1,1,1,1,0.287662685,0.834649622,0.968044817,1,1,1,1,1,0.146022454,0.616007805,0.872793794,1,1,1,1,1,0.927358508,0.990587831,0.58017158,0.580071927,0.580230496
-1955,1,0.5515,1,1,1,1,1,1,1,1,0.1617,0.5515,0.6471,1,0.3625,1,1,1,1,1,1,0.0511,0.3625,0.5087,1,0.5925,1,1,1,0.8482,0.5925,0.7455,1,1,1,1,1,0.275473833,0.912183762,0.706181407,1,1,1,1,1,0.067206338,0.620474875,0.78178823,1,1,1,1,1,0.927271187,0.999805868,0.582950701,0.582822086,0.582890071
-1956,1,0.5515,1,1,1,1,1,1,1,1,0.1481,0.5515,0.6988,1,0.3625,1,1,1,1,1,1,0.0123,0.3625,0.6118,1,0.5925,1,1,1,0.8372,0.5925,0.7484,1,1,1,1,1,0.241071865,0.97454983,0.377428412,1,1,1,1,1,0.021978207,0.840404749,0.721843481,1,1,1,1,1,0.925703049,0.999799907,0.578359111,0.578379522,0.578457447
-1957,1,0.5515,1,1,1,1,1,1,1,1,0.1059,0.5515,0.7057,1,0.3625,1,1,1,1,1,1,0,0.3625,0.6588,1,0.5925,1,1,1,0.828,0.5925,0.7384,1,1,1,1,1,0.225118175,0.988235652,0.191460252,1,1,1,1,1,0.003004422,0.879738688,0.544903159,1,1,1,1,1,0.905176997,0.999790192,0.579748671,0.579860377,0.579787234
-1958,1,0.5515,1,1,1,1,1,1,1,1,0.1808,0.5515,0.6681,1,0.3625,1,1,1,1,1,1,0,0.3625,0.6495,1,0.5925,1,1,1,0.8163,0.5925,0.6629,1,1,1,1,1,0.351787865,0.970565259,0.158980459,1,1,1,1,1,0.003345785,0.892946839,0.399174094,1,1,1,1,1,0.907655001,0.999148726,0.574432093,0.57457161,0.574468085
-1959,1,0.5515,1,1,1,1,1,1,1,1,0.2703,0.5515,0.5204,1,0.3625,1,1,1,1,1,1,0,0.3625,0.4946,1,0.5925,1,1,1,0.8283,0.5925,0.5388,1,1,1,1,1,0.367224127,0.894818485,0.120452218,1,1,1,1,1,0.018183744,0.788296819,0.399462342,1,1,1,1,1,0.912351131,0.957093358,0.567544708,0.567590438,0.567375887
-1960,1,0.5515,1,1,1,1,1,1,1,1,0.3684,0.5515,0.3357,1,0.3625,1,1,1,1,1,1,0.0317,0.3625,0.3379,1,0.5925,1,1,1,0.8477,0.5925,0.35,1,1,1,1,1,0.466554701,0.727267444,0.06317994,1,1,1,1,1,0.06912902,0.629140556,0.129037172,1,1,1,1,1,0.906745315,0.771900058,0.563798937,0.563782526,0.563829787
-1961,1,0.5515,1,1,1,1,1,1,1,1,0.4007,0.5515,0.1217,1,0.3625,1,1,1,1,1,1,0.1651,0.3625,0.1415,1,0.5925,1,1,1,0.8421,0.5925,0.1194,1,1,1,1,1,0.432882786,0.447610199,0.190913662,1,1,1,1,1,0.201995119,0.302649289,0.087749749,1,1,1,1,1,0.914203525,0.498137057,0.557576124,0.557647557,0.557624113
-1962,1,0.5515,1,1,1,1,1,1,1,1,0.2902,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2657,0.3625,0,1,0.5925,1,1,1,0.8107,0.5925,0,1,1,1,1,1,0.256510377,0,0.182657823,1,1,1,1,1,0.23365128,0,0.032922514,1,1,1,1,1,0.896437824,0,0.546580474,0.546646922,0.546542553
-1963,1,0.5515,1,1,1,1,1,1,1,1,0.2471,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1512,0.3625,0,1,0.5925,1,1,1,0.6521,0.5925,0,1,1,1,1,1,0.191169232,0,0.443339288,1,1,1,1,1,0.153197333,0,0.166065976,1,1,1,1,1,0.775519431,0,0.569417593,0.569494394,0.569592199
-1964,1,0.5515,1,1,1,1,1,1,1,1,0.311,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0956,0.3625,0,1,0.5925,1,1,1,0.7341,0.5925,0,1,1,1,1,1,0.401650041,0,0.343654484,1,1,1,1,1,0.106003307,0,0.187918603,1,1,1,1,1,0.83104986,0,0.558844853,0.558916861,0.558953901
-1965,1,0.5515,1,1,1,1,1,1,1,1,0.4007,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1117,0.3625,0,1,0.5925,1,1,1,0.5105,0.5925,0,1,1,1,1,1,0.56600219,0,0.395341009,1,1,1,1,1,0.133882478,0,0.260864943,1,1,1,1,1,0.586915731,0,0.52658289,0.526761159,0.526595745
-1966,1,0.5515,1,1,1,1,1,1,1,1,0.3553,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1353,0.3625,0,1,0.5925,1,1,1,0.4285,0.5925,0,1,1,1,1,1,0.485423625,0,0.300232708,1,1,1,1,1,0.165508896,0,0.288360983,1,1,1,1,1,0.538048923,0,0.482902368,0.482758621,0.483156028
-1967,1,0.5515,1,1,1,1,1,1,1,1,0.2113,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1223,0.3625,0,1,0.5925,1,1,1,0.3081,0.5925,0,1,1,1,1,1,0.231470391,0,0.689410567,1,1,1,1,1,0.179863006,0,0.380477786,1,1,1,1,1,0.356515825,0,0.436744804,0.436852126,0.436613475
-1968,1,0.5515,1,1,1,1,1,1,1,1,0.2424,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2767,0.3625,0,1,0.5925,1,1,1,0.2483,0.5925,0,1,1,1,1,1,0.23329775,0,0.764876366,1,1,1,1,1,0.262008697,0,0.103993207,1,1,1,1,1,0.321252406,0,0.401764137,0.401734715,0.401595745
-1969,1,0.5515,1,1,1,1,1,1,1,1,0.3809,0.5515,0,1,0.3625,1,1,1,1,1,1,0.3293,0.3625,0,1,0.5925,1,1,1,0.159,0.5925,0,1,1,1,1,1,0.25295943,0,0.896236777,1,1,1,1,1,0.459684134,0,0.212274104,1,1,1,1,1,0.21174103,0,0.379893668,0.379733446,0.379875887
-1970,1,0.5515,1,1,1,1,1,1,1,1,0.4075,0.5515,0,1,0.3625,1,1,1,1,1,1,0.3653,0.3625,0,1,0.5925,1,1,1,0.122,0.5925,0,1,1,1,1,1,0.269797564,0,0.994456649,1,1,1,1,1,0.4906075,0,0.218966514,1,1,1,1,1,0.148624226,0,0.367448043,0.367463508,0.367464539
-1971,1,0.5515,1,1,1,1,1,1,1,1,0.3314,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2095,0.3625,0,1,0.5925,1,1,1,0.116,0.5925,0,1,1,1,1,1,0.235817373,0,1,1,1,1,1,1,0.32428062,0,0.2079283,1,1,1,1,1,0.108415432,0,0.360862736,0.360905437,0.360815603
-1972,1,0.5515,1,1,1,1,1,1,1,1,0.2887,0.5515,0,1,0.3625,1,1,1,1,1,1,0.215,0.3625,0,1,0.5925,1,1,1,0.1034,0.5925,0,1,1,1,1,1,0.287605554,0,1,1,1,1,1,1,0.320263475,0,1,1,1,1,1,1,0.08950527,0,0.361466892,0.361540089,0.361258865
-1973,1,0.5515,1,1,1,1,1,1,1,1,0.1187,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2776,0.3625,0,1,0.5925,1,1,1,0.0745,0.5925,0,1,1,1,1,1,0.158053353,0,0.986504853,1,1,1,1,1,0.355415732,0,1,1,1,1,1,1,0.052681029,0,0.37361044,0.373598477,0.37322695
-1974,1,0.5515,1,1,1,1,1,1,1,1,0.0428,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1703,0.3625,0,1,0.5925,1,1,1,0.0558,0.5925,0.0046,1,1,1,1,1,0.037407849,0.010923957,0.892234206,1,1,1,1,1,0.226211488,0.002400952,0.97269249,1,1,1,1,1,0.039601646,0.039687261,0.39838086,0.398349905,0.398492908
-1975,1,0.5515,1,1,1,1,1,1,1,1,0.0606,0.5515,0.1681,1,0.3625,1,1,1,1,1,1,0.0822,0.3625,0.2003,1,0.5925,1,1,1,0.0316,0.5925,0.1373,1,1,1,1,1,0.054159001,0.432745457,0.679984212,1,1,1,1,1,0.148090988,0.477510184,0.85109973,1,1,1,1,1,0.014418196,0.408274651,0.428105365,0.428178549,0.428191489
-1976,1,0.5511,1,1,1,1,1,1,1,1,0.0603,0.5511,0.3275,1,0.3623,1,1,1,1,1,1,0.0852,0.3623,0.3963,1,0.5924,1,1,1,0.0489,0.5924,0.2865,1,1,1,1,1,0.042333312,0.648380637,0.529756308,1,1,1,1,1,0.106581554,0.69408679,0.620244503,1,1,1,1,1,0.022603605,0.645404577,0.468885935,0.468796277,0.468971631
-1977,1,0.5507,1,1,1,1,1,1,1,1,0.036,0.5507,0.47,1,0.3621,1,1,1,1,1,1,0.0798,0.3621,0.4968,1,0.5923,1,1,1,0.1049,0.5923,0.4283,1,1,1,1,1,0.022177983,0.743868589,0.33852607,1,1,1,1,1,0.091653481,0.677715838,0.392203152,1,1,1,1,1,0.03981423,0.749180436,0.497945868,0.497990269,0.497783688
-1978,1,0.5504,1,1,1,1,1,1,1,1,0.0301,0.5504,0.4264,1,0.3619,1,1,1,1,1,1,0.0286,0.3619,0.4553,1,0.5921,1,1,1,0.086,0.5921,0.5047,1,1,1,1,1,0.019247016,0.623589933,0.358374476,1,1,1,1,1,0.054894976,0.632042766,0.374276966,1,1,1,1,1,0.042031839,0.813204288,0.510753987,0.510683309,0.510638298
-1979,1,0.55,1,1,1,1,1,1,1,1,0.0383,0.55,0.4459,1,0.3617,1,1,1,1,1,1,0.0454,0.3617,0.4639,1,0.592,1,1,1,0.1034,0.592,0.5393,1,1,1,1,1,0.017445274,0.605043054,0.27562058,1,1,1,1,1,0.061932072,0.691549361,0.340240061,1,1,1,1,1,0.0493128,0.764436603,0.513170614,0.513221917,0.513297872
-1980,1,0.5497,1,1,1,1,1,1,1,1,0.0392,0.5497,0.4834,1,0.3615,1,1,1,1,1,1,0.018,0.3615,0.4762,1,0.5919,1,1,1,0.0514,0.5919,0.5482,1,1,1,1,1,0.018916525,0.637825847,0.351197541,1,1,1,1,1,0.049679432,0.702080786,0.498398721,1,1,1,1,1,0.015180683,0.795143306,0.507431126,0.507510049,0.507535461
-1981,1,0.5493,1,1,1,1,1,1,1,1,0.0222,0.5493,0.6303,1,0.3613,1,1,1,1,1,1,0.0367,0.3613,0.6118,1,0.5917,1,1,1,0.0537,0.5917,0.6986,1,1,1,1,1,0.013848988,0.826422453,0.235992104,1,1,1,1,1,0.099063575,0.847020626,0.577684343,1,1,1,1,1,0.016733805,0.840121508,0.497281295,0.497355617,0.497340426
-1982,1,0.549,1,1,1,1,1,1,1,1,0.0342,0.549,0.3922,1,0.3611,1,1,1,1,1,1,0.0353,0.3611,0.4236,1,0.5916,1,1,1,0.0535,0.5916,0.5414,1,1,1,1,1,0.013781238,0.565254688,0.193453282,1,1,1,1,1,0.095282175,0.603784144,0.582453728,1,1,1,1,1,0.0176975,0.58168453,0.48900435,0.48889359,0.489361702
-1983,1,0.5486,1,1,1,1,1,1,1,1,0.0351,0.5486,0.3528,1,0.3608,1,1,1,1,1,1,0.0797,0.3608,0.2969,1,0.5915,1,1,1,0.0613,0.5915,0.4276,1,1,1,1,1,0.014128912,0.475534111,0.131051123,1,1,1,1,1,0.092695594,0.453415751,0.401811004,1,1,1,1,1,0.023396604,0.446282864,0.485077332,0.485085678,0.48537234
-1984,1,0.5483,1,1,1,1,1,1,1,1,0.0289,0.5483,0.2192,1,0.3606,1,1,1,1,1,1,0.0689,0.3606,0.2024,1,0.5913,1,1,1,0.0603,0.5913,0.248,1,1,1,1,1,0.044707991,0.29517135,0.137121126,1,1,1,1,1,0.082667425,0.291390389,0.378596067,1,1,1,1,1,0.029312057,0.352678508,0.488460609,0.488470489,0.488475177
-1985,1,0.5479,1,1,1,1,1,1,1,1,0.0108,0.5479,0.0833,1,0.3604,1,1,1,1,1,1,0.0469,0.3604,0.0789,1,0.5912,1,1,1,0.0834,0.5912,0.0933,1,1,1,1,1,0.049421877,0.143082455,0.100918226,1,1,1,1,1,0.067512706,0.151176572,0.344289005,1,1,1,1,1,0.077234544,0.159411892,0.500845819,0.500740427,0.500886525
-1986,1,0.5476,1,1,1,1,1,1,1,1,0.0084,0.5476,0,1,0.3602,1,1,1,1,1,1,0.0777,0.3602,0,1,0.5911,1,1,1,0.0952,0.5911,0,1,1,1,1,1,0.035595253,0,0.133207738,1,1,1,1,1,0.11900349,0,0.625624895,1,1,1,1,1,0.156941384,0,0.513412276,0.513433467,0.513297872
-1987,1,0.5472,1,1,1,1,1,1,1,1,0.003,0.5472,0,1,0.36,1,1,1,1,1,1,0.1314,0.36,0,1,0.591,1,1,1,0.0893,0.591,0,1,1,1,1,1,0.050682273,0,0.085536435,1,1,1,1,1,0.154584497,0,0.332496583,1,1,1,1,1,0.130784571,0,0.533893185,0.533742331,0.533687943
-1988,1,0.5469,1,1,1,1,1,1,1,1,0.0067,0.5469,0,1,0.3598,1,1,1,1,1,1,0.0364,0.3598,0,1,0.5908,1,1,1,0.0664,0.5908,0,1,1,1,1,1,0.053743523,0,0.172918946,1,1,1,1,1,0.058697723,0,0.538806081,1,1,1,1,1,0.098397613,0,0.524105848,0.524011001,0.524379433
-1989,1,0.5465,1,1,1,1,1,1,1,1,0.0106,0.5465,0,1,0.3596,1,1,1,1,1,1,0.0499,0.3596,0,1,0.5907,1,1,1,0.0979,0.5907,0,1,1,1,1,1,0.044519566,0,0.316217244,1,1,1,1,1,0.071999036,0,0.712035418,1,1,1,1,1,0.123944983,0,0.497281295,0.497355617,0.497340426
-1990,1,0.5462,1,1,1,1,1,1,1,1,0.0006,0.5462,0,1,0.3594,1,1,1,1,1,1,0.0488,0.3594,0,1,0.5906,1,1,1,0.1452,0.5906,0,1,1,1,1,1,0.012757078,0,0.263781905,1,1,1,1,1,0.072739288,0,0.657565176,1,1,1,1,1,0.131637678,0,0.461152731,0.461180453,0.46143617
-1991,1,0.5458,1,1,1,1,1,1,1,1,0.0038,0.5458,0,1,0.3591,1,1,1,1,1,1,0.0534,0.3591,0,1,0.5904,1,1,1,0.0739,0.5904,0,1,1,1,1,1,0.024516985,0,0.224135503,1,1,1,1,1,0.084455252,0,0.635806024,1,1,1,1,1,0.064253561,0,0.423936684,0.423735985,0.424202128
-1992,1,0.5455,1,1,1,1,1,1,1,1,0.0057,0.5455,0,1,0.3589,1,1,1,1,1,1,0.0837,0.3589,0,1,0.5903,1,1,1,0.0468,0.5903,0,1,1,1,1,1,0.02330091,0,0.271334201,1,1,1,1,1,0.128775865,0,0.369061768,1,1,1,1,1,0.098770835,0,0.393064282,0.393061138,0.393173759
-1993,1,0.5451,1,1,1,1,1,1,1,1,0.008,0.5451,0,1,0.3587,1,1,1,1,1,1,0.1236,0.3587,0,1,0.5902,1,1,1,0.0553,0.5902,0,1,1,1,1,1,0.026054997,0,0.392207623,1,1,1,1,1,0.182794631,0,0.348713607,1,1,1,1,1,0.137267604,0,0.372704205,0.372752274,0.372783688
-1994,1,0.5448,1,1,1,1,1,1,1,1,0.0077,0.5448,0,1,0.3585,1,1,1,1,1,1,0.1016,0.3585,0,1,0.59,1,1,1,0.056,0.59,0,1,1,1,1,1,0.016198015,0,0.656928778,1,1,1,1,1,0.173299447,0,0.82317543,1,1,1,1,1,0.129441872,0,0.362433543,0.362386292,0.362588652
-1995,1,0.5444,1,1,1,1,1,1,1,1,0.0128,0.5444,0,1,0.3583,1,1,1,1,1,1,0.0813,0.3583,0,1,0.5899,1,1,1,0.0431,0.5899,0,1,1,1,1,1,0.014565131,0,0.934959829,1,1,1,1,1,0.139544129,0,1,1,1,1,1,1,0.129570752,0,0.357419043,0.357309076,0.357269504
-1996,1,0.544,1,1,1,1,1,1,1,1,0.018,0.544,0,1,0.3581,1,1,1,1,1,1,0.0517,0.3581,0,1,0.5898,1,1,1,0.0496,0.5898,0,1,1,1,1,1,0.010142092,0,0.990923285,1,1,1,1,1,0.092204675,0,0.878812671,1,1,1,1,1,0.135611996,0,0.358264862,0.358366829,0.358599291
-1997,1,0.5437,1,1,1,1,1,1,1,1,0.0129,0.5437,0,1,0.3579,1,1,1,1,1,1,0.0196,0.3579,0,1,0.5896,1,1,1,0.0432,0.5896,0,1,1,1,1,1,0.004315884,0,0.899942815,1,1,1,1,1,0.045158114,0,0.805836916,1,1,1,1,1,0.123266496,0,0.366420976,0.366405754,0.366578014
-1998,1,0.5433,1,1,1,1,1,1,1,1,0.0039,0.5433,0,1,0.3577,1,1,1,1,1,1,0.0162,0.3577,0,1,0.5895,1,1,1,0.0355,0.5895,0,1,1,1,1,1,0.000529735,0,0.784292102,1,1,1,1,1,0.023013959,0,0.496428311,1,1,1,1,1,0.079983391,0,0.385633156,0.385656865,0.385638298
-1999,1,0.543,1,1,1,1,1,1,1,1,0.0073,0.543,0.0483,1,0.3575,1,1,1,1,1,1,0,0.3575,0.0107,1,0.5894,1,1,1,0.0564,0.5894,0.0311,1,1,1,1,1,0.000921979,0.052121263,0.728568316,1,1,1,1,1,0.001391481,0.00632863,0.57251966,1,1,1,1,1,0.112503514,0.150499746,0.41161189,0.411677597,0.411347518
-2000,1,0.5426,1,1,1,1,1,1,1,1,0.0189,0.5426,0.1379,1,0.3572,1,1,1,1,1,1,0,0.3572,0.1244,1,0.5892,1,1,1,0.0456,0.5892,0.1143,1,1,1,1,1,0.004997779,0.193354338,0.658861101,1,1,1,1,1,0.008285087,0.170830116,0.495265961,1,1,1,1,1,0.113281749,0.256390452,0.452694538,0.452718426,0.452570922
-2001,1,0.5423,1,1,1,1,1,1,1,1,0.0358,0.5423,0.2279,1,0.357,1,1,1,1,1,1,0,0.357,0.1986,1,0.5891,1,1,1,0.0279,0.5891,0.2337,1,1,1,1,1,0.009099569,0.301204979,0.604407907,1,1,1,1,1,0.007486542,0.275949955,0.538680673,1,1,1,1,1,0.122366242,0.33497718,0.488098115,0.488047387,0.488031915
-2002,1,0.5419,1,1,1,1,1,1,1,1,0.0374,0.5419,0.2641,1,0.3568,1,1,1,1,1,1,0,0.3568,0.2571,1,0.589,1,1,1,0.0237,0.589,0.2942,1,1,1,1,1,0.007065001,0.343764752,0.648321748,1,1,1,1,1,0.007077803,0.371380746,0.335247397,1,1,1,1,1,0.108646661,0.446786702,0.510210246,0.510260207,0.510638298
-2003,1,0.5416,1,1,1,1,1,1,1,1,0.0184,0.5416,0.2979,1,0.3566,1,1,1,1,1,1,0,0.3566,0.3222,1,0.5889,1,1,1,0.0522,0.5889,0.3032,1,1,1,1,1,0.002430476,0.391688257,0.542844772,1,1,1,1,1,0.000396365,0.451807857,0.111108907,1,1,1,1,1,0.101601884,0.467754185,0.523260029,0.523164798,0.523492908
-2004,1,0.5412,1,1,1,1,1,1,1,1,0.0073,0.5412,0.3468,1,0.3564,1,1,1,1,1,1,0,0.3564,0.3903,1,0.5887,1,1,1,0.0521,0.5887,0.3412,1,1,1,1,1,0.000844475,0.458759725,0.640780091,1,1,1,1,1,0.000417433,0.561251163,0.150706291,1,1,1,1,1,0.111820996,0.483816803,0.527730788,0.527607362,0.52748227
-2005,1,0.5409,1,1,1,1,1,1,1,1,0.004,0.5409,0.3644,1,0.3562,1,1,1,1,1,1,0,0.3562,0.4114,1,0.5886,1,1,1,0.0571,0.5886,0.3261,1,1,1,1,1,0.000446646,0.52680248,0.355040878,1,1,1,1,1,0.00150404,0.62429136,0.353339553,1,1,1,1,1,0.153137371,0.486128807,0.52241421,0.522530146,0.522606383
-2006,1,0.5405,1,1,1,1,1,1,1,1,0.013,0.5405,0.3465,1,0.356,1,1,1,1,1,1,0,0.356,0.4116,1,0.5885,1,1,1,0.08,0.5885,0.3916,1,1,1,1,1,0.001789951,0.551074564,0.141294613,1,1,1,1,1,0.002972384,0.601837993,0.477064431,1,1,1,1,1,0.146636769,0.584053814,0.516553891,0.516606727,0.516843972
-2007,1,0.5402,1,1,1,1,1,1,1,1,0.0469,0.5402,0.324,1,0.3558,1,1,1,1,1,1,0,0.3558,0.3266,1,0.5883,1,1,1,0.062,0.5883,0.3635,1,1,1,1,1,0.00870096,0.473455697,0.059559226,1,1,1,1,1,0.007799443,0.468196273,0.34318772,1,1,1,1,1,0.107176855,0.60283643,0.512566457,0.512587265,0.51285461
-2008,1,0.5398,1,1,1,1,1,1,1,1,0.063,0.5398,0.2125,1,0.3555,1,1,1,1,1,1,0,0.3555,0.2253,1,0.5882,1,1,1,0.0705,0.5882,0.2597,1,1,1,1,1,0.011752079,0.327557206,0.217921227,1,1,1,1,1,0.010016731,0.369484961,0.45123899,1,1,1,1,1,0.121800259,0.507716596,0.519816336,0.519779987,0.519946809
-2009,1,0.5395,1,1,1,1,1,1,1,1,0.041,0.5395,0.0673,1,0.3553,1,1,1,1,1,1,0,0.3553,0.0732,1,0.5881,1,1,1,0.0924,0.5881,0.083,1,1,1,1,1,0.007319191,0.118999235,0.55213958,1,1,1,1,1,0.001293453,0.127347931,0.851389527,1,1,1,1,1,0.129928783,0.222230211,0.53437651,0.534376983,0.534574468
-2010,1,0.5391,1,1,1,1,1,1,1,1,0.0387,0.5391,0,1,0.3551,1,1,1,1,1,1,0,0.3551,0,1,0.5879,1,1,1,0.0795,0.5879,0,1,1,1,1,1,0.006902671,0,0.760528326,1,1,1,1,1,0.000699326,0,0.86937952,1,1,1,1,1,0.111920767,0,0.546459642,0.546435371,0.546542553
-2011,1,0.5388,1,1,1,1,1,1,1,1,0.0344,0.5388,0,1,0.3549,1,1,1,1,1,1,0,0.3549,0,1,0.5878,1,1,1,0.0692,0.5878,0,1,1,1,1,1,0.005273843,0,0.609557629,1,1,1,1,1,0.009823859,0,0.63759166,1,1,1,1,1,0.14292118,0,0.56917593,0.569071293,0.569592199
-2012,1,0.5384,1,1,1,1,1,1,1,1,0.0166,0.5384,0,1,0.3547,1,1,1,1,1,1,0.0526,0.3547,0,1,0.5877,1,1,1,0.1088,0.5877,0,1,1,1,1,1,0.002824586,0,0.308614552,1,1,1,1,1,0.082647227,0,0.271856546,1,1,1,1,1,0.139029533,0,0.557636539,0.557647557,0.557624113
-2013,1,0.538,1,1,1,1,1,1,1,1,0.0545,0.538,0,1,0.3545,1,1,1,1,1,1,0.1811,0.3545,0,1,0.5875,1,1,1,0.1053,0.5875,0,1,1,1,1,1,0.012906608,0,0.490614235,1,1,1,1,1,0.181124151,0,0.405759156,1,1,1,1,1,0.139231592,0,0.51878927,0.518722234,0.519060284
-2014,1,0.5377,1,1,1,1,1,1,1,1,0.0336,0.5377,0,1,0.3543,1,1,1,1,1,1,0.1171,0.3543,0,1,0.5874,1,1,1,0.1664,0.5874,0,1,1,1,1,1,0.009507388,0,0.820476115,1,1,1,1,1,0.160016865,0,0.351842165,1,1,1,1,1,0.297567546,0,0.471967134,0.471969537,0.472074468
-2015,1,0.5373,1,1,1,1,1,1,1,1,0.1001,0.5373,0,1,0.3541,1,1,1,1,1,1,0.2813,0.3541,0,1,0.5873,1,1,1,0.1612,0.5873,0,1,1,1,1,1,0.072721757,0,0.833298206,1,1,1,1,1,0.306419045,0,0.477559149,1,1,1,1,1,0.405247182,0,0.428528275,0.42860165,0.428634752
-2016,1,0.537,1,1,1,1,1,1,1,1,0.1561,0.537,0,1,0.3538,1,1,1,1,1,1,0.4333,0.3538,0,1,0.5871,1,1,1,0.1541,0.5871,0,1,1,1,1,1,0.177852437,0,0.561942995,1,1,1,1,1,0.434132934,0,0.141270697,1,1,1,1,1,0.431738287,0,0.398139198,0.398138354,0.398492908
-2017,1,0.5366,1,1,1,1,1,1,1,1,0.1374,0.5366,0,1,0.3536,1,1,1,1,1,1,0.339,0.3536,0,1,0.587,1,1,1,0.1664,0.587,0,1,1,1,1,1,0.164474994,0,0.641000271,1,1,1,1,1,0.378319561,0,0.227177501,1,1,1,1,1,0.471788615,0,0.381887385,0.381848953,0.381648936
-2018,1,0.5363,1,1,1,1,1,1,1,1,0.1016,0.5363,0,1,0.3534,1,1,1,1,1,1,0.1974,0.3534,0,1,0.5869,1,1,1,0.2115,0.5869,0,1,1,1,1,1,0.120350271,0,0.881502509,1,1,1,1,1,0.307081968,0,0.574560463,1,1,1,1,1,0.541540325,0,0.375241663,0.375079331,0.375443262
-2019,1,0.5359,1,1,1,1,1,1,1,1,0.078,0.5359,0,1,0.3532,1,1,1,1,1,1,0.2705,0.3532,0,1,0.5868,1,1,1,0.248,0.5868,0,1,1,1,1,1,0.163322523,0,0.684633136,1,1,1,1,1,0.382685244,0,0.258890837,1,1,1,1,1,0.492961347,0,0.375785404,0.375713983,0.375443262
-2020,1,0.5356,1,1,1,1,1,1,1,1,0.1642,0.5356,0,1,0.353,1,1,1,1,1,1,0.3021,0.353,0,1,0.5866,1,1,1,0.3644,0.5866,0,1,1,1,1,1,0.331210017,0,0.358260393,1,1,1,1,1,0.37555486,0,0.095712304,1,1,1,1,1,0.743565142,0,0.389137264,0.389041675,0.389184397
-2021,1,0.5352,1,1,1,1,1,1,1,1,0.4191,0.5352,0,1,0.3528,1,1,1,1,1,1,0.2936,0.3528,0,1,0.5865,1,1,1,0.551,0.5865,0,1,1,1,1,1,0.527361095,0,0.257225692,1,1,1,1,1,0.416181147,0,0.16369766,1,1,1,1,1,0.861568809,0,0.432092798,0.432198011,0.432180851
-2022,1,0.5349,1,1,1,1,1,1,1,1,0.4007,0.5349,0.0093,1,0.3526,1,1,1,1,1,1,0.3159,0.3526,0.0024,1,0.5864,1,1,1,0.6456,0.5864,0.006,1,1,1,1,1,0.605301023,0.089004368,0.125443339,1,1,1,1,1,0.445002496,0.07233087,0.184434056,1,1,1,1,1,0.898757219,0.075085051,0.511962301,0.511952613,0.511968085
-2023,1,0.5345,1,1,1,1,1,1,1,1,0.4382,0.5345,0.1704,1,0.3524,1,1,1,1,1,1,0.3738,0.3524,0.1838,1,0.5862,1,1,1,0.7274,0.5862,0.1798,1,1,1,1,1,0.732687235,0.392193139,0.048985831,1,1,1,1,1,0.406315833,0.400458634,0.16760315,1,1,1,1,1,0.934841394,0.324817628,0.55860319,0.55870531,0.558953901
-2024,1,0.5342,1,1,1,1,1,1,1,1,0.4343,0.5342,0.328,1,0.3522,1,1,1,1,1,1,0.8539,0.3522,0.3654,1,0.5861,1,1,1,0.8239,0.5861,0.3555,1,1,1,1,1,0.687841356,0.616279125,0.018665861,1,1,1,1,1,0.704806328,0.69478035,0.236974865,1,1,1,1,1,0.971985698,0.598551929,0.574673755,0.574783161,0.574911348
-2025,1,0.5338,1,1,1,1,1,1,1,1,0.8214,0.5338,0.4703,1,0.3519,1,1,1,1,1,1,0.9515,0.3519,0.5204,1,0.586,1,1,1,0.8922,0.586,0.5421,1,1,1,1,1,0.931995034,0.818758249,0.014007057,1,1,1,1,1,0.931087613,0.857432783,0.823286474,1,1,1,1,1,0.983307242,0.85543561,0.581259062,0.581341231,0.581560284
-2026,1,0.5335,1,1,1,1,1,1,1,1,0.9029,0.5335,0.6274,1,0.3517,1,1,1,1,1,1,0.971,0.3517,0.692,1,0.5858,1,1,1,0.9064,0.5858,0.6411,1,1,1,1,1,0.959467888,0.951312184,0.173098385,1,1,1,1,1,0.966973305,0.963198662,1,1,1,1,1,1,0.987016439,0.982207537,0.584581924,0.584726042,0.584663121
-2027,1,0.5331,1,1,1,1,1,1,1,1,0.8836,0.5331,0.7216,1,0.3515,1,1,1,1,1,1,0.973,0.3515,0.7504,1,0.5857,1,1,1,0.981,0.5857,0.6581,1,1,1,1,1,0.966507018,0.994554222,0.679725051,1,1,1,1,1,0.965955138,0.999642372,1,1,1,1,1,1,0.993050158,0.999980927,0.581923635,0.581975883,0.582446809
-2028,1,0.5328,1,1,1,1,1,1,1,1,0.9449,0.5328,0.7561,1,0.3513,1,1,1,1,1,1,0.9753,0.3513,0.7711,1,0.5856,1,1,1,0.8955,0.5856,0.6258,1,1,1,1,1,0.984147429,0.999972701,0.984556854,1,1,1,1,1,0.974770546,1,1,1,1,1,1,1,0.991046071,1,0.575882069,0.575840914,0.575797872
-2029,1,0.5324,1,1,1,1,1,1,1,1,0.9657,0.5324,0.7595,1,0.3511,1,1,1,1,1,1,0.9757,0.3511,0.773,1,0.5854,1,1,1,0.9451,0.5854,0.6163,1,1,1,1,1,0.988101125,0.999901533,1,1,1,1,1,1,0.976025939,1,1,1,1,1,1,1,0.988730252,0.999364495,0.572438376,0.572456103,0.572695035
-2030,1,0.5321,1,1,1,1,1,1,1,1,0.9639,0.5321,0.7269,1,0.3509,1,1,1,1,1,1,0.9731,0.3509,0.7412,1,0.5853,1,1,1,0.9645,0.5853,0.5752,1,1,1,1,1,0.986947417,0.999301791,0.987079442,1,1,1,1,1,0.975554466,0.999884605,1,1,1,1,1,1,0.993401349,0.987773359,0.563980184,0.563994077,0.56427305
-2031,1,0.5317,1,1,1,1,1,1,1,1,0.9765,0.5317,0.5849,1,0.3507,1,1,1,1,1,1,0.9757,0.3507,0.6155,1,0.5852,1,1,1,0.9724,0.5852,0.4504,1,1,1,1,1,0.989486814,0.995606422,1,1,1,1,1,1,0.97430861,0.996299624,1,1,1,1,1,1,0.988649666,0.907063782,0.559690672,0.559763063,0.559840426
-2032,1,0.5313,1,1,1,1,1,1,1,1,0.9684,0.5313,0.3979,1,0.3505,1,1,1,1,1,1,0.9776,0.3505,0.4425,1,0.585,1,1,1,0.9776,0.585,0.3197,1,1,1,1,1,0.98879844,0.880238652,1,1,1,1,1,1,0.970631719,0.899674237,1,1,1,1,1,1,0.985827208,0.741951525,0.563980184,0.563994077,0.563829787
-2033,1,0.531,1,1,1,1,1,1,1,1,0.9742,0.531,0.1641,1,0.3502,1,1,1,1,1,1,0.9793,0.3502,0.2161,1,0.5849,1,1,1,0.9827,0.5849,0.1326,1,1,1,1,1,0.990243733,0.605868697,1,1,1,1,1,1,0.976068854,0.653755307,1,1,1,1,1,1,0.985551119,0.491071045,0.579144514,0.579225725,0.579343972
-2034,1,0.5306,1,1,1,1,1,1,1,1,0.9064,0.5306,0,1,0.35,1,1,1,1,1,1,0.9535,0.35,0.0076,1,0.5848,1,1,1,0.9894,0.5848,0,1,1,1,1,1,0.965444028,0,1,1,1,1,1,1,0.942668915,0.160882175,1,1,1,1,1,1,0.990825891,0,0.594490092,0.594668923,0.594858156
-2035,1,0.5303,1,1,1,1,1,1,1,1,0.8227,0.5303,0,1,0.3498,1,1,1,1,1,1,0.8588,0.3498,0,1,0.5847,1,1,1,0.9823,0.5847,0,1,1,1,1,1,0.919312775,0,1,1,1,1,1,1,0.898309112,0,1,1,1,1,1,1,0.991266012,0,0.631464476,0.631478739,0.631648936
-2036,1,0.5299,1,1,1,1,1,1,1,1,0.7378,0.5299,0,1,0.3496,1,1,1,1,1,1,0.8081,0.3496,0,1,0.5845,1,1,1,0.9768,0.5845,0,1,1,1,1,1,0.861337602,0,1,1,1,1,1,1,0.834837019,0,1,1,1,1,1,1,0.988659739,0,0.626449976,0.626401523,0.62677305
-2037,1,0.5296,1,1,1,1,1,1,1,1,0.741,0.5296,0,1,0.3494,1,1,1,1,1,1,0.9425,0.3494,0,1,0.5844,1,1,1,0.9927,0.5844,0,1,1,1,1,1,0.932858586,0,1,1,1,1,1,1,0.909475923,0,1,1,1,1,1,1,0.991354644,0,0.588931851,0.588957055,0.589095745
-2038,1,0.5292,1,1,1,1,1,1,1,1,0.628,0.5292,0,1,0.3492,1,1,1,1,1,1,0.8182,0.3492,0,1,0.5843,1,1,1,0.99,0.5843,0,1,1,1,1,1,0.862947404,0,1,1,1,1,1,1,0.751600087,0,1,1,1,1,1,1,0.994900286,0,0.53437651,0.534376983,0.534574468
-2039,1,0.5289,1,1,1,1,1,1,1,1,0.5852,0.5289,0,1,0.349,1,1,1,1,1,1,0.9159,0.349,0,1,0.5841,1,1,1,0.9695,0.5841,0,1,1,1,1,1,0.864316523,0,1,1,1,1,1,1,0.822837949,0,1,1,1,1,1,1,0.990960181,0,0.485741904,0.48572033,0.485815603
-2040,1,0.5285,1,1,1,1,1,1,1,1,0.5985,0.5285,0,1,0.3488,1,1,1,1,1,1,0.98,0.3488,0,1,0.584,1,1,1,0.9942,0.584,0,1,1,1,1,1,0.893724382,0,1,1,1,1,1,1,0.874561191,0,1,1,1,1,1,1,0.998026848,0,0.454688255,0.454833933,0.454787234
-2041,1,0.5282,1,1,1,1,1,1,1,1,0.6261,0.5282,0,1,0.3485,1,1,1,1,1,1,0.9292,0.3485,0,1,0.5839,1,1,1,0.9923,0.5839,0,1,1,1,1,1,0.89935267,0,1,1,1,1,1,1,0.833358347,0,1,1,1,1,1,1,0.998391688,0,0.43958434,0.439602285,0.439716312
-2042,1,0.5278,1,1,1,1,1,1,1,1,0.6142,0.5278,0,1,0.3483,1,1,1,1,1,1,0.801,0.3483,0,1,0.5837,1,1,1,0.9919,0.5837,0,1,1,1,1,1,0.87119782,0,1,1,1,1,1,1,0.740655661,0,1,1,1,1,1,1,0.997853875,0,0.433240696,0.433255765,0.433067376
-2043,1,0.5275,1,1,1,1,1,1,1,1,0.7134,0.5275,0,1,0.3481,1,1,1,1,1,1,0.8667,0.3481,0,1,0.5836,1,1,1,0.9754,0.5836,0,1,1,1,1,1,0.907533944,0,1,1,1,1,1,1,0.847406626,0,1,1,1,1,1,1,0.996375501,0,0.4340261,0.433890417,0.433953901
-2044,1,0.5271,1,1,1,1,1,1,1,1,0.6516,0.5271,0,1,0.3479,1,1,1,1,1,1,0.6724,0.3479,0,1,0.5835,1,1,1,0.96,0.5835,0,1,1,1,1,1,0.801742196,0,1,1,1,1,1,1,0.647891581,0,1,1,1,1,1,1,0.992416739,0,0.448042533,0.447852761,0.448138298
-2045,1,0.5268,1,1,1,1,1,1,1,1,0.7011,0.5268,0,1,0.3477,1,1,1,1,1,1,0.6166,0.3477,0,1,0.5833,1,1,1,0.9578,0.5833,0,1,1,1,1,1,0.742116868,0,1,1,1,1,1,1,0.578751206,0,1,1,1,1,1,1,0.995509386,0,0.491360561,0.491432198,0.491578014
-2046,1,0.5264,1,1,1,1,1,1,1,1,0.6554,0.5264,0.0322,1,0.3475,1,1,1,1,1,1,0.5817,0.3475,0.0473,1,0.5832,1,1,1,0.9726,0.5832,0.0252,1,1,1,1,1,0.799021184,0.32100746,1,1,1,1,1,1,0.571850359,0.282651722,1,1,1,1,1,1,0.996480644,0.378021717,0.569538424,0.569494394,0.569592199
-2047,1,0.5261,1,1,1,1,1,1,1,1,0.6853,0.5261,0.2371,1,0.3473,1,1,1,1,1,1,0.5587,0.3473,0.2558,1,0.5831,1,1,1,0.9475,0.5831,0.2296,1,1,1,1,1,0.807285368,0.71826309,1,1,1,1,1,1,0.622052968,0.687153637,1,1,1,1,1,1,0.977934539,0.761462212,0.612493958,0.61265073,0.612588652
-2048,1,0.5257,1,1,1,1,1,1,1,1,0.76,0.5257,0.4628,1,0.3471,1,1,1,1,1,1,0.7022,0.3471,0.4783,1,0.5829,1,1,1,0.9664,0.5829,0.4557,1,1,1,1,1,0.922520339,0.955013514,0.996040881,1,1,1,1,1,0.757740378,0.93295753,1,1,1,1,1,1,0.992382646,0.980609417,0.617387627,0.617304845,0.617464539
-2049,1,0.5253,1,1,1,1,1,1,1,1,0.7396,0.5253,0.6346,1,0.3468,1,1,1,1,1,1,0.6862,0.3468,0.6419,1,0.5828,1,1,1,0.9598,0.5828,0.6292,1,1,1,1,1,0.881023824,1,0.866211176,1,1,1,1,1,0.722971857,1,1,1,1,1,1,1,0.979066074,1,0.61581682,0.61582399,0.616134752
-2050,1,0.525,1,1,1,1,1,1,1,1,0.6639,0.525,0.8577,1,0.3466,1,1,1,1,1,1,0.5861,0.3466,0.8593,1,0.5827,1,1,1,0.9186,0.5827,0.8508,1,1,1,1,1,0.809798539,1,0.965169013,1,1,1,1,1,0.623769879,1,1,1,1,1,1,1,0.986848474,1,0.614064766,0.614131585,0.61391844
-2051,1,0.5246,1,1,1,1,1,1,1,1,0.7379,0.5246,0.7819,1,0.3464,1,1,1,1,1,1,0.6039,0.3464,0.7843,1,0.5826,1,1,1,0.9025,0.5826,0.7737,1,1,1,1,1,0.854991794,1,0.99970907,1,1,1,1,1,0.653861523,1,1,1,1,1,1,1,0.980056226,1,0.610016916,0.609900571,0.609929078
-2052,1,0.5243,1,1,1,1,1,1,1,1,0.718,0.5243,0.7841,1,0.3462,1,1,1,1,1,1,0.4924,0.3462,0.7864,1,0.5824,1,1,1,0.9244,0.5824,0.7737,1,1,1,1,1,0.854605794,1,0.767255366,1,1,1,1,1,0.553801179,1,0.968453646,1,1,1,1,1,0.977330625,1,0.601256646,0.601226994,0.601507092
-2053,1,0.5239,1,1,1,1,1,1,1,1,0.5658,0.5239,0.778,1,0.346,1,1,1,1,1,1,0.2849,0.346,0.7818,1,0.5823,1,1,1,0.9097,0.5823,0.77,1,1,1,1,1,0.74360925,1,0.84883821,1,1,1,1,1,0.346036106,1,0.781940341,1,1,1,1,1,0.973697782,1,0.592617206,0.592764967,0.592641844
-2054,1,0.5236,1,1,1,1,1,1,1,1,0.3163,0.5236,0.7305,1,0.3458,1,1,1,1,1,1,0.2871,0.3458,0.749,1,0.5822,1,1,1,0.8675,0.5822,0.7212,1,1,1,1,1,0.492875069,1,0.453091264,1,1,1,1,1,0.333134532,1,0.659935892,1,1,1,1,1,0.961482882,1,0.580050749,0.580071927,0.580230496
-2055,1,0.5232,1,1,1,1,1,1,1,1,0.2411,0.5232,0.5829,1,0.3456,1,1,1,1,1,1,0.3501,0.3456,0.6151,1,0.582,1,1,1,0.8418,0.582,0.5626,1,1,1,1,1,0.39456591,1,0.229752898,1,1,1,1,1,0.348549783,0.999958038,0.417318106,1,1,1,1,1,0.946411192,0.998370886,0.571592557,0.571609901,0.571808511
-2056,1,0.5229,1,1,1,1,1,1,1,1,0.279,0.5229,0.3959,1,0.3454,1,1,1,1,1,1,0.318,0.3454,0.4406,1,0.5819,1,1,1,0.8295,0.5819,0.3702,1,1,1,1,1,0.44377172,0.907647192,0.117680356,1,1,1,1,1,0.289846212,0.892464161,0.312575698,1,1,1,1,1,0.931886613,0.897560418,0.570686322,0.570763698,0.570921986
-2057,1,0.5225,1,1,1,1,1,1,1,1,0.273,0.5225,0.1617,1,0.3452,1,1,1,1,1,1,0.3109,0.3452,0.2144,1,0.5818,1,1,1,0.7041,0.5818,0.1345,1,1,1,1,1,0.455995679,0.637757719,0.032388151,1,1,1,1,1,0.292732805,0.65530318,0.454472005,1,1,1,1,1,0.768384218,0.61389178,0.578721605,0.578802623,0.578900709
-2058,1,0.5222,1,1,1,1,1,1,1,1,0.1151,0.5222,0.002,1,0.3449,1,1,1,1,1,1,0.0897,0.3449,0.0139,1,0.5816,1,1,1,0.5309,0.5816,0,1,1,1,1,1,0.226892039,0.062539607,0.013965351,1,1,1,1,1,0.086010456,0.201621085,0.482454747,1,1,1,1,1,0.602285266,0,0.587481875,0.587476201,0.587765957
-2059,1,0.5218,1,1,1,1,1,1,1,1,0.1114,0.5218,0,1,0.3447,1,1,1,1,1,1,0.026,0.3447,0,1,0.5815,1,1,1,0.3052,0.5815,0,1,1,1,1,1,0.162585616,0,0.029627394,1,1,1,1,1,0.062567599,0,0.848149002,1,1,1,1,1,0.443542421,0,0.623066699,0.623016713,0.62322695
-2060,1,0.5215,1,1,1,1,1,1,1,1,0.1041,0.5215,0,1,0.3445,1,1,1,1,1,1,0.0176,0.3445,0,1,0.5814,1,1,1,0.2749,0.5814,0,1,1,1,1,1,0.217665985,0,0.010044506,1,1,1,1,1,0.043685183,0,0.318304211,1,1,1,1,1,0.498040259,0,0.620166747,0.620266554,0.620567376
-2061,1,0.5211,1,1,1,1,1,1,1,1,0.0967,0.5211,0,1,0.3443,1,1,1,1,1,1,0.003,0.3443,0,1,0.5812,1,1,1,0.19,0.5812,0,1,1,1,1,1,0.136591241,0,0.030185193,1,1,1,1,1,0.0217981,0,0.289092958,1,1,1,1,1,0.464544743,0,0.582225713,0.582187434,0.582446809
-2062,1,0.5208,1,1,1,1,1,1,1,1,0.0484,0.5208,0,1,0.3441,1,1,1,1,1,1,0,0.3441,0,1,0.5811,1,1,1,0.137,0.5811,0,1,1,1,1,1,0.055450302,0,0.031430148,1,1,1,1,1,0.007850045,0,0.060360476,1,1,1,1,1,0.33523795,0,0.526522475,0.526549609,0.526595745
-2063,1,0.5204,1,1,1,1,1,1,1,1,0.0126,0.5204,0,1,0.3439,1,1,1,1,1,1,0.0196,0.3439,0,1,0.581,1,1,1,0.1108,0.581,0,1,1,1,1,1,0.025174908,0,0.069335826,1,1,1,1,1,0.057347927,0,0,1,1,1,1,1,0.264138877,0,0.475531658,0.475565898,0.475620567
-2064,1,0.5201,1,1,1,1,1,1,1,1,0.0015,0.5201,0,1,0.3437,1,1,1,1,1,1,0.0533,0.3437,0,1,0.5808,1,1,1,0.119,0.5808,0,1,1,1,1,1,0.002615977,0,0.024610102,1,1,1,1,1,0.080582112,0,0,1,1,1,1,1,0.248087496,0,0.443753021,0.443833298,0.443705674
-2065,1,0.5197,1,1,1,1,1,1,1,1,0.0025,0.5197,0,1,0.3435,1,1,1,1,1,1,0.1609,0.3435,0,1,0.5807,1,1,1,0.0895,0.5807,0,1,1,1,1,1,0.02275962,0,0.02713595,1,1,1,1,1,0.220126063,0,0.010492932,1,1,1,1,1,0.220457822,0,0.426051232,0.426063042,0.42641844
-2066,1,0.5194,1,1,1,1,1,1,1,1,0.0122,0.5194,0,1,0.3432,1,1,1,1,1,1,0.2637,0.3432,0,1,0.5806,1,1,1,0.0409,0.5806,0,1,1,1,1,1,0.055445611,0,0.016740002,1,1,1,1,1,0.38122651,0,0.097180635,1,1,1,1,1,0.052219383,0,0.417834703,0.417812566,0.417553191
-2067,1,0.519,1,1,1,1,1,1,1,1,0.0225,0.519,0,1,0.343,1,1,1,1,1,1,0.1743,0.343,0,1,0.5805,1,1,1,0.0331,0.5805,0,1,1,1,1,1,0.039372787,0,0.006358286,1,1,1,1,1,0.259493381,0,0.156999737,1,1,1,1,1,0.012954007,0,0.415115998,0.415062407,0.415336879
-2068,1,0.5186,1,1,1,1,1,1,1,1,0.0128,0.5186,0,1,0.3428,1,1,1,1,1,1,0,0.3428,0,1,0.5803,1,1,1,0.0241,0.5803,0,1,1,1,1,1,0.033994216,0,6.62E-05,1,1,1,1,1,0.04204528,0,0.190604985,1,1,1,1,1,0.019546676,0,0.426413726,0.426486143,0.42641844
-2069,1,0.5183,1,1,1,1,1,1,1,1,0.0222,0.5183,0,1,0.3426,1,1,1,1,1,1,0.0063,0.3426,0,1,0.5802,1,1,1,0.0196,0.5802,0,1,1,1,1,1,0.07032647,0,0,1,1,1,1,1,0.026390191,0,0.053642154,1,1,1,1,1,0.039727159,0,0.467435959,0.467526973,0.467641844
-2070,1,0.5179,1,1,1,1,1,1,1,1,0.0658,0.5179,0.0062,1,0.3424,1,1,1,1,1,1,0.0758,0.3424,0.0214,1,0.5801,1,1,1,0.036,0.5801,0.0217,1,1,1,1,1,0.110837795,0.064042337,0.07063219,1,1,1,1,1,0.109292313,0.103679582,0.187924609,1,1,1,1,1,0.058938239,0.037555981,0.544465926,0.544531415,0.544326241
-2071,1,0.5176,1,1,1,1,1,1,1,1,0.1108,0.5176,0.1823,1,0.3422,1,1,1,1,1,1,0.0266,0.3422,0.1952,1,0.5799,1,1,1,0.0532,0.5799,0.1843,1,1,1,1,1,0.148704752,0.31271857,0.099202946,1,1,1,1,1,0.058593776,0.489495933,0.551733792,1,1,1,1,1,0.116448909,0.467784047,0.589173514,0.589168606,0.589095745
-2072,1,0.5172,1,1,1,1,1,1,1,1,0.2123,0.5172,0.3468,1,0.342,1,1,1,1,1,1,0.1754,0.342,0.4136,1,0.5798,1,1,1,0.089,0.5798,0.3371,1,1,1,1,1,0.294496655,0.609973669,0.158118278,1,1,1,1,1,0.217355072,0.78862673,0.805972815,1,1,1,1,1,0.151238948,0.556640208,0.597631706,0.597630633,0.59751773
-2073,1,0.5169,1,1,1,1,1,1,1,1,0.2133,0.5169,0.4701,1,0.3418,1,1,1,1,1,1,0.2396,0.3418,0.4593,1,0.5797,1,1,1,0.0867,0.5797,0.413,1,1,1,1,1,0.234456167,0.703083396,0.442655444,1,1,1,1,1,0.250613928,0.716896474,1,1,1,1,1,1,0.143756911,0.573472619,0.598719188,0.598688386,0.598847518
-2074,1,0.5165,1,1,1,1,1,1,1,1,0.2695,0.5165,0.5805,1,0.3415,1,1,1,1,1,1,0.0958,0.3415,0.4825,1,0.5795,1,1,1,0.1285,0.5795,0.5574,1,1,1,1,1,0.167424604,0.787750363,0.774102926,1,1,1,1,1,0.144320905,0.737859964,1,1,1,1,1,1,0.265172631,0.84602201,0.602464959,0.602496298,0.602836879
-2075,1,0.5162,1,1,1,1,1,1,1,1,0.2319,0.5162,0.4333,1,0.3413,1,1,1,1,1,1,0.0702,0.3413,0.3521,1,0.5794,1,1,1,0.1352,0.5794,0.521,1,1,1,1,1,0.090607844,0.670430422,0.952748537,1,1,1,1,1,0.115384206,0.420175523,1,1,1,1,1,1,0.262376845,0.660295188,0.6030087,0.602919399,0.603280142
-2076,1,0.5158,1,1,1,1,1,1,1,1,0.2544,0.5158,0.3946,1,0.3411,1,1,1,1,1,1,0.0199,0.3411,0.3159,1,0.5793,1,1,1,0.1024,0.5793,0.4733,1,1,1,1,1,0.091922484,0.55141741,1,1,1,1,1,1,0.035012044,0.43704915,1,1,1,1,1,1,0.253983855,0.726530433,0.600108748,0.600169241,0.600177305
-2077,1,0.5155,1,1,1,1,1,1,1,1,0.263,0.5155,0.4064,1,0.3409,1,1,1,1,1,1,0.0323,0.3409,0.5105,1,0.5791,1,1,1,0.1646,0.5791,0.4628,1,1,1,1,1,0.132360488,0.654439688,1,1,1,1,1,1,0.056232065,0.790070176,1,1,1,1,1,1,0.352095723,0.672097802,0.598477525,0.598476835,0.598847518
-2078,1,0.5151,1,1,1,1,1,1,1,1,0.3481,0.5151,0.471,1,0.3407,1,1,1,1,1,1,0.0851,0.3407,0.5995,1,0.579,1,1,1,0.1587,0.579,0.4117,1,1,1,1,1,0.19965072,0.730828881,0.918446541,1,1,1,1,1,0.08940585,0.882239401,1,1,1,1,1,1,0.316034347,0.67233032,0.587058966,0.587053099,0.587322695
-2079,1,0.5148,1,1,1,1,1,1,1,1,0.2365,0.5148,0.4242,1,0.3405,1,1,1,1,1,1,0.0805,0.3405,0.4973,1,0.5789,1,1,1,0.095,0.5789,0.3805,1,1,1,1,1,0.12652117,0.720612049,0.935789526,1,1,1,1,1,0.104949452,0.851834595,1,1,1,1,1,1,0.240897551,0.642395616,0.577452876,0.577533319,0.577570922
-2080,1,0.5144,1,1,1,1,1,1,1,1,0.1489,0.5144,0.3109,1,0.3403,1,1,1,1,1,1,0.1661,0.3403,0.3863,1,0.5787,1,1,1,0.1478,0.5787,0.2171,1,1,1,1,1,0.078091405,0.649416924,0.988883495,1,1,1,1,1,0.159399584,0.801943243,1,1,1,1,1,1,0.341571718,0.489868969,0.578842436,0.578802623,0.578900709
-2081,1,0.5141,1,1,1,1,1,1,1,1,0.0462,0.5141,0.1233,1,0.3401,1,1,1,1,1,1,0.0801,0.3401,0.1823,1,0.5786,1,1,1,0.1287,0.5786,0.0482,1,1,1,1,1,0.030290561,0.383870959,0.956296742,1,1,1,1,1,0.072850376,0.546498001,1,1,1,1,1,1,0.247897759,0.158536285,0.585488159,0.585572245,0.585549645
-2082,1,0.5137,1,1,1,1,1,1,1,1,0.0378,0.5137,0,1,0.3398,1,1,1,1,1,1,0.0256,0.3398,0,1,0.5785,1,1,1,0.1145,0.5785,0,1,1,1,1,1,0.018167937,0,0.97432518,1,1,1,1,1,0.051652916,0.001755913,0.90772754,1,1,1,1,1,0.222761571,0,0.591952634,0.591918765,0.592198582
-2083,1,0.5134,1,1,1,1,1,1,1,1,0.0321,0.5134,0,1,0.3396,1,1,1,1,1,1,0,0.3396,0,1,0.5784,1,1,1,0.156,0.5784,0,1,1,1,1,1,0.009188335,0,0.892423749,1,1,1,1,1,0.023915678,0,0.673082769,1,1,1,1,1,0.207436517,0,0.61442726,0.614554686,0.614361702
-2084,1,0.513,1,1,1,1,1,1,1,1,0.009,0.513,0,1,0.3394,1,1,1,1,1,1,0.0013,0.3394,0,1,0.5782,1,1,1,0.1583,0.5782,0,1,1,1,1,1,0.015191402,0,0.729807317,1,1,1,1,1,0.014546472,0,0.646509171,1,1,1,1,1,0.193576351,0,0.603673272,0.603765602,0.603723404
-2085,1,0.5126,1,1,1,1,1,1,1,1,0.0157,0.5126,0,1,0.3392,1,1,1,1,1,1,0.0326,0.3392,0,1,0.5781,1,1,1,0.1198,0.5781,0,1,1,1,1,1,0.025089163,0,0.692465305,1,1,1,1,1,0.06214156,0,0.932560921,1,1,1,1,1,0.142941758,0,0.56319478,0.563147874,0.563386525
-2086,1,0.5123,1,1,1,1,1,1,1,1,0.0159,0.5123,0,1,0.339,1,1,1,1,1,1,0.0421,0.339,0,1,0.578,1,1,1,0.1009,0.578,0,1,1,1,1,1,0.050239056,0,0.468972206,1,1,1,1,1,0.070885107,0,0.552702367,1,1,1,1,1,0.111650541,0,0.504833253,0.50475989,0.504875887
-2087,1,0.5119,1,1,1,1,1,1,1,1,0.0333,0.5119,0,1,0.3388,1,1,1,1,1,1,0.3035,0.3388,0,1,0.5778,1,1,1,0.0985,0.5778,0,1,1,1,1,1,0.080801934,0,0.230185419,1,1,1,1,1,0.326457411,0,0.555186391,1,1,1,1,1,0.089535512,0,0.453479942,0.453564629,0.453457447
-2088,1,0.5116,1,1,1,1,1,1,1,1,0.1137,0.5116,0,1,0.3386,1,1,1,1,1,1,0.3056,0.3386,0,1,0.5777,1,1,1,0.088,0.5777,0,1,1,1,1,1,0.155632362,0,0.043288887,1,1,1,1,1,0.431628078,0,0.527482986,1,1,1,1,1,0.115902491,0,0.41982842,0.419716522,0.419769504
-2089,1,0.5112,1,1,1,1,1,1,1,1,0.286,0.5112,0,1,0.3384,1,1,1,1,1,1,0.4024,0.3384,0,1,0.5776,1,1,1,0.1063,0.5776,0,1,1,1,1,1,0.340807527,0,0,1,1,1,1,1,0.564802468,0,0.511513352,1,1,1,1,1,0.103929237,0,0.40242871,0.402369367,0.40248227
-2090,1,0.5109,1,1,1,1,1,1,1,1,0.2971,0.5109,0,1,0.3382,1,1,1,1,1,1,0.6107,0.3382,0,1,0.5774,1,1,1,0.0959,0.5774,0,1,1,1,1,1,0.382931113,0,0,1,1,1,1,1,0.652069032,0,0.456982464,1,1,1,1,1,0.096434839,0,0.393668439,0.39369579,0.393617021
-2091,1,0.5105,1,1,1,1,1,1,1,1,0.2357,0.5105,0,1,0.3379,1,1,1,1,1,1,0.7475,0.3379,0,1,0.5773,1,1,1,0.0898,0.5773,0,1,1,1,1,1,0.363883853,0,0.00094261,1,1,1,1,1,0.71512413,0,0.828860521,1,1,1,1,1,0.062157176,0,0.392218463,0.392214935,0.392287234
-2092,1,0.5102,1,1,1,1,1,1,1,1,0.2138,0.5102,0,1,0.3377,1,1,1,1,1,1,0.7534,0.3377,0,1,0.5772,1,1,1,0.0751,0.5772,0,1,1,1,1,1,0.308984846,0,0.043114126,1,1,1,1,1,0.794547617,0,1,1,1,1,1,1,0.057611115,0,0.403939101,0.403850222,0.403812057
-2093,1,0.5098,1,1,1,1,1,1,1,1,0.1805,0.5098,0,1,0.3375,1,1,1,1,1,1,0.4883,0.3375,0,1,0.577,1,1,1,0.1008,0.577,0,1,1,1,1,1,0.271572113,0,0.235064626,1,1,1,1,1,0.485670626,0,1,1,1,1,1,1,0.066973373,0,0.444296762,0.444256399,0.444592199
-2094,1,0.5095,1,1,1,1,1,1,1,1,0.2662,0.5095,0.0003,1,0.3373,1,1,1,1,1,1,0.4743,0.3373,0.0086,1,0.5769,1,1,1,0.0931,0.5769,0,1,1,1,1,1,0.37748608,0.013543777,0.711286545,1,1,1,1,1,0.445403069,0.017028201,1,1,1,1,1,1,0.069381803,0,0.521689222,0.521683943,0.521719858
-2095,1,0.5091,1,1,1,1,1,1,1,1,0.2415,0.5091,0.1554,1,0.3371,1,1,1,1,1,1,0.2991,0.3371,0.1543,1,0.5768,1,1,1,0.0658,0.5768,0.1287,1,1,1,1,1,0.314420849,0.294432521,0.879388988,1,1,1,1,1,0.269062519,0.301098704,1,1,1,1,1,1,0.054554243,0.128169939,0.566880135,0.566744235,0.566932624
-2096,1,0.5088,1,1,1,1,1,1,1,1,0.3647,0.5088,0.3028,1,0.3369,1,1,1,1,1,1,0.5314,0.3369,0.2992,1,0.5766,1,1,1,0.0338,0.5766,0.2576,1,1,1,1,1,0.497679174,0.462612003,0.950134635,1,1,1,1,1,0.550182223,0.473300785,1,1,1,1,1,1,0.024890505,0.431119859,0.579748671,0.579860377,0.579787234
-2097,1,0.5084,1,1,1,1,1,1,1,1,0.3698,0.5084,0.3862,1,0.3367,1,1,1,1,1,1,0.4596,0.3367,0.4224,1,0.5765,1,1,1,0.0792,0.5765,0.355,1,1,1,1,1,0.425485462,0.545245945,0.965646505,1,1,1,1,1,0.554425836,0.585873425,1,1,1,1,1,1,0.055342004,0.602086067,0.588448526,0.588533954,0.588652482
-2098,1,0.5081,1,1,1,1,1,1,1,1,0.3693,0.5081,0.422,1,0.3365,1,1,1,1,1,1,0.3371,0.3365,0.4196,1,0.5764,1,1,1,0.0614,0.5764,0.3978,1,1,1,1,1,0.302777678,0.598082006,0.939345002,1,1,1,1,1,0.428997576,0.599374652,1,1,1,1,1,1,0.052605759,0.615815222,0.595275495,0.595303575,0.595301418
-2099,1,0.5077,1,1,1,1,1,1,1,1,0.3576,0.5077,0.4326,1,0.3362,1,1,1,1,1,1,0.3608,0.3362,0.4247,1,0.5763,1,1,1,0.0407,0.5763,0.4231,1,1,1,1,1,0.316363692,0.611638427,0.77428174,1,1,1,1,1,0.415052772,0.634793937,0.975451648,1,1,1,1,1,0.028667193,0.596347511,0.596302562,0.596361329,0.596631206
-2100,1,0.5074,1,1,1,1,1,1,1,1,0.2967,0.5074,0.4121,1,0.336,1,1,1,1,1,1,0.3338,0.336,0.4602,1,0.5761,1,1,1,0.0389,0.5761,0.4242,1,1,1,1,1,0.271539718,0.601244688,0.631940961,1,1,1,1,1,0.397550166,0.680061221,0.714603722,1,1,1,1,1,0.031836092,0.588616252,0.592254712,0.592341866,0.592641844
-2101,1,0.507,1,1,1,1,1,1,1,1,0.2782,0.507,0.4057,1,0.3358,1,1,1,1,1,1,0.3209,0.3358,0.4552,1,0.576,1,1,1,0.0606,0.576,0.4469,1,1,1,1,1,0.245962635,0.598281682,0.821590066,1,1,1,1,1,0.407244503,0.676200747,0.998549819,1,1,1,1,1,0.082131535,0.555193424,0.589294345,0.589380157,0.589539007
-2102,1,0.5067,1,1,1,1,1,1,1,1,0.3044,0.5067,0.4261,1,0.3356,1,1,1,1,1,1,0.42,0.3356,0.4655,1,0.5759,1,1,1,0.1258,0.5759,0.415,1,1,1,1,1,0.353191942,0.628223419,0.862652183,1,1,1,1,1,0.509804249,0.661741853,0.973703504,1,1,1,1,1,0.189821973,0.589120746,0.579990333,0.579860377,0.580230496
-2103,1,0.5063,1,1,1,1,1,1,1,1,0.2501,0.5063,0.3988,1,0.3354,1,1,1,1,1,1,0.4832,0.3354,0.4156,1,0.5757,1,1,1,0.1535,0.5757,0.3778,1,1,1,1,1,0.322138309,0.610694647,0.834353805,1,1,1,1,1,0.544197202,0.645766556,1,1,1,1,1,1,0.247116998,0.593474984,0.576486225,0.576475566,0.576684397
-2104,1,0.5059,1,1,1,1,1,1,1,1,0.2552,0.5059,0.2941,1,0.3352,1,1,1,1,1,1,0.7479,0.3352,0.3156,1,0.5756,1,1,1,0.1299,0.5756,0.2866,1,1,1,1,1,0.33378455,0.548125267,0.783373117,1,1,1,1,1,0.723509073,0.567026079,0.995759249,1,1,1,1,1,0.229711816,0.513653576,0.5810174,0.581129681,0.581117021
-2105,1,0.5056,1,1,1,1,1,1,1,1,0.2636,0.5056,0.1285,1,0.335,1,1,1,1,1,1,0.7418,0.335,0.1611,1,0.5755,1,1,1,0.1742,0.5755,0.1227,1,1,1,1,1,0.363121927,0.354235023,0.662854314,1,1,1,1,1,0.711928964,0.416881353,0.791443467,1,1,1,1,1,0.294108599,0.357723266,0.59159014,0.591707214,0.591755319
-2106,1,0.5052,1,1,1,1,1,1,1,1,0.2029,0.5052,0,1,0.3348,1,1,1,1,1,1,0.6082,0.3348,0,1,0.5753,1,1,1,0.1769,0.5753,0,1,1,1,1,1,0.282754034,0,0.449526608,1,1,1,1,1,0.544215977,0.000219516,0.99720943,1,1,1,1,1,0.28624928,0,0.602162881,0.602073197,0.602393617
-2107,1,0.5049,1,1,1,1,1,1,1,1,0.1932,0.5049,0,1,0.3345,1,1,1,1,1,1,0.4468,0.3345,0,1,0.5752,1,1,1,0.3051,0.5752,0,1,1,1,1,1,0.27217263,0,0.330942899,1,1,1,1,1,0.449699491,0,0.983136415,1,1,1,1,1,0.558664203,0,0.622704205,0.622593611,0.622783688
-2108,1,0.5045,1,1,1,1,1,1,1,1,0.214,0.5045,0,1,0.3343,1,1,1,1,1,1,0.4473,0.3343,0,1,0.5751,1,1,1,0.3129,0.5751,0,1,1,1,1,1,0.255494505,0,0.248415083,1,1,1,1,1,0.433179826,0,0.659264147,1,1,1,1,1,0.625955939,0,0.611043983,0.610958325,0.611258865
-2109,1,0.5042,1,1,1,1,1,1,1,1,0.1024,0.5042,0,1,0.3341,1,1,1,1,1,1,0.054,0.3341,0,1,0.5749,1,1,1,0.2538,0.5749,0,1,1,1,1,1,0.113313265,0,0.336223453,1,1,1,1,1,0.055747494,0,0.611964464,1,1,1,1,1,0.550651014,0,0.571834219,0.571821451,0.571808511
-2110,1,0.5038,1,1,1,1,1,1,1,1,0.1002,0.5038,0,1,0.3339,1,1,1,1,1,1,0.0629,0.3339,0,1,0.5748,1,1,1,0.3564,0.5748,0,1,1,1,1,1,0.154789895,0,0.164386839,1,1,1,1,1,0.075239912,0,0.202434033,1,1,1,1,1,0.706849813,0,0.515103915,0.515125873,0.515070922
-2111,1,0.5035,1,1,1,1,1,1,1,1,0.1535,0.5035,0,1,0.3337,1,1,1,1,1,1,0.1602,0.3337,0,1,0.5747,1,1,1,0.3435,0.5747,0,1,1,1,1,1,0.189154983,0,0.279623747,1,1,1,1,1,0.188760459,0,0.264558911,1,1,1,1,1,0.649192035,0,0.465683905,0.465834567,0.465868794
-2112,1,0.5031,1,1,1,1,1,1,1,1,0.2193,0.5031,0,1,0.3335,1,1,1,1,1,1,0.2118,0.3335,0,1,0.5745,1,1,1,0.3312,0.5745,0,1,1,1,1,1,0.245214373,0,0.250068605,1,1,1,1,1,0.225934237,0,0.184169903,1,1,1,1,1,0.634838164,0,0.43360319,0.433678866,0.433510638
-2113,1,0.5028,1,1,1,1,1,1,1,1,0.1671,0.5028,0,1,0.3333,1,1,1,1,1,1,0.1434,0.3333,0,1,0.5744,1,1,1,0.3077,0.5744,0,1,1,1,1,1,0.161683977,0,0.271128356,1,1,1,1,1,0.171697378,0,0.030484816,1,1,1,1,1,0.616345882,0,0.416505558,0.416543262,0.416666667
-2114,1,0.5024,1,1,1,1,1,1,1,1,0.2039,0.5024,0,1,0.3331,1,1,1,1,1,1,0.0875,0.3331,0,1,0.5743,1,1,1,0.2675,0.5743,0,1,1,1,1,1,0.190114439,0,0.231147259,1,1,1,1,1,0.099871516,0,0,1,1,1,1,1,0.54362011,0,0.408953601,0.408927438,0.409131206
-2115,1,0.5021,1,1,1,1,1,1,1,1,0.1807,0.5021,0,1,0.3328,1,1,1,1,1,1,0.0344,0.3328,0,1,0.5742,1,1,1,0.3227,0.5742,0,1,1,1,1,1,0.14072293,0,0.300540864,1,1,1,1,1,0.068222702,0,0.075483248,1,1,1,1,1,0.632940114,0,0.407503625,0.407446583,0.407358156
-2116,1,0.5017,1,1,1,1,1,1,1,1,0.3448,0.5017,0,1,0.3326,1,1,1,1,1,1,0.2371,0.3326,0,1,0.574,1,1,1,0.3554,0.574,0,1,1,1,1,1,0.323979676,0,0.332995296,1,1,1,1,1,0.299325615,0,0.302121997,1,1,1,1,1,0.619051576,0,0.420070082,0.419928073,0.419769504
-2117,1,0.5014,1,1,1,1,1,1,1,1,0.2973,0.5014,0,1,0.3324,1,1,1,1,1,1,0.2257,0.3324,0,1,0.5739,1,1,1,0.4105,0.5739,0,1,1,1,1,1,0.264719605,0,0.349836946,1,1,1,1,1,0.220784232,0,0.406285584,1,1,1,1,1,0.670942903,0,0.460911068,0.460968902,0.460992908
-2118,1,0.501,1,1,1,1,1,1,1,1,0.2366,0.501,0.0348,1,0.3322,1,1,1,1,1,1,0.214,0.3322,0.0441,1,0.5738,1,1,1,0.4775,0.5738,0.036,1,1,1,1,1,0.232860252,0.298092425,0.391262233,1,1,1,1,1,0.213067293,0.286190867,0.366284311,1,1,1,1,1,0.742978871,0.374086261,0.533651522,0.533742331,0.533687943
-2119,1,0.5007,1,1,1,1,1,1,1,1,0.2114,0.5007,0.2341,1,0.332,1,1,1,1,1,1,0.2176,0.332,0.2563,1,0.5736,1,1,1,0.533,0.5736,0.2292,1,1,1,1,1,0.203420758,0.688368618,0.347885311,1,1,1,1,1,0.18309924,0.698394954,0.312140882,1,1,1,1,1,0.763351858,0.732803464,0.575277912,0.575417813,0.57535461
-2120,1,0.5003,1,1,1,1,1,1,1,1,0.3738,0.5003,0.4473,1,0.3318,1,1,1,1,1,1,0.5034,0.3318,0.4724,1,0.5735,1,1,1,0.484,0.5735,0.4234,1,1,1,1,1,0.462790072,0.929841995,0.301579088,1,1,1,1,1,0.499067187,0.936419189,0.451868355,1,1,1,1,1,0.645098746,0.939621508,0.582950701,0.582822086,0.582890071
-2121,1,0.4999,1,1,1,1,1,1,1,1,0.3205,0.4999,0.6206,1,0.3316,1,1,1,1,1,1,0.4494,0.3316,0.6332,1,0.5734,1,1,1,0.6486,0.5734,0.5901,1,1,1,1,1,0.443046004,0.99999094,0.271269947,1,1,1,1,1,0.485341519,1,0.550396621,1,1,1,1,1,0.787723482,0.998232961,0.58421943,0.584302941,0.584219858
-2122,1,0.4996,1,1,1,1,1,1,1,1,0.3145,0.4996,0.7471,1,0.3314,1,1,1,1,1,1,0.2632,0.3314,0.7473,1,0.5732,1,1,1,0.5817,0.5732,0.7017,1,1,1,1,1,0.405037314,1,0.269026965,1,1,1,1,1,0.301399559,1,0.581048727,1,1,1,1,1,0.688553572,1,0.585488159,0.585572245,0.585549645
-2123,1,0.4992,1,1,1,1,1,1,1,1,0.2541,0.4992,0.7657,1,0.3312,1,1,1,1,1,1,0.2653,0.3312,0.7719,1,0.5731,1,1,1,0.5287,0.5731,0.7304,1,1,1,1,1,0.374217808,1,0.217990279,1,1,1,1,1,0.270332307,1,0.295771241,1,1,1,1,1,0.761522889,0.997911811,0.580956984,0.58091813,0.581117021
-2124,1,0.4989,1,1,1,1,1,1,1,1,0.189,0.4989,0.7661,1,0.3309,1,1,1,1,1,1,0.1406,0.3309,0.7706,1,0.573,1,1,1,0.6229,0.573,0.7352,1,1,1,1,1,0.300850838,1,0.24757129,1,1,1,1,1,0.135394335,1,0.277479887,1,1,1,1,1,0.819962263,0.99821949,0.5709884,0.570975249,0.571365248
-2125,1,0.4985,1,1,1,1,1,1,1,1,0.1722,0.4985,0.7566,1,0.3307,1,1,1,1,1,1,0.0718,0.3307,0.7614,1,0.5728,1,1,1,0.5854,0.5728,0.6932,1,1,1,1,1,0.273744464,1,0.349771559,1,1,1,1,1,0.07017307,1,0.260669649,1,1,1,1,1,0.800981522,0.999500811,0.564886419,0.564840279,0.565159574
-2126,1,0.4982,1,1,1,1,1,1,1,1,0.1061,0.4982,0.7129,1,0.3305,1,1,1,1,1,1,0.0205,0.3305,0.7266,1,0.5727,1,1,1,0.6147,0.5727,0.6498,1,1,1,1,1,0.215732396,1,0.190847069,1,1,1,1,1,0.021658447,1,0.213025942,1,1,1,1,1,0.781267405,0.998529017,0.55358869,0.553628094,0.553634752
-2127,1,0.4978,1,1,1,1,1,1,1,1,0.0491,0.4978,0.5686,1,0.3303,1,1,1,1,1,1,0.0189,0.3303,0.5963,1,0.5726,1,1,1,0.4451,0.5726,0.5126,1,1,1,1,1,0.13529247,0.999579072,0.134440422,1,1,1,1,1,0.014296038,0.980640829,0.090512305,1,1,1,1,1,0.606415272,0.992723763,0.543257612,0.543262111,0.543439716
-2128,1,0.4975,1,1,1,1,1,1,1,1,0.0558,0.4975,0.3842,1,0.3301,1,1,1,1,1,1,0.0316,0.3301,0.4179,1,0.5724,1,1,1,0.4141,0.5724,0.3443,1,1,1,1,1,0.149060726,0.889121056,0.14198406,1,1,1,1,1,0.02667735,0.856366158,0.078691632,1,1,1,1,1,0.647889018,0.848412752,0.539149348,0.539242649,0.539450355
-2129,1,0.4971,1,1,1,1,1,1,1,1,0.034,0.4971,0.1565,1,0.3299,1,1,1,1,1,1,0.0092,0.3299,0.2005,1,0.5723,1,1,1,0.2655,0.5723,0.1315,1,1,1,1,1,0.084690906,0.6108042,0.215452552,1,1,1,1,1,0.009285019,0.596009433,0.075604975,1,1,1,1,1,0.427304983,0.577690065,0.538786854,0.538819547,0.539007092
-2130,1,0.4968,1,1,1,1,1,1,1,1,0.018,0.4968,0.0002,1,0.3297,1,1,1,1,1,1,0,0.3297,0.0016,1,0.5722,1,1,1,0.179,0.5722,0.0004,1,1,1,1,1,0.041039925,0.019090872,0.170804664,1,1,1,1,1,0.003158724,0.008397481,0.140457869,1,1,1,1,1,0.352947831,0,0.542049299,0.541992807,0.542109929
-2131,1,0.4964,1,1,1,1,1,1,1,1,0.0184,0.4964,0,1,0.3295,1,1,1,1,1,1,0,0.3295,0,1,0.5721,1,1,1,0.1757,0.5721,0,1,1,1,1,1,0.026072886,0,0.093571916,1,1,1,1,1,0.01291729,0,0.050005242,1,1,1,1,1,0.397973031,0,0.572075882,0.572033002,0.572251773
-2132,1,0.4961,1,1,1,1,1,1,1,1,0.0488,0.4961,0,1,0.3292,1,1,1,1,1,1,0.005,0.3292,0,1,0.5719,1,1,1,0.1919,0.5719,0,1,1,1,1,1,0.054681472,0,0.088610739,1,1,1,1,1,0.051216558,0,0.035685867,1,1,1,1,1,0.4759399,0,0.571955051,0.571821451,0.571808511
-2133,1,0.4957,1,1,1,1,1,1,1,1,0.0631,0.4957,0,1,0.329,1,1,1,1,1,1,0.0302,0.329,0,1,0.5718,1,1,1,0.1706,0.5718,0,1,1,1,1,1,0.124682918,0,0.132089496,1,1,1,1,1,0.142777562,0,0.088131681,1,1,1,1,1,0.476877868,0,0.545976317,0.54601227,0.546099291
-2134,1,0.4954,1,1,1,1,1,1,1,1,0.0642,0.4954,0,1,0.3288,1,1,1,1,1,1,0.1213,0.3288,0,1,0.5717,1,1,1,0.1907,0.5717,0,1,1,1,1,1,0.180384204,0,0.108533859,1,1,1,1,1,0.195083186,0,0,1,1,1,1,1,0.557246625,0,0.50459159,0.50475989,0.504432624
-2135,1,0.495,1,1,1,1,1,1,1,1,0.0351,0.495,0,1,0.3286,1,1,1,1,1,1,0.0338,0.3286,0,1,0.5715,1,1,1,0.1612,0.5715,0,1,1,1,1,1,0.11800833,0,0.073920198,1,1,1,1,1,0.105477735,0,0,1,1,1,1,1,0.472838461,0,0.459461092,0.459488047,0.459663121
-2136,1,0.4947,1,1,1,1,1,1,1,1,0.0489,0.4947,0,1,0.3284,1,1,1,1,1,1,0.0545,0.3284,0,1,0.5714,1,1,1,0.1888,0.5714,0,1,1,1,1,1,0.160442501,0,0.085768476,1,1,1,1,1,0.12484134,0,0,1,1,1,1,1,0.511091292,0,0.423936684,0.423947535,0.424202128
-2137,1,0.4943,1,1,1,1,1,1,1,1,0.0516,0.4943,0,1,0.3282,1,1,1,1,1,1,0.0658,0.3282,0,1,0.5713,1,1,1,0.1958,0.5713,0,1,1,1,1,1,0.122756928,0,0.130084023,1,1,1,1,1,0.128472686,0,0,1,1,1,1,1,0.512136161,0,0.404482842,0.404484874,0.404698582
-2138,1,0.494,1,1,1,1,1,1,1,1,0.0597,0.494,0,1,0.328,1,1,1,1,1,1,0.0167,0.328,0,1,0.5711,1,1,1,0.1709,0.5711,0,1,1,1,1,1,0.085967727,0,0.180239722,1,1,1,1,1,0.079580888,0,0.02755864,1,1,1,1,1,0.406566292,0,0.394574674,0.394541993,0.394503546
-2139,1,0.4936,1,1,1,1,1,1,1,1,0.049,0.4936,0,1,0.3278,1,1,1,1,1,1,0.0464,0.3278,0,1,0.571,1,1,1,0.2041,0.571,0,1,1,1,1,1,0.097124524,0,0.246857077,1,1,1,1,1,0.07802096,0,0.069874607,1,1,1,1,1,0.430379093,0,0.391553891,0.391580283,0.391400709
-2140,1,0.4932,1,1,1,1,1,1,1,1,0.0377,0.4932,0,1,0.3275,1,1,1,1,1,1,0.0161,0.3275,0,1,0.5709,1,1,1,0.1719,0.5709,0,1,1,1,1,1,0.100610398,0,0.175417274,1,1,1,1,1,0.040539883,0,0.657546878,1,1,1,1,1,0.331915557,0,0.394755921,0.394753543,0.394503546
-2141,1,0.4929,1,1,1,1,1,1,1,1,0.0464,0.4929,0,1,0.3273,1,1,1,1,1,1,0.0364,0.3273,0,1,0.5707,1,1,1,0.1335,0.5707,0,1,1,1,1,1,0.087341592,0,0.380016208,1,1,1,1,1,0.060402125,0,0.983223915,1,1,1,1,1,0.254624277,0,0.409497342,0.40956209,0.409574468
-2142,1,0.4925,1,1,1,1,1,1,1,1,0.0415,0.4925,0.0002,1,0.3271,1,1,1,1,1,1,0.0274,0.3271,0,1,0.5706,1,1,1,0.1226,0.5706,0.0375,1,1,1,1,1,0.102598697,0.012517329,0.806171179,1,1,1,1,1,0.036647983,0,0.981287539,1,1,1,1,1,0.214944914,0.154244468,0.436563557,0.436640575,0.436613475
-2143,1,0.4922,1,1,1,1,1,1,1,1,0.0188,0.4922,0.0882,1,0.3269,1,1,1,1,1,1,0.0427,0.3269,0.0678,1,0.5705,1,1,1,0.1088,0.5705,0.2162,1,1,1,1,1,0.053490348,0.149885088,0.61306113,1,1,1,1,1,0.050864838,0.074005626,0.993413687,1,1,1,1,1,0.233619332,0.4920941,0.474323345,0.474296594,0.474734043
-2144,1,0.4918,1,1,1,1,1,1,1,1,0.011,0.4918,0.2562,1,0.3267,1,1,1,1,1,1,0.0477,0.3267,0.2867,1,0.5703,1,1,1,0.029,0.5703,0.348,1,1,1,1,1,0.041817345,0.387214124,0.620738328,1,1,1,1,1,0.056378789,0.474837035,0.889653683,1,1,1,1,1,0.063452512,0.621639013,0.517278879,0.517241379,0.517287234
-2145,1,0.4915,1,1,1,1,1,1,1,1,0.0046,0.4915,0.3786,1,0.3265,1,1,1,1,1,1,0.0491,0.3265,0.3682,1,0.5702,1,1,1,0.0082,0.5702,0.4609,1,1,1,1,1,0.020891329,0.554850459,0.644790411,1,1,1,1,1,0.065625578,0.522950172,0.924168706,1,1,1,1,1,0.008182024,0.627215743,0.543438859,0.543473662,0.543439716
-2146,1,0.4911,1,1,1,1,1,1,1,1,0.0268,0.4911,0.4047,1,0.3263,1,1,1,1,1,1,0.1222,0.3263,0.4194,1,0.5701,1,1,1,0.0289,0.5701,0.5524,1,1,1,1,1,0.034460314,0.5822559,0.747157633,1,1,1,1,1,0.124789298,0.58887893,1,1,1,1,1,1,0.014656316,0.646971583,0.558361527,0.558282209,0.558510638
-2147,1,0.4908,1,1,1,1,1,1,1,1,0.038,0.4908,0.4264,1,0.3261,1,1,1,1,1,1,0.1361,0.3261,0.421,1,0.57,1,1,1,0.032,0.57,0.6767,1,1,1,1,1,0.042161375,0.601284564,0.93050158,1,1,1,1,1,0.132014528,0.584897161,1,1,1,1,1,1,0.037203554,0.724350572,0.560898985,0.560820817,0.561170213
-2148,1,0.4904,1,1,1,1,1,1,1,1,0.0242,0.4904,0.4633,1,0.3259,1,1,1,1,1,1,0.2175,0.3259,0.4735,1,0.5698,1,1,1,0.0146,0.5698,0.7092,1,1,1,1,1,0.024494968,0.667667508,0.917931437,1,1,1,1,1,0.195686743,0.677599311,1,1,1,1,1,1,0.011891515,0.752363563,0.556065732,0.555955151,0.556294326
-2149,1,0.4901,1,1,1,1,1,1,1,1,0.0296,0.4901,0.4704,1,0.3256,1,1,1,1,1,1,0.1282,0.3256,0.4678,1,0.5697,1,1,1,0.0447,0.5697,0.746,1,1,1,1,1,0.012465203,0.675257742,0.862262011,1,1,1,1,1,0.114309527,0.668555498,1,1,1,1,1,1,0.063041851,0.829344571,0.543318028,0.543473662,0.543439716
-2150,1,0.4897,1,1,1,1,1,1,1,1,0.0367,0.4897,0.4735,1,0.3254,1,1,1,1,1,1,0.068,0.3254,0.4481,1,0.5696,1,1,1,0.0335,0.5696,0.6949,1,1,1,1,1,0.011290095,0.729632854,0.911075115,1,1,1,1,1,0.052091297,0.632131755,0.996649265,1,1,1,1,1,0.079195455,0.991899848,0.531416143,0.531415274,0.531914894
-2151,1,0.4894,1,1,1,1,1,1,1,1,0.0441,0.4894,0.4192,1,0.3252,1,1,1,1,1,1,0.0145,0.3252,0.4137,1,0.5694,1,1,1,0.0559,0.5694,0.547,1,1,1,1,1,0.010740448,0.70072037,0.984258413,1,1,1,1,1,0.015364009,0.567938983,0.999763608,1,1,1,1,1,0.102764383,0.978371203,0.523985017,0.524011001,0.52393617
-2152,1,0.489,1,1,1,1,1,1,1,1,0.0271,0.489,0.3137,1,0.325,1,1,1,1,1,1,0,0.325,0.3232,1,0.5693,1,1,1,0.0487,0.5693,0.3611,1,1,1,1,1,0.005148791,0.649596214,0.759607017,1,1,1,1,1,0.002558082,0.493977189,0.895842671,1,1,1,1,1,0.09949296,0.870839179,0.52477042,0.524857203,0.524822695
-2153,1,0.4887,1,1,1,1,1,1,1,1,0.0062,0.4887,0.1351,1,0.3248,1,1,1,1,1,1,0,0.3248,0.1625,1,0.5692,1,1,1,0.0537,0.5692,0.13,1,1,1,1,1,0.001568698,0.424598336,0.710629463,1,1,1,1,1,0.000650199,0.381471097,0.645158648,1,1,1,1,1,0.11397852,0.593866169,0.531536974,0.531626825,0.531914894
-2154,1,0.4883,1,1,1,1,1,1,1,1,0.0012,0.4883,0,1,0.3246,1,1,1,1,1,1,0,0.3246,0,1,0.569,1,1,1,0.066,0.569,0.0009,1,1,1,1,1,0.003932552,0,0.557523012,1,1,1,1,1,0.001071307,0.000360775,0.588125467,1,1,1,1,1,0.148189247,0,0.537216046,0.537127142,0.537234043
-2155,1,0.488,1,1,1,1,1,1,1,1,0.0015,0.488,0,1,0.3244,1,1,1,1,1,1,0,0.3244,0,1,0.5689,1,1,1,0.0609,0.5689,0,1,1,1,1,1,0.007241916,0,0.355947077,1,1,1,1,1,0.000910299,0,0.353875399,1,1,1,1,1,0.118898585,0,0.560113581,0.560186165,0.560283688
-2156,1,0.4876,1,1,1,1,1,1,1,1,0.0073,0.4876,0,1,0.3242,1,1,1,1,1,1,0,0.3242,0,1,0.5688,1,1,1,0.0952,0.5688,0,1,1,1,1,1,0.03906329,0,0.234336793,1,1,1,1,1,0.003126944,0,0.263114929,1,1,1,1,1,0.15052177,0,0.557636539,0.557647557,0.557624113
-2157,1,0.4872,1,1,1,1,1,1,1,1,0.0025,0.4872,0,1,0.3239,1,1,1,1,1,1,0.0029,0.3239,0,1,0.5686,1,1,1,0.0872,0.5686,0,1,1,1,1,1,0.043302074,0,0.227064013,1,1,1,1,1,0.004791957,0,0.151329041,1,1,1,1,1,0.126404569,0,0.535403577,0.535434737,0.535460993
-2158,1,0.4869,1,1,1,1,1,1,1,1,0.0033,0.4869,0,1,0.3237,1,1,1,1,1,1,0.0195,0.3237,0,1,0.5685,1,1,1,0.0557,0.5685,0,1,1,1,1,1,0.053038515,0,0.197154999,1,1,1,1,1,0.011426532,0,0.084226966,1,1,1,1,1,0.076950133,0,0.50181247,0.501798181,0.502216312
-2159,1,0.4865,1,1,1,1,1,1,1,1,0.0216,0.4865,0,1,0.3235,1,1,1,1,1,1,0.0609,0.3235,0,1,0.5684,1,1,1,0.0353,0.5684,0,1,1,1,1,1,0.082262732,0,0.126260266,1,1,1,1,1,0.037451081,0,0.037768066,1,1,1,1,1,0.040129095,0,0.463086032,0.463084409,0.46320922
-2160,1,0.4862,1,1,1,1,1,1,1,1,0.0294,0.4862,0,1,0.3233,1,1,1,1,1,1,0.0449,0.3233,0,1,0.5682,1,1,1,0.0216,0.5682,0,1,1,1,1,1,0.088893592,0,0.143198431,1,1,1,1,1,0.021151856,0,0.043347646,1,1,1,1,1,0.028047394,0,0.432092798,0.431986461,0.432180851
-2161,1,0.4858,1,1,1,1,1,1,1,1,0.0302,0.4858,0,1,0.3231,1,1,1,1,1,1,0.0769,0.3231,0,1,0.5681,1,1,1,0.0273,0.5681,0,1,1,1,1,1,0.074954994,0,0.0800054,1,1,1,1,1,0.044168837,0,0,1,1,1,1,1,0.040623866,0,0.412941034,0.41273535,0.413120567
-2162,1,0.4855,1,1,1,1,1,1,1,1,0.0424,0.4855,0,1,0.3229,1,1,1,1,1,1,0.1088,0.3229,0,1,0.568,1,1,1,0.0252,0.568,0,1,1,1,1,1,0.070783541,0,0.050645545,1,1,1,1,1,0.084644407,0,0.007590838,1,1,1,1,1,0.040826738,0,0.403757854,0.403850222,0.403812057
-2163,1,0.4851,1,1,1,1,1,1,1,1,0.0554,0.4851,0,1,0.3227,1,1,1,1,1,1,0.1179,0.3227,0,1,0.5679,1,1,1,0.0183,0.5679,0,1,1,1,1,1,0.057813447,0,0.094445623,1,1,1,1,1,0.10231515,0,0.065183513,1,1,1,1,1,0.039665785,0,0.400132914,0.40004231,0.400265957
-2164,1,0.4848,1,1,1,1,1,1,1,1,0.0503,0.4848,0,1,0.3225,1,1,1,1,1,1,0.1137,0.3225,0,1,0.5677,1,1,1,0.0241,0.5677,0,1,1,1,1,1,0.038352847,0,0.161953643,1,1,1,1,1,0.096253574,0,0.167065188,1,1,1,1,1,0.052356035,0,0.401884969,0.401734715,0.402039007
-2165,1,0.4844,1,1,1,1,1,1,1,1,0.0486,0.4844,0,1,0.3222,1,1,1,1,1,1,0.0821,0.3222,0,1,0.5676,1,1,1,0.0259,0.5676,0,1,1,1,1,1,0.032021083,0,0.153492481,1,1,1,1,1,0.06536641,0,0.083239272,1,1,1,1,1,0.06638559,0,0.413122281,0.413158451,0.413120567
-2166,1,0.4841,1,1,1,1,1,1,1,1,0.0389,0.4841,0.037,1,0.322,1,1,1,1,1,1,0.0537,0.322,0.0339,1,0.5675,1,1,1,0.0349,0.5675,0.041,1,1,1,1,1,0.025988787,0.255522639,0.102215692,1,1,1,1,1,0.038458958,0.185652897,0.022036914,1,1,1,1,1,0.092653528,0.424500763,0.429797003,0.429870954,0.429964539
-2167,1,0.4837,1,1,1,1,1,1,1,1,0.0255,0.4837,0.2248,1,0.3218,1,1,1,1,1,1,0.0363,0.3218,0.217,1,0.5673,1,1,1,0.0309,0.5673,0.2191,1,1,1,1,1,0.008294512,0.566683531,0.04696982,1,1,1,1,1,0.027848249,0.458176613,0.008510472,1,1,1,1,1,0.115722142,0.739730477,0.454325761,0.454410831,0.454343972
-2168,1,0.4834,1,1,1,1,1,1,1,1,0.0001,0.4834,0.4018,1,0.3216,1,1,1,1,1,1,0,0.3216,0.365,1,0.5672,1,1,1,0.0178,0.5672,0.3909,1,1,1,1,1,0.000194679,0.730523288,0.063773364,1,1,1,1,1,0,0.631613672,0.010059426,1,1,1,1,1,0.074513845,0.959661543,0.485439826,0.485508779,0.48537234
-2169,1,0.483,1,1,1,1,1,1,1,1,0,0.483,0.5175,1,0.3214,1,1,1,1,1,1,0,0.3214,0.47,1,0.5671,1,1,1,0.0027,0.5671,0.5293,1,1,1,1,1,0,0.777365446,0.064366415,1,1,1,1,1,0,0.668397248,0,1,1,1,1,1,0.01409546,0.973358393,0.505437409,0.505606093,0.505762411
-2170,1,0.4827,1,1,1,1,1,1,1,1,0,0.4827,0.5659,1,0.3212,1,1,1,1,1,1,0,0.3212,0.4742,1,0.5669,1,1,1,0,0.5669,0.5899,1,1,1,1,1,1.99E-05,0.748992085,0.009108027,1,1,1,1,1,3.24E-05,0.654955506,0,1,1,1,1,1,0.004161812,0.920098126,0.513049783,0.513010366,0.51285461
-2171,1,0.4823,1,1,1,1,1,1,1,1,0.0068,0.4823,0.5358,1,0.321,1,1,1,1,1,1,0,0.321,0.457,1,0.5668,1,1,1,0.0016,0.5668,0.5509,1,1,1,1,1,0.010462735,0.697507143,0.008737891,1,1,1,1,1,0.00112821,0.648838103,0,1,1,1,1,1,0.007460317,0.943111062,0.514318511,0.51427967,0.51462766
-2172,1,0.482,1,1,1,1,1,1,1,1,0.0464,0.482,0.5103,1,0.3208,1,1,1,1,1,1,0,0.3208,0.4717,1,0.5667,1,1,1,0.0001,0.5667,0.4731,1,1,1,1,1,0.032999404,0.665670156,0.016516345,1,1,1,1,1,0.006702609,0.690283895,0,1,1,1,1,1,0.011261608,0.818701744,0.514076849,0.514068119,0.514184397
-2173,1,0.4816,1,1,1,1,1,1,1,1,0.0978,0.4816,0.49,1,0.3205,1,1,1,1,1,1,0.0222,0.3205,0.4841,1,0.5665,1,1,1,0.0059,0.5665,0.4278,1,1,1,1,1,0.056221813,0.642728329,0.019125748,1,1,1,1,1,0.043034256,0.679630756,0,1,1,1,1,1,0.020250537,0.639585853,0.510814403,0.510683309,0.510638298
-2174,1,0.4813,1,1,1,1,1,1,1,1,0.1328,0.4813,0.4501,1,0.3203,1,1,1,1,1,1,0.0356,0.3203,0.4229,1,0.5664,1,1,1,0.0222,0.5664,0.3492,1,1,1,1,1,0.073986813,0.649714887,0.005723024,1,1,1,1,1,0.074951574,0.622908592,0.012258377,1,1,1,1,1,0.03978046,0.541175783,0.507491542,0.507510049,0.507535461
-2175,1,0.4809,1,1,1,1,1,1,1,1,0.1699,0.4809,0.3662,1,0.3201,1,1,1,1,1,1,0.0641,0.3201,0.3364,1,0.5663,1,1,1,0.0201,0.5663,0.3038,1,1,1,1,1,0.10921938,0.538159013,0.005152978,1,1,1,1,1,0.098959669,0.459990442,0.091343202,1,1,1,1,1,0.042986985,0.518229902,0.510451909,0.510471758,0.510638298
-2176,1,0.4805,1,1,1,1,1,1,1,1,0.1756,0.4805,0.213,1,0.3199,1,1,1,1,1,1,0.0137,0.3199,0.1942,1,0.5661,1,1,1,0.0274,0.5661,0.2192,1,1,1,1,1,0.106667615,0.305924892,0.021572903,1,1,1,1,1,0.035982598,0.281972587,0.136462301,1,1,1,1,1,0.033477552,0.354088813,0.525314161,0.525280305,0.525265957
-2177,1,0.4802,1,1,1,1,1,1,1,1,0.147,0.4802,0.0551,1,0.3197,1,1,1,1,1,1,0.0206,0.3197,0.049,1,0.566,1,1,1,0.0269,0.566,0.1198,1,1,1,1,1,0.054406907,0.091979422,0.073518679,1,1,1,1,1,0.04334107,0.07907892,0.072221734,1,1,1,1,1,0.031291325,0.103269748,0.547547124,0.547704675,0.54787234
-2178,1,0.4798,1,1,1,1,1,1,1,1,0.0793,0.4798,0,1,0.3195,1,1,1,1,1,1,0.0041,0.3195,0,1,0.5659,1,1,1,0.0346,0.5659,0,1,1,1,1,1,0.0164329,0,0.077771828,1,1,1,1,1,0.010718719,0,0.056515709,1,1,1,1,1,0.03418795,0,0.56361769,0.563782526,0.563386525
-2179,1,0.4795,1,1,1,1,1,1,1,1,0.0547,0.4795,0,1,0.3193,1,1,1,1,1,1,0.0217,0.3193,0,1,0.5658,1,1,1,0.0614,0.5658,0,1,1,1,1,1,0.011007748,0,0.061593629,1,1,1,1,1,0.028729308,0,0.069752619,1,1,1,1,1,0.037652072,0,0.582346544,0.582398985,0.582446809
-2180,1,0.4791,1,1,1,1,1,1,1,1,0.0631,0.4791,0,1,0.3191,1,1,1,1,1,1,0.0296,0.3191,0,1,0.5656,1,1,1,0.0491,0.5656,0,1,1,1,1,1,0.017342083,0,0.182969421,1,1,1,1,1,0.032168947,0,0.067474082,1,1,1,1,1,0.047755215,0,0.567605123,0.567590438,0.567375887
-2181,1,0.4788,1,1,1,1,1,1,1,1,0.0855,0.4788,0,1,0.3189,1,1,1,1,1,1,0.064,0.3189,0,1,0.5655,1,1,1,0.0467,0.5655,0,1,1,1,1,1,0.025373116,0,0.145282671,1,1,1,1,1,0.060574885,0,0.111936912,1,1,1,1,1,0.048329368,0,0.530751571,0.530780622,0.531028369
-2182,1,0.4784,1,1,1,1,1,1,1,1,0.0938,0.4784,0,1,0.3186,1,1,1,1,1,1,0.0802,0.3186,0,1,0.5654,1,1,1,0.0437,0.5654,0,1,1,1,1,1,0.046636179,0,0.090332188,1,1,1,1,1,0.077525154,0,0.064325914,1,1,1,1,1,0.06300126,0,0.483446109,0.483393273,0.483156028
-2183,1,0.4781,1,1,1,1,1,1,1,1,0.0547,0.4781,0,1,0.3184,1,1,1,1,1,1,0.2093,0.3184,0,1,0.5652,1,1,1,0.0263,0.5652,0,1,1,1,1,1,0.046311028,0,0.063679472,1,1,1,1,1,0.170476466,0,0.056404192,1,1,1,1,1,0.045172699,0,0.439946834,0.439813835,0.440159574
-2184,1,0.4777,1,1,1,1,1,1,1,1,0.032,0.4777,0,1,0.3182,1,1,1,1,1,1,0.24,0.3182,0,1,0.5651,1,1,1,0.0419,0.5651,0,1,1,1,1,1,0.048337094,0,0.095568344,1,1,1,1,1,0.211036459,0,0.060120687,1,1,1,1,1,0.086458147,0,0.411309812,0.411254495,0.411347518
-2185,1,0.4774,1,1,1,1,1,1,1,1,0.0305,0.4774,0,1,0.318,1,1,1,1,1,1,0.3166,0.318,0,1,0.565,1,1,1,0.0467,0.565,0,1,1,1,1,1,0.064567335,0,0.096129261,1,1,1,1,1,0.298412532,0,0.043177225,1,1,1,1,1,0.099587217,0,0.395662156,0.395811297,0.395833333
-2186,1,0.477,1,1,1,1,1,1,1,1,0.0529,0.477,0,1,0.3178,1,1,1,1,1,1,0.4401,0.3178,0,1,0.5648,1,1,1,0.0566,0.5648,0,1,1,1,1,1,0.106034793,0,0.149702668,1,1,1,1,1,0.431478173,0,0,1,1,1,1,1,0.110057235,0,0.389801837,0.389676327,0.390070922
-2187,1,0.4767,1,1,1,1,1,1,1,1,0.0779,0.4767,0,1,0.3176,1,1,1,1,1,1,0.376,0.3176,0,1,0.5647,1,1,1,0.0732,0.5647,0,1,1,1,1,1,0.138484299,0,0.139156088,1,1,1,1,1,0.448260993,0,0.011616754,1,1,1,1,1,0.148079634,0,0.390708072,0.390734081,0.390514184
-2188,1,0.4763,1,1,1,1,1,1,1,1,0.1001,0.4763,0,1,0.3174,1,1,1,1,1,1,0.3356,0.3174,0,1,0.5646,1,1,1,0.0789,0.5646,0,1,1,1,1,1,0.14188689,0,0.140225112,1,1,1,1,1,0.377688169,0,0.087884292,1,1,1,1,1,0.215695024,0,0.404724505,0.404907975,0.404698582
-2189,1,0.476,1,1,1,1,1,1,1,1,0.1652,0.476,0,1,0.3172,1,1,1,1,1,1,0.2223,0.3172,0,1,0.5644,1,1,1,0.1211,0.5644,0,1,1,1,1,1,0.143565714,0,0.079133861,1,1,1,1,1,0.308508217,0,0.391520917,1,1,1,1,1,0.294185996,0,0.449975834,0.449968267,0.449911348
-2190,1,0.4756,1,1,1,1,1,1,1,1,0.206,0.4756,0.0202,1,0.3169,1,1,1,1,1,1,0.1511,0.3169,0.0353,1,0.5643,1,1,1,0.1763,0.5643,0.0334,1,1,1,1,1,0.17028904,0.128109232,0.06498152,1,1,1,1,1,0.202305496,0.169255719,0.292907059,1,1,1,1,1,0.375039637,0.178345039,0.527368294,0.527395811,0.52748227
-2191,1,0.4753,1,1,1,1,1,1,1,1,0.1744,0.4753,0.2003,1,0.3167,1,1,1,1,1,1,0.1149,0.3167,0.2328,1,0.5642,1,1,1,0.2083,0.5642,0.226,1,1,1,1,1,0.207402095,0.508085132,0.135178283,1,1,1,1,1,0.161580443,0.539457679,0.313797951,1,1,1,1,1,0.408155382,0.54765588,0.573586274,0.573725407,0.574024823
-2192,1,0.4749,1,1,1,1,1,1,1,1,0.293,0.4749,0.3569,1,0.3165,1,1,1,1,1,1,0.3988,0.3165,0.3991,1,0.564,1,1,1,0.2169,0.564,0.4395,1,1,1,1,1,0.267240077,0.692430019,0.438349187,1,1,1,1,1,0.447849691,0.703404903,0.884636998,1,1,1,1,1,0.380469322,0.792599261,0.587361044,0.587476201,0.587322695
-2193,1,0.4745,1,1,1,1,1,1,1,1,0.366,0.4745,0.4826,1,0.3163,1,1,1,1,1,1,0.583,0.3163,0.5443,1,0.5639,1,1,1,0.267,0.5639,0.5961,1,1,1,1,1,0.338257492,0.832036734,0.520628333,1,1,1,1,1,0.630054951,0.779238105,0.736341059,1,1,1,1,1,0.429458648,0.891874671,0.593160947,0.593188069,0.593085106
-2194,1,0.4742,1,1,1,1,1,1,1,1,0.5705,0.4742,0.5807,1,0.3161,1,1,1,1,1,1,0.5409,0.3161,0.6581,1,0.5638,1,1,1,0.4531,0.5638,0.6715,1,1,1,1,1,0.505305171,0.88298142,0.373201698,1,1,1,1,1,0.63012141,0.901081264,0.581519961,1,1,1,1,1,0.623566031,0.890388429,0.596121315,0.596149778,0.596187943
-2195,1,0.4738,1,1,1,1,1,1,1,1,0.5227,0.4738,0.6111,1,0.3159,1,1,1,1,1,1,0.5143,0.3159,0.6947,1,0.5637,1,1,1,0.3153,0.5637,0.6489,1,1,1,1,1,0.442622066,0.91389823,0.371245652,1,1,1,1,1,0.597579241,0.957634926,0.848031998,1,1,1,1,1,0.354756206,0.860843599,0.591710971,0.591707214,0.591755319
-2196,1,0.4735,1,1,1,1,1,1,1,1,0.5081,0.4735,0.6514,1,0.3157,1,1,1,1,1,1,0.371,0.3157,0.7107,1,0.5635,1,1,1,0.3774,0.5635,0.7107,1,1,1,1,1,0.57242614,0.951030195,0.469277442,1,1,1,1,1,0.447836101,0.981128156,0.614678264,1,1,1,1,1,0.415975034,0.904455662,0.583252779,0.583245187,0.583333333
-2197,1,0.4731,1,1,1,1,1,1,1,1,0.4926,0.4731,0.6594,1,0.3155,1,1,1,1,1,1,0.6571,0.3155,0.7251,1,0.5634,1,1,1,0.5201,0.5634,0.697,1,1,1,1,1,0.621201694,0.966417074,0.731073737,1,1,1,1,1,0.658184052,0.987961411,0.560189545,1,1,1,1,1,0.629616082,0.919931889,0.577029966,0.577110218,0.57712766
-2198,1,0.4728,1,1,1,1,1,1,1,1,0.4325,0.4728,0.6682,1,0.3152,1,1,1,1,1,1,0.5904,0.3152,0.7135,1,0.5633,1,1,1,0.4843,0.5633,0.6609,1,1,1,1,1,0.621629596,0.98263967,0.866592705,1,1,1,1,1,0.638195157,0.997631669,0.555088222,1,1,1,1,1,0.60542345,0.874141097,0.566517641,0.566532685,0.566489362
-2199,1,0.4724,1,1,1,1,1,1,1,1,0.3476,0.4724,0.5455,1,0.315,1,1,1,1,1,1,0.5319,0.315,0.5933,1,0.5631,1,1,1,0.4832,0.5631,0.5129,1,1,1,1,1,0.549874187,0.971026659,0.968435287,1,1,1,1,1,0.587468028,0.992797256,0.757214427,1,1,1,1,1,0.511912286,0.876404047,0.558240696,0.558282209,0.558510638
-2200,1,0.4721,1,1,1,1,1,1,1,1,0.4497,0.4721,0.3775,1,0.3148,1,1,1,1,1,1,0.789,0.3148,0.4316,1,0.563,1,1,1,0.6421,0.563,0.345,1,1,1,1,1,0.78054595,0.900088906,0.785129786,1,1,1,1,1,0.787102103,0.915418983,0.46919769,1,1,1,1,1,0.690988541,0.803705156,0.557817786,0.557859107,0.558067376
-2201,1,0.4717,1,1,1,1,1,1,1,1,0.4934,0.4717,0.1581,1,0.3146,1,1,1,1,1,1,0.8681,0.3146,0.211,1,0.5629,1,1,1,0.6516,0.5629,0.1364,1,1,1,1,1,0.847915113,0.646733522,0.434430361,1,1,1,1,1,0.843003988,0.660184503,0.769737244,1,1,1,1,1,0.702089965,0.602088988,0.565732238,0.565686482,0.565602837
-2202,1,0.4714,1,1,1,1,1,1,1,1,0.3623,0.4714,0.0085,1,0.3144,1,1,1,1,1,1,0.4276,0.3144,0.0362,1,0.5627,1,1,1,0.5684,0.5627,0.0038,1,1,1,1,1,0.61884582,0.231897503,0.119317755,1,1,1,1,1,0.505191088,0.270873606,1,1,1,1,1,1,0.714493632,0.065420605,0.571652972,0.571821451,0.571808511
-2203,1,0.471,1,1,1,1,1,1,1,1,0.2994,0.471,0,1,0.3142,1,1,1,1,1,1,0.1765,0.3142,0,1,0.5626,1,1,1,0.3602,0.5626,0,1,1,1,1,1,0.334361553,0,0.047299512,1,1,1,1,1,0.253055722,0,1,1,1,1,1,1,0.603972793,0,0.603250362,0.603342501,0.603280142
-2204,1,0.4707,1,1,1,1,1,1,1,1,0.2751,0.4707,0,1,0.314,1,1,1,1,1,1,0.4478,0.314,0,1,0.5625,1,1,1,0.324,0.5625,0,1,1,1,1,1,0.450045913,0,0.012542864,1,1,1,1,1,0.558512092,0,0.913727045,1,1,1,1,1,0.566799223,0,0.605908652,0.605881109,0.605939716
-2205,1,0.4703,1,1,1,1,1,1,1,1,0.4858,0.4703,0,1,0.3138,1,1,1,1,1,1,0.5396,0.3138,0,1,0.5623,1,1,1,0.3061,0.5623,0,1,1,1,1,1,0.55003202,0,0.016410643,1,1,1,1,1,0.647190809,0,0.998099566,1,1,1,1,1,0.529045463,0,0.569538424,0.569494394,0.569592199
-2206,1,0.47,1,1,1,1,1,1,1,1,0.2981,0.47,0,1,0.3135,1,1,1,1,1,1,0.339,0.3135,0,1,0.5622,1,1,1,0.4394,0.5622,0,1,1,1,1,1,0.287153542,0,0.060662173,1,1,1,1,1,0.343063056,0,1,1,1,1,1,1,0.757363319,0,0.514318511,0.51427967,0.51462766
-2207,1,0.4696,1,1,1,1,1,1,1,1,0.2083,0.4696,0,1,0.3133,1,1,1,1,1,1,0.1174,0.3133,0,1,0.5621,1,1,1,0.4023,0.5621,0,1,1,1,1,1,0.275854707,0,0.310647666,1,1,1,1,1,0.197472751,0,1,1,1,1,1,1,0.691795349,0,0.462783954,0.462872858,0.462765957
-2208,1,0.4693,1,1,1,1,1,1,1,1,0.2153,0.4693,0,1,0.3131,1,1,1,1,1,1,0.0944,0.3131,0,1,0.5619,1,1,1,0.3241,0.5619,0,1,1,1,1,1,0.249696031,0,0.870013833,1,1,1,1,1,0.152024895,0,1,1,1,1,1,1,0.538556159,0,0.430884485,0.430717157,0.430851064
-2209,1,0.4689,1,1,1,1,1,1,1,1,0.2624,0.4689,0,1,0.3129,1,1,1,1,1,1,0.0972,0.3129,0,1,0.5618,1,1,1,0.2871,0.5618,0,1,1,1,1,1,0.266128153,0,0.810471952,1,1,1,1,1,0.154328376,0,0.666316271,1,1,1,1,1,0.499759674,0,0.414693088,0.414639306,0.414893617
-2210,1,0.4686,1,1,1,1,1,1,1,1,0.2626,0.4686,0,1,0.3127,1,1,1,1,1,1,0.1385,0.3127,0,1,0.5617,1,1,1,0.3003,0.5617,0,1,1,1,1,1,0.236792669,0,0.807970881,1,1,1,1,1,0.202387542,0,0.438606054,1,1,1,1,1,0.48871547,0,0.407926535,0.407869685,0.407801418
-2211,1,0.4682,1,1,1,1,1,1,1,1,0.2414,0.4682,0,1,0.3125,1,1,1,1,1,1,0.1428,0.3125,0,1,0.5616,1,1,1,0.2358,0.5616,0,1,1,1,1,1,0.179108202,0,0.973808289,1,1,1,1,1,0.221723646,0,0.611302376,1,1,1,1,1,0.431162387,0,0.408711938,0.408715887,0.408687943
-2212,1,0.4678,1,1,1,1,1,1,1,1,0.4102,0.4678,0,1,0.3123,1,1,1,1,1,1,0.1808,0.3123,0,1,0.5614,1,1,1,0.2758,0.5614,0,1,1,1,1,1,0.38824746,0,0.998248458,1,1,1,1,1,0.295982897,0,0.527602375,1,1,1,1,1,0.480299592,0,0.423332528,0.423312883,0.423315603
-2213,1,0.4675,1,1,1,1,1,1,1,1,0.3589,0.4675,0,1,0.3121,1,1,1,1,1,1,0.1513,0.3121,0,1,0.5613,1,1,1,0.3545,0.5613,0,1,1,1,1,1,0.376907468,0,1,1,1,1,1,1,0.251252949,0,0.501084566,1,1,1,1,1,0.582075894,0,0.46840261,0.468373175,0.468085106
-2214,1,0.4671,1,1,1,1,1,1,1,1,0.3535,0.4671,0.0496,1,0.3119,1,1,1,1,1,1,0.1415,0.3119,0.0713,1,0.5612,1,1,1,0.4285,0.5612,0.0409,1,1,1,1,1,0.3853378,0.398932397,1,1,1,1,1,1,0.234711394,0.366387427,0.284336418,1,1,1,1,1,0.685242772,0.440731645,0.543378444,0.543473662,0.543439716
-2215,1,0.4668,1,1,1,1,1,1,1,1,0.3585,0.4668,0.2468,1,0.3116,1,1,1,1,1,1,0.1033,0.3116,0.2695,1,0.561,1,1,1,0.3946,0.561,0.2369,1,1,1,1,1,0.440486103,0.757886529,0.943080664,1,1,1,1,1,0.162089884,0.7323367,0.357742131,1,1,1,1,1,0.597575605,0.779404879,0.584279845,0.584302941,0.584219858
-2216,1,0.4664,1,1,1,1,1,1,1,1,0.3694,0.4664,0.4598,1,0.3114,1,1,1,1,1,1,0.2539,0.3114,0.478,1,0.5609,1,1,1,0.504,0.5609,0.4501,1,1,1,1,1,0.420196205,0.963266611,0.986557662,1,1,1,1,1,0.224840745,0.949219346,0.396894246,1,1,1,1,1,0.590808034,0.96503973,0.587965201,0.587899302,0.58820922
-2217,1,0.4661,1,1,1,1,1,1,1,1,0.3349,0.4661,0.625,1,0.3112,1,1,1,1,1,1,0.362,0.3112,0.6325,1,0.5608,1,1,1,0.5148,0.5608,0.6216,1,1,1,1,1,0.430814505,1,0.882269323,1,1,1,1,1,0.380483031,1,0.485945851,1,1,1,1,1,0.524817169,1,0.587058966,0.587053099,0.587322695
-2218,1,0.4657,1,1,1,1,1,1,1,1,0.3627,0.4657,0.7514,1,0.311,1,1,1,1,1,1,0.3743,0.311,0.7526,1,0.5606,1,1,1,0.5459,0.5606,0.7458,1,1,1,1,1,0.480443388,1,0.708438277,1,1,1,1,1,0.403098702,1,0.813491106,1,1,1,1,1,0.63573724,1,0.586152731,0.585995346,0.58643617
-2219,1,0.4654,1,1,1,1,1,1,1,1,0.3694,0.4654,0.7624,1,0.3108,1,1,1,1,1,1,0.4208,0.3108,0.7707,1,0.5605,1,1,1,0.6123,0.5605,0.7561,1,1,1,1,1,0.502028227,1,0.779216707,1,1,1,1,1,0.434940577,1,0.848430872,1,1,1,1,1,0.729662895,1,0.5810174,0.58091813,0.581117021
-2220,1,0.465,1,1,1,1,1,1,1,1,0.3966,0.465,0.7642,1,0.3106,1,1,1,1,1,1,0.4369,0.3106,0.7735,1,0.5604,1,1,1,0.556,0.5604,0.7617,1,1,1,1,1,0.560047805,1,0.591255665,1,1,1,1,1,0.460977018,1,0.703208566,1,1,1,1,1,0.782622576,1,0.573344611,0.573302306,0.57358156
-2221,1,0.4647,1,1,1,1,1,1,1,1,0.307,0.4647,0.7554,1,0.3104,1,1,1,1,1,1,0.3663,0.3104,0.7577,1,0.5602,1,1,1,0.5654,0.5602,0.7488,1,1,1,1,1,0.47984761,1,0.383600265,1,1,1,1,1,0.413854361,0.997925103,0.571635425,1,1,1,1,1,0.722000301,0.999992013,0.567000967,0.566955786,0.567375887
-2222,1,0.4643,1,1,1,1,1,1,1,1,0.359,0.4643,0.7045,1,0.3102,1,1,1,1,1,1,0.621,0.3102,0.7077,1,0.5601,1,1,1,0.5691,0.5601,0.695,1,1,1,1,1,0.594032764,1,0.093454614,1,1,1,1,1,0.613650382,0.990345061,0.531228006,1,1,1,1,1,0.737840831,0.999962687,0.558482359,0.558493759,0.558953901
-2223,1,0.464,1,1,1,1,1,1,1,1,0.3141,0.464,0.5605,1,0.3099,1,1,1,1,1,1,0.6897,0.3099,0.5966,1,0.56,1,1,1,0.6346,0.56,0.546,1,1,1,1,1,0.548088729,0.990895987,0.065566532,1,1,1,1,1,0.689219534,0.999193788,0.74564898,1,1,1,1,1,0.767729342,0.997312009,0.552742871,0.552781891,0.552748227
-2224,1,0.4636,1,1,1,1,1,1,1,1,0.332,0.4636,0.3719,1,0.3097,1,1,1,1,1,1,0.6231,0.3097,0.4238,1,0.5598,1,1,1,0.5201,0.5598,0.3489,1,1,1,1,1,0.526810288,0.870217085,0.081121452,1,1,1,1,1,0.650822759,0.897767603,0.645065725,1,1,1,1,1,0.704014242,0.837762475,0.552319961,0.55235879,0.552748227
-2225,1,0.4633,1,1,1,1,1,1,1,1,0.1688,0.4633,0.1554,1,0.3095,1,1,1,1,1,1,0.3862,0.3095,0.2109,1,0.5597,1,1,1,0.5193,0.5597,0.1267,1,1,1,1,1,0.256578118,0.627924979,0.122664839,1,1,1,1,1,0.353145182,0.66939652,0.339280665,1,1,1,1,1,0.697323561,0.562893689,0.557696955,0.557647557,0.557624113
-2226,1,0.4629,1,1,1,1,1,1,1,1,0.1288,0.4629,0.01,1,0.3093,1,1,1,1,1,1,0.2058,0.3093,0.0329,1,0.5596,1,1,1,0.4409,0.5596,0.0038,1,1,1,1,1,0.140433118,0.166819647,0.134819493,1,1,1,1,1,0.192064583,0.250454247,0.237516761,1,1,1,1,1,0.653485954,0.009502519,0.563134364,0.563147874,0.563386525
-2227,1,0.4626,1,1,1,1,1,1,1,1,0.1874,0.4626,0,1,0.3091,1,1,1,1,1,1,0.2881,0.3091,0,1,0.5595,1,1,1,0.3065,0.5595,0,1,1,1,1,1,0.146561816,0,0.154455289,1,1,1,1,1,0.311180592,0,0.234208643,1,1,1,1,1,0.552324414,0,0.594429676,0.594457373,0.594858156
-2228,1,0.4622,1,1,1,1,1,1,1,1,0.1793,0.4622,0,1,0.3089,1,1,1,1,1,1,0.4627,0.3089,0,1,0.5593,1,1,1,0.3595,0.5593,0,1,1,1,1,1,0.225248381,0,0.180715844,1,1,1,1,1,0.462207079,0,0.176857322,1,1,1,1,1,0.658310056,0,0.597812953,0.597842183,0.597960993
-2229,1,0.4618,1,1,1,1,1,1,1,1,0.2331,0.4618,0,1,0.3087,1,1,1,1,1,1,0.4116,0.3087,0,1,0.5592,1,1,1,0.3678,0.5592,0,1,1,1,1,1,0.34131363,0,0.150482744,1,1,1,1,1,0.396910995,0,0.183213353,1,1,1,1,1,0.651255488,0,0.558301112,0.558282209,0.558510638
-2230,1,0.4615,1,1,1,1,1,1,1,1,0.1058,0.4615,0,1,0.3085,1,1,1,1,1,1,0.0623,0.3085,0,1,0.5591,1,1,1,0.4437,0.5591,0,1,1,1,1,1,0.215000063,0,0.139843538,1,1,1,1,1,0.082550071,0,0.181673571,1,1,1,1,1,0.755538285,0,0.50181247,0.501798181,0.502216312
-2231,1,0.4611,1,1,1,1,1,1,1,1,0.0748,0.4611,0,1,0.3082,1,1,1,1,1,1,0.1521,0.3082,0,1,0.5589,1,1,1,0.3727,0.5589,0,1,1,1,1,1,0.158149153,0,0.198666304,1,1,1,1,1,0.165720537,0,0.481270969,1,1,1,1,1,0.6119802,0,0.450217496,0.450179818,0.45035461
-2232,1,0.4608,1,1,1,1,1,1,1,1,0.0906,0.4608,0,1,0.308,1,1,1,1,1,1,0.1951,0.308,0,1,0.5588,1,1,1,0.3112,0.5588,0,1,1,1,1,1,0.120483175,0,0.50894475,1,1,1,1,1,0.203981325,0,0.594148993,1,1,1,1,1,0.566834509,0,0.416324311,0.416331711,0.416223404
-2233,1,0.4604,1,1,1,1,1,1,1,1,0.1014,0.4604,0,1,0.3078,1,1,1,1,1,1,0.2085,0.3078,0,1,0.5587,1,1,1,0.2488,0.5587,0,1,1,1,1,1,0.186833516,0,0.440866232,1,1,1,1,1,0.244611472,0,0.425591141,1,1,1,1,1,0.484076709,0,0.399528758,0.399619209,0.399379433
-2234,1,0.4601,1,1,1,1,1,1,1,1,0.1093,0.4601,0,1,0.3076,1,1,1,1,1,1,0.1393,0.3076,0,1,0.5585,1,1,1,0.2455,0.5585,0,1,1,1,1,1,0.210474372,0,0.473853886,1,1,1,1,1,0.205300242,0,0.43616125,1,1,1,1,1,0.451834142,0,0.390889319,0.390734081,0.390957447
-2235,1,0.4597,1,1,1,1,1,1,1,1,0.0429,0.4597,0,1,0.3074,1,1,1,1,1,1,0.0646,0.3074,0,1,0.5584,1,1,1,0.267,0.5584,0,1,1,1,1,1,0.095583059,0,0.621932745,1,1,1,1,1,0.075304262,0,0.356092185,1,1,1,1,1,0.422652543,0,0.389560174,0.389676327,0.38962766
-2236,1,0.4594,1,1,1,1,1,1,1,1,0.0784,0.4594,0,1,0.3072,1,1,1,1,1,1,0.0999,0.3072,0,1,0.5583,1,1,1,0.2088,0.5583,0,1,1,1,1,1,0.202663779,0,0.612399697,1,1,1,1,1,0.101371393,0,0.408392459,1,1,1,1,1,0.314312577,0,0.401039149,0.400888513,0.40070922
-2237,1,0.459,1,1,1,1,1,1,1,1,0.1434,0.459,0,1,0.307,1,1,1,1,1,1,0.1799,0.307,0,1,0.5581,1,1,1,0.1366,0.5581,0,1,1,1,1,1,0.26273191,0,0.540507197,1,1,1,1,1,0.202023074,0,0.395342678,1,1,1,1,1,0.218430266,0,0.443269696,0.443410197,0.443262411
-2238,1,0.4587,1,1,1,1,1,1,1,1,0.1708,0.4587,0.0491,1,0.3068,1,1,1,1,1,1,0.1445,0.3068,0.0645,1,0.558,1,1,1,0.1414,0.558,0.0422,1,1,1,1,1,0.298473448,0.380568296,0.242008328,1,1,1,1,1,0.178205788,0.349604249,0.174248457,1,1,1,1,1,0.255567372,0.377028078,0.51601015,0.515972075,0.516400709
-2239,1,0.4583,1,1,1,1,1,1,1,1,0.0881,0.4583,0.2141,1,0.3066,1,1,1,1,1,1,0.1774,0.3066,0.2388,1,0.5579,1,1,1,0.139,0.5579,0.1998,1,1,1,1,1,0.141713083,0.816883743,0.041023605,1,1,1,1,1,0.233504653,0.775757194,0.091373831,1,1,1,1,1,0.397792578,0.859568179,0.557153214,0.557224455,0.557180851
-2240,1,0.458,1,1,1,1,1,1,1,1,0.0338,0.458,0.4515,1,0.3063,1,1,1,1,1,1,0.0716,0.3063,0.4697,1,0.5577,1,1,1,0.171,0.5577,0.4047,1,1,1,1,1,0.045160435,0.955845714,0.048482228,1,1,1,1,1,0.066860512,0.939972878,0.150006026,1,1,1,1,1,0.479732692,0.964850247,0.564221846,0.564205627,0.56427305
-2241,1,0.4576,1,1,1,1,1,1,1,1,0.0919,0.4576,0.6117,1,0.3061,1,1,1,1,1,1,0.2656,0.3061,0.6216,1,0.5576,1,1,1,0.1428,0.5576,0.5207,1,1,1,1,1,0.145759851,0.999678195,0.034562007,1,1,1,1,1,0.258809596,0.999967635,0.177942142,1,1,1,1,1,0.265677065,0.98658818,0.565853069,0.565898033,0.566046099
-2242,1,0.4573,1,1,1,1,1,1,1,1,0.1977,0.4573,0.6309,1,0.3059,1,1,1,1,1,1,0.4906,0.3059,0.6341,1,0.5575,1,1,1,0.1329,0.5575,0.6379,1,1,1,1,1,0.302494198,0.896809757,0.000418771,1,1,1,1,1,0.452163756,0.897884607,0.361110508,1,1,1,1,1,0.141145408,0.89134568,0.56959884,0.569705945,0.569592199
-2243,1,0.4569,1,1,1,1,1,1,1,1,0.3377,0.4569,0.7525,1,0.3057,1,1,1,1,1,1,0.5012,0.3057,0.7604,1,0.5574,1,1,1,0.3196,0.5574,0.5042,1,1,1,1,1,0.511145532,0.999992967,0,1,1,1,1,1,0.481704116,0.999997616,0.232630104,1,1,1,1,1,0.307193309,0.871549904,0.56959884,0.569705945,0.569592199
-2244,1,0.4566,1,1,1,1,1,1,1,1,0.3401,0.4566,0.7496,1,0.3055,1,1,1,1,1,1,0.6435,0.3055,0.7653,1,0.5572,1,1,1,0.3951,0.5572,0.5738,1,1,1,1,1,0.515899479,0.999996841,0.003623679,1,1,1,1,1,0.614102483,1,0.075523302,1,1,1,1,1,0.39961797,0.827712297,0.564644756,0.564628729,0.564716312
-2245,1,0.4562,1,1,1,1,1,1,1,1,0.3978,0.4562,0.7257,1,0.3053,1,1,1,1,1,1,0.6391,0.3053,0.7561,1,0.5571,1,1,1,0.5118,0.5571,0.5116,1,1,1,1,1,0.475184321,0.954505444,0.036062334,1,1,1,1,1,0.644744158,0.999990761,0.086819381,1,1,1,1,1,0.691374362,0.842872441,0.563376027,0.563359425,0.563386525
-2246,1,0.4559,1,1,1,1,1,1,1,1,0.4868,0.4559,0.6541,1,0.3051,1,1,1,1,1,1,0.8121,0.3051,0.6999,1,0.557,1,1,1,0.5017,0.557,0.4484,1,1,1,1,1,0.553095341,0.836771905,0.318468034,1,1,1,1,1,0.794636786,0.991339087,0.270485878,1,1,1,1,1,0.6344437,0.878367901,0.55860319,0.55870531,0.558953901
-2247,1,0.4555,1,1,1,1,1,1,1,1,0.5306,0.4555,0.4976,1,0.3049,1,1,1,1,1,1,0.8957,0.3049,0.562,1,0.5568,1,1,1,0.4194,0.5568,0.3985,1,1,1,1,1,0.510438025,0.806689262,0.559596539,1,1,1,1,1,0.869104385,0.968558311,0.508720934,1,1,1,1,1,0.476884961,0.726161182,0.55262204,0.552781891,0.552748227
-2248,1,0.4551,1,1,1,1,1,1,1,1,0.6506,0.4551,0.3381,1,0.3046,1,1,1,1,1,1,0.8642,0.3046,0.397,1,0.5567,1,1,1,0.4618,0.5567,0.2922,1,1,1,1,1,0.544432223,0.734582484,0.87544173,1,1,1,1,1,0.849470496,0.793715,0.505403697,1,1,1,1,1,0.518254936,0.702409148,0.552682455,0.552781891,0.552748227
-2249,1,0.4548,1,1,1,1,1,1,1,1,0.5609,0.4548,0.147,1,0.3044,1,1,1,1,1,1,0.8468,0.3044,0.1981,1,0.5566,1,1,1,0.3913,0.5566,0.1249,1,1,1,1,1,0.479349762,0.456680655,0.997903705,1,1,1,1,1,0.855378807,0.489622623,0.679783225,1,1,1,1,1,0.519078791,0.522507489,0.557817786,0.557859107,0.558067376
-2250,1,0.4544,1,1,1,1,1,1,1,1,0.386,0.4544,0.0018,1,0.3042,1,1,1,1,1,1,0.6919,0.3042,0.024,1,0.5564,1,1,1,0.3059,0.5564,0,1,1,1,1,1,0.449531198,0.070221886,1,1,1,1,1,1,0.689547241,0.08924491,1,1,1,1,1,1,0.510406733,0.009760808,0.562892702,0.562724773,0.562943262
-2251,1,0.4541,1,1,1,1,1,1,1,1,0.316,0.4541,0,1,0.304,1,1,1,1,1,1,0.5528,0.304,0,1,0.5563,1,1,1,0.3092,0.5563,0,1,1,1,1,1,0.3604469,0,0.535110712,1,1,1,1,1,0.577465951,0,0.650967658,1,1,1,1,1,0.549557865,0,0.590019333,0.590014809,0.590425532
-2252,1,0.4537,1,1,1,1,1,1,1,1,0.2911,0.4537,0,1,0.3038,1,1,1,1,1,1,0.7637,0.3038,0,1,0.5562,1,1,1,0.3895,0.5562,0,1,1,1,1,1,0.288843691,0,0.846096694,1,1,1,1,1,0.73597908,0,1,1,1,1,1,1,0.633788824,0,0.588690188,0.588745505,0.588652482
-2253,1,0.4534,1,1,1,1,1,1,1,1,0.4085,0.4534,0,1,0.3036,1,1,1,1,1,1,0.7388,0.3036,0,1,0.556,1,1,1,0.3714,0.556,0,1,1,1,1,1,0.404046267,0,0.961305439,1,1,1,1,1,0.775122046,0,1,1,1,1,1,1,0.599431455,0,0.550326245,0.550243283,0.550531915
-2254,1,0.453,1,1,1,1,1,1,1,1,0.2887,0.453,0,1,0.3034,1,1,1,1,1,1,0.2455,0.3034,0,1,0.5559,1,1,1,0.5165,0.5559,0,1,1,1,1,1,0.249982074,0,1,1,1,1,1,1,0.246234179,0,1,1,1,1,1,1,0.78576237,0,0.495710488,0.495663211,0.496010638
-2255,1,0.4527,1,1,1,1,1,1,1,1,0.3201,0.4527,0,1,0.3032,1,1,1,1,1,1,0.4238,0.3032,0,1,0.5558,1,1,1,0.5009,0.5558,0,1,1,1,1,1,0.407155573,0,1,1,1,1,1,1,0.474454552,0,1,1,1,1,1,1,0.7517187,0,0.444055099,0.444044849,0.444148936
-2256,1,0.4523,1,1,1,1,1,1,1,1,0.4101,0.4523,0,1,0.3029,1,1,1,1,1,1,0.6027,0.3029,0,1,0.5556,1,1,1,0.4175,0.5556,0,1,1,1,1,1,0.476967394,0,1,1,1,1,1,1,0.589656055,0,0.959152937,1,1,1,1,1,0.687497318,0,0.413061866,0.412946901,0.413120567
-2257,1,0.452,1,1,1,1,1,1,1,1,0.4952,0.452,0,1,0.3027,1,1,1,1,1,1,0.5197,0.3027,0,1,0.5555,1,1,1,0.3786,0.5555,0,1,1,1,1,1,0.498590976,0,1,1,1,1,1,1,0.476182193,0,1,1,1,1,1,1,0.640233934,0,0.396628806,0.396657499,0.396719858
-2258,1,0.4516,1,1,1,1,1,1,1,1,0.4592,0.4516,0,1,0.3025,1,1,1,1,1,1,0.2122,0.3025,0,1,0.5554,1,1,1,0.4226,0.5554,0,1,1,1,1,1,0.470422447,0,1,1,1,1,1,1,0.27670458,0,1,1,1,1,1,1,0.712579429,0,0.389258096,0.389253226,0.389184397
-2259,1,0.4513,1,1,1,1,1,1,1,1,0.4049,0.4513,0,1,0.3023,1,1,1,1,1,1,0.0635,0.3023,0,1,0.5553,1,1,1,0.4538,0.5553,0,1,1,1,1,1,0.346992671,0,0.990863681,1,1,1,1,1,0.136217594,0,1,1,1,1,1,1,0.744524598,0,0.389318511,0.389253226,0.389184397
-2260,1,0.4509,1,1,1,1,1,1,1,1,0.3285,0.4509,0,1,0.3021,1,1,1,1,1,1,0.0985,0.3021,0,1,0.5551,1,1,1,0.509,0.5551,0,1,1,1,1,1,0.289311677,0,1,1,1,1,1,1,0.189932719,0,0.905247986,1,1,1,1,1,0.791623354,0,0.402912035,0.402792469,0.402925532
-2261,1,0.4506,1,1,1,1,1,1,1,1,0.2978,0.4506,0,1,0.3019,1,1,1,1,1,1,0.1057,0.3019,0,1,0.555,1,1,1,0.4936,0.555,0,1,1,1,1,1,0.313348264,0,1,1,1,1,1,1,0.212815017,0,0.712376475,1,1,1,1,1,0.769264579,0,0.445505075,0.445525703,0.445478723
-2262,1,0.4502,1,1,1,1,1,1,1,1,0.2782,0.4502,0.0491,1,0.3017,1,1,1,1,1,1,0.152,0.3017,0.0718,1,0.5549,1,1,1,0.5661,0.5549,0.0414,1,1,1,1,1,0.300854117,0.361320257,0.773641884,1,1,1,1,1,0.269306213,0.37413311,0.206056029,1,1,1,1,1,0.826928318,0.394809544,0.52017883,0.520203089,0.520390071
-2263,1,0.4499,1,1,1,1,1,1,1,1,0.3024,0.4499,0.2422,1,0.3015,1,1,1,1,1,1,0.1462,0.3015,0.2699,1,0.5547,1,1,1,0.3684,0.5547,0.2221,1,1,1,1,1,0.327373445,0.679524839,0.459496677,1,1,1,1,1,0.201117858,0.725462735,0.143115714,1,1,1,1,1,0.522849917,0.697245598,0.563134364,0.563147874,0.563386525
-2264,1,0.4495,1,1,1,1,1,1,1,1,0.3569,0.4495,0.4257,1,0.3012,1,1,1,1,1,1,0.242,0.3012,0.4642,1,0.5546,1,1,1,0.5373,0.5546,0.3815,1,1,1,1,1,0.435058475,0.825449109,0.311575651,1,1,1,1,1,0.278140485,0.915807545,0.231906295,1,1,1,1,1,0.720430553,0.907906651,0.571834219,0.571821451,0.571808511
-2265,1,0.4491,1,1,1,1,1,1,1,1,0.3161,0.4491,0.546,1,0.301,1,1,1,1,1,1,0.465,0.301,0.5714,1,0.5545,1,1,1,0.632,0.5545,0.4813,1,1,1,1,1,0.445942611,0.836699069,0.218173504,1,1,1,1,1,0.481018603,0.951060832,0.243204713,1,1,1,1,1,0.8447119,0.914483726,0.576244563,0.576264015,0.576241135
-2266,1,0.4488,1,1,1,1,1,1,1,1,0.3395,0.4488,0.6216,1,0.3008,1,1,1,1,1,1,0.2926,0.3008,0.6484,1,0.5543,1,1,1,0.6013,0.5543,0.5057,1,1,1,1,1,0.470401943,0.833785474,0.235469416,1,1,1,1,1,0.33076629,0.958930492,0.298091412,1,1,1,1,1,0.806876421,0.87660259,0.579325761,0.579437275,0.579343972
-2267,1,0.4484,1,1,1,1,1,1,1,1,0.243,0.4484,0.5762,1,0.3006,1,1,1,1,1,1,0.3273,0.3006,0.6217,1,0.5542,1,1,1,0.5859,0.5542,0.4841,1,1,1,1,1,0.41196534,0.801787019,0.135875642,1,1,1,1,1,0.341409862,0.934768736,0.171734035,1,1,1,1,1,0.727741122,0.79472065,0.57739246,0.577533319,0.577570922
-2268,1,0.4481,1,1,1,1,1,1,1,1,0.2362,0.4481,0.5653,1,0.3004,1,1,1,1,1,1,0.2611,0.3004,0.6372,1,0.5541,1,1,1,0.6224,0.5541,0.4597,1,1,1,1,1,0.359807551,0.818917751,0.122584641,1,1,1,1,1,0.273267746,0.942100644,0.179910481,1,1,1,1,1,0.761469305,0.808406413,0.571471725,0.571609901,0.571808511
-2269,1,0.4477,1,1,1,1,1,1,1,1,0.255,0.4477,0.6065,1,0.3002,1,1,1,1,1,1,0.3635,0.3002,0.6742,1,0.5539,1,1,1,0.5785,0.5539,0.4646,1,1,1,1,1,0.417034298,0.880409896,0.262121677,1,1,1,1,1,0.367964745,0.964945316,0.241594255,1,1,1,1,1,0.810711741,0.840993166,0.567605123,0.567801989,0.567375887
-2270,1,0.4474,1,1,1,1,1,1,1,1,0.1483,0.4474,0.6343,1,0.3,1,1,1,1,1,1,0.3524,0.3,0.697,1,0.5538,1,1,1,0.5747,0.5538,0.4617,1,1,1,1,1,0.301189601,0.917061508,0.20692046,1,1,1,1,1,0.324651062,0.991811454,0.291871488,1,1,1,1,1,0.859708667,0.879897475,0.557696955,0.557859107,0.557624113
-2271,1,0.447,1,1,1,1,1,1,1,1,0.1401,0.447,0.5315,1,0.2998,1,1,1,1,1,1,0.3951,0.2998,0.5815,1,0.5537,1,1,1,0.6566,0.5537,0.3914,1,1,1,1,1,0.305778056,0.934976876,0.089936048,1,1,1,1,1,0.361141026,0.983953238,0.117632985,1,1,1,1,1,0.854463518,0.847181499,0.549661672,0.549820182,0.54964539
-2272,1,0.4467,1,1,1,1,1,1,1,1,0.2441,0.4467,0.2983,1,0.2996,1,1,1,1,1,1,0.4104,0.2996,0.3161,1,0.5535,1,1,1,0.4794,0.5535,0.2821,1,1,1,1,1,0.443371862,0.534808218,0.047251947,1,1,1,1,1,0.369687289,0.543370306,0.180539802,1,1,1,1,1,0.670479596,0.48958078,0.547909618,0.547916226,0.548315603
-2273,1,0.4463,1,1,1,1,1,1,1,1,0.2601,0.4463,0.16,1,0.2993,1,1,1,1,1,1,0.4417,0.2993,0.2137,1,0.5534,1,1,1,0.4249,0.5534,0.1356,1,1,1,1,1,0.392136276,0.653766274,0.018098421,1,1,1,1,1,0.42561698,0.683643758,0.53812623,1,1,1,1,1,0.699902773,0.571754575,0.551655389,0.551724138,0.551861702
-2274,1,0.446,1,1,1,1,1,1,1,1,0.0854,0.446,0.014,1,0.2991,1,1,1,1,1,1,0.1341,0.2991,0.0404,1,0.5533,1,1,1,0.3526,0.5533,0.0001,1,1,1,1,1,0.114650711,0.239587396,0.000302709,1,1,1,1,1,0.129715651,0.279484123,0.488722801,1,1,1,1,1,0.659250736,0.068176426,0.555159497,0.555108949,0.554964539
-2275,1,0.4456,1,1,1,1,1,1,1,1,0.0704,0.4456,0,1,0.2989,1,1,1,1,1,1,0.1429,0.2989,0,1,0.5532,1,1,1,0.3599,0.5532,0,1,1,1,1,1,0.087758124,0,0.101324372,1,1,1,1,1,0.182773024,0,0.579780936,1,1,1,1,1,0.714483976,0,0.581681972,0.581764333,0.582003546
-2276,1,0.4453,1,1,1,1,1,1,1,1,0.1231,0.4453,0,1,0.2987,1,1,1,1,1,1,0.3015,0.2987,0,1,0.553,1,1,1,0.3495,0.553,0,1,1,1,1,1,0.142061561,0,0.046742249,1,1,1,1,1,0.424159288,0,0.657028794,1,1,1,1,1,0.689931154,0,0.587783954,0.587687751,0.58820922
-2277,1,0.4449,1,1,1,1,1,1,1,1,0.216,0.4449,0,1,0.2985,1,1,1,1,1,1,0.2583,0.2985,0,1,0.5529,1,1,1,0.2421,0.5529,0,1,1,1,1,1,0.222658545,0,0.014272904,1,1,1,1,1,0.397371233,0,0.538307607,1,1,1,1,1,0.487866849,0,0.557274045,0.557224455,0.557180851
-2278,1,0.4446,1,1,1,1,1,1,1,1,0.1685,0.4446,0,1,0.2983,1,1,1,1,1,1,0.0964,0.2983,0,1,0.5528,1,1,1,0.3019,0.5528,0,1,1,1,1,1,0.191449523,0,0.042758867,1,1,1,1,1,0.179778546,0,0.438736916,1,1,1,1,1,0.523111641,0,0.506524891,0.506663846,0.506648936
-2279,1,0.4442,1,1,1,1,1,1,1,1,0.2047,0.4442,0,1,0.2981,1,1,1,1,1,1,0.1702,0.2981,0,1,0.5526,1,1,1,0.2956,0.5526,0,1,1,1,1,1,0.283608228,0,0.082866296,1,1,1,1,1,0.291303873,0,0.327741623,1,1,1,1,1,0.545642495,0,0.457769454,0.457795642,0.457890071
-2280,1,0.4439,1,1,1,1,1,1,1,1,0.1995,0.4439,0,1,0.2979,1,1,1,1,1,1,0.1738,0.2979,0,1,0.5525,1,1,1,0.2778,0.5525,0,1,1,1,1,1,0.278365523,0,0.328466088,1,1,1,1,1,0.286960036,0,0.439489305,1,1,1,1,1,0.518706381,0,0.425084582,0.425005289,0.425088652
-2281,1,0.4435,1,1,1,1,1,1,1,1,0.1482,0.4435,0,1,0.2976,1,1,1,1,1,1,0.171,0.2976,0,1,0.5524,1,1,1,0.2462,0.5524,0,1,1,1,1,1,0.207924724,0,0.416212261,1,1,1,1,1,0.257686138,0,0.800361753,1,1,1,1,1,0.436748564,0,0.408047366,0.407869685,0.407801418
-2282,1,0.4432,1,1,1,1,1,1,1,1,0.1017,0.4432,0,1,0.2974,1,1,1,1,1,1,0.1503,0.2974,0,1,0.5522,1,1,1,0.2162,0.5522,0,1,1,1,1,1,0.156252041,0,0.278468847,1,1,1,1,1,0.225583613,0,0.517892718,1,1,1,1,1,0.372655213,0,0.40019333,0.400253861,0.400265957
-2283,1,0.4428,1,1,1,1,1,1,1,1,0.0553,0.4428,0,1,0.2972,1,1,1,1,1,1,0.0699,0.2972,0,1,0.5521,1,1,1,0.2185,0.5521,0,1,1,1,1,1,0.133354902,0,0.14816229,1,1,1,1,1,0.133726567,0,0.189251572,1,1,1,1,1,0.408976674,0,0.39977042,0.399830759,0.399822695
-2284,1,0.4424,1,1,1,1,1,1,1,1,0.0979,0.4424,0,1,0.297,1,1,1,1,1,1,0.0417,0.297,0,1,0.552,1,1,1,0.2562,0.552,0,1,1,1,1,1,0.165835708,0,0.162115365,1,1,1,1,1,0.091641277,0,0.118134305,1,1,1,1,1,0.495698124,0,0.410343161,0.410408293,0.410460993
-2285,1,0.4421,1,1,1,1,1,1,1,1,0.1424,0.4421,0,1,0.2968,1,1,1,1,1,1,0.0353,0.2968,0,1,0.5518,1,1,1,0.349,0.5518,0,1,1,1,1,1,0.148467511,0,0.203128844,1,1,1,1,1,0.093984,0,0.098090842,1,1,1,1,1,0.576408267,0,0.444840503,0.444679501,0.445035461
-2286,1,0.4417,1,1,1,1,1,1,1,1,0.106,0.4417,0.0569,1,0.2966,1,1,1,1,1,1,0.0062,0.2966,0.0772,1,0.5517,1,1,1,0.3986,0.5517,0.052,1,1,1,1,1,0.095712371,0.394241989,0.290790588,1,1,1,1,1,0.044054858,0.38476944,0.127972782,1,1,1,1,1,0.635763943,0.383946836,0.498127115,0.498201819,0.49822695
-2287,1,0.4414,1,1,1,1,1,1,1,1,0.0482,0.4414,0.2498,1,0.2964,1,1,1,1,1,1,0.0101,0.2964,0.2769,1,0.5516,1,1,1,0.3866,0.5516,0.2162,1,1,1,1,1,0.069142669,0.716678679,0.124111414,1,1,1,1,1,0.028974047,0.747627556,0.192732215,1,1,1,1,1,0.619220793,0.64225316,0.539088932,0.539031098,0.539450355
-2288,1,0.441,1,1,1,1,1,1,1,1,0.0684,0.441,0.4465,1,0.2962,1,1,1,1,1,1,0.0146,0.2962,0.4831,1,0.5514,1,1,1,0.5092,0.5514,0.3678,1,1,1,1,1,0.086917803,0.898685217,0.07246317,1,1,1,1,1,0.019849217,0.954879463,0.115086652,1,1,1,1,1,0.774836004,0.824450135,0.557696955,0.557859107,0.557624113
-2289,1,0.4407,1,1,1,1,1,1,1,1,0.091,0.4407,0.5542,1,0.2959,1,1,1,1,1,1,0.0675,0.2959,0.6311,1,0.5513,1,1,1,0.4019,0.5513,0.501,1,1,1,1,1,0.161626354,0.863950849,0.07760857,1,1,1,1,1,0.075528868,0.999949276,0.177766234,1,1,1,1,1,0.702643752,0.917491257,0.566698888,0.566744235,0.566932624
-2290,1,0.4403,1,1,1,1,1,1,1,1,0.1017,0.4403,0.6096,1,0.2957,1,1,1,1,1,1,0.0752,0.2957,0.7279,1,0.5512,1,1,1,0.3887,0.5512,0.6763,1,1,1,1,1,0.211488023,0.896778345,0.034805354,1,1,1,1,1,0.083419777,0.998688877,0.138590842,1,1,1,1,1,0.683287501,0.980270565,0.569055099,0.569071293,0.569148936
-2291,1,0.44,1,1,1,1,1,1,1,1,0.0882,0.44,0.6639,1,0.2955,1,1,1,1,1,1,0.2123,0.2955,0.745,1,0.5511,1,1,1,0.417,0.5511,0.7548,1,1,1,1,1,0.157274619,0.980108023,0.002515839,1,1,1,1,1,0.198730066,0.999878407,0.066265449,1,1,1,1,1,0.70162648,0.984091759,0.563678105,0.563782526,0.563829787
-2292,1,0.4396,1,1,1,1,1,1,1,1,0.1029,0.4396,0.7193,1,0.2953,1,1,1,1,1,1,0.2984,0.2953,0.764,1,0.5509,1,1,1,0.4258,0.5509,0.7719,1,1,1,1,1,0.145715699,0.993355155,0.000343295,1,1,1,1,1,0.248687357,1,0.063256808,1,1,1,1,1,0.726687312,0.993580997,0.554736588,0.554685847,0.554964539
-2293,1,0.4393,1,1,1,1,1,1,1,1,0.1417,0.4393,0.737,1,0.2951,1,1,1,1,1,1,0.3643,0.2951,0.7684,1,0.5508,1,1,1,0.3544,0.5508,0.7576,1,1,1,1,1,0.201004148,0.996642232,0.021207161,1,1,1,1,1,0.333952546,1,0.221493721,1,1,1,1,1,0.584868789,0.997773886,0.546761721,0.546646922,0.546542553
-2294,1,0.4389,1,1,1,1,1,1,1,1,0.133,0.4389,0.6988,1,0.2949,1,1,1,1,1,1,0.3719,0.2949,0.7296,1,0.5507,1,1,1,0.4841,0.5507,0.7031,1,1,1,1,1,0.251764953,0.996128142,0.037825927,1,1,1,1,1,0.33402583,1,0.386519402,1,1,1,1,1,0.74356389,0.99872005,0.535161914,0.535011635,0.535460993
-2295,1,0.4386,1,1,1,1,1,1,1,1,0.1663,0.4386,0.562,1,0.2947,1,1,1,1,1,1,0.4499,0.2947,0.6023,1,0.5505,1,1,1,0.4592,0.5505,0.5523,1,1,1,1,1,0.305252254,0.994350195,0.02603347,1,1,1,1,1,0.428509176,0.999468803,0.556217551,1,1,1,1,1,0.695353806,0.996850729,0.525434993,0.525491855,0.525265957
-2296,1,0.4382,1,1,1,1,1,1,1,1,0.2425,0.4382,0.385,1,0.2945,1,1,1,1,1,1,0.5192,0.2945,0.435,1,0.5504,1,1,1,0.5444,0.5504,0.3621,1,1,1,1,1,0.445679784,0.927779734,0.078236446,1,1,1,1,1,0.506050825,0.940998971,0.982608676,1,1,1,1,1,0.759813309,0.911131024,0.523924601,0.52379945,0.52393617
-2297,1,0.4379,1,1,1,1,1,1,1,1,0.2258,0.4379,0.1601,1,0.2942,1,1,1,1,1,1,0.3681,0.2942,0.2154,1,0.5503,1,1,1,0.4409,0.5503,0.137,1,1,1,1,1,0.423461676,0.683075488,0.259407014,1,1,1,1,1,0.390254557,0.700001955,0.709079385,1,1,1,1,1,0.659922838,0.657195151,0.527247463,0.527184261,0.52748227
-2298,1,0.4375,1,1,1,1,1,1,1,1,0.1752,0.4375,0.0192,1,0.294,1,1,1,1,1,1,0.2244,0.294,0.0465,1,0.5501,1,1,1,0.2427,0.5501,0.0021,1,1,1,1,1,0.384897828,0.28298229,0.358013451,1,1,1,1,1,0.282288373,0.308621109,0.415073067,1,1,1,1,1,0.379031003,0.191915482,0.529301595,0.529299767,0.529698582
-2299,1,0.4372,1,1,1,1,1,1,1,1,0.1039,0.4372,0,1,0.2938,1,1,1,1,1,1,0.1385,0.2938,0,1,0.55,1,1,1,0.2164,0.55,0,1,1,1,1,1,0.296467066,0,0.299271375,1,1,1,1,1,0.22040391,0,0.105945557,1,1,1,1,1,0.360984445,0,0.552803287,0.552781891,0.552748227
-2300,1,0.4368,1,1,1,1,1,1,1,1,0.1159,0.4368,0,1,0.2936,1,1,1,1,1,1,0.2109,0.2936,0,1,0.5499,1,1,1,0.254,0.5499,0,1,1,1,1,1,0.311901957,0,0.074860558,1,1,1,1,1,0.278260589,0,0.006314922,1,1,1,1,1,0.388388932,0,0.558844853,0.55870531,0.558953901
-2301,1,0.4364,1,1,1,1,1,1,1,1,0.2415,0.4364,0,1,0.2934,1,1,1,1,1,1,0.5083,0.2934,0,1,0.5497,1,1,1,0.2689,0.5497,0,1,1,1,1,1,0.610538244,0,0.034526363,1,1,1,1,1,0.624260783,0,0.008780105,1,1,1,1,1,0.389117569,0,0.533470275,0.533530781,0.533687943
-2302,1,0.4361,1,1,1,1,1,1,1,1,0.2288,0.4361,0,1,0.2932,1,1,1,1,1,1,0.4322,0.2932,0,1,0.5496,1,1,1,0.2228,0.5496,0,1,1,1,1,1,0.592327416,0,0.029107703,1,1,1,1,1,0.507889152,0,0.004322513,1,1,1,1,1,0.395044297,0,0.493414693,0.493547705,0.493794326
-2303,1,0.4357,1,1,1,1,1,1,1,1,0.1828,0.4357,0,1,0.293,1,1,1,1,1,1,0.3112,0.293,0,1,0.5495,1,1,1,0.1763,0.5495,0,1,1,1,1,1,0.486008316,0,0.052859172,1,1,1,1,1,0.426277637,0,0,1,1,1,1,1,0.357924372,0,0.451486225,0.451449122,0.451241135
-2304,1,0.4354,1,1,1,1,1,1,1,1,0.3014,0.4354,0,1,0.2928,1,1,1,1,1,1,0.268,0.2928,0,1,0.5493,1,1,1,0.1728,0.5493,0,1,1,1,1,1,0.49012658,0,0.131197289,1,1,1,1,1,0.430317491,0,0,1,1,1,1,1,0.344940603,0,0.420190913,0.420139623,0.420212766
-2305,1,0.435,1,1,1,1,1,1,1,1,0.2541,0.435,0,1,0.2926,1,1,1,1,1,1,0.231,0.2926,0,1,0.5492,1,1,1,0.1474,0.5492,0,1,1,1,1,1,0.298374861,0,0.206969619,1,1,1,1,1,0.313085943,0,0,1,1,1,1,1,0.322376788,0,0.4020058,0.401946266,0.402039007
-2306,1,0.4347,1,1,1,1,1,1,1,1,0.2134,0.4347,0,1,0.2923,1,1,1,1,1,1,0.1164,0.2923,0,1,0.5491,1,1,1,0.1621,0.5491,0,1,1,1,1,1,0.197769284,0,0.428179771,1,1,1,1,1,0.209791064,0,0.01975733,1,1,1,1,1,0.332141072,0,0.392762204,0.392849587,0.392730496
-2307,1,0.4343,1,1,1,1,1,1,1,1,0.2218,0.4343,0,1,0.2921,1,1,1,1,1,1,0.1157,0.2921,0,1,0.549,1,1,1,0.1783,0.549,0,1,1,1,1,1,0.174733475,0,0.622328758,1,1,1,1,1,0.203243345,0,0.24711284,1,1,1,1,1,0.275928587,0,0.389681005,0.389676327,0.38962766
-2308,1,0.434,1,1,1,1,1,1,1,1,0.1903,0.434,0,1,0.2919,1,1,1,1,1,1,0.1102,0.2919,0,1,0.5488,1,1,1,0.1734,0.5488,0,1,1,1,1,1,0.16677472,0,0.50346899,1,1,1,1,1,0.190016806,0,0.333815992,1,1,1,1,1,0.237705007,0,0.394574674,0.394753543,0.394503546
-2309,1,0.4336,1,1,1,1,1,1,1,1,0.0951,0.4336,0,1,0.2917,1,1,1,1,1,1,0.097,0.2917,0,1,0.5487,1,1,1,0.1873,0.5487,0,1,1,1,1,1,0.092407614,0,0.345071912,1,1,1,1,1,0.181828901,0,0.242344782,1,1,1,1,1,0.269959033,0,0.410645239,0.410619843,0.410904255
-2310,1,0.4333,1,1,1,1,1,1,1,1,0.0927,0.4333,0.0555,1,0.2915,1,1,1,1,1,1,0.0655,0.2915,0.0779,1,0.5486,1,1,1,0.186,0.5486,0.0555,1,1,1,1,1,0.087969288,0.390514672,0.208414197,1,1,1,1,1,0.134738997,0.390841752,0.265023321,1,1,1,1,1,0.281334579,0.383404255,0.433784437,0.433890417,0.433953901
-2311,1,0.4329,1,1,1,1,1,1,1,1,0.1067,0.4329,0.241,1,0.2913,1,1,1,1,1,1,0.1073,0.2913,0.2745,1,0.5484,1,1,1,0.1576,0.5484,0.2393,1,1,1,1,1,0.121897846,0.719197631,0.329640478,1,1,1,1,1,0.17860575,0.743662,0.490840554,1,1,1,1,1,0.17721054,0.729512334,0.469671339,0.469642479,0.469858156
-2312,1,0.4326,1,1,1,1,1,1,1,1,0.1011,0.4326,0.4392,1,0.2911,1,1,1,1,1,1,0.0784,0.2911,0.475,1,0.5483,1,1,1,0.2627,0.5483,0.4018,1,1,1,1,1,0.097591735,0.916659296,0.392859399,1,1,1,1,1,0.081287697,0.944571495,0.424569637,1,1,1,1,1,0.253246725,0.862576365,0.505074915,0.504971441,0.505319149
-2313,1,0.4322,1,1,1,1,1,1,1,1,0.1589,0.4322,0.6086,1,0.2909,1,1,1,1,1,1,0.1767,0.2909,0.6284,1,0.5482,1,1,1,0.2473,0.5482,0.4912,1,1,1,1,1,0.128071949,0.993704081,0.955367684,1,1,1,1,1,0.131770805,1,0.922968149,1,1,1,1,1,0.370724499,0.880752981,0.523682939,0.52379945,0.523492908
-2314,1,0.4319,1,1,1,1,1,1,1,1,0.2608,0.4319,0.7464,1,0.2906,1,1,1,1,1,1,0.1416,0.2906,0.7511,1,0.548,1,1,1,0.2534,0.548,0.4946,1,1,1,1,1,0.302410066,0.999845743,0.947712064,1,1,1,1,1,0.160491228,1,1,1,1,1,1,1,0.357065469,0.883078814,0.527851619,0.527818913,0.527925532
-2315,1,0.4315,1,1,1,1,1,1,1,1,0.2129,0.4315,0.757,1,0.2904,1,1,1,1,1,1,0.3131,0.2904,0.7673,1,0.5479,1,1,1,0.2608,0.5479,0.4726,1,1,1,1,1,0.28859508,0.998562098,0.713160157,1,1,1,1,1,0.248580068,1,0.871286392,1,1,1,1,1,0.378948689,0.826426804,0.524528758,0.524645653,0.524822695
-2316,1,0.4312,1,1,1,1,1,1,1,1,0.2477,0.4312,0.7343,1,0.2902,1,1,1,1,1,1,0.2808,0.2902,0.7677,1,0.5478,1,1,1,0.2067,0.5478,0.4716,1,1,1,1,1,0.340643793,0.978251576,0.45969826,1,1,1,1,1,0.248279288,1,0.823058903,1,1,1,1,1,0.197405994,0.807666242,0.516433059,0.516606727,0.516843972
-2317,1,0.4308,1,1,1,1,1,1,1,1,0.2737,0.4308,0.6407,1,0.29,1,1,1,1,1,1,0.3143,0.29,0.7558,1,0.5476,1,1,1,0.4056,0.5476,0.4809,1,1,1,1,1,0.322096705,0.929647803,0.291483879,1,1,1,1,1,0.297844946,1,0.723389089,1,1,1,1,1,0.422208607,0.695158064,0.506101982,0.506029194,0.506205674
-2318,1,0.4304,1,1,1,1,1,1,1,1,0.3395,0.4304,0.5061,1,0.2898,1,1,1,1,1,1,0.4626,0.2898,0.6718,1,0.5475,1,1,1,0.4741,0.5475,0.4775,1,1,1,1,1,0.43493101,0.816124797,0.55060488,1,1,1,1,1,0.500287652,0.984784186,0.484227002,1,1,1,1,1,0.465992004,0.640105963,0.496616723,0.496720965,0.496453901
-2319,1,0.4301,1,1,1,1,1,1,1,1,0.3135,0.4301,0.3957,1,0.2896,1,1,1,1,1,1,0.3641,0.2896,0.4877,1,0.5474,1,1,1,0.4289,0.5474,0.4161,1,1,1,1,1,0.430731177,0.626926184,0.816548586,1,1,1,1,1,0.382570356,0.882320046,0.171625406,1,1,1,1,1,0.490503877,0.612801015,0.494804253,0.494817009,0.495124113
-2320,1,0.4297,1,1,1,1,1,1,1,1,0.2443,0.4297,0.2808,1,0.2894,1,1,1,1,1,1,0.265,0.2894,0.3224,1,0.5472,1,1,1,0.3579,0.5472,0.2872,1,1,1,1,1,0.385862917,0.545582235,0.933982611,1,1,1,1,1,0.378920764,0.649178445,0.383465201,1,1,1,1,1,0.495901763,0.512737095,0.503927018,0.503913687,0.504432624
-2321,1,0.4294,1,1,1,1,1,1,1,1,0.1749,0.4294,0.1299,1,0.2892,1,1,1,1,1,1,0.4037,0.2892,0.1501,1,0.5471,1,1,1,0.2998,0.5471,0.1242,1,1,1,1,1,0.269665688,0.375408411,0.395993531,1,1,1,1,1,0.488338917,0.409632504,0.636820436,1,1,1,1,1,0.385473192,0.354043305,0.517278879,0.517241379,0.517287234
-2322,1,0.429,1,1,1,1,1,1,1,1,0.0951,0.429,0,1,0.2889,1,1,1,1,1,1,0.3265,0.2889,0.0021,1,0.547,1,1,1,0.2697,0.547,0,1,1,1,1,1,0.178340986,0,0.199388385,1,1,1,1,1,0.406371325,0.018150082,0.38836652,1,1,1,1,1,0.404849529,0,0.52742871,0.527395811,0.52748227
-2323,1,0.4287,1,1,1,1,1,1,1,1,0.0756,0.4287,0,1,0.2887,1,1,1,1,1,1,0.1054,0.2887,0,1,0.5469,1,1,1,0.1759,0.5469,0,1,1,1,1,1,0.139008865,0,0.056102067,1,1,1,1,1,0.151651829,0,0.020481678,1,1,1,1,1,0.325440556,0,0.548513775,0.548550878,0.548758865
-2324,1,0.4283,1,1,1,1,1,1,1,1,0.0702,0.4283,0,1,0.2885,1,1,1,1,1,1,0.2184,0.2885,0,1,0.5467,1,1,1,0.1739,0.5467,0,1,1,1,1,1,0.134729028,0,0.042638723,1,1,1,1,1,0.302589625,0,0.011083771,1,1,1,1,1,0.333030313,0,0.547970034,0.547916226,0.548315603
-2325,1,0.428,1,1,1,1,1,1,1,1,0.0355,0.428,0,1,0.2883,1,1,1,1,1,1,0.1254,0.2883,0,1,0.5466,1,1,1,0.1822,0.5466,0,1,1,1,1,1,0.086634427,0,0.021452449,1,1,1,1,1,0.21058917,0,0.073298439,1,1,1,1,1,0.297481626,0,0.522776704,0.522741697,0.523049645
-2326,1,0.4276,1,1,1,1,1,1,1,1,0.024,0.4276,0,1,0.2881,1,1,1,1,1,1,0.0386,0.2881,0,1,0.5465,1,1,1,0.1551,0.5465,0,1,1,1,1,1,0.066580623,0,0.013411021,1,1,1,1,1,0.105330437,0,0.257150292,1,1,1,1,1,0.228112563,0,0.484956501,0.484874127,0.48537234
-2327,1,0.4273,1,1,1,1,1,1,1,1,0.0295,0.4273,0,1,0.2879,1,1,1,1,1,1,0.0131,0.2879,0,1,0.5463,1,1,1,0.1446,0.5463,0,1,1,1,1,1,0.059867468,0,0.019180311,1,1,1,1,1,0.03184443,0,0.17521964,1,1,1,1,1,0.200005487,0,0.443450942,0.443410197,0.443262411
-2328,1,0.4269,1,1,1,1,1,1,1,1,0.0624,0.4269,0,1,0.2877,1,1,1,1,1,1,0.0082,0.2877,0,1,0.5462,1,1,1,0.1768,0.5462,0,1,1,1,1,1,0.086900957,0,0.018071484,1,1,1,1,1,0.015572469,0,0.033279322,1,1,1,1,1,0.249974221,0,0.409436926,0.40956209,0.409131206
-2329,1,0.4266,1,1,1,1,1,1,1,1,0.0812,0.4266,0,1,0.2875,1,1,1,1,1,1,0,0.2875,0,1,0.5461,1,1,1,0.1857,0.5461,0,1,1,1,1,1,0.117042422,0,0.015896931,1,1,1,1,1,0.013588725,0,0.014758117,1,1,1,1,1,0.26693663,0,0.389741421,0.389676327,0.390070922
-2330,1,0.4262,1,1,1,1,1,1,1,1,0.0813,0.4262,0,1,0.2872,1,1,1,1,1,1,0,0.2872,0,1,0.5459,1,1,1,0.1432,0.5459,0,1,1,1,1,1,0.127568319,0,0.005199922,1,1,1,1,1,0.011319332,0,0.000303665,1,1,1,1,1,0.217720613,0,0.377960367,0.37782949,0.377659574
-2331,1,0.4259,1,1,1,1,1,1,1,1,0.0635,0.4259,0,1,0.287,1,1,1,1,1,1,0,0.287,0,1,0.5458,1,1,1,0.1214,0.5458,0,1,1,1,1,1,0.144132257,0,0.000310946,1,1,1,1,1,0.019368757,0,0.020002881,1,1,1,1,1,0.195825905,0,0.373670855,0.373810028,0.373670213
-2332,1,0.4255,1,1,1,1,1,1,1,1,0.0753,0.4255,0,1,0.2868,1,1,1,1,1,1,0.0073,0.2868,0,1,0.5457,1,1,1,0.1497,0.5457,0,1,1,1,1,1,0.169225916,0,0,1,1,1,1,1,0.024973989,0,0.077846333,1,1,1,1,1,0.232225254,0,0.375604157,0.375713983,0.375443262
-2333,1,0.4252,1,1,1,1,1,1,1,1,0.0562,0.4252,0,1,0.2866,1,1,1,1,1,1,0.0108,0.2866,0,1,0.5455,1,1,1,0.2008,0.5455,0,1,1,1,1,1,0.119181775,0,0.012571973,1,1,1,1,1,0.033473417,0,0.098214142,1,1,1,1,1,0.320820391,0,0.386297728,0.386291517,0.38608156
-2334,1,0.4248,1,1,1,1,1,1,1,1,0.0471,0.4248,0.0464,1,0.2864,1,1,1,1,1,1,0.0019,0.2864,0.053,1,0.5454,1,1,1,0.238,0.5454,0.0447,1,1,1,1,1,0.064052731,0.239389241,0.040026754,1,1,1,1,1,0.010545531,0.267900884,0.195299223,1,1,1,1,1,0.411521167,0.283234209,0.404724505,0.404907975,0.404698582
-2335,1,0.4245,1,1,1,1,1,1,1,1,0.0773,0.4245,0.209,1,0.2862,1,1,1,1,1,1,0.047,0.2862,0.2357,1,0.5453,1,1,1,0.1935,0.5453,0.2143,1,1,1,1,1,0.078287609,0.499287426,0.079223551,1,1,1,1,1,0.084255628,0.617864192,0.15482749,1,1,1,1,1,0.272755861,0.542050183,0.43861769,0.438756082,0.438829787
-2336,1,0.4245,1,1,1,1,1,1,1,1,0.1025,0.4245,0.3667,1,0.2862,1,1,1,1,1,1,0.0297,0.2862,0.4154,1,0.5453,1,1,1,0.3558,0.5453,0.379,1,1,1,1,1,0.126761109,0.71256125,0.125894904,1,1,1,1,1,0.037144676,0.851529419,0.249151587,1,1,1,1,1,0.499777883,0.664503872,0.477223296,0.477258303,0.477393617
-2337,1,0.4245,1,1,1,1,1,1,1,1,0.1081,0.4245,0.4803,1,0.2862,1,1,1,1,1,1,0.0966,0.2862,0.5534,1,0.5453,1,1,1,0.3351,0.5453,0.4536,1,1,1,1,1,0.155192673,0.752148032,0.105476826,1,1,1,1,1,0.081327714,0.908745348,0.265271753,1,1,1,1,1,0.531981707,0.724169552,0.501268729,0.501375079,0.501329787
-2338,1,0.4245,1,1,1,1,1,1,1,1,0.1174,0.4245,0.4824,1,0.2862,1,1,1,1,1,1,0.1979,0.2862,0.5898,1,0.5453,1,1,1,0.4042,0.5453,0.4816,1,1,1,1,1,0.201657787,0.684583545,0.159272552,1,1,1,1,1,0.194480211,0.887773693,0.556438267,1,1,1,1,1,0.631881177,0.70582974,0.50960609,0.509625555,0.509751773
-2339,1,0.4245,1,1,1,1,1,1,1,1,0.1528,0.4245,0.45,1,0.2862,1,1,1,1,1,1,0.1638,0.2862,0.5845,1,0.5453,1,1,1,0.3747,0.5453,0.4893,1,1,1,1,1,0.224351659,0.656890571,0.322180986,1,1,1,1,1,0.181516483,0.913379431,0.744720459,1,1,1,1,1,0.537979662,0.693307102,0.514439343,0.514491221,0.51462766
-2340,1,0.4245,1,1,1,1,1,1,1,1,0.2487,0.4245,0.4528,1,0.2862,1,1,1,1,1,1,0.1437,0.2862,0.6481,1,0.5453,1,1,1,0.4131,0.5453,0.4532,1,1,1,1,1,0.283019304,0.676313341,0.54690063,1,1,1,1,1,0.178033918,0.967416942,0.759207428,1,1,1,1,1,0.562045336,0.682011306,0.510029,0.510048657,0.510195035
-2341,1,0.4245,1,1,1,1,1,1,1,1,0.156,0.4245,0.4866,1,0.2862,1,1,1,1,1,1,0.1945,0.2862,0.6926,1,0.5453,1,1,1,0.4159,0.5453,0.4921,1,1,1,1,1,0.161450639,0.718845367,0.612654924,1,1,1,1,1,0.210909471,0.985015035,0.458200812,1,1,1,1,1,0.604485214,0.669732392,0.49178347,0.491855299,0.491578014
-2342,1,0.4245,1,1,1,1,1,1,1,1,0.1987,0.4245,0.5044,1,0.2862,1,1,1,1,1,1,0.2619,0.2862,0.665,1,0.5453,1,1,1,0.4892,0.5453,0.4623,1,1,1,1,1,0.140872225,0.758494139,0.582283378,1,1,1,1,1,0.221012771,0.986182928,0.420258135,1,1,1,1,1,0.712054133,0.610868573,0.473296278,0.473238841,0.473404255
-2343,1,0.4245,1,1,1,1,1,1,1,1,0.1495,0.4245,0.4501,1,0.2862,1,1,1,1,1,1,0.3101,0.2862,0.5611,1,0.5453,1,1,1,0.4442,0.5453,0.3752,1,1,1,1,1,0.066121623,0.784720302,0.633285642,1,1,1,1,1,0.28203246,0.977569938,0.162726462,1,1,1,1,1,0.668014944,0.514802217,0.463025616,0.462872858,0.46320922
-2344,1,0.4245,1,1,1,1,1,1,1,1,0.0733,0.4245,0.3317,1,0.2862,1,1,1,1,1,1,0.7329,0.2862,0.4108,1,0.5453,1,1,1,0.348,0.5453,0.2333,1,1,1,1,1,0.036540929,0.740222096,0.370735347,1,1,1,1,1,0.565450788,0.902128398,0,1,1,1,1,1,0.600002348,0.426689416,0.460669406,0.460757351,0.460549645
-2345,1,0.4245,1,1,1,1,1,1,1,1,0.0143,0.4245,0.1451,1,0.2862,1,1,1,1,1,1,0.758,0.2862,0.1975,1,0.5453,1,1,1,0.2519,0.5453,0.0931,1,1,1,1,1,0.010343741,0.490217805,0.280467719,1,1,1,1,1,0.624435723,0.663797855,0.129302084,1,1,1,1,1,0.446082592,0.245839983,0.465925568,0.465834567,0.466312057
-2346,1,0.4245,1,1,1,1,1,1,1,1,0.0135,0.4245,0.0059,1,0.2862,1,1,1,1,1,1,0.4942,0.2862,0.0421,1,0.5453,1,1,1,0.2222,0.5453,0,1,1,1,1,1,0.040765084,0.10630621,0.062164262,1,1,1,1,1,0.477530181,0.287374586,0.624201298,1,1,1,1,1,0.438523471,0,0.478612856,0.478739158,0.478723404
-2347,1,0.4245,1,1,1,1,1,1,1,1,0.1689,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2489,0.2862,0,1,0.5453,1,1,1,0.2542,0.5453,0,1,1,1,1,1,0.071799725,0,0.051722325,1,1,1,1,1,0.293969423,0,0.858030915,1,1,1,1,1,0.529245615,0,0.515224746,0.515337423,0.515070922
-2348,1,0.4245,1,1,1,1,1,1,1,1,0.0634,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3568,0.2862,0,1,0.5453,1,1,1,0.178,0.5453,0,1,1,1,1,1,0.081532322,0,0.055799812,1,1,1,1,1,0.418535322,0,0.837557375,1,1,1,1,1,0.344259351,0,0.533591107,0.533742331,0.533687943
-2349,1,0.4245,1,1,1,1,1,1,1,1,0.153,0.4245,0,1,0.2862,1,1,1,1,1,1,0.5314,0.2862,0,1,0.5453,1,1,1,0.1122,0.5453,0,1,1,1,1,1,0.263237149,0,0.262511313,1,1,1,1,1,0.649861217,0,0.728077769,1,1,1,1,1,0.165717244,0,0.504772837,0.50475989,0.504875887
-2350,1,0.4245,1,1,1,1,1,1,1,1,0.2979,0.4245,0,1,0.2862,1,1,1,1,1,1,0.4477,0.2862,0,1,0.5453,1,1,1,0.1264,0.5453,0,1,1,1,1,1,0.374837816,0,0.823107719,1,1,1,1,1,0.547056317,0,0.149001047,1,1,1,1,1,0.181520894,0,0.461031899,0.460968902,0.460992908
-2351,1,0.4245,1,1,1,1,1,1,1,1,0.264,0.4245,0,1,0.2862,1,1,1,1,1,1,0.6297,0.2862,0,1,0.5453,1,1,1,0.1643,0.5453,0,1,1,1,1,1,0.440100133,0,0.743784308,1,1,1,1,1,0.673485875,0,0.071238481,1,1,1,1,1,0.192440763,0,0.420553407,0.420562725,0.420656028
-2352,1,0.4245,1,1,1,1,1,1,1,1,0.3986,0.4245,0,1,0.2862,1,1,1,1,1,1,0.6463,0.2862,0,1,0.5453,1,1,1,0.1456,0.5453,0,1,1,1,1,1,0.591757536,0,0.917679846,1,1,1,1,1,0.650663495,0,0.091587961,1,1,1,1,1,0.159381747,0,0.393547608,0.39369579,0.393617021
-2353,1,0.4245,1,1,1,1,1,1,1,1,0.4841,0.4245,0,1,0.2862,1,1,1,1,1,1,0.7852,0.2862,0,1,0.5453,1,1,1,0.1377,0.5453,0,1,1,1,1,1,0.610304117,0,0.769261599,1,1,1,1,1,0.764682114,0,0.099649742,1,1,1,1,1,0.150746465,0,0.380376994,0.380368098,0.380319149
-2354,1,0.4245,1,1,1,1,1,1,1,1,0.5462,0.4245,0,1,0.2862,1,1,1,1,1,1,0.6297,0.2862,0,1,0.5453,1,1,1,0.1798,0.5453,0,1,1,1,1,1,0.650990844,0,0.573360562,1,1,1,1,1,0.646100044,0,0.997523665,1,1,1,1,1,0.193442464,0,0.375483325,0.375502433,0.375443262
-2355,1,0.4245,1,1,1,1,1,1,1,1,0.6556,0.4245,0,1,0.2862,1,1,1,1,1,1,0.5376,0.2862,0,1,0.5453,1,1,1,0.1748,0.5453,0,1,1,1,1,1,0.663504064,0,0.364295304,1,1,1,1,1,0.564658821,0,1,1,1,1,1,1,0.203322098,0,0.375785404,0.375713983,0.375443262
-2356,1,0.4245,1,1,1,1,1,1,1,1,0.7539,0.4245,0,1,0.2862,1,1,1,1,1,1,0.5216,0.2862,0,1,0.5453,1,1,1,0.1104,0.5453,0,1,1,1,1,1,0.720885277,0,0.590444028,1,1,1,1,1,0.564208746,0,1,1,1,1,1,1,0.174134135,0,0.389439343,0.389464777,0.38962766
-2357,1,0.4245,1,1,1,1,1,1,1,1,0.6494,0.4245,0,1,0.2862,1,1,1,1,1,1,0.4775,0.2862,0,1,0.5453,1,1,1,0.078,0.5453,0,1,1,1,1,1,0.575342238,0,0.927775085,1,1,1,1,1,0.564016163,0,1,1,1,1,1,1,0.159424692,0,0.432938618,0.432832663,0.433067376
-2358,1,0.4245,1,1,1,1,1,1,1,1,0.6213,0.4245,0.0445,1,0.2862,1,1,1,1,1,1,0.5896,0.2862,0.0573,1,0.5453,1,1,1,0.0641,0.5453,0.0369,1,1,1,1,1,0.572953761,0.24425064,1,1,1,1,1,1,0.538755834,0.277790666,1,1,1,1,1,1,0.119036958,0.253215492,0.503987434,0.503913687,0.504432624
-2359,1,0.4245,1,1,1,1,1,1,1,1,0.7206,0.4245,0.2149,1,0.2862,1,1,1,1,1,1,0.504,0.2862,0.2177,1,0.5453,1,1,1,0.0915,0.5453,0.1866,1,1,1,1,1,0.584543407,0.569677591,1,1,1,1,1,1,0.413358778,0.564855218,1,1,1,1,1,1,0.186093345,0.478957355,0.551836636,0.551724138,0.551861702
-2360,1,0.4245,1,1,1,1,1,1,1,1,0.8202,0.4245,0.3872,1,0.2862,1,1,1,1,1,1,0.7968,0.2862,0.4045,1,0.5453,1,1,1,0.0615,0.5453,0.3206,1,1,1,1,1,0.69336921,0.714124203,1,1,1,1,1,1,0.786319554,0.744084835,1,1,1,1,1,1,0.131437063,0.638905048,0.568753021,0.568648191,0.569148936
-2361,1,0.4245,1,1,1,1,1,1,1,1,0.7202,0.4245,0.5191,1,0.2862,1,1,1,1,1,1,0.7633,0.2862,0.5333,1,0.5453,1,1,1,0.0859,0.5453,0.4374,1,1,1,1,1,0.697440624,0.780353785,1,1,1,1,1,1,0.780543685,0.805142879,1,1,1,1,1,1,0.141723782,0.722808123,0.575882069,0.575840914,0.575797872
-2362,1,0.4245,1,1,1,1,1,1,1,1,0.7481,0.4245,0.6164,1,0.2862,1,1,1,1,1,1,0.843,0.2862,0.587,1,0.5453,1,1,1,0.0969,0.5453,0.4636,1,1,1,1,1,0.746851742,0.838016868,1,1,1,1,1,1,0.840795994,0.86961472,0.823831499,1,1,1,1,1,0.144349158,0.755368948,0.582286129,0.582398985,0.582446809
-2363,1,0.4245,1,1,1,1,1,1,1,1,0.7189,0.4245,0.6094,1,0.2862,1,1,1,1,1,1,0.8818,0.2862,0.6136,1,0.5453,1,1,1,0.1351,0.5453,0.4986,1,1,1,1,1,0.787263811,0.821857214,1,1,1,1,1,1,0.856730223,0.931857646,1,1,1,1,1,1,0.162509933,0.753691494,0.582346544,0.582398985,0.582446809
-2364,1,0.4245,1,1,1,1,1,1,1,1,0.6593,0.4245,0.6213,1,0.2862,1,1,1,1,1,1,0.8858,0.2862,0.6059,1,0.5453,1,1,1,0.1638,0.5453,0.5036,1,1,1,1,1,0.77396822,0.827171385,1,1,1,1,1,1,0.863253593,0.9209342,1,1,1,1,1,1,0.166206926,0.752946556,0.577634123,0.57774487,0.578014184
-2365,1,0.4245,1,1,1,1,1,1,1,1,0.5979,0.4245,0.5855,1,0.2862,1,1,1,1,1,1,0.8656,0.2862,0.5508,1,0.5453,1,1,1,0.1793,0.5453,0.4023,1,1,1,1,1,0.779183865,0.800005198,1,1,1,1,1,1,0.826067269,0.81075561,1,1,1,1,1,1,0.250471085,0.70920825,0.573344611,0.573302306,0.57358156
-2366,1,0.4245,1,1,1,1,1,1,1,1,0.6899,0.4245,0.5484,1,0.2862,1,1,1,1,1,1,0.8324,0.2862,0.5046,1,0.5453,1,1,1,0.1669,0.5453,0.3479,1,1,1,1,1,0.784327328,0.743552864,1,1,1,1,1,1,0.809670806,0.735693753,1,1,1,1,1,1,0.283635855,0.707769334,0.563980184,0.563994077,0.56427305
-2367,1,0.4245,1,1,1,1,1,1,1,1,0.6817,0.4245,0.4324,1,0.2862,1,1,1,1,1,1,0.7906,0.2862,0.396,1,0.5453,1,1,1,0.2015,0.5453,0.3355,1,1,1,1,1,0.772770822,0.682655573,1,1,1,1,1,1,0.719258308,0.670332551,1,1,1,1,1,1,0.3569296,0.729306042,0.557636539,0.557647557,0.557624113
-2368,1,0.4245,1,1,1,1,1,1,1,1,0.6803,0.4245,0.2942,1,0.2862,1,1,1,1,1,1,0.9278,0.2862,0.3157,1,0.5453,1,1,1,0.1855,0.5453,0.2496,1,1,1,1,1,0.780385256,0.599606752,1,1,1,1,1,1,0.843097448,0.672409475,1,1,1,1,1,1,0.355192572,0.643232107,0.557696955,0.557859107,0.557624113
-2369,1,0.4245,1,1,1,1,1,1,1,1,0.632,0.4245,0.1239,1,0.2862,1,1,1,1,1,1,0.5949,0.2862,0.1728,1,0.5453,1,1,1,0.1377,0.5453,0.1147,1,1,1,1,1,0.660213053,0.45065248,1,1,1,1,1,1,0.545917869,0.529297233,1,1,1,1,1,1,0.275106192,0.458304316,0.564221846,0.564205627,0.56427305
-2370,1,0.4245,1,1,1,1,1,1,1,1,0.5305,0.4245,0.0042,1,0.2862,1,1,1,1,1,1,0.3689,0.2862,0.0254,1,0.5453,1,1,1,0.1269,0.5453,0,1,1,1,1,1,0.530580759,0.113852404,1,1,1,1,1,1,0.37795487,0.204765037,1,1,1,1,1,1,0.231526703,0.027797615,0.569780087,0.569705945,0.569592199
-2371,1,0.4245,1,1,1,1,1,1,1,1,0.3886,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1446,0.2862,0,1,0.5453,1,1,1,0.1285,0.5453,0,1,1,1,1,1,0.437527746,0,0.849748909,1,1,1,1,1,0.221698985,0,0.941090107,1,1,1,1,1,0.320943177,0,0.593885935,0.593822721,0.593971631
-2372,1,0.4245,1,1,1,1,1,1,1,1,0.2416,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1453,0.2862,0,1,0.5453,1,1,1,0.1177,0.5453,0,1,1,1,1,1,0.335813493,0,0.583182096,1,1,1,1,1,0.224569991,0,0.961822033,1,1,1,1,1,0.267977387,0,0.594852586,0.594668923,0.594858156
-2373,1,0.4245,1,1,1,1,1,1,1,1,0.1477,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1077,0.2862,0,1,0.5453,1,1,1,0.089,0.5453,0,1,1,1,1,1,0.245619163,0,0.40467307,1,1,1,1,1,0.203539759,0,0.958387494,1,1,1,1,1,0.20511654,0,0.55358869,0.553628094,0.553634752
-2374,1,0.4245,1,1,1,1,1,1,1,1,0.2077,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2344,0.2862,0,1,0.5453,1,1,1,0.075,0.5453,0,1,1,1,1,1,0.351983428,0,0.296248049,1,1,1,1,1,0.253803015,0,0.953000069,1,1,1,1,1,0.207454845,0,0.49722088,0.497144066,0.497340426
-2375,1,0.4245,1,1,1,1,1,1,1,1,0.292,0.4245,0,1,0.2862,1,1,1,1,1,1,0.104,0.2862,0,1,0.5453,1,1,1,0.0856,0.5453,0,1,1,1,1,1,0.421793431,0,0.051782906,1,1,1,1,1,0.226401061,0,0.976204276,1,1,1,1,1,0.21271722,0,0.444719671,0.444679501,0.445035461
-2376,1,0.4245,1,1,1,1,1,1,1,1,0.2603,0.4245,0,1,0.2862,1,1,1,1,1,1,0.5581,0.2862,0,1,0.5453,1,1,1,0.1135,0.5453,0,1,1,1,1,1,0.42069459,0,0.075881258,1,1,1,1,1,0.550512016,0,1,1,1,1,1,1,0.265471458,0,0.413303528,0.413158451,0.41356383
-2377,1,0.4245,1,1,1,1,1,1,1,1,0.2653,0.4245,0,1,0.2862,1,1,1,1,1,1,0.6118,0.2862,0,1,0.5453,1,1,1,0.1025,0.5453,0,1,1,1,1,1,0.491691172,0,0.532232225,1,1,1,1,1,0.603414416,0,1,1,1,1,1,1,0.251244754,0,0.39741421,0.397503702,0.397606383
-2378,1,0.4245,1,1,1,1,1,1,1,1,0.2456,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3027,0.2862,0,1,0.5453,1,1,1,0.1072,0.5453,0,1,1,1,1,1,0.45256573,0,0.7046597,1,1,1,1,1,0.465344787,0,1,1,1,1,1,1,0.272663713,0,0.390164331,0.390099429,0.390070922
-2379,1,0.4245,1,1,1,1,1,1,1,1,0.1232,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2471,0.2862,0,1,0.5453,1,1,1,0.1007,0.5453,0,1,1,1,1,1,0.24667576,0,0.683561146,1,1,1,1,1,0.448550463,0,1,1,1,1,1,1,0.264167249,0,0.389560174,0.389676327,0.38962766
-2380,1,0.4245,1,1,1,1,1,1,1,1,0.1621,0.4245,0,1,0.2862,1,1,1,1,1,1,0.4412,0.2862,0,1,0.5453,1,1,1,0.1005,0.5453,0,1,1,1,1,1,0.278832614,0,0.805912733,1,1,1,1,1,0.574424982,0,0.613283515,1,1,1,1,1,0.277607948,0,0.403032866,0.403004019,0.402925532
-2381,1,0.4245,1,1,1,1,1,1,1,1,0.1828,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2442,0.2862,0,1,0.5453,1,1,1,0.0811,0.5453,0,1,1,1,1,1,0.233823985,0,0.705246806,1,1,1,1,1,0.35170579,0,0.434003115,1,1,1,1,1,0.259481907,0,0.444840503,0.444679501,0.445035461
-2382,1,0.4245,1,1,1,1,1,1,1,1,0.1922,0.4245,0.0596,1,0.2862,1,1,1,1,1,1,0.1621,0.2862,0.0855,1,0.5453,1,1,1,0.0826,0.5453,0.0543,1,1,1,1,1,0.222814277,0.335511744,0.512364924,1,1,1,1,1,0.232250378,0.385996103,0.336659163,1,1,1,1,1,0.25904426,0.263589084,0.513956017,0.513856569,0.514184397
-2383,1,0.4245,1,1,1,1,1,1,1,1,0.1671,0.4245,0.2421,1,0.2862,1,1,1,1,1,1,0.1579,0.2862,0.2731,1,0.5453,1,1,1,0.0605,0.5453,0.2124,1,1,1,1,1,0.115778245,0.674033344,0.394664943,1,1,1,1,1,0.219103456,0.72850281,0.26674661,1,1,1,1,1,0.158274353,0.576895893,0.557274045,0.557224455,0.557180851
-2384,1,0.4245,1,1,1,1,1,1,1,1,0.3016,0.4245,0.4408,1,0.2862,1,1,1,1,1,1,0.4829,0.2862,0.4671,1,0.5453,1,1,1,0.0635,0.5453,0.3661,1,1,1,1,1,0.301958561,0.841422439,0.083721101,1,1,1,1,1,0.468997478,0.926454365,0.32491833,1,1,1,1,1,0.149003595,0.713134944,0.565853069,0.565898033,0.566046099
-2385,1,0.4245,1,1,1,1,1,1,1,1,0.2706,0.4245,0.5842,1,0.2862,1,1,1,1,1,1,0.5437,0.2862,0.608,1,0.5453,1,1,1,0.0493,0.5453,0.486,1,1,1,1,1,0.285437226,0.836826086,0.064671017,1,1,1,1,1,0.521677434,0.982723594,0.913489103,1,1,1,1,1,0.14180328,0.772304833,0.569538424,0.569494394,0.569592199
-2386,1,0.4245,1,1,1,1,1,1,1,1,0.2537,0.4245,0.6896,1,0.2862,1,1,1,1,1,1,0.4589,0.2862,0.7062,1,0.5453,1,1,1,0.0488,0.5453,0.5671,1,1,1,1,1,0.322164029,0.866493583,0.387754768,1,1,1,1,1,0.421813965,0.984566331,0.807914972,1,1,1,1,1,0.135554925,0.797819734,0.57322378,0.573302306,0.57358156
-2387,1,0.4245,1,1,1,1,1,1,1,1,0.3209,0.4245,0.6858,1,0.2862,1,1,1,1,1,1,0.3198,0.2862,0.6378,1,0.5453,1,1,1,0.054,0.5453,0.5792,1,1,1,1,1,0.293218493,0.906674087,0.56370306,1,1,1,1,1,0.329758078,0.872911513,0.588924885,1,1,1,1,1,0.115621448,0.831892967,0.571894635,0.571821451,0.571808511
-2388,1,0.4245,1,1,1,1,1,1,1,1,0.3465,0.4245,0.6341,1,0.2862,1,1,1,1,1,1,0.3727,0.2862,0.5752,1,0.5453,1,1,1,0.0898,0.5453,0.5764,1,1,1,1,1,0.271251351,0.839842558,0.311490208,1,1,1,1,1,0.378137201,0.800376654,0.904426932,1,1,1,1,1,0.211725265,0.821363091,0.568450942,0.568436641,0.568705674
-2389,1,0.4245,1,1,1,1,1,1,1,1,0.4461,0.4245,0.5742,1,0.2862,1,1,1,1,1,1,0.2936,0.2862,0.5323,1,0.5453,1,1,1,0.0714,0.5453,0.5106,1,1,1,1,1,0.319397867,0.782794058,0.269464046,1,1,1,1,1,0.295735896,0.788152218,0.935589552,1,1,1,1,1,0.120053962,0.805911064,0.567061382,0.566955786,0.567375887
-2390,1,0.4245,1,1,1,1,1,1,1,1,0.4761,0.4245,0.5271,1,0.2862,1,1,1,1,1,1,0.1816,0.2862,0.5201,1,0.5453,1,1,1,0.1075,0.5453,0.5251,1,1,1,1,1,0.316630423,0.74479413,0.26291889,1,1,1,1,1,0.211603492,0.713861525,0.723444343,1,1,1,1,1,0.132852048,0.784252763,0.559388594,0.559339962,0.559397163
-2391,1,0.4245,1,1,1,1,1,1,1,1,0.5895,0.4245,0.4501,1,0.2862,1,1,1,1,1,1,0.2304,0.2862,0.4571,1,0.5453,1,1,1,0.1175,0.5453,0.4022,1,1,1,1,1,0.259302974,0.706061602,0.3938438,1,1,1,1,1,0.275097072,0.686971307,1,1,1,1,1,1,0.210874885,0.748907268,0.552803287,0.552781891,0.552748227
-2392,1,0.4245,1,1,1,1,1,1,1,1,0.5217,0.4245,0.3211,1,0.2862,1,1,1,1,1,1,0.3505,0.2862,0.339,1,0.5453,1,1,1,0.0749,0.5453,0.2621,1,1,1,1,1,0.211083651,0.64662087,0.677485585,1,1,1,1,1,0.333771348,0.622640014,1,1,1,1,1,1,0.175782412,0.689906299,0.553709522,0.553839645,0.554078014
-2393,1,0.4245,1,1,1,1,1,1,1,1,0.3347,0.4245,0.1502,1,0.2862,1,1,1,1,1,1,0.1512,0.2862,0.1788,1,0.5453,1,1,1,0.093,0.5453,0.1009,1,1,1,1,1,0.209632665,0.509566903,0.528625727,1,1,1,1,1,0.148260862,0.483609229,1,1,1,1,1,1,0.202468529,0.442679405,0.55818028,0.558070658,0.558510638
-2394,1,0.4245,1,1,1,1,1,1,1,1,0.1829,0.4245,0.0118,1,0.2862,1,1,1,1,1,1,0.1383,0.2862,0.0161,1,0.5453,1,1,1,0.0962,0.5453,0.0013,1,1,1,1,1,0.154508233,0.16670157,0.592336178,1,1,1,1,1,0.155717373,0.156405061,1,1,1,1,1,1,0.24918966,0.019115118,0.561986467,0.56187857,0.562056738
-2395,1,0.4245,1,1,1,1,1,1,1,1,0.1696,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0913,0.2862,0,1,0.5453,1,1,1,0.0798,0.5453,0,1,1,1,1,1,0.159599394,0,0.998612881,1,1,1,1,1,0.1434993,0,1,1,1,1,1,1,0.273575515,0,0.586817303,0.586841549,0.586879433
-2396,1,0.4245,1,1,1,1,1,1,1,1,0.1965,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1575,0.2862,0,1,0.5453,1,1,1,0.0669,0.5453,0,1,1,1,1,1,0.294394106,0,0.923617065,1,1,1,1,1,0.277828068,0,0.490775406,1,1,1,1,1,0.268954009,0,0.589113098,0.589168606,0.589095745
-2397,1,0.4245,1,1,1,1,1,1,1,1,0.2486,0.4245,0,1,0.2862,1,1,1,1,1,1,0.4419,0.2862,0,1,0.5453,1,1,1,0.0816,0.5453,0,1,1,1,1,1,0.362602115,0,0.832950711,1,1,1,1,1,0.338001043,0,0.198926955,1,1,1,1,1,0.25091958,0,0.548815853,0.548762429,0.548758865
-2398,1,0.4245,1,1,1,1,1,1,1,1,0.1914,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1136,0.2862,0,1,0.5453,1,1,1,0.0427,0.5453,0,1,1,1,1,1,0.281978369,0,0.431697547,1,1,1,1,1,0.148195118,0,0.058832727,1,1,1,1,1,0.163296238,0,0.492327211,0.492278401,0.492464539
-2399,1,0.4245,1,1,1,1,1,1,1,1,0.1511,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0485,0.2862,0,1,0.5453,1,1,1,0.0387,0.5453,0,1,1,1,1,1,0.218655199,0,0.200375855,1,1,1,1,1,0.091254033,0,0.019300262,1,1,1,1,1,0.171135888,0,0.441275979,0.44129469,0.441046099
-2400,1,0.4245,1,1,1,1,1,1,1,1,0.2035,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1027,0.2862,0,1,0.5453,1,1,1,0.0283,0.5453,0,1,1,1,1,1,0.235553354,0,0.07236506,1,1,1,1,1,0.144930854,0,0.042158641,1,1,1,1,1,0.127909467,0,0.409739004,0.409773641,0.409574468
-2401,1,0.4245,1,1,1,1,1,1,1,1,0.2643,0.4245,0,1,0.2862,1,1,1,1,1,1,0.149,0.2862,0,1,0.5453,1,1,1,0.0287,0.5453,0,1,1,1,1,1,0.281421602,0,0.078817979,1,1,1,1,1,0.186349794,0,0.21970576,1,1,1,1,1,0.130500659,0,0.393487192,0.393484239,0.393617021
-2402,1,0.4245,1,1,1,1,1,1,1,1,0.2569,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2092,0.2862,0,1,0.5453,1,1,1,0.0246,0.5453,0,1,1,1,1,1,0.28585875,0,0.065232322,1,1,1,1,1,0.264256805,0,0.097500525,1,1,1,1,1,0.098434016,0,0.386297728,0.386291517,0.38608156
-2403,1,0.4245,1,1,1,1,1,1,1,1,0.1726,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1753,0.2862,0,1,0.5453,1,1,1,0.0207,0.5453,0,1,1,1,1,1,0.170132935,0,0.067645416,1,1,1,1,1,0.20123741,0,0.058172252,1,1,1,1,1,0.08337418,0,0.386297728,0.386291517,0.38608156
-2404,1,0.4245,1,1,1,1,1,1,1,1,0.1769,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1791,0.2862,0,1,0.5453,1,1,1,0.0176,0.5453,0,1,1,1,1,1,0.172773436,0,0.10180109,1,1,1,1,1,0.241835624,0,0.373656869,1,1,1,1,1,0.069703832,0,0.399166264,0.399196107,0.39893617
-2405,1,0.4245,1,1,1,1,1,1,1,1,0.1807,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2578,0.2862,0,1,0.5453,1,1,1,0.0248,0.5453,0,1,1,1,1,1,0.207861543,0,0.090104707,1,1,1,1,1,0.326628149,0,0.592640042,1,1,1,1,1,0.077247381,0,0.441034316,0.440871589,0.441046099
-2406,1,0.4245,1,1,1,1,1,1,1,1,0.1584,0.4245,0.0674,1,0.2862,1,1,1,1,1,1,0.2002,0.2862,0.0783,1,0.5453,1,1,1,0.0142,0.5453,0.0589,1,1,1,1,1,0.153997153,0.307319045,0.129524931,1,1,1,1,1,0.229144663,0.273935884,0.495601058,1,1,1,1,1,0.058070768,0.44045803,0.510874819,0.510894859,0.51108156
-2407,1,0.4245,1,1,1,1,1,1,1,1,0.0505,0.4245,0.2425,1,0.2862,1,1,1,1,1,1,0.1598,0.2862,0.2579,1,0.5453,1,1,1,0.0149,0.5453,0.2383,1,1,1,1,1,0.046199154,0.661670446,0.095761955,1,1,1,1,1,0.137906402,0.563638508,0.241518617,1,1,1,1,1,0.047308989,0.721742988,0.557696955,0.557859107,0.557624113
-2408,1,0.4245,1,1,1,1,1,1,1,1,0.0305,0.4245,0.4158,1,0.2862,1,1,1,1,1,1,0.1765,0.2862,0.4056,1,0.5453,1,1,1,0.0095,0.5453,0.4212,1,1,1,1,1,0.016975848,0.830601752,0.093696967,1,1,1,1,1,0.145873144,0.696767271,0.200979322,1,1,1,1,1,0.032024786,0.884272099,0.569417593,0.569494394,0.569592199
-2409,1,0.4245,1,1,1,1,1,1,1,1,0.036,0.4245,0.5463,1,0.2862,1,1,1,1,1,1,0.0844,0.2862,0.5052,1,0.5453,1,1,1,0.0079,0.5453,0.5364,1,1,1,1,1,0.01061753,0.855284095,0.111376345,1,1,1,1,1,0.084910832,0.724508703,0.228091896,1,1,1,1,1,0.024270346,0.888445437,0.57141131,0.57139835,0.571808511
-2410,1,0.4245,1,1,1,1,1,1,1,1,0.0373,0.4245,0.6386,1,0.2862,1,1,1,1,1,1,0.018,0.2862,0.6202,1,0.5453,1,1,1,0.003,0.5453,0.548,1,1,1,1,1,0.008384686,0.875071883,0.22299616,1,1,1,1,1,0.042510044,0.786699712,0.221861511,1,1,1,1,1,0.009868236,0.861770868,0.574130014,0.574148509,0.574024823
-2411,1,0.4245,1,1,1,1,1,1,1,1,0.0677,0.4245,0.6422,1,0.2862,1,1,1,1,1,1,0.0154,0.2862,0.6711,1,0.5453,1,1,1,0.0221,0.5453,0.578,1,1,1,1,1,0.02002342,0.847079337,0.646603346,1,1,1,1,1,0.055134192,0.81109333,0.391404748,1,1,1,1,1,0.04673636,0.813089013,0.572559207,0.572667654,0.572695035
-2412,1,0.4245,1,1,1,1,1,1,1,1,0.1109,0.4245,0.619,1,0.2862,1,1,1,1,1,1,0.0273,0.2862,0.6594,1,0.5453,1,1,1,0.0236,0.5453,0.5707,1,1,1,1,1,0.027680065,0.82403928,0.792108119,1,1,1,1,1,0.076236039,0.808554471,0.35915947,1,1,1,1,1,0.029423857,0.797669351,0.566880135,0.566744235,0.566932624
-2413,1,0.4245,1,1,1,1,1,1,1,1,0.11,0.4245,0.535,1,0.2862,1,1,1,1,1,1,0.1205,0.2862,0.6022,1,0.5453,1,1,1,0.0623,0.5453,0.6078,1,1,1,1,1,0.02787682,0.715975046,0.527847826,1,1,1,1,1,0.111165777,0.778837621,0.291130394,1,1,1,1,1,0.114615045,0.828508794,0.564221846,0.564205627,0.56427305
-2414,1,0.4245,1,1,1,1,1,1,1,1,0.164,0.4245,0.4947,1,0.2862,1,1,1,1,1,1,0.1179,0.2862,0.4993,1,0.5453,1,1,1,0.0638,0.5453,0.5179,1,1,1,1,1,0.041135002,0.653909981,0.579618037,1,1,1,1,1,0.090541676,0.72729075,0.14299503,1,1,1,1,1,0.07671532,0.753476739,0.557636539,0.557647557,0.557624113
-2415,1,0.4245,1,1,1,1,1,1,1,1,0.217,0.4245,0.436,1,0.2862,1,1,1,1,1,1,0.0964,0.2862,0.4129,1,0.5453,1,1,1,0.0756,0.5453,0.4329,1,1,1,1,1,0.073516883,0.608779609,0.742167056,1,1,1,1,1,0.123751,0.713828444,0.235643744,1,1,1,1,1,0.077351652,0.722953618,0.551836636,0.551724138,0.551861702
-2416,1,0.4245,1,1,1,1,1,1,1,1,0.2491,0.4245,0.31,1,0.2862,1,1,1,1,1,1,0.1063,0.2862,0.3183,1,0.5453,1,1,1,0.0616,0.5453,0.3111,1,1,1,1,1,0.159559146,0.713551939,0.894349813,1,1,1,1,1,0.139994204,0.698900223,0.38906312,1,1,1,1,1,0.079458751,0.87133199,0.553165781,0.553204993,0.553191489
-2417,1,0.4245,1,1,1,1,1,1,1,1,0.1714,0.4245,0.141,1,0.2862,1,1,1,1,1,1,0.1452,0.2862,0.1614,1,0.5453,1,1,1,0.084,0.5453,0.1294,1,1,1,1,1,0.19067803,0.368282527,0.884993434,1,1,1,1,1,0.169386327,0.375807405,0.850899041,1,1,1,1,1,0.082304336,0.505309522,0.559086515,0.559128411,0.558953901
-2418,1,0.4245,1,1,1,1,1,1,1,1,0.135,0.4245,0.0057,1,0.2862,1,1,1,1,1,1,0.0498,0.2862,0.0049,1,0.5453,1,1,1,0.1365,0.5453,0.0106,1,1,1,1,1,0.192277506,0.034873657,0.863598943,1,1,1,1,1,0.076030739,0.069646031,0.98006922,1,1,1,1,1,0.192692935,0.007892683,0.564765587,0.564628729,0.565159574
-2419,1,0.4245,1,1,1,1,1,1,1,1,0.0478,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0251,0.2862,0,1,0.5453,1,1,1,0.1196,0.5453,0,1,1,1,1,1,0.073196985,0,0.487474799,1,1,1,1,1,0.049583692,0,0.418017298,1,1,1,1,1,0.206104681,0,0.590079749,0.590014809,0.590425532
-2420,1,0.4245,1,1,1,1,1,1,1,1,0.0452,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0735,0.2862,0,1,0.5453,1,1,1,0.1974,0.5453,0,1,1,1,1,1,0.120737754,0,0.243135959,1,1,1,1,1,0.118213162,0,0.142166495,1,1,1,1,1,0.31415236,0,0.590019333,0.590014809,0.590425532
-2421,1,0.4245,1,1,1,1,1,1,1,1,0.0539,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1021,0.2862,0,1,0.5453,1,1,1,0.1692,0.5453,0,1,1,1,1,1,0.107005812,0,0.081017479,1,1,1,1,1,0.128904,0,0.138731956,1,1,1,1,1,0.232007951,0,0.55080957,0.550666385,0.550975177
-2422,1,0.4245,1,1,1,1,1,1,1,1,0.0525,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1827,0.2862,0,1,0.5453,1,1,1,0.259,0.5453,0,1,1,1,1,1,0.118370056,0,0.014535849,1,1,1,1,1,0.163327932,0,0.321100295,1,1,1,1,1,0.387205273,0,0.495710488,0.495874762,0.496010638
-2423,1,0.4245,1,1,1,1,1,1,1,1,0.0372,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1892,0.2862,0,1,0.5453,1,1,1,0.2531,0.5453,0,1,1,1,1,1,0.104649402,0,0.004093621,1,1,1,1,1,0.207261384,0,0.547722042,1,1,1,1,1,0.408274293,0,0.445384244,0.445314153,0.445478723
-2424,1,0.4245,1,1,1,1,1,1,1,1,0.0474,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2453,0.2862,0,1,0.5453,1,1,1,0.1894,0.5453,0,1,1,1,1,1,0.120462358,0,0.008662247,1,1,1,1,1,0.245910197,0,0.435845315,1,1,1,1,1,0.332667857,0,0.412638956,0.41273535,0.412677305
-2425,1,0.4245,1,1,1,1,1,1,1,1,0.0574,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1917,0.2862,0,1,0.5453,1,1,1,0.1844,0.5453,0,1,1,1,1,1,0.10167487,0,0.100970417,1,1,1,1,1,0.205970228,0,0.190444246,1,1,1,1,1,0.29158023,0,0.395420493,0.395388195,0.395390071
-2426,1,0.4245,1,1,1,1,1,1,1,1,0.1246,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1561,0.2862,0,1,0.5453,1,1,1,0.198,0.5453,0,1,1,1,1,1,0.096575841,0,0.348448873,1,1,1,1,1,0.208136111,0,0.191566765,1,1,1,1,1,0.282127172,0,0.387506042,0.387560821,0.38785461
-2427,1,0.4245,1,1,1,1,1,1,1,1,0.1801,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1745,0.2862,0,1,0.5453,1,1,1,0.2169,0.5453,0,1,1,1,1,1,0.129712105,0,0.286758244,1,1,1,1,1,0.262073576,0,0.486716539,1,1,1,1,1,0.276042998,0,0.387324795,0.38734927,0.387411348
-2428,1,0.4245,1,1,1,1,1,1,1,1,0.1992,0.4245,0,1,0.2862,1,1,1,1,1,1,0.272,0.2862,0,1,0.5453,1,1,1,0.2182,0.5453,0,1,1,1,1,1,0.203951016,0,0.220197797,1,1,1,1,1,0.346437663,0,0.223710477,1,1,1,1,1,0.314397961,0,0.399347511,0.399407658,0.399379433
-2429,1,0.4245,1,1,1,1,1,1,1,1,0.1989,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2975,0.2862,0,1,0.5453,1,1,1,0.2153,0.5453,0,1,1,1,1,1,0.310027182,0,0.034807079,1,1,1,1,1,0.353859425,0,0.146596074,1,1,1,1,1,0.315238029,0,0.441698888,0.441717791,0.441489362
-2430,1,0.4245,1,1,1,1,1,1,1,1,0.1322,0.4245,0.0646,1,0.2862,1,1,1,1,1,1,0.2056,0.2862,0.0723,1,0.5453,1,1,1,0.2142,0.5453,0.0799,1,1,1,1,1,0.200546429,0.31970647,0.009727502,1,1,1,1,1,0.242123216,0.352269113,0.018837435,1,1,1,1,1,0.318507254,0.426424414,0.510512325,0.510683309,0.510638298
-2431,1,0.4245,1,1,1,1,1,1,1,1,0.0889,0.4245,0.24,1,0.2862,1,1,1,1,1,1,0.1368,0.2862,0.2571,1,0.5453,1,1,1,0.1538,0.5453,0.2302,1,1,1,1,1,0.087227464,0.640926242,0.015920106,1,1,1,1,1,0.147936404,0.69518137,0.015571728,1,1,1,1,1,0.215776742,0.702073812,0.55497825,0.554897398,0.554964539
-2432,1,0.4245,1,1,1,1,1,1,1,1,0.0655,0.4245,0.4124,1,0.2862,1,1,1,1,1,1,0.1356,0.2862,0.434,1,0.5453,1,1,1,0.1515,0.5453,0.3766,1,1,1,1,1,0.065659128,0.836843848,0.020144705,1,1,1,1,1,0.168098062,0.8834337,0.029469112,1,1,1,1,1,0.171756029,0.743613958,0.566215563,0.566321134,0.566489362
-2433,1,0.4245,1,1,1,1,1,1,1,1,0.2003,0.4245,0.5387,1,0.2862,1,1,1,1,1,1,0.2334,0.2862,0.5476,1,0.5453,1,1,1,0.1841,0.5453,0.5024,1,1,1,1,1,0.158533067,0.900318861,0.101055257,1,1,1,1,1,0.260917246,0.900915027,0.101513878,1,1,1,1,1,0.166165888,0.753646553,0.56959884,0.569705945,0.569592199
-2434,1,0.4245,1,1,1,1,1,1,1,1,0.1672,0.4245,0.5942,1,0.2862,1,1,1,1,1,1,0.132,0.2862,0.6195,1,0.5453,1,1,1,0.279,0.5453,0.637,1,1,1,1,1,0.175076827,0.817512572,0.267614484,1,1,1,1,1,0.173112124,0.83472693,0.257291377,1,1,1,1,1,0.30405277,0.744919896,0.571532141,0.571609901,0.571808511
-2435,1,0.4245,1,1,1,1,1,1,1,1,0.1654,0.4245,0.5769,1,0.2862,1,1,1,1,1,1,0.2562,0.2862,0.6025,1,0.5453,1,1,1,0.2074,0.5453,0.6009,1,1,1,1,1,0.203530416,0.806068599,0.327880114,1,1,1,1,1,0.261727065,0.825434089,0.355634809,1,1,1,1,1,0.257543653,0.810474515,0.572015466,0.572033002,0.571808511
-2436,1,0.4245,1,1,1,1,1,1,1,1,0.1582,0.4245,0.5447,1,0.2862,1,1,1,1,1,1,0.3761,0.2862,0.5788,1,0.5453,1,1,1,0.3291,0.5453,0.5298,1,1,1,1,1,0.207437173,0.757832825,0.35496223,1,1,1,1,1,0.373266697,0.774769902,0.339724094,1,1,1,1,1,0.368885309,0.793942213,0.569780087,0.569705945,0.569592199
-2437,1,0.4245,1,1,1,1,1,1,1,1,0.1622,0.4245,0.5418,1,0.2862,1,1,1,1,1,1,0.1424,0.2862,0.5354,1,0.5453,1,1,1,0.4283,0.5453,0.493,1,1,1,1,1,0.163356438,0.737932801,0.24459976,1,1,1,1,1,0.14931722,0.761669397,0.054541886,1,1,1,1,1,0.377505213,0.74222362,0.56917593,0.569071293,0.569592199
-2438,1,0.4245,1,1,1,1,1,1,1,1,0.2698,0.4245,0.534,1,0.2862,1,1,1,1,1,1,0.0685,0.2862,0.5095,1,0.5453,1,1,1,0.4286,0.5453,0.4915,1,1,1,1,1,0.217375919,0.7526443,0.531295419,1,1,1,1,1,0.163647741,0.769992948,0.110059693,1,1,1,1,1,0.445056349,0.711393952,0.562348961,0.562301671,0.5625
-2439,1,0.4245,1,1,1,1,1,1,1,1,0.2774,0.4245,0.4351,1,0.2862,1,1,1,1,1,1,0.2595,0.2862,0.4716,1,0.5453,1,1,1,0.3957,0.5453,0.4306,1,1,1,1,1,0.258304268,0.713365078,0.687309146,1,1,1,1,1,0.344486266,0.802844048,0.139997661,1,1,1,1,1,0.473153174,0.68204838,0.557092798,0.557012905,0.557180851
-2440,1,0.4245,1,1,1,1,1,1,1,1,0.1411,0.4245,0.2974,1,0.2862,1,1,1,1,1,1,0.3596,0.2862,0.3522,1,0.5453,1,1,1,0.241,0.5453,0.303,1,1,1,1,1,0.129279315,0.646387398,0.687662959,1,1,1,1,1,0.326570928,0.745564759,0.061512828,1,1,1,1,1,0.338282287,0.634998918,0.558724021,0.55870531,0.558953901
-2441,1,0.4245,1,1,1,1,1,1,1,1,0.141,0.4245,0.1269,1,0.2862,1,1,1,1,1,1,0.1904,0.2862,0.1757,1,0.5453,1,1,1,0.1074,0.5453,0.1332,1,1,1,1,1,0.135995433,0.462041795,0.605591893,1,1,1,1,1,0.17610836,0.549953222,0.034151312,1,1,1,1,1,0.161893025,0.426197261,0.565309328,0.565263381,0.565159574
-2442,1,0.4245,1,1,1,1,1,1,1,1,0.0681,0.4245,0.0095,1,0.2862,1,1,1,1,1,1,0.0123,0.2862,0.0216,1,0.5453,1,1,1,0.0616,0.5453,0.006,1,1,1,1,1,0.036077045,0.124793895,0.492998481,1,1,1,1,1,0.018507756,0.209454566,0.39168483,1,1,1,1,1,0.09570536,0.021876052,0.567061382,0.566955786,0.567375887
-2443,1,0.4245,1,1,1,1,1,1,1,1,0.023,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0197,0.2862,0,1,0.5453,1,1,1,0.046,0.5453,0,1,1,1,1,1,0.039765816,0,0.184074119,1,1,1,1,1,0.019261952,0,0.245948449,1,1,1,1,1,0.124119744,0,0.587602707,0.587687751,0.587765957
-2444,1,0.4245,1,1,1,1,1,1,1,1,0.0146,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0055,0.2862,0,1,0.5453,1,1,1,0.0735,0.5453,0,1,1,1,1,1,0.042670727,0,0.052982487,1,1,1,1,1,0.0311541,0,0.024386127,1,1,1,1,1,0.160714984,0,0.59062349,0.590649461,0.590868794
-2445,1,0.4245,1,1,1,1,1,1,1,1,0.0384,0.4245,0,1,0.2862,1,1,1,1,1,1,0,0.2862,0,1,0.5453,1,1,1,0.1048,0.5453,0,1,1,1,1,1,0.067996904,0,0.115479216,1,1,1,1,1,0.014714612,0,0.038736388,1,1,1,1,1,0.221270472,0,0.554676172,0.554685847,0.554964539
-2446,1,0.4245,1,1,1,1,1,1,1,1,0.0287,0.4245,0,1,0.2862,1,1,1,1,1,1,0,0.2862,0,1,0.5453,1,1,1,0.1283,0.5453,0,1,1,1,1,1,0.041602053,0,0.120981365,1,1,1,1,1,0.031592637,0,0.032952096,1,1,1,1,1,0.27668348,0,0.501329145,0.501375079,0.501329787
-2447,1,0.4245,1,1,1,1,1,1,1,1,0.0507,0.4245,0,1,0.2862,1,1,1,1,1,1,0,0.2862,0,1,0.5453,1,1,1,0.1187,0.5453,0,1,1,1,1,1,0.087907754,0,0.10217201,1,1,1,1,1,0.053369075,0,0.020777225,1,1,1,1,1,0.25677681,0,0.450277912,0.450179818,0.45035461
-2448,1,0.4245,1,1,1,1,1,1,1,1,0.1152,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0634,0.2862,0,1,0.5453,1,1,1,0.1246,0.5453,0,1,1,1,1,1,0.136053428,0,0.15679118,1,1,1,1,1,0.14721337,0,0.120203152,1,1,1,1,1,0.276025295,0,0.418197197,0.418235667,0.417996454
-2449,1,0.4245,1,1,1,1,1,1,1,1,0.156,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1399,0.2862,0,1,0.5453,1,1,1,0.1306,0.5453,0,1,1,1,1,1,0.146545738,0,0.193758428,1,1,1,1,1,0.21131511,0,0.128932208,1,1,1,1,1,0.263261408,0,0.402247463,0.402157817,0.40248227
-2450,1,0.4245,1,1,1,1,1,1,1,1,0.1823,0.4245,0,1,0.2862,1,1,1,1,1,1,0.297,0.2862,0,1,0.5453,1,1,1,0.12,0.5453,0,1,1,1,1,1,0.188780174,0,0.238242179,1,1,1,1,1,0.315877378,0,0.126761004,1,1,1,1,1,0.238032386,0,0.394574674,0.394541993,0.394503546
-2451,1,0.4245,1,1,1,1,1,1,1,1,0.1797,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2693,0.2862,0,1,0.5453,1,1,1,0.1106,0.5453,0,1,1,1,1,1,0.21170184,0,0.303852379,1,1,1,1,1,0.29678151,0,0.246780902,1,1,1,1,1,0.200641096,0,0.394574674,0.394753543,0.394503546
-2452,1,0.4245,1,1,1,1,1,1,1,1,0.1927,0.4245,0,1,0.2862,1,1,1,1,1,1,0.4,0.2862,0,1,0.5453,1,1,1,0.1184,0.5453,0,1,1,1,1,1,0.259285927,0,0.298891366,1,1,1,1,1,0.407176316,0,0.285555005,1,1,1,1,1,0.191044688,0,0.406839053,0.406811931,0.406914894
-2453,1,0.4245,1,1,1,1,1,1,1,1,0.1802,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2897,0.2862,0,1,0.5453,1,1,1,0.1241,0.5453,0,1,1,1,1,1,0.270649761,0,0.335378945,1,1,1,1,1,0.309182584,0,0.453060508,1,1,1,1,1,0.199507788,0,0.447498792,0.447429659,0.447251773
-2454,1,0.4245,1,1,1,1,1,1,1,1,0.1657,0.4245,0.0702,1,0.2862,1,1,1,1,1,1,0.2195,0.2862,0.0963,1,0.5453,1,1,1,0.1361,0.5453,0.0626,1,1,1,1,1,0.291815162,0.477733552,0.233181342,1,1,1,1,1,0.217198044,0.458388448,0.368128031,1,1,1,1,1,0.261936426,0.549007952,0.513653939,0.513645018,0.513741135
-2455,1,0.4245,1,1,1,1,1,1,1,1,0.0783,0.4245,0.2614,1,0.2862,1,1,1,1,1,1,0.1303,0.2862,0.287,1,0.5453,1,1,1,0.0658,0.5453,0.256,1,1,1,1,1,0.123018593,0.801833451,0.271869838,1,1,1,1,1,0.157562613,0.785470128,0.567231953,1,1,1,1,1,0.183851138,0.838491678,0.556669889,0.556589803,0.556737589
-2456,1,0.4245,1,1,1,1,1,1,1,1,0.0056,0.4245,0.4627,1,0.2862,1,1,1,1,1,1,0.0175,0.2862,0.4836,1,0.5453,1,1,1,0.0303,0.5453,0.458,1,1,1,1,1,0.010465258,0.969449282,0.128247082,1,1,1,1,1,0.01750177,0.967897296,0.297040343,1,1,1,1,1,0.116391778,0.975656092,0.565067666,0.56505183,0.565159574
-2457,1,0.4245,1,1,1,1,1,1,1,1,0.0212,0.4245,0.6166,1,0.2862,1,1,1,1,1,1,0.0564,0.2862,0.625,1,0.5453,1,1,1,0.0228,0.5453,0.6143,1,1,1,1,1,0.021839943,0.998789907,0.124600485,1,1,1,1,1,0.050834816,0.998796582,0.295126975,1,1,1,1,1,0.087612264,0.999965966,0.568088449,0.568013539,0.568262411
-2458,1,0.4245,1,1,1,1,1,1,1,1,0.0399,0.4245,0.7112,1,0.2862,1,1,1,1,1,1,0.0949,0.2862,0.7167,1,0.5453,1,1,1,0.1228,0.5453,0.7365,1,1,1,1,1,0.076107316,0.993309557,0.069125459,1,1,1,1,1,0.073512696,0.991890848,0.285357356,1,1,1,1,1,0.264964491,0.999960065,0.570686322,0.570763698,0.570921986
-2459,1,0.4245,1,1,1,1,1,1,1,1,0.0572,0.4245,0.716,1,0.2862,1,1,1,1,1,1,0.1677,0.2862,0.7262,1,0.5453,1,1,1,0.1841,0.5453,0.7529,1,1,1,1,1,0.114816934,0.98658818,0.039422136,1,1,1,1,1,0.13872087,0.993703067,0.228182465,1,1,1,1,1,0.295892596,0.999529302,0.567061382,0.566955786,0.567375887
-2460,1,0.4245,1,1,1,1,1,1,1,1,0.0426,0.4245,0.7297,1,0.2862,1,1,1,1,1,1,0.1738,0.2862,0.7395,1,0.5453,1,1,1,0.163,0.5453,0.7557,1,1,1,1,1,0.073797181,0.996314108,0.007270413,1,1,1,1,1,0.134251863,0.997786283,0.014077749,1,1,1,1,1,0.254925847,0.997704506,0.560596907,0.560609266,0.56072695
-2461,1,0.4245,1,1,1,1,1,1,1,1,0.0562,0.4245,0.7274,1,0.2862,1,1,1,1,1,1,0.1296,0.2862,0.744,1,0.5453,1,1,1,0.0762,0.5453,0.7464,1,1,1,1,1,0.072795153,0.995897651,0.017269824,1,1,1,1,1,0.110585451,0.997889102,0.000581152,1,1,1,1,1,0.137502968,1,0.556851136,0.556801354,0.556737589
-2462,1,0.4245,1,1,1,1,1,1,1,1,0.1409,0.4245,0.6825,1,0.2862,1,1,1,1,1,1,0.1413,0.2862,0.7054,1,0.5453,1,1,1,0.1572,0.5453,0.6841,1,1,1,1,1,0.162685364,0.997097075,0.089559145,1,1,1,1,1,0.124579228,0.998034835,0.008413089,1,1,1,1,1,0.244602472,0.980597854,0.548272112,0.548339327,0.548758865
-2463,1,0.4245,1,1,1,1,1,1,1,1,0.1894,0.4245,0.5492,1,0.2862,1,1,1,1,1,1,0.1142,0.2862,0.5849,1,0.5453,1,1,1,0.2062,0.5453,0.5321,1,1,1,1,1,0.14764674,0.998052597,0.205554575,1,1,1,1,1,0.107147112,0.999577165,0.115237445,1,1,1,1,1,0.368981183,0.935413599,0.53842436,0.538607997,0.53856383
-2464,1,0.4245,1,1,1,1,1,1,1,1,0.2479,0.4245,0.3739,1,0.2862,1,1,1,1,1,1,0.1179,0.2862,0.4262,1,0.5453,1,1,1,0.2957,0.5453,0.3501,1,1,1,1,1,0.192644149,0.931230724,0.42768389,1,1,1,1,1,0.123146296,0.939841926,0.5544644,1,1,1,1,1,0.51755619,0.891582727,0.534195263,0.534165433,0.534131206
-2465,1,0.4245,1,1,1,1,1,1,1,1,0.267,0.4245,0.1552,1,0.2862,1,1,1,1,1,1,0.1817,0.2862,0.2129,1,0.5453,1,1,1,0.1539,0.5453,0.1298,1,1,1,1,1,0.245497525,0.699574113,0.726032972,1,1,1,1,1,0.184592381,0.716006815,1,1,1,1,1,1,0.260985225,0.672774911,0.531114065,0.531203723,0.531471631
-2466,1,0.4245,1,1,1,1,1,1,1,1,0.305,0.4245,0.0324,1,0.2862,1,1,1,1,1,1,0.1916,0.2862,0.0599,1,0.5453,1,1,1,0.1798,0.5453,0.0206,1,1,1,1,1,0.330435753,0.322303444,0.930636942,1,1,1,1,1,0.214155763,0.338781863,1,1,1,1,1,1,0.342008829,0.289676547,0.526703722,0.526761159,0.527039007
-2467,1,0.4245,1,1,1,1,1,1,1,1,0.294,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1401,0.2862,0,1,0.5453,1,1,1,0.2197,0.5453,0,1,1,1,1,1,0.276343435,0,0.982862175,1,1,1,1,1,0.216852203,0,1,1,1,1,1,1,0.523256302,0,0.544586757,0.544742966,0.544769504
-2468,1,0.4245,1,1,1,1,1,1,1,1,0.2073,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2576,0.2862,0,1,0.5453,1,1,1,0.3421,0.5453,0,1,1,1,1,1,0.266328931,0,1,1,1,1,1,1,0.335053325,0,0.923255324,1,1,1,1,1,0.676800609,0,0.555099082,0.555108949,0.554964539
-2469,1,0.4245,1,1,1,1,1,1,1,1,0.3748,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2697,0.2862,0,1,0.5453,1,1,1,0.3318,0.5453,0,1,1,1,1,1,0.37749368,0,1,1,1,1,1,1,0.462889075,0,1,1,1,1,1,1,0.653873563,0,0.526220396,0.526338058,0.526152482
-2470,1,0.4245,1,1,1,1,1,1,1,1,0.3475,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2587,0.2862,0,1,0.5453,1,1,1,0.3957,0.5453,0,1,1,1,1,1,0.31583336,0,1,1,1,1,1,1,0.395368576,0,1,1,1,1,1,1,0.723086774,0,0.483144031,0.483181722,0.483156028
-2471,1,0.4245,1,1,1,1,1,1,1,1,0.448,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3602,0.2862,0,1,0.5453,1,1,1,0.3592,0.5453,0,1,1,1,1,1,0.402784705,0,1,1,1,1,1,1,0.440958828,0,1,1,1,1,1,1,0.743967891,0,0.436684389,0.436852126,0.436613475
-2472,1,0.4245,1,1,1,1,1,1,1,1,0.3695,0.4245,0,1,0.2862,1,1,1,1,1,1,0.309,0.2862,0,1,0.5453,1,1,1,0.4096,0.5453,0,1,1,1,1,1,0.360299915,0,1,1,1,1,1,1,0.35782516,0,1,1,1,1,1,1,0.812541008,0,0.404059932,0.404061773,0.404255319
-2473,1,0.4245,1,1,1,1,1,1,1,1,0.4104,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2944,0.2862,0,1,0.5453,1,1,1,0.4057,0.5453,0,1,1,1,1,1,0.430584729,0,1,1,1,1,1,1,0.356063873,0,1,1,1,1,1,1,0.794231355,0,0.385029,0.385022213,0.385195035
-2474,1,0.4245,1,1,1,1,1,1,1,1,0.412,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2815,0.2862,0,1,0.5453,1,1,1,0.3056,0.5453,0,1,1,1,1,1,0.506457686,0,1,1,1,1,1,1,0.312273145,0,1,1,1,1,1,1,0.668741107,0,0.374214596,0.374233129,0.374113475
-2475,1,0.4245,1,1,1,1,1,1,1,1,0.4122,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3507,0.2862,0,1,0.5453,1,1,1,0.3764,0.5453,0,1,1,1,1,1,0.547450244,0,1,1,1,1,1,1,0.4063164,0,1,1,1,1,1,1,0.725850284,0,0.371918801,0.371906072,0.371897163
-2476,1,0.4245,1,1,1,1,1,1,1,1,0.4699,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3011,0.2862,0,1,0.5453,1,1,1,0.3475,0.5453,0,1,1,1,1,1,0.624615014,0,1,1,1,1,1,1,0.411764205,0,1,1,1,1,1,1,0.714150071,0,0.376147898,0.376137085,0.375886525
-2477,1,0.4245,1,1,1,1,1,1,1,1,0.336,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3292,0.2862,0,1,0.5453,1,1,1,0.3264,0.5453,0,1,1,1,1,1,0.470374823,0,1,1,1,1,1,1,0.399669975,0,0.814881146,1,1,1,1,1,0.660247087,0,0.392278879,0.392214935,0.392287234
-2478,1,0.4245,1,1,1,1,1,1,1,1,0.2757,0.4245,0.0727,1,0.2862,1,1,1,1,1,1,0.1094,0.2862,0.0994,1,0.5453,1,1,1,0.2782,0.5453,0.0626,1,1,1,1,1,0.307447165,0.471886396,0.986908853,1,1,1,1,1,0.156918198,0.331526309,0.610193193,1,1,1,1,1,0.574186683,0.560416818,0.41300145,0.412946901,0.413120567
-2479,1,0.4245,1,1,1,1,1,1,1,1,0.1409,0.4245,0.2557,1,0.2862,1,1,1,1,1,1,0.1092,0.2862,0.2751,1,0.5453,1,1,1,0.1128,0.5453,0.2504,1,1,1,1,1,0.09603256,0.752766371,0.980601907,1,1,1,1,1,0.129552796,0.693021357,0.546091914,1,1,1,1,1,0.288349301,0.813744307,0.450217496,0.450179818,0.45035461
-2480,1,0.4245,1,1,1,1,1,1,1,1,0.0562,0.4245,0.4497,1,0.2862,1,1,1,1,1,1,0.0246,0.2862,0.4564,1,0.5453,1,1,1,0.12,0.5453,0.444,1,1,1,1,1,0.032651946,0.917388439,0.87109983,1,1,1,1,1,0.037278797,0.906100512,0.44013536,1,1,1,1,1,0.22914353,0.961844623,0.483264862,0.483181722,0.483156028
-2481,1,0.4245,1,1,1,1,1,1,1,1,0.0138,0.4245,0.5925,1,0.2862,1,1,1,1,1,1,0.0466,0.2862,0.6063,1,0.5453,1,1,1,0.1664,0.5453,0.6114,1,1,1,1,1,0.019374562,0.962516665,0.599432647,1,1,1,1,1,0.038805664,0.927363694,0.307992667,1,1,1,1,1,0.31790182,0.903873622,0.503504108,0.503490586,0.503546099
-2482,1,0.4245,1,1,1,1,1,1,1,1,0.0215,0.4245,0.704,1,0.2862,1,1,1,1,1,1,0.066,0.2862,0.717,1,0.5453,1,1,1,0.1728,0.5453,0.7222,1,1,1,1,1,0.028838929,0.989628017,0.306328475,1,1,1,1,1,0.055897258,0.998014271,0.163761526,1,1,1,1,1,0.330778927,0.918700933,0.511478975,0.511529511,0.511524823
-2483,1,0.4245,1,1,1,1,1,1,1,1,0.0618,0.4245,0.7225,1,0.2862,1,1,1,1,1,1,0.1283,0.2862,0.7277,1,0.5453,1,1,1,0.2218,0.5453,0.708,1,1,1,1,1,0.053736739,0.998208344,0.353666186,1,1,1,1,1,0.101137586,0.961816728,0.10375943,1,1,1,1,1,0.348830342,0.96350354,0.509364427,0.509414005,0.509308511
-2484,1,0.4245,1,1,1,1,1,1,1,1,0.111,0.4245,0.701,1,0.2862,1,1,1,1,1,1,0.0399,0.2862,0.6985,1,0.5453,1,1,1,0.3554,0.5453,0.6729,1,1,1,1,1,0.033874854,0.973093271,0.503898203,1,1,1,1,1,0.038357183,0.988126278,0.043291625,1,1,1,1,1,0.474205762,0.961141765,0.501933301,0.501798181,0.502216312
-2485,1,0.4245,1,1,1,1,1,1,1,1,0.1933,0.4245,0.6769,1,0.2862,1,1,1,1,1,1,0.0455,0.2862,0.6616,1,0.5453,1,1,1,0.4032,0.5453,0.5957,1,1,1,1,1,0.041645333,0.961446822,0.383917272,1,1,1,1,1,0.068082914,0.887316585,0.250566244,1,1,1,1,1,0.483246565,0.882935286,0.49262929,0.492701502,0.492907801
-2486,1,0.4245,1,1,1,1,1,1,1,1,0.3495,0.4245,0.5474,1,0.2862,1,1,1,1,1,1,0.1391,0.2862,0.5647,1,0.5453,1,1,1,0.3807,0.5453,0.4928,1,1,1,1,1,0.118403032,0.709434032,0.532284319,1,1,1,1,1,0.146606714,0.713641644,0.312600791,1,1,1,1,1,0.413008183,0.784994185,0.484533591,0.484662577,0.484929078
-2487,1,0.4245,1,1,1,1,1,1,1,1,0.565,0.4245,0.3879,1,0.2862,1,1,1,1,1,1,0.1669,0.2862,0.4475,1,0.5453,1,1,1,0.3639,0.5453,0.4251,1,1,1,1,1,0.278095156,0.642230988,0.796129584,1,1,1,1,1,0.164719909,0.733059347,0.409595847,1,1,1,1,1,0.308310151,0.626287282,0.481694055,0.481700867,0.481826241
-2488,1,0.4245,1,1,1,1,1,1,1,1,0.4684,0.4245,0.2913,1,0.2862,1,1,1,1,1,1,0.3392,0.2862,0.3432,1,0.5453,1,1,1,0.2073,0.5453,0.2452,1,1,1,1,1,0.188652128,0.715679884,0.885837972,1,1,1,1,1,0.30519554,0.739502966,0.526640356,1,1,1,1,1,0.24018383,0.519256711,0.483687772,0.483816374,0.483599291
-2489,1,0.4245,1,1,1,1,1,1,1,1,0.3858,0.4245,0.1353,1,0.2862,1,1,1,1,1,1,0.1913,0.2862,0.192,1,0.5453,1,1,1,0.1283,0.5453,0.1209,1,1,1,1,1,0.162878081,0.434168965,1,1,1,1,1,1,0.233457774,0.580409288,0.503321767,1,1,1,1,1,0.244095877,0.360286474,0.489729338,0.489739793,0.489804965
-2490,1,0.4245,1,1,1,1,1,1,1,1,0.3371,0.4245,0.0179,1,0.2862,1,1,1,1,1,1,0.1098,0.2862,0.0412,1,0.5453,1,1,1,0.1259,0.5453,0.0121,1,1,1,1,1,0.233313501,0.181796446,1,1,1,1,1,1,0.225192457,0.220783636,0.651734591,1,1,1,1,1,0.296786934,0.142402381,0.49262929,0.492701502,0.492907801
-2491,1,0.4245,1,1,1,1,1,1,1,1,0.2723,0.4245,0,1,0.2862,1,1,1,1,1,1,0.5293,0.2862,0,1,0.5453,1,1,1,0.149,0.5453,0,1,1,1,1,1,0.231355757,0,1,1,1,1,1,1,0.550059438,0,0.925268114,1,1,1,1,1,0.389651448,0,0.511599807,0.511741062,0.511524823
-2492,1,0.4245,1,1,1,1,1,1,1,1,0.2714,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2411,0.2862,0,1,0.5453,1,1,1,0.1879,0.5453,0,1,1,1,1,1,0.271391541,0,0.999638915,1,1,1,1,1,0.288198948,0,1,1,1,1,1,1,0.504854381,0,0.520420493,0.520414639,0.520833333
-2493,1,0.4245,1,1,1,1,1,1,1,1,0.3167,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3055,0.2862,0,1,0.5453,1,1,1,0.1697,0.5453,0,1,1,1,1,1,0.359315097,0,1,1,1,1,1,1,0.371512622,0,1,1,1,1,1,1,0.484294832,0,0.494804253,0.494817009,0.495124113
-2494,1,0.4245,1,1,1,1,1,1,1,1,0.2431,0.4245,0,1,0.2862,1,1,1,1,1,1,0.333,0.2862,0,1,0.5453,1,1,1,0.1341,0.5453,0,1,1,1,1,1,0.271676004,0,1,1,1,1,1,1,0.426157176,0,1,1,1,1,1,1,0.433634788,0,0.456681972,0.456737889,0.456560284
-2495,1,0.4245,1,1,1,1,1,1,1,1,0.2779,0.4245,0,1,0.2862,1,1,1,1,1,1,0.4237,0.2862,0,1,0.5453,1,1,1,0.1033,0.5453,0,1,1,1,1,1,0.200665563,0,1,1,1,1,1,1,0.508299828,0,1,1,1,1,1,1,0.270943999,0,0.418197197,0.418235667,0.417996454
-2496,1,0.4245,1,1,1,1,1,1,1,1,0.3287,0.4245,0,1,0.2862,1,1,1,1,1,1,0.6883,0.2862,0,1,0.5453,1,1,1,0.1525,0.5453,0,1,1,1,1,1,0.243217021,0,1,1,1,1,1,1,0.709250212,0,1,1,1,1,1,1,0.275851309,0,0.387566457,0.387560821,0.38785461
-2497,1,0.4245,1,1,1,1,1,1,1,1,0.4429,0.4245,0,1,0.2862,1,1,1,1,1,1,0.4347,0.2862,0,1,0.5453,1,1,1,0.1973,0.5453,0,1,1,1,1,1,0.289839625,0,1,1,1,1,1,1,0.498681486,0,1,1,1,1,1,1,0.25200367,0,0.368354277,0.36830971,0.368351064
-2498,1,0.4245,1,1,1,1,1,1,1,1,0.4621,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1512,0.2862,0,1,0.5453,1,1,1,0.1865,0.5453,0,1,1,1,1,1,0.308891475,0,1,1,1,1,1,1,0.241931498,0,1,1,1,1,1,1,0.250362277,0,0.357056549,0.357097525,0.356826241
-2499,1,0.4245,1,1,1,1,1,1,1,1,0.4873,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2217,0.2862,0,1,0.5453,1,1,1,0.1837,0.5453,0,1,1,1,1,1,0.329027593,0,1,1,1,1,1,1,0.310863078,0,1,1,1,1,1,1,0.275183827,0,0.352706622,0.352654961,0.352393617
-2500,1,0.4245,1,1,1,1,1,1,1,1,0.4178,0.4245,0,1,0.2862,1,1,1,1,1,1,0.253,0.2862,0,1,0.5453,1,1,1,0.151,0.5453,0,1,1,1,1,1,0.33051154,0,1,1,1,1,1,1,0.328347325,0,1,1,1,1,1,1,0.283706397,0,0.353492025,0.353501164,0.353280142
-2501,1,0.4245,1,1,1,1,1,1,1,1,0.2618,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1193,0.2862,0,1,0.5453,1,1,1,0.1853,0.5453,0,1,1,1,1,1,0.221717939,0,1,1,1,1,1,1,0.162438959,0,1,1,1,1,1,1,0.434088975,0,0.361708555,0.36175164,0.361702128
-2502,1,0.4245,1,1,1,1,1,1,1,1,0.1582,0.4245,0.0607,1,0.2862,1,1,1,1,1,1,0.0055,0.2862,0.0579,1,0.5453,1,1,1,0.1896,0.5453,0.0624,1,1,1,1,1,0.115911886,0.351738423,1,1,1,1,1,1,0.015220839,0.204348043,0.860318422,1,1,1,1,1,0.421843529,0.529806674,0.373368777,0.373386926,0.37322695
-2503,1,0.4245,1,1,1,1,1,1,1,1,0.1232,0.4245,0.2295,1,0.2862,1,1,1,1,1,1,0.0255,0.2862,0.2299,1,0.5453,1,1,1,0.0927,0.5453,0.2296,1,1,1,1,1,0.081068873,0.655867398,0.997082829,1,1,1,1,1,0.037632018,0.54396981,0.654098451,1,1,1,1,1,0.330988973,0.797651112,0.401341228,0.401311614,0.401152482
-2504,1,0.4245,1,1,1,1,1,1,1,1,0.059,0.4245,0.3989,1,0.2862,1,1,1,1,1,1,0.0473,0.2862,0.4242,1,0.5453,1,1,1,0.0219,0.5453,0.3904,1,1,1,1,1,0.02683218,0.821093976,0.993757606,1,1,1,1,1,0.059833225,0.793237925,1,1,1,1,1,1,0.141516477,0.92774564,0.439644756,0.439813835,0.439716312
-2505,1,0.4245,1,1,1,1,1,1,1,1,0.0855,0.4245,0.5445,1,0.2862,1,1,1,1,1,1,0.0508,0.2862,0.5574,1,0.5453,1,1,1,0.0545,0.5453,0.5535,1,1,1,1,1,0.072000474,0.879803538,1,1,1,1,1,1,0.051144172,0.895340264,1,1,1,1,1,1,0.156160891,0.963061094,0.469006767,0.469007827,0.468971631
-2506,1,0.4245,1,1,1,1,1,1,1,1,0.1467,0.4245,0.6313,1,0.2862,1,1,1,1,1,1,0.0012,0.2862,0.6353,1,0.5453,1,1,1,0.0701,0.5453,0.6605,1,1,1,1,1,0.075858794,0.862598062,1,1,1,1,1,1,0.012609165,0.893304944,1,1,1,1,1,1,0.185343504,0.976727486,0.48441276,0.484451026,0.484485816
-2507,1,0.4245,1,1,1,1,1,1,1,1,0.2461,0.4245,0.5756,1,0.2862,1,1,1,1,1,1,0.0524,0.2862,0.617,1,0.5453,1,1,1,0.1372,0.5453,0.6851,1,1,1,1,1,0.11694961,0.818359971,1,1,1,1,1,1,0.064122111,0.843741238,1,1,1,1,1,1,0.298200667,0.943724751,0.493052199,0.493124603,0.493351064
-2508,1,0.4245,1,1,1,1,1,1,1,1,0.3683,0.4245,0.4796,1,0.2862,1,1,1,1,1,1,0.123,0.2862,0.5755,1,0.5453,1,1,1,0.2046,0.5453,0.6966,1,1,1,1,1,0.24365741,0.665924668,1,1,1,1,1,1,0.139003828,0.793799698,1,1,1,1,1,1,0.273509026,0.956639647,0.494925085,0.494817009,0.495124113
-2509,1,0.4245,1,1,1,1,1,1,1,1,0.4465,0.4245,0.4497,1,0.2862,1,1,1,1,1,1,0.2201,0.2862,0.5562,1,0.5453,1,1,1,0.1817,0.5453,0.6798,1,1,1,1,1,0.361936659,0.725093246,1,1,1,1,1,1,0.235522792,0.696265399,1,1,1,1,1,1,0.137662351,0.970710993,0.491300145,0.491220647,0.491578014
-2510,1,0.4245,1,1,1,1,1,1,1,1,0.3975,0.4245,0.3945,1,0.2862,1,1,1,1,1,1,0.3039,0.2862,0.3893,1,0.5453,1,1,1,0.2144,0.5453,0.549,1,1,1,1,1,0.278621376,0.553507805,0.973932981,1,1,1,1,1,0.313741088,0.579774261,1,1,1,1,1,1,0.136297166,0.854653239,0.488218946,0.488258938,0.488475177
-2511,1,0.4245,1,1,1,1,1,1,1,1,0.3868,0.4245,0.3274,1,0.2862,1,1,1,1,1,1,0.273,0.2862,0.3372,1,0.5453,1,1,1,0.2285,0.5453,0.4194,1,1,1,1,1,0.329274654,0.470024854,0.999174118,1,1,1,1,1,0.286375105,0.437717617,1,1,1,1,1,1,0.129946291,0.698881626,0.489246013,0.489316691,0.489361702
-2512,1,0.4245,1,1,1,1,1,1,1,1,0.2934,0.4245,0.224,1,0.2862,1,1,1,1,1,1,0.411,0.2862,0.2202,1,0.5453,1,1,1,0.1721,0.5453,0.2944,1,1,1,1,1,0.234705567,0.383551389,1,1,1,1,1,1,0.36978671,0.356749266,1,1,1,1,1,1,0.097465105,0.699672878,0.497160464,0.497144066,0.497340426
-2513,1,0.4245,1,1,1,1,1,1,1,1,0.2251,0.4245,0.1102,1,0.2862,1,1,1,1,1,1,0.3268,0.2862,0.1251,1,0.5453,1,1,1,0.1933,0.5453,0.1099,1,1,1,1,1,0.166703925,0.252560943,1,1,1,1,1,1,0.286912978,0.269961566,1,1,1,1,1,1,0.150829256,0.462082714,0.508760271,0.508779353,0.508865248
-2514,1,0.4245,1,1,1,1,1,1,1,1,0.2157,0.4245,0.0001,1,0.2862,1,1,1,1,1,1,0.159,0.2862,0.0017,1,0.5453,1,1,1,0.1997,0.5453,0.0135,1,1,1,1,1,0.143746778,5.45E-05,1,1,1,1,1,1,0.175247759,0.00521652,1,1,1,1,1,1,0.269317001,0.077913761,0.513291445,0.513221917,0.513297872
-2515,1,0.4245,1,1,1,1,1,1,1,1,0.2328,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0201,0.2862,0,1,0.5453,1,1,1,0.3969,0.5453,0,1,1,1,1,1,0.210132495,0,1,1,1,1,1,1,0.051217534,0,1,1,1,1,1,1,0.471935123,0,0.531959884,0.531838375,0.531914894
-2516,1,0.4245,1,1,1,1,1,1,1,1,0.17,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0298,0.2862,0,1,0.5453,1,1,1,0.2323,0.5453,0,1,1,1,1,1,0.142252147,0,1,1,1,1,1,1,0.044444188,0,1,1,1,1,1,1,0.407527834,0,0.540236829,0.540300402,0.540336879
-2517,1,0.4245,1,1,1,1,1,1,1,1,0.2692,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0897,0.2862,0,1,0.5453,1,1,1,0.0873,0.5453,0,1,1,1,1,1,0.211926401,0,1,1,1,1,1,1,0.119992912,0,1,1,1,1,1,1,0.210684195,0,0.509424843,0.509414005,0.509751773
-2518,1,0.4245,1,1,1,1,1,1,1,1,0.2691,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0421,0.2862,0,1,0.5453,1,1,1,0.0934,0.5453,0,1,1,1,1,1,0.25666976,0,1,1,1,1,1,1,0.087911233,0,1,1,1,1,1,1,0.165785566,0,0.466469309,0.466469219,0.466312057
-2519,1,0.4245,1,1,1,1,1,1,1,1,0.2556,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0966,0.2862,0,1,0.5453,1,1,1,0.1309,0.5453,0,1,1,1,1,1,0.238016933,0,1,1,1,1,1,1,0.134551391,0,1,1,1,1,1,1,0.224507228,0,0.42538666,0.42542839,0.425531915
-2520,1,0.4245,1,1,1,1,1,1,1,1,0.1765,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2869,0.2862,0,1,0.5453,1,1,1,0.1737,0.5453,0,1,1,1,1,1,0.238186479,0,0.912577868,1,1,1,1,1,0.310470164,0,1,1,1,1,1,1,0.293726355,0,0.395299662,0.395388195,0.395390071
-2521,1,0.4245,1,1,1,1,1,1,1,1,0.1072,0.4245,0,1,0.2862,1,1,1,1,1,1,0.4074,0.2862,0,1,0.5453,1,1,1,0.1674,0.5453,0,1,1,1,1,1,0.16237995,0,0.654373229,1,1,1,1,1,0.440143228,0,1,1,1,1,1,1,0.329554677,0,0.377960367,0.37782949,0.377659574
-2522,1,0.4245,1,1,1,1,1,1,1,1,0.0863,0.4245,0,1,0.2862,1,1,1,1,1,1,0.484,0.2862,0,1,0.5453,1,1,1,0.1749,0.5453,0,1,1,1,1,1,0.171774223,0,0.735824645,1,1,1,1,1,0.482261151,0,1,1,1,1,1,1,0.350561112,0,0.369139681,0.369155913,0.369237589
-2523,1,0.4245,1,1,1,1,1,1,1,1,0.1272,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3729,0.2862,0,1,0.5453,1,1,1,0.136,0.5453,0,1,1,1,1,1,0.213483304,0,0.715399265,1,1,1,1,1,0.407754838,0,1,1,1,1,1,1,0.271425426,0,0.367266796,0.367251957,0.367021277
-2524,1,0.4245,1,1,1,1,1,1,1,1,0.1832,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3666,0.2862,0,1,0.5453,1,1,1,0.1768,0.5453,0,1,1,1,1,1,0.257668853,0,0.806107163,1,1,1,1,1,0.427185416,0,1,1,1,1,1,1,0.289469123,0,0.377054132,0.376983287,0.377216312
-2525,1,0.4245,1,1,1,1,1,1,1,1,0.1743,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3106,0.2862,0,1,0.5453,1,1,1,0.1795,0.5453,0,1,1,1,1,1,0.224930719,0,0.919457078,1,1,1,1,1,0.346193522,0,1,1,1,1,1,1,0.34635818,0,0.410584824,0.410619843,0.410904255
-2526,1,0.4245,1,1,1,1,1,1,1,1,0.1165,0.4245,0.0551,1,0.2862,1,1,1,1,1,1,0.1075,0.2862,0.0809,1,0.5453,1,1,1,0.125,0.5453,0.0593,1,1,1,1,1,0.116492189,0.262776017,0.732616425,1,1,1,1,1,0.101692282,0.30705291,1,1,1,1,1,1,0.323470205,0.346399814,0.45879652,0.458853395,0.458776596
-2527,1,0.4245,1,1,1,1,1,1,1,1,0.0608,0.4245,0.2308,1,0.2862,1,1,1,1,1,1,0.0749,0.2862,0.2562,1,0.5453,1,1,1,0.0721,0.5453,0.2246,1,1,1,1,1,0.063173711,0.667913556,0.369604528,1,1,1,1,1,0.081966184,0.672451735,0.729692161,1,1,1,1,1,0.256177962,0.665947258,0.511539391,0.511529511,0.511524823
-2528,1,0.4245,1,1,1,1,1,1,1,1,0.0293,0.4245,0.4115,1,0.2862,1,1,1,1,1,1,0,0.2862,0.4358,1,0.5453,1,1,1,0.0498,0.5453,0.3788,1,1,1,1,1,0.011293342,0.816504598,0.066147044,1,1,1,1,1,0.003352479,0.867417693,0.428270996,1,1,1,1,1,0.124738947,0.823781371,0.55080957,0.550666385,0.550975177
-2529,1,0.4245,1,1,1,1,1,1,1,1,0.0251,0.4245,0.5502,1,0.2862,1,1,1,1,1,1,0,0.2862,0.5661,1,0.5453,1,1,1,0.0528,0.5453,0.4943,1,1,1,1,1,0.002861354,0.900933325,0.123823136,1,1,1,1,1,0.00120033,0.916794121,0.541788518,1,1,1,1,1,0.082043424,0.872651339,0.578902852,0.578802623,0.578900709
-2530,1,0.4245,1,1,1,1,1,1,1,1,0.061,0.4245,0.6653,1,0.2862,1,1,1,1,1,1,0,0.2862,0.6522,1,0.5453,1,1,1,0.1234,0.5453,0.6515,1,1,1,1,1,0.012010027,0.940920711,0.31189543,1,1,1,1,1,0.008075198,0.895069897,0.635408163,1,1,1,1,1,0.158364475,0.909113944,0.601437893,0.601438545,0.601507092
-2531,1,0.4245,1,1,1,1,1,1,1,1,0.1449,0.4245,0.6636,1,0.2862,1,1,1,1,1,1,0.073,0.2862,0.6494,1,0.5453,1,1,1,0.2149,0.5453,0.5705,1,1,1,1,1,0.059805751,0.932907462,0.688344657,1,1,1,1,1,0.087401412,0.914081573,1,1,1,1,1,1,0.270703524,0.932557046,0.616481392,0.616458642,0.616578014
-2532,1,0.4245,1,1,1,1,1,1,1,1,0.2406,0.4245,0.6573,1,0.2862,1,1,1,1,1,1,0.1258,0.2862,0.6072,1,0.5453,1,1,1,0.3641,0.5453,0.5971,1,1,1,1,1,0.140957028,0.919007659,0.939685702,1,1,1,1,1,0.156774819,0.835997462,1,1,1,1,1,1,0.478123009,0.928526282,0.625845819,0.625766871,0.626329787
-2533,1,0.4245,1,1,1,1,1,1,1,1,0.3211,0.4245,0.6282,1,0.2862,1,1,1,1,1,1,0.0613,0.2862,0.5521,1,0.5453,1,1,1,0.5107,0.5453,0.5866,1,1,1,1,1,0.204753533,0.876267493,1,1,1,1,1,1,0.108543076,0.810092449,1,1,1,1,1,1,0.612654805,0.875459671,0.632310295,0.632324942,0.632535461
-2534,1,0.4245,1,1,1,1,1,1,1,1,0.4082,0.4245,0.5712,1,0.2862,1,1,1,1,1,1,0.0941,0.2862,0.5665,1,0.5453,1,1,1,0.5277,0.5453,0.4434,1,1,1,1,1,0.305027962,0.788596094,1,1,1,1,1,1,0.219123572,0.817235708,0.83776629,1,1,1,1,1,0.543579996,0.824903905,0.634122765,0.634228898,0.634308511
-2535,1,0.4245,1,1,1,1,1,1,1,1,0.4654,0.4245,0.4475,1,0.2862,1,1,1,1,1,1,0.3044,0.2862,0.5059,1,0.5453,1,1,1,0.4988,0.5453,0.387,1,1,1,1,1,0.341323882,0.730884731,1,1,1,1,1,1,0.386454761,0.778866053,0.968050838,1,1,1,1,1,0.516964316,0.749096692,0.633760271,0.633805796,0.633865248
-2536,1,0.4245,1,1,1,1,1,1,1,1,0.3651,0.4245,0.3088,1,0.2862,1,1,1,1,1,1,0.4934,0.2862,0.3336,1,0.5453,1,1,1,0.5362,0.5453,0.2332,1,1,1,1,1,0.354705334,0.707458854,1,1,1,1,1,1,0.521709383,0.669363797,1,1,1,1,1,1,0.609507442,0.568817735,0.632733204,0.632748043,0.632978723
-2537,1,0.4245,1,1,1,1,1,1,1,1,0.3421,0.4245,0.1392,1,0.2862,1,1,1,1,1,1,0.3577,0.2862,0.1808,1,0.5453,1,1,1,0.5019,0.5453,0.1022,1,1,1,1,1,0.392302603,0.493918747,1,1,1,1,1,1,0.385617912,0.604054689,1,1,1,1,1,1,0.643553257,0.311875492,0.627658289,0.627670827,0.627659574
-2538,1,0.4245,1,1,1,1,1,1,1,1,0.4218,0.4245,0.0306,1,0.2862,1,1,1,1,1,1,0.3179,0.2862,0.0559,1,0.5453,1,1,1,0.4238,0.5453,0.0083,1,1,1,1,1,0.518892765,0.240013048,1,1,1,1,1,1,0.335849702,0.289599329,0.997335196,1,1,1,1,1,0.639019608,0.078950264,0.615937651,0.61582399,0.616134752
-2539,1,0.4245,1,1,1,1,1,1,1,1,0.349,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1353,0.2862,0,1,0.5453,1,1,1,0.4722,0.5453,0,1,1,1,1,1,0.515758276,0,0.981053472,1,1,1,1,1,0.170363918,0,1,1,1,1,1,1,0.716360152,0,0.619804253,0.619843453,0.620124113
-2540,1,0.4245,1,1,1,1,1,1,1,1,0.3321,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1467,0.2862,0,1,0.5453,1,1,1,0.4611,0.5453,0,1,1,1,1,1,0.464735955,0,0.910712004,1,1,1,1,1,0.177361697,0,1,1,1,1,1,1,0.672731578,0,0.626570807,0.626613074,0.62677305
-2541,1,0.4245,1,1,1,1,1,1,1,1,0.3698,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3102,0.2862,0,1,0.5453,1,1,1,0.3594,0.5453,0,1,1,1,1,1,0.517345786,0,1,1,1,1,1,1,0.370449096,0,1,1,1,1,1,1,0.650033772,0,0.582709038,0.582822086,0.582890071
-2542,1,0.4245,1,1,1,1,1,1,1,1,0.2899,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2579,0.2862,0,1,0.5453,1,1,1,0.2914,0.5453,0,1,1,1,1,1,0.386501938,0,1,1,1,1,1,1,0.293041855,0,1,1,1,1,1,1,0.620473623,0,0.522595457,0.522741697,0.522606383
-2543,1,0.4245,1,1,1,1,1,1,1,1,0.2959,0.4245,0,1,0.2862,1,1,1,1,1,1,0.5326,0.2862,0,1,0.5453,1,1,1,0.3455,0.5453,0,1,1,1,1,1,0.43971771,0,0.988943934,1,1,1,1,1,0.546195388,0,1,1,1,1,1,1,0.681596339,0,0.466408893,0.466469219,0.466312057
-2544,1,0.4245,1,1,1,1,1,1,1,1,0.334,0.4245,0,1,0.2862,1,1,1,1,1,1,0.6019,0.2862,0,1,0.5453,1,1,1,0.3169,0.5453,0,1,1,1,1,1,0.502716184,0,1,1,1,1,1,1,0.593919456,0,1,1,1,1,1,1,0.655867577,0,0.427440793,0.427543897,0.427748227
-2545,1,0.4245,1,1,1,1,1,1,1,1,0.2815,0.4245,0,1,0.2862,1,1,1,1,1,1,0.7342,0.2862,0,1,0.5453,1,1,1,0.2781,0.5453,0,1,1,1,1,1,0.454034746,0,1,1,1,1,1,1,0.61937207,0,1,1,1,1,1,1,0.628307879,0,0.405026583,0.404907975,0.405141844
-2546,1,0.4245,1,1,1,1,1,1,1,1,0.3032,0.4245,0,1,0.2862,1,1,1,1,1,1,0.5768,0.2862,0,1,0.5453,1,1,1,0.2889,0.5453,0,1,1,1,1,1,0.528916299,0,1,1,1,1,1,1,0.548516273,0,1,1,1,1,1,1,0.567080259,0,0.391312228,0.391368733,0.391400709
-2547,1,0.4245,1,1,1,1,1,1,1,1,0.2333,0.4245,0,1,0.2862,1,1,1,1,1,1,0.7909,0.2862,0,1,0.5453,1,1,1,0.3406,0.5453,0,1,1,1,1,1,0.453639388,0,1,1,1,1,1,1,0.645803154,0,1,1,1,1,1,1,0.679125726,0,0.38557274,0.385656865,0.385638298
-2548,1,0.4245,1,1,1,1,1,1,1,1,0.448,0.4245,0,1,0.2862,1,1,1,1,1,1,0.7263,0.2862,0,1,0.5453,1,1,1,0.4295,0.5453,0,1,1,1,1,1,0.698574126,0,0.994756699,1,1,1,1,1,0.65191412,0,1,1,1,1,1,1,0.783653557,0,0.394030933,0.393907341,0.394060284
-2549,1,0.4245,1,1,1,1,1,1,1,1,0.3896,0.4245,0,1,0.2862,1,1,1,1,1,1,0.4708,0.2862,0,1,0.5453,1,1,1,0.453,0.5453,0,1,1,1,1,1,0.641223073,0,0.944002569,1,1,1,1,1,0.501901209,0,1,1,1,1,1,1,0.774729431,0,0.426715805,0.426697694,0.426861702
-2550,1,0.4245,1,1,1,1,1,1,1,1,0.4692,0.4245,0.0631,1,0.2862,1,1,1,1,1,1,0.7917,0.2862,0.0853,1,0.5453,1,1,1,0.4727,0.5453,0.0564,1,1,1,1,1,0.702678502,0.444588363,0.718759537,1,1,1,1,1,0.660969019,0.422350168,0.694392979,1,1,1,1,1,0.821794748,0.440302283,0.477827453,0.477681405,0.477836879
-2551,1,0.4245,1,1,1,1,1,1,1,1,0.3127,0.4245,0.2384,1,0.2862,1,1,1,1,1,1,0.8413,0.2862,0.2625,1,0.5453,1,1,1,0.3084,0.5453,0.2269,1,1,1,1,1,0.53415215,0.733291447,0.492025793,1,1,1,1,1,0.748878121,0.733710349,0.706155777,1,1,1,1,1,0.614100397,0.703602374,0.534436926,0.534588534,0.534574468
-2552,1,0.4245,1,1,1,1,1,1,1,1,0.3133,0.4245,0.4278,1,0.2862,1,1,1,1,1,1,0.7838,0.2862,0.4547,1,0.5453,1,1,1,0.198,0.5453,0.432,1,1,1,1,1,0.477759898,0.907521129,0.407077491,1,1,1,1,1,0.725172698,0.913560748,0.584464908,1,1,1,1,1,0.432099402,0.884666383,0.567605123,0.567590438,0.567375887
-2553,1,0.4245,1,1,1,1,1,1,1,1,0.3605,0.4245,0.5697,1,0.2862,1,1,1,1,1,1,0.8687,0.2862,0.599,1,0.5453,1,1,1,0.1297,0.5453,0.5824,1,1,1,1,1,0.535795808,0.961923301,0.260699302,1,1,1,1,1,0.826647401,0.976283908,0.892408967,1,1,1,1,1,0.354618996,0.956061959,0.587723538,0.587687751,0.587765957
-2554,1,0.4245,1,1,1,1,1,1,1,1,0.2028,0.4245,0.6876,1,0.2862,1,1,1,1,1,1,0.6327,0.2862,0.7096,1,0.5453,1,1,1,0.1454,0.5453,0.668,1,1,1,1,1,0.299316257,0.991083026,0.156415135,1,1,1,1,1,0.600230098,0.998163342,0.365528524,1,1,1,1,1,0.448277056,0.979393125,0.60258579,0.602707849,0.602836879
-2555,1,0.4245,1,1,1,1,1,1,1,1,0.1893,0.4245,0.6993,1,0.2862,1,1,1,1,1,1,0.5056,0.2862,0.7198,1,0.5453,1,1,1,0.1709,0.5453,0.6863,1,1,1,1,1,0.293685138,0.994470954,0.154601708,1,1,1,1,1,0.472546279,0.986742437,0.474748731,1,1,1,1,1,0.431797892,0.980010808,0.610016916,0.610112122,0.609929078
-2556,1,0.4245,1,1,1,1,1,1,1,1,0.2399,0.4245,0.6955,1,0.2862,1,1,1,1,1,1,0.3916,0.2862,0.6991,1,0.5453,1,1,1,0.2364,0.5453,0.6227,1,1,1,1,1,0.3419936,0.982487977,0.369198322,1,1,1,1,1,0.378073096,0.953682482,0.958040357,1,1,1,1,1,0.457792342,0.986502707,0.613218946,0.613285382,0.613475177
-2557,1,0.4245,1,1,1,1,1,1,1,1,0.2294,0.4245,0.6864,1,0.2862,1,1,1,1,1,1,0.4542,0.2862,0.6783,1,0.5453,1,1,1,0.3628,0.5453,0.6267,1,1,1,1,1,0.374469876,0.977801263,0.532957315,1,1,1,1,1,0.416814774,0.925067604,1,1,1,1,1,1,0.642838955,0.979607582,0.619441759,0.619420351,0.619680851
-2558,1,0.4245,1,1,1,1,1,1,1,1,0.1973,0.4245,0.6366,1,0.2862,1,1,1,1,1,1,0.4454,0.2862,0.6732,1,0.5453,1,1,1,0.493,0.5453,0.5709,1,1,1,1,1,0.387484193,0.963404417,0.64070785,1,1,1,1,1,0.42628324,0.98878938,1,1,1,1,1,1,0.720932722,0.952029228,0.620045916,0.620055003,0.620567376
-2559,1,0.4245,1,1,1,1,1,1,1,1,0.2105,0.4245,0.5082,1,0.2862,1,1,1,1,1,1,0.2703,0.2862,0.5563,1,0.5453,1,1,1,0.4679,0.5453,0.4894,1,1,1,1,1,0.362427533,0.955589592,0.714095354,1,1,1,1,1,0.285438597,0.956554174,1,1,1,1,1,1,0.616013706,0.906403065,0.618777187,0.618785699,0.618794326
-2560,1,0.4245,1,1,1,1,1,1,1,1,0.2641,0.4245,0.3536,1,0.2862,1,1,1,1,1,1,0.4513,0.2862,0.4041,1,0.5453,1,1,1,0.5634,0.5453,0.3292,1,1,1,1,1,0.448112547,0.885870039,0.487758458,1,1,1,1,1,0.448459566,0.888515115,0.943165779,1,1,1,1,1,0.699920356,0.808826923,0.617327211,0.617304845,0.617464539
-2561,1,0.4245,1,1,1,1,1,1,1,1,0.3792,0.4245,0.1506,1,0.2862,1,1,1,1,1,1,0.4806,0.2862,0.2055,1,0.5453,1,1,1,0.6212,0.5453,0.1296,1,1,1,1,1,0.537234843,0.676858902,0.337881505,1,1,1,1,1,0.454696506,0.688384831,0.794183731,1,1,1,1,1,0.707664371,0.61368233,0.611889802,0.611804527,0.611702128
-2562,1,0.4245,1,1,1,1,1,1,1,1,0.3869,0.4245,0.0365,1,0.2862,1,1,1,1,1,1,0.4341,0.2862,0.0597,1,0.5453,1,1,1,0.657,0.5453,0.0333,1,1,1,1,1,0.530140996,0.278641969,0.472568721,1,1,1,1,1,0.420256853,0.261720031,0.933507621,1,1,1,1,1,0.831712008,0.247860566,0.596483809,0.596572879,0.596631206
-2563,1,0.4245,1,1,1,1,1,1,1,1,0.5215,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2091,0.2862,0,1,0.5453,1,1,1,0.706,0.5453,0,1,1,1,1,1,0.451997846,0,0.912396967,1,1,1,1,1,0.277241468,0,0.92590946,1,1,1,1,1,0.856929123,0,0.598537941,0.598688386,0.598847518
-2564,1,0.4245,1,1,1,1,1,1,1,1,0.4893,0.4245,0,1,0.2862,1,1,1,1,1,1,0.6042,0.2862,0,1,0.5453,1,1,1,0.734,0.5453,0,1,1,1,1,1,0.567514896,0,0.993498206,1,1,1,1,1,0.689514279,0,0.589731693,1,1,1,1,1,0.853063047,0,0.604096182,0.603977153,0.604166667
-2565,1,0.4245,1,1,1,1,1,1,1,1,0.5918,0.4245,0,1,0.2862,1,1,1,1,1,1,0.769,0.2862,0,1,0.5453,1,1,1,0.8276,0.5453,0,1,1,1,1,1,0.652266502,0,0.983555675,1,1,1,1,1,0.762937665,0,0.843411326,1,1,1,1,1,0.908099473,0,0.560294828,0.560397715,0.560283688
-2566,1,0.4245,1,1,1,1,1,1,1,1,0.6617,0.4245,0,1,0.2862,1,1,1,1,1,1,0.805,0.2862,0,1,0.5453,1,1,1,0.8177,0.5453,0,1,1,1,1,1,0.61750567,0,0.993493676,1,1,1,1,1,0.770311236,0,1,1,1,1,1,1,0.897740185,0,0.500966651,0.500951978,0.500886525
-2567,1,0.4245,1,1,1,1,1,1,1,1,0.5362,0.4245,0,1,0.2862,1,1,1,1,1,1,0.7818,0.2862,0,1,0.5453,1,1,1,0.6835,0.5453,0,1,1,1,1,1,0.538986444,0,1,1,1,1,1,1,0.756126583,0,1,1,1,1,1,1,0.7969625,0,0.448042533,0.448064311,0.448138298
-2568,1,0.4245,1,1,1,1,1,1,1,1,0.4797,0.4245,0,1,0.2862,1,1,1,1,1,1,0.7484,0.2862,0,1,0.5453,1,1,1,0.5575,0.5453,0,1,1,1,1,1,0.56396544,0,1,1,1,1,1,1,0.778722763,0,1,1,1,1,1,1,0.709414423,0,0.409859836,0.409773641,0.41001773
-2569,1,0.4245,1,1,1,1,1,1,1,1,0.4881,0.4245,0,1,0.2862,1,1,1,1,1,1,0.473,0.2862,0,1,0.5453,1,1,1,0.336,0.5453,0,1,1,1,1,1,0.482619047,0,1,1,1,1,1,1,0.587880492,0,1,1,1,1,1,1,0.474304557,0,0.387989367,0.387983922,0.388297872
-2570,1,0.4245,1,1,1,1,1,1,1,1,0.4655,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2468,0.2862,0,1,0.5453,1,1,1,0.2871,0.5453,0,1,1,1,1,1,0.34279865,0,1,1,1,1,1,1,0.388821483,0,1,1,1,1,1,1,0.422143877,0,0.376147898,0.376137085,0.376329787
-2571,1,0.4245,1,1,1,1,1,1,1,1,0.4107,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1842,0.2862,0,1,0.5453,1,1,1,0.2626,0.5453,0,1,1,1,1,1,0.324467242,0,1,1,1,1,1,1,0.315188229,0,1,1,1,1,1,1,0.337537318,0,0.371314645,0.37127142,0.371453901
-2572,1,0.4245,1,1,1,1,1,1,1,1,0.3036,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2461,0.2862,0,1,0.5453,1,1,1,0.2355,0.5453,0,1,1,1,1,1,0.289199263,0,1,1,1,1,1,1,0.328137815,0,1,1,1,1,1,1,0.302655697,0,0.379531174,0.379521895,0.379875887
-2573,1,0.4245,1,1,1,1,1,1,1,1,0.2408,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1503,0.2862,0,1,0.5453,1,1,1,0.311,0.5453,0,1,1,1,1,1,0.221096441,0,1,1,1,1,1,1,0.200679988,0,1,1,1,1,1,1,0.412225485,0.002770446,0.411672305,0.411677597,0.411347518
-2574,1,0.4245,1,1,1,1,1,1,1,1,0.179,0.4245,0.0781,1,0.2862,1,1,1,1,1,1,0.19,0.2862,0.0913,1,0.5453,1,1,1,0.2915,0.5453,0.0704,1,1,1,1,1,0.209973678,0.426344156,0.995850801,1,1,1,1,1,0.22497803,0.426014662,0.806334376,1,1,1,1,1,0.327292532,0.552866101,0.459581924,0.459699598,0.459663121
-2575,1,0.4245,1,1,1,1,1,1,1,1,0.1343,0.4245,0.2608,1,0.2862,1,1,1,1,1,1,0.1169,0.2862,0.2631,1,0.5453,1,1,1,0.2167,0.5453,0.2592,1,1,1,1,1,0.0839867,0.730861664,0.972055316,1,1,1,1,1,0.168002337,0.679516494,0.796120763,1,1,1,1,1,0.216787785,0.813419223,0.509001933,0.508990903,0.508865248
-2576,1,0.4245,1,1,1,1,1,1,1,1,0.117,0.4245,0.4544,1,0.2862,1,1,1,1,1,1,0.0779,0.2862,0.4507,1,0.5453,1,1,1,0.2849,0.5453,0.4581,1,1,1,1,1,0.059475649,0.940973878,0.775160313,1,1,1,1,1,0.131925941,0.847438037,0.660935163,1,1,1,1,1,0.225611195,0.943709731,0.533772354,0.533742331,0.533687943
-2577,1,0.4245,1,1,1,1,1,1,1,1,0.0627,0.4245,0.599,1,0.2862,1,1,1,1,1,1,0.016,0.2862,0.607,1,0.5453,1,1,1,0.1929,0.5453,0.6166,1,1,1,1,1,0.035507672,0.958990335,0.726079106,1,1,1,1,1,0.048896402,0.959121704,0.369625688,1,1,1,1,1,0.136467889,0.970975995,0.547426293,0.547493125,0.547429078
-2578,1,0.4245,1,1,1,1,1,1,1,1,0.0575,0.4245,0.7065,1,0.2862,1,1,1,1,1,1,0.0155,0.2862,0.6945,1,0.5453,1,1,1,0.1452,0.5453,0.7306,1,1,1,1,1,0.046340816,0.958329201,0.651912451,1,1,1,1,1,0.040399227,0.92365694,0.111816756,1,1,1,1,1,0.103999339,0.932786822,0.558059449,0.558070658,0.558067376
-2579,1,0.4245,1,1,1,1,1,1,1,1,0.0751,0.4245,0.7095,1,0.2862,1,1,1,1,1,1,0,0.2862,0.7035,1,0.5453,1,1,1,0.1004,0.5453,0.7393,1,1,1,1,1,0.026924033,0.910146832,0.763509572,1,1,1,1,1,0.004380333,0.911148548,0.1339131,1,1,1,1,1,0.056455176,0.930849791,0.562953117,0.562936323,0.563386525
-2580,1,0.4245,1,1,1,1,1,1,1,1,0.105,0.4245,0.6849,1,0.2862,1,1,1,1,1,1,0,0.2862,0.6451,1,0.5453,1,1,1,0.1164,0.5453,0.7223,1,1,1,1,1,0.028508903,0.880084634,0.773595452,1,1,1,1,1,0.002600644,0.813875139,0.114055231,1,1,1,1,1,0.089612238,0.90099138,0.56138231,0.561455469,0.561170213
-2581,1,0.4245,1,1,1,1,1,1,1,1,0.1101,0.4245,0.697,1,0.2862,1,1,1,1,1,1,0,0.2862,0.6623,1,0.5453,1,1,1,0.1125,0.5453,0.8108,1,1,1,1,1,0.028923068,0.839026451,0.61258918,1,1,1,1,1,0.010748756,0.805295467,0.27034241,1,1,1,1,1,0.084658265,0.965397477,0.561623973,0.561667019,0.561613475
-2582,1,0.4245,1,1,1,1,1,1,1,1,0.1369,0.4245,0.4869,1,0.2862,1,1,1,1,1,1,0,0.2862,0.4454,1,0.5453,1,1,1,0.104,0.5453,0.6264,1,1,1,1,1,0.023293408,0.658499539,0.489647567,1,1,1,1,1,0.014407043,0.627873123,0.216029853,1,1,1,1,1,0.064214468,0.812907755,0.556307395,0.556378253,0.556737589
-2583,1,0.4245,1,1,1,1,1,1,1,1,0.1927,0.4245,0.3611,1,0.2862,1,1,1,1,1,1,0,0.2862,0.3532,1,0.5453,1,1,1,0.0461,0.5453,0.4679,1,1,1,1,1,0.027869809,0.552439034,0.339365184,1,1,1,1,1,0.023173165,0.528404832,0.040692676,1,1,1,1,1,0.025171194,0.642624259,0.548090865,0.548127777,0.548315603
-2584,1,0.4245,1,1,1,1,1,1,1,1,0.0879,0.4245,0.252,1,0.2862,1,1,1,1,1,1,0,0.2862,0.2602,1,0.5453,1,1,1,0.0333,0.5453,0.31,1,1,1,1,1,0.014641375,0.425844938,0.230772167,1,1,1,1,1,0.012520999,0.499183834,0,1,1,1,1,1,0.007341852,0.386681706,0.546520058,0.546646922,0.546542553
-2585,1,0.4245,1,1,1,1,1,1,1,1,0.0919,0.4245,0.1208,1,0.2862,1,1,1,1,1,1,0.0225,0.2862,0.1457,1,0.5453,1,1,1,0.0225,0.5453,0.1301,1,1,1,1,1,0.023173798,0.306977987,0.202030227,1,1,1,1,1,0.038846228,0.435976863,0.024834294,1,1,1,1,1,0.008369561,0.216569141,0.548876269,0.548762429,0.548758865
-2586,1,0.4245,1,1,1,1,1,1,1,1,0.0497,0.4245,0.0097,1,0.2862,1,1,1,1,1,1,0.0284,0.2862,0.0164,1,0.5453,1,1,1,0.0652,0.5453,0.0204,1,1,1,1,1,0.036620449,0.045078781,0.282380551,1,1,1,1,1,0.032687757,0.109470554,0.071370423,1,1,1,1,1,0.044420283,0.004004681,0.549117931,0.54918553,0.549202128
-2587,1,0.4245,1,1,1,1,1,1,1,1,0.0518,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0678,0.2862,0,1,0.5453,1,1,1,0.1041,0.5453,0,1,1,1,1,1,0.108480372,0,0.148888648,1,1,1,1,1,0.083022192,0,0.181917548,1,1,1,1,1,0.092577033,0,0.563980184,0.563994077,0.563829787
-2588,1,0.4245,1,1,1,1,1,1,1,1,0.0884,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0312,0.2862,0,1,0.5453,1,1,1,0.123,0.5453,0,1,1,1,1,1,0.127673641,0,0.069245279,1,1,1,1,1,0.058269348,0,0.103692681,1,1,1,1,1,0.134417921,0,0.567665539,0.567801989,0.567819149
-2589,1,0.4245,1,1,1,1,1,1,1,1,0.0962,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0072,0.2862,0,1,0.5453,1,1,1,0.1011,0.5453,0,1,1,1,1,1,0.132890686,0,0.060203709,1,1,1,1,1,0.060957663,0,0.05075236,1,1,1,1,1,0.082696803,0,0.53117448,0.531203723,0.531471631
-2590,1,0.4245,1,1,1,1,1,1,1,1,0.1043,0.4245,0,1,0.2862,1,1,1,1,1,1,0.033,0.2862,0,1,0.5453,1,1,1,0.0897,0.5453,0,1,1,1,1,1,0.165400177,0,0.03148403,1,1,1,1,1,0.078232996,0,0.049014922,1,1,1,1,1,0.077318728,0,0.480062832,0.480008462,0.480053191
-2591,1,0.4245,1,1,1,1,1,1,1,1,0.0811,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0246,0.2862,0,1,0.5453,1,1,1,0.1387,0.5453,0,1,1,1,1,1,0.083026581,0,0.023563575,1,1,1,1,1,0.061941374,0,0.046940058,1,1,1,1,1,0.139076114,0,0.431246979,0.431351809,0.431294326
-2592,1,0.4245,1,1,1,1,1,1,1,1,0.0324,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1337,0.2862,0,1,0.5453,1,1,1,0.1484,0.5453,0,1,1,1,1,1,0.030926615,0,0.001416536,1,1,1,1,1,0.167422011,0,0,1,1,1,1,1,0.203654796,0,0.399045433,0.398984557,0.39893617
-2593,1,0.4245,1,1,1,1,1,1,1,1,0.0219,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1603,0.2862,0,1,0.5453,1,1,1,0.1603,0.5453,0,1,1,1,1,1,0.030961893,0,0.00240499,1,1,1,1,1,0.169339374,0,0,1,1,1,1,1,0.31268695,0,0.381162397,0.38100275,0.381205674
-2594,1,0.4245,1,1,1,1,1,1,1,1,0.0253,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2151,0.2862,0,1,0.5453,1,1,1,0.1338,0.5453,0,1,1,1,1,1,0.03271988,0,0.003852777,1,1,1,1,1,0.189523801,0,0.000596859,1,1,1,1,1,0.286581278,0,0.371072982,0.371059869,0.371453901
-2595,1,0.4245,1,1,1,1,1,1,1,1,0.043,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1698,0.2862,0,1,0.5453,1,1,1,0.1427,0.5453,0,1,1,1,1,1,0.042547558,0,0.004539064,1,1,1,1,1,0.124537818,0,0,1,1,1,1,1,0.292710245,0,0.369260512,0.369155913,0.369237589
-2596,1,0.4245,1,1,1,1,1,1,1,1,0.0425,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0929,0.2862,0,1,0.5453,1,1,1,0.1543,0.5453,0,1,1,1,1,1,0.019593365,0,0.006521045,1,1,1,1,1,0.075242192,0,0,1,1,1,1,1,0.315866858,0,0.379954084,0.379944997,0.379875887
-2597,1,0.4245,1,1,1,1,1,1,1,1,0.031,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1282,0.2862,0,1,0.5453,1,1,1,0.1761,0.5453,0.0227,1,1,1,1,1,0.016263686,0,0.023679735,1,1,1,1,1,0.115237474,0,0.021133248,1,1,1,1,1,0.387776196,0.026861018,0.413847269,0.413793103,0.41356383
-2598,1,0.4245,1,1,1,1,1,1,1,1,0.0146,0.4245,0.073,1,0.2862,1,1,1,1,1,1,0.1313,0.2862,0.0756,1,0.5453,1,1,1,0.126,0.5453,0.0733,1,1,1,1,1,0.008373454,0.402580768,0.003490337,1,1,1,1,1,0.108004853,0.386208355,0.027902357,1,1,1,1,1,0.330982238,0.552647114,0.466831803,0.466892321,0.466755319
-2599,1,0.4245,1,1,1,1,1,1,1,1,0.012,0.4245,0.2431,1,0.2862,1,1,1,1,1,1,0.1253,0.2862,0.2584,1,0.5453,1,1,1,0.0606,0.5453,0.2599,1,1,1,1,1,0.006801706,0.728098273,0,1,1,1,1,1,0.12628971,0.708193183,0,1,1,1,1,1,0.217237234,0.835552871,0.51558724,0.515760525,0.515514184
-2600,1,0.4245,1,1,1,1,1,1,1,1,0.0041,0.4245,0.4253,1,0.2862,1,1,1,1,1,1,0.008,0.2862,0.4477,1,0.5453,1,1,1,0.0159,0.5453,0.457,1,1,1,1,1,0.000438113,0.907336056,0,1,1,1,1,1,0.004228799,0.914204299,0,1,1,1,1,1,0.040242258,0.956473351,0.538182697,0.538184895,0.538120567
-2601,1,0.4245,1,1,1,1,1,1,1,1,0.0039,0.4245,0.575,1,0.2862,1,1,1,1,1,1,0,0.2862,0.603,1,0.5453,1,1,1,0.0568,0.5453,0.6095,1,1,1,1,1,0.000502576,0.974433959,0.001366206,1,1,1,1,1,0.001015566,0.976977468,0,1,1,1,1,1,0.11815957,0.998099864,0.55219913,0.552147239,0.552304965
-2602,1,0.4245,1,1,1,1,1,1,1,1,0.0359,0.4245,0.6945,1,0.2862,1,1,1,1,1,1,0.0099,0.2862,0.7172,1,0.5453,1,1,1,0.0735,0.5453,0.7258,1,1,1,1,1,0.005844343,0.992004871,0.002510674,1,1,1,1,1,0.00956759,0.996992409,0,1,1,1,1,1,0.166000247,0.999919593,0.563073949,0.563147874,0.563386525
-2603,1,0.4245,1,1,1,1,1,1,1,1,0.0812,0.4245,0.7176,1,0.2862,1,1,1,1,1,1,0.0233,0.2862,0.7315,1,0.5453,1,1,1,0.0912,0.5453,0.7279,1,1,1,1,1,0.009613743,0.999334693,0,1,1,1,1,1,0.022971142,0.999984264,0,1,1,1,1,1,0.194598928,0.99896127,0.567967617,0.567801989,0.567819149
-2604,1,0.4245,1,1,1,1,1,1,1,1,0.2307,0.4245,0.7241,1,0.2862,1,1,1,1,1,1,0,0.2862,0.7328,1,0.5453,1,1,1,0.143,0.5453,0.7311,1,1,1,1,1,0.023083813,0.999993086,0.000887153,1,1,1,1,1,0.012470894,1,0,1,1,1,1,1,0.278978705,0.999224544,0.566940551,0.566955786,0.567375887
-2605,1,0.4245,1,1,1,1,1,1,1,1,0.2369,0.4245,0.7208,1,0.2862,1,1,1,1,1,1,0,0.2862,0.7283,1,0.5453,1,1,1,0.1342,0.5453,0.669,1,1,1,1,1,0.02480505,0.999936283,0.001057759,1,1,1,1,1,0.022567634,0.999936223,0,1,1,1,1,1,0.2082026,0.99999392,0.567121798,0.567167337,0.567375887
-2606,1,0.4245,1,1,1,1,1,1,1,1,0.2874,0.4245,0.663,1,0.2862,1,1,1,1,1,1,0,0.2862,0.681,1,0.5453,1,1,1,0.1635,0.5453,0.6503,1,1,1,1,1,0.036460727,0.996516943,0.036121473,1,1,1,1,1,0.025861137,0.999281943,0.013752095,1,1,1,1,1,0.232603103,0.998517573,0.563073949,0.563147874,0.563386525
-2607,1,0.4245,1,1,1,1,1,1,1,1,0.3208,0.4245,0.5295,1,0.2862,1,1,1,1,1,1,0.0053,0.2862,0.5637,1,0.5453,1,1,1,0.2079,0.5453,0.5009,1,1,1,1,1,0.047893256,0.979327023,0.137130454,1,1,1,1,1,0.050645646,0.977861762,0.089601837,1,1,1,1,1,0.253720343,0.971612215,0.558361527,0.558493759,0.558510638
-2608,1,0.4245,1,1,1,1,1,1,1,1,0.287,0.4245,0.3579,1,0.2862,1,1,1,1,1,1,0.0103,0.2862,0.4093,1,0.5453,1,1,1,0.3317,0.5453,0.2714,1,1,1,1,1,0.065494493,0.907812476,0.081235476,1,1,1,1,1,0.06483075,0.912201345,0.07399974,1,1,1,1,1,0.332404584,0.862438738,0.557515708,0.557647557,0.557624113
-2609,1,0.4245,1,1,1,1,1,1,1,1,0.2368,0.4245,0.1521,1,0.2862,1,1,1,1,1,1,0.0475,0.2862,0.2091,1,0.5453,1,1,1,0.2902,0.5453,0.1253,1,1,1,1,1,0.091369048,0.693195701,0.084160522,1,1,1,1,1,0.138832778,0.707866907,0.126086384,1,1,1,1,1,0.371175319,0.625756145,0.555461576,0.55553205,0.555407801
-2610,1,0.4245,1,1,1,1,1,1,1,1,0.1764,0.4245,0.0416,1,0.2862,1,1,1,1,1,1,0.1114,0.2862,0.0674,1,0.5453,1,1,1,0.2274,0.5453,0.017,1,1,1,1,1,0.088480897,0.332212329,0.060616266,1,1,1,1,1,0.134548962,0.354023188,0.064603403,1,1,1,1,1,0.399830461,0.116476536,0.548815853,0.548762429,0.548758865
-2611,1,0.4245,1,1,1,1,1,1,1,1,0.164,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0837,0.2862,0,1,0.5453,1,1,1,0.3184,0.5453,0,1,1,1,1,1,0.173557401,0,0.185160488,1,1,1,1,1,0.112532392,0,0.172547385,1,1,1,1,1,0.576877236,0,0.559267762,0.559339962,0.559397163
-2612,1,0.4245,1,1,1,1,1,1,1,1,0.2348,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2885,0.2862,0,1,0.5453,1,1,1,0.2539,0.5453,0,1,1,1,1,1,0.342174649,0,0.236511886,1,1,1,1,1,0.387438565,0,0.315059453,1,1,1,1,1,0.405443072,0,0.57237796,0.572456103,0.572251773
-2613,1,0.4245,1,1,1,1,1,1,1,1,0.2285,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2405,0.2862,0,1,0.5453,1,1,1,0.143,0.5453,0,1,1,1,1,1,0.314047307,0,0.09782239,1,1,1,1,1,0.315539688,0,0.102714665,1,1,1,1,1,0.312920898,0,0.537336878,0.537338693,0.537677305
-2614,1,0.4245,1,1,1,1,1,1,1,1,0.1158,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2411,0.2862,0,1,0.5453,1,1,1,0.1394,0.5453,0,1,1,1,1,1,0.168169379,0,0.100397632,1,1,1,1,1,0.295023501,0,0.211846858,1,1,1,1,1,0.320039809,0,0.485016916,0.484874127,0.48537234
-2615,1,0.4245,1,1,1,1,1,1,1,1,0.2547,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2711,0.2862,0,1,0.5453,1,1,1,0.1651,0.5453,0,1,1,1,1,1,0.23065871,0,0.05368086,1,1,1,1,1,0.321406037,0,0.116798438,1,1,1,1,1,0.385202557,0,0.434690672,0.434736619,0.434840426
-2616,1,0.4245,1,1,1,1,1,1,1,1,0.249,0.4245,0,1,0.2862,1,1,1,1,1,1,0.5172,0.2862,0,1,0.5453,1,1,1,0.1551,0.5453,0,1,1,1,1,1,0.291951299,0,0.027416287,1,1,1,1,1,0.553881764,0,0.058206283,1,1,1,1,1,0.450419575,0,0.401884969,0.401734715,0.402039007
-2617,1,0.4245,1,1,1,1,1,1,1,1,0.4799,0.4245,0,1,0.2862,1,1,1,1,1,1,0.6234,0.2862,0,1,0.5453,1,1,1,0.1989,0.5453,0,1,1,1,1,1,0.42297253,0,0.086423069,1,1,1,1,1,0.635892272,0,0.156273305,1,1,1,1,1,0.422072232,0,0.383881102,0.383752909,0.383865248
-2618,1,0.4245,1,1,1,1,1,1,1,1,0.4741,0.4245,0,1,0.2862,1,1,1,1,1,1,0.6622,0.2862,0,1,0.5453,1,1,1,0.1952,0.5453,0,1,1,1,1,1,0.415099889,0,0.204104319,1,1,1,1,1,0.650937319,0,0.243295565,1,1,1,1,1,0.362497926,0,0.374818753,0.374867781,0.375
-2619,1,0.4245,1,1,1,1,1,1,1,1,0.3525,0.4245,0,1,0.2862,1,1,1,1,1,1,0.5257,0.2862,0,1,0.5453,1,1,1,0.1697,0.5453,0,1,1,1,1,1,0.339321494,0,0.258464873,1,1,1,1,1,0.563535929,0,0.234835863,1,1,1,1,1,0.379051447,0,0.370952151,0.370848318,0.371010638
-2620,1,0.4245,1,1,1,1,1,1,1,1,0.3535,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3834,0.2862,0,1,0.5453,1,1,1,0.1804,0.5453,0,1,1,1,1,1,0.382053077,0,0.26406908,1,1,1,1,1,0.417245716,0,0.102524877,1,1,1,1,1,0.409253478,0,0.380256162,0.380368098,0.380319149
-2621,1,0.4245,1,1,1,1,1,1,1,1,0.1742,0.4245,0,1,0.2862,1,1,1,1,1,1,0.4571,0.2862,0,1,0.5453,1,1,1,0.1842,0.5453,0,1,1,1,1,1,0.240141138,0,0.084626466,1,1,1,1,1,0.407539785,0,0.125601053,1,1,1,1,1,0.435152471,0,0.410645239,0.410831394,0.410904255
-2622,1,0.4245,1,1,1,1,1,1,1,1,0.0884,0.4245,0.0778,1,0.2862,1,1,1,1,1,1,0.203,0.2862,0.1059,1,0.5453,1,1,1,0.1791,0.5453,0.0695,1,1,1,1,1,0.14437367,0.506818473,0.020847924,1,1,1,1,1,0.163101643,0.479316235,0.017137174,1,1,1,1,1,0.424348712,0.500906229,0.458856936,0.458853395,0.458776596
-2623,1,0.4245,1,1,1,1,1,1,1,1,0.042,0.4245,0.2571,1,0.2862,1,1,1,1,1,1,0.0627,0.2862,0.2839,1,0.5453,1,1,1,0.0789,0.5453,0.2375,1,1,1,1,1,0.039644904,0.759187698,0.091437146,1,1,1,1,1,0.061067984,0.769984603,0.082826965,1,1,1,1,1,0.276034921,0.77304709,0.507008217,0.506875397,0.507092199
-2624,1,0.4245,1,1,1,1,1,1,1,1,0.0268,0.4245,0.4415,1,0.2862,1,1,1,1,1,1,0,0.2862,0.463,1,0.5453,1,1,1,0.0168,0.5453,0.4009,1,1,1,1,1,0.006022167,0.913792193,0.007851144,1,1,1,1,1,0.000148245,0.906527936,0.053118326,1,1,1,1,1,0.072784834,0.92801702,0.535645239,0.535646287,0.535904255
-2625,1,0.4245,1,1,1,1,1,1,1,1,0.0279,0.4245,0.5769,1,0.2862,1,1,1,1,1,1,0,0.2862,0.5831,1,0.5453,1,1,1,0.0065,0.5453,0.4991,1,1,1,1,1,0.0040701,0.933915675,0.003673489,1,1,1,1,1,0.000147824,0.924281001,0.036861777,1,1,1,1,1,0.021879796,0.949989676,0.55582407,0.555743601,0.555851064
-2626,1,0.4245,1,1,1,1,1,1,1,1,0.1261,0.4245,0.659,1,0.2862,1,1,1,1,1,1,0.0055,0.2862,0.6466,1,0.5453,1,1,1,0.0007,0.5453,0.5616,1,1,1,1,1,0.059134223,0.884739995,0.027103804,1,1,1,1,1,0.026216544,0.914626181,0.0418377,1,1,1,1,1,0.022585461,0.897901356,0.570746738,0.570763698,0.570921986
-2627,1,0.4245,1,1,1,1,1,1,1,1,0.2501,0.4245,0.648,1,0.2862,1,1,1,1,1,1,0.1206,0.2862,0.6319,1,0.5453,1,1,1,0.0057,0.5453,0.5005,1,1,1,1,1,0.165146098,0.853617668,0.023907023,1,1,1,1,1,0.130044252,0.907189012,0.011137697,1,1,1,1,1,0.024133675,0.78410399,0.57781537,0.57774487,0.578014184
-2628,1,0.4245,1,1,1,1,1,1,1,1,0.4664,0.4245,0.6455,1,0.2862,1,1,1,1,1,1,0.3082,0.2862,0.685,1,0.5453,1,1,1,0.0194,0.5453,0.5171,1,1,1,1,1,0.347844124,0.929026484,0.028445853,1,1,1,1,1,0.317792922,0.975061238,0,1,1,1,1,1,0.035300687,0.821944475,0.577452876,0.577533319,0.577570922
-2629,1,0.4245,1,1,1,1,1,1,1,1,0.4382,0.4245,0.6584,1,0.2862,1,1,1,1,1,1,0.3352,0.2862,0.7031,1,0.5453,1,1,1,0.023,0.5453,0.5073,1,1,1,1,1,0.392095178,0.962646008,0.055585839,1,1,1,1,1,0.367130399,0.965975642,0.031590056,1,1,1,1,1,0.040021479,0.897679985,0.578057032,0.577956421,0.578014184
-2630,1,0.4245,1,1,1,1,1,1,1,1,0.3902,0.4245,0.6393,1,0.2862,1,1,1,1,1,1,0.3769,0.2862,0.6401,1,0.5453,1,1,1,0.0534,0.5453,0.5357,1,1,1,1,1,0.431762874,0.983557165,0.05378706,1,1,1,1,1,0.428354383,0.924715042,0.048672251,1,1,1,1,1,0.070202842,0.919345319,0.573102948,0.573090755,0.573138298
-2631,1,0.4245,1,1,1,1,1,1,1,1,0.4817,0.4245,0.5194,1,0.2862,1,1,1,1,1,1,0.4669,0.2862,0.5318,1,0.5453,1,1,1,0.114,0.5453,0.4057,1,1,1,1,1,0.559509099,0.959857702,0.182964027,1,1,1,1,1,0.514834166,0.865182757,0.210672796,1,1,1,1,1,0.142215624,0.885568678,0.566155147,0.566109583,0.566046099
-2632,1,0.4245,1,1,1,1,1,1,1,1,0.6064,0.4245,0.3527,1,0.2862,1,1,1,1,1,1,0.6793,0.2862,0.3754,1,0.5453,1,1,1,0.176,0.5453,0.2817,1,1,1,1,1,0.722781062,0.870484531,0.411179245,1,1,1,1,1,0.693566322,0.764374673,0.624840617,1,1,1,1,1,0.202858359,0.82423842,0.561201063,0.561243918,0.561170213
-2633,1,0.4245,1,1,1,1,1,1,1,1,0.5255,0.4245,0.1498,1,0.2862,1,1,1,1,1,1,0.5267,0.2862,0.1825,1,0.5453,1,1,1,0.2253,0.5453,0.1269,1,1,1,1,1,0.710130572,0.621243954,0.347673744,1,1,1,1,1,0.527558029,0.564416885,0.459695846,1,1,1,1,1,0.253216505,0.569920897,0.553347028,0.553416543,0.553191489
-2634,1,0.4245,1,1,1,1,1,1,1,1,0.4156,0.4245,0.0324,1,0.2862,1,1,1,1,1,1,0.495,0.2862,0.0398,1,0.5453,1,1,1,0.2595,0.5453,0.018,1,1,1,1,1,0.571673155,0.277333409,0.432760924,1,1,1,1,1,0.458988458,0.232354656,0.587395549,1,1,1,1,1,0.335121721,0.202076569,0.539874335,0.539877301,0.540336879
-2635,1,0.4245,1,1,1,1,1,1,1,1,0.3699,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2572,0.2862,0,1,0.5453,1,1,1,0.2486,0.5453,0,1,1,1,1,1,0.430542976,0,0.755848348,1,1,1,1,1,0.284316003,0,0.993842959,1,1,1,1,1,0.32323873,0,0.54579507,0.545800719,0.546099291
-2636,1,0.4245,1,1,1,1,1,1,1,1,0.3444,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2656,0.2862,0,1,0.5453,1,1,1,0.3213,0.5453,0,1,1,1,1,1,0.537676454,0,0.617279887,1,1,1,1,1,0.265421361,0,1,1,1,1,1,1,0.465000808,0,0.554494925,0.554685847,0.554964539
-2637,1,0.4245,1,1,1,1,1,1,1,1,0.3037,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0784,0.2862,0,1,0.5453,1,1,1,0.3723,0.5453,0,1,1,1,1,1,0.409113646,0,0.837044716,1,1,1,1,1,0.091496155,0,1,1,1,1,1,1,0.575722575,0,0.523018366,0.522953247,0.523492908
-2638,1,0.4245,1,1,1,1,1,1,1,1,0.2412,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1163,0.2862,0,1,0.5453,1,1,1,0.4278,0.5453,0,1,1,1,1,1,0.322334945,0,1,1,1,1,1,1,0.142091602,0,1,1,1,1,1,1,0.657400072,0,0.478733688,0.478739158,0.478723404
-2639,1,0.4245,1,1,1,1,1,1,1,1,0.2707,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0822,0.2862,0,1,0.5453,1,1,1,0.3708,0.5453,0,1,1,1,1,1,0.357842505,0,0.994949937,1,1,1,1,1,0.095761687,0,1,1,1,1,1,1,0.626936615,0,0.432878202,0.432832663,0.432624113
-2640,1,0.4245,1,1,1,1,1,1,1,1,0.2041,0.4245,0,1,0.2862,1,1,1,1,1,1,0.051,0.2862,0,1,0.5453,1,1,1,0.402,0.5453,0,1,1,1,1,1,0.24322103,0,1,1,1,1,1,1,0.096738905,0,1,1,1,1,1,1,0.642493904,0,0.399105848,0.398984557,0.39893617
-2641,1,0.4245,1,1,1,1,1,1,1,1,0.1946,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0716,0.2862,0,1,0.5453,1,1,1,0.2627,0.5453,0,1,1,1,1,1,0.212518558,0,1,1,1,1,1,1,0.11368607,0,1,1,1,1,1,1,0.515783787,0,0.379289512,0.379310345,0.379432624
-2642,1,0.4245,1,1,1,1,1,1,1,1,0.1199,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0542,0.2862,0,1,0.5453,1,1,1,0.2543,0.5453,0,1,1,1,1,1,0.187022761,0,1,1,1,1,1,1,0.082431659,0,1,1,1,1,1,1,0.47913754,0,0.367870952,0.367886609,0.367907801
-2643,1,0.4245,1,1,1,1,1,1,1,1,0.156,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0581,0.2862,0,1,0.5453,1,1,1,0.2453,0.5453,0,1,1,1,1,1,0.207674921,0,1,1,1,1,1,1,0.083542243,0,1,1,1,1,1,1,0.475455403,0,0.362796037,0.362809393,0.362588652
-2644,1,0.4245,1,1,1,1,1,1,1,1,0.159,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0357,0.2862,0,1,0.5453,1,1,1,0.2562,0.5453,0,1,1,1,1,1,0.175908595,0,1,1,1,1,1,1,0.069661655,0,1,1,1,1,1,1,0.47555095,0,0.365575157,0.365771102,0.365691489
-2645,1,0.4245,1,1,1,1,1,1,1,1,0.0809,0.4245,0,1,0.2862,1,1,1,1,1,1,0.023,0.2862,0,1,0.5453,1,1,1,0.2402,0.5453,0,1,1,1,1,1,0.08478079,0,1,1,1,1,1,1,0.060745895,0,0.92072016,1,1,1,1,1,0.404107213,0,0.377839536,0.37782949,0.377659574
-2646,1,0.4245,1,1,1,1,1,1,1,1,0.0309,0.4245,0.0573,1,0.2862,1,1,1,1,1,1,0.0268,0.2862,0.0752,1,0.5453,1,1,1,0.2258,0.5453,0.07,1,1,1,1,1,0.01520334,0.301692247,0.825017095,1,1,1,1,1,0.030587766,0.254855543,0.441799998,1,1,1,1,1,0.374840885,0.408968955,0.396145481,0.396022847,0.396276596
-2647,1,0.4245,1,1,1,1,1,1,1,1,0.0287,0.4245,0.1902,1,0.2862,1,1,1,1,1,1,0.0056,0.2862,0.2161,1,0.5453,1,1,1,0.2129,0.5453,0.2083,1,1,1,1,1,0.005160285,0.707542002,0.391548693,1,1,1,1,1,0.014745788,0.672226489,0.211260214,1,1,1,1,1,0.271937668,0.81552738,0.431730304,0.43177491,0.431737589
-2648,1,0.4245,1,1,1,1,1,1,1,1,0.0566,0.4245,0.3846,1,0.2862,1,1,1,1,1,1,0.0866,0.2862,0.3905,1,0.5453,1,1,1,0.2191,0.5453,0.3761,1,1,1,1,1,0.021721829,0.713448703,0.169072181,1,1,1,1,1,0.076169848,0.691358507,0.040350787,1,1,1,1,1,0.197670564,0.732206941,0.471544224,0.471546435,0.471631206
-2649,1,0.4245,1,1,1,1,1,1,1,1,0.0856,0.4245,0.508,1,0.2862,1,1,1,1,1,1,0.0349,0.2862,0.5169,1,0.5453,1,1,1,0.1833,0.5453,0.4841,1,1,1,1,1,0.036709003,0.755417228,0.063419677,1,1,1,1,1,0.032942493,0.797089577,0.071138225,1,1,1,1,1,0.121099561,0.815100789,0.500060416,0.500105775,0.5
-2650,1,0.4245,1,1,1,1,1,1,1,1,0.1424,0.4245,0.61,1,0.2862,1,1,1,1,1,1,0.0314,0.2862,0.627,1,0.5453,1,1,1,0.1573,0.5453,0.5706,1,1,1,1,1,0.124263048,0.854536951,0.011408004,1,1,1,1,1,0.041336838,0.864685416,0.112993196,1,1,1,1,1,0.087604679,0.854356408,0.515285162,0.515337423,0.515514184
-2651,1,0.4245,1,1,1,1,1,1,1,1,0.1784,0.4245,0.6501,1,0.2862,1,1,1,1,1,1,0.0879,0.2862,0.6556,1,0.5453,1,1,1,0.1113,0.5453,0.6053,1,1,1,1,1,0.153520331,0.868635714,0.041994363,1,1,1,1,1,0.107270047,0.903080463,0.264587164,1,1,1,1,1,0.077758029,0.869101048,0.520420493,0.520414639,0.520833333
-2652,1,0.4245,1,1,1,1,1,1,1,1,0.2709,0.4245,0.6423,1,0.2862,1,1,1,1,1,1,0.0603,0.2862,0.6445,1,0.5453,1,1,1,0.1942,0.5453,0.5502,1,1,1,1,1,0.132802978,0.885649443,0.128245384,1,1,1,1,1,0.1164039,0.890242398,0.353542686,1,1,1,1,1,0.146516368,0.885152459,0.52017883,0.520203089,0.520390071
-2653,1,0.4245,1,1,1,1,1,1,1,1,0.3725,0.4245,0.6489,1,0.2862,1,1,1,1,1,1,0.1979,0.2862,0.6383,1,0.5453,1,1,1,0.2145,0.5453,0.5709,1,1,1,1,1,0.199937075,0.899887443,0.317462295,1,1,1,1,1,0.251665533,0.911254764,0.55715549,1,1,1,1,1,0.200233489,0.928205132,0.516795553,0.516818278,0.516843972
-2654,1,0.4245,1,1,1,1,1,1,1,1,0.4037,0.4245,0.5848,1,0.2862,1,1,1,1,1,1,0.381,0.2862,0.5723,1,0.5453,1,1,1,0.2169,0.5453,0.4668,1,1,1,1,1,0.208618283,0.841117978,0.516115665,1,1,1,1,1,0.41644609,0.866707265,0.885122538,1,1,1,1,1,0.256891966,0.898115218,0.513412276,0.513433467,0.513297872
-2655,1,0.4245,1,1,1,1,1,1,1,1,0.4676,0.4245,0.4683,1,0.2862,1,1,1,1,1,1,0.5082,0.2862,0.5163,1,0.5453,1,1,1,0.155,0.5453,0.4134,1,1,1,1,1,0.327034712,0.801546574,0.919717968,1,1,1,1,1,0.528023779,0.878550231,1,1,1,1,1,1,0.240184143,0.793291211,0.512626873,0.512798815,0.51285461
-2656,1,0.4245,1,1,1,1,1,1,1,1,0.4435,0.4245,0.3278,1,0.2862,1,1,1,1,1,1,0.7532,0.2862,0.3814,1,0.5453,1,1,1,0.2079,0.5453,0.234,1,1,1,1,1,0.336550027,0.812857628,0.617837846,1,1,1,1,1,0.689512312,0.801270306,0.851875186,1,1,1,1,1,0.265545875,0.592094958,0.516191397,0.516183626,0.516400709
-2657,1,0.4245,1,1,1,1,1,1,1,1,0.3844,0.4245,0.1379,1,0.2862,1,1,1,1,1,1,0.6433,0.2862,0.1889,1,0.5453,1,1,1,0.113,0.5453,0.0793,1,1,1,1,1,0.38589415,0.585639179,0.667359531,1,1,1,1,1,0.654697359,0.481158912,0.858595073,1,1,1,1,1,0.161117435,0.539979696,0.521387144,0.521472393,0.521276596
-2658,1,0.4245,1,1,1,1,1,1,1,1,0.3826,0.4245,0.0234,1,0.2862,1,1,1,1,1,1,0.5878,0.2862,0.0427,1,0.5453,1,1,1,0.1459,0.5453,0.0092,1,1,1,1,1,0.408087969,0.103367314,0.79356432,1,1,1,1,1,0.478244662,0.155948788,0.530465245,1,1,1,1,1,0.200060338,0.190477371,0.51921218,0.519145335,0.519060284
-2659,1,0.4245,1,1,1,1,1,1,1,1,0.2503,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0439,0.2862,0,1,0.5453,1,1,1,0.1918,0.5453,0,1,1,1,1,1,0.341794252,0,0.569353938,1,1,1,1,1,0.112388059,0,0.514296889,1,1,1,1,1,0.228625581,0,0.528697438,0.528876666,0.528812057
-2660,1,0.4245,1,1,1,1,1,1,1,1,0.1799,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0046,0.2862,0,1,0.5453,1,1,1,0.2926,0.5453,0,1,1,1,1,1,0.219727382,0,0.478954256,1,1,1,1,1,0.048836671,0,0.43932882,1,1,1,1,1,0.367407769,0,0.539149348,0.539031098,0.539450355
-2661,1,0.4245,1,1,1,1,1,1,1,1,0.1141,0.4245,0,1,0.2862,1,1,1,1,1,1,0,0.2862,0,1,0.5453,1,1,1,0.2727,0.5453,0,1,1,1,1,1,0.188620493,0,0.189126536,1,1,1,1,1,0.019710727,0,0.894116759,1,1,1,1,1,0.355973035,0,0.512083132,0.512164163,0.512411348
-2662,1,0.4245,1,1,1,1,1,1,1,1,0.0887,0.4245,0,1,0.2862,1,1,1,1,1,1,0,0.2862,0,1,0.5453,1,1,1,0.3045,0.5453,0,1,1,1,1,1,0.15726018,0,0.595265985,1,1,1,1,1,0.019782778,0,1,1,1,1,1,1,0.343075722,0,0.472933784,0.472815739,0.472960993
-2663,1,0.4245,1,1,1,1,1,1,1,1,0.0625,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0205,0.2862,0,1,0.5453,1,1,1,0.3747,0.5453,0,1,1,1,1,1,0.136501044,0,0.954638839,1,1,1,1,1,0.085147724,0,1,1,1,1,1,1,0.450772345,0,0.432696955,0.432832663,0.432624113
-2664,1,0.4245,1,1,1,1,1,1,1,1,0.1021,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0495,0.2862,0,1,0.5453,1,1,1,0.3136,0.5453,0,1,1,1,1,1,0.156980827,0,1,1,1,1,1,1,0.083253674,0,1,1,1,1,1,1,0.387372077,0,0.399710005,0.399830759,0.399822695
-2665,1,0.4245,1,1,1,1,1,1,1,1,0.0922,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0485,0.2862,0,1,0.5453,1,1,1,0.3962,0.5453,0,1,1,1,1,1,0.136291564,0,1,1,1,1,1,1,0.11718756,0,1,1,1,1,1,1,0.529994607,0,0.379712421,0.379733446,0.379875887
-2666,1,0.4245,1,1,1,1,1,1,1,1,0.0741,0.4245,0,1,0.2862,1,1,1,1,1,1,0.5091,0.2862,0,1,0.5453,1,1,1,0.332,0.5453,0,1,1,1,1,1,0.152487934,0,1,1,1,1,1,1,0.489376128,0,1,1,1,1,1,1,0.457471281,0,0.366843886,0.366828856,0.367021277
-2667,1,0.4245,1,1,1,1,1,1,1,1,0.2191,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3626,0.2862,0,1,0.5453,1,1,1,0.2638,0.5453,0,1,1,1,1,1,0.374930918,0,1,1,1,1,1,1,0.378513932,0,0.898738503,1,1,1,1,1,0.335884333,0,0.360198163,0.360270785,0.36037234
-2668,1,0.4245,1,1,1,1,1,1,1,1,0.2052,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3997,0.2862,0,1,0.5453,1,1,1,0.2412,0.5453,0,1,1,1,1,1,0.399464339,0,1,1,1,1,1,1,0.474842578,0,0.687939286,1,1,1,1,1,0.37248975,0,0.359896085,0.359847684,0.359929078
-2669,1,0.4245,1,1,1,1,1,1,1,1,0.2299,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3066,0.2862,0,1,0.5453,1,1,1,0.2662,0.5453,0,1,1,1,1,1,0.311986446,0,1,1,1,1,1,1,0.388618708,0,0.343713373,1,1,1,1,1,0.402529806,0,0.366360561,0.366405754,0.366578014
-2670,1,0.4245,1,1,1,1,1,1,1,1,0.1665,0.4245,0.0323,1,0.2862,1,1,1,1,1,1,0.1191,0.2862,0.058,1,0.5453,1,1,1,0.3858,0.5453,0.0108,1,1,1,1,1,0.205774128,0.098257482,0.995825887,1,1,1,1,1,0.15255411,0.110117763,0.121393725,1,1,1,1,1,0.585798025,0.006033102,0.375362494,0.375290882,0.375443262
-2671,1,0.4245,1,1,1,1,1,1,1,1,0.1321,0.4245,0.1293,1,0.2862,1,1,1,1,1,1,0.0862,0.2862,0.1563,1,0.5453,1,1,1,0.3384,0.5453,0.1237,1,1,1,1,1,0.122765705,0.232695743,0.880227983,1,1,1,1,1,0.109262437,0.279457361,0.256717026,1,1,1,1,1,0.454149872,0.129223108,0.402368294,0.402369367,0.40248227
-2672,1,0.4245,1,1,1,1,1,1,1,1,0.1657,0.4245,0.1894,1,0.2862,1,1,1,1,1,1,0.127,0.2862,0.2515,1,0.5453,1,1,1,0.2794,0.5453,0.2347,1,1,1,1,1,0.145725667,0.299880922,0.806457579,1,1,1,1,1,0.168937564,0.359381288,0.160953939,1,1,1,1,1,0.273521334,0.266260177,0.43958434,0.439602285,0.439716312
-2673,1,0.4245,1,1,1,1,1,1,1,1,0.1584,0.4245,0.2513,1,0.2862,1,1,1,1,1,1,0.1767,0.2862,0.3013,1,0.5453,1,1,1,0.3037,0.5453,0.3048,1,1,1,1,1,0.179505408,0.375930786,0.847841322,1,1,1,1,1,0.201001227,0.439117908,0.043097645,1,1,1,1,1,0.318265289,0.365659565,0.471906718,0.471757986,0.472074468
-2674,1,0.4245,1,1,1,1,1,1,1,1,0.1689,0.4245,0.3005,1,0.2862,1,1,1,1,1,1,0.1503,0.2862,0.3415,1,0.5453,1,1,1,0.3736,0.5453,0.3901,1,1,1,1,1,0.230092168,0.4377985,0.809524,1,1,1,1,1,0.177409798,0.502170861,0.016256284,1,1,1,1,1,0.435707986,0.453546226,0.491904302,0.491855299,0.491578014
-2675,1,0.4245,1,1,1,1,1,1,1,1,0.1922,0.4245,0.3063,1,0.2862,1,1,1,1,1,1,0.0944,0.2862,0.3756,1,0.5453,1,1,1,0.4022,0.5453,0.4048,1,1,1,1,1,0.202600017,0.457182378,0.746398866,1,1,1,1,1,0.137086064,0.545141816,0.072660215,1,1,1,1,1,0.465346992,0.467521042,0.505195747,0.505182991,0.505319149
-2676,1,0.4245,1,1,1,1,1,1,1,1,0.1436,0.4245,0.3569,1,0.2862,1,1,1,1,1,1,0.0439,0.2862,0.3573,1,0.5453,1,1,1,0.4039,0.5453,0.4,1,1,1,1,1,0.064813703,0.48541224,0.362543792,1,1,1,1,1,0.113600343,0.553892553,0.260896355,1,1,1,1,1,0.543967605,0.531375587,0.512022716,0.511952613,0.512411348
-2677,1,0.4245,1,1,1,1,1,1,1,1,0.2391,0.4245,0.3508,1,0.2862,1,1,1,1,1,1,0.1021,0.2862,0.3515,1,0.5453,1,1,1,0.4356,0.5453,0.3639,1,1,1,1,1,0.111261874,0.466717184,0.370395422,1,1,1,1,1,0.160570115,0.50679934,0.454319149,1,1,1,1,1,0.506033838,0.529720724,0.512324795,0.512375714,0.512411348
-2678,1,0.4245,1,1,1,1,1,1,1,1,0.3337,0.4245,0.2968,1,0.2862,1,1,1,1,1,1,0.0888,0.2862,0.2854,1,0.5453,1,1,1,0.4734,0.5453,0.3461,1,1,1,1,1,0.194509983,0.421878248,0.747047782,1,1,1,1,1,0.194135502,0.410767257,0.371954978,1,1,1,1,1,0.617521942,0.427117229,0.510210246,0.510260207,0.510638298
-2679,1,0.4245,1,1,1,1,1,1,1,1,0.341,0.4245,0.2386,1,0.2862,1,1,1,1,1,1,0.1465,0.2862,0.2111,1,0.5453,1,1,1,0.5038,0.5453,0.2926,1,1,1,1,1,0.195853204,0.313882887,0.829402566,1,1,1,1,1,0.238229722,0.294295728,1,1,1,1,1,1,0.541786611,0.327982545,0.512566457,0.512587265,0.51285461
-2680,1,0.4245,1,1,1,1,1,1,1,1,0.4499,0.4245,0.1541,1,0.2862,1,1,1,1,1,1,0.2174,0.2862,0.1166,1,0.5453,1,1,1,0.518,0.5453,0.1869,1,1,1,1,1,0.271363407,0.193904668,0.877044678,1,1,1,1,1,0.270968825,0.148557916,1,1,1,1,1,1,0.544690371,0.153142452,0.523441276,0.523376349,0.523492908
-2681,1,0.4245,1,1,1,1,1,1,1,1,0.544,0.4245,0.0215,1,0.2862,1,1,1,1,1,1,0.4399,0.2862,0.0192,1,0.5453,1,1,1,0.3735,0.5453,0.0653,1,1,1,1,1,0.293469489,0.016215729,0.842550278,1,1,1,1,1,0.452019274,0.030457962,1,1,1,1,1,1,0.430177003,0.018063724,0.535826486,0.535646287,0.535904255
-2682,1,0.4245,1,1,1,1,1,1,1,1,0.5718,0.4245,0,1,0.2862,1,1,1,1,1,1,0.6255,0.2862,0,1,0.5453,1,1,1,0.2543,0.5453,0,1,1,1,1,1,0.35108164,0,0.840675235,1,1,1,1,1,0.676472604,0,1,1,1,1,1,1,0.307396561,0,0.54537216,0.545377618,0.545656028
-2683,1,0.4245,1,1,1,1,1,1,1,1,0.417,0.4245,0,1,0.2862,1,1,1,1,1,1,0.567,0.2862,0,1,0.5453,1,1,1,0.1999,0.5453,0,1,1,1,1,1,0.280592769,0,0.861886442,1,1,1,1,1,0.59729135,0,1,1,1,1,1,1,0.257857472,0,0.552924118,0.552781891,0.552748227
-2684,1,0.4245,1,1,1,1,1,1,1,1,0.5281,0.4245,0,1,0.2862,1,1,1,1,1,1,0.8379,0.2862,0,1,0.5453,1,1,1,0.3167,0.5453,0,1,1,1,1,1,0.512780249,0,0.922847629,1,1,1,1,1,0.81712842,0,1,1,1,1,1,1,0.462016433,0,0.544345094,0.544319865,0.544326241
-2685,1,0.4245,1,1,1,1,1,1,1,1,0.6834,0.4245,0,1,0.2862,1,1,1,1,1,1,0.9298,0.2862,0,1,0.5453,1,1,1,0.5239,0.5453,0,1,1,1,1,1,0.652680278,0,0.995096028,1,1,1,1,1,0.913167834,0,1,1,1,1,1,1,0.688891411,0,0.50779362,0.507721599,0.507978723
-2686,1,0.4245,1,1,1,1,1,1,1,1,0.7168,0.4245,0,1,0.2862,1,1,1,1,1,1,0.8532,0.2862,0,1,0.5453,1,1,1,0.5237,0.5453,0,1,1,1,1,1,0.653878212,0,1,1,1,1,1,1,0.897036493,0,1,1,1,1,1,1,0.718627453,0,0.463992267,0.463930611,0.464095745
-2687,1,0.4245,1,1,1,1,1,1,1,1,0.7218,0.4245,0,1,0.2862,1,1,1,1,1,1,0.9499,0.2862,0,1,0.5453,1,1,1,0.5347,0.5453,0,1,1,1,1,1,0.676584661,0,1,1,1,1,1,1,0.951865554,0,1,1,1,1,1,1,0.748449206,0,0.423030449,0.422889782,0.423315603
-2688,1,0.4245,1,1,1,1,1,1,1,1,0.7222,0.4245,0,1,0.2862,1,1,1,1,1,1,0.9456,0.2862,0,1,0.5453,1,1,1,0.6495,0.5453,0,1,1,1,1,1,0.785370529,0,0.971923709,1,1,1,1,1,0.950820088,0,1,1,1,1,1,1,0.802234292,0,0.396387144,0.396445949,0.396719858
-2689,1,0.4245,1,1,1,1,1,1,1,1,0.8435,0.4245,0,1,0.2862,1,1,1,1,1,1,0.9456,0.2862,0,1,0.5453,1,1,1,0.7196,0.5453,0,1,1,1,1,1,0.900539637,0,0.734586954,1,1,1,1,1,0.951650143,0,1,1,1,1,1,1,0.848921299,0,0.382310295,0.382272054,0.382092199
-2690,1,0.4245,1,1,1,1,1,1,1,1,0.7162,0.4245,0,1,0.2862,1,1,1,1,1,1,0.9179,0.2862,0,1,0.5453,1,1,1,0.7905,0.5453,0,1,1,1,1,1,0.880817473,0,0.207641646,1,1,1,1,1,0.918605149,0,0.052356023,1,1,1,1,1,0.892086208,0,0.376027066,0.375925534,0.375886525
-2691,1,0.4245,1,1,1,1,1,1,1,1,0.5295,0.4245,0,1,0.2862,1,1,1,1,1,1,0.709,0.2862,0,1,0.5453,1,1,1,0.864,0.5453,0,1,1,1,1,1,0.820702612,0,0.056831181,1,1,1,1,1,0.81024909,0,0,1,1,1,1,1,0.914151609,0,0.374697922,0.374867781,0.374556738
-2692,1,0.4245,1,1,1,1,1,1,1,1,0.5583,0.4245,0,1,0.2862,1,1,1,1,1,1,0.7221,0.2862,0,1,0.5453,1,1,1,0.9055,0.5453,0,1,1,1,1,1,0.800587893,0,0.336381435,1,1,1,1,1,0.797807097,0,0,1,1,1,1,1,0.945165038,0,0.385512325,0.385445314,0.385638298
-2693,1,0.4245,1,1,1,1,1,1,1,1,0.4484,0.4245,0,1,0.2862,1,1,1,1,1,1,0.4875,0.2862,0,1,0.5453,1,1,1,0.9067,0.5453,0,1,1,1,1,1,0.646574378,0,0.734586954,1,1,1,1,1,0.633175373,0,1,1,1,1,1,1,0.954563081,0,0.426292895,0.426274593,0.42641844
-2694,1,0.4245,1,1,1,1,1,1,1,1,0.4719,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3295,0.2862,0,1,0.5453,1,1,1,0.9463,0.5453,0.0145,1,1,1,1,1,0.636002004,0,0.884865463,1,1,1,1,1,0.483007073,0.001741898,1,1,1,1,1,1,0.948802173,0,0.49679797,0.496720965,0.496897163
-2695,1,0.4245,1,1,1,1,1,1,1,1,0.5206,0.4245,0.0092,1,0.2862,1,1,1,1,1,1,0.2892,0.2862,0.0238,1,0.5453,1,1,1,0.8578,0.5453,0.0778,1,1,1,1,1,0.64376235,0.031724446,1,1,1,1,1,1,0.412784755,0.102551229,1,1,1,1,1,1,0.940999687,0.001014912,0.550144998,0.550031733,0.550531915
-2696,1,0.4248,1,1,1,1,1,1,1,1,0.6714,0.4248,0.0916,1,0.2864,1,1,1,1,1,1,0.413,0.2864,0.1984,1,0.5455,1,1,1,0.8793,0.5455,0.1911,1,1,1,1,1,0.629071534,0.153454483,1,1,1,1,1,1,0.516200304,0.353171229,1,1,1,1,1,1,0.916537285,0.085423477,0.572317545,0.572456103,0.572251773
-2697,1,0.4252,1,1,1,1,1,1,1,1,0.6357,0.4252,0.3281,1,0.2867,1,1,1,1,1,1,0.2892,0.2867,0.3732,1,0.5457,1,1,1,0.8469,0.5457,0.2431,1,1,1,1,1,0.51518929,0.424378812,1,1,1,1,1,1,0.41179806,0.544487536,1,1,1,1,1,1,0.917108774,0.147620171,0.583494442,0.583668289,0.583776596
-2698,1,0.4255,1,1,1,1,1,1,1,1,0.5344,0.4255,0.423,1,0.2869,1,1,1,1,1,1,0.1684,0.2869,0.4554,1,0.5458,1,1,1,0.8419,0.5458,0.3821,1,1,1,1,1,0.295751691,0.621472299,1,1,1,1,1,1,0.244779885,0.647387683,1,1,1,1,1,1,0.909280777,0.388234705,0.591710971,0.591707214,0.591755319
-2699,1,0.4259,1,1,1,1,1,1,1,1,0.4371,0.4259,0.4581,1,0.2871,1,1,1,1,1,1,0.1935,0.2871,0.4953,1,0.546,1,1,1,0.7973,0.546,0.3618,1,1,1,1,1,0.231062874,0.666144907,1,1,1,1,1,1,0.242668331,0.680498898,0.995214701,1,1,1,1,1,0.863693595,0.444251209,0.595033833,0.595092025,0.594858156
-2700,1,0.4262,1,1,1,1,1,1,1,1,0.3122,0.4262,0.4584,1,0.2874,1,1,1,1,1,1,0.1572,0.2874,0.4939,1,0.5462,1,1,1,0.7024,0.5462,0.3974,1,1,1,1,1,0.176757455,0.680133641,1,1,1,1,1,1,0.204794347,0.691818297,1,1,1,1,1,1,0.754281163,0.491976798,0.591288062,0.591284113,0.591312057
-2701,1,0.4266,1,1,1,1,1,1,1,1,0.3189,0.4266,0.4346,1,0.2876,1,1,1,1,1,1,0.2455,0.2876,0.4942,1,0.5464,1,1,1,0.6932,0.5464,0.4304,1,1,1,1,1,0.251236618,0.666738451,0.86003828,1,1,1,1,1,0.304431915,0.659746885,0.764526486,1,1,1,1,1,0.722271264,0.50990653,0.588629773,0.588745505,0.588652482
-2702,1,0.4269,1,1,1,1,1,1,1,1,0.304,0.4269,0.3725,1,0.2878,1,1,1,1,1,1,0.3053,0.2878,0.4446,1,0.5466,1,1,1,0.6722,0.5466,0.4048,1,1,1,1,1,0.264398962,0.601036787,0.851855278,1,1,1,1,1,0.400043428,0.635209501,0.978219211,1,1,1,1,1,0.741673231,0.442836583,0.580534074,0.580495029,0.580673759
-2703,1,0.4273,1,1,1,1,1,1,1,1,0.2639,0.4273,0.3797,1,0.2881,1,1,1,1,1,1,0.3436,0.2881,0.4313,1,0.5468,1,1,1,0.6817,0.5468,0.291,1,1,1,1,1,0.396146983,0.57425952,0.83642447,1,1,1,1,1,0.434248775,0.593845963,0.726898432,1,1,1,1,1,0.779893875,0.312850416,0.574069599,0.573936958,0.574024823
-2704,1,0.4276,1,1,1,1,1,1,1,1,0.2964,0.4276,0.266,1,0.2883,1,1,1,1,1,1,0.49,0.2883,0.3186,1,0.547,1,1,1,0.5943,0.547,0.184,1,1,1,1,1,0.432702482,0.548457146,0.86046052,1,1,1,1,1,0.578551948,0.540510416,0.667315185,1,1,1,1,1,0.70224148,0.157987565,0.576486225,0.576687117,0.576684397
-2705,1,0.428,1,1,1,1,1,1,1,1,0.2713,0.428,0.1099,1,0.2885,1,1,1,1,1,1,0.1526,0.2885,0.1679,1,0.5472,1,1,1,0.5414,0.5472,0.0477,1,1,1,1,1,0.26060155,0.380763203,0.810180068,1,1,1,1,1,0.198396325,0.405159175,0.554820418,1,1,1,1,1,0.651316583,0.009811619,0.583313195,0.583456738,0.583333333
-2706,1,0.4283,1,1,1,1,1,1,1,1,0.3576,0.4283,0.0132,1,0.2888,1,1,1,1,1,1,0.2074,0.2888,0.0334,1,0.5473,1,1,1,0.4557,0.5473,0.0117,1,1,1,1,1,0.3187989,0.193336725,0.959774733,1,1,1,1,1,0.263427943,0.163710847,0.778061092,1,1,1,1,1,0.636298478,0,0.582104882,0.582187434,0.582446809
-2707,1,0.4287,1,1,1,1,1,1,1,1,0.3127,0.4287,0,1,0.289,1,1,1,1,1,1,0.1261,0.289,0,1,0.5475,1,1,1,0.5446,0.5475,0,1,1,1,1,1,0.20510456,0,0.991879344,1,1,1,1,1,0.160886139,0,0.74278456,1,1,1,1,1,0.780330777,0,0.588508942,0.588533954,0.588652482
-2708,1,0.429,1,1,1,1,1,1,1,1,0.3401,0.429,0,1,0.2892,1,1,1,1,1,1,0.2399,0.2892,0,1,0.5477,1,1,1,0.5443,0.5477,0,1,1,1,1,1,0.309383452,0,0.807699323,1,1,1,1,1,0.29506883,0,1,1,1,1,1,1,0.75485605,0,0.586817303,0.586841549,0.586879433
-2709,1,0.4294,1,1,1,1,1,1,1,1,0.3373,0.4294,0,1,0.2895,1,1,1,1,1,1,0.2054,0.2895,0,1,0.5479,1,1,1,0.4748,0.5479,0,1,1,1,1,1,0.421286494,0,0.673774362,1,1,1,1,1,0.2826823,0,0.796000838,1,1,1,1,1,0.643066645,0,0.545492992,0.545589169,0.545656028
-2710,1,0.4297,1,1,1,1,1,1,1,1,0.2877,0.4297,0,1,0.2897,1,1,1,1,1,1,0.3248,0.2897,0,1,0.5481,1,1,1,0.4847,0.5481,0,1,1,1,1,1,0.351143688,0,0.472672224,1,1,1,1,1,0.366475552,0,0.72397989,1,1,1,1,1,0.688420653,0,0.489487675,0.489528242,0.489361702
-2711,1,0.4301,1,1,1,1,1,1,1,1,0.239,0.4301,0,1,0.2899,1,1,1,1,1,1,0.2631,0.2899,0,1,0.5483,1,1,1,0.5555,0.5483,0,1,1,1,1,1,0.36599651,0,0.429126024,1,1,1,1,1,0.375437886,0,0.805107355,1,1,1,1,1,0.767147362,0,0.438376027,0.438332981,0.438386525
-2712,1,0.4304,1,1,1,1,1,1,1,1,0.325,0.4304,0,1,0.2902,1,1,1,1,1,1,0.2849,0.2902,0,1,0.5485,1,1,1,0.4769,0.5485,0,1,1,1,1,1,0.454651415,0,0.574166775,1,1,1,1,1,0.348290741,0,0.570800304,1,1,1,1,1,0.724911809,0,0.405570324,0.405542627,0.405585106
-2713,1,0.4308,1,1,1,1,1,1,1,1,0.3876,0.4308,0,1,0.2904,1,1,1,1,1,1,0.315,0.2904,0,1,0.5487,1,1,1,0.4511,0.5487,0,1,1,1,1,1,0.541741073,0,0.606154799,1,1,1,1,1,0.365291417,0,0.495911568,1,1,1,1,1,0.703047574,0,0.389922668,0.389887878,0.390070922
-2714,1,0.4312,1,1,1,1,1,1,1,1,0.3238,0.4312,0,1,0.2906,1,1,1,1,1,1,0.2608,0.2906,0,1,0.5488,1,1,1,0.4297,0.5488,0,1,1,1,1,1,0.45965305,0,0.674890757,1,1,1,1,1,0.320185691,0,0.869297743,1,1,1,1,1,0.661154211,0,0.381464476,0.381425851,0.381648936
-2715,1,0.4315,1,1,1,1,1,1,1,1,0.3789,0.4315,0,1,0.2909,1,1,1,1,1,1,0.2034,0.2909,0,1,0.549,1,1,1,0.3561,0.549,0,1,1,1,1,1,0.431269199,0,0.764271259,1,1,1,1,1,0.246537372,0,0.87827754,1,1,1,1,1,0.581205964,0,0.379833253,0.379733446,0.379875887
-2716,1,0.4319,1,1,1,1,1,1,1,1,0.4623,0.4319,0,1,0.2911,1,1,1,1,1,1,0.2734,0.2911,0,1,0.5492,1,1,1,0.4146,0.5492,0,1,1,1,1,1,0.545951188,0,0.905958235,1,1,1,1,1,0.344197631,0,0.899018168,1,1,1,1,1,0.669071257,0,0.391312228,0.391368733,0.391400709
-2717,1,0.4322,1,1,1,1,1,1,1,1,0.418,0.4322,0,1,0.2914,1,1,1,1,1,1,0.2339,0.2914,0,1,0.5494,1,1,1,0.4189,0.5494,0,1,1,1,1,1,0.482284844,0,1,1,1,1,1,1,0.263795346,0,0.746636152,1,1,1,1,1,0.657233119,0,0.429555341,0.429659403,0.429521277
-2718,1,0.4326,1,1,1,1,1,1,1,1,0.3201,0.4326,0.0942,1,0.2916,1,1,1,1,1,1,0.149,0.2916,0.1216,1,0.5496,1,1,1,0.3521,0.5496,0.0811,1,1,1,1,1,0.447617292,0.445197195,0.946662426,1,1,1,1,1,0.160768449,0.388496816,0.773418546,1,1,1,1,1,0.580847979,0.376226217,0.493052199,0.493124603,0.493351064
-2719,1,0.4329,1,1,1,1,1,1,1,1,0.3314,0.4329,0.2605,1,0.2918,1,1,1,1,1,1,0.2134,0.2918,0.2739,1,0.5498,1,1,1,0.3649,0.5498,0.2411,1,1,1,1,1,0.425749689,0.650996447,0.999482989,1,1,1,1,1,0.268425822,0.617011607,1,1,1,1,1,1,0.611559927,0.652337551,0.541082649,0.540935054,0.541223404
-2720,1,0.4333,1,1,1,1,1,1,1,1,0.4887,0.4333,0.4075,1,0.2921,1,1,1,1,1,1,0.2955,0.2921,0.4273,1,0.55,1,1,1,0.4432,0.55,0.3776,1,1,1,1,1,0.515419245,0.733516753,1,1,1,1,1,1,0.357034087,0.732112885,1,1,1,1,1,1,0.735639453,0.790674686,0.556488642,0.556589803,0.556737589
-2721,1,0.4336,1,1,1,1,1,1,1,1,0.4707,0.4336,0.5245,1,0.2923,1,1,1,1,1,1,0.2848,0.2923,0.5165,1,0.5502,1,1,1,0.3922,0.5502,0.5386,1,1,1,1,1,0.421479613,0.774460793,1,1,1,1,1,1,0.360108078,0.772252798,1,1,1,1,1,1,0.676976085,0.821300983,0.565248913,0.565263381,0.565159574
-2722,1,0.434,1,1,1,1,1,1,1,1,0.4367,0.434,0.6,1,0.2925,1,1,1,1,1,1,0.2706,0.2925,0.5981,1,0.5504,1,1,1,0.3864,0.5504,0.571,1,1,1,1,1,0.382467806,0.821229517,1,1,1,1,1,1,0.302800953,0.812562644,0.773742914,1,1,1,1,1,0.667250276,0.818854272,0.571471725,0.571609901,0.571808511
-2723,1,0.4343,1,1,1,1,1,1,1,1,0.4633,0.4343,0.612,1,0.2928,1,1,1,1,1,1,0.2314,0.2928,0.6208,1,0.5505,1,1,1,0.5935,0.5505,0.5884,1,1,1,1,1,0.385675699,0.817220926,1,1,1,1,1,1,0.309961647,0.827108443,0.865537167,1,1,1,1,1,0.823172688,0.845779359,0.5709884,0.570975249,0.571365248
-2724,1,0.4347,1,1,1,1,1,1,1,1,0.5341,0.4347,0.6225,1,0.293,1,1,1,1,1,1,0.2973,0.293,0.5842,1,0.5507,1,1,1,0.5573,0.5507,0.6154,1,1,1,1,1,0.490700752,0.852387667,0.973414361,1,1,1,1,1,0.358092308,0.790297985,0.98920393,1,1,1,1,1,0.770936191,0.800313354,0.566638473,0.566744235,0.566932624
-2725,1,0.435,1,1,1,1,1,1,1,1,0.5134,0.435,0.7787,1,0.2932,1,1,1,1,1,1,0.2431,0.2932,0.719,1,0.5509,1,1,1,0.6965,0.5509,0.7166,1,1,1,1,1,0.492446929,0.99399519,0.992114425,1,1,1,1,1,0.306503296,0.962671638,1,1,1,1,1,1,0.874481082,0.990128875,0.56458434,0.564628729,0.564716312
-2726,1,0.4354,1,1,1,1,1,1,1,1,0.4225,0.4354,0.5473,1,0.2935,1,1,1,1,1,1,0.1201,0.2935,0.5147,1,0.5511,1,1,1,0.4535,0.5511,0.4556,1,1,1,1,1,0.326745063,0.759253204,1,1,1,1,1,1,0.171703354,0.683122396,1,1,1,1,1,1,0.464147002,0.742604196,0.558421943,0.558493759,0.558510638
-2727,1,0.4357,1,1,1,1,1,1,1,1,0.5805,0.4357,0.4565,1,0.2937,1,1,1,1,1,1,0.0815,0.2937,0.4242,1,0.5513,1,1,1,0.3477,0.5513,0.444,1,1,1,1,1,0.488597602,0.676332831,1,1,1,1,1,1,0.137626708,0.615599692,0.923417807,1,1,1,1,1,0.337892443,0.809128881,0.552440793,0.552570341,0.552748227
-2728,1,0.4361,1,1,1,1,1,1,1,1,0.4496,0.4361,0.323,1,0.2939,1,1,1,1,1,1,0.0058,0.2939,0.325,1,0.5515,1,1,1,0.3584,0.5515,0.2986,1,1,1,1,1,0.303591371,0.59014678,1,1,1,1,1,1,0.056670282,0.529215574,0.203455493,1,1,1,1,1,0.331406087,0.778568566,0.553286612,0.553416543,0.553191489
-2729,1,0.4364,1,1,1,1,1,1,1,1,0.304,0.4364,0.1512,1,0.2942,1,1,1,1,1,1,0.0249,0.2942,0.1869,1,0.5517,1,1,1,0.2624,0.5517,0.1466,1,1,1,1,1,0.169655278,0.507646799,0.915672719,1,1,1,1,1,0.062578127,0.453971773,0.160778791,1,1,1,1,1,0.204283908,0.621801615,0.55679072,0.556589803,0.556737589
-2730,1,0.4368,1,1,1,1,1,1,1,1,0.4595,0.4368,0.0499,1,0.2944,1,1,1,1,1,1,0.2002,0.2944,0.0568,1,0.5519,1,1,1,0.4298,0.5519,0.0417,1,1,1,1,1,0.388386756,0.242649853,0.238182008,1,1,1,1,1,0.284705639,0.24051924,0.858568311,1,1,1,1,1,0.431215644,0.309628159,0.557817786,0.557859107,0.558067376
-2731,1,0.4371,1,1,1,1,1,1,1,1,0.082,0.4371,0,1,0.2946,1,1,1,1,1,1,0.0457,0.2946,0,1,0.552,1,1,1,0.0751,0.552,0,1,1,1,1,1,0.036005527,0,0.223872364,1,1,1,1,1,0.035773925,0,0.470522523,1,1,1,1,1,0.08426217,0,0.573586274,0.573725407,0.574024823
-2732,1,0.4375,1,1,1,1,1,1,1,1,0.2155,0.4375,0,1,0.2949,1,1,1,1,1,1,0.1485,0.2949,0,1,0.5522,1,1,1,0.3601,0.5522,0,1,1,1,1,1,0.210960865,0,0.247359678,1,1,1,1,1,0.155272886,0,0.661190629,1,1,1,1,1,0.423157871,0,0.588206863,0.588322403,0.588652482
-2733,1,0.4378,1,1,1,1,1,1,1,1,0.2545,0.4378,0,1,0.2951,1,1,1,1,1,1,0.1335,0.2951,0,1,0.5524,1,1,1,0.277,0.5524,0,1,1,1,1,1,0.284953982,0,0.562797904,1,1,1,1,1,0.198170051,0,0.809405088,1,1,1,1,1,0.444366992,0,0.551715805,0.551724138,0.551861702
-2734,1,0.4382,1,1,1,1,1,1,1,1,0.1599,0.4382,0,1,0.2953,1,1,1,1,1,1,0.1161,0.2953,0,1,0.5526,1,1,1,0.2113,0.5526,0,1,1,1,1,1,0.092526734,0,0.702963352,1,1,1,1,1,0.145778239,0,0.99788487,1,1,1,1,1,0.371877342,0,0.494441759,0.494393907,0.494680851
-2735,1,0.4386,1,1,1,1,1,1,1,1,0.2487,0.4386,0,1,0.2956,1,1,1,1,1,1,0.1239,0.2956,0,1,0.5528,1,1,1,0.2485,0.5528,0,1,1,1,1,1,0.226024479,0,0.818042219,1,1,1,1,1,0.177843481,0,1,1,1,1,1,1,0.433157235,0,0.44278637,0.442775545,0.443262411
-2736,1,0.4389,1,1,1,1,1,1,1,1,0.0261,0.4389,0,1,0.2958,1,1,1,1,1,1,0,0.2958,0,1,0.553,1,1,1,0.0131,0.553,0,1,1,1,1,1,0.003685403,0,0.994975746,1,1,1,1,1,0.001039337,0,1,1,1,1,1,1,0.055596575,0,0.409497342,0.40956209,0.409574468
-2737,1,0.4393,1,1,1,1,1,1,1,1,0.2149,0.4393,0,1,0.296,1,1,1,1,1,1,0.0656,0.296,0,1,0.5532,1,1,1,0.2199,0.5532,0,1,1,1,1,1,0.23046121,0,0.896880269,1,1,1,1,1,0.107340567,0,1,1,1,1,1,1,0.4770464,0,0.392580957,0.392638037,0.392287234
-2738,1,0.4396,1,1,1,1,1,1,1,1,0.0304,0.4396,0,1,0.2963,1,1,1,1,1,1,0.0171,0.2963,0,1,0.5534,1,1,1,0.0092,0.5534,0,1,1,1,1,1,0.002055374,0,0.656240702,1,1,1,1,1,0.020996686,0,0.872880936,1,1,1,1,1,0.051148407,0,0.384847753,0.384810662,0.384751773
-2739,1,0.44,1,1,1,1,1,1,1,1,0.1528,0.44,0,1,0.2965,1,1,1,1,1,1,0.2847,0.2965,0,1,0.5535,1,1,1,0.1595,0.5535,0,1,1,1,1,1,0.105734318,0,0.669404387,1,1,1,1,1,0.299770862,0,0.631741941,1,1,1,1,1,0.427521259,0,0.382551957,0.382695155,0.382535461
-2740,1,0.4403,1,1,1,1,1,1,1,1,0.22,0.4403,0,1,0.2968,1,1,1,1,1,1,0.2039,0.2968,0,1,0.5537,1,1,1,0.1149,0.5537,0,1,1,1,1,1,0.17490086,0,0.756407857,1,1,1,1,1,0.243579268,0,0.696235657,1,1,1,1,1,0.318448097,0,0.395239246,0.395176645,0.395390071
-2741,1,0.4407,1,1,1,1,1,1,1,1,0.0276,0.4407,0.0005,1,0.297,1,1,1,1,1,1,0.0094,0.297,0,1,0.5539,1,1,1,0.0099,0.5539,0.0325,1,1,1,1,1,0.002736029,0.000146972,0.781696141,1,1,1,1,1,0.003433182,0,0.22573036,1,1,1,1,1,0.060197633,0.125203222,0.434146931,0.434101967,0.434397163
-2742,1,0.441,1,1,1,1,1,1,1,1,0.0641,0.441,0.0872,1,0.2972,1,1,1,1,1,1,0.1193,0.2972,0.1218,1,0.5541,1,1,1,0.0744,0.5541,0.0962,1,1,1,1,1,0.043087225,0.58929038,0.164565712,1,1,1,1,1,0.106475562,0.563917696,0.133609697,1,1,1,1,1,0.128087357,0.61029768,0.497764621,0.497778718,0.497783688
-2743,1,0.4414,1,1,1,1,1,1,1,1,0.0668,0.4414,0.2712,1,0.2975,1,1,1,1,1,1,0,0.2975,0.2991,1,0.5543,1,1,1,0.0352,0.5543,0.2683,1,1,1,1,1,0.016651142,0.826890528,0.81358403,1,1,1,1,1,0.000236518,0.808328331,0.148762316,1,1,1,1,1,0.086705834,0.844294012,0.541686805,0.541781257,0.542109929
-2744,1,0.4417,1,1,1,1,1,1,1,1,0.095,0.4417,0.4665,1,0.2977,1,1,1,1,1,1,0,0.2977,0.4859,1,0.5545,1,1,1,0.1062,0.5545,0.4058,1,1,1,1,1,0.061280563,0.973333061,0.803124964,1,1,1,1,1,0.00018277,0.948777318,0.094907597,1,1,1,1,1,0.121260077,0.897402704,0.553165781,0.553204993,0.553191489
-2745,1,0.4421,1,1,1,1,1,1,1,1,0.1053,0.4421,0.6087,1,0.2979,1,1,1,1,1,1,0.1252,0.2979,0.6103,1,0.5547,1,1,1,0.2221,0.5547,0.5121,1,1,1,1,1,0.111960888,0.996291161,0.125394344,1,1,1,1,1,0.111392222,0.914905608,0.03728063,1,1,1,1,1,0.275820225,0.966420412,0.560173997,0.560186165,0.560283688
-2746,1,0.4424,1,1,1,1,1,1,1,1,0.0865,0.4424,0.7054,1,0.2982,1,1,1,1,1,1,0.3366,0.2982,0.6446,1,0.5549,1,1,1,0.3077,0.5549,0.5394,1,1,1,1,1,0.115251631,0.967725098,0.046397366,1,1,1,1,1,0.281080008,0.867586613,0,1,1,1,1,1,0.373385489,0.982796431,0.564946834,0.564840279,0.565159574
-2747,1,0.4428,1,1,1,1,1,1,1,1,0.1126,0.4428,0.6586,1,0.2984,1,1,1,1,1,1,0.5518,0.2984,0.5585,1,0.5551,1,1,1,0.2834,0.5551,0.548,1,1,1,1,1,0.165598586,0.847578049,0.055085991,1,1,1,1,1,0.412992537,0.809469223,0,1,1,1,1,1,0.267747939,0.994278789,0.56681972,0.566744235,0.566932624
-2748,1,0.4431,1,1,1,1,1,1,1,1,0.1689,0.4431,0.5991,1,0.2986,1,1,1,1,1,1,0.3965,0.2986,0.6046,1,0.5552,1,1,1,0.2537,0.5552,0.566,1,1,1,1,1,0.18062751,0.81741643,0.068401225,1,1,1,1,1,0.325824171,0.83724016,0.020124085,1,1,1,1,1,0.176732883,0.91386658,0.564101015,0.563994077,0.56427305
-2749,1,0.4435,1,1,1,1,1,1,1,1,0.2298,0.4435,0.5881,1,0.2989,1,1,1,1,1,1,0.3041,0.2989,0.552,1,0.5554,1,1,1,0.2507,0.5554,0.5653,1,1,1,1,1,0.200977609,0.801635683,0.0973427,1,1,1,1,1,0.275839388,0.757307887,0.09811493,1,1,1,1,1,0.197512627,0.867425859,0.562953117,0.562936323,0.563386525
-2750,1,0.4438,1,1,1,1,1,1,1,1,0.3113,0.4438,0.573,1,0.2991,1,1,1,1,1,1,0.2242,0.2991,0.5218,1,0.5556,1,1,1,0.1772,0.5556,0.5419,1,1,1,1,1,0.215718418,0.820532858,0.243948489,1,1,1,1,1,0.230708808,0.733349144,0.255326688,1,1,1,1,1,0.116085857,0.85717988,0.555340744,0.555320499,0.555407801
-2751,1,0.4442,1,1,1,1,1,1,1,1,0.337,0.4442,0.4545,1,0.2993,1,1,1,1,1,1,0.2028,0.2993,0.4655,1,0.5558,1,1,1,0.1239,0.5558,0.4146,1,1,1,1,1,0.183192462,0.779780984,0.250481635,1,1,1,1,1,0.213257179,0.759011686,0.236499757,1,1,1,1,1,0.082861684,0.771551013,0.550326245,0.550243283,0.550531915
-2752,1,0.4445,1,1,1,1,1,1,1,1,0.3742,0.4445,0.3241,1,0.2996,1,1,1,1,1,1,0.1081,0.2996,0.3282,1,0.556,1,1,1,0.1141,0.556,0.2967,1,1,1,1,1,0.217356905,0.675747573,0.551589191,1,1,1,1,1,0.149103999,0.719170153,0.511533022,1,1,1,1,1,0.06625057,0.663619161,0.551353311,0.551301037,0.55141844
-2753,1,0.4449,1,1,1,1,1,1,1,1,0.2586,0.4449,0.1461,1,0.2998,1,1,1,1,1,1,0.1936,0.2998,0.1803,1,0.5562,1,1,1,0.0934,0.5562,0.1362,1,1,1,1,1,0.225417197,0.501175463,0.604030311,1,1,1,1,1,0.225128978,0.537162304,0.835308671,1,1,1,1,1,0.089023933,0.537089586,0.554797003,0.554685847,0.554964539
-2754,1,0.4453,1,1,1,1,1,1,1,1,0.1485,0.4453,0.0381,1,0.3,1,1,1,1,1,1,0.0457,0.3,0.0636,1,0.5564,1,1,1,0.0689,0.5564,0.0363,1,1,1,1,1,0.106396697,0.245740831,0.936930299,1,1,1,1,1,0.039896492,0.350587696,0.871697664,1,1,1,1,1,0.103960872,0.237447158,0.557153214,0.557012905,0.557180851
-2755,1,0.4456,1,1,1,1,1,1,1,1,0.1623,0.4456,0,1,0.3003,1,1,1,1,1,1,0,0.3003,0,1,0.5566,1,1,1,0.0903,0.5566,0,1,1,1,1,1,0.104685158,0,0.871201992,1,1,1,1,1,0.004777768,0,0.676659167,1,1,1,1,1,0.161801234,0,0.569961334,0.569917495,0.570035461
-2756,1,0.446,1,1,1,1,1,1,1,1,0.1173,0.446,0,1,0.3005,1,1,1,1,1,1,0.0398,0.3005,0,1,0.5567,1,1,1,0.0826,0.5567,0,1,1,1,1,1,0.16287455,0,0.590993762,1,1,1,1,1,0.055512797,0,0.407209724,1,1,1,1,1,0.219070688,0,0.580413243,0.580495029,0.580230496
-2757,1,0.4463,1,1,1,1,1,1,1,1,0.1503,0.4463,0,1,0.3007,1,1,1,1,1,1,0.0852,0.3007,0,1,0.5569,1,1,1,0.151,0.5569,0,1,1,1,1,1,0.274736762,0,0.465105116,1,1,1,1,1,0.084820241,0,0.277795553,1,1,1,1,1,0.381697059,0,0.546459642,0.546435371,0.546542553
-2758,1,0.4467,1,1,1,1,1,1,1,1,0.0755,0.4467,0,1,0.301,1,1,1,1,1,1,0.1813,0.301,0,1,0.5571,1,1,1,0.1596,0.5571,0,1,1,1,1,1,0.173839226,0,0.246232077,1,1,1,1,1,0.20091483,0,0.054546863,1,1,1,1,1,0.345692128,0,0.492870952,0.492913053,0.492907801
-2759,1,0.447,1,1,1,1,1,1,1,1,0.1559,0.447,0,1,0.3012,1,1,1,1,1,1,0.1655,0.3012,0,1,0.5573,1,1,1,0.2497,0.5573,0,1,1,1,1,1,0.347946942,0,0.109395631,1,1,1,1,1,0.23817949,0,0,1,1,1,1,1,0.482916057,0,0.442846786,0.442775545,0.443262411
-2760,1,0.4474,1,1,1,1,1,1,1,1,0.1289,0.4474,0,1,0.3014,1,1,1,1,1,1,0.0881,0.3014,0,1,0.5575,1,1,1,0.2733,0.5575,0,1,1,1,1,1,0.194750547,0,0.044117957,1,1,1,1,1,0.133998841,0,0,1,1,1,1,1,0.541144669,0,0.409255679,0.409138989,0.409131206
-2761,1,0.4477,1,1,1,1,1,1,1,1,0.1371,0.4477,0,1,0.3017,1,1,1,1,1,1,0.0779,0.3017,0,1,0.5577,1,1,1,0.1724,0.5577,0,1,1,1,1,1,0.157999843,0,0.020718034,1,1,1,1,1,0.100430854,0,0,1,1,1,1,1,0.397764683,0,0.391614306,0.391580283,0.391843972
-2762,1,0.4481,1,1,1,1,1,1,1,1,0.1807,0.4481,0,1,0.3019,1,1,1,1,1,1,0.0443,0.3019,0,1,0.5579,1,1,1,0.1871,0.5579,0,1,1,1,1,1,0.163493648,0,0.074818656,1,1,1,1,1,0.05912872,0,0.003721204,1,1,1,1,1,0.420940638,0,0.384424843,0.384387561,0.384308511
-2763,1,0.4484,1,1,1,1,1,1,1,1,0.1461,0.4484,0,1,0.3021,1,1,1,1,1,1,0.0097,0.3021,0,1,0.5581,1,1,1,0.1811,0.5581,0,1,1,1,1,1,0.112055652,0,0.107112676,1,1,1,1,1,0.025026133,0,0,1,1,1,1,1,0.372326404,0,0.384424843,0.384387561,0.384308511
-2764,1,0.4488,1,1,1,1,1,1,1,1,0.0884,0.4488,0,1,0.3024,1,1,1,1,1,1,0,0.3024,0,1,0.5582,1,1,1,0.1203,0.5582,0,1,1,1,1,1,0.088571794,0,0.156754076,1,1,1,1,1,0.000480383,0,0.013347907,1,1,1,1,1,0.243162647,0,0.396749638,0.39686905,0.396719858
-2765,1,0.4491,1,1,1,1,1,1,1,1,0.0757,0.4491,0.0493,1,0.3026,1,1,1,1,1,1,0,0.3026,0,1,0.5584,1,1,1,0.1117,0.5584,0.0325,1,1,1,1,1,0.084350824,0.061826251,0.128923923,1,1,1,1,1,0.001286462,0,0.045309424,1,1,1,1,1,0.225146234,0.250483036,0.436986467,0.437063677,0.437056738
-2766,1,0.4495,1,1,1,1,1,1,1,1,0.0198,0.4495,0.0917,1,0.3029,1,1,1,1,1,1,0.0008,0.3029,0.1251,1,0.5586,1,1,1,0.0582,0.5586,0.0836,1,1,1,1,1,0.017811885,0.600081325,0.123071387,1,1,1,1,1,0.000939571,0.571525693,0.017898168,1,1,1,1,1,0.129663244,0.644148469,0.500906235,0.500951978,0.500886525
-2767,1,0.4498,1,1,1,1,1,1,1,1,0.003,0.4498,0.2768,1,0.3031,1,1,1,1,1,1,0.0241,0.3031,0.3055,1,0.5588,1,1,1,0.0118,0.5588,0.264,1,1,1,1,1,0.003108446,0.856332123,0.095381126,1,1,1,1,1,0.025171934,0.826801717,0,1,1,1,1,1,0.053892266,0.888023734,0.545190913,0.545166067,0.545212766
-2768,1,0.4502,1,1,1,1,1,1,1,1,0,0.4502,0.4619,1,0.3033,1,1,1,1,1,1,0,0.3033,0.4662,1,0.559,1,1,1,0.0091,0.559,0.4289,1,1,1,1,1,0.000199871,0.945281982,0,1,1,1,1,1,0.000519058,0.907545865,0,1,1,1,1,1,0.019204339,0.97489357,0.557092798,0.557012905,0.557180851
-2769,1,0.4505,1,1,1,1,1,1,1,1,0.001,0.4505,0.6047,1,0.3036,1,1,1,1,1,1,0,0.3036,0.556,1,0.5592,1,1,1,0.0141,0.5592,0.5633,1,1,1,1,1,0.001384481,0.987334073,0,1,1,1,1,1,0.003577342,0.844802439,0.026429322,1,1,1,1,1,0.045659218,0.999335647,0.562046883,0.562090121,0.562056738
-2770,1,0.4509,1,1,1,1,1,1,1,1,0.001,0.4509,0.7077,1,0.3038,1,1,1,1,1,1,0.0251,0.3038,0.613,1,0.5594,1,1,1,0.0572,0.5594,0.6662,1,1,1,1,1,0.001466126,0.981916428,0.017132301,1,1,1,1,1,0.036830079,0.78991729,0.207679838,1,1,1,1,1,0.116200484,0.998729706,0.566457226,0.566532685,0.566489362
-2771,1,0.4512,1,1,1,1,1,1,1,1,0.0617,0.4512,0.6966,1,0.304,1,1,1,1,1,1,0.0958,0.304,0.5149,1,0.5596,1,1,1,0.0168,0.5596,0.663,1,1,1,1,1,0.01933804,0.936384916,0.116572827,1,1,1,1,1,0.15696159,0.675210178,0.549911559,1,1,1,1,1,0.060175478,0.999609828,0.568934268,0.568859742,0.569148936
-2772,1,0.4516,1,1,1,1,1,1,1,1,0.1493,0.4516,0.6007,1,0.3043,1,1,1,1,1,1,0.1724,0.3043,0.4499,1,0.5598,1,1,1,0.0211,0.5598,0.6909,1,1,1,1,1,0.058664531,0.76776135,0.182056904,1,1,1,1,1,0.23268497,0.609968245,0.797189355,1,1,1,1,1,0.052479438,0.999975741,0.566759304,0.566744235,0.566932624
-2773,1,0.4519,1,1,1,1,1,1,1,1,0.2129,0.4519,0.5188,1,0.3045,1,1,1,1,1,1,0.187,0.3045,0.4268,1,0.5599,1,1,1,0.0495,0.5599,0.682,1,1,1,1,1,0.099508464,0.681960583,0.351518571,1,1,1,1,1,0.236780733,0.595137715,1,1,1,1,1,1,0.078694217,0.972845495,0.567121798,0.567167337,0.567375887
-2774,1,0.4523,1,1,1,1,1,1,1,1,0.1556,0.4523,0.4571,1,0.3047,1,1,1,1,1,1,0.1884,0.3047,0.4157,1,0.5601,1,1,1,0.0826,0.5601,0.555,1,1,1,1,1,0.106306754,0.618560672,0.321116388,1,1,1,1,1,0.250496805,0.591196477,1,1,1,1,1,1,0.111892119,0.845200062,0.561080232,0.561032367,0.561170213
-2775,1,0.4527,1,1,1,1,1,1,1,1,0.1666,0.4527,0.3729,1,0.305,1,1,1,1,1,1,0.1354,0.305,0.363,1,0.5603,1,1,1,0.1967,0.5603,0.3701,1,1,1,1,1,0.151510879,0.538853288,0.815832496,1,1,1,1,1,0.185870752,0.570495844,1,1,1,1,1,1,0.323158354,0.67319721,0.556367811,0.556378253,0.556737589
-2776,1,0.453,1,1,1,1,1,1,1,1,0.2787,0.453,0.2741,1,0.3052,1,1,1,1,1,1,0.3042,0.3052,0.258,1,0.5605,1,1,1,0.2537,0.5605,0.268,1,1,1,1,1,0.274440229,0.459368676,0.935214758,1,1,1,1,1,0.417293131,0.411445737,1,1,1,1,1,1,0.308203697,0.481298983,0.561563557,0.561667019,0.561613475
-2777,1,0.4534,1,1,1,1,1,1,1,1,0.2483,0.4534,0.1203,1,0.3054,1,1,1,1,1,1,0.515,0.3054,0.1186,1,0.5607,1,1,1,0.3196,0.5607,0.1352,1,1,1,1,1,0.218272656,0.233873278,1,1,1,1,1,1,0.530422688,0.102364711,1,1,1,1,1,1,0.520698071,0.309072077,0.573405027,0.573513857,0.57358156
-2778,1,0.4537,1,1,1,1,1,1,1,1,0.1505,0.4537,0.0016,1,0.3057,1,1,1,1,1,1,0.1629,0.3057,0.0007,1,0.5609,1,1,1,0.3343,0.5609,0.0077,1,1,1,1,1,0.178012222,0.007702353,1,1,1,1,1,1,0.17787011,0.002382334,1,1,1,1,1,1,0.545336664,0.070979059,0.577029966,0.577110218,0.57712766
-2779,1,0.4541,1,1,1,1,1,1,1,1,0.1147,0.4541,0,1,0.3059,1,1,1,1,1,1,0.0415,0.3059,0,1,0.5611,1,1,1,0.3908,0.5611,0,1,1,1,1,1,0.154732376,0,1,1,1,1,1,1,0.053865448,0,1,1,1,1,1,1,0.601462007,0,0.585367327,0.585360694,0.585549645
-2780,1,0.4544,1,1,1,1,1,1,1,1,0.1428,0.4544,0,1,0.3061,1,1,1,1,1,1,0.0834,0.3061,0,1,0.5613,1,1,1,0.5107,0.5613,0,1,1,1,1,1,0.211365178,0,1,1,1,1,1,1,0.092122875,0,1,1,1,1,1,1,0.728796422,0,0.585246496,0.585149143,0.585549645
-2781,1,0.4548,1,1,1,1,1,1,1,1,0.2004,0.4548,0,1,0.3064,1,1,1,1,1,1,0.0263,0.3064,0,1,0.5614,1,1,1,0.2826,0.5614,0,1,1,1,1,1,0.223239899,0,1,1,1,1,1,1,0.057617817,0,1,1,1,1,1,1,0.51068598,0,0.547124215,0.547070023,0.546985816
-2782,1,0.4551,1,1,1,1,1,1,1,1,0.1332,0.4551,0,1,0.3066,1,1,1,1,1,1,0,0.3066,0,1,0.5616,1,1,1,0.1969,0.5616,0,1,1,1,1,1,0.134169683,0,1,1,1,1,1,1,0.011789963,0,1,1,1,1,1,1,0.359215856,0,0.491843886,0.491855299,0.491578014
-2783,1,0.4555,1,1,1,1,1,1,1,1,0.0676,0.4555,0,1,0.3068,1,1,1,1,1,1,0.0514,0.3068,0,1,0.5618,1,1,1,0.1721,0.5618,0,1,1,1,1,1,0.050397187,0,0.954736769,1,1,1,1,1,0.073181845,0,0.438734829,1,1,1,1,1,0.327090949,0,0.441094732,0.441083139,0.441046099
-2784,1,0.4558,1,1,1,1,1,1,1,1,0.0651,0.4558,0,1,0.3071,1,1,1,1,1,1,0.1965,0.3071,0,1,0.562,1,1,1,0.1078,0.562,0,1,1,1,1,1,0.024751868,0,0.80520761,1,1,1,1,1,0.2315218,0,0.194274619,1,1,1,1,1,0.263675004,0,0.407261962,0.407235033,0.407358156
-2785,1,0.4562,1,1,1,1,1,1,1,1,0.0924,0.4562,0,1,0.3073,1,1,1,1,1,1,0.5526,0.3073,0,1,0.5622,1,1,1,0.1147,0.5622,0,1,1,1,1,1,0.096401319,0,0.588162541,1,1,1,1,1,0.546630263,0,0.695739269,1,1,1,1,1,0.172353044,0,0.38877477,0.388830125,0.388741135
-2786,1,0.4565,1,1,1,1,1,1,1,1,0.1658,0.4565,0,1,0.3075,1,1,1,1,1,1,0.6471,0.3075,0,1,0.5624,1,1,1,0.1414,0.5624,0,1,1,1,1,1,0.204547569,0,0.956304789,1,1,1,1,1,0.744021833,0,0.759784818,1,1,1,1,1,0.108125143,0,0.379047849,0.379098794,0.378989362
-2787,1,0.4569,1,1,1,1,1,1,1,1,0.5715,0.4569,0,1,0.3078,1,1,1,1,1,1,0.8264,0.3078,0,1,0.5626,1,1,1,0.1108,0.5626,0,1,1,1,1,1,0.399029583,0,1,1,1,1,1,1,0.819691122,0,1,1,1,1,1,1,0.08890716,0,0.376752054,0.376771737,0.37677305
-2788,1,0.4572,1,1,1,1,1,1,1,1,0.347,0.4572,0,1,0.308,1,1,1,1,1,1,0.9258,0.308,0,1,0.5628,1,1,1,0.106,0.5628,0,1,1,1,1,1,0.382025242,0,1,1,1,1,1,1,0.879662871,0,1,1,1,1,1,1,0.100302354,0,0.386176897,0.386079966,0.38608156
-2789,1,0.4576,1,1,1,1,1,1,1,1,0.5509,0.4576,0,1,0.3083,1,1,1,1,1,1,0.921,0.3083,0,1,0.563,1,1,1,0.1572,0.563,0,1,1,1,1,1,0.676950514,0,1,1,1,1,1,1,0.851612091,0,1,1,1,1,1,1,0.196594492,0,0.422547124,0.422678231,0.422429078
-2790,1,0.4579,1,1,1,1,1,1,1,1,0.573,0.4579,0.0835,1,0.3085,1,1,1,1,1,1,0.8819,0.3085,0.1167,1,0.5631,1,1,1,0.2414,0.5631,0.0539,1,1,1,1,1,0.537667751,0.414271533,1,1,1,1,1,1,0.823378086,0.499033451,1,1,1,1,1,1,0.33025068,0.111517906,0.485681489,0.48572033,0.48537234
-2791,1,0.4583,1,1,1,1,1,1,1,1,0.6365,0.4583,0.2597,1,0.3087,1,1,1,1,1,1,0.9563,0.3087,0.3008,1,0.5633,1,1,1,0.2023,0.5633,0.2049,1,1,1,1,1,0.822190225,0.672401965,0.94303453,1,1,1,1,1,0.925931931,0.796913922,1,1,1,1,1,1,0.201649025,0.313334107,0.535041083,0.535011635,0.53501773
-2792,1,0.4586,1,1,1,1,1,1,1,1,0.7527,0.4586,0.426,1,0.309,1,1,1,1,1,1,0.9637,0.309,0.4797,1,0.5635,1,1,1,0.2614,0.5635,0.3349,1,1,1,1,1,0.854863763,0.825684547,1,1,1,1,1,1,0.957303047,0.891000867,1,1,1,1,1,1,0.369605303,0.53126359,0.553709522,0.553839645,0.554078014
-2793,1,0.459,1,1,1,1,1,1,1,1,0.8748,0.459,0.5534,1,0.3092,1,1,1,1,1,1,0.9497,0.3092,0.6032,1,0.5637,1,1,1,0.575,0.5637,0.383,1,1,1,1,1,0.930038631,0.872477412,1,1,1,1,1,1,0.943231285,0.907549679,1,1,1,1,1,1,0.800978363,0.706767201,0.562711455,0.562724773,0.562943262
-2794,1,0.4594,1,1,1,1,1,1,1,1,0.8711,0.4594,0.7817,1,0.3094,1,1,1,1,1,1,0.9605,0.3094,0.8177,1,0.5639,1,1,1,0.6401,0.5639,0.6357,1,1,1,1,1,0.945019186,0.999973536,1,1,1,1,1,1,0.941494465,1,1,1,1,1,1,1,0.855511427,0.935761988,0.568390527,0.568436641,0.568705674
-2795,1,0.4597,1,1,1,1,1,1,1,1,0.8566,0.4597,0.6721,1,0.3097,1,1,1,1,1,1,0.8828,0.3097,0.6935,1,0.5641,1,1,1,0.7377,0.5641,0.521,1,1,1,1,1,0.921808481,0.917437553,1,1,1,1,1,1,0.867851377,0.956817031,1,1,1,1,1,1,0.902126849,0.888043702,0.567242629,0.567167337,0.567375887
-2796,1,0.4601,1,1,1,1,1,1,1,1,0.9137,0.4601,0.6865,1,0.3099,1,1,1,1,1,1,0.9423,0.3099,0.6996,1,0.5643,1,1,1,0.7893,0.5643,0.4963,1,1,1,1,1,0.949155569,0.925425887,1,1,1,1,1,1,0.897680521,0.980173826,1,1,1,1,1,1,0.943540514,0.933085442,0.56138231,0.561455469,0.561170213
-2797,1,0.4604,1,1,1,1,1,1,1,1,0.8645,0.4604,0.6856,1,0.3101,1,1,1,1,1,1,0.893,0.3101,0.6933,1,0.5645,1,1,1,0.7933,0.5645,0.46,1,1,1,1,1,0.904958427,0.913919687,1,1,1,1,1,1,0.858499765,0.961281538,1,1,1,1,1,1,0.944595337,0.955212295,0.557817786,0.557859107,0.558067376
-2798,1,0.4608,1,1,1,1,1,1,1,1,0.8339,0.4608,0.6293,1,0.3104,1,1,1,1,1,1,0.9351,0.3104,0.6467,1,0.5646,1,1,1,0.9168,0.5646,0.5074,1,1,1,1,1,0.882280827,0.883890688,1,1,1,1,1,1,0.904635906,0.938839972,1,1,1,1,1,1,0.962100029,0.965111017,0.548936684,0.548973979,0.548758865
-2799,1,0.4611,1,1,1,1,1,1,1,1,0.8908,0.4611,0.513,1,0.3106,1,1,1,1,1,1,0.8471,0.3106,0.5478,1,0.5648,1,1,1,0.8756,0.5648,0.4375,1,1,1,1,1,0.917559803,0.871122599,1,1,1,1,1,1,0.874618888,0.859104633,1,1,1,1,1,1,0.956050217,0.937674403,0.540176414,0.540088851,0.540336879
-2800,1,0.4615,1,1,1,1,1,1,1,1,0.8961,0.4615,0.3588,1,0.3108,1,1,1,1,1,1,0.9063,0.3108,0.4061,1,0.565,1,1,1,0.9366,0.565,0.3185,1,1,1,1,1,0.916023731,0.816815019,1,1,1,1,1,1,0.934524179,0.782082438,1,1,1,1,1,1,0.963262975,0.852765262,0.537880619,0.537761794,0.538120567
-2801,1,0.4618,1,1,1,1,1,1,1,1,0.9224,0.4618,0.1693,1,0.3111,1,1,1,1,1,1,0.9146,0.3111,0.2237,1,0.5652,1,1,1,0.9221,0.5652,0.1674,1,1,1,1,1,0.921922028,0.67329824,1,1,1,1,1,1,0.916420698,0.631460786,1,1,1,1,1,1,0.960596085,0.661942601,0.536732721,0.536704041,0.53679078
-2802,1,0.4622,1,1,1,1,1,1,1,1,0.9189,0.4622,0.0613,1,0.3113,1,1,1,1,1,1,0.8922,0.3113,0.0894,1,0.5654,1,1,1,0.9502,0.5654,0.0569,1,1,1,1,1,0.934916794,0.358505726,1,1,1,1,1,1,0.921246409,0.348572552,1,1,1,1,1,1,0.963549495,0.336500078,0.535041083,0.535011635,0.53501773
-2803,1,0.4625,1,1,1,1,1,1,1,1,0.5707,0.4625,0,1,0.3115,1,1,1,1,1,1,0.6619,0.3115,0,1,0.5656,1,1,1,0.9466,0.5656,0,1,1,1,1,1,0.654394388,0,1,1,1,1,1,1,0.72431469,0,1,1,1,1,1,1,0.96360153,0,0.549782504,0.549820182,0.550088652
-2804,1,0.4629,1,1,1,1,1,1,1,1,0.6407,0.4629,0,1,0.3118,1,1,1,1,1,1,0.6863,0.3118,0,1,0.5658,1,1,1,0.95,0.5658,0,1,1,1,1,1,0.786570013,0,1,1,1,1,1,1,0.711281538,0,1,1,1,1,1,1,0.971066356,0,0.567605123,0.567801989,0.567375887
-2805,1,0.4632,1,1,1,1,1,1,1,1,0.6175,0.4632,0,1,0.312,1,1,1,1,1,1,0.5917,0.312,0,1,0.566,1,1,1,0.9081,0.566,0,1,1,1,1,1,0.693930626,0,1,1,1,1,1,1,0.58833164,0,1,1,1,1,1,1,0.970552802,0,0.54301595,0.543050561,0.542996454
-2806,1,0.4636,1,1,1,1,1,1,1,1,0.5495,0.4636,0,1,0.3122,1,1,1,1,1,1,0.5545,0.3122,0,1,0.5661,1,1,1,0.8851,0.5661,0,1,1,1,1,1,0.618890107,0,1,1,1,1,1,1,0.540282428,0,1,1,1,1,1,1,0.972145319,0,0.499697922,0.499894225,0.5
-2807,1,0.4639,1,1,1,1,1,1,1,1,0.4065,0.4639,0,1,0.3125,1,1,1,1,1,1,0.5976,0.3125,0,1,0.5663,1,1,1,0.9276,0.5663,0,1,1,1,1,1,0.536976576,0,0.999175787,1,1,1,1,1,0.503245711,0,0.999586463,1,1,1,1,1,0.976746738,0,0.45420493,0.454199281,0.454343972
-2808,1,0.4643,1,1,1,1,1,1,1,1,0.4153,0.4643,0,1,0.3127,1,1,1,1,1,1,0.3944,0.3127,0,1,0.5665,1,1,1,0.9099,0.5665,0,1,1,1,1,1,0.544930339,0,1,1,1,1,1,1,0.427845806,0,0.999649286,1,1,1,1,1,0.978527904,0,0.420311745,0.420351174,0.420212766
-2809,1,0.4646,1,1,1,1,1,1,1,1,0.428,0.4646,0,1,0.3129,1,1,1,1,1,1,0.2464,0.3129,0,1,0.5667,1,1,1,0.8649,0.5667,0,1,1,1,1,1,0.537012815,0,1,1,1,1,1,1,0.336454868,0,0.668670475,1,1,1,1,1,0.975855529,0,0.401220396,0.401100063,0.401152482
-2810,1,0.465,1,1,1,1,1,1,1,1,0.4707,0.465,0,1,0.3132,1,1,1,1,1,1,0.4123,0.3132,0,1,0.5669,1,1,1,0.8353,0.5669,0,1,1,1,1,1,0.631369472,0,1,1,1,1,1,1,0.479067177,0,0.84284842,1,1,1,1,1,0.974405468,0,0.392339294,0.392426486,0.392287234
-2811,1,0.4653,1,1,1,1,1,1,1,1,0.408,0.4653,0,1,0.3134,1,1,1,1,1,1,0.2502,0.3134,0,1,0.5671,1,1,1,0.8352,0.5671,0,1,1,1,1,1,0.44863832,0,0.971553266,1,1,1,1,1,0.348087102,0,0.612034559,1,1,1,1,1,0.966775775,0,0.388956017,0.388830125,0.388741135
-2812,1,0.4657,1,1,1,1,1,1,1,1,0.3614,0.4657,0,1,0.3137,1,1,1,1,1,1,0.2647,0.3137,0,1,0.5673,1,1,1,0.7875,0.5673,0,1,1,1,1,1,0.385952711,0,0.640640974,1,1,1,1,1,0.407000959,0,0.522273302,1,1,1,1,1,0.944217443,0,0.39421218,0.394330442,0.394503546
-2813,1,0.466,1,1,1,1,1,1,1,1,0.432,0.466,0.0969,1,0.3139,1,1,1,1,1,1,0.2529,0.3139,0.087,1,0.5675,1,1,1,0.8081,0.5675,0.0454,1,1,1,1,1,0.486817986,0.179509923,0.514031351,1,1,1,1,1,0.343334287,0.075344943,0.675700068,1,1,1,1,1,0.950773835,0.258053869,0.408168197,0.408081235,0.408244681
-2814,1,0.4664,1,1,1,1,1,1,1,1,0.3971,0.4664,0.0994,1,0.3141,1,1,1,1,1,1,0.3036,0.3141,0.1337,1,0.5677,1,1,1,0.8325,0.5677,0.1216,1,1,1,1,1,0.446007103,0.618392706,0.423475623,1,1,1,1,1,0.31170845,0.611521602,0.802685618,1,1,1,1,1,0.956868231,0.623467743,0.428044949,0.427966998,0.428191489
-2815,1,0.4668,1,1,1,1,1,1,1,1,0.4085,0.4668,0.267,1,0.3144,1,1,1,1,1,1,0.5376,0.3144,0.3054,1,0.5678,1,1,1,0.7454,0.5678,0.2454,1,1,1,1,1,0.528468192,0.984433651,0.771424294,1,1,1,1,1,0.40612334,0.966411293,0.589278579,1,1,1,1,1,0.914406061,0.995854616,0.467435959,0.467526973,0.467641844
-2816,1,0.4671,1,1,1,1,1,1,1,1,0.275,0.4671,0.4652,1,0.3146,1,1,1,1,1,1,0.4676,0.3146,0.4933,1,0.568,1,1,1,0.7971,0.568,0.4392,1,1,1,1,1,0.442770898,0.97224915,0.571578383,1,1,1,1,1,0.43161577,0.963305295,0.554042935,1,1,1,1,1,0.952203274,0.987696767,0.500060416,0.500105775,0.5
-2817,1,0.4675,1,1,1,1,1,1,1,1,0.1588,0.4675,0.6177,1,0.3148,1,1,1,1,1,1,0.3521,0.3148,0.6328,1,0.5682,1,1,1,0.7558,0.5682,0.597,1,1,1,1,1,0.262548864,0.996548772,0.566793919,1,1,1,1,1,0.318251669,0.999299407,0.627083838,1,1,1,1,1,0.936439693,1,0.517218463,0.517241379,0.517287234
-2818,1,0.4678,1,1,1,1,1,1,1,1,0.1409,0.4678,0.7405,1,0.3151,1,1,1,1,1,1,0.2401,0.3151,0.7381,1,0.5684,1,1,1,0.7256,0.5684,0.7321,1,1,1,1,1,0.219225228,1,0.546913028,1,1,1,1,1,0.226946518,0.999778867,0.56571126,1,1,1,1,1,0.892200112,1,0.520057999,0.519991538,0.520390071
-2819,1,0.4682,1,1,1,1,1,1,1,1,0.1841,0.4682,0.7489,1,0.3153,1,1,1,1,1,1,0.1348,0.3153,0.7418,1,0.5686,1,1,1,0.6816,0.5686,0.7557,1,1,1,1,1,0.23357594,0.999976158,0.769405007,1,1,1,1,1,0.126201332,0.999966025,0.469024658,1,1,1,1,1,0.840828955,1,0.51601015,0.515972075,0.515957447
-2820,1,0.4685,1,1,1,1,1,1,1,1,0.2066,0.4685,0.7483,1,0.3155,1,1,1,1,1,1,0.1913,0.3155,0.7424,1,0.5688,1,1,1,0.603,0.5688,0.7615,1,1,1,1,1,0.314032018,0.999540985,0.700332642,1,1,1,1,1,0.171890512,0.988459587,0.244409174,1,1,1,1,1,0.82676661,0.999952435,0.507008217,0.506875397,0.507092199
-2821,1,0.4689,1,1,1,1,1,1,1,1,0.2004,0.4689,0.7424,1,0.3158,1,1,1,1,1,1,0.2278,0.3158,0.7348,1,0.569,1,1,1,0.602,0.569,0.7604,1,1,1,1,1,0.282633275,0.997694194,0.635447741,1,1,1,1,1,0.208570227,0.969490051,0.138524354,1,1,1,1,1,0.779580176,0.999992728,0.49637506,0.496297863,0.496453901
-2822,1,0.4692,1,1,1,1,1,1,1,1,0.2811,0.4692,0.6644,1,0.316,1,1,1,1,1,1,0.2554,0.316,0.6813,1,0.5692,1,1,1,0.5421,0.5692,0.6824,1,1,1,1,1,0.307838291,0.976199567,0.862449527,1,1,1,1,1,0.268688202,0.980117619,0.345586926,1,1,1,1,1,0.800037146,0.971011519,0.486829386,0.486778083,0.48714539
-2823,1,0.4696,1,1,1,1,1,1,1,1,0.28,0.4696,0.5355,1,0.3162,1,1,1,1,1,1,0.223,0.3162,0.5282,1,0.5693,1,1,1,0.61,0.5693,0.5361,1,1,1,1,1,0.313695371,0.979177952,0.984669328,1,1,1,1,1,0.246622592,0.926223636,0.319021463,1,1,1,1,1,0.75491339,0.92345196,0.481029483,0.481066215,0.480939716
-2824,1,0.4699,1,1,1,1,1,1,1,1,0.2724,0.4699,0.3457,1,0.3165,1,1,1,1,1,1,0.2238,0.3165,0.3801,1,0.5695,1,1,1,0.6019,0.5695,0.3499,1,1,1,1,1,0.349231929,0.882890999,0.977753758,1,1,1,1,1,0.246028572,0.857445121,0.5051018,1,1,1,1,1,0.740609467,0.906283319,0.483748188,0.483816374,0.483599291
-2825,1,0.4703,1,1,1,1,1,1,1,1,0.3565,0.4703,0.15,1,0.3167,1,1,1,1,1,1,0.1151,0.3167,0.2018,1,0.5697,1,1,1,0.5238,0.5697,0.1354,1,1,1,1,1,0.376290888,0.67476964,0.934835076,1,1,1,1,1,0.140267342,0.641389728,0.834567904,1,1,1,1,1,0.6579144,0.7429052,0.490695988,0.490797546,0.490691489
-2826,1,0.4706,1,1,1,1,1,1,1,1,0.2393,0.4706,0.059,1,0.3169,1,1,1,1,1,1,0.1627,0.3169,0.0706,1,0.5699,1,1,1,0.3895,0.5699,0.0637,1,1,1,1,1,0.262071609,0.325819194,0.912928581,1,1,1,1,1,0.158052459,0.292133689,1,1,1,1,1,1,0.566999614,0.424880713,0.495166747,0.49524011,0.495567376
-2827,1,0.471,1,1,1,1,1,1,1,1,0.1208,0.471,0,1,0.3172,1,1,1,1,1,1,0.1778,0.3172,0,1,0.5701,1,1,1,0.3329,0.5701,0,1,1,1,1,1,0.106796347,0,0.994819224,1,1,1,1,1,0.177035123,0,0.914530396,1,1,1,1,1,0.464025944,0,0.508276945,0.508356251,0.508421986
-2828,1,0.4713,1,1,1,1,1,1,1,1,0.1324,0.4713,0,1,0.3174,1,1,1,1,1,1,0.1495,0.3174,0,1,0.5703,1,1,1,0.3707,0.5703,0,1,1,1,1,1,0.202100545,0,0.753355742,1,1,1,1,1,0.225503743,0,0.581345558,1,1,1,1,1,0.587749898,0,0.527851619,0.527818913,0.527925532
-2829,1,0.4717,1,1,1,1,1,1,1,1,0.1251,0.4717,0,1,0.3176,1,1,1,1,1,1,0.2139,0.3176,0,1,0.5705,1,1,1,0.4047,0.5705,0,1,1,1,1,1,0.274410307,0,0.351651937,1,1,1,1,1,0.28129825,0,0.584516287,1,1,1,1,1,0.657916367,0,0.50682697,0.506663846,0.506648936
-2830,1,0.472,1,1,1,1,1,1,1,1,0.1336,0.472,0,1,0.3179,1,1,1,1,1,1,0.3719,0.3179,0,1,0.5707,1,1,1,0.4304,0.5707,0,1,1,1,1,1,0.39655447,0,0.264583349,1,1,1,1,1,0.376899064,0,0.818161249,1,1,1,1,1,0.66566205,0,0.470275495,0.470277131,0.470301418
-2831,1,0.4724,1,1,1,1,1,1,1,1,0.1497,0.4724,0,1,0.3181,1,1,1,1,1,1,0.3077,0.3181,0,1,0.5708,1,1,1,0.4095,0.5708,0,1,1,1,1,1,0.377275139,0,0.361054689,1,1,1,1,1,0.33780086,0,0.878723025,1,1,1,1,1,0.579104781,0,0.431609473,0.43177491,0.431737589
-2832,1,0.4727,1,1,1,1,1,1,1,1,0.1364,0.4727,0,1,0.3183,1,1,1,1,1,1,0.3436,0.3183,0,1,0.571,1,1,1,0.3216,0.571,0,1,1,1,1,1,0.355094999,0,0.266315043,1,1,1,1,1,0.380621225,0,0.398293734,1,1,1,1,1,0.529598117,0,0.399468342,0.399619209,0.399379433
-2833,1,0.4731,1,1,1,1,1,1,1,1,0.1683,0.4731,0,1,0.3186,1,1,1,1,1,1,0.3091,0.3186,0,1,0.5712,1,1,1,0.2525,0.5712,0,1,1,1,1,1,0.414912641,0,0.113483801,1,1,1,1,1,0.443874002,0,0.11428535,1,1,1,1,1,0.370393336,0,0.381585307,0.381637402,0.381648936
-2834,1,0.4735,1,1,1,1,1,1,1,1,0.2131,0.4735,0,1,0.3188,1,1,1,1,1,1,0.32,0.3188,0,1,0.5714,1,1,1,0.1783,0.5714,0,1,1,1,1,1,0.491161048,0,0.058841463,1,1,1,1,1,0.486012042,0,0.109909683,1,1,1,1,1,0.204132587,0,0.372704205,0.372752274,0.372783688
-2835,1,0.4738,1,1,1,1,1,1,1,1,0.2815,0.4738,0,1,0.319,1,1,1,1,1,1,0.342,0.319,0,1,0.5716,1,1,1,0.1172,0.5716,0,1,1,1,1,1,0.441373229,0,0.073227867,1,1,1,1,1,0.499409795,0,0.246138752,1,1,1,1,1,0.153158382,0,0.369864669,0.369790565,0.369680851
-2836,1,0.4742,1,1,1,1,1,1,1,1,0.2414,0.4742,0,1,0.3193,1,1,1,1,1,1,0.4934,0.3193,0,1,0.5718,1,1,1,0.089,0.5718,0,1,1,1,1,1,0.405412346,0,0.103896275,1,1,1,1,1,0.654608727,0,0.300569355,1,1,1,1,1,0.160416991,0,0.372402127,0.372540724,0.372340426
-2837,1,0.4745,1,1,1,1,1,1,1,1,0.1469,0.4745,0.0968,1,0.3195,1,1,1,1,1,1,0.3203,0.3195,0.0727,1,0.572,1,1,1,0.0934,0.572,0.1022,1,1,1,1,1,0.277864188,0.229593217,0.028188616,1,1,1,1,1,0.458520859,0.074051663,0.108244509,1,1,1,1,1,0.199242339,0.229982376,0.380316578,0.380368098,0.380319149
-2838,1,0.4749,1,1,1,1,1,1,1,1,0.0672,0.4749,0.0959,1,0.3198,1,1,1,1,1,1,0.1307,0.3198,0.1334,1,0.5722,1,1,1,0.094,0.5722,0.0827,1,1,1,1,1,0.120931983,0.644818485,0.048278686,1,1,1,1,1,0.199238867,0.613668621,0.218502894,1,1,1,1,1,0.226624891,0.642377198,0.392762204,0.392849587,0.392730496
-2839,1,0.4752,1,1,1,1,1,1,1,1,0.0467,0.4752,0.2821,1,0.32,1,1,1,1,1,1,0.0365,0.32,0.3146,1,0.5724,1,1,1,0.0898,0.5724,0.2744,1,1,1,1,1,0.081982061,0.898203313,0.078122251,1,1,1,1,1,0.053970575,0.877184927,0.156962842,1,1,1,1,1,0.132730067,0.92959702,0.422124215,0.422043579,0.421985816
-2840,1,0.4756,1,1,1,1,1,1,1,1,0.1554,0.4756,0.4778,1,0.3202,1,1,1,1,1,1,0.082,0.3202,0.4983,1,0.5725,1,1,1,0.2363,0.5725,0.4743,1,1,1,1,1,0.201583251,0.999727607,0.028453827,1,1,1,1,1,0.086338073,0.998411357,0.133697391,1,1,1,1,1,0.223073721,0.999966383,0.455231996,0.455257034,0.455230496
-2841,1,0.4759,1,1,1,1,1,1,1,1,0.2054,0.4759,0.6264,1,0.3205,1,1,1,1,1,1,0.2192,0.3205,0.6336,1,0.5727,1,1,1,0.2864,0.5727,0.6341,1,1,1,1,1,0.243961781,1,0.051144511,1,1,1,1,1,0.209744632,1,0.131819382,1,1,1,1,1,0.355693579,0.996097207,0.479096182,0.478950709,0.479166667
-2842,1,0.4763,1,1,1,1,1,1,1,1,0.2271,0.4763,0.7379,1,0.3207,1,1,1,1,1,1,0.3738,0.3207,0.7354,1,0.5729,1,1,1,0.4573,0.5729,0.7548,1,1,1,1,1,0.342798084,1,0.131335169,1,1,1,1,1,0.315316588,1,0.221199751,1,1,1,1,1,0.506578207,0.999319613,0.489064766,0.489105141,0.489361702
-2843,1,0.4766,1,1,1,1,1,1,1,1,0.2423,0.4766,0.758,1,0.3209,1,1,1,1,1,1,0.5343,0.3209,0.7642,1,0.5731,1,1,1,0.4573,0.5731,0.7678,1,1,1,1,1,0.403102666,1,0.143547505,1,1,1,1,1,0.472930551,1,0.203631416,1,1,1,1,1,0.599234283,1,0.493354277,0.493336154,0.493794326
-2844,1,0.477,1,1,1,1,1,1,1,1,0.2769,0.477,0.7581,1,0.3212,1,1,1,1,1,1,0.6264,0.3212,0.7653,1,0.5733,1,1,1,0.6081,0.5733,0.7714,1,1,1,1,1,0.537309349,1,0.328259766,1,1,1,1,1,0.580996871,1,0.152568325,1,1,1,1,1,0.693028331,1,0.491118898,0.491009097,0.491134752
-2845,1,0.4773,1,1,1,1,1,1,1,1,0.3612,0.4773,0.7456,1,0.3214,1,1,1,1,1,1,0.6667,0.3214,0.7615,1,0.5735,1,1,1,0.6132,0.5735,0.7632,1,1,1,1,1,0.509155452,0.989407659,0.923304796,1,1,1,1,1,0.658959746,1,0.231194511,1,1,1,1,1,0.811469018,1,0.484594007,0.484662577,0.484929078
-2846,1,0.4777,1,1,1,1,1,1,1,1,0.4897,0.4777,0.6691,1,0.3216,1,1,1,1,1,1,0.7875,0.3216,0.7018,1,0.5737,1,1,1,0.59,0.5737,0.6773,1,1,1,1,1,0.543600202,0.999689817,1,1,1,1,1,1,0.743986487,1,0.356089294,1,1,1,1,1,0.836319268,1,0.477525375,0.477681405,0.477393617
-2847,1,0.478,1,1,1,1,1,1,1,1,0.5764,0.478,0.5448,1,0.3219,1,1,1,1,1,1,0.7056,0.3219,0.5819,1,0.5739,1,1,1,0.767,0.5739,0.5354,1,1,1,1,1,0.573366165,0.999971747,1,1,1,1,1,1,0.693212032,0.999994278,0.706530333,1,1,1,1,1,0.916329443,1,0.476377477,0.476412101,0.476507092
-2848,1,0.4784,1,1,1,1,1,1,1,1,0.5292,0.4784,0.3721,1,0.3221,1,1,1,1,1,1,0.8289,0.3221,0.4279,1,0.574,1,1,1,0.7485,0.574,0.3521,1,1,1,1,1,0.697881937,0.984873176,0.990797877,1,1,1,1,1,0.819169641,0.98780179,0.831756353,1,1,1,1,1,0.912025571,0.974916816,0.483506525,0.483604823,0.483599291
-2849,1,0.4787,1,1,1,1,1,1,1,1,0.5513,0.4787,0.1593,1,0.3223,1,1,1,1,1,1,0.7191,0.3223,0.2221,1,0.5742,1,1,1,0.818,0.5742,0.1354,1,1,1,1,1,0.697321177,0.79585278,0.987020373,1,1,1,1,1,0.751800895,0.805318952,0.951270461,1,1,1,1,1,0.945128441,0.779663682,0.497039633,0.496932515,0.497340426
-2850,1,0.4791,1,1,1,1,1,1,1,1,0.4896,0.4791,0.0698,1,0.3226,1,1,1,1,1,1,0.5382,0.3226,0.1006,1,0.5744,1,1,1,0.6876,0.5744,0.0633,1,1,1,1,1,0.566247106,0.468397468,0.849003315,1,1,1,1,1,0.599348545,0.486880243,0.790319443,1,1,1,1,1,0.846870065,0.437772155,0.505497825,0.505606093,0.505762411
-2851,1,0.4794,1,1,1,1,1,1,1,1,0.2744,0.4794,0,1,0.3228,1,1,1,1,1,1,0.2727,0.3228,0,1,0.5746,1,1,1,0.4003,0.5746,0,1,1,1,1,1,0.350900918,0,0.162581503,1,1,1,1,1,0.33628577,0,0.701237738,1,1,1,1,1,0.605091393,0,0.521689222,0.521683943,0.521719858
-2852,1,0.4798,1,1,1,1,1,1,1,1,0.1972,0.4798,0,1,0.323,1,1,1,1,1,1,0.2296,0.323,0,1,0.5748,1,1,1,0.4509,0.5748,0,1,1,1,1,1,0.346057713,0,0.215642124,1,1,1,1,1,0.357141614,0,0.695205808,1,1,1,1,1,0.744224906,0,0.545311745,0.545377618,0.545212766
-2853,1,0.4801,1,1,1,1,1,1,1,1,0.1975,0.4801,0,1,0.3233,1,1,1,1,1,1,0.1481,0.3233,0,1,0.575,1,1,1,0.4002,0.575,0,1,1,1,1,1,0.381412178,0,0.270904064,1,1,1,1,1,0.248273253,0,0.836961031,1,1,1,1,1,0.724954009,0,0.513835186,0.513645018,0.514184397
-2854,1,0.4805,1,1,1,1,1,1,1,1,0.1801,0.4805,0,1,0.3235,1,1,1,1,1,1,0.2272,0.3235,0,1,0.5752,1,1,1,0.3725,0.5752,0,1,1,1,1,1,0.396083921,0,0.147060439,1,1,1,1,1,0.370825768,0,0.70772779,1,1,1,1,1,0.760820746,0,0.465744321,0.465834567,0.465868794
-2855,1,0.4809,1,1,1,1,1,1,1,1,0.3662,0.4809,0,1,0.3237,1,1,1,1,1,1,0.402,0.3237,0,1,0.5754,1,1,1,0.3648,0.5754,0,1,1,1,1,1,0.515105069,0,0.034564421,1,1,1,1,1,0.618138194,0,0.344791621,1,1,1,1,1,0.775065482,0,0.421822136,0.421832029,0.421985816
-2856,1,0.4812,1,1,1,1,1,1,1,1,0.4621,0.4812,0,1,0.324,1,1,1,1,1,1,0.3354,0.324,0,1,0.5755,1,1,1,0.34,0.5755,0,1,1,1,1,1,0.473241895,0,0.227578759,1,1,1,1,1,0.496285141,0,0.365901053,1,1,1,1,1,0.73510623,0,0.39378927,0.39369579,0.394060284
-2857,1,0.4816,1,1,1,1,1,1,1,1,0.4129,0.4816,0,1,0.3242,1,1,1,1,1,1,0.3284,0.3242,0,1,0.5757,1,1,1,0.374,0.5757,0,1,1,1,1,1,0.454747736,0,0.172604457,1,1,1,1,1,0.431793869,0,0.126208127,1,1,1,1,1,0.71387428,0,0.37959159,0.379733446,0.379875887
-2858,1,0.4819,1,1,1,1,1,1,1,1,0.2433,0.4819,0,1,0.3244,1,1,1,1,1,1,0.1334,0.3244,0,1,0.5759,1,1,1,0.2899,0.5759,0,1,1,1,1,1,0.287712336,0,0.336816102,1,1,1,1,1,0.235057712,0,0.114438482,1,1,1,1,1,0.582633972,0,0.374395843,0.37444468,0.374556738
-2859,1,0.4823,1,1,1,1,1,1,1,1,0.148,0.4823,0,1,0.3247,1,1,1,1,1,1,0.0645,0.3247,0,1,0.5761,1,1,1,0.2429,0.5761,0,1,1,1,1,1,0.224953592,0,0.513371646,1,1,1,1,1,0.096078649,0,0.243033528,1,1,1,1,1,0.48433435,0,0.376268729,0.376348635,0.376329787
-2860,1,0.4826,1,1,1,1,1,1,1,1,0.1672,0.4826,0,1,0.3249,1,1,1,1,1,1,0.08,0.3249,0,1,0.5763,1,1,1,0.2259,0.5763,0,1,1,1,1,1,0.233020529,0,0.334687263,1,1,1,1,1,0.104821369,0,0.187267557,1,1,1,1,1,0.414148808,0,0.390949734,0.390945631,0.390957447
-2861,1,0.483,1,1,1,1,1,1,1,1,0.1582,0.483,0.1109,1,0.3252,1,1,1,1,1,1,0.0814,0.3252,0.1157,1,0.5765,1,1,1,0.1999,0.5765,0.0999,1,1,1,1,1,0.127364382,0.251231968,0.174048364,1,1,1,1,1,0.113164864,0.183500305,0.144672766,1,1,1,1,1,0.30789727,0.310040295,0.432455292,0.432621113,0.432624113
-2862,1,0.4833,1,1,1,1,1,1,1,1,0.115,0.4833,0.098,1,0.3254,1,1,1,1,1,1,0.0965,0.3254,0.1345,1,0.5767,1,1,1,0.1451,0.5767,0.0842,1,1,1,1,1,0.069673054,0.633871138,0.093335226,1,1,1,1,1,0.126437455,0.599730909,0.042477492,1,1,1,1,1,0.225819588,0.678795099,0.502054132,0.502009731,0.502216312
-2863,1,0.4837,1,1,1,1,1,1,1,1,0.0542,0.4837,0.2796,1,0.3256,1,1,1,1,1,1,0.0057,0.3256,0.3099,1,0.5769,1,1,1,0.1579,0.5769,0.2702,1,1,1,1,1,0.063946284,0.880398154,0.157581747,1,1,1,1,1,0.030596051,0.858408689,0.081150785,1,1,1,1,1,0.158948049,0.901025534,0.548695022,0.548762429,0.548758865
-2864,1,0.484,1,1,1,1,1,1,1,1,0.0218,0.484,0.4674,1,0.3259,1,1,1,1,1,1,0,0.3259,0.4874,1,0.5771,1,1,1,0.1667,0.5771,0.4622,1,1,1,1,1,0.003552637,0.981387973,0.180664286,1,1,1,1,1,3.59E-05,0.973081172,0.09837383,1,1,1,1,1,0.140169159,0.988842964,0.557938618,0.557859107,0.558067376
-2865,1,0.4844,1,1,1,1,1,1,1,1,0.0082,0.4844,0.6082,1,0.3261,1,1,1,1,1,1,0,0.3261,0.6085,1,0.5772,1,1,1,0.1358,0.5772,0.6131,1,1,1,1,1,0.008292227,0.999704897,0.065930434,1,1,1,1,1,8.88E-06,0.969079018,0.027540315,1,1,1,1,1,0.165296748,0.999795794,0.563073949,0.563147874,0.563386525
-2866,1,0.4847,1,1,1,1,1,1,1,1,0.0069,0.4847,0.7158,1,0.3263,1,1,1,1,1,1,0,0.3263,0.6619,1,0.5774,1,1,1,0.1309,0.5774,0.716,1,1,1,1,1,0.002031884,0.997739673,0.028934915,1,1,1,1,1,0,0.87814796,0.00052356,1,1,1,1,1,0.183444694,0.9997226,0.567000967,0.566955786,0.567375887
-2867,1,0.4851,1,1,1,1,1,1,1,1,0.0173,0.4851,0.6519,1,0.3266,1,1,1,1,1,1,0.0048,0.3266,0.6534,1,0.5776,1,1,1,0.1457,0.5776,0.6428,1,1,1,1,1,0.004670694,0.878128231,1.38E-05,1,1,1,1,1,0.004335224,0.880962908,0,1,1,1,1,1,0.162122339,0.999806941,0.566578057,0.566744235,0.566932624
-2868,1,0.4854,1,1,1,1,1,1,1,1,0.0257,0.4854,0.6012,1,0.3268,1,1,1,1,1,1,0.0028,0.3268,0.6176,1,0.5778,1,1,1,0.0794,0.5778,0.702,1,1,1,1,1,0.007603187,0.856162727,0,1,1,1,1,1,0.004427467,0.863162041,0,1,1,1,1,1,0.087723017,0.908228815,0.562590623,0.562724773,0.562943262
-2869,1,0.4858,1,1,1,1,1,1,1,1,0.0584,0.4858,0.5879,1,0.327,1,1,1,1,1,1,0.0175,0.327,0.5969,1,0.578,1,1,1,0.1451,0.578,0.6889,1,1,1,1,1,0.014069956,0.829072177,0.001057759,1,1,1,1,1,0.031400513,0.839701772,0,1,1,1,1,1,0.097758345,0.902255714,0.561442726,0.561455469,0.561613475
-2870,1,0.4861,1,1,1,1,1,1,1,1,0.0851,0.4861,0.5462,1,0.3273,1,1,1,1,1,1,0.0106,0.3273,0.5383,1,0.5782,1,1,1,0.1761,0.5782,0.5945,1,1,1,1,1,0.019712195,0.758472443,0.004157288,1,1,1,1,1,0.031430323,0.776644766,0.007902094,1,1,1,1,1,0.178931117,0.839037418,0.55540116,0.555320499,0.555407801
-2871,1,0.4865,1,1,1,1,1,1,1,1,0.1573,0.4865,0.4003,1,0.3275,1,1,1,1,1,1,0.0273,0.3275,0.4116,1,0.5784,1,1,1,0.1656,0.5784,0.4312,1,1,1,1,1,0.029030696,0.619329035,0.079586655,1,1,1,1,1,0.072829932,0.680970073,0.07977435,1,1,1,1,1,0.085663624,0.723519444,0.549601257,0.549820182,0.54964539
-2872,1,0.4868,1,1,1,1,1,1,1,1,0.1682,0.4868,0.2505,1,0.3277,1,1,1,1,1,1,0.0334,0.3277,0.2934,1,0.5786,1,1,1,0.0539,0.5786,0.2865,1,1,1,1,1,0.037822388,0.358863294,0.059061293,1,1,1,1,1,0.107036024,0.528370202,0.124046862,1,1,1,1,1,0.050030317,0.625269234,0.549178347,0.54918553,0.549202128
-2873,1,0.4872,1,1,1,1,1,1,1,1,0.1873,0.4872,0.1252,1,0.328,1,1,1,1,1,1,0.0695,0.328,0.163,1,0.5787,1,1,1,0.0294,0.5787,0.1421,1,1,1,1,1,0.048854619,0.197511986,0.093802258,1,1,1,1,1,0.148079872,0.410648644,0.09706755,1,1,1,1,1,0.021144764,0.461019456,0.552924118,0.552993442,0.552748227
-2874,1,0.4876,1,1,1,1,1,1,1,1,0.0805,0.4876,0.0221,1,0.3282,1,1,1,1,1,1,0.1107,0.3282,0.0341,1,0.5789,1,1,1,0.035,0.5789,0.0572,1,1,1,1,1,0.046544489,0.034166034,0.032753102,1,1,1,1,1,0.155543357,0.110494882,0.191518068,1,1,1,1,1,0.027098216,0.149166673,0.557455292,0.557436006,0.557624113
-2875,1,0.4879,1,1,1,1,1,1,1,1,0.0994,0.4879,0,1,0.3284,1,1,1,1,1,1,0.096,0.3284,0,1,0.5791,1,1,1,0.0481,0.5791,0,1,1,1,1,1,0.128833845,0,0.037863329,1,1,1,1,1,0.131995335,0,0.101183519,1,1,1,1,1,0.082526147,0,0.572921701,0.572879205,0.573138298
-2876,1,0.4883,1,1,1,1,1,1,1,1,0.1299,0.4883,0,1,0.3287,1,1,1,1,1,1,0.0932,0.3287,0,1,0.5793,1,1,1,0.051,0.5793,0,1,1,1,1,1,0.197272986,0,0.004760252,1,1,1,1,1,0.12568301,0,0.046123825,1,1,1,1,1,0.068222038,0,0.584340261,0.584302941,0.584219858
-2877,1,0.4886,1,1,1,1,1,1,1,1,0.1985,0.4886,0,1,0.3289,1,1,1,1,1,1,0.165,0.3289,0,1,0.5795,1,1,1,0.1207,0.5795,0,1,1,1,1,1,0.336420447,0,0.007517637,1,1,1,1,1,0.24233669,0,0.073284298,1,1,1,1,1,0.157521904,0,0.542955534,0.54283901,0.542996454
-2878,1,0.489,1,1,1,1,1,1,1,1,0.2386,0.489,0,1,0.3291,1,1,1,1,1,1,0.0753,0.3291,0,1,0.5797,1,1,1,0.19,0.5797,0,1,1,1,1,1,0.411967605,0,0.065948017,1,1,1,1,1,0.103620708,0,0.075111002,1,1,1,1,1,0.315079451,0,0.485621073,0.48572033,0.48537234
-2879,1,0.4893,1,1,1,1,1,1,1,1,0.2686,0.4893,0,1,0.3294,1,1,1,1,1,1,0.2046,0.3294,0,1,0.5799,1,1,1,0.1784,0.5799,0,1,1,1,1,1,0.390073806,0,0.326245248,1,1,1,1,1,0.279271781,0,0.239142686,1,1,1,1,1,0.395299792,0,0.434146931,0.434101967,0.434397163
-2880,1,0.4897,1,1,1,1,1,1,1,1,0.2665,0.4897,0,1,0.3296,1,1,1,1,1,1,0.2329,0.3296,0,1,0.5801,1,1,1,0.2073,0.5801,0,1,1,1,1,1,0.374032915,0,0.384157956,1,1,1,1,1,0.314719677,0,0.447955757,1,1,1,1,1,0.49006772,0,0.401341228,0.401311614,0.401152482
-2881,1,0.49,1,1,1,1,1,1,1,1,0.1976,0.49,0,1,0.3298,1,1,1,1,1,1,0.2476,0.3298,0,1,0.5802,1,1,1,0.277,0.5802,0,1,1,1,1,1,0.344501913,0,0.434896052,1,1,1,1,1,0.319090605,0,0.536813915,1,1,1,1,1,0.573293269,0,0.385874819,0.385868415,0.38608156
-2882,1,0.4904,1,1,1,1,1,1,1,1,0.1441,0.4904,0,1,0.3301,1,1,1,1,1,1,0.2366,0.3301,0,1,0.5804,1,1,1,0.3667,0.5804,0,1,1,1,1,1,0.248673171,0,0.637335062,1,1,1,1,1,0.331580907,0,0.895771742,1,1,1,1,1,0.704737425,0,0.377597873,0.377617939,0.377659574
-2883,1,0.4907,1,1,1,1,1,1,1,1,0.1082,0.4907,0,1,0.3303,1,1,1,1,1,1,0.1841,0.3303,0,1,0.5806,1,1,1,0.2841,0.5806,0,1,1,1,1,1,0.126318902,0,0.714768171,1,1,1,1,1,0.253957897,0,1,1,1,1,1,1,0.540378571,0,0.375664572,0.375713983,0.375443262
-2884,1,0.4911,1,1,1,1,1,1,1,1,0.1121,0.4911,0,1,0.3306,1,1,1,1,1,1,0.1362,0.3306,0,1,0.5808,1,1,1,0.3313,0.5808,0,1,1,1,1,1,0.120883077,0,0.723559499,1,1,1,1,1,0.171293125,0,1,1,1,1,1,1,0.630306602,0,0.385210246,0.385233763,0.385195035
-2885,1,0.4914,1,1,1,1,1,1,1,1,0.1302,0.4914,0,1,0.3308,1,1,1,1,1,1,0.1218,0.3308,0,1,0.581,1,1,1,0.3039,0.581,0,1,1,1,1,1,0.158099696,0,0.994400084,1,1,1,1,1,0.184694126,0,1,1,1,1,1,1,0.627977431,0,0.424903335,0.424793738,0.42464539
-2886,1,0.4918,1,1,1,1,1,1,1,1,0.1357,0.4918,0.0012,1,0.331,1,1,1,1,1,1,0.0988,0.331,0.0007,1,0.5812,1,1,1,0.2993,0.5812,0.0477,1,1,1,1,1,0.101620421,0.001880701,1,1,1,1,1,1,0.180765316,0.00057017,1,1,1,1,1,1,0.583808959,0.025218761,0.494079265,0.494182357,0.494237589
-2887,1,0.4921,1,1,1,1,1,1,1,1,0.137,0.4921,0.0441,1,0.3313,1,1,1,1,1,1,0.1602,0.3313,0.0595,1,0.5814,1,1,1,0.3107,0.5814,0.1233,1,1,1,1,1,0.177569419,0.056854144,0.98329103,1,1,1,1,1,0.219282806,0.07982897,1,1,1,1,1,1,0.619630992,0.183878928,0.549117931,0.54918553,0.549202128
-2888,1,0.4925,1,1,1,1,1,1,1,1,0.2628,0.4925,0.1344,1,0.3315,1,1,1,1,1,1,0.1766,0.3315,0.1074,1,0.5816,1,1,1,0.2629,0.5816,0.2292,1,1,1,1,1,0.231192678,0.146837533,1,1,1,1,1,1,0.280815899,0.129290745,1,1,1,1,1,1,0.425597906,0.262816638,0.570867569,0.570763698,0.570921986
-2889,1,0.4928,1,1,1,1,1,1,1,1,0.2367,0.4928,0.2087,1,0.3317,1,1,1,1,1,1,0.1737,0.3317,0.1745,1,0.5818,1,1,1,0.3326,0.5818,0.2755,1,1,1,1,1,0.18600072,0.293037832,1,1,1,1,1,1,0.255967498,0.257891148,1,1,1,1,1,1,0.529754758,0.353627831,0.584581924,0.584726042,0.584663121
-2890,1,0.4932,1,1,1,1,1,1,1,1,0.203,0.4932,0.3106,1,0.332,1,1,1,1,1,1,0.0738,0.332,0.3643,1,0.5819,1,1,1,0.4301,0.5819,0.414,1,1,1,1,1,0.160884231,0.497491449,0.998441815,1,1,1,1,1,0.120649964,0.53279084,0.997099519,1,1,1,1,1,0.611355245,0.55713582,0.592617206,0.592764967,0.592641844
-2891,1,0.4935,1,1,1,1,1,1,1,1,0.2386,0.4935,0.3357,1,0.3322,1,1,1,1,1,1,0.0474,0.3322,0.3286,1,0.5821,1,1,1,0.3507,0.5821,0.3997,1,1,1,1,1,0.141681597,0.496967375,1,1,1,1,1,1,0.074363217,0.440227509,1,1,1,1,1,1,0.491899461,0.575933576,0.600652489,0.600803893,0.60106383
-2892,1,0.4939,1,1,1,1,1,1,1,1,0.1785,0.4939,0.3555,1,0.3324,1,1,1,1,1,1,0.0128,0.3324,0.3839,1,0.5823,1,1,1,0.2225,0.5823,0.4307,1,1,1,1,1,0.075771131,0.525078237,1,1,1,1,1,1,0.018541725,0.584932148,1,1,1,1,1,1,0.42406708,0.577116311,0.599323345,0.599323038,0.59929078
-2893,1,0.4942,1,1,1,1,1,1,1,1,0.1397,0.4942,0.3706,1,0.3327,1,1,1,1,1,1,0,0.3327,0.4742,1,0.5825,1,1,1,0.2472,0.5825,0.4011,1,1,1,1,1,0.081404038,0.614836454,1,1,1,1,1,1,0.000585697,0.700944901,1,1,1,1,1,1,0.507056832,0.590266287,0.594550507,0.594668923,0.594858156
-2894,1,0.4946,1,1,1,1,1,1,1,1,0.1036,0.4946,0.393,1,0.3329,1,1,1,1,1,1,0.0021,0.3329,0.5053,1,0.5827,1,1,1,0.3387,0.5827,0.389,1,1,1,1,1,0.081007667,0.650476098,1,1,1,1,1,1,0.012575194,0.720901489,1,1,1,1,1,1,0.603399038,0.624164581,0.587844369,0.587899302,0.58820922
-2895,1,0.495,1,1,1,1,1,1,1,1,0.1019,0.495,0.3865,1,0.3331,1,1,1,1,1,1,0.0161,0.3331,0.4473,1,0.5829,1,1,1,0.2266,0.5829,0.3955,1,1,1,1,1,0.091307446,0.668016195,0.894510031,1,1,1,1,1,0.039179973,0.714123607,1,1,1,1,1,1,0.416734159,0.664647639,0.58282987,0.582822086,0.582890071
-2896,1,0.4953,1,1,1,1,1,1,1,1,0.1179,0.4953,0.2835,1,0.3334,1,1,1,1,1,1,0,0.3334,0.333,1,0.5831,1,1,1,0.1707,0.5831,0.2844,1,1,1,1,1,0.087558076,0.603912234,0.74027288,1,1,1,1,1,0.016878195,0.639546335,0.782282233,1,1,1,1,1,0.336929321,0.548325658,0.586756887,0.586629998,0.586879433
-2897,1,0.4957,1,1,1,1,1,1,1,1,0.0975,0.4957,0.1398,1,0.3336,1,1,1,1,1,1,0,0.3336,0.1856,1,0.5833,1,1,1,0.1172,0.5833,0.1287,1,1,1,1,1,0.045873724,0.454874486,0.619769454,1,1,1,1,1,0.013716182,0.530683696,0.910012841,1,1,1,1,1,0.285199702,0.225088194,0.595094248,0.595092025,0.594858156
-2898,1,0.496,1,1,1,1,1,1,1,1,0.1293,0.496,0.0212,1,0.3338,1,1,1,1,1,1,0.0199,0.3338,0.0629,1,0.5834,1,1,1,0.0869,0.5834,0.0141,1,1,1,1,1,0.051407393,0.21487689,0.552618325,1,1,1,1,1,0.044787265,0.274741739,1,1,1,1,1,1,0.239496127,0.039597992,0.595094248,0.595092025,0.594858156
-2899,1,0.4964,1,1,1,1,1,1,1,1,0.0839,0.4964,0,1,0.3341,1,1,1,1,1,1,0.0029,0.3341,0,1,0.5836,1,1,1,0.0798,0.5836,0,1,1,1,1,1,0.035479411,0,0.251815826,1,1,1,1,1,0.018267367,0,0.559298992,1,1,1,1,1,0.260860234,0,0.598840019,0.598688386,0.59929078
-2900,1,0.4967,1,1,1,1,1,1,1,1,0.1208,0.4967,0,1,0.3343,1,1,1,1,1,1,0.0247,0.3343,0,1,0.5838,1,1,1,0.1211,0.5838,0,1,1,1,1,1,0.058053479,0,0.36910975,1,1,1,1,1,0.047008276,0,0.53254503,1,1,1,1,1,0.264322966,0,0.59841711,0.598476835,0.598847518
-2901,1,0.4971,1,1,1,1,1,1,1,1,0.1426,0.4971,0,1,0.3345,1,1,1,1,1,1,0.0563,0.3345,0,1,0.584,1,1,1,0.0823,0.584,0,1,1,1,1,1,0.093633577,0,0.994926393,1,1,1,1,1,0.076717898,0,0.810381174,1,1,1,1,1,0.201889694,0,0.558301112,0.558282209,0.558510638
-2902,1,0.4974,1,1,1,1,1,1,1,1,0.0737,0.4974,0,1,0.3348,1,1,1,1,1,1,0.0585,0.3348,0,1,0.5842,1,1,1,0.052,0.5842,0,1,1,1,1,1,0.041955546,0,0.89402622,1,1,1,1,1,0.060837708,0,0.542177796,1,1,1,1,1,0.137496322,0,0.499033349,0.499048022,0.499113475
-2903,1,0.4978,1,1,1,1,1,1,1,1,0.0792,0.4978,0,1,0.335,1,1,1,1,1,1,0.0644,0.335,0,1,0.5844,1,1,1,0.0526,0.5844,0,1,1,1,1,1,0.044045091,0,0.839200735,1,1,1,1,1,0.072671726,0,0.415598214,1,1,1,1,1,0.137387738,0,0.446955051,0.446795007,0.447251773
-2904,1,0.4981,1,1,1,1,1,1,1,1,0.1108,0.4981,0,1,0.3352,1,1,1,1,1,1,0.038,0.3352,0,1,0.5846,1,1,1,0.04,0.5846,0,1,1,1,1,1,0.067891136,0,0.914891124,1,1,1,1,1,0.053093582,0,0.348953962,1,1,1,1,1,0.109099768,0,0.412820203,0.41273535,0.413120567
-2905,1,0.4985,1,1,1,1,1,1,1,1,0.1375,0.4985,0,1,0.3355,1,1,1,1,1,1,0.0157,0.3355,0,1,0.5848,1,1,1,0.032,0.5848,0,1,1,1,1,1,0.072146006,0,0.990689039,1,1,1,1,1,0.038642194,0,0.229804173,1,1,1,1,1,0.089290038,0,0.394574674,0.394753543,0.394503546
-2906,1,0.4988,1,1,1,1,1,1,1,1,0.1498,0.4988,0,1,0.3357,1,1,1,1,1,1,0.0266,0.3357,0,1,0.585,1,1,1,0.0566,0.585,0,1,1,1,1,1,0.083206892,0,0.99891758,1,1,1,1,1,0.0594455,0,0.309927523,1,1,1,1,1,0.144125521,0,0.385391493,0.385445314,0.385638298
-2907,1,0.4992,1,1,1,1,1,1,1,1,0.1248,0.4992,0,1,0.3359,1,1,1,1,1,1,0.0166,0.3359,0,1,0.5851,1,1,1,0.0674,0.5851,0,1,1,1,1,1,0.033324007,0,0.980419636,1,1,1,1,1,0.024567343,0,0.287643194,1,1,1,1,1,0.172647327,0,0.38321653,0.383329807,0.383421986
-2908,1,0.4995,1,1,1,1,1,1,1,1,0.096,0.4995,0,1,0.3362,1,1,1,1,1,1,0.0201,0.3362,0,1,0.5853,1,1,1,0.0554,0.5853,0,1,1,1,1,1,0.031056475,0,0.916876137,1,1,1,1,1,0.029807292,0,0.253744781,1,1,1,1,1,0.158774137,0,0.393487192,0.393484239,0.393617021
-2909,1,0.4999,1,1,1,1,1,1,1,1,0.0554,0.4999,0,1,0.3364,1,1,1,1,1,1,0.023,0.3364,0,1,0.5855,1,1,1,0.0275,0.5855,0.0034,1,1,1,1,1,0.031089172,0.00075799,0.692012489,1,1,1,1,1,0.040053349,0,0.303004473,1,1,1,1,1,0.091364615,0,0.431911551,0.431986461,0.432180851
-2910,1,0.5002,1,1,1,1,1,1,1,1,0.0642,0.5002,0.0938,1,0.3367,1,1,1,1,1,1,0.0034,0.3367,0.0765,1,0.5857,1,1,1,0.0114,0.5857,0.101,1,1,1,1,1,0.054796208,0.275592744,0.390109837,1,1,1,1,1,0.010445092,0.096174538,0.139134556,1,1,1,1,1,0.048757013,0.161476329,0.500664572,0.500740427,0.500886525
-2911,1,0.5006,1,1,1,1,1,1,1,1,0.0608,0.5006,0.2344,1,0.3369,1,1,1,1,1,1,0.0189,0.3369,0.2208,1,0.5859,1,1,1,0.0119,0.5859,0.2355,1,1,1,1,1,0.030983597,0.448448837,0.425323337,1,1,1,1,1,0.031456687,0.321667314,0.107835606,1,1,1,1,1,0.05695701,0.419303179,0.552259546,0.552147239,0.552304965
-2912,1,0.5009,1,1,1,1,1,1,1,1,0.0854,0.5009,0.3352,1,0.3371,1,1,1,1,1,1,0.0178,0.3371,0.3293,1,0.5861,1,1,1,0.0135,0.5861,0.3571,1,1,1,1,1,0.044937056,0.481443703,0.343770832,1,1,1,1,1,0.02070646,0.381578088,0.067007862,1,1,1,1,1,0.054553762,0.579555035,0.567303045,0.567378887,0.567375887
-2913,1,0.5013,1,1,1,1,1,1,1,1,0.0619,0.5013,0.3986,1,0.3374,1,1,1,1,1,1,0.0221,0.3374,0.4192,1,0.5863,1,1,1,0.0024,0.5863,0.4494,1,1,1,1,1,0.032826975,0.589672089,0.289964497,1,1,1,1,1,0.028250335,0.518403888,0.047843978,1,1,1,1,1,0.005935965,0.704024315,0.5760029,0.576052465,0.575797872
-2914,1,0.5017,1,1,1,1,1,1,1,1,0.0423,0.5017,0.3991,1,0.3376,1,1,1,1,1,1,0.0183,0.3376,0.3901,1,0.5865,1,1,1,0.0017,0.5865,0.4653,1,1,1,1,1,0.024530962,0.588542581,0.272738874,1,1,1,1,1,0.026357066,0.504788995,0.12437959,1,1,1,1,1,0.006470653,0.749355555,0.583131948,0.583033637,0.583333333
-2915,1,0.502,1,1,1,1,1,1,1,1,0.0268,0.502,0.425,1,0.3378,1,1,1,1,1,1,0.0148,0.3378,0.3448,1,0.5866,1,1,1,0.0032,0.5866,0.4621,1,1,1,1,1,0.018559715,0.586294055,0.256420135,1,1,1,1,1,0.025433239,0.445289433,0.237252384,1,1,1,1,1,0.00940332,0.736844718,0.583434026,0.583456738,0.583776596
-2916,1,0.5024,1,1,1,1,1,1,1,1,0.0154,0.5024,0.5339,1,0.3381,1,1,1,1,1,1,0.0115,0.3381,0.4879,1,0.5868,1,1,1,0.0051,0.5868,0.484,1,1,1,1,1,0.014937374,0.749167323,0.240834355,1,1,1,1,1,0.025363419,0.669980109,0.389145553,1,1,1,1,1,0.014131592,0.725286126,0.579325761,0.579225725,0.579343972
-2917,1,0.5027,1,1,1,1,1,1,1,1,0.0128,0.5027,0.5171,1,0.3383,1,1,1,1,1,1,0.0172,0.3383,0.466,1,0.587,1,1,1,0.0304,0.587,0.4899,1,1,1,1,1,0.015044962,0.71466589,0.170256555,1,1,1,1,1,0.029968549,0.634001911,0.253835618,1,1,1,1,1,0.059666719,0.729178727,0.577332044,0.577321769,0.577570922
-2918,1,0.5031,1,1,1,1,1,1,1,1,0.0121,0.5031,0.5028,1,0.3385,1,1,1,1,1,1,0.0234,0.3385,0.4587,1,0.5872,1,1,1,0.0547,0.5872,0.4558,1,1,1,1,1,0.015642023,0.718829036,0.188475102,1,1,1,1,1,0.026876943,0.628613174,0.287607342,1,1,1,1,1,0.136414602,0.710446358,0.570565491,0.570763698,0.570921986
-2919,1,0.5034,1,1,1,1,1,1,1,1,0.0507,0.5034,0.4266,1,0.3388,1,1,1,1,1,1,0.043,0.3388,0.4236,1,0.5874,1,1,1,0.0664,0.5874,0.3963,1,1,1,1,1,0.072730504,0.671663463,0.354271501,1,1,1,1,1,0.053566959,0.651159286,0.350553691,1,1,1,1,1,0.161198661,0.682088375,0.564826003,0.564840279,0.565159574
-2920,1,0.5038,1,1,1,1,1,1,1,1,0.0479,0.5038,0.3027,1,0.339,1,1,1,1,1,1,0.0163,0.339,0.3152,1,0.5876,1,1,1,0.0926,0.5876,0.2974,1,1,1,1,1,0.045566801,0.602082551,0.548403502,1,1,1,1,1,0.02404888,0.587739646,0.131395295,1,1,1,1,1,0.202474102,0.615872145,0.56681972,0.566744235,0.566932624
-2921,1,0.5041,1,1,1,1,1,1,1,1,0.0356,0.5041,0.1497,1,0.3392,1,1,1,1,1,1,0.0399,0.3392,0.1748,1,0.5878,1,1,1,0.0805,0.5878,0.1385,1,1,1,1,1,0.042091262,0.429286838,0.353707254,1,1,1,1,1,0.047428384,0.449125975,0.192658633,1,1,1,1,1,0.15408662,0.46288538,0.573646689,0.573725407,0.574024823
-2922,1,0.5045,1,1,1,1,1,1,1,1,0.0663,0.5045,0.0267,1,0.3395,1,1,1,1,1,1,0.0166,0.3395,0.0387,1,0.588,1,1,1,0.0677,0.588,0.0405,1,1,1,1,1,0.073591001,0.189598441,0.385414809,1,1,1,1,1,0.019105775,0.137116581,0.204576194,1,1,1,1,1,0.147659287,0.148701265,0.578661189,0.578802623,0.578900709
-2923,1,0.5048,1,1,1,1,1,1,1,1,0.0844,0.5048,0,1,0.3397,1,1,1,1,1,1,0,0.3397,0,1,0.5881,1,1,1,0.0797,0.5881,0,1,1,1,1,1,0.110689893,0,0.47784698,1,1,1,1,1,0.009076601,0,0.575002372,1,1,1,1,1,0.203062996,0,0.589052682,0.588957055,0.589095745
-2924,1,0.5052,1,1,1,1,1,1,1,1,0.0629,0.5052,0,1,0.3399,1,1,1,1,1,1,0.0031,0.3399,0,1,0.5883,1,1,1,0.1159,0.5883,0,1,1,1,1,1,0.083564937,0,0.230549008,1,1,1,1,1,0.006661656,0,0.339165717,1,1,1,1,1,0.264384121,0,0.593221363,0.593188069,0.593085106
-2925,1,0.5055,1,1,1,1,1,1,1,1,0.1091,0.5055,0,1,0.3402,1,1,1,1,1,1,0.0674,0.3402,0,1,0.5885,1,1,1,0.0914,0.5885,0,1,1,1,1,1,0.174994305,0,0.250165731,1,1,1,1,1,0.0982088,0,0.271537423,1,1,1,1,1,0.18911691,0,0.555461576,0.55553205,0.555407801
-2926,1,0.5059,1,1,1,1,1,1,1,1,0.0404,0.5059,0,1,0.3404,1,1,1,1,1,1,0.0293,0.3404,0,1,0.5887,1,1,1,0.1254,0.5887,0,1,1,1,1,1,0.086980693,0,0.234328523,1,1,1,1,1,0.048159972,0,0.189887434,1,1,1,1,1,0.271659106,0,0.497160464,0.497144066,0.497340426
-2927,1,0.5062,1,1,1,1,1,1,1,1,0.0315,0.5062,0,1,0.3406,1,1,1,1,1,1,0.0796,0.3406,0,1,0.5889,1,1,1,0.1102,0.5889,0,1,1,1,1,1,0.069264606,0,0.187984332,1,1,1,1,1,0.1115328,0,0.177065462,1,1,1,1,1,0.253571123,0,0.444961334,0.444891051,0.445035461
-2928,1,0.5066,1,1,1,1,1,1,1,1,0.0367,0.5066,0,1,0.3409,1,1,1,1,1,1,0.1686,0.3409,0,1,0.5891,1,1,1,0.1,0.5891,0,1,1,1,1,1,0.088102087,0,0.15075013,1,1,1,1,1,0.164034382,0,0.033980634,1,1,1,1,1,0.2307273,0,0.410403577,0.410408293,0.410460993
-2929,1,0.5069,1,1,1,1,1,1,1,1,0.0238,0.5069,0,1,0.3411,1,1,1,1,1,1,0.0848,0.3411,0,1,0.5893,1,1,1,0.1236,0.5893,0,1,1,1,1,1,0.087768659,0,0.116026551,1,1,1,1,1,0.08370924,0,0.070834816,1,1,1,1,1,0.307186425,0,0.392701788,0.392638037,0.392730496
-2930,1,0.5073,1,1,1,1,1,1,1,1,0.0267,0.5073,0,1,0.3413,1,1,1,1,1,1,0.0562,0.3413,0,1,0.5895,1,1,1,0.0827,0.5895,0,1,1,1,1,1,0.072613344,0,0.171079636,1,1,1,1,1,0.077911854,0,0.11554791,1,1,1,1,1,0.224351794,0,0.383095698,0.383118257,0.382978723
-2931,1,0.5076,1,1,1,1,1,1,1,1,0.0037,0.5076,0,1,0.3416,1,1,1,1,1,1,0.0204,0.3416,0,1,0.5897,1,1,1,0.0363,0.5897,0,1,1,1,1,1,0.0043649,0,0.163948506,1,1,1,1,1,0.036027413,0,0.240809709,1,1,1,1,1,0.104899392,0,0.380799903,0.380791199,0.380762411
-2932,1,0.508,1,1,1,1,1,1,1,1,0,0.508,0,1,0.3418,1,1,1,1,1,1,0.0338,0.3418,0,1,0.5898,1,1,1,0.0219,0.5898,0,1,1,1,1,1,0.001071783,0,0.125607014,1,1,1,1,1,0.037965715,0,0.169498444,1,1,1,1,1,0.075799897,0,0.391493475,0.391580283,0.391400709
-2933,1,0.5083,1,1,1,1,1,1,1,1,0.0029,0.5083,0,1,0.3421,1,1,1,1,1,1,0.0401,0.3421,0,1,0.59,1,1,1,0.0291,0.59,0.0092,1,1,1,1,1,0.008034942,0,0.023307772,1,1,1,1,1,0.048288994,0,0.064737692,1,1,1,1,1,0.094290942,0.012414054,0.429494925,0.429659403,0.429521277
-2934,1,0.5087,1,1,1,1,1,1,1,1,0.0029,0.5087,0.0066,1,0.3423,1,1,1,1,1,1,0.027,0.3423,0.033,1,0.5902,1,1,1,0.0303,0.5902,0.0923,1,1,1,1,1,0.010388207,0.013417944,0.015755178,1,1,1,1,1,0.038123287,0.030142494,0.017926702,1,1,1,1,1,0.099811755,0.215096921,0.499093765,0.499048022,0.499113475
-2935,1,0.5091,1,1,1,1,1,1,1,1,0.0062,0.5091,0.1643,1,0.3425,1,1,1,1,1,1,0.0351,0.3425,0.2171,1,0.5904,1,1,1,0.0693,0.5904,0.2418,1,1,1,1,1,0.038041655,0.425846219,0.015562235,1,1,1,1,1,0.040995959,0.429974467,0.019047383,1,1,1,1,1,0.151206195,0.499659419,0.552138714,0.552147239,0.552304965
-2936,1,0.5094,1,1,1,1,1,1,1,1,0.013,0.5094,0.3256,1,0.3428,1,1,1,1,1,1,0.0081,0.3428,0.349,1,0.5906,1,1,1,0.055,0.5906,0.3878,1,1,1,1,1,0.046415243,0.55475843,0.007271362,1,1,1,1,1,0.017559562,0.572792113,0.012162566,1,1,1,1,1,0.121514581,0.672318995,0.569055099,0.569071293,0.569148936
-2937,1,0.5098,1,1,1,1,1,1,1,1,0.0128,0.5098,0.4547,1,0.343,1,1,1,1,1,1,0,0.343,0.4265,1,0.5908,1,1,1,0.0169,0.5908,0.4865,1,1,1,1,1,0.043773782,0.675909579,0.010125183,1,1,1,1,1,0.008033177,0.638133526,0.033033509,1,1,1,1,1,0.016594997,0.745256305,0.577936201,0.577956421,0.578014184
-2938,1,0.5101,1,1,1,1,1,1,1,1,0.0019,0.5101,0.5008,1,0.3432,1,1,1,1,1,1,0,0.3432,0.4642,1,0.591,1,1,1,0.015,0.591,0.533,1,1,1,1,1,0.010353032,0.711135507,0.01151189,1,1,1,1,1,0.001765813,0.692522943,0.087958381,1,1,1,1,1,0.010890026,0.760879159,0.584763171,0.584726042,0.584663121
-2939,1,0.5105,1,1,1,1,1,1,1,1,0.0002,0.5105,0.5252,1,0.3435,1,1,1,1,1,1,0,0.3435,0.508,1,0.5912,1,1,1,0.0307,0.5912,0.5568,1,1,1,1,1,0.00144028,0.744616389,0.004956485,1,1,1,1,1,0.000923214,0.734955907,0.081294775,1,1,1,1,1,0.042439986,0.732402682,0.586696472,0.586629998,0.586879433
-2940,1,0.5108,1,1,1,1,1,1,1,1,0.0029,0.5108,0.5246,1,0.3437,1,1,1,1,1,1,0,0.3437,0.5335,1,0.5913,1,1,1,0.0403,0.5913,0.5223,1,1,1,1,1,0.0130901,0.765759706,0.001898917,1,1,1,1,1,0.004799303,0.756270826,0.121682197,1,1,1,1,1,0.041791007,0.759234548,0.582165297,0.582187434,0.582446809
-2941,1,0.5112,1,1,1,1,1,1,1,1,0.0094,0.5112,0.5286,1,0.3439,1,1,1,1,1,1,0.0047,0.3439,0.5286,1,0.5915,1,1,1,0.0414,0.5915,0.4879,1,1,1,1,1,0.003289817,0.763190389,0.002003978,1,1,1,1,1,0.009680038,0.750269532,0.190491885,1,1,1,1,1,0.033837568,0.734878719,0.580836153,0.580706579,0.581117021
-2942,1,0.5115,1,1,1,1,1,1,1,1,0.0065,0.5115,0.5154,1,0.3442,1,1,1,1,1,1,0.0205,0.3442,0.5268,1,0.5917,1,1,1,0.0568,0.5917,0.4861,1,1,1,1,1,0.005266686,0.748675346,0.000269296,1,1,1,1,1,0.021212898,0.751760304,0.100234821,1,1,1,1,1,0.033706546,0.713296533,0.572438376,0.572456103,0.572695035
-2943,1,0.5119,1,1,1,1,1,1,1,1,0.0034,0.5119,0.4331,1,0.3444,1,1,1,1,1,1,0.0203,0.3444,0.4584,1,0.5919,1,1,1,0.0179,0.5919,0.4224,1,1,1,1,1,0.003469589,0.726477444,0,1,1,1,1,1,0.031451523,0.724613547,0.030907331,1,1,1,1,1,0.035726622,0.691535592,0.566698888,0.566744235,0.566932624
-2944,1,0.5122,1,1,1,1,1,1,1,1,0.0049,0.5122,0.3071,1,0.3446,1,1,1,1,1,1,0.0048,0.3446,0.3415,1,0.5921,1,1,1,0.008,0.5921,0.2849,1,1,1,1,1,0.000329542,0.657877684,0.002137647,1,1,1,1,1,0.01771906,0.668249249,0,1,1,1,1,1,0.02488552,0.60977,0.569538424,0.569494394,0.569592199
-2945,1,0.5126,1,1,1,1,1,1,1,1,0.005,0.5126,0.1464,1,0.3449,1,1,1,1,1,1,0.0416,0.3449,0.1899,1,0.5923,1,1,1,0.0143,0.5923,0.1305,1,1,1,1,1,0.002241735,0.528858483,0,1,1,1,1,1,0.061558265,0.540012956,0,1,1,1,1,1,0.042203221,0.467334509,0.575761237,0.575840914,0.575797872
-2946,1,0.5129,1,1,1,1,1,1,1,1,0.0049,0.5129,0.0363,1,0.3451,1,1,1,1,1,1,0.0327,0.3451,0.0612,1,0.5925,1,1,1,0.0624,0.5925,0.0354,1,1,1,1,1,0.00462852,0.239400268,0,1,1,1,1,1,0.046889372,0.267735541,0.013764923,1,1,1,1,1,0.121732183,0.153431952,0.578057032,0.577956421,0.578014184
-2947,1,0.5133,1,1,1,1,1,1,1,1,0.0075,0.5133,0,1,0.3453,1,1,1,1,1,1,0,0.3453,0,1,0.5927,1,1,1,0.0858,0.5927,0,1,1,1,1,1,0.014818247,0,0.008755081,1,1,1,1,1,0.008904798,0,0.0097911,1,1,1,1,1,0.202592224,0,0.587058966,0.587053099,0.587322695
-2948,1,0.5136,1,1,1,1,1,1,1,1,0.0057,0.5136,0,1,0.3456,1,1,1,1,1,1,0,0.3456,0,1,0.5928,1,1,1,0.1809,0.5928,0,1,1,1,1,1,0.020988956,0,0.019522719,1,1,1,1,1,0.003639861,0,0.024757331,1,1,1,1,1,0.286037415,0,0.591288062,0.591284113,0.591312057
-2949,1,0.514,1,1,1,1,1,1,1,1,0.0266,0.514,0,1,0.3458,1,1,1,1,1,1,0.027,0.3458,0,1,0.593,1,1,1,0.081,0.593,0,1,1,1,1,1,0.072198294,0,0.00526625,1,1,1,1,1,0.048860975,0,0.03183927,1,1,1,1,1,0.172382861,0,0.5540116,0.554051195,0.554078014
-2950,1,0.5143,1,1,1,1,1,1,1,1,0.0158,0.5143,0,1,0.346,1,1,1,1,1,1,0.0027,0.346,0,1,0.5932,1,1,1,0.0732,0.5932,0,1,1,1,1,1,0.049815711,0,4.79E-05,1,1,1,1,1,0.011718004,0,0.03227016,1,1,1,1,1,0.167406827,0,0.496193813,0.496086313,0.496010638
-2951,1,0.5147,1,1,1,1,1,1,1,1,0.028,0.5147,0,1,0.3463,1,1,1,1,1,1,0.0181,0.3463,0,1,0.5934,1,1,1,0.0501,0.5934,0,1,1,1,1,1,0.085190453,0,0.01299704,1,1,1,1,1,0.033129714,0,0.041493453,1,1,1,1,1,0.135300577,0,0.443450942,0.443410197,0.443262411
-2952,1,0.515,1,1,1,1,1,1,1,1,0.0359,0.515,0,1,0.3465,1,1,1,1,1,1,0.0314,0.3465,0,1,0.5936,1,1,1,0.0754,0.5936,0,1,1,1,1,1,0.08294782,0,0,1,1,1,1,1,0.044071995,0,0.019021466,1,1,1,1,1,0.168199673,0,0.409074432,0.408927438,0.409131206
-2953,1,0.5154,1,1,1,1,1,1,1,1,0.0388,0.5154,0,1,0.3467,1,1,1,1,1,1,0.0605,0.3467,0,1,0.5938,1,1,1,0.089,0.5938,0,1,1,1,1,1,0.082866468,0,0.017380826,1,1,1,1,1,0.074111193,0,0.06733875,1,1,1,1,1,0.169720203,0,0.389983084,0.389887878,0.390070922
-2954,1,0.5158,1,1,1,1,1,1,1,1,0.0833,0.5158,0,1,0.347,1,1,1,1,1,1,0.1573,0.347,0,1,0.594,1,1,1,0.0507,0.594,0,1,1,1,1,1,0.150055557,0,0.166109011,1,1,1,1,1,0.197006688,0,0.13058117,1,1,1,1,1,0.122927904,0,0.380135331,0.380156547,0.379875887
-2955,1,0.5161,1,1,1,1,1,1,1,1,0.0625,0.5161,0,1,0.3472,1,1,1,1,1,1,0.0727,0.3472,0,1,0.5942,1,1,1,0.037,0.5942,0,1,1,1,1,1,0.089784294,0,0.185260817,1,1,1,1,1,0.083739534,0,0.179018348,1,1,1,1,1,0.143889755,0,0.377477042,0.377617939,0.377659574
-2956,1,0.5165,1,1,1,1,1,1,1,1,0.039,0.5165,0,1,0.3474,1,1,1,1,1,1,0.023,0.3474,0,1,0.5944,1,1,1,0.0586,0.5944,0,1,1,1,1,1,0.056234483,0,0.14733766,1,1,1,1,1,0.032663453,0,0.299121737,1,1,1,1,1,0.208671466,0,0.386962301,0.386926169,0.386968085
-2957,1,0.5168,1,1,1,1,1,1,1,1,0.0413,0.5168,0,1,0.3477,1,1,1,1,1,1,0.2029,0.3477,0,1,0.5945,1,1,1,0.0491,0.5945,0,1,1,1,1,1,0.100596942,0,0.086953521,1,1,1,1,1,0.221786916,0,0.187138498,1,1,1,1,1,0.174131557,0,0.423453359,0.423524434,0.423758865
-2958,1,0.5172,1,1,1,1,1,1,1,1,0.011,0.5172,0.0615,1,0.3479,1,1,1,1,1,1,0.0967,0.3479,0.0184,1,0.5947,1,1,1,0.0522,0.5947,0.0355,1,1,1,1,1,0.02614891,0.084732085,0.061774448,1,1,1,1,1,0.100436062,0.042571966,0.358822823,1,1,1,1,1,0.14262192,0.133957237,0.491481392,0.491432198,0.491578014
-2959,1,0.5175,1,1,1,1,1,1,1,1,0.0703,0.5175,0.1816,1,0.3482,1,1,1,1,1,1,0.048,0.3482,0.185,1,0.5949,1,1,1,0.0387,0.5949,0.1674,1,1,1,1,1,0.025504131,0.228155583,0.286309063,1,1,1,1,1,0.064469583,0.381343275,0.889266253,1,1,1,1,1,0.094520494,0.274847925,0.544284679,0.544319865,0.544326241
-2960,1,0.5179,1,1,1,1,1,1,1,1,0.0579,0.5179,0.3186,1,0.3484,1,1,1,1,1,1,0.0332,0.3484,0.3329,1,0.5951,1,1,1,0.0416,0.5951,0.3368,1,1,1,1,1,0.019938158,0.52539742,0.312618136,1,1,1,1,1,0.046719819,0.577446938,0.742222548,1,1,1,1,1,0.107873656,0.42171064,0.5659739,0.565898033,0.566046099
-2961,1,0.5182,1,1,1,1,1,1,1,1,0.0482,0.5182,0.4432,1,0.3486,1,1,1,1,1,1,0.0207,0.3486,0.4105,1,0.5953,1,1,1,0.0456,0.5953,0.3973,1,1,1,1,1,0.016665401,0.592704952,0.342743903,1,1,1,1,1,0.032054044,0.631619215,0.582980394,1,1,1,1,1,0.122576207,0.515755892,0.576727888,0.576687117,0.576684397
-2962,1,0.5186,1,1,1,1,1,1,1,1,0.0402,0.5186,0.4334,1,0.3489,1,1,1,1,1,1,0.0098,0.3489,0.4216,1,0.5955,1,1,1,0.051,0.5955,0.4791,1,1,1,1,1,0.016067289,0.592952073,0.377889782,1,1,1,1,1,0.020142369,0.655735373,0.445517838,1,1,1,1,1,0.138642058,0.618971348,0.587119381,0.587053099,0.587322695
-2963,1,0.5189,1,1,1,1,1,1,1,1,0.0336,0.5189,0.4417,1,0.3491,1,1,1,1,1,1,0.0037,0.3491,0.4549,1,0.5957,1,1,1,0.0579,0.5957,0.4925,1,1,1,1,1,0.016875599,0.646284759,0.419727743,1,1,1,1,1,0.011038585,0.675365806,0.338556796,1,1,1,1,1,0.15610151,0.631759703,0.588508942,0.588533954,0.588652482
-2964,1,0.5193,1,1,1,1,1,1,1,1,0.0284,0.5193,0.4653,1,0.3493,1,1,1,1,1,1,0,0.3493,0.4653,1,0.5959,1,1,1,0.0659,0.5959,0.4905,1,1,1,1,1,0.018937597,0.690174282,0.468512774,1,1,1,1,1,0.005050311,0.656636477,0.253676474,1,1,1,1,1,0.174943924,0.650308967,0.585065249,0.584937593,0.585106383
-2965,1,0.5196,1,1,1,1,1,1,1,1,0.0252,0.5196,0.4785,1,0.3496,1,1,1,1,1,1,0,0.3496,0.5339,1,0.596,1,1,1,0.0749,0.596,0.4945,1,1,1,1,1,0.02243704,0.703783691,0.525684416,1,1,1,1,1,0.002135206,0.727599859,0.182345301,1,1,1,1,1,0.195073456,0.650085092,0.583011116,0.583033637,0.582890071
-2966,1,0.52,1,1,1,1,1,1,1,1,0.0236,0.52,0.4424,1,0.3498,1,1,1,1,1,1,0,0.3498,0.5021,1,0.5962,1,1,1,0.0851,0.5962,0.4516,1,1,1,1,1,0.026802108,0.669629157,0.588758349,1,1,1,1,1,0.001256728,0.749795079,0.121446602,1,1,1,1,1,0.216450185,0.612207472,0.574311261,0.574360059,0.574468085
-2967,1,0.5203,1,1,1,1,1,1,1,1,0.0333,0.5203,0.4038,1,0.35,1,1,1,1,1,1,0,0.35,0.467,1,0.5964,1,1,1,0.0809,0.5964,0.3619,1,1,1,1,1,0.015004885,0.649888396,0.455580503,1,1,1,1,1,0.003608963,0.781739593,0.133027747,1,1,1,1,1,0.218134567,0.58420825,0.566578057,0.566744235,0.566932624
-2968,1,0.5207,1,1,1,1,1,1,1,1,0.0354,0.5207,0.275,1,0.3503,1,1,1,1,1,1,0,0.3503,0.3331,1,0.5966,1,1,1,0.0862,0.5966,0.2456,1,1,1,1,1,0.037351262,0.454633743,0.448503911,1,1,1,1,1,0.005514869,0.667160273,0.235276192,1,1,1,1,1,0.180023372,0.383479446,0.5659739,0.565898033,0.566046099
-2969,1,0.521,1,1,1,1,1,1,1,1,0.0156,0.521,0.1259,1,0.3505,1,1,1,1,1,1,0,0.3505,0.1703,1,0.5968,1,1,1,0.0555,0.5968,0.1175,1,1,1,1,1,0.043810725,0.272156477,0.260890931,1,1,1,1,1,0.001413946,0.376493245,0.159901589,1,1,1,1,1,0.067408375,0.215892076,0.564342678,0.564417178,0.564716312
-2970,1,0.5214,1,1,1,1,1,1,1,1,0.0081,0.5214,0.0128,1,0.3507,1,1,1,1,1,1,0,0.3507,0.0439,1,0.597,1,1,1,0.0521,0.597,0.0129,1,1,1,1,1,0.019303821,0.070021965,0.262794405,1,1,1,1,1,0.000624925,0.132474467,0.055880629,1,1,1,1,1,0.068067811,0.004195694,0.559207347,0.559128411,0.558953901
-2971,1,0.5217,1,1,1,1,1,1,1,1,0.0148,0.5217,0,1,0.351,1,1,1,1,1,1,0.0155,0.351,0,1,0.5972,1,1,1,0.0919,0.5972,0,1,1,1,1,1,0.034148574,0,0.136734173,1,1,1,1,1,0.02374131,0,0,1,1,1,1,1,0.180521145,0,0.559871919,0.559763063,0.559840426
-2972,1,0.5221,1,1,1,1,1,1,1,1,0.0268,0.5221,0,1,0.3512,1,1,1,1,1,1,0.0181,0.3512,0,1,0.5974,1,1,1,0.1206,0.5974,0,1,1,1,1,1,0.047697857,0,0.106413811,1,1,1,1,1,0.026258856,0,0,1,1,1,1,1,0.178518385,0,0.566517641,0.566532685,0.566489362
-2973,1,0.5224,1,1,1,1,1,1,1,1,0.0177,0.5224,0,1,0.3514,1,1,1,1,1,1,0.0069,0.3514,0,1,0.5975,1,1,1,0.0992,0.5975,0,1,1,1,1,1,0.033414286,0,0.054603048,1,1,1,1,1,0.019318249,0,0,1,1,1,1,1,0.137630299,0,0.538243113,0.538184895,0.538120567
-2974,1,0.5228,1,1,1,1,1,1,1,1,0.008,0.5228,0,1,0.3517,1,1,1,1,1,1,0.0024,0.3517,0,1,0.5977,1,1,1,0.0784,0.5977,0,1,1,1,1,1,0.015290028,0,0.037176639,1,1,1,1,1,0.019809281,0,0.025469635,1,1,1,1,1,0.113693282,0,0.492870952,0.492913053,0.492907801
-2975,1,0.5232,1,1,1,1,1,1,1,1,0,0.5232,0,1,0.3519,1,1,1,1,1,1,0.016,0.3519,0,1,0.5979,1,1,1,0.0692,0.5979,0,1,1,1,1,1,0.003004572,0,0.029764062,1,1,1,1,1,0.024218623,0,0.146064669,1,1,1,1,1,0.107901208,0,0.445323828,0.445314153,0.445035461
-2976,1,0.5235,1,1,1,1,1,1,1,1,0.0008,0.5235,0,1,0.3521,1,1,1,1,1,1,0.0289,0.3521,0,1,0.5981,1,1,1,0.0397,0.5981,0,1,1,1,1,1,0.002183518,0,0.015278479,1,1,1,1,1,0.052781586,0,0.023954712,1,1,1,1,1,0.096927457,0,0.407382794,0.407446583,0.407358156
-2977,1,0.5239,1,1,1,1,1,1,1,1,0,0.5239,0,1,0.3524,1,1,1,1,1,1,0.0098,0.3524,0,1,0.5983,1,1,1,0.0362,0.5983,0,1,1,1,1,1,0.005682567,0,0.012156825,1,1,1,1,1,0.039040811,0,0.014313089,1,1,1,1,1,0.091337681,0,0.38641856,0.386291517,0.38608156
-2978,1,0.5242,1,1,1,1,1,1,1,1,0.001,0.5242,0,1,0.3526,1,1,1,1,1,1,0.0129,0.3526,0,1,0.5985,1,1,1,0.0546,0.5985,0,1,1,1,1,1,0.002688087,0,0.009592883,1,1,1,1,1,0.050042689,0,0.008934816,1,1,1,1,1,0.13715364,0,0.373489609,0.373598477,0.37322695
-2979,1,0.5246,1,1,1,1,1,1,1,1,0,0.5246,0,1,0.3528,1,1,1,1,1,1,0.0157,0.3528,0,1,0.5987,1,1,1,0.0926,0.5987,0,1,1,1,1,1,0.000339122,0,0.001891257,1,1,1,1,1,0.041102942,0,0.013420157,1,1,1,1,1,0.259349555,0,0.36762929,0.367675058,0.367464539
-2980,1,0.5249,1,1,1,1,1,1,1,1,0,0.5249,0,1,0.3531,1,1,1,1,1,1,0,0.3531,0,1,0.5989,1,1,1,0.1784,0.5989,0,1,1,1,1,1,0.00232565,0,0.013419834,1,1,1,1,1,0.002176899,0,0.010336125,1,1,1,1,1,0.42140165,0,0.369562591,0.369579014,0.369237589
-2981,1,0.5253,1,1,1,1,1,1,1,1,0,0.5253,0,1,0.3533,1,1,1,1,1,1,0,0.3533,0,1,0.5991,1,1,1,0.1756,0.5991,0,1,1,1,1,1,0.014075786,0,0.01414604,1,1,1,1,1,0.00284425,0,0.029957592,1,1,1,1,1,0.32654649,0.001290377,0.381464476,0.381425851,0.381648936
-2982,1,0.5256,1,1,1,1,1,1,1,1,0.0124,0.5256,0.0244,1,0.3536,1,1,1,1,1,1,0,0.3536,0.0064,1,0.5992,1,1,1,0.1058,0.5992,0.102,1,1,1,1,1,0.036616072,0.018489476,0.00083706,1,1,1,1,1,0.010977256,0.020049099,0.075855762,1,1,1,1,1,0.193167597,0.223961145,0.403757854,0.403850222,0.403812057
-2983,1,0.526,1,1,1,1,1,1,1,1,0.0171,0.526,0.1612,1,0.3538,1,1,1,1,1,1,0.0011,0.3538,0.201,1,0.5994,1,1,1,0.1077,0.5994,0.2185,1,1,1,1,1,0.042201243,0.189106166,0.00258675,1,1,1,1,1,0.009185951,0.388049513,0.08800289,1,1,1,1,1,0.173730865,0.415567815,0.442725955,0.442775545,0.442819149
-2984,1,0.5263,1,1,1,1,1,1,1,1,0.023,0.5263,0.2826,1,0.354,1,1,1,1,1,1,0.0018,0.354,0.3271,1,0.5996,1,1,1,0.1117,0.5996,0.3952,1,1,1,1,1,0.049540389,0.421323359,0.005774333,1,1,1,1,1,0.007937103,0.523275495,0.101587437,1,1,1,1,1,0.157018498,0.678514183,0.483869019,0.483816374,0.484042553
-2985,1,0.5267,1,1,1,1,1,1,1,1,0.03,0.5267,0.4098,1,0.3543,1,1,1,1,1,1,0.0026,0.3543,0.3918,1,0.5998,1,1,1,0.1178,0.5998,0.4958,1,1,1,1,1,0.059886716,0.629356682,0.011219386,1,1,1,1,1,0.00851612,0.603680968,0.116519898,1,1,1,1,1,0.14299421,0.77960968,0.510451909,0.510471758,0.510638298
-2986,1,0.527,1,1,1,1,1,1,1,1,0.0384,0.527,0.4915,1,0.3545,1,1,1,1,1,1,0.0035,0.3545,0.4546,1,0.6,1,1,1,0.1261,0.6,0.5453,1,1,1,1,1,0.073092788,0.703840435,0.019350629,1,1,1,1,1,0.011948313,0.657987833,0.132684827,1,1,1,1,1,0.13152945,0.810850501,0.522232963,0.522318595,0.522163121
-2987,1,0.5274,1,1,1,1,1,1,1,1,0.0495,0.5274,0.5294,1,0.3547,1,1,1,1,1,1,0.0105,0.3547,0.4968,1,0.6002,1,1,1,0.1367,0.6002,0.5766,1,1,1,1,1,0.089564256,0.740961373,0.031086622,1,1,1,1,1,0.018786052,0.717039824,0.149931684,1,1,1,1,1,0.122505032,0.792795062,0.524528758,0.524645653,0.524822695
-2988,1,0.5277,1,1,1,1,1,1,1,1,0.0641,0.5277,0.51,1,0.355,1,1,1,1,1,1,0.0177,0.355,0.4935,1,0.6004,1,1,1,0.1496,0.6004,0.6445,1,1,1,1,1,0.109343782,0.716770887,0.046602875,1,1,1,1,1,0.028150916,0.665625751,0.168344766,1,1,1,1,1,0.115852058,0.806533992,0.519333011,0.519356886,0.519503546
-2989,1,0.5281,1,1,1,1,1,1,1,1,0.0259,0.5281,0.6343,1,0.3552,1,1,1,1,1,1,0,0.3552,0.6583,1,0.6006,1,1,1,0.1341,0.6006,0.7976,1,1,1,1,1,0.048093911,0.876496911,0.052018583,1,1,1,1,1,0.000417859,0.936190963,0.141026184,1,1,1,1,1,0.119376086,0.969490945,0.510753987,0.510683309,0.510638298
-2990,1,0.5284,1,1,1,1,1,1,1,1,0.0164,0.5284,0.4632,1,0.3554,1,1,1,1,1,1,0,0.3554,0.5201,1,0.6007,1,1,1,0.1308,0.6007,0.6052,1,1,1,1,1,0.025126355,0.674888909,0.102951542,1,1,1,1,1,0.001082972,0.765830398,0.141024619,1,1,1,1,1,0.077949211,0.827833891,0.502477042,0.502432833,0.502659574
-2991,1,0.5288,1,1,1,1,1,1,1,1,0.014,0.5288,0.341,1,0.3557,1,1,1,1,1,1,0.0116,0.3557,0.4155,1,0.6009,1,1,1,0.1002,0.6009,0.4863,1,1,1,1,1,0.022955155,0.599265814,0.151304334,1,1,1,1,1,0.00932222,0.718190968,0.254790336,1,1,1,1,1,0.037540548,0.785779178,0.49679797,0.496720965,0.496897163
-2992,1,0.5291,1,1,1,1,1,1,1,1,0.0235,0.5291,0.2327,1,0.3559,1,1,1,1,1,1,0,0.3559,0.2841,1,0.6011,1,1,1,0.1691,0.6011,0.3266,1,1,1,1,1,0.060020283,0.453005195,0.193655699,1,1,1,1,1,0.00600677,0.567552924,0.350987732,1,1,1,1,1,0.113049686,0.808784425,0.49637506,0.496297863,0.496453901
-2993,1,0.5295,1,1,1,1,1,1,1,1,0.0179,0.5295,0.1225,1,0.3561,1,1,1,1,1,1,0,0.3561,0.1595,1,0.6013,1,1,1,0.1692,0.6013,0.1266,1,1,1,1,1,0.057521977,0.473808885,0.106045082,1,1,1,1,1,0.006390921,0.318858296,0.237981945,1,1,1,1,1,0.075237796,0.679283261,0.499395843,0.499471123,0.499556738
-2994,1,0.5299,1,1,1,1,1,1,1,1,0.0138,0.5299,0.0432,1,0.3564,1,1,1,1,1,1,0,0.3564,0.0414,1,0.6015,1,1,1,0.1205,0.6015,0.0678,1,1,1,1,1,0.052433945,0.261503607,0.095311962,1,1,1,1,1,0.004839906,0.195898905,0.231100798,1,1,1,1,1,0.116018347,0.394346744,0.498308362,0.49841337,0.49822695
-2995,1,0.5302,1,1,1,1,1,1,1,1,0.0164,0.5302,0,1,0.3566,1,1,1,1,1,1,0,0.3566,0,1,0.6017,1,1,1,0.0692,0.6017,0,1,1,1,1,1,0.052651983,0,0.029823303,1,1,1,1,1,0.001945257,0,0.212642163,1,1,1,1,1,0.14139007,0,0.503987434,0.503913687,0.504432624
-2996,1,0.5306,1,1,1,1,1,1,1,1,0.0171,0.5306,0,1,0.3568,1,1,1,1,1,1,0,0.3568,0,1,0.6019,1,1,1,0.1874,0.6019,0,1,1,1,1,1,0.072319679,0,0.059279166,1,1,1,1,1,0.014383059,0,0.398673326,1,1,1,1,1,0.350693166,0,0.523018366,0.522953247,0.523492908
-2997,1,0.5309,1,1,1,1,1,1,1,1,0.0012,0.5309,0,1,0.3571,1,1,1,1,1,1,0.0022,0.3571,0,1,0.6021,1,1,1,0.253,0.6021,0,1,1,1,1,1,0.04088771,0,0.062507704,1,1,1,1,1,0.060346548,0,0.24270761,1,1,1,1,1,0.431854635,0,0.50362494,0.503702137,0.503989362
-2998,1,0.5313,1,1,1,1,1,1,1,1,0.0049,0.5313,0,1,0.3573,1,1,1,1,1,1,0.0459,0.3573,0,1,0.6022,1,1,1,0.2292,0.6022,0,1,1,1,1,1,0.041947778,0,0.036122974,1,1,1,1,1,0.105904847,0,0.285141885,1,1,1,1,1,0.394325793,0,0.466831803,0.466892321,0.466755319
-2999,1,0.5316,1,1,1,1,1,1,1,1,0.0113,0.5316,0,1,0.3575,1,1,1,1,1,1,0.0372,0.3575,0,1,0.6024,1,1,1,0.162,0.6024,0,1,1,1,1,1,0.02461949,0,0.018865079,1,1,1,1,1,0.05164855,0,0.100586653,1,1,1,1,1,0.282276958,0,0.427380377,0.427332346,0.427304965
-3000,1,0.532,1,1,1,1,1,1,1,1,0.0316,0.532,0,1,0.3578,1,1,1,1,1,1,0.0255,0.3578,0,1,0.6026,1,1,1,0.1704,0.6026,0,1,1,1,1,1,0.048881032,0,0.085002579,1,1,1,1,1,0.041799333,0,0.137098953,1,1,1,1,1,0.275855571,0,0.395782987,0.395811297,0.395833333
-3001,1,0.5323,1,1,1,1,1,1,1,1,0.0195,0.5323,0,1,0.358,1,1,1,1,1,1,0.0101,0.358,0,1,0.6028,1,1,1,0.1556,0.6028,0,1,1,1,1,1,0.048795186,0,0.203066498,1,1,1,1,1,0.017394008,0,0.221917808,1,1,1,1,1,0.222843483,0,0.375906235,0.375925534,0.375886525
-3002,1,0.5327,1,1,1,1,1,1,1,1,0.0124,0.5327,0,1,0.3582,1,1,1,1,1,1,0.0118,0.3582,0,1,0.603,1,1,1,0.1526,0.603,0,1,1,1,1,1,0.026825679,0,0.20498544,1,1,1,1,1,0.017997328,0,0.329267263,1,1,1,1,1,0.179027557,0,0.364306428,0.364290248,0.364361702
-3003,1,0.533,1,1,1,1,1,1,1,1,0.0086,0.533,0,1,0.3585,1,1,1,1,1,1,0.0028,0.3585,0,1,0.6032,1,1,1,0.1457,0.6032,0,1,1,1,1,1,0.014975848,0,0.172693893,1,1,1,1,1,0.014640631,0,0.219485357,1,1,1,1,1,0.119399384,0,0.358627356,0.35857838,0.358599291
-3004,1,0.5334,1,1,1,1,1,1,1,1,0.0155,0.5334,0,1,0.3587,1,1,1,1,1,1,0,0.3587,0,1,0.6034,1,1,1,0.1534,0.6034,0,1,1,1,1,1,0.027650708,0,0.225395694,1,1,1,1,1,0.006658307,0,0.131014928,1,1,1,1,1,0.089436114,0,0.358687772,0.35878993,0.358599291
-3005,1,0.5337,1,1,1,1,1,1,1,1,0.0259,0.5337,0.0464,1,0.359,1,1,1,1,1,1,0,0.359,0.0091,1,0.6036,1,1,1,0.1296,0.6036,0.1332,1,1,1,1,1,0.026864368,0.126623884,0.241429359,1,1,1,1,1,0.003471182,0.012221592,0.20425421,1,1,1,1,1,0.057209309,0.307380289,0.363762687,0.363867146,0.36391844
-3006,1,0.5341,1,1,1,1,1,1,1,1,0.0116,0.5341,0.1035,1,0.3592,1,1,1,1,1,1,0,0.3592,0.1225,1,0.6038,1,1,1,0.1108,0.6038,0.0937,1,1,1,1,1,0.020444082,0.510385633,0.289167762,1,1,1,1,1,0.004645394,0.451326847,0.321572274,1,1,1,1,1,0.058072064,0.632003605,0.374758337,0.374867781,0.375
-3007,1,0.5344,1,1,1,1,1,1,1,1,0.0032,0.5344,0.2664,1,0.3594,1,1,1,1,1,1,0,0.3594,0.2873,1,0.6039,1,1,1,0.0349,0.6039,0.2681,1,1,1,1,1,0.001686233,0.723668694,0.30596447,1,1,1,1,1,1.64E-05,0.696060896,0.25240472,1,1,1,1,1,0.017156376,0.866352201,0.405147414,0.405119526,0.405141844
-3008,1,0.5348,1,1,1,1,1,1,1,1,0.0099,0.5348,0.4112,1,0.3597,1,1,1,1,1,1,0,0.3597,0.4241,1,0.6041,1,1,1,0.018,0.6041,0.4231,1,1,1,1,1,0.003630077,0.788268745,0.372494906,1,1,1,1,1,5.70E-05,0.7332654,0.383424878,1,1,1,1,1,0.005000401,0.935046136,0.442182214,0.442140893,0.442375887
-3009,1,0.5351,1,1,1,1,1,1,1,1,0.0251,0.5351,0.5047,1,0.3599,1,1,1,1,1,1,0,0.3599,0.5213,1,0.6043,1,1,1,0.062,0.6043,0.5307,1,1,1,1,1,0.003984384,0.760450423,0.261774272,1,1,1,1,1,0.00137271,0.737268448,0.249489814,1,1,1,1,1,0.018663496,0.848951697,0.470275495,0.470277131,0.470301418
-3010,1,0.5355,1,1,1,1,1,1,1,1,0.0471,0.5355,0.5421,1,0.3601,1,1,1,1,1,1,0,0.3601,0.5502,1,0.6045,1,1,1,0.057,0.6045,0.57,1,1,1,1,1,0.009783161,0.754028976,0.218680114,1,1,1,1,1,0.001692145,0.718967736,0.185871735,1,1,1,1,1,0.015439176,0.857708454,0.485016916,0.484874127,0.48537234
-3011,1,0.5358,1,1,1,1,1,1,1,1,0.0443,0.5358,0.5389,1,0.3604,1,1,1,1,1,1,0,0.3604,0.527,1,0.6047,1,1,1,0.081,0.6047,0.6262,1,1,1,1,1,0.008574449,0.759180605,0.270553023,1,1,1,1,1,0.000981491,0.699343324,0.18868798,1,1,1,1,1,0.020814374,0.852018595,0.490877235,0.490797546,0.491134752
-3012,1,0.5362,1,1,1,1,1,1,1,1,0.0498,0.5362,0.5425,1,0.3606,1,1,1,1,1,1,0.0045,0.3606,0.558,1,0.6049,1,1,1,0.088,0.6049,0.6483,1,1,1,1,1,0.020681713,0.766733646,0.28544721,1,1,1,1,1,0.006268982,0.76546216,0.13118273,1,1,1,1,1,0.037724327,0.859670699,0.490998067,0.491009097,0.491134752
-3013,1,0.5365,1,1,1,1,1,1,1,1,0.048,0.5365,0.5567,1,0.3608,1,1,1,1,1,1,0,0.3608,0.5624,1,0.6051,1,1,1,0.12,0.6051,0.702,1,1,1,1,1,0.015921209,0.773685217,0.191866606,1,1,1,1,1,0.013881992,0.790405333,0.039112568,1,1,1,1,1,0.036427207,0.893624425,0.486104398,0.486143431,0.486258865
-3014,1,0.5369,1,1,1,1,1,1,1,1,0.0606,0.5369,0.561,1,0.3611,1,1,1,1,1,1,0.0038,0.3611,0.5658,1,0.6053,1,1,1,0.1389,0.6053,0.6381,1,1,1,1,1,0.027044695,0.827275515,0.398896903,1,1,1,1,1,0.039323375,0.801967144,0.01061309,1,1,1,1,1,0.028738456,0.946724772,0.479458676,0.479585361,0.479609929
-3015,1,0.5373,1,1,1,1,1,1,1,1,0.0977,0.5373,0.4936,1,0.3613,1,1,1,1,1,1,0.0356,0.3613,0.4944,1,0.6054,1,1,1,0.1225,0.6054,0.5048,1,1,1,1,1,0.058795951,0.848995268,0.489767611,1,1,1,1,1,0.06361784,0.785164416,0.014247907,1,1,1,1,1,0.072209686,0.942869306,0.478069116,0.478104506,0.478280142
-3016,1,0.5376,1,1,1,1,1,1,1,1,0.0739,0.5376,0.343,1,0.3615,1,1,1,1,1,1,0.0526,0.3615,0.3734,1,0.6056,1,1,1,0.0819,0.6056,0.3271,1,1,1,1,1,0.067507811,0.819464743,0.283663094,1,1,1,1,1,0.07056722,0.767448008,0.034786914,1,1,1,1,1,0.036024559,0.904914975,0.485258579,0.485297229,0.48537234
-3017,1,0.538,1,1,1,1,1,1,1,1,0.0533,0.538,0.1536,1,0.3618,1,1,1,1,1,1,0.0676,0.3618,0.2074,1,0.6058,1,1,1,0.1002,0.6058,0.1274,1,1,1,1,1,0.072933644,0.654888213,0.263284624,1,1,1,1,1,0.082239583,0.670252144,0,1,1,1,1,1,0.081663243,0.7401371,0.498066699,0.497990269,0.49822695
-3018,1,0.5383,1,1,1,1,1,1,1,1,0.0375,0.5383,0.0619,1,0.362,1,1,1,1,1,1,0.1127,0.362,0.0927,1,0.606,1,1,1,0.0721,0.606,0.0714,1,1,1,1,1,0.076671332,0.35506469,0.130301863,1,1,1,1,1,0.101802111,0.417197227,0,1,1,1,1,1,0.077910468,0.410764605,0.50598115,0.506029194,0.506205674
-3019,1,0.5387,1,1,1,1,1,1,1,1,0.0386,0.5387,0,1,0.3622,1,1,1,1,1,1,0.1538,0.3622,0,1,0.6062,1,1,1,0.0896,0.6062,0,1,1,1,1,1,0.143105671,0,0.036843043,1,1,1,1,1,0.191671982,0,0,1,1,1,1,1,0.142099515,0,0.516916385,0.516818278,0.516843972
-3020,1,0.539,1,1,1,1,1,1,1,1,0.0571,0.539,0,1,0.3625,1,1,1,1,1,1,0.1336,0.3625,0,1,0.6064,1,1,1,0.1328,0.6064,0,1,1,1,1,1,0.236948431,0,0.016255669,1,1,1,1,1,0.192110658,0,0.029024869,1,1,1,1,1,0.277833849,0,0.542351377,0.542415909,0.542109929
-3021,1,0.5394,1,1,1,1,1,1,1,1,0.0644,0.5394,0,1,0.3627,1,1,1,1,1,1,0.1762,0.3627,0,1,0.6066,1,1,1,0.2275,0.6066,0,1,1,1,1,1,0.207133383,0,0.001652052,1,1,1,1,1,0.195382208,0,0.069042675,1,1,1,1,1,0.374014556,0,0.51238521,0.512375714,0.51285461
-3022,1,0.5397,1,1,1,1,1,1,1,1,0.0798,0.5397,0,1,0.3629,1,1,1,1,1,1,0.1648,0.3629,0,1,0.6068,1,1,1,0.2606,0.6068,0,1,1,1,1,1,0.157126874,0,0,1,1,1,1,1,0.193244025,0,0.025806807,1,1,1,1,1,0.408976674,0,0.464233929,0.464142162,0.464095745
-3023,1,0.5401,1,1,1,1,1,1,1,1,0.055,0.5401,0,1,0.3632,1,1,1,1,1,1,0.1259,0.3632,0,1,0.607,1,1,1,0.2264,0.607,0,1,1,1,1,1,0.120090403,0,0.000523137,1,1,1,1,1,0.156108916,0,0,1,1,1,1,1,0.385151207,0,0.418861769,0.418658769,0.418882979
-3024,1,0.5404,1,1,1,1,1,1,1,1,0.0402,0.5404,0,1,0.3634,1,1,1,1,1,1,0.1477,0.3634,0,1,0.6071,1,1,1,0.1821,0.6071,0,1,1,1,1,1,0.100287467,0,0.005531359,1,1,1,1,1,0.1558467,0,0,1,1,1,1,1,0.321938306,0,0.386599807,0.386714618,0.386524823
-3025,1,0.5408,1,1,1,1,1,1,1,1,0.0628,0.5408,0,1,0.3636,1,1,1,1,1,1,0.2668,0.3636,0,1,0.6073,1,1,1,0.1596,0.6073,0,1,1,1,1,1,0.101295754,0,0.010932561,1,1,1,1,1,0.237185925,0,0.000413613,1,1,1,1,1,0.277554125,0,0.37040841,0.370425217,0.370567376
-3026,1,0.5411,1,1,1,1,1,1,1,1,0.1002,0.5411,0,1,0.3639,1,1,1,1,1,1,0.2605,0.3639,0,1,0.6075,1,1,1,0.1481,0.6075,0,1,1,1,1,1,0.087046482,0,0.040771604,1,1,1,1,1,0.253885627,0,0.056958899,1,1,1,1,1,0.229714021,0,0.363460609,0.363444045,0.363475177
-3027,1,0.5415,1,1,1,1,1,1,1,1,0.0809,0.5415,0,1,0.3641,1,1,1,1,1,1,0.335,0.3641,0,1,0.6077,1,1,1,0.1519,0.6077,0,1,1,1,1,1,0.062780365,0,0.045739248,1,1,1,1,1,0.312875152,0,0.027070422,1,1,1,1,1,0.188389927,0,0.362312711,0.362386292,0.362588652
-3028,1,0.5418,1,1,1,1,1,1,1,1,0.0849,0.5418,0,1,0.3643,1,1,1,1,1,1,0.3865,0.3643,0,1,0.6079,1,1,1,0.122,0.6079,0,1,1,1,1,1,0.066846617,0,0.106503487,1,1,1,1,1,0.444811165,0,0.02137042,1,1,1,1,1,0.129325107,0,0.374939584,0.374867781,0.375
-3029,1,0.5422,1,1,1,1,1,1,1,1,0.0438,0.5422,0.08,1,0.3646,1,1,1,1,1,1,0.3117,0.3646,0.0761,1,0.6081,1,1,1,0.0988,0.6081,0.1326,1,1,1,1,1,0.083832689,0.14186433,0.093182743,1,1,1,1,1,0.331490636,0.10566777,0.026991101,1,1,1,1,1,0.101927616,0.326739252,0.410161914,0.410196742,0.41001773
-3030,1,0.5425,1,1,1,1,1,1,1,1,0.0312,0.5425,0.0962,1,0.3648,1,1,1,1,1,1,0.2149,0.3648,0.1204,1,0.6083,1,1,1,0.0532,0.6083,0.0865,1,1,1,1,1,0.051057074,0.605317831,0.066344947,1,1,1,1,1,0.180318147,0.493487835,0.049339794,1,1,1,1,1,0.069507606,0.716439366,0.478189947,0.478104506,0.478280142
-3031,1,0.5429,1,1,1,1,1,1,1,1,0.0182,0.5429,0.2692,1,0.3651,1,1,1,1,1,1,0,0.3651,0.2931,1,0.6085,1,1,1,0.0044,0.6085,0.2676,1,1,1,1,1,0.008809977,0.856718719,0.100873679,1,1,1,1,1,0.009510274,0.802717686,0.073591366,1,1,1,1,1,0.012928808,0.938932896,0.530691155,0.530780622,0.531028369
-3032,1,0.5432,1,1,1,1,1,1,1,1,0.0008,0.5432,0.4479,1,0.3653,1,1,1,1,1,1,0,0.3653,0.4616,1,0.6086,1,1,1,0.0002,0.6086,0.4573,1,1,1,1,1,0.000731337,0.940531075,0.069096811,1,1,1,1,1,0,0.899172902,0.017808901,1,1,1,1,1,0.001271096,0.992724419,0.548453359,0.548550878,0.548758865
-3033,1,0.5436,1,1,1,1,1,1,1,1,0.0018,0.5436,0.5826,1,0.3655,1,1,1,1,1,1,0,0.3655,0.5836,1,0.6088,1,1,1,0.0019,0.6088,0.5984,1,1,1,1,1,0.000150542,0.97210449,0.023849655,1,1,1,1,1,0,0.912081301,0,1,1,1,1,1,0.000526274,0.998007417,0.559871919,0.559763063,0.559840426
-3034,1,0.544,1,1,1,1,1,1,1,1,0.0064,0.544,0.683,1,0.3658,1,1,1,1,1,1,0,0.3658,0.6775,1,0.609,1,1,1,0.0217,0.609,0.707,1,1,1,1,1,0.000190461,0.975322306,0.018505298,1,1,1,1,1,0.002632067,0.938575625,0,1,1,1,1,1,0.002578449,0.998167455,0.570927985,0.570975249,0.571365248
-3035,1,0.5443,1,1,1,1,1,1,1,1,0.0197,0.5443,0.6924,1,0.366,1,1,1,1,1,1,0.001,0.366,0.6925,1,0.6092,1,1,1,0.0382,0.6092,0.7238,1,1,1,1,1,0.0038602,0.970849872,0.008367648,1,1,1,1,1,0.003647594,0.930994451,0,1,1,1,1,1,0.00598556,0.998790681,0.575882069,0.575840914,0.575797872
-3036,1,0.5447,1,1,1,1,1,1,1,1,0.0678,0.5447,0.6825,1,0.3662,1,1,1,1,1,1,0.0328,0.3662,0.6905,1,0.6094,1,1,1,0.044,0.6094,0.7204,1,1,1,1,1,0.013944619,0.947838187,0.013104846,1,1,1,1,1,0.061254688,0.901736617,0,1,1,1,1,1,0.00885912,0.999390841,0.57557999,0.575629363,0.575797872
-3037,1,0.545,1,1,1,1,1,1,1,1,0.2024,0.545,0.6547,1,0.3665,1,1,1,1,1,1,0.1004,0.3665,0.6762,1,0.6096,1,1,1,0.0073,0.6096,0.7194,1,1,1,1,1,0.02790365,0.922464669,0.003013268,1,1,1,1,1,0.129126772,0.839140534,0.015695026,1,1,1,1,1,0.015472572,0.998423874,0.576909135,0.576898667,0.57712766
-3038,1,0.5454,1,1,1,1,1,1,1,1,0.1791,0.5454,0.5878,1,0.3667,1,1,1,1,1,1,0.1106,0.3667,0.5897,1,0.6098,1,1,1,0.0064,0.6098,0.6301,1,1,1,1,1,0.03257665,0.877068281,0.004807506,1,1,1,1,1,0.137566119,0.772318363,0.025026703,1,1,1,1,1,0.022115104,0.994399846,0.572015466,0.572033002,0.571808511
-3039,1,0.5457,1,1,1,1,1,1,1,1,0.2081,0.5457,0.4732,1,0.3669,1,1,1,1,1,1,0.1344,0.3669,0.4958,1,0.61,1,1,1,0.0087,0.61,0.4955,1,1,1,1,1,0.061530411,0.81950736,0.014963668,1,1,1,1,1,0.189578563,0.763380647,0.14059189,1,1,1,1,1,0.032232314,0.964297414,0.565430159,0.565474931,0.565159574
-3040,1,0.5461,1,1,1,1,1,1,1,1,0.2053,0.5461,0.3272,1,0.3672,1,1,1,1,1,1,0.2639,0.3672,0.34,1,0.6101,1,1,1,0.0219,0.6101,0.3179,1,1,1,1,1,0.095980704,0.794418573,0.021263875,1,1,1,1,1,0.285795152,0.5817765,0.202458635,1,1,1,1,1,0.051624019,0.920538902,0.562832286,0.562724773,0.562943262
-3041,1,0.5464,1,1,1,1,1,1,1,1,0.357,0.5464,0.153,1,0.3674,1,1,1,1,1,1,0.447,0.3674,0.1756,1,0.6103,1,1,1,0.0483,0.6103,0.1239,1,1,1,1,1,0.280863076,0.409310967,0.07672625,1,1,1,1,1,0.478341281,0.39564845,0.339036644,1,1,1,1,1,0.102151021,0.72237879,0.560476075,0.560609266,0.56072695
-3042,1,0.5468,1,1,1,1,1,1,1,1,0.3847,0.5468,0.0376,1,0.3676,1,1,1,1,1,1,0.3273,0.3676,0.0739,1,0.6105,1,1,1,0.0866,0.6105,0.0713,1,1,1,1,1,0.485710859,0.116508722,0.058029629,1,1,1,1,1,0.351879239,0.178238153,0.339423835,1,1,1,1,1,0.145246655,0.405273885,0.556367811,0.556378253,0.556737589
-3043,1,0.5471,1,1,1,1,1,1,1,1,0.239,0.5471,0,1,0.3679,1,1,1,1,1,1,0.161,0.3679,0,1,0.6107,1,1,1,0.1861,0.6107,0,1,1,1,1,1,0.352930278,0,0.053898998,1,1,1,1,1,0.195606872,0,0.265067816,1,1,1,1,1,0.316281497,0,0.565309328,0.565263381,0.565159574
-3044,1,0.5475,1,1,1,1,1,1,1,1,0.1993,0.5475,0,1,0.3681,1,1,1,1,1,1,0.1291,0.3681,0,1,0.6109,1,1,1,0.3272,0.6109,0,1,1,1,1,1,0.321515769,0,0.041621827,1,1,1,1,1,0.149058104,0,0.174570158,1,1,1,1,1,0.452082157,0,0.581621556,0.581764333,0.582003546
-3045,1,0.5478,1,1,1,1,1,1,1,1,0.2376,0.5478,0,1,0.3683,1,1,1,1,1,1,0.1441,0.3683,0,1,0.6111,1,1,1,0.218,0.6111,0,1,1,1,1,1,0.421113789,0,0.057345286,1,1,1,1,1,0.173128068,0,0.220411777,1,1,1,1,1,0.462791741,0,0.544043016,0.543896763,0.544326241
-3046,1,0.5482,1,1,1,1,1,1,1,1,0.1892,0.5482,0,1,0.3686,1,1,1,1,1,1,0.1802,0.3686,0,1,0.6113,1,1,1,0.2674,0.6113,0,1,1,1,1,1,0.29296726,0,0.076654911,1,1,1,1,1,0.201333672,0,0.206784293,1,1,1,1,1,0.592541039,0,0.484956501,0.484874127,0.48537234
-3047,1,0.5485,1,1,1,1,1,1,1,1,0.2209,0.5485,0,1,0.3688,1,1,1,1,1,1,0.1947,0.3688,0,1,0.6115,1,1,1,0.2685,0.6115,0,1,1,1,1,1,0.310904503,0,0.075027838,1,1,1,1,1,0.253332049,0,0.198870182,1,1,1,1,1,0.665873885,0,0.431367811,0.431351809,0.431294326
-3048,1,0.5489,1,1,1,1,1,1,1,1,0.1662,0.5489,0,1,0.369,1,1,1,1,1,1,0.0473,0.369,0,1,0.6117,1,1,1,0.3139,0.6117,0,1,1,1,1,1,0.266855747,0,0.035169058,1,1,1,1,1,0.072381496,0,0.140888751,1,1,1,1,1,0.697441339,0,0.39741421,0.397292151,0.397163121
-3049,1,0.5492,1,1,1,1,1,1,1,1,0.2377,0.5492,0,1,0.3693,1,1,1,1,1,1,0.0089,0.3693,0,1,0.6118,1,1,1,0.3819,0.6118,0,1,1,1,1,1,0.307531595,0,0.116995931,1,1,1,1,1,0.049168263,0,0.250443459,1,1,1,1,1,0.759955525,0,0.379531174,0.379521895,0.379875887
-3050,1,0.5496,1,1,1,1,1,1,1,1,0.2799,0.5496,0,1,0.3695,1,1,1,1,1,1,0.0443,0.3695,0,1,0.612,1,1,1,0.3046,0.612,0,1,1,1,1,1,0.293591827,0,0.167495191,1,1,1,1,1,0.100816637,0,0.232804745,1,1,1,1,1,0.695892751,0,0.3699855,0.370002116,0.370124113
-3051,1,0.5499,1,1,1,1,1,1,1,1,0.2643,0.5499,0,1,0.3697,1,1,1,1,1,1,0.0715,0.3697,0,1,0.6122,1,1,1,0.3266,0.6122,0,1,1,1,1,1,0.221964598,0,0.19346869,1,1,1,1,1,0.144270346,0,0.259390593,1,1,1,1,1,0.682269633,0,0.367327211,0.367463508,0.367021277
-3052,1,0.5503,1,1,1,1,1,1,1,1,0.2106,0.5503,0,1,0.37,1,1,1,1,1,1,0.0605,0.37,0,1,0.6124,1,1,1,0.4068,0.6124,0,1,1,1,1,1,0.200717732,0,0.084273472,1,1,1,1,1,0.087384462,0,0.145235866,1,1,1,1,1,0.736589134,0,0.377839536,0.37782949,0.377659574
-3053,1,0.5506,1,1,1,1,1,1,1,1,0.0967,0.5506,0.0003,1,0.3702,1,1,1,1,1,1,0.0977,0.3702,0,1,0.6126,1,1,1,0.3234,0.6126,0.0103,1,1,1,1,1,0.124859288,0.000156921,0.107732363,1,1,1,1,1,0.157228962,0,0.362413108,1,1,1,1,1,0.618697941,0.008938991,0.413605607,0.413581553,0.41356383
-3054,1,0.551,1,1,1,1,1,1,1,1,0.1352,0.551,0.1183,1,0.3705,1,1,1,1,1,1,0.1435,0.3705,0.1017,1,0.6128,1,1,1,0.3289,0.6128,0.1066,1,1,1,1,1,0.156680733,0.303809792,0.24033165,1,1,1,1,1,0.20676282,0.151477277,0.633829057,1,1,1,1,1,0.619738102,0.28671211,0.481694055,0.481700867,0.481826241
-3055,1,0.5514,1,1,1,1,1,1,1,1,0.1823,0.5514,0.2276,1,0.3707,1,1,1,1,1,1,0.1999,0.3707,0.2182,1,0.613,1,1,1,0.3366,0.613,0.2129,1,1,1,1,1,0.197865978,0.531760931,0.437482327,1,1,1,1,1,0.265418172,0.346183419,0.947754264,1,1,1,1,1,0.620049536,0.418442249,0.537155631,0.537127142,0.537234043
-3056,1,0.5514,1,1,1,1,1,1,1,1,0.2393,0.5514,0.3245,1,0.3707,1,1,1,1,1,1,0.2682,0.3707,0.2787,1,0.613,1,1,1,0.3464,0.613,0.3086,1,1,1,1,1,0.249861896,0.527677,0.71786356,1,1,1,1,1,0.333191037,0.368336797,1,1,1,1,1,1,0.619944692,0.519445837,0.557153214,0.557012905,0.557180851
-3057,1,0.5514,1,1,1,1,1,1,1,1,0.3069,0.5514,0.3045,1,0.3707,1,1,1,1,1,1,0.3487,0.3707,0.2748,1,0.613,1,1,1,0.3576,0.613,0.3138,1,1,1,1,1,0.313082308,0.428509325,0.921926618,1,1,1,1,1,0.409130514,0.403445452,1,1,1,1,1,1,0.619723558,0.462499797,0.568753021,0.568648191,0.568705674
-3058,1,0.5514,1,1,1,1,1,1,1,1,0.4081,0.5514,0.3433,1,0.3707,1,1,1,1,1,1,0.3861,0.3707,0.3545,1,0.613,1,1,1,0.4221,0.613,0.3612,1,1,1,1,1,0.487144649,0.505259097,0.950084686,1,1,1,1,1,0.441614211,0.487726331,1,1,1,1,1,1,0.611924887,0.533802688,0.57920493,0.579225725,0.579343972
-3059,1,0.5514,1,1,1,1,1,1,1,1,0.4386,0.5514,0.3785,1,0.3707,1,1,1,1,1,1,0.421,0.3707,0.3891,1,0.613,1,1,1,0.4426,0.613,0.3538,1,1,1,1,1,0.469449162,0.535502315,0.993827343,1,1,1,1,1,0.49349761,0.584728539,1,1,1,1,1,1,0.65542382,0.523746908,0.582467376,0.582610535,0.582446809
-3060,1,0.5514,1,1,1,1,1,1,1,1,0.518,0.5514,0.438,1,0.3707,1,1,1,1,1,1,0.5018,0.3707,0.4407,1,0.613,1,1,1,0.5907,0.613,0.377,1,1,1,1,1,0.462457746,0.606426358,1,1,1,1,1,1,0.584345162,0.62943995,1,1,1,1,1,1,0.811092734,0.515321076,0.579084099,0.579014174,0.579343972
-3061,1,0.5514,1,1,1,1,1,1,1,1,0.5596,0.5514,0.364,1,0.3707,1,1,1,1,1,1,0.4452,0.3707,0.3752,1,0.613,1,1,1,0.656,0.613,0.2372,1,1,1,1,1,0.561926067,0.510940373,1,1,1,1,1,1,0.59860301,0.461984992,1,1,1,1,1,1,0.866431832,0.518118143,0.579990333,0.579860377,0.580230496
-3062,1,0.5514,1,1,1,1,1,1,1,1,0.5275,0.5514,0.3523,1,0.3707,1,1,1,1,1,1,0.6153,0.3707,0.3413,1,0.613,1,1,1,0.6344,0.613,0.2496,1,1,1,1,1,0.44351089,0.464406639,1,1,1,1,1,1,0.651564598,0.500769973,1,1,1,1,1,1,0.846628904,0.421831846,0.574552924,0.57457161,0.574468085
-3063,1,0.5514,1,1,1,1,1,1,1,1,0.4567,0.5514,0.2649,1,0.3707,1,1,1,1,1,1,0.6602,0.3707,0.2711,1,0.613,1,1,1,0.647,0.613,0.1858,1,1,1,1,1,0.287257761,0.361513793,1,1,1,1,1,1,0.722461283,0.344642222,1,1,1,1,1,1,0.8356902,0.243044019,0.571532141,0.571609901,0.571808511
-3064,1,0.5514,1,1,1,1,1,1,1,1,0.4656,0.5514,0.1739,1,0.3707,1,1,1,1,1,1,0.3321,0.3707,0.1633,1,0.613,1,1,1,0.5192,0.613,0.1402,1,1,1,1,1,0.291600317,0.230451047,1,1,1,1,1,1,0.458843678,0.2408133,1,1,1,1,1,1,0.781031609,0.199704781,0.577936201,0.577956421,0.578014184
-3065,1,0.5514,1,1,1,1,1,1,1,1,0.4922,0.5514,0.068,1,0.3707,1,1,1,1,1,1,0.2991,0.3707,0.0955,1,0.613,1,1,1,0.3984,0.613,0.0579,1,1,1,1,1,0.314048052,0.100412108,1,1,1,1,1,1,0.40491122,0.155565783,1,1,1,1,1,1,0.683984756,0.015495664,0.587602707,0.587687751,0.587765957
-3066,1,0.5514,1,1,1,1,1,1,1,1,0.4786,0.5514,0.0032,1,0.3707,1,1,1,1,1,1,0.2365,0.3707,0.0068,1,0.613,1,1,1,0.2741,0.613,0,1,1,1,1,1,0.298728853,0.016161527,1,1,1,1,1,1,0.293494314,0.014613152,1,1,1,1,1,1,0.586134672,0,0.587119381,0.587053099,0.587322695
-3067,1,0.5514,1,1,1,1,1,1,1,1,0.5138,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2744,0.3707,0,1,0.613,1,1,1,0.2805,0.613,0,1,1,1,1,1,0.313239992,0,1,1,1,1,1,1,0.298986197,0,1,1,1,1,1,1,0.488662243,0,0.59020058,0.590226359,0.590425532
-3068,1,0.5514,1,1,1,1,1,1,1,1,0.3864,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1933,0.3707,0,1,0.613,1,1,1,0.2765,0.613,0,1,1,1,1,1,0.211035907,0,1,1,1,1,1,1,0.198382139,0,1,1,1,1,1,1,0.425425589,0,0.588146448,0.588110853,0.588652482
-3069,1,0.5514,1,1,1,1,1,1,1,1,0.3289,0.5514,0,1,0.3707,1,1,1,1,1,1,0.3272,0.3707,0,1,0.613,1,1,1,0.2027,0.613,0,1,1,1,1,1,0.242146417,0,1,1,1,1,1,1,0.323174059,0,1,1,1,1,1,1,0.390699476,0,0.547667956,0.547704675,0.54787234
-3070,1,0.5514,1,1,1,1,1,1,1,1,0.3163,0.5514,0,1,0.3707,1,1,1,1,1,1,0.3039,0.3707,0,1,0.613,1,1,1,0.1411,0.613,0,1,1,1,1,1,0.260244191,0,1,1,1,1,1,1,0.292289972,0,1,1,1,1,1,1,0.287027925,0,0.490998067,0.490797546,0.491134752
-3071,1,0.5514,1,1,1,1,1,1,1,1,0.2817,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1752,0.3707,0,1,0.613,1,1,1,0.1122,0.613,0,1,1,1,1,1,0.240034953,0,1,1,1,1,1,1,0.181820497,0,1,1,1,1,1,1,0.244842619,0,0.439161431,0.439179183,0.43927305
-3072,1,0.5514,1,1,1,1,1,1,1,1,0.265,0.5514,0,1,0.3707,1,1,1,1,1,1,0.224,0.3707,0,1,0.613,1,1,1,0.0771,0.613,0,1,1,1,1,1,0.249031991,0,1,1,1,1,1,1,0.186418295,0,1,1,1,1,1,1,0.189968467,0,0.404301595,0.404273323,0.404255319
-3073,1,0.5514,1,1,1,1,1,1,1,1,0.2674,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2289,0.3707,0,1,0.613,1,1,1,0.0902,0.613,0,1,1,1,1,1,0.241316602,0,1,1,1,1,1,1,0.205004245,0,1,1,1,1,1,1,0.207428962,0,0.386358144,0.386291517,0.38608156
-3074,1,0.5514,1,1,1,1,1,1,1,1,0.2086,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1122,0.3707,0,1,0.613,1,1,1,0.109,0.613,0,1,1,1,1,1,0.172924608,0,1,1,1,1,1,1,0.135403231,0,1,1,1,1,1,1,0.191979304,0,0.37681247,0.376771737,0.37677305
-3075,1,0.5514,1,1,1,1,1,1,1,1,0.216,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0125,0.3707,0,1,0.613,1,1,1,0.0886,0.613,0,1,1,1,1,1,0.131784841,0,1,1,1,1,1,1,0.043823998,0,0.974301338,1,1,1,1,1,0.146338731,0,0.374093765,0.374021578,0.374113475
-3076,1,0.5514,1,1,1,1,1,1,1,1,0.1836,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0079,0.3707,0,1,0.613,1,1,1,0.0707,0.613,0,1,1,1,1,1,0.09600424,0,1,1,1,1,1,1,0.046301462,0,1,1,1,1,1,1,0.143230051,0,0.38418318,0.38417601,0.383865248
-3077,1,0.5514,1,1,1,1,1,1,1,1,0.1785,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0477,0.613,0,1,1,1,1,1,0.071455717,0,1,1,1,1,1,1,0.029396962,0,1,1,1,1,1,1,0.128817946,0,0.421942968,0.421832029,0.421985816
-3078,1,0.5514,1,1,1,1,1,1,1,1,0.1543,0.5514,0.0147,1,0.3707,1,1,1,1,1,1,0,0.3707,0.0111,1,0.613,1,1,1,0.0423,0.613,0.0584,1,1,1,1,1,0.045265645,0.03434002,1,1,1,1,1,1,0.017658452,0.009917888,1,1,1,1,1,1,0.110518649,0.138559252,0.492085549,0.49206685,0.492021277
-3079,1,0.5514,1,1,1,1,1,1,1,1,0.1762,0.5514,0.0856,1,0.3707,1,1,1,1,1,1,0,0.3707,0.1055,1,0.613,1,1,1,0.0584,0.613,0.2246,1,1,1,1,1,0.039558623,0.16594936,1,1,1,1,1,1,0.014257271,0.18429628,1,1,1,1,1,1,0.162029594,0.217585921,0.550144998,0.550031733,0.550531915
-3080,1,0.5514,1,1,1,1,1,1,1,1,0.2184,0.5514,0.1722,1,0.3707,1,1,1,1,1,1,0,0.3707,0.2396,1,0.613,1,1,1,0.028,0.613,0.3188,1,1,1,1,1,0.043255083,0.319782287,1,1,1,1,1,1,0.022929404,0.350754648,1,1,1,1,1,1,0.067318477,0.397389114,0.57141131,0.57139835,0.571808511
-3081,1,0.5514,1,1,1,1,1,1,1,1,0.189,0.5514,0.2509,1,0.3707,1,1,1,1,1,1,0,0.3707,0.3134,1,0.613,1,1,1,0.0199,0.613,0.4308,1,1,1,1,1,0.037794773,0.405761778,1,1,1,1,1,1,0.014388829,0.439215422,1,1,1,1,1,1,0.027901087,0.482075036,0.58421943,0.584302941,0.584219858
-3082,1,0.5514,1,1,1,1,1,1,1,1,0.1448,0.5514,0.3024,1,0.3707,1,1,1,1,1,1,0,0.3707,0.377,1,0.613,1,1,1,0.0085,0.613,0.3932,1,1,1,1,1,0.021639708,0.46628347,1,1,1,1,1,1,0.009224593,0.563435435,1,1,1,1,1,1,0.026163276,0.575453997,0.594671339,0.594668923,0.594858156
-3083,1,0.5514,1,1,1,1,1,1,1,1,0.1623,0.5514,0.3723,1,0.3707,1,1,1,1,1,1,0,0.3707,0.3916,1,0.613,1,1,1,0.004,0.613,0.4097,1,1,1,1,1,0.022331141,0.571268618,1,1,1,1,1,1,0.004717922,0.540187299,1,1,1,1,1,1,0.011930367,0.515494585,0.598960851,0.598899937,0.59929078
-3084,1,0.5514,1,1,1,1,1,1,1,1,0.1481,0.5514,0.3725,1,0.3707,1,1,1,1,1,1,0,0.3707,0.3709,1,0.613,1,1,1,0.0056,0.613,0.393,1,1,1,1,1,0.023191469,0.535458565,1,1,1,1,1,1,0.003356208,0.528377652,1,1,1,1,1,1,0.009086104,0.568012536,0.596846303,0.59678443,0.597074468
-3085,1,0.5514,1,1,1,1,1,1,1,1,0.1256,0.5514,0.3379,1,0.3707,1,1,1,1,1,1,0,0.3707,0.3712,1,0.613,1,1,1,0.0043,0.613,0.4092,1,1,1,1,1,0.019629244,0.523207486,1,1,1,1,1,1,0.001233356,0.508414507,1,1,1,1,1,1,0.013035147,0.547736824,0.596483809,0.596572879,0.596631206
-3086,1,0.5514,1,1,1,1,1,1,1,1,0.1326,0.5514,0.3128,1,0.3707,1,1,1,1,1,1,0,0.3707,0.3164,1,0.613,1,1,1,0.0043,0.613,0.3604,1,1,1,1,1,0.020170255,0.433873981,1,1,1,1,1,1,0.002500119,0.430772126,1,1,1,1,1,1,0.032770168,0.589299262,0.58977767,0.589591707,0.58998227
-3087,1,0.5514,1,1,1,1,1,1,1,1,0.2011,0.5514,0.235,1,0.3707,1,1,1,1,1,1,0,0.3707,0.2211,1,0.613,1,1,1,0.0176,0.613,0.3128,1,1,1,1,1,0.031488299,0.321942449,1,1,1,1,1,1,0.005110606,0.327482045,1,1,1,1,1,1,0.044615515,0.39297384,0.585911068,0.585783795,0.585992908
-3088,1,0.5514,1,1,1,1,1,1,1,1,0.1595,0.5514,0.1418,1,0.3707,1,1,1,1,1,1,0,0.3707,0.164,1,0.613,1,1,1,0.0371,0.613,0.1706,1,1,1,1,1,0.038731597,0.218959346,0.998301387,1,1,1,1,1,0.009716763,0.233388349,0.762332976,1,1,1,1,1,0.087226659,0.207798138,0.590079749,0.590014809,0.590425532
-3089,1,0.5514,1,1,1,1,1,1,1,1,0.1012,0.5514,0.0599,1,0.3707,1,1,1,1,1,1,0,0.3707,0.0636,1,0.613,1,1,1,0.0244,0.613,0.0965,1,1,1,1,1,0.028813072,0.091620035,0.934785366,1,1,1,1,1,0.004324722,0.106455185,0.83215642,1,1,1,1,1,0.036363963,0.085727282,0.595154664,0.595092025,0.595301418
-3090,1,0.5514,1,1,1,1,1,1,1,1,0.093,0.5514,0.0025,1,0.3707,1,1,1,1,1,1,0,0.3707,0.0014,1,0.613,1,1,1,0.03,0.613,0.0134,1,1,1,1,1,0.034817345,0.001221306,0.991598129,1,1,1,1,1,0.000418105,0.001956674,1,1,1,1,1,1,0.042951412,0,0.591952634,0.591918765,0.592198582
-3091,1,0.5514,1,1,1,1,1,1,1,1,0.1087,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0037,0.3707,0,1,0.613,1,1,1,0.0449,0.613,0,1,1,1,1,1,0.067928195,0,1,1,1,1,1,1,0.019987293,0,1,1,1,1,1,1,0.083381951,0,0.594308845,0.594245822,0.594414894
-3092,1,0.5514,1,1,1,1,1,1,1,1,0.0969,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0665,0.613,0,1,1,1,1,1,0.017200679,0,1,1,1,1,1,1,0.005680996,0,0.961533546,1,1,1,1,1,0.12195868,0,0.593281779,0.593188069,0.593528369
-3093,1,0.5514,1,1,1,1,1,1,1,1,0.0708,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0563,0.613,0,1,1,1,1,1,0.01463124,0,0.996593475,1,1,1,1,1,0.000793728,0,0.551168084,1,1,1,1,1,0.111339226,0,0.555038666,0.554897398,0.554964539
-3094,1,0.5514,1,1,1,1,1,1,1,1,0.1037,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0436,0.613,0,1,1,1,1,1,0.029771134,0,1,1,1,1,1,1,0.000681085,0,0.458502918,1,1,1,1,1,0.094245233,0,0.496979217,0.496932515,0.496897163
-3095,1,0.5514,1,1,1,1,1,1,1,1,0.1032,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0601,0.613,0,1,1,1,1,1,0.025979266,0,0.841516495,1,1,1,1,1,0.015194653,0,0.182388753,1,1,1,1,1,0.140795141,0,0.44459884,0.444679501,0.444592199
-3096,1,0.5514,1,1,1,1,1,1,1,1,0.0467,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0778,0.3707,0,1,0.613,1,1,1,0.0403,0.613,0,1,1,1,1,1,0.015930722,0,0.775089443,1,1,1,1,1,0.075452551,0,0.114576444,1,1,1,1,1,0.153732672,0,0.409859836,0.409773641,0.41001773
-3097,1,0.5514,1,1,1,1,1,1,1,1,0.1371,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2337,0.3707,0,1,0.613,1,1,1,0.0336,0.613,0,1,1,1,1,1,0.102328531,0,0.949375987,1,1,1,1,1,0.230632648,0,0.024976179,1,1,1,1,1,0.116295218,0,0.390768487,0.390734081,0.390514184
-3098,1,0.5514,1,1,1,1,1,1,1,1,0.1751,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1975,0.3707,0,1,0.613,1,1,1,0.0391,0.613,0,1,1,1,1,1,0.220645949,0,0.997537076,1,1,1,1,1,0.272967875,0,0,1,1,1,1,1,0.070833966,0,0.38098115,0.380791199,0.381205674
-3099,1,0.5514,1,1,1,1,1,1,1,1,0.2513,0.5514,0,1,0.3707,1,1,1,1,1,1,0.3982,0.3707,0,1,0.613,1,1,1,0.057,0.613,0,1,1,1,1,1,0.422199816,0,0.951133728,1,1,1,1,1,0.466235101,0,0.019147383,1,1,1,1,1,0.079790801,0,0.378745771,0.378887243,0.378546099
-3100,1,0.5514,1,1,1,1,1,1,1,1,0.2181,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2408,0.3707,0,1,0.613,1,1,1,0.0812,0.613,0,1,1,1,1,1,0.452056348,0,0.887968302,1,1,1,1,1,0.376029849,0,0.137204722,1,1,1,1,1,0.123169385,0,0.387324795,0.38734927,0.387411348
-3101,1,0.5514,1,1,1,1,1,1,1,1,0.3008,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1282,0.3707,0,1,0.613,1,1,1,0.0975,0.613,0,1,1,1,1,1,0.433986366,0,0.80823946,1,1,1,1,1,0.244975731,0,1,1,1,1,1,1,0.157799304,0,0.421882552,0.421832029,0.421985816
-3102,1,0.5514,1,1,1,1,1,1,1,1,0.2582,0.5514,0.01,1,0.3707,1,1,1,1,1,1,0.1336,0.3707,0.0355,1,0.613,1,1,1,0.1469,0.613,0.0216,1,1,1,1,1,0.164210871,0.030318761,0.870605528,1,1,1,1,1,0.185321301,0.093014695,1,1,1,1,1,1,0.260769695,0.023204286,0.489366844,0.489316691,0.489361702
-3103,1,0.5514,1,1,1,1,1,1,1,1,0.2979,0.5514,0.1406,1,0.3707,1,1,1,1,1,1,0.1115,0.3707,0.1854,1,0.613,1,1,1,0.1636,0.613,0.0983,1,1,1,1,1,0.102028072,0.240397915,0.963048458,1,1,1,1,1,0.133674726,0.373348564,1,1,1,1,1,1,0.226253539,0.031407002,0.544647173,0.544742966,0.544769504
-3104,1,0.5514,1,1,1,1,1,1,1,1,0.3519,0.5514,0.2487,1,0.3707,1,1,1,1,1,1,0.2386,0.3707,0.3056,1,0.613,1,1,1,0.1455,0.613,0.182,1,1,1,1,1,0.094778545,0.372197211,0.917864442,1,1,1,1,1,0.225880012,0.638606012,0.975449502,1,1,1,1,1,0.208279431,0.229153678,0.564523925,0.564628729,0.564716312
-3105,1,0.5514,1,1,1,1,1,1,1,1,0.182,0.5514,0.373,1,0.3707,1,1,1,1,1,1,0.3497,0.3707,0.4704,1,0.613,1,1,1,0.1899,0.613,0.237,1,1,1,1,1,0.056798115,0.549844325,0.952371657,1,1,1,1,1,0.316586643,0.758509755,0.693723381,1,1,1,1,1,0.274994344,0.393232584,0.574371677,0.574360059,0.574468085
-3106,1,0.5514,1,1,1,1,1,1,1,1,0.1216,0.5514,0.4494,1,0.3707,1,1,1,1,1,1,0.8103,0.3707,0.5901,1,0.613,1,1,1,0.1973,0.613,0.3477,1,1,1,1,1,0.152892843,0.702600002,0.697203875,1,1,1,1,1,0.743637621,0.780477285,1,1,1,1,1,1,0.27343449,0.513368428,0.582527791,0.582610535,0.582446809
-3107,1,0.5514,1,1,1,1,1,1,1,1,0.1503,0.5514,0.4989,1,0.3707,1,1,1,1,1,1,0.7115,0.3707,0.5627,1,0.613,1,1,1,0.1852,0.613,0.3746,1,1,1,1,1,0.210784405,0.754518211,0.612850487,1,1,1,1,1,0.618076503,0.747254491,0.806605041,1,1,1,1,1,0.298900962,0.587541103,0.585367327,0.585360694,0.585549645
-3108,1,0.5514,1,1,1,1,1,1,1,1,0.2012,0.5514,0.5063,1,0.3707,1,1,1,1,1,1,0.6539,0.3707,0.5449,1,0.613,1,1,1,0.1525,0.613,0.4259,1,1,1,1,1,0.249616548,0.75784272,0.969345808,1,1,1,1,1,0.646284461,0.776593447,0.325254738,1,1,1,1,1,0.269659519,0.611650288,0.582950701,0.582822086,0.582890071
-3109,1,0.5514,1,1,1,1,1,1,1,1,0.1579,0.5514,0.5298,1,0.3707,1,1,1,1,1,1,0.8098,0.3707,0.5707,1,0.613,1,1,1,0.1493,0.613,0.4137,1,1,1,1,1,0.246660069,0.768758059,0.868775725,1,1,1,1,1,0.738170803,0.767285705,0.302462041,1,1,1,1,1,0.251589984,0.572398007,0.581259062,0.581341231,0.581560284
-3110,1,0.5514,1,1,1,1,1,1,1,1,0.3024,0.5514,0.5309,1,0.3707,1,1,1,1,1,1,0.7239,0.3707,0.5412,1,0.613,1,1,1,0.2078,0.613,0.3541,1,1,1,1,1,0.381585747,0.782902479,1,1,1,1,1,1,0.68636632,0.794384062,1,1,1,1,1,1,0.423822194,0.583877146,0.574069599,0.573936958,0.574024823
-3111,1,0.5514,1,1,1,1,1,1,1,1,0.3403,0.5514,0.4408,1,0.3707,1,1,1,1,1,1,0.6322,0.3707,0.4695,1,0.613,1,1,1,0.212,0.613,0.3582,1,1,1,1,1,0.37544176,0.738470137,1,1,1,1,1,1,0.644069791,0.744459152,1,1,1,1,1,1,0.375341088,0.668108702,0.567182214,0.567167337,0.567375887
-3112,1,0.5514,1,1,1,1,1,1,1,1,0.4017,0.5514,0.3139,1,0.3707,1,1,1,1,1,1,0.6995,0.3707,0.3531,1,0.613,1,1,1,0.3105,0.613,0.2607,1,1,1,1,1,0.422143579,0.690556765,1,1,1,1,1,1,0.727021337,0.71990484,1,1,1,1,1,1,0.448474556,0.62609607,0.565188497,0.565263381,0.565159574
-3113,1,0.5514,1,1,1,1,1,1,1,1,0.3609,0.5514,0.1579,1,0.3707,1,1,1,1,1,1,0.6305,0.3707,0.2015,1,0.613,1,1,1,0.3754,0.613,0.1565,1,1,1,1,1,0.341190606,0.551213026,1,1,1,1,1,1,0.631391406,0.587067902,1,1,1,1,1,1,0.503002763,0.47879529,0.564101015,0.563994077,0.56427305
-3114,1,0.5514,1,1,1,1,1,1,1,1,0.1656,0.5514,0.0659,1,0.3707,1,1,1,1,1,1,0.406,0.3707,0.0997,1,0.613,1,1,1,0.3931,0.613,0.0634,1,1,1,1,1,0.245021045,0.317539662,0.994324446,1,1,1,1,1,0.42833066,0.388537586,1,1,1,1,1,1,0.533321023,0.233728707,0.55860319,0.55870531,0.558953901
-3115,1,0.5514,1,1,1,1,1,1,1,1,0.2221,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2418,0.3707,0,1,0.613,1,1,1,0.3622,0.613,0,1,1,1,1,1,0.290454537,0,1,1,1,1,1,1,0.309674263,0,1,1,1,1,1,1,0.550678253,0,0.561261479,0.561243918,0.561170213
-3116,1,0.5514,1,1,1,1,1,1,1,1,0.3165,0.5514,0,1,0.3707,1,1,1,1,1,1,0.5313,0.3707,0,1,0.613,1,1,1,0.2951,0.613,0,1,1,1,1,1,0.299572855,0,0.989776552,1,1,1,1,1,0.507888258,0,1,1,1,1,1,1,0.486034006,0,0.577573707,0.577533319,0.578014184
-3117,1,0.5514,1,1,1,1,1,1,1,1,0.319,0.5514,0,1,0.3707,1,1,1,1,1,1,0.4081,0.3707,0,1,0.613,1,1,1,0.2191,0.613,0,1,1,1,1,1,0.292996585,0,0.99045229,1,1,1,1,1,0.417812586,0,0.997665048,1,1,1,1,1,0.465756059,0,0.548272112,0.548339327,0.548758865
-3118,1,0.5514,1,1,1,1,1,1,1,1,0.2136,0.5514,0,1,0.3707,1,1,1,1,1,1,0.286,0.3707,0,1,0.613,1,1,1,0.1776,0.613,0,1,1,1,1,1,0.212597206,0,0.726204276,1,1,1,1,1,0.349298179,0,0.565574646,1,1,1,1,1,0.411405116,0,0.494502175,0.494605458,0.494680851
-3119,1,0.5514,1,1,1,1,1,1,1,1,0.2459,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2617,0.3707,0,1,0.613,1,1,1,0.1572,0.613,0,1,1,1,1,1,0.262501955,0,0.616573691,1,1,1,1,1,0.327857494,0,0.804514766,1,1,1,1,1,0.396348089,0,0.440611406,0.440660038,0.440602837
-3120,1,0.5514,1,1,1,1,1,1,1,1,0.3429,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2196,0.3707,0,1,0.613,1,1,1,0.1698,0.613,0,1,1,1,1,1,0.344862014,0,0.574480712,1,1,1,1,1,0.342501193,0,1,1,1,1,1,1,0.392400831,0,0.405389077,0.405331077,0.405141844
-3121,1,0.5514,1,1,1,1,1,1,1,1,0.389,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1561,0.3707,0,1,0.613,1,1,1,0.1575,0.613,0,1,1,1,1,1,0.348239809,0,0.902467728,1,1,1,1,1,0.256803095,0,1,1,1,1,1,1,0.356183797,0,0.38641856,0.386291517,0.38608156
-3122,1,0.5514,1,1,1,1,1,1,1,1,0.3309,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1748,0.3707,0,1,0.613,1,1,1,0.1234,0.613,0,1,1,1,1,1,0.355203032,0,0.728469968,1,1,1,1,1,0.290768057,0,1,1,1,1,1,1,0.299225569,0,0.376147898,0.376137085,0.375886525
-3123,1,0.5514,1,1,1,1,1,1,1,1,0.3494,0.5514,0,1,0.3707,1,1,1,1,1,1,0.239,0.3707,0,1,0.613,1,1,1,0.1753,0.613,0,1,1,1,1,1,0.394383729,0,0.762069643,1,1,1,1,1,0.329351664,0,1,1,1,1,1,1,0.378810763,0,0.373670855,0.373810028,0.373670213
-3124,1,0.5514,1,1,1,1,1,1,1,1,0.2548,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1404,0.3707,0,1,0.613,1,1,1,0.1838,0.613,0,1,1,1,1,1,0.287227154,0,0.520671725,1,1,1,1,1,0.233140916,0,0.796834588,1,1,1,1,1,0.428487003,0,0.384485259,0.384599111,0.384308511
-3125,1,0.5514,1,1,1,1,1,1,1,1,0.2059,0.5514,0.1153,1,0.3707,1,1,1,1,1,1,0.2564,0.3707,0.1323,1,0.613,1,1,1,0.1839,0.613,0.064,1,1,1,1,1,0.242828161,0.283095658,0.447928786,1,1,1,1,1,0.332454622,0.257891148,0.469884843,1,1,1,1,1,0.478340447,0.347810715,0.415659739,0.415697059,0.415780142
-3126,1,0.5514,1,1,1,1,1,1,1,1,0.2708,0.5514,0.0994,1,0.3707,1,1,1,1,1,1,0.0794,0.3707,0.1358,1,0.613,1,1,1,0.2717,0.613,0.1063,1,1,1,1,1,0.32733795,0.661239982,0.332069665,1,1,1,1,1,0.133467406,0.632590294,0.438453436,1,1,1,1,1,0.619648576,0.669599831,0.48260029,0.482758621,0.482712766
-3127,1,0.5514,1,1,1,1,1,1,1,1,0.3394,0.5514,0.2756,1,0.3707,1,1,1,1,1,1,0.102,0.3707,0.3081,1,0.613,1,1,1,0.3443,0.613,0.2575,1,1,1,1,1,0.400178134,0.882611632,0.40566349,1,1,1,1,1,0.139710262,0.865898848,0.578572571,1,1,1,1,1,0.660771251,0.827498972,0.532745288,0.532684578,0.532801418
-3128,1,0.5514,1,1,1,1,1,1,1,1,0.3521,0.5514,0.4609,1,0.3707,1,1,1,1,1,1,0.2893,0.3707,0.4821,1,0.613,1,1,1,0.3146,0.613,0.3906,1,1,1,1,1,0.513720334,0.968888521,0.456194818,1,1,1,1,1,0.323518634,0.970613658,0.523332,1,1,1,1,1,0.546906412,0.849216342,0.549359594,0.549397081,0.54964539
-3129,1,0.5514,1,1,1,1,1,1,1,1,0.2223,0.5514,0.5865,1,0.3707,1,1,1,1,1,1,0.2389,0.3707,0.6095,1,0.613,1,1,1,0.3162,0.613,0.4772,1,1,1,1,1,0.375787944,0.970754325,0.53029114,1,1,1,1,1,0.264145344,0.974548817,0.672613144,1,1,1,1,1,0.491092741,0.864119411,0.559207347,0.559128411,0.558953901
-3130,1,0.5514,1,1,1,1,1,1,1,1,0.2637,0.5514,0.6153,1,0.3707,1,1,1,1,1,1,0.3797,0.3707,0.6333,1,0.613,1,1,1,0.2893,0.613,0.5494,1,1,1,1,1,0.381283045,0.862384915,0.763099015,1,1,1,1,1,0.350983679,0.852188945,0.38092646,1,1,1,1,1,0.466492891,0.844746768,0.56639681,0.566532685,0.566489362
-3131,1,0.5514,1,1,1,1,1,1,1,1,0.2873,0.5514,0.5241,1,0.3707,1,1,1,1,1,1,0.3973,0.3707,0.5641,1,0.613,1,1,1,0.3891,0.613,0.602,1,1,1,1,1,0.379618883,0.764578104,1,1,1,1,1,1,0.373645991,0.766464114,0.234542161,1,1,1,1,1,0.665963352,0.824996591,0.569296762,0.569282843,0.569592199
-3132,1,0.5514,1,1,1,1,1,1,1,1,0.2485,0.5514,0.517,1,0.3707,1,1,1,1,1,1,0.3971,0.3707,0.5751,1,0.613,1,1,1,0.4207,0.613,0.5931,1,1,1,1,1,0.276523143,0.760440886,1,1,1,1,1,1,0.385041714,0.882862985,0.382449508,1,1,1,1,1,0.697630882,0.825891078,0.565550991,0.565686482,0.565602837
-3133,1,0.5514,1,1,1,1,1,1,1,1,0.1328,0.5514,0.5234,1,0.3707,1,1,1,1,1,1,0.4498,0.3707,0.6419,1,0.613,1,1,1,0.3956,0.613,0.6068,1,1,1,1,1,0.18276602,0.764127672,1,1,1,1,1,1,0.392321378,0.911210418,0.509016812,1,1,1,1,1,0.695465624,0.773253798,0.562953117,0.562936323,0.563386525
-3134,1,0.5514,1,1,1,1,1,1,1,1,0.1023,0.5514,0.5164,1,0.3707,1,1,1,1,1,1,0.2895,0.3707,0.6036,1,0.613,1,1,1,0.3148,0.613,0.5388,1,1,1,1,1,0.126766041,0.796823502,1,1,1,1,1,1,0.276388317,0.94911027,0.81327939,1,1,1,1,1,0.515819967,0.684405506,0.555582407,0.555743601,0.555851064
-3135,1,0.5514,1,1,1,1,1,1,1,1,0.1139,0.5514,0.4389,1,0.3707,1,1,1,1,1,1,0.3721,0.3707,0.5145,1,0.613,1,1,1,0.3431,0.613,0.432,1,1,1,1,1,0.110989265,0.799240351,1,1,1,1,1,1,0.395389855,0.945801437,1,1,1,1,1,1,0.546237767,0.646626472,0.548211696,0.548339327,0.548315603
-3136,1,0.5514,1,1,1,1,1,1,1,1,0.0673,0.5514,0.3264,1,0.3707,1,1,1,1,1,1,0.6102,0.3707,0.3916,1,0.613,1,1,1,0.2521,0.613,0.2881,1,1,1,1,1,0.125809565,0.794588804,1,1,1,1,1,1,0.563897491,0.92561245,1,1,1,1,1,1,0.391427428,0.536530972,0.544345094,0.544319865,0.544326241
-3137,1,0.5514,1,1,1,1,1,1,1,1,0.0546,0.5514,0.1549,1,0.3707,1,1,1,1,1,1,0.6534,0.3707,0.2161,1,0.613,1,1,1,0.2213,0.613,0.1326,1,1,1,1,1,0.139809832,0.695486248,1,1,1,1,1,1,0.622751236,0.807539821,1,1,1,1,1,1,0.394026101,0.370682061,0.53981392,0.53966575,0.539893617
-3138,1,0.5514,1,1,1,1,1,1,1,1,0.0413,0.5514,0.0725,1,0.3707,1,1,1,1,1,1,0.5548,0.3707,0.1126,1,0.613,1,1,1,0.1071,0.613,0.0496,1,1,1,1,1,0.107999727,0.445454508,0.988978803,1,1,1,1,1,0.54574883,0.537548065,1,1,1,1,1,1,0.225748181,0.105487123,0.532141131,0.532049926,0.532358156
-3139,1,0.5514,1,1,1,1,1,1,1,1,0.0218,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2449,0.3707,0,1,0.613,1,1,1,0.0919,0.613,0,1,1,1,1,1,0.060518194,0,0.92338717,1,1,1,1,1,0.299476773,0,1,1,1,1,1,1,0.233479872,0,0.530993233,0.530992173,0.531028369
-3140,1,0.5514,1,1,1,1,1,1,1,1,0.0747,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2499,0.3707,0,1,0.613,1,1,1,0.0854,0.613,0,1,1,1,1,1,0.154048726,0,0.808943987,1,1,1,1,1,0.366765738,0,1,1,1,1,1,1,0.244309604,0,0.549057516,0.548973979,0.549202128
-3141,1,0.5514,1,1,1,1,1,1,1,1,0.1199,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2376,0.3707,0,1,0.613,1,1,1,0.1127,0.613,0,1,1,1,1,1,0.218858719,0,0.7139467,1,1,1,1,1,0.382285357,0,1,1,1,1,1,1,0.266663283,0,0.529905752,0.529722869,0.529698582
-3142,1,0.5514,1,1,1,1,1,1,1,1,0.133,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1853,0.3707,0,1,0.613,1,1,1,0.1623,0.613,0,1,1,1,1,1,0.164864808,0,0.643042207,1,1,1,1,1,0.291756183,0,0.827183247,1,1,1,1,1,0.341581166,0,0.486587724,0.486566533,0.486702128
-3143,1,0.5514,1,1,1,1,1,1,1,1,0.2335,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2258,0.3707,0,1,0.613,1,1,1,0.192,0.613,0,1,1,1,1,1,0.260462195,0,0.718864083,1,1,1,1,1,0.324894726,0,0.238780379,1,1,1,1,1,0.421452731,0,0.438315611,0.438332981,0.438386525
-3144,1,0.5514,1,1,1,1,1,1,1,1,0.2831,0.5514,0,1,0.3707,1,1,1,1,1,1,0.221,0.3707,0,1,0.613,1,1,1,0.2605,0.613,0,1,1,1,1,1,0.321243644,0,0.531870961,1,1,1,1,1,0.331875592,0,0.058907859,1,1,1,1,1,0.466235101,0,0.402247463,0.402157817,0.40248227
-3145,1,0.5514,1,1,1,1,1,1,1,1,0.2591,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1195,0.3707,0,1,0.613,1,1,1,0.288,0.613,0,1,1,1,1,1,0.240558714,0,0.551312447,1,1,1,1,1,0.221004859,0,0.09406729,1,1,1,1,1,0.457950145,0,0.381283229,0.381214301,0.381205674
-3146,1,0.5514,1,1,1,1,1,1,1,1,0.1624,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0886,0.3707,0,1,0.613,1,1,1,0.3556,0.613,0,1,1,1,1,1,0.167860061,0,0.38649267,1,1,1,1,1,0.162988812,0,0.160664409,1,1,1,1,1,0.496936142,0,0.369623006,0.369579014,0.369680851
-3147,1,0.5514,1,1,1,1,1,1,1,1,0.139,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1518,0.3707,0,1,0.613,1,1,1,0.4082,0.613,0,1,1,1,1,1,0.198564529,0,0.335980058,1,1,1,1,1,0.169840991,0,0.274151325,1,1,1,1,1,0.506455302,0,0.365333494,0.365348001,0.365248227
-3148,1,0.5514,1,1,1,1,1,1,1,1,0.1471,0.5514,0,1,0.3707,1,1,1,1,1,1,0.13,0.3707,0,1,0.613,1,1,1,0.3941,0.613,0,1,1,1,1,1,0.247916356,0,0.512617886,1,1,1,1,1,0.134788036,0,0.383783787,1,1,1,1,1,0.568884492,0,0.367145964,0.367040406,0.367021277
-3149,1,0.5514,1,1,1,1,1,1,1,1,0.2142,0.5514,0.1439,1,0.3707,1,1,1,1,1,1,0.1949,0.3707,0.1647,1,0.613,1,1,1,0.3522,0.613,0.1405,1,1,1,1,1,0.339087516,0.348163933,0.608574033,1,1,1,1,1,0.196130693,0.313889235,0.725426793,1,1,1,1,1,0.539111435,0.416082859,0.375181247,0.375079331,0.375443262
-3150,1,0.5514,1,1,1,1,1,1,1,1,0.1833,0.5514,0.0999,1,0.3707,1,1,1,1,1,1,0.1553,0.3707,0.1429,1,0.613,1,1,1,0.2863,0.613,0.0852,1,1,1,1,1,0.249882266,0.706830442,0.690851331,1,1,1,1,1,0.157791346,0.679342926,0.845899463,1,1,1,1,1,0.527180552,0.748651564,0.39880377,0.398773006,0.39893617
-3151,1,0.5514,1,1,1,1,1,1,1,1,0.1088,0.5514,0.273,1,0.3707,1,1,1,1,1,1,0.0302,0.3707,0.3044,1,0.613,1,1,1,0.1449,0.613,0.2644,1,1,1,1,1,0.123664066,0.900541782,0.648151398,1,1,1,1,1,0.034871999,0.87835145,0.468395561,1,1,1,1,1,0.270421147,0.927220702,0.43861769,0.438756082,0.438829787
-3152,1,0.5514,1,1,1,1,1,1,1,1,0.0697,0.5514,0.4545,1,0.3707,1,1,1,1,1,1,0.0169,0.3707,0.4736,1,0.613,1,1,1,0.0888,0.613,0.4509,1,1,1,1,1,0.071692705,0.986741245,0.391763002,1,1,1,1,1,0.023911376,0.972213387,0.254528284,1,1,1,1,1,0.177544251,0.993393779,0.47758579,0.477681405,0.477836879
-3153,1,0.5514,1,1,1,1,1,1,1,1,0.0933,0.5514,0.5942,1,0.3707,1,1,1,1,1,1,0.0338,0.3707,0.601,1,0.613,1,1,1,0.1908,0.613,0.5972,1,1,1,1,1,0.08257927,0.99965471,0.306881309,1,1,1,1,1,0.031985331,0.998153806,0.087381676,1,1,1,1,1,0.384661913,0.999962628,0.501027066,0.500951978,0.501329787
-3154,1,0.5514,1,1,1,1,1,1,1,1,0.1086,0.5514,0.6924,1,0.3707,1,1,1,1,1,1,0.0532,0.3707,0.6893,1,0.613,1,1,1,0.2431,0.613,0.701,1,1,1,1,1,0.120175339,0.999252915,0.318251044,1,1,1,1,1,0.049303614,0.998055518,0.235075921,1,1,1,1,1,0.43455103,0.999971032,0.509122765,0.509202454,0.509308511
-3155,1,0.5514,1,1,1,1,1,1,1,1,0.1075,0.5514,0.72,1,0.3707,1,1,1,1,1,1,0.1123,0.3707,0.722,1,0.613,1,1,1,0.3928,0.613,0.7326,1,1,1,1,1,0.126765504,0.9998914,0.242457137,1,1,1,1,1,0.099919431,0.999773622,0.218046606,1,1,1,1,1,0.573013246,0.999984682,0.510270662,0.510260207,0.510638298
-3156,1,0.5514,1,1,1,1,1,1,1,1,0.1653,0.5514,0.7196,1,0.3707,1,1,1,1,1,1,0.1461,0.3707,0.7199,1,0.613,1,1,1,0.408,0.613,0.735,1,1,1,1,1,0.197918996,0.99991715,0.511185408,1,1,1,1,1,0.127653986,0.999316096,0.142531946,1,1,1,1,1,0.585171461,0.999934435,0.506101982,0.506029194,0.506205674
-3157,1,0.5514,1,1,1,1,1,1,1,1,0.2181,0.5514,0.716,1,0.3707,1,1,1,1,1,1,0.1183,0.3707,0.7163,1,0.613,1,1,1,0.4738,0.613,0.7151,1,1,1,1,1,0.250370085,0.999637604,0.963112414,1,1,1,1,1,0.126522496,0.995274603,0.288693726,1,1,1,1,1,0.665795743,0.999710441,0.500724988,0.500740427,0.500886525
-3158,1,0.5514,1,1,1,1,1,1,1,1,0.2591,0.5514,0.6301,1,0.3707,1,1,1,1,1,1,0.1183,0.3707,0.6451,1,0.613,1,1,1,0.3523,0.613,0.6195,1,1,1,1,1,0.320397705,0.995551169,1,1,1,1,1,1,0.158714235,0.982198238,1,1,1,1,1,1,0.552884042,0.996894777,0.496254229,0.496297863,0.496453901
-3159,1,0.5514,1,1,1,1,1,1,1,1,0.3541,0.5514,0.504,1,0.3707,1,1,1,1,1,1,0.1034,0.3707,0.5307,1,0.613,1,1,1,0.3246,0.613,0.482,1,1,1,1,1,0.373532414,0.970357656,1,1,1,1,1,1,0.149207011,0.938277185,1,1,1,1,1,1,0.517498791,0.979378998,0.49722088,0.497144066,0.497340426
-3160,1,0.5514,1,1,1,1,1,1,1,1,0.3598,0.5514,0.3413,1,0.3707,1,1,1,1,1,1,0.1233,0.3707,0.385,1,0.613,1,1,1,0.1716,0.613,0.3132,1,1,1,1,1,0.28085807,0.912842572,1,1,1,1,1,1,0.187107712,0.891856074,1,1,1,1,1,1,0.233880937,0.91902101,0.502295795,0.502221282,0.502216312
-3161,1,0.5514,1,1,1,1,1,1,1,1,0.4381,0.5514,0.1489,1,0.3707,1,1,1,1,1,1,0.0435,0.3707,0.2054,1,0.613,1,1,1,0.0929,0.613,0.1334,1,1,1,1,1,0.224593475,0.743480504,1,1,1,1,1,1,0.11134927,0.744852781,1,1,1,1,1,1,0.118973657,0.74915278,0.508458192,0.508567802,0.508421986
-3162,1,0.5514,1,1,1,1,1,1,1,1,0.4588,0.5514,0.0735,1,0.3707,1,1,1,1,1,1,0.0245,0.3707,0.1014,1,0.613,1,1,1,0.0563,0.613,0.0686,1,1,1,1,1,0.197730124,0.441629052,1,1,1,1,1,1,0.112896815,0.461385131,1,1,1,1,1,1,0.064801656,0.424163043,0.509424843,0.509625555,0.509751773
-3163,1,0.5514,1,1,1,1,1,1,1,1,0.3921,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0547,0.3707,0,1,0.613,1,1,1,0.0431,0.613,0,1,1,1,1,1,0.313527256,0,0.853037715,1,1,1,1,1,0.125335306,0,0.347886652,1,1,1,1,1,0.074706808,0,0.511297728,0.511317961,0.511524823
-3164,1,0.5514,1,1,1,1,1,1,1,1,0.4508,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0765,0.3707,0,1,0.613,1,1,1,0.0393,0.613,0,1,1,1,1,1,0.458028078,0,0.715727329,1,1,1,1,1,0.204995424,0,0.268041372,1,1,1,1,1,0.045901418,0,0.530993233,0.530992173,0.531028369
-3165,1,0.5514,1,1,1,1,1,1,1,1,0.4413,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2098,0.3707,0,1,0.613,1,1,1,0.0365,0.613,0,1,1,1,1,1,0.424273074,0,0.795585513,1,1,1,1,1,0.44916746,0,0.45066914,1,1,1,1,1,0.050751127,0,0.513895602,0.513856569,0.514184397
-3166,1,0.5514,1,1,1,1,1,1,1,1,0.318,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1911,0.3707,0,1,0.613,1,1,1,0.0405,0.613,0,1,1,1,1,1,0.171648592,0,0.584665298,1,1,1,1,1,0.336303562,0,0.394108951,1,1,1,1,1,0.060611032,0,0.47522958,0.475142797,0.475177305
-3167,1,0.5514,1,1,1,1,1,1,1,1,0.2804,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1813,0.3707,0,1,0.613,1,1,1,0.0602,0.613,0,1,1,1,1,1,0.136969924,0,0.850148261,1,1,1,1,1,0.28530547,0,0.88391757,1,1,1,1,1,0.176159337,0,0.431730304,0.43177491,0.431737589
-3168,1,0.5514,1,1,1,1,1,1,1,1,0.2599,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1362,0.3707,0,1,0.613,1,1,1,0.0994,0.613,0,1,1,1,1,1,0.086475834,0,0.861881077,1,1,1,1,1,0.180019617,0,1,1,1,1,1,1,0.29929772,0,0.397655872,0.397715253,0.397606383
-3169,1,0.5514,1,1,1,1,1,1,1,1,0.2162,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0502,0.3707,0,1,0.613,1,1,1,0.1279,0.613,0,1,1,1,1,1,0.050558895,0,1,1,1,1,1,1,0.060052525,0,1,1,1,1,1,1,0.428472072,0,0.374395843,0.37444468,0.374556738
-3170,1,0.5514,1,1,1,1,1,1,1,1,0.1544,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0019,0.3707,0,1,0.613,1,1,1,0.1137,0.613,0,1,1,1,1,1,0.036333434,0,1,1,1,1,1,1,0.012671577,0,1,1,1,1,1,1,0.413085252,0,0.361164814,0.361116988,0.361258865
-3171,1,0.5514,1,1,1,1,1,1,1,1,0.1186,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0127,0.3707,0,1,0.613,1,1,1,0.1403,0.613,0,1,1,1,1,1,0.032755759,0,0.997184992,1,1,1,1,1,0.013818009,0,1,1,1,1,1,1,0.405421168,0,0.35397535,0.353924265,0.354166667
-3172,1,0.5514,1,1,1,1,1,1,1,1,0.1464,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0781,0.3707,0,1,0.613,1,1,1,0.1567,0.613,0,1,1,1,1,1,0.073014393,0,0.993295074,1,1,1,1,1,0.059007302,0,1,1,1,1,1,1,0.38309598,0,0.352948284,0.352866512,0.352836879
-3173,1,0.5514,1,1,1,1,1,1,1,1,0.1471,0.5514,0.0495,1,0.3707,1,1,1,1,1,1,0.1148,0.3707,0.0184,1,0.613,1,1,1,0.1582,0.613,0.0219,1,1,1,1,1,0.144636691,0.107333697,1,1,1,1,1,1,0.090746365,0.038688991,1,1,1,1,1,1,0.392524749,0.151494592,0.353552441,0.353501164,0.353723404
-3174,1,0.5514,1,1,1,1,1,1,1,1,0.1419,0.5514,0.1088,1,0.3707,1,1,1,1,1,1,0.0785,0.3707,0.1142,1,0.613,1,1,1,0.2023,0.613,0.1163,1,1,1,1,1,0.1891554,0.36468327,1,1,1,1,1,1,0.066478997,0.288186431,1,1,1,1,1,1,0.455750048,0.409259111,0.367327211,0.367251957,0.367021277
-3175,1,0.5514,1,1,1,1,1,1,1,1,0.067,0.5514,0.215,1,0.3707,1,1,1,1,1,1,0.0382,0.3707,0.2286,1,0.613,1,1,1,0.1695,0.613,0.2298,1,1,1,1,1,0.111783102,0.431050152,0.780664086,1,1,1,1,1,0.037129071,0.52883935,0.800329089,1,1,1,1,1,0.425017148,0.632594049,0.402187047,0.402157817,0.40248227
-3176,1,0.5514,1,1,1,1,1,1,1,1,0.0163,0.5514,0.314,1,0.3707,1,1,1,1,1,1,0,0.3707,0.3597,1,0.613,1,1,1,0.0677,0.613,0.3375,1,1,1,1,1,0.013868776,0.48036477,0.674231887,1,1,1,1,1,0.000588871,0.692886889,0.844980121,1,1,1,1,1,0.230355769,0.651045561,0.445142581,0.445102602,0.445035461
-3177,1,0.5514,1,1,1,1,1,1,1,1,0.0081,0.5514,0.4037,1,0.3707,1,1,1,1,1,1,0,0.3707,0.4743,1,0.613,1,1,1,0.0283,0.613,0.4137,1,1,1,1,1,0.005101336,0.605391204,0.546060801,1,1,1,1,1,0.000166501,0.742006302,0.69910109,1,1,1,1,1,0.071139276,0.763683498,0.477344128,0.477258303,0.477393617
-3178,1,0.5514,1,1,1,1,1,1,1,1,0.0112,0.5514,0.4935,1,0.3707,1,1,1,1,1,1,0,0.3707,0.5905,1,0.613,1,1,1,0.0339,0.613,0.4751,1,1,1,1,1,0.002855922,0.749419928,0.713683426,1,1,1,1,1,0.002472606,0.880372107,0.764492989,1,1,1,1,1,0.036831871,0.817810833,0.494623006,0.494817009,0.494680851
-3179,1,0.5514,1,1,1,1,1,1,1,1,0.0307,0.5514,0.5497,1,0.3707,1,1,1,1,1,1,0.0156,0.3707,0.6772,1,0.613,1,1,1,0.0497,0.613,0.5155,1,1,1,1,1,0.006731627,0.869244456,0.82045573,1,1,1,1,1,0.033179298,0.956004918,1,1,1,1,1,1,0.042289998,0.789291978,0.503806187,0.503702137,0.503989362
-3180,1,0.5514,1,1,1,1,1,1,1,1,0.1576,0.5514,0.6028,1,0.3707,1,1,1,1,1,1,0.0489,0.3707,0.6568,1,0.613,1,1,1,0.0096,0.613,0.5256,1,1,1,1,1,0.070125207,0.917194664,0.710800052,1,1,1,1,1,0.061670821,0.922279537,0.746521533,1,1,1,1,1,0.017074388,0.805738628,0.508156114,0.508144701,0.508421986
-3181,1,0.5514,1,1,1,1,1,1,1,1,0.2932,0.5514,0.6675,1,0.3707,1,1,1,1,1,1,0.0962,0.3707,0.6527,1,0.613,1,1,1,0.0422,0.613,0.5111,1,1,1,1,1,0.12424197,0.933966756,1,1,1,1,1,1,0.138744354,0.918123364,0.757080913,1,1,1,1,1,0.033762597,0.770609617,0.507189464,0.507086947,0.507092199
-3182,1,0.5514,1,1,1,1,1,1,1,1,0.2328,0.5514,0.5725,1,0.3707,1,1,1,1,1,1,0.0353,0.3707,0.5829,1,0.613,1,1,1,0.068,0.613,0.4551,1,1,1,1,1,0.110461563,0.87936914,0.902625322,1,1,1,1,1,0.098507062,0.821167707,0.713812351,1,1,1,1,1,0.089710593,0.734023213,0.506162397,0.506240745,0.506205674
-3183,1,0.5514,1,1,1,1,1,1,1,1,0.1964,0.5514,0.4333,1,0.3707,1,1,1,1,1,1,0.0472,0.3707,0.4701,1,0.613,1,1,1,0.1474,0.613,0.3522,1,1,1,1,1,0.134044915,0.813044548,0.749714494,1,1,1,1,1,0.122008935,0.790194154,0.800225973,1,1,1,1,1,0.135587677,0.699804068,0.508397777,0.508356251,0.508421986
-3184,1,0.5514,1,1,1,1,1,1,1,1,0.1901,0.5514,0.3056,1,0.3707,1,1,1,1,1,1,0.1392,0.3707,0.3561,1,0.613,1,1,1,0.0951,0.613,0.2611,1,1,1,1,1,0.151552156,0.719038248,0.911787033,1,1,1,1,1,0.220356941,0.767052591,1,1,1,1,1,1,0.109924726,0.565696955,0.514439343,0.514491221,0.51462766
-3185,1,0.5514,1,1,1,1,1,1,1,1,0.2028,0.5514,0.1615,1,0.3707,1,1,1,1,1,1,0.1492,0.3707,0.2072,1,0.613,1,1,1,0.0854,0.613,0.1226,1,1,1,1,1,0.15941608,0.542040169,1,1,1,1,1,1,0.127546906,0.641435444,1,1,1,1,1,1,0.120825149,0.377905846,0.521810053,0.521683943,0.521719858
-3186,1,0.5514,1,1,1,1,1,1,1,1,0.2885,0.5514,0.0703,1,0.3707,1,1,1,1,1,1,0.392,0.3707,0.0969,1,0.613,1,1,1,0.0885,0.613,0.045,1,1,1,1,1,0.2495884,0.301724672,1,1,1,1,1,1,0.391321927,0.341482133,1,1,1,1,1,1,0.214336723,0.156539157,0.523682939,0.52379945,0.523492908
-3187,1,0.5514,1,1,1,1,1,1,1,1,0.2988,0.5514,0,1,0.3707,1,1,1,1,1,1,0.3894,0.3707,0,1,0.613,1,1,1,0.0309,0.613,0,1,1,1,1,1,0.203296244,0,1,1,1,1,1,1,0.45579052,0,1,1,1,1,1,1,0.135194004,0,0.532322378,0.532473027,0.532358156
-3188,1,0.5514,1,1,1,1,1,1,1,1,0.2877,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2678,0.3707,0,1,0.613,1,1,1,0.0165,0.613,0,1,1,1,1,1,0.273507506,0,0.861265719,1,1,1,1,1,0.312090427,0,1,1,1,1,1,1,0.062814765,0,0.55679072,0.556589803,0.556737589
-3189,1,0.5514,1,1,1,1,1,1,1,1,0.3124,0.5514,0,1,0.3707,1,1,1,1,1,1,0.391,0.3707,0,1,0.613,1,1,1,0.0111,0.613,0,1,1,1,1,1,0.251892716,0,0.937746644,1,1,1,1,1,0.429087281,0,1,1,1,1,1,1,0.019601928,0,0.533711938,0.533742331,0.533687943
-3190,1,0.5514,1,1,1,1,1,1,1,1,0.2463,0.5514,0,1,0.3707,1,1,1,1,1,1,0.4023,0.3707,0,1,0.613,1,1,1,0.0019,0.613,0,1,1,1,1,1,0.269104868,0,0.611603737,1,1,1,1,1,0.435833395,0,1,1,1,1,1,1,0.010402508,0,0.484896085,0.484874127,0.484929078
-3191,1,0.5514,1,1,1,1,1,1,1,1,0.1978,0.5514,0,1,0.3707,1,1,1,1,1,1,0.3331,0.3707,0,1,0.613,1,1,1,0.0049,0.613,0,1,1,1,1,1,0.225194559,0,0.625537336,1,1,1,1,1,0.351462066,0,1,1,1,1,1,1,0.008198523,0,0.436623973,0.436640575,0.436613475
-3192,1,0.5514,1,1,1,1,1,1,1,1,0.1794,0.5514,0,1,0.3707,1,1,1,1,1,1,0.3061,0.3707,0,1,0.613,1,1,1,0.0043,0.613,0,1,1,1,1,1,0.157857165,0,0.999361396,1,1,1,1,1,0.360194653,0,1,1,1,1,1,1,0.006064592,0,0.402126631,0.402157817,0.402039007
-3193,1,0.5514,1,1,1,1,1,1,1,1,0.1894,0.5514,0,1,0.3707,1,1,1,1,1,1,0.38,0.3707,0,1,0.613,1,1,1,0.0049,0.613,0,1,1,1,1,1,0.162101865,0,1,1,1,1,1,1,0.440100223,0,1,1,1,1,1,1,0.006209596,0,0.384122765,0.38417601,0.383865248
-3194,1,0.5514,1,1,1,1,1,1,1,1,0.2151,0.5514,0,1,0.3707,1,1,1,1,1,1,0.3757,0.3707,0,1,0.613,1,1,1,0.0061,0.613,0,1,1,1,1,1,0.198134243,0,1,1,1,1,1,1,0.482299626,0,1,1,1,1,1,1,0.011701248,0,0.374033349,0.374021578,0.374113475
-3195,1,0.5514,1,1,1,1,1,1,1,1,0.2129,0.5514,0,1,0.3707,1,1,1,1,1,1,0.4077,0.3707,0,1,0.613,1,1,1,0.0116,0.613,0,1,1,1,1,1,0.187068135,0,1,1,1,1,1,1,0.5637182,0,1,1,1,1,1,1,0.027636467,0,0.371254229,0.37127142,0.371453901
-3196,1,0.5514,1,1,1,1,1,1,1,1,0.1724,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2563,0.3707,0,1,0.613,1,1,1,0.0258,0.613,0,1,1,1,1,1,0.087062925,0,1,1,1,1,1,1,0.280168355,0,1,1,1,1,1,1,0.042666912,0,0.382612373,0.382695155,0.382535461
-3197,1,0.5514,1,1,1,1,1,1,1,1,0.0966,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1456,0.3707,0,1,0.613,1,1,1,0.0381,0.613,0.0344,1,1,1,1,1,0.098952472,1.92E-06,1,1,1,1,1,1,0.17857115,0,1,1,1,1,1,1,0.058809049,0.022539159,0.416565974,0.416754813,0.416666667
-3198,1,0.5514,1,1,1,1,1,1,1,1,0.0268,0.5514,0.0825,1,0.3707,1,1,1,1,1,1,0.3085,0.3707,0.0783,1,0.613,1,1,1,0.0183,0.613,0.0919,1,1,1,1,1,0.023426274,0.203266799,1,1,1,1,1,1,0.249682516,0.114760317,1,1,1,1,1,1,0.045866638,0.207900241,0.483566941,0.483604823,0.483599291
-3199,1,0.5514,1,1,1,1,1,1,1,1,0.0149,0.5514,0.2082,1,0.3707,1,1,1,1,1,1,0.0828,0.3707,0.2023,1,0.613,1,1,1,0.015,0.613,0.2133,1,1,1,1,1,0.023795024,0.360714912,0.997593701,1,1,1,1,1,0.123146281,0.359636873,1,1,1,1,1,1,0.045728687,0.426216483,0.540659739,0.540723503,0.540780142
-3200,1,0.5514,1,1,1,1,1,1,1,1,0.0138,0.5514,0.3309,1,0.3707,1,1,1,1,1,1,0.0016,0.3707,0.3522,1,0.613,1,1,1,0.0004,0.613,0.3498,1,1,1,1,1,0.008209709,0.545952618,0.896183133,1,1,1,1,1,0.009397389,0.503389597,0.859673858,1,1,1,1,1,0.003066539,0.528925419,0.565430159,0.565474931,0.565159574
-3201,1,0.5514,1,1,1,1,1,1,1,1,0.0171,0.5514,0.4573,1,0.3707,1,1,1,1,1,1,0,0.3707,0.4342,1,0.613,1,1,1,0.0001,0.613,0.4271,1,1,1,1,1,0.004991244,0.630850673,0.874004126,1,1,1,1,1,0.00616655,0.669264913,0.667262316,1,1,1,1,1,0.0024793,0.590271592,0.582709038,0.582822086,0.582890071
-3202,1,0.5514,1,1,1,1,1,1,1,1,0.0287,0.5514,0.4965,1,0.3707,1,1,1,1,1,1,0.006,0.3707,0.4766,1,0.613,1,1,1,0.0001,0.613,0.4558,1,1,1,1,1,0.003019141,0.662618399,0.863556623,1,1,1,1,1,0.02283521,0.668580651,0.613512635,1,1,1,1,1,0.003079286,0.591199219,0.597933784,0.597842183,0.597960993
-3203,1,0.5514,1,1,1,1,1,1,1,1,0.0265,0.5514,0.4893,1,0.3707,1,1,1,1,1,1,0.052,0.3707,0.4596,1,0.613,1,1,1,0,0.613,0.4763,1,1,1,1,1,0.003513404,0.658961594,0.25986883,1,1,1,1,1,0.095578402,0.658876598,0.429378808,1,1,1,1,1,0.004707471,0.638255477,0.606996133,0.606938862,0.607269504
-3204,1,0.5514,1,1,1,1,1,1,1,1,0.0857,0.5514,0.468,1,0.3707,1,1,1,1,1,1,0.0475,0.3707,0.4479,1,0.613,1,1,1,0.0135,0.613,0.5032,1,1,1,1,1,0.014262171,0.663062453,0.375486106,1,1,1,1,1,0.085774027,0.63327235,0.720803022,1,1,1,1,1,0.027776547,0.672674596,0.609956501,0.609900571,0.609929078
-3205,1,0.5514,1,1,1,1,1,1,1,1,0.1324,0.5514,0.4295,1,0.3707,1,1,1,1,1,1,0.1396,0.3707,0.4338,1,0.613,1,1,1,0.0702,0.613,0.4848,1,1,1,1,1,0.019859117,0.598790467,0.308630109,1,1,1,1,1,0.113101602,0.598593891,0.532212853,1,1,1,1,1,0.105315179,0.652817249,0.609714838,0.609689021,0.609929078
-3206,1,0.5514,1,1,1,1,1,1,1,1,0.1588,0.5514,0.4079,1,0.3707,1,1,1,1,1,1,0.1931,0.3707,0.4112,1,0.613,1,1,1,0.057,0.613,0.4606,1,1,1,1,1,0.057720773,0.542870462,0.166391388,1,1,1,1,1,0.165987253,0.599688947,0.204380125,1,1,1,1,1,0.12211331,0.556830168,0.604881585,0.604823355,0.605053191
-3207,1,0.5514,1,1,1,1,1,1,1,1,0.176,0.5514,0.3452,1,0.3707,1,1,1,1,1,1,0.1708,0.3707,0.3684,1,0.613,1,1,1,0.0687,0.613,0.356,1,1,1,1,1,0.046736818,0.494711578,0.228648007,1,1,1,1,1,0.150883317,0.542978048,0.225800008,1,1,1,1,1,0.131399333,0.550176561,0.599323345,0.599323038,0.59929078
-3208,1,0.5514,1,1,1,1,1,1,1,1,0.1013,0.5514,0.2643,1,0.3707,1,1,1,1,1,1,0.0329,0.3707,0.2748,1,0.613,1,1,1,0.0876,0.613,0.2364,1,1,1,1,1,0.042993303,0.435061485,0.101538919,1,1,1,1,1,0.074418716,0.431564093,0.121465191,1,1,1,1,1,0.148063838,0.422889352,0.599021266,0.599111487,0.59929078
-3209,1,0.5514,1,1,1,1,1,1,1,1,0.0712,0.5514,0.1438,1,0.3707,1,1,1,1,1,1,0.0378,0.3707,0.1397,1,0.613,1,1,1,0.0901,0.613,0.1116,1,1,1,1,1,0.041262455,0.283412158,0.036125265,1,1,1,1,1,0.048782151,0.217178315,0.118606016,1,1,1,1,1,0.167685091,0.235206515,0.600712905,0.600803893,0.60106383
-3210,1,0.5514,1,1,1,1,1,1,1,1,0.0367,0.5514,0.0228,1,0.3707,1,1,1,1,1,1,0.0097,0.3707,0.0223,1,0.613,1,1,1,0.1199,0.613,0.0269,1,1,1,1,1,0.025405163,0.051139332,0.018233992,1,1,1,1,1,0.020598952,0.055958893,0.18390131,1,1,1,1,1,0.226830944,0.074659236,0.596362977,0.596361329,0.596631206
-3211,1,0.5514,1,1,1,1,1,1,1,1,0.082,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.1953,0.613,0,1,1,1,1,1,0.057113327,0,0.212985992,1,1,1,1,1,0.006237817,0,0.423529863,1,1,1,1,1,0.416892946,0,0.596302562,0.596361329,0.596631206
-3212,1,0.5514,1,1,1,1,1,1,1,1,0.095,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0057,0.3707,0,1,0.613,1,1,1,0.1358,0.613,0,1,1,1,1,1,0.055531226,0,0.300799251,1,1,1,1,1,0.017010296,0,0.586278856,1,1,1,1,1,0.272644699,0,0.599987917,0.59995769,0.600177305
-3213,1,0.5514,1,1,1,1,1,1,1,1,0.0958,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0235,0.3707,0,1,0.613,1,1,1,0.0794,0.613,0,1,1,1,1,1,0.050249781,0,0.469188482,1,1,1,1,1,0.036358628,0,0.994544506,1,1,1,1,1,0.133903801,0,0.562046883,0.56187857,0.562056738
-3214,1,0.5514,1,1,1,1,1,1,1,1,0.1012,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0501,0.3707,0,1,0.613,1,1,1,0.1038,0.613,0,1,1,1,1,1,0.06273479,0,0.619087875,1,1,1,1,1,0.093111724,0,1,1,1,1,1,1,0.241941035,0,0.50362494,0.503702137,0.503989362
-3215,1,0.5514,1,1,1,1,1,1,1,1,0.0982,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0854,0.3707,0,1,0.613,1,1,1,0.1258,0.613,0,1,1,1,1,1,0.057106845,0,0.785108924,1,1,1,1,1,0.129744679,0,1,1,1,1,1,1,0.267611682,0,0.448948768,0.448910514,0.449024823
-3216,1,0.5514,1,1,1,1,1,1,1,1,0.1181,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0908,0.3707,0,1,0.613,1,1,1,0.1598,0.613,0,1,1,1,1,1,0.091980688,0,0.939513922,1,1,1,1,1,0.112582311,0,1,1,1,1,1,1,0.325895578,0,0.413545191,0.413581553,0.41356383
-3217,1,0.5514,1,1,1,1,1,1,1,1,0.1568,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1224,0.3707,0,1,0.613,1,1,1,0.1405,0.613,0,1,1,1,1,1,0.169618562,0,0.914101779,1,1,1,1,1,0.158373758,0,1,1,1,1,1,1,0.362315267,0,0.393910101,0.393907341,0.394060284
-3218,1,0.5514,1,1,1,1,1,1,1,1,0.1795,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1145,0.3707,0,1,0.613,1,1,1,0.1204,0.613,0,1,1,1,1,1,0.213774011,0,0.952121258,1,1,1,1,1,0.191429287,0,1,1,1,1,1,1,0.315215439,0,0.383095698,0.383118257,0.383421986
-3219,1,0.5514,1,1,1,1,1,1,1,1,0.1589,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0502,0.3707,0,1,0.613,1,1,1,0.0961,0.613,0,1,1,1,1,1,0.133631393,0,0.989922345,1,1,1,1,1,0.136673152,0,1,1,1,1,1,1,0.240946382,0,0.380497825,0.380579649,0.380319149
-3220,1,0.5514,1,1,1,1,1,1,1,1,0.1301,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0092,0.3707,0,1,0.613,1,1,1,0.087,0.613,0,1,1,1,1,1,0.099865854,0,0.96362412,1,1,1,1,1,0.087184928,0,1,1,1,1,1,1,0.227938786,0,0.390043499,0.390099429,0.390070922
-3221,1,0.5514,1,1,1,1,1,1,1,1,0.0734,0.5514,0.0078,1,0.3707,1,1,1,1,1,1,0.0379,0.3707,0.0014,1,0.613,1,1,1,0.072,0.613,0,1,1,1,1,1,0.071261778,0.006837609,0.955001295,1,1,1,1,1,0.083999649,0.001449593,1,1,1,1,1,1,0.194311813,2.37E-05,0.423936684,0.423947535,0.424202128
-3222,1,0.5514,1,1,1,1,1,1,1,1,0.0796,0.5514,0.121,1,0.3707,1,1,1,1,1,1,0.0681,0.3707,0.0852,1,0.613,1,1,1,0.0808,0.613,0.0382,1,1,1,1,1,0.084196582,0.187517107,0.915736854,1,1,1,1,1,0.122809201,0.132955253,1,1,1,1,1,1,0.197675124,0.163047016,0.490877235,0.490797546,0.491134752
-3223,1,0.5514,1,1,1,1,1,1,1,1,0.0585,0.5514,0.2329,1,0.3707,1,1,1,1,1,1,0.0865,0.3707,0.2061,1,0.613,1,1,1,0.0748,0.613,0.159,1,1,1,1,1,0.050559215,0.436293691,0.78238982,1,1,1,1,1,0.105850771,0.379475623,1,1,1,1,1,1,0.200120628,0.312679768,0.547305462,0.547281574,0.547429078
-3224,1,0.5514,1,1,1,1,1,1,1,1,0.166,0.5514,0.3461,1,0.3707,1,1,1,1,1,1,0.1661,0.3707,0.2951,1,0.613,1,1,1,0.0941,0.613,0.2921,1,1,1,1,1,0.100850105,0.570950925,0.762964666,1,1,1,1,1,0.170880824,0.427320153,1,1,1,1,1,1,0.149922252,0.470037401,0.572438376,0.572456103,0.572695035
-3225,1,0.5514,1,1,1,1,1,1,1,1,0.2448,0.5514,0.4434,1,0.3707,1,1,1,1,1,1,0.1909,0.3707,0.3645,1,0.613,1,1,1,0.0553,0.613,0.3491,1,1,1,1,1,0.131612301,0.599099934,0.871849656,1,1,1,1,1,0.215981901,0.459461778,1,1,1,1,1,1,0.064085171,0.605886936,0.588569357,0.588745505,0.588652482
-3226,1,0.5514,1,1,1,1,1,1,1,1,0.2797,0.5514,0.4744,1,0.3707,1,1,1,1,1,1,0.3458,0.3707,0.3895,1,0.613,1,1,1,0.0655,0.613,0.3345,1,1,1,1,1,0.17907016,0.64467901,0.939565301,1,1,1,1,1,0.356334865,0.508613646,1,1,1,1,1,1,0.103961818,0.722738624,0.603250362,0.603342501,0.603280142
-3227,1,0.5514,1,1,1,1,1,1,1,1,0.3256,0.5514,0.4548,1,0.3707,1,1,1,1,1,1,0.3413,0.3707,0.3723,1,0.613,1,1,1,0.1217,0.613,0.4039,1,1,1,1,1,0.240410984,0.594995797,1,1,1,1,1,1,0.374683589,0.49207598,1,1,1,1,1,1,0.199424565,0.816446185,0.609594007,0.609689021,0.609929078
-3228,1,0.5514,1,1,1,1,1,1,1,1,0.3816,0.5514,0.401,1,0.3707,1,1,1,1,1,1,0.4097,0.3707,0.3623,1,0.613,1,1,1,0.1718,0.613,0.4757,1,1,1,1,1,0.295966268,0.56375432,1,1,1,1,1,1,0.492580533,0.494169056,1,1,1,1,1,1,0.321833253,0.772302985,0.610077332,0.610112122,0.609929078
-3229,1,0.5514,1,1,1,1,1,1,1,1,0.3887,0.5514,0.3553,1,0.3707,1,1,1,1,1,1,0.1516,0.3707,0.3359,1,0.613,1,1,1,0.212,0.613,0.4493,1,1,1,1,1,0.325756162,0.500454426,1,1,1,1,1,1,0.245486572,0.512360096,1,1,1,1,1,1,0.364112765,0.681569695,0.609654422,0.609689021,0.609929078
-3230,1,0.5514,1,1,1,1,1,1,1,1,0.2805,0.5514,0.3467,1,0.3707,1,1,1,1,1,1,0.1392,0.3707,0.3835,1,0.613,1,1,1,0.2819,0.613,0.3894,1,1,1,1,1,0.223890021,0.467114538,1,1,1,1,1,1,0.211011231,0.563734353,1,1,1,1,1,1,0.423713446,0.556696773,0.602102465,0.602073197,0.602393617
-3231,1,0.5514,1,1,1,1,1,1,1,1,0.2135,0.5514,0.3166,1,0.3707,1,1,1,1,1,1,0.1571,0.3707,0.2429,1,0.613,1,1,1,0.2714,0.613,0.2615,1,1,1,1,1,0.163082644,0.457947373,1,1,1,1,1,1,0.198351264,0.348376632,1,1,1,1,1,1,0.322567999,0.446750641,0.596423393,0.596572879,0.596631206
-3232,1,0.5514,1,1,1,1,1,1,1,1,0.1165,0.5514,0.2293,1,0.3707,1,1,1,1,1,1,0.1346,0.3707,0.1303,1,0.613,1,1,1,0.384,0.613,0.1661,1,1,1,1,1,0.119374767,0.314301103,1,1,1,1,1,1,0.157761604,0.13501665,1,1,1,1,1,1,0.374273062,0.362672031,0.598598357,0.598688386,0.598847518
-3233,1,0.5514,1,1,1,1,1,1,1,1,0.0874,0.5514,0.0839,1,0.3707,1,1,1,1,1,1,0.0962,0.3707,0.0098,1,0.613,1,1,1,0.3236,0.613,0.1129,1,1,1,1,1,0.083513319,0.119968854,1,1,1,1,1,1,0.100132316,0.03546204,1,1,1,1,1,1,0.413638175,0.26584056,0.603371194,0.603342501,0.603280142
-3234,1,0.5514,1,1,1,1,1,1,1,1,0.1027,0.5514,0.002,1,0.3707,1,1,1,1,1,1,0.04,0.3707,0.001,1,0.613,1,1,1,0.3061,0.613,0.0272,1,1,1,1,1,0.057709191,0.003873655,1,1,1,1,1,1,0.064969108,0.010557941,1,1,1,1,1,1,0.475105256,0.064940326,0.60119623,0.601226994,0.601507092
-3235,1,0.5514,1,1,1,1,1,1,1,1,0.1462,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0145,0.3707,0,1,0.613,1,1,1,0.272,0.613,0,1,1,1,1,1,0.077495597,0,1,1,1,1,1,1,0.034909327,0,1,1,1,1,1,1,0.516725242,0,0.601739971,0.601650095,0.601950355
-3236,1,0.5514,1,1,1,1,1,1,1,1,0.1545,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.3037,0.613,0,1,1,1,1,1,0.078004591,0,1,1,1,1,1,1,0.009109791,0,1,1,1,1,1,1,0.495127141,0,0.600954567,0.601015443,0.601507092
-3237,1,0.5514,1,1,1,1,1,1,1,1,0.2746,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.2376,0.613,0,1,1,1,1,1,0.129053131,0,1,1,1,1,1,1,0.016018208,0,1,1,1,1,1,1,0.403491825,0,0.562348961,0.562301671,0.5625
-3238,1,0.5514,1,1,1,1,1,1,1,1,0.2593,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0035,0.3707,0,1,0.613,1,1,1,0.2126,0.613,0,1,1,1,1,1,0.049039181,0,1,1,1,1,1,1,0.016144084,0,1,1,1,1,1,1,0.335057676,0,0.50459159,0.50475989,0.504432624
-3239,1,0.5514,1,1,1,1,1,1,1,1,0.2437,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.1528,0.613,0,1,1,1,1,1,0.044079971,0,1,1,1,1,1,1,0.018056899,0,1,1,1,1,1,1,0.209652439,0,0.451304978,0.451237571,0.451241135
-3240,1,0.5514,1,1,1,1,1,1,1,1,0.1402,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.1669,0.613,0,1,1,1,1,1,0.025932493,0,1,1,1,1,1,1,0.004891437,0,1,1,1,1,1,1,0.21258375,0,0.416686805,0.416754813,0.416666667
-3241,1,0.5514,1,1,1,1,1,1,1,1,0.177,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.1304,0.613,0,1,1,1,1,1,0.040377162,0,1,1,1,1,1,1,0.008715033,0,1,1,1,1,1,1,0.198474795,0,0.397172547,0.397080601,0.397163121
-3242,1,0.5514,1,1,1,1,1,1,1,1,0.2143,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0057,0.3707,0,1,0.613,1,1,1,0.0813,0.613,0,1,1,1,1,1,0.065653309,0,1,1,1,1,1,1,0.022188861,0,1,1,1,1,1,1,0.160341546,0,0.386962301,0.386926169,0.386968085
-3243,1,0.5514,1,1,1,1,1,1,1,1,0.1885,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0054,0.3707,0,1,0.613,1,1,1,0.1025,0.613,0,1,1,1,1,1,0.035982136,0,1,1,1,1,1,1,0.012125852,0,1,1,1,1,1,1,0.181534201,0,0.383820686,0.383752909,0.383865248
-3244,1,0.5514,1,1,1,1,1,1,1,1,0.1285,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0961,0.613,0,1,1,1,1,1,0.027051151,0,1,1,1,1,1,1,0.002849645,0,0.517055809,1,1,1,1,1,0.145112231,0,0.393366361,0.393484239,0.393617021
-3245,1,0.5514,1,1,1,1,1,1,1,1,0.051,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0678,0.613,0,1,1,1,1,1,0.010532743,0,0.973627865,1,1,1,1,1,0.001104158,0,0.360100806,1,1,1,1,1,0.105923891,0.00019797,0.429676172,0.429870954,0.429964539
-3246,1,0.5514,1,1,1,1,1,1,1,1,0.0291,0.5514,0.0203,1,0.3707,1,1,1,1,1,1,0,0.3707,0.0079,1,0.613,1,1,1,0.0987,0.613,0.0594,1,1,1,1,1,0.002937044,0.041049976,0.593811512,1,1,1,1,1,0.000143914,0.023894772,0.290376723,1,1,1,1,1,0.080617331,0.074334748,0.498972934,0.499048022,0.499113475
-3247,1,0.5514,1,1,1,1,1,1,1,1,0.0774,0.5514,0.1277,1,0.3707,1,1,1,1,1,1,0,0.3707,0.1093,1,0.613,1,1,1,0.1167,0.613,0.1495,1,1,1,1,1,0.01241593,0.164978877,0.935883641,1,1,1,1,1,0.000961879,0.172177792,0.260333776,1,1,1,1,1,0.117979988,0.357661873,0.556730304,0.556589803,0.556737589
-3248,1,0.5514,1,1,1,1,1,1,1,1,0.0298,0.5514,0.1519,1,0.3707,1,1,1,1,1,1,0,0.3707,0.2011,1,0.613,1,1,1,0.0865,0.613,0.3338,1,1,1,1,1,0.008550669,0.219480902,0.992282867,1,1,1,1,1,0.002442925,0.378114343,0.65193069,1,1,1,1,1,0.057970718,0.479449332,0.582346544,0.582398985,0.582446809
-3249,1,0.5514,1,1,1,1,1,1,1,1,0.0354,0.5514,0.2408,1,0.3707,1,1,1,1,1,1,0,0.3707,0.3287,1,0.613,1,1,1,0.088,0.613,0.3976,1,1,1,1,1,0.010320151,0.369893372,1,1,1,1,1,1,0.002986471,0.572346151,0.063946068,1,1,1,1,1,0.047490895,0.472977698,0.597631706,0.597630633,0.59751773
-3250,1,0.5514,1,1,1,1,1,1,1,1,0.1096,0.5514,0.4103,1,0.3707,1,1,1,1,1,1,0,0.3707,0.4937,1,0.613,1,1,1,0.0668,0.613,0.4944,1,1,1,1,1,0.02562895,0.724281371,1,1,1,1,1,1,0.00189249,0.69722873,0.228383526,1,1,1,1,1,0.054885119,0.409339219,0.609473175,0.60947747,0.609929078
-3251,1,0.5514,1,1,1,1,1,1,1,1,0.0683,0.5514,0.3947,1,0.3707,1,1,1,1,1,1,0,0.3707,0.4051,1,0.613,1,1,1,0.0967,0.613,0.5044,1,1,1,1,1,0.010086086,0.58752346,1,1,1,1,1,1,0.000118709,0.641323924,0.304031163,1,1,1,1,1,0.070870936,0.563053906,0.614971,0.614977787,0.615248227
-3252,1,0.5514,1,1,1,1,1,1,1,1,0.0875,0.5514,0.4113,1,0.3707,1,1,1,1,1,1,0,0.3707,0.4479,1,0.613,1,1,1,0.0975,0.613,0.5505,1,1,1,1,1,0.012967049,0.632830441,1,1,1,1,1,1,0.000680731,0.713279665,0.5623312,1,1,1,1,1,0.086357668,0.636495531,0.614487675,0.614554686,0.614804965
-3253,1,0.5514,1,1,1,1,1,1,1,1,0.0957,0.5514,0.4268,1,0.3707,1,1,1,1,1,1,0.025,0.3707,0.5024,1,0.613,1,1,1,0.1245,0.613,0.5905,1,1,1,1,1,0.023989778,0.659374237,1,1,1,1,1,1,0.015906258,0.685600102,0.373460233,1,1,1,1,1,0.152018815,0.660086334,0.616058482,0.616035541,0.616134752
-3254,1,0.5514,1,1,1,1,1,1,1,1,0.1643,0.5514,0.4759,1,0.3707,1,1,1,1,1,1,0.0431,0.3707,0.5042,1,0.613,1,1,1,0.1435,0.613,0.4958,1,1,1,1,1,0.127791747,0.71533978,0.995272815,1,1,1,1,1,0.051115789,0.744361103,0.298380375,1,1,1,1,1,0.258754432,0.625716567,0.615514741,0.615612439,0.615691489
-3255,1,0.5514,1,1,1,1,1,1,1,1,0.1133,0.5514,0.4177,1,0.3707,1,1,1,1,1,1,0.1095,0.3707,0.4513,1,0.613,1,1,1,0.1319,0.613,0.358,1,1,1,1,1,0.127736792,0.702758074,0.874123454,1,1,1,1,1,0.097912408,0.752361655,0.173739806,1,1,1,1,1,0.252619505,0.640847743,0.615514741,0.615612439,0.615691489
-3256,1,0.5514,1,1,1,1,1,1,1,1,0.1427,0.5514,0.3011,1,0.3707,1,1,1,1,1,1,0.1007,0.3707,0.3717,1,0.613,1,1,1,0.0826,0.613,0.235,1,1,1,1,1,0.126679614,0.871008873,0.783360362,1,1,1,1,1,0.121838018,0.882502377,0.223421216,1,1,1,1,1,0.232979566,0.769984126,0.617387627,0.617304845,0.617464539
-3257,1,0.5514,1,1,1,1,1,1,1,1,0.0941,0.5514,0.1519,1,0.3707,1,1,1,1,1,1,0.0937,0.3707,0.1946,1,0.613,1,1,1,0.1,0.613,0.1199,1,1,1,1,1,0.07527744,0.619948566,0.393322468,1,1,1,1,1,0.100839987,0.650115132,0.119344771,1,1,1,1,1,0.322536856,0.524516821,0.616360561,0.616458642,0.616578014
-3258,1,0.5514,1,1,1,1,1,1,1,1,0.1324,0.5514,0.0629,1,0.3707,1,1,1,1,1,1,0.1106,0.3707,0.0958,1,0.613,1,1,1,0.1269,0.613,0.0431,1,1,1,1,1,0.101728305,0.393275589,0.315299749,1,1,1,1,1,0.12196894,0.410679787,0.13865681,1,1,1,1,1,0.273119986,0.313581675,0.608144031,0.607996615,0.608156028
-3259,1,0.5514,1,1,1,1,1,1,1,1,0.2082,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1687,0.3707,0,1,0.613,1,1,1,0.1053,0.613,0,1,1,1,1,1,0.13818197,0,0.705063343,1,1,1,1,1,0.218676835,0,0.281746596,1,1,1,1,1,0.175493121,0,0.604337844,0.604400254,0.604609929
-3260,1,0.5514,1,1,1,1,1,1,1,1,0.179,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2885,0.3707,0,1,0.613,1,1,1,0.0821,0.613,0,1,1,1,1,1,0.11748302,0,0.364438415,1,1,1,1,1,0.313437819,0,0.221448183,1,1,1,1,1,0.085225806,0,0.617870952,0.617727946,0.618351064
-3261,1,0.5514,1,1,1,1,1,1,1,1,0.2598,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0843,0.3707,0,1,0.613,1,1,1,0.041,0.613,0,1,1,1,1,1,0.186661646,0,0.896942973,1,1,1,1,1,0.279356539,0,0.706539333,1,1,1,1,1,0.041591216,0,0.584340261,0.584302941,0.584219858
-3262,1,0.5514,1,1,1,1,1,1,1,1,0.2496,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2944,0.3707,0,1,0.613,1,1,1,0.0217,0.613,0,1,1,1,1,1,0.169513345,0,1,1,1,1,1,1,0.307400763,0,0.880222023,1,1,1,1,1,0.045887269,0,0.523562107,0.523587899,0.523492908
-3263,1,0.5514,1,1,1,1,1,1,1,1,0.3349,0.5514,0,1,0.3707,1,1,1,1,1,1,0.371,0.3707,0,1,0.613,1,1,1,0.0558,0.613,0,1,1,1,1,1,0.289715081,0,1,1,1,1,1,1,0.425603807,0,1,1,1,1,1,1,0.059210867,0,0.464354761,0.464353713,0.464095745
-3264,1,0.5514,1,1,1,1,1,1,1,1,0.3692,0.5514,0,1,0.3707,1,1,1,1,1,1,0.9019,0.3707,0,1,0.613,1,1,1,0.1084,0.613,0,1,1,1,1,1,0.461463124,0,1,1,1,1,1,1,0.74983114,0,1,1,1,1,1,1,0.063679315,0,0.425144998,0.425005289,0.425088652
-3265,1,0.5514,1,1,1,1,1,1,1,1,0.3649,0.5514,0,1,0.3707,1,1,1,1,1,1,0.8244,0.3707,0,1,0.613,1,1,1,0.1428,0.613,0,1,1,1,1,1,0.520628095,0,1,1,1,1,1,1,0.790055692,0,1,1,1,1,1,1,0.141292021,0,0.402670372,0.402792469,0.402925532
-3266,1,0.5514,1,1,1,1,1,1,1,1,0.4218,0.5514,0,1,0.3707,1,1,1,1,1,1,0.8205,0.3707,0,1,0.613,1,1,1,0.1695,0.613,0,1,1,1,1,1,0.598469019,0,1,1,1,1,1,1,0.790394187,0,1,1,1,1,1,1,0.24444665,0,0.389862252,0.389887878,0.390070922
-3267,1,0.5514,1,1,1,1,1,1,1,1,0.4602,0.5514,0,1,0.3707,1,1,1,1,1,1,0.6809,0.3707,0,1,0.613,1,1,1,0.2705,0.613,0,1,1,1,1,1,0.593565166,0,1,1,1,1,1,1,0.709866047,0,1,1,1,1,1,1,0.545867503,0,0.384122765,0.38417601,0.383865248
-3268,1,0.5514,1,1,1,1,1,1,1,1,0.4079,0.5514,0,1,0.3707,1,1,1,1,1,1,0.6416,0.3707,0,1,0.613,1,1,1,0.4216,0.613,0,1,1,1,1,1,0.562440336,0,0.974945605,1,1,1,1,1,0.689373493,0,1,1,1,1,1,1,0.742635012,0,0.39058724,0.390734081,0.390514184
-3269,1,0.5514,1,1,1,1,1,1,1,1,0.4435,0.5514,0.0655,1,0.3707,1,1,1,1,1,1,0.6384,0.3707,0.0876,1,0.613,1,1,1,0.4558,0.613,0.1114,1,1,1,1,1,0.576483667,0.218108073,0.911326528,1,1,1,1,1,0.677494168,0.200281829,1,1,1,1,1,1,0.795803487,0.386573911,0.418197197,0.418235667,0.417996454
-3270,1,0.5514,1,1,1,1,1,1,1,1,0.3759,0.5514,0.1207,1,0.3707,1,1,1,1,1,1,0.4197,0.3707,0.1365,1,0.613,1,1,1,0.4675,0.613,0.0949,1,1,1,1,1,0.484002858,0.585406184,0.704827368,1,1,1,1,1,0.424999356,0.598282516,0.980170488,1,1,1,1,1,0.796406507,0.709828794,0.483385694,0.483393273,0.483156028
-3271,1,0.5514,1,1,1,1,1,1,1,1,0.355,0.5514,0.2508,1,0.3707,1,1,1,1,1,1,0.3136,0.3707,0.2938,1,0.613,1,1,1,0.401,0.613,0.2621,1,1,1,1,1,0.45062381,0.804222763,0.538320243,1,1,1,1,1,0.343723744,0.842432261,0.963744581,1,1,1,1,1,0.599217296,0.887786746,0.535403577,0.535434737,0.535460993
-3272,1,0.5514,1,1,1,1,1,1,1,1,0.3216,0.5514,0.4298,1,0.3707,1,1,1,1,1,1,0.4521,0.3707,0.4662,1,0.613,1,1,1,0.5338,0.613,0.4415,1,1,1,1,1,0.472126126,0.940051317,0.654929399,1,1,1,1,1,0.441441447,0.964748919,0.366532475,1,1,1,1,1,0.706372738,0.969293416,0.55679072,0.556801354,0.556737589
-3273,1,0.5514,1,1,1,1,1,1,1,1,0.2772,0.5514,0.5837,1,0.3707,1,1,1,1,1,1,0.3719,0.3707,0.6014,1,0.613,1,1,1,0.5858,0.613,0.5766,1,1,1,1,1,0.36798498,0.994523406,0.58867538,1,1,1,1,1,0.377211571,0.997967541,0.51033932,1,1,1,1,1,0.666653216,0.99832195,0.56959884,0.569705945,0.569592199
-3274,1,0.5514,1,1,1,1,1,1,1,1,0.1866,0.5514,0.6924,1,0.3707,1,1,1,1,1,1,0.1358,0.3707,0.6941,1,0.613,1,1,1,0.4903,0.613,0.6702,1,1,1,1,1,0.276662081,0.999555826,0.580903172,1,1,1,1,1,0.143017367,0.999680042,0.641312897,1,1,1,1,1,0.470030874,0.999554873,0.580836153,0.580706579,0.581117021
-3275,1,0.5514,1,1,1,1,1,1,1,1,0.136,0.5514,0.7224,1,0.3707,1,1,1,1,1,1,0.1349,0.3707,0.7264,1,0.613,1,1,1,0.4669,0.613,0.6591,1,1,1,1,1,0.159837216,0.999710023,0.541784406,1,1,1,1,1,0.139033243,0.999851108,0.507269442,1,1,1,1,1,0.577417433,0.999819517,0.586394393,0.586418447,0.58643617
-3276,1,0.5514,1,1,1,1,1,1,1,1,0.0992,0.5514,0.7193,1,0.3707,1,1,1,1,1,1,0.1214,0.3707,0.7241,1,0.613,1,1,1,0.4169,0.613,0.6461,1,1,1,1,1,0.125203028,0.999262154,0.480140895,1,1,1,1,1,0.12752901,0.999614775,0.225092947,1,1,1,1,1,0.49664703,0.997603297,0.586333978,0.586418447,0.58643617
-3277,1,0.5514,1,1,1,1,1,1,1,1,0.0655,0.5514,0.713,1,0.3707,1,1,1,1,1,1,0.0935,0.3707,0.7211,1,0.613,1,1,1,0.3841,0.613,0.6705,1,1,1,1,1,0.070804395,0.998866975,0.557927847,1,1,1,1,1,0.086638883,0.999301255,0.19126676,1,1,1,1,1,0.455507189,0.993552148,0.589596423,0.589591707,0.589539007
-3278,1,0.5514,1,1,1,1,1,1,1,1,0.0665,0.5514,0.629,1,0.3707,1,1,1,1,1,1,0.0458,0.3707,0.6509,1,0.613,1,1,1,0.4391,0.613,0.5943,1,1,1,1,1,0.049095184,0.995081127,0.571605504,1,1,1,1,1,0.05905376,0.997370124,0.202929586,1,1,1,1,1,0.534048676,0.993469119,0.587058966,0.587053099,0.587322695
-3279,1,0.5514,1,1,1,1,1,1,1,1,0.0488,0.5514,0.5021,1,0.3707,1,1,1,1,1,1,0.0551,0.3707,0.5351,1,0.613,1,1,1,0.3052,0.613,0.4878,1,1,1,1,1,0.036482334,0.967737436,0.3899239,1,1,1,1,1,0.061411731,0.967089951,0.062052101,1,1,1,1,1,0.453445137,0.979270697,0.584823586,0.584726042,0.584663121
-3280,1,0.5514,1,1,1,1,1,1,1,1,0.035,0.5514,0.3394,1,0.3707,1,1,1,1,1,1,0.079,0.3707,0.3904,1,0.613,1,1,1,0.2589,0.613,0.3247,1,1,1,1,1,0.033434693,0.92034471,0.299853563,1,1,1,1,1,0.071557306,0.928643405,0.00462644,1,1,1,1,1,0.346913278,0.942266822,0.584038183,0.583879839,0.584219858
-3281,1,0.5514,1,1,1,1,1,1,1,1,0.0174,0.5514,0.1538,1,0.3707,1,1,1,1,1,1,0.0803,0.3707,0.2148,1,0.613,1,1,1,0.2383,0.613,0.1297,1,1,1,1,1,0.025560945,0.795824707,0.230506271,1,1,1,1,1,0.070367545,0.79651314,0,1,1,1,1,1,0.219398901,0.808998168,0.580534074,0.580495029,0.580673759
-3282,1,0.5514,1,1,1,1,1,1,1,1,0.0097,0.5514,0.0874,1,0.3707,1,1,1,1,1,1,0.0984,0.3707,0.1168,1,0.613,1,1,1,0.1837,0.613,0.0823,1,1,1,1,1,0.02004284,0.517592072,0.294098675,1,1,1,1,1,0.08231236,0.536177099,0,1,1,1,1,1,0.180802077,0.538319409,0.570867569,0.570763698,0.570921986
-3283,1,0.5514,1,1,1,1,1,1,1,1,0.0045,0.5514,0,1,0.3707,1,1,1,1,1,1,0.052,0.3707,0,1,0.613,1,1,1,0.1329,0.613,0,1,1,1,1,1,0.015505292,0,0.327249318,1,1,1,1,1,0.076364987,0,0,1,1,1,1,1,0.199554935,0,0.567725955,0.567801989,0.567819149
-3284,1,0.5514,1,1,1,1,1,1,1,1,0.0042,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0915,0.3707,0,1,0.613,1,1,1,0.0767,0.613,0,1,1,1,1,1,0.039592069,0,0.203540877,1,1,1,1,1,0.145257533,0,0,1,1,1,1,1,0.175978258,0,0.585246496,0.585149143,0.585106383
-3285,1,0.5514,1,1,1,1,1,1,1,1,0.0164,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1468,0.3707,0,1,0.613,1,1,1,0.0801,0.613,0,1,1,1,1,1,0.113012448,0,0.335402638,1,1,1,1,1,0.189760596,0,0,1,1,1,1,1,0.228838265,0,0.5590261,0.558916861,0.558953901
-3286,1,0.5514,1,1,1,1,1,1,1,1,0.0887,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1846,0.3707,0,1,0.613,1,1,1,0.0928,0.613,0,1,1,1,1,1,0.161852628,0,0.384330601,1,1,1,1,1,0.222431749,0,0,1,1,1,1,1,0.240093246,0,0.500845819,0.500740427,0.500886525
-3287,1,0.5514,1,1,1,1,1,1,1,1,0.0826,0.5514,0,1,0.3707,1,1,1,1,1,1,0.3417,0.3707,0,1,0.613,1,1,1,0.131,0.613,0,1,1,1,1,1,0.210301042,0,0.49000451,1,1,1,1,1,0.374731213,0,0,1,1,1,1,1,0.315097213,0,0.445323828,0.445314153,0.445035461
-3288,1,0.5514,1,1,1,1,1,1,1,1,0.0424,0.5514,0,1,0.3707,1,1,1,1,1,1,0.3357,0.3707,0,1,0.613,1,1,1,0.1725,0.613,0,1,1,1,1,1,0.139158398,0,0.626732767,1,1,1,1,1,0.431380153,0,0.004940576,1,1,1,1,1,0.398683965,0,0.408168197,0.408081235,0.408244681
-3289,1,0.5514,1,1,1,1,1,1,1,1,0.0247,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2884,0.3707,0,1,0.613,1,1,1,0.2488,0.613,0,1,1,1,1,1,0.090597436,0,0.607489228,1,1,1,1,1,0.31919834,0,0.013601832,1,1,1,1,1,0.526051581,0,0.386297728,0.386291517,0.38608156
-3290,1,0.5514,1,1,1,1,1,1,1,1,0.031,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2562,0.3707,0,1,0.613,1,1,1,0.2239,0.613,0,1,1,1,1,1,0.122551836,0,0.614804506,1,1,1,1,1,0.301481724,0,0.004911518,1,1,1,1,1,0.457641363,0,0.375241663,0.375290882,0.375443262
-3291,1,0.5514,1,1,1,1,1,1,1,1,0.021,0.5514,0,1,0.3707,1,1,1,1,1,1,0.147,0.3707,0,1,0.613,1,1,1,0.2379,0.613,0,1,1,1,1,1,0.077373311,0,0.608622432,1,1,1,1,1,0.203482628,0,0.01701911,1,1,1,1,1,0.467612028,0,0.371435476,0.37148297,0.371453901
-3292,1,0.5514,1,1,1,1,1,1,1,1,0.0254,0.5514,0,1,0.3707,1,1,1,1,1,1,0.051,0.3707,0,1,0.613,1,1,1,0.2267,0.613,0,1,1,1,1,1,0.104433335,0,0.553371429,1,1,1,1,1,0.084826536,0,0.006343456,1,1,1,1,1,0.46634233,0,0.380799903,0.380791199,0.380762411
-3293,1,0.5514,1,1,1,1,1,1,1,1,0.0411,0.5514,0.1456,1,0.3707,1,1,1,1,1,1,0.2272,0.3707,0.1737,1,0.613,1,1,1,0.1872,0.613,0.1466,1,1,1,1,1,0.141374588,0.360615999,0.526421189,1,1,1,1,1,0.261345446,0.335135281,0.009454189,1,1,1,1,1,0.383335263,0.439274788,0.409134848,0.409138989,0.409131206
-3294,1,0.5514,1,1,1,1,1,1,1,1,0.0229,0.5514,0.1055,1,0.3707,1,1,1,1,1,1,0.1511,0.3707,0.1423,1,0.613,1,1,1,0.0955,0.613,0.0877,1,1,1,1,1,0.097564973,0.683441222,0.32005778,1,1,1,1,1,0.164136648,0.670309246,0.019216232,1,1,1,1,1,0.245551184,0.7512604,0.47480667,0.474719695,0.474734043
-3295,1,0.5514,1,1,1,1,1,1,1,1,0,0.5514,0.2666,1,0.3707,1,1,1,1,1,1,0.047,0.3707,0.298,1,0.613,1,1,1,0.0241,0.613,0.2623,1,1,1,1,1,0.004198231,0.869528413,0.263391852,1,1,1,1,1,0.065210409,0.874850273,0.00921021,1,1,1,1,1,0.087150864,0.920036972,0.52978492,0.529722869,0.529698582
-3296,1,0.5514,1,1,1,1,1,1,1,1,0.0007,0.5514,0.4338,1,0.3707,1,1,1,1,1,1,0.0042,0.3707,0.4572,1,0.613,1,1,1,0.0422,0.613,0.4449,1,1,1,1,1,2.50E-05,0.929816723,0.371221334,1,1,1,1,1,0.010746675,0.941412747,0.052735087,1,1,1,1,1,0.044194568,0.962392449,0.553830353,0.553839645,0.554078014
-3297,1,0.5514,1,1,1,1,1,1,1,1,0.0112,0.5514,0.5573,1,0.3707,1,1,1,1,1,1,0,0.3707,0.5676,1,0.613,1,1,1,0.0559,0.613,0.5827,1,1,1,1,1,0.002703548,0.938479543,0.668846607,1,1,1,1,1,0,0.949462473,0.119132474,1,1,1,1,1,0.033226475,0.980229735,0.568934268,0.568859742,0.569148936
-3298,1,0.5514,1,1,1,1,1,1,1,1,0.0276,0.5514,0.6376,1,0.3707,1,1,1,1,1,1,0,0.3707,0.6456,1,0.613,1,1,1,0.0657,0.613,0.6836,1,1,1,1,1,0.005386798,0.936651886,0.808428049,1,1,1,1,1,0.00219582,0.952655673,0.206793994,1,1,1,1,1,0.087432586,0.984066606,0.580775737,0.580706579,0.580673759
-3299,1,0.5514,1,1,1,1,1,1,1,1,0.0675,0.5514,0.6613,1,0.3707,1,1,1,1,1,1,0.015,0.3707,0.6885,1,0.613,1,1,1,0.0718,0.613,0.7037,1,1,1,1,1,0.010703497,0.954806149,0.838380218,1,1,1,1,1,0.019319423,0.97664392,0.319396883,1,1,1,1,1,0.095960535,0.992706716,0.586152731,0.585995346,0.58643617
-3300,1,0.5514,1,1,1,1,1,1,1,1,0.0902,0.5514,0.6631,1,0.3707,1,1,1,1,1,1,0.0043,0.3707,0.6972,1,0.613,1,1,1,0.0889,0.613,0.7008,1,1,1,1,1,0.014889078,0.963112295,0.895021677,1,1,1,1,1,0.025556857,0.980869889,0.445671737,1,1,1,1,1,0.074711144,0.974922478,0.585488159,0.585572245,0.585549645
-3301,1,0.5514,1,1,1,1,1,1,1,1,0.0951,0.5514,0.6473,1,0.3707,1,1,1,1,1,1,0.0136,0.3707,0.6911,1,0.613,1,1,1,0.1202,0.613,0.6975,1,1,1,1,1,0.018558905,0.946237862,0.906076312,1,1,1,1,1,0.044097297,0.973162293,0.599924326,1,1,1,1,1,0.103845052,0.970584035,0.586756887,0.586629998,0.586879433
-3302,1,0.5514,1,1,1,1,1,1,1,1,0.0779,0.5514,0.5858,1,0.3707,1,1,1,1,1,1,0,0.3707,0.6217,1,0.613,1,1,1,0.1148,0.613,0.612,1,1,1,1,1,0.015517082,0.931970477,0.931997776,1,1,1,1,1,0.019441273,0.953900099,1,1,1,1,1,1,0.125683784,0.958291888,0.582286129,0.582398985,0.582446809
-3303,1,0.5514,1,1,1,1,1,1,1,1,0.0485,0.5514,0.4687,1,0.3707,1,1,1,1,1,1,0.0024,0.3707,0.516,1,0.613,1,1,1,0.1573,0.613,0.4828,1,1,1,1,1,0.015778925,0.899944305,0.877686739,1,1,1,1,1,0.018918645,0.937080145,0.873262644,1,1,1,1,1,0.1385355,0.935985327,0.577754954,0.57774487,0.578014184
-3304,1,0.5514,1,1,1,1,1,1,1,1,0.0844,0.5514,0.3282,1,0.3707,1,1,1,1,1,1,0.0361,0.3707,0.3821,1,0.613,1,1,1,0.1678,0.613,0.3169,1,1,1,1,1,0.024757832,0.861861289,0.771280408,1,1,1,1,1,0.068260528,0.90052408,0.646452904,1,1,1,1,1,0.123050824,0.892815113,0.573163364,0.573090755,0.57358156
-3305,1,0.5514,1,1,1,1,1,1,1,1,0.0629,0.5514,0.1581,1,0.3707,1,1,1,1,1,1,0.0347,0.3707,0.2116,1,0.613,1,1,1,0.1444,0.613,0.1243,1,1,1,1,1,0.026675887,0.736087918,0.581761241,1,1,1,1,1,0.051018298,0.780210614,0.662975967,1,1,1,1,1,0.118382782,0.753134668,0.564523925,0.564628729,0.564716312
-3306,1,0.5514,1,1,1,1,1,1,1,1,0.0408,0.5514,0.0825,1,0.3707,1,1,1,1,1,1,0.0345,0.3707,0.1134,1,0.613,1,1,1,0.1284,0.613,0.0769,1,1,1,1,1,0.046435311,0.478651375,0.523937345,1,1,1,1,1,0.034645855,0.520086169,0.695058465,1,1,1,1,1,0.127742559,0.483923346,0.551232479,0.551301037,0.55141844
-3307,1,0.5514,1,1,1,1,1,1,1,1,0.0643,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1196,0.3707,0,1,0.613,1,1,1,0.1439,0.613,0,1,1,1,1,1,0.1603764,0,0.543319702,1,1,1,1,1,0.152247488,0,0.568211555,1,1,1,1,1,0.161634073,0,0.543438859,0.543473662,0.543439716
-3308,1,0.5514,1,1,1,1,1,1,1,1,0.0877,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1439,0.3707,0,1,0.613,1,1,1,0.1312,0.613,0,1,1,1,1,1,0.218385875,0,0.492759556,1,1,1,1,1,0.218293548,0,0.455351889,1,1,1,1,1,0.147992939,0,0.557455292,0.557436006,0.557624113
-3309,1,0.5514,1,1,1,1,1,1,1,1,0.071,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1256,0.3707,0,1,0.613,1,1,1,0.0859,0.613,0,1,1,1,1,1,0.16995886,0,0.30072099,1,1,1,1,1,0.179964125,0,0.153332204,1,1,1,1,1,0.152187452,0,0.538666022,0.538819547,0.53856383
-3310,1,0.5514,1,1,1,1,1,1,1,1,0.0976,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1364,0.3707,0,1,0.613,1,1,1,0.1089,0.613,0,1,1,1,1,1,0.221550763,0,0.163857624,1,1,1,1,1,0.128234297,0,0.078734033,1,1,1,1,1,0.157003298,0,0.492387627,0.492489951,0.492464539
-3311,1,0.5514,1,1,1,1,1,1,1,1,0.1147,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1373,0.3707,0,1,0.613,1,1,1,0.0756,0.613,0,1,1,1,1,1,0.264279574,0,0.284560502,1,1,1,1,1,0.121118136,0,0.200340852,1,1,1,1,1,0.108366325,0,0.441940551,0.441929342,0.441932624
-3312,1,0.5514,1,1,1,1,1,1,1,1,0.1429,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1157,0.3707,0,1,0.613,1,1,1,0.0846,0.613,0,1,1,1,1,1,0.258774966,0,0.548570395,1,1,1,1,1,0.106435597,0,0.195518076,1,1,1,1,1,0.097431131,0,0.404301595,0.404273323,0.404255319
-3313,1,0.5514,1,1,1,1,1,1,1,1,0.1679,0.5514,0,1,0.3707,1,1,1,1,1,1,0.133,0.3707,0,1,0.613,1,1,1,0.1019,0.613,0,1,1,1,1,1,0.245906398,0,0.62077266,1,1,1,1,1,0.11730133,0,0.115007862,1,1,1,1,1,0.122141123,0,0.382551957,0.382695155,0.382535461
-3314,1,0.5514,1,1,1,1,1,1,1,1,0.1545,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0565,0.3707,0,1,0.613,1,1,1,0.1203,0.613,0,1,1,1,1,1,0.164964467,0,0.476395011,1,1,1,1,1,0.049984541,0,0.181832463,1,1,1,1,1,0.181396201,0,0.369683422,0.369790565,0.369680851
-3315,1,0.5514,1,1,1,1,1,1,1,1,0.1536,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0468,0.3707,0,1,0.613,1,1,1,0.0911,0.613,0,1,1,1,1,1,0.180951282,0,0.370214999,1,1,1,1,1,0.036841542,0,0.198409975,1,1,1,1,1,0.178949207,0,0.362856452,0.362809393,0.362588652
-3316,1,0.5514,1,1,1,1,1,1,1,1,0.1605,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2139,0.3707,0,1,0.613,1,1,1,0.115,0.613,0,1,1,1,1,1,0.285395235,0,0.451340824,1,1,1,1,1,0.204874769,0,0.303556055,1,1,1,1,1,0.236279622,0,0.365091832,0.36513645,0.364804965
-3317,1,0.5514,1,1,1,1,1,1,1,1,0.2039,0.5514,0.1377,1,0.3707,1,1,1,1,1,1,0.2172,0.3707,0.1525,1,0.613,1,1,1,0.1449,0.613,0.1194,1,1,1,1,1,0.35095045,0.330305189,0.631823361,1,1,1,1,1,0.235584319,0.287228405,0.623086214,1,1,1,1,1,0.283866525,0.381698757,0.369925085,0.369790565,0.369680851
-3318,1,0.5514,1,1,1,1,1,1,1,1,0.2019,0.5514,0.1,1,0.3707,1,1,1,1,1,1,0.1678,0.3707,0.1393,1,0.613,1,1,1,0.1088,0.613,0.0882,1,1,1,1,1,0.352946758,0.660345733,0.739519238,1,1,1,1,1,0.164728269,0.633852959,0.616050303,1,1,1,1,1,0.255655318,0.697619915,0.394937168,0.394965094,0.394946809
-3319,1,0.5514,1,1,1,1,1,1,1,1,0.0287,0.5514,0.2653,1,0.3707,1,1,1,1,1,1,0.0064,0.3707,0.2971,1,0.613,1,1,1,0.0414,0.613,0.2547,1,1,1,1,1,0.040977281,0.865051627,0.692431509,1,1,1,1,1,0.011887716,0.848638296,0.385252655,1,1,1,1,1,0.143915057,0.873927236,0.437046883,0.437063677,0.437056738
-3320,1,0.5514,1,1,1,1,1,1,1,1,0.0141,0.5514,0.4367,1,0.3707,1,1,1,1,1,1,0,0.3707,0.4571,1,0.613,1,1,1,0.0089,0.613,0.4268,1,1,1,1,1,0.002383661,0.928566575,0.883302927,1,1,1,1,1,0.000396202,0.925241113,0.510625184,1,1,1,1,1,0.012675122,0.924150527,0.480666989,0.480643114,0.480939716
-3321,1,0.5514,1,1,1,1,1,1,1,1,0.0199,0.5514,0.5673,1,0.3707,1,1,1,1,1,1,0,0.3707,0.5769,1,0.613,1,1,1,0.0058,0.613,0.5551,1,1,1,1,1,0.003343314,0.954118073,0.975346804,1,1,1,1,1,0.000793563,0.95378238,0.893317044,1,1,1,1,1,0.00759003,0.937558472,0.507854036,0.507721599,0.507978723
-3322,1,0.5514,1,1,1,1,1,1,1,1,0.0282,0.5514,0.6662,1,0.3707,1,1,1,1,1,1,0,0.3707,0.6647,1,0.613,1,1,1,0.0068,0.613,0.6454,1,1,1,1,1,0.006005508,0.965234756,0.960902035,1,1,1,1,1,0.000153573,0.962550044,0.988417029,1,1,1,1,1,0.008060955,0.950959086,0.521387144,0.521472393,0.521276596
-3323,1,0.5514,1,1,1,1,1,1,1,1,0.0407,0.5514,0.692,1,0.3707,1,1,1,1,1,1,0,0.3707,0.6898,1,0.613,1,1,1,0.0318,0.613,0.6747,1,1,1,1,1,0.007863272,0.967790604,0.995467544,1,1,1,1,1,0.00018126,0.966658115,0.988720953,1,1,1,1,1,0.014839862,0.958428621,0.527912035,0.527818913,0.527925532
-3324,1,0.5514,1,1,1,1,1,1,1,1,0.0712,0.5514,0.6929,1,0.3707,1,1,1,1,1,1,0.0185,0.3707,0.6909,1,0.613,1,1,1,0.0279,0.613,0.6696,1,1,1,1,1,0.014795394,0.970078588,1,1,1,1,1,1,0.014008564,0.968114495,1,1,1,1,1,1,0.029756261,0.959175587,0.527670372,0.527607362,0.52748227
-3325,1,0.5514,1,1,1,1,1,1,1,1,0.0587,0.5514,0.6872,1,0.3707,1,1,1,1,1,1,0.0092,0.3707,0.6833,1,0.613,1,1,1,0.0449,0.613,0.6704,1,1,1,1,1,0.011903366,0.960905552,1,1,1,1,1,1,0.007538644,0.960461199,1,1,1,1,1,1,0.075653836,0.947517574,0.524407927,0.524434102,0.524379433
-3326,1,0.5514,1,1,1,1,1,1,1,1,0.029,0.5514,0.6049,1,0.3707,1,1,1,1,1,1,0,0.3707,0.6168,1,0.613,1,1,1,0.0707,0.613,0.584,1,1,1,1,1,0.009491814,0.948564231,0.984170675,1,1,1,1,1,0.004281887,0.94788146,1,1,1,1,1,1,0.14265801,0.936015725,0.522837119,0.522741697,0.523049645
-3327,1,0.5514,1,1,1,1,1,1,1,1,0.0444,0.5514,0.4851,1,0.3707,1,1,1,1,1,1,0,0.3707,0.5115,1,0.613,1,1,1,0.0856,0.613,0.4584,1,1,1,1,1,0.017842192,0.92296201,0.951681018,1,1,1,1,1,0.007536219,0.920545936,1,1,1,1,1,1,0.171482772,0.914089322,0.525434993,0.525491855,0.525265957
-3328,1,0.5514,1,1,1,1,1,1,1,1,0.0793,0.5514,0.3326,1,0.3707,1,1,1,1,1,1,0,0.3707,0.3766,1,0.613,1,1,1,0.0923,0.613,0.3045,1,1,1,1,1,0.044394113,0.87883085,0.987411261,1,1,1,1,1,0.014940683,0.879461527,1,1,1,1,1,1,0.11574588,0.866925597,0.531295312,0.531415274,0.531471631
-3329,1,0.5514,1,1,1,1,1,1,1,1,0.066,0.5514,0.1486,1,0.3707,1,1,1,1,1,1,0,0.3707,0.2038,1,0.613,1,1,1,0.1054,0.613,0.1256,1,1,1,1,1,0.082443073,0.744639695,0.949362457,1,1,1,1,1,0.026657132,0.747790575,1,1,1,1,1,1,0.100281462,0.722593188,0.536491058,0.53649249,0.536347518
-3330,1,0.5514,1,1,1,1,1,1,1,1,0.0343,0.5514,0.0793,1,0.3707,1,1,1,1,1,1,0.0089,0.3707,0.1054,1,0.613,1,1,1,0.0703,0.613,0.0713,1,1,1,1,1,0.07597068,0.473824382,0.888160944,1,1,1,1,1,0.042327031,0.481009245,1,1,1,1,1,1,0.09891437,0.444333076,0.533470275,0.533530781,0.533687943
-3331,1,0.5514,1,1,1,1,1,1,1,1,0.04,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0797,0.3707,0,1,0.613,1,1,1,0.063,0.613,0,1,1,1,1,1,0.109526768,0,0.900860667,1,1,1,1,1,0.092191204,0,0.961711586,1,1,1,1,1,0.057265021,0,0.526643306,0.526761159,0.527039007
-3332,1,0.5514,1,1,1,1,1,1,1,1,0.0978,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0888,0.3707,0,1,0.613,1,1,1,0.0852,0.613,0,1,1,1,1,1,0.195917472,0,0.72653234,1,1,1,1,1,0.1163394,0,0.976503253,1,1,1,1,1,0.075536877,0,0.540115998,0.540088851,0.540336879
-3333,1,0.5514,1,1,1,1,1,1,1,1,0.1173,0.5514,0,1,0.3707,1,1,1,1,1,1,0.109,0.3707,0,1,0.613,1,1,1,0.0636,0.613,0,1,1,1,1,1,0.207315639,0,0.681088388,1,1,1,1,1,0.130774736,0,0.800349236,1,1,1,1,1,0.127048209,0,0.525495408,0.525703406,0.52570922
-3334,1,0.5514,1,1,1,1,1,1,1,1,0.1673,0.5514,0,1,0.3707,1,1,1,1,1,1,0.125,0.3707,0,1,0.613,1,1,1,0.0798,0.613,0,1,1,1,1,1,0.279689223,0,0.441781461,1,1,1,1,1,0.132415116,0,0.720396399,1,1,1,1,1,0.134851009,0,0.484533591,0.484662577,0.484929078
-3335,1,0.5514,1,1,1,1,1,1,1,1,0.175,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1653,0.3707,0,1,0.613,1,1,1,0.0896,0.613,0,1,1,1,1,1,0.255702168,0,0.276512682,1,1,1,1,1,0.165889889,0,0.379673332,1,1,1,1,1,0.112597421,0,0.43958434,0.439602285,0.439716312
-3336,1,0.5514,1,1,1,1,1,1,1,1,0.1041,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2211,0.3707,0,1,0.613,1,1,1,0.0716,0.613,0,1,1,1,1,1,0.11862611,0,0.321078718,1,1,1,1,1,0.198724538,0,0.241783261,1,1,1,1,1,0.071710236,0,0.403757854,0.403850222,0.403812057
-3337,1,0.5514,1,1,1,1,1,1,1,1,0.0767,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1854,0.3707,0,1,0.613,1,1,1,0.0826,0.613,0,1,1,1,1,1,0.093986027,0,0.322926104,1,1,1,1,1,0.160915047,0,0.184785873,1,1,1,1,1,0.055874806,0,0.380618656,0.380579649,0.380762411
-3338,1,0.5514,1,1,1,1,1,1,1,1,0.07,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1004,0.3707,0,1,0.613,1,1,1,0.1151,0.613,0,1,1,1,1,1,0.071691886,0,0.320868522,1,1,1,1,1,0.093182772,0,0.095010214,1,1,1,1,1,0.111458793,0,0.365998067,0.365982653,0.366134752
-3339,1,0.5514,1,1,1,1,1,1,1,1,0.0793,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0967,0.3707,0,1,0.613,1,1,1,0.0794,0.613,0,1,1,1,1,1,0.069460228,0,0.228324622,1,1,1,1,1,0.108163744,0,0.11067906,1,1,1,1,1,0.090230018,0,0.359775254,0.359847684,0.359929078
-3340,1,0.5514,1,1,1,1,1,1,1,1,0.1126,0.5514,0,1,0.3707,1,1,1,1,1,1,0.121,0.3707,0,1,0.613,1,1,1,0.0494,0.613,0,1,1,1,1,1,0.118772462,0,0.257794082,1,1,1,1,1,0.140717164,0,0.277904481,1,1,1,1,1,0.067942247,0,0.359231513,0.359213032,0.359042553
-3341,1,0.5514,1,1,1,1,1,1,1,1,0.0528,0.5514,0.0891,1,0.3707,1,1,1,1,1,1,0.1,0.3707,0.1198,1,0.613,1,1,1,0.0315,0.613,0.107,1,1,1,1,1,0.084897079,0.229491577,0.320036352,1,1,1,1,1,0.101656556,0.245549634,0.474798977,1,1,1,1,1,0.052448735,0.339123338,0.358325278,0.358366829,0.358599291
-3342,1,0.5514,1,1,1,1,1,1,1,1,0.0119,0.5514,0.1098,1,0.3707,1,1,1,1,1,1,0.0196,0.3707,0.1413,1,0.613,1,1,1,0.0232,0.613,0.0935,1,1,1,1,1,0.042722549,0.548405409,0.258595139,1,1,1,1,1,0.014782799,0.604666829,0.26911518,1,1,1,1,1,0.039308719,0.652143002,0.373127115,0.373175376,0.37322695
-3343,1,0.5514,1,1,1,1,1,1,1,1,0.0015,0.5514,0.2557,1,0.3707,1,1,1,1,1,1,0,0.3707,0.2912,1,0.613,1,1,1,0.0029,0.613,0.2508,1,1,1,1,1,0.00274481,0.75610584,0.411817998,1,1,1,1,1,0.004695301,0.825528324,0.453221202,1,1,1,1,1,0.028975958,0.822459519,0.409436926,0.40956209,0.409131206
-3344,1,0.5514,1,1,1,1,1,1,1,1,0,0.5514,0.4128,1,0.3707,1,1,1,1,1,1,0,0.3707,0.4455,1,0.613,1,1,1,0,0.613,0.4181,1,1,1,1,1,8.69E-06,0.832305908,0.51788187,1,1,1,1,1,0.000139858,0.900188923,0.497169137,1,1,1,1,1,0.006713511,0.876686454,0.45378202,0.453776179,0.453900709
-3345,1,0.5514,1,1,1,1,1,1,1,1,0.0023,0.5514,0.5425,1,0.3707,1,1,1,1,1,1,0,0.3707,0.5601,1,0.613,1,1,1,0.0042,0.613,0.5448,1,1,1,1,1,0.000115816,0.888579905,0.793397307,1,1,1,1,1,0.000120263,0.931022406,0.380510986,1,1,1,1,1,0.016368194,0.912454367,0.488883519,0.48889359,0.48891844
-3346,1,0.5514,1,1,1,1,1,1,1,1,0.0084,0.5514,0.6428,1,0.3707,1,1,1,1,1,1,0.0011,0.3707,0.6446,1,0.613,1,1,1,0.0056,0.613,0.6383,1,1,1,1,1,0.001516738,0.926006436,0.823333442,1,1,1,1,1,0.004853536,0.945649147,0.355962843,1,1,1,1,1,0.009858617,0.927399457,0.510331078,0.510471758,0.510638298
-3347,1,0.5514,1,1,1,1,1,1,1,1,0.0196,0.5514,0.6633,1,0.3707,1,1,1,1,1,1,0.0072,0.3707,0.651,1,0.613,1,1,1,0.0153,0.613,0.6606,1,1,1,1,1,0.006290683,0.922699809,0.734544992,1,1,1,1,1,0.012105688,0.925068021,0.275247395,1,1,1,1,1,0.014868694,0.946684003,0.524589174,0.524645653,0.524822695
-3348,1,0.5514,1,1,1,1,1,1,1,1,0.0437,0.5514,0.6577,1,0.3707,1,1,1,1,1,1,0.0045,0.3707,0.6554,1,0.613,1,1,1,0.0207,0.613,0.6639,1,1,1,1,1,0.008391503,0.919001818,0.770020127,1,1,1,1,1,0.021916389,0.917264462,0.285455793,1,1,1,1,1,0.005844885,0.942216516,0.531839053,0.531838375,0.531914894
-3349,1,0.5514,1,1,1,1,1,1,1,1,0.0614,0.5514,0.6463,1,0.3707,1,1,1,1,1,1,0.0145,0.3707,0.6337,1,0.613,1,1,1,0.0404,0.613,0.6614,1,1,1,1,1,0.019128153,0.904807448,0.675402045,1,1,1,1,1,0.056694046,0.849667728,0.413697422,1,1,1,1,1,0.034150928,0.94396019,0.532866119,0.532896129,0.533244681
-3350,1,0.5514,1,1,1,1,1,1,1,1,0.0661,0.5514,0.5752,1,0.3707,1,1,1,1,1,1,0.0494,0.3707,0.5998,1,0.613,1,1,1,0.0736,0.613,0.5817,1,1,1,1,1,0.037536163,0.891396165,0.656724989,1,1,1,1,1,0.104389414,0.919224441,0.65567857,1,1,1,1,1,0.078711681,0.929053962,0.533893185,0.533742331,0.533687943
-3351,1,0.5514,1,1,1,1,1,1,1,1,0.0554,0.5514,0.462,1,0.3707,1,1,1,1,1,1,0.0998,0.3707,0.4987,1,0.613,1,1,1,0.1305,0.613,0.4613,1,1,1,1,1,0.05488687,0.816360295,0.675937235,1,1,1,1,1,0.138709277,0.89428407,0.720898151,1,1,1,1,1,0.168209344,0.908824682,0.537457709,0.537550243,0.537677305
-3352,1,0.5514,1,1,1,1,1,1,1,1,0.1265,0.5514,0.3197,1,0.3707,1,1,1,1,1,1,0.2045,0.3707,0.3604,1,0.613,1,1,1,0.1374,0.613,0.3025,1,1,1,1,1,0.143872663,0.769343197,0.721483469,1,1,1,1,1,0.236744493,0.863268435,0.94440949,1,1,1,1,1,0.17322731,0.861782968,0.544707588,0.544742966,0.544769504
-3353,1,0.5514,1,1,1,1,1,1,1,1,0.2572,0.5514,0.1594,1,0.3707,1,1,1,1,1,1,0.2549,0.3707,0.2071,1,0.613,1,1,1,0.2017,0.613,0.1196,1,1,1,1,1,0.375576705,0.654247463,0.666000962,1,1,1,1,1,0.283884495,0.701325357,1,1,1,1,1,1,0.284709185,0.72431922,0.551957467,0.551935689,0.552304965
-3354,1,0.5514,1,1,1,1,1,1,1,1,0.1745,0.5514,0.0775,1,0.3707,1,1,1,1,1,1,0.1063,0.3707,0.1021,1,0.613,1,1,1,0.2937,0.613,0.0714,1,1,1,1,1,0.349041879,0.332094699,0.629434943,1,1,1,1,1,0.138880089,0.438479483,1,1,1,1,1,1,0.38537097,0.448991001,0.551594973,0.551724138,0.551861702
-3355,1,0.5514,1,1,1,1,1,1,1,1,0.0515,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0925,0.3707,0,1,0.613,1,1,1,0.4006,0.613,0,1,1,1,1,1,0.135699853,0,0.533854485,1,1,1,1,1,0.105779231,0,0.456646383,1,1,1,1,1,0.662602305,0,0.548755437,0.548762429,0.548758865
-3356,1,0.5514,1,1,1,1,1,1,1,1,0.0884,0.5514,0,1,0.3707,1,1,1,1,1,1,0.164,0.3707,0,1,0.613,1,1,1,0.3453,0.613,0,1,1,1,1,1,0.210106716,0,0.417882621,1,1,1,1,1,0.19793424,0,0.195142686,1,1,1,1,1,0.572568119,0,0.566215563,0.566321134,0.566489362
-3357,1,0.5514,1,1,1,1,1,1,1,1,0.0834,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1734,0.3707,0,1,0.613,1,1,1,0.2815,0.613,0,1,1,1,1,1,0.223802015,0,0.235892922,1,1,1,1,1,0.242088288,0,0.061319903,1,1,1,1,1,0.506730497,0,0.541807637,0.541781257,0.542109929
-3358,1,0.5514,1,1,1,1,1,1,1,1,0.0397,0.5514,0,1,0.3707,1,1,1,1,1,1,0.068,0.3707,0,1,0.613,1,1,1,0.2354,0.613,0,1,1,1,1,1,0.097959287,0,0.112199739,1,1,1,1,1,0.10628818,0,0.096226186,1,1,1,1,1,0.455847859,0,0.487675205,0.487835837,0.487588652
-3359,1,0.5514,1,1,1,1,1,1,1,1,0.0418,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0462,0.3707,0,1,0.613,1,1,1,0.2537,0.613,0,1,1,1,1,1,0.090032458,0,0.11451894,1,1,1,1,1,0.089467056,0,0.197567552,1,1,1,1,1,0.510062575,0,0.436865636,0.436852126,0.436613475
-3360,1,0.5514,1,1,1,1,1,1,1,1,0.0188,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0433,0.3707,0,1,0.613,1,1,1,0.2387,0.613,0,1,1,1,1,1,0.032404255,0,0.232287914,1,1,1,1,1,0.098450139,0,0.328303933,1,1,1,1,1,0.508678675,0,0.400434993,0.400465411,0.40070922
-3361,1,0.5514,1,1,1,1,1,1,1,1,0.0273,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0393,0.3707,0,1,0.613,1,1,1,0.176,0.613,0,1,1,1,1,1,0.018663356,0,0.474641681,1,1,1,1,1,0.094680175,0,0.374372542,1,1,1,1,1,0.480622172,0,0.382733204,0.382695155,0.382978723
-3362,1,0.5514,1,1,1,1,1,1,1,1,0.025,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0503,0.3707,0,1,0.613,1,1,1,0.1612,0.613,0,1,1,1,1,1,0.020345494,0,0.486587405,1,1,1,1,1,0.122661315,0,0.304058135,1,1,1,1,1,0.473405421,0,0.373247946,0.373175376,0.37322695
-3363,1,0.5514,1,1,1,1,1,1,1,1,0.0174,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0877,0.3707,0,1,0.613,1,1,1,0.2159,0.613,0,1,1,1,1,1,0.012537468,0,0.412834704,1,1,1,1,1,0.163412169,0,0.27778089,1,1,1,1,1,0.575165391,0,0.370831319,0.370848318,0.371010638
-3364,1,0.5514,1,1,1,1,1,1,1,1,0.0135,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1511,0.3707,0,1,0.613,1,1,1,0.1998,0.613,0,1,1,1,1,1,0.019592196,0,0.45624572,1,1,1,1,1,0.214811489,0,0.378903925,1,1,1,1,1,0.506217659,0,0.380799903,0.380791199,0.380762411
-3365,1,0.5514,1,1,1,1,1,1,1,1,0.0212,0.5514,0.0591,1,0.3707,1,1,1,1,1,1,0.1205,0.3707,0.0238,1,0.613,1,1,1,0.1987,0.613,0.0987,1,1,1,1,1,0.044697292,0.21476087,0.556234479,1,1,1,1,1,0.162873954,0.030837342,0.480935633,1,1,1,1,1,0.438453466,0.384205341,0.411068149,0.411042945,0.411347518
-3366,1,0.5514,1,1,1,1,1,1,1,1,0.0062,0.5514,0.1027,1,0.3707,1,1,1,1,1,1,0.0343,0.3707,0.1141,1,0.613,1,1,1,0.1317,0.613,0.0973,1,1,1,1,1,0.018860187,0.467500418,0.554472446,1,1,1,1,1,0.05818538,0.272229254,0.300389558,1,1,1,1,1,0.313202709,0.693175793,0.478612856,0.478739158,0.478723404
-3367,1,0.5514,1,1,1,1,1,1,1,1,0.0036,0.5514,0.241,1,0.3707,1,1,1,1,1,1,0.0243,0.3707,0.2446,1,0.613,1,1,1,0.0879,0.613,0.2492,1,1,1,1,1,0.015690191,0.621259809,0.479643792,1,1,1,1,1,0.048915438,0.448439986,0.294777244,1,1,1,1,1,0.192170426,0.854083955,0.53842436,0.538607997,0.53856383
-3368,1,0.5514,1,1,1,1,1,1,1,1,0.0098,0.5514,0.3745,1,0.3707,1,1,1,1,1,1,0.0076,0.3707,0.3769,1,0.613,1,1,1,0.1093,0.613,0.4186,1,1,1,1,1,0.00859528,0.6801247,0.60849762,1,1,1,1,1,0.026313551,0.631764948,0.61832881,1,1,1,1,1,0.157319248,0.899240315,0.566517641,0.566744235,0.566489362
-3369,1,0.5514,1,1,1,1,1,1,1,1,0.0152,0.5514,0.4822,1,0.3707,1,1,1,1,1,1,0.0178,0.3707,0.4779,1,0.613,1,1,1,0.178,0.613,0.5598,1,1,1,1,1,0.012179825,0.728365362,0.825820446,1,1,1,1,1,0.030258968,0.662115276,0.738766789,1,1,1,1,1,0.271768957,0.906147599,0.585729821,0.585572245,0.585992908
-3370,1,0.5514,1,1,1,1,1,1,1,1,0.0231,0.5514,0.5138,1,0.3707,1,1,1,1,1,1,0.0056,0.3707,0.5184,1,0.613,1,1,1,0.2131,0.613,0.6575,1,1,1,1,1,0.024126835,0.750829935,0.883086324,1,1,1,1,1,0.016756123,0.697378576,0.534440279,1,1,1,1,1,0.318618208,0.923531115,0.601739971,0.601650095,0.601950355
-3371,1,0.5514,1,1,1,1,1,1,1,1,0.0421,0.5514,0.5102,1,0.3707,1,1,1,1,1,1,0.0104,0.3707,0.5128,1,0.613,1,1,1,0.1995,0.613,0.6646,1,1,1,1,1,0.051148638,0.74030757,0.859726787,1,1,1,1,1,0.025617065,0.704005361,0.335177779,1,1,1,1,1,0.323294044,0.946990728,0.610983567,0.610958325,0.611258865
-3372,1,0.5514,1,1,1,1,1,1,1,1,0.0301,0.5514,0.5122,1,0.3707,1,1,1,1,1,1,0.0127,0.3707,0.4976,1,0.613,1,1,1,0.3203,0.613,0.6599,1,1,1,1,1,0.043836564,0.741196334,0.890237689,1,1,1,1,1,0.029176883,0.669753611,0.327329874,1,1,1,1,1,0.316438019,0.941192985,0.613037699,0.613073831,0.613031915
-3373,1,0.5514,1,1,1,1,1,1,1,1,0.0571,0.5514,0.4765,1,0.3707,1,1,1,1,1,1,0.0453,0.3707,0.4525,1,0.613,1,1,1,0.2491,0.613,0.5995,1,1,1,1,1,0.094319448,0.705770373,0.878272176,1,1,1,1,1,0.058943141,0.641264975,0.494135916,1,1,1,1,1,0.284032196,0.937545717,0.617025133,0.617093294,0.617021277
-3374,1,0.5514,1,1,1,1,1,1,1,1,0.0984,0.5514,0.4441,1,0.3707,1,1,1,1,1,1,0.1252,0.3707,0.4297,1,0.613,1,1,1,0.2773,0.613,0.5228,1,1,1,1,1,0.174535036,0.625595927,0.972553074,1,1,1,1,1,0.148266926,0.578438401,0.646385908,1,1,1,1,1,0.315469295,0.91139704,0.613460609,0.613496933,0.61391844
-3375,1,0.5514,1,1,1,1,1,1,1,1,0.0647,0.5514,0.3548,1,0.3707,1,1,1,1,1,1,0.1434,0.3707,0.3421,1,0.613,1,1,1,0.312,0.613,0.4073,1,1,1,1,1,0.14226912,0.540901005,0.949373066,1,1,1,1,1,0.159067154,0.467799842,0.752951026,1,1,1,1,1,0.416694254,0.856595993,0.608385694,0.608419717,0.608599291
-3376,1,0.5514,1,1,1,1,1,1,1,1,0.07,0.5514,0.2592,1,0.3707,1,1,1,1,1,1,0.0673,0.3707,0.2427,1,0.613,1,1,1,0.3665,0.613,0.284,1,1,1,1,1,0.127324566,0.469379634,0.612847328,1,1,1,1,1,0.094152719,0.376240969,0.977200031,1,1,1,1,1,0.403455079,0.744654775,0.609594007,0.609689021,0.609929078
-3377,1,0.5514,1,1,1,1,1,1,1,1,0.0469,0.5514,0.1488,1,0.3707,1,1,1,1,1,1,0.011,0.3707,0.0953,1,0.613,1,1,1,0.3922,0.613,0.1307,1,1,1,1,1,0.105285503,0.313469648,0.358947873,1,1,1,1,1,0.036416724,0.142494857,0.755585909,1,1,1,1,1,0.545448244,0.573652446,0.610560657,0.610746774,0.610815603
-3378,1,0.5514,1,1,1,1,1,1,1,1,0.0534,0.5514,0.0308,1,0.3707,1,1,1,1,1,1,0.0771,0.3707,0.008,1,0.613,1,1,1,0.3092,0.613,0.0694,1,1,1,1,1,0.120313309,0.050172895,0.352206796,1,1,1,1,1,0.111198097,0.006438262,0.821861506,1,1,1,1,1,0.454013765,0.302949131,0.606573224,0.606727311,0.606826241
-3379,1,0.5514,1,1,1,1,1,1,1,1,0.0251,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0231,0.3707,0,1,0.613,1,1,1,0.3203,0.613,0,1,1,1,1,1,0.079361014,0,0.44682464,1,1,1,1,1,0.043114588,0,0.92577827,1,1,1,1,1,0.54517132,0,0.60439826,0.604400254,0.604609929
-3380,1,0.5514,1,1,1,1,1,1,1,1,0.0012,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0285,0.613,0,1,1,1,1,1,0.003914807,0,0.169097915,1,1,1,1,1,0.000672967,0,0.468118608,1,1,1,1,1,0.046172608,0,0.606391977,0.606515761,0.606382979
-3381,1,0.5514,1,1,1,1,1,1,1,1,0.0155,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0633,0.3707,0,1,0.613,1,1,1,0.1977,0.613,0,1,1,1,1,1,0.051246148,0,0.201334745,1,1,1,1,1,0.091751538,0,0.609149754,1,1,1,1,1,0.352664083,0,0.568692605,0.568648191,0.568705674
-3382,1,0.5514,1,1,1,1,1,1,1,1,0.0124,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0356,0.3707,0,1,0.613,1,1,1,0.1679,0.613,0,1,1,1,1,1,0.031818017,0,0.308196634,1,1,1,1,1,0.061373562,0,0.336467028,1,1,1,1,1,0.357987255,0,0.509001933,0.508990903,0.508865248
-3383,1,0.5514,1,1,1,1,1,1,1,1,0.0223,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0382,0.3707,0,1,0.613,1,1,1,0.1712,0.613,0,1,1,1,1,1,0.046516567,0,0.479343057,1,1,1,1,1,0.08504805,0,0.463663101,1,1,1,1,1,0.368685395,0,0.455473659,0.455468585,0.455673759
-3384,1,0.5514,1,1,1,1,1,1,1,1,0.0265,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0954,0.3707,0,1,0.613,1,1,1,0.0915,0.613,0,1,1,1,1,1,0.045596369,0,0.58565402,1,1,1,1,1,0.119016744,0,0.907091856,1,1,1,1,1,0.219137251,0,0.420190913,0.420139623,0.420212766
-3385,1,0.5514,1,1,1,1,1,1,1,1,0.0275,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1033,0.3707,0,1,0.613,1,1,1,0.0573,0.613,0,1,1,1,1,1,0.025195394,0,0.550256371,1,1,1,1,1,0.131745502,0,0.760507107,1,1,1,1,1,0.151042804,0,0.400676655,0.400888513,0.40070922
-3386,1,0.5514,1,1,1,1,1,1,1,1,0.0321,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0657,0.3707,0,1,0.613,1,1,1,0.0685,0.613,0,1,1,1,1,1,0.042083509,0,0.697140753,1,1,1,1,1,0.106605083,0,0.988417029,1,1,1,1,1,0.183569506,0,0.391372644,0.391368733,0.391400709
-3387,1,0.5514,1,1,1,1,1,1,1,1,0.0444,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0344,0.3707,0,1,0.613,1,1,1,0.0705,0.613,0,1,1,1,1,1,0.057416212,0,0.91112411,1,1,1,1,1,0.084847741,0,1,1,1,1,1,1,0.166466892,0,0.387626873,0.387772371,0.38785461
-3388,1,0.5514,1,1,1,1,1,1,1,1,0.0422,0.5514,0,1,0.3707,1,1,1,1,1,1,0.039,0.3707,0,1,0.613,1,1,1,0.0549,0.613,0,1,1,1,1,1,0.060361288,0,0.822330952,1,1,1,1,1,0.080816559,0,1,1,1,1,1,1,0.133710504,0,0.397897535,0.397715253,0.398049645
-3389,1,0.5514,1,1,1,1,1,1,1,1,0.0672,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0454,0.3707,0,1,0.613,1,1,1,0.0379,0.613,0.0001,1,1,1,1,1,0.060055081,2.11E-06,0.832012653,1,1,1,1,1,0.077629685,0,1,1,1,1,1,1,0.128994405,0,0.431367811,0.431351809,0.431294326
-3390,1,0.5514,1,1,1,1,1,1,1,1,0.0281,0.5514,0.0582,1,0.3707,1,1,1,1,1,1,0.0181,0.3707,0.0345,1,0.613,1,1,1,0.0182,0.613,0.0416,1,1,1,1,1,0.015455631,0.092209093,0.903179765,1,1,1,1,1,0.036286332,0.016092965,0.600396097,1,1,1,1,1,0.086611293,0.051264685,0.500181247,0.500317326,0.5
-3391,1,0.5514,1,1,1,1,1,1,1,1,0.033,0.5514,0.1711,1,0.3707,1,1,1,1,1,1,0.0518,0.3707,0.1701,1,0.613,1,1,1,0.0211,0.613,0.1503,1,1,1,1,1,0.013392327,0.342335284,1,1,1,1,1,1,0.076187663,0.179367796,0.649539292,1,1,1,1,1,0.071200699,0.223262832,0.556911551,0.556801354,0.556737589
-3392,1,0.5514,1,1,1,1,1,1,1,1,0.0456,0.5514,0.2655,1,0.3707,1,1,1,1,1,1,0.0703,0.3707,0.3071,1,0.613,1,1,1,0.0304,0.613,0.2814,1,1,1,1,1,0.014397321,0.446133941,0.765540302,1,1,1,1,1,0.096801616,0.369359493,0.511719704,1,1,1,1,1,0.061541282,0.373032242,0.580413243,0.580495029,0.580230496
-3393,1,0.5514,1,1,1,1,1,1,1,1,0.0629,0.5514,0.3221,1,0.3707,1,1,1,1,1,1,0.0511,0.3707,0.3757,1,0.613,1,1,1,0.0116,0.613,0.3433,1,1,1,1,1,0.017329443,0.496446401,0.710533261,1,1,1,1,1,0.075093001,0.5014956,0.745805264,1,1,1,1,1,0.044841167,0.502474308,0.596362977,0.596361329,0.596631206
-3394,1,0.5514,1,1,1,1,1,1,1,1,0.0806,0.5514,0.3596,1,0.3707,1,1,1,1,1,1,0.0327,0.3707,0.4154,1,0.613,1,1,1,0.0137,0.613,0.4398,1,1,1,1,1,0.026772618,0.542304456,0.652241707,1,1,1,1,1,0.065028071,0.555862904,0.759071231,1,1,1,1,1,0.027643921,0.609902501,0.611587724,0.611804527,0.611702128
-3395,1,0.5514,1,1,1,1,1,1,1,1,0.0876,0.5514,0.3832,1,0.3707,1,1,1,1,1,1,0.0207,0.3707,0.4546,1,0.613,1,1,1,0.0196,0.613,0.4441,1,1,1,1,1,0.046777397,0.579957604,0.414398372,1,1,1,1,1,0.039323844,0.607539773,0.511166513,1,1,1,1,1,0.042391568,0.654446185,0.61859594,0.618574149,0.618794326
-3396,1,0.5514,1,1,1,1,1,1,1,1,0.0863,0.5514,0.3572,1,0.3707,1,1,1,1,1,1,0.0645,0.3707,0.4483,1,0.613,1,1,1,0.0237,0.613,0.4433,1,1,1,1,1,0.074066937,0.552254498,0.29224211,1,1,1,1,1,0.072157487,0.632128835,0.490141153,1,1,1,1,1,0.094150357,0.613041997,0.61817303,0.618151047,0.618351064
-3397,1,0.5514,1,1,1,1,1,1,1,1,0.0513,0.5514,0.3095,1,0.3707,1,1,1,1,1,1,0.0207,0.3707,0.4287,1,0.613,1,1,1,0.025,0.613,0.4394,1,1,1,1,1,0.026266038,0.529401124,0.188791931,1,1,1,1,1,0.027472405,0.627588391,0.141000271,1,1,1,1,1,0.10232535,0.598980665,0.618656356,0.618574149,0.618794326
-3398,1,0.5514,1,1,1,1,1,1,1,1,0.0567,0.5514,0.3088,1,0.3707,1,1,1,1,1,1,0.0234,0.3707,0.4109,1,0.613,1,1,1,0.025,0.613,0.4239,1,1,1,1,1,0.02594927,0.512982011,0.064985029,1,1,1,1,1,0.030283216,0.605727613,0.022648171,1,1,1,1,1,0.066922933,0.559335232,0.613883519,0.613920034,0.61391844
-3399,1,0.5514,1,1,1,1,1,1,1,1,0.1047,0.5514,0.269,1,0.3707,1,1,1,1,1,1,0.0505,0.3707,0.3592,1,0.613,1,1,1,0.0228,0.613,0.3583,1,1,1,1,1,0.073583394,0.444422722,0.0548568,1,1,1,1,1,0.056381717,0.54158318,0.019172251,1,1,1,1,1,0.064755879,0.432804912,0.609896085,0.609900571,0.609929078
-3400,1,0.5514,1,1,1,1,1,1,1,1,0.1525,0.5514,0.1935,1,0.3707,1,1,1,1,1,1,0.0695,0.3707,0.2883,1,0.613,1,1,1,0.0201,0.613,0.2511,1,1,1,1,1,0.115161449,0.389917761,0.075900018,1,1,1,1,1,0.090992734,0.498489559,0.093690574,1,1,1,1,1,0.047856733,0.267252564,0.610137748,0.610112122,0.61037234
-3401,1,0.5514,1,1,1,1,1,1,1,1,0.0894,0.5514,0.0948,1,0.3707,1,1,1,1,1,1,0,0.3707,0.1673,1,0.613,1,1,1,0.0141,0.613,0.1269,1,1,1,1,1,0.042162728,0.267805129,0.057955481,1,1,1,1,1,0.007668747,0.413642734,0.058832206,1,1,1,1,1,0.055613246,0.153902963,0.611768971,0.611804527,0.611702128
-3402,1,0.5514,1,1,1,1,1,1,1,1,0.0682,0.5514,0.0166,1,0.3707,1,1,1,1,1,1,0.0042,0.3707,0.0446,1,0.613,1,1,1,0.024,0.613,0.0231,1,1,1,1,1,0.044858988,0.074997343,0.102597862,1,1,1,1,1,0.015227236,0.130882844,0.08040262,1,1,1,1,1,0.062356927,0.020978229,0.605244079,0.605246457,0.605496454
-3403,1,0.5514,1,1,1,1,1,1,1,1,0.0263,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0678,0.613,0,1,1,1,1,1,0.026421783,0,0.135259569,1,1,1,1,1,0.011742698,0,0.10818848,1,1,1,1,1,0.139692843,0,0.600954567,0.600803893,0.60106383
-3404,1,0.5514,1,1,1,1,1,1,1,1,0.0107,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0028,0.3707,0,1,0.613,1,1,1,0.0809,0.613,0,1,1,1,1,1,0.018720144,0,0.034149025,1,1,1,1,1,0.007857889,0,0.085490838,1,1,1,1,1,0.127801687,0,0.604035766,0.603977153,0.604166667
-3405,1,0.5514,1,1,1,1,1,1,1,1,0.0007,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0134,0.3707,0,1,0.613,1,1,1,0.0837,0.613,0,1,1,1,1,1,0.002332808,0,0.005964304,1,1,1,1,1,0.013225574,0,0.03157749,1,1,1,1,1,0.184325129,0,0.571230063,0.571186799,0.571365248
-3406,1,0.5514,1,1,1,1,1,1,1,1,0.0024,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0208,0.3707,0,1,0.613,1,1,1,0.0786,0.613,0,1,1,1,1,1,0.002287351,0,0.01069922,1,1,1,1,1,0.027057718,0,0,1,1,1,1,1,0.14715679,0,0.514801837,0.514702771,0.51462766
-3407,1,0.5514,1,1,1,1,1,1,1,1,0.0115,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0348,0.613,0,1,1,1,1,1,0.002761744,0,0.023969738,1,1,1,1,1,0.004585529,0,0,1,1,1,1,1,0.058564458,0,0.46060899,0.460757351,0.460549645
-3408,1,0.5514,1,1,1,1,1,1,1,1,0.0016,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0134,0.613,0,1,1,1,1,1,0.000267,0,0.03413748,1,1,1,1,1,3.56E-05,0,0,1,1,1,1,1,0.035135176,0,0.421761721,0.421832029,0.421985816
-3409,1,0.5514,1,1,1,1,1,1,1,1,0.0039,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0051,0.613,0,1,1,1,1,1,0.000620019,0,0.056755748,1,1,1,1,1,4.22E-05,0,0.027182985,1,1,1,1,1,0.03933154,0,0.402670372,0.402792469,0.402925532
-3410,1,0.5514,1,1,1,1,1,1,1,1,0.0063,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0105,0.613,0,1,1,1,1,1,0.001312308,0,0.070242018,1,1,1,1,1,0.000361656,0,0.066073306,1,1,1,1,1,0.056017403,0,0.392580957,0.392638037,0.392287234
-3411,1,0.5514,1,1,1,1,1,1,1,1,0.0041,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0157,0.613,0,1,1,1,1,1,0.001168721,0,0.095359817,1,1,1,1,1,0.002878586,0,0.085587963,1,1,1,1,1,0.060454115,0,0.389137264,0.389041675,0.389184397
-3412,1,0.5514,1,1,1,1,1,1,1,1,0.0088,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0234,0.613,0,1,1,1,1,1,0.002275184,0,0.223710924,1,1,1,1,1,3.56E-05,0,0.12716572,1,1,1,1,1,0.060545694,0,0.399407927,0.399407658,0.399379433
-3413,1,0.5514,1,1,1,1,1,1,1,1,0.01,0.5514,0.0234,1,0.3707,1,1,1,1,1,1,0.0021,0.3707,0.0156,1,0.613,1,1,1,0.0221,0.613,0.0029,1,1,1,1,1,0.004299578,0.06631434,0.195455939,1,1,1,1,1,0.002843483,0.007819951,0.088839531,1,1,1,1,1,0.066447861,0.154078513,0.430099082,0.430082505,0.430407801
-3414,1,0.5514,1,1,1,1,1,1,1,1,0.0036,0.5514,0.0965,1,0.3707,1,1,1,1,1,1,0,0.3707,0.12,1,0.613,1,1,1,0.0325,0.613,0.0995,1,1,1,1,1,0.00300922,0.400322855,0.157073215,1,1,1,1,1,0.002365553,0.406461388,0.036778014,1,1,1,1,1,0.073078886,0.413618892,0.500302078,0.500317326,0.5
-3415,1,0.5514,1,1,1,1,1,1,1,1,0.0024,0.5514,0.1994,1,0.3707,1,1,1,1,1,1,0,0.3707,0.239,1,0.613,1,1,1,0.0308,0.613,0.1984,1,1,1,1,1,0.001247703,0.787533939,0.108073339,1,1,1,1,1,0,0.776742518,0,1,1,1,1,1,0.084373556,0.819456398,0.559630256,0.559763063,0.559840426
-3416,1,0.5514,1,1,1,1,1,1,1,1,0.0028,0.5514,0.3784,1,0.3707,1,1,1,1,1,1,0,0.3707,0.3948,1,0.613,1,1,1,0.0406,0.613,0.3865,1,1,1,1,1,0.000652556,0.677225947,0.088226721,1,1,1,1,1,0,0.661551237,0,1,1,1,1,1,0.054242305,0.731225431,0.587300628,0.587476201,0.587322695
-3417,1,0.5514,1,1,1,1,1,1,1,1,0.0012,0.5514,0.4894,1,0.3707,1,1,1,1,1,1,0,0.3707,0.4799,1,0.613,1,1,1,0.0568,0.613,0.5001,1,1,1,1,1,0.000220229,0.744704068,0.064890765,1,1,1,1,1,0,0.708013833,0,1,1,1,1,1,0.056013212,0.791965008,0.605666989,0.605669558,0.605496454
-3418,1,0.5514,1,1,1,1,1,1,1,1,0.0006,0.5514,0.5499,1,0.3707,1,1,1,1,1,1,0,0.3707,0.5376,1,0.613,1,1,1,0.061,0.613,0.5543,1,1,1,1,1,0.000179856,0.768761933,0.040240157,1,1,1,1,1,5.21E-06,0.739349067,0,1,1,1,1,1,0.045100331,0.763883471,0.622160464,0.62217051,0.622340426
-3419,1,0.5514,1,1,1,1,1,1,1,1,0.0001,0.5514,0.5594,1,0.3707,1,1,1,1,1,1,0,0.3707,0.5505,1,0.613,1,1,1,0.0636,0.613,0.5724,1,1,1,1,1,1.03E-05,0.783911169,0.021449119,1,1,1,1,1,9.27E-06,0.728149354,0,1,1,1,1,1,0.048345938,0.74111861,0.632914451,0.632959594,0.632978723
-3420,1,0.5514,1,1,1,1,1,1,1,1,0.0007,0.5514,0.5474,1,0.3707,1,1,1,1,1,1,0,0.3707,0.5396,1,0.613,1,1,1,0.0778,0.613,0.5737,1,1,1,1,1,0.001904674,0.754557967,0.005830184,1,1,1,1,1,0.001597267,0.729690909,0,1,1,1,1,1,0.058159005,0.742696583,0.638170614,0.63824836,0.638297872
-3421,1,0.5514,1,1,1,1,1,1,1,1,0.0119,0.5514,0.5285,1,0.3707,1,1,1,1,1,1,0,0.3707,0.5043,1,0.613,1,1,1,0.0988,0.613,0.5739,1,1,1,1,1,0.007492599,0.724374592,0.004489713,1,1,1,1,1,0.010473478,0.68455416,0.015928797,1,1,1,1,1,0.076563276,0.762102842,0.645118415,0.645017982,0.645390071
-3422,1,0.5514,1,1,1,1,1,1,1,1,0.017,0.5514,0.491,1,0.3707,1,1,1,1,1,1,0.0019,0.3707,0.4487,1,0.613,1,1,1,0.0868,0.613,0.5618,1,1,1,1,1,0.014735066,0.713644087,0.001294925,1,1,1,1,1,0.020237166,0.638029337,0.014923822,1,1,1,1,1,0.103327386,0.735951662,0.644333011,0.64438333,0.644503546
-3423,1,0.5514,1,1,1,1,1,1,1,1,0.0232,0.5514,0.4144,1,0.3707,1,1,1,1,1,1,0.0047,0.3707,0.4276,1,0.613,1,1,1,0.058,0.613,0.45,1,1,1,1,1,0.015700631,0.680871487,0.004066769,1,1,1,1,1,0.025879256,0.65657562,0.032557856,1,1,1,1,1,0.059895158,0.741880417,0.639862252,0.639729215,0.640070922
-3424,1,0.5514,1,1,1,1,1,1,1,1,0.006,0.5514,0.2826,1,0.3707,1,1,1,1,1,1,0,0.3707,0.3154,1,0.613,1,1,1,0.0799,0.613,0.303,1,1,1,1,1,0.005734195,0.562735379,0.000976318,1,1,1,1,1,0.006302195,0.586698294,0,1,1,1,1,1,0.0491587,0.695370138,0.640768487,0.640786968,0.640957447
-3425,1,0.5514,1,1,1,1,1,1,1,1,0.0114,0.5514,0.1494,1,0.3707,1,1,1,1,1,1,0,0.3707,0.1903,1,0.613,1,1,1,0.0649,0.613,0.1306,1,1,1,1,1,0.014844269,0.550969899,0.000156156,1,1,1,1,1,0.007802607,0.370952308,0,1,1,1,1,1,0.033939362,0.566615105,0.639499758,0.639517664,0.63962766
-3426,1,0.5514,1,1,1,1,1,1,1,1,0.027,0.5514,0.0658,1,0.3707,1,1,1,1,1,1,0,0.3707,0.0565,1,0.613,1,1,1,0.1214,0.613,0.0719,1,1,1,1,1,0.023386423,0.314637542,0.002531895,1,1,1,1,1,0.003415106,0.230748251,0,1,1,1,1,1,0.097557858,0.322521001,0.630074915,0.629997884,0.630319149
-3427,1,0.5514,1,1,1,1,1,1,1,1,0.0427,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0855,0.613,0,1,1,1,1,1,0.021582315,0,0.0015306,1,1,1,1,1,0.01525211,0,0,1,1,1,1,1,0.132356375,0,0.622764621,0.622593611,0.622783688
-3428,1,0.5514,1,1,1,1,1,1,1,1,0.0573,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0463,0.3707,0,1,0.613,1,1,1,0.1347,0.613,0,1,1,1,1,1,0.080011405,0,0.014103653,1,1,1,1,1,0.055296846,0,0,1,1,1,1,1,0.315653592,0,0.633518608,0.633594246,0.633421986
-3429,1,0.5514,1,1,1,1,1,1,1,1,0.0453,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0518,0.3707,0,1,0.613,1,1,1,0.1212,0.613,0,1,1,1,1,1,0.082346343,0,0.03186401,1,1,1,1,1,0.058920253,0,0.01448351,1,1,1,1,1,0.303479105,0,0.606996133,0.606938862,0.607269504
-3430,1,0.5514,1,1,1,1,1,1,1,1,0.0339,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0408,0.3707,0,1,0.613,1,1,1,0.0788,0.613,0,1,1,1,1,1,0.051965147,0,0.045722023,1,1,1,1,1,0.053545997,0,0.057021469,1,1,1,1,1,0.218411222,0,0.544103432,0.544108314,0.544326241
-3431,1,0.5514,1,1,1,1,1,1,1,1,0.0703,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0215,0.3707,0,1,0.613,1,1,1,0.0715,0.613,0,1,1,1,1,1,0.087467246,0,0.008336272,1,1,1,1,1,0.030728551,0,0.089755237,1,1,1,1,1,0.189382553,0,0.482962784,0.482970171,0.483156028
-3432,1,0.5514,1,1,1,1,1,1,1,1,0.073,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0049,0.3707,0,1,0.613,1,1,1,0.036,0.613,0,1,1,1,1,1,0.066103749,0,0.002266695,1,1,1,1,1,0.005596309,0,0.023637958,1,1,1,1,1,0.117511019,0,0.4409739,0.440871589,0.440602837
-3433,1,0.5514,1,1,1,1,1,1,1,1,0.1021,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0276,0.613,0,1,1,1,1,1,0.083101273,0,0.002451736,1,1,1,1,1,5.52E-05,0,0,1,1,1,1,1,0.103216507,0,0.415659739,0.415697059,0.415780142
-3434,1,0.5514,1,1,1,1,1,1,1,1,0.0364,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.023,0.613,0,1,1,1,1,1,0.027998246,0,0.00754009,1,1,1,1,1,0.00461325,0,0.073571995,1,1,1,1,1,0.110934719,0,0.40158289,0.401523165,0.401595745
-3435,1,0.5514,1,1,1,1,1,1,1,1,0.0013,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0675,0.613,0,1,1,1,1,1,0.000799814,0,0.000184543,1,1,1,1,1,0.000323112,0,0.168209687,1,1,1,1,1,0.207377553,0,0.395782987,0.395811297,0.395833333
-3436,1,0.5514,1,1,1,1,1,1,1,1,0.0116,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0288,0.613,0,1,1,1,1,1,0.003262347,0,0.017448017,1,1,1,1,1,0.001135918,0,0.279242396,1,1,1,1,1,0.098779067,0,0.404301595,0.404273323,0.404255319
-3437,1,0.5514,1,1,1,1,1,1,1,1,0.0087,0.5514,0.0298,1,0.3707,1,1,1,1,1,1,0,0.3707,0.0078,1,0.613,1,1,1,0.0268,0.613,0.0703,1,1,1,1,1,0.009466476,0.083634451,0.090852886,1,1,1,1,1,0.004652179,0.001557372,0.36012122,1,1,1,1,1,0.082035147,0.14480865,0.434871919,0.434736619,0.434840426
-3438,1,0.5514,1,1,1,1,1,1,1,1,0.0223,0.5514,0.1007,1,0.3707,1,1,1,1,1,1,0.0039,0.3707,0.1126,1,0.613,1,1,1,0.0508,0.613,0.1069,1,1,1,1,1,0.028017439,0.400053144,0.190497562,1,1,1,1,1,0.012464007,0.296034843,0.693024158,1,1,1,1,1,0.134297073,0.42994681,0.506887385,0.506875397,0.507092199
-3439,1,0.5514,1,1,1,1,1,1,1,1,0.0068,0.5514,0.2348,1,0.3707,1,1,1,1,1,1,0.0178,0.3707,0.2539,1,0.613,1,1,1,0.0665,0.613,0.2514,1,1,1,1,1,0.014299627,0.587608814,0.131103426,1,1,1,1,1,0.027023166,0.504684806,0.470253944,1,1,1,1,1,0.168334246,0.607358396,0.567967617,0.567801989,0.567819149
-3440,1,0.5508,1,1,1,1,1,1,1,1,0.014,0.5508,0.3877,1,0.3705,1,1,1,1,1,1,0,0.3705,0.3807,1,0.613,1,1,1,0.0447,0.613,0.3793,1,1,1,1,1,0.01547463,0.705734313,0.17860955,1,1,1,1,1,0.014582946,0.649468541,0.810101867,1,1,1,1,1,0.157643259,0.682978272,0.598235863,0.598265285,0.598404255
-3441,1,0.5503,1,1,1,1,1,1,1,1,0.0169,0.5503,0.4973,1,0.3704,1,1,1,1,1,1,0.0078,0.3704,0.4984,1,0.613,1,1,1,0.083,0.613,0.4944,1,1,1,1,1,0.011340565,0.779313207,0.144254446,1,1,1,1,1,0.020098079,0.733565152,0.794440329,1,1,1,1,1,0.159563154,0.733393073,0.620770904,0.620689655,0.621010638
-3442,1,0.5498,1,1,1,1,1,1,1,1,0.0299,0.5498,0.5721,1,0.3702,1,1,1,1,1,1,0.0396,0.3702,0.5364,1,0.613,1,1,1,0.1003,0.613,0.5532,1,1,1,1,1,0.022809681,0.780468941,0.122383058,1,1,1,1,1,0.050471917,0.748351753,0.538054764,1,1,1,1,1,0.18744342,0.757321358,0.639378927,0.639517664,0.639184397
-3443,1,0.5493,1,1,1,1,1,1,1,1,0.0338,0.5493,0.5828,1,0.3701,1,1,1,1,1,1,0.0648,0.3701,0.5507,1,0.613,1,1,1,0.1123,0.613,0.558,1,1,1,1,1,0.032735813,0.770803392,0.097772233,1,1,1,1,1,0.084127486,0.763103068,0.406183243,1,1,1,1,1,0.18306604,0.792571008,0.650253746,0.650306748,0.650265957
-3444,1,0.5488,1,1,1,1,1,1,1,1,0.0458,0.5488,0.5848,1,0.3699,1,1,1,1,1,1,0.1653,0.3699,0.5586,1,0.613,1,1,1,0.2082,0.613,0.5575,1,1,1,1,1,0.060192451,0.772764862,0.090960808,1,1,1,1,1,0.187437415,0.750354409,0.235186666,1,1,1,1,1,0.306867778,0.797318697,0.653576607,0.653691559,0.653812057
-3445,1,0.5483,1,1,1,1,1,1,1,1,0.0988,0.5483,0.5786,1,0.3697,1,1,1,1,1,1,0.1468,0.3697,0.5368,1,0.613,1,1,1,0.2898,0.613,0.567,1,1,1,1,1,0.063807517,0.763955235,0.079440206,1,1,1,1,1,0.181904525,0.731600523,0.146332726,1,1,1,1,1,0.458615869,0.807575464,0.656355727,0.656441718,0.656471631
-3446,1,0.5478,1,1,1,1,1,1,1,1,0.169,0.5478,0.5307,1,0.3696,1,1,1,1,1,1,0.2313,0.3696,0.5046,1,0.613,1,1,1,0.3854,0.613,0.514,1,1,1,1,1,0.147838518,0.751835048,0.096445128,1,1,1,1,1,0.274663091,0.708454967,0.080829844,1,1,1,1,1,0.542868078,0.814196467,0.654603673,0.654749312,0.654698582
-3447,1,0.5473,1,1,1,1,1,1,1,1,0.226,0.5473,0.4368,1,0.3694,1,1,1,1,1,1,0.2022,0.3694,0.4322,1,0.613,1,1,1,0.4232,0.613,0.4208,1,1,1,1,1,0.227536231,0.712680936,0.131005615,1,1,1,1,1,0.236663163,0.653109789,0.101551831,1,1,1,1,1,0.607588112,0.795339048,0.648682939,0.648614343,0.64893617
-3448,1,0.5468,1,1,1,1,1,1,1,1,0.1551,0.5468,0.3052,1,0.3693,1,1,1,1,1,1,0.1265,0.3693,0.2895,1,0.613,1,1,1,0.3143,0.613,0.2958,1,1,1,1,1,0.154646173,0.610535383,0.118572623,1,1,1,1,1,0.133681923,0.511365533,0.108006284,1,1,1,1,1,0.481347799,0.774178445,0.645722571,0.645864184,0.645833333
-3449,1,0.5463,1,1,1,1,1,1,1,1,0.1455,0.5463,0.1539,1,0.3691,1,1,1,1,1,1,0.1572,0.3691,0.139,1,0.613,1,1,1,0.3409,0.613,0.1337,1,1,1,1,1,0.143451914,0.43259266,0.176172718,1,1,1,1,1,0.181797266,0.35239771,0.169848442,1,1,1,1,1,0.485537499,0.624308825,0.636478975,0.636555955,0.636968085
-3450,1,0.5458,1,1,1,1,1,1,1,1,0.0996,0.5458,0.0575,1,0.3689,1,1,1,1,1,1,0.0682,0.3689,0.0344,1,0.613,1,1,1,0.2982,0.613,0.0658,1,1,1,1,1,0.109594755,0.190924168,0.098642766,1,1,1,1,1,0.079629242,0.071969092,0.12886858,1,1,1,1,1,0.483139217,0.332194388,0.623066699,0.623016713,0.62322695
-3451,1,0.5453,1,1,1,1,1,1,1,1,0.0929,0.5453,0,1,0.3688,1,1,1,1,1,1,0.0433,0.3688,0,1,0.613,1,1,1,0.338,0.613,0,1,1,1,1,1,0.115438215,0,0.149727851,1,1,1,1,1,0.066774122,0,0.279161811,1,1,1,1,1,0.560994804,0,0.616058482,0.616035541,0.616134752
-3452,1,0.5448,1,1,1,1,1,1,1,1,0.0889,0.5448,0,1,0.3686,1,1,1,1,1,1,0.0359,0.3686,0,1,0.613,1,1,1,0.4159,0.613,0,1,1,1,1,1,0.104698867,0,0.129299656,1,1,1,1,1,0.049539119,0,0.354586929,1,1,1,1,1,0.596070349,0,0.62681247,0.626824624,0.62677305
-3453,1,0.5443,1,1,1,1,1,1,1,1,0.1079,0.5443,0,1,0.3685,1,1,1,1,1,1,0.0811,0.3685,0,1,0.613,1,1,1,0.3756,0.613,0,1,1,1,1,1,0.192899168,0,0.12716344,1,1,1,1,1,0.101408817,0,0.241489008,1,1,1,1,1,0.548299432,0,0.600652489,0.600803893,0.60106383
-3454,1,0.5438,1,1,1,1,1,1,1,1,0.0714,0.5438,0,1,0.3683,1,1,1,1,1,1,0.0203,0.3683,0,1,0.613,1,1,1,0.3309,0.613,0,1,1,1,1,1,0.09371981,0,0.217031419,1,1,1,1,1,0.03365114,0,0.192921996,1,1,1,1,1,0.486032307,0,0.538303528,0.538396446,0.538120567
-3455,1,0.5433,1,1,1,1,1,1,1,1,0.032,0.5433,0,1,0.3682,1,1,1,1,1,1,0.032,0.3682,0,1,0.613,1,1,1,0.232,0.613,0,1,1,1,1,1,0.068723232,0,0.286517292,1,1,1,1,1,0.053391904,0,0.241089284,1,1,1,1,1,0.302335143,0,0.476981634,0.476835202,0.476950355
-3456,1,0.5428,1,1,1,1,1,1,1,1,0.0554,0.5428,0,1,0.368,1,1,1,1,1,1,0.0509,0.368,0,1,0.613,1,1,1,0.2436,0.613,0,1,1,1,1,1,0.102929287,0,0.28655833,1,1,1,1,1,0.067501307,0,0.306544006,1,1,1,1,1,0.360672176,0,0.436865636,0.436852126,0.436613475
-3457,1,0.5423,1,1,1,1,1,1,1,1,0.0335,0.5423,0,1,0.3678,1,1,1,1,1,1,0.0245,0.3678,0,1,0.613,1,1,1,0.2548,0.613,0,1,1,1,1,1,0.070069149,0,0.244399473,1,1,1,1,1,0.03964423,0,0.445659459,1,1,1,1,1,0.358865291,0,0.414934751,0.414850857,0.414893617
-3458,1,0.5418,1,1,1,1,1,1,1,1,0.0298,0.5418,0,1,0.3677,1,1,1,1,1,1,0.0196,0.3677,0,1,0.6131,1,1,1,0.148,0.6131,0,1,1,1,1,1,0.069911592,0,0.244833529,1,1,1,1,1,0.040781192,0,0.689976454,1,1,1,1,1,0.262341768,0,0.401764137,0.401734715,0.401595745
-3459,1,0.5412,1,1,1,1,1,1,1,1,0.0084,0.5412,0,1,0.3675,1,1,1,1,1,1,0.0156,0.3675,0,1,0.6131,1,1,1,0.1111,0.6131,0,1,1,1,1,1,0.014961205,0,0.244127989,1,1,1,1,1,0.03616431,0,0.791790605,1,1,1,1,1,0.221059725,0,0.397655872,0.397715253,0.397606383
-3460,1,0.5407,1,1,1,1,1,1,1,1,0.0085,0.5407,0,1,0.3674,1,1,1,1,1,1,0,0.3674,0,1,0.6131,1,1,1,0.125,0.6131,0,1,1,1,1,1,0.020019906,0,0.211876005,1,1,1,1,1,0.014359617,0,0.465516508,1,1,1,1,1,0.230596468,0,0.406053649,0.405965729,0.406028369
-3461,1,0.5402,1,1,1,1,1,1,1,1,0.0021,0.5402,0.0049,1,0.3672,1,1,1,1,1,1,0,0.3672,0.0008,1,0.6131,1,1,1,0.1131,0.6131,0.0136,1,1,1,1,1,0.007520093,0.004839725,0.289745718,1,1,1,1,1,0.007557144,0,0.460135877,1,1,1,1,1,0.226175949,0.008954303,0.436019816,0.436005923,0.436170213
-3462,1,0.5397,1,1,1,1,1,1,1,1,0.0029,0.5397,0.0941,1,0.367,1,1,1,1,1,1,0.0049,0.367,0.0735,1,0.6131,1,1,1,0.1255,0.6131,0.0987,1,1,1,1,1,0.007531909,0.163497344,0.223146796,1,1,1,1,1,0.016487908,0.124448769,0.405033797,1,1,1,1,1,0.204162121,0.166514277,0.500966651,0.500951978,0.500886525
-3463,1,0.5392,1,1,1,1,1,1,1,1,0.0095,0.5392,0.2171,1,0.3669,1,1,1,1,1,1,0.0036,0.3669,0.1971,1,0.6131,1,1,1,0.1218,0.6131,0.2353,1,1,1,1,1,0.020222772,0.366256326,0.399918079,1,1,1,1,1,0.017013889,0.339877576,0.214261025,1,1,1,1,1,0.217606798,0.377554804,0.557455292,0.557436006,0.557624113
-3464,1,0.5387,1,1,1,1,1,1,1,1,0.0202,0.5387,0.338,1,0.3667,1,1,1,1,1,1,0,0.3667,0.352,1,0.6131,1,1,1,0.1588,0.6131,0.3624,1,1,1,1,1,0.012131217,0.51266861,0.372137129,1,1,1,1,1,0.01705572,0.548357666,0.205175936,1,1,1,1,1,0.246868595,0.564755321,0.585065249,0.585149143,0.585106383
-3465,1,0.5382,1,1,1,1,1,1,1,1,0.0118,0.5382,0.4496,1,0.3666,1,1,1,1,1,1,0.003,0.3666,0.4415,1,0.6131,1,1,1,0.1834,0.6131,0.4693,1,1,1,1,1,0.015408305,0.641467035,0.271962106,1,1,1,1,1,0.021653213,0.667341053,0.148014396,1,1,1,1,1,0.319478989,0.682289004,0.602162881,0.602073197,0.602393617
-3466,1,0.5377,1,1,1,1,1,1,1,1,0.0115,0.5377,0.6574,1,0.3664,1,1,1,1,1,1,0.0112,0.3664,0.6511,1,0.6131,1,1,1,0.1882,0.6131,0.6499,1,1,1,1,1,0.012474523,0.944623053,0.297082424,1,1,1,1,1,0.024686296,0.929904997,0.127350539,1,1,1,1,1,0.321994692,0.959149837,0.614850169,0.614766237,0.615248227
-3467,1,0.5372,1,1,1,1,1,1,1,1,0.0167,0.5372,0.5304,1,0.3662,1,1,1,1,1,1,0.0051,0.3662,0.5241,1,0.6131,1,1,1,0.2792,0.6131,0.5302,1,1,1,1,1,0.03286979,0.763183296,0.365212739,1,1,1,1,1,0.016091846,0.713555157,0.460607886,1,1,1,1,1,0.464787126,0.736581981,0.623489609,0.623651365,0.623670213
-3468,1,0.5367,1,1,1,1,1,1,1,1,0.0139,0.5367,0.518,1,0.3661,1,1,1,1,1,1,0.0277,0.3661,0.5291,1,0.6131,1,1,1,0.2951,0.6131,0.5243,1,1,1,1,1,0.021454006,0.752946496,0.472586632,1,1,1,1,1,0.040691424,0.725884199,1,1,1,1,1,1,0.486889899,0.747741342,0.624818753,0.624920669,0.625
-3469,1,0.5362,1,1,1,1,1,1,1,1,0.0296,0.5362,0.5066,1,0.3659,1,1,1,1,1,1,0.0879,0.3659,0.5035,1,0.6131,1,1,1,0.3901,0.6131,0.5014,1,1,1,1,1,0.082228646,0.733274221,0.558043897,1,1,1,1,1,0.089652121,0.732926846,1,1,1,1,1,1,0.637303412,0.747792244,0.627235379,0.627247726,0.627216312
-3470,1,0.5357,1,1,1,1,1,1,1,1,0.0675,0.5357,0.4998,1,0.3658,1,1,1,1,1,1,0.2124,0.3658,0.5097,1,0.6131,1,1,1,0.4318,0.6131,0.5092,1,1,1,1,1,0.147074938,0.716671348,0.273781955,1,1,1,1,1,0.210959673,0.731348395,0.453748465,1,1,1,1,1,0.659193039,0.715080202,0.624033349,0.624074466,0.624113475
-3471,1,0.5352,1,1,1,1,1,1,1,1,0.0874,0.5352,0.4264,1,0.3656,1,1,1,1,1,1,0.1334,0.3656,0.4509,1,0.6131,1,1,1,0.3482,0.6131,0.3765,1,1,1,1,1,0.160640761,0.693377793,0.213523984,1,1,1,1,1,0.137134001,0.705526233,0.311781704,1,1,1,1,1,0.529499769,0.698079467,0.620952151,0.621112757,0.621010638
-3472,1,0.5347,1,1,1,1,1,1,1,1,0.0934,0.5347,0.2974,1,0.3655,1,1,1,1,1,1,0.0398,0.3655,0.3258,1,0.6131,1,1,1,0.3334,0.6131,0.2584,1,1,1,1,1,0.129200593,0.586790562,0.138957962,1,1,1,1,1,0.050490655,0.63049984,0.185062319,1,1,1,1,1,0.503858209,0.581993341,0.620770904,0.620689655,0.621010638
-3473,1,0.5342,1,1,1,1,1,1,1,1,0.0969,0.5342,0.1493,1,0.3653,1,1,1,1,1,1,0.0497,0.3653,0.1867,1,0.6131,1,1,1,0.3284,0.6131,0.1442,1,1,1,1,1,0.114053294,0.403389722,0.092829756,1,1,1,1,1,0.061868861,0.513354957,0.176666498,1,1,1,1,1,0.515562952,0.306327373,0.615756404,0.61582399,0.616134752
-3474,1,0.5337,1,1,1,1,1,1,1,1,0.1098,0.5337,0.0488,1,0.3651,1,1,1,1,1,1,0.0749,0.3651,0.0732,1,0.6131,1,1,1,0.358,0.6131,0.0591,1,1,1,1,1,0.127998903,0.22100696,0.117127135,1,1,1,1,1,0.085354745,0.28799805,0.125957608,1,1,1,1,1,0.495559037,0.070040196,0.604639923,0.604823355,0.605053191
-3475,1,0.5332,1,1,1,1,1,1,1,1,0.1264,0.5332,0,1,0.365,1,1,1,1,1,1,0.0365,0.365,0,1,0.6131,1,1,1,0.4554,0.6131,0,1,1,1,1,1,0.103152841,0,0.117953621,1,1,1,1,1,0.060099483,0,0.039143719,1,1,1,1,1,0.6747877,0,0.595275495,0.595303575,0.595301418
-3476,1,0.5327,1,1,1,1,1,1,1,1,0.1441,0.5327,0,1,0.3648,1,1,1,1,1,1,0.0602,0.3648,0,1,0.6131,1,1,1,0.455,0.6131,0,1,1,1,1,1,0.143746465,0,0.147683203,1,1,1,1,1,0.090489812,0,0.059764139,1,1,1,1,1,0.623450279,0,0.603129531,0.60313095,0.603280142
-3477,1,0.5322,1,1,1,1,1,1,1,1,0.1966,0.5322,0,1,0.3647,1,1,1,1,1,1,0.0289,0.3647,0,1,0.6131,1,1,1,0.3671,0.6131,0,1,1,1,1,1,0.192906633,0,0.373705029,1,1,1,1,1,0.039535411,0,0.138283253,1,1,1,1,1,0.560451567,0,0.585850652,0.585783795,0.585992908
-3478,1,0.5316,1,1,1,1,1,1,1,1,0.1432,0.5316,0,1,0.3645,1,1,1,1,1,1,0.0601,0.3645,0,1,0.6131,1,1,1,0.3246,0.6131,0,1,1,1,1,1,0.18569909,0,0.575402319,1,1,1,1,1,0.076915391,0,0.194575399,1,1,1,1,1,0.552035093,0,0.539088932,0.539031098,0.539007092
-3479,1,0.5311,1,1,1,1,1,1,1,1,0.1587,0.5311,0,1,0.3643,1,1,1,1,1,1,0.0983,0.3643,0,1,0.6131,1,1,1,0.3508,0.6131,0,1,1,1,1,1,0.17065762,0,0.666500807,1,1,1,1,1,0.12334802,0,0.305845827,1,1,1,1,1,0.653798878,0,0.48622523,0.486143431,0.486258865
-3480,1,0.5306,1,1,1,1,1,1,1,1,0.2148,0.5306,0,1,0.3642,1,1,1,1,1,1,0.1068,0.3642,0,1,0.6131,1,1,1,0.3604,0.6131,0,1,1,1,1,1,0.201032296,0,0.954202414,1,1,1,1,1,0.123919778,0,0.3628833,1,1,1,1,1,0.672906995,0,0.4459884,0.445948805,0.445921986
-3481,1,0.5301,1,1,1,1,1,1,1,1,0.2955,0.5301,0,1,0.364,1,1,1,1,1,1,0.1037,0.364,0,1,0.6132,1,1,1,0.3634,0.6132,0,1,1,1,1,1,0.236418411,0,0.979016721,1,1,1,1,1,0.103414245,0,0.396931976,1,1,1,1,1,0.68204242,0,0.421640889,0.421832029,0.421985816
-3482,1,0.5296,1,1,1,1,1,1,1,1,0.332,0.5296,0,1,0.3639,1,1,1,1,1,1,0.0938,0.3639,0,1,0.6132,1,1,1,0.3532,0.6132,0,1,1,1,1,1,0.301238269,0,0.955985069,1,1,1,1,1,0.089088917,0,0.432177484,1,1,1,1,1,0.731578231,0,0.406839053,0.406811931,0.406914894
-3483,1,0.5291,1,1,1,1,1,1,1,1,0.4087,0.5291,0,1,0.3637,1,1,1,1,1,1,0.1876,0.3637,0,1,0.6132,1,1,1,0.2717,0.6132,0,1,1,1,1,1,0.39020884,0,0.993632317,1,1,1,1,1,0.210339248,0,0.387375653,1,1,1,1,1,0.558156729,0,0.399347511,0.399407658,0.399379433
-3484,1,0.5286,1,1,1,1,1,1,1,1,0.349,0.5286,0,1,0.3636,1,1,1,1,1,1,0.1478,0.3636,0,1,0.6132,1,1,1,0.2064,0.6132,0,1,1,1,1,1,0.380123615,0,0.918339968,1,1,1,1,1,0.176655948,0,0.334295839,1,1,1,1,1,0.441318661,0,0.400253746,0.400253861,0.400265957
-3485,1,0.5281,1,1,1,1,1,1,1,1,0.1797,0.5281,0.026,1,0.3634,1,1,1,1,1,1,0.1886,0.3634,0.0121,1,0.6132,1,1,1,0.1902,0.6132,0.0409,1,1,1,1,1,0.235861972,0.049373325,0.466329932,1,1,1,1,1,0.192031875,0.022724975,0.339601845,1,1,1,1,1,0.45386827,0.152818382,0.406295312,0.406177279,0.406471631
-3486,1,0.5276,1,1,1,1,1,1,1,1,0.1659,0.5276,0.1018,1,0.3632,1,1,1,1,1,1,0.1399,0.3632,0.13,1,0.6132,1,1,1,0.1876,0.6132,0.0873,1,1,1,1,1,0.183815897,0.458189815,0.338065684,1,1,1,1,1,0.108884692,0.487261832,0.352346092,1,1,1,1,1,0.440796673,0.420681775,0.429494925,0.429659403,0.429521277
-3487,1,0.5271,1,1,1,1,1,1,1,1,0.1331,0.5271,0.2433,1,0.3631,1,1,1,1,1,1,0.0987,0.3631,0.2585,1,0.6132,1,1,1,0.0837,0.6132,0.1897,1,1,1,1,1,0.089953057,0.603047132,0.594026804,1,1,1,1,1,0.081454344,0.610282898,0.403067827,1,1,1,1,1,0.192150861,0.466695249,0.47341711,0.473450391,0.473404255
-3488,1,0.5266,1,1,1,1,1,1,1,1,0.128,0.5266,0.3818,1,0.3629,1,1,1,1,1,1,0.0154,0.3629,0.3965,1,0.6132,1,1,1,0.0755,0.6132,0.3086,1,1,1,1,1,0.054063726,0.670013547,0.604393601,1,1,1,1,1,0.015007132,0.726192355,0.381297648,1,1,1,1,1,0.196360469,0.658982933,0.525132914,0.525068754,0.525265957
-3489,1,0.5261,1,1,1,1,1,1,1,1,0.0712,0.5261,0.4982,1,0.3628,1,1,1,1,1,1,0.0061,0.3628,0.4937,1,0.6132,1,1,1,0.0858,0.6132,0.3997,1,1,1,1,1,0.020784948,0.770968735,0.401578367,1,1,1,1,1,0.012040151,0.772229612,0.591825485,1,1,1,1,1,0.164881259,0.673514366,0.567363461,0.567378887,0.567375887
-3490,1,0.5256,1,1,1,1,1,1,1,1,0.0862,0.5256,0.5353,1,0.3626,1,1,1,1,1,1,0.0043,0.3626,0.5335,1,0.6132,1,1,1,0.0808,0.6132,0.5139,1,1,1,1,1,0.016812757,0.697871029,0.580888927,1,1,1,1,1,0.009310487,0.794491172,0.598218679,1,1,1,1,1,0.114012696,0.597352087,0.596483809,0.596572879,0.596631206
-3491,1,0.5251,1,1,1,1,1,1,1,1,0.1196,0.5251,0.5261,1,0.3624,1,1,1,1,1,1,0.0594,0.3624,0.539,1,0.6132,1,1,1,0.1086,0.6132,0.582,1,1,1,1,1,0.068726256,0.74565649,0.828314841,1,1,1,1,1,0.043812402,0.794821799,0.682179809,1,1,1,1,1,0.129964679,0.606385469,0.615152247,0.615189338,0.615248227
-3492,1,0.5246,1,1,1,1,1,1,1,1,0.1109,0.5246,0.5122,1,0.3623,1,1,1,1,1,1,0.0492,0.3623,0.5061,1,0.6132,1,1,1,0.2391,0.6132,0.6627,1,1,1,1,1,0.071737021,0.684711933,0.73906374,1,1,1,1,1,0.039249744,0.753941178,0.780026495,1,1,1,1,1,0.252119541,0.737015903,0.626329145,0.626401523,0.62677305
-3493,1,0.5241,1,1,1,1,1,1,1,1,0.1518,0.5241,0.6212,1,0.3621,1,1,1,1,1,1,0.0035,0.3621,0.6245,1,0.6132,1,1,1,0.277,0.6132,0.7799,1,1,1,1,1,0.073892027,0.868428469,1,1,1,1,1,1,0.011705987,0.874346673,1,1,1,1,1,1,0.298006117,0.994849503,0.629954084,0.629786334,0.630319149
-3494,1,0.5236,1,1,1,1,1,1,1,1,0.1656,0.5236,0.4165,1,0.362,1,1,1,1,1,1,0.0012,0.362,0.3972,1,0.6132,1,1,1,0.2761,0.6132,0.5856,1,1,1,1,1,0.059361372,0.639644206,0.995629609,1,1,1,1,1,0.015990097,0.549309194,0.671295524,1,1,1,1,1,0.283086956,0.914367557,0.632310295,0.632324942,0.632535461
-3495,1,0.5231,1,1,1,1,1,1,1,1,0.2013,0.5231,0.3874,1,0.3618,1,1,1,1,1,1,0.0066,0.3618,0.3532,1,0.6132,1,1,1,0.347,0.6132,0.4619,1,1,1,1,1,0.084108204,0.702865779,0.998854637,1,1,1,1,1,0.028533269,0.520966053,0.786381781,1,1,1,1,1,0.340696096,0.89767617,0.632310295,0.632324942,0.632535461
-3496,1,0.5226,1,1,1,1,1,1,1,1,0.1814,0.5226,0.2828,1,0.3617,1,1,1,1,1,1,0,0.3617,0.2343,1,0.6132,1,1,1,0.4828,0.6132,0.3078,1,1,1,1,1,0.061644688,0.633072138,0.977961302,1,1,1,1,1,0.015878014,0.335467786,0.738582492,1,1,1,1,1,0.539063334,0.852163374,0.636781054,0.636767506,0.636968085
-3497,1,0.5221,1,1,1,1,1,1,1,1,0.175,0.5221,0.1567,1,0.3615,1,1,1,1,1,1,0.044,0.3615,0.1124,1,0.6132,1,1,1,0.3649,0.6132,0.1234,1,1,1,1,1,0.08750321,0.476917624,0.963040888,1,1,1,1,1,0.057438612,0.174902946,0.750400543,1,1,1,1,1,0.430850416,0.733914018,0.636781054,0.636767506,0.636968085
-3498,1,0.5215,1,1,1,1,1,1,1,1,0.2286,0.5215,0.0604,1,0.3613,1,1,1,1,1,1,0.0109,0.3613,0.0397,1,0.6132,1,1,1,0.2706,0.6132,0.0769,1,1,1,1,1,0.110712282,0.242785856,1,1,1,1,1,1,0.082583472,0.041037187,1,1,1,1,1,1,0.307669967,0.490603566,0.627899952,0.627882378,0.628102837
-3499,1,0.521,1,1,1,1,1,1,1,1,0.0939,0.521,0.0018,1,0.3612,1,1,1,1,1,1,0.0113,0.3612,0,1,0.6132,1,1,1,0.2094,0.6132,0.0408,1,1,1,1,1,0.062685139,0,0.791789591,1,1,1,1,1,0.030916506,0,0.591982543,1,1,1,1,1,0.280342638,0,0.616179314,0.616247091,0.616134752
-3500,1,0.5205,1,1,1,1,1,1,1,1,0.1196,0.5205,0,1,0.361,1,1,1,1,1,1,0.0207,0.361,0,1,0.6132,1,1,1,0.2086,0.6132,0,1,1,1,1,1,0.079687506,0,0.690502524,1,1,1,1,1,0.035293765,0,0.387329578,1,1,1,1,1,0.32381013,0,0.622100048,0.62217051,0.622340426
-3501,1,0.52,1,1,1,1,1,1,1,1,0.1163,0.52,0,1,0.3609,1,1,1,1,1,1,0.0913,0.3609,0,1,0.6132,1,1,1,0.2564,0.6132,0,1,1,1,1,1,0.209309652,0,0.371470213,1,1,1,1,1,0.118508779,0,0.186375141,1,1,1,1,1,0.345559239,0,0.604519091,0.604611805,0.604609929
-3502,1,0.5195,1,1,1,1,1,1,1,1,0.1461,0.5195,0,1,0.3607,1,1,1,1,1,1,0.2797,0.3607,0,1,0.6132,1,1,1,0.3102,0.6132,0,1,1,1,1,1,0.347161263,0,0.235487819,1,1,1,1,1,0.293499112,0,0.287831694,1,1,1,1,1,0.48878479,0,0.554917835,0.554897398,0.554964539
-3503,1,0.519,1,1,1,1,1,1,1,1,0.2864,0.519,0,1,0.3605,1,1,1,1,1,1,0.5674,0.3605,0,1,0.6132,1,1,1,0.3171,0.6132,0,1,1,1,1,1,0.426779628,0,0.24946785,1,1,1,1,1,0.531790853,0,0.560889304,1,1,1,1,1,0.432373047,0,0.501510391,0.50158663,0.50177305
-3504,1,0.5185,1,1,1,1,1,1,1,1,0.2711,0.5185,0,1,0.3604,1,1,1,1,1,1,0.2931,0.3604,0,1,0.6132,1,1,1,0.1866,0.6132,0,1,1,1,1,1,0.34032023,0,0.653070331,1,1,1,1,1,0.393169761,0,0.617837012,1,1,1,1,1,0.343333662,0,0.457044466,0.456949439,0.457003546
-3505,1,0.518,1,1,1,1,1,1,1,1,0.1829,0.518,0,1,0.3602,1,1,1,1,1,1,0.2742,0.3602,0,1,0.6133,1,1,1,0.1478,0.6133,0,1,1,1,1,1,0.209819674,0,0.869526088,1,1,1,1,1,0.371684939,0,0.72388792,1,1,1,1,1,0.284313917,0,0.428407443,0.428390099,0.428191489
-3506,1,0.5175,1,1,1,1,1,1,1,1,0.1844,0.5175,0,1,0.3601,1,1,1,1,1,1,0.5432,0.3601,0,1,0.6133,1,1,1,0.1773,0.6133,0,1,1,1,1,1,0.228416383,0,0.928739488,1,1,1,1,1,0.457418025,0,0.751158357,1,1,1,1,1,0.241683677,0,0.409255679,0.409138989,0.409131206
-3507,1,0.517,1,1,1,1,1,1,1,1,0.2522,0.517,0,1,0.3599,1,1,1,1,1,1,0.33,0.3599,0,1,0.6133,1,1,1,0.1432,0.6133,0,1,1,1,1,1,0.207252786,0,0.845790386,1,1,1,1,1,0.43018651,0,0.829544604,1,1,1,1,1,0.22548914,0,0.397655872,0.397715253,0.397606383
-3508,1,0.5165,1,1,1,1,1,1,1,1,0.2607,0.5165,0,1,0.3598,1,1,1,1,1,1,0.2193,0.3598,0,1,0.6133,1,1,1,0.1329,0.6133,0,1,1,1,1,1,0.195063695,0,0.479269803,1,1,1,1,1,0.330451816,0,0.775633276,1,1,1,1,1,0.221389621,0,0.392278879,0.392214935,0.392287234
-3509,1,0.516,1,1,1,1,1,1,1,1,0.2212,0.516,0.0973,1,0.3596,1,1,1,1,1,1,0.2581,0.3596,0.0752,1,0.6133,1,1,1,0.0723,0.6133,0.059,1,1,1,1,1,0.195275858,0.248310834,0.218139723,1,1,1,1,1,0.33224842,0.115721382,0.579433203,1,1,1,1,1,0.13964197,0.231346115,0.386237313,0.386291517,0.38608156
-3510,1,0.5155,1,1,1,1,1,1,1,1,0.1456,0.5155,0.1144,1,0.3594,1,1,1,1,1,1,0.164,0.3594,0.138,1,0.6133,1,1,1,0.0453,0.6133,0.1168,1,1,1,1,1,0.109856687,0.525692761,0.150333703,1,1,1,1,1,0.206480548,0.31754446,0.140880883,1,1,1,1,1,0.076125711,0.655412436,0.399830836,0.399830759,0.399822695
-3511,1,0.515,1,1,1,1,1,1,1,1,0.0674,0.515,0.2496,1,0.3593,1,1,1,1,1,1,0.0309,0.3593,0.2598,1,0.6133,1,1,1,0.0091,0.6133,0.2575,1,1,1,1,1,0.020254515,0.707271993,0.119932413,1,1,1,1,1,0.052579988,0.485493958,0.044088483,1,1,1,1,1,0.006525885,0.772856474,0.434630256,0.434736619,0.434840426
-3512,1,0.5145,1,1,1,1,1,1,1,1,0.0287,0.5145,0.4063,1,0.3591,1,1,1,1,1,1,0,0.3591,0.4016,1,0.6133,1,1,1,0.0063,0.6133,0.416,1,1,1,1,1,0.006522118,0.818332374,0.115701422,1,1,1,1,1,0.002567487,0.668443859,0.057944506,1,1,1,1,1,0.002153539,0.882645607,0.478250362,0.478316057,0.478280142
-3513,1,0.514,1,1,1,1,1,1,1,1,0.0344,0.514,0.5217,1,0.359,1,1,1,1,1,1,0,0.359,0.5187,1,0.6133,1,1,1,0.0061,0.6133,0.5489,1,1,1,1,1,0.00640721,0.858387113,0.094033748,1,1,1,1,1,0.001303967,0.821421921,0.033942148,1,1,1,1,1,0.001924694,0.91635406,0.516916385,0.516818278,0.516843972
-3514,1,0.5135,1,1,1,1,1,1,1,1,0.0279,0.5135,0.6837,1,0.3588,1,1,1,1,1,1,0,0.3588,0.6685,1,0.6133,1,1,1,0.0053,0.6133,0.7417,1,1,1,1,1,0.005469657,0.990906656,0.089679062,1,1,1,1,1,0.002256513,0.980414927,0.069912314,1,1,1,1,1,0.009007787,1,0.541868052,0.541781257,0.542109929
-3515,1,0.513,1,1,1,1,1,1,1,1,0.0209,0.513,0.6141,1,0.3586,1,1,1,1,1,1,0,0.3586,0.5887,1,0.6133,1,1,1,0.0099,0.6133,0.6676,1,1,1,1,1,0.005807847,0.866961598,0.052571714,1,1,1,1,1,0.000736253,0.781377852,0.003317539,1,1,1,1,1,0.006347829,0.915979266,0.558724021,0.55870531,0.558953901
-3516,1,0.5125,1,1,1,1,1,1,1,1,0.0305,0.5125,0.6254,1,0.3585,1,1,1,1,1,1,0,0.3585,0.5841,1,0.6133,1,1,1,0.0158,0.6133,0.61,1,1,1,1,1,0.009198739,0.88501215,0.048186928,1,1,1,1,1,0.002049996,0.801012933,0,1,1,1,1,1,0.028446689,0.920965672,0.568753021,0.568648191,0.568705674
-3517,1,0.5119,1,1,1,1,1,1,1,1,0.0314,0.5119,0.6295,1,0.3583,1,1,1,1,1,1,0,0.3583,0.5947,1,0.6133,1,1,1,0.017,0.6133,0.527,1,1,1,1,1,0.010839716,0.867754877,0.028566901,1,1,1,1,1,0.006953634,0.824292362,0.009132199,1,1,1,1,1,0.045451026,0.90958482,0.570323828,0.570340597,0.570478723
-3518,1,0.5114,1,1,1,1,1,1,1,1,0.0375,0.5114,0.5713,1,0.3582,1,1,1,1,1,1,0.0108,0.3582,0.5658,1,0.6133,1,1,1,0.0292,0.6133,0.4364,1,1,1,1,1,0.029926123,0.866189599,0.090105362,1,1,1,1,1,0.019025767,0.844137788,0.069604456,1,1,1,1,1,0.042708278,0.542909801,0.571532141,0.571609901,0.571808511
-3519,1,0.5109,1,1,1,1,1,1,1,1,0.0911,0.5109,0.4664,1,0.358,1,1,1,1,1,1,0.0329,0.358,0.4846,1,0.6133,1,1,1,0.015,0.6133,0.4434,1,1,1,1,1,0.054838117,0.855623722,0.175722048,1,1,1,1,1,0.048079811,0.831098139,0.020941624,1,1,1,1,1,0.044498995,0.443953484,0.574552924,0.57457161,0.574468085
-3520,1,0.5104,1,1,1,1,1,1,1,1,0.1296,0.5104,0.3225,1,0.3578,1,1,1,1,1,1,0.0352,0.3578,0.357,1,0.6133,1,1,1,0.0328,0.6133,0.29,1,1,1,1,1,0.07538908,0.792096496,0.200383514,1,1,1,1,1,0.069456629,0.765474975,0.040855758,1,1,1,1,1,0.071649931,0.638964295,0.579990333,0.579860377,0.580230496
-3521,1,0.5099,1,1,1,1,1,1,1,1,0.1024,0.5099,0.1542,1,0.3577,1,1,1,1,1,1,0.0063,0.3577,0.1974,1,0.6133,1,1,1,0.0373,0.6133,0.1523,1,1,1,1,1,0.08161626,0.6482867,0.156256527,1,1,1,1,1,0.038182136,0.617378116,0.041342147,1,1,1,1,1,0.087772548,0.638399243,0.58240696,0.582398985,0.582446809
-3522,1,0.5094,1,1,1,1,1,1,1,1,0.0762,0.5094,0.0734,1,0.3575,1,1,1,1,1,1,0.0553,0.3575,0.0874,1,0.6133,1,1,1,0.0424,0.6133,0.0676,1,1,1,1,1,0.07382483,0.326692373,0.046422366,1,1,1,1,1,0.084147491,0.315512568,0.045055497,1,1,1,1,1,0.085680999,0.305667967,0.573042533,0.573090755,0.573138298
-3523,1,0.5089,1,1,1,1,1,1,1,1,0.104,0.5089,0,1,0.3574,1,1,1,1,1,1,0.0847,0.3574,0,1,0.6133,1,1,1,0.0541,0.6133,0,1,1,1,1,1,0.161338687,0,0.067104608,1,1,1,1,1,0.132098615,0,0.146847129,1,1,1,1,1,0.085918419,0,0.562167714,0.562090121,0.562056738
-3524,1,0.5084,1,1,1,1,1,1,1,1,0.1042,0.5084,0,1,0.3572,1,1,1,1,1,1,0.1265,0.3572,0,1,0.6133,1,1,1,0.04,0.6133,0,1,1,1,1,1,0.15919514,0,0.039689653,1,1,1,1,1,0.163268238,0,0.123765454,1,1,1,1,1,0.058647409,0,0.57280087,0.572667654,0.573138298
-3525,1,0.5079,1,1,1,1,1,1,1,1,0.087,0.5079,0,1,0.3571,1,1,1,1,1,1,0.1107,0.3571,0,1,0.6133,1,1,1,0.0466,0.6133,0,1,1,1,1,1,0.108535185,0,0.065212756,1,1,1,1,1,0.142740086,0,0.338499755,1,1,1,1,1,0.067917563,0,0.561080232,0.561032367,0.561170213
-3526,1,0.5074,1,1,1,1,1,1,1,1,0.0581,0.5074,0,1,0.3569,1,1,1,1,1,1,0.1212,0.3569,0,1,0.6133,1,1,1,0.0512,0.6133,0,1,1,1,1,1,0.071472719,0,0.217857033,1,1,1,1,1,0.138909176,0,0.244642153,1,1,1,1,1,0.092894673,0,0.522353794,0.522318595,0.522606383
-3527,1,0.5069,1,1,1,1,1,1,1,1,0.0925,0.5069,0,1,0.3567,1,1,1,1,1,1,0.2,0.3567,0,1,0.6133,1,1,1,0.0627,0.6133,0,1,1,1,1,1,0.111822933,0,0.349852622,1,1,1,1,1,0.214631125,0,0.414055526,1,1,1,1,1,0.148355186,0,0.476739971,0.476835202,0.476950355
-3528,1,0.5064,1,1,1,1,1,1,1,1,0.0786,0.5064,0,1,0.3566,1,1,1,1,1,1,0.1856,0.3566,0,1,0.6134,1,1,1,0.0398,0.6134,0,1,1,1,1,1,0.110325836,0,0.327212632,1,1,1,1,1,0.184857607,0,0.563972533,1,1,1,1,1,0.099001825,0,0.440188497,0.440236937,0.440159574
-3529,1,0.5059,1,1,1,1,1,1,1,1,0.0609,0.5059,0,1,0.3564,1,1,1,1,1,1,0.1325,0.3564,0,1,0.6134,1,1,1,0.0292,0.6134,0,1,1,1,1,1,0.093629137,0,0.378330529,1,1,1,1,1,0.166632116,0,0.674354196,1,1,1,1,1,0.125508308,0,0.416082649,0.416120161,0.416223404
-3530,1,0.5054,1,1,1,1,1,1,1,1,0.0554,0.5054,0,1,0.3563,1,1,1,1,1,1,0.1046,0.3563,0,1,0.6134,1,1,1,0.0325,0.6134,0,1,1,1,1,1,0.047552854,0,0.675056875,1,1,1,1,1,0.142442837,0,0.82370317,1,1,1,1,1,0.152086809,0,0.402549541,0.402580918,0.402925532
-3531,1,0.5049,1,1,1,1,1,1,1,1,0.0389,0.5049,0,1,0.3561,1,1,1,1,1,1,0.0672,0.3561,0,1,0.6134,1,1,1,0.0299,0.6134,0,1,1,1,1,1,0.035386208,0,0.779412627,1,1,1,1,1,0.093350187,0,1,1,1,1,1,1,0.082653493,0,0.395903818,0.395811297,0.395833333
-3532,1,0.5044,1,1,1,1,1,1,1,1,0.0278,0.5044,0,1,0.3559,1,1,1,1,1,1,0.043,0.3559,0,1,0.6134,1,1,1,0.0299,0.6134,0,1,1,1,1,1,0.044179618,0,0.970574141,1,1,1,1,1,0.075678729,0,1,1,1,1,1,1,0.051712863,0,0.396749638,0.39686905,0.396719858
-3533,1,0.5039,1,1,1,1,1,1,1,1,0.0018,0.5039,0.0359,1,0.3558,1,1,1,1,1,1,0.046,0.3558,0.0118,1,0.6134,1,1,1,0.0385,0.6134,0.0436,1,1,1,1,1,0.050887093,0.096717402,0.811164498,1,1,1,1,1,0.057695933,0.069058806,1,1,1,1,1,1,0.053232022,0.136604279,0.400495408,0.400676962,0.40070922
-3534,1,0.5034,1,1,1,1,1,1,1,1,0.0034,0.5034,0.1068,1,0.3556,1,1,1,1,1,1,0.005,0.3556,0.1206,1,0.6134,1,1,1,0.0259,0.6134,0.1378,1,1,1,1,1,0.011802151,0.445279241,0.798115969,1,1,1,1,1,0.012516349,0.452267677,0.873755574,1,1,1,1,1,0.056437861,0.427904367,0.418861769,0.418870319,0.418882979
-3535,1,0.5029,1,1,1,1,1,1,1,1,0.0048,0.5029,0.2425,1,0.3555,1,1,1,1,1,1,0,0.3555,0.2677,1,0.6134,1,1,1,0.0286,0.6134,0.248,1,1,1,1,1,0.010198699,0.683956683,0.860122561,1,1,1,1,1,0,0.708063066,0.443921745,1,1,1,1,1,0.056191221,0.709809661,0.456440309,0.456526338,0.456560284
-3536,1,0.5023,1,1,1,1,1,1,1,1,0.0012,0.5023,0.3923,1,0.3553,1,1,1,1,1,1,0,0.3553,0.4168,1,0.6134,1,1,1,0.0205,0.6134,0.3691,1,1,1,1,1,0.002185003,0.78157872,0.587973356,1,1,1,1,1,4.14E-06,0.817111433,0.803598762,1,1,1,1,1,0.017246963,0.820502579,0.507068632,0.507086947,0.507092199
-3537,1,0.5018,1,1,1,1,1,1,1,1,0.0087,0.5018,0.5074,1,0.3552,1,1,1,1,1,1,0,0.3552,0.5283,1,0.6134,1,1,1,0.0351,0.6134,0.4759,1,1,1,1,1,0.003054135,0.843060255,0.593473434,1,1,1,1,1,0,0.858579099,0.628719926,1,1,1,1,1,0.012483159,0.880974174,0.549117931,0.54918553,0.549202128
-3538,1,0.5013,1,1,1,1,1,1,1,1,0.0083,0.5013,0.6026,1,0.355,1,1,1,1,1,1,0,0.355,0.6076,1,0.6134,1,1,1,0.0482,0.6134,0.47,1,1,1,1,1,0.001627549,0.880451083,0.41860193,1,1,1,1,1,0.000109725,0.877711236,0.17581363,1,1,1,1,1,0.018060023,0.881064296,0.581138231,0.581129681,0.581117021
-3539,1,0.5008,1,1,1,1,1,1,1,1,0.0145,0.5008,0.6293,1,0.3548,1,1,1,1,1,1,0,0.3548,0.6221,1,0.6134,1,1,1,0.0367,0.6134,0.521,1,1,1,1,1,0.002265822,0.880549073,0.187907904,1,1,1,1,1,0.002390011,0.876857698,0.130292937,1,1,1,1,1,0.002811063,0.880626678,0.605062832,0.605034906,0.605496454
-3540,1,0.5003,1,1,1,1,1,1,1,1,0.0189,0.5003,0.6032,1,0.3547,1,1,1,1,1,1,0,0.3547,0.5993,1,0.6134,1,1,1,0.0405,0.6134,0.5412,1,1,1,1,1,0.004129499,0.82160759,0.064052969,1,1,1,1,1,0.002647798,0.859360158,0.097917542,1,1,1,1,1,0.005518335,0.911264956,0.622160464,0.62217051,0.622340426
-3541,1,0.4998,1,1,1,1,1,1,1,1,0.0219,0.4998,0.5956,1,0.3545,1,1,1,1,1,1,0,0.3545,0.5694,1,0.6134,1,1,1,0.0526,0.6134,0.4555,1,1,1,1,1,0.007144081,0.80483216,0.088177927,1,1,1,1,1,0.004862648,0.765307426,0.012381938,1,1,1,1,1,0.051187783,0.865523696,0.628383277,0.62851703,0.628546099
-3542,1,0.4993,1,1,1,1,1,1,1,1,0.0499,0.4993,0.5497,1,0.3544,1,1,1,1,1,1,0,0.3544,0.5184,1,0.6134,1,1,1,0.1268,0.6134,0.4178,1,1,1,1,1,0.020478513,0.803928673,0.069377817,1,1,1,1,1,0.013637004,0.728534877,0.009062566,1,1,1,1,1,0.125595883,0.733185232,0.632612373,0.632748043,0.632978723
-3543,1,0.4988,1,1,1,1,1,1,1,1,0.077,0.4988,0.4475,1,0.3542,1,1,1,1,1,1,0,0.3542,0.4624,1,0.6134,1,1,1,0.2036,0.6134,0.3587,1,1,1,1,1,0.078456752,0.806182384,0.043587331,1,1,1,1,1,0.040330511,0.784437716,0.061906025,1,1,1,1,1,0.230736941,0.637027204,0.63738521,0.637613708,0.637411348
-3544,1,0.4983,1,1,1,1,1,1,1,1,0.0979,0.4983,0.3146,1,0.354,1,1,1,1,1,1,0,0.354,0.3444,1,0.6134,1,1,1,0.1319,0.6134,0.2848,1,1,1,1,1,0.145345926,0.754471779,0.033999901,1,1,1,1,1,0.068920702,0.731807947,0.021825396,1,1,1,1,1,0.1605739,0.685909629,0.646145481,0.646287286,0.646276596
-3545,1,0.4978,1,1,1,1,1,1,1,1,0.1186,0.4978,0.1529,1,0.3539,1,1,1,1,1,1,0.1888,0.3539,0.1995,1,0.6134,1,1,1,0.1342,0.6134,0.134,1,1,1,1,1,0.250567436,0.6176669,0.015773797,1,1,1,1,1,0.280011445,0.514961958,0,1,1,1,1,1,0.161806598,0.586301327,0.652549541,0.652633806,0.65248227
-3546,1,0.4973,1,1,1,1,1,1,1,1,0.1807,0.4973,0.0686,1,0.3537,1,1,1,1,1,1,0.2795,0.3537,0.0905,1,0.6134,1,1,1,0.1234,0.6134,0.0714,1,1,1,1,1,0.293726653,0.340904981,0.018532129,1,1,1,1,1,0.338294953,0.294265181,0,1,1,1,1,1,0.174860343,0.342638254,0.64517883,0.645229532,0.645390071
-3547,1,0.4968,1,1,1,1,1,1,1,1,0.0655,0.4968,0,1,0.3536,1,1,1,1,1,1,0.0233,0.3536,0,1,0.6134,1,1,1,0.176,0.6134,0,1,1,1,1,1,0.129458889,0,0.00505148,1,1,1,1,1,0.041073062,0,0,1,1,1,1,1,0.268521637,1.96E-05,0.637143548,0.637190607,0.637411348
-3548,1,0.4963,1,1,1,1,1,1,1,1,0.0918,0.4963,0,1,0.3534,1,1,1,1,1,1,0.1062,0.3534,0,1,0.6134,1,1,1,0.1566,0.6134,0,1,1,1,1,1,0.165676624,0,0.010476673,1,1,1,1,1,0.148222417,0,0.053382203,1,1,1,1,1,0.233442634,0,0.645843403,0.645864184,0.645833333
-3549,1,0.4958,1,1,1,1,1,1,1,1,0.0698,0.4958,0,1,0.3533,1,1,1,1,1,1,0.222,0.3533,0,1,0.6134,1,1,1,0.1314,0.6134,0,1,1,1,1,1,0.198202223,0,0.014508187,1,1,1,1,1,0.238910809,0,0.098121732,1,1,1,1,1,0.265107542,0,0.617025133,0.617093294,0.617021277
-3550,1,0.4953,1,1,1,1,1,1,1,1,0.0486,0.4953,0,1,0.3531,1,1,1,1,1,1,0.175,0.3531,0,1,0.6134,1,1,1,0.1383,0.6134,0,1,1,1,1,1,0.161508366,0,0.045076083,1,1,1,1,1,0.196971089,0,0.138786927,1,1,1,1,1,0.306821913,0,0.554253262,0.554262746,0.554521277
-3551,1,0.4948,1,1,1,1,1,1,1,1,0.0422,0.4948,0,1,0.3529,1,1,1,1,1,1,0.1053,0.3529,0,1,0.6135,1,1,1,0.1693,0.6135,0,1,1,1,1,1,0.127100974,0,0.161075637,1,1,1,1,1,0.140977368,0,0.392001361,1,1,1,1,1,0.321119994,0,0.494139681,0.494182357,0.494237589
-3552,1,0.4943,1,1,1,1,1,1,1,1,0.0614,0.4943,0,1,0.3528,1,1,1,1,1,1,0.0802,0.3528,0,1,0.6135,1,1,1,0.1562,0.6135,0,1,1,1,1,1,0.134983927,0,0.302574456,1,1,1,1,1,0.129486099,0,0.604636133,1,1,1,1,1,0.277356297,0,0.454567424,0.454622382,0.454787234
-3553,1,0.4938,1,1,1,1,1,1,1,1,0.0586,0.4938,0,1,0.3526,1,1,1,1,1,1,0.1593,0.3526,0,1,0.6135,1,1,1,0.2077,0.6135,0,1,1,1,1,1,0.095916808,0,0.462299556,1,1,1,1,1,0.218365997,0,0.904499292,1,1,1,1,1,0.310569346,0,0.430582407,0.430717157,0.430407801
-3554,1,0.4933,1,1,1,1,1,1,1,1,0.0823,0.4933,0,1,0.3525,1,1,1,1,1,1,0.1103,0.3525,0,1,0.6135,1,1,1,0.2088,0.6135,0,1,1,1,1,1,0.096861482,0,0.473362982,1,1,1,1,1,0.161450595,0,0.891003489,1,1,1,1,1,0.33170417,0,0.417290962,0.417389465,0.417553191
-3555,1,0.4927,1,1,1,1,1,1,1,1,0.0674,0.4927,0,1,0.3523,1,1,1,1,1,1,0.0943,0.3523,0,1,0.6135,1,1,1,0.1993,0.6135,0,1,1,1,1,1,0.074121825,0,0.50206548,1,1,1,1,1,0.138166785,0,0.9489218,1,1,1,1,1,0.366298378,0,0.413786854,0.413793103,0.41356383
-3556,1,0.4922,1,1,1,1,1,1,1,1,0.054,0.4922,0,1,0.3521,1,1,1,1,1,1,0.1462,0.3521,0,1,0.6135,1,1,1,0.1675,0.6135,0,1,1,1,1,1,0.052917473,0,0.768061638,1,1,1,1,1,0.13619478,0,1,1,1,1,1,1,0.32209,0,0.422305462,0.422466681,0.422429078
-3557,1,0.4917,1,1,1,1,1,1,1,1,0.0358,0.4917,0.0148,1,0.352,1,1,1,1,1,1,0.0557,0.352,0.032,1,0.6135,1,1,1,0.2271,0.6135,0.0244,1,1,1,1,1,0.026969271,0.070500441,0.585641623,1,1,1,1,1,0.048281468,0.077097453,1,1,1,1,1,1,0.349496812,0,0.454809087,0.454833933,0.454787234
-3558,1,0.4912,1,1,1,1,1,1,1,1,0.0224,0.4912,0.1044,1,0.3518,1,1,1,1,1,1,0.0639,0.3518,0.1203,1,0.6135,1,1,1,0.201,0.6135,0.0567,1,1,1,1,1,0.030121982,0.410938352,0.758760929,1,1,1,1,1,0.065637685,0.447071463,1,1,1,1,1,1,0.321707338,0.167623729,0.526401643,0.526549609,0.526595745
-3559,1,0.4907,1,1,1,1,1,1,1,1,0.0043,0.4907,0.2411,1,0.3517,1,1,1,1,1,1,0.0155,0.3517,0.2619,1,0.6135,1,1,1,0.2613,0.6135,0.0383,1,1,1,1,1,0.017276993,0.623462379,0.729055047,1,1,1,1,1,0.011409696,0.681864798,0.816406548,1,1,1,1,1,0.494587451,0.205715001,0.591710971,0.591707214,0.591755319
-3560,1,0.4902,1,1,1,1,1,1,1,1,0.0104,0.4902,0.3853,1,0.3515,1,1,1,1,1,1,0.0232,0.3515,0.4121,1,0.6135,1,1,1,0.2085,0.6135,0.1539,1,1,1,1,1,0.005447025,0.731657028,0.50614059,1,1,1,1,1,0.015683249,0.797211289,0.365352094,1,1,1,1,1,0.266718864,0.340459406,0.6300145,0.629997884,0.630319149
-3561,1,0.4897,1,1,1,1,1,1,1,1,0.0119,0.4897,0.5037,1,0.3514,1,1,1,1,1,1,0.0305,0.3514,0.5289,1,0.6135,1,1,1,0.1263,0.6135,0.2423,1,1,1,1,1,0.008583868,0.81203258,0.562331557,1,1,1,1,1,0.020236006,0.851493597,0.415123314,1,1,1,1,1,0.250760853,0.418974966,0.660886902,0.660884282,0.660904255
-3562,1,0.4892,1,1,1,1,1,1,1,1,0.0461,0.4892,0.5908,1,0.3512,1,1,1,1,1,1,0.0417,0.3512,0.6104,1,0.6135,1,1,1,0.203,0.6135,0.4239,1,1,1,1,1,0.038597256,0.856958032,0.994569004,1,1,1,1,1,0.038675472,0.879827023,0.959577799,1,1,1,1,1,0.271708995,0.531847715,0.690309328,0.690501375,0.690159574
-3563,1,0.4887,1,1,1,1,1,1,1,1,0.0496,0.4887,0.6139,1,0.351,1,1,1,1,1,1,0.0412,0.351,0.6329,1,0.6135,1,1,1,0.257,0.6135,0.5109,1,1,1,1,1,0.031461589,0.872548461,1,1,1,1,1,1,0.049061257,0.886400044,1,1,1,1,1,1,0.207245737,0.641080022,0.71520058,0.715464354,0.715425532
-3564,1,0.4882,1,1,1,1,1,1,1,1,0.0671,0.4882,0.6184,1,0.3509,1,1,1,1,1,1,0.0313,0.3509,0.6364,1,0.6135,1,1,1,0.1599,0.6135,0.5668,1,1,1,1,1,0.045831367,0.872018576,1,1,1,1,1,1,0.082603991,0.886848688,1,1,1,1,1,1,0.148514807,0.76868546,0.733204447,0.73344616,0.733599291
-3565,1,0.4877,1,1,1,1,1,1,1,1,0.1359,0.4877,0.7381,1,0.3507,1,1,1,1,1,1,0.2037,0.3507,0.7612,1,0.6135,1,1,1,0.1744,0.6135,0.6953,1,1,1,1,1,0.121270075,1,1,1,1,1,1,1,0.234823585,1,1,1,1,1,1,1,0.189844504,0.981084824,0.748912518,0.74910091,0.749113475
-3566,1,0.4872,1,1,1,1,1,1,1,1,0.2853,0.4872,0.5381,1,0.3506,1,1,1,1,1,1,0.5795,0.3506,0.568,1,0.6135,1,1,1,0.2001,0.6135,0.4214,1,1,1,1,1,0.324162006,0.805744886,1,1,1,1,1,1,0.571432233,0.795587182,1,1,1,1,1,1,0.236119002,0.775294781,0.754893668,0.755024328,0.755319149
-3567,1,0.4867,1,1,1,1,1,1,1,1,0.3985,0.4867,0.4411,1,0.3504,1,1,1,1,1,1,0.8316,0.3504,0.4747,1,0.6135,1,1,1,0.1687,0.6135,0.2961,1,1,1,1,1,0.344619453,0.713221431,1,1,1,1,1,1,0.748876095,0.724183679,1,1,1,1,1,1,0.27526775,0.458135545,0.762324795,0.762428602,0.762411348
-3568,1,0.4862,1,1,1,1,1,1,1,1,0.3226,0.4862,0.2971,1,0.3502,1,1,1,1,1,1,0.5426,0.3502,0.3364,1,0.6135,1,1,1,0.1926,0.6135,0.106,1,1,1,1,1,0.163874745,0.565094471,1,1,1,1,1,1,0.569252372,0.490527153,1,1,1,1,1,1,0.332711935,0.194451988,0.767701788,0.767717368,0.768173759
-3569,1,0.4857,1,1,1,1,1,1,1,1,0.2602,0.4857,0.1374,1,0.3501,1,1,1,1,1,1,0.2145,0.3501,0.1676,1,0.6135,1,1,1,0.1851,0.6135,0.0548,1,1,1,1,1,0.168310583,0.339601398,1,1,1,1,1,1,0.254812121,0.335416704,1,1,1,1,1,1,0.260572493,0.034248512,0.761962301,0.7620055,0.761968085
-3570,1,0.4852,1,1,1,1,1,1,1,1,0.1575,0.4852,0.0379,1,0.3499,1,1,1,1,1,1,0.1054,0.3499,0.0514,1,0.6135,1,1,1,0.2073,0.6135,0.0016,1,1,1,1,1,0.095797844,0.07388413,1,1,1,1,1,1,0.114533648,0.114983805,1,1,1,1,1,1,0.236689717,0,0.741360561,0.741485086,0.741578014
-3571,1,0.4847,1,1,1,1,1,1,1,1,0.0595,0.4847,0,1,0.3498,1,1,1,1,1,1,0.0148,0.3498,0,1,0.6135,1,1,1,0.1577,0.6135,0,1,1,1,1,1,0.026433082,0,1,1,1,1,1,1,0.051009551,0,1,1,1,1,1,1,0.171446875,0,0.725894152,0.726041887,0.72606383
-3572,1,0.4842,1,1,1,1,1,1,1,1,0.1047,0.4842,0,1,0.3496,1,1,1,1,1,1,0.2086,0.3496,0,1,0.6135,1,1,1,0.1903,0.6135,0,1,1,1,1,1,0.031283509,0,0.989433348,1,1,1,1,1,0.247665733,0,1,1,1,1,1,1,0.258566171,0,0.716348478,0.716522107,0.716755319
-3573,1,0.4837,1,1,1,1,1,1,1,1,0.2137,0.4837,0,1,0.3494,1,1,1,1,1,1,0,0.3494,0,1,0.6135,1,1,1,0.2456,0.6135,0,1,1,1,1,1,0.141787693,0,1,1,1,1,1,1,0.07560759,0,1,1,1,1,1,1,0.416303754,0,0.664934751,0.664903744,0.664893617
-3574,1,0.4831,1,1,1,1,1,1,1,1,0.1181,0.4831,0,1,0.3493,1,1,1,1,1,1,0.0896,0.3493,0,1,0.6136,1,1,1,0.1519,0.6136,0,1,1,1,1,1,0.124550261,0,1,1,1,1,1,1,0.125292331,0,0.97251153,1,1,1,1,1,0.269533306,0,0.594852586,0.594880474,0.594858156
-3575,1,0.4826,1,1,1,1,1,1,1,1,0.081,0.4826,0,1,0.3491,1,1,1,1,1,1,0.0128,0.3491,0,1,0.6136,1,1,1,0.2199,0.6136,0,1,1,1,1,1,0.071941905,0,0.954828322,1,1,1,1,1,0.022194223,0,1,1,1,1,1,1,0.211073011,0,0.531959884,0.531838375,0.531914894
-3576,1,0.4821,1,1,1,1,1,1,1,1,0.0823,0.4821,0,1,0.349,1,1,1,1,1,1,0.0072,0.349,0,1,0.6136,1,1,1,0.1855,0.6136,0,1,1,1,1,1,0.05590377,0,0.730763555,1,1,1,1,1,0.021764979,0,0.995413661,1,1,1,1,1,0.15457876,0,0.487856452,0.487835837,0.488031915
-3577,1,0.4816,1,1,1,1,1,1,1,1,0.1181,0.4816,0,1,0.3488,1,1,1,1,1,1,0,0.3488,0,1,0.6136,1,1,1,0.1242,0.6136,0,1,1,1,1,1,0.052254882,0,1,1,1,1,1,1,0.015713951,0,1,1,1,1,1,1,0.182732388,0,0.46157564,0.461603554,0.461879433
-3578,1,0.4811,1,1,1,1,1,1,1,1,0.1527,0.4811,0,1,0.3487,1,1,1,1,1,1,0.0347,0.3487,0,1,0.6136,1,1,1,0.0603,0.6136,0,1,1,1,1,1,0.068050891,0,1,1,1,1,1,1,0.061540037,0,1,1,1,1,1,1,0.19726111,0,0.44641131,0.446583457,0.446365248
-3579,1,0.4806,1,1,1,1,1,1,1,1,0.2263,0.4806,0,1,0.3485,1,1,1,1,1,1,0.0248,0.3485,0,1,0.6136,1,1,1,0.0587,0.6136,0,1,1,1,1,1,0.132380158,0,1,1,1,1,1,1,0.042824194,0,1,1,1,1,1,1,0.18383497,0,0.440369744,0.440448487,0.440602837
-3580,1,0.4801,1,1,1,1,1,1,1,1,0.204,0.4801,0,1,0.3483,1,1,1,1,1,1,0.0544,0.3483,0,1,0.6136,1,1,1,0.0675,0.6136,0,1,1,1,1,1,0.124652833,0,1,1,1,1,1,1,0.074165821,0,1,1,1,1,1,1,0.184977099,0,0.448888352,0.448910514,0.449024823
-3581,1,0.4796,1,1,1,1,1,1,1,1,0.2219,0.4796,0.002,1,0.3482,1,1,1,1,1,1,0.0281,0.3482,0.0002,1,0.6136,1,1,1,0.0648,0.6136,0.0147,1,1,1,1,1,0.170570537,0.003178586,1,1,1,1,1,1,0.051906705,0.000125042,1,1,1,1,1,1,0.12028639,0.015197527,0.480002417,0.480008462,0.480053191
-3582,1,0.4791,1,1,1,1,1,1,1,1,0.1753,0.4791,0.1075,1,0.348,1,1,1,1,1,1,0.0282,0.348,0.1097,1,0.6136,1,1,1,0.0469,0.6136,0.1052,1,1,1,1,1,0.124947153,0.167441785,1,1,1,1,1,1,0.026179761,0.145759761,0.51885426,1,1,1,1,1,0.10415519,0.150937274,0.551232479,0.551301037,0.55141844
-3583,1,0.4786,1,1,1,1,1,1,1,1,0.0384,0.4786,0.2007,1,0.3479,1,1,1,1,1,1,0.0044,0.3479,0.2004,1,0.6136,1,1,1,0.0372,0.6136,0.1987,1,1,1,1,1,0.039014544,0.298524797,0.593866229,1,1,1,1,1,0.003811974,0.276540428,0.22970289,1,1,1,1,1,0.080116943,0.28707549,0.612554374,0.61265073,0.612588652
-3584,1,0.4781,1,1,1,1,1,1,1,1,0.0222,0.4781,0.2846,1,0.3477,1,1,1,1,1,1,0,0.3477,0.2668,1,0.6136,1,1,1,0.0498,0.6136,0.3068,1,1,1,1,1,0.025984548,0.382080019,0.370234758,1,1,1,1,1,0,0.362351686,0.035187438,1,1,1,1,1,0.105128475,0.399401307,0.64101015,0.640998519,0.641400709
-3585,1,0.4776,1,1,1,1,1,1,1,1,0.0051,0.4776,0.3183,1,0.3475,1,1,1,1,1,1,0,0.3475,0.3084,1,0.6136,1,1,1,0.0363,0.6136,0.4275,1,1,1,1,1,0.000958713,0.457785666,0.144416004,1,1,1,1,1,0,0.460772693,0,1,1,1,1,1,0.082781754,0.521990716,0.659980667,0.660038079,0.660460993
-3586,1,0.4771,1,1,1,1,1,1,1,1,0.0044,0.4771,0.3736,1,0.3474,1,1,1,1,1,1,0,0.3474,0.4055,1,0.6136,1,1,1,0.0123,0.6136,0.4821,1,1,1,1,1,0.000409772,0.555519164,0.203527361,1,1,1,1,1,0,0.569360733,0,1,1,1,1,1,0.038041174,0.566524148,0.675628323,0.675692828,0.675531915
-3587,1,0.4766,1,1,1,1,1,1,1,1,0.0054,0.4766,0.4224,1,0.3472,1,1,1,1,1,1,0,0.3472,0.4178,1,0.6136,1,1,1,0.0414,0.6136,0.5455,1,1,1,1,1,0.001427055,0.61434859,0.01457786,1,1,1,1,1,0.000145628,0.598573744,0,1,1,1,1,1,0.097164094,0.652651668,0.685173997,0.685212608,0.685283688
-3588,1,0.4761,1,1,1,1,1,1,1,1,0.0053,0.4761,0.4295,1,0.3471,1,1,1,1,1,1,0.0232,0.3471,0.422,1,0.6136,1,1,1,0.0494,0.6136,0.5476,1,1,1,1,1,0.006413298,0.59093082,0.127637714,1,1,1,1,1,0.015548449,0.57221657,0.092401564,1,1,1,1,1,0.159426495,0.644114256,0.688073949,0.688174318,0.688386525
-3589,1,0.4756,1,1,1,1,1,1,1,1,0.0075,0.4756,0.4159,1,0.3469,1,1,1,1,1,1,0.1607,0.3469,0.4159,1,0.6136,1,1,1,0.0778,0.6136,0.5293,1,1,1,1,1,0.015314573,0.559303105,0.411627948,1,1,1,1,1,0.098427951,0.530068099,0.219325662,1,1,1,1,1,0.224676102,0.606813788,0.693330111,0.693463084,0.693705674
-3590,1,0.4751,1,1,1,1,1,1,1,1,0.0119,0.4751,0.3889,1,0.3468,1,1,1,1,1,1,0.1757,0.3468,0.4302,1,0.6136,1,1,1,0.0413,0.6136,0.5193,1,1,1,1,1,0.054875229,0.599603295,0.9761011,1,1,1,1,1,0.167373911,0.685566843,0.083227761,1,1,1,1,1,0.121130861,0.574466109,0.691336394,0.691347578,0.691489362
-3591,1,0.4746,1,1,1,1,1,1,1,1,0.0246,0.4746,0.3467,1,0.3466,1,1,1,1,1,1,0.3044,0.3466,0.3795,1,0.6136,1,1,1,0.0268,0.6136,0.3997,1,1,1,1,1,0.11570403,0.582882106,0.920983315,1,1,1,1,1,0.311571509,0.667802811,0,1,1,1,1,1,0.057124626,0.599562407,0.689644756,0.689655172,0.689716312
-3592,1,0.4741,1,1,1,1,1,1,1,1,0.0292,0.4741,0.2554,1,0.3464,1,1,1,1,1,1,0.3246,0.3464,0.2824,1,0.6136,1,1,1,0.014,0.6136,0.2785,1,1,1,1,1,0.051086944,0.608874619,0.396034092,1,1,1,1,1,0.240544051,0.706816077,0.010640839,1,1,1,1,1,0.031951375,0.732347608,0.691457226,0.691559128,0.691932624
-3593,1,0.4735,1,1,1,1,1,1,1,1,0.0587,0.4735,0.1413,1,0.3463,1,1,1,1,1,1,0.04,0.3463,0.1668,1,0.6136,1,1,1,0.0155,0.6136,0.1408,1,1,1,1,1,0.10252665,0.288796395,0.02681198,1,1,1,1,1,0.087525427,0.347997516,0,1,1,1,1,1,0.027813198,0.382452756,0.687409377,0.687539666,0.687943262
-3594,1,0.473,1,1,1,1,1,1,1,1,0.0257,0.473,0.0476,1,0.3461,1,1,1,1,1,1,0.0042,0.3461,0.0622,1,0.6136,1,1,1,0.0176,0.6136,0.0709,1,1,1,1,1,0.056637146,0.081843391,0.013291403,1,1,1,1,1,0.025414973,0.183916718,0,1,1,1,1,1,0.019783616,0.210265309,0.673030449,0.67294267,0.67287234
-3595,1,0.4725,1,1,1,1,1,1,1,1,0.0246,0.4725,0,1,0.346,1,1,1,1,1,1,0,0.346,0,1,0.6136,1,1,1,0.0234,0.6136,0,1,1,1,1,1,0.046157405,0,0.013034803,1,1,1,1,1,0.006350074,0,0.002988744,1,1,1,1,1,0.008704186,0,0.662397293,0.662576687,0.662234043
-3596,1,0.472,1,1,1,1,1,1,1,1,0.0363,0.472,0,1,0.3458,1,1,1,1,1,1,0,0.3458,0,1,0.6136,1,1,1,0.0363,0.6136,0,1,1,1,1,1,0.061773781,0,0.00369045,1,1,1,1,1,0.007882418,0,0,1,1,1,1,1,0.009674998,0,0.670251329,0.670404062,0.670656028
-3597,1,0.4715,1,1,1,1,1,1,1,1,0.0671,0.4715,0,1,0.3456,1,1,1,1,1,1,0,0.3456,0,1,0.6137,1,1,1,0.0411,0.6137,0,1,1,1,1,1,0.096286289,0,0.052643508,1,1,1,1,1,0.011339388,0,0.028554451,1,1,1,1,1,0.019246452,0,0.642037216,0.642056272,0.642287234
-3598,1,0.471,1,1,1,1,1,1,1,1,0.0912,0.471,0,1,0.3455,1,1,1,1,1,1,0,0.3455,0,1,0.6137,1,1,1,0.0276,0.6137,0,1,1,1,1,1,0.147588089,0,0.040527374,1,1,1,1,1,0.003352188,0,0.036013089,1,1,1,1,1,0.032649454,0,0.577150797,0.577110218,0.57712766
-3599,1,0.4705,1,1,1,1,1,1,1,1,0.1121,0.4705,0,1,0.3453,1,1,1,1,1,1,0.0077,0.3453,0,1,0.6137,1,1,1,0.0469,0.6137,0,1,1,1,1,1,0.22943607,0,0.045700494,1,1,1,1,1,0.012609962,0,0.002971728,1,1,1,1,1,0.083014138,0,0.513895602,0.513856569,0.514184397
-3600,1,0.47,1,1,1,1,1,1,1,1,0.1116,0.47,0,1,0.3452,1,1,1,1,1,1,0.0761,0.3452,0,1,0.6137,1,1,1,0.0889,0.6137,0,1,1,1,1,1,0.265228838,0,0.044710577,1,1,1,1,1,0.080985188,0,0.022147644,1,1,1,1,1,0.135346234,0,0.467617206,0.467738523,0.467641844
-3601,1,0.4695,1,1,1,1,1,1,1,1,0.1462,0.4695,0,1,0.345,1,1,1,1,1,1,0.0834,0.345,0,1,0.6137,1,1,1,0.1575,0.6137,0,1,1,1,1,1,0.278411746,0,0.013399864,1,1,1,1,1,0.095106736,0,0.074301317,1,1,1,1,1,0.170565993,0,0.441034316,0.440871589,0.441046099
-3602,1,0.469,1,1,1,1,1,1,1,1,0.097,0.469,0,1,0.3449,1,1,1,1,1,1,0.0974,0.3449,0,1,0.6137,1,1,1,0.1482,0.6137,0,1,1,1,1,1,0.210183948,0,0.000778167,1,1,1,1,1,0.124244757,0,0.259686917,1,1,1,1,1,0.184833884,0,0.425326245,0.425216839,0.425531915
-3603,1,0.4685,1,1,1,1,1,1,1,1,0.0614,0.4685,0,1,0.3447,1,1,1,1,1,1,0.072,0.3447,0,1,0.6137,1,1,1,0.1197,0.6137,0,1,1,1,1,1,0.11129193,0,0.050860643,1,1,1,1,1,0.11038062,0,0.286540598,1,1,1,1,1,0.154759809,0,0.418499275,0.418658769,0.418439716
-3604,1,0.468,1,1,1,1,1,1,1,1,0.0816,0.468,0,1,0.3445,1,1,1,1,1,1,0.0543,0.3445,0,1,0.6137,1,1,1,0.0981,0.6137,0,1,1,1,1,1,0.209114179,0,0.080338366,1,1,1,1,1,0.11673975,0,0.141397133,1,1,1,1,1,0.143215388,0,0.425507492,0.425639941,0.425531915
-3605,1,0.4675,1,1,1,1,1,1,1,1,0.047,0.4675,0.1103,1,0.3444,1,1,1,1,1,1,0.1111,0.3444,0.1317,1,0.6137,1,1,1,0.087,0.6137,0.1407,1,1,1,1,1,0.128798485,0.294550776,0.050390474,1,1,1,1,1,0.198811069,0.301408499,0.190907344,1,1,1,1,1,0.119628698,0.138829365,0.453419526,0.453564629,0.453457447
-3606,1,0.467,1,1,1,1,1,1,1,1,0.0371,0.467,0.0997,1,0.3442,1,1,1,1,1,1,0.1158,0.3442,0.1367,1,0.6137,1,1,1,0.0707,0.6137,0.1012,1,1,1,1,1,0.076849751,0.629781008,0.048902348,1,1,1,1,1,0.154458016,0.622606814,0.209068328,1,1,1,1,1,0.118433177,0.565673649,0.522595457,0.522741697,0.522606383
-3607,1,0.4665,1,1,1,1,1,1,1,1,0.0454,0.4665,0.2496,1,0.3441,1,1,1,1,1,1,0.1179,0.3441,0.2754,1,0.6137,1,1,1,0.0347,0.6137,0.2479,1,1,1,1,1,0.064500004,0.786151409,0.009268311,1,1,1,1,1,0.110682294,0.821594775,0.135306284,1,1,1,1,1,0.079650596,0.796645463,0.586333978,0.586418447,0.58643617
-3608,1,0.466,1,1,1,1,1,1,1,1,0.0534,0.466,0.4178,1,0.3439,1,1,1,1,1,1,0.1729,0.3439,0.4423,1,0.6137,1,1,1,0.0482,0.6137,0.4177,1,1,1,1,1,0.052190546,0.903112888,0.097391859,1,1,1,1,1,0.191908777,0.911204576,0.096522786,1,1,1,1,1,0.124503464,0.881063402,0.617387627,0.617516395,0.617464539
-3609,1,0.4655,1,1,1,1,1,1,1,1,0.0851,0.4655,0.5477,1,0.3437,1,1,1,1,1,1,0.1736,0.3437,0.562,1,0.6137,1,1,1,0.031,0.6137,0.5327,1,1,1,1,1,0.054193079,0.937021554,0.145918429,1,1,1,1,1,0.217475533,0.943914533,0.525630891,1,1,1,1,1,0.092089318,0.916442573,0.643003867,0.642902475,0.643173759
-3610,1,0.465,1,1,1,1,1,1,1,1,0.0491,0.465,0.6433,1,0.3436,1,1,1,1,1,1,0.174,0.3436,0.6518,1,0.6137,1,1,1,0.0701,0.6137,0.5951,1,1,1,1,1,0.043425784,0.950980544,0.160027146,1,1,1,1,1,0.196705058,0.958842874,0.776943326,1,1,1,1,1,0.135851324,0.909355044,0.665478492,0.665538396,0.665780142
-3611,1,0.4645,1,1,1,1,1,1,1,1,0.0678,0.4645,0.6742,1,0.3434,1,1,1,1,1,1,0.187,0.3434,0.6871,1,0.6137,1,1,1,0.0771,0.6137,0.593,1,1,1,1,1,0.079824336,0.944515049,0.241265267,1,1,1,1,1,0.167650819,0.966106832,0.555461049,1,1,1,1,1,0.134416476,0.870692134,0.680521991,0.680558494,0.680851064
-3612,1,0.4639,1,1,1,1,1,1,1,1,0.0452,0.4639,0.6652,1,0.3433,1,1,1,1,1,1,0.1244,0.3433,0.6858,1,0.6137,1,1,1,0.1084,0.6137,0.5919,1,1,1,1,1,0.074940018,0.920206547,0.112088993,1,1,1,1,1,0.121765047,0.937099457,0.405834854,1,1,1,1,1,0.1691809,0.827361882,0.688919768,0.68880897,0.68927305
-3613,1,0.4634,1,1,1,1,1,1,1,1,0.033,0.4634,0.6442,1,0.3431,1,1,1,1,1,1,0.244,0.3431,0.6817,1,0.6137,1,1,1,0.0711,0.6137,0.5522,1,1,1,1,1,0.048547745,0.908255279,0.15032877,1,1,1,1,1,0.231109664,0.9221313,0.473765492,1,1,1,1,1,0.14805007,0.833411098,0.699915418,0.699809604,0.70035461
-3614,1,0.4629,1,1,1,1,1,1,1,1,0.0703,0.4629,0.5684,1,0.343,1,1,1,1,1,1,0.2456,0.343,0.6137,1,0.6137,1,1,1,0.1918,0.6137,0.515,1,1,1,1,1,0.087439373,0.88481462,0.202150628,1,1,1,1,1,0.244286567,0.918569803,0.490187705,1,1,1,1,1,0.353945315,0.810814023,0.703479942,0.703617516,0.703900709
-3615,1,0.4624,1,1,1,1,1,1,1,1,0.0989,0.4624,0.4627,1,0.3428,1,1,1,1,1,1,0.3262,0.3428,0.5155,1,0.6137,1,1,1,0.3121,0.6137,0.4454,1,1,1,1,1,0.125587195,0.873117447,0.100791462,1,1,1,1,1,0.33289519,0.915029585,0.399913669,1,1,1,1,1,0.471137404,0.78790164,0.706138231,0.706156124,0.706560284
-3616,1,0.4619,1,1,1,1,1,1,1,1,0.1385,0.4619,0.327,1,0.3426,1,1,1,1,1,1,0.3265,0.3426,0.3831,1,0.6137,1,1,1,0.2522,0.6137,0.3034,1,1,1,1,1,0.202094838,0.836880386,0.12338841,1,1,1,1,1,0.322177172,0.895411015,0.721084833,1,1,1,1,1,0.365073174,0.7301929,0.706259062,0.706156124,0.706560284
-3617,1,0.4614,1,1,1,1,1,1,1,1,0.1675,0.4614,0.1535,1,0.3425,1,1,1,1,1,1,0.4117,0.3425,0.2145,1,0.6137,1,1,1,0.2632,0.6137,0.1413,1,1,1,1,1,0.256001323,0.747255087,0.071122013,1,1,1,1,1,0.404744923,0.795376241,0.69007802,1,1,1,1,1,0.4356291,0.631903708,0.696290478,0.696424794,0.696365248
-3618,1,0.4609,1,1,1,1,1,1,1,1,0.1567,0.4609,0.0846,1,0.3423,1,1,1,1,1,1,0.3767,0.3423,0.1202,1,0.6137,1,1,1,0.3362,0.6137,0.0791,1,1,1,1,1,0.344221175,0.509467781,0.042513158,1,1,1,1,1,0.396902502,0.560490251,0.419285655,1,1,1,1,1,0.543726861,0.399428636,0.675507492,0.675692828,0.675531915
-3619,1,0.4604,1,1,1,1,1,1,1,1,0.0631,0.4604,0.0126,1,0.3422,1,1,1,1,1,1,0.1491,0.3422,0.0913,1,0.6137,1,1,1,0.2649,0.6137,0.0671,1,1,1,1,1,0.127659813,0.01395418,0.071372882,1,1,1,1,1,0.167030811,0.155470818,0.227948442,1,1,1,1,1,0.395153612,0,0.654422426,0.654537762,0.654255319
-3620,1,0.4599,1,1,1,1,1,1,1,1,0.1111,0.4599,0,1,0.342,1,1,1,1,1,1,0.2171,0.342,0,1,0.6138,1,1,1,0.1705,0.6138,0,1,1,1,1,1,0.251687884,0,0.186001688,1,1,1,1,1,0.298245907,0,0.219502881,1,1,1,1,1,0.263324589,0,0.655932818,0.655807066,0.656471631
-3621,1,0.4594,1,1,1,1,1,1,1,1,0.0723,0.4594,0,1,0.3418,1,1,1,1,1,1,0.2111,0.3418,0,1,0.6138,1,1,1,0.1516,0.6138,0,1,1,1,1,1,0.111730307,0,0.159558699,1,1,1,1,1,0.297321081,0,0.16866231,1,1,1,1,1,0.246314824,0,0.631766554,0.63169029,0.632092199
-3622,1,0.4589,1,1,1,1,1,1,1,1,0.1066,0.4589,0,1,0.3417,1,1,1,1,1,1,0.134,0.3417,0,1,0.6138,1,1,1,0.2397,0.6138,0,1,1,1,1,1,0.112210199,0,0.07789965,1,1,1,1,1,0.20667991,0,0.162020937,1,1,1,1,1,0.384479284,0,0.565248913,0.565263381,0.565159574
-3623,1,0.4584,1,1,1,1,1,1,1,1,0.1728,0.4584,0,1,0.3415,1,1,1,1,1,1,0.3392,0.3415,0,1,0.6138,1,1,1,0.2568,0.6138,0,1,1,1,1,1,0.214597136,0,0.072429277,1,1,1,1,1,0.505731046,0,0.227493212,1,1,1,1,1,0.397652447,0,0.499395843,0.499471123,0.499556738
-3624,1,0.4579,1,1,1,1,1,1,1,1,0.1902,0.4579,0,1,0.3414,1,1,1,1,1,1,0.2282,0.3414,0,1,0.6138,1,1,1,0.1919,0.6138,0,1,1,1,1,1,0.220104828,0,0.066358104,1,1,1,1,1,0.39473623,0,0.275316775,1,1,1,1,1,0.356375724,0,0.454023683,0.45398773,0.453900709
-3625,1,0.4574,1,1,1,1,1,1,1,1,0.1984,0.4574,0,1,0.3412,1,1,1,1,1,1,0.145,0.3412,0,1,0.6138,1,1,1,0.1656,0.6138,0,1,1,1,1,1,0.16251035,0,0.169652149,1,1,1,1,1,0.296465725,0,0.355639279,1,1,1,1,1,0.377810627,0,0.426474142,0.426486143,0.42641844
-3626,1,0.4569,1,1,1,1,1,1,1,1,0.161,0.4569,0,1,0.341,1,1,1,1,1,1,0.2981,0.341,0,1,0.6138,1,1,1,0.1707,0.6138,0,1,1,1,1,1,0.135001555,0,0.297644556,1,1,1,1,1,0.435203075,0,0.318132222,1,1,1,1,1,0.381688952,0,0.411128565,0.411042945,0.411347518
-3627,1,0.4564,1,1,1,1,1,1,1,1,0.1362,0.4564,0,1,0.3409,1,1,1,1,1,1,0.3911,0.3409,0,1,0.6138,1,1,1,0.1391,0.6138,0,1,1,1,1,1,0.121214435,0,0.387083441,1,1,1,1,1,0.48616153,0,0.193061531,1,1,1,1,1,0.279537678,0,0.40520783,0.405119526,0.405141844
-3628,1,0.4559,1,1,1,1,1,1,1,1,0.1748,0.4559,0,1,0.3407,1,1,1,1,1,1,0.3499,0.3407,0,1,0.6138,1,1,1,0.099,0.6138,0,1,1,1,1,1,0.151856005,0,0.293611705,1,1,1,1,1,0.397327125,0,0.107350528,1,1,1,1,1,0.181376502,0,0.410101498,0.409985191,0.41001773
-3629,1,0.4554,1,1,1,1,1,1,1,1,0.1223,0.4554,0.1307,1,0.3406,1,1,1,1,1,1,0.1152,0.3406,0.1544,1,0.6138,1,1,1,0.0963,0.6138,0.1626,1,1,1,1,1,0.091832846,0.315466613,0.174070582,1,1,1,1,1,0.178706974,0.293171436,0.146445811,1,1,1,1,1,0.148755625,0.424672961,0.432999033,0.433044214,0.433067376
-3630,1,0.4549,1,1,1,1,1,1,1,1,0.0631,0.4549,0.0992,1,0.3404,1,1,1,1,1,1,0.0761,0.3404,0.1364,1,0.6138,1,1,1,0.0602,0.6138,0.0904,1,1,1,1,1,0.060758747,0.637273788,0.173018187,1,1,1,1,1,0.140503496,0.620603979,0.216538757,1,1,1,1,1,0.078324087,0.711996377,0.499093765,0.499048022,0.499113475
-3631,1,0.4543,1,1,1,1,1,1,1,1,0.1455,0.4543,0.255,1,0.3403,1,1,1,1,1,1,0.06,0.3403,0.2872,1,0.6138,1,1,1,0.0216,0.6138,0.2511,1,1,1,1,1,0.076638483,0.826831996,0.60165596,1,1,1,1,1,0.089426592,0.822481692,0.384987712,1,1,1,1,1,0.0095576,0.792920113,0.55818028,0.558070658,0.558510638
-3632,1,0.4538,1,1,1,1,1,1,1,1,0.1202,0.4538,0.4233,1,0.3401,1,1,1,1,1,1,0.0811,0.3401,0.4403,1,0.6138,1,1,1,0.0438,0.6138,0.4014,1,1,1,1,1,0.072920777,0.881243587,0.3454144,1,1,1,1,1,0.090378538,0.886839747,0.294275939,1,1,1,1,1,0.011222085,0.91424191,0.586938134,0.586841549,0.586879433
-3633,1,0.4533,1,1,1,1,1,1,1,1,0.0762,0.4533,0.5451,1,0.3399,1,1,1,1,1,1,0.0864,0.3399,0.5542,1,0.6138,1,1,1,0.1078,0.6138,0.5626,1,1,1,1,1,0.028154815,0.908463895,0.379384339,1,1,1,1,1,0.107550234,0.915656865,0.481964976,1,1,1,1,1,0.026371909,0.954071403,0.606029483,0.605881109,0.605939716
-3634,1,0.4528,1,1,1,1,1,1,1,1,0.0519,0.4528,0.6353,1,0.3398,1,1,1,1,1,1,0.1041,0.3398,0.629,1,0.6138,1,1,1,0.1174,0.6138,0.6611,1,1,1,1,1,0.017606569,0.927685678,0.385042012,1,1,1,1,1,0.124816991,0.921165109,0.65324533,1,1,1,1,1,0.069317371,0.974697292,0.621737554,0.621747409,0.621897163
-3635,1,0.4523,1,1,1,1,1,1,1,1,0.0491,0.4523,0.6692,1,0.3396,1,1,1,1,1,1,0.0801,0.3396,0.6193,1,0.6138,1,1,1,0.0851,0.6138,0.6933,1,1,1,1,1,0.013769839,0.933502913,0.312586129,1,1,1,1,1,0.096868917,0.867018282,0.385390103,1,1,1,1,1,0.031627446,0.959830105,0.629410343,0.629363232,0.629432624
-3636,1,0.4518,1,1,1,1,1,1,1,1,0.0574,0.4518,0.6538,1,0.3395,1,1,1,1,1,1,0.0993,0.3395,0.5949,1,0.6138,1,1,1,0.1145,0.6138,0.6921,1,1,1,1,1,0.017284688,0.878040552,0.280176908,1,1,1,1,1,0.115224481,0.770761251,0.341741383,1,1,1,1,1,0.031468306,0.963229418,0.630497825,0.630632536,0.630762411
-3637,1,0.4513,1,1,1,1,1,1,1,1,0.0638,0.4513,0.6225,1,0.3393,1,1,1,1,1,1,0.1525,0.3393,0.5232,1,0.6138,1,1,1,0.0686,0.6138,0.6519,1,1,1,1,1,0.022115849,0.821674645,0.254374802,1,1,1,1,1,0.188761786,0.714902282,0.587288737,1,1,1,1,1,0.013179851,0.94028008,0.633881102,0.633805796,0.633865248
-3638,1,0.4508,1,1,1,1,1,1,1,1,0.1015,0.4508,0.5084,1,0.3391,1,1,1,1,1,1,0.1574,0.3391,0.4923,1,0.6138,1,1,1,0.0609,0.6138,0.5492,1,1,1,1,1,0.040341221,0.71021378,0.214455545,1,1,1,1,1,0.235561252,0.687769771,0.581740856,1,1,1,1,1,0.005932573,0.942838848,0.631343644,0.631478739,0.631648936
-3639,1,0.4503,1,1,1,1,1,1,1,1,0.1453,0.4503,0.4208,1,0.339,1,1,1,1,1,1,0.1986,0.339,0.386,1,0.6138,1,1,1,0.0607,0.6138,0.4041,1,1,1,1,1,0.104619943,0.633912265,0.323845863,1,1,1,1,1,0.288428962,0.544816315,0.60852778,1,1,1,1,1,0.021743879,0.854016185,0.62457709,0.624709118,0.624556738
-3640,1,0.4498,1,1,1,1,1,1,1,1,0.1764,0.4498,0.2983,1,0.3388,1,1,1,1,1,1,0.2135,0.3388,0.3085,1,0.6138,1,1,1,0.042,0.6138,0.2802,1,1,1,1,1,0.153054535,0.566240072,0.409584075,1,1,1,1,1,0.25996688,0.525747299,0.720840096,1,1,1,1,1,0.021859867,0.654237747,0.615273079,0.615189338,0.615691489
-3641,1,0.4493,1,1,1,1,1,1,1,1,0.1839,0.4493,0.1575,1,0.3387,1,1,1,1,1,1,0.2906,0.3387,0.1726,1,0.6138,1,1,1,0.0417,0.6138,0.1446,1,1,1,1,1,0.215194941,0.411462665,0.427686334,1,1,1,1,1,0.351391137,0.360357046,0.647653401,1,1,1,1,1,0.056162968,0.466473222,0.598900435,0.598899937,0.59929078
-3642,1,0.4488,1,1,1,1,1,1,1,1,0.1542,0.4488,0.0543,1,0.3385,1,1,1,1,1,1,0.3524,0.3385,0.0611,1,0.6138,1,1,1,0.0406,0.6138,0.0561,1,1,1,1,1,0.242492169,0.122263849,0.367886692,1,1,1,1,1,0.420476258,0.135645747,0.864194751,1,1,1,1,1,0.063265584,0.235885322,0.57962784,0.579648826,0.579787234
-3643,1,0.4483,1,1,1,1,1,1,1,1,0.087,0.4483,0,1,0.3384,1,1,1,1,1,1,0.2299,0.3384,0,1,0.6139,1,1,1,0.1049,0.6139,0,1,1,1,1,1,0.137363076,0,0.484514773,1,1,1,1,1,0.289258957,0,0.933056056,1,1,1,1,1,0.197004706,0,0.570202997,0.570340597,0.570478723
-3644,1,0.4478,1,1,1,1,1,1,1,1,0.1415,0.4478,0,1,0.3382,1,1,1,1,1,1,0.4493,0.3382,0,1,0.6139,1,1,1,0.1259,0.6139,0,1,1,1,1,1,0.284821361,0,0.473454177,1,1,1,1,1,0.5252648,0,0.997879624,1,1,1,1,1,0.242101327,0,0.578479942,0.578591073,0.578457447
-3645,1,0.4473,1,1,1,1,1,1,1,1,0.1257,0.4473,0,1,0.338,1,1,1,1,1,1,0.4231,0.338,0,1,0.6139,1,1,1,0.2069,0.6139,0,1,1,1,1,1,0.207399592,0,0.534038782,1,1,1,1,1,0.503309965,0,1,1,1,1,1,1,0.370011717,0,0.559811503,0.559763063,0.559840426
-3646,1,0.4468,1,1,1,1,1,1,1,1,0.2087,0.4468,0,1,0.3379,1,1,1,1,1,1,0.5196,0.3379,0,1,0.6139,1,1,1,0.1933,0.6139,0,1,1,1,1,1,0.336811095,0,0.719918966,1,1,1,1,1,0.630371213,0,1,1,1,1,1,1,0.413169354,0,0.512687289,0.512798815,0.51285461
-3647,1,0.4463,1,1,1,1,1,1,1,1,0.1376,0.4463,0,1,0.3377,1,1,1,1,1,1,0.5379,0.3377,0,1,0.6139,1,1,1,0.1367,0.6139,0,1,1,1,1,1,0.23077403,0,0.697033226,1,1,1,1,1,0.62905544,0,1,1,1,1,1,1,0.333869249,0,0.462179797,0.462238206,0.461879433
-3648,1,0.4458,1,1,1,1,1,1,1,1,0.1685,0.4458,0,1,0.3376,1,1,1,1,1,1,0.4489,0.3376,0,1,0.6139,1,1,1,0.0968,0.6139,0,1,1,1,1,1,0.196265593,0,0.996395051,1,1,1,1,1,0.598395109,0,1,1,1,1,1,1,0.26991111,0,0.422788787,0.422678231,0.42287234
-3649,1,0.4453,1,1,1,1,1,1,1,1,0.2051,0.4453,0,1,0.3374,1,1,1,1,1,1,0.3923,0.3374,0,1,0.6139,1,1,1,0.1448,0.6139,0,1,1,1,1,1,0.2594015,0,0.99939388,1,1,1,1,1,0.56311059,0,1,1,1,1,1,1,0.359982818,0,0.399468342,0.399619209,0.399379433
-3650,1,0.4447,1,1,1,1,1,1,1,1,0.3196,0.4447,0,1,0.3372,1,1,1,1,1,1,0.606,0.3372,0,1,0.6139,1,1,1,0.1722,0.6139,0,1,1,1,1,1,0.371094197,0,1,1,1,1,1,1,0.68696928,0,1,1,1,1,1,1,0.348143876,0,0.386176897,0.386079966,0.38608156
-3651,1,0.4442,1,1,1,1,1,1,1,1,0.4201,0.4442,0,1,0.3371,1,1,1,1,1,1,0.3636,0.3371,0,1,0.6139,1,1,1,0.1467,0.6139,0,1,1,1,1,1,0.459315717,0,1,1,1,1,1,1,0.620057464,0,1,1,1,1,1,1,0.282130033,0,0.380679072,0.380791199,0.380762411
-3652,1,0.4437,1,1,1,1,1,1,1,1,0.5461,0.4437,0,1,0.3369,1,1,1,1,1,1,0.147,0.3369,0,1,0.6139,1,1,1,0.181,0.6139,0,1,1,1,1,1,0.555617929,0,1,1,1,1,1,1,0.372210979,0,1,1,1,1,1,1,0.359937668,0,0.382189464,0.382272054,0.382092199
-3653,1,0.4432,1,1,1,1,1,1,1,1,0.4552,0.4432,0,1,0.3368,1,1,1,1,1,1,0.1786,0.3368,0,1,0.6139,1,1,1,0.2395,0.6139,0.0112,1,1,1,1,1,0.359094352,0,1,1,1,1,1,1,0.32450819,0,1,1,1,1,1,1,0.435267448,0.010349398,0.39058724,0.390734081,0.390514184
-3654,1,0.4427,1,1,1,1,1,1,1,1,0.3901,0.4427,0.0048,1,0.3366,1,1,1,1,1,1,0.0833,0.3366,0.0041,1,0.6139,1,1,1,0.3997,0.6139,0.0773,1,1,1,1,1,0.366241544,0.005226039,1,1,1,1,1,1,0.173335001,0.00085826,1,1,1,1,1,1,0.652237535,0.119480878,0.410947318,0.410831394,0.410904255
-3655,1,0.4422,1,1,1,1,1,1,1,1,0.436,0.4422,0.0888,1,0.3365,1,1,1,1,1,1,0.0948,0.3365,0.0463,1,0.6139,1,1,1,0.3211,0.6139,0.1858,1,1,1,1,1,0.426189065,0.15231666,1,1,1,1,1,1,0.180188864,0.027270162,1,1,1,1,1,1,0.58273989,0.299057066,0.448586274,0.448698963,0.44858156
-3656,1,0.4417,1,1,1,1,1,1,1,1,0.4956,0.4417,0.2405,1,0.3363,1,1,1,1,1,1,0.2139,0.3363,0.1303,1,0.6139,1,1,1,0.3887,0.6139,0.2709,1,1,1,1,1,0.462012202,0.320774496,1,1,1,1,1,1,0.343463302,0.166457668,1,1,1,1,1,1,0.649702609,0.388790786,0.494139681,0.494182357,0.494237589
-3657,1,0.4412,1,1,1,1,1,1,1,1,0.4886,0.4412,0.2647,1,0.3361,1,1,1,1,1,1,0.1957,0.3361,0.1874,1,0.6139,1,1,1,0.4901,0.6139,0.3288,1,1,1,1,1,0.531023383,0.375329614,1,1,1,1,1,1,0.304165781,0.319556892,1,1,1,1,1,1,0.703566074,0.509194016,0.530026583,0.529934419,0.530141844
-3658,1,0.4407,1,1,1,1,1,1,1,1,0.4383,0.4407,0.2777,1,0.336,1,1,1,1,1,1,0.2643,0.336,0.3219,1,0.6139,1,1,1,0.4288,0.6139,0.3565,1,1,1,1,1,0.518799722,0.402940929,1,1,1,1,1,1,0.343010992,0.433344871,1,1,1,1,1,1,0.618007243,0.564208865,0.553467859,0.553628094,0.553634752
-3659,1,0.4402,1,1,1,1,1,1,1,1,0.4128,0.4402,0.3175,1,0.3358,1,1,1,1,1,1,0.161,0.3358,0.3042,1,0.6139,1,1,1,0.4943,0.6139,0.4011,1,1,1,1,1,0.458749861,0.479400694,1,1,1,1,1,1,0.254493117,0.521175981,1,1,1,1,1,1,0.736280978,0.546187162,0.562953117,0.562936323,0.563386525
-3660,1,0.4397,1,1,1,1,1,1,1,1,0.4165,0.4397,0.3554,1,0.3357,1,1,1,1,1,1,0.0927,0.3357,0.3373,1,0.6139,1,1,1,0.4801,0.6139,0.4315,1,1,1,1,1,0.306086242,0.485356212,1,1,1,1,1,1,0.114934862,0.558767617,1,1,1,1,1,1,0.735167861,0.42165181,0.56222813,0.562301671,0.5625
-3661,1,0.4392,1,1,1,1,1,1,1,1,0.5303,0.4392,0.2982,1,0.3355,1,1,1,1,1,1,0.0031,0.3355,0.3776,1,0.6139,1,1,1,0.4743,0.6139,0.3992,1,1,1,1,1,0.34338671,0.415252566,1,1,1,1,1,1,0.032586258,0.556238353,1,1,1,1,1,1,0.749486148,0.439915568,0.55582407,0.555743601,0.555851064
-3662,1,0.4387,1,1,1,1,1,1,1,1,0.4022,0.4387,0.314,1,0.3353,1,1,1,1,1,1,0.0018,0.3353,0.3655,1,0.6139,1,1,1,0.5019,0.6139,0.35,1,1,1,1,1,0.289724141,0.434736818,1,1,1,1,1,1,0.013731722,0.531185925,0.902234077,1,1,1,1,1,0.790543258,0.383892715,0.549057516,0.548973979,0.549202128
-3663,1,0.4382,1,1,1,1,1,1,1,1,0.3062,0.4382,0.2613,1,0.3352,1,1,1,1,1,1,0,0.3352,0.3401,1,0.6139,1,1,1,0.5168,0.6139,0.279,1,1,1,1,1,0.276016116,0.357479334,0.928049088,1,1,1,1,1,0.00784502,0.564507484,0.426357597,1,1,1,1,1,0.784014881,0.255389988,0.545553407,0.545589169,0.545656028
-3664,1,0.4377,1,1,1,1,1,1,1,1,0.2481,0.4377,0.1802,1,0.335,1,1,1,1,1,1,0,0.335,0.2625,1,0.6139,1,1,1,0.4332,0.6139,0.2047,1,1,1,1,1,0.232257426,0.264468223,0.829591513,1,1,1,1,1,0.00647261,0.549466848,0.396753699,1,1,1,1,1,0.68997407,0.135115564,0.549117931,0.54918553,0.549202128
-3665,1,0.4372,1,1,1,1,1,1,1,1,0.2261,0.4372,0.1035,1,0.3349,1,1,1,1,1,1,0,0.3349,0.1827,1,0.6139,1,1,1,0.4007,0.6139,0.1298,1,1,1,1,1,0.236929759,0.190593213,0.795053601,1,1,1,1,1,0.00906894,0.482882351,0.314722002,1,1,1,1,1,0.655171037,0.024344839,0.554313678,0.554262746,0.554521277
-3666,1,0.4367,1,1,1,1,1,1,1,1,0.2159,0.4367,0.0223,1,0.3347,1,1,1,1,1,1,0,0.3347,0.093,1,0.614,1,1,1,0.4292,0.614,0.015,1,1,1,1,1,0.215585813,0.090469271,0.728134334,1,1,1,1,1,0.01049507,0.2030655,0.383648992,1,1,1,1,1,0.715851128,0,0.552319961,0.55235879,0.552748227
-3667,1,0.4362,1,1,1,1,1,1,1,1,0.1496,0.4362,0,1,0.3346,1,1,1,1,1,1,0,0.3346,0.0002,1,0.614,1,1,1,0.3716,0.614,0,1,1,1,1,1,0.090533391,0,0.665646195,1,1,1,1,1,0.011542985,0.001426086,0.238464147,1,1,1,1,1,0.667770326,0,0.548151281,0.548127777,0.548315603
-3668,1,0.4357,1,1,1,1,1,1,1,1,0.1107,0.4357,0,1,0.3344,1,1,1,1,1,1,0,0.3344,0,1,0.614,1,1,1,0.4298,0.614,0,1,1,1,1,1,0.111712985,0,0.617758393,1,1,1,1,1,0.014937008,0,0.439427763,1,1,1,1,1,0.796705782,0,0.550205413,0.550243283,0.550531915
-3669,1,0.4351,1,1,1,1,1,1,1,1,0.0741,0.4351,0,1,0.3342,1,1,1,1,1,1,0,0.3342,0,1,0.614,1,1,1,0.4736,0.614,0,1,1,1,1,1,0.085888192,0,0.474508524,1,1,1,1,1,0.021519728,0,0.692446113,1,1,1,1,1,0.8416394,0,0.531839053,0.531838375,0.531914894
-3670,1,0.4346,1,1,1,1,1,1,1,1,0.0682,0.4346,0,1,0.3341,1,1,1,1,1,1,0.2032,0.3341,0,1,0.614,1,1,1,0.4274,0.614,0,1,1,1,1,1,0.104364648,0,0.304600358,1,1,1,1,1,0.21153146,0,0.860230923,1,1,1,1,1,0.815995812,0,0.494079265,0.493970806,0.494237589
-3671,1,0.4341,1,1,1,1,1,1,1,1,0.0609,0.4341,0,1,0.3339,1,1,1,1,1,1,0.1084,0.3339,0,1,0.614,1,1,1,0.4028,0.614,0,1,1,1,1,1,0.083977148,0,0.070736237,1,1,1,1,1,0.144450977,0,0.632204533,1,1,1,1,1,0.760758638,0,0.451667472,0.451660673,0.451684397
-3672,1,0.4336,1,1,1,1,1,1,1,1,0.0374,0.4336,0,1,0.3338,1,1,1,1,1,1,0.0984,0.3338,0,1,0.614,1,1,1,0.3681,0.614,0,1,1,1,1,1,0.051283441,0,0.037519827,1,1,1,1,1,0.127155855,0,0.652634859,1,1,1,1,1,0.7039361,0,0.417351377,0.417389465,0.417553191
-3673,1,0.4331,1,1,1,1,1,1,1,1,0.0393,0.4331,0,1,0.3336,1,1,1,1,1,1,0.1021,0.3336,0,1,0.614,1,1,1,0.3651,0.614,0,1,1,1,1,1,0.046389058,0,0.05537143,1,1,1,1,1,0.132935986,0,0.524515212,1,1,1,1,1,0.613075018,0,0.393608023,0.39369579,0.393617021
-3674,1,0.4326,1,1,1,1,1,1,1,1,0.048,0.4326,0,1,0.3334,1,1,1,1,1,1,0.0969,0.3334,0,1,0.614,1,1,1,0.3257,0.614,0,1,1,1,1,1,0.064666487,0,0.130607963,1,1,1,1,1,0.149365202,0,0.61136204,1,1,1,1,1,0.502191544,0,0.379470759,0.379521895,0.379875887
-3675,1,0.4321,1,1,1,1,1,1,1,1,0.0884,0.4321,0,1,0.3333,1,1,1,1,1,1,0.0521,0.3333,0,1,0.614,1,1,1,0.3265,0.614,0,1,1,1,1,1,0.088992149,0,0.346836507,1,1,1,1,1,0.098791361,0,0.78782624,1,1,1,1,1,0.354318172,0,0.371616723,0.371694521,0.371453901
-3676,1,0.4316,1,1,1,1,1,1,1,1,0.089,0.4316,0,1,0.3331,1,1,1,1,1,1,0.0616,0.3331,0,1,0.614,1,1,1,0.2972,0.614,0,1,1,1,1,1,0.085884489,0,0.559254229,1,1,1,1,1,0.104008704,0,0.691861868,1,1,1,1,1,0.280124933,0,0.370227163,0.370213666,0.370124113
-3677,1,0.4311,1,1,1,1,1,1,1,1,0.0779,0.4311,0.0963,1,0.333,1,1,1,1,1,1,0.0628,0.333,0.1652,1,0.614,1,1,1,0.3635,0.614,0.0087,1,1,1,1,1,0.072609179,0.254658252,0.508368433,1,1,1,1,1,0.097186446,0.318234265,0.550051332,1,1,1,1,1,0.351183325,0,0.369562591,0.369579014,0.369237589
-3678,1,0.4306,1,1,1,1,1,1,1,1,0.0992,0.4306,0.1022,1,0.3328,1,1,1,1,1,1,0.0126,0.3328,0.1401,1,0.614,1,1,1,0.3223,0.614,0.0596,1,1,1,1,1,0.061893065,0.555262208,0.741918802,1,1,1,1,1,0.032183126,0.648759127,0.641959667,1,1,1,1,1,0.301642627,0.039632019,0.38321653,0.383329807,0.383421986
-3679,1,0.4301,1,1,1,1,1,1,1,1,0.0775,0.4301,0.2495,1,0.3326,1,1,1,1,1,1,0.0075,0.3326,0.2895,1,0.614,1,1,1,0.2842,0.614,0.1179,1,1,1,1,1,0.024276923,0.746884763,0.560129285,1,1,1,1,1,0.016327258,0.858217359,0.516943455,1,1,1,1,1,0.314939827,0.156632155,0.415901402,0.41590861,0.415780142
-3680,1,0.4296,1,1,1,1,1,1,1,1,0.1047,0.4296,0.4041,1,0.3325,1,1,1,1,1,1,0.0152,0.3325,0.4498,1,0.614,1,1,1,0.3032,0.614,0.2524,1,1,1,1,1,0.07331349,0.838012338,0.511790931,1,1,1,1,1,0.023150219,0.928503931,0.391725659,1,1,1,1,1,0.429592371,0.322717488,0.459702755,0.459699598,0.459663121
-3681,1,0.4291,1,1,1,1,1,1,1,1,0.1749,0.4291,0.5273,1,0.3323,1,1,1,1,1,1,0.0144,0.3323,0.5659,1,0.614,1,1,1,0.3939,0.614,0.3431,1,1,1,1,1,0.116580948,0.880677342,0.803390145,1,1,1,1,1,0.03326961,0.949872494,0.382005244,1,1,1,1,1,0.487792611,0.453778863,0.494139681,0.494182357,0.494237589
-3682,1,0.4286,1,1,1,1,1,1,1,1,0.2294,0.4286,0.6181,1,0.3322,1,1,1,1,1,1,0.0024,0.3322,0.6481,1,0.614,1,1,1,0.3752,0.614,0.3676,1,1,1,1,1,0.096997276,0.913656235,0.902366936,1,1,1,1,1,0.019685324,0.948614001,0.239879876,1,1,1,1,1,0.539879501,0.465652674,0.515708072,0.515760525,0.515957447
-3683,1,0.4281,1,1,1,1,1,1,1,1,0.2402,0.4281,0.6383,1,0.332,1,1,1,1,1,1,0.0168,0.332,0.6623,1,0.614,1,1,1,0.3847,0.614,0.3951,1,1,1,1,1,0.107575253,0.908506811,0.787165284,1,1,1,1,1,0.025919579,0.917514443,0.161321476,1,1,1,1,1,0.513972878,0.499101698,0.529724505,0.529722869,0.529698582
-3684,1,0.4276,1,1,1,1,1,1,1,1,0.2151,0.4276,0.6196,1,0.3319,1,1,1,1,1,1,0.0386,0.3319,0.6073,1,0.614,1,1,1,0.3099,0.614,0.4055,1,1,1,1,1,0.085108891,0.863355935,0.662183344,1,1,1,1,1,0.037696108,0.879746616,0.156660214,1,1,1,1,1,0.355547339,0.502522588,0.535161914,0.535223186,0.535460993
-3685,1,0.4271,1,1,1,1,1,1,1,1,0.2546,0.4271,0.5846,1,0.3317,1,1,1,1,1,1,0,0.3317,0.5796,1,0.614,1,1,1,0.2369,0.614,0.3903,1,1,1,1,1,0.099325769,0.802475691,0.696914673,1,1,1,1,1,0.007513822,0.813813031,0.553215981,1,1,1,1,1,0.248689979,0.454467207,0.532866119,0.532896129,0.533244681
-3686,1,0.4266,1,1,1,1,1,1,1,1,0.2001,0.4266,0.5465,1,0.3315,1,1,1,1,1,1,0,0.3315,0.501,1,0.614,1,1,1,0.2682,0.614,0.3026,1,1,1,1,1,0.097925432,0.777472496,0.839197934,1,1,1,1,1,0.022888316,0.619611502,1,1,1,1,1,1,0.206110731,0.410071641,0.530389077,0.530357521,0.530585106
-3687,1,0.4261,1,1,1,1,1,1,1,1,0.2277,0.4261,0.4383,1,0.3314,1,1,1,1,1,1,0.105,0.3314,0.371,1,0.614,1,1,1,0.2456,0.614,0.263,1,1,1,1,1,0.144568175,0.684097826,0.711732745,1,1,1,1,1,0.074222103,0.495732307,0.994743466,1,1,1,1,1,0.170101017,0.382289439,0.529241179,0.529299767,0.529698582
-3688,1,0.4255,1,1,1,1,1,1,1,1,0.1296,0.4255,0.3035,1,0.3312,1,1,1,1,1,1,0.0106,0.3312,0.2636,1,0.614,1,1,1,0.2774,0.614,0.1529,1,1,1,1,1,0.121536463,0.577007592,0.624179244,1,1,1,1,1,0.030632269,0.565857291,1,1,1,1,1,1,0.205246344,0.352278411,0.533772354,0.533742331,0.533687943
-3689,1,0.425,1,1,1,1,1,1,1,1,0.1962,0.425,0.1541,1,0.3311,1,1,1,1,1,1,0,0.3311,0.1696,1,0.6141,1,1,1,0.324,0.6141,0.0848,1,1,1,1,1,0.140211761,0.348543286,0.570244908,1,1,1,1,1,0.026241746,0.46019277,0.99425137,1,1,1,1,1,0.280479223,0.228300273,0.540297245,0.540300402,0.540336879
-3690,1,0.4245,1,1,1,1,1,1,1,1,0.1454,0.4245,0.0422,1,0.3309,1,1,1,1,1,1,0,0.3309,0.075,1,0.6141,1,1,1,0.3248,0.6141,0.0326,1,1,1,1,1,0.106486171,0.152079478,0.427240461,1,1,1,1,1,0.046941571,0.274281442,0.825680673,1,1,1,1,1,0.364272773,0.025549049,0.544768004,0.544742966,0.544769504
-3691,1,0.424,1,1,1,1,1,1,1,1,0.1381,0.424,0,1,0.3307,1,1,1,1,1,1,0.0018,0.3307,0.0006,1,0.6141,1,1,1,0.2689,0.6141,0,1,1,1,1,1,0.084717274,0,0.981776714,1,1,1,1,1,0.046070896,0.004133811,0.259303689,1,1,1,1,1,0.369002789,0,0.54621798,0.546223821,0.546542553
-3692,1,0.4235,1,1,1,1,1,1,1,1,0.2489,0.4235,0,1,0.3306,1,1,1,1,1,1,0.0355,0.3306,0,1,0.6141,1,1,1,0.2937,0.6141,0,1,1,1,1,1,0.145785421,0,0.945423484,1,1,1,1,1,0.071979642,0,0.2359377,1,1,1,1,1,0.492198527,0,0.552682455,0.552781891,0.552748227
-3693,1,0.423,1,1,1,1,1,1,1,1,0.1983,0.423,0,1,0.3304,1,1,1,1,1,1,0.1497,0.3304,0,1,0.6141,1,1,1,0.3503,0.6141,0,1,1,1,1,1,0.147401944,0,0.90106678,1,1,1,1,1,0.131382555,0,0.602051854,1,1,1,1,1,0.589935184,0,0.529603673,0.529722869,0.529698582
-3694,1,0.4225,1,1,1,1,1,1,1,1,0.1473,0.4225,0,1,0.3303,1,1,1,1,1,1,0.1173,0.3303,0,1,0.6141,1,1,1,0.4823,0.6141,0,1,1,1,1,1,0.098679289,0,0.624602675,1,1,1,1,1,0.104537606,0,0.196577504,1,1,1,1,1,0.701899529,0,0.483506525,0.483604823,0.483599291
-3695,1,0.422,1,1,1,1,1,1,1,1,0.1745,0.422,0,1,0.3301,1,1,1,1,1,1,0.0477,0.3301,0,1,0.6141,1,1,1,0.3541,0.6141,0,1,1,1,1,1,0.135031983,0,0.322918355,1,1,1,1,1,0.067292169,0,0.025648432,1,1,1,1,1,0.628808439,0,0.436986467,0.437063677,0.437056738
-3696,1,0.4215,1,1,1,1,1,1,1,1,0.1908,0.4215,0,1,0.33,1,1,1,1,1,1,0.0048,0.33,0,1,0.6141,1,1,1,0.3627,0.6141,0,1,1,1,1,1,0.169976935,0,0.308063954,1,1,1,1,1,0.035905216,0,0.035591625,1,1,1,1,1,0.582036972,0,0.403516191,0.403638671,0.403368794
-3697,1,0.421,1,1,1,1,1,1,1,1,0.1999,0.421,0,1,0.3298,1,1,1,1,1,1,0,0.3298,0,1,0.6141,1,1,1,0.2564,0.6141,0,1,1,1,1,1,0.194958612,0,0.28176862,1,1,1,1,1,0.031089742,0,0.068114139,1,1,1,1,1,0.400702536,0,0.384062349,0.383964459,0.383865248
-3698,1,0.4205,1,1,1,1,1,1,1,1,0.1629,0.4205,0,1,0.3296,1,1,1,1,1,1,0.0017,0.3296,0,1,0.6141,1,1,1,0.3011,0.6141,0,1,1,1,1,1,0.158993185,0,0.298350751,1,1,1,1,1,0.041513417,0,0.232487172,1,1,1,1,1,0.36877951,0,0.374154181,0.374233129,0.374113475
-3699,1,0.42,1,1,1,1,1,1,1,1,0.1352,0.42,0,1,0.3295,1,1,1,1,1,1,0.0055,0.3295,0,1,0.6141,1,1,1,0.3348,0.6141,0,1,1,1,1,1,0.12008059,0,0.247951061,1,1,1,1,1,0.039412431,0,0.195174605,1,1,1,1,1,0.374569476,0,0.372462542,0.372540724,0.372340426
-3700,1,0.4195,1,1,1,1,1,1,1,1,0.1422,0.4195,0,1,0.3293,1,1,1,1,1,1,0.0481,0.3293,0,1,0.6141,1,1,1,0.4479,0.6141,0,1,1,1,1,1,0.097150825,0,0.316267371,1,1,1,1,1,0.071980909,0,0.144642159,1,1,1,1,1,0.501455724,0,0.382551957,0.382695155,0.382535461
-3701,1,0.419,1,1,1,1,1,1,1,1,0.1638,0.419,0.037,1,0.3292,1,1,1,1,1,1,0.0779,0.3292,0.0449,1,0.6141,1,1,1,0.4408,0.6141,0.0024,1,1,1,1,1,0.142082125,0.130450279,0.403216302,1,1,1,1,1,0.058008164,0.065670222,0.112338752,1,1,1,1,1,0.51143539,9.57E-06,0.41439101,0.414427755,0.414450355
-3702,1,0.4185,1,1,1,1,1,1,1,1,0.2875,0.4185,0.0888,1,0.329,1,1,1,1,1,1,0.0236,0.329,0.1338,1,0.6141,1,1,1,0.5432,0.6141,0.073,1,1,1,1,1,0.271730036,0.364630044,0.642998815,1,1,1,1,1,0.023197575,0.387776017,0.111048177,1,1,1,1,1,0.637146294,0.028393028,0.481452392,0.481489317,0.481382979
-3703,1,0.418,1,1,1,1,1,1,1,1,0.1083,0.418,0.2116,1,0.3288,1,1,1,1,1,1,0.0055,0.3288,0.2638,1,0.6141,1,1,1,0.4156,0.6141,0.1884,1,1,1,1,1,0.098852746,0.440212131,0.357938737,1,1,1,1,1,0.009289187,0.529572546,0.132357597,1,1,1,1,1,0.517725587,0.18831712,0.538786854,0.538819547,0.539007092
-3704,1,0.4175,1,1,1,1,1,1,1,1,0.1641,0.4175,0.3092,1,0.3287,1,1,1,1,1,1,0.1783,0.3287,0.3827,1,0.6141,1,1,1,0.3833,0.6141,0.2913,1,1,1,1,1,0.156946957,0.470731497,0.576240301,1,1,1,1,1,0.164386764,0.654841065,0.153201833,1,1,1,1,1,0.44860521,0.358858675,0.563980184,0.563994077,0.563829787
-3705,1,0.417,1,1,1,1,1,1,1,1,0.2774,0.417,0.3972,1,0.3285,1,1,1,1,1,1,0.3492,0.3285,0.4632,1,0.6141,1,1,1,0.3819,0.6141,0.3813,1,1,1,1,1,0.229110241,0.584803343,0.756421924,1,1,1,1,1,0.310255647,0.655493855,0.201852888,1,1,1,1,1,0.452816606,0.459830672,0.579809087,0.579860377,0.580230496
-3706,1,0.4165,1,1,1,1,1,1,1,1,0.3907,0.4165,0.4405,1,0.3284,1,1,1,1,1,1,0.1497,0.3284,0.4917,1,0.6141,1,1,1,0.4123,0.6141,0.4268,1,1,1,1,1,0.234045714,0.658285141,0.875363111,1,1,1,1,1,0.163071334,0.680894732,0.338100284,1,1,1,1,1,0.581092894,0.512573242,0.592858869,0.592764967,0.592641844
-3707,1,0.4159,1,1,1,1,1,1,1,1,0.4832,0.4159,0.4781,1,0.3282,1,1,1,1,1,1,0.1377,0.3282,0.5261,1,0.6141,1,1,1,0.464,0.6141,0.4678,1,1,1,1,1,0.215135336,0.711962402,0.854198933,1,1,1,1,1,0.184488699,0.735806465,0.435403705,1,1,1,1,1,0.591883659,0.580499411,0.59702755,0.596995981,0.597074468
-3708,1,0.4154,1,1,1,1,1,1,1,1,0.4951,0.4154,0.5043,1,0.3281,1,1,1,1,1,1,0.1858,0.3281,0.5423,1,0.6141,1,1,1,0.3035,0.6141,0.4516,1,1,1,1,1,0.291209996,0.731385946,0.786272883,1,1,1,1,1,0.226976186,0.782573283,0.420670956,1,1,1,1,1,0.364999443,0.598079801,0.595758821,0.595726677,0.595744681
-3709,1,0.4149,1,1,1,1,1,1,1,1,0.5158,0.4149,0.4636,1,0.3279,1,1,1,1,1,1,0.1375,0.3279,0.5338,1,0.6141,1,1,1,0.29,0.6141,0.464,1,1,1,1,1,0.338525355,0.698432386,0.730393529,1,1,1,1,1,0.245386615,0.743087828,0.71119374,1,1,1,1,1,0.338254392,0.580863297,0.593765104,0.59361117,0.593971631
-3710,1,0.4144,1,1,1,1,1,1,1,1,0.5585,0.4144,0.4099,1,0.3277,1,1,1,1,1,1,0.0949,0.3277,0.4952,1,0.6141,1,1,1,0.3172,0.6141,0.4151,1,1,1,1,1,0.349694788,0.642148793,0.940648854,1,1,1,1,1,0.225127757,0.6904006,1,1,1,1,1,1,0.384246469,0.602927566,0.58742146,0.587476201,0.587322695
-3711,1,0.4139,1,1,1,1,1,1,1,1,0.5193,0.4139,0.3449,1,0.3276,1,1,1,1,1,1,0.1617,0.3276,0.4282,1,0.6141,1,1,1,0.2906,0.6141,0.3682,1,1,1,1,1,0.303247899,0.596921623,0.963702083,1,1,1,1,1,0.240089595,0.646483183,1,1,1,1,1,1,0.304430455,0.604838789,0.583494442,0.583668289,0.583776596
-3712,1,0.4134,1,1,1,1,1,1,1,1,0.4082,0.4134,0.2532,1,0.3274,1,1,1,1,1,1,0.2105,0.3274,0.3241,1,0.6142,1,1,1,0.2702,0.6142,0.2332,1,1,1,1,1,0.19331342,0.513196349,0.934857845,1,1,1,1,1,0.241646588,0.566360593,1,1,1,1,1,1,0.176595941,0.474093914,0.586817303,0.586841549,0.586879433
-3713,1,0.4129,1,1,1,1,1,1,1,1,0.4011,0.4129,0.1406,1,0.3273,1,1,1,1,1,1,0.3263,0.3273,0.1906,1,0.6142,1,1,1,0.221,0.6142,0.1434,1,1,1,1,1,0.166390181,0.391771644,1,1,1,1,1,1,0.308009148,0.435040593,1,1,1,1,1,1,0.131046832,0.316203356,0.592858869,0.592764967,0.592641844
-3714,1,0.4124,1,1,1,1,1,1,1,1,0.3986,0.4124,0.0262,1,0.3271,1,1,1,1,1,1,0.1864,0.3271,0.0738,1,0.6142,1,1,1,0.1936,0.6142,0.0662,1,1,1,1,1,0.17408818,0.112944335,1,1,1,1,1,1,0.223996848,0.182343379,1,1,1,1,1,1,0.117899865,0.093462937,0.587783954,0.587687751,0.58820922
-3715,1,0.4119,1,1,1,1,1,1,1,1,0.2577,0.4119,0,1,0.3269,1,1,1,1,1,1,0.0687,0.3269,0,1,0.6142,1,1,1,0.1367,0.6142,0,1,1,1,1,1,0.081157468,0,1,1,1,1,1,1,0.109725408,0,1,1,1,1,1,1,0.101974756,0,0.580836153,0.580706579,0.581117021
-3716,1,0.4114,1,1,1,1,1,1,1,1,0.2481,0.4114,0,1,0.3268,1,1,1,1,1,1,0.137,0.3268,0,1,0.6142,1,1,1,0.1483,0.6142,0,1,1,1,1,1,0.097862191,0,1,1,1,1,1,1,0.209060937,0,1,1,1,1,1,1,0.183102742,0,0.582044466,0.581975883,0.582446809
-3717,1,0.4109,1,1,1,1,1,1,1,1,0.2064,0.4109,0,1,0.3266,1,1,1,1,1,1,0.0577,0.3266,0,1,0.6142,1,1,1,0.1688,0.6142,0,1,1,1,1,1,0.096761256,0,1,1,1,1,1,1,0.11119765,0,1,1,1,1,1,1,0.210458323,0,0.552924118,0.552993442,0.552748227
-3718,1,0.4104,1,1,1,1,1,1,1,1,0.2217,0.4104,0,1,0.3265,1,1,1,1,1,1,0.0515,0.3265,0,1,0.6142,1,1,1,0.207,0.6142,0,1,1,1,1,1,0.129344076,0,1,1,1,1,1,1,0.090417638,0,1,1,1,1,1,1,0.246420145,0,0.496677139,0.496720965,0.496897163
-3719,1,0.4099,1,1,1,1,1,1,1,1,0.247,0.4099,0,1,0.3263,1,1,1,1,1,1,0.1047,0.3263,0,1,0.6142,1,1,1,0.1909,0.6142,0,1,1,1,1,1,0.160034552,0,1,1,1,1,1,1,0.16079773,0,1,1,1,1,1,1,0.218634874,0,0.443692605,0.443833298,0.443705674
-3720,1,0.4094,1,1,1,1,1,1,1,1,0.2294,0.4094,0,1,0.3262,1,1,1,1,1,1,0.1733,0.3262,0,1,0.6142,1,1,1,0.1819,0.6142,0,1,1,1,1,1,0.154761553,0,1,1,1,1,1,1,0.231682122,0,1,1,1,1,1,1,0.215702206,0,0.40937651,0.409350539,0.409131206
-3721,1,0.4089,1,1,1,1,1,1,1,1,0.1917,0.4089,0,1,0.326,1,1,1,1,1,1,0.1479,0.326,0,1,0.6142,1,1,1,0.209,0.6142,0,1,1,1,1,1,0.108289689,0,1,1,1,1,1,1,0.182703346,0,1,1,1,1,1,1,0.289306492,0,0.390828903,0.390734081,0.390957447
-3722,1,0.4084,1,1,1,1,1,1,1,1,0.1528,0.4084,0,1,0.3258,1,1,1,1,1,1,0.1118,0.3258,0,1,0.6142,1,1,1,0.1742,0.6142,0,1,1,1,1,1,0.096169531,0,1,1,1,1,1,1,0.157264784,0,1,1,1,1,1,1,0.247155681,0,0.381524891,0.381637402,0.381648936
-3723,1,0.4079,1,1,1,1,1,1,1,1,0.1581,0.4079,0,1,0.3257,1,1,1,1,1,1,0.145,0.3257,0,1,0.6142,1,1,1,0.2146,0.6142,0,1,1,1,1,1,0.141691759,0,1,1,1,1,1,1,0.202727884,0,1,1,1,1,1,1,0.332779199,0,0.378806187,0.378887243,0.378989362
-3724,1,0.4074,1,1,1,1,1,1,1,1,0.2039,0.4074,0,1,0.3255,1,1,1,1,1,1,0.1184,0.3255,0,1,0.6142,1,1,1,0.204,0.6142,0,1,1,1,1,1,0.213782787,0,1,1,1,1,1,1,0.173774317,0,0.965306044,1,1,1,1,1,0.307049096,0,0.388049783,0.387983922,0.388297872
-3725,1,0.4069,1,1,1,1,1,1,1,1,0.142,0.4069,0.0476,1,0.3254,1,1,1,1,1,1,0.0646,0.3254,0.1079,1,0.6142,1,1,1,0.2062,0.6142,0.0755,1,1,1,1,1,0.116656832,0.113267981,1,1,1,1,1,1,0.109711632,0.199523821,1,1,1,1,1,1,0.258094847,0.056423433,0.417955534,0.417812566,0.417996454
-3726,1,0.4063,1,1,1,1,1,1,1,1,0.1105,0.4063,0.1306,1,0.3252,1,1,1,1,1,1,0.024,0.3252,0.1604,1,0.6142,1,1,1,0.2024,0.6142,0.1177,1,1,1,1,1,0.095980987,0.325772196,0.998458862,1,1,1,1,1,0.053636033,0.428433508,1,1,1,1,1,1,0.256775171,0.331635594,0.485318995,0.485297229,0.48537234
-3727,1,0.4058,1,1,1,1,1,1,1,1,0.0654,0.4058,0.2459,1,0.325,1,1,1,1,1,1,0.0127,0.325,0.2594,1,0.6142,1,1,1,0.1329,0.6142,0.2459,1,1,1,1,1,0.043661125,0.489980549,0.99620676,1,1,1,1,1,0.020640481,0.597046554,1,1,1,1,1,1,0.17813547,0.490100801,0.541324311,0.541358155,0.541666667
-3728,1,0.4053,1,1,1,1,1,1,1,1,0.0755,0.4053,0.3497,1,0.3249,1,1,1,1,1,1,0.0414,0.3249,0.362,1,0.6142,1,1,1,0.283,0.6142,0.3737,1,1,1,1,1,0.046884172,0.588355541,0.981896579,1,1,1,1,1,0.049257115,0.613627374,1,1,1,1,1,1,0.342125356,0.579664648,0.563738521,0.563782526,0.563829787
-3729,1,0.4048,1,1,1,1,1,1,1,1,0.1509,0.4048,0.4365,1,0.3247,1,1,1,1,1,1,0.025,0.3247,0.4785,1,0.6142,1,1,1,0.2602,0.6142,0.456,1,1,1,1,1,0.056295544,0.682541072,0.942227721,1,1,1,1,1,0.036574069,0.676944554,0.940313637,1,1,1,1,1,0.323525757,0.641908348,0.5760029,0.576052465,0.575797872
-3730,1,0.4043,1,1,1,1,1,1,1,1,0.107,0.4043,0.4947,1,0.3246,1,1,1,1,1,1,0.0606,0.3246,0.5287,1,0.6142,1,1,1,0.2496,0.6142,0.4896,1,1,1,1,1,0.060412586,0.694889605,0.60057658,1,1,1,1,1,0.107763261,0.72457993,0.643079877,1,1,1,1,1,0.24538666,0.691232443,0.586213146,0.586206897,0.58643617
-3731,1,0.4038,1,1,1,1,1,1,1,1,0.1013,0.4038,0.4811,1,0.3244,1,1,1,1,1,1,0.0553,0.3244,0.5346,1,0.6142,1,1,1,0.2762,0.6142,0.4913,1,1,1,1,1,0.047419898,0.71350944,0.369316041,1,1,1,1,1,0.128892899,0.747344017,0.352376163,1,1,1,1,1,0.239113554,0.694984078,0.59159014,0.591707214,0.591755319
-3732,1,0.4033,1,1,1,1,1,1,1,1,0.0956,0.4033,0.4833,1,0.3242,1,1,1,1,1,1,0.0604,0.3242,0.491,1,0.6142,1,1,1,0.3122,0.6142,0.4885,1,1,1,1,1,0.039242432,0.702834189,0.443530858,1,1,1,1,1,0.090575874,0.741607666,0.235317811,1,1,1,1,1,0.278072268,0.684973717,0.590381827,0.59043791,0.590868794
-3733,1,0.4028,1,1,1,1,1,1,1,1,0.0732,0.4028,0.5991,1,0.3241,1,1,1,1,1,1,0.0527,0.3241,0.606,1,0.6142,1,1,1,0.3332,0.6142,0.5995,1,1,1,1,1,0.019922761,0.840733528,0.353149116,1,1,1,1,1,0.052980371,0.84963429,0.097277224,1,1,1,1,1,0.288171172,0.820876956,0.590442243,0.59043791,0.590868794
-3734,1,0.4023,1,1,1,1,1,1,1,1,0.085,0.4023,0.5007,1,0.3239,1,1,1,1,1,1,0.0938,0.3239,0.5281,1,0.6142,1,1,1,0.3602,0.6142,0.517,1,1,1,1,1,0.028016636,0.705163777,0.537361622,1,1,1,1,1,0.082506023,0.748869419,0.126611531,1,1,1,1,1,0.391039044,0.633679748,0.584159014,0.58409139,0.584219858
-3735,1,0.4018,1,1,1,1,1,1,1,1,0.0753,0.4018,0.4215,1,0.3238,1,1,1,1,1,1,0.035,0.3238,0.4547,1,0.6143,1,1,1,0.3056,0.6143,0.4354,1,1,1,1,1,0.023601064,0.677020669,0.556989431,1,1,1,1,1,0.048082285,0.727259517,0.182199746,1,1,1,1,1,0.351923376,0.68897593,0.580534074,0.580706579,0.580673759
-3736,1,0.4013,1,1,1,1,1,1,1,1,0.0463,0.4013,0.3054,1,0.3236,1,1,1,1,1,1,0.0385,0.3236,0.339,1,0.6143,1,1,1,0.1678,0.6143,0.2946,1,1,1,1,1,0.030874256,0.611339927,0.651393652,1,1,1,1,1,0.05131387,0.660859585,0.155691117,1,1,1,1,1,0.166295424,0.708753943,0.582165297,0.582187434,0.582446809
-3737,1,0.4008,1,1,1,1,1,1,1,1,0.0744,0.4008,0.1696,1,0.3235,1,1,1,1,1,1,0,0.3235,0.2035,1,0.6143,1,1,1,0.1533,0.6143,0.1557,1,1,1,1,1,0.027049357,0.56061101,0.748532534,1,1,1,1,1,0.001817031,0.560966909,0.008239267,1,1,1,1,1,0.130094633,0.595679641,0.58337361,0.583456738,0.583333333
-3738,1,0.4003,1,1,1,1,1,1,1,1,0.0191,0.4003,0.0767,1,0.3233,1,1,1,1,1,1,0,0.3233,0.0981,1,0.6143,1,1,1,0.1319,0.6143,0.1006,1,1,1,1,1,0.014874659,0.314956486,0.560352206,1,1,1,1,1,0.00063931,0.344712853,0.000769634,1,1,1,1,1,0.080850199,0.343284577,0.577090382,0.577110218,0.57712766
-3739,1,0.3998,1,1,1,1,1,1,1,1,0.0095,0.3998,0.0025,1,0.3231,1,1,1,1,1,1,0,0.3231,0.0148,1,0.6143,1,1,1,0.0656,0.6143,0.0024,1,1,1,1,1,0.012179023,0.000750664,0.51079005,1,1,1,1,1,0.001912867,0.014063145,0.011089006,1,1,1,1,1,0.043799929,0,0.575157081,0.575206262,0.57535461
-3740,1,0.3993,1,1,1,1,1,1,1,1,0.0005,0.3993,0,1,0.323,1,1,1,1,1,1,0,0.323,0,1,0.6143,1,1,1,0.0774,0.6143,0,1,1,1,1,1,0.022146679,0,0.287745625,1,1,1,1,1,0.00271318,0,0.008719895,1,1,1,1,1,0.082362413,0,0.581259062,0.581341231,0.581560284
-3741,1,0.3988,1,1,1,1,1,1,1,1,0,0.3988,0,1,0.3228,1,1,1,1,1,1,0.0068,0.3228,0,1,0.6143,1,1,1,0.0644,0.6143,0,1,1,1,1,1,0.048662152,0,0.147055656,1,1,1,1,1,0.002833799,0,0,1,1,1,1,1,0.057092886,0,0.559569841,0.559551513,0.559397163
-3742,1,0.3983,1,1,1,1,1,1,1,1,0.0076,0.3983,0,1,0.3227,1,1,1,1,1,1,0.0014,0.3227,0,1,0.6143,1,1,1,0.055,0.6143,0,1,1,1,1,1,0.049283009,0,0.123676762,1,1,1,1,1,0.001976993,0,0,1,1,1,1,1,0.06031036,0,0.503685355,0.503702137,0.503989362
-3743,1,0.3978,1,1,1,1,1,1,1,1,0.0046,0.3978,0,1,0.3225,1,1,1,1,1,1,0,0.3225,0,1,0.6143,1,1,1,0.0649,0.6143,0,1,1,1,1,1,0.046742506,0,0.099475071,1,1,1,1,1,0.01251928,0,0,1,1,1,1,1,0.069554009,0,0.450640406,0.450602919,0.450797872
-3744,1,0.3973,1,1,1,1,1,1,1,1,0.0191,0.3973,0,1,0.3223,1,1,1,1,1,1,0,0.3223,0,1,0.6143,1,1,1,0.0763,0.6143,0,1,1,1,1,1,0.043879498,0,0.122645847,1,1,1,1,1,0.005613299,0,0.009393194,1,1,1,1,1,0.102995872,0,0.412095215,0.412100698,0.412234043
-3745,1,0.3967,1,1,1,1,1,1,1,1,0.0158,0.3967,0,1,0.3222,1,1,1,1,1,1,0,0.3222,0,1,0.6143,1,1,1,0.078,0.6143,0,1,1,1,1,1,0.018257389,0,0.207783282,1,1,1,1,1,0.001394002,0,0.012623299,1,1,1,1,1,0.120765433,0,0.391735138,0.391791834,0.391843972
-3746,1,0.3962,1,1,1,1,1,1,1,1,0.0138,0.3962,0,1,0.322,1,1,1,1,1,1,0,0.322,0,1,0.6143,1,1,1,0.0713,0.6143,0,1,1,1,1,1,0.01582359,0,0.118809298,1,1,1,1,1,0.0010975,0,0,1,1,1,1,1,0.129374444,0,0.381887385,0.381848953,0.381648936
-3747,1,0.3957,1,1,1,1,1,1,1,1,0.0139,0.3957,0,1,0.3219,1,1,1,1,1,1,0.0191,0.3219,0,1,0.6143,1,1,1,0.0654,0.6143,0,1,1,1,1,1,0.012153586,0,0.094481386,1,1,1,1,1,0.019836087,0,0,1,1,1,1,1,0.112777889,0,0.377960367,0.37782949,0.377659574
-3748,1,0.3952,1,1,1,1,1,1,1,1,0.0196,0.3952,0,1,0.3217,1,1,1,1,1,1,0.0294,0.3217,0,1,0.6143,1,1,1,0.0717,0.6143,0,1,1,1,1,1,0.017570913,0,0.126439705,1,1,1,1,1,0.02163448,0,0,1,1,1,1,1,0.094080001,0,0.387989367,0.387983922,0.388297872
-3749,1,0.3947,1,1,1,1,1,1,1,1,0,0.3947,0.1241,1,0.3216,1,1,1,1,1,1,0,0.3216,0.1383,1,0.6143,1,1,1,0.004,0.6143,0.122,1,1,1,1,1,0.000506061,0.249265119,0.007158874,1,1,1,1,1,0.002071805,0.234061226,0,1,1,1,1,1,0.003371501,0.325253129,0.416565974,0.416754813,0.416666667
-3750,1,0.3942,1,1,1,1,1,1,1,1,0,0.3942,0.1222,1,0.3214,1,1,1,1,1,1,0,0.3214,0.1429,1,0.6143,1,1,1,0.0076,0.6143,0.1325,1,1,1,1,1,0,0.477671534,0.008782838,1,1,1,1,1,0,0.449204087,0,1,1,1,1,1,0.00588188,0.526377201,0.483627356,0.483816374,0.483599291
-3751,1,0.3937,1,1,1,1,1,1,1,1,0.0003,0.3937,0.2512,1,0.3212,1,1,1,1,1,1,0,0.3212,0.2677,1,0.6143,1,1,1,0.0625,0.6143,0.2508,1,1,1,1,1,1.43E-05,0.613138199,0.000485861,1,1,1,1,1,0,0.534691572,0,1,1,1,1,1,0.062866099,0.673485994,0.539753504,0.53966575,0.539893617
-3752,1,0.3932,1,1,1,1,1,1,1,1,0,0.3932,0.3878,1,0.3211,1,1,1,1,1,1,0,0.3211,0.3854,1,0.6143,1,1,1,0.0597,0.6143,0.3882,1,1,1,1,1,1.39E-06,0.68796277,0.003669593,1,1,1,1,1,0,0.625641763,0,1,1,1,1,1,0.051479612,0.738955379,0.562711455,0.562724773,0.562943262
-3753,1,0.3927,1,1,1,1,1,1,1,1,0.0024,0.3927,0.4871,1,0.3209,1,1,1,1,1,1,0,0.3209,0.4668,1,0.6143,1,1,1,0.0979,0.6143,0.4952,1,1,1,1,1,0.000462071,0.730652511,0,1,1,1,1,1,5.58E-06,0.665381908,0.007840315,1,1,1,1,1,0.086009897,0.812840223,0.576063316,0.576052465,0.576241135
-3754,1,0.3922,1,1,1,1,1,1,1,1,0.0059,0.3922,0.5537,1,0.3208,1,1,1,1,1,1,0,0.3208,0.5018,1,0.6143,1,1,1,0.0793,0.6143,0.5704,1,1,1,1,1,0.002540509,0.781079054,0,1,1,1,1,1,0.003238793,0.689219654,0.012224608,1,1,1,1,1,0.087704509,0.856286645,0.588931851,0.588957055,0.589095745
-3755,1,0.3917,1,1,1,1,1,1,1,1,0.0104,0.3917,0.5492,1,0.3206,1,1,1,1,1,1,0,0.3206,0.5033,1,0.6143,1,1,1,0.1081,0.6143,0.5917,1,1,1,1,1,0.006394552,0.749305904,0,1,1,1,1,1,0.00355149,0.687061846,0,1,1,1,1,1,0.054203592,0.908898234,0.595275495,0.595303575,0.595301418
-3756,1,0.3912,1,1,1,1,1,1,1,1,0.0153,0.3912,0.5536,1,0.3204,1,1,1,1,1,1,0,0.3204,0.5427,1,0.6143,1,1,1,0.0859,0.6143,0.5607,1,1,1,1,1,0.009031196,0.775185108,0.000276822,1,1,1,1,1,0.005097766,0.754668176,0,1,1,1,1,1,0.069391534,0.885374188,0.596725471,0.59678443,0.597074468
-3757,1,0.3907,1,1,1,1,1,1,1,1,0.0159,0.3907,0.5461,1,0.3203,1,1,1,1,1,1,0,0.3203,0.5784,1,0.6143,1,1,1,0.0482,0.6143,0.5706,1,1,1,1,1,0.008292647,0.781242669,0.001586638,1,1,1,1,1,0.003246881,0.806595922,0,1,1,1,1,1,0.039924718,0.832529724,0.598840019,0.598688386,0.59929078
-3758,1,0.3902,1,1,1,1,1,1,1,1,0.0108,0.3902,0.5098,1,0.3201,1,1,1,1,1,1,0,0.3201,0.528,1,0.6144,1,1,1,0.0335,0.6144,0.5712,1,1,1,1,1,0.004829584,0.755361974,0.005767275,1,1,1,1,1,0.01192704,0.811023235,0,1,1,1,1,1,0.023409953,0.773797154,0.594490092,0.594668923,0.594858156
-3759,1,0.3897,1,1,1,1,1,1,1,1,0.007,0.3897,0.4265,1,0.32,1,1,1,1,1,1,0.0058,0.32,0.4384,1,0.6144,1,1,1,0.0246,0.6144,0.4508,1,1,1,1,1,0.002454245,0.707368314,0.013667549,1,1,1,1,1,0.011536092,0.747442842,0,1,1,1,1,1,0.029180074,0.714936256,0.590804737,0.590649461,0.590868794
-3760,1,0.3892,1,1,1,1,1,1,1,1,0.024,0.3892,0.3101,1,0.3198,1,1,1,1,1,1,0.0072,0.3198,0.3373,1,0.6144,1,1,1,0.0188,0.6144,0.3013,1,1,1,1,1,0.018071467,0.671942353,0,1,1,1,1,1,0.01962547,0.692184448,0.004525131,1,1,1,1,1,0.033210207,0.668248773,0.590683905,0.590649461,0.590868794
-3761,1,0.3887,1,1,1,1,1,1,1,1,0.0069,0.3887,0.1759,1,0.3197,1,1,1,1,1,1,0.0014,0.3197,0.2155,1,0.6144,1,1,1,0.0128,0.6144,0.1408,1,1,1,1,1,0.022315653,0.558520913,0.003013499,1,1,1,1,1,0.018603265,0.593762994,0.037276961,1,1,1,1,1,0.017319983,0.536962807,0.588508942,0.588533954,0.588652482
-3762,1,0.3882,1,1,1,1,1,1,1,1,0.0081,0.3882,0.0906,1,0.3195,1,1,1,1,1,1,0,0.3195,0.0932,1,0.6144,1,1,1,0.0188,0.6144,0.0806,1,1,1,1,1,0.022203704,0.321631581,0.005824281,1,1,1,1,1,0.011808019,0.312237918,0.109563351,1,1,1,1,1,0.01851611,0.356585473,0.578177864,0.578167971,0.578014184
-3763,1,0.3877,1,1,1,1,1,1,1,1,0.0206,0.3877,0.0081,1,0.3193,1,1,1,1,1,1,0.0121,0.3193,0.0058,1,0.6144,1,1,1,0.0174,0.6144,0.051,1,1,1,1,1,0.036593918,0.013942987,0.001919353,1,1,1,1,1,0.004888179,0.019218268,0.048613347,1,1,1,1,1,0.012748487,0,0.573525858,0.573725407,0.574024823
-3764,1,0.3871,1,1,1,1,1,1,1,1,0.0359,0.3871,0,1,0.3192,1,1,1,1,1,1,0.0056,0.3192,0,1,0.6144,1,1,1,0.0429,0.6144,0,1,1,1,1,1,0.045524109,0,0.000155521,1,1,1,1,1,0.003179062,0,0,1,1,1,1,1,0.037198469,0,0.584763171,0.584726042,0.584663121
-3765,1,0.3866,1,1,1,1,1,1,1,1,0.0532,0.3866,0,1,0.319,1,1,1,1,1,1,0,0.319,0,1,0.6144,1,1,1,0.0544,0.6144,0,1,1,1,1,1,0.066263825,0,0.004371807,1,1,1,1,1,0.008821904,0,0.001620942,1,1,1,1,1,0.053473443,0,0.564463509,0.564628729,0.564716312
-3766,1,0.3861,1,1,1,1,1,1,1,1,0.0473,0.3861,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6144,1,1,1,0.0376,0.6144,0,1,1,1,1,1,0.056390721,0,0.014998789,1,1,1,1,1,0.005959344,0,0.019620419,1,1,1,1,1,0.0658416,0,0.50598115,0.505817643,0.506205674
-3767,1,0.3856,1,1,1,1,1,1,1,1,0.036,0.3856,0,1,0.3187,1,1,1,1,1,1,0,0.3187,0,1,0.6144,1,1,1,0.0155,0.6144,0,1,1,1,1,1,0.043227356,0,0.027550871,1,1,1,1,1,0.00466945,0,0.060014922,1,1,1,1,1,0.04728936,0,0.450640406,0.450602919,0.450797872
-3768,1,0.3851,1,1,1,1,1,1,1,1,0.0366,0.3851,0,1,0.3185,1,1,1,1,1,1,0,0.3185,0,1,0.6144,1,1,1,0.0059,0.6144,0,1,1,1,1,1,0.057702526,0,0.037790045,1,1,1,1,1,0.002832129,0,0.059812307,1,1,1,1,1,0.025354313,0,0.414632673,0.414639306,0.414450355
-3769,1,0.3846,1,1,1,1,1,1,1,1,0.043,0.3846,0,1,0.3184,1,1,1,1,1,1,0,0.3184,0,1,0.6144,1,1,1,0.0063,0.6144,0,1,1,1,1,1,0.05386686,0,0.070607089,1,1,1,1,1,0.001263,0,0.191966772,1,1,1,1,1,0.013024315,0,0.393487192,0.393484239,0.393617021
-3770,1,0.3841,1,1,1,1,1,1,1,1,0.0211,0.3841,0,1,0.3182,1,1,1,1,1,1,0,0.3182,0,1,0.6144,1,1,1,0.0118,0.6144,0,1,1,1,1,1,0.025459711,0,0.014455982,1,1,1,1,1,0.000387157,0,0.174740583,1,1,1,1,1,0.012086002,0,0.382854036,0.382906706,0.382978723
-3771,1,0.3836,1,1,1,1,1,1,1,1,0.0096,0.3836,0,1,0.3181,1,1,1,1,1,1,0,0.3181,0,1,0.6144,1,1,1,0.0081,0.6144,0,1,1,1,1,1,0.011689012,0,0.027269673,1,1,1,1,1,0.000164783,0,0.131753936,1,1,1,1,1,0.011656821,0,0.3800145,0.379944997,0.379875887
-3772,1,0.3831,1,1,1,1,1,1,1,1,0.0059,0.3831,0,1,0.3179,1,1,1,1,1,1,0,0.3179,0,1,0.6144,1,1,1,0.0057,0.6144,0,1,1,1,1,1,0.00751544,0,0.08508496,1,1,1,1,1,0.000439369,0,0.053317282,1,1,1,1,1,0.009293511,0,0.389378927,0.389464777,0.38962766
-3773,1,0.3826,1,1,1,1,1,1,1,1,0.0059,0.3826,0.06,1,0.3178,1,1,1,1,1,1,0,0.3178,0.0936,1,0.6144,1,1,1,0.0027,0.6144,0.0877,1,1,1,1,1,0.009981646,0.094782166,0.031917904,1,1,1,1,1,0.000151984,0.215425938,0.046086915,1,1,1,1,1,0.005643889,0.177499905,0.418076365,0.418024117,0.417996454
-3774,1,0.3821,1,1,1,1,1,1,1,1,0.0026,0.3821,0.1215,1,0.3176,1,1,1,1,1,1,0,0.3176,0.1361,1,0.6144,1,1,1,0.002,0.6144,0.1,1,1,1,1,1,0.007962682,0.434211969,0.0045158,1,1,1,1,1,0.000247016,0.507811964,0.00652644,1,1,1,1,1,0.00375145,0.447928309,0.484352344,0.484451026,0.484485816
-3775,1,0.3816,1,1,1,1,1,1,1,1,0,0.3816,0.2508,1,0.3174,1,1,1,1,1,1,0,0.3174,0.2743,1,0.6144,1,1,1,0.0005,0.6144,0.2313,1,1,1,1,1,4.50E-06,0.63399148,0.044343352,1,1,1,1,1,0.000318462,0.702271223,0.023234818,1,1,1,1,1,0.00084049,0.637398958,0.538182697,0.538184895,0.538120567
-3776,1,0.3811,1,1,1,1,1,1,1,1,0,0.3811,0.3959,1,0.3173,1,1,1,1,1,1,0,0.3173,0.4289,1,0.6144,1,1,1,0.0004,0.6144,0.3609,1,1,1,1,1,6.86E-05,0.724411488,0.044418093,1,1,1,1,1,0,0.864521146,0.070246868,1,1,1,1,1,0.000761108,0.717485785,0.563255196,0.563359425,0.563386525
-3777,1,0.3806,1,1,1,1,1,1,1,1,0,0.3806,0.4885,1,0.3171,1,1,1,1,1,1,0,0.3171,0.5036,1,0.6144,1,1,1,0.0028,0.6144,0.4336,1,1,1,1,1,0,0.742560148,0.120998725,1,1,1,1,1,2.43E-05,0.808232307,0.029817542,1,1,1,1,1,0.000351264,0.667050481,0.584038183,0.58409139,0.584219858
-3778,1,0.3801,1,1,1,1,1,1,1,1,0.0056,0.3801,0.5839,1,0.317,1,1,1,1,1,1,0,0.317,0.6008,1,0.6144,1,1,1,0.0053,0.6144,0.5146,1,1,1,1,1,0.001938305,0.846293211,0.001744886,1,1,1,1,1,0.000180901,0.896276474,0.009171466,1,1,1,1,1,0.001553323,0.705338001,0.601739971,0.601650095,0.601950355
-3779,1,0.3796,1,1,1,1,1,1,1,1,0.0119,0.3796,0.6002,1,0.3168,1,1,1,1,1,1,0,0.3168,0.6268,1,0.6144,1,1,1,0.0033,0.6144,0.5526,1,1,1,1,1,0.007195343,0.8746261,0.000392444,1,1,1,1,1,0.005069264,0.873966992,0.015218064,1,1,1,1,1,0.003407832,0.717353106,0.613279362,0.613285382,0.613475177
-3780,1,0.3791,1,1,1,1,1,1,1,1,0.0291,0.3791,0.5814,1,0.3166,1,1,1,1,1,1,0.0085,0.3166,0.6449,1,0.6144,1,1,1,0.0079,0.6144,0.5112,1,1,1,1,1,0.020042667,0.831165075,0.005794654,1,1,1,1,1,0.02311746,0.882810414,0,1,1,1,1,1,0.008975899,0.703085065,0.614608507,0.614766237,0.614804965
-3781,1,0.3786,1,1,1,1,1,1,1,1,0.0583,0.3786,0.5694,1,0.3165,1,1,1,1,1,1,0.0132,0.3165,0.6367,1,0.6145,1,1,1,0.0165,0.6145,0.4949,1,1,1,1,1,0.046274729,0.803987682,0.128102764,1,1,1,1,1,0.039571151,0.898209512,0,1,1,1,1,1,0.020160893,0.69816637,0.618716771,0.618574149,0.618794326
-3782,1,0.3781,1,1,1,1,1,1,1,1,0.0785,0.3781,0.5128,1,0.3163,1,1,1,1,1,1,0.0244,0.3163,0.5413,1,0.6145,1,1,1,0.007,0.6145,0.4392,1,1,1,1,1,0.027398005,0.76201427,0.273634672,1,1,1,1,1,0.033263076,0.861177921,0.001183246,1,1,1,1,1,0.026943829,0.62566489,0.614548091,0.614766237,0.614804965
-3783,1,0.3775,1,1,1,1,1,1,1,1,0.0543,0.3775,0.4113,1,0.3162,1,1,1,1,1,1,0.0246,0.3162,0.4578,1,0.6145,1,1,1,0.0056,0.6145,0.4016,1,1,1,1,1,0.011335768,0.7384969,0.151464969,1,1,1,1,1,0.029635433,0.832141101,0.000324607,1,1,1,1,1,0.031128237,0.535396278,0.611708555,0.611804527,0.611702128
-3784,1,0.377,1,1,1,1,1,1,1,1,0.0404,0.377,0.2989,1,0.316,1,1,1,1,1,1,0.0075,0.316,0.3469,1,0.6145,1,1,1,0.0056,0.6145,0.289,1,1,1,1,1,0.007955132,0.648345709,0.231446147,1,1,1,1,1,0.018267082,0.745251298,0.00586021,1,1,1,1,1,0.019710306,0.490406454,0.610016916,0.610112122,0.609929078
-3785,1,0.3765,1,1,1,1,1,1,1,1,0.0197,0.3765,0.1584,1,0.3158,1,1,1,1,1,1,0.0013,0.3158,0.1927,1,0.6145,1,1,1,0.0092,0.6145,0.1597,1,1,1,1,1,0.019585866,0.513570547,0.315191686,1,1,1,1,1,0.009050885,0.651491165,0.069356285,1,1,1,1,1,0.020743297,0.462946445,0.605002417,0.605034906,0.605496454
-3786,1,0.376,1,1,1,1,1,1,1,1,0.0242,0.376,0.0753,1,0.3157,1,1,1,1,1,1,0,0.3157,0.0887,1,0.6145,1,1,1,0.0128,0.6145,0.0828,1,1,1,1,1,0.021784158,0.305550218,0.360432774,1,1,1,1,1,0.008457402,0.342309892,0.202497393,1,1,1,1,1,0.023470804,0.222129092,0.592556791,0.592553417,0.592641844
-3787,1,0.3755,1,1,1,1,1,1,1,1,0.01,0.3755,0.0051,1,0.3155,1,1,1,1,1,1,0,0.3155,0.0409,1,0.6145,1,1,1,0.0551,0.6145,0.0975,1,1,1,1,1,0.025142362,0.004234293,0.326351792,1,1,1,1,1,0.032181013,0.037715074,0.353112578,1,1,1,1,1,0.093151562,0,0.586031899,0.585995346,0.58643617
-3788,1,0.375,1,1,1,1,1,1,1,1,0.0027,0.375,0,1,0.3154,1,1,1,1,1,1,0.0514,0.3154,0,1,0.6145,1,1,1,0.0741,0.6145,0,1,1,1,1,1,0.013350673,0,0.17457816,1,1,1,1,1,0.069366567,0,0.608469605,1,1,1,1,1,0.127661809,0,0.595819236,0.595726677,0.595744681
-3789,1,0.3745,1,1,1,1,1,1,1,1,0.0145,0.3745,0,1,0.3152,1,1,1,1,1,1,0.008,0.3152,0,1,0.6145,1,1,1,0.0895,0.6145,0,1,1,1,1,1,0.034476113,0,0.192237526,1,1,1,1,1,0.01656618,0,0.643387198,1,1,1,1,1,0.154247046,0,0.575821653,0.575840914,0.575797872
-3790,1,0.374,1,1,1,1,1,1,1,1,0.0019,0.374,0,1,0.3151,1,1,1,1,1,1,0.0298,0.3151,0,1,0.6145,1,1,1,0.1046,0.6145,0,1,1,1,1,1,0.01893899,0,0.149100736,1,1,1,1,1,0.019957853,0,0.449931681,1,1,1,1,1,0.193828881,0,0.518910101,0.518722234,0.519060284
-3791,1,0.3735,1,1,1,1,1,1,1,1,0.0092,0.3735,0,1,0.3149,1,1,1,1,1,1,0.0621,0.3149,0,1,0.6145,1,1,1,0.1176,0.6145,0,1,1,1,1,1,0.015666679,0,0.119310059,1,1,1,1,1,0.047911465,0,0.263630629,1,1,1,1,1,0.210006669,0,0.461938134,0.461815105,0.461879433
-3792,1,0.373,1,1,1,1,1,1,1,1,0.0115,0.373,0,1,0.3147,1,1,1,1,1,1,0.0456,0.3147,0,1,0.6145,1,1,1,0.0904,0.6145,0,1,1,1,1,1,0.022718068,0,0.037563358,1,1,1,1,1,0.034737825,0,0.133160204,1,1,1,1,1,0.189467132,0,0.422245046,0.42225513,0.421985816
-3793,1,0.3725,1,1,1,1,1,1,1,1,0.0045,0.3725,0,1,0.3146,1,1,1,1,1,1,0.0041,0.3146,0,1,0.6145,1,1,1,0.1027,0.6145,0,1,1,1,1,1,0.01765389,0,0.013947112,1,1,1,1,1,0.010000912,0,0.171622515,1,1,1,1,1,0.198047042,0,0.40158289,0.401523165,0.401595745
-3794,1,0.372,1,1,1,1,1,1,1,1,0.0109,0.372,0,1,0.3144,1,1,1,1,1,1,0,0.3144,0,1,0.6145,1,1,1,0.1006,0.6145,0,1,1,1,1,1,0.020071909,0,0.003968054,1,1,1,1,1,0.001859932,0,0.131186411,1,1,1,1,1,0.187681556,0,0.38919768,0.389253226,0.389184397
-3795,1,0.3715,1,1,1,1,1,1,1,1,0.0286,0.3715,0,1,0.3143,1,1,1,1,1,1,0,0.3143,0,1,0.6145,1,1,1,0.0903,0.6145,0,1,1,1,1,1,0.040615525,0,0,1,1,1,1,1,0.001157789,0,0.142886132,1,1,1,1,1,0.215646267,0,0.383699855,0.383752909,0.383865248
-3796,1,0.371,1,1,1,1,1,1,1,1,0.0351,0.371,0,1,0.3141,1,1,1,1,1,1,0,0.3141,0,1,0.6145,1,1,1,0.111,0.6145,0,1,1,1,1,1,0.059996817,0,0.001077456,1,1,1,1,1,0.000875867,0,0.073468328,1,1,1,1,1,0.287140012,0,0.392580957,0.392638037,0.392287234
-3797,1,0.3705,1,1,1,1,1,1,1,1,0.0398,0.3705,0.1173,1,0.3139,1,1,1,1,1,1,0,0.3139,0.1594,1,0.6145,1,1,1,0.0916,0.6145,0.0967,1,1,1,1,1,0.05672488,0.29715991,0.00064287,1,1,1,1,1,0.00057851,0.326300949,0.029824346,1,1,1,1,1,0.252670407,0.298414975,0.418861769,0.418870319,0.418882979
-3798,1,0.37,1,1,1,1,1,1,1,1,0.0298,0.37,0.1091,1,0.3138,1,1,1,1,1,1,0.0269,0.3138,0.1408,1,0.6145,1,1,1,0.0423,0.6145,0.133,1,1,1,1,1,0.045390572,0.598180234,0.001011598,1,1,1,1,1,0.044164613,0.641082108,0.013758116,1,1,1,1,1,0.170852572,0.544724941,0.484050266,0.484027925,0.484042553
-3799,1,0.3695,1,1,1,1,1,1,1,1,0.0292,0.3695,0.2543,1,0.3136,1,1,1,1,1,1,0.0161,0.3136,0.2798,1,0.6145,1,1,1,0.032,0.6145,0.2474,1,1,1,1,1,0.040155347,0.753158092,0.010667876,1,1,1,1,1,0.027314324,0.841355205,0.024864921,1,1,1,1,1,0.133128121,0.597320378,0.542955534,0.543050561,0.542996454
-3800,1,0.3695,1,1,1,1,1,1,1,1,0.0122,0.3695,0.4103,1,0.3136,1,1,1,1,1,1,0.0046,0.3136,0.4417,1,0.6145,1,1,1,0.0249,0.6145,0.3703,1,1,1,1,1,0.010608869,0.866016507,0.036362313,1,1,1,1,1,0.003390273,0.920823753,0,1,1,1,1,1,0.035312384,0.622587085,0.57322378,0.573302306,0.57358156
-3801,1,0.3695,1,1,1,1,1,1,1,1,0.0033,0.3695,0.5368,1,0.3136,1,1,1,1,1,1,0.004,0.3136,0.5567,1,0.6145,1,1,1,0.0112,0.6145,0.4006,1,1,1,1,1,0.001097377,0.932702482,0.061881803,1,1,1,1,1,0.005567893,0.929556847,0.012953142,1,1,1,1,1,0.025785362,0.786822438,0.59660464,0.59678443,0.597074468
-3802,1,0.3695,1,1,1,1,1,1,1,1,0.0202,0.3695,0.6338,1,0.3136,1,1,1,1,1,1,0.0274,0.3136,0.6407,1,0.6145,1,1,1,0.0365,0.6145,0.5231,1,1,1,1,1,0.005701158,0.941606283,0.064184695,1,1,1,1,1,0.025788317,0.93139863,0,1,1,1,1,1,0.035463199,0.883285046,0.617810536,0.617727946,0.617907801
-3803,1,0.3695,1,1,1,1,1,1,1,1,0.0743,0.3695,0.6642,1,0.3136,1,1,1,1,1,1,0.042,0.3136,0.669,1,0.6145,1,1,1,0.0417,0.6145,0.5441,1,1,1,1,1,0.011890108,0.890469551,0.076393522,1,1,1,1,1,0.037307177,0.948401093,0,1,1,1,1,1,0.036356758,0.824671268,0.630920735,0.630844087,0.630762411
-3804,1,0.3695,1,1,1,1,1,1,1,1,0.1919,0.3695,0.6187,1,0.3136,1,1,1,1,1,1,0.0906,0.3136,0.62,1,0.6145,1,1,1,0.0576,0.6145,0.4693,1,1,1,1,1,0.026111444,0.867726088,0.079811156,1,1,1,1,1,0.079912968,0.903063715,0,1,1,1,1,1,0.049196936,0.814444184,0.636116481,0.636132854,0.63608156
-3805,1,0.3695,1,1,1,1,1,1,1,1,0.222,0.3695,0.6035,1,0.3136,1,1,1,1,1,1,0.0479,0.3136,0.5729,1,0.6145,1,1,1,0.0826,0.6145,0.5646,1,1,1,1,1,0.044095393,0.807070434,0.104898177,1,1,1,1,1,0.047897063,0.848401904,0.002695812,1,1,1,1,1,0.05837094,0.780907273,0.644091348,0.644171779,0.644060284
-3806,1,0.3695,1,1,1,1,1,1,1,1,0.2293,0.3695,0.5322,1,0.3136,1,1,1,1,1,1,0.1056,0.3136,0.5269,1,0.6145,1,1,1,0.1417,0.6145,0.3666,1,1,1,1,1,0.078989603,0.710661054,0.116375454,1,1,1,1,1,0.106938109,0.74147886,0.076028273,1,1,1,1,1,0.172896877,0.706547201,0.643910101,0.643960228,0.644060284
-3807,1,0.3695,1,1,1,1,1,1,1,1,0.2955,0.3695,0.3911,1,0.3136,1,1,1,1,1,1,0.2768,0.3136,0.45,1,0.6145,1,1,1,0.1486,0.6145,0.2778,1,1,1,1,1,0.131724879,0.635742843,0.248948798,1,1,1,1,1,0.242092624,0.728936613,0.236336142,1,1,1,1,1,0.17567803,0.517727852,0.639016433,0.639094563,0.639184397
-3808,1,0.3695,1,1,1,1,1,1,1,1,0.2883,0.3695,0.2873,1,0.3136,1,1,1,1,1,1,0.3294,0.3136,0.3316,1,0.6145,1,1,1,0.1277,0.6145,0.2064,1,1,1,1,1,0.117614791,0.469980508,0.339534521,1,1,1,1,1,0.274483293,0.621194124,0.410385072,1,1,1,1,1,0.111729637,0.322074205,0.634787337,0.634651999,0.635195035
-3809,1,0.3695,1,1,1,1,1,1,1,1,0.2902,0.3695,0.1572,1,0.3136,1,1,1,1,1,1,0.139,0.3136,0.2115,1,0.6145,1,1,1,0.0765,0.6145,0.1516,1,1,1,1,1,0.116898224,0.424625278,0.494507074,1,1,1,1,1,0.141382292,0.467411876,0.454307348,1,1,1,1,1,0.084031366,0.164293975,0.62361044,0.623651365,0.623670213
-3810,1,0.3695,1,1,1,1,1,1,1,1,0.1737,0.3695,0.0753,1,0.3136,1,1,1,1,1,1,0.1109,0.3136,0.0873,1,0.6145,1,1,1,0.0558,0.6145,0.0366,1,1,1,1,1,0.08320269,0.224011883,0.378289878,1,1,1,1,1,0.111961901,0.16727747,0.557315707,1,1,1,1,1,0.094664194,0.10209351,0.605183664,0.605246457,0.605496454
-3811,1,0.3695,1,1,1,1,1,1,1,1,0.2018,0.3695,0,1,0.3136,1,1,1,1,1,1,0.196,0.3136,0,1,0.6145,1,1,1,0.0356,0.6145,0,1,1,1,1,1,0.148468256,0,0.79186213,1,1,1,1,1,0.241517246,0.000625001,0.710817575,1,1,1,1,1,0.071506992,0,0.59340261,0.593399619,0.593528369
-3812,1,0.3695,1,1,1,1,1,1,1,1,0.2613,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2029,0.3136,0,1,0.6145,1,1,1,0.0576,0.6145,0,1,1,1,1,1,0.241333902,0,0.899522245,1,1,1,1,1,0.254255295,0,0.795350313,1,1,1,1,1,0.055394955,0,0.598537941,0.598688386,0.598847518
-3813,1,0.3695,1,1,1,1,1,1,1,1,0.3291,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1181,0.3136,0,1,0.6145,1,1,1,0.045,0.6145,0,1,1,1,1,1,0.342269957,0,0.98636353,1,1,1,1,1,0.153309613,0,0.961085439,1,1,1,1,1,0.063831151,0,0.581621556,0.581764333,0.582003546
-3814,1,0.3695,1,1,1,1,1,1,1,1,0.2797,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1418,0.3136,0,1,0.6145,1,1,1,0.0967,0.6145,0,1,1,1,1,1,0.22688733,0,1,1,1,1,1,1,0.165051013,0,1,1,1,1,1,1,0.11923936,0,0.532443209,0.532473027,0.532358156
-3815,1,0.3695,1,1,1,1,1,1,1,1,0.2166,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1911,0.3136,0,1,0.6145,1,1,1,0.1236,0.6145,0,1,1,1,1,1,0.103716575,0,1,1,1,1,1,1,0.202923134,0,1,1,1,1,1,1,0.204200879,0,0.479458676,0.479585361,0.479609929
-3816,1,0.3695,1,1,1,1,1,1,1,1,0.234,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2683,0.3136,0,1,0.6145,1,1,1,0.0855,0.6145,0,1,1,1,1,1,0.150300384,0,1,1,1,1,1,1,0.365311861,0,1,1,1,1,1,1,0.176857084,0,0.438738521,0.438756082,0.438829787
-3817,1,0.3695,1,1,1,1,1,1,1,1,0.201,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2202,0.3136,0,1,0.6145,1,1,1,0.1462,0.6145,0,1,1,1,1,1,0.176256076,0,1,1,1,1,1,1,0.329134852,0,1,1,1,1,1,1,0.320028514,0,0.412457709,0.412523799,0.412677305
-3818,1,0.3695,1,1,1,1,1,1,1,1,0.2999,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2468,0.3136,0,1,0.6145,1,1,1,0.1619,0.6145,0,1,1,1,1,1,0.358552933,0,1,1,1,1,1,1,0.405307114,0,1,1,1,1,1,1,0.394502521,0,0.397897535,0.397715253,0.398049645
-3819,1,0.3695,1,1,1,1,1,1,1,1,0.3003,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2027,0.3136,0,1,0.6145,1,1,1,0.2106,0.6145,0,1,1,1,1,1,0.331923008,0,1,1,1,1,1,1,0.343608469,0,0.909977794,1,1,1,1,1,0.493733257,0,0.388049783,0.387983922,0.388297872
-3820,1,0.3695,1,1,1,1,1,1,1,1,0.2741,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2054,0.3136,0,1,0.6145,1,1,1,0.1612,0.6145,0,1,1,1,1,1,0.288332611,0,1,1,1,1,1,1,0.33400315,0,0.84547621,1,1,1,1,1,0.404295027,0,0.386297728,0.386291517,0.38608156
-3821,1,0.3695,1,1,1,1,1,1,1,1,0.2079,0.3695,0.1204,1,0.3136,1,1,1,1,1,1,0.1334,0.3136,0.0374,1,0.6145,1,1,1,0.1597,0.6145,0.1703,1,1,1,1,1,0.240365952,0.262888312,1,1,1,1,1,1,0.198722363,0.028162623,0.7716223,1,1,1,1,1,0.404893279,0.472293913,0.388170614,0.388195473,0.388297872
-3822,1,0.3695,1,1,1,1,1,1,1,1,0.1097,0.3695,0.1029,1,0.3136,1,1,1,1,1,1,0.017,0.3136,0.1252,1,0.6145,1,1,1,0.1498,0.6145,0.0785,1,1,1,1,1,0.106934547,0.500888109,0.995484591,1,1,1,1,1,0.038150921,0.219890863,0.512174904,1,1,1,1,1,0.346411973,0.752523541,0.41481392,0.414639306,0.414893617
-3823,1,0.3695,1,1,1,1,1,1,1,1,0.08,0.3695,0.2414,1,0.3136,1,1,1,1,1,1,0.0205,0.3136,0.2235,1,0.6145,1,1,1,0.1354,0.6145,0.2411,1,1,1,1,1,0.063444704,0.607426822,0.998620689,1,1,1,1,1,0.036902219,0.336326092,0.421404213,1,1,1,1,1,0.383137941,0.897215068,0.459884002,0.459911149,0.459663121
-3824,1,0.3695,1,1,1,1,1,1,1,1,0.0775,0.3695,0.3655,1,0.3136,1,1,1,1,1,1,0.0091,0.3136,0.3201,1,0.6145,1,1,1,0.2328,0.6145,0.4204,1,1,1,1,1,0.059062131,0.679268062,0.652118564,1,1,1,1,1,0.010429602,0.474945724,0.169212312,1,1,1,1,1,0.559875429,0.952899218,0.507189464,0.507086947,0.507092199
-3825,1,0.3695,1,1,1,1,1,1,1,1,0.0682,0.3695,0.4439,1,0.3136,1,1,1,1,1,1,0.0074,0.3136,0.4008,1,0.6145,1,1,1,0.2043,0.6145,0.5511,1,1,1,1,1,0.096189268,0.696035564,0.267243922,1,1,1,1,1,0.01263681,0.520544708,0.077692412,1,1,1,1,1,0.491520166,0.97763896,0.537699372,0.537761794,0.538120567
-3826,1,0.3695,1,1,1,1,1,1,1,1,0.029,0.3695,0.5051,1,0.3136,1,1,1,1,1,1,0,0.3136,0.44,1,0.6145,1,1,1,0.2299,0.6145,0.6374,1,1,1,1,1,0.044650935,0.688874722,0.164091527,1,1,1,1,1,0.000327643,0.560952961,0.055288747,1,1,1,1,1,0.486297876,0.982740521,0.554736588,0.554685847,0.554964539
-3827,1,0.3695,1,1,1,1,1,1,1,1,0.0157,0.3695,0.5225,1,0.3136,1,1,1,1,1,1,0,0.3136,0.4501,1,0.6145,1,1,1,0.3356,0.6145,0.6705,1,1,1,1,1,0.023206348,0.710966229,0.031552292,1,1,1,1,1,0.002662415,0.607325137,0.025999477,1,1,1,1,1,0.594362199,0.980256796,0.56180522,0.561667019,0.562056738
-3828,1,0.3695,1,1,1,1,1,1,1,1,0.022,0.3695,0.5304,1,0.3136,1,1,1,1,1,1,0.0493,0.3136,0.4479,1,0.6145,1,1,1,0.2625,0.6145,0.6784,1,1,1,1,1,0.032722875,0.701665521,0.001511908,1,1,1,1,1,0.037859973,0.600097775,0,1,1,1,1,1,0.384012908,0.968788803,0.562288545,0.562301671,0.5625
-3829,1,0.3695,1,1,1,1,1,1,1,1,0.0598,0.3695,0.4989,1,0.3136,1,1,1,1,1,1,0.0354,0.3136,0.4261,1,0.6145,1,1,1,0.2719,0.6145,0.6702,1,1,1,1,1,0.047688819,0.67618084,0.009561259,1,1,1,1,1,0.032927759,0.591872931,0,1,1,1,1,1,0.425363213,0.966337264,0.558361527,0.558282209,0.558510638
-3830,1,0.3695,1,1,1,1,1,1,1,1,0.1057,0.3695,0.4838,1,0.3136,1,1,1,1,1,1,0,0.3136,0.4641,1,0.6145,1,1,1,0.2534,0.6145,0.598,1,1,1,1,1,0.049450401,0.693012834,0.107630417,1,1,1,1,1,0.018188175,0.664861679,0,1,1,1,1,1,0.453184664,0.925094485,0.554736588,0.554685847,0.554964539
-3831,1,0.3695,1,1,1,1,1,1,1,1,0.0998,0.3695,0.4305,1,0.3136,1,1,1,1,1,1,0.0066,0.3136,0.4392,1,0.6145,1,1,1,0.2276,0.6145,0.4729,1,1,1,1,1,0.03293138,0.759625435,0.132844135,1,1,1,1,1,0.026494335,0.635333717,0.000575916,1,1,1,1,1,0.350557089,0.92005682,0.555521991,0.55553205,0.555407801
-3832,1,0.3695,1,1,1,1,1,1,1,1,0.1392,0.3695,0.3179,1,0.3136,1,1,1,1,1,1,0.0547,0.3136,0.3369,1,0.6145,1,1,1,0.2677,0.6145,0.3325,1,1,1,1,1,0.08179003,0.928042412,0.095876865,1,1,1,1,1,0.067698739,0.626356006,0,1,1,1,1,1,0.449343354,0.998728335,0.561442726,0.561455469,0.561613475
-3833,1,0.3695,1,1,1,1,1,1,1,1,0.1532,0.3695,0.1632,1,0.3136,1,1,1,1,1,1,0.0967,0.3136,0.183,1,0.6145,1,1,1,0.2596,0.6145,0.1307,1,1,1,1,1,0.135438263,0.680861652,0.221850902,1,1,1,1,1,0.113220833,0.395611435,0.021824084,1,1,1,1,1,0.433767229,0.814160883,0.565671822,0.565686482,0.565602837
-3834,1,0.3695,1,1,1,1,1,1,1,1,0.0911,0.3695,0.082,1,0.3136,1,1,1,1,1,1,0.0365,0.3136,0.0942,1,0.6145,1,1,1,0.174,0.6145,0.0865,1,1,1,1,1,0.056544241,0.471925884,0.253049016,1,1,1,1,1,0.047046509,0.336835563,0.015314923,1,1,1,1,1,0.275719762,0.585682809,0.561684389,0.561667019,0.561613475
-3835,1,0.3695,1,1,1,1,1,1,1,1,0.0296,0.3695,0.0162,1,0.3136,1,1,1,1,1,1,0.0066,0.3136,0.0077,1,0.6145,1,1,1,0.0947,0.6145,0.2156,1,1,1,1,1,0.013200922,0.0545002,0.049715683,1,1,1,1,1,0.011944038,0.001857316,0,1,1,1,1,1,0.180366114,0.188506767,0.555340744,0.555320499,0.555407801
-3836,1,0.3695,1,1,1,1,1,1,1,1,0.0371,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0126,0.3136,0,1,0.6145,1,1,1,0.0827,0.6145,0,1,1,1,1,1,0.031356383,0,0.01529526,1,1,1,1,1,0.018418435,0,0,1,1,1,1,1,0.191646144,0,0.563376027,0.563359425,0.563386525
-3837,1,0.3695,1,1,1,1,1,1,1,1,0.0714,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0178,0.3136,0,1,0.6145,1,1,1,0.1353,0.6145,0,1,1,1,1,1,0.052155338,0,0.015546439,1,1,1,1,1,0.02534347,0,0.000303665,1,1,1,1,1,0.282814473,0,0.558482359,0.558493759,0.558510638
-3838,1,0.3695,1,1,1,1,1,1,1,1,0.0353,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0176,0.3136,0,1,0.6145,1,1,1,0.1526,0.6145,0,1,1,1,1,1,0.060285896,0,0.048062839,1,1,1,1,1,0.024478672,0,0.000387435,1,1,1,1,1,0.291136861,0,0.519635089,0.519779987,0.519503546
-3839,1,0.3695,1,1,1,1,1,1,1,1,0.0519,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0145,0.3136,0,1,0.6145,1,1,1,0.1625,0.6145,0,1,1,1,1,1,0.049590476,0,0.110772096,1,1,1,1,1,0.018964672,0,0.000340314,1,1,1,1,1,0.281604439,0,0.473235863,0.473238841,0.473404255
-3840,1,0.3695,1,1,1,1,1,1,1,1,0.0602,0.3695,0,1,0.3136,1,1,1,1,1,1,0.029,0.3136,0,1,0.6145,1,1,1,0.1559,0.6145,0,1,1,1,1,1,0.053860944,0,0.129036322,1,1,1,1,1,0.035842333,0,0.078311525,1,1,1,1,1,0.264733642,0,0.432817786,0.432832663,0.432624113
-3841,1,0.3695,1,1,1,1,1,1,1,1,0.0902,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0318,0.3136,0,1,0.6145,1,1,1,0.1613,0.6145,0,1,1,1,1,1,0.050208382,0,0.153378263,1,1,1,1,1,0.038540665,0,0.085280366,1,1,1,1,1,0.19855468,0,0.407564041,0.407658134,0.407358156
-3842,1,0.3695,1,1,1,1,1,1,1,1,0.0839,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0494,0.3136,0,1,0.6145,1,1,1,0.1508,0.6145,0,1,1,1,1,1,0.040141106,0,0.161103219,1,1,1,1,1,0.042874251,0,0.056837961,1,1,1,1,1,0.16749914,0,0.391855969,0.391791834,0.391843972
-3843,1,0.3695,1,1,1,1,1,1,1,1,0.0742,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0143,0.3136,0,1,0.6145,1,1,1,0.1496,0.6145,0,1,1,1,1,1,0.024345122,0,0.16209811,1,1,1,1,1,0.011598874,0,0.049767543,1,1,1,1,1,0.125259966,0,0.382733204,0.382695155,0.382978723
-3844,1,0.3695,1,1,1,1,1,1,1,1,0.0818,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0044,0.3136,0,1,0.6145,1,1,1,0.1737,0.6145,0,1,1,1,1,1,0.026840031,0,0.227187872,1,1,1,1,1,0.006958446,0,0.087544248,1,1,1,1,1,0.114650048,0,0.378564524,0.378675693,0.378546099
-3845,1,0.3695,1,1,1,1,1,1,1,1,0.0449,0.3695,0.109,1,0.3136,1,1,1,1,1,1,0.0044,0.3136,0.0677,1,0.6145,1,1,1,0.1786,0.6145,0.1743,1,1,1,1,1,0.016043292,0.233483106,0.17175597,1,1,1,1,1,0.01568656,0.145099074,0.065680638,1,1,1,1,1,0.090891816,0.488731563,0.374758337,0.374867781,0.375
-3846,1,0.3695,1,1,1,1,1,1,1,1,0.019,0.3695,0.0981,1,0.3136,1,1,1,1,1,1,0.0174,0.3136,0.1287,1,0.6145,1,1,1,0.1234,0.6145,0.0799,1,1,1,1,1,0.021749338,0.622246325,0.070032641,1,1,1,1,1,0.012697204,0.495566726,0,1,1,1,1,1,0.064725816,0.76381731,0.391855969,0.391791834,0.391843972
-3847,1,0.3695,1,1,1,1,1,1,1,1,0.0042,0.3695,0.2276,1,0.3136,1,1,1,1,1,1,0,0.3136,0.259,1,0.6145,1,1,1,0.0386,0.6145,0.2275,1,1,1,1,1,0.017589247,0.93753624,0.148203999,1,1,1,1,1,0.001410813,0.867017627,0.1090644,1,1,1,1,1,0.04318836,0.999591827,0.431488642,0.431563359,0.431737589
-3848,1,0.3695,1,1,1,1,1,1,1,1,0.0057,0.3695,0.4068,1,0.3136,1,1,1,1,1,1,0,0.3136,0.4189,1,0.6145,1,1,1,0.0204,0.6145,0.4147,1,1,1,1,1,0.000961639,0.869672,0.06028093,1,1,1,1,1,0,0.823113143,0.058521207,1,1,1,1,1,0.021806439,0.950877666,0.480666989,0.480643114,0.480939716
-3849,1,0.3695,1,1,1,1,1,1,1,1,0.0089,0.3695,0.5303,1,0.3136,1,1,1,1,1,1,0,0.3136,0.5266,1,0.6145,1,1,1,0.0313,0.6145,0.5475,1,1,1,1,1,0.001517902,0.895404816,0.027537914,1,1,1,1,1,0,0.816906273,0.024046337,1,1,1,1,1,0.031409945,0.96311146,0.521810053,0.521895494,0.521719858
-3850,1,0.3695,1,1,1,1,1,1,1,1,0.0315,0.3695,0.7236,1,0.3136,1,1,1,1,1,1,0,0.3136,0.7074,1,0.6145,1,1,1,0.0752,0.6145,0.7416,1,1,1,1,1,0.005956152,0.99938345,0.029934481,1,1,1,1,1,3.79E-05,0.993385792,0.003073037,1,1,1,1,1,0.07468991,1,0.549782504,0.549820182,0.550088652
-3851,1,0.3695,1,1,1,1,1,1,1,1,0.026,0.3695,0.6557,1,0.3136,1,1,1,1,1,1,0,0.3136,0.6286,1,0.6145,1,1,1,0.1212,0.6145,0.6827,1,1,1,1,1,0.004554445,0.911543965,0.008246758,1,1,1,1,1,0.000929388,0.836972892,0.029252619,1,1,1,1,1,0.107036151,0.967528582,0.568269696,0.56822509,0.568262411
-3852,1,0.3695,1,1,1,1,1,1,1,1,0.0393,0.3695,0.6538,1,0.3136,1,1,1,1,1,1,0,0.3136,0.6221,1,0.6145,1,1,1,0.1103,0.6145,0.6599,1,1,1,1,1,0.006812623,0.904641032,0.017620582,1,1,1,1,1,0.004915052,0.832128465,0.036261521,1,1,1,1,1,0.071315199,0.951492488,0.579446593,0.579437275,0.579787234
-3853,1,0.3695,1,1,1,1,1,1,1,1,0.0799,0.3695,0.6461,1,0.3136,1,1,1,1,1,1,0,0.3136,0.611,1,0.6145,1,1,1,0.0719,0.6145,0.6626,1,1,1,1,1,0.014765352,0.881653786,0.021642305,1,1,1,1,1,0.012383495,0.833316326,0.021220159,1,1,1,1,1,0.037692904,0.95522809,0.582467376,0.582610535,0.582446809
-3854,1,0.3695,1,1,1,1,1,1,1,1,0.1754,0.3695,0.5663,1,0.3136,1,1,1,1,1,1,0,0.3136,0.5649,1,0.6145,1,1,1,0.0525,0.6145,0.5861,1,1,1,1,1,0.030576743,0.821439505,0.035163276,1,1,1,1,1,0.018780118,0.787786365,0.051135868,1,1,1,1,1,0.065481372,0.89526391,0.584521508,0.584726042,0.584663121
-3855,1,0.3695,1,1,1,1,1,1,1,1,0.221,0.3695,0.4522,1,0.3136,1,1,1,1,1,1,0,0.3136,0.4731,1,0.6145,1,1,1,0.0362,0.6145,0.4602,1,1,1,1,1,0.04955722,0.784421146,0.035020262,1,1,1,1,1,0.032974888,0.753855467,0.071004719,1,1,1,1,1,0.033604786,0.893411279,0.588569357,0.588745505,0.588652482
-3856,1,0.3695,1,1,1,1,1,1,1,1,0.173,0.3695,0.3203,1,0.3136,1,1,1,1,1,1,0,0.3136,0.3513,1,0.6145,1,1,1,0.0339,0.6145,0.2931,1,1,1,1,1,0.064593494,0.752974868,0.038061935,1,1,1,1,1,0.062565483,0.688477278,0.110220164,1,1,1,1,1,0.041594017,0.841479063,0.596544224,0.59678443,0.596631206
-3857,1,0.3695,1,1,1,1,1,1,1,1,0.208,0.3695,0.1618,1,0.3136,1,1,1,1,1,1,0.065,0.3136,0.2051,1,0.6145,1,1,1,0.0434,0.6145,0.1342,1,1,1,1,1,0.154444218,0.688172877,0.073767968,1,1,1,1,1,0.08385703,0.568054795,0.090024084,1,1,1,1,1,0.084779724,0.703142881,0.602102465,0.602073197,0.601950355
-3858,1,0.3695,1,1,1,1,1,1,1,1,0.2109,0.3695,0.0857,1,0.3136,1,1,1,1,1,1,0.1424,0.3136,0.1072,1,0.6145,1,1,1,0.0575,0.6145,0.0868,1,1,1,1,1,0.248529077,0.464170665,0.125408262,1,1,1,1,1,0.162145466,0.360156357,0.154153675,1,1,1,1,1,0.12483415,0.383528531,0.598235863,0.598265285,0.598404255
-3859,1,0.3695,1,1,1,1,1,1,1,1,0.1936,0.3695,0.0362,1,0.3136,1,1,1,1,1,1,0.1429,0.3136,0.0002,1,0.6145,1,1,1,0.0848,0.6145,0.0633,1,1,1,1,1,0.290116042,0.03168935,0.515584946,1,1,1,1,1,0.170041606,0.001188901,0.263568103,1,1,1,1,1,0.159886658,0.001365947,0.589838086,0.589803258,0.58998227
-3860,1,0.3695,1,1,1,1,1,1,1,1,0.1427,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1533,0.3136,0,1,0.6145,1,1,1,0.1382,0.6145,0,1,1,1,1,1,0.25914675,0,0.455973625,1,1,1,1,1,0.166953743,0,0.52713877,1,1,1,1,1,0.264809966,0,0.594490092,0.594668923,0.594858156
-3861,1,0.3695,1,1,1,1,1,1,1,1,0.0167,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.0009,0.6145,0,1,1,1,1,1,0.008712161,0,0.329669416,1,1,1,1,1,0.004218348,0,0.249943987,1,1,1,1,1,0.001745948,0,0.580896568,0.58091813,0.581117021
-3862,1,0.3695,1,1,1,1,1,1,1,1,0.0429,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0738,0.3136,0,1,0.6145,1,1,1,0.1167,0.6145,0,1,1,1,1,1,0.113600776,0,0.136698037,1,1,1,1,1,0.104371995,0,0.341744542,1,1,1,1,1,0.27753067,0,0.525374577,0.525491855,0.525265957
-3863,1,0.3695,1,1,1,1,1,1,1,1,0.0556,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0546,0.3136,0,1,0.6145,1,1,1,0.0894,0.6145,0,1,1,1,1,1,0.107239224,0,0.02864217,1,1,1,1,1,0.089905396,0,0.426214933,1,1,1,1,1,0.225932136,0,0.469731754,0.469642479,0.469858156
-3864,1,0.3695,1,1,1,1,1,1,1,1,0.0617,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0737,0.3136,0,1,0.6145,1,1,1,0.0856,0.6145,0,1,1,1,1,1,0.125791788,0,0.032611638,1,1,1,1,1,0.106946588,0,0.376664162,1,1,1,1,1,0.212899417,0,0.430582407,0.430717157,0.430407801
-3865,1,0.3695,1,1,1,1,1,1,1,1,0.0676,0.3695,0,1,0.3136,1,1,1,1,1,1,0.05,0.3136,0,1,0.6145,1,1,1,0.1299,0.6145,0,1,1,1,1,1,0.136382192,0,0.008450244,1,1,1,1,1,0.071203887,0,0.210115463,1,1,1,1,1,0.351252377,0,0.40798695,0.407869685,0.407801418
-3866,1,0.3695,1,1,1,1,1,1,1,1,0.0324,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0608,0.3136,0,1,0.6145,1,1,1,0.0897,0.6145,0,1,1,1,1,1,0.078404933,0,0.035746537,1,1,1,1,1,0.084767193,0,0.13707383,1,1,1,1,1,0.264089942,0,0.396749638,0.39686905,0.396719858
-3867,1,0.3695,1,1,1,1,1,1,1,1,0.0357,0.3695,0,1,0.3136,1,1,1,1,1,1,0.062,0.3136,0,1,0.6145,1,1,1,0.1441,0.6145,0,1,1,1,1,1,0.083792746,0,0.058651909,1,1,1,1,1,0.078671627,0,0.141204461,1,1,1,1,1,0.416035056,0,0.393245529,0.393272689,0.393173759
-3868,1,0.3695,1,1,1,1,1,1,1,1,0.0354,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0413,0.3136,0,1,0.6145,1,1,1,0.1523,0.6145,0,1,1,1,1,1,0.098383367,0,0.040182486,1,1,1,1,1,0.083031744,0,0.064855501,1,1,1,1,1,0.460275114,0,0.402066216,0.402157817,0.402039007
-3869,1,0.3695,1,1,1,1,1,1,1,1,0.0329,0.3695,0.0862,1,0.3136,1,1,1,1,1,1,0.0641,0.3136,0.0741,1,0.6145,1,1,1,0.1342,0.6145,0.1134,1,1,1,1,1,0.070243165,0.144517869,0.004518487,1,1,1,1,1,0.090341628,0.162909687,0.05676388,1,1,1,1,1,0.475575954,0.255651474,0.430884485,0.430928707,0.430851064
-3870,1,0.3695,1,1,1,1,1,1,1,1,0.0217,0.3695,0.1147,1,0.3136,1,1,1,1,1,1,0.0163,0.3136,0.1331,1,0.6145,1,1,1,0.097,0.6145,0.1057,1,1,1,1,1,0.047444277,0.369476438,0.024446316,1,1,1,1,1,0.026381038,0.406315207,0.135147899,1,1,1,1,1,0.343200773,0.498732328,0.499335428,0.499471123,0.499556738
-3871,1,0.3695,1,1,1,1,1,1,1,1,0.0159,0.3695,0.2431,1,0.3136,1,1,1,1,1,1,0.0217,0.3136,0.2546,1,0.6145,1,1,1,0.0727,0.6145,0.2429,1,1,1,1,1,0.01789679,0.577551305,0.08620178,1,1,1,1,1,0.046776615,0.599924207,0.184738755,1,1,1,1,1,0.22515142,0.619898915,0.561019816,0.561032367,0.561170213
-3872,1,0.3695,1,1,1,1,1,1,1,1,0.031,0.3695,0.3828,1,0.3136,1,1,1,1,1,1,0.0494,0.3136,0.3673,1,0.6145,1,1,1,0.0849,0.6145,0.3957,1,1,1,1,1,0.033984214,0.649401963,0.126972497,1,1,1,1,1,0.075619653,0.652798891,0.37998876,1,1,1,1,1,0.199518308,0.685338795,0.594248429,0.594245822,0.594414894
-3873,1,0.3695,1,1,1,1,1,1,1,1,0.0715,0.3695,0.492,1,0.3136,1,1,1,1,1,1,0.0496,0.3136,0.4812,1,0.6145,1,1,1,0.0746,0.6145,0.513,1,1,1,1,1,0.079667144,0.717460811,0.185857713,1,1,1,1,1,0.079823732,0.751134932,0.462884307,1,1,1,1,1,0.160261482,0.721212745,0.617448043,0.617516395,0.617464539
-3874,1,0.3695,1,1,1,1,1,1,1,1,0.0842,0.3695,0.5487,1,0.3136,1,1,1,1,1,1,0.1159,0.3136,0.5556,1,0.6145,1,1,1,0.1277,0.6145,0.5951,1,1,1,1,1,0.122391157,0.777045071,0.26393488,1,1,1,1,1,0.147527099,0.803015649,0.455184549,1,1,1,1,1,0.255549818,0.748122275,0.635451909,0.635498202,0.635638298
-3875,1,0.3695,1,1,1,1,1,1,1,1,0.1098,0.3695,0.5534,1,0.3136,1,1,1,1,1,1,0.151,0.3136,0.5748,1,0.6145,1,1,1,0.1761,0.6145,0.6037,1,1,1,1,1,0.141395226,0.762662709,0.214071214,1,1,1,1,1,0.202170432,0.826028764,0.352361798,1,1,1,1,1,0.366204172,0.786532044,0.646568391,0.646710387,0.646719858
-3876,1,0.3695,1,1,1,1,1,1,1,1,0.2073,0.3695,0.558,1,0.3136,1,1,1,1,1,1,0.213,0.3136,0.5721,1,0.6145,1,1,1,0.2064,0.6145,0.5828,1,1,1,1,1,0.201954648,0.781572938,0.169044957,1,1,1,1,1,0.274332762,0.83304882,0.499380648,1,1,1,1,1,0.315057844,0.806946158,0.652670372,0.652633806,0.652925532
-3877,1,0.3695,1,1,1,1,1,1,1,1,0.2766,0.3695,0.5522,1,0.3136,1,1,1,1,1,1,0.2688,0.3136,0.5592,1,0.6145,1,1,1,0.1883,0.6145,0.5872,1,1,1,1,1,0.23952055,0.796944559,0.116115704,1,1,1,1,1,0.341202915,0.790522218,0.513433516,1,1,1,1,1,0.250604033,0.811199307,0.658591107,0.658768775,0.658687943
-3878,1,0.3695,1,1,1,1,1,1,1,1,0.2968,0.3695,0.5321,1,0.3136,1,1,1,1,1,1,0.2817,0.3136,0.5415,1,0.6145,1,1,1,0.2278,0.6145,0.5354,1,1,1,1,1,0.293560594,0.762012362,0.161814988,1,1,1,1,1,0.307464898,0.806527376,0.565962315,1,1,1,1,1,0.252367347,0.794304132,0.658651522,0.658768775,0.658687943
-3879,1,0.3695,1,1,1,1,1,1,1,1,0.2212,0.3695,0.4367,1,0.3136,1,1,1,1,1,1,0.2341,0.3136,0.4812,1,0.6145,1,1,1,0.2682,0.6145,0.4439,1,1,1,1,1,0.258115739,0.728601456,0.078858674,1,1,1,1,1,0.282316655,0.831673026,0.321248978,1,1,1,1,1,0.343125463,0.797228932,0.659074432,0.659191876,0.659131206
-3880,1,0.3695,1,1,1,1,1,1,1,1,0.2104,0.3695,0.315,1,0.3136,1,1,1,1,1,1,0.2356,0.3136,0.3599,1,0.6145,1,1,1,0.3118,0.6145,0.3047,1,1,1,1,1,0.241772577,0.679620266,0.050940201,1,1,1,1,1,0.270298481,0.792333066,0.189241633,1,1,1,1,1,0.378919452,0.732562959,0.65979942,0.659826528,0.66001773
-3881,1,0.3695,1,1,1,1,1,1,1,1,0.1658,0.3695,0.1671,1,0.3136,1,1,1,1,1,1,0.2446,0.3136,0.207,1,0.6145,1,1,1,0.3073,0.6145,0.1465,1,1,1,1,1,0.181639656,0.660179138,0.096075639,1,1,1,1,1,0.262448668,0.688943148,0.144374087,1,1,1,1,1,0.34872514,0.647164226,0.653999517,0.65411466,0.654255319
-3882,1,0.3695,1,1,1,1,1,1,1,1,0.1397,0.3695,0.0824,1,0.3136,1,1,1,1,1,1,0.1481,0.3136,0.1017,1,0.6145,1,1,1,0.2935,0.6145,0.0717,1,1,1,1,1,0.188455433,0.424525976,0.072226211,1,1,1,1,1,0.154481798,0.414447129,0.104523048,1,1,1,1,1,0.358344883,0.429920435,0.63599565,0.636132854,0.63608156
-3883,1,0.3695,1,1,1,1,1,1,1,1,0.126,0.3695,0.0091,1,0.3136,1,1,1,1,1,1,0.1695,0.3136,0.0396,1,0.6145,1,1,1,0.2737,0.6145,0.0255,1,1,1,1,1,0.150892898,0.011148802,0.102089509,1,1,1,1,1,0.211984694,0.009110727,0.065727495,1,1,1,1,1,0.45993945,0,0.62137506,0.621535858,0.621453901
-3884,1,0.3695,1,1,1,1,1,1,1,1,0.1067,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1455,0.3136,0,1,0.6145,1,1,1,0.2763,0.6145,0,1,1,1,1,1,0.129650667,0,0.065100223,1,1,1,1,1,0.171550602,0,0.039796859,1,1,1,1,1,0.444358468,0,0.624395843,0.624497567,0.624556738
-3885,1,0.3695,1,1,1,1,1,1,1,1,0.1286,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1676,0.3136,0,1,0.6145,1,1,1,0.2175,0.6145,0,1,1,1,1,1,0.209761396,0,0.037188396,1,1,1,1,1,0.215656206,0,0.046240576,1,1,1,1,1,0.354713321,0,0.601075399,0.601015443,0.601507092
-3886,1,0.3695,1,1,1,1,1,1,1,1,0.119,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0786,0.3136,0,1,0.6145,1,1,1,0.2736,0.6145,0,1,1,1,1,1,0.238658756,0,0.071491443,1,1,1,1,1,0.096542478,0,0.091639534,1,1,1,1,1,0.452044547,0,0.538363944,0.538396446,0.53856383
-3887,1,0.3695,1,1,1,1,1,1,1,1,0.1334,0.3695,0,1,0.3136,1,1,1,1,1,1,0.079,0.3136,0,1,0.6145,1,1,1,0.2372,0.6145,0,1,1,1,1,1,0.222618788,0,0.08663483,1,1,1,1,1,0.111848652,0,0.201702386,1,1,1,1,1,0.415616959,0,0.4780087,0.477892955,0.478280142
-3888,1,0.3695,1,1,1,1,1,1,1,1,0.164,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1101,0.3136,0,1,0.6145,1,1,1,0.1808,0.6145,0,1,1,1,1,1,0.230638251,0,0.120411582,1,1,1,1,1,0.153721988,0,0.227657855,1,1,1,1,1,0.345812082,0,0.438919768,0.438967633,0.438829787
-3889,1,0.3695,1,1,1,1,1,1,1,1,0.1767,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1456,0.3136,0,1,0.6145,1,1,1,0.1775,0.6145,0,1,1,1,1,1,0.225297421,0,0.104333818,1,1,1,1,1,0.20658505,0,0.201597393,1,1,1,1,1,0.398327082,0,0.414995167,0.415062407,0.415336879
-3890,1,0.3695,1,1,1,1,1,1,1,1,0.1581,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1053,0.3136,0,1,0.6145,1,1,1,0.1602,0.6145,0,1,1,1,1,1,0.185487941,0,0.16025278,1,1,1,1,1,0.186585397,0,0.28678745,1,1,1,1,1,0.344399959,0,0.40381827,0.403850222,0.403812057
-3891,1,0.3695,1,1,1,1,1,1,1,1,0.1199,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0314,0.3136,0,1,0.6145,1,1,1,0.1432,0.6145,0,1,1,1,1,1,0.100888275,0,0.251470566,1,1,1,1,1,0.068540797,0,0.445114136,1,1,1,1,1,0.353885084,0,0.399347511,0.399407658,0.399379433
-3892,1,0.3695,1,1,1,1,1,1,1,1,0.0802,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0062,0.3136,0,1,0.6145,1,1,1,0.1464,0.6145,0,1,1,1,1,1,0.065638684,0,0.256998658,1,1,1,1,1,0.037227109,0,0.465208918,1,1,1,1,1,0.443310708,0,0.409195263,0.409138989,0.409131206
-3893,1,0.3695,1,1,1,1,1,1,1,1,0.0539,0.3695,0.0587,1,0.3136,1,1,1,1,1,1,0.0182,0.3136,0.0126,1,0.6145,1,1,1,0.1364,0.6145,0.0918,1,1,1,1,1,0.047600932,0.073878169,0.259277344,1,1,1,1,1,0.054335855,0.010030346,0.561240554,1,1,1,1,1,0.405835778,0.300832361,0.436684389,0.436852126,0.436613475
-3894,1,0.3695,1,1,1,1,1,1,1,1,0.0637,0.3695,0.1202,1,0.3136,1,1,1,1,1,1,0.0075,0.3136,0.1019,1,0.6145,1,1,1,0.0696,0.6145,0.1046,1,1,1,1,1,0.048285563,0.228185013,0.166553229,1,1,1,1,1,0.02982321,0.131641313,0.547796607,1,1,1,1,1,0.193330944,0.597437203,0.505679072,0.505817643,0.505762411
-3895,1,0.3695,1,1,1,1,1,1,1,1,0.108,0.3695,0.2267,1,0.3136,1,1,1,1,1,1,0.067,0.3136,0.2045,1,0.6145,1,1,1,0.0369,0.6145,0.2398,1,1,1,1,1,0.087092057,0.403640032,0.221648678,1,1,1,1,1,0.086887047,0.288869977,0.568203926,1,1,1,1,1,0.068514243,0.722953916,0.56639681,0.566532685,0.566489362
-3896,1,0.3695,1,1,1,1,1,1,1,1,0.107,0.3695,0.3121,1,0.3136,1,1,1,1,1,1,0.0291,0.3136,0.3112,1,0.6145,1,1,1,0.035,0.6145,0.3669,1,1,1,1,1,0.061413523,0.427540898,0.347964168,1,1,1,1,1,0.049211379,0.478641659,0.554230452,1,1,1,1,1,0.023772798,0.763109207,0.598537941,0.598688386,0.598847518
-3897,1,0.3695,1,1,1,1,1,1,1,1,0.1488,0.3695,0.3871,1,0.3136,1,1,1,1,1,1,0.0963,0.3136,0.3663,1,0.6145,1,1,1,0.0359,0.6145,0.4581,1,1,1,1,1,0.088382885,0.565565109,0.399062783,1,1,1,1,1,0.116533875,0.532404125,0.800057411,1,1,1,1,1,0.026071079,0.723713756,0.61859594,0.618574149,0.618794326
-3898,1,0.3695,1,1,1,1,1,1,1,1,0.1665,0.3695,0.4377,1,0.3136,1,1,1,1,1,1,0.1083,0.3136,0.4167,1,0.6145,1,1,1,0.064,0.6145,0.5222,1,1,1,1,1,0.124463432,0.662037849,0.442753434,1,1,1,1,1,0.121829331,0.608207405,0.768440127,1,1,1,1,1,0.041377913,0.705736399,0.635633156,0.635709752,0.635638298
-3899,1,0.3695,1,1,1,1,1,1,1,1,0.2311,0.3695,0.4715,1,0.3136,1,1,1,1,1,1,0.1509,0.3136,0.4684,1,0.6145,1,1,1,0.0921,0.6145,0.575,1,1,1,1,1,0.168079928,0.662199378,0.389388919,1,1,1,1,1,0.154911339,0.667546391,0.509220183,1,1,1,1,1,0.060679674,0.662190616,0.644816336,0.644806431,0.644946809
-3900,1,0.3695,1,1,1,1,1,1,1,1,0.262,0.3695,0.481,1,0.3136,1,1,1,1,1,1,0.136,0.3136,0.4928,1,0.6145,1,1,1,0.1107,0.6145,0.5118,1,1,1,1,1,0.179775506,0.677194893,0.382050991,1,1,1,1,1,0.153032511,0.665718377,0.576013148,1,1,1,1,1,0.094126284,0.638030291,0.648924601,0.649037444,0.649379433
-3901,1,0.3695,1,1,1,1,1,1,1,1,0.2698,0.3695,0.4752,1,0.3136,1,1,1,1,1,1,0.1252,0.3136,0.4656,1,0.6145,1,1,1,0.1698,0.6145,0.5191,1,1,1,1,1,0.19779785,0.686141014,0.430927604,1,1,1,1,1,0.139154702,0.639829755,0.676750004,1,1,1,1,1,0.145922869,0.61223352,0.656657806,0.656653268,0.656471631
-3902,1,0.3695,1,1,1,1,1,1,1,1,0.2432,0.3695,0.4683,1,0.3136,1,1,1,1,1,1,0.1256,0.3136,0.3782,1,0.6145,1,1,1,0.2032,0.6145,0.4272,1,1,1,1,1,0.158226758,0.613622069,0.37107724,1,1,1,1,1,0.135598809,0.509394884,0.567159176,1,1,1,1,1,0.170459509,0.669688404,0.655026583,0.654960863,0.655141844
-3903,1,0.3695,1,1,1,1,1,1,1,1,0.2088,0.3695,0.3812,1,0.3136,1,1,1,1,1,1,0.1144,0.3136,0.3149,1,0.6145,1,1,1,0.2266,0.6145,0.3208,1,1,1,1,1,0.133614421,0.533294797,0.305199027,1,1,1,1,1,0.130742192,0.418753415,0.343793988,1,1,1,1,1,0.190928325,0.594005764,0.651522475,0.651576052,0.651595745
-3904,1,0.3695,1,1,1,1,1,1,1,1,0.1801,0.3695,0.2652,1,0.3136,1,1,1,1,1,1,0.029,0.3136,0.2465,1,0.6145,1,1,1,0.2178,0.6145,0.2303,1,1,1,1,1,0.09428554,0.420046717,0.286288142,1,1,1,1,1,0.053731576,0.402849555,0.485965192,1,1,1,1,1,0.211336613,0.47269848,0.650072499,0.650095198,0.650265957
-3905,1,0.3695,1,1,1,1,1,1,1,1,0.161,0.3695,0.1535,1,0.3136,1,1,1,1,1,1,0.0723,0.3136,0.1617,1,0.6145,1,1,1,0.111,0.6145,0.1421,1,1,1,1,1,0.094436087,0.297235608,0.381693721,1,1,1,1,1,0.098680288,0.306156278,0.510471523,1,1,1,1,1,0.077079348,0.324772507,0.644030933,0.643960228,0.644060284
-3906,1,0.3695,1,1,1,1,1,1,1,1,0.2654,0.3695,0.0289,1,0.3136,1,1,1,1,1,1,0.1974,0.3136,0.0083,1,0.6145,1,1,1,0.2363,0.6145,0.0526,1,1,1,1,1,0.254171669,0.031066034,0.993241251,1,1,1,1,1,0.247972995,0.010701922,1,1,1,1,1,1,0.299383163,0.107693054,0.631041566,0.631055638,0.631205674
-3907,1,0.3695,1,1,1,1,1,1,1,1,0.222,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1034,0.3136,0,1,0.6145,1,1,1,0.2358,0.6145,0,1,1,1,1,1,0.168738797,0,0.998741865,1,1,1,1,1,0.166225344,0,1,1,1,1,1,1,0.3997522,0,0.622945868,0.622805162,0.622783688
-3908,1,0.3695,1,1,1,1,1,1,1,1,0.2053,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0604,0.3136,0,1,0.6145,1,1,1,0.2684,0.6145,0,1,1,1,1,1,0.151784495,0,0.940774977,1,1,1,1,1,0.097597048,0,1,1,1,1,1,1,0.385541916,0,0.626752054,0.626613074,0.62677305
-3909,1,0.3695,1,1,1,1,1,1,1,1,0.1351,0.3695,0,1,0.3136,1,1,1,1,1,1,0.112,0.3136,0,1,0.6145,1,1,1,0.2461,0.6145,0,1,1,1,1,1,0.138402537,0,0.996070147,1,1,1,1,1,0.149186641,0,1,1,1,1,1,1,0.366183013,0,0.599262929,0.599323038,0.59929078
-3910,1,0.3695,1,1,1,1,1,1,1,1,0.083,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1351,0.3136,0,1,0.6145,1,1,1,0.1942,0.6145,0,1,1,1,1,1,0.066546373,0,1,1,1,1,1,1,0.188528985,0,1,1,1,1,1,1,0.292150676,0,0.540115998,0.540088851,0.540336879
-3911,1,0.3695,1,1,1,1,1,1,1,1,0.0898,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0236,0.3136,0,1,0.6145,1,1,1,0.1706,0.6145,0,1,1,1,1,1,0.066682816,0,0.998488903,1,1,1,1,1,0.073311746,0,1,1,1,1,1,1,0.248530746,0,0.483748188,0.483816374,0.483599291
-3912,1,0.3695,1,1,1,1,1,1,1,1,0.1301,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0395,0.3136,0,1,0.6145,1,1,1,0.1725,0.6145,0,1,1,1,1,1,0.095904753,0,1,1,1,1,1,1,0.100579105,0,1,1,1,1,1,1,0.259730011,0,0.446109232,0.446160355,0.446365248
-3913,1,0.3695,1,1,1,1,1,1,1,1,0.1045,0.3695,0,1,0.3136,1,1,1,1,1,1,0.051,0.3136,0,1,0.6145,1,1,1,0.154,0.6145,0,1,1,1,1,1,0.09171696,0,0.940226853,1,1,1,1,1,0.094303429,0,1,1,1,1,1,1,0.247429162,0,0.424782504,0.424793738,0.42464539
-3914,1,0.3695,1,1,1,1,1,1,1,1,0.0671,0.3695,0,1,0.3136,1,1,1,1,1,1,0.007,0.3136,0,1,0.6145,1,1,1,0.1558,0.6145,0,1,1,1,1,1,0.091391481,0,0.93182987,1,1,1,1,1,0.044892877,0,1,1,1,1,1,1,0.280300975,0,0.413243113,0.413158451,0.41356383
-3915,1,0.3695,1,1,1,1,1,1,1,1,0.104,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.1541,0.6145,0,1,1,1,1,1,0.137117416,0,0.996565104,1,1,1,1,1,0.034217976,0,1,1,1,1,1,1,0.316754967,0,0.409497342,0.40956209,0.409574468
-3916,1,0.3695,1,1,1,1,1,1,1,1,0.1118,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.1068,0.6145,0,1,1,1,1,1,0.061925258,0,1,1,1,1,1,1,0.026279731,0,1,1,1,1,1,1,0.226339847,0,0.417653456,0.417812566,0.417553191
-3917,1,0.3695,1,1,1,1,1,1,1,1,0.0675,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.1535,0.6145,0,1,1,1,1,1,0.068243958,0,0.987036467,1,1,1,1,1,0.009973031,0,1,1,1,1,1,1,0.294958264,1.11E-05,0.449734171,0.449756717,0.449468085
-3918,1,0.3695,1,1,1,1,1,1,1,1,0.0518,0.3695,0.0152,1,0.3136,1,1,1,1,1,1,0,0.3136,0.001,1,0.6145,1,1,1,0.11,0.6145,0.0025,1,1,1,1,1,0.072054319,0.002780323,0.945551753,1,1,1,1,1,0.026722707,0.000467267,1,1,1,1,1,1,0.243500456,0.014330448,0.515768487,0.515760525,0.515957447
-3919,1,0.3695,1,1,1,1,1,1,1,1,0.0916,0.3695,0.0911,1,0.3136,1,1,1,1,1,1,0,0.3136,0.0361,1,0.6145,1,1,1,0.1676,0.6145,0.1121,1,1,1,1,1,0.100273587,0.067415662,0.957896829,1,1,1,1,1,0.038427312,0.119180635,0.996691108,1,1,1,1,1,0.300617933,0.073370099,0.577573707,0.57774487,0.578014184
-3920,1,0.3695,1,1,1,1,1,1,1,1,0.0583,0.3695,0.1895,1,0.3136,1,1,1,1,1,1,0.121,0.3136,0.1556,1,0.6145,1,1,1,0.2189,0.6145,0.2114,1,1,1,1,1,0.070397884,0.235135093,0.806765974,1,1,1,1,1,0.206235573,0.312235355,0.807338059,1,1,1,1,1,0.318614513,0.165372074,0.606754471,0.606727311,0.606826241
-3921,1,0.3695,1,1,1,1,1,1,1,1,0.0413,0.3695,0.2332,1,0.3136,1,1,1,1,1,1,0.2465,0.3136,0.2229,1,0.6145,1,1,1,0.1805,0.6145,0.2579,1,1,1,1,1,0.04936938,0.273091733,0.430097818,1,1,1,1,1,0.222131908,0.415380031,0.376942962,1,1,1,1,1,0.281858504,0.332858294,0.623368777,0.623439814,0.623670213
-3922,1,0.3695,1,1,1,1,1,1,1,1,0.0213,0.3695,0.2898,1,0.3136,1,1,1,1,1,1,0.1577,0.3136,0.3207,1,0.6145,1,1,1,0.1751,0.6145,0.3261,1,1,1,1,1,0.027636893,0.409733146,0.730483294,1,1,1,1,1,0.177981183,0.528091311,0.609869421,1,1,1,1,1,0.231042013,0.446080118,0.636176897,0.636132854,0.636524823
-3923,1,0.3695,1,1,1,1,1,1,1,1,0.0135,0.3695,0.3538,1,0.3136,1,1,1,1,1,1,0.057,0.3136,0.3915,1,0.6145,1,1,1,0.2579,0.6145,0.4859,1,1,1,1,1,0.01802253,0.518884301,0.89041388,1,1,1,1,1,0.082392335,0.627979875,1,1,1,1,1,1,0.221788019,0.532552719,0.641916385,0.641844722,0.641843972
-3924,1,0.3695,1,1,1,1,1,1,1,1,0.0116,0.3695,0.3662,1,0.3136,1,1,1,1,1,1,0.016,0.3136,0.4183,1,0.6145,1,1,1,0.2757,0.6145,0.4845,1,1,1,1,1,0.001296592,0.569083691,0.772392154,1,1,1,1,1,0.042049948,0.666047812,1,1,1,1,1,1,0.225632444,0.455842704,0.641130981,0.64121007,0.641400709
-3925,1,0.3695,1,1,1,1,1,1,1,1,0.023,0.3695,0.3455,1,0.3136,1,1,1,1,1,1,0,0.3136,0.4072,1,0.6145,1,1,1,0.1898,0.6145,0.4548,1,1,1,1,1,0.004581393,0.536696136,0.732086778,1,1,1,1,1,0.020229075,0.637506127,1,1,1,1,1,1,0.18121393,0.53008765,0.64239971,0.642479374,0.642730496
-3926,1,0.3695,1,1,1,1,1,1,1,1,0.0336,0.3695,0.2894,1,0.3136,1,1,1,1,1,1,0.0274,0.3136,0.3946,1,0.6145,1,1,1,0.2085,0.6145,0.4598,1,1,1,1,1,0.010682946,0.510621369,0.469396591,1,1,1,1,1,0.048642699,0.642213881,1,1,1,1,1,1,0.200605378,0.556978285,0.637566457,0.637613708,0.637411348
-3927,1,0.3695,1,1,1,1,1,1,1,1,0.0114,0.3695,0.2522,1,0.3136,1,1,1,1,1,1,0.019,0.3136,0.3199,1,0.6145,1,1,1,0.1394,0.6145,0.3988,1,1,1,1,1,0.005177626,0.484725684,0.520241082,1,1,1,1,1,0.029071096,0.617620349,0.99193716,1,1,1,1,1,0.226022899,0.471917123,0.632733204,0.632748043,0.632978723
-3928,1,0.3695,1,1,1,1,1,1,1,1,0.0056,0.3695,0.177,1,0.3136,1,1,1,1,1,1,0.052,0.3136,0.2486,1,0.6145,1,1,1,0.1196,0.6145,0.3024,1,1,1,1,1,0.005787578,0.46080783,0.344247222,1,1,1,1,1,0.04609327,0.631235957,0.99242413,1,1,1,1,1,0.248942748,0.500754595,0.634001933,0.634017347,0.634308511
-3929,1,0.3695,1,1,1,1,1,1,1,1,0.0092,0.3695,0.1159,1,0.3136,1,1,1,1,1,1,0.0768,0.3136,0.1285,1,0.6145,1,1,1,0.182,0.6145,0.1489,1,1,1,1,1,0.026349785,0.469627887,0.235925347,1,1,1,1,1,0.049196374,0.562880993,0.707959414,1,1,1,1,1,0.41653195,0.477351785,0.633518608,0.633594246,0.633421986
-3930,1,0.3695,1,1,1,1,1,1,1,1,0.0484,0.3695,0.0529,1,0.3136,1,1,1,1,1,1,0.0107,0.3136,0.068,1,0.6145,1,1,1,0.1483,0.6145,0.075,1,1,1,1,1,0.110064514,0.342868745,0.128330678,1,1,1,1,1,0.018445674,0.404984623,0.286071241,1,1,1,1,1,0.369250596,0.35287559,0.623912518,0.623862915,0.624113475
-3931,1,0.3695,1,1,1,1,1,1,1,1,0.0998,0.3695,0.048,1,0.3136,1,1,1,1,1,1,0,0.3136,0.0668,1,0.6145,1,1,1,0.109,0.6145,0.1319,1,1,1,1,1,0.148592249,0.092094004,0.151441842,1,1,1,1,1,0.01096425,0.106095016,0.133738756,1,1,1,1,1,0.235104099,0.03003688,0.614306428,0.614343135,0.614361702
-3932,1,0.3695,1,1,1,1,1,1,1,1,0.1285,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.13,0.6145,0,1,1,1,1,1,0.198716789,0,0.079286754,1,1,1,1,1,0.002111821,0,0.062490582,1,1,1,1,1,0.212609828,0,0.615514741,0.615612439,0.615691489
-3933,1,0.3695,1,1,1,1,1,1,1,1,0.077,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.1578,0.6145,0,1,1,1,1,1,0.207110286,0,0.071510859,1,1,1,1,1,0.005797342,0,0.030680105,1,1,1,1,1,0.242969394,0,0.596665056,0.59678443,0.597074468
-3934,1,0.3695,1,1,1,1,1,1,1,1,0.1162,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0405,0.3136,0,1,0.6145,1,1,1,0.1855,0.6145,0,1,1,1,1,1,0.319898188,0,0.030408951,1,1,1,1,1,0.096480601,0,0.038348433,1,1,1,1,1,0.328934222,0,0.539511841,0.53966575,0.539893617
-3935,1,0.3695,1,1,1,1,1,1,1,1,0.0941,0.3695,0,1,0.3136,1,1,1,1,1,1,0.092,0.3136,0,1,0.6145,1,1,1,0.2078,0.6145,0,1,1,1,1,1,0.244231492,0,0.014314446,1,1,1,1,1,0.196699366,0,0.14818038,1,1,1,1,1,0.328827888,0,0.481996133,0.481912418,0.482269504
-3936,1,0.3695,1,1,1,1,1,1,1,1,0.076,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2337,0.3136,0,1,0.6145,1,1,1,0.2238,0.6145,0,1,1,1,1,1,0.207935914,0,0.020111335,1,1,1,1,1,0.234890386,0,0.183041364,1,1,1,1,1,0.329797029,0,0.442182214,0.442140893,0.442375887
-3937,1,0.3695,1,1,1,1,1,1,1,1,0.0576,0.3695,0,1,0.3136,1,1,1,1,1,1,0.367,0.3136,0,1,0.6145,1,1,1,0.2077,0.6145,0,1,1,1,1,1,0.178988606,0,0.004274368,1,1,1,1,1,0.326236188,0,0.148703933,1,1,1,1,1,0.268016726,0,0.4189826,0.418870319,0.418882979
-3938,1,0.3695,1,1,1,1,1,1,1,1,0.073,0.3695,0,1,0.3136,1,1,1,1,1,1,0.4408,0.3136,0,1,0.6145,1,1,1,0.215,0.6145,0,1,1,1,1,1,0.219661027,0,0.028541215,1,1,1,1,1,0.455581993,0,0.119319379,1,1,1,1,1,0.281098425,0,0.404482842,0.404484874,0.404698582
-3939,1,0.3695,1,1,1,1,1,1,1,1,0.0632,0.3695,0,1,0.3136,1,1,1,1,1,1,0.3024,0.3136,0,1,0.6145,1,1,1,0.2219,0.6145,0,1,1,1,1,1,0.191293821,0,0.106817976,1,1,1,1,1,0.360523164,0,0.089691103,1,1,1,1,1,0.304590464,0,0.400012083,0.40004231,0.400265957
-3940,1,0.3695,1,1,1,1,1,1,1,1,0.0915,0.3695,0,1,0.3136,1,1,1,1,1,1,0.414,0.3136,0,1,0.6145,1,1,1,0.2102,0.6145,0,1,1,1,1,1,0.243085399,0,0.159052357,1,1,1,1,1,0.512964904,0,0.076485343,1,1,1,1,1,0.326541007,0,0.407624456,0.407658134,0.407358156
-3941,1,0.3695,1,1,1,1,1,1,1,1,0.0934,0.3695,0.1017,1,0.3136,1,1,1,1,1,1,0.2844,0.3136,0.1517,1,0.6145,1,1,1,0.2094,0.6145,0.171,1,1,1,1,1,0.219541013,0.295125932,0.152948156,1,1,1,1,1,0.366536438,0.294465959,0.050393458,1,1,1,1,1,0.33412832,0.412155151,0.436140648,0.436005923,0.436170213
-3942,1,0.3695,1,1,1,1,1,1,1,1,0.0659,0.3695,0.103,1,0.3136,1,1,1,1,1,1,0.1051,0.3136,0.1317,1,0.6145,1,1,1,0.163,0.6145,0.0791,1,1,1,1,1,0.107628435,0.560618222,0.141519085,1,1,1,1,1,0.149448648,0.611616015,0.033715185,1,1,1,1,1,0.196072847,0.664297581,0.501510391,0.50158663,0.50177305
-3943,1,0.3695,1,1,1,1,1,1,1,1,0.0718,0.3695,0.2403,1,0.3136,1,1,1,1,1,1,0.1913,0.3136,0.2659,1,0.6145,1,1,1,0.1402,0.6145,0.235,1,1,1,1,1,0.07088054,0.73317951,0.145151094,1,1,1,1,1,0.239839792,0.80098933,0.068328544,1,1,1,1,1,0.110540263,0.842958808,0.561926051,0.56187857,0.562056738
-3944,1,0.3695,1,1,1,1,1,1,1,1,0.121,0.3695,0.3815,1,0.3136,1,1,1,1,1,1,0.1701,0.3136,0.4216,1,0.6145,1,1,1,0.1977,0.6145,0.4137,1,1,1,1,1,0.111347988,0.774317741,0.163553834,1,1,1,1,1,0.191809475,0.881071746,0.103675656,1,1,1,1,1,0.152006492,0.927829862,0.593281779,0.593399619,0.593528369
-3945,1,0.3695,1,1,1,1,1,1,1,1,0.1612,0.3695,0.4815,1,0.3136,1,1,1,1,1,1,0.2117,0.3136,0.4981,1,0.6145,1,1,1,0.3237,0.6145,0.5533,1,1,1,1,1,0.118333027,0.776206195,0.319058269,1,1,1,1,1,0.231076464,0.871800065,0.137380898,1,1,1,1,1,0.31573841,0.956441045,0.611466892,0.611592977,0.611702128
-3946,1,0.3695,1,1,1,1,1,1,1,1,0.1546,0.3695,0.5593,1,0.3136,1,1,1,1,1,1,0.1469,0.3136,0.5462,1,0.6145,1,1,1,0.273,0.6145,0.6578,1,1,1,1,1,0.096230701,0.800163686,0.315231889,1,1,1,1,1,0.173532739,0.845448077,0.21911782,1,1,1,1,1,0.204542786,0.975318789,0.626147898,0.626189972,0.626329787
-3947,1,0.3695,1,1,1,1,1,1,1,1,0.1653,0.3695,0.6001,1,0.3136,1,1,1,1,1,1,0.1008,0.3136,0.5636,1,0.6145,1,1,1,0.2186,0.6145,0.6994,1,1,1,1,1,0.053723358,0.832893312,0.561950922,1,1,1,1,1,0.132240728,0.823394239,0.363270164,1,1,1,1,1,0.134291083,0.976400197,0.632491542,0.632536492,0.632978723
-3948,1,0.3695,1,1,1,1,1,1,1,1,0.1399,0.3695,0.6257,1,0.3136,1,1,1,1,1,1,0.1038,0.3136,0.584,1,0.6145,1,1,1,0.2243,0.6145,0.7031,1,1,1,1,1,0.039465103,0.859294891,0.752830565,1,1,1,1,1,0.138191909,0.852541089,0.829873323,1,1,1,1,1,0.152615786,0.971327305,0.634787337,0.634651999,0.635195035
-3949,1,0.3695,1,1,1,1,1,1,1,1,0.1319,0.3695,0.6342,1,0.3136,1,1,1,1,1,1,0.0636,0.3136,0.5905,1,0.6145,1,1,1,0.1599,0.6145,0.6878,1,1,1,1,1,0.026429459,0.860585034,0.694570899,1,1,1,1,1,0.091908127,0.841261268,1,1,1,1,1,1,0.156555995,0.9750278,0.639681005,0.639729215,0.63962766
-3950,1,0.3695,1,1,1,1,1,1,1,1,0.0693,0.3695,0.5798,1,0.3136,1,1,1,1,1,1,0.0156,0.3136,0.5736,1,0.6145,1,1,1,0.1939,0.6145,0.6002,1,1,1,1,1,0.011926952,0.840375841,0.292730629,1,1,1,1,1,0.029979229,0.865156412,0.654406548,1,1,1,1,1,0.206737235,0.962308943,0.641312228,0.64142162,0.641400709
-3951,1,0.3695,1,1,1,1,1,1,1,1,0.1189,0.3695,0.4757,1,0.3136,1,1,1,1,1,1,0,0.3136,0.4946,1,0.6145,1,1,1,0.2413,0.6145,0.4763,1,1,1,1,1,0.017452491,0.849942803,0.466410011,1,1,1,1,1,0.016527608,0.866619647,0.661453724,1,1,1,1,1,0.274960756,0.938275695,0.641916385,0.641844722,0.641843972
-3952,1,0.3695,1,1,1,1,1,1,1,1,0.1006,0.3695,0.3352,1,0.3136,1,1,1,1,1,1,0,0.3136,0.3746,1,0.6145,1,1,1,0.2161,0.6145,0.317,1,1,1,1,1,0.01632419,0.837653637,0.815886259,1,1,1,1,1,0.005057977,0.839822173,0.921130598,1,1,1,1,1,0.158504799,0.904550195,0.64282262,0.642902475,0.643173759
-3953,1,0.3695,1,1,1,1,1,1,1,1,0.082,0.3695,0.1595,1,0.3136,1,1,1,1,1,1,0.0032,0.3136,0.2176,1,0.6145,1,1,1,0.2222,0.6145,0.1294,1,1,1,1,1,0.022212807,0.765170455,0.900308371,1,1,1,1,1,0.007158945,0.777968585,0.844154179,1,1,1,1,1,0.184249505,0.811907947,0.638049783,0.63803681,0.638297872
-3954,1,0.3695,1,1,1,1,1,1,1,1,0.0508,0.3695,0.0851,1,0.3136,1,1,1,1,1,1,0,0.3136,0.1172,1,0.6145,1,1,1,0.1466,0.6145,0.0768,1,1,1,1,1,0.038439799,0.545549929,0.729257941,1,1,1,1,1,0.004610012,0.560049415,0.585642219,1,1,1,1,1,0.107207254,0.583880603,0.623127115,0.623228263,0.62322695
-3955,1,0.3695,1,1,1,1,1,1,1,1,0.0614,0.3695,0.1883,1,0.3136,1,1,1,1,1,1,0,0.3136,0.1645,1,0.6145,1,1,1,0.0744,0.6145,0.2564,1,1,1,1,1,0.104102097,0.178901061,0.747210145,1,1,1,1,1,0.006429224,0.202977553,0.291681677,1,1,1,1,1,0.037697576,0.204811454,0.608929435,0.608842818,0.609042553
-3956,1,0.3695,1,1,1,1,1,1,1,1,0.0567,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.1721,0.6145,0,1,1,1,1,1,0.129774541,0,0.158275783,1,1,1,1,1,0.017289193,0,0.179577753,1,1,1,1,1,0.141561046,0,0.610500242,0.610535223,0.61037234
-3957,1,0.3695,1,1,1,1,1,1,1,1,0.036,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0106,0.3136,0,1,0.6145,1,1,1,0.1898,0.6145,0,1,1,1,1,1,0.083181404,0,0.201004073,1,1,1,1,1,0.025495812,0,0.109966241,1,1,1,1,1,0.193462417,0,0.597631706,0.597630633,0.597960993
-3958,1,0.3695,1,1,1,1,1,1,1,1,0.0217,0.3695,0,1,0.3136,1,1,1,1,1,1,0.012,0.3136,0,1,0.6145,1,1,1,0.2805,0.6145,0,1,1,1,1,1,0.07412184,0,0.192415759,1,1,1,1,1,0.038347736,0,0.131562054,1,1,1,1,1,0.300790817,0,0.539451426,0.539454199,0.539893617
-3959,1,0.3695,1,1,1,1,1,1,1,1,0.0599,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0543,0.3136,0,1,0.6145,1,1,1,0.2573,0.6145,0,1,1,1,1,1,0.104432099,0,0.384469688,1,1,1,1,1,0.086859688,0,0.138041362,1,1,1,1,1,0.330640405,0,0.47982117,0.479796911,0.480053191
-3960,1,0.3695,1,1,1,1,1,1,1,1,0.057,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1599,0.3136,0,1,0.6145,1,1,1,0.2284,0.6145,0,1,1,1,1,1,0.083708957,0,0.416009247,1,1,1,1,1,0.09573292,0,0.047634557,1,1,1,1,1,0.326058656,0,0.43777187,0.437909879,0.437943262
-3961,1,0.3695,1,1,1,1,1,1,1,1,0.0387,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2462,0.3136,0,1,0.6145,1,1,1,0.2225,0.6145,0,1,1,1,1,1,0.037430868,0,0.227429032,1,1,1,1,1,0.17434746,0,0.01623377,1,1,1,1,1,0.378727913,0,0.411491058,0.411677597,0.411347518
-3962,1,0.3695,1,1,1,1,1,1,1,1,0.0384,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1621,0.3136,0,1,0.6145,1,1,1,0.1988,0.6145,0,1,1,1,1,1,0.019725908,0,0.104383066,1,1,1,1,1,0.180437475,0,0.031799477,1,1,1,1,1,0.42103526,0,0.397655872,0.397715253,0.397606383
-3963,1,0.3695,1,1,1,1,1,1,1,1,0.0694,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0449,0.3136,0,1,0.6145,1,1,1,0.1773,0.6145,0,1,1,1,1,1,0.045333803,0,0.117788754,1,1,1,1,1,0.057518698,0,0.059490316,1,1,1,1,1,0.440585941,0,0.392580957,0.392638037,0.392287234
-3964,1,0.3695,1,1,1,1,1,1,1,1,0.1214,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.1452,0.6145,0,1,1,1,1,1,0.078417592,0,0.227261022,1,1,1,1,1,0.023013867,0,0.156565204,1,1,1,1,1,0.319241822,0,0.399105848,0.399196107,0.39893617
-3965,1,0.3695,1,1,1,1,1,1,1,1,0.1971,0.3695,0.187,1,0.3136,1,1,1,1,1,1,0,0.3136,0.1914,1,0.6145,1,1,1,0.1089,0.6145,0.1891,1,1,1,1,1,0.139445126,0.40604943,0.340906501,1,1,1,1,1,0.035810854,0.318959981,0.225520939,1,1,1,1,1,0.138745695,0.493717849,0.421942968,0.421832029,0.421985816
-3966,1,0.3695,1,1,1,1,1,1,1,1,0.1387,0.3695,0.093,1,0.3136,1,1,1,1,1,1,0,0.3136,0.1356,1,0.6145,1,1,1,0.0424,0.6145,0.0777,1,1,1,1,1,0.105304852,0.70958519,0.276671648,1,1,1,1,1,0.030526146,0.629725635,0.171378806,1,1,1,1,1,0.076884329,0.770243287,0.485500242,0.485508779,0.48537234
-3967,1,0.3695,1,1,1,1,1,1,1,1,0.1257,0.3695,0.2452,1,0.3136,1,1,1,1,1,1,0.0016,0.3136,0.2812,1,0.6145,1,1,1,0.0248,0.6145,0.2353,1,1,1,1,1,0.03993123,0.892113984,0.419997483,1,1,1,1,1,0.01830625,0.850933075,0.270949751,1,1,1,1,1,0.020137945,0.906355977,0.546942968,0.546858473,0.546985816
-3968,1,0.3695,1,1,1,1,1,1,1,1,0.1054,0.3695,0.4187,1,0.3136,1,1,1,1,1,1,0.0175,0.3136,0.4427,1,0.6145,1,1,1,0.0191,0.6145,0.4121,1,1,1,1,1,0.023286365,0.94239074,0.457224429,1,1,1,1,1,0.032432847,0.926579356,0.297206044,1,1,1,1,1,0.0096875,0.948787272,0.58421943,0.584302941,0.584219858
-3969,1,0.3695,1,1,1,1,1,1,1,1,0.158,0.3695,0.5509,1,0.3136,1,1,1,1,1,1,0.0274,0.3136,0.564,1,0.6145,1,1,1,0.0405,0.6145,0.5453,1,1,1,1,1,0.036434233,0.963434339,0.690230191,1,1,1,1,1,0.039831154,0.954713702,0.65311861,1,1,1,1,1,0.01345742,0.956484735,0.608687772,0.608842818,0.609042553
-3970,1,0.3695,1,1,1,1,1,1,1,1,0.1811,0.3695,0.6487,1,0.3136,1,1,1,1,1,1,0.0843,0.3136,0.6528,1,0.6145,1,1,1,0.0816,0.6145,0.6424,1,1,1,1,1,0.041753672,0.968289793,0.826572716,1,1,1,1,1,0.078674264,0.966621161,0.964717031,1,1,1,1,1,0.020208664,0.960054398,0.627114548,0.627036175,0.627216312
-3971,1,0.3695,1,1,1,1,1,1,1,1,0.2272,0.3695,0.6968,1,0.3136,1,1,1,1,1,1,0.1403,0.3136,0.7036,1,0.6145,1,1,1,0.0938,0.6145,0.6834,1,1,1,1,1,0.057518996,0.975289941,0.977464855,1,1,1,1,1,0.12374004,0.980608225,0.974007368,1,1,1,1,1,0.023730775,0.92512089,0.635874819,0.635921303,0.63608156
-3972,1,0.3695,1,1,1,1,1,1,1,1,0.2578,0.3695,0.693,1,0.3136,1,1,1,1,1,1,0.1856,0.3136,0.7014,1,0.6145,1,1,1,0.0673,0.6145,0.6928,1,1,1,1,1,0.067047782,0.957613885,0.997804761,1,1,1,1,1,0.161989897,0.967539191,0.856662333,1,1,1,1,1,0.029155673,0.922658265,0.638533108,0.638671462,0.638741135
-3973,1,0.3695,1,1,1,1,1,1,1,1,0.3375,0.3695,0.6863,1,0.3136,1,1,1,1,1,1,0.2101,0.3136,0.6962,1,0.6145,1,1,1,0.0875,0.6145,0.676,1,1,1,1,1,0.093139052,0.967062712,1,1,1,1,1,1,0.186012715,0.977163315,0.830448985,1,1,1,1,1,0.06089431,0.950507939,0.643728855,0.643748678,0.643617021
-3974,1,0.3695,1,1,1,1,1,1,1,1,0.2551,0.3695,0.6064,1,0.3136,1,1,1,1,1,1,0.1788,0.3136,0.6233,1,0.6145,1,1,1,0.1109,0.6145,0.5946,1,1,1,1,1,0.083922714,0.955257535,1,1,1,1,1,1,0.158083737,0.961120367,1,1,1,1,1,1,0.059426863,0.951952696,0.643728855,0.643748678,0.643617021
-3975,1,0.3695,1,1,1,1,1,1,1,1,0.1834,0.3695,0.4918,1,0.3136,1,1,1,1,1,1,0.0735,0.3136,0.5182,1,0.6145,1,1,1,0.1473,0.6145,0.4715,1,1,1,1,1,0.062651843,0.931689918,0.810105622,1,1,1,1,1,0.096928537,0.937255144,1,1,1,1,1,1,0.091569945,0.936016619,0.642158047,0.642267823,0.642287234
-3976,1,0.3695,1,1,1,1,1,1,1,1,0.1977,0.3695,0.343,1,0.3136,1,1,1,1,1,1,0.0198,0.3136,0.3867,1,0.6145,1,1,1,0.0791,0.6145,0.3139,1,1,1,1,1,0.087313786,0.900319099,1,1,1,1,1,1,0.053612463,0.901056647,1,1,1,1,1,1,0.067449309,0.899894655,0.640708072,0.640786968,0.640957447
-3977,1,0.3695,1,1,1,1,1,1,1,1,0.1275,0.3695,0.1604,1,0.3136,1,1,1,1,1,1,0.0069,0.3136,0.2214,1,0.6145,1,1,1,0.0583,0.6145,0.1276,1,1,1,1,1,0.079932436,0.80967164,0.867857695,1,1,1,1,1,0.04137148,0.804583967,0.929812789,1,1,1,1,1,0.06932012,0.801430762,0.631343644,0.631478739,0.631205674
-3978,1,0.3695,1,1,1,1,1,1,1,1,0.0837,0.3695,0.087,1,0.3136,1,1,1,1,1,1,0,0.3136,0.1234,1,0.6145,1,1,1,0.0436,0.6145,0.0744,1,1,1,1,1,0.094254255,0.592985034,0.651062965,1,1,1,1,1,0.021205485,0.586022556,0.696920216,1,1,1,1,1,0.08044453,0.572668791,0.611829386,0.611804527,0.611702128
-3979,1,0.3695,1,1,1,1,1,1,1,1,0.1001,0.3695,0.2318,1,0.3136,1,1,1,1,1,1,0.0461,0.3136,0.2254,1,0.6145,1,1,1,0.0395,0.6145,0.2181,1,1,1,1,1,0.157092169,0.250485241,0.989147782,1,1,1,1,1,0.098738939,0.240498692,0.729404688,1,1,1,1,1,0.07732635,0.204972565,0.593221363,0.593399619,0.593085106
-3980,1,0.3695,1,1,1,1,1,1,1,1,0.0635,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0597,0.3136,0,1,0.6145,1,1,1,0.1387,0.6145,0,1,1,1,1,1,0.149413317,0,0.486609578,1,1,1,1,1,0.121978745,0,0.503311276,1,1,1,1,1,0.078733131,0,0.590019333,0.590014809,0.590425532
-3981,1,0.3695,1,1,1,1,1,1,1,1,0.0931,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0264,0.3136,0,1,0.6145,1,1,1,0.0977,0.6145,0,1,1,1,1,1,0.225820065,0,0.459035903,1,1,1,1,1,0.097268656,0,0.471401572,1,1,1,1,1,0.129213899,0,0.579023683,0.579014174,0.579343972
-3982,1,0.3695,1,1,1,1,1,1,1,1,0.0886,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0377,0.3136,0,1,0.6145,1,1,1,0.0701,0.6145,0,1,1,1,1,1,0.225499302,0,0.338023961,1,1,1,1,1,0.115793549,0,0.370910227,1,1,1,1,1,0.162992239,0,0.529724505,0.529722869,0.529698582
-3983,1,0.3695,1,1,1,1,1,1,1,1,0.0698,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0464,0.3136,0,1,0.6145,1,1,1,0.0416,0.6145,0,1,1,1,1,1,0.132551149,0,0.239697725,1,1,1,1,1,0.091632299,0,0.118574351,1,1,1,1,1,0.122920893,0,0.475169164,0.475142797,0.475177305
-3984,1,0.3695,1,1,1,1,1,1,1,1,0.1277,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.0571,0.6145,0,1,1,1,1,1,0.093539596,0,0.286030948,1,1,1,1,1,0.036934659,0,0.073598698,1,1,1,1,1,0.133223012,0,0.432515708,0.432621113,0.432624113
-3985,1,0.3695,1,1,1,1,1,1,1,1,0.1594,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.0898,0.6145,0,1,1,1,1,1,0.090673611,0,0.440956891,1,1,1,1,1,0.027249979,0,0.051769376,1,1,1,1,1,0.192961201,0,0.406839053,0.406811931,0.406914894
-3986,1,0.3695,1,1,1,1,1,1,1,1,0.1476,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.1081,0.6145,0,1,1,1,1,1,0.077307776,0,0.419128239,1,1,1,1,1,0.021940101,0,0,1,1,1,1,1,0.191508934,0,0.392460126,0.392426486,0.392287234
-3987,1,0.3695,1,1,1,1,1,1,1,1,0.1542,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.1013,0.6145,0,1,1,1,1,1,0.057223219,0,0.424681544,1,1,1,1,1,0.025296524,0,0,1,1,1,1,1,0.167702019,0,0.384424843,0.384387561,0.384308511
-3988,1,0.3695,1,1,1,1,1,1,1,1,0.1471,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.0562,0.6145,0,1,1,1,1,1,0.046166323,0,0.330878496,1,1,1,1,1,0.023634713,0,0,1,1,1,1,1,0.154446378,0,0.382491542,0.382483605,0.382535461
-3989,1,0.3695,1,1,1,1,1,1,1,1,0.1436,0.3695,0.1887,1,0.3136,1,1,1,1,1,1,0,0.3136,0.2121,1,0.6145,1,1,1,0.0403,0.6145,0.1809,1,1,1,1,1,0.063097544,0.409909189,0.241606295,1,1,1,1,1,0.050118886,0.3645522,0.061628014,1,1,1,1,1,0.155257732,0.469502002,0.382974867,0.382906706,0.382978723
-3990,1,0.3695,1,1,1,1,1,1,1,1,0.0647,0.3695,0.0929,1,0.3136,1,1,1,1,1,1,0,0.3136,0.1401,1,0.6145,1,1,1,0.0215,0.6145,0.0818,1,1,1,1,1,0.049054697,0.704336643,0.060584199,1,1,1,1,1,0.02373961,0.671487033,0.062337965,1,1,1,1,1,0.090758257,0.735638857,0.409436926,0.40956209,0.409131206
-3991,1,0.3695,1,1,1,1,1,1,1,1,0.0459,0.3695,0.2427,1,0.3136,1,1,1,1,1,1,0,0.3136,0.2791,1,0.6145,1,1,1,0.0029,0.6145,0.2348,1,1,1,1,1,0.010381327,0.864227295,0.111575454,1,1,1,1,1,0.006646982,0.850148737,0.131798953,1,1,1,1,1,0.012370389,0.835047722,0.455413243,0.455468585,0.455673759
-3992,1,0.3695,1,1,1,1,1,1,1,1,0.085,0.3695,0.4116,1,0.3136,1,1,1,1,1,1,0,0.3136,0.4387,1,0.6145,1,1,1,0.0096,0.6145,0.3917,1,1,1,1,1,0.023461482,0.925025463,0.128042206,1,1,1,1,1,0.007223985,0.922147095,0.174150273,1,1,1,1,1,0.007836023,0.86267823,0.504531174,0.504548339,0.504432624
-3993,1,0.3695,1,1,1,1,1,1,1,1,0.1205,0.3695,0.5369,1,0.3136,1,1,1,1,1,1,0,0.3136,0.554,1,0.6145,1,1,1,0.0047,0.6145,0.4989,1,1,1,1,1,0.026909389,0.939776778,0.159022838,1,1,1,1,1,0.006405575,0.93910563,0.249002904,1,1,1,1,1,0.007498681,0.86883235,0.53800145,0.537973345,0.538120567
-3994,1,0.3695,1,1,1,1,1,1,1,1,0.128,0.3695,0.6279,1,0.3136,1,1,1,1,1,1,0.0132,0.3136,0.6423,1,0.6145,1,1,1,0.0127,0.6145,0.5752,1,1,1,1,1,0.032230068,0.940229654,0.313385993,1,1,1,1,1,0.014276151,0.950669825,0.341271758,1,1,1,1,1,0.023099076,0.86806035,0.555944901,0.555955151,0.556294326
-3995,1,0.3695,1,1,1,1,1,1,1,1,0.1087,0.3695,0.6575,1,0.3136,1,1,1,1,1,1,0.0156,0.3136,0.6722,1,0.6145,1,1,1,0.0241,0.6145,0.5815,1,1,1,1,1,0.034643933,0.930073857,0.443333447,1,1,1,1,1,0.010120997,0.9312765,0.331042677,1,1,1,1,1,0.046297923,0.879809022,0.562469792,0.562513222,0.5625
-3996,1,0.3695,1,1,1,1,1,1,1,1,0.1863,0.3695,0.6482,1,0.3136,1,1,1,1,1,1,0.0371,0.3136,0.6526,1,0.6145,1,1,1,0.046,0.6145,0.608,1,1,1,1,1,0.056438871,0.911234975,0.708687544,1,1,1,1,1,0.028783876,0.911738336,0.296561539,1,1,1,1,1,0.081226759,0.875076592,0.562348961,0.562513222,0.5625
-3997,1,0.3695,1,1,1,1,1,1,1,1,0.1897,0.3695,0.6391,1,0.3136,1,1,1,1,1,1,0.048,0.3136,0.6397,1,0.6145,1,1,1,0.0372,0.6145,0.6415,1,1,1,1,1,0.110032149,0.911855519,0.614568949,1,1,1,1,1,0.044816323,0.913496017,0.161854714,1,1,1,1,1,0.068067767,0.889935493,0.557274045,0.557436006,0.557180851
-3998,1,0.3695,1,1,1,1,1,1,1,1,0.191,0.3695,0.5776,1,0.3136,1,1,1,1,1,1,0.0335,0.3136,0.5868,1,0.6145,1,1,1,0.0419,0.6145,0.573,1,1,1,1,1,0.117520414,0.914889574,0.518443763,1,1,1,1,1,0.039279155,0.882177055,0.200130373,1,1,1,1,1,0.092191719,0.879097879,0.552682455,0.552781891,0.552748227
-3999,1,0.3695,1,1,1,1,1,1,1,1,0.2023,0.3695,0.4757,1,0.3136,1,1,1,1,1,1,0.0242,0.3136,0.4965,1,0.6145,1,1,1,0.0374,0.6145,0.4589,1,1,1,1,1,0.188050658,0.912537277,0.407435834,1,1,1,1,1,0.031063322,0.863945127,0.204636633,1,1,1,1,1,0.068142004,0.869859457,0.551474142,0.551512587,0.55141844
-4000,1,0.3695,1,1,1,1,1,1,1,1,0.2149,0.3695,0.3383,1,0.3136,1,1,1,1,1,1,0.0776,0.3136,0.3819,1,0.6145,1,1,1,0.0262,0.6145,0.3096,1,1,1,1,1,0.206167102,0.893204808,0.762417912,1,1,1,1,1,0.090132244,0.84740901,0.23503536,1,1,1,1,1,0.041656613,0.838154614,0.553165781,0.553204993,0.553191489
-4001,1,0.3695,1,1,1,1,1,1,1,1,0.1797,0.3695,0.1684,1,0.3136,1,1,1,1,1,1,0.0916,0.3136,0.2233,1,0.6145,1,1,1,0.0597,0.6145,0.138,1,1,1,1,1,0.205259323,0.796313703,0.880072236,1,1,1,1,1,0.150933653,0.788396597,0.251487702,1,1,1,1,1,0.099261843,0.745223165,0.554494925,0.554685847,0.554964539
-4002,1,0.3695,1,1,1,1,1,1,1,1,0.1813,0.3695,0.0868,1,0.3136,1,1,1,1,1,1,0.1108,0.3136,0.1236,1,0.6145,1,1,1,0.0838,0.6145,0.0854,1,1,1,1,1,0.248542756,0.575302839,0.61987108,1,1,1,1,1,0.185031235,0.569973767,0.342025101,1,1,1,1,1,0.154785573,0.544818521,0.547728371,0.547704675,0.54787234
-4003,1,0.3695,1,1,1,1,1,1,1,1,0.1192,0.3695,0.0487,1,0.3136,1,1,1,1,1,1,0.0964,0.3136,0.0592,1,0.6145,1,1,1,0.0883,0.6145,0.0469,1,1,1,1,1,0.151643217,0.078496307,0.497722387,1,1,1,1,1,0.120896272,0.08915434,0.236718059,1,1,1,1,1,0.17396234,0.0656268,0.537457709,0.537550243,0.537677305
-4004,1,0.3695,1,1,1,1,1,1,1,1,0.0734,0.3695,0,1,0.3136,1,1,1,1,1,1,0.083,0.3136,0,1,0.6145,1,1,1,0.1085,0.6145,0,1,1,1,1,1,0.117305055,0,0.42802763,1,1,1,1,1,0.124392316,0,0.243037716,1,1,1,1,1,0.202336654,0,0.541445143,0.541569706,0.541666667
-4005,1,0.3695,1,1,1,1,1,1,1,1,0.0588,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0902,0.3136,0,1,0.6145,1,1,1,0.1268,0.6145,0,1,1,1,1,1,0.10987433,0,0.410541058,1,1,1,1,1,0.142493129,0,0.159803942,1,1,1,1,1,0.224110931,0,0.535524408,0.535646287,0.535904255
-4006,1,0.3695,1,1,1,1,1,1,1,1,0.0157,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0716,0.3136,0,1,0.6145,1,1,1,0.0957,0.6145,0,1,1,1,1,1,0.031974088,0,0.24460575,1,1,1,1,1,0.110511035,0,0.162743464,1,1,1,1,1,0.193088159,0,0.497462542,0.497567167,0.497783688
-4007,1,0.3695,1,1,1,1,1,1,1,1,0.004,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0692,0.3136,0,1,0.6145,1,1,1,0.0877,0.6145,0,1,1,1,1,1,0.004891144,0,0.248189241,1,1,1,1,1,0.095882311,0,0.114603668,1,1,1,1,1,0.217990935,0,0.4510029,0.451026021,0.451241135
-4008,1,0.3695,1,1,1,1,1,1,1,1,0.0013,0.3695,0,1,0.3136,1,1,1,1,1,1,0.024,0.3136,0,1,0.6145,1,1,1,0.0953,0.6145,0,1,1,1,1,1,0.000400297,0,0.283544481,1,1,1,1,1,0.038719289,0,0.098710209,1,1,1,1,1,0.20352149,0,0.414693088,0.414639306,0.414893617
-4009,1,0.3695,1,1,1,1,1,1,1,1,0.0005,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0208,0.3136,0,1,0.6145,1,1,1,0.0875,0.6145,0,1,1,1,1,1,0.000250571,0,0.210221246,1,1,1,1,1,0.023431927,0,0.091523834,1,1,1,1,1,0.232503623,0,0.391795553,0.391791834,0.391843972
-4010,1,0.3695,1,1,1,1,1,1,1,1,0,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0122,0.3136,0,1,0.6145,1,1,1,0.081,0.6145,0,1,1,1,1,1,0.000111495,0,0.12284261,1,1,1,1,1,0.012309065,0,0.05003953,1,1,1,1,1,0.171351045,0,0.378141614,0.378252591,0.378102837
-4011,1,0.3695,1,1,1,1,1,1,1,1,0.0006,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.0747,0.6145,0,1,1,1,1,1,0.003981801,0,0.142439261,1,1,1,1,1,0.007222341,0,0.083573565,1,1,1,1,1,0.154682487,0,0.370166747,0.370213666,0.370124113
-4012,1,0.3695,1,1,1,1,1,1,1,1,0.007,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.048,0.6145,0,1,1,1,1,1,0.005698027,0,0.228971362,1,1,1,1,1,0.005369182,0,0.220181674,1,1,1,1,1,0.115628138,0,0.368535524,0.368521261,0.368794326
-4013,1,0.3695,1,1,1,1,1,1,1,1,0.0047,0.3695,0.1238,1,0.3136,1,1,1,1,1,1,0,0.3136,0.1169,1,0.6145,1,1,1,0.0393,0.6145,0.1293,1,1,1,1,1,0.003532863,0.290561974,0.238807112,1,1,1,1,1,0.001970759,0.150604039,0.239318073,1,1,1,1,1,0.111081272,0.435886919,0.365575157,0.365559552,0.365691489
-4014,1,0.3695,1,1,1,1,1,1,1,1,0.0026,0.3695,0.1126,1,0.3136,1,1,1,1,1,1,0,0.3136,0.1345,1,0.6145,1,1,1,0.0273,0.6145,0.0873,1,1,1,1,1,0.001649539,0.542452455,0.187052399,1,1,1,1,1,0.000245603,0.481151134,0.180967808,1,1,1,1,1,0.097561628,0.714199483,0.37959159,0.379733446,0.379875887
-4015,1,0.3695,1,1,1,1,1,1,1,1,0.004,0.3695,0.2482,1,0.3136,1,1,1,1,1,1,0,0.3136,0.267,1,0.6145,1,1,1,0.0271,0.6145,0.2391,1,1,1,1,1,0.000871715,0.723904431,0.250374466,1,1,1,1,1,0.000146084,0.672319055,0.199338242,1,1,1,1,1,0.074130714,0.844734251,0.413786854,0.413793103,0.41356383
-4016,1,0.3695,1,1,1,1,1,1,1,1,0.0071,0.3695,0.4064,1,0.3136,1,1,1,1,1,1,0.0015,0.3136,0.4155,1,0.6145,1,1,1,0.0244,0.6145,0.4037,1,1,1,1,1,0.008216443,0.840524733,0.139415145,1,1,1,1,1,0.002878999,0.735328376,0.129696071,1,1,1,1,1,0.037851568,0.889125943,0.457225713,0.45716099,0.457446809
-4017,1,0.3695,1,1,1,1,1,1,1,1,0.015,0.3695,0.5351,1,0.3136,1,1,1,1,1,1,0,0.3136,0.5408,1,0.6145,1,1,1,0.0207,0.6145,0.5388,1,1,1,1,1,0.015304347,0.907595575,0.191778541,1,1,1,1,1,0.000129135,0.817049026,0.1250076,1,1,1,1,1,0.017083172,0.914722919,0.490454326,0.490585995,0.490691489
-4018,1,0.3695,1,1,1,1,1,1,1,1,0.0245,0.3695,0.6317,1,0.3136,1,1,1,1,1,1,0,0.3136,0.633,1,0.6145,1,1,1,0.0257,0.6145,0.6396,1,1,1,1,1,0.013234046,0.937648177,0.219598234,1,1,1,1,1,3.74E-05,0.89125669,0.152231932,1,1,1,1,1,0.029635878,0.91584754,0.510753987,0.510683309,0.510638298
-4019,1,0.3695,1,1,1,1,1,1,1,1,0.0285,0.3695,0.6694,1,0.3136,1,1,1,1,1,1,0,0.3136,0.6776,1,0.6145,1,1,1,0.0361,0.6145,0.6823,1,1,1,1,1,0.008822437,0.944102526,0.195984453,1,1,1,1,1,0.001489249,0.91451174,0.096691102,1,1,1,1,1,0.069847301,0.943225741,0.522474625,0.522530146,0.522606383
-4020,1,0.3695,1,1,1,1,1,1,1,1,0.0532,0.3695,0.6718,1,0.3136,1,1,1,1,1,1,0.0164,0.3136,0.6771,1,0.6145,1,1,1,0.0877,0.6145,0.6854,1,1,1,1,1,0.028156212,0.934626877,0.298232377,1,1,1,1,1,0.016511401,0.908035755,0.093828276,1,1,1,1,1,0.176679179,0.944832087,0.527368294,0.527395811,0.52748227
-4021,1,0.3695,1,1,1,1,1,1,1,1,0.0406,0.3695,0.6624,1,0.3136,1,1,1,1,1,1,0.0105,0.3136,0.6612,1,0.6145,1,1,1,0.0755,0.6145,0.6708,1,1,1,1,1,0.024588147,0.916547537,0.284157813,1,1,1,1,1,0.016693663,0.896161199,0.093561262,1,1,1,1,1,0.168284625,0.936726391,0.524710005,0.524857203,0.524822695
-4022,1,0.3695,1,1,1,1,1,1,1,1,0.0604,0.3695,0.5849,1,0.3136,1,1,1,1,1,1,0.0146,0.3136,0.5833,1,0.6145,1,1,1,0.1619,0.6145,0.5863,1,1,1,1,1,0.044594795,0.882597566,0.219846308,1,1,1,1,1,0.02928628,0.862840176,0.169599742,1,1,1,1,1,0.269335389,0.914111018,0.523018366,0.522953247,0.523492908
-4023,1,0.3695,1,1,1,1,1,1,1,1,0.091,0.3695,0.4741,1,0.3136,1,1,1,1,1,1,0.0359,0.3136,0.4927,1,0.6145,1,1,1,0.2474,0.6145,0.4668,1,1,1,1,1,0.093772128,0.826629877,0.232558936,1,1,1,1,1,0.045271032,0.84329927,0.147070944,1,1,1,1,1,0.434504658,0.906885147,0.524710005,0.524857203,0.524822695
-4024,1,0.3695,1,1,1,1,1,1,1,1,0.1017,0.3695,0.3354,1,0.3136,1,1,1,1,1,1,0.1271,0.3136,0.3771,1,0.6145,1,1,1,0.3394,0.6145,0.3163,1,1,1,1,1,0.119898729,0.778730989,0.156760156,1,1,1,1,1,0.117004141,0.82290256,0.090384029,1,1,1,1,1,0.528980136,0.87971741,0.530872402,0.530780622,0.531028369
-4025,1,0.3695,1,1,1,1,1,1,1,1,0.0885,0.3695,0.1691,1,0.3136,1,1,1,1,1,1,0.0835,0.3136,0.2266,1,0.6145,1,1,1,0.2839,0.6145,0.1344,1,1,1,1,1,0.130513236,0.728924453,0.157803088,1,1,1,1,1,0.115092978,0.7416448,0.088996083,1,1,1,1,1,0.43957305,0.796005011,0.537276462,0.537338693,0.537677305
-4026,1,0.3695,1,1,1,1,1,1,1,1,0.1466,0.3695,0.0894,1,0.3136,1,1,1,1,1,1,0.1109,0.3136,0.1258,1,0.6145,1,1,1,0.3359,0.6145,0.0768,1,1,1,1,1,0.243648127,0.532861888,0.087418184,1,1,1,1,1,0.1453574,0.543106437,0.111684561,1,1,1,1,1,0.55765301,0.571730077,0.535947318,0.535857838,0.535904255
-4027,1,0.3695,1,1,1,1,1,1,1,1,0.097,0.3695,0.1753,1,0.3136,1,1,1,1,1,1,0.1248,0.3136,0.1013,1,0.6145,1,1,1,0.2939,0.6145,0.2291,1,1,1,1,1,0.148824111,0.174745068,0.125926703,1,1,1,1,1,0.148538917,0.186734483,0.058572516,1,1,1,1,1,0.489750803,0.220157444,0.531657806,0.531626825,0.531914894
-4028,1,0.3695,1,1,1,1,1,1,1,1,0.0918,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1464,0.3136,0,1,0.6145,1,1,1,0.2674,0.6145,0,1,1,1,1,1,0.187076002,0,0.059750013,1,1,1,1,1,0.173028544,0,0.109855242,1,1,1,1,1,0.415113539,0,0.542411793,0.542627459,0.542553191
-4029,1,0.3695,1,1,1,1,1,1,1,1,0.0702,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1601,0.3136,0,1,0.6145,1,1,1,0.1909,0.6145,0,1,1,1,1,1,0.191336915,0,0.03283076,1,1,1,1,1,0.172789022,0,0.107557863,1,1,1,1,1,0.303604215,0,0.535705655,0.535646287,0.535904255
-4030,1,0.3695,1,1,1,1,1,1,1,1,0.0427,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0784,0.3136,0,1,0.6145,1,1,1,0.1845,0.6145,0,1,1,1,1,1,0.094267584,0,0.092912167,1,1,1,1,1,0.080040395,0,0.036463875,1,1,1,1,1,0.254562527,0,0.489366844,0.489528242,0.489361702
-4031,1,0.3695,1,1,1,1,1,1,1,1,0.0254,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0231,0.3136,0,1,0.6145,1,1,1,0.1466,0.6145,0,1,1,1,1,1,0.061906472,0,0.054528724,1,1,1,1,1,0.036218114,0,0.015468588,1,1,1,1,1,0.20037429,0,0.439826003,0.439813835,0.439716312
-4032,1,0.3695,1,1,1,1,1,1,1,1,0.017,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0284,0.3136,0,1,0.6145,1,1,1,0.0812,0.6145,0,1,1,1,1,1,0.047783222,0,0.044645973,1,1,1,1,1,0.035746127,0,0.037370943,1,1,1,1,1,0.127094314,0,0.405630739,0.405754178,0.405585106
-4033,1,0.3695,1,1,1,1,1,1,1,1,0.0064,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0093,0.3136,0,1,0.6145,1,1,1,0.0904,0.6145,0,1,1,1,1,1,0.02783874,0,0.019886414,1,1,1,1,1,0.01921732,0,0.028757069,1,1,1,1,1,0.119068235,0,0.385633156,0.385656865,0.385638298
-4034,1,0.3695,1,1,1,1,1,1,1,1,0.0086,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0034,0.3136,0,1,0.6145,1,1,1,0.1135,0.6145,0,1,1,1,1,1,0.032282177,0,0.044469237,1,1,1,1,1,0.016744614,0,0.032022513,1,1,1,1,1,0.1795495,0,0.377356211,0.377406389,0.377659574
-4035,1,0.3695,1,1,1,1,1,1,1,1,0.0051,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0065,0.3136,0,1,0.6145,1,1,1,0.1248,0.6145,0,1,1,1,1,1,0.017767617,0,0.093514875,1,1,1,1,1,0.038465973,0,0.09219791,1,1,1,1,1,0.245314315,0,0.375724988,0.375713983,0.375443262
-4036,1,0.3695,1,1,1,1,1,1,1,1,0.0047,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.1221,0.6145,0,1,1,1,1,1,0.01178567,0,0.08411856,1,1,1,1,1,0.025917426,0,0.057856023,1,1,1,1,1,0.215451121,0,0.386297728,0.386291517,0.38608156
-4037,1,0.3695,1,1,1,1,1,1,1,1,0.0037,0.3695,0.1413,1,0.3136,1,1,1,1,1,1,0.0164,0.3136,0.0819,1,0.6145,1,1,1,0.0872,0.6145,0.0909,1,1,1,1,1,0.010598953,0.276887119,0.048589904,1,1,1,1,1,0.036026392,0.156760484,0.035802357,1,1,1,1,1,0.18115373,0.343656272,0.414934751,0.414850857,0.414893617
-4038,1,0.3695,1,1,1,1,1,1,1,1,0.0042,0.3695,0.1111,1,0.3136,1,1,1,1,1,1,0.0115,0.3136,0.1374,1,0.6145,1,1,1,0.0734,0.6145,0.1189,1,1,1,1,1,0.014331635,0.536551952,0.037863191,1,1,1,1,1,0.018773772,0.479090661,0,1,1,1,1,1,0.13205868,0.587671518,0.474867086,0.474931246,0.474734043
-4039,1,0.3695,1,1,1,1,1,1,1,1,0.0041,0.3695,0.2426,1,0.3136,1,1,1,1,1,1,0.0108,0.3136,0.2703,1,0.6145,1,1,1,0.061,0.6145,0.2419,1,1,1,1,1,0.013350572,0.702393353,0.081180573,1,1,1,1,1,0.007200525,0.697064281,0,1,1,1,1,1,0.11734584,0.706119478,0.535041083,0.535011635,0.53501773
-4040,1,0.3695,1,1,1,1,1,1,1,1,0.0032,0.3695,0.3826,1,0.3136,1,1,1,1,1,1,0.0059,0.3136,0.3901,1,0.6145,1,1,1,0.0438,0.6145,0.3766,1,1,1,1,1,0.012534857,0.735653341,0.039324082,1,1,1,1,1,0.008796813,0.729508519,0,1,1,1,1,1,0.071031317,0.754020154,0.570323828,0.570340597,0.570478723
-4041,1,0.3695,1,1,1,1,1,1,1,1,0.0001,0.3695,0.4891,1,0.3136,1,1,1,1,1,1,0.0139,0.3136,0.4868,1,0.6145,1,1,1,0.0616,0.6145,0.5022,1,1,1,1,1,0.002105056,0.781864583,0.072123982,1,1,1,1,1,0.008221506,0.733479381,0,1,1,1,1,1,0.086839907,0.764420748,0.593281779,0.593399619,0.593528369
-4042,1,0.3695,1,1,1,1,1,1,1,1,0.0031,0.3695,0.569,1,0.3136,1,1,1,1,1,1,0.0181,0.3136,0.5596,1,0.6145,1,1,1,0.0712,0.6145,0.5825,1,1,1,1,1,0.006646138,0.809185147,0.129294842,1,1,1,1,1,0.013423452,0.794466853,0,1,1,1,1,1,0.080828145,0.783513784,0.611768971,0.611804527,0.611702128
-4043,1,0.3695,1,1,1,1,1,1,1,1,0.0137,0.3695,0.6004,1,0.3136,1,1,1,1,1,1,0.0415,0.3136,0.5879,1,0.6145,1,1,1,0.0522,0.6145,0.6067,1,1,1,1,1,0.008787082,0.826619327,0.125520244,1,1,1,1,1,0.031309649,0.809552014,0.004491623,1,1,1,1,1,0.068098485,0.809649229,0.621435476,0.621535858,0.621453901
-4044,1,0.3695,1,1,1,1,1,1,1,1,0.0251,0.3695,0.6034,1,0.3136,1,1,1,1,1,1,0.0199,0.3136,0.6235,1,0.6145,1,1,1,0.0418,0.6145,0.6328,1,1,1,1,1,0.003462762,0.823436022,0.091823421,1,1,1,1,1,0.022015469,0.867200971,0,1,1,1,1,1,0.08077383,0.841875255,0.623308362,0.623439814,0.62322695
-4045,1,0.3695,1,1,1,1,1,1,1,1,0.0501,0.3695,0.6211,1,0.3136,1,1,1,1,1,1,0,0.3136,0.6489,1,0.6145,1,1,1,0.0378,0.6145,0.665,1,1,1,1,1,0.012970339,0.880968869,0.087348625,1,1,1,1,1,0.007582573,0.886814177,0,1,1,1,1,1,0.058992233,0.882187128,0.631887385,0.63190184,0.632092199
-4046,1,0.3695,1,1,1,1,1,1,1,1,0.0332,0.3695,0.5338,1,0.3136,1,1,1,1,1,1,0.0081,0.3136,0.5552,1,0.6145,1,1,1,0.0635,0.6145,0.5534,1,1,1,1,1,0.007243186,0.803610444,0.18720302,1,1,1,1,1,0.012442706,0.791603506,0.045290578,1,1,1,1,1,0.084361978,0.86849004,0.629168681,0.629151682,0.628989362
-4047,1,0.3695,1,1,1,1,1,1,1,1,0.0954,0.3695,0.4669,1,0.3136,1,1,1,1,1,1,0.0084,0.3136,0.5102,1,0.6145,1,1,1,0.1131,0.6145,0.4721,1,1,1,1,1,0.024766393,0.865307868,0.049091078,1,1,1,1,1,0.025789412,0.866050065,0,1,1,1,1,1,0.149710536,0.92883271,0.627718705,0.627670827,0.628102837
-4048,1,0.3695,1,1,1,1,1,1,1,1,0.1083,0.3695,0.334,1,0.3136,1,1,1,1,1,1,0.0034,0.3136,0.388,1,0.6145,1,1,1,0.1764,0.6145,0.3177,1,1,1,1,1,0.021936309,0.852908194,0.043046918,1,1,1,1,1,0.02568992,0.832457721,0,1,1,1,1,1,0.26499483,0.905079424,0.628745771,0.62872858,0.628989362
-4049,1,0.3695,1,1,1,1,1,1,1,1,0.0872,0.3695,0.1671,1,0.3136,1,1,1,1,1,1,0.0227,0.3136,0.2236,1,0.6145,1,1,1,0.1908,0.6145,0.1321,1,1,1,1,1,0.025903778,0.78136301,0.039421789,1,1,1,1,1,0.05027283,0.692580283,0,1,1,1,1,1,0.268983305,0.809081614,0.625060416,0.625132219,0.625
-4050,1,0.3695,1,1,1,1,1,1,1,1,0.0878,0.3695,0.086,1,0.3136,1,1,1,1,1,1,0.0565,0.3136,0.1238,1,0.6145,1,1,1,0.214,0.6145,0.0767,1,1,1,1,1,0.074785583,0.567881942,0.026613461,1,1,1,1,1,0.074771732,0.498457849,0.003908377,1,1,1,1,1,0.322788626,0.590806246,0.612373127,0.612439179,0.612588652
-4051,1,0.3695,1,1,1,1,1,1,1,1,0.0978,0.3695,0.1706,1,0.3136,1,1,1,1,1,1,0.1592,0.3136,0.2023,1,0.6145,1,1,1,0.2192,0.6145,0.2736,1,1,1,1,1,0.134975463,0.233580291,0.027029581,1,1,1,1,1,0.174950644,0.136178255,0.013282198,1,1,1,1,1,0.364619523,0.184792444,0.600048333,0.59995769,0.600177305
-4052,1,0.3695,1,1,1,1,1,1,1,1,0.056,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0907,0.3136,0,1,0.6145,1,1,1,0.2121,0.6145,0,1,1,1,1,1,0.137919262,0,0.01370094,1,1,1,1,1,0.102463581,0,0.013008378,1,1,1,1,1,0.324710727,0,0.601921218,0.601861646,0.601950355
-4053,1,0.3695,1,1,1,1,1,1,1,1,0.0489,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1117,0.3136,0,1,0.6145,1,1,1,0.1518,0.6145,0,1,1,1,1,1,0.157266259,0,0.013127656,1,1,1,1,1,0.15395698,0,0.037096601,1,1,1,1,1,0.244462654,0,0.584581924,0.584726042,0.584663121
-4054,1,0.3695,1,1,1,1,1,1,1,1,0.0085,0.3695,0,1,0.3136,1,1,1,1,1,1,0.019,0.3136,0,1,0.6145,1,1,1,0.0014,0.6145,0,1,1,1,1,1,0.013122186,0,0.002352635,1,1,1,1,1,0.022042654,0,0.028781939,1,1,1,1,1,0.005974425,0,0.525374577,0.525491855,0.525265957
-4055,1,0.3695,1,1,1,1,1,1,1,1,0.0754,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0804,0.3136,0,1,0.6145,1,1,1,0.1455,0.6145,0,1,1,1,1,1,0.164252207,0,0.002472884,1,1,1,1,1,0.111045703,0,0,1,1,1,1,1,0.259086579,0,0.468100532,0.468161625,0.468085106
-4056,1,0.3695,1,1,1,1,1,1,1,1,0.073,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0655,0.3136,0,1,0.6145,1,1,1,0.1039,0.6145,0,1,1,1,1,1,0.166536555,0,0,1,1,1,1,1,0.084548101,0,0,1,1,1,1,1,0.212751642,0,0.429917835,0.429870954,0.429964539
-4057,1,0.3695,1,1,1,1,1,1,1,1,0.1459,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0617,0.3136,0,1,0.6145,1,1,1,0.1022,0.6145,0,1,1,1,1,1,0.175224826,0,0,1,1,1,1,1,0.082292423,0,0,1,1,1,1,1,0.229889125,0,0.406839053,0.406811931,0.406914894
-4058,1,0.3695,1,1,1,1,1,1,1,1,0.1397,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0856,0.3136,0,1,0.6145,1,1,1,0.1033,0.6145,0,1,1,1,1,1,0.131430387,0,0.009458866,1,1,1,1,1,0.114101477,0,0.05236388,1,1,1,1,1,0.269734859,0,0.394755921,0.394753543,0.394503546
-4059,1,0.3695,1,1,1,1,1,1,1,1,0.0454,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0705,0.3136,0,1,0.6145,1,1,1,0.0644,0.6145,0,1,1,1,1,1,0.046464331,0,0.018709943,1,1,1,1,1,0.080655575,0,0.068018332,1,1,1,1,1,0.184918821,0,0.389983084,0.389887878,0.390070922
-4060,1,0.3695,1,1,1,1,1,1,1,1,0.0373,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0361,0.3136,0,1,0.6145,1,1,1,0.0472,0.6145,0,1,1,1,1,1,0.043995794,0,0.044094909,1,1,1,1,1,0.041846879,0,0.05599162,1,1,1,1,1,0.147771731,0,0.398924601,0.398984557,0.39893617
-4061,1,0.3695,1,1,1,1,1,1,1,1,0.0409,0.3695,0.1356,1,0.3136,1,1,1,1,1,1,0.0161,0.3136,0.082,1,0.6145,1,1,1,0.047,0.6145,0.1248,1,1,1,1,1,0.041509733,0.250241101,0.091984391,1,1,1,1,1,0.031988166,0.090794876,0.054427229,1,1,1,1,1,0.140358537,0.336863637,0.425024166,0.425005289,0.425088652
-4062,1,0.3695,1,1,1,1,1,1,1,1,0.0201,0.3695,0.1041,1,0.3136,1,1,1,1,1,1,0.0028,0.3136,0.139,1,0.6145,1,1,1,0.0173,0.6145,0.1052,1,1,1,1,1,0.012956657,0.497694254,0.182105839,1,1,1,1,1,0.014142957,0.426526457,0.160378009,1,1,1,1,1,0.049576551,0.543044627,0.486829386,0.486778083,0.48714539
-4063,1,0.3695,1,1,1,1,1,1,1,1,0.0131,0.3695,0.2399,1,0.3136,1,1,1,1,1,1,0.0082,0.3136,0.2537,1,0.6145,1,1,1,0.0185,0.6145,0.2343,1,1,1,1,1,0.009844533,0.615100265,0.191731781,1,1,1,1,1,0.013809206,0.580022454,0.168327749,1,1,1,1,1,0.039441954,0.690504313,0.549359594,0.549397081,0.54964539
-4064,1,0.3695,1,1,1,1,1,1,1,1,0.0336,0.3695,0.3785,1,0.3136,1,1,1,1,1,1,0.023,0.3136,0.3737,1,0.6145,1,1,1,0.0362,0.6145,0.3666,1,1,1,1,1,0.019925328,0.685418367,0.047078695,1,1,1,1,1,0.024155561,0.632735789,0.08289896,1,1,1,1,1,0.04615229,0.707807422,0.584944418,0.584937593,0.585106383
-4065,1,0.3695,1,1,1,1,1,1,1,1,0.026,0.3695,0.4837,1,0.3136,1,1,1,1,1,1,0.014,0.3136,0.4621,1,0.6145,1,1,1,0.0542,0.6145,0.4835,1,1,1,1,1,0.013261253,0.747752726,0.051811345,1,1,1,1,1,0.014118521,0.661668897,0.0557089,1,1,1,1,1,0.098234698,0.775766253,0.607056549,0.607150413,0.607269504
-4066,1,0.3695,1,1,1,1,1,1,1,1,0.0394,0.3695,0.5323,1,0.3136,1,1,1,1,1,1,0.0069,0.3136,0.5091,1,0.6145,1,1,1,0.0485,0.6145,0.5517,1,1,1,1,1,0.017647656,0.709060729,0.054019827,1,1,1,1,1,0.010794106,0.715342581,0.015517279,1,1,1,1,1,0.106671661,0.779189825,0.625664572,0.625766871,0.625886525
-4067,1,0.3695,1,1,1,1,1,1,1,1,0.0643,0.3695,0.5114,1,0.3136,1,1,1,1,1,1,0.0227,0.3136,0.5107,1,0.6145,1,1,1,0.0838,0.6145,0.5438,1,1,1,1,1,0.03175617,0.716661096,0.048407059,1,1,1,1,1,0.025235096,0.753721535,0.072278537,1,1,1,1,1,0.165427014,0.733062804,0.638533108,0.638671462,0.638741135
-4068,1,0.3695,1,1,1,1,1,1,1,1,0.1547,0.3695,0.5175,1,0.3136,1,1,1,1,1,1,0.0542,0.3136,0.5195,1,0.6145,1,1,1,0.109,0.6145,0.5582,1,1,1,1,1,0.075378194,0.745063066,0.214970589,1,1,1,1,1,0.064800933,0.736869216,0.193901315,1,1,1,1,1,0.160354957,0.824123919,0.644574674,0.64459488,0.644946809
-4069,1,0.3695,1,1,1,1,1,1,1,1,0.2035,0.3695,0.5099,1,0.3136,1,1,1,1,1,1,0.0021,0.3136,0.5249,1,0.6145,1,1,1,0.1028,0.6145,0.5232,1,1,1,1,1,0.066583432,0.73367703,0.285046935,1,1,1,1,1,0.021041788,0.723081529,0.210622013,1,1,1,1,1,0.14255318,0.707099497,0.652670372,0.652633806,0.652925532
-4070,1,0.3695,1,1,1,1,1,1,1,1,0.206,0.3695,0.502,1,0.3136,1,1,1,1,1,1,0.0636,0.3136,0.4878,1,0.6145,1,1,1,0.1593,0.6145,0.4466,1,1,1,1,1,0.068047166,0.740075648,0.372072041,1,1,1,1,1,0.087775677,0.651776969,0.302989304,1,1,1,1,1,0.293747216,0.555602849,0.653637023,0.653691559,0.653812057
-4071,1,0.3695,1,1,1,1,1,1,1,1,0.2242,0.3695,0.4113,1,0.3136,1,1,1,1,1,1,0.0983,0.3136,0.4141,1,0.6145,1,1,1,0.1581,0.6145,0.3354,1,1,1,1,1,0.09499795,0.634105682,0.548815846,1,1,1,1,1,0.115614124,0.569107771,0.303139329,1,1,1,1,1,0.167676836,0.545012832,0.651220396,0.651364502,0.651595745
-4072,1,0.3695,1,1,1,1,1,1,1,1,0.2334,0.3695,0.3017,1,0.3136,1,1,1,1,1,1,0.041,0.3136,0.3055,1,0.6145,1,1,1,0.1411,0.6145,0.2465,1,1,1,1,1,0.100582436,0.565059602,0.727634013,1,1,1,1,1,0.065806836,0.472448409,0.274183244,1,1,1,1,1,0.161653742,0.50679481,0.651401643,0.651576052,0.651595745
-4073,1,0.3695,1,1,1,1,1,1,1,1,0.1423,0.3695,0.1773,1,0.3136,1,1,1,1,1,1,0.0242,0.3136,0.2022,1,0.6145,1,1,1,0.1603,0.6145,0.1426,1,1,1,1,1,0.067544088,0.426190287,0.629675746,1,1,1,1,1,0.054016892,0.453215182,0.299401581,1,1,1,1,1,0.206281617,0.307609588,0.649528758,0.649672096,0.649822695
-4074,1,0.3695,1,1,1,1,1,1,1,1,0.1337,0.3695,0.0811,1,0.3136,1,1,1,1,1,1,0.0128,0.3136,0.0982,1,0.6145,1,1,1,0.1247,0.6145,0.0577,1,1,1,1,1,0.07317999,0.252081752,0.488696545,1,1,1,1,1,0.023226555,0.298736006,0.349041879,1,1,1,1,1,0.200121224,0.108572975,0.639741421,0.639729215,0.63962766
-4075,1,0.3695,1,1,1,1,1,1,1,1,0.1025,0.3695,0.0006,1,0.3136,1,1,1,1,1,1,0.0091,0.3136,0.0033,1,0.6145,1,1,1,0.1101,0.6145,0.0039,1,1,1,1,1,0.056793846,4.90E-05,0.523400009,1,1,1,1,1,0.02214358,0.012662577,0.484151334,1,1,1,1,1,0.18545723,0,0.632129048,0.632324942,0.632535461
-4076,1,0.3695,1,1,1,1,1,1,1,1,0.0808,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0225,0.3136,0,1,0.6145,1,1,1,0.1263,0.6145,0,1,1,1,1,1,0.055356599,0,0.248545393,1,1,1,1,1,0.036211997,0,0.390963078,1,1,1,1,1,0.206699669,0,0.640345578,0.640363867,0.640514184
-4077,1,0.3695,1,1,1,1,1,1,1,1,0.0806,0.3695,0,1,0.3136,1,1,1,1,1,1,0.076,0.3136,0,1,0.6145,1,1,1,0.1118,0.6145,0,1,1,1,1,1,0.068324596,0,0.23915258,1,1,1,1,1,0.086478874,0,0.551799536,1,1,1,1,1,0.230988339,0,0.627356211,0.627459276,0.627659574
-4078,1,0.3695,1,1,1,1,1,1,1,1,0.1646,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1091,0.3136,0,1,0.6145,1,1,1,0.0802,0.6145,0,1,1,1,1,1,0.14401859,0,0.517001987,1,1,1,1,1,0.150684625,0,0.502231419,1,1,1,1,1,0.166235134,0,0.570927985,0.570975249,0.571365248
-4079,1,0.3695,1,1,1,1,1,1,1,1,0.313,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1719,0.3136,0,1,0.6145,1,1,1,0.0953,0.6145,0,1,1,1,1,1,0.241526246,0,1,1,1,1,1,1,0.222834587,0,0.968729377,1,1,1,1,1,0.158774182,0,0.511478975,0.511529511,0.511524823
-4080,1,0.3695,1,1,1,1,1,1,1,1,0.2931,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2378,0.3136,0,1,0.6145,1,1,1,0.1005,0.6145,0,1,1,1,1,1,0.236916736,0,1,1,1,1,1,1,0.265920252,0,1,1,1,1,1,1,0.210781857,0,0.469369261,0.469430929,0.469414894
-4081,1,0.3695,1,1,1,1,1,1,1,1,0.3428,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2752,0.3136,0,1,0.6145,1,1,1,0.1809,0.6145,0,1,1,1,1,1,0.305042326,0,1,1,1,1,1,1,0.301600605,0,1,1,1,1,1,1,0.481133014,0,0.444296762,0.444256399,0.444592199
-4082,1,0.3695,1,1,1,1,1,1,1,1,0.2942,0.3695,0,1,0.3136,1,1,1,1,1,1,0.3714,0.3136,0,1,0.6145,1,1,1,0.186,0.6145,0,1,1,1,1,1,0.260163993,0,1,1,1,1,1,1,0.375182271,0,1,1,1,1,1,1,0.588669658,0,0.431126148,0.431140258,0.431294326
-4083,1,0.3695,1,1,1,1,1,1,1,1,0.2154,0.3695,0,1,0.3136,1,1,1,1,1,1,0.3157,0.3136,0,1,0.6145,1,1,1,0.1877,0.6145,0,1,1,1,1,1,0.192978501,0,1,1,1,1,1,1,0.337608248,0,1,1,1,1,1,1,0.551788568,0,0.425567907,0.425639941,0.425531915
-4084,1,0.3695,1,1,1,1,1,1,1,1,0.208,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1936,0.3136,0,1,0.6145,1,1,1,0.1437,0.6145,0,1,1,1,1,1,0.172204062,0,1,1,1,1,1,1,0.23272872,0,1,1,1,1,1,1,0.434350342,0,0.433724021,0.433890417,0.433953901
-4085,1,0.3695,1,1,1,1,1,1,1,1,0.1638,0.3695,0.0521,1,0.3136,1,1,1,1,1,1,0.1552,0.3136,0.0471,1,0.6145,1,1,1,0.1804,0.6145,0.0582,1,1,1,1,1,0.178554207,0.113267317,1,1,1,1,1,1,0.197159678,0.067774549,0.638338506,1,1,1,1,1,0.501324534,0.233879626,0.461273562,0.461392003,0.46143617
-4086,1,0.3695,1,1,1,1,1,1,1,1,0.0838,0.3695,0.0985,1,0.3136,1,1,1,1,1,1,0.0855,0.3136,0.1273,1,0.6145,1,1,1,0.1409,0.6145,0.11,1,1,1,1,1,0.078373641,0.460110009,0.698509634,1,1,1,1,1,0.101479262,0.437342376,0.506128073,1,1,1,1,1,0.446620911,0.537834704,0.530993233,0.530992173,0.531028369
-4087,1,0.3695,1,1,1,1,1,1,1,1,0.0903,0.3695,0.2328,1,0.3136,1,1,1,1,1,1,0.1265,0.3136,0.257,1,0.6145,1,1,1,0.1047,0.6145,0.2295,1,1,1,1,1,0.067328498,0.699576497,0.959646642,1,1,1,1,1,0.127893239,0.644053817,1,1,1,1,1,1,0.352506757,0.729084492,0.612675205,0.612862281,0.612588652
-4088,1,0.3695,1,1,1,1,1,1,1,1,0.0912,0.3695,0.3833,1,0.3136,1,1,1,1,1,1,0.1893,0.3136,0.3987,1,0.6145,1,1,1,0.1286,0.6145,0.378,1,1,1,1,1,0.074282646,0.782688975,0.967691422,1,1,1,1,1,0.128367096,0.779782772,1,1,1,1,1,1,0.288480848,0.814639211,0.677742871,0.677808335,0.677748227
-4089,1,0.3695,1,1,1,1,1,1,1,1,0.0883,0.3695,0.4987,1,0.3136,1,1,1,1,1,1,0.1135,0.3136,0.5031,1,0.6145,1,1,1,0.1088,0.6145,0.4964,1,1,1,1,1,0.067295857,0.82498914,1,1,1,1,1,1,0.10064353,0.81962049,0.544189811,1,1,1,1,1,0.267182827,0.843043208,0.737131464,0.737254072,0.73714539
-4090,1,0.3695,1,1,1,1,1,1,1,1,0.1128,0.3695,0.5835,1,0.3136,1,1,1,1,1,1,0.1126,0.3136,0.5786,1,0.6145,1,1,1,0.1612,0.6145,0.5479,1,1,1,1,1,0.096285462,0.84442246,1,1,1,1,1,1,0.094180219,0.829053998,0.493498981,1,1,1,1,1,0.311071664,0.862197042,0.793861769,0.793949651,0.793882979
-4091,1,0.3695,1,1,1,1,1,1,1,1,0.1518,0.3695,0.6064,1,0.3136,1,1,1,1,1,1,0.1194,0.3136,0.6038,1,0.6145,1,1,1,0.1838,0.6145,0.5996,1,1,1,1,1,0.095187344,0.85617882,1,1,1,1,1,1,0.102163956,0.844157934,0.455854475,1,1,1,1,1,0.349929184,0.868745327,0.838508942,0.838586842,0.838652482
-4092,1,0.3695,1,1,1,1,1,1,1,1,0.2205,0.3695,0.6063,1,0.3136,1,1,1,1,1,1,0.2055,0.3136,0.5953,1,0.6145,1,1,1,0.1231,0.6145,0.6114,1,1,1,1,1,0.184676275,0.861486614,1,1,1,1,1,1,0.182876021,0.853951931,0.791490912,1,1,1,1,1,0.233567178,0.875639021,0.87222088,0.872223398,0.872340426
-4093,1,0.3695,1,1,1,1,1,1,1,1,0.1793,0.3695,0.5912,1,0.3136,1,1,1,1,1,1,0.1833,0.3136,0.5798,1,0.6145,1,1,1,0.1942,0.6145,0.5984,1,1,1,1,1,0.107360154,0.840043902,1,1,1,1,1,1,0.15269044,0.837943971,1,1,1,1,1,1,0.207771048,0.853686094,0.902791203,0.902898244,0.902925532
-4094,1,0.3695,1,1,1,1,1,1,1,1,0.1813,0.3695,0.5341,1,0.3136,1,1,1,1,1,1,0.2156,0.3136,0.5288,1,0.6145,1,1,1,0.2647,0.6145,0.5447,1,1,1,1,1,0.11845801,0.803788006,1,1,1,1,1,1,0.208656371,0.792399466,1,1,1,1,1,1,0.236338884,0.818123341,0.9239971,0.924053311,0.924202128
-4095,1,0.3695,1,1,1,1,1,1,1,1,0.2886,0.3695,0.4368,1,0.3136,1,1,1,1,1,1,0.2122,0.3136,0.4498,1,0.6145,1,1,1,0.2983,0.6145,0.4304,1,1,1,1,1,0.181351751,0.758344173,1,1,1,1,1,1,0.230750114,0.745681047,1,1,1,1,1,1,0.275061607,0.799450576,0.93958434,0.939496509,0.939716312
-4096,1,0.3695,1,1,1,1,1,1,1,1,0.3825,0.3695,0.3104,1,0.3136,1,1,1,1,1,1,0.176,0.3136,0.3467,1,0.6145,1,1,1,0.3049,0.6145,0.2992,1,1,1,1,1,0.253660202,0.666186988,1,1,1,1,1,1,0.239021569,0.714821696,1,1,1,1,1,1,0.245762393,0.744829237,0.951607057,0.951554897,0.951684397
-4097,1,0.3695,1,1,1,1,1,1,1,1,0.3646,0.3695,0.1689,1,0.3136,1,1,1,1,1,1,0.1298,0.3136,0.2084,1,0.6145,1,1,1,0.1819,0.6145,0.1404,1,1,1,1,1,0.261401236,0.548727751,1,1,1,1,1,1,0.184161678,0.576037169,1,1,1,1,1,1,0.154315501,0.581007123,0.952634123,0.952612651,0.953014184
-4098,1,0.3695,1,1,1,1,1,1,1,1,0.3632,0.3695,0.0764,1,0.3136,1,1,1,1,1,1,0.1338,0.3136,0.094,1,0.6145,1,1,1,0.1362,0.6145,0.0685,1,1,1,1,1,0.248202696,0.325237513,1,1,1,1,1,1,0.15097864,0.332576185,1,1,1,1,1,1,0.080012172,0.309513032,0.939161431,0.939284959,0.93927305
-4099,1,0.3695,1,1,1,1,1,1,1,1,0.1994,0.3695,0.0051,1,0.3136,1,1,1,1,1,1,0.0792,0.3136,0.0099,1,0.6145,1,1,1,0.1259,0.6145,0.0687,1,1,1,1,1,0.205441475,0.007967019,1,1,1,1,1,1,0.100421757,0.016234126,0.882363915,1,1,1,1,1,0.131538659,0,0.918740938,0.918764544,0.919326241
-4100,1,0.3695,1,1,1,1,1,1,1,1,0.1491,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1215,0.3136,0,1,0.6145,1,1,1,0.133,0.6145,0,1,1,1,1,1,0.193607792,0,1,1,1,1,1,1,0.137935847,0,0.753293276,1,1,1,1,1,0.146119326,0,0.907564041,0.907763909,0.907801418
-4101,1,0.3695,1,1,1,1,1,1,1,1,0.273,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1282,0.3136,0,1,0.6145,1,1,1,0.1804,0.6145,0,1,1,1,1,1,0.419688463,0,1,1,1,1,1,1,0.175616667,0,1,1,1,1,1,1,0.196488529,0,0.883337361,0.883435583,0.883865248
-4102,1,0.3695,1,1,1,1,1,1,1,1,0.161,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0649,0.3136,0,1,0.6145,1,1,1,0.2015,0.6145,0,1,1,1,1,1,0.135296553,0,1,1,1,1,1,1,0.098502457,0,1,1,1,1,1,1,0.177291438,0,0.803649106,0.803680982,0.804078014
-4103,1,0.3695,1,1,1,1,1,1,1,1,0.2508,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1255,0.3136,0,1,0.6145,1,1,1,0.1791,0.6145,0,1,1,1,1,1,0.272048056,0,1,1,1,1,1,1,0.175304621,0,1,1,1,1,1,1,0.241927534,0,0.7229942,0.722868627,0.723404255
-4104,1,0.3695,1,1,1,1,1,1,1,1,0.2977,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1631,0.3136,0,1,0.6145,1,1,1,0.1824,0.6145,0,1,1,1,1,1,0.279566288,0,1,1,1,1,1,1,0.200955585,0,1,1,1,1,1,1,0.28420639,0,0.660282745,0.66024963,0.660460993
-4105,1,0.3695,1,1,1,1,1,1,1,1,0.3743,0.3695,0,1,0.3136,1,1,1,1,1,1,0.205,0.3136,0,1,0.6145,1,1,1,0.2373,0.6145,0,1,1,1,1,1,0.375032306,0,1,1,1,1,1,1,0.245447069,0,1,1,1,1,1,1,0.315817088,0,0.621072982,0.621112757,0.621453901
-4106,1,0.3695,1,1,1,1,1,1,1,1,0.412,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2488,0.3136,0,1,0.6145,1,1,1,0.2779,0.6145,0,1,1,1,1,1,0.415054381,0,1,1,1,1,1,1,0.307345331,0,1,1,1,1,1,1,0.423673689,0,0.594308845,0.594245822,0.594414894
-4107,1,0.3695,1,1,1,1,1,1,1,1,0.4562,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1845,0.3136,0,1,0.6145,1,1,1,0.2284,0.6145,0,1,1,1,1,1,0.471136302,0,1,1,1,1,1,1,0.2643466,0,1,1,1,1,1,1,0.319774151,0,0.576546641,0.576687117,0.576684397
-4108,1,0.3695,1,1,1,1,1,1,1,1,0.5013,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2775,0.3136,0,1,0.6145,1,1,1,0.1748,0.6145,0,1,1,1,1,1,0.51620239,0,1,1,1,1,1,1,0.327137351,0,0.836186171,1,1,1,1,1,0.257682145,0,0.573767521,0.573725407,0.574024823
-4109,1,0.3695,1,1,1,1,1,1,1,1,0.355,0.3695,0.1443,1,0.3136,1,1,1,1,1,1,0.1908,0.3136,0.1514,1,0.6145,1,1,1,0.1223,0.6145,0.1089,1,1,1,1,1,0.401216507,0.307155013,1,1,1,1,1,1,0.22569342,0.269469291,0.912963867,1,1,1,1,1,0.167552024,0.306393564,0.591167231,0.591284113,0.591312057
-4110,1,0.3695,1,1,1,1,1,1,1,1,0.2126,0.3695,0.0852,1,0.3136,1,1,1,1,1,1,0.1201,0.3136,0.1229,1,0.6145,1,1,1,0.0995,0.6145,0.0877,1,1,1,1,1,0.272233009,0.615897715,1,1,1,1,1,1,0.156943753,0.598523378,0.946757436,1,1,1,1,1,0.144428879,0.606460929,0.659134848,0.659191876,0.659131206
-4111,1,0.3695,1,1,1,1,1,1,1,1,0.2675,0.3695,0.2259,1,0.3136,1,1,1,1,1,1,0.1497,0.3136,0.2574,1,0.6145,1,1,1,0.1095,0.6145,0.223,1,1,1,1,1,0.411548108,0.794643939,0.836984098,1,1,1,1,1,0.157206297,0.791732192,0.633183539,1,1,1,1,1,0.184032559,0.773742497,0.740695988,0.740638883,0.740691489
-4112,1,0.3695,1,1,1,1,1,1,1,1,0.1745,0.3695,0.3874,1,0.3136,1,1,1,1,1,1,0.1697,0.3136,0.4085,1,0.6145,1,1,1,0.1156,0.6145,0.3687,1,1,1,1,1,0.223920405,0.857299566,0.998342633,1,1,1,1,1,0.147063926,0.861457646,0.52872777,1,1,1,1,1,0.19000265,0.833709717,0.80679072,0.806854242,0.807180851
-4113,1,0.3695,1,1,1,1,1,1,1,1,0.1001,0.3695,0.4981,1,0.3136,1,1,1,1,1,1,0.1614,0.3136,0.5056,1,0.6145,1,1,1,0.0514,0.6145,0.472,1,1,1,1,1,0.092350475,0.848022521,0.44529286,1,1,1,1,1,0.133697584,0.850377083,0.21655865,1,1,1,1,1,0.081729919,0.822346926,0.861829386,0.861857415,0.86214539
-4114,1,0.3695,1,1,1,1,1,1,1,1,0.0936,0.3695,0.7094,1,0.3136,1,1,1,1,1,1,0.1381,0.3136,0.7166,1,0.6145,1,1,1,0.0647,0.6145,0.6814,1,1,1,1,1,0.10869392,1,0.854734063,1,1,1,1,1,0.129399896,1,0.651492953,1,1,1,1,1,0.089736044,0.994183302,0.907261962,0.907340808,0.907358156
-4115,1,0.3695,1,1,1,1,1,1,1,1,0.0681,0.3695,0.6284,1,0.3136,1,1,1,1,1,1,0.1429,0.3136,0.6408,1,0.6145,1,1,1,0.0932,0.6145,0.5815,1,1,1,1,1,0.118365377,0.886581421,0.663073719,1,1,1,1,1,0.12798059,0.907521844,0.311485887,1,1,1,1,1,0.146731183,0.822503448,0.939705172,0.93970806,0.940159574
-4116,1,0.3695,1,1,1,1,1,1,1,1,0.1045,0.3695,0.5976,1,0.3136,1,1,1,1,1,1,0.1897,0.3136,0.6134,1,0.6145,1,1,1,0.0364,0.6145,0.5594,1,1,1,1,1,0.141018882,0.831821859,0.370729238,1,1,1,1,1,0.174751624,0.854314387,0.197533518,1,1,1,1,1,0.023727622,0.807638109,0.959521508,0.959593823,0.960106383
-4117,1,0.3695,1,1,1,1,1,1,1,1,0.0117,0.3695,0.6137,1,0.3136,1,1,1,1,1,1,0.0894,0.3136,0.6356,1,0.6145,1,1,1,0.0272,0.6145,0.5558,1,1,1,1,1,0.037233219,0.869730055,0.232105508,1,1,1,1,1,0.088375941,0.892392337,0.126144513,1,1,1,1,1,0.046549175,0.839014769,0.975592073,0.975671673,0.97606383
-4118,1,0.3695,1,1,1,1,1,1,1,1,0.0293,0.3695,0.5524,1,0.3136,1,1,1,1,1,1,0.0665,0.3136,0.5786,1,0.6145,1,1,1,0.0274,0.6145,0.525,1,1,1,1,1,0.051382076,0.858904123,0.214581609,1,1,1,1,1,0.072253577,0.875063241,0.065448686,1,1,1,1,1,0.042513069,0.8314147,0.98441276,0.984556801,0.984929078
-4119,1,0.3695,1,1,1,1,1,1,1,1,0.0493,0.3695,0.4502,1,0.3136,1,1,1,1,1,1,0.0338,0.3136,0.4832,1,0.6145,1,1,1,0.0222,0.6145,0.4288,1,1,1,1,1,0.036650214,0.833494246,0.194482356,1,1,1,1,1,0.0451301,0.84525913,0.017697122,1,1,1,1,1,0.027399518,0.805791974,0.989246013,0.989422467,0.989804965
-4120,1,0.3695,1,1,1,1,1,1,1,1,0.079,0.3695,0.3184,1,0.3136,1,1,1,1,1,1,0.0353,0.3136,0.3605,1,0.6145,1,1,1,0.037,0.6145,0.2992,1,1,1,1,1,0.037231475,0.787182152,0.173634663,1,1,1,1,1,0.052477922,0.795833826,0.04318063,1,1,1,1,1,0.027528213,0.751113772,0.992145964,0.992172625,0.992464539
-4121,1,0.3695,1,1,1,1,1,1,1,1,0.0895,0.3695,0.157,1,0.3136,1,1,1,1,1,1,0.0191,0.3136,0.2053,1,0.6145,1,1,1,0.0205,0.6145,0.1398,1,1,1,1,1,0.066983812,0.68000102,0.25748086,1,1,1,1,1,0.049096979,0.67797941,0.283987194,1,1,1,1,1,0.025030935,0.645370603,0.984050266,0.9841337,0.984485816
-4122,1,0.3695,1,1,1,1,1,1,1,1,0.0906,0.3695,0.074,1,0.3136,1,1,1,1,1,1,0,0.3136,0.1019,1,0.6145,1,1,1,0.0105,0.6145,0.0703,1,1,1,1,1,0.044857047,0.453564018,0.351238966,1,1,1,1,1,0.015554048,0.442829818,0.286764652,1,1,1,1,1,0.032310363,0.415869534,0.965079749,0.96509414,0.965425532
-4123,1,0.3695,1,1,1,1,1,1,1,1,0.1293,0.3695,0.0333,1,0.3136,1,1,1,1,1,1,0.0075,0.3136,0.0425,1,0.6145,1,1,1,0.0285,0.6145,0.0905,1,1,1,1,1,0.117366672,0.059452478,0.380287677,1,1,1,1,1,0.043542162,0.057303887,0.108695298,1,1,1,1,1,0.063168839,0,0.937107298,0.937169452,0.9375
-4124,1,0.3695,1,1,1,1,1,1,1,1,0.1699,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.0275,0.6145,0,1,1,1,1,1,0.150238052,0,0.532956183,1,1,1,1,1,0.016749045,0,0.406687707,1,1,1,1,1,0.065569788,0,0.919163847,0.919187645,0.919769504
-4125,1,0.3695,1,1,1,1,1,1,1,1,0.1407,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0023,0.3136,0,1,0.6145,1,1,1,0.0329,0.6145,0,1,1,1,1,1,0.147656649,0,0.568220735,1,1,1,1,1,0.032400068,0,0.734358966,1,1,1,1,1,0.093251407,0,0.889016433,0.8889359,0.889184397
-4126,1,0.3695,1,1,1,1,1,1,1,1,0.1271,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0125,0.3136,0,1,0.6145,1,1,1,0.0428,0.6145,0,1,1,1,1,1,0.154596761,0,0.704668045,1,1,1,1,1,0.058750503,0,0.815935373,1,1,1,1,1,0.131267905,0,0.806971967,0.806854242,0.807180851
-4127,1,0.3695,1,1,1,1,1,1,1,1,0.175,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0397,0.3136,0,1,0.6145,1,1,1,0.0521,0.6145,0,1,1,1,1,1,0.1962239,0,0.789226711,1,1,1,1,1,0.098188423,0,0.879596353,1,1,1,1,1,0.198390856,0,0.724081682,0.724137931,0.72429078
-4128,1,0.3695,1,1,1,1,1,1,1,1,0.2058,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1883,0.3136,0,1,0.6145,1,1,1,0.0887,0.6145,0,1,1,1,1,1,0.257008851,0,0.721215665,1,1,1,1,1,0.200602889,0,1,1,1,1,1,1,0.264056653,0,0.660766071,0.660672731,0.660904255
-4129,1,0.3695,1,1,1,1,1,1,1,1,0.3062,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2511,0.3136,0,1,0.6145,1,1,1,0.1335,0.6145,0,1,1,1,1,1,0.261670142,0,0.983621478,1,1,1,1,1,0.234897286,0,1,1,1,1,1,1,0.304418564,0,0.619079265,0.61899725,0.619237589
-4130,1,0.3695,1,1,1,1,1,1,1,1,0.1858,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2058,0.3136,0,1,0.6145,1,1,1,0.1339,0.6145,0,1,1,1,1,1,0.255540431,0,0.998821735,1,1,1,1,1,0.209122986,0,1,1,1,1,1,1,0.325641274,0,0.590804737,0.590649461,0.590868794
-4131,1,0.3695,1,1,1,1,1,1,1,1,0.1643,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1913,0.3136,0,1,0.6145,1,1,1,0.1487,0.6145,0,1,1,1,1,1,0.219020456,0,0.985538244,1,1,1,1,1,0.237260848,0,1,1,1,1,1,1,0.353640199,0,0.572680039,0.572667654,0.572695035
-4132,1,0.3695,1,1,1,1,1,1,1,1,0.1693,0.3695,0,1,0.3136,1,1,1,1,1,1,0.163,0.3136,0,1,0.6145,1,1,1,0.1543,0.6145,0,1,1,1,1,1,0.221601561,0,0.952227712,1,1,1,1,1,0.20124428,0,0.935687184,1,1,1,1,1,0.298939228,0,0.571894635,0.571821451,0.571808511
-4133,1,0.3695,1,1,1,1,1,1,1,1,0.1707,0.3695,0.1089,1,0.3136,1,1,1,1,1,1,0.1243,0.3136,0.0959,1,0.6145,1,1,1,0.182,0.6145,0.1244,1,1,1,1,1,0.254481077,0.246466964,0.721742749,1,1,1,1,1,0.129947498,0.171940982,0.662753165,1,1,1,1,1,0.33069247,0.325664312,0.588629773,0.588745505,0.588652482
-4134,1,0.3695,1,1,1,1,1,1,1,1,0.1336,0.3695,0.092,1,0.3136,1,1,1,1,1,1,0.1101,0.3136,0.1187,1,0.6145,1,1,1,0.0819,0.6145,0.087,1,1,1,1,1,0.233798444,0.549980998,0.459320128,1,1,1,1,1,0.11797332,0.430191517,0.469944209,1,1,1,1,1,0.208942324,0.593649864,0.652368294,0.652422255,0.65248227
-4135,1,0.3695,1,1,1,1,1,1,1,1,0.0724,0.3695,0.2267,1,0.3136,1,1,1,1,1,1,0.0777,0.3136,0.2371,1,0.6145,1,1,1,0.0706,0.6145,0.2253,1,1,1,1,1,0.108789042,0.72648412,0.360006273,1,1,1,1,1,0.078327328,0.637280822,0.220481426,1,1,1,1,1,0.086728863,0.757147551,0.73217738,0.732176856,0.732269504
-4136,1,0.3695,1,1,1,1,1,1,1,1,0.0547,0.3695,0.3764,1,0.3136,1,1,1,1,1,1,0.047,0.3136,0.3797,1,0.6145,1,1,1,0.0693,0.6145,0.3735,1,1,1,1,1,0.084153086,0.777200401,0.064989537,1,1,1,1,1,0.041786723,0.700436711,0.031725656,1,1,1,1,1,0.06617517,0.81556797,0.798211696,0.798392215,0.798315603
-4137,1,0.3695,1,1,1,1,1,1,1,1,0.0573,0.3695,0.4909,1,0.3136,1,1,1,1,1,1,0.1071,0.3136,0.4531,1,0.6145,1,1,1,0.0976,0.6145,0.4853,1,1,1,1,1,0.079132758,0.829860151,0.013317294,1,1,1,1,1,0.091219187,0.723399043,0,1,1,1,1,1,0.092426375,0.840001702,0.853612856,0.853606939,0.854166667
-4138,1,0.3695,1,1,1,1,1,1,1,1,0.0338,0.3695,0.5724,1,0.3136,1,1,1,1,1,1,0.0643,0.3136,0.5043,1,0.6145,1,1,1,0.0964,0.6145,0.5338,1,1,1,1,1,0.048500881,0.833654881,0.012169781,1,1,1,1,1,0.048766058,0.78557688,0,1,1,1,1,1,0.114814304,0.850192904,0.899045433,0.899090332,0.899379433
-4139,1,0.3695,1,1,1,1,1,1,1,1,0.0247,0.3695,0.6002,1,0.3136,1,1,1,1,1,1,0.0356,0.3136,0.5887,1,0.6145,1,1,1,0.1143,0.6145,0.5803,1,1,1,1,1,0.034833375,0.848944783,0.037892144,1,1,1,1,1,0.029041782,0.80059588,0,1,1,1,1,1,0.163658693,0.872180223,0.935234413,0.935265496,0.93572695
-4140,1,0.3695,1,1,1,1,1,1,1,1,0.0206,0.3695,0.6122,1,0.3136,1,1,1,1,1,1,0.0106,0.3136,0.5789,1,0.6145,1,1,1,0.113,0.6145,0.5962,1,1,1,1,1,0.026706045,0.854317665,0.116662458,1,1,1,1,1,0.014633979,0.773067892,0.010700525,1,1,1,1,1,0.222887337,0.858449996,0.959098598,0.959170721,0.959663121
-4141,1,0.3695,1,1,1,1,1,1,1,1,0.0594,0.3695,0.5975,1,0.3136,1,1,1,1,1,1,0,0.3136,0.568,1,0.6145,1,1,1,0.1553,0.6145,0.5517,1,1,1,1,1,0.047545396,0.831787825,0.079670347,1,1,1,1,1,0.011117468,0.736395895,0,1,1,1,1,1,0.262163043,0.850969017,0.972873369,0.972709964,0.972960993
-4142,1,0.3695,1,1,1,1,1,1,1,1,0.1382,0.3695,0.5315,1,0.3136,1,1,1,1,1,1,0,0.3136,0.3858,1,0.6145,1,1,1,0.1809,0.6145,0.4434,1,1,1,1,1,0.096777633,0.781426191,0.112361126,1,1,1,1,1,0.009878804,0.504443407,0,1,1,1,1,1,0.307482541,0.751387358,0.970154664,0.970171356,0.970744681
-4143,1,0.3695,1,1,1,1,1,1,1,1,0.1874,0.3695,0.3419,1,0.3136,1,1,1,1,1,1,0.0662,0.3136,0.2035,1,0.6145,1,1,1,0.1867,0.6145,0.3712,1,1,1,1,1,0.084975228,0.417950392,0.063833393,1,1,1,1,1,0.1618613,0.293310106,0.013020943,1,1,1,1,1,0.326411724,0.638511837,0.957346544,0.957266765,0.957890071
-4144,1,0.3695,1,1,1,1,1,1,1,1,0.1942,0.3695,0.1672,1,0.3136,1,1,1,1,1,1,0.0015,0.3136,0.1565,1,0.6145,1,1,1,0.1906,0.6145,0.298,1,1,1,1,1,0.076377511,0.220190853,0.070505328,1,1,1,1,1,0.055891469,0.195001483,0.056282468,1,1,1,1,1,0.473039776,0.421626091,0.927259546,0.927226571,0.927748227
-4145,1,0.3695,1,1,1,1,1,1,1,1,0.2791,0.3695,0.0733,1,0.3136,1,1,1,1,1,1,0.0751,0.3136,0.0803,1,0.6145,1,1,1,0.1721,0.6145,0.1491,1,1,1,1,1,0.153464228,0.133338839,0.414392531,1,1,1,1,1,0.061927475,0.07656759,0.25882566,1,1,1,1,1,0.445888996,0.246413827,0.88738521,0.887455045,0.88785461
-4146,1,0.3695,1,1,1,1,1,1,1,1,0.3092,0.3695,0.0088,1,0.3136,1,1,1,1,1,1,0.0112,0.3136,0.011,1,0.6145,1,1,1,0.117,0.6145,0.0748,1,1,1,1,1,0.144407943,0.011833644,0.627623081,1,1,1,1,1,0.041857302,0.019207215,0.127564132,1,1,1,1,1,0.275001138,0.073019765,0.838931851,0.838798392,0.839539007
-4147,1,0.3695,1,1,1,1,1,1,1,1,0.0579,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0046,0.3136,0,1,0.6145,1,1,1,0.0725,0.6145,0,1,1,1,1,1,0.055214413,0,0.170705169,1,1,1,1,1,0.007874383,0,0.161029577,1,1,1,1,1,0.137354031,0,0.799661672,0.799661519,0.79964539
-4148,1,0.3695,1,1,1,1,1,1,1,1,0.0366,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0076,0.3136,0,1,0.6145,1,1,1,0.0694,0.6145,0,1,1,1,1,1,0.019819459,0,0.865145445,1,1,1,1,1,0.010209421,0,0.350481689,1,1,1,1,1,0.137852043,0,0.781476559,0.781468162,0.781914894
-4149,1,0.3695,1,1,1,1,1,1,1,1,0.0658,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0768,0.3136,0,1,0.6145,1,1,1,0.0774,0.6145,0,1,1,1,1,1,0.061116677,0,0.934445858,1,1,1,1,1,0.0789662,0,1,1,1,1,1,1,0.168259278,0,0.752054132,0.752062619,0.752216312
-4150,1,0.3695,1,1,1,1,1,1,1,1,0.0933,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1137,0.3136,0,1,0.6145,1,1,1,0.124,0.6145,0,1,1,1,1,1,0.085083134,0,1,1,1,1,1,1,0.121551767,0,0.617360234,1,1,1,1,1,0.278669477,0,0.691578057,0.691559128,0.691932624
-4151,1,0.3695,1,1,1,1,1,1,1,1,0.0749,0.3695,0,1,0.3136,1,1,1,1,1,1,0.165,0.3136,0,1,0.6145,1,1,1,0.1318,0.6145,0,1,1,1,1,1,0.106814429,0,1,1,1,1,1,1,0.164984122,0,0.786654949,1,1,1,1,1,0.258418083,0,0.626087482,0.626189972,0.626329787
-4152,1,0.3695,1,1,1,1,1,1,1,1,0.0971,0.3695,0,1,0.3136,1,1,1,1,1,1,0.3517,0.3136,0,1,0.6145,1,1,1,0.0957,0.6145,0,1,1,1,1,1,0.205582872,0,0.838231623,1,1,1,1,1,0.357802421,0,0.484408438,1,1,1,1,1,0.128037348,0,0.57322378,0.573302306,0.57358156
-4153,1,0.3695,1,1,1,1,1,1,1,1,0.0931,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2228,0.3136,0,1,0.6145,1,1,1,0.0436,0.6145,0,1,1,1,1,1,0.156874716,0,0.800204277,1,1,1,1,1,0.228976637,0,0.163383245,1,1,1,1,1,0.060067035,0,0.540297245,0.540300402,0.540336879
-4154,1,0.3695,1,1,1,1,1,1,1,1,0.0754,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2274,0.3136,0,1,0.6145,1,1,1,0.0286,0.6145,0,1,1,1,1,1,0.148560256,0,0.461551487,1,1,1,1,1,0.240783632,0,0.860601783,1,1,1,1,1,0.044120077,0,0.517218463,0.517241379,0.517287234
-4155,1,0.3695,1,1,1,1,1,1,1,1,0.0909,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2078,0.3136,0,1,0.6145,1,1,1,0.039,0.6145,0,1,1,1,1,1,0.157618135,0,0.93327117,1,1,1,1,1,0.227170125,0,0.249363631,1,1,1,1,1,0.050677747,0,0.503020783,0.502855934,0.503102837
-4156,1,0.3695,1,1,1,1,1,1,1,1,0.0941,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1753,0.3136,0,1,0.6145,1,1,1,0.0671,0.6145,0,1,1,1,1,1,0.15662919,0,0.947596669,1,1,1,1,1,0.232682288,0,0.381533802,1,1,1,1,1,0.122747377,0,0.498489609,0.498624921,0.498670213
-4157,1,0.3695,1,1,1,1,1,1,1,1,0.0808,0.3695,0.0043,1,0.3136,1,1,1,1,1,1,0.2001,0.3136,0.0043,1,0.6145,1,1,1,0.1314,0.6145,0.1029,1,1,1,1,1,0.108105399,0.000749537,0.274481535,1,1,1,1,1,0.247389168,0.006309402,0.279906303,1,1,1,1,1,0.181915641,0.036992289,0.500906235,0.500740427,0.500886525
-4158,1,0.3695,1,1,1,1,1,1,1,1,0.2364,0.3695,0.0623,1,0.3136,1,1,1,1,1,1,0.1164,0.3136,0.0961,1,0.6145,1,1,1,0.0853,0.6145,0.1103,1,1,1,1,1,0.140109241,0.115723588,0.145686239,1,1,1,1,1,0.165340796,0.276739597,0.367285371,1,1,1,1,1,0.187013179,0.149525836,0.518970517,0.518933785,0.519060284
-4159,1,0.3695,1,1,1,1,1,1,1,1,0.0921,0.3695,0.2003,1,0.3136,1,1,1,1,1,1,0.105,0.3136,0.2305,1,0.6145,1,1,1,0.0177,0.6145,0.2199,1,1,1,1,1,0.072692595,0.477467179,0.644698262,1,1,1,1,1,0.118898243,0.55939585,0.028154714,1,1,1,1,1,0.037892215,0.344048083,0.554434509,0.554474297,0.554521277
-4160,1,0.3689,1,1,1,1,1,1,1,1,0.0308,0.3689,0.3362,1,0.3134,1,1,1,1,1,1,0.0813,0.3134,0.3627,1,0.6143,1,1,1,0.0246,0.6143,0.3598,1,1,1,1,1,0.026179455,0.654653251,0.334136546,1,1,1,1,1,0.083708294,0.737159729,0,1,1,1,1,1,0.057957254,0.484429091,0.602223296,0.602284747,0.602393617
-4161,1,0.3683,1,1,1,1,1,1,1,1,0.0188,0.3683,0.4571,1,0.3131,1,1,1,1,1,1,0.1139,0.3131,0.4839,1,0.6141,1,1,1,0.0186,0.6141,0.475,1,1,1,1,1,0.016196841,0.750433028,0.134679168,1,1,1,1,1,0.102998361,0.826508582,0.070798434,1,1,1,1,1,0.074394904,0.615289569,0.645722571,0.645864184,0.645833333
-4162,1,0.3678,1,1,1,1,1,1,1,1,0.0354,0.3678,0.5548,1,0.3128,1,1,1,1,1,1,0.1295,0.3128,0.5896,1,0.6139,1,1,1,0.0264,0.6139,0.4866,1,1,1,1,1,0.031360608,0.848404706,0.157172307,1,1,1,1,1,0.108021095,0.89993459,0.18535839,1,1,1,1,1,0.047945783,0.655210435,0.683542774,0.683731754,0.683510638
-4163,1,0.3672,1,1,1,1,1,1,1,1,0.0176,0.3672,0.5854,1,0.3125,1,1,1,1,1,1,0.0921,0.3125,0.6302,1,0.6136,1,1,1,0.0514,0.6136,0.4501,1,1,1,1,1,0.0225068,0.863352895,0.283339113,1,1,1,1,1,0.078167155,0.903567493,0.188301057,1,1,1,1,1,0.078853182,0.726300657,0.711515225,0.711656442,0.71143617
-4164,1,0.3666,1,1,1,1,1,1,1,1,0.0072,0.3666,0.6017,1,0.3123,1,1,1,1,1,1,0.1611,0.3123,0.6216,1,0.6134,1,1,1,0.1364,0.6134,0.4314,1,1,1,1,1,0.01650835,0.826288164,0.280575931,1,1,1,1,1,0.124330513,0.904439986,0.193699747,1,1,1,1,1,0.198015288,0.817036271,0.728794103,0.728792046,0.729166667
-4165,1,0.3661,1,1,1,1,1,1,1,1,0.0462,0.3661,0.6029,1,0.312,1,1,1,1,1,1,0.1398,0.312,0.6042,1,0.6132,1,1,1,0.11,0.6132,0.5297,1,1,1,1,1,0.068615146,0.823775113,0.201978669,1,1,1,1,1,0.109407395,0.909853458,0.180978283,1,1,1,1,1,0.104848221,0.798485458,0.736648139,0.73661942,0.736702128
-4166,1,0.3655,1,1,1,1,1,1,1,1,0.1345,0.3655,0.541,1,0.3117,1,1,1,1,1,1,0.1145,0.3117,0.5685,1,0.613,1,1,1,0.0741,0.613,0.458,1,1,1,1,1,0.294094652,0.809991419,0.232701197,1,1,1,1,1,0.118712842,0.904442489,0.161787182,1,1,1,1,1,0.076867543,0.744207561,0.741662639,0.741696636,0.742021277
-4167,1,0.3649,1,1,1,1,1,1,1,1,0.1402,0.3649,0.425,1,0.3114,1,1,1,1,1,1,0.1519,0.3114,0.4758,1,0.6128,1,1,1,0.0654,0.6128,0.3625,1,1,1,1,1,0.235526413,0.706161559,0.188829795,1,1,1,1,1,0.178430066,0.870500684,0.115296334,1,1,1,1,1,0.087666094,0.551460564,0.74359594,0.743600592,0.743794326
-4168,1,0.3644,1,1,1,1,1,1,1,1,0.2261,0.3644,0.286,1,0.3112,1,1,1,1,1,1,0.3723,0.3112,0.3732,1,0.6125,1,1,1,0.1445,0.6125,0.2125,1,1,1,1,1,0.383856565,0.565360427,0.219514802,1,1,1,1,1,0.372148991,0.790781438,0.104263097,1,1,1,1,1,0.239224717,0.324741066,0.737373127,0.737465623,0.737588652
-4169,1,0.3638,1,1,1,1,1,1,1,1,0.2576,0.3638,0.1556,1,0.3109,1,1,1,1,1,1,0.3982,0.3109,0.2119,1,0.6123,1,1,1,0.1505,0.6123,0.1155,1,1,1,1,1,0.335396558,0.582435429,0.261358827,1,1,1,1,1,0.397063196,0.762791753,0.153729066,1,1,1,1,1,0.238438249,0.152852401,0.714415176,0.714618151,0.714539007
-4170,1,0.3632,1,1,1,1,1,1,1,1,0.2741,0.3632,0.072,1,0.3106,1,1,1,1,1,1,0.1991,0.3106,0.1158,1,0.6121,1,1,1,0.1292,0.6121,0.0366,1,1,1,1,1,0.18820937,0.445662647,0.573776722,1,1,1,1,1,0.309197217,0.55553019,0.434060752,1,1,1,1,1,0.261624396,0.056170706,0.680642823,0.680770044,0.680851064
-4171,1,0.3626,1,1,1,1,1,1,1,1,0.0982,0.3626,0.0689,1,0.3103,1,1,1,1,1,1,0.0214,0.3103,0.1682,1,0.6119,1,1,1,0.119,0.6119,0,1,1,1,1,1,0.064640507,0.113897189,0.574818373,1,1,1,1,1,0.035934836,0.213216126,0.310075134,1,1,1,1,1,0.246045604,0,0.650737071,0.65072985,0.65070922
-4172,1,0.3621,1,1,1,1,1,1,1,1,0.0465,0.3621,0,1,0.3101,1,1,1,1,1,1,0.0873,0.3101,0,1,0.6117,1,1,1,0.0224,0.6117,0,1,1,1,1,1,0.077794962,0,0.545572519,1,1,1,1,1,0.104354665,0,0.32499817,1,1,1,1,1,0.11466527,0,0.634968584,0.63486355,0.635195035
-4173,1,0.3615,1,1,1,1,1,1,1,1,0.0941,0.3615,0,1,0.3098,1,1,1,1,1,1,0.1408,0.3098,0,1,0.6114,1,1,1,0.0212,0.6114,0,1,1,1,1,1,0.144716814,0,0.367653579,1,1,1,1,1,0.184234038,0,0.270120978,1,1,1,1,1,0.09744662,0,0.619925085,0.619843453,0.620124113
-4174,1,0.3609,1,1,1,1,1,1,1,1,0.0893,0.3609,0,1,0.3095,1,1,1,1,1,1,0.1671,0.3095,0,1,0.6112,1,1,1,0.0231,0.6112,0,1,1,1,1,1,0.120834276,0,0.258791864,1,1,1,1,1,0.210572883,0,0.140987188,1,1,1,1,1,0.0832645,0,0.575398743,0.575417813,0.575797872
-4175,1,0.3604,1,1,1,1,1,1,1,1,0.1799,0.3604,0,1,0.3092,1,1,1,1,1,1,0.234,0.3092,0,1,0.611,1,1,1,0.0573,0.611,0,1,1,1,1,1,0.284091234,0,0.452103674,1,1,1,1,1,0.293886423,0,0.186446071,1,1,1,1,1,0.11543759,0,0.523682939,0.52379945,0.523492908
-4176,1,0.3598,1,1,1,1,1,1,1,1,0.2044,0.3598,0,1,0.309,1,1,1,1,1,1,0.2366,0.309,0,1,0.6108,1,1,1,0.1182,0.6108,0,1,1,1,1,1,0.301703215,0,0.803771019,1,1,1,1,1,0.265762538,0,0.125838742,1,1,1,1,1,0.242929801,0,0.483204447,0.483181722,0.483156028
-4177,1,0.3592,1,1,1,1,1,1,1,1,0.2302,0.3592,0,1,0.3087,1,1,1,1,1,1,0.222,0.3087,0,1,0.6105,1,1,1,0.1424,0.6105,0,1,1,1,1,1,0.333557278,0,0.651081204,1,1,1,1,1,0.285174668,0,0.071521997,1,1,1,1,1,0.244196489,0,0.453479942,0.453564629,0.453457447
-4178,1,0.3587,1,1,1,1,1,1,1,1,0.2338,0.3587,0,1,0.3084,1,1,1,1,1,1,0.2463,0.3084,0,1,0.6103,1,1,1,0.1409,0.6103,0,1,1,1,1,1,0.293225557,0,0.64940536,1,1,1,1,1,0.306483328,0,0.108214661,1,1,1,1,1,0.240016744,0,0.434388594,0.434525069,0.434840426
-4179,1,0.3581,1,1,1,1,1,1,1,1,0.2237,0.3581,0,1,0.3082,1,1,1,1,1,1,0.2619,0.3082,0,1,0.6101,1,1,1,0.1671,0.6101,0,1,1,1,1,1,0.271757185,0,0.571675658,1,1,1,1,1,0.319681525,0,0.128826976,1,1,1,1,1,0.224445581,0,0.422788787,0.422678231,0.42287234
-4180,1,0.3575,1,1,1,1,1,1,1,1,0.1946,0.3575,0,1,0.3079,1,1,1,1,1,1,0.2826,0.3079,0,1,0.6099,1,1,1,0.1367,0.6099,0,1,1,1,1,1,0.237801835,0,0.393149972,1,1,1,1,1,0.353165388,0,0.156425655,1,1,1,1,1,0.240509614,0,0.417774287,0.417812566,0.417553191
-4181,1,0.357,1,1,1,1,1,1,1,1,0.1926,0.357,0.189,1,0.3076,1,1,1,1,1,1,0.2585,0.3076,0.2137,1,0.6097,1,1,1,0.2276,0.6097,0.1265,1,1,1,1,1,0.278965384,0.380127132,0.213617697,1,1,1,1,1,0.348058283,0.360403419,0.157460213,1,1,1,1,1,0.41511488,0.307241827,0.411732721,0.411677597,0.41179078
-4182,1,0.3564,1,1,1,1,1,1,1,1,0.1098,0.3564,0.0883,1,0.3073,1,1,1,1,1,1,0.065,0.3073,0.1337,1,0.6094,1,1,1,0.2482,0.6094,0.0926,1,1,1,1,1,0.131256685,0.686822772,0.277098,1,1,1,1,1,0.092147015,0.675272644,0.275837213,1,1,1,1,1,0.496715605,0.62692523,0.429676172,0.429870954,0.429964539
-4183,1,0.3558,1,1,1,1,1,1,1,1,0.0894,0.3558,0.2346,1,0.3071,1,1,1,1,1,1,0.0614,0.3071,0.2722,1,0.6092,1,1,1,0.2787,0.6092,0.223,1,1,1,1,1,0.122980729,0.866323233,0.19949457,1,1,1,1,1,0.079586856,0.86388427,0.415231436,1,1,1,1,1,0.460950851,0.81747514,0.470396327,0.470488682,0.470301418
-4184,1,0.3553,1,1,1,1,1,1,1,1,0.0447,0.3553,0.4067,1,0.3068,1,1,1,1,1,1,0.0213,0.3068,0.4308,1,0.609,1,1,1,0.3419,0.609,0.3964,1,1,1,1,1,0.05414971,0.931410909,0.04767219,1,1,1,1,1,0.020887725,0.923099875,0.14474006,1,1,1,1,1,0.42847535,0.907724261,0.520782987,0.520837741,0.521276596
-4185,1,0.3547,1,1,1,1,1,1,1,1,0.028,0.3547,0.5354,1,0.3065,1,1,1,1,1,1,0.0688,0.3065,0.5428,1,0.6088,1,1,1,0.3777,0.6088,0.5294,1,1,1,1,1,0.045509379,0.947784305,0.023423497,1,1,1,1,1,0.062092315,0.917539775,0.080131426,1,1,1,1,1,0.48204723,0.941620946,0.564886419,0.564840279,0.565159574
-4186,1,0.3541,1,1,1,1,1,1,1,1,0.03,0.3541,0.6306,1,0.3062,1,1,1,1,1,1,0.0168,0.3062,0.6218,1,0.6086,1,1,1,0.3001,0.6086,0.6312,1,1,1,1,1,0.053486586,0.945886195,0.005050672,1,1,1,1,1,0.018095713,0.923344791,0.041481417,1,1,1,1,1,0.453157753,0.959257603,0.596665056,0.59678443,0.597074468
-4187,1,0.3536,1,1,1,1,1,1,1,1,0.0252,0.3536,0.6745,1,0.306,1,1,1,1,1,1,0.0257,0.306,0.6687,1,0.6083,1,1,1,0.1887,0.6083,0.6708,1,1,1,1,1,0.043577269,0.949210525,0.008372298,1,1,1,1,1,0.023325911,0.932496071,0,1,1,1,1,1,0.311498642,0.950859964,0.61859594,0.618574149,0.618794326
-4188,1,0.353,1,1,1,1,1,1,1,1,0.0268,0.353,0.6685,1,0.3057,1,1,1,1,1,1,0.0146,0.3057,0.6634,1,0.6081,1,1,1,0.1936,0.6081,0.6657,1,1,1,1,1,0.043522157,0.929816723,0.031815749,1,1,1,1,1,0.020317303,0.915879726,0.005124084,1,1,1,1,1,0.393442214,0.931479335,0.632551957,0.632748043,0.632978723
-4189,1,0.3524,1,1,1,1,1,1,1,1,0.0387,0.3524,0.6592,1,0.3054,1,1,1,1,1,1,0.0085,0.3054,0.6569,1,0.6079,1,1,1,0.1297,0.6079,0.6492,1,1,1,1,1,0.027039368,0.925941288,0.043522224,1,1,1,1,1,0.014531272,0.900663733,0.036041364,1,1,1,1,1,0.302256435,0.935854971,0.641735138,0.641844722,0.641843972
-4190,1,0.3519,1,1,1,1,1,1,1,1,0.09,0.3519,0.5789,1,0.3051,1,1,1,1,1,1,0.003,0.3051,0.5749,1,0.6077,1,1,1,0.1126,0.6077,0.5717,1,1,1,1,1,0.033929653,0.893359959,0.065608218,1,1,1,1,1,0.008038621,0.775790691,0.187880114,1,1,1,1,1,0.29401648,0.92170608,0.651824553,0.651787603,0.652039007
-4191,1,0.3513,1,1,1,1,1,1,1,1,0.1123,0.3513,0.4474,1,0.3049,1,1,1,1,1,1,0,0.3049,0.3695,1,0.6075,1,1,1,0.0832,0.6075,0.4652,1,1,1,1,1,0.027404942,0.742291927,0.114988849,1,1,1,1,1,0.014646105,0.530024171,0.275352627,1,1,1,1,1,0.217856884,0.898490548,0.662155631,0.662153586,0.662234043
-4192,1,0.3507,1,1,1,1,1,1,1,1,0.1374,0.3507,0.278,1,0.3046,1,1,1,1,1,1,0.0714,0.3046,0.2678,1,0.6072,1,1,1,0.0792,0.6072,0.3128,1,1,1,1,1,0.053341568,0.45002538,0.274404526,1,1,1,1,1,0.067203932,0.414099097,0.834983826,1,1,1,1,1,0.19381988,0.85556221,0.671338811,0.671461815,0.671542553
-4193,1,0.3501,1,1,1,1,1,1,1,1,0.1517,0.3501,0.1607,1,0.3043,1,1,1,1,1,1,0.084,0.3043,0.1913,1,0.607,1,1,1,0.038,0.607,0.1518,1,1,1,1,1,0.070769951,0.484190941,0.445969313,1,1,1,1,1,0.081882522,0.39310506,0.687033534,1,1,1,1,1,0.111742124,0.762750626,0.671580474,0.671673366,0.671542553
-4194,1,0.3496,1,1,1,1,1,1,1,1,0.1529,0.3496,0.0851,1,0.304,1,1,1,1,1,1,0.0792,0.304,0.0951,1,0.6068,1,1,1,0.0375,0.6068,0.0827,1,1,1,1,1,0.068607569,0.270016849,0.595854759,1,1,1,1,1,0.098457962,0.199486136,0.546664953,1,1,1,1,1,0.090344094,0.509705305,0.664753504,0.664692194,0.664893617
-4195,1,0.349,1,1,1,1,1,1,1,1,0.1331,0.349,0,1,0.3038,1,1,1,1,1,1,0.0386,0.3038,0,1,0.6066,1,1,1,0.0713,0.6066,0.0997,1,1,1,1,1,0.065346539,7.39E-05,0.677960396,1,1,1,1,1,0.062302209,0.00012552,0.264131933,1,1,1,1,1,0.197042108,0.046046108,0.653334944,0.653480008,0.653812057
-4196,1,0.3484,1,1,1,1,1,1,1,1,0.1922,0.3484,0,1,0.3035,1,1,1,1,1,1,0.0678,0.3035,0,1,0.6063,1,1,1,0.0784,0.6063,0,1,1,1,1,1,0.101535998,0,0.788325787,1,1,1,1,1,0.119566932,0,0.183950275,1,1,1,1,1,0.186386734,0,0.658107782,0.658134123,0.658244681
-4197,1,0.3479,1,1,1,1,1,1,1,1,0.2557,0.3479,0,1,0.3032,1,1,1,1,1,1,0.1238,0.3032,0,1,0.6061,1,1,1,0.1042,0.6061,0,1,1,1,1,1,0.16059491,0,0.670482635,1,1,1,1,1,0.192071691,0,0.164669901,1,1,1,1,1,0.239642471,0,0.648924601,0.648825894,0.64893617
-4198,1,0.3473,1,1,1,1,1,1,1,1,0.2174,0.3473,0,1,0.3029,1,1,1,1,1,1,0.1324,0.3029,0,1,0.6059,1,1,1,0.0859,0.6059,0,1,1,1,1,1,0.166157439,0,0.460523367,1,1,1,1,1,0.188497007,0,0.199295819,1,1,1,1,1,0.146455824,0,0.598296278,0.598476835,0.598404255
-4199,1,0.3467,1,1,1,1,1,1,1,1,0.1366,0.3467,0,1,0.3027,1,1,1,1,1,1,0.114,0.3027,0,1,0.6057,1,1,1,0.0344,0.6057,0,1,1,1,1,1,0.10500221,0,0.247691154,1,1,1,1,1,0.136803865,0,0.203269124,1,1,1,1,1,0.101485714,0,0.542230546,0.542204358,0.542109929
-4200,1,0.3462,1,1,1,1,1,1,1,1,0.1717,0.3462,0,1,0.3024,1,1,1,1,1,1,0.126,0.3024,0,1,0.6055,1,1,1,0.0472,0.6055,0,1,1,1,1,1,0.125074193,0,0.156088963,1,1,1,1,1,0.168526351,0,0.399188221,1,1,1,1,1,0.11027687,0,0.49957709,0.499682674,0.5
-4201,1,0.3456,1,1,1,1,1,1,1,1,0.2165,0.3456,0,1,0.3021,1,1,1,1,1,1,0.1982,0.3021,0,1,0.6052,1,1,1,0.0519,0.6052,0,1,1,1,1,1,0.128429785,0,0.267875463,1,1,1,1,1,0.234149367,0,0.513961792,1,1,1,1,1,0.168949351,0,0.473719188,0.473661942,0.473847518
-4202,1,0.345,1,1,1,1,1,1,1,1,0.1645,0.345,0,1,0.3019,1,1,1,1,1,1,0.1928,0.3019,0,1,0.605,1,1,1,0.0409,0.605,0,1,1,1,1,1,0.090474181,0,0.579443336,1,1,1,1,1,0.224511638,0,1,1,1,1,1,1,0.17587842,0,0.458977767,0.459064946,0.459219858
-4203,1,0.3445,1,1,1,1,1,1,1,1,0.2475,0.3445,0,1,0.3016,1,1,1,1,1,1,0.2183,0.3016,0,1,0.6048,1,1,1,0.0389,0.6048,0,1,1,1,1,1,0.145147085,0,0.839278579,1,1,1,1,1,0.235399693,0,0.714585662,1,1,1,1,1,0.095526345,0,0.45378202,0.453776179,0.453900709
-4204,1,0.3439,1,1,1,1,1,1,1,1,0.1647,0.3439,0,1,0.3013,1,1,1,1,1,1,0.1012,0.3013,0,1,0.6046,1,1,1,0.0456,0.6046,0,1,1,1,1,1,0.130890489,0,0.817849636,1,1,1,1,1,0.131898418,0,1,1,1,1,1,1,0.051015951,0,0.461696472,0.461815105,0.461879433
-4205,1,0.3433,1,1,1,1,1,1,1,1,0.1152,0.3433,0.0729,1,0.301,1,1,1,1,1,1,0.1342,0.301,0.0045,1,0.6044,1,1,1,0.0497,0.6044,0.0372,1,1,1,1,1,0.107621603,0.05881688,0.39895317,1,1,1,1,1,0.159934953,0.007450704,0.955534816,1,1,1,1,1,0.060222402,0.041144729,0.487373127,0.487412735,0.48714539
-4206,1,0.3428,1,1,1,1,1,1,1,1,0.0718,0.3428,0.1009,1,0.3008,1,1,1,1,1,1,0.0306,0.3008,0.0667,1,0.6041,1,1,1,0.0423,0.6041,0.0753,1,1,1,1,1,0.060780846,0.153963029,0.271483183,1,1,1,1,1,0.056599773,0.0726422,1,1,1,1,1,1,0.100827903,0.213522136,0.546036733,0.54601227,0.546099291
-4207,1,0.3422,1,1,1,1,1,1,1,1,0.0249,0.3422,0.1676,1,0.3005,1,1,1,1,1,1,0,0.3005,0.0988,1,0.6039,1,1,1,0.0317,0.6039,0.2139,1,1,1,1,1,0.015715146,0.218862772,0.579425216,1,1,1,1,1,0.008336566,0.139622867,0.994492173,1,1,1,1,1,0.09477707,0.413489044,0.611164814,0.611169875,0.611258865
-4208,1,0.3416,1,1,1,1,1,1,1,1,0.0542,0.3416,0.2093,1,0.3002,1,1,1,1,1,1,0,0.3002,0.1514,1,0.6037,1,1,1,0.0281,0.6037,0.3436,1,1,1,1,1,0.006083617,0.281898379,0.622712672,1,1,1,1,1,0.017832858,0.292516768,1,1,1,1,1,1,0.043517277,0.453528643,0.648562107,0.648614343,0.64893617
-4209,1,0.3411,1,1,1,1,1,1,1,1,0.0784,0.3411,0.2328,1,0.2999,1,1,1,1,1,1,0,0.2999,0.2216,1,0.6035,1,1,1,0.0373,0.6035,0.3719,1,1,1,1,1,0.011306429,0.347062021,0.787559271,1,1,1,1,1,0.01132273,0.32455343,1,1,1,1,1,1,0.051185854,0.463855863,0.669224263,0.669134758,0.669326241
-4210,1,0.3405,1,1,1,1,1,1,1,1,0.1206,0.3405,0.2979,1,0.2997,1,1,1,1,1,1,0,0.2997,0.2792,1,0.6033,1,1,1,0.0281,0.6033,0.402,1,1,1,1,1,0.022972103,0.425614417,0.856295288,1,1,1,1,1,0.010841716,0.387314528,1,1,1,1,1,1,0.041709386,0.492200315,0.684086515,0.683943304,0.683953901
-4211,1,0.3399,1,1,1,1,1,1,1,1,0.1204,0.3399,0.3235,1,0.2994,1,1,1,1,1,1,0.0041,0.2994,0.3546,1,0.603,1,1,1,0.0283,0.603,0.4323,1,1,1,1,1,0.064041883,0.459847033,0.652921736,1,1,1,1,1,0.014962133,0.538085461,1,1,1,1,1,1,0.044925213,0.497460395,0.686865636,0.686905014,0.687056738
-4212,1,0.3394,1,1,1,1,1,1,1,1,0.1029,0.3394,0.348,1,0.2991,1,1,1,1,1,1,0.0102,0.2991,0.5518,1,0.6028,1,1,1,0.046,0.6028,0.3933,1,1,1,1,1,0.10092894,0.53833425,0.781952262,1,1,1,1,1,0.020422971,0.768414795,0.974535108,1,1,1,1,1,0.056391664,0.498739064,0.684267762,0.684366406,0.684397163
-4213,1,0.3388,1,1,1,1,1,1,1,1,0.0996,0.3388,0.4524,1,0.2988,1,1,1,1,1,1,0.104,0.2988,0.5912,1,0.6026,1,1,1,0.1143,0.6026,0.3494,1,1,1,1,1,0.090286873,0.725911498,0.437458038,1,1,1,1,1,0.106887192,0.849054158,0.42672202,1,1,1,1,1,0.154747382,0.522318363,0.682092798,0.682039348,0.682180851
-4214,1,0.3382,1,1,1,1,1,1,1,1,0.129,0.3382,0.4243,1,0.2986,1,1,1,1,1,1,0.0128,0.2986,0.5081,1,0.6024,1,1,1,0.0538,0.6024,0.314,1,1,1,1,1,0.0623549,0.648545206,0.647722602,1,1,1,1,1,0.054624058,0.659252048,0.424425423,1,1,1,1,1,0.12475577,0.488299221,0.679374094,0.67950074,0.679521277
-4215,1,0.3376,1,1,1,1,1,1,1,1,0.2007,0.3376,0.3714,1,0.2983,1,1,1,1,1,1,0.0643,0.2983,0.3934,1,0.6021,1,1,1,0.0559,0.6021,0.3115,1,1,1,1,1,0.083440058,0.589224696,0.612799525,1,1,1,1,1,0.049592331,0.489732265,0.124992415,1,1,1,1,1,0.149705574,0.431011856,0.677863702,0.677808335,0.678191489
-4216,1,0.3371,1,1,1,1,1,1,1,1,0.145,0.3371,0.2726,1,0.298,1,1,1,1,1,1,0.0364,0.298,0.2812,1,0.6019,1,1,1,0.0626,0.6019,0.177,1,1,1,1,1,0.059525505,0.46711126,0.639344871,1,1,1,1,1,0.053491451,0.504046977,0.014873037,1,1,1,1,1,0.218417123,0.383673817,0.673695022,0.673577322,0.673758865
-4217,1,0.3365,1,1,1,1,1,1,1,1,0.0947,0.3365,0.1542,1,0.2977,1,1,1,1,1,1,0.0078,0.2977,0.1914,1,0.6017,1,1,1,0.1217,0.6017,0.1294,1,1,1,1,1,0.019149516,0.345799625,0.344304085,1,1,1,1,1,0.029519536,0.40971899,0.055172253,1,1,1,1,1,0.094127931,0.359638989,0.669224263,0.669134758,0.669326241
-4218,1,0.3359,1,1,1,1,1,1,1,1,0.0873,0.3359,0.0637,1,0.2975,1,1,1,1,1,1,0.0344,0.2975,0.0871,1,0.6015,1,1,1,0.1301,0.6015,0.0404,1,1,1,1,1,0.015133962,0.188818023,0.356653154,1,1,1,1,1,0.040389102,0.283831209,0.000361257,1,1,1,1,1,0.148032352,0.139965594,0.65520783,0.655172414,0.655585106
-4219,1,0.3354,1,1,1,1,1,1,1,1,0.0686,0.3354,0.0004,1,0.2972,1,1,1,1,1,1,0.1134,0.2972,0.0176,1,0.6013,1,1,1,0.1192,0.6013,0,1,1,1,1,1,0.049642418,0.002699702,0.488190383,1,1,1,1,1,0.103938565,0.04887924,0,1,1,1,1,1,0.163334429,0,0.63877477,0.638671462,0.639184397
-4220,1,0.3348,1,1,1,1,1,1,1,1,0.099,0.3348,0,1,0.2969,1,1,1,1,1,1,0.2015,0.2969,0,1,0.601,1,1,1,0.1721,0.601,0,1,1,1,1,1,0.15899916,0,0.47196725,1,1,1,1,1,0.216413543,0,0.017050523,1,1,1,1,1,0.191713452,0,0.63599565,0.635921303,0.63608156
-4221,1,0.3342,1,1,1,1,1,1,1,1,0.0941,0.3342,0,1,0.2967,1,1,1,1,1,1,0.1996,0.2967,0,1,0.6008,1,1,1,0.1376,0.6008,0,1,1,1,1,1,0.140183955,0,0.660698175,1,1,1,1,1,0.232576996,0,0.008632723,1,1,1,1,1,0.113444008,0,0.614246013,0.614343135,0.614361702
-4222,1,0.3337,1,1,1,1,1,1,1,1,0.0915,0.3337,0,1,0.2964,1,1,1,1,1,1,0.2699,0.2964,0,1,0.6006,1,1,1,0.1968,0.6006,0,1,1,1,1,1,0.163364753,0,0.388594031,1,1,1,1,1,0.240418851,0,0,1,1,1,1,1,0.08975859,0,0.555944901,0.555955151,0.556294326
-4223,1,0.3331,1,1,1,1,1,1,1,1,0.0581,0.3331,0,1,0.2961,1,1,1,1,1,1,0.5806,0.2961,0,1,0.6004,1,1,1,0.1629,0.6004,0,1,1,1,1,1,0.147887573,0,0.333012491,1,1,1,1,1,0.548021555,0,0.038072255,1,1,1,1,1,0.080213301,0,0.49818753,0.498201819,0.49822695
-4224,1,0.3325,1,1,1,1,1,1,1,1,0.0603,0.3325,0,1,0.2958,1,1,1,1,1,1,0.5003,0.2958,0,1,0.6002,1,1,1,0.154,0.6002,0,1,1,1,1,1,0.121986516,0,0.223267049,1,1,1,1,1,0.499392062,0,0.093199745,1,1,1,1,1,0.088045046,0,0.457346544,0.457372541,0.457446809
-4225,1,0.332,1,1,1,1,1,1,1,1,0.0891,0.332,0,1,0.2956,1,1,1,1,1,1,0.3943,0.2956,0,1,0.5999,1,1,1,0.0953,0.5999,0,1,1,1,1,1,0.147306576,0,0.115742184,1,1,1,1,1,0.394907027,0,0.272800028,1,1,1,1,1,0.059694115,0,0.432576124,0.432621113,0.432624113
-4226,1,0.3314,1,1,1,1,1,1,1,1,0.1126,0.3314,0,1,0.2953,1,1,1,1,1,1,0.3509,0.2953,0,1,0.5997,1,1,1,0.0927,0.5997,0,1,1,1,1,1,0.182819426,0,0.038695127,1,1,1,1,1,0.385900497,0,0.499563396,1,1,1,1,1,0.060552008,0,0.419043016,0.41908187,0.419326241
-4227,1,0.3308,1,1,1,1,1,1,1,1,0.1106,0.3308,0,1,0.295,1,1,1,1,1,1,0.2773,0.295,0,1,0.5995,1,1,1,0.1103,0.5995,0,1,1,1,1,1,0.146626428,0,0.050252944,1,1,1,1,1,0.316981196,0,0.637344003,1,1,1,1,1,0.090112381,0,0.412397293,0.412312249,0.412234043
-4228,1,0.3303,1,1,1,1,1,1,1,1,0.1401,0.3303,0,1,0.2947,1,1,1,1,1,1,0.2767,0.2947,0,1,0.5993,1,1,1,0.0968,0.5993,0,1,1,1,1,1,0.220440999,0,0.20191583,1,1,1,1,1,0.296649158,0,0.68420738,1,1,1,1,1,0.109924406,0,0.418438859,0.418447218,0.418439716
-4229,1,0.3297,1,1,1,1,1,1,1,1,0.1417,0.3297,0.1207,1,0.2945,1,1,1,1,1,1,0.3196,0.2945,0.145,1,0.5991,1,1,1,0.0824,0.5991,0,1,1,1,1,1,0.152731225,0.230652124,0.290930837,1,1,1,1,1,0.306741416,0.25126788,0.709796131,1,1,1,1,1,0.082055643,0.000144555,0.440732238,0.440660038,0.440602837
-4230,1,0.3291,1,1,1,1,1,1,1,1,0.1477,0.3291,0.1022,1,0.2942,1,1,1,1,1,1,0.2581,0.2942,0.1338,1,0.5988,1,1,1,0.0949,0.5988,0.0082,1,1,1,1,1,0.20116438,0.531180263,0.208029717,1,1,1,1,1,0.252004206,0.539397895,0.760868609,1,1,1,1,1,0.133663386,0.178241268,0.494925085,0.494817009,0.495124113
-4231,1,0.3286,1,1,1,1,1,1,1,1,0.0587,0.3286,0.2362,1,0.2939,1,1,1,1,1,1,0.1675,0.2939,0.2663,1,0.5986,1,1,1,0.01,0.5986,0.18,1,1,1,1,1,0.053389281,0.733279407,0.437936693,1,1,1,1,1,0.145281047,0.746178031,1,1,1,1,1,1,0.007588879,0.456070811,0.552440793,0.552570341,0.552748227
-4232,1,0.328,1,1,1,1,1,1,1,1,0.1048,0.328,0.3808,1,0.2936,1,1,1,1,1,1,0.2233,0.2936,0.4101,1,0.5984,1,1,1,0.0093,0.5984,0.3199,1,1,1,1,1,0.129925832,0.768724203,0.630100846,1,1,1,1,1,0.212033391,0.798046112,1,1,1,1,1,1,0.011884114,0.612900198,0.58838811,0.588533954,0.588652482
-4233,1,0.3274,1,1,1,1,1,1,1,1,0.0952,0.3274,0.4803,1,0.2934,1,1,1,1,1,1,0.1499,0.2934,0.5025,1,0.5982,1,1,1,0.0313,0.5982,0.3962,1,1,1,1,1,0.115292139,0.748806179,0.504466474,1,1,1,1,1,0.153599665,0.79525578,1,1,1,1,1,1,0.031186197,0.660035372,0.611587724,0.611804527,0.611702128
-4234,1,0.3269,1,1,1,1,1,1,1,1,0.108,0.3269,0.5357,1,0.2931,1,1,1,1,1,1,0.2782,0.2931,0.5635,1,0.5979,1,1,1,0.039,0.5979,0.4214,1,1,1,1,1,0.151757747,0.727994204,0.439361453,1,1,1,1,1,0.274487525,0.785184622,0.930899262,1,1,1,1,1,0.026292412,0.68329823,0.633639439,0.633805796,0.633865248
-4235,1,0.3263,1,1,1,1,1,1,1,1,0.1316,0.3263,0.5432,1,0.2928,1,1,1,1,1,1,0.3202,0.2928,0.5587,1,0.5977,1,1,1,0.0648,0.5977,0.4538,1,1,1,1,1,0.185021862,0.735778689,0.347412974,1,1,1,1,1,0.324833632,0.764226913,1,1,1,1,1,1,0.070104152,0.684560716,0.64560174,0.645652634,0.645833333
-4236,1,0.3257,1,1,1,1,1,1,1,1,0.1236,0.3257,0.5438,1,0.2925,1,1,1,1,1,1,0.5036,0.2925,0.5235,1,0.5975,1,1,1,0.0428,0.5975,0.4688,1,1,1,1,1,0.151518181,0.737933636,0.411206365,1,1,1,1,1,0.500543654,0.746804893,1,1,1,1,1,1,0.053527232,0.65396899,0.651280812,0.651364502,0.651595745
-4237,1,0.3251,1,1,1,1,1,1,1,1,0.167,0.3251,0.5222,1,0.2923,1,1,1,1,1,1,0.5128,0.2923,0.5203,1,0.5973,1,1,1,0.0556,0.5973,0.4715,1,1,1,1,1,0.247554168,0.712105155,0.802298725,1,1,1,1,1,0.546846628,0.765576541,1,1,1,1,1,1,0.057111192,0.604558885,0.654664089,0.654749312,0.654698582
-4238,1,0.3246,1,1,1,1,1,1,1,1,0.2172,0.3246,0.502,1,0.292,1,1,1,1,1,1,0.4408,0.292,0.5073,1,0.5971,1,1,1,0.1019,0.5971,0.4538,1,1,1,1,1,0.31993863,0.661936045,0.948695838,1,1,1,1,1,0.458730042,0.745941341,1,1,1,1,1,1,0.107275732,0.594790995,0.652670372,0.652633806,0.652925532
-4239,1,0.324,1,1,1,1,1,1,1,1,0.195,0.324,0.413,1,0.2917,1,1,1,1,1,1,0.4128,0.2917,0.4417,1,0.5968,1,1,1,0.1243,0.5968,0.3838,1,1,1,1,1,0.273251593,0.652054906,0.975528955,1,1,1,1,1,0.462335527,0.763454735,1,1,1,1,1,1,0.160563886,0.535702527,0.646205897,0.646287286,0.646276596
-4240,1,0.3234,1,1,1,1,1,1,1,1,0.1776,0.3234,0.3067,1,0.2914,1,1,1,1,1,1,0.5387,0.2914,0.3374,1,0.5966,1,1,1,0.103,0.5966,0.2709,1,1,1,1,1,0.263960481,0.606690705,0.799552679,1,1,1,1,1,0.511781752,0.666902363,1,1,1,1,1,1,0.1261985,0.525466681,0.64282262,0.642902475,0.643173759
-4241,1,0.3229,1,1,1,1,1,1,1,1,0.1815,0.3229,0.1705,1,0.2912,1,1,1,1,1,1,0.4358,0.2912,0.2166,1,0.5964,1,1,1,0.1231,0.5964,0.1508,1,1,1,1,1,0.306880444,0.526119769,0.41961956,1,1,1,1,1,0.419991821,0.594360471,1,1,1,1,1,1,0.144866362,0.406357437,0.637445626,0.637613708,0.637411348
-4242,1,0.3223,1,1,1,1,1,1,1,1,0.2414,0.3223,0.0746,1,0.2909,1,1,1,1,1,1,0.3657,0.2909,0.1064,1,0.5962,1,1,1,0.1938,0.5962,0.0451,1,1,1,1,1,0.398807883,0.298121631,0.932125151,1,1,1,1,1,0.385095119,0.358472437,0.460442662,1,1,1,1,1,0.161762133,0.108215526,0.62318753,0.623228263,0.62322695
-4243,1,0.3217,1,1,1,1,1,1,1,1,0.2719,0.3217,0.0012,1,0.2906,1,1,1,1,1,1,0.2263,0.2906,0.0064,1,0.596,1,1,1,0.162,0.596,0,1,1,1,1,1,0.406930774,0.008524892,0.797150195,1,1,1,1,1,0.256979764,0.012403538,0.722209752,1,1,1,1,1,0.124607511,0,0.609171097,0.609265919,0.609485816
-4244,1,0.3212,1,1,1,1,1,1,1,1,0.2206,0.3212,0,1,0.2904,1,1,1,1,1,1,0.2142,0.2904,0,1,0.5957,1,1,1,0.1995,0.5957,0,1,1,1,1,1,0.411494195,0,0.528430045,1,1,1,1,1,0.242864788,0,0.707452357,1,1,1,1,1,0.182575524,0,0.609291928,0.609265919,0.609485816
-4245,1,0.3206,1,1,1,1,1,1,1,1,0.328,0.3206,0,1,0.2901,1,1,1,1,1,1,0.1483,0.2901,0,1,0.5955,1,1,1,0.1965,0.5955,0,1,1,1,1,1,0.438510627,0,0.906420827,1,1,1,1,1,0.189579725,0,1,1,1,1,1,1,0.201647997,0,0.590563074,0.590649461,0.590868794
-4246,1,0.32,1,1,1,1,1,1,1,1,0.2429,0.32,0,1,0.2898,1,1,1,1,1,1,0.1328,0.2898,0,1,0.5953,1,1,1,0.2113,0.5953,0,1,1,1,1,1,0.296864331,0,0.573798299,1,1,1,1,1,0.146033794,0,0.417640865,1,1,1,1,1,0.247938931,0,0.536853552,0.536704041,0.53679078
-4247,1,0.3195,1,1,1,1,1,1,1,1,0.328,0.3195,0,1,0.2895,1,1,1,1,1,1,0.2999,0.2895,0,1,0.5951,1,1,1,0.2145,0.5951,0,1,1,1,1,1,0.42136842,0,0.491421223,1,1,1,1,1,0.360120028,0,0.283483028,1,1,1,1,1,0.244898304,0,0.480304495,0.480220013,0.480496454
-4248,1,0.3189,1,1,1,1,1,1,1,1,0.437,0.3189,0,1,0.2893,1,1,1,1,1,1,0.4876,0.2893,0,1,0.5948,1,1,1,0.2041,0.5948,0,1,1,1,1,1,0.493652105,0,0.890231967,1,1,1,1,1,0.509060085,0,0.564302087,1,1,1,1,1,0.202780813,0,0.442000967,0.441929342,0.441932624
-4249,1,0.3183,1,1,1,1,1,1,1,1,0.425,0.3183,0,1,0.289,1,1,1,1,1,1,0.2843,0.289,0,1,0.5946,1,1,1,0.2361,0.5946,0,1,1,1,1,1,0.458987802,0,0.840798318,1,1,1,1,1,0.340534836,0,0.61705029,1,1,1,1,1,0.211292773,0,0.418559691,0.418658769,0.418439716
-4250,1,0.3178,1,1,1,1,1,1,1,1,0.3963,0.3178,0,1,0.2887,1,1,1,1,1,1,0.2539,0.2887,0,1,0.5944,1,1,1,0.2421,0.5944,0,1,1,1,1,1,0.401718736,0,0.664237857,1,1,1,1,1,0.347895026,0,0.813390136,1,1,1,1,1,0.247400731,0,0.404543258,0.404696425,0.404698582
-4251,1,0.3172,1,1,1,1,1,1,1,1,0.3567,0.3172,0,1,0.2884,1,1,1,1,1,1,0.1887,0.2884,0,1,0.5942,1,1,1,0.2558,0.5942,0,1,1,1,1,1,0.325392962,0,0.79788065,1,1,1,1,1,0.249425769,0,0.909552097,1,1,1,1,1,0.281958491,0,0.400797487,0.400888513,0.40070922
-4252,1,0.3166,1,1,1,1,1,1,1,1,0.4303,0.3166,0,1,0.2882,1,1,1,1,1,1,0.1586,0.2882,0,1,0.594,1,1,1,0.3089,0.594,0,1,1,1,1,1,0.446727157,0,0.848458827,1,1,1,1,1,0.200823396,0,0.902774334,1,1,1,1,1,0.313622832,0,0.407866119,0.407869685,0.407801418
-4253,1,0.3161,1,1,1,1,1,1,1,1,0.375,0.3161,0.0428,1,0.2879,1,1,1,1,1,1,0.2271,0.2879,0.0797,1,0.5937,1,1,1,0.3313,0.5937,0.0074,1,1,1,1,1,0.398370862,0.073085062,0.881352305,1,1,1,1,1,0.273373902,0.131281406,1,1,1,1,1,1,0.382724404,0.01000403,0.432576124,0.432621113,0.432624113
-4254,1,0.3155,1,1,1,1,1,1,1,1,0.2868,0.3155,0.1073,1,0.2876,1,1,1,1,1,1,0.1801,0.2876,0.1161,1,0.5935,1,1,1,0.3238,0.5935,0.0985,1,1,1,1,1,0.309854716,0.275243819,0.880467534,1,1,1,1,1,0.203456789,0.473010182,0.814975679,1,1,1,1,1,0.368207335,0.220816538,0.487373127,0.487412735,0.48714539
-4255,1,0.3149,1,1,1,1,1,1,1,1,0.2592,0.3149,0.2165,1,0.2873,1,1,1,1,1,1,0.1302,0.2873,0.2643,1,0.5933,1,1,1,0.247,0.5933,0.1985,1,1,1,1,1,0.296534717,0.536165714,0.887020469,1,1,1,1,1,0.152831823,0.731318891,0.843904495,1,1,1,1,1,0.311755151,0.527254581,0.547124215,0.547070023,0.546985816
-4256,1,0.3144,1,1,1,1,1,1,1,1,0.2428,0.3144,0.369,1,0.2871,1,1,1,1,1,1,0.2746,0.2871,0.423,1,0.5931,1,1,1,0.2303,0.5931,0.2864,1,1,1,1,1,0.27233097,0.696089447,0.697787881,1,1,1,1,1,0.278415501,0.866642118,0.698399186,1,1,1,1,1,0.208174571,0.618843555,0.585548574,0.585572245,0.585549645
-4257,1,0.3138,1,1,1,1,1,1,1,1,0.212,0.3138,0.4939,1,0.2868,1,1,1,1,1,1,0.3976,0.2868,0.5249,1,0.5929,1,1,1,0.2264,0.5929,0.3466,1,1,1,1,1,0.328083724,0.825284243,0.401317984,1,1,1,1,1,0.419400454,0.881664634,0.749748468,1,1,1,1,1,0.211483419,0.64178431,0.612373127,0.612439179,0.612588652
-4258,1,0.3132,1,1,1,1,1,1,1,1,0.2024,0.3132,0.5937,1,0.2865,1,1,1,1,1,1,0.5971,0.2865,0.6044,1,0.5926,1,1,1,0.1743,0.5926,0.3947,1,1,1,1,1,0.338831246,0.839011967,0.424452484,1,1,1,1,1,0.571537852,0.756931484,0.51018697,1,1,1,1,1,0.17779623,0.609688997,0.635753987,0.635709752,0.635638298
-4259,1,0.3126,1,1,1,1,1,1,1,1,0.2844,0.3126,0.595,1,0.2862,1,1,1,1,1,1,0.5974,0.2862,0.645,1,0.5924,1,1,1,0.1897,0.5924,0.413,1,1,1,1,1,0.423445106,0.818742156,0.529366791,1,1,1,1,1,0.558297575,0.944596946,0.701546907,1,1,1,1,1,0.180416182,0.65158397,0.650253746,0.650306748,0.650265957
-4260,1,0.3121,1,1,1,1,1,1,1,1,0.3272,0.3121,0.5971,1,0.286,1,1,1,1,1,1,0.514,0.286,0.6586,1,0.5922,1,1,1,0.1414,0.5922,0.4428,1,1,1,1,1,0.424753428,0.820767343,0.771279573,1,1,1,1,1,0.494140625,0.953331709,0.784831285,1,1,1,1,1,0.204430342,0.693499625,0.658047366,0.657922572,0.658244681
-4261,1,0.3115,1,1,1,1,1,1,1,1,0.2279,0.3115,0.5788,1,0.2857,1,1,1,1,1,1,0.379,0.2857,0.6612,1,0.592,1,1,1,0.1394,0.592,0.489,1,1,1,1,1,0.2970002,0.825005293,0.895133376,1,1,1,1,1,0.391819656,0.950716019,0.562667072,1,1,1,1,1,0.231354266,0.689331591,0.66759304,0.667653903,0.667553191
-4262,1,0.3109,1,1,1,1,1,1,1,1,0.2697,0.3109,0.5256,1,0.2854,1,1,1,1,1,1,0.4035,0.2854,0.5838,1,0.5918,1,1,1,0.1259,0.5918,0.4483,1,1,1,1,1,0.26115936,0.76050806,0.919101894,1,1,1,1,1,0.398120672,0.919816852,0.556838751,1,1,1,1,1,0.201551005,0.640240252,0.67079507,0.670827163,0.671099291
-4263,1,0.3104,1,1,1,1,1,1,1,1,0.2105,0.3104,0.4145,1,0.2851,1,1,1,1,1,1,0.4633,0.2851,0.4878,1,0.5915,1,1,1,0.1667,0.5915,0.3872,1,1,1,1,1,0.171027854,0.678677738,0.952709436,1,1,1,1,1,0.401699662,0.878504753,0.852437496,1,1,1,1,1,0.260445535,0.589284182,0.669949251,0.66998096,0.670212766
-4264,1,0.3098,1,1,1,1,1,1,1,1,0.2314,0.3098,0.2927,1,0.2849,1,1,1,1,1,1,0.5683,0.2849,0.3664,1,0.5913,1,1,1,0.1943,0.5913,0.2943,1,1,1,1,1,0.300136447,0.58593291,1,1,1,1,1,1,0.532545567,0.828437924,0.994518399,1,1,1,1,1,0.326628774,0.532039881,0.669103432,0.669134758,0.669326241
-4265,1,0.3092,1,1,1,1,1,1,1,1,0.2334,0.3092,0.1595,1,0.2846,1,1,1,1,1,1,0.3916,0.2846,0.2178,1,0.5911,1,1,1,0.2232,0.5911,0.159,1,1,1,1,1,0.257691205,0.456188172,1,1,1,1,1,1,0.428370535,0.746840477,0.990377069,1,1,1,1,1,0.368248045,0.450044721,0.664028516,0.664057542,0.664450355
-4266,1,0.3087,1,1,1,1,1,1,1,1,0.1503,0.3087,0.064,1,0.2843,1,1,1,1,1,1,0.1404,0.2843,0.1144,1,0.5909,1,1,1,0.2016,0.5909,0.0774,1,1,1,1,1,0.156605288,0.252613097,0.953237653,1,1,1,1,1,0.171357304,0.521312475,1,1,1,1,1,1,0.378324777,0.28605482,0.649710005,0.649672096,0.649822695
-4267,1,0.3081,1,1,1,1,1,1,1,1,0.1353,0.3081,0.0001,1,0.2841,1,1,1,1,1,1,0.1562,0.2841,0.0513,1,0.5906,1,1,1,0.1993,0.5906,0.0142,1,1,1,1,1,0.182268769,0.00020588,0.805970669,1,1,1,1,1,0.186420873,0.160699308,1,1,1,1,1,1,0.401483774,0,0.635874819,0.635921303,0.63608156
-4268,1,0.3075,1,1,1,1,1,1,1,1,0.1047,0.3075,0,1,0.2838,1,1,1,1,1,1,0.2412,0.2838,0,1,0.5904,1,1,1,0.195,0.5904,0,1,1,1,1,1,0.240582496,0,0.574524105,1,1,1,1,1,0.259112328,0,1,1,1,1,1,1,0.386291087,0,0.634424843,0.634440448,0.634751773
-4269,1,0.307,1,1,1,1,1,1,1,1,0.1732,0.307,0,1,0.2835,1,1,1,1,1,1,0.1592,0.2835,0,1,0.5902,1,1,1,0.1769,0.5902,0,1,1,1,1,1,0.309891701,0,0.663059413,1,1,1,1,1,0.213044971,0,1,1,1,1,1,1,0.371260434,0,0.619562591,0.619631902,0.619680851
-4270,1,0.3064,1,1,1,1,1,1,1,1,0.1059,0.3064,0,1,0.2832,1,1,1,1,1,1,0.1405,0.2832,0,1,0.59,1,1,1,0.1921,0.59,0,1,1,1,1,1,0.17971991,0,0.539870322,1,1,1,1,1,0.160234049,0,0.573001564,1,1,1,1,1,0.448594004,0,0.564221846,0.564205627,0.56427305
-4271,1,0.3058,1,1,1,1,1,1,1,1,0.1639,0.3058,0,1,0.283,1,1,1,1,1,1,0.2787,0.283,0,1,0.5898,1,1,1,0.2071,0.5898,0,1,1,1,1,1,0.28555581,0,0.744543791,1,1,1,1,1,0.34653455,0,0.618400812,1,1,1,1,1,0.407615036,0,0.506283229,0.506240745,0.506205674
-4272,1,0.3053,1,1,1,1,1,1,1,1,0.1989,0.3053,0,1,0.2827,1,1,1,1,1,1,0.2234,0.2827,0,1,0.5895,1,1,1,0.1849,0.5895,0,1,1,1,1,1,0.303422213,0,0.762862027,1,1,1,1,1,0.336600661,0,0.624681413,1,1,1,1,1,0.353314847,0,0.463750604,0.463719061,0.464095745
-4273,1,0.3047,1,1,1,1,1,1,1,1,0.2745,0.3047,0,1,0.2824,1,1,1,1,1,1,0.29,0.2824,0,1,0.5893,1,1,1,0.1567,0.5893,0,1,1,1,1,1,0.422449887,0,0.76888442,1,1,1,1,1,0.414323986,0,0.675179601,1,1,1,1,1,0.293166518,0,0.437953117,0.437909879,0.437943262
-4274,1,0.3041,1,1,1,1,1,1,1,1,0.2604,0.3041,0,1,0.2821,1,1,1,1,1,1,0.4065,0.2821,0,1,0.5891,1,1,1,0.1887,0.5891,0,1,1,1,1,1,0.441602826,0,0.628555834,1,1,1,1,1,0.513967693,0,0.635119915,1,1,1,1,1,0.320617616,0,0.422970034,0.422889782,0.42287234
-4275,1,0.3036,1,1,1,1,1,1,1,1,0.2636,0.3036,0,1,0.2819,1,1,1,1,1,1,0.3364,0.2819,0,1,0.5889,1,1,1,0.16,0.5889,0,1,1,1,1,1,0.454292446,0,0.541705489,1,1,1,1,1,0.488878787,0,0.63337779,1,1,1,1,1,0.279711604,0,0.415115998,0.415062407,0.415336879
-4276,1,0.303,1,1,1,1,1,1,1,1,0.2146,0.303,0,1,0.2816,1,1,1,1,1,1,0.1909,0.2816,0,1,0.5887,1,1,1,0.1077,0.5887,0,1,1,1,1,1,0.308058292,0,0.77933228,1,1,1,1,1,0.279996932,0,0.330293983,1,1,1,1,1,0.192585766,0,0.421459642,0.421620478,0.421542553
-4277,1,0.3024,1,1,1,1,1,1,1,1,0.1811,0.3024,0.1196,1,0.2813,1,1,1,1,1,1,0.0777,0.2813,0.1791,1,0.5884,1,1,1,0.1134,0.5884,0.0417,1,1,1,1,1,0.236174613,0.270144701,0.591749549,1,1,1,1,1,0.088785686,0.295191467,0.218188494,1,1,1,1,1,0.206148759,0.182109877,0.445142581,0.445102602,0.445035461
-4278,1,0.3019,1,1,1,1,1,1,1,1,0.1082,0.3019,0.0917,1,0.281,1,1,1,1,1,1,0.08,0.281,0.1294,1,0.5882,1,1,1,0.1072,0.5882,0.104,1,1,1,1,1,0.151900515,0.595791638,0.342646718,1,1,1,1,1,0.105791546,0.627202332,0.225848183,1,1,1,1,1,0.219007626,0.464422554,0.502114548,0.502009731,0.502216312
-4279,1,0.3013,1,1,1,1,1,1,1,1,0.111,0.3013,0.2305,1,0.2808,1,1,1,1,1,1,0.1552,0.2808,0.2651,1,0.588,1,1,1,0.1156,0.588,0.2212,1,1,1,1,1,0.179378659,0.80538702,0.466968417,1,1,1,1,1,0.167856634,0.832579672,0.332618326,1,1,1,1,1,0.20215787,0.693092883,0.569900918,0.569917495,0.570035461
-4280,1,0.3007,1,1,1,1,1,1,1,1,0.0885,0.3007,0.392,1,0.2805,1,1,1,1,1,1,0.1474,0.2805,0.4225,1,0.5878,1,1,1,0.1455,0.5878,0.3741,1,1,1,1,1,0.142288238,0.869440794,0.340480387,1,1,1,1,1,0.155781776,0.902613759,0.206513882,1,1,1,1,1,0.288880944,0.830290914,0.61762929,0.617727946,0.617907801
-4281,1,0.3001,1,1,1,1,1,1,1,1,0.0774,0.3001,0.5141,1,0.2802,1,1,1,1,1,1,0.1043,0.2802,0.5401,1,0.5876,1,1,1,0.1632,0.5876,0.4889,1,1,1,1,1,0.147448972,0.900569797,0.2817747,1,1,1,1,1,0.101018436,0.925599217,0.207899749,1,1,1,1,1,0.305734128,0.794544458,0.652247463,0.652210704,0.652039007
-4282,1,0.2996,1,1,1,1,1,1,1,1,0.0962,0.2996,0.6074,1,0.2799,1,1,1,1,1,1,0.0839,0.2799,0.6252,1,0.5873,1,1,1,0.1257,0.5873,0.5439,1,1,1,1,1,0.166275263,0.906845391,0.238735586,1,1,1,1,1,0.074035034,0.932304263,0.213445544,1,1,1,1,1,0.230006829,0.817576051,0.682999033,0.683097102,0.683510638
-4283,1,0.299,1,1,1,1,1,1,1,1,0.1207,0.299,0.6526,1,0.2797,1,1,1,1,1,1,0.0743,0.2797,0.668,1,0.5871,1,1,1,0.1024,0.5871,0.5149,1,1,1,1,1,0.155932799,0.917341948,0.307804346,1,1,1,1,1,0.07000798,0.941357255,0.139452368,1,1,1,1,1,0.183474332,0.818089247,0.705111165,0.705098371,0.705230496
-4284,1,0.2984,1,1,1,1,1,1,1,1,0.1079,0.2984,0.6509,1,0.2794,1,1,1,1,1,1,0.0923,0.2794,0.6618,1,0.5869,1,1,1,0.074,0.5869,0.5389,1,1,1,1,1,0.129676566,0.908462405,0.308719456,1,1,1,1,1,0.078143045,0.920594275,0.033576179,1,1,1,1,1,0.103751704,0.811632991,0.720879652,0.720964671,0.721187943
-4285,1,0.2979,1,1,1,1,1,1,1,1,0.1205,0.2979,0.643,1,0.2791,1,1,1,1,1,1,0.0497,0.2791,0.656,1,0.5867,1,1,1,0.077,0.5867,0.5697,1,1,1,1,1,0.079697758,0.898694515,0.19890517,1,1,1,1,1,0.045039229,0.915199876,0.056495812,1,1,1,1,1,0.10465958,0.813816726,0.734352344,0.734503914,0.734485816
-4286,1,0.2973,1,1,1,1,1,1,1,1,0.1144,0.2973,0.5701,1,0.2788,1,1,1,1,1,1,0.0462,0.2788,0.5945,1,0.5864,1,1,1,0.0971,0.5864,0.5234,1,1,1,1,1,0.041324321,0.880804598,0.27988404,1,1,1,1,1,0.048591033,0.89135164,0.277441889,1,1,1,1,1,0.137355939,0.827561498,0.747462542,0.747620055,0.747783688
-4287,1,0.2967,1,1,1,1,1,1,1,1,0.1021,0.2967,0.4684,1,0.2786,1,1,1,1,1,1,0.0206,0.2786,0.4964,1,0.5862,1,1,1,0.107,0.5862,0.4227,1,1,1,1,1,0.021883609,0.868550658,0.346515417,1,1,1,1,1,0.03398088,0.858320415,0.486922503,1,1,1,1,1,0.19329457,0.795151889,0.756222813,0.756293632,0.756648936
-4288,1,0.2962,1,1,1,1,1,1,1,1,0.1262,0.2962,0.3352,1,0.2783,1,1,1,1,1,1,0.0133,0.2783,0.3775,1,0.586,1,1,1,0.0759,0.586,0.3105,1,1,1,1,1,0.042491637,0.85143286,0.604572356,1,1,1,1,1,0.029370319,0.838955164,0.324581176,1,1,1,1,1,0.124528438,0.762142777,0.766795553,0.766871166,0.766843972
-4289,1,0.2956,1,1,1,1,1,1,1,1,0.1573,0.2956,0.1631,1,0.278,1,1,1,1,1,1,0.0164,0.278,0.2189,1,0.5858,1,1,1,0.0724,0.5858,0.1537,1,1,1,1,1,0.059621654,0.768808246,0.914089084,1,1,1,1,1,0.045335934,0.744909286,0.368489563,1,1,1,1,1,0.125129819,0.713109076,0.767883035,0.767928919,0.768173759
-4290,1,0.295,1,1,1,1,1,1,1,1,0.226,0.295,0.0781,1,0.2778,1,1,1,1,1,1,0.0007,0.2778,0.1124,1,0.5856,1,1,1,0.0754,0.5856,0.0771,1,1,1,1,1,0.094325721,0.539532423,0.946152687,1,1,1,1,1,0.028215906,0.520884573,0.41291362,1,1,1,1,1,0.136180967,0.473078787,0.753504108,0.753755024,0.753546099
-4291,1,0.2945,1,1,1,1,1,1,1,1,0.1803,0.2945,0.0021,1,0.2775,1,1,1,1,1,1,0,0.2775,0.0028,1,0.5853,1,1,1,0.0665,0.5853,0.0117,1,1,1,1,1,0.09179727,0.001078435,0.516059279,1,1,1,1,1,0.021397648,0.000903821,0.173507079,1,1,1,1,1,0.187071621,0,0.73078782,0.730696002,0.730939716
-4292,1,0.2939,1,1,1,1,1,1,1,1,0.1813,0.2939,0,1,0.2772,1,1,1,1,1,1,0.0297,0.2772,0,1,0.5851,1,1,1,0.0761,0.5851,0,1,1,1,1,1,0.088599756,0,0.579195917,1,1,1,1,1,0.051748306,0,0.22815761,1,1,1,1,1,0.258184642,0,0.72341711,0.723503279,0.723847518
-4293,1,0.2933,1,1,1,1,1,1,1,1,0.2399,0.2933,0,1,0.2769,1,1,1,1,1,1,0.127,0.2769,0,1,0.5849,1,1,1,0.1101,0.5849,0,1,1,1,1,1,0.153596655,0,0.400301933,1,1,1,1,1,0.133470327,0,0.551561832,1,1,1,1,1,0.359150797,0,0.705715321,0.705733023,0.706117021
-4294,1,0.2928,1,1,1,1,1,1,1,1,0.2709,0.2928,0,1,0.2767,1,1,1,1,1,1,0.1274,0.2767,0,1,0.5847,1,1,1,0.1628,0.5847,0,1,1,1,1,1,0.162515417,0,0.588119268,1,1,1,1,1,0.136888236,0,0.87109375,1,1,1,1,1,0.44486928,0,0.642218463,0.642267823,0.642287234
-4295,1,0.2922,1,1,1,1,1,1,1,1,0.2544,0.2922,0,1,0.2764,1,1,1,1,1,1,0.1743,0.2764,0,1,0.5845,1,1,1,0.1886,0.5845,0,1,1,1,1,1,0.152713865,0,0.388605118,1,1,1,1,1,0.155075192,0,0.47088486,1,1,1,1,1,0.539480507,0,0.573888352,0.573725407,0.574024823
-4296,1,0.2916,1,1,1,1,1,1,1,1,0.2591,0.2916,0,1,0.2761,1,1,1,1,1,1,0.1698,0.2761,0,1,0.5842,1,1,1,0.1889,0.5842,0,1,1,1,1,1,0.140215337,0,0.458955109,1,1,1,1,1,0.159679979,0,0.528171301,1,1,1,1,1,0.525805652,0,0.521930884,0.521895494,0.522163121
-4297,1,0.2911,1,1,1,1,1,1,1,1,0.2516,0.2911,0,1,0.2758,1,1,1,1,1,1,0.1669,0.2758,0,1,0.584,1,1,1,0.1293,0.584,0,1,1,1,1,1,0.131026074,0,0.663236678,1,1,1,1,1,0.176993996,0,0.875494242,1,1,1,1,1,0.383833915,0,0.489971,0.489951343,0.489804965
-4298,1,0.2905,1,1,1,1,1,1,1,1,0.2381,0.2905,0,1,0.2756,1,1,1,1,1,1,0.4202,0.2756,0,1,0.5838,1,1,1,0.1333,0.5838,0,1,1,1,1,1,0.129429191,0,0.934209704,1,1,1,1,1,0.390413642,0,1,1,1,1,1,1,0.342785239,0,0.471060899,0.471123334,0.471187943
-4299,1,0.2899,1,1,1,1,1,1,1,1,0.1684,0.2899,0,1,0.2753,1,1,1,1,1,1,0.3948,0.2753,0,1,0.5836,1,1,1,0.1305,0.5836,0,1,1,1,1,1,0.071574777,0,0.920388222,1,1,1,1,1,0.377456129,0,1,1,1,1,1,1,0.337733865,0,0.462481875,0.462449757,0.462322695
-4300,1,0.2894,1,1,1,1,1,1,1,1,0.1412,0.2894,0,1,0.275,1,1,1,1,1,1,0.1839,0.275,0,1,0.5834,1,1,1,0.1459,0.5834,0,1,1,1,1,1,0.055776194,0,0.899468303,1,1,1,1,1,0.180641934,0,0.904840887,1,1,1,1,1,0.333979249,0,0.467919285,0.467950074,0.468085106
-4301,1,0.2888,1,1,1,1,1,1,1,1,0.0995,0.2888,0.0147,1,0.2747,1,1,1,1,1,1,0.2542,0.2747,0.0002,1,0.5831,1,1,1,0.1362,0.5831,0.0029,1,1,1,1,1,0.054279581,0.006780986,0.834481359,1,1,1,1,1,0.246338993,0.000346861,0.97284925,1,1,1,1,1,0.355522633,0.010064389,0.493112615,0.493124603,0.493351064
-4302,1,0.2882,1,1,1,1,1,1,1,1,0.1222,0.2882,0.0785,1,0.2745,1,1,1,1,1,1,0.324,0.2745,0.049,1,0.5829,1,1,1,0.0953,0.5829,0.0703,1,1,1,1,1,0.078795932,0.102621913,0.972747803,1,1,1,1,1,0.30944404,0.057927739,1,1,1,1,1,1,0.285252392,0.16389221,0.547063799,0.547070023,0.546985816
-4303,1,0.2876,1,1,1,1,1,1,1,1,0.1065,0.2876,0.1559,1,0.2742,1,1,1,1,1,1,0.31,0.2742,0.159,1,0.5827,1,1,1,0.1867,0.5827,0.2015,1,1,1,1,1,0.180195227,0.233276963,0.985759735,1,1,1,1,1,0.310873359,0.277321517,0.939449787,1,1,1,1,1,0.420548767,0.309961259,0.612675205,0.612862281,0.612588652
-4304,1,0.2871,1,1,1,1,1,1,1,1,0.1023,0.2871,0.2278,1,0.2739,1,1,1,1,1,1,0.0748,0.2739,0.3285,1,0.5825,1,1,1,0.1817,0.5825,0.3185,1,1,1,1,1,0.132339612,0.410266727,0.978679895,1,1,1,1,1,0.07345771,0.642117739,0.684387445,1,1,1,1,1,0.398414463,0.371227741,0.655509908,0.655595515,0.656028369
-4305,1,0.2865,1,1,1,1,1,1,1,1,0.0343,0.2865,0.3812,1,0.2736,1,1,1,1,1,1,0.026,0.2736,0.4663,1,0.5822,1,1,1,0.1289,0.5822,0.5089,1,1,1,1,1,0.01550984,0.63799423,0.944377184,1,1,1,1,1,0.022098437,0.782066703,1,1,1,1,1,1,0.253026843,0.539760232,0.685173997,0.685212608,0.685283688
-4306,1,0.2859,1,1,1,1,1,1,1,1,0.0127,0.2859,0.5423,1,0.2734,1,1,1,1,1,1,0.0147,0.2734,0.5564,1,0.582,1,1,1,0.0456,0.582,0.5881,1,1,1,1,1,0.003249776,0.83178854,0.788831651,1,1,1,1,1,0.016583342,0.825554669,0.071594507,1,1,1,1,1,0.023036255,0.845782995,0.716771387,0.716733658,0.717198582
-4307,1,0.2854,1,1,1,1,1,1,1,1,0.01,0.2854,0.5978,1,0.2731,1,1,1,1,1,1,0.0073,0.2731,0.622,1,0.5818,1,1,1,0.1889,0.5818,0.6293,1,1,1,1,1,0.007955587,0.869488716,0.774668217,1,1,1,1,1,0.009757258,0.88591516,1,1,1,1,1,1,0.272609711,0.899610758,0.751752054,0.751851068,0.75177305
-4308,1,0.2848,1,1,1,1,1,1,1,1,0.0771,0.2848,0.6228,1,0.2728,1,1,1,1,1,1,0.0044,0.2728,0.6377,1,0.5816,1,1,1,0.1846,0.5816,0.6524,1,1,1,1,1,0.069321781,0.892356932,0.221565366,1,1,1,1,1,0.006357149,0.895022631,0.669207096,1,1,1,1,1,0.238991931,0.901941001,0.78661189,0.786756928,0.78679078
-4309,1,0.2842,1,1,1,1,1,1,1,1,0.0831,0.2842,0.6322,1,0.2726,1,1,1,1,1,1,0.0775,0.2726,0.6379,1,0.5814,1,1,1,0.2504,0.5814,0.6264,1,1,1,1,1,0.090944611,0.899011135,0.257440448,1,1,1,1,1,0.081550673,0.897852957,0.486547917,1,1,1,1,1,0.313300222,0.909263492,0.824250846,0.824412947,0.824468085
-4310,1,0.2837,1,1,1,1,1,1,1,1,0.2087,0.2837,0.569,1,0.2723,1,1,1,1,1,1,0.208,0.2723,0.5803,1,0.5811,1,1,1,0.279,0.5811,0.5661,1,1,1,1,1,0.166515157,0.880627036,0.850317359,1,1,1,1,1,0.227537811,0.877468884,0.990335107,1,1,1,1,1,0.385358542,0.896064103,0.853673272,0.853606939,0.854166667
-4311,1,0.2831,1,1,1,1,1,1,1,1,0.3597,0.2831,0.4645,1,0.272,1,1,1,1,1,1,0.4812,0.272,0.4878,1,0.5809,1,1,1,0.3888,0.5809,0.4539,1,1,1,1,1,0.315552652,0.853583455,0.998671472,1,1,1,1,1,0.455698758,0.85043329,1,1,1,1,1,1,0.442576438,0.867812693,0.870710488,0.870742543,0.871010638
-4312,1,0.2825,1,1,1,1,1,1,1,1,0.4805,0.2825,0.3287,1,0.2717,1,1,1,1,1,1,0.5025,0.2717,0.3666,1,0.5807,1,1,1,0.3692,0.5807,0.3117,1,1,1,1,1,0.523374736,0.820938408,1,1,1,1,1,1,0.45617485,0.811438501,1,1,1,1,1,1,0.363101035,0.806293726,0.88460609,0.884704887,0.884751773
-4313,1,0.282,1,1,1,1,1,1,1,1,0.4159,0.282,0.1604,1,0.2715,1,1,1,1,1,1,0.4306,0.2715,0.2138,1,0.5805,1,1,1,0.2766,0.5805,0.142,1,1,1,1,1,0.539542258,0.746721029,1,1,1,1,1,1,0.412150264,0.730700254,1,1,1,1,1,1,0.273326367,0.702251852,0.884908168,0.884916437,0.885195035
-4314,1,0.2814,1,1,1,1,1,1,1,1,0.3468,0.2814,0.0747,1,0.2712,1,1,1,1,1,1,0.222,0.2712,0.1071,1,0.5803,1,1,1,0.2073,0.5803,0.0632,1,1,1,1,1,0.510194838,0.547814429,0.953757167,1,1,1,1,1,0.216508597,0.532183528,1,1,1,1,1,1,0.285885751,0.430021584,0.864971,0.865030675,0.865248227
-4315,1,0.2808,1,1,1,1,1,1,1,1,0.2421,0.2808,0.0929,1,0.2709,1,1,1,1,1,1,0.0737,0.2709,0.1388,1,0.58,1,1,1,0.1891,0.58,0.1191,1,1,1,1,1,0.359747142,0.17146942,0.998730004,1,1,1,1,1,0.126646146,0.182459816,1,1,1,1,1,1,0.383231759,0.016231064,0.831863219,0.83181722,0.832003546
-4316,1,0.2803,1,1,1,1,1,1,1,1,0.31,0.2803,0,1,0.2706,1,1,1,1,1,1,0.2136,0.2706,0,1,0.5798,1,1,1,0.1858,0.5798,0,1,1,1,1,1,0.443373233,0,0.841405272,1,1,1,1,1,0.26692462,0,1,1,1,1,1,1,0.309484273,0,0.807938618,0.807911995,0.808067376
-4317,1,0.2797,1,1,1,1,1,1,1,1,0.2666,0.2797,0,1,0.2704,1,1,1,1,1,1,0.1918,0.2704,0,1,0.5796,1,1,1,0.1731,0.5796,0,1,1,1,1,1,0.436429977,0,0.853706837,1,1,1,1,1,0.341259301,0,1,1,1,1,1,1,0.392590374,0,0.776039149,0.776179395,0.776595745
-4318,1,0.2791,1,1,1,1,1,1,1,1,0.1682,0.2791,0,1,0.2701,1,1,1,1,1,1,0.252,0.2701,0,1,0.5794,1,1,1,0.1825,0.5794,0,1,1,1,1,1,0.363704175,0,0.963898003,1,1,1,1,1,0.401889592,0,1,1,1,1,1,1,0.418049395,0,0.704748671,0.70467527,0.704787234
-4319,1,0.2786,1,1,1,1,1,1,1,1,0.2581,0.2786,0,1,0.2698,1,1,1,1,1,1,0.207,0.2698,0,1,0.5791,1,1,1,0.2892,0.5791,0,1,1,1,1,1,0.516370177,0,0.958604932,1,1,1,1,1,0.253880739,0,1,1,1,1,1,1,0.637393892,0,0.627114548,0.627036175,0.627216312
-4320,1,0.278,1,1,1,1,1,1,1,1,0.2474,0.278,0,1,0.2695,1,1,1,1,1,1,0.1911,0.2695,0,1,0.5789,1,1,1,0.3214,0.5789,0,1,1,1,1,1,0.492910951,0,0.703931332,1,1,1,1,1,0.203007177,0,0.400691658,1,1,1,1,1,0.666787088,0,0.565188497,0.565263381,0.565159574
-4321,1,0.2774,1,1,1,1,1,1,1,1,0.2089,0.2774,0,1,0.2693,1,1,1,1,1,1,0.2208,0.2693,0,1,0.5787,1,1,1,0.2384,0.5787,0,1,1,1,1,1,0.416543305,0,0.277879417,1,1,1,1,1,0.21910584,0,0.02307906,1,1,1,1,1,0.559486151,0,0.522474625,0.522530146,0.522606383
-4322,1,0.2769,1,1,1,1,1,1,1,1,0.2616,0.2769,0,1,0.269,1,1,1,1,1,1,0.2987,0.269,0,1,0.5785,1,1,1,0.2006,0.5785,0,1,1,1,1,1,0.477190852,0,0.057040956,1,1,1,1,1,0.334396183,0,0,1,1,1,1,1,0.508150518,0,0.49359594,0.493759255,0.493794326
-4323,1,0.2763,1,1,1,1,1,1,1,1,0.2961,0.2763,0,1,0.2687,1,1,1,1,1,1,0.492,0.2687,0,1,0.5783,1,1,1,0.2298,0.5783,0,1,1,1,1,1,0.549577594,0,0.038895346,1,1,1,1,1,0.478565037,0,0.156229064,1,1,1,1,1,0.519069552,0,0.47577332,0.475777449,0.47606383
-4324,1,0.2757,1,1,1,1,1,1,1,1,0.3565,0.2757,0,1,0.2684,1,1,1,1,1,1,0.3726,0.2684,0,1,0.578,1,1,1,0.1735,0.578,0,1,1,1,1,1,0.588820219,0,0.205128402,1,1,1,1,1,0.399203002,0,0.423158109,1,1,1,1,1,0.377447516,0,0.468281779,0.468373175,0.468085106
-4325,1,0.2751,1,1,1,1,1,1,1,1,0.2758,0.2751,0.1443,1,0.2682,1,1,1,1,1,1,0.4248,0.2682,0.1423,1,0.5778,1,1,1,0.139,0.5778,0.1645,1,1,1,1,1,0.420443773,0.289319009,0.356508255,1,1,1,1,1,0.482277364,0.251814634,1,1,1,1,1,1,0.295281738,0.404203355,0.464958917,0.464988365,0.46498227
-4326,1,0.2746,1,1,1,1,1,1,1,1,0.2893,0.2746,0.0982,1,0.2679,1,1,1,1,1,1,0.2507,0.2679,0.1288,1,0.5776,1,1,1,0.0958,0.5776,0.0733,1,1,1,1,1,0.300447404,0.626626611,0.831567407,1,1,1,1,1,0.310714155,0.588346183,0.732802629,1,1,1,1,1,0.256696761,0.690002382,0.493475109,0.493547705,0.493794326
-4327,1,0.274,1,1,1,1,1,1,1,1,0.2069,0.274,0.2283,1,0.2676,1,1,1,1,1,1,0.1237,0.2676,0.2595,1,0.5774,1,1,1,0.0677,0.5774,0.2176,1,1,1,1,1,0.18763499,0.802948236,1,1,1,1,1,1,0.126517192,0.806666553,0.273111552,1,1,1,1,1,0.195821345,0.846673071,0.549903335,0.549820182,0.550088652
-4328,1,0.2734,1,1,1,1,1,1,1,1,0.1628,0.2734,0.3865,1,0.2673,1,1,1,1,1,1,0.0675,0.2673,0.4111,1,0.5772,1,1,1,0.045,0.5772,0.3892,1,1,1,1,1,0.145848066,0.875485778,0.653779984,1,1,1,1,1,0.062039685,0.889373362,0.076530896,1,1,1,1,1,0.129677087,0.89114362,0.615152247,0.615189338,0.615248227
-4329,1,0.2729,1,1,1,1,1,1,1,1,0.1936,0.2729,0.5162,1,0.2671,1,1,1,1,1,1,0.2412,0.2671,0.525,1,0.5769,1,1,1,0.0589,0.5769,0.5208,1,1,1,1,1,0.208922058,0.913387716,0.354706347,1,1,1,1,1,0.197369426,0.889635444,0.281253427,1,1,1,1,1,0.134820312,0.907586932,0.672003383,0.672096467,0.671985816
-4330,1,0.2723,1,1,1,1,1,1,1,1,0.2514,0.2723,0.6098,1,0.2668,1,1,1,1,1,1,0.2548,0.2668,0.6027,1,0.5767,1,1,1,0.0706,0.5767,0.6183,1,1,1,1,1,0.318274826,0.920982957,0.27969709,1,1,1,1,1,0.235273987,0.899205923,0.418275684,1,1,1,1,1,0.143854007,0.914351344,0.716650556,0.716733658,0.716755319
-4331,1,0.2717,1,1,1,1,1,1,1,1,0.2519,0.2717,0.6572,1,0.2665,1,1,1,1,1,1,0.2642,0.2665,0.6716,1,0.5765,1,1,1,0.0751,0.5765,0.6552,1,1,1,1,1,0.341128528,0.918417394,0.200960904,1,1,1,1,1,0.26530689,0.940516472,0.217954189,1,1,1,1,1,0.108461857,0.87203747,0.745650072,0.745716099,0.746010638
-4332,1,0.2712,1,1,1,1,1,1,1,1,0.1864,0.2712,0.6208,1,0.2663,1,1,1,1,1,1,0.2336,0.2663,0.6504,1,0.5763,1,1,1,0.1573,0.5763,0.6528,1,1,1,1,1,0.298371673,0.879889309,0.177826047,1,1,1,1,1,0.238896444,0.925871789,0.089835078,1,1,1,1,1,0.208983883,0.78959322,0.762989367,0.763063254,0.763297872
-4333,1,0.2706,1,1,1,1,1,1,1,1,0.1708,0.2706,0.59,1,0.266,1,1,1,1,1,1,0.3131,0.266,0.6406,1,0.5761,1,1,1,0.2307,0.5761,0.6425,1,1,1,1,1,0.311759472,0.779056549,0.200698987,1,1,1,1,1,0.282439083,0.918954432,0.016156023,1,1,1,1,1,0.363407075,0.818975985,0.776280812,0.776390946,0.776595745
-4334,1,0.27,1,1,1,1,1,1,1,1,0.1951,0.27,0.5564,1,0.2657,1,1,1,1,1,1,0.1812,0.2657,0.5846,1,0.5758,1,1,1,0.2762,0.5758,0.5726,1,1,1,1,1,0.254395485,0.813568652,0.263671786,1,1,1,1,1,0.157960817,0.881995201,0.001350785,1,1,1,1,1,0.465735823,0.723672032,0.786128565,0.786122276,0.786347518
-4335,1,0.2695,1,1,1,1,1,1,1,1,0.2189,0.2695,0.4649,1,0.2654,1,1,1,1,1,1,0.1528,0.2654,0.4911,1,0.5756,1,1,1,0.2376,0.5756,0.4583,1,1,1,1,1,0.233000711,0.815057397,0.247384071,1,1,1,1,1,0.133135051,0.834253252,0.047164403,1,1,1,1,1,0.431096196,0.857474566,0.796157564,0.796065158,0.796099291
-4336,1,0.2689,1,1,1,1,1,1,1,1,0.2812,0.2689,0.328,1,0.2652,1,1,1,1,1,1,0.3118,0.2652,0.3458,1,0.5754,1,1,1,0.1594,0.5754,0.3124,1,1,1,1,1,0.280998737,0.788849354,0.213841826,1,1,1,1,1,0.264760405,0.606976986,0.253175139,1,1,1,1,1,0.322912097,0.798961103,0.803769937,0.803680982,0.804078014
-4337,1,0.2683,1,1,1,1,1,1,1,1,0.2933,0.2683,0.1655,1,0.2649,1,1,1,1,1,1,0.2588,0.2649,0.2061,1,0.5752,1,1,1,0.1302,0.5752,0.1386,1,1,1,1,1,0.229681134,0.588640213,0.168574482,1,1,1,1,1,0.220367044,0.447969764,0.351627231,1,1,1,1,1,0.291544378,0.726010203,0.801292895,0.801353924,0.801861702
-4338,1,0.2678,1,1,1,1,1,1,1,1,0.2845,0.2678,0.0849,1,0.2646,1,1,1,1,1,1,0.136,0.2646,0.095,1,0.5749,1,1,1,0.1324,0.5749,0.0669,1,1,1,1,1,0.19780764,0.313896179,0.533970714,1,1,1,1,1,0.135628283,0.34918493,0.553844571,1,1,1,1,1,0.234789312,0.491755486,0.783530691,0.783583668,0.783687943
-4339,1,0.2672,1,1,1,1,1,1,1,1,0.2202,0.2672,0.0224,1,0.2643,1,1,1,1,1,1,0.0808,0.2643,0.0588,1,0.5747,1,1,1,0.1282,0.5747,0.1552,1,1,1,1,1,0.217588395,0.092716709,0.486112058,1,1,1,1,1,0.110071927,0.12897867,0.421374917,1,1,1,1,1,0.291740268,0.102779813,0.758337361,0.758409139,0.758421986
-4340,1,0.2666,1,1,1,1,1,1,1,1,0.1938,0.2666,0,1,0.2641,1,1,1,1,1,1,0.1349,0.2641,0,1,0.5745,1,1,1,0.1581,0.5745,0,1,1,1,1,1,0.219159305,0,0.375302136,1,1,1,1,1,0.174228072,0,0.618146062,1,1,1,1,1,0.325332403,0,0.743052199,0.743177491,0.743351064
-4341,1,0.2661,1,1,1,1,1,1,1,1,0.2397,0.2661,0,1,0.2638,1,1,1,1,1,1,0.3361,0.2638,0,1,0.5743,1,1,1,0.1711,0.5743,0,1,1,1,1,1,0.297668159,0,0.843924642,1,1,1,1,1,0.409149379,0,1,1,1,1,1,1,0.335006446,0,0.728673272,0.728792046,0.728723404
-4342,1,0.2655,1,1,1,1,1,1,1,1,0.2275,0.2655,0,1,0.2635,1,1,1,1,1,1,0.4379,0.2635,0,1,0.5741,1,1,1,0.0588,0.5741,0,1,1,1,1,1,0.244628772,0,1,1,1,1,1,1,0.535847425,0,1,1,1,1,1,1,0.129554391,0,0.675990817,0.675904379,0.675975177
-4343,1,0.2649,1,1,1,1,1,1,1,1,0.2454,0.2649,0,1,0.2632,1,1,1,1,1,1,0.4008,0.2632,0,1,0.5738,1,1,1,0.0383,0.5738,0,1,1,1,1,1,0.246069565,0,1,1,1,1,1,1,0.482276708,0,1,1,1,1,1,1,0.10105627,0,0.61539391,0.615400889,0.615691489
-4344,1,0.2644,1,1,1,1,1,1,1,1,0.3223,0.2644,0,1,0.263,1,1,1,1,1,1,0.4321,0.263,0,1,0.5736,1,1,1,0.0479,0.5736,0,1,1,1,1,1,0.372447968,0,1,1,1,1,1,1,0.551091433,0,0.908933878,1,1,1,1,1,0.143919289,0,0.563798937,0.563782526,0.563829787
-4345,1,0.2638,1,1,1,1,1,1,1,1,0.2749,0.2638,0,1,0.2627,1,1,1,1,1,1,0.5448,0.2627,0,1,0.5734,1,1,1,0.0835,0.5734,0,1,1,1,1,1,0.379197687,0,0.981072366,1,1,1,1,1,0.601626158,0,0.42446965,1,1,1,1,1,0.27430284,0,0.527368294,0.527395811,0.52748227
-4346,1,0.2632,1,1,1,1,1,1,1,1,0.376,0.2632,0,1,0.2624,1,1,1,1,1,1,0.3958,0.2624,0,1,0.5732,1,1,1,0.0947,0.5732,0,1,1,1,1,1,0.506019235,0,0.823318243,1,1,1,1,1,0.524755716,0,0.293759167,1,1,1,1,1,0.264069229,0,0.501570807,0.50158663,0.50177305
-4347,1,0.2626,1,1,1,1,1,1,1,1,0.3871,0.2626,0,1,0.2621,1,1,1,1,1,1,0.3713,0.2621,0,1,0.573,1,1,1,0.1365,0.573,0,1,1,1,1,1,0.523700356,0,0.634203315,1,1,1,1,1,0.488469124,0,0.631464481,1,1,1,1,1,0.333183795,0,0.485741904,0.48572033,0.485815603
-4348,1,0.2621,1,1,1,1,1,1,1,1,0.3899,0.2621,0,1,0.2619,1,1,1,1,1,1,0.2908,0.2619,0,1,0.5727,1,1,1,0.1511,0.5727,0,1,1,1,1,1,0.498105913,0,0.499036908,1,1,1,1,1,0.362858355,0,0.596749246,1,1,1,1,1,0.377964228,0,0.476679555,0.476835202,0.476950355
-4349,1,0.2615,1,1,1,1,1,1,1,1,0.2299,0.2615,0.1508,1,0.2616,1,1,1,1,1,1,0.1989,0.2616,0.1576,1,0.5725,1,1,1,0.1045,0.5725,0.1276,1,1,1,1,1,0.353723615,0.304348409,0.272253603,1,1,1,1,1,0.245267019,0.264728516,0.350830913,1,1,1,1,1,0.301857382,0.314381868,0.46882552,0.468796277,0.468971631
-4350,1,0.2609,1,1,1,1,1,1,1,1,0.1274,0.2609,0.0868,1,0.2613,1,1,1,1,1,1,0.0462,0.2613,0.1266,1,0.5723,1,1,1,0.0431,0.5723,0.0827,1,1,1,1,1,0.173299268,0.630426228,0.205757111,1,1,1,1,1,0.06422057,0.557242393,0.139622003,1,1,1,1,1,0.12157391,0.614854872,0.486285645,0.486354982,0.486258865
-4351,1,0.2604,1,1,1,1,1,1,1,1,0.07,0.2604,0.2252,1,0.261,1,1,1,1,1,1,0.0024,0.261,0.2581,1,0.5721,1,1,1,0.0222,0.5721,0.2222,1,1,1,1,1,0.061108664,0.805506468,0.367114574,1,1,1,1,1,0.004192762,0.745137691,0.110625662,1,1,1,1,1,0.045643367,0.803140581,0.533893185,0.533953882,0.533687943
-4352,1,0.2598,1,1,1,1,1,1,1,1,0.0209,0.2598,0.3843,1,0.2608,1,1,1,1,1,1,0,0.2608,0.4007,1,0.5719,1,1,1,0.021,0.5719,0.3594,1,1,1,1,1,0.010387532,0.852140725,0.198373228,1,1,1,1,1,0.00013641,0.823988497,0.036533773,1,1,1,1,1,0.041226108,0.858162045,0.597692122,0.597630633,0.597960993
-4353,1,0.2592,1,1,1,1,1,1,1,1,0.0493,0.2592,0.4963,1,0.2605,1,1,1,1,1,1,0.0548,0.2605,0.491,1,0.5716,1,1,1,0.0462,0.5716,0.4477,1,1,1,1,1,0.071127594,0.865883529,0.164035514,1,1,1,1,1,0.050315831,0.845931113,0.00982932,1,1,1,1,1,0.074174196,0.888293028,0.65979942,0.659826528,0.66001773
-4354,1,0.2587,1,1,1,1,1,1,1,1,0.0543,0.2587,0.5815,1,0.2602,1,1,1,1,1,1,0.0545,0.2602,0.5893,1,0.5714,1,1,1,0.0352,0.5714,0.5312,1,1,1,1,1,0.057990678,0.879227698,0.226263553,1,1,1,1,1,0.04359765,0.866275907,0.026328273,1,1,1,1,1,0.053496581,0.895510316,0.709944418,0.709964036,0.710106383
-4355,1,0.2581,1,1,1,1,1,1,1,1,0.0704,0.2581,0.6222,1,0.26,1,1,1,1,1,1,0.0342,0.26,0.6051,1,0.5712,1,1,1,0.051,0.5712,0.5683,1,1,1,1,1,0.047918975,0.893490136,0.355376065,1,1,1,1,1,0.037998505,0.844809294,0.211726189,1,1,1,1,1,0.077237181,0.888865709,0.74957709,0.749735562,0.749556738
-4356,1,0.2575,1,1,1,1,1,1,1,1,0.1088,0.2575,0.6205,1,0.2597,1,1,1,1,1,1,0.0432,0.2597,0.6034,1,0.571,1,1,1,0.0413,0.571,0.5212,1,1,1,1,1,0.052994352,0.877085328,0.667968631,1,1,1,1,1,0.053765979,0.831945598,0.340554208,1,1,1,1,1,0.064998314,0.838718653,0.777066216,0.777237148,0.77748227
-4357,1,0.257,1,1,1,1,1,1,1,1,0.1564,0.257,0.592,1,0.2594,1,1,1,1,1,1,0.0342,0.2594,0.5631,1,0.5707,1,1,1,0.0554,0.5707,0.5145,1,1,1,1,1,0.061725836,0.853857279,0.720118403,1,1,1,1,1,0.068079263,0.761927843,0.290690601,1,1,1,1,1,0.083575882,0.795250118,0.795613823,0.795642056,0.795656028
-4358,1,0.2564,1,1,1,1,1,1,1,1,0.2525,0.2564,0.4165,1,0.2591,1,1,1,1,1,1,0.0096,0.2591,0.3841,1,0.5705,1,1,1,0.0626,0.5705,0.542,1,1,1,1,1,0.095654212,0.648412168,0.548790455,1,1,1,1,1,0.068490267,0.598144829,0.261739016,1,1,1,1,1,0.10646604,0.729301572,0.803407443,0.803469431,0.803634752
-4359,1,0.2558,1,1,1,1,1,1,1,1,0.2232,0.2558,0.2767,1,0.2589,1,1,1,1,1,1,0,0.2589,0.3151,1,0.5703,1,1,1,0.0472,0.5703,0.4389,1,1,1,1,1,0.10198687,0.556752682,0.447876692,1,1,1,1,1,0.04112459,0.588802576,0.277986646,1,1,1,1,1,0.080083802,0.659401715,0.792411793,0.792468796,0.792553191
-4360,1,0.2553,1,1,1,1,1,1,1,1,0.1665,0.2553,0.2584,1,0.2586,1,1,1,1,1,1,0.0242,0.2586,0.3217,1,0.5701,1,1,1,0.0806,0.5701,0.3092,1,1,1,1,1,0.125147939,0.684903622,0.271750867,1,1,1,1,1,0.073665984,0.646370471,0.406272233,1,1,1,1,1,0.15457283,0.528212428,0.780026583,0.779987307,0.780585106
-4361,1,0.2547,1,1,1,1,1,1,1,1,0.1492,0.2547,0.1568,1,0.2583,1,1,1,1,1,1,0.1884,0.2583,0.1621,1,0.5699,1,1,1,0.1464,0.5699,0.1572,1,1,1,1,1,0.216534376,0.562786937,0.358610719,1,1,1,1,1,0.25566861,0.541719139,0.932255268,1,1,1,1,1,0.208179638,0.395254374,0.776643306,0.776602496,0.776595745
-4362,1,0.2541,1,1,1,1,1,1,1,1,0.0959,0.2541,0.0537,1,0.258,1,1,1,1,1,1,0.1283,0.258,0.0782,1,0.5696,1,1,1,0.143,0.5696,0.0585,1,1,1,1,1,0.164320379,0.340225011,0.436508924,1,1,1,1,1,0.127438277,0.425358713,0.992680669,1,1,1,1,1,0.215237424,0.139914006,0.77102465,0.771102179,0.771276596
-4363,1,0.2536,1,1,1,1,1,1,1,1,0.0745,0.2536,0.0702,1,0.2578,1,1,1,1,1,1,0.1046,0.2578,0.1001,1,0.5694,1,1,1,0.0876,0.5694,0.0267,1,1,1,1,1,0.114378981,0.085359693,0.709865987,1,1,1,1,1,0.120362222,0.135812193,1,1,1,1,1,1,0.140320241,0,0.752295795,0.75248572,0.752659574
-4364,1,0.253,1,1,1,1,1,1,1,1,0.0554,0.253,0,1,0.2575,1,1,1,1,1,1,0.1259,0.2575,0,1,0.5692,1,1,1,0.1156,0.5692,0,1,1,1,1,1,0.120174795,0,0.560584784,1,1,1,1,1,0.154028773,0,0.980293274,1,1,1,1,1,0.201559409,0,0.74039391,0.740427332,0.740691489
-4365,1,0.2524,1,1,1,1,1,1,1,1,0.0576,0.2524,0,1,0.2572,1,1,1,1,1,1,0.1889,0.2572,0,1,0.569,1,1,1,0.1141,0.569,0,1,1,1,1,1,0.142954037,0,0.452195883,1,1,1,1,1,0.207245439,0,1,1,1,1,1,1,0.203709304,0,0.720819236,0.72075312,0.721187943
-4366,1,0.2519,1,1,1,1,1,1,1,1,0.0659,0.2519,0,1,0.2569,1,1,1,1,1,1,0.2707,0.2569,0,1,0.5688,1,1,1,0.0909,0.5688,0,1,1,1,1,1,0.109079644,0,0.696377039,1,1,1,1,1,0.281507969,0,0.985162377,1,1,1,1,1,0.172572955,0,0.658893185,0.658980326,0.659131206
-4367,1,0.2513,1,1,1,1,1,1,1,1,0.0677,0.2513,0,1,0.2567,1,1,1,1,1,1,0.3516,0.2567,0,1,0.5685,1,1,1,0.0525,0.5685,0,1,1,1,1,1,0.104718357,0,0.497142494,1,1,1,1,1,0.394628406,0,0.791167855,1,1,1,1,1,0.109798983,0,0.591167231,0.591072562,0.591312057
-4368,1,0.2507,1,1,1,1,1,1,1,1,0.1172,0.2507,0,1,0.2564,1,1,1,1,1,1,0.2212,0.2564,0,1,0.5683,1,1,1,0.0696,0.5683,0,1,1,1,1,1,0.12028496,0,0.351299703,1,1,1,1,1,0.355438471,0,0.709870458,1,1,1,1,1,0.131693721,0,0.541384727,0.541358155,0.541666667
-4369,1,0.2501,1,1,1,1,1,1,1,1,0.0908,0.2501,0,1,0.2561,1,1,1,1,1,1,0.251,0.2561,0,1,0.5681,1,1,1,0.1201,0.5681,0,1,1,1,1,1,0.132570207,0,0.322685778,1,1,1,1,1,0.355011016,0,0.640828311,1,1,1,1,1,0.207992584,0,0.508941518,0.508990903,0.508865248
-4370,1,0.2496,1,1,1,1,1,1,1,1,0.1044,0.2496,0,1,0.2558,1,1,1,1,1,1,0.1992,0.2558,0,1,0.5679,1,1,1,0.1384,0.5679,0,1,1,1,1,1,0.15370059,0,0.244400442,1,1,1,1,1,0.29243952,0,0.53543663,1,1,1,1,1,0.271099836,0,0.488037699,0.488047387,0.488031915
-4371,1,0.249,1,1,1,1,1,1,1,1,0.1169,0.249,0,1,0.2556,1,1,1,1,1,1,0.1365,0.2556,0,1,0.5676,1,1,1,0.1488,0.5676,0,1,1,1,1,1,0.17744337,0,0.123936936,1,1,1,1,1,0.21988517,0,0.291212857,1,1,1,1,1,0.27053538,0,0.477887869,0.477892955,0.477836879
-4372,1,0.2484,1,1,1,1,1,1,1,1,0.0747,0.2484,0,1,0.2553,1,1,1,1,1,1,0.0789,0.2553,0,1,0.5674,1,1,1,0.1195,0.5674,0,1,1,1,1,1,0.122283444,0,0.092149347,1,1,1,1,1,0.149289757,0,0.149480626,1,1,1,1,1,0.200411543,0,0.48260029,0.482758621,0.482712766
-4373,1,0.2479,1,1,1,1,1,1,1,1,0.0638,0.2479,0.1168,1,0.255,1,1,1,1,1,1,0.1083,0.255,0.145,1,0.5672,1,1,1,0.1026,0.5672,0.1361,1,1,1,1,1,0.104162529,0.197812378,0.076995283,1,1,1,1,1,0.163067162,0.239238173,0.145739019,1,1,1,1,1,0.188072532,0.227315456,0.500845819,0.500740427,0.500886525
-4374,1,0.2473,1,1,1,1,1,1,1,1,0.0417,0.2473,0.091,1,0.2548,1,1,1,1,1,1,0.0307,0.2548,0.1224,1,0.567,1,1,1,0.0523,0.567,0.0839,1,1,1,1,1,0.057434209,0.519448042,0.11485365,1,1,1,1,1,0.065282777,0.552478015,0.151156291,1,1,1,1,1,0.135510579,0.551806808,0.557576124,0.557647557,0.557624113
-4375,1,0.2467,1,1,1,1,1,1,1,1,0.0302,0.2467,0.2258,1,0.2545,1,1,1,1,1,1,0.0451,0.2545,0.2575,1,0.5668,1,1,1,0.0268,0.5668,0.222,1,1,1,1,1,0.040434085,0.728520393,0.15826866,1,1,1,1,1,0.034640856,0.775832891,0.013767278,1,1,1,1,1,0.064522654,0.674908578,0.628383277,0.62851703,0.628546099
-4376,1,0.2462,1,1,1,1,1,1,1,1,0.0978,0.2462,0.388,1,0.2542,1,1,1,1,1,1,0.155,0.2542,0.4072,1,0.5665,1,1,1,0.0244,0.5665,0.3851,1,1,1,1,1,0.068129495,0.825085282,0.192376837,1,1,1,1,1,0.141253248,0.850049496,0.015124347,1,1,1,1,1,0.035630375,0.806901336,0.682999033,0.683097102,0.683510638
-4377,1,0.2456,1,1,1,1,1,1,1,1,0.0985,0.2456,0.505,1,0.2539,1,1,1,1,1,1,0.1204,0.2539,0.5021,1,0.5663,1,1,1,0.0396,0.5663,0.4989,1,1,1,1,1,0.083173461,0.844380379,0.204994336,1,1,1,1,1,0.097053841,0.858320236,0.06655629,1,1,1,1,1,0.065553151,0.870780408,0.727223296,0.727311191,0.727393617
-4378,1,0.245,1,1,1,1,1,1,1,1,0.0692,0.245,0.564,1,0.2537,1,1,1,1,1,1,0.0626,0.2537,0.572,1,0.5661,1,1,1,0.0568,0.5661,0.5664,1,1,1,1,1,0.091265455,0.82215029,0.453283966,1,1,1,1,1,0.049927726,0.859287858,0.196724102,1,1,1,1,1,0.121335752,0.833956838,0.761901885,0.76179395,0.761968085
-4379,1,0.2445,1,1,1,1,1,1,1,1,0.0743,0.2445,0.5897,1,0.2534,1,1,1,1,1,1,0.0992,0.2534,0.5861,1,0.5659,1,1,1,0.0934,0.5659,0.5917,1,1,1,1,1,0.118093625,0.830472112,0.153584391,1,1,1,1,1,0.077432618,0.848988652,0.108968593,1,1,1,1,1,0.162182644,0.841480613,0.783772354,0.783795219,0.784131206
-4380,1,0.2439,1,1,1,1,1,1,1,1,0.0838,0.2439,0.5797,1,0.2531,1,1,1,1,1,1,0.0029,0.2531,0.566,1,0.5657,1,1,1,0.0768,0.5657,0.5399,1,1,1,1,1,0.093493916,0.829359114,0.014522792,1,1,1,1,1,0.016035369,0.851881027,0.006831414,1,1,1,1,1,0.160918355,0.788781881,0.795674239,0.795642056,0.795656028
-4381,1,0.2433,1,1,1,1,1,1,1,1,0.0918,0.2433,0.5759,1,0.2528,1,1,1,1,1,1,0.0894,0.2528,0.5915,1,0.5654,1,1,1,0.0386,0.5654,0.5402,1,1,1,1,1,0.098650388,0.819081962,0.001471551,1,1,1,1,1,0.102665536,0.862342656,0,1,1,1,1,1,0.114222959,0.789956093,0.806549058,0.806642691,0.806737589
-4382,1,0.2428,1,1,1,1,1,1,1,1,0.0728,0.2428,0.5229,1,0.2526,1,1,1,1,1,1,0.2702,0.2526,0.5309,1,0.5652,1,1,1,0.047,0.5652,0.5196,1,1,1,1,1,0.116809949,0.744977832,0.002085822,1,1,1,1,1,0.193904862,0.807651937,0,1,1,1,1,1,0.158833146,0.758441985,0.812711455,0.81277766,0.812943262
-4383,1,0.2422,1,1,1,1,1,1,1,1,0.0565,0.2422,0.4212,1,0.2523,1,1,1,1,1,1,0.2688,0.2523,0.4564,1,0.565,1,1,1,0.0609,0.565,0.4281,1,1,1,1,1,0.080643922,0.725426853,0.038032211,1,1,1,1,1,0.206686154,0.735754132,0,1,1,1,1,1,0.126120865,0.674730361,0.80999275,0.810027502,0.810283688
-4384,1,0.2416,1,1,1,1,1,1,1,1,0.0862,0.2416,0.3117,1,0.252,1,1,1,1,1,1,0.1405,0.252,0.3339,1,0.5648,1,1,1,0.0764,0.5648,0.2865,1,1,1,1,1,0.052966747,0.704554617,0.176747829,1,1,1,1,1,0.138332754,0.762506604,0,1,1,1,1,1,0.133432925,0.683621824,0.807394877,0.807488894,0.807624113
-4385,1,0.2411,1,1,1,1,1,1,1,1,0.084,0.2411,0.1674,1,0.2517,1,1,1,1,1,1,0.0115,0.2517,0.2068,1,0.5646,1,1,1,0.0626,0.5646,0.1584,1,1,1,1,1,0.038669512,0.640865326,0.380429387,1,1,1,1,1,0.027820878,0.693809092,0.106930114,1,1,1,1,1,0.121632531,0.613734305,0.801957467,0.801988576,0.802304965
-4386,1,0.2405,1,1,1,1,1,1,1,1,0.0351,0.2405,0.0734,1,0.2515,1,1,1,1,1,1,0,0.2515,0.0833,1,0.5643,1,1,1,0.0682,0.5643,0.0723,1,1,1,1,1,0.006349224,0.408023179,0.330409974,1,1,1,1,1,0.005110471,0.47869125,0.163902625,1,1,1,1,1,0.148931861,0.407794088,0.783711938,0.783795219,0.784131206
-4387,1,0.2399,1,1,1,1,1,1,1,1,0.0329,0.2399,0.0566,1,0.2512,1,1,1,1,1,1,0,0.2512,0.1042,1,0.5641,1,1,1,0.0525,0.5641,0,1,1,1,1,1,0.008869697,0.092732996,0.528993428,1,1,1,1,1,0.003258662,0.15948543,0.147861004,1,1,1,1,1,0.154664218,0.000230576,0.755860319,0.755870531,0.756205674
-4388,1,0.2394,1,1,1,1,1,1,1,1,0.0488,0.2394,0,1,0.2509,1,1,1,1,1,1,0.0537,0.2509,0,1,0.5639,1,1,1,0.0805,0.5639,0,1,1,1,1,1,0.039309565,0,0.531161308,1,1,1,1,1,0.049484428,0,0.101016499,1,1,1,1,1,0.22241585,0,0.736950217,0.737042522,0.73714539
-4389,1,0.2388,1,1,1,1,1,1,1,1,0.0795,0.2388,0,1,0.2506,1,1,1,1,1,1,0.2512,0.2506,0,1,0.5637,1,1,1,0.1153,0.5637,0,1,1,1,1,1,0.088504113,0,0.462703705,1,1,1,1,1,0.240617096,0,0.121000275,1,1,1,1,1,0.244184345,0,0.712965201,0.712925746,0.71320922
-4390,1,0.2382,1,1,1,1,1,1,1,1,0.1334,0.2382,0,1,0.2504,1,1,1,1,1,1,0.4355,0.2504,0,1,0.5634,1,1,1,0.0859,0.5634,0,1,1,1,1,1,0.181507155,0,0.149243653,1,1,1,1,1,0.520377874,0,0.039821208,1,1,1,1,1,0.231376693,0,0.646145481,0.646075735,0.646276596
-4391,1,0.2376,1,1,1,1,1,1,1,1,0.2419,0.2376,0,1,0.2501,1,1,1,1,1,1,0.3194,0.2501,0,1,0.5632,1,1,1,0.13,0.5632,0,1,1,1,1,1,0.346002072,0,0.028017741,1,1,1,1,1,0.436432034,0,0,1,1,1,1,1,0.321213871,0,0.575459159,0.575629363,0.575797872
-4392,1,0.2371,1,1,1,1,1,1,1,1,0.191,0.2371,0,1,0.2498,1,1,1,1,1,1,0.3775,0.2498,0,1,0.563,1,1,1,0.1499,0.563,0,1,1,1,1,1,0.323428631,0,0.024091061,1,1,1,1,1,0.510816813,0,0,1,1,1,1,1,0.296050966,0,0.523562107,0.523587899,0.523492908
-4393,1,0.2365,1,1,1,1,1,1,1,1,0.1972,0.2365,0,1,0.2495,1,1,1,1,1,1,0.4257,0.2495,0,1,0.5628,1,1,1,0.1538,0.5628,0,1,1,1,1,1,0.288430959,0,0.088297889,1,1,1,1,1,0.506530046,0,0.025692672,1,1,1,1,1,0.28486222,0,0.49262929,0.492701502,0.492907801
-4394,1,0.2359,1,1,1,1,1,1,1,1,0.1562,0.2359,0,1,0.2493,1,1,1,1,1,1,0.3379,0.2493,0,1,0.5626,1,1,1,0.1682,0.5626,0,1,1,1,1,1,0.26058352,0,0.192177743,1,1,1,1,1,0.431975156,0,0.1307576,1,1,1,1,1,0.314100266,0,0.471544224,0.471757986,0.471631206
-4395,1,0.2354,1,1,1,1,1,1,1,1,0.1198,0.2354,0,1,0.249,1,1,1,1,1,1,0.1548,0.249,0,1,0.5623,1,1,1,0.158,0.5623,0,1,1,1,1,1,0.14900519,0,0.475549012,1,1,1,1,1,0.198367953,0,0.242943719,1,1,1,1,1,0.280514061,0,0.460971484,0.460968902,0.460992908
-4396,1,0.2348,1,1,1,1,1,1,1,1,0.0921,0.2348,0,1,0.2487,1,1,1,1,1,1,0.2297,0.2487,0,1,0.5621,1,1,1,0.161,0.5621,0,1,1,1,1,1,0.168260887,0,0.614508867,1,1,1,1,1,0.255253226,0,0.205129057,1,1,1,1,1,0.309217185,0,0.462904785,0.462872858,0.462765957
-4397,1,0.2342,1,1,1,1,1,1,1,1,0.1292,0.2342,0.1441,1,0.2485,1,1,1,1,1,1,0.192,0.2485,0.156,1,0.5619,1,1,1,0.1602,0.5619,0.1276,1,1,1,1,1,0.218256429,0.278072238,0.523941875,1,1,1,1,1,0.216945007,0.249432355,0.157978565,1,1,1,1,1,0.331387579,0.11963404,0.479639923,0.479796911,0.479609929
-4398,1,0.2337,1,1,1,1,1,1,1,1,0.0684,0.2337,0.0922,1,0.2482,1,1,1,1,1,1,0.0739,0.2482,0.1088,1,0.5617,1,1,1,0.0755,0.5617,0.0794,1,1,1,1,1,0.135497242,0.585216463,0.294313103,1,1,1,1,1,0.096158966,0.566260517,0.07291466,1,1,1,1,1,0.182639226,0.60244602,0.534678589,0.534800085,0.534574468
-4399,1,0.2331,1,1,1,1,1,1,1,1,0.0567,0.2331,0.2275,1,0.2479,1,1,1,1,1,1,0.0388,0.2479,0.2604,1,0.5615,1,1,1,0.0228,0.5615,0.2212,1,1,1,1,1,0.050844744,0.825928628,0.625630617,1,1,1,1,1,0.050741959,0.801020741,0.040556286,1,1,1,1,1,0.04904468,0.838766575,0.60439826,0.604611805,0.604609929
-4400,1,0.2325,1,1,1,1,1,1,1,1,0.0479,0.2325,0.3968,1,0.2476,1,1,1,1,1,1,0.045,0.2476,0.4166,1,0.5612,1,1,1,0.0187,0.5612,0.3917,1,1,1,1,1,0.061049666,0.895120502,0.466449022,1,1,1,1,1,0.041171271,0.878015816,0.017650787,1,1,1,1,1,0.043878861,0.906633019,0.657624456,0.657711022,0.657801418
-4401,1,0.232,1,1,1,1,1,1,1,1,0.0884,0.232,0.5262,1,0.2474,1,1,1,1,1,1,0.0319,0.2474,0.5314,1,0.561,1,1,1,0.0588,0.561,0.5236,1,1,1,1,1,0.110411331,0.92136389,0.686120868,1,1,1,1,1,0.031750776,0.906415045,0.060667802,1,1,1,1,1,0.11083059,0.916707277,0.700036249,0.700021155,0.70035461
-4402,1,0.2314,1,1,1,1,1,1,1,1,0.0955,0.2314,0.6258,1,0.2471,1,1,1,1,1,1,0.0491,0.2471,0.6253,1,0.5608,1,1,1,0.0135,0.5608,0.5954,1,1,1,1,1,0.119363949,0.942547023,0.578566194,1,1,1,1,1,0.046828002,0.927877247,0.067616761,1,1,1,1,1,0.030295303,0.888754487,0.73260029,0.732811508,0.732712766
-4403,1,0.2308,1,1,1,1,1,1,1,1,0.0754,0.2308,0.6683,1,0.2468,1,1,1,1,1,1,0.0756,0.2468,0.6604,1,0.5606,1,1,1,0.0235,0.5606,0.6537,1,1,1,1,1,0.114628285,0.946641326,0.163034737,1,1,1,1,1,0.059849322,0.920972347,0.000293194,1,1,1,1,1,0.038938109,0.91048944,0.754108265,0.754178126,0.754432624
-4404,1,0.2303,1,1,1,1,1,1,1,1,0.0589,0.2303,0.6589,1,0.2465,1,1,1,1,1,1,0.123,0.2465,0.6453,1,0.5604,1,1,1,0.0522,0.5604,0.6456,1,1,1,1,1,0.069876872,0.916281819,0.062791981,1,1,1,1,1,0.09599819,0.897421956,0.002235602,1,1,1,1,1,0.092938028,0.901670098,0.768608023,0.768563571,0.768617021
-4405,1,0.2297,1,1,1,1,1,1,1,1,0.0678,0.2297,0.6377,1,0.2463,1,1,1,1,1,1,0.1067,0.2463,0.6279,1,0.5601,1,1,1,0.0397,0.5601,0.6344,1,1,1,1,1,0.074079238,0.896206737,0.075843804,1,1,1,1,1,0.08153633,0.886995792,0.009813875,1,1,1,1,1,0.063023545,0.876143157,0.782805703,0.782737466,0.782801418
-4406,1,0.2291,1,1,1,1,1,1,1,1,0.0725,0.2291,0.561,1,0.246,1,1,1,1,1,1,0.0627,0.246,0.5698,1,0.5599,1,1,1,0.0468,0.5599,0.5617,1,1,1,1,1,0.027240094,0.845820069,0.200539649,1,1,1,1,1,0.053047318,0.856265903,0.190716758,1,1,1,1,1,0.068240345,0.840875924,0.792290962,0.792468796,0.792553191
-4407,1,0.2286,1,1,1,1,1,1,1,1,0.0804,0.2286,0.4526,1,0.2457,1,1,1,1,1,1,0.0101,0.2457,0.4767,1,0.5597,1,1,1,0.0447,0.5597,0.456,1,1,1,1,1,0.034244448,0.809242725,0.300285161,1,1,1,1,1,0.029027719,0.822935402,0.357239008,1,1,1,1,1,0.085650988,0.804512143,0.798634606,0.798603766,0.798758865
-4408,1,0.228,1,1,1,1,1,1,1,1,0.1007,0.228,0.3257,1,0.2454,1,1,1,1,1,1,0,0.2454,0.347,1,0.5595,1,1,1,0.0481,0.5595,0.3102,1,1,1,1,1,0.031353943,0.756607234,0.498714149,1,1,1,1,1,0.016290152,0.637792826,0.432435095,1,1,1,1,1,0.083452068,0.804660678,0.802803287,0.802834779,0.803191489
-4409,1,0.2274,1,1,1,1,1,1,1,1,0.1164,0.2274,0.1711,1,0.2452,1,1,1,1,1,1,0,0.2452,0.1762,1,0.5592,1,1,1,0.0182,0.5592,0.143,1,1,1,1,1,0.021640062,0.457257509,0.577475905,1,1,1,1,1,0.021289825,0.238107353,0.576523066,1,1,1,1,1,0.026391188,0.645107985,0.794768004,0.794795854,0.795212766
-4410,1,0.2269,1,1,1,1,1,1,1,1,0.1253,0.2269,0.0727,1,0.2449,1,1,1,1,1,1,0,0.2449,0.0552,1,0.559,1,1,1,0.0102,0.559,0.077,1,1,1,1,1,0.019787397,0.101293348,0.635736525,1,1,1,1,1,0.017152105,0.08578603,0.702171743,1,1,1,1,1,0.021241587,0.401804119,0.763533108,0.763697906,0.763741135
-4411,1,0.2263,1,1,1,1,1,1,1,1,0.0889,0.2263,0,1,0.2446,1,1,1,1,1,1,0,0.2446,0,1,0.5588,1,1,1,0.0381,0.5588,0.0061,1,1,1,1,1,0.015818665,0,0.703395009,1,1,1,1,1,0.011837182,0,0.760705709,1,1,1,1,1,0.035040319,0,0.727223296,0.727311191,0.727393617
-4412,1,0.2257,1,1,1,1,1,1,1,1,0.0713,0.2257,0,1,0.2443,1,1,1,1,1,1,0.0163,0.2443,0,1,0.5586,1,1,1,0.0485,0.5586,0,1,1,1,1,1,0.01328519,0,0.71351099,1,1,1,1,1,0.048470039,0,0.713253438,1,1,1,1,1,0.04444414,0,0.712481875,0.712714195,0.712765957
-4413,1,0.2251,1,1,1,1,1,1,1,1,0.1085,0.2251,0,1,0.2441,1,1,1,1,1,1,0.0475,0.2441,0,1,0.5584,1,1,1,0.0365,0.5584,0,1,1,1,1,1,0.04248216,0,0.957080901,1,1,1,1,1,0.093805254,0,0.748690128,1,1,1,1,1,0.0320393,0,0.685898985,0.68584726,0.68572695
-4414,1,0.2246,1,1,1,1,1,1,1,1,0.0573,0.2246,0,1,0.2438,1,1,1,1,1,1,0.0463,0.2438,0,1,0.5581,1,1,1,0.0779,0.5581,0,1,1,1,1,1,0.04036789,0,0.969459891,1,1,1,1,1,0.089986622,0,0.466903955,1,1,1,1,1,0.070189938,0,0.635753987,0.635709752,0.63608156
-4415,1,0.224,1,1,1,1,1,1,1,1,0.0656,0.224,0,1,0.2435,1,1,1,1,1,1,0.0861,0.2435,0,1,0.5579,1,1,1,0.0863,0.5579,0,1,1,1,1,1,0.048059963,0,0.998987317,1,1,1,1,1,0.156242788,0,0.541128278,1,1,1,1,1,0.088191785,0,0.580775737,0.580706579,0.580673759
-4416,1,0.2234,1,1,1,1,1,1,1,1,0.0912,0.2234,0,1,0.2432,1,1,1,1,1,1,0.2261,0.2432,0,1,0.5577,1,1,1,0.0807,0.5577,0,1,1,1,1,1,0.09245088,0,0.995982528,1,1,1,1,1,0.297136903,0,0.934730172,1,1,1,1,1,0.144612089,0,0.534678589,0.534800085,0.534574468
-4417,1,0.2229,1,1,1,1,1,1,1,1,0.1524,0.2229,0,1,0.243,1,1,1,1,1,1,0.2114,0.243,0,1,0.5575,1,1,1,0.1005,0.5575,0,1,1,1,1,1,0.176841065,0,0.913101196,1,1,1,1,1,0.28728646,0,1,1,1,1,1,1,0.27975738,0,0.502960367,0.502855934,0.503102837
-4418,1,0.2223,1,1,1,1,1,1,1,1,0.2193,0.2223,0,1,0.2427,1,1,1,1,1,1,0.1685,0.2427,0,1,0.5573,1,1,1,0.0711,0.5573,0,1,1,1,1,1,0.216098398,0,0.907705069,1,1,1,1,1,0.208280712,0,1,1,1,1,1,1,0.318745852,0,0.482479459,0.48254707,0.482712766
-4419,1,0.2217,1,1,1,1,1,1,1,1,0.3394,0.2217,0,1,0.2424,1,1,1,1,1,1,0.1781,0.2424,0,1,0.557,1,1,1,0.0573,0.557,0,1,1,1,1,1,0.295488894,0,1,1,1,1,1,1,0.220619738,0,0.936000347,1,1,1,1,1,0.322516322,0,0.473054616,0.47302729,0.472960993
-4420,1,0.2212,1,1,1,1,1,1,1,1,0.2139,0.2212,0,1,0.2422,1,1,1,1,1,1,0.0617,0.2422,0,1,0.5568,1,1,1,0.0578,0.5568,0,1,1,1,1,1,0.179754809,0,0.917831004,1,1,1,1,1,0.074078701,0,0.386021495,1,1,1,1,1,0.279410154,0,0.473719188,0.473661942,0.473847518
-4421,1,0.2206,1,1,1,1,1,1,1,1,0.0447,0.2206,0,1,0.2419,1,1,1,1,1,1,0.054,0.2419,0,1,0.5566,1,1,1,0.0811,0.5566,0,1,1,1,1,1,0.035763633,0,0.650101721,1,1,1,1,1,0.064404845,0,0.082511,1,1,1,1,1,0.289877266,0.001877067,0.47939826,0.479585361,0.479609929
-4422,1,0.22,1,1,1,1,1,1,1,1,0.0618,0.22,0.0269,1,0.2416,1,1,1,1,1,1,0.0045,0.2416,0.0242,1,0.5564,1,1,1,0.0411,0.5564,0.0431,1,1,1,1,1,0.034746401,0.039670657,0.708189487,1,1,1,1,1,0.009821427,0.032201804,0.462438226,1,1,1,1,1,0.224980533,0.092480458,0.4949855,0.495028559,0.495124113
-4423,1,0.2195,1,1,1,1,1,1,1,1,0.0745,0.2195,0.1519,1,0.2413,1,1,1,1,1,1,0,0.2413,0.1591,1,0.5562,1,1,1,0.0546,0.5562,0.2106,1,1,1,1,1,0.048566636,0.253209174,0.709331274,1,1,1,1,1,0.000734207,0.257266223,0.574185312,1,1,1,1,1,0.158620641,0.319114953,0.523260029,0.523376349,0.523492908
-4424,1,0.2189,1,1,1,1,1,1,1,1,0.0544,0.2189,0.2952,1,0.2411,1,1,1,1,1,1,0,0.2411,0.3185,1,0.5559,1,1,1,0.0222,0.5559,0.3365,1,1,1,1,1,0.027270313,0.574504673,0.774344265,1,1,1,1,1,0.003106984,0.631878734,0.533751607,1,1,1,1,1,0.103516884,0.521627545,0.562288545,0.562301671,0.5625
-4425,1,0.2183,1,1,1,1,1,1,1,1,0.0523,0.2183,0.4336,1,0.2408,1,1,1,1,1,1,0,0.2408,0.469,1,0.5557,1,1,1,0.0034,0.5557,0.4495,1,1,1,1,1,0.021626601,0.755450368,0.641052604,1,1,1,1,1,0.006455759,0.775259137,0.748186171,1,1,1,1,1,0.046910197,0.668854654,0.611043983,0.611169875,0.611258865
-4426,1,0.2178,1,1,1,1,1,1,1,1,0.052,0.2178,0.6431,1,0.2405,1,1,1,1,1,1,0.0105,0.2405,0.6608,1,0.5555,1,1,1,0.0156,0.5555,0.6328,1,1,1,1,1,0.030500717,0.97019577,0.351118028,1,1,1,1,1,0.029385351,0.985659242,0.488135397,1,1,1,1,1,0.034979679,0.943571627,0.661068149,0.661095832,0.661347518
-4427,1,0.2172,1,1,1,1,1,1,1,1,0.0364,0.2172,0.5725,1,0.2402,1,1,1,1,1,1,0.0035,0.2402,0.5721,1,0.5553,1,1,1,0.0329,0.5553,0.5243,1,1,1,1,1,0.039543159,0.810283542,0.280112445,1,1,1,1,1,0.010639272,0.826742589,0.219896078,1,1,1,1,1,0.07263457,0.794173956,0.701365394,0.70150201,0.701684397
-4428,1,0.2166,1,1,1,1,1,1,1,1,0.0611,0.2166,0.5841,1,0.24,1,1,1,1,1,1,0.0458,0.24,0.5845,1,0.555,1,1,1,0.0234,0.555,0.5477,1,1,1,1,1,0.039515536,0.825015545,0.473154694,1,1,1,1,1,0.046697203,0.84645623,0.205647662,1,1,1,1,1,0.048638321,0.794912219,0.730002417,0.73006135,0.730053191
-4429,1,0.2161,1,1,1,1,1,1,1,1,0.0865,0.2161,0.5682,1,0.2397,1,1,1,1,1,1,0.0862,0.2397,0.5715,1,0.5548,1,1,1,0.0239,0.5548,0.585,1,1,1,1,1,0.041545264,0.810106337,0.630562186,1,1,1,1,1,0.082552016,0.836528838,0.271411777,1,1,1,1,1,0.029561196,0.78209585,0.744200097,0.744235244,0.744680851
-4430,1,0.2155,1,1,1,1,1,1,1,1,0.1824,0.2155,0.5387,1,0.2394,1,1,1,1,1,1,0.139,0.2394,0.555,1,0.5546,1,1,1,0.0331,0.5546,0.4234,1,1,1,1,1,0.095327638,0.815385461,0.65515697,1,1,1,1,1,0.130203694,0.837066889,0.324764162,1,1,1,1,1,0.034609009,0.790364623,0.752718705,0.752697271,0.753102837
-4431,1,0.2149,1,1,1,1,1,1,1,1,0.1692,0.2149,0.448,1,0.2391,1,1,1,1,1,1,0.0597,0.2391,0.4755,1,0.5544,1,1,1,0.044,0.5544,0.2741,1,1,1,1,1,0.064917237,0.809738815,0.546873689,1,1,1,1,1,0.064258225,0.802268744,0.378238767,1,1,1,1,1,0.056402363,0.698686957,0.761358144,0.761582399,0.761968085
-4432,1,0.2144,1,1,1,1,1,1,1,1,0.2258,0.2144,0.3257,1,0.2389,1,1,1,1,1,1,0.0183,0.2389,0.3598,1,0.5542,1,1,1,0.0468,0.5542,0.1831,1,1,1,1,1,0.094156392,0.773854017,0.85464406,1,1,1,1,1,0.040619925,0.751166463,0.493641675,1,1,1,1,1,0.063108951,0.43916291,0.770964234,0.771102179,0.771276596
-4433,1,0.2138,1,1,1,1,1,1,1,1,0.2182,0.2138,0.1648,1,0.2386,1,1,1,1,1,1,0.08,0.2386,0.2128,1,0.5539,1,1,1,0.0657,0.5539,0.1087,1,1,1,1,1,0.079801008,0.660352588,0.836753368,1,1,1,1,1,0.110368267,0.558832586,0.529580951,1,1,1,1,1,0.069082089,0.117910624,0.775737071,0.775756294,0.776152482
-4434,1,0.2132,1,1,1,1,1,1,1,1,0.222,0.2132,0.0701,1,0.2383,1,1,1,1,1,1,0.0797,0.2383,0.1095,1,0.5537,1,1,1,0.0497,0.5537,0.0177,1,1,1,1,1,0.117756307,0.356418312,0.758145094,1,1,1,1,1,0.082098186,0.286794782,0.505896568,1,1,1,1,1,0.097856216,0.003235555,0.762264379,0.762217051,0.762411348
-4435,1,0.2126,1,1,1,1,1,1,1,1,0.1434,0.2126,0,1,0.238,1,1,1,1,1,1,0.0559,0.238,0.0028,1,0.5535,1,1,1,0.0543,0.5535,0,1,1,1,1,1,0.064686164,0,0.509756684,1,1,1,1,1,0.070138693,0.000569961,0.288650542,1,1,1,1,1,0.136244833,0,0.738883519,0.738946478,0.73891844
-4436,1,0.2121,1,1,1,1,1,1,1,1,0.1427,0.2121,0,1,0.2378,1,1,1,1,1,1,0.0494,0.2378,0,1,0.5533,1,1,1,0.0371,0.5533,0,1,1,1,1,1,0.054427512,0,0.594174623,1,1,1,1,1,0.051724389,0,0.502667308,1,1,1,1,1,0.127201453,0,0.7280087,0.727945843,0.727836879
-4437,1,0.2115,1,1,1,1,1,1,1,1,0.1742,0.2115,0,1,0.2375,1,1,1,1,1,1,0.1042,0.2375,0,1,0.5531,1,1,1,0.0604,0.5531,0,1,1,1,1,1,0.100302279,0,0.696716547,1,1,1,1,1,0.125671849,0,0.879600763,1,1,1,1,1,0.158119529,0,0.708615273,0.708694732,0.708776596
-4438,1,0.2109,1,1,1,1,1,1,1,1,0.1337,0.2109,0,1,0.2372,1,1,1,1,1,1,0.1259,0.2372,0,1,0.5528,1,1,1,0.077,0.5528,0,1,1,1,1,1,0.094901264,0,0.479921579,1,1,1,1,1,0.202186137,0,0.860613704,1,1,1,1,1,0.199601173,0,0.670492992,0.670615612,0.670656028
-4439,1,0.2104,1,1,1,1,1,1,1,1,0.1315,0.2104,0,1,0.2369,1,1,1,1,1,1,0.1669,0.2369,0,1,0.5526,1,1,1,0.071,0.5526,0,1,1,1,1,1,0.090198137,0,0.570623994,1,1,1,1,1,0.211480156,0,0.15312095,1,1,1,1,1,0.278780073,0,0.617327211,0.617304845,0.617464539
-4440,1,0.2098,1,1,1,1,1,1,1,1,0.2108,0.2098,0,1,0.2367,1,1,1,1,1,1,0.183,0.2367,0,1,0.5524,1,1,1,0.1,0.5524,0,1,1,1,1,1,0.192076504,0,0.973155737,1,1,1,1,1,0.204264447,0,0.946779132,1,1,1,1,1,0.258810222,0,0.570444659,0.570552147,0.570478723
-4441,1,0.2092,1,1,1,1,1,1,1,1,0.2129,0.2092,0,1,0.2364,1,1,1,1,1,1,0.2016,0.2364,0,1,0.5522,1,1,1,0.0745,0.5522,0,1,1,1,1,1,0.260947406,0,1,1,1,1,1,1,0.273568332,0,0.54145968,1,1,1,1,1,0.174154058,0,0.537880619,0.537761794,0.538120567
-4442,1,0.2087,1,1,1,1,1,1,1,1,0.2883,0.2087,0,1,0.2361,1,1,1,1,1,1,0.227,0.2361,0,1,0.5519,1,1,1,0.0694,0.5519,0,1,1,1,1,1,0.316749334,0,0.988012671,1,1,1,1,1,0.30046463,0,0.34907043,1,1,1,1,1,0.187399089,0,0.517097632,0.517241379,0.517287234
-4443,1,0.2081,1,1,1,1,1,1,1,1,0.1829,0.2081,0,1,0.2359,1,1,1,1,1,1,0.2193,0.2359,0,1,0.5517,1,1,1,0.0563,0.5517,0,1,1,1,1,1,0.281124741,0,0.733053863,1,1,1,1,1,0.324177563,0,0.230692685,1,1,1,1,1,0.154496461,0,0.505256162,0.505394542,0.505319149
-4444,1,0.2075,1,1,1,1,1,1,1,1,0.2656,0.2075,0,1,0.2356,1,1,1,1,1,1,0.2662,0.2356,0,1,0.5515,1,1,1,0.1062,0.5515,0,1,1,1,1,1,0.341472119,0,0.805062711,1,1,1,1,1,0.429302752,0,0.324054182,1,1,1,1,1,0.245488346,0,0.507551957,0.507721599,0.507535461
-4445,1,0.207,1,1,1,1,1,1,1,1,0.3256,0.207,0.1293,1,0.2353,1,1,1,1,1,1,0.1796,0.2353,0.1483,1,0.5513,1,1,1,0.1313,0.5513,0.0901,1,1,1,1,1,0.310243219,0.267777354,0.823861718,1,1,1,1,1,0.325637877,0.228284106,0.343899786,1,1,1,1,1,0.275627166,0.262006253,0.524166264,0.524222551,0.524379433
-4446,1,0.2064,1,1,1,1,1,1,1,1,0.2141,0.2064,0.0851,1,0.235,1,1,1,1,1,1,0.0641,0.235,0.1209,1,0.5511,1,1,1,0.1082,0.5511,0.095,1,1,1,1,1,0.226426139,0.592672646,0.816699028,1,1,1,1,1,0.090391532,0.550887287,0.392653167,1,1,1,1,1,0.208797634,0.547217071,0.580111165,0.580071927,0.580230496
-4447,1,0.2058,1,1,1,1,1,1,1,1,0.182,0.2058,0.2233,1,0.2348,1,1,1,1,1,1,0.0318,0.2348,0.2531,1,0.5508,1,1,1,0.1182,0.5508,0.2174,1,1,1,1,1,0.202257603,0.802574873,0.612163365,1,1,1,1,1,0.050333332,0.776887417,0.202272788,1,1,1,1,1,0.203204796,0.754629135,0.653576607,0.653691559,0.653812057
-4448,1,0.2053,1,1,1,1,1,1,1,1,0.1782,0.2053,0.3887,1,0.2345,1,1,1,1,1,1,0.0177,0.2345,0.4034,1,0.5506,1,1,1,0.0608,0.5506,0.3617,1,1,1,1,1,0.186137691,0.863020658,0.444697857,1,1,1,1,1,0.029823093,0.828547001,0.14206624,1,1,1,1,1,0.107254893,0.807869434,0.713146448,0.713348847,0.71320922
-4449,1,0.2047,1,1,1,1,1,1,1,1,0.1961,0.2047,0.5069,1,0.2342,1,1,1,1,1,1,0.163,0.2342,0.5103,1,0.5504,1,1,1,0.1202,0.5504,0.4744,1,1,1,1,1,0.208307207,0.86106807,0.336582869,1,1,1,1,1,0.149298593,0.855578244,0.195287973,1,1,1,1,1,0.186263815,0.789486349,0.758276945,0.758409139,0.758421986
-4450,1,0.2041,1,1,1,1,1,1,1,1,0.2293,0.2041,0.5897,1,0.2339,1,1,1,1,1,1,0.1595,0.2339,0.5879,1,0.5502,1,1,1,0.1563,0.5502,0.5464,1,1,1,1,1,0.236603826,0.869638741,0.199030817,1,1,1,1,1,0.185521558,0.862586856,0.199077487,1,1,1,1,1,0.240175277,0.780897141,0.792472209,0.792680347,0.792996454
-4451,1,0.2036,1,1,1,1,1,1,1,1,0.227,0.2036,0.5968,1,0.2337,1,1,1,1,1,1,0.1671,0.2337,0.6018,1,0.55,1,1,1,0.1021,0.55,0.5644,1,1,1,1,1,0.183209836,0.846296132,0.077208452,1,1,1,1,1,0.19382897,0.818274915,0.083179057,1,1,1,1,1,0.122785687,0.756242037,0.813557274,0.813623863,0.813829787
-4452,1,0.203,1,1,1,1,1,1,1,1,0.1981,0.203,0.5784,1,0.2334,1,1,1,1,1,1,0.1318,0.2334,0.5767,1,0.5497,1,1,1,0.1296,0.5497,0.519,1,1,1,1,1,0.167177141,0.822345972,0.205453306,1,1,1,1,1,0.144384563,0.780323088,0.068697914,1,1,1,1,1,0.163601309,0.779218376,0.826365394,0.826528454,0.826684397
-4453,1,0.2024,1,1,1,1,1,1,1,1,0.1838,0.2024,0.5602,1,0.2331,1,1,1,1,1,1,0.0564,0.2331,0.5315,1,0.5495,1,1,1,0.1315,0.5495,0.4853,1,1,1,1,1,0.141390994,0.768217564,0.495643318,1,1,1,1,1,0.059797071,0.783283532,0.116447121,1,1,1,1,1,0.145033583,0.7864452,0.837240213,0.837317538,0.837765957
-4454,1,0.2019,1,1,1,1,1,1,1,1,0.1902,0.2019,0.4569,1,0.2328,1,1,1,1,1,1,0.1502,0.2328,0.4724,1,0.5493,1,1,1,0.1735,0.5493,0.4408,1,1,1,1,1,0.126454696,0.624144137,0.703931808,1,1,1,1,1,0.107778922,0.762053847,0.060732722,1,1,1,1,1,0.212787971,0.691753387,0.843765104,0.843875608,0.843971631
-4455,1,0.2013,1,1,1,1,1,1,1,1,0.1612,0.2013,0.3911,1,0.2326,1,1,1,1,1,1,0.1515,0.2326,0.4094,1,0.5491,1,1,1,0.1803,0.5491,0.3975,1,1,1,1,1,0.117145717,0.591452837,0.720405698,1,1,1,1,1,0.104473516,0.696659267,0.108284034,1,1,1,1,1,0.22559987,0.632823467,0.844369261,0.84451026,0.844414894
-4456,1,0.2007,1,1,1,1,1,1,1,1,0.124,0.2007,0.3015,1,0.2323,1,1,1,1,1,1,0.1291,0.2323,0.323,1,0.5489,1,1,1,0.2085,0.5489,0.3039,1,1,1,1,1,0.100497097,0.571835876,0.754024267,1,1,1,1,1,0.124754034,0.657853901,0.026608119,1,1,1,1,1,0.277530015,0.570218921,0.842315128,0.842394754,0.842641844
-4457,1,0.2001,1,1,1,1,1,1,1,1,0.1117,0.2001,0.1686,1,0.232,1,1,1,1,1,1,0.1147,0.232,0.2072,1,0.5486,1,1,1,0.1803,0.5486,0.1506,1,1,1,1,1,0.103957124,0.551462114,0.637484193,1,1,1,1,1,0.111563034,0.646862686,0.009698168,1,1,1,1,1,0.192769319,0.567137122,0.835790237,0.835836683,0.835992908
-4458,1,0.1996,1,1,1,1,1,1,1,1,0.0539,0.1996,0.0771,1,0.2317,1,1,1,1,1,1,0.094,0.2317,0.1078,1,0.5484,1,1,1,0.072,0.5484,0.0645,1,1,1,1,1,0.068700135,0.431417316,0.405207038,1,1,1,1,1,0.085097685,0.500499129,0.543753684,1,1,1,1,1,0.074675515,0.414198637,0.813919768,0.814046964,0.81427305
-4459,1,0.199,1,1,1,1,1,1,1,1,0.0292,0.199,0.0584,1,0.2315,1,1,1,1,1,1,0.0457,0.2315,0.1164,1,0.5482,1,1,1,0.051,0.5482,0.0713,1,1,1,1,1,0.07408186,0.108261615,0.369385123,1,1,1,1,1,0.056250133,0.166818053,0.779578924,1,1,1,1,1,0.106981702,0.003997409,0.784195263,0.78421832,0.784574468
-4460,1,0.1984,1,1,1,1,1,1,1,1,0.011,0.1984,0,1,0.2312,1,1,1,1,1,1,0.0634,0.2312,0,1,0.548,1,1,1,0.0785,0.548,0,1,1,1,1,1,0.053028241,0,0.080444589,1,1,1,1,1,0.083659396,0,0.354417026,1,1,1,1,1,0.157494634,0,0.766130981,0.766236514,0.766400709
-4461,1,0.1979,1,1,1,1,1,1,1,1,0.0287,0.1979,0,1,0.2309,1,1,1,1,1,1,0.0647,0.2309,0,1,0.5477,1,1,1,0.1161,0.5477,0,1,1,1,1,1,0.08927469,0,0.016250949,1,1,1,1,1,0.087756939,0,0.094050527,1,1,1,1,1,0.204042569,0,0.741602223,0.741696636,0.742021277
-4462,1,0.1973,1,1,1,1,1,1,1,1,0.0366,0.1973,0,1,0.2307,1,1,1,1,1,1,0,0.2307,0,1,0.5475,1,1,1,0.136,0.5475,0,1,1,1,1,1,0.058163621,0,0,1,1,1,1,1,0.01779303,0,0.017228536,1,1,1,1,1,0.253442526,0,0.673936684,0.674000423,0.674202128
-4463,1,0.1967,1,1,1,1,1,1,1,1,0.0787,0.1967,0,1,0.2304,1,1,1,1,1,1,0.0115,0.2304,0,1,0.5473,1,1,1,0.1282,0.5473,0,1,1,1,1,1,0.12129873,0,0.005378828,1,1,1,1,1,0.056929581,0,0.009249478,1,1,1,1,1,0.250102639,0,0.602102465,0.602073197,0.602393617
-4464,1,0.1962,1,1,1,1,1,1,1,1,0.0757,0.1962,0,1,0.2301,1,1,1,1,1,1,0.0026,0.2301,0,1,0.5471,1,1,1,0.1183,0.5471,0,1,1,1,1,1,0.123493366,0,0.035287987,1,1,1,1,1,0.023385108,0,0.002465183,1,1,1,1,1,0.27209428,0,0.548453359,0.548550878,0.548758865
-4465,1,0.1956,1,1,1,1,1,1,1,1,0.0906,0.1956,0,1,0.2298,1,1,1,1,1,1,0.0137,0.2298,0,1,0.5469,1,1,1,0.0828,0.5469,0,1,1,1,1,1,0.15528664,0,0.058431175,1,1,1,1,1,0.04129082,0,0.021208901,1,1,1,1,1,0.20240663,0,0.51377477,0.513645018,0.513741135
-4466,1,0.195,1,1,1,1,1,1,1,1,0.0791,0.195,0,1,0.2296,1,1,1,1,1,1,0.0555,0.2296,0,1,0.5466,1,1,1,0.0722,0.5466,0,1,1,1,1,1,0.156400323,0,0.065168977,1,1,1,1,1,0.091516018,0,0.011147383,1,1,1,1,1,0.17153357,0,0.491239729,0.491220647,0.491578014
-4467,1,0.1945,1,1,1,1,1,1,1,1,0.0798,0.1945,0,1,0.2293,1,1,1,1,1,1,0.0457,0.2293,0,1,0.5464,1,1,1,0.0681,0.5464,0,1,1,1,1,1,0.121229574,0,0.035901219,1,1,1,1,1,0.084878162,0,0,1,1,1,1,1,0.143300831,0,0.478431609,0.478527607,0.478723404
-4468,1,0.1939,1,1,1,1,1,1,1,1,0.068,0.1939,0,1,0.229,1,1,1,1,1,1,0.0416,0.229,0,1,0.5462,1,1,1,0.0286,0.5462,0,1,1,1,1,1,0.101815812,0,0.026873123,1,1,1,1,1,0.069395229,0,0,1,1,1,1,1,0.039154097,0,0.478552441,0.478739158,0.478723404
-4469,1,0.1933,1,1,1,1,1,1,1,1,0.0473,0.1933,0.1516,1,0.2287,1,1,1,1,1,1,0.0062,0.2287,0.1734,1,0.546,1,1,1,0.0152,0.546,0.1341,1,1,1,1,1,0.093472995,0.28632015,0.047029395,1,1,1,1,1,0.013755038,0.277498364,0,1,1,1,1,1,0.025017966,0.310073137,0.493656356,0.493759255,0.493794326
-4470,1,0.1928,1,1,1,1,1,1,1,1,0.0198,0.1928,0.0848,1,0.2285,1,1,1,1,1,1,0,0.2285,0.1214,1,0.5458,1,1,1,0.0142,0.5458,0.0765,1,1,1,1,1,0.052300215,0.592405736,0.059423365,1,1,1,1,1,0.000988139,0.592971087,0.015978796,1,1,1,1,1,0.048344079,0.620917797,0.547426293,0.547493125,0.547429078
-4471,1,0.1922,1,1,1,1,1,1,1,1,0.0151,0.1922,0.2216,1,0.2282,1,1,1,1,1,1,0,0.2282,0.2556,1,0.5455,1,1,1,0.0084,0.5455,0.2169,1,1,1,1,1,0.011171082,0.792516291,0.168292806,1,1,1,1,1,0,0.799856842,0.032200266,1,1,1,1,1,0.018322038,0.794321775,0.619139681,0.619208801,0.619237589
-4472,1,0.1916,1,1,1,1,1,1,1,1,0.0108,0.1916,0.3852,1,0.2279,1,1,1,1,1,1,0,0.2279,0.4092,1,0.5453,1,1,1,0.0127,0.5453,0.3796,1,1,1,1,1,0.002278332,0.862863958,0.084399305,1,1,1,1,1,0.000293031,0.870562434,0,1,1,1,1,1,0.02928995,0.849707723,0.679555341,0.679712291,0.679521277
-4473,1,0.1911,1,1,1,1,1,1,1,1,0.0051,0.1911,0.5053,1,0.2276,1,1,1,1,1,1,0.0086,0.2276,0.5206,1,0.5451,1,1,1,0.0048,0.5451,0.5095,1,1,1,1,1,0.001060737,0.880755782,0.094701245,1,1,1,1,1,0.016391469,0.894801974,0,1,1,1,1,1,0.016333628,0.867988229,0.730364911,0.730484451,0.730496454
-4474,1,0.1905,1,1,1,1,1,1,1,1,0.008,0.1905,0.5913,1,0.2274,1,1,1,1,1,1,0.0089,0.2274,0.6145,1,0.5449,1,1,1,0.0076,0.5449,0.5942,1,1,1,1,1,0.002302204,0.843569398,0.090907782,1,1,1,1,1,0.010404314,0.834825516,0,1,1,1,1,1,0.01740809,0.86893332,0.772957951,0.773006135,0.773049645
-4475,1,0.1899,1,1,1,1,1,1,1,1,0.018,0.1899,0.5977,1,0.2271,1,1,1,1,1,1,0.0141,0.2271,0.5897,1,0.5447,1,1,1,0.0042,0.5447,0.5354,1,1,1,1,1,0.007974,0.853777707,0.052869506,1,1,1,1,1,0.011937976,0.840036035,0,1,1,1,1,1,0.006072049,0.825111926,0.802259546,0.802411678,0.802304965
-4476,1,0.1894,1,1,1,1,1,1,1,1,0.0582,0.1894,0.6319,1,0.2268,1,1,1,1,1,1,0.013,0.2268,0.6352,1,0.5444,1,1,1,0.0126,0.5444,0.6142,1,1,1,1,1,0.014833947,0.888036609,0.028479438,1,1,1,1,1,0.012404978,0.901707053,0,1,1,1,1,1,0.006692015,0.775236189,0.821350894,0.821451238,0.821365248
-4477,1,0.1888,1,1,1,1,1,1,1,1,0.0739,0.1888,0.614,1,0.2265,1,1,1,1,1,1,0.0084,0.2265,0.6337,1,0.5442,1,1,1,0.0216,0.5442,0.5457,1,1,1,1,1,0.01546809,0.88558805,0.01527492,1,1,1,1,1,0.010063907,0.912517369,0,1,1,1,1,1,0.019716345,0.782313585,0.841408893,0.841548551,0.841755319
-4478,1,0.1882,1,1,1,1,1,1,1,1,0.0806,0.1882,0.5582,1,0.2263,1,1,1,1,1,1,0.0547,0.2263,0.5851,1,0.544,1,1,1,0.0097,0.544,0.5063,1,1,1,1,1,0.013322551,0.852453113,0.00286159,1,1,1,1,1,0.044298828,0.897323787,0,1,1,1,1,1,0.047811072,0.807759345,0.854035766,0.854241591,0.854609929
-4479,1,0.1876,1,1,1,1,1,1,1,1,0.1061,0.1876,0.4593,1,0.226,1,1,1,1,1,1,0.0524,0.226,0.4851,1,0.5438,1,1,1,0.0202,0.5438,0.4026,1,1,1,1,1,0.024783194,0.847798765,0.0192232,1,1,1,1,1,0.04009385,0.872974455,0,1,1,1,1,1,0.079617716,0.755025506,0.864064766,0.864184472,0.864361702
-4480,1,0.1871,1,1,1,1,1,1,1,1,0.117,0.1871,0.332,1,0.2257,1,1,1,1,1,1,0.0186,0.2257,0.3765,1,0.5435,1,1,1,0.0246,0.5435,0.2829,1,1,1,1,1,0.02092715,0.835634768,0.033841677,1,1,1,1,1,0.021946393,0.84497124,0.000340314,1,1,1,1,1,0.080322996,0.772390127,0.869320928,0.869473239,0.869680851
-4481,1,0.1865,1,1,1,1,1,1,1,1,0.1185,0.1865,0.1649,1,0.2254,1,1,1,1,1,1,0,0.2254,0.2154,1,0.5433,1,1,1,0.0377,0.5433,0.1344,1,1,1,1,1,0.024917813,0.372043788,0.111601762,1,1,1,1,1,0.01241737,0.567416251,0.078909695,1,1,1,1,1,0.105159879,0.556317031,0.866420976,0.86651153,0.867021277
-4482,1,0.1859,1,1,1,1,1,1,1,1,0.1568,0.1859,0.0539,1,0.2252,1,1,1,1,1,1,0,0.2252,0.0699,1,0.5431,1,1,1,0.0391,0.5431,0.0579,1,1,1,1,1,0.029856538,0.092082605,0.260396898,1,1,1,1,1,0.010891998,0.122037217,0.139729589,1,1,1,1,1,0.116395891,0.055363752,0.837481875,0.837740639,0.837765957
-4483,1,0.1854,1,1,1,1,1,1,1,1,0.1448,0.1854,0.0018,1,0.2249,1,1,1,1,1,1,0.0049,0.2249,0.0001,1,0.5429,1,1,1,0.0656,0.5429,0,1,1,1,1,1,0.036172457,0,0.352989167,1,1,1,1,1,0.016817087,0,0.180565178,1,1,1,1,1,0.154293463,0,0.804615756,0.804738735,0.804964539
-4484,1,0.1848,1,1,1,1,1,1,1,1,0.1657,0.1848,0,1,0.2246,1,1,1,1,1,1,0.004,0.2246,0,1,0.5427,1,1,1,0.111,0.5427,0,1,1,1,1,1,0.04311474,0,0.435246348,1,1,1,1,1,0.027926249,0,0.234177232,1,1,1,1,1,0.228089586,0,0.793499275,0.79352655,0.793439716
-4485,1,0.1842,1,1,1,1,1,1,1,1,0.155,0.1842,0,1,0.2244,1,1,1,1,1,1,0.0066,0.2244,0,1,0.5424,1,1,1,0.0988,0.5424,0,1,1,1,1,1,0.06788341,0,0.361470014,1,1,1,1,1,0.046756849,0,0.364958912,1,1,1,1,1,0.234123677,0,0.769151764,0.769198223,0.769503546
-4486,1,0.1837,1,1,1,1,1,1,1,1,0.2766,0.1837,0,1,0.2241,1,1,1,1,1,1,0.0114,0.2241,0,1,0.5422,1,1,1,0.128,0.5422,0,1,1,1,1,1,0.188613445,0,0.550160944,1,1,1,1,1,0.06953223,0,0.432914943,1,1,1,1,1,0.26865533,0,0.708313195,0.708483182,0.708776596
-4487,1,0.1831,1,1,1,1,1,1,1,1,0.2913,0.1831,0,1,0.2238,1,1,1,1,1,1,0.1788,0.2238,0,1,0.542,1,1,1,0.1459,0.542,0,1,1,1,1,1,0.281235993,0,0.619658947,1,1,1,1,1,0.2192792,0,0.789837182,1,1,1,1,1,0.390497416,0,0.642460126,0.642479374,0.642730496
-4488,1,0.1825,1,1,1,1,1,1,1,1,0.276,0.1825,0,1,0.2235,1,1,1,1,1,1,0.4205,0.2235,0,1,0.5418,1,1,1,0.1743,0.5418,0,1,1,1,1,1,0.276597202,0,0.935366154,1,1,1,1,1,0.406765699,0,1,1,1,1,1,1,0.478357464,0,0.591167231,0.591284113,0.591312057
-4489,1,0.182,1,1,1,1,1,1,1,1,0.3214,0.182,0,1,0.2233,1,1,1,1,1,1,0.4383,0.2233,0,1,0.5416,1,1,1,0.197,0.5416,0,1,1,1,1,1,0.34288311,0,1,1,1,1,1,1,0.524861395,0,1,1,1,1,1,1,0.522042513,0,0.556549058,0.556589803,0.556737589
-4490,1,0.1814,1,1,1,1,1,1,1,1,0.3687,0.1814,0,1,0.223,1,1,1,1,1,1,0.2666,0.223,0,1,0.5413,1,1,1,0.1567,0.5413,0,1,1,1,1,1,0.431612492,0,1,1,1,1,1,1,0.375841498,0,1,1,1,1,1,1,0.433700353,0,0.532866119,0.532896129,0.533244681
-4491,1,0.1808,1,1,1,1,1,1,1,1,0.3421,0.1808,0,1,0.2227,1,1,1,1,1,1,0.275,0.2227,0,1,0.5411,1,1,1,0.1452,0.5411,0,1,1,1,1,1,0.390602827,0,1,1,1,1,1,1,0.323068351,0,1,1,1,1,1,1,0.384740829,0,0.518003867,0.518087582,0.518173759
-4492,1,0.1803,1,1,1,1,1,1,1,1,0.3135,0.1803,0,1,0.2224,1,1,1,1,1,1,0.2902,0.2224,0,1,0.5409,1,1,1,0.1069,0.5409,0,1,1,1,1,1,0.336288303,0,1,1,1,1,1,1,0.321069717,0,1,1,1,1,1,1,0.274951279,0,0.511962301,0.511952613,0.511968085
-4493,1,0.1797,1,1,1,1,1,1,1,1,0.17,0.1797,0.0746,1,0.2222,1,1,1,1,1,1,0.4004,0.2222,0.1148,1,0.5407,1,1,1,0.119,0.5407,0.0006,1,1,1,1,1,0.265694797,0.096646026,1,1,1,1,1,1,0.39681837,0.16866073,1,1,1,1,1,1,0.319535762,9.53E-07,0.511116481,0.51110641,0.51108156
-4494,1,0.1791,1,1,1,1,1,1,1,1,0.1082,0.1791,0.094,1,0.2219,1,1,1,1,1,1,0.0852,0.2219,0.1246,1,0.5404,1,1,1,0.1427,0.5404,0.1109,1,1,1,1,1,0.097987734,0.366840094,1,1,1,1,1,1,0.080391131,0.330700248,1,1,1,1,1,1,0.354771584,0.13985537,0.532503625,0.532684578,0.532801418
-4495,1,0.1786,1,1,1,1,1,1,1,1,0.0311,0.1786,0.2183,1,0.2216,1,1,1,1,1,1,0.0333,0.2216,0.2414,1,0.5402,1,1,1,0.1043,0.5402,0.208,1,1,1,1,1,0.030278277,0.520771325,0.993175745,1,1,1,1,1,0.030578811,0.470787406,0.993738294,1,1,1,1,1,0.265683413,0.289335608,0.58337361,0.583456738,0.583333333
-4496,1,0.178,1,1,1,1,1,1,1,1,0.0315,0.178,0.3221,1,0.2213,1,1,1,1,1,1,0.0066,0.2213,0.3138,1,0.54,1,1,1,0.0633,0.54,0.3179,1,1,1,1,1,0.013793694,0.508028865,0.60680294,1,1,1,1,1,0.013901452,0.473971069,0.523657918,1,1,1,1,1,0.192755416,0.418217778,0.647957951,0.647979691,0.648049645
-4497,1,0.1774,1,1,1,1,1,1,1,1,0.008,0.1774,0.3609,1,0.2211,1,1,1,1,1,1,0.0123,0.2211,0.376,1,0.5398,1,1,1,0.0971,0.5398,0.4411,1,1,1,1,1,0.007774655,0.494603813,0.550085306,1,1,1,1,1,0.010569578,0.517088592,0.347328842,1,1,1,1,1,0.207034945,0.495713681,0.702936201,0.702982864,0.703014184
-4498,1,0.1769,1,1,1,1,1,1,1,1,0.0037,0.1769,0.3746,1,0.2208,1,1,1,1,1,1,0.0029,0.2208,0.442,1,0.5396,1,1,1,0.0865,0.5396,0.4904,1,1,1,1,1,0.002026606,0.512572706,0.482496083,1,1,1,1,1,0.010959362,0.650633633,0.154282466,1,1,1,1,1,0.090919241,0.545266569,0.740877235,0.740850434,0.741134752
-4499,1,0.1763,1,1,1,1,1,1,1,1,0.0208,0.1763,0.4013,1,0.2205,1,1,1,1,1,1,0.061,0.2205,0.5073,1,0.5393,1,1,1,0.0962,0.5393,0.5013,1,1,1,1,1,0.036040179,0.556717932,0.401961625,1,1,1,1,1,0.072294928,0.764585376,0.121243209,1,1,1,1,1,0.07144656,0.600699365,0.767218463,0.767294267,0.767730496
-4500,1,0.1757,1,1,1,1,1,1,1,1,0.0284,0.1757,0.3806,1,0.2202,1,1,1,1,1,1,0.1466,0.2202,0.4423,1,0.5391,1,1,1,0.1862,0.5391,0.5646,1,1,1,1,1,0.064880416,0.556104302,0.541372895,1,1,1,1,1,0.129359931,0.606846809,0.275048971,1,1,1,1,1,0.188580796,0.620971262,0.785161914,0.785276074,0.785460993
-4501,1,0.1751,1,1,1,1,1,1,1,1,0.0467,0.1751,0.377,1,0.22,1,1,1,1,1,1,0.2281,0.22,0.3761,1,0.5389,1,1,1,0.1379,0.5389,0.5653,1,1,1,1,1,0.052315503,0.501961946,0.457297385,1,1,1,1,1,0.218277231,0.525169551,0.291021228,1,1,1,1,1,0.153882176,0.662165582,0.785041083,0.785064523,0.78501773
-4502,1,0.1746,1,1,1,1,1,1,1,1,0.1359,0.1746,0.3338,1,0.2197,1,1,1,1,1,1,0.2596,0.2197,0.3463,1,0.5387,1,1,1,0.179,0.5387,0.5488,1,1,1,1,1,0.114136755,0.503515661,0.516245425,1,1,1,1,1,0.279489696,0.490185916,0.35068509,1,1,1,1,1,0.259061217,0.697864532,0.768245529,0.76835202,0.768173759
-4503,1,0.174,1,1,1,1,1,1,1,1,0.1988,0.174,0.3031,1,0.2194,1,1,1,1,1,1,0.2022,0.2194,0.275,1,0.5385,1,1,1,0.1389,0.5385,0.4565,1,1,1,1,1,0.16276294,0.517669022,0.847153366,1,1,1,1,1,0.209442586,0.430433393,0.264634818,1,1,1,1,1,0.207866341,0.710493684,0.752356211,0.75248572,0.752659574
-4504,1,0.1734,1,1,1,1,1,1,1,1,0.1626,0.1734,0.2765,1,0.2191,1,1,1,1,1,1,0.2055,0.2191,0.2746,1,0.5382,1,1,1,0.1873,0.5382,0.3148,1,1,1,1,1,0.169175163,0.506136,0.929117382,1,1,1,1,1,0.219367459,0.412760019,0.787781358,1,1,1,1,1,0.260577291,0.728330374,0.752174964,0.75227417,0.752216312
-4505,1,0.1729,1,1,1,1,1,1,1,1,0.1498,0.1729,0.1654,1,0.2189,1,1,1,1,1,1,0.1494,0.2189,0.1788,1,0.538,1,1,1,0.2072,0.538,0.1467,1,1,1,1,1,0.129261166,0.407688022,0.999773741,1,1,1,1,1,0.150124639,0.38187173,1,1,1,1,1,1,0.356799692,0.662014306,0.756706138,0.756716734,0.757092199
-4506,1,0.1723,1,1,1,1,1,1,1,1,0.1504,0.1723,0.0663,1,0.2186,1,1,1,1,1,1,0.1758,0.2186,0.0714,1,0.5378,1,1,1,0.2436,0.5378,0.0629,1,1,1,1,1,0.134876266,0.274834365,1,1,1,1,1,1,0.175994366,0.149463907,1,1,1,1,1,1,0.496245116,0.46551162,0.748127115,0.748254707,0.74822695
-4507,1,0.1717,1,1,1,1,1,1,1,1,0.1295,0.1717,0.0062,1,0.2183,1,1,1,1,1,1,0.045,0.2183,0,1,0.5376,1,1,1,0.2325,0.5376,0,1,1,1,1,1,0.094509833,0.00099648,0.964839101,1,1,1,1,1,0.070739061,0,0.72032702,1,1,1,1,1,0.427159995,0.029156109,0.727887869,0.727945843,0.727836879
-4508,1,0.1712,1,1,1,1,1,1,1,1,0.0833,0.1712,0,1,0.2181,1,1,1,1,1,1,0.1532,0.2181,0,1,0.5374,1,1,1,0.2537,0.5374,0,1,1,1,1,1,0.1487661,0,0.860168099,1,1,1,1,1,0.200545222,0,0.143500775,1,1,1,1,1,0.49635905,0,0.716650556,0.716733658,0.716755319
-4509,1,0.1706,1,1,1,1,1,1,1,1,0.127,0.1706,0,1,0.2178,1,1,1,1,1,1,0.2994,0.2178,0,1,0.5371,1,1,1,0.3059,0.5371,0,1,1,1,1,1,0.26770556,0,0.585268199,1,1,1,1,1,0.304919809,0,0.3046529,1,1,1,1,1,0.520116329,0,0.703721605,0.703829067,0.703900709
-4510,1,0.17,1,1,1,1,1,1,1,1,0.1534,0.17,0,1,0.2175,1,1,1,1,1,1,0.316,0.2175,0,1,0.5369,1,1,1,0.3129,0.5369,0,1,1,1,1,1,0.287789464,0,0.873058498,1,1,1,1,1,0.32879436,0,0.113174886,1,1,1,1,1,0.512134492,0,0.656718221,0.656653268,0.656914894
-4511,1,0.1695,1,1,1,1,1,1,1,1,0.1954,0.1695,0,1,0.2172,1,1,1,1,1,1,0.1863,0.2172,0,1,0.5367,1,1,1,0.2488,0.5367,0,1,1,1,1,1,0.348548025,0,0.875947118,1,1,1,1,1,0.228480622,0,0.145807594,1,1,1,1,1,0.418082684,0,0.600531658,0.600592342,0.600620567
-4512,1,0.1689,1,1,1,1,1,1,1,1,0.2417,0.1689,0,1,0.217,1,1,1,1,1,1,0.2657,0.217,0,1,0.5365,1,1,1,0.2767,0.5365,0,1,1,1,1,1,0.415165961,0,0.801316738,1,1,1,1,1,0.333288223,0,0.022712043,1,1,1,1,1,0.492622852,0,0.550507492,0.550666385,0.550975177
-4513,1,0.1683,1,1,1,1,1,1,1,1,0.2712,0.1683,0,1,0.2167,1,1,1,1,1,1,0.2858,0.2167,0,1,0.5362,1,1,1,0.2427,0.5362,0,1,1,1,1,1,0.421527416,0,0.584855199,1,1,1,1,1,0.364053369,0,0.09706676,1,1,1,1,1,0.452406555,0,0.516070565,0.516183626,0.516400709
-4514,1,0.1678,1,1,1,1,1,1,1,1,0.2566,0.1678,0,1,0.2164,1,1,1,1,1,1,0.2783,0.2164,0,1,0.536,1,1,1,0.2103,0.536,0,1,1,1,1,1,0.371157169,0,0.495415688,1,1,1,1,1,0.378977954,0,0.035979845,1,1,1,1,1,0.421732664,0,0.49220638,0.492278401,0.492021277
-4515,1,0.1672,1,1,1,1,1,1,1,1,0.2011,0.1672,0,1,0.2161,1,1,1,1,1,1,0.188,0.2161,0,1,0.5358,1,1,1,0.1886,0.5358,0,1,1,1,1,1,0.266415417,0,0.393248618,1,1,1,1,1,0.298926353,0,0.013702357,1,1,1,1,1,0.377208143,0,0.476860802,0.476835202,0.476950355
-4516,1,0.1666,1,1,1,1,1,1,1,1,0.1741,0.1666,0,1,0.2159,1,1,1,1,1,1,0.2302,0.2159,0,1,0.5356,1,1,1,0.1775,0.5356,0,1,1,1,1,1,0.210342884,0,0.253154248,1,1,1,1,1,0.346858203,0,0.00778089,1,1,1,1,1,0.335629463,0,0.468281779,0.468373175,0.468085106
-4517,1,0.1661,1,1,1,1,1,1,1,1,0.1093,0.1661,0.1241,1,0.2156,1,1,1,1,1,1,0.1906,0.2156,0.1273,1,0.5354,1,1,1,0.141,0.5354,0.154,1,1,1,1,1,0.128301203,0.187186554,0.172797814,1,1,1,1,1,0.298137665,0.189793617,0.001890053,1,1,1,1,1,0.276557267,0.207789525,0.459944418,0.459911149,0.459663121
-4518,1,0.1655,1,1,1,1,1,1,1,1,0.0719,0.1655,0.0868,1,0.2153,1,1,1,1,1,1,0.084,0.2153,0.1108,1,0.5351,1,1,1,0.1536,0.5351,0.0717,1,1,1,1,1,0.123986363,0.534038723,0.139169976,1,1,1,1,1,0.119236171,0.511660457,0.011096336,1,1,1,1,1,0.282501608,0.576651096,0.476256646,0.476412101,0.476507092
-4519,1,0.1649,1,1,1,1,1,1,1,1,0.0657,0.1649,0.2205,1,0.215,1,1,1,1,1,1,0.048,0.215,0.2493,1,0.5349,1,1,1,0.1935,0.5349,0.2153,1,1,1,1,1,0.065185688,0.765039563,0.040942736,1,1,1,1,1,0.046916105,0.746162057,0.039993461,1,1,1,1,1,0.300858885,0.79816699,0.521145481,0.521260842,0.521276596
-4520,1,0.1649,1,1,1,1,1,1,1,1,0.0691,0.1649,0.385,1,0.215,1,1,1,1,1,1,0.0095,0.215,0.4029,1,0.5349,1,1,1,0.197,0.5349,0.3855,1,1,1,1,1,0.044559486,0.850887299,0.155120045,1,1,1,1,1,0.022832684,0.836577535,0.112954453,1,1,1,1,1,0.296564102,0.868790507,0.580654906,0.580706579,0.580673759
-4521,1,0.1649,1,1,1,1,1,1,1,1,0.0617,0.1649,0.5096,1,0.215,1,1,1,1,1,1,0,0.215,0.5159,1,0.5349,1,1,1,0.2598,0.5349,0.4868,1,1,1,1,1,0.052009199,0.877342165,0.103837833,1,1,1,1,1,0.007041526,0.868595958,0.08834137,1,1,1,1,1,0.285074264,0.902234197,0.636237313,0.636344404,0.636524823
-4522,1,0.1649,1,1,1,1,1,1,1,1,0.0281,0.1649,0.6007,1,0.215,1,1,1,1,1,1,0,0.215,0.5921,1,0.5349,1,1,1,0.3018,0.5349,0.6,1,1,1,1,1,0.047358088,0.885475457,0.016609415,1,1,1,1,1,0.000638992,0.863911569,0.010328273,1,1,1,1,1,0.428020179,0.919418216,0.682636539,0.682674,0.683067376
-4523,1,0.1649,1,1,1,1,1,1,1,1,0.0824,0.1649,0.631,1,0.215,1,1,1,1,1,1,0.0563,0.215,0.6084,1,0.5349,1,1,1,0.3219,0.5349,0.6606,1,1,1,1,1,0.139889747,0.884513021,0,1,1,1,1,1,0.043854896,0.877058506,0,1,1,1,1,1,0.434151322,0.930836082,0.719852586,0.719906918,0.719858156
-4524,1,0.1649,1,1,1,1,1,1,1,1,0.0881,0.1649,0.6153,1,0.215,1,1,1,1,1,1,0.0878,0.215,0.6164,1,0.5349,1,1,1,0.3692,0.5349,0.6735,1,1,1,1,1,0.169335708,0.867800117,0.00221274,1,1,1,1,1,0.058685821,0.875095785,0.013459424,1,1,1,1,1,0.459732741,0.92317605,0.744139681,0.744235244,0.744680851
-4525,1,0.1649,1,1,1,1,1,1,1,1,0.1243,0.1649,0.6066,1,0.215,1,1,1,1,1,1,0.0562,0.215,0.6162,1,0.5349,1,1,1,0.2335,0.5349,0.6665,1,1,1,1,1,0.151931778,0.856849611,0.003649575,1,1,1,1,1,0.047788695,0.853738308,0,1,1,1,1,1,0.386316329,0.917986631,0.757249879,0.757351386,0.757535461
-4526,1,0.1649,1,1,1,1,1,1,1,1,0.1827,0.1649,0.5631,1,0.215,1,1,1,1,1,1,0.1011,0.215,0.5802,1,0.5349,1,1,1,0.354,0.5349,0.598,1,1,1,1,1,0.208514675,0.864134312,0.030052401,1,1,1,1,1,0.126984254,0.841626406,0,1,1,1,1,1,0.541039228,0.915180922,0.766855969,0.766871166,0.767287234
-4527,1,0.1649,1,1,1,1,1,1,1,1,0.1557,0.1649,0.4664,1,0.215,1,1,1,1,1,1,0.2516,0.215,0.4874,1,0.5349,1,1,1,0.3922,0.5349,0.4836,1,1,1,1,1,0.156313032,0.838619232,0.078271203,1,1,1,1,1,0.249028042,0.808674097,0.008037958,1,1,1,1,1,0.463180721,0.894048631,0.775978734,0.775967844,0.776152482
-4528,1,0.1649,1,1,1,1,1,1,1,1,0.1801,0.1649,0.3333,1,0.215,1,1,1,1,1,1,0.3314,0.215,0.3753,1,0.5349,1,1,1,0.4239,0.5349,0.3322,1,1,1,1,1,0.234723419,0.795750916,0.146415666,1,1,1,1,1,0.280476391,0.789936185,0.052008905,1,1,1,1,1,0.406755865,0.848128557,0.787276462,0.78739158,0.787234043
-4529,1,0.1649,1,1,1,1,1,1,1,1,0.1924,0.1649,0.168,1,0.215,1,1,1,1,1,1,0.1463,0.215,0.2182,1,0.5349,1,1,1,0.2488,0.5349,0.1466,1,1,1,1,1,0.265369624,0.70194149,0.230136752,1,1,1,1,1,0.171185672,0.693864286,0.030449478,1,1,1,1,1,0.271063656,0.769573987,0.793620106,0.79352655,0.793882979
-4530,1,0.1649,1,1,1,1,1,1,1,1,0.2155,0.1649,0.0733,1,0.215,1,1,1,1,1,1,0.1251,0.215,0.1033,1,0.5349,1,1,1,0.1917,0.5349,0.069,1,1,1,1,1,0.290846705,0.453967035,0.429038733,1,1,1,1,1,0.159931213,0.481114686,0.104623571,1,1,1,1,1,0.210464582,0.538572669,0.782201547,0.782314364,0.782801418
-4531,1,0.1649,1,1,1,1,1,1,1,1,0.1807,0.1649,0.0316,1,0.215,1,1,1,1,1,1,0.1783,0.215,0.0648,1,0.5349,1,1,1,0.1272,0.5349,0.2136,1,1,1,1,1,0.19124566,0.051359773,0.414613783,1,1,1,1,1,0.203215271,0.107790567,0.130316243,1,1,1,1,1,0.133535147,0.183130667,0.758397777,0.75862069,0.758865248
-4532,1,0.1649,1,1,1,1,1,1,1,1,0.1804,0.1649,0,1,0.215,1,1,1,1,1,1,0.1241,0.215,0,1,0.5349,1,1,1,0.1624,0.5349,0,1,1,1,1,1,0.148455396,0,0.514826894,1,1,1,1,1,0.160956562,0,0.340668619,1,1,1,1,1,0.241872549,0,0.750483325,0.750581764,0.750886525
-4533,1,0.1649,1,1,1,1,1,1,1,1,0.22,0.1649,0,1,0.215,1,1,1,1,1,1,0.1463,0.215,0,1,0.5349,1,1,1,0.1579,0.5349,0,1,1,1,1,1,0.226717234,0,0.865889251,1,1,1,1,1,0.254755795,0,0.650078535,1,1,1,1,1,0.233888656,0,0.73260029,0.732811508,0.732712766
-4534,1,0.1649,1,1,1,1,1,1,1,1,0.157,0.1649,0,1,0.215,1,1,1,1,1,1,0.1535,0.215,0,1,0.5349,1,1,1,0.2398,0.5349,0,1,1,1,1,1,0.261281937,0,0.638395667,1,1,1,1,1,0.259614319,0,0.338563889,1,1,1,1,1,0.362082958,0,0.669526341,0.669557859,0.669769504
-4535,1,0.1649,1,1,1,1,1,1,1,1,0.2038,0.1649,0,1,0.215,1,1,1,1,1,1,0.3403,0.215,0,1,0.5349,1,1,1,0.2619,0.5349,0,1,1,1,1,1,0.281665176,0,0.679180741,1,1,1,1,1,0.452457398,0,0.104858905,1,1,1,1,1,0.458242416,0,0.598960851,0.598899937,0.59929078
-4536,1,0.1649,1,1,1,1,1,1,1,1,0.3011,0.1649,0,1,0.215,1,1,1,1,1,1,0.2008,0.215,0,1,0.5349,1,1,1,0.344,0.5349,0,1,1,1,1,1,0.240215376,0,0.606531143,1,1,1,1,1,0.327164173,0,0.138351589,1,1,1,1,1,0.634339333,0,0.544043016,0.544108314,0.544326241
-4537,1,0.1649,1,1,1,1,1,1,1,1,0.3328,0.1649,0,1,0.215,1,1,1,1,1,1,0.2104,0.215,0,1,0.5349,1,1,1,0.3625,0.5349,0,1,1,1,1,1,0.185202345,0,0.53185463,1,1,1,1,1,0.362368703,0,0.215465978,1,1,1,1,1,0.639220059,0,0.507129048,0.507086947,0.507092199
-4538,1,0.1649,1,1,1,1,1,1,1,1,0.1891,0.1649,0,1,0.215,1,1,1,1,1,1,0.1505,0.215,0,1,0.5349,1,1,1,0.3284,0.5349,0,1,1,1,1,1,0.127422094,0,0.612564385,1,1,1,1,1,0.26760906,0,0.172554716,1,1,1,1,1,0.581608474,0,0.483808603,0.483816374,0.483599291
-4539,1,0.1649,1,1,1,1,1,1,1,1,0.1859,0.1649,0,1,0.215,1,1,1,1,1,1,0.1778,0.215,0,1,0.5349,1,1,1,0.3154,0.5349,0,1,1,1,1,1,0.226742491,0,0.517863333,1,1,1,1,1,0.282688975,0,0.239704713,1,1,1,1,1,0.582918942,0,0.470637989,0.470911783,0.470744681
-4540,1,0.1649,1,1,1,1,1,1,1,1,0.1686,0.1649,0,1,0.215,1,1,1,1,1,1,0.2679,0.215,0,1,0.5349,1,1,1,0.2297,0.5349,0,1,1,1,1,1,0.251657426,0,0.240269959,1,1,1,1,1,0.344096869,0,0.636253953,1,1,1,1,1,0.397720844,0,0.47202755,0.471969537,0.472074468
-4541,1,0.1649,1,1,1,1,1,1,1,1,0.1381,0.1649,0.1589,1,0.215,1,1,1,1,1,1,0.1931,0.215,0.1619,1,0.5349,1,1,1,0.169,0.5349,0.1953,1,1,1,1,1,0.228671297,0.299790382,0.24293083,1,1,1,1,1,0.2610403,0.200785637,0.527930677,1,1,1,1,1,0.284113228,0.419684321,0.48900435,0.489105141,0.489361702
-4542,1,0.1649,1,1,1,1,1,1,1,1,0.0635,0.1649,0.0943,1,0.215,1,1,1,1,1,1,0.0198,0.215,0.1276,1,0.5349,1,1,1,0.1035,0.5349,0.0696,1,1,1,1,1,0.098503828,0.586710632,0.399398923,1,1,1,1,1,0.035371304,0.418061167,0.353842407,1,1,1,1,1,0.168322206,0.719482005,0.544345094,0.544531415,0.544326241
-4543,1,0.1649,1,1,1,1,1,1,1,1,0.0336,0.1649,0.2225,1,0.215,1,1,1,1,1,1,0,0.215,0.2324,1,0.5349,1,1,1,0.0774,0.5349,0.2185,1,1,1,1,1,0.024369784,0.748446107,0.325467736,1,1,1,1,1,0.001179286,0.648640692,0.263336897,1,1,1,1,1,0.129346669,0.880134284,0.611164814,0.611169875,0.611258865
-4544,1,0.1649,1,1,1,1,1,1,1,1,0.0064,0.1649,0.3699,1,0.215,1,1,1,1,1,1,0,0.215,0.3786,1,0.5349,1,1,1,0.1123,0.5349,0.3998,1,1,1,1,1,0.001666868,0.824808836,0.276387751,1,1,1,1,1,0.000224048,0.804775596,0.399657339,1,1,1,1,1,0.193776041,0.926323891,0.657564041,0.657711022,0.657801418
-4545,1,0.1649,1,1,1,1,1,1,1,1,0.0199,0.1649,0.5086,1,0.215,1,1,1,1,1,1,0,0.215,0.5158,1,0.5349,1,1,1,0.1987,0.5349,0.5365,1,1,1,1,1,0.033098325,0.896960616,0.339927465,1,1,1,1,1,0.002698997,0.873093545,0.501406312,1,1,1,1,1,0.271334618,0.945712328,0.694478009,0.694520838,0.694592199
-4546,1,0.1649,1,1,1,1,1,1,1,1,0.0428,0.1649,0.5908,1,0.215,1,1,1,1,1,1,0.0285,0.215,0.601,1,0.5349,1,1,1,0.2974,0.5349,0.64,1,1,1,1,1,0.084989823,0.896962404,0.267819166,1,1,1,1,1,0.028726274,0.879751801,0.287691414,1,1,1,1,1,0.430798322,0.961536348,0.723960851,0.72392638,0.723847518
-4547,1,0.1649,1,1,1,1,1,1,1,1,0.0601,0.1649,0.6336,1,0.215,1,1,1,1,1,1,0.1177,0.215,0.6416,1,0.5349,1,1,1,0.3,0.5349,0.6795,1,1,1,1,1,0.10179013,0.907057583,0.135218084,1,1,1,1,1,0.098219194,0.906283855,0.169071481,1,1,1,1,1,0.473910749,0.963922143,0.74359594,0.743600592,0.743794326
-4548,1,0.1649,1,1,1,1,1,1,1,1,0.0469,0.1649,0.6495,1,0.215,1,1,1,1,1,1,0.1393,0.215,0.6538,1,0.5349,1,1,1,0.2266,0.5349,0.6835,1,1,1,1,1,0.074527383,0.910188437,0.00595954,1,1,1,1,1,0.105961427,0.917593181,0,1,1,1,1,1,0.32666406,0.952722192,0.75779362,0.757774487,0.757978723
-4549,1,0.1649,1,1,1,1,1,1,1,1,0.0599,0.1649,0.6516,1,0.215,1,1,1,1,1,1,0.1106,0.215,0.6476,1,0.5349,1,1,1,0.1953,0.5349,0.6841,1,1,1,1,1,0.074972689,0.910532176,0.022566065,1,1,1,1,1,0.086091965,0.911207974,0.041409686,1,1,1,1,1,0.255868077,0.95767051,0.773078782,0.773006135,0.773049645
-4550,1,0.1649,1,1,1,1,1,1,1,1,0.0658,0.1649,0.5842,1,0.215,1,1,1,1,1,1,0.0354,0.215,0.5803,1,0.5349,1,1,1,0.2326,0.5349,0.6065,1,1,1,1,1,0.070355937,0.889499843,0.025723204,1,1,1,1,1,0.032383006,0.865862191,0,1,1,1,1,1,0.331204087,0.949376404,0.782141131,0.782102814,0.782358156
-4551,1,0.1649,1,1,1,1,1,1,1,1,0.0641,0.1649,0.4786,1,0.215,1,1,1,1,1,1,0,0.215,0.4959,1,0.5349,1,1,1,0.2136,0.5349,0.4861,1,1,1,1,1,0.06842611,0.876704574,0.025964664,1,1,1,1,1,0.000935695,0.851410627,0,1,1,1,1,1,0.229241759,0.930969119,0.787699372,0.787603131,0.787677305
-4552,1,0.1649,1,1,1,1,1,1,1,1,0.082,0.1649,0.3446,1,0.215,1,1,1,1,1,1,0.0078,0.215,0.3844,1,0.5349,1,1,1,0.2924,0.5349,0.3345,1,1,1,1,1,0.09920758,0.85985595,0.055186227,1,1,1,1,1,0.014803994,0.841366291,0.000282723,1,1,1,1,1,0.276251793,0.903919339,0.792713871,0.792680347,0.792996454
-4553,1,0.1649,1,1,1,1,1,1,1,1,0.0694,0.1649,0.1706,1,0.215,1,1,1,1,1,1,0.0352,0.215,0.2211,1,0.5349,1,1,1,0.257,0.5349,0.1434,1,1,1,1,1,0.087624073,0.752737641,0.141481429,1,1,1,1,1,0.040905938,0.719171047,0.001675393,1,1,1,1,1,0.318502545,0.807012975,0.78981392,0.789718638,0.789893617
-4554,1,0.1649,1,1,1,1,1,1,1,1,0.0812,0.1649,0.0752,1,0.215,1,1,1,1,1,1,0.0859,0.215,0.108,1,0.5349,1,1,1,0.1674,0.5349,0.0655,1,1,1,1,1,0.1061652,0.528079152,0.046367299,1,1,1,1,1,0.085995793,0.505563676,0.03224843,1,1,1,1,1,0.217251033,0.587836385,0.768064282,0.76814047,0.768173759
-4555,1,0.1649,1,1,1,1,1,1,1,1,0.0354,0.1649,0.1152,1,0.215,1,1,1,1,1,1,0.2305,0.215,0.1398,1,0.5349,1,1,1,0.1194,0.5349,0.2656,1,1,1,1,1,0.095668674,0.17240265,0.002320517,1,1,1,1,1,0.21528694,0.153020129,0.000460733,1,1,1,1,1,0.225013316,0.239153013,0.738641856,0.738734927,0.73891844
-4556,1,0.1649,1,1,1,1,1,1,1,1,0.0337,0.1649,0,1,0.215,1,1,1,1,1,1,0.0756,0.215,0,1,0.5349,1,1,1,0.2242,0.5349,0,1,1,1,1,1,0.091237642,0,0.000503597,1,1,1,1,1,0.099840291,0,0.001722251,1,1,1,1,1,0.469202638,0,0.722692122,0.722657076,0.722960993
-4557,1,0.1649,1,1,1,1,1,1,1,1,0.1112,0.1649,0,1,0.215,1,1,1,1,1,1,0.0586,0.215,0,1,0.5349,1,1,1,0.3088,0.5349,0,1,1,1,1,1,0.229856327,0,0.027175836,1,1,1,1,1,0.08876694,0,0.087625399,1,1,1,1,1,0.552122474,0,0.696955051,0.696847895,0.697251773
-4558,1,0.1649,1,1,1,1,1,1,1,1,0.0928,0.1649,0,1,0.215,1,1,1,1,1,1,0.0876,0.215,0,1,0.5349,1,1,1,0.3262,0.5349,0,1,1,1,1,1,0.172652885,0,0.040392715,1,1,1,1,1,0.10952919,0,0.05060184,1,1,1,1,1,0.542490721,0,0.628685355,0.62872858,0.628989362
-4559,1,0.1649,1,1,1,1,1,1,1,1,0.0681,0.1649,0,1,0.215,1,1,1,1,1,1,0.3006,0.215,0,1,0.5349,1,1,1,0.3235,0.5349,0,1,1,1,1,1,0.13417843,0,0.052731574,1,1,1,1,1,0.304177642,0,0.031946339,1,1,1,1,1,0.539355338,0,0.559086515,0.559128411,0.558953901
-4560,1,0.1649,1,1,1,1,1,1,1,1,0.0432,0.1649,0,1,0.215,1,1,1,1,1,1,0.209,0.215,0,1,0.5349,1,1,1,0.3244,0.5349,0,1,1,1,1,1,0.126800567,0,0.009040922,1,1,1,1,1,0.355337381,0,0.000429319,1,1,1,1,1,0.586952448,0,0.508518608,0.508567802,0.508421986
-4561,1,0.1649,1,1,1,1,1,1,1,1,0.0604,0.1649,0,1,0.215,1,1,1,1,1,1,0.1677,0.215,0,1,0.5349,1,1,1,0.2578,0.5349,0,1,1,1,1,1,0.117375888,0,0.010700999,1,1,1,1,1,0.328281701,0,0,1,1,1,1,1,0.497897118,0,0.476739971,0.476835202,0.476950355
-4562,1,0.1649,1,1,1,1,1,1,1,1,0.1041,0.1649,0,1,0.215,1,1,1,1,1,1,0.2466,0.215,0,1,0.5349,1,1,1,0.2348,0.5349,0,1,1,1,1,1,0.11730016,0,0.019372389,1,1,1,1,1,0.337617606,0,0,1,1,1,1,1,0.448131382,0,0.456440309,0.456526338,0.456560284
-4563,1,0.1649,1,1,1,1,1,1,1,1,0.1221,0.1649,0,1,0.215,1,1,1,1,1,1,0.1919,0.215,0,1,0.5349,1,1,1,0.2089,0.5349,0,1,1,1,1,1,0.109040059,0,0.075558469,1,1,1,1,1,0.258722901,0,0.004970681,1,1,1,1,1,0.371384352,0,0.447075882,0.447006558,0.447251773
-4564,1,0.1649,1,1,1,1,1,1,1,1,0.1552,0.1649,0,1,0.215,1,1,1,1,1,1,0.2403,0.215,0,1,0.5349,1,1,1,0.1653,0.5349,0,1,1,1,1,1,0.113978662,0,0.007823808,1,1,1,1,1,0.320683807,0,0,1,1,1,1,1,0.277494013,0,0.449794587,0.449756717,0.449911348
-4565,1,0.1649,1,1,1,1,1,1,1,1,0.0689,0.1649,0.1589,1,0.215,1,1,1,1,1,1,0.1461,0.215,0.166,1,0.5349,1,1,1,0.1511,0.5349,0.1851,1,1,1,1,1,0.096548021,0.295903802,0,1,1,1,1,1,0.195106149,0.239913195,0.031394504,1,1,1,1,1,0.288968742,0.402855992,0.466710971,0.466892321,0.466755319
-4566,1,0.1649,1,1,1,1,1,1,1,1,0.0186,0.1649,0.089,1,0.215,1,1,1,1,1,1,0.027,0.215,0.1233,1,0.5349,1,1,1,0.1148,0.5349,0.0709,1,1,1,1,1,0.050237436,0.61857903,0.001557206,1,1,1,1,1,0.058814235,0.57313776,0.103196338,1,1,1,1,1,0.270762891,0.708621144,0.522353794,0.522530146,0.522606383
-4567,1,0.1649,1,1,1,1,1,1,1,1,0.0111,0.1649,0.2251,1,0.215,1,1,1,1,1,1,0,0.215,0.2577,1,0.5349,1,1,1,0.0467,0.5349,0.2191,1,1,1,1,1,0.022647895,0.824998498,0.037429925,1,1,1,1,1,0.002814673,0.791690409,0.13961257,1,1,1,1,1,0.153645515,0.876606166,0.588690188,0.588745505,0.588652482
-4568,1,0.1649,1,1,1,1,1,1,1,1,0.0017,0.1649,0.3939,1,0.215,1,1,1,1,1,1,0,0.215,0.4171,1,0.5349,1,1,1,0.065,0.5349,0.3986,1,1,1,1,1,0.003443164,0.892328084,0.071977928,1,1,1,1,1,4.72E-05,0.877991378,0.11173404,1,1,1,1,1,0.141394287,0.923650324,0.635753987,0.635709752,0.63608156
-4569,1,0.1649,1,1,1,1,1,1,1,1,0.0074,0.1649,0.5244,1,0.215,1,1,1,1,1,1,0,0.215,0.5388,1,0.5349,1,1,1,0.0685,0.5349,0.5341,1,1,1,1,1,0.00120122,0.912463427,0.047073521,1,1,1,1,1,1.28E-05,0.911513984,0.12455368,1,1,1,1,1,0.146805108,0.942021251,0.672245046,0.672308018,0.672429078
-4570,1,0.1649,1,1,1,1,1,1,1,1,0.0176,0.1649,0.6196,1,0.215,1,1,1,1,1,1,0,0.215,0.6238,1,0.5349,1,1,1,0.0774,0.5349,0.631,1,1,1,1,1,0.004967152,0.927716911,0.009600339,1,1,1,1,1,2.56E-05,0.918792903,0.099846601,1,1,1,1,1,0.141122907,0.938211501,0.703963267,0.704040618,0.704343972
-4571,1,0.1649,1,1,1,1,1,1,1,1,0.04,0.1649,0.6585,1,0.215,1,1,1,1,1,1,0,0.215,0.6613,1,0.5349,1,1,1,0.1412,0.5349,0.6455,1,1,1,1,1,0.013914152,0.931353331,0.016327491,1,1,1,1,1,0.000614528,0.924386382,0.084059432,1,1,1,1,1,0.277158082,0.915364206,0.725169164,0.725195684,0.725620567
-4572,1,0.1649,1,1,1,1,1,1,1,1,0.048,0.1649,0.659,1,0.215,1,1,1,1,1,1,0,0.215,0.6531,1,0.5349,1,1,1,0.1633,0.5349,0.6332,1,1,1,1,1,0.036119699,0.907358646,0,1,1,1,1,1,0.000649086,0.895169973,0.008940576,1,1,1,1,1,0.354162633,0.919856489,0.740333494,0.740427332,0.740691489
-4573,1,0.1649,1,1,1,1,1,1,1,1,0.0507,0.1649,0.6504,1,0.215,1,1,1,1,1,1,0,0.215,0.6415,1,0.5349,1,1,1,0.1866,0.5349,0.602,1,1,1,1,1,0.040336594,0.892362237,0.043706916,1,1,1,1,1,0.005178696,0.888840616,0.059667803,1,1,1,1,1,0.206955597,0.901673794,0.758337361,0.758409139,0.758421986
-4574,1,0.1649,1,1,1,1,1,1,1,1,0.0805,0.1649,0.5857,1,0.215,1,1,1,1,1,1,0,0.215,0.5953,1,0.5349,1,1,1,0.1799,0.5349,0.5521,1,1,1,1,1,0.048996352,0.878441215,0.060809001,1,1,1,1,1,0.006333191,0.891644239,0.012364137,1,1,1,1,1,0.222694397,0.879780531,0.77241421,0.772583034,0.772606383
-4575,1,0.1649,1,1,1,1,1,1,1,1,0.1026,0.1649,0.4782,1,0.215,1,1,1,1,1,1,0.0154,0.215,0.4992,1,0.5349,1,1,1,0.2574,0.5349,0.4603,1,1,1,1,1,0.065419622,0.868760705,0.046980508,1,1,1,1,1,0.034104124,0.849379539,0,1,1,1,1,1,0.39379403,0.891451955,0.782805703,0.782737466,0.782801418
-4576,1,0.1649,1,1,1,1,1,1,1,1,0.1478,0.1649,0.3406,1,0.215,1,1,1,1,1,1,0.032,0.215,0.3779,1,0.5349,1,1,1,0.2339,0.5349,0.3251,1,1,1,1,1,0.070174739,0.826696754,0.092696272,1,1,1,1,1,0.04721041,0.786374032,0,1,1,1,1,1,0.38990289,0.861899197,0.789572257,0.789507087,0.789893617
-4577,1,0.1649,1,1,1,1,1,1,1,1,0.2244,0.1649,0.1721,1,0.215,1,1,1,1,1,1,0.0061,0.215,0.2209,1,0.5349,1,1,1,0.1836,0.5349,0.1526,1,1,1,1,1,0.073744237,0.724335074,0.174735695,1,1,1,1,1,0.036712937,0.714148939,0.000586387,1,1,1,1,1,0.296189159,0.769533634,0.785886902,0.785910726,0.786347518
-4578,1,0.1649,1,1,1,1,1,1,1,1,0.1642,0.1649,0.0742,1,0.215,1,1,1,1,1,1,0,0.215,0.1052,1,0.5349,1,1,1,0.1073,0.5349,0.0695,1,1,1,1,1,0.076156206,0.460583091,0.224289685,1,1,1,1,1,0.016656948,0.397961378,0,1,1,1,1,1,0.179693311,0.535692632,0.766614306,0.766659615,0.766843972
-4579,1,0.1649,1,1,1,1,1,1,1,1,0.1729,0.1649,0.0396,1,0.215,1,1,1,1,1,1,0,0.215,0.0287,1,0.5349,1,1,1,0.1275,0.5349,0.1393,1,1,1,1,1,0.084253766,0.047741,0.29884249,1,1,1,1,1,0.025736772,0.017116729,0,1,1,1,1,1,0.272959918,0.11236988,0.738521025,0.738734927,0.738475177
-4580,1,0.1649,1,1,1,1,1,1,1,1,0.0957,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.2056,0.5349,0,1,1,1,1,1,0.11492572,0,0.090018727,1,1,1,1,1,0.026988108,0,0,1,1,1,1,1,0.374312729,0,0.726498308,0.726676539,0.726507092
-4581,1,0.1649,1,1,1,1,1,1,1,1,0.118,0.1649,0,1,0.215,1,1,1,1,1,1,0.0249,0.215,0,1,0.5349,1,1,1,0.2133,0.5349,0,1,1,1,1,1,0.131896973,0,0.089296058,1,1,1,1,1,0.076655813,0,0.049773827,1,1,1,1,1,0.332623512,0,0.706379894,0.706367675,0.706560284
-4582,1,0.1649,1,1,1,1,1,1,1,1,0.0609,0.1649,0,1,0.215,1,1,1,1,1,1,0.0263,0.215,0,1,0.5349,1,1,1,0.229,0.5349,0,1,1,1,1,1,0.04941804,0,0.018922241,1,1,1,1,1,0.084114097,0,0.025931679,1,1,1,1,1,0.342292905,0,0.640103915,0.640152316,0.640070922
-4583,1,0.1649,1,1,1,1,1,1,1,1,0.0329,0.1649,0,1,0.215,1,1,1,1,1,1,0.0371,0.215,0,1,0.5349,1,1,1,0.1217,0.5349,0,1,1,1,1,1,0.038970567,0,0.065646529,1,1,1,1,1,0.106934726,0,0.144325137,1,1,1,1,1,0.200212032,0,0.572680039,0.572667654,0.572695035
-4584,1,0.1649,1,1,1,1,1,1,1,1,0.0256,0.1649,0,1,0.215,1,1,1,1,1,1,0.0281,0.215,0,1,0.5349,1,1,1,0.1234,0.5349,0,1,1,1,1,1,0.017477872,0,0.023011936,1,1,1,1,1,0.107518859,0,0.043141887,1,1,1,1,1,0.172220066,0,0.523018366,0.522953247,0.523492908
-4585,1,0.1649,1,1,1,1,1,1,1,1,0.0312,0.1649,0,1,0.215,1,1,1,1,1,1,0.0147,0.215,0,1,0.5349,1,1,1,0.1233,0.5349,0,1,1,1,1,1,0.015946062,0,0,1,1,1,1,1,0.06456051,0,0,1,1,1,1,1,0.149903715,0,0.491602223,0.491643749,0.491578014
-4586,1,0.1649,1,1,1,1,1,1,1,1,0.0379,0.1649,0,1,0.215,1,1,1,1,1,1,0.0025,0.215,0,1,0.5349,1,1,1,0.1275,0.5349,0,1,1,1,1,1,0.031368297,0,0.005540087,1,1,1,1,1,0.020897336,0,0,1,1,1,1,1,0.142594993,0,0.472450459,0.472604189,0.47251773
-4587,1,0.1649,1,1,1,1,1,1,1,1,0.0417,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.1435,0.5349,0,1,1,1,1,1,0.05439163,0,0.019934623,1,1,1,1,1,0.010354674,0,0,1,1,1,1,1,0.156718165,0,0.463690188,0.463719061,0.464095745
-4588,1,0.1649,1,1,1,1,1,1,1,1,0.0337,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.1389,0.5349,0,1,1,1,1,1,0.052562293,0,0.015704699,1,1,1,1,1,0.006948706,0,0,1,1,1,1,1,0.158252835,0,0.467375544,0.467526973,0.467641844
-4589,1,0.1649,1,1,1,1,1,1,1,1,0.029,0.1649,0.0857,1,0.215,1,1,1,1,1,1,0,0.215,0.0724,1,0.5349,1,1,1,0.1096,0.5349,0.1916,1,1,1,1,1,0.048049815,0.196552306,0.016564392,1,1,1,1,1,0.005581112,0.138693467,0,1,1,1,1,1,0.143740952,0.384175241,0.487010633,0.486989634,0.48714539
-4590,1,0.1649,1,1,1,1,1,1,1,1,0.0164,0.1649,0.0985,1,0.215,1,1,1,1,1,1,0.0149,0.215,0.1164,1,0.5349,1,1,1,0.0707,0.5349,0.0685,1,1,1,1,1,0.049381342,0.53232336,0.008056277,1,1,1,1,1,0.013062516,0.492183208,0,1,1,1,1,1,0.161437944,0.690355897,0.54301595,0.543050561,0.542996454
-4591,1,0.1649,1,1,1,1,1,1,1,1,0.0123,0.1649,0.2236,1,0.215,1,1,1,1,1,1,0,0.215,0.2424,1,0.5349,1,1,1,0.0197,0.5349,0.2166,1,1,1,1,1,0.004699086,0.767758548,0.010770668,1,1,1,1,1,0,0.720361531,0,1,1,1,1,1,0.077365547,0.860381901,0.611346061,0.611381426,0.611702128
-4592,1,0.1649,1,1,1,1,1,1,1,1,0.0057,0.1649,0.3682,1,0.215,1,1,1,1,1,1,0,0.215,0.3825,1,0.5349,1,1,1,0.0043,0.5349,0.396,1,1,1,1,1,0.001925269,0.823925257,0.017612737,1,1,1,1,1,0,0.799010336,0.04796309,1,1,1,1,1,0.012792563,0.906301498,0.663122281,0.663211339,0.663120567
-4593,1,0.1649,1,1,1,1,1,1,1,1,0.0057,0.1649,0.461,1,0.215,1,1,1,1,1,1,0,0.215,0.4792,1,0.5349,1,1,1,0,0.5349,0.5295,1,1,1,1,1,0.000166831,0.821475625,0.022944991,1,1,1,1,1,0,0.822012305,0.131513879,1,1,1,1,1,0.001885378,0.921342969,0.70378202,0.703829067,0.703900709
-4594,1,0.1649,1,1,1,1,1,1,1,1,0.0231,0.1649,0.5657,1,0.215,1,1,1,1,1,1,0.0013,0.215,0.6047,1,0.5349,1,1,1,0,0.5349,0.6339,1,1,1,1,1,0.001297859,0.883023143,0.032660924,1,1,1,1,1,0.001359559,0.889536738,0.13667357,1,1,1,1,1,0.001279259,0.92832768,0.740031416,0.740004231,0.740248227
-4595,1,0.1649,1,1,1,1,1,1,1,1,0.0836,0.1649,0.6113,1,0.215,1,1,1,1,1,1,0.0139,0.215,0.635,1,0.5349,1,1,1,0.0177,0.5349,0.6739,1,1,1,1,1,0.007875931,0.893559217,0.061565246,1,1,1,1,1,0.009777756,0.880728841,0.100605771,1,1,1,1,1,0.035101432,0.929525077,0.769091348,0.769198223,0.769503546
-4596,1,0.1649,1,1,1,1,1,1,1,1,0.0908,0.1649,0.6112,1,0.215,1,1,1,1,1,1,0.0043,0.215,0.6169,1,0.5349,1,1,1,0.0378,0.5349,0.6661,1,1,1,1,1,0.011299586,0.860225618,0.05488852,1,1,1,1,1,0.008849667,0.851678312,0.005672514,1,1,1,1,1,0.042773895,0.913926661,0.788907685,0.788872435,0.789007092
-4597,1,0.1649,1,1,1,1,1,1,1,1,0.1496,0.1649,0.7148,1,0.215,1,1,1,1,1,1,0.0058,0.215,0.7353,1,0.5349,1,1,1,0.041,0.5349,0.7781,1,1,1,1,1,0.019578576,0.981569529,0.066686891,1,1,1,1,1,0.022242997,0.98788023,0,1,1,1,1,1,0.077881917,1,0.805159497,0.805161836,0.805407801
-4598,1,0.1649,1,1,1,1,1,1,1,1,0.2687,0.1649,0.5522,1,0.215,1,1,1,1,1,1,0,0.215,0.5818,1,0.5349,1,1,1,0.0612,0.5349,0.5843,1,1,1,1,1,0.031404775,0.842909575,0.095844626,1,1,1,1,1,0.050948478,0.859335363,0.02765419,1,1,1,1,1,0.143500149,0.884604573,0.813557274,0.813623863,0.813829787
-4599,1,0.1649,1,1,1,1,1,1,1,1,0.1361,0.1649,0.4604,1,0.215,1,1,1,1,1,1,0.0164,0.215,0.4931,1,0.5349,1,1,1,0.0514,0.5349,0.4725,1,1,1,1,1,0.021904688,0.833620548,0.103164352,1,1,1,1,1,0.055040732,0.851282239,0.062916495,1,1,1,1,1,0.114806049,0.868783951,0.819478009,0.819758832,0.819592199
-4600,1,0.1649,1,1,1,1,1,1,1,1,0.0974,0.1649,0.3336,1,0.215,1,1,1,1,1,1,0.0798,0.215,0.3819,1,0.5349,1,1,1,0.0339,0.5349,0.3253,1,1,1,1,1,0.020632546,0.813394189,0.069270954,1,1,1,1,1,0.077611655,0.81863296,0.03054948,1,1,1,1,1,0.071834609,0.849752545,0.826546641,0.826528454,0.82712766
-4601,1,0.1649,1,1,1,1,1,1,1,1,0.1518,0.1649,0.1691,1,0.215,1,1,1,1,1,1,0.1063,0.215,0.2235,1,0.5349,1,1,1,0.0388,0.5349,0.1437,1,1,1,1,1,0.04118491,0.713377535,0.034862291,1,1,1,1,1,0.118908428,0.71758908,0.035744768,1,1,1,1,1,0.045462303,0.754195869,0.824734171,0.824624498,0.824911348
-4602,1,0.1649,1,1,1,1,1,1,1,1,0.0921,0.1649,0.0764,1,0.215,1,1,1,1,1,1,0.0467,0.215,0.1006,1,0.5349,1,1,1,0.031,0.5349,0.0648,1,1,1,1,1,0.04558973,0.504038036,0.013621192,1,1,1,1,1,0.053963438,0.452721298,0.031722516,1,1,1,1,1,0.0506844,0.532171905,0.804494925,0.804527184,0.804521277
-4603,1,0.1649,1,1,1,1,1,1,1,1,0.0661,0.1649,0.0422,1,0.215,1,1,1,1,1,1,0.0759,0.215,0.0385,1,0.5349,1,1,1,0.0521,0.5349,0.1252,1,1,1,1,1,0.064729795,0.096442908,0.0034442,1,1,1,1,1,0.143015489,0.018241514,0,1,1,1,1,1,0.071008854,0.104772352,0.773924601,0.773852338,0.774379433
-4604,1,0.1649,1,1,1,1,1,1,1,1,0.0986,0.1649,0,1,0.215,1,1,1,1,1,1,0.0322,0.215,0,1,0.5349,1,1,1,0.0781,0.5349,0,1,1,1,1,1,0.129942492,0,0.022928344,1,1,1,1,1,0.079751775,0,0.01396754,1,1,1,1,1,0.095369749,0,0.758941518,0.759043791,0.759308511
-4605,1,0.1649,1,1,1,1,1,1,1,1,0.1501,0.1649,0,1,0.215,1,1,1,1,1,1,0.0954,0.215,0,1,0.5349,1,1,1,0.0996,0.5349,0,1,1,1,1,1,0.233679667,0,0.028593719,1,1,1,1,1,0.200098842,0,0.031301051,1,1,1,1,1,0.147344068,0,0.737554374,0.737677174,0.738031915
-4606,1,0.1649,1,1,1,1,1,1,1,1,0.0373,0.1649,0,1,0.215,1,1,1,1,1,1,0.1325,0.215,0,1,0.5349,1,1,1,0.1145,0.5349,0,1,1,1,1,1,0.093149327,0,0.14173764,1,1,1,1,1,0.139289558,0,0.058307327,1,1,1,1,1,0.243155465,0,0.66982842,0.66976941,0.670212766
-4607,1,0.1649,1,1,1,1,1,1,1,1,0.0762,0.1649,0,1,0.215,1,1,1,1,1,1,0.0047,0.215,0,1,0.5349,1,1,1,0.1041,0.5349,0,1,1,1,1,1,0.195798546,0,0.129281387,1,1,1,1,1,0.045058493,0,0.062877752,1,1,1,1,1,0.295430809,0,0.598658772,0.598688386,0.598847518
-4608,1,0.1649,1,1,1,1,1,1,1,1,0.1555,0.1649,0,1,0.215,1,1,1,1,1,1,0.0134,0.215,0,1,0.5349,1,1,1,0.1407,0.5349,0,1,1,1,1,1,0.237181187,0,0.075871915,1,1,1,1,1,0.032135155,0,0.008966231,1,1,1,1,1,0.413104624,0,0.546822136,0.546646922,0.546985816
-4609,1,0.1649,1,1,1,1,1,1,1,1,0.161,0.1649,0,1,0.215,1,1,1,1,1,1,0.0197,0.215,0,1,0.5349,1,1,1,0.1714,0.5349,0,1,1,1,1,1,0.186601385,0,0.051258244,1,1,1,1,1,0.050551001,0,0,1,1,1,1,1,0.453022331,0,0.512989367,0.513010366,0.51285461
-4610,1,0.1649,1,1,1,1,1,1,1,1,0.2157,0.1649,0,1,0.215,1,1,1,1,1,1,0.0856,0.215,0,1,0.5349,1,1,1,0.27,0.5349,0,1,1,1,1,1,0.231027767,0,0.045410115,1,1,1,1,1,0.093142413,0,0.005062566,1,1,1,1,1,0.608575761,0,0.49039391,0.490374445,0.490248227
-4611,1,0.1649,1,1,1,1,1,1,1,1,0.2159,0.1649,0,1,0.215,1,1,1,1,1,1,0.1242,0.215,0,1,0.5349,1,1,1,0.2378,0.5349,0,1,1,1,1,1,0.257407844,0,0.057035215,1,1,1,1,1,0.129642785,0,0.00396466,1,1,1,1,1,0.581806719,0,0.478612856,0.478739158,0.478723404
-4612,1,0.1649,1,1,1,1,1,1,1,1,0.1458,0.1649,0,1,0.215,1,1,1,1,1,1,0.0762,0.215,0,1,0.5349,1,1,1,0.1626,0.5349,0,1,1,1,1,1,0.177562878,0,0.091143385,1,1,1,1,1,0.087476075,0,0,1,1,1,1,1,0.461481661,0,0.481029483,0.481066215,0.480939716
-4613,1,0.1649,1,1,1,1,1,1,1,1,0.105,0.1649,0.1104,1,0.215,1,1,1,1,1,1,0.1192,0.215,0.0658,1,0.5349,1,1,1,0.178,0.5349,0.1729,1,1,1,1,1,0.14154835,0.183100566,0.088242948,1,1,1,1,1,0.114219874,0.0724722,0,1,1,1,1,1,0.492926955,0.367914557,0.500724988,0.500740427,0.500886525
-4614,1,0.1649,1,1,1,1,1,1,1,1,0.0349,0.1649,0.0878,1,0.215,1,1,1,1,1,1,0.0872,0.215,0.1202,1,0.5349,1,1,1,0.0848,0.5349,0.0705,1,1,1,1,1,0.063438088,0.536426842,0.200750679,1,1,1,1,1,0.074470259,0.485471547,0.045667015,1,1,1,1,1,0.311727077,0.677712917,0.55999275,0.559974614,0.560283688
-4615,1,0.1649,1,1,1,1,1,1,1,1,0.0113,0.1649,0.2191,1,0.215,1,1,1,1,1,1,0.0175,0.215,0.254,1,0.5349,1,1,1,0.0417,0.5349,0.214,1,1,1,1,1,0.015899045,0.780742347,0.289498568,1,1,1,1,1,0.021625509,0.733392715,0.225387454,1,1,1,1,1,0.145666569,0.848693609,0.630316578,0.630420986,0.630762411
-4616,1,0.1649,1,1,1,1,1,1,1,1,0.0091,0.1649,0.3857,1,0.215,1,1,1,1,1,1,0,0.215,0.4076,1,0.5349,1,1,1,0.0374,0.5349,0.3879,1,1,1,1,1,0.003327843,0.866507828,0.428038776,1,1,1,1,1,1.95E-05,0.836399317,0.176881939,1,1,1,1,1,0.062632188,0.899957418,0.685053166,0.685001058,0.685283688
-4617,1,0.1649,1,1,1,1,1,1,1,1,0.0052,0.1649,0.5104,1,0.215,1,1,1,1,1,1,0,0.215,0.5215,1,0.5349,1,1,1,0.0969,0.5349,0.5208,1,1,1,1,1,0.002459566,0.896244407,0.188096344,1,1,1,1,1,0.002331703,0.880769134,0.016289268,1,1,1,1,1,0.084564969,0.914354622,0.730727405,0.730696002,0.730939716
-4618,1,0.1649,1,1,1,1,1,1,1,1,0.0169,0.1649,0.6019,1,0.215,1,1,1,1,1,1,0,0.215,0.6039,1,0.5349,1,1,1,0.1222,0.5349,0.6196,1,1,1,1,1,0.001092428,0.901538789,0.129652321,1,1,1,1,1,0.005465081,0.896495819,0,1,1,1,1,1,0.085711733,0.918314099,0.775737071,0.775756294,0.776152482
-4619,1,0.1649,1,1,1,1,1,1,1,1,0.031,0.1649,0.6436,1,0.215,1,1,1,1,1,1,0,0.215,0.6412,1,0.5349,1,1,1,0.1478,0.5349,0.6661,1,1,1,1,1,0.005841807,0.897779226,0.057430401,1,1,1,1,1,0.006785851,0.898946762,0,1,1,1,1,1,0.098632038,0.912651181,0.811080232,0.811085255,0.811170213
-4620,1,0.1649,1,1,1,1,1,1,1,1,0.0361,0.1649,0.6155,1,0.215,1,1,1,1,1,1,0,0.215,0.6345,1,0.5349,1,1,1,0.1747,0.5349,0.6597,1,1,1,1,1,0.022299556,0.874617457,0.005146235,1,1,1,1,1,0.008539568,0.884647548,0,1,1,1,1,1,0.152797669,0.908065021,0.829748671,0.829701714,0.830230496
-4621,1,0.1649,1,1,1,1,1,1,1,1,0.0571,0.1649,0.7403,1,0.215,1,1,1,1,1,1,0,0.215,0.7585,1,0.5349,1,1,1,0.1845,0.5349,0.7818,1,1,1,1,1,0.01957269,0.997398019,0.003246291,1,1,1,1,1,0.014718108,0.999983311,0,1,1,1,1,1,0.252395064,1,0.850289995,0.850433679,0.850620567
-4622,1,0.1649,1,1,1,1,1,1,1,1,0.0868,0.1649,0.5629,1,0.215,1,1,1,1,1,1,0,0.215,0.5834,1,0.5349,1,1,1,0.1664,0.5349,0.5867,1,1,1,1,1,0.022531951,0.863935113,0.000729333,1,1,1,1,1,0.018277917,0.871172488,0,1,1,1,1,1,0.227126643,0.904387236,0.864246013,0.864396023,0.864804965
-4623,1,0.1649,1,1,1,1,1,1,1,1,0.1465,0.1649,0.4731,1,0.215,1,1,1,1,1,1,0,0.215,0.4988,1,0.5349,1,1,1,0.2292,0.5349,0.4708,1,1,1,1,1,0.030463506,0.860496163,0.00416251,1,1,1,1,1,0.030839847,0.853352785,0.01059398,1,1,1,1,1,0.153208598,0.88546145,0.87318753,0.873281151,0.873670213
-4624,1,0.1649,1,1,1,1,1,1,1,1,0.1285,0.1649,0.3398,1,0.215,1,1,1,1,1,1,0,0.215,0.3796,1,0.5349,1,1,1,0.1966,0.5349,0.3236,1,1,1,1,1,0.032371651,0.832155287,0.001017951,1,1,1,1,1,0.036930796,0.807715058,0,1,1,1,1,1,0.079636067,0.853968084,0.879470759,0.879627671,0.879875887
-4625,1,0.1649,1,1,1,1,1,1,1,1,0.1282,0.1649,0.1685,1,0.215,1,1,1,1,1,1,0,0.215,0.2249,1,0.5349,1,1,1,0.1794,0.5349,0.1414,1,1,1,1,1,0.047987979,0.737465382,0.004245374,1,1,1,1,1,0.050621971,0.725260437,0.030533247,1,1,1,1,1,0.081538923,0.757652104,0.872281295,0.872434948,0.872340426
-4626,1,0.1649,1,1,1,1,1,1,1,1,0.1147,0.1649,0.073,1,0.215,1,1,1,1,1,1,0,0.215,0.1097,1,0.5349,1,1,1,0.0937,0.5349,0.0608,1,1,1,1,1,0.046220943,0.514223218,0.068968594,1,1,1,1,1,0.082592398,0.507819295,0.261414409,1,1,1,1,1,0.054829754,0.534038186,0.847692122,0.84768352,0.847960993
-4627,1,0.1649,1,1,1,1,1,1,1,1,0.0834,0.1649,0.0515,1,0.215,1,1,1,1,1,1,0.0937,0.215,0.0755,1,0.5349,1,1,1,0.0579,0.5349,0.166,1,1,1,1,1,0.059367806,0.111642726,0.136280432,1,1,1,1,1,0.124165319,0.108786762,0.285743475,1,1,1,1,1,0.06841851,0.108432427,0.810476075,0.810662154,0.81072695
-4628,1,0.1649,1,1,1,1,1,1,1,1,0.1233,0.1649,0,1,0.215,1,1,1,1,1,1,0.1974,0.215,0,1,0.5349,1,1,1,0.0979,0.5349,0,1,1,1,1,1,0.123087756,0,0.122209147,1,1,1,1,1,0.162523746,0,0.194658652,1,1,1,1,1,0.144032657,0,0.792774287,0.792680347,0.792996454
-4629,1,0.1649,1,1,1,1,1,1,1,1,0.1778,0.1649,0,1,0.215,1,1,1,1,1,1,0.2007,0.215,0,1,0.5349,1,1,1,0.1006,0.5349,0,1,1,1,1,1,0.183292314,0,0.152504325,1,1,1,1,1,0.198268607,0,0.133121997,1,1,1,1,1,0.176009983,0,0.764922668,0.76496721,0.765070922
-4630,1,0.1649,1,1,1,1,1,1,1,1,0.1264,0.1649,0,1,0.215,1,1,1,1,1,1,0.2477,0.215,0,1,0.5349,1,1,1,0.1144,0.5349,0,1,1,1,1,1,0.121382318,0,0.080738559,1,1,1,1,1,0.207275659,0,0.053963095,1,1,1,1,1,0.219497591,0,0.693692605,0.693674635,0.694148936
-4631,1,0.1649,1,1,1,1,1,1,1,1,0.1585,0.1649,0,1,0.215,1,1,1,1,1,1,0.2502,0.215,0,1,0.5349,1,1,1,0.1103,0.5349,0,1,1,1,1,1,0.17641902,0,0.040866558,1,1,1,1,1,0.266886175,0,0.010142409,1,1,1,1,1,0.214553729,0,0.620468826,0.620478105,0.620567376
-4632,1,0.1649,1,1,1,1,1,1,1,1,0.2667,0.1649,0,1,0.215,1,1,1,1,1,1,0.3346,0.215,0,1,0.5349,1,1,1,0.1261,0.5349,0,1,1,1,1,1,0.224247962,0,0.039455775,1,1,1,1,1,0.270485997,0,0.003755236,1,1,1,1,1,0.261272937,0,0.563859352,0.563782526,0.563829787
-4633,1,0.1649,1,1,1,1,1,1,1,1,0.3538,0.1649,0,1,0.215,1,1,1,1,1,1,0.2629,0.215,0,1,0.5349,1,1,1,0.1329,0.5349,0,1,1,1,1,1,0.294434369,0,0.064199045,1,1,1,1,1,0.333940208,0,0.034242932,1,1,1,1,1,0.289071977,0,0.527730788,0.527607362,0.52748227
-4634,1,0.1649,1,1,1,1,1,1,1,1,0.3353,0.1649,0,1,0.215,1,1,1,1,1,1,0.3579,0.215,0,1,0.5349,1,1,1,0.1581,0.5349,0,1,1,1,1,1,0.296592414,0,0.121917874,1,1,1,1,1,0.424908459,0,0.060548961,1,1,1,1,1,0.347953945,0,0.505437409,0.505606093,0.505762411
-4635,1,0.1649,1,1,1,1,1,1,1,1,0.2152,0.1649,0,1,0.215,1,1,1,1,1,1,0.2723,0.215,0,1,0.5349,1,1,1,0.1736,0.5349,0,1,1,1,1,1,0.185435176,0,0.069976687,1,1,1,1,1,0.324677914,0,0.037290055,1,1,1,1,1,0.401043892,0,0.493293862,0.493336154,0.493351064
-4636,1,0.1649,1,1,1,1,1,1,1,1,0.1511,0.1649,0,1,0.215,1,1,1,1,1,1,0.1775,0.215,0,1,0.5349,1,1,1,0.1889,0.5349,0,1,1,1,1,1,0.186441571,0,0.032681372,1,1,1,1,1,0.187885508,0,0.032739006,1,1,1,1,1,0.49850446,0,0.495710488,0.495874762,0.496010638
-4637,1,0.1649,1,1,1,1,1,1,1,1,0.0901,0.1649,0.1349,1,0.215,1,1,1,1,1,1,0.1901,0.215,0.0848,1,0.5349,1,1,1,0.2284,0.5349,0.1675,1,1,1,1,1,0.139441624,0.222859353,0,1,1,1,1,1,0.182015806,0.098510385,0.016673822,1,1,1,1,1,0.618844151,0.36067462,0.515708072,0.515760525,0.515957447
-4638,1,0.1649,1,1,1,1,1,1,1,1,0.0725,0.1649,0.087,1,0.215,1,1,1,1,1,1,0.0887,0.215,0.091,1,0.5349,1,1,1,0.1266,0.5349,0.0682,1,1,1,1,1,0.077616453,0.532326341,0,1,1,1,1,1,0.109087989,0.368745595,0.00082199,1,1,1,1,1,0.48001501,0.658879757,0.571230063,0.57139835,0.571365248
-4639,1,0.1649,1,1,1,1,1,1,1,1,0.0329,0.1649,0.2179,1,0.215,1,1,1,1,1,1,0.002,0.215,0.1993,1,0.5349,1,1,1,0.0546,0.5349,0.2095,1,1,1,1,1,0.00790773,0.723854959,0.005795951,1,1,1,1,1,0.0055184,0.511332929,0,1,1,1,1,1,0.233292058,0.828857064,0.644393427,0.64438333,0.644503546
-4640,1,0.1649,1,1,1,1,1,1,1,1,0.0103,0.1649,0.3662,1,0.215,1,1,1,1,1,1,0,0.215,0.3474,1,0.5349,1,1,1,0.029,0.5349,0.3858,1,1,1,1,1,0.003443412,0.75099206,0.002354298,1,1,1,1,1,9.05E-05,0.568866074,0,1,1,1,1,1,0.103762358,0.893467426,0.703479942,0.703617516,0.703900709
-4641,1,0.1649,1,1,1,1,1,1,1,1,0.0145,0.1649,0.453,1,0.215,1,1,1,1,1,1,0,0.215,0.4397,1,0.5349,1,1,1,0.0219,0.5349,0.5156,1,1,1,1,1,0.001984734,0.750372231,0.021949522,1,1,1,1,1,0.000465991,0.633613825,0.002106806,1,1,1,1,1,0.07567063,0.90249157,0.7550145,0.755024328,0.755319149
-4642,1,0.1649,1,1,1,1,1,1,1,1,0.0329,0.1649,0.5139,1,0.215,1,1,1,1,1,1,0,0.215,0.5108,1,0.5349,1,1,1,0.0196,0.5349,0.6096,1,1,1,1,1,0.00297885,0.770632803,0.048508875,1,1,1,1,1,0.001146832,0.648673952,0.012318325,1,1,1,1,1,0.057120562,0.907256365,0.800990817,0.800930823,0.80141844
-4643,1,0.1649,1,1,1,1,1,1,1,1,0.0431,0.1649,0.5027,1,0.215,1,1,1,1,1,1,0,0.215,0.4458,1,0.5349,1,1,1,0.022,0.5349,0.6478,1,1,1,1,1,0.00333746,0.775748968,0.004188773,1,1,1,1,1,0.001547371,0.663758934,0,1,1,1,1,1,0.027282434,0.911918938,0.837300628,0.837317538,0.837765957
-4644,1,0.1649,1,1,1,1,1,1,1,1,0.0892,0.1649,0.486,1,0.215,1,1,1,1,1,1,0.0037,0.215,0.4827,1,0.5349,1,1,1,0.0599,0.5349,0.6462,1,1,1,1,1,0.012068123,0.791111588,0.017163409,1,1,1,1,1,0.01258783,0.708187103,0,1,1,1,1,1,0.044258691,0.910324872,0.863762687,0.863761371,0.86391844
-4645,1,0.1649,1,1,1,1,1,1,1,1,0.1249,0.1649,0.5046,1,0.215,1,1,1,1,1,1,0.03,0.215,0.4512,1,0.5349,1,1,1,0.0737,0.5349,0.6424,1,1,1,1,1,0.032458641,0.7843979,0.103257358,1,1,1,1,1,0.039081283,0.68520385,0.039197911,1,1,1,1,1,0.089459881,0.91021961,0.885149831,0.885339539,0.885638298
-4646,1,0.1649,1,1,1,1,1,1,1,1,0.2015,0.1649,0.4792,1,0.215,1,1,1,1,1,1,0.0149,0.215,0.4062,1,0.5349,1,1,1,0.0847,0.5349,0.5718,1,1,1,1,1,0.061401136,0.744602442,0.264659643,1,1,1,1,1,0.039603494,0.573858917,0.035135079,1,1,1,1,1,0.083375342,0.902072251,0.89282262,0.892955363,0.893173759
-4647,1,0.1649,1,1,1,1,1,1,1,1,0.2839,0.1649,0.4084,1,0.215,1,1,1,1,1,1,0.0411,0.215,0.3605,1,0.5349,1,1,1,0.0673,0.5349,0.457,1,1,1,1,1,0.10544765,0.64543277,0.40575695,1,1,1,1,1,0.065075286,0.481071115,0.031418588,1,1,1,1,1,0.085650064,0.873847246,0.891433059,0.891686059,0.891843972
-4648,1,0.1649,1,1,1,1,1,1,1,1,0.2501,0.1649,0.2899,1,0.215,1,1,1,1,1,1,0.0407,0.215,0.2536,1,0.5349,1,1,1,0.0772,0.5349,0.3156,1,1,1,1,1,0.131591201,0.588228822,0.064039066,1,1,1,1,1,0.067063227,0.348968744,0,1,1,1,1,1,0.09488783,0.826543212,0.885633156,0.885551089,0.88608156
-4649,1,0.1649,1,1,1,1,1,1,1,1,0.2173,0.1649,0.1532,1,0.215,1,1,1,1,1,1,0.0271,0.215,0.1258,1,0.5349,1,1,1,0.0663,0.5349,0.1402,1,1,1,1,1,0.141558215,0.415836811,0.013373343,1,1,1,1,1,0.039727286,0.190630019,0,1,1,1,1,1,0.095465034,0.718600214,0.86581682,0.865876878,0.866134752
-4650,1,0.1649,1,1,1,1,1,1,1,1,0.1673,0.1649,0.0512,1,0.215,1,1,1,1,1,1,0.0805,0.215,0.0334,1,0.5349,1,1,1,0.0873,0.5349,0.0575,1,1,1,1,1,0.123393156,0.181043372,0.033178799,1,1,1,1,1,0.090823844,0.042501546,0,1,1,1,1,1,0.084556922,0.481957704,0.830292412,0.830336366,0.830673759
-4651,1,0.1649,1,1,1,1,1,1,1,1,0.1066,0.1649,0.0079,1,0.215,1,1,1,1,1,1,0.0252,0.215,0,1,0.5349,1,1,1,0.1039,0.5349,0.0712,1,1,1,1,1,0.07130146,0.003456226,0.042108607,1,1,1,1,1,0.032594077,0,0,1,1,1,1,1,0.099461034,0,0.795915901,0.795853607,0.796099291
-4652,1,0.1649,1,1,1,1,1,1,1,1,0.1118,0.1649,0,1,0.215,1,1,1,1,1,1,0.0579,0.215,0,1,0.5349,1,1,1,0.1225,0.5349,0,1,1,1,1,1,0.144163862,0,0.02987097,1,1,1,1,1,0.07564351,0,0.008050786,1,1,1,1,1,0.134684443,0,0.782866119,0.782737466,0.782801418
-4653,1,0.1649,1,1,1,1,1,1,1,1,0.1642,0.1649,0,1,0.215,1,1,1,1,1,1,0.0836,0.215,0,1,0.5349,1,1,1,0.0875,0.5349,0,1,1,1,1,1,0.21283254,0,0.064797826,1,1,1,1,1,0.110019363,0,0.07450629,1,1,1,1,1,0.154243231,0,0.758035283,0.757986038,0.758421986
-4654,1,0.1649,1,1,1,1,1,1,1,1,0.1576,0.1649,0,1,0.215,1,1,1,1,1,1,0.0749,0.215,0,1,0.5349,1,1,1,0.0691,0.5349,0,1,1,1,1,1,0.16333361,0,0.070385933,1,1,1,1,1,0.107226446,0,0.06417723,1,1,1,1,1,0.17602548,0,0.69502175,0.694943939,0.695035461
-4655,1,0.1649,1,1,1,1,1,1,1,1,0.1024,0.1649,0,1,0.215,1,1,1,1,1,1,0.0413,0.215,0,1,0.5349,1,1,1,0.0667,0.5349,0,1,1,1,1,1,0.08728797,0,0.063302085,1,1,1,1,1,0.065709561,0,0.041863617,1,1,1,1,1,0.222649157,0,0.62862494,0.62872858,0.628989362
-4656,1,0.1649,1,1,1,1,1,1,1,1,0.0596,0.1649,0,1,0.215,1,1,1,1,1,1,0.1051,0.215,0,1,0.5349,1,1,1,0.1038,0.5349,0,1,1,1,1,1,0.054189064,0,0.084187515,1,1,1,1,1,0.119322971,0,0.065880366,1,1,1,1,1,0.20342496,0,0.576727888,0.576687117,0.576684397
-4657,1,0.1649,1,1,1,1,1,1,1,1,0.0851,0.1649,0,1,0.215,1,1,1,1,1,1,0.1414,0.215,0,1,0.5349,1,1,1,0.1137,0.5349,0,1,1,1,1,1,0.102445096,0,0.14343141,1,1,1,1,1,0.166101217,0,0.21779871,1,1,1,1,1,0.196040198,0,0.543861769,0.543896763,0.544326241
-4658,1,0.1649,1,1,1,1,1,1,1,1,0.1172,0.1649,0,1,0.215,1,1,1,1,1,1,0.2212,0.215,0,1,0.5349,1,1,1,0.1877,0.5349,0,1,1,1,1,1,0.155381098,0,0.228022903,1,1,1,1,1,0.254172921,0,0.658159435,1,1,1,1,1,0.369688004,0,0.522232963,0.522318595,0.522163121
-4659,1,0.1649,1,1,1,1,1,1,1,1,0.1552,0.1649,0,1,0.215,1,1,1,1,1,1,0.1965,0.215,0,1,0.5349,1,1,1,0.2398,0.5349,0,1,1,1,1,1,0.184693694,0,0.239420384,1,1,1,1,1,0.274542391,0,0.638125658,1,1,1,1,1,0.514881134,0,0.509364427,0.509414005,0.509308511
-4660,1,0.1649,1,1,1,1,1,1,1,1,0.1543,0.1649,0,1,0.215,1,1,1,1,1,1,0.2633,0.215,0,1,0.5349,1,1,1,0.259,0.5349,0,1,1,1,1,1,0.193368554,0,0.242715478,1,1,1,1,1,0.30999437,0,0.422872305,1,1,1,1,1,0.601846337,0,0.505739488,0.505817643,0.505762411
-4661,1,0.1649,1,1,1,1,1,1,1,1,0.2031,0.1649,0.0009,1,0.215,1,1,1,1,1,1,0.2216,0.215,0,1,0.5349,1,1,1,0.2733,0.5349,0.0763,1,1,1,1,1,0.264291555,0,0.296075404,1,1,1,1,1,0.297131896,0,0.471037209,1,1,1,1,1,0.656232059,0.148706377,0.511781054,0.511741062,0.511968085
-4662,1,0.1649,1,1,1,1,1,1,1,1,0.2032,0.1649,0.0476,1,0.215,1,1,1,1,1,1,0.1779,0.215,0.069,1,0.5349,1,1,1,0.2266,0.5349,0.0944,1,1,1,1,1,0.303738773,0.118595958,0.315287232,1,1,1,1,1,0.204669803,0.109209485,0.675930142,1,1,1,1,1,0.628784478,0.406969309,0.532866119,0.532896129,0.533244681
-4663,1,0.1649,1,1,1,1,1,1,1,1,0.1144,0.1649,0.1894,1,0.215,1,1,1,1,1,1,0.065,0.215,0.2037,1,0.5349,1,1,1,0.1184,0.5349,0.2157,1,1,1,1,1,0.101745777,0.404080331,0.56115979,1,1,1,1,1,0.083992884,0.373133868,0.372845829,1,1,1,1,1,0.329779476,0.606278419,0.574734171,0.574783161,0.574911348
-4664,1,0.1649,1,1,1,1,1,1,1,1,0.0729,0.1649,0.3091,1,0.215,1,1,1,1,1,1,0.0777,0.215,0.3469,1,0.5349,1,1,1,0.0514,0.5349,0.3477,1,1,1,1,1,0.127678126,0.506910324,0.081163935,1,1,1,1,1,0.094507396,0.602416337,0.041524872,1,1,1,1,1,0.149604395,0.673542678,0.631101982,0.631267188,0.631205674
-4665,1,0.1649,1,1,1,1,1,1,1,1,0.0233,0.1649,0.3908,1,0.215,1,1,1,1,1,1,0.0184,0.215,0.4454,1,0.5349,1,1,1,0.0502,0.5349,0.4577,1,1,1,1,1,0.052304782,0.587717772,0.104734711,1,1,1,1,1,0.026924757,0.657242298,0.056748431,1,1,1,1,1,0.119328514,0.635746479,0.681730304,0.681616247,0.681737589
-4666,1,0.1649,1,1,1,1,1,1,1,1,0.0304,0.1649,0.4513,1,0.215,1,1,1,1,1,1,0.0478,0.215,0.5356,1,0.5349,1,1,1,0.0538,0.5349,0.553,1,1,1,1,1,0.050051317,0.685666859,0.281228125,1,1,1,1,1,0.047431126,0.741309464,0.05634686,1,1,1,1,1,0.112112738,0.595606506,0.719369261,0.719483816,0.719414894
-4667,1,0.1649,1,1,1,1,1,1,1,1,0.033,0.1649,0.4954,1,0.215,1,1,1,1,1,1,0.0643,0.215,0.5765,1,0.5349,1,1,1,0.0286,0.5349,0.5392,1,1,1,1,1,0.023670264,0.796479762,0.383338392,1,1,1,1,1,0.045411408,0.84471637,0.027076179,1,1,1,1,1,0.057803769,0.621968985,0.750120831,0.750158663,0.750443262
-4668,1,0.1649,1,1,1,1,1,1,1,1,0.0709,0.1649,0.5444,1,0.215,1,1,1,1,1,1,0.0332,0.215,0.6069,1,0.5349,1,1,1,0.0433,0.5349,0.5248,1,1,1,1,1,0.019367483,0.823700428,0.722572982,1,1,1,1,1,0.034261879,0.880090177,0.088387698,1,1,1,1,1,0.07130716,0.593571842,0.77380377,0.773640787,0.77393617
-4669,1,0.1649,1,1,1,1,1,1,1,1,0.0985,0.1649,0.5906,1,0.215,1,1,1,1,1,1,0.0132,0.215,0.621,1,0.5349,1,1,1,0.1406,0.5349,0.5614,1,1,1,1,1,0.027239513,0.869930744,0.580233097,1,1,1,1,1,0.040535867,0.864830852,0.106463879,1,1,1,1,1,0.239826471,0.578227878,0.793257612,0.793314999,0.793439716
-4670,1,0.1649,1,1,1,1,1,1,1,1,0.1248,0.1649,0.5663,1,0.215,1,1,1,1,1,1,0,0.215,0.5791,1,0.5349,1,1,1,0.1855,0.5349,0.5237,1,1,1,1,1,0.045230273,0.85642767,0.58479178,1,1,1,1,1,0.043205865,0.831206977,0.162436664,1,1,1,1,1,0.261936247,0.581313491,0.812107298,0.812143008,0.8125
-4671,1,0.1649,1,1,1,1,1,1,1,1,0.116,0.1649,0.463,1,0.215,1,1,1,1,1,1,0,0.215,0.48,1,0.5349,1,1,1,0.1518,0.5349,0.4021,1,1,1,1,1,0.02370403,0.821468234,0.510187984,1,1,1,1,1,0.039585676,0.797136664,0.181722522,1,1,1,1,1,0.17675218,0.70270896,0.827029966,0.826951555,0.82712766
-4672,1,0.1649,1,1,1,1,1,1,1,1,0.1805,0.1649,0.3344,1,0.215,1,1,1,1,1,1,0,0.215,0.3653,1,0.5349,1,1,1,0.14,0.5349,0.28,1,1,1,1,1,0.027542252,0.795984149,0.49246347,1,1,1,1,1,0.050284892,0.757740736,0.451580405,1,1,1,1,1,0.099347427,0.683844924,0.836938134,0.836894436,0.837322695
-4673,1,0.1649,1,1,1,1,1,1,1,1,0.2247,0.1649,0.1675,1,0.215,1,1,1,1,1,1,0,0.215,0.2149,1,0.5349,1,1,1,0.1512,0.5349,0.1459,1,1,1,1,1,0.047403872,0.689428568,0.33369416,1,1,1,1,1,0.063149452,0.619993269,0.815701067,1,1,1,1,1,0.127648771,0.530290484,0.837965201,0.83795219,0.83820922
-4674,1,0.1649,1,1,1,1,1,1,1,1,0.246,0.1649,0.0696,1,0.215,1,1,1,1,1,1,0,0.215,0.1006,1,0.5349,1,1,1,0.0934,0.5349,0.0596,1,1,1,1,1,0.049937062,0.4493981,0.526521981,1,1,1,1,1,0.078227311,0.39158389,0.750835896,1,1,1,1,1,0.122207209,0.262411118,0.822015466,0.821874339,0.822251773
-4675,1,0.1649,1,1,1,1,1,1,1,1,0.1992,0.1649,0.0264,1,0.215,1,1,1,1,1,1,0,0.215,0.0248,1,0.5349,1,1,1,0.0736,0.5349,0.0469,1,1,1,1,1,0.060738824,0.026643148,0.793536186,1,1,1,1,1,0.073859841,0.022228075,0.855590105,1,1,1,1,1,0.12705937,0,0.792895118,0.792891898,0.793439716
-4676,1,0.1649,1,1,1,1,1,1,1,1,0.1611,0.1649,0,1,0.215,1,1,1,1,1,1,0.0738,0.215,0,1,0.5349,1,1,1,0.0884,0.5349,0,1,1,1,1,1,0.069772847,0,0.946129143,1,1,1,1,1,0.124703988,0,0.644510508,1,1,1,1,1,0.14324449,0,0.779482842,0.779564206,0.779698582
-4677,1,0.1649,1,1,1,1,1,1,1,1,0.2017,0.1649,0,1,0.215,1,1,1,1,1,1,0.1219,0.215,0,1,0.5349,1,1,1,0.1024,0.5349,0,1,1,1,1,1,0.121694937,0,0.998300076,1,1,1,1,1,0.180469722,0,0.647948742,1,1,1,1,1,0.122026853,0,0.76057274,0.760524646,0.760638298
-4678,1,0.1649,1,1,1,1,1,1,1,1,0.2,0.1649,0,1,0.215,1,1,1,1,1,1,0.1368,0.215,0,1,0.5349,1,1,1,0.1609,0.5349,0,1,1,1,1,1,0.139499903,0,0.894397914,1,1,1,1,1,0.197449937,0,0.413186431,1,1,1,1,1,0.104968809,0,0.703419526,0.703405966,0.703457447
-4679,1,0.1649,1,1,1,1,1,1,1,1,0.223,0.1649,0,1,0.215,1,1,1,1,1,1,0.1769,0.215,0,1,0.5349,1,1,1,0.1373,0.5349,0,1,1,1,1,1,0.137453899,0,0.771385849,1,1,1,1,1,0.206618518,0,0.255341381,1,1,1,1,1,0.094221592,0,0.639499758,0.639517664,0.63962766
-4680,1,0.1649,1,1,1,1,1,1,1,1,0.1982,0.1649,0,1,0.215,1,1,1,1,1,1,0.1535,0.215,0,1,0.5349,1,1,1,0.081,0.5349,0,1,1,1,1,1,0.115534909,0,0.6009776,1,1,1,1,1,0.183647886,0,0.31083405,1,1,1,1,1,0.105376169,0,0.586333978,0.586418447,0.58643617
-4681,1,0.1649,1,1,1,1,1,1,1,1,0.2099,0.1649,0,1,0.215,1,1,1,1,1,1,0.0985,0.215,0,1,0.5349,1,1,1,0.0994,0.5349,0,1,1,1,1,1,0.134240031,0,0.58920449,1,1,1,1,1,0.12719214,0,0.354557335,1,1,1,1,1,0.167077437,0,0.548936684,0.548973979,0.548758865
-4682,1,0.1649,1,1,1,1,1,1,1,1,0.1758,0.1649,0,1,0.215,1,1,1,1,1,1,0.076,0.215,0,1,0.5349,1,1,1,0.0834,0.5349,0,1,1,1,1,1,0.113121778,0,0.44209671,1,1,1,1,1,0.086630896,0,0.251520693,1,1,1,1,1,0.202421695,0,0.523260029,0.523376349,0.523492908
-4683,1,0.1649,1,1,1,1,1,1,1,1,0.1185,0.1649,0,1,0.215,1,1,1,1,1,1,0.0467,0.215,0,1,0.5349,1,1,1,0.0605,0.5349,0,1,1,1,1,1,0.057242475,0,0.497670889,1,1,1,1,1,0.06908033,0,0.324002653,1,1,1,1,1,0.174081296,0,0.50640406,0.506452295,0.506205674
-4684,1,0.1649,1,1,1,1,1,1,1,1,0.0694,0.1649,0,1,0.215,1,1,1,1,1,1,0.0226,0.215,0,1,0.5349,1,1,1,0.0623,0.5349,0,1,1,1,1,1,0.043173727,0,0.609315276,1,1,1,1,1,0.049340636,0,0.343986154,1,1,1,1,1,0.178972825,0,0.496918801,0.496932515,0.496897163
-4685,1,0.1649,1,1,1,1,1,1,1,1,0.1148,0.1649,0.1152,1,0.215,1,1,1,1,1,1,0.0151,0.215,0.0347,1,0.5349,1,1,1,0.053,0.5349,0.1235,1,1,1,1,1,0.060303312,0.199164018,0.811409652,1,1,1,1,1,0.047646619,0.021931337,0.265548706,1,1,1,1,1,0.183527723,0.245587766,0.489548091,0.489528242,0.489361702
-4686,1,0.1649,1,1,1,1,1,1,1,1,0.076,0.1649,0.0873,1,0.215,1,1,1,1,1,1,0.0139,0.215,0.1075,1,0.5349,1,1,1,0.0398,0.5349,0.0728,1,1,1,1,1,0.083686791,0.513577104,0.479535818,1,1,1,1,1,0.028761502,0.356453806,0.103148967,1,1,1,1,1,0.12977837,0.567447543,0.503443693,0.503490586,0.503546099
-4687,1,0.1649,1,1,1,1,1,1,1,1,0.0305,0.1649,0.2188,1,0.215,1,1,1,1,1,1,0.0058,0.215,0.2322,1,0.5349,1,1,1,0.0089,0.5349,0.2107,1,1,1,1,1,0.0199655,0.724022567,0.377587676,1,1,1,1,1,0.005206743,0.483136207,0.204115987,1,1,1,1,1,0.052282058,0.753111064,0.55038666,0.550454834,0.550531915
-4688,1,0.1649,1,1,1,1,1,1,1,1,0.0116,0.1649,0.361,1,0.215,1,1,1,1,1,1,0,0.215,0.3316,1,0.5349,1,1,1,0.0062,0.5349,0.3738,1,1,1,1,1,0.000657824,0.67629838,0.367629558,1,1,1,1,1,0,0.446670175,0.143720955,1,1,1,1,1,0.015997782,0.837077558,0.615152247,0.615189338,0.615248227
-4689,1,0.1649,1,1,1,1,1,1,1,1,0.0091,0.1649,0.4632,1,0.215,1,1,1,1,1,1,0,0.215,0.3595,1,0.5349,1,1,1,0.011,0.5349,0.4969,1,1,1,1,1,0.000726254,0.735363841,0.30856055,1,1,1,1,1,0.001073296,0.540772498,0.164289534,1,1,1,1,1,0.009948041,0.859918237,0.678347028,0.678442987,0.678634752
-4690,1,0.1649,1,1,1,1,1,1,1,1,0.0324,0.1649,0.5972,1,0.215,1,1,1,1,1,1,0,0.215,0.4541,1,0.5349,1,1,1,0.0112,0.5349,0.6818,1,1,1,1,1,0.002149665,0.833833516,0.216924399,1,1,1,1,1,0.003627881,0.658618271,0.086022258,1,1,1,1,1,0.011514721,0.999795854,0.734231513,0.734292363,0.734485816
-4691,1,0.1649,1,1,1,1,1,1,1,1,0.0886,0.1649,0.464,1,0.215,1,1,1,1,1,1,0.0443,0.215,0.4555,1,0.5349,1,1,1,0.0173,0.5349,0.5575,1,1,1,1,1,0.011802758,0.59772712,0.213118806,1,1,1,1,1,0.021584164,0.616696835,0.064858377,1,1,1,1,1,0.024382629,0.810772002,0.779301595,0.779352655,0.779698582
-4692,1,0.1649,1,1,1,1,1,1,1,1,0.1489,0.1649,0.4484,1,0.215,1,1,1,1,1,1,0.0248,0.215,0.4176,1,0.5349,1,1,1,0.0246,0.5349,0.5211,1,1,1,1,1,0.032929402,0.620448649,0.132134989,1,1,1,1,1,0.015868232,0.58591485,0.009025655,1,1,1,1,1,0.043987252,0.751202285,0.805159497,0.805161836,0.805407801
-4693,1,0.1649,1,1,1,1,1,1,1,1,0.2065,0.1649,0.4266,1,0.215,1,1,1,1,1,1,0.026,0.215,0.3601,1,0.5349,1,1,1,0.0576,0.5349,0.4457,1,1,1,1,1,0.053638272,0.598211765,0.223576069,1,1,1,1,1,0.032229498,0.460846066,0.097270951,1,1,1,1,1,0.072273389,0.740888536,0.810113581,0.810027502,0.810283688
-4694,1,0.1649,1,1,1,1,1,1,1,1,0.2226,0.1649,0.4012,1,0.215,1,1,1,1,1,1,0,0.215,0.3141,1,0.5349,1,1,1,0.0584,0.5349,0.3687,1,1,1,1,1,0.087210797,0.547647476,0.403292716,1,1,1,1,1,0.009909032,0.386574,0.124635607,1,1,1,1,1,0.059469584,0.681151867,0.810536491,0.810662154,0.81072695
-4695,1,0.1649,1,1,1,1,1,1,1,1,0.2101,0.1649,0.3295,1,0.215,1,1,1,1,1,1,0.0114,0.215,0.2299,1,0.5349,1,1,1,0.0634,0.5349,0.3562,1,1,1,1,1,0.092219234,0.454084367,0.609977424,1,1,1,1,1,0.027104029,0.258763641,0.096393988,1,1,1,1,1,0.032332353,0.566805542,0.811744804,0.811719907,0.812056738
-4696,1,0.1649,1,1,1,1,1,1,1,1,0.1652,0.1649,0.2302,1,0.215,1,1,1,1,1,1,0.05,0.215,0.1561,1,0.5349,1,1,1,0.0741,0.5349,0.2527,1,1,1,1,1,0.066533186,0.355320185,0.924541295,1,1,1,1,1,0.051091909,0.226163357,0.186309934,1,1,1,1,1,0.068308577,0.42917034,0.813255196,0.813412312,0.813386525
-4697,1,0.1649,1,1,1,1,1,1,1,1,0.1767,0.1649,0.1164,1,0.215,1,1,1,1,1,1,0.0731,0.215,0.0778,1,0.5349,1,1,1,0.0666,0.5349,0.1406,1,1,1,1,1,0.062259413,0.154161736,0.901211143,1,1,1,1,1,0.078111269,0.126792386,0.290060222,1,1,1,1,1,0.071803361,0.228641167,0.81277187,0.81277766,0.812943262
-4698,1,0.1649,1,1,1,1,1,1,1,1,0.1602,0.1649,0.0125,1,0.215,1,1,1,1,1,1,0.0071,0.215,0.0004,1,0.5349,1,1,1,0.0748,0.5349,0.0412,1,1,1,1,1,0.030076884,0.002190551,0.78159523,1,1,1,1,1,0.013328771,0.002986677,0.509434819,1,1,1,1,1,0.097607605,0.026495216,0.799661672,0.799661519,0.79964539
-4699,1,0.1649,1,1,1,1,1,1,1,1,0.1416,0.1649,0,1,0.215,1,1,1,1,1,1,0.0248,0.215,0,1,0.5349,1,1,1,0.1076,0.5349,0,1,1,1,1,1,0.10549169,0,0.6711905,1,1,1,1,1,0.034133602,0,0.994130969,1,1,1,1,1,0.208273754,0,0.788182697,0.788237783,0.78856383
-4700,1,0.1649,1,1,1,1,1,1,1,1,0.0712,0.1649,0,1,0.215,1,1,1,1,1,1,0.0174,0.215,0,1,0.5349,1,1,1,0.0483,0.5349,0,1,1,1,1,1,0.102553502,0,0.928008676,1,1,1,1,1,0.032116093,0,0.686483026,1,1,1,1,1,0.072159737,0,0.790840986,0.790776391,0.791223404
-4701,1,0.1649,1,1,1,1,1,1,1,1,0.0654,0.1649,0,1,0.215,1,1,1,1,1,1,0.0608,0.215,0,1,0.5349,1,1,1,0.0343,0.5349,0,1,1,1,1,1,0.053462189,0,0.957992196,1,1,1,1,1,0.066365898,0,0.522634864,1,1,1,1,1,0.074761935,0,0.762264379,0.762217051,0.762411348
-4702,1,0.1649,1,1,1,1,1,1,1,1,0.0508,0.1649,0,1,0.215,1,1,1,1,1,1,0.0136,0.215,0,1,0.5349,1,1,1,0.0174,0.5349,0,1,1,1,1,1,0.028141461,0,0.822269559,1,1,1,1,1,0.020615954,0,0.543329835,1,1,1,1,1,0.049580146,0,0.702573707,0.702559763,0.702570922
-4703,1,0.1649,1,1,1,1,1,1,1,1,0.0908,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.011,0.5349,0,1,1,1,1,1,0.013805618,0,0.494366586,1,1,1,1,1,0.009144208,0,0.990843058,1,1,1,1,1,0.024592604,0,0.640768487,0.640786968,0.640957447
-4704,1,0.1649,1,1,1,1,1,1,1,1,0.0966,0.1649,0,1,0.215,1,1,1,1,1,1,0.0302,0.215,0,1,0.5349,1,1,1,0.0151,0.5349,0,1,1,1,1,1,0.023907624,0,0.417306423,1,1,1,1,1,0.034292813,0,1,1,1,1,1,1,0.020571349,0,0.59618173,0.596149778,0.596187943
-4705,1,0.1649,1,1,1,1,1,1,1,1,0.1738,0.1649,0,1,0.215,1,1,1,1,1,1,0.0737,0.215,0,1,0.5349,1,1,1,0.0282,0.5349,0,1,1,1,1,1,0.068487756,0,0.915883303,1,1,1,1,1,0.079222478,0,0.99107337,1,1,1,1,1,0.025771072,0,0.567544708,0.567590438,0.567375887
-4706,1,0.1649,1,1,1,1,1,1,1,1,0.1676,0.1649,0,1,0.215,1,1,1,1,1,1,0.1417,0.215,0,1,0.5349,1,1,1,0.0371,0.5349,0,1,1,1,1,1,0.080683127,0,0.804368138,1,1,1,1,1,0.145942792,0,0.662275672,1,1,1,1,1,0.027744928,0,0.549238763,0.54918553,0.549202128
-4707,1,0.1649,1,1,1,1,1,1,1,1,0.0604,0.1649,0,1,0.215,1,1,1,1,1,1,0.2023,0.215,0,1,0.5349,1,1,1,0.0232,0.5349,0,1,1,1,1,1,0.085766658,0,0.669743061,1,1,1,1,1,0.214158848,0,0.993282795,1,1,1,1,1,0.03124867,0,0.539632673,0.53966575,0.539893617
-4708,1,0.1649,1,1,1,1,1,1,1,1,0.0876,0.1649,0,1,0.215,1,1,1,1,1,1,0.2069,0.215,0,1,0.5349,1,1,1,0.0179,0.5349,0,1,1,1,1,1,0.109562613,0,0.857402027,1,1,1,1,1,0.223272532,0,0.995654464,1,1,1,1,1,0.023975259,0,0.543318028,0.543473662,0.543439716
-4709,1,0.1649,1,1,1,1,1,1,1,1,0.0716,0.1649,0.0316,1,0.215,1,1,1,1,1,1,0.201,0.215,0.0168,1,0.5349,1,1,1,0.0059,0.5349,0,1,1,1,1,1,0.104910389,0.048925817,0.622618437,1,1,1,1,1,0.21813342,0.028234283,0.676141143,1,1,1,1,1,0.014987183,0.005167271,0.568088449,0.568013539,0.568262411
-4710,1,0.1649,1,1,1,1,1,1,1,1,0.0503,0.1649,0.0805,1,0.215,1,1,1,1,1,1,0.0923,0.215,0.1067,1,0.5349,1,1,1,0.0101,0.5349,0.086,1,1,1,1,1,0.044781681,0.382301807,0.735658586,1,1,1,1,1,0.081565261,0.424099892,0.372645557,1,1,1,1,1,0.038940638,0.238480106,0.627537458,0.627670827,0.627659574
-4711,1,0.1649,1,1,1,1,1,1,1,1,0.1238,0.1649,0.2149,1,0.215,1,1,1,1,1,1,0.131,0.215,0.2393,1,0.5349,1,1,1,0.004,0.5349,0.2077,1,1,1,1,1,0.098245755,0.654169679,0.725578904,1,1,1,1,1,0.137218773,0.562330484,0.44511205,1,1,1,1,1,0.011610627,0.511969805,0.706319478,0.706367675,0.706560284
-4712,1,0.1649,1,1,1,1,1,1,1,1,0.0824,0.1649,0.3659,1,0.215,1,1,1,1,1,1,0.1469,0.215,0.3837,1,0.5349,1,1,1,0.0017,0.5349,0.3529,1,1,1,1,1,0.071114846,0.757350922,0.579348803,1,1,1,1,1,0.114812493,0.752826154,0.305735379,1,1,1,1,1,0.009155178,0.727080345,0.767520541,0.767717368,0.767730496
-4713,1,0.1649,1,1,1,1,1,1,1,1,0.0601,0.1649,0.4898,1,0.215,1,1,1,1,1,1,0.115,0.215,0.4951,1,0.5349,1,1,1,0.0039,0.5349,0.4723,1,1,1,1,1,0.032162994,0.805259585,0.530722499,1,1,1,1,1,0.09734036,0.810123205,0.275747657,1,1,1,1,1,0.007694993,0.788729906,0.816698888,0.816797123,0.816932624
-4714,1,0.1649,1,1,1,1,1,1,1,1,0.1055,0.1649,0.5831,1,0.215,1,1,1,1,1,1,0.1406,0.215,0.5785,1,0.5349,1,1,1,0.0134,0.5349,0.5436,1,1,1,1,1,0.091004223,0.82989347,0.433776796,1,1,1,1,1,0.143119335,0.83736515,0.264700264,1,1,1,1,1,0.025805254,0.830189049,0.859956501,0.859953459,0.86037234
-4715,1,0.1649,1,1,1,1,1,1,1,1,0.0853,0.1649,0.6085,1,0.215,1,1,1,1,1,1,0.2261,0.215,0.6126,1,0.5349,1,1,1,0.0451,0.5349,0.5843,1,1,1,1,1,0.092592314,0.849625409,0.373571277,1,1,1,1,1,0.198024914,0.863726377,0.238614678,1,1,1,1,1,0.089819893,0.84804672,0.894755921,0.894647768,0.894946809
-4716,1,0.1649,1,1,1,1,1,1,1,1,0.1433,0.1649,0.5999,1,0.215,1,1,1,1,1,1,0.1885,0.215,0.6174,1,0.5349,1,1,1,0.0418,0.5349,0.5893,1,1,1,1,1,0.173794836,0.837577999,0.433625162,1,1,1,1,1,0.168830335,0.871693909,0.227770433,1,1,1,1,1,0.055512808,0.841647446,0.921640889,0.921726253,0.921985816
-4717,1,0.1649,1,1,1,1,1,1,1,1,0.1712,0.1649,0.5772,1,0.215,1,1,1,1,1,1,0.1281,0.215,0.6044,1,0.5349,1,1,1,0.129,0.5349,0.5534,1,1,1,1,1,0.132632583,0.814279377,0.79791081,1,1,1,1,1,0.134183258,0.845688641,0.409148991,1,1,1,1,1,0.191790685,0.798665047,0.944719671,0.944785276,0.945035461
-4718,1,0.1649,1,1,1,1,1,1,1,1,0.1848,0.1649,0.5188,1,0.215,1,1,1,1,1,1,0.1351,0.215,0.5663,1,0.5349,1,1,1,0.0866,0.5349,0.5003,1,1,1,1,1,0.152588874,0.773287952,1,1,1,1,1,1,0.130121231,0.795576215,0.439282238,1,1,1,1,1,0.096225865,0.698141456,0.94961334,0.949650941,0.949911348
-4719,1,0.1649,1,1,1,1,1,1,1,1,0.1469,0.1649,0.4201,1,0.215,1,1,1,1,1,1,0.1776,0.215,0.4586,1,0.5349,1,1,1,0.0651,0.5349,0.4107,1,1,1,1,1,0.137453303,0.696662486,1,1,1,1,1,1,0.176341489,0.707151115,0.486715198,1,1,1,1,1,0.051740754,0.596123815,0.951486225,0.951554897,0.951684397
-4720,1,0.1649,1,1,1,1,1,1,1,1,0.1033,0.1649,0.3017,1,0.215,1,1,1,1,1,1,0.1491,0.215,0.3374,1,0.5349,1,1,1,0.0463,0.5349,0.2813,1,1,1,1,1,0.096672967,0.611576557,1,1,1,1,1,1,0.148207724,0.601497173,0.705397964,1,1,1,1,1,0.054552019,0.579768598,0.949734171,0.949650941,0.949911348
-4721,1,0.1649,1,1,1,1,1,1,1,1,0.218,0.1649,0.1691,1,0.215,1,1,1,1,1,1,0.267,0.215,0.2068,1,0.5349,1,1,1,0.0428,0.5349,0.1628,1,1,1,1,1,0.246728316,0.466124952,1,1,1,1,1,1,0.235715553,0.509555697,0.762290359,1,1,1,1,1,0.041651979,0.466523498,0.942665539,0.942669769,0.943262411
-4722,1,0.1649,1,1,1,1,1,1,1,1,0.0872,0.1649,0.0705,1,0.215,1,1,1,1,1,1,0.0681,0.215,0.0937,1,0.5349,1,1,1,0.0372,0.5349,0.0507,1,1,1,1,1,0.117695704,0.194905758,1,1,1,1,1,1,0.059019528,0.3035146,0.570949793,1,1,1,1,1,0.034362815,0.137939692,0.920734654,0.9206685,0.921099291
-4723,1,0.1649,1,1,1,1,1,1,1,1,0.0529,0.1649,0,1,0.215,1,1,1,1,1,1,0.0314,0.215,0,1,0.5349,1,1,1,0.0362,0.5349,0,1,1,1,1,1,0.100484103,0,1,1,1,1,1,1,0.037133232,0,0.491913617,1,1,1,1,1,0.057075974,0,0.891795553,0.891897609,0.892287234
-4724,1,0.1649,1,1,1,1,1,1,1,1,0.0325,0.1649,0,1,0.215,1,1,1,1,1,1,0.0175,0.215,0,1,0.5349,1,1,1,0.0411,0.5349,0,1,1,1,1,1,0.059404828,0,0.998141885,1,1,1,1,1,0.026813105,0,0.682712853,1,1,1,1,1,0.099441372,0,0.880497825,0.880685424,0.880762411
-4725,1,0.1649,1,1,1,1,1,1,1,1,0.0519,0.1649,0,1,0.215,1,1,1,1,1,1,0.0503,0.215,0,1,0.5349,1,1,1,0.0617,0.5349,0,1,1,1,1,1,0.107082434,0,0.723340154,1,1,1,1,1,0.06148164,0,0.634384334,1,1,1,1,1,0.148364067,0,0.845517158,0.845568014,0.845744681
-4726,1,0.1649,1,1,1,1,1,1,1,1,0.0295,0.1649,0,1,0.215,1,1,1,1,1,1,0.0333,0.215,0,1,0.5349,1,1,1,0.0466,0.5349,0,1,1,1,1,1,0.067474082,0,0.636288285,1,1,1,1,1,0.048424825,0,0.577560782,1,1,1,1,1,0.103087641,0,0.764741421,0.764755659,0.765070922
-4727,1,0.1649,1,1,1,1,1,1,1,1,0.0343,0.1649,0,1,0.215,1,1,1,1,1,1,0.1177,0.215,0,1,0.5349,1,1,1,0.0177,0.5349,0,1,1,1,1,1,0.076981142,0,0.689040303,1,1,1,1,1,0.100923747,0,1,1,1,1,1,1,0.047065575,0,0.684871919,0.684789507,0.685283688
-4728,1,0.1649,1,1,1,1,1,1,1,1,0.04,0.1649,0,1,0.215,1,1,1,1,1,1,0.1587,0.215,0,1,0.5349,1,1,1,0.0209,0.5349,0,1,1,1,1,1,0.088664487,0,0.958897769,1,1,1,1,1,0.190048918,0,1,1,1,1,1,1,0.038112242,0,0.628262446,0.628305479,0.628546099
-4729,1,0.1649,1,1,1,1,1,1,1,1,0.102,0.1649,0,1,0.215,1,1,1,1,1,1,0.2127,0.215,0,1,0.5349,1,1,1,0.0415,0.5349,0,1,1,1,1,1,0.196175486,0,0.973448098,1,1,1,1,1,0.253231585,0,1,1,1,1,1,1,0.042202726,0,0.59159014,0.591707214,0.591755319
-4730,1,0.1649,1,1,1,1,1,1,1,1,0.1432,0.1649,0,1,0.215,1,1,1,1,1,1,0.2058,0.215,0,1,0.5349,1,1,1,0.0451,0.5349,0,1,1,1,1,1,0.255708128,0,0.82672441,1,1,1,1,1,0.296434999,0,0.279786944,1,1,1,1,1,0.042854957,0,0.567846786,0.567801989,0.567819149
-4731,1,0.1649,1,1,1,1,1,1,1,1,0.1592,0.1649,0,1,0.215,1,1,1,1,1,1,0.1181,0.215,0,1,0.5349,1,1,1,0.0462,0.5349,0,1,1,1,1,1,0.142633662,0,0.596264303,1,1,1,1,1,0.179559961,0,0.178385884,1,1,1,1,1,0.059922714,0,0.553044949,0.552993442,0.553191489
-4732,1,0.1649,1,1,1,1,1,1,1,1,0.1248,0.1649,0,1,0.215,1,1,1,1,1,1,0.11,0.215,0,1,0.5349,1,1,1,0.053,0.5349,0,1,1,1,1,1,0.161802918,0,0.586191595,1,1,1,1,1,0.127627045,0,0.15827696,1,1,1,1,1,0.076737471,0,0.554374094,0.554474297,0.554521277
-4733,1,0.1649,1,1,1,1,1,1,1,1,0.1249,0.1649,0.0259,1,0.215,1,1,1,1,1,1,0.0505,0.215,0.0003,1,0.5349,1,1,1,0.0455,0.5349,0.0083,1,1,1,1,1,0.191856578,0.034566909,0.498638719,1,1,1,1,1,0.061767213,0.001520546,0.067278281,1,1,1,1,1,0.060737375,0.138037294,0.576788304,0.576687117,0.57712766
-4734,1,0.1649,1,1,1,1,1,1,1,1,0.088,0.1649,0.096,1,0.215,1,1,1,1,1,1,0.0136,0.215,0.0996,1,0.5349,1,1,1,0.0247,0.5349,0.0608,1,1,1,1,1,0.145739317,0.34051609,0.377310753,1,1,1,1,1,0.021560257,0.306335449,0.000539267,1,1,1,1,1,0.037652876,0.473481745,0.639076849,0.639094563,0.639184397
-4735,1,0.1649,1,1,1,1,1,1,1,1,0.0553,0.1649,0.2133,1,0.215,1,1,1,1,1,1,0.0031,0.215,0.2184,1,0.5349,1,1,1,0.0244,0.5349,0.0906,1,1,1,1,1,0.063441776,0.547159135,0.388509452,1,1,1,1,1,0.00647525,0.54831779,0.000329843,1,1,1,1,1,0.050226711,0.462442458,0.719973417,0.719906918,0.720301418
-4736,1,0.1649,1,1,1,1,1,1,1,1,0.0608,0.1649,0.3624,1,0.215,1,1,1,1,1,1,0.0035,0.215,0.3801,1,0.5349,1,1,1,0.0266,0.5349,0.157,1,1,1,1,1,0.107709236,0.747829616,0.260568708,1,1,1,1,1,0.003027687,0.758825243,0.023841623,1,1,1,1,1,0.04504494,0.412879914,0.784859836,0.784852972,0.78501773
-4737,1,0.1649,1,1,1,1,1,1,1,1,0.0483,0.1649,0.4795,1,0.215,1,1,1,1,1,1,0.0187,0.215,0.497,1,0.5349,1,1,1,0.0347,0.5349,0.3141,1,1,1,1,1,0.077111453,0.776483536,0.065477706,1,1,1,1,1,0.016431428,0.81982255,0.04393246,1,1,1,1,1,0.124877751,0.471285522,0.842194297,0.842183203,0.842198582
-4738,1,0.1649,1,1,1,1,1,1,1,1,0.0521,0.1649,0.5633,1,0.215,1,1,1,1,1,1,0.0611,0.215,0.566,1,0.5349,1,1,1,0.0441,0.5349,0.3079,1,1,1,1,1,0.041601107,0.7407341,0.070179462,1,1,1,1,1,0.04828972,0.813200533,0.017215969,1,1,1,1,1,0.188969538,0.488849372,0.891855969,0.891897609,0.892287234
-4739,1,0.1649,1,1,1,1,1,1,1,1,0.1347,0.1649,0.5708,1,0.215,1,1,1,1,1,1,0.1496,0.215,0.5632,1,0.5349,1,1,1,0.0817,0.5349,0.4452,1,1,1,1,1,0.034508858,0.721973896,0.095890447,1,1,1,1,1,0.122549281,0.76173687,0.032446075,1,1,1,1,1,0.224277183,0.530159354,0.925869986,0.925957267,0.92641844
-4740,1,0.1649,1,1,1,1,1,1,1,1,0.3076,0.1649,0.534,1,0.215,1,1,1,1,1,1,0.199,0.215,0.5305,1,0.5349,1,1,1,0.0563,0.5349,0.4428,1,1,1,1,1,0.153099567,0.781870365,0.205791622,1,1,1,1,1,0.199565381,0.770466328,0.120509699,1,1,1,1,1,0.177167088,0.664518833,0.949311261,0.949439391,0.949468085
-4741,1,0.1649,1,1,1,1,1,1,1,1,0.3513,0.1649,0.5641,1,0.215,1,1,1,1,1,1,0.2721,0.215,0.5783,1,0.5349,1,1,1,0.0923,0.5349,0.4834,1,1,1,1,1,0.191757113,0.821734905,0.377977192,1,1,1,1,1,0.273406863,0.844895959,0.295387983,1,1,1,1,1,0.146371976,0.715889215,0.970517158,0.970594457,0.970744681
-4742,1,0.1649,1,1,1,1,1,1,1,1,0.5379,0.1649,0.5537,1,0.215,1,1,1,1,1,1,0.2836,0.215,0.5735,1,0.5349,1,1,1,0.0596,0.5349,0.4119,1,1,1,1,1,0.377724767,0.827906728,0.513582945,1,1,1,1,1,0.281844467,0.849149346,0.440620959,1,1,1,1,1,0.133162469,0.748334169,0.983929435,0.983922149,0.984042553
-4743,1,0.1649,1,1,1,1,1,1,1,1,0.5602,0.1649,0.457,1,0.215,1,1,1,1,1,1,0.2746,0.215,0.4853,1,0.5349,1,1,1,0.054,0.5349,0.3376,1,1,1,1,1,0.354122341,0.795335829,0.714232802,1,1,1,1,1,0.308719426,0.822357357,0.799556851,1,1,1,1,1,0.152271077,0.724883318,0.99401885,0.994076581,0.994237589
-4744,1,0.1649,1,1,1,1,1,1,1,1,0.573,0.1649,0.3439,1,0.215,1,1,1,1,1,1,0.2808,0.215,0.4051,1,0.5349,1,1,1,0.0413,0.5349,0.1446,1,1,1,1,1,0.322912455,0.916427732,0.975401282,1,1,1,1,1,0.337165982,0.947162032,1,1,1,1,1,1,0.119346462,0.805045307,1,1,1
-4745,1,0.1649,1,1,1,1,1,1,1,1,0.5305,0.1649,0.1642,1,0.215,1,1,1,1,1,1,0.2359,0.215,0.2135,1,0.5349,1,1,1,0.0691,0.5349,0.0666,1,1,1,1,1,0.23743692,0.592885971,1,1,1,1,1,1,0.277880847,0.630017042,1,1,1,1,1,1,0.124509253,0.148911506,0.991723055,0.991749524,0.992021277
-4746,1,0.1649,1,1,1,1,1,1,1,1,0.4565,0.1649,0.0638,1,0.215,1,1,1,1,1,1,0.1028,0.215,0.0909,1,0.5349,1,1,1,0.0799,0.5349,0.0064,1,1,1,1,1,0.273301721,0.291396022,1,1,1,1,1,1,0.126930207,0.36169523,1,1,1,1,1,1,0.183063909,0.001705564,0.968946351,0.968902052,0.969414894
-4747,1,0.1649,1,1,1,1,1,1,1,1,0.3317,0.1649,0,1,0.215,1,1,1,1,1,1,0.0481,0.215,0,1,0.5349,1,1,1,0.0853,0.5349,0,1,1,1,1,1,0.196990103,0,1,1,1,1,1,1,0.092703208,0,1,1,1,1,1,1,0.188168913,0,0.939221846,0.939284959,0.93927305
-4748,1,0.1649,1,1,1,1,1,1,1,1,0.2588,0.1649,0,1,0.215,1,1,1,1,1,1,0.1203,0.215,0,1,0.5349,1,1,1,0.1128,0.5349,0,1,1,1,1,1,0.243232921,0,1,1,1,1,1,1,0.192564219,0,1,1,1,1,1,1,0.278062165,0,0.92218463,0.922360905,0.922429078
-4749,1,0.1649,1,1,1,1,1,1,1,1,0.3635,0.1649,0,1,0.215,1,1,1,1,1,1,0.1436,0.215,0,1,0.5349,1,1,1,0.136,0.5349,0,1,1,1,1,1,0.398288399,0,1,1,1,1,1,1,0.21815072,0,1,1,1,1,1,1,0.305683553,0,0.888533108,0.888724349,0.888741135
-4750,1,0.1649,1,1,1,1,1,1,1,1,0.358,0.1649,0,1,0.215,1,1,1,1,1,1,0.1599,0.215,0,1,0.5349,1,1,1,0.2111,0.5349,0,1,1,1,1,1,0.299076855,0,1,1,1,1,1,1,0.2167622,0,1,1,1,1,1,1,0.479759544,0,0.812409377,0.812354559,0.8125
-4751,1,0.1649,1,1,1,1,1,1,1,1,0.5364,0.1649,0,1,0.215,1,1,1,1,1,1,0.2532,0.215,0,1,0.5349,1,1,1,0.1774,0.5349,0,1,1,1,1,1,0.428693622,0,1,1,1,1,1,1,0.351906925,0,1,1,1,1,1,1,0.506558478,0,0.736768971,0.736830971,0.736702128
-4752,1,0.1649,1,1,1,1,1,1,1,1,0.5554,0.1649,0,1,0.215,1,1,1,1,1,1,0.285,0.215,0,1,0.5349,1,1,1,0.1791,0.5349,0,1,1,1,1,1,0.446920902,0,1,1,1,1,1,1,0.369857788,0,1,1,1,1,1,1,0.434830606,0,0.68360319,0.683731754,0.683510638
-4753,1,0.1649,1,1,1,1,1,1,1,1,0.6115,0.1649,0,1,0.215,1,1,1,1,1,1,0.2766,0.215,0,1,0.5349,1,1,1,0.2365,0.5349,0,1,1,1,1,1,0.520143688,0,1,1,1,1,1,1,0.392075658,0,1,1,1,1,1,1,0.462207615,0,0.650555824,0.65072985,0.65070922
-4754,1,0.1649,1,1,1,1,1,1,1,1,0.5166,0.1649,0,1,0.215,1,1,1,1,1,1,0.2303,0.215,0,1,0.5349,1,1,1,0.265,0.5349,0,1,1,1,1,1,0.462805867,0,1,1,1,1,1,1,0.345716238,0,1,1,1,1,1,1,0.454005748,0,0.629712421,0.629786334,0.629875887
-4755,1,0.1649,1,1,1,1,1,1,1,1,0.2835,0.1649,0,1,0.215,1,1,1,1,1,1,0.1009,0.215,0,1,0.5349,1,1,1,0.2695,0.5349,0,1,1,1,1,1,0.200760424,0,1,1,1,1,1,1,0.15580602,0,1,1,1,1,1,1,0.439529955,0,0.617085549,0.617093294,0.617464539
-4756,1,0.1649,1,1,1,1,1,1,1,1,0.2476,0.1649,0,1,0.215,1,1,1,1,1,1,0.0649,0.215,0,1,0.5349,1,1,1,0.2045,0.5349,0,1,1,1,1,1,0.218583316,0,1,1,1,1,1,1,0.107753277,0,1,1,1,1,1,1,0.371108502,0,0.616420976,0.616458642,0.616578014
-4757,1,0.1649,1,1,1,1,1,1,1,1,0.1892,0.1649,0.0054,1,0.215,1,1,1,1,1,1,0.0957,0.215,0.0003,1,0.5349,1,1,1,0.1657,0.5349,0.0115,1,1,1,1,1,0.230784699,0.014356065,1,1,1,1,1,1,0.144820839,0.001643444,1,1,1,1,1,1,0.310442865,0.043553945,0.637989367,0.63803681,0.638297872
-4758,1,0.1649,1,1,1,1,1,1,1,1,0.1257,0.1649,0.0826,1,0.215,1,1,1,1,1,1,0.0842,0.215,0.1088,1,0.5349,1,1,1,0.1622,0.5349,0.0819,1,1,1,1,1,0.115110144,0.408010691,1,1,1,1,1,1,0.133617148,0.337741107,1,1,1,1,1,1,0.284077495,0.292382002,0.694478009,0.694520838,0.694592199
-4759,1,0.1649,1,1,1,1,1,1,1,1,0.0923,0.1649,0.2036,1,0.215,1,1,1,1,1,1,0.0415,0.215,0.2241,1,0.5349,1,1,1,0.0704,0.5349,0.1882,1,1,1,1,1,0.09064839,0.500300586,1,1,1,1,1,1,0.057466157,0.492300063,1,1,1,1,1,1,0.125205591,0.477792799,0.777489125,0.77766025,0.777925532
-4760,1,0.1649,1,1,1,1,1,1,1,1,0.0996,0.1649,0.3215,1,0.215,1,1,1,1,1,1,0.0653,0.215,0.3379,1,0.5349,1,1,1,0.0518,0.5349,0.2889,1,1,1,1,1,0.101875342,0.572936118,1,1,1,1,1,1,0.040974785,0.621728003,1,1,1,1,1,1,0.104450181,0.384502202,0.835729821,0.835625132,0.835992908
-4761,1,0.1649,1,1,1,1,1,1,1,1,0.029,0.1649,0.4199,1,0.215,1,1,1,1,1,1,0.0273,0.215,0.4303,1,0.5349,1,1,1,0.0807,0.5349,0.4314,1,1,1,1,1,0.037748117,0.643825829,0.982930124,1,1,1,1,1,0.012773825,0.708128691,0.776718855,1,1,1,1,1,0.160246581,0.471451998,0.882672789,0.88258938,0.882978723
-4762,1,0.1649,1,1,1,1,1,1,1,1,0.0736,0.1649,0.5034,1,0.215,1,1,1,1,1,1,0.0701,0.215,0.5516,1,0.5349,1,1,1,0.0721,0.5349,0.5286,1,1,1,1,1,0.090113364,0.691235483,0.944338918,1,1,1,1,1,0.058362748,0.803988457,0.69870472,1,1,1,1,1,0.151949063,0.701848865,0.931005317,0.931034483,0.931294326
-4763,1,0.1649,1,1,1,1,1,1,1,1,0.0823,0.1649,0.5322,1,0.215,1,1,1,1,1,1,0.0938,0.215,0.5807,1,0.5349,1,1,1,0.0992,0.5349,0.6059,1,1,1,1,1,0.058706414,0.728465676,0.89212358,1,1,1,1,1,0.091590725,0.831256807,0.408814937,1,1,1,1,1,0.221775517,0.788343072,0.967858869,0.967844299,0.968085106
-4764,1,0.1649,1,1,1,1,1,1,1,1,0.0944,0.1649,0.5403,1,0.215,1,1,1,1,1,1,0.1569,0.215,0.5564,1,0.5349,1,1,1,0.0835,0.5349,0.5827,1,1,1,1,1,0.104665354,0.751403451,0.815032542,1,1,1,1,1,0.209645316,0.791470885,0.291341901,1,1,1,1,1,0.176887646,0.826405048,0.990998067,0.991114872,0.991578014
-4765,1,0.1649,1,1,1,1,1,1,1,1,0.3264,0.1649,0.4716,1,0.215,1,1,1,1,1,1,0.2171,0.215,0.4414,1,0.5349,1,1,1,0.1483,0.5349,0.5847,1,1,1,1,1,0.134735078,0.733063757,0.996589541,1,1,1,1,1,0.28378588,0.524960577,0.436626196,1,1,1,1,1,0.233327001,0.807368279,0.991723055,0.991749524,0.992021277
-4766,1,0.1649,1,1,1,1,1,1,1,1,0.3717,0.1649,0.3179,1,0.215,1,1,1,1,1,1,0.6722,0.215,0.2005,1,0.5349,1,1,1,0.2132,0.5349,0.5537,1,1,1,1,1,0.23368378,0.4913477,1,1,1,1,1,1,0.584838092,0.310497671,1,1,1,1,1,1,0.35360831,0.779829025,0.968463026,0.968478951,0.968528369
-4767,1,0.1649,1,1,1,1,1,1,1,1,0.3871,0.1649,0.1481,1,0.215,1,1,1,1,1,1,0.1198,0.215,0.201,1,0.5349,1,1,1,0.2665,0.5349,0.4275,1,1,1,1,1,0.193673953,0.276577055,1,1,1,1,1,1,0.138526395,0.359608442,1,1,1,1,1,1,0.321805239,0.748753369,0.923272112,0.923418659,0.923758865
-4768,1,0.1649,1,1,1,1,1,1,1,1,0.265,0.1649,0.1209,1,0.215,1,1,1,1,1,1,0,0.215,0.2205,1,0.5349,1,1,1,0.2383,0.5349,0.3,1,1,1,1,1,0.128874421,0.364836365,1,1,1,1,1,1,0.015718777,0.300126106,1,1,1,1,1,1,0.392843693,0.63640517,0.889016433,0.8889359,0.889184397
-4769,1,0.1649,1,1,1,1,1,1,1,1,0.1447,0.1649,0.1182,1,0.215,1,1,1,1,1,1,0,0.215,0.1106,1,0.5349,1,1,1,0.2359,0.5349,0.1539,1,1,1,1,1,0.148247615,0.360952109,0.782070756,1,1,1,1,1,0.003871796,0.122339971,0.919652998,1,1,1,1,1,0.395749539,0.481694907,0.874275012,0.874338904,0.874556738
-4770,1,0.1649,1,1,1,1,1,1,1,1,0.0631,0.1649,0.0209,1,0.215,1,1,1,1,1,1,0.0081,0.215,0.0083,1,0.5349,1,1,1,0.2236,0.5349,0.0663,1,1,1,1,1,0.134407207,0.105237834,0.525878906,1,1,1,1,1,0.010777082,0.011056531,0.142133504,1,1,1,1,1,0.319491208,0.215907305,0.852042049,0.852126084,0.852393617
-4771,1,0.1649,1,1,1,1,1,1,1,1,0.0738,0.1649,0,1,0.215,1,1,1,1,1,1,0.0061,0.215,0,1,0.5349,1,1,1,0.2269,0.5349,0,1,1,1,1,1,0.151918814,0,0.24867934,1,1,1,1,1,0.02677568,0,0.167484552,1,1,1,1,1,0.26214835,0,0.830715321,0.830759467,0.831117021
-4772,1,0.1649,1,1,1,1,1,1,1,1,0.108,0.1649,0,1,0.215,1,1,1,1,1,1,0.0388,0.215,0,1,0.5349,1,1,1,0.2488,0.5349,0,1,1,1,1,1,0.219351977,0,0.086771652,1,1,1,1,1,0.062072091,0,0.497421801,1,1,1,1,1,0.302593887,0,0.824371677,0.824624498,0.824911348
-4773,1,0.1649,1,1,1,1,1,1,1,1,0.154,0.1649,0,1,0.215,1,1,1,1,1,1,0.0381,0.215,0,1,0.5349,1,1,1,0.3402,0.5349,0,1,1,1,1,1,0.300874442,0,0.376271904,1,1,1,1,1,0.077332281,0,0.109956294,1,1,1,1,1,0.542058647,0,0.79760754,0.797546012,0.79787234
-4774,1,0.1649,1,1,1,1,1,1,1,1,0.0907,0.1649,0,1,0.215,1,1,1,1,1,1,0.0832,0.215,0,1,0.5349,1,1,1,0.3945,0.5349,0,1,1,1,1,1,0.170339525,0,0.577430665,1,1,1,1,1,0.142371073,0,0.281535387,1,1,1,1,1,0.614292502,0,0.729942001,0.729849799,0.730053191
-4775,1,0.1649,1,1,1,1,1,1,1,1,0.1312,0.1649,0,1,0.215,1,1,1,1,1,1,0.0742,0.215,0,1,0.5349,1,1,1,0.2117,0.5349,0,1,1,1,1,1,0.226485148,0,0.698540628,1,1,1,1,1,0.106692657,0,0.597258151,1,1,1,1,1,0.355144262,0,0.659195263,0.659191876,0.659574468
-4776,1,0.1649,1,1,1,1,1,1,1,1,0.2031,0.1649,0,1,0.215,1,1,1,1,1,1,0.0598,0.215,0,1,0.5349,1,1,1,0.161,0.5349,0,1,1,1,1,1,0.203092501,0,1,1,1,1,1,1,0.115914375,0,0.858946085,1,1,1,1,1,0.352015316,0,0.604942001,0.604823355,0.605053191
-4777,1,0.1649,1,1,1,1,1,1,1,1,0.0693,0.1649,0,1,0.215,1,1,1,1,1,1,0.0785,0.215,0,1,0.5349,1,1,1,0.1218,0.5349,0,1,1,1,1,1,0.073014691,0,0.553786516,1,1,1,1,1,0.092836194,0,0.573802888,1,1,1,1,1,0.315606326,0,0.565853069,0.565898033,0.566046099
-4778,1,0.1649,1,1,1,1,1,1,1,1,0.0595,0.1649,0,1,0.215,1,1,1,1,1,1,0.0612,0.215,0,1,0.5349,1,1,1,0.1712,0.5349,0,1,1,1,1,1,0.048557453,0,0.182125241,1,1,1,1,1,0.061029151,0,0.097973824,1,1,1,1,1,0.356773734,0,0.541082649,0.540935054,0.541223404
-4779,1,0.1649,1,1,1,1,1,1,1,1,0.1433,0.1649,0,1,0.215,1,1,1,1,1,1,0.1281,0.215,0,1,0.5349,1,1,1,0.1274,0.5349,0,1,1,1,1,1,0.081252858,0,0.084433675,1,1,1,1,1,0.155295983,0,0.00937932,1,1,1,1,1,0.261457473,0,0.525857902,0.525914957,0.52570922
-4780,1,0.1649,1,1,1,1,1,1,1,1,0.1611,0.1649,0,1,0.215,1,1,1,1,1,1,0.1147,0.215,0,1,0.5349,1,1,1,0.1015,0.5349,0,1,1,1,1,1,0.056756094,0,0.155232966,1,1,1,1,1,0.160338864,0,0.056475922,1,1,1,1,1,0.23646307,0,0.525012083,0.524857203,0.525265957
-4781,1,0.1649,1,1,1,1,1,1,1,1,0.1142,0.1649,0.0124,1,0.215,1,1,1,1,1,1,0.0704,0.215,0,1,0.5349,1,1,1,0.1133,0.5349,0.1712,1,1,1,1,1,0.039480805,0.034734808,0.344614059,1,1,1,1,1,0.101018563,0,0.220993727,1,1,1,1,1,0.27335903,0.333132505,0.543499275,0.543685213,0.543882979
-4782,1,0.1649,1,1,1,1,1,1,1,1,0.0537,0.1649,0.0858,1,0.215,1,1,1,1,1,1,0.0337,0.215,0.0708,1,0.5349,1,1,1,0.0853,0.5349,0.0746,1,1,1,1,1,0.033044539,0.288021117,0.550334752,1,1,1,1,1,0.058161687,0.090551943,0.317995071,1,1,1,1,1,0.163404182,0.64150548,0.588629773,0.588745505,0.588652482
-4783,1,0.1649,1,1,1,1,1,1,1,1,0.0204,0.1649,0.1993,1,0.215,1,1,1,1,1,1,0.0069,0.215,0.1866,1,0.5349,1,1,1,0.0704,0.5349,0.2154,1,1,1,1,1,0.010854188,0.448916018,0.546161592,1,1,1,1,1,0.029836489,0.332579553,0.352932483,1,1,1,1,1,0.141204849,0.82897234,0.643426776,0.643537127,0.643617021
-4784,1,0.1649,1,1,1,1,1,1,1,1,0.012,0.1649,0.3012,1,0.215,1,1,1,1,1,1,0.0129,0.215,0.3088,1,0.5349,1,1,1,0.0809,0.5349,0.3946,1,1,1,1,1,0.004625168,0.554099262,0.459402621,1,1,1,1,1,0.019468248,0.387813836,0.457070947,1,1,1,1,1,0.147696659,0.880127192,0.675326245,0.675481278,0.675531915
-4785,1,0.1649,1,1,1,1,1,1,1,1,0.0131,0.1649,0.4181,1,0.215,1,1,1,1,1,1,0,0.215,0.41,1,0.5349,1,1,1,0.0827,0.5349,0.5318,1,1,1,1,1,0.001710013,0.669843435,0.331966072,1,1,1,1,1,0.002571994,0.513942122,0.341971219,1,1,1,1,1,0.179438919,0.91497761,0.697498792,0.697694098,0.697695035
-4786,1,0.1649,1,1,1,1,1,1,1,1,0.0392,0.1649,0.5171,1,0.215,1,1,1,1,1,1,0,0.215,0.4767,1,0.5349,1,1,1,0.0657,0.5349,0.5926,1,1,1,1,1,0.009030138,0.758770585,0.416693121,1,1,1,1,1,0.006532928,0.623589337,0.5023458,1,1,1,1,1,0.093943827,0.908989847,0.719188014,0.719272266,0.719414894
-4787,1,0.1649,1,1,1,1,1,1,1,1,0.0337,0.1649,0.5313,1,0.215,1,1,1,1,1,1,0,0.215,0.5248,1,0.5349,1,1,1,0.1638,0.5349,0.5996,1,1,1,1,1,0.013189962,0.790840447,0.331713498,1,1,1,1,1,0.003781874,0.71173346,0.4322474,1,1,1,1,1,0.266508639,0.903005779,0.734171097,0.734292363,0.734485816
-4788,1,0.1649,1,1,1,1,1,1,1,1,0.0232,0.1649,0.5773,1,0.215,1,1,1,1,1,1,0.0038,0.215,0.5645,1,0.5349,1,1,1,0.1372,0.5349,0.604,1,1,1,1,1,0.024710197,0.82169652,0.148988813,1,1,1,1,1,0.005695872,0.800025225,0.254680365,1,1,1,1,1,0.177739739,0.881454289,0.743233446,0.743389042,0.743351064
-4789,1,0.1649,1,1,1,1,1,1,1,1,0.0262,0.1649,0.5196,1,0.215,1,1,1,1,1,1,0.0344,0.215,0.5172,1,0.5349,1,1,1,0.2062,0.5349,0.5363,1,1,1,1,1,0.046252828,0.744971216,0.400914371,1,1,1,1,1,0.026595816,0.767799616,0.131301835,1,1,1,1,1,0.240302816,0.755365968,0.756343644,0.756293632,0.756648936
-4790,1,0.1649,1,1,1,1,1,1,1,1,0.0394,0.1649,0.4946,1,0.215,1,1,1,1,1,1,0.042,0.215,0.5145,1,0.5349,1,1,1,0.293,0.5349,0.4946,1,1,1,1,1,0.048311885,0.759233892,0.346616268,1,1,1,1,1,0.023692181,0.753026187,0.060074352,1,1,1,1,1,0.398055136,0.758140385,0.76099565,0.760947747,0.761524823
-4791,1,0.1649,1,1,1,1,1,1,1,1,0.0395,0.1649,0.4443,1,0.215,1,1,1,1,1,1,0.0601,0.215,0.4684,1,0.5349,1,1,1,0.3,0.5349,0.4206,1,1,1,1,1,0.052704442,0.769900858,0.049040969,1,1,1,1,1,0.048752945,0.782815218,0.113629326,1,1,1,1,1,0.276938498,0.67558521,0.766855969,0.766871166,0.767287234
-4792,1,0.1649,1,1,1,1,1,1,1,1,0.0734,0.1649,0.3279,1,0.215,1,1,1,1,1,1,0.0188,0.215,0.3687,1,0.5349,1,1,1,0.3075,0.5349,0.3049,1,1,1,1,1,0.071964227,0.745966792,0.101872809,1,1,1,1,1,0.03249548,0.766022027,0.113960475,1,1,1,1,1,0.386607349,0.673641264,0.772897535,0.772794584,0.773049645
-4793,1,0.1649,1,1,1,1,1,1,1,1,0.0658,0.1649,0.1745,1,0.215,1,1,1,1,1,1,0.0076,0.215,0.2197,1,0.5349,1,1,1,0.268,0.5349,0.1543,1,1,1,1,1,0.08904288,0.641563058,0.160282776,1,1,1,1,1,0.035651691,0.655197084,0.033726703,1,1,1,1,1,0.300646275,0.584378064,0.770722571,0.770679078,0.770833333
-4794,1,0.1649,1,1,1,1,1,1,1,1,0.0757,0.1649,0.071,1,0.215,1,1,1,1,1,1,0,0.215,0.0928,1,0.5349,1,1,1,0.2591,0.5349,0.0691,1,1,1,1,1,0.144742221,0.330304801,0.192567304,1,1,1,1,1,0.005692021,0.279427737,0.062466234,1,1,1,1,1,0.317055255,0.406945348,0.748550024,0.748677808,0.749113475
-4795,1,0.1649,1,1,1,1,1,1,1,1,0.0515,0.1649,0.0002,1,0.215,1,1,1,1,1,1,0.0888,0.215,0,1,0.5349,1,1,1,0.1143,0.5349,0.0478,1,1,1,1,1,0.078745119,0,0.225619927,1,1,1,1,1,0.109765127,0,0.179941356,1,1,1,1,1,0.209791765,0,0.721906718,0.721810874,0.722074468
-4796,1,0.1649,1,1,1,1,1,1,1,1,0.0704,0.1649,0,1,0.215,1,1,1,1,1,1,0.14,0.215,0,1,0.5349,1,1,1,0.1777,0.5349,0,1,1,1,1,1,0.173726961,0,0.187185794,1,1,1,1,1,0.140384704,0,0.267715991,1,1,1,1,1,0.318446577,0,0.717435959,0.71757986,0.717641844
-4797,1,0.1649,1,1,1,1,1,1,1,1,0.0026,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.0053,0.5349,0,1,1,1,1,1,0.001307457,0,0.172808588,1,1,1,1,1,0.000122102,0,0.264530391,1,1,1,1,1,0.007717164,0,0.692544708,0.692616882,0.692819149
-4798,1,0.1649,1,1,1,1,1,1,1,1,0.0211,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.1874,0.5349,0,1,1,1,1,1,0.082256749,0,0.071840972,1,1,1,1,1,0.029596476,0,0.12061806,1,1,1,1,1,0.388096631,0,0.632189464,0.632113391,0.632535461
-4799,1,0.1649,1,1,1,1,1,1,1,1,0.0279,0.1649,0,1,0.215,1,1,1,1,1,1,0.0349,0.215,0,1,0.5349,1,1,1,0.2378,0.5349,0,1,1,1,1,1,0.074167073,0,0.126893818,1,1,1,1,1,0.048897166,0,0.179285884,1,1,1,1,1,0.479969114,0,0.568632189,0.568648191,0.568705674
-4800,1,0.1649,1,1,1,1,1,1,1,1,0.069,0.1649,0,1,0.215,1,1,1,1,1,1,0.0976,0.215,0,1,0.5349,1,1,1,0.2144,0.5349,0,1,1,1,1,1,0.130273789,0,0.131061777,1,1,1,1,1,0.107154302,0,0.077732198,1,1,1,1,1,0.432106882,0,0.520964234,0.521049291,0.521276596
-4801,1,0.1649,1,1,1,1,1,1,1,1,0.0653,0.1649,0,1,0.215,1,1,1,1,1,1,0.2598,0.215,0,1,0.5349,1,1,1,0.2089,0.5349,0,1,1,1,1,1,0.172554493,0,0.06459292,1,1,1,1,1,0.24101831,0,0.134196594,1,1,1,1,1,0.376487583,0,0.493233446,0.493336154,0.493351064
-4802,1,0.1649,1,1,1,1,1,1,1,1,0.0471,0.1649,0,1,0.215,1,1,1,1,1,1,0.454,0.215,0,1,0.5349,1,1,1,0.2282,0.5349,0,1,1,1,1,1,0.150114879,0,0.11464414,1,1,1,1,1,0.348756284,0,0.37855497,1,1,1,1,1,0.392357051,0,0.475652489,0.475777449,0.475620567
-4803,1,0.1649,1,1,1,1,1,1,1,1,0.0495,0.1649,0,1,0.215,1,1,1,1,1,1,0.2168,0.215,0,1,0.5349,1,1,1,0.1888,0.5349,0,1,1,1,1,1,0.145975381,0,0.228543073,1,1,1,1,1,0.222832441,0,0.377648175,1,1,1,1,1,0.313338608,0,0.467738038,0.467738523,0.468085106
-4804,1,0.1649,1,1,1,1,1,1,1,1,0.0738,0.1649,0,1,0.215,1,1,1,1,1,1,0.2685,0.215,0,1,0.5349,1,1,1,0.1423,0.5349,0,1,1,1,1,1,0.165014654,0,0.282486498,1,1,1,1,1,0.293360472,0,0.379625142,1,1,1,1,1,0.232647106,0,0.472450459,0.472604189,0.47251773
-4805,1,0.1649,1,1,1,1,1,1,1,1,0.0683,0.1649,0.0042,1,0.215,1,1,1,1,1,1,0.1501,0.215,0,1,0.5349,1,1,1,0.1056,0.5349,0.1739,1,1,1,1,1,0.150748983,0.032835785,0.358410001,1,1,1,1,1,0.205929384,0,0.349806309,1,1,1,1,1,0.163049281,0.321348011,0.49637506,0.496297863,0.496453901
-4806,1,0.1649,1,1,1,1,1,1,1,1,0.0204,0.1649,0.0398,1,0.215,1,1,1,1,1,1,0.0358,0.215,0.0037,1,0.5349,1,1,1,0.0329,0.5349,0.0702,1,1,1,1,1,0.032723889,0.174502984,0.339175552,1,1,1,1,1,0.061742097,0.000828767,0.338459432,1,1,1,1,1,0.057021707,0.634656906,0.544043016,0.544108314,0.544326241
-4807,1,0.1649,1,1,1,1,1,1,1,1,0.0148,0.1649,0.1349,1,0.215,1,1,1,1,1,1,0,0.215,0.0539,1,0.5349,1,1,1,0.0049,0.5349,0.2161,1,1,1,1,1,0.008697663,0.25430876,0.314394444,1,1,1,1,1,0.005894859,0.041703735,0.390574336,1,1,1,1,1,0.001933307,0.831262112,0.600471242,0.600592342,0.600620567
-4808,1,0.1649,1,1,1,1,1,1,1,1,0.008,0.1649,0.246,1,0.215,1,1,1,1,1,1,0.0077,0.215,0.1719,1,0.5349,1,1,1,0.0093,0.5349,0.3958,1,1,1,1,1,0.002633857,0.334528059,0.284894705,1,1,1,1,1,0.035806984,0.222319797,0.46584323,1,1,1,1,1,0.001774687,0.886558712,0.637506042,0.637613708,0.637411348
-4809,1,0.1649,1,1,1,1,1,1,1,1,0.007,0.1649,0.3214,1,0.215,1,1,1,1,1,1,0.0093,0.215,0.2838,1,0.5349,1,1,1,0.0126,0.5349,0.5306,1,1,1,1,1,0.001957723,0.430395514,0.246663943,1,1,1,1,1,0.04886445,0.344064474,0.424999237,1,1,1,1,1,0.002174569,0.850798845,0.656899468,0.656864819,0.656914894
-4810,1,0.1649,1,1,1,1,1,1,1,1,0.0071,0.1649,0.3781,1,0.215,1,1,1,1,1,1,0.0151,0.215,0.37,1,0.5349,1,1,1,0.0304,0.5349,0.6324,1,1,1,1,1,0.002736302,0.52089864,0.538575768,1,1,1,1,1,0.053725161,0.51073426,0.808797479,1,1,1,1,1,0.002053813,0.806851149,0.669586757,0.66976941,0.669769504
-4811,1,0.1649,1,1,1,1,1,1,1,1,0.0155,0.1649,0.4205,1,0.215,1,1,1,1,1,1,0.0285,0.215,0.4164,1,0.5349,1,1,1,0.0464,0.5349,0.6695,1,1,1,1,1,0.004211222,0.595528722,0.440092087,1,1,1,1,1,0.025162324,0.56952554,1,1,1,1,1,1,0.002690153,0.840753913,0.671822136,0.671673366,0.671985816
-4812,1,0.1649,1,1,1,1,1,1,1,1,0.0178,0.1649,0.4431,1,0.215,1,1,1,1,1,1,0,0.215,0.387,1,0.5349,1,1,1,0.0667,0.5349,0.6675,1,1,1,1,1,0.005234024,0.619688451,0.411917865,1,1,1,1,1,0.018937355,0.525970161,0.997073293,1,1,1,1,1,0.012254013,0.88100183,0.668559691,0.668711656,0.668882979
-4813,1,0.1649,1,1,1,1,1,1,1,1,0.0261,0.1649,0.4225,1,0.215,1,1,1,1,1,1,0,0.215,0.3769,1,0.5349,1,1,1,0.0468,0.5349,0.6622,1,1,1,1,1,0.004967302,0.59013778,0.436786354,1,1,1,1,1,0.013427665,0.561756074,0.995518327,1,1,1,1,1,0.012032465,0.896866918,0.667834703,0.667865454,0.667996454
-4814,1,0.1649,1,1,1,1,1,1,1,1,0.0219,0.1649,0.4012,1,0.215,1,1,1,1,1,1,0,0.215,0.3819,1,0.5349,1,1,1,0.0361,0.5349,0.5788,1,1,1,1,1,0.004307218,0.556529999,0.47088623,1,1,1,1,1,0.01793007,0.565654993,0.831338525,1,1,1,1,1,0.010324209,0.920727313,0.661309812,0.661307383,0.661347518
-4815,1,0.1649,1,1,1,1,1,1,1,1,0.0138,0.1649,0.3611,1,0.215,1,1,1,1,1,1,0,0.215,0.3384,1,0.5349,1,1,1,0.029,0.5349,0.4599,1,1,1,1,1,0.008744727,0.545237958,0.439847976,1,1,1,1,1,0.014272723,0.487048239,0.6067186,1,1,1,1,1,0.018527497,0.893061042,0.651703722,0.651576052,0.652039007
-4816,1,0.1649,1,1,1,1,1,1,1,1,0.0097,0.1649,0.2682,1,0.215,1,1,1,1,1,1,0.0176,0.215,0.2655,1,0.5349,1,1,1,0.0363,0.5349,0.3325,1,1,1,1,1,0.016158838,0.529727519,0.354100555,1,1,1,1,1,0.033475414,0.444255322,0.567741632,1,1,1,1,1,0.026889559,0.93549931,0.646507975,0.646498836,0.646719858
-4817,1,0.1649,1,1,1,1,1,1,1,1,0.0097,0.1649,0.1522,1,0.215,1,1,1,1,1,1,0.003,0.215,0.1453,1,0.5349,1,1,1,0.0356,0.5349,0.1514,1,1,1,1,1,0.021841232,0.300927758,0.31532526,1,1,1,1,1,0.016707154,0.208129913,0.471581131,1,1,1,1,1,0.027114961,0.701848865,0.639681005,0.639729215,0.63962766
-4818,1,0.1649,1,1,1,1,1,1,1,1,0.0025,0.1649,0.0493,1,0.215,1,1,1,1,1,1,0,0.215,0.0601,1,0.5349,1,1,1,0.0068,0.5349,0.0578,1,1,1,1,1,0.000915482,0.098194629,0.281087458,1,1,1,1,1,0.000417369,0.124867879,0.635232449,1,1,1,1,1,0.011097918,0.423681378,0.624154181,0.624074466,0.624556738
-4819,1,0.1649,1,1,1,1,1,1,1,1,0.0414,0.1649,0.0035,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.0641,0.5349,0.1092,1,1,1,1,1,0.072135791,0.000193459,0.363726914,1,1,1,1,1,0.00351755,0,0.496937215,1,1,1,1,1,0.034786835,0.006838151,0.611285645,0.611381426,0.611702128
-4820,1,0.1649,1,1,1,1,1,1,1,1,0.0635,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.0641,0.5349,0,1,1,1,1,1,0.153241053,0,0.214574978,1,1,1,1,1,0.002699692,0,0.363986403,1,1,1,1,1,0.059014935,0,0.616481392,0.616670193,0.616578014
-4821,1,0.1649,1,1,1,1,1,1,1,1,0.0367,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.0334,0.5349,0,1,1,1,1,1,0.081335537,0,0.182867229,1,1,1,1,1,0.001442452,0,0.204618067,1,1,1,1,1,0.064405687,0,0.60119623,0.601226994,0.601507092
-4822,1,0.1649,1,1,1,1,1,1,1,1,0.0372,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.0283,0.5349,0,1,1,1,1,1,0.09007033,0,0.193131387,1,1,1,1,1,0.0023657,0,0.143407598,1,1,1,1,1,0.106096298,0,0.554494925,0.554685847,0.554964539
-4823,1,0.1649,1,1,1,1,1,1,1,1,0.0228,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.0745,0.5349,0,1,1,1,1,1,0.042761214,0,0.125589892,1,1,1,1,1,0.001000582,0,0.111953683,1,1,1,1,1,0.144545645,0,0.502174964,0.502221282,0.502216312
-4824,1,0.1649,1,1,1,1,1,1,1,1,0.0048,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.0686,0.5349,0,1,1,1,1,1,0.004697244,0,0.14228864,1,1,1,1,1,0.002060676,0,0.169903934,1,1,1,1,1,0.122826301,0,0.461152731,0.461180453,0.46143617
-4825,1,0.1649,1,1,1,1,1,1,1,1,0.0033,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.0565,0.5349,0,1,1,1,1,1,0.003886492,0,0.179077581,1,1,1,1,1,0.002479471,0,0.089520946,1,1,1,1,1,0.077290229,0,0.434449009,0.434525069,0.434840426
-4826,1,0.1649,1,1,1,1,1,1,1,1,0,0.1649,0,1,0.215,1,1,1,1,1,1,0.0685,0.215,0,1,0.5349,1,1,1,0.0482,0.5349,0,1,1,1,1,1,0.007759881,0,0.075314686,1,1,1,1,1,0.040237717,0,0.104981162,1,1,1,1,1,0.050238542,0,0.418136781,0.418024117,0.417996454
-4827,1,0.1649,1,1,1,1,1,1,1,1,0.0002,0.1649,0,1,0.215,1,1,1,1,1,1,0.1196,0.215,0,1,0.5349,1,1,1,0.0447,0.5349,0,1,1,1,1,1,0.016947644,0,0.054656409,1,1,1,1,1,0.079994142,0,0.056509428,1,1,1,1,1,0.056886882,0,0.409134848,0.409138989,0.409131206
-4828,1,0.1649,1,1,1,1,1,1,1,1,0.032,0.1649,0,1,0.215,1,1,1,1,1,1,0.123,0.215,0,1,0.5349,1,1,1,0.0521,0.5349,0,1,1,1,1,1,0.070461944,0,0.123120904,1,1,1,1,1,0.126198471,0,0.070742674,1,1,1,1,1,0.09333159,0,0.407805703,0.407869685,0.407801418
-4829,1,0.1649,1,1,1,1,1,1,1,1,0.0355,0.1649,0.0958,1,0.215,1,1,1,1,1,1,0.0375,0.215,0.0236,1,0.5349,1,1,1,0.0637,0.5349,0.1633,1,1,1,1,1,0.073457427,0.127700195,0.241277307,1,1,1,1,1,0.068160519,0.022795966,0.059083246,1,1,1,1,1,0.115068652,0.32120952,0.410826486,0.410831394,0.410904255
-4830,1,0.1649,1,1,1,1,1,1,1,1,0.0257,0.1649,0.085,1,0.215,1,1,1,1,1,1,0,0.215,0.1118,1,0.5349,1,1,1,0.0385,0.5349,0.067,1,1,1,1,1,0.050129395,0.562735558,0.281077445,1,1,1,1,1,0.013504363,0.477017581,0.028317805,1,1,1,1,1,0.085044794,0.648035586,0.431609473,0.43177491,0.431737589
-4831,1,0.1649,1,1,1,1,1,1,1,1,0.0015,0.1649,0.2209,1,0.215,1,1,1,1,1,1,0,0.215,0.2461,1,0.5349,1,1,1,0.0011,0.5349,0.2127,1,1,1,1,1,0.000451309,0.791794658,0.379051507,1,1,1,1,1,0.000592987,0.705424607,0.087157339,1,1,1,1,1,0.024686858,0.824551582,0.474927501,0.474931246,0.474734043
-4832,1,0.1649,1,1,1,1,1,1,1,1,0.017,0.1649,0.3936,1,0.215,1,1,1,1,1,1,0,0.215,0.4127,1,0.5349,1,1,1,0,0.5349,0.3923,1,1,1,1,1,0.004183026,0.897712886,0.261155665,1,1,1,1,1,0.000265176,0.84711796,0.069164403,1,1,1,1,1,0.000760595,0.897580087,0.526643306,0.526761159,0.526595745
-4833,1,0.1649,1,1,1,1,1,1,1,1,0.0294,0.1649,0.5269,1,0.215,1,1,1,1,1,1,0.003,0.215,0.5355,1,0.5349,1,1,1,0,0.5349,0.5251,1,1,1,1,1,0.007584319,0.919807494,0.294469714,1,1,1,1,1,0.001954858,0.894134283,0.135095298,1,1,1,1,1,0.000472862,0.915162206,0.565913485,0.565898033,0.566046099
-4834,1,0.1649,1,1,1,1,1,1,1,1,0.0337,0.1649,0.6269,1,0.215,1,1,1,1,1,1,0.0066,0.215,0.612,1,0.5349,1,1,1,0,0.5349,0.6182,1,1,1,1,1,0.009149277,0.926220894,0.291088104,1,1,1,1,1,0.005689065,0.90604955,0.118032731,1,1,1,1,1,0.002080596,0.915414453,0.590925568,0.590861011,0.590868794
-4835,1,0.1649,1,1,1,1,1,1,1,1,0.0364,0.1649,0.6626,1,0.215,1,1,1,1,1,1,0.0169,0.215,0.6631,1,0.5349,1,1,1,0.0051,0.5349,0.6386,1,1,1,1,1,0.010429822,0.921690464,0.294583231,1,1,1,1,1,0.011504212,0.930371225,0.142181158,1,1,1,1,1,0.007087931,0.873563766,0.605425326,0.605458007,0.605496454
-4836,1,0.1649,1,1,1,1,1,1,1,1,0.0375,0.1649,0.6526,1,0.215,1,1,1,1,1,1,0.0022,0.215,0.6607,1,0.5349,1,1,1,0.0085,0.5349,0.633,1,1,1,1,1,0.012765421,0.906983733,0.254081666,1,1,1,1,1,0.006092792,0.931227326,0.116552621,1,1,1,1,1,0.032211237,0.888420522,0.612796037,0.612862281,0.613031915
-4837,1,0.1649,1,1,1,1,1,1,1,1,0.0359,0.1649,0.6325,1,0.215,1,1,1,1,1,1,0,0.215,0.6558,1,0.5349,1,1,1,0.0039,0.5349,0.6095,1,1,1,1,1,0.017473262,0.88748312,0.299637824,1,1,1,1,1,0.008696202,0.922197223,0.068389535,1,1,1,1,1,0.032006994,0.874579132,0.616420976,0.616458642,0.616578014
-4838,1,0.1649,1,1,1,1,1,1,1,1,0.0268,0.1649,0.5865,1,0.215,1,1,1,1,1,1,0.0043,0.215,0.6019,1,0.5349,1,1,1,0.0184,0.5349,0.5654,1,1,1,1,1,0.017633077,0.87603581,0.204327762,1,1,1,1,1,0.016522167,0.910504282,0.051609166,1,1,1,1,1,0.043868247,0.86423558,0.619743838,0.619843453,0.620124113
-4839,1,0.1649,1,1,1,1,1,1,1,1,0.0362,0.1649,0.4871,1,0.215,1,1,1,1,1,1,0.0011,0.215,0.5113,1,0.5349,1,1,1,0.0135,0.5349,0.4677,1,1,1,1,1,0.025373176,0.858783543,0.17765747,1,1,1,1,1,0.019282987,0.893752754,0.015848432,1,1,1,1,1,0.036540993,0.865151644,0.624939584,0.624920669,0.625
-4840,1,0.1649,1,1,1,1,1,1,1,1,0.0433,0.1649,0.35,1,0.215,1,1,1,1,1,1,0.0016,0.215,0.39,1,0.5349,1,1,1,0.0364,0.5349,0.3271,1,1,1,1,1,0.031330477,0.820283055,0.114327103,1,1,1,1,1,0.029794544,0.856708109,0.007762042,1,1,1,1,1,0.06176962,0.842035592,0.632974867,0.632959594,0.632978723
-4841,1,0.1649,1,1,1,1,1,1,1,1,0.0725,0.1649,0.1748,1,0.215,1,1,1,1,1,1,0.0098,0.215,0.2283,1,0.5349,1,1,1,0.0678,0.5349,0.1475,1,1,1,1,1,0.07058274,0.731608331,0.169244975,1,1,1,1,1,0.059952602,0.756823897,0.011162044,1,1,1,1,1,0.068328559,0.734263539,0.636841469,0.636767506,0.637411348
-4842,1,0.1649,1,1,1,1,1,1,1,1,0.103,0.1649,0.0721,1,0.215,1,1,1,1,1,1,0.0343,0.215,0.1039,1,0.5349,1,1,1,0.0605,0.5349,0.061,1,1,1,1,1,0.158425674,0.501682281,0.118136041,1,1,1,1,1,0.089328393,0.515899062,0,1,1,1,1,1,0.110728309,0.488244891,0.628866602,0.62872858,0.628989362
-4843,1,0.1649,1,1,1,1,1,1,1,1,0.0899,0.1649,0.0038,1,0.215,1,1,1,1,1,1,0.1444,0.215,0.0004,1,0.5349,1,1,1,0.0642,0.5349,0.0419,1,1,1,1,1,0.147258833,0.003272669,0.045888685,1,1,1,1,1,0.156404942,0.002521559,0,1,1,1,1,1,0.132478818,0,0.609352344,0.60947747,0.609929078
-4844,1,0.1649,1,1,1,1,1,1,1,1,0.1582,0.1649,0,1,0.215,1,1,1,1,1,1,0.2445,0.215,0,1,0.5349,1,1,1,0.1392,0.5349,0,1,1,1,1,1,0.345100969,0,0.001879936,1,1,1,1,1,0.251203179,0,0.000460733,1,1,1,1,1,0.27306059,0,0.607298212,0.607361963,0.607712766
-4845,1,0.1649,1,1,1,1,1,1,1,1,0.1378,0.1649,0,1,0.215,1,1,1,1,1,1,0.1965,0.215,0,1,0.5349,1,1,1,0.1501,0.5349,0,1,1,1,1,1,0.258551955,0,0.004227544,1,1,1,1,1,0.221936524,0,0.01929241,1,1,1,1,1,0.338156939,0,0.594067182,0.594034271,0.594414894
-4846,1,0.1649,1,1,1,1,1,1,1,1,0.1096,0.1649,0,1,0.215,1,1,1,1,1,1,0.1065,0.215,0,1,0.5349,1,1,1,0.2233,0.5349,0,1,1,1,1,1,0.178452224,0,0.002702684,1,1,1,1,1,0.109508082,0,0,1,1,1,1,1,0.411566377,0,0.551111648,0.551089486,0.550975177
-4847,1,0.1649,1,1,1,1,1,1,1,1,0.1025,0.1649,0,1,0.215,1,1,1,1,1,1,0.0584,0.215,0,1,0.5349,1,1,1,0.1473,0.5349,0,1,1,1,1,1,0.143942282,0,0,1,1,1,1,1,0.080617689,0,0,1,1,1,1,1,0.284308285,0,0.503564524,0.503702137,0.503546099
-4848,1,0.1649,1,1,1,1,1,1,1,1,0.1389,0.1649,0,1,0.215,1,1,1,1,1,1,0.033,0.215,0,1,0.5349,1,1,1,0.1309,0.5349,0,1,1,1,1,1,0.152884781,0,0,1,1,1,1,1,0.044597484,0,0,1,1,1,1,1,0.226406872,0,0.463146448,0.463084409,0.46320922
-4849,1,0.1649,1,1,1,1,1,1,1,1,0.1608,0.1649,0,1,0.215,1,1,1,1,1,1,0.0731,0.215,0,1,0.5349,1,1,1,0.1363,0.5349,0,1,1,1,1,1,0.186459482,0,0,1,1,1,1,1,0.090626135,0,0,1,1,1,1,1,0.295279175,0,0.437046883,0.437063677,0.437056738
-4850,1,0.1649,1,1,1,1,1,1,1,1,0.012,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.0002,0.5349,0,1,1,1,1,1,0.005966151,0,0.047211483,1,1,1,1,1,0,0,0,1,1,1,1,1,0.003468601,0,0.420674239,0.420774275,0.420656028
-4851,1,0.1649,1,1,1,1,1,1,1,1,0.0109,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.0001,0.5349,0,1,1,1,1,1,0.005186429,0,0.025091069,1,1,1,1,1,0,0,0,1,1,1,1,1,0.003152052,0,0.410524408,0.410619843,0.410460993
-4852,1,0.1649,1,1,1,1,1,1,1,1,0.0084,0.1649,0,1,0.215,1,1,1,1,1,1,0.0034,0.215,0,1,0.5349,1,1,1,0.0008,0.5349,0,1,1,1,1,1,0.004446255,0,0.014162945,1,1,1,1,1,0.003686373,0,0,1,1,1,1,1,0.005996425,0,0.406476559,0.406600381,0.406471631
-4853,1,0.1649,1,1,1,1,1,1,1,1,0.0065,0.1649,0.1493,1,0.215,1,1,1,1,1,1,0.0051,0.215,0.146,1,0.5349,1,1,1,0.0012,0.5349,0.123,1,1,1,1,1,0.006372498,0.242098719,0.022815678,1,1,1,1,1,0.005570164,0.171248868,0,1,1,1,1,1,0.006113541,0.236880675,0.402489125,0.402580918,0.40248227
-4854,1,0.1649,1,1,1,1,1,1,1,1,0.007,0.1649,0.0807,1,0.215,1,1,1,1,1,1,0.0033,0.215,0.1169,1,0.5349,1,1,1,0.0043,0.5349,0.0838,1,1,1,1,1,0.005181614,0.562454998,0.019586038,1,1,1,1,1,0.00344258,0.486513346,0,1,1,1,1,1,0.007472808,0.469938785,0.41481392,0.414639306,0.414893617
-4855,1,0.1649,1,1,1,1,1,1,1,1,0.0286,0.1649,0.2201,1,0.215,1,1,1,1,1,1,0.0575,0.215,0.2513,1,0.5349,1,1,1,0.0195,0.5349,0.2123,1,1,1,1,1,0.0299601,0.766689897,0.005455324,1,1,1,1,1,0.061024308,0.745404899,0,1,1,1,1,1,0.118298277,0.693848968,0.451848719,0.451872223,0.451684397
-4856,1,0.1649,1,1,1,1,1,1,1,1,0.0065,0.1649,0.3898,1,0.215,1,1,1,1,1,1,0.0041,0.215,0.408,1,0.5349,1,1,1,0.0124,0.5349,0.3628,1,1,1,1,1,0.003704134,0.847847581,0.003702036,1,1,1,1,1,0.003770168,0.839525819,0,1,1,1,1,1,0.058095653,0.783309996,0.502658289,0.502644383,0.502659574
-4857,1,0.1649,1,1,1,1,1,1,1,1,0.0076,0.1649,0.5143,1,0.215,1,1,1,1,1,1,0,0.215,0.5257,1,0.5349,1,1,1,0.021,0.5349,0.5041,1,1,1,1,1,0.002868439,0.87833941,0.003447849,1,1,1,1,1,0,0.881022692,0,1,1,1,1,1,0.064592414,0.860837519,0.548695022,0.548762429,0.548758865
-4858,1,0.1649,1,1,1,1,1,1,1,1,0.0241,0.1649,0.6101,1,0.215,1,1,1,1,1,1,0,0.215,0.6115,1,0.5349,1,1,1,0.0371,0.5349,0.6059,1,1,1,1,1,0.001312835,0.890620828,0.005092992,1,1,1,1,1,0.001768263,0.883569479,0,1,1,1,1,1,0.106137574,0.869076014,0.58657564,0.586629998,0.58643617
-4859,1,0.1649,1,1,1,1,1,1,1,1,0.0636,0.1649,0.6395,1,0.215,1,1,1,1,1,1,0.0066,0.215,0.6428,1,0.5349,1,1,1,0.0533,0.5349,0.6136,1,1,1,1,1,0.006785708,0.89169693,0.005871231,1,1,1,1,1,0.012698176,0.883413076,0,1,1,1,1,1,0.108101696,0.883529842,0.617266796,0.617304845,0.617464539
-4860,1,0.1649,1,1,1,1,1,1,1,1,0.1099,0.1649,0.6368,1,0.215,1,1,1,1,1,1,0.0025,0.215,0.6367,1,0.5349,1,1,1,0.0978,0.5349,0.6167,1,1,1,1,1,0.027470425,0.880105019,0.020124277,1,1,1,1,1,0.016654011,0.861005008,0,1,1,1,1,1,0.109551415,0.881034732,0.639016433,0.639094563,0.639184397
-4861,1,0.1649,1,1,1,1,1,1,1,1,0.1661,0.1649,0.6288,1,0.215,1,1,1,1,1,1,0.0182,0.215,0.6295,1,0.5349,1,1,1,0.1702,0.5349,0.5747,1,1,1,1,1,0.05095499,0.863642991,0.044700995,1,1,1,1,1,0.042796772,0.86234504,0,1,1,1,1,1,0.09758614,0.855695128,0.651522475,0.651576052,0.652039007
-4862,1,0.1649,1,1,1,1,1,1,1,1,0.3063,0.1649,0.5833,1,0.215,1,1,1,1,1,1,0.0425,0.215,0.5949,1,0.5349,1,1,1,0.1846,0.5349,0.5392,1,1,1,1,1,0.097105995,0.834573627,0.072326712,1,1,1,1,1,0.073158011,0.8602826,0,1,1,1,1,1,0.082681127,0.794775009,0.663182697,0.663211339,0.663120567
-4863,1,0.1649,1,1,1,1,1,1,1,1,0.2944,0.1649,0.478,1,0.215,1,1,1,1,1,1,0.0885,0.215,0.5051,1,0.5349,1,1,1,0.1371,0.5349,0.4379,1,1,1,1,1,0.10515064,0.831750154,0.032469019,1,1,1,1,1,0.121932,0.84249258,0,1,1,1,1,1,0.098521046,0.785471439,0.674903335,0.674846626,0.675088652
-4864,1,0.1649,1,1,1,1,1,1,1,1,0.278,0.1649,0.345,1,0.215,1,1,1,1,1,1,0.1086,0.215,0.3877,1,0.5349,1,1,1,0.1712,0.5349,0.3144,1,1,1,1,1,0.156471163,0.801548839,0.021128979,1,1,1,1,1,0.142613947,0.808622658,0,1,1,1,1,1,0.109356195,0.777078629,0.690430159,0.690501375,0.690602837
-4865,1,0.1649,1,1,1,1,1,1,1,1,0.2454,0.1649,0.1708,1,0.215,1,1,1,1,1,1,0.1406,0.215,0.2244,1,0.5349,1,1,1,0.1219,0.5349,0.1469,1,1,1,1,1,0.195205957,0.706682444,0.018730976,1,1,1,1,1,0.165874064,0.700536072,0,1,1,1,1,1,0.130291611,0.665055454,0.700157081,0.700232706,0.70035461
-4866,1,0.1649,1,1,1,1,1,1,1,1,0.2641,0.1649,0.0667,1,0.215,1,1,1,1,1,1,0.121,0.215,0.1006,1,0.5349,1,1,1,0.1363,0.5349,0.0571,1,1,1,1,1,0.238883674,0.458197773,0.039644703,1,1,1,1,1,0.167190045,0.456158489,0,1,1,1,1,1,0.164535254,0.40045616,0.692605123,0.692616882,0.692819149
-4867,1,0.1649,1,1,1,1,1,1,1,1,0.1549,0.1649,0,1,0.215,1,1,1,1,1,1,0.1287,0.215,0,1,0.5349,1,1,1,0.1268,0.5349,0,1,1,1,1,1,0.140096009,0,0.045424365,1,1,1,1,1,0.142734364,0,0.002937958,1,1,1,1,1,0.135797963,0,0.674117931,0.674211974,0.674202128
-4868,1,0.1649,1,1,1,1,1,1,1,1,0.1832,0.1649,0,1,0.215,1,1,1,1,1,1,0.1696,0.215,0,1,0.5349,1,1,1,0.2105,0.5349,0,1,1,1,1,1,0.259478062,0,0.029199615,1,1,1,1,1,0.204796866,0,0.017050002,1,1,1,1,1,0.296578854,0,0.674540841,0.674635075,0.67464539
-4869,1,0.1649,1,1,1,1,1,1,1,1,0.2502,0.1649,0,1,0.215,1,1,1,1,1,1,0.1929,0.215,0,1,0.5349,1,1,1,0.1985,0.5349,0,1,1,1,1,1,0.321990639,0,0.098140806,1,1,1,1,1,0.236094236,0,0.096132196,1,1,1,1,1,0.367883384,0,0.657624456,0.657711022,0.657801418
-4870,1,0.1649,1,1,1,1,1,1,1,1,0.2832,0.1649,0,1,0.215,1,1,1,1,1,1,0.1023,0.215,0,1,0.5349,1,1,1,0.2386,0.5349,0,1,1,1,1,1,0.281427443,0,0.138471201,1,1,1,1,1,0.106293693,0,0.103197128,1,1,1,1,1,0.41253829,0,0.606331561,0.60630421,0.606382979
-4871,1,0.1649,1,1,1,1,1,1,1,1,0.282,0.1649,0,1,0.215,1,1,1,1,1,1,0.1284,0.215,0,1,0.5349,1,1,1,0.1936,0.5349,0,1,1,1,1,1,0.285817862,0,0.158169419,1,1,1,1,1,0.150994286,0,0.109158635,1,1,1,1,1,0.376484096,0,0.550567907,0.550666385,0.550975177
-4872,1,0.1649,1,1,1,1,1,1,1,1,0.2006,0.1649,0,1,0.215,1,1,1,1,1,1,0.1265,0.215,0,1,0.5349,1,1,1,0.1808,0.5349,0,1,1,1,1,1,0.232644439,0,0.088300452,1,1,1,1,1,0.14215076,0,0.158282474,1,1,1,1,1,0.399639666,0,0.508639439,0.508779353,0.508421986
-4873,1,0.1649,1,1,1,1,1,1,1,1,0.2404,0.1649,0,1,0.215,1,1,1,1,1,1,0.0821,0.215,0,1,0.5349,1,1,1,0.1835,0.5349,0,1,1,1,1,1,0.305640936,0,0.145378098,1,1,1,1,1,0.145310506,0,0.226468593,1,1,1,1,1,0.449754894,0,0.481452392,0.481489317,0.481382979
-4874,1,0.1649,1,1,1,1,1,1,1,1,0.2149,0.1649,0,1,0.215,1,1,1,1,1,1,0.1479,0.215,0,1,0.5349,1,1,1,0.1632,0.5349,0,1,1,1,1,1,0.302178025,0,0.159077227,1,1,1,1,1,0.207547858,0,0.150663882,1,1,1,1,1,0.429637313,0,0.465925568,0.465834567,0.466312057
-4875,1,0.1649,1,1,1,1,1,1,1,1,0.1695,0.1649,0,1,0.215,1,1,1,1,1,1,0.2339,0.215,0,1,0.5349,1,1,1,0.1528,0.5349,0,1,1,1,1,1,0.226882219,0,0.170193106,1,1,1,1,1,0.25821805,0,0.1279466,1,1,1,1,1,0.419516593,0,0.460488159,0.460545801,0.460549645
-4876,1,0.1649,1,1,1,1,1,1,1,1,0.1585,0.1649,0,1,0.215,1,1,1,1,1,1,0.219,0.215,0,1,0.5349,1,1,1,0.1258,0.5349,0,1,1,1,1,1,0.185011417,0,0.153182238,1,1,1,1,1,0.247359961,0,0.128852889,1,1,1,1,1,0.291098863,0,0.469913001,0.46985403,0.469858156
-4877,1,0.1649,1,1,1,1,1,1,1,1,0.0646,0.1649,0.0009,1,0.215,1,1,1,1,1,1,0.1628,0.215,0,1,0.5349,1,1,1,0.1113,0.5349,0.0189,1,1,1,1,1,0.089937009,2.97E-06,0.101524182,1,1,1,1,1,0.211680904,0,0.25700134,1,1,1,1,1,0.226042613,0.020335911,0.499758337,0.499894225,0.5
-4878,1,0.1649,1,1,1,1,1,1,1,1,0.0432,0.1649,0.0705,1,0.215,1,1,1,1,1,1,0.0143,0.215,0.0606,1,0.5349,1,1,1,0.0941,0.5349,0.0871,1,1,1,1,1,0.036803059,0.157669544,0.107278869,1,1,1,1,1,0.026185624,0.080517426,0.152998447,1,1,1,1,1,0.202293023,0.236468673,0.553407443,0.553628094,0.553634752
-4879,1,0.1649,1,1,1,1,1,1,1,1,0.0206,0.1649,0.1883,1,0.215,1,1,1,1,1,1,0.0445,0.215,0.1575,1,0.5349,1,1,1,0.0654,0.5349,0.2079,1,1,1,1,1,0.005472638,0.295193732,0.13637042,1,1,1,1,1,0.065582022,0.194563091,0.144765973,1,1,1,1,1,0.136978492,0.356996834,0.617145964,0.617093294,0.617464539
-4880,1,0.1649,1,1,1,1,1,1,1,1,0.0193,0.1649,0.2657,1,0.215,1,1,1,1,1,1,0.0911,0.215,0.1957,1,0.5349,1,1,1,0.0277,0.5349,0.326,1,1,1,1,1,0.0023355,0.365255117,0.133658439,1,1,1,1,1,0.04909645,0.213540837,0.045978274,1,1,1,1,1,0.066178687,0.496474326,0.663847269,0.663845991,0.664007092
-4881,1,0.1649,1,1,1,1,1,1,1,1,0.0298,0.1649,0.3542,1,0.215,1,1,1,1,1,1,0.0674,0.215,0.2839,1,0.5349,1,1,1,0.0256,0.5349,0.4352,1,1,1,1,1,0.006040717,0.473930657,0.264791042,1,1,1,1,1,0.052609555,0.420966685,0.120579325,1,1,1,1,1,0.063297153,0.629581213,0.698586274,0.698751851,0.69858156
-4882,1,0.1649,1,1,1,1,1,1,1,1,0.0394,0.1649,0.4061,1,0.215,1,1,1,1,1,1,0.0027,0.215,0.3829,1,0.5349,1,1,1,0.0481,0.5349,0.5444,1,1,1,1,1,0.023735855,0.616241515,0.223642319,1,1,1,1,1,0.008358203,0.528613985,0.136371732,1,1,1,1,1,0.100088388,0.679001212,0.731271145,0.731542204,0.731382979
-4883,1,0.1649,1,1,1,1,1,1,1,1,0.1683,0.1649,0.451,1,0.215,1,1,1,1,1,1,0.0782,0.215,0.4717,1,0.5349,1,1,1,0.0993,0.5349,0.5703,1,1,1,1,1,0.079883777,0.707676291,0.421091616,1,1,1,1,1,0.070987627,0.678824902,0.250668049,1,1,1,1,1,0.227615759,0.795638561,0.75737071,0.757562936,0.757535461
-4884,1,0.1649,1,1,1,1,1,1,1,1,0.1469,0.1649,0.5063,1,0.215,1,1,1,1,1,1,0.062,0.215,0.5667,1,0.5349,1,1,1,0.1558,0.5349,0.58,1,1,1,1,1,0.085561469,0.789478898,0.516544044,1,1,1,1,1,0.068561427,0.769800365,0.635536194,1,1,1,1,1,0.352702409,0.83471787,0.775495408,0.775756294,0.77570922
-4885,1,0.1649,1,1,1,1,1,1,1,1,0.2308,0.1649,0.5355,1,0.215,1,1,1,1,1,1,0.0325,0.215,0.5689,1,0.5349,1,1,1,0.2098,0.5349,0.5895,1,1,1,1,1,0.110656619,0.809320807,0.668265402,1,1,1,1,1,0.103386179,0.77375555,0.914574921,1,1,1,1,1,0.324803859,0.853211641,0.801715805,0.801777026,0.801861702
-4886,1,0.1649,1,1,1,1,1,1,1,1,0.332,0.1649,0.5429,1,0.215,1,1,1,1,1,1,0.12,0.215,0.5189,1,0.5349,1,1,1,0.3179,0.5349,0.5655,1,1,1,1,1,0.174450979,0.804344296,0.769573808,1,1,1,1,1,0.176359177,0.739998519,1,1,1,1,1,1,0.339358181,0.863028526,0.822075882,0.82208589,0.822251773
-4887,1,0.1649,1,1,1,1,1,1,1,1,0.3417,0.1649,0.4437,1,0.215,1,1,1,1,1,1,0.1177,0.215,0.3273,1,0.5349,1,1,1,0.2895,0.5349,0.4543,1,1,1,1,1,0.212929711,0.704283237,0.71987772,1,1,1,1,1,0.168036774,0.50826329,1,1,1,1,1,1,0.335649699,0.841983438,0.837058966,0.837105987,0.837322695
-4888,1,0.1649,1,1,1,1,1,1,1,1,0.4012,0.1649,0.2909,1,0.215,1,1,1,1,1,1,0.0637,0.215,0.1738,1,0.5349,1,1,1,0.2987,0.5349,0.3005,1,1,1,1,1,0.252365589,0.475407302,0.842276216,1,1,1,1,1,0.104891241,0.258283973,1,1,1,1,1,1,0.335546643,0.763112903,0.846121315,0.846202666,0.846187943
-4889,1,0.1649,1,1,1,1,1,1,1,1,0.314,0.1649,0.1575,1,0.215,1,1,1,1,1,1,0.0666,0.215,0.0791,1,0.5349,1,1,1,0.2784,0.5349,0.128,1,1,1,1,1,0.193255931,0.324041963,0.919190109,1,1,1,1,1,0.115613483,0.121459931,1,1,1,1,1,1,0.283120006,0.614217043,0.842738038,0.842817855,0.843085106
-4890,1,0.1649,1,1,1,1,1,1,1,1,0.2808,0.1649,0.0422,1,0.215,1,1,1,1,1,1,0.0408,0.215,0.025,1,0.5349,1,1,1,0.2285,0.5349,0.0301,1,1,1,1,1,0.13527672,0.095292248,1,1,1,1,1,1,0.086017415,0.056206286,1,1,1,1,1,1,0.293010533,0.254445732,0.823042533,0.823143643,0.823138298
-4891,1,0.1649,1,1,1,1,1,1,1,1,0.1858,0.1649,0,1,0.215,1,1,1,1,1,1,0.0032,0.215,0,1,0.5349,1,1,1,0.2301,0.5349,0,1,1,1,1,1,0.088191167,0,0.995535731,1,1,1,1,1,0.012927394,0,0.91397357,1,1,1,1,1,0.34631747,0,0.80219913,0.802200127,0.802304965
-4892,1,0.1649,1,1,1,1,1,1,1,1,0.1768,0.1649,0,1,0.215,1,1,1,1,1,1,0.0806,0.215,0,1,0.5349,1,1,1,0.378,0.5349,0,1,1,1,1,1,0.181743175,0,0.951449931,1,1,1,1,1,0.102959067,0,0.866968632,1,1,1,1,1,0.513170302,0,0.803709522,0.803680982,0.804078014
-4893,1,0.1649,1,1,1,1,1,1,1,1,0.2808,0.1649,0,1,0.215,1,1,1,1,1,1,0.1825,0.215,0,1,0.5349,1,1,1,0.3104,0.5349,0,1,1,1,1,1,0.31234479,0,0.92543608,1,1,1,1,1,0.202826589,0,1,1,1,1,1,1,0.450142205,0,0.773743354,0.773640787,0.77393617
-4894,1,0.1649,1,1,1,1,1,1,1,1,0.2554,0.1649,0,1,0.215,1,1,1,1,1,1,0.0426,0.215,0,1,0.5349,1,1,1,0.3715,0.5349,0,1,1,1,1,1,0.218215615,0,0.804454207,1,1,1,1,1,0.047213621,0,0.93460083,1,1,1,1,1,0.44766295,0,0.706561141,0.706579226,0.707003546
-4895,1,0.1649,1,1,1,1,1,1,1,1,0.2091,0.1649,0,1,0.215,1,1,1,1,1,1,0.003,0.215,0,1,0.5349,1,1,1,0.2712,0.5349,0,1,1,1,1,1,0.193589702,0,0.730140209,1,1,1,1,1,0.017839741,0,0.652208149,1,1,1,1,1,0.344824135,0,0.637566457,0.637613708,0.637411348
-4896,1,0.1649,1,1,1,1,1,1,1,1,0.1249,0.1649,0,1,0.215,1,1,1,1,1,1,0.013,0.215,0,1,0.5349,1,1,1,0.2314,0.5349,0,1,1,1,1,1,0.091844201,0,0.717806697,1,1,1,1,1,0.02393768,0,0.836709261,1,1,1,1,1,0.2841793,0,0.587602707,0.587687751,0.587765957
-4897,1,0.1649,1,1,1,1,1,1,1,1,0.257,0.1649,0,1,0.215,1,1,1,1,1,1,0.0607,0.215,0,1,0.5349,1,1,1,0.1766,0.5349,0,1,1,1,1,1,0.147131085,0,0.998974323,1,1,1,1,1,0.107097097,0,1,1,1,1,1,1,0.307533741,0,0.556549058,0.556589803,0.556737589
-4898,1,0.1649,1,1,1,1,1,1,1,1,0.2515,0.1649,0,1,0.215,1,1,1,1,1,1,0.0189,0.215,0,1,0.5349,1,1,1,0.224,0.5349,0,1,1,1,1,1,0.119709238,0,1,1,1,1,1,1,0.049946427,0,1,1,1,1,1,1,0.338181138,0,0.536913968,0.536915591,0.537234043
-4899,1,0.1649,1,1,1,1,1,1,1,1,0.2594,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.1879,0.5349,0,1,1,1,1,1,0.1001283,0,1,1,1,1,1,1,0.010359115,0,0.893185139,1,1,1,1,1,0.176570073,0,0.528093282,0.528030463,0.527925532
-4900,1,0.1649,1,1,1,1,1,1,1,1,0.1815,0.1649,0,1,0.215,1,1,1,1,1,1,0.0036,0.215,0,1,0.5349,1,1,1,0.1296,0.5349,0,1,1,1,1,1,0.148291513,0,0.995013654,1,1,1,1,1,0.022722874,0,1,1,1,1,1,1,0.214574426,0,0.532261962,0.532261477,0.532358156
-4901,1,0.1649,1,1,1,1,1,1,1,1,0.1497,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.0915,0.5349,0,1,1,1,1,1,0.094224341,0,0.998751879,1,1,1,1,1,0.036638431,0,1,1,1,1,1,1,0.128947109,0,0.555944901,0.555955151,0.555851064
-4902,1,0.1649,1,1,1,1,1,1,1,1,0.1362,0.1649,0.0696,1,0.215,1,1,1,1,1,1,0.0965,0.215,0.0956,1,0.5349,1,1,1,0.0423,0.5349,0.0559,1,1,1,1,1,0.123139441,0.380230457,0.969602704,1,1,1,1,1,0.163088337,0.386263251,1,1,1,1,1,1,0.081594244,0.183196381,0.606996133,0.606938862,0.607269504
-4903,1,0.1649,1,1,1,1,1,1,1,1,0.0785,0.1649,0.2025,1,0.215,1,1,1,1,1,1,0.0206,0.215,0.2315,1,0.5349,1,1,1,0.0588,0.5349,0.1539,1,1,1,1,1,0.072889723,0.644923389,0.553643346,1,1,1,1,1,0.027165584,0.679386377,1,1,1,1,1,1,0.118305847,0.567023456,0.676655389,0.676750582,0.676861702
-4904,1,0.1648,1,1,1,1,1,1,1,1,0.1293,0.1648,0.3519,1,0.2149,1,1,1,1,1,1,0.0259,0.2149,0.3666,1,0.5348,1,1,1,0.0884,0.5348,0.3076,1,1,1,1,1,0.106599487,0.700124323,0.725351393,1,1,1,1,1,0.028363166,0.754638433,1,1,1,1,1,1,0.173461169,0.729187608,0.736768971,0.736830971,0.736702128
-4905,1,0.1647,1,1,1,1,1,1,1,1,0.0717,0.1647,0.4108,1,0.2148,1,1,1,1,1,1,0.071,0.2148,0.4424,1,0.5346,1,1,1,0.0777,0.5346,0.4045,1,1,1,1,1,0.054642878,0.62024802,0.790815234,1,1,1,1,1,0.073898293,0.739012122,1,1,1,1,1,1,0.175380006,0.755302608,0.786128565,0.786333827,0.786347518
-4906,1,0.1645,1,1,1,1,1,1,1,1,0.1364,0.1645,0.4738,1,0.2148,1,1,1,1,1,1,0.5182,0.2148,0.4827,1,0.5344,1,1,1,0.0935,0.5344,0.4761,1,1,1,1,1,0.16898191,0.747193992,0.624507666,1,1,1,1,1,0.445958614,0.77907896,1,1,1,1,1,1,0.232494026,0.767418325,0.829990333,0.830124815,0.830230496
-4907,1,0.1644,1,1,1,1,1,1,1,1,0.1053,0.1644,0.5385,1,0.2147,1,1,1,1,1,1,0.4218,0.2147,0.5894,1,0.5343,1,1,1,0.1977,0.5343,0.4869,1,1,1,1,1,0.176124483,0.809445381,0.699633837,1,1,1,1,1,0.352426469,0.820456982,0.697453737,1,1,1,1,1,0.453189492,0.657708883,0.858506525,0.858684155,0.859042553
-4908,1,0.1643,1,1,1,1,1,1,1,1,0.1529,0.1643,0.5878,1,0.2146,1,1,1,1,1,1,0.2446,0.2146,0.6157,1,0.5341,1,1,1,0.2258,0.5341,0.4766,1,1,1,1,1,0.182624057,0.832771897,0.657676935,1,1,1,1,1,0.261798471,0.85991174,0.279851317,1,1,1,1,1,0.463474274,0.445164561,0.883276945,0.883435583,0.883865248
-4909,1,0.1641,1,1,1,1,1,1,1,1,0.2357,0.1641,0.5818,1,0.2145,1,1,1,1,1,1,0.312,0.2145,0.617,1,0.5339,1,1,1,0.1294,0.5339,0.4046,1,1,1,1,1,0.274281353,0.703100562,0.706305623,1,1,1,1,1,0.287525475,0.851701796,0.117146596,1,1,1,1,1,0.363151878,0.570482612,0.904664089,0.904590649,0.905141844
-4910,1,0.164,1,1,1,1,1,1,1,1,0.3152,0.164,0.4739,1,0.2144,1,1,1,1,1,1,0.3302,0.2144,0.5598,1,0.5338,1,1,1,0.3968,0.5338,0.5211,1,1,1,1,1,0.409559041,0.645667434,0.896029532,1,1,1,1,1,0.386650831,0.78910166,0.38288641,1,1,1,1,1,0.683042347,0.674369037,0.912759787,0.912841125,0.913120567
-4911,1,0.1639,1,1,1,1,1,1,1,1,0.3599,0.1639,0.3739,1,0.2143,1,1,1,1,1,1,0.3174,0.2143,0.4422,1,0.5336,1,1,1,0.3922,0.5336,0.4217,1,1,1,1,1,0.462509185,0.709235668,0.956471503,1,1,1,1,1,0.423119694,0.750087917,0.789728343,1,1,1,1,1,0.631340623,0.702761412,0.904845336,0.9048022,0.905141844
-4912,1,0.1637,1,1,1,1,1,1,1,1,0.3527,0.1637,0.294,1,0.2142,1,1,1,1,1,1,0.3675,0.2142,0.3355,1,0.5334,1,1,1,0.3572,0.5334,0.3046,1,1,1,1,1,0.315004557,0.703794539,1,1,1,1,1,1,0.36457628,0.636583447,0.458751023,1,1,1,1,1,0.605385721,0.590927899,0.889378927,0.889570552,0.88962766
-4913,1,0.1636,1,1,1,1,1,1,1,1,0.2359,0.1636,0.1633,1,0.2141,1,1,1,1,1,1,0.3588,0.2141,0.2068,1,0.5333,1,1,1,0.3037,0.5333,0.1446,1,1,1,1,1,0.37189579,0.579888523,0.994079947,1,1,1,1,1,0.408500999,0.600810409,0.445788264,1,1,1,1,1,0.442369401,0.497956485,0.869623006,0.86968479,0.869680851
-4914,1,0.1635,1,1,1,1,1,1,1,1,0.302,0.1635,0.0589,1,0.214,1,1,1,1,1,1,0.5473,0.214,0.0817,1,0.5331,1,1,1,0.4092,0.5331,0.0517,1,1,1,1,1,0.537764132,0.2668387,0.99373877,1,1,1,1,1,0.449189186,0.365141928,0.241885602,1,1,1,1,1,0.574984789,0.16313757,0.838508942,0.838586842,0.838652482
-4915,1,0.1633,1,1,1,1,1,1,1,1,0.2,0.1633,0,1,0.2139,1,1,1,1,1,1,0.3876,0.2139,0,1,0.5329,1,1,1,0.434,0.5329,0,1,1,1,1,1,0.345666319,0,0.257336318,1,1,1,1,1,0.326596856,0,0.260141134,1,1,1,1,1,0.613392234,0,0.806730304,0.806642691,0.807180851
-4916,1,0.1632,1,1,1,1,1,1,1,1,0.2646,0.1632,0,1,0.2138,1,1,1,1,1,1,0.2661,0.2138,0,1,0.5328,1,1,1,0.5941,0.5328,0,1,1,1,1,1,0.460138708,0,0.110109493,1,1,1,1,1,0.308746099,0,0.245340586,1,1,1,1,1,0.770098329,0,0.792713871,0.792680347,0.792996454
-4917,1,0.1631,1,1,1,1,1,1,1,1,0.3272,0.1631,0,1,0.2137,1,1,1,1,1,1,0.2366,0.2137,0,1,0.5326,1,1,1,0.6744,0.5326,0,1,1,1,1,1,0.461708486,0,0.086505264,1,1,1,1,1,0.269470632,0,0.103514671,1,1,1,1,1,0.843603611,0,0.749879169,0.749947112,0.75
-4918,1,0.1629,1,1,1,1,1,1,1,1,0.3527,0.1629,0,1,0.2136,1,1,1,1,1,1,0.2132,0.2136,0,1,0.5324,1,1,1,0.672,0.5324,0,1,1,1,1,1,0.349668294,0,0.190784201,1,1,1,1,1,0.274487287,0,0.510105252,1,1,1,1,1,0.852415085,0,0.671338811,0.671461815,0.671542553
-4919,1,0.1628,1,1,1,1,1,1,1,1,0.2966,0.1628,0,1,0.2135,1,1,1,1,1,1,0.3913,0.2135,0,1,0.5323,1,1,1,0.5088,0.5323,0,1,1,1,1,1,0.305353194,0,0.550342917,1,1,1,1,1,0.458858311,0,1,1,1,1,1,1,0.775778472,0,0.59521508,0.595303575,0.595301418
-4920,1,0.1627,1,1,1,1,1,1,1,1,0.3625,0.1627,0,1,0.2134,1,1,1,1,1,1,0.4611,0.2134,0,1,0.5321,1,1,1,0.4636,0.5321,0,1,1,1,1,1,0.365387827,0,0.814228773,1,1,1,1,1,0.468164295,0,1,1,1,1,1,1,0.757539749,0,0.537336878,0.537338693,0.537677305
-4921,1,0.1625,1,1,1,1,1,1,1,1,0.3866,0.1625,0,1,0.2133,1,1,1,1,1,1,0.2656,0.2133,0,1,0.5319,1,1,1,0.5411,0.5319,0,1,1,1,1,1,0.417228222,0,0.702473998,1,1,1,1,1,0.320189178,0,0.874853134,1,1,1,1,1,0.798591495,0,0.5,0.499894225,0.5
-4922,1,0.1624,1,1,1,1,1,1,1,1,0.3732,0.1624,0,1,0.2132,1,1,1,1,1,1,0.1521,0.2132,0,1,0.5318,1,1,1,0.5984,0.5318,0,1,1,1,1,1,0.318468392,0,0.796509266,1,1,1,1,1,0.212267995,0,1,1,1,1,1,1,0.818958998,0,0.476921218,0.476835202,0.476950355
-4923,1,0.1623,1,1,1,1,1,1,1,1,0.3272,0.1623,0,1,0.2131,1,1,1,1,1,1,0.076,0.2131,0,1,0.5316,1,1,1,0.5582,0.5316,0,1,1,1,1,1,0.219467804,0,0.88351047,1,1,1,1,1,0.122500859,0,1,1,1,1,1,1,0.778535366,0,0.463448526,0.46350751,0.463652482
-4924,1,0.1621,1,1,1,1,1,1,1,1,0.2887,0.1621,0,1,0.213,1,1,1,1,1,1,0.2103,0.213,0,1,0.5314,1,1,1,0.5057,0.5314,0,1,1,1,1,1,0.288450599,0,0.972972751,1,1,1,1,1,0.326458305,0,1,1,1,1,1,1,0.716947079,0,0.46520058,0.465199915,0.465425532
-4925,1,0.162,1,1,1,1,1,1,1,1,0.3171,0.162,0.125,1,0.2129,1,1,1,1,1,1,0.194,0.2129,0.1003,1,0.5313,1,1,1,0.4404,0.5313,0.1156,1,1,1,1,1,0.333350003,0.203828514,1,1,1,1,1,1,0.248779178,0.137703702,1,1,1,1,1,1,0.618484378,0.263592899,0.485560657,0.48572033,0.48537234
-4926,1,0.1619,1,1,1,1,1,1,1,1,0.2001,0.1619,0.0777,1,0.2128,1,1,1,1,1,1,0.0868,0.2128,0.1147,1,0.5311,1,1,1,0.3836,0.5311,0.072,1,1,1,1,1,0.181662112,0.580717504,1,1,1,1,1,1,0.139371246,0.557420731,0.920280159,1,1,1,1,1,0.463003308,0.612060428,0.534618173,0.534800085,0.534574468
-4927,1,0.1617,1,1,1,1,1,1,1,1,0.1737,0.1617,0.2219,1,0.2127,1,1,1,1,1,1,0.1237,0.2127,0.253,1,0.5309,1,1,1,0.2208,0.5309,0.2119,1,1,1,1,1,0.131216884,0.812377155,0.925777197,1,1,1,1,1,0.117835939,0.784903765,0.78008306,1,1,1,1,1,0.225830466,0.825197518,0.597631706,0.597630633,0.59751773
-4928,1,0.1616,1,1,1,1,1,1,1,1,0.2065,0.1616,0.3995,1,0.2126,1,1,1,1,1,1,0.223,0.2126,0.4226,1,0.5308,1,1,1,0.2664,0.5308,0.3761,1,1,1,1,1,0.236117393,0.893832922,0.619164884,1,1,1,1,1,0.232492328,0.887549102,0.460910231,1,1,1,1,1,0.262822568,0.893667042,0.642037216,0.642056272,0.642287234
-4929,1,0.1615,1,1,1,1,1,1,1,1,0.2137,0.1615,0.5319,1,0.2125,1,1,1,1,1,1,0.2035,0.2125,0.5498,1,0.5306,1,1,1,0.2058,0.5306,0.5112,1,1,1,1,1,0.315200418,0.901103497,0.251914442,1,1,1,1,1,0.221076876,0.939549863,0.362085879,1,1,1,1,1,0.204520777,0.885194838,0.672486709,0.672519568,0.67287234
-4930,1,0.1613,1,1,1,1,1,1,1,1,0.2589,0.1613,0.6343,1,0.2124,1,1,1,1,1,1,0.1972,0.2124,0.6495,1,0.5304,1,1,1,0.3522,0.5304,0.6261,1,1,1,1,1,0.329885274,0.939010561,0.304076374,1,1,1,1,1,0.217807516,0.957464755,0.597330451,1,1,1,1,1,0.351955593,0.894165754,0.696350894,0.696424794,0.696365248
-4931,1,0.1612,1,1,1,1,1,1,1,1,0.2137,0.1612,0.6663,1,0.2123,1,1,1,1,1,1,0.2596,0.2123,0.6885,1,0.5303,1,1,1,0.2495,0.5303,0.6552,1,1,1,1,1,0.286464483,0.952995777,0.183407068,1,1,1,1,1,0.269320309,0.965703845,0.625781953,1,1,1,1,1,0.24727115,0.937314749,0.711756887,0.711656442,0.711879433
-4932,1,0.1611,1,1,1,1,1,1,1,1,0.187,0.1611,0.6765,1,0.2122,1,1,1,1,1,1,0.2411,0.2122,0.6914,1,0.5301,1,1,1,0.2616,0.5301,0.6574,1,1,1,1,1,0.247194871,0.963556767,0.209944665,1,1,1,1,1,0.243943959,0.96921587,0.644520462,1,1,1,1,1,0.30396384,0.951018095,0.722269212,0.722445526,0.72251773
-4933,1,0.1609,1,1,1,1,1,1,1,1,0.1722,0.1609,0.6227,1,0.2122,1,1,1,1,1,1,0.1732,0.2122,0.6275,1,0.5299,1,1,1,0.3355,0.5299,0.6012,1,1,1,1,1,0.194966838,0.876049817,0.403592974,1,1,1,1,1,0.154164374,0.882125199,0.793514967,1,1,1,1,1,0.355343968,0.886604846,0.73719188,0.737254072,0.737588652
-4934,1,0.1608,1,1,1,1,1,1,1,1,0.1059,0.1608,0.6104,1,0.2121,1,1,1,1,1,1,0.1956,0.2121,0.6347,1,0.5298,1,1,1,0.3436,0.5298,0.5871,1,1,1,1,1,0.175353333,0.940930068,0.239091098,1,1,1,1,1,0.193584189,0.953990579,0.331427217,1,1,1,1,1,0.514104307,0.932390928,0.749818753,0.749735562,0.75
-4935,1,0.1607,1,1,1,1,1,1,1,1,0.0958,0.1607,0.4944,1,0.212,1,1,1,1,1,1,0.1577,0.212,0.5308,1,0.5296,1,1,1,0.302,0.5296,0.4643,1,1,1,1,1,0.143615171,0.913491011,0.20736523,1,1,1,1,1,0.143222839,0.930940509,0.294436932,1,1,1,1,1,0.523466349,0.872760177,0.761358144,0.761370848,0.761524823
-4936,1,0.1605,1,1,1,1,1,1,1,1,0.0979,0.1605,0.3509,1,0.2119,1,1,1,1,1,1,0.1887,0.2119,0.4019,1,0.5294,1,1,1,0.2856,0.5294,0.3089,1,1,1,1,1,0.138253465,0.881433189,0.214742646,1,1,1,1,1,0.164232582,0.892823875,0.352280617,1,1,1,1,1,0.543431163,0.790098071,0.771387144,0.77152528,0.771719858
-4937,1,0.1604,1,1,1,1,1,1,1,1,0.09,0.1604,0.1694,1,0.2118,1,1,1,1,1,1,0.2177,0.2118,0.2241,1,0.5293,1,1,1,0.1681,0.5293,0.1558,1,1,1,1,1,0.13971895,0.691452444,0.21743302,1,1,1,1,1,0.18757309,0.673609257,0.541050792,1,1,1,1,1,0.401266903,0.551878691,0.770964234,0.770890628,0.771276596
-4938,1,0.1603,1,1,1,1,1,1,1,1,0.0388,0.1603,0.0685,1,0.2117,1,1,1,1,1,1,0.0433,0.2117,0.0822,1,0.5291,1,1,1,0.0799,0.5291,0.0651,1,1,1,1,1,0.051222745,0.315544486,0.141274661,1,1,1,1,1,0.03598557,0.205450892,0.574655831,1,1,1,1,1,0.244145736,0.274497628,0.750362494,0.750370214,0.750886525
-4939,1,0.1601,1,1,1,1,1,1,1,1,0.0681,0.1601,0,1,0.2116,1,1,1,1,1,1,0.0192,0.2116,0,1,0.5289,1,1,1,0.0731,0.5289,0,1,1,1,1,1,0.039065033,0,0.115063816,1,1,1,1,1,0.031861581,8.54E-06,0.269390345,1,1,1,1,1,0.257414967,0,0.723537941,0.72371483,0.723847518
-4940,1,0.16,1,1,1,1,1,1,1,1,0.0477,0.16,0,1,0.2115,1,1,1,1,1,1,0.0057,0.2115,0,1,0.5288,1,1,1,0.077,0.5288,0,1,1,1,1,1,0.024017952,0,0.097075149,1,1,1,1,1,0.011955909,0,0.229310751,1,1,1,1,1,0.302142113,0,0.724565007,0.724772583,0.724734043
-4941,1,0.1599,1,1,1,1,1,1,1,1,0.0587,0.1599,0,1,0.2114,1,1,1,1,1,1,0.0067,0.2114,0,1,0.5286,1,1,1,0.1025,0.5286,0,1,1,1,1,1,0.025654286,0,0.151198238,1,1,1,1,1,0.014881589,0,0.523461819,1,1,1,1,1,0.352176994,0,0.696955051,0.696847895,0.697251773
-4942,1,0.1597,1,1,1,1,1,1,1,1,0.0465,0.1597,0,1,0.2113,1,1,1,1,1,1,0.0123,0.2113,0,1,0.5284,1,1,1,0.1145,0.5284,0,1,1,1,1,1,0.027105823,0,0.184982359,1,1,1,1,1,0.036171429,0,0.652707636,1,1,1,1,1,0.362941146,0,0.633699855,0.633805796,0.633865248
-4943,1,0.1596,1,1,1,1,1,1,1,1,0.0599,0.1596,0,1,0.2112,1,1,1,1,1,1,0.027,0.2112,0,1,0.5283,1,1,1,0.0726,0.5283,0,1,1,1,1,1,0.028900553,0,0.251109958,1,1,1,1,1,0.067051917,0,0.476387709,1,1,1,1,1,0.24025324,0,0.568873852,0.568859742,0.569148936
-4944,1,0.1595,1,1,1,1,1,1,1,1,0.0449,0.1595,0,1,0.2111,1,1,1,1,1,1,0.0435,0.2111,0,1,0.5281,1,1,1,0.0508,0.5281,0,1,1,1,1,1,0.017560236,0,0.177195355,1,1,1,1,1,0.089999668,0,0.369038999,1,1,1,1,1,0.173241824,0,0.523985017,0.524011001,0.52393617
-4945,1,0.1593,1,1,1,1,1,1,1,1,0.0438,0.1593,0,1,0.211,1,1,1,1,1,1,0.1441,0.211,0,1,0.5279,1,1,1,0.0443,0.5279,0,1,1,1,1,1,0.023690786,0,0.32373637,1,1,1,1,1,0.171112597,0,0.734077036,1,1,1,1,1,0.161247253,0,0.494320928,0.494393907,0.494237589
-4946,1,0.1592,1,1,1,1,1,1,1,1,0.0782,0.1592,0,1,0.2109,1,1,1,1,1,1,0.1418,0.2109,0,1,0.5278,1,1,1,0.036,0.5278,0,1,1,1,1,1,0.041526008,0,0.468045294,1,1,1,1,1,0.16526553,0,0.579645574,1,1,1,1,1,0.112085164,0,0.476558724,0.476623651,0.476950355
-4947,1,0.1591,1,1,1,1,1,1,1,1,0.1557,0.1591,0,1,0.2108,1,1,1,1,1,1,0.1601,0.2108,0,1,0.5276,1,1,1,0.0349,0.5276,0,1,1,1,1,1,0.068559892,0,0.772984505,1,1,1,1,1,0.201029152,0,0.846157074,1,1,1,1,1,0.08208254,0,0.469550507,0.469642479,0.469414894
-4948,1,0.1589,1,1,1,1,1,1,1,1,0.0789,0.1589,0,1,0.2107,1,1,1,1,1,1,0.1255,0.2107,0,1,0.5274,1,1,1,0.0434,0.5274,0,1,1,1,1,1,0.038147122,0,0.447857022,1,1,1,1,1,0.117099345,0,0.775981665,1,1,1,1,1,0.078714482,0,0.47577332,0.475777449,0.47606383
-4949,1,0.1588,1,1,1,1,1,1,1,1,0.1289,0.1588,0.002,1,0.2106,1,1,1,1,1,1,0.1954,0.2106,0,1,0.5273,1,1,1,0.0485,0.5273,0.0009,1,1,1,1,1,0.051704809,0.000114409,0.957213759,1,1,1,1,1,0.251160055,0,1,1,1,1,1,1,0.108710617,0.005492302,0.505739488,0.505817643,0.505762411
-4950,1,0.1587,1,1,1,1,1,1,1,1,0.0709,0.1587,0.0439,1,0.2105,1,1,1,1,1,1,0.1264,0.2105,0.0159,1,0.5271,1,1,1,0.0415,0.5271,0.0863,1,1,1,1,1,0.042951353,0.060178611,0.992157578,1,1,1,1,1,0.205600441,0.041163854,1,1,1,1,1,1,0.143537953,0.186846375,0.560838569,0.560820817,0.561170213
-4951,1,0.1585,1,1,1,1,1,1,1,1,0.0525,0.1585,0.1485,1,0.2104,1,1,1,1,1,1,0.216,0.2104,0.0875,1,0.5269,1,1,1,0.0435,0.5269,0.1755,1,1,1,1,1,0.042990308,0.200745702,1,1,1,1,1,1,0.268906385,0.151591316,1,1,1,1,1,1,0.172698095,0.37602666,0.620770904,0.620689655,0.621010638
-4952,1,0.1584,1,1,1,1,1,1,1,1,0.111,0.1584,0.2769,1,0.2103,1,1,1,1,1,1,0.0883,0.2103,0.257,1,0.5268,1,1,1,0.0105,0.5268,0.2836,1,1,1,1,1,0.039405212,0.443923175,1,1,1,1,1,1,0.09322314,0.361971766,1,1,1,1,1,1,0.059231732,0.395414889,0.660826486,0.660884282,0.660904255
-4953,1,0.1583,1,1,1,1,1,1,1,1,0.1554,0.1583,0.3301,1,0.2102,1,1,1,1,1,1,0.182,0.2102,0.305,1,0.5266,1,1,1,0.0032,0.5266,0.3743,1,1,1,1,1,0.05610529,0.487717092,1,1,1,1,1,1,0.180976629,0.406697512,1,1,1,1,1,1,0.011444709,0.440004021,0.688255196,0.688385868,0.688386525
-4954,1,0.1581,1,1,1,1,1,1,1,1,0.1423,0.1581,0.3681,1,0.2101,1,1,1,1,1,1,0.1961,0.2101,0.3777,1,0.5264,1,1,1,0.0193,0.5264,0.3644,1,1,1,1,1,0.056924187,0.543621063,1,1,1,1,1,1,0.199447662,0.568339646,1,1,1,1,1,1,0.012835835,0.587822556,0.708736104,0.708694732,0.708776596
-4955,1,0.158,1,1,1,1,1,1,1,1,0.1008,0.158,0.3924,1,0.21,1,1,1,1,1,1,0.1655,0.21,0.4231,1,0.5263,1,1,1,0.0782,0.5263,0.406,1,1,1,1,1,0.038420726,0.57949245,0.986076117,1,1,1,1,1,0.146322623,0.613449037,1,1,1,1,1,1,0.03143388,0.533565998,0.720517158,0.72075312,0.720744681
-4956,1,0.1579,1,1,1,1,1,1,1,1,0.1166,0.1579,0.4272,1,0.2099,1,1,1,1,1,1,0.1006,0.2099,0.5228,1,0.5261,1,1,1,0.1143,0.5261,0.3865,1,1,1,1,1,0.061975747,0.628766835,0.944464922,1,1,1,1,1,0.098169945,0.720869601,1,1,1,1,1,1,0.064673707,0.53410089,0.730606573,0.730696002,0.730939716
-4957,1,0.1577,1,1,1,1,1,1,1,1,0.1541,0.1577,0.4446,1,0.2098,1,1,1,1,1,1,0.0178,0.2098,0.493,1,0.5259,1,1,1,0.083,0.5259,0.3899,1,1,1,1,1,0.063441619,0.626956284,0.989212513,1,1,1,1,1,0.027861936,0.688464344,1,1,1,1,1,1,0.053451892,0.57906723,0.752054132,0.75227417,0.752216312
-4958,1,0.1576,1,1,1,1,1,1,1,1,0.2097,0.1576,0.4271,1,0.2097,1,1,1,1,1,1,0.0248,0.2097,0.405,1,0.5258,1,1,1,0.0733,0.5258,0.3415,1,1,1,1,1,0.048776723,0.576700807,1,1,1,1,1,1,0.047568399,0.611577868,1,1,1,1,1,1,0.048437003,0.500304103,0.770964234,0.771102179,0.771276596
-4959,1,0.1575,1,1,1,1,1,1,1,1,0.2146,0.1575,0.3544,1,0.2096,1,1,1,1,1,1,0.1249,0.2096,0.3971,1,0.5256,1,1,1,0.0336,0.5256,0.2888,1,1,1,1,1,0.050870452,0.566673458,1,1,1,1,1,1,0.150476873,0.656247199,1,1,1,1,1,1,0.037846398,0.390411139,0.78842436,0.788660884,0.78856383
-4960,1,0.1573,1,1,1,1,1,1,1,1,0.1739,0.1573,0.2766,1,0.2096,1,1,1,1,1,1,0.1456,0.2096,0.2993,1,0.5254,1,1,1,0.0507,0.5254,0.2316,1,1,1,1,1,0.038969923,0.47835198,1,1,1,1,1,1,0.140778422,0.516090035,1,1,1,1,1,1,0.054475605,0.350081056,0.805944901,0.806008039,0.805851064
-4961,1,0.1572,1,1,1,1,1,1,1,1,0.177,0.1572,0.1366,1,0.2095,1,1,1,1,1,1,0.0685,0.2095,0.1671,1,0.5253,1,1,1,0.0421,0.5253,0.0819,1,1,1,1,1,0.044162273,0.261705786,1,1,1,1,1,1,0.100055352,0.431235135,1,1,1,1,1,1,0.053780958,0.201816395,0.815430159,0.815527819,0.815602837
-4962,1,0.1571,1,1,1,1,1,1,1,1,0.097,0.1571,0.0193,1,0.2094,1,1,1,1,1,1,0.0062,0.2094,0.0308,1,0.5251,1,1,1,0.0282,0.5251,0.0104,1,1,1,1,1,0.021651501,0.067950487,1,1,1,1,1,1,0.046780504,0.04694517,1,1,1,1,1,1,0.059342526,0.031415485,0.80679072,0.806642691,0.807180851
-4963,1,0.1569,1,1,1,1,1,1,1,1,0.0434,0.1569,0,1,0.2093,1,1,1,1,1,1,0.0118,0.2093,0,1,0.5249,1,1,1,0.0179,0.5249,0,1,1,1,1,1,0.034553431,0,1,1,1,1,1,1,0.057216696,0,1,1,1,1,1,1,0.014073588,0,0.794768004,0.794795854,0.795212766
-4964,1,0.1568,1,1,1,1,1,1,1,1,0.0827,0.1568,0,1,0.2092,1,1,1,1,1,1,0.1219,0.2092,0,1,0.5248,1,1,1,0.0316,0.5248,0,1,1,1,1,1,0.076732092,0,0.975597262,1,1,1,1,1,0.149385631,0,1,1,1,1,1,1,0.0117486,0,0.786672305,0.786756928,0.78679078
-4965,1,0.1567,1,1,1,1,1,1,1,1,0.0969,0.1567,0,1,0.2091,1,1,1,1,1,1,0.0195,0.2091,0,1,0.5246,1,1,1,0.0167,0.5246,0,1,1,1,1,1,0.11436981,0,1,1,1,1,1,1,0.073472127,0,1,1,1,1,1,1,0.003269325,0,0.747643789,0.747620055,0.747783688
-4966,1,0.1565,1,1,1,1,1,1,1,1,0.0823,0.1565,0,1,0.209,1,1,1,1,1,1,0.0724,0.209,0,1,0.5244,1,1,1,0.0137,0.5244,0,1,1,1,1,1,0.051242471,0,1,1,1,1,1,1,0.114850432,0,1,1,1,1,1,1,0.000685593,0,0.682938618,0.682885551,0.683067376
-4967,1,0.1564,1,1,1,1,1,1,1,1,0.14,0.1564,0,1,0.2089,1,1,1,1,1,1,0.1527,0.2089,0,1,0.5243,1,1,1,0.0046,0.5243,0,1,1,1,1,1,0.05149832,0,1,1,1,1,1,1,0.178696364,0,1,1,1,1,1,1,0.004477351,0,0.618475109,0.618574149,0.618351064
-4968,1,0.1563,1,1,1,1,1,1,1,1,0.1602,0.1563,0,1,0.2088,1,1,1,1,1,1,0.225,0.2088,0,1,0.5241,1,1,1,0.0195,0.5241,0,1,1,1,1,1,0.055309072,0,1,1,1,1,1,1,0.259869814,0,1,1,1,1,1,1,0.039636478,0,0.571109232,0.571186799,0.571365248
-4969,1,0.1561,1,1,1,1,1,1,1,1,0.1654,0.1561,0,1,0.2087,1,1,1,1,1,1,0.0897,0.2087,0,1,0.5239,1,1,1,0.0345,0.5239,0,1,1,1,1,1,0.069044888,0,1,1,1,1,1,1,0.099381343,0,0.966365457,1,1,1,1,1,0.06845665,0,0.539149348,0.539242649,0.539450355
-4970,1,0.156,1,1,1,1,1,1,1,1,0.1626,0.156,0,1,0.2086,1,1,1,1,1,1,0.0863,0.2086,0,1,0.5238,1,1,1,0.0468,0.5238,0,1,1,1,1,1,0.065406188,0,1,1,1,1,1,1,0.102192685,0,0.514900863,1,1,1,1,1,0.094237544,0,0.518064282,0.518087582,0.518173759
-4971,1,0.1559,1,1,1,1,1,1,1,1,0.1417,0.1559,0,1,0.2085,1,1,1,1,1,1,0.0833,0.2085,0,1,0.5236,1,1,1,0.0591,0.5236,0,1,1,1,1,1,0.043278717,0,0.977698386,1,1,1,1,1,0.0889154,0,0.334452659,1,1,1,1,1,0.129958332,0,0.507551957,0.507721599,0.507535461
-4972,1,0.1557,1,1,1,1,1,1,1,1,0.0574,0.1557,0,1,0.2084,1,1,1,1,1,1,0.0376,0.2084,0,1,0.5234,1,1,1,0.0502,0.5234,0,1,1,1,1,1,0.020887731,0,0.921009123,1,1,1,1,1,0.04553932,0,0.29051286,1,1,1,1,1,0.124566905,0,0.512083132,0.512164163,0.512411348
-4973,1,0.1556,1,1,1,1,1,1,1,1,0.0528,0.1556,0,1,0.2083,1,1,1,1,1,1,0.0494,0.2083,0,1,0.5233,1,1,1,0.0367,0.5233,0,1,1,1,1,1,0.02552266,0,0.929982066,1,1,1,1,1,0.055940058,0,0.239499494,1,1,1,1,1,0.121022314,0,0.540961817,0.540935054,0.541223404
-4974,1,0.1555,1,1,1,1,1,1,1,1,0.0543,0.1555,0.039,1,0.2082,1,1,1,1,1,1,0.0602,0.2082,0.0636,1,0.5231,1,1,1,0.0578,0.5231,0.0717,1,1,1,1,1,0.017765857,0.07274653,0.759104252,1,1,1,1,1,0.072667815,0.092409186,0.243928552,1,1,1,1,1,0.165810212,0.057635091,0.591529725,0.591707214,0.591755319
-4975,1,0.1553,1,1,1,1,1,1,1,1,0.0251,0.1553,0.1519,1,0.2081,1,1,1,1,1,1,0.0275,0.2081,0.1466,1,0.5229,1,1,1,0.0353,0.5229,0.1935,1,1,1,1,1,0.009218686,0.24621056,0.500241637,1,1,1,1,1,0.038924966,0.220796019,0.349841923,1,1,1,1,1,0.069948941,0.203569889,0.650012083,0.650095198,0.649822695
-4976,1,0.1552,1,1,1,1,1,1,1,1,0.0089,0.1552,0.2595,1,0.208,1,1,1,1,1,1,0.0113,0.208,0.2744,1,0.5228,1,1,1,0.019,0.5228,0.303,1,1,1,1,1,0.001008744,0.34798494,0.783415496,1,1,1,1,1,0.015451783,0.406227559,0.506989062,1,1,1,1,1,0.043670353,0.360169798,0.691759304,0.691770679,0.691932624
-4977,1,0.1551,1,1,1,1,1,1,1,1,0.0057,0.1551,0.3365,1,0.2079,1,1,1,1,1,1,0.01,0.2079,0.3585,1,0.5226,1,1,1,0.0043,0.5226,0.4207,1,1,1,1,1,0.000747957,0.409886926,0.988986254,1,1,1,1,1,0.014516805,0.553058743,0.68714869,1,1,1,1,1,0.010109934,0.473061532,0.726014983,0.726041887,0.72606383
-4978,1,0.1549,1,1,1,1,1,1,1,1,0.0111,0.1549,0.4107,1,0.2078,1,1,1,1,1,1,0.0091,0.2078,0.4481,1,0.5224,1,1,1,0.0001,0.5224,0.4715,1,1,1,1,1,0.000768081,0.49990049,0.892936587,1,1,1,1,1,0.01125785,0.632671416,0.29017669,1,1,1,1,1,0.006485297,0.510316968,0.75598115,0.756082082,0.756205674
-4979,1,0.1548,1,1,1,1,1,1,1,1,0.0179,0.1548,0.4512,1,0.2077,1,1,1,1,1,1,0,0.2077,0.4864,1,0.5223,1,1,1,0.0051,0.5223,0.4601,1,1,1,1,1,0.001128983,0.537276149,0.802054703,1,1,1,1,1,0.002809541,0.67790091,0.37958771,1,1,1,1,1,0.015077168,0.558199525,0.777609957,0.77766025,0.777925532
-4980,1,0.1547,1,1,1,1,1,1,1,1,0.0337,0.1547,0.4759,1,0.2076,1,1,1,1,1,1,0.0158,0.2076,0.4768,1,0.5221,1,1,1,0.0136,0.5221,0.4291,1,1,1,1,1,0.01214419,0.636041641,0.855578899,1,1,1,1,1,0.024326365,0.664819419,0.627164721,1,1,1,1,1,0.041521393,0.557147026,0.791143064,0.791199492,0.791223404
-4981,1,0.1545,1,1,1,1,1,1,1,1,0.0238,0.1545,0.4776,1,0.2075,1,1,1,1,1,1,0.0037,0.2075,0.4945,1,0.5219,1,1,1,0.04,0.5219,0.4807,1,1,1,1,1,0.00649798,0.65393573,0.26985997,1,1,1,1,1,0.025829751,0.665593028,0.687021494,1,1,1,1,1,0.056423038,0.504471779,0.800205413,0.800296171,0.800531915
-4982,1,0.1544,1,1,1,1,1,1,1,1,0.0225,0.1544,0.3957,1,0.2074,1,1,1,1,1,1,0.0434,0.2074,0.4109,1,0.5218,1,1,1,0.0525,0.5218,0.5181,1,1,1,1,1,0.01275433,0.603813112,0.960767269,1,1,1,1,1,0.041427746,0.591484129,0.836433768,1,1,1,1,1,0.096867517,0.596957564,0.800144998,0.800296171,0.800088652
-4983,1,0.1543,1,1,1,1,1,1,1,1,0.0272,0.1543,0.3695,1,0.2073,1,1,1,1,1,1,0.0323,0.2073,0.3802,1,0.5216,1,1,1,0.0284,0.5216,0.4394,1,1,1,1,1,0.010807512,0.564082742,0.977302313,1,1,1,1,1,0.056160383,0.597742617,0.993151903,1,1,1,1,1,0.045638628,0.700422406,0.796097148,0.796065158,0.796099291
-4984,1,0.1541,1,1,1,1,1,1,1,1,0.0394,0.1541,0.2665,1,0.2072,1,1,1,1,1,1,0.0191,0.2072,0.3145,1,0.5214,1,1,1,0.0299,0.5214,0.3073,1,1,1,1,1,0.007939155,0.472586781,1,1,1,1,1,1,0.047202446,0.609838784,1,1,1,1,1,1,0.075049095,0.685456753,0.791263896,0.791411043,0.791223404
-4985,1,0.154,1,1,1,1,1,1,1,1,0.0367,0.154,0.1424,1,0.2071,1,1,1,1,1,1,0,0.2071,0.1753,1,0.5213,1,1,1,0.0673,0.5213,0.1472,1,1,1,1,1,0.009398629,0.365412027,0.982768774,1,1,1,1,1,0.012778381,0.482638627,1,1,1,1,1,1,0.140250295,0.546526551,0.784436926,0.784641422,0.78501773
-4986,1,0.1539,1,1,1,1,1,1,1,1,0.0475,0.1539,0.0366,1,0.207,1,1,1,1,1,1,0.0067,0.207,0.0558,1,0.5211,1,1,1,0.0754,0.5211,0.0515,1,1,1,1,1,0.042353369,0.148474947,0.353413761,1,1,1,1,1,0.023326851,0.264095634,0.887377501,1,1,1,1,1,0.199766397,0.269008845,0.765285162,0.765390311,0.765514184
-4987,1,0.1537,1,1,1,1,1,1,1,1,0.0256,0.1537,0,1,0.207,1,1,1,1,1,1,0.0219,0.207,0,1,0.5209,1,1,1,0.1133,0.5209,0,1,1,1,1,1,0.043977931,0,0.291102648,1,1,1,1,1,0.046785064,0,0.452025175,1,1,1,1,1,0.236391231,0,0.741964717,0.742119738,0.742464539
-4988,1,0.1536,1,1,1,1,1,1,1,1,0.023,0.1536,0,1,0.2069,1,1,1,1,1,1,0.0151,0.2069,0,1,0.5208,1,1,1,0.0988,0.5208,0,1,1,1,1,1,0.054042418,0,0.168442219,1,1,1,1,1,0.045632239,0,0.276567549,1,1,1,1,1,0.23445785,0,0.733566941,0.733657711,0.734042553
-4989,1,0.1535,1,1,1,1,1,1,1,1,0.0307,0.1535,0,1,0.2068,1,1,1,1,1,1,0.0555,0.2068,0,1,0.5206,1,1,1,0.1454,0.5206,0,1,1,1,1,1,0.060344473,0,0.066531681,1,1,1,1,1,0.086732447,0,0.344401062,1,1,1,1,1,0.294956803,0,0.710729821,0.710810239,0.710992908
-4990,1,0.1533,1,1,1,1,1,1,1,1,0.0554,0.1533,0,1,0.2067,1,1,1,1,1,1,0.0346,0.2067,0,1,0.5204,1,1,1,0.1971,0.5204,0,1,1,1,1,1,0.111911699,0,0.040099494,1,1,1,1,1,0.08319138,0,0.140899494,1,1,1,1,1,0.398047417,0,0.656416143,0.656441718,0.656471631
-4991,1,0.1532,1,1,1,1,1,1,1,1,0.049,0.1532,0,1,0.2066,1,1,1,1,1,1,0.0233,0.2066,0,1,0.5203,1,1,1,0.2431,0.5203,0,1,1,1,1,1,0.111479022,0,0.008202885,1,1,1,1,1,0.077219501,0,0.021164401,1,1,1,1,1,0.384735912,0,0.596846303,0.59678443,0.597074468
-4992,1,0.1531,1,1,1,1,1,1,1,1,0.0153,0.1531,0,1,0.2065,1,1,1,1,1,1,0.0626,0.2065,0,1,0.5201,1,1,1,0.2652,0.5201,0,1,1,1,1,1,0.065292753,0,0.01332443,1,1,1,1,1,0.103481233,0,0.000801047,1,1,1,1,1,0.376813948,0,0.547788787,0.547704675,0.54787234
-4993,1,0.1529,1,1,1,1,1,1,1,1,0.0096,0.1529,0,1,0.2064,1,1,1,1,1,1,0.0741,0.2064,0,1,0.5199,1,1,1,0.2219,0.5199,0,1,1,1,1,1,0.052334037,0,0.003825563,1,1,1,1,1,0.122626804,0,0.015034294,1,1,1,1,1,0.364595324,0,0.513231029,0.513221917,0.513297872
-4994,1,0.1528,1,1,1,1,1,1,1,1,0.0024,0.1528,0,1,0.2063,1,1,1,1,1,1,0.1111,0.2063,0,1,0.5198,1,1,1,0.2331,0.5198,0,1,1,1,1,1,0.040673904,0,0.000506716,1,1,1,1,1,0.161907911,0,0.026875654,1,1,1,1,1,0.402507216,0,0.490454326,0.490585995,0.490691489
-4995,1,0.1527,1,1,1,1,1,1,1,1,0.0013,0.1527,0,1,0.2062,1,1,1,1,1,1,0.07,0.2062,0,1,0.5196,1,1,1,0.2218,0.5196,0,1,1,1,1,1,0.026909461,0,0,1,1,1,1,1,0.099254258,0,0.00276911,1,1,1,1,1,0.400019258,0,0.47661914,0.476835202,0.476950355
-4996,1,0.1525,1,1,1,1,1,1,1,1,0.0033,0.1525,0,1,0.2061,1,1,1,1,1,1,0.0733,0.2061,0,1,0.5194,1,1,1,0.1759,0.5194,0,1,1,1,1,1,0.020325907,0,0,1,1,1,1,1,0.110299528,0,0.035911258,1,1,1,1,1,0.330832094,0,0.473537941,0.473661942,0.473404255
-4997,1,0.1524,1,1,1,1,1,1,1,1,0,0.1524,0,1,0.206,1,1,1,1,1,1,0.0365,0.206,0,1,0.5193,1,1,1,0.1043,0.5193,0,1,1,1,1,1,0.007212133,3.65E-06,0,1,1,1,1,1,0.063602038,0,0.050005242,1,1,1,1,1,0.222387373,0.013533911,0.477706622,0.477681405,0.477836879
-4998,1,0.1523,1,1,1,1,1,1,1,1,0,0.1523,0.0759,1,0.2059,1,1,1,1,1,1,0.0234,0.2059,0.0696,1,0.5191,1,1,1,0.0769,0.5191,0.0904,1,1,1,1,1,0.008170175,0.184360757,0.027611975,1,1,1,1,1,0.040593714,0.125903487,0.047288746,1,1,1,1,1,0.177468359,0.332922995,0.496012566,0.496086313,0.496010638
-4999,1,0.1521,1,1,1,1,1,1,1,1,0,0.1521,0.1942,1,0.2058,1,1,1,1,1,1,0,0.2058,0.2154,1,0.5189,1,1,1,0.0447,0.5189,0.198,1,1,1,1,1,5.58E-05,0.392683566,0.051668573,1,1,1,1,1,0.011311333,0.391294956,0.030801307,1,1,1,1,1,0.131412923,0.529030442,0.539934751,0.539877301,0.540336879
-5000,1,0.152,1,1,1,1,1,1,1,1,0,0.152,0.3388,1,0.2057,1,1,1,1,1,1,0.009,0.2057,0.3492,1,0.5188,1,1,1,0.0288,0.5188,0.2909,1,1,1,1,1,0.000133052,0.587511301,0.133093059,1,1,1,1,1,0.013711058,0.605442703,0.037334293,1,1,1,1,1,0.095543988,0.561009407,0.595396327,0.595515126,0.595301418
-5001,1,0.1519,1,1,1,1,1,1,1,1,0.0041,0.1519,0.4434,1,0.2056,1,1,1,1,1,1,0.0158,0.2056,0.3816,1,0.5186,1,1,1,0.0346,0.5186,0.3935,1,1,1,1,1,0.002134913,0.685464025,0.234719694,1,1,1,1,1,0.018147571,0.618171573,0.107505769,1,1,1,1,1,0.07800559,0.567943335,0.644937168,0.645017982,0.645390071
-5002,1,0.1517,1,1,1,1,1,1,1,1,0.0059,0.1517,0.5172,1,0.2055,1,1,1,1,1,1,0.0441,0.2055,0.3968,1,0.5184,1,1,1,0.0048,0.5184,0.4017,1,1,1,1,1,0.00234053,0.616370916,0.156284451,1,1,1,1,1,0.042958312,0.599574625,0.191954464,1,1,1,1,1,0.025781849,0.650587142,0.680280329,0.680346943,0.680407801
-5003,1,0.1516,1,1,1,1,1,1,1,1,0.0191,0.1516,0.4947,1,0.2054,1,1,1,1,1,1,0.0771,0.2054,0.4368,1,0.5183,1,1,1,0.0143,0.5183,0.5062,1,1,1,1,1,0.008151107,0.622940779,0.242628396,1,1,1,1,1,0.073289946,0.644762218,0.31661284,1,1,1,1,1,0.048904218,0.58204931,0.699009183,0.698963402,0.699024823
-5004,1,0.1515,1,1,1,1,1,1,1,1,0.0301,0.1515,0.4841,1,0.2053,1,1,1,1,1,1,0,0.2053,0.3948,1,0.5181,1,1,1,0.0453,0.5181,0.5072,1,1,1,1,1,0.006961724,0.623241484,0.406754732,1,1,1,1,1,0.020861842,0.588721633,0.293354213,1,1,1,1,1,0.083536409,0.61391294,0.706198647,0.706156124,0.706560284
-5005,1,0.1513,1,1,1,1,1,1,1,1,0.0559,0.1513,0.4469,1,0.2052,1,1,1,1,1,1,0.0013,0.2052,0.3538,1,0.5179,1,1,1,0.0639,0.5179,0.5036,1,1,1,1,1,0.009078478,0.570706308,0.316491723,1,1,1,1,1,0.008775378,0.517868459,0.227496073,1,1,1,1,1,0.086366162,0.632317364,0.706681972,0.706579226,0.707003546
-5006,1,0.1512,1,1,1,1,1,1,1,1,0.1051,0.1512,0.3442,1,0.2051,1,1,1,1,1,1,0.0821,0.2051,0.2453,1,0.5178,1,1,1,0.08,0.5178,0.3942,1,1,1,1,1,0.028089678,0.446025997,0.373291254,1,1,1,1,1,0.095363103,0.31654349,0.741438508,1,1,1,1,1,0.082046971,0.540764332,0.701123731,0.701078908,0.701241135
-5007,1,0.1511,1,1,1,1,1,1,1,1,0.06,0.1511,0.2529,1,0.205,1,1,1,1,1,1,0.1972,0.205,0.1974,1,0.5176,1,1,1,0.0747,0.5176,0.3035,1,1,1,1,1,0.050746199,0.309538156,0.228688031,1,1,1,1,1,0.123457052,0.28948319,0.20311676,1,1,1,1,1,0.085125253,0.468044192,0.68499275,0.685001058,0.685283688
-5008,1,0.1509,1,1,1,1,1,1,1,1,0.03,0.1509,0.1595,1,0.2049,1,1,1,1,1,1,0.1352,0.2049,0.0995,1,0.5174,1,1,1,0.0801,0.5174,0.1983,1,1,1,1,1,0.017428808,0.138130486,0.296999007,1,1,1,1,1,0.123827852,0.180463612,0.148169905,1,1,1,1,1,0.097150236,0.409677744,0.670976317,0.671038714,0.671099291
-5009,1,0.1508,1,1,1,1,1,1,1,1,0.0069,0.1508,0.0649,1,0.2048,1,1,1,1,1,1,0.0565,0.2048,0.0488,1,0.5173,1,1,1,0.1059,0.5173,0.1037,1,1,1,1,1,0.007835865,0.061673351,0.292313695,1,1,1,1,1,0.06580779,0.134101063,0.099628538,1,1,1,1,1,0.117435887,0.165352792,0.664330594,0.664480643,0.664893617
-5010,1,0.1507,1,1,1,1,1,1,1,1,0.0133,0.1507,0.0001,1,0.2047,1,1,1,1,1,1,0.047,0.2047,0.0018,1,0.5171,1,1,1,0.087,0.5171,0.0095,1,1,1,1,1,0.019914083,0.000127123,0.160788432,1,1,1,1,1,0.047395445,0.003018669,0.046998691,1,1,1,1,1,0.116367564,0.003531569,0.654120348,0.65411466,0.654255319
-5011,1,0.1505,1,1,1,1,1,1,1,1,0.0333,0.1505,0,1,0.2046,1,1,1,1,1,1,0.1201,0.2046,0,1,0.5169,1,1,1,0.0334,0.5169,0,1,1,1,1,1,0.07540524,0,0.064300358,1,1,1,1,1,0.165233195,0,0.111020416,1,1,1,1,1,0.091881208,0,0.645480909,0.645441083,0.645833333
-5012,1,0.1504,1,1,1,1,1,1,1,1,0.1005,0.1504,0,1,0.2045,1,1,1,1,1,1,0.203,0.2045,0,1,0.5168,1,1,1,0.0233,0.5168,0,1,1,1,1,1,0.052637972,0,0.231896117,1,1,1,1,1,0.236350656,0,0.010772513,1,1,1,1,1,0.085106082,0,0.645662156,0.645864184,0.645833333
-5013,1,0.1503,1,1,1,1,1,1,1,1,0.0289,0.1503,0,1,0.2044,1,1,1,1,1,1,0.0707,0.2044,0,1,0.5166,1,1,1,0.0138,0.5166,0,1,1,1,1,1,0.026745947,0,0.126861706,1,1,1,1,1,0.070020534,0,0.319542706,1,1,1,1,1,0.020752296,0,0.622704205,0.622593611,0.622783688
-5014,1,0.1501,1,1,1,1,1,1,1,1,0.0468,0.1501,0,1,0.2044,1,1,1,1,1,1,0.0188,0.2044,0,1,0.5164,1,1,1,0.0102,0.5164,0,1,1,1,1,1,0.025927531,0,0.152657956,1,1,1,1,1,0.013385094,0,0.034334294,1,1,1,1,1,0.017476626,0,0.581863219,0.581764333,0.582003546
-5015,1,0.15,1,1,1,1,1,1,1,1,0.0744,0.15,0,1,0.2043,1,1,1,1,1,1,0.007,0.2043,0,1,0.5163,1,1,1,0.0101,0.5163,0,1,1,1,1,1,0.03693749,0,0.1048944,1,1,1,1,1,0.013921568,0,0.015131153,1,1,1,1,1,0.022096325,0,0.536249396,0.536280939,0.536347518
-5016,1,0.1499,1,1,1,1,1,1,1,1,0.0421,0.1499,0,1,0.2042,1,1,1,1,1,1,0.0236,0.2042,0,1,0.5161,1,1,1,0.0183,0.5161,0,1,1,1,1,1,0.034658864,0,0.08944007,1,1,1,1,1,0.031985622,0,0.018787697,1,1,1,1,1,0.045628548,0,0.496495892,0.496509414,0.496453901
-5017,1,0.1497,1,1,1,1,1,1,1,1,0.0615,0.1497,0,1,0.2041,1,1,1,1,1,1,0.0726,0.2041,0,1,0.5159,1,1,1,0.0196,0.5159,0,1,1,1,1,1,0.044860251,0,0.215190679,1,1,1,1,1,0.086156785,0,0.174672514,1,1,1,1,1,0.039953098,0,0.470577574,0.470700233,0.470301418
-5018,1,0.1496,1,1,1,1,1,1,1,1,0.0948,0.1496,0,1,0.204,1,1,1,1,1,1,0.0582,0.204,0,1,0.5158,1,1,1,0.004,0.5158,0,1,1,1,1,1,0.052799776,0,0.411421448,1,1,1,1,1,0.097559929,0,0.201319903,1,1,1,1,1,0.019691244,0,0.453600773,0.453776179,0.453457447
-5019,1,0.1495,1,1,1,1,1,1,1,1,0.1125,0.1495,0,1,0.2039,1,1,1,1,1,1,0.057,0.2039,0,1,0.5156,1,1,1,0.0056,0.5156,0,1,1,1,1,1,0.067824267,0,0.552116275,1,1,1,1,1,0.119017407,0,0.200681686,1,1,1,1,1,0.028433105,0,0.443813436,0.443833298,0.443705674
-5020,1,0.1493,1,1,1,1,1,1,1,1,0.0796,0.1493,0,1,0.2038,1,1,1,1,1,1,0.0325,0.2038,0,1,0.5154,1,1,1,0.0158,0.5154,0,1,1,1,1,1,0.050243534,0,0.421252549,1,1,1,1,1,0.074381158,0,0.200313881,1,1,1,1,1,0.043670997,0,0.441517641,0.441506241,0.441489362
-5021,1,0.1492,1,1,1,1,1,1,1,1,0.0155,0.1492,0,1,0.2037,1,1,1,1,1,1,0.0176,0.2037,0,1,0.5153,1,1,1,0.034,0.5153,0,1,1,1,1,1,0.017221928,0,0.220671773,1,1,1,1,1,0.074560687,0,0.16608718,1,1,1,1,1,0.074578553,0,0.444961334,0.444891051,0.445035461
-5022,1,0.1491,1,1,1,1,1,1,1,1,0.0179,0.1491,0.0332,1,0.2036,1,1,1,1,1,1,0.019,0.2036,0.0514,1,0.5151,1,1,1,0.0306,0.5151,0.0403,1,1,1,1,1,0.010373427,0.066505551,0.27323544,1,1,1,1,1,0.043967955,0.200801462,0.080578797,1,1,1,1,1,0.072065502,0.057881795,0.452694538,0.452718426,0.452570922
-5023,1,0.1489,1,1,1,1,1,1,1,1,0.0156,0.1489,0.1747,1,0.2035,1,1,1,1,1,1,0,0.2035,0.2047,1,0.5149,1,1,1,0.0121,0.5149,0.1587,1,1,1,1,1,0.002428631,0.32694453,0.200677544,1,1,1,1,1,0.006775284,0.378910482,0.060398959,1,1,1,1,1,0.035953183,0.217560619,0.482116965,0.482123969,0.482269504
-5024,1,0.1488,1,1,1,1,1,1,1,1,0.0172,0.1488,0.2926,1,0.2034,1,1,1,1,1,1,0,0.2034,0.3065,1,0.5148,1,1,1,0.004,0.5148,0.2751,1,1,1,1,1,0.002566876,0.448335052,0.304661334,1,1,1,1,1,0.00093309,0.458124369,0.142086655,1,1,1,1,1,0.011958488,0.302506179,0.524105848,0.524011001,0.524379433
-5025,1,0.1487,1,1,1,1,1,1,1,1,0.0241,0.1487,0.3854,1,0.2033,1,1,1,1,1,1,0,0.2033,0.3813,1,0.5146,1,1,1,0.015,0.5146,0.3408,1,1,1,1,1,0.003611403,0.531844318,0.226176023,1,1,1,1,1,0.000243986,0.539205372,0.096455775,1,1,1,1,1,0.025423488,0.448341131,0.561684389,0.561667019,0.561613475
-5026,1,0.1485,1,1,1,1,1,1,1,1,0.032,0.1485,0.4568,1,0.2032,1,1,1,1,1,1,0.0101,0.2032,0.4341,1,0.5144,1,1,1,0.0204,0.5144,0.4201,1,1,1,1,1,0.005624436,0.601224899,0.243716806,1,1,1,1,1,0.005231365,0.601645231,0.201825649,1,1,1,1,1,0.042783733,0.532999754,0.587723538,0.587687751,0.587765957
-5027,1,0.1484,1,1,1,1,1,1,1,1,0.0592,0.1484,0.4712,1,0.2031,1,1,1,1,1,1,0.0091,0.2031,0.441,1,0.5143,1,1,1,0.0138,0.5143,0.4445,1,1,1,1,1,0.012782884,0.621242821,0.156384543,1,1,1,1,1,0.013265309,0.61688453,0.206813097,1,1,1,1,1,0.038536161,0.556740463,0.607237796,0.607150413,0.607712766
-5028,1,0.1483,1,1,1,1,1,1,1,1,0.0442,0.1483,0.4664,1,0.203,1,1,1,1,1,1,0.0012,0.203,0.4547,1,0.5141,1,1,1,0.0402,0.5141,0.438,1,1,1,1,1,0.017346889,0.61447376,0.074185491,1,1,1,1,1,0.015720278,0.650676727,0.138357863,1,1,1,1,1,0.079403915,0.538190424,0.61901885,0.61899725,0.619237589
-5029,1,0.1481,1,1,1,1,1,1,1,1,0.0466,0.1481,0.5758,1,0.2029,1,1,1,1,1,1,0.0015,0.2029,0.5636,1,0.5139,1,1,1,0.0237,0.5139,0.5244,1,1,1,1,1,0.013750245,0.772060513,0.022568563,1,1,1,1,1,0.011008149,0.749152422,0.028026965,1,1,1,1,1,0.055592764,0.577705145,0.62040841,0.620478105,0.620567376
-5030,1,0.148,1,1,1,1,1,1,1,1,0.0428,0.148,0.3979,1,0.2028,1,1,1,1,1,1,0.0023,0.2028,0.3996,1,0.5138,1,1,1,0.008,0.5138,0.4006,1,1,1,1,1,0.017138852,0.55417341,0.051447712,1,1,1,1,1,0.004268894,0.60099411,0,1,1,1,1,1,0.026709341,0.43892011,0.618475109,0.618574149,0.618351064
-5031,1,0.1479,1,1,1,1,1,1,1,1,0.0379,0.1479,0.3435,1,0.2027,1,1,1,1,1,1,0,0.2027,0.3548,1,0.5136,1,1,1,0.0195,0.5136,0.348,1,1,1,1,1,0.014250422,0.512610257,0.035391368,1,1,1,1,1,0.000125251,0.582904279,0,1,1,1,1,1,0.036932766,0.385501057,0.615514741,0.615612439,0.615691489
-5032,1,0.1477,1,1,1,1,1,1,1,1,0.0353,0.1477,0.2533,1,0.2026,1,1,1,1,1,1,0,0.2026,0.247,1,0.5134,1,1,1,0.0102,0.5134,0.2132,1,1,1,1,1,0.006402459,0.416100174,0.032427806,1,1,1,1,1,0.00053452,0.548698306,0.006775393,1,1,1,1,1,0.01535768,0.347824365,0.621495892,0.621747409,0.621897163
-5033,1,0.1476,1,1,1,1,1,1,1,1,0.0441,0.1476,0.1416,1,0.2025,1,1,1,1,1,1,0,0.2025,0.1639,1,0.5133,1,1,1,0.0523,0.5133,0.1217,1,1,1,1,1,0.010903064,0.284536719,0.047829591,1,1,1,1,1,9.45E-05,0.431092978,0,1,1,1,1,1,0.047571044,0.2250451,0.630135331,0.630209435,0.630319149
-5034,1,0.1475,1,1,1,1,1,1,1,1,0.0356,0.1475,0.037,1,0.2024,1,1,1,1,1,1,0,0.2024,0.0612,1,0.5131,1,1,1,0.064,0.5131,0.03,1,1,1,1,1,0.014553991,0.129970193,0.041080989,1,1,1,1,1,5.81E-05,0.285668582,0.000612565,1,1,1,1,1,0.077780418,0.057166476,0.626570807,0.626613074,0.62677305
-5035,1,0.1473,1,1,1,1,1,1,1,1,0.0365,0.1473,0,1,0.2023,1,1,1,1,1,1,0,0.2023,0,1,0.5129,1,1,1,0.0507,0.5129,0,1,1,1,1,1,0.007713901,0,0.126314491,1,1,1,1,1,0.004635042,0,0.207087189,1,1,1,1,1,0.107284553,0,0.61762929,0.617727946,0.617907801
-5036,1,0.1472,1,1,1,1,1,1,1,1,0.0129,0.1472,0,1,0.2022,1,1,1,1,1,1,0.0042,0.2022,0,1,0.5128,1,1,1,0.0535,0.5128,0,1,1,1,1,1,0.0058565,0,0.08200334,1,1,1,1,1,0.014006531,0,0.149906278,1,1,1,1,1,0.101532109,0,0.624395843,0.624497567,0.624556738
-5037,1,0.1471,1,1,1,1,1,1,1,1,0.0357,0.1471,0,1,0.2021,1,1,1,1,1,1,0,0.2021,0,1,0.5126,1,1,1,0.0478,0.5126,0,1,1,1,1,1,0.022701541,0,0.111567095,1,1,1,1,1,0.017007494,0,0.040073823,1,1,1,1,1,0.086758919,0,0.605969067,0.605881109,0.605939716
-5038,1,0.1469,1,1,1,1,1,1,1,1,0.0129,0.1469,0,1,0.202,1,1,1,1,1,1,0.0425,0.202,0,1,0.5124,1,1,1,0.0701,0.5124,0,1,1,1,1,1,0.020868678,0,0.083027355,1,1,1,1,1,0.061066702,0,0.016895551,1,1,1,1,1,0.152101591,0,0.560053166,0.560186165,0.560283688
-5039,1,0.1468,1,1,1,1,1,1,1,1,0.004,0.1468,0,1,0.2019,1,1,1,1,1,1,0,0.2019,0,1,0.5123,1,1,1,0.0002,0.5123,0,1,1,1,1,1,8.66E-05,0,0.075362757,1,1,1,1,1,1.13E-05,0,0.080960475,1,1,1,1,1,0.000741268,0,0.510270662,0.510260207,0.510638298
-5040,1,0.1467,1,1,1,1,1,1,1,1,0.0124,0.1467,0,1,0.2018,1,1,1,1,1,1,0.008,0.2018,0,1,0.5121,1,1,1,0.0677,0.5121,0,1,1,1,1,1,0.004744857,0,0.097618878,1,1,1,1,1,0.030100621,0,0.003839005,1,1,1,1,1,0.177268758,0,0.470940068,0.470911783,0.470744681
-5041,1,0.1465,1,1,1,1,1,1,1,1,0.0114,0.1465,0,1,0.2018,1,1,1,1,1,1,0,0.2018,0,1,0.5119,1,1,1,0.0677,0.5119,0,1,1,1,1,1,0.002719705,0,0.225894779,1,1,1,1,1,0.019255321,0,0.029375395,1,1,1,1,1,0.197093874,0,0.446471725,0.446583457,0.446365248
-5042,1,0.1464,1,1,1,1,1,1,1,1,0.002,0.1464,0,1,0.2017,1,1,1,1,1,1,0,0.2017,0,1,0.5118,1,1,1,0,0.5118,0,1,1,1,1,1,0.00010409,0,0.188784003,1,1,1,1,1,3.37E-05,0,0.096268073,1,1,1,1,1,0.002023064,0,0.432576124,0.432621113,0.432624113
-5043,1,0.1463,1,1,1,1,1,1,1,1,0.0056,0.1463,0,1,0.2016,1,1,1,1,1,1,0,0.2016,0,1,0.5116,1,1,1,0.0839,0.5116,0,1,1,1,1,1,0.006765652,0,0.20851934,1,1,1,1,1,0.005068693,0,0.042369112,1,1,1,1,1,0.214174733,0,0.426957467,0.426909245,0.426861702
-5044,1,0.1461,1,1,1,1,1,1,1,1,0.0038,0.1461,0,1,0.2015,1,1,1,1,1,1,0,0.2015,0,1,0.5114,1,1,1,0.0612,0.5114,0,1,1,1,1,1,0.008018229,0,0.088911235,1,1,1,1,1,0.002749863,0,0.024419634,1,1,1,1,1,0.226037741,0,0.435838569,0.435794373,0.43572695
-5045,1,0.146,1,1,1,1,1,1,1,1,0.0193,0.146,0.0006,1,0.2014,1,1,1,1,1,1,0.0045,0.2014,0,1,0.5113,1,1,1,0.0584,0.5113,0.0024,1,1,1,1,1,0.008957319,0.000240326,0.021473989,1,1,1,1,1,0.012861684,0,0.037380628,1,1,1,1,1,0.230653733,0.060233783,0.462119381,0.462238206,0.461879433
-5046,1,0.1459,1,1,1,1,1,1,1,1,0.0081,0.1459,0.0743,1,0.2013,1,1,1,1,1,1,0,0.2013,0.1022,1,0.5111,1,1,1,0.0583,0.5111,0.0537,1,1,1,1,1,0.003660081,0.48990795,0,1,1,1,1,1,0.00046645,0.446400285,0,1,1,1,1,1,0.232023567,0.501660347,0.513291445,0.513433467,0.513297872
-5047,1,0.1457,1,1,1,1,1,1,1,1,0.0012,0.1457,0.2155,1,0.2012,1,1,1,1,1,1,0,0.2012,0.2321,1,0.5109,1,1,1,0.0368,0.5109,0.1997,1,1,1,1,1,0.000613676,0.674091935,0.001419886,1,1,1,1,1,0,0.604865134,0,1,1,1,1,1,0.097109132,0.748290956,0.579144514,0.579225725,0.579343972
-5048,1,0.1456,1,1,1,1,1,1,1,1,0,0.1456,0.3828,1,0.2011,1,1,1,1,1,1,0,0.2011,0.4014,1,0.5108,1,1,1,0.0202,0.5108,0.3758,1,1,1,1,1,0.00011487,0.816774249,0.001373257,1,1,1,1,1,0,0.744025826,0,1,1,1,1,1,0.042923428,0.832321525,0.629712421,0.629786334,0.629875887
-5049,1,0.1455,1,1,1,1,1,1,1,1,0,0.1455,0.5145,1,0.201,1,1,1,1,1,1,0,0.201,0.5211,1,0.5106,1,1,1,0.0073,0.5106,0.5148,1,1,1,1,1,4.48E-06,0.876774967,0,1,1,1,1,1,0,0.799411118,0,1,1,1,1,1,0.013343919,0.872836471,0.667351377,0.667442352,0.667553191
-5050,1,0.1453,1,1,1,1,1,1,1,1,0.0003,0.1453,0.6114,1,0.2009,1,1,1,1,1,1,0,0.2009,0.6106,1,0.5104,1,1,1,0.0077,0.5104,0.6151,1,1,1,1,1,0.000885552,0.891837001,0,1,1,1,1,1,0.000243949,0.836563349,0,1,1,1,1,1,0.006216149,0.894069552,0.700217496,0.700232706,0.70035461
-5051,1,0.1452,1,1,1,1,1,1,1,1,0.0086,0.1452,0.6382,1,0.2008,1,1,1,1,1,1,0,0.2008,0.6374,1,0.5103,1,1,1,0.0061,0.5103,0.638,1,1,1,1,1,0.002429813,0.898506522,0,1,1,1,1,1,0.002871435,0.854514718,0,1,1,1,1,1,0.00786264,0.897833586,0.724262929,0.724349482,0.72429078
-5052,1,0.1451,1,1,1,1,1,1,1,1,0.057,0.1451,0.6077,1,0.2007,1,1,1,1,1,1,0.0048,0.2007,0.6107,1,0.5101,1,1,1,0.0007,0.5101,0.5879,1,1,1,1,1,0.023022356,0.853422284,0.062501624,1,1,1,1,1,0.012987654,0.825059712,0.007581153,1,1,1,1,1,0.00919114,0.827724934,0.742266796,0.742331288,0.742464539
-5053,1,0.1449,1,1,1,1,1,1,1,1,0.0394,0.1449,0.6255,1,0.2006,1,1,1,1,1,1,0.0393,0.2006,0.635,1,0.5099,1,1,1,0.0079,0.5099,0.6294,1,1,1,1,1,0.00606587,0.879794538,0.012417492,1,1,1,1,1,0.026892424,0.87692523,0.012503928,1,1,1,1,1,0.018922158,0.861542642,0.762143548,0.762217051,0.762411348
-5054,1,0.1448,1,1,1,1,1,1,1,1,0.0549,0.1448,0.584,1,0.2005,1,1,1,1,1,1,0.0072,0.2005,0.6011,1,0.5098,1,1,1,0.0364,0.5098,0.5815,1,1,1,1,1,0.022713542,0.805331826,0.002281686,1,1,1,1,1,0.019087818,0.871758938,0.016798168,1,1,1,1,1,0.044150669,0.8518942,0.775012083,0.775121642,0.775265957
-5055,1,0.1447,1,1,1,1,1,1,1,1,0.096,0.1447,0.4761,1,0.2004,1,1,1,1,1,1,0.0092,0.2004,0.5084,1,0.5096,1,1,1,0.0748,0.5096,0.4653,1,1,1,1,1,0.05813643,0.797433376,0.002159626,1,1,1,1,1,0.025647491,0.843530536,0,1,1,1,1,1,0.110258639,0.783786058,0.782201547,0.782314364,0.782801418
-5056,1,0.1445,1,1,1,1,1,1,1,1,0.1858,0.1445,0.3395,1,0.2003,1,1,1,1,1,1,0.0145,0.2003,0.3821,1,0.5094,1,1,1,0.1496,0.5094,0.3204,1,1,1,1,1,0.115620852,0.763544381,0.000863487,1,1,1,1,1,0.0305652,0.802785814,0,1,1,1,1,1,0.255804598,0.741935492,0.788303528,0.788449334,0.78856383
-5057,1,0.1444,1,1,1,1,1,1,1,1,0.1698,0.1444,0.168,1,0.2002,1,1,1,1,1,1,0.0265,0.2002,0.2194,1,0.5093,1,1,1,0.1903,0.5093,0.1469,1,1,1,1,1,0.111024849,0.681785107,0.002296204,1,1,1,1,1,0.054737903,0.697857201,0,1,1,1,1,1,0.229029477,0.62893939,0.783893185,0.783795219,0.784131206
-5058,1,0.1443,1,1,1,1,1,1,1,1,0.1601,0.1443,0.0586,1,0.2001,1,1,1,1,1,1,0.0522,0.2001,0.0915,1,0.5091,1,1,1,0.2388,0.5091,0.0512,1,1,1,1,1,0.150710434,0.431306392,0.013319594,1,1,1,1,1,0.093738839,0.447823852,0,1,1,1,1,1,0.428741276,0.354201168,0.762928951,0.762851703,0.763297872
-5059,1,0.1441,1,1,1,1,1,1,1,1,0.0452,0.1441,0,1,0.2,1,1,1,1,1,1,0.0607,0.2,0,1,0.5089,1,1,1,0.0047,0.5089,0,1,1,1,1,1,0.022967177,0,0.008663013,1,1,1,1,1,0.056786023,0,0.129303664,1,1,1,1,1,0.002968501,0,0.734473175,0.734503914,0.734485816
-5060,1,0.144,1,1,1,1,1,1,1,1,0.0247,0.144,0,1,0.1999,1,1,1,1,1,1,0.0491,0.1999,0,1,0.5088,1,1,1,0.0089,0.5088,0,1,1,1,1,1,0.01622523,0,0.041881327,1,1,1,1,1,0.046015333,0,0.190009683,1,1,1,1,1,0.001798895,0,0.727706622,0.727734292,0.727836879
-5061,1,0.1439,1,1,1,1,1,1,1,1,0.1295,0.1439,0,1,0.1998,1,1,1,1,1,1,0.1059,0.1998,0,1,0.5086,1,1,1,0.1427,0.5086,0,1,1,1,1,1,0.151130855,0,0.105958581,1,1,1,1,1,0.12655279,0,0.016958378,1,1,1,1,1,0.25828594,0,0.694417593,0.694520838,0.694592199
-5062,1,0.1437,1,1,1,1,1,1,1,1,0.0856,0.1437,0,1,0.1997,1,1,1,1,1,1,0.0402,0.1997,0,1,0.5084,1,1,1,0.1061,0.5084,0,1,1,1,1,1,0.105697438,0,0.115842223,1,1,1,1,1,0.056476753,0,0.019089006,1,1,1,1,1,0.239348143,0,0.626147898,0.626189972,0.626329787
-5063,1,0.1436,1,1,1,1,1,1,1,1,0.1058,0.1436,0,1,0.1996,1,1,1,1,1,1,0.0376,0.1996,0,1,0.5083,1,1,1,0.105,0.5083,0,1,1,1,1,1,0.157893077,0,0.062783882,1,1,1,1,1,0.049083069,0,0.008295288,1,1,1,1,1,0.210482791,0,0.558965684,0.558916861,0.558953901
-5064,1,0.1435,1,1,1,1,1,1,1,1,0.0894,0.1435,0,1,0.1995,1,1,1,1,1,1,0.061,0.1995,0,1,0.5081,1,1,1,0.1314,0.5081,0,1,1,1,1,1,0.121989697,0,0.071597286,1,1,1,1,1,0.05584668,0,0.022780105,1,1,1,1,1,0.229862139,0,0.510149831,0.510260207,0.510638298
-5065,1,0.1433,1,1,1,1,1,1,1,1,0.069,0.1433,0,1,0.1994,1,1,1,1,1,1,0.0494,0.1994,0,1,0.5079,1,1,1,0.1381,0.5079,0,1,1,1,1,1,0.086370833,0,0.062523901,1,1,1,1,1,0.06284716,0,0.021092933,1,1,1,1,1,0.244065851,0,0.479881585,0.479796911,0.480053191
-5066,1,0.1432,1,1,1,1,1,1,1,1,0.0421,0.1432,0,1,0.1993,1,1,1,1,1,1,0.0302,0.1993,0,1,0.5078,1,1,1,0.1364,0.5078,0,1,1,1,1,1,0.055079069,0,0.063589878,1,1,1,1,1,0.047760159,0,0.080997132,1,1,1,1,1,0.288150966,0,0.461938134,0.461815105,0.461879433
-5067,1,0.1431,1,1,1,1,1,1,1,1,0.0573,0.1431,0,1,0.1992,1,1,1,1,1,1,0.0391,0.1992,0,1,0.5076,1,1,1,0.1338,0.5076,0,1,1,1,1,1,0.081626385,0,0.047314398,1,1,1,1,1,0.055187594,0,0.056404978,1,1,1,1,1,0.307797253,0,0.452936201,0.452929977,0.453014184
-5068,1,0.1429,1,1,1,1,1,1,1,1,0.0501,0.1429,0,1,0.1992,1,1,1,1,1,1,0.0121,0.1992,0,1,0.5074,1,1,1,0.1155,0.5074,0,1,1,1,1,1,0.085024893,0,0.006884417,1,1,1,1,1,0.032553703,0,0.007557592,1,1,1,1,1,0.297397137,0,0.45837361,0.458430294,0.458333333
-5069,1,0.1428,1,1,1,1,1,1,1,1,0.0417,0.1428,0,1,0.1991,1,1,1,1,1,1,0.0237,0.1991,0,1,0.5073,1,1,1,0.0896,0.5073,0.0071,1,1,1,1,1,0.067074545,0.005700601,0.000363545,1,1,1,1,1,0.038894404,0,0,1,1,1,1,1,0.225422978,0.147618383,0.483687772,0.483816374,0.483599291
-5070,1,0.1427,1,1,1,1,1,1,1,1,0.0406,0.1427,0.078,1,0.199,1,1,1,1,1,1,0,0.199,0.0684,1,0.5071,1,1,1,0.0597,0.5071,0.0689,1,1,1,1,1,0.08501289,0.297614872,0.003372176,1,1,1,1,1,0.015080798,0.204011172,0,1,1,1,1,1,0.1872949,0.534214973,0.533832769,0.533742331,0.533687943
-5071,1,0.1425,1,1,1,1,1,1,1,1,0.0059,0.1425,0.1981,1,0.1989,1,1,1,1,1,1,0,0.1989,0.2084,1,0.5069,1,1,1,0.0498,0.5069,0.21,1,1,1,1,1,0.009664503,0.51723206,0.050063659,1,1,1,1,1,0.003296833,0.489236116,0.088157862,1,1,1,1,1,0.117109321,0.755819499,0.596302562,0.596361329,0.596631206
-5072,1,0.1424,1,1,1,1,1,1,1,1,0.0017,0.1424,0.3184,1,0.1988,1,1,1,1,1,1,0.0077,0.1988,0.3294,1,0.5068,1,1,1,0.0327,0.5068,0.3768,1,1,1,1,1,0.005428661,0.595659673,0.12678875,1,1,1,1,1,0.008800596,0.613827229,0.135825932,1,1,1,1,1,0.060178876,0.837224662,0.640889319,0.640786968,0.640957447
-5073,1,0.1423,1,1,1,1,1,1,1,1,0.008,0.1423,0.4295,1,0.1987,1,1,1,1,1,1,0.0126,0.1987,0.4428,1,0.5066,1,1,1,0.069,0.5066,0.5119,1,1,1,1,1,0.011832649,0.703888178,0.240806937,1,1,1,1,1,0.01555074,0.675319314,0.163486391,1,1,1,1,1,0.13457121,0.857886374,0.672728371,0.672731119,0.67287234
-5074,1,0.1421,1,1,1,1,1,1,1,1,0.0323,0.1421,0.5029,1,0.1986,1,1,1,1,1,1,0.0695,0.1986,0.5,1,0.5064,1,1,1,0.0836,0.5064,0.6086,1,1,1,1,1,0.039269716,0.782315075,0.332892299,1,1,1,1,1,0.071022578,0.715933025,0.263014138,1,1,1,1,1,0.08217147,0.87527132,0.700277912,0.700444256,0.70035461
-5075,1,0.142,1,1,1,1,1,1,1,1,0.063,0.142,0.5136,1,0.1985,1,1,1,1,1,1,0.0924,0.1985,0.4964,1,0.5063,1,1,1,0.1778,0.5063,0.6377,1,1,1,1,1,0.070254892,0.815530896,0.517871022,1,1,1,1,1,0.084203228,0.695111036,0.201307341,1,1,1,1,1,0.174124837,0.86837852,0.717194297,0.71736831,0.717641844
-5076,1,0.1419,1,1,1,1,1,1,1,1,0.0794,0.1419,0.5054,1,0.1984,1,1,1,1,1,1,0.0943,0.1984,0.4662,1,0.5061,1,1,1,0.2392,0.5061,0.6434,1,1,1,1,1,0.103844516,0.750395536,0.559189439,1,1,1,1,1,0.107111625,0.681191266,0.179222241,1,1,1,1,1,0.183451787,0.819962442,0.727042049,0.72709964,0.727393617
-5077,1,0.1417,1,1,1,1,1,1,1,1,0.0706,0.1417,0.4654,1,0.1983,1,1,1,1,1,1,0.0868,0.1983,0.4529,1,0.5059,1,1,1,0.3126,0.5059,0.6483,1,1,1,1,1,0.079616793,0.68530792,0.523985147,1,1,1,1,1,0.086829863,0.624842763,0.173315704,1,1,1,1,1,0.232415155,0.772307813,0.738037699,0.738100275,0.738475177
-5078,1,0.1416,1,1,1,1,1,1,1,1,0.0599,0.1416,0.3574,1,0.1982,1,1,1,1,1,1,0.0255,0.1982,0.3612,1,0.5058,1,1,1,0.3643,0.5058,0.5868,1,1,1,1,1,0.070643783,0.55040139,0.401850343,1,1,1,1,1,0.03636989,0.511814415,0.034700003,1,1,1,1,1,0.308341652,0.666417122,0.738158531,0.738311826,0.738475177
-5079,1,0.1415,1,1,1,1,1,1,1,1,0.0968,0.1415,0.2901,1,0.1981,1,1,1,1,1,1,0.0176,0.1981,0.2925,1,0.5056,1,1,1,0.412,0.5056,0.4739,1,1,1,1,1,0.083732612,0.40975219,0.542008042,1,1,1,1,1,0.018455712,0.451868504,0.034059163,1,1,1,1,1,0.528127968,0.62745589,0.730364911,0.730484451,0.730496454
-5080,1,0.1413,1,1,1,1,1,1,1,1,0.0743,0.1413,0.1878,1,0.198,1,1,1,1,1,1,0.0073,0.198,0.2143,1,0.5054,1,1,1,0.3848,0.5054,0.3168,1,1,1,1,1,0.087176055,0.293204784,0.532647371,1,1,1,1,1,0.007658152,0.378451794,0.125816226,1,1,1,1,1,0.453720301,0.677511513,0.722812953,0.722868627,0.722960993
-5081,1,0.1412,1,1,1,1,1,1,1,1,0.0477,0.1412,0.0768,1,0.1979,1,1,1,1,1,1,0.0093,0.1979,0.1306,1,0.5053,1,1,1,0.4928,0.5053,0.1457,1,1,1,1,1,0.108627126,0.156168059,0.153137118,1,1,1,1,1,0.014025279,0.312374681,0.460122794,1,1,1,1,1,0.6170789,0.324155748,0.71477767,0.714829702,0.71498227
-5082,1,0.1411,1,1,1,1,1,1,1,1,0.0963,0.1411,0.005,1,0.1978,1,1,1,1,1,1,0,0.1978,0.038,1,0.5051,1,1,1,0.3902,0.5051,0.049,1,1,1,1,1,0.12583442,0.008683183,0.104900651,1,1,1,1,1,0.000561502,0.174553752,0.238817543,1,1,1,1,1,0.429712802,0.062938876,0.701727888,0.70171356,0.70212766
-5083,1,0.1409,1,1,1,1,1,1,1,1,0.0976,0.1409,0,1,0.1977,1,1,1,1,1,1,0,0.1977,0,1,0.5049,1,1,1,0.2855,0.5049,0,1,1,1,1,1,0.048357926,0,0.093298458,1,1,1,1,1,0.000253321,0,0.152920946,1,1,1,1,1,0.496359825,0,0.691880135,0.69198223,0.691932624
-5084,1,0.1408,1,1,1,1,1,1,1,1,0.0271,0.1408,0,1,0.1976,1,1,1,1,1,1,0,0.1976,0,1,0.5048,1,1,1,0.3208,0.5048,0,1,1,1,1,1,0.010211765,0,0.141792655,1,1,1,1,1,0.001588382,0,0.052405503,1,1,1,1,1,0.484939694,0,0.69641131,0.696424794,0.696365248
-5085,1,0.1407,1,1,1,1,1,1,1,1,0.0104,0.1407,0,1,0.1975,1,1,1,1,1,1,0,0.1975,0,1,0.5046,1,1,1,0.2125,0.5046,0,1,1,1,1,1,0.008361611,0,0.09790536,1,1,1,1,1,0.002117226,0,0.091463879,1,1,1,1,1,0.323495626,0,0.665236829,0.665326846,0.665336879
-5086,1,0.1405,1,1,1,1,1,1,1,1,0.0152,0.1405,0,1,0.1974,1,1,1,1,1,1,0,0.1974,0,1,0.5044,1,1,1,0.1682,0.5044,0,1,1,1,1,1,0.011755069,0,0.032598659,1,1,1,1,1,0.00792115,0,0,1,1,1,1,1,0.311031073,0,0.607116965,0.607150413,0.607269504
-5087,1,0.1404,1,1,1,1,1,1,1,1,0.0172,0.1404,0,1,0.1973,1,1,1,1,1,1,0,0.1973,0,1,0.5043,1,1,1,0.1147,0.5043,0,1,1,1,1,1,0.028959088,0,0.000126581,1,1,1,1,1,0.011633929,0,0,1,1,1,1,1,0.229129672,0,0.55038666,0.550454834,0.550531915
-5088,1,0.1403,1,1,1,1,1,1,1,1,0.0605,0.1403,0,1,0.1972,1,1,1,1,1,1,0.0263,0.1972,0,1,0.5041,1,1,1,0.1027,0.5041,0,1,1,1,1,1,0.021814404,0,0.007088163,1,1,1,1,1,0.037250362,0,0.002408115,1,1,1,1,1,0.241038352,0,0.507612373,0.507721599,0.507535461
-5089,1,0.1401,1,1,1,1,1,1,1,1,0.0577,0.1401,0,1,0.1971,1,1,1,1,1,1,0.0024,0.1971,0,1,0.5039,1,1,1,0.0899,0.5039,0,1,1,1,1,1,0.019766944,0,0.100273065,1,1,1,1,1,0.026913829,0,0.064705759,1,1,1,1,1,0.209650427,0,0.480727405,0.480643114,0.480939716
-5090,1,0.14,1,1,1,1,1,1,1,1,0.0244,0.14,0,1,0.197,1,1,1,1,1,1,0.0694,0.197,0,1,0.5038,1,1,1,0.0906,0.5038,0,1,1,1,1,1,0.007214265,0,0.289493322,1,1,1,1,1,0.066001892,0,0.061758116,1,1,1,1,1,0.203536347,0,0.464354761,0.464353713,0.464095745
-5091,1,0.1399,1,1,1,1,1,1,1,1,0.0125,0.1399,0,1,0.1969,1,1,1,1,1,1,0.0615,0.1969,0,1,0.5036,1,1,1,0.0903,0.5036,0,1,1,1,1,1,0.002826912,0,0.479667306,1,1,1,1,1,0.052053183,0,0.026986124,1,1,1,1,1,0.221379578,0,0.457527791,0.457584091,0.457890071
-5092,1,0.1397,1,1,1,1,1,1,1,1,0.0264,0.1397,0,1,0.1968,1,1,1,1,1,1,0.0569,0.1968,0,1,0.5034,1,1,1,0.0603,0.5034,0,1,1,1,1,1,0.011602681,0,0.426034003,1,1,1,1,1,0.07884559,0,0.12268953,1,1,1,1,1,0.113296591,0,0.464596423,0.464776814,0.464539007
-5093,1,0.1396,1,1,1,1,1,1,1,1,0.0219,0.1396,0,1,0.1967,1,1,1,1,1,1,0.0643,0.1967,0,1,0.5033,1,1,1,0.0548,0.5033,0.004,1,1,1,1,1,0.005982551,0,0.437380075,1,1,1,1,1,0.070066795,0,0.215817019,1,1,1,1,1,0.052883655,0,0.49359594,0.493759255,0.493794326
-5094,1,0.1395,1,1,1,1,1,1,1,1,0.0127,0.1395,0.071,1,0.1966,1,1,1,1,1,1,0.0727,0.1966,0.0808,1,0.5031,1,1,1,0.0322,0.5031,0.037,1,1,1,1,1,0.002974855,0.323786318,0.35451138,1,1,1,1,1,0.088628113,0.271279633,0.164246857,1,1,1,1,1,0.056927424,0.199324489,0.54579507,0.545800719,0.546099291
-5095,1,0.1393,1,1,1,1,1,1,1,1,0.0025,0.1393,0.2055,1,0.1966,1,1,1,1,1,1,0.031,0.1966,0.2048,1,0.5029,1,1,1,0.0176,0.5029,0.1598,1,1,1,1,1,0.000716278,0.464782834,0.106596522,1,1,1,1,1,0.045421109,0.339563668,0.035242934,1,1,1,1,1,0.055666286,0.519678175,0.610258579,0.610323673,0.61037234
-5096,1,0.1392,1,1,1,1,1,1,1,1,0.0075,0.1392,0.3566,1,0.1965,1,1,1,1,1,1,0.0075,0.1965,0.3516,1,0.5028,1,1,1,0.0107,0.5028,0.2954,1,1,1,1,1,0.001548537,0.717349946,0.010911985,1,1,1,1,1,0.008169375,0.629225135,0.043897644,1,1,1,1,1,0.020572022,0.711720586,0.658107782,0.658134123,0.658244681
-5097,1,0.1391,1,1,1,1,1,1,1,1,0.0134,0.1391,0.4565,1,0.1964,1,1,1,1,1,1,0.0041,0.1964,0.4262,1,0.5026,1,1,1,0.0286,0.5026,0.4209,1,1,1,1,1,0.002069994,0.70511812,0.015961763,1,1,1,1,1,0.009247922,0.621475041,0.073929578,1,1,1,1,1,0.023989815,0.783063889,0.697680039,0.697694098,0.698138298
-5098,1,0.1389,1,1,1,1,1,1,1,1,0.0309,0.1389,0.5028,1,0.1963,1,1,1,1,1,1,0.0129,0.1963,0.4966,1,0.5024,1,1,1,0.0149,0.5024,0.4821,1,1,1,1,1,0.013590019,0.68885833,0.003459241,1,1,1,1,1,0.02102009,0.693815649,0.140142411,1,1,1,1,1,0.0170155,0.787337959,0.732721121,0.732811508,0.732712766
-5099,1,0.1388,1,1,1,1,1,1,1,1,0.0131,0.1388,0.5223,1,0.1962,1,1,1,1,1,1,0.012,0.1962,0.4919,1,0.5023,1,1,1,0.0176,0.5023,0.5387,1,1,1,1,1,0.00512998,0.670656443,0.038107917,1,1,1,1,1,0.038149688,0.72903192,0.093871988,1,1,1,1,1,0.008930256,0.777943194,0.758397777,0.758409139,0.758421986
-5100,1,0.1387,1,1,1,1,1,1,1,1,0.0869,0.1387,0.5359,1,0.1961,1,1,1,1,1,1,0.0106,0.1961,0.5043,1,0.5021,1,1,1,0.0153,0.5021,0.5558,1,1,1,1,1,0.01706226,0.738003075,0.040680289,1,1,1,1,1,0.03291462,0.739450276,0.119786918,1,1,1,1,1,0.007906815,0.783242822,0.777730788,0.77766025,0.777925532
-5101,1,0.1385,1,1,1,1,1,1,1,1,0.0998,0.1385,0.507,1,0.196,1,1,1,1,1,1,0.0256,0.196,0.4904,1,0.5019,1,1,1,0.0094,0.5019,0.5461,1,1,1,1,1,0.019608472,0.699006975,0.091485433,1,1,1,1,1,0.033961114,0.703294218,0.188274354,1,1,1,1,1,0.026298141,0.761169791,0.79482842,0.794795854,0.795212766
-5102,1,0.1384,1,1,1,1,1,1,1,1,0.1883,0.1384,0.4455,1,0.1959,1,1,1,1,1,1,0.1579,0.1959,0.4355,1,0.5018,1,1,1,0.003,0.5018,0.5412,1,1,1,1,1,0.039567307,0.667062521,0.112619042,1,1,1,1,1,0.161377758,0.610863626,0.287209183,1,1,1,1,1,0.015829006,0.708228528,0.800628323,0.800719272,0.800975177
-5103,1,0.1383,1,1,1,1,1,1,1,1,0.1725,0.1383,0.3584,1,0.1958,1,1,1,1,1,1,0.1537,0.1958,0.3301,1,0.5016,1,1,1,0.018,0.5016,0.4181,1,1,1,1,1,0.036993459,0.591022789,0.03049466,1,1,1,1,1,0.147900328,0.413252354,0.143834561,1,1,1,1,1,0.028098227,0.603409171,0.793076365,0.793103448,0.793439716
-5104,1,0.1381,1,1,1,1,1,1,1,1,0.1481,0.1381,0.2457,1,0.1957,1,1,1,1,1,1,0.2174,0.1957,0.2432,1,0.5014,1,1,1,0.0146,0.5014,0.2893,1,1,1,1,1,0.047337104,0.394501925,0.018282859,1,1,1,1,1,0.217670441,0.311127633,0.102488488,1,1,1,1,1,0.057389487,0.409986794,0.786491058,0.786756928,0.78679078
-5105,1,0.138,1,1,1,1,1,1,1,1,0.1227,0.138,0.1507,1,0.1956,1,1,1,1,1,1,0.1071,0.1956,0.1657,1,0.5013,1,1,1,0.0129,0.5013,0.1472,1,1,1,1,1,0.162697986,0.306519598,0.004503134,1,1,1,1,1,0.098021932,0.250027865,0.055904716,1,1,1,1,1,0.072165608,0.254924059,0.7770058,0.777025598,0.777039007
-5106,1,0.1379,1,1,1,1,1,1,1,1,0.1279,0.1379,0.0369,1,0.1955,1,1,1,1,1,1,0.0477,0.1955,0.0175,1,0.5011,1,1,1,0.0387,0.5011,0.0429,1,1,1,1,1,0.153376669,0.07622464,0.019624762,1,1,1,1,1,0.054710064,0.030237189,0.045710213,1,1,1,1,1,0.148361564,0.049714174,0.759243596,0.759255342,0.759751773
-5107,1,0.1377,1,1,1,1,1,1,1,1,0.154,0.1377,0,1,0.1954,1,1,1,1,1,1,0.0273,0.1954,0,1,0.5009,1,1,1,0.1246,0.5009,0,1,1,1,1,1,0.166220337,0,0.075296804,1,1,1,1,1,0.033588395,0,0.239812851,1,1,1,1,1,0.302441388,0,0.74262929,0.74275439,0.742907801
-5108,1,0.1376,1,1,1,1,1,1,1,1,0.0998,0.1376,0,1,0.1953,1,1,1,1,1,1,0.0103,0.1953,0,1,0.5008,1,1,1,0.1535,0.5008,0,1,1,1,1,1,0.113067359,0,0.097483784,1,1,1,1,1,0.019478284,0,0.187153399,1,1,1,1,1,0.228019297,0,0.743837603,0.743812143,0.744237589
-5109,1,0.1375,1,1,1,1,1,1,1,1,0.0854,0.1375,0,1,0.1952,1,1,1,1,1,1,0.0405,0.1952,0,1,0.5006,1,1,1,0.117,0.5006,0,1,1,1,1,1,0.08947479,0,0.101159915,1,1,1,1,1,0.06296365,0,0.150975659,1,1,1,1,1,0.258001417,0,0.714475592,0.714618151,0.71498227
-5110,1,0.1373,1,1,1,1,1,1,1,1,0.0697,0.1373,0,1,0.1951,1,1,1,1,1,1,0.0427,0.1951,0,1,0.5004,1,1,1,0.1156,0.5004,0,1,1,1,1,1,0.081894979,0,0.108981304,1,1,1,1,1,0.049790312,0,0.063368067,1,1,1,1,1,0.277277976,0,0.650374577,0.650306748,0.650265957
-5111,1,0.1372,1,1,1,1,1,1,1,1,0.0973,0.1372,0,1,0.195,1,1,1,1,1,1,0.0804,0.195,0,1,0.5003,1,1,1,0.0426,0.5003,0,1,1,1,1,1,0.11782752,0,0.08197622,1,1,1,1,1,0.096740395,0,0.060892146,1,1,1,1,1,0.078796782,0,0.586756887,0.586629998,0.586879433
-5112,1,0.1371,1,1,1,1,1,1,1,1,0.0657,0.1371,0,1,0.1949,1,1,1,1,1,1,0.0914,0.1949,0,1,0.5001,1,1,1,0.0297,0.5001,0,1,1,1,1,1,0.083958223,0,0.040084701,1,1,1,1,1,0.092124403,0,0.008591101,1,1,1,1,1,0.061899729,0,0.541143064,0.541146605,0.541223404
-5113,1,0.1369,1,1,1,1,1,1,1,1,0.0548,0.1369,0,1,0.1948,1,1,1,1,1,1,0.1213,0.1948,0,1,0.4999,1,1,1,0.0463,0.4999,0,1,1,1,1,1,0.108865887,0,0.030354485,1,1,1,1,1,0.112372331,0,0,1,1,1,1,1,0.067583628,0,0.511841469,0.511741062,0.511968085
-5114,1,0.1368,1,1,1,1,1,1,1,1,0.0179,0.1368,0,1,0.1947,1,1,1,1,1,1,0.1166,0.1947,0,1,0.4998,1,1,1,0.0346,0.4998,0,1,1,1,1,1,0.04894466,0,0.037336156,1,1,1,1,1,0.109213442,0,0,1,1,1,1,1,0.05948092,0,0.493293862,0.493336154,0.493351064
-5115,1,0.1367,1,1,1,1,1,1,1,1,0.0199,0.1367,0,1,0.1946,1,1,1,1,1,1,0.176,0.1946,0,1,0.4996,1,1,1,0.0386,0.4996,0,1,1,1,1,1,0.045376133,0,0.046888236,1,1,1,1,1,0.17973043,0,0,1,1,1,1,1,0.046099778,0,0.487071049,0.486989634,0.48714539
-5116,1,0.1365,1,1,1,1,1,1,1,1,0.0156,0.1365,0,1,0.1945,1,1,1,1,1,1,0.1472,0.1945,0,1,0.4994,1,1,1,0.0499,0.4994,0,1,1,1,1,1,0.032603193,0,0.098775104,1,1,1,1,1,0.156007618,0,0,1,1,1,1,1,0.075335465,0,0.493293862,0.493336154,0.493351064
-5117,1,0.1364,1,1,1,1,1,1,1,1,0.0078,0.1364,0,1,0.1944,1,1,1,1,1,1,0.092,0.1944,0,1,0.4993,1,1,1,0.0237,0.4993,0,1,1,1,1,1,0.014137963,0,0.062824622,1,1,1,1,1,0.092215039,0,0,1,1,1,1,1,0.05722598,0,0.522353794,0.522318595,0.522606383
-5118,1,0.1363,1,1,1,1,1,1,1,1,0.0043,0.1363,0.0634,1,0.1943,1,1,1,1,1,1,0.0498,0.1943,0.0673,1,0.4991,1,1,1,0.0237,0.4991,0.0301,1,1,1,1,1,0.004517946,0.170679227,0.009091987,1,1,1,1,1,0.055293337,0.35213542,0,1,1,1,1,1,0.032922305,0.100804798,0.575277912,0.575417813,0.57535461
-5119,1,0.1361,1,1,1,1,1,1,1,1,0.001,0.1361,0.1998,1,0.1942,1,1,1,1,1,1,0.0014,0.1942,0.2118,1,0.4989,1,1,1,0.0178,0.4989,0.1622,1,1,1,1,1,0.006706002,0.537890613,0.000622514,1,1,1,1,1,0.003556494,0.607221067,0.004452618,1,1,1,1,1,0.030770306,0.383561552,0.642641373,0.642690924,0.642730496
-5120,1,0.136,1,1,1,1,1,1,1,1,0.0007,0.136,0.3594,1,0.1941,1,1,1,1,1,1,0,0.1941,0.3812,1,0.4988,1,1,1,0.0185,0.4988,0.2988,1,1,1,1,1,0.000506182,0.729301274,0.000688818,1,1,1,1,1,0,0.765196323,0,1,1,1,1,1,0.021593651,0.549306273,0.69737796,0.697482547,0.697695035
-5121,1,0.1359,1,1,1,1,1,1,1,1,0.0029,0.1359,0.4807,1,0.194,1,1,1,1,1,1,0,0.194,0.5091,1,0.4986,1,1,1,0.0083,0.4986,0.4474,1,1,1,1,1,0.000604596,0.801917136,0.000273266,1,1,1,1,1,0.002091576,0.847889006,0.004664136,1,1,1,1,1,0.010557109,0.671550989,0.746314645,0.746350751,0.746453901
-5122,1,0.1357,1,1,1,1,1,1,1,1,0.0122,0.1357,0.5724,1,0.1939,1,1,1,1,1,1,0.0022,0.1939,0.5982,1,0.4984,1,1,1,0.0105,0.4984,0.4972,1,1,1,1,1,0.002989506,0.835422397,0.001955621,1,1,1,1,1,0.003481455,0.874279141,0.000350785,1,1,1,1,1,0.016431523,0.677011251,0.792472209,0.792680347,0.792996454
-5123,1,0.1356,1,1,1,1,1,1,1,1,0.0534,0.1356,0.5843,1,0.1939,1,1,1,1,1,1,0.0325,0.1939,0.6102,1,0.4983,1,1,1,0.013,0.4983,0.531,1,1,1,1,1,0.017047171,0.841004908,0.00091816,1,1,1,1,1,0.023038022,0.884586394,0,1,1,1,1,1,0.023697434,0.761873126,0.828479942,0.82864396,0.828900709
-5124,1,0.1355,1,1,1,1,1,1,1,1,0.1063,0.1355,0.6006,1,0.1938,1,1,1,1,1,1,0.0188,0.1938,0.6215,1,0.4981,1,1,1,0.0656,0.4981,0.5805,1,1,1,1,1,0.038218047,0.85491538,0.007513322,1,1,1,1,1,0.018217854,0.894922853,0,1,1,1,1,1,0.05235447,0.806830406,0.853250362,0.853395388,0.853723404
-5125,1,0.1353,1,1,1,1,1,1,1,1,0.1067,0.1353,0.5989,1,0.1937,1,1,1,1,1,1,0.0206,0.1937,0.6195,1,0.4979,1,1,1,0.1015,0.4979,0.5816,1,1,1,1,1,0.027585343,0.844752491,0.000378386,1,1,1,1,1,0.022424636,0.889786005,0,1,1,1,1,1,0.108362071,0.803670347,0.877356211,0.877512164,0.877659574
-5126,1,0.1352,1,1,1,1,1,1,1,1,0.2451,0.1352,0.5624,1,0.1936,1,1,1,1,1,1,0.0298,0.1936,0.5816,1,0.4978,1,1,1,0.0963,0.4978,0.5593,1,1,1,1,1,0.053810012,0.82482338,0.042446651,1,1,1,1,1,0.039070334,0.872502744,0.079056293,1,1,1,1,1,0.075665265,0.75357461,0.8919768,0.89210916,0.892287234
-5127,1,0.1351,1,1,1,1,1,1,1,1,0.2258,0.1351,0.4613,1,0.1935,1,1,1,1,1,1,0.0735,0.1935,0.4955,1,0.4976,1,1,1,0.1002,0.4976,0.4593,1,1,1,1,1,0.063334569,0.797767639,0.108014666,1,1,1,1,1,0.08140292,0.853475034,0.20282802,1,1,1,1,1,0.134511814,0.709850371,0.901099565,0.901205839,0.901152482
-5128,1,0.1349,1,1,1,1,1,1,1,1,0.1746,0.1349,0.3293,1,0.1934,1,1,1,1,1,1,0.1909,0.1934,0.374,1,0.4974,1,1,1,0.0948,0.4974,0.3136,1,1,1,1,1,0.078976862,0.743472099,0.127460122,1,1,1,1,1,0.162277207,0.803611219,0.189487696,1,1,1,1,1,0.216381937,0.643525243,0.905449493,0.905436852,0.905585106
-5129,1,0.1348,1,1,1,1,1,1,1,1,0.2032,0.1348,0.1622,1,0.1933,1,1,1,1,1,1,0.2018,0.1933,0.2097,1,0.4973,1,1,1,0.0346,0.4973,0.1408,1,1,1,1,1,0.110812753,0.62010318,0.268454254,1,1,1,1,1,0.174158663,0.674103737,0.225365981,1,1,1,1,1,0.084037125,0.512430489,0.901159981,0.901205839,0.901152482
-5130,1,0.1347,1,1,1,1,1,1,1,1,0.1853,0.1347,0.0508,1,0.1932,1,1,1,1,1,1,0.0357,0.1932,0.0811,1,0.4971,1,1,1,0.0419,0.4971,0.0428,1,1,1,1,1,0.058354847,0.357661188,0.184134454,1,1,1,1,1,0.032201543,0.41434145,0.198445827,1,1,1,1,1,0.087010749,0.296369791,0.880920735,0.880896975,0.881205674
-5131,1,0.1345,1,1,1,1,1,1,1,1,0.1106,0.1345,0,1,0.1931,1,1,1,1,1,1,0.0215,0.1931,0,1,0.4969,1,1,1,0.0873,0.4969,0,1,1,1,1,1,0.04043524,0,0.19756043,1,1,1,1,1,0.026699787,0,0.214391381,1,1,1,1,1,0.148337722,0,0.8530087,0.852972287,0.853280142
-5132,1,0.1344,1,1,1,1,1,1,1,1,0.0808,0.1344,0,1,0.193,1,1,1,1,1,1,0.0381,0.193,0,1,0.4968,1,1,1,0.1512,0.4968,0,1,1,1,1,1,0.030131966,0,0.09632542,1,1,1,1,1,0.042177953,0,0.150295019,1,1,1,1,1,0.197707698,0,0.846121315,0.846202666,0.846187943
-5133,1,0.1343,1,1,1,1,1,1,1,1,0.1507,0.1343,0,1,0.1929,1,1,1,1,1,1,0.1244,0.1929,0,1,0.4966,1,1,1,0.1053,0.4966,0,1,1,1,1,1,0.069260187,0,0.297730386,1,1,1,1,1,0.162382141,0,0.458436906,1,1,1,1,1,0.155748263,0,0.810053166,0.810027502,0.810283688
-5134,1,0.1341,1,1,1,1,1,1,1,1,0.1583,0.1341,0,1,0.1928,1,1,1,1,1,1,0.1054,0.1928,0,1,0.4964,1,1,1,0.0709,0.4964,0,1,1,1,1,1,0.054527506,0,0.425433576,1,1,1,1,1,0.156250462,0,0.671729624,1,1,1,1,1,0.1259958,0,0.735621073,0.735561667,0.735815603
-5135,1,0.134,1,1,1,1,1,1,1,1,0.1287,0.134,0,1,0.1927,1,1,1,1,1,1,0.2165,0.1927,0,1,0.4963,1,1,1,0.0612,0.4963,0,1,1,1,1,1,0.049992196,0,0.250322551,1,1,1,1,1,0.213032931,0,0.641183019,1,1,1,1,1,0.092868246,0,0.663484775,0.66363444,0.66356383
-5136,1,0.1339,1,1,1,1,1,1,1,1,0.2432,0.1339,0,1,0.1926,1,1,1,1,1,1,0.3583,0.1926,0,1,0.4961,1,1,1,0.0424,0.4961,0,1,1,1,1,1,0.131186247,0,0.459563553,1,1,1,1,1,0.361949444,0,0.882573843,1,1,1,1,1,0.070348278,0,0.60578782,0.605669558,0.605939716
-5137,1,0.1337,1,1,1,1,1,1,1,1,0.2379,0.1337,0,1,0.1925,1,1,1,1,1,1,0.3362,0.1925,0,1,0.4959,1,1,1,0.0558,0.4959,0,1,1,1,1,1,0.135526821,0,0.657917798,1,1,1,1,1,0.33900547,0,0.660773575,1,1,1,1,1,0.112743109,0,0.568994683,0.568859742,0.569148936
-5138,1,0.1336,1,1,1,1,1,1,1,1,0.2607,0.1336,0,1,0.1924,1,1,1,1,1,1,0.4289,0.1924,0,1,0.4958,1,1,1,0.08,0.4958,0,1,1,1,1,1,0.154075444,0,0.908918262,1,1,1,1,1,0.46868977,0,0.724922299,1,1,1,1,1,0.212934658,0,0.543559691,0.543685213,0.543882979
-5139,1,0.1335,1,1,1,1,1,1,1,1,0.2497,0.1335,0,1,0.1923,1,1,1,1,1,1,0.2976,0.1923,0,1,0.4956,1,1,1,0.1075,0.4956,0,1,1,1,1,1,0.188555703,0,0.831959009,1,1,1,1,1,0.335599542,0,0.412070692,1,1,1,1,1,0.292637378,0,0.530570324,0.530569071,0.530585106
-5140,1,0.1333,1,1,1,1,1,1,1,1,0.2714,0.1333,0,1,0.1922,1,1,1,1,1,1,0.2,0.1922,0,1,0.4954,1,1,1,0.1338,0.4954,0,1,1,1,1,1,0.214494169,0,0.493155301,1,1,1,1,1,0.202353165,0,0.173866242,1,1,1,1,1,0.376315296,0,0.533107782,0.533107679,0.533244681
-5141,1,0.1332,1,1,1,1,1,1,1,1,0.1808,0.1332,0,1,0.1921,1,1,1,1,1,1,0.1831,0.1921,0,1,0.4953,1,1,1,0.1154,0.4953,0,1,1,1,1,1,0.171673387,0,0.148507774,1,1,1,1,1,0.183231696,0,0.192627758,1,1,1,1,1,0.364933252,0,0.558724021,0.55870531,0.558953901
-5142,1,0.1331,1,1,1,1,1,1,1,1,0.0733,0.1331,0.073,1,0.192,1,1,1,1,1,1,0.2247,0.192,0.0916,1,0.4951,1,1,1,0.0796,0.4951,0.0461,1,1,1,1,1,0.086211525,0.238923639,0.051250808,1,1,1,1,1,0.212271392,0.180614933,0.23682487,1,1,1,1,1,0.25420773,0.116009764,0.610258579,0.610323673,0.61037234
-5143,1,0.1329,1,1,1,1,1,1,1,1,0.0443,0.1329,0.2057,1,0.1919,1,1,1,1,1,1,0.0869,0.1919,0.2137,1,0.4949,1,1,1,0.0501,0.4949,0.1417,1,1,1,1,1,0.035984114,0.492270231,0.16185081,1,1,1,1,1,0.0896044,0.459405452,0.335194528,1,1,1,1,1,0.196875021,0.344070315,0.677742871,0.677808335,0.677748227
-5144,1,0.1328,1,1,1,1,1,1,1,1,0.0253,0.1328,0.3553,1,0.1918,1,1,1,1,1,1,0.0048,0.1918,0.3534,1,0.4948,1,1,1,0.0353,0.4948,0.272,1,1,1,1,1,0.005800121,0.667341352,0.09834969,1,1,1,1,1,0.005897969,0.625813723,0.173430115,1,1,1,1,1,0.1065282,0.596470356,0.738702272,0.738734927,0.73891844
-5145,1,0.1327,1,1,1,1,1,1,1,1,0.0411,0.1327,0.4562,1,0.1917,1,1,1,1,1,1,0.0331,0.1917,0.4531,1,0.4946,1,1,1,0.031,0.4946,0.418,1,1,1,1,1,0.015543066,0.754892945,0.151753694,1,1,1,1,1,0.023498252,0.723167181,0.27540186,1,1,1,1,1,0.075440824,0.701596618,0.793197197,0.793314999,0.793439716
-5146,1,0.1325,1,1,1,1,1,1,1,1,0.0729,0.1325,0.4998,1,0.1916,1,1,1,1,1,1,0.0087,0.1916,0.4717,1,0.4944,1,1,1,0.0344,0.4944,0.4944,1,1,1,1,1,0.025520489,0.743299365,0.271295071,1,1,1,1,1,0.014340438,0.72833544,0.104181163,1,1,1,1,1,0.064129248,0.764493465,0.845879652,0.845991115,0.846187943
-5147,1,0.1324,1,1,1,1,1,1,1,1,0.1185,0.1324,0.5687,1,0.1915,1,1,1,1,1,1,0.0433,0.1915,0.5288,1,0.4943,1,1,1,0.034,0.4943,0.5537,1,1,1,1,1,0.030732699,0.774692297,0.884080529,1,1,1,1,1,0.031045562,0.739137888,0.292012036,1,1,1,1,1,0.076103233,0.807950079,0.885029,0.885127988,0.885195035
-5148,1,0.1323,1,1,1,1,1,1,1,1,0.1569,0.1323,0.5299,1,0.1914,1,1,1,1,1,1,0,0.1914,0.5318,1,0.4941,1,1,1,0.0472,0.4941,0.5495,1,1,1,1,1,0.067182958,0.693577766,0.186999679,1,1,1,1,1,0.011207373,0.783515215,0.058626708,1,1,1,1,1,0.034454048,0.797937334,0.911974384,0.911994923,0.912234043
-5149,1,0.1321,1,1,1,1,1,1,1,1,0.2059,0.1321,0.5972,1,0.1913,1,1,1,1,1,1,0.0329,0.1913,0.603,1,0.4939,1,1,1,0.0895,0.4939,0.5487,1,1,1,1,1,0.042854853,0.818126917,0.717393041,1,1,1,1,1,0.029209845,0.854982853,0.374225914,1,1,1,1,1,0.199806526,0.831261396,0.935234413,0.935477047,0.93572695
-5150,1,0.132,1,1,1,1,1,1,1,1,0.2514,0.132,0.564,1,0.1913,1,1,1,1,1,1,0.034,0.1913,0.576,1,0.4938,1,1,1,0.1129,0.4938,0.5674,1,1,1,1,1,0.054405145,0.837983131,0.786887348,1,1,1,1,1,0.035430156,0.839870214,0.551747978,1,1,1,1,1,0.217814907,0.785872638,0.950821653,0.950920245,0.951241135
-5151,1,0.1319,1,1,1,1,1,1,1,1,0.2736,0.1319,0.4604,1,0.1912,1,1,1,1,1,1,0.0607,0.1912,0.4606,1,0.4936,1,1,1,0.1763,0.4936,0.4241,1,1,1,1,1,0.057463817,0.788900971,0.728908539,1,1,1,1,1,0.049772277,0.731709123,0.44773984,1,1,1,1,1,0.306676775,0.803121567,0.956379894,0.956420563,0.956560284
-5152,1,0.1317,1,1,1,1,1,1,1,1,0.3009,0.1317,0.3121,1,0.1911,1,1,1,1,1,1,0.0342,0.1911,0.3235,1,0.4934,1,1,1,0.2005,0.4934,0.2839,1,1,1,1,1,0.07588014,0.661004186,0.652342677,1,1,1,1,1,0.058639184,0.624274015,0.471013904,1,1,1,1,1,0.292834193,0.716519177,0.955896568,0.955785911,0.956117021
-5153,1,0.1316,1,1,1,1,1,1,1,1,0.2913,0.1316,0.1584,1,0.191,1,1,1,1,1,1,0.1264,0.191,0.1753,1,0.4933,1,1,1,0.1174,0.4933,0.1378,1,1,1,1,1,0.097384974,0.498830557,0.763492227,1,1,1,1,1,0.146925718,0.446406245,0.733988285,1,1,1,1,1,0.316684514,0.53914094,0.94320928,0.943304421,0.943262411
-5154,1,0.1315,1,1,1,1,1,1,1,1,0.2057,0.1315,0.0394,1,0.1909,1,1,1,1,1,1,0.0337,0.1909,0.0437,1,0.4931,1,1,1,0.1361,0.4931,0.0387,1,1,1,1,1,0.058597684,0.190193444,0.853695273,1,1,1,1,1,0.059492745,0.159547567,0.657703221,1,1,1,1,1,0.236634612,0.181229621,0.912699372,0.912629575,0.913120567
-5155,1,0.1313,1,1,1,1,1,1,1,1,0.1894,0.1313,0,1,0.1908,1,1,1,1,1,1,0.074,0.1908,0,1,0.4929,1,1,1,0.1555,0.4929,0,1,1,1,1,1,0.101024508,0,0.772127986,1,1,1,1,1,0.124168128,0,0.853610039,1,1,1,1,1,0.217186242,0,0.881947801,0.881954728,0.882092199
-5156,1,0.1312,1,1,1,1,1,1,1,1,0.265,0.1312,0,1,0.1907,1,1,1,1,1,1,0.1526,0.1907,0,1,0.4928,1,1,1,0.1607,0.4928,0,1,1,1,1,1,0.151871562,0,0.838119864,1,1,1,1,1,0.218889982,0,0.768890619,1,1,1,1,1,0.231796697,0,0.874697922,0.874762006,0.875
-5157,1,0.1311,1,1,1,1,1,1,1,1,0.1648,0.1311,0,1,0.1906,1,1,1,1,1,1,0.0413,0.1906,0,1,0.4926,1,1,1,0.1047,0.4926,0,1,1,1,1,1,0.128622204,0,0.590393066,1,1,1,1,1,0.075912774,0,0.527612329,1,1,1,1,1,0.211726025,0,0.841469309,0.841548551,0.841755319
-5158,1,0.1309,1,1,1,1,1,1,1,1,0.1908,0.1309,0,1,0.1905,1,1,1,1,1,1,0.0807,0.1905,0,1,0.4924,1,1,1,0.096,0.4924,0,1,1,1,1,1,0.206003129,0,0.526264787,1,1,1,1,1,0.105402194,0,0.755398452,1,1,1,1,1,0.181496456,0,0.773985017,0.773852338,0.774379433
-5159,1,0.1308,1,1,1,1,1,1,1,1,0.152,0.1308,0,1,0.1904,1,1,1,1,1,1,0.0935,0.1904,0,1,0.4923,1,1,1,0.0849,0.4923,0,1,1,1,1,1,0.169364899,0,0.89864248,1,1,1,1,1,0.10186936,0,0.816830397,1,1,1,1,1,0.134820789,0,0.702996617,0.702982864,0.703014184
-5160,1,0.1307,1,1,1,1,1,1,1,1,0.1929,0.1307,0,1,0.1903,1,1,1,1,1,1,0.1565,0.1903,0,1,0.4921,1,1,1,0.0693,0.4921,0,1,1,1,1,1,0.083956838,0,0.770700514,1,1,1,1,1,0.146931499,0,0.743093729,1,1,1,1,1,0.078402027,0,0.64058724,0.640575418,0.640957447
-5161,1,0.1305,1,1,1,1,1,1,1,1,0.164,0.1305,0,1,0.1902,1,1,1,1,1,1,0.2126,0.1902,0,1,0.4919,1,1,1,0.0631,0.4919,0,1,1,1,1,1,0.062984638,0,0.70276314,1,1,1,1,1,0.200408593,0,0.528657675,1,1,1,1,1,0.040657576,0,0.60119623,0.601226994,0.601507092
-5162,1,0.1304,1,1,1,1,1,1,1,1,0.1237,0.1304,0,1,0.1901,1,1,1,1,1,1,0.1354,0.1901,0,1,0.4918,1,1,1,0.0688,0.4918,0,1,1,1,1,1,0.05312657,0,0.717000842,1,1,1,1,1,0.130455732,0,0.420798182,1,1,1,1,1,0.030484982,0,0.572196713,0.572244553,0.572251773
-5163,1,0.1303,1,1,1,1,1,1,1,1,0.0901,0.1303,0,1,0.19,1,1,1,1,1,1,0.038,0.19,0,1,0.4916,1,1,1,0.0678,0.4916,0,1,1,1,1,1,0.044036344,0,0.472597569,1,1,1,1,1,0.052079417,0,0.307053685,1,1,1,1,1,0.027305795,0,0.553709522,0.553839645,0.554078014
-5164,1,0.1301,1,1,1,1,1,1,1,1,0.066,0.1301,0,1,0.1899,1,1,1,1,1,1,0,0.1899,0,1,0.4914,1,1,1,0.049,0.4914,0,1,1,1,1,1,0.027686397,0,0.437289894,1,1,1,1,1,0.012383644,0,0.362767577,1,1,1,1,1,0.019953769,0,0.545613823,0.545800719,0.545656028
-5165,1,0.13,1,1,1,1,1,1,1,1,0.0393,0.13,0,1,0.1898,1,1,1,1,1,1,0,0.1898,0,1,0.4913,1,1,1,0.0484,0.4913,0.0386,1,1,1,1,1,0.030210588,0,0.410743535,1,1,1,1,1,0.014618206,0,0.483973563,1,1,1,1,1,0.023268029,0.050742283,0.547909618,0.547916226,0.548315603
-5166,1,0.1299,1,1,1,1,1,1,1,1,0.0132,0.1299,0.0648,1,0.1897,1,1,1,1,1,1,0,0.1897,0.0818,1,0.4911,1,1,1,0.0253,0.4911,0.0627,1,1,1,1,1,0.031683791,0.387012094,0.294013143,1,1,1,1,1,0.002250811,0.336050153,0.254201591,1,1,1,1,1,0.036143027,0.489132762,0.56681972,0.566744235,0.566932624
-5167,1,0.1297,1,1,1,1,1,1,1,1,0.005,0.1297,0.204,1,0.1896,1,1,1,1,1,1,0,0.1896,0.2138,1,0.4909,1,1,1,0.002,0.4909,0.2091,1,1,1,1,1,0.015602085,0.600974381,0.271106422,1,1,1,1,1,0.000189644,0.558741748,0.317173332,1,1,1,1,1,0.010602539,0.714867711,0.61817303,0.618151047,0.618351064
-5168,1,0.1296,1,1,1,1,1,1,1,1,0.0118,0.1296,0.365,1,0.1895,1,1,1,1,1,1,0,0.1895,0.3722,1,0.4908,1,1,1,0,0.4908,0.3751,1,1,1,1,1,0.007348027,0.737439513,0.334121883,1,1,1,1,1,8.56E-05,0.72936666,0.239481166,1,1,1,1,1,0.000303371,0.813005567,0.68541566,0.685424159,0.68572695
-5169,1,0.1295,1,1,1,1,1,1,1,1,0.0129,0.1295,0.4921,1,0.1894,1,1,1,1,1,1,0,0.1894,0.4891,1,0.4906,1,1,1,0.0002,0.4906,0.518,1,1,1,1,1,0.004494684,0.810160756,0.373006701,1,1,1,1,1,0.00012003,0.803643763,0.26773116,1,1,1,1,1,0.000274908,0.838579237,0.74722088,0.747408504,0.747340426
-5170,1,0.1293,1,1,1,1,1,1,1,1,0.0323,0.1293,0.5866,1,0.1893,1,1,1,1,1,1,0,0.1893,0.5846,1,0.4904,1,1,1,0.002,0.4904,0.5811,1,1,1,1,1,0.009831929,0.846921384,0.433989704,1,1,1,1,1,0.001972323,0.842092395,0.370270193,1,1,1,1,1,0.00092622,0.828395009,0.801474142,0.801565475,0.801861702
-5171,1,0.1292,1,1,1,1,1,1,1,1,0.0527,0.1292,0.607,1,0.1892,1,1,1,1,1,1,0,0.1892,0.6077,1,0.4903,1,1,1,0.0038,0.4903,0.5978,1,1,1,1,1,0.02740493,0.85967797,0.262978673,1,1,1,1,1,0.005102769,0.846555829,0.096662566,1,1,1,1,1,0.001470044,0.83878684,0.841469309,0.841548551,0.841755319
-5172,1,0.1291,1,1,1,1,1,1,1,1,0.0778,0.1291,0.6048,1,0.1891,1,1,1,1,1,1,0.0463,0.1891,0.6073,1,0.4901,1,1,1,0.0043,0.4901,0.6098,1,1,1,1,1,0.060998131,0.857732952,0.170272142,1,1,1,1,1,0.054909628,0.844237387,0.005893194,1,1,1,1,1,0.002942922,0.853518307,0.866420976,0.86651153,0.866578014
-5173,1,0.1289,1,1,1,1,1,1,1,1,0.118,0.1289,0.5919,1,0.189,1,1,1,1,1,1,0.0727,0.189,0.6026,1,0.4899,1,1,1,0.013,0.4899,0.6265,1,1,1,1,1,0.078766428,0.828145146,0.192432344,1,1,1,1,1,0.077172875,0.843249202,0.000471204,1,1,1,1,1,0.026804768,0.847294748,0.881041566,0.881108525,0.881648936
-5174,1,0.1288,1,1,1,1,1,1,1,1,0.2084,0.1288,0.5448,1,0.1889,1,1,1,1,1,1,0.0906,0.1889,0.5793,1,0.4898,1,1,1,0.01,0.4898,0.5724,1,1,1,1,1,0.091154821,0.747994959,0.324849308,1,1,1,1,1,0.119279116,0.848549247,0.107228801,1,1,1,1,1,0.02202359,0.850930274,0.889378927,0.889570552,0.88962766
-5175,1,0.1287,1,1,1,1,1,1,1,1,0.2451,0.1287,0.4365,1,0.1888,1,1,1,1,1,1,0.0997,0.1888,0.4894,1,0.4896,1,1,1,0.0447,0.4896,0.4511,1,1,1,1,1,0.079439305,0.596574903,0.425601482,1,1,1,1,1,0.144051582,0.8342067,0.201081157,1,1,1,1,1,0.087361105,0.724295259,0.890164331,0.890205204,0.890514184
-5176,1,0.1285,1,1,1,1,1,1,1,1,0.2041,0.1285,0.2947,1,0.1887,1,1,1,1,1,1,0.1145,0.1887,0.3709,1,0.4894,1,1,1,0.0808,0.4894,0.3093,1,1,1,1,1,0.094118744,0.464770347,0.407422185,1,1,1,1,1,0.138431191,0.792092443,0.293141127,1,1,1,1,1,0.141869485,0.500935853,0.882551957,0.88258938,0.882978723
-5177,1,0.1284,1,1,1,1,1,1,1,1,0.109,0.1284,0.136,1,0.1887,1,1,1,1,1,1,0.0952,0.1887,0.2093,1,0.4893,1,1,1,0.1469,0.4893,0.1378,1,1,1,1,1,0.054658446,0.329033226,0.366182268,1,1,1,1,1,0.09149456,0.6506899,0.355802625,1,1,1,1,1,0.190298721,0.385877758,0.865998067,0.866088428,0.866134752
-5178,1,0.1283,1,1,1,1,1,1,1,1,0.118,0.1283,0.0379,1,0.1886,1,1,1,1,1,1,0.1313,0.1886,0.079,1,0.4891,1,1,1,0.2226,0.4891,0.0407,1,1,1,1,1,0.078144923,0.184893236,0.360838562,1,1,1,1,1,0.138462692,0.379793555,0.294172257,1,1,1,1,1,0.352818191,0.088682868,0.836756887,0.836682886,0.837322695
-5179,1,0.1281,1,1,1,1,1,1,1,1,0.0815,0.1281,0,1,0.1885,1,1,1,1,1,1,0.1365,0.1885,0,1,0.4889,1,1,1,0.1601,0.4889,0,1,1,1,1,1,0.032982688,0,0.375953823,1,1,1,1,1,0.139727473,0,0.093214929,1,1,1,1,1,0.327556789,0,0.808240696,0.808335096,0.808510638
-5180,1,0.128,1,1,1,1,1,1,1,1,0.075,0.128,0,1,0.1884,1,1,1,1,1,1,0.2047,0.1884,0,1,0.4888,1,1,1,0.2068,0.4888,0,1,1,1,1,1,0.072749458,0,0.289174974,1,1,1,1,1,0.234871492,0,0.155091107,1,1,1,1,1,0.423679024,0,0.804736588,0.804738735,0.804964539
-5181,1,0.1279,1,1,1,1,1,1,1,1,0.142,0.1279,0,1,0.1883,1,1,1,1,1,1,0.2025,0.1883,0,1,0.4886,1,1,1,0.1671,0.4886,0,1,1,1,1,1,0.122689933,0,0.439578742,1,1,1,1,1,0.242832989,0,0.256908417,1,1,1,1,1,0.351861924,0,0.774951667,0.774910091,0.775265957
-5182,1,0.1277,1,1,1,1,1,1,1,1,0.1559,0.1277,0,1,0.1882,1,1,1,1,1,1,0.1614,0.1882,0,1,0.4884,1,1,1,0.1186,0.4884,0,1,1,1,1,1,0.159030095,0,0.545299351,1,1,1,1,1,0.190724909,0,0.256805778,1,1,1,1,1,0.301836699,0,0.720879652,0.72075312,0.721187943
-5183,1,0.1276,1,1,1,1,1,1,1,1,0.1333,0.1276,0,1,0.1881,1,1,1,1,1,1,0.1244,0.1881,0,1,0.4883,1,1,1,0.1028,0.4883,0,1,1,1,1,1,0.151232272,0,0.661164343,1,1,1,1,1,0.149845168,0,0.451399237,1,1,1,1,1,0.295987546,0,0.662457709,0.662576687,0.662234043
-5184,1,0.1275,1,1,1,1,1,1,1,1,0.1978,0.1275,0,1,0.188,1,1,1,1,1,1,0.0584,0.188,0,1,0.4881,1,1,1,0.112,0.4881,0,1,1,1,1,1,0.201340541,0,0.658086419,1,1,1,1,1,0.089875951,0,0.551449537,1,1,1,1,1,0.311060935,0,0.614608507,0.614766237,0.614804965
-5185,1,0.1273,1,1,1,1,1,1,1,1,0.1947,0.1273,0,1,0.1879,1,1,1,1,1,1,0.0463,0.1879,0,1,0.4879,1,1,1,0.1458,0.4879,0,1,1,1,1,1,0.142588556,0,0.589457273,1,1,1,1,1,0.078382388,0,0.739250779,1,1,1,1,1,0.368341595,0,0.580352827,0.580495029,0.580230496
-5186,1,0.1272,1,1,1,1,1,1,1,1,0.1785,0.1272,0,1,0.1878,1,1,1,1,1,1,0.0219,0.1878,0,1,0.4878,1,1,1,0.1715,0.4878,0,1,1,1,1,1,0.139338553,0,0.659721076,1,1,1,1,1,0.060747974,0,0.670752645,1,1,1,1,1,0.454251289,0,0.558240696,0.558282209,0.558510638
-5187,1,0.1271,1,1,1,1,1,1,1,1,0.0872,0.1271,0,1,0.1877,1,1,1,1,1,1,0.0118,0.1877,0,1,0.4876,1,1,1,0.1826,0.4876,0,1,1,1,1,1,0.084040269,0,0.686694503,1,1,1,1,1,0.067993768,0,0.737197697,1,1,1,1,1,0.434230447,0,0.544043016,0.544108314,0.544326241
-5188,1,0.1269,1,1,1,1,1,1,1,1,0.1156,0.1269,0,1,0.1876,1,1,1,1,1,1,0.0655,0.1876,0,1,0.4874,1,1,1,0.1857,0.4874,0,1,1,1,1,1,0.134481475,0,0.754885197,1,1,1,1,1,0.09923175,0,0.573333025,1,1,1,1,1,0.443403423,0,0.539028516,0.539031098,0.539007092
-5189,1,0.1268,1,1,1,1,1,1,1,1,0.1174,0.1268,0,1,0.1875,1,1,1,1,1,1,0.0524,0.1875,0,1,0.4873,1,1,1,0.1796,0.4873,0.0037,1,1,1,1,1,0.15474996,0,0.626356304,1,1,1,1,1,0.083710164,0,0.452755511,1,1,1,1,1,0.46149534,0,0.540901402,0.540935054,0.540780142
-5190,1,0.1267,1,1,1,1,1,1,1,1,0.0748,0.1267,0.0634,1,0.1874,1,1,1,1,1,1,0,0.1874,0.0685,1,0.4871,1,1,1,0.1731,0.4871,0.0594,1,1,1,1,1,0.085307777,0.346320897,0.510386944,1,1,1,1,1,0.006658718,0.204834789,0.471479863,1,1,1,1,1,0.360941768,0.411062062,0.552319961,0.55235879,0.552748227
-5191,1,0.1265,1,1,1,1,1,1,1,1,0.0427,0.1265,0.1953,1,0.1873,1,1,1,1,1,1,0.0045,0.1873,0.2031,1,0.4869,1,1,1,0.2051,0.4869,0.2013,1,1,1,1,1,0.018818991,0.52720511,0.721345305,1,1,1,1,1,0.023187052,0.455863178,0.814522862,1,1,1,1,1,0.398050249,0.590817451,0.592858869,0.592976518,0.592641844
-5192,1,0.1264,1,1,1,1,1,1,1,1,0.1434,0.1264,0.3401,1,0.1872,1,1,1,1,1,1,0.0655,0.1872,0.3378,1,0.4868,1,1,1,0.1786,0.4868,0.3569,1,1,1,1,1,0.073275045,0.619322777,0.994559467,1,1,1,1,1,0.091030046,0.600432873,1,1,1,1,1,1,0.278309822,0.696033239,0.651401643,0.651576052,0.651595745
-5193,1,0.1263,1,1,1,1,1,1,1,1,0.2423,0.1263,0.4563,1,0.1871,1,1,1,1,1,1,0.0791,0.1871,0.4464,1,0.4866,1,1,1,0.2349,0.4866,0.4877,1,1,1,1,1,0.109871462,0.690007448,0.967690885,1,1,1,1,1,0.077701591,0.644867063,0.736424387,1,1,1,1,1,0.333752424,0.714366078,0.713569357,0.713771948,0.713652482
-5194,1,0.1261,1,1,1,1,1,1,1,1,0.2959,0.1261,0.5382,1,0.187,1,1,1,1,1,1,0.107,0.187,0.5376,1,0.4864,1,1,1,0.3603,0.4864,0.5574,1,1,1,1,1,0.221133143,0.763376296,1,1,1,1,1,1,0.149752304,0.757727265,1,1,1,1,1,1,0.539378166,0.741364479,0.765043499,0.76517876,0.765514184
-5195,1,0.126,1,1,1,1,1,1,1,1,0.3424,0.126,0.5595,1,0.1869,1,1,1,1,1,1,0.1508,0.1869,0.5692,1,0.4863,1,1,1,0.4412,0.4863,0.5472,1,1,1,1,1,0.243243217,0.800259471,1,1,1,1,1,1,0.235031515,0.785278022,1,1,1,1,1,1,0.630456567,0.732797086,0.807153214,0.807277343,0.807624113
-5196,1,0.1259,1,1,1,1,1,1,1,1,0.3981,0.1259,0.5479,1,0.1868,1,1,1,1,1,1,0.2529,0.1868,0.5578,1,0.4861,1,1,1,0.4901,0.4861,0.49,1,1,1,1,1,0.346642673,0.785894275,1,1,1,1,1,1,0.312715858,0.767920136,0.891641378,1,1,1,1,1,0.68084985,0.750550151,0.838448526,0.838586842,0.838652482
-5197,1,0.1257,1,1,1,1,1,1,1,1,0.4028,0.1257,0.5425,1,0.1867,1,1,1,1,1,1,0.3134,0.1867,0.5184,1,0.4859,1,1,1,0.5334,0.4859,0.4801,1,1,1,1,1,0.365558922,0.768988252,1,1,1,1,1,1,0.372217208,0.668938339,1,1,1,1,1,1,0.723750472,0.735794604,0.853069116,0.853183838,0.853280142
-5198,1,0.1256,1,1,1,1,1,1,1,1,0.538,0.1256,0.4874,1,0.1866,1,1,1,1,1,1,0.3848,0.1866,0.4012,1,0.4858,1,1,1,0.5764,0.4858,0.4103,1,1,1,1,1,0.457882494,0.650340736,1,1,1,1,1,1,0.391173393,0.553759933,1,1,1,1,1,1,0.753022909,0.724335909,0.857298212,0.857414851,0.857712766
-5199,1,0.1255,1,1,1,1,1,1,1,1,0.5774,0.1255,0.3436,1,0.1865,1,1,1,1,1,1,0.1211,0.1865,0.2949,1,0.4856,1,1,1,0.704,0.4856,0.3335,1,1,1,1,1,0.494933009,0.423729271,1,1,1,1,1,1,0.207439288,0.345457792,1,1,1,1,1,1,0.80386591,0.720003903,0.857660706,0.857626402,0.858156028
-5200,1,0.1253,1,1,1,1,1,1,1,1,0.4754,0.1253,0.2091,1,0.1864,1,1,1,1,1,1,0.1015,0.1864,0.1362,1,0.4854,1,1,1,0.6341,0.4854,0.2582,1,1,1,1,1,0.354170978,0.267626882,1,1,1,1,1,1,0.203618318,0.225648761,1,1,1,1,1,1,0.761693299,0.560561478,0.852042049,0.852126084,0.852393617
-5201,1,0.1252,1,1,1,1,1,1,1,1,0.4455,0.1252,0.0838,1,0.1863,1,1,1,1,1,1,0.1202,0.1863,0.0494,1,0.4853,1,1,1,0.6071,0.4853,0.1401,1,1,1,1,1,0.32019949,0.128873423,1,1,1,1,1,1,0.207531869,0.21963717,1,1,1,1,1,1,0.753177047,0.186432272,0.834581924,0.834567379,0.834663121
-5202,1,0.1251,1,1,1,1,1,1,1,1,0.3701,0.1251,0.0077,1,0.1862,1,1,1,1,1,1,0.067,0.1862,0.0186,1,0.4851,1,1,1,0.5185,0.4851,0.0227,1,1,1,1,1,0.263082415,0.029119074,1,1,1,1,1,1,0.106011815,0.109387346,1,1,1,1,1,1,0.682416141,0.023541598,0.817363461,0.817431775,0.817819149
-5203,1,0.1249,1,1,1,1,1,1,1,1,0.3553,0.1249,0,1,0.1861,1,1,1,1,1,1,0.1122,0.1861,0,1,0.4849,1,1,1,0.4494,0.4849,0,1,1,1,1,1,0.2621108,0,1,1,1,1,1,1,0.134440735,0,1,1,1,1,1,1,0.748650908,0,0.804615756,0.804738735,0.804964539
-5204,1,0.1248,1,1,1,1,1,1,1,1,0.4471,0.1248,0,1,0.1861,1,1,1,1,1,1,0.1009,0.1861,0,1,0.4848,1,1,1,0.3898,0.4848,0,1,1,1,1,1,0.28778863,0,1,1,1,1,1,1,0.175811827,0,1,1,1,1,1,1,0.629952967,0,0.800144998,0.80008462,0.800088652
-5205,1,0.1247,1,1,1,1,1,1,1,1,0.5293,0.1247,0,1,0.186,1,1,1,1,1,1,0.2451,0.186,0,1,0.4846,1,1,1,0.5015,0.4846,0,1,1,1,1,1,0.338472515,0,1,1,1,1,1,1,0.266523778,0,1,1,1,1,1,1,0.738316119,0,0.767701788,0.767717368,0.768173759
-5206,1,0.1245,1,1,1,1,1,1,1,1,0.4635,0.1245,0,1,0.1859,1,1,1,1,1,1,0.3173,0.1859,0,1,0.4844,1,1,1,0.4597,0.4844,0,1,1,1,1,1,0.300412357,0,1,1,1,1,1,1,0.342322201,0,1,1,1,1,1,1,0.686096787,0,0.711756887,0.711656442,0.711879433
-5207,1,0.1244,1,1,1,1,1,1,1,1,0.4864,0.1244,0,1,0.1858,1,1,1,1,1,1,0.2927,0.1858,0,1,0.4843,1,1,1,0.4674,0.4843,0,1,1,1,1,1,0.268939644,0,1,1,1,1,1,1,0.276551485,0,1,1,1,1,1,1,0.693823755,0,0.652368294,0.652422255,0.65248227
-5208,1,0.1243,1,1,1,1,1,1,1,1,0.3637,0.1243,0,1,0.1857,1,1,1,1,1,1,0.2376,0.1857,0,1,0.4841,1,1,1,0.4325,0.4841,0,1,1,1,1,1,0.220104218,0,1,1,1,1,1,1,0.22375083,0,1,1,1,1,1,1,0.658858538,0,0.60397535,0.603977153,0.604166667
-5209,1,0.1241,1,1,1,1,1,1,1,1,0.2349,0.1241,0,1,0.1856,1,1,1,1,1,1,0.1587,0.1856,0,1,0.4839,1,1,1,0.3219,0.4839,0,1,1,1,1,1,0.196177557,0,1,1,1,1,1,1,0.216090828,0,1,1,1,1,1,1,0.503236055,0,0.574009183,0.573936958,0.574024823
-5210,1,0.124,1,1,1,1,1,1,1,1,0.2896,0.124,0,1,0.1855,1,1,1,1,1,1,0.2134,0.1855,0,1,0.4838,1,1,1,0.2284,0.4838,0,1,1,1,1,1,0.1990619,0,1,1,1,1,1,1,0.242601037,0,1,1,1,1,1,1,0.430382013,0,0.556065732,0.555955151,0.556294326
-5211,1,0.1239,1,1,1,1,1,1,1,1,0.2809,0.1239,0,1,0.1854,1,1,1,1,1,1,0.1855,0.1854,0,1,0.4836,1,1,1,0.1965,0.4836,0,1,1,1,1,1,0.218983397,0,1,1,1,1,1,1,0.182454169,0,0.733424664,1,1,1,1,1,0.496674925,0,0.547305462,0.547281574,0.547429078
-5212,1,0.1237,1,1,1,1,1,1,1,1,0.2311,0.1237,0,1,0.1853,1,1,1,1,1,1,0.3543,0.1853,0,1,0.4834,1,1,1,0.233,0.4834,0,1,1,1,1,1,0.226224273,0,0.796083808,1,1,1,1,1,0.294172913,0,0.811476231,1,1,1,1,1,0.583526731,0,0.554132431,0.554262746,0.554521277
-5213,1,0.1236,1,1,1,1,1,1,1,1,0.1376,0.1236,0,1,0.1852,1,1,1,1,1,1,0.3718,0.1852,0,1,0.4833,1,1,1,0.2701,0.4833,0,1,1,1,1,1,0.169292554,0,0.511404037,1,1,1,1,1,0.303934366,0,0.54449296,1,1,1,1,1,0.652753711,0,0.582467376,0.582610535,0.582446809
-5214,1,0.1235,1,1,1,1,1,1,1,1,0.1011,0.1235,0.0532,1,0.1851,1,1,1,1,1,1,0.1803,0.1851,0.0727,1,0.4831,1,1,1,0.2162,0.4831,0.0597,1,1,1,1,1,0.135763764,0.337303579,0.746663809,1,1,1,1,1,0.188975364,0.345773458,0.56144321,1,1,1,1,1,0.531820834,0.309479266,0.632491542,0.632536492,0.632978723
-5215,1,0.1233,1,1,1,1,1,1,1,1,0.0675,0.1233,0.1963,1,0.185,1,1,1,1,1,1,0.1084,0.185,0.2192,1,0.4829,1,1,1,0.1466,0.4829,0.2038,1,1,1,1,1,0.072352558,0.584555745,0.556291223,1,1,1,1,1,0.135864079,0.635669351,0.948725224,1,1,1,1,1,0.319775045,0.553699195,0.701848719,0.70171356,0.70212766
-5216,1,0.1232,1,1,1,1,1,1,1,1,0.0443,0.1232,0.3625,1,0.1849,1,1,1,1,1,1,0.1033,0.1849,0.3872,1,0.4828,1,1,1,0.185,0.4828,0.3822,1,1,1,1,1,0.055249594,0.661860883,0.408908308,1,1,1,1,1,0.105405003,0.779195547,0.351665735,1,1,1,1,1,0.307332218,0.636047363,0.757008217,0.756928284,0.757535461
-5217,1,0.1231,1,1,1,1,1,1,1,1,0.0741,0.1231,0.5001,1,0.1848,1,1,1,1,1,1,0.1572,0.1848,0.5172,1,0.4826,1,1,1,0.2034,0.4826,0.5097,1,1,1,1,1,0.119619414,0.764709532,0.415157497,1,1,1,1,1,0.139775664,0.856945574,0.206171751,1,1,1,1,1,0.28924793,0.681218565,0.795855486,0.795853607,0.796099291
-5218,1,0.1229,1,1,1,1,1,1,1,1,0.0546,0.1229,0.5954,1,0.1847,1,1,1,1,1,1,0.2478,0.1847,0.6211,1,0.4824,1,1,1,0.2238,0.4824,0.5779,1,1,1,1,1,0.102232933,0.847005188,0.204441488,1,1,1,1,1,0.224789739,0.895931125,0.200925648,1,1,1,1,1,0.253023416,0.640407562,0.818330111,0.818277978,0.818705674
-5219,1,0.1228,1,1,1,1,1,1,1,1,0.0904,0.1228,0.6276,1,0.1846,1,1,1,1,1,1,0.2245,0.1846,0.6258,1,0.4823,1,1,1,0.2399,0.4823,0.5536,1,1,1,1,1,0.102221884,0.860604525,0.083405599,1,1,1,1,1,0.216955215,0.852361381,0.166621208,1,1,1,1,1,0.387766153,0.747204185,0.83560899,0.835625132,0.835549645
-5220,1,0.1227,1,1,1,1,1,1,1,1,0.0926,0.1227,0.6399,1,0.1845,1,1,1,1,1,1,0.2067,0.1845,0.631,1,0.4821,1,1,1,0.1666,0.4821,0.5559,1,1,1,1,1,0.102750465,0.870430589,0.009178435,1,1,1,1,1,0.199197799,0.889495015,0.098617025,1,1,1,1,1,0.266455948,0.85683918,0.846483809,0.846625767,0.846631206
-5221,1,0.1225,1,1,1,1,1,1,1,1,0.1152,0.1225,0.6237,1,0.1844,1,1,1,1,1,1,0.1801,0.1844,0.6245,1,0.4819,1,1,1,0.2144,0.4819,0.5463,1,1,1,1,1,0.145471051,0.852373481,0.018651452,1,1,1,1,1,0.183665976,0.880195498,0.086502887,1,1,1,1,1,0.34239614,0.874674797,0.856935718,0.85699175,0.857269504
-5222,1,0.1224,1,1,1,1,1,1,1,1,0.1013,0.1224,0.5738,1,0.1843,1,1,1,1,1,1,0.1227,0.1843,0.5806,1,0.4818,1,1,1,0.2399,0.4818,0.5055,1,1,1,1,1,0.101102404,0.820943773,0.059495453,1,1,1,1,1,0.130042583,0.863469005,0.028441101,1,1,1,1,1,0.330543458,0.855709195,0.861043983,0.861011212,0.861258865
-5223,1,0.1223,1,1,1,1,1,1,1,1,0.1741,0.1223,0.436,1,0.1842,1,1,1,1,1,1,0.1169,0.1842,0.4625,1,0.4816,1,1,1,0.2604,0.4816,0.3903,1,1,1,1,1,0.106372789,0.721147478,0.046898954,1,1,1,1,1,0.131753266,0.791287601,0.14564687,1,1,1,1,1,0.341687739,0.745926857,0.862735621,0.862703618,0.863031915
-5224,1,0.1221,1,1,1,1,1,1,1,1,0.0966,0.1221,0.335,1,0.1841,1,1,1,1,1,1,0.156,0.1841,0.3753,1,0.4814,1,1,1,0.2495,0.4814,0.2942,1,1,1,1,1,0.095863461,0.74947387,0.343601793,1,1,1,1,1,0.160249904,0.80424571,0.052437436,1,1,1,1,1,0.383902192,0.737750411,0.85898985,0.859107256,0.859042553
-5225,1,0.122,1,1,1,1,1,1,1,1,0.1039,0.122,0.1634,1,0.184,1,1,1,1,1,1,0.1744,0.184,0.2149,1,0.4813,1,1,1,0.1903,0.4813,0.1476,1,1,1,1,1,0.094647564,0.622602642,0.715704799,1,1,1,1,1,0.169456512,0.673931718,0.104518332,1,1,1,1,1,0.276904017,0.587839544,0.844550507,0.84451026,0.844858156
-5226,1,0.1219,1,1,1,1,1,1,1,1,0.0873,0.1219,0.0531,1,0.1839,1,1,1,1,1,1,0.147,0.1839,0.0789,1,0.4811,1,1,1,0.0747,0.4811,0.0473,1,1,1,1,1,0.051088583,0.399734885,0.640949607,1,1,1,1,1,0.143509716,0.399126053,0.102625139,1,1,1,1,1,0.091364697,0.331161559,0.812288545,0.812354559,0.8125
-5227,1,0.1217,1,1,1,1,1,1,1,1,0.0733,0.1217,0,1,0.1838,1,1,1,1,1,1,0.0596,0.1838,0,1,0.4809,1,1,1,0.0691,0.4809,0,1,1,1,1,1,0.05655735,0,0.689219475,1,1,1,1,1,0.083904251,0,0.164187446,1,1,1,1,1,0.14025344,0,0.778093282,0.778083351,0.778368794
-5228,1,0.1216,1,1,1,1,1,1,1,1,0.0176,0.1216,0,1,0.1837,1,1,1,1,1,1,0.0824,0.1837,0,1,0.4808,1,1,1,0.0938,0.4808,0,1,1,1,1,1,0.025239374,0,0.416736484,1,1,1,1,1,0.114315957,0,0.092107594,1,1,1,1,1,0.155792683,0,0.76921218,0.769198223,0.769503546
-5229,1,0.1215,1,1,1,1,1,1,1,1,0.0362,0.1215,0,1,0.1836,1,1,1,1,1,1,0.0722,0.1836,0,1,0.4806,1,1,1,0.1263,0.4806,0,1,1,1,1,1,0.055386275,0,0.232842356,1,1,1,1,1,0.112963513,0,0.032137696,1,1,1,1,1,0.236598298,0,0.726679555,0.726676539,0.726950355
-5230,1,0.1213,1,1,1,1,1,1,1,1,0.0197,0.1213,0,1,0.1835,1,1,1,1,1,1,0.0724,0.1835,0,1,0.4804,1,1,1,0.1189,0.4804,0,1,1,1,1,1,0.03142057,0,0.16025874,1,1,1,1,1,0.116515599,0,0.005916493,1,1,1,1,1,0.227922872,0,0.651401643,0.651364502,0.651595745
-5231,1,0.1212,1,1,1,1,1,1,1,1,0.011,0.1212,0,1,0.1835,1,1,1,1,1,1,0.1196,0.1835,0,1,0.4803,1,1,1,0.0904,0.4803,0,1,1,1,1,1,0.042402644,0,0.14209345,1,1,1,1,1,0.160250664,0,0,1,1,1,1,1,0.200166315,0,0.581923635,0.581764333,0.582003546
-5232,1,0.1211,1,1,1,1,1,1,1,1,0.0096,0.1211,0,1,0.1834,1,1,1,1,1,1,0.1498,0.1834,0,1,0.4801,1,1,1,0.0879,0.4801,0,1,1,1,1,1,0.051639937,0,0.08015126,1,1,1,1,1,0.178192839,0,0,1,1,1,1,1,0.185609505,0,0.528878685,0.528876666,0.529255319
-5233,1,0.1209,1,1,1,1,1,1,1,1,0.0075,0.1209,0,1,0.1833,1,1,1,1,1,1,0.1223,0.1833,0,1,0.4799,1,1,1,0.0839,0.4799,0,1,1,1,1,1,0.039862085,0,0.084740832,1,1,1,1,1,0.149211317,0,0,1,1,1,1,1,0.198790267,0,0.495891735,0.495874762,0.496010638
-5234,1,0.1208,1,1,1,1,1,1,1,1,0.0103,0.1208,0,1,0.1832,1,1,1,1,1,1,0.1074,0.1832,0,1,0.4798,1,1,1,0.1175,0.4798,0,1,1,1,1,1,0.028509699,0,0.062339526,1,1,1,1,1,0.135536566,0,0,1,1,1,1,1,0.233199343,0,0.474987917,0.474931246,0.474734043
-5235,1,0.1207,1,1,1,1,1,1,1,1,0.0172,0.1207,0,1,0.1831,1,1,1,1,1,1,0.0748,0.1831,0,1,0.4796,1,1,1,0.1161,0.4796,0,1,1,1,1,1,0.039779238,0,0.049204189,1,1,1,1,1,0.082969517,0,0,1,1,1,1,1,0.217579156,0,0.465381827,0.465411466,0.465425532
-5236,1,0.1205,1,1,1,1,1,1,1,1,0.022,0.1205,0,1,0.183,1,1,1,1,1,1,0.02,0.183,0,1,0.4794,1,1,1,0.0773,0.4794,0,1,1,1,1,1,0.052712962,0,0.027778015,1,1,1,1,1,0.027483951,0,0,1,1,1,1,1,0.155086204,0,0.469127598,0.469219378,0.468971631
-5237,1,0.1204,1,1,1,1,1,1,1,1,0.0155,0.1204,0,1,0.1829,1,1,1,1,1,1,0.0046,0.1829,0,1,0.4793,1,1,1,0.0543,0.4793,0.04,1,1,1,1,1,0.043451544,0,0.006803635,1,1,1,1,1,0.016138675,0,0,1,1,1,1,1,0.104933396,0.095981009,0.493052199,0.493124603,0.493351064
-5238,1,0.1203,1,1,1,1,1,1,1,1,0.0038,0.1203,0.0746,1,0.1828,1,1,1,1,1,1,0,0.1828,0.0994,1,0.4791,1,1,1,0.0315,0.4791,0.0613,1,1,1,1,1,0.015630867,0.427815557,0,1,1,1,1,1,0.010442586,0.408848614,0,1,1,1,1,1,0.075413778,0.551644802,0.541384727,0.541358155,0.541666667
-5239,1,0.1201,1,1,1,1,1,1,1,1,0,0.1201,0.2162,1,0.1827,1,1,1,1,1,1,0,0.1827,0.2393,1,0.4789,1,1,1,0.0034,0.4789,0.2121,1,1,1,1,1,0.001199329,0.68759948,0.002222084,1,1,1,1,1,0,0.646917701,0,1,1,1,1,1,0.025368439,0.781410277,0.605364911,0.605458007,0.605496454
-5240,1,0.12,1,1,1,1,1,1,1,1,0,0.12,0.3836,1,0.1826,1,1,1,1,1,1,0,0.1826,0.3989,1,0.4788,1,1,1,0.0032,0.4788,0.3943,1,1,1,1,1,4.08E-05,0.812894881,0.015979944,1,1,1,1,1,0,0.792295098,0,1,1,1,1,1,0.019091778,0.861759365,0.651159981,0.651152951,0.651595745
-5241,1,0.1199,1,1,1,1,1,1,1,1,0.0001,0.1199,0.5163,1,0.1825,1,1,1,1,1,1,0,0.1825,0.519,1,0.4786,1,1,1,0.0057,0.4786,0.5338,1,1,1,1,1,4.79E-05,0.85702616,0.019616768,1,1,1,1,1,0,0.843664527,0,1,1,1,1,1,0.004238199,0.883535385,0.688678105,0.688597419,0.688829787
-5242,1,0.1197,1,1,1,1,1,1,1,1,0.0006,0.1197,0.6003,1,0.1824,1,1,1,1,1,1,0,0.1824,0.5913,1,0.4784,1,1,1,0.0036,0.4784,0.6399,1,1,1,1,1,0.000477076,0.858786583,0.017796846,1,1,1,1,1,0,0.831241369,0,1,1,1,1,1,0.001335643,0.894432545,0.722752537,0.722657076,0.722960993
-5243,1,0.1196,1,1,1,1,1,1,1,1,0.0087,0.1196,0.5951,1,0.1823,1,1,1,1,1,1,0,0.1823,0.5587,1,0.4783,1,1,1,0.0053,0.4783,0.6639,1,1,1,1,1,0.002474416,0.818306148,0.016322982,1,1,1,1,1,0.000598433,0.793845892,0,1,1,1,1,1,0.013652768,0.910420537,0.748852102,0.748889359,0.749113475
-5244,1,0.1195,1,1,1,1,1,1,1,1,0.0473,0.1195,0.5868,1,0.1822,1,1,1,1,1,1,0,0.1822,0.5667,1,0.4781,1,1,1,0.0071,0.4781,0.6657,1,1,1,1,1,0.007373528,0.798303246,0.010670651,1,1,1,1,1,0.003824314,0.817330062,0,1,1,1,1,1,0.025808994,0.890836,0.767037216,0.767082716,0.767287234
-5245,1,0.1193,1,1,1,1,1,1,1,1,0.126,0.1193,0.5494,1,0.1821,1,1,1,1,1,1,0.0045,0.1821,0.5267,1,0.4779,1,1,1,0.014,0.4779,0.6583,1,1,1,1,1,0.027216729,0.777243555,0.041603964,1,1,1,1,1,0.011806985,0.769661486,0,1,1,1,1,1,0.052135393,0.889256299,0.786491058,0.786545378,0.78679078
-5246,1,0.1192,1,1,1,1,1,1,1,1,0.1486,0.1192,0.4993,1,0.182,1,1,1,1,1,1,0.0322,0.182,0.4768,1,0.4778,1,1,1,0.0311,0.4778,0.6034,1,1,1,1,1,0.03519183,0.710409343,0.077764735,1,1,1,1,1,0.031919412,0.725343347,0,1,1,1,1,1,0.057867635,0.891420722,0.797305462,0.797334462,0.797429078
-5247,1,0.1191,1,1,1,1,1,1,1,1,0.131,0.1191,0.4083,1,0.1819,1,1,1,1,1,1,0.0522,0.1819,0.4037,1,0.4776,1,1,1,0.0132,0.4776,0.4825,1,1,1,1,1,0.033772565,0.62499702,0.081998721,1,1,1,1,1,0.05362514,0.661495864,0,1,1,1,1,1,0.044399999,0.864587784,0.804434509,0.804527184,0.804521277
-5248,1,0.1189,1,1,1,1,1,1,1,1,0.1092,0.1189,0.2849,1,0.1818,1,1,1,1,1,1,0.0598,0.1818,0.3163,1,0.4774,1,1,1,0.0467,0.4774,0.3284,1,1,1,1,1,0.044430554,0.591783762,0.117523625,1,1,1,1,1,0.064144187,0.656049013,0,1,1,1,1,1,0.06909176,0.807724357,0.807878202,0.807911995,0.808067376
-5249,1,0.1188,1,1,1,1,1,1,1,1,0.085,0.1188,0.1536,1,0.1817,1,1,1,1,1,1,0.0471,0.1817,0.1734,1,0.4773,1,1,1,0.0621,0.4773,0.1391,1,1,1,1,1,0.059102967,0.472123235,0.074798584,1,1,1,1,1,0.06017337,0.476364791,0,1,1,1,1,1,0.074380994,0.689950466,0.799480425,0.799661519,0.79964539
-5250,1,0.1187,1,1,1,1,1,1,1,1,0.0794,0.1187,0.0439,1,0.1816,1,1,1,1,1,1,0.0049,0.1816,0.0594,1,0.4771,1,1,1,0.0576,0.4771,0.0434,1,1,1,1,1,0.049438905,0.2062148,0.030506987,1,1,1,1,1,0.012509786,0.118930213,0,1,1,1,1,1,0.063491844,0.408709913,0.776220396,0.776390946,0.776595745
-5251,1,0.1185,1,1,1,1,1,1,1,1,0.0715,0.1185,0,1,0.1815,1,1,1,1,1,1,0.0066,0.1815,0,1,0.4769,1,1,1,0.1089,0.4769,0,1,1,1,1,1,0.048866514,0,0.039645053,1,1,1,1,1,0.013727753,0,0,1,1,1,1,1,0.097301088,0,0.752537458,0.752697271,0.753102837
-5252,1,0.1184,1,1,1,1,1,1,1,1,0.1166,0.1184,0,1,0.1814,1,1,1,1,1,1,0.0403,0.1814,0,1,0.4768,1,1,1,0.1883,0.4768,0,1,1,1,1,1,0.102891169,0,0.038108077,1,1,1,1,1,0.05385524,0,0,1,1,1,1,1,0.131693617,0,0.755376994,0.75544743,0.755319149
-5253,1,0.1183,1,1,1,1,1,1,1,1,0.1552,0.1183,0,1,0.1813,1,1,1,1,1,1,0.0829,0.1813,0,1,0.4766,1,1,1,0.1452,0.4766,0,1,1,1,1,1,0.145552754,0,0.064347647,1,1,1,1,1,0.086991191,0,0.019410212,1,1,1,1,1,0.14601402,0,0.72021508,0.720330019,0.720301418
-5254,1,0.1181,1,1,1,1,1,1,1,1,0.1033,0.1181,0,1,0.1812,1,1,1,1,1,1,0.1136,0.1812,0,1,0.4764,1,1,1,0.0852,0.4764,0,1,1,1,1,1,0.088911518,0,0.027431719,1,1,1,1,1,0.105943665,0,0,1,1,1,1,1,0.137705907,0,0.653032866,0.653056907,0.653368794
-5255,1,0.118,1,1,1,1,1,1,1,1,0.0878,0.118,0,1,0.1811,1,1,1,1,1,1,0.1466,0.1811,0,1,0.4763,1,1,1,0.0691,0.4763,0,1,1,1,1,1,0.071893618,0,0.041106313,1,1,1,1,1,0.165026456,0,0,1,1,1,1,1,0.13927345,0,0.587058966,0.587053099,0.587322695
-5256,1,0.1179,1,1,1,1,1,1,1,1,0.1014,0.1179,0,1,0.181,1,1,1,1,1,1,0.1034,0.181,0,1,0.4761,1,1,1,0.0885,0.4761,0,1,1,1,1,1,0.081081986,0,0.012961764,1,1,1,1,1,0.116701782,0,0,1,1,1,1,1,0.245905012,0,0.53757854,0.537761794,0.537677305
-5257,1,0.1177,1,1,1,1,1,1,1,1,0.0911,0.1177,0,1,0.1809,1,1,1,1,1,1,0.1917,0.1809,0,1,0.4759,1,1,1,0.0834,0.4759,0,1,1,1,1,1,0.0786746,0,0.031482521,1,1,1,1,1,0.204090834,0,0,1,1,1,1,1,0.254929841,0,0.504772837,0.50475989,0.504875887
-5258,1,0.1176,1,1,1,1,1,1,1,1,0.1047,0.1176,0,1,0.1809,1,1,1,1,1,1,0.3109,0.1809,0,1,0.4758,1,1,1,0.0932,0.4758,0,1,1,1,1,1,0.098372683,0,0.005481491,1,1,1,1,1,0.309586942,0,0,1,1,1,1,1,0.290736735,0,0.483446109,0.483393273,0.483156028
-5259,1,0.1175,1,1,1,1,1,1,1,1,0.1516,0.1175,0,1,0.1808,1,1,1,1,1,1,0.3719,0.1808,0,1,0.4756,1,1,1,0.0971,0.4756,0,1,1,1,1,1,0.149422035,0,0.002212529,1,1,1,1,1,0.334968984,0,0,1,1,1,1,1,0.30330357,0,0.472812953,0.472815739,0.47251773
-5260,1,0.1173,1,1,1,1,1,1,1,1,0.122,0.1173,0,1,0.1807,1,1,1,1,1,1,0.2502,0.1807,0,1,0.4754,1,1,1,0.1304,0.4754,0,1,1,1,1,1,0.117198117,0,0.004257717,1,1,1,1,1,0.194364294,0,0,1,1,1,1,1,0.389937162,0,0.477887869,0.477892955,0.477836879
-5261,1,0.1172,1,1,1,1,1,1,1,1,0.1118,0.1172,0.0006,1,0.1806,1,1,1,1,1,1,0.2107,0.1806,0,1,0.4753,1,1,1,0.1459,0.4753,0,1,1,1,1,1,0.119836949,0.003342974,0.013848655,1,1,1,1,1,0.159943372,0,0,1,1,1,1,1,0.367373556,0.073931694,0.504289512,0.504336789,0.504432624
-5262,1,0.1171,1,1,1,1,1,1,1,1,0.0861,0.1171,0.082,1,0.1805,1,1,1,1,1,1,0.0916,0.1805,0.0875,1,0.4751,1,1,1,0.0776,0.4751,0.0593,1,1,1,1,1,0.112631716,0.402698517,0.010196717,1,1,1,1,1,0.059417866,0.3105129,0,1,1,1,1,1,0.259018183,0.533783793,0.554313678,0.554474297,0.554521277
-5263,1,0.1169,1,1,1,1,1,1,1,1,0.0173,0.1169,0.2113,1,0.1804,1,1,1,1,1,1,0.001,0.1804,0.232,1,0.4749,1,1,1,0.0219,0.4749,0.2079,1,1,1,1,1,0.027525425,0.649757445,0.000590878,1,1,1,1,1,0.004241303,0.612260878,0,1,1,1,1,1,0.111170121,0.769583821,0.621133398,0.621112757,0.621453901
-5264,1,0.1169,1,1,1,1,1,1,1,1,0.0011,0.1169,0.3761,1,0.1804,1,1,1,1,1,1,0,0.1804,0.3817,1,0.4749,1,1,1,0.0092,0.4749,0.3858,1,1,1,1,1,1.38E-05,0.749970257,0,1,1,1,1,1,0,0.737469256,0,1,1,1,1,1,0.048355766,0.859726906,0.677742871,0.677808335,0.677748227
-5265,1,0.1169,1,1,1,1,1,1,1,1,0.0005,0.1169,0.4866,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4963,1,0.4749,1,1,1,0.0015,0.4749,0.5203,1,1,1,1,1,1.05E-05,0.72707963,0,1,1,1,1,1,0,0.844735026,0,1,1,1,1,1,0.024751611,0.875860512,0.725471242,0.725618786,0.72606383
-5266,1,0.1169,1,1,1,1,1,1,1,1,0.0042,0.1169,0.5673,1,0.1804,1,1,1,1,1,1,0,0.1804,0.5618,1,0.4749,1,1,1,0.0055,0.4749,0.614,1,1,1,1,1,0.001931071,0.785428047,0,1,1,1,1,1,0,0.836301088,0,1,1,1,1,1,0.053045288,0.871348798,0.771447559,0.77152528,0.771719858
-5267,1,0.1169,1,1,1,1,1,1,1,1,0.0243,0.1169,0.5762,1,0.1804,1,1,1,1,1,1,0,0.1804,0.5639,1,0.4749,1,1,1,0.0241,0.4749,0.6257,1,1,1,1,1,0.001406692,0.791816473,0.003873438,1,1,1,1,1,0.000847733,0.822926342,0,1,1,1,1,1,0.074332729,0.866144776,0.806065732,0.806008039,0.806294326
-5268,1,0.1169,1,1,1,1,1,1,1,1,0.0667,0.1169,0.5534,1,0.1804,1,1,1,1,1,1,0.0016,0.1804,0.5343,1,0.4749,1,1,1,0.0794,0.4749,0.6269,1,1,1,1,1,0.009188397,0.754199922,0.009581961,1,1,1,1,1,0.004431519,0.78269881,0.00998822,1,1,1,1,1,0.157955319,0.804234922,0.830534074,0.830547916,0.831117021
-5269,1,0.1169,1,1,1,1,1,1,1,1,0.1432,0.1169,0.4949,1,0.1804,1,1,1,1,1,1,0.0257,0.1804,0.5166,1,0.4749,1,1,1,0.065,0.4749,0.613,1,1,1,1,1,0.027995195,0.727008581,0.068072394,1,1,1,1,1,0.020580424,0.726580501,0.045327228,1,1,1,1,1,0.06799008,0.754094899,0.853310778,0.853395388,0.853723404
-5270,1,0.1169,1,1,1,1,1,1,1,1,0.215,0.1169,0.4754,1,0.1804,1,1,1,1,1,1,0.0122,0.1804,0.479,1,0.4749,1,1,1,0.116,0.4749,0.5523,1,1,1,1,1,0.047343403,0.764033198,0.100828834,1,1,1,1,1,0.027074896,0.692148685,0.062492155,1,1,1,1,1,0.110599667,0.775018811,0.865575157,0.865665327,0.865691489
-5271,1,0.1169,1,1,1,1,1,1,1,1,0.2176,0.1169,0.3653,1,0.1804,1,1,1,1,1,1,0.0102,0.1804,0.3406,1,0.4749,1,1,1,0.1118,0.4749,0.4036,1,1,1,1,1,0.046788812,0.635479271,0.085513681,1,1,1,1,1,0.031599488,0.51426059,0.01565445,1,1,1,1,1,0.109160669,0.817449868,0.871254229,0.871377195,0.871453901
-5272,1,0.1169,1,1,1,1,1,1,1,1,0.1651,0.1169,0.2285,1,0.1804,1,1,1,1,1,1,0,0.1804,0.2405,1,0.4749,1,1,1,0.1265,0.4749,0.2826,1,1,1,1,1,0.031057492,0.470116705,0.053560145,1,1,1,1,1,0.025372764,0.402495444,0.018666493,1,1,1,1,1,0.119151898,0.755332768,0.868958434,0.869050138,0.869680851
-5273,1,0.1169,1,1,1,1,1,1,1,1,0.1127,0.1169,0.1159,1,0.1804,1,1,1,1,1,1,0.023,0.1804,0.1271,1,0.4749,1,1,1,0.0866,0.4749,0.1354,1,1,1,1,1,0.035739444,0.318608403,0.024610389,1,1,1,1,1,0.049000211,0.204310969,0,1,1,1,1,1,0.090307206,0.567731857,0.856754471,0.856780199,0.856826241
-5274,1,0.1169,1,1,1,1,1,1,1,1,0.0892,0.1169,0.0169,1,0.1804,1,1,1,1,1,1,0,0.1804,0.0277,1,0.4749,1,1,1,0.0836,0.4749,0.0319,1,1,1,1,1,0.049820159,0.093168043,0.014905195,1,1,1,1,1,0.008742768,0.076939464,0,1,1,1,1,1,0.084954083,0.248164445,0.833011116,0.833086524,0.833333333
-5275,1,0.1169,1,1,1,1,1,1,1,1,0.1629,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.1006,0.4749,0,1,1,1,1,1,0.118236624,0,0.007504491,1,1,1,1,1,0.007440445,0,0,1,1,1,1,1,0.097751588,0,0.812892702,0.81277766,0.812943262
-5276,1,0.1169,1,1,1,1,1,1,1,1,0.1082,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0341,0.1804,0,1,0.4749,1,1,1,0.0767,0.4749,0,1,1,1,1,1,0.104297504,0,0,1,1,1,1,1,0.037243273,0,0,1,1,1,1,1,0.066884436,0,0.815550991,0.81573937,0.816046099
-5277,1,0.1169,1,1,1,1,1,1,1,1,0.0968,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0702,0.1804,0,1,0.4749,1,1,1,0.0649,0.4749,0,1,1,1,1,1,0.151160985,0,0.001413704,1,1,1,1,1,0.09073849,0,0,1,1,1,1,1,0.062763572,0,0.776099565,0.776179395,0.776595745
-5278,1,0.1169,1,1,1,1,1,1,1,1,0.0818,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0621,0.1804,0,1,0.4749,1,1,1,0.0304,0.4749,0,1,1,1,1,1,0.166822568,0,0.06436079,1,1,1,1,1,0.102122046,0,0.002805759,1,1,1,1,1,0.040628061,0,0.70559449,0.705733023,0.705673759
-5279,1,0.1169,1,1,1,1,1,1,1,1,0.0346,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1476,0.1804,0,1,0.4749,1,1,1,0.0331,0.4749,0,1,1,1,1,1,0.117894545,0,0.146260947,1,1,1,1,1,0.165442407,0,0.082021996,1,1,1,1,1,0.034705471,0,0.633760271,0.633805796,0.633865248
-5280,1,0.1169,1,1,1,1,1,1,1,1,0.0307,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0923,0.1804,0,1,0.4749,1,1,1,0.0389,0.4749,0,1,1,1,1,1,0.06857568,0,0.019914966,1,1,1,1,1,0.104028612,0,0.008643194,1,1,1,1,1,0.038288515,0,0.578540358,0.578591073,0.578457447
-5281,1,0.1169,1,1,1,1,1,1,1,1,0.1169,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1132,0.1804,0,1,0.4749,1,1,1,0.0232,0.4749,0,1,1,1,1,1,0.110931031,0,0,1,1,1,1,1,0.129625782,0,0,1,1,1,1,1,0.027190708,0,0.54718463,0.547281574,0.547429078
-5282,1,0.1169,1,1,1,1,1,1,1,1,0.0998,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1553,0.1804,0,1,0.4749,1,1,1,0.0344,0.4749,0,1,1,1,1,1,0.094244637,0,0,1,1,1,1,1,0.169858932,0,0,1,1,1,1,1,0.035247952,0,0.526039149,0.526126507,0.526152482
-5283,1,0.1169,1,1,1,1,1,1,1,1,0.0641,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1125,0.1804,0,1,0.4749,1,1,1,0.0372,0.4749,0,1,1,1,1,1,0.057829801,0,0,1,1,1,1,1,0.144115523,0,0.007403665,1,1,1,1,1,0.039897501,0,0.516251812,0.516395177,0.516400709
-5284,1,0.1169,1,1,1,1,1,1,1,1,0.0701,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0769,0.1804,0,1,0.4749,1,1,1,0.0755,0.4749,0,1,1,1,1,1,0.04806054,0,0,1,1,1,1,1,0.113109358,0,0.045712307,1,1,1,1,1,0.100263163,0,0.521145481,0.521260842,0.521276596
-5285,1,0.1169,1,1,1,1,1,1,1,1,0.0493,0.1169,0.0001,1,0.1804,1,1,1,1,1,1,0.0716,0.1804,0,1,0.4749,1,1,1,0.0576,0.4749,0,1,1,1,1,1,0.032057475,0,0.018775007,1,1,1,1,1,0.090732619,0,0.021422513,1,1,1,1,1,0.149679735,0,0.551172064,0.551301037,0.550975177
-5286,1,0.1169,1,1,1,1,1,1,1,1,0.0375,0.1169,0.061,1,0.1804,1,1,1,1,1,1,0.0402,0.1804,0.0751,1,0.4749,1,1,1,0.0633,0.4749,0.0589,1,1,1,1,1,0.023219492,0.36635071,0,1,1,1,1,1,0.049294814,0.354967892,0.002059948,1,1,1,1,1,0.096169762,0.453874409,0.602102465,0.602073197,0.601950355
-5287,1,0.1169,1,1,1,1,1,1,1,1,0,0.1169,0.2043,1,0.1804,1,1,1,1,1,1,0,0.1804,0.2253,1,0.4749,1,1,1,0.0266,0.4749,0.2061,1,1,1,1,1,0.000641658,0.616260588,0,1,1,1,1,1,0.001272658,0.585177302,0.033924088,1,1,1,1,1,0.044579197,0.662691057,0.668559691,0.668711656,0.668882979
-5288,1,0.1169,1,1,1,1,1,1,1,1,0.0004,0.1169,0.3621,1,0.1804,1,1,1,1,1,1,0,0.1804,0.3794,1,0.4749,1,1,1,0,0.4749,0.3484,1,1,1,1,1,1.42E-05,0.771795034,0,1,1,1,1,1,0,0.788886666,0,1,1,1,1,1,0.000768001,0.790229201,0.726135814,0.726253438,0.72606383
-5289,1,0.1169,1,1,1,1,1,1,1,1,0,0.1169,0.4936,1,0.1804,1,1,1,1,1,1,0,0.1804,0.5059,1,0.4749,1,1,1,0,0.4749,0.4232,1,1,1,1,1,0,0.811078072,0.000456506,1,1,1,1,1,0,0.832219362,0.044835605,1,1,1,1,1,0.004405197,0.837412536,0.77839536,0.778506452,0.778368794
-5290,1,0.1169,1,1,1,1,1,1,1,1,0.0033,0.1169,0.5907,1,0.1804,1,1,1,1,1,1,0,0.1804,0.5986,1,0.4749,1,1,1,0.0005,0.4749,0.4966,1,1,1,1,1,0.000683704,0.850323379,0.000323276,1,1,1,1,1,2.03E-05,0.857044995,0.019575918,1,1,1,1,1,0.005712417,0.822569668,0.828721605,0.82864396,0.829343972
-5291,1,0.1169,1,1,1,1,1,1,1,1,0.0258,0.1169,0.6045,1,0.1804,1,1,1,1,1,1,0,0.1804,0.6057,1,0.4749,1,1,1,0.0024,0.4749,0.5139,1,1,1,1,1,0.003409259,0.844698966,0.001824426,1,1,1,1,1,0.001160323,0.839018524,0,1,1,1,1,1,0.009679446,0.800700009,0.867145964,0.867146182,0.867464539
-5292,1,0.1169,1,1,1,1,1,1,1,1,0.0626,0.1169,0.5941,1,0.1804,1,1,1,1,1,1,0.0046,0.1804,0.6024,1,0.4749,1,1,1,0.0195,0.4749,0.5381,1,1,1,1,1,0.009267713,0.807080865,0,1,1,1,1,1,0.010589152,0.834555864,0,1,1,1,1,1,0.02712677,0.748020887,0.89282262,0.892743812,0.893173759
-5293,1,0.1169,1,1,1,1,1,1,1,1,0.1274,0.1169,0.5648,1,0.1804,1,1,1,1,1,1,0.0123,0.1804,0.546,1,0.4749,1,1,1,0.0521,0.4749,0.4805,1,1,1,1,1,0.028854478,0.665014565,0,1,1,1,1,1,0.036385074,0.784509897,0,1,1,1,1,1,0.037888411,0.69160229,0.914028516,0.914110429,0.914450355
-5294,1,0.1169,1,1,1,1,1,1,1,1,0.1278,0.1169,0.4976,1,0.1804,1,1,1,1,1,1,0.0546,0.1804,0.5027,1,0.4749,1,1,1,0.0415,0.4749,0.3105,1,1,1,1,1,0.035541214,0.634021759,0,1,1,1,1,1,0.085828722,0.777139127,0,1,1,1,1,1,0.041988272,0.599883556,0.921942968,0.921937804,0.921985816
-5295,1,0.1169,1,1,1,1,1,1,1,1,0.1548,0.1169,0.3895,1,0.1804,1,1,1,1,1,1,0.0356,0.1804,0.4288,1,0.4749,1,1,1,0.0266,0.4749,0.2671,1,1,1,1,1,0.062766992,0.605971038,0.001112985,1,1,1,1,1,0.104471065,0.692780554,0.002199476,1,1,1,1,1,0.064733014,0.51694411,0.922909618,0.922995557,0.923315603
-5296,1,0.1169,1,1,1,1,1,1,1,1,0.1751,0.1169,0.2854,1,0.1804,1,1,1,1,1,1,0.113,0.1804,0.3114,1,0.4749,1,1,1,0.0144,0.4749,0.2265,1,1,1,1,1,0.068258896,0.492671072,0.01835295,1,1,1,1,1,0.172978535,0.515830457,0.018899739,1,1,1,1,1,0.035050336,0.51241076,0.917351377,0.917283689,0.917996454
-5297,1,0.1169,1,1,1,1,1,1,1,1,0.1626,0.1169,0.1313,1,0.1804,1,1,1,1,1,1,0.1354,0.1804,0.1577,1,0.4749,1,1,1,0.0154,0.4749,0.0892,1,1,1,1,1,0.062746219,0.327376664,0.155201912,1,1,1,1,1,0.169950545,0.214045316,0.129359692,1,1,1,1,1,0.04760734,0.313197255,0.900857902,0.900782737,0.901152482
-5298,1,0.1169,1,1,1,1,1,1,1,1,0.1454,0.1169,0.0271,1,0.1804,1,1,1,1,1,1,0.157,0.1804,0.0262,1,0.4749,1,1,1,0.0267,0.4749,0.0009,1,1,1,1,1,0.092610598,0.099554822,0.371698916,1,1,1,1,1,0.2073787,0.03304081,0.216455251,1,1,1,1,1,0.032231759,0.04209891,0.8699855,0.86989634,0.870124113
-5299,1,0.1169,1,1,1,1,1,1,1,1,0.116,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1115,0.1804,0,1,0.4749,1,1,1,0.0228,0.4749,0,1,1,1,1,1,0.157529548,0,0.299387723,1,1,1,1,1,0.141451016,0,0.09972173,1,1,1,1,1,0.028640389,0,0.848598357,0.848741274,0.848847518
-5300,1,0.1169,1,1,1,1,1,1,1,1,0.0751,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0728,0.1804,0,1,0.4749,1,1,1,0.0149,0.4749,0,1,1,1,1,1,0.12503323,0,0.140986592,1,1,1,1,1,0.090718374,0,0.11440289,1,1,1,1,1,0.032939743,0,0.847450459,0.84747197,0.847960993
-5301,1,0.1169,1,1,1,1,1,1,1,1,0.0776,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0685,0.1804,0,1,0.4749,1,1,1,0.0243,0.4749,0,1,1,1,1,1,0.119714096,0,0.021681624,1,1,1,1,1,0.07990706,0,0.058801837,1,1,1,1,1,0.08095888,0,0.805099082,0.805161836,0.805407801
-5302,1,0.1169,1,1,1,1,1,1,1,1,0.1081,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1184,0.1804,0,1,0.4749,1,1,1,0.0624,0.4749,0,1,1,1,1,1,0.135468602,0,0.021722615,1,1,1,1,1,0.118789554,0,0.025443979,1,1,1,1,1,0.142502114,0,0.734473175,0.734503914,0.734485816
-5303,1,0.1169,1,1,1,1,1,1,1,1,0.1096,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1598,0.1804,0,1,0.4749,1,1,1,0.064,0.4749,0,1,1,1,1,1,0.10814514,0,0.106159367,1,1,1,1,1,0.199684009,0,0.110541895,1,1,1,1,1,0.102614492,0,0.664451426,0.664480643,0.664893617
-5304,1,0.1169,1,1,1,1,1,1,1,1,0.1045,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1518,0.1804,0,1,0.4749,1,1,1,0.0506,0.4749,0,1,1,1,1,1,0.120650493,0,0.030140061,1,1,1,1,1,0.206014007,0,0.035266757,1,1,1,1,1,0.0692463,0,0.612554374,0.61265073,0.612588652
-5305,1,0.1169,1,1,1,1,1,1,1,1,0.1024,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1083,0.1804,0,1,0.4749,1,1,1,0.0568,0.4749,0,1,1,1,1,1,0.109316759,0,0.041443013,1,1,1,1,1,0.177736953,0,0.097051829,1,1,1,1,1,0.055439539,0,0.580534074,0.580706579,0.580673759
-5306,1,0.1169,1,1,1,1,1,1,1,1,0.0675,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0689,0.1804,0,1,0.4749,1,1,1,0.083,0.4749,0,1,1,1,1,1,0.082830295,0,0.068171039,1,1,1,1,1,0.129385263,0,0.265764147,1,1,1,1,1,0.096217752,0,0.559630256,0.559763063,0.559840426
-5307,1,0.1169,1,1,1,1,1,1,1,1,0.0243,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0015,0.1804,0,1,0.4749,1,1,1,0.0648,0.4749,0,1,1,1,1,1,0.027014289,0,0.183557734,1,1,1,1,1,0.028360168,0,0.363919377,1,1,1,1,1,0.088708714,0,0.550326245,0.550454834,0.550531915
-5308,1,0.1169,1,1,1,1,1,1,1,1,0.0231,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.0765,0.4749,0,1,1,1,1,1,0.022595745,0,0.241714478,1,1,1,1,1,0.032982294,0,0.533728302,1,1,1,1,1,0.080331892,0,0.555219913,0.555320499,0.555407801
-5309,1,0.1169,1,1,1,1,1,1,1,1,0.0102,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.0372,0.4749,0,1,1,1,1,1,0.023892768,0,0.079941168,1,1,1,1,1,0.012281906,0,0.449202627,1,1,1,1,1,0.070877053,0,0.58518608,0.585149143,0.585106383
-5310,1,0.1169,1,1,1,1,1,1,1,1,0.0152,0.1169,0.0422,1,0.1804,1,1,1,1,1,1,0,0.1804,0.0357,1,0.4749,1,1,1,0.0252,0.4749,0.0255,1,1,1,1,1,0.00700134,0.109667592,0.196510553,1,1,1,1,1,0.008621113,0.069305941,0.789837241,1,1,1,1,1,0.075837404,0.06858255,0.636720638,0.636767506,0.636968085
-5311,1,0.1169,1,1,1,1,1,1,1,1,0.0109,0.1169,0.1847,1,0.1804,1,1,1,1,1,1,0,0.1804,0.1917,1,0.4749,1,1,1,0.0194,0.4749,0.1183,1,1,1,1,1,0.002185126,0.364971906,0.343152404,1,1,1,1,1,0.005917515,0.290750533,0.8554129,1,1,1,1,1,0.0783379,0.25336355,0.702754954,0.702771314,0.703014184
-5312,1,0.1169,1,1,1,1,1,1,1,1,0.0258,0.1169,0.3168,1,0.1804,1,1,1,1,1,1,0,0.1804,0.2238,1,0.4749,1,1,1,0.0431,0.4749,0.2695,1,1,1,1,1,0.004422528,0.422635376,0.810897231,1,1,1,1,1,0.009679782,0.317614555,1,1,1,1,1,1,0.082231708,0.443762243,0.757310295,0.757351386,0.757535461
-5313,1,0.1169,1,1,1,1,1,1,1,1,0.0699,0.1169,0.3829,1,0.1804,1,1,1,1,1,1,0.0329,0.1804,0.3621,1,0.4749,1,1,1,0.0486,0.4749,0.3438,1,1,1,1,1,0.015088894,0.523805022,0.886881113,1,1,1,1,1,0.05098664,0.432718962,1,1,1,1,1,1,0.087069094,0.596616209,0.801353311,0.801353924,0.801861702
-5314,1,0.1169,1,1,1,1,1,1,1,1,0.135,0.1169,0.4342,1,0.1804,1,1,1,1,1,1,0.0551,0.1804,0.3679,1,0.4749,1,1,1,0.0458,0.4749,0.3723,1,1,1,1,1,0.035185061,0.538251162,0.75028789,1,1,1,1,1,0.085056975,0.486269236,0.961175978,1,1,1,1,1,0.070371434,0.637142062,0.836213146,0.836259784,0.83643617
-5315,1,0.1169,1,1,1,1,1,1,1,1,0.1855,0.1169,0.4222,1,0.1804,1,1,1,1,1,1,0.1405,0.1804,0.3931,1,0.4749,1,1,1,0.0784,0.4749,0.4051,1,1,1,1,1,0.069308229,0.526582539,0.674146652,1,1,1,1,1,0.182732001,0.52329886,1,1,1,1,1,1,0.134924203,0.64297837,0.859594007,0.859530358,0.859929078
-5316,1,0.1169,1,1,1,1,1,1,1,1,0.3121,0.1169,0.4114,1,0.1804,1,1,1,1,1,1,0.0602,0.1804,0.3411,1,0.4749,1,1,1,0.0917,0.4749,0.3979,1,1,1,1,1,0.07134898,0.530945539,0.895598948,1,1,1,1,1,0.116755515,0.484713823,1,1,1,1,1,1,0.174740821,0.60609889,0.864910585,0.864819124,0.865248227
-5317,1,0.1169,1,1,1,1,1,1,1,1,0.3162,0.1169,0.3293,1,0.1804,1,1,1,1,1,1,0.0149,0.1804,0.2901,1,0.4749,1,1,1,0.1018,0.4749,0.3444,1,1,1,1,1,0.146871194,0.447485179,1,1,1,1,1,1,0.079874009,0.399552137,1,1,1,1,1,1,0.198776603,0.542361438,0.860137748,0.86016501,0.86037234
-5318,1,0.1169,1,1,1,1,1,1,1,1,0.334,0.1169,0.2521,1,0.1804,1,1,1,1,1,1,0.0603,0.1804,0.2041,1,0.4749,1,1,1,0.0532,0.4749,0.2919,1,1,1,1,1,0.135732979,0.35600996,1,1,1,1,1,1,0.081936896,0.261315376,1,1,1,1,1,1,0.096253887,0.451678813,0.842375544,0.842394754,0.842641844
-5319,1,0.1169,1,1,1,1,1,1,1,1,0.3374,0.1169,0.1593,1,0.1804,1,1,1,1,1,1,0.0556,0.1804,0.1507,1,0.4749,1,1,1,0.0686,0.4749,0.2357,1,1,1,1,1,0.07431069,0.218235135,1,1,1,1,1,1,0.107611343,0.18505542,1,1,1,1,1,1,0.148848504,0.349197537,0.818088449,0.818066427,0.818705674
-5320,1,0.1169,1,1,1,1,1,1,1,1,0.2249,0.1169,0.044,1,0.1804,1,1,1,1,1,1,0.0876,0.1804,0.1435,1,0.4749,1,1,1,0.1,0.4749,0.1662,1,1,1,1,1,0.101205878,0.071516335,0.990997553,1,1,1,1,1,0.146845132,0.302392989,1,1,1,1,1,1,0.169438511,0.184234798,0.803407443,0.803469431,0.804078014
-5321,1,0.1169,1,1,1,1,1,1,1,1,0.2509,0.1169,0.0091,1,0.1804,1,1,1,1,1,1,0.044,0.1804,0.0788,1,0.4749,1,1,1,0.0327,0.4749,0.053,1,1,1,1,1,0.171450913,0.038372882,1,1,1,1,1,1,0.091188997,0.215391546,1,1,1,1,1,1,0.076845035,0.037968196,0.786913968,0.786968479,0.78679078
-5322,1,0.1169,1,1,1,1,1,1,1,1,0.2789,0.1169,0.001,1,0.1804,1,1,1,1,1,1,0.0121,0.1804,0.0084,1,0.4749,1,1,1,0.0529,0.4749,0,1,1,1,1,1,0.297826111,0.004801692,1,1,1,1,1,1,0.036052443,0.047287706,0.728689313,1,1,1,1,1,0.059099182,0,0.764983084,0.76496721,0.765514184
-5323,1,0.1169,1,1,1,1,1,1,1,1,0.2311,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.076,0.4749,0,1,1,1,1,1,0.158114552,0,1,1,1,1,1,1,0.008585556,0,0.86571002,1,1,1,1,1,0.121758372,0,0.749093765,0.74910091,0.749113475
-5324,1,0.1169,1,1,1,1,1,1,1,1,0.2172,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.1075,0.4749,0,1,1,1,1,1,0.086264402,0,1,1,1,1,1,1,0.00624545,0,1,1,1,1,1,1,0.195811734,0,0.748972934,0.748889359,0.749113475
-5325,1,0.1169,1,1,1,1,1,1,1,1,0.2364,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.0474,0.4749,0,1,1,1,1,1,0.126826346,0,1,1,1,1,1,1,0.01692735,0,1,1,1,1,1,1,0.080639087,0,0.720940068,0.720964671,0.721187943
-5326,1,0.1169,1,1,1,1,1,1,1,1,0.1147,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0081,0.1804,0,1,0.4749,1,1,1,0.0845,0.4749,0,1,1,1,1,1,0.118948698,0,1,1,1,1,1,1,0.020493262,0,1,1,1,1,1,1,0.135091901,0,0.670553407,0.670615612,0.671099291
-5327,1,0.1169,1,1,1,1,1,1,1,1,0.0374,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0037,0.1804,0,1,0.4749,1,1,1,0.0905,0.4749,0,1,1,1,1,1,0.041872282,0,1,1,1,1,1,1,0.017664712,0,1,1,1,1,1,1,0.164054841,0,0.614487675,0.614554686,0.614804965
-5328,1,0.1169,1,1,1,1,1,1,1,1,0.0413,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.0757,0.4749,0,1,1,1,1,1,0.017298827,0,1,1,1,1,1,1,0.002585017,0,1,1,1,1,1,1,0.127967656,0,0.568873852,0.568648191,0.569148936
-5329,1,0.1169,1,1,1,1,1,1,1,1,0.0369,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.1236,0.4749,0,1,1,1,1,1,0.006955292,0,1,1,1,1,1,1,0.002128399,0,1,1,1,1,1,1,0.182110876,0,0.53842436,0.538607997,0.53856383
-5330,1,0.1169,1,1,1,1,1,1,1,1,0.0481,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.1641,0.4749,0,1,1,1,1,1,0.007647801,0,1,1,1,1,1,1,0.011583931,0,1,1,1,1,1,1,0.277409732,0,0.518245529,0.518299133,0.518617021
-5331,1,0.1169,1,1,1,1,1,1,1,1,0.0537,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0077,0.1804,0,1,0.4749,1,1,1,0.2021,0.4749,0,1,1,1,1,1,0.009853967,0,1,1,1,1,1,1,0.029007666,0,1,1,1,1,1,1,0.330774665,0,0.506947801,0.506875397,0.507092199
-5332,1,0.1169,1,1,1,1,1,1,1,1,0.0291,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.1656,0.4749,0,1,1,1,1,1,0.006225683,0,1,1,1,1,1,1,0.016212475,0,0.705790579,1,1,1,1,1,0.290260375,0,0.503443693,0.503490586,0.503546099
-5333,1,0.1169,1,1,1,1,1,1,1,1,0.0056,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.1403,0.4749,0,1,1,1,1,1,0.001318591,0,0.941826761,1,1,1,1,1,0.016978329,0,0.543480396,1,1,1,1,1,0.217767343,0,0.509424843,0.509414005,0.509751773
-5334,1,0.1169,1,1,1,1,1,1,1,1,0.0056,0.1169,0.0441,1,0.1804,1,1,1,1,1,1,0,0.1804,0.0344,1,0.4749,1,1,1,0.0915,0.4749,0.0305,1,1,1,1,1,0.000607226,0.093597025,0.737125278,1,1,1,1,1,0.004326776,0.132223427,0.214255005,1,1,1,1,1,0.11898873,0.12678194,0.526401643,0.526549609,0.526595745
-5335,1,0.1169,1,1,1,1,1,1,1,1,0.0099,0.1169,0.1477,1,0.1804,1,1,1,1,1,1,0,0.1804,0.161,1,0.4749,1,1,1,0.047,0.4749,0.1457,1,1,1,1,1,0.000788536,0.2913405,0.833973885,1,1,1,1,1,0.008592418,0.296458781,0.690313578,1,1,1,1,1,0.063596033,0.34593913,0.570082165,0.570129046,0.570035461
-5336,1,0.1169,1,1,1,1,1,1,1,1,0.0071,0.1169,0.2796,1,0.1804,1,1,1,1,1,1,0.004,0.1804,0.307,1,0.4749,1,1,1,0.0639,0.4749,0.3237,1,1,1,1,1,0.000669302,0.533468068,1,1,1,1,1,1,0.016406093,0.446945906,0.679583251,1,1,1,1,1,0.074115962,0.512602866,0.624154181,0.624286017,0.624556738
-5337,1,0.1169,1,1,1,1,1,1,1,1,0.0105,0.1169,0.3944,1,0.1804,1,1,1,1,1,1,0.0046,0.1804,0.3961,1,0.4749,1,1,1,0.075,0.4749,0.4483,1,1,1,1,1,0.002309022,0.627321482,0.427080899,1,1,1,1,1,0.008966878,0.552126288,0.912386417,1,1,1,1,1,0.087979198,0.648913443,0.673936684,0.673788872,0.674202128
-5338,1,0.1169,1,1,1,1,1,1,1,1,0.034,0.1169,0.4159,1,0.1804,1,1,1,1,1,1,0,0.1804,0.3996,1,0.4749,1,1,1,0.0333,0.4749,0.5068,1,1,1,1,1,0.00966882,0.602576971,0.318069547,1,1,1,1,1,0.009754913,0.540703237,0.994774938,1,1,1,1,1,0.047878519,0.680740416,0.71562349,0.715675904,0.715868794
-5339,1,0.1169,1,1,1,1,1,1,1,1,0.0677,0.1169,0.4386,1,0.1804,1,1,1,1,1,1,0,0.1804,0.3945,1,0.4749,1,1,1,0.0646,0.4749,0.5042,1,1,1,1,1,0.013358809,0.605558872,0.539394617,1,1,1,1,1,0.019520693,0.573119342,0.990958214,1,1,1,1,1,0.069431514,0.681160271,0.740695988,0.740638883,0.740691489
-5340,1,0.1169,1,1,1,1,1,1,1,1,0.1526,0.1169,0.4434,1,0.1804,1,1,1,1,1,1,0.0284,0.1804,0.4583,1,0.4749,1,1,1,0.0788,0.4749,0.5331,1,1,1,1,1,0.027225396,0.5791201,0.8964535,1,1,1,1,1,0.10575217,0.699240208,0.879697204,1,1,1,1,1,0.089012973,0.693193018,0.755256162,0.755235879,0.755319149
-5341,1,0.1169,1,1,1,1,1,1,1,1,0.1759,0.1169,0.4229,1,0.1804,1,1,1,1,1,1,0.047,0.1804,0.4785,1,0.4749,1,1,1,0.0979,0.4749,0.4777,1,1,1,1,1,0.035344988,0.585879743,0.635174096,1,1,1,1,1,0.085735872,0.719192743,0.694912553,1,1,1,1,1,0.125160769,0.67724359,0.764076849,0.764121007,0.764184397
-5342,1,0.1169,1,1,1,1,1,1,1,1,0.0829,0.1169,0.4106,1,0.1804,1,1,1,1,1,1,0.0149,0.1804,0.5244,1,0.4749,1,1,1,0.0942,0.4749,0.3377,1,1,1,1,1,0.018209966,0.589282393,0.791138053,1,1,1,1,1,0.061906237,0.72888273,0.501865208,1,1,1,1,1,0.086826421,0.588474214,0.768910101,0.768986672,0.769060284
-5343,1,0.1169,1,1,1,1,1,1,1,1,0.1115,0.1169,0.3777,1,0.1804,1,1,1,1,1,1,0.1562,0.1804,0.3887,1,0.4749,1,1,1,0.0784,0.4749,0.2761,1,1,1,1,1,0.026181646,0.567657232,1,1,1,1,1,1,0.173373431,0.603985429,0.99452889,1,1,1,1,1,0.075757854,0.436629266,0.772716288,0.772583034,0.773049645
-5344,1,0.1169,1,1,1,1,1,1,1,1,0.1252,0.1169,0.2557,1,0.1804,1,1,1,1,1,1,0.1194,0.1804,0.2476,1,0.4749,1,1,1,0.0613,0.4749,0.214,1,1,1,1,1,0.039959669,0.431600899,1,1,1,1,1,1,0.184693217,0.475247025,1,1,1,1,1,1,0.083149873,0.274663925,0.775797487,0.775756294,0.776152482
-5345,1,0.1169,1,1,1,1,1,1,1,1,0.101,0.1169,0.1227,1,0.1804,1,1,1,1,1,1,0.0382,0.1804,0.1349,1,0.4749,1,1,1,0.0461,0.4749,0.0917,1,1,1,1,1,0.033066854,0.202618256,1,1,1,1,1,1,0.096544415,0.376982391,1,1,1,1,1,1,0.082253046,0.123778619,0.774407927,0.77448699,0.774379433
-5346,1,0.1169,1,1,1,1,1,1,1,1,0.1177,0.1169,0.0057,1,0.1804,1,1,1,1,1,1,0.0639,0.1804,0.0151,1,0.4749,1,1,1,0.0619,0.4749,0,1,1,1,1,1,0.068369292,0.004660128,0.97943449,1,1,1,1,1,0.147323504,0.054308329,0.823976994,1,1,1,1,1,0.1029616,0.003039253,0.762143548,0.762217051,0.762411348
-5347,1,0.1169,1,1,1,1,1,1,1,1,0.0707,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0908,0.1804,0,1,0.4749,1,1,1,0.0388,0.4749,0,1,1,1,1,1,0.038193136,0,0.879737854,1,1,1,1,1,0.131252095,0,0.75529325,1,1,1,1,1,0.06927903,0,0.749516675,0.749735562,0.749556738
-5348,1,0.1169,1,1,1,1,1,1,1,1,0.1716,0.1169,0,1,0.1804,1,1,1,1,1,1,0.2385,0.1804,0,1,0.4749,1,1,1,0.0554,0.4749,0,1,1,1,1,1,0.085173033,0,0.992759526,1,1,1,1,1,0.280245006,0,0.920821786,1,1,1,1,1,0.133917779,0,0.753987434,0.753966575,0.753989362
-5349,1,0.1169,1,1,1,1,1,1,1,1,0.1788,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1977,0.1804,0,1,0.4749,1,1,1,0.0537,0.4749,0,1,1,1,1,1,0.064500406,0,1,1,1,1,1,1,0.230474025,0,0.765545845,1,1,1,1,1,0.132407889,0,0.726256646,0.726253438,0.726507092
-5350,1,0.1169,1,1,1,1,1,1,1,1,0.073,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0977,0.1804,0,1,0.4749,1,1,1,0.0529,0.4749,0,1,1,1,1,1,0.035657153,0,0.674719274,1,1,1,1,1,0.115631223,0,0.751154244,1,1,1,1,1,0.144849375,0,0.678467859,0.678442987,0.678634752
-5351,1,0.1169,1,1,1,1,1,1,1,1,0.1401,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1061,0.1804,0,1,0.4749,1,1,1,0.0595,0.4749,0,1,1,1,1,1,0.070730619,0,0.907660484,1,1,1,1,1,0.115074709,0,0.733973861,1,1,1,1,1,0.162995875,0,0.624939584,0.624920669,0.625
-5352,1,0.1169,1,1,1,1,1,1,1,1,0.1713,0.1169,0,1,0.1804,1,1,1,1,1,1,0.028,0.1804,0,1,0.4749,1,1,1,0.038,0.4749,0,1,1,1,1,1,0.073242277,0,0.961979508,1,1,1,1,1,0.062950611,0,0.88182497,1,1,1,1,1,0.104002222,0,0.579446593,0.579437275,0.579787234
-5353,1,0.1169,1,1,1,1,1,1,1,1,0.1314,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.0409,0.4749,0,1,1,1,1,1,0.063238077,0,0.979794621,1,1,1,1,1,0.042331409,0,1,1,1,1,1,1,0.090256058,0,0.548453359,0.548550878,0.548758865
-5354,1,0.1169,1,1,1,1,1,1,1,1,0.1222,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0962,0.1804,0,1,0.4749,1,1,1,0.041,0.4749,0,1,1,1,1,1,0.079053462,0,0.990895391,1,1,1,1,1,0.100264125,0,1,1,1,1,1,1,0.082899109,0,0.52658289,0.526761159,0.526595745
-5355,1,0.1169,1,1,1,1,1,1,1,1,0.0933,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0744,0.1804,0,1,0.4749,1,1,1,0.0534,0.4749,0,1,1,1,1,1,0.075906016,0,1,1,1,1,1,1,0.082734689,0,1,1,1,1,1,1,0.129771337,0,0.514560174,0.514491221,0.51462766
-5356,1,0.1169,1,1,1,1,1,1,1,1,0.0849,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0059,0.1804,0,1,0.4749,1,1,1,0.0538,0.4749,0,1,1,1,1,1,0.0846816,0,1,1,1,1,1,1,0.033133142,0,0.729901373,1,1,1,1,1,0.141748875,0,0.510089415,0.510048657,0.510195035
-5357,1,0.1169,1,1,1,1,1,1,1,1,0.0834,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0387,0.1804,0,1,0.4749,1,1,1,0.0527,0.4749,0,1,1,1,1,1,0.080101646,0,0.901890397,1,1,1,1,1,0.051421784,0,0.333703935,1,1,1,1,1,0.152788103,0,0.51419768,0.514068119,0.514184397
-5358,1,0.1169,1,1,1,1,1,1,1,1,0.0804,0.1169,0.013,1,0.1804,1,1,1,1,1,1,0,0.1804,0.0155,1,0.4749,1,1,1,0.0319,0.4749,0.0247,1,1,1,1,1,0.089567408,0.022832459,0.836001575,1,1,1,1,1,0.006666276,0.021267731,0.384144545,1,1,1,1,1,0.11621093,0.021726854,0.522776704,0.522741697,0.523049645
-5359,1,0.1169,1,1,1,1,1,1,1,1,0.0539,0.1169,0.0891,1,0.1804,1,1,1,1,1,1,0.0034,0.1804,0.1236,1,0.4749,1,1,1,0.0121,0.4749,0.1228,1,1,1,1,1,0.056023713,0.203270584,0.669048667,1,1,1,1,1,0.013421111,0.415101677,0.43659085,1,1,1,1,1,0.057617262,0.16062215,0.549480425,0.549608631,0.54964539
-5360,1,0.1169,1,1,1,1,1,1,1,1,0.0303,0.1169,0.1723,1,0.1804,1,1,1,1,1,1,0,0.1804,0.262,1,0.4749,1,1,1,0.0123,0.4749,0.1993,1,1,1,1,1,0.006182404,0.251009226,0.629506707,1,1,1,1,1,0.001501878,0.489553452,0.224202111,1,1,1,1,1,0.022643944,0.277771622,0.595275495,0.595303575,0.595301418
-5361,1,0.1169,1,1,1,1,1,1,1,1,0.0205,0.1169,0.2662,1,0.1804,1,1,1,1,1,1,0,0.1804,0.3681,1,0.4749,1,1,1,0.0072,0.4749,0.376,1,1,1,1,1,0.001585788,0.386392117,0.749858499,1,1,1,1,1,5.80E-05,0.677581251,0.247988239,1,1,1,1,1,0.012257946,0.353767455,0.642460126,0.642479374,0.642730496
-5362,1,0.1169,1,1,1,1,1,1,1,1,0.0315,0.1169,0.4019,1,0.1804,1,1,1,1,1,1,0,0.1804,0.5223,1,0.4749,1,1,1,0.0077,0.4749,0.4778,1,1,1,1,1,0.003452702,0.606798172,0.580313087,1,1,1,1,1,0.000829078,0.78934896,0.166661277,1,1,1,1,1,0.0204632,0.454340041,0.683421943,0.683520203,0.683510638
-5363,1,0.1169,1,1,1,1,1,1,1,1,0.08,0.1169,0.4251,1,0.1804,1,1,1,1,1,1,0.0121,0.1804,0.5292,1,0.4749,1,1,1,0.0153,0.4749,0.5,1,1,1,1,1,0.013258333,0.657437742,0.624291539,1,1,1,1,1,0.016898766,0.799681485,0.124122262,1,1,1,1,1,0.025202304,0.514190078,0.715321411,0.715252803,0.715425532
-5364,1,0.1169,1,1,1,1,1,1,1,1,0.1251,0.1169,0.4526,1,0.1804,1,1,1,1,1,1,0.1198,0.1804,0.5028,1,0.4749,1,1,1,0.0205,0.4749,0.476,1,1,1,1,1,0.019913418,0.665009201,0.963687301,1,1,1,1,1,0.082351893,0.79421401,0.599881709,1,1,1,1,1,0.045771532,0.513053834,0.739608507,0.73958113,0.739804965
-5365,1,0.1169,1,1,1,1,1,1,1,1,0.1926,0.1169,0.4659,1,0.1804,1,1,1,1,1,1,0.1278,0.1804,0.5687,1,0.4749,1,1,1,0.0201,0.4749,0.4393,1,1,1,1,1,0.053293727,0.709535718,0.904389024,1,1,1,1,1,0.10527762,0.818167865,0.587075174,1,1,1,1,1,0.03555683,0.448014975,0.754772837,0.754812778,0.755319149
-5366,1,0.1169,1,1,1,1,1,1,1,1,0.2364,0.1169,0.4813,1,0.1804,1,1,1,1,1,1,0.11,0.1804,0.5529,1,0.4749,1,1,1,0.0242,0.4749,0.4429,1,1,1,1,1,0.068365969,0.745331049,0.846425891,1,1,1,1,1,0.114683539,0.819839656,0.54471761,1,1,1,1,1,0.04449147,0.500534177,0.769091348,0.769198223,0.769503546
-5367,1,0.1169,1,1,1,1,1,1,1,1,0.2681,0.1169,0.4189,1,0.1804,1,1,1,1,1,1,0.0797,0.1804,0.4542,1,0.4749,1,1,1,0.0235,0.4749,0.408,1,1,1,1,1,0.074395031,0.724135101,0.76414609,1,1,1,1,1,0.114411399,0.777045071,0.33556366,1,1,1,1,1,0.038744189,0.562288344,0.781899468,0.781891263,0.782358156
-5368,1,0.1169,1,1,1,1,1,1,1,1,0.2221,0.1169,0.2917,1,0.1804,1,1,1,1,1,1,0.0856,0.1804,0.3431,1,0.4749,1,1,1,0.0189,0.4749,0.2759,1,1,1,1,1,0.075718246,0.651872993,0.622168481,1,1,1,1,1,0.133608043,0.723062515,0.263199747,1,1,1,1,1,0.040513452,0.59079957,0.791263896,0.791411043,0.791223404
-5369,1,0.1169,1,1,1,1,1,1,1,1,0.1388,0.1169,0.1482,1,0.1804,1,1,1,1,1,1,0.1302,0.1804,0.1925,1,0.4749,1,1,1,0.0222,0.4749,0.133,1,1,1,1,1,0.040579773,0.506096125,0.321121395,1,1,1,1,1,0.16662842,0.626188874,0.207350791,1,1,1,1,1,0.034924746,0.427303076,0.793197197,0.793103448,0.793439716
-5370,1,0.1169,1,1,1,1,1,1,1,1,0.0791,0.1169,0.0278,1,0.1804,1,1,1,1,1,1,0.2089,0.1804,0.0608,1,0.4749,1,1,1,0.0374,0.4749,0.0221,1,1,1,1,1,0.022553276,0.254321754,0.263679832,1,1,1,1,1,0.218470931,0.351375848,0.325112581,1,1,1,1,1,0.052470863,0.164819211,0.780993233,0.78083351,0.781028369
-5371,1,0.1169,1,1,1,1,1,1,1,1,0.0896,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1369,0.1804,0,1,0.4749,1,1,1,0.0443,0.4749,0,1,1,1,1,1,0.035537817,0,0.591931164,1,1,1,1,1,0.149455383,0,0.359860241,1,1,1,1,1,0.08578746,0,0.763593523,0.763697906,0.763741135
-5372,1,0.1169,1,1,1,1,1,1,1,1,0.0933,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1003,0.1804,0,1,0.4749,1,1,1,0.0617,0.4749,0,1,1,1,1,1,0.044086143,0,0.353625715,1,1,1,1,1,0.135452986,0,0.186790317,1,1,1,1,1,0.100373015,0,0.7669768,0.766871166,0.767287234
-5373,1,0.1169,1,1,1,1,1,1,1,1,0.1724,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0717,0.1804,0,1,0.4749,1,1,1,0.0591,0.4749,0,1,1,1,1,1,0.116498388,0,0.472779959,1,1,1,1,1,0.12762931,0,0.175326705,1,1,1,1,1,0.112202249,0,0.73078782,0.730696002,0.730939716
-5374,1,0.1169,1,1,1,1,1,1,1,1,0.1213,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1126,0.1804,0,1,0.4749,1,1,1,0.0569,0.4749,0,1,1,1,1,1,0.134353206,0,0.30338046,1,1,1,1,1,0.155161723,0,0.081425659,1,1,1,1,1,0.121904016,0,0.668740938,0.668711656,0.668882979
-5375,1,0.1169,1,1,1,1,1,1,1,1,0.1238,0.1169,0,1,0.1804,1,1,1,1,1,1,0.124,0.1804,0,1,0.4749,1,1,1,0.0506,0.4749,0,1,1,1,1,1,0.104088776,0,0.224086225,1,1,1,1,1,0.128263235,0,0.042976443,1,1,1,1,1,0.161108583,0,0.605183664,0.605246457,0.605496454
-5376,1,0.1169,1,1,1,1,1,1,1,1,0.0946,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1164,0.1804,0,1,0.4749,1,1,1,0.0374,0.4749,0,1,1,1,1,1,0.05172582,0,0.174127117,1,1,1,1,1,0.113193154,0,0.01077487,1,1,1,1,1,0.109831482,0,0.556367811,0.556378253,0.556737589
-5377,1,0.1169,1,1,1,1,1,1,1,1,0.0949,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1227,0.1804,0,1,0.4749,1,1,1,0.0481,0.4749,0,1,1,1,1,1,0.047402874,0,0.123909295,1,1,1,1,1,0.105507717,0,0.046335343,1,1,1,1,1,0.099324889,0,0.52422668,0.524222551,0.524379433
-5378,1,0.1169,1,1,1,1,1,1,1,1,0.0679,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1012,0.1804,0,1,0.4749,1,1,1,0.0648,0.4749,0,1,1,1,1,1,0.035071842,0,0.165416732,1,1,1,1,1,0.084901191,0,0.043384038,1,1,1,1,1,0.154094249,0,0.503806187,0.503702137,0.503989362
-5379,1,0.1169,1,1,1,1,1,1,1,1,0.0715,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1489,0.1804,0,1,0.4749,1,1,1,0.0615,0.4749,0,1,1,1,1,1,0.059408382,0,0.139775738,1,1,1,1,1,0.123617835,0,0.039046861,1,1,1,1,1,0.152457386,0,0.493293862,0.493336154,0.493351064
-5380,1,0.1169,1,1,1,1,1,1,1,1,0.0869,0.1169,0,1,0.1804,1,1,1,1,1,1,0.131,0.1804,0,1,0.4749,1,1,1,0.0646,0.4749,0,1,1,1,1,1,0.088855878,0,0.103297748,1,1,1,1,1,0.125498518,0,0.042150788,1,1,1,1,1,0.16383484,0,0.497462542,0.497567167,0.497783688
-5381,1,0.1169,1,1,1,1,1,1,1,1,0.0687,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0724,0.1804,0,1,0.4749,1,1,1,0.0751,0.4749,0,1,1,1,1,1,0.072712637,0,0.045811635,1,1,1,1,1,0.072665192,0,0,1,1,1,1,1,0.184415534,0,0.523924601,0.52379945,0.52393617
-5382,1,0.1169,1,1,1,1,1,1,1,1,0.0529,0.1169,0.0607,1,0.1804,1,1,1,1,1,1,0.056,0.1804,0.0862,1,0.4749,1,1,1,0.0681,0.4749,0.0561,1,1,1,1,1,0.053019781,0.400431931,0.039926358,1,1,1,1,1,0.060302697,0.413436294,0,1,1,1,1,1,0.176485077,0.447924614,0.56917593,0.569282843,0.569592199
-5383,1,0.1169,1,1,1,1,1,1,1,1,0.0089,0.1169,0.2141,1,0.1804,1,1,1,1,1,1,0.0151,0.1804,0.2409,1,0.4749,1,1,1,0.0142,0.4749,0.1974,1,1,1,1,1,0.013352313,0.696420372,0.039886221,1,1,1,1,1,0.02080553,0.696998119,0.02086335,1,1,1,1,1,0.059165344,0.650442719,0.634001933,0.634017347,0.634308511
-5384,1,0.1169,1,1,1,1,1,1,1,1,0.0123,0.1169,0.3901,1,0.1804,1,1,1,1,1,1,0.0573,0.1804,0.4098,1,0.4749,1,1,1,0.0239,0.4749,0.3699,1,1,1,1,1,0.023549318,0.83685261,0.041552879,1,1,1,1,1,0.048387036,0.837072611,0.026952619,1,1,1,1,1,0.075840451,0.813954413,0.688376027,0.688385868,0.688386525
-5385,1,0.1169,1,1,1,1,1,1,1,1,0.0446,0.1169,0.5228,1,0.1804,1,1,1,1,1,1,0.1157,0.1804,0.5284,1,0.4749,1,1,1,0.0125,0.4749,0.4965,1,1,1,1,1,0.066633947,0.868761361,0.089589201,1,1,1,1,1,0.096838817,0.866366804,0.082559951,1,1,1,1,1,0.050829053,0.862891674,0.73398985,0.733869262,0.734485816
-5386,1,0.1169,1,1,1,1,1,1,1,1,0.0302,0.1169,0.616,1,0.1804,1,1,1,1,1,1,0.067,0.1804,0.6081,1,0.4749,1,1,1,0.0078,0.4749,0.5804,1,1,1,1,1,0.030718684,0.860189974,0.120777905,1,1,1,1,1,0.056470826,0.856778741,0.063989796,1,1,1,1,1,0.031149507,0.869556427,0.773622523,0.773640787,0.77393617
-5387,1,0.1169,1,1,1,1,1,1,1,1,0.073,0.1169,0.6086,1,0.1804,1,1,1,1,1,1,0.0295,0.1804,0.5946,1,0.4749,1,1,1,0.0228,0.4749,0.5594,1,1,1,1,1,0.044828694,0.845874369,0.121826291,1,1,1,1,1,0.031496849,0.838819802,0.032065444,1,1,1,1,1,0.059728183,0.854546905,0.801594973,0.801565475,0.801861702
-5388,1,0.1169,1,1,1,1,1,1,1,1,0.1116,0.1169,0.6019,1,0.1804,1,1,1,1,1,1,0.0312,0.1804,0.5906,1,0.4749,1,1,1,0.0211,0.4749,0.5355,1,1,1,1,1,0.055959586,0.854296565,0.101847991,1,1,1,1,1,0.038939919,0.796295166,0.021193195,1,1,1,1,1,0.06653446,0.83319056,0.81959884,0.819758832,0.820035461
-5389,1,0.1169,1,1,1,1,1,1,1,1,0.1177,0.1169,0.5902,1,0.1804,1,1,1,1,1,1,0.0394,0.1804,0.5674,1,0.4749,1,1,1,0.0199,0.4749,0.5144,1,1,1,1,1,0.039960191,0.804291487,0.123342872,1,1,1,1,1,0.048095897,0.829237401,0.015661519,1,1,1,1,1,0.037734739,0.789803147,0.836031899,0.836048234,0.83643617
-5390,1,0.1169,1,1,1,1,1,1,1,1,0.1225,0.1169,0.5524,1,0.1804,1,1,1,1,1,1,0.0353,0.1804,0.5695,1,0.4749,1,1,1,0.0143,0.4749,0.4759,1,1,1,1,1,0.041775525,0.74589324,0.129375085,1,1,1,1,1,0.04218759,0.837515235,0.051045813,1,1,1,1,1,0.043538254,0.765477002,0.84702755,0.847048868,0.84751773
-5391,1,0.1169,1,1,1,1,1,1,1,1,0.1322,0.1169,0.4566,1,0.1804,1,1,1,1,1,1,0.0855,0.1804,0.4717,1,0.4749,1,1,1,0.0405,0.4749,0.4073,1,1,1,1,1,0.040837631,0.778764784,0.177300081,1,1,1,1,1,0.086623974,0.763989568,0.143871203,1,1,1,1,1,0.070402622,0.744918466,0.851800387,0.851914534,0.852393617
-5392,1,0.1169,1,1,1,1,1,1,1,1,0.1579,0.1169,0.323,1,0.1804,1,1,1,1,1,1,0.0972,0.1804,0.3401,1,0.4749,1,1,1,0.042,0.4749,0.2377,1,1,1,1,1,0.039442018,0.723488271,0.232614905,1,1,1,1,1,0.094826132,0.674472034,0.242479339,1,1,1,1,1,0.053290859,0.615536094,0.855969067,0.855933996,0.856382979
-5393,1,0.1169,1,1,1,1,1,1,1,1,0.1697,0.1169,0.1535,1,0.1804,1,1,1,1,1,1,0.1583,0.1804,0.1961,1,0.4749,1,1,1,0.0495,0.4749,0.1414,1,1,1,1,1,0.069621801,0.59876591,0.360434592,1,1,1,1,1,0.128285751,0.568730712,0.286897123,1,1,1,1,1,0.058994282,0.425767183,0.849927501,0.849799027,0.850177305
-5394,1,0.1169,1,1,1,1,1,1,1,1,0.1704,0.1169,0.0356,1,0.1804,1,1,1,1,1,1,0.0504,0.1804,0.0601,1,0.4749,1,1,1,0.0663,0.4749,0.0326,1,1,1,1,1,0.066737011,0.281357974,0.402785212,1,1,1,1,1,0.051985003,0.293762565,0.37273404,1,1,1,1,1,0.095084853,0.120075256,0.823586274,0.823566744,0.824024823
-5395,1,0.1169,1,1,1,1,1,1,1,1,0.1624,0.1169,0,1,0.1804,1,1,1,1,1,1,0.037,0.1804,0,1,0.4749,1,1,1,0.0887,0.4749,0,1,1,1,1,1,0.149788618,0,0.302292556,1,1,1,1,1,0.072984785,0,0.031500265,1,1,1,1,1,0.153577149,0,0.798513775,0.798603766,0.798758865
-5396,1,0.1169,1,1,1,1,1,1,1,1,0.1439,0.1169,0,1,0.1804,1,1,1,1,1,1,0.005,0.1804,0,1,0.4749,1,1,1,0.0646,0.4749,0,1,1,1,1,1,0.138237536,0,0.152028576,1,1,1,1,1,0.018533375,0,0.017500786,1,1,1,1,1,0.139808342,0,0.795915901,0.795853607,0.796099291
-5397,1,0.1169,1,1,1,1,1,1,1,1,0.157,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0195,0.1804,0,1,0.4749,1,1,1,0.0788,0.4749,0,1,1,1,1,1,0.110735551,0,0.171477541,1,1,1,1,1,0.038981766,0,0.074404195,1,1,1,1,1,0.164310127,0,0.747643789,0.747620055,0.747783688
-5398,1,0.1169,1,1,1,1,1,1,1,1,0.0906,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0069,0.1804,0,1,0.4749,1,1,1,0.1241,0.4749,0,1,1,1,1,1,0.05302912,0,0.099813536,1,1,1,1,1,0.00984675,0,0.040935867,1,1,1,1,1,0.26610902,0,0.674359594,0.674423524,0.67464539
-5399,1,0.1169,1,1,1,1,1,1,1,1,0.1211,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0377,0.1804,0,1,0.4749,1,1,1,0.1193,0.4749,0,1,1,1,1,1,0.112253889,0,0.127100617,1,1,1,1,1,0.044979006,0,0.040383246,1,1,1,1,1,0.279419482,0,0.604035766,0.603977153,0.604166667
-5400,1,0.1169,1,1,1,1,1,1,1,1,0.1202,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1349,0.1804,0,1,0.4749,1,1,1,0.1225,0.4749,0,1,1,1,1,1,0.122687601,0,0.177100137,1,1,1,1,1,0.13407369,0,0.052269373,1,1,1,1,1,0.314419836,0,0.552017883,0.551935689,0.552304965
-5401,1,0.1169,1,1,1,1,1,1,1,1,0.1126,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0964,0.1804,0,1,0.4749,1,1,1,0.1025,0.4749,0,1,1,1,1,1,0.113566838,0,0.20192486,1,1,1,1,1,0.095355459,0,0.012045551,1,1,1,1,1,0.272637486,0,0.517580957,0.517664481,0.517730496
-5402,1,0.1169,1,1,1,1,1,1,1,1,0.0687,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0838,0.1804,0,1,0.4749,1,1,1,0.0453,0.4749,0,1,1,1,1,1,0.061143667,0,0.214774579,1,1,1,1,1,0.085065566,0,0,1,1,1,1,1,0.145327374,0,0.495287579,0.49524011,0.495567376
-5403,1,0.1169,1,1,1,1,1,1,1,1,0.0549,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0561,0.1804,0,1,0.4749,1,1,1,0.0589,0.4749,0,1,1,1,1,1,0.045233667,0,0.242326498,1,1,1,1,1,0.067055523,0,0.071581423,1,1,1,1,1,0.133612901,0,0.48441276,0.484451026,0.484485816
-5404,1,0.1169,1,1,1,1,1,1,1,1,0.0414,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0148,0.1804,0,1,0.4749,1,1,1,0.0665,0.4749,0,1,1,1,1,1,0.020359676,0,0.299802244,1,1,1,1,1,0.015434799,0,0.105304196,1,1,1,1,1,0.137575909,0,0.487916868,0.487835837,0.488031915
-5405,1,0.1169,1,1,1,1,1,1,1,1,0.0309,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0059,0.1804,0,1,0.4749,1,1,1,0.0584,0.4749,0,1,1,1,1,1,0.013575386,0,0.277545273,1,1,1,1,1,0.004903108,0,0.051523566,1,1,1,1,1,0.162288517,0,0.516070565,0.516183626,0.516400709
-5406,1,0.1169,1,1,1,1,1,1,1,1,0.0195,0.1169,0.0611,1,0.1804,1,1,1,1,1,1,0,0.1804,0.0872,1,0.4749,1,1,1,0.0405,0.4749,0.0643,1,1,1,1,1,0.006707976,0.315484881,0.218731567,1,1,1,1,1,0.002001379,0.208923891,0,1,1,1,1,1,0.114320055,0.316163719,0.563013533,0.562936323,0.563386525
-5407,1,0.1169,1,1,1,1,1,1,1,1,0.0194,0.1169,0.21,1,0.1804,1,1,1,1,1,1,0,0.1804,0.2165,1,0.4749,1,1,1,0.0129,0.4749,0.2024,1,1,1,1,1,0.013674312,0.594336808,0.138606936,1,1,1,1,1,0.00857733,0.528249025,0.018462306,1,1,1,1,1,0.049393393,0.629949987,0.62777912,0.627670827,0.628102837
-5408,1,0.1169,1,1,1,1,1,1,1,1,0.0013,0.1169,0.3548,1,0.1804,1,1,1,1,1,1,0,0.1804,0.3323,1,0.4749,1,1,1,0.0068,0.4749,0.3516,1,1,1,1,1,0.003288933,0.709842622,0.086048849,1,1,1,1,1,0,0.513111651,0,1,1,1,1,1,0.028868165,0.761417508,0.67858869,0.678654538,0.679078014
-5409,1,0.1169,1,1,1,1,1,1,1,1,0,0.1169,0.4601,1,0.1804,1,1,1,1,1,1,0,0.1804,0.3569,1,0.4749,1,1,1,0.004,0.4749,0.4615,1,1,1,1,1,0.005110479,0.703976572,0.102241091,1,1,1,1,1,0,0.480001122,0,1,1,1,1,1,0.01098367,0.810589194,0.722208797,0.722233975,0.72251773
-5410,1,0.1169,1,1,1,1,1,1,1,1,0.0007,0.1169,0.4822,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4044,1,0.4749,1,1,1,0.0094,0.4749,0.498,1,1,1,1,1,0.001645055,0.655806661,0.073999077,1,1,1,1,1,0,0.526070416,0.010199477,1,1,1,1,1,0.035580564,0.769477904,0.758458192,0.75862069,0.758865248
-5411,1,0.1169,1,1,1,1,1,1,1,1,0.0144,0.1169,0.4699,1,0.1804,1,1,1,1,1,1,0.0151,0.1804,0.4283,1,0.4749,1,1,1,0.0107,0.4749,0.5109,1,1,1,1,1,0.005207707,0.67604661,0.157974392,1,1,1,1,1,0.01450765,0.571701348,0,1,1,1,1,1,0.048254032,0.723519921,0.78298695,0.782949016,0.783244681
-5412,1,0.1169,1,1,1,1,1,1,1,1,0.0405,0.1169,0.4759,1,0.1804,1,1,1,1,1,1,0.025,0.1804,0.4293,1,0.4749,1,1,1,0.0016,0.4749,0.5553,1,1,1,1,1,0.021399893,0.658443391,0.171240747,1,1,1,1,1,0.030780362,0.558494806,0,1,1,1,1,1,0.011900733,0.723026276,0.797003383,0.797122911,0.797429078
-5413,1,0.1169,1,1,1,1,1,1,1,1,0.0696,0.1169,0.4362,1,0.1804,1,1,1,1,1,1,0.0058,0.1804,0.4117,1,0.4749,1,1,1,0.0117,0.4749,0.4654,1,1,1,1,1,0.051061727,0.614391327,0.07654801,1,1,1,1,1,0.013050612,0.59624058,0,1,1,1,1,1,0.027371049,0.677498281,0.807032383,0.807065792,0.807180851
-5414,1,0.1169,1,1,1,1,1,1,1,1,0.1154,0.1169,0.4222,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4054,1,0.4749,1,1,1,0.0167,0.4749,0.4359,1,1,1,1,1,0.059096154,0.580527782,0.101496644,1,1,1,1,1,0.002419033,0.587789416,0.002498953,1,1,1,1,1,0.043544907,0.559808016,0.809751087,0.8096044,0.810283688
-5415,1,0.1169,1,1,1,1,1,1,1,1,0.162,0.1169,0.3806,1,0.1804,1,1,1,1,1,1,0,0.1804,0.3593,1,0.4749,1,1,1,0.019,0.4749,0.3323,1,1,1,1,1,0.054764993,0.544566631,0.177449584,1,1,1,1,1,0.005345725,0.518825233,0.010169634,1,1,1,1,1,0.022952009,0.528746009,0.80679072,0.806642691,0.807180851
-5416,1,0.1169,1,1,1,1,1,1,1,1,0.0992,0.1169,0.2804,1,0.1804,1,1,1,1,1,1,0,0.1804,0.2584,1,0.4749,1,1,1,0.0219,0.4749,0.2342,1,1,1,1,1,0.043069292,0.487327218,0.119549468,1,1,1,1,1,0.016781533,0.381107241,0.04766728,1,1,1,1,1,0.045916244,0.337541938,0.805159497,0.805161836,0.805407801
-5417,1,0.1169,1,1,1,1,1,1,1,1,0.0898,0.1169,0.1386,1,0.1804,1,1,1,1,1,1,0.0047,0.1804,0.146,1,0.4749,1,1,1,0.0334,0.4749,0.1099,1,1,1,1,1,0.044510543,0.282506317,0.199018076,1,1,1,1,1,0.050661609,0.234265119,0.063695818,1,1,1,1,1,0.083998881,0.256401211,0.79621798,0.796276708,0.796542553
-5418,1,0.1169,1,1,1,1,1,1,1,1,0.0834,0.1169,0.0172,1,0.1804,1,1,1,1,1,1,0.0369,0.1804,0.018,1,0.4749,1,1,1,0.0278,0.4749,0.0137,1,1,1,1,1,0.042834185,0.028369598,0.336709678,1,1,1,1,1,0.057833143,0.016959058,0.06103665,1,1,1,1,1,0.081343852,0.015477594,0.77658289,0.776602496,0.776595745
-5419,1,0.1169,1,1,1,1,1,1,1,1,0.0897,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0626,0.1804,0,1,0.4749,1,1,1,0.0696,0.4749,0,1,1,1,1,1,0.059097927,0,0.3015728,1,1,1,1,1,0.092085078,0,0.04663299,1,1,1,1,1,0.070560262,0,0.764137264,0.764121007,0.764184397
-5420,1,0.1169,1,1,1,1,1,1,1,1,0.0431,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0346,0.1804,0,1,0.4749,1,1,1,0.0792,0.4749,0,1,1,1,1,1,0.038651176,0,0.142778322,1,1,1,1,1,0.049843706,0,0.031390317,1,1,1,1,1,0.091042042,0,0.769997583,0.770044426,0.770390071
-5421,1,0.1169,1,1,1,1,1,1,1,1,0.0334,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0848,0.1804,0,1,0.4749,1,1,1,0.0631,0.4749,0,1,1,1,1,1,0.031324923,0,0.12851952,1,1,1,1,1,0.10973087,0,0.085928276,1,1,1,1,1,0.082864493,0,0.729519091,0.729638248,0.730053191
-5422,1,0.1169,1,1,1,1,1,1,1,1,0.0293,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1017,0.1804,0,1,0.4749,1,1,1,0.0364,0.4749,0,1,1,1,1,1,0.02991059,0,0.094173104,1,1,1,1,1,0.117278524,0,0.164050281,1,1,1,1,1,0.050214279,0,0.663726438,0.66363444,0.664007092
-5423,1,0.1169,1,1,1,1,1,1,1,1,0.0646,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1844,0.1804,0,1,0.4749,1,1,1,0.0237,0.4749,0,1,1,1,1,1,0.077667765,0,0.083476834,1,1,1,1,1,0.234169871,0,0.283957869,1,1,1,1,1,0.070437297,0,0.599202513,0.599323038,0.59929078
-5424,1,0.1169,1,1,1,1,1,1,1,1,0.0707,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1864,0.1804,0,1,0.4749,1,1,1,0.0237,0.4749,0,1,1,1,1,1,0.125367552,0,0.018976847,1,1,1,1,1,0.222014785,0,0.145530909,1,1,1,1,1,0.050874416,0,0.554132431,0.554051195,0.554521277
-5425,1,0.1169,1,1,1,1,1,1,1,1,0.0946,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0927,0.1804,0,1,0.4749,1,1,1,0.0217,0.4749,0,1,1,1,1,1,0.122035101,0,0.006315564,1,1,1,1,1,0.107138947,0,0,1,1,1,1,1,0.015660245,0,0.524589174,0.524645653,0.524822695
-5426,1,0.1169,1,1,1,1,1,1,1,1,0.064,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0692,0.1804,0,1,0.4749,1,1,1,0.0137,0.4749,0,1,1,1,1,1,0.110670432,0,0.06614738,1,1,1,1,1,0.101604581,0,0.142798185,1,1,1,1,1,0.010107497,0,0.506283229,0.506240745,0.506205674
-5427,1,0.1169,1,1,1,1,1,1,1,1,0.0386,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.0122,0.4749,0,1,1,1,1,1,0.058842819,0,0.076932743,1,1,1,1,1,0.015472592,0,0.153438225,1,1,1,1,1,0.011639168,0,0.49861044,0.498624921,0.498670213
-5428,1,0.1169,1,1,1,1,1,1,1,1,0.0359,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0041,0.1804,0,1,0.4749,1,1,1,0.0125,0.4749,0,1,1,1,1,1,0.035085119,0,0.134735286,1,1,1,1,1,0.009881812,0,0.157080114,1,1,1,1,1,0.017250733,0,0.504470759,0.504548339,0.504432624
-5429,1,0.1169,1,1,1,1,1,1,1,1,0.041,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.0187,0.4749,0,1,1,1,1,1,0.035480537,0,0.216794714,1,1,1,1,1,0.023413545,0,0.104265973,1,1,1,1,1,0.03229247,0,0.536068149,0.536069389,0.535904255
-5430,1,0.1169,1,1,1,1,1,1,1,1,0.0579,0.1169,0.0146,1,0.1804,1,1,1,1,1,1,0,0.1804,0.0064,1,0.4749,1,1,1,0.0164,0.4749,0.0273,1,1,1,1,1,0.023288924,0.015531783,0.083765171,1,1,1,1,1,0.004357276,0.054646578,0.087808639,1,1,1,1,1,0.045644518,0.103232689,0.589656839,0.589591707,0.58998227
-5431,1,0.1169,1,1,1,1,1,1,1,1,0.0359,0.1169,0.077,1,0.1804,1,1,1,1,1,1,0.0054,0.1804,0.1362,1,0.4749,1,1,1,0.0176,0.4749,0.1282,1,1,1,1,1,0.045884293,0.088316791,0.138452262,1,1,1,1,1,0.008633386,0.450464875,0.038937695,1,1,1,1,1,0.063124195,0.181898415,0.642762204,0.642690924,0.643173759
-5432,1,0.1169,1,1,1,1,1,1,1,1,0.05,0.1169,0.2238,1,0.1804,1,1,1,1,1,1,0,0.1804,0.328,1,0.4749,1,1,1,0.0036,0.4749,0.2639,1,1,1,1,1,0.085957795,0.427705199,0.006838573,1,1,1,1,1,0.001335323,0.677449703,0,1,1,1,1,1,0.020579824,0.31355232,0.676292895,0.67632748,0.67641844
-5433,1,0.1169,1,1,1,1,1,1,1,1,0.0408,0.1169,0.3855,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4768,1,0.4749,1,1,1,0.0012,0.4749,0.341,1,1,1,1,1,0.056072369,0.711815,0,1,1,1,1,1,0.005127954,0.77235359,0.085788488,1,1,1,1,1,0.010194107,0.402617246,0.700821653,0.700867358,0.700797872
-5434,1,0.1169,1,1,1,1,1,1,1,1,0.0408,0.1169,0.542,1,0.1804,1,1,1,1,1,1,0,0.1804,0.5975,1,0.4749,1,1,1,0.0011,0.4749,0.4371,1,1,1,1,1,0.014439141,0.807355642,0.005508093,1,1,1,1,1,0.000431358,0.842537999,0.087977231,1,1,1,1,1,0.004545685,0.547576904,0.732721121,0.732811508,0.732712766
-5435,1,0.1169,1,1,1,1,1,1,1,1,0.0447,0.1169,0.6033,1,0.1804,1,1,1,1,1,1,0,0.1804,0.5761,1,0.4749,1,1,1,0.0171,0.4749,0.4727,1,1,1,1,1,0.017670102,0.855254352,0.054918677,1,1,1,1,1,0.001037243,0.804341853,0.050300531,1,1,1,1,1,0.020096034,0.658669233,0.764378927,0.764544108,0.76462766
-5436,1,0.1169,1,1,1,1,1,1,1,1,0.0201,0.1169,0.5714,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4612,1,0.4749,1,1,1,0.0205,0.4749,0.4564,1,1,1,1,1,0.0039904,0.770748615,0.084944509,1,1,1,1,1,0.001734008,0.704187512,0,1,1,1,1,1,0.032167945,0.743436575,0.788243113,0.788237783,0.78856383
-5437,1,0.1169,1,1,1,1,1,1,1,1,0.0444,0.1169,0.5218,1,0.1804,1,1,1,1,1,1,0,0.1804,0.5194,1,0.4749,1,1,1,0.0374,0.4749,0.5048,1,1,1,1,1,0.006707949,0.733253539,0.064967275,1,1,1,1,1,0.005957372,0.734882772,0,1,1,1,1,1,0.059552774,0.713379979,0.810234413,0.810239052,0.810283688
-5438,1,0.1169,1,1,1,1,1,1,1,1,0.0697,0.1169,0.4491,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4092,1,0.4749,1,1,1,0.0655,0.4749,0.4896,1,1,1,1,1,0.016913176,0.636619627,0.016057421,1,1,1,1,1,0.002367149,0.492023498,0,1,1,1,1,1,0.073705673,0.79428637,0.821169647,0.821239687,0.821365248
-5439,1,0.1169,1,1,1,1,1,1,1,1,0.0814,0.1169,0.3049,1,0.1804,1,1,1,1,1,1,0,0.1804,0.3136,1,0.4749,1,1,1,0.1104,0.4749,0.428,1,1,1,1,1,0.02069217,0.455532521,0.044833947,1,1,1,1,1,0.010995044,0.408779204,0,1,1,1,1,1,0.084519289,0.754788101,0.82557999,0.825682251,0.825797872
-5440,1,0.1169,1,1,1,1,1,1,1,1,0.0774,0.1169,0.173,1,0.1804,1,1,1,1,1,1,0,0.1804,0.1571,1,0.4749,1,1,1,0.0489,0.4749,0.2872,1,1,1,1,1,0.016734123,0.249521539,0.075903669,1,1,1,1,1,0.005845838,0.20673205,0,1,1,1,1,1,0.042340726,0.562505603,0.821955051,0.821874339,0.822251773
-5441,1,0.1169,1,1,1,1,1,1,1,1,0.0618,0.1169,0.07,1,0.1804,1,1,1,1,1,1,0,0.1804,0.052,1,0.4749,1,1,1,0.0261,0.4749,0.1275,1,1,1,1,1,0.011964914,0.110833369,0.147060379,1,1,1,1,1,0.000377297,0.078816839,0.021048954,1,1,1,1,1,0.029426258,0.238894582,0.808965684,0.808969748,0.809397163
-5442,1,0.1169,1,1,1,1,1,1,1,1,0.0407,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.0263,0.4749,0.0169,1,1,1,1,1,0.009107292,2.53E-05,0.097433463,1,1,1,1,1,0.001520024,0,0.035535343,1,1,1,1,1,0.036899678,2.15E-05,0.787699372,0.787603131,0.788120567
-5443,1,0.1169,1,1,1,1,1,1,1,1,0.0342,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.0409,0.4749,0,1,1,1,1,1,0.01593983,0,0.03003744,1,1,1,1,1,0.000478319,0,0.915600061,1,1,1,1,1,0.055301487,0,0.778939101,0.778929554,0.779255319
-5444,1,0.1169,1,1,1,1,1,1,1,1,0.0548,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0351,0.1804,0,1,0.4749,1,1,1,0.0488,0.4749,0,1,1,1,1,1,0.038991593,0,0.037364822,1,1,1,1,1,0.03069465,0,0.198331162,1,1,1,1,1,0.075779513,0,0.776643306,0.776602496,0.776595745
-5445,1,0.1169,1,1,1,1,1,1,1,1,0.1152,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0079,0.1804,0,1,0.4749,1,1,1,0.033,0.4749,0,1,1,1,1,1,0.03078744,0,0.128196314,1,1,1,1,1,0.015524855,0,0.593028307,1,1,1,1,1,0.045988798,0,0.733566941,0.733657711,0.734042553
-5446,1,0.1169,1,1,1,1,1,1,1,1,0.0535,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1055,0.1804,0,1,0.4749,1,1,1,0.0256,0.4749,0,1,1,1,1,1,0.036710951,0,0.178820416,1,1,1,1,1,0.074564926,0,0.142661005,1,1,1,1,1,0.024041515,0,0.666263896,0.666173048,0.666666667
-5447,1,0.1169,1,1,1,1,1,1,1,1,0.057,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0609,0.1804,0,1,0.4749,1,1,1,0.0169,0.4749,0,1,1,1,1,1,0.087771595,0,0.171120614,1,1,1,1,1,0.0707727,0,0,1,1,1,1,1,0.018737629,0,0.599987917,0.59995769,0.600177305
-5448,1,0.1169,1,1,1,1,1,1,1,1,0.0341,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1083,0.1804,0,1,0.4749,1,1,1,0.0113,0.4749,0,1,1,1,1,1,0.074709177,0,0.13457419,1,1,1,1,1,0.117890619,0,0,1,1,1,1,1,0.013789169,0,0.548513775,0.548550878,0.548758865
-5449,1,0.1169,1,1,1,1,1,1,1,1,0.0318,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1101,0.1804,0,1,0.4749,1,1,1,0.0086,0.4749,0,1,1,1,1,1,0.067452192,0,0.087658398,1,1,1,1,1,0.106492721,0,0,1,1,1,1,1,0.014390384,0,0.515708072,0.515760525,0.515957447
-5450,1,0.1169,1,1,1,1,1,1,1,1,0.0389,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1094,0.1804,0,1,0.4749,1,1,1,0.0169,0.4749,0,1,1,1,1,1,0.066433147,0,0.012135708,1,1,1,1,1,0.092333302,0,0,1,1,1,1,1,0.019668162,0,0.495891735,0.495874762,0.496010638
-5451,1,0.1169,1,1,1,1,1,1,1,1,0.0201,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0307,0.1804,0,1,0.4749,1,1,1,0.0226,0.4749,0,1,1,1,1,1,0.056235049,0,0.011689915,1,1,1,1,1,0.025828114,0,0,1,1,1,1,1,0.028776109,0,0.487131464,0.487201185,0.48714539
-5452,1,0.1169,1,1,1,1,1,1,1,1,0.0119,0.1169,0,1,0.1804,1,1,1,1,1,1,0.055,0.1804,0,1,0.4749,1,1,1,0.0357,0.4749,0,1,1,1,1,1,0.040793445,0,0.039389685,1,1,1,1,1,0.043570988,0,0,1,1,1,1,1,0.039520122,0,0.491239729,0.491220647,0.491578014
-5453,1,0.1169,1,1,1,1,1,1,1,1,0.0374,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0299,0.1804,0,1,0.4749,1,1,1,0.0473,0.4749,0,1,1,1,1,1,0.058563575,0,0.050400931,1,1,1,1,1,0.027568733,0,0.003354712,1,1,1,1,1,0.049319517,0,0.520964234,0.521049291,0.521276596
-5454,1,0.1169,1,1,1,1,1,1,1,1,0.0363,0.1169,0.0398,1,0.1804,1,1,1,1,1,1,0.0114,0.1804,0.048,1,0.4749,1,1,1,0.0413,0.4749,0,1,1,1,1,1,0.035265259,0.116796955,0.177795961,1,1,1,1,1,0.020803429,0.26271978,0.125418857,1,1,1,1,1,0.027185343,0,0.571532141,0.571609901,0.571808511
-5455,1,0.1169,1,1,1,1,1,1,1,1,0.0353,0.1169,0.1486,1,0.1804,1,1,1,1,1,1,0.0098,0.1804,0.1876,1,0.4749,1,1,1,0.0522,0.4749,0.0499,1,1,1,1,1,0.04525448,0.507479966,0.328917801,1,1,1,1,1,0.028751157,0.668783784,0.176086143,1,1,1,1,1,0.060683697,0.109098129,0.626752054,0.626613074,0.62677305
-5456,1,0.1169,1,1,1,1,1,1,1,1,0.0464,0.1169,0.3517,1,0.1804,1,1,1,1,1,1,0.0357,0.1804,0.3678,1,0.4749,1,1,1,0.0857,0.4749,0.142,1,1,1,1,1,0.078544393,0.619698524,0.183763653,1,1,1,1,1,0.047101282,0.749266744,0.13722907,1,1,1,1,1,0.161940008,0.246233955,0.671822136,0.671884916,0.671985816
-5457,1,0.1169,1,1,1,1,1,1,1,1,0.0175,0.1169,0.4887,1,0.1804,1,1,1,1,1,1,0.0446,0.1804,0.5237,1,0.4749,1,1,1,0.0989,0.4749,0.2102,1,1,1,1,1,0.043637276,0.76231271,0.208523765,1,1,1,1,1,0.057154436,0.863670826,0.239806026,1,1,1,1,1,0.151995033,0.409675628,0.712723538,0.712714195,0.71320922
-5458,1,0.1169,1,1,1,1,1,1,1,1,0.0384,0.1169,0.5906,1,0.1804,1,1,1,1,1,1,0.1943,0.1804,0.6273,1,0.4749,1,1,1,0.1434,0.4749,0.1632,1,1,1,1,1,0.051971074,0.867059112,0.138556018,1,1,1,1,1,0.148442566,0.90115118,0.380287945,1,1,1,1,1,0.216469318,0.494799316,0.750241663,0.750370214,0.750443262
-5459,1,0.1169,1,1,1,1,1,1,1,1,0.078,0.1169,0.6156,1,0.1804,1,1,1,1,1,1,0.1447,0.1804,0.6406,1,0.4749,1,1,1,0.1899,0.4749,0.2748,1,1,1,1,1,0.101062417,0.882334709,0.036868364,1,1,1,1,1,0.129763842,0.906911612,0.16844137,1,1,1,1,1,0.322791368,0.580659628,0.778032866,0.778083351,0.778368794
-5460,1,0.1169,1,1,1,1,1,1,1,1,0.0558,0.1169,0.6173,1,0.1804,1,1,1,1,1,1,0.1178,0.1804,0.6258,1,0.4749,1,1,1,0.1822,0.4749,0.3797,1,1,1,1,1,0.087061137,0.880035996,0.064458668,1,1,1,1,1,0.111968987,0.899766922,0.186816752,1,1,1,1,1,0.282409489,0.570078135,0.796036733,0.796065158,0.796099291
-5461,1,0.1169,1,1,1,1,1,1,1,1,0.0468,0.1169,0.611,1,0.1804,1,1,1,1,1,1,0.1133,0.1804,0.6174,1,0.4749,1,1,1,0.1915,0.4749,0.4137,1,1,1,1,1,0.07702671,0.877907634,0.090552852,1,1,1,1,1,0.107500732,0.893844247,0.290569901,1,1,1,1,1,0.322611004,0.560397863,0.811744804,0.811719907,0.812056738
-5462,1,0.1169,1,1,1,1,1,1,1,1,0.0617,0.1169,0.576,1,0.1804,1,1,1,1,1,1,0.1443,0.1804,0.5929,1,0.4749,1,1,1,0.2331,0.4749,0.4105,1,1,1,1,1,0.111975409,0.872220159,0.097130962,1,1,1,1,1,0.139039308,0.88947165,0.234735876,1,1,1,1,1,0.523570359,0.466638386,0.820565491,0.820605035,0.820921986
-5463,1,0.1169,1,1,1,1,1,1,1,1,0.0942,0.1169,0.4732,1,0.1804,1,1,1,1,1,1,0.1791,0.1804,0.5028,1,0.4749,1,1,1,0.3138,0.4749,0.284,1,1,1,1,1,0.142505601,0.83970511,0.139435217,1,1,1,1,1,0.168986782,0.866169989,0.161882997,1,1,1,1,1,0.721835673,0.358401835,0.82419043,0.824201396,0.824468085
-5464,1,0.1169,1,1,1,1,1,1,1,1,0.0935,0.1169,0.3345,1,0.1804,1,1,1,1,1,1,0.1517,0.1804,0.3767,1,0.4749,1,1,1,0.3468,0.4749,0.2252,1,1,1,1,1,0.108624101,0.771138489,0.177533597,1,1,1,1,1,0.150620118,0.822007775,0.111360215,1,1,1,1,1,0.697817981,0.254732192,0.82557999,0.825682251,0.825797872
-5465,1,0.1169,1,1,1,1,1,1,1,1,0.1016,0.1169,0.1517,1,0.1804,1,1,1,1,1,1,0.1013,0.1804,0.2024,1,0.4749,1,1,1,0.3572,0.4749,0.0994,1,1,1,1,1,0.077899657,0.622856081,0.261797965,1,1,1,1,1,0.109580398,0.657923818,0.134206563,1,1,1,1,1,0.545925021,0.252881974,0.817000967,0.817008674,0.817375887
-5466,1,0.1169,1,1,1,1,1,1,1,1,0.1686,0.1169,0.035,1,0.1804,1,1,1,1,1,1,0.0422,0.1804,0.0637,1,0.4749,1,1,1,0.2761,0.4749,0.0146,1,1,1,1,1,0.148057118,0.309234828,0.559203446,1,1,1,1,1,0.065529227,0.352391541,0.42482698,1,1,1,1,1,0.443748087,0.08720693,0.789874335,0.789718638,0.789893617
-5467,1,0.1169,1,1,1,1,1,1,1,1,0.1209,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0229,0.1804,0,1,0.4749,1,1,1,0.2183,0.4749,0,1,1,1,1,1,0.106991321,0,0.326963276,1,1,1,1,1,0.066324838,0,0.406774908,1,1,1,1,1,0.285320729,0,0.765285162,0.765390311,0.765514184
-5468,1,0.1169,1,1,1,1,1,1,1,1,0.1445,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0034,0.1804,0,1,0.4749,1,1,1,0.2147,0.4749,0,1,1,1,1,1,0.11724592,0,0.438734561,1,1,1,1,1,0.038552195,0,0.243173569,1,1,1,1,1,0.355846047,0,0.763110198,0.763063254,0.763297872
-5469,1,0.1169,1,1,1,1,1,1,1,1,0.1462,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0279,0.1804,0,1,0.4749,1,1,1,0.2473,0.4749,0,1,1,1,1,1,0.113859452,0,0.374493778,1,1,1,1,1,0.065298975,0,0.272637427,1,1,1,1,1,0.383183777,0,0.718946351,0.718849164,0.719414894
-5470,1,0.1169,1,1,1,1,1,1,1,1,0.1165,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0383,0.1804,0,1,0.4749,1,1,1,0.1291,0.4749,0,1,1,1,1,1,0.090736181,0,0.323574007,1,1,1,1,1,0.078207001,0,0.26035738,1,1,1,1,1,0.190842092,0,0.651159981,0.651152951,0.651595745
-5471,1,0.1169,1,1,1,1,1,1,1,1,0.155,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1037,0.1804,0,1,0.4749,1,1,1,0.1275,0.4749,0,1,1,1,1,1,0.156338632,0,0.340891391,1,1,1,1,1,0.155667678,0,0.289602369,1,1,1,1,1,0.169855371,0,0.582709038,0.582822086,0.582890071
-5472,1,0.1169,1,1,1,1,1,1,1,1,0.1465,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0852,0.1804,0,1,0.4749,1,1,1,0.1052,0.4749,0,1,1,1,1,1,0.117076471,0,0.590825737,1,1,1,1,1,0.115762718,0,0.305393994,1,1,1,1,1,0.171195239,0,0.532684872,0.532684578,0.532801418
-5473,1,0.1169,1,1,1,1,1,1,1,1,0.1171,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1103,0.1804,0,1,0.4749,1,1,1,0.0732,0.4749,0,1,1,1,1,1,0.103436172,0,0.461242974,1,1,1,1,1,0.12349344,0,0.362898201,1,1,1,1,1,0.12583299,0,0.499275012,0.499259573,0.499556738
-5474,1,0.1169,1,1,1,1,1,1,1,1,0.0952,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0537,0.1804,0,1,0.4749,1,1,1,0.0778,0.4749,0,1,1,1,1,1,0.107597589,0,0.684454322,1,1,1,1,1,0.077239126,0,0.478702664,1,1,1,1,1,0.161023319,0,0.478431609,0.478527607,0.478723404
-5475,1,0.1169,1,1,1,1,1,1,1,1,0.0868,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0345,0.1804,0,1,0.4749,1,1,1,0.1047,0.4749,0,1,1,1,1,1,0.09578266,0,0.929045737,1,1,1,1,1,0.046047971,0,0.547905207,1,1,1,1,1,0.247116178,0,0.467919285,0.467950074,0.468085106
-5476,1,0.1169,1,1,1,1,1,1,1,1,0.0916,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1063,0.1804,0,1,0.4749,1,1,1,0.065,0.4749,0,1,1,1,1,1,0.096354961,0,0.749639511,1,1,1,1,1,0.09576387,0,0.416334063,1,1,1,1,1,0.177167833,0,0.47118173,0.471334885,0.471187943
-5477,1,0.1169,1,1,1,1,1,1,1,1,0.0826,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0728,0.1804,0,1,0.4749,1,1,1,0.1119,0.4749,0,1,1,1,1,1,0.071556248,0,0.54007864,1,1,1,1,1,0.061869141,0,0.281017303,1,1,1,1,1,0.275369436,0,0.49637506,0.496509414,0.496453901
-5478,1,0.1169,1,1,1,1,1,1,1,1,0.0711,0.1169,0.061,1,0.1804,1,1,1,1,1,1,0.0593,0.1804,0.0802,1,0.4749,1,1,1,0.1118,0.4749,0.0617,1,1,1,1,1,0.090578943,0.402613372,0.519050419,1,1,1,1,1,0.057080153,0.386100531,0.262857348,1,1,1,1,1,0.275844365,0.373643786,0.540297245,0.540300402,0.540336879
-5479,1,0.1169,1,1,1,1,1,1,1,1,0.0155,0.1169,0.2197,1,0.1804,1,1,1,1,1,1,0.0595,0.1804,0.2387,1,0.4749,1,1,1,0.0363,0.4749,0.2049,1,1,1,1,1,0.017203722,0.698652864,0.699811637,1,1,1,1,1,0.053155992,0.655617416,0.275660485,1,1,1,1,1,0.096309215,0.685826182,0.599565007,0.599746139,0.599734043
-5480,1,0.1169,1,1,1,1,1,1,1,1,0,0.1169,0.3925,1,0.1804,1,1,1,1,1,1,0.0056,0.1804,0.4047,1,0.4749,1,1,1,0.0177,0.4749,0.3769,1,1,1,1,1,0.002455162,0.815841317,0.357097208,1,1,1,1,1,0.007457572,0.787136674,0.159405768,1,1,1,1,1,0.016127445,0.82123822,0.653757854,0.653691559,0.654255319
-5481,1,0.1169,1,1,1,1,1,1,1,1,0.003,0.1169,0.5212,1,0.1804,1,1,1,1,1,1,0.0594,0.1804,0.5149,1,0.4749,1,1,1,0.0068,0.4749,0.5012,1,1,1,1,1,0.000355316,0.845453143,0.332188785,1,1,1,1,1,0.042543337,0.788495064,0.224787697,1,1,1,1,1,0.004008373,0.886131823,0.699734171,0.699809604,0.699911348
-5482,1,0.1169,1,1,1,1,1,1,1,1,0.0153,0.1169,0.6171,1,0.1804,1,1,1,1,1,1,0.075,0.1804,0.6067,1,0.4749,1,1,1,0.0019,0.4749,0.616,1,1,1,1,1,0.011451692,0.865303159,0.274414837,1,1,1,1,1,0.062961765,0.84869504,0.274698704,1,1,1,1,1,0.001336503,0.898401618,0.74262929,0.74275439,0.742907801
-5483,1,0.1169,1,1,1,1,1,1,1,1,0.057,0.1169,0.6261,1,0.1804,1,1,1,1,1,1,0.0987,0.1804,0.619,1,0.4749,1,1,1,0.0085,0.4749,0.5977,1,1,1,1,1,0.042359918,0.879742742,0.214852184,1,1,1,1,1,0.101597048,0.872996211,0.416674376,1,1,1,1,1,0.004985423,0.886324883,0.775314161,0.775544743,0.77570922
-5484,1,0.1169,1,1,1,1,1,1,1,1,0.145,0.1169,0.6266,1,0.1804,1,1,1,1,1,1,0.1516,0.1804,0.6232,1,0.4749,1,1,1,0.0078,0.4749,0.5954,1,1,1,1,1,0.083397254,0.882802427,0.1398056,1,1,1,1,1,0.14090547,0.876162291,0.16274032,1,1,1,1,1,0.009762878,0.871839404,0.80219913,0.802411678,0.802304965
-5485,1,0.1169,1,1,1,1,1,1,1,1,0.244,0.1169,0.6131,1,0.1804,1,1,1,1,1,1,0.1151,0.1804,0.6103,1,0.4749,1,1,1,0.0238,0.4749,0.549,1,1,1,1,1,0.128339291,0.862080574,0.116577499,1,1,1,1,1,0.129768059,0.826747954,0.196773827,1,1,1,1,1,0.048794348,0.864203751,0.82739246,0.827374656,0.827570922
-5486,1,0.1169,1,1,1,1,1,1,1,1,0.371,0.1169,0.5703,1,0.1804,1,1,1,1,1,1,0.1823,0.1804,0.556,1,0.4749,1,1,1,0.0766,0.4749,0.4869,1,1,1,1,1,0.208142161,0.824744165,0.169236034,1,1,1,1,1,0.218177691,0.711259842,0.229232997,1,1,1,1,1,0.180115461,0.843638062,0.8429797,0.843029406,0.843085106
-5487,1,0.1169,1,1,1,1,1,1,1,1,0.3905,0.1169,0.4571,1,0.1804,1,1,1,1,1,1,0.1764,0.1804,0.462,1,0.4749,1,1,1,0.1003,0.4749,0.3423,1,1,1,1,1,0.255594581,0.777383208,0.186717451,1,1,1,1,1,0.225738183,0.712922812,0.28899318,1,1,1,1,1,0.274326503,0.783519208,0.848235863,0.848318172,0.848404255
-5488,1,0.1169,1,1,1,1,1,1,1,1,0.4219,0.1169,0.3151,1,0.1804,1,1,1,1,1,1,0.1678,0.1804,0.3298,1,0.4749,1,1,1,0.077,0.4749,0.236,1,1,1,1,1,0.274068296,0.676260829,0.319424599,1,1,1,1,1,0.241717756,0.585892618,0.754019737,1,1,1,1,1,0.205237031,0.630121887,0.847631706,0.84768352,0.847960993
-5489,1,0.1169,1,1,1,1,1,1,1,1,0.2655,0.1169,0.1411,1,0.1804,1,1,1,1,1,1,0.0243,0.1804,0.1662,1,0.4749,1,1,1,0.0981,0.4749,0.0959,1,1,1,1,1,0.141678989,0.457392693,0.385367751,1,1,1,1,1,0.063779302,0.366596639,0.913391709,1,1,1,1,1,0.164656162,0.362095118,0.832950701,0.832874974,0.833333333
-5490,1,0.1169,1,1,1,1,1,1,1,1,0.2075,0.1169,0.0169,1,0.1804,1,1,1,1,1,1,0.0053,0.1804,0.0149,1,0.4749,1,1,1,0.092,0.4749,0,1,1,1,1,1,0.117997162,0.086848721,0.57051003,1,1,1,1,1,0.046889715,0.044369828,1,1,1,1,1,1,0.148110688,0.003178173,0.801594973,0.801565475,0.801861702
-5491,1,0.1169,1,1,1,1,1,1,1,1,0.1899,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1893,0.1804,0,1,0.4749,1,1,1,0.106,0.4749,0,1,1,1,1,1,0.258460999,0,0.760568082,1,1,1,1,1,0.268406004,0,0.884689569,1,1,1,1,1,0.180790484,0,0.783228613,0.783160567,0.783244681
-5492,1,0.1169,1,1,1,1,1,1,1,1,0.1704,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1837,0.1804,0,1,0.4749,1,1,1,0.0663,0.4749,0,1,1,1,1,1,0.208317325,0,0.51935643,1,1,1,1,1,0.178041235,0,1,1,1,1,1,1,0.113362305,0,0.779180764,0.779141104,0.779255319
-5493,1,0.1169,1,1,1,1,1,1,1,1,0.1688,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0336,0.1804,0,1,0.4749,1,1,1,0.0523,0.4749,0,1,1,1,1,1,0.166769713,0,0.69254601,1,1,1,1,1,0.082489438,0,1,1,1,1,1,1,0.119491287,0,0.737131464,0.737254072,0.737588652
-5494,1,0.1169,1,1,1,1,1,1,1,1,0.152,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0089,0.1804,0,1,0.4749,1,1,1,0.0525,0.4749,0,1,1,1,1,1,0.120431237,0,0.709592581,1,1,1,1,1,0.051443283,0,0.646432221,1,1,1,1,1,0.091957375,0,0.673876269,0.673788872,0.674202128
-5495,1,0.1169,1,1,1,1,1,1,1,1,0.11,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.0675,0.4749,0,1,1,1,1,1,0.100779243,0,0.514096677,1,1,1,1,1,0.03655535,0,0.386502892,1,1,1,1,1,0.151427165,0,0.61080232,0.610746774,0.610815603
-5496,1,0.1169,1,1,1,1,1,1,1,1,0.1167,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0093,0.1804,0,1,0.4749,1,1,1,0.1369,0.4749,0,1,1,1,1,1,0.130880669,0,0.415500522,1,1,1,1,1,0.038370021,0,0.319867045,1,1,1,1,1,0.349732906,0,0.558724021,0.55870531,0.558953901
-5497,1,0.1169,1,1,1,1,1,1,1,1,0.0811,0.1169,0,1,0.1804,1,1,1,1,1,1,0.06,0.1804,0,1,0.4749,1,1,1,0.157,0.4749,0,1,1,1,1,1,0.110846132,0,0.286286503,1,1,1,1,1,0.077638641,0,0.214661807,1,1,1,1,1,0.404274613,0,0.523682939,0.52379945,0.523492908
-5498,1,0.1169,1,1,1,1,1,1,1,1,0.0442,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0155,0.1804,0,1,0.4749,1,1,1,0.1414,0.4749,0,1,1,1,1,1,0.088006966,0,0.188883722,1,1,1,1,1,0.059736811,0,0.379785895,1,1,1,1,1,0.341596544,0,0.500120831,0.500105775,0.5
-5499,1,0.1169,1,1,1,1,1,1,1,1,0.0392,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0218,0.1804,0,1,0.4749,1,1,1,0.1179,0.4749,0,1,1,1,1,1,0.071681298,0,0.450862646,1,1,1,1,1,0.028445832,0,0.056660473,1,1,1,1,1,0.338592172,0,0.484896085,0.484662577,0.484929078
-5500,1,0.1169,1,1,1,1,1,1,1,1,0.0508,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0073,0.1804,0,1,0.4749,1,1,1,0.0765,0.4749,0,1,1,1,1,1,0.086861596,0,0.350553095,1,1,1,1,1,0.04959482,0,0.000963351,1,1,1,1,1,0.244460642,0,0.479217013,0.479162259,0.479166667
-5501,1,0.1169,1,1,1,1,1,1,1,1,0.0799,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0087,0.1804,0,1,0.4749,1,1,1,0.0669,0.4749,0,1,1,1,1,1,0.054572541,0,0.410350144,1,1,1,1,1,0.041087352,0,0,1,1,1,1,1,0.172512829,0,0.484896085,0.484874127,0.484929078
-5502,1,0.1169,1,1,1,1,1,1,1,1,0.0593,0.1169,0.0082,1,0.1804,1,1,1,1,1,1,0.035,0.1804,0.0004,1,0.4749,1,1,1,0.0791,0.4749,0.0472,1,1,1,1,1,0.049046766,0.005249328,0.060268775,1,1,1,1,1,0.094410285,0.002436197,0.01202199,1,1,1,1,1,0.190994948,0.022170518,0.497039633,0.496932515,0.497340426
-5503,1,0.1169,1,1,1,1,1,1,1,1,0.1024,0.1169,0.1013,1,0.1804,1,1,1,1,1,1,0.0296,0.1804,0.0971,1,0.4749,1,1,1,0.0372,0.4749,0.1662,1,1,1,1,1,0.060355756,0.140024841,0.029522371,1,1,1,1,1,0.080268249,0.220579833,0.049737696,1,1,1,1,1,0.10249643,0.135275096,0.526945384,0.52697271,0.527039007
-5504,1,0.1169,1,1,1,1,1,1,1,1,0.0564,0.1169,0.2049,1,0.1804,1,1,1,1,1,1,0.0914,0.1804,0.2111,1,0.4749,1,1,1,0.0388,0.4749,0.295,1,1,1,1,1,0.06286785,0.360402972,0.025535345,1,1,1,1,1,0.066271015,0.382331192,0.122226968,1,1,1,1,1,0.092416957,0.316168398,0.566215563,0.566321134,0.566489362
-5505,1,0.1169,1,1,1,1,1,1,1,1,0.0482,0.1169,0.3041,1,0.1804,1,1,1,1,1,1,0.1123,0.1804,0.3141,1,0.4749,1,1,1,0.026,0.4749,0.4033,1,1,1,1,1,0.040633023,0.500701606,0.065768331,1,1,1,1,1,0.074723102,0.603135884,0.199590325,1,1,1,1,1,0.056218997,0.406924188,0.597329628,0.597419082,0.597074468
-5506,1,0.1169,1,1,1,1,1,1,1,1,0.0199,0.1169,0.3733,1,0.1804,1,1,1,1,1,1,0.1206,0.1804,0.4926,1,0.4749,1,1,1,0.0303,0.4749,0.4607,1,1,1,1,1,0.009156184,0.622261167,0.045417715,1,1,1,1,1,0.074428976,0.761880934,0.277050018,1,1,1,1,1,0.065023579,0.501481354,0.617145964,0.617093294,0.617464539
-5507,1,0.1169,1,1,1,1,1,1,1,1,0.0102,0.1169,0.4135,1,0.1804,1,1,1,1,1,1,0.0356,0.1804,0.5089,1,0.4749,1,1,1,0.0906,0.4749,0.4701,1,1,1,1,1,0.009391204,0.679560304,0.039121509,1,1,1,1,1,0.023409775,0.802560091,0.150428534,1,1,1,1,1,0.216630176,0.619702458,0.629168681,0.629151682,0.628989362
-5508,1,0.1169,1,1,1,1,1,1,1,1,0.0275,0.1169,0.4441,1,0.1804,1,1,1,1,1,1,0.0448,0.1804,0.5342,1,0.4749,1,1,1,0.0629,0.4749,0.5502,1,1,1,1,1,0.018917289,0.721764207,0.043909654,1,1,1,1,1,0.040885158,0.815763235,0.477978528,1,1,1,1,1,0.150063217,0.734104693,0.631041566,0.631055638,0.631205674
-5509,1,0.1169,1,1,1,1,1,1,1,1,0.0138,0.1169,0.4674,1,0.1804,1,1,1,1,1,1,0.1363,0.1804,0.5489,1,0.4749,1,1,1,0.0817,0.4749,0.5839,1,1,1,1,1,0.012500482,0.732006133,0.074506678,1,1,1,1,1,0.128570482,0.830806136,0.243678033,1,1,1,1,1,0.176903233,0.764958441,0.629289512,0.629363232,0.629432624
-5510,1,0.1169,1,1,1,1,1,1,1,1,0.0251,0.1169,0.4312,1,0.1804,1,1,1,1,1,1,0.2513,0.1804,0.5517,1,0.4749,1,1,1,0.079,0.4749,0.5657,1,1,1,1,1,0.020532252,0.730256975,0.146043599,1,1,1,1,1,0.192059577,0.841267347,0.505046844,1,1,1,1,1,0.189980417,0.759007335,0.626872885,0.626824624,0.62677305
-5511,1,0.1169,1,1,1,1,1,1,1,1,0.0396,0.1169,0.3863,1,0.1804,1,1,1,1,1,1,0.3077,0.1804,0.4826,1,0.4749,1,1,1,0.0525,0.4749,0.4635,1,1,1,1,1,0.039039131,0.734148383,0.123508766,1,1,1,1,1,0.227764934,0.847028613,0.969324112,1,1,1,1,1,0.133694947,0.702682018,0.624697922,0.624709118,0.624556738
-5512,1,0.1169,1,1,1,1,1,1,1,1,0.0311,0.1169,0.2861,1,0.1804,1,1,1,1,1,1,0.3396,0.1804,0.3607,1,0.4749,1,1,1,0.0341,0.4749,0.3127,1,1,1,1,1,0.030834405,0.70293963,0.134005278,1,1,1,1,1,0.248441488,0.812175155,0.544350028,1,1,1,1,1,0.090109296,0.656226456,0.626510391,0.626613074,0.62677305
-5513,1,0.1169,1,1,1,1,1,1,1,1,0.039,0.1169,0.1305,1,0.1804,1,1,1,1,1,1,0.16,0.1804,0.1957,1,0.4749,1,1,1,0.0363,0.4749,0.1313,1,1,1,1,1,0.036367267,0.55801779,0.24944295,1,1,1,1,1,0.143375844,0.660555959,0.182863623,1,1,1,1,1,0.107994325,0.519056439,0.626329145,0.626401523,0.62677305
-5514,1,0.1169,1,1,1,1,1,1,1,1,0.0459,0.1169,0.0184,1,0.1804,1,1,1,1,1,1,0.1318,0.1804,0.06,1,0.4749,1,1,1,0.0492,0.4749,0.0226,1,1,1,1,1,0.090389125,0.26662007,0.20080319,1,1,1,1,1,0.127232432,0.372945517,0.121914402,1,1,1,1,1,0.160637751,0.203811333,0.618233446,0.618151047,0.618351064
-5515,1,0.1169,1,1,1,1,1,1,1,1,0.0361,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0638,0.1804,0,1,0.4749,1,1,1,0.0851,0.4749,0,1,1,1,1,1,0.123927742,0,0.176662594,1,1,1,1,1,0.092448391,0,0.107303411,1,1,1,1,1,0.190322623,0,0.609896085,0.609900571,0.609929078
-5516,1,0.1169,1,1,1,1,1,1,1,1,0.0539,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0824,0.1804,0,1,0.4749,1,1,1,0.1336,0.4749,0,1,1,1,1,1,0.18776454,0,0.089956328,1,1,1,1,1,0.122250244,0,0.060763873,1,1,1,1,1,0.27344951,0,0.617145964,0.617093294,0.617464539
-5517,1,0.1169,1,1,1,1,1,1,1,1,0.067,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1155,0.1804,0,1,0.4749,1,1,1,0.1432,0.4749,0,1,1,1,1,1,0.158944786,0,0.102507696,1,1,1,1,1,0.164323837,0,0.043997914,1,1,1,1,1,0.251347691,0,0.588629773,0.588745505,0.588652482
-5518,1,0.1169,1,1,1,1,1,1,1,1,0.0946,0.1169,0,1,0.1804,1,1,1,1,1,1,0.2056,0.1804,0,1,0.4749,1,1,1,0.1657,0.4749,0,1,1,1,1,1,0.201893657,0,0.137528211,1,1,1,1,1,0.245469496,0,0.017589528,1,1,1,1,1,0.294267744,0,0.544707588,0.544742966,0.544769504
-5519,1,0.1169,1,1,1,1,1,1,1,1,0.0944,0.1169,0,1,0.1804,1,1,1,1,1,1,0.4222,0.1804,0,1,0.4749,1,1,1,0.1623,0.4749,0,1,1,1,1,1,0.203666598,0,0.079391174,1,1,1,1,1,0.431907684,0,0.024981938,1,1,1,1,1,0.274559766,0,0.496918801,0.496932515,0.496897163
-5520,1,0.1169,1,1,1,1,1,1,1,1,0.1232,0.1169,0,1,0.1804,1,1,1,1,1,1,0.4588,0.1804,0,1,0.4749,1,1,1,0.1715,0.4749,0,1,1,1,1,1,0.256876469,0,0.07474827,1,1,1,1,1,0.548427701,0,0.084917024,1,1,1,1,1,0.323554158,0,0.458192363,0.458218743,0.458333333
-5521,1,0.1169,1,1,1,1,1,1,1,1,0.1335,0.1169,0,1,0.1804,1,1,1,1,1,1,0.2807,0.1804,0,1,0.4749,1,1,1,0.1798,0.4749,0,1,1,1,1,1,0.291820049,0,0.157395512,1,1,1,1,1,0.468814611,0,0.15670523,1,1,1,1,1,0.317133039,0,0.431065732,0.430928707,0.430851064
-5522,1,0.1169,1,1,1,1,1,1,1,1,0.1127,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1729,0.1804,0,1,0.4749,1,1,1,0.1226,0.4749,0,1,1,1,1,1,0.22034955,0,0.207729653,1,1,1,1,1,0.300710648,0,0.175302893,1,1,1,1,1,0.229085654,0,0.412397293,0.412523799,0.412234043
-5523,1,0.1169,1,1,1,1,1,1,1,1,0.1325,0.1169,0,1,0.1804,1,1,1,1,1,1,0.312,0.1804,0,1,0.4749,1,1,1,0.1222,0.4749,0,1,1,1,1,1,0.206926584,0,0.136811316,1,1,1,1,1,0.361072868,0,0.081030637,1,1,1,1,1,0.248244837,0,0.402791203,0.402792469,0.402925532
-5524,1,0.1169,1,1,1,1,1,1,1,1,0.1301,0.1169,0,1,0.1804,1,1,1,1,1,1,0.3873,0.1804,0,1,0.4749,1,1,1,0.1377,0.4749,0,1,1,1,1,1,0.205558911,0,0.086032279,1,1,1,1,1,0.37140578,0,0.017607331,1,1,1,1,1,0.234144524,0,0.398562107,0.398561455,0.39893617
-5525,1,0.1169,1,1,1,1,1,1,1,1,0.1062,0.1169,0,1,0.1804,1,1,1,1,1,1,0.2815,0.1804,0,1,0.4749,1,1,1,0.0955,0.4749,0,1,1,1,1,1,0.184170693,0,0.106836528,1,1,1,1,1,0.2989299,0,0,1,1,1,1,1,0.182751805,0,0.401280812,0.401311614,0.401152482
-5526,1,0.1169,1,1,1,1,1,1,1,1,0.0666,0.1169,0.0641,1,0.1804,1,1,1,1,1,1,0.0674,0.1804,0.0859,1,0.4749,1,1,1,0.0791,0.4749,0.0575,1,1,1,1,1,0.116216615,0.467052758,0.094396606,1,1,1,1,1,0.08759883,0.341107666,0.039404977,1,1,1,1,1,0.143854663,0.523419559,0.405509908,0.405542627,0.405585106
-5527,1,0.1169,1,1,1,1,1,1,1,1,0.0279,0.1169,0.1855,1,0.1804,1,1,1,1,1,1,0.0109,0.1804,0.204,1,0.4749,1,1,1,0.0175,0.4749,0.1908,1,1,1,1,1,0.028383477,0.762411952,0.108663157,1,1,1,1,1,0.031752985,0.613744378,0.045950785,1,1,1,1,1,0.034916822,0.858409941,0.435173997,0.435159721,0.435283688
-5528,1,0.1169,1,1,1,1,1,1,1,1,0.0132,0.1169,0.3711,1,0.1804,1,1,1,1,1,1,0,0.1804,0.3947,1,0.4749,1,1,1,0.0074,0.4749,0.4134,1,1,1,1,1,0.014003919,0.770485699,0.043723118,1,1,1,1,1,0.000199359,0.769295394,0.01763377,1,1,1,1,1,0.008278197,0.899358749,0.479881585,0.479796911,0.480053191
-5529,1,0.1169,1,1,1,1,1,1,1,1,0.0147,0.1169,0.4964,1,0.1804,1,1,1,1,1,1,0,0.1804,0.432,1,0.4749,1,1,1,0.0028,0.4749,0.5543,1,1,1,1,1,0.010323099,0.725024104,0.066085652,1,1,1,1,1,0.003043264,0.553429246,0.020168327,1,1,1,1,1,0.00226036,0.922314286,0.519574674,0.519568437,0.519503546
-5530,1,0.1169,1,1,1,1,1,1,1,1,0.0066,0.1169,0.3738,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4116,1,0.4749,1,1,1,0.0133,0.4749,0.6057,1,1,1,1,1,0.000960984,0.593711555,0.047640152,1,1,1,1,1,5.11E-06,0.563777685,0.000319372,1,1,1,1,1,0.003904343,0.926057398,0.546882552,0.546858473,0.546985816
-5531,1,0.1169,1,1,1,1,1,1,1,1,0.0037,0.1169,0.4547,1,0.1804,1,1,1,1,1,1,0,0.1804,0.435,1,0.4749,1,1,1,0.0067,0.4749,0.637,1,1,1,1,1,0.000952313,0.697433829,0.056906022,1,1,1,1,1,0,0.563179374,0.027609687,1,1,1,1,1,0.000760997,0.924824476,0.563376027,0.563359425,0.563386525
-5532,1,0.1169,1,1,1,1,1,1,1,1,0.0016,0.1169,0.3845,1,0.1804,1,1,1,1,1,1,0,0.1804,0.3599,1,0.4749,1,1,1,0.0091,0.4749,0.5739,1,1,1,1,1,0.000138092,0.535587251,0.025446603,1,1,1,1,1,6.86E-05,0.493524402,0.142715454,1,1,1,1,1,0.0015474,0.788687825,0.572680039,0.572667654,0.572695035
-5533,1,0.1169,1,1,1,1,1,1,1,1,0.0093,0.1169,0.3859,1,0.1804,1,1,1,1,1,1,0,0.1804,0.375,1,0.4749,1,1,1,0.0189,0.4749,0.6544,1,1,1,1,1,0.003416306,0.573334694,0.052100122,1,1,1,1,1,0.003020845,0.606755018,0.101257071,1,1,1,1,1,0.00614845,0.749273896,0.573525858,0.573513857,0.57358156
-5534,1,0.1169,1,1,1,1,1,1,1,1,0.0178,0.1169,0.4689,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4861,1,0.4749,1,1,1,0.009,0.4749,0.5112,1,1,1,1,1,0.00721808,0.713462353,0.064099774,1,1,1,1,1,0.007956849,0.683653951,0.171646595,1,1,1,1,1,0.017174311,0.61649853,0.574009183,0.573936958,0.574024823
-5535,1,0.1169,1,1,1,1,1,1,1,1,0.0231,0.1169,0.3918,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4169,1,0.4749,1,1,1,0.004,0.4749,0.4162,1,1,1,1,1,0.007879443,0.672788978,0.110726118,1,1,1,1,1,0.005370061,0.649915993,0.181935877,1,1,1,1,1,0.012851574,0.729274035,0.577271629,0.577321769,0.577570922
-5536,1,0.1169,1,1,1,1,1,1,1,1,0.02,0.1169,0.2566,1,0.1804,1,1,1,1,1,1,0,0.1804,0.3298,1,0.4749,1,1,1,0.009,0.4749,0.2856,1,1,1,1,1,0.003822141,0.549508989,0.11700654,1,1,1,1,1,0.000794064,0.610878348,0.114992149,1,1,1,1,1,0.010103155,0.705121934,0.586817303,0.586841549,0.586879433
-5537,1,0.1169,1,1,1,1,1,1,1,1,0.009,0.1169,0.139,1,0.1804,1,1,1,1,1,1,0,0.1804,0.1805,1,0.4749,1,1,1,0.0174,0.4749,0.123,1,1,1,1,1,0.00175749,0.347806513,0.09417472,1,1,1,1,1,3.65E-05,0.341855645,0.029066233,1,1,1,1,1,0.010488537,0.318594992,0.593885935,0.593822721,0.593971631
-5538,1,0.1169,1,1,1,1,1,1,1,1,0.008,0.1169,0.0197,1,0.1804,1,1,1,1,1,1,0.0076,0.1804,0.0406,1,0.4749,1,1,1,0.0296,0.4749,0.025,1,1,1,1,1,0.002018385,0.08054018,0.094428942,1,1,1,1,1,0.00704691,0.060740054,0.005062566,1,1,1,1,1,0.013685763,0.014448185,0.592556791,0.592553417,0.592641844
-5539,1,0.1169,1,1,1,1,1,1,1,1,0.0046,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0051,0.1804,0,1,0.4749,1,1,1,0.0576,0.4749,0,1,1,1,1,1,0.012692451,0,0.047952987,1,1,1,1,1,0.006501595,0,0,1,1,1,1,1,0.041773804,0,0.595396327,0.595515126,0.595301418
-5540,1,0.1169,1,1,1,1,1,1,1,1,0.0055,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0035,0.1804,0,1,0.4749,1,1,1,0.0415,0.4749,0,1,1,1,1,1,0.023477513,0,0.014991551,1,1,1,1,1,0.006773073,0,0,1,1,1,1,1,0.085925549,0,0.608506525,0.608631267,0.608599291
-5541,1,0.1169,1,1,1,1,1,1,1,1,0.029,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0273,0.1804,0,1,0.4749,1,1,1,0.0458,0.4749,0,1,1,1,1,1,0.047875341,0,0.004213168,1,1,1,1,1,0.028291259,0,0,1,1,1,1,1,0.140164018,0,0.579144514,0.579225725,0.579343972
-5542,1,0.1169,1,1,1,1,1,1,1,1,0.0163,0.1169,0,1,0.1804,1,1,1,1,1,1,0.014,0.1804,0,1,0.4749,1,1,1,0.0664,0.4749,0,1,1,1,1,1,0.022829434,0,0,1,1,1,1,1,0.011463807,0,0,1,1,1,1,1,0.169478625,0,0.531778637,0.531626825,0.531914894
-5543,1,0.1169,1,1,1,1,1,1,1,1,0.0194,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0028,0.1804,0,1,0.4749,1,1,1,0.0674,0.4749,0,1,1,1,1,1,0.020354902,0,0,1,1,1,1,1,0.002344464,0,0,1,1,1,1,1,0.125512466,0,0.48580232,0.48572033,0.485815603
-5544,1,0.1169,1,1,1,1,1,1,1,1,0.0148,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0046,0.1804,0,1,0.4749,1,1,1,0.0731,0.4749,0,1,1,1,1,1,0.020022269,0,0,1,1,1,1,1,0.006602864,0,0,1,1,1,1,1,0.105372146,0,0.451667472,0.451660673,0.451684397
-5545,1,0.1169,1,1,1,1,1,1,1,1,0.0119,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.0827,0.4749,0,1,1,1,1,1,0.007048602,0,0,1,1,1,1,1,0.001913623,0,0,1,1,1,1,1,0.109211981,0,0.430461576,0.430505606,0.430407801
-5546,1,0.1169,1,1,1,1,1,1,1,1,0.0097,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.0809,0.4749,0,1,1,1,1,1,0.001517351,0,0,1,1,1,1,1,0.000154063,0,0,1,1,1,1,1,0.088279217,0,0.417955534,0.417812566,0.417996454
-5547,1,0.1169,1,1,1,1,1,1,1,1,0.0016,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.0965,0.4749,0,1,1,1,1,1,0.001004104,0,0,1,1,1,1,1,0.000346975,0,0.009821467,1,1,1,1,1,0.109305039,0,0.413666022,0.413793103,0.41356383
-5548,1,0.1169,1,1,1,1,1,1,1,1,0.001,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.1089,0.4749,0,1,1,1,1,1,0.009846439,0,0.003144689,1,1,1,1,1,0.002660288,0,0.040274609,1,1,1,1,1,0.13916333,0,0.422003383,0.422043579,0.421985816
-5549,1,0.1169,1,1,1,1,1,1,1,1,0.0012,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.1279,0.4749,0,1,1,1,1,1,0.008710949,0,0.031410553,1,1,1,1,1,0.00034175,0,0.026799738,1,1,1,1,1,0.132867992,0,0.450519575,0.450602919,0.450797872
-5550,1,0.1169,1,1,1,1,1,1,1,1,0.0026,0.1169,0.0431,1,0.1804,1,1,1,1,1,1,0.0141,0.1804,0.0466,1,0.4749,1,1,1,0.1178,0.4749,0.056,1,1,1,1,1,0.018510984,0.23189652,0.000696643,1,1,1,1,1,0.007690284,0.131129116,0,1,1,1,1,1,0.126098678,0.50451839,0.498006283,0.497990269,0.497783688
-5551,1,0.1169,1,1,1,1,1,1,1,1,0,0.1169,0.1775,1,0.1804,1,1,1,1,1,1,0.0032,0.1804,0.1907,1,0.4749,1,1,1,0.0157,0.4749,0.2243,1,1,1,1,1,0.000346777,0.501535714,0.019783102,1,1,1,1,1,0.002463084,0.480631709,0,1,1,1,1,1,0.041244119,0.734673381,0.55262204,0.552781891,0.552748227
-5552,1,0.1169,1,1,1,1,1,1,1,1,0,0.1169,0.3417,1,0.1804,1,1,1,1,1,1,0,0.1804,0.3665,1,0.4749,1,1,1,0,0.4749,0.4107,1,1,1,1,1,0,0.706084251,0.069509983,1,1,1,1,1,0,0.699267507,0,1,1,1,1,1,0.001063194,0.83417809,0.596302562,0.596361329,0.596631206
-5553,1,0.1169,1,1,1,1,1,1,1,1,0,0.1169,0.4808,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4885,1,0.4749,1,1,1,0,0.4749,0.5543,1,1,1,1,1,0,0.783852935,0.061681461,1,1,1,1,1,0,0.696350515,0,1,1,1,1,1,0.000163836,0.860171199,0.633095698,0.633171144,0.632978723
-5554,1,0.1169,1,1,1,1,1,1,1,1,0,0.1169,0.5742,1,0.1804,1,1,1,1,1,1,0,0.1804,0.5011,1,0.4749,1,1,1,0.0003,0.4749,0.6595,1,1,1,1,1,0,0.71786356,0.013434649,1,1,1,1,1,0,0.63169235,0,1,1,1,1,1,4.60E-06,0.840894103,0.664028516,0.664057542,0.664450355
-5555,1,0.1169,1,1,1,1,1,1,1,1,0.0008,0.1169,0.5341,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4825,1,0.4749,1,1,1,0.0063,0.4749,0.6547,1,1,1,1,1,5.21E-05,0.695833564,0.00204435,1,1,1,1,1,0,0.64661926,0,1,1,1,1,1,0.014293515,0.782325745,0.685778154,0.68563571,0.68572695
-5556,1,0.1169,1,1,1,1,1,1,1,1,0.0079,0.1169,0.4891,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4556,1,0.4749,1,1,1,0.003,0.4749,0.6124,1,1,1,1,1,0.000315832,0.671456754,0.003090607,1,1,1,1,1,0.000328807,0.626411438,0,1,1,1,1,1,0.016251616,0.69287622,0.698888352,0.698963402,0.699024823
-5557,1,0.1169,1,1,1,1,1,1,1,1,0.0222,0.1169,0.4521,1,0.1804,1,1,1,1,1,1,0.0259,0.1804,0.4608,1,0.4749,1,1,1,0,0.4749,0.617,1,1,1,1,1,0.004942772,0.654902935,0.003871254,1,1,1,1,1,0.0173913,0.62843442,0,1,1,1,1,1,0.016601445,0.721962392,0.708494442,0.708694732,0.708776596
-5558,1,0.1169,1,1,1,1,1,1,1,1,0.0335,0.1169,0.4369,1,0.1804,1,1,1,1,1,1,0.0409,0.1804,0.4621,1,0.4749,1,1,1,0.0156,0.4749,0.5744,1,1,1,1,1,0.013124538,0.603480339,0.015809204,1,1,1,1,1,0.028117144,0.740598619,0,1,1,1,1,1,0.066299573,0.678542078,0.710488159,0.710598688,0.710992908
-5559,1,0.1169,1,1,1,1,1,1,1,1,0.0367,0.1169,0.3852,1,0.1804,1,1,1,1,1,1,0.0403,0.1804,0.4827,1,0.4749,1,1,1,0.0224,0.4749,0.4093,1,1,1,1,1,0.015786896,0.738443196,0.034908403,1,1,1,1,1,0.044572815,0.772484899,0,1,1,1,1,1,0.07906843,0.56045568,0.709159014,0.709329384,0.709219858
-5560,1,0.1169,1,1,1,1,1,1,1,1,0.0348,0.1169,0.2983,1,0.1804,1,1,1,1,1,1,0.0177,0.1804,0.3694,1,0.4749,1,1,1,0.0285,0.4749,0.2998,1,1,1,1,1,0.018549809,0.749023616,0.030722387,1,1,1,1,1,0.041075137,0.730096936,0,1,1,1,1,1,0.071842887,0.724107504,0.710246496,0.710387138,0.710549645
-5561,1,0.1169,1,1,1,1,1,1,1,1,0.0412,0.1169,0.1453,1,0.1804,1,1,1,1,1,1,0.0355,0.1804,0.1858,1,0.4749,1,1,1,0.0342,0.4749,0.1166,1,1,1,1,1,0.033010371,0.562526286,0.017367847,1,1,1,1,1,0.076092735,0.488224864,0,1,1,1,1,1,0.052018449,0.597741485,0.707890285,0.70784853,0.708333333
-5562,1,0.1169,1,1,1,1,1,1,1,1,0.0288,0.1169,0.0205,1,0.1804,1,1,1,1,1,1,0.0136,0.1804,0.0151,1,0.4749,1,1,1,0.0683,0.4749,0.0131,1,1,1,1,1,0.038067341,0.155446589,0.000306189,1,1,1,1,1,0.02945446,0.091323532,0,1,1,1,1,1,0.059474729,0.209966093,0.689221846,0.689232071,0.689716312
-5563,1,0.1169,1,1,1,1,1,1,1,1,0.0222,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0248,0.1804,0,1,0.4749,1,1,1,0.1381,0.4749,0,1,1,1,1,1,0.058581162,0,0.000447236,1,1,1,1,1,0.037811607,0,0,1,1,1,1,1,0.181412935,0,0.679615756,0.679712291,0.679521277
-5564,1,0.1169,1,1,1,1,1,1,1,1,0.0127,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0011,0.1804,0,1,0.4749,1,1,1,0.0977,0.4749,0,1,1,1,1,1,0.072565295,0,0.000548713,1,1,1,1,1,0.018738363,0,0,1,1,1,1,1,0.206026539,0,0.685657322,0.68563571,0.68572695
-5565,1,0.1169,1,1,1,1,1,1,1,1,0.0117,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0105,0.1804,0,1,0.4749,1,1,1,0.0612,0.4749,0,1,1,1,1,1,0.061476864,0,5.32E-05,1,1,1,1,1,0.02514491,0,0,1,1,1,1,1,0.196145386,0,0.643305945,0.643325576,0.643617021
-5566,1,0.1169,1,1,1,1,1,1,1,1,0.0168,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0284,0.1804,0,1,0.4749,1,1,1,0.0487,0.4749,0,1,1,1,1,1,0.05433879,0,0,1,1,1,1,1,0.049823411,0,0,1,1,1,1,1,0.141910538,0,0.581802803,0.581764333,0.582003546
-5567,1,0.1169,1,1,1,1,1,1,1,1,0.0466,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0908,0.1804,0,1,0.4749,1,1,1,0.0607,0.4749,0,1,1,1,1,1,0.058630552,0,6.57E-05,1,1,1,1,1,0.136633322,0,0,1,1,1,1,1,0.086965568,0,0.523441276,0.523376349,0.523492908
-5568,1,0.1169,1,1,1,1,1,1,1,1,0.0467,0.1169,0,1,0.1804,1,1,1,1,1,1,0.117,0.1804,0,1,0.4749,1,1,1,0.059,0.4749,0,1,1,1,1,1,0.041682001,0,0,1,1,1,1,1,0.1326776,0,0,1,1,1,1,1,0.046770796,0,0.481573224,0.481700867,0.481826241
-5569,1,0.1169,1,1,1,1,1,1,1,1,0.0563,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0386,0.1804,0,1,0.4749,1,1,1,0.0372,0.4749,0,1,1,1,1,1,0.041947816,0,0,1,1,1,1,1,0.065775596,0,0,1,1,1,1,1,0.019674663,0,0.458192363,0.458218743,0.457890071
-5570,1,0.1169,1,1,1,1,1,1,1,1,0.0469,0.1169,0,1,0.1804,1,1,1,1,1,1,0.028,0.1804,0,1,0.4749,1,1,1,0.0238,0.4749,0,1,1,1,1,1,0.026131008,0,0.00223845,1,1,1,1,1,0.042755306,0,0,1,1,1,1,1,0.011550397,0,0.442967617,0.442987095,0.443262411
-5571,1,0.1169,1,1,1,1,1,1,1,1,0.0972,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0129,0.1804,0,1,0.4749,1,1,1,0.0443,0.4749,0,1,1,1,1,1,0.051684797,0,0.030576712,1,1,1,1,1,0.027765118,0,0,1,1,1,1,1,0.04040771,0,0.436986467,0.436852126,0.437056738
-5572,1,0.1169,1,1,1,1,1,1,1,1,0.1107,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1019,0.1804,0,1,0.4749,1,1,1,0.0831,0.4749,0,1,1,1,1,1,0.11195986,0,0.022095641,1,1,1,1,1,0.128558204,0,0.01830131,1,1,1,1,1,0.187207118,0,0.445323828,0.445314153,0.445035461
-5573,1,0.1169,1,1,1,1,1,1,1,1,0.07,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1209,0.1804,0,1,0.4749,1,1,1,0.2044,0.4749,0,1,1,1,1,1,0.140153691,0,0,1,1,1,1,1,0.110402405,0,0,1,1,1,1,1,0.379916281,0,0.477887869,0.477892955,0.477836879
-5574,1,0.1169,1,1,1,1,1,1,1,1,0.0383,0.1169,0.0223,1,0.1804,1,1,1,1,1,1,0.0846,0.1804,0.0276,1,0.4749,1,1,1,0.183,0.4749,0.0302,1,1,1,1,1,0.103262357,0.159953818,0,1,1,1,1,1,0.083882958,0.226069048,0,1,1,1,1,1,0.312992364,0.098819509,0.530147414,0.53014597,0.530141844
-5575,1,0.1169,1,1,1,1,1,1,1,1,0.0313,0.1169,0.1784,1,0.1804,1,1,1,1,1,1,0.136,0.1804,0.2007,1,0.4749,1,1,1,0.0526,0.4749,0.1703,1,1,1,1,1,0.027673896,0.532657385,0,1,1,1,1,1,0.133733228,0.563746274,0,1,1,1,1,1,0.11515554,0.389610469,0.584702755,0.584726042,0.584663121
-5576,1,0.1169,1,1,1,1,1,1,1,1,0.0088,0.1169,0.3427,1,0.1804,1,1,1,1,1,1,0.1369,0.1804,0.3705,1,0.4749,1,1,1,0.0143,0.4749,0.3377,1,1,1,1,1,0.020117972,0.727897525,0,1,1,1,1,1,0.111743063,0.742984414,0,1,1,1,1,1,0.049141519,0.700993896,0.626208313,0.626189972,0.62677305
-5577,1,0.1169,1,1,1,1,1,1,1,1,0.0238,0.1169,0.4846,1,0.1804,1,1,1,1,1,1,0.1518,0.1804,0.515,1,0.4749,1,1,1,0.0451,0.4749,0.5016,1,1,1,1,1,0.046637561,0.834205925,0,1,1,1,1,1,0.127256349,0.864946187,0,1,1,1,1,1,0.010493055,0.843532085,0.661068149,0.661095832,0.661347518
-5578,1,0.1169,1,1,1,1,1,1,1,1,0.0286,0.1169,0.5725,1,0.1804,1,1,1,1,1,1,0.2522,0.1804,0.617,1,0.4749,1,1,1,0.0295,0.4749,0.573,1,1,1,1,1,0.060869314,0.865284503,0.007417179,1,1,1,1,1,0.217777625,0.887118578,0,1,1,1,1,1,0.032067031,0.888243318,0.691880135,0.691770679,0.691932624
-5579,1,0.1169,1,1,1,1,1,1,1,1,0.0304,0.1169,0.5996,1,0.1804,1,1,1,1,1,1,0.1585,0.1804,0.6119,1,0.4749,1,1,1,0.0519,0.4749,0.5879,1,1,1,1,1,0.0414906,0.878619552,0.036077287,1,1,1,1,1,0.136576936,0.885137796,0,1,1,1,1,1,0.131139144,0.866075635,0.712481875,0.712502644,0.712765957
-5580,1,0.1169,1,1,1,1,1,1,1,1,0.0393,0.1169,0.5755,1,0.1804,1,1,1,1,1,1,0.1327,0.1804,0.6042,1,0.4749,1,1,1,0.0701,0.4749,0.5589,1,1,1,1,1,0.042434704,0.848205328,0.020342618,1,1,1,1,1,0.106264286,0.877713382,0,1,1,1,1,1,0.196994334,0.819980979,0.726437893,0.726464988,0.726507092
-5581,1,0.1169,1,1,1,1,1,1,1,1,0.0607,0.1169,0.573,1,0.1804,1,1,1,1,1,1,0.1331,0.1804,0.6034,1,0.4749,1,1,1,0.0575,0.4749,0.6002,1,1,1,1,1,0.073431477,0.841783106,0.008009143,1,1,1,1,1,0.107643783,0.893836319,0,1,1,1,1,1,0.165922806,0.789288938,0.740454326,0.740638883,0.740691489
-5582,1,0.1169,1,1,1,1,1,1,1,1,0.0759,0.1169,0.549,1,0.1804,1,1,1,1,1,1,0.0476,0.1804,0.5902,1,0.4749,1,1,1,0.0314,0.4749,0.5482,1,1,1,1,1,0.054053806,0.845532775,0.040550657,1,1,1,1,1,0.039993659,0.867690146,0.00104712,1,1,1,1,1,0.09560822,0.783289373,0.748006283,0.748043156,0.74822695
-5583,1,0.1169,1,1,1,1,1,1,1,1,0.0891,0.1169,0.4675,1,0.1804,1,1,1,1,1,1,0.0477,0.1804,0.4872,1,0.4749,1,1,1,0.0154,0.4749,0.4333,1,1,1,1,1,0.048334554,0.836316407,0.096586309,1,1,1,1,1,0.044278469,0.812381864,0.019173561,1,1,1,1,1,0.045155793,0.757535279,0.75042291,0.750581764,0.750886525
-5584,1,0.1169,1,1,1,1,1,1,1,1,0.0951,0.1169,0.317,1,0.1804,1,1,1,1,1,1,0.0574,0.1804,0.3457,1,0.4749,1,1,1,0.0257,0.4749,0.3103,1,1,1,1,1,0.033874009,0.763193846,0.18521741,1,1,1,1,1,0.054800056,0.734536767,0.051517282,1,1,1,1,1,0.072646029,0.708684564,0.750543741,0.750581764,0.750886525
-5585,1,0.1169,1,1,1,1,1,1,1,1,0.0912,0.1169,0.1336,1,0.1804,1,1,1,1,1,1,0.0206,0.1804,0.1521,1,0.4749,1,1,1,0.0131,0.4749,0.1226,1,1,1,1,1,0.018782958,0.411779553,0.268717706,1,1,1,1,1,0.026231308,0.459073722,0.096696079,1,1,1,1,1,0.030452251,0.481446564,0.738279362,0.738311826,0.738475177
-5586,1,0.1169,1,1,1,1,1,1,1,1,0.0691,0.1169,0.0148,1,0.1804,1,1,1,1,1,1,0.016,0.1804,0.0257,1,0.4749,1,1,1,0.0216,0.4749,0.0219,1,1,1,1,1,0.021078203,0.161890537,0.229602247,1,1,1,1,1,0.024464194,0.216038212,0.027462306,1,1,1,1,1,0.027241971,0.132364154,0.713508942,0.713560398,0.713652482
-5587,1,0.1169,1,1,1,1,1,1,1,1,0.0546,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0206,0.1804,0,1,0.4749,1,1,1,0.0581,0.4749,0,1,1,1,1,1,0.034902368,0,0.088171944,1,1,1,1,1,0.02865706,0,0.000910995,1,1,1,1,1,0.060754761,0,0.699552924,0.699598054,0.699911348
-5588,1,0.1169,1,1,1,1,1,1,1,1,0.0759,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0724,0.1804,0,1,0.4749,1,1,1,0.0362,0.4749,0,1,1,1,1,1,0.088374279,0,0.073698699,1,1,1,1,1,0.072740279,0,0.000256545,1,1,1,1,1,0.072417125,0,0.702754954,0.702771314,0.703014184
-5589,1,0.1169,1,1,1,1,1,1,1,1,0.0806,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0397,0.1804,0,1,0.4749,1,1,1,0.0392,0.4749,0,1,1,1,1,1,0.066092692,0,0.06149064,1,1,1,1,1,0.046481319,0,0,1,1,1,1,1,0.089091688,0,0.659316095,0.659403427,0.659574468
-5590,1,0.1169,1,1,1,1,1,1,1,1,0.0907,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0044,0.1804,0,1,0.4749,1,1,1,0.0244,0.4749,0,1,1,1,1,1,0.060214829,0,0.055944681,1,1,1,1,1,0.031301584,0,0.000675393,1,1,1,1,1,0.080307655,0,0.594429676,0.594457373,0.594858156
-5591,1,0.1169,1,1,1,1,1,1,1,1,0.1478,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0034,0.1804,0,1,0.4749,1,1,1,0.0518,0.4749,0,1,1,1,1,1,0.121850312,0,0.077479929,1,1,1,1,1,0.042403754,0,0.000424084,1,1,1,1,1,0.134611607,0,0.532926535,0.532896129,0.533244681
-5592,1,0.1169,1,1,1,1,1,1,1,1,0.1398,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0015,0.1804,0,1,0.4749,1,1,1,0.0648,0.4749,0,1,1,1,1,1,0.087757602,0,0.021698501,1,1,1,1,1,0.047350667,0,0,1,1,1,1,1,0.169299603,0,0.488883519,0.48889359,0.48891844
-5593,1,0.1169,1,1,1,1,1,1,1,1,0.1519,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0551,0.1804,0,1,0.4749,1,1,1,0.0526,0.4749,0,1,1,1,1,1,0.066280276,0,0.032421414,1,1,1,1,1,0.078035861,0,0,1,1,1,1,1,0.138186485,0,0.461817303,0.461815105,0.461879433
-5594,1,0.1169,1,1,1,1,1,1,1,1,0.1122,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0649,0.1804,0,1,0.4749,1,1,1,0.051,0.4749,0,1,1,1,1,1,0.047589786,0,0.013108894,1,1,1,1,1,0.055827376,0,0.00034555,1,1,1,1,1,0.125313833,0,0.444478009,0.44446795,0.444592199
-5595,1,0.1169,1,1,1,1,1,1,1,1,0.0995,0.1169,0,1,0.1804,1,1,1,1,1,1,0.081,0.1804,0,1,0.4749,1,1,1,0.0544,0.4749,0,1,1,1,1,1,0.027942115,0,0.025268584,1,1,1,1,1,0.071803778,0,0.004230628,1,1,1,1,1,0.141132161,0,0.435476075,0.435582822,0.43572695
-5596,1,0.1169,1,1,1,1,1,1,1,1,0.0756,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1,0.1804,0,1,0.4749,1,1,1,0.083,0.4749,0,1,1,1,1,1,0.029445931,0,0.028882746,1,1,1,1,1,0.081470825,0,0,1,1,1,1,1,0.207140908,0,0.440550991,0.440660038,0.440602837
-5597,1,0.1169,1,1,1,1,1,1,1,1,0.0694,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0333,0.1804,0,1,0.4749,1,1,1,0.0893,0.4749,0,1,1,1,1,1,0.034226026,0,0.04614649,1,1,1,1,1,0.046924919,0,0.011692932,1,1,1,1,1,0.21277447,0,0.469429676,0.469430929,0.469414894
-5598,1,0.1169,1,1,1,1,1,1,1,1,0.0548,0.1169,0.0642,1,0.1804,1,1,1,1,1,1,0.0059,0.1804,0.064,1,0.4749,1,1,1,0.0835,0.4749,0.0525,1,1,1,1,1,0.036404438,0.360813618,0.020669213,1,1,1,1,1,0.013942327,0.214664936,0.000256545,1,1,1,1,1,0.212074801,0.495081812,0.514318511,0.51427967,0.51462766
-5599,1,0.1169,1,1,1,1,1,1,1,1,0.0315,0.1169,0.2111,1,0.1804,1,1,1,1,1,1,0,0.1804,0.2294,1,0.4749,1,1,1,0.0201,0.4749,0.2232,1,1,1,1,1,0.017149996,0.574126661,0.00961592,1,1,1,1,1,0.004257988,0.58590275,0,1,1,1,1,1,0.117448218,0.734766722,0.573707105,0.573725407,0.574024823
-5600,1,0.1169,1,1,1,1,1,1,1,1,0.0044,0.1169,0.383,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4194,1,0.4749,1,1,1,0.0053,0.4749,0.3978,1,1,1,1,1,0.00163171,0.814531028,0.006703225,1,1,1,1,1,0.000124505,0.822977304,0,1,1,1,1,1,0.024369663,0.845941246,0.619079265,0.61899725,0.619237589
-5601,1,0.1169,1,1,1,1,1,1,1,1,0.002,0.1169,0.5296,1,0.1804,1,1,1,1,1,1,0,0.1804,0.5294,1,0.4749,1,1,1,0.0159,0.4749,0.5514,1,1,1,1,1,0.000552855,0.895223856,0.00481861,1,1,1,1,1,0,0.852333724,0,1,1,1,1,1,0.032705657,0.912146926,0.657926535,0.657922572,0.658244681
-5602,1,0.1169,1,1,1,1,1,1,1,1,0.002,0.1169,0.6173,1,0.1804,1,1,1,1,1,1,0,0.1804,0.606,1,0.4749,1,1,1,0.0124,0.4749,0.6588,1,1,1,1,1,0.000642572,0.893321097,0.000233051,1,1,1,1,1,0,0.864823699,0,1,1,1,1,1,0.011869558,0.934041619,0.69181972,0.691770679,0.691932624
-5603,1,0.1169,1,1,1,1,1,1,1,1,0.0026,0.1169,0.6147,1,0.1804,1,1,1,1,1,1,0,0.1804,0.6101,1,0.4749,1,1,1,0.0236,0.4749,0.6459,1,1,1,1,1,0.000984149,0.884900093,0.003526224,1,1,1,1,1,0,0.816610515,0,1,1,1,1,1,0.020612605,0.940602601,0.716106815,0.716099006,0.716312057
-5604,1,0.1169,1,1,1,1,1,1,1,1,0.0066,0.1169,0.5963,1,0.1804,1,1,1,1,1,1,0,0.1804,0.552,1,0.4749,1,1,1,0.0326,0.4749,0.636,1,1,1,1,1,0.002848562,0.843610108,0.000604058,1,1,1,1,1,7.15E-06,0.786276579,0,1,1,1,1,1,0.051892892,0.92850709,0.730848236,0.730907552,0.730939716
-5605,1,0.1169,1,1,1,1,1,1,1,1,0.024,0.1169,0.583,1,0.1804,1,1,1,1,1,1,0,0.1804,0.5537,1,0.4749,1,1,1,0.0428,0.4749,0.6225,1,1,1,1,1,0.008453764,0.798389852,0.000732899,1,1,1,1,1,0.000242877,0.782559693,0,1,1,1,1,1,0.067478538,0.94334358,0.746677139,0.746773852,0.746897163
-5606,1,0.1169,1,1,1,1,1,1,1,1,0.0295,0.1169,0.5717,1,0.1804,1,1,1,1,1,1,0.0033,0.1804,0.5885,1,0.4749,1,1,1,0.0536,0.4749,0.5883,1,1,1,1,1,0.010741981,0.863377333,0,1,1,1,1,1,0.005611902,0.85688597,0,1,1,1,1,1,0.049245127,0.843417048,0.756343644,0.756505183,0.756648936
-5607,1,0.1169,1,1,1,1,1,1,1,1,0.0439,0.1169,0.4633,1,0.1804,1,1,1,1,1,1,0.0107,0.1804,0.4848,1,0.4749,1,1,1,0.038,0.4749,0.4566,1,1,1,1,1,0.014857126,0.820713878,0.001446013,1,1,1,1,1,0.012244286,0.779999375,0,1,1,1,1,1,0.045555387,0.770938456,0.758941518,0.759043791,0.759308511
-5608,1,0.1169,1,1,1,1,1,1,1,1,0.0657,0.1169,0.3282,1,0.1804,1,1,1,1,1,1,0,0.1804,0.3442,1,0.4749,1,1,1,0.038,0.4749,0.3019,1,1,1,1,1,0.025014995,0.747738302,0.013482388,1,1,1,1,1,0.022505391,0.67033112,0,1,1,1,1,1,0.05850663,0.804878235,0.760633156,0.760524646,0.76108156
-5609,1,0.1169,1,1,1,1,1,1,1,1,0.0878,0.1169,0.1391,1,0.1804,1,1,1,1,1,1,0,0.1804,0.173,1,0.4749,1,1,1,0.0462,0.4749,0.1257,1,1,1,1,1,0.039940454,0.564088285,0.035900958,1,1,1,1,1,0.022678923,0.533012629,0,1,1,1,1,1,0.035115529,0.603841782,0.75138956,0.751427967,0.751329787
-5610,1,0.1169,1,1,1,1,1,1,1,1,0.0689,0.1169,0.0192,1,0.1804,1,1,1,1,1,1,0.0056,0.1804,0.0385,1,0.4749,1,1,1,0.0738,0.4749,0.0189,1,1,1,1,1,0.052924141,0.232096687,0.047729194,1,1,1,1,1,0.049952146,0.219973475,0,1,1,1,1,1,0.078310281,0.252331346,0.728189947,0.728157394,0.728280142
-5611,1,0.1169,1,1,1,1,1,1,1,1,0.0503,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0414,0.1804,0,1,0.4749,1,1,1,0.1197,0.4749,0,1,1,1,1,1,0.051722169,0,0.016087117,1,1,1,1,1,0.066976383,0,0,1,1,1,1,1,0.18137379,0,0.711817303,0.711867992,0.711879433
-5612,1,0.1169,1,1,1,1,1,1,1,1,0.0321,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0463,0.1804,0,1,0.4749,1,1,1,0.1349,0.4749,0,1,1,1,1,1,0.056272842,0,0.001760621,1,1,1,1,1,0.089775547,0,0,1,1,1,1,1,0.25255537,0,0.715563074,0.715675904,0.715868794
-5613,1,0.1169,1,1,1,1,1,1,1,1,0.0606,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1003,0.1804,0,1,0.4749,1,1,1,0.1078,0.4749,0,1,1,1,1,1,0.069196187,0,0.000290031,1,1,1,1,1,0.151934251,0,0,1,1,1,1,1,0.234823868,0,0.672909618,0.67294267,0.67287234
-5614,1,0.1169,1,1,1,1,1,1,1,1,0.0516,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1268,0.1804,0,1,0.4749,1,1,1,0.1205,0.4749,0,1,1,1,1,1,0.041951075,0,0.006421605,1,1,1,1,1,0.146454081,0,0,1,1,1,1,1,0.296545863,0,0.607419043,0.607361963,0.607712766
-5615,1,0.1169,1,1,1,1,1,1,1,1,0.1056,0.1169,0,1,0.1804,1,1,1,1,1,1,0.3343,0.1804,0,1,0.4749,1,1,1,0.109,0.4749,0,1,1,1,1,1,0.094572507,0,0.001731257,1,1,1,1,1,0.338463068,0,0,1,1,1,1,1,0.277479678,0,0.54579507,0.545800719,0.546099291
-5616,1,0.1169,1,1,1,1,1,1,1,1,0.1118,0.1169,0,1,0.1804,1,1,1,1,1,1,0.2575,0.1804,0,1,0.4749,1,1,1,0.1189,0.4749,0,1,1,1,1,1,0.165226594,0,0.001437684,1,1,1,1,1,0.275584579,0,0.013826178,1,1,1,1,1,0.258833647,0,0.500785404,0.500740427,0.500886525
-5617,1,0.1169,1,1,1,1,1,1,1,1,0.1748,0.1169,0,1,0.1804,1,1,1,1,1,1,0.3207,0.1804,0,1,0.4749,1,1,1,0.1619,0.4749,0,1,1,1,1,1,0.245539442,0,0.000410701,1,1,1,1,1,0.319689214,0,0,1,1,1,1,1,0.298027337,0,0.472752537,0.472815739,0.47251773
-5618,1,0.1169,1,1,1,1,1,1,1,1,0.179,0.1169,0,1,0.1804,1,1,1,1,1,1,0.3648,0.1804,0,1,0.4749,1,1,1,0.1721,0.4749,0,1,1,1,1,1,0.265486121,0,0.001889137,1,1,1,1,1,0.337315172,0,0,1,1,1,1,1,0.330980867,0,0.453902852,0.453776179,0.453900709
-5619,1,0.1169,1,1,1,1,1,1,1,1,0.107,0.1169,0,1,0.1804,1,1,1,1,1,1,0.2639,0.1804,0,1,0.4749,1,1,1,0.1366,0.4749,0,1,1,1,1,1,0.104291394,0,0.002136708,1,1,1,1,1,0.219751045,0,0,1,1,1,1,1,0.3647466,0,0.446652972,0.446795007,0.446808511
-5620,1,0.1169,1,1,1,1,1,1,1,1,0.1708,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1636,0.1804,0,1,0.4749,1,1,1,0.1653,0.4749,0,1,1,1,1,1,0.148309857,0,0.027276196,1,1,1,1,1,0.140666664,0,0,1,1,1,1,1,0.384678662,0,0.451486225,0.451449122,0.451241135
-5621,1,0.1169,1,1,1,1,1,1,1,1,0.1183,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0952,0.1804,0,1,0.4749,1,1,1,0.2001,0.4749,0,1,1,1,1,1,0.093884237,0,0.01324737,1,1,1,1,1,0.064509012,0,0,1,1,1,1,1,0.475317717,0,0.482479459,0.48254707,0.482712766
-5622,1,0.1169,1,1,1,1,1,1,1,1,0.0833,0.1169,0.0536,1,0.1804,1,1,1,1,1,1,0.0839,0.1804,0.0656,1,0.4749,1,1,1,0.1931,0.4749,0.0465,1,1,1,1,1,0.068584532,0.357869536,0.016555628,1,1,1,1,1,0.050968822,0.319231749,0,1,1,1,1,1,0.484538198,0.471908391,0.529603673,0.529722869,0.529698582
-5623,1,0.1169,1,1,1,1,1,1,1,1,0.0204,0.1169,0.2156,1,0.1804,1,1,1,1,1,1,0.0648,0.1804,0.2278,1,0.4749,1,1,1,0.1233,0.4749,0.2154,1,1,1,1,1,0.023092467,0.6450122,0.058362447,1,1,1,1,1,0.044612054,0.60424149,0.003354712,1,1,1,1,1,0.380140245,0.735596895,0.591408893,0.591495663,0.591312057
-5624,1,0.1169,1,1,1,1,1,1,1,1,0.0026,0.1169,0.3624,1,0.1804,1,1,1,1,1,1,0,0.1804,0.3432,1,0.4749,1,1,1,0.0441,0.4749,0.3981,1,1,1,1,1,0.005351899,0.685974658,0.016808065,1,1,1,1,1,0.006249739,0.627524734,0,1,1,1,1,1,0.166776121,0.85722816,0.642278879,0.642479374,0.642287234
-5625,1,0.1169,1,1,1,1,1,1,1,1,0,0.1169,0.457,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4161,1,0.4749,1,1,1,0.0389,0.4749,0.5386,1,1,1,1,1,0.001829745,0.681555629,0.005890471,1,1,1,1,1,0.000658934,0.695807576,0,1,1,1,1,1,0.095891386,0.873649299,0.683421943,0.683520203,0.683510638
-5626,1,0.1169,1,1,1,1,1,1,1,1,0.0019,0.1169,0.4909,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4938,1,0.4749,1,1,1,0.0495,0.4749,0.6418,1,1,1,1,1,0.00257711,0.671622872,0.001115151,1,1,1,1,1,0.000138466,0.783077002,0,1,1,1,1,1,0.082574829,0.863087773,0.718644273,0.718637614,0.718971631
-5627,1,0.1169,1,1,1,1,1,1,1,1,0.0153,0.1169,0.5337,1,0.1804,1,1,1,1,1,1,0,0.1804,0.6022,1,0.4749,1,1,1,0.0912,0.4749,0.6436,1,1,1,1,1,0.002126734,0.828162849,0.006429609,1,1,1,1,1,0.000732667,0.876139939,0.004025654,1,1,1,1,1,0.138417929,0.851878643,0.74679797,0.746773852,0.746897163
-5628,1,0.1169,1,1,1,1,1,1,1,1,0.0488,0.1169,0.5614,1,0.1804,1,1,1,1,1,1,0,0.1804,0.6255,1,0.4749,1,1,1,0.0879,0.4749,0.6285,1,1,1,1,1,0.005872021,0.857548118,0.004294439,1,1,1,1,1,0.003267234,0.868949056,0.003476702,1,1,1,1,1,0.064164214,0.873655796,0.768728855,0.768775122,0.769060284
-5629,1,0.1169,1,1,1,1,1,1,1,1,0.0758,0.1169,0.5731,1,0.1804,1,1,1,1,1,1,0.0011,0.1804,0.6169,1,0.4749,1,1,1,0.116,0.4749,0.5948,1,1,1,1,1,0.010364829,0.855746746,0.002816994,1,1,1,1,1,0.012502139,0.873632193,0,1,1,1,1,1,0.120139644,0.901061296,0.79078057,0.790776391,0.791223404
-5630,1,0.1169,1,1,1,1,1,1,1,1,0.1299,0.1169,0.5627,1,0.1804,1,1,1,1,1,1,0,0.1804,0.5878,1,0.4749,1,1,1,0.1751,0.4749,0.5672,1,1,1,1,1,0.019451514,0.833777666,0,1,1,1,1,1,0.015826991,0.869045258,0,1,1,1,1,1,0.139669567,0.88031441,0.801172064,0.801142374,0.80141844
-5631,1,0.1169,1,1,1,1,1,1,1,1,0.1596,0.1169,0.4566,1,0.1804,1,1,1,1,1,1,0.026,0.1804,0.4864,1,0.4749,1,1,1,0.1116,0.4749,0.4501,1,1,1,1,1,0.026785919,0.817343712,0.004058165,1,1,1,1,1,0.039376907,0.835550904,0,1,1,1,1,1,0.167812943,0.850899577,0.806126148,0.80621959,0.806294326
-5632,1,0.1169,1,1,1,1,1,1,1,1,0.1806,0.1169,0.3138,1,0.1804,1,1,1,1,1,1,0.025,0.1804,0.3612,1,0.4749,1,1,1,0.1193,0.4749,0.2879,1,1,1,1,1,0.039428089,0.739738464,0.00831011,1,1,1,1,1,0.046892129,0.779872835,0.010239528,1,1,1,1,1,0.174391672,0.76336956,0.807515708,0.807700444,0.808067376
-5633,1,0.1169,1,1,1,1,1,1,1,1,0.1362,0.1169,0.1382,1,0.1804,1,1,1,1,1,1,0.0184,0.1804,0.1829,1,0.4749,1,1,1,0.0957,0.4749,0.1015,1,1,1,1,1,0.034011506,0.55653441,0.000982123,1,1,1,1,1,0.026960922,0.567921042,0,1,1,1,1,1,0.160044134,0.537079394,0.798211696,0.798180664,0.798315603
-5634,1,0.1169,1,1,1,1,1,1,1,1,0.0856,0.1169,0.0157,1,0.1804,1,1,1,1,1,1,0.0202,0.1804,0.036,1,0.4749,1,1,1,0.0952,0.4749,0.0002,1,1,1,1,1,0.025207739,0.214144319,0.004821317,1,1,1,1,1,0.042283572,0.229085162,0,1,1,1,1,1,0.210482955,0.162036687,0.773924601,0.773852338,0.774379433
-5635,1,0.1169,1,1,1,1,1,1,1,1,0.0597,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0126,0.1804,0,1,0.4749,1,1,1,0.1237,0.4749,0,1,1,1,1,1,0.024092918,0,0.002797663,1,1,1,1,1,0.05512242,0,0,1,1,1,1,1,0.295473933,0,0.75640406,0.756505183,0.756648936
-5636,1,0.1169,1,1,1,1,1,1,1,1,0.0819,0.1169,0,1,0.1804,1,1,1,1,1,1,0.035,0.1804,0,1,0.4749,1,1,1,0.1557,0.4749,0,1,1,1,1,1,0.058956139,0,0,1,1,1,1,1,0.119440876,0,0,1,1,1,1,1,0.384450614,0,0.757672789,0.757774487,0.757978723
-5637,1,0.1169,1,1,1,1,1,1,1,1,0.1403,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0142,0.1804,0,1,0.4749,1,1,1,0.1752,0.4749,0,1,1,1,1,1,0.104756832,0,0.00289095,1,1,1,1,1,0.102520823,0,0.000465969,1,1,1,1,1,0.49270308,0,0.713146448,0.713137296,0.71320922
-5638,1,0.1169,1,1,1,1,1,1,1,1,0.0756,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.1652,0.4749,0,1,1,1,1,1,0.077216052,0,0,1,1,1,1,1,0.065031931,0,0,1,1,1,1,1,0.439135879,0,0.645722571,0.645864184,0.645833333
-5639,1,0.1169,1,1,1,1,1,1,1,1,0.1152,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1403,0.1804,0,1,0.4749,1,1,1,0.1987,0.4749,0,1,1,1,1,1,0.106589392,0,0.000977441,1,1,1,1,1,0.190804064,0,0,1,1,1,1,1,0.454259425,0,0.580654906,0.580706579,0.580673759
-5640,1,0.1169,1,1,1,1,1,1,1,1,0.113,0.1169,0,1,0.1804,1,1,1,1,1,1,0.3597,0.1804,0,1,0.4749,1,1,1,0.2198,0.4749,0,1,1,1,1,1,0.108581088,0,0.000525557,1,1,1,1,1,0.323736131,0,0,1,1,1,1,1,0.41226998,0,0.533832769,0.533742331,0.533687943
-5641,1,0.1169,1,1,1,1,1,1,1,1,0.1339,0.1169,0,1,0.1804,1,1,1,1,1,1,0.2692,0.1804,0,1,0.4749,1,1,1,0.1337,0.4749,0,1,1,1,1,1,0.109752424,0,0.011597294,1,1,1,1,1,0.251852512,0,0,1,1,1,1,1,0.220107943,0,0.501933301,0.501798181,0.502216312
-5642,1,0.1169,1,1,1,1,1,1,1,1,0.1268,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1395,0.1804,0,1,0.4749,1,1,1,0.0996,0.4749,0,1,1,1,1,1,0.131539851,0,0.004578654,1,1,1,1,1,0.136949286,0,0,1,1,1,1,1,0.129104868,0,0.481331561,0.481277766,0.481382979
-5643,1,0.1169,1,1,1,1,1,1,1,1,0.1268,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0823,0.1804,0,1,0.4749,1,1,1,0.0867,0.4749,0,1,1,1,1,1,0.095530033,0,0.034824964,1,1,1,1,1,0.078765027,0,0,1,1,1,1,1,0.090244785,0,0.470335911,0.470488682,0.470301418
-5644,1,0.1169,1,1,1,1,1,1,1,1,0.0688,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0553,0.1804,0,1,0.4749,1,1,1,0.0725,0.4749,0,1,1,1,1,1,0.060212236,0,0.023829255,1,1,1,1,1,0.040798884,0,0,1,1,1,1,1,0.076332577,0,0.474142098,0.474085043,0.47429078
-5645,1,0.1169,1,1,1,1,1,1,1,1,0.0528,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0436,0.1804,0,1,0.4749,1,1,1,0.0418,0.4749,0,1,1,1,1,1,0.041745156,0,0.066192873,1,1,1,1,1,0.034502879,0,0.001246073,1,1,1,1,1,0.042470038,0,0.50181247,0.501798181,0.502216312
-5646,1,0.1169,1,1,1,1,1,1,1,1,0.0273,0.1169,0.0498,1,0.1804,1,1,1,1,1,1,0.0639,0.1804,0.0666,1,0.4749,1,1,1,0.0263,0.4749,0.046,1,1,1,1,1,0.03987167,0.252226114,0.002264347,1,1,1,1,1,0.051210344,0.251393199,0,1,1,1,1,1,0.036246121,0.32715112,0.54621798,0.546223821,0.546542553
-5647,1,0.1169,1,1,1,1,1,1,1,1,0.0234,0.1169,0.2088,1,0.1804,1,1,1,1,1,1,0.0358,0.1804,0.2258,1,0.4749,1,1,1,0.0017,0.4749,0.2123,1,1,1,1,1,0.020228794,0.552474499,0.015828894,1,1,1,1,1,0.046133015,0.602400541,0.001926702,1,1,1,1,1,0.008616088,0.668072462,0.604458676,0.604611805,0.604609929
-5648,1,0.117,1,1,1,1,1,1,1,1,0.0006,0.117,0.3714,1,0.1804,1,1,1,1,1,1,0,0.1804,0.38,1,0.475,1,1,1,0.0143,0.475,0.4011,1,1,1,1,1,0.00020717,0.707118094,0.01962873,1,1,1,1,1,0.001614146,0.726659417,0,1,1,1,1,1,0.004585164,0.823264301,0.654664089,0.654749312,0.654698582
-5649,1,0.1171,1,1,1,1,1,1,1,1,0.0008,0.1171,0.483,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4861,1,0.4751,1,1,1,0.0172,0.4751,0.5462,1,1,1,1,1,7.65E-06,0.773483038,0.016438819,1,1,1,1,1,0,0.783010244,0,1,1,1,1,1,0.003091929,0.874633193,0.697257129,0.697270996,0.697695035
-5650,1,0.1171,1,1,1,1,1,1,1,1,0.0049,0.1171,0.5506,1,0.1805,1,1,1,1,1,1,0,0.1805,0.5247,1,0.4751,1,1,1,0.018,0.4751,0.6482,1,1,1,1,1,0.001471709,0.771279693,0.003967827,1,1,1,1,1,0,0.749748349,0,1,1,1,1,1,0.002566543,0.885548472,0.735741904,0.735773218,0.736258865
-5651,1,0.1172,1,1,1,1,1,1,1,1,0.0061,0.1172,0.5401,1,0.1805,1,1,1,1,1,1,0,0.1805,0.5085,1,0.4752,1,1,1,0.0278,0.4752,0.6534,1,1,1,1,1,0.001780782,0.762310565,0,1,1,1,1,1,0,0.758863449,0,1,1,1,1,1,0.004192128,0.874462843,0.764137264,0.764121007,0.764184397
-5652,1,0.1173,1,1,1,1,1,1,1,1,0.0155,0.1173,0.5246,1,0.1805,1,1,1,1,1,1,0,0.1805,0.5305,1,0.4753,1,1,1,0.0318,0.4753,0.6433,1,1,1,1,1,0.003068282,0.777292073,0,1,1,1,1,1,0.000115481,0.762752235,0,1,1,1,1,1,0.010507953,0.845838547,0.782684872,0.782737466,0.782801418
-5653,1,0.1173,1,1,1,1,1,1,1,1,0.0307,0.1173,0.5164,1,0.1806,1,1,1,1,1,1,0.0075,0.1806,0.5355,1,0.4754,1,1,1,0.024,0.4754,0.6305,1,1,1,1,1,0.01499041,0.751796365,0.000430525,1,1,1,1,1,0.006174861,0.757404149,0,1,1,1,1,1,0.004427565,0.799012303,0.80080957,0.800719272,0.800975177
-5654,1,0.1174,1,1,1,1,1,1,1,1,0.1039,0.1174,0.4891,1,0.1806,1,1,1,1,1,1,0.0079,0.1806,0.4995,1,0.4754,1,1,1,0.0101,0.4754,0.5841,1,1,1,1,1,0.03131099,0.693117261,0.000666095,1,1,1,1,1,0.019374194,0.724648893,0,1,1,1,1,1,0.009119337,0.763661623,0.808361527,0.808546647,0.808510638
-5655,1,0.1174,1,1,1,1,1,1,1,1,0.0838,0.1174,0.3955,1,0.1806,1,1,1,1,1,1,0.0037,0.1806,0.4104,1,0.4755,1,1,1,0.0219,0.4755,0.4641,1,1,1,1,1,0.022972126,0.604736686,0.001194097,1,1,1,1,1,0.011437531,0.669443309,0,1,1,1,1,1,0.021822669,0.705690384,0.806428226,0.806642691,0.806737589
-5656,1,0.1175,1,1,1,1,1,1,1,1,0.1,0.1175,0.2852,1,0.1807,1,1,1,1,1,1,0,0.1807,0.3526,1,0.4756,1,1,1,0.022,0.4756,0.3128,1,1,1,1,1,0.039423641,0.741368651,0.000460637,1,1,1,1,1,0.021038473,0.80470103,0,1,1,1,1,1,0.020124162,0.801616907,0.802803287,0.802834779,0.803191489
-5657,1,0.1176,1,1,1,1,1,1,1,1,0.058,0.1176,0.1296,1,0.1807,1,1,1,1,1,1,0,0.1807,0.1675,1,0.4756,1,1,1,0.0302,0.4756,0.1191,1,1,1,1,1,0.031089939,0.372486979,0.003240309,1,1,1,1,1,0.026568552,0.422370255,0,1,1,1,1,1,0.01824227,0.439588636,0.786793137,0.786756928,0.78679078
-5658,1,0.1176,1,1,1,1,1,1,1,1,0.0206,0.1176,0.0073,1,0.1807,1,1,1,1,1,1,0,0.1807,0.0205,1,0.4757,1,1,1,0.0519,0.4757,0.0138,1,1,1,1,1,0.055104826,0.045920234,0,1,1,1,1,1,0.0054932,0.086103588,0,1,1,1,1,1,0.05211037,0.071022235,0.757129048,0.757139835,0.757535461
-5659,1,0.1177,1,1,1,1,1,1,1,1,0.0102,0.1177,0,1,0.1808,1,1,1,1,1,1,0,0.1808,0,1,0.4758,1,1,1,0.0461,0.4758,0,1,1,1,1,1,0.045781795,0,0.001015839,1,1,1,1,1,0.004081477,0,0,1,1,1,1,1,0.06125439,0,0.741300145,0.741485086,0.741578014
-5660,1,0.1177,1,1,1,1,1,1,1,1,0.0212,0.1177,0,1,0.1808,1,1,1,1,1,1,0,0.1808,0,1,0.4758,1,1,1,0.0408,0.4758,0,1,1,1,1,1,0.087757409,0,0.013664821,1,1,1,1,1,0.003462074,0,0,1,1,1,1,1,0.062080607,0,0.737312711,0.737465623,0.737588652
-5661,1,0.1178,1,1,1,1,1,1,1,1,0.0176,0.1178,0,1,0.1808,1,1,1,1,1,1,0,0.1808,0,1,0.4759,1,1,1,0.0266,0.4759,0,1,1,1,1,1,0.084569201,0,0,1,1,1,1,1,0.003615013,0,0,1,1,1,1,1,0.054825511,0,0.696109232,0.696001692,0.696365248
-5662,1,0.1179,1,1,1,1,1,1,1,1,0.0285,0.1179,0,1,0.1809,1,1,1,1,1,1,0,0.1809,0,1,0.476,1,1,1,0.0474,0.476,0,1,1,1,1,1,0.060944654,0,0,1,1,1,1,1,0.010211656,0,0,1,1,1,1,1,0.140151903,0,0.637687289,0.637825259,0.63785461
-5663,1,0.1179,1,1,1,1,1,1,1,1,0.0189,0.1179,0,1,0.1809,1,1,1,1,1,1,0.014,0.1809,0,1,0.4761,1,1,1,0.0695,0.4761,0,1,1,1,1,1,0.051006503,0,0.014315983,1,1,1,1,1,0.038073804,0,0,1,1,1,1,1,0.151172459,0,0.577150797,0.577110218,0.57712766
-5664,1,0.118,1,1,1,1,1,1,1,1,0.0127,0.118,0,1,0.1809,1,1,1,1,1,1,0.0753,0.1809,0,1,0.4761,1,1,1,0.0595,0.4761,0,1,1,1,1,1,0.022197844,0,0.029652499,1,1,1,1,1,0.060631745,0,0.003627487,1,1,1,1,1,0.142883137,0,0.528274529,0.528242014,0.528368794
-5665,1,0.1181,1,1,1,1,1,1,1,1,0.0024,0.1181,0,1,0.181,1,1,1,1,1,1,0.0897,0.181,0,1,0.4762,1,1,1,0.0533,0.4762,0,1,1,1,1,1,0.018827351,0,0.016068356,1,1,1,1,1,0.06461753,0,0,1,1,1,1,1,0.171498701,0,0.497643789,0.497778718,0.497783688
-5666,1,0.1181,1,1,1,1,1,1,1,1,0.01,0.1181,0,1,0.181,1,1,1,1,1,1,0.1037,0.181,0,1,0.4763,1,1,1,0.0468,0.4763,0,1,1,1,1,1,0.016550852,0,0.006382366,1,1,1,1,1,0.094660893,0,0,1,1,1,1,1,0.154809996,0,0.476800387,0.476835202,0.476950355
-5667,1,0.1182,1,1,1,1,1,1,1,1,0.0148,0.1182,0,1,0.181,1,1,1,1,1,1,0.0794,0.181,0,1,0.4763,1,1,1,0.073,0.4763,0,1,1,1,1,1,0.01840221,0,0.019049607,1,1,1,1,1,0.062030807,0,0.015744241,1,1,1,1,1,0.212100267,0,0.464838086,0.464776814,0.46498227
-5668,1,0.1182,1,1,1,1,1,1,1,1,0.0098,0.1182,0,1,0.1811,1,1,1,1,1,1,0.0585,0.1811,0,1,0.4764,1,1,1,0.0619,0.4764,0,1,1,1,1,1,0.013554865,0,0.028496696,1,1,1,1,1,0.036819629,0,0.003171728,1,1,1,1,1,0.190985993,0,0.463025616,0.462872858,0.46320922
-5669,1,0.1183,1,1,1,1,1,1,1,1,0.0023,0.1183,0,1,0.1811,1,1,1,1,1,1,0.0167,0.1811,0,1,0.4765,1,1,1,0.0684,0.4765,0,1,1,1,1,1,0.004824079,0,0.012425643,1,1,1,1,1,0.009751751,0,0,1,1,1,1,1,0.241045743,0,0.472752537,0.472815739,0.47251773
-5670,1,0.1184,1,1,1,1,1,1,1,1,0.0054,0.1184,0.0376,1,0.1811,1,1,1,1,1,1,0.0008,0.1811,0.0425,1,0.4765,1,1,1,0.055,0.4765,0.0495,1,1,1,1,1,0.0092597,0.123380028,0.027933851,1,1,1,1,1,0.001009371,0.087548204,0,1,1,1,1,1,0.275478423,0.053379342,0.490212663,0.490162894,0.490248227
-5671,1,0.1184,1,1,1,1,1,1,1,1,0.0113,0.1184,0.1679,1,0.1812,1,1,1,1,1,1,0,0.1812,0.1724,1,0.4766,1,1,1,0.0184,0.4766,0.2045,1,1,1,1,1,0.019644033,0.381120861,0.061167333,1,1,1,1,1,0.001040117,0.312811047,0.009014399,1,1,1,1,1,0.139620364,0.294202924,0.529482842,0.529511318,0.529698582
-5672,1,0.1185,1,1,1,1,1,1,1,1,0.0029,0.1185,0.3053,1,0.1812,1,1,1,1,1,1,0,0.1812,0.3042,1,0.4767,1,1,1,0.0232,0.4767,0.3656,1,1,1,1,1,0.004162911,0.52560693,0.045126345,1,1,1,1,1,0.00135862,0.51237464,0.066257328,1,1,1,1,1,0.133978128,0.472120911,0.580836153,0.580706579,0.581117021
-5673,1,0.1186,1,1,1,1,1,1,1,1,0.0003,0.1186,0.4204,1,0.1812,1,1,1,1,1,1,0,0.1812,0.4168,1,0.4767,1,1,1,0.0267,0.4767,0.4997,1,1,1,1,1,8.08E-06,0.611093163,0.090426691,1,1,1,1,1,3.57E-05,0.609137416,0.088997647,1,1,1,1,1,0.083926514,0.628720045,0.626631223,0.626613074,0.62677305
-5674,1,0.1186,1,1,1,1,1,1,1,1,0.0123,0.1186,0.4801,1,0.1813,1,1,1,1,1,1,0,0.1813,0.4976,1,0.4768,1,1,1,0.0314,0.4768,0.5996,1,1,1,1,1,0.002408155,0.673970103,0.155644998,1,1,1,1,1,0.000800032,0.68461585,0.165939003,1,1,1,1,1,0.056853298,0.762204587,0.660403577,0.66046118,0.660460993
-5675,1,0.1187,1,1,1,1,1,1,1,1,0.0146,0.1187,0.5293,1,0.1813,1,1,1,1,1,1,0.0255,0.1813,0.492,1,0.4769,1,1,1,0.0535,0.4769,0.6044,1,1,1,1,1,0.005399593,0.709224045,0.248478115,1,1,1,1,1,0.026024897,0.720580697,0.282259434,1,1,1,1,1,0.102062926,0.819234729,0.682032383,0.682039348,0.682180851
-5676,1,0.1187,1,1,1,1,1,1,1,1,0.0294,0.1187,0.5588,1,0.1813,1,1,1,1,1,1,0.0255,0.1813,0.5564,1,0.477,1,1,1,0.0456,0.477,0.5935,1,1,1,1,1,0.012901541,0.70538342,0.409221351,1,1,1,1,1,0.03097761,0.775840938,0.449263632,1,1,1,1,1,0.075174451,0.79181391,0.695565491,0.695790142,0.695921986
-5677,1,0.1188,1,1,1,1,1,1,1,1,0.0421,0.1188,0.5357,1,0.1814,1,1,1,1,1,1,0.0289,0.1814,0.5843,1,0.477,1,1,1,0.0842,0.477,0.5646,1,1,1,1,1,0.01712524,0.734938979,0.449345469,1,1,1,1,1,0.039234594,0.796192944,0.408661276,1,1,1,1,1,0.10508544,0.78435266,0.703842436,0.703829067,0.703900709
-5678,1,0.1189,1,1,1,1,1,1,1,1,0.0412,0.1189,0.5009,1,0.1814,1,1,1,1,1,1,0.0319,0.1814,0.5729,1,0.4771,1,1,1,0.0703,0.4771,0.4681,1,1,1,1,1,0.016834401,0.774042845,0.410196543,1,1,1,1,1,0.0570767,0.792138994,0.326504976,1,1,1,1,1,0.122584827,0.734186709,0.708011116,0.70806008,0.708333333
-5679,1,0.1189,1,1,1,1,1,1,1,1,0.0678,0.1189,0.4341,1,0.1814,1,1,1,1,1,1,0.0921,0.1814,0.4757,1,0.4772,1,1,1,0.117,0.4772,0.3709,1,1,1,1,1,0.033625219,0.767189264,0.257620931,1,1,1,1,1,0.165656537,0.729502738,0.311963379,1,1,1,1,1,0.148257181,0.698169351,0.706561141,0.706579226,0.707003546
-5680,1,0.119,1,1,1,1,1,1,1,1,0.074,0.119,0.3047,1,0.1815,1,1,1,1,1,1,0.1198,0.1815,0.3243,1,0.4772,1,1,1,0.1677,0.4772,0.2553,1,1,1,1,1,0.065582655,0.652733207,0.2045452,1,1,1,1,1,0.169129312,0.500838935,0.289347917,1,1,1,1,1,0.198657006,0.611771524,0.702634123,0.702559763,0.702570922
-5681,1,0.1191,1,1,1,1,1,1,1,1,0.0371,0.1191,0.1335,1,0.1815,1,1,1,1,1,1,0.1315,0.1815,0.1598,1,0.4773,1,1,1,0.1722,0.4773,0.1087,1,1,1,1,1,0.055051815,0.49001056,0.11017257,1,1,1,1,1,0.130880624,0.269483745,0.177416772,1,1,1,1,1,0.277900398,0.376090407,0.692544708,0.692616882,0.692819149
-5682,1,0.1191,1,1,1,1,1,1,1,1,0.0591,0.1191,0.0131,1,0.1815,1,1,1,1,1,1,0.1246,0.1815,0.0213,1,0.4774,1,1,1,0.169,0.4774,0.0022,1,1,1,1,1,0.115877531,0.145440802,0.206214815,1,1,1,1,1,0.143990144,0.058513023,0.196684301,1,1,1,1,1,0.35296756,0.030468533,0.672124215,0.672096467,0.672429078
-5683,1,0.1192,1,1,1,1,1,1,1,1,0.0581,0.1192,0,1,0.1816,1,1,1,1,1,1,0.0852,0.1816,0,1,0.4774,1,1,1,0.2,0.4774,0,1,1,1,1,1,0.120371252,0,0.25945127,1,1,1,1,1,0.121933356,0,0.260235637,1,1,1,1,1,0.416134,0,0.662941034,0.662999788,0.663120567
-5684,1,0.1192,1,1,1,1,1,1,1,1,0.0818,0.1192,0,1,0.1816,1,1,1,1,1,1,0.11,0.1816,0,1,0.4775,1,1,1,0.2231,0.4775,0,1,1,1,1,1,0.187386021,0,0.089530438,1,1,1,1,1,0.15287745,0,0.176560208,1,1,1,1,1,0.410980821,0,0.66118898,0.661307383,0.661347518
-5685,1,0.1193,1,1,1,1,1,1,1,1,0.0775,0.1193,0,1,0.1816,1,1,1,1,1,1,0.0439,0.1816,0,1,0.4776,1,1,1,0.1453,0.4776,0,1,1,1,1,1,0.141240925,0,0.177788883,1,1,1,1,1,0.093308538,0,0.20154947,1,1,1,1,1,0.317990452,0,0.627960367,0.627882378,0.628102837
-5686,1,0.1194,1,1,1,1,1,1,1,1,0.0471,0.1194,0,1,0.1817,1,1,1,1,1,1,0.0214,0.1817,0,1,0.4777,1,1,1,0.1683,0.4777,0,1,1,1,1,1,0.07966844,0,0.162880927,1,1,1,1,1,0.059513308,0,0.168132201,1,1,1,1,1,0.364231855,0,0.580413243,0.580495029,0.580230496
-5687,1,0.1194,1,1,1,1,1,1,1,1,0.0606,0.1194,0,1,0.1817,1,1,1,1,1,1,0.0422,0.1817,0,1,0.4777,1,1,1,0.1013,0.4777,0,1,1,1,1,1,0.104200184,0,0.118687831,1,1,1,1,1,0.075024679,0,0.171341389,1,1,1,1,1,0.24368301,0,0.529603673,0.529722869,0.529698582
-5688,1,0.1195,1,1,1,1,1,1,1,1,0.047,0.1195,0,1,0.1818,1,1,1,1,1,1,0.0154,0.1818,0,1,0.4778,1,1,1,0.1312,0.4778,0,1,1,1,1,1,0.066677935,0,0.123385839,1,1,1,1,1,0.049909711,0,0.097439274,1,1,1,1,1,0.313408196,0,0.489246013,0.489316691,0.489361702
-5689,1,0.1196,1,1,1,1,1,1,1,1,0.0289,0.1196,0,1,0.1818,1,1,1,1,1,1,0,0.1818,0,1,0.4779,1,1,1,0.1384,0.4779,0,1,1,1,1,1,0.021288795,0,0.122250095,1,1,1,1,1,0.027177211,0,0.07707984,1,1,1,1,1,0.328103244,0,0.46060899,0.460757351,0.460549645
-5690,1,0.1196,1,1,1,1,1,1,1,1,0.039,0.1196,0,1,0.1818,1,1,1,1,1,1,0.006,0.1818,0,1,0.4779,1,1,1,0.1861,0.4779,0,1,1,1,1,1,0.024596777,0,0.042141497,1,1,1,1,1,0.050951011,0,0.112680115,1,1,1,1,1,0.434109926,0,0.442544708,0.442563994,0.442819149
-5691,1,0.1197,1,1,1,1,1,1,1,1,0.0502,0.1197,0,1,0.1819,1,1,1,1,1,1,0,0.1819,0,1,0.478,1,1,1,0.1843,0.478,0,1,1,1,1,1,0.025650438,0,0.053105824,1,1,1,1,1,0.044273652,0,0.067125395,1,1,1,1,1,0.404741555,0,0.430884485,0.430717157,0.430851064
-5692,1,0.1197,1,1,1,1,1,1,1,1,0.0264,0.1197,0,1,0.1819,1,1,1,1,1,1,0,0.1819,0,1,0.4781,1,1,1,0.1787,0.4781,0,1,1,1,1,1,0.010236656,0,0.058310226,1,1,1,1,1,0.027035866,0,0,1,1,1,1,1,0.382373363,0,0.42719913,0.427120795,0.427304965
-5693,1,0.1198,1,1,1,1,1,1,1,1,0.0033,0.1198,0,1,0.1819,1,1,1,1,1,1,0,0.1819,0,1,0.4781,1,1,1,0.1465,0.4781,0,1,1,1,1,1,0.001423931,0,0.061810341,1,1,1,1,1,0.025250345,0,0.016778797,1,1,1,1,1,0.369701296,0,0.431488642,0.431563359,0.431737589
-5694,1,0.1199,1,1,1,1,1,1,1,1,0.0005,0.1199,0.0406,1,0.182,1,1,1,1,1,1,0.014,0.182,0.0634,1,0.4782,1,1,1,0.1368,0.4782,0.0398,1,1,1,1,1,0.001277536,0.32831046,0.04186523,1,1,1,1,1,0.042238709,0.303067148,0.029090315,1,1,1,1,1,0.325523674,0.379367679,0.436744804,0.436852126,0.436613475
-5695,1,0.1199,1,1,1,1,1,1,1,1,0.0003,0.1199,0.2104,1,0.182,1,1,1,1,1,1,0.0088,0.182,0.2258,1,0.4783,1,1,1,0.0889,0.4783,0.206,1,1,1,1,1,0.001180816,0.619401991,0.089160651,1,1,1,1,1,0.027588051,0.608590543,0.063759692,1,1,1,1,1,0.182718948,0.656945944,0.469188014,0.469219378,0.469414894
-5696,1,0.12,1,1,1,1,1,1,1,1,0,0.12,0.3931,1,0.182,1,1,1,1,1,1,0,0.182,0.4117,1,0.4783,1,1,1,0.0634,0.4783,0.3871,1,1,1,1,1,0.000111794,0.792543054,0.070932843,1,1,1,1,1,0.004058774,0.813194454,0.083587177,1,1,1,1,1,0.093734644,0.801559269,0.51878927,0.518722234,0.519060284
-5697,1,0.1201,1,1,1,1,1,1,1,1,0.0008,0.1201,0.5351,1,0.1821,1,1,1,1,1,1,0,0.1821,0.5439,1,0.4784,1,1,1,0.0198,0.4784,0.5263,1,1,1,1,1,0.000416725,0.868282795,0.101324901,1,1,1,1,1,0.000363531,0.880757451,0.024147907,1,1,1,1,1,0.041466672,0.853086114,0.565067666,0.56505183,0.565159574
-5698,1,0.1201,1,1,1,1,1,1,1,1,0.0015,0.1201,0.6404,1,0.1821,1,1,1,1,1,1,0,0.1821,0.6451,1,0.4785,1,1,1,0.0133,0.4785,0.6245,1,1,1,1,1,0.000657975,0.898177505,0.076772861,1,1,1,1,1,0.000264573,0.911641896,0.025570419,1,1,1,1,1,0.01739151,0.878995538,0.600652489,0.600803893,0.60106383
-5699,1,0.1202,1,1,1,1,1,1,1,1,0.0033,0.1202,0.6488,1,0.1821,1,1,1,1,1,1,0,0.1821,0.6582,1,0.4786,1,1,1,0.0217,0.4786,0.6302,1,1,1,1,1,0.000442881,0.911498785,0.068628877,1,1,1,1,1,0.000333706,0.924114525,0,1,1,1,1,1,0.031611536,0.887094796,0.62820203,0.628305479,0.628546099
-5700,1,0.1202,1,1,1,1,1,1,1,1,0.0094,0.1202,0.6503,1,0.1822,1,1,1,1,1,1,0,0.1822,0.6607,1,0.4786,1,1,1,0.0262,0.4786,0.6222,1,1,1,1,1,0.002523668,0.909346223,0.081279255,1,1,1,1,1,0.002988479,0.926670194,0.03671309,1,1,1,1,1,0.035004184,0.889550745,0.649891252,0.649883647,0.649822695
-5701,1,0.1203,1,1,1,1,1,1,1,1,0.0171,0.1203,0.6435,1,0.1822,1,1,1,1,1,1,0,0.1822,0.6521,1,0.4787,1,1,1,0.0402,0.4787,0.6057,1,1,1,1,1,0.004237657,0.894667268,0.120536298,1,1,1,1,1,0.004759803,0.913566232,0.053245552,1,1,1,1,1,0.055305589,0.87459594,0.661853552,0.661942035,0.662234043
-5702,1,0.1204,1,1,1,1,1,1,1,1,0.029,0.1204,0.5997,1,0.1822,1,1,1,1,1,1,0.0036,0.1822,0.6166,1,0.4788,1,1,1,0.0432,0.4788,0.5605,1,1,1,1,1,0.008376491,0.877668023,0.099259138,1,1,1,1,1,0.013479285,0.893757701,0.055685341,1,1,1,1,1,0.058204655,0.844370127,0.672667956,0.672731119,0.67287234
-5703,1,0.1204,1,1,1,1,1,1,1,1,0.0378,0.1204,0.4801,1,0.1823,1,1,1,1,1,1,0.0082,0.1823,0.5075,1,0.4788,1,1,1,0.0699,0.4788,0.4418,1,1,1,1,1,0.014824239,0.843507111,0.098823495,1,1,1,1,1,0.02626995,0.85274446,0.033831153,1,1,1,1,1,0.062745571,0.811208367,0.68360319,0.683731754,0.683510638
-5704,1,0.1205,1,1,1,1,1,1,1,1,0.0324,0.1205,0.3244,1,0.1823,1,1,1,1,1,1,0.0065,0.1823,0.3651,1,0.4789,1,1,1,0.1232,0.4789,0.2859,1,1,1,1,1,0.016236953,0.758719563,0.073653124,1,1,1,1,1,0.035876222,0.769949079,0.020242147,1,1,1,1,1,0.095978193,0.719950914,0.694538424,0.694732388,0.694592199
-5705,1,0.1206,1,1,1,1,1,1,1,1,0.033,0.1206,0.1324,1,0.1823,1,1,1,1,1,1,0.0217,0.1823,0.1782,1,0.479,1,1,1,0.1193,0.479,0.1094,1,1,1,1,1,0.032886248,0.535150051,0.092400067,1,1,1,1,1,0.043044843,0.559479892,0.003059162,1,1,1,1,1,0.105602726,0.491544634,0.700096665,0.700021155,0.70035461
-5706,1,0.1206,1,1,1,1,1,1,1,1,0.0327,0.1206,0.0085,1,0.1824,1,1,1,1,1,1,0.0691,0.1824,0.0295,1,0.479,1,1,1,0.13,0.479,0.0025,1,1,1,1,1,0.082116425,0.154982239,0.05636739,1,1,1,1,1,0.081822962,0.210805684,0,1,1,1,1,1,0.161916882,0.020875677,0.687348961,0.687328115,0.6875
-5707,1,0.1207,1,1,1,1,1,1,1,1,0.0487,0.1207,0,1,0.1824,1,1,1,1,1,1,0.0512,0.1824,0,1,0.4791,1,1,1,0.1333,0.4791,0,1,1,1,1,1,0.117591895,0,0,1,1,1,1,1,0.077293895,0,0,1,1,1,1,1,0.272218257,0,0.679374094,0.67950074,0.679521277
-5708,1,0.1207,1,1,1,1,1,1,1,1,0.093,0.1207,0,1,0.1824,1,1,1,1,1,1,0.1141,0.1824,0,1,0.4792,1,1,1,0.1735,0.4792,0,1,1,1,1,1,0.171393678,0,0.010757894,1,1,1,1,1,0.15552707,0,0.002667801,1,1,1,1,1,0.350147784,0,0.681246979,0.681404696,0.681294326
-5709,1,0.1208,1,1,1,1,1,1,1,1,0.0728,0.1208,0,1,0.1825,1,1,1,1,1,1,0.1586,0.1825,0,1,0.4793,1,1,1,0.1593,0.4793,0,1,1,1,1,1,0.137841687,0,0.004194973,1,1,1,1,1,0.224262208,0,0,1,1,1,1,1,0.368006796,0,0.639137264,0.639094563,0.639184397
-5710,1,0.1209,1,1,1,1,1,1,1,1,0.116,0.1209,0,1,0.1825,1,1,1,1,1,1,0.1656,0.1825,0,1,0.4793,1,1,1,0.111,0.4793,0,1,1,1,1,1,0.154894322,0,0.005464317,1,1,1,1,1,0.196199745,0,0,1,1,1,1,1,0.286510915,0,0.580413243,0.580495029,0.580230496
-5711,1,0.1209,1,1,1,1,1,1,1,1,0.099,0.1209,0,1,0.1825,1,1,1,1,1,1,0.07,0.1825,0,1,0.4794,1,1,1,0.1498,0.4794,0,1,1,1,1,1,0.123203009,0,0,1,1,1,1,1,0.069589764,0,0,1,1,1,1,1,0.373111516,0,0.527609957,0.527607362,0.52748227
-5712,1,0.121,1,1,1,1,1,1,1,1,0.1319,0.121,0,1,0.1826,1,1,1,1,1,1,0.0818,0.1826,0,1,0.4795,1,1,1,0.1552,0.4795,0,1,1,1,1,1,0.168815106,0,0,1,1,1,1,1,0.075965166,0,0,1,1,1,1,1,0.41576919,0,0.485741904,0.48572033,0.485815603
-5713,1,0.1211,1,1,1,1,1,1,1,1,0.118,0.1211,0,1,0.1826,1,1,1,1,1,1,0.13,0.1826,0,1,0.4795,1,1,1,0.1991,0.4795,0,1,1,1,1,1,0.169884935,0,0,1,1,1,1,1,0.118751548,0,0,1,1,1,1,1,0.46939081,0,0.460427743,0.460545801,0.460549645
-5714,1,0.1211,1,1,1,1,1,1,1,1,0.1307,0.1211,0,1,0.1826,1,1,1,1,1,1,0.2239,0.1826,0,1,0.4796,1,1,1,0.1806,0.4796,0,1,1,1,1,1,0.190843776,0,7.57E-05,1,1,1,1,1,0.210401028,0,0,1,1,1,1,1,0.415425599,0,0.445384244,0.445525703,0.445478723
-5715,1,0.1212,1,1,1,1,1,1,1,1,0.16,0.1212,0,1,0.1827,1,1,1,1,1,1,0.156,0.1827,0,1,0.4797,1,1,1,0.1742,0.4797,0,1,1,1,1,1,0.224512354,0,0,1,1,1,1,1,0.146346271,0,0,1,1,1,1,1,0.399534702,0,0.438678105,0.438756082,0.438829787
-5716,1,0.1212,1,1,1,1,1,1,1,1,0.1412,0.1212,0,1,0.1827,1,1,1,1,1,1,0.0953,0.1827,0,1,0.4797,1,1,1,0.1599,0.4797,0,1,1,1,1,1,0.174998537,0,0,1,1,1,1,1,0.081062697,0,0,1,1,1,1,1,0.393532932,0,0.446290478,0.446371906,0.446365248
-5717,1,0.1213,1,1,1,1,1,1,1,1,0.0713,0.1213,0,1,0.1827,1,1,1,1,1,1,0.1041,0.1827,0,1,0.4798,1,1,1,0.1364,0.4798,0,1,1,1,1,1,0.070310824,0,0,1,1,1,1,1,0.084171817,0,0,1,1,1,1,1,0.374360144,0,0.47897535,0.478950709,0.478723404
-5718,1,0.1214,1,1,1,1,1,1,1,1,0.0868,0.1214,0.0523,1,0.1828,1,1,1,1,1,1,0.1946,0.1828,0.0392,1,0.4799,1,1,1,0.0908,0.4799,0.0411,1,1,1,1,1,0.079187214,0.294125706,0,1,1,1,1,1,0.171649531,0.116608121,0,1,1,1,1,1,0.294283748,0.406383008,0.529180764,0.529299767,0.529255319
-5719,1,0.1214,1,1,1,1,1,1,1,1,0.0722,0.1214,0.2088,1,0.1828,1,1,1,1,1,1,0.1219,0.1828,0.181,1,0.48,1,1,1,0.0512,0.48,0.2101,1,1,1,1,1,0.0831156,0.49079591,0.002385859,1,1,1,1,1,0.101070255,0.45674336,0.008634293,1,1,1,1,1,0.171306551,0.697585404,0.58881102,0.588745505,0.588652482
-5720,1,0.1215,1,1,1,1,1,1,1,1,0.0202,0.1215,0.3625,1,0.1828,1,1,1,1,1,1,0,0.1828,0.3529,1,0.48,1,1,1,0.024,0.48,0.3896,1,1,1,1,1,0.012619221,0.654685378,0.001222497,1,1,1,1,1,0.000909341,0.636897504,0.056829326,1,1,1,1,1,0.092387781,0.837317824,0.638714355,0.638671462,0.639184397
-5721,1,0.1216,1,1,1,1,1,1,1,1,0.0197,0.1216,0.4988,1,0.1829,1,1,1,1,1,1,0,0.1829,0.4677,1,0.4801,1,1,1,0.0149,0.4801,0.5236,1,1,1,1,1,0.009882485,0.779512286,0.003748212,1,1,1,1,1,0.001264833,0.716834664,0.074021995,1,1,1,1,1,0.031945635,0.846723735,0.67997825,0.679923842,0.679964539
-5722,1,0.1216,1,1,1,1,1,1,1,1,0.0102,0.1216,0.5881,1,0.1829,1,1,1,1,1,1,0.0242,0.1829,0.5761,1,0.4802,1,1,1,0.047,0.4802,0.6019,1,1,1,1,1,0.003767399,0.831422508,0.015001438,1,1,1,1,1,0.018997854,0.782390296,0.100764133,1,1,1,1,1,0.045905091,0.846027374,0.715744321,0.715675904,0.715868794
-5723,1,0.1217,1,1,1,1,1,1,1,1,0.0281,0.1217,0.6101,1,0.1829,1,1,1,1,1,1,0.0443,0.1829,0.5951,1,0.4802,1,1,1,0.0866,0.4802,0.5527,1,1,1,1,1,0.01603465,0.872100472,0.032012824,1,1,1,1,1,0.03702921,0.730724573,0.074492931,1,1,1,1,1,0.061328344,0.869332194,0.745650072,0.745716099,0.746010638
-5724,1,0.1217,1,1,1,1,1,1,1,1,0.0534,0.1217,0.6167,1,0.183,1,1,1,1,1,1,0.0402,0.183,0.5258,1,0.4803,1,1,1,0.1504,0.4803,0.5778,1,1,1,1,1,0.035576083,0.866896272,0.00557136,1,1,1,1,1,0.048541509,0.683043897,0.003275655,1,1,1,1,1,0.13920635,0.889459431,0.768064282,0.76814047,0.768173759
-5725,1,0.1218,1,1,1,1,1,1,1,1,0.11,0.1218,0.5839,1,0.183,1,1,1,1,1,1,0.0652,0.183,0.517,1,0.4804,1,1,1,0.1776,0.4804,0.4994,1,1,1,1,1,0.081034996,0.817176521,0.016241623,1,1,1,1,1,0.081886619,0.687440634,0,1,1,1,1,1,0.247217014,0.87865448,0.791505558,0.791622594,0.791666667
-5726,1,0.1219,1,1,1,1,1,1,1,1,0.229,0.1219,0.5277,1,0.183,1,1,1,1,1,1,0.1467,0.183,0.3975,1,0.4804,1,1,1,0.1887,0.4804,0.4171,1,1,1,1,1,0.15650937,0.714610755,0.099394388,1,1,1,1,1,0.158374816,0.550215065,0.124826714,1,1,1,1,1,0.225906461,0.79292047,0.802984534,0.80304633,0.803191489
-5727,1,0.1219,1,1,1,1,1,1,1,1,0.2733,0.1219,0.3689,1,0.1831,1,1,1,1,1,1,0.1545,0.1831,0.2931,1,0.4805,1,1,1,0.2544,0.4805,0.2795,1,1,1,1,1,0.190783888,0.489120036,0.183335543,1,1,1,1,1,0.188504905,0.486476511,0.231283784,1,1,1,1,1,0.214890182,0.662245214,0.804555341,0.804738735,0.804964539
-5728,1,0.122,1,1,1,1,1,1,1,1,0.2986,0.122,0.2267,1,0.1831,1,1,1,1,1,1,0.298,0.1831,0.2451,1,0.4806,1,1,1,0.2675,0.4806,0.2243,1,1,1,1,1,0.247865006,0.39465335,0.204841152,1,1,1,1,1,0.340438157,0.400876343,0.129364669,1,1,1,1,1,0.253167123,0.438176036,0.802501208,0.802623228,0.802748227
-5729,1,0.1221,1,1,1,1,1,1,1,1,0.2386,0.1221,0.0926,1,0.1831,1,1,1,1,1,1,0.1546,0.1831,0.1156,1,0.4806,1,1,1,0.2717,0.4806,0.0802,1,1,1,1,1,0.197808176,0.227840513,0.17978394,1,1,1,1,1,0.193316564,0.257340282,0.096540838,1,1,1,1,1,0.299859047,0.184339985,0.792109715,0.792045695,0.792553191
-5730,1,0.1221,1,1,1,1,1,1,1,1,0.2253,0.1221,0,1,0.1832,1,1,1,1,1,1,0.1614,0.1832,0,1,0.4807,1,1,1,0.2043,0.4807,0,1,1,1,1,1,0.203825831,0,0.251478761,1,1,1,1,1,0.180007413,3.73E-05,0.322264135,1,1,1,1,1,0.33438915,0,0.772293378,0.772371483,0.772606383
-5731,1,0.1222,1,1,1,1,1,1,1,1,0.1486,0.1222,0,1,0.1832,1,1,1,1,1,1,0.0952,0.1832,0,1,0.4808,1,1,1,0.2305,0.4808,0,1,1,1,1,1,0.116570063,0,0.283518255,1,1,1,1,1,0.119644582,0,0.500217021,1,1,1,1,1,0.375640869,0,0.772957951,0.773006135,0.773049645
-5732,1,0.1222,1,1,1,1,1,1,1,1,0.1427,0.1222,0,1,0.1832,1,1,1,1,1,1,0.1221,0.1832,0,1,0.4809,1,1,1,0.1875,0.4809,0,1,1,1,1,1,0.126565337,0,0.252351671,1,1,1,1,1,0.132205382,0,0.686049581,1,1,1,1,1,0.287026376,0,0.7719913,0.771948382,0.772606383
-5733,1,0.1223,1,1,1,1,1,1,1,1,0.1729,0.1223,0,1,0.1833,1,1,1,1,1,1,0.1086,0.1833,0,1,0.4809,1,1,1,0.1221,0.4809,0,1,1,1,1,1,0.135809898,0,0.542803943,1,1,1,1,1,0.127677888,0,1,1,1,1,1,1,0.172299057,0,0.728189947,0.728157394,0.728280142
-5734,1,0.1224,1,1,1,1,1,1,1,1,0.1988,0.1224,0,1,0.1833,1,1,1,1,1,1,0.122,0.1833,0,1,0.481,1,1,1,0.1049,0.481,0,1,1,1,1,1,0.176866576,0,0.683026791,1,1,1,1,1,0.10455744,0,0.996502638,1,1,1,1,1,0.210822448,0,0.664209763,0.664269092,0.664450355
-5735,1,0.1224,1,1,1,1,1,1,1,1,0.236,0.1224,0,1,0.1833,1,1,1,1,1,1,0.1246,0.1833,0,1,0.4811,1,1,1,0.0801,0.4811,0,1,1,1,1,1,0.209413201,0,1,1,1,1,1,1,0.141320392,0,1,1,1,1,1,1,0.144431233,0,0.604639923,0.604823355,0.605053191
-5736,1,0.1225,1,1,1,1,1,1,1,1,0.1746,0.1225,0,1,0.1834,1,1,1,1,1,1,0.1222,0.1834,0,1,0.4811,1,1,1,0.0834,0.4811,0,1,1,1,1,1,0.164165467,0,0.986503303,1,1,1,1,1,0.151563048,0,1,1,1,1,1,1,0.174453706,0,0.56277187,0.562724773,0.562943262
-5737,1,0.1226,1,1,1,1,1,1,1,1,0.1905,0.1226,0,1,0.1834,1,1,1,1,1,1,0.1327,0.1834,0,1,0.4812,1,1,1,0.0633,0.4812,0,1,1,1,1,1,0.178822234,0,1,1,1,1,1,1,0.16529426,0,1,1,1,1,1,1,0.155132532,0,0.53618898,0.536069389,0.535904255
-5738,1,0.1226,1,1,1,1,1,1,1,1,0.1909,0.1226,0,1,0.1834,1,1,1,1,1,1,0.1364,0.1834,0,1,0.4813,1,1,1,0.0669,0.4813,0,1,1,1,1,1,0.158394828,0,0.997748196,1,1,1,1,1,0.147352844,0,1,1,1,1,1,1,0.150651425,0,0.52017883,0.520203089,0.520390071
-5739,1,0.1227,1,1,1,1,1,1,1,1,0.1767,0.1227,0,1,0.1835,1,1,1,1,1,1,0.3536,0.1835,0,1,0.4813,1,1,1,0.0522,0.4813,0,1,1,1,1,1,0.134901136,0,1,1,1,1,1,1,0.281905651,0,1,1,1,1,1,1,0.170663148,0,0.514137264,0.514068119,0.514184397
-5740,1,0.1227,1,1,1,1,1,1,1,1,0.156,0.1227,0,1,0.1835,1,1,1,1,1,1,0.2319,0.1835,0,1,0.4814,1,1,1,0.0527,0.4814,0,1,1,1,1,1,0.123067707,0,1,1,1,1,1,1,0.228465036,0,0.86152029,1,1,1,1,1,0.151669234,0,0.523260029,0.523376349,0.523492908
-5741,1,0.1228,1,1,1,1,1,1,1,1,0.1534,0.1228,0,1,0.1835,1,1,1,1,1,1,0.1372,0.1835,0,1,0.4815,1,1,1,0.0554,0.4815,0,1,1,1,1,1,0.122475088,0,0.846049547,1,1,1,1,1,0.169465825,0,0.902273297,1,1,1,1,1,0.16746214,0,0.56222813,0.562301671,0.5625
-5742,1,0.1229,1,1,1,1,1,1,1,1,0.1699,0.1229,0.0002,1,0.1836,1,1,1,1,1,1,0.0162,0.1836,0,1,0.4816,1,1,1,0.0673,0.4816,0.0001,1,1,1,1,1,0.153194398,2.66E-05,1,1,1,1,1,1,0.065055355,0,0.629745603,1,1,1,1,1,0.166635096,0,0.628987434,0.628940131,0.628989362
-5743,1,0.1229,1,1,1,1,1,1,1,1,0.092,0.1229,0.0537,1,0.1836,1,1,1,1,1,1,0.0334,0.1836,0.0396,1,0.4816,1,1,1,0.0649,0.4816,0.1254,1,1,1,1,1,0.069640003,0.04784485,0.964959502,1,1,1,1,1,0.051285323,0.05529156,0.528961778,1,1,1,1,1,0.174259558,0.087452725,0.685355244,0.685424159,0.68572695
-5744,1,0.123,1,1,1,1,1,1,1,1,0.0155,0.123,0.1556,1,0.1836,1,1,1,1,1,1,0.1328,0.1836,0.2281,1,0.4817,1,1,1,0.0489,0.4817,0.2358,1,1,1,1,1,0.028134618,0.339194,0.950296998,1,1,1,1,1,0.164819509,0.482563674,0.607061505,1,1,1,1,1,0.147603601,0.222435713,0.717798453,0.717791411,0.718085106
-5745,1,0.1231,1,1,1,1,1,1,1,1,0.0195,0.1231,0.4078,1,0.1837,1,1,1,1,1,1,0.1168,0.1837,0.4949,1,0.4818,1,1,1,0.0238,0.4818,0.3533,1,1,1,1,1,0.00929681,0.739439726,0.972001433,1,1,1,1,1,0.113920987,0.793044448,0.919608951,1,1,1,1,1,0.047371026,0.47478956,0.738279362,0.738311826,0.738475177
-5746,1,0.1231,1,1,1,1,1,1,1,1,0.021,0.1231,0.5457,1,0.1837,1,1,1,1,1,1,0.2055,0.1837,0.5769,1,0.4818,1,1,1,0.0569,0.4818,0.552,1,1,1,1,1,0.035153832,0.800383866,0.87953037,1,1,1,1,1,0.196173012,0.803658247,1,1,1,1,1,1,0.091251083,0.77082634,0.758458192,0.75862069,0.758865248
-5747,1,0.1232,1,1,1,1,1,1,1,1,0.0347,0.1232,0.5796,1,0.1837,1,1,1,1,1,1,0.4157,0.1837,0.5966,1,0.4819,1,1,1,0.0616,0.4819,0.5226,1,1,1,1,1,0.044026617,0.824077964,0.375897288,1,1,1,1,1,0.359944284,0.843770623,1,1,1,1,1,1,0.107658342,0.86916852,0.781839053,0.781891263,0.782358156
-5748,1,0.1232,1,1,1,1,1,1,1,1,0.0669,0.1232,0.5648,1,0.1838,1,1,1,1,1,1,0.2829,0.1838,0.6038,1,0.482,1,1,1,0.2545,0.482,0.479,1,1,1,1,1,0.084318109,0.811788023,0.987960696,1,1,1,1,1,0.261130184,0.884262443,0.989670277,1,1,1,1,1,0.508671939,0.849346161,0.801836636,0.801777026,0.801861702
-5749,1,0.1233,1,1,1,1,1,1,1,1,0.0675,0.1233,0.5826,1,0.1838,1,1,1,1,1,1,0.3266,0.1838,0.6289,1,0.482,1,1,1,0.4312,0.482,0.5253,1,1,1,1,1,0.124319561,0.849656463,0.849241138,1,1,1,1,1,0.259672493,0.901252627,0.634021282,1,1,1,1,1,0.687693954,0.803073704,0.824432093,0.824624498,0.824911348
-5750,1,0.1234,1,1,1,1,1,1,1,1,0.156,0.1234,0.5647,1,0.1838,1,1,1,1,1,1,0.3049,0.1838,0.6056,1,0.4821,1,1,1,0.4078,0.4821,0.4663,1,1,1,1,1,0.276160687,0.846075535,0.924361169,1,1,1,1,1,0.250586361,0.885165691,0.936077833,1,1,1,1,1,0.66422677,0.734544158,0.838871435,0.838798392,0.839095745
-5751,1,0.1234,1,1,1,1,1,1,1,1,0.1883,0.1234,0.4589,1,0.1839,1,1,1,1,1,1,0.3043,0.1839,0.4927,1,0.4822,1,1,1,0.3353,0.4822,0.4119,1,1,1,1,1,0.29478547,0.759437382,0.947076678,1,1,1,1,1,0.307288945,0.845339179,0.772963941,1,1,1,1,1,0.490700781,0.753963947,0.843765104,0.843664058,0.843971631
-5752,1,0.1235,1,1,1,1,1,1,1,1,0.1583,0.1235,0.296,1,0.1839,1,1,1,1,1,1,0.4328,0.1839,0.3474,1,0.4823,1,1,1,0.5078,0.4823,0.2803,1,1,1,1,1,0.273806512,0.645446777,0.975165904,1,1,1,1,1,0.369453907,0.752509892,0.599759459,1,1,1,1,1,0.753350973,0.673553348,0.845335911,0.845356463,0.845744681
-5753,1,0.1236,1,1,1,1,1,1,1,1,0.2031,0.1236,0.1132,1,0.1839,1,1,1,1,1,1,0.3278,0.1839,0.1674,1,0.4823,1,1,1,0.4689,0.4823,0.105,1,1,1,1,1,0.288765281,0.433288157,0.955464125,1,1,1,1,1,0.352108896,0.536226213,0.310465187,1,1,1,1,1,0.684581757,0.430246055,0.833494442,0.833509626,0.833776596
-5754,1,0.1236,1,1,1,1,1,1,1,1,0.104,0.1236,0.0017,1,0.184,1,1,1,1,1,1,0.1392,0.184,0.0164,1,0.4824,1,1,1,0.3706,0.4824,0.005,1,1,1,1,1,0.167283446,0.064425267,0.949373245,1,1,1,1,1,0.157442689,0.173546702,0.345431149,1,1,1,1,1,0.587600887,0.029558541,0.800930401,0.800930823,0.80141844
-5755,1,0.1237,1,1,1,1,1,1,1,1,0.0354,0.1237,0,1,0.184,1,1,1,1,1,1,0.1033,0.184,0,1,0.4825,1,1,1,0.2856,0.4825,0,1,1,1,1,1,0.056860134,0,0.976391554,1,1,1,1,1,0.142675191,0,0.38639766,1,1,1,1,1,0.484171957,0,0.786913968,0.786968479,0.78679078
-5756,1,0.1237,1,1,1,1,1,1,1,1,0.0442,0.1237,0,1,0.184,1,1,1,1,1,1,0.1866,0.184,0,1,0.4825,1,1,1,0.2743,0.4825,0,1,1,1,1,1,0.069475166,0,0.67337966,1,1,1,1,1,0.276150912,0,0.329670966,1,1,1,1,1,0.496699899,0,0.776703722,0.776602496,0.777039007
-5757,1,0.1238,1,1,1,1,1,1,1,1,0.134,0.1238,0,1,0.1841,1,1,1,1,1,1,0.2162,0.1841,0,1,0.4826,1,1,1,0.2118,0.4826,0,1,1,1,1,1,0.180867314,0,0.569553375,1,1,1,1,1,0.248181522,0,0.205097392,1,1,1,1,1,0.365109891,0,0.719610923,0.719695367,0.719858156
-5758,1,0.1239,1,1,1,1,1,1,1,1,0.1865,0.1239,0,1,0.1841,1,1,1,1,1,1,0.1147,0.1841,0,1,0.4827,1,1,1,0.1751,0.4827,0,1,1,1,1,1,0.228606984,0,0.244773045,1,1,1,1,1,0.188784719,0,0.184567541,1,1,1,1,1,0.32668066,0,0.643487192,0.643537127,0.643617021
-5759,1,0.1239,1,1,1,1,1,1,1,1,0.2209,0.1239,0,1,0.1841,1,1,1,1,1,1,0.0967,0.1841,0,1,0.4827,1,1,1,0.1885,0.4827,0,1,1,1,1,1,0.223603114,0,0.233351246,1,1,1,1,1,0.189139664,0,0.165737182,1,1,1,1,1,0.309691608,0,0.573888352,0.573725407,0.574024823
-5760,1,0.124,1,1,1,1,1,1,1,1,0.2678,0.124,0,1,0.1842,1,1,1,1,1,1,0.1132,0.1842,0,1,0.4828,1,1,1,0.1893,0.4828,0,1,1,1,1,1,0.214826763,0,0.266694278,1,1,1,1,1,0.237771243,0,0.36252436,1,1,1,1,1,0.307023942,0,0.519695505,0.519779987,0.519946809
-5761,1,0.124,1,1,1,1,1,1,1,1,0.2033,0.124,0,1,0.1842,1,1,1,1,1,1,0.118,0.1842,0,1,0.4829,1,1,1,0.2101,0.4829,0,1,1,1,1,1,0.193781495,0,0.27376917,1,1,1,1,1,0.219146624,0,0.357588232,1,1,1,1,1,0.328826964,0,0.486587724,0.486778083,0.486702128
-5762,1,0.1241,1,1,1,1,1,1,1,1,0.1921,0.1241,0,1,0.1842,1,1,1,1,1,1,0.1665,0.1842,0,1,0.4829,1,1,1,0.2687,0.4829,0,1,1,1,1,1,0.165869534,0,0.370090365,1,1,1,1,1,0.30956623,0,0.808336139,1,1,1,1,1,0.420271516,0,0.463690188,0.463719061,0.463652482
-5763,1,0.1242,1,1,1,1,1,1,1,1,0.1784,0.1242,0,1,0.1843,1,1,1,1,1,1,0.1183,0.1843,0,1,0.483,1,1,1,0.2949,0.483,0,1,1,1,1,1,0.178872824,0,0.485860825,1,1,1,1,1,0.225271896,0,0.928883612,1,1,1,1,1,0.543154597,0,0.451486225,0.451449122,0.451241135
-5764,1,0.1242,1,1,1,1,1,1,1,1,0.1499,0.1242,0,1,0.1843,1,1,1,1,1,1,0.1712,0.1843,0,1,0.4831,1,1,1,0.2772,0.4831,0,1,1,1,1,1,0.215282381,0,0.788577139,1,1,1,1,1,0.267255902,0,0.87096262,1,1,1,1,1,0.571911931,0,0.452754954,0.452718426,0.453014184
-5765,1,0.1243,1,1,1,1,1,1,1,1,0.1598,0.1243,0,1,0.1843,1,1,1,1,1,1,0.1172,0.1843,0,1,0.4832,1,1,1,0.3078,0.4832,0,1,1,1,1,1,0.233080029,0,0.605597973,1,1,1,1,1,0.200633734,0,0.66393882,1,1,1,1,1,0.621067166,0,0.483144031,0.483181722,0.483156028
-5766,1,0.1244,1,1,1,1,1,1,1,1,0.1742,0.1244,0.0562,1,0.1844,1,1,1,1,1,1,0.0908,0.1844,0.0783,1,0.4832,1,1,1,0.3831,0.4832,0.0488,1,1,1,1,1,0.265772343,0.441045463,0.358519107,1,1,1,1,1,0.180241242,0.396090627,0.32617563,1,1,1,1,1,0.665651143,0.512394845,0.534074432,0.534165433,0.534131206
-5767,1,0.1244,1,1,1,1,1,1,1,1,0.1153,0.1244,0.2369,1,0.1844,1,1,1,1,1,1,0.0468,0.1844,0.2568,1,0.4833,1,1,1,0.2542,0.4833,0.2334,1,1,1,1,1,0.143567294,0.750171304,0.171082303,1,1,1,1,1,0.077399001,0.705866516,0.252537698,1,1,1,1,1,0.474242449,0.803616643,0.584038183,0.58409139,0.584219858
-5768,1,0.1245,1,1,1,1,1,1,1,1,0.1279,0.1245,0.4272,1,0.1844,1,1,1,1,1,1,0.0258,0.1844,0.4425,1,0.4834,1,1,1,0.4376,0.4834,0.4268,1,1,1,1,1,0.176864833,0.909331083,0.242983103,1,1,1,1,1,0.044891283,0.88754046,0.333572537,1,1,1,1,1,0.708138108,0.931028247,0.615152247,0.615189338,0.615248227
-5769,1,0.1245,1,1,1,1,1,1,1,1,0.1071,0.1245,0.5764,1,0.1845,1,1,1,1,1,1,0.0596,0.1845,0.5816,1,0.4834,1,1,1,0.3151,0.4834,0.5767,1,1,1,1,1,0.121808134,0.958057106,0.110597998,1,1,1,1,1,0.079402782,0.944194734,0.184418082,1,1,1,1,1,0.536000431,0.960220039,0.637566457,0.637613708,0.637411348
-5770,1,0.1246,1,1,1,1,1,1,1,1,0.0785,0.1246,0.6919,1,0.1845,1,1,1,1,1,1,0.0978,0.1845,0.6913,1,0.4835,1,1,1,0.2937,0.4835,0.674,1,1,1,1,1,0.096675709,0.978361368,0.113196716,1,1,1,1,1,0.130156338,0.974451423,0.157589287,1,1,1,1,1,0.513480306,0.970426202,0.656295312,0.656230167,0.656471631
-5771,1,0.1247,1,1,1,1,1,1,1,1,0.069,0.1247,0.7017,1,0.1845,1,1,1,1,1,1,0.1602,0.1845,0.7087,1,0.4836,1,1,1,0.2333,0.4836,0.6543,1,1,1,1,1,0.098432928,0.989219487,0.142650619,1,1,1,1,1,0.175290614,0.992981672,0.118831947,1,1,1,1,1,0.453732222,0.970163226,0.667774287,0.667653903,0.667996454
-5772,1,0.1247,1,1,1,1,1,1,1,1,0.0514,0.1247,0.7014,1,0.1846,1,1,1,1,1,1,0.2126,0.1846,0.7102,1,0.4836,1,1,1,0.251,0.4836,0.6809,1,1,1,1,1,0.081957869,0.988956034,0.189688146,1,1,1,1,1,0.196308672,0.995489001,0.199331164,1,1,1,1,1,0.475252539,0.966912866,0.675507492,0.675692828,0.675531915
-5773,1,0.1248,1,1,1,1,1,1,1,1,0.043,0.1248,0.6955,1,0.1846,1,1,1,1,1,1,0.0848,0.1846,0.7041,1,0.4837,1,1,1,0.2964,0.4837,0.6753,1,1,1,1,1,0.056759208,0.977890491,0.143503189,1,1,1,1,1,0.101449579,0.987653673,0.232896894,1,1,1,1,1,0.455219954,0.945483327,0.685596907,0.68563571,0.68572695
-5774,1,0.1249,1,1,1,1,1,1,1,1,0.0231,0.1249,0.5924,1,0.1846,1,1,1,1,1,1,0.0327,0.1846,0.6099,1,0.4838,1,1,1,0.3091,0.4838,0.5749,1,1,1,1,1,0.037371259,0.875748754,0.230557531,1,1,1,1,1,0.032593101,0.894334376,0.410077751,1,1,1,1,1,0.434733331,0.874469399,0.691638473,0.691770679,0.691932624
-5775,1,0.1249,1,1,1,1,1,1,1,1,0.0618,0.1249,0.5104,1,0.1847,1,1,1,1,1,1,0.0676,0.1847,0.5445,1,0.4839,1,1,1,0.2429,0.4839,0.4461,1,1,1,1,1,0.073349863,0.92707926,0.056146428,1,1,1,1,1,0.084248468,0.942246914,0.129509941,1,1,1,1,1,0.44584012,0.891105175,0.695565491,0.695790142,0.695921986
-5776,1,0.125,1,1,1,1,1,1,1,1,0.0663,0.125,0.3425,1,0.1847,1,1,1,1,1,1,0.1433,0.1847,0.3924,1,0.4839,1,1,1,0.2887,0.4839,0.2943,1,1,1,1,1,0.076403998,0.837580502,0.078728706,1,1,1,1,1,0.133632988,0.865037978,0.105343461,1,1,1,1,1,0.505010784,0.784285963,0.700096665,0.700021155,0.70035461
-5777,1,0.125,1,1,1,1,1,1,1,1,0.0463,0.125,0.1381,1,0.1847,1,1,1,1,1,1,0.1879,0.1847,0.1937,1,0.484,1,1,1,0.3343,0.484,0.1101,1,1,1,1,1,0.075018428,0.618017554,0.085775428,1,1,1,1,1,0.154994011,0.659807503,0.118374355,1,1,1,1,1,0.562612891,0.558737993,0.696592557,0.696636344,0.696808511
-5778,1,0.1251,1,1,1,1,1,1,1,1,0.0326,0.1251,0.0155,1,0.1848,1,1,1,1,1,1,0.2283,0.1848,0.0447,1,0.4841,1,1,1,0.2367,0.4841,0.004,1,1,1,1,1,0.096881829,0.242804796,0.053387687,1,1,1,1,1,0.228159651,0.302677721,0.094410218,1,1,1,1,1,0.496100038,0.085850425,0.677078299,0.677173683,0.677304965
-5779,1,0.1252,1,1,1,1,1,1,1,1,0.0325,0.1252,0,1,0.1848,1,1,1,1,1,1,0.1366,0.1848,0,1,0.4841,1,1,1,0.2362,0.4841,0,1,1,1,1,1,0.085103437,0,0.029359622,1,1,1,1,1,0.158267453,0,0.083907858,1,1,1,1,1,0.535124123,0,0.670492992,0.670615612,0.670656028
-5780,1,0.1252,1,1,1,1,1,1,1,1,0.0568,0.1252,0,1,0.1848,1,1,1,1,1,1,0.0941,0.1848,0,1,0.4842,1,1,1,0.3153,0.4842,0,1,1,1,1,1,0.15183188,0,0.030048266,1,1,1,1,1,0.121272348,0,0.09887749,1,1,1,1,1,0.706429124,0,0.666505558,0.66659615,0.666666667
-5781,1,0.1253,1,1,1,1,1,1,1,1,0.112,0.1253,0,1,0.1849,1,1,1,1,1,1,0.0486,0.1849,0,1,0.4843,1,1,1,0.3693,0.4843,0,1,1,1,1,1,0.229738995,0,0.000459425,1,1,1,1,1,0.06255959,0,0.049781419,1,1,1,1,1,0.749380529,0,0.618716771,0.618574149,0.618794326
-5782,1,0.1254,1,1,1,1,1,1,1,1,0.1082,0.1254,0,1,0.1849,1,1,1,1,1,1,0.0699,0.1849,0,1,0.4843,1,1,1,0.4083,0.4843,0,1,1,1,1,1,0.233980969,0,0,1,1,1,1,1,0.092167415,0,0.019033771,1,1,1,1,1,0.7826823,0,0.5540116,0.554051195,0.554078014
-5783,1,0.1254,1,1,1,1,1,1,1,1,0.1284,0.1254,0,1,0.1849,1,1,1,1,1,1,0.1688,0.1849,0,1,0.4844,1,1,1,0.3395,0.4844,0,1,1,1,1,1,0.27869767,0,0.006296944,1,1,1,1,1,0.197964802,0,0,1,1,1,1,1,0.731074154,0,0.494139681,0.494182357,0.494237589
-5784,1,0.1255,1,1,1,1,1,1,1,1,0.1332,0.1255,0,1,0.185,1,1,1,1,1,1,0.393,0.185,0,1,0.4845,1,1,1,0.3465,0.4845,0,1,1,1,1,1,0.282238424,0,0.000623423,1,1,1,1,1,0.444128543,0,0,1,1,1,1,1,0.752147138,0,0.453902852,0.45398773,0.453900709
-5785,1,0.1255,1,1,1,1,1,1,1,1,0.0958,0.1255,0,1,0.185,1,1,1,1,1,1,0.189,0.185,0,1,0.4846,1,1,1,0.3181,0.4846,0,1,1,1,1,1,0.197559252,0,0.001751235,1,1,1,1,1,0.26221478,0,0,1,1,1,1,1,0.662011981,0,0.429313678,0.429236302,0.429521277
-5786,1,0.1256,1,1,1,1,1,1,1,1,0.0958,0.1256,0,1,0.185,1,1,1,1,1,1,0.1827,0.185,0,1,0.4846,1,1,1,0.2446,0.4846,0,1,1,1,1,1,0.199762285,0,0.020734388,1,1,1,1,1,0.21877861,0,0,1,1,1,1,1,0.621006012,0,0.414632673,0.414639306,0.414450355
-5787,1,0.1257,1,1,1,1,1,1,1,1,0.0945,0.1257,0,1,0.1851,1,1,1,1,1,1,0.0827,0.1851,0,1,0.4847,1,1,1,0.2933,0.4847,0,1,1,1,1,1,0.193153024,0,0.046519533,1,1,1,1,1,0.093465023,0,0,1,1,1,1,1,0.689736068,0,0.408832769,0.408927438,0.409131206
-5788,1,0.1257,1,1,1,1,1,1,1,1,0.1364,0.1257,0,1,0.1851,1,1,1,1,1,1,0.0619,0.1851,0,1,0.4848,1,1,1,0.403,0.4848,0,1,1,1,1,1,0.294023216,0,0.027970884,1,1,1,1,1,0.066550806,0,0.028420944,1,1,1,1,1,0.769024253,0,0.415659739,0.415697059,0.415780142
-5789,1,0.1258,1,1,1,1,1,1,1,1,0.1308,0.1258,0,1,0.1851,1,1,1,1,1,1,0.0546,0.1851,0,1,0.4848,1,1,1,0.3031,0.4848,0,1,1,1,1,1,0.264378935,0,0.011817568,1,1,1,1,1,0.047747429,0,0.031520944,1,1,1,1,1,0.639237702,0,0.449009183,0.448910514,0.449024823
-5790,1,0.1259,1,1,1,1,1,1,1,1,0.116,0.1259,0.0554,1,0.1852,1,1,1,1,1,1,0.0472,0.1852,0.0802,1,0.4849,1,1,1,0.2825,0.4849,0.047,1,1,1,1,1,0.242737487,0.418735892,0.006558985,1,1,1,1,1,0.048296459,0.420220077,0.0151322,1,1,1,1,1,0.603634059,0.472779155,0.504652006,0.50475989,0.504875887
-5791,1,0.1259,1,1,1,1,1,1,1,1,0.0719,0.1259,0.2364,1,0.1852,1,1,1,1,1,1,0.0777,0.1852,0.262,1,0.485,1,1,1,0.1791,0.485,0.2265,1,1,1,1,1,0.088553861,0.735608995,0.027313208,1,1,1,1,1,0.064074807,0.731072605,0.006457592,1,1,1,1,1,0.452424884,0.762967527,0.55679072,0.556801354,0.556737589
-5792,1,0.126,1,1,1,1,1,1,1,1,0.023,0.126,0.4235,1,0.1852,1,1,1,1,1,1,0.0057,0.1852,0.4454,1,0.485,1,1,1,0.1887,0.485,0.4094,1,1,1,1,1,0.035021316,0.891894758,0.010090311,1,1,1,1,1,0.014267531,0.900593758,0,1,1,1,1,1,0.486248076,0.895454288,0.594188014,0.594245822,0.594414894
-5793,1,0.126,1,1,1,1,1,1,1,1,0.0167,0.126,0.5672,1,0.1853,1,1,1,1,1,1,0.0048,0.1853,0.5778,1,0.4851,1,1,1,0.2004,0.4851,0.5524,1,1,1,1,1,0.023114605,0.937201977,0,1,1,1,1,1,0.009704316,0.942331553,0,1,1,1,1,1,0.404505402,0.93252784,0.624697922,0.624709118,0.624556738
-5794,1,0.1261,1,1,1,1,1,1,1,1,0.0409,0.1261,0.6759,1,0.1853,1,1,1,1,1,1,0.0784,0.1853,0.6775,1,0.4852,1,1,1,0.2609,0.4852,0.5923,1,1,1,1,1,0.047378093,0.954770148,0.018575046,1,1,1,1,1,0.058752153,0.959044695,0.019972252,1,1,1,1,1,0.542806029,0.926738441,0.651643306,0.651576052,0.652039007
-5795,1,0.1262,1,1,1,1,1,1,1,1,0.0795,0.1262,0.6838,1,0.1854,1,1,1,1,1,1,0.0768,0.1854,0.6873,1,0.4852,1,1,1,0.2577,0.4852,0.5458,1,1,1,1,1,0.066991225,0.960278869,0.070958942,1,1,1,1,1,0.06241199,0.966905355,0.042317547,1,1,1,1,1,0.491435349,0.946969867,0.668861769,0.668923207,0.668882979
-5796,1,0.1262,1,1,1,1,1,1,1,1,0.134,0.1262,0.687,1,0.1854,1,1,1,1,1,1,0.1056,0.1854,0.6901,1,0.4853,1,1,1,0.3079,0.4853,0.6301,1,1,1,1,1,0.082901463,0.962179303,0.098984256,1,1,1,1,1,0.089452371,0.970299721,0.019081153,1,1,1,1,1,0.514415503,0.923734188,0.680159497,0.680135392,0.680407801
-5797,1,0.1263,1,1,1,1,1,1,1,1,0.2022,0.1263,0.6784,1,0.1854,1,1,1,1,1,1,0.1024,0.1854,0.6828,1,0.4854,1,1,1,0.3341,0.4854,0.6695,1,1,1,1,1,0.149291605,0.952852309,0.118009038,1,1,1,1,1,0.091645874,0.959844649,0.027878536,1,1,1,1,1,0.566158533,0.93759346,0.69502175,0.694943939,0.695035461
-5798,1,0.1264,1,1,1,1,1,1,1,1,0.2475,0.1264,0.6267,1,0.1855,1,1,1,1,1,1,0.0624,0.1855,0.6398,1,0.4855,1,1,1,0.3357,0.4855,0.6056,1,1,1,1,1,0.177952528,0.934791744,0.202960521,1,1,1,1,1,0.059159499,0.939003706,0.071754456,1,1,1,1,1,0.57734108,0.920724511,0.703298695,0.703405966,0.703457447
-5799,1,0.1264,1,1,1,1,1,1,1,1,0.3175,0.1264,0.4981,1,0.1855,1,1,1,1,1,1,0.1918,0.1855,0.5272,1,0.4855,1,1,1,0.3531,0.4855,0.4705,1,1,1,1,1,0.242221057,0.902359724,0.459537417,1,1,1,1,1,0.177298352,0.908832133,0.313448697,1,1,1,1,1,0.610574126,0.879464626,0.708856936,0.708906283,0.708776596
-5800,1,0.1265,1,1,1,1,1,1,1,1,0.3643,0.1265,0.3325,1,0.1855,1,1,1,1,1,1,0.3515,0.1855,0.3737,1,0.4856,1,1,1,0.297,0.4856,0.303,1,1,1,1,1,0.285187602,0.805775523,0.519410133,1,1,1,1,1,0.289565653,0.810812473,0.428523839,1,1,1,1,1,0.595015526,0.784121871,0.713025616,0.713137296,0.71320922
-5801,1,0.1265,1,1,1,1,1,1,1,1,0.326,0.1265,0.1329,1,0.1856,1,1,1,1,1,1,0.261,0.1856,0.18,1,0.4857,1,1,1,0.2111,0.4857,0.1074,1,1,1,1,1,0.269888759,0.585659802,0.605742812,1,1,1,1,1,0.243777737,0.601198912,0.472697139,1,1,1,1,1,0.494723886,0.547017992,0.705473659,0.705521472,0.705673759
-5802,1,0.1266,1,1,1,1,1,1,1,1,0.2597,0.1266,0.0123,1,0.1856,1,1,1,1,1,1,0.1861,0.1856,0.0342,1,0.4857,1,1,1,0.2524,0.4857,0.0047,1,1,1,1,1,0.220172793,0.203802034,0.602513194,1,1,1,1,1,0.177593291,0.244279727,0.543678761,1,1,1,1,1,0.586984038,0.057884704,0.684751087,0.684577956,0.684840426
-5803,1,0.1267,1,1,1,1,1,1,1,1,0.2631,0.1267,0,1,0.1856,1,1,1,1,1,1,0.1742,0.1856,0,1,0.4858,1,1,1,0.3062,0.4858,0,1,1,1,1,1,0.25705719,0,0.713833332,1,1,1,1,1,0.218061805,0,0.596794248,1,1,1,1,1,0.610188365,0,0.685657322,0.68563571,0.68572695
-5804,1,0.1267,1,1,1,1,1,1,1,1,0.3215,0.1267,0,1,0.1857,1,1,1,1,1,1,0.332,0.1857,0,1,0.4859,1,1,1,0.3374,0.4859,0,1,1,1,1,1,0.361790717,0,0.503773749,1,1,1,1,1,0.401039809,0,0.627555013,1,1,1,1,1,0.710289776,0,0.684630256,0.684577956,0.684840426
-5805,1,0.1268,1,1,1,1,1,1,1,1,0.2593,0.1268,0,1,0.1857,1,1,1,1,1,1,0.2298,0.1857,0,1,0.4859,1,1,1,0.3305,0.4859,0,1,1,1,1,1,0.236333981,0,0.585101128,1,1,1,1,1,0.241170898,0,0.683596373,1,1,1,1,1,0.707097054,0,0.639862252,0.639729215,0.640070922
-5806,1,0.1269,1,1,1,1,1,1,1,1,0.2367,0.1269,0,1,0.1857,1,1,1,1,1,1,0.2086,0.1857,0,1,0.486,1,1,1,0.2634,0.486,0,1,1,1,1,1,0.25135231,0,0.552961826,1,1,1,1,1,0.250890583,0,0.879821241,1,1,1,1,1,0.637159884,0,0.577573707,0.57774487,0.578014184
-5807,1,0.1269,1,1,1,1,1,1,1,1,0.3872,0.1269,0,1,0.1858,1,1,1,1,1,1,0.5176,0.1858,0,1,0.4861,1,1,1,0.3105,0.4861,0,1,1,1,1,1,0.443059355,0,0.834468842,1,1,1,1,1,0.511810243,0,1,1,1,1,1,1,0.707965672,0,0.521507975,0.521472393,0.521276596
-5808,1,0.127,1,1,1,1,1,1,1,1,0.4568,0.127,0,1,0.1858,1,1,1,1,1,1,0.5806,0.1858,0,1,0.4862,1,1,1,0.3738,0.4862,0,1,1,1,1,1,0.477336526,0,0.791924596,1,1,1,1,1,0.631520689,0,1,1,1,1,1,1,0.779435515,0,0.479760754,0.479796911,0.479609929
-5809,1,0.127,1,1,1,1,1,1,1,1,0.6185,0.127,0,1,0.1858,1,1,1,1,1,1,0.5201,0.1858,0,1,0.4862,1,1,1,0.4309,0.4862,0,1,1,1,1,1,0.567300498,0,0.95417583,1,1,1,1,1,0.520169795,0,0.885748446,1,1,1,1,1,0.830234468,0,0.452090382,0.452083774,0.45212766
-5810,1,0.1271,1,1,1,1,1,1,1,1,0.5486,0.1271,0,1,0.1859,1,1,1,1,1,1,0.4336,0.1859,0,1,0.4863,1,1,1,0.459,0.4863,0,1,1,1,1,1,0.520795286,0,1,1,1,1,1,1,0.4535034,0,0.847774148,1,1,1,1,1,0.821935594,0,0.436442726,0.436429025,0.436613475
-5811,1,0.1272,1,1,1,1,1,1,1,1,0.4337,0.1272,0,1,0.1859,1,1,1,1,1,1,0.4027,0.1859,0,1,0.4864,1,1,1,0.4673,0.4864,0,1,1,1,1,1,0.411304235,0,1,1,1,1,1,1,0.404305279,0,0.958861351,1,1,1,1,1,0.824754715,0,0.429555341,0.429659403,0.429521277
-5812,1,0.1272,1,1,1,1,1,1,1,1,0.497,0.1272,0,1,0.1859,1,1,1,1,1,1,0.2179,0.1859,0,1,0.4864,1,1,1,0.5027,0.4864,0,1,1,1,1,1,0.47659573,0,1,1,1,1,1,1,0.234835476,0,1,1,1,1,1,1,0.843263805,0,0.435778154,0.435794373,0.43572695
-5813,1,0.1273,1,1,1,1,1,1,1,1,0.3454,0.1273,0,1,0.186,1,1,1,1,1,1,0.2245,0.186,0,1,0.4865,1,1,1,0.4342,0.4865,0,1,1,1,1,1,0.367792428,0,0.97381115,1,1,1,1,1,0.2233316,0,0.92648536,1,1,1,1,1,0.834951878,0,0.46840261,0.468373175,0.468085106
-5814,1,0.1274,1,1,1,1,1,1,1,1,0.3667,0.1274,0.0582,1,0.186,1,1,1,1,1,1,0.1702,0.186,0.0846,1,0.4866,1,1,1,0.421,0.4866,0.0408,1,1,1,1,1,0.390259892,0.414956748,0.959161878,1,1,1,1,1,0.1729462,0.428994745,0.96350348,1,1,1,1,1,0.833034217,0.264544934,0.519695505,0.519779987,0.519503546
-5815,1,0.1274,1,1,1,1,1,1,1,1,0.346,0.1274,0.2334,1,0.186,1,1,1,1,1,1,0.2878,0.186,0.2622,1,0.4866,1,1,1,0.2592,0.4866,0.1386,1,1,1,1,1,0.321919501,0.717256486,1,1,1,1,1,1,0.338504255,0.729586065,1,1,1,1,1,1,0.648052216,0.502661765,0.573586274,0.573725407,0.574024823
-5816,1,0.1275,1,1,1,1,1,1,1,1,0.2084,0.1275,0.4143,1,0.1861,1,1,1,1,1,1,0.1067,0.1861,0.4435,1,0.4867,1,1,1,0.216,0.4867,0.2404,1,1,1,1,1,0.178126782,0.856475174,0.940341711,1,1,1,1,1,0.108240604,0.894046783,0.723870695,1,1,1,1,1,0.56944263,0.389086455,0.61901885,0.61899725,0.619237589
-5817,1,0.1275,1,1,1,1,1,1,1,1,0.2693,0.1275,0.5574,1,0.1861,1,1,1,1,1,1,0.0987,0.1861,0.5748,1,0.4868,1,1,1,0.2266,0.4868,0.2983,1,1,1,1,1,0.257032216,0.890701532,0.998074293,1,1,1,1,1,0.111451939,0.94059819,0.680817366,1,1,1,1,1,0.530406594,0.427392691,0.657201547,0.65728792,0.657358156
-5818,1,0.1276,1,1,1,1,1,1,1,1,0.2074,0.1276,0.6628,1,0.1861,1,1,1,1,1,1,0.0771,0.1861,0.6703,1,0.4868,1,1,1,0.1576,0.4868,0.3416,1,1,1,1,1,0.14873834,0.927466273,0.95151329,1,1,1,1,1,0.074584328,0.950557768,0.350674331,1,1,1,1,1,0.419693768,0.53620863,0.691215563,0.691347578,0.691489362
-5819,1,0.1277,1,1,1,1,1,1,1,1,0.2108,0.1277,0.6741,1,0.1862,1,1,1,1,1,1,0.077,0.1862,0.6868,1,0.4869,1,1,1,0.1724,0.4869,0.3241,1,1,1,1,1,0.161760658,0.93466711,0.993314207,1,1,1,1,1,0.081889629,0.964359879,0.704331636,1,1,1,1,1,0.370395452,0.487165034,0.719550507,0.719695367,0.719414894
-5820,1,0.1277,1,1,1,1,1,1,1,1,0.3352,0.1277,0.6745,1,0.1862,1,1,1,1,1,1,0.099,0.1862,0.686,1,0.487,1,1,1,0.135,0.487,0.3923,1,1,1,1,1,0.247059822,0.946414709,1,1,1,1,1,1,0.108747959,0.962597787,1,1,1,1,1,1,0.281290859,0.46277079,0.739668922,0.73958113,0.739804965
-5821,1,0.1278,1,1,1,1,1,1,1,1,0.3501,0.1278,0.6601,1,0.1862,1,1,1,1,1,1,0.1574,0.1862,0.6794,1,0.4871,1,1,1,0.1446,0.4871,0.3723,1,1,1,1,1,0.302212059,0.893927276,1,1,1,1,1,1,0.159056902,0.955436528,1,1,1,1,1,1,0.260504633,0.460616291,0.763472692,0.763697906,0.763741135
-5822,1,0.1279,1,1,1,1,1,1,1,1,0.4422,0.1279,0.5938,1,0.1863,1,1,1,1,1,1,0.2529,0.1863,0.6319,1,0.4871,1,1,1,0.2725,0.4871,0.3436,1,1,1,1,1,0.43393144,0.803618789,1,1,1,1,1,1,0.270570189,0.932358205,1,1,1,1,1,1,0.356814563,0.534720659,0.776884969,0.777025598,0.777039007
-5823,1,0.1279,1,1,1,1,1,1,1,1,0.4788,0.1279,0.46,1,0.1863,1,1,1,1,1,1,0.3156,0.1863,0.5119,1,0.4872,1,1,1,0.2051,0.4872,0.2386,1,1,1,1,1,0.360313267,0.823121667,1,1,1,1,1,1,0.312576324,0.880510628,1,1,1,1,1,1,0.279514164,0.548243403,0.784195263,0.78421832,0.784574468
-5824,1,0.128,1,1,1,1,1,1,1,1,0.4465,0.128,0.3106,1,0.1863,1,1,1,1,1,1,0.3072,0.1863,0.3577,1,0.4873,1,1,1,0.2684,0.4873,0.0739,1,1,1,1,1,0.308559656,0.727865875,1,1,1,1,1,1,0.31350857,0.776824713,1,1,1,1,1,1,0.466559023,0.386192352,0.785645239,0.785699175,0.785904255
-5825,1,0.128,1,1,1,1,1,1,1,1,0.3456,0.128,0.12,1,0.1864,1,1,1,1,1,1,0.2802,0.1864,0.1667,1,0.4873,1,1,1,0.2964,0.4873,0,1,1,1,1,1,0.265663922,0.485620767,1,1,1,1,1,1,0.28001827,0.546009243,1,1,1,1,1,1,0.466050863,0.102782942,0.778637023,0.778718003,0.778812057
-5826,1,0.1281,1,1,1,1,1,1,1,1,0.287,0.1281,0.0001,1,0.1864,1,1,1,1,1,1,0.3162,0.1864,0.014,1,0.4874,1,1,1,0.3323,0.4874,0,1,1,1,1,1,0.311314613,0.014095958,1,1,1,1,1,1,0.390188932,0.152569488,1,1,1,1,1,1,0.530742764,0,0.754229096,0.754389676,0.754432624
-5827,1,0.1282,1,1,1,1,1,1,1,1,0.2906,0.1282,0,1,0.1864,1,1,1,1,1,1,0.2871,0.1864,0,1,0.4875,1,1,1,0.2452,0.4875,0,1,1,1,1,1,0.311891615,0,1,1,1,1,1,1,0.329556823,0,1,1,1,1,1,1,0.416915685,0,0.744925085,0.744869896,0.745124113
-5828,1,0.1282,1,1,1,1,1,1,1,1,0.3753,0.1282,0,1,0.1865,1,1,1,1,1,1,0.3833,0.1865,0,1,0.4875,1,1,1,0.2339,0.4875,0,1,1,1,1,1,0.403927028,0,1,1,1,1,1,1,0.4419204,0,1,1,1,1,1,1,0.474446237,0,0.738943934,0.738946478,0.73891844
-5829,1,0.1283,1,1,1,1,1,1,1,1,0.2284,0.1283,0,1,0.1865,1,1,1,1,1,1,0.4596,0.1865,0,1,0.4876,1,1,1,0.2934,0.4876,0,1,1,1,1,1,0.273618221,0,0.998898506,1,1,1,1,1,0.495102704,0,1,1,1,1,1,1,0.573190868,0,0.699130014,0.699174952,0.699468085
-5830,1,0.1284,1,1,1,1,1,1,1,1,0.2214,0.1284,0,1,0.1865,1,1,1,1,1,1,0.4081,0.1865,0,1,0.4877,1,1,1,0.4582,0.4877,0,1,1,1,1,1,0.235664144,0,0.996218503,1,1,1,1,1,0.460898578,0,1,1,1,1,1,1,0.700054407,0,0.645239246,0.645229532,0.645390071
-5831,1,0.1284,1,1,1,1,1,1,1,1,0.1968,0.1284,0,1,0.1866,1,1,1,1,1,1,0.0887,0.1866,0,1,0.4878,1,1,1,0.3271,0.4878,0,1,1,1,1,1,0.176274657,0,1,1,1,1,1,1,0.195326582,0,0.914475441,1,1,1,1,1,0.514630795,0,0.586213146,0.586206897,0.58643617
-5832,1,0.1285,1,1,1,1,1,1,1,1,0.2849,0.1285,0,1,0.1866,1,1,1,1,1,1,0.0568,0.1866,0,1,0.4878,1,1,1,0.2475,0.4878,0,1,1,1,1,1,0.172851443,0,1,1,1,1,1,1,0.167587161,0,1,1,1,1,1,1,0.363493145,0,0.532382794,0.532473027,0.532358156
-5833,1,0.1285,1,1,1,1,1,1,1,1,0.2727,0.1285,0,1,0.1866,1,1,1,1,1,1,0.1275,0.1866,0,1,0.4879,1,1,1,0.2358,0.4879,0,1,1,1,1,1,0.118993953,0,1,1,1,1,1,1,0.213500559,0,1,1,1,1,1,1,0.275385022,0,0.506645723,0.506663846,0.506648936
-5834,1,0.1286,1,1,1,1,1,1,1,1,0.2086,0.1286,0,1,0.1867,1,1,1,1,1,1,0.1311,0.1867,0,1,0.488,1,1,1,0.1999,0.488,0,1,1,1,1,1,0.116474867,0,1,1,1,1,1,1,0.218919814,0,1,1,1,1,1,1,0.223195001,0,0.488883519,0.48889359,0.48891844
-5835,1,0.1287,1,1,1,1,1,1,1,1,0.1641,0.1287,0,1,0.1867,1,1,1,1,1,1,0.1198,0.1867,0,1,0.488,1,1,1,0.1507,0.488,0,1,1,1,1,1,0.141259253,0,1,1,1,1,1,1,0.163702443,0,1,1,1,1,1,1,0.170813888,0,0.476558724,0.476623651,0.476950355
-5836,1,0.1287,1,1,1,1,1,1,1,1,0.2111,0.1287,0,1,0.1867,1,1,1,1,1,1,0.1152,0.1867,0,1,0.4881,1,1,1,0.1416,0.4881,0,1,1,1,1,1,0.150294498,0,0.98969847,1,1,1,1,1,0.148971021,0,1,1,1,1,1,1,0.164097145,0,0.470758821,0.470911783,0.470744681
-5837,1,0.1288,1,1,1,1,1,1,1,1,0.1483,0.1288,0,1,0.1868,1,1,1,1,1,1,0.0933,0.1868,0,1,0.4882,1,1,1,0.1875,0.4882,0,1,1,1,1,1,0.123848945,0,0.763960838,1,1,1,1,1,0.156622708,0,1,1,1,1,1,1,0.224724621,0,0.477948284,0.477892955,0.477836879
-5838,1,0.1289,1,1,1,1,1,1,1,1,0.1709,0.1289,0.0368,1,0.1868,1,1,1,1,1,1,0.045,0.1868,0.0287,1,0.4882,1,1,1,0.2118,0.4882,0.0423,1,1,1,1,1,0.185302496,0.262331575,0.380857736,1,1,1,1,1,0.101497144,0.084409371,0.631894529,1,1,1,1,1,0.273229957,0.370748192,0.49039391,0.490374445,0.490248227
-5839,1,0.1289,1,1,1,1,1,1,1,1,0.0921,0.1289,0.2147,1,0.1868,1,1,1,1,1,1,0,0.1868,0.2032,1,0.4883,1,1,1,0.1318,0.4883,0.2185,1,1,1,1,1,0.082858667,0.62777108,0.252961934,1,1,1,1,1,0.019903611,0.465738744,0.233292952,1,1,1,1,1,0.135679126,0.67413044,0.528032866,0.528030463,0.527925532
-5840,1,0.129,1,1,1,1,1,1,1,1,0.1049,0.129,0.4,1,0.1869,1,1,1,1,1,1,0,0.1869,0.402,1,0.4884,1,1,1,0.144,0.4884,0.4167,1,1,1,1,1,0.026237294,0.815764248,0.471728563,1,1,1,1,1,0.032009982,0.774953067,0.051429324,1,1,1,1,1,0.128608748,0.835068941,0.58379652,0.583879839,0.584219858
-5841,1,0.129,1,1,1,1,1,1,1,1,0.1247,0.129,0.5344,1,0.1869,1,1,1,1,1,1,0.0307,0.1869,0.5406,1,0.4885,1,1,1,0.0982,0.4885,0.563,1,1,1,1,1,0.039254181,0.852182627,0.750562906,1,1,1,1,1,0.08494319,0.863360882,0.13469556,1,1,1,1,1,0.07778465,0.885750055,0.631645723,0.63169029,0.631648936
-5842,1,0.1291,1,1,1,1,1,1,1,1,0.1375,0.1291,0.625,1,0.1869,1,1,1,1,1,1,0.0091,0.1869,0.6314,1,0.4885,1,1,1,0.1089,0.4885,0.6745,1,1,1,1,1,0.03095258,0.862350047,0.884997249,1,1,1,1,1,0.049424633,0.868137836,0.638306618,1,1,1,1,1,0.083362535,0.914449573,0.664270179,0.664269092,0.664450355
-5843,1,0.1292,1,1,1,1,1,1,1,1,0.121,0.1292,0.6304,1,0.187,1,1,1,1,1,1,0,0.187,0.6177,1,0.4886,1,1,1,0.098,0.4886,0.681,1,1,1,1,1,0.026498836,0.850087285,0.813659549,1,1,1,1,1,0.025875203,0.848654211,0.78753978,1,1,1,1,1,0.060887344,0.911481738,0.686321895,0.686481912,0.686613475
-5844,1,0.1292,1,1,1,1,1,1,1,1,0.1386,0.1292,0.6321,1,0.187,1,1,1,1,1,1,0.0058,0.187,0.6082,1,0.4887,1,1,1,0.0902,0.4887,0.6761,1,1,1,1,1,0.045397777,0.815398932,0.962401867,1,1,1,1,1,0.057541769,0.860080838,1,1,1,1,1,1,0.03447029,0.896075964,0.697498792,0.697694098,0.697695035
-5845,1,0.1293,1,1,1,1,1,1,1,1,0.1466,0.1293,0.6091,1,0.187,1,1,1,1,1,1,0.0034,0.187,0.5862,1,0.4887,1,1,1,0.0946,0.4887,0.6667,1,1,1,1,1,0.065491527,0.823598444,0.934396386,1,1,1,1,1,0.057998188,0.864920139,1,1,1,1,1,1,0.055069361,0.875028551,0.698888352,0.698963402,0.699024823
-5846,1,0.1294,1,1,1,1,1,1,1,1,0.1498,0.1294,0.5646,1,0.1871,1,1,1,1,1,1,0.0084,0.1871,0.5427,1,0.4888,1,1,1,0.0888,0.4888,0.6247,1,1,1,1,1,0.076233491,0.821258485,0.957532763,1,1,1,1,1,0.080516152,0.868453622,0.706139028,1,1,1,1,1,0.040969603,0.860131681,0.696592557,0.696636344,0.696808511
-5847,1,0.1294,1,1,1,1,1,1,1,1,0.1961,0.1294,0.4399,1,0.1871,1,1,1,1,1,1,0.0094,0.1871,0.4471,1,0.4889,1,1,1,0.0626,0.4889,0.4898,1,1,1,1,1,0.051031739,0.73247999,0.976769567,1,1,1,1,1,0.079377353,0.834634542,0.639347434,1,1,1,1,1,0.036133755,0.839666963,0.690792653,0.690712926,0.691046099
-5848,1,0.1295,1,1,1,1,1,1,1,1,0.1134,0.1295,0.3005,1,0.1871,1,1,1,1,1,1,0.0016,0.1871,0.3203,1,0.4889,1,1,1,0.078,0.4889,0.3199,1,1,1,1,1,0.043301344,0.643572211,0.858319879,1,1,1,1,1,0.093002841,0.741527915,0.244796097,1,1,1,1,1,0.0486972,0.769444168,0.686442726,0.686693463,0.686613475
-5849,1,0.1295,1,1,1,1,1,1,1,1,0.084,0.1295,0.1145,1,0.1872,1,1,1,1,1,1,0,0.1872,0.1303,1,0.489,1,1,1,0.0598,0.489,0.11,1,1,1,1,1,0.073704325,0.40395236,0.616368771,1,1,1,1,1,0.065116189,0.482695997,0.304916769,1,1,1,1,1,0.043396287,0.529617012,0.674963751,0.675058176,0.675088652
-5850,1,0.1296,1,1,1,1,1,1,1,1,0.1196,0.1296,0.0004,1,0.1872,1,1,1,1,1,1,0.0911,0.1872,0.0045,1,0.4891,1,1,1,0.0467,0.4891,0.0065,1,1,1,1,1,0.187794387,0.004937108,0.29536438,1,1,1,1,1,0.09716218,0.097482517,0.324498177,1,1,1,1,1,0.059531901,0.009686319,0.652549541,0.652633806,0.652925532
-5851,1,0.1297,1,1,1,1,1,1,1,1,0.0818,0.1297,0,1,0.1872,1,1,1,1,1,1,0.2013,0.1872,0,1,0.4891,1,1,1,0.0582,0.4891,0,1,1,1,1,1,0.231150657,0,0.475862503,1,1,1,1,1,0.141666293,0,0.357368857,1,1,1,1,1,0.070154972,0,0.647776704,0.64776814,0.648049645
-5852,1,0.1297,1,1,1,1,1,1,1,1,0.0678,0.1297,0,1,0.1873,1,1,1,1,1,1,0.0877,0.1873,0,1,0.4892,1,1,1,0.0723,0.4892,0,1,1,1,1,1,0.196804479,0,0.163058922,1,1,1,1,1,0.126275599,0,0.496038228,1,1,1,1,1,0.121754676,0,0.641553891,0.641633171,0.641400709
-5853,1,0.1298,1,1,1,1,1,1,1,1,0.0865,0.1298,0,1,0.1873,1,1,1,1,1,1,0.0716,0.1873,0,1,0.4893,1,1,1,0.0656,0.4893,0,1,1,1,1,1,0.178413391,0,0.135752738,1,1,1,1,1,0.117745124,0,0.299066782,1,1,1,1,1,0.089900471,0,0.608264862,0.608419717,0.608599291
-5854,1,0.1298,1,1,1,1,1,1,1,1,0.042,0.1298,0,1,0.1873,1,1,1,1,1,1,0.1146,0.1873,0,1,0.4894,1,1,1,0.052,0.4894,0,1,1,1,1,1,0.094673052,0,0.116425306,1,1,1,1,1,0.11645104,0,0.311596096,1,1,1,1,1,0.08749973,0,0.562651039,0.562724773,0.562943262
-5855,1,0.1299,1,1,1,1,1,1,1,1,0.0255,0.1299,0,1,0.1874,1,1,1,1,1,1,0.0548,0.1874,0,1,0.4894,1,1,1,0.0355,0.4894,0,1,1,1,1,1,0.073778108,0,0.092000715,1,1,1,1,1,0.069526218,0,0.226543993,1,1,1,1,1,0.1073125,0,0.514076849,0.514068119,0.514184397
-5856,1,0.13,1,1,1,1,1,1,1,1,0.0302,0.13,0,1,0.1874,1,1,1,1,1,1,0.0285,0.1874,0,1,0.4895,1,1,1,0.0243,0.4895,0,1,1,1,1,1,0.061887551,0,0.108439043,1,1,1,1,1,0.045086339,0,0.192995548,1,1,1,1,1,0.14843832,0,0.474625423,0.474719695,0.474734043
-5857,1,0.13,1,1,1,1,1,1,1,1,0.0323,0.13,0,1,0.1874,1,1,1,1,1,1,0.018,0.1874,0,1,0.4896,1,1,1,0.0422,0.4896,0,1,1,1,1,1,0.043081135,0,0.166309744,1,1,1,1,1,0.030123213,0,0.104906812,1,1,1,1,1,0.207690552,0,0.448707105,0.448698963,0.449024823
-5858,1,0.1301,1,1,1,1,1,1,1,1,0.034,0.1301,0,1,0.1875,1,1,1,1,1,1,0.0102,0.1875,0,1,0.4896,1,1,1,0.0562,0.4896,0,1,1,1,1,1,0.037131824,0,0.177191049,1,1,1,1,1,0.023214387,0,0.103945285,1,1,1,1,1,0.228989124,0,0.431609473,0.43177491,0.431737589
-5859,1,0.1302,1,1,1,1,1,1,1,1,0.0249,0.1302,0,1,0.1875,1,1,1,1,1,1,0,0.1875,0,1,0.4897,1,1,1,0.054,0.4897,0,1,1,1,1,1,0.025654105,0,0.185659423,1,1,1,1,1,0.022984322,0,0.085967019,1,1,1,1,1,0.229038358,0,0.422486709,0.422678231,0.422429078
-5860,1,0.1302,1,1,1,1,1,1,1,1,0.0169,0.1302,0,1,0.1875,1,1,1,1,1,1,0,0.1875,0,1,0.4898,1,1,1,0.055,0.4898,0,1,1,1,1,1,0.017168077,0,0.230208784,1,1,1,1,1,0.01380212,0,0.12960498,1,1,1,1,1,0.202640101,0,0.418740938,0.418658769,0.418882979
-5861,1,0.1303,1,1,1,1,1,1,1,1,0.0116,0.1303,0,1,0.1876,1,1,1,1,1,1,0,0.1876,0,1,0.4898,1,1,1,0.049,0.4898,0,1,1,1,1,1,0.009063774,0,0.21114251,1,1,1,1,1,0.004208626,0,0.098018587,1,1,1,1,1,0.20595561,0,0.422970034,0.422889782,0.42287234
-5862,1,0.1303,1,1,1,1,1,1,1,1,0.0092,0.1303,0.0401,1,0.1876,1,1,1,1,1,1,0,0.1876,0.0516,1,0.4899,1,1,1,0.0447,0.4899,0.0338,1,1,1,1,1,0.012281608,0.262932837,0.205555245,1,1,1,1,1,0.007864188,0.289569974,0.177269384,1,1,1,1,1,0.159131691,0.175488576,0.428769937,0.428813201,0.428634752
-5863,1,0.1304,1,1,1,1,1,1,1,1,0.0101,0.1304,0.2134,1,0.1876,1,1,1,1,1,1,0.0118,0.1876,0.2238,1,0.49,1,1,1,0.0371,0.49,0.1874,1,1,1,1,1,0.01423036,0.592399955,0.150874197,1,1,1,1,1,0.010726592,0.566444337,0.022228796,1,1,1,1,1,0.135705248,0.311463386,0.456681972,0.456737889,0.456560284
-5864,1,0.1305,1,1,1,1,1,1,1,1,0.0065,0.1305,0.3757,1,0.1877,1,1,1,1,1,1,0,0.1877,0.3998,1,0.4901,1,1,1,0.024,0.4901,0.334,1,1,1,1,1,0.004995708,0.744213521,0.127456039,1,1,1,1,1,0.000865339,0.764429927,0.024443718,1,1,1,1,1,0.070726134,0.398540497,0.501570807,0.50158663,0.50177305
-5865,1,0.1305,1,1,1,1,1,1,1,1,0.0091,0.1305,0.4983,1,0.1877,1,1,1,1,1,1,0,0.1877,0.5102,1,0.4901,1,1,1,0.0281,0.4901,0.414,1,1,1,1,1,0.00170475,0.73765415,0.108232185,1,1,1,1,1,2.52E-05,0.817749023,0.011865969,1,1,1,1,1,0.01713532,0.481431782,0.539995167,0.539877301,0.540336879
-5866,1,0.1306,1,1,1,1,1,1,1,1,0.0146,0.1306,0.5697,1,0.1877,1,1,1,1,1,1,0,0.1877,0.5923,1,0.4902,1,1,1,0.0259,0.4902,0.4974,1,1,1,1,1,0.001775538,0.787354112,0.189485908,1,1,1,1,1,0.000531962,0.816690505,0.14332436,1,1,1,1,1,0.024438512,0.47948879,0.566215563,0.566321134,0.566489362
-5867,1,0.1307,1,1,1,1,1,1,1,1,0.0135,0.1307,0.5805,1,0.1878,1,1,1,1,1,1,0,0.1878,0.5984,1,0.4903,1,1,1,0.0394,0.4903,0.5263,1,1,1,1,1,0.001022427,0.825555742,0.125460818,1,1,1,1,1,0.000413061,0.829717875,0.051443983,1,1,1,1,1,0.038749836,0.521869302,0.584340261,0.584514491,0.584219858
-5868,1,0.1307,1,1,1,1,1,1,1,1,0.0309,0.1307,0.5825,1,0.1878,1,1,1,1,1,1,0.0129,0.1878,0.5779,1,0.4903,1,1,1,0.0252,0.4903,0.5606,1,1,1,1,1,0.005108679,0.772704244,0.164239943,1,1,1,1,1,0.005557656,0.82875663,0.005794503,1,1,1,1,1,0.038249303,0.644128859,0.599081682,0.599111487,0.59929078
-5869,1,0.1308,1,1,1,1,1,1,1,1,0.0386,0.1308,0.547,1,0.1878,1,1,1,1,1,1,0.0141,0.1878,0.5388,1,0.4904,1,1,1,0.0224,0.4904,0.5651,1,1,1,1,1,0.006417479,0.746155441,0.096387297,1,1,1,1,1,0.006505806,0.821716785,0,1,1,1,1,1,0.045845166,0.677959085,0.605123248,0.605246457,0.605496454
-5870,1,0.1308,1,1,1,1,1,1,1,1,0.0497,0.1308,0.5167,1,0.1879,1,1,1,1,1,1,0,0.1879,0.5431,1,0.4905,1,1,1,0.0254,0.4905,0.5403,1,1,1,1,1,0.007836791,0.745539784,0.019104965,1,1,1,1,1,0.005190169,0.798876286,0,1,1,1,1,1,0.033374064,0.750264406,0.608446109,0.608631267,0.608599291
-5871,1,0.1309,1,1,1,1,1,1,1,1,0.0733,0.1309,0.4228,1,0.1879,1,1,1,1,1,1,0,0.1879,0.4714,1,0.4905,1,1,1,0.0136,0.4905,0.4211,1,1,1,1,1,0.013800587,0.735210299,0.103475735,1,1,1,1,1,0.004258692,0.785555184,0.019069111,1,1,1,1,1,0.016883891,0.662361145,0.609594007,0.609689021,0.609929078
-5872,1,0.131,1,1,1,1,1,1,1,1,0.0732,0.131,0.2822,1,0.1879,1,1,1,1,1,1,0,0.1879,0.3306,1,0.4906,1,1,1,0.0284,0.4906,0.2909,1,1,1,1,1,0.019342652,0.643407822,0.084578127,1,1,1,1,1,0.009577719,0.714617074,0.030520942,1,1,1,1,1,0.025046077,0.655563474,0.610741904,0.610746774,0.610815603
-5873,1,0.131,1,1,1,1,1,1,1,1,0.0307,0.131,0.1138,1,0.188,1,1,1,1,1,1,0.0134,0.188,0.1505,1,0.4907,1,1,1,0.0897,0.4907,0.1023,1,1,1,1,1,0.027892251,0.48129794,0.055351216,1,1,1,1,1,0.03116338,0.512633324,0.021790579,1,1,1,1,1,0.134152025,0.515113175,0.611648139,0.611804527,0.611702128
-5874,1,0.1311,1,1,1,1,1,1,1,1,0.0149,0.1311,0.0002,1,0.188,1,1,1,1,1,1,0.0784,0.188,0.0032,1,0.4908,1,1,1,0.0787,0.4908,0.0013,1,1,1,1,1,0.08933042,0.006357496,0.00691115,1,1,1,1,1,0.074671477,0.087784812,0.006350262,1,1,1,1,1,0.194083005,0,0.602887869,0.602919399,0.603280142
-5875,1,0.1312,1,1,1,1,1,1,1,1,0.0469,0.1312,0,1,0.188,1,1,1,1,1,1,0.0796,0.188,0,1,0.4908,1,1,1,0.0447,0.4908,0,1,1,1,1,1,0.111679137,0,0.015727196,1,1,1,1,1,0.093347594,0,0.019848431,1,1,1,1,1,0.176828519,0,0.60578782,0.605881109,0.605939716
-5876,1,0.1312,1,1,1,1,1,1,1,1,0.0549,0.1312,0,1,0.1881,1,1,1,1,1,1,0.2405,0.1881,0,1,0.4909,1,1,1,0.0577,0.4909,0,1,1,1,1,1,0.151531711,0,0.019201532,1,1,1,1,1,0.256533444,0,0.037896074,1,1,1,1,1,0.147535726,0,0.602525375,0.602707849,0.602836879
-5877,1,0.1313,1,1,1,1,1,1,1,1,0.0308,0.1313,0,1,0.1881,1,1,1,1,1,1,0.2466,0.1881,0,1,0.491,1,1,1,0.0614,0.491,0,1,1,1,1,1,0.085788302,0,0.004095762,1,1,1,1,1,0.252081454,0,0.018996861,1,1,1,1,1,0.132414699,0,0.573163364,0.573090755,0.57358156
-5878,1,0.1313,1,1,1,1,1,1,1,1,0.0245,0.1313,0,1,0.1881,1,1,1,1,1,1,0.1489,0.1881,0,1,0.491,1,1,1,0.0461,0.491,0,1,1,1,1,1,0.066603608,0,0.002733368,1,1,1,1,1,0.170108244,0,0.039768066,1,1,1,1,1,0.127180964,0,0.531657806,0.531626825,0.531914894
-5879,1,0.1314,1,1,1,1,1,1,1,1,0.0149,0.1314,0,1,0.1882,1,1,1,1,1,1,0.0206,0.1882,0,1,0.4911,1,1,1,0.0389,0.4911,0,1,1,1,1,1,0.038130693,0,0.000267656,1,1,1,1,1,0.053133268,0,0,1,1,1,1,1,0.13568832,0,0.487010633,0.486989634,0.48714539
-5880,1,0.1315,1,1,1,1,1,1,1,1,0.0155,0.1315,0,1,0.1882,1,1,1,1,1,1,0.004,0.1882,0,1,0.4912,1,1,1,0.0608,0.4912,0,1,1,1,1,1,0.038481008,0,0.015207659,1,1,1,1,1,0.041985646,0,0,1,1,1,1,1,0.166464627,0,0.45142581,0.451449122,0.451241135
-5881,1,0.1315,1,1,1,1,1,1,1,1,0.0207,0.1315,0,1,0.1882,1,1,1,1,1,1,0.014,0.1882,0,1,0.4912,1,1,1,0.0708,0.4912,0,1,1,1,1,1,0.045570288,0,0.089697421,1,1,1,1,1,0.042879373,0,0.008713089,1,1,1,1,1,0.172365069,0,0.427682455,0.427755447,0.427748227
-5882,1,0.1316,1,1,1,1,1,1,1,1,0.0271,0.1316,0,1,0.1883,1,1,1,1,1,1,0.0665,0.1883,0,1,0.4913,1,1,1,0.0592,0.4913,0,1,1,1,1,1,0.043996032,0,0.138101697,1,1,1,1,1,0.086499587,0,0.008440838,1,1,1,1,1,0.1792299,0,0.413061866,0.413158451,0.413120567
-5883,1,0.1317,1,1,1,1,1,1,1,1,0.0306,0.1317,0,1,0.1883,1,1,1,1,1,1,0.0684,0.1883,0,1,0.4914,1,1,1,0.0353,0.4914,0,1,1,1,1,1,0.037422374,0,0.134091079,1,1,1,1,1,0.106327035,0,0.039659947,1,1,1,1,1,0.112217396,0,0.405811986,0.405754178,0.405585106
-5884,1,0.1317,1,1,1,1,1,1,1,1,0.0382,0.1317,0,1,0.1883,1,1,1,1,1,1,0.0816,0.1883,0,1,0.4914,1,1,1,0.0415,0.4914,0,1,1,1,1,1,0.038880318,0,0.121920638,1,1,1,1,1,0.128682956,0,0.047011521,1,1,1,1,1,0.096790403,0,0.406416143,0.406600381,0.406471631
-5885,1,0.1318,1,1,1,1,1,1,1,1,0.0443,0.1318,0,1,0.1884,1,1,1,1,1,1,0.1314,0.1884,0,1,0.4915,1,1,1,0.0336,0.4915,0,1,1,1,1,1,0.046006955,0,0.121102929,1,1,1,1,1,0.207182735,0,0.130002096,1,1,1,1,1,0.081284069,0,0.41801595,0.418024117,0.417996454
-5886,1,0.1318,1,1,1,1,1,1,1,1,0.0212,0.1318,0.0324,1,0.1884,1,1,1,1,1,1,0.0315,0.1884,0.0519,1,0.4916,1,1,1,0.0221,0.4916,0.0334,1,1,1,1,1,0.010919547,0.287356406,0.041041076,1,1,1,1,1,0.079967007,0.308102518,0.122415967,1,1,1,1,1,0.065021828,0.348204285,0.431246979,0.431140258,0.431294326
-5887,1,0.1319,1,1,1,1,1,1,1,1,0.0026,0.1319,0.2119,1,0.1884,1,1,1,1,1,1,0.0163,0.1884,0.2273,1,0.4917,1,1,1,0.0065,0.4917,0.2047,1,1,1,1,1,0.002712974,0.598106146,0.180605307,1,1,1,1,1,0.068079934,0.574759305,0.17095603,1,1,1,1,1,0.024181927,0.634841383,0.458131948,0.458007193,0.457890071
-5888,1,0.132,1,1,1,1,1,1,1,1,0.0019,0.132,0.3819,1,0.1885,1,1,1,1,1,1,0.0165,0.1885,0.3987,1,0.4917,1,1,1,0.0005,0.4917,0.3923,1,1,1,1,1,0.000130964,0.742333293,0.099272668,1,1,1,1,1,0.031867664,0.775570631,0.136072263,1,1,1,1,1,0.000734147,0.733323872,0.501449976,0.50158663,0.50177305
-5889,1,0.132,1,1,1,1,1,1,1,1,0.0002,0.132,0.5294,1,0.1885,1,1,1,1,1,1,0.0209,0.1885,0.5356,1,0.4918,1,1,1,0.0014,0.4918,0.5319,1,1,1,1,1,1.55E-05,0.836185992,0.05880823,1,1,1,1,1,0.026751831,0.819213688,0.074109949,1,1,1,1,1,0.000293151,0.795654774,0.543801353,0.543685213,0.543882979
-5890,1,0.1321,1,1,1,1,1,1,1,1,0.0036,0.1321,0.644,1,0.1885,1,1,1,1,1,1,0.0719,0.1885,0.6475,1,0.4919,1,1,1,0.0043,0.4919,0.6076,1,1,1,1,1,0.004029488,0.921313286,0.161398306,1,1,1,1,1,0.07905706,0.867875516,0.219030887,1,1,1,1,1,0.005782482,0.850246787,0.573767521,0.573725407,0.574024823
-5891,1,0.1322,1,1,1,1,1,1,1,1,0.015,0.1322,0.6617,1,0.1886,1,1,1,1,1,1,0.0878,0.1886,0.6537,1,0.4919,1,1,1,0.0074,0.4919,0.6642,1,1,1,1,1,0.009567796,0.939885259,0.333915859,1,1,1,1,1,0.083231524,0.854908109,0.336508662,1,1,1,1,1,0.017307032,0.901997924,0.593221363,0.593188069,0.593085106
-5892,1,0.1322,1,1,1,1,1,1,1,1,0.0262,0.1322,0.6666,1,0.1886,1,1,1,1,1,1,0.0576,0.1886,0.655,1,0.492,1,1,1,0.0053,0.492,0.6632,1,1,1,1,1,0.018425539,0.940224171,0.283963263,1,1,1,1,1,0.057043929,0.854621649,0.18498221,1,1,1,1,1,0.01464455,0.908517122,0.603794103,0.603765602,0.603723404
-5893,1,0.1323,1,1,1,1,1,1,1,1,0.0267,0.1323,0.6568,1,0.1886,1,1,1,1,1,1,0.0508,0.1886,0.6398,1,0.4921,1,1,1,0.0106,0.4921,0.6302,1,1,1,1,1,0.013328763,0.91826272,0.283789843,1,1,1,1,1,0.051874496,0.82830143,0.195644766,1,1,1,1,1,0.041171394,0.903093159,0.61037941,0.610535223,0.61037234
-5894,1,0.1323,1,1,1,1,1,1,1,1,0.0459,0.1323,0.6067,1,0.1887,1,1,1,1,1,1,0.0388,0.1887,0.5702,1,0.4921,1,1,1,0.0185,0.4921,0.5689,1,1,1,1,1,0.022991192,0.898702621,0.201476961,1,1,1,1,1,0.057202436,0.721297383,0.121829584,1,1,1,1,1,0.043683052,0.887159765,0.614729338,0.614766237,0.614804965
-5895,1,0.1324,1,1,1,1,1,1,1,1,0.1001,0.1324,0.4722,1,0.1887,1,1,1,1,1,1,0.0203,0.1887,0.4456,1,0.4922,1,1,1,0.0348,0.4922,0.4541,1,1,1,1,1,0.061481342,0.834742904,0.211876363,1,1,1,1,1,0.054625317,0.660558939,0.190941632,1,1,1,1,1,0.059913877,0.855959415,0.618898018,0.61899725,0.618794326
-5896,1,0.1325,1,1,1,1,1,1,1,1,0.0902,0.1325,0.3154,1,0.1887,1,1,1,1,1,1,0.0229,0.1887,0.3058,1,0.4923,1,1,1,0.0445,0.4923,0.2931,1,1,1,1,1,0.085081242,0.729738116,0.363393784,1,1,1,1,1,0.063748203,0.566818953,0.233903676,1,1,1,1,1,0.092926092,0.760219216,0.626570807,0.626613074,0.62677305
-5897,1,0.1325,1,1,1,1,1,1,1,1,0.0436,0.1325,0.1193,1,0.1888,1,1,1,1,1,1,0.0221,0.1888,0.1292,1,0.4924,1,1,1,0.06,0.4924,0.0973,1,1,1,1,1,0.055688553,0.474794626,0.246897638,1,1,1,1,1,0.043596156,0.301676363,0.196091115,1,1,1,1,1,0.104454778,0.515518069,0.632008217,0.632113391,0.632092199
-5898,1,0.1326,1,1,1,1,1,1,1,1,0.0738,0.1326,0,1,0.1888,1,1,1,1,1,1,0.071,0.1888,0,1,0.4924,1,1,1,0.1139,0.4924,0,1,1,1,1,1,0.099146217,6.65E-05,0.199831113,1,1,1,1,1,0.11521323,0,0.234987199,1,1,1,1,1,0.199033588,0,0.626631223,0.626613074,0.62677305
-5899,1,0.1327,1,1,1,1,1,1,1,1,0.0759,0.1327,0,1,0.1888,1,1,1,1,1,1,0.0608,0.1888,0,1,0.4925,1,1,1,0.1781,0.4925,0,1,1,1,1,1,0.176504299,0,0.197489813,1,1,1,1,1,0.115646362,0,0.289267838,1,1,1,1,1,0.373656601,0,0.639741421,0.639729215,0.63962766
-5900,1,0.1327,1,1,1,1,1,1,1,1,0.0767,0.1327,0,1,0.1889,1,1,1,1,1,1,0.0617,0.1889,0,1,0.4926,1,1,1,0.262,0.4926,0,1,1,1,1,1,0.15320842,0,0.18731609,1,1,1,1,1,0.100877121,0,0.35126546,1,1,1,1,1,0.441917747,0,0.637022716,0.636979056,0.637411348
-5901,1,0.1328,1,1,1,1,1,1,1,1,0.1187,0.1328,0,1,0.1889,1,1,1,1,1,1,0.0654,0.1889,0,1,0.4926,1,1,1,0.2161,0.4926,0,1,1,1,1,1,0.190051898,0,0.185288996,1,1,1,1,1,0.103902884,0,0.431187183,1,1,1,1,1,0.429770827,0,0.591831803,0.591918765,0.592198582
-5902,1,0.1328,1,1,1,1,1,1,1,1,0.0629,0.1328,0,1,0.189,1,1,1,1,1,1,0.0817,0.189,0,1,0.4927,1,1,1,0.1823,0.4927,0,1,1,1,1,1,0.105748057,0,0.147955567,1,1,1,1,1,0.116202682,0,0.25064528,1,1,1,1,1,0.426193982,0,0.533530691,0.533742331,0.533687943
-5903,1,0.1329,1,1,1,1,1,1,1,1,0.0596,0.1329,0,1,0.189,1,1,1,1,1,1,0.0737,0.189,0,1,0.4928,1,1,1,0.1967,0.4928,0,1,1,1,1,1,0.121808223,0,0.122448936,1,1,1,1,1,0.105255522,0,0.24782382,1,1,1,1,1,0.460881591,0,0.482539874,0.48254707,0.482712766
-5904,1,0.133,1,1,1,1,1,1,1,1,0.0386,0.133,0,1,0.189,1,1,1,1,1,1,0.0977,0.189,0,1,0.4928,1,1,1,0.1737,0.4928,0,1,1,1,1,1,0.077028483,0,0.092870243,1,1,1,1,1,0.139780536,0,0.223367035,1,1,1,1,1,0.476826489,0,0.449311261,0.449333615,0.449468085
-5905,1,0.133,1,1,1,1,1,1,1,1,0.0438,0.133,0,1,0.1891,1,1,1,1,1,1,0.107,0.1891,0,1,0.4929,1,1,1,0.1785,0.4929,0,1,1,1,1,1,0.080872707,0,0.116741091,1,1,1,1,1,0.156935453,0,0.322492957,1,1,1,1,1,0.502251148,0,0.429917835,0.429870954,0.429964539
-5906,1,0.1331,1,1,1,1,1,1,1,1,0.0265,0.1331,0,1,0.1891,1,1,1,1,1,1,0.0923,0.1891,0,1,0.493,1,1,1,0.1697,0.493,0,1,1,1,1,1,0.056863334,0,0.134230733,1,1,1,1,1,0.138891041,0,0.351376176,1,1,1,1,1,0.441701233,0,0.420855486,0.420774275,0.421099291
-5907,1,0.1332,1,1,1,1,1,1,1,1,0.0172,0.1332,0,1,0.1891,1,1,1,1,1,1,0.0649,0.1891,0,1,0.493,1,1,1,0.1359,0.493,0,1,1,1,1,1,0.024581147,0,0.180860862,1,1,1,1,1,0.112580255,0,0.296782732,1,1,1,1,1,0.354414195,0,0.419284679,0.419293421,0.419326241
-5908,1,0.1332,1,1,1,1,1,1,1,1,0.0233,0.1332,0,1,0.1892,1,1,1,1,1,1,0.0214,0.1892,0,1,0.4931,1,1,1,0.1108,0.4931,0,1,1,1,1,1,0.022024971,0,0.272450387,1,1,1,1,1,0.055703826,0,0.343133003,1,1,1,1,1,0.297402769,0,0.429917835,0.429870954,0.429964539
-5909,1,0.1333,1,1,1,1,1,1,1,1,0.0256,0.1333,0,1,0.1892,1,1,1,1,1,1,0.0065,0.1892,0,1,0.4932,1,1,1,0.0598,0.4932,0,1,1,1,1,1,0.02618755,0,0.312968194,1,1,1,1,1,0.046040818,0,0.547219932,1,1,1,1,1,0.209627971,0,0.471544224,0.471757986,0.471631206
-5910,1,0.1333,1,1,1,1,1,1,1,1,0.0275,0.1333,0.0016,1,0.1892,1,1,1,1,1,1,0.0174,0.1892,0,1,0.4933,1,1,1,0.0334,0.4933,0.0229,1,1,1,1,1,0.026393751,0.002059166,0.354153305,1,1,1,1,1,0.046384562,0,0.361591399,1,1,1,1,1,0.105844781,0.240368515,0.547063799,0.547070023,0.546985816
-5911,1,0.1334,1,1,1,1,1,1,1,1,0.0327,0.1334,0.1026,1,0.1893,1,1,1,1,1,1,0.0141,0.1893,0.0933,1,0.4933,1,1,1,0.0564,0.4933,0.1591,1,1,1,1,1,0.049651962,0.132931024,0.317857146,1,1,1,1,1,0.044091139,0.149065286,0.454406023,1,1,1,1,1,0.136210829,0.448453486,0.601860802,0.601861646,0.601950355
-5912,1,0.1335,1,1,1,1,1,1,1,1,0.0412,0.1335,0.2383,1,0.1893,1,1,1,1,1,1,0.0025,0.1893,0.1411,1,0.4934,1,1,1,0.0466,0.4934,0.3238,1,1,1,1,1,0.035662323,0.293266296,0.375116348,1,1,1,1,1,0.017964277,0.222175017,0.523152649,1,1,1,1,1,0.076005034,0.465127349,0.631766554,0.63169029,0.632092199
-5913,1,0.1335,1,1,1,1,1,1,1,1,0.0332,0.1335,0.2923,1,0.1893,1,1,1,1,1,1,0,0.1893,0.2265,1,0.4935,1,1,1,0.1014,0.4935,0.4453,1,1,1,1,1,0.018781511,0.307130218,0.334002674,1,1,1,1,1,0.01319693,0.403856248,0.184528545,1,1,1,1,1,0.163666114,0.478392154,0.655993233,0.656018616,0.656471631
-5914,1,0.1336,1,1,1,1,1,1,1,1,0.0403,0.1336,0.4348,1,0.1894,1,1,1,1,1,1,0,0.1894,0.4349,1,0.4935,1,1,1,0.1644,0.4935,0.6125,1,1,1,1,1,0.01873095,0.52139163,0.305162609,1,1,1,1,1,0.012039986,0.695517361,0.316211283,1,1,1,1,1,0.237365499,0.727216899,0.675628323,0.675692828,0.675531915
-5915,1,0.1337,1,1,1,1,1,1,1,1,0.051,0.1337,0.3321,1,0.1894,1,1,1,1,1,1,0.0027,0.1894,0.3492,1,0.4936,1,1,1,0.1193,0.4936,0.4472,1,1,1,1,1,0.01474788,0.427658856,0.220023274,1,1,1,1,1,0.012003196,0.52513504,0.534668088,1,1,1,1,1,0.179421544,0.569439411,0.685657322,0.68563571,0.68572695
-5916,1,0.1337,1,1,1,1,1,1,1,1,0.0951,0.1337,0.3457,1,0.1894,1,1,1,1,1,1,0,0.1894,0.3748,1,0.4937,1,1,1,0.1466,0.4937,0.485,1,1,1,1,1,0.029809862,0.454464793,0.477332413,1,1,1,1,1,0.009133883,0.541748583,0.946963489,1,1,1,1,1,0.263896912,0.579710305,0.689765587,0.689866723,0.689716312
-5917,1,0.1338,1,1,1,1,1,1,1,1,0.0973,0.1338,0.3389,1,0.1895,1,1,1,1,1,1,0,0.1895,0.4087,1,0.4937,1,1,1,0.2286,0.4937,0.406,1,1,1,1,1,0.03360023,0.490730405,0.382985115,1,1,1,1,1,0.013290652,0.57322669,0.695969701,1,1,1,1,1,0.407462806,0.568841398,0.694478009,0.694732388,0.694592199
-5918,1,0.1338,1,1,1,1,1,1,1,1,0.1079,0.1338,0.3172,1,0.1895,1,1,1,1,1,1,0.0052,0.1895,0.4044,1,0.4938,1,1,1,0.251,0.4938,0.3591,1,1,1,1,1,0.038100228,0.473726392,0.405419201,1,1,1,1,1,0.032834806,0.511645198,0.37290448,1,1,1,1,1,0.401467621,0.499506503,0.693330111,0.693463084,0.693705674
-5919,1,0.1339,1,1,1,1,1,1,1,1,0.1249,0.1339,0.2741,1,0.1895,1,1,1,1,1,1,0,0.1895,0.3194,1,0.4939,1,1,1,0.1522,0.4939,0.2123,1,1,1,1,1,0.036905244,0.417119414,0.670969486,1,1,1,1,1,0.02236167,0.397033185,0.587242723,1,1,1,1,1,0.257097423,0.243198037,0.696109232,0.696213243,0.696365248
-5920,1,0.134,1,1,1,1,1,1,1,1,0.0953,0.134,0.1741,1,0.1896,1,1,1,1,1,1,0.0116,0.1896,0.1925,1,0.494,1,1,1,0.1179,0.494,0.1229,1,1,1,1,1,0.028406281,0.329648107,0.947867274,1,1,1,1,1,0.028038625,0.23450762,0.776349247,1,1,1,1,1,0.142588168,0.021662291,0.702332044,0.702348212,0.702570922
-5921,1,0.134,1,1,1,1,1,1,1,1,0.0855,0.134,0.0341,1,0.1896,1,1,1,1,1,1,0.0118,0.1896,0.0363,1,0.494,1,1,1,0.1498,0.494,0.0216,1,1,1,1,1,0.030062826,0.058232408,0.906766474,1,1,1,1,1,0.020634819,0.053937078,0.782727242,1,1,1,1,1,0.164691463,0.000319482,0.710125665,0.710175587,0.710549645
-5922,1,0.1341,1,1,1,1,1,1,1,1,0.0582,0.1341,0,1,0.1896,1,1,1,1,1,1,0,0.1896,0,1,0.4941,1,1,1,0.1109,0.4941,0,1,1,1,1,1,0.013716262,0,0.766251564,1,1,1,1,1,0.00148834,0,0.684468865,1,1,1,1,1,0.180208549,0,0.71242146,0.712502644,0.712765957
-5923,1,0.1342,1,1,1,1,1,1,1,1,0.0777,0.1342,0,1,0.1897,1,1,1,1,1,1,0,0.1897,0,1,0.4942,1,1,1,0.0719,0.4942,0,1,1,1,1,1,0.035436548,0,0.984688282,1,1,1,1,1,0.027068719,0,1,1,1,1,1,1,0.134593323,0,0.725169164,0.725195684,0.725620567
-5924,1,0.1342,1,1,1,1,1,1,1,1,0.0434,0.1342,0,1,0.1897,1,1,1,1,1,1,0.0093,0.1897,0,1,0.4942,1,1,1,0.1245,0.4942,0,1,1,1,1,1,0.030353412,0,0.984231234,1,1,1,1,1,0.029365337,0,1,1,1,1,1,1,0.192850381,0,0.71477767,0.714829702,0.71498227
-5925,1,0.1343,1,1,1,1,1,1,1,1,0.0795,0.1343,0,1,0.1897,1,1,1,1,1,1,0.0989,0.1897,0,1,0.4943,1,1,1,0.118,0.4943,0,1,1,1,1,1,0.089765109,0,1,1,1,1,1,1,0.131740153,0,1,1,1,1,1,1,0.224261001,0,0.672003383,0.672096467,0.671985816
-5926,1,0.1343,1,1,1,1,1,1,1,1,0.1218,0.1343,0,1,0.1898,1,1,1,1,1,1,0.0555,0.1898,0,1,0.4944,1,1,1,0.1025,0.4944,0,1,1,1,1,1,0.065041795,0,1,1,1,1,1,1,0.072232604,0,1,1,1,1,1,1,0.209753215,0,0.611708555,0.611804527,0.611702128
-5927,1,0.1344,1,1,1,1,1,1,1,1,0.1947,0.1344,0,1,0.1898,1,1,1,1,1,1,0.1779,0.1898,0,1,0.4944,1,1,1,0.0773,0.4944,0,1,1,1,1,1,0.138439372,0,1,1,1,1,1,1,0.222755417,0,1,1,1,1,1,1,0.15245983,0,0.557274045,0.557224455,0.557180851
-5928,1,0.1345,1,1,1,1,1,1,1,1,0.2216,0.1345,0,1,0.1898,1,1,1,1,1,1,0.1865,0.1898,0,1,0.4945,1,1,1,0.0656,0.4945,0,1,1,1,1,1,0.122220159,0,1,1,1,1,1,1,0.20628278,0,1,1,1,1,1,1,0.140912145,0,0.520239246,0.520414639,0.520390071
-5929,1,0.1345,1,1,1,1,1,1,1,1,0.373,0.1345,0,1,0.1899,1,1,1,1,1,1,0.25,0.1899,0,1,0.4946,1,1,1,0.1032,0.4946,0,1,1,1,1,1,0.230292439,0,1,1,1,1,1,1,0.2979258,0,1,1,1,1,1,1,0.225486115,0,0.499335428,0.499471123,0.499556738
-5930,1,0.1346,1,1,1,1,1,1,1,1,0.5172,0.1346,0,1,0.1899,1,1,1,1,1,1,0.4213,0.1899,0,1,0.4947,1,1,1,0.1332,0.4947,0,1,1,1,1,1,0.367994756,0,1,1,1,1,1,1,0.484765112,0,1,1,1,1,1,1,0.283267707,0,0.489246013,0.489316691,0.489361702
-5931,1,0.1347,1,1,1,1,1,1,1,1,0.4514,0.1347,0,1,0.1899,1,1,1,1,1,1,0.3949,0.1899,0,1,0.4947,1,1,1,0.1256,0.4947,0,1,1,1,1,1,0.373429954,0,1,1,1,1,1,1,0.452192068,0,1,1,1,1,1,1,0.206470907,0,0.487010633,0.486989634,0.48714539
-5932,1,0.1347,1,1,1,1,1,1,1,1,0.534,0.1347,0,1,0.19,1,1,1,1,1,1,0.418,0.19,0,1,0.4948,1,1,1,0.0958,0.4948,0,1,1,1,1,1,0.369426072,0,1,1,1,1,1,1,0.505342603,0,1,1,1,1,1,1,0.206908911,0,0.499395843,0.499471123,0.499556738
-5933,1,0.1348,1,1,1,1,1,1,1,1,0.5149,0.1348,0,1,0.19,1,1,1,1,1,1,0.4564,0.19,0,1,0.4949,1,1,1,0.1141,0.4949,0,1,1,1,1,1,0.361668885,0,1,1,1,1,1,1,0.532466292,0,1,1,1,1,1,1,0.272260666,0,0.543438859,0.543473662,0.543439716
-5934,1,0.1348,1,1,1,1,1,1,1,1,0.501,0.1348,0,1,0.19,1,1,1,1,1,1,0.2764,0.19,0,1,0.4949,1,1,1,0.1255,0.4949,0,1,1,1,1,1,0.319415838,0,1,1,1,1,1,1,0.287213206,0,1,1,1,1,1,1,0.266152799,0,0.624697922,0.624709118,0.624556738
-5935,1,0.1349,1,1,1,1,1,1,1,1,0.4703,0.1349,0.0732,1,0.1901,1,1,1,1,1,1,0.1479,0.1901,0.0657,1,0.495,1,1,1,0.1295,0.495,0.02,1,1,1,1,1,0.228522331,0.086366922,1,1,1,1,1,1,0.147373468,0.099372834,1,1,1,1,1,1,0.195122942,0.035166699,0.68318028,0.683308652,0.683510638
-5936,1,0.135,1,1,1,1,1,1,1,1,0.4117,0.135,0.1679,1,0.1901,1,1,1,1,1,1,0.1324,0.1901,0.1288,1,0.4951,1,1,1,0.1337,0.4951,0.2741,1,1,1,1,1,0.210369214,0.199451268,1,1,1,1,1,1,0.128676802,0.121381864,1,1,1,1,1,1,0.194944844,0.375549048,0.715260996,0.715252803,0.715425532
-5937,1,0.135,1,1,1,1,1,1,1,1,0.3521,0.135,0.2066,1,0.1901,1,1,1,1,1,1,0.1179,0.1901,0.1571,1,0.4951,1,1,1,0.1418,0.4951,0.4345,1,1,1,1,1,0.192685917,0.299786925,1,1,1,1,1,1,0.111728847,0.208395749,1,1,1,1,1,1,0.195005342,0.471944273,0.740635573,0.740638883,0.740691489
-5938,1,0.1351,1,1,1,1,1,1,1,1,0.2953,0.1351,0.2384,1,0.1902,1,1,1,1,1,1,0.1044,0.1902,0.1825,1,0.4952,1,1,1,0.1536,0.4952,0.4405,1,1,1,1,1,0.175729752,0.309527516,1,1,1,1,1,1,0.096459851,0.294428647,1,1,1,1,1,1,0.196243703,0.641349196,0.753322861,0.753543474,0.753546099
-5939,1,0.1352,1,1,1,1,1,1,1,1,0.2442,0.1352,0.2465,1,0.1902,1,1,1,1,1,1,0.0918,0.1902,0.2773,1,0.4953,1,1,1,0.1683,0.4953,0.4969,1,1,1,1,1,0.159870997,0.316515714,1,1,1,1,1,1,0.082719341,0.456101656,1,1,1,1,1,1,0.199098215,0.628600478,0.756887385,0.756928284,0.757092199
-5940,1,0.1352,1,1,1,1,1,1,1,1,0.1999,0.1352,0.3014,1,0.1902,1,1,1,1,1,1,0.08,0.1902,0.373,1,0.4953,1,1,1,0.1857,0.4953,0.5167,1,1,1,1,1,0.145476744,0.433055609,1,1,1,1,1,1,0.070423067,0.550242305,1,1,1,1,1,1,0.204480723,0.608240128,0.756101982,0.756082082,0.756205674
-5941,1,0.1353,1,1,1,1,1,1,1,1,0.1623,0.1353,0.3405,1,0.1903,1,1,1,1,1,1,0.0691,0.1903,0.3983,1,0.4954,1,1,1,0.206,0.4954,0.4825,1,1,1,1,1,0.132850707,0.494182676,1,1,1,1,1,1,0.059486873,0.593646407,1,1,1,1,1,1,0.213266969,0.602970004,0.761660222,0.76179395,0.761968085
-5942,1,0.1353,1,1,1,1,1,1,1,1,0.1328,0.1353,0.3923,1,0.1903,1,1,1,1,1,1,0.0589,0.1903,0.451,1,0.4955,1,1,1,0.2295,0.4955,0.4677,1,1,1,1,1,0.122335494,0.625758827,1,1,1,1,1,1,0.050038848,0.661570668,1,1,1,1,1,1,0.22630842,0.698595762,0.76739971,0.767505818,0.767730496
-5943,1,0.1354,1,1,1,1,1,1,1,1,0.0586,0.1354,0.3101,1,0.1903,1,1,1,1,1,1,0.0765,0.1903,0.3065,1,0.4956,1,1,1,0.2495,0.4956,0.3579,1,1,1,1,1,0.054683857,0.570139587,0.944267392,1,1,1,1,1,0.054319117,0.586981773,0.988973856,1,1,1,1,1,0.326271176,0.689636588,0.770057999,0.770044426,0.770390071
-5944,1,0.1355,1,1,1,1,1,1,1,1,0.0773,0.1355,0.1691,1,0.1904,1,1,1,1,1,1,0.1544,0.1904,0.2558,1,0.4956,1,1,1,0.2025,0.4956,0.2427,1,1,1,1,1,0.120395347,0.461558312,0.951584458,1,1,1,1,1,0.113252088,0.580477238,0.995649219,1,1,1,1,1,0.382681102,0.550985098,0.776824553,0.776814047,0.777039007
-5945,1,0.1355,1,1,1,1,1,1,1,1,0.06,0.1355,0.0711,1,0.1904,1,1,1,1,1,1,0.0534,0.1904,0.1138,1,0.4957,1,1,1,0.151,0.4957,0.0612,1,1,1,1,1,0.083444834,0.341441214,0.934746146,1,1,1,1,1,0.055209354,0.378247738,1,1,1,1,1,1,0.250031382,0.331110775,0.775857902,0.775756294,0.776152482
-5946,1,0.1356,1,1,1,1,1,1,1,1,0.0278,0.1356,0,1,0.1904,1,1,1,1,1,1,0.0325,0.1904,0,1,0.4958,1,1,1,0.0879,0.4958,0,1,1,1,1,1,0.023218421,0,0.715287924,1,1,1,1,1,0.039224498,0,1,1,1,1,1,1,0.179484233,0,0.761962301,0.7620055,0.761968085
-5947,1,0.1356,1,1,1,1,1,1,1,1,0.0021,0.1356,0,1,0.1905,1,1,1,1,1,1,0.0448,0.1905,0,1,0.4958,1,1,1,0.0428,0.4958,0,1,1,1,1,1,0.018810013,0,0.479520142,1,1,1,1,1,0.071068868,0,0.823661804,1,1,1,1,1,0.125326738,0,0.765164331,0.76517876,0.765514184
-5948,1,0.1357,1,1,1,1,1,1,1,1,0.0171,0.1357,0,1,0.1905,1,1,1,1,1,1,0.1205,0.1905,0,1,0.4959,1,1,1,0.106,0.4959,0,1,1,1,1,1,0.048839495,0,0.63966608,1,1,1,1,1,0.163017303,0,0.248451844,1,1,1,1,1,0.239557311,0,0.750181247,0.750158663,0.750443262
-5949,1,0.1358,1,1,1,1,1,1,1,1,0.0127,0.1358,0,1,0.1905,1,1,1,1,1,1,0.0965,0.1905,0,1,0.496,1,1,1,0.0716,0.496,0,1,1,1,1,1,0.041625228,0,0.283604562,1,1,1,1,1,0.130796701,0,0.054085344,1,1,1,1,1,0.161501408,0,0.696230063,0.696213243,0.696365248
-5950,1,0.1358,1,1,1,1,1,1,1,1,0.0129,0.1358,0,1,0.1906,1,1,1,1,1,1,0.0439,0.1906,0,1,0.496,1,1,1,0.0701,0.496,0,1,1,1,1,1,0.027883265,0,0.264105678,1,1,1,1,1,0.072561301,0,0.104057334,1,1,1,1,1,0.18073383,0,0.624214596,0.624286017,0.624556738
-5951,1,0.1359,1,1,1,1,1,1,1,1,0.0329,0.1359,0,1,0.1906,1,1,1,1,1,1,0.0786,0.1906,0,1,0.4961,1,1,1,0.0948,0.4961,0,1,1,1,1,1,0.031517662,0,0.219525144,1,1,1,1,1,0.110572629,0,0.151208907,1,1,1,1,1,0.246114179,0,0.559449009,0.559551513,0.559397163
-5952,1,0.136,1,1,1,1,1,1,1,1,0.0149,0.136,0,1,0.1906,1,1,1,1,1,1,0.0477,0.1906,0,1,0.4962,1,1,1,0.0849,0.4962,0,1,1,1,1,1,0.019867841,0,0.185272053,1,1,1,1,1,0.056957118,0,0.101969108,1,1,1,1,1,0.18882443,0,0.511539391,0.511529511,0.511524823
-5953,1,0.136,1,1,1,1,1,1,1,1,0.0068,0.136,0,1,0.1907,1,1,1,1,1,1,0.0593,0.1907,0,1,0.4963,1,1,1,0.0754,0.4963,0,1,1,1,1,1,0.013167127,0,0.241326898,1,1,1,1,1,0.077004775,0,0.077279322,1,1,1,1,1,0.151465267,0,0.481935718,0.481912418,0.481826241
-5954,1,0.1361,1,1,1,1,1,1,1,1,0.0053,0.1361,0,1,0.1907,1,1,1,1,1,1,0.0062,0.1907,0,1,0.4963,1,1,1,0.0919,0.4963,0,1,1,1,1,1,0.009082382,0,0.127287477,1,1,1,1,1,0.026197042,0,0.038459953,1,1,1,1,1,0.181984231,0,0.464958917,0.464988365,0.46498227
-5955,1,0.1361,1,1,1,1,1,1,1,1,0.0033,0.1361,0,1,0.1907,1,1,1,1,1,1,0,0.1907,0,1,0.4964,1,1,1,0.0712,0.4964,0,1,1,1,1,1,0.005643473,0,0.044953976,1,1,1,1,1,0.01664439,0,0.019971989,1,1,1,1,1,0.098383605,0,0.457709038,0.457795642,0.457890071
-5956,1,0.1362,1,1,1,1,1,1,1,1,0,0.1362,0,1,0.1908,1,1,1,1,1,1,0,0.1908,0,1,0.4965,1,1,1,0.0375,0.4965,0,1,1,1,1,1,0.002623653,0,0.024067208,1,1,1,1,1,0.006774634,0,0.013601832,1,1,1,1,1,0.038634833,0,0.464656839,0.464776814,0.464539007
-5957,1,0.1363,1,1,1,1,1,1,1,1,0,0.1363,0,1,0.1908,1,1,1,1,1,1,0,0.1908,0,1,0.4965,1,1,1,0.033,0.4965,0,1,1,1,1,1,0.000483813,0,0.023009125,1,1,1,1,1,0.006527248,0,0.008905236,1,1,1,1,1,0.024764199,0,0.50181247,0.501798181,0.502216312
-5958,1,0.1363,1,1,1,1,1,1,1,1,0,0.1363,0.0291,1,0.1908,1,1,1,1,1,1,0.0027,0.1908,0.0211,1,0.4966,1,1,1,0.0429,0.4966,0.0114,1,1,1,1,1,0.000304776,0.123580031,0.019330844,1,1,1,1,1,0.016243782,0.11636962,0,1,1,1,1,1,0.022988198,0.085995264,0.569296762,0.569282843,0.569592199
-5959,1,0.1364,1,1,1,1,1,1,1,1,0,0.1364,0.1833,1,0.1909,1,1,1,1,1,1,0.0031,0.1909,0.1874,1,0.4967,1,1,1,0.0298,0.4967,0.1546,1,1,1,1,1,6.13E-05,0.358814359,0.047075283,1,1,1,1,1,0.013831247,0.357382953,0,1,1,1,1,1,0.005698724,0.302329183,0.619623006,0.619631902,0.619680851
-5960,1,0.1365,1,1,1,1,1,1,1,1,0,0.1365,0.3117,1,0.1909,1,1,1,1,1,1,0,0.1909,0.2569,1,0.4967,1,1,1,0.0314,0.4967,0.2627,1,1,1,1,1,0,0.465008944,0.012487499,1,1,1,1,1,0.003823507,0.313989997,0,1,1,1,1,1,0.005617807,0.490541995,0.649045433,0.649037444,0.649379433
-5961,1,0.1365,1,1,1,1,1,1,1,1,0,0.1365,0.4065,1,0.1909,1,1,1,1,1,1,0,0.1909,0.3506,1,0.4968,1,1,1,0.0264,0.4968,0.447,1,1,1,1,1,0,0.521941125,0.020607334,1,1,1,1,1,5.96E-06,0.46344921,0,1,1,1,1,1,0.006229387,0.712670505,0.673695022,0.673577322,0.673758865
-5962,1,0.1366,1,1,1,1,1,1,1,1,0.0056,0.1366,0.4223,1,0.191,1,1,1,1,1,1,0,0.191,0.3533,1,0.4969,1,1,1,0.0408,0.4969,0.5246,1,1,1,1,1,0.004389509,0.506582737,0.04749329,1,1,1,1,1,0,0.472142935,0,1,1,1,1,1,0.004438029,0.686561108,0.696592557,0.696636344,0.696808511
-5963,1,0.1366,1,1,1,1,1,1,1,1,0.0134,0.1366,0.4042,1,0.191,1,1,1,1,1,1,0,0.191,0.3779,1,0.497,1,1,1,0.0286,0.497,0.6181,1,1,1,1,1,0.005197558,0.548367858,0.034554631,1,1,1,1,1,0,0.542437911,0,1,1,1,1,1,0.003888529,0.600078225,0.710306912,0.710387138,0.710549645
-5964,1,0.1367,1,1,1,1,1,1,1,1,0.0134,0.1367,0.4151,1,0.191,1,1,1,1,1,1,0,0.191,0.4124,1,0.497,1,1,1,0.0345,0.497,0.5332,1,1,1,1,1,0.000567326,0.561560929,0.041288555,1,1,1,1,1,0,0.627911866,0.04128927,1,1,1,1,1,0.003903295,0.578067124,0.716771387,0.716733658,0.717198582
-5965,1,0.1368,1,1,1,1,1,1,1,1,0.0429,0.1368,0.5723,1,0.1911,1,1,1,1,1,1,0.0016,0.1911,0.5579,1,0.4971,1,1,1,0.0312,0.4971,0.5245,1,1,1,1,1,0.009951531,0.717249632,0.009462653,1,1,1,1,1,0.008812679,0.834169805,0,1,1,1,1,1,0.003880593,0.527032971,0.732237796,0.732388407,0.732269504
-5966,1,0.1368,1,1,1,1,1,1,1,1,0.0595,0.1368,0.42,1,0.1911,1,1,1,1,1,1,0.0047,0.1911,0.4595,1,0.4972,1,1,1,0.0242,0.4972,0.5284,1,1,1,1,1,0.013655808,0.57770133,0.016905699,1,1,1,1,1,0.006023961,0.59742862,0,1,1,1,1,1,0.002945176,0.569603324,0.744200097,0.744235244,0.744680851
-5967,1,0.1369,1,1,1,1,1,1,1,1,0.1101,0.1369,0.3031,1,0.1911,1,1,1,1,1,1,0.0447,0.1911,0.3614,1,0.4972,1,1,1,0.0166,0.4972,0.3663,1,1,1,1,1,0.031230699,0.454265654,0.045591258,1,1,1,1,1,0.04134614,0.497934878,0,1,1,1,1,1,0.011067774,0.488136202,0.750060416,0.750158663,0.750443262
-5968,1,0.137,1,1,1,1,1,1,1,1,0.1285,0.137,0.208,1,0.1912,1,1,1,1,1,1,0.0236,0.1912,0.2101,1,0.4973,1,1,1,0.0134,0.4973,0.1759,1,1,1,1,1,0.03728161,0.364834994,0.023397695,1,1,1,1,1,0.028908219,0.331563592,0,1,1,1,1,1,0.009209049,0.305673063,0.750543741,0.750793315,0.750886525
-5969,1,0.137,1,1,1,1,1,1,1,1,0.0665,0.137,0.0589,1,0.1912,1,1,1,1,1,1,0.0117,0.1912,0.0484,1,0.4974,1,1,1,0.013,0.4974,0.0503,1,1,1,1,1,0.0344055,0.124025799,0.006887906,1,1,1,1,1,0.019706536,0.092220061,0,1,1,1,1,1,0.013804009,0.088364087,0.740877235,0.740850434,0.741134752
-5970,1,0.1371,1,1,1,1,1,1,1,1,0.0929,0.1371,0,1,0.1912,1,1,1,1,1,1,0.0031,0.1912,0,1,0.4974,1,1,1,0.0287,0.4974,0,1,1,1,1,1,0.060429662,0,0.027498685,1,1,1,1,1,0.008803165,0,0,1,1,1,1,1,0.08981844,0,0.726739971,0.726676539,0.726950355
-5971,1,0.1371,1,1,1,1,1,1,1,1,0.1494,0.1371,0,1,0.1913,1,1,1,1,1,1,0.0122,0.1913,0,1,0.4975,1,1,1,0.0694,0.4975,0,1,1,1,1,1,0.184030995,0,0.069434009,1,1,1,1,1,0.028459081,0,0.017873561,1,1,1,1,1,0.224893793,0,0.740514741,0.740638883,0.740691489
-5972,1,0.1372,1,1,1,1,1,1,1,1,0.1055,0.1372,0,1,0.1913,1,1,1,1,1,1,0.0042,0.1913,0,1,0.4976,1,1,1,0.0294,0.4976,0,1,1,1,1,1,0.12487901,0,0.068475574,1,1,1,1,1,0.009555542,0,0.030442674,1,1,1,1,1,0.095137991,0,0.730364911,0.730484451,0.730496454
-5973,1,0.1373,1,1,1,1,1,1,1,1,0.0868,0.1373,0,1,0.1913,1,1,1,1,1,1,0.0904,0.1913,0,1,0.4976,1,1,1,0.0233,0.4976,0,1,1,1,1,1,0.088014461,0,0.080878749,1,1,1,1,1,0.101077721,0,0.014940837,1,1,1,1,1,0.09359993,0,0.681246979,0.681404696,0.681294326
-5974,1,0.1373,1,1,1,1,1,1,1,1,0.1109,0.1373,0,1,0.1914,1,1,1,1,1,1,0.1231,0.1914,0,1,0.4977,1,1,1,0.0337,0.4977,0,1,1,1,1,1,0.103047058,0,0.032123711,1,1,1,1,1,0.129430011,0,0,1,1,1,1,1,0.148312792,0,0.614125181,0.614131585,0.614361702
-5975,1,0.1374,1,1,1,1,1,1,1,1,0.093,0.1374,0,1,0.1914,1,1,1,1,1,1,0.1661,0.1914,0,1,0.4978,1,1,1,0.0275,0.4978,0,1,1,1,1,1,0.078244023,0,0.059068274,1,1,1,1,1,0.163503364,0,0.012567801,1,1,1,1,1,0.090896346,0,0.552803287,0.552781891,0.552748227
-5976,1,0.1375,1,1,1,1,1,1,1,1,0.0703,0.1375,0,1,0.1914,1,1,1,1,1,1,0.1381,0.1914,0,1,0.4979,1,1,1,0.0205,0.4979,0,1,1,1,1,1,0.070897885,0,0.036388308,1,1,1,1,1,0.142078087,0,0,1,1,1,1,1,0.046557847,0,0.510210246,0.510260207,0.510638298
-5977,1,0.1375,1,1,1,1,1,1,1,1,0.0664,0.1375,0,1,0.1915,1,1,1,1,1,1,0.109,0.1915,0,1,0.4979,1,1,1,0.0411,0.4979,0,1,1,1,1,1,0.072409943,0,0.026423514,1,1,1,1,1,0.118798241,0,0,1,1,1,1,1,0.066204026,0,0.48398985,0.484027925,0.484042553
-5978,1,0.1376,1,1,1,1,1,1,1,1,0.0371,0.1376,0,1,0.1915,1,1,1,1,1,1,0.1453,0.1915,0,1,0.498,1,1,1,0.0744,0.498,0,1,1,1,1,1,0.042199798,0,0.003798511,1,1,1,1,1,0.117930807,0,0,1,1,1,1,1,0.159532696,0,0.468160947,0.468161625,0.468085106
-5979,1,0.1376,1,1,1,1,1,1,1,1,0.0305,0.1376,0,1,0.1915,1,1,1,1,1,1,0.2383,0.1915,0,1,0.4981,1,1,1,0.0895,0.4981,0,1,1,1,1,1,0.036882583,0,0.003186311,1,1,1,1,1,0.179172128,0,0,1,1,1,1,1,0.191341802,0,0.460367327,0.460545801,0.460549645
-5980,1,0.1377,1,1,1,1,1,1,1,1,0.046,0.1377,0,1,0.1916,1,1,1,1,1,1,0.0505,0.1916,0,1,0.4981,1,1,1,0.0846,0.4981,0,1,1,1,1,1,0.055530336,0,0.028958339,1,1,1,1,1,0.064155534,0,0.03532749,1,1,1,1,1,0.21950002,0,0.468523441,0.468584726,0.468528369
-5981,1,0.1378,1,1,1,1,1,1,1,1,0.052,0.1378,0,1,0.1916,1,1,1,1,1,1,0.0597,0.1916,0,1,0.4982,1,1,1,0.084,0.4982,0,1,1,1,1,1,0.077730529,0,0.023053024,1,1,1,1,1,0.072313786,0,0.084491104,1,1,1,1,1,0.277967066,0,0.506766554,0.506663846,0.506648936
-5982,1,0.1378,1,1,1,1,1,1,1,1,0.0396,0.1378,0.0156,1,0.1916,1,1,1,1,1,1,0.0387,0.1916,0.0104,1,0.4983,1,1,1,0.0747,0.4983,0.0122,1,1,1,1,1,0.092917517,0.102800414,0,1,1,1,1,1,0.052261163,0.091637596,0,1,1,1,1,1,0.271518379,0.235502526,0.575277912,0.575417813,0.57535461
-5983,1,0.1379,1,1,1,1,1,1,1,1,0.0289,0.1379,0.1777,1,0.1917,1,1,1,1,1,1,0.019,0.1917,0.182,1,0.4983,1,1,1,0.0858,0.4983,0.1842,1,1,1,1,1,0.054429609,0.424200326,0.007863286,1,1,1,1,1,0.014999962,0.458674043,0.048335604,1,1,1,1,1,0.347762883,0.611143053,0.628020783,0.628093928,0.628102837
-5984,1,0.138,1,1,1,1,1,1,1,1,0.0136,0.138,0.3414,1,0.1917,1,1,1,1,1,1,0,0.1917,0.3132,1,0.4984,1,1,1,0.0415,0.4984,0.3851,1,1,1,1,1,0.021973809,0.640088022,0.069944344,1,1,1,1,1,0.007060204,0.643333912,0.149048969,1,1,1,1,1,0.148049757,0.816150188,0.66481392,0.664692194,0.664893617
-5985,1,0.138,1,1,1,1,1,1,1,1,0.0051,0.138,0.4545,1,0.1917,1,1,1,1,1,1,0,0.1917,0.441,1,0.4985,1,1,1,0.0177,0.4985,0.5391,1,1,1,1,1,0.015129083,0.694108725,0.119302124,1,1,1,1,1,2.74E-05,0.73991549,0.001774869,1,1,1,1,1,0.07126072,0.878459036,0.699552924,0.699809604,0.699911348
-5986,1,0.1381,1,1,1,1,1,1,1,1,0.0052,0.1381,0.5332,1,0.1918,1,1,1,1,1,1,0,0.1918,0.5768,1,0.4986,1,1,1,0.0067,0.4986,0.6514,1,1,1,1,1,0.002366751,0.770029902,0.082650892,1,1,1,1,1,0.000161997,0.825179577,0.027819112,1,1,1,1,1,0.026639383,0.898364782,0.733627356,0.733657711,0.734042553
-5987,1,0.1381,1,1,1,1,1,1,1,1,0.0293,0.1381,0.5542,1,0.1918,1,1,1,1,1,1,0.0014,0.1918,0.5987,1,0.4986,1,1,1,0.0125,0.4986,0.6601,1,1,1,1,1,0.009054823,0.765254617,0.088944927,1,1,1,1,1,0.002190965,0.853678524,0.089170687,1,1,1,1,1,0.046494793,0.899227917,0.765466409,0.765601862,0.765957447
-5988,1,0.1382,1,1,1,1,1,1,1,1,0.0473,0.1382,0.5877,1,0.1918,1,1,1,1,1,1,0.0008,0.1918,0.6058,1,0.4987,1,1,1,0.0178,0.4987,0.6122,1,1,1,1,1,0.022993993,0.780810714,0.098923154,1,1,1,1,1,0.009599008,0.830108702,0.129509166,1,1,1,1,1,0.076003499,0.842093945,0.787820203,0.787814682,0.788120567
-5989,1,0.1383,1,1,1,1,1,1,1,1,0.0408,0.1383,0.5931,1,0.1919,1,1,1,1,1,1,0.0019,0.1919,0.5975,1,0.4988,1,1,1,0.0109,0.4988,0.5883,1,1,1,1,1,0.018590689,0.823780775,0.07489486,1,1,1,1,1,0.026125096,0.816614926,0.086955242,1,1,1,1,1,0.026900506,0.896087945,0.807696955,0.807700444,0.808067376
-5990,1,0.1383,1,1,1,1,1,1,1,1,0.072,0.1383,0.5437,1,0.1919,1,1,1,1,1,1,0.0172,0.1919,0.5655,1,0.4988,1,1,1,0.0316,0.4988,0.5636,1,1,1,1,1,0.021013908,0.829051197,0.025363509,1,1,1,1,1,0.028400769,0.799843132,0.053967282,1,1,1,1,1,0.071271792,0.852163017,0.822015466,0.82208589,0.822251773
-5991,1,0.1384,1,1,1,1,1,1,1,1,0.1254,0.1384,0.4321,1,0.1919,1,1,1,1,1,1,0.0018,0.1919,0.4518,1,0.4989,1,1,1,0.0152,0.4989,0.4374,1,1,1,1,1,0.021364611,0.77479136,0.065937668,1,1,1,1,1,0.021797378,0.780996919,0.074759424,1,1,1,1,1,0.035785303,0.787520885,0.828359111,0.82843241,0.828900709
-5992,1,0.1385,1,1,1,1,1,1,1,1,0.2055,0.1385,0.2742,1,0.192,1,1,1,1,1,1,0,0.192,0.3123,1,0.499,1,1,1,0.0068,0.499,0.2694,1,1,1,1,1,0.043151043,0.640737414,0.137817502,1,1,1,1,1,0.043287195,0.659892976,0.101069115,1,1,1,1,1,0.019422833,0.61573118,0.828117448,0.828220859,0.828457447
-5993,1,0.1385,1,1,1,1,1,1,1,1,0.1029,0.1385,0.0898,1,0.192,1,1,1,1,1,1,0,0.192,0.1255,1,0.499,1,1,1,0.0083,0.499,0.0799,1,1,1,1,1,0.017360311,0.35890004,0.176832557,1,1,1,1,1,0.026721463,0.405255318,0.252146065,1,1,1,1,1,0.018496338,0.397576898,0.810234413,0.810239052,0.810283688
-5994,1,0.1386,1,1,1,1,1,1,1,1,0.0886,0.1386,0,1,0.192,1,1,1,1,1,1,0,0.192,0,1,0.4991,1,1,1,0.018,0.4991,0,1,1,1,1,1,0.021828212,0,0.101047449,1,1,1,1,1,0.020349441,0,0.249583274,1,1,1,1,1,0.026352873,0,0.78298695,0.782949016,0.783244681
-5995,1,0.1386,1,1,1,1,1,1,1,1,0.0448,0.1386,0,1,0.1921,1,1,1,1,1,1,0.0925,0.1921,0,1,0.4992,1,1,1,0.0439,0.4992,0,1,1,1,1,1,0.018395089,0,0.042895794,1,1,1,1,1,0.090662338,0,0.108683251,1,1,1,1,1,0.046838198,0,0.783349444,0.783372118,0.783687943
-5996,1,0.1387,1,1,1,1,1,1,1,1,0.0667,0.1387,0,1,0.1921,1,1,1,1,1,1,0.0836,0.1921,0,1,0.4993,1,1,1,0.0548,0.4993,0,1,1,1,1,1,0.028573651,0,0.080336355,1,1,1,1,1,0.098002255,0,0.048257858,1,1,1,1,1,0.068295203,0,0.766735138,0.766659615,0.766843972
-5997,1,0.1388,1,1,1,1,1,1,1,1,0.0452,0.1388,0,1,0.1921,1,1,1,1,1,1,0.0105,0.1921,0,1,0.4993,1,1,1,0.0424,0.4993,0,1,1,1,1,1,0.039511546,0,0.075490654,1,1,1,1,1,0.072646141,0,0.119761527,1,1,1,1,1,0.078796446,0,0.720456742,0.72054157,0.720744681
-5998,1,0.1388,1,1,1,1,1,1,1,1,0.1527,0.1388,0,1,0.1922,1,1,1,1,1,1,0.0231,0.1922,0,1,0.4994,1,1,1,0.0615,0.4994,0,1,1,1,1,1,0.139827818,0,0.119851753,1,1,1,1,1,0.072293758,0,0.161595821,1,1,1,1,1,0.086367652,0,0.659195263,0.659191876,0.659574468
-5999,1,0.1389,1,1,1,1,1,1,1,1,0.0901,0.1389,0,1,0.1922,1,1,1,1,1,1,0,0.1922,0,1,0.4995,1,1,1,0.0477,0.4995,0,1,1,1,1,1,0.101670042,0,0.144589305,1,1,1,1,1,0.035052162,0,0.144659162,1,1,1,1,1,0.073491931,0,0.597087965,0.596995981,0.597074468
-6000,1,0.139,1,1,1,1,1,1,1,1,0.1662,0.139,0,1,0.1922,1,1,1,1,1,1,0.0459,0.1922,0,1,0.4995,1,1,1,0.0678,0.4995,0,1,1,1,1,1,0.142270789,0,0.272694886,1,1,1,1,1,0.099078201,0,0.451789558,1,1,1,1,1,0.133135334,0,0.550024166,0.550031733,0.550088652
-6001,1,0.139,1,1,1,1,1,1,1,1,0.1725,0.139,0,1,0.1923,1,1,1,1,1,1,0.1051,0.1923,0,1,0.4996,1,1,1,0.06,0.4996,0,1,1,1,1,1,0.174543083,0,0.421237111,1,1,1,1,1,0.132789373,0,0.352283776,1,1,1,1,1,0.182319686,0,0.518608023,0.518722234,0.519060284
-6002,1,0.1391,1,1,1,1,1,1,1,1,0.263,0.1391,0,1,0.1923,1,1,1,1,1,1,0.1314,0.1923,0,1,0.4997,1,1,1,0.1112,0.4997,0,1,1,1,1,1,0.264144421,0,0.460700244,1,1,1,1,1,0.212689102,0,0.267158926,1,1,1,1,1,0.326134741,0,0.499758337,0.499894225,0.5
-6003,1,0.1391,1,1,1,1,1,1,1,1,0.2888,0.1391,0,1,0.1923,1,1,1,1,1,1,0.1775,0.1923,0,1,0.4997,1,1,1,0.1388,0.4997,0,1,1,1,1,1,0.317258775,0,0.32569623,1,1,1,1,1,0.227030963,0,0.437097102,1,1,1,1,1,0.374296129,0,0.489306428,0.489316691,0.489361702
-6004,1,0.1392,1,1,1,1,1,1,1,1,0.2439,0.1392,0,1,0.1924,1,1,1,1,1,1,0.1181,0.1924,0,1,0.4998,1,1,1,0.1854,0.4998,0,1,1,1,1,1,0.236760184,0,0.31124109,1,1,1,1,1,0.181682378,0,0.35007596,1,1,1,1,1,0.4652794,0,0.487554374,0.487624286,0.487588652
-6005,1,0.1393,1,1,1,1,1,1,1,1,0.1321,0.1393,0,1,0.1924,1,1,1,1,1,1,0.1452,0.1924,0,1,0.4999,1,1,1,0.1724,0.4999,0,1,1,1,1,1,0.138028443,0,0.226705596,1,1,1,1,1,0.191113085,0,0.286235332,1,1,1,1,1,0.41775766,0,0.50181247,0.501798181,0.502216312
-6006,1,0.1393,1,1,1,1,1,1,1,1,0.1705,0.1393,0.0115,1,0.1924,1,1,1,1,1,1,0.1646,0.1924,0.0229,1,0.4999,1,1,1,0.1537,0.4999,0.0067,1,1,1,1,1,0.221906975,0.117262945,0.176943585,1,1,1,1,1,0.187543839,0.055482075,0.281052649,1,1,1,1,1,0.431357473,0.006247377,0.523682939,0.52379945,0.523492908
-6007,1,0.1394,1,1,1,1,1,1,1,1,0.182,0.1394,0.1767,1,0.1925,1,1,1,1,1,1,0.14,0.1925,0.1488,1,0.5,1,1,1,0.2054,0.5,0.0856,1,1,1,1,1,0.208804697,0.341635019,0.236427605,1,1,1,1,1,0.150320962,0.25512749,0.168065727,1,1,1,1,1,0.466437459,0.315279186,0.560536491,0.560609266,0.56072695
-6008,1,0.1394,1,1,1,1,1,1,1,1,0.2374,0.1394,0.3089,1,0.1925,1,1,1,1,1,1,0.2581,0.1925,0.2908,1,0.5,1,1,1,0.365,0.5,0.2128,1,1,1,1,1,0.323783875,0.459548593,0.240054533,1,1,1,1,1,0.293893784,0.431467772,0.335571468,1,1,1,1,1,0.589317203,0.413381189,0.614789754,0.614766237,0.614804965
-6009,1,0.1394,1,1,1,1,1,1,1,1,0.2331,0.1394,0.4449,1,0.1925,1,1,1,1,1,1,0.2784,0.1925,0.4346,1,0.5,1,1,1,0.4839,0.5,0.2725,1,1,1,1,1,0.339126289,0.632744253,0.178052217,1,1,1,1,1,0.326298624,0.628556252,0.357297927,1,1,1,1,1,0.673391223,0.39873603,0.660161914,0.66024963,0.660460993
-6010,1,0.1394,1,1,1,1,1,1,1,1,0.3766,0.1394,0.5362,1,0.1925,1,1,1,1,1,1,0.5268,0.1925,0.5418,1,0.5,1,1,1,0.5577,0.5,0.3764,1,1,1,1,1,0.516341031,0.720212162,0.206216902,1,1,1,1,1,0.54102093,0.776270628,0.486754954,1,1,1,1,1,0.700201929,0.477645606,0.693390527,0.693463084,0.693705674
-6011,1,0.1394,1,1,1,1,1,1,1,1,0.4994,0.1394,0.57,1,0.1925,1,1,1,1,1,1,0.4674,0.1925,0.4529,1,0.5,1,1,1,0.5513,0.5,0.4495,1,1,1,1,1,0.600580812,0.805724204,0.444039911,1,1,1,1,1,0.540727735,0.61908114,1,1,1,1,1,1,0.655125916,0.716072977,0.711636056,0.711656442,0.711879433
-6012,1,0.1394,1,1,1,1,1,1,1,1,0.6019,0.1394,0.5135,1,0.1925,1,1,1,1,1,1,0.4697,0.1925,0.4359,1,0.5,1,1,1,0.62,0.5,0.3783,1,1,1,1,1,0.622774959,0.704189241,0.839558661,1,1,1,1,1,0.571571946,0.647052824,1,1,1,1,1,1,0.688858747,0.779904962,0.720940068,0.720964671,0.721187943
-6013,1,0.1394,1,1,1,1,1,1,1,1,0.6425,0.1394,0.2195,1,0.1925,1,1,1,1,1,1,0.5728,0.1925,0.2553,1,0.5,1,1,1,0.7235,0.5,0.3014,1,1,1,1,1,0.692257345,0.315516144,0.973973572,1,1,1,1,1,0.628952622,0.340657592,1,1,1,1,1,1,0.82493788,0.328341186,0.722692122,0.722657076,0.722960993
-6014,1,0.1394,1,1,1,1,1,1,1,1,0.6703,0.1394,0.4304,1,0.1925,1,1,1,1,1,1,0.5061,0.1925,0.4062,1,0.5,1,1,1,0.83,0.5,0.3896,1,1,1,1,1,0.692470908,0.553966999,1,1,1,1,1,1,0.621869683,0.5386886,1,1,1,1,1,1,0.874476969,0.771176517,0.721242146,0.721176222,0.721631206
-6015,1,0.1394,1,1,1,1,1,1,1,1,0.5848,0.1394,0.3597,1,0.1925,1,1,1,1,1,1,0.4159,0.1925,0.3526,1,0.5,1,1,1,0.8511,0.5,0.3054,1,1,1,1,1,0.501482964,0.548487961,1,1,1,1,1,1,0.537974,0.540819168,1,1,1,1,1,1,0.884032428,0.609794974,0.719188014,0.719060715,0.719414894
-6016,1,0.1394,1,1,1,1,1,1,1,1,0.7101,0.1394,0.2144,1,0.1925,1,1,1,1,1,1,0.3319,0.1925,0.1845,1,0.5,1,1,1,0.8687,0.5,0.1427,1,1,1,1,1,0.653491855,0.407101333,1,1,1,1,1,1,0.444016606,0.241087824,1,1,1,1,1,1,0.892572701,0.510101259,0.718704688,0.718637614,0.718971631
-6017,1,0.1394,1,1,1,1,1,1,1,1,0.6876,0.1394,0.0314,1,0.1925,1,1,1,1,1,1,0.2988,0.1925,0.0227,1,0.5,1,1,1,0.8475,0.5,0.0119,1,1,1,1,1,0.584894836,0.065185234,1,1,1,1,1,1,0.337596536,0.021789953,1,1,1,1,1,1,0.881177306,0.175864488,0.718221363,0.718214512,0.718528369
-6018,1,0.1394,1,1,1,1,1,1,1,1,0.6239,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1861,0.1925,0,1,0.5,1,1,1,0.8136,0.5,0,1,1,1,1,1,0.425092578,0,1,1,1,1,1,1,0.257384837,0,1,1,1,1,1,1,0.869086564,0,0.719248429,0.719272266,0.719414894
-6019,1,0.1394,1,1,1,1,1,1,1,1,0.6,0.1394,0,1,0.1925,1,1,1,1,1,1,0.047,0.1925,0,1,0.5,1,1,1,0.7526,0.5,0,1,1,1,1,1,0.492502183,0,1,1,1,1,1,1,0.093047433,0,1,1,1,1,1,1,0.88769412,0,0.72341711,0.723291728,0.723847518
-6020,1,0.1394,1,1,1,1,1,1,1,1,0.5793,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0531,0.1925,0,1,0.5,1,1,1,0.7858,0.5,0,1,1,1,1,1,0.442642272,0,1,1,1,1,1,1,0.065541267,0,1,1,1,1,1,1,0.87024492,0,0.701667472,0.70171356,0.70212766
-6021,1,0.1394,1,1,1,1,1,1,1,1,0.2321,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0142,0.1925,0,1,0.5,1,1,1,0.7444,0.5,0,1,1,1,1,1,0.118143365,0,1,1,1,1,1,1,0.024681844,0,1,1,1,1,1,1,0.803373039,0,0.65979942,0.659614978,0.66001773
-6022,1,0.1394,1,1,1,1,1,1,1,1,0.1256,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1282,0.1925,0,1,0.5,1,1,1,0.6535,0.5,0,1,1,1,1,1,0.071695447,0,1,1,1,1,1,1,0.114611469,0,1,1,1,1,1,1,0.69526583,0,0.600410826,0.600380791,0.600620567
-6023,1,0.1394,1,1,1,1,1,1,1,1,0.1982,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2164,0.1925,0,1,0.5,1,1,1,0.5561,0.5,0,1,1,1,1,1,0.252884477,0,0.964363039,1,1,1,1,1,0.203218788,0,0.380767286,1,1,1,1,1,0.58016783,0,0.539028516,0.539031098,0.539007092
-6024,1,0.1394,1,1,1,1,1,1,1,1,0.2326,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2934,0.1925,0,1,0.5,1,1,1,0.522,0.5,0,1,1,1,1,1,0.329701245,0,0.771039307,1,1,1,1,1,0.269604594,0,0.187064931,1,1,1,1,1,0.669675529,0,0.493716771,0.493759255,0.493794326
-6025,1,0.1394,1,1,1,1,1,1,1,1,0.2116,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1275,0.1925,0,1,0.5,1,1,1,0.3746,0.5,0,1,1,1,1,1,0.277370751,0,0.65467912,1,1,1,1,1,0.127277374,0,0.28100577,1,1,1,1,1,0.523932993,0,0.46338811,0.463295959,0.463652482
-6026,1,0.1394,1,1,1,1,1,1,1,1,0.1275,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1093,0.1925,0,1,0.5,1,1,1,0.3247,0.5,0,1,1,1,1,1,0.177121028,0,0.338238299,1,1,1,1,1,0.112711832,0,0.38052386,1,1,1,1,1,0.547805905,0,0.441638473,0.441717791,0.441489362
-6027,1,0.1394,1,1,1,1,1,1,1,1,0.1293,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1473,0.1925,0,1,0.5,1,1,1,0.2456,0.5,0,1,1,1,1,1,0.181966156,0,0.136732996,1,1,1,1,1,0.153315142,0,0.207187176,1,1,1,1,1,0.539690793,0,0.428951184,0.428813201,0.429078014
-6028,1,0.1394,1,1,1,1,1,1,1,1,0.0956,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1807,0.1925,0,1,0.5,1,1,1,0.1532,0.5,0,1,1,1,1,1,0.149742231,0,0.079691082,1,1,1,1,1,0.190575138,0,0.083061785,1,1,1,1,1,0.401127756,0,0.423392943,0.423312883,0.423315603
-6029,1,0.1394,1,1,1,1,1,1,1,1,0.0738,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1356,0.1925,0,1,0.5,1,1,1,0.1131,0.5,0,1,1,1,1,1,0.113218963,0,0.060098767,1,1,1,1,1,0.131537497,0,0.070504718,1,1,1,1,1,0.298578799,0,0.427440793,0.427543897,0.427748227
-6030,1,0.1394,1,1,1,1,1,1,1,1,0.0699,0.1394,0.001,1,0.1925,1,1,1,1,1,1,0.0707,0.1925,0.003,1,0.5,1,1,1,0.1296,0.5,0.0049,1,1,1,1,1,0.078904249,0.002765674,0.144085303,1,1,1,1,1,0.063846797,0.032806188,0.121990845,1,1,1,1,1,0.326773942,0.008787628,0.437711455,0.437909879,0.437943262
-6031,1,0.1394,1,1,1,1,1,1,1,1,0.0482,0.1394,0.1336,1,0.1925,1,1,1,1,1,1,0.045,0.1925,0.1512,1,0.5,1,1,1,0.1279,0.5,0.1705,1,1,1,1,1,0.064226419,0.289121717,0.133341789,1,1,1,1,1,0.05355433,0.466085106,0.031282201,1,1,1,1,1,0.311639339,0.199413866,0.458977767,0.458853395,0.459219858
-6032,1,0.1394,1,1,1,1,1,1,1,1,0.0331,0.1394,0.2726,1,0.1925,1,1,1,1,1,1,0.0209,0.1925,0.3599,1,0.5,1,1,1,0.1311,0.5,0.3234,1,1,1,1,1,0.051407803,0.531296372,0.104293585,1,1,1,1,1,0.021341253,0.771223664,0.057785083,1,1,1,1,1,0.304567456,0.350069314,0.496314645,0.496297863,0.496453901
-6033,1,0.1394,1,1,1,1,1,1,1,1,0.038,0.1394,0.3365,1,0.1925,1,1,1,1,1,1,0.0633,0.1925,0.4842,1,0.5,1,1,1,0.1555,0.5,0.4318,1,1,1,1,1,0.048164736,0.626157999,0.184518665,1,1,1,1,1,0.047332495,0.832630515,0.147003919,1,1,1,1,1,0.326240331,0.538159192,0.528999517,0.528876666,0.529255319
-6034,1,0.1394,1,1,1,1,1,1,1,1,0.0196,0.1394,0.3469,1,0.1925,1,1,1,1,1,1,0.0475,0.1925,0.5349,1,0.5,1,1,1,0.0694,0.5,0.5625,1,1,1,1,1,0.004493305,0.640071273,0.274346679,1,1,1,1,1,0.037690572,0.842903197,0.180880368,1,1,1,1,1,0.159428433,0.566937149,0.549117931,0.54918553,0.549202128
-6035,1,0.1394,1,1,1,1,1,1,1,1,0.016,0.1394,0.4095,1,0.1925,1,1,1,1,1,1,0.0284,0.1925,0.5971,1,0.5,1,1,1,0.019,0.5,0.5204,1,1,1,1,1,0.007111216,0.715521097,0.194186062,1,1,1,1,1,0.026025074,0.872431695,0.19840838,1,1,1,1,1,0.058379404,0.62867415,0.562409377,0.562513222,0.5625
-6036,1,0.1394,1,1,1,1,1,1,1,1,0.0102,0.1394,0.4632,1,0.1925,1,1,1,1,1,1,0.102,0.1925,0.6394,1,0.5,1,1,1,0.0458,0.5,0.5789,1,1,1,1,1,0.021118207,0.792943954,0.118832812,1,1,1,1,1,0.073718846,0.924996734,0.293707609,1,1,1,1,1,0.136218563,0.658476412,0.572559207,0.572667654,0.572695035
-6037,1,0.1394,1,1,1,1,1,1,1,1,0.0151,0.1394,0.5323,1,0.1925,1,1,1,1,1,1,0.0742,0.1925,0.6527,1,0.5,1,1,1,0.0527,0.5,0.5069,1,1,1,1,1,0.037246779,0.862360716,0.273012429,1,1,1,1,1,0.055193342,0.913484454,0.52298981,1,1,1,1,1,0.142805636,0.578448296,0.57322378,0.573302306,0.57358156
-6038,1,0.1394,1,1,1,1,1,1,1,1,0.02,0.1394,0.518,1,0.1925,1,1,1,1,1,1,0.0491,0.1925,0.6106,1,0.5,1,1,1,0.0531,0.5,0.4346,1,1,1,1,1,0.051033899,0.846346736,0.143917829,1,1,1,1,1,0.042472381,0.88422662,0.215097919,1,1,1,1,1,0.158279821,0.686652482,0.576486225,0.576475566,0.576684397
-6039,1,0.1394,1,1,1,1,1,1,1,1,0.0274,0.1394,0.4231,1,0.1925,1,1,1,1,1,1,0.0847,0.1925,0.4927,1,0.5,1,1,1,0.0697,0.5,0.4292,1,1,1,1,1,0.071302086,0.803363681,0.040047817,1,1,1,1,1,0.071039341,0.835840225,0.17606546,1,1,1,1,1,0.191136703,0.733179271,0.581923635,0.581975883,0.582446809
-6040,1,0.1394,1,1,1,1,1,1,1,1,0.0327,0.1394,0.2899,1,0.1925,1,1,1,1,1,1,0.062,0.1925,0.3517,1,0.5,1,1,1,0.0371,0.5,0.2713,1,1,1,1,1,0.062791273,0.726038575,0.111870006,1,1,1,1,1,0.051167313,0.754135072,0.107805498,1,1,1,1,1,0.087663695,0.638957381,0.592677622,0.592764967,0.592641844
-6041,1,0.1394,1,1,1,1,1,1,1,1,0.023,0.1394,0.1016,1,0.1925,1,1,1,1,1,1,0.0032,0.1925,0.1467,1,0.5,1,1,1,0.0453,0.5,0.0869,1,1,1,1,1,0.066236861,0.484590769,0.061711065,1,1,1,1,1,0.00654254,0.473119915,0,1,1,1,1,1,0.104333766,0.378353029,0.601437893,0.601438545,0.601507092
-6042,1,0.1394,1,1,1,1,1,1,1,1,0.0303,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0156,0.1925,0,1,0.5,1,1,1,0.0964,0.5,0,1,1,1,1,1,0.08894933,0,0.065143541,1,1,1,1,1,0.028029215,0,0,1,1,1,1,1,0.227382511,0,0.599202513,0.599323038,0.59929078
-6043,1,0.1394,1,1,1,1,1,1,1,1,0.0098,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0289,0.1925,0,1,0.5,1,1,1,0.0415,0.5,0,1,1,1,1,1,0.04964054,0,0.059840545,1,1,1,1,1,0.038767558,0,0,1,1,1,1,1,0.088806093,0,0.614608507,0.614766237,0.614804965
-6044,1,0.1394,1,1,1,1,1,1,1,1,0.0161,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1316,0.1925,0,1,0.5,1,1,1,0.098,0.5,0,1,1,1,1,1,0.113383181,0,0.057826854,1,1,1,1,1,0.172406331,0,0,1,1,1,1,1,0.158609226,0,0.603552441,0.603554051,0.603723404
-6045,1,0.1394,1,1,1,1,1,1,1,1,0.0477,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2908,0.1925,0,1,0.5,1,1,1,0.1104,0.5,0,1,1,1,1,1,0.279821217,0,0.011324358,1,1,1,1,1,0.33037886,0,0.003309424,1,1,1,1,1,0.148797527,0,0.560113581,0.560186165,0.560283688
-6046,1,0.1394,1,1,1,1,1,1,1,1,0.0752,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1937,0.1925,0,1,0.5,1,1,1,0.1281,0.5,0,1,1,1,1,1,0.236044422,0,0.00594013,1,1,1,1,1,0.270998865,0,0.014853403,1,1,1,1,1,0.186712027,0,0.50682697,0.506663846,0.506648936
-6047,1,0.1394,1,1,1,1,1,1,1,1,0.1254,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1451,0.1925,0,1,0.5,1,1,1,0.1336,0.5,0,1,1,1,1,1,0.347296685,0,0.045847684,1,1,1,1,1,0.258614302,0,0.052396864,1,1,1,1,1,0.209069923,0,0.45837361,0.458430294,0.458333333
-6048,1,0.1394,1,1,1,1,1,1,1,1,0.0992,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1984,0.1925,0,1,0.5,1,1,1,0.1424,0.5,0,1,1,1,1,1,0.275198966,0,0.065860391,1,1,1,1,1,0.289171934,0,0.100256547,1,1,1,1,1,0.216220722,0,0.425024166,0.425005289,0.425088652
-6049,1,0.1394,1,1,1,1,1,1,1,1,0.062,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1402,0.1925,0,1,0.5,1,1,1,0.185,0.5,0,1,1,1,1,1,0.169346929,0,0.11488235,1,1,1,1,1,0.251911759,0,0.194250539,1,1,1,1,1,0.317512363,0,0.405147414,0.405119526,0.405141844
-6050,1,0.1394,1,1,1,1,1,1,1,1,0.0724,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0645,0.1925,0,1,0.5,1,1,1,0.1526,0.5,0,1,1,1,1,1,0.129170418,0,0.182914808,1,1,1,1,1,0.187980101,0,0.220535874,1,1,1,1,1,0.266519815,0,0.394272595,0.394330442,0.394503546
-6051,1,0.1394,1,1,1,1,1,1,1,1,0.1055,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0986,0.1925,0,1,0.5,1,1,1,0.1352,0.5,0,1,1,1,1,1,0.12695989,0,0.176393986,1,1,1,1,1,0.200729668,0,0.179550797,1,1,1,1,1,0.24007605,0,0.391493475,0.391580283,0.391400709
-6052,1,0.1394,1,1,1,1,1,1,1,1,0.1547,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1077,0.1925,0,1,0.5,1,1,1,0.1823,0.5,0,1,1,1,1,1,0.181325898,0,0.249148369,1,1,1,1,1,0.208807439,0,0.249296606,1,1,1,1,1,0.276748896,0,0.401522475,0.401523165,0.401595745
-6053,1,0.1394,1,1,1,1,1,1,1,1,0.1582,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1017,0.1925,0,1,0.5,1,1,1,0.1758,0.5,0,1,1,1,1,1,0.217460468,0,0.33975023,1,1,1,1,1,0.199460462,0,0.228858918,1,1,1,1,1,0.278405935,0,0.439705172,0.439813835,0.439716312
-6054,1,0.1394,1,1,1,1,1,1,1,1,0.1324,0.1394,0.0286,1,0.1925,1,1,1,1,1,1,0.1101,0.1925,0.0513,1,0.5,1,1,1,0.2291,0.5,0.0196,1,1,1,1,1,0.128454193,0.285494447,0.493607402,1,1,1,1,1,0.177938879,0.296783447,0.272207856,1,1,1,1,1,0.356815875,0.36214605,0.504108265,0.504125238,0.504432624
-6055,1,0.1394,1,1,1,1,1,1,1,1,0.1064,0.1394,0.2183,1,0.1925,1,1,1,1,1,1,0.0988,0.1925,0.2474,1,0.5,1,1,1,0.1636,0.5,0.2015,1,1,1,1,1,0.093498342,0.644168496,0.381690264,1,1,1,1,1,0.138809294,0.653979063,0.345443994,1,1,1,1,1,0.28532064,0.704364419,0.548936684,0.548973979,0.548758865
-6056,1,0.1394,1,1,1,1,1,1,1,1,0.1294,0.1394,0.4125,1,0.1925,1,1,1,1,1,1,0.1184,0.1925,0.4512,1,0.5,1,1,1,0.3047,0.5,0.3937,1,1,1,1,1,0.155041158,0.865994573,0.516752899,1,1,1,1,1,0.120896794,0.876864016,0.629590094,1,1,1,1,1,0.396069378,0.891225934,0.574915418,0.574783161,0.574911348
-6057,1,0.1394,1,1,1,1,1,1,1,1,0.181,0.1394,0.5743,1,0.1925,1,1,1,1,1,1,0.2138,0.1925,0.5922,1,0.5,1,1,1,0.2333,0.5,0.5212,1,1,1,1,1,0.215355694,0.904512107,0.541414797,1,1,1,1,1,0.224949837,0.948353231,0.87892884,1,1,1,1,1,0.305645525,0.928218484,0.595154664,0.595303575,0.595301418
-6058,1,0.1394,1,1,1,1,1,1,1,1,0.1431,0.1394,0.6483,1,0.1925,1,1,1,1,1,1,0.2369,0.1925,0.6807,1,0.5,1,1,1,0.3353,0.5,0.5572,1,1,1,1,1,0.185746133,0.847719848,0.564801157,1,1,1,1,1,0.228512019,0.965164602,0.873108745,1,1,1,1,1,0.469981879,0.85246098,0.612010633,0.612016078,0.61214539
-6059,1,0.1394,1,1,1,1,1,1,1,1,0.1669,0.1394,0.57,1,0.1925,1,1,1,1,1,1,0.3774,0.1925,0.6337,1,0.5,1,1,1,0.2945,0.5,0.5375,1,1,1,1,1,0.234060973,0.805542648,0.578104496,1,1,1,1,1,0.393023789,0.90066576,0.834238231,1,1,1,1,1,0.41770637,0.725283265,0.619864669,0.619843453,0.620124113
-6060,1,0.1394,1,1,1,1,1,1,1,1,0.1949,0.1394,0.5345,1,0.1925,1,1,1,1,1,1,0.3916,0.1925,0.5902,1,0.5,1,1,1,0.4431,0.5,0.5046,1,1,1,1,1,0.286787182,0.787894368,0.420046866,1,1,1,1,1,0.395072222,0.871084213,0.723290682,1,1,1,1,1,0.590660751,0.679650307,0.619320928,0.619420351,0.619680851
-6061,1,0.1394,1,1,1,1,1,1,1,1,0.2746,0.1394,0.5196,1,0.1925,1,1,1,1,1,1,0.3633,0.1925,0.5627,1,0.5,1,1,1,0.384,0.5,0.487,1,1,1,1,1,0.367516249,0.755188465,0.366817653,1,1,1,1,1,0.403452277,0.830936551,0.780523896,1,1,1,1,1,0.555470109,0.677460551,0.619260512,0.619208801,0.619237589
-6062,1,0.1394,1,1,1,1,1,1,1,1,0.2328,0.1394,0.5001,1,0.1925,1,1,1,1,1,1,0.4284,0.1925,0.5506,1,0.5,1,1,1,0.3824,0.5,0.4605,1,1,1,1,1,0.327643931,0.756441176,0.308017492,1,1,1,1,1,0.474011451,0.815878272,0.68677783,1,1,1,1,1,0.592403233,0.678198099,0.613521025,0.613496933,0.61391844
-6063,1,0.1394,1,1,1,1,1,1,1,1,0.2754,0.1394,0.4166,1,0.1925,1,1,1,1,1,1,0.6053,0.1925,0.4728,1,0.5,1,1,1,0.4068,0.5,0.3699,1,1,1,1,1,0.405892134,0.764054537,0.493731201,1,1,1,1,1,0.615576565,0.808899939,0.718567848,1,1,1,1,1,0.582898915,0.654020429,0.607358627,0.607361963,0.607712766
-6064,1,0.1394,1,1,1,1,1,1,1,1,0.311,0.1394,0.294,1,0.1925,1,1,1,1,1,1,0.5598,0.1925,0.3509,1,0.5,1,1,1,0.4561,0.5,0.259,1,1,1,1,1,0.379238874,0.69579947,0.49672997,1,1,1,1,1,0.588275313,0.737778604,0.756813645,1,1,1,1,1,0.631066144,0.576012671,0.606391977,0.606515761,0.606382979
-6065,1,0.1394,1,1,1,1,1,1,1,1,0.3196,0.1394,0.1039,1,0.1925,1,1,1,1,1,1,0.3941,0.1925,0.1568,1,0.5,1,1,1,0.4408,0.5,0.0857,1,1,1,1,1,0.418061405,0.486422509,0.584079623,1,1,1,1,1,0.427169502,0.537753761,0.563418627,1,1,1,1,1,0.609456956,0.328604549,0.605425326,0.605458007,0.605496454
-6066,1,0.1394,1,1,1,1,1,1,1,1,0.2366,0.1394,0,1,0.1925,1,1,1,1,1,1,0.229,0.1925,0,1,0.5,1,1,1,0.3838,0.5,0,1,1,1,1,1,0.305966675,0,0.713923693,1,1,1,1,1,0.2658135,0,0.736667871,1,1,1,1,1,0.613265991,0,0.600169164,0.600169241,0.600177305
-6067,1,0.1394,1,1,1,1,1,1,1,1,0.1852,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2351,0.1925,0,1,0.5,1,1,1,0.2813,0.5,0,1,1,1,1,1,0.242400244,0,0.66716969,1,1,1,1,1,0.325702429,0,0.682001591,1,1,1,1,1,0.550547123,0,0.615695988,0.615612439,0.616134752
-6068,1,0.1394,1,1,1,1,1,1,1,1,0.1911,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2568,0.1925,0,1,0.5,1,1,1,0.2854,0.5,0,1,1,1,1,1,0.203991592,0,0.588568985,1,1,1,1,1,0.349220783,0,0.521520495,1,1,1,1,1,0.549140573,0,0.59980667,0.599746139,0.599734043
-6069,1,0.1394,1,1,1,1,1,1,1,1,0.2162,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2151,0.1925,0,1,0.5,1,1,1,0.3181,0.5,0,1,1,1,1,1,0.195150718,0,0.728693545,1,1,1,1,1,0.28060773,0,0.575729907,1,1,1,1,1,0.529062867,0,0.553044949,0.552993442,0.553191489
-6070,1,0.1394,1,1,1,1,1,1,1,1,0.1508,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1034,0.1925,0,1,0.5,1,1,1,0.3953,0.5,0,1,1,1,1,1,0.166485071,0,0.871076167,1,1,1,1,1,0.173879519,0,0.540233493,1,1,1,1,1,0.61924994,0,0.49401885,0.493970806,0.493794326
-6071,1,0.1394,1,1,1,1,1,1,1,1,0.1644,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1056,0.1925,0,1,0.5,1,1,1,0.3875,0.5,0,1,1,1,1,1,0.182459027,0,0.913288116,1,1,1,1,1,0.162982896,0,0.351758391,1,1,1,1,1,0.598546922,0,0.441759304,0.441929342,0.441932624
-6072,1,0.1394,1,1,1,1,1,1,1,1,0.2095,0.1394,0,1,0.1925,1,1,1,1,1,1,0.159,0.1925,0,1,0.5,1,1,1,0.3676,0.5,0,1,1,1,1,1,0.20786792,0,0.927804232,1,1,1,1,1,0.223540127,0,0.471116781,1,1,1,1,1,0.571623623,0,0.408772354,0.408927438,0.408687943
-6073,1,0.1394,1,1,1,1,1,1,1,1,0.3266,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1641,0.1925,0,1,0.5,1,1,1,0.3931,0.5,0,1,1,1,1,1,0.340930164,0,0.870411038,1,1,1,1,1,0.260790139,0,0.538197935,1,1,1,1,1,0.604516923,0,0.389076849,0.389041675,0.389184397
-6074,1,0.1394,1,1,1,1,1,1,1,1,0.3305,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1383,0.1925,0,1,0.5,1,1,1,0.3512,0.5,0,1,1,1,1,1,0.344617605,0,0.730074644,1,1,1,1,1,0.192352071,0,0.446074069,1,1,1,1,1,0.561543703,0,0.378383277,0.378464142,0.378546099
-6075,1,0.1394,1,1,1,1,1,1,1,1,0.3329,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1214,0.1925,0,1,0.5,1,1,1,0.3552,0.5,0,1,1,1,1,1,0.289944232,0,0.751761794,1,1,1,1,1,0.179377049,0,0.309943736,1,1,1,1,1,0.567575395,0,0.375906235,0.375925534,0.375886525
-6076,1,0.1394,1,1,1,1,1,1,1,1,0.3703,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1732,0.1925,0,1,0.5,1,1,1,0.3653,0.5,0,1,1,1,1,1,0.331083477,0,0.787639737,1,1,1,1,1,0.291963667,0,0.411279887,1,1,1,1,1,0.581687689,0,0.385633156,0.385656865,0.385638298
-6077,1,0.1394,1,1,1,1,1,1,1,1,0.2947,0.1394,0,1,0.1925,1,1,1,1,1,1,0.3195,0.1925,0,1,0.5,1,1,1,0.3614,0.5,0,1,1,1,1,1,0.349039197,0,0.961443543,1,1,1,1,1,0.41185981,0,0.901663303,1,1,1,1,1,0.59769237,0,0.423936684,0.423947535,0.424202128
-6078,1,0.1394,1,1,1,1,1,1,1,1,0.2133,0.1394,0.0509,1,0.1925,1,1,1,1,1,1,0.2185,0.1925,0.0686,1,0.5,1,1,1,0.3191,0.5,0.0421,1,1,1,1,1,0.267401218,0.367951989,0.7291435,1,1,1,1,1,0.295975685,0.352514505,0.840789795,1,1,1,1,1,0.5445382,0.434523642,0.488037699,0.488047387,0.488031915
-6079,1,0.1394,1,1,1,1,1,1,1,1,0.1102,0.1394,0.2517,1,0.1925,1,1,1,1,1,1,0.0989,0.1925,0.2717,1,0.5,1,1,1,0.2091,0.5,0.2434,1,1,1,1,1,0.111585744,0.734396338,0.429542065,1,1,1,1,1,0.11450965,0.711160004,0.283233792,1,1,1,1,1,0.41007486,0.775098741,0.531536974,0.531626825,0.531914894
-6080,1,0.1394,1,1,1,1,1,1,1,1,0.0869,0.1394,0.4494,1,0.1925,1,1,1,1,1,1,0.0799,0.1925,0.4656,1,0.5,1,1,1,0.1761,0.5,0.4428,1,1,1,1,1,0.071727164,0.913604498,0.261022389,1,1,1,1,1,0.084087849,0.904406786,0.144154996,1,1,1,1,1,0.234637707,0.933841109,0.552924118,0.552781891,0.552748227
-6081,1,0.1394,1,1,1,1,1,1,1,1,0.0203,0.1394,0.5977,1,0.1925,1,1,1,1,1,1,0.0757,0.1925,0.6052,1,0.5,1,1,1,0.1049,0.5,0.5975,1,1,1,1,1,0.018817164,0.966998816,0.197113395,1,1,1,1,1,0.053894855,0.964853644,0.194580108,1,1,1,1,1,0.139349744,0.976196885,0.570444659,0.570552147,0.570478723
-6082,1,0.1394,1,1,1,1,1,1,1,1,0.0058,0.1394,0.6939,1,0.1925,1,1,1,1,1,1,0.0854,0.1925,0.6942,1,0.5,1,1,1,0.0899,0.5,0.6945,1,1,1,1,1,0.00679623,0.960352957,0.113149866,1,1,1,1,1,0.074644551,0.975297332,0.148935616,1,1,1,1,1,0.109848224,0.988409281,0.585488159,0.585572245,0.585549645
-6083,1,0.1394,1,1,1,1,1,1,1,1,0.0058,0.1394,0.6862,1,0.1925,1,1,1,1,1,1,0.0219,0.1925,0.7042,1,0.5,1,1,1,0.1063,0.5,0.6837,1,1,1,1,1,0.010428336,0.972481132,0.039702959,1,1,1,1,1,0.020665955,0.949938238,0.078075923,1,1,1,1,1,0.155817285,0.992579222,0.595275495,0.595303575,0.595301418
-6084,1,0.1394,1,1,1,1,1,1,1,1,0.0045,0.1394,0.6919,1,0.1925,1,1,1,1,1,1,0.011,0.1925,0.6679,1,0.5,1,1,1,0.1013,0.5,0.6938,1,1,1,1,1,0.008019031,0.973936498,0.028653417,1,1,1,1,1,0.016845316,0.869440138,0.070273824,1,1,1,1,1,0.137323484,0.953019619,0.599867086,0.599746139,0.599734043
-6085,1,0.1394,1,1,1,1,1,1,1,1,0.0056,0.1394,0.6838,1,0.1925,1,1,1,1,1,1,0.019,0.1925,0.6102,1,0.5,1,1,1,0.0941,0.5,0.6944,1,1,1,1,1,0.003397151,0.961322308,0.019649761,1,1,1,1,1,0.021826655,0.902202785,0.031136125,1,1,1,1,1,0.193171933,0.932675779,0.607298212,0.607361963,0.607712766
-6086,1,0.1394,1,1,1,1,1,1,1,1,0.0163,0.1394,0.6081,1,0.1925,1,1,1,1,1,1,0.0342,0.1925,0.62,1,0.5,1,1,1,0.0697,0.5,0.6298,1,1,1,1,1,0.015036615,0.890570939,0.005916269,1,1,1,1,1,0.029132936,0.824575782,0.0097911,1,1,1,1,1,0.09344583,0.85833472,0.608264862,0.608208166,0.608156028
-6087,1,0.1394,1,1,1,1,1,1,1,1,0.0138,0.1394,0.4794,1,0.1925,1,1,1,1,1,1,0.056,0.1925,0.4938,1,0.5,1,1,1,0.0443,0.5,0.4848,1,1,1,1,1,0.01059392,0.882458329,0.004402829,1,1,1,1,1,0.044449218,0.828898311,0,1,1,1,1,1,0.068931282,0.819803894,0.608566941,0.608842818,0.608599291
-6088,1,0.1394,1,1,1,1,1,1,1,1,0.0226,0.1394,0.3102,1,0.1925,1,1,1,1,1,1,0.0498,0.1925,0.3243,1,0.5,1,1,1,0.0408,0.5,0.2991,1,1,1,1,1,0.016007902,0.753607273,0.012059462,1,1,1,1,1,0.040325247,0.732770979,0.014882723,1,1,1,1,1,0.067906998,0.714228392,0.611104398,0.611169875,0.611258865
-6089,1,0.1394,1,1,1,1,1,1,1,1,0.0372,0.1394,0.1041,1,0.1925,1,1,1,1,1,1,0.0623,0.1925,0.1354,1,0.5,1,1,1,0.0195,0.5,0.084,1,1,1,1,1,0.032137025,0.448073268,0.055432167,1,1,1,1,1,0.053308468,0.455781072,0.010125131,1,1,1,1,1,0.043260448,0.485716492,0.611104398,0.611169875,0.611258865
-6090,1,0.1394,1,1,1,1,1,1,1,1,0.0747,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0645,0.1925,0,1,0.5,1,1,1,0.0301,0.5,0,1,1,1,1,1,0.075849943,0,0.040012468,1,1,1,1,1,0.068766646,0,0,1,1,1,1,1,0.093141794,0,0.604881585,0.604823355,0.605053191
-6091,1,0.1394,1,1,1,1,1,1,1,1,0.1425,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0732,0.1925,0,1,0.5,1,1,1,0.0449,0.5,0,1,1,1,1,1,0.103603497,0,0.047676805,1,1,1,1,1,0.07710775,0,0,1,1,1,1,1,0.152293757,0,0.622522958,0.622593611,0.622340426
-6092,1,0.1394,1,1,1,1,1,1,1,1,0.1713,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0197,0.1925,0,1,0.5,1,1,1,0.0585,0.5,0,1,1,1,1,1,0.096844442,0,0.005111868,1,1,1,1,1,0.037219752,0,0,1,1,1,1,1,0.203373894,0,0.607539874,0.607573514,0.607712766
-6093,1,0.1394,1,1,1,1,1,1,1,1,0.2978,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0187,0.1925,0,1,0.5,1,1,1,0.0694,0.5,0,1,1,1,1,1,0.196827382,0,0.010672477,1,1,1,1,1,0.058438916,0,0,1,1,1,1,1,0.234685764,0,0.559751087,0.559763063,0.559840426
-6094,1,0.1394,1,1,1,1,1,1,1,1,0.2211,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0583,0.1925,0,1,0.5,1,1,1,0.0272,0.5,0,1,1,1,1,1,0.131770074,0,0.004542982,1,1,1,1,1,0.098407805,0,0,1,1,1,1,1,0.126841456,0,0.499637506,0.499682674,0.5
-6095,1,0.1394,1,1,1,1,1,1,1,1,0.2076,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2735,0.1925,0,1,0.5,1,1,1,0.0176,0.5,0,1,1,1,1,1,0.130034029,0,0.002703091,1,1,1,1,1,0.252036005,0,0,1,1,1,1,1,0.09649913,0,0.447075882,0.447006558,0.447251773
-6096,1,0.1394,1,1,1,1,1,1,1,1,0.1815,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2274,0.1925,0,1,0.5,1,1,1,0.011,0.5,0,1,1,1,1,1,0.101745114,0,0.004485769,1,1,1,1,1,0.173760653,0,0,1,1,1,1,1,0.063868374,0,0.411793137,0.411677597,0.41179078
-6097,1,0.1394,1,1,1,1,1,1,1,1,0.2104,0.1394,0,1,0.1925,1,1,1,1,1,1,0.3051,0.1925,0,1,0.5,1,1,1,0.0223,0.5,0,1,1,1,1,1,0.135092095,0,0.008975303,1,1,1,1,1,0.208924457,0,0.004317016,1,1,1,1,1,0.077100337,0,0.392037216,0.392003385,0.392287234
-6098,1,0.1394,1,1,1,1,1,1,1,1,0.1568,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1562,0.1925,0,1,0.5,1,1,1,0.0303,0.5,0,1,1,1,1,1,0.103347644,0,0.003499696,1,1,1,1,1,0.107353598,0,0,1,1,1,1,1,0.089186363,0,0.381947801,0.381848953,0.381648936
-6099,1,0.1394,1,1,1,1,1,1,1,1,0.0833,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1267,0.1925,0,1,0.5,1,1,1,0.0516,0.5,0,1,1,1,1,1,0.051015012,0,0.000329839,1,1,1,1,1,0.072547786,0,0,1,1,1,1,1,0.126876324,0,0.379108265,0.379098794,0.379432624
-6100,1,0.1394,1,1,1,1,1,1,1,1,0.1002,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1339,0.1925,0,1,0.5,1,1,1,0.0617,0.5,0,1,1,1,1,1,0.076581642,0,0,1,1,1,1,1,0.073527306,0,0,1,1,1,1,1,0.162414789,0,0.388049783,0.387983922,0.388297872
-6101,1,0.1394,1,1,1,1,1,1,1,1,0.0938,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1512,0.1925,0,1,0.5,1,1,1,0.0716,0.5,0,1,1,1,1,1,0.095475525,0,0,1,1,1,1,1,0.094411671,0,0,1,1,1,1,1,0.217236966,0,0.425688739,0.425851491,0.425975177
-6102,1,0.1394,1,1,1,1,1,1,1,1,0.0778,0.1394,0.0394,1,0.1925,1,1,1,1,1,1,0.1736,0.1925,0.0509,1,0.5,1,1,1,0.0638,0.5,0.0298,1,1,1,1,1,0.094508432,0.271459073,0,1,1,1,1,1,0.100137919,0.27903825,0,1,1,1,1,1,0.214578822,0.322587371,0.49262929,0.492701502,0.492907801
-6103,1,0.1394,1,1,1,1,1,1,1,1,0.0432,0.1394,0.2353,1,0.1925,1,1,1,1,1,1,0.0668,0.1925,0.248,1,0.5,1,1,1,0.0782,0.5,0.2267,1,1,1,1,1,0.022109861,0.646451712,0,1,1,1,1,1,0.032470349,0.631550312,0,1,1,1,1,1,0.236136809,0.684835374,0.537095215,0.537127142,0.537234043
-6104,1,0.1394,1,1,1,1,1,1,1,1,0.0004,0.1394,0.4284,1,0.1925,1,1,1,1,1,1,0,0.1925,0.4426,1,0.5,1,1,1,0.0167,0.5,0.4161,1,1,1,1,1,0.000495059,0.851346016,0,1,1,1,1,1,0.001486287,0.848641098,0,1,1,1,1,1,0.06193693,0.853387713,0.558482359,0.558493759,0.558510638
-6105,1,0.1394,1,1,1,1,1,1,1,1,0,0.1394,0.5734,1,0.1925,1,1,1,1,1,1,0,0.1925,0.58,1,0.5,1,1,1,0.0052,0.5,0.5659,1,1,1,1,1,1.05E-05,0.91460073,0,1,1,1,1,1,0,0.917735994,0,1,1,1,1,1,0.02582478,0.903116822,0.57878202,0.578802623,0.578900709
-6106,1,0.1394,1,1,1,1,1,1,1,1,0,0.1394,0.6688,1,0.1925,1,1,1,1,1,1,0,0.1925,0.6769,1,0.5,1,1,1,0.0073,0.5,0.6593,1,1,1,1,1,3.70E-06,0.937927127,0,1,1,1,1,1,0,0.94255513,0,1,1,1,1,1,0.016122524,0.924403667,0.600350411,0.600380791,0.600620567
-6107,1,0.1394,1,1,1,1,1,1,1,1,0.001,0.1394,0.68,1,0.1925,1,1,1,1,1,1,0,0.1925,0.6886,1,0.5,1,1,1,0.0173,0.5,0.6719,1,1,1,1,1,7.97E-05,0.956365347,0,1,1,1,1,1,0,0.958523214,0.015111519,1,1,1,1,1,0.020658826,0.940117359,0.615514741,0.615612439,0.615691489
-6108,1,0.1394,1,1,1,1,1,1,1,1,0.0075,0.1394,0.6779,1,0.1925,1,1,1,1,1,1,0,0.1925,0.686,1,0.5,1,1,1,0.031,0.5,0.6727,1,1,1,1,1,0.000447209,0.953530908,0.001256293,1,1,1,1,1,5.47E-05,0.957880497,0.024789792,1,1,1,1,1,0.044541031,0.94090569,0.62361044,0.623651365,0.623670213
-6109,1,0.1394,1,1,1,1,1,1,1,1,0.0373,0.1394,0.6759,1,0.1925,1,1,1,1,1,1,0.0018,0.1925,0.6827,1,0.5,1,1,1,0.0641,0.5,0.6684,1,1,1,1,1,0.005142283,0.950114608,0.000965698,1,1,1,1,1,0.004321478,0.952164769,0,1,1,1,1,1,0.072570868,0.933422208,0.634364427,0.634440448,0.634751773
-6110,1,0.1394,1,1,1,1,1,1,1,1,0.0707,0.1394,0.6188,1,0.1925,1,1,1,1,1,1,0.0218,0.1925,0.6367,1,0.5,1,1,1,0.088,0.5,0.6035,1,1,1,1,1,0.023678828,0.931574225,0,1,1,1,1,1,0.021471454,0.932738543,0,1,1,1,1,1,0.116560794,0.910799146,0.63738521,0.637402158,0.637411348
-6111,1,0.1394,1,1,1,1,1,1,1,1,0.0457,0.1394,0.4831,1,0.1925,1,1,1,1,1,1,0.0153,0.1925,0.5159,1,0.5,1,1,1,0.1579,0.5,0.4622,1,1,1,1,1,0.029015075,0.892996013,0.000379915,1,1,1,1,1,0.018513333,0.892417252,0,1,1,1,1,1,0.164121091,0.871502936,0.639560174,0.639729215,0.63962766
-6112,1,0.1394,1,1,1,1,1,1,1,1,0.0695,0.1394,0.308,1,0.1925,1,1,1,1,1,1,0.0065,0.1925,0.3519,1,0.5,1,1,1,0.1496,0.5,0.2824,1,1,1,1,1,0.037133768,0.759498954,0.001289674,1,1,1,1,1,0.015372828,0.762481093,0,1,1,1,1,1,0.19860889,0.736263156,0.642097632,0.642056272,0.642287234
-6113,1,0.1394,1,1,1,1,1,1,1,1,0.0736,0.1394,0.0975,1,0.1925,1,1,1,1,1,1,0.0015,0.1925,0.1409,1,0.5,1,1,1,0.1323,0.5,0.0752,1,1,1,1,1,0.038347997,0.485440969,0.035140093,1,1,1,1,1,0.008411752,0.490788281,0.015292147,1,1,1,1,1,0.1879538,0.452388883,0.639681005,0.639729215,0.63962766
-6114,1,0.1394,1,1,1,1,1,1,1,1,0.1293,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0332,0.1925,0,1,0.5,1,1,1,0.1681,0.5,0,1,1,1,1,1,0.094835825,0,0.080818005,1,1,1,1,1,0.074903637,0,0.05291152,1,1,1,1,1,0.331888765,0,0.630135331,0.630209435,0.630319149
-6115,1,0.1394,1,1,1,1,1,1,1,1,0.1315,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0367,0.1925,0,1,0.5,1,1,1,0.2795,0.5,0,1,1,1,1,1,0.135189503,0,0.087150022,1,1,1,1,1,0.064446121,0,0.029445028,1,1,1,1,1,0.577168047,0,0.648260029,0.648402792,0.648492908
-6116,1,0.1394,1,1,1,1,1,1,1,1,0.1248,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1656,0.1925,0,1,0.5,1,1,1,0.2824,0.5,0,1,1,1,1,1,0.090804398,0,0.115112729,1,1,1,1,1,0.190079182,0,0.098872259,1,1,1,1,1,0.547362387,0,0.631766554,0.63169029,0.632092199
-6117,1,0.1394,1,1,1,1,1,1,1,1,0.171,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2761,0.1925,0,1,0.5,1,1,1,0.2233,0.5,0,1,1,1,1,1,0.127977118,0,0.022599831,1,1,1,1,1,0.326491326,0,0.042643458,1,1,1,1,1,0.500316501,0,0.583977767,0.583879839,0.584219858
-6118,1,0.1394,1,1,1,1,1,1,1,1,0.1922,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2409,0.1925,0,1,0.5,1,1,1,0.1798,0.5,0,1,1,1,1,1,0.162221551,0,0.012631851,1,1,1,1,1,0.304373801,0,0.036918588,1,1,1,1,1,0.48285386,0,0.523622523,0.52379945,0.523492908
-6119,1,0.1394,1,1,1,1,1,1,1,1,0.2992,0.1394,0,1,0.1925,1,1,1,1,1,1,0.3747,0.1925,0,1,0.5,1,1,1,0.2352,0.5,0,1,1,1,1,1,0.314231902,0,0.051982403,1,1,1,1,1,0.437429965,0,0.047854975,1,1,1,1,1,0.559449792,0,0.468160947,0.468161625,0.468085106
-6120,1,0.1394,1,1,1,1,1,1,1,1,0.3112,0.1394,0,1,0.1925,1,1,1,1,1,1,0.5189,0.1925,0,1,0.5,1,1,1,0.2041,0.5,0,1,1,1,1,1,0.362871498,0,0.047664873,1,1,1,1,1,0.554641724,0,0.028885605,1,1,1,1,1,0.508837581,0,0.431549058,0.431563359,0.431737589
-6121,1,0.1394,1,1,1,1,1,1,1,1,0.3157,0.1394,0,1,0.1925,1,1,1,1,1,1,0.509,0.1925,0,1,0.5,1,1,1,0.1955,0.5,0,1,1,1,1,1,0.408186197,0,0.039163947,1,1,1,1,1,0.533294201,0,0.031660996,1,1,1,1,1,0.53676492,0,0.410403577,0.410408293,0.410460993
-6122,1,0.1394,1,1,1,1,1,1,1,1,0.3167,0.1394,0,1,0.1925,1,1,1,1,1,1,0.5228,0.1925,0,1,0.5,1,1,1,0.1898,0.5,0,1,1,1,1,1,0.390860021,0,0.039245658,1,1,1,1,1,0.464578301,0,0.043417018,1,1,1,1,1,0.55385524,0,0.399407927,0.399407658,0.399379433
-6123,1,0.1394,1,1,1,1,1,1,1,1,0.1555,0.1394,0,1,0.1925,1,1,1,1,1,1,0.3563,0.1925,0,1,0.5,1,1,1,0.1711,0.5,0,1,1,1,1,1,0.148305818,0,0.005005855,1,1,1,1,1,0.255575925,0,0.010957068,1,1,1,1,1,0.556208372,0,0.395239246,0.395176645,0.395390071
-6124,1,0.1394,1,1,1,1,1,1,1,1,0.1082,0.1394,0,1,0.1925,1,1,1,1,1,1,0.301,0.1925,0,1,0.5,1,1,1,0.1791,0.5,0,1,1,1,1,1,0.075281322,0,0,1,1,1,1,1,0.19696714,0,0,1,1,1,1,1,0.530388772,0,0.40381827,0.403850222,0.403812057
-6125,1,0.1394,1,1,1,1,1,1,1,1,0.082,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1707,0.1925,0,1,0.5,1,1,1,0.1821,0.5,0,1,1,1,1,1,0.054937582,0,0,1,1,1,1,1,0.102584288,0,0,1,1,1,1,1,0.52456671,0,0.440792653,0.440660038,0.440602837
-6126,1,0.1394,1,1,1,1,1,1,1,1,0.1215,0.1394,0.0305,1,0.1925,1,1,1,1,1,1,0.3205,0.1925,0.0357,1,0.5,1,1,1,0.156,0.5,0.0232,1,1,1,1,1,0.08262787,0.231484324,0.0079768,1,1,1,1,1,0.217942372,0.259359717,0.000471204,1,1,1,1,1,0.457511187,0.33109653,0.507974867,0.50793315,0.507978723
-6127,1,0.1394,1,1,1,1,1,1,1,1,0.059,0.1394,0.2322,1,0.1925,1,1,1,1,1,1,0.1781,0.1925,0.2467,1,0.5,1,1,1,0.0952,0.5,0.2179,1,1,1,1,1,0.051488724,0.619670808,0,1,1,1,1,1,0.149959803,0.642781675,0,1,1,1,1,1,0.318683445,0.711450636,0.553709522,0.553839645,0.553634752
-6128,1,0.1394,1,1,1,1,1,1,1,1,0.0307,0.1394,0.4272,1,0.1925,1,1,1,1,1,1,0.0294,0.1925,0.4388,1,0.5,1,1,1,0.0474,0.5,0.426,1,1,1,1,1,0.017367359,0.84329921,0.000564185,1,1,1,1,1,0.036889181,0.854511976,0,1,1,1,1,1,0.131113961,0.889453411,0.583615273,0.583668289,0.583776596
-6129,1,0.1394,1,1,1,1,1,1,1,1,0.0125,0.1394,0.575,1,0.1925,1,1,1,1,1,1,0,0.1925,0.5827,1,0.5,1,1,1,0.0111,0.5,0.572,1,1,1,1,1,0.001427993,0.925461888,0.00116898,1,1,1,1,1,3.79E-05,0.931279302,0,1,1,1,1,1,0.018846342,0.934471071,0.609171097,0.609265919,0.609485816
-6130,1,0.1394,1,1,1,1,1,1,1,1,0.0181,0.1394,0.6697,1,0.1925,1,1,1,1,1,1,0,0.1925,0.6758,1,0.5,1,1,1,0.015,0.5,0.6636,1,1,1,1,1,0.001965944,0.944462538,0.003019333,1,1,1,1,1,0.000118136,0.948340714,0.004173037,1,1,1,1,1,0.008392799,0.939957976,0.634062349,0.634017347,0.634308511
-6131,1,0.1394,1,1,1,1,1,1,1,1,0.0269,0.1394,0.6786,1,0.1925,1,1,1,1,1,1,0,0.1925,0.6842,1,0.5,1,1,1,0.0343,0.5,0.6708,1,1,1,1,1,0.00618063,0.958001256,0.010070561,1,1,1,1,1,0.001944243,0.960779548,0.010543717,1,1,1,1,1,0.024624337,0.945226669,0.65297245,0.653056907,0.653368794
-6132,1,0.1394,1,1,1,1,1,1,1,1,0.0456,0.1394,0.6804,1,0.1925,1,1,1,1,1,1,0.0124,0.1925,0.6871,1,0.5,1,1,1,0.032,0.5,0.6692,1,1,1,1,1,0.014028225,0.961205423,0.005040846,1,1,1,1,1,0.016461646,0.964964628,0.003874869,1,1,1,1,1,0.029982898,0.940757632,0.664934751,0.664903744,0.664893617
-6133,1,0.1394,1,1,1,1,1,1,1,1,0.0858,0.1394,0.674,1,0.1925,1,1,1,1,1,1,0.0173,0.1925,0.68,1,0.5,1,1,1,0.0496,0.5,0.662,1,1,1,1,1,0.023641381,0.950968742,0.009953395,1,1,1,1,1,0.022808509,0.95327276,0.007416754,1,1,1,1,1,0.037916057,0.927303076,0.679253262,0.67928919,0.679521277
-6134,1,0.1394,1,1,1,1,1,1,1,1,0.1596,0.1394,0.6168,1,0.1925,1,1,1,1,1,1,0.0442,0.1925,0.6354,1,0.5,1,1,1,0.0544,0.5,0.5993,1,1,1,1,1,0.055016801,0.933433473,0.009313117,1,1,1,1,1,0.045858096,0.934681416,0,1,1,1,1,1,0.037922829,0.910333395,0.685536491,0.68563571,0.68572695
-6135,1,0.1394,1,1,1,1,1,1,1,1,0.2274,0.1394,0.4805,1,0.1925,1,1,1,1,1,1,0.048,0.1925,0.5142,1,0.5,1,1,1,0.0837,0.5,0.4594,1,1,1,1,1,0.07444077,0.890514374,0.022273354,1,1,1,1,1,0.058409192,0.895468712,0,1,1,1,1,1,0.067270577,0.868141711,0.690067666,0.690078274,0.690159574
-6136,1,0.1394,1,1,1,1,1,1,1,1,0.2569,0.1394,0.3062,1,0.1925,1,1,1,1,1,1,0.0369,0.1925,0.3518,1,0.5,1,1,1,0.1169,0.5,0.2778,1,1,1,1,1,0.091193721,0.753546476,0.017021837,1,1,1,1,1,0.054729536,0.76843065,0.004680628,1,1,1,1,1,0.108059265,0.717421174,0.69278637,0.692828432,0.692819149
-6137,1,0.1394,1,1,1,1,1,1,1,1,0.1382,0.1394,0.0955,1,0.1925,1,1,1,1,1,1,0.001,0.1925,0.1406,1,0.5,1,1,1,0.0945,0.5,0.0692,1,1,1,1,1,0.058683522,0.472108901,0.002109389,1,1,1,1,1,0.00859639,0.4973602,0.002937958,1,1,1,1,1,0.115009584,0.424564153,0.68541566,0.685424159,0.68572695
-6138,1,0.1394,1,1,1,1,1,1,1,1,0.156,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0086,0.1925,0,1,0.5,1,1,1,0.1181,0.5,0,1,1,1,1,1,0.136991546,0,0.001882467,1,1,1,1,1,0.029136285,0,0,1,1,1,1,1,0.231901899,0,0.670915901,0.670827163,0.671099291
-6139,1,0.1394,1,1,1,1,1,1,1,1,0.1331,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0252,0.1925,0,1,0.5,1,1,1,0.1469,0.5,0,1,1,1,1,1,0.139707074,0,0.004920452,1,1,1,1,1,0.044363767,0,0,1,1,1,1,1,0.335330158,0,0.685838569,0.68584726,0.68572695
-6140,1,0.1394,1,1,1,1,1,1,1,1,0.1479,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0956,0.1925,0,1,0.5,1,1,1,0.186,0.5,0,1,1,1,1,1,0.152831644,0,0.005570226,1,1,1,1,1,0.085779488,0,0.01007487,1,1,1,1,1,0.359539002,0,0.66801595,0.668077004,0.668439716
-6141,1,0.1394,1,1,1,1,1,1,1,1,0.2027,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1851,0.1925,0,1,0.5,1,1,1,0.155,0.5,0,1,1,1,1,1,0.188366532,0,0.003991004,1,1,1,1,1,0.208028063,0,0.020343717,1,1,1,1,1,0.251174152,0,0.617870952,0.617727946,0.618351064
-6142,1,0.1394,1,1,1,1,1,1,1,1,0.2121,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1442,0.1925,0,1,0.5,1,1,1,0.1577,0.5,0,1,1,1,1,1,0.239928842,0,0.000489071,1,1,1,1,1,0.167850554,0,0.003208115,1,1,1,1,1,0.251721591,0,0.553830353,0.553839645,0.554078014
-6143,1,0.1394,1,1,1,1,1,1,1,1,0.2416,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2435,0.1925,0,1,0.5,1,1,1,0.159,0.5,0,1,1,1,1,1,0.216920137,0,0.033474833,1,1,1,1,1,0.269107312,0,0.031450264,1,1,1,1,1,0.307381958,0,0.495650072,0.495663211,0.496010638
-6144,1,0.1394,1,1,1,1,1,1,1,1,0.2561,0.1394,0,1,0.1925,1,1,1,1,1,1,0.423,0.1925,0,1,0.5,1,1,1,0.1826,0.5,0,1,1,1,1,1,0.249201477,0,0.01802584,1,1,1,1,1,0.425676465,0,0.03296414,1,1,1,1,1,0.376859307,0,0.454929918,0.454833933,0.455230496
-6145,1,0.1394,1,1,1,1,1,1,1,1,0.2114,0.1394,0,1,0.1925,1,1,1,1,1,1,0.5728,0.1925,0,1,0.5,1,1,1,0.188,0.5,0,1,1,1,1,1,0.230667859,0,0.011913475,1,1,1,1,1,0.505457163,0,0.029124085,1,1,1,1,1,0.376570076,0,0.431005317,0.430928707,0.430851064
-6146,1,0.1394,1,1,1,1,1,1,1,1,0.1683,0.1394,0,1,0.1925,1,1,1,1,1,1,0.5949,0.1925,0,1,0.5,1,1,1,0.1581,0.5,0,1,1,1,1,1,0.171701312,0,0.011961179,1,1,1,1,1,0.532050371,0,0.018418588,1,1,1,1,1,0.320775688,0,0.416868052,0.416754813,0.417109929
-6147,1,0.1394,1,1,1,1,1,1,1,1,0.1584,0.1394,0,1,0.1925,1,1,1,1,1,1,0.5594,0.1925,0,1,0.5,1,1,1,0.1394,0.5,0,1,1,1,1,1,0.143943027,0,0.028196206,1,1,1,1,1,0.522894502,0,0.031264663,1,1,1,1,1,0.247140676,0,0.411672305,0.411677597,0.411347518
-6148,1,0.1394,1,1,1,1,1,1,1,1,0.146,0.1394,0,1,0.1925,1,1,1,1,1,1,0.4545,0.1925,0,1,0.5,1,1,1,0.0994,0.5,0,1,1,1,1,1,0.124080785,0,0.023117349,1,1,1,1,1,0.38412562,0,0.031308118,1,1,1,1,1,0.189594671,0,0.418861769,0.418870319,0.418882979
-6149,1,0.1394,1,1,1,1,1,1,1,1,0.0633,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2805,0.1925,0,1,0.5,1,1,1,0.0564,0.5,0,1,1,1,1,1,0.049581774,0,0,1,1,1,1,1,0.199044332,0,0.002937958,1,1,1,1,1,0.121486992,0,0.454869502,0.454833933,0.454787234
-6150,1,0.1394,1,1,1,1,1,1,1,1,0.0301,0.1394,0.0298,1,0.1925,1,1,1,1,1,1,0.1025,0.1925,0.0225,1,0.5,1,1,1,0.0464,0.5,0.0148,1,1,1,1,1,0.022548065,0.22624585,0,1,1,1,1,1,0.062527284,0.236192435,0,1,1,1,1,1,0.116572134,0.257238567,0.52060174,0.520837741,0.520833333
-6151,1,0.1394,1,1,1,1,1,1,1,1,0.0191,0.1394,0.2258,1,0.1925,1,1,1,1,1,1,0.0705,0.1925,0.2386,1,0.5,1,1,1,0.0261,0.5,0.203,1,1,1,1,1,0.00616379,0.585839033,0,1,1,1,1,1,0.054804143,0.618985415,0,1,1,1,1,1,0.051533487,0.632909715,0.566880135,0.566955786,0.566932624
-6152,1,0.1394,1,1,1,1,1,1,1,1,0.0057,0.1394,0.4143,1,0.1925,1,1,1,1,1,1,0,0.1925,0.4148,1,0.5,1,1,1,0.0151,0.5,0.3822,1,1,1,1,1,0.000301759,0.777413011,0,1,1,1,1,1,0.006610767,0.809316397,0,1,1,1,1,1,0.032318007,0.823912084,0.598658772,0.598688386,0.598847518
-6153,1,0.1394,1,1,1,1,1,1,1,1,0.0038,0.1394,0.5648,1,0.1925,1,1,1,1,1,1,0,0.1925,0.5716,1,0.5,1,1,1,0.0012,0.5,0.5274,1,1,1,1,1,3.29E-05,0.873751342,0,1,1,1,1,1,9.01E-06,0.90755105,0.000356021,1,1,1,1,1,0.005173024,0.885515869,0.627174964,0.627247726,0.627216312
-6154,1,0.1394,1,1,1,1,1,1,1,1,0.0052,0.1394,0.6632,1,0.1925,1,1,1,1,1,1,0,0.1925,0.6656,1,0.5,1,1,1,0.0004,0.5,0.6519,1,1,1,1,1,9.29E-05,0.924951494,0,1,1,1,1,1,0,0.936614513,0.01088089,1,1,1,1,1,0.003580458,0.93700099,0.653637023,0.653691559,0.653812057
-6155,1,0.1394,1,1,1,1,1,1,1,1,0.0406,0.1394,0.6691,1,0.1925,1,1,1,1,1,1,0.0048,0.1925,0.6717,1,0.5,1,1,1,0.0045,0.5,0.6465,1,1,1,1,1,0.005231787,0.942540348,0.055455137,1,1,1,1,1,0.008824745,0.946446717,0.068290316,1,1,1,1,1,0.010253385,0.940693617,0.67357419,0.673577322,0.673758865
-6156,1,0.1394,1,1,1,1,1,1,1,1,0.0642,0.1394,0.6688,1,0.1925,1,1,1,1,1,1,0.0149,0.1925,0.676,1,0.5,1,1,1,0.0271,0.5,0.6379,1,1,1,1,1,0.011962142,0.941831827,0.006966523,1,1,1,1,1,0.022367701,0.949426293,0.004519895,1,1,1,1,1,0.040192425,0.934444487,0.686442726,0.686481912,0.686613475
-6157,1,0.1394,1,1,1,1,1,1,1,1,0.1142,0.1394,0.6629,1,0.1925,1,1,1,1,1,1,0.0391,0.1925,0.6722,1,0.5,1,1,1,0.067,0.5,0.6354,1,1,1,1,1,0.036648344,0.936030865,0.018621003,1,1,1,1,1,0.051469423,0.942065239,0.014076702,1,1,1,1,1,0.130613327,0.922060251,0.700761237,0.700655807,0.700797872
-6158,1,0.1394,1,1,1,1,1,1,1,1,0.1658,0.1394,0.6079,1,0.1925,1,1,1,1,1,1,0.0338,0.1925,0.6276,1,0.5,1,1,1,0.0844,0.5,0.5436,1,1,1,1,1,0.063775249,0.918469727,0.078369237,1,1,1,1,1,0.056627598,0.9178074,0.022049215,1,1,1,1,1,0.086562641,0.895699859,0.7060174,0.705944574,0.706117021
-6159,1,0.1394,1,1,1,1,1,1,1,1,0.1893,0.1394,0.4715,1,0.1925,1,1,1,1,1,1,0.066,0.1925,0.5022,1,0.5,1,1,1,0.0708,0.5,0.4193,1,1,1,1,1,0.074500315,0.876690388,0.117575996,1,1,1,1,1,0.099820592,0.856663764,0.127814919,1,1,1,1,1,0.083578259,0.846434474,0.70517158,0.705098371,0.705230496
-6160,1,0.1394,1,1,1,1,1,1,1,1,0.1962,0.1394,0.2963,1,0.1925,1,1,1,1,1,1,0.0923,0.1925,0.3255,1,0.5,1,1,1,0.0736,0.5,0.2318,1,1,1,1,1,0.118037,0.723031998,0.063350379,1,1,1,1,1,0.125850797,0.581018806,0.050568327,1,1,1,1,1,0.112190723,0.694967151,0.699673755,0.699809604,0.699911348
-6161,1,0.1394,1,1,1,1,1,1,1,1,0.1496,0.1394,0.0873,1,0.1925,1,1,1,1,1,1,0.034,0.1925,0.117,1,0.5,1,1,1,0.0992,0.5,0.0569,1,1,1,1,1,0.086546682,0.389125586,0.025453804,1,1,1,1,1,0.054178119,0.225015491,0.011158902,1,1,1,1,1,0.17283155,0.39289856,0.68040116,0.680346943,0.680407801
-6162,1,0.1394,1,1,1,1,1,1,1,1,0.1209,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0539,0.1925,0,1,0.5,1,1,1,0.1534,0.5,0,1,1,1,1,1,0.107054844,0,0.013108691,1,1,1,1,1,0.084095612,0,0.031118587,1,1,1,1,1,0.232698262,0,0.659497342,0.659614978,0.659574468
-6163,1,0.1394,1,1,1,1,1,1,1,1,0.1802,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0834,0.1925,0,1,0.5,1,1,1,0.1806,0.5,0,1,1,1,1,1,0.209911063,0,0.002377416,1,1,1,1,1,0.126438633,0,0.042136125,1,1,1,1,1,0.306924909,0,0.66801595,0.668077004,0.668439716
-6164,1,0.1394,1,1,1,1,1,1,1,1,0.162,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1714,0.1925,0,1,0.5,1,1,1,0.2258,0.5,0,1,1,1,1,1,0.247101948,0,0.006849079,1,1,1,1,1,0.236776054,0,0.083180636,1,1,1,1,1,0.323006064,0,0.648320445,0.648402792,0.648492908
-6165,1,0.1394,1,1,1,1,1,1,1,1,0.27,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1231,0.1925,0,1,0.5,1,1,1,0.1658,0.5,0,1,1,1,1,1,0.343975306,0,0.064029463,1,1,1,1,1,0.18154107,0,0.136189267,1,1,1,1,1,0.236775488,0,0.609110681,0.609054369,0.609485816
-6166,1,0.1394,1,1,1,1,1,1,1,1,0.2019,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1761,0.1925,0,1,0.5,1,1,1,0.1546,0.5,0,1,1,1,1,1,0.252552867,0,0.129845381,1,1,1,1,1,0.252248257,0,0.192949757,1,1,1,1,1,0.243619502,0,0.556549058,0.556589803,0.556737589
-6167,1,0.1394,1,1,1,1,1,1,1,1,0.1645,0.1394,0,1,0.1925,1,1,1,1,1,1,0.3571,0.1925,0,1,0.5,1,1,1,0.1208,0.5,0,1,1,1,1,1,0.190846995,0,0.176733628,1,1,1,1,1,0.39416784,0,0.261411011,1,1,1,1,1,0.200621367,0,0.503504108,0.503702137,0.503546099
-6168,1,0.1394,1,1,1,1,1,1,1,1,0.2242,0.1394,0,1,0.1925,1,1,1,1,1,1,0.4578,0.1925,0,1,0.5,1,1,1,0.1226,0.5,0,1,1,1,1,1,0.303412586,0,0.237425089,1,1,1,1,1,0.519893646,0,0.369480908,1,1,1,1,1,0.150920182,0,0.463146448,0.463084409,0.46320922
-6169,1,0.1394,1,1,1,1,1,1,1,1,0.2665,0.1394,0,1,0.1925,1,1,1,1,1,1,0.4499,0.1925,0,1,0.5,1,1,1,0.1241,0.5,0,1,1,1,1,1,0.374176949,0,0.258302748,1,1,1,1,1,0.46554333,0,0.386154741,1,1,1,1,1,0.191526189,0,0.438255196,0.438332981,0.438386525
-6170,1,0.1394,1,1,1,1,1,1,1,1,0.2476,0.1394,0,1,0.1925,1,1,1,1,1,1,0.3696,0.1925,0,1,0.5,1,1,1,0.1264,0.5,0,1,1,1,1,1,0.349051833,0,0.292230815,1,1,1,1,1,0.405923963,0,0.458180904,1,1,1,1,1,0.174955964,0,0.423876269,0.423735985,0.424202128
-6171,1,0.1394,1,1,1,1,1,1,1,1,0.2843,0.1394,0,1,0.1925,1,1,1,1,1,1,0.3092,0.1925,0,1,0.5,1,1,1,0.1178,0.5,0,1,1,1,1,1,0.35856241,0,0.275763333,1,1,1,1,1,0.31783691,0,0.427477241,1,1,1,1,1,0.152421519,0,0.415961817,0.41590861,0.415780142
-6172,1,0.1394,1,1,1,1,1,1,1,1,0.1971,0.1394,0,1,0.1925,1,1,1,1,1,1,0.3471,0.1925,0,1,0.5,1,1,1,0.0754,0.5,0,1,1,1,1,1,0.199181512,0,0.243145704,1,1,1,1,1,0.354933143,0,0.362964928,1,1,1,1,1,0.104087085,0,0.416082649,0.416120161,0.416223404
-6173,1,0.1394,1,1,1,1,1,1,1,1,0.1799,0.1394,0,1,0.1925,1,1,1,1,1,1,0.365,0.1925,0,1,0.5,1,1,1,0.0829,0.5,0,1,1,1,1,1,0.220820084,0,0.211512715,1,1,1,1,1,0.35489583,0,0.366940856,1,1,1,1,1,0.074621513,0,0.429132431,0.429024751,0.429078014
-6174,1,0.1394,1,1,1,1,1,1,1,1,0.1757,0.1394,0.0112,1,0.1925,1,1,1,1,1,1,0.4283,0.1925,0.0019,1,0.5,1,1,1,0.0825,0.5,0.0007,1,1,1,1,1,0.208681896,0.067791708,0.109592408,1,1,1,1,1,0.427932382,0.021609321,0.208405241,1,1,1,1,1,0.098466501,0.0150507,0.449673755,0.449756717,0.449468085
-6175,1,0.1394,1,1,1,1,1,1,1,1,0.173,0.1394,0.1635,1,0.1925,1,1,1,1,1,1,0.4931,0.1925,0.1724,1,0.5,1,1,1,0.096,0.5,0.1304,1,1,1,1,1,0.154405087,0.441150606,0.070668854,1,1,1,1,1,0.421474159,0.500170231,0.18169032,1,1,1,1,1,0.140944734,0.213991299,0.481150314,0.481066215,0.480939716
-6176,1,0.1394,1,1,1,1,1,1,1,1,0.1979,0.1394,0.3077,1,0.1925,1,1,1,1,1,1,0.6717,0.1925,0.3934,1,0.5,1,1,1,0.1152,0.5,0.2807,1,1,1,1,1,0.21930325,0.668092012,0.103778832,1,1,1,1,1,0.531199455,0.778588116,0.229987711,1,1,1,1,1,0.203749716,0.527077436,0.521689222,0.521683943,0.521719858
-6177,1,0.1394,1,1,1,1,1,1,1,1,0.1956,0.1394,0.4675,1,0.1925,1,1,1,1,1,1,0.6762,0.1925,0.5482,1,0.5,1,1,1,0.1377,0.5,0.3996,1,1,1,1,1,0.22467199,0.787405252,0.106863186,1,1,1,1,1,0.560528994,0.861827135,0.963220239,1,1,1,1,1,0.265211612,0.783987701,0.549057516,0.548973979,0.549202128
-6178,1,0.1394,1,1,1,1,1,1,1,1,0.2005,0.1394,0.5809,1,0.1925,1,1,1,1,1,1,0.5421,0.1925,0.6521,1,0.5,1,1,1,0.1498,0.5,0.4881,1,1,1,1,1,0.212572888,0.857407451,0.106629387,1,1,1,1,1,0.489491701,0.898271501,1,1,1,1,1,1,0.247377619,0.860250831,0.562046883,0.562090121,0.562056738
-6179,1,0.1394,1,1,1,1,1,1,1,1,0.1873,0.1394,0.633,1,0.1925,1,1,1,1,1,1,0.4479,0.1925,0.6736,1,0.5,1,1,1,0.2139,0.5,0.5264,1,1,1,1,1,0.286698163,0.895858467,0.181893453,1,1,1,1,1,0.439367235,0.940947175,0.948825479,1,1,1,1,1,0.434425622,0.913409829,0.5659739,0.565898033,0.566046099
-6180,1,0.1394,1,1,1,1,1,1,1,1,0.1453,0.1394,0.6608,1,0.1925,1,1,1,1,1,1,0.5599,0.1925,0.6918,1,0.5,1,1,1,0.3635,0.5,0.5627,1,1,1,1,1,0.302469552,0.921943128,0.359217763,1,1,1,1,1,0.527019382,0.970418453,0.671460032,1,1,1,1,1,0.631623268,0.92086333,0.565611406,0.565686482,0.565602837
-6181,1,0.1394,1,1,1,1,1,1,1,1,0.2154,0.1394,0.6639,1,0.1925,1,1,1,1,1,1,0.5416,0.1925,0.681,1,0.5,1,1,1,0.4302,0.5,0.5663,1,1,1,1,1,0.373439133,0.916737437,0.485881984,1,1,1,1,1,0.537056804,0.956141055,0.723848999,1,1,1,1,1,0.705547035,0.908724666,0.561623973,0.561667019,0.561613475
-6182,1,0.1394,1,1,1,1,1,1,1,1,0.219,0.1394,0.6144,1,0.1925,1,1,1,1,1,1,0.4454,0.1925,0.6425,1,0.5,1,1,1,0.289,0.5,0.5015,1,1,1,1,1,0.310682923,0.901742876,0.32182616,1,1,1,1,1,0.487974763,0.949294686,0.931474686,1,1,1,1,1,0.595685184,0.883391857,0.556911551,0.556801354,0.556737589
-6183,1,0.1394,1,1,1,1,1,1,1,1,0.2197,0.1394,0.479,1,0.1925,1,1,1,1,1,1,0.3595,0.1925,0.5211,1,0.5,1,1,1,0.2961,0.5,0.4037,1,1,1,1,1,0.319179654,0.867330194,0.077141985,1,1,1,1,1,0.419091642,0.906774461,0.87862277,1,1,1,1,1,0.581612289,0.828783512,0.554555341,0.554685847,0.554964539
-6184,1,0.1394,1,1,1,1,1,1,1,1,0.1749,0.1394,0.3025,1,0.1925,1,1,1,1,1,1,0.4419,0.1925,0.3515,1,0.5,1,1,1,0.3417,0.5,0.2511,1,1,1,1,1,0.305826068,0.734968781,0.148593903,1,1,1,1,1,0.460976005,0.780146837,0.871610284,1,1,1,1,1,0.594267845,0.689074755,0.55582407,0.555743601,0.555851064
-6185,1,0.1394,1,1,1,1,1,1,1,1,0.168,0.1394,0.0929,1,0.1925,1,1,1,1,1,1,0.332,0.1925,0.1413,1,0.5,1,1,1,0.3213,0.5,0.0662,1,1,1,1,1,0.257107288,0.465709507,0.266884357,1,1,1,1,1,0.367324442,0.506640673,0.943262339,1,1,1,1,1,0.531553209,0.41850093,0.555944901,0.555955151,0.555851064
-6186,1,0.1394,1,1,1,1,1,1,1,1,0.1121,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2197,0.1925,0,1,0.5,1,1,1,0.2474,0.5,0,1,1,1,1,1,0.140863523,0,0.354674369,1,1,1,1,1,0.240556747,0,0.871262074,1,1,1,1,1,0.504436731,0,0.552924118,0.552993442,0.552748227
-6187,1,0.1394,1,1,1,1,1,1,1,1,0.0806,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0894,0.1925,0,1,0.5,1,1,1,0.2276,0.5,0,1,1,1,1,1,0.082763635,0,0.472777903,1,1,1,1,1,0.150664061,0,0.925804198,1,1,1,1,1,0.495367706,0,0.568390527,0.568436641,0.568262411
-6188,1,0.1394,1,1,1,1,1,1,1,1,0.1243,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1264,0.1925,0,1,0.5,1,1,1,0.2127,0.5,0,1,1,1,1,1,0.131178901,0,0.600580096,1,1,1,1,1,0.196766302,0,0.848979592,1,1,1,1,1,0.488039196,0,0.554494925,0.554685847,0.554964539
-6189,1,0.1394,1,1,1,1,1,1,1,1,0.1381,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1836,0.1925,0,1,0.5,1,1,1,0.1677,0.5,0,1,1,1,1,1,0.170373112,0,0.612746954,1,1,1,1,1,0.276170731,0,0.718189776,1,1,1,1,1,0.359164923,0,0.522535041,0.522530146,0.522606383
-6190,1,0.1394,1,1,1,1,1,1,1,1,0.0858,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1742,0.1925,0,1,0.5,1,1,1,0.1404,0.5,0,1,1,1,1,1,0.115785018,0,0.468002498,1,1,1,1,1,0.227497876,0,0.388791084,1,1,1,1,1,0.241669655,0,0.481996133,0.481912418,0.482269504
-6191,1,0.1394,1,1,1,1,1,1,1,1,0.0845,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2638,0.1925,0,1,0.5,1,1,1,0.2127,0.5,0,1,1,1,1,1,0.130946517,0,0.36334753,1,1,1,1,1,0.332865238,0,0.197341114,1,1,1,1,1,0.289362401,0,0.439403093,0.439390734,0.43927305
-6192,1,0.1394,1,1,1,1,1,1,1,1,0.1098,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2188,0.1925,0,1,0.5,1,1,1,0.2267,0.5,0,1,1,1,1,1,0.185440332,0,0.166803688,1,1,1,1,1,0.305093974,0,0.103886917,1,1,1,1,1,0.29439491,0,0.406959884,0.406811931,0.407358156
-6193,1,0.1394,1,1,1,1,1,1,1,1,0.1079,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1611,0.1925,0,1,0.5,1,1,1,0.259,0.5,0,1,1,1,1,1,0.205683514,0,0.064838804,1,1,1,1,1,0.180905968,0,0.089340836,1,1,1,1,1,0.368478477,0,0.386176897,0.386079966,0.38608156
-6194,1,0.1394,1,1,1,1,1,1,1,1,0.1521,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1715,0.1925,0,1,0.5,1,1,1,0.2654,0.5,0,1,1,1,1,1,0.269066721,0,0.056670014,1,1,1,1,1,0.167873576,0,0.106288485,1,1,1,1,1,0.403938353,0,0.373127115,0.373175376,0.37322695
-6195,1,0.1394,1,1,1,1,1,1,1,1,0.2108,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1701,0.1925,0,1,0.5,1,1,1,0.2883,0.5,0,1,1,1,1,1,0.36077705,0,0.084898725,1,1,1,1,1,0.162551403,0,0.108605765,1,1,1,1,1,0.461881131,0,0.36581682,0.365771102,0.365691489
-6196,1,0.1394,1,1,1,1,1,1,1,1,0.2598,0.1394,0,1,0.1925,1,1,1,1,1,1,0.136,0.1925,0,1,0.5,1,1,1,0.2685,0.5,0,1,1,1,1,1,0.401985317,0,0.122592568,1,1,1,1,1,0.146240145,0,0.121671721,1,1,1,1,1,0.469327629,0,0.365273079,0.365348001,0.365248227
-6197,1,0.1394,1,1,1,1,1,1,1,1,0.1537,0.1394,0,1,0.1925,1,1,1,1,1,1,0.096,0.1925,0,1,0.5,1,1,1,0.2402,0.5,0,1,1,1,1,1,0.277385235,0,0.072218813,1,1,1,1,1,0.097330183,0,0.098413616,1,1,1,1,1,0.463693589,0,0.373006283,0.372963825,0.37322695
-6198,1,0.1394,1,1,1,1,1,1,1,1,0.1052,0.1394,0.0333,1,0.1925,1,1,1,1,1,1,0.1669,0.1925,0.0405,1,0.5,1,1,1,0.2706,0.5,0.035,1,1,1,1,1,0.233802706,0.229969978,0.013202533,1,1,1,1,1,0.15664345,0.251529753,0.063672259,1,1,1,1,1,0.553786874,0.387271523,0.384847753,0.384810662,0.384751773
-6199,1,0.1394,1,1,1,1,1,1,1,1,0.0678,0.1394,0.2418,1,0.1925,1,1,1,1,1,1,0.0899,0.1925,0.2523,1,0.5,1,1,1,0.2771,0.5,0.2428,1,1,1,1,1,0.076579303,0.666513562,0.148349851,1,1,1,1,1,0.084919624,0.630324185,0.233987182,1,1,1,1,1,0.490887821,0.743054628,0.411732721,0.411677597,0.41179078
-6200,1,0.1394,1,1,1,1,1,1,1,1,0.0227,0.1394,0.441,1,0.1925,1,1,1,1,1,1,0.0113,0.1925,0.4521,1,0.5,1,1,1,0.339,0.5,0.4495,1,1,1,1,1,0.047053088,0.871548653,0.12920703,1,1,1,1,1,0.020085286,0.854903758,0.109931149,1,1,1,1,1,0.51725471,0.928997874,0.453479942,0.453564629,0.453457447
-6201,1,0.1394,1,1,1,1,1,1,1,1,0.0319,0.1394,0.5904,1,0.1925,1,1,1,1,1,1,0.0059,0.1925,0.5899,1,0.5,1,1,1,0.2492,0.5,0.5959,1,1,1,1,1,0.057332892,0.942256689,0.217681766,1,1,1,1,1,0.007087162,0.921635091,0.14814347,1,1,1,1,1,0.394535601,0.97946918,0.485198163,0.485297229,0.48537234
-6202,1,0.1394,1,1,1,1,1,1,1,1,0.0636,0.1394,0.6666,1,0.1925,1,1,1,1,1,1,0.0511,0.1925,0.6483,1,0.5,1,1,1,0.3652,0.5,0.6748,1,1,1,1,1,0.098538682,0.949987113,0.225062162,1,1,1,1,1,0.05859971,0.893857718,0.26764819,1,1,1,1,1,0.565181792,0.999428034,0.504047849,0.504125238,0.504432624
-6203,1,0.1394,1,1,1,1,1,1,1,1,0.0938,0.1394,0.6786,1,0.1925,1,1,1,1,1,1,0.1005,0.1925,0.665,1,0.5,1,1,1,0.2872,0.5,0.6913,1,1,1,1,1,0.118923277,0.963506103,0.177565485,1,1,1,1,1,0.126009256,0.897738993,0.288509697,1,1,1,1,1,0.417690635,0.999894261,0.514681005,0.514702771,0.51462766
-6204,1,0.1394,1,1,1,1,1,1,1,1,0.1159,0.1394,0.6996,1,0.1925,1,1,1,1,1,1,0.0946,0.1925,0.6836,1,0.5,1,1,1,0.295,0.5,0.7102,1,1,1,1,1,0.113874339,0.983398259,0.103877008,1,1,1,1,1,0.122553259,0.922981203,0.227013364,1,1,1,1,1,0.467514694,0.99961859,0.522051716,0.521895494,0.522163121
-6205,1,0.1394,1,1,1,1,1,1,1,1,0.0656,0.1394,0.6998,1,0.1925,1,1,1,1,1,1,0.0971,0.1925,0.6945,1,0.5,1,1,1,0.3474,0.5,0.715,1,1,1,1,1,0.083452344,0.987164617,0.090322047,1,1,1,1,1,0.113855422,0.941068947,0.111788742,1,1,1,1,1,0.59563303,0.998657763,0.521810053,0.521683943,0.521719858
-6206,1,0.1394,1,1,1,1,1,1,1,1,0.0593,0.1394,0.6422,1,0.1925,1,1,1,1,1,1,0.1033,0.1925,0.6534,1,0.5,1,1,1,0.3034,0.5,0.64,1,1,1,1,1,0.061604302,0.974203885,0.183833033,1,1,1,1,1,0.103929669,0.943656027,0.092861786,1,1,1,1,1,0.483628988,0.97562921,0.521689222,0.521683943,0.521719858
-6207,1,0.1394,1,1,1,1,1,1,1,1,0.0606,0.1394,0.4987,1,0.1925,1,1,1,1,1,1,0.1041,0.1925,0.5272,1,0.5,1,1,1,0.2642,0.5,0.4879,1,1,1,1,1,0.072929524,0.931612849,0.317369163,1,1,1,1,1,0.102548152,0.910634816,0.027625918,1,1,1,1,1,0.384314179,0.926890612,0.524649589,0.524645653,0.524822695
-6208,1,0.1394,1,1,1,1,1,1,1,1,0.0421,0.1394,0.315,1,0.1925,1,1,1,1,1,1,0.138,0.1925,0.3545,1,0.5,1,1,1,0.2883,0.5,0.2961,1,1,1,1,1,0.061503023,0.780086875,0.324662298,1,1,1,1,1,0.130431667,0.770008087,0.001439791,1,1,1,1,1,0.423437178,0.768951178,0.533470275,0.533530781,0.533687943
-6209,1,0.1394,1,1,1,1,1,1,1,1,0.0365,0.1394,0.0942,1,0.1925,1,1,1,1,1,1,0.0742,0.1925,0.1353,1,0.5,1,1,1,0.1308,0.5,0.0743,1,1,1,1,1,0.03378148,0.483169407,0.437914789,1,1,1,1,1,0.069352143,0.488179773,0.042858902,1,1,1,1,1,0.243080363,0.459114611,0.546882552,0.546858473,0.546985816
-6210,1,0.1394,1,1,1,1,1,1,1,1,0.0356,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0185,0.1925,0,1,0.5,1,1,1,0.12,0.5,0,1,1,1,1,1,0.053272042,0,0.622978449,1,1,1,1,1,0.028137697,0,0.155612826,1,1,1,1,1,0.246714979,0,0.552440793,0.55235879,0.552748227
-6211,1,0.1394,1,1,1,1,1,1,1,1,0.0665,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0385,0.1925,0,1,0.5,1,1,1,0.1505,0.5,0,1,1,1,1,1,0.061485082,0,0.686385453,1,1,1,1,1,0.054686226,0,0.30663538,1,1,1,1,1,0.322567374,0,0.575398743,0.575417813,0.575797872
-6212,1,0.1394,1,1,1,1,1,1,1,1,0.1001,0.1394,0,1,0.1925,1,1,1,1,1,1,0.129,0.1925,0,1,0.5,1,1,1,0.1946,0.5,0,1,1,1,1,1,0.11511004,0,0.698496699,1,1,1,1,1,0.169038936,0,0.32260865,1,1,1,1,1,0.389602274,0,0.557636539,0.557647557,0.557624113
-6213,1,0.1394,1,1,1,1,1,1,1,1,0.1037,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1733,0.1925,0,1,0.5,1,1,1,0.2671,0.5,0,1,1,1,1,1,0.137702152,0,0.690406084,1,1,1,1,1,0.219023347,0,0.204927236,1,1,1,1,1,0.502367496,0,0.515405993,0.515548974,0.515514184
-6214,1,0.1394,1,1,1,1,1,1,1,1,0.0837,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1743,0.1925,0,1,0.5,1,1,1,0.2591,0.5,0,1,1,1,1,1,0.122133046,0,0.319497198,1,1,1,1,1,0.200679779,0,0.043250531,1,1,1,1,1,0.54207623,0,0.466167231,0.466046118,0.466312057
-6215,1,0.1394,1,1,1,1,1,1,1,1,0.0479,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1579,0.1925,0,1,0.5,1,1,1,0.2837,0.5,0,1,1,1,1,1,0.085603528,0,0.122231975,1,1,1,1,1,0.172216535,0,0.012671205,1,1,1,1,1,0.5233109,0,0.422305462,0.42225513,0.422429078
-6216,1,0.1394,1,1,1,1,1,1,1,1,0.0458,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1118,0.1925,0,1,0.5,1,1,1,0.305,0.5,0,1,1,1,1,1,0.064647242,0,0.152421907,1,1,1,1,1,0.124316104,0,0.029962566,1,1,1,1,1,0.581962824,0,0.393608023,0.39369579,0.393617021
-6217,1,0.1394,1,1,1,1,1,1,1,1,0.0271,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0463,0.1925,0,1,0.5,1,1,1,0.3079,0.5,0,1,1,1,1,1,0.037490107,0,0.160694197,1,1,1,1,1,0.048754178,0,0.037559688,1,1,1,1,1,0.545295775,0,0.377477042,0.377617939,0.377659574
-6218,1,0.1394,1,1,1,1,1,1,1,1,0.0112,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0647,0.1925,0,1,0.5,1,1,1,0.2798,0.5,0,1,1,1,1,1,0.025596356,0,0.051545601,1,1,1,1,1,0.05418415,0,0.002927749,1,1,1,1,1,0.450171977,0,0.368898018,0.368732812,0.369237589
-6219,1,0.1394,1,1,1,1,1,1,1,1,0.0108,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0255,0.1925,0,1,0.5,1,1,1,0.2257,0.5,0,1,1,1,1,1,0.022786666,0,0.02126809,1,1,1,1,1,0.02357153,0,0,1,1,1,1,1,0.390273809,0,0.368233446,0.36809816,0.368351064
-6220,1,0.1394,1,1,1,1,1,1,1,1,0.0139,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0031,0.1925,0,1,0.5,1,1,1,0.1957,0.5,0,1,1,1,1,1,0.014614019,0,0.013525531,1,1,1,1,1,0.005156496,0,0,1,1,1,1,1,0.357466429,0,0.379047849,0.379098794,0.378989362
-6221,1,0.1394,1,1,1,1,1,1,1,1,0.0365,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0152,0.1925,0,1,0.5,1,1,1,0.1767,0.5,0,1,1,1,1,1,0.043548822,0,0.005041373,1,1,1,1,1,0.027510261,0,0,1,1,1,1,1,0.306134582,0,0.418136781,0.418235667,0.417996454
-6222,1,0.1394,1,1,1,1,1,1,1,1,0.0661,0.1394,0.0374,1,0.1925,1,1,1,1,1,1,0.0335,0.1925,0.0396,1,0.5,1,1,1,0.1468,0.5,0.034,1,1,1,1,1,0.059591357,0.222014904,0.012898306,1,1,1,1,1,0.023582399,0.221325383,0,1,1,1,1,1,0.192572773,0.331026912,0.483566941,0.483604823,0.483599291
-6223,1,0.1394,1,1,1,1,1,1,1,1,0.0415,0.1394,0.2454,1,0.1925,1,1,1,1,1,1,0.0263,0.1925,0.245,1,0.5,1,1,1,0.0521,0.5,0.235,1,1,1,1,1,0.01230578,0.632937908,0,1,1,1,1,1,0.022812374,0.581551075,0,1,1,1,1,1,0.0986095,0.67786634,0.527791203,0.527818913,0.527925532
-6224,1,0.1394,1,1,1,1,1,1,1,1,0.0045,0.1394,0.4337,1,0.1925,1,1,1,1,1,1,0.0172,0.1925,0.4163,1,0.5,1,1,1,0.0057,0.5,0.4339,1,1,1,1,1,0.003403722,0.8476758,0,1,1,1,1,1,0.016245404,0.745441616,0,1,1,1,1,1,0.020977128,0.887936831,0.552924118,0.552781891,0.552748227
-6225,1,0.1394,1,1,1,1,1,1,1,1,0,0.1394,0.5698,1,0.1925,1,1,1,1,1,1,0,0.1925,0.5374,1,0.5,1,1,1,0.0063,0.5,0.5918,1,1,1,1,1,0,0.896616817,0.011211634,1,1,1,1,1,7.05E-06,0.863403618,0.038825653,1,1,1,1,1,0.004758689,0.951474965,0.572921701,0.572879205,0.573138298
-6226,1,0.1394,1,1,1,1,1,1,1,1,0,0.1394,0.6528,1,0.1925,1,1,1,1,1,1,0,0.1925,0.6689,1,0.5,1,1,1,0.0071,0.5,0.6913,1,1,1,1,1,0,0.922147989,0.014993495,1,1,1,1,1,0,0.93392843,0.014925393,1,1,1,1,1,0.00374888,0.978290081,0.591952634,0.591918765,0.592198582
-6227,1,0.1394,1,1,1,1,1,1,1,1,0,0.1394,0.6646,1,0.1925,1,1,1,1,1,1,0,0.1925,0.6882,1,0.5,1,1,1,0.0141,0.5,0.6966,1,1,1,1,1,0.00081347,0.952320158,0.01057522,1,1,1,1,1,0,0.9569785,0,1,1,1,1,1,0.018191019,0.980109513,0.603431609,0.603554051,0.603280142
-6228,1,0.1394,1,1,1,1,1,1,1,1,0.0024,0.1394,0.6663,1,0.1925,1,1,1,1,1,1,0,0.1925,0.6862,1,0.5,1,1,1,0.01,0.5,0.6921,1,1,1,1,1,0.000222044,0.952844501,0.010609037,1,1,1,1,1,1.52E-05,0.956540585,0,1,1,1,1,1,0.021637326,0.975308359,0.609291928,0.60947747,0.609485816
-6229,1,0.1394,1,1,1,1,1,1,1,1,0.0114,0.1394,0.6749,1,0.1925,1,1,1,1,1,1,0,0.1925,0.6811,1,0.5,1,1,1,0.0228,0.5,0.6801,1,1,1,1,1,0.004234661,0.953805029,0.03242087,1,1,1,1,1,0.000942007,0.945258975,0,1,1,1,1,1,0.044852763,0.959573269,0.617568874,0.617727946,0.617907801
-6230,1,0.1394,1,1,1,1,1,1,1,1,0.0212,0.1394,0.6161,1,0.1925,1,1,1,1,1,1,0.0156,0.1925,0.6309,1,0.5,1,1,1,0.0175,0.5,0.6071,1,1,1,1,1,0.008794767,0.932442069,0.030648576,1,1,1,1,1,0.018801874,0.905725121,0,1,1,1,1,1,0.036117259,0.932480812,0.619864669,0.619843453,0.620124113
-6231,1,0.1394,1,1,1,1,1,1,1,1,0.0208,0.1394,0.4787,1,0.1925,1,1,1,1,1,1,0.0622,0.1925,0.5064,1,0.5,1,1,1,0.0343,0.5,0.4583,1,1,1,1,1,0.017223459,0.886611342,0.006625948,1,1,1,1,1,0.056228649,0.845039606,0,1,1,1,1,1,0.063594267,0.869304955,0.620529241,0.620689655,0.620567376
-6232,1,0.1394,1,1,1,1,1,1,1,1,0.0278,0.1394,0.2999,1,0.1925,1,1,1,1,1,1,0.0997,0.1925,0.3265,1,0.5,1,1,1,0.052,0.5,0.27,1,1,1,1,1,0.038278721,0.728908658,0.000779102,1,1,1,1,1,0.097895399,0.690817416,0,1,1,1,1,1,0.075189926,0.699371874,0.622160464,0.62217051,0.622340426
-6233,1,0.1394,1,1,1,1,1,1,1,1,0.0744,0.1394,0.0828,1,0.1925,1,1,1,1,1,1,0.1524,0.1925,0.1194,1,0.5,1,1,1,0.0812,0.5,0.0576,1,1,1,1,1,0.067034043,0.415096194,0.002758092,1,1,1,1,1,0.181927815,0.406818658,0.002465183,1,1,1,1,1,0.087647013,0.382006705,0.623247946,0.623228263,0.62322695
-6234,1,0.1394,1,1,1,1,1,1,1,1,0.1115,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0931,0.1925,0,1,0.5,1,1,1,0.1015,0.5,0,1,1,1,1,1,0.132280961,0,0.005038934,1,1,1,1,1,0.148909852,0,0.003842932,1,1,1,1,1,0.114019878,0,0.621918801,0.621958959,0.622340426
-6235,1,0.1394,1,1,1,1,1,1,1,1,0.1269,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1201,0.1925,0,1,0.5,1,1,1,0.1005,0.5,0,1,1,1,1,1,0.181443825,0,0.008825902,1,1,1,1,1,0.201318562,0,0.002387173,1,1,1,1,1,0.136772528,0,0.642278879,0.642267823,0.642287234
-6236,1,0.1394,1,1,1,1,1,1,1,1,0.1293,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2121,0.1925,0,1,0.5,1,1,1,0.2071,0.5,0,1,1,1,1,1,0.163581848,0,0.008878049,1,1,1,1,1,0.28943339,0,0,1,1,1,1,1,0.255105764,0,0.618233446,0.618151047,0.618351064
-6237,1,0.1394,1,1,1,1,1,1,1,1,0.1329,0.1394,0,1,0.1925,1,1,1,1,1,1,0.4245,0.1925,0,1,0.5,1,1,1,0.221,0.5,0,1,1,1,1,1,0.169647887,0,0.002195637,1,1,1,1,1,0.472525209,0,0.017733248,1,1,1,1,1,0.418872446,0,0.569296762,0.569282843,0.569592199
-6238,1,0.1394,1,1,1,1,1,1,1,1,0.1885,0.1394,0,1,0.1925,1,1,1,1,1,1,0.289,0.1925,0,1,0.5,1,1,1,0.1841,0.5,0,1,1,1,1,1,0.245704263,0,0.006587274,1,1,1,1,1,0.388140202,0,0.070237175,1,1,1,1,1,0.414977551,0,0.509001933,0.508990903,0.508865248
-6239,1,0.1394,1,1,1,1,1,1,1,1,0.271,0.1394,0,1,0.1925,1,1,1,1,1,1,0.4002,0.1925,0,1,0.5,1,1,1,0.1407,0.5,0,1,1,1,1,1,0.313730925,0,0.044793829,1,1,1,1,1,0.465539753,0,0.056467541,1,1,1,1,1,0.338189483,0,0.456259062,0.456314787,0.456117021
-6240,1,0.1394,1,1,1,1,1,1,1,1,0.2538,0.1394,0,1,0.1925,1,1,1,1,1,1,0.4776,0.1925,0,1,0.5,1,1,1,0.1575,0.5,0,1,1,1,1,1,0.253880203,0,0.053321429,1,1,1,1,1,0.525839508,0,0.049671993,1,1,1,1,1,0.341762662,0,0.422305462,0.422466681,0.422429078
-6241,1,0.1394,1,1,1,1,1,1,1,1,0.3058,0.1394,0,1,0.1925,1,1,1,1,1,1,0.5388,0.1925,0,1,0.5,1,1,1,0.1725,0.5,0,1,1,1,1,1,0.267441034,0,0.099992745,1,1,1,1,1,0.568044841,0,0.087419897,1,1,1,1,1,0.339387864,0,0.401703722,0.401734715,0.401595745
-6242,1,0.1394,1,1,1,1,1,1,1,1,0.3049,0.1394,0,1,0.1925,1,1,1,1,1,1,0.523,0.1925,0,1,0.5,1,1,1,0.167,0.5,0,1,1,1,1,1,0.263823658,0,0.090121374,1,1,1,1,1,0.53508091,0,0.141566247,1,1,1,1,1,0.291585088,0,0.390647656,0.390734081,0.390514184
-6243,1,0.1394,1,1,1,1,1,1,1,1,0.2293,0.1394,0,1,0.1925,1,1,1,1,1,1,0.4515,0.1925,0,1,0.5,1,1,1,0.1802,0.5,0,1,1,1,1,1,0.197275117,0,0.09806937,1,1,1,1,1,0.425050527,0,0.175743192,1,1,1,1,1,0.344280213,0,0.388533108,0.388618574,0.388297872
-6244,1,0.1394,1,1,1,1,1,1,1,1,0.1718,0.1394,0,1,0.1925,1,1,1,1,1,1,0.3481,0.1925,0,1,0.5,1,1,1,0.18,0.5,0,1,1,1,1,1,0.160477117,0,0.080631077,1,1,1,1,1,0.369705915,0,0.247085884,1,1,1,1,1,0.37121284,0,0.399287095,0.399407658,0.399379433
-6245,1,0.1394,1,1,1,1,1,1,1,1,0.2698,0.1394,0,1,0.1925,1,1,1,1,1,1,0.4606,0.1925,0,1,0.5,1,1,1,0.1494,0.5,0,1,1,1,1,1,0.277796656,0,0.167847455,1,1,1,1,1,0.49178189,0,0.390971214,1,1,1,1,1,0.307884753,0,0.439826003,0.439813835,0.439716312
-6246,1,0.1394,1,1,1,1,1,1,1,1,0.2786,0.1394,0.0159,1,0.1925,1,1,1,1,1,1,0.1294,0.1925,0,1,0.5,1,1,1,0.2138,0.5,0.0078,1,1,1,1,1,0.277626365,0.022283569,0.186119974,1,1,1,1,1,0.205504879,0,0.360492945,1,1,1,1,1,0.383541822,0.098685279,0.511962301,0.511952613,0.511968085
-6247,1,0.1394,1,1,1,1,1,1,1,1,0.2407,0.1394,0.1364,1,0.1925,1,1,1,1,1,1,0.1327,0.1925,0.0655,1,0.5,1,1,1,0.1673,0.5,0.1544,1,1,1,1,1,0.249679625,0.226482794,0.289202154,1,1,1,1,1,0.247640729,0.080660261,0.788872838,1,1,1,1,1,0.334947705,0.411471575,0.560898985,0.560820817,0.561170213
-6248,1,0.1394,1,1,1,1,1,1,1,1,0.1846,0.1394,0.2613,1,0.1925,1,1,1,1,1,1,0.4459,0.1925,0.1555,1,0.5,1,1,1,0.1629,0.5,0.2618,1,1,1,1,1,0.207848087,0.37896648,0.604780078,1,1,1,1,1,0.590209961,0.203244433,1,1,1,1,1,1,0.293109059,0.645187259,0.588206863,0.588322403,0.588652482
-6249,1,0.1394,1,1,1,1,1,1,1,1,0.1631,0.1394,0.2878,1,0.1925,1,1,1,1,1,1,0.5621,0.1925,0.277,1,0.5,1,1,1,0.2231,0.5,0.3653,1,1,1,1,1,0.19960928,0.382543921,0.614586949,1,1,1,1,1,0.619353831,0.353104055,1,1,1,1,1,1,0.426415026,0.735816002,0.608808603,0.608842818,0.609042553
-6250,1,0.1394,1,1,1,1,1,1,1,1,0.3412,0.1394,0.3485,1,0.1925,1,1,1,1,1,1,0.7271,0.1925,0.2571,1,0.5,1,1,1,0.3233,0.5,0.4183,1,1,1,1,1,0.302885622,0.451102853,0.862375736,1,1,1,1,1,0.745524287,0.181960732,1,1,1,1,1,1,0.576111674,0.672323644,0.627597873,0.627670827,0.627659574
-6251,1,0.1394,1,1,1,1,1,1,1,1,0.5067,0.1394,0.3694,1,0.1925,1,1,1,1,1,1,0.7993,0.1925,0.3513,1,0.5,1,1,1,0.3761,0.5,0.4021,1,1,1,1,1,0.480172276,0.502929211,0.945982039,1,1,1,1,1,0.820444703,0.420984417,1,1,1,1,1,1,0.628864944,0.547104061,0.637626873,0.637825259,0.63785461
-6252,1,0.1394,1,1,1,1,1,1,1,1,0.5989,0.1394,0.3715,1,0.1925,1,1,1,1,1,1,0.7366,0.1925,0.3317,1,0.5,1,1,1,0.5311,0.5,0.3086,1,1,1,1,1,0.546854019,0.498279095,0.994616151,1,1,1,1,1,0.833421111,0.432880878,1,1,1,1,1,1,0.745023072,0.567321301,0.641312228,0.64142162,0.641400709
-6253,1,0.1394,1,1,1,1,1,1,1,1,0.6863,0.1394,0.3159,1,0.1925,1,1,1,1,1,1,0.6027,0.1925,0.2708,1,0.5,1,1,1,0.5649,0.5,0.3258,1,1,1,1,1,0.640099227,0.418616652,1,1,1,1,1,1,0.765758872,0.314570338,1,1,1,1,1,1,0.717976928,0.556367993,0.647293378,0.647345039,0.647606383
-6254,1,0.1394,1,1,1,1,1,1,1,1,0.741,0.1394,0.2634,1,0.1925,1,1,1,1,1,1,0.5404,0.1925,0.2233,1,0.5,1,1,1,0.7285,0.5,0.3011,1,1,1,1,1,0.729171991,0.357106715,1,1,1,1,1,1,0.736954808,0.290220886,1,1,1,1,1,1,0.841485143,0.413890243,0.645360077,0.645441083,0.645833333
-6255,1,0.1394,1,1,1,1,1,1,1,1,0.8422,0.1394,0.1974,1,0.1925,1,1,1,1,1,1,0.6067,0.1925,0.1633,1,0.5,1,1,1,0.8418,0.5,0.1723,1,1,1,1,1,0.836696684,0.245138064,1,1,1,1,1,1,0.800176859,0.142584339,1,1,1,1,1,1,0.900337934,0.214718387,0.644272595,0.64438333,0.644503546
-6256,1,0.1394,1,1,1,1,1,1,1,1,0.8472,0.1394,0.1018,1,0.1925,1,1,1,1,1,1,0.8452,0.1925,0.0646,1,0.5,1,1,1,0.83,0.5,0.0429,1,1,1,1,1,0.846132278,0.106992744,1,1,1,1,1,1,0.899984956,0.043339536,1,1,1,1,1,1,0.896302462,0.038207538,0.651824553,0.651787603,0.652039007
-6257,1,0.1394,1,1,1,1,1,1,1,1,0.9035,0.1394,0,1,0.1925,1,1,1,1,1,1,0.7446,0.1925,0,1,0.5,1,1,1,0.8368,0.5,0,1,1,1,1,1,0.895508111,0,1,1,1,1,1,1,0.853987038,0,1,1,1,1,1,1,0.905486524,0,0.662638956,0.662788238,0.662677305
-6258,1,0.1394,1,1,1,1,1,1,1,1,0.8597,0.1394,0,1,0.1925,1,1,1,1,1,1,0.8288,0.1925,0,1,0.5,1,1,1,0.8668,0.5,0,1,1,1,1,1,0.863524735,0,1,1,1,1,1,1,0.882746637,0,1,1,1,1,1,1,0.909206748,0,0.670613823,0.670827163,0.671099291
-6259,1,0.1394,1,1,1,1,1,1,1,1,0.8964,0.1394,0,1,0.1925,1,1,1,1,1,1,0.6665,0.1925,0,1,0.5,1,1,1,0.7858,0.5,0,1,1,1,1,1,0.886635721,0,1,1,1,1,1,1,0.769998789,0,1,1,1,1,1,1,0.899916828,0,0.677259546,0.677385234,0.677304965
-6260,1,0.1394,1,1,1,1,1,1,1,1,0.9105,0.1394,0,1,0.1925,1,1,1,1,1,1,0.8608,0.1925,0,1,0.5,1,1,1,0.8709,0.5,0,1,1,1,1,1,0.907785177,0,1,1,1,1,1,1,0.77050519,0,1,1,1,1,1,1,0.910552263,0,0.65242871,0.652633806,0.65248227
-6261,1,0.1394,1,1,1,1,1,1,1,1,0.9181,0.1394,0,1,0.1925,1,1,1,1,1,1,0.6301,0.1925,0,1,0.5,1,1,1,0.8965,0.5,0,1,1,1,1,1,0.902065814,0,1,1,1,1,1,1,0.650858045,0,1,1,1,1,1,1,0.904552639,0,0.605425326,0.605458007,0.605496454
-6262,1,0.1394,1,1,1,1,1,1,1,1,0.7601,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1793,0.1925,0,1,0.5,1,1,1,0.8455,0.5,0,1,1,1,1,1,0.713418901,0,1,1,1,1,1,1,0.34765619,0,1,1,1,1,1,1,0.899524689,0,0.546520058,0.546435371,0.546542553
-6263,1,0.1394,1,1,1,1,1,1,1,1,0.6234,0.1394,0,1,0.1925,1,1,1,1,1,1,0.116,0.1925,0,1,0.5,1,1,1,0.7956,0.5,0,1,1,1,1,1,0.44443351,0,1,1,1,1,1,1,0.260984361,0,1,1,1,1,1,1,0.873558462,0,0.495891735,0.495874762,0.496010638
-6264,1,0.1394,1,1,1,1,1,1,1,1,0.5922,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1317,0.1925,0,1,0.5,1,1,1,0.7531,0.5,0,1,1,1,1,1,0.454842687,0,1,1,1,1,1,1,0.227986068,0,1,1,1,1,1,1,0.827394128,0,0.460669406,0.460757351,0.460549645
-6265,1,0.1394,1,1,1,1,1,1,1,1,0.4734,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2002,0.1925,0,1,0.5,1,1,1,0.7037,0.5,0,1,1,1,1,1,0.380155802,0,1,1,1,1,1,1,0.26589483,0,1,1,1,1,1,1,0.730171859,0,0.43958434,0.439602285,0.439716312
-6266,1,0.1394,1,1,1,1,1,1,1,1,0.4741,0.1394,0,1,0.1925,1,1,1,1,1,1,0.4439,0.1925,0,1,0.5,1,1,1,0.7177,0.5,0,1,1,1,1,1,0.354818434,0,1,1,1,1,1,1,0.415369898,0,1,1,1,1,1,1,0.707758307,0,0.426836636,0.426697694,0.426861702
-6267,1,0.1394,1,1,1,1,1,1,1,1,0.3632,0.1394,0,1,0.1925,1,1,1,1,1,1,0.6166,0.1925,0,1,0.5,1,1,1,0.6974,0.5,0,1,1,1,1,1,0.333521307,0,0.933094859,1,1,1,1,1,0.487725228,0,1,1,1,1,1,1,0.698873103,0,0.421580474,0.421620478,0.421985816
-6268,1,0.1394,1,1,1,1,1,1,1,1,0.2676,0.1394,0,1,0.1925,1,1,1,1,1,1,0.8207,0.1925,0,1,0.5,1,1,1,0.5716,0.5,0,1,1,1,1,1,0.340153337,0,0.960870445,1,1,1,1,1,0.668417871,0,1,1,1,1,1,1,0.549603105,0,0.427440793,0.427543897,0.427748227
-6269,1,0.1394,1,1,1,1,1,1,1,1,0.295,0.1394,0,1,0.1925,1,1,1,1,1,1,0.6426,0.1925,0,1,0.5,1,1,1,0.5213,0.5,0,1,1,1,1,1,0.362669826,0,0.996067762,1,1,1,1,1,0.634409189,0,0.995706797,1,1,1,1,1,0.482851207,0,0.462119381,0.462238206,0.461879433
-6270,1,0.1394,1,1,1,1,1,1,1,1,0.3507,0.1394,0,1,0.1925,1,1,1,1,1,1,0.6814,0.1925,0,1,0.5,1,1,1,0.5421,0.5,0,1,1,1,1,1,0.377154589,0,0.960068941,1,1,1,1,1,0.598282158,0,1,1,1,1,1,1,0.558659792,0,0.529905752,0.529934419,0.529698582
-6271,1,0.1394,1,1,1,1,1,1,1,1,0.2772,0.1394,0.0468,1,0.1925,1,1,1,1,1,1,0.5115,0.1925,0.0759,1,0.5,1,1,1,0.4595,0.5,0.0437,1,1,1,1,1,0.276973754,0.05614087,0.546297789,1,1,1,1,1,0.461657017,0.227855787,1,1,1,1,1,1,0.625165164,0.024063319,0.572075882,0.572033002,0.572251773
-6272,1,0.1394,1,1,1,1,1,1,1,1,0.3129,0.1394,0.2496,1,0.1925,1,1,1,1,1,1,0.5112,0.1925,0.332,1,0.5,1,1,1,0.5152,0.5,0.2197,1,1,1,1,1,0.36558342,0.47082445,0.665183544,1,1,1,1,1,0.485626668,0.66785574,0.75531888,1,1,1,1,1,0.712772608,0.165622219,0.587240213,0.58726465,0.587322695
-6273,1,0.1394,1,1,1,1,1,1,1,1,0.3075,0.1394,0.4478,1,0.1925,1,1,1,1,1,1,0.5888,0.1925,0.5486,1,0.5,1,1,1,0.512,0.5,0.3623,1,1,1,1,1,0.396992445,0.778831363,0.524917424,1,1,1,1,1,0.523410916,0.882747948,0.736584306,1,1,1,1,1,0.810697675,0.368314564,0.597631706,0.597630633,0.597960993
-6274,1,0.1394,1,1,1,1,1,1,1,1,0.2307,0.1394,0.585,1,0.1925,1,1,1,1,1,1,0.4432,0.1925,0.6681,1,0.5,1,1,1,0.3475,0.5,0.4849,1,1,1,1,1,0.314399153,0.895589411,0.289735019,1,1,1,1,1,0.4293212,0.936693668,0.843446434,1,1,1,1,1,0.706968069,0.694397569,0.608446109,0.608631267,0.608599291
-6275,1,0.1394,1,1,1,1,1,1,1,1,0.1969,0.1394,0.6361,1,0.1925,1,1,1,1,1,1,0.3378,0.1925,0.6905,1,0.5,1,1,1,0.4398,0.5,0.6162,1,1,1,1,1,0.318510592,0.953192055,0.229084462,1,1,1,1,1,0.334280163,0.940280497,0.761703432,1,1,1,1,1,0.816229165,0.91219306,0.615514741,0.615612439,0.615691489
-6276,1,0.1394,1,1,1,1,1,1,1,1,0.1688,0.1394,0.6707,1,0.1925,1,1,1,1,1,1,0.2822,0.1925,0.7012,1,0.5,1,1,1,0.3842,0.5,0.6704,1,1,1,1,1,0.305303544,0.979056299,0.265598446,1,1,1,1,1,0.277040839,0.96468854,0.467822552,1,1,1,1,1,0.709481716,0.947866917,0.617266796,0.617304845,0.617464539
-6277,1,0.1394,1,1,1,1,1,1,1,1,0.1259,0.1394,0.6639,1,0.1925,1,1,1,1,1,1,0.1885,0.1925,0.6893,1,0.5,1,1,1,0.4951,0.5,0.6783,1,1,1,1,1,0.261399627,0.967756212,0.248972416,1,1,1,1,1,0.180448726,0.927639723,0.432994545,1,1,1,1,1,0.824609637,0.964738607,0.621495892,0.621535858,0.621897163
-6278,1,0.1394,1,1,1,1,1,1,1,1,0.1103,0.1394,0.6118,1,0.1925,1,1,1,1,1,1,0.1664,0.1925,0.6146,1,0.5,1,1,1,0.3427,0.5,0.6267,1,1,1,1,1,0.180195451,0.927212715,0.28510955,1,1,1,1,1,0.167798579,0.83778429,0.306012064,1,1,1,1,1,0.654304743,0.946811259,0.618837603,0.618785699,0.618794326
-6279,1,0.1394,1,1,1,1,1,1,1,1,0.0771,0.1394,0.4717,1,0.1925,1,1,1,1,1,1,0.0885,0.1925,0.5053,1,0.5,1,1,1,0.2832,0.5,0.4688,1,1,1,1,1,0.113147579,0.878002644,0.172777176,1,1,1,1,1,0.109695286,0.874925256,0.27492094,1,1,1,1,1,0.516155362,0.883291245,0.61539391,0.615400889,0.615691489
-6280,1,0.1394,1,1,1,1,1,1,1,1,0.0728,0.1394,0.2937,1,0.1925,1,1,1,1,1,1,0.1332,0.1925,0.3293,1,0.5,1,1,1,0.2851,0.5,0.2737,1,1,1,1,1,0.111210242,0.717470407,0.14756304,1,1,1,1,1,0.165541247,0.716637015,0.321074873,1,1,1,1,1,0.405271649,0.703476787,0.614487675,0.614554686,0.614804965
-6281,1,0.1394,1,1,1,1,1,1,1,1,0.0386,0.1394,0.0815,1,0.1925,1,1,1,1,1,1,0.092,0.1925,0.1169,1,0.5,1,1,1,0.1387,0.5,0.0644,1,1,1,1,1,0.030652365,0.403082073,0.065814361,1,1,1,1,1,0.09633854,0.425342202,0.254472792,1,1,1,1,1,0.208137542,0.394536942,0.609533591,0.609689021,0.609929078
-6282,1,0.1394,1,1,1,1,1,1,1,1,0.0338,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0536,0.1925,0,1,0.5,1,1,1,0.1029,0.5,0,1,1,1,1,1,0.029230567,0,0.09330593,1,1,1,1,1,0.071585342,0,0.20887357,1,1,1,1,1,0.14922674,0,0.605002417,0.605034906,0.605496454
-6283,1,0.1394,1,1,1,1,1,1,1,1,0.0417,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0683,0.1925,0,1,0.5,1,1,1,0.1208,0.5,0,1,1,1,1,1,0.041391335,0,0.117232539,1,1,1,1,1,0.105678037,0,0.243404716,1,1,1,1,1,0.217201158,0,0.625664572,0.625766871,0.625886525
-6284,1,0.1394,1,1,1,1,1,1,1,1,0.042,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1004,0.1925,0,1,0.5,1,1,1,0.1578,0.5,0,1,1,1,1,1,0.071403354,0,0.088901833,1,1,1,1,1,0.15985468,0,0.198855519,1,1,1,1,1,0.33218345,0,0.604035766,0.603977153,0.604166667
-6285,1,0.1394,1,1,1,1,1,1,1,1,0.0827,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1834,0.1925,0,1,0.5,1,1,1,0.1869,0.5,0,1,1,1,1,1,0.137319997,0,0.057693105,1,1,1,1,1,0.256270051,0,0.142056555,1,1,1,1,1,0.362872243,0,0.557757371,0.557859107,0.557624113
-6286,1,0.1394,1,1,1,1,1,1,1,1,0.0946,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1905,0.1925,0,1,0.5,1,1,1,0.159,0.5,0,1,1,1,1,1,0.100476801,0,0.121164389,1,1,1,1,1,0.253333837,0,0.144520685,1,1,1,1,1,0.272910058,0,0.497160464,0.497144066,0.497340426
-6287,1,0.1394,1,1,1,1,1,1,1,1,0.1513,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2332,0.1925,0,1,0.5,1,1,1,0.18,0.5,0,1,1,1,1,1,0.202929556,0,0.095551141,1,1,1,1,1,0.28018868,0,0.162510738,1,1,1,1,1,0.258797616,0,0.445384244,0.445525703,0.445478723
-6288,1,0.1394,1,1,1,1,1,1,1,1,0.1724,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1879,0.1925,0,1,0.5,1,1,1,0.1338,0.5,0,1,1,1,1,1,0.238639265,0,0.138286516,1,1,1,1,1,0.303741336,0,0.301079065,1,1,1,1,1,0.189970151,0,0.409859836,0.409773641,0.41001773
-6289,1,0.1394,1,1,1,1,1,1,1,1,0.2174,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2091,0.1925,0,1,0.5,1,1,1,0.09,0.5,0,1,1,1,1,1,0.259922504,0,0.459757566,1,1,1,1,1,0.34557274,0,0.71823746,1,1,1,1,1,0.103056528,0,0.390466409,0.39052253,0.390514184
-6290,1,0.1394,1,1,1,1,1,1,1,1,0.2552,0.1394,0,1,0.1925,1,1,1,1,1,1,0.176,0.1925,0,1,0.5,1,1,1,0.1001,0.5,0,1,1,1,1,1,0.267286181,0,0.850308299,1,1,1,1,1,0.334774524,0,0.644065738,1,1,1,1,1,0.098864846,0,0.379954084,0.379733446,0.379875887
-6291,1,0.1394,1,1,1,1,1,1,1,1,0.1861,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1346,0.1925,0,1,0.5,1,1,1,0.079,0.5,0,1,1,1,1,1,0.171718106,0,0.927819967,1,1,1,1,1,0.284718663,0,0.618345618,1,1,1,1,1,0.064046822,0,0.37681247,0.376771737,0.37677305
-6292,1,0.1394,1,1,1,1,1,1,1,1,0.2466,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2358,0.1925,0,1,0.5,1,1,1,0.0729,0.5,0,1,1,1,1,1,0.28838405,0,0.955076575,1,1,1,1,1,0.419799894,0,0.616636693,1,1,1,1,1,0.077434659,0,0.386660222,0.386714618,0.386524823
-6293,1,0.1394,1,1,1,1,1,1,1,1,0.2066,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2785,0.1925,0,1,0.5,1,1,1,0.0815,0.5,0,1,1,1,1,1,0.248460725,0,0.939012229,1,1,1,1,1,0.453370541,0,0.585283041,1,1,1,1,1,0.118294798,0,0.424903335,0.424793738,0.425088652
-6294,1,0.1394,1,1,1,1,1,1,1,1,0.1787,0.1394,0.0335,1,0.1925,1,1,1,1,1,1,0.2395,0.1925,0.0417,1,0.5,1,1,1,0.0517,0.5,0.0227,1,1,1,1,1,0.194784611,0.250131905,0.876956165,1,1,1,1,1,0.377963185,0.232783064,0.487962604,1,1,1,1,1,0.107061639,0.298408419,0.494804253,0.494817009,0.495124113
-6295,1,0.1394,1,1,1,1,1,1,1,1,0.0869,0.1394,0.2407,1,0.1925,1,1,1,1,1,1,0.0885,0.1925,0.2565,1,0.5,1,1,1,0.033,0.5,0.2356,1,1,1,1,1,0.069601581,0.642298222,0.957866132,1,1,1,1,1,0.229068533,0.623427093,0.61212647,1,1,1,1,1,0.103127971,0.704377472,0.536068149,0.536069389,0.535904255
-6296,1,0.1394,1,1,1,1,1,1,1,1,0.0666,0.1394,0.443,1,0.1925,1,1,1,1,1,1,0.0618,0.1925,0.4542,1,0.5,1,1,1,0.0145,0.5,0.4434,1,1,1,1,1,0.026947122,0.868264854,0.945999742,1,1,1,1,1,0.119638026,0.830749273,0.65788722,1,1,1,1,1,0.05094086,0.914325535,0.554494925,0.554474297,0.554964539
-6297,1,0.1394,1,1,1,1,1,1,1,1,0.0826,0.1394,0.5964,1,0.1925,1,1,1,1,1,1,0.0591,0.1925,0.597,1,0.5,1,1,1,0.03,0.5,0.6085,1,1,1,1,1,0.033936385,0.956317723,0.844533384,1,1,1,1,1,0.093745604,0.911661506,0.586685658,1,1,1,1,1,0.043548308,0.979847848,0.568088449,0.568013539,0.568262411
-6298,1,0.1394,1,1,1,1,1,1,1,1,0.0981,0.1394,0.7934,1,0.1925,1,1,1,1,1,1,0.1222,0.1925,0.7864,1,0.5,1,1,1,0.0311,0.5,0.7973,1,1,1,1,1,0.054395821,0.999985516,0.766755104,1,1,1,1,1,0.142969444,0.999769568,0.584678054,1,1,1,1,1,0.062951393,1,0.581681972,0.581764333,0.582003546
-6299,1,0.1394,1,1,1,1,1,1,1,1,0.0571,0.1394,0.6889,1,0.1925,1,1,1,1,1,1,0.0728,0.1925,0.665,1,0.5,1,1,1,0.0252,0.5,0.711,1,1,1,1,1,0.024835909,0.954620659,0.629325747,1,1,1,1,1,0.09166792,0.912972987,0.484628826,1,1,1,1,1,0.051850304,0.992457271,0.587904785,0.587899302,0.58820922
-6300,1,0.1394,1,1,1,1,1,1,1,1,0.0381,0.1394,0.6804,1,0.1925,1,1,1,1,1,1,0.0276,0.1925,0.6768,1,0.5,1,1,1,0.0272,0.5,0.7072,1,1,1,1,1,0.009409519,0.968227327,0.585888505,1,1,1,1,1,0.043686945,0.8987602,0.301607847,1,1,1,1,1,0.049454477,0.990202308,0.587844369,0.587899302,0.58820922
-6301,1,0.1394,1,1,1,1,1,1,1,1,0.0277,0.1394,0.6322,1,0.1925,1,1,1,1,1,1,0.0026,0.1925,0.5863,1,0.5,1,1,1,0.0316,0.5,0.6985,1,1,1,1,1,0.00622844,0.88895458,0.530521572,1,1,1,1,1,0.016565099,0.793150842,0.31965369,1,1,1,1,1,0.0454312,0.965845108,0.59201305,0.592130315,0.592198582
-6302,1,0.1394,1,1,1,1,1,1,1,1,0.0256,0.1394,0.5236,1,0.1925,1,1,1,1,1,1,0.0076,0.1925,0.548,1,0.5,1,1,1,0.0262,0.5,0.624,1,1,1,1,1,0.007524293,0.77450633,0.466585428,1,1,1,1,1,0.015458285,0.75370878,0.249356568,1,1,1,1,1,0.041278668,0.951416671,0.589233929,0.589168606,0.589095745
-6303,1,0.1394,1,1,1,1,1,1,1,1,0.0452,0.1394,0.4284,1,0.1925,1,1,1,1,1,1,0.0439,0.1925,0.4483,1,0.5,1,1,1,0.0344,0.5,0.4733,1,1,1,1,1,0.014969828,0.744874001,0.50908792,1,1,1,1,1,0.053562108,0.742327809,0.19486624,1,1,1,1,1,0.036851462,0.81261152,0.584702755,0.584726042,0.584663121
-6304,1,0.1394,1,1,1,1,1,1,1,1,0.0633,0.1394,0.2682,1,0.1925,1,1,1,1,1,1,0.0391,0.1925,0.2868,1,0.5,1,1,1,0.0429,0.5,0.2742,1,1,1,1,1,0.026947327,0.588417232,0.559422016,1,1,1,1,1,0.05340714,0.584189355,0.226915449,1,1,1,1,1,0.059232846,0.538257837,0.583736104,0.583668289,0.583776596
-6305,1,0.1394,1,1,1,1,1,1,1,1,0.0576,0.1394,0.0695,1,0.1925,1,1,1,1,1,1,0.0246,0.1925,0.1025,1,0.5,1,1,1,0.0736,0.5,0.0575,1,1,1,1,1,0.03364316,0.345958918,0.687271833,1,1,1,1,1,0.043676525,0.389503688,0.170168325,1,1,1,1,1,0.130118877,0.162066981,0.583494442,0.583456738,0.583776596
-6306,1,0.1394,1,1,1,1,1,1,1,1,0.0477,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0256,0.1925,0,1,0.5,1,1,1,0.0957,0.5,0,1,1,1,1,1,0.061419722,0,0.73506248,1,1,1,1,1,0.043755475,0,0.207818076,1,1,1,1,1,0.22041826,0,0.58742146,0.587476201,0.587322695
-6307,1,0.1394,1,1,1,1,1,1,1,1,0.0835,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0576,0.1925,0,1,0.5,1,1,1,0.1179,0.5,0,1,1,1,1,1,0.201475695,0,0.552431285,1,1,1,1,1,0.080463089,0,0.282734573,1,1,1,1,1,0.272866458,0,0.611104398,0.611169875,0.611258865
-6308,1,0.1394,1,1,1,1,1,1,1,1,0.0456,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0323,0.1925,0,1,0.5,1,1,1,0.1624,0.5,0,1,1,1,1,1,0.165329114,0,0.266400307,1,1,1,1,1,0.064524919,0,0.232544005,1,1,1,1,1,0.363240331,0,0.592133881,0.592130315,0.592198582
-6309,1,0.1394,1,1,1,1,1,1,1,1,0.0447,0.1394,0,1,0.1925,1,1,1,1,1,1,0.057,0.1925,0,1,0.5,1,1,1,0.1781,0.5,0,1,1,1,1,1,0.130794749,0,0.168302238,1,1,1,1,1,0.076413453,0,0.071947917,1,1,1,1,1,0.3879188,0,0.548876269,0.548762429,0.548758865
-6310,1,0.1394,1,1,1,1,1,1,1,1,0.0685,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1143,0.1925,0,1,0.5,1,1,1,0.1284,0.5,0,1,1,1,1,1,0.174172938,0,0.086044714,1,1,1,1,1,0.138520539,0,0.097407065,1,1,1,1,1,0.352823049,0,0.491662639,0.491643749,0.491578014
-6311,1,0.1394,1,1,1,1,1,1,1,1,0.0808,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0811,0.1925,0,1,0.5,1,1,1,0.0739,0.5,0,1,1,1,1,1,0.145591855,0,0.10207884,1,1,1,1,1,0.114006311,0,0.154199496,1,1,1,1,1,0.260020554,0,0.439826003,0.439813835,0.439716312
-6312,1,0.1394,1,1,1,1,1,1,1,1,0.0555,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0655,0.1925,0,1,0.5,1,1,1,0.0498,0.5,0,1,1,1,1,1,0.083103582,0,0.123599365,1,1,1,1,1,0.079041407,0,0.138653412,1,1,1,1,1,0.168946579,0,0.405811986,0.405754178,0.405585106
-6313,1,0.1394,1,1,1,1,1,1,1,1,0.036,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0458,0.1925,0,1,0.5,1,1,1,0.0664,0.5,0,1,1,1,1,1,0.050490636,0,0.14115952,1,1,1,1,1,0.059633125,0,0.052034557,1,1,1,1,1,0.178178877,0,0.387083132,0.387137719,0.386968085
-6314,1,0.1394,1,1,1,1,1,1,1,1,0.0428,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0273,0.1925,0,1,0.5,1,1,1,0.0559,0.5,0,1,1,1,1,1,0.054812361,0,0.179964155,1,1,1,1,1,0.050915822,0,0.045315448,1,1,1,1,1,0.156431302,0,0.377174964,0.377194838,0.377216312
-6315,1,0.1394,1,1,1,1,1,1,1,1,0.0429,0.1394,0,1,0.1925,1,1,1,1,1,1,0,0.1925,0,1,0.5,1,1,1,0.0514,0.5,0,1,1,1,1,1,0.025809251,0,0.228815168,1,1,1,1,1,0.023395186,0,0.065697908,1,1,1,1,1,0.149896652,0,0.374637506,0.37465623,0.374556738
-6316,1,0.1394,1,1,1,1,1,1,1,1,0.05,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0046,0.1925,0,1,0.5,1,1,1,0.058,0.5,0,1,1,1,1,1,0.032502305,0,0.240928799,1,1,1,1,1,0.039031994,0,0.096330374,1,1,1,1,1,0.167406291,0,0.384062349,0.383964459,0.383865248
-6317,1,0.1394,1,1,1,1,1,1,1,1,0.0452,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0152,0.1925,0,1,0.5,1,1,1,0.0399,0.5,0,1,1,1,1,1,0.018325109,0,0.231815875,1,1,1,1,1,0.044287812,0,0.036207855,1,1,1,1,1,0.104223967,0,0.421278395,0.421408927,0.421542553
-6318,1,0.1394,1,1,1,1,1,1,1,1,0.0593,0.1394,0.0007,1,0.1925,1,1,1,1,1,1,0,0.1925,0.0016,1,0.5,1,1,1,0.0258,0.5,0.0134,1,1,1,1,1,0.01665917,0.002522378,0.285738885,1,1,1,1,1,0.017994329,0.009329867,0.069266751,1,1,1,1,1,0.110381842,0.015531898,0.492870952,0.492913053,0.492907801
-6319,1,0.1394,1,1,1,1,1,1,1,1,0.0544,0.1394,0.1283,1,0.1925,1,1,1,1,1,1,0,0.1925,0.1392,1,0.5,1,1,1,0.0259,0.5,0.18,1,1,1,1,1,0.0219873,0.28183794,0.365965307,1,1,1,1,1,0.020985063,0.389887393,0.08320079,1,1,1,1,1,0.092201836,0.1984687,0.536128565,0.536069389,0.535904255
-6320,1,0.1394,1,1,1,1,1,1,1,1,0.0106,0.1394,0.2225,1,0.1925,1,1,1,1,1,1,0,0.1925,0.3124,1,0.5,1,1,1,0.0038,0.5,0.3416,1,1,1,1,1,0.000784784,0.428457707,0.637277722,1,1,1,1,1,0.000247958,0.641349733,0.31287384,1,1,1,1,1,0.006872381,0.424085081,0.555763654,0.555743601,0.555851064
-6321,1,0.1394,1,1,1,1,1,1,1,1,0.0186,0.1394,0.3094,1,0.1925,1,1,1,1,1,1,0,0.1925,0.454,1,0.5,1,1,1,0.0293,0.5,0.4738,1,1,1,1,1,0.004651877,0.56105721,0.661882102,1,1,1,1,1,0.000580932,0.745595276,0.150117546,1,1,1,1,1,0.110757686,0.445560277,0.569417593,0.569494394,0.569592199
-6322,1,0.1394,1,1,1,1,1,1,1,1,0.0327,0.1394,0.3942,1,0.1925,1,1,1,1,1,1,0.017,0.1925,0.5999,1,0.5,1,1,1,0.007,0.5,0.485,1,1,1,1,1,0.004323139,0.67716217,0.943252921,1,1,1,1,1,0.016134806,0.858267546,0.805031419,1,1,1,1,1,0.003145846,0.382746726,0.580534074,0.580706579,0.580673759
-6323,1,0.1394,1,1,1,1,1,1,1,1,0.0269,0.1394,0.4972,1,0.1925,1,1,1,1,1,1,0.0225,0.1925,0.6783,1,0.5,1,1,1,0.0217,0.5,0.5116,1,1,1,1,1,0.024455111,0.840424299,0.706419468,1,1,1,1,1,0.025352444,0.944444001,0.340715468,1,1,1,1,1,0.046983048,0.45386374,0.584038183,0.58409139,0.584219858
-6324,1,0.1394,1,1,1,1,1,1,1,1,0.021,0.1394,0.5285,1,0.1925,1,1,1,1,1,1,0.0584,0.1925,0.6891,1,0.5,1,1,1,0.0217,0.5,0.5107,1,1,1,1,1,0.029617434,0.898334622,0.592593431,1,1,1,1,1,0.044427797,0.960771322,0.449324906,1,1,1,1,1,0.038086988,0.481023431,0.585004833,0.584937593,0.585106383
-6325,1,0.1394,1,1,1,1,1,1,1,1,0.0622,0.1394,0.5815,1,0.1925,1,1,1,1,1,1,0.0955,0.1925,0.6865,1,0.5,1,1,1,0.0616,0.5,0.5022,1,1,1,1,1,0.054333743,0.912176669,0.846998036,1,1,1,1,1,0.073395409,0.950381398,0.246064425,1,1,1,1,1,0.121359549,0.498133481,0.586031899,0.585995346,0.58643617
-6326,1,0.1394,1,1,1,1,1,1,1,1,0.0637,0.1394,0.5702,1,0.1925,1,1,1,1,1,1,0.1157,0.1925,0.638,1,0.5,1,1,1,0.0787,0.5,0.4275,1,1,1,1,1,0.044536501,0.912368536,0.803597867,1,1,1,1,1,0.096112326,0.933316827,0.339449465,1,1,1,1,1,0.153092712,0.625847459,0.58337361,0.583456738,0.583333333
-6327,1,0.1394,1,1,1,1,1,1,1,1,0.0382,0.1394,0.4618,1,0.1925,1,1,1,1,1,1,0.03,0.1925,0.5117,1,0.5,1,1,1,0.0741,0.5,0.3979,1,1,1,1,1,0.024888569,0.890132487,0.716748595,1,1,1,1,1,0.033136167,0.892677724,0.32752645,1,1,1,1,1,0.15023838,0.773537397,0.579809087,0.579860377,0.580230496
-6328,1,0.1394,1,1,1,1,1,1,1,1,0.0895,0.1394,0.287,1,0.1925,1,1,1,1,1,1,0.0107,0.1925,0.3363,1,0.5,1,1,1,0.1009,0.5,0.2601,1,1,1,1,1,0.068814151,0.722224832,0.824315906,1,1,1,1,1,0.017768929,0.72407794,0.265992701,1,1,1,1,1,0.19952105,0.627960801,0.578057032,0.577956421,0.578014184
-6329,1,0.1394,1,1,1,1,1,1,1,1,0.0739,0.1394,0.0699,1,0.1925,1,1,1,1,1,1,0.0321,0.1925,0.1158,1,0.5,1,1,1,0.1187,0.5,0.0524,1,1,1,1,1,0.083518147,0.4111588,0.648989975,1,1,1,1,1,0.031426337,0.422965765,0.18841964,1,1,1,1,1,0.204081327,0.343265593,0.573888352,0.573936958,0.574024823
-6330,1,0.1394,1,1,1,1,1,1,1,1,0.0835,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0736,0.1925,0,1,0.5,1,1,1,0.1147,0.5,0,1,1,1,1,1,0.07348223,0,0.810019493,1,1,1,1,1,0.059582852,0,0.14061074,1,1,1,1,1,0.238460332,0,0.575036249,0.574994711,0.57535461
-6331,1,0.1394,1,1,1,1,1,1,1,1,0.0895,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1248,0.1925,0,1,0.5,1,1,1,0.1555,0.5,0,1,1,1,1,1,0.117586166,0,0.804494023,1,1,1,1,1,0.109368563,0,0.10176912,1,1,1,1,1,0.336439908,0,0.592194297,0.592341866,0.592641844
-6332,1,0.1394,1,1,1,1,1,1,1,1,0.123,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0514,0.1925,0,1,0.5,1,1,1,0.2243,0.5,0,1,1,1,1,1,0.200469121,0,0.700875163,1,1,1,1,1,0.082841158,0,0.097373039,1,1,1,1,1,0.458505988,0,0.573284195,0.573302306,0.57358156
-6333,1,0.1394,1,1,1,1,1,1,1,1,0.0702,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0356,0.1925,0,1,0.5,1,1,1,0.2086,0.5,0,1,1,1,1,1,0.124182932,0,0.506521821,1,1,1,1,1,0.085260682,0,0.064676709,1,1,1,1,1,0.497041762,0,0.536853552,0.536704041,0.53679078
-6334,1,0.1394,1,1,1,1,1,1,1,1,0.0701,0.1394,0,1,0.1925,1,1,1,1,1,1,0.107,0.1925,0,1,0.5,1,1,1,0.1493,0.5,0,1,1,1,1,1,0.122292675,0,0.498596013,1,1,1,1,1,0.179768771,0,0.07020393,1,1,1,1,1,0.395431489,0,0.490091832,0.489951343,0.490248227
-6335,1,0.1394,1,1,1,1,1,1,1,1,0.0614,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0679,0.1925,0,1,0.5,1,1,1,0.1269,0.5,0,1,1,1,1,1,0.058247916,0,0.396148592,1,1,1,1,1,0.119334891,0,0.036175132,1,1,1,1,1,0.328734785,0,0.442303045,0.442352443,0.442375887
-6336,1,0.1394,1,1,1,1,1,1,1,1,0.0685,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0211,0.1925,0,1,0.5,1,1,1,0.0888,0.5,0,1,1,1,1,1,0.042214192,0,0.278925359,1,1,1,1,1,0.048860423,0,0.017978536,1,1,1,1,1,0.314530194,0,0.407805703,0.407869685,0.407801418
-6337,1,0.1394,1,1,1,1,1,1,1,1,0.0477,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0149,0.1925,0,1,0.5,1,1,1,0.0852,0.5,0,1,1,1,1,1,0.028362643,0,0.233656779,1,1,1,1,1,0.047798041,0,0.010239268,1,1,1,1,1,0.336813092,0,0.387083132,0.387137719,0.386968085
-6338,1,0.1394,1,1,1,1,1,1,1,1,0.0373,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0311,0.1925,0,1,0.5,1,1,1,0.057,0.5,0,1,1,1,1,1,0.011135316,0,0.183551699,1,1,1,1,1,0.074335478,0,0.01505864,1,1,1,1,1,0.261640698,0,0.375362494,0.375290882,0.375443262
-6339,1,0.1394,1,1,1,1,1,1,1,1,0.0424,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0221,0.1925,0,1,0.5,1,1,1,0.0494,0.5,0,1,1,1,1,1,0.024656501,0,0.236959934,1,1,1,1,1,0.055431928,0,0.043579061,1,1,1,1,1,0.230120987,0,0.371133398,0.371059869,0.371453901
-6340,1,0.1394,1,1,1,1,1,1,1,1,0.0364,0.1394,0,1,0.1925,1,1,1,1,1,1,0,0.1925,0,1,0.5,1,1,1,0.0566,0.5,0,1,1,1,1,1,0.015490603,0,0.224149227,1,1,1,1,1,0.025234468,0,0.009904712,1,1,1,1,1,0.235865191,0,0.372281295,0.372329173,0.372340426
-6341,1,0.1394,1,1,1,1,1,1,1,1,0.0112,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0048,0.1925,0,1,0.5,1,1,1,0.0576,0.5,0,1,1,1,1,1,0.002480759,0,0.091465615,1,1,1,1,1,0.049057122,0,0,1,1,1,1,1,0.223863691,0,0.38557274,0.385656865,0.385638298
-6342,1,0.1394,1,1,1,1,1,1,1,1,0.0145,0.1394,0.0043,1,0.1925,1,1,1,1,1,1,0.0345,0.1925,0.0023,1,0.5,1,1,1,0.0568,0.5,0.001,1,1,1,1,1,0.006748586,0.067248426,0.07382258,1,1,1,1,1,0.059085354,0.035093471,0,1,1,1,1,1,0.228327587,0.132093474,0.410886902,0.410831394,0.410904255
-6343,1,0.1394,1,1,1,1,1,1,1,1,0.0208,0.1394,0.1993,1,0.1925,1,1,1,1,1,1,0.0126,0.1925,0.206,1,0.5,1,1,1,0.0934,0.5,0.1162,1,1,1,1,1,0.009895082,0.507171392,0.054546352,1,1,1,1,1,0.041677475,0.457361758,0,1,1,1,1,1,0.302363753,0.467651367,0.443753021,0.443833298,0.443705674
-6344,1,0.1394,1,1,1,1,1,1,1,1,0.0236,0.1394,0.3807,1,0.1925,1,1,1,1,1,1,0.011,0.1925,0.3824,1,0.5,1,1,1,0.105,0.5,0.3645,1,1,1,1,1,0.018364569,0.708576918,0.02565752,1,1,1,1,1,0.03157758,0.675472677,0,1,1,1,1,1,0.249809951,0.696604609,0.485681489,0.48572033,0.485815603
-6345,1,0.1394,1,1,1,1,1,1,1,1,0.005,0.1394,0.5122,1,0.1925,1,1,1,1,1,1,0.0046,0.1925,0.5217,1,0.5,1,1,1,0.1004,0.5,0.5046,1,1,1,1,1,0.002064334,0.787856638,0.017064711,1,1,1,1,1,0.034549389,0.790574253,0,1,1,1,1,1,0.189458922,0.756182015,0.514681005,0.514702771,0.51462766
-6346,1,0.1394,1,1,1,1,1,1,1,1,0.0045,0.1394,0.5895,1,0.1925,1,1,1,1,1,1,0.038,0.1925,0.6223,1,0.5,1,1,1,0.1038,0.5,0.5986,1,1,1,1,1,0.004522815,0.84454143,0.024411222,1,1,1,1,1,0.075441644,0.845280886,0,1,1,1,1,1,0.136866838,0.787781,0.52978492,0.529722869,0.529698582
-6347,1,0.1394,1,1,1,1,1,1,1,1,0.0012,0.1394,0.6126,1,0.1925,1,1,1,1,1,1,0.0579,0.1925,0.6561,1,0.5,1,1,1,0.0933,0.5,0.5996,1,1,1,1,1,0.005892828,0.897277296,0.000229683,1,1,1,1,1,0.077239297,0.879712164,0,1,1,1,1,1,0.142455488,0.793528736,0.534074432,0.534165433,0.534131206
-6348,1,0.1394,1,1,1,1,1,1,1,1,0.0014,0.1394,0.6438,1,0.1925,1,1,1,1,1,1,0.0676,0.1925,0.6685,1,0.5,1,1,1,0.1497,0.5,0.6221,1,1,1,1,1,0.007510702,0.926830113,0,1,1,1,1,1,0.078132875,0.880615234,0,1,1,1,1,1,0.256978005,0.769551218,0.533953601,0.533953882,0.534131206
-6349,1,0.1394,1,1,1,1,1,1,1,1,0.02,0.1394,0.6607,1,0.1925,1,1,1,1,1,1,0.1736,0.1925,0.644,1,0.5,1,1,1,0.2064,0.5,0.6111,1,1,1,1,1,0.040409874,0.934779406,0,1,1,1,1,1,0.188603878,0.817349672,0.006247383,1,1,1,1,1,0.327539504,0.794814885,0.530086999,0.53014597,0.530141844
-6350,1,0.1394,1,1,1,1,1,1,1,1,0.0609,0.1394,0.5942,1,0.1925,1,1,1,1,1,1,0.1202,0.1925,0.5677,1,0.5,1,1,1,0.1908,0.5,0.5329,1,1,1,1,1,0.051956519,0.892753959,0.005847455,1,1,1,1,1,0.136628449,0.745452642,0.072424352,1,1,1,1,1,0.292980939,0.832150578,0.52839536,0.528453565,0.528368794
-6351,1,0.1394,1,1,1,1,1,1,1,1,0.1031,0.1394,0.44,1,0.1925,1,1,1,1,1,1,0.1608,0.1925,0.41,1,0.5,1,1,1,0.1398,0.5,0.3897,1,1,1,1,1,0.125837445,0.767490149,0.002503905,1,1,1,1,1,0.159453943,0.691260159,0.044070944,1,1,1,1,1,0.252184927,0.804567575,0.528274529,0.528242014,0.528368794
-6352,1,0.1394,1,1,1,1,1,1,1,1,0.1143,0.1394,0.2543,1,0.1925,1,1,1,1,1,1,0.1602,0.1925,0.261,1,0.5,1,1,1,0.1543,0.5,0.1999,1,1,1,1,1,0.091484696,0.542370915,0.065830588,1,1,1,1,1,0.18194139,0.498022974,0.151606813,1,1,1,1,1,0.212537929,0.615971923,0.53340986,0.533530781,0.533687943
-6353,1,0.1394,1,1,1,1,1,1,1,1,0.1126,0.1394,0.0448,1,0.1925,1,1,1,1,1,1,0.1421,0.1925,0.0365,1,0.5,1,1,1,0.138,0.5,0.023,1,1,1,1,1,0.095191211,0.225107104,0.093994938,1,1,1,1,1,0.183388844,0.094438128,0.217527241,1,1,1,1,1,0.25174579,0.253838897,0.541143064,0.541146605,0.541223404
-6354,1,0.1394,1,1,1,1,1,1,1,1,0.1543,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0972,0.1925,0,1,0.5,1,1,1,0.146,0.5,0,1,1,1,1,1,0.177460223,0,0.165887743,1,1,1,1,1,0.147870943,0,0.310627252,1,1,1,1,1,0.32281363,0,0.553951184,0.554051195,0.554078014
-6355,1,0.1394,1,1,1,1,1,1,1,1,0.1121,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1103,0.1925,0,1,0.5,1,1,1,0.1288,0.5,0,1,1,1,1,1,0.198706254,0,0.215615511,1,1,1,1,1,0.150124684,0,0.491600573,1,1,1,1,1,0.353103846,0,0.571532141,0.571609901,0.571808511
-6356,1,0.1394,1,1,1,1,1,1,1,1,0.1932,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0691,0.1925,0,1,0.5,1,1,1,0.1877,0.5,0,1,1,1,1,1,0.265174925,0,0.578779578,1,1,1,1,1,0.109003358,0,0.947663903,1,1,1,1,1,0.408266664,0,0.555099082,0.555108949,0.554964539
-6357,1,0.1394,1,1,1,1,1,1,1,1,0.1286,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0555,0.1925,0,1,0.5,1,1,1,0.1039,0.5,0,1,1,1,1,1,0.14274326,0,0.635532141,1,1,1,1,1,0.07333602,0,1,1,1,1,1,1,0.227034181,0,0.527368294,0.527395811,0.52748227
-6358,1,0.1394,1,1,1,1,1,1,1,1,0.1167,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1351,0.1925,0,1,0.5,1,1,1,0.065,0.5,0,1,1,1,1,1,0.087402269,0,0.758849204,1,1,1,1,1,0.167495742,0,1,1,1,1,1,1,0.129254043,0,0.488702272,0.488682039,0.48891844
-6359,1,0.1394,1,1,1,1,1,1,1,1,0.1533,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1077,0.1925,0,1,0.5,1,1,1,0.0716,0.5,0,1,1,1,1,1,0.120143048,0,0.946296036,1,1,1,1,1,0.120702758,0,1,1,1,1,1,1,0.161537185,0,0.447015466,0.447006558,0.447251773
-6360,1,0.1394,1,1,1,1,1,1,1,1,0.1573,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0718,0.1925,0,1,0.5,1,1,1,0.0764,0.5,0,1,1,1,1,1,0.083374642,0,0.995745122,1,1,1,1,1,0.104410902,0,1,1,1,1,1,1,0.119975552,0,0.417834703,0.417812566,0.417553191
-6361,1,0.1394,1,1,1,1,1,1,1,1,0.2007,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0822,0.1925,0,1,0.5,1,1,1,0.0573,0.5,0,1,1,1,1,1,0.102807119,0,0.998090088,1,1,1,1,1,0.106342055,0,1,1,1,1,1,1,0.060504109,0,0.395782987,0.395811297,0.395833333
-6362,1,0.1394,1,1,1,1,1,1,1,1,0.1655,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0743,0.1925,0,1,0.5,1,1,1,0.053,0.5,0,1,1,1,1,1,0.052950818,0,1,1,1,1,1,1,0.070449904,0,1,1,1,1,1,1,0.064430386,0,0.382974867,0.382906706,0.382978723
-6363,1,0.1394,1,1,1,1,1,1,1,1,0.1307,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1743,0.1925,0,1,0.5,1,1,1,0.0733,0.5,0,1,1,1,1,1,0.054918729,0,1,1,1,1,1,1,0.195723429,0,0.726138234,1,1,1,1,1,0.094698958,0,0.376510391,0.376560186,0.376329787
-6364,1,0.1394,1,1,1,1,1,1,1,1,0.1403,0.1394,0,1,0.1925,1,1,1,1,1,1,0.3706,0.1925,0,1,0.5,1,1,1,0.0899,0.5,0,1,1,1,1,1,0.119223364,0,0.984140575,1,1,1,1,1,0.386097252,0,0.601408958,1,1,1,1,1,0.118232295,0,0.374758337,0.374867781,0.375
-6365,1,0.1394,1,1,1,1,1,1,1,1,0.1231,0.1394,0,1,0.1925,1,1,1,1,1,1,0.3484,0.1925,0,1,0.5,1,1,1,0.1198,0.5,0,1,1,1,1,1,0.143922985,0,0.772494435,1,1,1,1,1,0.351918131,0,0.588390052,1,1,1,1,1,0.164482281,0,0.382189464,0.382272054,0.382092199
-6366,1,0.1394,1,1,1,1,1,1,1,1,0.0663,0.1394,0.0072,1,0.1925,1,1,1,1,1,1,0.3857,0.1925,0.0175,1,0.5,1,1,1,0.1101,0.5,0.0009,1,1,1,1,1,0.062211607,0.187197506,0.654449582,1,1,1,1,1,0.350797653,0.170624629,0.460053682,1,1,1,1,1,0.230480567,0.086677007,0.395662156,0.395811297,0.395833333
-6367,1,0.1394,1,1,1,1,1,1,1,1,0.1074,0.1394,0.2144,1,0.1925,1,1,1,1,1,1,0.4601,0.1925,0.2453,1,0.5,1,1,1,0.136,0.5,0.2037,1,1,1,1,1,0.15587306,0.604519129,0.474059731,1,1,1,1,1,0.40853852,0.614339709,0.47130838,1,1,1,1,1,0.371055841,0.548357666,0.418801353,0.418658769,0.418882979
-6368,1,0.14,1,1,1,1,1,1,1,1,0.2189,0.14,0.4109,1,0.1927,1,1,1,1,1,1,0.5256,0.1927,0.4523,1,0.5003,1,1,1,0.1996,0.5003,0.4111,1,1,1,1,1,0.269140154,0.838020563,0.443635404,1,1,1,1,1,0.534851611,0.851382315,0.807488561,1,1,1,1,1,0.50630933,0.832282782,0.458011116,0.458007193,0.457890071
-6369,1,0.1405,1,1,1,1,1,1,1,1,0.2197,0.1405,0.5706,1,0.193,1,1,1,1,1,1,0.4141,0.193,0.6051,1,0.5006,1,1,1,0.2319,0.5006,0.5529,1,1,1,1,1,0.287087977,0.937340498,0.568233609,1,1,1,1,1,0.412706167,0.956899881,1,1,1,1,1,1,0.541729391,0.919818163,0.48858144,0.488682039,0.48891844
-6370,1,0.1411,1,1,1,1,1,1,1,1,0.1551,0.1411,0.6825,1,0.1932,1,1,1,1,1,1,0.3269,0.1932,0.7075,1,0.5008,1,1,1,0.2952,0.5008,0.6075,1,1,1,1,1,0.239520147,0.981440783,0.506933868,1,1,1,1,1,0.321771026,0.993428767,0.89812094,1,1,1,1,1,0.5998469,0.938742399,0.50640406,0.506452295,0.506205674
-6371,1,0.1417,1,1,1,1,1,1,1,1,0.1736,0.1417,0.6666,1,0.1934,1,1,1,1,1,1,0.2299,0.1934,0.6835,1,0.5011,1,1,1,0.1551,0.5011,0.644,1,1,1,1,1,0.165451601,0.946459174,0.885585308,1,1,1,1,1,0.201527059,0.95579958,1,1,1,1,1,1,0.246605769,0.927176476,0.515647656,0.515760525,0.515514184
-6372,1,0.1423,1,1,1,1,1,1,1,1,0.1075,0.1423,0.703,1,0.1937,1,1,1,1,1,1,0.2052,0.1937,0.7193,1,0.5014,1,1,1,0.1552,0.5014,0.6754,1,1,1,1,1,0.161713287,0.988214493,0.306413382,1,1,1,1,1,0.184864968,0.996202826,0.580740929,1,1,1,1,1,0.346629709,0.989331245,0.51921218,0.519145335,0.519060284
-6373,1,0.1428,1,1,1,1,1,1,1,1,0.1229,0.1428,0.7018,1,0.1939,1,1,1,1,1,1,0.2443,0.1939,0.7153,1,0.5016,1,1,1,0.1411,0.5016,0.6621,1,1,1,1,1,0.205731064,0.986416817,0.185720533,1,1,1,1,1,0.222814918,0.98482126,0.506919682,1,1,1,1,1,0.340967774,0.978974581,0.517097632,0.517029829,0.517287234
-6374,1,0.1434,1,1,1,1,1,1,1,1,0.1172,0.1434,0.6335,1,0.1942,1,1,1,1,1,1,0.2174,0.1942,0.6549,1,0.5019,1,1,1,0.2152,0.5019,0.5971,1,1,1,1,1,0.178908452,0.970162988,0.170386046,1,1,1,1,1,0.208305746,0.945877671,0.477202415,1,1,1,1,1,0.418789476,0.955078125,0.515768487,0.515760525,0.515957447
-6375,1,0.144,1,1,1,1,1,1,1,1,0.1157,0.144,0.486,1,0.1944,1,1,1,1,1,1,0.3043,0.1944,0.5155,1,0.5022,1,1,1,0.2012,0.5022,0.4589,1,1,1,1,1,0.199508175,0.908253968,0.118474424,1,1,1,1,1,0.300699174,0.879557252,0.353156328,1,1,1,1,1,0.313739538,0.889488339,0.517641373,0.517664481,0.517730496
-6376,1,0.1446,1,1,1,1,1,1,1,1,0.1577,0.1446,0.2005,1,0.1947,1,1,1,1,1,1,0.3769,0.1947,0.2381,1,0.5025,1,1,1,0.2011,0.5025,0.18,1,1,1,1,1,0.285816222,0.506236196,0.045915708,1,1,1,1,1,0.326266825,0.528502047,0.238046885,1,1,1,1,1,0.28365317,0.465044975,0.525314161,0.525280305,0.525265957
-6377,1,0.1451,1,1,1,1,1,1,1,1,0.0931,0.1451,0.0054,1,0.1949,1,1,1,1,1,1,0.1403,0.1949,0.024,1,0.5027,1,1,1,0.0957,0.5027,0.0023,1,1,1,1,1,0.14468573,0.075534783,0.036945436,1,1,1,1,1,0.132079139,0.158244193,0.295563877,1,1,1,1,1,0.131089509,0.000630322,0.538726438,0.538819547,0.53856383
-6378,1,0.1457,1,1,1,1,1,1,1,1,0.1222,0.1457,0,1,0.1951,1,1,1,1,1,1,0.0646,0.1951,0,1,0.503,1,1,1,0.1312,0.503,0,1,1,1,1,1,0.178841323,0,0.124795943,1,1,1,1,1,0.090347707,0,0.275750548,1,1,1,1,1,0.23827374,0,0.551232479,0.551301037,0.55141844
-6379,1,0.1463,1,1,1,1,1,1,1,1,0.0927,0.1463,0,1,0.1954,1,1,1,1,1,1,0.0417,0.1954,0,1,0.5033,1,1,1,0.1367,0.5033,0,1,1,1,1,1,0.166633174,0,0.179118633,1,1,1,1,1,0.07419984,0,0.190419123,1,1,1,1,1,0.353318393,0,0.57419043,0.574148509,0.574024823
-6380,1,0.1469,1,1,1,1,1,1,1,1,0.1358,0.1469,0,1,0.1956,1,1,1,1,1,1,0.0642,0.1956,0,1,0.5035,1,1,1,0.1276,0.5035,0,1,1,1,1,1,0.225607783,0,0.356961966,1,1,1,1,1,0.091233984,0,0.154930621,1,1,1,1,1,0.330805421,0,0.552319961,0.55235879,0.552748227
-6381,1,0.1475,1,1,1,1,1,1,1,1,0.1876,0.1475,0,1,0.1959,1,1,1,1,1,1,0.1336,0.1959,0,1,0.5038,1,1,1,0.2021,0.5038,0,1,1,1,1,1,0.278856158,0,0.583087802,1,1,1,1,1,0.168839201,0,0.274171472,1,1,1,1,1,0.310430706,0,0.509968584,0.510048657,0.510195035
-6382,1,0.148,1,1,1,1,1,1,1,1,0.1713,0.148,0,1,0.1961,1,1,1,1,1,1,0.1918,0.1961,0,1,0.5041,1,1,1,0.2695,0.5041,0,1,1,1,1,1,0.236155972,0,0.297873229,1,1,1,1,1,0.229747489,0,0.16861859,1,1,1,1,1,0.409385353,0,0.463931851,0.463930611,0.464095745
-6383,1,0.1486,1,1,1,1,1,1,1,1,0.2252,0.1486,0,1,0.1963,1,1,1,1,1,1,0.3062,0.1963,0,1,0.5044,1,1,1,0.2938,0.5044,0,1,1,1,1,1,0.213281989,0,0.293701559,1,1,1,1,1,0.342264771,0,0.211298436,1,1,1,1,1,0.467089891,0,0.41982842,0.419716522,0.419769504
-6384,1,0.1492,1,1,1,1,1,1,1,1,0.0037,0.1492,0,1,0.1966,1,1,1,1,1,1,0,0.1966,0,1,0.5046,1,1,1,0.0005,0.5046,0,1,1,1,1,1,0.000464319,0,0.492711782,1,1,1,1,1,2.58E-05,0,0.182508126,1,1,1,1,1,0.006924051,0,0.387687289,0.387772371,0.38785461
-6385,1,0.1498,1,1,1,1,1,1,1,1,0.1388,0.1498,0,1,0.1968,1,1,1,1,1,1,0.2132,0.1968,0,1,0.5049,1,1,1,0.1652,0.5049,0,1,1,1,1,1,0.127862036,0,0.255353272,1,1,1,1,1,0.21432361,0,0.162713364,1,1,1,1,1,0.234051585,0,0.369260512,0.369155913,0.369237589
-6386,1,0.1503,1,1,1,1,1,1,1,1,0.1154,0.1503,0,1,0.1971,1,1,1,1,1,1,0.1123,0.1971,0,1,0.5052,1,1,1,0.1081,0.5052,0,1,1,1,1,1,0.068709023,0,0.290766358,1,1,1,1,1,0.114711575,0,0.117384285,1,1,1,1,1,0.151608557,0,0.360500242,0.360482336,0.360815603
-6387,1,0.1509,1,1,1,1,1,1,1,1,0.1169,0.1509,0,1,0.1973,1,1,1,1,1,1,0.0695,0.1973,0,1,0.5054,1,1,1,0.0735,0.5054,0,1,1,1,1,1,0.053222701,0,0.379657894,1,1,1,1,1,0.08686658,0,0.176788479,1,1,1,1,1,0.103707053,0,0.359473175,0.359424582,0.359485816
-6388,1,0.1515,1,1,1,1,1,1,1,1,0.1014,0.1515,0,1,0.1975,1,1,1,1,1,1,0.0467,0.1975,0,1,0.5057,1,1,1,0.0759,0.5057,0,1,1,1,1,1,0.050628986,0,0.260658205,1,1,1,1,1,0.055006355,0,0.123567283,1,1,1,1,1,0.095334366,0,0.370529241,0.370636768,0.370567376
-6389,1,0.1521,1,1,1,1,1,1,1,1,0.0929,0.1521,0,1,0.1978,1,1,1,1,1,1,0.0627,0.1978,0,1,0.506,1,1,1,0.0548,0.506,0,1,1,1,1,1,0.054043576,0,0.114043862,1,1,1,1,1,0.067992643,0,0.051468853,1,1,1,1,1,0.078148872,0,0.410947318,0.410831394,0.410904255
-6390,1,0.1526,1,1,1,1,1,1,1,1,0.0764,0.1526,0,1,0.198,1,1,1,1,1,1,0.0483,0.198,0,1,0.5063,1,1,1,0.0431,0.5063,0,1,1,1,1,1,0.061315183,0,0.060628418,1,1,1,1,1,0.046731655,0,0.000408377,1,1,1,1,1,0.066283651,0,0.484231513,0.484239475,0.484485816
-6391,1,0.1532,1,1,1,1,1,1,1,1,0.047,0.1532,0.1684,1,0.1983,1,1,1,1,1,1,0.0425,0.1983,0.1721,1,0.5065,1,1,1,0.0245,0.5065,0.1634,1,1,1,1,1,0.022208741,0.399086833,0.090372078,1,1,1,1,1,0.032903571,0.422369808,0,1,1,1,1,1,0.046271089,0.46146515,0.529241179,0.529299767,0.529698582
-6392,1,0.1538,1,1,1,1,1,1,1,1,0.0134,0.1538,0.3608,1,0.1985,1,1,1,1,1,1,0.0155,0.1985,0.3656,1,0.5068,1,1,1,0.0016,0.5068,0.3513,1,1,1,1,1,0.005485085,0.681713045,0.124230593,1,1,1,1,1,0.018656084,0.67585963,0.000424084,1,1,1,1,1,0.019367358,0.70482111,0.549480425,0.549608631,0.54964539
-6393,1,0.1544,1,1,1,1,1,1,1,1,0.0061,0.1544,0.4983,1,0.1987,1,1,1,1,1,1,0,0.1987,0.5,1,0.5071,1,1,1,0.0021,0.5071,0.5014,1,1,1,1,1,0.000946836,0.776235044,0.114129178,1,1,1,1,1,0.002270673,0.77766341,0,1,1,1,1,1,0.011495305,0.779636502,0.564101015,0.564205627,0.56427305
-6394,1,0.1549,1,1,1,1,1,1,1,1,0.0005,0.1549,0.5791,1,0.199,1,1,1,1,1,1,0.0063,0.199,0.5763,1,0.5073,1,1,1,0.0017,0.5073,0.5805,1,1,1,1,1,0.001287274,0.822685897,0.074700966,1,1,1,1,1,0.009617404,0.817405522,0.003592147,1,1,1,1,1,0.000454183,0.80770278,0.576486225,0.576687117,0.576684397
-6395,1,0.1555,1,1,1,1,1,1,1,1,0.0076,0.1555,0.581,1,0.1992,1,1,1,1,1,1,0.0171,0.1992,0.5913,1,0.5076,1,1,1,0.0012,0.5076,0.5881,1,1,1,1,1,0.004713159,0.830886781,0.10449858,1,1,1,1,1,0.013191114,0.838832378,0.034779847,1,1,1,1,1,0.005262177,0.809194207,0.583494442,0.583668289,0.583776596
-6396,1,0.1561,1,1,1,1,1,1,1,1,0.0134,0.1561,0.5892,1,0.1995,1,1,1,1,1,1,0.0229,0.1995,0.5845,1,0.5079,1,1,1,0.0141,0.5079,0.5792,1,1,1,1,1,0.008219287,0.834688544,0.117916048,1,1,1,1,1,0.021016413,0.835511684,0.008491885,1,1,1,1,1,0.00849507,0.809467793,0.584581924,0.584726042,0.584663121
-6397,1,0.1567,1,1,1,1,1,1,1,1,0.0261,0.1567,0.575,1,0.1997,1,1,1,1,1,1,0.0295,0.1997,0.5786,1,0.5081,1,1,1,0.0157,0.5081,0.5707,1,1,1,1,1,0.033281706,0.816411257,0.109042689,1,1,1,1,1,0.037615754,0.817393482,0,1,1,1,1,1,0.003423649,0.794397175,0.586756887,0.586629998,0.586879433
-6398,1,0.1572,1,1,1,1,1,1,1,1,0.0485,0.1572,0.5111,1,0.2,1,1,1,1,1,1,0.0178,0.2,0.5265,1,0.5084,1,1,1,0.0323,0.5084,0.5026,1,1,1,1,1,0.06192765,0.773966491,0.128214642,1,1,1,1,1,0.023944456,0.780540705,0.002436911,1,1,1,1,1,0.027871748,0.745501101,0.582165297,0.582187434,0.582446809
-6399,1,0.1578,1,1,1,1,1,1,1,1,0.0714,0.1578,0.372,1,0.2002,1,1,1,1,1,1,0.0488,0.2002,0.4048,1,0.5087,1,1,1,0.0261,0.5087,0.3532,1,1,1,1,1,0.071460269,0.69321394,0.133608013,1,1,1,1,1,0.05511412,0.71395129,0.023457071,1,1,1,1,1,0.046861183,0.657021046,0.577694538,0.57774487,0.578014184
-6400,1,0.1584,1,1,1,1,1,1,1,1,0.077,0.1584,0.1965,1,0.2004,1,1,1,1,1,1,0.0927,0.2004,0.233,1,0.509,1,1,1,0.0311,0.509,0.1789,1,1,1,1,1,0.094061255,0.497985095,0.118186474,1,1,1,1,1,0.095117718,0.522409201,0.002988744,1,1,1,1,1,0.080861181,0.4531416,0.578117448,0.578167971,0.578014184
-6401,1,0.159,1,1,1,1,1,1,1,1,0.0315,0.159,0.0037,1,0.2007,1,1,1,1,1,1,0.0329,0.2007,0.016,1,0.5092,1,1,1,0.0145,0.5092,0.0021,1,1,1,1,1,0.044391286,0.059195496,0.033657845,1,1,1,1,1,0.035207767,0.136904284,0,1,1,1,1,1,0.037584744,0,0.583917351,0.583879839,0.584219858
-6402,1,0.1595,1,1,1,1,1,1,1,1,0.0367,0.1595,0,1,0.2009,1,1,1,1,1,1,0,0.2009,0,1,0.5095,1,1,1,0.0359,0.5095,0,1,1,1,1,1,0.061313063,0,0.040832799,1,1,1,1,1,0.002518796,0,0.0558322,1,1,1,1,1,0.070600368,0,0.595094248,0.595092025,0.594858156
-6403,1,0.1601,1,1,1,1,1,1,1,1,0.0285,0.1601,0,1,0.2012,1,1,1,1,1,1,0,0.2012,0,1,0.5098,1,1,1,0.0585,0.5098,0,1,1,1,1,1,0.033197004,0,0.069341779,1,1,1,1,1,5.21E-05,0,0.061025657,1,1,1,1,1,0.090486884,0,0.615514741,0.615612439,0.615691489
-6404,1,0.1607,1,1,1,1,1,1,1,1,0.0278,0.1607,0,1,0.2014,1,1,1,1,1,1,0,0.2014,0,1,0.51,1,1,1,0.1223,0.51,0,1,1,1,1,1,0.030212635,0,0.098401293,1,1,1,1,1,0.000515856,0,0.136130899,1,1,1,1,1,0.143149093,0,0.588629773,0.588745505,0.588652482
-6405,1,0.1613,1,1,1,1,1,1,1,1,0.0347,0.1613,0,1,0.2016,1,1,1,1,1,1,0.0313,0.2016,0,1,0.5103,1,1,1,0.1301,0.5103,0,1,1,1,1,1,0.050708581,0,0.077524871,1,1,1,1,1,0.037923783,0,0.12771441,1,1,1,1,1,0.21787563,0,0.541384727,0.541358155,0.541666667
-6406,1,0.1618,1,1,1,1,1,1,1,1,0.0251,0.1618,0,1,0.2019,1,1,1,1,1,1,0.1537,0.2019,0,1,0.5106,1,1,1,0.1326,0.5106,0,1,1,1,1,1,0.042589337,0,0.021648526,1,1,1,1,1,0.150816619,0,0.038495027,1,1,1,1,1,0.23844181,0,0.483264862,0.483181722,0.483156028
-6407,1,0.1624,1,1,1,1,1,1,1,1,0.0934,0.1624,0,1,0.2021,1,1,1,1,1,1,0.2517,0.2021,0,1,0.5109,1,1,1,0.1543,0.5109,0,1,1,1,1,1,0.12205568,0,0.002710099,1,1,1,1,1,0.223665208,0,0.004818586,1,1,1,1,1,0.342990309,0,0.432757371,0.432832663,0.432624113
-6408,1,0.163,1,1,1,1,1,1,1,1,0.1249,0.163,0,1,0.2024,1,1,1,1,1,1,0.3914,0.2024,0,1,0.5111,1,1,1,0.1586,0.5111,0,1,1,1,1,1,0.18015267,0,0,1,1,1,1,1,0.34640336,0,0.013738482,1,1,1,1,1,0.358458281,0,0.400012083,0.40004231,0.400265957
-6409,1,0.1636,1,1,1,1,1,1,1,1,0.1419,0.1636,0,1,0.2026,1,1,1,1,1,1,0.286,0.2026,0,1,0.5114,1,1,1,0.1399,0.5114,0,1,1,1,1,1,0.216245502,0,0.022724167,1,1,1,1,1,0.249389708,0,0.03482775,1,1,1,1,1,0.314770818,0,0.382612373,0.382695155,0.382535461
-6410,1,0.1641,1,1,1,1,1,1,1,1,0.1518,0.1641,0,1,0.2028,1,1,1,1,1,1,0.2101,0.2028,0,1,0.5117,1,1,1,0.1831,0.5117,0,1,1,1,1,1,0.222811118,0,0.045730248,1,1,1,1,1,0.179245085,0,0.073169112,1,1,1,1,1,0.463308543,0,0.373127115,0.373175376,0.37322695
-6411,1,0.1647,1,1,1,1,1,1,1,1,0.1754,0.1647,0,1,0.2031,1,1,1,1,1,1,0.3019,0.2031,0,1,0.5119,1,1,1,0.17,0.5119,0,1,1,1,1,1,0.268041462,0,0.113041036,1,1,1,1,1,0.267683625,0,0.112850793,1,1,1,1,1,0.456941158,0,0.371616723,0.371694521,0.371453901
-6412,1,0.1653,1,1,1,1,1,1,1,1,0.1773,0.1653,0,1,0.2033,1,1,1,1,1,1,0.2311,0.2033,0,1,0.5122,1,1,1,0.216,0.5122,0,1,1,1,1,1,0.319319397,0,0.152703181,1,1,1,1,1,0.210380405,0,0.095752358,1,1,1,1,1,0.576213062,0,0.38182697,0.381848953,0.381648936
-6413,1,0.1659,1,1,1,1,1,1,1,1,0.1121,0.1659,0,1,0.2036,1,1,1,1,1,1,0.3235,0.2036,0,1,0.5125,1,1,1,0.2296,0.5125,0,1,1,1,1,1,0.222632736,0,0.147207126,1,1,1,1,1,0.250364244,0,0.125800282,1,1,1,1,1,0.529231846,0,0.421942968,0.421832029,0.421985816
-6414,1,0.1664,1,1,1,1,1,1,1,1,0.1728,0.1664,0.0181,1,0.2038,1,1,1,1,1,1,0.4543,0.2038,0.0232,1,0.5128,1,1,1,0.1681,0.5128,0.0051,1,1,1,1,1,0.253442079,0.096919052,0.29558298,1,1,1,1,1,0.412709057,0.212084964,0.213605255,1,1,1,1,1,0.425328165,0.254329145,0.496858386,0.496720965,0.496897163
-6415,1,0.167,1,1,1,1,1,1,1,1,0.1173,0.167,0.1534,1,0.204,1,1,1,1,1,1,0.331,0.204,0.1721,1,0.513,1,1,1,0.1679,0.513,0.1441,1,1,1,1,1,0.190094382,0.391937494,0.287681699,1,1,1,1,1,0.2948277,0.431340039,0.254122019,1,1,1,1,1,0.485686809,0.490119249,0.539753504,0.53966575,0.539893617
-6416,1,0.1676,1,1,1,1,1,1,1,1,0.1542,0.1676,0.4414,1,0.2043,1,1,1,1,1,1,0.1978,0.2043,0.4656,1,0.5133,1,1,1,0.1551,0.5133,0.4357,1,1,1,1,1,0.169145972,0.867247462,0.343410552,1,1,1,1,1,0.25268048,0.870491028,0.316611797,1,1,1,1,1,0.369749963,0.90925777,0.555340744,0.555320499,0.555407801
-6417,1,0.1682,1,1,1,1,1,1,1,1,0.128,0.1682,0.6092,1,0.2045,1,1,1,1,1,1,0.159,0.2045,0.613,1,0.5136,1,1,1,0.2047,0.5136,0.58,1,1,1,1,1,0.112446472,0.958064556,0.405613989,1,1,1,1,1,0.15288806,0.971410096,0.443413377,1,1,1,1,1,0.459108144,0.966175675,0.566638473,0.566744235,0.566932624
-6418,1,0.1687,1,1,1,1,1,1,1,1,0.2642,0.1687,0.5788,1,0.2048,1,1,1,1,1,1,0.1894,0.2048,0.5833,1,0.5138,1,1,1,0.2847,0.5138,0.5739,1,1,1,1,1,0.233994246,0.823796749,0.312727123,1,1,1,1,1,0.196076468,0.825675368,0.563531697,1,1,1,1,1,0.452516943,0.82441628,0.579325761,0.579437275,0.579343972
-6419,1,0.1693,1,1,1,1,1,1,1,1,0.2153,0.1693,0.7011,1,0.205,1,1,1,1,1,1,0.1408,0.205,0.7045,1,0.5141,1,1,1,0.3004,0.5141,0.6735,1,1,1,1,1,0.182074338,0.986692607,0.383166015,1,1,1,1,1,0.149562433,0.993937969,0.67750001,1,1,1,1,1,0.405007184,0.986999869,0.584581924,0.584726042,0.584663121
-6420,1,0.1699,1,1,1,1,1,1,1,1,0.3166,0.1699,0.6993,1,0.2053,1,1,1,1,1,1,0.2062,0.2053,0.7144,1,0.5144,1,1,1,0.3131,0.5144,0.6746,1,1,1,1,1,0.267108202,0.989543736,0.462221801,1,1,1,1,1,0.226315543,0.998205125,0.700832784,1,1,1,1,1,0.344216853,0.988376617,0.585669406,0.585572245,0.585992908
-6421,1,0.1705,1,1,1,1,1,1,1,1,0.3625,0.1705,0.5664,1,0.2055,1,1,1,1,1,1,0.1837,0.2055,0.5739,1,0.5147,1,1,1,0.3327,0.5147,0.551,1,1,1,1,1,0.307399839,0.803396344,0.514829278,1,1,1,1,1,0.23677808,0.813393533,0.751651108,1,1,1,1,1,0.390316606,0.781984448,0.589173514,0.589168606,0.589095745
-6422,1,0.171,1,1,1,1,1,1,1,1,0.4715,0.171,0.6283,1,0.2057,1,1,1,1,1,1,0.1588,0.2057,0.6519,1,0.5149,1,1,1,0.4031,0.5149,0.6052,1,1,1,1,1,0.357904196,0.964258313,0.631082714,1,1,1,1,1,0.222115755,0.97852999,0.652298212,1,1,1,1,1,0.412746102,0.9388237,0.587602707,0.587687751,0.587765957
-6423,1,0.1716,1,1,1,1,1,1,1,1,0.476,0.1716,0.4788,1,0.206,1,1,1,1,1,1,0.1604,0.206,0.5177,1,0.5152,1,1,1,0.4953,0.5152,0.4495,1,1,1,1,1,0.373419195,0.899754524,0.489821285,1,1,1,1,1,0.227111638,0.914795399,0.336195052,1,1,1,1,1,0.510211706,0.860889137,0.585367327,0.585360694,0.585549645
-6424,1,0.1722,1,1,1,1,1,1,1,1,0.4628,0.1722,0.285,1,0.2062,1,1,1,1,1,1,0.2281,0.2062,0.3273,1,0.5155,1,1,1,0.3421,0.5155,0.2492,1,1,1,1,1,0.297358751,0.707520306,0.59062314,1,1,1,1,1,0.303201914,0.699173868,0.343353182,1,1,1,1,1,0.363551408,0.650915921,0.588267279,0.588322403,0.588652482
-6425,1,0.1728,1,1,1,1,1,1,1,1,0.2587,0.1728,0.0533,1,0.2065,1,1,1,1,1,1,0.1849,0.2065,0.0862,1,0.5157,1,1,1,0.2741,0.5157,0.0284,1,1,1,1,1,0.135948658,0.347037971,0.568380296,1,1,1,1,1,0.258310676,0.288335443,0.395802885,1,1,1,1,1,0.344181478,0.287159652,0.590865152,0.590861011,0.590868794
-6426,1,0.1734,1,1,1,1,1,1,1,1,0.2138,0.1734,0,1,0.2067,1,1,1,1,1,1,0.0584,0.2067,0,1,0.516,1,1,1,0.3397,0.516,0,1,1,1,1,1,0.249783635,0,0.348247051,1,1,1,1,1,0.104257464,0,0.237655252,1,1,1,1,1,0.500986099,0,0.601860802,0.601861646,0.601950355
-6427,1,0.1739,1,1,1,1,1,1,1,1,0.3244,0.1739,0,1,0.2069,1,1,1,1,1,1,0.1573,0.2069,0,1,0.5163,1,1,1,0.328,0.5163,0,1,1,1,1,1,0.332979709,0,0.56832087,1,1,1,1,1,0.235025585,0,0.361337721,1,1,1,1,1,0.63777262,0,0.621072982,0.621112757,0.621453901
-6428,1,0.1745,1,1,1,1,1,1,1,1,0.2693,0.1745,0,1,0.2072,1,1,1,1,1,1,0.2256,0.2072,0,1,0.5166,1,1,1,0.3638,0.5166,0,1,1,1,1,1,0.324265897,0,0.649573803,1,1,1,1,1,0.319623798,0,0.700343251,1,1,1,1,1,0.667038679,0,0.594550507,0.594668923,0.594858156
-6429,1,0.1751,1,1,1,1,1,1,1,1,0.3869,0.1751,0,1,0.2074,1,1,1,1,1,1,0.4234,0.2074,0,1,0.5168,1,1,1,0.3767,0.5168,0,1,1,1,1,1,0.531542003,0,0.631352186,1,1,1,1,1,0.545265973,0,0.658881664,1,1,1,1,1,0.682918727,0,0.550144998,0.550031733,0.550531915
-6430,1,0.1757,1,1,1,1,1,1,1,1,0.2321,0.1757,0,1,0.2077,1,1,1,1,1,1,0.2263,0.2077,0,1,0.5171,1,1,1,0.3409,0.5171,0,1,1,1,1,1,0.255413234,0,0.671699524,1,1,1,1,1,0.300699532,0,0.587076187,1,1,1,1,1,0.670354962,0,0.492085549,0.49206685,0.492021277
-6431,1,0.1762,1,1,1,1,1,1,1,1,0.3696,0.1762,0,1,0.2079,1,1,1,1,1,1,0.3769,0.2079,0,1,0.5174,1,1,1,0.3441,0.5174,0,1,1,1,1,1,0.406582564,0,0.760363817,1,1,1,1,1,0.485988051,0,0.65798986,1,1,1,1,1,0.693118989,0,0.442544708,0.442563994,0.442819149
-6432,1,0.1768,1,1,1,1,1,1,1,1,0.3062,0.1768,0,1,0.2081,1,1,1,1,1,1,0.4828,0.2081,0,1,0.5176,1,1,1,0.3316,0.5176,0,1,1,1,1,1,0.357378185,0,0.441010654,1,1,1,1,1,0.557570219,0,0.661276698,1,1,1,1,1,0.734881103,0,0.409255679,0.409138989,0.409131206
-6433,1,0.1774,1,1,1,1,1,1,1,1,0.4115,0.1774,0,1,0.2084,1,1,1,1,1,1,0.5522,0.2084,0,1,0.5179,1,1,1,0.3118,0.5179,0,1,1,1,1,1,0.439602941,0,0.487750649,1,1,1,1,1,0.615900159,0,0.79508853,1,1,1,1,1,0.706757009,0,0.391191397,0.391157182,0.391400709
-6434,1,0.178,1,1,1,1,1,1,1,1,0.5141,0.178,0,1,0.2086,1,1,1,1,1,1,0.5953,0.2086,0,1,0.5182,1,1,1,0.2534,0.5182,0,1,1,1,1,1,0.555350065,0,0.644402146,1,1,1,1,1,0.577693403,0,0.68192935,1,1,1,1,1,0.62612772,0,0.382189464,0.382272054,0.382092199
-6435,1,0.1785,1,1,1,1,1,1,1,1,0.3636,0.1785,0,1,0.2089,1,1,1,1,1,1,0.3465,0.2089,0,1,0.5185,1,1,1,0.2934,0.5185,0,1,1,1,1,1,0.353806406,0,0.55914104,1,1,1,1,1,0.353388816,0,0.513597131,1,1,1,1,1,0.643601775,0,0.380135331,0.380156547,0.379875887
-6436,1,0.1791,1,1,1,1,1,1,1,1,0.3597,0.1791,0,1,0.2091,1,1,1,1,1,1,0.2492,0.2091,0,1,0.5187,1,1,1,0.2866,0.5187,0,1,1,1,1,1,0.367719233,0,0.52787292,1,1,1,1,1,0.284732819,0,0.535563588,1,1,1,1,1,0.617628336,0,0.391795553,0.391791834,0.391843972
-6437,1,0.1797,1,1,1,1,1,1,1,1,0.2311,0.1797,0,1,0.2093,1,1,1,1,1,1,0.1228,0.2093,0,1,0.519,1,1,1,0.3,0.519,0,1,1,1,1,1,0.278961658,0,0.394447446,1,1,1,1,1,0.171654746,0,0.738404989,1,1,1,1,1,0.655201077,0,0.431186564,0.431140258,0.431294326
-6438,1,0.1803,1,1,1,1,1,1,1,1,0.2656,0.1803,0.0003,1,0.2096,1,1,1,1,1,1,0.0726,0.2096,0,1,0.5193,1,1,1,0.2436,0.5193,0,1,1,1,1,1,0.275380403,5.12E-06,0.363375843,1,1,1,1,1,0.109154284,0,0.703171253,1,1,1,1,1,0.53041327,2.07E-06,0.504168681,0.504125238,0.504432624
-6439,1,0.1808,1,1,1,1,1,1,1,1,0.222,0.1808,0.1107,1,0.2098,1,1,1,1,1,1,0.1459,0.2098,0.0796,1,0.5195,1,1,1,0.1586,0.5195,0.1165,1,1,1,1,1,0.173109159,0.122655042,0.489759684,1,1,1,1,1,0.224225596,0.095434844,0.962003469,1,1,1,1,1,0.312139034,0.140538514,0.55038666,0.550454834,0.550531915
-6440,1,0.1814,1,1,1,1,1,1,1,1,0.1801,0.1814,0.2316,1,0.2101,1,1,1,1,1,1,0.065,0.2101,0.2081,1,0.5198,1,1,1,0.1404,0.5198,0.2759,1,1,1,1,1,0.137495652,0.35392341,0.738791585,1,1,1,1,1,0.13725397,0.294043571,1,1,1,1,1,1,0.25095889,0.357457966,0.574975834,0.574994711,0.574911348
-6441,1,0.182,1,1,1,1,1,1,1,1,0.2358,0.182,0.3395,1,0.2103,1,1,1,1,1,1,0.1065,0.2103,0.2877,1,0.5201,1,1,1,0.1914,0.5201,0.3875,1,1,1,1,1,0.154029891,0.487019211,0.939797103,1,1,1,1,1,0.175677165,0.338757396,1,1,1,1,1,1,0.238309294,0.457054079,0.59382552,0.593822721,0.593971631
-6442,1,0.1826,1,1,1,1,1,1,1,1,0.3909,0.1826,0.3807,1,0.2106,1,1,1,1,1,1,0.2164,0.2106,0.3381,1,0.5203,1,1,1,0.1818,0.5203,0.4002,1,1,1,1,1,0.265581518,0.547313333,1,1,1,1,1,1,0.194785237,0.497472465,1,1,1,1,1,1,0.251041204,0.547419131,0.610500242,0.610535223,0.61037234
-6443,1,0.1831,1,1,1,1,1,1,1,1,0.541,0.1831,0.4182,1,0.2108,1,1,1,1,1,1,0.1225,0.2108,0.3927,1,0.5206,1,1,1,0.1371,0.5206,0.4376,1,1,1,1,1,0.311250597,0.566039741,1,1,1,1,1,1,0.144926161,0.532033145,1,1,1,1,1,1,0.214154154,0.566165864,0.61762929,0.617727946,0.617907801
-6444,1,0.1837,1,1,1,1,1,1,1,1,0.4113,0.1837,0.3959,1,0.211,1,1,1,1,1,1,0.0433,0.211,0.3978,1,0.5209,1,1,1,0.1768,0.5209,0.3526,1,1,1,1,1,0.192259446,0.560495377,1,1,1,1,1,1,0.085981175,0.551490426,1,1,1,1,1,1,0.294734627,0.453289092,0.618958434,0.61899725,0.619237589
-6445,1,0.1843,1,1,1,1,1,1,1,1,0.3267,0.1843,0.3364,1,0.2113,1,1,1,1,1,1,0.086,0.2113,0.3326,1,0.5212,1,1,1,0.134,0.5212,0.2765,1,1,1,1,1,0.112952843,0.451607615,0.840121388,1,1,1,1,1,0.1219666,0.454964519,1,1,1,1,1,1,0.190858215,0.391889751,0.620891735,0.620901206,0.621010638
-6446,1,0.1849,1,1,1,1,1,1,1,1,0.3342,0.1849,0.3022,1,0.2115,1,1,1,1,1,1,0.0474,0.2115,0.2773,1,0.5214,1,1,1,0.1497,0.5214,0.2417,1,1,1,1,1,0.142247289,0.412305474,0.934978724,1,1,1,1,1,0.061153159,0.404453278,0.827067018,1,1,1,1,1,0.251634777,0.323674738,0.617085549,0.617093294,0.617464539
-6447,1,0.1854,1,1,1,1,1,1,1,1,0.3684,0.1854,0.216,1,0.2118,1,1,1,1,1,1,0.0868,0.2118,0.2373,1,0.5217,1,1,1,0.1888,0.5217,0.1573,1,1,1,1,1,0.170122221,0.289472163,0.984980583,1,1,1,1,1,0.105253443,0.305064201,0.624474883,1,1,1,1,1,0.250121236,0.329953432,0.61122523,0.611381426,0.611702128
-6448,1,0.186,1,1,1,1,1,1,1,1,0.2454,0.186,0.109,1,0.212,1,1,1,1,1,1,0.0079,0.212,0.0897,1,0.522,1,1,1,0.1125,0.522,0.0883,1,1,1,1,1,0.090161689,0.166454315,0.883912027,1,1,1,1,1,0.022237271,0.131057978,0.63486445,1,1,1,1,1,0.16844897,0.164253935,0.614910585,0.614977787,0.615248227
-6449,1,0.1866,1,1,1,1,1,1,1,1,0.1611,0.1866,0,1,0.2122,1,1,1,1,1,1,0.012,0.2122,0,1,0.5222,1,1,1,0.0986,0.5222,0,1,1,1,1,1,0.095883921,0,0.840035319,1,1,1,1,1,0.020836776,4.56E-05,0.715671003,1,1,1,1,1,0.218484357,0,0.624818753,0.624709118,0.625
-6450,1,0.1872,1,1,1,1,1,1,1,1,0.1864,0.1872,0,1,0.2125,1,1,1,1,1,1,0.1065,0.2125,0,1,0.5225,1,1,1,0.1083,0.5225,0,1,1,1,1,1,0.139184788,0,0.982813001,1,1,1,1,1,0.101074629,0,0.927304745,1,1,1,1,1,0.248922512,0,0.638231029,0.63824836,0.638297872
-6451,1,0.1877,1,1,1,1,1,1,1,1,0.14,0.1877,0,1,0.2127,1,1,1,1,1,1,0.1114,0.2127,0,1,0.5228,1,1,1,0.1011,0.5228,0,1,1,1,1,1,0.091120891,0,1,1,1,1,1,1,0.12022382,0,1,1,1,1,1,1,0.247142121,0,0.644453842,0.64459488,0.644503546
-6452,1,0.1883,1,1,1,1,1,1,1,1,0.1049,0.1883,0,1,0.213,1,1,1,1,1,1,0.187,0.213,0,1,0.5231,1,1,1,0.116,0.5231,0,1,1,1,1,1,0.092126228,0,1,1,1,1,1,1,0.217496306,0,1,1,1,1,1,1,0.273315459,0,0.617810536,0.617727946,0.617907801
-6453,1,0.1889,1,1,1,1,1,1,1,1,0.0735,0.1889,0,1,0.2132,1,1,1,1,1,1,0.1333,0.2132,0,1,0.5233,1,1,1,0.1182,0.5233,0,1,1,1,1,1,0.067480266,0,0.956016898,1,1,1,1,1,0.156132594,0,1,1,1,1,1,1,0.271824241,0,0.573042533,0.573090755,0.573138298
-6454,1,0.1895,1,1,1,1,1,1,1,1,0.0802,0.1895,0,1,0.2134,1,1,1,1,1,1,0.0852,0.2134,0,1,0.5236,1,1,1,0.0853,0.5236,0,1,1,1,1,1,0.041196242,0,1,1,1,1,1,1,0.074363753,0,1,1,1,1,1,1,0.211461246,0,0.515043499,0.514914322,0.515070922
-6455,1,0.19,1,1,1,1,1,1,1,1,0.0825,0.19,0,1,0.2137,1,1,1,1,1,1,0.099,0.2137,0,1,0.5239,1,1,1,0.1247,0.5239,0,1,1,1,1,1,0.079610273,0,0.979679942,1,1,1,1,1,0.114515141,0,0.806674123,1,1,1,1,1,0.356478989,0,0.463327695,0.463295959,0.46320922
-6456,1,0.1906,1,1,1,1,1,1,1,1,0.1171,0.1906,0,1,0.2139,1,1,1,1,1,1,0.1976,0.2139,0,1,0.5241,1,1,1,0.1916,0.5241,0,1,1,1,1,1,0.158429205,0,0.998982966,1,1,1,1,1,0.208556548,0,0.742346644,1,1,1,1,1,0.521145999,0,0.428105365,0.428178549,0.428191489
-6457,1,0.1912,1,1,1,1,1,1,1,1,0.1568,0.1912,0,1,0.2142,1,1,1,1,1,1,0.2163,0.2142,0,1,0.5244,1,1,1,0.1733,0.5244,0,1,1,1,1,1,0.22854197,0,0.937429249,1,1,1,1,1,0.238048881,0,0.851695776,1,1,1,1,1,0.378995121,0,0.408470275,0.408504337,0.408687943
-6458,1,0.1918,1,1,1,1,1,1,1,1,0.2152,0.1918,0,1,0.2144,1,1,1,1,1,1,0.1295,0.2144,0,1,0.5247,1,1,1,0.1813,0.5247,0,1,1,1,1,1,0.197127372,0,0.698696613,1,1,1,1,1,0.139530674,0,0.277891099,1,1,1,1,1,0.331031203,0,0.396205897,0.396234398,0.396276596
-6459,1,0.1923,1,1,1,1,1,1,1,1,0.1704,0.1923,0,1,0.2146,1,1,1,1,1,1,0.4034,0.2146,0,1,0.525,1,1,1,0.2073,0.525,0,1,1,1,1,1,0.170685515,0,0.340581834,1,1,1,1,1,0.421125472,0,0.333006024,1,1,1,1,1,0.376341105,0,0.392701788,0.392849587,0.392730496
-6460,1,0.1929,1,1,1,1,1,1,1,1,0.1493,0.1929,0,1,0.2149,1,1,1,1,1,1,0.2778,0.2149,0,1,0.5252,1,1,1,0.2069,0.5252,0,1,1,1,1,1,0.182919905,0,0.216262698,1,1,1,1,1,0.359337091,0,0.2468822,1,1,1,1,1,0.363902777,0,0.401764137,0.401734715,0.401595745
-6461,1,0.1935,1,1,1,1,1,1,1,1,0.1962,0.1935,0,1,0.2151,1,1,1,1,1,1,0.1029,0.2151,0,1,0.5255,1,1,1,0.2619,0.5255,0,1,1,1,1,1,0.177763805,0,0.739492416,1,1,1,1,1,0.14763245,0,0.258290052,1,1,1,1,1,0.429195046,0,0.442846786,0.442775545,0.443262411
-6462,1,0.1941,1,1,1,1,1,1,1,1,0.181,0.1941,0,1,0.2154,1,1,1,1,1,1,0.0823,0.2154,0,1,0.5258,1,1,1,0.346,0.5258,0.0069,1,1,1,1,1,0.17137064,0.007212938,0.881202638,1,1,1,1,1,0.11351113,0,0.181358129,1,1,1,1,1,0.544330597,0.159621835,0.517701788,0.517664481,0.517730496
-6463,1,0.1946,1,1,1,1,1,1,1,1,0.1179,0.1946,0.165,1,0.2156,1,1,1,1,1,1,0.0893,0.2156,0.1518,1,0.526,1,1,1,0.3048,0.526,0.2051,1,1,1,1,1,0.21023351,0.438533038,0.451795608,1,1,1,1,1,0.148038626,0.357972205,0.120792404,1,1,1,1,1,0.472404897,0.628070295,0.560053166,0.560186165,0.560283688
-6464,1,0.1952,1,1,1,1,1,1,1,1,0.1289,0.1952,0.3583,1,0.2158,1,1,1,1,1,1,0.0112,0.2158,0.3098,1,0.5263,1,1,1,0.354,0.5263,0.4359,1,1,1,1,1,0.223161399,0.668903828,0.366734207,1,1,1,1,1,0.026473949,0.577894032,0.071278013,1,1,1,1,1,0.507462442,0.856692731,0.57878202,0.578802623,0.578900709
-6465,1,0.1958,1,1,1,1,1,1,1,1,0.1801,0.1958,0.5103,1,0.2161,1,1,1,1,1,1,0.0229,0.2161,0.4596,1,0.5266,1,1,1,0.3892,0.5266,0.5904,1,1,1,1,1,0.242918521,0.819571495,0.299952865,1,1,1,1,1,0.034045346,0.750801027,0.047180109,1,1,1,1,1,0.519720078,0.949681699,0.591348478,0.591495663,0.591312057
-6466,1,0.1964,1,1,1,1,1,1,1,1,0.1901,0.1964,0.6098,1,0.2163,1,1,1,1,1,1,0.0577,0.2163,0.5626,1,0.5269,1,1,1,0.3189,0.5269,0.6302,1,1,1,1,1,0.207115665,0.891717136,0.227266312,1,1,1,1,1,0.090664476,0.834428549,0.018944243,1,1,1,1,1,0.481517732,0.980992079,0.602223296,0.602284747,0.602393617
-6467,1,0.1969,1,1,1,1,1,1,1,1,0.1759,0.1969,0.6081,1,0.2166,1,1,1,1,1,1,0.1376,0.2166,0.6287,1,0.5271,1,1,1,0.3764,0.5271,0.6439,1,1,1,1,1,0.139069632,0.9144907,0.119371444,1,1,1,1,1,0.130366042,0.909868181,0,1,1,1,1,1,0.543931723,0.986281872,0.607902368,0.607785065,0.607712766
-6468,1,0.1975,1,1,1,1,1,1,1,1,0.1733,0.1975,0.6377,1,0.2168,1,1,1,1,1,1,0.1637,0.2168,0.6324,1,0.5274,1,1,1,0.3386,0.5274,0.6593,1,1,1,1,1,0.121288657,0.929945648,0.136141211,1,1,1,1,1,0.146902755,0.921506166,0.00745733,1,1,1,1,1,0.516041517,0.992520928,0.608264862,0.608419717,0.608599291
-6469,1,0.1981,1,1,1,1,1,1,1,1,0.1469,0.1981,0.6341,1,0.2171,1,1,1,1,1,1,0.1083,0.2171,0.6321,1,0.5277,1,1,1,0.3071,0.5277,0.633,1,1,1,1,1,0.122545943,0.924120903,0.226830631,1,1,1,1,1,0.112553433,0.92688185,0.004638744,1,1,1,1,1,0.440327317,0.988310158,0.609714838,0.609689021,0.609929078
-6470,1,0.1987,1,1,1,1,1,1,1,1,0.1193,0.1987,0.5755,1,0.2173,1,1,1,1,1,1,0.0361,0.2173,0.5981,1,0.5279,1,1,1,0.2889,0.5279,0.5655,1,1,1,1,1,0.083792366,0.907406628,0.200157985,1,1,1,1,1,0.037450433,0.911231101,0.011601572,1,1,1,1,1,0.516989291,0.961372495,0.605969067,0.605881109,0.605939716
-6471,1,0.1993,1,1,1,1,1,1,1,1,0.1296,0.1993,0.4396,1,0.2175,1,1,1,1,1,1,0.0316,0.2175,0.4764,1,0.5282,1,1,1,0.2634,0.5282,0.4364,1,1,1,1,1,0.049273618,0.836015224,0.494987547,1,1,1,1,1,0.035783272,0.826905012,0.013369896,1,1,1,1,1,0.463534683,0.874399424,0.601558724,0.601650095,0.601507092
-6472,1,0.1998,1,1,1,1,1,1,1,1,0.0922,0.1998,0.2627,1,0.2178,1,1,1,1,1,1,0.0459,0.2178,0.2789,1,0.5285,1,1,1,0.1855,0.5285,0.2549,1,1,1,1,1,0.063667633,0.641787887,0.59541738,1,1,1,1,1,0.057469033,0.54596746,0.005528534,1,1,1,1,1,0.327556521,0.641555429,0.59980667,0.599746139,0.599734043
-6473,1,0.2004,1,1,1,1,1,1,1,1,0.0533,0.2004,0.038,1,0.218,1,1,1,1,1,1,0.0422,0.218,0.0373,1,0.5288,1,1,1,0.0889,0.5288,0.025,1,1,1,1,1,0.071132384,0.280303597,0.290285915,1,1,1,1,1,0.060538661,0.115117155,0.019138221,1,1,1,1,1,0.171668276,0.290355206,0.596967134,0.596995981,0.597074468
-6474,1,0.201,1,1,1,1,1,1,1,1,0.0276,0.201,0,1,0.2183,1,1,1,1,1,1,0.039,0.2183,0,1,0.529,1,1,1,0.1139,0.529,0,1,1,1,1,1,0.063844629,0,0.249615416,1,1,1,1,1,0.070079878,0,0,1,1,1,1,1,0.233852923,0,0.606754471,0.606727311,0.606826241
-6475,1,0.2016,1,1,1,1,1,1,1,1,0.014,0.2016,0,1,0.2185,1,1,1,1,1,1,0.0454,0.2185,0,1,0.5293,1,1,1,0.1474,0.5293,0,1,1,1,1,1,0.052000031,0,0.317670703,1,1,1,1,1,0.092342943,0,0.03766885,1,1,1,1,1,0.316019297,0,0.62361044,0.623651365,0.623670213
-6476,1,0.2021,1,1,1,1,1,1,1,1,0.0298,0.2021,0,1,0.2187,1,1,1,1,1,1,0.0447,0.2187,0,1,0.5296,1,1,1,0.1406,0.5296,0,1,1,1,1,1,0.06434235,0,0.237704545,1,1,1,1,1,0.065589443,0,0.077671729,1,1,1,1,1,0.282304019,0,0.598658772,0.598688386,0.598847518
-6477,1,0.2027,1,1,1,1,1,1,1,1,0.1311,0.2027,0,1,0.219,1,1,1,1,1,1,0.1388,0.219,0,1,0.5298,1,1,1,0.1017,0.5298,0,1,1,1,1,1,0.212778121,0,0.275845677,1,1,1,1,1,0.180416465,0,0.2976152,1,1,1,1,1,0.177804187,0,0.554434509,0.554474297,0.554521277
-6478,1,0.2033,1,1,1,1,1,1,1,1,0.0331,0.2033,0,1,0.2192,1,1,1,1,1,1,0.1572,0.2192,0,1,0.5301,1,1,1,0.1158,0.5301,0,1,1,1,1,1,0.083136626,0,0.158461183,1,1,1,1,1,0.237705052,0,0.459341884,1,1,1,1,1,0.16213274,0,0.497825036,0.497778718,0.497783688
-6479,1,0.2039,1,1,1,1,1,1,1,1,0.0411,0.2039,0,1,0.2195,1,1,1,1,1,1,0.1538,0.2195,0,1,0.5304,1,1,1,0.0907,0.5304,0,1,1,1,1,1,0.092803277,0,0.212804049,1,1,1,1,1,0.248051852,0,0.623056829,1,1,1,1,1,0.115423925,0,0.446048816,0.445948805,0.445921986
-6480,1,0.2044,1,1,1,1,1,1,1,1,0.0379,0.2044,0,1,0.2197,1,1,1,1,1,1,0.1134,0.2197,0,1,0.5306,1,1,1,0.0879,0.5306,0,1,1,1,1,1,0.070220858,0,0.225969195,1,1,1,1,1,0.185892195,0,0.653919935,1,1,1,1,1,0.107638113,0,0.410947318,0.410831394,0.411347518
-6481,1,0.205,1,1,1,1,1,1,1,1,0.0753,0.205,0,1,0.2199,1,1,1,1,1,1,0.0808,0.2199,0,1,0.5309,1,1,1,0.045,0.5309,0,1,1,1,1,1,0.092870474,0,0.183075339,1,1,1,1,1,0.164974913,0,0.852097154,1,1,1,1,1,0.042724505,0,0.390647656,0.390734081,0.390514184
-6482,1,0.2056,1,1,1,1,1,1,1,1,0.0671,0.2056,0,1,0.2202,1,1,1,1,1,1,0.1312,0.2202,0,1,0.5312,1,1,1,0.0368,0.5312,0,1,1,1,1,1,0.117801525,0,0.23036617,1,1,1,1,1,0.229564577,0,0.879141986,1,1,1,1,1,0.075939193,0,0.379712421,0.379733446,0.379875887
-6483,1,0.2062,1,1,1,1,1,1,1,1,0.0621,0.2062,0,1,0.2204,1,1,1,1,1,1,0.0829,0.2204,0,1,0.5315,1,1,1,0.0392,0.5315,0,1,1,1,1,1,0.133145899,0,0.372955441,1,1,1,1,1,0.167134613,0,0.994010568,1,1,1,1,1,0.07379131,0,0.377054132,0.376983287,0.377216312
-6484,1,0.2067,1,1,1,1,1,1,1,1,0.0894,0.2067,0,1,0.2207,1,1,1,1,1,1,0.1006,0.2207,0,1,0.5317,1,1,1,0.0348,0.5317,0,1,1,1,1,1,0.13509199,0,0.726987243,1,1,1,1,1,0.202909589,0,1,1,1,1,1,1,0.094101422,0,0.38641856,0.386503067,0.38608156
-6485,1,0.2073,1,1,1,1,1,1,1,1,0.053,0.2073,0,1,0.2209,1,1,1,1,1,1,0.1041,0.2209,0,1,0.532,1,1,1,0.0308,0.532,0,1,1,1,1,1,0.117083877,0,0.503286779,1,1,1,1,1,0.22412619,0,0.992486954,1,1,1,1,1,0.106832139,0,0.423030449,0.423101333,0.423315603
-6486,1,0.2079,1,1,1,1,1,1,1,1,0.0115,0.2079,0,1,0.2211,1,1,1,1,1,1,0.3787,0.2211,0,1,0.5323,1,1,1,0.0222,0.5323,0.0123,1,1,1,1,1,0.032690156,0,0.321697503,1,1,1,1,1,0.427059412,0,0.995099545,1,1,1,1,1,0.079138167,0.064532727,0.497522958,0.497567167,0.497783688
-6487,1,0.2085,1,1,1,1,1,1,1,1,0.0263,0.2085,0.0227,1,0.2214,1,1,1,1,1,1,0.1643,0.2214,0.0169,1,0.5325,1,1,1,0.0187,0.5325,0.174,1,1,1,1,1,0.025752729,0.018287681,0.481168538,1,1,1,1,1,0.229778334,0.045070011,1,1,1,1,1,1,0.073316783,0.254925817,0.545009667,0.544954517,0.545212766
-6488,1,0.209,1,1,1,1,1,1,1,1,0.0406,0.209,0.1143,1,0.2216,1,1,1,1,1,1,0.0823,0.2216,0.2004,1,0.5328,1,1,1,0.0071,0.5328,0.3047,1,1,1,1,1,0.021594722,0.119889304,0.676790893,1,1,1,1,1,0.160510898,0.207869709,1,1,1,1,1,1,0.047616567,0.453460217,0.567242629,0.567378887,0.567375887
-6489,1,0.2096,1,1,1,1,1,1,1,1,0.0413,0.2096,0.225,1,0.2219,1,1,1,1,1,1,0.1066,0.2219,0.2322,1,0.5331,1,1,1,0.0048,0.5331,0.4153,1,1,1,1,1,0.021017021,0.320870072,0.753429055,1,1,1,1,1,0.180025786,0.205955625,1,1,1,1,1,1,0.041662589,0.456417114,0.580352827,0.580283478,0.580230496
-6490,1,0.2102,1,1,1,1,1,1,1,1,0.0551,0.2102,0.2712,1,0.2221,1,1,1,1,1,1,0.1156,0.2221,0.2467,1,0.5334,1,1,1,0.009,0.5334,0.5008,1,1,1,1,1,0.048517063,0.375988275,0.6274333,1,1,1,1,1,0.197534725,0.307435006,1,1,1,1,1,1,0.052243222,0.462768048,0.590321411,0.59043791,0.590425532
-6491,1,0.2108,1,1,1,1,1,1,1,1,0.0751,0.2108,0.3201,1,0.2224,1,1,1,1,1,1,0.2141,0.2224,0.2813,1,0.5336,1,1,1,0.0194,0.5336,0.5149,1,1,1,1,1,0.076603487,0.402403772,0.727951288,1,1,1,1,1,0.344104528,0.388205469,1,1,1,1,1,1,0.058248501,0.473032087,0.59479217,0.594668923,0.594858156
-6492,1,0.2113,1,1,1,1,1,1,1,1,0.0752,0.2113,0.3042,1,0.2226,1,1,1,1,1,1,0.1722,0.2226,0.2164,1,0.5339,1,1,1,0.0742,0.5339,0.4334,1,1,1,1,1,0.089198947,0.33216694,0.815379143,1,1,1,1,1,0.298720837,0.257147759,1,1,1,1,1,1,0.224246711,0.416542947,0.593644273,0.59361117,0.593528369
-6493,1,0.2119,1,1,1,1,1,1,1,1,0.053,0.2119,0.2006,1,0.2228,1,1,1,1,1,1,0.1367,0.2228,0.1436,1,0.5342,1,1,1,0.0874,0.5342,0.3659,1,1,1,1,1,0.05572629,0.263655126,0.801683784,1,1,1,1,1,0.215142697,0.24617444,1,1,1,1,1,1,0.209262714,0.355387062,0.593704688,0.59361117,0.593971631
-6494,1,0.2125,1,1,1,1,1,1,1,1,0.0439,0.2125,0.1573,1,0.2231,1,1,1,1,1,1,0.1347,0.2231,0.1263,1,0.5344,1,1,1,0.0909,0.5344,0.29,1,1,1,1,1,0.039915945,0.225193575,0.783511877,1,1,1,1,1,0.188175648,0.260784537,0.832830369,1,1,1,1,1,0.257907659,0.231432319,0.587723538,0.587687751,0.587765957
-6495,1,0.2131,1,1,1,1,1,1,1,1,0.1111,0.2131,0.1131,1,0.2233,1,1,1,1,1,1,0.2611,0.2233,0.0886,1,0.5347,1,1,1,0.1253,0.5347,0.1588,1,1,1,1,1,0.073962145,0.147221953,0.996011853,1,1,1,1,1,0.285496324,0.178658873,1,1,1,1,1,1,0.302766711,0.07055559,0.584521508,0.584514491,0.584663121
-6496,1,0.2136,1,1,1,1,1,1,1,1,0.1634,0.2136,0.0364,1,0.2236,1,1,1,1,1,1,0.2344,0.2236,0.0169,1,0.535,1,1,1,0.098,0.535,0.076,1,1,1,1,1,0.094783828,0.01296206,1,1,1,1,1,1,0.312722266,0.072500557,1,1,1,1,1,1,0.251383007,0.007671883,0.586877719,0.586841549,0.586879433
-6497,1,0.2142,1,1,1,1,1,1,1,1,0.2119,0.2142,0.0002,1,0.2238,1,1,1,1,1,1,0.2498,0.2238,0,1,0.5353,1,1,1,0.0717,0.5353,0,1,1,1,1,1,0.187883601,0,1,1,1,1,1,1,0.308970273,0,1,1,1,1,1,1,0.167458728,0,0.592556791,0.592764967,0.592641844
-6498,1,0.2148,1,1,1,1,1,1,1,1,0.149,0.2148,0,1,0.224,1,1,1,1,1,1,0.2741,0.224,0,1,0.5355,1,1,1,0.066,0.5355,0,1,1,1,1,1,0.129517868,0,1,1,1,1,1,1,0.307362318,0,0.876327038,1,1,1,1,1,0.159747303,0,0.601739971,0.601650095,0.601950355
-6499,1,0.2154,1,1,1,1,1,1,1,1,0.1976,0.2154,0,1,0.2243,1,1,1,1,1,1,0.0309,0.2243,0,1,0.5358,1,1,1,0.0607,0.5358,0,1,1,1,1,1,0.192787528,0,0.999320924,1,1,1,1,1,0.051077325,0,1,1,1,1,1,1,0.156374857,0,0.599021266,0.599111487,0.59929078
-6500,1,0.2159,1,1,1,1,1,1,1,1,0.2628,0.2159,0,1,0.2245,1,1,1,1,1,1,0.0792,0.2245,0,1,0.5361,1,1,1,0.0459,0.5361,0,1,1,1,1,1,0.207699627,0,1,1,1,1,1,1,0.110436559,0,1,1,1,1,1,1,0.095321462,0,0.573042533,0.573090755,0.573138298
-6501,1,0.2165,1,1,1,1,1,1,1,1,0.2561,0.2165,0,1,0.2248,1,1,1,1,1,1,0.0316,0.2248,0,1,0.5363,1,1,1,0.05,0.5363,0,1,1,1,1,1,0.225573272,0,0.992254436,1,1,1,1,1,0.056127902,0,1,1,1,1,1,1,0.074476838,0,0.538303528,0.538396446,0.538120567
-6502,1,0.2171,1,1,1,1,1,1,1,1,0.1633,0.2171,0,1,0.225,1,1,1,1,1,1,0.0595,0.225,0,1,0.5366,1,1,1,0.0646,0.5366,0,1,1,1,1,1,0.154957712,0,0.923155546,1,1,1,1,1,0.071440622,0,1,1,1,1,1,1,0.08199618,0,0.493414693,0.493547705,0.493794326
-6503,1,0.2177,1,1,1,1,1,1,1,1,0.139,0.2177,0,1,0.2252,1,1,1,1,1,1,0.0819,0.2252,0,1,0.5369,1,1,1,0.0403,0.5369,0,1,1,1,1,1,0.10331279,0,0.84038794,1,1,1,1,1,0.122156426,0,0.817401052,1,1,1,1,1,0.041538782,0,0.446955051,0.446795007,0.447251773
-6504,1,0.2182,1,1,1,1,1,1,1,1,0.1098,0.2182,0,1,0.2255,1,1,1,1,1,1,0.0411,0.2255,0,1,0.5372,1,1,1,0.0429,0.5372,0,1,1,1,1,1,0.082002088,0,0.885835171,1,1,1,1,1,0.074586011,0,0.669297218,1,1,1,1,1,0.069846965,0,0.41118898,0.411254495,0.411347518
-6505,1,0.2188,1,1,1,1,1,1,1,1,0.1121,0.2188,0,1,0.2257,1,1,1,1,1,1,0.0327,0.2257,0,1,0.5374,1,1,1,0.0308,0.5374,0,1,1,1,1,1,0.13974607,0,0.779033422,1,1,1,1,1,0.053521995,0,0.579930902,1,1,1,1,1,0.059305947,0,0.390103915,0.390099429,0.390070922
-6506,1,0.2194,1,1,1,1,1,1,1,1,0.1131,0.2194,0,1,0.226,1,1,1,1,1,1,0.0268,0.226,0,1,0.5377,1,1,1,0.0231,0.5377,0,1,1,1,1,1,0.181877121,0,0.701558113,1,1,1,1,1,0.052369647,0,0.946779132,1,1,1,1,1,0.034027569,0,0.377960367,0.37782949,0.377659574
-6507,1,0.22,1,1,1,1,1,1,1,1,0.0963,0.22,0,1,0.2262,1,1,1,1,1,1,0.0304,0.2262,0,1,0.538,1,1,1,0.0328,0.538,0,1,1,1,1,1,0.135805592,0,0.733866572,1,1,1,1,1,0.052122023,0,1,1,1,1,1,1,0.054589409,0,0.372100048,0.372117622,0.371897163
-6508,1,0.2205,1,1,1,1,1,1,1,1,0.0877,0.2205,0,1,0.2264,1,1,1,1,1,1,0.0297,0.2264,0,1,0.5382,1,1,1,0.0645,0.5382,0,1,1,1,1,1,0.127359822,0,0.433443576,1,1,1,1,1,0.043223251,0,0.609031737,1,1,1,1,1,0.099604614,0,0.373247946,0.373175376,0.37322695
-6509,1,0.2211,1,1,1,1,1,1,1,1,0.0855,0.2211,0,1,0.2267,1,1,1,1,1,1,0.0164,0.2267,0,1,0.5385,1,1,1,0.0991,0.5385,0,1,1,1,1,1,0.117621318,0,0.386906832,1,1,1,1,1,0.02758975,0,0.45213902,1,1,1,1,1,0.141696349,0,0.387868536,0.387772371,0.38785461
-6510,1,0.2217,1,1,1,1,1,1,1,1,0.0945,0.2217,0,1,0.2269,1,1,1,1,1,1,0.0036,0.2269,0,1,0.5388,1,1,1,0.1546,0.5388,0,1,1,1,1,1,0.102416717,0,0.053589713,1,1,1,1,1,0.01817405,0,0.339274585,1,1,1,1,1,0.18334958,0,0.415418076,0.415485509,0.415780142
-6511,1,0.2223,1,1,1,1,1,1,1,1,0.0634,0.2223,0.0492,1,0.2272,1,1,1,1,1,1,0,0.2272,0.1023,1,0.5391,1,1,1,0.1473,0.5391,0.0135,1,1,1,1,1,0.045321643,0.060543597,0.022555066,1,1,1,1,1,0.003875215,0.270618886,0.122979067,1,1,1,1,1,0.152097717,0.000195079,0.450277912,0.450391369,0.45035461
-6512,1,0.2229,1,1,1,1,1,1,1,1,0.0517,0.2229,0.2151,1,0.2274,1,1,1,1,1,1,0,0.2274,0.3021,1,0.5393,1,1,1,0.2721,0.5393,0.144,1,1,1,1,1,0.041979965,0.295718759,0.15404135,1,1,1,1,1,0.002141359,0.535476744,0.053798698,1,1,1,1,1,0.228428051,0.212526053,0.49178347,0.491855299,0.491578014
-6513,1,0.2234,1,1,1,1,1,1,1,1,0.0467,0.2234,0.3568,1,0.2277,1,1,1,1,1,1,0,0.2277,0.4115,1,0.5396,1,1,1,0.2904,0.5396,0.2675,1,1,1,1,1,0.052863486,0.441205859,0.047075674,1,1,1,1,1,0.006278493,0.55217284,0,1,1,1,1,1,0.247784734,0.488149822,0.520903818,0.520837741,0.521276596
-6514,1,0.224,1,1,1,1,1,1,1,1,0.0638,0.224,0.4126,1,0.2279,1,1,1,1,1,1,0,0.2279,0.375,1,0.5399,1,1,1,0.3124,0.5399,0.4367,1,1,1,1,1,0.051222812,0.509309292,0.04022963,1,1,1,1,1,0.00375624,0.503204346,0.016834555,1,1,1,1,1,0.271159798,0.571991682,0.535766071,0.535646287,0.535904255
-6515,1,0.2246,1,1,1,1,1,1,1,1,0.0409,0.2246,0.3888,1,0.2281,1,1,1,1,1,1,0,0.2281,0.3973,1,0.5401,1,1,1,0.2666,0.5401,0.4527,1,1,1,1,1,0.041524276,0.516231418,0.063761778,1,1,1,1,1,0.001861337,0.55949831,0.042620681,1,1,1,1,1,0.243561983,0.533518493,0.538545191,0.538607997,0.53856383
-6516,1,0.2252,1,1,1,1,1,1,1,1,0.0396,0.2252,0.3378,1,0.2284,1,1,1,1,1,1,0,0.2284,0.4079,1,0.5404,1,1,1,0.207,0.5404,0.4076,1,1,1,1,1,0.017498076,0.472679675,0.082385741,1,1,1,1,1,0.00409698,0.509638011,0.14526099,1,1,1,1,1,0.188282564,0.460575312,0.535041083,0.535011635,0.53501773
-6517,1,0.2257,1,1,1,1,1,1,1,1,0.0301,0.2257,0.3163,1,0.2286,1,1,1,1,1,1,0.0009,0.2286,0.3667,1,0.5407,1,1,1,0.2281,0.5407,0.3342,1,1,1,1,1,0.02046412,0.445492685,0.153965756,1,1,1,1,1,0.006407775,0.481791526,0.385487467,1,1,1,1,1,0.203978375,0.438287109,0.526401643,0.526549609,0.526595745
-6518,1,0.2263,1,1,1,1,1,1,1,1,0.0233,0.2263,0.3062,1,0.2289,1,1,1,1,1,1,0,0.2289,0.2869,1,0.541,1,1,1,0.1638,0.541,0.274,1,1,1,1,1,0.023185916,0.376956314,0.120241433,1,1,1,1,1,0.019877654,0.366483361,0.291313887,1,1,1,1,1,0.153715715,0.318442523,0.519574674,0.519568437,0.519503546
-6519,1,0.2269,1,1,1,1,1,1,1,1,0.0159,0.2269,0.2173,1,0.2291,1,1,1,1,1,1,0,0.2291,0.1801,1,0.5412,1,1,1,0.2173,0.5412,0.207,1,1,1,1,1,0.029047765,0.303258419,0.054559924,1,1,1,1,1,0.015601985,0.247431651,0.235542148,1,1,1,1,1,0.199918076,0.313698232,0.515526825,0.515548974,0.515514184
-6520,1,0.2275,1,1,1,1,1,1,1,1,0.0033,0.2275,0.0532,1,0.2293,1,1,1,1,1,1,0,0.2293,0.0793,1,0.5415,1,1,1,0.2321,0.5415,0.1382,1,1,1,1,1,0.005150776,0.115237884,0.031056968,1,1,1,1,1,0.014001999,0.189692706,0.164476976,1,1,1,1,1,0.205372304,0.153073847,0.520360077,0.520414639,0.520390071
-6521,1,0.228,1,1,1,1,1,1,1,1,0.001,0.228,0,1,0.2296,1,1,1,1,1,1,0,0.2296,0.0013,1,0.5418,1,1,1,0.2308,0.5418,0,1,1,1,1,1,0.001135791,0,0.050577782,1,1,1,1,1,0.000668812,0.055977125,0.08099398,1,1,1,1,1,0.238448903,0,0.532201547,0.532261477,0.532358156
-6522,1,0.2286,1,1,1,1,1,1,1,1,0.0001,0.2286,0,1,0.2298,1,1,1,1,1,1,0,0.2298,0,1,0.542,1,1,1,0.2212,0.542,0,1,1,1,1,1,0.00326975,0,0.087213263,1,1,1,1,1,0.006883942,0,0.093350269,1,1,1,1,1,0.249518499,0,0.549782504,0.549820182,0.550088652
-6523,1,0.2292,1,1,1,1,1,1,1,1,0,0.2292,0,1,0.2301,1,1,1,1,1,1,0,0.2301,0,1,0.5423,1,1,1,0.0911,0.5423,0,1,1,1,1,1,0.000791602,0,0.096831173,1,1,1,1,1,0.003019319,0,0.117801577,1,1,1,1,1,0.120485887,0,0.554494925,0.554685847,0.554964539
-6524,1,0.2298,1,1,1,1,1,1,1,1,0.0016,0.2298,0,1,0.2303,1,1,1,1,1,1,0,0.2303,0,1,0.5426,1,1,1,0.09,0.5426,0,1,1,1,1,1,0.003526804,0,0.137896895,1,1,1,1,1,0.010346566,0,0.028823301,1,1,1,1,1,0.097043701,0,0.536007733,0.535857838,0.535904255
-6525,1,0.2303,1,1,1,1,1,1,1,1,0,0.2303,0,1,0.2305,1,1,1,1,1,1,0,0.2305,0,1,0.5428,1,1,1,0.1147,0.5428,0,1,1,1,1,1,0.000701244,0,0.076203823,1,1,1,1,1,0.001660331,0,0.060971729,1,1,1,1,1,0.15011248,0,0.508035283,0.50793315,0.508421986
-6526,1,0.2309,1,1,1,1,1,1,1,1,0.0026,0.2309,0,1,0.2308,1,1,1,1,1,1,0,0.2308,0,1,0.5431,1,1,1,0.121,0.5431,0,1,1,1,1,1,0.003546685,0,0.080845192,1,1,1,1,1,0.009239218,0,0.131779596,1,1,1,1,1,0.168761015,0,0.470698405,0.470700233,0.470744681
-6527,1,0.2315,1,1,1,1,1,1,1,1,0.001,0.2315,0,1,0.231,1,1,1,1,1,1,0.0008,0.231,0,1,0.5434,1,1,1,0.0938,0.5434,0,1,1,1,1,1,0.00334352,0,0.086955085,1,1,1,1,1,0.011842247,0,0.137006551,1,1,1,1,1,0.131204113,0,0.429736588,0.429870954,0.429964539
-6528,1,0.2321,1,1,1,1,1,1,1,1,0.0004,0.2321,0,1,0.2313,1,1,1,1,1,1,0.0028,0.2313,0,1,0.5437,1,1,1,0.0939,0.5437,0,1,1,1,1,1,0.00442308,0,0.077654742,1,1,1,1,1,0.013261778,0,0.100212835,1,1,1,1,1,0.117030732,0,0.397837119,0.397715253,0.398049645
-6529,1,0.2326,1,1,1,1,1,1,1,1,0.0025,0.2326,0,1,0.2315,1,1,1,1,1,1,0,0.2315,0,1,0.5439,1,1,1,0.0773,0.5439,0,1,1,1,1,1,0.002030973,0,0.033849631,1,1,1,1,1,0.002472753,0,0.093315974,1,1,1,1,1,0.090990879,0,0.377416626,0.377406389,0.377659574
-6530,1,0.2332,1,1,1,1,1,1,1,1,0.0053,0.2332,0,1,0.2317,1,1,1,1,1,1,0,0.2317,0,1,0.5442,1,1,1,0.0528,0.5442,0,1,1,1,1,1,0.002389292,0,0.030957315,1,1,1,1,1,0.001637418,0,0.08628796,1,1,1,1,1,0.091609344,0,0.36581682,0.365771102,0.365691489
-6531,1,0.2338,1,1,1,1,1,1,1,1,0.0179,0.2338,0,1,0.232,1,1,1,1,1,1,0,0.232,0,1,0.5445,1,1,1,0.0731,0.5445,0,1,1,1,1,1,0.004443299,0,0.039557301,1,1,1,1,1,0.000501904,0,0.049823821,1,1,1,1,1,0.115951769,0,0.359775254,0.359847684,0.359929078
-6532,1,0.2344,1,1,1,1,1,1,1,1,0.0293,0.2344,0,1,0.2322,1,1,1,1,1,1,0,0.2322,0,1,0.5447,1,1,1,0.0794,0.5447,0,1,1,1,1,1,0.005564609,0,0.019657668,1,1,1,1,1,0.00119802,0,0.015839268,1,1,1,1,1,0.142613754,0,0.359896085,0.359847684,0.359929078
-6533,1,0.2349,1,1,1,1,1,1,1,1,0.0328,0.2349,0,1,0.2325,1,1,1,1,1,1,0,0.2325,0,1,0.545,1,1,1,0.0527,0.545,0,1,1,1,1,1,0.009646203,0,0.025226329,1,1,1,1,1,0.000495873,0,0,1,1,1,1,1,0.080928728,0,0.368716771,0.368732812,0.368794326
-6534,1,0.2355,1,1,1,1,1,1,1,1,0.0164,0.2355,0,1,0.2327,1,1,1,1,1,1,0,0.2327,0,1,0.5453,1,1,1,0.0441,0.5453,0,1,1,1,1,1,0.006634218,0,0.011077274,1,1,1,1,1,0,0,0,1,1,1,1,1,0.093521707,0,0.38780812,0.387772371,0.38785461
-6535,1,0.2361,1,1,1,1,1,1,1,1,0.0357,0.2361,0.0346,1,0.233,1,1,1,1,1,1,0,0.233,0.0538,1,0.5456,1,1,1,0.0372,0.5456,0.0352,1,1,1,1,1,0.005864946,0.056622703,0.096354082,1,1,1,1,1,8.56E-05,0.145683765,0.004659686,1,1,1,1,1,0.0896108,0.026007796,0.413907685,0.413793103,0.414007092
-6536,1,0.2367,1,1,1,1,1,1,1,1,0.0493,0.2367,0.1101,1,0.2332,1,1,1,1,1,1,0,0.2332,0.1861,1,0.5458,1,1,1,0.0585,0.5458,0.1232,1,1,1,1,1,0.013209878,0.18431893,0.141443372,1,1,1,1,1,0.001896054,0.330735028,0.03325576,1,1,1,1,1,0.123536713,0.154200315,0.455231996,0.455257034,0.455673759
-6537,1,0.2372,1,1,1,1,1,1,1,1,0.0167,0.2372,0.1889,1,0.2334,1,1,1,1,1,1,0,0.2334,0.3572,1,0.5461,1,1,1,0.0483,0.5461,0.1661,1,1,1,1,1,0.003174433,0.326445937,0.093540281,1,1,1,1,1,2.47E-05,0.535272121,0.00234555,1,1,1,1,1,0.124611564,0.224940732,0.491541808,0.491643749,0.491578014
-6538,1,0.2378,1,1,1,1,1,1,1,1,0.0152,0.2378,0.3208,1,0.2337,1,1,1,1,1,1,0,0.2337,0.4009,1,0.5464,1,1,1,0.0605,0.5464,0.1662,1,1,1,1,1,0.00128083,0.484543532,0.104931906,1,1,1,1,1,0.001369749,0.610702991,0.00226178,1,1,1,1,1,0.108528323,0.295617014,0.514318511,0.51427967,0.51462766
-6539,1,0.2384,1,1,1,1,1,1,1,1,0.0095,0.2384,0.3743,1,0.2339,1,1,1,1,1,1,0.0126,0.2339,0.4637,1,0.5466,1,1,1,0.0952,0.5466,0.1793,1,1,1,1,1,0.000600692,0.550851524,0.120022342,1,1,1,1,1,0.004669011,0.73143059,0,1,1,1,1,1,0.099777974,0.311340481,0.526824553,0.526761159,0.527039007
-6540,1,0.239,1,1,1,1,1,1,1,1,0.0079,0.239,0.3697,1,0.2342,1,1,1,1,1,1,0.0236,0.2342,0.4801,1,0.5469,1,1,1,0.0786,0.5469,0.1793,1,1,1,1,1,0.001192229,0.609829664,0.088237777,1,1,1,1,1,0.015810516,0.753139853,0,1,1,1,1,1,0.064990409,0.322862804,0.532443209,0.532473027,0.532358156
-6541,1,0.2395,1,1,1,1,1,1,1,1,0.0135,0.2395,0.3899,1,0.2344,1,1,1,1,1,1,0.0074,0.2344,0.5307,1,0.5472,1,1,1,0.0647,0.5472,0.2183,1,1,1,1,1,0.00164479,0.572547793,0.254928827,1,1,1,1,1,0.025563151,0.732995927,0.060124092,1,1,1,1,1,0.08659099,0.300501913,0.5270058,0.52697271,0.52748227
-6542,1,0.2401,1,1,1,1,1,1,1,1,0.0099,0.2401,0.4214,1,0.2346,1,1,1,1,1,1,0.0035,0.2346,0.4858,1,0.5475,1,1,1,0.1324,0.5475,0.2365,1,1,1,1,1,0.000895186,0.603948236,0.261287123,1,1,1,1,1,0.023013201,0.711627364,0.006831414,1,1,1,1,1,0.079158112,0.283850282,0.523260029,0.523164798,0.523492908
-6543,1,0.2407,1,1,1,1,1,1,1,1,0.0038,0.2407,0.3628,1,0.2349,1,1,1,1,1,1,0,0.2349,0.3614,1,0.5477,1,1,1,0.187,0.5477,0.1181,1,1,1,1,1,0.003041726,0.623536468,0.166010082,1,1,1,1,1,0.029417666,0.670252681,0,1,1,1,1,1,0.086352021,0.248580039,0.519937168,0.519991538,0.519946809
-6544,1,0.2413,1,1,1,1,1,1,1,1,0.0298,0.2413,0.1983,1,0.2351,1,1,1,1,1,1,0.0074,0.2351,0.2475,1,0.548,1,1,1,0.2082,0.548,0.0321,1,1,1,1,1,0.04137456,0.432843089,0.101938054,1,1,1,1,1,0.047712393,0.495284826,0.124682993,1,1,1,1,1,0.067113861,0.200693369,0.527368294,0.527395811,0.52748227
-6545,1,0.2418,1,1,1,1,1,1,1,1,0.0574,0.2418,0.0092,1,0.2354,1,1,1,1,1,1,0,0.2354,0.0164,1,0.5483,1,1,1,0.1729,0.5483,0,1,1,1,1,1,0.042786691,0.064709537,0.066743538,1,1,1,1,1,0.014304213,0.148364738,0.143199489,1,1,1,1,1,0.069326229,0.009823125,0.538666022,0.538819547,0.53856383
-6546,1,0.2424,1,1,1,1,1,1,1,1,0.0296,0.2424,0,1,0.2356,1,1,1,1,1,1,0.0138,0.2356,0,1,0.5485,1,1,1,0.2081,0.5485,0,1,1,1,1,1,0.056467261,0,0.04641312,1,1,1,1,1,0.039440818,0,0.218248948,1,1,1,1,1,0.060611561,0,0.560476075,0.560609266,0.56072695
-6547,1,0.243,1,1,1,1,1,1,1,1,0.0858,0.243,0,1,0.2358,1,1,1,1,1,1,0.0235,0.2358,0,1,0.5488,1,1,1,0.1944,0.5488,0,1,1,1,1,1,0.098491944,0,0.065741263,1,1,1,1,1,0.060750082,0,0.077791631,1,1,1,1,1,0.174459025,0,0.573525858,0.573513857,0.574024823
-6548,1,0.2436,1,1,1,1,1,1,1,1,0.149,0.2436,0,1,0.2361,1,1,1,1,1,1,0.2108,0.2361,0,1,0.5491,1,1,1,0.2495,0.5491,0,1,1,1,1,1,0.145105779,0,0.183141589,1,1,1,1,1,0.281965971,0,0.080161005,1,1,1,1,1,0.197865486,0,0.550688739,0.550666385,0.550975177
-6549,1,0.2441,1,1,1,1,1,1,1,1,0.2541,0.2441,0,1,0.2363,1,1,1,1,1,1,0.4191,0.2363,0,1,0.5494,1,1,1,0.1932,0.5494,0,1,1,1,1,1,0.168416709,0,0.453633964,1,1,1,1,1,0.439040273,0,0.240032732,1,1,1,1,1,0.167273656,0,0.509243596,0.509202454,0.509308511
-6550,1,0.2447,1,1,1,1,1,1,1,1,0.2774,0.2447,0,1,0.2366,1,1,1,1,1,1,0.4008,0.2366,0,1,0.5496,1,1,1,0.1295,0.5496,0,1,1,1,1,1,0.176029071,0,0.672531724,1,1,1,1,1,0.389955342,0,0.348351598,1,1,1,1,1,0.121773601,0,0.462542291,0.462661307,0.462322695
-6551,1,0.2453,1,1,1,1,1,1,1,1,0.2186,0.2453,0,1,0.2368,1,1,1,1,1,1,0.2345,0.2368,0,1,0.5499,1,1,1,0.128,0.5499,0,1,1,1,1,1,0.140335828,0,0.601229429,1,1,1,1,1,0.283351004,0,0.493299246,1,1,1,1,1,0.089658931,0,0.4189826,0.418870319,0.418882979
-6552,1,0.2459,1,1,1,1,1,1,1,1,0.2219,0.2459,0,1,0.237,1,1,1,1,1,1,0.2797,0.237,0,1,0.5502,1,1,1,0.1622,0.5502,0,1,1,1,1,1,0.15590781,0,0.814715147,1,1,1,1,1,0.31274277,0,0.487263888,1,1,1,1,1,0.143306151,0,0.387747704,0.387772371,0.38785461
-6553,1,0.2464,1,1,1,1,1,1,1,1,0.2853,0.2464,0,1,0.2373,1,1,1,1,1,1,0.2246,0.2373,0,1,0.5504,1,1,1,0.1918,0.5504,0,1,1,1,1,1,0.23222816,0,0.971038163,1,1,1,1,1,0.273955613,0,0.40015316,1,1,1,1,1,0.249656275,0,0.370831319,0.370848318,0.371010638
-6554,1,0.247,1,1,1,1,1,1,1,1,0.3698,0.247,0,1,0.2375,1,1,1,1,1,1,0.1931,0.2375,0,1,0.5507,1,1,1,0.2095,0.5507,0,1,1,1,1,1,0.291814148,0,0.961950302,1,1,1,1,1,0.31273815,0,0.27512306,1,1,1,1,1,0.29373318,0,0.363762687,0.363867146,0.36391844
-6555,1,0.2476,1,1,1,1,1,1,1,1,0.348,0.2476,0,1,0.2378,1,1,1,1,1,1,0.4373,0.2378,0,1,0.551,1,1,1,0.1529,0.551,0,1,1,1,1,1,0.315048933,0,0.920538425,1,1,1,1,1,0.545192242,0,0.451221764,1,1,1,1,1,0.202005014,0,0.362433543,0.362386292,0.362588652
-6556,1,0.2482,1,1,1,1,1,1,1,1,0.3611,0.2482,0,1,0.238,1,1,1,1,1,1,0.5491,0.238,0,1,0.5513,1,1,1,0.1339,0.5513,0,1,1,1,1,1,0.32860586,0,0.975214958,1,1,1,1,1,0.594446063,0,0.83957988,1,1,1,1,1,0.123670235,0,0.37457709,0.37465623,0.374556738
-6557,1,0.2488,1,1,1,1,1,1,1,1,0.3437,0.2488,0,1,0.2383,1,1,1,1,1,1,0.3753,0.2383,0,1,0.5515,1,1,1,0.1775,0.5515,0,1,1,1,1,1,0.311732531,0,1,1,1,1,1,1,0.423662573,0,0.854238033,1,1,1,1,1,0.141793281,0,0.41662639,0.416754813,0.416666667
-6558,1,0.2493,1,1,1,1,1,1,1,1,0.4519,0.2493,0.0016,1,0.2385,1,1,1,1,1,1,0.3715,0.2385,0,1,0.5518,1,1,1,0.1254,0.5518,0,1,1,1,1,1,0.425207317,0.00400676,0.955851912,1,1,1,1,1,0.439827323,3.80E-06,0.914849758,1,1,1,1,1,0.105852872,1.89E-05,0.492810536,0.492701502,0.492907801
-6559,1,0.2499,1,1,1,1,1,1,1,1,0.4502,0.2499,0.1822,1,0.2387,1,1,1,1,1,1,0.3359,0.2387,0.2019,1,0.5521,1,1,1,0.1238,0.5521,0.1217,1,1,1,1,1,0.392743528,0.379624128,0.982564807,1,1,1,1,1,0.321332514,0.454128623,0.571947694,1,1,1,1,1,0.146006942,0.205140591,0.536370227,0.53649249,0.536347518
-6560,1,0.2505,1,1,1,1,1,1,1,1,0.5402,0.2505,0.3677,1,0.239,1,1,1,1,1,1,0.3798,0.239,0.3796,1,0.5523,1,1,1,0.2124,0.5523,0.245,1,1,1,1,1,0.520550907,0.576457202,0.986579061,1,1,1,1,1,0.36916101,0.662950873,0.57911998,1,1,1,1,1,0.188528061,0.437705576,0.554072015,0.554051195,0.554078014
-6561,1,0.2511,1,1,1,1,1,1,1,1,0.506,0.2511,0.4934,1,0.2392,1,1,1,1,1,1,0.4593,0.2392,0.5148,1,0.5526,1,1,1,0.2433,0.5526,0.3275,1,1,1,1,1,0.587486982,0.722927153,0.974899769,1,1,1,1,1,0.410343528,0.787773013,0.890935361,1,1,1,1,1,0.183030128,0.489147365,0.567242629,0.567167337,0.567375887
-6562,1,0.2516,1,1,1,1,1,1,1,1,0.4993,0.2516,0.5681,1,0.2395,1,1,1,1,1,1,0.38,0.2395,0.5786,1,0.5529,1,1,1,0.2031,0.5529,0.4087,1,1,1,1,1,0.50864476,0.773095131,1,1,1,1,1,1,0.357830137,0.841850221,0.802347183,1,1,1,1,1,0.178064093,0.647614062,0.579144514,0.579225725,0.579343972
-6563,1,0.2522,1,1,1,1,1,1,1,1,0.5442,0.2522,0.538,1,0.2397,1,1,1,1,1,1,0.4687,0.2397,0.5443,1,0.5532,1,1,1,0.1888,0.5532,0.4973,1,1,1,1,1,0.555863023,0.765336454,1,1,1,1,1,1,0.427845657,0.771415889,1,1,1,1,1,1,0.191681355,0.741069674,0.584461092,0.584514491,0.584219858
-6564,1,0.2528,1,1,1,1,1,1,1,1,0.4478,0.2528,0.5598,1,0.2399,1,1,1,1,1,1,0.4952,0.2399,0.5933,1,0.5534,1,1,1,0.1284,0.5534,0.4959,1,1,1,1,1,0.435810179,0.757352531,1,1,1,1,1,1,0.467635602,0.858172059,0.967408419,1,1,1,1,1,0.177240163,0.767819643,0.584944418,0.584937593,0.585106383
-6565,1,0.2534,1,1,1,1,1,1,1,1,0.4345,0.2534,0.6963,1,0.2402,1,1,1,1,1,1,0.4712,0.2402,0.7355,1,0.5537,1,1,1,0.1187,0.5537,0.6551,1,1,1,1,1,0.466832042,0.914898694,0.94599098,1,1,1,1,1,0.444540858,0.954093635,0.958043754,1,1,1,1,1,0.19597131,0.890991688,0.585246496,0.585360694,0.585549645
-6566,1,0.2539,1,1,1,1,1,1,1,1,0.3079,0.2539,0.5216,1,0.2404,1,1,1,1,1,1,0.308,0.2404,0.5275,1,0.554,1,1,1,0.1508,0.554,0.4133,1,1,1,1,1,0.333758056,0.730428457,0.998048067,1,1,1,1,1,0.308663845,0.812970221,0.939558268,1,1,1,1,1,0.34319669,0.692927003,0.581500725,0.581552782,0.581560284
-6567,1,0.2545,1,1,1,1,1,1,1,1,0.2708,0.2545,0.3658,1,0.2407,1,1,1,1,1,1,0.2945,0.2407,0.3854,1,0.5542,1,1,1,0.1505,0.5542,0.3272,1,1,1,1,1,0.333743334,0.622278392,0.97401768,1,1,1,1,1,0.287776917,0.671788514,0.987984419,1,1,1,1,1,0.338263631,0.619361103,0.577875785,0.57774487,0.578014184
-6568,1,0.2551,1,1,1,1,1,1,1,1,0.2142,0.2551,0.192,1,0.2409,1,1,1,1,1,1,0.1371,0.2409,0.224,1,0.5545,1,1,1,0.15,0.5545,0.1691,1,1,1,1,1,0.184898138,0.415949643,0.858008504,1,1,1,1,1,0.14221406,0.503852904,0.878710747,1,1,1,1,1,0.308672339,0.422220051,0.579688255,0.579648826,0.579787234
-6569,1,0.2557,1,1,1,1,1,1,1,1,0.2314,0.2557,0.0086,1,0.2411,1,1,1,1,1,1,0.1182,0.2411,0.0239,1,0.5548,1,1,1,0.1462,0.5548,0,1,1,1,1,1,0.248213574,0.117195293,0.833072484,1,1,1,1,1,0.149456039,0.196396649,0.990052462,1,1,1,1,1,0.342999399,0.009233357,0.589294345,0.589380157,0.589539007
-6570,1,0.2562,1,1,1,1,1,1,1,1,0.0786,0.2562,0,1,0.2414,1,1,1,1,1,1,0.0299,0.2414,0,1,0.555,1,1,1,0.1566,0.555,0,1,1,1,1,1,0.08024399,0,0.658523619,1,1,1,1,1,0.05169617,0,0.818520665,1,1,1,1,1,0.39454481,0,0.611406477,0.611381426,0.611702128
-6571,1,0.2568,1,1,1,1,1,1,1,1,0.1608,0.2568,0,1,0.2416,1,1,1,1,1,1,0.0788,0.2416,0,1,0.5553,1,1,1,0.1666,0.5553,0,1,1,1,1,1,0.175253615,0,0.604896963,1,1,1,1,1,0.099098295,0,0.724612832,1,1,1,1,1,0.381111085,0,0.623247946,0.623228263,0.62322695
-6572,1,0.2574,1,1,1,1,1,1,1,1,0.1703,0.2574,0,1,0.2419,1,1,1,1,1,1,0.1316,0.2419,0,1,0.5556,1,1,1,0.189,0.5556,0,1,1,1,1,1,0.203900844,0,0.435748816,1,1,1,1,1,0.145561397,0,0.785467565,1,1,1,1,1,0.411134213,0,0.596242146,0.596149778,0.596631206
-6573,1,0.258,1,1,1,1,1,1,1,1,0.1026,0.258,0,1,0.2421,1,1,1,1,1,1,0.0965,0.2421,0,1,0.5559,1,1,1,0.1817,0.5559,0,1,1,1,1,1,0.111852467,0,0.254486293,1,1,1,1,1,0.10549137,0,0.471844316,1,1,1,1,1,0.407824755,0,0.549359594,0.549397081,0.54964539
-6574,1,0.2585,1,1,1,1,1,1,1,1,0.1794,0.2585,0,1,0.2423,1,1,1,1,1,1,0.1044,0.2423,0,1,0.5561,1,1,1,0.1907,0.5561,0,1,1,1,1,1,0.185589731,0,0.215387106,1,1,1,1,1,0.115718789,0,0.38150394,1,1,1,1,1,0.470481157,0,0.491239729,0.491220647,0.491578014
-6575,1,0.2591,1,1,1,1,1,1,1,1,0.1851,0.2591,0,1,0.2426,1,1,1,1,1,1,0.1055,0.2426,0,1,0.5564,1,1,1,0.1867,0.5564,0,1,1,1,1,1,0.207723185,0,0.175762117,1,1,1,1,1,0.106583543,0,0.073121473,1,1,1,1,1,0.445348978,0,0.438919768,0.438967633,0.438829787
-6576,1,0.2597,1,1,1,1,1,1,1,1,0.1766,0.2597,0,1,0.2428,1,1,1,1,1,1,0.0944,0.2428,0,1,0.5567,1,1,1,0.1775,0.5567,0,1,1,1,1,1,0.209240153,0,0.107903212,1,1,1,1,1,0.086277418,0,0.005611519,1,1,1,1,1,0.397728354,0,0.404180764,0.404061773,0.404255319
-6577,1,0.2603,1,1,1,1,1,1,1,1,0.1542,0.2603,0,1,0.2431,1,1,1,1,1,1,0.0673,0.2431,0,1,0.5569,1,1,1,0.2331,0.5569,0,1,1,1,1,1,0.222245604,0,0.026186328,1,1,1,1,1,0.059066955,0,0,1,1,1,1,1,0.402312249,0,0.385633156,0.385656865,0.385638298
-6578,1,0.2608,1,1,1,1,1,1,1,1,0.1395,0.2608,0,1,0.2433,1,1,1,1,1,1,0.0689,0.2433,0,1,0.5572,1,1,1,0.2341,0.5572,0,1,1,1,1,1,0.25259304,0,0,1,1,1,1,1,0.053715177,0,0,1,1,1,1,1,0.458695412,0,0.376329145,0.376348635,0.376329787
-6579,1,0.2614,1,1,1,1,1,1,1,1,0.1374,0.2614,0,1,0.2436,1,1,1,1,1,1,0.0778,0.2436,0,1,0.5575,1,1,1,0.2622,0.5575,0,1,1,1,1,1,0.19455488,0,0.040597029,1,1,1,1,1,0.056982014,0,0,1,1,1,1,1,0.541314602,0,0.37457709,0.37465623,0.374556738
-6580,1,0.262,1,1,1,1,1,1,1,1,0.1208,0.262,0,1,0.2438,1,1,1,1,1,1,0.0554,0.2438,0,1,0.5578,1,1,1,0.2848,0.5578,0,1,1,1,1,1,0.15320465,0,0.046352319,1,1,1,1,1,0.04349336,0,0,1,1,1,1,1,0.52151227,0,0.385331078,0.385445314,0.385638298
-6581,1,0.2626,1,1,1,1,1,1,1,1,0.0839,0.2626,0,1,0.244,1,1,1,1,1,1,0.0434,0.244,0,1,0.558,1,1,1,0.2575,0.558,0,1,1,1,1,1,0.123092704,0,0.01021062,1,1,1,1,1,0.035207406,0,0,1,1,1,1,1,0.457619131,0,0.423876269,0.423735985,0.424202128
-6582,1,0.2631,1,1,1,1,1,1,1,1,0.0347,0.2631,0,1,0.2443,1,1,1,1,1,1,0.0696,0.2443,0,1,0.5583,1,1,1,0.258,0.5583,0.0014,1,1,1,1,1,0.067572661,0,0,1,1,1,1,1,0.048682459,0,0,1,1,1,1,1,0.503373921,0.01086084,0.500845819,0.500740427,0.500886525
-6583,1,0.2637,1,1,1,1,1,1,1,1,0.0233,0.2637,0.0956,1,0.2445,1,1,1,1,1,1,0.0598,0.2445,0.0784,1,0.5586,1,1,1,0.2007,0.5586,0.1724,1,1,1,1,1,0.01880943,0.137843221,0,1,1,1,1,1,0.048574492,0.091980152,0,1,1,1,1,1,0.451517731,0.505353212,0.543559691,0.543685213,0.543882979
-6584,1,0.2643,1,1,1,1,1,1,1,1,0.0154,0.2643,0.1987,1,0.2448,1,1,1,1,1,1,0.0108,0.2448,0.2261,1,0.5588,1,1,1,0.0724,0.5588,0.3592,1,1,1,1,1,0.00963931,0.329574049,0,1,1,1,1,1,0.015736625,0.264983803,0,1,1,1,1,1,0.232707277,0.67805779,0.561744804,0.561667019,0.561613475
-6585,1,0.2649,1,1,1,1,1,1,1,1,0.0123,0.2649,0.3334,1,0.245,1,1,1,1,1,1,0.01,0.245,0.2525,1,0.5591,1,1,1,0.0709,0.5591,0.4588,1,1,1,1,1,0.005264824,0.499420762,0.048606455,1,1,1,1,1,0.032397322,0.368170947,0.090328276,1,1,1,1,1,0.193513215,0.699813545,0.575157081,0.575206262,0.57535461
-6586,1,0.2654,1,1,1,1,1,1,1,1,0.0164,0.2654,0.3963,1,0.2452,1,1,1,1,1,1,0,0.2452,0.3274,1,0.5594,1,1,1,0.0687,0.5594,0.4515,1,1,1,1,1,0.00209415,0.550574183,0.208230615,1,1,1,1,1,0.006123701,0.416394591,0.124631166,1,1,1,1,1,0.125582576,0.683820307,0.58881102,0.588745505,0.588652482
-6587,1,0.266,1,1,1,1,1,1,1,1,0.0207,0.266,0.3824,1,0.2455,1,1,1,1,1,1,0,0.2455,0.2852,1,0.5597,1,1,1,0.0733,0.5597,0.4864,1,1,1,1,1,0.00288984,0.515275478,0.152147979,1,1,1,1,1,0.004283474,0.402512044,0.038438223,1,1,1,1,1,0.111074977,0.537182093,0.597087965,0.596995981,0.597074468
-6588,1,0.2666,1,1,1,1,1,1,1,1,0.0203,0.2666,0.3384,1,0.2457,1,1,1,1,1,1,0,0.2457,0.2859,1,0.5599,1,1,1,0.0497,0.5599,0.3971,1,1,1,1,1,0.002241383,0.442010581,0.070664525,1,1,1,1,1,0.000180938,0.380447149,0,1,1,1,1,1,0.105492756,0.539203167,0.598054616,0.598053734,0.598404255
-6589,1,0.2672,1,1,1,1,1,1,1,1,0.0143,0.2672,0.4399,1,0.246,1,1,1,1,1,1,0.0039,0.246,0.3858,1,0.5602,1,1,1,0.0232,0.5602,0.4854,1,1,1,1,1,0.004783811,0.600492537,0.026741851,1,1,1,1,1,0.007292867,0.437964559,0,1,1,1,1,1,0.064939708,0.683310986,0.599927501,0.59995769,0.600177305
-6590,1,0.2677,1,1,1,1,1,1,1,1,0.0155,0.2677,0.2178,1,0.2462,1,1,1,1,1,1,0.0095,0.2462,0.1405,1,0.5605,1,1,1,0.0227,0.5605,0.2741,1,1,1,1,1,0.004766511,0.301511168,0.003083194,1,1,1,1,1,0.017436108,0.13341406,0.052431419,1,1,1,1,1,0.050062038,0.369229943,0.595517158,0.595515126,0.595744681
-6591,1,0.2683,1,1,1,1,1,1,1,1,0.0376,0.2683,0.1308,1,0.2464,1,1,1,1,1,1,0.0085,0.2464,0.0741,1,0.5607,1,1,1,0.0288,0.5607,0.1701,1,1,1,1,1,0.035678796,0.146183804,0.000592879,1,1,1,1,1,0.016375532,0.045525521,0.084111258,1,1,1,1,1,0.046726696,0.214229763,0.592315128,0.592341866,0.592641844
-6592,1,0.2689,1,1,1,1,1,1,1,1,0.0335,0.2689,0.0434,1,0.2467,1,1,1,1,1,1,0.024,0.2467,0.02,1,0.561,1,1,1,0.024,0.561,0.049,1,1,1,1,1,0.034414932,0.054432869,0,1,1,1,1,1,0.06112523,0.028160799,0.111342937,1,1,1,1,1,0.051730227,0.064158253,0.596121315,0.596149778,0.596187943
-6593,1,0.2695,1,1,1,1,1,1,1,1,0.0174,0.2695,0,1,0.2469,1,1,1,1,1,1,0.0034,0.2469,0,1,0.5613,1,1,1,0.0332,0.5613,0,1,1,1,1,1,0.015054213,0,0.00043204,1,1,1,1,1,0.028811542,0,0.661274433,1,1,1,1,1,0.082960129,0,0.608929435,0.608842818,0.609042553
-6594,1,0.27,1,1,1,1,1,1,1,1,0.0345,0.27,0,1,0.2472,1,1,1,1,1,1,0.0038,0.2472,0,1,0.5616,1,1,1,0.0666,0.5616,0,1,1,1,1,1,0.051028643,0,0.210486859,1,1,1,1,1,0.03473261,0,0.628247976,1,1,1,1,1,0.144336253,0,0.628866602,0.62872858,0.628989362
-6595,1,0.2706,1,1,1,1,1,1,1,1,0.0215,0.2706,0,1,0.2474,1,1,1,1,1,1,0.0352,0.2474,0,1,0.5618,1,1,1,0.0759,0.5618,0,1,1,1,1,1,0.029041853,0,0.271099865,1,1,1,1,1,0.06478256,0,0.872589588,1,1,1,1,1,0.140753672,0,0.629531174,0.629574783,0.629875887
-6596,1,0.2712,1,1,1,1,1,1,1,1,0.0395,0.2712,0,1,0.2476,1,1,1,1,1,1,0.0137,0.2476,0,1,0.5621,1,1,1,0.0732,0.5621,0,1,1,1,1,1,0.049051926,0,0.653165936,1,1,1,1,1,0.040438566,0,0.695639789,1,1,1,1,1,0.165980712,0,0.601498308,0.601438545,0.601507092
-6597,1,0.2718,1,1,1,1,1,1,1,1,0.0143,0.2718,0,1,0.2479,1,1,1,1,1,1,0.0212,0.2479,0,1,0.5624,1,1,1,0.0498,0.5624,0,1,1,1,1,1,0.014579556,0,0.548604488,1,1,1,1,1,0.038235724,0,0.824545622,1,1,1,1,1,0.127436951,0,0.557153214,0.557224455,0.557180851
-6598,1,0.2723,1,1,1,1,1,1,1,1,0.0353,0.2723,0,1,0.2481,1,1,1,1,1,1,0.0188,0.2481,0,1,0.5626,1,1,1,0.0813,0.5626,0,1,1,1,1,1,0.030488104,0,0.551267564,1,1,1,1,1,0.050400548,0,0.803466797,1,1,1,1,1,0.159282908,0,0.499516675,0.499682674,0.499556738
-6599,1,0.2729,1,1,1,1,1,1,1,1,0.0254,0.2729,0,1,0.2484,1,1,1,1,1,1,0.0103,0.2484,0,1,0.5629,1,1,1,0.1032,0.5629,0,1,1,1,1,1,0.019913498,0,0.697906613,1,1,1,1,1,0.049465492,0,0.736202717,1,1,1,1,1,0.153236061,0,0.448405027,0.448487413,0.44858156
-6600,1,0.2735,1,1,1,1,1,1,1,1,0.019,0.2735,0,1,0.2486,1,1,1,1,1,1,0.0232,0.2486,0,1,0.5632,1,1,1,0.1131,0.5632,0,1,1,1,1,1,0.0096431,0,0.722592056,1,1,1,1,1,0.052091859,0,0.851881504,1,1,1,1,1,0.11944963,0,0.413605607,0.413581553,0.41356383
-6601,1,0.2741,1,1,1,1,1,1,1,1,0.0385,0.2741,0,1,0.2489,1,1,1,1,1,1,0.0352,0.2489,0,1,0.5635,1,1,1,0.1036,0.5635,0,1,1,1,1,1,0.02056507,0,0.491731107,1,1,1,1,1,0.074775927,0,0.785948277,1,1,1,1,1,0.103521176,0,0.395118415,0.395176645,0.394946809
-6602,1,0.2747,1,1,1,1,1,1,1,1,0.0402,0.2747,0,1,0.2491,1,1,1,1,1,1,0.0845,0.2491,0,1,0.5637,1,1,1,0.0828,0.5637,0,1,1,1,1,1,0.029301392,0,0.235437214,1,1,1,1,1,0.135011688,0,0.714146912,1,1,1,1,1,0.078306995,0,0.386599807,0.386714618,0.386524823
-6603,1,0.2752,1,1,1,1,1,1,1,1,0.0294,0.2752,0,1,0.2493,1,1,1,1,1,1,0.0616,0.2493,0,1,0.564,1,1,1,0.0895,0.564,0,1,1,1,1,1,0.031752679,0,0.092741519,1,1,1,1,1,0.125229746,0,0.364215493,1,1,1,1,1,0.065133139,0,0.385029,0.385022213,0.385195035
-6604,1,0.2758,1,1,1,1,1,1,1,1,0.0281,0.2758,0,1,0.2496,1,1,1,1,1,1,0.0455,0.2496,0,1,0.5643,1,1,1,0.0782,0.5643,0,1,1,1,1,1,0.033109717,0,0.019266587,1,1,1,1,1,0.08655636,0,0.219958112,1,1,1,1,1,0.056597002,0,0.395420493,0.395388195,0.395390071
-6605,1,0.2764,1,1,1,1,1,1,1,1,0.0202,0.2764,0,1,0.2498,1,1,1,1,1,1,0.0542,0.2498,0,1,0.5645,1,1,1,0.069,0.5645,0,1,1,1,1,1,0.022685943,0,0.020404659,1,1,1,1,1,0.088245794,0,0.128265187,1,1,1,1,1,0.069268115,0,0.43499275,0.43494817,0.434840426
-6606,1,0.277,1,1,1,1,1,1,1,1,0.023,0.277,0,1,0.2501,1,1,1,1,1,1,0.0129,0.2501,0,1,0.5648,1,1,1,0.0766,0.5648,0,1,1,1,1,1,0.021721683,0,0.017522912,1,1,1,1,1,0.034633301,0,0.228246883,1,1,1,1,1,0.06695392,0,0.513231029,0.513221917,0.513297872
-6607,1,0.2775,1,1,1,1,1,1,1,1,0.0066,0.2775,0.0104,1,0.2503,1,1,1,1,1,1,0.0362,0.2503,0.0257,1,0.5651,1,1,1,0.0559,0.5651,0.1117,1,1,1,1,1,0.019485574,0.015497106,0.005605652,1,1,1,1,1,0.063665107,0.071662478,0.239057317,1,1,1,1,1,0.047851615,0.101656526,0.563073949,0.562936323,0.563386525
-6608,1,0.2781,1,1,1,1,1,1,1,1,0.023,0.2781,0.1284,1,0.2505,1,1,1,1,1,1,0.0062,0.2505,0.2181,1,0.5653,1,1,1,0.0196,0.5653,0.1635,1,1,1,1,1,0.015963083,0.174619824,0.001970286,1,1,1,1,1,0.022041332,0.365515828,0.099980637,1,1,1,1,1,0.045739882,0.128753349,0.580775737,0.580706579,0.580673759
-6609,1,0.2787,1,1,1,1,1,1,1,1,0.0171,0.2787,0.2641,1,0.2508,1,1,1,1,1,1,0,0.2508,0.3431,1,0.5656,1,1,1,0.0156,0.5656,0.2741,1,1,1,1,1,0.023719067,0.395934165,0,1,1,1,1,1,0.006865096,0.438788235,0.073276177,1,1,1,1,1,0.027636612,0.240653172,0.594852586,0.594880474,0.594858156
-6610,1,0.2793,1,1,1,1,1,1,1,1,0.0026,0.2793,0.3303,1,0.251,1,1,1,1,1,1,0,0.251,0.3263,1,0.5659,1,1,1,0.0154,0.5659,0.3594,1,1,1,1,1,0.011727945,0.42349875,0.008817671,1,1,1,1,1,8.71E-05,0.415904909,0.039949216,1,1,1,1,1,0.019224679,0.419195503,0.607298212,0.607361963,0.607712766
-6611,1,0.2798,1,1,1,1,1,1,1,1,0.0026,0.2798,0.3248,1,0.2513,1,1,1,1,1,1,0,0.2513,0.3166,1,0.5662,1,1,1,0.0155,0.5662,0.4421,1,1,1,1,1,0.00738243,0.472193003,0.03303463,1,1,1,1,1,0,0.462152481,0.008600263,1,1,1,1,1,0.012622605,0.399340391,0.613037699,0.613073831,0.613031915
-6612,1,0.2804,1,1,1,1,1,1,1,1,0.0056,0.2804,0.3229,1,0.2515,1,1,1,1,1,1,0,0.2515,0.3719,1,0.5664,1,1,1,0.0136,0.5664,0.4211,1,1,1,1,1,0.007574628,0.496880472,0.151516095,1,1,1,1,1,0,0.514940262,0,1,1,1,1,1,0.012161018,0.32615459,0.611708555,0.611804527,0.611702128
-6613,1,0.281,1,1,1,1,1,1,1,1,0.0173,0.281,0.2728,1,0.2517,1,1,1,1,1,1,0,0.2517,0.3156,1,0.5667,1,1,1,0.0209,0.5667,0.2994,1,1,1,1,1,0.022224056,0.431715935,0.075429946,1,1,1,1,1,4.70E-05,0.380343765,0,1,1,1,1,1,0.016085731,0.333989739,0.612796037,0.612862281,0.613031915
-6614,1,0.2816,1,1,1,1,1,1,1,1,0.0025,0.2816,0.2195,1,0.252,1,1,1,1,1,1,0,0.252,0.2369,1,0.567,1,1,1,0.0138,0.567,0.2133,1,1,1,1,1,0.001306618,0.343997866,0.041384749,1,1,1,1,1,0.001991896,0.296392173,0,1,1,1,1,1,0.020869719,0.186116874,0.608808603,0.608842818,0.609042553
-6615,1,0.2821,1,1,1,1,1,1,1,1,0.009,0.2821,0.1478,1,0.2522,1,1,1,1,1,1,0,0.2522,0.1547,1,0.5672,1,1,1,0.0287,0.5672,0.1182,1,1,1,1,1,0.014629199,0.226465374,0.01776427,1,1,1,1,1,0.007377659,0.174705312,0,1,1,1,1,1,0.051071934,0.094875291,0.606331561,0.60630421,0.606382979
-6616,1,0.2827,1,1,1,1,1,1,1,1,0.0037,0.2827,0.0394,1,0.2525,1,1,1,1,1,1,0,0.2525,0.0069,1,0.5675,1,1,1,0.0121,0.5675,0.0089,1,1,1,1,1,0.00283455,0.072459079,0.00075867,1,1,1,1,1,0.007540998,0.007245474,0.007969634,1,1,1,1,1,0.022612127,0,0.610258579,0.610323673,0.61037234
-6617,1,0.2833,1,1,1,1,1,1,1,1,0.0034,0.2833,0,1,0.2527,1,1,1,1,1,1,0.0071,0.2527,0,1,0.5678,1,1,1,0.0041,0.5678,0,1,1,1,1,1,0.002433556,0,0.000774134,1,1,1,1,1,0.017342377,0,0.003782199,1,1,1,1,1,0.010844306,0,0.622643789,0.622593611,0.622783688
-6618,1,0.2839,1,1,1,1,1,1,1,1,0.013,0.2839,0,1,0.2529,1,1,1,1,1,1,0.0048,0.2529,0,1,0.5681,1,1,1,0.0149,0.5681,0,1,1,1,1,1,0.017172337,0,0.001425086,1,1,1,1,1,0.013833541,0,0.03464555,1,1,1,1,1,0.023519849,0,0.642339294,0.642479374,0.642730496
-6619,1,0.2844,1,1,1,1,1,1,1,1,0.0164,0.2844,0,1,0.2532,1,1,1,1,1,1,0,0.2532,0,1,0.5683,1,1,1,0.0114,0.5683,0,1,1,1,1,1,0.030118857,0,0.002209154,1,1,1,1,1,0.00370261,0,0.031902358,1,1,1,1,1,0.030793454,0,0.641493475,0.641633171,0.641400709
-6620,1,0.285,1,1,1,1,1,1,1,1,0.0015,0.285,0,1,0.2534,1,1,1,1,1,1,0,0.2534,0,1,0.5686,1,1,1,0.023,0.5686,0,1,1,1,1,1,0.00262489,0,0.007045438,1,1,1,1,1,0.000246857,0,0.09892749,1,1,1,1,1,0.042637393,0,0.617387627,0.617516395,0.617464539
-6621,1,0.2856,1,1,1,1,1,1,1,1,0.0037,0.2856,0,1,0.2537,1,1,1,1,1,1,0.0039,0.2537,0,1,0.5689,1,1,1,0.0267,0.5689,0,1,1,1,1,1,0.008369626,0,0.05462312,1,1,1,1,1,0.009861606,0,0.327880919,1,1,1,1,1,0.026806552,0,0.570565491,0.570763698,0.570921986
-6622,1,0.2862,1,1,1,1,1,1,1,1,0.0078,0.2862,0,1,0.2539,1,1,1,1,1,1,0,0.2539,0,1,0.5691,1,1,1,0.023,0.5691,0,1,1,1,1,1,0.007401247,0,0.155182093,1,1,1,1,1,0.00197694,0,0.676151574,1,1,1,1,1,0.027017739,0,0.516372644,0.516395177,0.516400709
-6623,1,0.2867,1,1,1,1,1,1,1,1,0.0139,0.2867,0,1,0.2542,1,1,1,1,1,1,0.0012,0.2542,0,1,0.5694,1,1,1,0.0197,0.5694,0,1,1,1,1,1,0.015887557,0,0.226263553,1,1,1,1,1,0.014408283,0,0.561446846,1,1,1,1,1,0.027828053,0,0.464354761,0.464353713,0.464095745
-6624,1,0.2873,1,1,1,1,1,1,1,1,0.0111,0.2873,0,1,0.2544,1,1,1,1,1,1,0.0015,0.2544,0,1,0.5697,1,1,1,0.0277,0.5697,0,1,1,1,1,1,0.014948207,0,0.139688373,1,1,1,1,1,0.02196689,0,0.252858132,1,1,1,1,1,0.024688084,0,0.425869986,0.425851491,0.425975177
-6625,1,0.2879,1,1,1,1,1,1,1,1,0.0085,0.2879,0,1,0.2546,1,1,1,1,1,1,0,0.2546,0,1,0.57,1,1,1,0.0422,0.57,0,1,1,1,1,1,0.004580994,0,0.245855272,1,1,1,1,1,0.002443868,0,0.200141653,1,1,1,1,1,0.050480563,0,0.404966167,0.404907975,0.405141844
-6626,1,0.2885,1,1,1,1,1,1,1,1,0.0264,0.2885,0,1,0.2549,1,1,1,1,1,1,0,0.2549,0,1,0.5702,1,1,1,0.0636,0.5702,0,1,1,1,1,1,0.007892709,0,0.308664322,1,1,1,1,1,0.000561935,0,0.137817547,1,1,1,1,1,0.073084563,0,0.394574674,0.394753543,0.394503546
-6627,1,0.289,1,1,1,1,1,1,1,1,0.0191,0.289,0,1,0.2551,1,1,1,1,1,1,0,0.2551,0,1,0.5705,1,1,1,0.0736,0.5705,0,1,1,1,1,1,0.006809966,0,0.197043166,1,1,1,1,1,0.001847064,0,0.086467549,1,1,1,1,1,0.080312192,0,0.391855969,0.391791834,0.391843972
-6628,1,0.2896,1,1,1,1,1,1,1,1,0.0177,0.2896,0,1,0.2554,1,1,1,1,1,1,0,0.2554,0,1,0.5708,1,1,1,0.0514,0.5708,0,1,1,1,1,1,0.018603846,0,0.135565579,1,1,1,1,1,0.003121382,0,0.060521998,1,1,1,1,1,0.085373409,0,0.401220396,0.401311614,0.401152482
-6629,1,0.2902,1,1,1,1,1,1,1,1,0.0218,0.2902,0,1,0.2556,1,1,1,1,1,1,0,0.2556,0,1,0.571,1,1,1,0.038,0.571,0,1,1,1,1,1,0.007500501,0,0.11249537,1,1,1,1,1,0.000317597,0,0.053894244,1,1,1,1,1,0.072991893,0,0.440550991,0.440660038,0.440602837
-6630,1,0.2908,1,1,1,1,1,1,1,1,0.0301,0.2908,0,1,0.2558,1,1,1,1,1,1,0,0.2558,0,1,0.5713,1,1,1,0.0242,0.5713,0,1,1,1,1,1,0.004477903,0,0.078994334,1,1,1,1,1,0.000618432,0,0.041155759,1,1,1,1,1,0.053028885,0,0.519816336,0.519779987,0.519946809
-6631,1,0.2913,1,1,1,1,1,1,1,1,0.038,0.2913,0.0381,1,0.2561,1,1,1,1,1,1,0,0.2561,0.0445,1,0.5716,1,1,1,0.0151,0.5716,0.0132,1,1,1,1,1,0.013966588,0.053761207,0.046719678,1,1,1,1,1,0.001666518,0.039260648,0.00536754,1,1,1,1,1,0.043002024,0.056730248,0.570263412,0.570340597,0.570478723
-6632,1,0.2919,1,1,1,1,1,1,1,1,0.0226,0.2919,0.17,1,0.2563,1,1,1,1,1,1,0,0.2563,0.1872,1,0.5719,1,1,1,0.0089,0.5719,0.0819,1,1,1,1,1,0.019347694,0.248121232,0.129263401,1,1,1,1,1,2.59E-05,0.194804132,0.006709425,1,1,1,1,1,0.026205668,0.220594868,0.589717255,0.589591707,0.58998227
-6633,1,0.2925,1,1,1,1,1,1,1,1,0.0123,0.2925,0.27,1,0.2566,1,1,1,1,1,1,0,0.2566,0.2454,1,0.5721,1,1,1,0.0163,0.5721,0.1939,1,1,1,1,1,0.005016658,0.336163789,0.102307864,1,1,1,1,1,0,0.294045031,0.005245551,1,1,1,1,1,0.029278403,0.288017094,0.603552441,0.603765602,0.603723404
-6634,1,0.2931,1,1,1,1,1,1,1,1,0.0055,0.2931,0.3211,1,0.2568,1,1,1,1,1,1,0,0.2568,0.3145,1,0.5724,1,1,1,0.0044,0.5724,0.2472,1,1,1,1,1,0.001640962,0.407886147,0.139501661,1,1,1,1,1,0,0.388301671,0.012656021,1,1,1,1,1,0.017254554,0.186226219,0.615152247,0.615189338,0.615248227
-6635,1,0.2936,1,1,1,1,1,1,1,1,0.0046,0.2936,0.3313,1,0.257,1,1,1,1,1,1,0,0.257,0.3174,1,0.5727,1,1,1,0.0097,0.5727,0.2222,1,1,1,1,1,0.007096141,0.427893728,0.161635965,1,1,1,1,1,0.00157662,0.396087468,0,1,1,1,1,1,0.033570945,0.15144901,0.62040841,0.620478105,0.620567376
-6636,1,0.2942,1,1,1,1,1,1,1,1,0.0036,0.2942,0.2964,1,0.2573,1,1,1,1,1,1,0,0.2573,0.2899,1,0.5729,1,1,1,0.0114,0.5729,0.1256,1,1,1,1,1,0.004241882,0.368064523,0.134247482,1,1,1,1,1,0.004252367,0.408986866,0.000350785,1,1,1,1,1,0.042437229,0.136352047,0.618898018,0.618785699,0.618794326
-6637,1,0.2948,1,1,1,1,1,1,1,1,0.0035,0.2948,0.2684,1,0.2575,1,1,1,1,1,1,0,0.2575,0.2573,1,0.5732,1,1,1,0.0167,0.5732,0.1641,1,1,1,1,1,0.00092068,0.340190023,0.105514027,1,1,1,1,1,8.65E-05,0.352315247,0,1,1,1,1,1,0.055487834,0.165348947,0.617750121,0.617727946,0.617907801
-6638,1,0.2954,1,1,1,1,1,1,1,1,0.0049,0.2954,0.2174,1,0.2578,1,1,1,1,1,1,0,0.2578,0.2072,1,0.5735,1,1,1,0.0244,0.5735,0.117,1,1,1,1,1,0.000731779,0.280809164,0.063202605,1,1,1,1,1,0.000550353,0.290557027,0,1,1,1,1,1,0.072976798,0.216500461,0.611346061,0.611381426,0.611702128
-6639,1,0.2959,1,1,1,1,1,1,1,1,0.0071,0.2959,0.1514,1,0.258,1,1,1,1,1,1,0,0.258,0.155,1,0.5738,1,1,1,0.0405,0.5738,0.1061,1,1,1,1,1,0.001370296,0.184724778,0.024635889,1,1,1,1,1,0.000607502,0.212993801,0,1,1,1,1,1,0.11348746,0.171723723,0.606754471,0.606727311,0.606826241
-6640,1,0.2965,1,1,1,1,1,1,1,1,0.002,0.2965,0.0541,1,0.2582,1,1,1,1,1,1,0,0.2582,0.0486,1,0.574,1,1,1,0.0372,0.574,0.0321,1,1,1,1,1,0.00057983,0.06715358,0.036595955,1,1,1,1,1,0.005043983,0.047138169,0.032308381,1,1,1,1,1,0.114123993,0.031250194,0.610198163,0.610323673,0.61037234
-6641,1,0.2971,1,1,1,1,1,1,1,1,0.0073,0.2971,0,1,0.2585,1,1,1,1,1,1,0.0184,0.2585,0,1,0.5743,1,1,1,0.0454,0.5743,0,1,1,1,1,1,0.011633202,0,0.051787447,1,1,1,1,1,0.011243671,0,0.030658901,1,1,1,1,1,0.107621469,0,0.621858386,0.621747409,0.622340426
-6642,1,0.2977,1,1,1,1,1,1,1,1,0.0075,0.2977,0,1,0.2587,1,1,1,1,1,1,0.0023,0.2587,0,1,0.5746,1,1,1,0.0641,0.5746,0,1,1,1,1,1,0.013150052,0,0.021918608,1,1,1,1,1,0.003659565,0,0,1,1,1,1,1,0.110465676,0,0.64058724,0.640575418,0.640957447
-6643,1,0.2983,1,1,1,1,1,1,1,1,0.0018,0.2983,0,1,0.259,1,1,1,1,1,1,0,0.259,0,1,0.5748,1,1,1,0.0477,0.5748,0,1,1,1,1,1,0.008437095,0,0,1,1,1,1,1,6.01E-05,0,0,1,1,1,1,1,0.118890822,0,0.638231029,0.63824836,0.638297872
-6644,1,0.2988,1,1,1,1,1,1,1,1,0.0025,0.2988,0,1,0.2592,1,1,1,1,1,1,0,0.2592,0,1,0.5751,1,1,1,0.035,0.5751,0,1,1,1,1,1,0.010184586,0,6.39E-05,1,1,1,1,1,0.003774277,0,0,1,1,1,1,1,0.08727774,0,0.612856452,0.612862281,0.613031915
-6645,1,0.2994,1,1,1,1,1,1,1,1,0.0117,0.2994,0,1,0.2595,1,1,1,1,1,1,0.0155,0.2595,0,1,0.5754,1,1,1,0.0456,0.5754,0,1,1,1,1,1,0.029774107,0,0,1,1,1,1,1,0.045412347,0,0,1,1,1,1,1,0.109648213,0,0.570505075,0.570552147,0.570478723
-6646,1,0.3,1,1,1,1,1,1,1,1,0.0323,0.3,0,1,0.2597,1,1,1,1,1,1,0.0194,0.2597,0,1,0.5757,1,1,1,0.0343,0.5757,0,1,1,1,1,1,0.04853031,0,0,1,1,1,1,1,0.030490557,0,0.006348168,1,1,1,1,1,0.079434142,0,0.515224746,0.515125873,0.515070922
-6647,1,0.3006,1,1,1,1,1,1,1,1,0.04,0.3006,0,1,0.2599,1,1,1,1,1,1,0.0362,0.2599,0,1,0.5759,1,1,1,0.0264,0.5759,0,1,1,1,1,1,0.05563885,0,0,1,1,1,1,1,0.068577521,0,0,1,1,1,1,1,0.05631816,0,0.461696472,0.461815105,0.461879433
-6648,1,0.3011,1,1,1,1,1,1,1,1,0.0637,0.3011,0,1,0.2602,1,1,1,1,1,1,0.013,0.2602,0,1,0.5762,1,1,1,0.0229,0.5762,0,1,1,1,1,1,0.076148733,0,0.004929815,1,1,1,1,1,0.049676888,0,0.005639529,1,1,1,1,1,0.064265504,0,0.425447076,0.42542839,0.425531915
-6649,1,0.3017,1,1,1,1,1,1,1,1,0.0536,0.3017,0,1,0.2604,1,1,1,1,1,1,0.0227,0.2604,0,1,0.5765,1,1,1,0.0348,0.5765,0,1,1,1,1,1,0.052811693,0,0.007698063,1,1,1,1,1,0.059837151,0,0.057467021,1,1,1,1,1,0.08075048,0,0.404543258,0.404696425,0.404698582
-6650,1,0.3023,1,1,1,1,1,1,1,1,0.0274,0.3023,0,1,0.2607,1,1,1,1,1,1,0.0551,0.2607,0,1,0.5767,1,1,1,0.0247,0.5767,0,1,1,1,1,1,0.02525796,0,0.056201488,1,1,1,1,1,0.061706673,0,0.022963353,1,1,1,1,1,0.054739028,0,0.392701788,0.392849587,0.392730496
-6651,1,0.3029,1,1,1,1,1,1,1,1,0.0292,0.3029,0,1,0.2609,1,1,1,1,1,1,0.0314,0.2609,0,1,0.577,1,1,1,0.0169,0.577,0,1,1,1,1,1,0.025538474,0,0.108040705,1,1,1,1,1,0.037860312,0,0.251671195,1,1,1,1,1,0.032598995,0,0.38962059,0.389676327,0.38962766
-6652,1,0.3034,1,1,1,1,1,1,1,1,0.0362,0.3034,0,1,0.2611,1,1,1,1,1,1,0.1048,0.2611,0,1,0.5773,1,1,1,0.0287,0.5773,0,1,1,1,1,1,0.055959776,0,0.096290991,1,1,1,1,1,0.098220184,0,0.372872531,1,1,1,1,1,0.070795402,0,0.398682939,0.398773006,0.39893617
-6653,1,0.304,1,1,1,1,1,1,1,1,0.0452,0.304,0,1,0.2614,1,1,1,1,1,1,0.0838,0.2614,0,1,0.5775,1,1,1,0.033,0.5775,0,1,1,1,1,1,0.070815653,0,0.061545834,1,1,1,1,1,0.075812794,0,0.149232462,1,1,1,1,1,0.121258944,0,0.434146931,0.434101967,0.434397163
-6654,1,0.3046,1,1,1,1,1,1,1,1,0.0522,0.3046,0,1,0.2616,1,1,1,1,1,1,0.0534,0.2616,0,1,0.5778,1,1,1,0.0384,0.5778,0,1,1,1,1,1,0.084343635,0,0.020246485,1,1,1,1,1,0.050963569,0,0.066523828,1,1,1,1,1,0.157181412,0,0.506947801,0.506875397,0.507092199
-6655,1,0.3052,1,1,1,1,1,1,1,1,0.0225,0.3052,0.1666,1,0.2619,1,1,1,1,1,1,0.0329,0.2619,0.1842,1,0.5781,1,1,1,0.0417,0.5781,0.1611,1,1,1,1,1,0.029218489,0.411309481,0.092890933,1,1,1,1,1,0.025526358,0.400683612,0.024682986,1,1,1,1,1,0.164071873,0.395776987,0.55177622,0.551724138,0.551861702
-6656,1,0.3057,1,1,1,1,1,1,1,1,0.0072,0.3057,0.3859,1,0.2621,1,1,1,1,1,1,0.0245,0.2621,0.3781,1,0.5784,1,1,1,0.0455,0.5784,0.3581,1,1,1,1,1,0.018174764,0.675595224,0.069680475,1,1,1,1,1,0.032702532,0.651601315,0.033864662,1,1,1,1,1,0.158684716,0.636594534,0.57280087,0.572667654,0.573138298
-6657,1,0.3063,1,1,1,1,1,1,1,1,0.0181,0.3063,0.5526,1,0.2623,1,1,1,1,1,1,0.0163,0.2623,0.5575,1,0.5786,1,1,1,0.0221,0.5786,0.5059,1,1,1,1,1,0.018541567,0.863941669,0.037565693,1,1,1,1,1,0.02282702,0.864683032,0.027870156,1,1,1,1,1,0.085744038,0.748829126,0.591710971,0.591707214,0.591755319
-6658,1,0.3069,1,1,1,1,1,1,1,1,0.0079,0.3069,0.6498,1,0.2626,1,1,1,1,1,1,0.0027,0.2626,0.654,1,0.5789,1,1,1,0.0184,0.5789,0.6206,1,1,1,1,1,0.001641268,0.922505677,0.005731462,1,1,1,1,1,0.002124382,0.920073032,0.012627225,1,1,1,1,1,0.049542237,0.849103689,0.608929435,0.609054369,0.609042553
-6659,1,0.3075,1,1,1,1,1,1,1,1,0.0098,0.3075,0.6686,1,0.2628,1,1,1,1,1,1,0.0305,0.2628,0.6748,1,0.5792,1,1,1,0.0439,0.5792,0.6414,1,1,1,1,1,0.007615278,0.948472202,0.006795613,1,1,1,1,1,0.022076111,0.958886802,0.000340314,1,1,1,1,1,0.124865137,0.872052789,0.61817303,0.618151047,0.618351064
-6660,1,0.308,1,1,1,1,1,1,1,1,0.0291,0.308,0.6667,1,0.2631,1,1,1,1,1,1,0.0312,0.2631,0.6791,1,0.5794,1,1,1,0.0372,0.5794,0.5436,1,1,1,1,1,0.012090914,0.947838068,0.081328705,1,1,1,1,1,0.030032791,0.965121388,0.052455496,1,1,1,1,1,0.114635333,0.902997792,0.619743838,0.619631902,0.620124113
-6661,1,0.3086,1,1,1,1,1,1,1,1,0.0243,0.3086,0.6583,1,0.2633,1,1,1,1,1,1,0,0.2633,0.6674,1,0.5797,1,1,1,0.0311,0.5797,0.5776,1,1,1,1,1,0.003289781,0.93308115,0.158306211,1,1,1,1,1,0.001120593,0.941450059,0.094945036,1,1,1,1,1,0.046756119,0.885003924,0.622402127,0.622382061,0.622340426
-6662,1,0.3092,1,1,1,1,1,1,1,1,0.0214,0.3092,0.5799,1,0.2635,1,1,1,1,1,1,0.0045,0.2635,0.601,1,0.58,1,1,1,0.0764,0.58,0.5283,1,1,1,1,1,0.008935087,0.893803239,0.188953429,1,1,1,1,1,0.004268355,0.904573321,0.067104198,1,1,1,1,1,0.077158853,0.858522534,0.619743838,0.619631902,0.620124113
-6663,1,0.3098,1,1,1,1,1,1,1,1,0.0325,0.3098,0.4249,1,0.2638,1,1,1,1,1,1,0.0193,0.2638,0.4556,1,0.5803,1,1,1,0.1261,0.5803,0.3362,1,1,1,1,1,0.027805593,0.779930949,0.181674778,1,1,1,1,1,0.016361579,0.801466703,0.063171461,1,1,1,1,1,0.147344887,0.726661444,0.615756404,0.615612439,0.616134752
-6664,1,0.3103,1,1,1,1,1,1,1,1,0.0543,0.3103,0.2235,1,0.264,1,1,1,1,1,1,0.0014,0.264,0.2615,1,0.5805,1,1,1,0.0946,0.5805,0.128,1,1,1,1,1,0.044786613,0.543791354,0.245452404,1,1,1,1,1,0.003610285,0.574275136,0.218809709,1,1,1,1,1,0.115066126,0.471255273,0.610983567,0.610958325,0.611258865
-6665,1,0.3109,1,1,1,1,1,1,1,1,0.0668,0.3109,0.0004,1,0.2643,1,1,1,1,1,1,0.0329,0.2643,0.0166,1,0.5808,1,1,1,0.1165,0.5808,0,1,1,1,1,1,0.077541411,0.016881306,0.442251831,1,1,1,1,1,0.035791941,0.131202474,0.37155968,1,1,1,1,1,0.186999589,0,0.603250362,0.603342501,0.603280142
-6666,1,0.3115,1,1,1,1,1,1,1,1,0.2037,0.3115,0,1,0.2645,1,1,1,1,1,1,0.1063,0.2645,0,1,0.5811,1,1,1,0.2072,0.5811,0,1,1,1,1,1,0.227115422,0,0.566530347,1,1,1,1,1,0.11875248,0,0.509201586,1,1,1,1,1,0.277976751,0,0.616239729,0.616247091,0.616134752
-6667,1,0.3121,1,1,1,1,1,1,1,1,0.0964,0.3121,0,1,0.2648,1,1,1,1,1,1,0.0825,0.2648,0,1,0.5813,1,1,1,0.1883,0.5813,0,1,1,1,1,1,0.121247604,0,0.606735349,1,1,1,1,1,0.107543334,0,0.315863907,1,1,1,1,1,0.328817785,0,0.621314645,0.621324307,0.621453901
-6668,1,0.3126,1,1,1,1,1,1,1,1,0.125,0.3126,0,1,0.265,1,1,1,1,1,1,0.1813,0.265,0,1,0.5816,1,1,1,0.1621,0.5816,0,1,1,1,1,1,0.149151102,0,0.413173079,1,1,1,1,1,0.20959729,0,0.206449762,1,1,1,1,1,0.242302179,0,0.596423393,0.596361329,0.596631206
-6669,1,0.3132,1,1,1,1,1,1,1,1,0.0022,0.3132,0,1,0.2652,1,1,1,1,1,1,0,0.2652,0,1,0.5819,1,1,1,0.0139,0.5819,0,1,1,1,1,1,0.001250819,0,0.000546565,1,1,1,1,1,1.98E-05,0,0,1,1,1,1,1,0.024567023,0,0.560838569,0.560820817,0.561170213
-6670,1,0.3138,1,1,1,1,1,1,1,1,0.1862,0.3138,0,1,0.2655,1,1,1,1,1,1,0.3248,0.2655,0,1,0.5822,1,1,1,0.1648,0.5822,0,1,1,1,1,1,0.162192672,0,0.217003182,1,1,1,1,1,0.320381254,0,0.065252885,1,1,1,1,1,0.23996146,0,0.514439343,0.514491221,0.51462766
-6671,1,0.3144,1,1,1,1,1,1,1,1,0.1568,0.3144,0,1,0.2657,1,1,1,1,1,1,0.412,0.2657,0,1,0.5824,1,1,1,0.1621,0.5824,0,1,1,1,1,1,0.160424352,0,0.088412359,1,1,1,1,1,0.372490406,0,0.08895497,1,1,1,1,1,0.209730059,0,0.466167231,0.466046118,0.466312057
-6672,1,0.3149,1,1,1,1,1,1,1,1,0.1725,0.3149,0,1,0.266,1,1,1,1,1,1,0.3967,0.266,0,1,0.5827,1,1,1,0.1186,0.5827,0,1,1,1,1,1,0.237939239,0,0.086474687,1,1,1,1,1,0.379418015,0,0.132444501,1,1,1,1,1,0.201425985,0,0.42858869,0.42860165,0.428634752
-6673,1,0.3155,1,1,1,1,1,1,1,1,0.1513,0.3155,0,1,0.2662,1,1,1,1,1,1,0.3321,0.2662,0,1,0.583,1,1,1,0.1289,0.583,0,1,1,1,1,1,0.204574525,0,0.063454509,1,1,1,1,1,0.318506628,0,0.114091106,1,1,1,1,1,0.353552222,0,0.404362011,0.404484874,0.404698582
-6674,1,0.3161,1,1,1,1,1,1,1,1,0.2986,0.3161,0,1,0.2664,1,1,1,1,1,1,0.3191,0.2664,0,1,0.5832,1,1,1,0.0917,0.5832,0,1,1,1,1,1,0.331581414,0,0.072278798,1,1,1,1,1,0.330415845,0,0.144816756,1,1,1,1,1,0.23274225,0,0.39058724,0.390734081,0.390514184
-6675,1,0.3167,1,1,1,1,1,1,1,1,0.2744,0.3167,0,1,0.2667,1,1,1,1,1,1,0.3258,0.2667,0,1,0.5835,1,1,1,0.0681,0.5835,0,1,1,1,1,1,0.36710912,0,0.116881348,1,1,1,1,1,0.323354691,0,0.15683274,1,1,1,1,1,0.178274408,0,0.384424843,0.384387561,0.384308511
-6676,1,0.3172,1,1,1,1,1,1,1,1,0.2657,0.3172,0,1,0.2669,1,1,1,1,1,1,0.2643,0.2669,0,1,0.5838,1,1,1,0.0825,0.5838,0,1,1,1,1,1,0.379902184,0,0.198164791,1,1,1,1,1,0.265499175,0,0.145629585,1,1,1,1,1,0.240375161,0,0.38460609,0.384810662,0.384751773
-6677,1,0.3178,1,1,1,1,1,1,1,1,0.1662,0.3178,0,1,0.2672,1,1,1,1,1,1,0.267,0.2672,0,1,0.5841,1,1,1,0.0702,0.5841,0,1,1,1,1,1,0.243229419,0,0.253393471,1,1,1,1,1,0.296189159,0,0.218837708,1,1,1,1,1,0.225713879,0,0.396810053,0.39686905,0.396719858
-6678,1,0.3184,1,1,1,1,1,1,1,1,0.1635,0.3184,0,1,0.2674,1,1,1,1,1,1,0.1863,0.2674,0,1,0.5843,1,1,1,0.0823,0.5843,0,1,1,1,1,1,0.197568238,0,0.34732914,1,1,1,1,1,0.206077322,0,0.269517303,1,1,1,1,1,0.186036438,0,0.423453359,0.423524434,0.423758865
-6679,1,0.319,1,1,1,1,1,1,1,1,0.1725,0.319,0.1341,1,0.2676,1,1,1,1,1,1,0.3484,0.2676,0.1234,1,0.5846,1,1,1,0.0934,0.5846,0.0681,1,1,1,1,1,0.207931578,0.278390855,0.218554139,1,1,1,1,1,0.310589314,0.301432401,0.246689796,1,1,1,1,1,0.289924532,0.41212815,0.454023683,0.45398773,0.453900709
-6680,1,0.3195,1,1,1,1,1,1,1,1,0.1679,0.3195,0.2599,1,0.2679,1,1,1,1,1,1,0.3237,0.2679,0.2773,1,0.5849,1,1,1,0.1789,0.5849,0.2017,1,1,1,1,1,0.117987476,0.37060824,0.582665086,1,1,1,1,1,0.294328779,0.567910373,0.43827489,1,1,1,1,1,0.336873978,0.502548039,0.497039633,0.496932515,0.497340426
-6681,1,0.3201,1,1,1,1,1,1,1,1,0.1501,0.3201,0.4087,1,0.2681,1,1,1,1,1,1,0.2859,0.2681,0.516,1,0.5851,1,1,1,0.1815,0.5851,0.2596,1,1,1,1,1,0.117229529,0.64334166,0.537799478,1,1,1,1,1,0.243438542,0.798330843,0.423440814,1,1,1,1,1,0.269986153,0.607982099,0.528455776,0.528453565,0.528368794
-6682,1,0.3207,1,1,1,1,1,1,1,1,0.257,0.3207,0.5616,1,0.2684,1,1,1,1,1,1,0.3556,0.2684,0.591,1,0.5854,1,1,1,0.3182,0.5854,0.3389,1,1,1,1,1,0.229125395,0.806467175,0.806575179,1,1,1,1,1,0.337968558,0.834347546,0.8612867,1,1,1,1,1,0.384023964,0.574408114,0.545855486,0.545800719,0.546099291
-6683,1,0.3213,1,1,1,1,1,1,1,1,0.4808,0.3213,0.5056,1,0.2686,1,1,1,1,1,1,0.4953,0.2686,0.5317,1,0.5857,1,1,1,0.4254,0.5857,0.2753,1,1,1,1,1,0.518835604,0.660131633,0.952186227,1,1,1,1,1,0.522880375,0.745849788,1,1,1,1,1,1,0.471953958,0.644864082,0.554494925,0.554685847,0.554964539
-6684,1,0.3218,1,1,1,1,1,1,1,1,0.4544,0.3218,0.5266,1,0.2688,1,1,1,1,1,1,0.4831,0.2688,0.4692,1,0.586,1,1,1,0.4944,0.586,0.2659,1,1,1,1,1,0.455813915,0.762606561,0.971595407,1,1,1,1,1,0.500362396,0.566516221,0.863909721,1,1,1,1,1,0.508280754,0.631726086,0.555219913,0.555320499,0.555407801
-6685,1,0.3224,1,1,1,1,1,1,1,1,0.4897,0.3224,0.45,1,0.2691,1,1,1,1,1,1,0.3598,0.2691,0.4267,1,0.5862,1,1,1,0.5302,0.5862,0.2359,1,1,1,1,1,0.336262107,0.577218652,0.996839166,1,1,1,1,1,0.358543396,0.557792783,0.890638292,1,1,1,1,1,0.496579409,0.520905852,0.551051232,0.551089486,0.550975177
-6686,1,0.323,1,1,1,1,1,1,1,1,0.5511,0.323,0.4041,1,0.2693,1,1,1,1,1,1,0.4394,0.2693,0.3224,1,0.5865,1,1,1,0.4299,0.5865,0.1943,1,1,1,1,1,0.412206769,0.469832361,1,1,1,1,1,1,0.462375611,0.303489655,1,1,1,1,1,1,0.562119544,0.452287614,0.547305462,0.547281574,0.547429078
-6687,1,0.3236,1,1,1,1,1,1,1,1,0.644,0.3236,0.2425,1,0.2696,1,1,1,1,1,1,0.6016,0.2696,0.1381,1,0.5868,1,1,1,0.5002,0.5868,0.0702,1,1,1,1,1,0.627776623,0.24194786,1,1,1,1,1,1,0.621868312,0.183081657,1,1,1,1,1,1,0.462610662,0.120618165,0.545190913,0.545166067,0.545212766
-6688,1,0.3242,1,1,1,1,1,1,1,1,0.5532,0.3242,0.0784,1,0.2698,1,1,1,1,1,1,0.5988,0.2698,0.016,1,0.587,1,1,1,0.3856,0.587,0.0785,1,1,1,1,1,0.465870261,0.065807849,1,1,1,1,1,1,0.633158565,0.068316042,1,1,1,1,1,1,0.496495008,0.02404538,0.549903335,0.549820182,0.550088652
-6689,1,0.3247,1,1,1,1,1,1,1,1,0.3891,0.3247,0,1,0.2701,1,1,1,1,1,1,0.3341,0.2701,0.0008,1,0.5873,1,1,1,0.2324,0.5873,0,1,1,1,1,1,0.283937484,0,1,1,1,1,1,1,0.420053661,0.011256562,1,1,1,1,1,1,0.338219494,0,0.56041566,0.560397715,0.56072695
-6690,1,0.3253,1,1,1,1,1,1,1,1,0.3505,0.3253,0,1,0.2703,1,1,1,1,1,1,0.2308,0.2703,0,1,0.5876,1,1,1,0.1818,0.5876,0,1,1,1,1,1,0.234575629,0,1,1,1,1,1,1,0.25354138,0,1,1,1,1,1,1,0.316336066,0,0.571471725,0.571609901,0.571808511
-6691,1,0.3259,1,1,1,1,1,1,1,1,0.2829,0.3259,0,1,0.2705,1,1,1,1,1,1,0.2487,0.2705,0,1,0.5878,1,1,1,0.1129,0.5878,0,1,1,1,1,1,0.18065688,0,1,1,1,1,1,1,0.194857374,0,0.911657691,1,1,1,1,1,0.270418078,0,0.565671822,0.565686482,0.565602837
-6692,1,0.3265,1,1,1,1,1,1,1,1,0.4117,0.3265,0,1,0.2708,1,1,1,1,1,1,0.7484,0.2708,0,1,0.5881,1,1,1,0.1187,0.5881,0,1,1,1,1,1,0.355273485,0,0.916383266,1,1,1,1,1,0.596389413,0,1,1,1,1,1,1,0.33430329,0,0.542109715,0.541992807,0.542109929
-6693,1,0.327,1,1,1,1,1,1,1,1,0.3815,0.327,0,1,0.271,1,1,1,1,1,1,0.9151,0.271,0,1,0.5884,1,1,1,0.2576,0.5884,0,1,1,1,1,1,0.401581854,0,0.810499787,1,1,1,1,1,0.753066421,0,0.907876968,1,1,1,1,1,0.649424553,0,0.512868536,0.512798815,0.51285461
-6694,1,0.3276,1,1,1,1,1,1,1,1,0.3422,0.3276,0,1,0.2713,1,1,1,1,1,1,0.9403,0.2713,0,1,0.5887,1,1,1,0.2816,0.5887,0,1,1,1,1,1,0.366427183,0,0.854872286,1,1,1,1,1,0.766160905,0,1,1,1,1,1,1,0.666549444,0,0.47257129,0.472604189,0.47251773
-6695,1,0.3282,1,1,1,1,1,1,1,1,0.3134,0.3282,0,1,0.2715,1,1,1,1,1,1,0.8479,0.2715,0,1,0.5889,1,1,1,0.236,0.5889,0,1,1,1,1,1,0.388407975,0,0.916444004,1,1,1,1,1,0.70347935,0,1,1,1,1,1,1,0.566934347,0,0.431246979,0.431140258,0.431294326
-6696,1,0.3288,1,1,1,1,1,1,1,1,0.3026,0.3288,0,1,0.2717,1,1,1,1,1,1,0.7098,0.2717,0,1,0.5892,1,1,1,0.2511,0.5892,0,1,1,1,1,1,0.368942976,0,0.962187886,1,1,1,1,1,0.587595403,0,0.997555017,1,1,1,1,1,0.567894399,0,0.398139198,0.398138354,0.398492908
-6697,1,0.3293,1,1,1,1,1,1,1,1,0.2371,0.3293,0,1,0.272,1,1,1,1,1,1,0.5421,0.272,0,1,0.5895,1,1,1,0.175,0.5895,0,1,1,1,1,1,0.280556828,0,0.985560358,1,1,1,1,1,0.451959312,0,0.843686402,1,1,1,1,1,0.46140781,0,0.377477042,0.377617939,0.377659574
-6698,1,0.3299,1,1,1,1,1,1,1,1,0.1356,0.3299,0,1,0.2722,1,1,1,1,1,1,0.459,0.2722,0,1,0.5897,1,1,1,0.1802,0.5897,0,1,1,1,1,1,0.223633215,0,1,1,1,1,1,1,0.376689553,0,0.895747185,1,1,1,1,1,0.499272168,0,0.365756404,0.365771102,0.365691489
-6699,1,0.3305,1,1,1,1,1,1,1,1,0.1001,0.3305,0,1,0.2725,1,1,1,1,1,1,0.3878,0.2725,0,1,0.59,1,1,1,0.1846,0.59,0,1,1,1,1,1,0.179461643,0,0.939129233,1,1,1,1,1,0.319944471,0,0.664445579,1,1,1,1,1,0.483182371,0,0.360500242,0.360482336,0.360815603
-6700,1,0.3311,1,1,1,1,1,1,1,1,0.1397,0.3311,0,1,0.2727,1,1,1,1,1,1,0.3301,0.2727,0,1,0.5903,1,1,1,0.1905,0.5903,0,1,1,1,1,1,0.249889135,0,0.718378067,1,1,1,1,1,0.289884657,0,0.557069659,1,1,1,1,1,0.502558589,0,0.360560657,0.360693886,0.360815603
-6701,1,0.3316,1,1,1,1,1,1,1,1,0.1783,0.3316,0,1,0.2729,1,1,1,1,1,1,0.1926,0.2729,0,1,0.5906,1,1,1,0.1901,0.5906,0,1,1,1,1,1,0.264777541,0,0.677131236,1,1,1,1,1,0.195311487,0,0.544448733,1,1,1,1,1,0.398263603,0,0.368354277,0.36830971,0.368351064
-6702,1,0.3322,1,1,1,1,1,1,1,1,0.1339,0.3322,0.0002,1,0.2732,1,1,1,1,1,1,0.1446,0.2732,0,1,0.5908,1,1,1,0.1563,0.5908,0,1,1,1,1,1,0.206642434,9.25E-05,0.498658359,1,1,1,1,1,0.15268518,0,0.357061535,1,1,1,1,1,0.301889628,0.010572507,0.385814403,0.385656865,0.38608156
-6703,1,0.3328,1,1,1,1,1,1,1,1,0.0525,0.3328,0.2052,1,0.2734,1,1,1,1,1,1,0.076,0.2734,0.1866,1,0.5911,1,1,1,0.0897,0.5911,0.1455,1,1,1,1,1,0.06702812,0.429743975,0.331829369,1,1,1,1,1,0.079310298,0.398556292,0.240188763,1,1,1,1,1,0.190717682,0.477739513,0.410101498,0.409985191,0.41001773
-6704,1,0.3334,1,1,1,1,1,1,1,1,0.0121,0.3334,0.3909,1,0.2737,1,1,1,1,1,1,0.0017,0.2737,0.3581,1,0.5914,1,1,1,0.033,0.5914,0.2703,1,1,1,1,1,0.011005938,0.647102416,0.300596416,1,1,1,1,1,0.009546625,0.549649775,0.264137715,1,1,1,1,1,0.127817407,0.640514135,0.449311261,0.449333615,0.449468085
-6705,1,0.3339,1,1,1,1,1,1,1,1,0.0023,0.3339,0.461,1,0.2739,1,1,1,1,1,1,0,0.2739,0.4225,1,0.5916,1,1,1,0.0657,0.5916,0.3999,1,1,1,1,1,0.000652556,0.634536088,0.19768852,1,1,1,1,1,0.000869914,0.601077974,0.258617282,1,1,1,1,1,0.067116655,0.802031279,0.477344128,0.477258303,0.477393617
-6706,1,0.3345,1,1,1,1,1,1,1,1,0.0003,0.3345,0.4752,1,0.2741,1,1,1,1,1,1,0,0.2741,0.3928,1,0.5919,1,1,1,0.063,0.5919,0.4023,1,1,1,1,1,5.04E-05,0.620258629,0.103566222,1,1,1,1,1,7.52E-05,0.546189308,0.122826181,1,1,1,1,1,0.04036979,0.636221945,0.492568874,0.492701502,0.492464539
-6707,1,0.3351,1,1,1,1,1,1,1,1,0,0.3351,0.3909,1,0.2744,1,1,1,1,1,1,0,0.2744,0.3719,1,0.5922,1,1,1,0.0137,0.5922,0.4362,1,1,1,1,1,0,0.524386466,0.033595569,1,1,1,1,1,0.001995335,0.508595049,0.018175917,1,1,1,1,1,0.007257406,0.615726829,0.500241663,0.500317326,0.5
-6708,1,0.3357,1,1,1,1,1,1,1,1,0.0005,0.3357,0.3453,1,0.2746,1,1,1,1,1,1,0,0.2746,0.3312,1,0.5925,1,1,1,0.0068,0.5925,0.3733,1,1,1,1,1,0.001536926,0.512536228,0.008162626,1,1,1,1,1,0,0.43784976,0,1,1,1,1,1,0.013056614,0.507362127,0.505618656,0.505817643,0.505762411
-6709,1,0.3362,1,1,1,1,1,1,1,1,0.0006,0.3362,0.2928,1,0.2749,1,1,1,1,1,1,0,0.2749,0.2789,1,0.5927,1,1,1,0.0002,0.5927,0.3452,1,1,1,1,1,0.001762586,0.409453839,0.00348421,1,1,1,1,1,0,0.385296345,0,1,1,1,1,1,0.005129849,0.433191687,0.505316578,0.505394542,0.505319149
-6710,1,0.3368,1,1,1,1,1,1,1,1,0,0.3368,0.2181,1,0.2751,1,1,1,1,1,1,0,0.2751,0.2256,1,0.593,1,1,1,0.0001,0.593,0.3163,1,1,1,1,1,0.000194437,0.311335564,0.016520938,1,1,1,1,1,0.0001385,0.353197753,0,1,1,1,1,1,0.004219857,0.304318756,0.505437409,0.505394542,0.505762411
-6711,1,0.3374,1,1,1,1,1,1,1,1,0.0091,0.3374,0.1528,1,0.2754,1,1,1,1,1,1,0,0.2754,0.2398,1,0.5933,1,1,1,0.0043,0.5933,0.2246,1,1,1,1,1,0.00604995,0.287944049,0.000878571,1,1,1,1,1,0.00030556,0.385638833,0,1,1,1,1,1,0.00619168,0.190016523,0.507733204,0.507721599,0.507978723
-6712,1,0.338,1,1,1,1,1,1,1,1,0.0013,0.338,0.0877,1,0.2756,1,1,1,1,1,1,0,0.2756,0.1197,1,0.5935,1,1,1,0.0006,0.5935,0.1066,1,1,1,1,1,0.003006118,0.221310288,0.048830677,1,1,1,1,1,0.002543386,0.206427306,0,1,1,1,1,1,0.004897978,0.082466125,0.517037216,0.517029829,0.516843972
-6713,1,0.3385,1,1,1,1,1,1,1,1,0.007,0.3385,0,1,0.2758,1,1,1,1,1,1,0,0.2758,0,1,0.5938,1,1,1,0.0002,0.5938,0,1,1,1,1,1,0.01438568,0,0.066092379,1,1,1,1,1,0.007348609,0,0,1,1,1,1,1,0.008038185,0,0.53020783,0.53014597,0.530141844
-6714,1,0.3391,1,1,1,1,1,1,1,1,0.0041,0.3391,0,1,0.2761,1,1,1,1,1,1,0.0211,0.2761,0,1,0.5941,1,1,1,0.0009,0.5941,0,1,1,1,1,1,0.012874289,0,0.028415626,1,1,1,1,1,0.037173077,0,0,1,1,1,1,1,0.017312083,0,0.557576124,0.557647557,0.557624113
-6715,1,0.3397,1,1,1,1,1,1,1,1,0.0082,0.3397,0,1,0.2763,1,1,1,1,1,1,0.0393,0.2763,0,1,0.5944,1,1,1,0.0116,0.5944,0,1,1,1,1,1,0.020390997,0,0.033875264,1,1,1,1,1,0.051272891,0,0.019129058,1,1,1,1,1,0.038402803,0,0.556065732,0.555955151,0.556294326
-6716,1,0.3403,1,1,1,1,1,1,1,1,0.0158,0.3403,0,1,0.2766,1,1,1,1,1,1,0.1269,0.2766,0,1,0.5946,1,1,1,0.0105,0.5946,0,1,1,1,1,1,0.022585468,0,0.040184591,1,1,1,1,1,0.116981685,0,0.022314399,1,1,1,1,1,0.027194932,0,0.534920251,0.534800085,0.53501773
-6717,1,0.3408,1,1,1,1,1,1,1,1,0.0776,0.3408,0,1,0.2768,1,1,1,1,1,1,0.0841,0.2768,0,1,0.5949,1,1,1,0.0221,0.5949,0,1,1,1,1,1,0.107099362,0,0.002453068,1,1,1,1,1,0.1303287,0,0.060591631,1,1,1,1,1,0.054817796,0,0.501087482,0.500951978,0.501329787
-6718,1,0.3414,1,1,1,1,1,1,1,1,0.0636,0.3414,0,1,0.277,1,1,1,1,1,1,0,0.277,0,1,0.5952,1,1,1,0.06,0.5952,0,1,1,1,1,1,0.114894591,0,0.014232986,1,1,1,1,1,0.030719331,0,0.75031811,1,1,1,1,1,0.136021003,0,0.460669406,0.460757351,0.460549645
-6719,1,0.342,1,1,1,1,1,1,1,1,0.0354,0.342,0,1,0.2773,1,1,1,1,1,1,0.0322,0.2773,0,1,0.5954,1,1,1,0.0574,0.5954,0,1,1,1,1,1,0.028593099,0,0.111322448,1,1,1,1,1,0.035458799,0,0.987635136,1,1,1,1,1,0.079074338,0,0.420674239,0.420774275,0.420656028
-6720,1,0.3426,1,1,1,1,1,1,1,1,0.0879,0.3426,0,1,0.2775,1,1,1,1,1,1,0.0215,0.2775,0,1,0.5957,1,1,1,0.0465,0.5957,0,1,1,1,1,1,0.082272053,0,0.286079288,1,1,1,1,1,0.023242554,0,0.55422914,1,1,1,1,1,0.073879823,0,0.390466409,0.39052253,0.390514184
-6721,1,0.3431,1,1,1,1,1,1,1,1,0.0486,0.3431,0,1,0.2778,1,1,1,1,1,1,0.0029,0.2778,0,1,0.596,1,1,1,0.0317,0.596,0,1,1,1,1,1,0.025966886,0,0.321511328,1,1,1,1,1,0.005716138,0,0.300387979,1,1,1,1,1,0.043058682,0,0.372643789,0.372752274,0.372783688
-6722,1,0.3437,1,1,1,1,1,1,1,1,0.0294,0.3437,0,1,0.278,1,1,1,1,1,1,0.0335,0.278,0,1,0.5963,1,1,1,0.0398,0.5963,0,1,1,1,1,1,0.009075326,0,0.375731498,1,1,1,1,1,0.032488473,0,0.347758949,1,1,1,1,1,0.068151586,0,0.364306428,0.364290248,0.364361702
-6723,1,0.3443,1,1,1,1,1,1,1,1,0.0421,0.3443,0,1,0.2782,1,1,1,1,1,1,0.0153,0.2782,0,1,0.5965,1,1,1,0.0681,0.5965,0,1,1,1,1,1,0.00576963,0,0.479972899,1,1,1,1,1,0.02331708,0,0.316654444,1,1,1,1,1,0.128493413,0,0.363218946,0.363232494,0.363031915
-6724,1,0.3449,1,1,1,1,1,1,1,1,0.052,0.3449,0,1,0.2785,1,1,1,1,1,1,0.0025,0.2785,0,1,0.5968,1,1,1,0.0693,0.5968,0,1,1,1,1,1,0.00963959,0,0.454775989,1,1,1,1,1,0.009197729,0,0.299769104,1,1,1,1,1,0.153717369,0,0.372341711,0.372329173,0.372340426
-6725,1,0.3454,1,1,1,1,1,1,1,1,0.0618,0.3454,0,1,0.2787,1,1,1,1,1,1,0.0044,0.2787,0,1,0.5971,1,1,1,0.0529,0.5971,0,1,1,1,1,1,0.017692491,0,0.462275833,1,1,1,1,1,0.011971083,0,0.431733787,1,1,1,1,1,0.137263671,0,0.400132914,0.40004231,0.400265957
-6726,1,0.346,1,1,1,1,1,1,1,1,0.0221,0.346,0.0002,1,0.279,1,1,1,1,1,1,0,0.279,0,1,0.5973,1,1,1,0.0549,0.5973,0,1,1,1,1,1,0.00546492,0,0.403521985,1,1,1,1,1,0.002944854,0,0.303739548,1,1,1,1,1,0.161421046,0.000301312,0.448284195,0.448275862,0.44858156
-6727,1,0.3466,1,1,1,1,1,1,1,1,0.013,0.3466,0.21,1,0.2792,1,1,1,1,1,1,0.0281,0.2792,0.1812,1,0.5976,1,1,1,0.0289,0.5976,0.193,1,1,1,1,1,0.004373851,0.446430266,0.254143655,1,1,1,1,1,0.031816568,0.408250421,0.207293466,1,1,1,1,1,0.102420188,0.546854794,0.490031416,0.489951343,0.490248227
-6728,1,0.3466,1,1,1,1,1,1,1,1,0.0026,0.3466,0.403,1,0.2792,1,1,1,1,1,1,0.0298,0.2792,0.3469,1,0.5976,1,1,1,0.0475,0.5976,0.3742,1,1,1,1,1,0.005337123,0.673646331,0.148626134,1,1,1,1,1,0.033682946,0.626335621,0.140441626,1,1,1,1,1,0.143540367,0.817800939,0.52380377,0.52379945,0.52393617
-6729,1,0.3466,1,1,1,1,1,1,1,1,0.0061,0.3466,0.5426,1,0.2792,1,1,1,1,1,1,0,0.2792,0.4753,1,0.5976,1,1,1,0.1567,0.5976,0.5477,1,1,1,1,1,0.002349438,0.67010802,0.077062078,1,1,1,1,1,0.001105416,0.716870546,0.097771466,1,1,1,1,1,0.305812389,0.904893041,0.546580474,0.546646922,0.546542553
-6730,1,0.3466,1,1,1,1,1,1,1,1,0.0021,0.3466,0.5487,1,0.2792,1,1,1,1,1,1,0,0.2792,0.5006,1,0.5976,1,1,1,0.1382,0.5976,0.6175,1,1,1,1,1,0.001556425,0.701361537,0.018560328,1,1,1,1,1,0.001166549,0.68150568,0.049912829,1,1,1,1,1,0.267435372,0.753721297,0.559751087,0.559763063,0.559840426
-6731,1,0.3466,1,1,1,1,1,1,1,1,0,0.3466,0.4916,1,0.2792,1,1,1,1,1,1,0,0.2792,0.4764,1,0.5976,1,1,1,0.1386,0.5976,0.5935,1,1,1,1,1,8.15E-06,0.669006646,0.007897698,1,1,1,1,1,1.78E-05,0.653989673,0.041202359,1,1,1,1,1,0.21234639,0.751318693,0.563980184,0.563994077,0.56427305
-6732,1,0.3466,1,1,1,1,1,1,1,1,0,0.3466,0.5012,1,0.2792,1,1,1,1,1,1,0,0.2792,0.4148,1,0.5976,1,1,1,0.0822,0.5976,0.5918,1,1,1,1,1,7.13E-05,0.672727823,0.000772245,1,1,1,1,1,0,0.620639443,0,1,1,1,1,1,0.124228187,0.729339302,0.560476075,0.560609266,0.56072695
-6733,1,0.3466,1,1,1,1,1,1,1,1,0,0.3466,0.4069,1,0.2792,1,1,1,1,1,1,0,0.2792,0.4005,1,0.5976,1,1,1,0.0399,0.5976,0.589,1,1,1,1,1,0,0.605916619,0.000119483,1,1,1,1,1,0,0.578718305,0,1,1,1,1,1,0.034758534,0.724203169,0.557757371,0.557859107,0.557624113
-6734,1,0.3466,1,1,1,1,1,1,1,1,0,0.3466,0.3289,1,0.2792,1,1,1,1,1,1,0,0.2792,0.3656,1,0.5976,1,1,1,0.03,0.5976,0.5306,1,1,1,1,1,0.000133212,0.494391203,0.000110019,1,1,1,1,1,0,0.611369908,0,1,1,1,1,1,0.025655482,0.705402911,0.553951184,0.553839645,0.554078014
-6735,1,0.3466,1,1,1,1,1,1,1,1,0,0.3466,0.2941,1,0.2792,1,1,1,1,1,1,0,0.2792,0.2759,1,0.5976,1,1,1,0.0252,0.5976,0.3397,1,1,1,1,1,0.000321227,0.511180878,7.69E-05,1,1,1,1,1,0,0.464196116,0,1,1,1,1,1,0.046144225,0.617905617,0.550447076,0.550454834,0.550531915
-6736,1,0.3466,1,1,1,1,1,1,1,1,0.0004,0.3466,0.1047,1,0.2792,1,1,1,1,1,1,0,0.2792,0.1485,1,0.5976,1,1,1,0.0128,0.5976,0.1665,1,1,1,1,1,0.000633507,0.324589312,0.000316017,1,1,1,1,1,0,0.338239223,0,1,1,1,1,1,0.013229004,0.377579153,0.557696955,0.557859107,0.557624113
-6737,1,0.3466,1,1,1,1,1,1,1,1,0.0003,0.3466,0,1,0.2792,1,1,1,1,1,1,0,0.2792,0.0001,1,0.5976,1,1,1,0.0031,0.5976,0,1,1,1,1,1,2.14E-05,0,0.008834084,1,1,1,1,1,0,9.30E-05,0,1,1,1,1,1,0.005197801,0,0.577875785,0.577956421,0.578014184
-6738,1,0.3466,1,1,1,1,1,1,1,1,0.0002,0.3466,0,1,0.2792,1,1,1,1,1,1,0,0.2792,0,1,0.5976,1,1,1,0.0031,0.5976,0,1,1,1,1,1,0.003305031,0,0.022643756,1,1,1,1,1,0.001261779,0,0,1,1,1,1,1,0.003572961,0,0.61122523,0.611169875,0.611702128
-6739,1,0.3466,1,1,1,1,1,1,1,1,0.0028,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0014,0.2792,0,1,0.5976,1,1,1,0.0093,0.5976,0,1,1,1,1,1,0.013157723,0,0,1,1,1,1,1,0.012306407,0,0,1,1,1,1,1,0.016989056,0,0.613521025,0.613496933,0.61391844
-6740,1,0.3466,1,1,1,1,1,1,1,1,0,0.3466,0,1,0.2792,1,1,1,1,1,1,0,0.2792,0,1,0.5976,1,1,1,0.0102,0.5976,0,1,1,1,1,1,0.000602268,0,0,1,1,1,1,1,6.04E-05,0,0,1,1,1,1,1,0.011656757,0,0.586333978,0.586206897,0.58643617
-6741,1,0.3466,1,1,1,1,1,1,1,1,0.0012,0.3466,0,1,0.2792,1,1,1,1,1,1,0,0.2792,0,1,0.5976,1,1,1,0.0069,0.5976,0,1,1,1,1,1,0.00033539,0,0.027676476,1,1,1,1,1,0.002160145,0,0.022766232,1,1,1,1,1,0.008247647,0,0.541263896,0.541146605,0.541223404
-6742,1,0.3466,1,1,1,1,1,1,1,1,0.0086,0.3466,0,1,0.2792,1,1,1,1,1,1,0,0.2792,0,1,0.5976,1,1,1,0.0063,0.5976,0,1,1,1,1,1,0.003790528,0,0.070905633,1,1,1,1,1,0.00561779,0,0.07192409,1,1,1,1,1,0.005266589,0,0.485621073,0.48572033,0.48537234
-6743,1,0.3466,1,1,1,1,1,1,1,1,0.034,0.3466,0,1,0.2792,1,1,1,1,1,1,0,0.2792,0,1,0.5976,1,1,1,0.0057,0.5976,0,1,1,1,1,1,0.016971923,0,0.1543089,1,1,1,1,1,0.012988219,0,0.258083522,1,1,1,1,1,0.005319393,0,0.436019816,0.436005923,0.436170213
-6744,1,0.3466,1,1,1,1,1,1,1,1,0.0477,0.3466,0,1,0.2792,1,1,1,1,1,1,0,0.2792,0,1,0.5976,1,1,1,0.0067,0.5976,0,1,1,1,1,1,0.014688787,0,0.332121104,1,1,1,1,1,0.029044895,0,0.254785836,1,1,1,1,1,0.023291167,0,0.401884969,0.401734715,0.402039007
-6745,1,0.3466,1,1,1,1,1,1,1,1,0.0464,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0212,0.2792,0,1,0.5976,1,1,1,0.0092,0.5976,0,1,1,1,1,1,0.026817631,0,0.267746598,1,1,1,1,1,0.068456501,0,0.146613628,1,1,1,1,1,0.054715157,0,0.383518608,0.383541358,0.383865248
-6746,1,0.3466,1,1,1,1,1,1,1,1,0.0581,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1118,0.2792,0,1,0.5976,1,1,1,0.0158,0.5976,0,1,1,1,1,1,0.037466839,0,0.281864136,1,1,1,1,1,0.165712908,0,0.090384558,1,1,1,1,1,0.05736636,0,0.375120831,0.375079331,0.375443262
-6747,1,0.3466,1,1,1,1,1,1,1,1,0.1399,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1529,0.2792,0,1,0.5976,1,1,1,0.0265,0.5976,0,1,1,1,1,1,0.112458475,0,0.274476081,1,1,1,1,1,0.237115532,0,0.231253147,1,1,1,1,1,0.072913401,0,0.373912518,0.373810028,0.373670213
-6748,1,0.3466,1,1,1,1,1,1,1,1,0.1323,0.3466,0,1,0.2792,1,1,1,1,1,1,0.146,0.2792,0,1,0.5976,1,1,1,0.0568,0.5976,0,1,1,1,1,1,0.198811889,0,0.53602469,1,1,1,1,1,0.248898372,0,0.366147399,1,1,1,1,1,0.168443084,0,0.385270662,0.385233763,0.385195035
-6749,1,0.3466,1,1,1,1,1,1,1,1,0.1092,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0862,0.2792,0,1,0.5976,1,1,1,0.0807,0.5976,0,1,1,1,1,1,0.110356398,0,0.737080693,1,1,1,1,1,0.157834783,0,0.534313619,1,1,1,1,1,0.259841323,0,0.426413726,0.426486143,0.42641844
-6750,1,0.3466,1,1,1,1,1,1,1,1,0.1124,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0531,0.2792,0,1,0.5976,1,1,1,0.1128,0.5976,0,1,1,1,1,1,0.088373236,0,0.648431182,1,1,1,1,1,0.128506318,0,0.337046355,1,1,1,1,1,0.316768587,0,0.506947801,0.506875397,0.507092199
-6751,1,0.3466,1,1,1,1,1,1,1,1,0.1601,0.3466,0.0868,1,0.2792,1,1,1,1,1,1,0.1076,0.2792,0.0828,1,0.5976,1,1,1,0.1292,0.5976,0.2248,1,1,1,1,1,0.071194194,0.150946185,0.997513533,1,1,1,1,1,0.173684478,0.144178793,0.64741993,1,1,1,1,1,0.299002171,0.343138337,0.554555341,0.554685847,0.554964539
-6752,1,0.3466,1,1,1,1,1,1,1,1,0.215,0.3466,0.2012,1,0.2792,1,1,1,1,1,1,0.0557,0.2792,0.2441,1,0.5976,1,1,1,0.0766,0.5976,0.4344,1,1,1,1,1,0.100730732,0.256340414,1,1,1,1,1,1,0.096260458,0.40381819,0.981088996,1,1,1,1,1,0.196507066,0.611029744,0.569115515,0.569071293,0.569148936
-6753,1,0.3466,1,1,1,1,1,1,1,1,0.1666,0.3466,0.2911,1,0.2792,1,1,1,1,1,1,0.0957,0.2792,0.3888,1,0.5976,1,1,1,0.0498,0.5976,0.5851,1,1,1,1,1,0.095970914,0.468680978,1,1,1,1,1,1,0.122772701,0.613432884,0.986424625,1,1,1,1,1,0.166985586,0.707173824,0.578057032,0.577956421,0.578014184
-6754,1,0.3466,1,1,1,1,1,1,1,1,0.2361,0.3466,0.3811,1,0.2792,1,1,1,1,1,1,0.1115,0.2792,0.4413,1,0.5976,1,1,1,0.0784,0.5976,0.6364,1,1,1,1,1,0.117936902,0.543096483,1,1,1,1,1,1,0.153164327,0.673296094,0.891975224,1,1,1,1,1,0.200265616,0.668670416,0.585125665,0.585149143,0.585106383
-6755,1,0.3466,1,1,1,1,1,1,1,1,0.1731,0.3466,0.4499,1,0.2792,1,1,1,1,1,1,0.1445,0.2792,0.4674,1,0.5976,1,1,1,0.087,0.5976,0.5992,1,1,1,1,1,0.06318713,0.650409639,1,1,1,1,1,1,0.195994854,0.700183451,1,1,1,1,1,1,0.198541671,0.653125763,0.588086032,0.588110853,0.58820922
-6756,1,0.3466,1,1,1,1,1,1,1,1,0.1118,0.3466,0.4285,1,0.2792,1,1,1,1,1,1,0.037,0.2792,0.4583,1,0.5976,1,1,1,0.0371,0.5976,0.5249,1,1,1,1,1,0.030380014,0.610284388,1,1,1,1,1,1,0.061125971,0.649542391,1,1,1,1,1,1,0.084283896,0.587808549,0.585911068,0.585783795,0.585992908
-6757,1,0.3466,1,1,1,1,1,1,1,1,0.0972,0.3466,0.4819,1,0.2792,1,1,1,1,1,1,0.0797,0.2792,0.5278,1,0.5976,1,1,1,0.121,0.5976,0.5461,1,1,1,1,1,0.028338,0.728067577,0.997890115,1,1,1,1,1,0.113896295,0.745921969,1,1,1,1,1,1,0.338595182,0.7294451,0.585246496,0.585360694,0.585549645
-6758,1,0.3466,1,1,1,1,1,1,1,1,0.0977,0.3466,0.3705,1,0.2792,1,1,1,1,1,1,0.0917,0.2792,0.4113,1,0.5976,1,1,1,0.0724,0.5976,0.4475,1,1,1,1,1,0.029328089,0.507050872,0.994013309,1,1,1,1,1,0.106363043,0.574499488,1,1,1,1,1,1,0.207379118,0.539470851,0.579929918,0.579860377,0.580230496
-6759,1,0.3466,1,1,1,1,1,1,1,1,0.1691,0.3466,0.2989,1,0.2792,1,1,1,1,1,1,0.1281,0.2792,0.3361,1,0.5976,1,1,1,0.086,0.5976,0.3185,1,1,1,1,1,0.061489757,0.479913384,1,1,1,1,1,1,0.136671856,0.544218779,1,1,1,1,1,1,0.235585153,0.494458705,0.576304978,0.576264015,0.576241135
-6760,1,0.3466,1,1,1,1,1,1,1,1,0.1603,0.3466,0.1446,1,0.2792,1,1,1,1,1,1,0.0589,0.2792,0.178,1,0.5976,1,1,1,0.0875,0.5976,0.1595,1,1,1,1,1,0.057524029,0.315038681,1,1,1,1,1,1,0.067050278,0.364086449,0.98139298,1,1,1,1,1,0.213006377,0.281802654,0.581440309,0.581552782,0.581560284
-6761,1,0.3466,1,1,1,1,1,1,1,1,0.1026,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0169,0.2792,0,1,0.5976,1,1,1,0.0375,0.5976,0,1,1,1,1,1,0.019130833,0,1,1,1,1,1,1,0.024278464,0,0.906721532,1,1,1,1,1,0.086392403,0,0.598537941,0.598688386,0.598847518
-6762,1,0.3466,1,1,1,1,1,1,1,1,0.1137,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0781,0.2792,0,1,0.5976,1,1,1,0.0548,0.5976,0,1,1,1,1,1,0.029579394,0,1,1,1,1,1,1,0.099139854,0,0.97234273,1,1,1,1,1,0.119942367,0,0.628141614,0.628093928,0.628546099
-6763,1,0.3466,1,1,1,1,1,1,1,1,0.1154,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1118,0.2792,0,1,0.5976,1,1,1,0.0771,0.5976,0,1,1,1,1,1,0.051703744,0,1,1,1,1,1,1,0.148631468,0,0.986897409,1,1,1,1,1,0.214124575,0,0.626993717,0.627036175,0.627216312
-6764,1,0.3466,1,1,1,1,1,1,1,1,0.1192,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0635,0.2792,0,1,0.5976,1,1,1,0.1458,0.5976,0,1,1,1,1,1,0.091729134,0,1,1,1,1,1,1,0.098334208,0,1,1,1,1,1,1,0.359790951,0,0.598900435,0.598899937,0.59929078
-6765,1,0.3466,1,1,1,1,1,1,1,1,0.0989,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0633,0.2792,0,1,0.5976,1,1,1,0.1117,0.5976,0,1,1,1,1,1,0.096166536,0,0.975585461,1,1,1,1,1,0.100363612,0,0.787068844,1,1,1,1,1,0.301354229,0,0.552259546,0.552147239,0.552304965
-6766,1,0.3466,1,1,1,1,1,1,1,1,0.0429,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0663,0.2792,0,1,0.5976,1,1,1,0.0978,0.5976,0,1,1,1,1,1,0.058521368,0,0.653302729,1,1,1,1,1,0.090242699,0,0.602024615,1,1,1,1,1,0.268244684,0,0.493535524,0.493547705,0.493794326
-6767,1,0.3466,1,1,1,1,1,1,1,1,0.0407,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0472,0.2792,0,1,0.5976,1,1,1,0.1056,0.5976,0,1,1,1,1,1,0.047759715,0,0.512501121,1,1,1,1,1,0.078360602,0,0.63500762,1,1,1,1,1,0.237788051,0,0.441517641,0.441506241,0.441489362
-6768,1,0.3466,1,1,1,1,1,1,1,1,0.1094,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0588,0.2792,0,1,0.5976,1,1,1,0.0851,0.5976,0,1,1,1,1,1,0.096994177,0,0.678081334,1,1,1,1,1,0.085008591,0,0.631480396,1,1,1,1,1,0.224880949,0,0.408168197,0.408081235,0.408244681
-6769,1,0.3466,1,1,1,1,1,1,1,1,0.0696,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0499,0.2792,0,1,0.5976,1,1,1,0.089,0.5976,0,1,1,1,1,1,0.059145331,0,0.639155328,1,1,1,1,1,0.085410662,0,0.488362908,1,1,1,1,1,0.241266355,0,0.389801837,0.389676327,0.390070922
-6770,1,0.3466,1,1,1,1,1,1,1,1,0.0566,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1099,0.2792,0,1,0.5976,1,1,1,0.0672,0.5976,0,1,1,1,1,1,0.058106218,0,0.345641792,1,1,1,1,1,0.130248338,0,0.352251053,1,1,1,1,1,0.235520363,0,0.380860319,0.380791199,0.380762411
-6771,1,0.3466,1,1,1,1,1,1,1,1,0.0523,0.3466,0,1,0.2792,1,1,1,1,1,1,0.102,0.2792,0,1,0.5976,1,1,1,0.0353,0.5976,0,1,1,1,1,1,0.0554846,0,0.358208895,1,1,1,1,1,0.13359946,0,0.388893187,1,1,1,1,1,0.130688593,0,0.378685355,0.378675693,0.378546099
-6772,1,0.3466,1,1,1,1,1,1,1,1,0.0779,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0864,0.2792,0,1,0.5976,1,1,1,0.0432,0.5976,0,1,1,1,1,1,0.111316033,0,0.531585157,1,1,1,1,1,0.122792765,0,0.572041631,1,1,1,1,1,0.15660201,0,0.389137264,0.389041675,0.389184397
-6773,1,0.3466,1,1,1,1,1,1,1,1,0.0442,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0328,0.2792,0,1,0.5976,1,1,1,0.0606,0.5976,0,1,1,1,1,1,0.059573509,0,0.494532615,1,1,1,1,1,0.063535035,0,0.40407753,1,1,1,1,1,0.210478544,0,0.428769937,0.428813201,0.428634752
-6774,1,0.3466,1,1,1,1,1,1,1,1,0.0289,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0044,0.2792,0,1,0.5976,1,1,1,0.0584,0.5976,0,1,1,1,1,1,0.020830574,0,0.33838442,1,1,1,1,1,0.023046575,0,0.227463871,1,1,1,1,1,0.223389268,0,0.508518608,0.508567802,0.508421986
-6775,1,0.3466,1,1,1,1,1,1,1,1,0.0655,0.3466,0.0937,1,0.2792,1,1,1,1,1,1,0.0826,0.2792,0.078,1,0.5976,1,1,1,0.1006,0.5976,0.1689,1,1,1,1,1,0.038763713,0.253139287,0.376995355,1,1,1,1,1,0.123411313,0.086345442,0.467191905,1,1,1,1,1,0.365700006,0.388032496,0.558482359,0.558493759,0.558510638
-6776,1,0.3466,1,1,1,1,1,1,1,1,0.0048,0.3466,0.3591,1,0.2792,1,1,1,1,1,1,0,0.2792,0.3725,1,0.5976,1,1,1,0.007,0.5976,0.3644,1,1,1,1,1,0.001101023,0.657166183,0.705942273,1,1,1,1,1,0.004858896,0.677091777,1,1,1,1,1,1,0.025848042,0.691464782,0.572619623,0.572667654,0.572695035
-6777,1,0.3466,1,1,1,1,1,1,1,1,0.0355,0.3466,0.3972,1,0.2792,1,1,1,1,1,1,0.091,0.2792,0.2741,1,0.5976,1,1,1,0.0688,0.5976,0.4533,1,1,1,1,1,0.042388275,0.601156712,0.275752366,1,1,1,1,1,0.117496878,0.272086143,0.531220436,1,1,1,1,1,0.228873938,0.725151062,0.581742388,0.581764333,0.582003546
-6778,1,0.3466,1,1,1,1,1,1,1,1,0.037,0.3466,0.4549,1,0.2792,1,1,1,1,1,1,0.1191,0.2792,0.384,1,0.5976,1,1,1,0.0556,0.5976,0.4972,1,1,1,1,1,0.067078978,0.645549417,0.277182281,1,1,1,1,1,0.172403365,0.334845424,0.435575396,1,1,1,1,1,0.157722458,0.731512189,0.590381827,0.59043791,0.590425532
-6779,1,0.3466,1,1,1,1,1,1,1,1,0.0599,0.3466,0.4754,1,0.2792,1,1,1,1,1,1,0.0721,0.2792,0.3374,1,0.5976,1,1,1,0.1288,0.5976,0.4977,1,1,1,1,1,0.067750052,0.643056512,0.550920486,1,1,1,1,1,0.108444527,0.353471756,0.349782228,1,1,1,1,1,0.323969334,0.68797791,0.594308845,0.594457373,0.594414894
-6780,1,0.3466,1,1,1,1,1,1,1,1,0.0366,0.3466,0.3865,1,0.2792,1,1,1,1,1,1,0.0277,0.2792,0.3118,1,0.5976,1,1,1,0.1471,0.5976,0.4231,1,1,1,1,1,0.041172579,0.451888233,0.394640565,1,1,1,1,1,0.042276297,0.361315727,0.484320462,1,1,1,1,1,0.331653774,0.617237687,0.59340261,0.593399619,0.593528369
-6781,1,0.3466,1,1,1,1,1,1,1,1,0.0423,0.3466,0.3377,1,0.2792,1,1,1,1,1,1,0,0.2792,0.2514,1,0.5976,1,1,1,0.1438,0.5976,0.4036,1,1,1,1,1,0.099162363,0.452947617,0.433338583,1,1,1,1,1,0.036463175,0.281339109,0.495350808,1,1,1,1,1,0.328442425,0.471841216,0.593463026,0.59361117,0.593528369
-6782,1,0.3466,1,1,1,1,1,1,1,1,0.0627,0.3466,0.2987,1,0.2792,1,1,1,1,1,1,0.0407,0.2792,0.2596,1,0.5976,1,1,1,0.1573,0.5976,0.2994,1,1,1,1,1,0.157330036,0.376675636,0.469077557,1,1,1,1,1,0.044951759,0.39390415,0.539711297,1,1,1,1,1,0.376034111,0.41586715,0.590079749,0.590014809,0.590425532
-6783,1,0.3466,1,1,1,1,1,1,1,1,0.0809,0.3466,0.1315,1,0.2792,1,1,1,1,1,1,0.0339,0.2792,0.2091,1,0.5976,1,1,1,0.1466,0.5976,0.1708,1,1,1,1,1,0.104586668,0.201675147,0.38160032,1,1,1,1,1,0.05495017,0.483884007,0.535996616,1,1,1,1,1,0.396012932,0.270551652,0.587965201,0.587899302,0.58820922
-6784,1,0.3466,1,1,1,1,1,1,1,1,0.1272,0.3466,0.0554,1,0.2792,1,1,1,1,1,1,0.0714,0.2792,0.1315,1,0.5976,1,1,1,0.1633,0.5976,0.0249,1,1,1,1,1,0.118119992,0.13234432,0.283620864,1,1,1,1,1,0.094144784,0.346353352,0.823537469,1,1,1,1,1,0.43169558,0.01304411,0.594429676,0.594457373,0.594858156
-6785,1,0.3466,1,1,1,1,1,1,1,1,0.0916,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2152,0.2792,0,1,0.5976,1,1,1,0.2401,0.5976,0,1,1,1,1,1,0.121573985,0,0.194965973,1,1,1,1,1,0.255102187,7.78E-05,1,1,1,1,1,1,0.511321902,0,0.607962784,0.607785065,0.608156028
-6786,1,0.3466,1,1,1,1,1,1,1,1,0.1289,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0988,0.2792,0,1,0.5976,1,1,1,0.3096,0.5976,0,1,1,1,1,1,0.164796934,0,0.40956527,1,1,1,1,1,0.160871103,0,0.72855705,1,1,1,1,1,0.526630044,0,0.630679072,0.630632536,0.630762411
-6787,1,0.3466,1,1,1,1,1,1,1,1,0.252,0.3466,0,1,0.2792,1,1,1,1,1,1,0.4637,0.2792,0,1,0.5976,1,1,1,0.3077,0.5976,0,1,1,1,1,1,0.353582323,0,0.828370929,1,1,1,1,1,0.590363443,0,0.622183502,1,1,1,1,1,0.493688554,0,0.628866602,0.62872858,0.628989362
-6788,1,0.3466,1,1,1,1,1,1,1,1,0.4293,0.3466,0,1,0.2792,1,1,1,1,1,1,0.5211,0.2792,0,1,0.5976,1,1,1,0.3189,0.5976,0,1,1,1,1,1,0.498849064,0,0.793325543,1,1,1,1,1,0.499997199,0,1,1,1,1,1,1,0.445196986,0,0.600833736,0.600803893,0.60106383
-6789,1,0.3466,1,1,1,1,1,1,1,1,0.3706,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2535,0.2792,0,1,0.5976,1,1,1,0.3293,0.5976,0,1,1,1,1,1,0.363704234,0,0.824182868,1,1,1,1,1,0.284602195,0,1,1,1,1,1,1,0.491083354,0,0.555280329,0.555320499,0.555407801
-6790,1,0.3466,1,1,1,1,1,1,1,1,0.3447,0.3466,0,1,0.2792,1,1,1,1,1,1,0.268,0.2792,0,1,0.5976,1,1,1,0.274,0.5976,0,1,1,1,1,1,0.465662777,0,0.832734466,1,1,1,1,1,0.343891442,0,1,1,1,1,1,1,0.551001966,0,0.497160464,0.497144066,0.497340426
-6791,1,0.3466,1,1,1,1,1,1,1,1,0.6278,0.3466,0,1,0.2792,1,1,1,1,1,1,0.5727,0.2792,0,1,0.5976,1,1,1,0.4509,0.5976,0,1,1,1,1,1,0.708380222,0,1,1,1,1,1,1,0.608915091,0,1,1,1,1,1,1,0.760071218,0,0.444417593,0.44446795,0.444592199
-6792,1,0.3466,1,1,1,1,1,1,1,1,0.5968,0.3466,0,1,0.2792,1,1,1,1,1,1,0.4658,0.2792,0,1,0.5976,1,1,1,0.3487,0.5976,0,1,1,1,1,1,0.537394404,0,1,1,1,1,1,1,0.456106931,0,1,1,1,1,1,1,0.785681129,0,0.409618173,0.409773641,0.409574468
-6793,1,0.3466,1,1,1,1,1,1,1,1,0.5469,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3804,0.2792,0,1,0.5976,1,1,1,0.571,0.5976,0,1,1,1,1,1,0.507637441,0,1,1,1,1,1,1,0.368788421,0,1,1,1,1,1,1,0.790098011,0,0.391070565,0.390945631,0.390957447
-6794,1,0.3466,1,1,1,1,1,1,1,1,0.5591,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3875,0.2792,0,1,0.5976,1,1,1,0.6412,0.5976,0,1,1,1,1,1,0.565773308,0,1,1,1,1,1,1,0.419285446,0,1,1,1,1,1,1,0.794419527,0,0.380920735,0.380791199,0.380762411
-6795,1,0.3466,1,1,1,1,1,1,1,1,0.539,0.3466,0,1,0.2792,1,1,1,1,1,1,0.5579,0.2792,0,1,0.5976,1,1,1,0.4173,0.5976,0,1,1,1,1,1,0.561280072,0,1,1,1,1,1,1,0.516403437,0,1,1,1,1,1,1,0.688406348,0,0.379954084,0.379944997,0.379875887
-6796,1,0.3466,1,1,1,1,1,1,1,1,0.4929,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1876,0.2792,0,1,0.5976,1,1,1,0.3204,0.5976,0,1,1,1,1,1,0.481305957,0,1,1,1,1,1,1,0.254126579,0,1,1,1,1,1,1,0.633315504,0,0.391191397,0.391157182,0.391400709
-6797,1,0.3466,1,1,1,1,1,1,1,1,0.5277,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3646,0.2792,0,1,0.5976,1,1,1,0.4628,0.5976,0,1,1,1,1,1,0.536149085,0,1,1,1,1,1,1,0.445306301,0,0.650133789,1,1,1,1,1,0.790269196,0,0.431488642,0.431563359,0.431737589
-6798,1,0.3466,1,1,1,1,1,1,1,1,0.4626,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3473,0.2792,0,1,0.5976,1,1,1,0.5419,0.5976,0,1,1,1,1,1,0.477618426,0,1,1,1,1,1,1,0.323981464,0,1,1,1,1,1,1,0.837575555,0,0.51099565,0.51110641,0.51108156
-6799,1,0.3466,1,1,1,1,1,1,1,1,0.3482,0.3466,0.2255,1,0.2792,1,1,1,1,1,1,0.2655,0.2792,0.2259,1,0.5976,1,1,1,0.6821,0.5976,0.1947,1,1,1,1,1,0.381417096,0.534750283,1,1,1,1,1,1,0.323243231,0.527983189,1,1,1,1,1,1,0.926438212,0.588122606,0.553105365,0.553204993,0.553191489
-6800,1,0.3466,1,1,1,1,1,1,1,1,0.3138,0.3466,0.4465,1,0.2792,1,1,1,1,1,1,0.2162,0.2792,0.4436,1,0.5976,1,1,1,0.6621,0.5976,0.3752,1,1,1,1,1,0.288745701,0.815987527,0.841398239,1,1,1,1,1,0.213923976,0.778718114,0.916512907,1,1,1,1,1,0.914299309,0.837703109,0.564644756,0.564628729,0.564716312
-6801,1,0.3466,1,1,1,1,1,1,1,1,0.3727,0.3466,0.6085,1,0.2792,1,1,1,1,1,1,0.204,0.2792,0.6038,1,0.5976,1,1,1,0.7454,0.5976,0.5345,1,1,1,1,1,0.37877208,0.939993382,0.857642174,1,1,1,1,1,0.233794898,0.924200892,0.996350884,1,1,1,1,1,0.933764517,0.961811543,0.57002175,0.570129046,0.570035461
-6802,1,0.3466,1,1,1,1,1,1,1,1,0.298,0.3466,0.702,1,0.2792,1,1,1,1,1,1,0.4795,0.2792,0.6838,1,0.5976,1,1,1,0.8029,0.5976,0.5924,1,1,1,1,1,0.376627564,0.963549435,0.801636815,1,1,1,1,1,0.453888744,0.94418323,0.972530186,1,1,1,1,1,0.925032258,0.974976063,0.572982117,0.572879205,0.573138298
-6803,1,0.3466,1,1,1,1,1,1,1,1,0.256,0.3466,0.6995,1,0.2792,1,1,1,1,1,1,0.3965,0.2792,0.6665,1,0.5976,1,1,1,0.7723,0.5976,0.5912,1,1,1,1,1,0.403053731,0.941701293,0.542100787,1,1,1,1,1,0.374643415,0.919382215,0.880152345,1,1,1,1,1,0.940886438,0.940137327,0.572438376,0.572456103,0.572695035
-6804,1,0.3466,1,1,1,1,1,1,1,1,0.218,0.3466,0.6875,1,0.2792,1,1,1,1,1,1,0.3569,0.2792,0.6878,1,0.5976,1,1,1,0.7765,0.5976,0.5646,1,1,1,1,1,0.323886216,0.930556595,0.310272574,1,1,1,1,1,0.326964796,0.963902056,0.536456823,1,1,1,1,1,0.893453121,0.885593057,0.568813436,0.568648191,0.569148936
-6805,1,0.3466,1,1,1,1,1,1,1,1,0.2417,0.3466,0.6873,1,0.2792,1,1,1,1,1,1,0.2896,0.2792,0.7072,1,0.5976,1,1,1,0.5512,0.5976,0.5734,1,1,1,1,1,0.373395979,0.9418118,0.11867322,1,1,1,1,1,0.279880017,0.993420959,0.240326971,1,1,1,1,1,0.736324608,0.838298798,0.567423876,0.567590438,0.567375887
-6806,1,0.3466,1,1,1,1,1,1,1,1,0.219,0.3466,0.6069,1,0.2792,1,1,1,1,1,1,0.1497,0.2792,0.64,1,0.5976,1,1,1,0.6868,0.5976,0.5192,1,1,1,1,1,0.310470223,0.919948697,0.085207827,1,1,1,1,1,0.143346176,0.973810315,0.12060602,1,1,1,1,1,0.869327068,0.863442361,0.56041566,0.560397715,0.56072695
-6807,1,0.3466,1,1,1,1,1,1,1,1,0.1617,0.3466,0.4491,1,0.2792,1,1,1,1,1,1,0.0525,0.2792,0.4869,1,0.5976,1,1,1,0.4645,0.5976,0.3821,1,1,1,1,1,0.184871018,0.821156621,0.105643742,1,1,1,1,1,0.062005196,0.856743455,0.117358908,1,1,1,1,1,0.734543979,0.80510813,0.556126148,0.556166702,0.556294326
-6808,1,0.3466,1,1,1,1,1,1,1,1,0.1676,0.3466,0.2325,1,0.2792,1,1,1,1,1,1,0.0575,0.2792,0.2774,1,0.5976,1,1,1,0.3719,0.5976,0.1746,1,1,1,1,1,0.199529976,0.57978332,0.119083211,1,1,1,1,1,0.070401266,0.615576446,0.151389271,1,1,1,1,1,0.557682157,0.537240088,0.558240696,0.558282209,0.558510638
-6809,1,0.3466,1,1,1,1,1,1,1,1,0.1043,0.3466,0,1,0.2792,1,1,1,1,1,1,0,0.2792,0.0048,1,0.5976,1,1,1,0.1185,0.5976,0,1,1,1,1,1,0.13516736,0,0.03459936,1,1,1,1,1,0.003621875,0.061754096,0.037238222,1,1,1,1,1,0.216578871,0,0.570807153,0.570763698,0.570921986
-6810,1,0.3466,1,1,1,1,1,1,1,1,0.0411,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0722,0.2792,0,1,0.5976,1,1,1,0.0809,0.5976,0,1,1,1,1,1,0.074220695,0,0.04496048,1,1,1,1,1,0.088431865,0,0.070992932,1,1,1,1,1,0.104278147,0,0.607298212,0.607361963,0.607712766
-6811,1,0.3466,1,1,1,1,1,1,1,1,0.0526,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2336,0.2792,0,1,0.5976,1,1,1,0.1021,0.5976,0,1,1,1,1,1,0.110509858,0,0.066882521,1,1,1,1,1,0.264896333,0,0.15401651,1,1,1,1,1,0.147746533,0,0.617508458,0.617516395,0.617907801
-6812,1,0.3466,1,1,1,1,1,1,1,1,0.0838,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3715,0.2792,0,1,0.5976,1,1,1,0.1395,0.5976,0,1,1,1,1,1,0.133009493,0,0.087897263,1,1,1,1,1,0.39671123,0,0.13314791,1,1,1,1,1,0.195140854,0,0.595517158,0.595515126,0.595744681
-6813,1,0.3466,1,1,1,1,1,1,1,1,0.0963,0.3466,0,1,0.2792,1,1,1,1,1,1,0.413,0.2792,0,1,0.5976,1,1,1,0.159,0.5976,0,1,1,1,1,1,0.205475867,0,0.06951642,1,1,1,1,1,0.520680487,0,0.106924608,1,1,1,1,1,0.256284148,0,0.552803287,0.552781891,0.552748227
-6814,1,0.3466,1,1,1,1,1,1,1,1,0.1018,0.3466,0,1,0.2792,1,1,1,1,1,1,0.4566,0.2792,0,1,0.5976,1,1,1,0.2114,0.5976,0,1,1,1,1,1,0.238752618,0,0.010666208,1,1,1,1,1,0.569990635,0,0.081118323,1,1,1,1,1,0.434250474,0,0.500785404,0.500740427,0.500886525
-6815,1,0.3466,1,1,1,1,1,1,1,1,0.2788,0.3466,0,1,0.2792,1,1,1,1,1,1,0.5298,0.2792,0,1,0.5976,1,1,1,0.2078,0.5976,0,1,1,1,1,1,0.374834985,0,0.147926152,1,1,1,1,1,0.583774447,0,0.150685355,1,1,1,1,1,0.488166511,0,0.450519575,0.450602919,0.450797872
-6816,1,0.3466,1,1,1,1,1,1,1,1,0.3893,0.3466,0,1,0.2792,1,1,1,1,1,1,0.4672,0.2792,0,1,0.5976,1,1,1,0.2093,0.5976,0,1,1,1,1,1,0.523847282,0,0.179148316,1,1,1,1,1,0.554752529,0,0.034048166,1,1,1,1,1,0.479509503,0,0.413907685,0.413793103,0.414007092
-6817,1,0.3466,1,1,1,1,1,1,1,1,0.5021,0.3466,0,1,0.2792,1,1,1,1,1,1,0.5513,0.2792,0,1,0.5976,1,1,1,0.3836,0.5976,0,1,1,1,1,1,0.657397449,0,0.203340054,1,1,1,1,1,0.603154659,0,0.052174084,1,1,1,1,1,0.668111444,0,0.394876752,0.394753543,0.394946809
-6818,1,0.3466,1,1,1,1,1,1,1,1,0.5353,0.3466,0,1,0.2792,1,1,1,1,1,1,0.5882,0.2792,0,1,0.5976,1,1,1,0.4548,0.5976,0,1,1,1,1,1,0.665029943,0,0.156468928,1,1,1,1,1,0.675410211,0,0.117583252,1,1,1,1,1,0.756823778,0,0.385149831,0.385233763,0.385195035
-6819,1,0.3466,1,1,1,1,1,1,1,1,0.3158,0.3466,0,1,0.2792,1,1,1,1,1,1,0.4345,0.2792,0,1,0.5976,1,1,1,0.3979,0.5976,0,1,1,1,1,1,0.330696076,0,0.139222175,1,1,1,1,1,0.523431361,0,0.126020938,1,1,1,1,1,0.75443542,0,0.383337361,0.383329807,0.383421986
-6820,1,0.3466,1,1,1,1,1,1,1,1,0.4435,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3984,0.2792,0,1,0.5976,1,1,1,0.4834,0.5976,0,1,1,1,1,1,0.503683269,0,0.368567169,1,1,1,1,1,0.500213146,0,0.224831432,1,1,1,1,1,0.844233334,0,0.393245529,0.393272689,0.393173759
-6821,1,0.3466,1,1,1,1,1,1,1,1,0.3851,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3231,0.2792,0,1,0.5976,1,1,1,0.3692,0.5976,0,1,1,1,1,1,0.387774229,0,0.529633701,1,1,1,1,1,0.438623548,0,0.293468326,1,1,1,1,1,0.801580191,0,0.433301112,0.433467315,0.433510638
-6822,1,0.3466,1,1,1,1,1,1,1,1,0.3553,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2256,0.2792,0,1,0.5976,1,1,1,0.3437,0.5976,0,1,1,1,1,1,0.31759268,0,0.421287119,1,1,1,1,1,0.254517287,0,0.232189268,1,1,1,1,1,0.691714585,0,0.511358144,0.511317961,0.511524823
-6823,1,0.3466,1,1,1,1,1,1,1,1,0.4034,0.3466,0.1978,1,0.2792,1,1,1,1,1,1,0.4175,0.2792,0.1757,1,0.5976,1,1,1,0.2603,0.5976,0.0696,1,1,1,1,1,0.392114699,0.331768662,0.702436805,1,1,1,1,1,0.542310178,0.362359315,0.569177032,1,1,1,1,1,0.55487287,0.157498553,0.555038666,0.555108949,0.554964539
-6824,1,0.3466,1,1,1,1,1,1,1,1,0.3124,0.3466,0.3442,1,0.2792,1,1,1,1,1,1,0.3007,0.2792,0.3072,1,0.5976,1,1,1,0.336,0.5976,0.2069,1,1,1,1,1,0.197548196,0.484342158,0.675023437,1,1,1,1,1,0.331842601,0.497471333,0.490848184,1,1,1,1,1,0.690864921,0.312609017,0.567967617,0.567801989,0.567819149
-6825,1,0.3466,1,1,1,1,1,1,1,1,0.2595,0.3466,0.3798,1,0.2792,1,1,1,1,1,1,0.4229,0.2792,0.3169,1,0.5976,1,1,1,0.3481,0.5976,0.3903,1,1,1,1,1,0.211312339,0.488962889,0.511223674,1,1,1,1,1,0.357817769,0.513554871,0.736081719,1,1,1,1,1,0.794452786,0.463626802,0.579325761,0.579437275,0.579343972
-6826,1,0.3466,1,1,1,1,1,1,1,1,0.1877,0.3466,0.3489,1,0.2792,1,1,1,1,1,1,0.2742,0.2792,0.3366,1,0.5976,1,1,1,0.3719,0.5976,0.4625,1,1,1,1,1,0.143728316,0.479436874,0.452629656,1,1,1,1,1,0.384974003,0.449925363,0.395707607,1,1,1,1,1,0.723966897,0.494727343,0.588871435,0.588745505,0.588652482
-6827,1,0.3466,1,1,1,1,1,1,1,1,0.1861,0.3466,0.3266,1,0.2792,1,1,1,1,1,1,0.216,0.2792,0.3289,1,0.5976,1,1,1,0.4286,0.5976,0.5453,1,1,1,1,1,0.150304437,0.485403419,0.313752145,1,1,1,1,1,0.237940133,0.504553258,0.294928282,1,1,1,1,1,0.742739916,0.566383719,0.590804737,0.590649461,0.590868794
-6828,1,0.3466,1,1,1,1,1,1,1,1,0.3258,0.3466,0.3668,1,0.2792,1,1,1,1,1,1,0.2299,0.2792,0.4225,1,0.5976,1,1,1,0.5897,0.5976,0.5653,1,1,1,1,1,0.278463036,0.645289242,0.417606115,1,1,1,1,1,0.193250239,0.686492085,0.511215508,1,1,1,1,1,0.76963073,0.848111033,0.585306912,0.585360694,0.585549645
-6829,1,0.3466,1,1,1,1,1,1,1,1,0.3061,0.3466,0.4595,1,0.2792,1,1,1,1,1,1,0.3201,0.2792,0.523,1,0.5976,1,1,1,0.7585,0.5976,0.5587,1,1,1,1,1,0.344128162,0.72419095,0.445002019,1,1,1,1,1,0.236612737,0.785230219,0.842507005,1,1,1,1,1,0.812182426,0.913663328,0.580413243,0.580495029,0.580230496
-6830,1,0.3466,1,1,1,1,1,1,1,1,0.2981,0.3466,0.4649,1,0.2792,1,1,1,1,1,1,0.8312,0.2792,0.5302,1,0.5976,1,1,1,0.7693,0.5976,0.4623,1,1,1,1,1,0.47835809,0.78000176,0.885395288,1,1,1,1,1,0.606595397,0.824919403,1,1,1,1,1,1,0.898935139,0.878424644,0.568511358,0.568648191,0.568705674
-6831,1,0.3466,1,1,1,1,1,1,1,1,0.2544,0.3466,0.4132,1,0.2792,1,1,1,1,1,1,0.8576,0.2792,0.4438,1,0.5976,1,1,1,0.5964,0.5976,0.3516,1,1,1,1,1,0.46943143,0.72756207,0.92883265,1,1,1,1,1,0.756459236,0.75561589,0.866727769,1,1,1,1,1,0.805152357,0.746968031,0.559630256,0.559763063,0.559840426
-6832,1,0.3466,1,1,1,1,1,1,1,1,0.2911,0.3466,0.229,1,0.2792,1,1,1,1,1,1,0.7036,0.2792,0.2561,1,0.5976,1,1,1,0.6504,0.5976,0.178,1,1,1,1,1,0.473238885,0.534358859,0.997179329,1,1,1,1,1,0.698922992,0.560051322,1,1,1,1,1,1,0.835449517,0.515393734,0.560476075,0.560609266,0.56072695
-6833,1,0.3466,1,1,1,1,1,1,1,1,0.2282,0.3466,0,1,0.2792,1,1,1,1,1,1,0.6044,0.2792,0.0053,1,0.5976,1,1,1,0.4186,0.5976,0,1,1,1,1,1,0.346265435,0,0.984309793,1,1,1,1,1,0.638717532,0.087324478,0.995010495,1,1,1,1,1,0.600523055,0,0.572740454,0.572667654,0.572695035
-6834,1,0.3466,1,1,1,1,1,1,1,1,0.2249,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2658,0.2792,0,1,0.5976,1,1,1,0.4089,0.5976,0,1,1,1,1,1,0.317750156,0,0.740575016,1,1,1,1,1,0.307811856,0,0.673045397,1,1,1,1,1,0.633834958,0,0.604458676,0.604611805,0.604609929
-6835,1,0.3466,1,1,1,1,1,1,1,1,0.2629,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1067,0.2792,0,1,0.5976,1,1,1,0.4084,0.5976,0,1,1,1,1,1,0.286583841,0,0.768154085,1,1,1,1,1,0.193220824,0,1,1,1,1,1,1,0.695903242,0,0.608083615,0.607996615,0.608156028
-6836,1,0.3466,1,1,1,1,1,1,1,1,0.2208,0.3466,0,1,0.2792,1,1,1,1,1,1,0.092,0.2792,0,1,0.5976,1,1,1,0.4139,0.5976,0,1,1,1,1,1,0.252218455,0,0.933104455,1,1,1,1,1,0.169799536,0,1,1,1,1,1,1,0.77947861,0,0.58742146,0.587476201,0.587765957
-6837,1,0.3466,1,1,1,1,1,1,1,1,0.285,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1008,0.2792,0,1,0.5976,1,1,1,0.5066,0.5976,0,1,1,1,1,1,0.306508273,0,0.994425535,1,1,1,1,1,0.212974742,0,1,1,1,1,1,1,0.78482312,0,0.556126148,0.556166702,0.556294326
-6838,1,0.3466,1,1,1,1,1,1,1,1,0.2445,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0988,0.2792,0,1,0.5976,1,1,1,0.5143,0.5976,0,1,1,1,1,1,0.303477347,0,0.998254061,1,1,1,1,1,0.166249767,0,1,1,1,1,1,1,0.780416906,0,0.510874819,0.510894859,0.51108156
-6839,1,0.3466,1,1,1,1,1,1,1,1,0.2105,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1086,0.2792,0,1,0.5976,1,1,1,0.4611,0.5976,0,1,1,1,1,1,0.205676213,0,0.968523026,1,1,1,1,1,0.161418632,0,0.571173608,1,1,1,1,1,0.763293266,0,0.465140164,0.465199915,0.465425532
-6840,1,0.3466,1,1,1,1,1,1,1,1,0.1817,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1484,0.2792,0,1,0.5976,1,1,1,0.3446,0.5976,0,1,1,1,1,1,0.219451293,0,0.979179978,1,1,1,1,1,0.226408213,0,0.622181952,1,1,1,1,1,0.571967244,0,0.430159497,0.430082505,0.430407801
-6841,1,0.3466,1,1,1,1,1,1,1,1,0.2992,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0915,0.2792,0,1,0.5976,1,1,1,0.2623,0.5976,0,1,1,1,1,1,0.301671743,0,0.995890617,1,1,1,1,1,0.175547972,0,0.66901809,1,1,1,1,1,0.459199905,0,0.411491058,0.411677597,0.411347518
-6842,1,0.3466,1,1,1,1,1,1,1,1,0.1995,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1103,0.2792,0,1,0.5976,1,1,1,0.2273,0.5976,0,1,1,1,1,1,0.236206591,0,0.999059558,1,1,1,1,1,0.206459016,0,0.690264463,1,1,1,1,1,0.423077673,0,0.402247463,0.402157817,0.40248227
-6843,1,0.3466,1,1,1,1,1,1,1,1,0.2058,0.3466,0,1,0.2792,1,1,1,1,1,1,0.129,0.2792,0,1,0.5976,1,1,1,0.2292,0.5976,0,1,1,1,1,1,0.203034848,0,0.996328056,1,1,1,1,1,0.237366036,0,0.998916268,1,1,1,1,1,0.373627722,0,0.398743354,0.398773006,0.39893617
-6844,1,0.3466,1,1,1,1,1,1,1,1,0.2057,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0563,0.2792,0,1,0.5976,1,1,1,0.2075,0.5976,0,1,1,1,1,1,0.164719507,0,0.809908509,1,1,1,1,1,0.102415323,0,0.852541685,1,1,1,1,1,0.356156319,0,0.403637023,0.403638671,0.403812057
-6845,1,0.3466,1,1,1,1,1,1,1,1,0.2163,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0204,0.2792,0,1,0.5976,1,1,1,0.147,0.5976,0,1,1,1,1,1,0.132897973,0,0.886158347,1,1,1,1,1,0.05300799,0,0.839532435,1,1,1,1,1,0.293575376,0,0.421338811,0.421408927,0.421542553
-6846,1,0.3466,1,1,1,1,1,1,1,1,0.1944,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0033,0.2792,0,1,0.5976,1,1,1,0.1224,0.5976,0,1,1,1,1,1,0.14101398,0,0.579267859,1,1,1,1,1,0.014446028,0,0.512628853,1,1,1,1,1,0.215297967,0,0.452875785,0.452718426,0.453014184
-6847,1,0.3466,1,1,1,1,1,1,1,1,0.0937,0.3466,0.2314,1,0.2792,1,1,1,1,1,1,0,0.2792,0.2318,1,0.5976,1,1,1,0.1228,0.5976,0.2136,1,1,1,1,1,0.091542393,0.560904384,0.306131959,1,1,1,1,1,0.003151851,0.528194308,0.216838226,1,1,1,1,1,0.24379918,0.593527436,0.486950217,0.486989634,0.48714539
-6848,1,0.3466,1,1,1,1,1,1,1,1,0.0602,0.3466,0.4563,1,0.2792,1,1,1,1,1,1,0.0013,0.2792,0.4584,1,0.5976,1,1,1,0.1225,0.5976,0.4426,1,1,1,1,1,0.071781129,0.833987832,0.189399242,1,1,1,1,1,0.00299381,0.813149452,0.11682488,1,1,1,1,1,0.242436126,0.866586626,0.52241421,0.522530146,0.522606383
-6849,1,0.3466,1,1,1,1,1,1,1,1,0.0799,0.3466,0.6192,1,0.2792,1,1,1,1,1,1,0.0154,0.2792,0.618,1,0.5976,1,1,1,0.1431,0.5976,0.6035,1,1,1,1,1,0.058136176,0.969844162,0.219495878,1,1,1,1,1,0.020154424,0.957415283,0.075349741,1,1,1,1,1,0.1701819,0.989273906,0.53842436,0.538607997,0.53856383
-6850,1,0.3466,1,1,1,1,1,1,1,1,0.0916,0.3466,0.7183,1,0.2792,1,1,1,1,1,1,0.033,0.2792,0.7168,1,0.5976,1,1,1,0.1905,0.5976,0.6681,1,1,1,1,1,0.097522117,0.999676466,0.184827313,1,1,1,1,1,0.024624364,0.998834372,0.005658901,1,1,1,1,1,0.299298495,1,0.540720155,0.540723503,0.540780142
-6851,1,0.3466,1,1,1,1,1,1,1,1,0.0365,0.3466,0.7242,1,0.2792,1,1,1,1,1,1,0.0056,0.2792,0.7267,1,0.5976,1,1,1,0.277,0.5976,0.6497,1,1,1,1,1,0.065238424,1,0.09041889,1,1,1,1,1,0.003191648,1,0.000539267,1,1,1,1,1,0.342986286,1,0.53340986,0.53331923,0.533687943
-6852,1,0.3466,1,1,1,1,1,1,1,1,0.0429,0.3466,0.7279,1,0.2792,1,1,1,1,1,1,0.0507,0.2792,0.7341,1,0.5976,1,1,1,0.2416,0.5976,0.6404,1,1,1,1,1,0.058062531,1,0.038446188,1,1,1,1,1,0.035949323,1,0,1,1,1,1,1,0.266914725,1,0.522051716,0.522107045,0.522163121
-6853,1,0.3466,1,1,1,1,1,1,1,1,0.0438,0.3466,0.7191,1,0.2792,1,1,1,1,1,1,0.0276,0.2792,0.7258,1,0.5976,1,1,1,0.2121,0.5976,0.6355,1,1,1,1,1,0.057637256,0.999819756,0.033326223,1,1,1,1,1,0.019294767,0.999853849,0,1,1,1,1,1,0.229198873,0.999258399,0.509787337,0.509837106,0.510195035
-6854,1,0.3466,1,1,1,1,1,1,1,1,0.0378,0.3466,0.6208,1,0.2792,1,1,1,1,1,1,0.0374,0.2792,0.6391,1,0.5976,1,1,1,0.1859,0.5976,0.5593,1,1,1,1,1,0.03175706,0.958938122,0.088004485,1,1,1,1,1,0.032688178,0.927368104,0.045731153,1,1,1,1,1,0.223718479,0.951446593,0.500120831,0.500105775,0.5
-6855,1,0.3466,1,1,1,1,1,1,1,1,0.025,0.3466,0.4198,1,0.2792,1,1,1,1,1,1,0.0388,0.2792,0.3326,1,0.5976,1,1,1,0.192,0.5976,0.4058,1,1,1,1,1,0.013197605,0.718747735,0.140119329,1,1,1,1,1,0.043071073,0.469236791,0.054519899,1,1,1,1,1,0.251747578,0.805228233,0.497462542,0.497567167,0.497783688
-6856,1,0.3466,1,1,1,1,1,1,1,1,0.0215,0.3466,0.1447,1,0.2792,1,1,1,1,1,1,0.0204,0.2792,0.1212,1,0.5976,1,1,1,0.08,0.5976,0.1692,1,1,1,1,1,0.014787686,0.300576061,0.091821976,1,1,1,1,1,0.030032566,0.243969157,0.026448956,1,1,1,1,1,0.103242777,0.523603797,0.505679072,0.505817643,0.505762411
-6857,1,0.3466,1,1,1,1,1,1,1,1,0.0193,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0111,0.2792,0.0016,1,0.5976,1,1,1,0.0371,0.5976,0,1,1,1,1,1,0.020545017,0,0.071082018,1,1,1,1,1,0.025765024,0.003019659,0.030997122,1,1,1,1,1,0.061695822,0,0.5270058,0.52697271,0.52748227
-6858,1,0.3466,1,1,1,1,1,1,1,1,0.0129,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1374,0.2792,0,1,0.5976,1,1,1,0.0483,0.5976,0,1,1,1,1,1,0.020709805,0,0.028155774,1,1,1,1,1,0.165694654,0,0.014222777,1,1,1,1,1,0.072347216,0,0.566517641,0.566532685,0.566489362
-6859,1,0.3466,1,1,1,1,1,1,1,1,0.0058,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1417,0.2792,0,1,0.5976,1,1,1,0.0779,0.5976,0,1,1,1,1,1,0.015903004,0,0.015914306,1,1,1,1,1,0.173001975,0,0.042036131,1,1,1,1,1,0.144738719,0,0.567544708,0.567590438,0.567375887
-6860,1,0.3466,1,1,1,1,1,1,1,1,0.0469,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1927,0.2792,0,1,0.5976,1,1,1,0.0759,0.5976,0,1,1,1,1,1,0.108697928,0,0.034827188,1,1,1,1,1,0.288638473,0,0.102073565,1,1,1,1,1,0.128272548,0,0.550628323,0.550666385,0.550975177
-6861,1,0.3466,1,1,1,1,1,1,1,1,0.1532,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2579,0.2792,0,1,0.5976,1,1,1,0.1356,0.5976,0,1,1,1,1,1,0.330305457,0,0.056539871,1,1,1,1,1,0.376571089,0,0.223473817,1,1,1,1,1,0.264080375,0,0.522957951,0.522953247,0.523049645
-6862,1,0.3466,1,1,1,1,1,1,1,1,0.2038,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2771,0.2792,0,1,0.5976,1,1,1,0.1415,0.5976,0,1,1,1,1,1,0.344894737,0,0.151211992,1,1,1,1,1,0.383740962,0,0.299082488,1,1,1,1,1,0.302093387,0,0.485439826,0.485508779,0.48537234
-6863,1,0.3466,1,1,1,1,1,1,1,1,0.2324,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3485,0.2792,0,1,0.5976,1,1,1,0.1952,0.5976,0,1,1,1,1,1,0.364677906,0,0.285111576,1,1,1,1,1,0.479000658,0,0.343752623,1,1,1,1,1,0.413563758,0,0.445746738,0.445737254,0.445921986
-6864,1,0.3466,1,1,1,1,1,1,1,1,0.149,0.3466,0,1,0.2792,1,1,1,1,1,1,0.366,0.2792,0,1,0.5976,1,1,1,0.1995,0.5976,0,1,1,1,1,1,0.270590514,0,0.375319123,1,1,1,1,1,0.538993895,0,0.822680354,1,1,1,1,1,0.460313171,0,0.413605607,0.413581553,0.41356383
-6865,1,0.3466,1,1,1,1,1,1,1,1,0.1065,0.3466,0,1,0.2792,1,1,1,1,1,1,0.5587,0.2792,0,1,0.5976,1,1,1,0.2568,0.5976,0,1,1,1,1,1,0.218956873,0,0.368196249,1,1,1,1,1,0.68693018,0,0.850039601,1,1,1,1,1,0.536122739,0,0.391735138,0.391791834,0.391843972
-6866,1,0.3466,1,1,1,1,1,1,1,1,0.1515,0.3466,0,1,0.2792,1,1,1,1,1,1,0.7567,0.2792,0,1,0.5976,1,1,1,0.3683,0.5976,0,1,1,1,1,1,0.196383581,0,0.549325764,1,1,1,1,1,0.749540687,0,1,1,1,1,1,1,0.594885528,0,0.380920735,0.380791199,0.380762411
-6867,1,0.3466,1,1,1,1,1,1,1,1,0.1908,0.3466,0,1,0.2792,1,1,1,1,1,1,0.6328,0.2792,0,1,0.5976,1,1,1,0.2474,0.5976,0,1,1,1,1,1,0.206895933,0,0.689284086,1,1,1,1,1,0.652736545,0,1,1,1,1,1,1,0.402311921,0,0.375120831,0.375079331,0.375443262
-6868,1,0.3466,1,1,1,1,1,1,1,1,0.2122,0.3466,0,1,0.2792,1,1,1,1,1,1,0.4981,0.2792,0,1,0.5976,1,1,1,0.1981,0.5976,0,1,1,1,1,1,0.200194255,0,0.807884336,1,1,1,1,1,0.53961587,0,1,1,1,1,1,1,0.29313758,0,0.375181247,0.375079331,0.375443262
-6869,1,0.3466,1,1,1,1,1,1,1,1,0.2607,0.3466,0,1,0.2792,1,1,1,1,1,1,0.4367,0.2792,0,1,0.5976,1,1,1,0.1216,0.5976,0,1,1,1,1,1,0.229861587,0,0.695807219,1,1,1,1,1,0.496926844,0,1,1,1,1,1,1,0.278827101,0,0.384726921,0.384810662,0.384751773
-6870,1,0.3466,1,1,1,1,1,1,1,1,0.3003,0.3466,0,1,0.2792,1,1,1,1,1,1,0.5067,0.2792,0,1,0.5976,1,1,1,0.1021,0.5976,0,1,1,1,1,1,0.236624435,0,0.640307903,1,1,1,1,1,0.41535759,0,0.870953441,1,1,1,1,1,0.297738552,0,0.405389077,0.405542627,0.405141844
-6871,1,0.3466,1,1,1,1,1,1,1,1,0.5251,0.3466,0.0215,1,0.2792,1,1,1,1,1,1,0.5724,0.2792,0.0097,1,0.5976,1,1,1,0.1288,0.5976,0,1,1,1,1,1,0.41516301,0.018653851,1,1,1,1,1,1,0.497237742,0.00756442,1,1,1,1,1,1,0.289119035,0.000169036,0.433905268,0.433890417,0.433953901
-6872,1,0.3466,1,1,1,1,1,1,1,1,0.3655,0.3466,0.1102,1,0.2792,1,1,1,1,1,1,0.7374,0.2792,0.1175,1,0.5976,1,1,1,0.1149,0.5976,0.0455,1,1,1,1,1,0.314445406,0.119305506,1,1,1,1,1,1,0.55093503,0.157421276,1,1,1,1,1,1,0.20936586,0.105014853,0.474202513,0.474085043,0.47429078
-6873,1,0.3466,1,1,1,1,1,1,1,1,0.484,0.3466,0.18,1,0.2792,1,1,1,1,1,1,0.8231,0.2792,0.2176,1,0.5976,1,1,1,0.0935,0.5976,0.2003,1,1,1,1,1,0.404210865,0.280448496,1,1,1,1,1,1,0.707395136,0.347440064,1,1,1,1,1,1,0.13545464,0.2253097,0.507431126,0.507510049,0.507535461
-6874,1,0.3466,1,1,1,1,1,1,1,1,0.4569,0.3466,0.3108,1,0.2792,1,1,1,1,1,1,0.6331,0.2792,0.3359,1,0.5976,1,1,1,0.0841,0.5976,0.3089,1,1,1,1,1,0.326612204,0.450345695,1,1,1,1,1,1,0.523619294,0.488708198,1,1,1,1,1,1,0.097104341,0.376307905,0.526341228,0.526338058,0.526595745
-6875,1,0.3466,1,1,1,1,1,1,1,1,0.5031,0.3466,0.2751,1,0.2792,1,1,1,1,1,1,0.3623,0.2792,0.3336,1,0.5976,1,1,1,0.0513,0.5976,0.3647,1,1,1,1,1,0.310441405,0.423206419,1,1,1,1,1,1,0.343312174,0.514820516,1,1,1,1,1,1,0.071549043,0.486880422,0.536793137,0.536704041,0.53679078
-6876,1,0.3466,1,1,1,1,1,1,1,1,0.4352,0.3466,0.2799,1,0.2792,1,1,1,1,1,1,0.2098,0.2792,0.3762,1,0.5976,1,1,1,0.047,0.5976,0.372,1,1,1,1,1,0.1980277,0.412650466,1,1,1,1,1,1,0.237220705,0.568903506,1,1,1,1,1,1,0.042227767,0.412576556,0.539088932,0.539031098,0.539450355
-6877,1,0.3466,1,1,1,1,1,1,1,1,0.4444,0.3466,0.3584,1,0.2792,1,1,1,1,1,1,0.1925,0.2792,0.4341,1,0.5976,1,1,1,0.0225,0.5976,0.3338,1,1,1,1,1,0.201954693,0.478371799,1,1,1,1,1,1,0.246611983,0.664723873,1,1,1,1,1,1,0.025667576,0.334447205,0.532624456,0.532684578,0.532801418
-6878,1,0.3466,1,1,1,1,1,1,1,1,0.523,0.3466,0.3817,1,0.2792,1,1,1,1,1,1,0.3033,0.2792,0.4454,1,0.5976,1,1,1,0.0147,0.5976,0.2197,1,1,1,1,1,0.22975722,0.533539295,1,1,1,1,1,1,0.381956905,0.706643045,1,1,1,1,1,1,0.019676059,0.257253826,0.52422668,0.524222551,0.524379433
-6879,1,0.3466,1,1,1,1,1,1,1,1,0.4492,0.3466,0.3267,1,0.2792,1,1,1,1,1,1,0.2966,0.2792,0.362,1,0.5976,1,1,1,0.0192,0.5976,0.1123,1,1,1,1,1,0.22838746,0.562942326,1,1,1,1,1,1,0.354477137,0.624068677,1,1,1,1,1,1,0.012455317,0.188996702,0.520118415,0.520203089,0.520390071
-6880,1,0.3466,1,1,1,1,1,1,1,1,0.3464,0.3466,0.132,1,0.2792,1,1,1,1,1,1,0.1788,0.2792,0.1677,1,0.5976,1,1,1,0.0368,0.5976,0.0136,1,1,1,1,1,0.158531293,0.321229488,1,1,1,1,1,1,0.204012632,0.362261444,1,1,1,1,1,1,0.032505348,0.041186444,0.526945384,0.52697271,0.527039007
-6881,1,0.3466,1,1,1,1,1,1,1,1,0.2628,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1801,0.2792,0,1,0.5976,1,1,1,0.0551,0.5976,0,1,1,1,1,1,0.175733626,0,1,1,1,1,1,1,0.218864471,0,1,1,1,1,1,1,0.10523697,0,0.543680522,0.543685213,0.543882979
-6882,1,0.3466,1,1,1,1,1,1,1,1,0.2916,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2272,0.2792,0,1,0.5976,1,1,1,0.0425,0.5976,0,1,1,1,1,1,0.208671659,0,1,1,1,1,1,1,0.313125074,0,1,1,1,1,1,1,0.135223493,0,0.578298695,0.578379522,0.578457447
-6883,1,0.3466,1,1,1,1,1,1,1,1,0.3968,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3139,0.2792,0,1,0.5976,1,1,1,0.1002,0.5976,0,1,1,1,1,1,0.320494592,0,1,1,1,1,1,1,0.446656555,0,1,1,1,1,1,1,0.311437637,0,0.580775737,0.580706579,0.580673759
-6884,1,0.3466,1,1,1,1,1,1,1,1,0.3766,0.3466,0,1,0.2792,1,1,1,1,1,1,0.4371,0.2792,0,1,0.5976,1,1,1,0.1177,0.5976,0,1,1,1,1,1,0.367823929,0,1,1,1,1,1,1,0.496479481,0,1,1,1,1,1,1,0.300861984,0,0.558240696,0.558282209,0.558510638
-6885,1,0.3466,1,1,1,1,1,1,1,1,0.4632,0.3466,0,1,0.2792,1,1,1,1,1,1,0.5356,0.2792,0,1,0.5976,1,1,1,0.1296,0.5976,0,1,1,1,1,1,0.500385582,0,1,1,1,1,1,1,0.560613871,0,1,1,1,1,1,1,0.336147308,0,0.515224746,0.515125873,0.515070922
-6886,1,0.3466,1,1,1,1,1,1,1,1,0.4308,0.3466,0,1,0.2792,1,1,1,1,1,1,0.8387,0.2792,0,1,0.5976,1,1,1,0.15,0.5976,0,1,1,1,1,1,0.410902083,0,1,1,1,1,1,1,0.671755373,0,1,1,1,1,1,1,0.435916364,0,0.467919285,0.467950074,0.468085106
-6887,1,0.3466,1,1,1,1,1,1,1,1,0.5871,0.3466,0,1,0.2792,1,1,1,1,1,1,0.8217,0.2792,0,1,0.5976,1,1,1,0.154,0.5976,0,1,1,1,1,1,0.498518139,0,1,1,1,1,1,1,0.674864888,0,1,1,1,1,1,1,0.468040615,0,0.425205413,0.425216839,0.425088652
-6888,1,0.3466,1,1,1,1,1,1,1,1,0.6759,0.3466,0,1,0.2792,1,1,1,1,1,1,0.8264,0.2792,0,1,0.5976,1,1,1,0.1569,0.5976,0,1,1,1,1,1,0.538631618,0,1,1,1,1,1,1,0.748063326,0,1,1,1,1,1,1,0.5089553,0,0.395360077,0.395388195,0.395390071
-6889,1,0.3466,1,1,1,1,1,1,1,1,0.7327,0.3466,0,1,0.2792,1,1,1,1,1,1,0.7732,0.2792,0,1,0.5976,1,1,1,0.1723,0.5976,0,1,1,1,1,1,0.54975456,0,1,1,1,1,1,1,0.674336553,0,1,1,1,1,1,1,0.541297376,0,0.380437409,0.380368098,0.380319149
-6890,1,0.3466,1,1,1,1,1,1,1,1,0.691,0.3466,0,1,0.2792,1,1,1,1,1,1,0.6792,0.2792,0,1,0.5976,1,1,1,0.2119,0.5976,0,1,1,1,1,1,0.483896673,0,1,1,1,1,1,1,0.678330064,0,1,1,1,1,1,1,0.573267639,0,0.373912518,0.373810028,0.373670213
-6891,1,0.3466,1,1,1,1,1,1,1,1,0.6774,0.3466,0,1,0.2792,1,1,1,1,1,1,0.7468,0.2792,0,1,0.5976,1,1,1,0.1597,0.5976,0,1,1,1,1,1,0.458484083,0,1,1,1,1,1,1,0.683899522,0,1,1,1,1,1,1,0.465803981,0,0.373670855,0.373810028,0.373670213
-6892,1,0.3466,1,1,1,1,1,1,1,1,0.6231,0.3466,0,1,0.2792,1,1,1,1,1,1,0.7145,0.2792,0,1,0.5976,1,1,1,0.1719,0.5976,0,1,1,1,1,1,0.436000854,0,1,1,1,1,1,1,0.675435781,0,1,1,1,1,1,1,0.466797352,0,0.385633156,0.385656865,0.385638298
-6893,1,0.3466,1,1,1,1,1,1,1,1,0.6089,0.3466,0,1,0.2792,1,1,1,1,1,1,0.667,0.2792,0,1,0.5976,1,1,1,0.2013,0.5976,0,1,1,1,1,1,0.424377739,0,1,1,1,1,1,1,0.558961034,0,1,1,1,1,1,1,0.433635086,0,0.427561624,0.427755447,0.427748227
-6894,1,0.3466,1,1,1,1,1,1,1,1,0.4654,0.3466,0,1,0.2792,1,1,1,1,1,1,0.4181,0.2792,0,1,0.5976,1,1,1,0.2436,0.5976,0,1,1,1,1,1,0.312162787,0,1,1,1,1,1,1,0.350325763,0,1,1,1,1,1,1,0.484973162,0,0.507189464,0.507086947,0.507092199
-6895,1,0.3466,1,1,1,1,1,1,1,1,0.466,0.3466,0.0605,1,0.2792,1,1,1,1,1,1,0.3819,0.2792,0.043,1,0.5976,1,1,1,0.3629,0.5976,0.0691,1,1,1,1,1,0.264300883,0.076532081,1,1,1,1,1,1,0.3857494,0.036279552,1,1,1,1,1,1,0.583930552,0.135158718,0.553407443,0.553416543,0.553634752
-6896,1,0.3466,1,1,1,1,1,1,1,1,0.5323,0.3466,0.2056,1,0.2792,1,1,1,1,1,1,0.5726,0.2792,0.1647,1,0.5976,1,1,1,0.2935,0.5976,0.218,1,1,1,1,1,0.410238087,0.269313157,1,1,1,1,1,1,0.522594571,0.187000126,1,1,1,1,1,1,0.487524331,0.37122184,0.568330111,0.568436641,0.568262411
-6897,1,0.3466,1,1,1,1,1,1,1,1,0.5264,0.3466,0.3067,1,0.2792,1,1,1,1,1,1,0.483,0.2792,0.3382,1,0.5976,1,1,1,0.233,0.5976,0.365,1,1,1,1,1,0.396348268,0.426077724,1,1,1,1,1,1,0.436922073,0.34834376,1,1,1,1,1,1,0.457468718,0.457637608,0.585669406,0.585572245,0.585992908
-6898,1,0.3466,1,1,1,1,1,1,1,1,0.724,0.3466,0.3923,1,0.2792,1,1,1,1,1,1,0.4729,0.2792,0.3577,1,0.5976,1,1,1,0.2689,0.5976,0.3941,1,1,1,1,1,0.497791171,0.446376115,1,1,1,1,1,1,0.472755075,0.43769443,1,1,1,1,1,1,0.419482857,0.515875578,0.597510875,0.597630633,0.59751773
-6899,1,0.3466,1,1,1,1,1,1,1,1,0.7243,0.3466,0.4101,1,0.2792,1,1,1,1,1,1,0.4672,0.2792,0.307,1,0.5976,1,1,1,0.2745,0.5976,0.3626,1,1,1,1,1,0.506500423,0.462014049,1,1,1,1,1,1,0.43843922,0.384250671,1,1,1,1,1,1,0.45576033,0.427676618,0.60258579,0.602707849,0.602836879
-6900,1,0.3466,1,1,1,1,1,1,1,1,0.6063,0.3466,0.3265,1,0.2792,1,1,1,1,1,1,0.19,0.2792,0.3225,1,0.5976,1,1,1,0.255,0.5976,0.3694,1,1,1,1,1,0.418988854,0.413460642,1,1,1,1,1,1,0.214312345,0.422186345,1,1,1,1,1,1,0.441413045,0.420769989,0.601739971,0.601650095,0.601950355
-6901,1,0.3466,1,1,1,1,1,1,1,1,0.3397,0.3466,0.3543,1,0.2792,1,1,1,1,1,1,0.1303,0.2792,0.3443,1,0.5976,1,1,1,0.2525,0.5976,0.3078,1,1,1,1,1,0.197574377,0.492376208,1,1,1,1,1,1,0.197431773,0.468460083,1,1,1,1,1,1,0.397917271,0.354888558,0.602464959,0.602496298,0.602836879
-6902,1,0.3466,1,1,1,1,1,1,1,1,0.3434,0.3466,0.3239,1,0.2792,1,1,1,1,1,1,0.1084,0.2792,0.2887,1,0.5976,1,1,1,0.2495,0.5976,0.2795,1,1,1,1,1,0.229398414,0.448861599,1,1,1,1,1,1,0.160574198,0.344798356,1,1,1,1,1,1,0.328446925,0.282455713,0.596967134,0.59678443,0.597074468
-6903,1,0.3466,1,1,1,1,1,1,1,1,0.249,0.3466,0.2139,1,0.2792,1,1,1,1,1,1,0.0071,0.2792,0.1717,1,0.5976,1,1,1,0.2328,0.5976,0.1378,1,1,1,1,1,0.126021907,0.278407902,1,1,1,1,1,1,0.031950671,0.218491122,1,1,1,1,1,1,0.302046239,0.197672278,0.592738038,0.592764967,0.592641844
-6904,1,0.3466,1,1,1,1,1,1,1,1,0.3387,0.3466,0.072,1,0.2792,1,1,1,1,1,1,0,0.2792,0.0553,1,0.5976,1,1,1,0.169,0.5976,0.0079,1,1,1,1,1,0.164155453,0.105305046,1,1,1,1,1,1,0.053604178,0.064427249,1,1,1,1,1,1,0.334382772,0.024854131,0.596483809,0.596572879,0.596631206
-6905,1,0.3466,1,1,1,1,1,1,1,1,0.2844,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0614,0.2792,0,1,0.5976,1,1,1,0.1359,0.5976,0,1,1,1,1,1,0.14654246,0,1,1,1,1,1,1,0.131799951,0,1,1,1,1,1,1,0.275761873,0,0.614366844,0.614554686,0.614361702
-6906,1,0.3466,1,1,1,1,1,1,1,1,0.2175,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1505,0.2792,0,1,0.5976,1,1,1,0.1121,0.5976,0,1,1,1,1,1,0.165052205,0,0.994726002,1,1,1,1,1,0.165356904,0,1,1,1,1,1,1,0.204609334,0,0.644514258,0.64459488,0.644503546
-6907,1,0.3466,1,1,1,1,1,1,1,1,0.3303,0.3466,0,1,0.2792,1,1,1,1,1,1,0,0.2792,0,1,0.5976,1,1,1,0.1855,0.5976,0,1,1,1,1,1,0.260296643,0,0.997735322,1,1,1,1,1,0.044611633,0,1,1,1,1,1,1,0.236588284,0,0.635451909,0.635498202,0.635638298
-6908,1,0.3466,1,1,1,1,1,1,1,1,0.3134,0.3466,0,1,0.2792,1,1,1,1,1,1,0,0.2792,0,1,0.5976,1,1,1,0.2052,0.5976,0,1,1,1,1,1,0.311511338,0,0.829843998,1,1,1,1,1,0.047131471,0,1,1,1,1,1,1,0.189050049,0,0.604579507,0.604611805,0.604609929
-6909,1,0.3466,1,1,1,1,1,1,1,1,0.1599,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0316,0.2792,0,1,0.5976,1,1,1,0.1695,0.5976,0,1,1,1,1,1,0.136658832,0,0.717376113,1,1,1,1,1,0.071439713,0,1,1,1,1,1,1,0.175425097,0,0.557394877,0.557436006,0.557180851
-6910,1,0.3466,1,1,1,1,1,1,1,1,0.1437,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0163,0.2792,0,1,0.5976,1,1,1,0.1688,0.5976,0,1,1,1,1,1,0.065810911,0,0.736376524,1,1,1,1,1,0.027179023,0,0.900345802,1,1,1,1,1,0.322828829,0,0.499516675,0.499682674,0.499556738
-6911,1,0.3466,1,1,1,1,1,1,1,1,0.2251,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0807,0.2792,0,1,0.5976,1,1,1,0.1529,0.5976,0,1,1,1,1,1,0.137103409,0,0.93890512,1,1,1,1,1,0.122309476,0,0.952668071,1,1,1,1,1,0.24952665,0,0.449130014,0.449122065,0.449468085
-6912,1,0.3466,1,1,1,1,1,1,1,1,0.2372,0.3466,0,1,0.2792,1,1,1,1,1,1,0.5648,0.2792,0,1,0.5976,1,1,1,0.131,0.5976,0,1,1,1,1,1,0.189137414,0,0.652617097,1,1,1,1,1,0.417273045,0,0.142772004,1,1,1,1,1,0.112192146,0,0.414693088,0.414639306,0.414893617
-6913,1,0.3466,1,1,1,1,1,1,1,1,0.2273,0.3466,0,1,0.2792,1,1,1,1,1,1,0.7743,0.2792,0,1,0.5976,1,1,1,0.0849,0.5976,0,1,1,1,1,1,0.303951472,0,0.319378972,1,1,1,1,1,0.562404215,0,0.273007065,1,1,1,1,1,0.093047209,0,0.394876752,0.394753543,0.394946809
-6914,1,0.3466,1,1,1,1,1,1,1,1,0.2626,0.3466,0,1,0.2792,1,1,1,1,1,1,0.801,0.2792,0,1,0.5976,1,1,1,0.0556,0.5976,0,1,1,1,1,1,0.399336219,0,0.20581232,1,1,1,1,1,0.638780534,0,0.548368096,1,1,1,1,1,0.061111048,0,0.383639439,0.383752909,0.383865248
-6915,1,0.3466,1,1,1,1,1,1,1,1,0.3173,0.3466,0,1,0.2792,1,1,1,1,1,1,0.893,0.2792,0,1,0.5976,1,1,1,0.073,0.5976,0,1,1,1,1,1,0.483362824,0,0.283151537,1,1,1,1,1,0.656994998,0,0.23932147,1,1,1,1,1,0.089140147,0,0.379229096,0.379098794,0.379432624
-6916,1,0.3466,1,1,1,1,1,1,1,1,0.2618,0.3466,0,1,0.2792,1,1,1,1,1,1,0.5709,0.2792,0,1,0.5976,1,1,1,0.045,0.5976,0,1,1,1,1,1,0.280405015,0,0.623842359,1,1,1,1,1,0.517456949,0,0.428439558,1,1,1,1,1,0.09195254,0,0.386599807,0.386714618,0.386524823
-6917,1,0.3466,1,1,1,1,1,1,1,1,0.3917,0.3466,0,1,0.2792,1,1,1,1,1,1,0.5452,0.2792,0,1,0.5976,1,1,1,0.0752,0.5976,0,1,1,1,1,1,0.377444357,0,0.857573509,1,1,1,1,1,0.509673357,0,1,1,1,1,1,1,0.133405045,0,0.423151281,0.423101333,0.423315603
-6918,1,0.3466,1,1,1,1,1,1,1,1,0.3783,0.3466,0,1,0.2792,1,1,1,1,1,1,0.5653,0.2792,0,1,0.5976,1,1,1,0.1702,0.5976,0,1,1,1,1,1,0.36489445,0,0.600097358,1,1,1,1,1,0.506316781,0,1,1,1,1,1,1,0.321411401,0,0.500060416,0.500105775,0.5
-6919,1,0.3466,1,1,1,1,1,1,1,1,0.5029,0.3466,0.1037,1,0.2792,1,1,1,1,1,1,0.6813,0.2792,0.1888,1,0.5976,1,1,1,0.1534,0.5976,0.0494,1,1,1,1,1,0.480051011,0.355898052,0.867076755,1,1,1,1,1,0.587990165,0.432941914,1,1,1,1,1,1,0.352056086,0.021556681,0.547667956,0.547704675,0.54787234
-6920,1,0.3466,1,1,1,1,1,1,1,1,0.5751,0.3466,0.3738,1,0.2792,1,1,1,1,1,1,0.8919,0.2792,0.3754,1,0.5976,1,1,1,0.2368,0.5976,0.2104,1,1,1,1,1,0.562359631,0.652573824,0.933787167,1,1,1,1,1,0.776361644,0.596852422,1,1,1,1,1,1,0.443598419,0.169116601,0.556609473,0.556589803,0.556737589
-6921,1,0.3466,1,1,1,1,1,1,1,1,0.5931,0.3466,0.4981,1,0.2792,1,1,1,1,1,1,0.8644,0.2792,0.5028,1,0.5976,1,1,1,0.3207,0.5976,0.2195,1,1,1,1,1,0.624085367,0.669358253,1,1,1,1,1,1,0.82127738,0.817054391,1,1,1,1,1,1,0.53753531,0.396625549,0.563134364,0.563147874,0.563386525
-6922,1,0.3466,1,1,1,1,1,1,1,1,0.5685,0.3466,0.612,1,0.2792,1,1,1,1,1,1,0.9037,0.2792,0.6248,1,0.5976,1,1,1,0.4916,0.5976,0.3208,1,1,1,1,1,0.755631566,0.820069432,0.913016081,1,1,1,1,1,0.832544565,0.887383401,1,1,1,1,1,1,0.722288311,0.575966835,0.571048816,0.570975249,0.571365248
-6923,1,0.3466,1,1,1,1,1,1,1,1,0.6159,0.3466,0.6376,1,0.2792,1,1,1,1,1,1,0.9309,0.2792,0.6784,1,0.5976,1,1,1,0.4709,0.5976,0.3713,1,1,1,1,1,0.784955561,0.850837648,0.644928813,1,1,1,1,1,0.903745294,0.94992274,1,1,1,1,1,1,0.672923744,0.66528976,0.572982117,0.572879205,0.573138298
-6924,1,0.3466,1,1,1,1,1,1,1,1,0.5971,0.3466,0.6688,1,0.2792,1,1,1,1,1,1,0.9379,0.2792,0.7137,1,0.5976,1,1,1,0.5634,0.5976,0.4004,1,1,1,1,1,0.820771873,0.895271182,0.613789797,1,1,1,1,1,0.880819023,0.981021166,0.988490582,1,1,1,1,1,0.762022674,0.674595356,0.568934268,0.568859742,0.569148936
-6925,1,0.3466,1,1,1,1,1,1,1,1,0.5802,0.3466,0.5734,1,0.2792,1,1,1,1,1,1,0.8952,0.2792,0.5941,1,0.5976,1,1,1,0.6671,0.5976,0.4836,1,1,1,1,1,0.82443428,0.823665321,0.826559484,1,1,1,1,1,0.837998033,0.842649043,1,1,1,1,1,1,0.846166015,0.741424084,0.567242629,0.567167337,0.567375887
-6926,1,0.3466,1,1,1,1,1,1,1,1,0.4942,0.3466,0.5992,1,0.2792,1,1,1,1,1,1,0.8321,0.2792,0.6349,1,0.5976,1,1,1,0.7096,0.5976,0.4071,1,1,1,1,1,0.757456243,0.944993138,0.757160366,1,1,1,1,1,0.74991554,0.966587186,0.937518358,1,1,1,1,1,0.910224438,0.790278316,0.559932334,0.559974614,0.560283688
-6927,1,0.3466,1,1,1,1,1,1,1,1,0.431,0.3466,0.4377,1,0.2792,1,1,1,1,1,1,0.6392,0.2792,0.4757,1,0.5976,1,1,1,0.6249,0.5976,0.3029,1,1,1,1,1,0.641001523,0.811819434,0.432191372,1,1,1,1,1,0.643968463,0.831633687,0.682326436,1,1,1,1,1,0.886844635,0.715731561,0.555340744,0.555320499,0.555407801
-6928,1,0.3466,1,1,1,1,1,1,1,1,0.2861,0.3466,0.2159,1,0.2792,1,1,1,1,1,1,0.4564,0.2792,0.2589,1,0.5976,1,1,1,0.6009,0.5976,0.1387,1,1,1,1,1,0.489680976,0.546455443,0.374356806,1,1,1,1,1,0.460313678,0.571512699,0.354700506,1,1,1,1,1,0.873219132,0.462765247,0.560536491,0.560609266,0.56072695
-6929,1,0.3466,1,1,1,1,1,1,1,1,0.1891,0.3466,0,1,0.2792,1,1,1,1,1,1,0.4625,0.2792,0,1,0.5976,1,1,1,0.6299,0.5976,0,1,1,1,1,1,0.34201619,0,0.222844303,1,1,1,1,1,0.46994102,0.000147712,0.255001843,1,1,1,1,1,0.873799682,0,0.577936201,0.577956421,0.578014184
-6930,1,0.3466,1,1,1,1,1,1,1,1,0.1587,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2796,0.2792,0,1,0.5976,1,1,1,0.612,0.5976,0,1,1,1,1,1,0.249930039,0,0.315572977,1,1,1,1,1,0.310385287,0,0.256209433,1,1,1,1,1,0.881932974,0,0.617991783,0.617939497,0.618351064
-6931,1,0.3466,1,1,1,1,1,1,1,1,0.1297,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1369,0.2792,0,1,0.5976,1,1,1,0.4681,0.5976,0,1,1,1,1,1,0.182849854,0,0.24657467,1,1,1,1,1,0.170644358,0,0.138579845,1,1,1,1,1,0.8416875,0,0.618898018,0.618785699,0.618794326
-6932,1,0.3466,1,1,1,1,1,1,1,1,0.1437,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0853,0.2792,0,1,0.5976,1,1,1,0.4186,0.5976,0,1,1,1,1,1,0.195684209,0,0.203153342,1,1,1,1,1,0.122362129,0,0.138575137,1,1,1,1,1,0.788006127,0,0.594308845,0.594245822,0.594414894
-6933,1,0.3466,1,1,1,1,1,1,1,1,0.1708,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1019,0.2792,0,1,0.5976,1,1,1,0.2465,0.5976,0,1,1,1,1,1,0.149344802,0,0.199172676,1,1,1,1,1,0.146261364,0,0.230389789,1,1,1,1,1,0.504680812,0,0.548815853,0.548762429,0.548758865
-6934,1,0.3466,1,1,1,1,1,1,1,1,0.1382,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0354,0.2792,0,1,0.5976,1,1,1,0.2081,0.5976,0,1,1,1,1,1,0.113173023,0,0.245120347,1,1,1,1,1,0.062420167,0,0.353731394,1,1,1,1,1,0.44543606,0,0.498066699,0.497990269,0.49822695
-6935,1,0.3466,1,1,1,1,1,1,1,1,0.1484,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2125,0.2792,0,1,0.5976,1,1,1,0.247,0.5976,0,1,1,1,1,1,0.173694447,0,0.196369246,1,1,1,1,1,0.238565028,0,0.297148436,1,1,1,1,1,0.527487159,0,0.450096665,0.450179818,0.45035461
-6936,1,0.3466,1,1,1,1,1,1,1,1,0.2028,0.3466,0,1,0.2792,1,1,1,1,1,1,0.223,0.2792,0,1,0.5976,1,1,1,0.3248,0.5976,0,1,1,1,1,1,0.173880011,0,0.43731162,1,1,1,1,1,0.294793367,0,0.808767557,1,1,1,1,1,0.67014569,0,0.413303528,0.413370002,0.41356383
-6937,1,0.3466,1,1,1,1,1,1,1,1,0.2292,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2585,0.2792,0,1,0.5976,1,1,1,0.2893,0.5976,0,1,1,1,1,1,0.184758142,0,0.454380482,1,1,1,1,1,0.28416124,0,0.895928144,1,1,1,1,1,0.661301017,0,0.395782987,0.395811297,0.395833333
-6938,1,0.3466,1,1,1,1,1,1,1,1,0.1697,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2135,0.2792,0,1,0.5976,1,1,1,0.2633,0.5976,0,1,1,1,1,1,0.139635131,0,0.396913528,1,1,1,1,1,0.236032888,0,0.665457606,1,1,1,1,1,0.467998981,0,0.388110198,0.388195473,0.388297872
-6939,1,0.3466,1,1,1,1,1,1,1,1,0.1787,0.3466,0,1,0.2792,1,1,1,1,1,1,0.216,0.2792,0,1,0.5976,1,1,1,0.2305,0.5976,0,1,1,1,1,1,0.223213106,0,0.329798579,1,1,1,1,1,0.237391546,0,0.524198174,1,1,1,1,1,0.429212123,0,0.387445626,0.387560821,0.387411348
-6940,1,0.3466,1,1,1,1,1,1,1,1,0.1661,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1416,0.2792,0,1,0.5976,1,1,1,0.3023,0.5976,0,1,1,1,1,1,0.245129645,0,0.202838585,1,1,1,1,1,0.140891731,0,0.398662597,1,1,1,1,1,0.495081782,0,0.400012083,0.40004231,0.400265957
-6941,1,0.3466,1,1,1,1,1,1,1,1,0.2017,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1099,0.2792,0,1,0.5976,1,1,1,0.3064,0.5976,0,1,1,1,1,1,0.270193011,0,0.137493655,1,1,1,1,1,0.109147787,0,0.26427567,1,1,1,1,1,0.523988724,0,0.442242629,0.442352443,0.442375887
-6942,1,0.3466,1,1,1,1,1,1,1,1,0.0778,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0151,0.2792,0,1,0.5976,1,1,1,0.259,0.5976,0,1,1,1,1,1,0.14450191,0,0.045859799,1,1,1,1,1,0.022372149,0,0.062681682,1,1,1,1,1,0.426215351,0,0.524951667,0.524857203,0.525265957
-6943,1,0.3466,1,1,1,1,1,1,1,1,0.0902,0.3466,0.1905,1,0.2792,1,1,1,1,1,1,0.0324,0.2792,0.1796,1,0.5976,1,1,1,0.212,0.5976,0.1917,1,1,1,1,1,0.161726445,0.381204516,0.050079066,1,1,1,1,1,0.032931637,0.389283776,0.119409427,1,1,1,1,1,0.361259609,0.479282618,0.568088449,0.568013539,0.568262411
-6944,1,0.3466,1,1,1,1,1,1,1,1,0.0608,0.3466,0.4178,1,0.2792,1,1,1,1,1,1,0.0109,0.2792,0.4105,1,0.5976,1,1,1,0.1986,0.5976,0.4071,1,1,1,1,1,0.114508808,0.708604813,0.004462038,1,1,1,1,1,0.015744308,0.698557615,0.004413351,1,1,1,1,1,0.372213632,0.755144477,0.575700822,0.575840914,0.575797872
-6945,1,0.3466,1,1,1,1,1,1,1,1,0.0292,0.3466,0.5817,1,0.2792,1,1,1,1,1,1,0,0.2792,0.562,1,0.5976,1,1,1,0.1586,0.5976,0.5758,1,1,1,1,1,0.057950642,0.882181585,0.014804501,1,1,1,1,1,7.11E-05,0.848764598,0.035434555,1,1,1,1,1,0.279141784,0.883170247,0.5760029,0.576052465,0.575797872
-6946,1,0.3466,1,1,1,1,1,1,1,1,0.0264,0.3466,0.6532,1,0.2792,1,1,1,1,1,1,0.0042,0.2792,0.6477,1,0.5976,1,1,1,0.1374,0.5976,0.6744,1,1,1,1,1,0.052080717,0.927297115,0.0245825,1,1,1,1,1,0.012039959,0.880272508,0.033928007,1,1,1,1,1,0.229244664,0.973301888,0.577573707,0.57774487,0.578014184
-6947,1,0.3466,1,1,1,1,1,1,1,1,0.0023,0.3466,0.6672,1,0.2792,1,1,1,1,1,1,0,0.2792,0.6139,1,0.5976,1,1,1,0.0981,0.5976,0.6862,1,1,1,1,1,0.019497374,0.938386977,0.000720808,1,1,1,1,1,0,0.839966416,0.002498953,1,1,1,1,1,0.170016915,0.979154229,0.575277912,0.575206262,0.57535461
-6948,1,0.3466,1,1,1,1,1,1,1,1,0,0.3466,0.6623,1,0.2792,1,1,1,1,1,1,0,0.2792,0.6443,1,0.5976,1,1,1,0.0433,0.5976,0.6912,1,1,1,1,1,0.002763097,0.92125231,0,1,1,1,1,1,1.19E-05,0.877610505,0,1,1,1,1,1,0.058095299,0.973861396,0.571109232,0.571186799,0.571365248
-6949,1,0.3466,1,1,1,1,1,1,1,1,0,0.3466,0.6657,1,0.2792,1,1,1,1,1,1,0,0.2792,0.6354,1,0.5976,1,1,1,0.0483,0.5976,0.6732,1,1,1,1,1,0.000914013,0.922204971,0.001204701,1,1,1,1,1,4.43E-05,0.900104463,0.02582173,1,1,1,1,1,0.074882664,0.951889634,0.569719671,0.569705945,0.569592199
-6950,1,0.3466,1,1,1,1,1,1,1,1,0,0.3466,0.5627,1,0.2792,1,1,1,1,1,1,0,0.2792,0.5505,1,0.5976,1,1,1,0.0426,0.5976,0.5613,1,1,1,1,1,1.19E-05,0.876611114,0.027797136,1,1,1,1,1,2.84E-05,0.86030066,0.073784299,1,1,1,1,1,0.037318069,0.898156404,0.563980184,0.563994077,0.56427305
-6951,1,0.3466,1,1,1,1,1,1,1,1,0,0.3466,0.3873,1,0.2792,1,1,1,1,1,1,0,0.2792,0.3941,1,0.5976,1,1,1,0.0188,0.5976,0.3786,1,1,1,1,1,0,0.716489375,0,1,1,1,1,1,0,0.686377704,0.013592147,1,1,1,1,1,0.013444576,0.742622077,0.559751087,0.559763063,0.559840426
-6952,1,0.3466,1,1,1,1,1,1,1,1,0.0003,0.3466,0.1657,1,0.2792,1,1,1,1,1,1,0,0.2792,0.1819,1,0.5976,1,1,1,0.0035,0.5976,0.156,1,1,1,1,1,0.000914447,0.424822778,0,1,1,1,1,1,0.001405381,0.428486645,0.034182198,1,1,1,1,1,0.008659002,0.44715035,0.562046883,0.562090121,0.562056738
-6953,1,0.3466,1,1,1,1,1,1,1,1,0.0043,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0196,0.2792,0,1,0.5976,1,1,1,0.0061,0.5976,0,1,1,1,1,1,0.020740889,0,0.000511224,1,1,1,1,1,0.029805262,0,0,1,1,1,1,1,0.018849541,0,0.578661189,0.578802623,0.578900709
-6954,1,0.3466,1,1,1,1,1,1,1,1,0.0089,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0071,0.2792,0,1,0.5976,1,1,1,0.0136,0.5976,0,1,1,1,1,1,0.0411833,0,0,1,1,1,1,1,0.023420097,0,0,1,1,1,1,1,0.039651647,0,0.618898018,0.618785699,0.618794326
-6955,1,0.3466,1,1,1,1,1,1,1,1,0.0235,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0253,0.2792,0,1,0.5976,1,1,1,0.0194,0.5976,0,1,1,1,1,1,0.047585394,0,0,1,1,1,1,1,0.053079993,0,0,1,1,1,1,1,0.054893188,0,0.618475109,0.618574149,0.618351064
-6956,1,0.3466,1,1,1,1,1,1,1,1,0.032,0.3466,0,1,0.2792,1,1,1,1,1,1,0.02,0.2792,0,1,0.5976,1,1,1,0.0065,0.5976,0,1,1,1,1,1,0.029766874,0,0,1,1,1,1,1,0.047319226,0,0,1,1,1,1,1,0.022021174,0,0.594188014,0.594245822,0.594414894
-6957,1,0.3466,1,1,1,1,1,1,1,1,0.0439,0.3466,0,1,0.2792,1,1,1,1,1,1,0.109,0.2792,0,1,0.5976,1,1,1,0.0063,0.5976,0,1,1,1,1,1,0.040947177,0,0,1,1,1,1,1,0.126980349,0,0,1,1,1,1,1,0.01798185,0,0.551111648,0.551089486,0.550975177
-6958,1,0.3466,1,1,1,1,1,1,1,1,0.0446,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2747,0.2792,0,1,0.5976,1,1,1,0.0073,0.5976,0,1,1,1,1,1,0.041297603,0,0,1,1,1,1,1,0.247543812,0,0.032102879,1,1,1,1,1,0.010148808,0,0.492085549,0.49206685,0.492021277
-6959,1,0.3466,1,1,1,1,1,1,1,1,0.0516,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2971,0.2792,0,1,0.5976,1,1,1,0.0139,0.5976,0,1,1,1,1,1,0.041954152,0,0,1,1,1,1,1,0.289462775,0,0.035045814,1,1,1,1,1,0.016331254,0,0.443330111,0.443410197,0.443262411
-6960,1,0.3466,1,1,1,1,1,1,1,1,0.0534,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3733,0.2792,0,1,0.5976,1,1,1,0.0229,0.5976,0,1,1,1,1,1,0.040439025,0,0.001619485,1,1,1,1,1,0.335606158,0,0.00542644,1,1,1,1,1,0.037615668,0,0.410282745,0.410196742,0.410460993
-6961,1,0.3466,1,1,1,1,1,1,1,1,0.0408,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3214,0.2792,0,1,0.5976,1,1,1,0.0473,0.5976,0,1,1,1,1,1,0.026342619,0,0,1,1,1,1,1,0.262995005,0,0,1,1,1,1,1,0.098941192,0,0.392883035,0.392849587,0.392730496
-6962,1,0.3466,1,1,1,1,1,1,1,1,0.0476,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2213,0.2792,0,1,0.5976,1,1,1,0.0498,0.5976,0,1,1,1,1,1,0.028901976,0,0,1,1,1,1,1,0.160440579,0,0,1,1,1,1,1,0.130792096,0,0.385391493,0.385445314,0.385638298
-6963,1,0.3466,1,1,1,1,1,1,1,1,0.0485,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0906,0.2792,0,1,0.5976,1,1,1,0.0335,0.5976,0,1,1,1,1,1,0.025177309,0,0,1,1,1,1,1,0.065695174,0,0,1,1,1,1,1,0.081843249,0,0.383518608,0.383541358,0.383865248
-6964,1,0.3466,1,1,1,1,1,1,1,1,0.0268,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0226,0.2792,0,1,0.5976,1,1,1,0.036,0.5976,0,1,1,1,1,1,0.006662062,0,0,1,1,1,1,1,0.023514016,0,0,1,1,1,1,1,0.070870914,0,0.39560174,0.395599746,0.395833333
-6965,1,0.3466,1,1,1,1,1,1,1,1,0.0025,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0821,0.2792,0,1,0.5976,1,1,1,0.0444,0.5976,0,1,1,1,1,1,0.000329725,0,0.003362084,1,1,1,1,1,0.090046726,0,0.0351822,1,1,1,1,1,0.086221293,0,0.436986467,0.437063677,0.437056738
-6966,1,0.3466,1,1,1,1,1,1,1,1,0.0023,0.3466,0,1,0.2792,1,1,1,1,1,1,0.214,0.2792,0,1,0.5976,1,1,1,0.0853,0.5976,0,1,1,1,1,1,0.005619189,0,0.004000878,1,1,1,1,1,0.215838432,0,0.025917802,1,1,1,1,1,0.19584693,0,0.519816336,0.519779987,0.519946809
-6967,1,0.3466,1,1,1,1,1,1,1,1,0.0293,0.3466,0.1736,1,0.2792,1,1,1,1,1,1,0.2497,0.2792,0.1846,1,0.5976,1,1,1,0.1501,0.5976,0.1235,1,1,1,1,1,0.035110567,0.417459816,0.019004591,1,1,1,1,1,0.270265728,0.420811653,0.05337958,1,1,1,1,1,0.331658959,0.271196127,0.564463509,0.564628729,0.564716312
-6968,1,0.3466,1,1,1,1,1,1,1,1,0.0502,0.3466,0.3956,1,0.2792,1,1,1,1,1,1,0.1636,0.2792,0.4174,1,0.5976,1,1,1,0.0993,0.5976,0.3294,1,1,1,1,1,0.063565657,0.747393489,0.025943261,1,1,1,1,1,0.195820287,0.732227027,0.077680632,1,1,1,1,1,0.255166531,0.698743045,0.572075882,0.572033002,0.572251773
-6969,1,0.3466,1,1,1,1,1,1,1,1,0.0214,0.3466,0.5752,1,0.2792,1,1,1,1,1,1,0.0495,0.2792,0.5731,1,0.5976,1,1,1,0.0664,0.5976,0.4726,1,1,1,1,1,0.023290539,0.901398957,0.042980079,1,1,1,1,1,0.066557392,0.867356896,0.071213886,1,1,1,1,1,0.181498408,0.889261186,0.575157081,0.575206262,0.57535461
-6970,1,0.3466,1,1,1,1,1,1,1,1,0.0197,0.3466,0.6762,1,0.2792,1,1,1,1,1,1,0,0.2792,0.6413,1,0.5976,1,1,1,0.1012,0.5976,0.5902,1,1,1,1,1,0.005201393,0.944683492,0.042782146,1,1,1,1,1,0.011399567,0.910781503,0.06660445,1,1,1,1,1,0.227932185,0.935807943,0.579144514,0.579014174,0.579343972
-6971,1,0.3466,1,1,1,1,1,1,1,1,0.0215,0.3466,0.69,1,0.2792,1,1,1,1,1,1,0.0328,0.2792,0.6823,1,0.5976,1,1,1,0.1496,0.5976,0.6382,1,1,1,1,1,0.021628523,0.967875004,0.025877971,1,1,1,1,1,0.056187898,0.96922344,0.041026443,1,1,1,1,1,0.367167175,0.955393314,0.552380377,0.55235879,0.552748227
-6972,1,0.3466,1,1,1,1,1,1,1,1,0.0536,0.3466,0.6997,1,0.2792,1,1,1,1,1,1,0.0928,0.2792,0.701,1,0.5976,1,1,1,0.2586,0.5976,0.6435,1,1,1,1,1,0.063734524,0.985716522,0.012266745,1,1,1,1,1,0.102070272,0.984723568,0.003376963,1,1,1,1,1,0.48900798,0.958468974,0.563134364,0.563147874,0.563386525
-6973,1,0.3466,1,1,1,1,1,1,1,1,0.0668,0.3466,0.688,1,0.2792,1,1,1,1,1,1,0.1678,0.2792,0.6745,1,0.5976,1,1,1,0.2892,0.5976,0.6281,1,1,1,1,1,0.082223102,0.972074449,0.033062894,1,1,1,1,1,0.187509626,0.90579313,0.005234293,1,1,1,1,1,0.545729339,0.939339757,0.562711455,0.562724773,0.562943262
-6974,1,0.3466,1,1,1,1,1,1,1,1,0.0738,0.3466,0.5822,1,0.2792,1,1,1,1,1,1,0.2458,0.2792,0.5811,1,0.5976,1,1,1,0.3303,0.5976,0.5283,1,1,1,1,1,0.109804735,0.917467952,0.097634435,1,1,1,1,1,0.259593189,0.869558275,0.033543721,1,1,1,1,1,0.58803153,0.874983549,0.577332044,0.577321769,0.577570922
-6975,1,0.3466,1,1,1,1,1,1,1,1,0.1518,0.3466,0.416,1,0.2792,1,1,1,1,1,1,0.4366,0.2792,0.4471,1,0.5976,1,1,1,0.2811,0.5976,0.3558,1,1,1,1,1,0.243621498,0.765281439,0.107792005,1,1,1,1,1,0.469339579,0.769468725,0.024981678,1,1,1,1,1,0.470470309,0.717147589,0.54217013,0.542204358,0.542109929
-6976,1,0.3466,1,1,1,1,1,1,1,1,0.1309,0.3466,0.1969,1,0.2792,1,1,1,1,1,1,0.3263,0.2792,0.2126,1,0.5976,1,1,1,0.2354,0.5976,0.1483,1,1,1,1,1,0.218035042,0.491310954,0.112939604,1,1,1,1,1,0.332829177,0.421391398,0.010563351,1,1,1,1,1,0.403182149,0.430695355,0.566517641,0.566532685,0.566489362
-6977,1,0.3466,1,1,1,1,1,1,1,1,0.1017,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1878,0.2792,0,1,0.5976,1,1,1,0.2685,0.5976,0,1,1,1,1,1,0.164450496,0,0.239488423,1,1,1,1,1,0.205285847,0,0.072062045,1,1,1,1,1,0.449280262,0,0.579869502,0.579860377,0.580230496
-6978,1,0.3466,1,1,1,1,1,1,1,1,0.2149,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2465,0.2792,0,1,0.5976,1,1,1,0.3368,0.5976,0,1,1,1,1,1,0.370900959,0,0.364656091,1,1,1,1,1,0.309278667,0,0.151351064,1,1,1,1,1,0.565700114,0,0.616723055,0.616670193,0.616578014
-6979,1,0.3466,1,1,1,1,1,1,1,1,0.1922,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2423,0.2792,0,1,0.5976,1,1,1,0.3194,0.5976,0,1,1,1,1,1,0.312815338,0,0.705669284,1,1,1,1,1,0.324734956,0,0.315332204,1,1,1,1,1,0.550651908,0,0.616420976,0.616458642,0.616578014
-6980,1,0.3466,1,1,1,1,1,1,1,1,0.1244,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2329,0.2792,0,1,0.5976,1,1,1,0.352,0.5976,0,1,1,1,1,1,0.281009763,0,0.625893116,1,1,1,1,1,0.251810849,0,0.267517805,1,1,1,1,1,0.558764696,0,0.591469309,0.591495663,0.591755319
-6981,1,0.3466,1,1,1,1,1,1,1,1,0.1036,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1546,0.2792,0,1,0.5976,1,1,1,0.3448,0.5976,0,1,1,1,1,1,0.272291481,0,0.521974862,1,1,1,1,1,0.185982287,0,0.322667569,1,1,1,1,1,0.528102815,0,0.549238763,0.54918553,0.549202128
-6982,1,0.3466,1,1,1,1,1,1,1,1,0.0821,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1007,0.2792,0,1,0.5976,1,1,1,0.4186,0.5976,0,1,1,1,1,1,0.19217661,0,0.36877954,1,1,1,1,1,0.154887095,0,0.32272017,1,1,1,1,1,0.622794986,0,0.493898018,0.493759255,0.493794326
-6983,1,0.3466,1,1,1,1,1,1,1,1,0.128,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2645,0.2792,0,1,0.5976,1,1,1,0.3847,0.5976,0,1,1,1,1,1,0.301962346,0,0.263060868,1,1,1,1,1,0.389222801,0,0.491935134,1,1,1,1,1,0.558941662,0,0.442967617,0.442987095,0.443262411
-6984,1,0.3466,1,1,1,1,1,1,1,1,0.0831,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1687,0.2792,0,1,0.5976,1,1,1,0.405,0.5976,0,1,1,1,1,1,0.191722453,0,0.367162585,1,1,1,1,1,0.276223212,0,0.554190874,1,1,1,1,1,0.526745141,0,0.408349444,0.408292786,0.408244681
-6985,1,0.3466,1,1,1,1,1,1,1,1,0.0987,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2507,0.2792,0,1,0.5976,1,1,1,0.3124,0.5976,0,1,1,1,1,1,0.197878391,0,0.375397444,1,1,1,1,1,0.34064424,0,0.728957653,1,1,1,1,1,0.433847129,0,0.389439343,0.389464777,0.38962766
-6986,1,0.3466,1,1,1,1,1,1,1,1,0.125,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2364,0.2792,0,1,0.5976,1,1,1,0.1701,0.5976,0,1,1,1,1,1,0.198178023,0,0.585009813,1,1,1,1,1,0.349174738,0,0.973523259,1,1,1,1,1,0.253236145,0,0.380558241,0.380579649,0.380319149
-6987,1,0.3466,1,1,1,1,1,1,1,1,0.1414,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2655,0.2792,0,1,0.5976,1,1,1,0.1646,0.5976,0,1,1,1,1,1,0.264444232,0,0.920823216,1,1,1,1,1,0.393492132,0,1,1,1,1,1,1,0.291340441,0,0.378504108,0.378464142,0.378546099
-6988,1,0.3466,1,1,1,1,1,1,1,1,0.1171,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0616,0.2792,0,1,0.5976,1,1,1,0.2153,0.5976,0,1,1,1,1,1,0.156760588,0,1,1,1,1,1,1,0.092562661,0,1,1,1,1,1,1,0.416261613,0,0.388653939,0.388830125,0.388741135
-6989,1,0.3466,1,1,1,1,1,1,1,1,0.1017,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0201,0.2792,0,1,0.5976,1,1,1,0.2016,0.5976,0,1,1,1,1,1,0.126058236,0,1,1,1,1,1,1,0.112500921,0,1,1,1,1,1,1,0.340123445,0,0.426897052,0.426909245,0.426861702
-6990,1,0.3466,1,1,1,1,1,1,1,1,0.1106,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0058,0.2792,0,1,0.5976,1,1,1,0.1754,0.5976,0,1,1,1,1,1,0.124218464,0,1,1,1,1,1,1,0.063212223,0,1,1,1,1,1,1,0.353163451,0,0.504531174,0.504548339,0.504432624
-6991,1,0.3466,1,1,1,1,1,1,1,1,0.1496,0.3466,0.0137,1,0.2792,1,1,1,1,1,1,0.0593,0.2792,0.0012,1,0.5976,1,1,1,0.1565,0.5976,0.0716,1,1,1,1,1,0.196091324,0.010454334,1,1,1,1,1,1,0.146978259,0.001980768,1,1,1,1,1,1,0.294249386,0.027740939,0.556851136,0.556801354,0.556737589
-6992,1,0.3466,1,1,1,1,1,1,1,1,0.2481,0.3466,0.1202,1,0.2792,1,1,1,1,1,1,0.1386,0.2792,0.0695,1,0.5976,1,1,1,0.2778,0.5976,0.1659,1,1,1,1,1,0.251662552,0.129974395,1,1,1,1,1,1,0.261220157,0.054040249,1,1,1,1,1,1,0.481505126,0.208932579,0.575157081,0.575206262,0.57535461
-6993,1,0.3466,1,1,1,1,1,1,1,1,0.2475,0.3466,0.1691,1,0.2792,1,1,1,1,1,1,0.3102,0.2792,0.1343,1,0.5976,1,1,1,0.2493,0.5976,0.2569,1,1,1,1,1,0.246680975,0.237990275,1,1,1,1,1,1,0.382262051,0.114631847,1,1,1,1,1,1,0.480210125,0.319944263,0.588267279,0.588322403,0.588652482
-6994,1,0.3466,1,1,1,1,1,1,1,1,0.3205,0.3466,0.2403,1,0.2792,1,1,1,1,1,1,0.3416,0.2792,0.2246,1,0.5976,1,1,1,0.283,0.5976,0.2691,1,1,1,1,1,0.24912934,0.37046659,1,1,1,1,1,1,0.291378319,0.143574283,1,1,1,1,1,1,0.54855901,0.40447256,0.599021266,0.599111487,0.59929078
-6995,1,0.3466,1,1,1,1,1,1,1,1,0.5151,0.3466,0.2934,1,0.2792,1,1,1,1,1,1,0.1589,0.2792,0.2206,1,0.5976,1,1,1,0.2547,0.5976,0.2496,1,1,1,1,1,0.312463015,0.397194952,1,1,1,1,1,1,0.281342059,0.171118855,1,1,1,1,1,1,0.47114557,0.357256532,0.601921218,0.601861646,0.601950355
-6996,1,0.3466,1,1,1,1,1,1,1,1,0.4744,0.3466,0.3407,1,0.2792,1,1,1,1,1,1,0.1979,0.2792,0.197,1,0.5976,1,1,1,0.2992,0.5976,0.2334,1,1,1,1,1,0.254895449,0.50832963,1,1,1,1,1,1,0.280761063,0.131539732,1,1,1,1,1,1,0.552966833,0.395105153,0.598658772,0.598688386,0.598847518
-6997,1,0.3466,1,1,1,1,1,1,1,1,0.4488,0.3466,0.3119,1,0.2792,1,1,1,1,1,1,0.3164,0.2792,0.0966,1,0.5976,1,1,1,0.3356,0.5976,0.2469,1,1,1,1,1,0.3239595,0.356417567,1,1,1,1,1,1,0.475391269,0.082321368,1,1,1,1,1,1,0.58756423,0.396729767,0.5979942,0.598053734,0.597960993
-6998,1,0.3466,1,1,1,1,1,1,1,1,0.5371,0.3466,0.1555,1,0.2792,1,1,1,1,1,1,0.6626,0.2792,0.1254,1,0.5976,1,1,1,0.4392,0.5976,0.1558,1,1,1,1,1,0.432493836,0.168642104,1,1,1,1,1,1,0.658398271,0.14798902,1,1,1,1,1,1,0.660295904,0.368745029,0.592919285,0.592976518,0.593085106
-6999,1,0.3466,1,1,1,1,1,1,1,1,0.51,0.3466,0.0634,1,0.2792,1,1,1,1,1,1,0.4768,0.2792,0.0409,1,0.5976,1,1,1,0.4105,0.5976,0.0867,1,1,1,1,1,0.482176185,0.070743129,1,1,1,1,1,1,0.550822318,0.039893411,1,1,1,1,1,1,0.575499594,0.163499877,0.589596423,0.589591707,0.589539007
-7000,1,0.3466,1,1,1,1,1,1,1,1,0.3235,0.3466,0.0037,1,0.2792,1,1,1,1,1,1,0.238,0.2792,0.001,1,0.5976,1,1,1,0.4391,0.5976,0,1,1,1,1,1,0.389928311,0.003406873,1,1,1,1,1,1,0.272244811,0.001000354,1,1,1,1,1,1,0.662023842,0.000167783,0.594188014,0.594245822,0.594414894
-7001,1,0.3466,1,1,1,1,1,1,1,1,0.2409,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0757,0.2792,0,1,0.5976,1,1,1,0.4485,0.5976,0,1,1,1,1,1,0.198627427,0,1,1,1,1,1,1,0.108668685,0,1,1,1,1,1,1,0.691401243,0,0.608929435,0.608842818,0.609042553
-7002,1,0.3466,1,1,1,1,1,1,1,1,0.2632,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0838,0.2792,0,1,0.5976,1,1,1,0.5002,0.5976,0,1,1,1,1,1,0.298855066,0,1,1,1,1,1,1,0.124988534,0,1,1,1,1,1,1,0.721430957,0,0.623127115,0.623016713,0.62322695
-7003,1,0.3466,1,1,1,1,1,1,1,1,0.278,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1857,0.2792,0,1,0.5976,1,1,1,0.5088,0.5976,0,1,1,1,1,1,0.321913689,0,1,1,1,1,1,1,0.221405476,0,1,1,1,1,1,1,0.711955845,0,0.607962784,0.607785065,0.608156028
-7004,1,0.3466,1,1,1,1,1,1,1,1,0.2234,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0871,0.2792,0,1,0.5976,1,1,1,0.5386,0.5976,0,1,1,1,1,1,0.222763464,0,1,1,1,1,1,1,0.118392944,0,1,1,1,1,1,1,0.720192313,0,0.583675689,0.583668289,0.583776596
-7005,1,0.3466,1,1,1,1,1,1,1,1,0.1952,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0242,0.2792,0,1,0.5976,1,1,1,0.4995,0.5976,0,1,1,1,1,1,0.101477034,0,1,1,1,1,1,1,0.049433555,0,1,1,1,1,1,1,0.591893733,0,0.54942001,0.549397081,0.54964539
-7006,1,0.3466,1,1,1,1,1,1,1,1,0.1682,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0523,0.2792,0,1,0.5976,1,1,1,0.5405,0.5976,0,1,1,1,1,1,0.118246727,0,1,1,1,1,1,1,0.077037022,0,1,1,1,1,1,1,0.591488719,0,0.503504108,0.503490586,0.503546099
-7007,1,0.3466,1,1,1,1,1,1,1,1,0.1615,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1112,0.2792,0,1,0.5976,1,1,1,0.5073,0.5976,0,1,1,1,1,1,0.115235858,0,1,1,1,1,1,1,0.157858506,0,1,1,1,1,1,1,0.540958583,0,0.455413243,0.455468585,0.455673759
-7008,1,0.3466,1,1,1,1,1,1,1,1,0.2213,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1158,0.2792,0,1,0.5976,1,1,1,0.3935,0.5976,0,1,1,1,1,1,0.171093181,0,1,1,1,1,1,1,0.174519256,0,1,1,1,1,1,1,0.421802342,0,0.419284679,0.419293421,0.419326241
-7009,1,0.3466,1,1,1,1,1,1,1,1,0.2719,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0979,0.2792,0,1,0.5976,1,1,1,0.4119,0.5976,0,1,1,1,1,1,0.196372062,0,0.999048173,1,1,1,1,1,0.142424583,0,1,1,1,1,1,1,0.356983513,0,0.398501692,0.398561455,0.39893617
-7010,1,0.3466,1,1,1,1,1,1,1,1,0.2893,0.3466,0,1,0.2792,1,1,1,1,1,1,0.021,0.2792,0,1,0.5976,1,1,1,0.4386,0.5976,0,1,1,1,1,1,0.159809753,0,1,1,1,1,1,1,0.052142449,0,1,1,1,1,1,1,0.454770863,0,0.386358144,0.386291517,0.38608156
-7011,1,0.3466,1,1,1,1,1,1,1,1,0.2711,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0127,0.2792,0,1,0.5976,1,1,1,0.3852,0.5976,0,1,1,1,1,1,0.106628224,0,0.97009027,1,1,1,1,1,0.047839388,0,1,1,1,1,1,1,0.391440898,0,0.381041566,0.38100275,0.381205674
-7012,1,0.3466,1,1,1,1,1,1,1,1,0.2039,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0295,0.2792,0,1,0.5976,1,1,1,0.3048,0.5976,0,1,1,1,1,1,0.112418137,0,0.983605027,1,1,1,1,1,0.051742144,0,0.436756819,1,1,1,1,1,0.344856799,0,0.382551957,0.382695155,0.382535461
-7013,1,0.3466,1,1,1,1,1,1,1,1,0.1084,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0139,0.2792,0,1,0.5976,1,1,1,0.3105,0.5976,0,1,1,1,1,1,0.035356961,0,0.923367858,1,1,1,1,1,0.025846437,0,0.369490862,1,1,1,1,1,0.371627718,0,0.395360077,0.395388195,0.395390071
-7014,1,0.3466,1,1,1,1,1,1,1,1,0.1021,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0727,0.2792,0,1,0.5976,1,1,1,0.3001,0.5976,0,1,1,1,1,1,0.032364585,0,0.970375001,1,1,1,1,1,0.069447041,0,0.549886405,1,1,1,1,1,0.489170998,0,0.424842919,0.424793738,0.42464539
-7015,1,0.3466,1,1,1,1,1,1,1,1,0.0854,0.3466,0.0332,1,0.2792,1,1,1,1,1,1,0.0043,0.2792,0.1233,1,0.5976,1,1,1,0.2788,0.5976,0.0114,1,1,1,1,1,0.042271774,0.149936885,0.524671376,1,1,1,1,1,0.004261351,0.297715366,0.266238749,1,1,1,1,1,0.391289562,0,0.459581924,0.459699598,0.459663121
-7016,1,0.3466,1,1,1,1,1,1,1,1,0.0942,0.3466,0.2203,1,0.2792,1,1,1,1,1,1,0.0014,0.2792,0.3359,1,0.5976,1,1,1,0.3357,0.5976,0.1637,1,1,1,1,1,0.035858944,0.488024116,0.329268992,1,1,1,1,1,0.009817802,0.591455102,0.434022546,1,1,1,1,1,0.400075138,0.000237774,0.499275012,0.499259573,0.499556738
-7017,1,0.3466,1,1,1,1,1,1,1,1,0.07,0.3466,0.3719,1,0.2792,1,1,1,1,1,1,0,0.2792,0.5242,1,0.5976,1,1,1,0.3286,0.5976,0.2035,1,1,1,1,1,0.028406344,0.651078105,0.18498823,1,1,1,1,1,0.005400615,0.818202198,0.536273062,1,1,1,1,1,0.387476891,0.041922141,0.530086999,0.529934419,0.530141844
-7018,1,0.3466,1,1,1,1,1,1,1,1,0.0389,0.3466,0.5233,1,0.2792,1,1,1,1,1,1,0,0.2792,0.6378,1,0.5976,1,1,1,0.1736,0.5976,0.3045,1,1,1,1,1,0.012355234,0.790041268,0.138117924,1,1,1,1,1,0.00340514,0.904667377,0.247051314,1,1,1,1,1,0.255745739,0.136642173,0.545311745,0.545377618,0.545656028
-7019,1,0.3466,1,1,1,1,1,1,1,1,0.0784,0.3466,0.6031,1,0.2792,1,1,1,1,1,1,0,0.2792,0.6602,1,0.5976,1,1,1,0.0512,0.5976,0.3965,1,1,1,1,1,0.024175357,0.884102643,0.891486049,1,1,1,1,1,0.005572611,0.92325455,0.247032732,1,1,1,1,1,0.077935584,0.562629163,0.549359594,0.549397081,0.54964539
-7020,1,0.3466,1,1,1,1,1,1,1,1,0.1271,0.3466,0.5883,1,0.2792,1,1,1,1,1,1,0.0565,0.2792,0.6459,1,0.5976,1,1,1,0.2984,0.5976,0.3751,1,1,1,1,1,0.03400059,0.890916824,0.904820085,1,1,1,1,1,0.055760287,0.899341226,0.21378848,1,1,1,1,1,0.272165805,0.546855807,0.545130498,0.544954517,0.545212766
-7021,1,0.3466,1,1,1,1,1,1,1,1,0.1238,0.3466,0.5771,1,0.2792,1,1,1,1,1,1,0.1672,0.2792,0.6269,1,0.5976,1,1,1,0.2862,0.5976,0.413,1,1,1,1,1,0.050840437,0.858576179,0.781482458,1,1,1,1,1,0.184884667,0.875724673,0.22081022,1,1,1,1,1,0.264689595,0.567762554,0.53618898,0.536069389,0.535904255
-7022,1,0.3466,1,1,1,1,1,1,1,1,0.173,0.3466,0.5169,1,0.2792,1,1,1,1,1,1,0.1362,0.2792,0.5818,1,0.5976,1,1,1,0.2144,0.5976,0.3514,1,1,1,1,1,0.090263762,0.788456082,0.817694247,1,1,1,1,1,0.190860286,0.847134531,0.228640839,1,1,1,1,1,0.218488455,0.489015579,0.525374577,0.525491855,0.525265957
-7023,1,0.3466,1,1,1,1,1,1,1,1,0.2176,0.3466,0.3534,1,0.2792,1,1,1,1,1,1,0.262,0.2792,0.4247,1,0.5976,1,1,1,0.1896,0.5976,0.235,1,1,1,1,1,0.130062357,0.691767216,0.631670237,1,1,1,1,1,0.350546032,0.727539241,0.395193696,1,1,1,1,1,0.176922143,0.443582952,0.518668439,0.518722234,0.519060284
-7024,1,0.3466,1,1,1,1,1,1,1,1,0.1686,0.3466,0.153,1,0.2792,1,1,1,1,1,1,0.3579,0.2792,0.2099,1,0.5976,1,1,1,0.1652,0.5976,0.0577,1,1,1,1,1,0.113729663,0.418498844,0.63004905,1,1,1,1,1,0.369169056,0.469421864,0.399786949,1,1,1,1,1,0.168857366,0.196451187,0.520118415,0.520203089,0.520390071
-7025,1,0.3466,1,1,1,1,1,1,1,1,0.1259,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2521,0.2792,0,1,0.5976,1,1,1,0.189,0.5976,0,1,1,1,1,1,0.150334463,0,0.43471396,1,1,1,1,1,0.24891299,0,0.507278562,1,1,1,1,1,0.192446589,0,0.531295312,0.531415274,0.531471631
-7026,1,0.3466,1,1,1,1,1,1,1,1,0.2734,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2782,0.2792,0,1,0.5976,1,1,1,0.2129,0.5976,0,1,1,1,1,1,0.372177869,0,0.670900822,1,1,1,1,1,0.347275794,0,0.714420915,1,1,1,1,1,0.185300097,0,0.563496858,0.563570975,0.563386525
-7027,1,0.3466,1,1,1,1,1,1,1,1,0.2722,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1918,0.2792,0,1,0.5976,1,1,1,0.1574,0.5976,0,1,1,1,1,1,0.286370188,0,0.936610341,1,1,1,1,1,0.204979271,0,0.512061775,1,1,1,1,1,0.193763748,0,0.556246979,0.556166702,0.556294326
-7028,1,0.3466,1,1,1,1,1,1,1,1,0.2439,0.3466,0,1,0.2792,1,1,1,1,1,1,0.5049,0.2792,0,1,0.5976,1,1,1,0.1304,0.5976,0,1,1,1,1,1,0.269087285,0,0.623779535,1,1,1,1,1,0.47871533,0,0.842860341,1,1,1,1,1,0.215788871,0,0.536068149,0.536069389,0.535904255
-7029,1,0.3466,1,1,1,1,1,1,1,1,0.3112,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3664,0.2792,0,1,0.5976,1,1,1,0.096,0.5976,0,1,1,1,1,1,0.250378937,0,0.872953892,1,1,1,1,1,0.382786959,0,0.896111846,1,1,1,1,1,0.213988289,0,0.506887385,0.506875397,0.507092199
-7030,1,0.3466,1,1,1,1,1,1,1,1,0.2622,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1841,0.2792,0,1,0.5976,1,1,1,0.1752,0.5976,0,1,1,1,1,1,0.225949377,0,0.896223545,1,1,1,1,1,0.280311197,0,0.900689006,1,1,1,1,1,0.390954077,0,0.468704688,0.468796277,0.468528369
-7031,1,0.3466,1,1,1,1,1,1,1,1,0.3425,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2288,0.2792,0,1,0.5976,1,1,1,0.1776,0.5976,0,1,1,1,1,1,0.325754076,0,0.976878405,1,1,1,1,1,0.353406847,0,0.806386232,1,1,1,1,1,0.451508999,0,0.428769937,0.428813201,0.428634752
-7032,1,0.3466,1,1,1,1,1,1,1,1,0.2691,0.3466,0,1,0.2792,1,1,1,1,1,1,0.234,0.2792,0,1,0.5976,1,1,1,0.1479,0.5976,0,1,1,1,1,1,0.275523096,0,0.85477829,1,1,1,1,1,0.359016716,0,0.473693728,1,1,1,1,1,0.284810126,0,0.395964234,0.395811297,0.396276596
-7033,1,0.3466,1,1,1,1,1,1,1,1,0.2378,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1634,0.2792,0,1,0.5976,1,1,1,0.0722,0.5976,0,1,1,1,1,1,0.230174527,0,0.63272047,1,1,1,1,1,0.288038433,0,0.368838757,1,1,1,1,1,0.139921129,0,0.374697922,0.37465623,0.374556738
-7034,1,0.3466,1,1,1,1,1,1,1,1,0.2526,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2205,0.2792,0,1,0.5976,1,1,1,0.0621,0.5976,0,1,1,1,1,1,0.274755776,0,0.656604469,1,1,1,1,1,0.362767458,0,0.393080145,1,1,1,1,1,0.101932056,0,0.363339778,0.363444045,0.363031915
-7035,1,0.3466,1,1,1,1,1,1,1,1,0.2531,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1692,0.2792,0,1,0.5976,1,1,1,0.0989,0.5976,0,1,1,1,1,1,0.291467547,0,0.57920146,1,1,1,1,1,0.304462016,0,0.304262072,1,1,1,1,1,0.179504663,0,0.357237796,0.357309076,0.357269504
-7036,1,0.3466,1,1,1,1,1,1,1,1,0.2208,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1651,0.2792,0,1,0.5976,1,1,1,0.1065,0.5976,0,1,1,1,1,1,0.279318541,0,0.575155795,1,1,1,1,1,0.295839161,0,0.437477499,1,1,1,1,1,0.323406667,0,0.357660706,0.357732177,0.357712766
-7037,1,0.3466,1,1,1,1,1,1,1,1,0.1253,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1597,0.2792,0,1,0.5976,1,1,1,0.084,0.5976,0,1,1,1,1,1,0.180084288,0,0.277651966,1,1,1,1,1,0.232047543,0,0.306244254,1,1,1,1,1,0.279866904,0,0.366300145,0.366405754,0.366578014
-7038,1,0.3466,1,1,1,1,1,1,1,1,0.0542,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0474,0.2792,0,1,0.5976,1,1,1,0.0842,0.5976,0,1,1,1,1,1,0.084283546,0,0.173428476,1,1,1,1,1,0.066785604,0,0.134796336,1,1,1,1,1,0.227047771,0,0.386841469,0.386714618,0.386968085
-7039,1,0.3466,1,1,1,1,1,1,1,1,0.1052,0.3466,0.1827,1,0.2792,1,1,1,1,1,1,0.0654,0.2792,0.1908,1,0.5976,1,1,1,0.0637,0.5976,0.1479,1,1,1,1,1,0.149061471,0.418392509,0.224105924,1,1,1,1,1,0.086327866,0.432595551,0.223785877,1,1,1,1,1,0.118334055,0.440723419,0.410645239,0.410619843,0.410904255
-7040,1,0.3466,1,1,1,1,1,1,1,1,0.1195,0.3466,0.4035,1,0.2792,1,1,1,1,1,1,0.1233,0.2792,0.4205,1,0.5976,1,1,1,0.058,0.5976,0.3283,1,1,1,1,1,0.189828798,0.714961469,0.157325774,1,1,1,1,1,0.125552133,0.729441583,0.173075646,1,1,1,1,1,0.120664269,0.759261429,0.448042533,0.448064311,0.448138298
-7041,1,0.3466,1,1,1,1,1,1,1,1,0.1427,0.3466,0.5658,1,0.2792,1,1,1,1,1,1,0.1874,0.2792,0.5453,1,0.5976,1,1,1,0.1009,0.5976,0.4941,1,1,1,1,1,0.208243638,0.812270284,0.098160826,1,1,1,1,1,0.162780911,0.856530905,0.175431162,1,1,1,1,1,0.226709276,0.906353772,0.477283712,0.477258303,0.477393617
-7042,1,0.3466,1,1,1,1,1,1,1,1,0.2434,0.3466,0.6151,1,0.2792,1,1,1,1,1,1,0.4375,0.2792,0.6575,1,0.5976,1,1,1,0.1263,0.5976,0.5324,1,1,1,1,1,0.327982157,0.838202059,0.200368688,1,1,1,1,1,0.399203748,0.933663487,0.205225646,1,1,1,1,1,0.231119573,0.947143316,0.491481392,0.491432198,0.491578014
-7043,1,0.3466,1,1,1,1,1,1,1,1,0.1913,0.3466,0.6374,1,0.2792,1,1,1,1,1,1,0.488,0.2792,0.658,1,0.5976,1,1,1,0.1306,0.5976,0.4754,1,1,1,1,1,0.288717508,0.899336755,0.235450819,1,1,1,1,1,0.413728714,0.894758701,0.17888692,1,1,1,1,1,0.235701025,0.852446437,0.498972934,0.498836471,0.499113475
-7044,1,0.3466,1,1,1,1,1,1,1,1,0.2871,0.3466,0.6374,1,0.2792,1,1,1,1,1,1,0.4318,0.2792,0.6534,1,0.5976,1,1,1,0.147,0.5976,0.4386,1,1,1,1,1,0.399677664,0.884381175,0.496970087,1,1,1,1,1,0.420029104,0.892285466,0.446065485,1,1,1,1,1,0.25324145,0.811059356,0.501691638,0.501798181,0.50177305
-7045,1,0.3466,1,1,1,1,1,1,1,1,0.319,0.3466,0.6141,1,0.2792,1,1,1,1,1,1,0.4665,0.2792,0.6151,1,0.5976,1,1,1,0.264,0.5976,0.4001,1,1,1,1,1,0.530041337,0.81602484,0.709779263,1,1,1,1,1,0.454139739,0.803308547,0.38416338,1,1,1,1,1,0.50692445,0.691843271,0.498429193,0.49841337,0.49822695
-7046,1,0.3466,1,1,1,1,1,1,1,1,0.2768,0.3466,0.5187,1,0.2792,1,1,1,1,1,1,0.3936,0.2792,0.5174,1,0.5976,1,1,1,0.296,0.5976,0.4218,1,1,1,1,1,0.425335556,0.758352458,0.817644179,1,1,1,1,1,0.412492186,0.766325176,0.37573877,1,1,1,1,1,0.578106225,0.618519187,0.495952151,0.495874762,0.496010638
-7047,1,0.3466,1,1,1,1,1,1,1,1,0.3158,0.3466,0.3729,1,0.2792,1,1,1,1,1,1,0.211,0.2792,0.4078,1,0.5976,1,1,1,0.2705,0.5976,0.2684,1,1,1,1,1,0.364373565,0.644114435,0.790410757,1,1,1,1,1,0.264725238,0.684017539,0.466893703,1,1,1,1,1,0.509347916,0.521782994,0.497341711,0.497355617,0.497340426
-7048,1,0.3466,1,1,1,1,1,1,1,1,0.3838,0.3466,0.1689,1,0.2792,1,1,1,1,1,1,0.3751,0.2792,0.2054,1,0.5976,1,1,1,0.2639,0.5976,0.0791,1,1,1,1,1,0.470479459,0.404918849,0.988256693,1,1,1,1,1,0.40118897,0.436953634,0.861250281,1,1,1,1,1,0.528472066,0.269884199,0.509485259,0.509625555,0.509751773
-7049,1,0.3466,1,1,1,1,1,1,1,1,0.256,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2139,0.2792,0,1,0.5976,1,1,1,0.2594,0.5976,0,1,1,1,1,1,0.270228505,0,0.858074665,1,1,1,1,1,0.218748003,0,0.571340859,1,1,1,1,1,0.515607953,0,0.533289029,0.53331923,0.533687943
-7050,1,0.3466,1,1,1,1,1,1,1,1,0.224,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2412,0.2792,0,1,0.5976,1,1,1,0.2583,0.5976,0,1,1,1,1,1,0.267356843,0,0.566194296,1,1,1,1,1,0.331867129,0,0.476373345,1,1,1,1,1,0.476331174,0,0.574552924,0.57457161,0.574468085
-7051,1,0.3466,1,1,1,1,1,1,1,1,0.2081,0.3466,0,1,0.2792,1,1,1,1,1,1,0.18,0.2792,0,1,0.5976,1,1,1,0.3197,0.5976,0,1,1,1,1,1,0.275239289,0,0.341577768,1,1,1,1,1,0.281216443,0,0.698846102,1,1,1,1,1,0.563868523,0,0.564523925,0.564628729,0.564716312
-7052,1,0.3466,1,1,1,1,1,1,1,1,0.3275,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2274,0.2792,0,1,0.5976,1,1,1,0.4833,0.5976,0,1,1,1,1,1,0.431526423,0,0.214891061,1,1,1,1,1,0.323856354,0,0.618705273,1,1,1,1,1,0.703324556,0,0.544888835,0.544742966,0.544769504
-7053,1,0.3466,1,1,1,1,1,1,1,1,0.512,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2134,0.2792,0,1,0.5976,1,1,1,0.4402,0.5976,0,1,1,1,1,1,0.511863947,0,0.441385984,1,1,1,1,1,0.320569456,0,0.610357344,1,1,1,1,1,0.732617319,0,0.504168681,0.504125238,0.504432624
-7054,1,0.3466,1,1,1,1,1,1,1,1,0.4657,0.3466,0,1,0.2792,1,1,1,1,1,1,0.361,0.2792,0,1,0.5976,1,1,1,0.4922,0.5976,0,1,1,1,1,1,0.523873568,0,0.815997064,1,1,1,1,1,0.517702043,0,0.869666755,1,1,1,1,1,0.784928501,0,0.456440309,0.456526338,0.456560284
-7055,1,0.3466,1,1,1,1,1,1,1,1,0.3935,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3405,0.2792,0,1,0.5976,1,1,1,0.4791,0.5976,0,1,1,1,1,1,0.386739641,0,1,1,1,1,1,1,0.440783441,0,0.85315001,1,1,1,1,1,0.777319312,0,0.413545191,0.413581553,0.41356383
-7056,1,0.3466,1,1,1,1,1,1,1,1,0.5093,0.3466,0,1,0.2792,1,1,1,1,1,1,0.4365,0.2792,0,1,0.5976,1,1,1,0.4181,0.5976,0,1,1,1,1,1,0.489815116,0,1,1,1,1,1,1,0.507008731,0,1,1,1,1,1,1,0.745977461,0,0.383579024,0.383541358,0.383865248
-7057,1,0.3466,1,1,1,1,1,1,1,1,0.6486,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3655,0.2792,0,1,0.5976,1,1,1,0.411,0.5976,0,1,1,1,1,1,0.565813541,0,1,1,1,1,1,1,0.483940125,0,1,1,1,1,1,1,0.765163243,0,0.368475109,0.368521261,0.368351064
-7058,1,0.3466,1,1,1,1,1,1,1,1,0.6101,0.3466,0,1,0.2792,1,1,1,1,1,1,0.4212,0.2792,0,1,0.5976,1,1,1,0.4004,0.5976,0,1,1,1,1,1,0.574073911,0,1,1,1,1,1,1,0.547344089,0,1,1,1,1,1,1,0.812534034,0,0.362312711,0.362386292,0.362588652
-7059,1,0.3466,1,1,1,1,1,1,1,1,0.6155,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3984,0.2792,0,1,0.5976,1,1,1,0.4219,0.5976,0,1,1,1,1,1,0.608758032,0,1,1,1,1,1,1,0.548410177,0,1,1,1,1,1,1,0.78945899,0,0.362675205,0.362809393,0.362588652
-7060,1,0.3466,1,1,1,1,1,1,1,1,0.6052,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3929,0.2792,0,1,0.5976,1,1,1,0.4302,0.5976,0,1,1,1,1,1,0.604040027,0,1,1,1,1,1,1,0.506833375,0,1,1,1,1,1,1,0.786203444,0,0.374697922,0.374867781,0.374556738
-7061,1,0.3466,1,1,1,1,1,1,1,1,0.5066,0.3466,0,1,0.2792,1,1,1,1,1,1,0.281,0.2792,0,1,0.5976,1,1,1,0.5146,0.5976,0,1,1,1,1,1,0.514559627,0,1,1,1,1,1,1,0.377954215,0,0.926280677,1,1,1,1,1,0.852729619,0,0.416868052,0.416754813,0.417109929
-7062,1,0.3466,1,1,1,1,1,1,1,1,0.4302,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1887,0.2792,0,1,0.5976,1,1,1,0.5789,0.5976,0,1,1,1,1,1,0.470270485,0,0.997719526,1,1,1,1,1,0.247867584,0,0.500802398,1,1,1,1,1,0.839469731,0,0.49861044,0.498624921,0.498670213
-7063,1,0.3466,1,1,1,1,1,1,1,1,0.5363,0.3466,0.1806,1,0.2792,1,1,1,1,1,1,0.1326,0.2792,0.1734,1,0.5976,1,1,1,0.584,0.5976,0.1356,1,1,1,1,1,0.585840344,0.42638126,0.982673645,1,1,1,1,1,0.254443467,0.391085863,0.804314494,1,1,1,1,1,0.836170852,0.45255065,0.543136781,0.543262111,0.543439716
-7064,1,0.3466,1,1,1,1,1,1,1,1,0.4244,0.3466,0.4133,1,0.2792,1,1,1,1,1,1,0.1485,0.2792,0.4057,1,0.5976,1,1,1,0.5423,0.5976,0.3216,1,1,1,1,1,0.423336893,0.737414718,0.872497678,1,1,1,1,1,0.242330715,0.689405084,0.487239003,1,1,1,1,1,0.752181947,0.723415434,0.554253262,0.554262746,0.554521277
-7065,1,0.3466,1,1,1,1,1,1,1,1,0.5122,0.3466,0.5741,1,0.2792,1,1,1,1,1,1,0.4466,0.2792,0.5659,1,0.5976,1,1,1,0.6363,0.5976,0.4466,1,1,1,1,1,0.638475358,0.886233628,0.986665308,1,1,1,1,1,0.45374316,0.816921473,0.914573789,1,1,1,1,1,0.797592521,0.837532103,0.564765587,0.564628729,0.565159574
-7066,1,0.3466,1,1,1,1,1,1,1,1,0.4335,0.3466,0.6554,1,0.2792,1,1,1,1,1,1,0.4173,0.2792,0.6412,1,0.5976,1,1,1,0.5252,0.5976,0.4914,1,1,1,1,1,0.481764138,0.905994654,1,1,1,1,1,1,0.451864392,0.809304833,1,1,1,1,1,1,0.697472334,0.910856485,0.574009183,0.573936958,0.574024823
-7067,1,0.3466,1,1,1,1,1,1,1,1,0.3313,0.3466,0.6677,1,0.2792,1,1,1,1,1,1,0.2706,0.2792,0.6506,1,0.5976,1,1,1,0.5302,0.5976,0.4902,1,1,1,1,1,0.381709933,0.903929532,1,1,1,1,1,1,0.337679952,0.86485815,0.979907095,1,1,1,1,1,0.700893104,0.88501209,0.577332044,0.577321769,0.577570922
-7068,1,0.3466,1,1,1,1,1,1,1,1,0.309,0.3466,0.6701,1,0.2792,1,1,1,1,1,1,0.3444,0.2792,0.6672,1,0.5976,1,1,1,0.4286,0.5976,0.4579,1,1,1,1,1,0.282671809,0.917596579,0.999050975,1,1,1,1,1,0.389230132,0.940398812,0.903989553,1,1,1,1,1,0.677599728,0.876717269,0.574734171,0.574783161,0.574911348
-7069,1,0.3466,1,1,1,1,1,1,1,1,0.2217,0.3466,0.6671,1,0.2792,1,1,1,1,1,1,0.3128,0.2792,0.687,1,0.5976,1,1,1,0.5106,0.5976,0.4947,1,1,1,1,1,0.185385078,0.921408594,0.995247126,1,1,1,1,1,0.355040878,0.965651989,0.980177283,1,1,1,1,1,0.761842668,0.882095516,0.574009183,0.573936958,0.574024823
-7070,1,0.3466,1,1,1,1,1,1,1,1,0.3261,0.3466,0.5729,1,0.2792,1,1,1,1,1,1,0.6186,0.2792,0.5986,1,0.5976,1,1,1,0.4735,0.5976,0.4216,1,1,1,1,1,0.338889658,0.894266605,0.951099515,1,1,1,1,1,0.556837022,0.915077269,1,1,1,1,1,1,0.738372445,0.847362041,0.56820928,0.56822509,0.568262411
-7071,1,0.3466,1,1,1,1,1,1,1,1,0.313,0.3466,0.4039,1,0.2792,1,1,1,1,1,1,0.5229,0.2792,0.4332,1,0.5976,1,1,1,0.6282,0.5976,0.3001,1,1,1,1,1,0.336905718,0.73766011,1,1,1,1,1,1,0.49895823,0.754891753,1,1,1,1,1,1,0.872116804,0.692845166,0.563798937,0.563782526,0.563829787
-7072,1,0.3466,1,1,1,1,1,1,1,1,0.1692,0.3466,0.1763,1,0.2792,1,1,1,1,1,1,0.3129,0.2792,0.2092,1,0.5976,1,1,1,0.4241,0.5976,0.1025,1,1,1,1,1,0.206529215,0.444997549,1,1,1,1,1,1,0.300715804,0.466527015,1,1,1,1,1,1,0.709963799,0.402008206,0.567423876,0.567590438,0.567375887
-7073,1,0.3466,1,1,1,1,1,1,1,1,0.13,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1264,0.2792,0,1,0.5976,1,1,1,0.4288,0.5976,0,1,1,1,1,1,0.163622677,0,0.978075862,1,1,1,1,1,0.134989038,0,0.837691069,1,1,1,1,1,0.783324957,0,0.585367327,0.585360694,0.585549645
-7074,1,0.3466,1,1,1,1,1,1,1,1,0.1921,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2292,0.2792,0,1,0.5976,1,1,1,0.3926,0.5976,0,1,1,1,1,1,0.246614695,0,0.971042037,1,1,1,1,1,0.25778085,0,0.551095009,1,1,1,1,1,0.764790833,0,0.625060416,0.625132219,0.625
-7075,1,0.3466,1,1,1,1,1,1,1,1,0.2515,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2628,0.2792,0,1,0.5976,1,1,1,0.389,0.5976,0,1,1,1,1,1,0.24772504,0,0.950528502,1,1,1,1,1,0.321990222,0,0.540327549,1,1,1,1,1,0.769924521,0,0.618354277,0.618362598,0.618351064
-7076,1,0.3466,1,1,1,1,1,1,1,1,0.2546,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2125,0.2792,0,1,0.5976,1,1,1,0.4596,0.5976,0,1,1,1,1,1,0.312678158,0,0.921832263,1,1,1,1,1,0.242414698,0,0.234668881,1,1,1,1,1,0.839005947,0,0.587542291,0.587687751,0.587765957
-7077,1,0.3466,1,1,1,1,1,1,1,1,0.3268,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3064,0.2792,0,1,0.5976,1,1,1,0.4585,0.5976,0,1,1,1,1,1,0.323090672,0,0.962093472,1,1,1,1,1,0.349309683,0,0.127724081,1,1,1,1,1,0.807705998,0,0.542049299,0.541992807,0.542109929
-7078,1,0.3466,1,1,1,1,1,1,1,1,0.2524,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1839,0.2792,0,1,0.5976,1,1,1,0.4358,0.5976,0,1,1,1,1,1,0.191292062,0,0.755563557,1,1,1,1,1,0.172413796,0,0.065823041,1,1,1,1,1,0.722795963,0,0.487796037,0.487835837,0.487588652
-7079,1,0.3466,1,1,1,1,1,1,1,1,0.2999,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1582,0.2792,0,1,0.5976,1,1,1,0.401,0.5976,0,1,1,1,1,1,0.201541051,0,0.936284661,1,1,1,1,1,0.172298789,0,0.211519122,1,1,1,1,1,0.620787144,0,0.438073949,0.43812143,0.438386525
-7080,1,0.3466,1,1,1,1,1,1,1,1,0.2001,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1512,0.2792,0,1,0.5976,1,1,1,0.4136,0.5976,0,1,1,1,1,1,0.197190762,0,0.961260498,1,1,1,1,1,0.17169933,0,0.243146598,1,1,1,1,1,0.639056265,0,0.401703722,0.401734715,0.401595745
-7081,1,0.3466,1,1,1,1,1,1,1,1,0.1793,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1329,0.2792,0,1,0.5976,1,1,1,0.3539,0.5976,0,1,1,1,1,1,0.174107954,0,0.967158318,1,1,1,1,1,0.154190153,0,0.226619661,1,1,1,1,1,0.61483264,0,0.382612373,0.382695155,0.382535461
-7082,1,0.3466,1,1,1,1,1,1,1,1,0.1348,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1886,0.2792,0,1,0.5976,1,1,1,0.2767,0.5976,0,1,1,1,1,1,0.194930196,0,0.70160377,1,1,1,1,1,0.194979683,0,0.073844247,1,1,1,1,1,0.552348912,0,0.37318753,0.373175376,0.37322695
-7083,1,0.3466,1,1,1,1,1,1,1,1,0.1642,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1226,0.2792,0,1,0.5976,1,1,1,0.3289,0.5976,0,1,1,1,1,1,0.181395561,0,0.456020147,1,1,1,1,1,0.137400359,0,0.064708903,1,1,1,1,1,0.578421712,0,0.372160464,0.372117622,0.372340426
-7084,1,0.3466,1,1,1,1,1,1,1,1,0.2516,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1269,0.2792,0,1,0.5976,1,1,1,0.308,0.5976,0,1,1,1,1,1,0.19808203,0,0.341310024,1,1,1,1,1,0.134494886,0,0.072409689,1,1,1,1,1,0.53979826,0,0.38182697,0.381848953,0.381648936
-7085,1,0.3466,1,1,1,1,1,1,1,1,0.3208,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1295,0.2792,0,1,0.5976,1,1,1,0.2836,0.5976,0,1,1,1,1,1,0.32715565,0,0.123246342,1,1,1,1,1,0.163015381,0,0.042968329,1,1,1,1,1,0.49843514,0,0.424480425,0.424582187,0.424202128
-7086,1,0.3466,1,1,1,1,1,1,1,1,0.1896,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0811,0.2792,0,1,0.5976,1,1,1,0.3897,0.5976,0,1,1,1,1,1,0.214251116,0,0.059389889,1,1,1,1,1,0.087114319,0,0,1,1,1,1,1,0.592363179,0,0.506283229,0.506240745,0.506205674
-7087,1,0.3466,1,1,1,1,1,1,1,1,0.1519,0.3466,0.1508,1,0.2792,1,1,1,1,1,1,0.0668,0.2792,0.0872,1,0.5976,1,1,1,0.2934,0.5976,0.1521,1,1,1,1,1,0.140977591,0.304019839,0.237144321,1,1,1,1,1,0.060284138,0.211425692,0.005448168,1,1,1,1,1,0.462461054,0.323074579,0.549601257,0.549820182,0.54964539
-7088,1,0.3466,1,1,1,1,1,1,1,1,0.1398,0.3466,0.3569,1,0.2792,1,1,1,1,1,1,0.0367,0.2792,0.3116,1,0.5976,1,1,1,0.3014,0.5976,0.3623,1,1,1,1,1,0.162565887,0.561295331,0.219555289,1,1,1,1,1,0.037513938,0.569963992,0.000979058,1,1,1,1,1,0.531581759,0.639802098,0.558301112,0.558282209,0.558510638
-7089,1,0.3466,1,1,1,1,1,1,1,1,0.0924,0.3466,0.5133,1,0.2792,1,1,1,1,1,1,0.0028,0.2792,0.4334,1,0.5976,1,1,1,0.296,0.5976,0.5254,1,1,1,1,1,0.091380075,0.728480577,0.144219995,1,1,1,1,1,0.011896581,0.649616361,0.000643979,1,1,1,1,1,0.40350759,0.804544628,0.563980184,0.563994077,0.563829787
-7090,1,0.3466,1,1,1,1,1,1,1,1,0.0566,0.3466,0.5539,1,0.2792,1,1,1,1,1,1,0,0.2792,0.4569,1,0.5976,1,1,1,0.2418,0.5976,0.6217,1,1,1,1,1,0.055685587,0.696138144,0.060343303,1,1,1,1,1,0.004895697,0.599392772,0,1,1,1,1,1,0.295952141,0.865177929,0.570323828,0.570340597,0.570478723
-7091,1,0.3466,1,1,1,1,1,1,1,1,0.0283,0.3466,0.5123,1,0.2792,1,1,1,1,1,1,0.0023,0.2792,0.3619,1,0.5976,1,1,1,0.2203,0.5976,0.6404,1,1,1,1,1,0.063933186,0.682754695,0.007891972,1,1,1,1,1,0.003890987,0.552856445,0.007665707,1,1,1,1,1,0.271802008,0.829906821,0.573102948,0.573090755,0.573138298
-7092,1,0.3466,1,1,1,1,1,1,1,1,0.0132,0.3466,0.4715,1,0.2792,1,1,1,1,1,1,0.0009,0.2792,0.3338,1,0.5976,1,1,1,0.1874,0.5976,0.66,1,1,1,1,1,0.036595847,0.637656689,0.019110832,1,1,1,1,1,0.002943422,0.434346169,0.073424086,1,1,1,1,1,0.154505029,0.797784269,0.571290478,0.57139835,0.571365248
-7093,1,0.3466,1,1,1,1,1,1,1,1,0.0231,0.3466,0.5113,1,0.2792,1,1,1,1,1,1,0,0.2792,0.4651,1,0.5976,1,1,1,0.196,0.5976,0.5604,1,1,1,1,1,0.035248496,0.725411296,0.051203601,1,1,1,1,1,0.000704332,0.612600505,0.133014143,1,1,1,1,1,0.23924087,0.775458157,0.572075882,0.572033002,0.572251773
-7094,1,0.3466,1,1,1,1,1,1,1,1,0.0216,0.3466,0.3938,1,0.2792,1,1,1,1,1,1,0.0011,0.2792,0.2859,1,0.5976,1,1,1,0.2751,0.5976,0.5596,1,1,1,1,1,0.013201627,0.553019047,0.105283573,1,1,1,1,1,0.003534433,0.341375381,0.098312832,1,1,1,1,1,0.385296434,0.782042921,0.566638473,0.566744235,0.566932624
-7095,1,0.3466,1,1,1,1,1,1,1,1,0.0645,0.3466,0.2581,1,0.2792,1,1,1,1,1,1,0.0078,0.2792,0.1328,1,0.5976,1,1,1,0.2969,0.5976,0.3719,1,1,1,1,1,0.037954662,0.404121935,0.181023523,1,1,1,1,1,0.014170093,0.184413776,0.257836699,1,1,1,1,1,0.418161899,0.621662498,0.562953117,0.562936323,0.563386525
-7096,1,0.3466,1,1,1,1,1,1,1,1,0.0695,0.3466,0.0807,1,0.2792,1,1,1,1,1,1,0.0037,0.2792,0.0284,1,0.5976,1,1,1,0.2701,0.5976,0.1435,1,1,1,1,1,0.047362078,0.179279864,0.326198339,1,1,1,1,1,0.00924816,0.039465792,0.157295287,1,1,1,1,1,0.468308389,0.349319011,0.568269696,0.568436641,0.568262411
-7097,1,0.3466,1,1,1,1,1,1,1,1,0.0913,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0159,0.2792,0,1,0.5976,1,1,1,0.2695,0.5976,0,1,1,1,1,1,0.071913667,0,0.318954498,1,1,1,1,1,0.028250396,0,0.07010524,1,1,1,1,1,0.409553915,0,0.591046399,0.591072562,0.590868794
-7098,1,0.3466,1,1,1,1,1,1,1,1,0.054,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0089,0.2792,0,1,0.5976,1,1,1,0.3435,0.5976,0,1,1,1,1,1,0.067487061,0,0.157544896,1,1,1,1,1,0.021163747,0,0.048690572,1,1,1,1,1,0.509832382,0,0.628443693,0.62851703,0.628546099
-7099,1,0.3466,1,1,1,1,1,1,1,1,0.0701,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0026,0.2792,0,1,0.5976,1,1,1,0.2573,0.5976,0,1,1,1,1,1,0.058073476,0,0.252669424,1,1,1,1,1,0.010574141,0,0.189813614,1,1,1,1,1,0.411435306,0,0.617931368,0.617939497,0.618351064
-7100,1,0.3466,1,1,1,1,1,1,1,1,0.051,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0329,0.2792,0,1,0.5976,1,1,1,0.2746,0.5976,0,1,1,1,1,1,0.091867559,0,0.074559852,1,1,1,1,1,0.064259917,0,0.082398959,1,1,1,1,1,0.448530316,0,0.588931851,0.588957055,0.589095745
-7101,1,0.3466,1,1,1,1,1,1,1,1,0.0343,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0169,0.2792,0,1,0.5976,1,1,1,0.222,0.5976,0,1,1,1,1,1,0.092328839,0,0.022126235,1,1,1,1,1,0.034672014,0,0.088461258,1,1,1,1,1,0.419621021,0,0.544888835,0.544742966,0.544769504
-7102,1,0.3466,1,1,1,1,1,1,1,1,0.0263,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0028,0.2792,0,1,0.5976,1,1,1,0.2212,0.5976,0,1,1,1,1,1,0.075973839,0,0.009906842,1,1,1,1,1,0.01406745,0,0.089920431,1,1,1,1,1,0.381150544,0,0.487373127,0.487412735,0.48714539
-7103,1,0.3466,1,1,1,1,1,1,1,1,0.0517,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0113,0.2792,0,1,0.5976,1,1,1,0.1764,0.5976,0,1,1,1,1,1,0.118895918,0,0.004050357,1,1,1,1,1,0.032099627,0,0,1,1,1,1,1,0.275791109,0,0.43722813,0.437275227,0.437056738
-7104,1,0.3466,1,1,1,1,1,1,1,1,0.0468,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0116,0.2792,0,1,0.5976,1,1,1,0.1413,0.5976,0,1,1,1,1,1,0.069565147,0,0.022803817,1,1,1,1,1,0.030340942,0,0.049644765,1,1,1,1,1,0.202822551,0,0.404724505,0.404907975,0.405141844
-7105,1,0.3466,1,1,1,1,1,1,1,1,0.0438,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0895,0.2792,0,1,0.5976,1,1,1,0.1708,0.5976,0,1,1,1,1,1,0.059348565,0,0.004675747,1,1,1,1,1,0.102519557,0,0.044689268,1,1,1,1,1,0.240713596,0,0.387083132,0.386926169,0.386968085
-7106,1,0.3466,1,1,1,1,1,1,1,1,0.0549,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1188,0.2792,0,1,0.5976,1,1,1,0.1888,0.5976,0,1,1,1,1,1,0.081057481,0,0.001401148,1,1,1,1,1,0.110972218,0,0.006207592,1,1,1,1,1,0.255985886,0,0.377899952,0.37782949,0.377659574
-7107,1,0.3466,1,1,1,1,1,1,1,1,0.0307,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0646,0.2792,0,1,0.5976,1,1,1,0.1496,0.5976,0,1,1,1,1,1,0.025739156,0,0.001822783,1,1,1,1,1,0.063521154,0,0,1,1,1,1,1,0.179879874,0,0.375724988,0.375713983,0.375443262
-7108,1,0.3466,1,1,1,1,1,1,1,1,0.0459,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0683,0.2792,0,1,0.5976,1,1,1,0.1455,0.5976,0,1,1,1,1,1,0.044832192,0,0.000905745,1,1,1,1,1,0.060774665,0,0,1,1,1,1,1,0.112840325,0,0.38641856,0.386503067,0.38608156
-7109,1,0.3466,1,1,1,1,1,1,1,1,0.0388,0.3466,0,1,0.2792,1,1,1,1,1,1,0.05,0.2792,0,1,0.5976,1,1,1,0.1116,0.5976,0,1,1,1,1,1,0.031698577,0,0.002877865,1,1,1,1,1,0.043187786,0,0,1,1,1,1,1,0.056164324,0,0.426715805,0.426697694,0.426861702
-7110,1,0.3466,1,1,1,1,1,1,1,1,0.0287,0.3466,0,1,0.2792,1,1,1,1,1,1,0.008,0.2792,0,1,0.5976,1,1,1,0.1059,0.5976,0,1,1,1,1,1,0.019071043,0,0.013659568,1,1,1,1,1,0.014689006,0,0,1,1,1,1,1,0.046843413,0,0.509847753,0.509837106,0.510195035
-7111,1,0.3466,1,1,1,1,1,1,1,1,0.0347,0.3466,0.0745,1,0.2792,1,1,1,1,1,1,0,0.2792,0.0238,1,0.5976,1,1,1,0.083,0.5976,0.1727,1,1,1,1,1,0.0121052,0.188761294,0.058144666,1,1,1,1,1,0.007716144,0.024941476,0,1,1,1,1,1,0.057850428,0.461836189,0.556911551,0.556801354,0.556737589
-7112,1,0.3465,1,1,1,1,1,1,1,1,0.0238,0.3465,0.2661,1,0.2792,1,1,1,1,1,1,0.0028,0.2792,0.193,1,0.5976,1,1,1,0.0783,0.5976,0.3996,1,1,1,1,1,0.007655466,0.446905643,0.048870757,1,1,1,1,1,0.015249547,0.305638611,0.001649215,1,1,1,1,1,0.071216807,0.759683013,0.566336394,0.566321134,0.566489362
-7113,1,0.3464,1,1,1,1,1,1,1,1,0.018,0.3464,0.4089,1,0.2792,1,1,1,1,1,1,0,0.2792,0.3549,1,0.5977,1,1,1,0.1181,0.5977,0.5739,1,1,1,1,1,0.004860441,0.618695617,0.049145818,1,1,1,1,1,0.010923069,0.497180194,0.034185864,1,1,1,1,1,0.056016844,0.916811645,0.57280087,0.572667654,0.573138298
-7114,1,0.3464,1,1,1,1,1,1,1,1,0.0132,0.3464,0.4458,1,0.2792,1,1,1,1,1,1,0,0.2792,0.4209,1,0.5977,1,1,1,0.1088,0.5977,0.6839,1,1,1,1,1,0.003488888,0.65204221,0.048348829,1,1,1,1,1,0.007027318,0.572658181,0.005531676,1,1,1,1,1,0.043282673,0.978653073,0.57739246,0.577533319,0.577570922
-7115,1,0.3463,1,1,1,1,1,1,1,1,0.0183,0.3463,0.49,1,0.2792,1,1,1,1,1,1,0.0115,0.2792,0.4991,1,0.5978,1,1,1,0.0392,0.5978,0.6617,1,1,1,1,1,0.001608082,0.717104495,0.293096781,1,1,1,1,1,0.006803574,0.720332265,0.654628336,1,1,1,1,1,0.018938832,0.95529449,0.577875785,0.57774487,0.578014184
-7116,1,0.3462,1,1,1,1,1,1,1,1,0.0059,0.3462,0.4786,1,0.2792,1,1,1,1,1,1,0,0.2792,0.4964,1,0.5978,1,1,1,0.0415,0.5978,0.5637,1,1,1,1,1,0.000822644,0.700081348,0.348195106,1,1,1,1,1,0.002041701,0.726606607,0.813252091,1,1,1,1,1,0.021427155,0.936173379,0.575821653,0.575840914,0.575797872
-7117,1,0.3461,1,1,1,1,1,1,1,1,0.0011,0.3461,0.4236,1,0.2792,1,1,1,1,1,1,0,0.2792,0.4224,1,0.5978,1,1,1,0.0556,0.5978,0.5687,1,1,1,1,1,0.001237889,0.606551588,0.194971174,1,1,1,1,1,0.001429386,0.565001249,0.213422775,1,1,1,1,1,0.042010467,0.912262619,0.574673755,0.574783161,0.574911348
-7118,1,0.346,1,1,1,1,1,1,1,1,0.0014,0.346,0.3719,1,0.2792,1,1,1,1,1,1,0,0.2792,0.3964,1,0.5979,1,1,1,0.0805,0.5979,0.5189,1,1,1,1,1,0.000261848,0.592750788,0.272869021,1,1,1,1,1,9.21E-05,0.536484957,0.12645106,1,1,1,1,1,0.048151914,0.780529141,0.568450942,0.568436641,0.568705674
-7119,1,0.346,1,1,1,1,1,1,1,1,0.0064,0.346,0.3247,1,0.2792,1,1,1,1,1,1,0,0.2792,0.3657,1,0.5979,1,1,1,0.0297,0.5979,0.3395,1,1,1,1,1,0.000346402,0.584993362,0.796764255,1,1,1,1,1,0.000252569,0.591651261,0.701847911,1,1,1,1,1,0.042942032,0.560110152,0.564101015,0.564205627,0.56427305
-7120,1,0.3459,1,1,1,1,1,1,1,1,0.0243,0.3459,0.0714,1,0.2792,1,1,1,1,1,1,0,0.2792,0.089,1,0.5979,1,1,1,0.0359,0.5979,0.1328,1,1,1,1,1,0.021099539,0.194534048,0.178403437,1,1,1,1,1,6.26E-05,0.174512297,0.099927232,1,1,1,1,1,0.020903144,0.316044152,0.570505075,0.570552147,0.570478723
-7121,1,0.3458,1,1,1,1,1,1,1,1,0.0205,0.3458,0,1,0.2792,1,1,1,1,1,1,0,0.2792,0,1,0.598,1,1,1,0.046,0.598,0,1,1,1,1,1,0.023555569,0,0.132273033,1,1,1,1,1,2.57E-05,0,0.082924873,1,1,1,1,1,0.033861279,0,0.59479217,0.594668923,0.594858156
-7122,1,0.3457,1,1,1,1,1,1,1,1,0.0087,0.3457,0,1,0.2792,1,1,1,1,1,1,0,0.2792,0,1,0.598,1,1,1,0.0909,0.598,0,1,1,1,1,1,0.028673304,0,0.10703811,1,1,1,1,1,2.86E-05,0,0.104482464,1,1,1,1,1,0.085792005,0,0.627597873,0.627670827,0.627659574
-7123,1,0.3456,1,1,1,1,1,1,1,1,0.0127,0.3456,0,1,0.2792,1,1,1,1,1,1,0.0077,0.2792,0,1,0.598,1,1,1,0.0817,0.598,0,1,1,1,1,1,0.031204795,0,0.04459371,1,1,1,1,1,0.0044463,0,0.041607067,1,1,1,1,1,0.105221972,0,0.617991783,0.617939497,0.618351064
-7124,1,0.3456,1,1,1,1,1,1,1,1,0.0112,0.3456,0,1,0.2791,1,1,1,1,1,1,0,0.2791,0,1,0.5981,1,1,1,0.0963,0.5981,0,1,1,1,1,1,0.030159431,0,0.042381413,1,1,1,1,1,2.64E-05,0,0.087518856,1,1,1,1,1,0.130939141,0,0.590985984,0.590861011,0.590868794
-7125,1,0.3455,1,1,1,1,1,1,1,1,0.0033,0.3455,0,1,0.2791,1,1,1,1,1,1,0,0.2791,0,1,0.5981,1,1,1,0.1313,0.5981,0,1,1,1,1,1,0.014290611,0,0.066534348,1,1,1,1,1,9.62E-06,0,0.05713246,1,1,1,1,1,0.171861202,0,0.548695022,0.548762429,0.548758865
-7126,1,0.3454,1,1,1,1,1,1,1,1,0.0063,0.3454,0,1,0.2791,1,1,1,1,1,1,0,0.2791,0,1,0.5981,1,1,1,0.167,0.5981,0,1,1,1,1,1,0.020267032,0,0.031633165,1,1,1,1,1,0,0,0,1,1,1,1,1,0.163486227,0,0.490212663,0.490162894,0.490248227
-7127,1,0.3453,1,1,1,1,1,1,1,1,0.0016,0.3453,0,1,0.2791,1,1,1,1,1,1,0,0.2791,0,1,0.5982,1,1,1,0.1342,0.5982,0,1,1,1,1,1,0.007114416,0,0.041242156,1,1,1,1,1,0.000336728,0,0.006133508,1,1,1,1,1,0.182080686,0,0.440732238,0.440660038,0.440602837
-7128,1,0.3452,1,1,1,1,1,1,1,1,0,0.3452,0,1,0.2791,1,1,1,1,1,1,0,0.2791,0,1,0.5982,1,1,1,0.1157,0.5982,0,1,1,1,1,1,0.00352154,0,0.086560428,1,1,1,1,1,0,0,0.008268063,1,1,1,1,1,0.179504812,0,0.407141131,0.407023482,0.407358156
-7129,1,0.3451,1,1,1,1,1,1,1,1,0.0003,0.3451,0,1,0.2791,1,1,1,1,1,1,0,0.2791,0,1,0.5983,1,1,1,0.0787,0.5983,0,1,1,1,1,1,0.003139879,0,0.097903103,1,1,1,1,1,0,0,0,1,1,1,1,1,0.12662816,0,0.389439343,0.389464777,0.38962766
-7130,1,0.3451,1,1,1,1,1,1,1,1,0,0.3451,0,1,0.2791,1,1,1,1,1,1,0,0.2791,0,1,0.5983,1,1,1,0.0634,0.5983,0,1,1,1,1,1,0.000691575,0,0.082045346,1,1,1,1,1,1.46E-05,0,0.013734032,1,1,1,1,1,0.109309271,0,0.381041566,0.38100275,0.381205674
-7131,1,0.345,1,1,1,1,1,1,1,1,0,0.345,0,1,0.2791,1,1,1,1,1,1,0,0.2791,0,1,0.5983,1,1,1,0.0589,0.5983,0,1,1,1,1,1,0.000967577,0,0.082747191,1,1,1,1,1,1.66E-05,0,0.028446859,1,1,1,1,1,0.11345946,0,0.379954084,0.379944997,0.379875887
-7132,1,0.3449,1,1,1,1,1,1,1,1,0,0.3449,0,1,0.2791,1,1,1,1,1,1,0,0.2791,0,1,0.5984,1,1,1,0.0573,0.5984,0,1,1,1,1,1,0.009531735,0,0.073966794,1,1,1,1,1,4.50E-06,0,0.031129584,1,1,1,1,1,0.131666586,0,0.390466409,0.39052253,0.390514184
-7133,1,0.3448,1,1,1,1,1,1,1,1,0.0001,0.3448,0,1,0.2791,1,1,1,1,1,1,0,0.2791,0,1,0.5984,1,1,1,0.0469,0.5984,0,1,1,1,1,1,0.036411811,0,0.067395858,1,1,1,1,1,0.000499068,0,0.01316152,1,1,1,1,1,0.123044781,0,0.432153214,0.432198011,0.432624113
-7134,1,0.3447,1,1,1,1,1,1,1,1,0.0036,0.3447,0,1,0.2791,1,1,1,1,1,1,0.0112,0.2791,0,1,0.5984,1,1,1,0.0424,0.5984,0,1,1,1,1,1,0.014743561,0,0.058142141,1,1,1,1,1,0.012262113,0,0.014119374,1,1,1,1,1,0.103343576,0,0.514439343,0.514491221,0.51462766
-7135,1,0.3447,1,1,1,1,1,1,1,1,0.0077,0.3447,0.1442,1,0.2791,1,1,1,1,1,1,0.0046,0.2791,0.1101,1,0.5985,1,1,1,0.0469,0.5985,0.162,1,1,1,1,1,0.035665024,0.326478183,0.077842414,1,1,1,1,1,0.011884212,0.244455904,0.006160472,1,1,1,1,1,0.116001479,0.435061991,0.557999033,0.558070658,0.558067376
-7136,1,0.3446,1,1,1,1,1,1,1,1,0,0.3446,0.365,1,0.2791,1,1,1,1,1,1,0,0.2791,0.3053,1,0.5985,1,1,1,0.028,0.5985,0.3882,1,1,1,1,1,0.003563125,0.62178272,0.089788094,1,1,1,1,1,0.003831697,0.549371719,0.036025655,1,1,1,1,1,0.100468472,0.742374241,0.564101015,0.564205627,0.56427305
-7137,1,0.3445,1,1,1,1,1,1,1,1,0,0.3445,0.5017,1,0.2791,1,1,1,1,1,1,0,0.2791,0.4522,1,0.5985,1,1,1,0.0097,0.5985,0.5611,1,1,1,1,1,0.000164782,0.739507854,0.057841882,1,1,1,1,1,3.32E-06,0.685083866,0.043804452,1,1,1,1,1,0.059586924,0.897890329,0.57002175,0.569917495,0.570035461
-7138,1,0.3444,1,1,1,1,1,1,1,1,0,0.3444,0.573,1,0.2791,1,1,1,1,1,1,0,0.2791,0.5036,1,0.5986,1,1,1,0.0046,0.5986,0.6663,1,1,1,1,1,0.000282876,0.760335326,0.077080905,1,1,1,1,1,0.000174274,0.696865439,0.098124869,1,1,1,1,1,0.015693214,0.957207322,0.575277912,0.575206262,0.57535461
-7139,1,0.3443,1,1,1,1,1,1,1,1,0.0001,0.3443,0.5581,1,0.2791,1,1,1,1,1,1,0,0.2791,0.5053,1,0.5986,1,1,1,0.0019,0.5986,0.6784,1,1,1,1,1,0.000127743,0.726716459,0.053013463,1,1,1,1,1,2.19E-05,0.696879685,0.032391366,1,1,1,1,1,0.017859446,0.97563833,0.575821653,0.575840914,0.575797872
-7140,1,0.3443,1,1,1,1,1,1,1,1,0.0012,0.3443,0.5431,1,0.2791,1,1,1,1,1,1,0,0.2791,0.4765,1,0.5986,1,1,1,0.0036,0.5986,0.6093,1,1,1,1,1,0.004880096,0.720661402,0.046794776,1,1,1,1,1,0.005166587,0.645572662,0.011399738,1,1,1,1,1,0.013416115,0.974710643,0.572075882,0.572033002,0.572251773
-7141,1,0.3442,1,1,1,1,1,1,1,1,0.0115,0.3442,0.5261,1,0.2791,1,1,1,1,1,1,0,0.2791,0.45,1,0.5987,1,1,1,0.0205,0.5987,0.5703,1,1,1,1,1,0.010191735,0.672927856,0.166985437,1,1,1,1,1,0.001236446,0.659927607,0.010286126,1,1,1,1,1,0.041010488,0.945681393,0.570625906,0.570763698,0.570921986
-7142,1,0.3441,1,1,1,1,1,1,1,1,0.0186,0.3441,0.4603,1,0.2791,1,1,1,1,1,1,0.0065,0.2791,0.4381,1,0.5987,1,1,1,0.0367,0.5987,0.4715,1,1,1,1,1,0.021005765,0.653602839,0.090138219,1,1,1,1,1,0.00915888,0.660296917,0.085010998,1,1,1,1,1,0.079448596,0.870330453,0.564101015,0.563994077,0.56427305
-7143,1,0.344,1,1,1,1,1,1,1,1,0.0227,0.344,0.312,1,0.2791,1,1,1,1,1,1,0.0008,0.2791,0.3287,1,0.5988,1,1,1,0.0585,0.5988,0.3258,1,1,1,1,1,0.019163901,0.532495797,0.027014215,1,1,1,1,1,0.008508119,0.559575856,0.091546342,1,1,1,1,1,0.128407508,0.687925637,0.559267762,0.559339962,0.559397163
-7144,1,0.3439,1,1,1,1,1,1,1,1,0.0414,0.3439,0.1171,1,0.2791,1,1,1,1,1,1,0.0212,0.2791,0.1274,1,0.5988,1,1,1,0.0504,0.5988,0.097,1,1,1,1,1,0.058031823,0.29459244,0.000568523,1,1,1,1,1,0.025886403,0.290916651,0.024912566,1,1,1,1,1,0.130517244,0.367847025,0.562953117,0.562936323,0.563386525
-7145,1,0.3439,1,1,1,1,1,1,1,1,0.0711,0.3439,0,1,0.2791,1,1,1,1,1,1,0.0677,0.2791,0,1,0.5988,1,1,1,0.0634,0.5988,0,1,1,1,1,1,0.147438198,0,0.020047268,1,1,1,1,1,0.080470867,0,0,1,1,1,1,1,0.169714749,0,0.583313195,0.583456738,0.583333333
-7146,1,0.3438,1,1,1,1,1,1,1,1,0.0703,0.3438,0,1,0.279,1,1,1,1,1,1,0.0713,0.279,0,1,0.5989,1,1,1,0.1078,0.5989,0,1,1,1,1,1,0.164959952,0,0.021357849,1,1,1,1,1,0.083828114,0,0,1,1,1,1,1,0.297452241,0,0.621193813,0.621112757,0.621453901
-7147,1,0.3437,1,1,1,1,1,1,1,1,0.0593,0.3437,0,1,0.279,1,1,1,1,1,1,0.0954,0.279,0,1,0.5989,1,1,1,0.0912,0.5989,0,1,1,1,1,1,0.17668356,0,0.003375196,1,1,1,1,1,0.130059123,0,0.028260995,1,1,1,1,1,0.219553635,0,0.614668922,0.614766237,0.614804965
-7148,1,0.3436,1,1,1,1,1,1,1,1,0.056,0.3436,0,1,0.279,1,1,1,1,1,1,0.0714,0.279,0,1,0.5989,1,1,1,0.1087,0.5989,0,1,1,1,1,1,0.148732007,0,0,1,1,1,1,1,0.094670683,0,0.016669895,1,1,1,1,1,0.208256841,0,0.590260996,0.590226359,0.590425532
-7149,1,0.3435,1,1,1,1,1,1,1,1,0.029,0.3435,0,1,0.279,1,1,1,1,1,1,0.1261,0.279,0,1,0.599,1,1,1,0.126,0.599,0,1,1,1,1,1,0.067439392,0,0.002018637,1,1,1,1,1,0.160846531,0,0.007739791,1,1,1,1,1,0.281203926,0,0.549057516,0.548973979,0.549202128
-7150,1,0.3435,1,1,1,1,1,1,1,1,0.023,0.3435,0,1,0.279,1,1,1,1,1,1,0.0297,0.279,0,1,0.599,1,1,1,0.1047,0.599,0,1,1,1,1,1,0.048308231,0,0.003432844,1,1,1,1,1,0.043131839,0,0.022303667,1,1,1,1,1,0.299831927,0,0.493354277,0.493336154,0.493794326
-7151,1,0.3434,1,1,1,1,1,1,1,1,0.022,0.3434,0,1,0.279,1,1,1,1,1,1,0.0457,0.279,0,1,0.599,1,1,1,0.0786,0.599,0,1,1,1,1,1,0.035490949,0,0.015491715,1,1,1,1,1,0.088061742,0,0.085006021,1,1,1,1,1,0.230822235,0,0.442665539,0.442775545,0.442819149
-7152,1,0.3433,1,1,1,1,1,1,1,1,0.0179,0.3433,0,1,0.279,1,1,1,1,1,1,0.054,0.279,0,1,0.5991,1,1,1,0.0888,0.5991,0,1,1,1,1,1,0.026085254,0,0,1,1,1,1,1,0.077835381,0,0,1,1,1,1,1,0.220735759,0,0.408893185,0.408927438,0.409131206
-7153,1,0.3432,1,1,1,1,1,1,1,1,0.0365,0.3432,0,1,0.279,1,1,1,1,1,1,0.0081,0.279,0,1,0.5991,1,1,1,0.096,0.5991,0,1,1,1,1,1,0.024648575,0,0.002583635,1,1,1,1,1,0.016940679,0,0.01141623,1,1,1,1,1,0.321481317,0,0.38962059,0.389676327,0.38962766
-7154,1,0.3431,1,1,1,1,1,1,1,1,0.0383,0.3431,0,1,0.279,1,1,1,1,1,1,0.0051,0.279,0,1,0.5991,1,1,1,0.0733,0.5991,0,1,1,1,1,1,0.032039583,0,0,1,1,1,1,1,0.019936943,0,0.087190315,1,1,1,1,1,0.245867863,0,0.380497825,0.380579649,0.380319149
-7155,1,0.3431,1,1,1,1,1,1,1,1,0.0449,0.3431,0,1,0.279,1,1,1,1,1,1,0.0085,0.279,0,1,0.5992,1,1,1,0.0529,0.5992,0,1,1,1,1,1,0.04264291,0,0,1,1,1,1,1,0.016359026,0,0,1,1,1,1,1,0.167423889,0,0.379108265,0.379098794,0.379432624
-7156,1,0.343,1,1,1,1,1,1,1,1,0.0721,0.343,0,1,0.279,1,1,1,1,1,1,0,0.279,0,1,0.5992,1,1,1,0.0583,0.5992,0,1,1,1,1,1,0.063602686,0,0,1,1,1,1,1,0.008078769,0,0,1,1,1,1,1,0.159157798,0,0.388956017,0.388830125,0.388741135
-7157,1,0.3429,1,1,1,1,1,1,1,1,0.0861,0.3429,0,1,0.279,1,1,1,1,1,1,0.0025,0.279,0,1,0.5993,1,1,1,0.0522,0.5993,0,1,1,1,1,1,0.061620902,0,0,1,1,1,1,1,0.004953755,0,0,1,1,1,1,1,0.152127162,0,0.428769937,0.428813201,0.428634752
-7158,1,0.3428,1,1,1,1,1,1,1,1,0.0953,0.3428,0,1,0.279,1,1,1,1,1,1,0.0019,0.279,0,1,0.5993,1,1,1,0.0615,0.5993,0,1,1,1,1,1,0.078378879,0,0.000220038,1,1,1,1,1,0.003084859,0,0,1,1,1,1,1,0.141437933,0,0.507310295,0.507298498,0.507535461
-7159,1,0.3427,1,1,1,1,1,1,1,1,0.0432,0.3427,0.1403,1,0.279,1,1,1,1,1,1,0.0008,0.279,0.1068,1,0.5993,1,1,1,0.0589,0.5993,0.0995,1,1,1,1,1,0.049068663,0.29703337,0.001780303,1,1,1,1,1,0.00790195,0.232971519,0,1,1,1,1,1,0.133263856,0.282561034,0.552803287,0.552781891,0.552748227
-7160,1,0.3426,1,1,1,1,1,1,1,1,0.0185,0.3426,0.3359,1,0.279,1,1,1,1,1,1,0.0286,0.279,0.3135,1,0.5994,1,1,1,0.0387,0.5994,0.3258,1,1,1,1,1,0.037397966,0.54758966,0.006489228,1,1,1,1,1,0.032519195,0.506799042,0,1,1,1,1,1,0.085643314,0.588781238,0.563134364,0.563147874,0.563386525
-7161,1,0.3426,1,1,1,1,1,1,1,1,0.0023,0.3426,0.4751,1,0.279,1,1,1,1,1,1,0.0252,0.279,0.4537,1,0.5994,1,1,1,0.0142,0.5994,0.48,1,1,1,1,1,0.009913794,0.69827354,0.010441723,1,1,1,1,1,0.01994754,0.664248586,0,1,1,1,1,1,0.041838091,0.702427924,0.572196713,0.572244553,0.572251773
-7162,1,0.3425,1,1,1,1,1,1,1,1,0.0015,0.3425,0.5372,1,0.279,1,1,1,1,1,1,0,0.279,0.4954,1,0.5994,1,1,1,0.0124,0.5994,0.5655,1,1,1,1,1,0.002203199,0.722247362,0.016099874,1,1,1,1,1,0,0.693295658,0.041356809,1,1,1,1,1,0.003492082,0.811643898,0.57878202,0.578802623,0.578900709
-7163,1,0.3424,1,1,1,1,1,1,1,1,0,0.3424,0.5388,1,0.279,1,1,1,1,1,1,0.0011,0.279,0.4938,1,0.5995,1,1,1,0.008,0.5995,0.5983,1,1,1,1,1,8.07E-05,0.727014661,0.067208722,1,1,1,1,1,0.002007865,0.682024479,0.102980107,1,1,1,1,1,0.003384798,0.854786456,0.579325761,0.579225725,0.579343972
-7164,1,0.3423,1,1,1,1,1,1,1,1,0.0014,0.3423,0.5686,1,0.279,1,1,1,1,1,1,0.0159,0.279,0.5097,1,0.5995,1,1,1,0.0049,0.5995,0.6424,1,1,1,1,1,0.00142942,0.757484376,0.060230616,1,1,1,1,1,0.011310379,0.692116916,0.056016229,1,1,1,1,1,0.003406354,0.877436578,0.574673755,0.574783161,0.574911348
-7165,1,0.3422,1,1,1,1,1,1,1,1,0.0026,0.3422,0.5891,1,0.279,1,1,1,1,1,1,0,0.279,0.5125,1,0.5995,1,1,1,0.0014,0.5995,0.6195,1,1,1,1,1,0.000678219,0.789974332,0.054068703,1,1,1,1,1,0.000199651,0.687443197,0.007223037,1,1,1,1,1,0.000274915,0.872046471,0.57141131,0.57139835,0.571808511
-7166,1,0.3422,1,1,1,1,1,1,1,1,0.0187,0.3422,0.5142,1,0.279,1,1,1,1,1,1,0,0.279,0.4341,1,0.5996,1,1,1,0.0018,0.5996,0.5025,1,1,1,1,1,0.002288166,0.7856462,0.022301953,1,1,1,1,1,0.000921037,0.632033825,0.060269117,1,1,1,1,1,0.004417183,0.786117554,0.564826003,0.564840279,0.565159574
-7167,1,0.3421,1,1,1,1,1,1,1,1,0.0228,0.3421,0.3539,1,0.279,1,1,1,1,1,1,0,0.279,0.3189,1,0.5996,1,1,1,0.006,0.5996,0.3278,1,1,1,1,1,0.006153609,0.63051194,0.001419173,1,1,1,1,1,0.000895892,0.503822386,0.031899478,1,1,1,1,1,0.02233761,0.59918201,0.558905268,0.558916861,0.558953901
-7168,1,0.342,1,1,1,1,1,1,1,1,0.0057,0.342,0.1382,1,0.2789,1,1,1,1,1,1,0,0.2789,0.1323,1,0.5997,1,1,1,0.0168,0.5997,0.1032,1,1,1,1,1,0.002709558,0.353366971,0.000754494,1,1,1,1,1,0.001559478,0.301599145,0.046044506,1,1,1,1,1,0.044608064,0.277337223,0.558361527,0.558282209,0.558510638
-7169,1,0.3419,1,1,1,1,1,1,1,1,0.0048,0.3419,0,1,0.2789,1,1,1,1,1,1,0,0.2789,0,1,0.5997,1,1,1,0.0525,0.5997,0,1,1,1,1,1,0.009574601,0,0.011516765,1,1,1,1,1,2.18E-05,0,0.025595814,1,1,1,1,1,0.130870953,0,0.572136298,0.572244553,0.572251773
-7170,1,0.3418,1,1,1,1,1,1,1,1,0.0152,0.3418,0,1,0.2789,1,1,1,1,1,1,0,0.2789,0,1,0.5997,1,1,1,0.0334,0.5997,0,1,1,1,1,1,0.030819053,0,0.01297558,1,1,1,1,1,0.000969349,0,0,1,1,1,1,1,0.10367725,0,0.599927501,0.59995769,0.600177305
-7171,1,0.3418,1,1,1,1,1,1,1,1,0.0337,0.3418,0,1,0.2789,1,1,1,1,1,1,0.0013,0.2789,0,1,0.5998,1,1,1,0.0341,0.5998,0,1,1,1,1,1,0.037781492,0,0.023928082,1,1,1,1,1,0.00091103,0,0,1,1,1,1,1,0.124084748,0,0.586817303,0.586841549,0.586879433
-7172,1,0.3417,1,1,1,1,1,1,1,1,0.1233,0.3417,0,1,0.2789,1,1,1,1,1,1,0.004,0.2789,0,1,0.5998,1,1,1,0.0476,0.5998,0,1,1,1,1,1,0.11346513,0,0.00010647,1,1,1,1,1,0.005399408,0,0,1,1,1,1,1,0.130689904,0,0.563738521,0.563782526,0.563829787
-7173,1,0.3416,1,1,1,1,1,1,1,1,0.1305,0.3416,0,1,0.2789,1,1,1,1,1,1,0.0142,0.2789,0,1,0.5998,1,1,1,0.0564,0.5998,0,1,1,1,1,1,0.107182905,0,0.006613226,1,1,1,1,1,0.015855109,0,0,1,1,1,1,1,0.159297258,0,0.530268246,0.530357521,0.530141844
-7174,1,0.3415,1,1,1,1,1,1,1,1,0.0002,0.3415,0,1,0.2789,1,1,1,1,1,1,0,0.2789,0,1,0.5999,1,1,1,0,0.5999,0,1,1,1,1,1,0.000529127,0,0.003752167,1,1,1,1,1,0,0,0,1,1,1,1,1,0.002460255,0,0.485198163,0.485085678,0.48537234
-7175,1,0.3414,1,1,1,1,1,1,1,1,0.0386,0.3414,0,1,0.2789,1,1,1,1,1,1,0,0.2789,0,1,0.5999,1,1,1,0.0197,0.5999,0,1,1,1,1,1,0.019345939,0,0.00069332,1,1,1,1,1,0.007062312,0,0,1,1,1,1,1,0.051417146,0,0.438798937,0.438756082,0.438829787
-7176,1,0.3414,1,1,1,1,1,1,1,1,0.019,0.3414,0,1,0.2789,1,1,1,1,1,1,0.0033,0.2789,0,1,0.5999,1,1,1,0.0289,0.5999,0,1,1,1,1,1,0.010945399,0,0,1,1,1,1,1,0.008765225,0,0,1,1,1,1,1,0.070506908,0,0.404301595,0.404273323,0.404255319
-7177,1,0.3413,1,1,1,1,1,1,1,1,0.0028,0.3413,0,1,0.2789,1,1,1,1,1,1,0.005,0.2789,0,1,0.6,1,1,1,0.0215,0.6,0,1,1,1,1,1,0.002103424,0,0,1,1,1,1,1,0.011262303,0,0,1,1,1,1,1,0.074314997,0,0.383820686,0.383752909,0.383865248
-7178,1,0.3412,1,1,1,1,1,1,1,1,0.0063,0.3412,0,1,0.2789,1,1,1,1,1,1,0.0454,0.2789,0,1,0.6,1,1,1,0.0241,0.6,0,1,1,1,1,1,0.007173476,0,0.001634769,1,1,1,1,1,0.039835516,0,0,1,1,1,1,1,0.071073286,0,0.372583374,0.372752274,0.372783688
-7179,1,0.3411,1,1,1,1,1,1,1,1,0.0137,0.3411,0,1,0.2789,1,1,1,1,1,1,0.0553,0.2789,0,1,0.6,1,1,1,0.0232,0.6,0,1,1,1,1,1,0.029110078,0,0.020007739,1,1,1,1,1,0.050146319,0,0.008661257,1,1,1,1,1,0.096067682,0,0.36720638,0.367251957,0.367021277
-7180,1,0.341,1,1,1,1,1,1,1,1,0.0129,0.341,0,1,0.2789,1,1,1,1,1,1,0.068,0.2789,0,1,0.6001,1,1,1,0.0343,0.6001,0,1,1,1,1,1,0.042460259,0,0.047562458,1,1,1,1,1,0.052224282,0,0.015668588,1,1,1,1,1,0.11375469,0,0.369502175,0.369579014,0.369237589
-7181,1,0.341,1,1,1,1,1,1,1,1,0.0198,0.341,0,1,0.2789,1,1,1,1,1,1,0.047,0.2789,0,1,0.6001,1,1,1,0.0784,0.6001,0,1,1,1,1,1,0.041814387,0,0.026415968,1,1,1,1,1,0.045865249,0,0.028469374,1,1,1,1,1,0.140807733,0,0.384726921,0.384810662,0.384751773
-7182,1,0.3409,1,1,1,1,1,1,1,1,0.0279,0.3409,0,1,0.2789,1,1,1,1,1,1,0.0087,0.2789,0,1,0.6002,1,1,1,0.0773,0.6002,0,1,1,1,1,1,0.040986527,0,0.022838593,1,1,1,1,1,0.017514763,0,0.040404715,1,1,1,1,1,0.136408165,0,0.416445143,0.416543262,0.416223404
-7183,1,0.3408,1,1,1,1,1,1,1,1,0.018,0.3408,0.0751,1,0.2789,1,1,1,1,1,1,0.0362,0.2789,0.0698,1,0.6002,1,1,1,0.0457,0.6002,0.0481,1,1,1,1,1,0.013816586,0.183802068,0.104919344,1,1,1,1,1,0.033738937,0.198438212,0.110343456,1,1,1,1,1,0.106673434,0.085633114,0.450459159,0.450391369,0.45035461
-7184,1,0.3407,1,1,1,1,1,1,1,1,0.0216,0.3407,0.2797,1,0.2789,1,1,1,1,1,1,0.0551,0.2789,0.2458,1,0.6002,1,1,1,0.018,0.6002,0.2296,1,1,1,1,1,0.036137149,0.461415619,0.126748696,1,1,1,1,1,0.049616657,0.442163706,0.062409423,1,1,1,1,1,0.054118942,0.326025635,0.488279362,0.488258938,0.488475177
-7185,1,0.3406,1,1,1,1,1,1,1,1,0.0021,0.3406,0.429,1,0.2789,1,1,1,1,1,1,0,0.2789,0.3502,1,0.6003,1,1,1,0.0089,0.6003,0.4081,1,1,1,1,1,0.004399483,0.589432895,0.082957633,1,1,1,1,1,0.004130793,0.513080776,0.037287962,1,1,1,1,1,0.0333842,0.543569922,0.514076849,0.514068119,0.514184397
-7186,1,0.3406,1,1,1,1,1,1,1,1,0.0052,0.3406,0.4916,1,0.2789,1,1,1,1,1,1,0.0055,0.2789,0.3972,1,0.6003,1,1,1,0.0028,0.6003,0.4545,1,1,1,1,1,0.016062198,0.608084023,0.095082261,1,1,1,1,1,0.007173994,0.50577724,0.119043462,1,1,1,1,1,0.019163733,0.779082179,0.52561624,0.525703406,0.52570922
-7187,1,0.3405,1,1,1,1,1,1,1,1,0.0023,0.3405,0.5212,1,0.2789,1,1,1,1,1,1,0.0075,0.2789,0.4105,1,0.6003,1,1,1,0.0058,0.6003,0.5106,1,1,1,1,1,0.000251119,0.660024822,0.263295829,1,1,1,1,1,0.006331659,0.443939298,0.219317019,1,1,1,1,1,0.027909437,0.895554721,0.525797487,0.525703406,0.52570922
-7188,1,0.3404,1,1,1,1,1,1,1,1,0.0106,0.3404,0.4923,1,0.2789,1,1,1,1,1,1,0,0.2789,0.3707,1,0.6004,1,1,1,0.0134,0.6004,0.5868,1,1,1,1,1,0.00177049,0.638265133,0.457517028,1,1,1,1,1,0.000563983,0.429577708,0.252268314,1,1,1,1,1,0.047073465,0.889023781,0.522112131,0.522107045,0.522163121
-7189,1,0.3403,1,1,1,1,1,1,1,1,0.0108,0.3403,0.3884,1,0.2788,1,1,1,1,1,1,0.0156,0.2788,0.3647,1,0.6004,1,1,1,0.0247,0.6004,0.5692,1,1,1,1,1,0.002823159,0.5153054,0.730651677,1,1,1,1,1,0.019835742,0.510007024,0.591415763,1,1,1,1,1,0.0685293,0.824277401,0.514862252,0.514914322,0.51462766
-7190,1,0.3402,1,1,1,1,1,1,1,1,0.0203,0.3402,0.3145,1,0.2788,1,1,1,1,1,1,0.0027,0.2788,0.2966,1,0.6004,1,1,1,0.0199,0.6004,0.4591,1,1,1,1,1,0.003958056,0.439700812,0.79181695,1,1,1,1,1,0.008195558,0.410014272,0.487874389,1,1,1,1,1,0.051831588,0.720159531,0.506947801,0.506875397,0.507092199
-7191,1,0.3402,1,1,1,1,1,1,1,1,0.0161,0.3402,0.1933,1,0.2788,1,1,1,1,1,1,0.0178,0.2788,0.1835,1,0.6005,1,1,1,0.0266,0.6005,0.2495,1,1,1,1,1,0.003033329,0.275031388,0.675430655,1,1,1,1,1,0.024718154,0.297529876,0.486172795,1,1,1,1,1,0.041584559,0.477502137,0.503262446,0.503279035,0.503546099
-7192,1,0.3401,1,1,1,1,1,1,1,1,0.038,0.3401,0.0329,1,0.2788,1,1,1,1,1,1,0.0067,0.2788,0.0328,1,0.6005,1,1,1,0.036,0.6005,0.0455,1,1,1,1,1,0.007665711,0.058138423,0.824277878,1,1,1,1,1,0.019291256,0.058865886,0.525230944,1,1,1,1,1,0.053836416,0.111507103,0.508518608,0.508567802,0.508421986
-7193,1,0.34,1,1,1,1,1,1,1,1,0.0577,0.34,0,1,0.2788,1,1,1,1,1,1,0.0155,0.2788,0,1,0.6005,1,1,1,0.0716,0.6005,0,1,1,1,1,1,0.019048829,0,0.94854033,1,1,1,1,1,0.033386707,0,0.7651456,1,1,1,1,1,0.122517683,0,0.53340986,0.533530781,0.533687943
-7194,1,0.3399,1,1,1,1,1,1,1,1,0.0673,0.3399,0,1,0.2788,1,1,1,1,1,1,0.0175,0.2788,0,1,0.6006,1,1,1,0.0803,0.6006,0,1,1,1,1,1,0.02817468,0,0.926718354,1,1,1,1,1,0.047118533,0,0.849081755,1,1,1,1,1,0.155700937,0,0.567000967,0.566955786,0.567375887
-7195,1,0.3398,1,1,1,1,1,1,1,1,0.0875,0.3398,0,1,0.2788,1,1,1,1,1,1,0.0609,0.2788,0,1,0.6006,1,1,1,0.0706,0.6006,0,1,1,1,1,1,0.053804323,0,1,1,1,1,1,1,0.112895928,0,1,1,1,1,1,1,0.15829657,0,0.554555341,0.554685847,0.554964539
-7196,1,0.3397,1,1,1,1,1,1,1,1,0.1178,0.3397,0,1,0.2788,1,1,1,1,1,1,0.0898,0.2788,0,1,0.6007,1,1,1,0.1054,0.6007,0,1,1,1,1,1,0.076016828,0,1,1,1,1,1,1,0.161033213,0,1,1,1,1,1,1,0.184497878,0,0.533953601,0.533953882,0.533687943
-7197,1,0.3397,1,1,1,1,1,1,1,1,0.1179,0.3397,0,1,0.2788,1,1,1,1,1,1,0.113,0.2788,0,1,0.6007,1,1,1,0.1714,0.6007,0,1,1,1,1,1,0.063747138,0,1,1,1,1,1,1,0.188498691,0,1,1,1,1,1,1,0.154418409,0,0.505135331,0.505182991,0.505319149
-7198,1,0.3396,1,1,1,1,1,1,1,1,0.1387,0.3396,0,1,0.2788,1,1,1,1,1,1,0.1315,0.2788,0,1,0.6007,1,1,1,0.1788,0.6007,0,1,1,1,1,1,0.050055243,0,1,1,1,1,1,1,0.212580815,0,1,1,1,1,1,1,0.181860507,0,0.468885935,0.468796277,0.468971631
-7199,1,0.3395,1,1,1,1,1,1,1,1,0.2097,0.3395,0,1,0.2788,1,1,1,1,1,1,0.1873,0.2788,0,1,0.6008,1,1,1,0.1316,0.6008,0,1,1,1,1,1,0.117738232,0,1,1,1,1,1,1,0.305702716,0,1,1,1,1,1,1,0.173391417,0,0.429797003,0.429870954,0.429964539
-7200,1,0.3394,1,1,1,1,1,1,1,1,0.2632,0.3394,0,1,0.2788,1,1,1,1,1,1,0.0979,0.2788,0,1,0.6008,1,1,1,0.1013,0.6008,0,1,1,1,1,1,0.164995342,0,1,1,1,1,1,1,0.216236591,0,1,1,1,1,1,1,0.149470702,0,0.398622523,0.398773006,0.39893617
-7201,1,0.3393,1,1,1,1,1,1,1,1,0.2391,0.3393,0,1,0.2788,1,1,1,1,1,1,0.1947,0.2788,0,1,0.6008,1,1,1,0.0646,0.6008,0,1,1,1,1,1,0.162692457,0,1,1,1,1,1,1,0.323818505,0,1,1,1,1,1,1,0.12747857,0,0.378081199,0.378041041,0.378102837
-7202,1,0.3393,1,1,1,1,1,1,1,1,0.2352,0.3393,0,1,0.2788,1,1,1,1,1,1,0.2751,0.2788,0,1,0.6009,1,1,1,0.0848,0.6009,0,1,1,1,1,1,0.178901911,0,1,1,1,1,1,1,0.357800841,0,1,1,1,1,1,1,0.170440242,0,0.365695988,0.365771102,0.365691489
-7203,1,0.3392,1,1,1,1,1,1,1,1,0.2771,0.3392,0,1,0.2788,1,1,1,1,1,1,0.2773,0.2788,0,1,0.6009,1,1,1,0.0872,0.6009,0,1,1,1,1,1,0.214080587,0,1,1,1,1,1,1,0.405086428,0,1,1,1,1,1,1,0.147672743,0,0.359775254,0.359847684,0.359929078
-7204,1,0.3391,1,1,1,1,1,1,1,1,0.2566,0.3391,0,1,0.2788,1,1,1,1,1,1,0.302,0.2788,0,1,0.6009,1,1,1,0.1191,0.6009,0,1,1,1,1,1,0.226999477,0,1,1,1,1,1,1,0.468211532,0,1,1,1,1,1,1,0.175336182,0,0.359654422,0.359847684,0.359485816
-7205,1,0.339,1,1,1,1,1,1,1,1,0.2176,0.339,0,1,0.2788,1,1,1,1,1,1,0.349,0.2788,0,1,0.601,1,1,1,0.1931,0.601,0,1,1,1,1,1,0.221052766,0,1,1,1,1,1,1,0.471770585,0,1,1,1,1,1,1,0.300293684,0,0.368898018,0.368732812,0.369237589
-7206,1,0.3389,1,1,1,1,1,1,1,1,0.2814,0.3389,0,1,0.2788,1,1,1,1,1,1,0.2387,0.2788,0,1,0.601,1,1,1,0.1571,0.601,0,1,1,1,1,1,0.307522148,0,1,1,1,1,1,1,0.301575005,0,1,1,1,1,1,1,0.263936728,0,0.390647656,0.390734081,0.390514184
-7207,1,0.3389,1,1,1,1,1,1,1,1,0.2701,0.3389,0.0218,1,0.2788,1,1,1,1,1,1,0.2351,0.2788,0.0067,1,0.601,1,1,1,0.077,0.601,0.0207,1,1,1,1,1,0.244929701,0.040352713,1,1,1,1,1,1,0.299012691,0.022273595,1,1,1,1,1,1,0.1563171,0.042759117,0.42079507,0.420774275,0.421099291
-7208,1,0.3388,1,1,1,1,1,1,1,1,0.3378,0.3388,0.1324,1,0.2788,1,1,1,1,1,1,0.2997,0.2788,0.1309,1,0.6011,1,1,1,0.0928,0.6011,0.1306,1,1,1,1,1,0.360099167,0.229056761,1,1,1,1,1,1,0.376197428,0.223927096,1,1,1,1,1,1,0.155419379,0.302241653,0.460367327,0.460545801,0.460549645
-7209,1,0.3387,1,1,1,1,1,1,1,1,0.3674,0.3387,0.2131,1,0.2788,1,1,1,1,1,1,0.3398,0.2788,0.2177,1,0.6011,1,1,1,0.0888,0.6011,0.2537,1,1,1,1,1,0.300633907,0.326738238,1,1,1,1,1,1,0.429148316,0.344062835,1,1,1,1,1,1,0.145354956,0.366054803,0.495650072,0.495663211,0.496010638
-7210,1,0.3386,1,1,1,1,1,1,1,1,0.3403,0.3386,0.2524,1,0.2788,1,1,1,1,1,1,0.2706,0.2788,0.2923,1,0.6012,1,1,1,0.0829,0.6012,0.2768,1,1,1,1,1,0.160257101,0.344403416,1,1,1,1,1,1,0.330266804,0.444569468,1,1,1,1,1,1,0.117059723,0.409357488,0.515949734,0.515972075,0.515957447
-7211,1,0.3385,1,1,1,1,1,1,1,1,0.3792,0.3385,0.281,1,0.2787,1,1,1,1,1,1,0.3386,0.2787,0.2991,1,0.6012,1,1,1,0.0818,0.6012,0.2618,1,1,1,1,1,0.199498728,0.410382867,1,1,1,1,1,1,0.379840374,0.441661119,1,1,1,1,1,1,0.089499056,0.37128377,0.528274529,0.528242014,0.528368794
-7212,1,0.3385,1,1,1,1,1,1,1,1,0.4591,0.3385,0.2944,1,0.2787,1,1,1,1,1,1,0.5884,0.2787,0.3183,1,0.6012,1,1,1,0.0801,0.6012,0.2589,1,1,1,1,1,0.268858254,0.425175071,1,1,1,1,1,1,0.655511022,0.43598935,1,1,1,1,1,1,0.115776837,0.423809499,0.535705655,0.535646287,0.535904255
-7213,1,0.3384,1,1,1,1,1,1,1,1,0.4899,0.3384,0.3043,1,0.2787,1,1,1,1,1,1,0.633,0.2787,0.3289,1,0.6013,1,1,1,0.0936,0.6013,0.25,1,1,1,1,1,0.275206447,0.434120834,1,1,1,1,1,1,0.672456384,0.447418898,1,1,1,1,1,1,0.093543291,0.409560621,0.534618173,0.534800085,0.534574468
-7214,1,0.3383,1,1,1,1,1,1,1,1,0.5579,0.3383,0.2265,1,0.2787,1,1,1,1,1,1,0.5635,0.2787,0.3218,1,0.6013,1,1,1,0.1484,0.6013,0.2653,1,1,1,1,1,0.347364098,0.380130976,1,1,1,1,1,1,0.619946063,0.428782552,1,1,1,1,1,1,0.187537849,0.345466018,0.532745288,0.532684578,0.532801418
-7215,1,0.3382,1,1,1,1,1,1,1,1,0.6147,0.3382,0.1284,1,0.2787,1,1,1,1,1,1,0.597,0.2787,0.1956,1,0.6013,1,1,1,0.2196,0.6013,0.1392,1,1,1,1,1,0.390161812,0.246531904,1,1,1,1,1,1,0.64463836,0.27525124,1,1,1,1,1,1,0.237978563,0.248104513,0.533711938,0.533742331,0.533687943
-7216,1,0.3381,1,1,1,1,1,1,1,1,0.5975,0.3381,0.0149,1,0.2787,1,1,1,1,1,1,0.5229,0.2787,0.012,1,0.6014,1,1,1,0.2807,0.6014,0.0186,1,1,1,1,1,0.393593371,0.015400016,1,1,1,1,1,1,0.604758441,0.017846229,1,1,1,1,1,1,0.417622685,0.048350688,0.548151281,0.548127777,0.548315603
-7217,1,0.3381,1,1,1,1,1,1,1,1,0.5261,0.3381,0,1,0.2787,1,1,1,1,1,1,0.5053,0.2787,0,1,0.6014,1,1,1,0.2829,0.6014,0,1,1,1,1,1,0.396630943,0,1,1,1,1,1,1,0.577032089,0,1,1,1,1,1,1,0.429664165,0,0.57962784,0.579648826,0.579787234
-7218,1,0.338,1,1,1,1,1,1,1,1,0.5353,0.338,0,1,0.2787,1,1,1,1,1,1,0.3831,0.2787,0,1,0.6014,1,1,1,0.2752,0.6014,0,1,1,1,1,1,0.349525779,0,1,1,1,1,1,1,0.468082339,0,1,1,1,1,1,1,0.33956483,0,0.605908652,0.605881109,0.605939716
-7219,1,0.3379,1,1,1,1,1,1,1,1,0.5414,0.3379,0,1,0.2787,1,1,1,1,1,1,0.2886,0.2787,0,1,0.6015,1,1,1,0.2193,0.6015,0,1,1,1,1,1,0.340962827,0,1,1,1,1,1,1,0.327375084,0,1,1,1,1,1,1,0.36538887,0,0.592375544,0.592341866,0.592641844
-7220,1,0.3378,1,1,1,1,1,1,1,1,0.5644,0.3378,0,1,0.2787,1,1,1,1,1,1,0.638,0.2787,0,1,0.6015,1,1,1,0.3488,0.6015,0,1,1,1,1,1,0.405659437,0,1,1,1,1,1,1,0.659316003,0,1,1,1,1,1,1,0.574868202,0,0.564342678,0.564417178,0.564716312
-7221,1,0.3377,1,1,1,1,1,1,1,1,0.5753,0.3377,0,1,0.2787,1,1,1,1,1,1,0.6527,0.2787,0,1,0.6015,1,1,1,0.4861,0.6015,0,1,1,1,1,1,0.346824348,0,1,1,1,1,1,1,0.728134871,0,1,1,1,1,1,1,0.713456869,0,0.525978734,0.525914957,0.526152482
-7222,1,0.3377,1,1,1,1,1,1,1,1,0.6365,0.3377,0,1,0.2787,1,1,1,1,1,1,0.6613,0.2787,0,1,0.6016,1,1,1,0.3188,0.6016,0,1,1,1,1,1,0.459373415,0,1,1,1,1,1,1,0.732298613,0,1,1,1,1,1,1,0.468806028,0,0.481875302,0.481912418,0.481826241
-7223,1,0.3376,1,1,1,1,1,1,1,1,0.6958,0.3376,0,1,0.2787,1,1,1,1,1,1,0.7229,0.2787,0,1,0.6016,1,1,1,0.2373,0.6016,0,1,1,1,1,1,0.621902764,0,1,1,1,1,1,1,0.786673844,0,1,1,1,1,1,1,0.353609443,0,0.439221846,0.439179183,0.43927305
-7224,1,0.3375,1,1,1,1,1,1,1,1,0.6629,0.3375,0,1,0.2787,1,1,1,1,1,1,0.6613,0.2787,0,1,0.6017,1,1,1,0.3495,0.6017,0,1,1,1,1,1,0.590788841,0,0.971923709,1,1,1,1,1,0.736326814,0,1,1,1,1,1,1,0.452086985,0,0.403757854,0.403850222,0.403812057
-7225,1,0.3374,1,1,1,1,1,1,1,1,0.7255,0.3374,0,1,0.2787,1,1,1,1,1,1,0.7979,0.2787,0,1,0.6017,1,1,1,0.4396,0.6017,0,1,1,1,1,1,0.704787612,0,0.954674423,1,1,1,1,1,0.811044753,0,1,1,1,1,1,1,0.630822003,0,0.383397777,0.383541358,0.383421986
-7226,1,0.3373,1,1,1,1,1,1,1,1,0.7594,0.3373,0,1,0.2787,1,1,1,1,1,1,0.8754,0.2787,0,1,0.6017,1,1,1,0.3723,0.6017,0,1,1,1,1,1,0.732111573,0,0.789944649,1,1,1,1,1,0.887274623,0,1,1,1,1,1,1,0.470512211,0,0.372764621,0.372752274,0.372783688
-7227,1,0.3373,1,1,1,1,1,1,1,1,0.8355,0.3373,0,1,0.2787,1,1,1,1,1,1,0.8433,0.2787,0,1,0.6018,1,1,1,0.3739,0.6018,0,1,1,1,1,1,0.758218467,0,0.618373215,1,1,1,1,1,0.900355697,0,1,1,1,1,1,1,0.411786139,0,0.370287579,0.370213666,0.370124113
-7228,1,0.3372,1,1,1,1,1,1,1,1,0.8261,0.3372,0,1,0.2787,1,1,1,1,1,1,0.8885,0.2787,0,1,0.6018,1,1,1,0.3812,0.6018,0,1,1,1,1,1,0.768792808,0,0.065590598,1,1,1,1,1,0.921948373,0,0,1,1,1,1,1,0.45530954,0,0.379168681,0.379098794,0.379432624
-7229,1,0.3371,1,1,1,1,1,1,1,1,0.843,0.3371,0,1,0.2787,1,1,1,1,1,1,0.927,0.2787,0,1,0.6018,1,1,1,0.4065,0.6018,0,1,1,1,1,1,0.788353264,0,0,1,1,1,1,1,0.935549915,0,0,1,1,1,1,1,0.520983279,0,0.413061866,0.412946901,0.413120567
-7230,1,0.337,1,1,1,1,1,1,1,1,0.8593,0.337,0,1,0.2787,1,1,1,1,1,1,0.9128,0.2787,0,1,0.6019,1,1,1,0.4058,0.6019,0,1,1,1,1,1,0.831887066,0,0.056868747,1,1,1,1,1,0.936624765,0,0,1,1,1,1,1,0.528350949,0,0.470879652,0.470911783,0.470744681
-7231,1,0.3369,1,1,1,1,1,1,1,1,0.806,0.3369,0.0043,1,0.2787,1,1,1,1,1,1,0.5693,0.2787,0,1,0.6019,1,1,1,0.34,0.6019,0,1,1,1,1,1,0.755972862,0.000277725,0.271177709,1,1,1,1,1,0.698595405,0,1,1,1,1,1,1,0.47816509,0,0.517701788,0.517664481,0.517730496
-7232,1,0.3368,1,1,1,1,1,1,1,1,0.9001,0.3368,0.0343,1,0.2787,1,1,1,1,1,1,0.9278,0.2787,0.0249,1,0.6019,1,1,1,0.3819,0.6019,0.1422,1,1,1,1,1,0.9093014,0.017995264,0,1,1,1,1,1,0.935894966,0.013987196,0,1,1,1,1,1,0.49785459,0.107130989,0.551232479,0.551301037,0.55141844
-7233,1,0.3368,1,1,1,1,1,1,1,1,0.8945,0.3368,0.138,1,0.2786,1,1,1,1,1,1,0.9331,0.2786,0.1388,1,0.602,1,1,1,0.5559,0.602,0.2508,1,1,1,1,1,0.897812247,0.160920292,0,1,1,1,1,1,0.936417222,0.123227164,0,1,1,1,1,1,0.720355392,0.226587921,0.579688255,0.579648826,0.579787234
-7234,1,0.3367,1,1,1,1,1,1,1,1,0.935,0.3367,0.1864,1,0.2786,1,1,1,1,1,1,0.9293,0.2786,0.2009,1,0.602,1,1,1,0.6046,0.602,0.3509,1,1,1,1,1,0.930662096,0.284156799,0,1,1,1,1,1,0.933360517,0.195469096,0,1,1,1,1,1,0.69552207,0.431962043,0.595698405,0.595726677,0.595744681
-7235,1,0.3366,1,1,1,1,1,1,1,1,0.9477,0.3366,0.1991,1,0.2786,1,1,1,1,1,1,0.9294,0.2786,0.2005,1,0.6021,1,1,1,0.642,0.6021,0.4265,1,1,1,1,1,0.941234946,0.330551833,0,1,1,1,1,1,0.939625621,0.232997805,0,1,1,1,1,1,0.755734205,0.448811293,0.59980667,0.599746139,0.599734043
-7236,1,0.3365,1,1,1,1,1,1,1,1,0.937,0.3365,0.1542,1,0.2786,1,1,1,1,1,1,0.9245,0.2786,0.1668,1,0.6021,1,1,1,0.5869,0.6021,0.4294,1,1,1,1,1,0.910323083,0.23467353,0,1,1,1,1,1,0.936078012,0.170556217,0,1,1,1,1,1,0.678740561,0.427120149,0.592194297,0.592341866,0.592641844
-7237,1,0.3364,1,1,1,1,1,1,1,1,0.91,0.3364,0.1065,1,0.2786,1,1,1,1,1,1,0.9279,0.2786,0.1009,1,0.6021,1,1,1,0.675,0.6021,0.372,1,1,1,1,1,0.908081114,0.170784369,0,1,1,1,1,1,0.92844522,0.104830213,0,1,1,1,1,1,0.813100755,0.362125099,0.579869502,0.579860377,0.580230496
-7238,1,0.3364,1,1,1,1,1,1,1,1,0.8994,0.3364,0.0281,1,0.2786,1,1,1,1,1,1,0.9306,0.2786,0.0152,1,0.6022,1,1,1,0.7364,0.6022,0.3641,1,1,1,1,1,0.907886982,0.068400919,0,1,1,1,1,1,0.913704991,0.022000421,0,1,1,1,1,1,0.853317201,0.25926888,0.554494925,0.554474297,0.554964539
-7239,1,0.3363,1,1,1,1,1,1,1,1,0.7639,0.3363,0.0019,1,0.2786,1,1,1,1,1,1,0.9016,0.2786,0,1,0.6022,1,1,1,0.7642,0.6022,0.2804,1,1,1,1,1,0.897767246,9.72E-05,0,1,1,1,1,1,0.914005637,0,0,1,1,1,1,1,0.805394709,0.218301952,0.528153697,0.528030463,0.528368794
-7240,1,0.3362,1,1,1,1,1,1,1,1,0.6568,0.3362,0,1,0.2786,1,1,1,1,1,1,0.8733,0.2786,0,1,0.6022,1,1,1,0.8846,0.6022,0.062,1,1,1,1,1,0.858109832,0,0,1,1,1,1,1,0.823998392,0,0,1,1,1,1,1,0.899303019,0,0.514801837,0.514702771,0.51462766
-7241,1,0.3361,1,1,1,1,1,1,1,1,0.7472,0.3361,0,1,0.2786,1,1,1,1,1,1,0.8955,0.2786,0,1,0.6023,1,1,1,0.8794,0.6023,0,1,1,1,1,1,0.879766941,0,0,1,1,1,1,1,0.857592344,0,0,1,1,1,1,1,0.900783181,0,0.516130981,0.516183626,0.516400709
-7242,1,0.336,1,1,1,1,1,1,1,1,0.7619,0.336,0,1,0.2786,1,1,1,1,1,1,0.8728,0.2786,0,1,0.6023,1,1,1,0.9042,0.6023,0,1,1,1,1,1,0.897287786,0,0.128824234,1,1,1,1,1,0.696845472,0,0,1,1,1,1,1,0.901979983,0,0.501510391,0.50158663,0.50177305
-7243,1,0.336,1,1,1,1,1,1,1,1,0.8809,0.336,0,1,0.2786,1,1,1,1,1,1,0.9211,0.2786,0,1,0.6023,1,1,1,0.8666,0.6023,0,1,1,1,1,1,0.92267698,0,0.882582068,1,1,1,1,1,0.908670127,0,0,1,1,1,1,1,0.912925065,0,0.465925568,0.465834567,0.466312057
-7244,1,0.3359,1,1,1,1,1,1,1,1,0.9305,0.3359,0,1,0.2786,1,1,1,1,1,1,0.9073,0.2786,0,1,0.6024,1,1,1,0.922,0.6024,0,1,1,1,1,1,0.926842093,0,1,1,1,1,1,1,0.907475233,0,0,1,1,1,1,1,0.924391508,0,0.435113581,0.435159721,0.435283688
-7245,1,0.3358,1,1,1,1,1,1,1,1,0.9314,0.3358,0,1,0.2786,1,1,1,1,1,1,0.91,0.2786,0,1,0.6024,1,1,1,0.9348,0.6024,0,1,1,1,1,1,0.928608418,0,1,1,1,1,1,1,0.917981327,0,0,1,1,1,1,1,0.924160063,0,0.405932818,0.405754178,0.406028369
-7246,1,0.3357,1,1,1,1,1,1,1,1,0.9175,0.3357,0,1,0.2786,1,1,1,1,1,1,0.9094,0.2786,0,1,0.6024,1,1,1,0.9328,0.6024,0,1,1,1,1,1,0.928047717,0,1,1,1,1,1,1,0.917796969,0,1,1,1,1,1,1,0.924262464,0,0.373429193,0.373386926,0.37322695
-7247,1,0.3356,1,1,1,1,1,1,1,1,0.8902,0.3356,0,1,0.2786,1,1,1,1,1,1,0.912,0.2786,0,1,0.6025,1,1,1,0.9411,0.6025,0,1,1,1,1,1,0.917241454,0,1,1,1,1,1,1,0.914939344,0,1,1,1,1,1,1,0.923986971,0,0.343644273,0.343769833,0.343528369
-7248,1,0.3356,1,1,1,1,1,1,1,1,0.7756,0.3356,0,1,0.2786,1,1,1,1,1,1,0.9118,0.2786,0,1,0.6025,1,1,1,0.9355,0.6025,0,1,1,1,1,1,0.865783572,0,1,1,1,1,1,1,0.915938377,0,1,1,1,1,1,1,0.927123606,0,0.322740454,0.322826317,0.322695035
-7249,1,0.3355,1,1,1,1,1,1,1,1,0.6839,0.3355,0,1,0.2786,1,1,1,1,1,1,0.9146,0.2786,0,1,0.6026,1,1,1,0.9145,0.6026,0,1,1,1,1,1,0.845279932,0,1,1,1,1,1,1,0.916857481,0,1,1,1,1,1,1,0.927702606,0,0.311442726,0.311402581,0.311613475
-7250,1,0.3354,1,1,1,1,1,1,1,1,0.4915,0.3354,0,1,0.2786,1,1,1,1,1,1,0.8948,0.2786,0,1,0.6026,1,1,1,0.9106,0.6026,0,1,1,1,1,1,0.762204885,0,0.96053201,1,1,1,1,1,0.902393579,0,1,1,1,1,1,1,0.917265952,0,0.305340744,0.305267612,0.305407801
-7251,1,0.3353,1,1,1,1,1,1,1,1,0.4207,0.3353,0,1,0.2786,1,1,1,1,1,1,0.8764,0.2786,0,1,0.6026,1,1,1,0.9107,0.6026,0,1,1,1,1,1,0.687939763,0,0.996660113,1,1,1,1,1,0.874575138,0,1,1,1,1,1,1,0.91498661,0,0.304917835,0.30484451,0.304964539
-7252,1,0.3352,1,1,1,1,1,1,1,1,0.4025,0.3352,0,1,0.2786,1,1,1,1,1,1,0.758,0.2786,0,1,0.6027,1,1,1,0.8486,0.6027,0,1,1,1,1,1,0.616966605,0,0.933215559,1,1,1,1,1,0.791544437,0,1,1,1,1,1,1,0.887546182,0,0.313798937,0.313729638,0.313829787
-7253,1,0.3352,1,1,1,1,1,1,1,1,0.4769,0.3352,0,1,0.2786,1,1,1,1,1,1,0.6487,0.2786,0,1,0.6027,1,1,1,0.7969,0.6027,0,1,1,1,1,1,0.524771214,0,0.902480006,1,1,1,1,1,0.698081613,0,0.939879656,1,1,1,1,1,0.857650697,0,0.340502658,0.340596573,0.340425532
-7254,1,0.3351,1,1,1,1,1,1,1,1,0.4531,0.3351,0,1,0.2786,1,1,1,1,1,1,0.6987,0.2786,0,1,0.6027,1,1,1,0.8419,0.6027,0,1,1,1,1,1,0.491590142,0,1,1,1,1,1,1,0.701755106,0,1,1,1,1,1,1,0.873845518,0,0.390526825,0.39052253,0.390514184
-7255,1,0.335,1,1,1,1,1,1,1,1,0.327,0.335,0.0279,1,0.2785,1,1,1,1,1,1,0.7467,0.2785,0.0379,1,0.6028,1,1,1,0.7696,0.6028,0.0246,1,1,1,1,1,0.447190613,0.06976556,1,1,1,1,1,1,0.656448841,0.107699186,1,1,1,1,1,1,0.824570537,0.027246712,0.433301112,0.433255765,0.433510638
-7256,1,0.3349,1,1,1,1,1,1,1,1,0.4046,0.3349,0.2314,1,0.2785,1,1,1,1,1,1,0.8041,0.2785,0.2573,1,0.6028,1,1,1,0.8003,0.6028,0.1457,1,1,1,1,1,0.520592511,0.388025999,1,1,1,1,1,1,0.783536792,0.423305988,1,1,1,1,1,1,0.857187748,0.173074692,0.460125665,0.460122699,0.460106383
-7257,1,0.3348,1,1,1,1,1,1,1,1,0.4412,0.3348,0.3816,1,0.2785,1,1,1,1,1,1,0.8835,0.2785,0.4487,1,0.6028,1,1,1,0.7346,0.6028,0.2311,1,1,1,1,1,0.465342134,0.57241118,1,1,1,1,1,1,0.84881711,0.641817033,1,1,1,1,1,1,0.825404048,0.358335584,0.481271145,0.481277766,0.481382979
-7258,1,0.3348,1,1,1,1,1,1,1,1,0.5275,0.3348,0.4435,1,0.2785,1,1,1,1,1,1,0.9196,0.2785,0.4728,1,0.6029,1,1,1,0.7208,0.6029,0.2779,1,1,1,1,1,0.444672376,0.622831464,1,1,1,1,1,1,0.896772742,0.643714786,1,1,1,1,1,1,0.857183933,0.432683736,0.498489609,0.49841337,0.498670213
-7259,1,0.3347,1,1,1,1,1,1,1,1,0.6058,0.3347,0.4997,1,0.2785,1,1,1,1,1,1,0.7386,0.2785,0.4832,1,0.6029,1,1,1,0.7437,0.6029,0.3127,1,1,1,1,1,0.627640367,0.698385239,0.983020186,1,1,1,1,1,0.823318243,0.660475492,1,1,1,1,1,1,0.888620138,0.510807872,0.507189464,0.507086947,0.507092199
-7260,1,0.3346,1,1,1,1,1,1,1,1,0.5616,0.3346,0.4305,1,0.2785,1,1,1,1,1,1,0.8036,0.2785,0.4565,1,0.6029,1,1,1,0.6921,0.6029,0.4226,1,1,1,1,1,0.60519588,0.662828922,0.877818108,1,1,1,1,1,0.868336558,0.653803766,1,1,1,1,1,1,0.846906424,0.49665308,0.511901885,0.511741062,0.511968085
-7261,1,0.3345,1,1,1,1,1,1,1,1,0.4301,0.3345,0.4368,1,0.2785,1,1,1,1,1,1,0.7587,0.2785,0.4403,1,0.603,1,1,1,0.6298,0.603,0.2927,1,1,1,1,1,0.615743935,0.636116922,0.653117061,1,1,1,1,1,0.805129051,0.602149606,1,1,1,1,1,1,0.796601117,0.441800386,0.513412276,0.513433467,0.513297872
-7262,1,0.3344,1,1,1,1,1,1,1,1,0.4703,0.3344,0.366,1,0.2785,1,1,1,1,1,1,0.5226,0.2785,0.3669,1,0.603,1,1,1,0.512,0.603,0.3338,1,1,1,1,1,0.566681147,0.587336779,0.499737561,1,1,1,1,1,0.590161681,0.559624791,0.968087733,1,1,1,1,1,0.701687217,0.421775818,0.509304012,0.509414005,0.509308511
-7263,1,0.3343,1,1,1,1,1,1,1,1,0.534,0.3343,0.1822,1,0.2785,1,1,1,1,1,1,0.5333,0.2785,0.2242,1,0.6031,1,1,1,0.5008,0.6031,0.1554,1,1,1,1,1,0.623837352,0.34322691,0.535093844,1,1,1,1,1,0.587916374,0.372719169,0.929050028,1,1,1,1,1,0.621473312,0.253526568,0.509726921,0.509837106,0.509751773
-7264,1,0.3343,1,1,1,1,1,1,1,1,0.4494,0.3343,0.0052,1,0.2785,1,1,1,1,1,1,0.432,0.2785,0.0336,1,0.6031,1,1,1,0.4316,0.6031,0.0006,1,1,1,1,1,0.519645095,0.020504355,0.708423972,1,1,1,1,1,0.494087636,0.149823308,0.800489068,1,1,1,1,1,0.526818097,0.002842166,0.520782987,0.520837741,0.521276596
-7265,1,0.3342,1,1,1,1,1,1,1,1,0.2334,0.3342,0,1,0.2785,1,1,1,1,1,1,0.156,0.2785,0,1,0.6031,1,1,1,0.4454,0.6031,0,1,1,1,1,1,0.3062644,0,0.750901937,1,1,1,1,1,0.177557409,0,0.261085361,1,1,1,1,1,0.549452066,0,0.549480425,0.549608631,0.54964539
-7266,1,0.3341,1,1,1,1,1,1,1,1,0.119,0.3341,0,1,0.2785,1,1,1,1,1,1,0.1499,0.2785,0,1,0.6032,1,1,1,0.3725,0.6032,0,1,1,1,1,1,0.179073483,0,0.838402629,1,1,1,1,1,0.192837045,0,0.02396309,1,1,1,1,1,0.459538221,0,0.567423876,0.567378887,0.567375887
-7267,1,0.334,1,1,1,1,1,1,1,1,0.0389,0.334,0,1,0.2785,1,1,1,1,1,1,0.1123,0.2785,0,1,0.6032,1,1,1,0.3725,0.6032,0,1,1,1,1,1,0.030542087,0,0.753260016,1,1,1,1,1,0.128336877,0,0.006146074,1,1,1,1,1,0.557096303,0,0.552440793,0.55235879,0.552748227
-7268,1,0.3339,1,1,1,1,1,1,1,1,0.0822,0.3339,0,1,0.2785,1,1,1,1,1,1,0.0888,0.2785,0,1,0.6032,1,1,1,0.4267,0.6032,0,1,1,1,1,1,0.032245398,0,0.969490826,1,1,1,1,1,0.095741615,0,0.108749755,1,1,1,1,1,0.69261682,0,0.528455776,0.528453565,0.528812057
-7269,1,0.3339,1,1,1,1,1,1,1,1,0.0502,0.3339,0,1,0.2785,1,1,1,1,1,1,0.1134,0.2785,0,1,0.6033,1,1,1,0.4538,0.6033,0,1,1,1,1,1,0.043160565,0,0.913167536,1,1,1,1,1,0.115949795,0,0.019175133,1,1,1,1,1,0.673285842,0,0.487796037,0.487835837,0.487588652
-7270,1,0.3338,1,1,1,1,1,1,1,1,0.0498,0.3338,0,1,0.2785,1,1,1,1,1,1,0.1971,0.2785,0,1,0.6033,1,1,1,0.4382,0.6033,0,1,1,1,1,1,0.050773714,0,0.741939485,1,1,1,1,1,0.213879585,0,0,1,1,1,1,1,0.741165936,0,0.442967617,0.442987095,0.443262411
-7271,1,0.3337,1,1,1,1,1,1,1,1,0.0424,0.3337,0,1,0.2785,1,1,1,1,1,1,0.2035,0.2785,0,1,0.6033,1,1,1,0.465,0.6033,0,1,1,1,1,1,0.036462203,0,0.622818947,1,1,1,1,1,0.206640705,0,0.025886387,1,1,1,1,1,0.700577497,0,0.40242871,0.402369367,0.40248227
-7272,1,0.3336,1,1,1,1,1,1,1,1,0.0295,0.3336,0,1,0.2785,1,1,1,1,1,1,0.2178,0.2785,0,1,0.6034,1,1,1,0.4357,0.6034,0,1,1,1,1,1,0.067489617,0,0.594943881,1,1,1,1,1,0.241238937,0,0.035456281,1,1,1,1,1,0.675910592,0,0.375302078,0.375290882,0.375443262
-7273,1,0.3335,1,1,1,1,1,1,1,1,0.0337,0.3335,0,1,0.2785,1,1,1,1,1,1,0.1648,0.2785,0,1,0.6034,1,1,1,0.3295,0.6034,0,1,1,1,1,1,0.062732197,0,0.371890783,1,1,1,1,1,0.212252557,0,0.010941362,1,1,1,1,1,0.478672951,0,0.359896085,0.359847684,0.359929078
-7274,1,0.3335,1,1,1,1,1,1,1,1,0.0655,0.3335,0,1,0.2785,1,1,1,1,1,1,0.1875,0.2785,0,1,0.6034,1,1,1,0.3391,0.6034,0,1,1,1,1,1,0.077657849,0,0.225562528,1,1,1,1,1,0.188886881,0,0.083694771,1,1,1,1,1,0.3684479,0,0.351498308,0.351597208,0.351507092
-7275,1,0.3334,1,1,1,1,1,1,1,1,0.0842,0.3334,0,1,0.2785,1,1,1,1,1,1,0.2604,0.2785,0,1,0.6035,1,1,1,0.3373,0.6035,0,1,1,1,1,1,0.099493876,0,0.186862528,1,1,1,1,1,0.253908128,0,0.145424366,1,1,1,1,1,0.423736006,0,0.349867086,0.349904802,0.350177305
-7276,1,0.3333,1,1,1,1,1,1,1,1,0.0778,0.3333,0,1,0.2785,1,1,1,1,1,1,0.2099,0.2785,0,1,0.6035,1,1,1,0.2681,0.6035,0,1,1,1,1,1,0.102431878,0,0.151315212,1,1,1,1,1,0.219328582,0,0.386618346,1,1,1,1,1,0.469417781,0,0.359050266,0.359001481,0.359042553
-7277,1,0.3332,1,1,1,1,1,1,1,1,0.0566,0.3332,0,1,0.2784,1,1,1,1,1,1,0.1201,0.2784,0,1,0.6036,1,1,1,0.4017,0.6036,0,1,1,1,1,1,0.075917669,0,0.132796943,1,1,1,1,1,0.133459523,0,0.542251885,1,1,1,1,1,0.551035464,0,0.394333011,0.394330442,0.394503546
-7278,1,0.3331,1,1,1,1,1,1,1,1,0.0892,0.3331,0,1,0.2784,1,1,1,1,1,1,0.0675,0.2784,0,1,0.6036,1,1,1,0.4517,0.6036,0,1,1,1,1,1,0.10149318,0,0.221423537,1,1,1,1,1,0.068350948,0,0.081040576,1,1,1,1,1,0.592157602,0,0.464475592,0.464565263,0.464539007
-7279,1,0.3331,1,1,1,1,1,1,1,1,0.0762,0.3331,0.0115,1,0.2784,1,1,1,1,1,1,0.0796,0.2784,0.0077,1,0.6036,1,1,1,0.3116,0.6036,0.0099,1,1,1,1,1,0.148639128,0.010024024,0.213793516,1,1,1,1,1,0.089741655,0.06566114,0.115131944,1,1,1,1,1,0.467861652,0.117279619,0.510331078,0.510260207,0.510638298
-7280,1,0.333,1,1,1,1,1,1,1,1,0.0814,0.333,0.1885,1,0.2784,1,1,1,1,1,1,0.0352,0.2784,0.2329,1,0.6037,1,1,1,0.4063,0.6037,0.219,1,1,1,1,1,0.185938939,0.326383531,0.072961964,1,1,1,1,1,0.036203083,0.420918435,0.0901521,1,1,1,1,1,0.582145512,0.312500179,0.521689222,0.521683943,0.521719858
-7281,1,0.3329,1,1,1,1,1,1,1,1,0.0645,0.3329,0.3249,1,0.2784,1,1,1,1,1,1,0.0173,0.2784,0.4482,1,0.6037,1,1,1,0.3713,0.6037,0.3535,1,1,1,1,1,0.178081557,0.512700558,0.059622921,1,1,1,1,1,0.019468861,0.637183487,0.174312055,1,1,1,1,1,0.489434749,0.509991348,0.532382794,0.532473027,0.532358156
-7282,1,0.3328,1,1,1,1,1,1,1,1,0.0549,0.3328,0.3727,1,0.2784,1,1,1,1,1,1,0.0783,0.2784,0.4736,1,0.6037,1,1,1,0.3568,0.6037,0.3466,1,1,1,1,1,0.109456412,0.561694324,0.052818149,1,1,1,1,1,0.084929712,0.637355447,0.153418317,1,1,1,1,1,0.442600191,0.501127839,0.541384727,0.541358155,0.541666667
-7283,1,0.3327,1,1,1,1,1,1,1,1,0.0757,0.3327,0.3429,1,0.2784,1,1,1,1,1,1,0.114,0.2784,0.4387,1,0.6038,1,1,1,0.2637,0.6038,0.3495,1,1,1,1,1,0.124852665,0.558012486,0.05780264,1,1,1,1,1,0.133391768,0.637734711,0.065115705,1,1,1,1,1,0.326951206,0.544844329,0.544647173,0.544742966,0.544769504
-7284,1,0.3327,1,1,1,1,1,1,1,1,0.058,0.3327,0.3792,1,0.2784,1,1,1,1,1,1,0.1986,0.2784,0.3902,1,0.6038,1,1,1,0.2469,0.6038,0.3826,1,1,1,1,1,0.10806565,0.573829949,0.026873909,1,1,1,1,1,0.188907728,0.524944603,0.217986137,1,1,1,1,1,0.380322933,0.585767567,0.542895118,0.54283901,0.542996454
-7285,1,0.3326,1,1,1,1,1,1,1,1,0.0618,0.3326,0.3714,1,0.2784,1,1,1,1,1,1,0.1982,0.2784,0.3171,1,0.6038,1,1,1,0.2834,0.6038,0.2996,1,1,1,1,1,0.11940483,0.536277056,0.045415103,1,1,1,1,1,0.194564611,0.550224185,0.238937974,1,1,1,1,1,0.505061269,0.461791813,0.541868052,0.541781257,0.542109929
-7286,1,0.3325,1,1,1,1,1,1,1,1,0.088,0.3325,0.363,1,0.2784,1,1,1,1,1,1,0.1148,0.2784,0.3582,1,0.6039,1,1,1,0.1932,0.6039,0.2073,1,1,1,1,1,0.115859151,0.492092729,0.025409304,1,1,1,1,1,0.114600122,0.458139211,0.127850264,1,1,1,1,1,0.304703057,0.280685246,0.537336878,0.537338693,0.537677305
-7287,1,0.3324,1,1,1,1,1,1,1,1,0.1176,0.3324,0.2238,1,0.2784,1,1,1,1,1,1,0.1577,0.2784,0.215,1,0.6039,1,1,1,0.1785,0.6039,0.1241,1,1,1,1,1,0.136657119,0.361046195,0.052898273,1,1,1,1,1,0.143963814,0.290637732,0.168766499,1,1,1,1,1,0.247173786,0.199563086,0.535343161,0.535223186,0.535460993
-7288,1,0.3323,1,1,1,1,1,1,1,1,0.0972,0.3323,0.0457,1,0.2784,1,1,1,1,1,1,0.0408,0.2784,0.0341,1,0.6039,1,1,1,0.1798,0.6039,0,1,1,1,1,1,0.087307461,0.078655399,0.044897035,1,1,1,1,1,0.035822947,0.045900218,0.031759426,1,1,1,1,1,0.263274759,0.031044561,0.541686805,0.541781257,0.542109929
-7289,1,0.3323,1,1,1,1,1,1,1,1,0.0783,0.3323,0,1,0.2784,1,1,1,1,1,1,0.0055,0.2784,0,1,0.604,1,1,1,0.1909,0.604,0,1,1,1,1,1,0.065344848,0,0.01981066,1,1,1,1,1,0.014774317,0,0.030742146,1,1,1,1,1,0.307494849,0,0.556851136,0.556801354,0.556737589
-7290,1,0.3322,1,1,1,1,1,1,1,1,0.0585,0.3322,0,1,0.2784,1,1,1,1,1,1,0.0119,0.2784,0,1,0.604,1,1,1,0.141,0.604,0,1,1,1,1,1,0.069184735,0,0.006042686,1,1,1,1,1,0.023045873,0,0.026019374,1,1,1,1,1,0.256973296,0,0.567544708,0.567590438,0.567375887
-7291,1,0.3321,1,1,1,1,1,1,1,1,0.0677,0.3321,0,1,0.2784,1,1,1,1,1,1,0.0032,0.2784,0,1,0.6041,1,1,1,0.2036,0.6041,0,1,1,1,1,1,0.074447326,0,0.013197567,1,1,1,1,1,0.013801787,0,0.029626705,1,1,1,1,1,0.315902233,0,0.55582407,0.555743601,0.555851064
-7292,1,0.332,1,1,1,1,1,1,1,1,0.0546,0.332,0,1,0.2784,1,1,1,1,1,1,0.0399,0.2784,0,1,0.6041,1,1,1,0.1159,0.6041,0,1,1,1,1,1,0.048585359,0,0.023704493,1,1,1,1,1,0.042465612,0,0.069824085,1,1,1,1,1,0.178284571,0,0.542109715,0.542204358,0.542109929
-7293,1,0.3319,1,1,1,1,1,1,1,1,0.0339,0.3319,0,1,0.2784,1,1,1,1,1,1,0.0273,0.2784,0,1,0.6041,1,1,1,0.0682,0.6041,0,1,1,1,1,1,0.059184585,0,0.023845037,1,1,1,1,1,0.040474076,0,0.134043723,1,1,1,1,1,0.08326371,0,0.51099565,0.510894859,0.51108156
-7294,1,0.3319,1,1,1,1,1,1,1,1,0.0336,0.3319,0,1,0.2784,1,1,1,1,1,1,0.0026,0.2784,0,1,0.6042,1,1,1,0.0573,0.6042,0,1,1,1,1,1,0.051951278,0,0.039494902,1,1,1,1,1,0.01454349,0,0.101715714,1,1,1,1,1,0.114752531,0,0.463931851,0.463719061,0.464095745
-7295,1,0.3318,1,1,1,1,1,1,1,1,0.0668,0.3318,0,1,0.2784,1,1,1,1,1,1,0.0231,0.2784,0,1,0.6042,1,1,1,0.0456,0.6042,0,1,1,1,1,1,0.103841186,0,0.051694345,1,1,1,1,1,0.03976956,0,0.068160735,1,1,1,1,1,0.072673693,0,0.41982842,0.419716522,0.419769504
-7296,1,0.3317,1,1,1,1,1,1,1,1,0.0608,0.3317,0,1,0.2784,1,1,1,1,1,1,0.0381,0.2784,0,1,0.6042,1,1,1,0.0566,0.6042,0,1,1,1,1,1,0.093039587,0,0.069742061,1,1,1,1,1,0.055799499,0,0.212494254,1,1,1,1,1,0.065559506,0,0.390949734,0.390945631,0.390957447
-7297,1,0.3316,1,1,1,1,1,1,1,1,0.0578,0.3316,0,1,0.2784,1,1,1,1,1,1,0.0234,0.2784,0,1,0.6043,1,1,1,0.0742,0.6043,0,1,1,1,1,1,0.079295576,0,0.084193744,1,1,1,1,1,0.048974715,0,0.308834314,1,1,1,1,1,0.113781825,0,0.375724988,0.375713983,0.375443262
-7298,1,0.3315,1,1,1,1,1,1,1,1,0.0406,0.3315,0,1,0.2784,1,1,1,1,1,1,0.0098,0.2784,0,1,0.6043,1,1,1,0.0363,0.6043,0,1,1,1,1,1,0.048040967,0,0.092629977,1,1,1,1,1,0.028354459,0,0.182953149,1,1,1,1,1,0.086401798,0,0.367327211,0.367251957,0.367021277
-7299,1,0.3314,1,1,1,1,1,1,1,1,0.0181,0.3314,0,1,0.2783,1,1,1,1,1,1,0.0168,0.2783,0,1,0.6043,1,1,1,0.0213,0.6043,0,1,1,1,1,1,0.018204702,0,0.055678286,1,1,1,1,1,0.026572626,0,0.143032998,1,1,1,1,1,0.060483836,0,0.365454326,0.365559552,0.365248227
-7300,1,0.3314,1,1,1,1,1,1,1,1,0.0483,0.3314,0,1,0.2783,1,1,1,1,1,1,0.0361,0.2783,0,1,0.6044,1,1,1,0.0286,0.6044,0,1,1,1,1,1,0.05619666,0,0.096354276,1,1,1,1,1,0.050689258,0,0.260929078,1,1,1,1,1,0.048081271,0,0.376147898,0.375925534,0.375886525
-7301,1,0.3313,1,1,1,1,1,1,1,1,0.0551,0.3313,0,1,0.2783,1,1,1,1,1,1,0.0407,0.2783,0,1,0.6044,1,1,1,0.0519,0.6044,0,1,1,1,1,1,0.047742896,0,0.114460275,1,1,1,1,1,0.073935136,0,0.235841125,1,1,1,1,1,0.078499474,0,0.414028516,0.414004654,0.414007092
-7302,1,0.3312,1,1,1,1,1,1,1,1,0.0566,0.3312,0,1,0.2783,1,1,1,1,1,1,0.0351,0.2783,0,1,0.6045,1,1,1,0.0245,0.6045,0,1,1,1,1,1,0.03257715,0,0.180992991,1,1,1,1,1,0.070418119,0,0.224667281,1,1,1,1,1,0.044108897,0,0.488037699,0.488047387,0.488031915
-7303,1,0.3311,1,1,1,1,1,1,1,1,0.0559,0.3311,0.0734,1,0.2783,1,1,1,1,1,1,0.0416,0.2783,0.0582,1,0.6045,1,1,1,0.0346,0.6045,0.0337,1,1,1,1,1,0.033484161,0.114436835,0.33767578,1,1,1,1,1,0.057273265,0.0880187,0.171190068,1,1,1,1,1,0.064590618,0.03497614,0.53340986,0.533530781,0.533687943
-7304,1,0.331,1,1,1,1,1,1,1,1,0.037,0.331,0.2901,1,0.2783,1,1,1,1,1,1,0.0272,0.2783,0.2442,1,0.6045,1,1,1,0.0335,0.6045,0.1099,1,1,1,1,1,0.022538928,0.43829602,0.257044345,1,1,1,1,1,0.023063522,0.336998105,0.070991367,1,1,1,1,1,0.04184575,0.296952009,0.541263896,0.541146605,0.541223404
-7305,1,0.331,1,1,1,1,1,1,1,1,0.0168,0.331,0.4471,1,0.2783,1,1,1,1,1,1,0.0038,0.2783,0.3923,1,0.6046,1,1,1,0.0385,0.6046,0.203,1,1,1,1,1,0.01037206,0.557308912,0.1935516,1,1,1,1,1,0.003099907,0.558782458,0.068589531,1,1,1,1,1,0.056802433,0.534816206,0.547909618,0.547916226,0.548315603
-7306,1,0.3309,1,1,1,1,1,1,1,1,0.0437,0.3309,0.5471,1,0.2783,1,1,1,1,1,1,0.0176,0.2783,0.495,1,0.6046,1,1,1,0.076,0.6046,0.2266,1,1,1,1,1,0.022184361,0.686281204,0.390651345,1,1,1,1,1,0.019176042,0.618979514,0.383332968,1,1,1,1,1,0.11180827,0.652474582,0.552803287,0.552781891,0.552748227
-7307,1,0.3308,1,1,1,1,1,1,1,1,0.0429,0.3308,0.549,1,0.2783,1,1,1,1,1,1,0.0596,0.2783,0.4526,1,0.6046,1,1,1,0.0886,0.6046,0.3389,1,1,1,1,1,0.023309488,0.706366062,0.778036892,1,1,1,1,1,0.061632499,0.651177049,0.78785795,1,1,1,1,1,0.171463937,0.73610878,0.55262204,0.552570341,0.552748227
-7308,1,0.3307,1,1,1,1,1,1,1,1,0.0636,0.3307,0.5449,1,0.2783,1,1,1,1,1,1,0.1294,0.2783,0.415,1,0.6047,1,1,1,0.0357,0.6047,0.3406,1,1,1,1,1,0.034783583,0.625540733,0.867539406,1,1,1,1,1,0.116864003,0.579218626,0.794501662,1,1,1,1,1,0.097420417,0.78710413,0.549238763,0.54918553,0.549202128
-7309,1,0.3306,1,1,1,1,1,1,1,1,0.0912,0.3306,0.4781,1,0.2783,1,1,1,1,1,1,0.119,0.2783,0.3552,1,0.6047,1,1,1,0.0407,0.6047,0.3249,1,1,1,1,1,0.047299489,0.539579213,0.846186221,1,1,1,1,1,0.11621584,0.444655687,0.611903131,1,1,1,1,1,0.091472745,0.767046392,0.547426293,0.547493125,0.547429078
-7310,1,0.3306,1,1,1,1,1,1,1,1,0.097,0.3306,0.3486,1,0.2783,1,1,1,1,1,1,0.0831,0.2783,0.2542,1,0.6047,1,1,1,0.0153,0.6047,0.2801,1,1,1,1,1,0.058121823,0.393119097,0.509732723,1,1,1,1,1,0.083935201,0.437485248,0.596047938,1,1,1,1,1,0.020917036,0.689762592,0.542290962,0.542204358,0.542109929
-7311,1,0.3305,1,1,1,1,1,1,1,1,0.0776,0.3305,0.2182,1,0.2783,1,1,1,1,1,1,0.0205,0.2783,0.1653,1,0.6048,1,1,1,0.0208,0.6048,0.1902,1,1,1,1,1,0.037699718,0.254913688,0.490590304,1,1,1,1,1,0.026113771,0.308257133,0.686289549,1,1,1,1,1,0.021934504,0.489158005,0.540599323,0.540723503,0.540780142
-7312,1,0.3304,1,1,1,1,1,1,1,1,0.043,0.3304,0.0212,1,0.2783,1,1,1,1,1,1,0.047,0.2783,0.0178,1,0.6048,1,1,1,0.0212,0.6048,0.0005,1,1,1,1,1,0.012189576,0.029676538,0.659445047,1,1,1,1,1,0.065786824,0.016277306,0.575713873,1,1,1,1,1,0.060518563,0.084371462,0.550205413,0.550243283,0.550531915
-7313,1,0.3303,1,1,1,1,1,1,1,1,0.0293,0.3303,0,1,0.2783,1,1,1,1,1,1,0.0718,0.2783,0,1,0.6048,1,1,1,0.0159,0.6048,0,1,1,1,1,1,0.011538558,0,0.376821131,1,1,1,1,1,0.067367256,0,0.219223589,1,1,1,1,1,0.060902908,0,0.581259062,0.581341231,0.581560284
-7314,1,0.3302,1,1,1,1,1,1,1,1,0.0201,0.3302,0,1,0.2783,1,1,1,1,1,1,0.0357,0.2783,0,1,0.6049,1,1,1,0.0229,0.6049,0,1,1,1,1,1,0.022102874,0,0.258107364,1,1,1,1,1,0.036431782,0,0.377322525,1,1,1,1,1,0.055501364,0,0.608083615,0.607996615,0.608156028
-7315,1,0.3302,1,1,1,1,1,1,1,1,0.0672,0.3302,0,1,0.2783,1,1,1,1,1,1,0.0204,0.2783,0,1,0.6049,1,1,1,0.05,0.6049,0,1,1,1,1,1,0.07250914,0,0.485996664,1,1,1,1,1,0.03635405,0,0.443301082,1,1,1,1,1,0.078978948,0,0.597933784,0.597842183,0.597960993
-7316,1,0.3301,1,1,1,1,1,1,1,1,0.0701,0.3301,0,1,0.2783,1,1,1,1,1,1,0.0067,0.2783,0,1,0.605,1,1,1,0.0576,0.605,0,1,1,1,1,1,0.110121623,0,0.48902604,1,1,1,1,1,0.031169843,0,0.797014475,1,1,1,1,1,0.060039669,0,0.573948768,0.573936958,0.574024823
-7317,1,0.33,1,1,1,1,1,1,1,1,0.1178,0.33,0,1,0.2783,1,1,1,1,1,1,0.0253,0.2783,0,1,0.605,1,1,1,0.0423,0.605,0,1,1,1,1,1,0.129461452,0,0.459577352,1,1,1,1,1,0.050211485,0,0.851293445,1,1,1,1,1,0.067196369,0,0.534859836,0.534800085,0.53501773
-7318,1,0.3299,1,1,1,1,1,1,1,1,0.1321,0.3299,0,1,0.2783,1,1,1,1,1,1,0.0727,0.2783,0,1,0.605,1,1,1,0.0297,0.605,0,1,1,1,1,1,0.122727633,0,0.322514594,1,1,1,1,1,0.089552835,0,0.701404274,1,1,1,1,1,0.071373112,0,0.482781537,0.482758621,0.483156028
-7319,1,0.3298,1,1,1,1,1,1,1,1,0.1258,0.3298,0,1,0.2783,1,1,1,1,1,1,0.0814,0.2783,0,1,0.6051,1,1,1,0.0347,0.6051,0,1,1,1,1,1,0.096954554,0,0.224832714,1,1,1,1,1,0.091020867,0,0.374320418,1,1,1,1,1,0.106788576,0,0.436261479,0.436217474,0.436613475
-7320,1,0.3298,1,1,1,1,1,1,1,1,0.1481,0.3298,0,1,0.2783,1,1,1,1,1,1,0.113,0.2783,0,1,0.6051,1,1,1,0.0626,0.6051,0,1,1,1,1,1,0.125494346,0,0.148622513,1,1,1,1,1,0.129157513,0,0.24511075,1,1,1,1,1,0.127949387,0,0.40381827,0.403850222,0.403812057
-7321,1,0.3297,1,1,1,1,1,1,1,1,0.0957,0.3297,0,1,0.2782,1,1,1,1,1,1,0.1066,0.2782,0,1,0.6051,1,1,1,0.0487,0.6051,0,1,1,1,1,1,0.092415333,0,0.089125231,1,1,1,1,1,0.127917245,0,0.263274342,1,1,1,1,1,0.139702961,0,0.385935234,0.385868415,0.38608156
-7322,1,0.3296,1,1,1,1,1,1,1,1,0.0885,0.3296,0,1,0.2782,1,1,1,1,1,1,0.0973,0.2782,0,1,0.6052,1,1,1,0.0504,0.6052,0,1,1,1,1,1,0.079181693,0,0.078722626,1,1,1,1,1,0.124189928,0,0.332902908,1,1,1,1,1,0.130421326,0,0.376147898,0.376137085,0.375886525
-7323,1,0.3295,1,1,1,1,1,1,1,1,0.0833,0.3295,0,1,0.2782,1,1,1,1,1,1,0.0667,0.2782,0,1,0.6052,1,1,1,0.0672,0.6052,0,1,1,1,1,1,0.069897324,0,0.059932448,1,1,1,1,1,0.127586991,0,0.37203145,1,1,1,1,1,0.115959547,0,0.374154181,0.374021578,0.374113475
-7324,1,0.3294,1,1,1,1,1,1,1,1,0.1232,0.3294,0,1,0.2782,1,1,1,1,1,1,0.0722,0.2782,0,1,0.6052,1,1,1,0.0552,0.6052,0,1,1,1,1,1,0.136801988,0,0.077506781,1,1,1,1,1,0.124594375,0,0.7811414,1,1,1,1,1,0.081334256,0,0.38418318,0.38417601,0.383865248
-7325,1,0.3294,1,1,1,1,1,1,1,1,0.0847,0.3294,0,1,0.2782,1,1,1,1,1,1,0.0925,0.2782,0,1,0.6053,1,1,1,0.0392,0.6053,0,1,1,1,1,1,0.115958646,0,0.057304557,1,1,1,1,1,0.132810324,0,0.690869689,1,1,1,1,1,0.061564714,0,0.422426293,0.422466681,0.422429078
-7326,1,0.3293,1,1,1,1,1,1,1,1,0.0881,0.3293,0,1,0.2782,1,1,1,1,1,1,0.047,0.2782,0,1,0.6053,1,1,1,0.0333,0.6053,0,1,1,1,1,1,0.132008314,0,0.031119093,1,1,1,1,1,0.073333345,0,0.261075675,1,1,1,1,1,0.061935961,0,0.49722088,0.497144066,0.497340426
-7327,1,0.3292,1,1,1,1,1,1,1,1,0.0631,0.3292,0.0442,1,0.2782,1,1,1,1,1,1,0.024,0.2782,0.0115,1,0.6053,1,1,1,0.0175,0.6053,0.0621,1,1,1,1,1,0.066206522,0.09428522,0.051167995,1,1,1,1,1,0.035452366,0.110010803,0.29329899,1,1,1,1,1,0.018349342,0.230331734,0.54579507,0.545800719,0.546099291
-7328,1,0.3291,1,1,1,1,1,1,1,1,0.0824,0.3291,0.2029,1,0.2782,1,1,1,1,1,1,0.0411,0.2782,0.1797,1,0.6054,1,1,1,0.0116,0.6054,0.2796,1,1,1,1,1,0.092572927,0.296897441,0.05268386,1,1,1,1,1,0.043204084,0.343160629,0.334870934,1,1,1,1,1,0.008882446,0.450388819,0.555038666,0.554897398,0.554964539
-7329,1,0.329,1,1,1,1,1,1,1,1,0.0894,0.329,0.2873,1,0.2782,1,1,1,1,1,1,0.029,0.2782,0.2654,1,0.6054,1,1,1,0.0031,0.6054,0.37,1,1,1,1,1,0.076814912,0.406430751,0.024222035,1,1,1,1,1,0.035045393,0.515980184,0.412863135,1,1,1,1,1,0.001249084,0.521548092,0.561261479,0.561243918,0.561170213
-7330,1,0.3289,1,1,1,1,1,1,1,1,0.1186,0.3289,0.3191,1,0.2782,1,1,1,1,1,1,0.1151,0.2782,0.3097,1,0.6055,1,1,1,0.0047,0.6055,0.443,1,1,1,1,1,0.143893898,0.473015726,0.032910053,1,1,1,1,1,0.116329595,0.581877053,0.213298172,1,1,1,1,1,0.001890809,0.56193608,0.565792653,0.565686482,0.565602837
-7331,1,0.3289,1,1,1,1,1,1,1,1,0.1701,0.3289,0.3298,1,0.2782,1,1,1,1,1,1,0.2513,0.2782,0.3742,1,0.6055,1,1,1,0.0074,0.6055,0.418,1,1,1,1,1,0.238615006,0.535196781,0.032810669,1,1,1,1,1,0.261954546,0.648541152,0.419215441,1,1,1,1,1,0.003649992,0.61109364,0.56138231,0.561455469,0.561170213
-7332,1,0.3288,1,1,1,1,1,1,1,1,0.1095,0.3288,0.3256,1,0.2782,1,1,1,1,1,1,0.1449,0.2782,0.4562,1,0.6055,1,1,1,0.0068,0.6055,0.4299,1,1,1,1,1,0.171095952,0.51851517,0.07867609,1,1,1,1,1,0.177591383,0.610016882,0.497661799,1,1,1,1,1,0.008717251,0.594978154,0.556609473,0.556589803,0.556737589
-7333,1,0.3287,1,1,1,1,1,1,1,1,0.0965,0.3287,0.3173,1,0.2782,1,1,1,1,1,1,0.1767,0.2782,0.4487,1,0.6056,1,1,1,0.0119,0.6056,0.4038,1,1,1,1,1,0.159124076,0.479898483,0.110803783,1,1,1,1,1,0.216454834,0.624507427,0.2686961,1,1,1,1,1,0.02676025,0.58066684,0.555763654,0.555743601,0.555851064
-7334,1,0.3286,1,1,1,1,1,1,1,1,0.1337,0.3286,0.2735,1,0.2782,1,1,1,1,1,1,0.1767,0.2782,0.3992,1,0.6056,1,1,1,0.0392,0.6056,0.3395,1,1,1,1,1,0.189337641,0.440821379,0.170413807,1,1,1,1,1,0.240029246,0.579936266,0.426885873,1,1,1,1,1,0.072097532,0.483587503,0.550326245,0.550243283,0.550531915
-7335,1,0.3285,1,1,1,1,1,1,1,1,0.1236,0.3285,0.1964,1,0.2782,1,1,1,1,1,1,0.4458,0.2782,0.2977,1,0.6056,1,1,1,0.0647,0.6056,0.2129,1,1,1,1,1,0.204794362,0.320795566,0.142324015,1,1,1,1,1,0.41800338,0.491487235,0.667486429,1,1,1,1,1,0.112762369,0.257333845,0.54718463,0.547070023,0.547429078
-7336,1,0.3285,1,1,1,1,1,1,1,1,0.1236,0.3285,0.0354,1,0.2782,1,1,1,1,1,1,0.4414,0.2782,0.1002,1,0.6057,1,1,1,0.1082,0.6057,0.0006,1,1,1,1,1,0.208326399,0.089310281,0.159224346,1,1,1,1,1,0.429748714,0.242721409,0.784589827,1,1,1,1,1,0.209294543,0.00480422,0.556126148,0.556166702,0.556294326
-7337,1,0.3284,1,1,1,1,1,1,1,1,0.088,0.3284,0,1,0.2782,1,1,1,1,1,1,0.1828,0.2782,0,1,0.6057,1,1,1,0.0729,0.6057,0,1,1,1,1,1,0.132895365,0,0.4740569,1,1,1,1,1,0.215629846,0,0.980345845,1,1,1,1,1,0.167228714,0,0.581621556,0.581764333,0.582003546
-7338,1,0.3283,1,1,1,1,1,1,1,1,0.1547,0.3283,0,1,0.2782,1,1,1,1,1,1,0.2401,0.2782,0,1,0.6057,1,1,1,0.0896,0.6057,0,1,1,1,1,1,0.193453461,0,0.325420767,1,1,1,1,1,0.322025478,0,1,1,1,1,1,1,0.194915995,0,0.601981634,0.601861646,0.601950355
-7339,1,0.3282,1,1,1,1,1,1,1,1,0.1853,0.3282,0,1,0.2782,1,1,1,1,1,1,0.3332,0.2782,0,1,0.6058,1,1,1,0.0733,0.6058,0,1,1,1,1,1,0.266613066,0,0.106088974,1,1,1,1,1,0.346834719,0,1,1,1,1,1,1,0.139521927,0,0.587602707,0.587687751,0.587765957
-7340,1,0.3281,1,1,1,1,1,1,1,1,0.1426,0.3281,0,1,0.2782,1,1,1,1,1,1,0.4064,0.2782,0,1,0.6058,1,1,1,0.0786,0.6058,0,1,1,1,1,1,0.232480019,0,0.270385414,1,1,1,1,1,0.397743851,0,1,1,1,1,1,1,0.159660324,0,0.565611406,0.565686482,0.565602837
-7341,1,0.3281,1,1,1,1,1,1,1,1,0.1814,0.3281,0,1,0.2782,1,1,1,1,1,1,0.5072,0.2782,0,1,0.6058,1,1,1,0.0815,0.6058,0,1,1,1,1,1,0.330179691,0,0.387609571,1,1,1,1,1,0.511977553,0,1,1,1,1,1,1,0.14186269,0,0.534436926,0.534376983,0.534574468
-7342,1,0.328,1,1,1,1,1,1,1,1,0.225,0.328,0,1,0.2782,1,1,1,1,1,1,0.3587,0.2782,0,1,0.6059,1,1,1,0.1821,0.6059,0,1,1,1,1,1,0.329152286,0,0.628278732,1,1,1,1,1,0.347385257,0,1,1,1,1,1,1,0.29167977,0,0.491964717,0.491855299,0.492021277
-7343,1,0.3279,1,1,1,1,1,1,1,1,0.2288,0.3279,0,1,0.2781,1,1,1,1,1,1,0.2697,0.2781,0,1,0.6059,1,1,1,0.2152,0.6059,0,1,1,1,1,1,0.252433479,0,0.828036785,1,1,1,1,1,0.291230321,0,1,1,1,1,1,1,0.366336405,0,0.448042533,0.448064311,0.448138298
-7344,1,0.3278,1,1,1,1,1,1,1,1,0.1759,0.3278,0,1,0.2781,1,1,1,1,1,1,0.2274,0.2781,0,1,0.606,1,1,1,0.2966,0.606,0,1,1,1,1,1,0.242604569,0,0.839783669,1,1,1,1,1,0.253498197,0,1,1,1,1,1,1,0.493758529,0,0.414693088,0.414639306,0.414893617
-7345,1,0.3277,1,1,1,1,1,1,1,1,0.2389,0.3277,0,1,0.2781,1,1,1,1,1,1,0.2344,0.2781,0,1,0.606,1,1,1,0.2457,0.606,0,1,1,1,1,1,0.267311156,0,0.854756713,1,1,1,1,1,0.272490501,0,1,1,1,1,1,1,0.432884097,0,0.394151764,0.394118891,0.394503546
-7346,1,0.3277,1,1,1,1,1,1,1,1,0.3,0.3277,0,1,0.2781,1,1,1,1,1,1,0.4087,0.2781,0,1,0.606,1,1,1,0.283,0.606,0,1,1,1,1,1,0.321014792,0,0.888383508,1,1,1,1,1,0.390102208,0,1,1,1,1,1,1,0.527390063,0,0.384243596,0.38417601,0.384308511
-7347,1,0.3276,1,1,1,1,1,1,1,1,0.4013,0.3276,0,1,0.2781,1,1,1,1,1,1,0.5157,0.2781,0,1,0.6061,1,1,1,0.275,0.6061,0,1,1,1,1,1,0.42009598,0,0.981478214,1,1,1,1,1,0.491911471,0,1,1,1,1,1,1,0.523473263,0,0.37959159,0.379733446,0.379875887
-7348,1,0.3275,1,1,1,1,1,1,1,1,0.4611,0.3275,0,1,0.2781,1,1,1,1,1,1,0.4895,0.2781,0,1,0.6061,1,1,1,0.3052,0.6061,0,1,1,1,1,1,0.455897093,0,0.986465335,1,1,1,1,1,0.461954951,0,1,1,1,1,1,1,0.563381314,0,0.382672789,0.382695155,0.382535461
-7349,1,0.3274,1,1,1,1,1,1,1,1,0.3634,0.3274,0,1,0.2781,1,1,1,1,1,1,0.4836,0.2781,0,1,0.6061,1,1,1,0.3372,0.6061,0,1,1,1,1,1,0.413044006,0,1,1,1,1,1,1,0.455098152,0,1,1,1,1,1,1,0.589744508,0,0.397655872,0.397715253,0.397606383
-7350,1,0.3273,1,1,1,1,1,1,1,1,0.3263,0.3273,0,1,0.2781,1,1,1,1,1,1,0.3308,0.2781,0,1,0.6062,1,1,1,0.3733,0.6062,0,1,1,1,1,1,0.425187707,0,0.843620062,1,1,1,1,1,0.311289668,0,1,1,1,1,1,1,0.617980063,0,0.428769937,0.428813201,0.428634752
-7351,1,0.3273,1,1,1,1,1,1,1,1,0.3031,0.3273,0.0734,1,0.2781,1,1,1,1,1,1,0.3112,0.2781,0.103,1,0.6062,1,1,1,0.3706,0.6062,0.0494,1,1,1,1,1,0.375332355,0.201651052,0.781471848,1,1,1,1,1,0.273876011,0.240871787,1,1,1,1,1,1,0.629938304,0.171837524,0.46242146,0.462449757,0.462322695
-7352,1,0.3272,1,1,1,1,1,1,1,1,0.2841,0.3272,0.2972,1,0.2781,1,1,1,1,1,1,0.7207,0.2781,0.3518,1,0.6062,1,1,1,0.3488,0.6062,0.1862,1,1,1,1,1,0.361528814,0.520689785,0.91106987,1,1,1,1,1,0.531680465,0.581511736,0.998743534,1,1,1,1,1,0.629862249,0.388530433,0.495287579,0.49524011,0.495567376
-7353,1,0.3271,1,1,1,1,1,1,1,1,0.302,0.3271,0.4716,1,0.2781,1,1,1,1,1,1,0.7222,0.2781,0.5161,1,0.6063,1,1,1,0.3168,0.6063,0.2738,1,1,1,1,1,0.44074595,0.714058518,0.859377861,1,1,1,1,1,0.665077388,0.762073815,1,1,1,1,1,1,0.55544436,0.481088132,0.518366361,0.518299133,0.518617021
-7354,1,0.327,1,1,1,1,1,1,1,1,0.2923,0.327,0.5682,1,0.2781,1,1,1,1,1,1,0.6888,0.2781,0.6371,1,0.6063,1,1,1,0.3413,0.6063,0.3342,1,1,1,1,1,0.441059887,0.794052839,0.808316112,1,1,1,1,1,0.632206619,0.838993073,0.996685863,1,1,1,1,1,0.575419664,0.493261635,0.525918318,0.525914957,0.526152482
-7355,1,0.3269,1,1,1,1,1,1,1,1,0.2636,0.3269,0.6029,1,0.2781,1,1,1,1,1,1,0.6698,0.2781,0.68,1,0.6063,1,1,1,0.4583,0.6063,0.3206,1,1,1,1,1,0.438694656,0.83410877,0.386046052,1,1,1,1,1,0.604508102,0.862732887,0.630793273,1,1,1,1,1,0.720409393,0.455927551,0.523260029,0.523164798,0.523492908
-7356,1,0.3269,1,1,1,1,1,1,1,1,0.2255,0.3269,0.634,1,0.2781,1,1,1,1,1,1,0.5976,0.2781,0.6761,1,0.6064,1,1,1,0.4197,0.6064,0.3511,1,1,1,1,1,0.386806101,0.864639342,0.22332941,1,1,1,1,1,0.611699522,0.797299266,0.429999202,1,1,1,1,1,0.689236462,0.487859577,0.516433059,0.516606727,0.516843972
-7357,1,0.3268,1,1,1,1,1,1,1,1,0.1735,0.3268,0.6112,1,0.2781,1,1,1,1,1,1,0.5652,0.2781,0.6272,1,0.6064,1,1,1,0.416,0.6064,0.3191,1,1,1,1,1,0.338924319,0.824599743,0.135201797,1,1,1,1,1,0.575855076,0.723060846,0.435963631,1,1,1,1,1,0.669473588,0.626777887,0.507310295,0.507298498,0.507535461
-7358,1,0.3267,1,1,1,1,1,1,1,1,0.195,0.3267,0.4913,1,0.2781,1,1,1,1,1,1,0.6629,0.2781,0.5039,1,0.6065,1,1,1,0.4344,0.6065,0.2377,1,1,1,1,1,0.373072147,0.71937418,0.214079335,1,1,1,1,1,0.672316313,0.609170735,0.482041925,1,1,1,1,1,0.673885465,0.66616708,0.500181247,0.500105775,0.5
-7359,1,0.3266,1,1,1,1,1,1,1,1,0.3159,0.3266,0.3024,1,0.2781,1,1,1,1,1,1,0.7227,0.2781,0.3288,1,0.6065,1,1,1,0.4417,0.6065,0.188,1,1,1,1,1,0.502659142,0.474930316,0.203534335,1,1,1,1,1,0.740856171,0.434147865,0.598433018,1,1,1,1,1,0.660483122,0.491997987,0.497462542,0.497355617,0.497783688
-7360,1,0.3265,1,1,1,1,1,1,1,1,0.3396,0.3265,0.0796,1,0.2781,1,1,1,1,1,1,0.6512,0.2781,0.115,1,0.6065,1,1,1,0.4125,0.6065,0.004,1,1,1,1,1,0.420402586,0.199075371,0.235194594,1,1,1,1,1,0.592995107,0.236966491,0.816184282,1,1,1,1,1,0.66705817,0.122218549,0.509424843,0.509414005,0.509751773
-7361,1,0.3265,1,1,1,1,1,1,1,1,0.3749,0.3265,0,1,0.2781,1,1,1,1,1,1,0.6595,0.2781,0,1,0.6066,1,1,1,0.4372,0.6066,0,1,1,1,1,1,0.40491882,0,0.509952188,1,1,1,1,1,0.597439945,0,1,1,1,1,1,1,0.687626958,0,0.542472209,0.542627459,0.542553191
-7362,1,0.3264,1,1,1,1,1,1,1,1,0.4045,0.3264,0,1,0.2781,1,1,1,1,1,1,0.7011,0.2781,0,1,0.6066,1,1,1,0.5096,0.6066,0,1,1,1,1,1,0.478089303,0,0.520820737,1,1,1,1,1,0.621022642,0,1,1,1,1,1,1,0.717476547,0,0.572317545,0.572244553,0.572251773
-7363,1,0.3263,1,1,1,1,1,1,1,1,0.454,0.3263,0,1,0.2781,1,1,1,1,1,1,0.693,0.2781,0,1,0.6066,1,1,1,0.506,0.6066,0,1,1,1,1,1,0.594963431,0,0.767642081,1,1,1,1,1,0.610978186,0,1,1,1,1,1,1,0.68991971,0,0.560173997,0.560186165,0.560283688
-7364,1,0.3262,1,1,1,1,1,1,1,1,0.4549,0.3262,0,1,0.2781,1,1,1,1,1,1,0.7096,0.2781,0,1,0.6067,1,1,1,0.5846,0.6067,0,1,1,1,1,1,0.674858272,0,0.792706013,1,1,1,1,1,0.671921611,0,1,1,1,1,1,1,0.793697059,0,0.54301595,0.543050561,0.542996454
-7365,1,0.3261,1,1,1,1,1,1,1,1,0.4334,0.3261,0,1,0.278,1,1,1,1,1,1,0.6552,0.278,0,1,0.6067,1,1,1,0.5404,0.6067,0,1,1,1,1,1,0.641974688,0,0.809876621,1,1,1,1,1,0.596607089,0,1,1,1,1,1,1,0.731911778,0,0.517762204,0.517664481,0.517730496
-7366,1,0.326,1,1,1,1,1,1,1,1,0.4417,0.326,0,1,0.278,1,1,1,1,1,1,0.5179,0.278,0,1,0.6067,1,1,1,0.5581,0.6067,0,1,1,1,1,1,0.548826456,0,0.864600778,1,1,1,1,1,0.449807256,0,1,1,1,1,1,1,0.771939874,0,0.483869019,0.483816374,0.484042553
-7367,1,0.326,1,1,1,1,1,1,1,1,0.5507,0.326,0,1,0.278,1,1,1,1,1,1,0.5916,0.278,0,1,0.6068,1,1,1,0.52,0.6068,0,1,1,1,1,1,0.644421458,0,0.866050184,1,1,1,1,1,0.543752432,0,1,1,1,1,1,1,0.767312825,0,0.44822378,0.448275862,0.448138298
-7368,1,0.3259,1,1,1,1,1,1,1,1,0.5251,0.3259,0,1,0.278,1,1,1,1,1,1,0.7448,0.278,0,1,0.6068,1,1,1,0.5236,0.6068,0,1,1,1,1,1,0.650528431,0,0.922763228,1,1,1,1,1,0.656015456,0,1,1,1,1,1,1,0.753917813,0,0.415659739,0.415697059,0.415780142
-7369,1,0.3258,1,1,1,1,1,1,1,1,0.542,0.3258,0,1,0.278,1,1,1,1,1,1,0.8269,0.278,0,1,0.6069,1,1,1,0.5035,0.6069,0,1,1,1,1,1,0.643303752,0,0.913722038,1,1,1,1,1,0.728305578,0,1,1,1,1,1,1,0.716150284,0,0.38919768,0.389253226,0.389184397
-7370,1,0.3257,1,1,1,1,1,1,1,1,0.5387,0.3257,0,1,0.278,1,1,1,1,1,1,0.8013,0.278,0,1,0.6069,1,1,1,0.5512,0.6069,0,1,1,1,1,1,0.664980888,0,0.956735015,1,1,1,1,1,0.710026622,0,1,1,1,1,1,1,0.734883428,0,0.377658289,0.377617939,0.377659574
-7371,1,0.3256,1,1,1,1,1,1,1,1,0.5107,0.3256,0,1,0.278,1,1,1,1,1,1,0.7084,0.278,0,1,0.6069,1,1,1,0.4682,0.6069,0,1,1,1,1,1,0.627266109,0,1,1,1,1,1,1,0.652953506,0,0.978297174,1,1,1,1,1,0.653154314,0,0.377054132,0.376983287,0.377216312
-7372,1,0.3256,1,1,1,1,1,1,1,1,0.4991,0.3256,0,1,0.278,1,1,1,1,1,1,0.7121,0.278,0,1,0.607,1,1,1,0.4175,0.607,0,1,1,1,1,1,0.600744784,0,1,1,1,1,1,1,0.670439243,0,0.91421783,1,1,1,1,1,0.647561312,0,0.383639439,0.383752909,0.383865248
-7373,1,0.3255,1,1,1,1,1,1,1,1,0.4952,0.3255,0,1,0.278,1,1,1,1,1,1,0.644,0.278,0,1,0.607,1,1,1,0.4524,0.607,0,1,1,1,1,1,0.602394581,0,0.985444546,1,1,1,1,1,0.644953191,0,0.832792401,1,1,1,1,1,0.673518062,0,0.400012083,0.40004231,0.400265957
-7374,1,0.3254,1,1,1,1,1,1,1,1,0.4831,0.3254,0,1,0.278,1,1,1,1,1,1,0.4819,0.278,0,1,0.607,1,1,1,0.4974,0.607,0,1,1,1,1,1,0.589659333,0,0.709368825,1,1,1,1,1,0.486203969,0,0.570697665,1,1,1,1,1,0.69528681,0,0.423211696,0.423101333,0.423315603
-7375,1,0.3253,1,1,1,1,1,1,1,1,0.4132,0.3253,0.1222,1,0.278,1,1,1,1,1,1,0.44,0.278,0.1248,1,0.6071,1,1,1,0.455,0.6071,0.0589,1,1,1,1,1,0.539259195,0.256983697,0.349351734,1,1,1,1,1,0.425944746,0.287525296,0.339589268,1,1,1,1,1,0.623390734,0.294418454,0.45698405,0.456949439,0.457003546
-7376,1,0.3252,1,1,1,1,1,1,1,1,0.3951,0.3252,0.3693,1,0.278,1,1,1,1,1,1,0.6287,0.278,0.3734,1,0.6071,1,1,1,0.4999,0.6071,0.2605,1,1,1,1,1,0.578279376,0.619954705,0.425221711,1,1,1,1,1,0.488367617,0.636921763,0.329103917,1,1,1,1,1,0.700415552,0.643077374,0.490635573,0.490585995,0.490691489
-7377,1,0.3252,1,1,1,1,1,1,1,1,0.4111,0.3252,0.5472,1,0.278,1,1,1,1,1,1,0.6394,0.278,0.5558,1,0.6071,1,1,1,0.5697,0.6071,0.3815,1,1,1,1,1,0.56948787,0.80671382,0.450251877,1,1,1,1,1,0.503410399,0.851415694,0.250893205,1,1,1,1,1,0.731288552,0.839499056,0.507068632,0.506875397,0.507092199
-7378,1,0.3251,1,1,1,1,1,1,1,1,0.2016,0.3251,0.6611,1,0.278,1,1,1,1,1,1,0.5005,0.278,0.678,1,0.6072,1,1,1,0.5926,0.6072,0.4763,1,1,1,1,1,0.356319457,0.875398934,0.302123755,1,1,1,1,1,0.418678284,0.95015955,0.112504199,1,1,1,1,1,0.767055333,0.919020414,0.509001933,0.508990903,0.508865248
-7379,1,0.325,1,1,1,1,1,1,1,1,0.161,0.325,0.6554,1,0.278,1,1,1,1,1,1,0.2538,0.278,0.7017,1,0.6072,1,1,1,0.5768,0.6072,0.5155,1,1,1,1,1,0.288462251,0.836866319,0.352226555,1,1,1,1,1,0.235647425,0.991672814,0.096802361,1,1,1,1,1,0.732206762,0.939890742,0.507310295,0.507298498,0.507535461
-7380,1,0.3249,1,1,1,1,1,1,1,1,0.1118,0.3249,0.6543,1,0.278,1,1,1,1,1,1,0.2851,0.278,0.6992,1,0.6072,1,1,1,0.4641,0.6072,0.5119,1,1,1,1,1,0.200991929,0.826117218,0.194614917,1,1,1,1,1,0.260407239,0.986885071,0.104725912,1,1,1,1,1,0.67018187,0.904188156,0.504108265,0.504125238,0.504432624
-7381,1,0.3248,1,1,1,1,1,1,1,1,0.1003,0.3248,0.6434,1,0.278,1,1,1,1,1,1,0.2977,0.278,0.6796,1,0.6073,1,1,1,0.4039,0.6073,0.4693,1,1,1,1,1,0.187170208,0.80471313,0.129538283,1,1,1,1,1,0.251190245,0.94869113,0.032031417,1,1,1,1,1,0.574585021,0.883812189,0.50042291,0.500528877,0.500443262
-7382,1,0.3248,1,1,1,1,1,1,1,1,0.1396,0.3248,0.5225,1,0.278,1,1,1,1,1,1,0.3787,0.278,0.5686,1,0.6073,1,1,1,0.4979,0.6073,0.3724,1,1,1,1,1,0.258198321,0.721895158,0.018131256,1,1,1,1,1,0.319509268,0.828003526,0.021203142,1,1,1,1,1,0.729780793,0.760793805,0.498972934,0.499048022,0.499113475
-7383,1,0.3247,1,1,1,1,1,1,1,1,0.1284,0.3247,0.3333,1,0.278,1,1,1,1,1,1,0.3103,0.278,0.3868,1,0.6074,1,1,1,0.5082,0.6074,0.2154,1,1,1,1,1,0.231026739,0.541387141,0.012854782,1,1,1,1,1,0.261124343,0.623019755,0.018976178,1,1,1,1,1,0.748007953,0.516359389,0.507974867,0.50793315,0.507978723
-7384,1,0.3246,1,1,1,1,1,1,1,1,0.1038,0.3246,0.0922,1,0.278,1,1,1,1,1,1,0.2782,0.278,0.1418,1,0.6074,1,1,1,0.4047,0.6074,0.0112,1,1,1,1,1,0.159848705,0.208497271,0,1,1,1,1,1,0.254770637,0.315019488,0.053874351,1,1,1,1,1,0.583339453,0.213843465,0.55540116,0.555320499,0.555407801
-7385,1,0.3245,1,1,1,1,1,1,1,1,0.1199,0.3245,0,1,0.278,1,1,1,1,1,1,0.1226,0.278,0,1,0.6074,1,1,1,0.3843,0.6074,0,1,1,1,1,1,0.14845936,0,0.000608861,1,1,1,1,1,0.166948631,0,0.124784306,1,1,1,1,1,0.598742127,0,0.5979942,0.598053734,0.597960993
-7386,1,0.3244,1,1,1,1,1,1,1,1,0.1637,0.3244,0,1,0.278,1,1,1,1,1,1,0.1163,0.278,0,1,0.6075,1,1,1,0.477,0.6075,0,1,1,1,1,1,0.168948844,0,0.005540169,1,1,1,1,1,0.176630318,0,0.303127766,1,1,1,1,1,0.712405145,0,0.59938376,0.599323038,0.59929078
-7387,1,0.3244,1,1,1,1,1,1,1,1,0.1652,0.3244,0,1,0.2779,1,1,1,1,1,1,0.1896,0.2779,0,1,0.6075,1,1,1,0.4025,0.6075,0,1,1,1,1,1,0.157934785,0,0.030861976,1,1,1,1,1,0.224979967,0,0.647052109,1,1,1,1,1,0.639157832,0,0.580956984,0.58091813,0.581117021
-7388,1,0.3243,1,1,1,1,1,1,1,1,0.1575,0.3243,0,1,0.2779,1,1,1,1,1,1,0.2543,0.2779,0,1,0.6075,1,1,1,0.3961,0.6075,0,1,1,1,1,1,0.185565308,0,0.151811346,1,1,1,1,1,0.277341694,0,1,1,1,1,1,1,0.623660088,0,0.561503142,0.561455469,0.561613475
-7389,1,0.3242,1,1,1,1,1,1,1,1,0.1142,0.3242,0,1,0.2779,1,1,1,1,1,1,0.2435,0.2779,0,1,0.6076,1,1,1,0.358,0.6076,0,1,1,1,1,1,0.125123784,0,0.273958325,1,1,1,1,1,0.249958158,0,0.780014396,1,1,1,1,1,0.519602895,0,0.511720638,0.511741062,0.511968085
-7390,1,0.3241,1,1,1,1,1,1,1,1,0.1704,0.3241,0,1,0.2779,1,1,1,1,1,1,0.3381,0.2779,0,1,0.6076,1,1,1,0.2892,0.6076,0,1,1,1,1,1,0.189334825,0,0.539216876,1,1,1,1,1,0.314298451,0,0.620017111,1,1,1,1,1,0.370175719,0,0.463931851,0.463930611,0.464095745
-7391,1,0.324,1,1,1,1,1,1,1,1,0.2392,0.324,0,1,0.2779,1,1,1,1,1,1,0.3169,0.2779,0,1,0.6076,1,1,1,0.2384,0.6076,0,1,1,1,1,1,0.285463244,0,0.668480754,1,1,1,1,1,0.34279561,0,0.77924788,1,1,1,1,1,0.327546895,0,0.423634606,0.423735985,0.423758865
-7392,1,0.324,1,1,1,1,1,1,1,1,0.2055,0.324,0,1,0.2779,1,1,1,1,1,1,0.2858,0.2779,0,1,0.6077,1,1,1,0.1827,0.6077,0,1,1,1,1,1,0.218991846,0,0.770296812,1,1,1,1,1,0.30514133,0,0.600340605,1,1,1,1,1,0.276679844,0,0.405691155,0.405754178,0.405585106
-7393,1,0.3239,1,1,1,1,1,1,1,1,0.1351,0.3239,0,1,0.2779,1,1,1,1,1,1,0.1487,0.2779,0,1,0.6077,1,1,1,0.1575,0.6077,0,1,1,1,1,1,0.149658501,0,0.734310389,1,1,1,1,1,0.191179276,0,0.585457921,1,1,1,1,1,0.221412063,0,0.393668439,0.39369579,0.393617021
-7394,1,0.3238,1,1,1,1,1,1,1,1,0.15,0.3238,0,1,0.2779,1,1,1,1,1,1,0.1385,0.2779,0,1,0.6077,1,1,1,0.1149,0.6077,0,1,1,1,1,1,0.138938531,0,0.889521122,1,1,1,1,1,0.18181026,0,0.705019474,1,1,1,1,1,0.148590893,0,0.389076849,0.389041675,0.389184397
-7395,1,0.3237,1,1,1,1,1,1,1,1,0.131,0.3237,0,1,0.2779,1,1,1,1,1,1,0.1113,0.2779,0,1,0.6078,1,1,1,0.1066,0.6078,0,1,1,1,1,1,0.113944024,0,0.712677658,1,1,1,1,1,0.147331834,0,0.614840865,1,1,1,1,1,0.166952595,0,0.391795553,0.391791834,0.391843972
-7396,1,0.3236,1,1,1,1,1,1,1,1,0.1495,0.3236,0,1,0.2779,1,1,1,1,1,1,0.1534,0.2779,0,1,0.6078,1,1,1,0.1105,0.6078,0,1,1,1,1,1,0.128074795,0,0.504895389,1,1,1,1,1,0.177211016,0,0.519004464,1,1,1,1,1,0.165488154,0,0.40840986,0.408504337,0.408687943
-7397,1,0.3235,1,1,1,1,1,1,1,1,0.1654,0.3235,0,1,0.2779,1,1,1,1,1,1,0.1221,0.2779,0,1,0.6079,1,1,1,0.0773,0.6079,0,1,1,1,1,1,0.135324463,0,0.406212807,1,1,1,1,1,0.138923272,0,0.447366267,1,1,1,1,1,0.124882348,0,0.457225713,0.45716099,0.457446809
-7398,1,0.3235,1,1,1,1,1,1,1,1,0.1797,0.3235,0,1,0.2779,1,1,1,1,1,1,0.1442,0.2779,0,1,0.6079,1,1,1,0.0895,0.6079,0,1,1,1,1,1,0.190221503,0,0.446080923,1,1,1,1,1,0.156128988,0,0.451931715,1,1,1,1,1,0.13594088,0,0.537880619,0.537761794,0.538120567
-7399,1,0.3234,1,1,1,1,1,1,1,1,0.1706,0.3234,0.0742,1,0.2779,1,1,1,1,1,1,0.0421,0.2779,0.0593,1,0.6079,1,1,1,0.0672,0.6079,0.0627,1,1,1,1,1,0.084109992,0.18686229,0.749641538,1,1,1,1,1,0.051804654,0.140808433,0.716233015,1,1,1,1,1,0.105966136,0.228387266,0.581138231,0.581129681,0.581117021
-7400,1,0.3233,1,1,1,1,1,1,1,1,0.1653,0.3233,0.2679,1,0.2779,1,1,1,1,1,1,0.0454,0.2779,0.2818,1,0.608,1,1,1,0.0471,0.608,0.2723,1,1,1,1,1,0.05155297,0.452225596,0.797656298,1,1,1,1,1,0.054271761,0.468281925,0.656450808,1,1,1,1,1,0.072655976,0.477193177,0.591710971,0.591707214,0.591755319
-7401,1,0.3232,1,1,1,1,1,1,1,1,0.2037,0.3232,0.405,1,0.2779,1,1,1,1,1,1,0.1006,0.2779,0.4398,1,0.608,1,1,1,0.1221,0.608,0.3921,1,1,1,1,1,0.093947753,0.625724733,0.984730124,1,1,1,1,1,0.103341118,0.64045608,1,1,1,1,1,1,0.218660027,0.588491917,0.59660464,0.59678443,0.597074468
-7402,1,0.3231,1,1,1,1,1,1,1,1,0.1383,0.3231,0.494,1,0.2779,1,1,1,1,1,1,0.2009,0.2779,0.5087,1,0.608,1,1,1,0.0495,0.608,0.4405,1,1,1,1,1,0.113019057,0.690490961,1,1,1,1,1,1,0.196096033,0.679920018,1,1,1,1,1,1,0.086656354,0.56335783,0.597873369,0.597842183,0.597960993
-7403,1,0.3231,1,1,1,1,1,1,1,1,0.1505,0.3231,0.5344,1,0.2779,1,1,1,1,1,1,0.1826,0.2779,0.5117,1,0.6081,1,1,1,0.0591,0.6081,0.3728,1,1,1,1,1,0.099355444,0.705022693,1,1,1,1,1,1,0.170163989,0.679087341,1,1,1,1,1,1,0.111245573,0.534142435,0.595758821,0.595726677,0.595744681
-7404,1,0.323,1,1,1,1,1,1,1,1,0.1376,0.323,0.5662,1,0.2779,1,1,1,1,1,1,0.1561,0.2779,0.5315,1,0.6081,1,1,1,0.0434,0.6081,0.4059,1,1,1,1,1,0.123812005,0.72766149,0.788757145,1,1,1,1,1,0.148831055,0.697782159,0.703453958,1,1,1,1,1,0.077034801,0.514829636,0.590683905,0.590649461,0.590868794
-7405,1,0.3229,1,1,1,1,1,1,1,1,0.1451,0.3229,0.5347,1,0.2779,1,1,1,1,1,1,0.1275,0.2779,0.5213,1,0.6081,1,1,1,0.0536,0.6081,0.3601,1,1,1,1,1,0.130523503,0.687000751,0.946499228,1,1,1,1,1,0.123415299,0.672371805,0.884660006,1,1,1,1,1,0.096067443,0.529415309,0.586454809,0.586629998,0.58643617
-7406,1,0.3228,1,1,1,1,1,1,1,1,0.1679,0.3228,0.4517,1,0.2779,1,1,1,1,1,1,0.198,0.2779,0.4825,1,0.6082,1,1,1,0.0903,0.6082,0.3194,1,1,1,1,1,0.22492604,0.651691318,0.865123272,1,1,1,1,1,0.182612062,0.741494894,0.777006567,1,1,1,1,1,0.131938636,0.50940764,0.576546641,0.576687117,0.576684397
-7407,1,0.3227,1,1,1,1,1,1,1,1,0.2052,0.3227,0.3069,1,0.2779,1,1,1,1,1,1,0.2508,0.2779,0.3569,1,0.6082,1,1,1,0.124,0.6082,0.2219,1,1,1,1,1,0.286203384,0.526851714,0.772307813,1,1,1,1,1,0.247194394,0.624759555,0.970508456,1,1,1,1,1,0.182035163,0.393152297,0.581198647,0.581341231,0.581560284
-7408,1,0.3227,1,1,1,1,1,1,1,1,0.1345,0.3227,0.0925,1,0.2778,1,1,1,1,1,1,0.2887,0.2778,0.1384,1,0.6082,1,1,1,0.0736,0.6082,0.0222,1,1,1,1,1,0.163772896,0.249550149,0.493389606,1,1,1,1,1,0.265105367,0.332247227,0.627868891,1,1,1,1,1,0.126768604,0.070546776,0.623912518,0.623862915,0.624113475
-7409,1,0.3226,1,1,1,1,1,1,1,1,0.0863,0.3226,0,1,0.2778,1,1,1,1,1,1,0.0676,0.2778,0,1,0.6083,1,1,1,0.0642,0.6083,0,1,1,1,1,1,0.080205932,0,0.509002149,1,1,1,1,1,0.066249304,0,0.760357618,1,1,1,1,1,0.104143806,0,0.675507492,0.675481278,0.675531915
-7410,1,0.3225,1,1,1,1,1,1,1,1,0.0723,0.3225,0,1,0.2778,1,1,1,1,1,1,0.0137,0.2778,0,1,0.6083,1,1,1,0.0367,0.6083,0,1,1,1,1,1,0.050329532,0,0.605479658,1,1,1,1,1,0.020643398,0,0.891808927,1,1,1,1,1,0.062131446,0,0.672245046,0.672308018,0.672429078
-7411,1,0.3224,1,1,1,1,1,1,1,1,0.0744,0.3224,0,1,0.2778,1,1,1,1,1,1,0,0.2778,0,1,0.6084,1,1,1,0.022,0.6084,0,1,1,1,1,1,0.015000734,0,0.566978753,1,1,1,1,1,0.007939407,0,0.964278102,1,1,1,1,1,0.043473985,0,0.65381827,0.653691559,0.654255319
-7412,1,0.3223,1,1,1,1,1,1,1,1,0.0436,0.3223,0,1,0.2778,1,1,1,1,1,1,0,0.2778,0,1,0.6084,1,1,1,0.041,0.6084,0,1,1,1,1,1,0.001572278,0,0.651171803,1,1,1,1,1,0.006502986,0,0.914881468,1,1,1,1,1,0.093644649,0,0.625604157,0.625766871,0.625886525
-7413,1,0.3223,1,1,1,1,1,1,1,1,0.0403,0.3223,0,1,0.2778,1,1,1,1,1,1,0.0041,0.2778,0,1,0.6084,1,1,1,0.0259,0.6084,0,1,1,1,1,1,0.002975137,0,0.697888434,1,1,1,1,1,0.009876674,0,0.864118636,1,1,1,1,1,0.048443995,0,0.581742388,0.581764333,0.582003546
-7414,1,0.3222,1,1,1,1,1,1,1,1,0.0466,0.3222,0,1,0.2778,1,1,1,1,1,1,0.0048,0.2778,0,1,0.6085,1,1,1,0.0348,0.6085,0,1,1,1,1,1,0.003754643,0,0.782304049,1,1,1,1,1,0.007547234,0,0.91879046,1,1,1,1,1,0.080165721,0,0.528757854,0.528876666,0.528812057
-7415,1,0.3221,1,1,1,1,1,1,1,1,0.0353,0.3221,0,1,0.2778,1,1,1,1,1,1,0,0.2778,0,1,0.6085,1,1,1,0.0232,0.6085,0,1,1,1,1,1,0.00166474,0,0.999036968,1,1,1,1,1,0.001129702,0,1,1,1,1,1,1,0.056488398,0,0.480848236,0.480643114,0.480939716
-7416,1,0.322,1,1,1,1,1,1,1,1,0.0345,0.322,0,1,0.2778,1,1,1,1,1,1,0,0.2778,0,1,0.6085,1,1,1,0.0103,0.6085,0,1,1,1,1,1,0.001487917,0,0.734334946,1,1,1,1,1,0.00085173,0,0.920323372,1,1,1,1,1,0.028796682,0,0.451546641,0.451660673,0.451241135
-7417,1,0.3219,1,1,1,1,1,1,1,1,0.0289,0.3219,0,1,0.2778,1,1,1,1,1,1,0,0.2778,0,1,0.6086,1,1,1,0.0173,0.6086,0,1,1,1,1,1,0.001128316,0,0.350866973,1,1,1,1,1,0.000691281,0,0.666497231,1,1,1,1,1,0.040989105,0,0.43722813,0.437275227,0.437056738
-7418,1,0.3219,1,1,1,1,1,1,1,1,0.0188,0.3219,0,1,0.2778,1,1,1,1,1,1,0,0.2778,0,1,0.6086,1,1,1,0.025,0.6086,0,1,1,1,1,1,0.00070354,0,0.218872428,1,1,1,1,1,0.00081005,0,0.592223346,1,1,1,1,1,0.062482562,0,0.432334461,0.432409562,0.432624113
-7419,1,0.3218,1,1,1,1,1,1,1,1,0.0177,0.3218,0,1,0.2778,1,1,1,1,1,1,0,0.2778,0,1,0.6086,1,1,1,0.0186,0.6086,0,1,1,1,1,1,0.000581974,0,0.250030577,1,1,1,1,1,0.000596709,0,0.48606962,1,1,1,1,1,0.056091763,0,0.434388594,0.434313518,0.434397163
-7420,1,0.3217,1,1,1,1,1,1,1,1,0.0127,0.3217,0,1,0.2778,1,1,1,1,1,1,0,0.2778,0,1,0.6087,1,1,1,0.014,0.6087,0,1,1,1,1,1,0.000613066,0,0.106449693,1,1,1,1,1,0.00062099,0,0.517707825,1,1,1,1,1,0.047303513,0,0.449734171,0.449756717,0.449911348
-7421,1,0.3216,1,1,1,1,1,1,1,1,0.0132,0.3216,0,1,0.2778,1,1,1,1,1,1,0,0.2778,0,1,0.6087,1,1,1,0.0199,0.6087,0,1,1,1,1,1,0.000772398,0,0.108110145,1,1,1,1,1,0.000694931,0,0.569638491,1,1,1,1,1,0.060598116,0,0.497764621,0.497778718,0.497783688
-7422,1,0.3215,1,1,1,1,1,1,1,1,0.0127,0.3215,0,1,0.2778,1,1,1,1,1,1,0,0.2778,0,1,0.6087,1,1,1,0.0207,0.6087,0,1,1,1,1,1,0.000712493,0,0.073406212,1,1,1,1,1,0.001338915,0,0.591876984,1,1,1,1,1,0.069526441,0,0.566094732,0.566109583,0.566046099
-7423,1,0.3215,1,1,1,1,1,1,1,1,0.0099,0.3215,0.1203,1,0.2778,1,1,1,1,1,1,0,0.2778,0.1197,1,0.6088,1,1,1,0.0273,0.6088,0.0961,1,1,1,1,1,0.001356113,0.287670612,0.089237094,1,1,1,1,1,0.000592178,0.267056286,0.661522806,1,1,1,1,1,0.086660869,0.307199597,0.599987917,0.59995769,0.600177305
-7424,1,0.3214,1,1,1,1,1,1,1,1,0.0133,0.3214,0.3677,1,0.2778,1,1,1,1,1,1,0,0.2778,0.3695,1,0.6088,1,1,1,0.0612,0.6088,0.333,1,1,1,1,1,0.000554867,0.642778695,0.116577402,1,1,1,1,1,0.00050509,0.62523663,0.64848721,1,1,1,1,1,0.146115184,0.659978032,0.606089899,0.606092659,0.606382979
-7425,1,0.3213,1,1,1,1,1,1,1,1,0.0415,0.3213,0.564,1,0.2778,1,1,1,1,1,1,0,0.2778,0.5515,1,0.6089,1,1,1,0.1366,0.6089,0.4861,1,1,1,1,1,0.009852363,0.848859549,0.219812363,1,1,1,1,1,0.001077236,0.815557063,0.934818387,1,1,1,1,1,0.216660514,0.870420754,0.605304495,0.605246457,0.605496454
-7426,1,0.3212,1,1,1,1,1,1,1,1,0.0386,0.3212,0.647,1,0.2778,1,1,1,1,1,1,0.0334,0.2778,0.6482,1,0.6089,1,1,1,0.1064,0.6089,0.6095,1,1,1,1,1,0.01666153,0.917164266,0.521842301,1,1,1,1,1,0.038559459,0.909162402,1,1,1,1,1,1,0.206565455,0.928722143,0.603371194,0.603342501,0.603280142
-7427,1,0.3211,1,1,1,1,1,1,1,1,0.0029,0.3211,0.6568,1,0.2778,1,1,1,1,1,1,0.0262,0.2778,0.6544,1,0.6089,1,1,1,0.0829,0.6089,0.619,1,1,1,1,1,0.005343822,0.929813921,0.078077875,1,1,1,1,1,0.030763045,0.927735388,0.344141364,1,1,1,1,1,0.126852527,0.941291273,0.599625423,0.599746139,0.599734043
-7428,1,0.3211,1,1,1,1,1,1,1,1,0.0073,0.3211,0.654,1,0.2778,1,1,1,1,1,1,0,0.2778,0.6457,1,0.609,1,1,1,0.0932,0.609,0.6231,1,1,1,1,1,0.009547856,0.923870564,0.129743963,1,1,1,1,1,0.005091574,0.923616886,0.333499461,1,1,1,1,1,0.137214735,0.939400077,0.592617206,0.592764967,0.592641844
-7429,1,0.321,1,1,1,1,1,1,1,1,0,0.321,0.6313,1,0.2778,1,1,1,1,1,1,0,0.2778,0.6188,1,0.609,1,1,1,0.1134,0.609,0.5894,1,1,1,1,1,2.21E-06,0.887782395,0.103679277,1,1,1,1,1,0,0.895990133,0.094735093,1,1,1,1,1,0.150616378,0.900146008,0.587783954,0.587687751,0.58820922
-7430,1,0.3209,1,1,1,1,1,1,1,1,0,0.3209,0.5149,1,0.2777,1,1,1,1,1,1,0,0.2777,0.5342,1,0.609,1,1,1,0.0721,0.609,0.4898,1,1,1,1,1,1.56E-05,0.798085868,0.293805897,1,1,1,1,1,3.03E-05,0.817553163,0.322484314,1,1,1,1,1,0.0878295,0.793088734,0.582709038,0.582822086,0.582890071
-7431,1,0.3208,1,1,1,1,1,1,1,1,0,0.3208,0.3445,1,0.2777,1,1,1,1,1,1,0,0.2777,0.3765,1,0.6091,1,1,1,0.0521,0.6091,0.3138,1,1,1,1,1,1.27E-05,0.619573832,0.431411266,1,1,1,1,1,0.000106375,0.646079898,0.614299536,1,1,1,1,1,0.069850042,0.583604097,0.584521508,0.584514491,0.584663121
-7432,1,0.3207,1,1,1,1,1,1,1,1,0.0001,0.3207,0.1058,1,0.2777,1,1,1,1,1,1,0,0.2777,0.1393,1,0.6091,1,1,1,0.0264,0.6091,0.0447,1,1,1,1,1,3.67E-06,0.284519017,0.240078613,1,1,1,1,1,0,0.326729685,0.172406808,1,1,1,1,1,0.043746542,0.164342806,0.620529241,0.620478105,0.620567376
-7433,1,0.3206,1,1,1,1,1,1,1,1,0.0003,0.3206,0,1,0.2777,1,1,1,1,1,1,0,0.2777,0,1,0.6091,1,1,1,0.0048,0.6091,0,1,1,1,1,1,0,0,0.221029505,1,1,1,1,1,3.64E-05,0,0.158235341,1,1,1,1,1,0.016003123,0,0.676836636,0.676750582,0.677304965
-7434,1,0.3206,1,1,1,1,1,1,1,1,0.0034,0.3206,0,1,0.2777,1,1,1,1,1,1,0,0.2777,0,1,0.6092,1,1,1,0.0065,0.6092,0,1,1,1,1,1,5.53E-05,0,0.367919683,1,1,1,1,1,0.000337906,0,0.478627503,1,1,1,1,1,0.02038509,0,0.677501208,0.677596784,0.677748227
-7435,1,0.3205,1,1,1,1,1,1,1,1,0.0035,0.3205,0,1,0.2777,1,1,1,1,1,1,0,0.2777,0,1,0.6092,1,1,1,0.0017,0.6092,0,1,1,1,1,1,0.000242853,0,0.537322044,1,1,1,1,1,0.000483182,0,0.979415178,1,1,1,1,1,0.009186837,0,0.664209763,0.664269092,0.664450355
-7436,1,0.3204,1,1,1,1,1,1,1,1,0.004,0.3204,0,1,0.2777,1,1,1,1,1,1,0,0.2777,0,1,0.6093,1,1,1,0.0002,0.6093,0,1,1,1,1,1,0.000905657,0,0.97617507,1,1,1,1,1,0.000997856,0,1,1,1,1,1,1,0.001918873,0,0.637445626,0.637613708,0.637411348
-7437,1,0.3203,1,1,1,1,1,1,1,1,0.0063,0.3203,0,1,0.2777,1,1,1,1,1,1,0.0039,0.2777,0,1,0.6093,1,1,1,0.0003,0.6093,0,1,1,1,1,1,0.001104952,0,0.983554006,1,1,1,1,1,0.005926056,0,1,1,1,1,1,1,0.000742426,0,0.595819236,0.595726677,0.595744681
-7438,1,0.3202,1,1,1,1,1,1,1,1,0.035,0.3202,0,1,0.2777,1,1,1,1,1,1,0,0.2777,0,1,0.6093,1,1,1,0.0011,0.6093,0,1,1,1,1,1,0.002499526,0,1,1,1,1,1,1,0.006265486,0,1,1,1,1,1,1,0.001868162,0,0.543620106,0.543685213,0.543882979
-7439,1,0.3202,1,1,1,1,1,1,1,1,0.0293,0.3202,0,1,0.2777,1,1,1,1,1,1,0.0515,0.2777,0,1,0.6094,1,1,1,0.0013,0.6094,0,1,1,1,1,1,0.002157997,0,0.999834955,1,1,1,1,1,0.033703707,0,1,1,1,1,1,1,0.002051038,0,0.498670855,0.498624921,0.498670213
-7440,1,0.3201,1,1,1,1,1,1,1,1,0.0514,0.3201,0,1,0.2777,1,1,1,1,1,1,0.0649,0.2777,0,1,0.6094,1,1,1,0.0016,0.6094,0,1,1,1,1,1,0.003658617,0,1,1,1,1,1,1,0.043003578,0,1,1,1,1,1,1,0.003472014,0,0.475350411,0.475354347,0.475177305
-7441,1,0.32,1,1,1,1,1,1,1,1,0.092,0.32,0,1,0.2777,1,1,1,1,1,1,0.0855,0.2777,0,1,0.6094,1,1,1,0.0013,0.6094,0,1,1,1,1,1,0.007637535,0,1,1,1,1,1,1,0.068967976,0,1,1,1,1,1,1,0.002833485,0,0.4560174,0.455891686,0.456117021
-7442,1,0.3199,1,1,1,1,1,1,1,1,0.1185,0.3199,0,1,0.2777,1,1,1,1,1,1,0.1547,0.2777,0,1,0.6095,1,1,1,0.0018,0.6095,0,1,1,1,1,1,0.019452939,0,1,1,1,1,1,1,0.121507742,0,1,1,1,1,1,1,0.005673828,0,0.443330111,0.443410197,0.443262411
-7443,1,0.3198,1,1,1,1,1,1,1,1,0.2011,0.3198,0,1,0.2777,1,1,1,1,1,1,0.3019,0.2777,0,1,0.6095,1,1,1,0.0031,0.6095,0,1,1,1,1,1,0.046003982,0,1,1,1,1,1,1,0.229847819,0,1,1,1,1,1,1,0.009894622,0,0.44000725,0.440025386,0.440159574
-7444,1,0.3198,1,1,1,1,1,1,1,1,0.2535,0.3198,0,1,0.2777,1,1,1,1,1,1,0.3004,0.2777,0,1,0.6095,1,1,1,0.0027,0.6095,0,1,1,1,1,1,0.071499661,0,1,1,1,1,1,1,0.25141567,0,1,1,1,1,1,1,0.015389351,0,0.457104882,0.45716099,0.457446809
-7445,1,0.3197,1,1,1,1,1,1,1,1,0.3333,0.3197,0,1,0.2777,1,1,1,1,1,1,0.2639,0.2777,0,1,0.6096,1,1,1,0.0042,0.6096,0,1,1,1,1,1,0.118543409,0,1,1,1,1,1,1,0.245572329,0,1,1,1,1,1,1,0.026238728,0,0.499275012,0.499259573,0.499556738
-7446,1,0.3196,1,1,1,1,1,1,1,1,0.3702,0.3196,0,1,0.2777,1,1,1,1,1,1,0.1783,0.2777,0,1,0.6096,1,1,1,0.005,0.6096,0,1,1,1,1,1,0.124303877,0,1,1,1,1,1,1,0.195387542,0,1,1,1,1,1,1,0.029341923,0,0.575761237,0.575840914,0.575797872
-7447,1,0.3195,1,1,1,1,1,1,1,1,0.4531,0.3195,0,1,0.2777,1,1,1,1,1,1,0.2233,0.2777,0,1,0.6096,1,1,1,0.0058,0.6096,0.0473,1,1,1,1,1,0.167223349,0,1,1,1,1,1,1,0.20989275,0,1,1,1,1,1,1,0.026671063,0.071987912,0.611889802,0.611804527,0.611702128
-7448,1,0.3194,1,1,1,1,1,1,1,1,0.5378,0.3194,0.0754,1,0.2777,1,1,1,1,1,1,0.4832,0.2777,0.0735,1,0.6097,1,1,1,0.0085,0.6097,0.2885,1,1,1,1,1,0.297558069,0.106038421,0.871175766,1,1,1,1,1,0.440601438,0.11212834,1,1,1,1,1,1,0.036046855,0.152475208,0.625845819,0.625766871,0.626329787
-7449,1,0.3194,1,1,1,1,1,1,1,1,0.5572,0.3194,0.1703,1,0.2777,1,1,1,1,1,1,0.447,0.2777,0.159,1,0.6097,1,1,1,0.0401,0.6097,0.2521,1,1,1,1,1,0.343914717,0.219899535,0.966504455,1,1,1,1,1,0.40762946,0.264916122,1,1,1,1,1,1,0.053260475,0.27153632,0.634001933,0.634017347,0.634308511
-7450,1,0.3193,1,1,1,1,1,1,1,1,0.5929,0.3193,0.2229,1,0.2777,1,1,1,1,1,1,0.5639,0.2777,0.202,1,0.6098,1,1,1,0.0658,0.6098,0.3023,1,1,1,1,1,0.350613177,0.299896181,0.787388086,1,1,1,1,1,0.582203031,0.289029598,1,1,1,1,1,1,0.100549519,0.377781093,0.640043499,0.639940766,0.640070922
-7451,1,0.3192,1,1,1,1,1,1,1,1,0.6073,0.3192,0.2517,1,0.2777,1,1,1,1,1,1,0.5846,0.2777,0.2464,1,0.6098,1,1,1,0.1257,0.6098,0.3166,1,1,1,1,1,0.328802973,0.350502372,0,1,1,1,1,1,0.601856649,0.34578225,0,1,1,1,1,1,0.154710293,0.416699946,0.644997583,0.645017982,0.645390071
-7452,1,0.3191,1,1,1,1,1,1,1,1,0.6531,0.3191,0.272,1,0.2776,1,1,1,1,1,1,0.6231,0.2776,0.2483,1,0.6098,1,1,1,0.0816,0.6098,0.3384,1,1,1,1,1,0.405702382,0.356655687,0.056868747,1,1,1,1,1,0.681425512,0.373039097,0,1,1,1,1,1,0.125805721,0.368227571,0.644937168,0.644806431,0.645390071
-7453,1,0.319,1,1,1,1,1,1,1,1,0.6446,0.319,0.2366,1,0.2776,1,1,1,1,1,1,0.5639,0.2776,0.2166,1,0.6099,1,1,1,0.0896,0.6099,0.2447,1,1,1,1,1,0.370331347,0.323909611,0,1,1,1,1,1,0.599685431,0.329117358,0,1,1,1,1,1,0.159890473,0.343943328,0.647535041,0.64755659,0.648049645
-7454,1,0.319,1,1,1,1,1,1,1,1,0.6477,0.319,0.1811,1,0.2776,1,1,1,1,1,1,0.6292,0.2776,0.1683,1,0.6099,1,1,1,0.0758,0.6099,0.1971,1,1,1,1,1,0.395289391,0.246187627,0,1,1,1,1,1,0.632852018,0.239969254,0,1,1,1,1,1,0.120914854,0.249844804,0.649830836,0.649672096,0.649822695
-7455,1,0.3189,1,1,1,1,1,1,1,1,0.692,0.3189,0.0754,1,0.2776,1,1,1,1,1,1,0.5755,0.2776,0.0873,1,0.6099,1,1,1,0.1612,0.6099,0.0986,1,1,1,1,1,0.38571614,0.117775746,0,1,1,1,1,1,0.654685497,0.13042666,0,1,1,1,1,1,0.215382397,0.089424536,0.663122281,0.662999788,0.663120567
-7456,1,0.3188,1,1,1,1,1,1,1,1,0.6197,0.3188,0,1,0.2776,1,1,1,1,1,1,0.6202,0.2776,0,1,0.61,1,1,1,0.1019,0.61,0,1,1,1,1,1,0.287081659,0,0,1,1,1,1,1,0.650880635,5.19E-05,0,1,1,1,1,1,0.161472827,0,0.694417593,0.694520838,0.694592199
-7457,1,0.3187,1,1,1,1,1,1,1,1,0.6107,0.3187,0,1,0.2776,1,1,1,1,1,1,0.5854,0.2776,0,1,0.61,1,1,1,0.1356,0.61,0,1,1,1,1,1,0.308395356,0,0,1,1,1,1,1,0.622096181,0,0,1,1,1,1,1,0.228524894,0,0.726075399,0.726041887,0.72606383
-7458,1,0.3186,1,1,1,1,1,1,1,1,0.6778,0.3186,0,1,0.2776,1,1,1,1,1,1,0.6472,0.2776,0,1,0.61,1,1,1,0.1702,0.61,0,1,1,1,1,1,0.432493776,0,0.056868747,1,1,1,1,1,0.64161402,0,0,1,1,1,1,1,0.292559981,0,0.723840019,0.72371483,0.723847518
-7459,1,0.3186,1,1,1,1,1,1,1,1,0.632,0.3186,0,1,0.2776,1,1,1,1,1,1,0.5622,0.2776,0,1,0.6101,1,1,1,0.2914,0.6101,0,1,1,1,1,1,0.351967037,0,0.056868747,1,1,1,1,1,0.595370412,0,0,1,1,1,1,1,0.421117455,0,0.695746738,0.695790142,0.695921986
-7460,1,0.3185,1,1,1,1,1,1,1,1,0.6647,0.3185,0,1,0.2776,1,1,1,1,1,1,0.6975,0.2776,0,1,0.6101,1,1,1,0.2329,0.6101,0,1,1,1,1,1,0.388273746,0,0,1,1,1,1,1,0.727223992,0,0,1,1,1,1,1,0.358591974,0,0.66982842,0.66976941,0.670212766
-7461,1,0.3184,1,1,1,1,1,1,1,1,0.7641,0.3184,0,1,0.2776,1,1,1,1,1,1,0.768,0.2776,0,1,0.6101,1,1,1,0.2205,0.6101,0,1,1,1,1,1,0.512995481,0,0,1,1,1,1,1,0.763156414,0,0,1,1,1,1,1,0.341501176,0,0.616662639,0.616670193,0.616578014
-7462,1,0.3183,1,1,1,1,1,1,1,1,0.7939,0.3183,0,1,0.2776,1,1,1,1,1,1,0.6809,0.2776,0,1,0.6102,1,1,1,0.2429,0.6102,0,1,1,1,1,1,0.552690864,0,0,1,1,1,1,1,0.715430021,0,0,1,1,1,1,1,0.410583943,0,0.556367811,0.556378253,0.556737589
-7463,1,0.3182,1,1,1,1,1,1,1,1,0.8282,0.3182,0,1,0.2776,1,1,1,1,1,1,0.7191,0.2776,0,1,0.6102,1,1,1,0.1749,0.6102,0,1,1,1,1,1,0.597781837,0,0,1,1,1,1,1,0.72975719,0,0,1,1,1,1,1,0.342986941,0,0.506947801,0.506875397,0.507092199
-7464,1,0.3181,1,1,1,1,1,1,1,1,0.7308,0.3181,0,1,0.2776,1,1,1,1,1,1,0.6124,0.2776,0,1,0.6103,1,1,1,0.2027,0.6103,0,1,1,1,1,1,0.492218494,0,0,1,1,1,1,1,0.676432729,0,0,1,1,1,1,1,0.367439032,0,0.47202755,0.471969537,0.472074468
-7465,1,0.3181,1,1,1,1,1,1,1,1,0.7492,0.3181,0,1,0.2776,1,1,1,1,1,1,0.63,0.2776,0,1,0.6103,1,1,1,0.2624,0.6103,0,1,1,1,1,1,0.509703219,0,0,1,1,1,1,1,0.6793648,0,0,1,1,1,1,1,0.370946974,0,0.455534074,0.455680135,0.455673759
-7466,1,0.318,1,1,1,1,1,1,1,1,0.7872,0.318,0,1,0.2776,1,1,1,1,1,1,0.6763,0.2776,0,1,0.6103,1,1,1,0.2455,0.6103,0,1,1,1,1,1,0.600396514,0,0,1,1,1,1,1,0.714435756,0,0,1,1,1,1,1,0.334112406,0,0.447075882,0.447006558,0.447251773
-7467,1,0.3179,1,1,1,1,1,1,1,1,0.706,0.3179,0,1,0.2776,1,1,1,1,1,1,0.4614,0.2776,0,1,0.6104,1,1,1,0.2411,0.6104,0,1,1,1,1,1,0.427452266,0,0,1,1,1,1,1,0.53730458,0,1,1,1,1,1,1,0.344731867,0,0.447196713,0.447006558,0.447251773
-7468,1,0.3178,1,1,1,1,1,1,1,1,0.7395,0.3178,0,1,0.2776,1,1,1,1,1,1,0.4806,0.2776,0,1,0.6104,1,1,1,0.2262,0.6104,0,1,1,1,1,1,0.482182741,0,0.029079344,1,1,1,1,1,0.533926427,0,0.947643995,1,1,1,1,1,0.29842636,0,0.460367327,0.46033425,0.460549645
-7469,1,0.3177,1,1,1,1,1,1,1,1,0.6958,0.3177,0,1,0.2776,1,1,1,1,1,1,0.3217,0.2776,0,1,0.6104,1,1,1,0.2863,0.6104,0,1,1,1,1,1,0.404573917,0,0.131380737,1,1,1,1,1,0.386648178,0,1,1,1,1,1,1,0.356285691,0,0.503443693,0.503490586,0.503546099
-7470,1,0.3177,1,1,1,1,1,1,1,1,0.6963,0.3177,0,1,0.2776,1,1,1,1,1,1,0.3835,0.2776,0,1,0.6105,1,1,1,0.3358,0.6105,0,1,1,1,1,1,0.44469434,0,0.118076198,1,1,1,1,1,0.434239686,0,1,1,1,1,1,1,0.440172523,0,0.57280087,0.572667654,0.573138298
-7471,1,0.3176,1,1,1,1,1,1,1,1,0.6916,0.3176,0.0754,1,0.2776,1,1,1,1,1,1,0.3725,0.2776,0.0811,1,0.6105,1,1,1,0.283,0.6105,0.0105,1,1,1,1,1,0.403585017,0.201838911,0.236843511,1,1,1,1,1,0.434270859,0.178947404,1,1,1,1,1,1,0.371315598,0.188617453,0.614850169,0.614766237,0.615248227
-7472,1,0.3176,1,1,1,1,1,1,1,1,0.7186,0.3176,0.3018,1,0.2776,1,1,1,1,1,1,0.329,0.2776,0.315,1,0.6105,1,1,1,0.3111,0.6105,0.2156,1,1,1,1,1,0.476691544,0.536949992,0.252534181,1,1,1,1,1,0.3934412,0.489014894,1,1,1,1,1,1,0.421913803,0.557168961,0.63321653,0.633171144,0.633421986
-7473,1,0.3176,1,1,1,1,1,1,1,1,0.7319,0.3176,0.4624,1,0.2776,1,1,1,1,1,1,0.332,0.2776,0.4615,1,0.6105,1,1,1,0.2631,0.6105,0.3918,1,1,1,1,1,0.466518641,0.695318758,0.263765723,1,1,1,1,1,0.399892837,0.664715052,1,1,1,1,1,1,0.392384946,0.727560222,0.638835186,0.638671462,0.639184397
-7474,1,0.3176,1,1,1,1,1,1,1,1,0.68,0.3176,0.5456,1,0.2776,1,1,1,1,1,1,0.3934,0.2776,0.5131,1,0.6105,1,1,1,0.378,0.6105,0.5078,1,1,1,1,1,0.494095892,0.730005562,0.342356026,1,1,1,1,1,0.44203037,0.707842946,1,1,1,1,1,1,0.522787154,0.771544039,0.644453842,0.64438333,0.644503546
-7475,1,0.3176,1,1,1,1,1,1,1,1,0.7028,0.3176,0.5723,1,0.2776,1,1,1,1,1,1,0.5352,0.2776,0.5139,1,0.6105,1,1,1,0.3383,0.6105,0.5357,1,1,1,1,1,0.525452614,0.762519121,0.939870715,1,1,1,1,1,0.551296949,0.736974597,1,1,1,1,1,1,0.467108041,0.762729406,0.645541324,0.645652634,0.645833333
-7476,1,0.3176,1,1,1,1,1,1,1,1,0.7641,0.3176,0.5439,1,0.2776,1,1,1,1,1,1,0.7735,0.2776,0.5153,1,0.6105,1,1,1,0.3391,0.6105,0.5148,1,1,1,1,1,0.60972774,0.718420029,0.640613794,1,1,1,1,1,0.721122384,0.766082227,1,1,1,1,1,1,0.52324456,0.773860931,0.639922668,0.639940766,0.640070922
-7477,1,0.3176,1,1,1,1,1,1,1,1,0.6738,0.3176,0.5465,1,0.2776,1,1,1,1,1,1,0.7252,0.2776,0.509,1,0.6105,1,1,1,0.3616,0.6105,0.5004,1,1,1,1,1,0.475005895,0.721311271,0.771758795,1,1,1,1,1,0.688963294,0.768590271,1,1,1,1,1,1,0.513192654,0.757615447,0.638110198,0.63803681,0.638297872
-7478,1,0.3176,1,1,1,1,1,1,1,1,0.6343,0.3176,0.4733,1,0.2776,1,1,1,1,1,1,0.5894,0.2776,0.4547,1,0.6105,1,1,1,0.3564,0.6105,0.4001,1,1,1,1,1,0.443549216,0.688187301,0.479728997,1,1,1,1,1,0.543582439,0.711389065,1,1,1,1,1,1,0.486529261,0.620295763,0.632551957,0.632536492,0.632978723
-7479,1,0.3176,1,1,1,1,1,1,1,1,0.6156,0.3176,0.3251,1,0.2776,1,1,1,1,1,1,0.5752,0.2776,0.3242,1,0.6105,1,1,1,0.3601,0.6105,0.1832,1,1,1,1,1,0.405763149,0.551825523,0.554005265,1,1,1,1,1,0.517555475,0.55380702,1,1,1,1,1,1,0.460318178,0.376808941,0.636660222,0.636767506,0.636968085
-7480,1,0.3176,1,1,1,1,1,1,1,1,0.6309,0.3176,0.0921,1,0.2776,1,1,1,1,1,1,0.5438,0.2776,0.107,1,0.6105,1,1,1,0.2679,0.6105,0.0001,1,1,1,1,1,0.49333638,0.250603616,1,1,1,1,1,1,0.504542828,0.226200476,1,1,1,1,1,1,0.284740597,0.001401593,0.670553407,0.670615612,0.671099291
-7481,1,0.3176,1,1,1,1,1,1,1,1,0.5633,0.3176,0,1,0.2776,1,1,1,1,1,1,0.6635,0.2776,0,1,0.6105,1,1,1,0.2655,0.6105,0,1,1,1,1,1,0.471384078,0,1,1,1,1,1,1,0.604539692,0,1,1,1,1,1,1,0.280232221,0,0.699432093,0.699598054,0.699911348
-7482,1,0.3176,1,1,1,1,1,1,1,1,0.5933,0.3176,0,1,0.2776,1,1,1,1,1,1,0.7354,0.2776,0,1,0.6105,1,1,1,0.2517,0.6105,0,1,1,1,1,1,0.464427084,0,1,1,1,1,1,1,0.652480662,0,1,1,1,1,1,1,0.276934415,0,0.690188497,0.690078274,0.690159574
-7483,1,0.3176,1,1,1,1,1,1,1,1,0.4971,0.3176,0,1,0.2776,1,1,1,1,1,1,0.5047,0.2776,0,1,0.6105,1,1,1,0.2364,0.6105,0,1,1,1,1,1,0.396670163,0,1,1,1,1,1,1,0.461633623,0,1,1,1,1,1,1,0.228432268,0,0.671942968,0.671884916,0.671985816
-7484,1,0.3176,1,1,1,1,1,1,1,1,0.4483,0.3176,0,1,0.2776,1,1,1,1,1,1,0.4577,0.2776,0,1,0.6105,1,1,1,0.2574,0.6105,0,1,1,1,1,1,0.349540681,0,1,1,1,1,1,1,0.401637495,0,1,1,1,1,1,1,0.316970795,0,0.643366361,0.643537127,0.643617021
-7485,1,0.3176,1,1,1,1,1,1,1,1,0.4122,0.3176,0,1,0.2776,1,1,1,1,1,1,0.6369,0.2776,0,1,0.6105,1,1,1,0.2015,0.6105,0,1,1,1,1,1,0.359978765,0,1,1,1,1,1,1,0.539123893,0,1,1,1,1,1,1,0.227881879,0,0.595758821,0.595726677,0.595744681
-7486,1,0.3176,1,1,1,1,1,1,1,1,0.402,0.3176,0,1,0.2776,1,1,1,1,1,1,0.5417,0.2776,0,1,0.6105,1,1,1,0.259,0.6105,0,1,1,1,1,1,0.335201204,0,1,1,1,1,1,1,0.505688608,0,1,1,1,1,1,1,0.286730349,0,0.539028516,0.539031098,0.539007092
-7487,1,0.3176,1,1,1,1,1,1,1,1,0.3171,0.3176,0,1,0.2776,1,1,1,1,1,1,0.3002,0.2776,0,1,0.6105,1,1,1,0.2161,0.6105,0,1,1,1,1,1,0.177254319,0,1,1,1,1,1,1,0.276463449,0,1,1,1,1,1,1,0.3042579,0,0.487554374,0.487624286,0.487588652
-7488,1,0.3176,1,1,1,1,1,1,1,1,0.3213,0.3176,0,1,0.2776,1,1,1,1,1,1,0.4034,0.2776,0,1,0.6105,1,1,1,0.2089,0.6105,0,1,1,1,1,1,0.290199041,0,1,1,1,1,1,1,0.354082853,0,1,1,1,1,1,1,0.299822271,0,0.456802803,0.456737889,0.457003546
-7489,1,0.3176,1,1,1,1,1,1,1,1,0.3207,0.3176,0,1,0.2776,1,1,1,1,1,1,0.364,0.2776,0,1,0.6105,1,1,1,0.244,0.6105,0,1,1,1,1,1,0.323357135,0,1,1,1,1,1,1,0.317643613,0,1,1,1,1,1,1,0.324003726,0,0.439523925,0.439602285,0.439716312
-7490,1,0.3176,1,1,1,1,1,1,1,1,0.3216,0.3176,0,1,0.2776,1,1,1,1,1,1,0.3533,0.2776,0,1,0.6105,1,1,1,0.268,0.6105,0,1,1,1,1,1,0.33846119,0,1,1,1,1,1,1,0.290661395,0,1,1,1,1,1,1,0.34409821,0,0.430340744,0.430294055,0.430407801
-7491,1,0.3176,1,1,1,1,1,1,1,1,0.3198,0.3176,0,1,0.2776,1,1,1,1,1,1,0.3899,0.2776,0,1,0.6105,1,1,1,0.2538,0.6105,0,1,1,1,1,1,0.301310211,0,1,1,1,1,1,1,0.325939834,0,1,1,1,1,1,1,0.305018723,0,0.429676172,0.429870954,0.429964539
-7492,1,0.3176,1,1,1,1,1,1,1,1,0.2482,0.3176,0,1,0.2776,1,1,1,1,1,1,0.2706,0.2776,0,1,0.6105,1,1,1,0.2285,0.6105,0,1,1,1,1,1,0.207706138,0,1,1,1,1,1,1,0.232004955,0,1,1,1,1,1,1,0.322601944,0,0.443330111,0.443410197,0.443262411
-7493,1,0.3176,1,1,1,1,1,1,1,1,0.2674,0.3176,0,1,0.2776,1,1,1,1,1,1,0.2711,0.2776,0,1,0.6105,1,1,1,0.2439,0.6105,0,1,1,1,1,1,0.258427799,0,1,1,1,1,1,1,0.224324167,0,1,1,1,1,1,1,0.357778579,0,0.486950217,0.486989634,0.48714539
-7494,1,0.3176,1,1,1,1,1,1,1,1,0.2144,0.3176,0,1,0.2776,1,1,1,1,1,1,0.2999,0.2776,0,1,0.6105,1,1,1,0.298,0.6105,0,1,1,1,1,1,0.170203984,0,1,1,1,1,1,1,0.25357455,0,1,1,1,1,1,1,0.45812723,0,0.558119865,0.558070658,0.558067376
-7495,1,0.3176,1,1,1,1,1,1,1,1,0.227,0.3176,0.1146,1,0.2776,1,1,1,1,1,1,0.1464,0.2776,0.1194,1,0.6105,1,1,1,0.2481,0.6105,0.0661,1,1,1,1,1,0.182065144,0.290174007,1,1,1,1,1,1,0.127006799,0.274550021,1,1,1,1,1,1,0.413599432,0.242908955,0.5929797,0.592976518,0.593085106
-7496,1,0.3176,1,1,1,1,1,1,1,1,0.2479,0.3176,0.3642,1,0.2776,1,1,1,1,1,1,0.1783,0.2776,0.3723,1,0.6105,1,1,1,0.2401,0.6105,0.3148,1,1,1,1,1,0.144434914,0.643684447,1,1,1,1,1,1,0.139156088,0.635763168,1,1,1,1,1,1,0.401438028,0.612474918,0.599142098,0.599111487,0.59929078
-7497,1,0.3176,1,1,1,1,1,1,1,1,0.2493,0.3176,0.5442,1,0.2776,1,1,1,1,1,1,0.4302,0.2776,0.5492,1,0.6105,1,1,1,0.2755,0.6105,0.4907,1,1,1,1,1,0.188207686,0.837188721,1,1,1,1,1,1,0.340757936,0.838274717,1,1,1,1,1,1,0.399977952,0.821638227,0.598477525,0.598476835,0.598847518
-7498,1,0.3176,1,1,1,1,1,1,1,1,0.2456,0.3176,0.664,1,0.2776,1,1,1,1,1,1,0.4738,0.2776,0.658,1,0.6105,1,1,1,0.3511,0.6105,0.5744,1,1,1,1,1,0.224030912,0.929906189,1,1,1,1,1,1,0.380016983,0.937011063,1,1,1,1,1,1,0.527143836,0.912098646,0.597450459,0.597419082,0.59751773
-7499,1,0.3176,1,1,1,1,1,1,1,1,0.2691,0.3176,0.6788,1,0.2776,1,1,1,1,1,1,0.4322,0.2776,0.6819,1,0.6105,1,1,1,0.2829,0.6105,0.5319,1,1,1,1,1,0.249119416,0.934536517,1,1,1,1,1,1,0.367678404,0.964340448,1,1,1,1,1,1,0.397162378,0.915332019,0.592073465,0.592130315,0.592198582
-7500,1,0.3176,1,1,1,1,1,1,1,1,0.337,0.3176,0.6688,1,0.2776,1,1,1,1,1,1,0.3562,0.2776,0.6813,1,0.6105,1,1,1,0.2843,0.6105,0.6425,1,1,1,1,1,0.320467174,0.934483647,1,1,1,1,1,1,0.328398347,0.955355287,1,1,1,1,1,1,0.428150564,0.889630079,0.581561141,0.581764333,0.582003546
-7501,1,0.3176,1,1,1,1,1,1,1,1,0.3631,0.3176,0.6519,1,0.2776,1,1,1,1,1,1,0.5063,0.2776,0.6575,1,0.6105,1,1,1,0.2578,0.6105,0.6237,1,1,1,1,1,0.455210775,0.914268792,0.994814515,1,1,1,1,1,0.427772671,0.916801691,1,1,1,1,1,1,0.393815964,0.889796197,0.576123731,0.576052465,0.576241135
-7502,1,0.3176,1,1,1,1,1,1,1,1,0.4041,0.3176,0.5274,1,0.2776,1,1,1,1,1,1,0.5582,0.2776,0.535,1,0.6105,1,1,1,0.2744,0.6105,0.4575,1,1,1,1,1,0.511824429,0.812376499,0.918370605,1,1,1,1,1,0.472223759,0.803783059,1,1,1,1,1,1,0.487813979,0.777929842,0.569659256,0.569705945,0.569592199
-7503,1,0.3176,1,1,1,1,1,1,1,1,0.2925,0.3176,0.346,1,0.2776,1,1,1,1,1,1,0.4935,0.2776,0.3735,1,0.6105,1,1,1,0.2016,0.6105,0.2779,1,1,1,1,1,0.350094885,0.614747405,0.951108932,1,1,1,1,1,0.424687415,0.637321353,1,1,1,1,1,1,0.367781311,0.565600514,0.569538424,0.569494394,0.569592199
-7504,1,0.3176,1,1,1,1,1,1,1,1,0.1437,0.3176,0.103,1,0.2776,1,1,1,1,1,1,0.1978,0.2776,0.1357,1,0.6105,1,1,1,0.1265,0.6105,0.0063,1,1,1,1,1,0.190849289,0.278428733,0.721860945,1,1,1,1,1,0.192580894,0.315920413,1,1,1,1,1,1,0.249347225,0.142506674,0.601437893,0.601438545,0.601507092
-7505,1,0.3176,1,1,1,1,1,1,1,1,0.0584,0.3176,0,1,0.2776,1,1,1,1,1,1,0.1263,0.2776,0,1,0.6105,1,1,1,0.1467,0.6105,0,1,1,1,1,1,0.091666855,0,0.598736525,1,1,1,1,1,0.114789315,0,1,1,1,1,1,1,0.286376595,0,0.643245529,0.643325576,0.643617021
-7506,1,0.3176,1,1,1,1,1,1,1,1,0.03,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0681,0.2776,0,1,0.6105,1,1,1,0.1071,0.6105,0,1,1,1,1,1,0.03453416,0,0.658449292,1,1,1,1,1,0.061484296,0,0.95112735,1,1,1,1,1,0.236751646,0,0.634787337,0.634651999,0.635195035
-7507,1,0.3176,1,1,1,1,1,1,1,1,0.028,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0781,0.2776,0,1,0.6105,1,1,1,0.0921,0.6105,0,1,1,1,1,1,0.018165961,0,0.99940604,1,1,1,1,1,0.070848942,0,1,1,1,1,1,1,0.188022733,0,0.614548091,0.614766237,0.614804965
-7508,1,0.3176,1,1,1,1,1,1,1,1,0.0153,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0095,0.2776,0,1,0.6105,1,1,1,0.0969,0.6105,0,1,1,1,1,1,0.010491074,0,0.998644173,1,1,1,1,1,0.011867158,0,1,1,1,1,1,1,0.21884568,0,0.591348478,0.591284113,0.591312057
-7509,1,0.3176,1,1,1,1,1,1,1,1,0.021,0.3176,0,1,0.2776,1,1,1,1,1,1,0.006,0.2776,0,1,0.6105,1,1,1,0.1007,0.6105,0,1,1,1,1,1,0.016117765,0,1,1,1,1,1,1,0.005259955,0,0.903992772,1,1,1,1,1,0.224586725,0,0.557817786,0.557859107,0.558067376
-7510,1,0.3176,1,1,1,1,1,1,1,1,0.0245,0.3176,0,1,0.2776,1,1,1,1,1,1,0.016,0.2776,0,1,0.6105,1,1,1,0.1301,0.6105,0,1,1,1,1,1,0.029930213,0,0.831316352,1,1,1,1,1,0.013582618,0,0.474435389,1,1,1,1,1,0.273832023,0,0.514439343,0.514491221,0.51462766
-7511,1,0.3176,1,1,1,1,1,1,1,1,0.012,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0097,0.2776,0,1,0.6105,1,1,1,0.1162,0.6105,0,1,1,1,1,1,0.01478665,0,0.646814704,1,1,1,1,1,0.008616789,0,0.396785617,1,1,1,1,1,0.273560286,0,0.470940068,0.470911783,0.470744681
-7512,1,0.3176,1,1,1,1,1,1,1,1,0.0099,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0198,0.2776,0,1,0.6105,1,1,1,0.0668,0.6105,0,1,1,1,1,1,0.008361326,0,0.395174116,1,1,1,1,1,0.016062221,0,0.270649761,1,1,1,1,1,0.204239815,0,0.437288545,0.437275227,0.4375
-7513,1,0.3176,1,1,1,1,1,1,1,1,0.0331,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0146,0.2776,0,1,0.6105,1,1,1,0.0583,0.6105,0,1,1,1,1,1,0.025971293,0,0.218468875,1,1,1,1,1,0.014775098,0,0.189873829,1,1,1,1,1,0.191891864,0,0.419647173,0.419716522,0.419769504
-7514,1,0.3176,1,1,1,1,1,1,1,1,0.0381,0.3176,0,1,0.2776,1,1,1,1,1,1,0.004,0.2776,0,1,0.6105,1,1,1,0.1087,0.6105,0,1,1,1,1,1,0.027333055,0,0.262825966,1,1,1,1,1,0.004183273,0,0.206685096,1,1,1,1,1,0.305942357,0,0.40937651,0.409350539,0.409131206
-7515,1,0.3176,1,1,1,1,1,1,1,1,0.0278,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0018,0.2776,0,1,0.6105,1,1,1,0.1358,0.6105,0,1,1,1,1,1,0.012067519,0,0.512791336,1,1,1,1,1,0.002997318,0,0.20606257,1,1,1,1,1,0.391626626,0,0.405751571,0.405754178,0.405585106
-7516,1,0.3176,1,1,1,1,1,1,1,1,0.015,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0026,0.2776,0,1,0.6105,1,1,1,0.2086,0.6105,0,1,1,1,1,1,0.00521395,0,0.731600463,1,1,1,1,1,0.002543801,0,0.271749765,1,1,1,1,1,0.445691943,0,0.411068149,0.411042945,0.411347518
-7517,1,0.3176,1,1,1,1,1,1,1,1,0.0097,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.2624,0.6105,0,1,1,1,1,1,0.004189341,0,0.624051213,1,1,1,1,1,0.000904943,0,0.171903148,1,1,1,1,1,0.515833557,0,0.428769937,0.428813201,0.428634752
-7518,1,0.3176,1,1,1,1,1,1,1,1,0.0128,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.3234,0.6105,0,1,1,1,1,1,0.00646651,0,0.57257843,1,1,1,1,1,0.000504076,0,0.124308631,1,1,1,1,1,0.600060344,0,0.456561141,0.456526338,0.456560284
-7519,1,0.3176,1,1,1,1,1,1,1,1,0.0098,0.3176,0.1056,1,0.2776,1,1,1,1,1,1,0,0.2776,0.0757,1,0.6105,1,1,1,0.1808,0.6105,0.0722,1,1,1,1,1,0.009702927,0.24833551,0.687819779,1,1,1,1,1,0.000307811,0.144890159,0.205146611,1,1,1,1,1,0.316925913,0.299202561,0.489366844,0.489316691,0.489361702
-7520,1,0.3176,1,1,1,1,1,1,1,1,0.0213,0.3176,0.3458,1,0.2776,1,1,1,1,1,1,0.0038,0.2776,0.3169,1,0.6105,1,1,1,0.2007,0.6105,0.3307,1,1,1,1,1,0.020388998,0.602988482,0.899078429,1,1,1,1,1,0.003929216,0.465252459,0.475726217,1,1,1,1,1,0.293655455,0.648409545,0.521930884,0.521895494,0.522163121
-7521,1,0.3176,1,1,1,1,1,1,1,1,0.053,0.3176,0.5296,1,0.2776,1,1,1,1,1,1,0.0172,0.2776,0.4553,1,0.6105,1,1,1,0.3611,0.6105,0.5099,1,1,1,1,1,0.065264709,0.801499486,1,1,1,1,1,1,0.011203337,0.634507596,0.721321702,1,1,1,1,1,0.468990594,0.832471311,0.537034799,0.537127142,0.537234043
-7522,1,0.3176,1,1,1,1,1,1,1,1,0.1358,0.3176,0.648,1,0.2776,1,1,1,1,1,1,0.0369,0.2776,0.5969,1,0.6105,1,1,1,0.2812,0.6105,0.6434,1,1,1,1,1,0.162715718,0.907175601,0.677998066,1,1,1,1,1,0.027042083,0.841716647,0.296563089,1,1,1,1,1,0.384140372,0.924002469,0.538122281,0.538184895,0.538120567
-7523,1,0.3176,1,1,1,1,1,1,1,1,0.1016,0.3176,0.6685,1,0.2776,1,1,1,1,1,1,0.0027,0.2776,0.6605,1,0.6105,1,1,1,0.2406,0.6105,0.6619,1,1,1,1,1,0.11712271,0.935914338,0.440151691,1,1,1,1,1,0.00230452,0.919115424,0.180687189,1,1,1,1,1,0.333318561,0.949095607,0.531718221,0.531626825,0.531914894
-7524,1,0.3176,1,1,1,1,1,1,1,1,0.065,0.3176,0.667,1,0.2776,1,1,1,1,1,1,0.0016,0.2776,0.6424,1,0.6105,1,1,1,0.1342,0.6105,0.6608,1,1,1,1,1,0.087961055,0.934664488,0.223750368,1,1,1,1,1,0.001425902,0.915120602,0.212524086,1,1,1,1,1,0.17049627,0.935821533,0.522051716,0.521895494,0.522163121
-7525,1,0.3176,1,1,1,1,1,1,1,1,0.0488,0.3176,0.6408,1,0.2776,1,1,1,1,1,1,0,0.2776,0.6343,1,0.6105,1,1,1,0.1367,0.6105,0.6266,1,1,1,1,1,0.049111914,0.895930588,0.236266643,1,1,1,1,1,0.001005075,0.876069009,0.180401057,1,1,1,1,1,0.166276798,0.894220233,0.511962301,0.511952613,0.511968085
-7526,1,0.3176,1,1,1,1,1,1,1,1,0.0102,0.3176,0.5113,1,0.2776,1,1,1,1,1,1,0,0.2776,0.5214,1,0.6105,1,1,1,0.1135,0.6105,0.4879,1,1,1,1,1,0.019246034,0.785674214,0.253804684,1,1,1,1,1,4.24E-05,0.778861463,0.084475912,1,1,1,1,1,0.151289478,0.774733365,0.50598115,0.506029194,0.506205674
-7527,1,0.3176,1,1,1,1,1,1,1,1,0.0029,0.3176,0.3324,1,0.2776,1,1,1,1,1,1,0,0.2776,0.3438,1,0.6105,1,1,1,0.1036,0.6105,0.2894,1,1,1,1,1,0.005744796,0.585169435,0.173307166,1,1,1,1,1,3.34E-05,0.566030085,0.046777491,1,1,1,1,1,0.137913004,0.553236067,0.510089415,0.510048657,0.510195035
-7528,1,0.3176,1,1,1,1,1,1,1,1,0.0005,0.3176,0.0819,1,0.2776,1,1,1,1,1,1,0,0.2776,0.0846,1,0.6105,1,1,1,0.0281,0.6105,0.0309,1,1,1,1,1,0,0.207483873,0.100168273,1,1,1,1,1,3.10E-05,0.207325593,0.01898665,1,1,1,1,1,0.049170788,0.075342536,0.550265829,0.550243283,0.550531915
-7529,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0025,0.6105,0,1,1,1,1,1,0,0,0.026701465,1,1,1,1,1,0,0,0,1,1,1,1,1,0.005391371,0,0.594429676,0.594457373,0.594858156
-7530,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0042,0.6105,0,1,1,1,1,1,2.93E-05,0,0.027426422,1,1,1,1,1,0,0,0,1,1,1,1,1,0.011009205,0,0.586515225,0.586629998,0.58643617
-7531,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.006,0.6105,0,1,1,1,1,1,0.00013781,0,0.024844799,1,1,1,1,1,0,0,0,1,1,1,1,1,0.022568308,0,0.569357177,0.569282843,0.569592199
-7532,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0044,0.6105,0,1,1,1,1,1,0,0,0.069143958,1,1,1,1,1,5.18E-05,0,0.023746599,1,1,1,1,1,0.022018487,0,0.549903335,0.549820182,0.550088652
-7533,1,0.3176,1,1,1,1,1,1,1,1,0.0004,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0005,0.6105,0,1,1,1,1,1,2.13E-05,0,0.11680916,1,1,1,1,1,3.12E-05,0,0.052298434,1,1,1,1,1,0.012149535,0,0.522716288,0.522741697,0.523049645
-7534,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,1.29E-05,0,0.054252561,1,1,1,1,1,3.76E-05,0,0.111615717,1,1,1,1,1,0.013262274,0,0.487433543,0.487412735,0.48714539
-7535,1,0.3176,1,1,1,1,1,1,1,1,0.0004,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,4.43E-05,0,0.054725181,1,1,1,1,1,0.000101994,0,0.332874089,1,1,1,1,1,0.002503358,0,0.449794587,0.449756717,0.449911348
-7536,1,0.3176,1,1,1,1,1,1,1,1,0.0001,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000623954,0,0.051925384,1,1,1,1,1,7.55E-06,0,0.40308091,1,1,1,1,1,0.001356504,0,0.421278395,0.421197377,0.421542553
-7537,1,0.3176,1,1,1,1,1,1,1,1,0.0005,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000151649,0,0.051424559,1,1,1,1,1,0,0,0.080082461,1,1,1,1,1,0.001018214,0,0.402549541,0.402580918,0.40248227
-7538,1,0.3176,1,1,1,1,1,1,1,1,0.0016,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,8.44E-06,0,0.039286811,1,1,1,1,1,3.93E-05,0,0.137596875,1,1,1,1,1,0.000810961,0,0.392097632,0.392003385,0.392287234
-7539,1,0.3176,1,1,1,1,1,1,1,1,0.0014,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,3.98E-05,0,0.085051067,1,1,1,1,1,0.000136831,0,0.307636142,1,1,1,1,1,0.001479646,0,0.38738521,0.38734927,0.387411348
-7540,1,0.3176,1,1,1,1,1,1,1,1,0.002,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000300023,0,0.097087815,1,1,1,1,1,4.50E-06,0,0.116276704,1,1,1,1,1,0.001815678,0,0.389862252,0.389676327,0.390070922
-7541,1,0.3176,1,1,1,1,1,1,1,1,0.0023,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000217057,0,0.028969437,1,1,1,1,1,0.000973011,0,0.056932464,1,1,1,1,1,0.00180433,0,0.400374577,0.400465411,0.40070922
-7542,1,0.3176,1,1,1,1,1,1,1,1,0.004,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0011,0.6105,0,1,1,1,1,1,0.000237568,0,0.081375808,1,1,1,1,1,0.001545815,0,0.016028797,1,1,1,1,1,0.010145224,0,0.419284679,0.419293421,0.419326241
-7543,1,0.3176,1,1,1,1,1,1,1,1,0.0122,0.3176,0.0737,1,0.2776,1,1,1,1,1,1,0,0.2776,0.071,1,0.6105,1,1,1,0.0014,0.6105,0.0454,1,1,1,1,1,0.001861355,0.158864632,0.060834274,1,1,1,1,1,0.003265554,0.174743444,0,1,1,1,1,1,0.01000602,0.256563157,0.447196713,0.447006558,0.447251773
-7544,1,0.3176,1,1,1,1,1,1,1,1,0.0382,0.3176,0.3074,1,0.2776,1,1,1,1,1,1,0,0.2776,0.3276,1,0.6105,1,1,1,0.0033,0.6105,0.2983,1,1,1,1,1,0.015053151,0.515102267,0.112581924,1,1,1,1,1,0.000226491,0.563043654,0,1,1,1,1,1,0.014455817,0.564115226,0.483264862,0.483181722,0.483156028
-7545,1,0.3176,1,1,1,1,1,1,1,1,0.0911,0.3176,0.4571,1,0.2776,1,1,1,1,1,1,0.0061,0.2776,0.4827,1,0.6105,1,1,1,0.0042,0.6105,0.4196,1,1,1,1,1,0.041860852,0.670570076,0.153066099,1,1,1,1,1,0.003415165,0.72126478,0.040620159,1,1,1,1,1,0.024644073,0.640176713,0.504168681,0.504125238,0.504432624
-7546,1,0.3176,1,1,1,1,1,1,1,1,0.1228,0.3176,0.5656,1,0.2776,1,1,1,1,1,1,0.043,0.2776,0.5614,1,0.6105,1,1,1,0.0073,0.6105,0.4705,1,1,1,1,1,0.05390837,0.730561376,0.219231501,1,1,1,1,1,0.03990636,0.831764042,0.152913362,1,1,1,1,1,0.029825799,0.683899879,0.511962301,0.511952613,0.511968085
-7547,1,0.3176,1,1,1,1,1,1,1,1,0.1602,0.3176,0.5666,1,0.2776,1,1,1,1,1,1,0.076,0.2776,0.5822,1,0.6105,1,1,1,0.0149,0.6105,0.4422,1,1,1,1,1,0.097953431,0.728638113,0.127308339,1,1,1,1,1,0.083892621,0.906008124,0.151865214,1,1,1,1,1,0.035292696,0.687876403,0.514016433,0.513856569,0.514184397
-7548,1,0.3176,1,1,1,1,1,1,1,1,0.1471,0.3176,0.5863,1,0.2776,1,1,1,1,1,1,0.1036,0.2776,0.6355,1,0.6105,1,1,1,0.0156,0.6105,0.4662,1,1,1,1,1,0.071173713,0.801793396,0.052509114,1,1,1,1,1,0.115606174,0.921847701,0.140122786,1,1,1,1,1,0.028543636,0.719063878,0.512989367,0.512798815,0.51285461
-7549,1,0.3176,1,1,1,1,1,1,1,1,0.153,0.3176,0.5924,1,0.2776,1,1,1,1,1,1,0.0972,0.2776,0.639,1,0.6105,1,1,1,0.0121,0.6105,0.4986,1,1,1,1,1,0.085245989,0.859282434,0.04614481,1,1,1,1,1,0.107933715,0.905330718,0.156217799,1,1,1,1,1,0.027994666,0.759703934,0.506162397,0.506240745,0.506205674
-7550,1,0.3176,1,1,1,1,1,1,1,1,0.1272,0.3176,0.503,1,0.2776,1,1,1,1,1,1,0.1004,0.2776,0.5314,1,0.6105,1,1,1,0.0133,0.6105,0.4138,1,1,1,1,1,0.100926697,0.785133064,0.025960956,1,1,1,1,1,0.111904636,0.809775651,0.159962565,1,1,1,1,1,0.033184368,0.615752578,0.500302078,0.500317326,0.5
-7551,1,0.3176,1,1,1,1,1,1,1,1,0.1139,0.3176,0.3328,1,0.2776,1,1,1,1,1,1,0.1246,0.2776,0.3618,1,0.6105,1,1,1,0.0072,0.6105,0.2697,1,1,1,1,1,0.087412022,0.594952703,0.08269909,1,1,1,1,1,0.138943538,0.624310017,0.331665456,1,1,1,1,1,0.012871744,0.446720958,0.502356211,0.502432833,0.502216312
-7552,1,0.3176,1,1,1,1,1,1,1,1,0.077,0.3176,0.0969,1,0.2776,1,1,1,1,1,1,0.0514,0.2776,0.1279,1,0.6105,1,1,1,0.0046,0.6105,0.0323,1,1,1,1,1,0.038453266,0.262965113,0.111151576,1,1,1,1,1,0.06071151,0.303687632,0.348359972,1,1,1,1,1,0.016140306,0.062243983,0.543801353,0.543685213,0.543882979
-7553,1,0.3176,1,1,1,1,1,1,1,1,0.063,0.3176,0,1,0.2776,1,1,1,1,1,1,0.036,0.2776,0,1,0.6105,1,1,1,0.0023,0.6105,0,1,1,1,1,1,0.016292717,0,0.071153641,1,1,1,1,1,0.039715886,0,0.242469639,1,1,1,1,1,0.013950732,0,0.591952634,0.591918765,0.592198582
-7554,1,0.3176,1,1,1,1,1,1,1,1,0.0458,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0075,0.2776,0,1,0.6105,1,1,1,0.0014,0.6105,0,1,1,1,1,1,0.008540059,0,0.07120423,1,1,1,1,1,0.012153735,0,0.207111001,1,1,1,1,1,0.019025495,0,0.584461092,0.584514491,0.584219858
-7555,1,0.3176,1,1,1,1,1,1,1,1,0.0456,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0021,0.6105,0,1,1,1,1,1,0.007743345,0,0.097658634,1,1,1,1,1,0.007084617,0,0.213968873,1,1,1,1,1,0.029031929,0,0.564946834,0.564840279,0.565159574
-7556,1,0.3176,1,1,1,1,1,1,1,1,0.0405,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0114,0.2776,0,1,0.6105,1,1,1,0.0033,0.6105,0,1,1,1,1,1,0.010176772,0,0.093957849,1,1,1,1,1,0.01208934,0,0.251363099,1,1,1,1,1,0.031051353,0,0.540599323,0.540723503,0.540780142
-7557,1,0.3176,1,1,1,1,1,1,1,1,0.0516,0.3176,0,1,0.2776,1,1,1,1,1,1,0.019,0.2776,0,1,0.6105,1,1,1,0.0037,0.6105,0,1,1,1,1,1,0.022931164,0,0.055490017,1,1,1,1,1,0.01859187,0,0.163494781,1,1,1,1,1,0.031619791,0,0.505618656,0.505606093,0.505762411
-7558,1,0.3176,1,1,1,1,1,1,1,1,0.0562,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0116,0.2776,0,1,0.6105,1,1,1,0.0051,0.6105,0,1,1,1,1,1,0.019922255,0,0.005384441,1,1,1,1,1,0.010323911,0,0.030264923,1,1,1,1,1,0.02295368,0,0.464596423,0.464776814,0.464539007
-7559,1,0.3176,1,1,1,1,1,1,1,1,0.0587,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0016,0.2776,0,1,0.6105,1,1,1,0.0076,0.6105,0,1,1,1,1,1,0.0179841,0,0.000973794,1,1,1,1,1,0.00495694,0,0.002532723,1,1,1,1,1,0.030166969,0,0.426474142,0.426486143,0.42641844
-7560,1,0.3176,1,1,1,1,1,1,1,1,0.0453,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0076,0.6105,0,1,1,1,1,1,0.010339765,0,0.000563661,1,1,1,1,1,8.39E-05,0,0,1,1,1,1,1,0.024898108,0,0.39977042,0.399830759,0.399822695
-7561,1,0.3176,1,1,1,1,1,1,1,1,0.0404,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0036,0.6105,0,1,1,1,1,1,0.008538164,0,0,1,1,1,1,1,0.000226414,0,0,1,1,1,1,1,0.031880084,0,0.38460609,0.384599111,0.384751773
-7562,1,0.3176,1,1,1,1,1,1,1,1,0.0475,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0031,0.2776,0,1,0.6105,1,1,1,0.0044,0.6105,0,1,1,1,1,1,0.010047263,0,0,1,1,1,1,1,0.004151433,0,0,1,1,1,1,1,0.029922385,0,0.377416626,0.377406389,0.377659574
-7563,1,0.3176,1,1,1,1,1,1,1,1,0.0428,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0129,0.2776,0,1,0.6105,1,1,1,0.0027,0.6105,0,1,1,1,1,1,0.010259526,0,0.000341212,1,1,1,1,1,0.010900315,0,0,1,1,1,1,1,0.029122792,0,0.377718705,0.377617939,0.377659574
-7564,1,0.3176,1,1,1,1,1,1,1,1,0.0581,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0331,0.2776,0,1,0.6105,1,1,1,0.0013,0.6105,0,1,1,1,1,1,0.016314102,0,0,1,1,1,1,1,0.016731892,0,0,1,1,1,1,1,0.031256214,0,0.389439343,0.389464777,0.38962766
-7565,1,0.3176,1,1,1,1,1,1,1,1,0.0415,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0138,0.2776,0,1,0.6105,1,1,1,0.003,0.6105,0,1,1,1,1,1,0.010267256,0,0.000312778,1,1,1,1,1,0.00725577,0,0,1,1,1,1,1,0.032572336,0,0.425326245,0.425216839,0.425531915
-7566,1,0.3176,1,1,1,1,1,1,1,1,0.025,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0062,0.2776,0,1,0.6105,1,1,1,0.0038,0.6105,0,1,1,1,1,1,0.007906456,0,0.005352193,1,1,1,1,1,0.00638501,0,0.012814136,1,1,1,1,1,0.032656591,0,0.479096182,0.479162259,0.479166667
-7567,1,0.3176,1,1,1,1,1,1,1,1,0.0182,0.3176,0.103,1,0.2776,1,1,1,1,1,1,0.0339,0.2776,0.0719,1,0.6105,1,1,1,0.0047,0.6105,0.0672,1,1,1,1,1,0.010625248,0.252563238,0.027176127,1,1,1,1,1,0.025003182,0.18685399,0.034586914,1,1,1,1,1,0.028911853,0.257489383,0.521507975,0.521683943,0.521719858
-7568,1,0.3176,1,1,1,1,1,1,1,1,0.032,0.3176,0.3367,1,0.2776,1,1,1,1,1,1,0.0193,0.2776,0.3259,1,0.6105,1,1,1,0.0078,0.6105,0.2997,1,1,1,1,1,0.011450588,0.570249915,0.064013518,1,1,1,1,1,0.01140957,0.564554989,0.09850838,1,1,1,1,1,0.037108209,0.601957858,0.549359594,0.549397081,0.54964539
-7569,1,0.3176,1,1,1,1,1,1,1,1,0.0535,0.3176,0.5029,1,0.2776,1,1,1,1,1,1,0.0247,0.2776,0.5018,1,0.6105,1,1,1,0.0137,0.6105,0.4524,1,1,1,1,1,0.023171041,0.786159098,0.211167812,1,1,1,1,1,0.013937821,0.75859648,0.345734835,1,1,1,1,1,0.04888472,0.715885043,0.565067666,0.56505183,0.565159574
-7570,1,0.3176,1,1,1,1,1,1,1,1,0.0705,0.3176,0.6295,1,0.2776,1,1,1,1,1,1,0.0273,0.2776,0.6078,1,0.6105,1,1,1,0.0378,0.6105,0.5857,1,1,1,1,1,0.033997253,0.889173746,0.341509461,1,1,1,1,1,0.023980826,0.852418721,0.615644813,1,1,1,1,1,0.057880856,0.812927365,0.574432093,0.574360059,0.574468085
-7571,1,0.3176,1,1,1,1,1,1,1,1,0.1588,0.3176,0.641,1,0.2776,1,1,1,1,1,1,0.0519,0.2776,0.6065,1,0.6105,1,1,1,0.0745,0.6105,0.595,1,1,1,1,1,0.082362831,0.898742735,0.300412625,1,1,1,1,1,0.056944881,0.868810773,0.571944535,1,1,1,1,1,0.098161489,0.869193435,0.576486225,0.576687117,0.576684397
-7572,1,0.3176,1,1,1,1,1,1,1,1,0.2079,0.3176,0.6296,1,0.2776,1,1,1,1,1,1,0.1031,0.2776,0.6128,1,0.6105,1,1,1,0.0861,0.6105,0.4938,1,1,1,1,1,0.142815962,0.870201945,0.290571302,1,1,1,1,1,0.113889463,0.846376598,0.367084026,1,1,1,1,1,0.063535869,0.859189749,0.573888352,0.573725407,0.574024823
-7573,1,0.3176,1,1,1,1,1,1,1,1,0.2768,0.3176,0.6023,1,0.2776,1,1,1,1,1,1,0.1153,0.2776,0.5842,1,0.6105,1,1,1,0.1322,0.6105,0.4732,1,1,1,1,1,0.215082228,0.828652084,0.400333405,1,1,1,1,1,0.130647898,0.7936759,0.515967011,1,1,1,1,1,0.102273494,0.805292726,0.571230063,0.571186799,0.571365248
-7574,1,0.3176,1,1,1,1,1,1,1,1,0.2837,0.3176,0.4756,1,0.2776,1,1,1,1,1,1,0.1564,0.2776,0.481,1,0.6105,1,1,1,0.1581,0.6105,0.397,1,1,1,1,1,0.252530903,0.715226114,0.305300653,1,1,1,1,1,0.182421744,0.683290839,0.469190091,1,1,1,1,1,0.172826588,0.699587703,0.566940551,0.566955786,0.567375887
-7575,1,0.3176,1,1,1,1,1,1,1,1,0.1985,0.3176,0.3125,1,0.2776,1,1,1,1,1,1,0.1293,0.2776,0.3059,1,0.6105,1,1,1,0.111,0.6105,0.1934,1,1,1,1,1,0.187163308,0.541769326,0.267033666,1,1,1,1,1,0.153385341,0.533248425,0.674536467,1,1,1,1,1,0.125330925,0.477003276,0.567484292,0.567590438,0.567375887
-7576,1,0.3176,1,1,1,1,1,1,1,1,0.1186,0.3176,0.0716,1,0.2776,1,1,1,1,1,1,0.1263,0.2776,0.0951,1,0.6105,1,1,1,0.0718,0.6105,0,1,1,1,1,1,0.112286635,0.18027693,0.167584598,1,1,1,1,1,0.131273106,0.249712244,0.409467041,1,1,1,1,1,0.127416253,0.044955127,0.607962784,0.607996615,0.608156028
-7577,1,0.3176,1,1,1,1,1,1,1,1,0.0627,0.3176,0,1,0.2776,1,1,1,1,1,1,0.1894,0.2776,0,1,0.6105,1,1,1,0.0672,0.6105,0,1,1,1,1,1,0.071087711,0,0.149043664,1,1,1,1,1,0.183713302,0,0.42792204,1,1,1,1,1,0.129322037,0,0.650676655,0.65072985,0.65070922
-7578,1,0.3176,1,1,1,1,1,1,1,1,0.0548,0.3176,0,1,0.2776,1,1,1,1,1,1,0.2122,0.2776,0,1,0.6105,1,1,1,0.0941,0.6105,0,1,1,1,1,1,0.064198293,0,0.137725011,1,1,1,1,1,0.197418749,0,0.45998168,1,1,1,1,1,0.166669622,0,0.640164331,0.640152316,0.640514184
-7579,1,0.3176,1,1,1,1,1,1,1,1,0.0805,0.3176,0,1,0.2776,1,1,1,1,1,1,0.2519,0.2776,0,1,0.6105,1,1,1,0.107,0.6105,0,1,1,1,1,1,0.09023387,0,0.23293975,1,1,1,1,1,0.241213083,0,0.612712324,1,1,1,1,1,0.16395618,0,0.617448043,0.617516395,0.617464539
-7580,1,0.3176,1,1,1,1,1,1,1,1,0.1233,0.3176,0,1,0.2776,1,1,1,1,1,1,0.2526,0.2776,0,1,0.6105,1,1,1,0.1764,0.6105,0,1,1,1,1,1,0.13212359,0,0.37365374,1,1,1,1,1,0.245886147,0,0.97244978,1,1,1,1,1,0.290464699,0,0.586454809,0.586629998,0.58643617
-7581,1,0.3176,1,1,1,1,1,1,1,1,0.2535,0.3176,0,1,0.2776,1,1,1,1,1,1,0.3176,0.2776,0,1,0.6105,1,1,1,0.1969,0.6105,0,1,1,1,1,1,0.298672408,0,0.320616335,1,1,1,1,1,0.302792847,0,0.708015203,1,1,1,1,1,0.361878812,0,0.540538908,0.540511953,0.540336879
-7582,1,0.3176,1,1,1,1,1,1,1,1,0.221,0.3176,0,1,0.2776,1,1,1,1,1,1,0.2732,0.2776,0,1,0.6105,1,1,1,0.243,0.6105,0,1,1,1,1,1,0.227270961,0,0.489760369,1,1,1,1,1,0.262258291,0,1,1,1,1,1,1,0.400019139,0,0.486104398,0.486143431,0.486258865
-7583,1,0.3176,1,1,1,1,1,1,1,1,0.274,0.3176,0,1,0.2776,1,1,1,1,1,1,0.267,0.2776,0,1,0.6105,1,1,1,0.2861,0.6105,0,1,1,1,1,1,0.344533533,0,0.656957865,1,1,1,1,1,0.276117206,0,1,1,1,1,1,1,0.453582793,0,0.440248913,0.440236937,0.440602837
-7584,1,0.3176,1,1,1,1,1,1,1,1,0.3271,0.3176,0,1,0.2776,1,1,1,1,1,1,0.2242,0.2776,0,1,0.6105,1,1,1,0.3289,0.6105,0,1,1,1,1,1,0.321701676,0,0.913378417,1,1,1,1,1,0.224846303,0,1,1,1,1,1,1,0.45138678,0,0.408289029,0.408292786,0.408244681
-7585,1,0.3176,1,1,1,1,1,1,1,1,0.3113,0.3176,0,1,0.2776,1,1,1,1,1,1,0.3206,0.2776,0,1,0.6105,1,1,1,0.2823,0.6105,0,1,1,1,1,1,0.306057751,0,0.996655822,1,1,1,1,1,0.302592337,0,1,1,1,1,1,1,0.499883503,0,0.390285162,0.390310979,0.390070922
-7586,1,0.3176,1,1,1,1,1,1,1,1,0.3468,0.3176,0,1,0.2776,1,1,1,1,1,1,0.1897,0.2776,0,1,0.6105,1,1,1,0.2964,0.6105,0,1,1,1,1,1,0.280577213,0,1,1,1,1,1,1,0.188476682,0,1,1,1,1,1,1,0.535720527,0,0.380799903,0.380791199,0.380762411
-7587,1,0.3176,1,1,1,1,1,1,1,1,0.283,0.3176,0,1,0.2776,1,1,1,1,1,1,0.1846,0.2776,0,1,0.6105,1,1,1,0.1831,0.6105,0,1,1,1,1,1,0.16822356,0,0.921312869,1,1,1,1,1,0.189537182,0,1,1,1,1,1,1,0.291742593,0,0.3800145,0.379944997,0.379875887
-7588,1,0.3176,1,1,1,1,1,1,1,1,0.2703,0.3176,0,1,0.2776,1,1,1,1,1,1,0.2685,0.2776,0,1,0.6105,1,1,1,0.1438,0.6105,0,1,1,1,1,1,0.190366998,0,0.94970417,1,1,1,1,1,0.280344337,0,1,1,1,1,1,1,0.211923659,0,0.391433059,0.391368733,0.391400709
-7589,1,0.3176,1,1,1,1,1,1,1,1,0.3161,0.3176,0,1,0.2776,1,1,1,1,1,1,0.4322,0.2776,0,1,0.6105,1,1,1,0.1993,0.6105,0,1,1,1,1,1,0.227346718,0,1,1,1,1,1,1,0.368059099,0,1,1,1,1,1,1,0.28242889,0,0.433724021,0.433890417,0.433953901
-7590,1,0.3176,1,1,1,1,1,1,1,1,0.3841,0.3176,0,1,0.2776,1,1,1,1,1,1,0.2093,0.2776,0,1,0.6105,1,1,1,0.2259,0.6105,0,1,1,1,1,1,0.311545849,0,1,1,1,1,1,1,0.202619106,0,1,1,1,1,1,1,0.251253456,0,0.509364427,0.509414005,0.509308511
-7591,1,0.3176,1,1,1,1,1,1,1,1,0.1296,0.3176,0.0002,1,0.2776,1,1,1,1,1,1,0.1681,0.2776,0,1,0.6105,1,1,1,0.1723,0.6105,0,1,1,1,1,1,0.078955561,4.28E-06,1,1,1,1,1,1,0.14157398,0,0.950583577,1,1,1,1,1,0.250754952,0,0.554374094,0.554474297,0.554521277
-7592,1,0.3176,1,1,1,1,1,1,1,1,0.1392,0.3176,0.2048,1,0.2776,1,1,1,1,1,1,0.1052,0.2776,0.2009,1,0.6105,1,1,1,0.1397,0.6105,0.1224,1,1,1,1,1,0.102997802,0.352989227,1,1,1,1,1,1,0.114654966,0.351603478,1,1,1,1,1,1,0.251612186,0.1772255,0.566880135,0.566744235,0.566932624
-7593,1,0.3176,1,1,1,1,1,1,1,1,0.1472,0.3176,0.3617,1,0.2776,1,1,1,1,1,1,0.0567,0.2776,0.3846,1,0.6105,1,1,1,0.1276,0.6105,0.2365,1,1,1,1,1,0.071416721,0.578971088,0.44236517,1,1,1,1,1,0.109228767,0.542522848,0.412848711,1,1,1,1,1,0.199901223,0.429713547,0.5760029,0.576052465,0.575797872
-7594,1,0.3176,1,1,1,1,1,1,1,1,0.2269,0.3176,0.4551,1,0.2776,1,1,1,1,1,1,0.1465,0.2776,0.4206,1,0.6105,1,1,1,0.087,0.6105,0.3144,1,1,1,1,1,0.088283285,0.62513411,0.728267312,1,1,1,1,1,0.126927525,0.526494265,1,1,1,1,1,1,0.172057658,0.593477964,0.585004833,0.584937593,0.585106383
-7595,1,0.3176,1,1,1,1,1,1,1,1,0.1656,0.3176,0.4406,1,0.2776,1,1,1,1,1,1,0.1922,0.2776,0.4248,1,0.6105,1,1,1,0.048,0.6105,0.3729,1,1,1,1,1,0.063988537,0.56962198,0.604912221,1,1,1,1,1,0.16502732,0.592175126,1,1,1,1,1,1,0.137563005,0.568211079,0.588146448,0.588110853,0.58820922
-7596,1,0.3176,1,1,1,1,1,1,1,1,0.0701,0.3176,0.3895,1,0.2776,1,1,1,1,1,1,0.3632,0.2776,0.4079,1,0.6105,1,1,1,0.1145,0.6105,0.4469,1,1,1,1,1,0.065740377,0.567064941,0.894685507,1,1,1,1,1,0.307316542,0.59984678,1,1,1,1,1,1,0.226782292,0.540396273,0.587058966,0.587053099,0.587322695
-7597,1,0.3176,1,1,1,1,1,1,1,1,0.0687,0.3176,0.3436,1,0.2776,1,1,1,1,1,1,0.1968,0.2776,0.3871,1,0.6105,1,1,1,0.1642,0.6105,0.3837,1,1,1,1,1,0.108205691,0.513906121,0.719259024,1,1,1,1,1,0.175994426,0.561503947,0.955913186,1,1,1,1,1,0.327358276,0.494705021,0.58742146,0.587476201,0.587765957
-7598,1,0.3176,1,1,1,1,1,1,1,1,0.092,0.3176,0.2994,1,0.2776,1,1,1,1,1,1,0.2945,0.2776,0.3139,1,0.6105,1,1,1,0.199,0.6105,0.3147,1,1,1,1,1,0.102763593,0.45558092,0.705398917,1,1,1,1,1,0.249897808,0.481202275,1,1,1,1,1,1,0.405051649,0.389177918,0.584581924,0.584726042,0.584663121
-7599,1,0.3176,1,1,1,1,1,1,1,1,0.0832,0.3176,0.1652,1,0.2776,1,1,1,1,1,1,0.2052,0.2776,0.2324,1,0.6105,1,1,1,0.2535,0.6105,0.204,1,1,1,1,1,0.089483894,0.314863712,0.685543239,1,1,1,1,1,0.167755485,0.469806999,0.994083643,1,1,1,1,1,0.445900023,0.302002847,0.590442243,0.59043791,0.590868794
-7600,1,0.3176,1,1,1,1,1,1,1,1,0.0552,0.3176,0.012,1,0.2776,1,1,1,1,1,1,0.1124,0.2776,0.0679,1,0.6105,1,1,1,0.0926,0.6105,0,1,1,1,1,1,0.060036369,0.072327405,0.703372478,1,1,1,1,1,0.08715044,0.225904569,0.894215703,1,1,1,1,1,0.188313976,0,0.625,0.625132219,0.625
-7601,1,0.3176,1,1,1,1,1,1,1,1,0.0594,0.3176,0,1,0.2776,1,1,1,1,1,1,0.1106,0.2776,0,1,0.6105,1,1,1,0.0525,0.6105,0,1,1,1,1,1,0.047534641,0,0.725700378,1,1,1,1,1,0.096259631,0,0.877060294,1,1,1,1,1,0.093920432,0,0.662759787,0.662788238,0.662677305
-7602,1,0.3176,1,1,1,1,1,1,1,1,0.1339,0.3176,0,1,0.2776,1,1,1,1,1,1,0.1815,0.2776,0,1,0.6105,1,1,1,0.164,0.6105,0,1,1,1,1,1,0.133233711,0,0.595012426,1,1,1,1,1,0.205113411,0,0.601070464,1,1,1,1,1,0.370796293,0,0.656899468,0.656864819,0.656914894
-7603,1,0.3176,1,1,1,1,1,1,1,1,0.1337,0.3176,0,1,0.2776,1,1,1,1,1,1,0.1819,0.2776,0,1,0.6105,1,1,1,0.1644,0.6105,0,1,1,1,1,1,0.133576587,0,0.593923867,1,1,1,1,1,0.205796629,0,0.599766791,1,1,1,1,1,0.371825159,0,0.63877477,0.638671462,0.639184397
-7604,1,0.3176,1,1,1,1,1,1,1,1,0.0768,0.3176,0,1,0.2776,1,1,1,1,1,1,0.1112,0.2776,0,1,0.6105,1,1,1,0.0339,0.6105,0,1,1,1,1,1,0.024584793,0,0.998684525,1,1,1,1,1,0.100049742,0,1,1,1,1,1,1,0.077429213,0,0.611889802,0.611804527,0.611702128
-7605,1,0.3176,1,1,1,1,1,1,1,1,0.106,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0748,0.2776,0,1,0.6105,1,1,1,0.0446,0.6105,0,1,1,1,1,1,0.013141464,0,1,1,1,1,1,1,0.072144926,0,1,1,1,1,1,1,0.078223333,0,0.569961334,0.569917495,0.570035461
-7606,1,0.3176,1,1,1,1,1,1,1,1,0.1132,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0807,0.2776,0,1,0.6105,1,1,1,0.0542,0.6105,0,1,1,1,1,1,0.011728464,0,1,1,1,1,1,1,0.078903064,0,1,1,1,1,1,1,0.133353382,0,0.514922668,0.514914322,0.515070922
-7607,1,0.3176,1,1,1,1,1,1,1,1,0.1208,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0488,0.2776,0,1,0.6105,1,1,1,0.0494,0.6105,0,1,1,1,1,1,0.010406122,0,1,1,1,1,1,1,0.056009747,0,1,1,1,1,1,1,0.122132972,0,0.467133881,0.467103871,0.467198582
-7608,1,0.3176,1,1,1,1,1,1,1,1,0.0713,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0136,0.2776,0,1,0.6105,1,1,1,0.0278,0.6105,0,1,1,1,1,1,0.004256551,0,1,1,1,1,1,1,0.018554665,0,1,1,1,1,1,1,0.056614246,0,0.436623973,0.436640575,0.436613475
-7609,1,0.3176,1,1,1,1,1,1,1,1,0.0778,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0211,0.6105,0,1,1,1,1,1,0.004388983,0,1,1,1,1,1,1,0.003716312,0,1,1,1,1,1,1,0.036281459,0,0.420190913,0.420139623,0.420212766
-7610,1,0.3176,1,1,1,1,1,1,1,1,0.0805,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0342,0.6105,0,1,1,1,1,1,0.005508017,0,1,1,1,1,1,1,0.002284647,0,1,1,1,1,1,1,0.062853843,0,0.413363944,0.413370002,0.41356383
-7611,1,0.3176,1,1,1,1,1,1,1,1,0.0839,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0264,0.6105,0,1,1,1,1,1,0.005895949,0,1,1,1,1,1,1,0.002248854,0,1,1,1,1,1,1,0.050068345,0,0.414149348,0.414004654,0.414007092
-7612,1,0.3176,1,1,1,1,1,1,1,1,0.0981,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0159,0.6105,0,1,1,1,1,1,0.007888082,0,1,1,1,1,1,1,0.00674729,0,1,1,1,1,1,1,0.03093151,0,0.4290116,0.429024751,0.429078014
-7613,1,0.3176,1,1,1,1,1,1,1,1,0.1051,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0106,0.6105,0,1,1,1,1,1,0.007772093,0,1,1,1,1,1,1,0.005530443,0,1,1,1,1,1,1,0.022633772,0,0.475894152,0.475777449,0.47606383
-7614,1,0.3176,1,1,1,1,1,1,1,1,0.1223,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0158,0.6105,0,1,1,1,1,1,0.009684555,0,1,1,1,1,1,1,0.009736519,0,1,1,1,1,1,1,0.029968522,0,0.555159497,0.555108949,0.554964539
-7615,1,0.3176,1,1,1,1,1,1,1,1,0.1022,0.3176,0.0741,1,0.2776,1,1,1,1,1,1,0,0.2776,0.0775,1,0.6105,1,1,1,0.0115,0.6105,0.0445,1,1,1,1,1,0.006713704,0.152618915,1,1,1,1,1,1,0.00288597,0.203918859,1,1,1,1,1,1,0.028643828,0.250545651,0.593100532,0.593188069,0.593085106
-7616,1,0.3176,1,1,1,1,1,1,1,1,0.1465,0.3176,0.3326,1,0.2776,1,1,1,1,1,1,0.0164,0.2776,0.3077,1,0.6105,1,1,1,0.0202,0.6105,0.319,1,1,1,1,1,0.013558503,0.544430494,1,1,1,1,1,1,0.023198292,0.553421378,1,1,1,1,1,1,0.040954188,0.605001807,0.597510875,0.597630633,0.59751773
-7617,1,0.3176,1,1,1,1,1,1,1,1,0.2015,0.3176,0.513,1,0.2776,1,1,1,1,1,1,0.0892,0.2776,0.4897,1,0.6105,1,1,1,0.0755,0.6105,0.5047,1,1,1,1,1,0.034923464,0.771954775,1,1,1,1,1,1,0.095455587,0.75409162,1,1,1,1,1,1,0.09548343,0.809654355,0.595517158,0.595515126,0.595744681
-7618,1,0.3176,1,1,1,1,1,1,1,1,0.2149,0.3176,0.6304,1,0.2776,1,1,1,1,1,1,0.1038,0.2776,0.6502,1,0.6105,1,1,1,0.1056,0.6105,0.6283,1,1,1,1,1,0.043299027,0.899698615,1,1,1,1,1,1,0.117268831,0.908087373,1,1,1,1,1,1,0.120196313,0.909019411,0.594127598,0.594034271,0.594414894
-7619,1,0.3176,1,1,1,1,1,1,1,1,0.2633,0.3176,0.6421,1,0.2776,1,1,1,1,1,1,0.0675,0.2776,0.6793,1,0.6105,1,1,1,0.12,0.6105,0.6512,1,1,1,1,1,0.076187521,0.933407545,1,1,1,1,1,1,0.085878283,0.950496554,1,1,1,1,1,1,0.145296857,0.945561707,0.589173514,0.589168606,0.589095745
-7620,1,0.3176,1,1,1,1,1,1,1,1,0.1635,0.3176,0.6634,1,0.2776,1,1,1,1,1,1,0.0628,0.2776,0.708,1,0.6105,1,1,1,0.1626,0.6105,0.6869,1,1,1,1,1,0.074850827,0.978179693,0.992782235,1,1,1,1,1,0.09768004,0.995102346,0.955250323,1,1,1,1,1,0.131781489,0.983811259,0.58240696,0.582398985,0.582446809
-7621,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0.6169,1,0.2776,1,1,1,1,1,1,0,0.2776,0.6714,1,0.6105,1,1,1,0,0.6105,0.6141,1,1,1,1,1,0,0.89484936,0,1,1,1,1,1,0,0.923638225,0,1,1,1,1,1,0,0.885305047,0.57781537,0.57774487,0.578014184
-7622,1,0.3176,1,1,1,1,1,1,1,1,0.177,0.3176,0.5355,1,0.2776,1,1,1,1,1,1,0.0276,0.2776,0.5738,1,0.6105,1,1,1,0.1669,0.6105,0.5248,1,1,1,1,1,0.089145899,0.848065257,0.952934027,1,1,1,1,1,0.06634254,0.865045488,0.65794301,1,1,1,1,1,0.12735492,0.826733887,0.574734171,0.574783161,0.574911348
-7623,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0.3307,1,0.2776,1,1,1,1,1,1,0,0.2776,0.3691,1,0.6105,1,1,1,0,0.6105,0.2911,1,1,1,1,1,0,0.590735316,0,1,1,1,1,1,0,0.633593917,0,1,1,1,1,1,0,0.535729706,0.580836153,0.58091813,0.581117021
-7624,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0.0844,1,0.2776,1,1,1,1,1,1,0,0.2776,0.1219,1,0.6105,1,1,1,0,0.6105,0.0108,1,1,1,1,1,0,0.238239512,0,1,1,1,1,1,0,0.290355682,0,1,1,1,1,1,0,0.002239173,0.622522958,0.622593611,0.622340426
-7625,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0.673211696,0.67315422,0.673315603
-7626,1,0.3176,1,1,1,1,1,1,1,1,0.141,0.3176,0,1,0.2776,1,1,1,1,1,1,0.029,0.2776,0,1,0.6105,1,1,1,0.1599,0.6105,0,1,1,1,1,1,0.22347796,0,0.979153693,1,1,1,1,1,0.127313256,0,0.581234336,1,1,1,1,1,0.199216217,0,0.670915901,0.670827163,0.671099291
-7627,1,0.3176,1,1,1,1,1,1,1,1,0.1561,0.3176,0,1,0.2776,1,1,1,1,1,1,0.1162,0.2776,0,1,0.6105,1,1,1,0.1198,0.6105,0,1,1,1,1,1,0.239577875,0,0.948041856,1,1,1,1,1,0.236734018,0,0.426514149,1,1,1,1,1,0.130075201,0,0.655570324,0.655595515,0.656028369
-7628,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0.631645723,0.63169029,0.631648936
-7629,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0.590140164,0.590014809,0.590425532
-7630,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0.536370227,0.536280939,0.536347518
-7631,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0.48719188,0.487201185,0.48714539
-7632,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0.454809087,0.454833933,0.454787234
-7633,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0.438678105,0.438756082,0.438829787
-7634,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0.431246979,0.431140258,0.431294326
-7635,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0.433059449,0.433044214,0.433067376
-7636,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0.447257129,0.447218109,0.447251773
-7637,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0.491541808,0.491643749,0.491578014
-7638,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0.569900918,0.569917495,0.570035461
-7639,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0.0709,1,0.2776,1,1,1,1,1,1,0,0.2776,0.0674,1,0.6105,1,1,1,0,0.6105,0.0385,1,1,1,1,1,0,0.183461607,0,1,1,1,1,1,0,0.130417541,0,1,1,1,1,1,0,0.239218682,0.609352344,0.60947747,0.609485816
-7640,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0.2937,1,0.2776,1,1,1,1,1,1,0,0.2776,0.2968,1,0.6105,1,1,1,0,0.6105,0.2617,1,1,1,1,1,0,0.519057274,0,1,1,1,1,1,0,0.476163596,0,1,1,1,1,1,0,0.586007833,0.615575157,0.615612439,0.616134752
-7641,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0.4255,1,0.2776,1,1,1,1,1,1,0,0.2776,0.461,1,0.6105,1,1,1,0,0.6105,0.3741,1,1,1,1,1,0,0.69715333,0,1,1,1,1,1,0,0.692222416,0,1,1,1,1,1,0,0.775266171,0.615998067,0.616035541,0.616134752
-7642,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0.5184,1,0.2776,1,1,1,1,1,1,0,0.2776,0.5393,1,0.6105,1,1,1,0,0.6105,0.4596,1,1,1,1,1,0,0.783467174,0,1,1,1,1,1,0,0.703293025,0,1,1,1,1,1,0,0.848877251,0.61442726,0.614554686,0.614361702
-7643,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0.5122,1,0.2776,1,1,1,1,1,1,0,0.2776,0.4746,1,0.6105,1,1,1,0,0.6105,0.5247,1,1,1,1,1,0,0.744593918,0,1,1,1,1,1,0,0.597074807,0,1,1,1,1,1,0,0.885255575,0.608506525,0.608631267,0.608599291
-7644,1,0.3176,1,1,1,1,1,1,1,1,0.115,0.3176,0.4839,1,0.2776,1,1,1,1,1,1,0,0.2776,0.5537,1,0.6105,1,1,1,0.0631,0.6105,0.5443,1,1,1,1,1,0.021934349,0.725637197,0.996021271,1,1,1,1,1,0.008922476,0.735690236,0.945120215,1,1,1,1,1,0.039851174,0.931993961,0.600289995,0.600380791,0.600620567
-7645,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0.4576,1,0.2776,1,1,1,1,1,1,0,0.2776,0.5086,1,0.6105,1,1,1,0,0.6105,0.4401,1,1,1,1,1,0,0.67517364,0,1,1,1,1,1,0,0.62797749,0,1,1,1,1,1,0,0.710362315,0.597329628,0.597419082,0.59751773
-7646,1,0.3176,1,1,1,1,1,1,1,1,0.0772,0.3176,0.4155,1,0.2776,1,1,1,1,1,1,0,0.2776,0.4354,1,0.6105,1,1,1,0.0641,0.6105,0.3566,1,1,1,1,1,0.018401191,0.681669593,0.96524775,1,1,1,1,1,0.000657583,0.554997444,0.580762088,1,1,1,1,1,0.045534007,0.65903157,0.592496375,0.592553417,0.592641844
-7647,1,0.3176,1,1,1,1,1,1,1,1,0.0525,0.3176,0.2268,1,0.2776,1,1,1,1,1,1,0,0.2776,0.2009,1,0.6105,1,1,1,0.1098,0.6105,0.1868,1,1,1,1,1,0.011006727,0.365175724,0.838364244,1,1,1,1,1,0.000155293,0.246773809,0.366500556,1,1,1,1,1,0.073576525,0.476926088,0.599625423,0.599746139,0.599734043
-7648,1,0.3176,1,1,1,1,1,1,1,1,0.0513,0.3176,0.0106,1,0.2776,1,1,1,1,1,1,0,0.2776,0.0005,1,0.6105,1,1,1,0.0165,0.6105,0,1,1,1,1,1,0.003882481,0.011247263,0.980135798,1,1,1,1,1,0,0.003913671,0.385112286,1,1,1,1,1,0.010711966,0,0.643487192,0.643537127,0.643617021
-7649,1,0.3176,1,1,1,1,1,1,1,1,0.0415,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0012,0.6105,0,1,1,1,1,1,0.003075834,0,0.976324201,1,1,1,1,1,0,0,0.295659959,1,1,1,1,1,0.005021732,0,0.682515708,0.682674,0.682624113
-7650,1,0.3176,1,1,1,1,1,1,1,1,0.0274,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0014,0.6105,0,1,1,1,1,1,0.001949382,0,0.931204379,1,1,1,1,1,0,0,0.317273557,1,1,1,1,1,0.006667228,0,0.678649106,0.678654538,0.679078014
-7651,1,0.3176,1,1,1,1,1,1,1,1,0.022,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0032,0.6105,0,1,1,1,1,1,0.001857092,0,0.99838829,1,1,1,1,1,4.99E-06,0,0.576838017,1,1,1,1,1,0.008902594,0,0.662759787,0.662788238,0.662677305
-7652,1,0.3176,1,1,1,1,1,1,1,1,0.0177,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0012,0.6105,0,1,1,1,1,1,0.001541576,0,0.837298632,1,1,1,1,1,0,0,0.471246094,1,1,1,1,1,0.006220918,0,0.637264379,0.637190607,0.637411348
-7653,1,0.3176,1,1,1,1,1,1,1,1,0.0218,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0014,0.6105,0,1,1,1,1,1,0.001425115,0,0.865020514,1,1,1,1,1,0,0,0.365958393,1,1,1,1,1,0.005196861,0,0.594610923,0.594668923,0.594858156
-7654,1,0.3176,1,1,1,1,1,1,1,1,0.0272,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0006,0.6105,0,1,1,1,1,1,0.001559021,0,0.755302191,1,1,1,1,1,3.95E-05,0,0.406994522,1,1,1,1,1,0.00355419,0,0.540297245,0.540300402,0.540336879
-7655,1,0.3176,1,1,1,1,1,1,1,1,0.0252,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0007,0.6105,0,1,1,1,1,1,0.001269431,0,0.783978343,1,1,1,1,1,2.34E-05,0,0.252865195,1,1,1,1,1,0.003524231,0,0.490333494,0.490374445,0.490248227
-7656,1,0.3176,1,1,1,1,1,1,1,1,0.0245,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0009,0.6105,0,1,1,1,1,1,0.001144347,0,0.77163136,1,1,1,1,1,4.19E-05,0,0.237530649,1,1,1,1,1,0.002692778,0,0.45879652,0.458853395,0.458776596
-7657,1,0.3176,1,1,1,1,1,1,1,1,0.0218,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0008,0.6105,0,1,1,1,1,1,0.000822158,0,0.785140276,1,1,1,1,1,8.07E-05,0,0.365281701,1,1,1,1,1,0.002893141,0,0.442000967,0.441929342,0.441932624
-7658,1,0.3176,1,1,1,1,1,1,1,1,0.0197,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0015,0.6105,0,1,1,1,1,1,0.000797318,0,0.731826186,1,1,1,1,1,7.32E-05,0,0.457108915,1,1,1,1,1,0.004558892,0,0.433240696,0.433255765,0.433067376
-7659,1,0.3176,1,1,1,1,1,1,1,1,0.0115,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0014,0.6105,0,1,1,1,1,1,0.000745691,0,0.698722005,1,1,1,1,1,0.000207705,0,0.508432746,1,1,1,1,1,0.006107812,0,0.433905268,0.433890417,0.433953901
-7660,1,0.3176,1,1,1,1,1,1,1,1,0.0199,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0067,0.6105,0,1,1,1,1,1,0.001063409,0,0.51834321,1,1,1,1,1,0.000328792,0,0.233803391,1,1,1,1,1,0.009591476,0,0.446955051,0.446795007,0.447251773
-7661,1,0.3176,1,1,1,1,1,1,1,1,0.0265,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0123,0.6105,0,1,1,1,1,1,0.00145344,0,0.349940687,1,1,1,1,1,0.000509592,0,0.16822724,1,1,1,1,1,0.016591065,0,0.490454326,0.490374445,0.490691489
-7662,1,0.3176,1,1,1,1,1,1,1,1,0.0259,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0088,0.6105,0,1,1,1,1,1,0.001223985,0,0.29331398,1,1,1,1,1,0.000282213,0,0.114816755,1,1,1,1,1,0.01319555,0,0.565248913,0.565263381,0.565159574
-7663,1,0.3176,1,1,1,1,1,1,1,1,0.0155,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0.0017,1,0.6105,1,1,1,0.0196,0.6105,0,1,1,1,1,1,0.000584705,0,0.256317139,1,1,1,1,1,0.000190652,0.002350613,0.114995822,1,1,1,1,1,0.025364779,0,0.60397535,0.603977153,0.604166667
-7664,1,0.3176,1,1,1,1,1,1,1,1,0.0193,0.3176,0.1785,1,0.2776,1,1,1,1,1,1,0,0.2776,0.2658,1,0.6105,1,1,1,0.0231,0.6105,0.1909,1,1,1,1,1,0.001107406,0.369548231,0.432488143,1,1,1,1,1,0.000307806,0.472589284,0.22236678,1,1,1,1,1,0.029845104,0.120953619,0.611346061,0.611381426,0.611702128
-7665,1,0.3176,1,1,1,1,1,1,1,1,0.0365,0.3176,0.4377,1,0.2776,1,1,1,1,1,1,0,0.2776,0.4747,1,0.6105,1,1,1,0.0317,0.6105,0.3277,1,1,1,1,1,0.002983123,0.659345567,0.362339497,1,1,1,1,1,0.001919271,0.627431095,0.310462326,1,1,1,1,1,0.054318968,0.313905865,0.609473175,0.609689021,0.609929078
-7666,1,0.3176,1,1,1,1,1,1,1,1,0.0649,0.3176,0.5751,1,0.2776,1,1,1,1,1,1,0.011,0.2776,0.5178,1,0.6105,1,1,1,0.0502,0.6105,0.4621,1,1,1,1,1,0.007743147,0.794085503,0.585148335,1,1,1,1,1,0.017902903,0.639110804,0.388133287,1,1,1,1,1,0.095443107,0.52703619,0.607056549,0.606938862,0.607269504
-7667,1,0.3176,1,1,1,1,1,1,1,1,0.0614,0.3176,0.5155,1,0.2776,1,1,1,1,1,1,0.0097,0.2776,0.4517,1,0.6105,1,1,1,0.0535,0.6105,0.5413,1,1,1,1,1,0.00756513,0.646303594,0.783147454,1,1,1,1,1,0.022884615,0.587505996,0.400932759,1,1,1,1,1,0.108415365,0.752524257,0.599504592,0.599534589,0.599734043
-7668,1,0.3176,1,1,1,1,1,1,1,1,0.039,0.3176,0.4923,1,0.2776,1,1,1,1,1,1,0.0248,0.2776,0.3956,1,0.6105,1,1,1,0.0333,0.6105,0.5997,1,1,1,1,1,0.00537396,0.680804908,0.594183981,1,1,1,1,1,0.030953577,0.581316471,0.319396883,1,1,1,1,1,0.068126485,0.745070696,0.591710971,0.591707214,0.591755319
-7669,1,0.3176,1,1,1,1,1,1,1,1,0.0267,0.3176,0.4147,1,0.2776,1,1,1,1,1,1,0.0283,0.2776,0.3687,1,0.6105,1,1,1,0.0253,0.6105,0.5832,1,1,1,1,1,0.002226322,0.579864323,0.37774384,1,1,1,1,1,0.032925479,0.510871768,0.171658397,1,1,1,1,1,0.056523863,0.729099452,0.588569357,0.588745505,0.588652482
-7670,1,0.3176,1,1,1,1,1,1,1,1,0.0257,0.3176,0.3057,1,0.2776,1,1,1,1,1,1,0.0337,0.2776,0.2795,1,0.6105,1,1,1,0.0226,0.6105,0.44,1,1,1,1,1,0.003087505,0.435822397,0.276516855,1,1,1,1,1,0.026660698,0.500573158,0.257862836,1,1,1,1,1,0.04562749,0.642617166,0.58379652,0.583668289,0.584219858
-7671,1,0.3176,1,1,1,1,1,1,1,1,0.0255,0.3176,0.1433,1,0.2776,1,1,1,1,1,1,0.0073,0.2776,0.1759,1,0.6105,1,1,1,0.0167,0.6105,0.2419,1,1,1,1,1,0.01064904,0.240832508,0.619894207,1,1,1,1,1,0.008301837,0.389957279,0.409604758,1,1,1,1,1,0.036450021,0.267691046,0.586213146,0.586206897,0.58643617
-7672,1,0.3176,1,1,1,1,1,1,1,1,0.0106,0.3176,0.0014,1,0.2776,1,1,1,1,1,1,0.0093,0.2776,0.0297,1,0.6105,1,1,1,0.01,0.6105,0,1,1,1,1,1,0.004275914,0.001860096,0.439177066,1,1,1,1,1,0.011460869,0.148513943,0.063760206,1,1,1,1,1,0.021960948,0,0.624637506,0.624709118,0.624556738
-7673,1,0.3176,1,1,1,1,1,1,1,1,0.0073,0.3176,0,1,0.2776,1,1,1,1,1,1,0.008,0.2776,0,1,0.6105,1,1,1,0.0111,0.6105,0,1,1,1,1,1,0.001557876,0,0.433946908,1,1,1,1,1,0.007150476,0,0.03611597,1,1,1,1,1,0.024823429,0,0.658772354,0.658768775,0.658687943
-7674,1,0.3176,1,1,1,1,1,1,1,1,0.0055,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0039,0.2776,0,1,0.6105,1,1,1,0.0189,0.6105,0,1,1,1,1,1,0.001028657,0,0.411482126,1,1,1,1,1,0.004860683,0,0.128879845,1,1,1,1,1,0.042447813,0,0.649830836,0.649672096,0.649822695
-7675,1,0.3176,1,1,1,1,1,1,1,1,0.0024,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0139,0.2776,0,1,0.6105,1,1,1,0.0437,0.6105,0,1,1,1,1,1,0.003939301,0,0.453085721,1,1,1,1,1,0.013539458,0,0.183402359,1,1,1,1,1,0.099988244,0,0.631041566,0.631055638,0.631205674
-7676,1,0.3176,1,1,1,1,1,1,1,1,0.0015,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0053,0.2776,0,1,0.6105,1,1,1,0.0357,0.6105,0,1,1,1,1,1,0.00290467,0,0.486393213,1,1,1,1,1,0.008936937,0,0.25664714,1,1,1,1,1,0.077364698,0,0.610016916,0.609900571,0.609929078
-7677,1,0.3176,1,1,1,1,1,1,1,1,0.0017,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0042,0.2776,0,1,0.6105,1,1,1,0.0271,0.6105,0,1,1,1,1,1,0.002515903,0,0.380161047,1,1,1,1,1,0.006364289,0,0.187135339,1,1,1,1,1,0.052758683,0,0.577875785,0.577956421,0.578014184
-7678,1,0.3176,1,1,1,1,1,1,1,1,0.0026,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0027,0.2776,0,1,0.6105,1,1,1,0.0249,0.6105,0,1,1,1,1,1,0.001195489,0,0.450146258,1,1,1,1,1,0.005871882,0,0.219707072,1,1,1,1,1,0.048360206,0,0.536370227,0.53649249,0.536347518
-7679,1,0.3176,1,1,1,1,1,1,1,1,0.0059,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0196,0.6105,0,1,1,1,1,1,0.00035226,0,0.517631412,1,1,1,1,1,0.000812197,0,0.383679092,1,1,1,1,1,0.028617216,0,0.492085549,0.49206685,0.492021277
-7680,1,0.3176,1,1,1,1,1,1,1,1,0.009,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0149,0.6105,0,1,1,1,1,1,0.000519984,0,0.613204896,1,1,1,1,1,0.000929269,0,0.624318063,1,1,1,1,1,0.024185494,0,0.457890285,0.457795642,0.457890071
-7681,1,0.3176,1,1,1,1,1,1,1,1,0.0127,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0251,0.6105,0,1,1,1,1,1,0.000811455,0,0.89923811,1,1,1,1,1,0.001456314,0,1,1,1,1,1,1,0.034453992,0,0.438859352,0.438756082,0.438829787
-7682,1,0.3176,1,1,1,1,1,1,1,1,0.0181,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0369,0.6105,0,1,1,1,1,1,0.000862813,0,0.836500168,1,1,1,1,1,0.001350465,0,1,1,1,1,1,1,0.045560885,0,0.430099082,0.430082505,0.430407801
-7683,1,0.3176,1,1,1,1,1,1,1,1,0.016,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0436,0.6105,0,1,1,1,1,1,0.000855888,0,0.562349796,1,1,1,1,1,0.003909227,0,0.704787254,1,1,1,1,1,0.060898751,0,0.427803287,0.427755447,0.428191489
-7684,1,0.3176,1,1,1,1,1,1,1,1,0.0212,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0016,0.2776,0,1,0.6105,1,1,1,0.0194,0.6105,0,1,1,1,1,1,0.001807394,0,0.440000087,1,1,1,1,1,0.002599792,0,0.523562849,1,1,1,1,1,0.026451319,0,0.432576124,0.432621113,0.432624113
-7685,1,0.3176,1,1,1,1,1,1,1,1,0.0275,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0018,0.2776,0,1,0.6105,1,1,1,0.0305,0.6105,0,1,1,1,1,1,0.00247067,0,0.702817678,1,1,1,1,1,0.003703228,0,0.804398179,1,1,1,1,1,0.035973042,0,0.451304978,0.451237571,0.451241135
-7686,1,0.3176,1,1,1,1,1,1,1,1,0.0208,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0155,0.6105,0,1,1,1,1,1,0.001902111,0,0.841713667,1,1,1,1,1,0.002706496,0,1,1,1,1,1,1,0.017946543,0,0.481331561,0.481489317,0.481382979
-7687,1,0.3176,1,1,1,1,1,1,1,1,0.0281,0.3176,0.0727,1,0.2776,1,1,1,1,1,1,0,0.2776,0.0684,1,0.6105,1,1,1,0.0137,0.6105,0.0339,1,1,1,1,1,0.002400696,0.190466613,0.997374654,1,1,1,1,1,0.002374454,0.107710719,0.994056582,1,1,1,1,1,0.020315615,0.214399606,0.513714355,0.513645018,0.513741135
-7688,1,0.3176,1,1,1,1,1,1,1,1,0.042,0.3176,0.3305,1,0.2776,1,1,1,1,1,1,0,0.2776,0.3375,1,0.6105,1,1,1,0.0322,0.6105,0.3049,1,1,1,1,1,0.003361256,0.58193332,1,1,1,1,1,1,0.003060787,0.573210597,1,1,1,1,1,1,0.021892238,0.581689477,0.542955534,0.54283901,0.542996454
-7689,1,0.3176,1,1,1,1,1,1,1,1,0.045,0.3176,0.5087,1,0.2776,1,1,1,1,1,1,0,0.2776,0.517,1,0.6105,1,1,1,0.0544,0.6105,0.492,1,1,1,1,1,0.004099682,0.785766125,1,1,1,1,1,1,0.004265322,0.784308076,1,1,1,1,1,1,0.018610606,0.785574555,0.557032383,0.557012905,0.556737589
-7690,1,0.3176,1,1,1,1,1,1,1,1,0.0767,0.3176,0.6255,1,0.2776,1,1,1,1,1,1,0.0149,0.2776,0.636,1,0.6105,1,1,1,0.0526,0.6105,0.6184,1,1,1,1,1,0.015314011,0.884221256,1,1,1,1,1,1,0.027345691,0.893919706,1,1,1,1,1,1,0.026144505,0.884861887,0.556246979,0.556378253,0.556294326
-7691,1,0.3176,1,1,1,1,1,1,1,1,0.0775,0.3176,0.6438,1,0.2776,1,1,1,1,1,1,0.0292,0.2776,0.6664,1,0.6105,1,1,1,0.0195,0.6105,0.6459,1,1,1,1,1,0.010052659,0.917414904,1,1,1,1,1,1,0.040747978,0.937735081,1,1,1,1,1,1,0.015935335,0.922293663,0.549178347,0.54918553,0.549202128
-7692,1,0.3176,1,1,1,1,1,1,1,1,0.0447,0.3176,0.6342,1,0.2776,1,1,1,1,1,1,0.0044,0.2776,0.6641,1,0.6105,1,1,1,0.0148,0.6105,0.6419,1,1,1,1,1,0.004311243,0.909782767,0.976626992,1,1,1,1,1,0.011243975,0.934842944,0.968931437,1,1,1,1,1,0.029121963,0.912710428,0.538363944,0.538396446,0.53856383
-7693,1,0.3176,1,1,1,1,1,1,1,1,0.0455,0.3176,0.6073,1,0.2776,1,1,1,1,1,1,0.0067,0.2776,0.6386,1,0.6105,1,1,1,0.0155,0.6105,0.604,1,1,1,1,1,0.004334661,0.86682725,0.879050136,1,1,1,1,1,0.008518094,0.892079949,0.72081393,1,1,1,1,1,0.031622052,0.858384609,0.527066216,0.52697271,0.52748227
-7694,1,0.3176,1,1,1,1,1,1,1,1,0.0271,0.3176,0.4905,1,0.2776,1,1,1,1,1,1,0,0.2776,0.5212,1,0.6105,1,1,1,0.0328,0.6105,0.4714,1,1,1,1,1,0.003053201,0.762123466,0.598355234,1,1,1,1,1,0.001622237,0.787607372,0.679408073,1,1,1,1,1,0.050628368,0.734889805,0.519816336,0.519779987,0.519946809
-7695,1,0.3176,1,1,1,1,1,1,1,1,0.018,0.3176,0.3167,1,0.2776,1,1,1,1,1,1,0.0055,0.2776,0.3481,1,0.6105,1,1,1,0.0154,0.6105,0.2809,1,1,1,1,1,0.004539415,0.562008917,0.546430945,1,1,1,1,1,0.005168399,0.59204787,0.421481669,1,1,1,1,1,0.022052256,0.512123764,0.526039149,0.526126507,0.526152482
-7696,1,0.3176,1,1,1,1,1,1,1,1,0.013,0.3176,0.0647,1,0.2776,1,1,1,1,1,1,0,0.2776,0.1059,1,0.6105,1,1,1,0.0042,0.6105,0.0002,1,1,1,1,1,0.002126133,0.195652887,0.400181204,1,1,1,1,1,0,0.257027566,0.063726179,1,1,1,1,1,0.008677327,0,0.57002175,0.569917495,0.570035461
-7697,1,0.3176,1,1,1,1,1,1,1,1,0.0034,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0033,0.6105,0,1,1,1,1,1,0.000603066,0,0.512600183,1,1,1,1,1,0,0,0.062424872,1,1,1,1,1,0.005586371,0,0.614246013,0.614343135,0.614361702
-7698,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0028,0.6105,0,1,1,1,1,1,1.91E-05,0,0.462539375,1,1,1,1,1,0,0,0.027216755,1,1,1,1,1,0.006271803,0,0.607962784,0.607785065,0.608156028
-7699,1,0.3176,1,1,1,1,1,1,1,1,0.0001,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,6.75E-05,0,0.431872219,1,1,1,1,1,0,0,0.016346598,1,1,1,1,1,0.002544956,0,0.591469309,0.591495663,0.591755319
-7700,1,0.3176,1,1,1,1,1,1,1,1,0.0005,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.00015684,0,0.496816516,1,1,1,1,1,1.26E-05,0,0.077420682,1,1,1,1,1,0.002547839,0,0.573707105,0.573725407,0.574024823
-7701,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000109473,0,0.424283206,1,1,1,1,1,0.000114877,0,0.16834712,1,1,1,1,1,0.002504542,0,0.547667956,0.547704675,0.54787234
-7702,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,6.67E-05,0,0.543043792,1,1,1,1,1,0.004857242,0,0.266650021,1,1,1,1,1,0.001600165,0,0.514922668,0.514914322,0.51462766
-7703,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0073,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000108402,0,0.453977346,1,1,1,1,1,0.012386404,0,0.224185616,1,1,1,1,1,0.000738617,0,0.478431609,0.478527607,0.478723404
-7704,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0001,0.6105,0,1,1,1,1,1,8.69E-05,0,0.401970446,1,1,1,1,1,0.004091835,0,0.258459151,1,1,1,1,1,0.000840318,0,0.449069599,0.449122065,0.449468085
-7705,1,0.3176,1,1,1,1,1,1,1,1,0.0003,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0003,0.6105,0,1,1,1,1,1,6.31E-05,0,0.317551702,1,1,1,1,1,0.005646294,0,0.129604459,1,1,1,1,1,0.000890884,0,0.432153214,0.432198011,0.432624113
-7706,1,0.3176,1,1,1,1,1,1,1,1,0.0005,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0002,0.6105,0,1,1,1,1,1,6.18E-05,0,0.248841733,1,1,1,1,1,0.005861676,0,0.123302639,1,1,1,1,1,0.000445498,0,0.4239971,0.423947535,0.424202128
-7707,1,0.3176,1,1,1,1,1,1,1,1,0.0001,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0001,0.6105,0,1,1,1,1,1,0.000110206,0,0.240280211,1,1,1,1,1,0.005398801,0,0.245621487,1,1,1,1,1,0.000364927,0,0.421097148,0.420985826,0.421099291
-7708,1,0.3176,1,1,1,1,1,1,1,1,0.0025,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0013,0.6105,0,1,1,1,1,1,0.000432767,0,0.323164493,1,1,1,1,1,0.004090987,0,0.140964925,1,1,1,1,1,0.001343208,0,0.424782504,0.424793738,0.42464539
-7709,1,0.3176,1,1,1,1,1,1,1,1,0.0053,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0009,0.6105,0,1,1,1,1,1,0.000691955,0,0.434304446,1,1,1,1,1,0.004762948,0,0.280434549,1,1,1,1,1,0.001250201,0,0.438678105,0.438756082,0.438829787
-7710,1,0.3176,1,1,1,1,1,1,1,1,0.0038,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0001,0.6105,0,1,1,1,1,1,0.000536336,0,0.416753858,1,1,1,1,1,0.003877481,0,0.415447921,1,1,1,1,1,0.00050693,0,0.460911068,0.460757351,0.460992908
-7711,1,0.3176,1,1,1,1,1,1,1,1,0.0049,0.3176,0.0732,1,0.2776,1,1,1,1,1,1,0,0.2776,0.0626,1,0.6105,1,1,1,0.0001,0.6105,0.0292,1,1,1,1,1,0.000593373,0.174502864,0.579129815,1,1,1,1,1,0.001043545,0.095271714,0.549475968,1,1,1,1,1,0.000871569,0.200083658,0.487916868,0.487835837,0.488031915
-7712,1,0.3176,1,1,1,1,1,1,1,1,0.006,0.3176,0.3249,1,0.2776,1,1,1,1,1,1,0,0.2776,0.3298,1,0.6105,1,1,1,0.0003,0.6105,0.2977,1,1,1,1,1,0.000780196,0.56295836,0.523361444,1,1,1,1,1,0.004514441,0.559163153,0.707474589,1,1,1,1,1,0.002135153,0.564189911,0.518668439,0.518722234,0.519060284
-7713,1,0.3176,1,1,1,1,1,1,1,1,0.0242,0.3176,0.5055,1,0.2776,1,1,1,1,1,1,0.0097,0.2776,0.5071,1,0.6105,1,1,1,0.0004,0.6105,0.4875,1,1,1,1,1,0.002012939,0.765070677,0.895394206,1,1,1,1,1,0.010064515,0.769824207,0.754586399,1,1,1,1,1,0.002421731,0.758236706,0.534739004,0.534800085,0.53501773
-7714,1,0.3176,1,1,1,1,1,1,1,1,0.0284,0.3176,0.6259,1,0.2776,1,1,1,1,1,1,0.0176,0.2776,0.6188,1,0.6105,1,1,1,0.0019,0.6105,0.6103,1,1,1,1,1,0.002699828,0.859240592,0.893802762,1,1,1,1,1,0.013789594,0.874477684,0.776935935,1,1,1,1,1,0.00434174,0.851891458,0.538666022,0.538819547,0.53856383
-7715,1,0.3176,1,1,1,1,1,1,1,1,0.0607,0.3176,0.6462,1,0.2776,1,1,1,1,1,1,0.0069,0.2776,0.6542,1,0.6105,1,1,1,0.0002,0.6105,0.6331,1,1,1,1,1,0.006777515,0.903692961,0.95053947,1,1,1,1,1,0.005776388,0.918072581,0.788102865,1,1,1,1,1,0.000639281,0.903005004,0.538122281,0.537973345,0.538120567
-7716,1,0.3176,1,1,1,1,1,1,1,1,0.0761,0.3176,0.6498,1,0.2776,1,1,1,1,1,1,0,0.2776,0.6549,1,0.6105,1,1,1,0.0001,0.6105,0.6305,1,1,1,1,1,0.00956762,0.907658815,0.953670919,1,1,1,1,1,0.004551263,0.920862734,0.806473553,1,1,1,1,1,0.000194759,0.900451839,0.533711938,0.533742331,0.533687943
-7717,1,0.3176,1,1,1,1,1,1,1,1,0.0879,0.3176,0.6233,1,0.2776,1,1,1,1,1,1,0,0.2776,0.6278,1,0.6105,1,1,1,0.0002,0.6105,0.5912,1,1,1,1,1,0.011173329,0.865702748,0.994341552,1,1,1,1,1,0.000862089,0.870699883,0.989801645,1,1,1,1,1,0.000186226,0.847517848,0.527912035,0.527818913,0.527925532
-7718,1,0.3176,1,1,1,1,1,1,1,1,0.076,0.3176,0.4959,1,0.2776,1,1,1,1,1,1,0,0.2776,0.4984,1,0.6105,1,1,1,0.0003,0.6105,0.4553,1,1,1,1,1,0.008562749,0.746370971,0.997713923,1,1,1,1,1,0.00077714,0.721161902,1,1,1,1,1,1,0.000119333,0.727755904,0.525314161,0.525280305,0.525265957
-7719,1,0.3176,1,1,1,1,1,1,1,1,0.055,0.3176,0.2951,1,0.2776,1,1,1,1,1,1,0,0.2776,0.3003,1,0.6105,1,1,1,0.0003,0.6105,0.2576,1,1,1,1,1,0.005900386,0.520923793,0.990836143,1,1,1,1,1,0.00063,0.485022932,1,1,1,1,1,1,0.000121824,0.504184842,0.537518125,0.537550243,0.537677305
-7720,1,0.3176,1,1,1,1,1,1,1,1,0.0287,0.3176,0.0327,1,0.2776,1,1,1,1,1,1,0,0.2776,0.0558,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.002086968,0.12773186,0.580277085,1,1,1,1,1,0.000363767,0.149853617,0.574543774,1,1,1,1,1,6.65E-06,0,0.589717255,0.589591707,0.58998227
-7721,1,0.3176,1,1,1,1,1,1,1,1,0.0154,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000894295,0,0.559729278,1,1,1,1,1,0.00032205,0,0.678437471,1,1,1,1,1,0,0,0.635874819,0.635921303,0.63608156
-7722,1,0.3176,1,1,1,1,1,1,1,1,0.0092,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0003,0.6105,0,1,1,1,1,1,0.000864298,0,0.861548781,1,1,1,1,1,0.001257614,0,0.854308426,1,1,1,1,1,0.000136507,0,0.633095698,0.632959594,0.632978723
-7723,1,0.3176,1,1,1,1,1,1,1,1,0.0066,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000946627,0,0.792893887,1,1,1,1,1,0.001732229,0,1,1,1,1,1,1,8.04E-05,0,0.616360561,0.616458642,0.616578014
-7724,1,0.3176,1,1,1,1,1,1,1,1,0.0038,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000597919,0,0.67280829,1,1,1,1,1,0.002927134,0,0.895014763,1,1,1,1,1,0.000204419,0,0.594429676,0.594457373,0.594858156
-7725,1,0.3176,1,1,1,1,1,1,1,1,0.0017,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000306025,0,0.484502345,1,1,1,1,1,0.008878823,0,0.870128334,1,1,1,1,1,0.000562869,0,0.555642823,0.555743601,0.555851064
-7726,1,0.3176,1,1,1,1,1,1,1,1,0.0031,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0131,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000642563,0,0.489637434,1,1,1,1,1,0.013273055,0,0.70960629,1,1,1,1,1,0.000157718,0,0.510149831,0.510260207,0.510638298
-7727,1,0.3176,1,1,1,1,1,1,1,1,0.0046,0.3176,0,1,0.2776,1,1,1,1,1,1,0.018,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000680596,0,0.580485821,1,1,1,1,1,0.019403117,0,0.941089034,1,1,1,1,1,0.000305835,0,0.469671339,0.469642479,0.469858156
-7728,1,0.3176,1,1,1,1,1,1,1,1,0.0063,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000857824,0,0.705016732,1,1,1,1,1,0.004741551,0,0.918912888,1,1,1,1,1,0.001899316,0,0.442967617,0.442987095,0.443262411
-7729,1,0.3176,1,1,1,1,1,1,1,1,0.0073,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0146,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000927727,0,0.712253094,1,1,1,1,1,0.016527489,0,0.936731219,1,1,1,1,1,0.000706256,0,0.429797003,0.429870954,0.429964539
-7730,1,0.3176,1,1,1,1,1,1,1,1,0.0047,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0358,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.001071835,0,0.577754796,1,1,1,1,1,0.02973498,0,0.906317055,1,1,1,1,1,0.001322065,0,0.425447076,0.42542839,0.425531915
-7731,1,0.3176,1,1,1,1,1,1,1,1,0.0053,0.3176,0,1,0.2776,1,1,1,1,1,1,0.05,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.001238959,0,0.76961714,1,1,1,1,1,0.036543261,0,1,1,1,1,1,1,0.00144123,0,0.428044949,0.427966998,0.428191489
-7732,1,0.3176,1,1,1,1,1,1,1,1,0.0071,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0418,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.001123652,0,0.699955165,1,1,1,1,1,0.028999493,0,0.693007886,1,1,1,1,1,0.001090316,0,0.444236346,0.444256399,0.444148936
-7733,1,0.3176,1,1,1,1,1,1,1,1,0.0081,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0356,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.00128581,0,0.595417082,1,1,1,1,1,0.026583273,0,0.67538166,1,1,1,1,1,0.002950681,0,0.490756404,0.490797546,0.491134752
-7734,1,0.3176,1,1,1,1,1,1,1,1,0.0149,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0254,0.2776,0,1,0.6105,1,1,1,0.0006,0.6105,0,1,1,1,1,1,0.001921836,0,0.79685694,1,1,1,1,1,0.020081552,0,0.743995786,1,1,1,1,1,0.003993166,0,0.571048816,0.570975249,0.571365248
-7735,1,0.3176,1,1,1,1,1,1,1,1,0.0159,0.3176,0.0538,1,0.2776,1,1,1,1,1,1,0,0.2776,0.0432,1,0.6105,1,1,1,0.0009,0.6105,0.0266,1,1,1,1,1,0.001625554,0.111100927,0.77205646,1,1,1,1,1,0.009278011,0.048453391,0.752657115,1,1,1,1,1,0.002702777,0.17195712,0.611889802,0.611804527,0.611702128
-7736,1,0.3176,1,1,1,1,1,1,1,1,0.0304,0.3176,0.2996,1,0.2776,1,1,1,1,1,1,0.0224,0.2776,0.3111,1,0.6105,1,1,1,0.0011,0.6105,0.3,1,1,1,1,1,0.003885622,0.536555767,0.931284666,1,1,1,1,1,0.022299001,0.536309063,0.900426984,1,1,1,1,1,0.004429779,0.558137238,0.618354277,0.618362598,0.618351064
-7737,1,0.3176,1,1,1,1,1,1,1,1,0.0486,0.3176,0.4629,1,0.2776,1,1,1,1,1,1,0.0556,0.2776,0.4717,1,0.6105,1,1,1,0.0003,0.6105,0.469,1,1,1,1,1,0.007593356,0.729447186,0.981172681,1,1,1,1,1,0.039516494,0.734611273,0.988903165,1,1,1,1,1,0.002247312,0.771030188,0.615514741,0.615612439,0.615691489
-7738,1,0.3176,1,1,1,1,1,1,1,1,0.0473,0.3176,0.5623,1,0.2776,1,1,1,1,1,1,0.0623,0.2776,0.5697,1,0.6105,1,1,1,0.0005,0.6105,0.6061,1,1,1,1,1,0.005857386,0.819683671,0.987507939,1,1,1,1,1,0.045992602,0.826614797,0.957630396,1,1,1,1,1,0.000899139,0.871361434,0.61261479,0.61265073,0.612588652
-7739,1,0.3176,1,1,1,1,1,1,1,1,0.052,0.3176,0.578,1,0.2776,1,1,1,1,1,1,0.0374,0.2776,0.5795,1,0.6105,1,1,1,0.0003,0.6105,0.6332,1,1,1,1,1,0.006190862,0.849287987,1,1,1,1,1,1,0.027768631,0.841647029,1,1,1,1,1,1,0.000123935,0.907188892,0.606573224,0.606727311,0.606826241
-7740,1,0.3176,1,1,1,1,1,1,1,1,0.0595,0.3176,0.5428,1,0.2776,1,1,1,1,1,1,0,0.2776,0.5462,1,0.6105,1,1,1,0.0003,0.6105,0.6277,1,1,1,1,1,0.007344021,0.822438955,1,1,1,1,1,1,0.00853216,0.816254914,1,1,1,1,1,1,0.00043567,0.894385338,0.596967134,0.596995981,0.597074468
-7741,1,0.3176,1,1,1,1,1,1,1,1,0.046,0.3176,0.5193,1,0.2776,1,1,1,1,1,1,0,0.2776,0.5523,1,0.6105,1,1,1,0.0002,0.6105,0.5902,1,1,1,1,1,0.004918967,0.779483318,1,1,1,1,1,1,0.003036449,0.805036187,1,1,1,1,1,1,0,0.8369627,0.591710971,0.591707214,0.591755319
-7742,1,0.3176,1,1,1,1,1,1,1,1,0.0422,0.3176,0.4362,1,0.2776,1,1,1,1,1,1,0,0.2776,0.4498,1,0.6105,1,1,1,0.0004,0.6105,0.4578,1,1,1,1,1,0.005025322,0.687061846,1,1,1,1,1,1,0.00125555,0.711292624,1,1,1,1,1,1,0.000239952,0.717585683,0.585367327,0.585360694,0.585549645
-7743,1,0.3176,1,1,1,1,1,1,1,1,0.0295,0.3176,0.2678,1,0.2776,1,1,1,1,1,1,0,0.2776,0.289,1,0.6105,1,1,1,0,0.6105,0.2659,1,1,1,1,1,0.004693177,0.49184376,1,1,1,1,1,1,0.001088623,0.525161088,1,1,1,1,1,1,0.000527528,0.49237892,0.589838086,0.589803258,0.58998227
-7744,1,0.3176,1,1,1,1,1,1,1,1,0.0444,0.3176,0.0319,1,0.2776,1,1,1,1,1,1,0,0.2776,0.0709,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.005138068,0.132568896,0.989594102,1,1,1,1,1,0.000577175,0.212568939,1,1,1,1,1,1,0,0,0.634304012,0.634440448,0.634751773
-7745,1,0.3176,1,1,1,1,1,1,1,1,0.0286,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.002404743,0,0.939584613,1,1,1,1,1,0.000332418,0,0.859514177,1,1,1,1,1,9.19E-05,0,0.680521991,0.680558494,0.680851064
-7746,1,0.3176,1,1,1,1,1,1,1,1,0.0161,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.001483069,0,0.935975909,1,1,1,1,1,0.002358504,0,0.979402661,1,1,1,1,1,0.00035492,0,0.677742871,0.677596784,0.677748227
-7747,1,0.3176,1,1,1,1,1,1,1,1,0.0089,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0011,0.6105,0,1,1,1,1,1,0.000857926,0,0.968380868,1,1,1,1,1,0.000311411,0,1,1,1,1,1,1,0.000387507,0,0.662336878,0.662365136,0.662234043
-7748,1,0.3176,1,1,1,1,1,1,1,1,0.0086,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0021,0.6105,0,1,1,1,1,1,0.001004846,0,0.973870575,1,1,1,1,1,0.000374506,0,1,1,1,1,1,1,0.001177682,0,0.637445626,0.637613708,0.637411348
-7749,1,0.3176,1,1,1,1,1,1,1,1,0.0056,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0006,0.6105,0,1,1,1,1,1,0.000793,0,0.91209352,1,1,1,1,1,0.002078014,0,1,1,1,1,1,1,0.001155523,0,0.593946351,0.594034271,0.593971631
-7750,1,0.3176,1,1,1,1,1,1,1,1,0.0036,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0004,0.6105,0,1,1,1,1,1,0.000482393,0,0.95131433,1,1,1,1,1,0.000468719,0,0.9985708,1,1,1,1,1,0.000704379,0,0.539995167,0.539877301,0.540336879
-7751,1,0.3176,1,1,1,1,1,1,1,1,0.0038,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0018,0.6105,0,1,1,1,1,1,0.000467308,0,0.941923559,1,1,1,1,1,0.000862453,0,0.942949533,1,1,1,1,1,0.001670427,0,0.489487675,0.489528242,0.489361702
-7752,1,0.3176,1,1,1,1,1,1,1,1,0.0025,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0024,0.6105,0,1,1,1,1,1,0.000581219,0,0.88404119,1,1,1,1,1,0.001092021,0,0.817501664,1,1,1,1,1,0.003937228,0,0.457165297,0.45716099,0.457446809
-7753,1,0.3176,1,1,1,1,1,1,1,1,0.0039,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0019,0.6105,0,1,1,1,1,1,0.000881019,0,0.963530064,1,1,1,1,1,0.002504122,0,0.95966959,1,1,1,1,1,0.003389638,0,0.440490575,0.440448487,0.440602837
-7754,1,0.3176,1,1,1,1,1,1,1,1,0.0038,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0048,0.6105,0,1,1,1,1,1,0.000774863,0,0.985200047,1,1,1,1,1,0.001100088,0,1,1,1,1,1,1,0.006233314,0,0.434811503,0.434736619,0.434840426
-7755,1,0.3176,1,1,1,1,1,1,1,1,0.0092,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0012,0.6105,0,1,1,1,1,1,0.001045244,0,0.981730461,1,1,1,1,1,0.000730221,0,1,1,1,1,1,1,0.002021226,0,0.436140648,0.436005923,0.436170213
-7756,1,0.3176,1,1,1,1,1,1,1,1,0.0224,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0028,0.6105,0,1,1,1,1,1,0.001656673,0,0.935468554,1,1,1,1,1,0.000720319,0,0.741559744,1,1,1,1,1,0.004035623,0,0.4510029,0.45081447,0.451241135
-7757,1,0.3176,1,1,1,1,1,1,1,1,0.0276,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0012,0.6105,0,1,1,1,1,1,0.002247292,0,0.939055324,1,1,1,1,1,0.000938994,0,0.714427531,1,1,1,1,1,0.003055875,0,0.497885452,0.497778718,0.497783688
-7758,1,0.3176,1,1,1,1,1,1,1,1,0.0252,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0025,0.6105,0,1,1,1,1,1,0.00176768,0,0.855305731,1,1,1,1,1,0.000737235,0,0.803679883,1,1,1,1,1,0.005139891,0,0.574311261,0.574360059,0.574468085
-7759,1,0.3176,1,1,1,1,1,1,1,1,0.0229,0.3176,0.0403,1,0.2776,1,1,1,1,1,1,0,0.2776,0.0138,1,0.6105,1,1,1,0.003,0.6105,0.0127,1,1,1,1,1,0.00138571,0.068907425,0.927853823,1,1,1,1,1,0.000444919,0.022505894,0.900158405,1,1,1,1,1,0.004135534,0.145188197,0.610560657,0.610746774,0.610815603
-7760,1,0.3176,1,1,1,1,1,1,1,1,0.0205,0.3176,0.2888,1,0.2776,1,1,1,1,1,1,0,0.2776,0.2936,1,0.6105,1,1,1,0.0029,0.6105,0.2906,1,1,1,1,1,0.001108988,0.496860296,0.84545815,1,1,1,1,1,0.000590329,0.501257181,0.649475932,1,1,1,1,1,0.006493164,0.502900124,0.615152247,0.615189338,0.615248227
-7761,1,0.3176,1,1,1,1,1,1,1,1,0.0254,0.3176,0.4702,1,0.2776,1,1,1,1,1,1,0,0.2776,0.4446,1,0.6105,1,1,1,0.0052,0.6105,0.4728,1,1,1,1,1,0.001903492,0.692070127,0.823519289,1,1,1,1,1,0.003438658,0.690335691,0.724188805,1,1,1,1,1,0.009109865,0.722778678,0.611346061,0.611381426,0.611702128
-7762,1,0.3176,1,1,1,1,1,1,1,1,0.0354,0.3176,0.5589,1,0.2776,1,1,1,1,1,1,0,0.2776,0.5519,1,0.6105,1,1,1,0.0079,0.6105,0.5893,1,1,1,1,1,0.003624173,0.749505043,0.853715181,1,1,1,1,1,0.001486762,0.779352486,0.605976224,1,1,1,1,1,0.008409056,0.852780819,0.606694055,0.606727311,0.606826241
-7763,1,0.3176,1,1,1,1,1,1,1,1,0.0838,0.3176,0.5611,1,0.2776,1,1,1,1,1,1,0,0.2776,0.5775,1,0.6105,1,1,1,0.0096,0.6105,0.5953,1,1,1,1,1,0.012136113,0.787104964,0.992881119,1,1,1,1,1,0.003625207,0.789560854,0.980856657,1,1,1,1,1,0.009982653,0.89726615,0.600108748,0.600169241,0.600177305
-7764,1,0.3176,1,1,1,1,1,1,1,1,0.0571,0.3176,0.5702,1,0.2776,1,1,1,1,1,1,0,0.2776,0.5455,1,0.6105,1,1,1,0.0109,0.6105,0.5737,1,1,1,1,1,0.005523444,0.819557905,0.982965529,1,1,1,1,1,0.00049825,0.789945483,0.721009254,1,1,1,1,1,0.011251736,0.892858744,0.5929797,0.592976518,0.593085106
-7765,1,0.3176,1,1,1,1,1,1,1,1,0.0547,0.3176,0.546,1,0.2776,1,1,1,1,1,1,0,0.2776,0.519,1,0.6105,1,1,1,0.002,0.6105,0.529,1,1,1,1,1,0.00547278,0.714777052,0.979504466,1,1,1,1,1,0.000232129,0.735427022,0.684003472,1,1,1,1,1,0.003428997,0.813195348,0.588508942,0.588533954,0.588652482
-7766,1,0.3176,1,1,1,1,1,1,1,1,0.0326,0.3176,0.407,1,0.2776,1,1,1,1,1,1,0,0.2776,0.4247,1,0.6105,1,1,1,0.0001,0.6105,0.4124,1,1,1,1,1,0.003008828,0.576793551,0.917607665,1,1,1,1,1,4.30E-05,0.588759303,0.423579335,1,1,1,1,1,0.000914536,0.636111021,0.582709038,0.582822086,0.582890071
-7767,1,0.3176,1,1,1,1,1,1,1,1,0.0231,0.3176,0.2344,1,0.2776,1,1,1,1,1,1,0,0.2776,0.2215,1,0.6105,1,1,1,0,0.6105,0.2141,1,1,1,1,1,0.002336708,0.391870409,0.929452896,1,1,1,1,1,0.000110757,0.362842143,0.800927281,1,1,1,1,1,0.000997167,0.233216152,0.587300628,0.587476201,0.587322695
-7768,1,0.3176,1,1,1,1,1,1,1,1,0.0136,0.3176,0.0007,1,0.2776,1,1,1,1,1,1,0,0.2776,0.0068,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000823455,0.005704546,0.687442303,1,1,1,1,1,0,0.006645799,0.502477765,1,1,1,1,1,0.000102002,0,0.633337361,0.633382695,0.633421986
-7769,1,0.3176,1,1,1,1,1,1,1,1,0.0045,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000211627,0,0.637059569,1,1,1,1,1,0,0,0.445174396,1,1,1,1,1,7.19E-05,0,0.672486709,0.672519568,0.67287234
-7770,1,0.3176,1,1,1,1,1,1,1,1,0.0032,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000349548,0,0.602658391,1,1,1,1,1,0,0,0.334794223,1,1,1,1,1,0.000166548,0,0.669284679,0.669346308,0.669326241
-7771,1,0.3176,1,1,1,1,1,1,1,1,0.0061,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0031,0.6105,0,1,1,1,1,1,0.000262113,0,0.540363491,1,1,1,1,1,0,0,0.272962064,1,1,1,1,1,0.002284919,0,0.653516191,0.653691559,0.653812057
-7772,1,0.3176,1,1,1,1,1,1,1,1,0.0055,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0023,0.6105,0,1,1,1,1,1,0.00049435,0,0.753197551,1,1,1,1,1,0,0,0.347121477,1,1,1,1,1,0.001704985,0,0.628745771,0.62872858,0.628989362
-7773,1,0.3176,1,1,1,1,1,1,1,1,0.0081,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0001,0.6105,0,1,1,1,1,1,0.000569083,0,0.652456641,1,1,1,1,1,0,0,0.510424078,1,1,1,1,1,0.001714974,0,0.589838086,0.589803258,0.58998227
-7774,1,0.3176,1,1,1,1,1,1,1,1,0.0083,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0003,0.6105,0,1,1,1,1,1,0.000608079,0,0.746044874,1,1,1,1,1,0.000461221,0,0.476337194,1,1,1,1,1,0.000953306,0,0.535161914,0.535223186,0.535460993
-7775,1,0.3176,1,1,1,1,1,1,1,1,0.0098,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0007,0.6105,0,1,1,1,1,1,0.000438548,0,0.718656301,1,1,1,1,1,0.000387467,0,0.380559713,1,1,1,1,1,0.004403454,0,0.484171097,0.484239475,0.484042553
-7776,1,0.3176,1,1,1,1,1,1,1,1,0.0061,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0006,0.6105,0,1,1,1,1,1,0.000334747,0,0.345465183,1,1,1,1,1,0.003523231,0,0.322750777,1,1,1,1,1,0.004705229,0,0.449855002,0.449756717,0.449911348
-7777,1,0.3176,1,1,1,1,1,1,1,1,0.0104,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0005,0.6105,0,1,1,1,1,1,0.000470295,0,0.35485667,1,1,1,1,1,0.002038171,0,0.633846164,1,1,1,1,1,0.004534023,0,0.431488642,0.431563359,0.431737589
-7778,1,0.3176,1,1,1,1,1,1,1,1,0.0055,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0003,0.6105,0,1,1,1,1,1,0.000476359,0,0.441440314,1,1,1,1,1,0.004637362,0,0.785070479,1,1,1,1,1,0.002944322,0,0.422667956,0.422678231,0.422429078
-7779,1,0.3176,1,1,1,1,1,1,1,1,0.0034,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0007,0.6105,0,1,1,1,1,1,0.000678846,0,0.563126445,1,1,1,1,1,0.003011689,0,0.57843852,1,1,1,1,1,0.003900795,0,0.421640889,0.421620478,0.421985816
-7780,1,0.3176,1,1,1,1,1,1,1,1,0.0033,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0017,0.6105,0,1,1,1,1,1,0.000520066,0,0.346432388,1,1,1,1,1,0.000504701,0,0.514903426,1,1,1,1,1,0.006325098,0,0.434509425,0.434525069,0.434840426
-7781,1,0.3176,1,1,1,1,1,1,1,1,0.0079,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0014,0.6105,0,1,1,1,1,1,0.000630585,0,0.395333588,1,1,1,1,1,0.000470246,0,0.516443014,1,1,1,1,1,0.006742511,0,0.475531658,0.475565898,0.475620567
-7782,1,0.3176,1,1,1,1,1,1,1,1,0.0075,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0011,0.6105,0,1,1,1,1,1,0.000549878,0,0.511630118,1,1,1,1,1,0.000409877,0,0.436792433,1,1,1,1,1,0.006177853,0,0.544888835,0.544742966,0.544769504
-7783,1,0.3176,1,1,1,1,1,1,1,1,0.0135,0.3176,0.0005,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0022,0.6105,0,1,1,1,1,1,0.000797224,0.000432913,0.547670603,1,1,1,1,1,0.001674554,0,0.185078546,1,1,1,1,1,0.008658526,5.52E-05,0.587119381,0.587053099,0.587322695
-7784,1,0.3176,1,1,1,1,1,1,1,1,0.0235,0.3176,0.2107,1,0.2776,1,1,1,1,1,1,0,0.2776,0.2402,1,0.6105,1,1,1,0.0027,0.6105,0.25,1,1,1,1,1,0.001646203,0.313150525,0.821496665,1,1,1,1,1,0.002970537,0.391336113,0.488268614,1,1,1,1,1,0.009894922,0.24068512,0.601981634,0.601861646,0.601950355
-7785,1,0.3176,1,1,1,1,1,1,1,1,0.0512,0.3176,0.3555,1,0.2776,1,1,1,1,1,1,0,0.2776,0.4033,1,0.6105,1,1,1,0.0016,0.6105,0.3845,1,1,1,1,1,0.005696866,0.516044617,0.952696323,1,1,1,1,1,0.006343673,0.611724436,0.878456593,1,1,1,1,1,0.008550358,0.462749779,0.607902368,0.607785065,0.607712766
-7786,1,0.3176,1,1,1,1,1,1,1,1,0.0804,0.3176,0.4531,1,0.2776,1,1,1,1,1,1,0.0232,0.2776,0.5252,1,0.6105,1,1,1,0.0014,0.6105,0.5574,1,1,1,1,1,0.017996114,0.646036267,0.890085936,1,1,1,1,1,0.027240496,0.774965882,0.83257544,1,1,1,1,1,0.008936825,0.62272501,0.608506525,0.608631267,0.608599291
-7787,1,0.3176,1,1,1,1,1,1,1,1,0.144,0.3176,0.5151,1,0.2776,1,1,1,1,1,1,0.0114,0.2776,0.5684,1,0.6105,1,1,1,0.0017,0.6105,0.5641,1,1,1,1,1,0.026041679,0.707449615,1,1,1,1,1,1,0.021793054,0.829657435,1,1,1,1,1,1,0.005344978,0.627557874,0.604156597,0.604188703,0.604166667
-7788,1,0.3176,1,1,1,1,1,1,1,1,0.1315,0.3176,0.49,1,0.2776,1,1,1,1,1,1,0.0015,0.2776,0.5798,1,0.6105,1,1,1,0.0023,0.6105,0.5627,1,1,1,1,1,0.017354434,0.708566546,1,1,1,1,1,1,0.010652602,0.852502286,1,1,1,1,1,1,0.001665539,0.625198722,0.594490092,0.594668923,0.594858156
-7789,1,0.3176,1,1,1,1,1,1,1,1,0.1308,0.3176,0.5189,1,0.2776,1,1,1,1,1,1,0.0008,0.2776,0.5932,1,0.6105,1,1,1,0.0025,0.6105,0.5413,1,1,1,1,1,0.015555942,0.753914654,1,1,1,1,1,1,0.005000815,0.857873559,1,1,1,1,1,1,0.001180912,0.699195266,0.590079749,0.590014809,0.590425532
-7790,1,0.3176,1,1,1,1,1,1,1,1,0.0766,0.3176,0.4458,1,0.2776,1,1,1,1,1,1,0,0.2776,0.5063,1,0.6105,1,1,1,0.0015,0.6105,0.4425,1,1,1,1,1,0.00712484,0.703535318,1,1,1,1,1,1,0.000529467,0.768260777,1,1,1,1,1,1,0.00040575,0.646057963,0.584159014,0.58409139,0.584219858
-7791,1,0.3176,1,1,1,1,1,1,1,1,0.1023,0.3176,0.2889,1,0.2776,1,1,1,1,1,1,0,0.2776,0.3341,1,0.6105,1,1,1,0.0008,0.6105,0.2591,1,1,1,1,1,0.010659058,0.52488035,1,1,1,1,1,1,0.001212396,0.568905175,1,1,1,1,1,1,0.001464195,0.464218616,0.582346544,0.582398985,0.582446809
-7792,1,0.3176,1,1,1,1,1,1,1,1,0.0565,0.3176,0.0118,1,0.2776,1,1,1,1,1,1,0.0012,0.2776,0.0807,1,0.6105,1,1,1,0.0002,0.6105,0,1,1,1,1,1,0.005953325,0.061629716,0.995827377,1,1,1,1,1,0.005400332,0.221158817,1,1,1,1,1,1,0.000812164,0,0.621556307,0.621535858,0.621897163
-7793,1,0.3176,1,1,1,1,1,1,1,1,0.0284,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.002027009,0,0.98910886,1,1,1,1,1,0.000113678,0,0.979425728,1,1,1,1,1,0.000170718,0,0.660524408,0.660672731,0.660460993
-7794,1,0.3176,1,1,1,1,1,1,1,1,0.0235,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.001268705,0,0.952582121,1,1,1,1,1,0,0,0.74330759,1,1,1,1,1,0.000888702,0,0.651703722,0.651576052,0.652039007
-7795,1,0.3176,1,1,1,1,1,1,1,1,0.0209,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0006,0.6105,0,1,1,1,1,1,0.000945687,0,0.575242281,1,1,1,1,1,2.66E-06,0,0.572790325,1,1,1,1,1,0.00350857,0,0.633095698,0.633171144,0.632978723
-7796,1,0.3176,1,1,1,1,1,1,1,1,0.0247,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0014,0.6105,0,1,1,1,1,1,0.001349229,0,0.824895442,1,1,1,1,1,0.000165011,0,0.959304452,1,1,1,1,1,0.004553401,0,0.607962784,0.607996615,0.608156028
-7797,1,0.3176,1,1,1,1,1,1,1,1,0.0179,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.001,0.6105,0,1,1,1,1,1,0.001551306,0,0.97468245,1,1,1,1,1,0.0016285,0,0.984227538,1,1,1,1,1,0.006782471,0,0.571713388,0.571821451,0.571808511
-7798,1,0.3176,1,1,1,1,1,1,1,1,0.0065,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0014,0.6105,0,1,1,1,1,1,0.001612648,0,0.992563963,1,1,1,1,1,0.007285096,0,1,1,1,1,1,1,0.005745484,0,0.524649589,0.524645653,0.524822695
-7799,1,0.3176,1,1,1,1,1,1,1,1,0.0029,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0007,0.6105,0,1,1,1,1,1,0.00109021,0,0.856826723,1,1,1,1,1,0.011147533,0,0.983228326,1,1,1,1,1,0.005779034,0,0.475833736,0.475777449,0.47606383
-7800,1,0.3176,1,1,1,1,1,1,1,1,0.0014,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0051,0.2776,0,1,0.6105,1,1,1,0.0016,0.6105,0,1,1,1,1,1,0.000926061,0,0.674290955,1,1,1,1,1,0.010347592,0,0.702688277,1,1,1,1,1,0.006366211,0,0.439040599,0.438967633,0.438829787
-7801,1,0.3176,1,1,1,1,1,1,1,1,0.0005,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0018,0.6105,0,1,1,1,1,1,0.000636891,0,0.597712636,1,1,1,1,1,0.007061226,0,0.688221514,1,1,1,1,1,0.011183758,0,0.417774287,0.417812566,0.417553191
-7802,1,0.3176,1,1,1,1,1,1,1,1,0.0006,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0019,0.6105,0,1,1,1,1,1,0.000608182,0,0.615299344,1,1,1,1,1,0.003677165,0,0.779272556,1,1,1,1,1,0.009870166,0,0.405691155,0.405754178,0.405585106
-7803,1,0.3176,1,1,1,1,1,1,1,1,0.0011,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0015,0.6105,0,1,1,1,1,1,0.000664345,0,0.573776245,1,1,1,1,1,0.003675231,0,0.753837526,1,1,1,1,1,0.005997939,0,0.401462059,0.401523165,0.401595745
-7804,1,0.3176,1,1,1,1,1,1,1,1,0.0045,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0028,0.6105,0,1,1,1,1,1,0.000668739,0,0.582348287,1,1,1,1,1,0.003470376,0,0.826345563,1,1,1,1,1,0.009896526,0,0.405691155,0.405754178,0.405585106
-7805,1,0.3176,1,1,1,1,1,1,1,1,0.0063,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0023,0.6105,0,1,1,1,1,1,0.000707432,0,0.626207829,1,1,1,1,1,0.002648685,0,0.941251636,1,1,1,1,1,0.007203966,0,0.425024166,0.425005289,0.425088652
-7806,1,0.3176,1,1,1,1,1,1,1,1,0.0112,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0035,0.6105,0,1,1,1,1,1,0.001174905,0,0.732423544,1,1,1,1,1,0.005223885,0,0.92337364,1,1,1,1,1,0.009121983,0,0.453842436,0.453776179,0.453900709
-7807,1,0.3176,1,1,1,1,1,1,1,1,0.0067,0.3176,0.0117,1,0.2776,1,1,1,1,1,1,0,0.2776,0.0145,1,0.6105,1,1,1,0.0035,0.6105,0,1,1,1,1,1,0.000871241,0.033562467,0.782520294,1,1,1,1,1,0.001501309,0.017217714,0.781066775,1,1,1,1,1,0.008730289,0.021296905,0.489246013,0.489105141,0.489361702
-7808,1,0.3176,1,1,1,1,1,1,1,1,0.0059,0.3176,0.3135,1,0.2776,1,1,1,1,1,1,0,0.2776,0.3201,1,0.6105,1,1,1,0.0031,0.6105,0.2856,1,1,1,1,1,0.000640904,0.553554833,0.831649423,1,1,1,1,1,0.000464844,0.5443452,0.722261786,1,1,1,1,1,0.006330795,0.55033493,0.528516191,0.528453565,0.528812057
-7809,1,0.3176,1,1,1,1,1,1,1,1,0.0176,0.3176,0.4909,1,0.2776,1,1,1,1,1,1,0,0.2776,0.4972,1,0.6105,1,1,1,0.0003,0.6105,0.4582,1,1,1,1,1,0.001770277,0.759903967,0.942542672,1,1,1,1,1,0.000594189,0.757715762,0.918584347,1,1,1,1,1,0.002536579,0.755710721,0.554313678,0.554262746,0.554521277
-7810,1,0.3176,1,1,1,1,1,1,1,1,0.0281,0.3176,0.6116,1,0.2776,1,1,1,1,1,1,0,0.2776,0.616,1,0.6105,1,1,1,0.0004,0.6105,0.5645,1,1,1,1,1,0.003313313,0.863625884,0.986009121,1,1,1,1,1,0.000425417,0.866518021,1,1,1,1,1,1,0.001241791,0.855422497,0.565430159,0.565474931,0.565159574
-7811,1,0.3176,1,1,1,1,1,1,1,1,0.0212,0.3176,0.643,1,0.2776,1,1,1,1,1,1,0,0.2776,0.6499,1,0.6105,1,1,1,0.0022,0.6105,0.59,1,1,1,1,1,0.002824627,0.902348995,0.944722056,1,1,1,1,1,0.000243767,0.907547355,0.892613649,1,1,1,1,1,0.002772517,0.894147515,0.565309328,0.565263381,0.565159574
-7812,1,0.3176,1,1,1,1,1,1,1,1,0.0132,0.3176,0.6438,1,0.2776,1,1,1,1,1,1,0,0.2776,0.6489,1,0.6105,1,1,1,0.0057,0.6105,0.603,1,1,1,1,1,0.001697219,0.901090801,0.905310333,1,1,1,1,1,9.82E-05,0.910203338,0.714135706,1,1,1,1,1,0.001877615,0.888088942,0.545855486,0.545800719,0.546099291
-7813,1,0.3176,1,1,1,1,1,1,1,1,0.0071,0.3176,0.6127,1,0.2776,1,1,1,1,1,1,0,0.2776,0.6224,1,0.6105,1,1,1,0.0106,0.6105,0.5858,1,1,1,1,1,0.000706184,0.855698884,0.814754128,1,1,1,1,1,0,0.869441032,0.421940029,1,1,1,1,1,0.005749429,0.832549989,0.514318511,0.51427967,0.51462766
-7814,1,0.3176,1,1,1,1,1,1,1,1,0.0075,0.3176,0.4871,1,0.2776,1,1,1,1,1,1,0,0.2776,0.5066,1,0.6105,1,1,1,0.009,0.6105,0.4523,1,1,1,1,1,0.000944653,0.744540155,0.835285783,1,1,1,1,1,0,0.763872564,0.484851569,1,1,1,1,1,0.008412978,0.710501075,0.486285645,0.486354982,0.486258865
-7815,1,0.3176,1,1,1,1,1,1,1,1,0.0029,0.3176,0.3058,1,0.2776,1,1,1,1,1,1,0,0.2776,0.3337,1,0.6105,1,1,1,0.0047,0.6105,0.2599,1,1,1,1,1,0.000244402,0.539229929,0.779872417,1,1,1,1,1,0,0.567183435,0.397587717,1,1,1,1,1,0.002895803,0.484395146,0.47202755,0.471969537,0.472074468
-7816,1,0.3176,1,1,1,1,1,1,1,1,0.0034,0.3176,0.0269,1,0.2776,1,1,1,1,1,1,0,0.2776,0.0917,1,0.6105,1,1,1,0.0003,0.6105,0,1,1,1,1,1,0.000447075,0.117836066,0.809114277,1,1,1,1,1,0,0.229788601,0.378165454,1,1,1,1,1,0.002040948,0,0.490031416,0.489951343,0.489804965
-7817,1,0.3176,1,1,1,1,1,1,1,1,0.0014,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0011,0.6105,0,1,1,1,1,1,1.59E-05,0,0.605632484,1,1,1,1,1,0,0,0.358104199,1,1,1,1,1,0.005539492,0,0.51099565,0.510894859,0.51108156
-7818,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0,0,0.455645859,1,1,1,1,1,0,0,0.243994281,1,1,1,1,1,0.008710774,0,0.511297728,0.511317961,0.511524823
-7819,1,0.3176,1,1,1,1,1,1,1,1,0.0003,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0017,0.6105,0,1,1,1,1,1,0.000351816,0,0.387614936,1,1,1,1,1,5.34E-05,0,0.246197373,1,1,1,1,1,0.016114114,0,0.510331078,0.510260207,0.510638298
-7820,1,0.3176,1,1,1,1,1,1,1,1,0.0016,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0017,0.6105,0,1,1,1,1,1,0.000614079,0,0.277916372,1,1,1,1,1,8.28E-05,0,0.189868063,1,1,1,1,1,0.018012827,0,0.507974867,0.50793315,0.507978723
-7821,1,0.3176,1,1,1,1,1,1,1,1,0.0026,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0036,0.6105,0,1,1,1,1,1,0.001974684,0,0.167014092,1,1,1,1,1,0.000750634,0,0.0929856,1,1,1,1,1,0.020288346,0,0.494139681,0.494182357,0.494237589
-7822,1,0.3176,1,1,1,1,1,1,1,1,0.0042,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0042,0.6105,0,1,1,1,1,1,0.001972042,0,0.158946812,1,1,1,1,1,0.000391895,0,0.062581941,1,1,1,1,1,0.031856228,0,0.472752537,0.472815739,0.47251773
-7823,1,0.3176,1,1,1,1,1,1,1,1,0.0031,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0037,0.6105,0,1,1,1,1,1,0.002394157,0,0.093944684,1,1,1,1,1,0.000457125,0,0.013845813,1,1,1,1,1,0.017327307,0,0.44320928,0.443198646,0.443262411
-7824,1,0.3176,1,1,1,1,1,1,1,1,0.0021,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.004,0.6105,0,1,1,1,1,1,0.001612915,0,0.107933842,1,1,1,1,1,0.000129207,0,0.005306545,1,1,1,1,1,0.023226418,0,0.416868052,0.416754813,0.417109929
-7825,1,0.3176,1,1,1,1,1,1,1,1,0.0015,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0029,0.6105,0,1,1,1,1,1,0.00148137,0,0.148003444,1,1,1,1,1,0.000942007,0,0,1,1,1,1,1,0.025064053,0,0.402549541,0.402580918,0.402925532
-7826,1,0.3176,1,1,1,1,1,1,1,1,0.0009,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0023,0.6105,0,1,1,1,1,1,0.001565404,0,0.126645014,1,1,1,1,1,0.003162221,0,0,1,1,1,1,1,0.014805968,0,0.397232963,0.397292151,0.397163121
-7827,1,0.3176,1,1,1,1,1,1,1,1,0.0015,0.3176,0,1,0.2776,1,1,1,1,1,1,0.002,0.2776,0,1,0.6105,1,1,1,0.0025,0.6105,0,1,1,1,1,1,0.00244815,0,0.099559762,1,1,1,1,1,0.005398102,0,0,1,1,1,1,1,0.013597097,0,0.396628806,0.396657499,0.396719858
-7828,1,0.3176,1,1,1,1,1,1,1,1,0.0045,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0071,0.2776,0,1,0.6105,1,1,1,0.0044,0.6105,0,1,1,1,1,1,0.005960895,0,0.051773045,1,1,1,1,1,0.010553308,0,0,1,1,1,1,1,0.012847777,0,0.405993233,0.405965729,0.406028369
-7829,1,0.3176,1,1,1,1,1,1,1,1,0.0058,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0073,0.2776,0,1,0.6105,1,1,1,0.0043,0.6105,0,1,1,1,1,1,0.008118855,0,0.043616697,1,1,1,1,1,0.010252004,0,0,1,1,1,1,1,0.015538577,0,0.429917835,0.429870954,0.429964539
-7830,1,0.3176,1,1,1,1,1,1,1,1,0.0027,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0067,0.2776,0,1,0.6105,1,1,1,0.0039,0.6105,0,1,1,1,1,1,0.002935668,0,0.020765871,1,1,1,1,1,0.010225604,0,0,1,1,1,1,1,0.018750623,0,0.461273562,0.461392003,0.46143617
-7831,1,0.3176,1,1,1,1,1,1,1,1,0.001,0.3176,0.0135,1,0.2776,1,1,1,1,1,1,0.02,0.2776,0.0014,1,0.6105,1,1,1,0.0035,0.6105,0,1,1,1,1,1,0.003738043,0.01212929,0.012952658,1,1,1,1,1,0.024549808,0.005251379,0,1,1,1,1,1,0.011670622,0.002535487,0.487916868,0.487835837,0.488031915
-7832,1,0.3179,1,1,1,1,1,1,1,1,0.0049,0.3179,0.3063,1,0.2777,1,1,1,1,1,1,0.0158,0.2777,0.3094,1,0.6105,1,1,1,0.0131,0.6105,0.2461,1,1,1,1,1,0.004781893,0.533414841,0.0257066,1,1,1,1,1,0.018762143,0.531251967,0,1,1,1,1,1,0.026840495,0.540006518,0.513895602,0.513856569,0.514184397
-7833,1,0.3183,1,1,1,1,1,1,1,1,0.0165,0.3183,0.4727,1,0.2778,1,1,1,1,1,1,0.0062,0.2778,0.4709,1,0.6106,1,1,1,0.0254,0.6106,0.3273,1,1,1,1,1,0.004285319,0.739461482,0.028430561,1,1,1,1,1,0.006536862,0.689402819,0,1,1,1,1,1,0.037631251,0.741373062,0.529482842,0.529511318,0.529698582
-7834,1,0.3186,1,1,1,1,1,1,1,1,0.0207,0.3186,0.5797,1,0.2779,1,1,1,1,1,1,0.0025,0.2779,0.5601,1,0.6106,1,1,1,0.0375,0.6106,0.4515,1,1,1,1,1,0.000959005,0.831518173,0.002265802,1,1,1,1,1,0.001906287,0.764008641,0.035720684,1,1,1,1,1,0.05178808,0.847893119,0.53437651,0.534376983,0.534574468
-7835,1,0.3189,1,1,1,1,1,1,1,1,0.0371,0.3189,0.6075,1,0.278,1,1,1,1,1,1,0.0104,0.278,0.5863,1,0.6107,1,1,1,0.0625,0.6107,0.5248,1,1,1,1,1,0.003832318,0.858383894,0.00867191,1,1,1,1,1,0.009281274,0.818908691,0.124184027,1,1,1,1,1,0.100149065,0.877397358,0.531899468,0.531838375,0.531914894
-7836,1,0.3193,1,1,1,1,1,1,1,1,0.0643,0.3193,0.6239,1,0.2781,1,1,1,1,1,1,0.0505,0.2781,0.6292,1,0.6107,1,1,1,0.0835,0.6107,0.5248,1,1,1,1,1,0.035234682,0.869122505,0.001417384,1,1,1,1,1,0.055620037,0.893170893,0.114948168,1,1,1,1,1,0.110474057,0.858522296,0.524045433,0.524011001,0.52393617
-7837,1,0.3196,1,1,1,1,1,1,1,1,0.0934,0.3196,0.6046,1,0.2783,1,1,1,1,1,1,0.0305,0.2783,0.6075,1,0.6108,1,1,1,0.1179,0.6108,0.4708,1,1,1,1,1,0.063207977,0.836846888,0.009424824,1,1,1,1,1,0.039621405,0.855114639,0.199187696,1,1,1,1,1,0.171644807,0.785445988,0.515285162,0.515337423,0.515514184
-7838,1,0.3199,1,1,1,1,1,1,1,1,0.0741,0.3199,0.4789,1,0.2784,1,1,1,1,1,1,0.0559,0.2784,0.5014,1,0.6108,1,1,1,0.0843,0.6108,0.3313,1,1,1,1,1,0.04864309,0.737591743,0.010386042,1,1,1,1,1,0.066800281,0.739189267,0.186653942,1,1,1,1,1,0.117246985,0.625937402,0.510633156,0.510683309,0.510638298
-7839,1,0.3203,1,1,1,1,1,1,1,1,0.0632,0.3203,0.2928,1,0.2785,1,1,1,1,1,1,0.1032,0.2785,0.3257,1,0.6109,1,1,1,0.0901,0.6109,0.1518,1,1,1,1,1,0.069160461,0.509163499,0.002884334,1,1,1,1,1,0.118347988,0.549237072,0.055690054,1,1,1,1,1,0.167533025,0.427600026,0.516130981,0.516183626,0.516400709
-7840,1,0.3206,1,1,1,1,1,1,1,1,0.0548,0.3206,0.0223,1,0.2786,1,1,1,1,1,1,0.0663,0.2786,0.067,1,0.6109,1,1,1,0.0432,0.6109,0,1,1,1,1,1,0.037983596,0.095638037,0.011607529,1,1,1,1,1,0.066335246,0.114867859,0.033266492,1,1,1,1,1,0.102358863,0,0.563496858,0.563570975,0.563386525
-7841,1,0.3209,1,1,1,1,1,1,1,1,0.0385,0.3209,0,1,0.2787,1,1,1,1,1,1,0.0312,0.2787,0,1,0.611,1,1,1,0.0291,0.611,0,1,1,1,1,1,0.01754914,0,0.00131028,1,1,1,1,1,0.029939309,0,0.034334294,1,1,1,1,1,0.106645443,0,0.599142098,0.599111487,0.59929078
-7842,1,0.3213,1,1,1,1,1,1,1,1,0.04,0.3213,0,1,0.2788,1,1,1,1,1,1,0.0084,0.2788,0,1,0.611,1,1,1,0.0377,0.611,0,1,1,1,1,1,0.015839411,0,0,1,1,1,1,1,0.007797354,0,0.011345027,1,1,1,1,1,0.103989266,0,0.589536008,0.589591707,0.589539007
-7843,1,0.3216,1,1,1,1,1,1,1,1,0.0565,0.3216,0,1,0.2789,1,1,1,1,1,1,0.024,0.2789,0,1,0.6111,1,1,1,0.0426,0.6111,0,1,1,1,1,1,0.031023413,0,0,1,1,1,1,1,0.021256493,0,0,1,1,1,1,1,0.118663497,0,0.571048816,0.570975249,0.571365248
-7844,1,0.322,1,1,1,1,1,1,1,1,0.0597,0.322,0,1,0.2791,1,1,1,1,1,1,0.0288,0.2791,0,1,0.6111,1,1,1,0.0421,0.6111,0,1,1,1,1,1,0.048862576,0,0.001345007,1,1,1,1,1,0.023306223,0,0.054215975,1,1,1,1,1,0.102994524,0,0.549903335,0.549820182,0.550088652
-7845,1,0.3223,1,1,1,1,1,1,1,1,0.0468,0.3223,0,1,0.2792,1,1,1,1,1,1,0.016,0.2792,0,1,0.6111,1,1,1,0.0109,0.6111,0,1,1,1,1,1,0.029354954,0,0.011657838,1,1,1,1,1,0.012676011,0,0.161498174,1,1,1,1,1,0.045349691,0,0.521507975,0.521683943,0.521719858
-7846,1,0.3226,1,1,1,1,1,1,1,1,0.0276,0.3226,0,1,0.2793,1,1,1,1,1,1,0.0076,0.2793,0,1,0.6112,1,1,1,0.0184,0.6112,0,1,1,1,1,1,0.011120594,0,0.017196147,1,1,1,1,1,0.006347439,0,0.745766044,1,1,1,1,1,0.056293793,0,0.484171097,0.484239475,0.484042553
-7847,1,0.323,1,1,1,1,1,1,1,1,0.0153,0.323,0,1,0.2794,1,1,1,1,1,1,0.0022,0.2794,0,1,0.6112,1,1,1,0.0076,0.6112,0,1,1,1,1,1,0.003586798,0,0.050978944,1,1,1,1,1,0.002089004,0,0.955347419,1,1,1,1,1,0.025801308,0,0.442725955,0.442775545,0.442819149
-7848,1,0.3233,1,1,1,1,1,1,1,1,0.0188,0.3233,0,1,0.2795,1,1,1,1,1,1,0.0061,0.2795,0,1,0.6113,1,1,1,0.0035,0.6113,0,1,1,1,1,1,0.010016988,0,0.050582305,1,1,1,1,1,0.007992504,0,0.809399009,1,1,1,1,1,0.011499355,0,0.411068149,0.411042945,0.411347518
-7849,1,0.3236,1,1,1,1,1,1,1,1,0.0267,0.3236,0,1,0.2796,1,1,1,1,1,1,0.0281,0.2796,0,1,0.6113,1,1,1,0.0048,0.6113,0,1,1,1,1,1,0.01425541,0,0.035671853,1,1,1,1,1,0.029984765,0,0.367441624,1,1,1,1,1,0.01167495,0,0.391493475,0.391580283,0.391400709
-7850,1,0.324,1,1,1,1,1,1,1,1,0.0211,0.324,0,1,0.2797,1,1,1,1,1,1,0.0798,0.2797,0,1,0.6114,1,1,1,0.0027,0.6114,0,1,1,1,1,1,0.014045461,0,0.009413069,1,1,1,1,1,0.093207844,0,0.781154215,1,1,1,1,1,0.009423662,0,0.381464476,0.381425851,0.381648936
-7851,1,0.3243,1,1,1,1,1,1,1,1,0.0512,0.3243,0,1,0.2799,1,1,1,1,1,1,0.3842,0.2799,0,1,0.6114,1,1,1,0.0074,0.6114,0,1,1,1,1,1,0.074382246,0,0.006600315,1,1,1,1,1,0.335240155,0,0.875015497,1,1,1,1,1,0.006311693,0,0.377416626,0.377406389,0.377659574
-7852,1,0.3246,1,1,1,1,1,1,1,1,0.0645,0.3246,0,1,0.28,1,1,1,1,1,1,0.4204,0.28,0,1,0.6115,1,1,1,0.0137,0.6115,0,1,1,1,1,1,0.120767988,0,0.045244023,1,1,1,1,1,0.349249631,0,0.99520421,1,1,1,1,1,0.004113879,0,0.381162397,0.381214301,0.381205674
-7853,1,0.325,1,1,1,1,1,1,1,1,0.0705,0.325,0,1,0.2801,1,1,1,1,1,1,0.3761,0.2801,0,1,0.6115,1,1,1,0.0158,0.6115,0,1,1,1,1,1,0.133499622,0,0.291549146,1,1,1,1,1,0.316383421,0,1,1,1,1,1,1,0.002927472,0,0.396870469,0.39686905,0.396719858
-7854,1,0.3253,1,1,1,1,1,1,1,1,0.1604,0.3253,0,1,0.2802,1,1,1,1,1,1,0.347,0.2802,0,1,0.6116,1,1,1,0.0124,0.6116,0,1,1,1,1,1,0.19926174,0,0.401262611,1,1,1,1,1,0.307613194,0,1,1,1,1,1,1,0.003854856,0,0.424782504,0.424793738,0.42464539
-7855,1,0.3256,1,1,1,1,1,1,1,1,0.1555,0.3256,0,1,0.2803,1,1,1,1,1,1,0.2839,0.2803,0,1,0.6116,1,1,1,0.0069,0.6116,0,1,1,1,1,1,0.168670475,0,0.452673465,1,1,1,1,1,0.281653881,0,1,1,1,1,1,1,0.006954536,0,0.456681972,0.456737889,0.456560284
-7856,1,0.326,1,1,1,1,1,1,1,1,0.2285,0.326,0.2275,1,0.2804,1,1,1,1,1,1,0.4392,0.2804,0.2309,1,0.6116,1,1,1,0.0056,0.6116,0.1651,1,1,1,1,1,0.21274966,0.404688329,0.473825753,1,1,1,1,1,0.39370659,0.395392388,1,1,1,1,1,1,0.007345814,0.336372614,0.497885452,0.497778718,0.497783688
-7857,1,0.3263,1,1,1,1,1,1,1,1,0.3928,0.3263,0.4015,1,0.2805,1,1,1,1,1,1,0.5717,0.2805,0.4623,1,0.6117,1,1,1,0.0216,0.6117,0.3527,1,1,1,1,1,0.336151153,0.645491183,0.67678833,1,1,1,1,1,0.55145365,0.716423273,1,1,1,1,1,1,0.020626873,0.488395631,0.526159981,0.526126507,0.526152482
-7858,1,0.3267,1,1,1,1,1,1,1,1,0.4246,0.3267,0.5501,1,0.2807,1,1,1,1,1,1,0.6687,0.2807,0.5742,1,0.6117,1,1,1,0.0277,0.6117,0.3867,1,1,1,1,1,0.419276714,0.787828028,0.953487754,1,1,1,1,1,0.629397452,0.815854192,1,1,1,1,1,1,0.038272675,0.593105078,0.535886902,0.535857838,0.535904255
-7859,1,0.327,1,1,1,1,1,1,1,1,0.5523,0.327,0.6021,1,0.2808,1,1,1,1,1,1,0.7365,0.2808,0.5443,1,0.6118,1,1,1,0.0672,0.6118,0.3986,1,1,1,1,1,0.623573065,0.805871904,1,1,1,1,1,1,0.710020423,0.784329653,1,1,1,1,1,1,0.073516801,0.704687893,0.537518125,0.537550243,0.537677305
-7860,1,0.3273,1,1,1,1,1,1,1,1,0.5532,0.3273,0.5869,1,0.2809,1,1,1,1,1,1,0.761,0.2809,0.5293,1,0.6118,1,1,1,0.1695,0.6118,0.3597,1,1,1,1,1,0.619242311,0.724944234,1,1,1,1,1,1,0.729047716,0.684599221,1,1,1,1,1,1,0.270042241,0.711863697,0.534980667,0.534800085,0.53501773
-7861,1,0.3277,1,1,1,1,1,1,1,1,0.5769,0.3277,0.5295,1,0.281,1,1,1,1,1,1,0.4448,0.281,0.4992,1,0.6119,1,1,1,0.1743,0.6119,0.3241,1,1,1,1,1,0.610666931,0.703915119,1,1,1,1,1,1,0.470759332,0.638236582,1,1,1,1,1,1,0.270173669,0.639163613,0.528576607,0.528665115,0.528812057
-7862,1,0.328,1,1,1,1,1,1,1,1,0.5926,0.328,0.4425,1,0.2811,1,1,1,1,1,1,0.4977,0.2811,0.4393,1,0.6119,1,1,1,0.1799,0.6119,0.2954,1,1,1,1,1,0.585540652,0.634863913,1,1,1,1,1,1,0.514856756,0.634926915,1,1,1,1,1,1,0.280861586,0.553861141,0.526643306,0.526761159,0.527039007
-7863,1,0.3283,1,1,1,1,1,1,1,1,0.3812,0.3283,0.2859,1,0.2812,1,1,1,1,1,1,0.5678,0.2812,0.283,1,0.612,1,1,1,0.1144,0.612,0.1939,1,1,1,1,1,0.412749171,0.488822043,1,1,1,1,1,1,0.60759747,0.440593243,1,1,1,1,1,1,0.196339339,0.34703806,0.535947318,0.535857838,0.535904255
-7864,1,0.3287,1,1,1,1,1,1,1,1,0.4051,0.3287,0.0002,1,0.2814,1,1,1,1,1,1,0.4781,0.2814,0.0094,1,0.612,1,1,1,0.1454,0.612,0,1,1,1,1,1,0.391869068,0.001098039,1,1,1,1,1,1,0.432149589,0.052118525,1,1,1,1,1,1,0.260527611,0,0.584642339,0.584726042,0.584663121
-7865,1,0.329,1,1,1,1,1,1,1,1,0.4005,0.329,0,1,0.2815,1,1,1,1,1,1,0.5776,0.2815,0,1,0.6121,1,1,1,0.193,0.6121,0,1,1,1,1,1,0.399155378,0,1,1,1,1,1,1,0.48088944,0,1,1,1,1,1,1,0.358756423,0,0.621495892,0.621535858,0.621897163
-7866,1,0.3293,1,1,1,1,1,1,1,1,0.3866,0.3293,0,1,0.2816,1,1,1,1,1,1,0.5239,0.2816,0,1,0.6121,1,1,1,0.1722,0.6121,0,1,1,1,1,1,0.385396808,0,1,1,1,1,1,1,0.490401864,0,1,1,1,1,1,1,0.30559361,0,0.616481392,0.616670193,0.616578014
-7867,1,0.3297,1,1,1,1,1,1,1,1,0.3843,0.3297,0,1,0.2817,1,1,1,1,1,1,0.4434,0.2817,0,1,0.6121,1,1,1,0.175,0.6121,0,1,1,1,1,1,0.253845155,0,1,1,1,1,1,1,0.406071365,0,1,1,1,1,1,1,0.332944304,0,0.601981634,0.601861646,0.601950355
-7868,1,0.33,1,1,1,1,1,1,1,1,0.4668,0.33,0,1,0.2818,1,1,1,1,1,1,0.5361,0.2818,0,1,0.6122,1,1,1,0.2698,0.6122,0,1,1,1,1,1,0.366100967,0,1,1,1,1,1,1,0.450585991,0,1,1,1,1,1,1,0.433399796,0,0.585246496,0.585360694,0.585549645
-7869,1,0.3304,1,1,1,1,1,1,1,1,0.3014,0.3304,0,1,0.2819,1,1,1,1,1,1,0.4272,0.2819,0,1,0.6122,1,1,1,0.2692,0.6122,0,1,1,1,1,1,0.248909295,0,1,1,1,1,1,1,0.409205556,0,1,1,1,1,1,1,0.43922317,0,0.559811503,0.559763063,0.559840426
-7870,1,0.3307,1,1,1,1,1,1,1,1,0.238,0.3307,0,1,0.282,1,1,1,1,1,1,0.2428,0.282,0,1,0.6123,1,1,1,0.3543,0.6123,0,1,1,1,1,1,0.216569215,0,1,1,1,1,1,1,0.232680783,0,1,1,1,1,1,1,0.526427865,0,0.523622523,0.52379945,0.523492908
-7871,1,0.331,1,1,1,1,1,1,1,1,0.2347,0.331,0,1,0.2822,1,1,1,1,1,1,0.3556,0.2822,0,1,0.6123,1,1,1,0.282,0.6123,0,1,1,1,1,1,0.250397474,0,1,1,1,1,1,1,0.334955782,0,1,1,1,1,1,1,0.448530257,0,0.484775254,0.484662577,0.484929078
-7872,1,0.3314,1,1,1,1,1,1,1,1,0.2932,0.3314,0,1,0.2823,1,1,1,1,1,1,0.3702,0.2823,0,1,0.6124,1,1,1,0.3233,0.6124,0,1,1,1,1,1,0.282815009,0,1,1,1,1,1,1,0.349133134,0,1,1,1,1,1,1,0.479108572,0,0.453419526,0.453353078,0.453457447
-7873,1,0.3317,1,1,1,1,1,1,1,1,0.3358,0.3317,0,1,0.2824,1,1,1,1,1,1,0.4787,0.2824,0,1,0.6124,1,1,1,0.344,0.6124,0,1,1,1,1,1,0.346591592,0,1,1,1,1,1,1,0.449146748,0,1,1,1,1,1,1,0.557121873,0,0.4340261,0.434101967,0.434397163
-7874,1,0.332,1,1,1,1,1,1,1,1,0.2612,0.332,0,1,0.2825,1,1,1,1,1,1,0.3559,0.2825,0,1,0.6125,1,1,1,0.3822,0.6125,0,1,1,1,1,1,0.258870006,0,1,1,1,1,1,1,0.324426472,0,1,1,1,1,1,1,0.675242841,0,0.424299178,0.424370637,0.424202128
-7875,1,0.3324,1,1,1,1,1,1,1,1,0.2982,0.3324,0,1,0.2826,1,1,1,1,1,1,0.4117,0.2826,0,1,0.6125,1,1,1,0.4591,0.6125,0,1,1,1,1,1,0.291703999,0,1,1,1,1,1,1,0.381244063,0,1,1,1,1,1,1,0.713071764,0,0.420915901,0.420774275,0.421099291
-7876,1,0.3327,1,1,1,1,1,1,1,1,0.2823,0.3327,0,1,0.2827,1,1,1,1,1,1,0.3983,0.2827,0,1,0.6126,1,1,1,0.4571,0.6126,0,1,1,1,1,1,0.270128071,0,1,1,1,1,1,1,0.354199618,0,1,1,1,1,1,1,0.741864145,0,0.424782504,0.424793738,0.42464539
-7877,1,0.333,1,1,1,1,1,1,1,1,0.3046,0.333,0,1,0.2828,1,1,1,1,1,1,0.4239,0.2828,0,1,0.6126,1,1,1,0.5115,0.6126,0,1,1,1,1,1,0.310011566,0,1,1,1,1,1,1,0.394214094,0,1,1,1,1,1,1,0.77311486,0,0.437167714,0.437275227,0.437056738
-7878,1,0.3334,1,1,1,1,1,1,1,1,0.2308,0.3334,0,1,0.283,1,1,1,1,1,1,0.252,0.283,0,1,0.6126,1,1,1,0.5044,0.6126,0,1,1,1,1,1,0.226427823,0,1,1,1,1,1,1,0.247125655,0,1,1,1,1,1,1,0.787130356,0,0.456863219,0.456737889,0.457003546
-7879,1,0.3337,1,1,1,1,1,1,1,1,0.2176,0.3337,0,1,0.2831,1,1,1,1,1,1,0.127,0.2831,0,1,0.6127,1,1,1,0.4002,0.6127,0,1,1,1,1,1,0.155630141,0,1,1,1,1,1,1,0.11422988,0,1,1,1,1,1,1,0.699752271,0,0.481029483,0.481066215,0.480939716
-7880,1,0.334,1,1,1,1,1,1,1,1,0.2881,0.334,0.2782,1,0.2832,1,1,1,1,1,1,0.1644,0.2832,0.199,1,0.6127,1,1,1,0.3564,0.6127,0.2292,1,1,1,1,1,0.18900314,0.484832674,1,1,1,1,1,1,0.142117813,0.333788902,1,1,1,1,1,1,0.570839167,0.511561394,0.519695505,0.519779987,0.519946809
-7881,1,0.3344,1,1,1,1,1,1,1,1,0.3787,0.3344,0.4514,1,0.2833,1,1,1,1,1,1,0.3909,0.2833,0.3047,1,0.6128,1,1,1,0.4693,0.6128,0.4107,1,1,1,1,1,0.345473498,0.689378917,1,1,1,1,1,1,0.349680513,0.349193305,1,1,1,1,1,1,0.717556,0.734182715,0.548453359,0.548550878,0.548758865
-7882,1,0.3347,1,1,1,1,1,1,1,1,0.4539,0.3347,0.4131,1,0.2834,1,1,1,1,1,1,0.3386,0.2834,0.2944,1,0.6128,1,1,1,0.5794,0.6128,0.514,1,1,1,1,1,0.440644056,0.518061459,1,1,1,1,1,1,0.304492921,0.454266429,1,1,1,1,1,1,0.809007585,0.853207886,0.565732238,0.565686482,0.565602837
-7883,1,0.3351,1,1,1,1,1,1,1,1,0.4788,0.3351,0.3239,1,0.2835,1,1,1,1,1,1,0.3667,0.2835,0.3306,1,0.6129,1,1,1,0.5425,0.6129,0.547,1,1,1,1,1,0.377502173,0.497477412,1,1,1,1,1,1,0.338521719,0.475615948,1,1,1,1,1,1,0.758063197,0.91103667,0.574371677,0.574360059,0.574468085
-7884,1,0.3354,1,1,1,1,1,1,1,1,0.4929,0.3354,0.4152,1,0.2837,1,1,1,1,1,1,0.3815,0.2837,0.429,1,0.6129,1,1,1,0.5811,0.6129,0.5606,1,1,1,1,1,0.434998453,0.555348635,1,1,1,1,1,1,0.374676168,0.575129926,1,1,1,1,1,1,0.823880017,0.806878924,0.575036249,0.574994711,0.57535461
-7885,1,0.3357,1,1,1,1,1,1,1,1,0.5176,0.3357,0.474,1,0.2838,1,1,1,1,1,1,0.291,0.2838,0.3786,1,0.613,1,1,1,0.5305,0.613,0.5106,1,1,1,1,1,0.469947696,0.594108403,1,1,1,1,1,1,0.30456233,0.525165319,1,1,1,1,1,1,0.757858217,0.52901113,0.56917593,0.569071293,0.569592199
-7886,1,0.3361,1,1,1,1,1,1,1,1,0.4415,0.3361,0.3742,1,0.2839,1,1,1,1,1,1,0.1678,0.2839,0.3117,1,0.613,1,1,1,0.5743,0.613,0.3627,1,1,1,1,1,0.370641887,0.499116808,1,1,1,1,1,1,0.183696508,0.456799358,1,1,1,1,1,1,0.777882814,0.330557406,0.568753021,0.568648191,0.569148936
-7887,1,0.3364,1,1,1,1,1,1,1,1,0.3418,0.3364,0.1973,1,0.284,1,1,1,1,1,1,0.109,0.284,0.1732,1,0.6131,1,1,1,0.4354,0.6131,0.1605,1,1,1,1,1,0.300153464,0.273360372,1,1,1,1,1,1,0.140936062,0.34499225,1,1,1,1,1,1,0.617800891,0.204878777,0.580111165,0.580071927,0.580230496
-7888,1,0.3367,1,1,1,1,1,1,1,1,0.2663,0.3367,0,1,0.2841,1,1,1,1,1,1,0.0918,0.2841,0.0089,1,0.6131,1,1,1,0.3852,0.6131,0,1,1,1,1,1,0.18992205,0,1,1,1,1,1,1,0.095977023,0.073989756,1,1,1,1,1,1,0.51892966,0,0.632189464,0.632324942,0.632535461
-7889,1,0.3371,1,1,1,1,1,1,1,1,0.1595,0.3371,0,1,0.2842,1,1,1,1,1,1,0.0378,0.2842,0,1,0.6131,1,1,1,0.3254,0.6131,0,1,1,1,1,1,0.098883942,0,1,1,1,1,1,1,0.031120759,0,1,1,1,1,1,1,0.449498922,0,0.671761721,0.671673366,0.671985816
-7890,1,0.3374,1,1,1,1,1,1,1,1,0.0835,0.3374,0,1,0.2843,1,1,1,1,1,1,0.0377,0.2843,0,1,0.6132,1,1,1,0.2526,0.6132,0,1,1,1,1,1,0.041670185,0,1,1,1,1,1,1,0.025657954,0,1,1,1,1,1,1,0.363311082,0,0.66662639,0.6668077,0.666666667
-7891,1,0.3377,1,1,1,1,1,1,1,1,0.0801,0.3377,0,1,0.2845,1,1,1,1,1,1,0.0797,0.2845,0,1,0.6132,1,1,1,0.2713,0.6132,0,1,1,1,1,1,0.046520531,0,1,1,1,1,1,1,0.056693397,0,0.955889583,1,1,1,1,1,0.436661184,0,0.648743354,0.648614343,0.64893617
-7892,1,0.3381,1,1,1,1,1,1,1,1,0.063,0.3381,0,1,0.2846,1,1,1,1,1,1,0.0937,0.2846,0,1,0.6133,1,1,1,0.2508,0.6133,0,1,1,1,1,1,0.039619386,0,1,1,1,1,1,1,0.06856554,0,1,1,1,1,1,1,0.414287388,0,0.62681247,0.626824624,0.62677305
-7893,1,0.3384,1,1,1,1,1,1,1,1,0.0469,0.3384,0,1,0.2847,1,1,1,1,1,1,0.1054,0.2847,0,1,0.6133,1,1,1,0.1963,0.6133,0,1,1,1,1,1,0.020708684,0,0.995079517,1,1,1,1,1,0.088274181,0,1,1,1,1,1,1,0.333956808,0,0.580292412,0.580283478,0.580230496
-7894,1,0.3387,1,1,1,1,1,1,1,1,0.0833,0.3387,0,1,0.2848,1,1,1,1,1,1,0.0786,0.2848,0,1,0.6134,1,1,1,0.1995,0.6134,0,1,1,1,1,1,0.035795957,0,1,1,1,1,1,1,0.061578289,0,1,1,1,1,1,1,0.366334319,0,0.529845336,0.529722869,0.529698582
-7895,1,0.3391,1,1,1,1,1,1,1,1,0.0937,0.3391,0,1,0.2849,1,1,1,1,1,1,0.1264,0.2849,0,1,0.6134,1,1,1,0.1476,0.6134,0,1,1,1,1,1,0.034966871,0,1,1,1,1,1,1,0.107197732,0,1,1,1,1,1,1,0.295367479,0,0.484352344,0.484239475,0.484485816
-7896,1,0.3394,1,1,1,1,1,1,1,1,0.0684,0.3394,0,1,0.285,1,1,1,1,1,1,0.1048,0.285,0,1,0.6135,1,1,1,0.143,0.6135,0,1,1,1,1,1,0.025533708,0,1,1,1,1,1,1,0.077896178,0,1,1,1,1,1,1,0.267627925,0,0.454023683,0.45398773,0.453900709
-7897,1,0.3398,1,1,1,1,1,1,1,1,0.0764,0.3398,0,1,0.2851,1,1,1,1,1,1,0.0441,0.2851,0,1,0.6135,1,1,1,0.0939,0.6135,0,1,1,1,1,1,0.017815681,0,1,1,1,1,1,1,0.034703147,0,1,1,1,1,1,1,0.168640256,0,0.438255196,0.438332981,0.438386525
-7898,1,0.3401,1,1,1,1,1,1,1,1,0.0812,0.3401,0,1,0.2853,1,1,1,1,1,1,0.0539,0.2853,0,1,0.6136,1,1,1,0.1059,0.6136,0,1,1,1,1,1,0.014184227,0,1,1,1,1,1,1,0.034782603,0,1,1,1,1,1,1,0.207929328,0,0.431730304,0.43177491,0.431737589
-7899,1,0.3404,1,1,1,1,1,1,1,1,0.0744,0.3404,0,1,0.2854,1,1,1,1,1,1,0.0603,0.2854,0,1,0.6136,1,1,1,0.0875,0.6136,0,1,1,1,1,1,0.019348627,0,0.97712636,1,1,1,1,1,0.042723127,0,1,1,1,1,1,1,0.155684143,0,0.432032383,0.431986461,0.432180851
-7900,1,0.3408,1,1,1,1,1,1,1,1,0.0565,0.3408,0,1,0.2855,1,1,1,1,1,1,0.0826,0.2855,0,1,0.6136,1,1,1,0.0586,0.6136,0,1,1,1,1,1,0.017990123,0,0.990322113,1,1,1,1,1,0.06389457,0,0.861760259,1,1,1,1,1,0.148740977,0,0.448042533,0.447852761,0.448138298
-7901,1,0.3411,1,1,1,1,1,1,1,1,0.063,0.3411,0,1,0.2856,1,1,1,1,1,1,0.0923,0.2856,0,1,0.6137,1,1,1,0.073,0.6137,0,1,1,1,1,1,0.02147655,0,0.879968047,1,1,1,1,1,0.067953229,0,1,1,1,1,1,1,0.144432753,0,0.493475109,0.493547705,0.493794326
-7902,1,0.3414,1,1,1,1,1,1,1,1,0.0449,0.3414,0,1,0.2857,1,1,1,1,1,1,0.0989,0.2857,0,1,0.6137,1,1,1,0.0483,0.6137,0,1,1,1,1,1,0.015347878,0,0.835671663,1,1,1,1,1,0.062016007,0,1,1,1,1,1,1,0.097884431,0,0.573646689,0.573725407,0.574024823
-7903,1,0.3418,1,1,1,1,1,1,1,1,0.0549,0.3418,0,1,0.2858,1,1,1,1,1,1,0.0636,0.2858,0,1,0.6138,1,1,1,0.042,0.6138,0,1,1,1,1,1,0.021508196,0,0.972449064,1,1,1,1,1,0.043356638,0,1,1,1,1,1,1,0.068848588,0,0.614185597,0.614131585,0.614361702
-7904,1,0.3421,1,1,1,1,1,1,1,1,0.0477,0.3421,0.2772,1,0.2859,1,1,1,1,1,1,0.0976,0.2859,0.288,1,0.6138,1,1,1,0.0457,0.6138,0.2412,1,1,1,1,1,0.021165118,0.467204511,0.870282292,1,1,1,1,1,0.072153643,0.493700296,1,1,1,1,1,1,0.075373076,0.511609197,0.617689705,0.617727946,0.617907801
-7905,1,0.3424,1,1,1,1,1,1,1,1,0.1262,0.3424,0.4703,1,0.2861,1,1,1,1,1,1,0.2321,0.2861,0.4637,1,0.6139,1,1,1,0.0791,0.6139,0.4239,1,1,1,1,1,0.09063796,0.69370091,0.984408379,1,1,1,1,1,0.195347548,0.696572661,1,1,1,1,1,1,0.136499137,0.741816163,0.618777187,0.618574149,0.618794326
-7906,1,0.3428,1,1,1,1,1,1,1,1,0.1636,0.3428,0.5945,1,0.2862,1,1,1,1,1,1,0.3226,0.2862,0.5536,1,0.6139,1,1,1,0.1435,0.6139,0.5375,1,1,1,1,1,0.106005646,0.787053287,0.948561192,1,1,1,1,1,0.297921598,0.79753387,1,1,1,1,1,1,0.244123727,0.829162717,0.617931368,0.617939497,0.618351064
-7907,1,0.3431,1,1,1,1,1,1,1,1,0.2344,0.3431,0.6074,1,0.2863,1,1,1,1,1,1,0.4531,0.2863,0.6065,1,0.614,1,1,1,0.1683,0.614,0.543,1,1,1,1,1,0.203533158,0.821506977,1,1,1,1,1,1,0.390486419,0.751623034,1,1,1,1,1,1,0.258757532,0.82029736,0.614306428,0.614343135,0.614361702
-7908,1,0.3435,1,1,1,1,1,1,1,1,0.3743,0.3435,0.6058,1,0.2864,1,1,1,1,1,1,0.4105,0.2864,0.579,1,0.614,1,1,1,0.1941,0.614,0.5847,1,1,1,1,1,0.389131874,0.813984334,1,1,1,1,1,1,0.373949528,0.751410306,1,1,1,1,1,1,0.277015239,0.682227135,0.609352344,0.60947747,0.609485816
-7909,1,0.3438,1,1,1,1,1,1,1,1,0.3745,0.3438,0.573,1,0.2865,1,1,1,1,1,1,0.3767,0.2865,0.5484,1,0.6141,1,1,1,0.2715,0.6141,0.5846,1,1,1,1,1,0.408331364,0.76099211,0.968784571,1,1,1,1,1,0.336303055,0.716123641,1,1,1,1,1,1,0.43207407,0.694282234,0.604942001,0.604823355,0.605053191
-7910,1,0.3441,1,1,1,1,1,1,1,1,0.3731,0.3441,0.4695,1,0.2866,1,1,1,1,1,1,0.3358,0.2866,0.4642,1,0.6141,1,1,1,0.1809,0.6141,0.4711,1,1,1,1,1,0.329427123,0.657909989,0.877860546,1,1,1,1,1,0.337581694,0.670256615,0.990731001,1,1,1,1,1,0.301956058,0.681336403,0.598719188,0.598688386,0.598847518
-7911,1,0.3445,1,1,1,1,1,1,1,1,0.2043,0.3445,0.2946,1,0.2868,1,1,1,1,1,1,0.1963,0.2868,0.3147,1,0.6141,1,1,1,0.1282,0.6141,0.2707,1,1,1,1,1,0.186301038,0.491393656,0.678386688,1,1,1,1,1,0.190968663,0.53443706,0.640313625,1,1,1,1,1,0.203140423,0.468723834,0.605123248,0.605246457,0.605496454
-7912,1,0.3448,1,1,1,1,1,1,1,1,0.1127,0.3448,0.0015,1,0.2869,1,1,1,1,1,1,0.1024,0.2869,0.0484,1,0.6142,1,1,1,0.1004,0.6142,0,1,1,1,1,1,0.086585201,0.010907735,0.651507914,1,1,1,1,1,0.097033188,0.165380776,0.443274379,1,1,1,1,1,0.169588864,0,0.654966167,0.654960863,0.655141844
-7913,1,0.3451,1,1,1,1,1,1,1,1,0.0212,0.3451,0,1,0.287,1,1,1,1,1,1,0.0403,0.287,0,1,0.6142,1,1,1,0.0938,0.6142,0,1,1,1,1,1,0.019580055,0,0.519758224,1,1,1,1,1,0.033442974,0,0.220900282,1,1,1,1,1,0.180846497,0,0.704265346,0.704252168,0.704787234
-7914,1,0.3455,1,1,1,1,1,1,1,1,0.014,0.3455,0,1,0.2871,1,1,1,1,1,1,0.0071,0.2871,0,1,0.6143,1,1,1,0.0661,0.6143,0,1,1,1,1,1,0.009247675,0,0.667598605,1,1,1,1,1,0.008169477,0,0.182389528,1,1,1,1,1,0.095605589,0,0.703359111,0.703405966,0.703457447
-7915,1,0.3458,1,1,1,1,1,1,1,1,0.0067,0.3458,0,1,0.2872,1,1,1,1,1,1,0,0.2872,0,1,0.6143,1,1,1,0.1026,0.6143,0,1,1,1,1,1,0.000553914,0,0.911084652,1,1,1,1,1,0.000340936,0,0.131899238,1,1,1,1,1,0.175159171,0,0.688376027,0.688385868,0.688386525
-7916,1,0.3461,1,1,1,1,1,1,1,1,0.0044,0.3461,0,1,0.2873,1,1,1,1,1,1,0,0.2873,0,1,0.6144,1,1,1,0.0875,0.6144,0,1,1,1,1,1,0.000420807,0,0.875410676,1,1,1,1,1,1.81E-05,0,0.027147647,1,1,1,1,1,0.166425392,0,0.661309812,0.661307383,0.661347518
-7917,1,0.3465,1,1,1,1,1,1,1,1,0.0029,0.3465,0,1,0.2874,1,1,1,1,1,1,0,0.2874,0,1,0.6144,1,1,1,0.0486,0.6144,0,1,1,1,1,1,0.000307265,0,0.786043763,1,1,1,1,1,0,0,0.047462307,1,1,1,1,1,0.099801324,0,0.616602223,0.616670193,0.616578014
-7918,1,0.3468,1,1,1,1,1,1,1,1,0.0037,0.3468,0,1,0.2876,1,1,1,1,1,1,0,0.2876,0,1,0.6145,1,1,1,0.0136,0.6145,0,1,1,1,1,1,0.000228408,0,0.353490412,1,1,1,1,1,0,0,0,1,1,1,1,1,0.040504973,0,0.557878202,0.557859107,0.558067376
-7919,1,0.3471,1,1,1,1,1,1,1,1,0.0013,0.3471,0,1,0.2877,1,1,1,1,1,1,0,0.2877,0,1,0.6145,1,1,1,0.0159,0.6145,0,1,1,1,1,1,8.60E-05,0,0.311085522,1,1,1,1,1,5.58E-05,0,0,1,1,1,1,1,0.059952989,0,0.505135331,0.505182991,0.505319149
-7920,1,0.3475,1,1,1,1,1,1,1,1,0.0021,0.3475,0,1,0.2878,1,1,1,1,1,1,0,0.2878,0,1,0.6146,1,1,1,0.0063,0.6146,0,1,1,1,1,1,0.000104763,0,0.127206534,1,1,1,1,1,5.27E-06,0,0,1,1,1,1,1,0.03768323,0,0.472510875,0.472604189,0.47251773
-7921,1,0.3478,1,1,1,1,1,1,1,1,0.001,0.3478,0,1,0.2879,1,1,1,1,1,1,0,0.2879,0,1,0.6146,1,1,1,0.0023,0.6146,0,1,1,1,1,1,7.23E-05,0,0.043578222,1,1,1,1,1,0,0,0.000581152,1,1,1,1,1,0.024293661,0,0.455352827,0.455468585,0.455673759
-7922,1,0.3482,1,1,1,1,1,1,1,1,0.0006,0.3482,0,1,0.288,1,1,1,1,1,1,0,0.288,0,1,0.6146,1,1,1,0.0006,0.6146,0,1,1,1,1,1,4.83E-05,0,0.027171472,1,1,1,1,1,0,0,0,1,1,1,1,1,0.006348834,0,0.447257129,0.447218109,0.447251773
-7923,1,0.3485,1,1,1,1,1,1,1,1,0.0013,0.3485,0,1,0.2881,1,1,1,1,1,1,0,0.2881,0,1,0.6147,1,1,1,0.0001,0.6147,0,1,1,1,1,1,3.43E-05,0,0.035178684,1,1,1,1,1,0,0,0,1,1,1,1,1,0.005563081,0,0.446834219,0.446795007,0.446808511
-7924,1,0.3488,1,1,1,1,1,1,1,1,0.0012,0.3488,0,1,0.2882,1,1,1,1,1,1,0,0.2882,0,1,0.6147,1,1,1,0.0012,0.6147,0,1,1,1,1,1,1.49E-05,0,0.064882994,1,1,1,1,1,0,0,0,1,1,1,1,1,0.007497231,0,0.460548574,0.460545801,0.460549645
-7925,1,0.3492,1,1,1,1,1,1,1,1,0.0004,0.3492,0,1,0.2884,1,1,1,1,1,1,0,0.2884,0,1,0.6148,1,1,1,0.0005,0.6148,0,1,1,1,1,1,0,0,0.064245701,1,1,1,1,1,0.000137333,0,0,1,1,1,1,1,0.006974106,0,0.504108265,0.504125238,0.504432624
-7926,1,0.3495,1,1,1,1,1,1,1,1,0,0.3495,0,1,0.2885,1,1,1,1,1,1,0,0.2885,0,1,0.6148,1,1,1,0.0006,0.6148,0,1,1,1,1,1,0.000140162,0,0.024262831,1,1,1,1,1,0.000778959,0,0,1,1,1,1,1,0.007351849,0,0.583856936,0.583668289,0.584219858
-7927,1,0.3498,1,1,1,1,1,1,1,1,0.0004,0.3498,0,1,0.2886,1,1,1,1,1,1,0,0.2886,0,1,0.6149,1,1,1,0,0.6149,0,1,1,1,1,1,0.000263533,0,0.053837113,1,1,1,1,1,0.0005811,0,0.039201308,1,1,1,1,1,0.003386561,0,0.626329145,0.626401523,0.62677305
-7928,1,0.3502,1,1,1,1,1,1,1,1,0.0027,0.3502,0.1029,1,0.2887,1,1,1,1,1,1,0,0.2887,0.0745,1,0.6149,1,1,1,0,0.6149,0.1645,1,1,1,1,1,0.000260974,0.149309188,0.126247689,1,1,1,1,1,8.29E-05,0.125385612,0.281199485,1,1,1,1,1,0.002099297,0.243529931,0.636599807,0.636767506,0.636968085
-7929,1,0.3505,1,1,1,1,1,1,1,1,0.005,0.3505,0.2427,1,0.2888,1,1,1,1,1,1,0,0.2888,0.2522,1,0.615,1,1,1,0,0.615,0.3343,1,1,1,1,1,0.000111165,0.412142485,0.029412426,1,1,1,1,1,0,0.386224777,0.000979058,1,1,1,1,1,0.002029608,0.486427128,0.641191397,0.64121007,0.641400709
-7930,1,0.3508,1,1,1,1,1,1,1,1,0.0058,0.3508,0.3353,1,0.2889,1,1,1,1,1,1,0,0.2889,0.3334,1,0.615,1,1,1,0,0.615,0.4384,1,1,1,1,1,0.002125618,0.49110195,0.000696963,1,1,1,1,1,0,0.451408923,0,1,1,1,1,1,0.000988073,0.592234731,0.646145481,0.646075735,0.646276596
-7931,1,0.3512,1,1,1,1,1,1,1,1,0.0028,0.3512,0.3693,1,0.289,1,1,1,1,1,1,0,0.289,0.3485,1,0.6151,1,1,1,0,0.6151,0.3978,1,1,1,1,1,0.000896637,0.507119298,0.023370184,1,1,1,1,1,0,0.52073884,0.00648377,1,1,1,1,1,1.66E-05,0.525072098,0.648078782,0.648191242,0.648049645
-7932,1,0.3515,1,1,1,1,1,1,1,1,0,0.3515,0.321,1,0.2892,1,1,1,1,1,1,0,0.2892,0.3388,1,0.6151,1,1,1,0,0.6151,0.3351,1,1,1,1,1,3.92E-05,0.430667639,0.012369691,1,1,1,1,1,7.23E-05,0.536072493,0.068388224,1,1,1,1,1,9.26E-05,0.505084753,0.647172547,0.647133488,0.647606383
-7933,1,0.3518,1,1,1,1,1,1,1,1,0,0.3518,0.2798,1,0.2893,1,1,1,1,1,1,0,0.2893,0.3379,1,0.6151,1,1,1,0,0.6151,0.3637,1,1,1,1,1,8.31E-05,0.418788314,0.075646281,1,1,1,1,1,0.000337823,0.527772665,0.711678803,1,1,1,1,1,0,0.395201713,0.646689222,0.646710387,0.646719858
-7934,1,0.3522,1,1,1,1,1,1,1,1,0.0012,0.3522,0.2887,1,0.2894,1,1,1,1,1,1,0,0.2894,0.3133,1,0.6152,1,1,1,0,0.6152,0.3002,1,1,1,1,1,0.000195095,0.469936907,0.282814294,1,1,1,1,1,0.000346163,0.460226595,1,1,1,1,1,1,0,0.331712306,0.643003867,0.642902475,0.643173759
-7935,1,0.3525,1,1,1,1,1,1,1,1,0.0032,0.3525,0.1717,1,0.2895,1,1,1,1,1,1,0,0.2895,0.1924,1,0.6152,1,1,1,0.0005,0.6152,0.1921,1,1,1,1,1,0.000347156,0.327512324,0.374575913,1,1,1,1,1,0.000449425,0.331259072,0.995916247,1,1,1,1,1,0.00013351,0.279971123,0.651280812,0.651364502,0.651595745
-7936,1,0.3529,1,1,1,1,1,1,1,1,0.0015,0.3529,0,1,0.2896,1,1,1,1,1,1,0,0.2896,0,1,0.6153,1,1,1,0,0.6153,0,1,1,1,1,1,0.000685094,0,0.865818143,1,1,1,1,1,0.001011067,0,1,1,1,1,1,1,3.63E-07,0,0.6959884,0.696001692,0.696365248
-7937,1,0.3532,1,1,1,1,1,1,1,1,0.0032,0.3532,0,1,0.2897,1,1,1,1,1,1,0,0.2897,0,1,0.6153,1,1,1,0,0.6153,0,1,1,1,1,1,0.000753927,0,0.973924637,1,1,1,1,1,0.000993402,0,1,1,1,1,1,1,0,0,0.725531658,0.725618786,0.72606383
-7938,1,0.3535,1,1,1,1,1,1,1,1,0.0037,0.3535,0,1,0.2899,1,1,1,1,1,1,0,0.2899,0,1,0.6154,1,1,1,0,0.6154,0,1,1,1,1,1,0.00094837,0,0.994509459,1,1,1,1,1,0.001521005,0,1,1,1,1,1,1,1.90E-05,0,0.719973417,0.719906918,0.720301418
-7939,1,0.3539,1,1,1,1,1,1,1,1,0.0105,0.3539,0,1,0.29,1,1,1,1,1,1,0,0.29,0,1,0.6154,1,1,1,0.0001,0.6154,0,1,1,1,1,1,0.00151871,0,1,1,1,1,1,1,0.001989559,0,1,1,1,1,1,1,0.000774101,0,0.700700822,0.700655807,0.700797872
-7940,1,0.3542,1,1,1,1,1,1,1,1,0.0174,0.3542,0,1,0.2901,1,1,1,1,1,1,0,0.2901,0,1,0.6155,1,1,1,0.0004,0.6155,0,1,1,1,1,1,0.001624565,0,1,1,1,1,1,1,0.002567902,0,1,1,1,1,1,1,0.002497762,0,0.67037216,0.670404062,0.670656028
-7941,1,0.3545,1,1,1,1,1,1,1,1,0.0245,0.3545,0,1,0.2902,1,1,1,1,1,1,0,0.2902,0,1,0.6155,1,1,1,0.0006,0.6155,0,1,1,1,1,1,0.002331245,0,0.997259498,1,1,1,1,1,0.003383472,0,1,1,1,1,1,1,0.001938478,0,0.621858386,0.621747409,0.622340426
-7942,1,0.3549,1,1,1,1,1,1,1,1,0.0311,0.3549,0,1,0.2903,1,1,1,1,1,1,0,0.2903,0,1,0.6156,1,1,1,0.0011,0.6156,0,1,1,1,1,1,0.002415482,0,1,1,1,1,1,1,0.002645026,0,1,1,1,1,1,1,0.002490798,0,0.561261479,0.561243918,0.561170213
-7943,1,0.3552,1,1,1,1,1,1,1,1,0.033,0.3552,0,1,0.2904,1,1,1,1,1,1,0,0.2904,0,1,0.6156,1,1,1,0.0017,0.6156,0,1,1,1,1,1,0.002231756,0,1,1,1,1,1,1,0.001735809,0,1,1,1,1,1,1,0.00463824,0,0.507008217,0.506875397,0.507092199
-7944,1,0.3555,1,1,1,1,1,1,1,1,0.0402,0.3555,0,1,0.2905,1,1,1,1,1,1,0,0.2905,0,1,0.6157,1,1,1,0.0021,0.6157,0,1,1,1,1,1,0.003235244,0,1,1,1,1,1,1,0.002864446,0,1,1,1,1,1,1,0.006304348,0,0.471665056,0.471757986,0.471631206
-7945,1,0.3559,1,1,1,1,1,1,1,1,0.0671,0.3559,0,1,0.2907,1,1,1,1,1,1,0,0.2907,0,1,0.6157,1,1,1,0.0015,0.6157,0,1,1,1,1,1,0.005711064,0,1,1,1,1,1,1,0.004851548,0,1,1,1,1,1,1,0.00516984,0,0.452875785,0.452718426,0.453014184
-7946,1,0.3562,1,1,1,1,1,1,1,1,0.0672,0.3562,0,1,0.2908,1,1,1,1,1,1,0,0.2908,0,1,0.6157,1,1,1,0.0026,0.6157,0,1,1,1,1,1,0.004902418,0,1,1,1,1,1,1,0.003734391,0,1,1,1,1,1,1,0.009447602,0,0.445202997,0.445102602,0.445035461
-7947,1,0.3566,1,1,1,1,1,1,1,1,0.0922,0.3566,0,1,0.2909,1,1,1,1,1,1,0,0.2909,0,1,0.6158,1,1,1,0.0057,0.6158,0,1,1,1,1,1,0.008653584,0,1,1,1,1,1,1,0.003451632,0,1,1,1,1,1,1,0.020964867,0,0.445082165,0.445102602,0.445035461
-7948,1,0.3569,1,1,1,1,1,1,1,1,0.0933,0.3569,0,1,0.291,1,1,1,1,1,1,0,0.291,0,1,0.6158,1,1,1,0.0076,0.6158,0,1,1,1,1,1,0.007520034,0,0.940527022,1,1,1,1,1,0.003968705,0,1,1,1,1,1,1,0.018550284,0,0.459098598,0.459064946,0.459219858
-7949,1,0.3572,1,1,1,1,1,1,1,1,0.0914,0.3572,0,1,0.2911,1,1,1,1,1,1,0,0.2911,0,1,0.6159,1,1,1,0.0101,0.6159,0,1,1,1,1,1,0.008136377,0,0.957997084,1,1,1,1,1,0.001861324,0,1,1,1,1,1,1,0.020571366,0,0.503383277,0.503490586,0.503546099
-7950,1,0.3576,1,1,1,1,1,1,1,1,0.0831,0.3576,0,1,0.2912,1,1,1,1,1,1,0,0.2912,0,1,0.6159,1,1,1,0.0204,0.6159,0,1,1,1,1,1,0.007600174,0,0.951696277,1,1,1,1,1,0.00532535,0,1,1,1,1,1,1,0.030098235,0,0.584400677,0.584514491,0.584219858
-7951,1,0.3579,1,1,1,1,1,1,1,1,0.0824,0.3579,0,1,0.2913,1,1,1,1,1,1,0,0.2913,0,1,0.616,1,1,1,0.0271,0.616,0,1,1,1,1,1,0.004530646,0,1,1,1,1,1,1,0.001071922,0,1,1,1,1,1,1,0.03908335,0,0.627174964,0.627247726,0.627216312
-7952,1,0.3582,1,1,1,1,1,1,1,1,0.0819,0.3582,0.1982,1,0.2915,1,1,1,1,1,1,0,0.2915,0.2372,1,0.616,1,1,1,0.0244,0.616,0.1528,1,1,1,1,1,0.004872135,0.359610915,1,1,1,1,1,1,0.001096228,0.441714257,0.928134382,1,1,1,1,1,0.03934633,0.212462723,0.631887385,0.63190184,0.632092199
-7953,1,0.3586,1,1,1,1,1,1,1,1,0.137,0.3586,0.3702,1,0.2916,1,1,1,1,1,1,0,0.2916,0.443,1,0.6161,1,1,1,0.017,0.6161,0.3592,1,1,1,1,1,0.009902422,0.559364676,1,1,1,1,1,1,0.002900195,0.684637785,0.998075128,1,1,1,1,1,0.03671243,0.47113663,0.632974867,0.632959594,0.632978723
-7954,1,0.3589,1,1,1,1,1,1,1,1,0.1429,0.3589,0.4604,1,0.2917,1,1,1,1,1,1,0,0.2917,0.5472,1,0.6161,1,1,1,0.0206,0.6161,0.4321,1,1,1,1,1,0.011367219,0.686387718,1,1,1,1,1,1,0.005874466,0.753449857,0.848225951,1,1,1,1,1,0.037670474,0.579038322,0.634847753,0.634651999,0.635195035
-7955,1,0.3592,1,1,1,1,1,1,1,1,0.1575,0.3592,0.5011,1,0.2918,1,1,1,1,1,1,0,0.2918,0.5775,1,0.6162,1,1,1,0.0233,0.6162,0.4239,1,1,1,1,1,0.013692169,0.757732749,1,1,1,1,1,1,0.004740882,0.817503333,0.955644548,1,1,1,1,1,0.044498149,0.594207525,0.629893668,0.629786334,0.629875887
-7956,1,0.3596,1,1,1,1,1,1,1,1,0.1512,0.3596,0.5173,1,0.2919,1,1,1,1,1,1,0,0.2919,0.5742,1,0.6162,1,1,1,0.0097,0.6162,0.4609,1,1,1,1,1,0.012560264,0.764957786,1,1,1,1,1,1,0.003897096,0.78637439,0.91402781,1,1,1,1,1,0.025262492,0.592677712,0.622160464,0.62217051,0.622340426
-7957,1,0.3599,1,1,1,1,1,1,1,1,0.142,0.3599,0.5058,1,0.292,1,1,1,1,1,1,0.0686,0.292,0.4846,1,0.6162,1,1,1,0.0069,0.6162,0.3962,1,1,1,1,1,0.018030934,0.675923228,1,1,1,1,1,1,0.060591135,0.681280792,0.800402939,1,1,1,1,1,0.021184182,0.610819578,0.620287579,0.620266554,0.620567376
-7958,1,0.3602,1,1,1,1,1,1,1,1,0.1123,0.3602,0.3876,1,0.2922,1,1,1,1,1,1,0.13,0.2922,0.3915,1,0.6163,1,1,1,0.0046,0.6163,0.3179,1,1,1,1,1,0.044280976,0.534172833,0.994559169,1,1,1,1,1,0.117472827,0.571766794,0.758722842,1,1,1,1,1,0.010342414,0.475621462,0.618716771,0.618574149,0.618794326
-7959,1,0.3606,1,1,1,1,1,1,1,1,0.0682,0.3606,0.1969,1,0.2923,1,1,1,1,1,1,0.076,0.2923,0.2302,1,0.6163,1,1,1,0.0036,0.6163,0.1341,1,1,1,1,1,0.028263077,0.31889388,0.92244792,1,1,1,1,1,0.081912547,0.370800614,0.923306882,1,1,1,1,1,0.007370892,0.211537391,0.62777912,0.627670827,0.628102837
-7960,1,0.3609,1,1,1,1,1,1,1,1,0.0262,0.3609,0,1,0.2924,1,1,1,1,1,1,0.0847,0.2924,0.0021,1,0.6164,1,1,1,0.003,0.6164,0,1,1,1,1,1,0.003294965,0,0.79864496,1,1,1,1,1,0.095803112,0.013348263,0.713668883,1,1,1,1,1,0.005356252,0,0.676897052,0.676750582,0.677304965
-7961,1,0.3613,1,1,1,1,1,1,1,1,0.0083,0.3613,0,1,0.2925,1,1,1,1,1,1,0.0449,0.2925,0,1,0.6164,1,1,1,0.0022,0.6164,0,1,1,1,1,1,0.001975568,0,0.627104759,1,1,1,1,1,0.044382736,0,0.437223852,1,1,1,1,1,0.004700871,0,0.716167231,0.716310556,0.716312057
-7962,1,0.3616,1,1,1,1,1,1,1,1,0.0089,0.3616,0,1,0.2926,1,1,1,1,1,1,0.0339,0.2926,0,1,0.6165,1,1,1,0.0016,0.6165,0,1,1,1,1,1,0.003874197,0,0.941429138,1,1,1,1,1,0.022209933,0,1,1,1,1,1,1,0.003850716,0,0.712179797,0.712079543,0.712322695
-7963,1,0.3619,1,1,1,1,1,1,1,1,0.0017,0.3619,0,1,0.2927,1,1,1,1,1,1,0.0023,0.2927,0,1,0.6165,1,1,1,0.0025,0.6165,0,1,1,1,1,1,0.001709126,0,0.928272843,1,1,1,1,1,0.004971771,0,1,1,1,1,1,1,0.002790326,0,0.696471725,0.696424794,0.696365248
-7964,1,0.3623,1,1,1,1,1,1,1,1,0.0009,0.3623,0,1,0.2928,1,1,1,1,1,1,0.0085,0.2928,0,1,0.6166,1,1,1,0.002,0.6166,0,1,1,1,1,1,0.00517818,0,0.926818967,1,1,1,1,1,0.008661659,0,1,1,1,1,1,1,0.001110072,0,0.671459642,0.671461815,0.671542553
-7965,1,0.3626,1,1,1,1,1,1,1,1,0.0036,0.3626,0,1,0.293,1,1,1,1,1,1,0.0039,0.293,0,1,0.6166,1,1,1,0.0009,0.6166,0,1,1,1,1,1,0.004705513,0,0.983213186,1,1,1,1,1,0.004060608,0,1,1,1,1,1,1,0.000999362,0,0.62862494,0.62872858,0.628989362
-7966,1,0.3629,1,1,1,1,1,1,1,1,0.0045,0.3629,0,1,0.2931,1,1,1,1,1,1,0,0.2931,0,1,0.6167,1,1,1,0,0.6167,0,1,1,1,1,1,0.001188291,0,1,1,1,1,1,1,0.001474489,0,1,1,1,1,1,1,0.000633273,0,0.570202997,0.570129046,0.570478723
-7967,1,0.3633,1,1,1,1,1,1,1,1,0.0107,0.3633,0,1,0.2932,1,1,1,1,1,1,0.0166,0.2932,0,1,0.6167,1,1,1,0.0091,0.6167,0,1,1,1,1,1,0.009813362,0,1,1,1,1,1,1,0.015846362,0,1,1,1,1,1,1,0.011114538,0,0.516795553,0.516818278,0.516843972
-7968,1,0.3636,1,1,1,1,1,1,1,1,0.0246,0.3636,0,1,0.2933,1,1,1,1,1,1,0.0332,0.2933,0,1,0.6167,1,1,1,0.0078,0.6167,0,1,1,1,1,1,0.019727848,0,1,1,1,1,1,1,0.027198892,0,1,1,1,1,1,1,0.015586227,0,0.482358627,0.482335519,0.482712766
-7969,1,0.3639,1,1,1,1,1,1,1,1,0.0264,0.3639,0,1,0.2934,1,1,1,1,1,1,0.05,0.2934,0,1,0.6168,1,1,1,0.0253,0.6168,0,1,1,1,1,1,0.021435797,0,0.952095509,1,1,1,1,1,0.038504388,0,1,1,1,1,1,1,0.045591634,0,0.46520058,0.465199915,0.465425532
-7970,1,0.3643,1,1,1,1,1,1,1,1,0.0589,0.3643,0,1,0.2935,1,1,1,1,1,1,0.0343,0.2935,0,1,0.6168,1,1,1,0.0745,0.6168,0,1,1,1,1,1,0.050195772,0,0.779764414,1,1,1,1,1,0.034627281,0,0.997670174,1,1,1,1,1,0.159016401,0,0.458011116,0.458007193,0.457890071
-7971,1,0.3646,1,1,1,1,1,1,1,1,0.0904,0.3646,0,1,0.2936,1,1,1,1,1,1,0.0226,0.2936,0,1,0.6169,1,1,1,0.0925,0.6169,0,1,1,1,1,1,0.077730633,0,0.908562005,1,1,1,1,1,0.019894971,0,1,1,1,1,1,1,0.203458309,0,0.458011116,0.458007193,0.457890071
-7972,1,0.365,1,1,1,1,1,1,1,1,0.0776,0.365,0,1,0.2938,1,1,1,1,1,1,0.0503,0.2938,0,1,0.6169,1,1,1,0.0656,0.6169,0,1,1,1,1,1,0.046216074,0,0.919531107,1,1,1,1,1,0.033551015,0,1,1,1,1,1,1,0.1622926,0,0.471121315,0.471123334,0.471187943
-7973,1,0.3653,1,1,1,1,1,1,1,1,0.0618,0.3653,0,1,0.2939,1,1,1,1,1,1,0.0292,0.2939,0,1,0.617,1,1,1,0.0645,0.617,0,1,1,1,1,1,0.025655974,0,0.964859009,1,1,1,1,1,0.017707666,0,0.99538219,1,1,1,1,1,0.196437225,0,0.516674722,0.516818278,0.516843972
-7974,1,0.3656,1,1,1,1,1,1,1,1,0.0751,0.3656,0,1,0.294,1,1,1,1,1,1,0.0231,0.294,0,1,0.617,1,1,1,0.0819,0.617,0,1,1,1,1,1,0.050168004,0,0.936433792,1,1,1,1,1,0.015188626,0,1,1,1,1,1,1,0.211016744,0,0.598175447,0.598265285,0.598404255
-7975,1,0.366,1,1,1,1,1,1,1,1,0.0287,0.366,0,1,0.2941,1,1,1,1,1,1,0.0036,0.2941,0,1,0.6171,1,1,1,0.0943,0.6171,0,1,1,1,1,1,0.006476776,0,0.762941778,1,1,1,1,1,0.006968148,0,1,1,1,1,1,1,0.238343596,0,0.636358144,0.636344404,0.636524823
-7976,1,0.3663,1,1,1,1,1,1,1,1,0.0258,0.3663,0.2668,1,0.2942,1,1,1,1,1,1,0.0092,0.2942,0.2687,1,0.6171,1,1,1,0.1119,0.6171,0.2368,1,1,1,1,1,0.003598949,0.464422435,0.766038239,1,1,1,1,1,0.008407624,0.459677547,1,1,1,1,1,1,0.278711766,0.509926081,0.636237313,0.636344404,0.636524823
-7977,1,0.3666,1,1,1,1,1,1,1,1,0.0413,0.3666,0.4708,1,0.2943,1,1,1,1,1,1,0.0173,0.2943,0.4733,1,0.6172,1,1,1,0.1647,0.6172,0.4354,1,1,1,1,1,0.01432699,0.70167309,0.817470789,1,1,1,1,1,0.01396546,0.723316014,1,1,1,1,1,1,0.299905956,0.751805246,0.631766554,0.63169029,0.632092199
-7978,1,0.367,1,1,1,1,1,1,1,1,0.0709,0.367,0.5885,1,0.2944,1,1,1,1,1,1,0.0898,0.2944,0.5933,1,0.6172,1,1,1,0.1963,0.6172,0.5316,1,1,1,1,1,0.053947426,0.788642585,0.634334624,1,1,1,1,1,0.068840235,0.805504918,1,1,1,1,1,1,0.328354299,0.86401999,0.629531174,0.629574783,0.629875887
-7979,1,0.3673,1,1,1,1,1,1,1,1,0.174,0.3673,0.5494,1,0.2946,1,1,1,1,1,1,0.1487,0.2946,0.5518,1,0.6172,1,1,1,0.1107,0.6172,0.5785,1,1,1,1,1,0.205626175,0.765419781,0.740343213,1,1,1,1,1,0.131630927,0.778113544,1,1,1,1,1,1,0.128068298,0.763928115,0.624818753,0.624709118,0.625
-7980,1,0.3676,1,1,1,1,1,1,1,1,0.1771,0.3676,0.5991,1,0.2947,1,1,1,1,1,1,0.1792,0.2947,0.6187,1,0.6173,1,1,1,0.1102,0.6173,0.5644,1,1,1,1,1,0.163758397,0.846621037,0.601433516,1,1,1,1,1,0.164409965,0.867444754,0.963032007,1,1,1,1,1,0.099141292,0.849762321,0.61539391,0.615400889,0.615691489
-7981,1,0.368,1,1,1,1,1,1,1,1,0.1901,0.368,0.5673,1,0.2948,1,1,1,1,1,1,0.1395,0.2948,0.623,1,0.6173,1,1,1,0.0536,0.6173,0.3852,1,1,1,1,1,0.194234967,0.835973382,0.38074398,1,1,1,1,1,0.134570226,0.860050976,0.726445019,1,1,1,1,1,0.042372137,0.712310553,0.612312711,0.612227629,0.61214539
-7982,1,0.3683,1,1,1,1,1,1,1,1,0.3151,0.3683,0.483,1,0.2949,1,1,1,1,1,1,0.1639,0.2949,0.5108,1,0.6174,1,1,1,0.0856,0.6174,0.2938,1,1,1,1,1,0.294510573,0.736957133,0.846963346,1,1,1,1,1,0.153256759,0.760489523,0.740511835,1,1,1,1,1,0.094070762,0.630657911,0.606875302,0.606727311,0.607269504
-7983,1,0.3686,1,1,1,1,1,1,1,1,0.2895,0.3686,0.3013,1,0.295,1,1,1,1,1,1,0.2157,0.295,0.3315,1,0.6174,1,1,1,0.0749,0.6174,0.1474,1,1,1,1,1,0.255280554,0.524096549,1,1,1,1,1,1,0.194539979,0.555805027,1,1,1,1,1,1,0.074296601,0.393051028,0.61400435,0.613920034,0.61391844
-7984,1,0.369,1,1,1,1,1,1,1,1,0.1978,0.369,0.0001,1,0.2951,1,1,1,1,1,1,0.1541,0.2951,0.0373,1,0.6175,1,1,1,0.0722,0.6175,0,1,1,1,1,1,0.163265258,0.002161963,0.917773485,1,1,1,1,1,0.132151753,0.157143638,1,1,1,1,1,1,0.122023106,0,0.661309812,0.661307383,0.661347518
-7985,1,0.3693,1,1,1,1,1,1,1,1,0.1466,0.3693,0,1,0.2953,1,1,1,1,1,1,0.0236,0.2953,0,1,0.6175,1,1,1,0.0548,0.6175,0,1,1,1,1,1,0.105798207,0,0.983268976,1,1,1,1,1,0.01867434,0,1,1,1,1,1,1,0.104961291,0,0.703902852,0.703829067,0.704343972
-7986,1,0.3697,1,1,1,1,1,1,1,1,0.1151,0.3697,0,1,0.2954,1,1,1,1,1,1,0.0645,0.2954,0,1,0.6176,1,1,1,0.0583,0.6176,0,1,1,1,1,1,0.072650917,0,0.985275507,1,1,1,1,1,0.052393522,0,1,1,1,1,1,1,0.11522463,0,0.706681972,0.706579226,0.707003546
-7987,1,0.37,1,1,1,1,1,1,1,1,0.1664,0.37,0,1,0.2955,1,1,1,1,1,1,0.0903,0.2955,0,1,0.6176,1,1,1,0.1108,0.6176,0,1,1,1,1,1,0.107901849,0,1,1,1,1,1,1,0.073086828,0,1,1,1,1,1,1,0.201553032,0,0.69278637,0.692828432,0.692819149
-7988,1,0.3703,1,1,1,1,1,1,1,1,0.2339,0.3703,0,1,0.2956,1,1,1,1,1,1,0.1271,0.2956,0,1,0.6177,1,1,1,0.1386,0.6177,0,1,1,1,1,1,0.173925221,0,0.988230586,1,1,1,1,1,0.101016745,0,1,1,1,1,1,1,0.282824278,0,0.665720155,0.665749947,0.665780142
-7989,1,0.3707,1,1,1,1,1,1,1,1,0.2096,0.3707,0,1,0.2957,1,1,1,1,1,1,0.1868,0.2957,0,1,0.6177,1,1,1,0.1464,0.6177,0,1,1,1,1,1,0.106887996,0,1,1,1,1,1,1,0.153780773,0,1,1,1,1,1,1,0.234562293,0,0.62179797,0.621747409,0.621897163
-7990,1,0.371,1,1,1,1,1,1,1,1,0.2268,0.371,0,1,0.2958,1,1,1,1,1,1,0.148,0.2958,0,1,0.6177,1,1,1,0.1523,0.6177,0,1,1,1,1,1,0.099941693,0,1,1,1,1,1,1,0.113740236,0,1,1,1,1,1,1,0.222852051,0,0.562469792,0.562513222,0.5625
-7991,1,0.3713,1,1,1,1,1,1,1,1,0.134,0.3713,0,1,0.2959,1,1,1,1,1,1,0.1089,0.2959,0,1,0.6178,1,1,1,0.2269,0.6178,0,1,1,1,1,1,0.05997204,0,1,1,1,1,1,1,0.082072712,0,1,1,1,1,1,1,0.409623981,0,0.507914451,0.507721599,0.507978723
-7992,1,0.3717,1,1,1,1,1,1,1,1,0.1011,0.3717,0,1,0.2961,1,1,1,1,1,1,0.1844,0.2961,0,1,0.6178,1,1,1,0.2395,0.6178,0,1,1,1,1,1,0.055277463,0,1,1,1,1,1,1,0.138651893,0,1,1,1,1,1,1,0.415652126,0,0.472631706,0.472815739,0.47251773
-7993,1,0.372,1,1,1,1,1,1,1,1,0.0842,0.372,0,1,0.2962,1,1,1,1,1,1,0.0878,0.2962,0,1,0.6179,1,1,1,0.2007,0.6179,0,1,1,1,1,1,0.05120606,0,1,1,1,1,1,1,0.059484947,0,1,1,1,1,1,1,0.354665965,0,0.454748671,0.454833933,0.454787234
-7994,1,0.3723,1,1,1,1,1,1,1,1,0.062,0.3723,0,1,0.2963,1,1,1,1,1,1,0.0373,0.2963,0,1,0.6179,1,1,1,0.2029,0.6179,0,1,1,1,1,1,0.055925112,0,0.999083877,1,1,1,1,1,0.024673734,0,1,1,1,1,1,1,0.359993517,0,0.446048816,0.445948805,0.445921986
-7995,1,0.3727,1,1,1,1,1,1,1,1,0.0661,0.3727,0,1,0.2964,1,1,1,1,1,1,0.0219,0.2964,0,1,0.618,1,1,1,0.1743,0.618,0,1,1,1,1,1,0.037397847,0,0.980601668,1,1,1,1,1,0.016180141,0,0.904518366,1,1,1,1,1,0.301030785,0,0.446592557,0.446583457,0.446808511
-7996,1,0.373,1,1,1,1,1,1,1,1,0.0432,0.373,0,1,0.2965,1,1,1,1,1,1,0.0165,0.2965,0,1,0.618,1,1,1,0.0985,0.618,0,1,1,1,1,1,0.034333844,0,0.683337569,1,1,1,1,1,0.012915779,0,0.725235403,1,1,1,1,1,0.173896983,0,0.460971484,0.460968902,0.460992908
-7997,1,0.3733,1,1,1,1,1,1,1,1,0.0431,0.3733,0,1,0.2966,1,1,1,1,1,1,0,0.2966,0,1,0.6181,1,1,1,0.0488,0.6181,0,1,1,1,1,1,0.035191678,0,0.468643188,1,1,1,1,1,0.000187557,0,0.446833491,1,1,1,1,1,0.078655705,0,0.506706138,0.506663846,0.506648936
-7998,1,0.3737,1,1,1,1,1,1,1,1,0.0533,0.3737,0,1,0.2967,1,1,1,1,1,1,0,0.2967,0,1,0.6181,1,1,1,0.0611,0.6181,0,1,1,1,1,1,0.034819394,0,0.115634903,1,1,1,1,1,0.000150668,0,0.08392147,1,1,1,1,1,0.081379801,0,0.586636056,0.586629998,0.58643617
-7999,1,0.374,1,1,1,1,1,1,1,1,0.0529,0.374,0,1,0.2969,1,1,1,1,1,1,0,0.2969,0,1,0.6182,1,1,1,0.0273,0.6182,0,1,1,1,1,1,0.032809034,0,0.136093721,1,1,1,1,1,0.00020233,0,0.073307864,1,1,1,1,1,0.040164284,0,0.627295795,0.627247726,0.627216312
-8000,1,0.3744,1,1,1,1,1,1,1,1,0.0701,0.3744,0.1993,1,0.297,1,1,1,1,1,1,0,0.297,0.1787,1,0.6182,1,1,1,0.0656,0.6182,0.2532,1,1,1,1,1,0.019227508,0.302115262,0.270216107,1,1,1,1,1,0.000218625,0.305932462,0.089328811,1,1,1,1,1,0.105091386,0.457827896,0.637264379,0.637402158,0.637411348
-8001,1,0.3747,1,1,1,1,1,1,1,1,0.1384,0.3747,0.38,1,0.2971,1,1,1,1,1,1,0.0032,0.2971,0.3826,1,0.6182,1,1,1,0.092,0.6182,0.4538,1,1,1,1,1,0.090710312,0.525112629,0.246423334,1,1,1,1,1,0.009029477,0.551130831,0.083473824,1,1,1,1,1,0.134892479,0.677278876,0.640164331,0.640152316,0.640514184
-8002,1,0.375,1,1,1,1,1,1,1,1,0.1702,0.375,0.4883,1,0.2972,1,1,1,1,1,1,0.0143,0.2972,0.4539,1,0.6183,1,1,1,0.0977,0.6183,0.5737,1,1,1,1,1,0.054718036,0.680359006,0.563368022,1,1,1,1,1,0.031933676,0.675427258,0.168307334,1,1,1,1,1,0.087819725,0.729031086,0.637868536,0.637825259,0.63785461
-8003,1,0.3754,1,1,1,1,1,1,1,1,0.1157,0.3754,0.5493,1,0.2973,1,1,1,1,1,1,0.0242,0.2973,0.5053,1,0.6183,1,1,1,0.0767,0.6183,0.6161,1,1,1,1,1,0.034887224,0.735138059,0.770965278,1,1,1,1,1,0.033688784,0.675959349,0.139800802,1,1,1,1,1,0.058212966,0.798017859,0.632914451,0.632959594,0.632978723
-8004,1,0.3757,1,1,1,1,1,1,1,1,0.0964,0.3757,0.5521,1,0.2974,1,1,1,1,1,1,0.0118,0.2974,0.4578,1,0.6184,1,1,1,0.0628,0.6184,0.6227,1,1,1,1,1,0.0247551,0.758300424,0.880878329,1,1,1,1,1,0.01610451,0.606686532,0.229424372,1,1,1,1,1,0.066636518,0.74461627,0.62681247,0.626824624,0.62677305
-8005,1,0.376,1,1,1,1,1,1,1,1,0.0424,0.376,0.5214,1,0.2976,1,1,1,1,1,1,0,0.2976,0.4155,1,0.6184,1,1,1,0.0662,0.6184,0.5834,1,1,1,1,1,0.008330446,0.688397884,0.602836728,1,1,1,1,1,0.003513793,0.598895252,0.314669669,1,1,1,1,1,0.071469717,0.77815187,0.625,0.625132219,0.625
-8006,1,0.3764,1,1,1,1,1,1,1,1,0.06,0.3764,0.4105,1,0.2977,1,1,1,1,1,1,0,0.2977,0.375,1,0.6185,1,1,1,0.0434,0.6185,0.4424,1,1,1,1,1,0.016444361,0.568004489,0.567695975,1,1,1,1,1,0.003959684,0.546385705,0.404798985,1,1,1,1,1,0.04692426,0.692486465,0.623006283,0.623016713,0.62322695
-8007,1,0.3767,1,1,1,1,1,1,1,1,0.0348,0.3767,0.2423,1,0.2978,1,1,1,1,1,1,0,0.2978,0.2447,1,0.6185,1,1,1,0.029,0.6185,0.2334,1,1,1,1,1,0.002933627,0.350288868,0.565878808,1,1,1,1,1,0.00206105,0.400614023,0.673835397,1,1,1,1,1,0.045116819,0.401211441,0.632612373,0.632748043,0.632978723
-8008,1,0.377,1,1,1,1,1,1,1,1,0.0237,0.377,0,1,0.2979,1,1,1,1,1,1,0.0045,0.2979,0.0002,1,0.6186,1,1,1,0.0021,0.6186,0,1,1,1,1,1,0.002807697,0,0.589396,1,1,1,1,1,0.009615107,0.001017286,0.545882523,1,1,1,1,1,0.001916001,0,0.681367811,0.681404696,0.681294326
-8009,1,0.3774,1,1,1,1,1,1,1,1,0.0207,0.3774,0,1,0.298,1,1,1,1,1,1,0,0.298,0,1,0.6186,1,1,1,0.0015,0.6186,0,1,1,1,1,1,0.001714308,0,0.548322082,1,1,1,1,1,0.003964115,0,0.579657376,1,1,1,1,1,0.003212306,0,0.707165297,0.707213878,0.707003546
-8010,1,0.3777,1,1,1,1,1,1,1,1,0.0094,0.3777,0,1,0.2981,1,1,1,1,1,1,0.0046,0.2981,0,1,0.6187,1,1,1,0.0043,0.6187,0,1,1,1,1,1,0.001135299,0,0.610456944,1,1,1,1,1,0.006693198,0,0.707265735,1,1,1,1,1,0.011343842,0,0.696109232,0.696001692,0.696365248
-8011,1,0.3781,1,1,1,1,1,1,1,1,0.011,0.3781,0,1,0.2982,1,1,1,1,1,1,0.0061,0.2982,0,1,0.6187,1,1,1,0.0072,0.6187,0,1,1,1,1,1,0.001173864,0,0.87074405,1,1,1,1,1,0.007448179,0,0.660263658,1,1,1,1,1,0.012948373,0,0.678286612,0.678231436,0.678634752
-8012,1,0.3784,1,1,1,1,1,1,1,1,0.0193,0.3784,0,1,0.2984,1,1,1,1,1,1,0.0402,0.2984,0,1,0.6187,1,1,1,0.0032,0.6187,0,1,1,1,1,1,0.003890026,0,0.997890174,1,1,1,1,1,0.03596662,0,1,1,1,1,1,1,0.004482383,0,0.655872402,0.655807066,0.656028369
-8013,1,0.3787,1,1,1,1,1,1,1,1,0.0105,0.3787,0,1,0.2985,1,1,1,1,1,1,0.0651,0.2985,0,1,0.6188,1,1,1,0.0052,0.6188,0,1,1,1,1,1,0.003398303,0,0.937602162,1,1,1,1,1,0.044520102,0,1,1,1,1,1,1,0.007472266,0,0.621616723,0.621747409,0.621897163
-8014,1,0.3791,1,1,1,1,1,1,1,1,0.0133,0.3791,0,1,0.2986,1,1,1,1,1,1,0.0559,0.2986,0,1,0.6188,1,1,1,0.0056,0.6188,0,1,1,1,1,1,0.001835574,0,0.984836459,1,1,1,1,1,0.040522061,0,1,1,1,1,1,1,0.011441329,0,0.573525858,0.573513857,0.574024823
-8015,1,0.3794,1,1,1,1,1,1,1,1,0.0112,0.3794,0,1,0.2987,1,1,1,1,1,1,0.0638,0.2987,0,1,0.6189,1,1,1,0.0071,0.6189,0,1,1,1,1,1,0.002040676,0,0.868629694,1,1,1,1,1,0.042349257,0,1,1,1,1,1,1,0.008816213,0,0.523682939,0.52379945,0.523492908
-8016,1,0.3797,1,1,1,1,1,1,1,1,0.0153,0.3797,0,1,0.2988,1,1,1,1,1,1,0.0449,0.2988,0,1,0.6189,1,1,1,0.0028,0.6189,0,1,1,1,1,1,0.00341149,0,0.726148844,1,1,1,1,1,0.02862199,0,1,1,1,1,1,1,0.005601436,0,0.485862736,0.48572033,0.485815603
-8017,1,0.3801,1,1,1,1,1,1,1,1,0.0185,0.3801,0,1,0.2989,1,1,1,1,1,1,0.0963,0.2989,0,1,0.619,1,1,1,0.0006,0.619,0,1,1,1,1,1,0.009689198,0,0.60728699,1,1,1,1,1,0.058640245,0,1,1,1,1,1,1,0.002875192,0,0.46381102,0.463719061,0.464095745
-8018,1,0.3804,1,1,1,1,1,1,1,1,0.0267,0.3804,0,1,0.299,1,1,1,1,1,1,0.1101,0.299,0,1,0.619,1,1,1,0.0014,0.619,0,1,1,1,1,1,0.008788262,0,0.648880959,1,1,1,1,1,0.081265256,0,1,1,1,1,1,1,0.00266632,0,0.453238279,0.453141527,0.453457447
-8019,1,0.3807,1,1,1,1,1,1,1,1,0.037,0.3807,0,1,0.2992,1,1,1,1,1,1,0.1211,0.2992,0,1,0.6191,1,1,1,0.0014,0.6191,0,1,1,1,1,1,0.005707949,0,0.885095716,1,1,1,1,1,0.098083682,0,1,1,1,1,1,1,0.003438647,0,0.449673755,0.449756717,0.449468085
-8020,1,0.3811,1,1,1,1,1,1,1,1,0.0351,0.3811,0,1,0.2993,1,1,1,1,1,1,0.1401,0.2993,0,1,0.6191,1,1,1,0.0017,0.6191,0,1,1,1,1,1,0.005603498,0,0.92850101,1,1,1,1,1,0.103956103,0,1,1,1,1,1,1,0.004923664,0,0.45378202,0.453776179,0.453900709
-8021,1,0.3814,1,1,1,1,1,1,1,1,0.0236,0.3814,0,1,0.2994,1,1,1,1,1,1,0.1422,0.2994,0,1,0.6192,1,1,1,0.001,0.6192,0,1,1,1,1,1,0.006799254,0,0.943481565,1,1,1,1,1,0.09818726,0,1,1,1,1,1,1,0.005382477,0,0.470879652,0.470911783,0.470744681
-8022,1,0.3817,1,1,1,1,1,1,1,1,0.0384,0.3817,0,1,0.2995,1,1,1,1,1,1,0.1394,0.2995,0,1,0.6192,1,1,1,0.0001,0.6192,0,1,1,1,1,1,0.011500474,0,1,1,1,1,1,1,0.103789188,0,1,1,1,1,1,1,0.006297767,0,0.505316578,0.505394542,0.505319149
-8023,1,0.3821,1,1,1,1,1,1,1,1,0.0156,0.3821,0,1,0.2996,1,1,1,1,1,1,0.1294,0.2996,0,1,0.6192,1,1,1,0.0003,0.6192,0,1,1,1,1,1,0.007472703,0,0.970999062,1,1,1,1,1,0.082212411,0,1,1,1,1,1,1,0.012668984,0,0.543801353,0.543685213,0.543882979
-8024,1,0.3824,1,1,1,1,1,1,1,1,0.0122,0.3824,0.2168,1,0.2997,1,1,1,1,1,1,0.1308,0.2997,0.2371,1,0.6193,1,1,1,0.0006,0.6193,0.1978,1,1,1,1,1,0.002717606,0.403877676,0.695376515,1,1,1,1,1,0.09022215,0.395360231,1,1,1,1,1,1,0.011959381,0.344021469,0.585911068,0.585783795,0.585992908
-8025,1,0.3828,1,1,1,1,1,1,1,1,0.0137,0.3828,0.3862,1,0.2998,1,1,1,1,1,1,0.0937,0.2998,0.3842,1,0.6193,1,1,1,0.0009,0.6193,0.3727,1,1,1,1,1,0.003614467,0.565143347,0.65967834,1,1,1,1,1,0.07327199,0.529287934,0.892986655,1,1,1,1,1,0.013783034,0.576927781,0.61358144,0.613708483,0.61391844
-8026,1,0.3831,1,1,1,1,1,1,1,1,0.0125,0.3831,0.4511,1,0.3,1,1,1,1,1,1,0.0721,0.3,0.4481,1,0.6194,1,1,1,0.0011,0.6194,0.4929,1,1,1,1,1,0.003912589,0.628446877,0.601409316,1,1,1,1,1,0.055301212,0.669122756,0.983537197,1,1,1,1,1,0.015142618,0.656270921,0.626329145,0.626401523,0.62677305
-8027,1,0.3834,1,1,1,1,1,1,1,1,0.0196,0.3834,0.4476,1,0.3001,1,1,1,1,1,1,0.0748,0.3001,0.4967,1,0.6194,1,1,1,0.0009,0.6194,0.5091,1,1,1,1,1,0.004069768,0.637056112,0.973421574,1,1,1,1,1,0.059699766,0.710929751,1,1,1,1,1,1,0.009650775,0.641759694,0.627839536,0.627670827,0.628102837
-8028,1,0.3838,1,1,1,1,1,1,1,1,0.0174,0.3838,0.4533,1,0.3002,1,1,1,1,1,1,0.0606,0.3002,0.4988,1,0.6195,1,1,1,0.0019,0.6195,0.5396,1,1,1,1,1,0.002147167,0.642902792,0.97332108,1,1,1,1,1,0.046346858,0.702866554,0.977036715,1,1,1,1,1,0.010156386,0.704708636,0.625060416,0.625132219,0.625
-8029,1,0.3841,1,1,1,1,1,1,1,1,0.014,0.3841,0.437,1,0.3003,1,1,1,1,1,1,0.0189,0.3003,0.4838,1,0.6195,1,1,1,0.0019,0.6195,0.4928,1,1,1,1,1,0.002754359,0.629520178,0.993482709,1,1,1,1,1,0.020878598,0.700867891,0.969573617,1,1,1,1,1,0.004441852,0.669581473,0.619139681,0.61899725,0.619237589
-8030,1,0.3844,1,1,1,1,1,1,1,1,0.0138,0.3844,0.4112,1,0.3004,1,1,1,1,1,1,0.0605,0.3004,0.4464,1,0.6196,1,1,1,0.0007,0.6196,0.3915,1,1,1,1,1,0.002724347,0.610622406,0.994381726,1,1,1,1,1,0.041327588,0.597175896,0.897678018,1,1,1,1,1,0.00668634,0.580035746,0.614910585,0.614977787,0.615248227
-8031,1,0.3848,1,1,1,1,1,1,1,1,0.0062,0.3848,0.275,1,0.3005,1,1,1,1,1,1,0.0455,0.3005,0.2983,1,0.6196,1,1,1,0.001,0.6196,0.2317,1,1,1,1,1,0.002651485,0.454796374,0.990636587,1,1,1,1,1,0.034805641,0.46378231,1,1,1,1,1,1,0.007807089,0.404765755,0.622583374,0.622593611,0.622783688
-8032,1,0.3851,1,1,1,1,1,1,1,1,0.0203,0.3851,0,1,0.3007,1,1,1,1,1,1,0.0748,0.3007,0.0032,1,0.6197,1,1,1,0.0016,0.6197,0,1,1,1,1,1,0.002558937,0,0.998815298,1,1,1,1,1,0.050621141,0.013750124,1,1,1,1,1,1,0.008028422,0,0.664209763,0.664269092,0.664450355
-8033,1,0.3854,1,1,1,1,1,1,1,1,0.0213,0.3854,0,1,0.3008,1,1,1,1,1,1,0.0503,0.3008,0,1,0.6197,1,1,1,0.0045,0.6197,0,1,1,1,1,1,0.002318556,0,0.998673558,1,1,1,1,1,0.037286069,0,1,1,1,1,1,1,0.020398438,0,0.682274045,0.682250899,0.682624113
-8034,1,0.3858,1,1,1,1,1,1,1,1,0.0136,0.3858,0,1,0.3009,1,1,1,1,1,1,0.0229,0.3009,0,1,0.6197,1,1,1,0.0043,0.6197,0,1,1,1,1,1,0.00157038,0,0.998547435,1,1,1,1,1,0.021279048,0,1,1,1,1,1,1,0.022987802,0,0.671036733,0.671038714,0.671099291
-8035,1,0.3861,1,1,1,1,1,1,1,1,0.0036,0.3861,0,1,0.301,1,1,1,1,1,1,0.0501,0.301,0,1,0.6198,1,1,1,0.0038,0.6198,0,1,1,1,1,1,0.001323135,0,0.990072489,1,1,1,1,1,0.03325516,0,1,1,1,1,1,1,0.019312797,0,0.649166264,0.649248995,0.649379433
-8036,1,0.3864,1,1,1,1,1,1,1,1,0.0036,0.3864,0,1,0.3011,1,1,1,1,1,1,0.0469,0.3011,0,1,0.6198,1,1,1,0.0033,0.6198,0,1,1,1,1,1,0.001077113,0,0.908829808,1,1,1,1,1,0.031395935,0,1,1,1,1,1,1,0.019601852,0,0.626872885,0.626824624,0.62677305
-8037,1,0.3868,1,1,1,1,1,1,1,1,0.0082,0.3868,0,1,0.3012,1,1,1,1,1,1,0.0678,0.3012,0,1,0.6199,1,1,1,0.0077,0.6199,0,1,1,1,1,1,0.003749341,0,0.914810538,1,1,1,1,1,0.045697365,0,1,1,1,1,1,1,0.035153903,0,0.596121315,0.596149778,0.596187943
-8038,1,0.3871,1,1,1,1,1,1,1,1,0.0029,0.3871,0,1,0.3013,1,1,1,1,1,1,0.0863,0.3013,0,1,0.6199,1,1,1,0.0069,0.6199,0,1,1,1,1,1,0.001266111,0,0.812467694,1,1,1,1,1,0.055918284,0,0.821455836,1,1,1,1,1,0.027383484,0,0.553467859,0.553628094,0.553634752
-8039,1,0.3875,1,1,1,1,1,1,1,1,0.0014,0.3875,0,1,0.3015,1,1,1,1,1,1,0.066,0.3015,0,1,0.62,1,1,1,0.0104,0.62,0,1,1,1,1,1,0.001159523,0,0.699967623,1,1,1,1,1,0.050853927,0,0.507976472,1,1,1,1,1,0.042763848,0,0.50682697,0.506663846,0.506648936
-8040,1,0.3878,1,1,1,1,1,1,1,1,0.0005,0.3878,0,1,0.3016,1,1,1,1,1,1,0.0347,0.3016,0,1,0.62,1,1,1,0.0171,0.62,0,1,1,1,1,1,0.000635983,0,0.616112649,1,1,1,1,1,0.032036941,0,0.182362586,1,1,1,1,1,0.063151166,0,0.470517158,0.470488682,0.470301418
-8041,1,0.3881,1,1,1,1,1,1,1,1,0.0007,0.3881,0,1,0.3017,1,1,1,1,1,1,0.0364,0.3017,0,1,0.6201,1,1,1,0.0149,0.6201,0,1,1,1,1,1,0.000354798,0,0.508544564,1,1,1,1,1,0.032986216,0,0.047037438,1,1,1,1,1,0.066018768,0,0.447740454,0.44764121,0.447695035
-8042,1,0.3885,1,1,1,1,1,1,1,1,0.0016,0.3885,0,1,0.3018,1,1,1,1,1,1,0.0428,0.3018,0,1,0.6201,1,1,1,0.0139,0.6201,0,1,1,1,1,1,0.000417392,0,0.443958491,1,1,1,1,1,0.034662239,0,0.001617801,1,1,1,1,1,0.069218226,0,0.434207347,0.434101967,0.434397163
-8043,1,0.3888,1,1,1,1,1,1,1,1,0.0023,0.3888,0,1,0.3019,1,1,1,1,1,1,0.0338,0.3019,0,1,0.6202,1,1,1,0.0194,0.6202,0,1,1,1,1,1,0.000474352,0,0.285038263,1,1,1,1,1,0.019713081,0,0.011062828,1,1,1,1,1,0.084987566,0,0.427984534,0.427966998,0.428191489
-8044,1,0.3891,1,1,1,1,1,1,1,1,0.0021,0.3891,0,1,0.302,1,1,1,1,1,1,0.0082,0.302,0,1,0.6202,1,1,1,0.0211,0.6202,0,1,1,1,1,1,0.000508982,0,0.229180574,1,1,1,1,1,0.007088856,0,0.019018326,1,1,1,1,1,0.096185684,0,0.428528275,0.42860165,0.428634752
-8045,1,0.3895,1,1,1,1,1,1,1,1,0.0033,0.3895,0,1,0.3021,1,1,1,1,1,1,0.0037,0.3021,0,1,0.6202,1,1,1,0.03,0.6202,0,1,1,1,1,1,0.000637171,0,0.197113723,1,1,1,1,1,0.006211583,0,0.01629398,1,1,1,1,1,0.092285797,0,0.438919768,0.438756082,0.438829787
-8046,1,0.3898,1,1,1,1,1,1,1,1,0.0092,0.3898,0,1,0.3023,1,1,1,1,1,1,0,0.3023,0,1,0.6203,1,1,1,0.0433,0.6203,0,1,1,1,1,1,0.000170374,0,0.233410209,1,1,1,1,1,0.000974515,0,0.035529319,1,1,1,1,1,0.119747564,0,0.461092315,0.460968902,0.460992908
-8047,1,0.3901,1,1,1,1,1,1,1,1,0.0104,0.3901,0,1,0.3024,1,1,1,1,1,1,0,0.3024,0,1,0.6203,1,1,1,0.0602,0.6203,0,1,1,1,1,1,0.000654606,0,0.222923055,1,1,1,1,1,0.001616157,0,0.01789555,1,1,1,1,1,0.14885357,0,0.48942726,0.489528242,0.489361702
-8048,1,0.3905,1,1,1,1,1,1,1,1,0.0156,0.3905,0.1184,1,0.3025,1,1,1,1,1,1,0,0.3025,0.0845,1,0.6204,1,1,1,0.054,0.6204,0.1269,1,1,1,1,1,0.000392988,0.181715071,0.128145799,1,1,1,1,1,0.000101102,0.094282977,0.022080107,1,1,1,1,1,0.135063767,0.358570218,0.52797245,0.527818913,0.527925532
-8049,1,0.3908,1,1,1,1,1,1,1,1,0.0218,0.3908,0.2778,1,0.3026,1,1,1,1,1,1,0,0.3026,0.2591,1,0.6204,1,1,1,0.0638,0.6204,0.2618,1,1,1,1,1,0.001975368,0.36354062,0.159274429,1,1,1,1,1,0.000175652,0.366459906,0.153609678,1,1,1,1,1,0.175852597,0.545579493,0.556065732,0.555955151,0.556294326
-8050,1,0.3912,1,1,1,1,1,1,1,1,0.0146,0.3912,0.3585,1,0.3027,1,1,1,1,1,1,0,0.3027,0.3346,1,0.6205,1,1,1,0.0583,0.6205,0.3322,1,1,1,1,1,0.001502549,0.461230397,0.306977004,1,1,1,1,1,0,0.485713601,0.301096886,1,1,1,1,1,0.139962703,0.708013952,0.568753021,0.568648191,0.569148936
-8051,1,0.3915,1,1,1,1,1,1,1,1,0.008,0.3915,0.3238,1,0.3028,1,1,1,1,1,1,0.0034,0.3028,0.3968,1,0.6205,1,1,1,0.0496,0.6205,0.3976,1,1,1,1,1,0.000999125,0.453944713,0.456691682,1,1,1,1,1,0.008250781,0.568539321,0.513457358,1,1,1,1,1,0.139126673,0.718810618,0.572861286,0.572667654,0.573138298
-8052,1,0.3918,1,1,1,1,1,1,1,1,0.0095,0.3918,0.3411,1,0.3029,1,1,1,1,1,1,0.0091,0.3029,0.3904,1,0.6206,1,1,1,0.0591,0.6206,0.4344,1,1,1,1,1,0.001858462,0.55963093,0.482562482,1,1,1,1,1,0.008697793,0.548029304,0.248004705,1,1,1,1,1,0.173222095,0.738773167,0.57322378,0.573302306,0.57358156
-8053,1,0.3922,1,1,1,1,1,1,1,1,0.0231,0.3922,0.3405,1,0.3031,1,1,1,1,1,1,0.0511,0.3031,0.4161,1,0.6206,1,1,1,0.0434,0.6206,0.3489,1,1,1,1,1,0.022166539,0.573268235,0.553833663,1,1,1,1,1,0.039669961,0.602113247,0.156569123,1,1,1,1,1,0.188505873,0.666517079,0.566940551,0.566955786,0.567375887
-8054,1,0.3925,1,1,1,1,1,1,1,1,0.0474,0.3925,0.286,1,0.3032,1,1,1,1,1,1,0.025,0.3032,0.324,1,0.6207,1,1,1,0.0679,0.6207,0.2041,1,1,1,1,1,0.027682822,0.450496793,0.528918922,1,1,1,1,1,0.02522154,0.392134309,0.049204979,1,1,1,1,1,0.199159145,0.550594509,0.561321895,0.561243918,0.561170213
-8055,1,0.3928,1,1,1,1,1,1,1,1,0.0673,0.3928,0.1028,1,0.3033,1,1,1,1,1,1,0.0506,0.3033,0.1612,1,0.6207,1,1,1,0.0501,0.6207,0.0995,1,1,1,1,1,0.042419344,0.156375334,0.46099782,1,1,1,1,1,0.05359247,0.225194097,0.192497388,1,1,1,1,1,0.192413032,0.362255186,0.569417593,0.569494394,0.569592199
-8056,1,0.3932,1,1,1,1,1,1,1,1,0.0542,0.3932,0,1,0.3034,1,1,1,1,1,1,0.0433,0.3034,0.0001,1,0.6208,1,1,1,0.0453,0.6208,0,1,1,1,1,1,0.02146784,0,0.779996634,1,1,1,1,1,0.036497425,0.001765464,0.292726159,1,1,1,1,1,0.126170978,0,0.625302078,0.62534377,0.625443262
-8057,1,0.3935,1,1,1,1,1,1,1,1,0.052,0.3935,0,1,0.3035,1,1,1,1,1,1,0.0428,0.3035,0,1,0.6208,1,1,1,0.0402,0.6208,0,1,1,1,1,1,0.012769416,0,0.64002502,1,1,1,1,1,0.035226628,0,0.307362586,1,1,1,1,1,0.111741915,0,0.659557757,0.659614978,0.66001773
-8058,1,0.3938,1,1,1,1,1,1,1,1,0.0817,0.3938,0,1,0.3036,1,1,1,1,1,1,0.0416,0.3036,0,1,0.6208,1,1,1,0.0507,0.6208,0,1,1,1,1,1,0.037953775,0,0.499738991,1,1,1,1,1,0.029602997,0,0.483751357,1,1,1,1,1,0.097798005,0,0.652126631,0.651999154,0.652039007
-8059,1,0.3942,1,1,1,1,1,1,1,1,0.1754,0.3942,0,1,0.3038,1,1,1,1,1,1,0.0584,0.3038,0,1,0.6209,1,1,1,0.0487,0.6209,0,1,1,1,1,1,0.084502362,0,0.20044668,1,1,1,1,1,0.045408919,0,0.522212029,1,1,1,1,1,0.112339266,0,0.633699855,0.633805796,0.633865248
-8060,1,0.3945,1,1,1,1,1,1,1,1,0.2236,0.3945,0,1,0.3039,1,1,1,1,1,1,0.0794,0.3039,0,1,0.6209,1,1,1,0.0409,0.6209,0,1,1,1,1,1,0.116973497,0,0.290713459,1,1,1,1,1,0.07249558,0,1,1,1,1,1,1,0.118460461,0,0.60621073,0.606092659,0.606382979
-8061,1,0.3948,1,1,1,1,1,1,1,1,0.1688,0.3948,0,1,0.304,1,1,1,1,1,1,0.038,0.304,0,1,0.621,1,1,1,0.057,0.621,0,1,1,1,1,1,0.075715043,0,0.354499698,1,1,1,1,1,0.026709819,0,1,1,1,1,1,1,0.107340917,0,0.562167714,0.562090121,0.562056738
-8062,1,0.3952,1,1,1,1,1,1,1,1,0.2538,0.3952,0,1,0.3041,1,1,1,1,1,1,0.0646,0.3041,0,1,0.621,1,1,1,0.0519,0.621,0,1,1,1,1,1,0.121751003,0,0.821005106,1,1,1,1,1,0.05231148,0,1,1,1,1,1,1,0.095547527,0,0.507854036,0.507721599,0.507978723
-8063,1,0.3955,1,1,1,1,1,1,1,1,0.1812,0.3955,0,1,0.3042,1,1,1,1,1,1,0.0687,0.3042,0,1,0.6211,1,1,1,0.092,0.6211,0,1,1,1,1,1,0.082899995,0,0.814428449,1,1,1,1,1,0.056019779,0,1,1,1,1,1,1,0.097788475,0,0.457769454,0.457795642,0.457890071
-8064,1,0.3959,1,1,1,1,1,1,1,1,0.2182,0.3959,0,1,0.3043,1,1,1,1,1,1,0.0308,0.3043,0,1,0.6211,1,1,1,0.1184,0.6211,0,1,1,1,1,1,0.062775739,0,0.978566587,1,1,1,1,1,0.033517685,0,1,1,1,1,1,1,0.126644164,0,0.42442001,0.424370637,0.424202128
-8065,1,0.3962,1,1,1,1,1,1,1,1,0.198,0.3962,0,1,0.3044,1,1,1,1,1,1,0.0179,0.3044,0,1,0.6212,1,1,1,0.074,0.6212,0,1,1,1,1,1,0.049918249,0,0.947070241,1,1,1,1,1,0.024187725,0,1,1,1,1,1,1,0.120152786,0,0.406536974,0.406600381,0.406471631
-8066,1,0.3965,1,1,1,1,1,1,1,1,0.1542,0.3965,0,1,0.3046,1,1,1,1,1,1,0.0141,0.3046,0,1,0.6212,1,1,1,0.0454,0.6212,0,1,1,1,1,1,0.029963888,0,0.966142893,1,1,1,1,1,0.021981787,0,1,1,1,1,1,1,0.102622665,0,0.397353794,0.397292151,0.397163121
-8067,1,0.3969,1,1,1,1,1,1,1,1,0.109,0.3969,0,1,0.3047,1,1,1,1,1,1,0.0178,0.3047,0,1,0.6213,1,1,1,0.0315,0.6213,0,1,1,1,1,1,0.028075639,0,0.719452679,1,1,1,1,1,0.018329475,0,1,1,1,1,1,1,0.071434572,0,0.398139198,0.398138354,0.398492908
-8068,1,0.3972,1,1,1,1,1,1,1,1,0.0558,0.3972,0,1,0.3048,1,1,1,1,1,1,0.012,0.3048,0,1,0.6213,1,1,1,0.0175,0.6213,0,1,1,1,1,1,0.010546665,0,0.70341146,1,1,1,1,1,0.012253664,0,1,1,1,1,1,1,0.03074583,0,0.413243113,0.413158451,0.41356383
-8069,1,0.3975,1,1,1,1,1,1,1,1,0.0304,0.3975,0,1,0.3049,1,1,1,1,1,1,0.0025,0.3049,0,1,0.6213,1,1,1,0.0714,0.6213,0,1,1,1,1,1,0.006792941,0,0.696230531,1,1,1,1,1,0.0043069,0,0.918825984,1,1,1,1,1,0.150874168,0,0.459098598,0.459064946,0.459219858
-8070,1,0.3979,1,1,1,1,1,1,1,1,0.0129,0.3979,0,1,0.305,1,1,1,1,1,1,0,0.305,0,1,0.6214,1,1,1,0.092,0.6214,0,1,1,1,1,1,0.004417915,0,0.416866243,1,1,1,1,1,0.000792058,0,0.322450519,1,1,1,1,1,0.173278838,0,0.540840986,0.540723503,0.540780142
-8071,1,0.3982,1,1,1,1,1,1,1,1,0.0136,0.3982,0,1,0.3051,1,1,1,1,1,1,0.0131,0.3051,0,1,0.6214,1,1,1,0.0896,0.6214,0,1,1,1,1,1,0.007639706,0,0.418800592,1,1,1,1,1,0.009171158,0,0.392461538,1,1,1,1,1,0.191084117,0,0.579748671,0.579860377,0.580230496
-8072,1,0.3985,1,1,1,1,1,1,1,1,0.0176,0.3985,0.2628,1,0.3052,1,1,1,1,1,1,0.0362,0.3052,0.2456,1,0.6215,1,1,1,0.1216,0.6215,0.2121,1,1,1,1,1,0.011824801,0.441337556,0.199902028,1,1,1,1,1,0.029590903,0.428850114,0.142501831,1,1,1,1,1,0.280430555,0.455881268,0.584763171,0.584726042,0.584663121
-8073,1,0.3989,1,1,1,1,1,1,1,1,0.0587,0.3989,0.4358,1,0.3054,1,1,1,1,1,1,0.1578,0.3054,0.3773,1,0.6215,1,1,1,0.1273,0.6215,0.3864,1,1,1,1,1,0.035013717,0.629760265,0.148469672,1,1,1,1,1,0.122452959,0.527167618,0.142669633,1,1,1,1,1,0.243042365,0.69620508,0.587300628,0.58726465,0.587322695
-8074,1,0.3992,1,1,1,1,1,1,1,1,0.1269,0.3992,0.5505,1,0.3055,1,1,1,1,1,1,0.2571,0.3055,0.5166,1,0.6216,1,1,1,0.2134,0.6216,0.4892,1,1,1,1,1,0.097255513,0.726908922,0.555755734,1,1,1,1,1,0.178759143,0.727020323,0.211264402,1,1,1,1,1,0.341089606,0.800238431,0.589475592,0.589591707,0.589539007
-8075,1,0.3996,1,1,1,1,1,1,1,1,0.198,0.3996,0.6131,1,0.3056,1,1,1,1,1,1,0.283,0.3056,0.613,1,0.6216,1,1,1,0.2039,0.6216,0.4896,1,1,1,1,1,0.166995481,0.834115267,0.466091782,1,1,1,1,1,0.225928694,0.806526124,0.245320708,1,1,1,1,1,0.246264875,0.830564857,0.586756887,0.586629998,0.586879433
-8076,1,0.3999,1,1,1,1,1,1,1,1,0.2421,0.3999,0.609,1,0.3057,1,1,1,1,1,1,0.1785,0.3057,0.5938,1,0.6217,1,1,1,0.1916,0.6217,0.4856,1,1,1,1,1,0.238945857,0.81938839,0.332496971,1,1,1,1,1,0.15004167,0.793884516,0.437560201,1,1,1,1,1,0.217773631,0.801917255,0.582467376,0.582610535,0.582446809
-8077,1,0.4002,1,1,1,1,1,1,1,1,0.1284,0.4002,0.5835,1,0.3058,1,1,1,1,1,1,0.1321,0.3058,0.5508,1,0.6217,1,1,1,0.1175,0.6217,0.4488,1,1,1,1,1,0.145867199,0.796815097,0.241384119,1,1,1,1,1,0.109022588,0.699896872,0.316244006,1,1,1,1,1,0.136052132,0.781021178,0.579386177,0.579437275,0.579787234
-8078,1,0.4006,1,1,1,1,1,1,1,1,0.0924,0.4006,0.4465,1,0.3059,1,1,1,1,1,1,0.0878,0.3059,0.4246,1,0.6218,1,1,1,0.1171,0.6218,0.3761,1,1,1,1,1,0.135467559,0.628141522,0.161926925,1,1,1,1,1,0.070520125,0.598440826,0.273062825,1,1,1,1,1,0.139949545,0.66706717,0.574734171,0.574783161,0.574911348
-8079,1,0.4009,1,1,1,1,1,1,1,1,0.0298,0.4009,0.2661,1,0.3061,1,1,1,1,1,1,0.0527,0.3061,0.274,1,0.6218,1,1,1,0.1284,0.6218,0.1822,1,1,1,1,1,0.054384153,0.424513876,0.044385478,1,1,1,1,1,0.03433311,0.474387497,0.185199752,1,1,1,1,1,0.16677615,0.406904727,0.579567424,0.579648826,0.579787234
-8080,1,0.4012,1,1,1,1,1,1,1,1,0.0019,0.4012,0.0001,1,0.3062,1,1,1,1,1,1,0.0181,0.3062,0.0198,1,0.6218,1,1,1,0.0872,0.6218,0,1,1,1,1,1,0.003945172,0.00143416,0.036400799,1,1,1,1,1,0.012517048,0.089860931,0.034466229,1,1,1,1,1,0.120165557,0,0.631524891,0.63169029,0.631648936
-8081,1,0.4016,1,1,1,1,1,1,1,1,0,0.4016,0,1,0.3063,1,1,1,1,1,1,0.0038,0.3063,0,1,0.6219,1,1,1,0.0567,0.6219,0,1,1,1,1,1,0.000554239,0,0.027054768,1,1,1,1,1,0.002795312,0,0.024869896,1,1,1,1,1,0.10647665,0,0.680642823,0.680770044,0.680851064
-8082,1,0.4019,1,1,1,1,1,1,1,1,0,0.4019,0,1,0.3064,1,1,1,1,1,1,0,0.3064,0,1,0.6219,1,1,1,0.0338,0.6219,0,1,1,1,1,1,0.000194802,0,0.038406312,1,1,1,1,1,0,0,0.017717279,1,1,1,1,1,0.061741918,0,0.678105365,0.678019886,0.678191489
-8083,1,0.4022,1,1,1,1,1,1,1,1,0,0.4022,0,1,0.3065,1,1,1,1,1,1,0,0.3065,0,1,0.622,1,1,1,0.0277,0.622,0,1,1,1,1,1,6.21E-05,0,0.010675322,1,1,1,1,1,0,0,0.000287958,1,1,1,1,1,0.032842614,0,0.662216046,0.662153586,0.662234043
-8084,1,0.4026,1,1,1,1,1,1,1,1,0,0.4026,0,1,0.3066,1,1,1,1,1,1,0,0.3066,0,1,0.622,1,1,1,0.0101,0.622,0,1,1,1,1,1,7.68E-05,0,0.005115971,1,1,1,1,1,2.78E-05,0,0,1,1,1,1,1,0.010386864,0,0.635814403,0.635709752,0.63608156
-8085,1,0.4029,1,1,1,1,1,1,1,1,0.0003,0.4029,0,1,0.3067,1,1,1,1,1,1,0,0.3067,0,1,0.6221,1,1,1,0.0074,0.6221,0,1,1,1,1,1,0.000144716,0,0.001609203,1,1,1,1,1,0.000142523,0,0,1,1,1,1,1,0.010310348,0,0.591952634,0.591918765,0.592198582
-8086,1,0.4032,1,1,1,1,1,1,1,1,0.0012,0.4032,0,1,0.3069,1,1,1,1,1,1,0,0.3069,0,1,0.6221,1,1,1,0.0008,0.6221,0,1,1,1,1,1,2.95E-05,0,0,1,1,1,1,1,6.85E-05,0,0,1,1,1,1,1,0.001539906,0,0.532866119,0.532896129,0.533244681
-8087,1,0.4036,1,1,1,1,1,1,1,1,0.001,0.4036,0,1,0.307,1,1,1,1,1,1,0,0.307,0,1,0.6222,1,1,1,0,0.6222,0,1,1,1,1,1,4.20E-05,0,0.002001546,1,1,1,1,1,0.000113806,0,0,1,1,1,1,1,0.00051082,0,0.479639923,0.479585361,0.479609929
-8088,1,0.4039,1,1,1,1,1,1,1,1,0,0.4039,0,1,0.3071,1,1,1,1,1,1,0,0.3071,0,1,0.6222,1,1,1,0,0.6222,0,1,1,1,1,1,0,0,0,1,1,1,1,1,4.31E-05,0,0,1,1,1,1,1,0.001271246,0,0.443269696,0.443198646,0.443262411
-8089,1,0.4043,1,1,1,1,1,1,1,1,0,0.4043,0,1,0.3072,1,1,1,1,1,1,0,0.3072,0,1,0.6223,1,1,1,0,0.6223,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0.001308191,0,0.425628323,0.425639941,0.425531915
-8090,1,0.4046,1,1,1,1,1,1,1,1,0.0001,0.4046,0,1,0.3073,1,1,1,1,1,1,0,0.3073,0,1,0.6223,1,1,1,0,0.6223,0,1,1,1,1,1,2.53E-05,0,0,1,1,1,1,1,0.001049686,0,0,1,1,1,1,1,0.002859297,0,0.418620106,0.418658769,0.418439716
-8091,1,0.4049,1,1,1,1,1,1,1,1,0,0.4049,0,1,0.3074,1,1,1,1,1,1,0,0.3074,0,1,0.6223,1,1,1,0,0.6223,0,1,1,1,1,1,3.75E-05,0,0,1,1,1,1,1,0.000843175,0,0.01818246,1,1,1,1,1,0.003185493,0,0.417895118,0.417812566,0.417553191
-8092,1,0.4053,1,1,1,1,1,1,1,1,0,0.4053,0,1,0.3075,1,1,1,1,1,1,0,0.3075,0,1,0.6224,1,1,1,0,0.6224,0,1,1,1,1,1,9.10E-06,0,0,1,1,1,1,1,0.00337108,0,0,1,1,1,1,1,0.000214354,0,0.432455292,0.432621113,0.432624113
-8093,1,0.4056,1,1,1,1,1,1,1,1,0,0.4056,0,1,0.3077,1,1,1,1,1,1,0,0.3077,0,1,0.6224,1,1,1,0.0003,0.6224,0,1,1,1,1,1,1.40E-05,0,0.001903127,1,1,1,1,1,0.000907836,0,0,1,1,1,1,1,0.001668636,0,0.478069116,0.477892955,0.478280142
-8094,1,0.4059,1,1,1,1,1,1,1,1,0,0.4059,0,1,0.3078,1,1,1,1,1,1,0,0.3078,0,1,0.6225,1,1,1,0,0.6225,0,1,1,1,1,1,6.38E-06,0,0.010931485,1,1,1,1,1,0.003507647,0,0,1,1,1,1,1,0.003674001,0,0.55860319,0.558493759,0.558953901
-8095,1,0.4063,1,1,1,1,1,1,1,1,0.005,0.4063,0,1,0.3079,1,1,1,1,1,1,0,0.3079,0,1,0.6225,1,1,1,0.0002,0.6225,0,1,1,1,1,1,0.001062779,0,0.003737872,1,1,1,1,1,0.00981164,0,0,1,1,1,1,1,0.004524359,0,0.602404543,0.602284747,0.602393617
-8096,1,0.4066,1,1,1,1,1,1,1,1,0.0036,0.4066,0.2441,1,0.308,1,1,1,1,1,1,0.0107,0.308,0.212,1,0.6226,1,1,1,0.001,0.6226,0.1929,1,1,1,1,1,0.001045925,0.419105351,0.001690269,1,1,1,1,1,0.013827625,0.358651727,0,1,1,1,1,1,0.014282824,0.364243478,0.611829386,0.611804527,0.611702128
-8097,1,0.4069,1,1,1,1,1,1,1,1,0.0079,0.4069,0.4013,1,0.3081,1,1,1,1,1,1,0,0.3081,0.3715,1,0.6226,1,1,1,0.0049,0.6226,0.3132,1,1,1,1,1,0.000503584,0.587027848,0.049211383,1,1,1,1,1,0.002334271,0.545069098,0,1,1,1,1,1,0.015323275,0.590210199,0.616843886,0.616670193,0.617021277
-8098,1,0.4073,1,1,1,1,1,1,1,1,0.0125,0.4073,0.4707,1,0.3082,1,1,1,1,1,1,0,0.3082,0.4482,1,0.6227,1,1,1,0.0142,0.6227,0.4409,1,1,1,1,1,0.001338898,0.622303486,0.110847488,1,1,1,1,1,0.0022778,0.597031295,0.074333504,1,1,1,1,1,0.041503798,0.66999048,0.620287579,0.620266554,0.620567376
-8099,1,0.4076,1,1,1,1,1,1,1,1,0.024,0.4076,0.4622,1,0.3083,1,1,1,1,1,1,0,0.3083,0.4504,1,0.6227,1,1,1,0.0344,0.6227,0.4687,1,1,1,1,1,0.003392213,0.631329715,0.177935869,1,1,1,1,1,0.00026986,0.646224141,0.213289291,1,1,1,1,1,0.047114171,0.697707057,0.620106332,0.620055003,0.620567376
-8100,1,0.4079,1,1,1,1,1,1,1,1,0.0313,0.4079,0.4498,1,0.3085,1,1,1,1,1,1,0,0.3085,0.4597,1,0.6228,1,1,1,0.0189,0.6228,0.495,1,1,1,1,1,0.00543303,0.639721811,0.247874588,1,1,1,1,1,0.001035321,0.694097638,0.178159431,1,1,1,1,1,0.044657391,0.616001248,0.616723055,0.616670193,0.616578014
-8101,1,0.4083,1,1,1,1,1,1,1,1,0.045,0.4083,0.4513,1,0.3086,1,1,1,1,1,1,0,0.3086,0.5072,1,0.6228,1,1,1,0.0504,0.6228,0.4438,1,1,1,1,1,0.007995872,0.654696941,0.295107841,1,1,1,1,1,0.002801639,0.760796547,0.397815734,1,1,1,1,1,0.091809064,0.58413583,0.613823103,0.613708483,0.61391844
-8102,1,0.4086,1,1,1,1,1,1,1,1,0.0479,0.4086,0.4101,1,0.3087,1,1,1,1,1,1,0.0075,0.3087,0.4786,1,0.6228,1,1,1,0.0521,0.6228,0.305,1,1,1,1,1,0.008334582,0.652487516,0.192580938,1,1,1,1,1,0.014018415,0.70538187,0.19413954,1,1,1,1,1,0.130073264,0.517783284,0.608385694,0.608419717,0.608599291
-8103,1,0.409,1,1,1,1,1,1,1,1,0.0298,0.409,0.279,1,0.3088,1,1,1,1,1,1,0,0.3088,0.3339,1,0.6229,1,1,1,0.0353,0.6229,0.213,1,1,1,1,1,0.005690752,0.509434104,0.102221593,1,1,1,1,1,0.006145854,0.526105464,0.18589136,1,1,1,1,1,0.098792136,0.363353074,0.613883519,0.613708483,0.61391844
-8104,1,0.4093,1,1,1,1,1,1,1,1,0.0355,0.4093,0,1,0.3089,1,1,1,1,1,1,0.0085,0.3089,0.0059,1,0.6229,1,1,1,0.0338,0.6229,0,1,1,1,1,1,0.007899837,0,0.107317612,1,1,1,1,1,0.011154335,0.06245685,0.367962301,1,1,1,1,1,0.110562235,0,0.661249396,0.661307383,0.661347518
-8105,1,0.4096,1,1,1,1,1,1,1,1,0.049,0.4096,0,1,0.309,1,1,1,1,1,1,0.0044,0.309,0,1,0.623,1,1,1,0.0337,0.623,0,1,1,1,1,1,0.00915345,0,0.140767634,1,1,1,1,1,0.011632526,0,0.616981387,1,1,1,1,1,0.133267105,0,0.693571774,0.693674635,0.693705674
-8106,1,0.41,1,1,1,1,1,1,1,1,0.0449,0.41,0,1,0.3092,1,1,1,1,1,1,0.0124,0.3092,0,1,0.623,1,1,1,0.0331,0.623,0,1,1,1,1,1,0.015201805,0,0.192060471,1,1,1,1,1,0.015787847,0,0.712492228,1,1,1,1,1,0.092385896,0,0.686684389,0.686693463,0.687056738
-8107,1,0.4103,1,1,1,1,1,1,1,1,0.0622,0.4103,0,1,0.3093,1,1,1,1,1,1,0.0241,0.3093,0,1,0.6231,1,1,1,0.0548,0.6231,0,1,1,1,1,1,0.024701569,0,0.402307659,1,1,1,1,1,0.027596422,0,0.841083765,1,1,1,1,1,0.155758098,0,0.665901402,0.665961498,0.666223404
-8108,1,0.4106,1,1,1,1,1,1,1,1,0.0972,0.4106,0,1,0.3094,1,1,1,1,1,1,0.0558,0.3094,0,1,0.6231,1,1,1,0.0697,0.6231,0,1,1,1,1,1,0.046599355,0,0.632024884,1,1,1,1,1,0.050565865,0,0.762885928,1,1,1,1,1,0.150321424,0,0.636478975,0.636555955,0.636968085
-8109,1,0.411,1,1,1,1,1,1,1,1,0.1348,0.411,0,1,0.3095,1,1,1,1,1,1,0.0843,0.3095,0,1,0.6232,1,1,1,0.1017,0.6232,0,1,1,1,1,1,0.067971066,0,0.489652753,1,1,1,1,1,0.063933074,0,0.566634297,1,1,1,1,1,0.177091613,0,0.590019333,0.590014809,0.590425532
-8110,1,0.4113,1,1,1,1,1,1,1,1,0.1556,0.4113,0,1,0.3096,1,1,1,1,1,1,0.1013,0.3096,0,1,0.6232,1,1,1,0.0625,0.6232,0,1,1,1,1,1,0.061250228,0,0.433738887,1,1,1,1,1,0.067904398,0,0.622327209,1,1,1,1,1,0.118975036,0,0.525434993,0.525491855,0.525265957
-8111,1,0.4116,1,1,1,1,1,1,1,1,0.1647,0.4116,0,1,0.3097,1,1,1,1,1,1,0.1104,0.3097,0,1,0.6233,1,1,1,0.0725,0.6233,0,1,1,1,1,1,0.091569044,0,0.282480299,1,1,1,1,1,0.090765566,0,0.617613137,1,1,1,1,1,0.113847271,0,0.468100532,0.468161625,0.468085106
-8112,1,0.412,1,1,1,1,1,1,1,1,0.1973,0.412,0,1,0.3098,1,1,1,1,1,1,0.1462,0.3098,0,1,0.6233,1,1,1,0.0711,0.6233,0,1,1,1,1,1,0.101566769,0,0.423977673,1,1,1,1,1,0.109599993,0,0.734073102,1,1,1,1,1,0.09332478,0,0.431730304,0.43177491,0.431737589
-8113,1,0.4123,1,1,1,1,1,1,1,1,0.223,0.4123,0,1,0.31,1,1,1,1,1,1,0.1219,0.31,0,1,0.6233,1,1,1,0.0962,0.6233,0,1,1,1,1,1,0.086598337,0,0.585412025,1,1,1,1,1,0.097398609,0,1,1,1,1,1,1,0.086587012,0,0.411491058,0.411466046,0.411347518
-8114,1,0.4127,1,1,1,1,1,1,1,1,0.1957,0.4127,0,1,0.3101,1,1,1,1,1,1,0.1154,0.3101,0,1,0.6234,1,1,1,0.1204,0.6234,0,1,1,1,1,1,0.0728411,0,0.619121909,1,1,1,1,1,0.083914235,0,0.714945614,1,1,1,1,1,0.077533752,0,0.399347511,0.399407658,0.399379433
-8115,1,0.413,1,1,1,1,1,1,1,1,0.1884,0.413,0,1,0.3102,1,1,1,1,1,1,0.195,0.3102,0,1,0.6234,1,1,1,0.0735,0.6234,0,1,1,1,1,1,0.063170016,0,0.834084749,1,1,1,1,1,0.139238864,0,1,1,1,1,1,1,0.075171843,0,0.396568391,0.396657499,0.396719858
-8116,1,0.4133,1,1,1,1,1,1,1,1,0.2508,0.4133,0,1,0.3103,1,1,1,1,1,1,0.343,0.3103,0,1,0.6235,1,1,1,0.0879,0.6235,0,1,1,1,1,1,0.126780316,0,0.999993026,1,1,1,1,1,0.260446906,0,1,1,1,1,1,1,0.080092937,0,0.408168197,0.408081235,0.408244681
-8117,1,0.4137,1,1,1,1,1,1,1,1,0.2638,0.4137,0,1,0.3104,1,1,1,1,1,1,0.1086,0.3104,0,1,0.6235,1,1,1,0.0756,0.6235,0,1,1,1,1,1,0.165281221,0,0.985414147,1,1,1,1,1,0.094712846,0,1,1,1,1,1,1,0.109932192,0,0.450398743,0.450391369,0.45035461
-8118,1,0.414,1,1,1,1,1,1,1,1,0.1647,0.414,0,1,0.3105,1,1,1,1,1,1,0.1505,0.3105,0,1,0.6236,1,1,1,0.0627,0.6236,0,1,1,1,1,1,0.083267182,0,0.954339147,1,1,1,1,1,0.113832355,0,0.998340368,1,1,1,1,1,0.127225533,0,0.530389077,0.530357521,0.530585106
-8119,1,0.4143,1,1,1,1,1,1,1,1,0.088,0.4143,0,1,0.3106,1,1,1,1,1,1,0.1838,0.3106,0,1,0.6236,1,1,1,0.1316,0.6236,0,1,1,1,1,1,0.067089707,0,0.935249686,1,1,1,1,1,0.134365872,0,1,1,1,1,1,1,0.299501806,0,0.572015466,0.572033002,0.571808511
-8120,1,0.4147,1,1,1,1,1,1,1,1,0.0834,0.4147,0.1008,1,0.3108,1,1,1,1,1,1,0.1913,0.3108,0.1014,1,0.6237,1,1,1,0.0539,0.6237,0.143,1,1,1,1,1,0.101620473,0.191078961,0.979946256,1,1,1,1,1,0.151059508,0.135681435,1,1,1,1,1,1,0.108316071,0.218654245,0.578661189,0.578802623,0.578900709
-8121,1,0.415,1,1,1,1,1,1,1,1,0.1486,0.415,0.2873,1,0.3109,1,1,1,1,1,1,0.2022,0.3109,0.2966,1,0.6237,1,1,1,0.0766,0.6237,0.3777,1,1,1,1,1,0.204092309,0.501297295,0.913430989,1,1,1,1,1,0.191197246,0.525170207,0.9788571,1,1,1,1,1,0.144830823,0.620032191,0.580775737,0.580706579,0.580673759
-8122,1,0.4153,1,1,1,1,1,1,1,1,0.2383,0.4153,0.5112,1,0.311,1,1,1,1,1,1,0.2396,0.311,0.5176,1,0.6238,1,1,1,0.1704,0.6238,0.4774,1,1,1,1,1,0.296155483,0.717920423,0.953858256,1,1,1,1,1,0.25061965,0.677055717,0.985445619,1,1,1,1,1,0.310825616,0.771341503,0.583131948,0.583245187,0.583333333
-8123,1,0.4157,1,1,1,1,1,1,1,1,0.3178,0.4157,0.536,1,0.3111,1,1,1,1,1,1,0.4909,0.3111,0.5081,1,0.6238,1,1,1,0.2463,0.6238,0.4955,1,1,1,1,1,0.448998302,0.690534651,0.721415699,1,1,1,1,1,0.468166411,0.713362217,0.831881523,1,1,1,1,1,0.50308603,0.786157787,0.58282987,0.582822086,0.582890071
-8124,1,0.416,1,1,1,1,1,1,1,1,0.2866,0.416,0.4996,1,0.3112,1,1,1,1,1,1,0.417,0.3112,0.4678,1,0.6238,1,1,1,0.2741,0.6238,0.4494,1,1,1,1,1,0.404672056,0.627258897,0.675600648,1,1,1,1,1,0.406498879,0.697588444,0.993717313,1,1,1,1,1,0.46194002,0.717412651,0.580654906,0.580706579,0.580673759
-8125,1,0.4163,1,1,1,1,1,1,1,1,0.2881,0.4163,0.3911,1,0.3113,1,1,1,1,1,1,0.5238,0.3113,0.4294,1,0.6239,1,1,1,0.381,0.6239,0.3637,1,1,1,1,1,0.372935355,0.472031355,0.630162597,1,1,1,1,1,0.498512626,0.595946968,1,1,1,1,1,1,0.671946764,0.44104892,0.581923635,0.581975883,0.582446809
-8126,1,0.4167,1,1,1,1,1,1,1,1,0.4114,0.4167,0.3097,1,0.3115,1,1,1,1,1,1,0.6944,0.3115,0.3534,1,0.6239,1,1,1,0.4414,0.6239,0.2879,1,1,1,1,1,0.484448731,0.43962723,0.427310765,1,1,1,1,1,0.608268976,0.489771366,1,1,1,1,1,1,0.740320981,0.330854595,0.580896568,0.58091813,0.581117021
-8127,1,0.417,1,1,1,1,1,1,1,1,0.4211,0.417,0.195,1,0.3116,1,1,1,1,1,1,0.6343,0.3116,0.2745,1,0.624,1,1,1,0.3142,0.624,0.1178,1,1,1,1,1,0.495457977,0.321761429,0.369645387,1,1,1,1,1,0.581763446,0.442478001,1,1,1,1,1,1,0.428670585,0.082389235,0.590683905,0.590649461,0.590868794
-8128,1,0.4174,1,1,1,1,1,1,1,1,0.378,0.4174,0,1,0.3117,1,1,1,1,1,1,0.5177,0.3117,0.0021,1,0.624,1,1,1,0.2836,0.624,0,1,1,1,1,1,0.413469106,0,0.454390883,1,1,1,1,1,0.494050175,0.007768535,1,1,1,1,1,1,0.494517535,0,0.647293378,0.647345039,0.647606383
-8129,1,0.4177,1,1,1,1,1,1,1,1,0.446,0.4177,0,1,0.3118,1,1,1,1,1,1,0.6384,0.3118,0,1,0.6241,1,1,1,0.2971,0.6241,0,1,1,1,1,1,0.479171306,0,0.589317679,1,1,1,1,1,0.599682391,0,1,1,1,1,1,1,0.484390944,0,0.69278637,0.692828432,0.692819149
-8130,1,0.418,1,1,1,1,1,1,1,1,0.4282,0.418,0,1,0.3119,1,1,1,1,1,1,0.6434,0.3119,0,1,0.6241,1,1,1,0.345,0.6241,0,1,1,1,1,1,0.391375631,0,0.889437437,1,1,1,1,1,0.566636801,0,1,1,1,1,1,1,0.496613175,0,0.692846786,0.692828432,0.692819149
-8131,1,0.4184,1,1,1,1,1,1,1,1,0.3553,0.4184,0,1,0.312,1,1,1,1,1,1,0.5369,0.312,0,1,0.6242,1,1,1,0.3947,0.6242,0,1,1,1,1,1,0.414873779,0,1,1,1,1,1,1,0.47248736,0,1,1,1,1,1,1,0.542892337,0,0.679615756,0.679712291,0.679521277
-8132,1,0.4187,1,1,1,1,1,1,1,1,0.3416,0.4187,0,1,0.3121,1,1,1,1,1,1,0.7387,0.3121,0,1,0.6242,1,1,1,0.4471,0.6242,0,1,1,1,1,1,0.471366346,0,1,1,1,1,1,1,0.631920397,0,1,1,1,1,1,1,0.680717111,0,0.65659739,0.656653268,0.656471631
-8133,1,0.419,1,1,1,1,1,1,1,1,0.4364,0.419,0,1,0.3123,1,1,1,1,1,1,0.7082,0.3123,0,1,0.6243,1,1,1,0.4678,0.6243,0,1,1,1,1,1,0.515406907,0,1,1,1,1,1,1,0.588884056,0,1,1,1,1,1,1,0.713147223,0,0.61358144,0.613708483,0.61391844
-8134,1,0.4194,1,1,1,1,1,1,1,1,0.4241,0.4194,0,1,0.3124,1,1,1,1,1,1,0.6686,0.3124,0,1,0.6243,1,1,1,0.4604,0.6243,0,1,1,1,1,1,0.49307543,0,1,1,1,1,1,1,0.564919651,0,1,1,1,1,1,1,0.616148949,0,0.555159497,0.555108949,0.554964539
-8135,1,0.4197,1,1,1,1,1,1,1,1,0.3852,0.4197,0,1,0.3125,1,1,1,1,1,1,0.6029,0.3125,0,1,0.6243,1,1,1,0.4939,0.6243,0,1,1,1,1,1,0.390754491,0,1,1,1,1,1,1,0.499679804,0,1,1,1,1,1,1,0.720187068,0,0.500966651,0.500951978,0.500886525
-8136,1,0.42,1,1,1,1,1,1,1,1,0.4393,0.42,0,1,0.3126,1,1,1,1,1,1,0.4603,0.3126,0,1,0.6244,1,1,1,0.4608,0.6244,0,1,1,1,1,1,0.388241619,0,1,1,1,1,1,1,0.402858377,0,1,1,1,1,1,1,0.708359838,0,0.4679797,0.467950074,0.468085106
-8137,1,0.4204,1,1,1,1,1,1,1,1,0.3643,0.4204,0,1,0.3127,1,1,1,1,1,1,0.3804,0.3127,0,1,0.6244,1,1,1,0.3503,0.6244,0,1,1,1,1,1,0.338709265,0,1,1,1,1,1,1,0.337826073,0,1,1,1,1,1,1,0.503146648,0,0.451788304,0.451660673,0.451684397
-8138,1,0.4207,1,1,1,1,1,1,1,1,0.2956,0.4207,0,1,0.3128,1,1,1,1,1,1,0.3127,0.3128,0,1,0.6245,1,1,1,0.369,0.6245,0,1,1,1,1,1,0.270418495,0,1,1,1,1,1,1,0.257465303,0,1,1,1,1,1,1,0.561109781,0,0.444840503,0.444891051,0.445035461
-8139,1,0.421,1,1,1,1,1,1,1,1,0.2279,0.421,0,1,0.3129,1,1,1,1,1,1,0.3743,0.3129,0,1,0.6245,1,1,1,0.3539,0.6245,0,1,1,1,1,1,0.220280766,0,1,1,1,1,1,1,0.284619212,0,1,1,1,1,1,1,0.508850098,0,0.445505075,0.445525703,0.445478723
-8140,1,0.4214,1,1,1,1,1,1,1,1,0.2066,0.4214,0,1,0.3131,1,1,1,1,1,1,0.5369,0.3131,0,1,0.6246,1,1,1,0.3471,0.6246,0,1,1,1,1,1,0.219258338,0,1,1,1,1,1,1,0.387902349,0,1,1,1,1,1,1,0.514402568,0,0.461817303,0.461815105,0.461879433
-8141,1,0.4217,1,1,1,1,1,1,1,1,0.1858,0.4217,0,1,0.3132,1,1,1,1,1,1,0.3795,0.3132,0,1,0.6246,1,1,1,0.3998,0.6246,0,1,1,1,1,1,0.18569769,0,1,1,1,1,1,1,0.295580626,0,1,1,1,1,1,1,0.474542975,0,0.510331078,0.510260207,0.510638298
-8142,1,0.4221,1,1,1,1,1,1,1,1,0.1286,0.4221,0,1,0.3133,1,1,1,1,1,1,0.2941,0.3133,0,1,0.6247,1,1,1,0.307,0.6247,0,1,1,1,1,1,0.102079749,0,1,1,1,1,1,1,0.241721377,0,1,1,1,1,1,1,0.394464195,0,0.594067182,0.594034271,0.594414894
-8143,1,0.4224,1,1,1,1,1,1,1,1,0.0895,0.4224,0,1,0.3134,1,1,1,1,1,1,0.1887,0.3134,0,1,0.6247,1,1,1,0.2316,0.6247,0,1,1,1,1,1,0.064241894,0,1,1,1,1,1,1,0.143361583,0,0.946759462,1,1,1,1,1,0.244444057,0,0.633699855,0.633805796,0.633865248
-8144,1,0.4227,1,1,1,1,1,1,1,1,0.0872,0.4227,0.2494,1,0.3135,1,1,1,1,1,1,0.16,0.3135,0.2504,1,0.6248,1,1,1,0.2343,0.6248,0.206,1,1,1,1,1,0.050772835,0.431769073,1,1,1,1,1,1,0.112030178,0.423943996,0.890856862,1,1,1,1,1,0.222040534,0.441907853,0.635874819,0.635921303,0.63608156
-8145,1,0.4231,1,1,1,1,1,1,1,1,0.1685,0.4231,0.4516,1,0.3136,1,1,1,1,1,1,0.1727,0.3136,0.4528,1,0.6248,1,1,1,0.2384,0.6248,0.4183,1,1,1,1,1,0.139725357,0.69354552,0.989379287,1,1,1,1,1,0.147971511,0.679114759,1,1,1,1,1,1,0.293304563,0.69983542,0.634001933,0.634017347,0.634308511
-8146,1,0.4234,1,1,1,1,1,1,1,1,0.1871,0.4234,0.6247,1,0.3137,1,1,1,1,1,1,0.0962,0.3137,0.6164,1,0.6248,1,1,1,0.4516,0.6248,0.56,1,1,1,1,1,0.166940749,0.879676163,0.625664771,1,1,1,1,1,0.095402241,0.863515854,0.56831336,1,1,1,1,1,0.558258772,0.882761717,0.63098115,0.631055638,0.631205674
-8147,1,0.4237,1,1,1,1,1,1,1,1,0.1644,0.4237,0.6776,1,0.3139,1,1,1,1,1,1,0.0651,0.3139,0.6767,1,0.6249,1,1,1,0.401,0.6249,0.6092,1,1,1,1,1,0.197519392,0.93219924,0.352505088,1,1,1,1,1,0.065047905,0.917118073,0.291889787,1,1,1,1,1,0.445202768,0.914763391,0.623368777,0.623439814,0.623670213
-8148,1,0.4241,1,1,1,1,1,1,1,1,0.0791,0.4241,0.6841,1,0.314,1,1,1,1,1,1,0.0047,0.314,0.6855,1,0.6249,1,1,1,0.3451,0.6249,0.6545,1,1,1,1,1,0.146823406,0.946795344,0.20770523,1,1,1,1,1,0.012965187,0.945549309,0.104800001,1,1,1,1,1,0.431338221,0.921670377,0.614668922,0.614766237,0.614804965
-8149,1,0.4244,1,1,1,1,1,1,1,1,0.0257,0.4244,0.3469,1,0.3141,1,1,1,1,1,1,0,0.3141,0.3527,1,0.625,1,1,1,0.3161,0.625,0.3741,1,1,1,1,1,0.064595982,0.504230857,0.120045401,1,1,1,1,1,0.004708035,0.511396527,0.035184555,1,1,1,1,1,0.410507828,0.487068772,0.609896085,0.609900571,0.609929078
-8150,1,0.4247,1,1,1,1,1,1,1,1,0.0069,0.4247,0.517,1,0.3142,1,1,1,1,1,1,0,0.3142,0.5361,1,0.625,1,1,1,0.2779,0.625,0.489,1,1,1,1,1,0.03122272,0.763243556,0.039155927,1,1,1,1,1,1.12E-05,0.80048573,0.008662042,1,1,1,1,1,0.282595187,0.755290151,0.605546158,0.605669558,0.605496454
-8151,1,0.4251,1,1,1,1,1,1,1,1,0.0021,0.4251,0.3333,1,0.3143,1,1,1,1,1,1,0,0.3143,0.3622,1,0.6251,1,1,1,0.1999,0.6251,0.2836,1,1,1,1,1,0.021756344,0.57397455,0.025656553,1,1,1,1,1,0,0.578941584,0.013949215,1,1,1,1,1,0.231310487,0.521199822,0.613883519,0.613708483,0.61391844
-8152,1,0.4254,1,1,1,1,1,1,1,1,0.0056,0.4254,0.0573,1,0.3144,1,1,1,1,1,1,0,0.3144,0.1022,1,0.6251,1,1,1,0.1608,0.6251,0,1,1,1,1,1,0.023235554,0.1708211,0.005734833,1,1,1,1,1,0,0.222003341,0,1,1,1,1,1,0.27298823,0,0.673513775,0.673577322,0.673758865
-8153,1,0.4258,1,1,1,1,1,1,1,1,0.0023,0.4258,0,1,0.3146,1,1,1,1,1,1,0,0.3146,0,1,0.6252,1,1,1,0.1137,0.6252,0,1,1,1,1,1,0.021491155,0,0.005714002,1,1,1,1,1,0,0,0,1,1,1,1,1,0.203053609,0,0.719490092,0.719695367,0.719414894
-8154,1,0.4261,1,1,1,1,1,1,1,1,0.0009,0.4261,0,1,0.3147,1,1,1,1,1,1,0,0.3147,0,1,0.6252,1,1,1,0.0964,0.6252,0,1,1,1,1,1,0.009608026,0,0.00142998,1,1,1,1,1,0,0,0,1,1,1,1,1,0.216484949,0,0.719671339,0.719695367,0.719858156
-8155,1,0.4264,1,1,1,1,1,1,1,1,0,0.4264,0,1,0.3148,1,1,1,1,1,1,0,0.3148,0,1,0.6253,1,1,1,0.0376,0.6253,0,1,1,1,1,1,0.006548548,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0.116334811,0,0.707648623,0.707636979,0.707890071
-8156,1,0.4268,1,1,1,1,1,1,1,1,0,0.4268,0,1,0.3149,1,1,1,1,1,1,0,0.3149,0,1,0.6253,1,1,1,0.0147,0.6253,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0.004229502,0,0,1,1,1,1,1,0.035782024,0,0.684871919,0.684789507,0.685283688
-8157,1,0.4271,1,1,1,1,1,1,1,1,0.0007,0.4271,0,1,0.315,1,1,1,1,1,1,0.0337,0.315,0,1,0.6253,1,1,1,0.0054,0.6253,0,1,1,1,1,1,0.002136713,0,0,1,1,1,1,1,0.035508282,0,0,1,1,1,1,1,0.012455063,0,0.643305945,0.643325576,0.643617021
-8158,1,0.4274,1,1,1,1,1,1,1,1,0.004,0.4274,0,1,0.3151,1,1,1,1,1,1,0.1426,0.3151,0,1,0.6254,1,1,1,0.0267,0.6254,0,1,1,1,1,1,0.01339627,0,0,1,1,1,1,1,0.133374557,0,0.000743456,1,1,1,1,1,0.061277326,0,0.58337361,0.583456738,0.583333333
-8159,1,0.4278,1,1,1,1,1,1,1,1,0.0521,0.4278,0,1,0.3152,1,1,1,1,1,1,0.3839,0.3152,0,1,0.6254,1,1,1,0.0697,0.6254,0,1,1,1,1,1,0.086229891,0,0,1,1,1,1,1,0.378884137,0,0.006697644,1,1,1,1,1,0.175029144,0,0.526280812,0.526338058,0.526595745
-8160,1,0.4281,1,1,1,1,1,1,1,1,0.1018,0.4281,0,1,0.3154,1,1,1,1,1,1,0.2389,0.3154,0,1,0.6255,1,1,1,0.0906,0.6255,0,1,1,1,1,1,0.120285712,0,0.001242758,1,1,1,1,1,0.31374529,0,0.042831153,1,1,1,1,1,0.277075708,0,0.489971,0.489951343,0.489804965
-8161,1,0.4284,1,1,1,1,1,1,1,1,0.0962,0.4284,0,1,0.3155,1,1,1,1,1,1,0.1741,0.3155,0,1,0.6255,1,1,1,0.151,0.6255,0,1,1,1,1,1,0.083223268,0,0,1,1,1,1,1,0.210253596,0,0,1,1,1,1,1,0.477045447,0,0.471665056,0.471757986,0.471631206
-8162,1,0.4288,1,1,1,1,1,1,1,1,0.0709,0.4288,0,1,0.3156,1,1,1,1,1,1,0.2014,0.3156,0,1,0.6256,1,1,1,0.141,0.6256,0,1,1,1,1,1,0.065923683,0,0.004502938,1,1,1,1,1,0.201742798,0,0,1,1,1,1,1,0.461490512,0,0.462300628,0.462238206,0.462322695
-8163,1,0.4291,1,1,1,1,1,1,1,1,0.095,0.4291,0,1,0.3157,1,1,1,1,1,1,0.1926,0.3157,0,1,0.6256,1,1,1,0.1494,0.6256,0,1,1,1,1,1,0.083085708,0,0.001471713,1,1,1,1,1,0.173579991,0,0,1,1,1,1,1,0.520803928,0,0.461515225,0.461603554,0.461879433
-8164,1,0.4294,1,1,1,1,1,1,1,1,0.1272,0.4294,0,1,0.3158,1,1,1,1,1,1,0.2698,0.3158,0,1,0.6257,1,1,1,0.1495,0.6257,0,1,1,1,1,1,0.117962189,0,0.000500445,1,1,1,1,1,0.22082895,0,0,1,1,1,1,1,0.535257757,0,0.47480667,0.474719695,0.474734043
-8165,1,0.4298,1,1,1,1,1,1,1,1,0.2172,0.4298,0,1,0.3159,1,1,1,1,1,1,0.296,0.3159,0,1,0.6257,1,1,1,0.1541,0.6257,0,1,1,1,1,1,0.178356439,0,0.015516596,1,1,1,1,1,0.249257043,0,0.019838482,1,1,1,1,1,0.518038273,0,0.518185114,0.518087582,0.518173759
-8166,1,0.4301,1,1,1,1,1,1,1,1,0.1562,0.4301,0,1,0.316,1,1,1,1,1,1,0.4222,0.316,0,1,0.6258,1,1,1,0.1828,0.6258,0,1,1,1,1,1,0.151347816,0,0.013317553,1,1,1,1,1,0.339309126,0,0.015770681,1,1,1,1,1,0.550718188,0,0.59757129,0.597630633,0.59751773
-8167,1,0.4305,1,1,1,1,1,1,1,1,0.1532,0.4305,0,1,0.3162,1,1,1,1,1,1,0.4626,0.3162,0,1,0.6258,1,1,1,0.3366,0.6258,0,1,1,1,1,1,0.14286834,0,0.004850841,1,1,1,1,1,0.388223767,0,0.014840316,1,1,1,1,1,0.761966646,0,0.639318511,0.639306114,0.639184397
-8168,1,0.4308,1,1,1,1,1,1,1,1,0.1377,0.4308,0.0738,1,0.3163,1,1,1,1,1,1,0.2361,0.3163,0.1048,1,0.6259,1,1,1,0.3053,0.6259,0.0849,1,1,1,1,1,0.151022196,0.155514047,0.00732333,1,1,1,1,1,0.209004402,0.152464435,0,1,1,1,1,1,0.620964706,0.091771588,0.646145481,0.646075735,0.646276596
-8169,1,0.4311,1,1,1,1,1,1,1,1,0.1507,0.4311,0.1992,1,0.3164,1,1,1,1,1,1,0.3646,0.3164,0.1945,1,0.6259,1,1,1,0.2968,0.6259,0.2604,1,1,1,1,1,0.228942677,0.318502843,0.001576866,1,1,1,1,1,0.348842889,0.317066967,0,1,1,1,1,1,0.615862131,0.445955873,0.644876752,0.644806431,0.644946809
-8170,1,0.4315,1,1,1,1,1,1,1,1,0.1219,0.4315,0.2704,1,0.3165,1,1,1,1,1,1,0.1104,0.3165,0.3618,1,0.6259,1,1,1,0.1819,0.6259,0.4112,1,1,1,1,1,0.141975746,0.463939667,0.016074974,1,1,1,1,1,0.122819707,0.476990759,0,1,1,1,1,1,0.407811195,0.629677951,0.643124698,0.643114026,0.643617021
-8171,1,0.4318,1,1,1,1,1,1,1,1,0.1296,0.4318,0.3616,1,0.3166,1,1,1,1,1,1,0.1394,0.3166,0.3608,1,0.626,1,1,1,0.1439,0.626,0.4652,1,1,1,1,1,0.106295153,0.592223883,0.03479176,1,1,1,1,1,0.128819391,0.510302901,0,1,1,1,1,1,0.303062856,0.727446914,0.63557274,0.635709752,0.635638298
-8172,1,0.4321,1,1,1,1,1,1,1,1,0.0931,0.4321,0.3916,1,0.3167,1,1,1,1,1,1,0.1888,0.3167,0.2887,1,0.626,1,1,1,0.1373,0.626,0.4167,1,1,1,1,1,0.08675579,0.526883006,0.03713847,1,1,1,1,1,0.186079904,0.39258334,0,1,1,1,1,1,0.267359734,0.736159742,0.625966651,0.625978422,0.626329787
-8173,1,0.4325,1,1,1,1,1,1,1,1,0.1152,0.4325,0.3009,1,0.3168,1,1,1,1,1,1,0.1437,0.3168,0.2133,1,0.6261,1,1,1,0.1529,0.6261,0.3911,1,1,1,1,1,0.110404581,0.40366295,0.043406177,1,1,1,1,1,0.12981683,0.329797894,0,1,1,1,1,1,0.249038994,0.588001907,0.623972934,0.623862915,0.624113475
-8174,1,0.4328,1,1,1,1,1,1,1,1,0.099,0.4328,0.1969,1,0.317,1,1,1,1,1,1,0.0997,0.317,0.2028,1,0.6261,1,1,1,0.1368,0.6261,0.2184,1,1,1,1,1,0.093367495,0.314386964,0.061431009,1,1,1,1,1,0.07923197,0.256526768,0,1,1,1,1,1,0.184893042,0.365998864,0.620770904,0.620689655,0.621010638
-8175,1,0.4331,1,1,1,1,1,1,1,1,0.0857,0.4331,0.0448,1,0.3171,1,1,1,1,1,1,0.048,0.3171,0.0511,1,0.6262,1,1,1,0.1586,0.6262,0.0876,1,1,1,1,1,0.071251661,0.068562984,0.049374435,1,1,1,1,1,0.040807448,0.08841531,0,1,1,1,1,1,0.249788821,0.164673805,0.627477042,0.627459276,0.627659574
-8176,1,0.4335,1,1,1,1,1,1,1,1,0.0721,0.4335,0,1,0.3172,1,1,1,1,1,1,0.1171,0.3172,0,1,0.6262,1,1,1,0.2077,0.6262,0,1,1,1,1,1,0.100383326,0,0.047636934,1,1,1,1,1,0.119591698,0,0,1,1,1,1,1,0.357744753,0,0.674299178,0.674211974,0.67464539
-8177,1,0.4338,1,1,1,1,1,1,1,1,0.0756,0.4338,0,1,0.3173,1,1,1,1,1,1,0.236,0.3173,0,1,0.6263,1,1,1,0.1959,0.6263,0,1,1,1,1,1,0.115237683,0,0.041954435,1,1,1,1,1,0.264477789,0,0,1,1,1,1,1,0.309914649,0,0.693148864,0.693251534,0.693262411
-8178,1,0.4341,1,1,1,1,1,1,1,1,0,0.4341,0,1,0.3174,1,1,1,1,1,1,0,0.3174,0,1,0.6263,1,1,1,0.0032,0.6263,0,1,1,1,1,1,2.76E-05,0,0.089956731,1,1,1,1,1,0.000306521,0,0.02743325,1,1,1,1,1,0.020201162,0,0.680884485,0.680770044,0.681294326
-8179,1,0.4345,1,1,1,1,1,1,1,1,0.0001,0.4345,0,1,0.3175,1,1,1,1,1,1,0,0.3175,0,1,0.6264,1,1,1,0.0035,0.6264,0,1,1,1,1,1,1.35E-05,0,0.089814141,1,1,1,1,1,0.000694158,0,0.014468586,1,1,1,1,1,0.019884584,0,0.658893185,0.658768775,0.659131206
-8180,1,0.4348,1,1,1,1,1,1,1,1,0.0006,0.4348,0,1,0.3177,1,1,1,1,1,1,0,0.3177,0,1,0.6264,1,1,1,0.0028,0.6264,0,1,1,1,1,1,0,0,0.024245834,1,1,1,1,1,0.000245483,0,0.034266494,1,1,1,1,1,0.013205377,0,0.633458192,0.633594246,0.633421986
-8181,1,0.4352,1,1,1,1,1,1,1,1,0.0033,0.4352,0,1,0.3178,1,1,1,1,1,1,0,0.3178,0,1,0.6264,1,1,1,0.0019,0.6264,0,1,1,1,1,1,2.93E-05,0,0.004264451,1,1,1,1,1,0,0,0.030649738,1,1,1,1,1,0.007193621,0,0.598356694,0.598476835,0.598404255
-8182,1,0.4355,1,1,1,1,1,1,1,1,0.0029,0.4355,0,1,0.3179,1,1,1,1,1,1,0,0.3179,0,1,0.6265,1,1,1,0.0013,0.6265,0,1,1,1,1,1,3.73E-05,0,0.034381669,1,1,1,1,1,0,0,0.11039111,1,1,1,1,1,0.003675031,0,0.548272112,0.548339327,0.548758865
-8183,1,0.4358,1,1,1,1,1,1,1,1,0.0262,0.4358,0,1,0.318,1,1,1,1,1,1,0.0177,0.318,0,1,0.6265,1,1,1,0.0475,0.6265,0,1,1,1,1,1,0.021066152,0,0.095947631,1,1,1,1,1,0.019810887,0,0.351046592,1,1,1,1,1,0.086621813,0,0.493958434,0.493970806,0.493794326
-8184,1,0.4362,1,1,1,1,1,1,1,1,0.0327,0.4362,0,1,0.3181,1,1,1,1,1,1,0.0631,0.3181,0,1,0.6266,1,1,1,0.0538,0.6266,0,1,1,1,1,1,0.037855227,0,0.125414923,1,1,1,1,1,0.070256725,0,0.120298959,1,1,1,1,1,0.086196601,0,0.453963267,0.45398773,0.453900709
-8185,1,0.4365,1,1,1,1,1,1,1,1,0.0489,0.4365,0,1,0.3182,1,1,1,1,1,1,0.0665,0.3182,0,1,0.6266,1,1,1,0.0625,0.6266,0,1,1,1,1,1,0.055293981,0,0.091963649,1,1,1,1,1,0.063993253,0,0.004151047,1,1,1,1,1,0.118738085,0,0.430703238,0.430717157,0.430407801
-8186,1,0.4368,1,1,1,1,1,1,1,1,0.0356,0.4368,0,1,0.3183,1,1,1,1,1,1,0.034,0.3183,0,1,0.6267,1,1,1,0.0601,0.6267,0,1,1,1,1,1,0.041027419,0,0.036501497,1,1,1,1,1,0.033654269,0,0,1,1,1,1,1,0.15796414,0,0.417109715,0.417177914,0.417109929
-8187,1,0.4372,1,1,1,1,1,1,1,1,0.0106,0.4372,0,1,0.3185,1,1,1,1,1,1,0.0169,0.3185,0,1,0.6267,1,1,1,0.0349,0.6267,0,1,1,1,1,1,0.011294373,0,0.023997242,1,1,1,1,1,0.015638702,0,0,1,1,1,1,1,0.110462792,0,0.412397293,0.412523799,0.412234043
-8188,1,0.4375,1,1,1,1,1,1,1,1,0,0.4375,0,1,0.3186,1,1,1,1,1,1,0,0.3186,0,1,0.6268,1,1,1,0.0155,0.6268,0,1,1,1,1,1,0.000229733,0,0.056291867,1,1,1,1,1,0,0,0.057558902,1,1,1,1,1,0.045844309,0,0.415538908,0.415697059,0.415780142
-8189,1,0.4378,1,1,1,1,1,1,1,1,0.0004,0.4378,0,1,0.3187,1,1,1,1,1,1,0.01,0.3187,0,1,0.6268,1,1,1,0.0141,0.6268,0,1,1,1,1,1,0.000114593,0,0.263916016,1,1,1,1,1,0.014997467,0,0.204958662,1,1,1,1,1,0.021726573,0,0.432032383,0.431986461,0.432180851
-8190,1,0.4382,1,1,1,1,1,1,1,1,0,0.4382,0,1,0.3188,1,1,1,1,1,1,0,0.3188,0,1,0.6269,1,1,1,0,0.6269,0,1,1,1,1,1,0,0,0.452032864,1,1,1,1,1,4.34E-05,0,0.150979847,1,1,1,1,1,0.00057954,0,0.463871435,0.463719061,0.464095745
-8191,1,0.4385,1,1,1,1,1,1,1,1,0.0029,0.4385,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6269,1,1,1,0,0.6269,0,1,1,1,1,1,3.01E-05,0,0.629049301,1,1,1,1,1,0.000162548,0,0.167977497,1,1,1,1,1,0.001227633,0,0.502295795,0.502221282,0.502216312
-8192,1,0.4385,1,1,1,1,1,1,1,1,0.0014,0.4385,0.1158,1,0.3189,1,1,1,1,1,1,0,0.3189,0.1552,1,0.6269,1,1,1,0,0.6269,0.0925,1,1,1,1,1,0.000429929,0.246511996,0.610713542,1,1,1,1,1,0.002898912,0.30224824,0.301325411,1,1,1,1,1,0.001171496,0.233686998,0.544526341,0.544531415,0.544326241
-8193,1,0.4385,1,1,1,1,1,1,1,1,0.0385,0.4385,0.0838,1,0.3189,1,1,1,1,1,1,0,0.3189,0.1243,1,0.6269,1,1,1,0.0367,0.6269,0.1872,1,1,1,1,1,0.03475374,0.150750756,0.86794275,1,1,1,1,1,0.002283567,0.199200556,0.458254755,1,1,1,1,1,0.109866507,0.244983032,0.572921701,0.572879205,0.573138298
-8194,1,0.4385,1,1,1,1,1,1,1,1,0.021,0.4385,0.1599,1,0.3189,1,1,1,1,1,1,0,0.3189,0.2932,1,0.6269,1,1,1,0.0484,0.6269,0.2097,1,1,1,1,1,0.003153908,0.251095444,0.825726151,1,1,1,1,1,0.001114089,0.477973223,0.610443234,1,1,1,1,1,0.134059176,0.224905014,0.58657564,0.586629998,0.58643617
-8195,1,0.4385,1,1,1,1,1,1,1,1,0.0304,0.4385,0.2742,1,0.3189,1,1,1,1,1,1,0,0.3189,0.3873,1,0.6269,1,1,1,0.0331,0.6269,0.2218,1,1,1,1,1,0.00387891,0.474837661,0.695977211,1,1,1,1,1,0.000276731,0.543817341,0.554479361,1,1,1,1,1,0.082304187,0.267727196,0.587481875,0.587687751,0.587765957
-8196,1,0.4385,1,1,1,1,1,1,1,1,0.0373,0.4385,0.4044,1,0.3189,1,1,1,1,1,1,0,0.3189,0.4331,1,0.6269,1,1,1,0.0179,0.6269,0.3036,1,1,1,1,1,0.005557769,0.59704572,0.566511869,1,1,1,1,1,0.001274024,0.572409153,0.833791137,1,1,1,1,1,0.055435173,0.332517177,0.581259062,0.581341231,0.581560284
-8197,1,0.4385,1,1,1,1,1,1,1,1,0.0301,0.4385,0.439,1,0.3189,1,1,1,1,1,1,0,0.3189,0.4312,1,0.6269,1,1,1,0.0241,0.6269,0.267,1,1,1,1,1,0.004335055,0.609741926,0.698338032,1,1,1,1,1,1.98E-05,0.575193405,0.732653975,1,1,1,1,1,0.053810637,0.466135114,0.572861286,0.572879205,0.573138298
-8198,1,0.4385,1,1,1,1,1,1,1,1,0.0187,0.4385,0.3592,1,0.3189,1,1,1,1,1,1,0,0.3189,0.377,1,0.6269,1,1,1,0.0415,0.6269,0.2176,1,1,1,1,1,0.002367684,0.52695626,0.852843046,1,1,1,1,1,0.001418579,0.505751789,0.759287477,1,1,1,1,1,0.089561947,0.44968611,0.569055099,0.569071293,0.569148936
-8199,1,0.4385,1,1,1,1,1,1,1,1,0.0111,0.4385,0.2206,1,0.3189,1,1,1,1,1,1,0.0114,0.3189,0.2455,1,0.6269,1,1,1,0.026,0.6269,0.1514,1,1,1,1,1,0.001400841,0.385131299,0.706698656,1,1,1,1,1,0.014731395,0.325473368,0.583543241,1,1,1,1,1,0.07596352,0.291248977,0.575821653,0.575840914,0.575797872
-8200,1,0.4385,1,1,1,1,1,1,1,1,0.0041,0.4385,0,1,0.3189,1,1,1,1,1,1,0.017,0.3189,0,1,0.6269,1,1,1,0.0654,0.6269,0,1,1,1,1,1,0.000855206,0,0.519148707,1,1,1,1,1,0.015085496,0,0.30331257,1,1,1,1,1,0.131605715,0,0.6199855,0.619843453,0.620124113
-8201,1,0.4385,1,1,1,1,1,1,1,1,0.005,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0675,0.3189,0,1,0.6269,1,1,1,0.0888,0.6269,0,1,1,1,1,1,0.009323653,0,0.246400774,1,1,1,1,1,0.073273607,0,0.209506571,1,1,1,1,1,0.176681995,0,0.643608023,0.643748678,0.643617021
-8202,1,0.4385,1,1,1,1,1,1,1,1,0.0093,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0731,0.3189,0,1,0.6269,1,1,1,0.0626,0.6269,0,1,1,1,1,1,0.015984742,0,0.068301663,1,1,1,1,1,0.076578684,0,0.186092168,1,1,1,1,1,0.155107602,0,0.631706138,0.63169029,0.632092199
-8203,1,0.4385,1,1,1,1,1,1,1,1,0.0217,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0404,0.3189,0,1,0.6269,1,1,1,0.0526,0.6269,0,1,1,1,1,1,0.029431693,0,0.069130301,1,1,1,1,1,0.042251278,0,0.098982468,1,1,1,1,1,0.179373533,0,0.611043983,0.610958325,0.611258865
-8204,1,0.4385,1,1,1,1,1,1,1,1,0.0478,0.4385,0,1,0.3189,1,1,1,1,1,1,0.088,0.3189,0,1,0.6269,1,1,1,0.0604,0.6269,0,1,1,1,1,1,0.055206373,0,0.193733394,1,1,1,1,1,0.082753807,0,0.014447906,1,1,1,1,1,0.243697733,0,0.590321411,0.59043791,0.590425532
-8205,1,0.4385,1,1,1,1,1,1,1,1,0.1175,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1735,0.3189,0,1,0.6269,1,1,1,0.0482,0.6269,0,1,1,1,1,1,0.125780255,0,0.265807211,1,1,1,1,1,0.184386849,0,0.007181152,1,1,1,1,1,0.223878309,0,0.561321895,0.561455469,0.561170213
-8206,1,0.4385,1,1,1,1,1,1,1,1,0.1043,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0408,0.3189,0,1,0.6269,1,1,1,0.0765,0.6269,0,1,1,1,1,1,0.1339757,0,0.23091726,1,1,1,1,1,0.050442129,0,0.028819112,1,1,1,1,1,0.341323644,0,0.521205897,0.521260842,0.521276596
-8207,1,0.4385,1,1,1,1,1,1,1,1,0.1518,0.4385,0,1,0.3189,1,1,1,1,1,1,0.085,0.3189,0,1,0.6269,1,1,1,0.162,0.6269,0,1,1,1,1,1,0.229791224,0,0.184924856,1,1,1,1,1,0.117210545,0,0.129913881,1,1,1,1,1,0.443088889,0,0.474746254,0.474719695,0.474734043
-8208,1,0.4385,1,1,1,1,1,1,1,1,0.2753,0.4385,0,1,0.3189,1,1,1,1,1,1,0.131,0.3189,0,1,0.6269,1,1,1,0.2111,0.6269,0,1,1,1,1,1,0.377829581,0,0.273320079,1,1,1,1,1,0.181574807,0,0.23946625,1,1,1,1,1,0.537349701,0,0.43819478,0.43812143,0.438386525
-8209,1,0.4385,1,1,1,1,1,1,1,1,0.2598,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1175,0.3189,0,1,0.6269,1,1,1,0.2862,0.6269,0,1,1,1,1,1,0.339502901,0,0.398807377,1,1,1,1,1,0.177578926,0,0.332493454,1,1,1,1,1,0.631440222,0,0.41481392,0.414639306,0.414893617
-8210,1,0.4385,1,1,1,1,1,1,1,1,0.2942,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2694,0.3189,0,1,0.6269,1,1,1,0.4525,0.6269,0,1,1,1,1,1,0.38321054,0,0.347730994,1,1,1,1,1,0.327879488,0,0.177964911,1,1,1,1,1,0.765933454,0,0.40242871,0.402580918,0.40248227
-8211,1,0.4385,1,1,1,1,1,1,1,1,0.2175,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4333,0.3189,0,1,0.6269,1,1,1,0.4866,0.6269,0,1,1,1,1,1,0.228670016,0,0.310366094,1,1,1,1,1,0.399000019,0,0.050641101,1,1,1,1,1,0.688322127,0,0.3969913,0.39686905,0.396719858
-8212,1,0.4385,1,1,1,1,1,1,1,1,0.1994,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4497,0.3189,0,1,0.6269,1,1,1,0.3433,0.6269,0,1,1,1,1,1,0.279794216,0,0.370854944,1,1,1,1,1,0.438750982,0,0.095394775,1,1,1,1,1,0.547831416,0,0.400132914,0.40004231,0.400265957
-8213,1,0.4385,1,1,1,1,1,1,1,1,0.1848,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4913,0.3189,0,1,0.6269,1,1,1,0.3781,0.6269,0,1,1,1,1,1,0.259054929,0,0.489140809,1,1,1,1,1,0.453076601,0,0.140114143,1,1,1,1,1,0.611272752,0,0.411793137,0.411677597,0.41179078
-8214,1,0.4385,1,1,1,1,1,1,1,1,0.1994,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4829,0.3189,0,1,0.6269,1,1,1,0.4047,0.6269,0,1,1,1,1,1,0.268646687,0,0.369204223,1,1,1,1,1,0.42590642,0,0.234647393,1,1,1,1,1,0.602829278,0,0.435536491,0.435582822,0.43572695
-8215,1,0.4385,1,1,1,1,1,1,1,1,0.169,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4011,0.3189,0,1,0.6269,1,1,1,0.3405,0.6269,0,1,1,1,1,1,0.179126531,0,0.519087315,1,1,1,1,1,0.35216397,0,0.267196864,1,1,1,1,1,0.446685314,0,0.460488159,0.460545801,0.460549645
-8216,1,0.4385,1,1,1,1,1,1,1,1,0.1806,0.4385,0.1664,1,0.3189,1,1,1,1,1,1,0.1746,0.3189,0.1072,1,0.6269,1,1,1,0.4088,0.6269,0.1736,1,1,1,1,1,0.166449547,0.179307997,0.599412441,1,1,1,1,1,0.182844415,0.110423848,0.475506306,1,1,1,1,1,0.610452473,0.408229232,0.49818753,0.498201819,0.49822695
-8217,1,0.4385,1,1,1,1,1,1,1,1,0.1407,0.4385,0.2594,1,0.3189,1,1,1,1,1,1,0.1821,0.3189,0.1988,1,0.6269,1,1,1,0.5027,0.6269,0.3693,1,1,1,1,1,0.199378416,0.303791553,0.747809052,1,1,1,1,1,0.187813714,0.240518272,0.921016216,1,1,1,1,1,0.736679316,0.643141747,0.527247463,0.527184261,0.52748227
-8218,1,0.4385,1,1,1,1,1,1,1,1,0.1057,0.4385,0.3346,1,0.3189,1,1,1,1,1,1,0.0773,0.3189,0.2289,1,0.6269,1,1,1,0.4026,0.6269,0.4742,1,1,1,1,1,0.126622468,0.381265402,0.420673907,1,1,1,1,1,0.106765784,0.299621403,0.413700759,1,1,1,1,1,0.555438936,0.694076121,0.542472209,0.542627459,0.542553191
-8219,1,0.4385,1,1,1,1,1,1,1,1,0.1289,0.4385,0.3242,1,0.3189,1,1,1,1,1,1,0,0.3189,0.2494,1,0.6269,1,1,1,0.2946,0.6269,0.4717,1,1,1,1,1,0.093443587,0.436313063,0.306886226,1,1,1,1,1,0.004850848,0.323040277,0.191934824,1,1,1,1,1,0.461767167,0.731453538,0.55080957,0.550666385,0.550975177
-8220,1,0.4385,1,1,1,1,1,1,1,1,0.082,0.4385,0.3183,1,0.3189,1,1,1,1,1,1,0,0.3189,0.2739,1,0.6269,1,1,1,0.2277,0.6269,0.4996,1,1,1,1,1,0.042809039,0.522485793,0.145951569,1,1,1,1,1,0.00799439,0.438950062,0.099058896,1,1,1,1,1,0.329640508,0.81018734,0.553769937,0.553839645,0.554078014
-8221,1,0.4385,1,1,1,1,1,1,1,1,0.0409,0.4385,0.3444,1,0.3189,1,1,1,1,1,1,0,0.3189,0.356,1,0.6269,1,1,1,0.3123,0.6269,0.4943,1,1,1,1,1,0.037870936,0.586857677,0.183162183,1,1,1,1,1,0.001372596,0.514297485,0.147184566,1,1,1,1,1,0.398653686,0.729041755,0.55080957,0.550666385,0.550975177
-8222,1,0.4385,1,1,1,1,1,1,1,1,0.0091,0.4385,0.3399,1,0.3189,1,1,1,1,1,1,0,0.3189,0.3581,1,0.6269,1,1,1,0.3538,0.6269,0.374,1,1,1,1,1,0.010178615,0.592258692,0.134558037,1,1,1,1,1,0,0.47160992,0.071712829,1,1,1,1,1,0.420088887,0.584767699,0.547728371,0.547704675,0.54787234
-8223,1,0.4385,1,1,1,1,1,1,1,1,0.0026,0.4385,0.2398,1,0.3189,1,1,1,1,1,1,0,0.3189,0.1753,1,0.6269,1,1,1,0.2214,0.6269,0.1676,1,1,1,1,1,0.000639219,0.413894713,0.120333001,1,1,1,1,1,0,0.243660003,0.125834554,1,1,1,1,1,0.307726949,0.425512731,0.562469792,0.562513222,0.5625
-8224,1,0.4385,1,1,1,1,1,1,1,1,0.0101,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0538,0.3189,0,1,0.6269,1,1,1,0.2013,0.6269,0,1,1,1,1,1,0.009307676,0.000418684,0.135382906,1,1,1,1,1,0.039994583,0,0.359549254,1,1,1,1,1,0.30415538,0,0.62820203,0.628093928,0.628546099
-8225,1,0.4385,1,1,1,1,1,1,1,1,0.019,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0606,0.3189,0,1,0.6269,1,1,1,0.1531,0.6269,0,1,1,1,1,1,0.021207234,0,0.355986536,1,1,1,1,1,0.07434611,0,0.394303143,1,1,1,1,1,0.230354577,0,0.665538908,0.665749947,0.665780142
-8226,1,0.4385,1,1,1,1,1,1,1,1,0.002,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0035,0.3189,0,1,0.6269,1,1,1,0.02,0.6269,0,1,1,1,1,1,0.000252724,0,0.501743257,1,1,1,1,1,0.003767488,0,0.98158747,1,1,1,1,1,0.013879325,0,0.661853552,0.661730484,0.662234043
-8227,1,0.4385,1,1,1,1,1,1,1,1,0.0213,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1061,0.3189,0,1,0.6269,1,1,1,0.031,0.6269,0,1,1,1,1,1,0.017695794,0,0.681870282,1,1,1,1,1,0.127547309,0,0.964828074,1,1,1,1,1,0.025700381,0,0.646447559,0.646498836,0.646719858
-8228,1,0.4385,1,1,1,1,1,1,1,1,0.0218,0.4385,0,1,0.3189,1,1,1,1,1,1,0.133,0.3189,0,1,0.6269,1,1,1,0.0124,0.6269,0,1,1,1,1,1,0.071349911,0,0.563194931,1,1,1,1,1,0.131235063,0,0.806841135,1,1,1,1,1,0.014036042,0,0.621314645,0.621324307,0.621453901
-8229,1,0.4385,1,1,1,1,1,1,1,1,0.1103,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2335,0.3189,0,1,0.6269,1,1,1,0.0285,0.6269,0,1,1,1,1,1,0.193988279,0,0.9370718,1,1,1,1,1,0.238085866,0,1,1,1,1,1,1,0.046275817,0,0.579809087,0.579860377,0.580230496
-8230,1,0.4385,1,1,1,1,1,1,1,1,0.1195,0.4385,0,1,0.3189,1,1,1,1,1,1,0.3696,0.3189,0,1,0.6269,1,1,1,0.0258,0.6269,0,1,1,1,1,1,0.194112688,0,0.959880948,1,1,1,1,1,0.345438451,0,1,1,1,1,1,1,0.057439499,0,0.524589174,0.524645653,0.524822695
-8231,1,0.4385,1,1,1,1,1,1,1,1,0.1302,0.4385,0,1,0.3189,1,1,1,1,1,1,0.206,0.3189,0,1,0.6269,1,1,1,0.0537,0.6269,0,1,1,1,1,1,0.220247731,0,0.790095568,1,1,1,1,1,0.271991014,0,1,1,1,1,1,1,0.127951443,0,0.472208797,0.472181087,0.47251773
-8232,1,0.4385,1,1,1,1,1,1,1,1,0.2015,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1976,0.3189,0,1,0.6269,1,1,1,0.1311,0.6269,0,1,1,1,1,1,0.293937713,0,0.990005791,1,1,1,1,1,0.342079937,0,1,1,1,1,1,1,0.321962386,0,0.437711455,0.437909879,0.437943262
-8233,1,0.4385,1,1,1,1,1,1,1,1,0.2281,0.4385,0,1,0.3189,1,1,1,1,1,1,0.3698,0.3189,0,1,0.6269,1,1,1,0.2143,0.6269,0,1,1,1,1,1,0.272192568,0,1,1,1,1,1,1,0.498212904,0,1,1,1,1,1,1,0.465011626,0,0.420311745,0.420351174,0.420212766
-8234,1,0.4385,1,1,1,1,1,1,1,1,0.2418,0.4385,0,1,0.3189,1,1,1,1,1,1,0.203,0.3189,0,1,0.6269,1,1,1,0.2763,0.6269,0,1,1,1,1,1,0.292998403,0,1,1,1,1,1,1,0.381218225,0,1,1,1,1,1,1,0.524216175,0,0.412518125,0.412523799,0.412677305
-8235,1,0.4385,1,1,1,1,1,1,1,1,0.1846,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1353,0.3189,0,1,0.6269,1,1,1,0.3579,0.6269,0,1,1,1,1,1,0.223772481,0,0.99147439,1,1,1,1,1,0.318560719,0,1,1,1,1,1,1,0.553635299,0,0.41161189,0.411677597,0.411347518
-8236,1,0.4385,1,1,1,1,1,1,1,1,0.2086,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1359,0.3189,0,1,0.6269,1,1,1,0.3708,0.6269,0,1,1,1,1,1,0.20246537,0,0.990980625,1,1,1,1,1,0.339164019,0,1,1,1,1,1,1,0.589667022,0,0.426111648,0.426063042,0.42641844
-8237,1,0.4385,1,1,1,1,1,1,1,1,0.2339,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1277,0.3189,0,1,0.6269,1,1,1,0.3193,0.6269,0,1,1,1,1,1,0.189386219,0,1,1,1,1,1,1,0.323456049,0,1,1,1,1,1,1,0.500536144,0,0.470154664,0.470065581,0.470301418
-8238,1,0.4385,1,1,1,1,1,1,1,1,0.1749,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0806,0.3189,0,1,0.6269,1,1,1,0.3522,0.6269,0,1,1,1,1,1,0.128333598,0,1,1,1,1,1,1,0.205544412,0,1,1,1,1,1,1,0.550755262,0,0.54942001,0.549397081,0.54964539
-8239,1,0.4385,1,1,1,1,1,1,1,1,0.1462,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0539,0.3189,0,1,0.6269,1,1,1,0.3951,0.6269,0,1,1,1,1,1,0.111111157,0,1,1,1,1,1,1,0.104203299,0,1,1,1,1,1,1,0.603925765,0,0.601498308,0.601650095,0.601507092
-8240,1,0.4385,1,1,1,1,1,1,1,1,0.2329,0.4385,0.0007,1,0.3189,1,1,1,1,1,1,0.0156,0.3189,0,1,0.6269,1,1,1,0.491,0.6269,0,1,1,1,1,1,0.141745389,0.001014402,1,1,1,1,1,1,0.088382632,3.32E-07,1,1,1,1,1,1,0.661757469,0,0.613339778,0.613285382,0.613475177
-8241,1,0.4385,1,1,1,1,1,1,1,1,0.3383,0.4385,0.0505,1,0.3189,1,1,1,1,1,1,0.018,0.3189,0.0292,1,0.6269,1,1,1,0.485,0.6269,0.0207,1,1,1,1,1,0.209437251,0.026645163,1,1,1,1,1,1,0.148865417,0.03287616,1,1,1,1,1,1,0.6455006,0.00097473,0.621495892,0.621535858,0.621897163
-8242,1,0.4385,1,1,1,1,1,1,1,1,0.3503,0.4385,0.1048,1,0.3189,1,1,1,1,1,1,0.2198,0.3189,0.1156,1,0.6269,1,1,1,0.4653,0.6269,0.0581,1,1,1,1,1,0.207237065,0.141669676,1,1,1,1,1,1,0.378893197,0.154149488,1,1,1,1,1,1,0.550421357,0.055409145,0.628081199,0.628093928,0.628546099
-8243,1,0.4385,1,1,1,1,1,1,1,1,0.3141,0.4385,0.1705,1,0.3189,1,1,1,1,1,1,0.2024,0.3189,0.2348,1,0.6269,1,1,1,0.3749,0.6269,0.0577,1,1,1,1,1,0.109442443,0.299427509,1,1,1,1,1,1,0.276743382,0.309363961,1,1,1,1,1,1,0.407886088,0.208423078,0.629047849,0.628940131,0.628989362
-8244,1,0.4385,1,1,1,1,1,1,1,1,0.2665,0.4385,0.1971,1,0.3189,1,1,1,1,1,1,0.1873,0.3189,0.1878,1,0.6269,1,1,1,0.3631,0.6269,0.0844,1,1,1,1,1,0.082340568,0.294794858,1,1,1,1,1,1,0.224581867,0.213472158,1,1,1,1,1,1,0.334290653,0.306086987,0.627295795,0.627459276,0.627216312
-8245,1,0.4385,1,1,1,1,1,1,1,1,0.2477,0.4385,0.1052,1,0.3189,1,1,1,1,1,1,0.2178,0.3189,0.1144,1,0.6269,1,1,1,0.2511,0.6269,0.1083,1,1,1,1,1,0.07493601,0.150754839,1,1,1,1,1,1,0.209249645,0.150377214,1,1,1,1,1,1,0.265924156,0.213908717,0.626449976,0.626613074,0.62677305
-8246,1,0.4385,1,1,1,1,1,1,1,1,0.0907,0.4385,0.2212,1,0.3189,1,1,1,1,1,1,0.0793,0.3189,0.2492,1,0.6269,1,1,1,0.0265,0.6269,0.1282,1,1,1,1,1,0.026651114,0.304602057,0.970216751,1,1,1,1,1,0.06037499,0.2911098,0.74820447,1,1,1,1,1,0.060960174,0.24653253,0.621193813,0.621324307,0.621453901
-8247,1,0.4385,1,1,1,1,1,1,1,1,0.2781,0.4385,0.0074,1,0.3189,1,1,1,1,1,1,0.1028,0.3189,0.0009,1,0.6269,1,1,1,0.0978,0.6269,0.0034,1,1,1,1,1,0.126306415,0.002657545,1,1,1,1,1,1,0.123924896,0.000669416,1,1,1,1,1,1,0.211293846,0.014162256,0.63098115,0.631055638,0.631205674
-8248,1,0.4385,1,1,1,1,1,1,1,1,0.2589,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1604,0.3189,0,1,0.6269,1,1,1,0.0739,0.6269,0,1,1,1,1,1,0.121635497,0,1,1,1,1,1,1,0.220141768,0,1,1,1,1,1,1,0.262946814,0,0.677682455,0.677596784,0.677748227
-8249,1,0.4385,1,1,1,1,1,1,1,1,0.2237,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2022,0.3189,0,1,0.6269,1,1,1,0.1044,0.6269,0,1,1,1,1,1,0.103256404,0,0.99267298,1,1,1,1,1,0.252242565,0,0.855179071,1,1,1,1,1,0.362003207,0,0.70559449,0.705733023,0.705673759
-8250,1,0.4385,1,1,1,1,1,1,1,1,0.1941,0.4385,0,1,0.3189,1,1,1,1,1,1,0.116,0.3189,0,1,0.6269,1,1,1,0.058,0.6269,0,1,1,1,1,1,0.126383021,0,0.858198047,1,1,1,1,1,0.138373524,0,0.91756022,1,1,1,1,1,0.323514551,0,0.696955051,0.697059446,0.697251773
-8251,1,0.4385,1,1,1,1,1,1,1,1,0.2119,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1106,0.3189,0,1,0.6269,1,1,1,0.045,0.6269,0,1,1,1,1,1,0.162266508,0,0.668922544,1,1,1,1,1,0.150311679,0,1,1,1,1,1,1,0.355102569,0,0.676051232,0.67611593,0.67641844
-8252,1,0.4385,1,1,1,1,1,1,1,1,0.1371,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0749,0.3189,0,1,0.6269,1,1,1,0.068,0.6269,0,1,1,1,1,1,0.119122699,0,1,1,1,1,1,1,0.116350867,0,1,1,1,1,1,1,0.343227565,0,0.645903818,0.645864184,0.645833333
-8253,1,0.4385,1,1,1,1,1,1,1,1,0.188,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0827,0.3189,0,1,0.6269,1,1,1,0.1301,0.6269,0,1,1,1,1,1,0.148837447,0,1,1,1,1,1,1,0.096714526,0,1,1,1,1,1,1,0.489823937,0,0.5979942,0.598053734,0.597960993
-8254,1,0.4385,1,1,1,1,1,1,1,1,0.2189,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0358,0.3189,0,1,0.6269,1,1,1,0.1855,0.6269,0,1,1,1,1,1,0.180609256,0,1,1,1,1,1,1,0.049021158,0,1,1,1,1,1,1,0.59027797,0,0.538484775,0.538607997,0.53856383
-8255,1,0.4385,1,1,1,1,1,1,1,1,0.1278,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2733,0.3189,0,1,0.6269,1,1,1,0.2267,0.6269,0,1,1,1,1,1,0.125879973,0,1,1,1,1,1,1,0.210410863,0,1,1,1,1,1,1,0.661383569,0,0.479096182,0.478950709,0.479166667
-8256,1,0.4385,1,1,1,1,1,1,1,1,0.1049,0.4385,0,1,0.3189,1,1,1,1,1,1,0.5603,0.3189,0,1,0.6269,1,1,1,0.1938,0.6269,0,1,1,1,1,1,0.100251324,0,1,1,1,1,1,1,0.47826007,0,1,1,1,1,1,1,0.590519428,0,0.436563557,0.436640575,0.436613475
-8257,1,0.4385,1,1,1,1,1,1,1,1,0.0455,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2084,0.3189,0,1,0.6269,1,1,1,0.0299,0.6269,0,1,1,1,1,1,0.076517902,0,0.591615736,1,1,1,1,1,0.191985279,0,1,1,1,1,1,1,0.048954256,0,0.413847269,0.413793103,0.41356383
-8258,1,0.4385,1,1,1,1,1,1,1,1,0.0599,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1381,0.3189,0,1,0.6269,1,1,1,0.0448,0.6269,0,1,1,1,1,1,0.04741516,0,0.704014182,1,1,1,1,1,0.136182442,0,0.994151831,1,1,1,1,1,0.098769285,0,0.40242871,0.402369367,0.40248227
-8259,1,0.4385,1,1,1,1,1,1,1,1,0.0172,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0781,0.3189,0,1,0.6269,1,1,1,0.059,0.6269,0,1,1,1,1,1,0.014762518,0,0.685671866,1,1,1,1,1,0.08230374,0,0.629026771,1,1,1,1,1,0.143113315,0,0.400374577,0.400465411,0.40070922
-8260,1,0.4385,1,1,1,1,1,1,1,1,0.0162,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0741,0.3189,0,1,0.6269,1,1,1,0.1345,0.6269,0,1,1,1,1,1,0.016080381,0,0.524860859,1,1,1,1,1,0.05831122,0,0.375491381,1,1,1,1,1,0.287031114,0,0.411672305,0.411677597,0.411347518
-8261,1,0.4385,1,1,1,1,1,1,1,1,0.0256,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0857,0.3189,0,1,0.6269,1,1,1,0.1154,0.6269,0,1,1,1,1,1,0.018355981,0,0.439163804,1,1,1,1,1,0.067340031,0,0.858187675,1,1,1,1,1,0.244176954,0,0.456802803,0.456737889,0.457003546
-8262,1,0.4385,1,1,1,1,1,1,1,1,0.0101,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0617,0.3189,0,1,0.6269,1,1,1,0.1262,0.6269,0,1,1,1,1,1,0.007500581,0,0.247735903,1,1,1,1,1,0.042527936,0,0.69698751,1,1,1,1,1,0.265724152,0,0.53939101,0.539454199,0.539450355
-8263,1,0.4385,1,1,1,1,1,1,1,1,0.0149,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0673,0.3189,0,1,0.6269,1,1,1,0.057,0.6269,0,1,1,1,1,1,0.011367943,0,0.148644358,1,1,1,1,1,0.048146121,0,0.497581452,1,1,1,1,1,0.133046657,0,0.588267279,0.588322403,0.588652482
-8264,1,0.4385,1,1,1,1,1,1,1,1,0.0516,0.4385,0.1639,1,0.3189,1,1,1,1,1,1,0.13,0.3189,0.1671,1,0.6269,1,1,1,0.078,0.6269,0.1291,1,1,1,1,1,0.051630266,0.296494901,0.022674326,1,1,1,1,1,0.10401918,0.290353894,1,1,1,1,1,1,0.169518217,0.281412572,0.598779604,0.598688386,0.59929078
-8265,1,0.4385,1,1,1,1,1,1,1,1,0.1304,0.4385,0.3664,1,0.3189,1,1,1,1,1,1,0.1494,0.3189,0.3708,1,0.6269,1,1,1,0.1321,0.6269,0.3395,1,1,1,1,1,0.119752653,0.568149567,0.308593124,1,1,1,1,1,0.131734595,0.559379041,0.996853471,1,1,1,1,1,0.243135378,0.539404273,0.601739971,0.601650095,0.601950355
-8266,1,0.4385,1,1,1,1,1,1,1,1,0.1708,0.4385,0.505,1,0.3189,1,1,1,1,1,1,0.2596,0.3189,0.5054,1,0.6269,1,1,1,0.1368,0.6269,0.4857,1,1,1,1,1,0.179936752,0.717381179,0.750325084,1,1,1,1,1,0.232998043,0.696205556,1,1,1,1,1,1,0.249330804,0.694236457,0.60161914,0.601650095,0.601507092
-8267,1,0.4385,1,1,1,1,1,1,1,1,0.2932,0.4385,0.5522,1,0.3189,1,1,1,1,1,1,0.418,0.3189,0.5503,1,0.6269,1,1,1,0.1237,0.6269,0.5507,1,1,1,1,1,0.311598748,0.767084658,0.992411673,1,1,1,1,1,0.377583146,0.750588417,1,1,1,1,1,1,0.221406713,0.752580285,0.599867086,0.599746139,0.599734043
-8268,1,0.4385,1,1,1,1,1,1,1,1,0.1637,0.4385,0.5432,1,0.3189,1,1,1,1,1,1,0.4016,0.3189,0.5484,1,0.6269,1,1,1,0.1671,0.6269,0.555,1,1,1,1,1,0.176207662,0.765912473,0.992450595,1,1,1,1,1,0.339317918,0.749267817,0.972984314,1,1,1,1,1,0.293510765,0.748132348,0.594308845,0.594457373,0.594414894
-8269,1,0.4385,1,1,1,1,1,1,1,1,0.1394,0.4385,0.5046,1,0.3189,1,1,1,1,1,1,0.2851,0.3189,0.5167,1,0.6269,1,1,1,0.1299,0.6269,0.5111,1,1,1,1,1,0.136515707,0.716980934,0.831174612,1,1,1,1,1,0.239467293,0.704404116,0.358461261,1,1,1,1,1,0.221310362,0.704455674,0.593221363,0.593188069,0.593085106
-8270,1,0.4385,1,1,1,1,1,1,1,1,0.1485,0.4385,0.39,1,0.3189,1,1,1,1,1,1,0.2727,0.3189,0.4102,1,0.6269,1,1,1,0.1171,0.6269,0.3886,1,1,1,1,1,0.146287993,0.604252517,0.421080053,1,1,1,1,1,0.246084213,0.595318198,0.338606834,1,1,1,1,1,0.212068871,0.574297547,0.591046399,0.591072562,0.590868794
-8271,1,0.4385,1,1,1,1,1,1,1,1,0.1331,0.4385,0.2203,1,0.3189,1,1,1,1,1,1,0.191,0.3189,0.2491,1,0.6269,1,1,1,0.0891,0.6269,0.2051,1,1,1,1,1,0.123935372,0.399148822,0.514924049,1,1,1,1,1,0.169848442,0.398737848,0.30270946,1,1,1,1,1,0.15620397,0.353945166,0.601437893,0.601438545,0.601507092
-8272,1,0.4385,1,1,1,1,1,1,1,1,0.0637,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2063,0.3189,0.0018,1,0.6269,1,1,1,0.0418,0.6269,0,1,1,1,1,1,0.069167078,0,0.354931533,1,1,1,1,1,0.180896521,0.00453483,0.335010231,1,1,1,1,1,0.091312312,0,0.659678589,0.659614978,0.66001773
-8273,1,0.4385,1,1,1,1,1,1,1,1,0.0188,0.4385,0,1,0.3189,1,1,1,1,1,1,0.082,0.3189,0,1,0.6269,1,1,1,0.0209,0.6269,0,1,1,1,1,1,0.026756886,0,0.347567856,1,1,1,1,1,0.065828279,0,0.165587693,1,1,1,1,1,0.048008695,0,0.706077815,0.706156124,0.706560284
-8274,1,0.4385,1,1,1,1,1,1,1,1,0.03,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0958,0.3189,0,1,0.6269,1,1,1,0.0412,0.6269,0,1,1,1,1,1,0.043260731,0,0.480054796,1,1,1,1,1,0.078765534,0,0.184448451,1,1,1,1,1,0.086501628,0,0.705715321,0.705733023,0.706117021
-8275,1,0.4385,1,1,1,1,1,1,1,1,0.0431,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0476,0.3189,0,1,0.6269,1,1,1,0.0295,0.6269,0,1,1,1,1,1,0.028335724,0,0.880066037,1,1,1,1,1,0.042772882,0,0.426027477,1,1,1,1,1,0.060143068,0,0.692242629,0.692405331,0.692375887
-8276,1,0.4385,1,1,1,1,1,1,1,1,0.0564,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0352,0.3189,0,1,0.6269,1,1,1,0.0347,0.6269,0,1,1,1,1,1,0.03579488,0,0.944016457,1,1,1,1,1,0.032262821,0,0.738762021,1,1,1,1,1,0.074148864,0,0.668438859,0.668500106,0.668882979
-8277,1,0.4385,1,1,1,1,1,1,1,1,0.0461,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0521,0.3189,0,1,0.6269,1,1,1,0.0309,0.6269,0,1,1,1,1,1,0.022191439,0,1,1,1,1,1,1,0.042864196,0,0.581073344,1,1,1,1,1,0.068674326,0,0.625543741,0.62555532,0.625886525
-8278,1,0.4385,1,1,1,1,1,1,1,1,0.0673,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0412,0.3189,0,1,0.6269,1,1,1,0.0188,0.6269,0,1,1,1,1,1,0.031199729,0,1,1,1,1,1,1,0.036955513,0,0.427625448,1,1,1,1,1,0.044715781,0,0.563738521,0.563782526,0.563829787
-8279,1,0.4385,1,1,1,1,1,1,1,1,0.0616,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0311,0.3189,0,1,0.6269,1,1,1,0.0248,0.6269,0,1,1,1,1,1,0.025080599,0,1,1,1,1,1,1,0.029366408,0,0.415565699,1,1,1,1,1,0.06964799,0,0.506162397,0.506240745,0.506205674
-8280,1,0.4385,1,1,1,1,1,1,1,1,0.083,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0369,0.3189,0,1,0.6269,1,1,1,0.0068,0.6269,0,1,1,1,1,1,0.049493894,0,1,1,1,1,1,1,0.040588725,0,0.42053169,1,1,1,1,1,0.029862851,0,0.470154664,0.470065581,0.470301418
-8281,1,0.4385,1,1,1,1,1,1,1,1,0.052,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0433,0.3189,0,1,0.6269,1,1,1,0.0176,0.6269,0,1,1,1,1,1,0.015575366,0,1,1,1,1,1,1,0.039503362,0,0.63803798,1,1,1,1,1,0.06241842,0,0.452694538,0.452718426,0.452570922
-8282,1,0.4385,1,1,1,1,1,1,1,1,0.0387,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0224,0.3189,0,1,0.6269,1,1,1,0.0052,0.6269,0,1,1,1,1,1,0.011476536,0,1,1,1,1,1,1,0.0209393,0,0.346174896,1,1,1,1,1,0.025207844,0,0.444900918,0.444891051,0.445035461
-8283,1,0.4385,1,1,1,1,1,1,1,1,0.0318,0.4385,0,1,0.3189,1,1,1,1,1,1,0.039,0.3189,0,1,0.6269,1,1,1,0.0073,0.6269,0,1,1,1,1,1,0.008862212,0,0.999928355,1,1,1,1,1,0.030498886,0,0.56641835,1,1,1,1,1,0.036860287,0,0.445505075,0.445525703,0.445478723
-8284,1,0.4385,1,1,1,1,1,1,1,1,0.1215,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0524,0.3189,0,1,0.6269,1,1,1,0.0936,0.6269,0,1,1,1,1,1,0.065029971,0,0.794135153,1,1,1,1,1,0.062754422,0,0.77061367,1,1,1,1,1,0.187562183,0,0.461333978,0.461392003,0.46143617
-8285,1,0.4385,1,1,1,1,1,1,1,1,0.1081,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0197,0.3189,0,1,0.6269,1,1,1,0.1105,0.6269,0,1,1,1,1,1,0.06309475,0,0.491611242,1,1,1,1,1,0.045414876,0,0.885925174,1,1,1,1,1,0.228637382,0,0.508276945,0.508144701,0.508421986
-8286,1,0.4385,1,1,1,1,1,1,1,1,0.122,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0123,0.3189,0,1,0.6269,1,1,1,0.1035,0.6269,0,1,1,1,1,1,0.074628592,0,0.298991561,1,1,1,1,1,0.035433594,0,0.704483271,1,1,1,1,1,0.208195418,0,0.592496375,0.592553417,0.592641844
-8287,1,0.4385,1,1,1,1,1,1,1,1,0.1038,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0136,0.3189,0,1,0.6269,1,1,1,0.1224,0.6269,0,1,1,1,1,1,0.086863056,0,0.26747185,1,1,1,1,1,0.029020038,0,0.335893214,1,1,1,1,1,0.233744979,0,0.636358144,0.636344404,0.636524823
-8288,1,0.4385,1,1,1,1,1,1,1,1,0.0631,0.4385,0.1778,1,0.3189,1,1,1,1,1,1,0.003,0.3189,0.1731,1,0.6269,1,1,1,0.1554,0.6269,0.2344,1,1,1,1,1,0.033121828,0.364806533,0.519305229,1,1,1,1,1,0.003218823,0.230903298,0.265934289,1,1,1,1,1,0.227672607,0.479087472,0.638895602,0.638883012,0.639184397
-8289,1,0.4385,1,1,1,1,1,1,1,1,0.0126,0.4385,0.3212,1,0.3189,1,1,1,1,1,1,0,0.3189,0.3189,1,0.6269,1,1,1,0.0035,0.6269,0.4291,1,1,1,1,1,0.000820297,0.565757811,0.575826406,1,1,1,1,1,0.000239302,0.415670931,0.840845883,1,1,1,1,1,0.020054573,0.689843893,0.636237313,0.636344404,0.636524823
-8290,1,0.4385,1,1,1,1,1,1,1,1,0.0317,0.4385,0.4819,1,0.3189,1,1,1,1,1,1,0,0.3189,0.4777,1,0.6269,1,1,1,0.0326,0.6269,0.5946,1,1,1,1,1,0.0109803,0.756870091,0.256356597,1,1,1,1,1,0.000521378,0.607785523,0.131545559,1,1,1,1,1,0.087693192,0.87215054,0.63321653,0.633171144,0.633421986
-8291,1,0.4385,1,1,1,1,1,1,1,1,0.033,0.4385,0.481,1,0.3189,1,1,1,1,1,1,0.0056,0.3189,0.4466,1,0.6269,1,1,1,0.0336,0.6269,0.6144,1,1,1,1,1,0.028657965,0.76620096,0.163773805,1,1,1,1,1,0.006520491,0.573669434,0.124420427,1,1,1,1,1,0.074808016,0.931876242,0.628866602,0.62872858,0.628989362
-8292,1,0.4385,1,1,1,1,1,1,1,1,0.0182,0.4385,0.4657,1,0.3189,1,1,1,1,1,1,0.0077,0.3189,0.4597,1,0.6269,1,1,1,0.0253,0.6269,0.6329,1,1,1,1,1,0.011463087,0.752373219,0.123599991,1,1,1,1,1,0.007750277,0.627819359,0.100502357,1,1,1,1,1,0.04491964,0.937800646,0.621193813,0.621324307,0.621453901
-8293,1,0.4385,1,1,1,1,1,1,1,1,0.0127,0.4385,0.4725,1,0.3189,1,1,1,1,1,1,0.0205,0.3189,0.4995,1,0.6269,1,1,1,0.0183,0.6269,0.5798,1,1,1,1,1,0.017128317,0.754975319,0.215188056,1,1,1,1,1,0.022092625,0.681372344,0.1828686,1,1,1,1,1,0.029828303,0.881824613,0.619139681,0.61899725,0.619237589
-8294,1,0.4385,1,1,1,1,1,1,1,1,0.035,0.4385,0.3945,1,0.3189,1,1,1,1,1,1,0.0483,0.3189,0.4403,1,0.6269,1,1,1,0.0211,0.6269,0.4193,1,1,1,1,1,0.03593393,0.672553897,0.195122853,1,1,1,1,1,0.039921299,0.620853186,0.150442421,1,1,1,1,1,0.029265683,0.75399518,0.614487675,0.614554686,0.614361702
-8295,1,0.4385,1,1,1,1,1,1,1,1,0.0436,0.4385,0.2277,1,0.3189,1,1,1,1,1,1,0.0348,0.3189,0.2698,1,0.6269,1,1,1,0.0328,0.6269,0.2621,1,1,1,1,1,0.055559672,0.464760303,0.18513377,1,1,1,1,1,0.030053727,0.431715369,0.166254714,1,1,1,1,1,0.065985858,0.517894804,0.625664572,0.625766871,0.625886525
-8296,1,0.4385,1,1,1,1,1,1,1,1,0.0515,0.4385,0.0087,1,0.3189,1,1,1,1,1,1,0.0204,0.3189,0.0372,1,0.6269,1,1,1,0.0286,0.6269,0,1,1,1,1,1,0.084287107,0.03741717,0.155796558,1,1,1,1,1,0.015969533,0.139741436,0.151598439,1,1,1,1,1,0.092129044,0,0.685053166,0.685001058,0.685283688
-8297,1,0.4385,1,1,1,1,1,1,1,1,0.0631,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0601,0.3189,0,1,0.6269,1,1,1,0.0319,0.6269,0,1,1,1,1,1,0.095959418,0,0.273520648,1,1,1,1,1,0.063119367,0,0.130317017,1,1,1,1,1,0.103030361,0,0.728733688,0.728792046,0.728723404
-8298,1,0.4385,1,1,1,1,1,1,1,1,0.0738,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0109,0.3189,0,1,0.6269,1,1,1,0.0573,0.6269,0,1,1,1,1,1,0.07979963,0,0.249644607,1,1,1,1,1,0.024117252,0,0.229719639,1,1,1,1,1,0.141899645,0,0.72577332,0.725830336,0.72606383
-8299,1,0.4385,1,1,1,1,1,1,1,1,0.0682,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0115,0.3189,0,1,0.6269,1,1,1,0.0839,0.6269,0,1,1,1,1,1,0.048630685,0,0.432160914,1,1,1,1,1,0.031795241,0,0.372123837,1,1,1,1,1,0.164827615,0,0.712602707,0.712714195,0.712765957
-8300,1,0.4385,1,1,1,1,1,1,1,1,0.108,0.4385,0,1,0.3189,1,1,1,1,1,1,0.009,0.3189,0,1,0.6269,1,1,1,0.1177,0.6269,0,1,1,1,1,1,0.125269234,0,0.416066766,1,1,1,1,1,0.045853451,0,0.348174632,1,1,1,1,1,0.222701982,0,0.688315611,0.688385868,0.688386525
-8301,1,0.4385,1,1,1,1,1,1,1,1,0.06,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0182,0.3189,0,1,0.6269,1,1,1,0.1245,0.6269,0,1,1,1,1,1,0.072405882,0,0.549788654,1,1,1,1,1,0.036487013,0,0.359678298,1,1,1,1,1,0.272916764,0,0.646810053,0.646710387,0.647163121
-8302,1,0.4385,1,1,1,1,1,1,1,1,0.0476,0.4385,0,1,0.3189,1,1,1,1,1,1,0.011,0.3189,0,1,0.6269,1,1,1,0.0701,0.6269,0,1,1,1,1,1,0.065976143,0,0.45144254,1,1,1,1,1,0.022740819,0,0.282496363,1,1,1,1,1,0.170551047,0,0.585004833,0.584937593,0.585106383
-8303,1,0.4385,1,1,1,1,1,1,1,1,0.0559,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0024,0.3189,0,1,0.6269,1,1,1,0.0846,0.6269,0,1,1,1,1,1,0.054068409,0,0.331399918,1,1,1,1,1,0.003284852,0,0.29928875,1,1,1,1,1,0.209208533,0,0.525737071,0.525703406,0.52570922
-8304,1,0.4385,1,1,1,1,1,1,1,1,0.062,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0044,0.3189,0,1,0.6269,1,1,1,0.0909,0.6269,0,1,1,1,1,1,0.059947371,0,0.281959087,1,1,1,1,1,0.004656905,0,0.282507867,1,1,1,1,1,0.199599177,0,0.485923151,0.485931881,0.485815603
-8305,1,0.4385,1,1,1,1,1,1,1,1,0.1004,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0032,0.3189,0,1,0.6269,1,1,1,0.0809,0.6269,0,1,1,1,1,1,0.079307109,0,0.249934345,1,1,1,1,1,0.005369035,0,0.29902333,1,1,1,1,1,0.192828134,0,0.46562349,0.465623017,0.465868794
-8306,1,0.4385,1,1,1,1,1,1,1,1,0.0761,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0126,0.3189,0,1,0.6269,1,1,1,0.075,0.6269,0,1,1,1,1,1,0.084896185,0,0.252833098,1,1,1,1,1,0.006691203,0,0.448342443,1,1,1,1,1,0.181070879,0,0.457225713,0.45716099,0.457446809
-8307,1,0.4385,1,1,1,1,1,1,1,1,0.1068,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0102,0.3189,0,1,0.6269,1,1,1,0.0823,0.6269,0,1,1,1,1,1,0.122351609,0,0.52502352,1,1,1,1,1,0.010662649,0,0.651947439,1,1,1,1,1,0.178924292,0,0.458131948,0.458007193,0.457890071
-8308,1,0.4385,1,1,1,1,1,1,1,1,0.1003,0.4385,0,1,0.3189,1,1,1,1,1,1,0.003,0.3189,0,1,0.6269,1,1,1,0.0965,0.6269,0,1,1,1,1,1,0.099787071,0,0.722268224,1,1,1,1,1,0.011973428,0,0.744705737,1,1,1,1,1,0.211412162,0,0.47202755,0.471969537,0.472074468
-8309,1,0.4385,1,1,1,1,1,1,1,1,0.085,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0169,0.3189,0,1,0.6269,1,1,1,0.1108,0.6269,0,1,1,1,1,1,0.102518447,0,0.709388614,1,1,1,1,1,0.029741194,0,0.586244047,1,1,1,1,1,0.222490728,0,0.518003867,0.517876031,0.518173759
-8310,1,0.4385,1,1,1,1,1,1,1,1,0.0988,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0965,0.3189,0,1,0.6269,1,1,1,0.1032,0.6269,0,1,1,1,1,1,0.125089943,0,0.733884156,1,1,1,1,1,0.0911652,0,0.604977489,1,1,1,1,1,0.155466601,0,0.601075399,0.601015443,0.601507092
-8311,1,0.4385,1,1,1,1,1,1,1,1,0.0647,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1271,0.3189,0,1,0.6269,1,1,1,0.1046,0.6269,0,1,1,1,1,1,0.083322421,0,0.638765812,1,1,1,1,1,0.114447005,0,0.550896645,1,1,1,1,1,0.195247337,0,0.643064282,0.643114026,0.643173759
-8312,1,0.4385,1,1,1,1,1,1,1,1,0.0766,0.4385,0.2204,1,0.3189,1,1,1,1,1,1,0.1121,0.3189,0.2305,1,0.6269,1,1,1,0.1474,0.6269,0.1859,1,1,1,1,1,0.119975314,0.420456827,0.324604601,1,1,1,1,1,0.111819893,0.416239709,0.351398945,1,1,1,1,1,0.20354715,0.453699529,0.645239246,0.645229532,0.645390071
-8313,1,0.4385,1,1,1,1,1,1,1,1,0.0356,0.4385,0.4407,1,0.3189,1,1,1,1,1,1,0.0327,0.3189,0.4559,1,0.6269,1,1,1,0.1306,0.6269,0.3751,1,1,1,1,1,0.076819003,0.70040524,0.301680565,1,1,1,1,1,0.039303605,0.699674904,0.439842165,1,1,1,1,1,0.17906867,0.717582941,0.636297728,0.636344404,0.636524823
-8314,1,0.4385,1,1,1,1,1,1,1,1,0.0067,0.4385,0.596,1,0.3189,1,1,1,1,1,1,0.0058,0.3189,0.6076,1,0.6269,1,1,1,0.0611,0.6269,0.5385,1,1,1,1,1,0.013533183,0.87091738,0.383235574,1,1,1,1,1,0.007930351,0.857663333,0.445109725,1,1,1,1,1,0.089118287,0.864742756,0.628020783,0.628093928,0.628102837
-8315,1,0.4385,1,1,1,1,1,1,1,1,0.0002,0.4385,0.6674,1,0.3189,1,1,1,1,1,1,0,0.3189,0.6761,1,0.6269,1,1,1,0.0166,0.6269,0.6186,1,1,1,1,1,0.00090678,0.931101501,0.284281075,1,1,1,1,1,2.58E-05,0.923980832,0.21721518,1,1,1,1,1,0.052939657,0.922588468,0.619441759,0.619420351,0.619680851
-8316,1,0.4385,1,1,1,1,1,1,1,1,0,0.4385,0.6674,1,0.3189,1,1,1,1,1,1,0,0.3189,0.6782,1,0.6269,1,1,1,0.0085,0.6269,0.5954,1,1,1,1,1,0,0.932857811,0.175820112,1,1,1,1,1,3.31E-05,0.931600928,0.194712847,1,1,1,1,1,0.040301871,0.86641854,0.610198163,0.610323673,0.61037234
-8317,1,0.4385,1,1,1,1,1,1,1,1,0,0.4385,0.6298,1,0.3189,1,1,1,1,1,1,0,0.3189,0.6478,1,0.6269,1,1,1,0.009,0.6269,0.5605,1,1,1,1,1,0,0.885603011,0.174454093,1,1,1,1,1,1.96E-05,0.885185361,0.138772771,1,1,1,1,1,0.038498264,0.785890043,0.60621073,0.60630421,0.606382979
-8318,1,0.4385,1,1,1,1,1,1,1,1,0,0.4385,0.5087,1,0.3189,1,1,1,1,1,1,0,0.3189,0.5328,1,0.6269,1,1,1,0.0051,0.6269,0.3817,1,1,1,1,1,0.000248046,0.771501184,0.163983896,1,1,1,1,1,1.06E-05,0.781086683,0.163801312,1,1,1,1,1,0.016967893,0.728982866,0.601860802,0.601861646,0.601950355
-8319,1,0.4385,1,1,1,1,1,1,1,1,0.0096,0.4385,0.3243,1,0.3189,1,1,1,1,1,1,0,0.3189,0.3529,1,0.6269,1,1,1,0.0144,0.6269,0.2414,1,1,1,1,1,0.007266218,0.558424115,0.07532765,1,1,1,1,1,0,0.580410421,0.053981416,1,1,1,1,1,0.023503235,0.502051592,0.610016916,0.609900571,0.609929078
-8320,1,0.4385,1,1,1,1,1,1,1,1,0.0432,0.4385,0.02,1,0.3189,1,1,1,1,1,1,0.0389,0.3189,0.0951,1,0.6269,1,1,1,0.0259,0.6269,0,1,1,1,1,1,0.056703988,0.08405149,0.106507041,1,1,1,1,1,0.044835754,0.237643391,0.032164663,1,1,1,1,1,0.043661006,0,0.666505558,0.66659615,0.666666667
-8321,1,0.4385,1,1,1,1,1,1,1,1,0.0272,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0575,0.3189,0,1,0.6269,1,1,1,0.045,0.6269,0,1,1,1,1,1,0.05584643,0,0.073222369,1,1,1,1,1,0.049443204,0,0.027716754,1,1,1,1,1,0.061289135,0,0.718281779,0.718214512,0.718528369
-8322,1,0.4385,1,1,1,1,1,1,1,1,0.0442,0.4385,0,1,0.3189,1,1,1,1,1,1,0.079,0.3189,0,1,0.6269,1,1,1,0.0883,0.6269,0,1,1,1,1,1,0.104342826,0,0.037650038,1,1,1,1,1,0.076158233,0,0.024071731,1,1,1,1,1,0.137339085,0,0.718946351,0.718849164,0.719414894
-8323,1,0.4385,1,1,1,1,1,1,1,1,0.0218,0.4385,0,1,0.3189,1,1,1,1,1,1,0.031,0.3189,0,1,0.6269,1,1,1,0.1344,0.6269,0,1,1,1,1,1,0.040947523,0,0.010061362,1,1,1,1,1,0.034376923,0,0.003171728,1,1,1,1,1,0.314635634,0,0.707709038,0.707636979,0.707890071
-8324,1,0.4385,1,1,1,1,1,1,1,1,0.0348,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0624,0.3189,0,1,0.6269,1,1,1,0.1204,0.6269,0,1,1,1,1,1,0.057467576,0,0.00670602,1,1,1,1,1,0.062045675,0,0.007308901,1,1,1,1,1,0.314932972,0,0.685657322,0.68563571,0.68572695
-8325,1,0.4385,1,1,1,1,1,1,1,1,0.0001,0.4385,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6269,1,1,1,0,0.6269,0,1,1,1,1,1,0,0,0.022089591,1,1,1,1,1,2.52E-05,0,0.01073508,1,1,1,1,1,0.009510082,0,0.645360077,0.645441083,0.645833333
-8326,1,0.4385,1,1,1,1,1,1,1,1,0.002,0.4385,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6269,1,1,1,0.0003,0.6269,0,1,1,1,1,1,9.39E-06,0,0.057334721,1,1,1,1,1,0,0,0.023151049,1,1,1,1,1,0.007609539,0,0.584823586,0.584726042,0.584663121
-8327,1,0.4385,1,1,1,1,1,1,1,1,0.0042,0.4385,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6269,1,1,1,0.0007,0.6269,0,1,1,1,1,1,6.94E-05,0,0.041145016,1,1,1,1,1,2.36E-05,0,0,1,1,1,1,1,0.008779565,0,0.526280812,0.526338058,0.526595745
-8328,1,0.4385,1,1,1,1,1,1,1,1,0.004,0.4385,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6269,1,1,1,0.0001,0.6269,0,1,1,1,1,1,9.14E-05,0,0.02886492,1,1,1,1,1,0.000108278,0,0,1,1,1,1,1,0.011220998,0,0.487493958,0.487624286,0.487588652
-8329,1,0.4385,1,1,1,1,1,1,1,1,0.0029,0.4385,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6269,1,1,1,0.0016,0.6269,0,1,1,1,1,1,0.00012011,0,0.014182524,1,1,1,1,1,0.000142112,0,0,1,1,1,1,1,0.016697779,0,0.468704688,0.468796277,0.468528369
-8330,1,0.4385,1,1,1,1,1,1,1,1,0.1029,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2454,0.3189,0,1,0.6269,1,1,1,0.2272,0.6269,0,1,1,1,1,1,0.112255111,0,0.005571306,1,1,1,1,1,0.279806733,0,0.123847388,1,1,1,1,1,0.572435141,0,0.460246496,0.46033425,0.460106383
-8331,1,0.4385,1,1,1,1,1,1,1,1,0.1907,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2726,0.3189,0,1,0.6269,1,1,1,0.2156,0.6269,0,1,1,1,1,1,0.244342893,0,0.003479216,1,1,1,1,1,0.372411519,0,0.122132465,1,1,1,1,1,0.523012996,0,0.460246496,0.46033425,0.460106383
-8332,1,0.4385,1,1,1,1,1,1,1,1,0.1812,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2391,0.3189,0,1,0.6269,1,1,1,0.1683,0.6269,0,1,1,1,1,1,0.246577293,0,0.025358411,1,1,1,1,1,0.319903851,0,0.227439806,1,1,1,1,1,0.408313423,0,0.474142098,0.474085043,0.47429078
-8333,1,0.4385,1,1,1,1,1,1,1,1,0.1798,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2718,0.3189,0,1,0.6269,1,1,1,0.1724,0.6269,0,1,1,1,1,1,0.249381244,0,0.070204757,1,1,1,1,1,0.341213495,0,0.195664659,1,1,1,1,1,0.36561957,0,0.519393427,0.519356886,0.519503546
-8334,1,0.4385,1,1,1,1,1,1,1,1,0.1801,0.4385,0,1,0.3189,1,1,1,1,1,1,0.3071,0.3189,0,1,0.6269,1,1,1,0.1478,0.6269,0,1,1,1,1,1,0.22853969,0,0.035712495,1,1,1,1,1,0.348884732,0,0.102704465,1,1,1,1,1,0.363620728,0,0.600471242,0.600592342,0.600620567
-8335,1,0.4385,1,1,1,1,1,1,1,1,0.2381,0.4385,0,1,0.3189,1,1,1,1,1,1,0.3513,0.3189,0,1,0.6269,1,1,1,0.1368,0.6269,0,1,1,1,1,1,0.300911307,0,0.062597662,1,1,1,1,1,0.42706275,0,0.216618866,1,1,1,1,1,0.351999134,0,0.642701788,0.642690924,0.642730496
-8336,1,0.4385,1,1,1,1,1,1,1,1,0.2092,0.4385,0.2408,1,0.3189,1,1,1,1,1,1,0.3356,0.3189,0.2428,1,0.6269,1,1,1,0.1184,0.6269,0.1644,1,1,1,1,1,0.25645116,0.417175472,0.028558359,1,1,1,1,1,0.39017421,0.421692878,0.358292699,1,1,1,1,1,0.318798482,0.450447202,0.644453842,0.64459488,0.644503546
-8337,1,0.4385,1,1,1,1,1,1,1,1,0.1807,0.4385,0.4528,1,0.3189,1,1,1,1,1,1,0.241,0.3189,0.4519,1,0.6269,1,1,1,0.15,0.6269,0.3957,1,1,1,1,1,0.230285481,0.702283084,0.018834006,1,1,1,1,1,0.28248319,0.685496628,0.302301586,1,1,1,1,1,0.403266728,0.714601576,0.637083132,0.637190607,0.637411348
-8338,1,0.4385,1,1,1,1,1,1,1,1,0.1406,0.4385,0.5998,1,0.3189,1,1,1,1,1,1,0.2151,0.3189,0.5844,1,0.6269,1,1,1,0.1367,0.6269,0.5178,1,1,1,1,1,0.118568763,0.84514606,0.064041749,1,1,1,1,1,0.225320831,0.811694622,0.508992195,1,1,1,1,1,0.300531954,0.846289515,0.630497825,0.630632536,0.630762411
-8339,1,0.4385,1,1,1,1,1,1,1,1,0.176,0.4385,0.6552,1,0.3189,1,1,1,1,1,1,0.1714,0.3189,0.6405,1,0.6269,1,1,1,0.1143,0.6269,0.4817,1,1,1,1,1,0.101675645,0.898849547,0.164447963,1,1,1,1,1,0.150299489,0.879361451,0.499171764,1,1,1,1,1,0.274285674,0.912464857,0.621495892,0.621535858,0.621897163
-8340,1,0.4385,1,1,1,1,1,1,1,1,0.1906,0.4385,0.6695,1,0.3189,1,1,1,1,1,1,0.1112,0.3189,0.667,1,0.6269,1,1,1,0.1208,0.6269,0.4361,1,1,1,1,1,0.105232947,0.929873049,0.387821168,1,1,1,1,1,0.108865865,0.931478262,0.668431997,1,1,1,1,1,0.285541922,0.899864554,0.609171097,0.609265919,0.609485816
-8341,1,0.4385,1,1,1,1,1,1,1,1,0.2478,0.4385,0.6377,1,0.3189,1,1,1,1,1,1,0.0447,0.3189,0.6421,1,0.6269,1,1,1,0.2031,0.6269,0.3704,1,1,1,1,1,0.156847835,0.890422225,0.556633115,1,1,1,1,1,0.039286017,0.892316878,0.367585897,1,1,1,1,1,0.458534181,0.819909215,0.600833736,0.600803893,0.60106383
-8342,1,0.4385,1,1,1,1,1,1,1,1,0.1426,0.4385,0.5151,1,0.3189,1,1,1,1,1,1,0.0484,0.3189,0.5325,1,0.6269,1,1,1,0.1951,0.6269,0.346,1,1,1,1,1,0.112362131,0.776547134,0.383151889,1,1,1,1,1,0.036668949,0.784914494,0.513046861,1,1,1,1,1,0.539067745,0.716174066,0.596362977,0.596361329,0.596631206
-8343,1,0.4385,1,1,1,1,1,1,1,1,0.254,0.4385,0.3276,1,0.3189,1,1,1,1,1,1,0.0866,0.3189,0.3499,1,0.6269,1,1,1,0.2233,0.6269,0.2094,1,1,1,1,1,0.286417663,0.557758629,0.371379018,1,1,1,1,1,0.087720685,0.56766659,0.403868854,1,1,1,1,1,0.568391681,0.493151486,0.6030087,0.602919399,0.603280142
-8344,1,0.4385,1,1,1,1,1,1,1,1,0.2617,0.4385,0.0316,1,0.3189,1,1,1,1,1,1,0.1261,0.3189,0.1018,1,0.6269,1,1,1,0.2219,0.6269,0,1,1,1,1,1,0.312287569,0.107927516,0.537762582,1,1,1,1,1,0.161510736,0.228734151,0.724747181,1,1,1,1,1,0.52710104,0,0.657805703,0.657711022,0.658244681
-8345,1,0.4385,1,1,1,1,1,1,1,1,0.2187,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2196,0.3189,0,1,0.6269,1,1,1,0.3204,0.6269,0,1,1,1,1,1,0.321942031,0,0.487307787,1,1,1,1,1,0.282289237,0,0.515324414,1,1,1,1,1,0.635837317,0,0.696532141,0.696636344,0.696365248
-8346,1,0.4385,1,1,1,1,1,1,1,1,0.2412,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2162,0.3189,0,1,0.6269,1,1,1,0.3861,0.6269,0,1,1,1,1,1,0.332131654,0,0.434217185,1,1,1,1,1,0.302764028,0,0.367906034,1,1,1,1,1,0.688716471,0,0.687953117,0.687962767,0.687943262
-8347,1,0.4385,1,1,1,1,1,1,1,1,0.2295,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1308,0.3189,0,1,0.6269,1,1,1,0.3229,0.6269,0,1,1,1,1,1,0.19720912,0,0.675443292,1,1,1,1,1,0.201991647,0,0.432688773,1,1,1,1,1,0.587006032,0,0.671157564,0.671250264,0.671099291
-8348,1,0.4385,1,1,1,1,1,1,1,1,0.1892,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0995,0.3189,0,1,0.6269,1,1,1,0.3866,0.6269,0,1,1,1,1,1,0.233685344,0,0.565024137,1,1,1,1,1,0.14761883,0,0.32784006,1,1,1,1,1,0.523156941,0,0.649951667,0.649883647,0.649822695
-8349,1,0.4385,1,1,1,1,1,1,1,1,0.1409,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2238,0.3189,0,1,0.6269,1,1,1,0.3362,0.6269,0,1,1,1,1,1,0.185392097,0,0.264021069,1,1,1,1,1,0.250598967,0,0.157289788,1,1,1,1,1,0.51508671,0,0.619139681,0.619208801,0.619237589
-8350,1,0.4385,1,1,1,1,1,1,1,1,0.2206,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1772,0.3189,0,1,0.6269,1,1,1,0.4134,0.6269,0,1,1,1,1,1,0.188430145,0,0.227910757,1,1,1,1,1,0.193865597,0,0.259302616,1,1,1,1,1,0.582790017,0,0.570323828,0.570340597,0.570478723
-8351,1,0.4385,1,1,1,1,1,1,1,1,0.2582,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1505,0.3189,0,1,0.6269,1,1,1,0.5237,0.6269,0,1,1,1,1,1,0.324524045,0,0.194698274,1,1,1,1,1,0.167255431,0,0.111567803,1,1,1,1,1,0.72603476,0,0.516553891,0.516606727,0.516843972
-8352,1,0.4385,1,1,1,1,1,1,1,1,0.0064,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0061,0.3189,0,1,0.6269,1,1,1,0.1839,0.6269,0,1,1,1,1,1,0.01041501,0,0.537790895,1,1,1,1,1,0.005871732,0,0.334172785,1,1,1,1,1,0.239857182,0,0.475894152,0.475777449,0.47606383
-8353,1,0.4385,1,1,1,1,1,1,1,1,0.1919,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1445,0.3189,0,1,0.6269,1,1,1,0.4123,0.6269,0,1,1,1,1,1,0.239711955,0,0.418361843,1,1,1,1,1,0.148912132,0,0.21388194,1,1,1,1,1,0.508985639,0,0.452090382,0.452083774,0.45212766
-8354,1,0.4385,1,1,1,1,1,1,1,1,0.1313,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1181,0.3189,0,1,0.6269,1,1,1,0.4328,0.6269,0,1,1,1,1,1,0.185873419,0,0.354446858,1,1,1,1,1,0.125957698,0,0.176098436,1,1,1,1,1,0.489702165,0,0.441759304,0.441929342,0.441932624
-8355,1,0.4385,1,1,1,1,1,1,1,1,0.1241,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0947,0.3189,0,1,0.6269,1,1,1,0.3879,0.6269,0,1,1,1,1,1,0.172160983,0,0.262086868,1,1,1,1,1,0.11575675,0,0.089919902,1,1,1,1,1,0.472656518,0,0.438376027,0.438544531,0.438829787
-8356,1,0.4385,1,1,1,1,1,1,1,1,0.1425,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1009,0.3189,0,1,0.6269,1,1,1,0.382,0.6269,0,1,1,1,1,1,0.129028857,0,0.310695171,1,1,1,1,1,0.152000844,0,0.19204843,1,1,1,1,1,0.445145547,0,0.443511358,0.443621747,0.443262411
-8357,1,0.4385,1,1,1,1,1,1,1,1,0.1361,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0602,0.3189,0,1,0.6269,1,1,1,0.3808,0.6269,0,1,1,1,1,1,0.096792936,0,0.394572258,1,1,1,1,1,0.108835608,0,0.316859961,1,1,1,1,1,0.453012019,0,0.46242146,0.462449757,0.462322695
-8358,1,0.4385,1,1,1,1,1,1,1,1,0.1688,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0519,0.3189,0,1,0.6269,1,1,1,0.3158,0.6269,0,1,1,1,1,1,0.113464758,0,0.606430292,1,1,1,1,1,0.087936483,0,0.345205784,1,1,1,1,1,0.375339687,0,0.498127115,0.498201819,0.49822695
-8359,1,0.4385,1,1,1,1,1,1,1,1,0.0189,0.4385,0,1,0.3189,1,1,1,1,1,1,0.001,0.3189,0,1,0.6269,1,1,1,0.0335,0.6269,0,1,1,1,1,1,0.003144848,0,0.3927944,1,1,1,1,1,0.003795005,0,0.468095571,1,1,1,1,1,0.039064832,0,0.534618173,0.534588534,0.534574468
-8360,1,0.4385,1,1,1,1,1,1,1,1,0.133,0.4385,0.2379,1,0.3189,1,1,1,1,1,1,0.0714,0.3189,0.233,1,0.6269,1,1,1,0.249,0.6269,0.2172,1,1,1,1,1,0.117867723,0.423832059,0.910044193,1,1,1,1,1,0.104339868,0.401267171,0.377557874,1,1,1,1,1,0.282739043,0.45070219,0.569417593,0.569494394,0.569592199
-8361,1,0.4385,1,1,1,1,1,1,1,1,0.1254,0.4385,0.4528,1,0.3189,1,1,1,1,1,1,0.0187,0.3189,0.4441,1,0.6269,1,1,1,0.2505,0.6269,0.4281,1,1,1,1,1,0.144966841,0.697794795,0.623421967,1,1,1,1,1,0.039609566,0.667310774,0.205215201,1,1,1,1,1,0.252296299,0.719493032,0.586938134,0.586841549,0.586879433
-8362,1,0.4385,1,1,1,1,1,1,1,1,0.1085,0.4385,0.6037,1,0.3189,1,1,1,1,1,1,0,0.3189,0.5875,1,0.6269,1,1,1,0.2432,0.6269,0.5897,1,1,1,1,1,0.147661969,0.854903221,0.337113202,1,1,1,1,1,0.001004491,0.812735796,0.130055502,1,1,1,1,1,0.185086593,0.875243306,0.589838086,0.589803258,0.58998227
-8363,1,0.4385,1,1,1,1,1,1,1,1,0.0611,0.4385,0.6357,1,0.3189,1,1,1,1,1,1,0,0.3189,0.6126,1,0.6269,1,1,1,0.1436,0.6269,0.6345,1,1,1,1,1,0.041429631,0.87080586,0.412477314,1,1,1,1,1,0.001891602,0.827073157,0.07013613,1,1,1,1,1,0.13443543,0.884930611,0.58337361,0.583456738,0.583333333
-8364,1,0.4385,1,1,1,1,1,1,1,1,0.0301,0.4385,0.6786,1,0.3189,1,1,1,1,1,1,0,0.3189,0.6661,1,0.6269,1,1,1,0.2062,0.6269,0.6616,1,1,1,1,1,0.036500946,0.940978885,0.24888368,1,1,1,1,1,1.01E-05,0.906839371,0.082587436,1,1,1,1,1,0.170382425,0.945718706,0.571773804,0.571821451,0.571808511
-8365,1,0.4385,1,1,1,1,1,1,1,1,0.0186,0.4385,0.6462,1,0.3189,1,1,1,1,1,1,0,0.3189,0.6359,1,0.6269,1,1,1,0.158,0.6269,0.6205,1,1,1,1,1,0.017901719,0.894878328,0.103276908,1,1,1,1,1,3.41E-05,0.87935704,0.025882462,1,1,1,1,1,0.08918649,0.890077889,0.560355244,0.560397715,0.56072695
-8366,1,0.4385,1,1,1,1,1,1,1,1,0.0159,0.4385,0.5241,1,0.3189,1,1,1,1,1,1,0,0.3189,0.5402,1,0.6269,1,1,1,0.1804,0.6269,0.4929,1,1,1,1,1,0.006618878,0.788945317,0.067995705,1,1,1,1,1,0,0.788143635,0,1,1,1,1,1,0.11282029,0.769978285,0.555944901,0.555955151,0.555851064
-8367,1,0.4385,1,1,1,1,1,1,1,1,0.0179,0.4385,0.3343,1,0.3189,1,1,1,1,1,1,0,0.3189,0.3539,1,0.6269,1,1,1,0.1793,0.6269,0.2967,1,1,1,1,1,0.020926824,0.556452632,0.043911405,1,1,1,1,1,0,0.558916688,0,1,1,1,1,1,0.132185206,0.537664115,0.565611406,0.565686482,0.565602837
-8368,1,0.4385,1,1,1,1,1,1,1,1,0.0054,0.4385,0.0421,1,0.3189,1,1,1,1,1,1,0,0.3189,0.0974,1,0.6269,1,1,1,0.1475,0.6269,0,1,1,1,1,1,0.007058826,0.135627389,0.054944508,1,1,1,1,1,0,0.203977033,0,1,1,1,1,1,0.146805078,0,0.627416626,0.627459276,0.627659574
-8369,1,0.4385,1,1,1,1,1,1,1,1,0.0089,0.4385,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6269,1,1,1,0.152,0.6269,0,1,1,1,1,1,0.023013823,0,0.061770231,1,1,1,1,1,0.004268258,0,0,1,1,1,1,1,0.200273767,0,0.669284679,0.669346308,0.669326241
-8370,1,0.4385,1,1,1,1,1,1,1,1,0.022,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0011,0.3189,0,1,0.6269,1,1,1,0.1714,0.6269,0,1,1,1,1,1,0.038017377,0,0.041758418,1,1,1,1,1,0.006925473,0,0,1,1,1,1,1,0.237201974,0,0.664088932,0.664057542,0.664450355
-8371,1,0.4385,1,1,1,1,1,1,1,1,0.0421,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0459,0.3189,0,1,0.6269,1,1,1,0.0889,0.6269,0,1,1,1,1,1,0.036640462,0,0.196843997,1,1,1,1,1,0.055565245,0,0.008625917,1,1,1,1,1,0.11602889,0,0.647957951,0.647979691,0.648049645
-8372,1,0.4385,1,1,1,1,1,1,1,1,0.0424,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0778,0.3189,0,1,0.6269,1,1,1,0.1352,0.6269,0,1,1,1,1,1,0.060716484,0,0.172856271,1,1,1,1,1,0.100996129,0,0.011404713,1,1,1,1,1,0.140032634,0,0.631766554,0.63169029,0.632092199
-8373,1,0.4385,1,1,1,1,1,1,1,1,0.0388,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0876,0.3189,0,1,0.6269,1,1,1,0.0919,0.6269,0,1,1,1,1,1,0.053427756,0,0.176759869,1,1,1,1,1,0.126047269,0,0.007906544,1,1,1,1,1,0.107501701,0,0.605062832,0.605034906,0.605496454
-8374,1,0.4385,1,1,1,1,1,1,1,1,0.0426,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0304,0.3189,0,1,0.6269,1,1,1,0.1053,0.6269,0,1,1,1,1,1,0.088225678,0,0.190390572,1,1,1,1,1,0.095682569,0,0.040682461,1,1,1,1,1,0.126369953,0,0.565248913,0.565263381,0.565159574
-8375,1,0.4385,1,1,1,1,1,1,1,1,0.043,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0731,0.3189,0,1,0.6269,1,1,1,0.1023,0.6269,0,1,1,1,1,1,0.102752134,0,0.085145213,1,1,1,1,1,0.17349191,0,0.111295812,1,1,1,1,1,0.11843162,0,0.517641373,0.517664481,0.517730496
-8376,1,0.4385,1,1,1,1,1,1,1,1,0.0708,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0964,0.3189,0,1,0.6269,1,1,1,0.1252,0.6269,0,1,1,1,1,1,0.142246604,0,0.082203113,1,1,1,1,1,0.168040067,0,0.158317029,1,1,1,1,1,0.102005273,0,0.478673272,0.478739158,0.478723404
-8377,1,0.4385,1,1,1,1,1,1,1,1,0.0156,0.4385,0,1,0.3189,1,1,1,1,1,1,0.046,0.3189,0,1,0.6269,1,1,1,0.0058,0.6269,0,1,1,1,1,1,0.004985381,0,0.32036674,1,1,1,1,1,0.031984188,0,0.373008132,1,1,1,1,1,0.009176714,0,0.454809087,0.454833933,0.454787234
-8378,1,0.4385,1,1,1,1,1,1,1,1,0.0807,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1213,0.3189,0,1,0.6269,1,1,1,0.0709,0.6269,0,1,1,1,1,1,0.12746647,0,0.205226719,1,1,1,1,1,0.181330115,0,0.360637963,1,1,1,1,1,0.071848832,0,0.442121798,0.442140893,0.442375887
-8379,1,0.4385,1,1,1,1,1,1,1,1,0.0477,0.4385,0,1,0.3189,1,1,1,1,1,1,0.076,0.3189,0,1,0.6269,1,1,1,0.0514,0.6269,0,1,1,1,1,1,0.088704027,0,0.29344362,1,1,1,1,1,0.138152272,0,0.453526706,1,1,1,1,1,0.074653082,0,0.436563557,0.436640575,0.436613475
-8380,1,0.4385,1,1,1,1,1,1,1,1,0.0332,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1329,0.3189,0,1,0.6269,1,1,1,0.0738,0.6269,0,1,1,1,1,1,0.080306605,0,0.397516131,1,1,1,1,1,0.230649352,0,0.549567878,1,1,1,1,1,0.079200819,0,0.438073949,0.437909879,0.438386525
-8381,1,0.4385,1,1,1,1,1,1,1,1,0.0279,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0959,0.3189,0,1,0.6269,1,1,1,0.097,0.6269,0,1,1,1,1,1,0.066293441,0,0.427848279,1,1,1,1,1,0.164616764,0,0.651697993,1,1,1,1,1,0.079625428,0,0.449492508,0.449545166,0.449468085
-8382,1,0.4385,1,1,1,1,1,1,1,1,0.0458,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0907,0.3189,0,1,0.6269,1,1,1,0.1168,0.6269,0,1,1,1,1,1,0.096292585,0,0.699308038,1,1,1,1,1,0.193576664,0,1,1,1,1,1,1,0.104410194,0,0.474081682,0.474085043,0.47429078
-8383,1,0.4385,1,1,1,1,1,1,1,1,0.057,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1775,0.3189,0,1,0.6269,1,1,1,0.0693,0.6269,0,1,1,1,1,1,0.100133955,0,0.77261734,1,1,1,1,1,0.22185418,0,0.996659756,1,1,1,1,1,0.093287915,0,0.505256162,0.505182991,0.505319149
-8384,1,0.4385,1,1,1,1,1,1,1,1,0.0818,0.4385,0.0685,1,0.3189,1,1,1,1,1,1,0.3557,0.3189,0.0364,1,0.6269,1,1,1,0.1177,0.6269,0.1019,1,1,1,1,1,0.148275703,0.102223329,0.520018876,1,1,1,1,1,0.427632332,0.061784819,1,1,1,1,1,1,0.179593131,0.191454828,0.550326245,0.550243283,0.550531915
-8385,1,0.4385,1,1,1,1,1,1,1,1,0.0944,0.4385,0.2141,1,0.3189,1,1,1,1,1,1,0.3174,0.3189,0.221,1,0.6269,1,1,1,0.1112,0.6269,0.2612,1,1,1,1,1,0.153367966,0.334939748,0.625217795,1,1,1,1,1,0.383349895,0.358296514,1,1,1,1,1,1,0.18293421,0.361197203,0.58657564,0.586629998,0.58643617
-8386,1,0.4385,1,1,1,1,1,1,1,1,0.1609,0.4385,0.3076,1,0.3189,1,1,1,1,1,1,0.3151,0.3189,0.2929,1,0.6269,1,1,1,0.0835,0.6269,0.3988,1,1,1,1,1,0.179944158,0.435634434,0.784008861,1,1,1,1,1,0.361959875,0.41852963,1,1,1,1,1,1,0.166348293,0.435141891,0.606150314,0.606092659,0.606382979
-8387,1,0.4385,1,1,1,1,1,1,1,1,0.1921,0.4385,0.3144,1,0.3189,1,1,1,1,1,1,0.4856,0.3189,0.324,1,0.6269,1,1,1,0.0505,0.6269,0.3579,1,1,1,1,1,0.145680144,0.426109999,0.920650959,1,1,1,1,1,0.533407509,0.476292849,1,1,1,1,1,1,0.081625015,0.497206122,0.617870952,0.617727946,0.618351064
-8388,1,0.4385,1,1,1,1,1,1,1,1,0.1594,0.4385,0.3146,1,0.3189,1,1,1,1,1,1,0.4228,0.3189,0.2761,1,0.6269,1,1,1,0.0435,0.6269,0.353,1,1,1,1,1,0.122332975,0.400825709,0.99797076,1,1,1,1,1,0.536471069,0.398083091,1,1,1,1,1,1,0.067802787,0.487831533,0.626872885,0.626824624,0.62677305
-8389,1,0.4385,1,1,1,1,1,1,1,1,0.1053,0.4385,0.3613,1,0.3189,1,1,1,1,1,1,0.2087,0.3189,0.415,1,0.6269,1,1,1,0.0028,0.6269,0.371,1,1,1,1,1,0.024025114,0.499643624,1,1,1,1,1,1,0.1809728,0.54820627,1,1,1,1,1,1,0.005198304,0.557072818,0.629833253,0.629786334,0.629875887
-8390,1,0.4385,1,1,1,1,1,1,1,1,0.1656,0.4385,0.1576,1,0.3189,1,1,1,1,1,1,0.3473,0.3189,0.0917,1,0.6269,1,1,1,0.0273,0.6269,0.2652,1,1,1,1,1,0.090989761,0.165550143,1,1,1,1,1,1,0.467025638,0.128611073,1,1,1,1,1,1,0.056794625,0.325090677,0.630799903,0.630632536,0.630762411
-8391,1,0.4385,1,1,1,1,1,1,1,1,0.1534,0.4385,0.0108,1,0.3189,1,1,1,1,1,1,0.3683,0.3189,0.0104,1,0.6269,1,1,1,0.0325,0.6269,0.0986,1,1,1,1,1,0.077089563,0.012253148,1,1,1,1,1,1,0.470511287,0.013496549,1,1,1,1,1,1,0.081419758,0.114651524,0.644695505,0.64459488,0.644946809
-8392,1,0.4385,1,1,1,1,1,1,1,1,0.1113,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4996,0.3189,0,1,0.6269,1,1,1,0.0554,0.6269,0,1,1,1,1,1,0.094958857,0,0.996515691,1,1,1,1,1,0.569177449,0,1,1,1,1,1,1,0.16200766,0,0.692303045,0.692405331,0.692375887
-8393,1,0.4385,1,1,1,1,1,1,1,1,0.161,0.4385,0,1,0.3189,1,1,1,1,1,1,0.3572,0.3189,0,1,0.6269,1,1,1,0.0575,0.6269,0,1,1,1,1,1,0.126827583,0,1,1,1,1,1,1,0.431039393,0,1,1,1,1,1,1,0.188981608,0,0.716348478,0.716310556,0.716755319
-8394,1,0.4385,1,1,1,1,1,1,1,1,0.1535,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2654,0.3189,0,1,0.6269,1,1,1,0.0764,0.6269,0,1,1,1,1,1,0.08241792,0,1,1,1,1,1,1,0.31371361,0,1,1,1,1,1,1,0.261475921,0,0.710488159,0.710598688,0.710992908
-8395,1,0.4385,1,1,1,1,1,1,1,1,0.2108,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2224,0.3189,0,1,0.6269,1,1,1,0.0754,0.6269,0,1,1,1,1,1,0.124861568,0,1,1,1,1,1,1,0.284390092,0,1,1,1,1,1,1,0.282633811,0,0.6909739,0.690924476,0.691046099
-8396,1,0.4385,1,1,1,1,1,1,1,1,0.2235,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2638,0.3189,0,1,0.6269,1,1,1,0.0887,0.6269,0,1,1,1,1,1,0.136906117,0,1,1,1,1,1,1,0.385987729,0,1,1,1,1,1,1,0.24117668,0,0.664632673,0.664692194,0.664893617
-8397,1,0.4385,1,1,1,1,1,1,1,1,0.2291,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2739,0.3189,0,1,0.6269,1,1,1,0.0758,0.6269,0,1,1,1,1,1,0.144563422,0,1,1,1,1,1,1,0.397995234,0,1,1,1,1,1,1,0.185936436,0,0.627295795,0.627247726,0.627216312
-8398,1,0.4385,1,1,1,1,1,1,1,1,0.2674,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4622,0.3189,0,1,0.6269,1,1,1,0.0592,0.6269,0,1,1,1,1,1,0.181490809,0,1,1,1,1,1,1,0.573403656,0,1,1,1,1,1,1,0.164604068,0,0.572619623,0.572667654,0.572695035
-8399,1,0.4385,1,1,1,1,1,1,1,1,0.2576,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4538,0.3189,0,1,0.6269,1,1,1,0.0618,0.6269,0,1,1,1,1,1,0.221100613,0,1,1,1,1,1,1,0.588906884,0,1,1,1,1,1,1,0.176442534,0,0.517339294,0.51745293,0.517287234
-8400,1,0.4385,1,1,1,1,1,1,1,1,0.3346,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4337,0.3189,0,1,0.6269,1,1,1,0.095,0.6269,0,1,1,1,1,1,0.33340928,0,1,1,1,1,1,1,0.580186248,0,1,1,1,1,1,1,0.194457218,0,0.476739971,0.476835202,0.476950355
-8401,1,0.4385,1,1,1,1,1,1,1,1,0.3615,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4442,0.3189,0,1,0.6269,1,1,1,0.1031,0.6269,0,1,1,1,1,1,0.313762248,0,1,1,1,1,1,1,0.586474001,0,1,1,1,1,1,1,0.19186081,0,0.453177864,0.453141527,0.453457447
-8402,1,0.4385,1,1,1,1,1,1,1,1,0.366,0.4385,0,1,0.3189,1,1,1,1,1,1,0.3455,0.3189,0,1,0.6269,1,1,1,0.1352,0.6269,0,1,1,1,1,1,0.263674021,0,1,1,1,1,1,1,0.511684477,0,1,1,1,1,1,1,0.204890668,0,0.444417593,0.44446795,0.444592199
-8403,1,0.4385,1,1,1,1,1,1,1,1,0.3316,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4116,0.3189,0,1,0.6269,1,1,1,0.1609,0.6269,0,1,1,1,1,1,0.263412178,0,1,1,1,1,1,1,0.527359009,0,1,1,1,1,1,1,0.246981069,0,0.443330111,0.443410197,0.443262411
-8404,1,0.4385,1,1,1,1,1,1,1,1,0.3977,0.4385,0,1,0.3189,1,1,1,1,1,1,0.474,0.3189,0,1,0.6269,1,1,1,0.1812,0.6269,0,1,1,1,1,1,0.272955686,0,1,1,1,1,1,1,0.609258235,0,1,1,1,1,1,1,0.25935486,0,0.458071532,0.458007193,0.457890071
-8405,1,0.4385,1,1,1,1,1,1,1,1,0.402,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4516,0.3189,0,1,0.6269,1,1,1,0.1976,0.6269,0,1,1,1,1,1,0.330963105,0,1,1,1,1,1,1,0.61150676,0,1,1,1,1,1,1,0.244576931,0,0.501147898,0.501163529,0.501329787
-8406,1,0.4385,1,1,1,1,1,1,1,1,0.3235,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2885,0.3189,0,1,0.6269,1,1,1,0.1826,0.6269,0,1,1,1,1,1,0.31086123,0,0.989116669,1,1,1,1,1,0.393935382,0,1,1,1,1,1,1,0.269571394,0,0.579507008,0.579437275,0.579787234
-8407,1,0.4385,1,1,1,1,1,1,1,1,0.3812,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1455,0.3189,0,1,0.6269,1,1,1,0.1688,0.6269,0,1,1,1,1,1,0.314240843,0,0.996963143,1,1,1,1,1,0.216194063,0,1,1,1,1,1,1,0.320740223,0,0.633699855,0.633805796,0.633865248
-8408,1,0.4385,1,1,1,1,1,1,1,1,0.2656,0.4385,0.0047,1,0.3189,1,1,1,1,1,1,0.128,0.3189,0.0012,1,0.6269,1,1,1,0.1537,0.6269,0.02,1,1,1,1,1,0.237012371,0.009829078,0.993883371,1,1,1,1,1,0.190771684,0.002407396,0.979383826,1,1,1,1,1,0.272383064,0.011826053,0.650072499,0.650095198,0.650265957
-8409,1,0.4385,1,1,1,1,1,1,1,1,0.3733,0.4385,0.0927,1,0.3189,1,1,1,1,1,1,0.3152,0.3189,0.1535,1,0.6269,1,1,1,0.1985,0.6269,0.1875,1,1,1,1,1,0.331651598,0.168344587,1,1,1,1,1,1,0.386923492,0.243118018,1,1,1,1,1,1,0.306694686,0.272987634,0.656536974,0.656653268,0.656471631
-8410,1,0.4385,1,1,1,1,1,1,1,1,0.1646,0.4385,0.4885,1,0.3189,1,1,1,1,1,1,0.3294,0.3189,0.4988,1,0.6269,1,1,1,0.0698,0.6269,0.3774,1,1,1,1,1,0.054398462,0.69270885,0.967994928,1,1,1,1,1,0.248311877,0.710061729,1,1,1,1,1,1,0.135030419,0.615977764,0.663061866,0.662999788,0.663120567
-8411,1,0.4385,1,1,1,1,1,1,1,1,0.2593,0.4385,0.2045,1,0.3189,1,1,1,1,1,1,0.1175,0.3189,0.2217,1,0.6269,1,1,1,0.1787,0.6269,0.191,1,1,1,1,1,0.151436478,0.389732897,1,1,1,1,1,1,0.143169284,0.357756406,0.956426144,1,1,1,1,1,0.308657378,0.291342378,0.664028516,0.664057542,0.664450355
-8412,1,0.4385,1,1,1,1,1,1,1,1,0.1535,0.4385,0.2195,1,0.3189,1,1,1,1,1,1,0.0979,0.3189,0.2522,1,0.6269,1,1,1,0.233,0.6269,0.1728,1,1,1,1,1,0.085438319,0.366023988,1,1,1,1,1,1,0.144749731,0.323182106,0.978102922,1,1,1,1,1,0.387588859,0.226061463,0.659920251,0.659826528,0.660460993
-8413,1,0.4385,1,1,1,1,1,1,1,1,0.1347,0.4385,0.2344,1,0.3189,1,1,1,1,1,1,0.0546,0.3189,0.208,1,0.6269,1,1,1,0.2731,0.6269,0.1379,1,1,1,1,1,0.080086082,0.350901455,0.804753482,1,1,1,1,1,0.134586483,0.28546083,0.898831725,1,1,1,1,1,0.449314833,0.195504338,0.657322378,0.65728792,0.657358156
-8414,1,0.4385,1,1,1,1,1,1,1,1,0.0949,0.4385,0.1627,1,0.3189,1,1,1,1,1,1,0.027,0.3189,0.161,1,0.6269,1,1,1,0.3152,0.6269,0.118,1,1,1,1,1,0.097902291,0.275423348,0.506706834,1,1,1,1,1,0.070234381,0.296661526,0.594553709,1,1,1,1,1,0.507244527,0.104412675,0.652670372,0.652633806,0.652925532
-8415,1,0.4385,1,1,1,1,1,1,1,1,0.0803,0.4385,0.0863,1,0.3189,1,1,1,1,1,1,0.0365,0.3189,0.0739,1,0.6269,1,1,1,0.351,0.6269,0.0429,1,1,1,1,1,0.07515721,0.152956158,0.400354356,1,1,1,1,1,0.092581898,0.116364643,0.667570949,1,1,1,1,1,0.586416543,0.004466153,0.661430643,0.661518934,0.66179078
-8416,1,0.4385,1,1,1,1,1,1,1,1,0.076,0.4385,0,1,0.3189,1,1,1,1,1,1,0.059,0.3189,0,1,0.6269,1,1,1,0.3933,0.6269,0,1,1,1,1,1,0.115087621,0,0.392785102,1,1,1,1,1,0.163890347,0,0.933901548,1,1,1,1,1,0.58417803,0,0.710911068,0.710810239,0.710992908
-8417,1,0.4385,1,1,1,1,1,1,1,1,0.1225,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0909,0.3189,0,1,0.6269,1,1,1,0.3515,0.6269,0,1,1,1,1,1,0.160391107,0,0.858478546,1,1,1,1,1,0.192122847,0,1,1,1,1,1,1,0.562224388,0,0.739246013,0.739369579,0.739361702
-8418,1,0.4385,1,1,1,1,1,1,1,1,0.1426,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0722,0.3189,0,1,0.6269,1,1,1,0.358,0.6269,0,1,1,1,1,1,0.186680809,0,0.792693138,1,1,1,1,1,0.144194812,0,0.788289547,1,1,1,1,1,0.523026526,0,0.731935718,0.731965306,0.732269504
-8419,1,0.4385,1,1,1,1,1,1,1,1,0.1339,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0677,0.3189,0,1,0.6269,1,1,1,0.3153,0.6269,0,1,1,1,1,1,0.162288696,0,0.78402245,1,1,1,1,1,0.106146753,0,0.52076447,1,1,1,1,1,0.547396779,0,0.713508942,0.713560398,0.713652482
-8420,1,0.4385,1,1,1,1,1,1,1,1,0.1167,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1166,0.3189,0,1,0.6269,1,1,1,0.196,0.6269,0,1,1,1,1,1,0.14504008,0,0.590626001,1,1,1,1,1,0.177273422,0,0.8774786,1,1,1,1,1,0.383555621,0,0.68541566,0.685424159,0.68572695
-8421,1,0.4385,1,1,1,1,1,1,1,1,0.1756,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1344,0.3189,0,1,0.6269,1,1,1,0.1629,0.6269,0,1,1,1,1,1,0.210829109,0,0.875937045,1,1,1,1,1,0.23290737,0,0.96796751,1,1,1,1,1,0.358429968,0,0.637626873,0.637825259,0.63785461
-8422,1,0.4385,1,1,1,1,1,1,1,1,0.2316,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1925,0.3189,0,1,0.6269,1,1,1,0.2237,0.6269,0,1,1,1,1,1,0.284649521,0,0.78473413,1,1,1,1,1,0.304218322,0,0.950224102,1,1,1,1,1,0.472435951,0,0.573102948,0.573090755,0.573138298
-8423,1,0.4385,1,1,1,1,1,1,1,1,0.1957,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2044,0.3189,0,1,0.6269,1,1,1,0.2241,0.6269,0,1,1,1,1,1,0.246841758,0,0.287036598,1,1,1,1,1,0.307912678,0,0.526562035,1,1,1,1,1,0.394183278,0,0.511478975,0.511529511,0.511524823
-8424,1,0.4385,1,1,1,1,1,1,1,1,0.2358,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2467,0.3189,0,1,0.6269,1,1,1,0.2562,0.6269,0,1,1,1,1,1,0.308431804,0,0.341010213,1,1,1,1,1,0.398891628,0,0.75751996,1,1,1,1,1,0.346047699,0,0.469369261,0.469430929,0.469414894
-8425,1,0.4385,1,1,1,1,1,1,1,1,0.2357,0.4385,0,1,0.3189,1,1,1,1,1,1,0.35,0.3189,0,1,0.6269,1,1,1,0.3416,0.6269,0,1,1,1,1,1,0.372850209,0,0.497128963,1,1,1,1,1,0.458627939,0,0.993659735,1,1,1,1,1,0.399974614,0,0.448525858,0.448698963,0.44858156
-8426,1,0.4385,1,1,1,1,1,1,1,1,0.2657,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4993,0.3189,0,1,0.6269,1,1,1,0.3857,0.6269,0,1,1,1,1,1,0.468318343,0,0.541384757,1,1,1,1,1,0.659520447,0,1,1,1,1,1,1,0.482911527,0,0.437046883,0.437063677,0.437056738
-8427,1,0.4385,1,1,1,1,1,1,1,1,0.2355,0.4385,0,1,0.3189,1,1,1,1,1,1,0.3268,0.3189,0,1,0.6269,1,1,1,0.4993,0.6269,0,1,1,1,1,1,0.479279667,0,0.430594683,1,1,1,1,1,0.467110932,0,0.995356083,1,1,1,1,1,0.678750336,0,0.434871919,0.434736619,0.434840426
-8428,1,0.4385,1,1,1,1,1,1,1,1,0.2947,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4178,0.3189,0,1,0.6269,1,1,1,0.5909,0.6269,0,1,1,1,1,1,0.575348496,0,0.626348555,1,1,1,1,1,0.505973279,0,1,1,1,1,1,1,0.75441134,0,0.446048816,0.445948805,0.445921986
-8429,1,0.4385,1,1,1,1,1,1,1,1,0.2825,0.4385,0,1,0.3189,1,1,1,1,1,1,0.3201,0.3189,0,1,0.6269,1,1,1,0.6367,0.6269,0,1,1,1,1,1,0.600694358,0,0.922184289,1,1,1,1,1,0.350442261,0,1,1,1,1,1,1,0.780698657,0,0.487916868,0.487835837,0.488031915
-8430,1,0.4385,1,1,1,1,1,1,1,1,0.3884,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2848,0.3189,0,1,0.6269,1,1,1,0.656,0.6269,0,1,1,1,1,1,0.654332936,0,0.966609716,1,1,1,1,1,0.414714903,0,0.825007319,1,1,1,1,1,0.847032189,0,0.5659739,0.565898033,0.566046099
-8431,1,0.4385,1,1,1,1,1,1,1,1,0.2904,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1934,0.3189,0,1,0.6269,1,1,1,0.7227,0.6269,0,1,1,1,1,1,0.46457395,0,0.927332819,1,1,1,1,1,0.356663346,0,0.505186677,1,1,1,1,1,0.890004098,0,0.616058482,0.616035541,0.616134752
-8432,1,0.4385,1,1,1,1,1,1,1,1,0.2349,0.4385,0.0207,1,0.3189,1,1,1,1,1,1,0.1315,0.3189,0.0011,1,0.6269,1,1,1,0.7407,0.6269,0,1,1,1,1,1,0.393226802,0.009062961,0.782737195,1,1,1,1,1,0.216815859,0,0.993607402,1,1,1,1,1,0.885823488,0,0.624154181,0.624074466,0.624556738
-8433,1,0.4385,1,1,1,1,1,1,1,1,0.2908,0.4385,0.0515,1,0.3189,1,1,1,1,1,1,0.0702,0.3189,0.1093,1,0.6269,1,1,1,0.6748,0.6269,0.0251,1,1,1,1,1,0.424774557,0.049682595,0.956826746,1,1,1,1,1,0.140400633,0.085634127,1,1,1,1,1,1,0.829022288,0,0.626993717,0.627036175,0.627216312
-8434,1,0.4385,1,1,1,1,1,1,1,1,0.1082,0.4385,0.1372,1,0.3189,1,1,1,1,1,1,0.0386,0.3189,0.239,1,0.6269,1,1,1,0.7226,0.6269,0.0724,1,1,1,1,1,0.197648153,0.165746659,1,1,1,1,1,1,0.058502574,0.29552865,1,1,1,1,1,1,0.902923405,0.130531147,0.630739488,0.630632536,0.630762411
-8435,1,0.4385,1,1,1,1,1,1,1,1,0.1047,0.4385,0.234,1,0.3189,1,1,1,1,1,1,0.0011,0.3189,0.3622,1,0.6269,1,1,1,0.8244,0.6269,0.1279,1,1,1,1,1,0.16081588,0.306378812,1,1,1,1,1,1,0.014505412,0.53940922,1,1,1,1,1,1,0.931664288,0.224181861,0.629652006,0.629786334,0.629875887
-8436,1,0.4385,1,1,1,1,1,1,1,1,0.1287,0.4385,0.3238,1,0.3189,1,1,1,1,1,1,0,0.3189,0.446,1,0.6269,1,1,1,0.7909,0.6269,0.1455,1,1,1,1,1,0.128623694,0.407859921,0.980166614,1,1,1,1,1,0.002691374,0.563620746,0.627471805,1,1,1,1,1,0.900152981,0.260188729,0.622945868,0.623016713,0.62322695
-8437,1,0.4385,1,1,1,1,1,1,1,1,0.0897,0.4385,0.3697,1,0.3189,1,1,1,1,1,1,0,0.3189,0.4443,1,0.6269,1,1,1,0.7326,0.6269,0.1327,1,1,1,1,1,0.085258096,0.47794953,0.69652915,1,1,1,1,1,0.011853591,0.51300323,0.667893469,1,1,1,1,1,0.876921654,0.229766876,0.620045916,0.620055003,0.620567376
-8438,1,0.4385,1,1,1,1,1,1,1,1,0.0972,0.4385,0.2723,1,0.3189,1,1,1,1,1,1,0.0035,0.3189,0.358,1,0.6269,1,1,1,0.6918,0.6269,0.1115,1,1,1,1,1,0.069388606,0.345492393,0.881039023,1,1,1,1,1,0.010061262,0.402227879,0.405720174,1,1,1,1,1,0.849927664,0.073116794,0.615333494,0.615400889,0.615691489
-8439,1,0.4385,1,1,1,1,1,1,1,1,0.11,0.4385,0.1336,1,0.3189,1,1,1,1,1,1,0.0279,0.3189,0.2271,1,0.6269,1,1,1,0.6722,0.6269,0.0467,1,1,1,1,1,0.054798678,0.173458591,0.786012053,1,1,1,1,1,0.034794595,0.310759544,0.3649351,1,1,1,1,1,0.791268706,0.000476552,0.622945868,0.622805162,0.622783688
-8440,1,0.4385,1,1,1,1,1,1,1,1,0.0595,0.4385,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0.0015,1,0.6269,1,1,1,0.6726,0.6269,0,1,1,1,1,1,0.028328069,0,0.416935086,1,1,1,1,1,0.001205176,3.59E-05,0.102424875,1,1,1,1,1,0.784243762,0,0.671157564,0.671250264,0.671099291
-8441,1,0.4385,1,1,1,1,1,1,1,1,0.0398,0.4385,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6269,1,1,1,0.2699,0.6269,0,1,1,1,1,1,0.009999872,0,0.350402147,1,1,1,1,1,0.000353075,0,0.147462577,1,1,1,1,1,0.398690104,0,0.706742388,0.706579226,0.707003546
-8442,1,0.4385,1,1,1,1,1,1,1,1,0.0539,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0773,0.3189,0,1,0.6269,1,1,1,0.6877,0.6269,0,1,1,1,1,1,0.031387016,0,0.264301807,1,1,1,1,1,0.096358672,0,0.190361783,1,1,1,1,1,0.787904143,0,0.702211213,0.702136662,0.702570922
-8443,1,0.4385,1,1,1,1,1,1,1,1,0.0188,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0041,0.3189,0,1,0.6269,1,1,1,0.2329,0.6269,0,1,1,1,1,1,0.001704211,0,0.327121407,1,1,1,1,1,0.020917119,0,0.046117805,1,1,1,1,1,0.372859508,0,0.686019816,0.686058811,0.686170213
-8444,1,0.4385,1,1,1,1,1,1,1,1,0.0682,0.4385,0,1,0.3189,1,1,1,1,1,1,0.3744,0.3189,0,1,0.6269,1,1,1,0.5885,0.6269,0,1,1,1,1,1,0.08358869,0,0.283994406,1,1,1,1,1,0.396812469,0,0.22182408,1,1,1,1,1,0.681506395,0,0.66022233,0.66024963,0.660460993
-8445,1,0.4385,1,1,1,1,1,1,1,1,0.051,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4418,0.3189,0,1,0.6269,1,1,1,0.5353,0.6269,0,1,1,1,1,1,0.103856765,0,0.205718637,1,1,1,1,1,0.391378522,0,0.47418797,1,1,1,1,1,0.556830108,0,0.616602223,0.616670193,0.616578014
-8446,1,0.4385,1,1,1,1,1,1,1,1,0.1151,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4538,0.3189,0,1,0.6269,1,1,1,0.5752,0.6269,0,1,1,1,1,1,0.194486856,0,0.139545605,1,1,1,1,1,0.484207004,0,0.990837693,1,1,1,1,1,0.593402207,0,0.555642823,0.555743601,0.555851064
-8447,1,0.4385,1,1,1,1,1,1,1,1,0.143,0.4385,0,1,0.3189,1,1,1,1,1,1,0.6377,0.3189,0,1,0.6269,1,1,1,0.5704,0.6269,0,1,1,1,1,1,0.264244527,0,0.048375331,1,1,1,1,1,0.594451368,0,1,1,1,1,1,1,0.605587542,0,0.495710488,0.495874762,0.496010638
-8448,1,0.4385,1,1,1,1,1,1,1,1,0.341,0.4385,0,1,0.3189,1,1,1,1,1,1,0.7797,0.3189,0,1,0.6269,1,1,1,0.5828,0.6269,0,1,1,1,1,1,0.448172867,0,0.415853024,1,1,1,1,1,0.672552109,0,1,1,1,1,1,1,0.591314018,0,0.452875785,0.452718426,0.453014184
-8449,1,0.4385,1,1,1,1,1,1,1,1,0.4215,0.4385,0,1,0.3189,1,1,1,1,1,1,0.8876,0.3189,0,1,0.6269,1,1,1,0.5106,0.6269,0,1,1,1,1,1,0.525241196,0,0.72381264,1,1,1,1,1,0.745686293,0,1,1,1,1,1,1,0.51058948,0,0.431488642,0.431563359,0.431737589
-8450,1,0.4385,1,1,1,1,1,1,1,1,0.4258,0.4385,0,1,0.3189,1,1,1,1,1,1,0.902,0.3189,0,1,0.6269,1,1,1,0.489,0.6269,0,1,1,1,1,1,0.550003052,0,0.992949426,1,1,1,1,1,0.760902166,0,1,1,1,1,1,1,0.492448479,0,0.422667956,0.422678231,0.422429078
-8451,1,0.4385,1,1,1,1,1,1,1,1,0.5117,0.4385,0,1,0.3189,1,1,1,1,1,1,0.8751,0.3189,0,1,0.6269,1,1,1,0.4827,0.6269,0,1,1,1,1,1,0.614614189,0,1,1,1,1,1,1,0.723777592,0,1,1,1,1,1,1,0.44164151,0,0.422547124,0.422678231,0.422429078
-8452,1,0.4385,1,1,1,1,1,1,1,1,0.5247,0.4385,0,1,0.3189,1,1,1,1,1,1,0.887,0.3189,0,1,0.6269,1,1,1,0.4558,0.6269,0,1,1,1,1,1,0.658213675,0,1,1,1,1,1,1,0.716118217,0,1,1,1,1,1,1,0.406163335,0,0.436926051,0.436852126,0.437056738
-8453,1,0.4385,1,1,1,1,1,1,1,1,0.5179,0.4385,0,1,0.3189,1,1,1,1,1,1,0.6944,0.3189,0,1,0.6269,1,1,1,0.4375,0.6269,0,1,1,1,1,1,0.607361734,0,1,1,1,1,1,1,0.657512367,0,1,1,1,1,1,1,0.385170937,0,0.480969067,0.480854665,0.480939716
-8454,1,0.4385,1,1,1,1,1,1,1,1,0.5118,0.4385,0,1,0.3189,1,1,1,1,1,1,0.5007,0.3189,0,1,0.6269,1,1,1,0.3864,0.6269,0,1,1,1,1,1,0.535888314,0,1,1,1,1,1,1,0.512208998,0,1,1,1,1,1,1,0.377217472,0,0.562046883,0.56187857,0.562056738
-8455,1,0.4385,1,1,1,1,1,1,1,1,0.583,0.4385,0,1,0.3189,1,1,1,1,1,1,0.8875,0.3189,0,1,0.6269,1,1,1,0.4159,0.6269,0,1,1,1,1,1,0.667639256,0,1,1,1,1,1,1,0.723566532,0,1,1,1,1,1,1,0.385710955,0,0.60941276,0.60947747,0.609929078
-8456,1,0.4385,1,1,1,1,1,1,1,1,0.7199,0.4385,0.131,1,0.3189,1,1,1,1,1,1,0.8517,0.3189,0.1541,1,0.6269,1,1,1,0.441,0.6269,0,1,1,1,1,1,0.77881223,0.224062786,1,1,1,1,1,1,0.756872237,0.261108786,1,1,1,1,1,1,0.334768087,0.020040056,0.616239729,0.616247091,0.616134752
-8457,1,0.4385,1,1,1,1,1,1,1,1,0.5318,0.4385,0.3268,1,0.3189,1,1,1,1,1,1,0.9133,0.3189,0.4076,1,0.6269,1,1,1,0.4655,0.6269,0.0908,1,1,1,1,1,0.545363843,0.530576348,1,1,1,1,1,1,0.782943189,0.620092452,1,1,1,1,1,1,0.36871621,0.165859595,0.617327211,0.617304845,0.617464539
-8458,1,0.4385,1,1,1,1,1,1,1,1,0.5064,0.4385,0.4726,1,0.3189,1,1,1,1,1,1,0.8039,0.3189,0.4867,1,0.6269,1,1,1,0.2958,0.6269,0.238,1,1,1,1,1,0.506142795,0.691015303,1,1,1,1,1,1,0.629559517,0.711632311,1,1,1,1,1,1,0.259193689,0.399027586,0.617568874,0.617727946,0.617907801
-8459,1,0.4385,1,1,1,1,1,1,1,1,0.6451,0.4385,0.4975,1,0.3189,1,1,1,1,1,1,0.9424,0.3189,0.502,1,0.6269,1,1,1,0.3383,0.6269,0.3133,1,1,1,1,1,0.709488213,0.695066214,1,1,1,1,1,1,0.857622981,0.75490725,1,1,1,1,1,1,0.292328805,0.417174369,0.614487675,0.614554686,0.614361702
-8460,1,0.4385,1,1,1,1,1,1,1,1,0.7008,0.4385,0.466,1,0.3189,1,1,1,1,1,1,0.9514,0.3189,0.4856,1,0.6269,1,1,1,0.3295,0.6269,0.3476,1,1,1,1,1,0.711008787,0.659567952,1,1,1,1,1,1,0.88117981,0.77726537,1,1,1,1,1,1,0.286473185,0.563140571,0.608869019,0.608842818,0.609042553
-8461,1,0.4385,1,1,1,1,1,1,1,1,0.7251,0.4385,0.4577,1,0.3189,1,1,1,1,1,1,0.9245,0.3189,0.4776,1,0.6269,1,1,1,0.3419,0.6269,0.2892,1,1,1,1,1,0.683178842,0.638391197,1,1,1,1,1,1,0.889892578,0.716599822,1,1,1,1,1,1,0.356150448,0.571592689,0.609594007,0.609689021,0.609929078
-8462,1,0.4385,1,1,1,1,1,1,1,1,0.6992,0.4385,0.3858,1,0.3189,1,1,1,1,1,1,0.9305,0.3189,0.4049,1,0.6269,1,1,1,0.3254,0.6269,0.2107,1,1,1,1,1,0.734116077,0.587709427,1,1,1,1,1,1,0.898129463,0.631949604,1,1,1,1,1,1,0.36943084,0.438011825,0.60898985,0.609054369,0.609042553
-8463,1,0.4385,1,1,1,1,1,1,1,1,0.5862,0.4385,0.2499,1,0.3189,1,1,1,1,1,1,0.8529,0.3189,0.2799,1,0.6269,1,1,1,0.3947,0.6269,0.1073,1,1,1,1,1,0.558974862,0.420251042,1,1,1,1,1,1,0.806602418,0.506838679,1,1,1,1,1,1,0.427469671,0.231847256,0.617387627,0.617516395,0.617464539
-8464,1,0.4385,1,1,1,1,1,1,1,1,0.5427,0.4385,0.0011,1,0.3189,1,1,1,1,1,1,0.9097,0.3189,0.0142,1,0.6269,1,1,1,0.4006,0.6269,0,1,1,1,1,1,0.490834713,0.008339464,1,1,1,1,1,1,0.797909439,0.124104775,1,1,1,1,1,1,0.421316236,0,0.670613823,0.670827163,0.671099291
-8465,1,0.4385,1,1,1,1,1,1,1,1,0.4974,0.4385,0,1,0.3189,1,1,1,1,1,1,0.9146,0.3189,0,1,0.6269,1,1,1,0.393,0.6269,0,1,1,1,1,1,0.60787791,0,1,1,1,1,1,1,0.748283565,0,1,1,1,1,1,1,0.335699528,0,0.713267279,0.713348847,0.71320922
-8466,1,0.4385,1,1,1,1,1,1,1,1,0.5035,0.4385,0,1,0.3189,1,1,1,1,1,1,0.9352,0.3189,0,1,0.6269,1,1,1,0.3737,0.6269,0,1,1,1,1,1,0.58129251,0,0.997867405,1,1,1,1,1,0.784561515,0,1,1,1,1,1,1,0.32520169,0,0.710971484,0.710810239,0.710992908
-8467,1,0.4385,1,1,1,1,1,1,1,1,0.1872,0.4385,0,1,0.3189,1,1,1,1,1,1,0.3882,0.3189,0,1,0.6269,1,1,1,0.0867,0.6269,0,1,1,1,1,1,0.165716082,0,1,1,1,1,1,1,0.301318586,0,1,1,1,1,1,1,0.092300773,0,0.69641131,0.696424794,0.696365248
-8468,1,0.4385,1,1,1,1,1,1,1,1,0.3234,0.4385,0,1,0.3189,1,1,1,1,1,1,0.6295,0.3189,0,1,0.6269,1,1,1,0.2414,0.6269,0,1,1,1,1,1,0.353175253,0,1,1,1,1,1,1,0.578488588,0,1,1,1,1,1,1,0.212087467,0,0.673634606,0.673577322,0.673758865
-8469,1,0.4385,1,1,1,1,1,1,1,1,0.3231,0.4385,0,1,0.3189,1,1,1,1,1,1,0.377,0.3189,0,1,0.6269,1,1,1,0.2354,0.6269,0,1,1,1,1,1,0.279256284,0,1,1,1,1,1,1,0.377283663,0,1,1,1,1,1,1,0.168911099,0,0.63237071,0.632536492,0.632535461
-8470,1,0.4385,1,1,1,1,1,1,1,1,0.3807,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4536,0.3189,0,1,0.6269,1,1,1,0.181,0.6269,0,1,1,1,1,1,0.321267307,0,0.999619007,1,1,1,1,1,0.447245151,0,1,1,1,1,1,1,0.155225307,0,0.571471725,0.571609901,0.571808511
-8471,1,0.4385,1,1,1,1,1,1,1,1,0.2126,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1442,0.3189,0,1,0.6269,1,1,1,0.1565,0.6269,0,1,1,1,1,1,0.141539335,0,0.97690618,1,1,1,1,1,0.202021271,0,1,1,1,1,1,1,0.121625468,0,0.510089415,0.510048657,0.510195035
-8472,1,0.4385,1,1,1,1,1,1,1,1,0.1906,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0923,0.3189,0,1,0.6269,1,1,1,0.1618,0.6269,0,1,1,1,1,1,0.163842931,0,0.967346311,1,1,1,1,1,0.15949063,0,1,1,1,1,1,1,0.142425776,0,0.469550507,0.469642479,0.469414894
-8473,1,0.4385,1,1,1,1,1,1,1,1,0.2656,0.4385,0,1,0.3189,1,1,1,1,1,1,0.3629,0.3189,0,1,0.6269,1,1,1,0.1224,0.6269,0,1,1,1,1,1,0.243992329,0,0.951063991,1,1,1,1,1,0.472350061,0,1,1,1,1,1,1,0.096663699,0,0.447196713,0.447218109,0.447251773
-8474,1,0.4385,1,1,1,1,1,1,1,1,0.2196,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4483,0.3189,0,1,0.6269,1,1,1,0.0703,0.6269,0,1,1,1,1,1,0.182993606,0,0.999738395,1,1,1,1,1,0.45509389,0,1,1,1,1,1,1,0.079960786,0,0.437711455,0.437909879,0.437943262
-8475,1,0.4385,1,1,1,1,1,1,1,1,0.2069,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2978,0.3189,0,1,0.6269,1,1,1,0.0629,0.6269,0,1,1,1,1,1,0.175874695,0,0.997569203,1,1,1,1,1,0.352816373,0,1,1,1,1,1,1,0.090665378,0,0.43777187,0.437909879,0.437943262
-8476,1,0.4385,1,1,1,1,1,1,1,1,0.1862,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1986,0.3189,0,1,0.6269,1,1,1,0.0689,0.6269,0,1,1,1,1,1,0.148745567,0,0.985744357,1,1,1,1,1,0.230971098,0,0.891561568,1,1,1,1,1,0.089285731,0,0.452513291,0.452506875,0.452570922
-8477,1,0.4385,1,1,1,1,1,1,1,1,0.1452,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1935,0.3189,0,1,0.6269,1,1,1,0.0886,0.6269,0,1,1,1,1,1,0.132119715,0,0.686545849,1,1,1,1,1,0.196875513,0,0.494360477,1,1,1,1,1,0.133006811,0,0.49861044,0.498624921,0.498670213
-8478,1,0.4385,1,1,1,1,1,1,1,1,0.093,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1547,0.3189,0,1,0.6269,1,1,1,0.0646,0.6269,0,1,1,1,1,1,0.073766947,0,0.479160666,1,1,1,1,1,0.178118765,0,0.328113109,1,1,1,1,1,0.128242955,0,0.580956984,0.58091813,0.581117021
-8479,1,0.4385,1,1,1,1,1,1,1,1,0.1192,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1723,0.3189,0,1,0.6269,1,1,1,0.0688,0.6269,0,1,1,1,1,1,0.087377071,0,0.763028681,1,1,1,1,1,0.220865622,0,0.249167278,1,1,1,1,1,0.117927313,0,0.623489609,0.623651365,0.623670213
-8480,1,0.4385,1,1,1,1,1,1,1,1,0.0079,0.4385,0.2102,1,0.3189,1,1,1,1,1,1,0,0.3189,0.2145,1,0.6269,1,1,1,0.0156,0.6269,0.1609,1,1,1,1,1,0.000408759,0.380608857,0.673576236,1,1,1,1,1,0.002550829,0.372425079,0.607998729,1,1,1,1,1,0.028641855,0.33959502,0.629531174,0.629574783,0.629432624
-8481,1,0.4385,1,1,1,1,1,1,1,1,0.015,0.4385,0.4132,1,0.3189,1,1,1,1,1,1,0,0.3189,0.43,1,0.6269,1,1,1,0.0048,0.6269,0.3588,1,1,1,1,1,0.001161388,0.649655342,0.670072019,1,1,1,1,1,0.010613155,0.655888796,0.790234089,1,1,1,1,1,0.007712661,0.581708252,0.627295795,0.627247726,0.627216312
-8482,1,0.4385,1,1,1,1,1,1,1,1,0.0381,0.4385,0.5376,1,0.3189,1,1,1,1,1,1,0,0.3189,0.588,1,0.6269,1,1,1,0.0017,0.6269,0.446,1,1,1,1,1,0.006236248,0.773131073,0.159837544,1,1,1,1,1,0.000238095,0.832999051,0.027303666,1,1,1,1,1,0.012401793,0.640987754,0.62361044,0.623651365,0.623670213
-8483,1,0.4385,1,1,1,1,1,1,1,1,0.0105,0.4385,0.5974,1,0.3189,1,1,1,1,1,1,0,0.3189,0.6619,1,0.6269,1,1,1,0.0013,0.6269,0.4992,1,1,1,1,1,0.001432274,0.838149011,0.130078942,1,1,1,1,1,0.001573125,0.901533425,0.020927226,1,1,1,1,1,0.006088824,0.69380939,0.617085549,0.617093294,0.617464539
-8484,1,0.4385,1,1,1,1,1,1,1,1,0.0278,0.4385,0.5731,1,0.3189,1,1,1,1,1,1,0,0.3189,0.6333,1,0.6269,1,1,1,0.0007,0.6269,0.4752,1,1,1,1,1,0.004279627,0.77268666,0.186739832,1,1,1,1,1,0.00205174,0.841515243,0.00979712,1,1,1,1,1,0.004835503,0.666056037,0.607962784,0.607996615,0.608156028
-8485,1,0.4385,1,1,1,1,1,1,1,1,0.0079,0.4385,0.4995,1,0.3189,1,1,1,1,1,1,0.0129,0.3189,0.5888,1,0.6269,1,1,1,0.0002,0.6269,0.4265,1,1,1,1,1,0.000998147,0.663904667,0.153388619,1,1,1,1,1,0.016757326,0.757152677,0.037619114,1,1,1,1,1,0.003486515,0.620859265,0.606754471,0.606727311,0.606826241
-8486,1,0.4385,1,1,1,1,1,1,1,1,0.0153,0.4385,0.3932,1,0.3189,1,1,1,1,1,1,0.0143,0.3189,0.3718,1,0.6269,1,1,1,0.0017,0.6269,0.3952,1,1,1,1,1,0.001317077,0.577529967,0.445405781,1,1,1,1,1,0.010938323,0.416123927,0.286316752,1,1,1,1,1,0.00076671,0.583505332,0.608808603,0.608842818,0.609042553
-8487,1,0.4385,1,1,1,1,1,1,1,1,0.0503,0.4385,0.1858,1,0.3189,1,1,1,1,1,1,0.0487,0.3189,0.1745,1,0.6269,1,1,1,0.0059,0.6269,0.1809,1,1,1,1,1,0.069883451,0.269530714,0.312022984,1,1,1,1,1,0.060042657,0.260769308,0.112418853,1,1,1,1,1,0.009337449,0.367932856,0.622402127,0.622382061,0.622340426
-8488,1,0.4385,1,1,1,1,1,1,1,1,0.0162,0.4385,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6269,1,1,1,0.0315,0.6269,0,1,1,1,1,1,0.027621677,0,0.192146778,1,1,1,1,1,0.012652484,0,0.076738745,1,1,1,1,1,0.079857826,0,0.674299178,0.674211974,0.67464539
-8489,1,0.4385,1,1,1,1,1,1,1,1,0.045,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0955,0.3189,0,1,0.6269,1,1,1,0.0333,0.6269,0,1,1,1,1,1,0.084600911,0,0.284092844,1,1,1,1,1,0.116671443,0,0.040719375,1,1,1,1,1,0.097541839,0,0.711152731,0.71123334,0.71143617
-8490,1,0.4385,1,1,1,1,1,1,1,1,0.0444,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1143,0.3189,0,1,0.6269,1,1,1,0.0408,0.6269,0,1,1,1,1,1,0.102136426,0,0.078165799,1,1,1,1,1,0.146857411,0,0.041142672,1,1,1,1,1,0.139975592,0,0.70698405,0.707002327,0.707003546
-8491,1,0.4385,1,1,1,1,1,1,1,1,0.1114,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0971,0.3189,0,1,0.6269,1,1,1,0.1121,0.6269,0,1,1,1,1,1,0.218661919,0,0.049514748,1,1,1,1,1,0.166403115,0,0.283598959,1,1,1,1,1,0.350459069,0,0.693511358,0.693674635,0.693705674
-8492,1,0.4385,1,1,1,1,1,1,1,1,0.0695,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1812,0.3189,0,1,0.6269,1,1,1,0.0934,0.6269,0,1,1,1,1,1,0.129356354,0,0.164620191,1,1,1,1,1,0.195686579,0,0.228022262,1,1,1,1,1,0.274882734,0,0.673936684,0.673788872,0.674202128
-8493,1,0.4385,1,1,1,1,1,1,1,1,0.0361,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2338,0.3189,0,1,0.6269,1,1,1,0.0923,0.6269,0,1,1,1,1,1,0.066996746,0,0.103971519,1,1,1,1,1,0.242224991,0,0.426948965,1,1,1,1,1,0.234894305,0,0.633518608,0.633594246,0.633421986
-8494,1,0.4385,1,1,1,1,1,1,1,1,0.0614,0.4385,0,1,0.3189,1,1,1,1,1,1,0.277,0.3189,0,1,0.6269,1,1,1,0.1298,0.6269,0,1,1,1,1,1,0.124165952,0,0.070546284,1,1,1,1,1,0.3050147,0,0.822446346,1,1,1,1,1,0.314029217,0,0.57280087,0.572667654,0.573138298
-8495,1,0.4385,1,1,1,1,1,1,1,1,0.0888,0.4385,0,1,0.3189,1,1,1,1,1,1,0.442,0.3189,0,1,0.6269,1,1,1,0.1697,0.6269,0,1,1,1,1,1,0.184367403,0,0.084680825,1,1,1,1,1,0.43063724,0,1,1,1,1,1,1,0.359179139,0,0.513533108,0.513645018,0.513741135
-8496,1,0.4385,1,1,1,1,1,1,1,1,0.0954,0.4385,0,1,0.3189,1,1,1,1,1,1,0.5151,0.3189,0,1,0.6269,1,1,1,0.1419,0.6269,0,1,1,1,1,1,0.18888396,0,0.30003801,1,1,1,1,1,0.556347251,0,1,1,1,1,1,1,0.262640625,0,0.47160464,0.471757986,0.471631206
-8497,1,0.4385,1,1,1,1,1,1,1,1,0.178,0.4385,0,1,0.3189,1,1,1,1,1,1,0.5903,0.3189,0,1,0.6269,1,1,1,0.1103,0.6269,0,1,1,1,1,1,0.264441639,0,0.665694833,1,1,1,1,1,0.639558315,0,1,1,1,1,1,1,0.204479784,0,0.44780087,0.447852761,0.447695035
-8498,1,0.4385,1,1,1,1,1,1,1,1,0.1695,0.4385,0,1,0.3189,1,1,1,1,1,1,0.6748,0.3189,0,1,0.6269,1,1,1,0.2328,0.6269,0,1,1,1,1,1,0.316236645,0,0.47031188,1,1,1,1,1,0.753578424,0,1,1,1,1,1,1,0.465351999,0,0.43638231,0.436429025,0.436613475
-8499,1,0.4385,1,1,1,1,1,1,1,1,0.3443,0.4385,0,1,0.3189,1,1,1,1,1,1,0.7431,0.3189,0,1,0.6269,1,1,1,0.2102,0.6269,0,1,1,1,1,1,0.463760465,0,1,1,1,1,1,1,0.833625555,0,1,1,1,1,1,1,0.39823994,0,0.436201063,0.436217474,0.436170213
-8500,1,0.4385,1,1,1,1,1,1,1,1,0.552,0.4385,0,1,0.3189,1,1,1,1,1,1,0.7387,0.3189,0,1,0.6269,1,1,1,0.2168,0.6269,0,1,1,1,1,1,0.576017261,0,1,1,1,1,1,1,0.844310582,0,1,1,1,1,1,1,0.381489217,0,0.447015466,0.447006558,0.447251773
-8501,1,0.4385,1,1,1,1,1,1,1,1,0.7188,0.4385,0,1,0.3189,1,1,1,1,1,1,0.8666,0.3189,0,1,0.6269,1,1,1,0.2847,0.6269,0,1,1,1,1,1,0.686539948,0,1,1,1,1,1,1,0.88634181,0,1,1,1,1,1,1,0.431437939,0,0.486708555,0.486778083,0.486702128
-8502,1,0.4385,1,1,1,1,1,1,1,1,0.7556,0.4385,0,1,0.3189,1,1,1,1,1,1,0.9008,0.3189,0,1,0.6269,1,1,1,0.3433,0.6269,0,1,1,1,1,1,0.730820894,0,1,1,1,1,1,1,0.920783043,0,1,1,1,1,1,1,0.489239573,0,0.560536491,0.560609266,0.56072695
-8503,1,0.4385,1,1,1,1,1,1,1,1,0.8117,0.4385,0,1,0.3189,1,1,1,1,1,1,0.7715,0.3189,0,1,0.6269,1,1,1,0.3694,0.6269,0,1,1,1,1,1,0.788691103,0,1,1,1,1,1,1,0.862879038,0,0.390052378,1,1,1,1,1,0.595776618,0,0.614306428,0.614343135,0.614361702
-8504,1,0.4385,1,1,1,1,1,1,1,1,0.8582,0.4385,0,1,0.3189,1,1,1,1,1,1,0.9264,0.3189,0.0001,1,0.6269,1,1,1,0.4263,0.6269,0,1,1,1,1,1,0.85143882,1.54E-06,1,1,1,1,1,1,0.942412615,0,0.052356023,1,1,1,1,1,0.602397799,0.011094768,0.632249879,0.632324942,0.632535461
-8505,1,0.4385,1,1,1,1,1,1,1,1,0.9209,0.4385,0.0446,1,0.3189,1,1,1,1,1,1,0.8933,0.3189,0.0558,1,0.6269,1,1,1,0.5482,0.6269,0.0512,1,1,1,1,1,0.939349353,0.044021182,1,1,1,1,1,1,0.923737645,0.017141907,1,1,1,1,1,1,0.762499809,0.052162431,0.641130981,0.64121007,0.641400709
-8506,1,0.4385,1,1,1,1,1,1,1,1,0.9474,0.4385,0.0583,1,0.3189,1,1,1,1,1,1,0.7997,0.3189,0.0287,1,0.6269,1,1,1,0.6409,0.6269,0.1353,1,1,1,1,1,0.937878966,0.075342216,1,1,1,1,1,1,0.874281704,0.019801348,1,1,1,1,1,1,0.845413685,0.148067132,0.644453842,0.64459488,0.644503546
-8507,1,0.4385,1,1,1,1,1,1,1,1,0.9322,0.4385,0.0588,1,0.3189,1,1,1,1,1,1,0.7379,0.3189,0.065,1,0.6269,1,1,1,0.6491,0.6269,0.2086,1,1,1,1,1,0.923209012,0.113887846,0.807193935,1,1,1,1,1,0.814786553,0.046707232,0,1,1,1,1,1,0.843078136,0.237766623,0.641916385,0.641844722,0.641843972
-8508,1,0.4385,1,1,1,1,1,1,1,1,0.9305,0.4385,0.0315,1,0.3189,1,1,1,1,1,1,0.7475,0.3189,0.0339,1,0.6269,1,1,1,0.7038,0.6269,0.1456,1,1,1,1,1,0.908578157,0.104333125,0.123675674,1,1,1,1,1,0.852567494,0.06979014,0.390052378,1,1,1,1,1,0.898101091,0.178652614,0.630256162,0.630209435,0.630319149
-8509,1,0.4385,1,1,1,1,1,1,1,1,0.9176,0.4385,0.0289,1,0.3189,1,1,1,1,1,1,0.8321,0.3189,0.2606,1,0.6269,1,1,1,0.8279,0.6269,0.2577,1,1,1,1,1,0.933961928,0.054416768,0.056868747,1,1,1,1,1,0.895705044,0.41158697,1,1,1,1,1,1,0.931783497,0.043520655,0.621193813,0.621324307,0.621453901
-8510,1,0.4385,1,1,1,1,1,1,1,1,0.9181,0.4385,0.1648,1,0.3189,1,1,1,1,1,1,0.601,0.3189,0.383,1,0.6269,1,1,1,0.8748,0.6269,0.197,1,1,1,1,1,0.926370859,0.267821312,0.734586954,1,1,1,1,1,0.676150858,0.531088173,1,1,1,1,1,1,0.942643762,0.001466182,0.608929435,0.608842818,0.609042553
-8511,1,0.4385,1,1,1,1,1,1,1,1,0.5052,0.4385,0.285,1,0.3189,1,1,1,1,1,1,0.3648,0.3189,0.2594,1,0.6269,1,1,1,0.5872,0.6269,0.2168,1,1,1,1,1,0.576872826,0.452669084,1,1,1,1,1,1,0.409917057,0.400234967,1,1,1,1,1,1,0.853679419,0.23700422,0.60578782,0.605669558,0.605939716
-8512,1,0.4385,1,1,1,1,1,1,1,1,0.756,0.4385,0,1,0.3189,1,1,1,1,1,1,0.7642,0.3189,0,1,0.6269,1,1,1,0.9502,0.6269,0,1,1,1,1,1,0.853764057,0,1,1,1,1,1,1,0.776443899,0.000235,1,1,1,1,1,1,0.943084896,0,0.649589174,0.649672096,0.649822695
-8513,1,0.4385,1,1,1,1,1,1,1,1,0.5291,0.4385,0,1,0.3189,1,1,1,1,1,1,0.3053,0.3189,0,1,0.6269,1,1,1,0.9244,0.6269,0,1,1,1,1,1,0.645878196,0,1,1,1,1,1,1,0.357974648,0,0.951774418,1,1,1,1,1,0.92137605,0,0.681609473,0.681616247,0.681737589
-8514,1,0.4385,1,1,1,1,1,1,1,1,0.5664,0.4385,0,1,0.3189,1,1,1,1,1,1,0.19,0.3189,0,1,0.6269,1,1,1,0.894,0.6269,0,1,1,1,1,1,0.478271067,0,0.96154654,1,1,1,1,1,0.232302845,0,1,1,1,1,1,1,0.920553327,0,0.670915901,0.670827163,0.671099291
-8515,1,0.4385,1,1,1,1,1,1,1,1,0.6014,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1209,0.3189,0,1,0.6269,1,1,1,0.8341,0.6269,0,1,1,1,1,1,0.519914627,0,0.80601573,1,1,1,1,1,0.158412218,0,0.786532044,1,1,1,1,1,0.884915829,0,0.652247463,0.652210704,0.652039007
-8516,1,0.4385,1,1,1,1,1,1,1,1,0.4431,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2882,0.3189,0,1,0.6269,1,1,1,0.8381,0.6269,0,1,1,1,1,1,0.373353958,0,0.910857797,1,1,1,1,1,0.29407227,0,1,1,1,1,1,1,0.875444293,0,0.629893668,0.629786334,0.629875887
-8517,1,0.4385,1,1,1,1,1,1,1,1,0.2764,0.4385,0,1,0.3189,1,1,1,1,1,1,0.074,0.3189,0,1,0.6269,1,1,1,0.3407,0.6269,0,1,1,1,1,1,0.119496472,0,1,1,1,1,1,1,0.098656058,0,1,1,1,1,1,1,0.239109367,0,0.59841711,0.598476835,0.598847518
-8518,1,0.4385,1,1,1,1,1,1,1,1,0.2508,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1342,0.3189,0,1,0.6269,1,1,1,0.3255,0.6269,0,1,1,1,1,1,0.109638803,0,1,1,1,1,1,1,0.12487682,0,1,1,1,1,1,1,0.214742184,0,0.552319961,0.55235879,0.552748227
-8519,1,0.4385,1,1,1,1,1,1,1,1,0.2218,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2242,0.3189,0,1,0.6269,1,1,1,0.5385,0.6269,0,1,1,1,1,1,0.169002816,0,0.98729682,1,1,1,1,1,0.204614311,0,1,1,1,1,1,1,0.53570503,0,0.499093765,0.499048022,0.499113475
-8520,1,0.4385,1,1,1,1,1,1,1,1,0.2127,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2806,0.3189,0,1,0.6269,1,1,1,0.4024,0.6269,0,1,1,1,1,1,0.146086797,0,0.80723387,1,1,1,1,1,0.248322949,0,0.971132278,1,1,1,1,1,0.362423241,0,0.459944418,0.459911149,0.459663121
-8521,1,0.4385,1,1,1,1,1,1,1,1,0.1857,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2227,0.3189,0,1,0.6269,1,1,1,0.3637,0.6269,0,1,1,1,1,1,0.131360531,0,0.74112165,1,1,1,1,1,0.206792727,0,0.914369226,1,1,1,1,1,0.355678558,0,0.436563557,0.436640575,0.436613475
-8522,1,0.4385,1,1,1,1,1,1,1,1,0.1657,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2015,0.3189,0,1,0.6269,1,1,1,0.3063,0.6269,0,1,1,1,1,1,0.108913481,0,0.593886256,1,1,1,1,1,0.187988207,0,0.831857324,1,1,1,1,1,0.344619453,0,0.42357419,0.423735985,0.423758865
-8523,1,0.4385,1,1,1,1,1,1,1,1,0.2579,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2948,0.3189,0,1,0.6269,1,1,1,0.2556,0.6269,0,1,1,1,1,1,0.194563016,0,0.733893633,1,1,1,1,1,0.260338962,0,0.85734427,1,1,1,1,1,0.286395401,0,0.420009667,0.419928073,0.419769504
-8524,1,0.4385,1,1,1,1,1,1,1,1,0.3923,0.4385,0,1,0.3189,1,1,1,1,1,1,0.3224,0.3189,0,1,0.6269,1,1,1,0.2457,0.6269,0,1,1,1,1,1,0.346242189,0,0.69017607,1,1,1,1,1,0.328635633,0,1,1,1,1,1,1,0.200861707,0,0.424057516,0.423947535,0.424202128
-8525,1,0.4385,1,1,1,1,1,1,1,1,0.4081,0.4385,0,1,0.3189,1,1,1,1,1,1,0.5903,0.3189,0,1,0.6269,1,1,1,0.2301,0.6269,0,1,1,1,1,1,0.348474205,0,0.744776368,1,1,1,1,1,0.587348461,0,1,1,1,1,1,1,0.173090607,0,0.438859352,0.438756082,0.438829787
-8526,1,0.4385,1,1,1,1,1,1,1,1,0.1115,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2554,0.3189,0,1,0.6269,1,1,1,0.0276,0.6269,0,1,1,1,1,1,0.071605824,0,1,1,1,1,1,1,0.253311306,0,1,1,1,1,1,1,0.039210524,0,0.471544224,0.471546435,0.471631206
-8527,1,0.4385,1,1,1,1,1,1,1,1,0.0785,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1977,0.3189,0,1,0.6269,1,1,1,0.0207,0.6269,0,1,1,1,1,1,0.05052742,0,1,1,1,1,1,1,0.230547667,0,1,1,1,1,1,1,0.034625784,0,0.508760271,0.508779353,0.508865248
-8528,1,0.4385,1,1,1,1,1,1,1,1,0.1498,0.4385,0.0978,1,0.3189,1,1,1,1,1,1,0.317,0.3189,0.0935,1,0.6269,1,1,1,0.0268,0.6269,0.1037,1,1,1,1,1,0.128718615,0.196341634,1,1,1,1,1,1,0.322550267,0.196632937,1,1,1,1,1,1,0.033077005,0.24493742,0.551111648,0.551089486,0.550975177
-8529,1,0.4385,1,1,1,1,1,1,1,1,0.3371,0.4385,0.2792,1,0.3189,1,1,1,1,1,1,0.8715,0.3189,0.2962,1,0.6269,1,1,1,0.0616,0.6269,0.2899,1,1,1,1,1,0.36219728,0.379060477,1,1,1,1,1,1,0.796125174,0.482240021,1,1,1,1,1,1,0.070720538,0.420919329,0.578902852,0.578802623,0.578900709
-8530,1,0.4385,1,1,1,1,1,1,1,1,0.4594,0.4385,0.4105,1,0.3189,1,1,1,1,1,1,0.9665,0.3189,0.4065,1,0.6269,1,1,1,0.0887,0.6269,0.3702,1,1,1,1,1,0.585943818,0.576544821,0.922006965,1,1,1,1,1,0.871876478,0.560455561,1,1,1,1,1,1,0.081724368,0.540887773,0.587965201,0.587899302,0.58820922
-8531,1,0.4385,1,1,1,1,1,1,1,1,0.6252,0.4385,0.4492,1,0.3189,1,1,1,1,1,1,0.9253,0.3189,0.4214,1,0.6269,1,1,1,0.1425,0.6269,0.4063,1,1,1,1,1,0.749622464,0.607801318,0.892214358,1,1,1,1,1,0.874696612,0.576676786,1,1,1,1,1,1,0.063234314,0.587063193,0.590140164,0.590226359,0.590425532
-8532,1,0.4385,1,1,1,1,1,1,1,1,0.6139,0.4385,0.4963,1,0.3189,1,1,1,1,1,1,0.966,0.3189,0.43,1,0.6269,1,1,1,0.1036,0.6269,0.3933,1,1,1,1,1,0.720857024,0.679176688,0.975053906,1,1,1,1,1,0.920807183,0.631066978,1,1,1,1,1,1,0.052305393,0.542780757,0.586092315,0.585995346,0.58643617
-8533,1,0.4385,1,1,1,1,1,1,1,1,0.6739,0.4385,0.4878,1,0.3189,1,1,1,1,1,1,0.9776,0.3189,0.4406,1,0.6269,1,1,1,0.1241,0.6269,0.3487,1,1,1,1,1,0.722800553,0.692049265,0.993351519,1,1,1,1,1,0.92075038,0.627709091,1,1,1,1,1,1,0.088021383,0.469323993,0.581500725,0.581552782,0.581560284
-8534,1,0.4385,1,1,1,1,1,1,1,1,0.7494,0.4385,0.4023,1,0.3189,1,1,1,1,1,1,0.9513,0.3189,0.3807,1,0.6269,1,1,1,0.1544,0.6269,0.2682,1,1,1,1,1,0.78684783,0.553897798,0.991584599,1,1,1,1,1,0.921035409,0.515034437,1,1,1,1,1,1,0.137321815,0.418182254,0.580775737,0.580706579,0.580673759
-8535,1,0.4385,1,1,1,1,1,1,1,1,0.7594,0.4385,0.2639,1,0.3189,1,1,1,1,1,1,0.9657,0.3189,0.2685,1,0.6269,1,1,1,0.1632,0.6269,0.1349,1,1,1,1,1,0.793801904,0.428406745,0.994586229,1,1,1,1,1,0.931852043,0.423202008,1,1,1,1,1,1,0.174348399,0.299359798,0.590683905,0.590649461,0.590868794
-8536,1,0.4385,1,1,1,1,1,1,1,1,0.5672,0.4385,0.0209,1,0.3189,1,1,1,1,1,1,0.8891,0.3189,0.0563,1,0.6269,1,1,1,0.2223,0.6269,0,1,1,1,1,1,0.609560311,0.069586389,1,1,1,1,1,1,0.844565272,0.116166174,1,1,1,1,1,1,0.239468798,0,0.642460126,0.642479374,0.642730496
-8537,1,0.4385,1,1,1,1,1,1,1,1,0.486,0.4385,0,1,0.3189,1,1,1,1,1,1,0.8333,0.3189,0,1,0.6269,1,1,1,0.2415,0.6269,0,1,1,1,1,1,0.517949641,0,0.995254278,1,1,1,1,1,0.759938359,0,1,1,1,1,1,1,0.398301274,0,0.68360319,0.683731754,0.683510638
-8538,1,0.4385,1,1,1,1,1,1,1,1,0.5142,0.4385,0,1,0.3189,1,1,1,1,1,1,0.9501,0.3189,0,1,0.6269,1,1,1,0.276,0.6269,0,1,1,1,1,1,0.608529747,0,0.995214522,1,1,1,1,1,0.827137053,0,1,1,1,1,1,1,0.506308794,0,0.681549058,0.681616247,0.681737589
-8539,1,0.4385,1,1,1,1,1,1,1,1,0.4679,0.4385,0,1,0.3189,1,1,1,1,1,1,0.9458,0.3189,0,1,0.6269,1,1,1,0.3425,0.6269,0,1,1,1,1,1,0.505548,0,0.998685539,1,1,1,1,1,0.860494018,0,1,1,1,1,1,1,0.698232174,0,0.667230546,0.667230802,0.667553191
-8540,1,0.4385,1,1,1,1,1,1,1,1,0.3682,0.4385,0,1,0.3189,1,1,1,1,1,1,0.9459,0.3189,0,1,0.6269,1,1,1,0.205,0.6269,0,1,1,1,1,1,0.396080583,0,1,1,1,1,1,1,0.834156811,0,1,1,1,1,1,1,0.410716981,0,0.649891252,0.649883647,0.649822695
-8541,1,0.4385,1,1,1,1,1,1,1,1,0.7269,0.4385,0,1,0.3189,1,1,1,1,1,1,0.8943,0.3189,0,1,0.6269,1,1,1,0.5771,0.6269,0,1,1,1,1,1,0.86168015,0,1,1,1,1,1,1,0.858190298,0,1,1,1,1,1,1,0.91053921,0,0.624697922,0.624709118,0.624556738
-8542,1,0.4385,1,1,1,1,1,1,1,1,0.5657,0.4385,0,1,0.3189,1,1,1,1,1,1,0.9349,0.3189,0,1,0.6269,1,1,1,0.5554,0.6269,0,1,1,1,1,1,0.69851476,0,1,1,1,1,1,1,0.839143991,0,1,1,1,1,1,1,0.932548881,0,0.583252779,0.583245187,0.583333333
-8543,1,0.4385,1,1,1,1,1,1,1,1,0.5864,0.4385,0,1,0.3189,1,1,1,1,1,1,0.9149,0.3189,0,1,0.6269,1,1,1,0.6079,0.6269,0,1,1,1,1,1,0.692740679,0,1,1,1,1,1,1,0.820301831,0,1,1,1,1,1,1,0.931621015,0,0.534195263,0.534165433,0.534131206
-8544,1,0.4385,1,1,1,1,1,1,1,1,0.6132,0.4385,0,1,0.3189,1,1,1,1,1,1,0.9438,0.3189,0,1,0.6269,1,1,1,0.647,0.6269,0,1,1,1,1,1,0.805759072,0,1,1,1,1,1,1,0.864470541,0,1,1,1,1,1,1,0.92937392,0,0.493656356,0.493759255,0.493794326
-8545,1,0.4385,1,1,1,1,1,1,1,1,0.5262,0.4385,0,1,0.3189,1,1,1,1,1,1,0.9528,0.3189,0,1,0.6269,1,1,1,0.7254,0.6269,0,1,1,1,1,1,0.723252296,0,1,1,1,1,1,1,0.809038043,0,1,1,1,1,1,1,0.957808495,0,0.467919285,0.467950074,0.468085106
-8546,1,0.4385,1,1,1,1,1,1,1,1,0.5841,0.4385,0,1,0.3189,1,1,1,1,1,1,0.941,0.3189,0,1,0.6269,1,1,1,0.7424,0.6269,0,1,1,1,1,1,0.750946164,0,0.950919747,1,1,1,1,1,0.743550658,0,1,1,1,1,1,1,0.969444156,0,0.454144514,0.454199281,0.453900709
-8547,1,0.4385,1,1,1,1,1,1,1,1,0.5464,0.4385,0,1,0.3189,1,1,1,1,1,1,0.8908,0.3189,0,1,0.6269,1,1,1,0.7189,0.6269,0,1,1,1,1,1,0.670407474,0,0.740284145,1,1,1,1,1,0.728592992,0,1,1,1,1,1,1,0.963626444,0,0.44780087,0.447852761,0.447695035
-8548,1,0.4385,1,1,1,1,1,1,1,1,0.458,0.4385,0,1,0.3189,1,1,1,1,1,1,0.6873,0.3189,0,1,0.6269,1,1,1,0.7006,0.6269,0,1,1,1,1,1,0.544805586,0,0.439351052,1,1,1,1,1,0.586682558,0,1,1,1,1,1,1,0.956286073,0,0.448888352,0.448910514,0.449024823
-8549,1,0.4385,1,1,1,1,1,1,1,1,0.4518,0.4385,0,1,0.3189,1,1,1,1,1,1,0.6336,0.3189,0,1,0.6269,1,1,1,0.6945,0.6269,0,1,1,1,1,1,0.493992358,0,0.373839438,1,1,1,1,1,0.576232076,0,1,1,1,1,1,1,0.941874087,0,0.461152731,0.461180453,0.46143617
-8550,1,0.4385,1,1,1,1,1,1,1,1,0.4955,0.4385,0,1,0.3189,1,1,1,1,1,1,0.6421,0.3189,0,1,0.6269,1,1,1,0.6427,0.6269,0,1,1,1,1,1,0.468978643,0,0.595835805,1,1,1,1,1,0.552468419,0,1,1,1,1,1,1,0.916909993,0,0.485983567,0.485931881,0.485815603
-8551,1,0.4385,1,1,1,1,1,1,1,1,0.3539,0.4385,0,1,0.3189,1,1,1,1,1,1,0.5303,0.3189,0,1,0.6269,1,1,1,0.7225,0.6269,0,1,1,1,1,1,0.362995327,0,0.721548796,1,1,1,1,1,0.449046791,0,1,1,1,1,1,1,0.958025038,0,0.512747704,0.512798815,0.51285461
-8552,1,0.4385,1,1,1,1,1,1,1,1,0.3405,0.4385,0.2274,1,0.3189,1,1,1,1,1,1,0.2385,0.3189,0.189,1,0.6269,1,1,1,0.7182,0.6269,0.1233,1,1,1,1,1,0.325892925,0.410353184,0.999089599,1,1,1,1,1,0.251502901,0.287901282,1,1,1,1,1,1,0.941139579,0.421172053,0.547728371,0.547704675,0.54787234
-8553,1,0.4385,1,1,1,1,1,1,1,1,0.1786,0.4385,0.4451,1,0.3189,1,1,1,1,1,1,0.1727,0.3189,0.346,1,0.6269,1,1,1,0.6511,0.6269,0.2972,1,1,1,1,1,0.23647806,0.652876258,0.55802834,1,1,1,1,1,0.20671241,0.490664929,0.417779863,1,1,1,1,1,0.900869846,0.699668765,0.570565491,0.570763698,0.570921986
-8554,1,0.4385,1,1,1,1,1,1,1,1,0.2496,0.4385,0.5487,1,0.3189,1,1,1,1,1,1,0.0839,0.3189,0.4271,1,0.6269,1,1,1,0.6066,0.6269,0.4402,1,1,1,1,1,0.193925962,0.724559426,0.701586127,1,1,1,1,1,0.097421721,0.636151552,0.48500368,1,1,1,1,1,0.849728048,0.85618329,0.578359111,0.578379522,0.578457447
-8555,1,0.4385,1,1,1,1,1,1,1,1,0.3316,0.4385,0.5288,1,0.3189,1,1,1,1,1,1,0.1316,0.3189,0.4127,1,0.6269,1,1,1,0.4947,0.6269,0.5145,1,1,1,1,1,0.299159259,0.724735081,0.652134717,1,1,1,1,1,0.138092458,0.615146041,0.373702884,1,1,1,1,1,0.707488477,0.928021252,0.58337361,0.583456738,0.583333333
-8556,1,0.4385,1,1,1,1,1,1,1,1,0.298,0.4385,0.4508,1,0.3189,1,1,1,1,1,1,0.0691,0.3189,0.4253,1,0.6269,1,1,1,0.5016,0.6269,0.5431,1,1,1,1,1,0.219928071,0.677630186,0.702157259,1,1,1,1,1,0.062908888,0.621222794,0.395518601,1,1,1,1,1,0.715612471,0.932812512,0.585246496,0.585149143,0.585106383
-8557,1,0.4385,1,1,1,1,1,1,1,1,0.2757,0.4385,0.4375,1,0.3189,1,1,1,1,1,1,0.0592,0.3189,0.4323,1,0.6269,1,1,1,0.3752,0.6269,0.4752,1,1,1,1,1,0.256481767,0.651949644,0.418154955,1,1,1,1,1,0.059445068,0.623824418,0.283836901,1,1,1,1,1,0.592879057,0.875110626,0.581259062,0.581341231,0.581560284
-8558,1,0.4385,1,1,1,1,1,1,1,1,0.2568,0.4385,0.3749,1,0.3189,1,1,1,1,1,1,0.1302,0.3189,0.3965,1,0.6269,1,1,1,0.2879,0.6269,0.3945,1,1,1,1,1,0.295139939,0.582705498,0.162211895,1,1,1,1,1,0.102694079,0.614593387,0.181032717,1,1,1,1,1,0.435741723,0.751785994,0.576727888,0.576687117,0.576684397
-8559,1,0.4385,1,1,1,1,1,1,1,1,0.224,0.4385,0.2477,1,0.3189,1,1,1,1,1,1,0.4719,0.3189,0.3089,1,0.6269,1,1,1,0.3117,0.6269,0.2408,1,1,1,1,1,0.28642711,0.444873065,0.014697591,1,1,1,1,1,0.361622423,0.526019096,0.341917038,1,1,1,1,1,0.474326164,0.520028591,0.580413243,0.580495029,0.580230496
-8560,1,0.4385,1,1,1,1,1,1,1,1,0.1432,0.4385,0.0342,1,0.3189,1,1,1,1,1,1,0.2363,0.3189,0.0853,1,0.6269,1,1,1,0.2524,0.6269,0,1,1,1,1,1,0.159104452,0.128139228,0.038905002,1,1,1,1,1,0.227246732,0.239632189,0.67926681,1,1,1,1,1,0.457181126,0,0.632612373,0.632748043,0.632978723
-8561,1,0.4385,1,1,1,1,1,1,1,1,0.0856,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0215,0.3189,0,1,0.6269,1,1,1,0.1871,0.6269,0,1,1,1,1,1,0.1510171,0,0.1501109,1,1,1,1,1,0.072846085,0,0.490142941,1,1,1,1,1,0.39378202,0,0.67677622,0.676750582,0.677304965
-8562,1,0.4385,1,1,1,1,1,1,1,1,0.1394,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0708,0.3189,0,1,0.6269,1,1,1,0.2474,0.6269,0,1,1,1,1,1,0.283996671,0,0.22248736,1,1,1,1,1,0.17030628,0,0.644459486,1,1,1,1,1,0.396279603,0,0.676292895,0.67632748,0.67641844
-8563,1,0.4385,1,1,1,1,1,1,1,1,0.1894,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1378,0.3189,0,1,0.6269,1,1,1,0.1501,0.6269,0,1,1,1,1,1,0.222307175,0,0.717617512,1,1,1,1,1,0.232263982,0,0.610659957,1,1,1,1,1,0.259351343,0,0.663907685,0.663845991,0.664007092
-8564,1,0.4385,1,1,1,1,1,1,1,1,0.2554,0.4385,0,1,0.3189,1,1,1,1,1,1,0.357,0.3189,0,1,0.6269,1,1,1,0.1439,0.6269,0,1,1,1,1,1,0.28293696,0,0.661156654,1,1,1,1,1,0.372507691,0,0.867667794,1,1,1,1,1,0.238388702,0,0.647474625,0.64755659,0.648049645
-8565,1,0.4385,1,1,1,1,1,1,1,1,0.2283,0.4385,0,1,0.3189,1,1,1,1,1,1,0.3347,0.3189,0,1,0.6269,1,1,1,0.166,0.6269,0,1,1,1,1,1,0.23229821,0,0.837358713,1,1,1,1,1,0.317135334,0,0.743637741,1,1,1,1,1,0.216352642,0,0.616843886,0.616670193,0.617021277
-8566,1,0.4385,1,1,1,1,1,1,1,1,0.2948,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1722,0.3189,0,1,0.6269,1,1,1,0.1078,0.6269,0,1,1,1,1,1,0.342633307,0,0.870871723,1,1,1,1,1,0.210560262,0,0.700236917,1,1,1,1,1,0.118511856,0,0.572982117,0.572879205,0.573138298
-8567,1,0.4385,1,1,1,1,1,1,1,1,0.449,0.4385,0,1,0.3189,1,1,1,1,1,1,0.3106,0.3189,0,1,0.6269,1,1,1,0.128,0.6269,0,1,1,1,1,1,0.532747269,0,0.575637281,1,1,1,1,1,0.429198354,0,0.65211314,1,1,1,1,1,0.141876072,0,0.521145481,0.521049291,0.521276596
-8568,1,0.4385,1,1,1,1,1,1,1,1,0.5322,0.4385,0,1,0.3189,1,1,1,1,1,1,0.257,0.3189,0,1,0.6269,1,1,1,0.137,0.6269,0,1,1,1,1,1,0.4513098,0,0.769750714,1,1,1,1,1,0.378816009,0,0.993583798,1,1,1,1,1,0.180562034,0,0.479760754,0.479796911,0.479609929
-8569,1,0.4385,1,1,1,1,1,1,1,1,0.4828,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2692,0.3189,0,1,0.6269,1,1,1,0.2195,0.6269,0,1,1,1,1,1,0.431335479,0,0.602164984,1,1,1,1,1,0.391910911,0,0.56994617,1,1,1,1,1,0.291149586,0,0.455775737,0.455680135,0.455673759
-8570,1,0.4385,1,1,1,1,1,1,1,1,0.4622,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1419,0.3189,0,1,0.6269,1,1,1,0.2576,0.6269,0,1,1,1,1,1,0.376579165,0,0.65346694,1,1,1,1,1,0.207200974,0,0.426544011,1,1,1,1,1,0.375446349,0,0.443390527,0.443410197,0.443262411
-8571,1,0.4385,1,1,1,1,1,1,1,1,0.3792,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1534,0.3189,0,1,0.6269,1,1,1,0.2782,0.6269,0,1,1,1,1,1,0.321633965,0,0.605450988,1,1,1,1,1,0.249492735,0,0.467077255,1,1,1,1,1,0.442304194,0,0.441155147,0.441083139,0.441046099
-8572,1,0.4385,1,1,1,1,1,1,1,1,0.3856,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1871,0.3189,0,1,0.6269,1,1,1,0.2529,0.6269,0,1,1,1,1,1,0.336801142,0,0.308108658,1,1,1,1,1,0.268667072,0,0.250716746,1,1,1,1,1,0.489084929,0,0.450882069,0.45081447,0.451241135
-8573,1,0.4385,1,1,1,1,1,1,1,1,0.3188,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2812,0.3189,0,1,0.6269,1,1,1,0.3266,0.6269,0,1,1,1,1,1,0.270376086,0,0.244316638,1,1,1,1,1,0.338786215,0,0.258046865,1,1,1,1,1,0.624104023,0,0.477283712,0.477258303,0.477393617
-8574,1,0.4385,1,1,1,1,1,1,1,1,0.2051,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1876,0.3189,0,1,0.6269,1,1,1,0.3767,0.6269,0,1,1,1,1,1,0.202263683,0,0.18443656,1,1,1,1,1,0.214364052,0,0.212507069,1,1,1,1,1,0.702093601,0,0.518426776,0.518510683,0.518617021
-8575,1,0.4385,1,1,1,1,1,1,1,1,0.1061,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2677,0.3189,0,1,0.6269,1,1,1,0.2997,0.6269,0,1,1,1,1,1,0.105008245,0,0.380501866,1,1,1,1,1,0.253935635,0,0.247564942,1,1,1,1,1,0.621995211,0,0.554917835,0.554897398,0.554964539
-8576,1,0.4384,1,1,1,1,1,1,1,1,0.1352,0.4384,0.2255,1,0.3189,1,1,1,1,1,1,0.1734,0.3189,0.1996,1,0.627,1,1,1,0.3126,0.627,0.1652,1,1,1,1,1,0.174275994,0.383286864,0.45866555,1,1,1,1,1,0.170466483,0.344298631,0.240032479,1,1,1,1,1,0.671337724,0.419778138,0.587179797,0.58726465,0.587322695
-8577,1,0.4382,1,1,1,1,1,1,1,1,0.1918,0.4382,0.4422,1,0.3189,1,1,1,1,1,1,0.1272,0.3189,0.3925,1,0.6271,1,1,1,0.3059,0.6271,0.3646,1,1,1,1,1,0.210683018,0.678470254,0.19199422,1,1,1,1,1,0.121492267,0.544966936,0.139052629,1,1,1,1,1,0.546967208,0.699351668,0.605244079,0.605246457,0.605496454
-8578,1,0.4381,1,1,1,1,1,1,1,1,0.1481,0.4381,0.5408,1,0.3189,1,1,1,1,1,1,0.1077,0.3189,0.5052,1,0.6272,1,1,1,0.1835,0.6272,0.4853,1,1,1,1,1,0.146053299,0.766658247,0.632569194,1,1,1,1,1,0.083881304,0.720754087,0.288114429,1,1,1,1,1,0.311656743,0.818118691,0.611346061,0.611381426,0.611702128
-8579,1,0.438,1,1,1,1,1,1,1,1,0.1637,0.438,0.6649,1,0.3189,1,1,1,1,1,1,0.0163,0.3189,0.6271,1,0.6273,1,1,1,0.3255,0.6273,0.5346,1,1,1,1,1,0.205447942,0.909654498,0.08245565,1,1,1,1,1,0.017148821,0.833440781,0.030080888,1,1,1,1,1,0.502684891,0.924545407,0.608385694,0.608419717,0.608599291
-8580,1,0.4378,1,1,1,1,1,1,1,1,0.0988,0.4378,0.6653,1,0.3189,1,1,1,1,1,1,0.01,0.3189,0.6283,1,0.6274,1,1,1,0.415,0.6274,0.5662,1,1,1,1,1,0.134313419,0.911120832,0.040766515,1,1,1,1,1,0.015458579,0.845905244,0,1,1,1,1,1,0.558065534,0.931040525,0.598598357,0.598688386,0.598847518
-8581,1,0.4377,1,1,1,1,1,1,1,1,0.07,0.4377,0.6232,1,0.3189,1,1,1,1,1,1,0.0008,0.3189,0.5558,1,0.6275,1,1,1,0.2688,0.6275,0.5376,1,1,1,1,1,0.100446895,0.853342891,0,1,1,1,1,1,0.002168536,0.718837798,0,1,1,1,1,1,0.39550209,0.88023138,0.590744321,0.590649461,0.590868794
-8582,1,0.4376,1,1,1,1,1,1,1,1,0.0655,0.4376,0.4789,1,0.3189,1,1,1,1,1,1,0,0.3189,0.3366,1,0.6276,1,1,1,0.3459,0.6276,0.4409,1,1,1,1,1,0.083306499,0.701078653,0,1,1,1,1,1,0,0.415539712,0,1,1,1,1,1,0.509147048,0.767633319,0.589173514,0.589168606,0.589095745
-8583,1,0.4374,1,1,1,1,1,1,1,1,0.0176,0.4374,0.2156,1,0.3189,1,1,1,1,1,1,0,0.3189,0.2418,1,0.6277,1,1,1,0.3294,0.6277,0.2847,1,1,1,1,1,0.02416929,0.345119506,0.005309603,1,1,1,1,1,0,0.465582103,0,1,1,1,1,1,0.535685122,0.549155712,0.595094248,0.595092025,0.594858156
-8584,1,0.4373,1,1,1,1,1,1,1,1,0.0171,0.4373,0.0405,1,0.3189,1,1,1,1,1,1,0,0.3189,0.0936,1,0.6278,1,1,1,0.3931,0.6278,0,1,1,1,1,1,0.029897463,0.102507934,0.017946048,1,1,1,1,1,0,0.202526644,0,1,1,1,1,1,0.69914341,4.76E-05,0.641372644,0.64142162,0.641400709
-8585,1,0.4372,1,1,1,1,1,1,1,1,0.0193,0.4372,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6279,1,1,1,0.315,0.6279,0,1,1,1,1,1,0.033580743,0,0.012539168,1,1,1,1,1,0,0,0,1,1,1,1,1,0.616783023,0,0.666747221,0.6668077,0.666666667
-8586,1,0.437,1,1,1,1,1,1,1,1,0.0035,0.437,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.628,1,1,1,0.2583,0.628,0,1,1,1,1,1,0.005703936,0,0.004846581,1,1,1,1,1,1.01E-05,0,0,1,1,1,1,1,0.490460038,0,0.640526825,0.640575418,0.640514184
-8587,1,0.4369,1,1,1,1,1,1,1,1,0.0003,0.4369,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6281,1,1,1,0.2149,0.6281,0,1,1,1,1,1,4.32E-05,0,0.000310163,1,1,1,1,1,0,0,0,1,1,1,1,1,0.449158162,0,0.614366844,0.614343135,0.614361702
-8588,1,0.4368,1,1,1,1,1,1,1,1,0.0005,0.4368,0,1,0.3189,1,1,1,1,1,1,0.0302,0.3189,0,1,0.6282,1,1,1,0.282,0.6282,0,1,1,1,1,1,0.002212907,0,0,1,1,1,1,1,0.049515229,0,0.017875131,1,1,1,1,1,0.440487087,0,0.59757129,0.597630633,0.59751773
-8589,1,0.4366,1,1,1,1,1,1,1,1,0.0006,0.4366,0,1,0.3189,1,1,1,1,1,1,0.0126,0.3189,0,1,0.6283,1,1,1,0.2286,0.6283,0,1,1,1,1,1,0.001755118,0,0,1,1,1,1,1,0.030420361,0,0,1,1,1,1,1,0.387485594,0,0.581681972,0.581764333,0.582003546
-8590,1,0.4365,1,1,1,1,1,1,1,1,0.0009,0.4365,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6284,1,1,1,0.1591,0.6284,0,1,1,1,1,1,0.00046509,0,0.005944007,1,1,1,1,1,0.018283328,0,0.033590317,1,1,1,1,1,0.438768804,0,0.555582407,0.555743601,0.555851064
-8591,1,0.4364,1,1,1,1,1,1,1,1,0.0044,0.4364,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6285,1,1,1,0.1525,0.6285,0,1,1,1,1,1,0.005862666,0,0.060981996,1,1,1,1,1,0.020253353,0,0.210612595,1,1,1,1,1,0.339749306,0,0.518547608,0.518510683,0.518617021
-8592,1,0.4362,1,1,1,1,1,1,1,1,0.0074,0.4362,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6286,1,1,1,0.169,0.6286,0,1,1,1,1,1,0.012930295,0,0.093656033,1,1,1,1,1,0.005870254,0,0.23539713,1,1,1,1,1,0.285466433,0,0.480304495,0.480220013,0.480496454
-8593,1,0.4361,1,1,1,1,1,1,1,1,0.0067,0.4361,0,1,0.3189,1,1,1,1,1,1,0.0092,0.3189,0,1,0.6287,1,1,1,0.2533,0.6287,0,1,1,1,1,1,0.024806466,0,0.177074239,1,1,1,1,1,0.031447191,0,0.244531959,1,1,1,1,1,0.420542032,0,0.452754954,0.452718426,0.453014184
-8594,1,0.436,1,1,1,1,1,1,1,1,0.0136,0.436,0,1,0.3189,1,1,1,1,1,1,0.0065,0.3189,0,1,0.6288,1,1,1,0.3463,0.6288,0,1,1,1,1,1,0.037010171,0,0.324677527,1,1,1,1,1,0.034517039,0,0.271789253,1,1,1,1,1,0.453172445,0,0.436926051,0.436852126,0.437056738
-8595,1,0.4358,1,1,1,1,1,1,1,1,0.0153,0.4358,0,1,0.3189,1,1,1,1,1,1,0.0135,0.3189,0,1,0.6289,1,1,1,0.3404,0.6289,0,1,1,1,1,1,0.032149937,0,0.472911417,1,1,1,1,1,0.036578756,0,0.455642164,1,1,1,1,1,0.465081811,0,0.432515708,0.432621113,0.432624113
-8596,1,0.4357,1,1,1,1,1,1,1,1,0.0173,0.4357,0,1,0.3189,1,1,1,1,1,1,0.002,0.3189,0,1,0.629,1,1,1,0.2698,0.629,0,1,1,1,1,1,0.040972866,0,0.452639163,1,1,1,1,1,0.017673541,0,0.490049511,1,1,1,1,1,0.423980802,0,0.435596907,0.435582822,0.43572695
-8597,1,0.4356,1,1,1,1,1,1,1,1,0.0254,0.4356,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6291,1,1,1,0.3031,0.6291,0,1,1,1,1,1,0.065585867,0,0.414274454,1,1,1,1,1,0.009146949,0,0.601914704,1,1,1,1,1,0.419888228,0,0.449552924,0.449545166,0.449468085
-8598,1,0.4354,1,1,1,1,1,1,1,1,0.0105,0.4354,0,1,0.3188,1,1,1,1,1,1,0.0156,0.3188,0,1,0.6292,1,1,1,0.287,0.6292,0,1,1,1,1,1,0.019044427,0,0.395027876,1,1,1,1,1,0.021586282,0,0.326585352,1,1,1,1,1,0.379225641,0,0.476014983,0.475988999,0.47606383
-8599,1,0.4353,1,1,1,1,1,1,1,1,0.035,0.4353,0,1,0.3188,1,1,1,1,1,1,0,0.3188,0,1,0.6293,1,1,1,0.2305,0.6293,0,1,1,1,1,1,0.011415727,0,0.776921809,1,1,1,1,1,0.011536676,0,0.340186417,1,1,1,1,1,0.409295052,0,0.510089415,0.510048657,0.510195035
-8600,1,0.4352,1,1,1,1,1,1,1,1,0.0509,0.4352,0.0422,1,0.3188,1,1,1,1,1,1,0,0.3188,0.0391,1,0.6294,1,1,1,0.2022,0.6294,0.114,1,1,1,1,1,0.011266928,0.114220366,0.948553205,1,1,1,1,1,0.023897877,0.087135799,0.187702104,1,1,1,1,1,0.360067576,0.167386174,0.548936684,0.548973979,0.548758865
-8601,1,0.435,1,1,1,1,1,1,1,1,0.158,0.435,0.2161,1,0.3188,1,1,1,1,1,1,0,0.3188,0.2392,1,0.6295,1,1,1,0.1326,0.6295,0.2781,1,1,1,1,1,0.038765527,0.349505544,0.894963861,1,1,1,1,1,0.016631765,0.397153616,0.700323939,1,1,1,1,1,0.29245469,0.305399925,0.576486225,0.576475566,0.576684397
-8602,1,0.4349,1,1,1,1,1,1,1,1,0.0612,0.4349,0.3402,1,0.3188,1,1,1,1,1,1,0.0094,0.3188,0.3993,1,0.6296,1,1,1,0.0979,0.6296,0.3443,1,1,1,1,1,0.037297171,0.473316163,0.85211575,1,1,1,1,1,0.033204757,0.592004538,0.789045036,1,1,1,1,1,0.25278163,0.391186148,0.587361044,0.587476201,0.587322695
-8603,1,0.4347,1,1,1,1,1,1,1,1,0.1188,0.4347,0.3622,1,0.3188,1,1,1,1,1,1,0.0162,0.3188,0.4447,1,0.6297,1,1,1,0.0817,0.6297,0.3512,1,1,1,1,1,0.06919454,0.515651405,0.969266534,1,1,1,1,1,0.035187379,0.632384002,0.666620433,1,1,1,1,1,0.186618939,0.524286628,0.591831803,0.591707214,0.592198582
-8604,1,0.4346,1,1,1,1,1,1,1,1,0.1071,0.4346,0.3953,1,0.3188,1,1,1,1,1,1,0.082,0.3188,0.4565,1,0.6298,1,1,1,0.0962,0.6298,0.4206,1,1,1,1,1,0.069487616,0.594230056,0.96402657,1,1,1,1,1,0.087570377,0.641184151,0.734536409,1,1,1,1,1,0.152147189,0.484296203,0.586938134,0.586841549,0.586879433
-8605,1,0.4345,1,1,1,1,1,1,1,1,0.1218,0.4345,0.3981,1,0.3188,1,1,1,1,1,1,0.2748,0.3188,0.4883,1,0.6299,1,1,1,0.1493,0.6299,0.4422,1,1,1,1,1,0.070928022,0.618580759,0.952979326,1,1,1,1,1,0.248688012,0.623721659,0.49058193,1,1,1,1,1,0.167256951,0.432019651,0.572196713,0.572244553,0.572251773
-8606,1,0.4343,1,1,1,1,1,1,1,1,0.1386,0.4343,0.3761,1,0.3188,1,1,1,1,1,1,0.1895,0.3188,0.4657,1,0.63,1,1,1,0.1602,0.63,0.391,1,1,1,1,1,0.101416618,0.635409951,0.906621695,1,1,1,1,1,0.158808947,0.598685324,0.435352087,1,1,1,1,1,0.194027275,0.465476662,0.555038666,0.555108949,0.554964539
-8607,1,0.4342,1,1,1,1,1,1,1,1,0.2246,0.4342,0.2498,1,0.3188,1,1,1,1,1,1,0.2305,0.3188,0.3093,1,0.6301,1,1,1,0.2788,0.6301,0.2341,1,1,1,1,1,0.214351028,0.515002429,0.520662189,1,1,1,1,1,0.177112043,0.474760085,0.625482202,1,1,1,1,1,0.370208502,0.325402349,0.549540841,0.549608631,0.54964539
-8608,1,0.4341,1,1,1,1,1,1,1,1,0.1528,0.4341,0.0551,1,0.3188,1,1,1,1,1,1,0.2836,0.3188,0.0873,1,0.6302,1,1,1,0.344,0.6302,0,1,1,1,1,1,0.173900515,0.172665238,0.79646194,1,1,1,1,1,0.221392214,0.220415145,0.729834318,1,1,1,1,1,0.473429501,0,0.580836153,0.580706579,0.581117021
-8609,1,0.4339,1,1,1,1,1,1,1,1,0.1829,0.4339,0,1,0.3188,1,1,1,1,1,1,0.2113,0.3188,0,1,0.6303,1,1,1,0.3216,0.6303,0,1,1,1,1,1,0.28511259,0,0.963436961,1,1,1,1,1,0.222274989,0,1,1,1,1,1,1,0.490807623,0,0.607116965,0.607150413,0.607269504
-8610,1,0.4338,1,1,1,1,1,1,1,1,0.1843,0.4338,0,1,0.3188,1,1,1,1,1,1,0.213,0.3188,0,1,0.6304,1,1,1,0.3277,0.6304,0,1,1,1,1,1,0.287328571,0,0.89590621,1,1,1,1,1,0.210866898,0,0.590427041,1,1,1,1,1,0.53238523,0,0.606573224,0.606727311,0.606826241
-8611,1,0.4337,1,1,1,1,1,1,1,1,0.1525,0.4337,0,1,0.3188,1,1,1,1,1,1,0.0973,0.3188,0,1,0.6304,1,1,1,0.3296,0.6304,0,1,1,1,1,1,0.212861627,0,0.752109766,1,1,1,1,1,0.116523959,0,0.607496858,1,1,1,1,1,0.588430762,0,0.603673272,0.603765602,0.603723404
-8612,1,0.4335,1,1,1,1,1,1,1,1,0.1689,0.4335,0,1,0.3188,1,1,1,1,1,1,0.1053,0.3188,0,1,0.6305,1,1,1,0.4494,0.6305,0,1,1,1,1,1,0.269156396,0,0.955579937,1,1,1,1,1,0.146273106,0,0.981802106,1,1,1,1,1,0.646618903,0,0.597873369,0.597842183,0.597960993
-8613,1,0.4334,1,1,1,1,1,1,1,1,0.196,0.4334,0,1,0.3188,1,1,1,1,1,1,0.1605,0.3188,0,1,0.6306,1,1,1,0.4533,0.6306,0,1,1,1,1,1,0.263305336,0,0.831377625,1,1,1,1,1,0.196906224,0,0.672614694,1,1,1,1,1,0.673037112,0,0.57920493,0.579225725,0.579343972
-8614,1,0.4333,1,1,1,1,1,1,1,1,0.2097,0.4333,0,1,0.3188,1,1,1,1,1,1,0.1776,0.3188,0,1,0.6307,1,1,1,0.4856,0.6307,0,1,1,1,1,1,0.295965433,0,0.394245446,1,1,1,1,1,0.191484496,0,0.369229317,1,1,1,1,1,0.744321883,0,0.543076365,0.543050561,0.542996454
-8615,1,0.4331,1,1,1,1,1,1,1,1,0.2801,0.4331,0,1,0.3188,1,1,1,1,1,1,0.2229,0.3188,0,1,0.6308,1,1,1,0.4236,0.6308,0,1,1,1,1,1,0.309852719,0,0.688839138,1,1,1,1,1,0.25471893,0,0.506582797,1,1,1,1,1,0.695153654,0,0.502356211,0.502432833,0.502216312
-8616,1,0.433,1,1,1,1,1,1,1,1,0.2563,0.433,0,1,0.3188,1,1,1,1,1,1,0.1659,0.3188,0,1,0.6309,1,1,1,0.3859,0.6309,0,1,1,1,1,1,0.317867637,0,0.855991542,1,1,1,1,1,0.185961872,0,0.831839323,1,1,1,1,1,0.690031052,0,0.472269212,0.472181087,0.47251773
-8617,1,0.4329,1,1,1,1,1,1,1,1,0.2557,0.4329,0,1,0.3188,1,1,1,1,1,1,0.1432,0.3188,0,1,0.631,1,1,1,0.3683,0.631,0,1,1,1,1,1,0.336720735,0,0.646706104,1,1,1,1,1,0.206908822,0,0.680983484,1,1,1,1,1,0.69025135,0,0.455896568,0.455891686,0.455673759
-8618,1,0.4327,1,1,1,1,1,1,1,1,0.2809,0.4327,0,1,0.3188,1,1,1,1,1,1,0.1208,0.3188,0,1,0.6311,1,1,1,0.4236,0.6311,0,1,1,1,1,1,0.306324184,0,0.690807343,1,1,1,1,1,0.169843793,0,0.764309168,1,1,1,1,1,0.75810647,0,0.448525858,0.448698963,0.44858156
-8619,1,0.4326,1,1,1,1,1,1,1,1,0.248,0.4326,0,1,0.3188,1,1,1,1,1,1,0.1371,0.3188,0,1,0.6312,1,1,1,0.4258,0.6312,0,1,1,1,1,1,0.275286853,0,0.612138629,1,1,1,1,1,0.194082424,0,0.763127804,1,1,1,1,1,0.75542587,0,0.450761237,0.45081447,0.450797872
-8620,1,0.4325,1,1,1,1,1,1,1,1,0.2558,0.4325,0,1,0.3188,1,1,1,1,1,1,0.1333,0.3188,0,1,0.6313,1,1,1,0.4318,0.6313,0,1,1,1,1,1,0.329604268,0,0.675187588,1,1,1,1,1,0.203557193,0,0.736647367,1,1,1,1,1,0.768731177,0,0.46381102,0.463719061,0.464095745
-8621,1,0.4323,1,1,1,1,1,1,1,1,0.2243,0.4323,0,1,0.3188,1,1,1,1,1,1,0.1863,0.3188,0,1,0.6314,1,1,1,0.3905,0.6314,0,1,1,1,1,1,0.318690747,0,0.655909896,1,1,1,1,1,0.287269801,0,0.692649722,1,1,1,1,1,0.730799556,0,0.497281295,0.497355617,0.497340426
-8622,1,0.4322,1,1,1,1,1,1,1,1,0.1913,0.4322,0,1,0.3188,1,1,1,1,1,1,0.1968,0.3188,0,1,0.6315,1,1,1,0.2861,0.6315,0,1,1,1,1,1,0.272674948,0,0.730415523,1,1,1,1,1,0.305230528,0,0.426620185,1,1,1,1,1,0.673492908,0,0.55177622,0.551724138,0.551861702
-8623,1,0.4321,1,1,1,1,1,1,1,1,0.1091,0.4321,0,1,0.3188,1,1,1,1,1,1,0.135,0.3188,0,1,0.6316,1,1,1,0.2613,0.6316,0,1,1,1,1,1,0.225874931,0,0.423525572,1,1,1,1,1,0.191497535,0,0.190212846,1,1,1,1,1,0.602858484,0,0.593644273,0.59361117,0.593528369
-8624,1,0.4319,1,1,1,1,1,1,1,1,0.0944,0.4319,0.2042,1,0.3188,1,1,1,1,1,1,0.2083,0.3188,0.1539,1,0.6317,1,1,1,0.2214,0.6317,0.1886,1,1,1,1,1,0.167793542,0.347799867,0.445551932,1,1,1,1,1,0.277705431,0.25526458,0.301255524,1,1,1,1,1,0.51417172,0.421842277,0.621677139,0.621747409,0.621897163
-8625,1,0.4318,1,1,1,1,1,1,1,1,0.0459,0.4318,0.4346,1,0.3188,1,1,1,1,1,1,0.0735,0.3188,0.4034,1,0.6318,1,1,1,0.19,0.6318,0.4087,1,1,1,1,1,0.075413682,0.676382661,0.293731362,1,1,1,1,1,0.110099822,0.574243963,0.510404468,1,1,1,1,1,0.38987577,0.700183868,0.639318511,0.639306114,0.639184397
-8626,1,0.4317,1,1,1,1,1,1,1,1,0.0103,0.4317,0.5342,1,0.3188,1,1,1,1,1,1,0.0866,0.3188,0.4186,1,0.6319,1,1,1,0.0571,0.6319,0.5598,1,1,1,1,1,0.004714091,0.753408194,0.559952796,1,1,1,1,1,0.071593836,0.485504568,0.993142962,1,1,1,1,1,0.05242569,0.827424645,0.648320445,0.648402792,0.648492908
-8627,1,0.4315,1,1,1,1,1,1,1,1,0.0212,0.4315,0.4958,1,0.3188,1,1,1,1,1,1,0.0838,0.3188,0.3768,1,0.632,1,1,1,0.0647,0.632,0.6389,1,1,1,1,1,0.00883499,0.687268317,0.72121954,1,1,1,1,1,0.100663111,0.485465795,0.84084928,1,1,1,1,1,0.127444044,0.917825997,0.651341228,0.651364502,0.651595745
-8628,1,0.4314,1,1,1,1,1,1,1,1,0.0397,0.4314,0.4244,1,0.3188,1,1,1,1,1,1,0.045,0.3188,0.2969,1,0.6321,1,1,1,0.0448,0.6321,0.6471,1,1,1,1,1,0.013514856,0.555034339,0.864030063,1,1,1,1,1,0.059058368,0.374854982,0.936018348,1,1,1,1,1,0.056486476,0.924626887,0.648622523,0.648614343,0.64893617
-8629,1,0.4313,1,1,1,1,1,1,1,1,0.0458,0.4313,0.2468,1,0.3188,1,1,1,1,1,1,0.0786,0.3188,0.241,1,0.6322,1,1,1,0.0243,0.6322,0.5652,1,1,1,1,1,0.017854149,0.383390874,0.831816673,1,1,1,1,1,0.094731018,0.326519877,1,1,1,1,1,1,0.028471911,0.755018294,0.647051716,0.647133488,0.647163121
-8630,1,0.4311,1,1,1,1,1,1,1,1,0.0474,0.4311,0.2304,1,0.3188,1,1,1,1,1,1,0.0499,0.3188,0.1715,1,0.6323,1,1,1,0.0282,0.6323,0.3799,1,1,1,1,1,0.011535533,0.298776478,0.830788553,1,1,1,1,1,0.086966336,0.228116363,1,1,1,1,1,1,0.037540801,0.487985432,0.645299662,0.645441083,0.645833333
-8631,1,0.431,1,1,1,1,1,1,1,1,0.0536,0.431,0.0783,1,0.3188,1,1,1,1,1,1,0.0665,0.3188,0.0827,1,0.6324,1,1,1,0.0411,0.6324,0.1802,1,1,1,1,1,0.023131967,0.125839055,0.799941778,1,1,1,1,1,0.13505742,0.117600285,1,1,1,1,1,1,0.08043582,0.234379023,0.654966167,0.654960863,0.655141844
-8632,1,0.4308,1,1,1,1,1,1,1,1,0.1679,0.4308,0,1,0.3187,1,1,1,1,1,1,0.1707,0.3187,0,1,0.6325,1,1,1,0.0826,0.6325,0,1,1,1,1,1,0.116001248,0,0.914940834,1,1,1,1,1,0.276016265,0,1,1,1,1,1,1,0.14536874,0,0.702634123,0.702559763,0.702570922
-8633,1,0.4307,1,1,1,1,1,1,1,1,0.1461,0.4307,0,1,0.3187,1,1,1,1,1,1,0.4444,0.3187,0,1,0.6326,1,1,1,0.1528,0.6326,0,1,1,1,1,1,0.151329994,0,0.966781974,1,1,1,1,1,0.608157635,0,1,1,1,1,1,1,0.268557221,0,0.731331561,0.731330654,0.731826241
-8634,1,0.4306,1,1,1,1,1,1,1,1,0.2246,0.4306,0,1,0.3187,1,1,1,1,1,1,0.7044,0.3187,0,1,0.6327,1,1,1,0.1861,0.6327,0,1,1,1,1,1,0.277118236,0,1,1,1,1,1,1,0.796442568,0,1,1,1,1,1,1,0.341130733,0,0.723779604,0.72371483,0.723847518
-8635,1,0.4304,1,1,1,1,1,1,1,1,0.1957,0.4304,0,1,0.3187,1,1,1,1,1,1,0.686,0.3187,0,1,0.6328,1,1,1,0.0165,0.6328,0,1,1,1,1,1,0.084489599,0,1,1,1,1,1,1,0.572376192,0,1,1,1,1,1,1,0.030613733,0,0.704386177,0.704463719,0.704787234
-8636,1,0.4303,1,1,1,1,1,1,1,1,0.2559,0.4303,0,1,0.3187,1,1,1,1,1,1,0.6916,0.3187,0,1,0.6329,1,1,1,0.0179,0.6329,0,1,1,1,1,1,0.111174576,0,1,1,1,1,1,1,0.538753152,0,1,1,1,1,1,1,0.032740761,0,0.678407443,0.678442987,0.678634752
-8637,1,0.4302,1,1,1,1,1,1,1,1,0.7404,0.4302,0,1,0.3187,1,1,1,1,1,1,0.9179,0.3187,0,1,0.633,1,1,1,0.0989,0.633,0,1,1,1,1,1,0.749126434,0,1,1,1,1,1,1,0.930229723,0,1,1,1,1,1,1,0.19264473,0,0.636962301,0.636979056,0.637411348
-8638,1,0.43,1,1,1,1,1,1,1,1,0.8564,0.43,0,1,0.3187,1,1,1,1,1,1,0.9626,0.3187,0,1,0.6331,1,1,1,0.1638,0.6331,0,1,1,1,1,1,0.83427906,0,1,1,1,1,1,1,0.952916265,0,1,1,1,1,1,1,0.338855147,0,0.583494442,0.583456738,0.583776596
-8639,1,0.4299,1,1,1,1,1,1,1,1,0.7295,0.4299,0,1,0.3187,1,1,1,1,1,1,0.968,0.3187,0,1,0.6332,1,1,1,0.1998,0.6332,0,1,1,1,1,1,0.605374753,0,1,1,1,1,1,1,0.960092068,0,0,1,1,1,1,1,0.40723151,0,0.529603673,0.529722869,0.529698582
-8640,1,0.4298,1,1,1,1,1,1,1,1,0.7777,0.4298,0,1,0.3187,1,1,1,1,1,1,0.9661,0.3187,0,1,0.6333,1,1,1,0.2101,0.6333,0,1,1,1,1,1,0.645279288,0,0.357875049,1,1,1,1,1,0.966411531,0,0,1,1,1,1,1,0.377798766,0,0.490454326,0.490585995,0.490691489
-8641,1,0.4296,1,1,1,1,1,1,1,1,0.8301,0.4296,0,1,0.3187,1,1,1,1,1,1,0.9682,0.3187,0,1,0.6334,1,1,1,0.2174,0.6334,0,1,1,1,1,1,0.693132281,0,0,1,1,1,1,1,0.965462983,0,0,1,1,1,1,1,0.387602836,0,0.468946351,0.468796277,0.468971631
-8642,1,0.4295,1,1,1,1,1,1,1,1,0.8819,0.4295,0,1,0.3187,1,1,1,1,1,1,0.9544,0.3187,0,1,0.6335,1,1,1,0.2958,0.6335,0,1,1,1,1,1,0.74372822,0,0,1,1,1,1,1,0.955827355,0,0,1,1,1,1,1,0.459880292,0,0.457769454,0.457795642,0.457890071
-8643,1,0.4294,1,1,1,1,1,1,1,1,0.9209,0.4294,0,1,0.3187,1,1,1,1,1,1,0.9721,0.3187,0,1,0.6336,1,1,1,0.3878,0.6336,0,1,1,1,1,1,0.877031088,0,0,1,1,1,1,1,0.969259202,0,0,1,1,1,1,1,0.485814899,0,0.450761237,0.45081447,0.450797872
-8644,1,0.4292,1,1,1,1,1,1,1,1,0.9755,0.4292,0,1,0.3187,1,1,1,1,1,1,0.9689,0.3187,0,1,0.6337,1,1,1,0.4998,0.6337,0,1,1,1,1,1,0.985364795,0,0,1,1,1,1,1,0.972181082,0,1,1,1,1,1,1,0.607357204,0,0.462240213,0.462238206,0.462322695
-8645,1,0.4291,1,1,1,1,1,1,1,1,0.8933,0.4291,0,1,0.3187,1,1,1,1,1,1,0.9346,0.3187,0,1,0.6338,1,1,1,0.6052,0.6338,0,1,1,1,1,1,0.968458235,0,0,1,1,1,1,1,0.945392847,0,1,1,1,1,1,1,0.774779141,0,0.492327211,0.492278401,0.492464539
-8646,1,0.429,1,1,1,1,1,1,1,1,0.8927,0.429,0,1,0.3187,1,1,1,1,1,1,0.9537,0.3187,0,1,0.6339,1,1,1,0.6472,0.6339,0,1,1,1,1,1,0.908490658,0,0.27057898,1,1,1,1,1,0.96148932,0,1,1,1,1,1,1,0.810255826,0,0.538666022,0.538819547,0.53856383
-8647,1,0.4288,1,1,1,1,1,1,1,1,0.8413,0.4288,0,1,0.3187,1,1,1,1,1,1,0.7894,0.3187,0,1,0.634,1,1,1,0.7485,0.634,0,1,1,1,1,1,0.82369715,0,0.897758722,1,1,1,1,1,0.853248298,0,1,1,1,1,1,1,0.904126406,0,0.58240696,0.582398985,0.582446809
-8648,1,0.4287,1,1,1,1,1,1,1,1,0.657,0.4287,0.0002,1,0.3187,1,1,1,1,1,1,0.8473,0.3187,0,1,0.6341,1,1,1,0.6943,0.6341,0,1,1,1,1,1,0.828188956,0,1,1,1,1,1,1,0.883508086,0,1,1,1,1,1,1,0.845290899,0,0.610560657,0.610535223,0.610815603
-8649,1,0.4286,1,1,1,1,1,1,1,1,0.6413,0.4286,0.0078,1,0.3187,1,1,1,1,1,1,0.8842,0.3187,0.0695,1,0.6342,1,1,1,0.8077,0.6342,0.017,1,1,1,1,1,0.852036119,0.045798216,1,1,1,1,1,1,0.841445625,0.07095848,0.839326739,1,1,1,1,1,0.874108911,0.000919545,0.636116481,0.636132854,0.636524823
-8650,1,0.4284,1,1,1,1,1,1,1,1,0.6411,0.4284,0.1472,1,0.3187,1,1,1,1,1,1,0.74,0.3187,0.2418,1,0.6343,1,1,1,0.9157,0.6343,0.0728,1,1,1,1,1,0.880368412,0.242150843,1,1,1,1,1,1,0.714048862,0.177136913,0.395934343,1,1,1,1,1,0.940596282,0.027204953,0.65242871,0.652422255,0.65248227
-8651,1,0.4283,1,1,1,1,1,1,1,1,0.728,0.4283,0.2069,1,0.3187,1,1,1,1,1,1,0.8091,0.3187,0.1787,1,0.6344,1,1,1,0.9146,0.6344,0.1303,1,1,1,1,1,0.922442257,0.279382169,0.989354134,1,1,1,1,1,0.849153042,0.160283893,0.80314219,1,1,1,1,1,0.940597951,0.158742428,0.659618173,0.659614978,0.66001773
-8652,1,0.4282,1,1,1,1,1,1,1,1,0.7036,0.4282,0.1823,1,0.3187,1,1,1,1,1,1,0.8337,0.3187,0.1451,1,0.6345,1,1,1,0.8843,0.6345,0.1327,1,1,1,1,1,0.903675556,0.245176241,0.955797672,1,1,1,1,1,0.859429896,0.167406768,0.614548743,1,1,1,1,1,0.944916487,0.261635274,0.657201547,0.65728792,0.657358156
-8653,1,0.428,1,1,1,1,1,1,1,1,0.638,0.428,0.1913,1,0.3187,1,1,1,1,1,1,0.9292,0.3187,0.1183,1,0.6346,1,1,1,0.9062,0.6346,0.0959,1,1,1,1,1,0.798094988,0.240847692,0.898260772,1,1,1,1,1,0.90344733,0.145968229,1,1,1,1,1,1,0.948046684,0.209441155,0.65297245,0.653056907,0.653368794
-8654,1,0.4279,1,1,1,1,1,1,1,1,0.4915,0.4279,0.1432,1,0.3187,1,1,1,1,1,1,0.9723,0.3187,0.1075,1,0.6347,1,1,1,0.9258,0.6347,0.1055,1,1,1,1,1,0.745840371,0.15815258,0.756374419,1,1,1,1,1,0.944867969,0.21657449,1,1,1,1,1,1,0.932254016,0.199818224,0.646810053,0.646710387,0.647163121
-8655,1,0.4278,1,1,1,1,1,1,1,1,0.5544,0.4278,0.0465,1,0.3187,1,1,1,1,1,1,0.9742,0.3187,0.0789,1,0.6348,1,1,1,0.9109,0.6348,0.0587,1,1,1,1,1,0.677139342,0.031952683,0.725794435,1,1,1,1,1,0.96001339,0.25710991,1,1,1,1,1,1,0.956574142,0.057549145,0.651341228,0.651364502,0.651595745
-8656,1,0.4276,1,1,1,1,1,1,1,1,0.721,0.4276,0,1,0.3187,1,1,1,1,1,1,0.966,0.3187,0.0027,1,0.6349,1,1,1,0.8948,0.6349,0,1,1,1,1,1,0.716452479,0,0.892147303,1,1,1,1,1,0.936015368,0.041455399,1,1,1,1,1,1,0.965931296,0,0.691638473,0.691770679,0.691932624
-8657,1,0.4275,1,1,1,1,1,1,1,1,0.8176,0.4275,0,1,0.3187,1,1,1,1,1,1,0.93,0.3187,0,1,0.635,1,1,1,0.863,0.635,0,1,1,1,1,1,0.758451521,0,1,1,1,1,1,1,0.919937849,0,1,1,1,1,1,1,0.941023827,0,0.725833736,0.725830336,0.72606383
-8658,1,0.4274,1,1,1,1,1,1,1,1,0.8452,0.4274,0,1,0.3187,1,1,1,1,1,1,0.8988,0.3187,0,1,0.6351,1,1,1,0.8614,0.6351,0,1,1,1,1,1,0.776959658,0,1,1,1,1,1,1,0.885898113,0,1,1,1,1,1,1,0.935225427,0,0.716348478,0.716522107,0.716755319
-8659,1,0.4272,1,1,1,1,1,1,1,1,0.6948,0.4272,0,1,0.3187,1,1,1,1,1,1,0.6914,0.3187,0,1,0.6352,1,1,1,0.8193,0.6352,0,1,1,1,1,1,0.659808755,0,1,1,1,1,1,1,0.693147719,0,1,1,1,1,1,1,0.879906118,0,0.695263412,0.69536704,0.695478723
-8660,1,0.4271,1,1,1,1,1,1,1,1,0.7996,0.4271,0,1,0.3187,1,1,1,1,1,1,0.8005,0.3187,0,1,0.6353,1,1,1,0.7397,0.6353,0,1,1,1,1,1,0.744940162,0,1,1,1,1,1,1,0.806102574,0,1,1,1,1,1,1,0.731100559,0,0.667895118,0.667865454,0.667996454
-8661,1,0.4269,1,1,1,1,1,1,1,1,0.5746,0.4269,0,1,0.3187,1,1,1,1,1,1,0.8701,0.3187,0,1,0.6354,1,1,1,0.7018,0.6354,0,1,1,1,1,1,0.517193615,0,1,1,1,1,1,1,0.81883359,0,1,1,1,1,1,1,0.70193851,0,0.626933301,0.626824624,0.62677305
-8662,1,0.4268,1,1,1,1,1,1,1,1,0.5119,0.4268,0,1,0.3187,1,1,1,1,1,1,0.9232,0.3187,0,1,0.6355,1,1,1,0.6963,0.6355,0,1,1,1,1,1,0.485017329,0,1,1,1,1,1,1,0.876730323,0,1,1,1,1,1,1,0.648173928,0,0.573405027,0.573513857,0.57358156
-8663,1,0.4267,1,1,1,1,1,1,1,1,0.4943,0.4267,0,1,0.3187,1,1,1,1,1,1,0.9494,0.3187,0,1,0.6356,1,1,1,0.765,0.6356,0,1,1,1,1,1,0.527080536,0,1,1,1,1,1,1,0.874893904,0,1,1,1,1,1,1,0.731531799,0,0.522474625,0.522530146,0.522606383
-8664,1,0.4265,1,1,1,1,1,1,1,1,0.4734,0.4265,0,1,0.3187,1,1,1,1,1,1,0.9204,0.3187,0,1,0.6357,1,1,1,0.8564,0.6357,0,1,1,1,1,1,0.533333302,0,1,1,1,1,1,1,0.819522202,0,1,1,1,1,1,1,0.848946631,0,0.486164814,0.486143431,0.486258865
-8665,1,0.4264,1,1,1,1,1,1,1,1,0.6451,0.4264,0,1,0.3186,1,1,1,1,1,1,0.9977,0.3186,0,1,0.6358,1,1,1,0.8721,0.6358,0,1,1,1,1,1,0.751148701,0,1,1,1,1,1,1,0.91029942,0,1,1,1,1,1,1,0.919492245,0,0.467194297,0.467315422,0.467198582
-8666,1,0.4263,1,1,1,1,1,1,1,1,0.6446,0.4263,0,1,0.3186,1,1,1,1,1,1,0.9878,0.3186,0,1,0.6359,1,1,1,0.8686,0.6359,0,1,1,1,1,1,0.809195876,0,1,1,1,1,1,1,0.922051907,0,1,1,1,1,1,1,0.921942413,0,0.457950701,0.457795642,0.457890071
-8667,1,0.4261,1,1,1,1,1,1,1,1,0.7488,0.4261,0,1,0.3186,1,1,1,1,1,1,0.9638,0.3186,0,1,0.636,1,1,1,0.8978,0.636,0,1,1,1,1,1,0.867663622,0,1,1,1,1,1,1,0.923931003,0,1,1,1,1,1,1,0.92727375,0,0.45698405,0.456949439,0.457003546
-8668,1,0.426,1,1,1,1,1,1,1,1,0.7845,0.426,0,1,0.3186,1,1,1,1,1,1,0.721,0.3186,0,1,0.6361,1,1,1,0.8828,0.6361,0,1,1,1,1,1,0.768792212,0,1,1,1,1,1,1,0.745340049,0,1,1,1,1,1,1,0.908144951,0,0.468342194,0.468373175,0.468085106
-8669,1,0.4259,1,1,1,1,1,1,1,1,0.8226,0.4259,0,1,0.3186,1,1,1,1,1,1,0.6269,0.3186,0,1,0.6362,1,1,1,0.9205,0.6362,0,1,1,1,1,1,0.729564071,0,1,1,1,1,1,1,0.646764636,0,1,1,1,1,1,1,0.964606762,0,0.500966651,0.500951978,0.500886525
-8670,1,0.4257,1,1,1,1,1,1,1,1,0.7389,0.4257,0,1,0.3186,1,1,1,1,1,1,0.5617,0.3186,0,1,0.6363,1,1,1,0.9061,0.6363,0,1,1,1,1,1,0.653755963,0,1,1,1,1,1,1,0.536169529,0,1,1,1,1,1,1,0.96692276,0,0.553165781,0.553204993,0.553191489
-8671,1,0.4256,1,1,1,1,1,1,1,1,0.5745,0.4256,0,1,0.3186,1,1,1,1,1,1,0.4125,0.3186,0,1,0.6364,1,1,1,0.8857,0.6364,0,1,1,1,1,1,0.525861204,0,1,1,1,1,1,1,0.408715874,0,1,1,1,1,1,1,0.944746792,0,0.592375544,0.592341866,0.592641844
-8672,1,0.4255,1,1,1,1,1,1,1,1,0.5193,0.4255,0.2081,1,0.3186,1,1,1,1,1,1,0.7087,0.3186,0.1748,1,0.6365,1,1,1,0.8181,0.6365,0.1358,1,1,1,1,1,0.548092961,0.374518454,1,1,1,1,1,1,0.613794506,0.257463515,1,1,1,1,1,1,0.918360353,0.27947861,0.618958434,0.61899725,0.619237589
-8673,1,0.4253,1,1,1,1,1,1,1,1,0.5888,0.4253,0.4198,1,0.3186,1,1,1,1,1,1,0.7162,0.3186,0.3271,1,0.6366,1,1,1,0.8367,0.6366,0.3428,1,1,1,1,1,0.513987124,0.611029863,1,1,1,1,1,1,0.646267295,0.483674794,1,1,1,1,1,1,0.936335504,0.632793069,0.634001933,0.634017347,0.634308511
-8674,1,0.4252,1,1,1,1,1,1,1,1,0.6577,0.4252,0.5566,1,0.3186,1,1,1,1,1,1,0.8245,0.3186,0.4408,1,0.6367,1,1,1,0.8122,0.6367,0.4382,1,1,1,1,1,0.637227297,0.741605103,1,1,1,1,1,1,0.735983789,0.580325484,1,1,1,1,1,1,0.923455,0.80376482,0.638835186,0.638883012,0.639184397
-8675,1,0.4251,1,1,1,1,1,1,1,1,0.5096,0.4251,0.6148,1,0.3186,1,1,1,1,1,1,0.7637,0.3186,0.5595,1,0.6368,1,1,1,0.7377,0.6368,0.4737,1,1,1,1,1,0.516869366,0.814595222,0.997066259,1,1,1,1,1,0.692294776,0.746157527,1,1,1,1,1,1,0.868557572,0.885825157,0.634847753,0.63486355,0.635195035
-8676,1,0.4249,1,1,1,1,1,1,1,1,0.5719,0.4249,0.6451,1,0.3186,1,1,1,1,1,1,0.8367,0.3186,0.6512,1,0.6369,1,1,1,0.6597,0.6369,0.505,1,1,1,1,1,0.62162143,0.867227376,0.92193985,1,1,1,1,1,0.761766732,0.847361028,0.897545874,1,1,1,1,1,0.826635063,0.897845864,0.625604157,0.625766871,0.625886525
-8677,1,0.4248,1,1,1,1,1,1,1,1,0.538,0.4248,0.6373,1,0.3186,1,1,1,1,1,1,0.6455,0.3186,0.64,1,0.637,1,1,1,0.6801,0.637,0.4649,1,1,1,1,1,0.60992974,0.8566764,0.573141098,1,1,1,1,1,0.549152493,0.851817548,0.582051039,1,1,1,1,1,0.883044481,0.854972303,0.617870952,0.617727946,0.618351064
-8678,1,0.4247,1,1,1,1,1,1,1,1,0.4281,0.4247,0.5305,1,0.3186,1,1,1,1,1,1,0.5283,0.3186,0.5406,1,0.6371,1,1,1,0.7738,0.6371,0.4116,1,1,1,1,1,0.532329261,0.775315166,0.368360668,1,1,1,1,1,0.427319676,0.766511023,0.617952704,1,1,1,1,1,0.893621087,0.750390768,0.611285645,0.611381426,0.611702128
-8679,1,0.4245,1,1,1,1,1,1,1,1,0.2509,0.4245,0.3574,1,0.3186,1,1,1,1,1,1,0.3322,0.3186,0.3785,1,0.6372,1,1,1,0.7545,0.6372,0.2596,1,1,1,1,1,0.327587396,0.59434551,0.371379673,1,1,1,1,1,0.256255686,0.598395467,0.516850531,1,1,1,1,1,0.910796762,0.541048586,0.613037699,0.613073831,0.613031915
-8680,1,0.4244,1,1,1,1,1,1,1,1,0.1941,0.4244,0.1069,1,0.3186,1,1,1,1,1,1,0.4271,0.3186,0.1241,1,0.6373,1,1,1,0.6424,0.6373,0,1,1,1,1,1,0.296020716,0.247777194,0.193471879,1,1,1,1,1,0.340823412,0.257040352,0.336696625,1,1,1,1,1,0.896974027,0.046163246,0.659557757,0.659614978,0.66001773
-8681,1,0.4243,1,1,1,1,1,1,1,1,0.2641,0.4243,0,1,0.3186,1,1,1,1,1,1,0.3746,0.3186,0,1,0.6374,1,1,1,0.6062,0.6374,0,1,1,1,1,1,0.404414445,0,0.208515614,1,1,1,1,1,0.365324765,0,0.304961532,1,1,1,1,1,0.836711645,0,0.705654906,0.705733023,0.705673759
-8682,1,0.4241,1,1,1,1,1,1,1,1,0.3503,0.4241,0,1,0.3186,1,1,1,1,1,1,0.4781,0.3186,0,1,0.6375,1,1,1,0.5328,0.6375,0,1,1,1,1,1,0.537481248,0,0.166442037,1,1,1,1,1,0.505841255,0,0.34814164,1,1,1,1,1,0.796250761,0,0.698646689,0.698751851,0.69858156
-8683,1,0.424,1,1,1,1,1,1,1,1,0.2852,0.424,0,1,0.3186,1,1,1,1,1,1,0.317,0.3186,0,1,0.6376,1,1,1,0.5175,0.6376,0,1,1,1,1,1,0.394012511,0,0.139788836,1,1,1,1,1,0.324774593,0,0.33537358,1,1,1,1,1,0.841002345,0,0.679676172,0.679712291,0.679521277
-8684,1,0.4239,1,1,1,1,1,1,1,1,0.1706,0.4239,0,1,0.3186,1,1,1,1,1,1,0.1695,0.3186,0,1,0.6377,1,1,1,0.5081,0.6377,0,1,1,1,1,1,0.155775622,0,0.366923869,1,1,1,1,1,0.148198664,0,0.429098189,1,1,1,1,1,0.813445866,0,0.657382794,0.657499471,0.657358156
-8685,1,0.4237,1,1,1,1,1,1,1,1,0.1199,0.4237,0,1,0.3186,1,1,1,1,1,1,0.219,0.3186,0,1,0.6378,1,1,1,0.3548,0.6378,0,1,1,1,1,1,0.164832801,0,0.274499834,1,1,1,1,1,0.195388421,0,0.385120153,1,1,1,1,1,0.667150974,0,0.623247946,0.623228263,0.62322695
-8686,1,0.4236,1,1,1,1,1,1,1,1,0.1463,0.4236,0,1,0.3186,1,1,1,1,1,1,0.1745,0.3186,0,1,0.6378,1,1,1,0.391,0.6378,0,1,1,1,1,1,0.287210196,0,0.157187626,1,1,1,1,1,0.173965305,0,0.250126183,1,1,1,1,1,0.746344149,0,0.578057032,0.577956421,0.578014184
-8687,1,0.4234,1,1,1,1,1,1,1,1,0.1546,0.4234,0,1,0.3186,1,1,1,1,1,1,0.149,0.3186,0,1,0.6379,1,1,1,0.4564,0.6379,0,1,1,1,1,1,0.286118388,0,0.086080745,1,1,1,1,1,0.138873488,0,0.08942645,1,1,1,1,1,0.761337876,0,0.529059932,0.529088217,0.529255319
-8688,1,0.4233,1,1,1,1,1,1,1,1,0.1072,0.4233,0,1,0.3186,1,1,1,1,1,1,0.1342,0.3186,0,1,0.638,1,1,1,0.5017,0.638,0,1,1,1,1,1,0.164425045,0,0.072092064,1,1,1,1,1,0.08737509,0,0.046657857,1,1,1,1,1,0.76030004,0,0.492931368,0.492913053,0.492907801
-8689,1,0.4232,1,1,1,1,1,1,1,1,0.1554,0.4232,0,1,0.3186,1,1,1,1,1,1,0.2439,0.3186,0,1,0.6381,1,1,1,0.5281,0.6381,0,1,1,1,1,1,0.274272233,0,0.026546413,1,1,1,1,1,0.195172533,0,0.038495552,1,1,1,1,1,0.812309384,0,0.471362977,0.471334885,0.471631206
-8690,1,0.423,1,1,1,1,1,1,1,1,0.1944,0.423,0,1,0.3186,1,1,1,1,1,1,0.2518,0.3186,0,1,0.6382,1,1,1,0.4998,0.6382,0,1,1,1,1,1,0.306680143,0,0.056289174,1,1,1,1,1,0.201544896,0,0.16977933,1,1,1,1,1,0.746996522,0,0.460790237,0.460757351,0.460992908
-8691,1,0.4229,1,1,1,1,1,1,1,1,0.1724,0.4229,0,1,0.3186,1,1,1,1,1,1,0.2309,0.3186,0,1,0.6383,1,1,1,0.4046,0.6383,0,1,1,1,1,1,0.281687438,0,0.026974875,1,1,1,1,1,0.170942634,0,0.079294771,1,1,1,1,1,0.626451194,0,0.455534074,0.455680135,0.455673759
-8692,1,0.4228,1,1,1,1,1,1,1,1,0.1663,0.4228,0,1,0.3186,1,1,1,1,1,1,0.1058,0.3186,0,1,0.6384,1,1,1,0.3604,0.6384,0,1,1,1,1,1,0.273750067,0,0.015436511,1,1,1,1,1,0.084718093,0,0.044451833,1,1,1,1,1,0.610622644,0,0.458252779,0.458218743,0.458333333
-8693,1,0.4226,1,1,1,1,1,1,1,1,0.1246,0.4226,0,1,0.3186,1,1,1,1,1,1,0.0138,0.3186,0,1,0.6385,1,1,1,0.3082,0.6385,0,1,1,1,1,1,0.239452288,0,0.004229959,1,1,1,1,1,0.017200237,0,0,1,1,1,1,1,0.465783924,0,0.473598357,0.473661942,0.473847518
-8694,1,0.4225,1,1,1,1,1,1,1,1,0.0952,0.4225,0,1,0.3186,1,1,1,1,1,1,0,0.3186,0,1,0.6386,1,1,1,0.3159,0.6386,0,1,1,1,1,1,0.211923972,0,0.012757323,1,1,1,1,1,0.001071126,0,0,1,1,1,1,1,0.484659404,0,0.500966651,0.500951978,0.500886525
-8695,1,0.4224,1,1,1,1,1,1,1,1,0.0329,0.4224,0,1,0.3186,1,1,1,1,1,1,0,0.3186,0,1,0.6387,1,1,1,0.2655,0.6387,0,1,1,1,1,1,0.049121249,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0.413777858,0,0.531476559,0.531626825,0.531914894
-8696,1,0.4222,1,1,1,1,1,1,1,1,0.0194,0.4222,0.0379,1,0.3186,1,1,1,1,1,1,0.0039,0.3186,0.0372,1,0.6388,1,1,1,0.295,0.6388,0.1116,1,1,1,1,1,0.05458615,0.086091973,0.015118633,1,1,1,1,1,0.001877781,0.110161319,0,1,1,1,1,1,0.454890847,0.253086686,0.568934268,0.568859742,0.569148936
-8697,1,0.4221,1,1,1,1,1,1,1,1,0.0068,0.4221,0.2093,1,0.3186,1,1,1,1,1,1,0.0624,0.3186,0.2143,1,0.6389,1,1,1,0.2312,0.6389,0.2876,1,1,1,1,1,0.02482257,0.341127753,0.021388253,1,1,1,1,1,0.035361186,0.318409175,0.008758901,1,1,1,1,1,0.37186709,0.417301148,0.598477525,0.598476835,0.598847518
-8698,1,0.422,1,1,1,1,1,1,1,1,0.0078,0.422,0.3024,1,0.3186,1,1,1,1,1,1,0.0391,0.3186,0.3707,1,0.639,1,1,1,0.0896,0.639,0.3854,1,1,1,1,1,0.037541427,0.464621395,0.076721728,1,1,1,1,1,0.045620106,0.515325129,0.129902363,1,1,1,1,1,0.144721493,0.465859711,0.613521025,0.613496933,0.61391844
-8699,1,0.4218,1,1,1,1,1,1,1,1,0.008,0.4218,0.3479,1,0.3185,1,1,1,1,1,1,0.0607,0.3185,0.3723,1,0.6391,1,1,1,0.025,0.6391,0.3898,1,1,1,1,1,0.037744738,0.52625078,0.183135033,1,1,1,1,1,0.093194231,0.465682864,0.176182985,1,1,1,1,1,0.038699578,0.473239839,0.616058482,0.616035541,0.616134752
-8700,1,0.4217,1,1,1,1,1,1,1,1,0.0021,0.4217,0.3523,1,0.3185,1,1,1,1,1,1,0.0519,0.3185,0.3829,1,0.6392,1,1,1,0.0051,0.6392,0.3724,1,1,1,1,1,0.009684078,0.532608151,0.252543986,1,1,1,1,1,0.067462474,0.428333223,0.307216257,1,1,1,1,1,0.021570576,0.510791659,0.616239729,0.616247091,0.616134752
-8701,1,0.4216,1,1,1,1,1,1,1,1,0.0195,0.4216,0.3162,1,0.3185,1,1,1,1,1,1,0.0185,0.3185,0.2855,1,0.6393,1,1,1,0.0066,0.6393,0.3154,1,1,1,1,1,0.014205419,0.460829198,0.469155014,1,1,1,1,1,0.045468979,0.358638555,0.312958121,1,1,1,1,1,0.017870726,0.405594051,0.614729338,0.614766237,0.614804965
-8702,1,0.4214,1,1,1,1,1,1,1,1,0.0849,0.4214,0.2668,1,0.3185,1,1,1,1,1,1,0.0746,0.3185,0.2404,1,0.6394,1,1,1,0.0175,0.6394,0.2037,1,1,1,1,1,0.04989494,0.387631774,0.943428397,1,1,1,1,1,0.099360503,0.310257971,0.587355793,1,1,1,1,1,0.033799194,0.283027232,0.615454326,0.615612439,0.615691489
-8703,1,0.4213,1,1,1,1,1,1,1,1,0.1095,0.4213,0.1084,1,0.3185,1,1,1,1,1,1,0.1206,0.3185,0.1241,1,0.6395,1,1,1,0.04,0.6395,0.0531,1,1,1,1,1,0.101524204,0.188078612,0.998455286,1,1,1,1,1,0.148988545,0.200047746,1,1,1,1,1,1,0.070656955,0.118686713,0.627477042,0.627459276,0.627659574
-8704,1,0.4212,1,1,1,1,1,1,1,1,0.0798,0.4212,0,1,0.3185,1,1,1,1,1,1,0.3063,0.3185,0.0025,1,0.6396,1,1,1,0.0475,0.6396,0,1,1,1,1,1,0.13798596,0,0.826595545,1,1,1,1,1,0.302592337,0.010436892,1,1,1,1,1,1,0.096346796,0,0.673392943,0.673365771,0.673315603
-8705,1,0.421,1,1,1,1,1,1,1,1,0.3346,0.421,0,1,0.3185,1,1,1,1,1,1,0.26,0.3185,0,1,0.6397,1,1,1,0.0646,0.6397,0,1,1,1,1,1,0.277743638,0,1,1,1,1,1,1,0.362841994,0,1,1,1,1,1,1,0.165144488,0,0.704023683,0.704040618,0.704343972
-8706,1,0.4209,1,1,1,1,1,1,1,1,0.4484,0.4209,0,1,0.3185,1,1,1,1,1,1,0.244,0.3185,0,1,0.6398,1,1,1,0.056,0.6398,0,1,1,1,1,1,0.271704316,0,1,1,1,1,1,1,0.373503625,0,1,1,1,1,1,1,0.097123206,0,0.698042533,0.698117199,0.69858156
-8707,1,0.4208,1,1,1,1,1,1,1,1,0.3163,0.4208,0,1,0.3185,1,1,1,1,1,1,0.1356,0.3185,0,1,0.6399,1,1,1,0.0877,0.6399,0,1,1,1,1,1,0.188966572,0,1,1,1,1,1,1,0.198094279,0,1,1,1,1,1,1,0.149941996,0,0.676594973,0.676750582,0.676861702
-8708,1,0.4206,1,1,1,1,1,1,1,1,0.5347,0.4206,0,1,0.3185,1,1,1,1,1,1,0.1233,0.3185,0,1,0.64,1,1,1,0.1243,0.64,0,1,1,1,1,1,0.282693565,0,1,1,1,1,1,1,0.256326258,0,1,1,1,1,1,1,0.152716666,0,0.650314161,0.650306748,0.650265957
-8709,1,0.4205,1,1,1,1,1,1,1,1,0.5685,0.4205,0,1,0.3185,1,1,1,1,1,1,0.0911,0.3185,0,1,0.6401,1,1,1,0.1298,0.6401,0,1,1,1,1,1,0.306389689,0,0.613132358,1,1,1,1,1,0.206367224,0,1,1,1,1,1,1,0.168820679,0,0.616300145,0.616458642,0.616134752
-8710,1,0.4204,1,1,1,1,1,1,1,1,0.4968,0.4204,0,1,0.3185,1,1,1,1,1,1,0.2262,0.3185,0,1,0.6402,1,1,1,0.2492,0.6402,0,1,1,1,1,1,0.363855004,0,1,1,1,1,1,1,0.302668452,0,1,1,1,1,1,1,0.305985242,0,0.571713388,0.571821451,0.571808511
-8711,1,0.4202,1,1,1,1,1,1,1,1,0.5746,0.4202,0,1,0.3185,1,1,1,1,1,1,0.3356,0.3185,0,1,0.6403,1,1,1,0.3091,0.6403,0,1,1,1,1,1,0.398880541,0,0.766222835,1,1,1,1,1,0.420730919,0,1,1,1,1,1,1,0.357370228,0,0.52561624,0.525703406,0.52570922
-8712,1,0.4201,1,1,1,1,1,1,1,1,0.6365,0.4201,0,1,0.3185,1,1,1,1,1,1,0.4735,0.3185,0,1,0.6404,1,1,1,0.3901,0.6404,0,1,1,1,1,1,0.476440221,0,0.734586954,1,1,1,1,1,0.568448544,0,1,1,1,1,1,1,0.408445299,0,0.489246013,0.489316691,0.489361702
-8713,1,0.42,1,1,1,1,1,1,1,1,0.6733,0.42,0,1,0.3185,1,1,1,1,1,1,0.717,0.3185,0,1,0.6405,1,1,1,0.5036,0.6405,0,1,1,1,1,1,0.528236628,0,1,1,1,1,1,1,0.766184211,0,1,1,1,1,1,1,0.54492259,0,0.465865152,0.465834567,0.466312057
-8714,1,0.4198,1,1,1,1,1,1,1,1,0.6045,0.4198,0,1,0.3185,1,1,1,1,1,1,0.8563,0.3185,0,1,0.6406,1,1,1,0.5417,0.6406,0,1,1,1,1,1,0.453645706,0,1,1,1,1,1,1,0.772263825,0,1,1,1,1,1,1,0.521870255,0,0.454688255,0.454833933,0.454787234
-8715,1,0.4197,1,1,1,1,1,1,1,1,0.5295,0.4197,0,1,0.3185,1,1,1,1,1,1,0.9718,0.3185,0,1,0.6407,1,1,1,0.5479,0.6407,0,1,1,1,1,1,0.445616186,0,1,1,1,1,1,1,0.869081914,0,1,1,1,1,1,1,0.471458793,0,0.449794587,0.449756717,0.449911348
-8716,1,0.4195,1,1,1,1,1,1,1,1,0.6331,0.4195,0,1,0.3185,1,1,1,1,1,1,0.988,0.3185,0,1,0.6408,1,1,1,0.6379,0.6408,0,1,1,1,1,1,0.655584753,0,1,1,1,1,1,1,0.919825315,0,1,1,1,1,1,1,0.535663724,0,0.452694538,0.452718426,0.452570922
-8717,1,0.4194,1,1,1,1,1,1,1,1,0.7129,0.4194,0,1,0.3185,1,1,1,1,1,1,0.9924,0.3185,0,1,0.6409,1,1,1,0.7085,0.6409,0,1,1,1,1,1,0.756157041,0,1,1,1,1,1,1,0.949028611,0,1,1,1,1,1,1,0.639939785,0,0.465563074,0.465623017,0.465868794
-8718,1,0.4193,1,1,1,1,1,1,1,1,0.8153,0.4193,0,1,0.3185,1,1,1,1,1,1,0.9979,0.3185,0,1,0.641,1,1,1,0.8053,0.641,0,1,1,1,1,1,0.837620914,0,1,1,1,1,1,1,0.973173141,0,1,1,1,1,1,1,0.767211378,0,0.48719188,0.487201185,0.48714539
-8719,1,0.4191,1,1,1,1,1,1,1,1,0.3432,0.4191,0,1,0.3185,1,1,1,1,1,1,0.4476,0.3185,0,1,0.6411,1,1,1,0.3701,0.6411,0,1,1,1,1,1,0.365367979,0,1,1,1,1,1,1,0.376384974,0,1,1,1,1,1,1,0.391139179,0,0.509304012,0.509414005,0.509308511
-8720,1,0.419,1,1,1,1,1,1,1,1,0.8472,0.419,0.1722,1,0.3185,1,1,1,1,1,1,0.9535,0.3185,0.1464,1,0.6412,1,1,1,0.9563,0.6412,0.0732,1,1,1,1,1,0.864583969,0.298757851,1,1,1,1,1,1,0.897465944,0.242358476,1,1,1,1,1,1,0.963959038,0.157809988,0.542774287,0.54283901,0.542996454
-8721,1,0.4189,1,1,1,1,1,1,1,1,0.8092,0.4189,0.3829,1,0.3185,1,1,1,1,1,1,0.8915,0.3185,0.3312,1,0.6413,1,1,1,0.9668,0.6413,0.2455,1,1,1,1,1,0.829080462,0.551283777,1,1,1,1,1,1,0.766165257,0.501937747,1,1,1,1,1,1,0.973111331,0.469201505,0.571532141,0.571609901,0.571808511
-8722,1,0.4187,1,1,1,1,1,1,1,1,0.8747,0.4187,0.5272,1,0.3185,1,1,1,1,1,1,1,0.3185,0.4611,1,0.6414,1,1,1,0.9582,0.6414,0.4036,1,1,1,1,1,0.932021558,0.695159912,1,1,1,1,1,1,0.957218051,0.640434742,1,1,1,1,1,1,0.940812707,0.646422088,0.590804737,0.590649461,0.590868794
-8723,1,0.4186,1,1,1,1,1,1,1,1,0.9147,0.4186,0.5885,1,0.3185,1,1,1,1,1,1,1,0.3185,0.5119,1,0.6415,1,1,1,0.9666,0.6415,0.4817,1,1,1,1,1,0.945012689,0.774931192,1,1,1,1,1,1,0.955961049,0.710560083,1,1,1,1,1,1,0.940031767,0.740412712,0.603069116,0.60313095,0.603280142
-8724,1,0.4185,1,1,1,1,1,1,1,1,0.9458,0.4185,0.569,1,0.3185,1,1,1,1,1,1,1,0.3185,0.511,1,0.6416,1,1,1,0.9848,0.6416,0.4789,1,1,1,1,1,0.976956129,0.786256313,1,1,1,1,1,1,0.970600963,0.76398623,1,1,1,1,1,1,0.941501796,0.746734023,0.607841953,0.607785065,0.607712766
-8725,1,0.4183,1,1,1,1,1,1,1,1,0.956,0.4183,0.5622,1,0.3185,1,1,1,1,1,1,0.9975,0.3185,0.5802,1,0.6417,1,1,1,0.8735,0.6417,0.4517,1,1,1,1,1,0.994929731,0.761763632,1,1,1,1,1,1,0.991146803,0.807960987,1,1,1,1,1,1,0.940200031,0.673807681,0.603250362,0.603342501,0.603280142
-8726,1,0.4182,1,1,1,1,1,1,1,1,0.8688,0.4182,0.4957,1,0.3185,1,1,1,1,1,1,0.9988,0.3185,0.5587,1,0.6418,1,1,1,0.9883,0.6418,0.3913,1,1,1,1,1,0.956876457,0.76205194,1,1,1,1,1,1,0.961670876,0.822876871,1,1,1,1,1,1,0.993997812,0.570052981,0.598296278,0.598265285,0.598404255
-8727,1,0.4181,1,1,1,1,1,1,1,1,0.9344,0.4181,0.3612,1,0.3185,1,1,1,1,1,1,0.9993,0.3185,0.3929,1,0.6419,1,1,1,0.988,0.6419,0.2579,1,1,1,1,1,0.98935324,0.598820448,1,1,1,1,1,1,0.994607389,0.640719056,1,1,1,1,1,1,0.99517864,0.361932367,0.603310778,0.603342501,0.603280142
-8728,1,0.4179,1,1,1,1,1,1,1,1,0.8441,0.4179,0.1212,1,0.3185,1,1,1,1,1,1,0.999,0.3185,0.1511,1,0.642,1,1,1,0.9889,0.642,0.0347,1,1,1,1,1,0.977195621,0.277439862,1,1,1,1,1,1,0.964105427,0.314402163,1,1,1,1,1,1,0.997073531,0.003399944,0.657805703,0.657711022,0.658244681
-8729,1,0.4178,1,1,1,1,1,1,1,1,0.8388,0.4178,0,1,0.3185,1,1,1,1,1,1,1,0.3185,0,1,0.6421,1,1,1,0.9938,0.6421,0,1,1,1,1,1,0.962564945,0,1,1,1,1,1,1,0.926676869,0,1,1,1,1,1,1,0.99796766,0,0.706863219,0.706790776,0.707003546
-8730,1,0.4177,1,1,1,1,1,1,1,1,0.8341,0.4177,0,1,0.3185,1,1,1,1,1,1,1,0.3185,0,1,0.6422,1,1,1,0.8892,0.6422,0,1,1,1,1,1,0.96103549,0,1,1,1,1,1,1,0.960712075,0,1,1,1,1,1,1,0.945487142,0,0.704446593,0.704463719,0.704787234
-8731,1,0.4175,1,1,1,1,1,1,1,1,0.8506,0.4175,0,1,0.3185,1,1,1,1,1,1,1,0.3185,0,1,0.6423,1,1,1,0.8864,0.6423,0,1,1,1,1,1,0.973442018,0,1,1,1,1,1,1,0.958771586,0,1,1,1,1,1,1,0.945531011,0,0.687046883,0.687116564,0.6875
-8732,1,0.4174,1,1,1,1,1,1,1,1,0.9123,0.4174,0,1,0.3184,1,1,1,1,1,1,1,0.3184,0,1,0.6424,1,1,1,0.8795,0.6424,0,1,1,1,1,1,0.973440886,0,1,1,1,1,1,1,0.995632768,0,1,1,1,1,1,1,0.877956152,0,0.667713871,0.667653903,0.667996454
-8733,1,0.4173,1,1,1,1,1,1,1,1,0.888,0.4173,0,1,0.3184,1,1,1,1,1,1,1,0.3184,0,1,0.6425,1,1,1,0.884,0.6425,0,1,1,1,1,1,0.961453021,0,1,1,1,1,1,1,0.989725828,0,1,1,1,1,1,1,0.878807306,0,0.634243596,0.634228898,0.634308511
-8734,1,0.4171,1,1,1,1,1,1,1,1,0.7798,0.4171,0,1,0.3184,1,1,1,1,1,1,1,0.3184,0,1,0.6426,1,1,1,0.8728,0.6426,0,1,1,1,1,1,0.93218708,0,1,1,1,1,1,1,0.960050464,0,1,1,1,1,1,1,0.878247559,0,0.590140164,0.590226359,0.590425532
-8735,1,0.417,1,1,1,1,1,1,1,1,0.7688,0.417,0,1,0.3184,1,1,1,1,1,1,1,0.3184,0,1,0.6427,1,1,1,0.8777,0.6427,0,1,1,1,1,1,0.930577099,0,1,1,1,1,1,1,0.910117924,0,1,1,1,1,1,1,0.87624824,0,0.543740938,0.543685213,0.543882979
-8736,1,0.4169,1,1,1,1,1,1,1,1,0.784,0.4169,0,1,0.3184,1,1,1,1,1,1,1,0.3184,0,1,0.6428,1,1,1,0.873,0.6428,0,1,1,1,1,1,0.939242303,0,1,1,1,1,1,1,0.846342921,0,1,1,1,1,1,1,0.875886738,0,0.509364427,0.509414005,0.509308511
-8737,1,0.4167,1,1,1,1,1,1,1,1,0.7595,0.4167,0,1,0.3184,1,1,1,1,1,1,1,0.3184,0,1,0.6429,1,1,1,0.8693,0.6429,0,1,1,1,1,1,0.93643409,0,1,1,1,1,1,1,0.859614015,0,1,1,1,1,1,1,0.806205273,0,0.490152247,0.490162894,0.490248227
-8738,1,0.4166,1,1,1,1,1,1,1,1,0.8533,0.4166,0,1,0.3184,1,1,1,1,1,1,1,0.3184,0,1,0.643,1,1,1,0.9641,0.643,0,1,1,1,1,1,0.937004745,0,1,1,1,1,1,1,0.877140522,0,1,1,1,1,1,1,0.994517326,0,0.480244079,0.480220013,0.480496454
-8739,1,0.4165,1,1,1,1,1,1,1,1,0.8841,0.4165,0,1,0.3184,1,1,1,1,1,1,0.9829,0.3184,0,1,0.6431,1,1,1,0.931,0.6431,0,1,1,1,1,1,0.917111814,0,1,1,1,1,1,1,0.827643752,0,1,1,1,1,1,1,0.993107736,0,0.478673272,0.478739158,0.478723404
-8740,1,0.4163,1,1,1,1,1,1,1,1,0.8797,0.4163,0,1,0.3184,1,1,1,1,1,1,0.6595,0.3184,0,1,0.6432,1,1,1,0.9026,0.6432,0,1,1,1,1,1,0.804423928,0,1,1,1,1,1,1,0.667416334,0,1,1,1,1,1,1,0.987740815,0,0.487373127,0.487412735,0.48714539
-8741,1,0.4162,1,1,1,1,1,1,1,1,0.8202,0.4162,0,1,0.3184,1,1,1,1,1,1,0.3481,0.3184,0,1,0.6433,1,1,1,0.9072,0.6433,0,1,1,1,1,1,0.730430067,0,1,1,1,1,1,1,0.647853017,0,1,1,1,1,1,1,0.989472866,0,0.51377477,0.513645018,0.513741135
-8742,1,0.4161,1,1,1,1,1,1,1,1,0.6956,0.4161,0,1,0.3184,1,1,1,1,1,1,0.4295,0.3184,0,1,0.6434,1,1,1,0.8955,0.6434,0,1,1,1,1,1,0.634979188,0,1,1,1,1,1,1,0.608301222,0,1,1,1,1,1,1,0.989648402,0,0.557817786,0.557859107,0.558067376
-8743,1,0.4159,1,1,1,1,1,1,1,1,0.0974,0.4159,0,1,0.3184,1,1,1,1,1,1,0.0217,0.3184,0,1,0.6435,1,1,1,0.4745,0.6435,0,1,1,1,1,1,0.073995225,0,1,1,1,1,1,1,0.017323989,0,1,1,1,1,1,1,0.644522011,0,0.592435959,0.592553417,0.592641844
-8744,1,0.4158,1,1,1,1,1,1,1,1,0.4449,0.4158,0.118,1,0.3184,1,1,1,1,1,1,0.2025,0.3184,0.0819,1,0.6436,1,1,1,0.8804,0.6436,0.1126,1,1,1,1,1,0.392174602,0.201326385,1,1,1,1,1,1,0.282433033,0.126813859,1,1,1,1,1,1,0.984549761,0.257012129,0.622100048,0.62217051,0.622340426
-8745,1,0.4156,1,1,1,1,1,1,1,1,0.4011,0.4156,0.2745,1,0.3184,1,1,1,1,1,1,0.1891,0.3184,0.268,1,0.6437,1,1,1,0.8402,0.6437,0.3547,1,1,1,1,1,0.375160664,0.415463418,1,1,1,1,1,1,0.245316818,0.429205179,1,1,1,1,1,1,0.974559426,0.64062953,0.644272595,0.64438333,0.644503546
-8746,1,0.4155,1,1,1,1,1,1,1,1,0.3191,0.4155,0.3837,1,0.3184,1,1,1,1,1,1,0.2018,0.3184,0.3915,1,0.6438,1,1,1,0.7382,0.6438,0.4853,1,1,1,1,1,0.282707691,0.548116863,0.919109106,1,1,1,1,1,0.202035055,0.609209776,0.884811044,1,1,1,1,1,0.962935567,0.831238031,0.654301595,0.654326211,0.654255319
-8747,1,0.4154,1,1,1,1,1,1,1,1,0.4194,0.4154,0.4294,1,0.3184,1,1,1,1,1,1,0.4765,0.3184,0.4355,1,0.6439,1,1,1,0.6426,0.6439,0.5214,1,1,1,1,1,0.419560641,0.617212057,0.63003695,1,1,1,1,1,0.461398125,0.687735915,0.945844293,1,1,1,1,1,0.912728965,0.894115448,0.65242871,0.652422255,0.65248227
-8748,1,0.4152,1,1,1,1,1,1,1,1,0.4265,0.4152,0.4076,1,0.3184,1,1,1,1,1,1,0.4563,0.3184,0.47,1,0.644,1,1,1,0.6309,0.644,0.5126,1,1,1,1,1,0.39961791,0.57515049,0.705742359,1,1,1,1,1,0.401336521,0.764111817,0.988811851,1,1,1,1,1,0.879714668,0.84920603,0.641795553,0.641844722,0.641843972
-8749,1,0.4151,1,1,1,1,1,1,1,1,0.347,0.4151,0.4265,1,0.3184,1,1,1,1,1,1,0.3282,0.3184,0.4632,1,0.6441,1,1,1,0.5411,0.6441,0.5144,1,1,1,1,1,0.353917301,0.610207617,0.532924354,1,1,1,1,1,0.284555018,0.658331215,0.703226447,1,1,1,1,1,0.816459537,0.786227703,0.631041566,0.631055638,0.631205674
-8750,1,0.415,1,1,1,1,1,1,1,1,0.2168,0.415,0.3834,1,0.3184,1,1,1,1,1,1,0.1265,0.3184,0.3739,1,0.6442,1,1,1,0.4111,0.6442,0.4198,1,1,1,1,1,0.198616356,0.530633688,0.468141317,1,1,1,1,1,0.116261289,0.485903203,0.420149744,1,1,1,1,1,0.671596169,0.668271482,0.624395843,0.624497567,0.624556738
-8751,1,0.4148,1,1,1,1,1,1,1,1,0.2446,0.4148,0.2594,1,0.3184,1,1,1,1,1,1,0.08,0.3184,0.2229,1,0.6443,1,1,1,0.2422,0.6443,0.2637,1,1,1,1,1,0.219682187,0.390108138,0.425978601,1,1,1,1,1,0.096316189,0.313567638,0.699123561,1,1,1,1,1,0.489251167,0.453968287,0.626208313,0.626189972,0.626329787
-8752,1,0.4147,1,1,1,1,1,1,1,1,0.2278,0.4147,0.078,1,0.3184,1,1,1,1,1,1,0.1298,0.3184,0.0795,1,0.6444,1,1,1,0.254,0.6444,0,1,1,1,1,1,0.243361205,0.146486372,0.526483119,1,1,1,1,1,0.19116661,0.138759971,0.780544996,1,1,1,1,1,0.469488412,0,0.671640889,0.671673366,0.671985816
-8753,1,0.4146,1,1,1,1,1,1,1,1,0.2821,0.4146,0,1,0.3184,1,1,1,1,1,1,0.2871,0.3184,0,1,0.6445,1,1,1,0.3287,0.6445,0,1,1,1,1,1,0.283615589,0,0.627807975,1,1,1,1,1,0.425589085,0,0.920850873,1,1,1,1,1,0.521170914,0,0.712300628,0.712291094,0.712765957
-8754,1,0.4144,1,1,1,1,1,1,1,1,0.2319,0.4144,0,1,0.3184,1,1,1,1,1,1,0.5918,0.3184,0,1,0.6446,1,1,1,0.3195,0.6446,0,1,1,1,1,1,0.250781506,0,0.427638799,1,1,1,1,1,0.748049021,0,0.896981716,1,1,1,1,1,0.405029297,0,0.691578057,0.691770679,0.691932624
-8755,1,0.4143,1,1,1,1,1,1,1,1,0.1702,0.4143,0,1,0.3184,1,1,1,1,1,1,0.134,0.3184,0,1,0.6447,1,1,1,0.2243,0.6447,0,1,1,1,1,1,0.187301517,0,0.221481621,1,1,1,1,1,0.118404441,0,0.563973367,1,1,1,1,1,0.350494027,0,0.593583857,0.795430506,0.587765957
-8756,1,0.4142,1,1,1,1,1,1,1,1,0.1729,0.4142,0,1,0.3184,1,1,1,1,1,1,0.1134,0.3184,0,1,0.6448,1,1,1,0.1976,0.6448,0,1,1,1,1,1,0.176146284,0,0.301076591,1,1,1,1,1,0.160262942,0,0.603668511,1,1,1,1,1,0.309507728,0,0.565913485,0.758409139,0.560283688
-8757,1,0.414,1,1,1,1,1,1,1,1,0.1893,0.414,0,1,0.3184,1,1,1,1,1,1,0.1329,0.3184,0,1,0.6449,1,1,1,0.2626,0.6449,0,1,1,1,1,1,0.201399446,0,0.475568116,1,1,1,1,1,0.135424986,0,0.625242651,1,1,1,1,1,0.423946232,0,0.539451426,0.723080178,0.534131206
-8758,1,0.4139,1,1,1,1,1,1,1,1,0.2851,0.4139,0,1,0.3184,1,1,1,1,1,1,0.276,0.3184,0,1,0.645,1,1,1,0.2805,0.645,0,1,1,1,1,1,0.305651695,0,0.690351009,1,1,1,1,1,0.266027272,0,0.529778063,1,1,1,1,1,0.455915332,0,0.511478975,0.687116564,0.506205674
-8759,1,0.4138,1,1,1,1,1,1,1,1,0.278,0.4138,0,1,0.3184,1,1,1,1,1,1,0.2997,0.3184,0,1,0.6451,1,1,1,0.426,0.6451,0,1,1,1,1,1,0.328695059,0,0.653574944,1,1,1,1,1,0.319995254,0,0.307369113,1,1,1,1,1,0.620064557,0,0.483869019,0.65072985,0.479166667
diff --git a/Example_Systems/RealSystemExample/ISONE_Singlezone/Minimum_capacity_requirement.csv b/Example_Systems/RealSystemExample/ISONE_Singlezone/Minimum_capacity_requirement.csv
deleted file mode 100644
index 7c781f09f5..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Singlezone/Minimum_capacity_requirement.csv
+++ /dev/null
@@ -1,4 +0,0 @@
-MinCapReqConstraint,Constraint_Description,Min_MW
-1,ME_Wind,8000
-2,ME_OSW,5000
-3,MA_Solar,3200
\ No newline at end of file
diff --git a/Example_Systems/RealSystemExample/ISONE_Singlezone/README.md b/Example_Systems/RealSystemExample/ISONE_Singlezone/README.md
deleted file mode 100644
index 9c7a9d18e7..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Singlezone/README.md
+++ /dev/null
@@ -1,19 +0,0 @@
-# Real System Example: Single Zones
-
-**RealSystemExample/ISONE_Singlezone** is detailed example system approximating the ISO New England region with one zone that represents the whole ISO-NE.
-They are total of 58 different resources modeled in the system.
-
-To run the model, first navigate to the example directory at `GenX/Example_Systems/RealSystemExample/ISONE_Singlezone`:
-
-`cd("Example_Systems/RealSystemExample/ISONE_Singlezone")`
-
-Next, ensure that your settings in `GenX_settings.yml` are correct.
-The default settings use the solver Gurobi (`Solver: Gurobi`).
-`TimeDomainReduction` is turned on (`1`), which reduces the full-year input data to 11 one-weeks periods of 168 hours.
-Other optional policies include minimum capacity requirements, a capacity reserve margin, and more.
-
-Once the settings are confirmed, run the model with the `Run.jl` script in the example directory:
-
-`julia --project=/path/to/GenX Run.jl`
-
-Once the model has completed, results will write to the `Results` directory.
diff --git a/Example_Systems/RealSystemExample/ISONE_Singlezone/Resources/Flex_demand.csv b/Example_Systems/RealSystemExample/ISONE_Singlezone/Resources/Flex_demand.csv
deleted file mode 100644
index f76b1cff20..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Singlezone/Resources/Flex_demand.csv
+++ /dev/null
@@ -1,4 +0,0 @@
-region,cluster,Resource,Resource_Type,MGA,R_ID,Zone,LDS,Existing_Cap_MW,New_Build,Can_Retire,Cap_Size,Min_Cap_MW,Max_Cap_MW,Inv_Cost_per_MWyr,Fixed_OM_Cost_per_MWyr,Var_OM_Cost_per_MWh,Start_Cost_per_MW,Start_Fuel_MMBTU_per_MW,Heat_Rate_MMBTU_per_MWh,Fuel,Min_Power,Hydro_Energy_to_Power_Ratio,Max_Flexible_Demand_Advance,Max_Flexible_Demand_Delay,Flexible_Demand_Energy_Eff,Ramp_Up_Percentage,Ramp_Dn_Percentage,Reg_Max,Rsv_Max,Reg_Cost,Rsv_Cost
-NENGREST,1,NENGREST_heat_load_shifting_1,heat_load_shifting,0,56,1,0,165.52,0,0,0.0,0,0.0,0,0,0.0,0,0.0,0.0,None,0.0,0.0,0,4,1,0.0,0.0,0.0,0.0,0,0
-NENG_CT,1,NENG_CT_heat_load_shifting_1,heat_load_shifting,0,57,1,0,47.27,0,0,0.0,0,0.0,0,0,0.0,0,0.0,0.0,None,0.0,0.0,0,4,1,0.0,0.0,0.0,0.0,0,0
-NENG_ME,1,NENG_ME_heat_load_shifting_1,heat_load_shifting,0,58,1,0,22.56,0,0,0.0,0,0.0,0,0,0.0,0,0.0,0.0,None,0.0,0.0,0,4,1,0.0,0.0,0.0,0.0,0,0
diff --git a/Example_Systems/RealSystemExample/ISONE_Singlezone/Resources/Hydro.csv b/Example_Systems/RealSystemExample/ISONE_Singlezone/Resources/Hydro.csv
deleted file mode 100644
index 07abd184f4..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Singlezone/Resources/Hydro.csv
+++ /dev/null
@@ -1,4 +0,0 @@
-region,cluster,Resource,Resource_Type,MGA,R_ID,Zone,LDS,Existing_Cap_MW,New_Build,Can_Retire,Cap_Size,Min_Cap_MW,Max_Cap_MW,Inv_Cost_per_MWyr,Fixed_OM_Cost_per_MWyr,Var_OM_Cost_per_MWh,Start_Cost_per_MW,Start_Fuel_MMBTU_per_MW,Heat_Rate_MMBTU_per_MWh,Fuel,Min_Power,Hydro_Energy_to_Power_Ratio,Ramp_Up_Percentage,Ramp_Dn_Percentage,Reg_Max,Rsv_Max,Reg_Cost,Rsv_Cost
-NENGREST,1,NENGREST_conventional_hydroelectric_1,other_renewables,0,2,1,0,662.983,0,0,11.24,0,0.0,0,46475,0.0,0,0.0,9.12,None,0.116,1.0,0.083,0.083,0.006916667,0.013833333,0,0
-NENG_CT,1,NENG_CT_conventional_hydroelectric_1,other_renewables,0,15,1,0,67.7,0,0,13.54,0,0.0,0,46475,0.0,0,0.0,9.12,None,0.18,1.0,0.083,0.083,0.006916667,0.013833333,0,0
-NENG_ME,1,NENG_ME_conventional_hydroelectric_1,other_renewables,0,26,1,0,327.81,0,0,7.8,0,0.0,0,46475,0.0,0,0.0,9.12,None,0.402,1.0,0.083,0.083,0.006916667,0.013833333,0,0
diff --git a/Example_Systems/RealSystemExample/ISONE_Singlezone/Resources/Must_run.csv b/Example_Systems/RealSystemExample/ISONE_Singlezone/Resources/Must_run.csv
deleted file mode 100644
index a8d26c6ffe..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Singlezone/Resources/Must_run.csv
+++ /dev/null
@@ -1,4 +0,0 @@
-region,cluster,Resource,Resource_Type,MGA,R_ID,Zone,LDS,Existing_Cap_MW,New_Build,Can_Retire,Cap_Size,Min_Cap_MW,Max_Cap_MW,Inv_Cost_per_MWyr,Fixed_OM_Cost_per_MWyr,Var_OM_Cost_per_MWh,Start_Cost_per_MW,Start_Fuel_MMBTU_per_MW,Heat_Rate_MMBTU_per_MWh,Fuel,Min_Power,Hydro_Energy_to_Power_Ratio,Ramp_Up_Percentage,Ramp_Dn_Percentage,Reg_Max,Rsv_Max,Reg_Cost,Rsv_Cost
-NENGREST,1,NENGREST_small_hydroelectric_1,other_renewables,0,12,1,0,186.355,0,0,0.79,0,0.0,0,46475,0.0,0,0.0,9.12,None,0.116,1.0,1.0,1.0,0.0,0.0,0,0
-NENG_CT,1,NENG_CT_small_hydroelectric_1,other_renewables,0,23,1,0,18.711,0,0,0.57,0,0.0,0,46475,0.0,0,0.0,9.12,None,0.18,1.0,1.0,1.0,0.0,0.0,0,0
-NENG_ME,1,NENG_ME_small_hydroelectric_1,other_renewables,0,31,1,0,195.266,0,0,1.1,0,0.0,0,46475,0.0,0,0.0,9.12,None,0.192,1.0,1.0,1.0,0.0,0.0,0,0
diff --git a/Example_Systems/RealSystemExample/ISONE_Singlezone/Resources/Resource_capacity_reserve_margin.csv b/Example_Systems/RealSystemExample/ISONE_Singlezone/Resources/Resource_capacity_reserve_margin.csv
deleted file mode 100644
index 4512c70f6a..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Singlezone/Resources/Resource_capacity_reserve_margin.csv
+++ /dev/null
@@ -1,59 +0,0 @@
-Resource,Derating_Factor_1
-NENGREST_biomass_1,0.93
-NENGREST_conventional_hydroelectric_1,0.8
-NENGREST_hydroelectric_pumped_storage_1,0.95
-NENGREST_natural_gas_fired_combined_cycle_1,0.93
-NENGREST_natural_gas_fired_combined_cycle_2,0.93
-NENGREST_natural_gas_fired_combustion_turbine_1,0.93
-NENGREST_natural_gas_fired_combustion_turbine_2,0.93
-NENGREST_natural_gas_steam_turbine_1,0.93
-NENGREST_nuclear_1,0.93
-NENGREST_offshore_wind_turbine_1,0.8
-NENGREST_onshore_wind_turbine_1,0.8
-NENGREST_small_hydroelectric_1,0
-NENGREST_solar_photovoltaic_1,0.8
-NENG_CT_biomass_1,0.93
-NENG_CT_conventional_hydroelectric_1,0.8
-NENG_CT_hydroelectric_pumped_storage_1,0.95
-NENG_CT_natural_gas_fired_combined_cycle_1,0.93
-NENG_CT_natural_gas_fired_combined_cycle_2,0.93
-NENG_CT_natural_gas_fired_combustion_turbine_1,0.93
-NENG_CT_natural_gas_fired_combustion_turbine_2,0.93
-NENG_CT_nuclear_1,0.93
-NENG_CT_onshore_wind_turbine_1,0.8
-NENG_CT_small_hydroelectric_1,0
-NENG_CT_solar_photovoltaic_1,0.8
-NENG_ME_biomass_1,0.93
-NENG_ME_conventional_hydroelectric_1,0.8
-NENG_ME_natural_gas_fired_combined_cycle_1,0.93
-NENG_ME_natural_gas_fired_combined_cycle_2,0.93
-NENG_ME_natural_gas_fired_combustion_turbine_1,0.93
-NENG_ME_onshore_wind_turbine_1,0.8
-NENG_ME_small_hydroelectric_1,0
-NENG_ME_solar_photovoltaic_1,0.8
-NENGREST_naturalgas_ccccsavgcf_mid_0,0.93
-NENGREST_naturalgas_ccavgcf_mid_0,0.93
-NENGREST_naturalgas_ctavgcf_mid_0,0.93
-NENGREST_battery_mid_0,0.95
-NENGREST_naturalgas_ccs100_mid_0,0.93
-NENGREST_landbasedwind_ltrg1_mid_130_1,0.8
-NENGREST_utilitypv_losangeles_mid_80_0_2_1,0.8
-NENGREST_offshorewind_otrg3_mid_fixed_1_176_77_1,0.8
-NENG_CT_naturalgas_ccccsavgcf_mid_0,0.93
-NENG_CT_naturalgas_ccavgcf_mid_0,0.93
-NENG_CT_naturalgas_ctavgcf_mid_0,0.93
-NENG_CT_battery_mid_0,0.95
-NENG_CT_naturalgas_ccs100_mid_0,0.93
-NENG_CT_landbasedwind_ltrg1_mid_110_1,0.8
-NENG_CT_utilitypv_losangeles_mid_80_0_2_1,0.8
-NENG_CT_offshorewind_otrg3_mid_fixed_1_176_77_1,0.8
-NENG_ME_naturalgas_ccccsavgcf_mid_0,0.93
-NENG_ME_naturalgas_ccavgcf_mid_0,0.93
-NENG_ME_naturalgas_ctavgcf_mid_0,0.93
-NENG_ME_battery_mid_0,0.95
-NENG_ME_naturalgas_ccs100_mid_0,0.93
-NENG_ME_landbasedwind_ltrg1_mid_110_1,0.8
-NENG_ME_utilitypv_losangeles_mid_100_0_2_1,0.8
-NENGREST_heat_load_shifting_1,0.95
-NENG_CT_heat_load_shifting_1,0.95
-NENG_ME_heat_load_shifting_1,0.95
\ No newline at end of file
diff --git a/Example_Systems/RealSystemExample/ISONE_Singlezone/Resources/Resource_energy_share_requirement.csv b/Example_Systems/RealSystemExample/ISONE_Singlezone/Resources/Resource_energy_share_requirement.csv
deleted file mode 100644
index 8a7934a9ae..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Singlezone/Resources/Resource_energy_share_requirement.csv
+++ /dev/null
@@ -1,27 +0,0 @@
-Resource,ESR_1,ESR_2
-NENGREST_biomass_1,1,1
-NENGREST_conventional_hydroelectric_1,0,1
-NENGREST_nuclear_1,0,1
-NENGREST_offshore_wind_turbine_1,1,1
-NENGREST_onshore_wind_turbine_1,1,1
-NENGREST_small_hydroelectric_1,1,1
-NENGREST_solar_photovoltaic_1,1,1
-NENG_CT_biomass_1,1,1
-NENG_CT_conventional_hydroelectric_1,0,1
-NENG_CT_nuclear_1,0,1
-NENG_CT_onshore_wind_turbine_1,1,1
-NENG_CT_small_hydroelectric_1,1,1
-NENG_CT_solar_photovoltaic_1,1,1
-NENG_ME_biomass_1,1,1
-NENG_ME_conventional_hydroelectric_1,0,1
-NENG_ME_onshore_wind_turbine_1,1,1
-NENG_ME_small_hydroelectric_1,1,1
-NENG_ME_solar_photovoltaic_1,1,1
-NENGREST_landbasedwind_ltrg1_mid_130_1,1,1
-NENGREST_utilitypv_losangeles_mid_80_0_2_1,1,1
-NENGREST_offshorewind_otrg3_mid_fixed_1_176_77_1,1,1
-NENG_CT_landbasedwind_ltrg1_mid_110_1,1,1
-NENG_CT_utilitypv_losangeles_mid_80_0_2_1,1,1
-NENG_CT_offshorewind_otrg3_mid_fixed_1_176_77_1,1,1
-NENG_ME_landbasedwind_ltrg1_mid_110_1,1,1
-NENG_ME_utilitypv_losangeles_mid_100_0_2_1,1,1
\ No newline at end of file
diff --git a/Example_Systems/RealSystemExample/ISONE_Singlezone/Resources/Resource_minimum_capacity_requirement.csv b/Example_Systems/RealSystemExample/ISONE_Singlezone/Resources/Resource_minimum_capacity_requirement.csv
deleted file mode 100644
index 4a95218f53..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Singlezone/Resources/Resource_minimum_capacity_requirement.csv
+++ /dev/null
@@ -1,9 +0,0 @@
-Resource,Min_Cap_1,Min_Cap_2,Min_Cap_3
-NENGREST_offshore_wind_turbine_1,1,1,0
-NENGREST_onshore_wind_turbine_1,1,0,0
-NENGREST_solar_photovoltaic_1,0,0,1
-NENG_ME_onshore_wind_turbine_1,1,0,0
-NENGREST_landbasedwind_ltrg1_mid_130_1,1,0,0
-NENGREST_utilitypv_losangeles_mid_80_0_2_1,0,0,1
-NENGREST_offshorewind_otrg3_mid_fixed_1_176_77_1,1,1,0
-NENG_ME_landbasedwind_ltrg1_mid_110_1,1,0,0
\ No newline at end of file
diff --git a/Example_Systems/RealSystemExample/ISONE_Singlezone/Resources/Storage.csv b/Example_Systems/RealSystemExample/ISONE_Singlezone/Resources/Storage.csv
deleted file mode 100644
index b7668e8970..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Singlezone/Resources/Storage.csv
+++ /dev/null
@@ -1,6 +0,0 @@
-region,cluster,Resource,Resource_Type,MGA,R_ID,Zone,Model,LDS,Existing_Cap_MW,Existing_Charge_Cap_MW,Existing_Cap_MWh,New_Build,Can_Retire,Cap_Size,Min_Cap_MW,Max_Cap_MW,Min_Charge_Cap_MW,Max_Charge_Cap_MW,Min_Cap_MWh,Max_Cap_MWh,Inv_Cost_per_MWyr,Fixed_OM_Cost_per_MWyr,Inv_Cost_per_MWhyr,Fixed_OM_Cost_per_MWhyr,Inv_Cost_Charge_per_MWyr,Fixed_OM_Cost_Charge_per_MWyr,Var_OM_Cost_per_MWh,Var_OM_Cost_per_MWh_In,Start_Cost_per_MW,Start_Fuel_MMBTU_per_MW,Heat_Rate_MMBTU_per_MWh,Fuel,Min_Power,Self_Disch,Eff_Up,Eff_Down,Hydro_Energy_to_Power_Ratio,Min_Duration,Max_Duration,Ramp_Up_Percentage,Ramp_Dn_Percentage,Reg_Max,Rsv_Max,Reg_Cost,Rsv_Cost
-NENGREST,1,NENGREST_hydroelectric_pumped_storage_1,hydroelectric_pumped_storage,0,3,1,1,0,1768.002,0,280635.2381,0,0,294.67,0,0.0,0,-1,0,-1,0,40113,0,0,0,0,0.0,0.0,0,0.0,0.0,None,0.532,0,0.866,0.866,158.730159,0,200,1.0,1.0,0.083333333,0.166666667,0,0
-NENG_CT,1,NENG_CT_hydroelectric_pumped_storage_1,hydroelectric_pumped_storage,0,16,1,1,0,30.999,0,4920.47619,0,0,10.33,0,0.0,0,-1,0,-1,0,40113,0,0,0,0,0.0,0.0,0,0.0,0.0,None,0.871,0,0.866,0.866,158.730159,0,200,1.0,1.0,0.083333333,0.166666667,0,0
-NENGREST,0,NENGREST_battery_mid_0,battery_mid,0,36,1,1,0,0.0,0,0.0,1,1,1.0,0,-1.0,0,-1,0,-1,19584,4895,22494,5622,0,0,0.15,0.15,0,0.0,0.0,None,0.0,0,0.92,0.92,1.0,1,10,1.0,1.0,0.083333333,0.166666667,0,0
-NENG_CT,0,NENG_CT_battery_mid_0,battery_mid,0,44,1,1,0,0.0,0,0.0,1,1,1.0,0,-1.0,0,-1,0,-1,19584,4895,22494,5622,0,0,0.15,0.15,0,0.0,0.0,None,0.0,0,0.92,0.92,1.0,1,10,1.0,1.0,0.083333333,0.166666667,0,0
-NENG_ME,0,NENG_ME_battery_mid_0,battery_mid,0,52,1,1,0,0.0,0,0.0,1,1,1.0,0,-1.0,0,-1,0,-1,19584,4895,22494,5622,0,0,0.15,0.15,0,0.0,0.0,None,0.0,0,0.92,0.92,1.0,1,10,1.0,1.0,0.083333333,0.166666667,0,0
diff --git a/Example_Systems/RealSystemExample/ISONE_Singlezone/Resources/Thermal.csv b/Example_Systems/RealSystemExample/ISONE_Singlezone/Resources/Thermal.csv
deleted file mode 100644
index b2eaea8e91..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Singlezone/Resources/Thermal.csv
+++ /dev/null
@@ -1,30 +0,0 @@
-region,cluster,Resource,Resource_Type,MGA,R_ID,Zone,Model,LDS,Existing_Cap_MW,New_Build,Can_Retire,Cap_Size,Min_Cap_MW,Max_Cap_MW,Inv_Cost_per_MWyr,Fixed_OM_Cost_per_MWyr,Var_OM_Cost_per_MWh,Start_Cost_per_MW,Start_Fuel_MMBTU_per_MW,Heat_Rate_MMBTU_per_MWh,Fuel,Min_Power,Hydro_Energy_to_Power_Ratio,Ramp_Up_Percentage,Ramp_Dn_Percentage,Up_Time,Down_Time,Reg_Max,Rsv_Max,Reg_Cost,Rsv_Cost
-NENGREST,1,NENGREST_biomass_1,other_renewables,0,1,1,1,0,106.062,0,0,3.21,0,0.0,0,122976,5.08,0,0.0,14.58,None,0.45,1.0,1.0,1.0,0,0,0.083333333,0.166666667,0,0
-NENGREST,1,NENGREST_natural_gas_fired_combined_cycle_1,natural_gas,1,4,1,1,0,7077.3,0,1,471.82,0,0.0,0,10287,3.55,91,2.0,7.43,NENGREST_NG,0.468,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0
-NENGREST,2,NENGREST_natural_gas_fired_combined_cycle_2,natural_gas,1,5,1,1,0,2684.803,0,1,244.07,0,0.0,0,16291,4.5,91,2.0,8.29,NENGREST_NG,0.507,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0
-NENGREST,1,NENGREST_natural_gas_fired_combustion_turbine_1,natural_gas,1,6,1,1,0,302.701,0,1,43.24,0,0.0,0,12080,4.6,118,3.5,10.13,NENGREST_NG,0.456,1.0,3.78,3.78,1,1,0.315,0.63,0,0
-NENGREST,2,NENGREST_natural_gas_fired_combustion_turbine_2,natural_gas,1,7,1,1,0,62.704,0,1,7.84,0,0.0,0,13991,4.6,118,3.5,4.74,NENGREST_NG,0.488,1.0,3.78,3.78,1,1,0.315,0.63,0,0
-NENGREST,1,NENGREST_natural_gas_steam_turbine_1,natural_gas,1,8,1,1,0,0.6,0,1,0.6,0,0.0,0,50678,1.04,86,13.7,0.0,NENGREST_NG,0.0,0.0,0.0,0.0,0,0,0.0,0.0,0,0
-NENGREST,1,NENGREST_nuclear_1,nuclear,1,9,1,1,0,1242.0,0,1,1242.0,0,0.0,0,271818,2.32,245,0.0,10.46,new_england_uranium,0.5,1.0,0.25,0.25,24,24,0.020833333,0.041666667,0,0
-NENG_CT,1,NENG_CT_biomass_1,other_renewables,0,14,1,1,0,27.248,0,0,3.41,0,0.0,0,122976,5.37,0,0.0,15.33,None,0.348,1.0,1.0,1.0,0,0,0.083333333,0.166666667,0,0
-NENG_CT,1,NENG_CT_natural_gas_fired_combined_cycle_1,natural_gas,1,17,1,1,0,3488.704,0,1,436.09,0,0.0,0,9698,3.57,91,2.0,7.12,NENG_CT_NG,0.338,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0
-NENG_CT,2,NENG_CT_natural_gas_fired_combined_cycle_2,natural_gas,1,18,1,1,0,35.2,0,1,17.6,0,0.0,0,16291,4.5,91,2.0,10.77,NENG_CT_NG,0.466,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0
-NENG_CT,1,NENG_CT_natural_gas_fired_combustion_turbine_1,natural_gas,1,19,1,1,0,434.0,0,1,54.25,0,0.0,0,10609,4.6,118,3.5,11.06,NENG_CT_NG,0.124,1.0,3.78,3.78,1,1,0.315,0.63,0,0
-NENG_CT,2,NENG_CT_natural_gas_fired_combustion_turbine_2,natural_gas,1,20,1,1,0,124.9,0,1,24.98,0,0.0,0,13991,4.6,118,3.5,8.35,NENG_CT_NG,0.476,1.0,3.78,3.78,1,1,0.315,0.63,0,0
-NENG_CT,1,NENG_CT_nuclear_1,nuclear,1,21,1,1,0,2162.9,0,1,1081.45,0,0.0,0,190920,2.32,245,0.0,10.46,new_england_uranium,0.5,1.0,0.25,0.25,24,24,0.020833333,0.041666667,0,0
-NENG_ME,1,NENG_ME_biomass_1,other_renewables,0,25,1,1,0,24.95,0,0,2.5,0,0.0,0,122976,4.85,0,0.0,13.84,None,0.404,1.0,1.0,1.0,0,0,0.083333333,0.166666667,0,0
-NENG_ME,1,NENG_ME_natural_gas_fired_combined_cycle_1,natural_gas,1,27,1,1,0,274.5,0,1,137.25,0,0.0,0,16291,4.5,91,2.0,12.62,NENG_ME_NG,0.474,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0
-NENG_ME,2,NENG_ME_natural_gas_fired_combined_cycle_2,natural_gas,1,28,1,1,0,1114.1,0,1,557.05,0,0.0,0,9668,3.57,91,2.0,7.65,NENG_ME_NG,0.386,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0
-NENG_ME,1,NENG_ME_natural_gas_fired_combustion_turbine_1,natural_gas,1,29,1,1,0,163.5,0,1,54.5,0,0.0,0,11540,4.6,118,3.5,4.75,NENG_ME_NG,0.697,1.0,3.78,3.78,1,1,0.315,0.63,0,0
-NENGREST,0,NENGREST_naturalgas_ccccsavgcf_mid_0,natural_gas_CCS,1,33,1,1,0,0.0,0,1,500.0,0,-1.0,229388,27483,5.82,103,0.0,7.52,NENGREST_NG_ccs90,0.6,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0
-NENGREST,0,NENGREST_naturalgas_ccavgcf_mid_0,natural_gas,1,34,1,1,0,0.0,1,1,500.0,0,-1.0,110025,12441,1.61,103,2.0,6.27,NENGREST_NG,0.2,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0
-NENGREST,0,NENGREST_naturalgas_ctavgcf_mid_0,natural_gas,1,35,1,1,0,0.0,1,1,100.0,0,-1.0,81998,6960,4.49,134,3.5,9.9,NENGREST_NG,0.3,1.0,3.78,3.78,1,1,0.315,0.63,0,0
-NENGREST,0,NENGREST_naturalgas_ccs100_mid_0,natural_gas_CCS,1,37,1,1,0,0.0,0,1,500.0,0,-1.0,239841,37153,6.26,103,0.0,7.89,NENGREST_NG_ccs100,0.6,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0
-NENG_CT,0,NENG_CT_naturalgas_ccccsavgcf_mid_0,natural_gas_CCS,1,41,1,1,0,0.0,0,1,500.0,0,-1.0,229388,27483,5.82,103,0.0,7.52,NENG_CT_NG_ccs90,0.6,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0
-NENG_CT,0,NENG_CT_naturalgas_ccavgcf_mid_0,natural_gas,1,42,1,1,0,0.0,1,1,500.0,0,-1.0,110025,12441,1.61,103,2.0,6.27,NENG_CT_NG,0.2,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0
-NENG_CT,0,NENG_CT_naturalgas_ctavgcf_mid_0,natural_gas,1,43,1,1,0,0.0,1,1,100.0,0,-1.0,81998,6960,4.49,134,3.5,9.9,NENG_CT_NG,0.3,1.0,3.78,3.78,1,1,0.315,0.63,0,0
-NENG_CT,0,NENG_CT_naturalgas_ccs100_mid_0,natural_gas_CCS,1,45,1,1,0,0.0,0,1,500.0,0,-1.0,239841,37153,6.26,103,0.0,7.89,NENG_CT_NG_ccs100,0.6,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0
-NENG_ME,0,NENG_ME_naturalgas_ccccsavgcf_mid_0,natural_gas_CCS,1,49,1,1,0,0.0,0,1,500.0,0,-1.0,229388,27483,5.82,103,0.0,7.52,NENG_ME_NG_ccs90,0.6,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0
-NENG_ME,0,NENG_ME_naturalgas_ccavgcf_mid_0,natural_gas,1,50,1,1,0,0.0,1,1,500.0,0,-1.0,110025,12441,1.61,103,2.0,6.27,NENG_ME_NG,0.2,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0
-NENG_ME,0,NENG_ME_naturalgas_ctavgcf_mid_0,natural_gas,1,51,1,1,0,0.0,1,1,100.0,0,-1.0,81998,6960,4.49,134,3.5,9.9,NENG_ME_NG,0.3,1.0,3.78,3.78,1,1,0.315,0.63,0,0
-NENG_ME,0,NENG_ME_naturalgas_ccs100_mid_0,natural_gas_CCS,1,53,1,1,0,0.0,0,1,500.0,0,-1.0,239841,37153,6.26,103,0.0,7.89,NENG_ME_NG_ccs100,0.6,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0
diff --git a/Example_Systems/RealSystemExample/ISONE_Singlezone/Resources/Vre.csv b/Example_Systems/RealSystemExample/ISONE_Singlezone/Resources/Vre.csv
deleted file mode 100644
index 132bb04a95..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Singlezone/Resources/Vre.csv
+++ /dev/null
@@ -1,16 +0,0 @@
-region,cluster,Resource,Resource_Type,MGA,R_ID,Zone,LDS,Num_VRE_Bins,Existing_Cap_MW,New_Build,Can_Retire,Cap_Size,Min_Cap_MW,Max_Cap_MW,Inv_Cost_per_MWyr,Fixed_OM_Cost_per_MWyr,Var_OM_Cost_per_MWh,Start_Cost_per_MW,Start_Fuel_MMBTU_per_MW,Heat_Rate_MMBTU_per_MWh,Fuel,Min_Power,Hydro_Energy_to_Power_Ratio,Ramp_Up_Percentage,Ramp_Dn_Percentage,Reg_Max,Rsv_Max,Reg_Cost,Rsv_Cost
-NENGREST,1,NENGREST_offshore_wind_turbine_1,offshore_wind,1,10,1,0,1,30.0,0,1,30.0,0,0.0,0,128440,0.0,0,0.0,9.12,None,0.0,0.0,0.0,0.0,0.0,0.0,0,0
-NENGREST,1,NENGREST_onshore_wind_turbine_1,onshore_wind,1,11,1,0,1,145.8,0,1,9.75,0,0.0,0,43205,-18.0,0,0.0,9.12,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0
-NENGREST,1,NENGREST_solar_photovoltaic_1,solar,1,13,1,0,1,821.4,0,1,2.6,0,0.0,0,18760,0.0,0,0.0,9.13,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0
-NENG_CT,1,NENG_CT_onshore_wind_turbine_1,onshore_wind,1,22,1,0,1,6.5,0,1,5.0,0,0.0,0,43205,-18.0,0,0.0,9.12,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0
-NENG_CT,1,NENG_CT_solar_photovoltaic_1,solar,1,24,1,0,1,374.6,0,1,5.67,0,0.0,0,18760,0.0,0,0.0,9.16,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0
-NENG_ME,1,NENG_ME_onshore_wind_turbine_1,onshore_wind,1,30,1,0,1,1190.9,0,1,48.5,0,0.0,0,43205,-18.0,0,0.0,9.12,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0
-NENG_ME,1,NENG_ME_solar_photovoltaic_1,solar,1,32,1,0,1,11.8,0,1,1.5,0,0.0,0,18760,0.0,0,0.0,9.12,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0
-NENGREST,1,NENGREST_landbasedwind_ltrg1_mid_130_1,onshore_wind,1,38,1,0,1,0.0,1,1,1.0,0,4888.236,194100,41460,0.0,0,0.0,0.0,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0
-NENGREST,1,NENGREST_utilitypv_losangeles_mid_80_0_2_1,solar,1,39,1,0,1,0.0,1,1,1.0,0,20835.569,99283,13055,0.0,0,0.0,0.0,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0
-NENGREST,1,NENGREST_offshorewind_otrg3_mid_fixed_1_176_77_1,offshore_wind,1,40,1,0,1,0.0,1,1,1.0,0,9848.442,260044,91549,0.0,0,0.0,0.0,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0
-NENG_CT,1,NENG_CT_landbasedwind_ltrg1_mid_110_1,onshore_wind,1,46,1,0,1,0.0,1,1,1.0,0,1982.895,185181,41460,0.0,0,0.0,0.0,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0
-NENG_CT,1,NENG_CT_utilitypv_losangeles_mid_80_0_2_1,solar,1,47,1,0,1,0.0,1,1,1.0,0,17063.264,98631,13055,0.0,0,0.0,0.0,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0
-NENG_CT,1,NENG_CT_offshorewind_otrg3_mid_fixed_1_176_77_1,offshore_wind,1,48,1,0,1,0.0,1,1,1.0,0,477.5,247542,91549,0.0,0,0.0,0.0,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0
-NENG_ME,1,NENG_ME_landbasedwind_ltrg1_mid_110_1,onshore_wind,1,54,1,0,1,0.0,1,1,1.0,0,20430.499,233173,41460,0.0,0,0.0,0.0,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0
-NENG_ME,1,NENG_ME_utilitypv_losangeles_mid_100_0_2_1,solar,1,55,1,0,1,0.0,1,1,1.0,0,21535.709,98706,13055,0.0,0,0.0,0.0,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0
diff --git a/Example_Systems/RealSystemExample/ISONE_Singlezone/Run.jl b/Example_Systems/RealSystemExample/ISONE_Singlezone/Run.jl
deleted file mode 100644
index b44ca23ec1..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Singlezone/Run.jl
+++ /dev/null
@@ -1,3 +0,0 @@
-using GenX
-
-run_genx_case!(dirname(@__FILE__))
diff --git a/Example_Systems/RealSystemExample/ISONE_Singlezone/Settings/cbc_settings.yml b/Example_Systems/RealSystemExample/ISONE_Singlezone/Settings/cbc_settings.yml
deleted file mode 100644
index 92c6fa892f..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Singlezone/Settings/cbc_settings.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-# CBC Solver Parameters
-# Common solver settings
-TimeLimit: 110000 # Solution timeout limit. For example, set_optimizer_attribute(model, "seconds", 60.0).
-
-#CBC-specific solver settings
-logLevel: 1 # Set to 1 to enable solution output. For example, set_optimizer_attribute(model, "logLevel", 1).
-maxSolutions: -1 # Terminate after this many feasible solutions have been found. For example, set_optimizer_attribute(model, "maxSolutions", 1).
-maxNodes: 2000 # Terminate after this many branch-and-bound nodes have been evaluated. For example, set_optimizer_attribute(model, "maxNodes", 1).
-allowableGap: 1 # Terminate after optimality gap is less than this value (on an absolute scale). For example, set_optimizer_attribute(model, "allowableGap", 0.05).
-ratioGap: 0.01 # Terminate after optimality gap is smaller than this relative fraction. For example, set_optimizer_attribute(model, "allowableGap", 0.05).
-threads: 2 # Set the number of threads to use for parallel branch & bound. For example, set_optimizer_attribute(model, "threads", 2)
diff --git a/Example_Systems/RealSystemExample/ISONE_Singlezone/Settings/gurobi_settings.yml b/Example_Systems/RealSystemExample/ISONE_Singlezone/Settings/gurobi_settings.yml
deleted file mode 100644
index 29adc6ec34..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Singlezone/Settings/gurobi_settings.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-# Gurobi Solver Parameters
-# Common solver settings
-Feasib_Tol: 1.0e-05 # Constraint (primal) feasibility tolerances.
-Optimal_Tol: 1e-5 # Dual feasibility tolerances.
-TimeLimit: 110000 # Limits total time solver.
-Pre_Solve: 1 # Controls presolve level.
-Method: 2 # Algorithm used to solve continuous models (including MIP root relaxation).
-
-#Gurobi-specific solver settings
-MIPGap: 1e-3 # Relative (p.u. of optimal) mixed integer optimality tolerance for MIP problems (ignored otherwise).
-BarConvTol: 1.0e-08 # Barrier convergence tolerance (determines when barrier terminates).
-NumericFocus: 0 # Numerical precision emphasis.
-Crossover: 1 # Barrier crossver strategy.
-PreDual: 0 # Decides whether presolve should pass the primal or dual linear programming problem to the LP optimization algorithm.
-AggFill: 10 # Allowed fill during presolve aggregation.
diff --git a/Example_Systems/RealSystemExample/ISONE_Singlezone/Settings/highs_settings.yml b/Example_Systems/RealSystemExample/ISONE_Singlezone/Settings/highs_settings.yml
deleted file mode 100644
index e086d75a31..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Singlezone/Settings/highs_settings.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-# HiGHS Solver Parameters
-# Common solver settings
-Feasib_Tol: 1.0e-05 # Primal feasibility tolerance # [type: double, advanced: false, range: [1e-10, inf], default: 1e-07]
-Optimal_Tol: 1.0e-05 # Dual feasibility tolerance # [type: double, advanced: false, range: [1e-10, inf], default: 1e-07]
-TimeLimit: 1.0e23 # Time limit # [type: double, advanced: false, range: [0, inf], default: inf]
-Pre_Solve: choose # Presolve option: "off", "choose" or "on" # [type: string, advanced: false, default: "choose"]
-Method: ipm #HiGHS-specific solver settings # Solver option: "simplex", "choose" or "ipm" # [type: string, advanced: false, default: "choose"]
-
-#highs-specific solver settings
-# run the crossover routine for ipx
-# [type: string, advanced: "on", range: {"off", "on"}, default: "off"]
-run_crossover: "off"
diff --git a/Example_Systems/RealSystemExample/ISONE_Singlezone/Settings/output_settings.yml b/Example_Systems/RealSystemExample/ISONE_Singlezone/Settings/output_settings.yml
deleted file mode 100644
index 283e141ca7..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Singlezone/Settings/output_settings.yml
+++ /dev/null
@@ -1,27 +0,0 @@
-WriteCosts: false
-WriteCapacity: false
-WriteCapacityValue: false
-WriteCapacityFactor: false
-WriteCharge: false
-WriteChargingCost: false
-WriteCO2: false
-WriteCO2Cap: false
-WriteCommit: false
-WriteCurtailment: false
-WriteEmissions: false
-WriteEnergyRevenue: false
-WriteESRPrices: false
-WriteESRRevenue: false
-WriteFuelConsumption: false
-WriteHourlyMatchingPrices: false
-WriteHydrogenPrices: false
-WriteMaintenance: false
-WriteMaxCapReq: false
-WriteMinCapReq: false
-WriteNetRevenue: false
-WriteNSE: false
-WriteNWExpansion: false
-WriteTransmissionFlows: false
-WriteTransmissionLosses: false
-WriteVirtualDischarge: false
-WriteVREStor: false
\ No newline at end of file
diff --git a/Example_Systems/RealSystemExample/ISONE_Singlezone/Settings/scip_settings.yml b/Example_Systems/RealSystemExample/ISONE_Singlezone/Settings/scip_settings.yml
deleted file mode 100644
index 2779d54826..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Singlezone/Settings/scip_settings.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-# SCIP Solver Parameters
-
-#SCIP-specific solver settings
-Dispverblevel: 0
-limitsgap: 0.05
diff --git a/Example_Systems/RealSystemExample/ISONE_Singlezone/Settings/time_domain_reduction_settings.yml b/Example_Systems/RealSystemExample/ISONE_Singlezone/Settings/time_domain_reduction_settings.yml
deleted file mode 100644
index 1c453c9c95..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Singlezone/Settings/time_domain_reduction_settings.yml
+++ /dev/null
@@ -1,144 +0,0 @@
-#####
-#
-# TIME DOMAIN REDUCTION SETTINGS
-#
-# Set parameters here that organize how your full timeseries
-# data will be divided into representative period clusters.
-# Ensure that time_domain_reduction is set to 1 in GenX_settings.yml
-# before running. Run within GenX or use PreCluster.jl to test and
-# examine representative period output before proceeding.
-# Specify your data input directory as inpath within Run_test.jl
-# or PreCluster.jl.
-#
-#####
-
- # - TimestepsPerRepPeriod
- # Typically 168 timesteps (e.g., hours) per period, this designates
- # the length of each representative period.
-TimestepsPerRepPeriod: 168
-
- # - ClusterMethod
- # Either 'kmeans' or 'kmedoids', this designates the method used to cluster
- # periods and determine each point's representative period.
-ClusterMethod: 'kmeans'
-
- # - ScalingMethod
- # Either 'N' or 'S', this designates directs the module to normalize ([0,1])
- # or standardize (mean 0, variance 1) the input data.
-ScalingMethod: "S"
-
- # - MaxPeriods
- # The maximum number of periods - both clustered periods and extreme periods -
- # that may be used to represent the input data. If IterativelyAddPeriods is on and the
- # error threshold is never met, this will be the total number of periods.
-MaxPeriods: 11
-
- # - MinPeriods
- # The minimum number of periods used to represent the input data. If using
- # UseExtremePeriods, this must be at least the number of extreme periods requests. If
- # IterativelyAddPeriods if off, this will be the total number of periods.
-MinPeriods: 8
-
- # - IterativelyAddPeriods
- # Either 'yes' or 'no', this designates whether or not to add periods
- # until the error threshold between input data and represented data is met or the maximum
- # number of periods is reached.
-IterativelyAddPeriods: 1
-
- # - IterateMethod
- # Either 'cluster' or 'extreme', this designates whether to add clusters to
- # the kmeans/kmedoids method or to set aside the worst-fitting periods as a new extreme periods.
- # The default option is 'cluster'.
-IterateMethod: "cluster"
-
- # - Threshold
- # Iterative period addition will end if the period farthest (Euclidean Distance)
- # from its representative period is within this percentage of the total possible error (for normalization)
- # or ~95% of the total possible error (for standardization). E.g., for a threshold of 0.01,
- # every period must be within 1% of the spread of possible error before the clustering
- # iterations will terminate (or until the max number of periods is reached).
-Threshold: 0.05
-
- # - nReps
- # The number of times to repeat each kmeans/kmedoids clustering at the same setting.
-nReps: 100
-
- # - DemandWeight
- # Default 1, this is an optional multiplier on demand columns in order to prioritize
- # better fits for demand profiles over resource capacity factor profiles.
-DemandWeight: 1
-
- # - WeightTotal
- # Default 8760, the sum to which the relative weights of representative periods will be scaled.
-WeightTotal: 8760
-
- # - ClusterFuelPrices
- # Either 'yes' ro 'no', this indicates whether or not to use the fuel price
- # time series in Fuels_data.csv in the clustering process. If 'no', this function will still write
- # Fuels_data_clustered.csv with reshaped fuel prices based on the number and size of the
- # representative weeks, assuming a constant time series of fuel prices with length equal to the
- # number of timesteps in the raw input data.
-ClusterFuelPrices: 1
-
- # - UseExtremePeriods
- # Either 'yes' or 'no', this designates whether or not to include
- # outliers (by performance or demand/resource extreme) as their own representative periods.
- # This setting automatically includes the periods with maximum demand, minimum solar cf and
- # minimum wind cf as extreme periods.
-UseExtremePeriods: 1
-
-# STILL IN DEVELOPMENT - Currently just uses integral max demand, integral min PV and wind.
-# - ExtremePeriods
-# Use this to define which periods to be included among the final representative periods
-# as "Extreme Periods".
-# Select by profile type: demand ("Demand"), solar PV capacity factors ("PV"), and wind capacity factors ("Wind").
-# Select whether to examine these profiles by zone ("Zone") or across the whole system ("System").
-# Select whether to look for absolute max/min at the timestep level ("Absolute")
-# or max/min sum across the period ("Integral").
-# Select whether you want the maximum ("Max") or minimum ("Min") (of the prior type) for each profile type.
-ExtremePeriods:
- Demand:
- Zone:
- Absolute:
- Max: 0
- Min: 0
- Integral:
- Max: 0
- Min: 0
- System:
- Absolute:
- Max: 1
- Min: 0
- Integral:
- Max: 0
- Min: 0
- PV:
- Zone:
- Absolute:
- Max: 0
- Min: 0
- Integral:
- Max: 0
- Min: 1
- System:
- Absolute:
- Max: 0
- Min: 0
- Integral:
- Max: 0
- Min: 0
- Wind:
- Zone:
- Absolute:
- Max: 0
- Min: 0
- Integral:
- Max: 0
- Min: 1
- System:
- Absolute:
- Max: 0
- Min: 0
- Integral:
- Max: 0
- Min: 0
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone/Capacity_reserve_margin.csv b/Example_Systems/RealSystemExample/ISONE_Trizone/Capacity_reserve_margin.csv
deleted file mode 100644
index c4ce6c337d..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone/Capacity_reserve_margin.csv
+++ /dev/null
@@ -1,4 +0,0 @@
-,Network_zones,CapRes_1
-NENGREST,z1,0.156
-NENG_CT,z2,0.156
-NENG_ME,z3,0.156
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone/Energy_share_requirement.csv b/Example_Systems/RealSystemExample/ISONE_Trizone/Energy_share_requirement.csv
deleted file mode 100644
index 421e6aabb3..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone/Energy_share_requirement.csv
+++ /dev/null
@@ -1,4 +0,0 @@
-,Network_zones,ESR_1,ESR_2
-NENGREST,z1,0.259,0.348
-NENG_CT,z2,0.44,0.44
-NENG_ME,z3,0.776,0.776
\ No newline at end of file
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone/Fuels_data.csv b/Example_Systems/RealSystemExample/ISONE_Trizone/Fuels_data.csv
deleted file mode 100644
index c2f3d9f85f..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone/Fuels_data.csv
+++ /dev/null
@@ -1,482 +0,0 @@
-Time_Index,NENG_CT_NG,NENG_ME_NG,NENGREST_NG,NENGREST_NG_ccs90,west_north_central_coal,new_england_uranium,NENG_CT_NG_ccs90,NENG_ME_ccs90,NENGREST_ccs90,NENG_CT_NG_ccs100,NENGREST_NG_ccs100,NENG_ME_NG_ccs90,NENG_ME_NG_ccs100,NENG_ME_ccs100,NENGREST_ccs100,None
-0,0.05306,0.05306,0.05306,0.05306,0.09552,0,0.00531,0.00531,0.00531,0,0,0.00531,0,0,0,0
-1,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-2,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-3,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-4,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-5,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-6,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-7,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-8,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-9,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-10,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-11,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-12,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-13,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-14,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-15,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-16,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-17,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-18,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-19,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-20,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-21,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-22,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-23,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-24,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-25,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-26,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-27,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-28,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-29,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-30,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-31,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-32,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-33,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-34,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-35,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-36,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-37,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-38,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-39,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-40,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-41,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-42,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-43,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-44,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-45,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-46,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-47,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-48,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-49,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-50,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-51,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-52,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-53,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-54,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-55,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-56,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-57,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-58,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-59,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-60,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-61,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-62,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-63,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-64,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-65,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-66,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-67,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-68,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-69,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-70,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-71,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-72,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-73,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-74,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-75,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-76,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-77,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-78,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-79,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-80,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-81,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-82,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-83,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-84,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-85,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-86,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-87,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-88,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-89,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-90,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-91,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-92,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-93,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-94,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-95,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-96,3.14,3.14,3.69,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,3.69,1.71,1.71,2.26,0
-97,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-98,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-99,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-100,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-101,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-102,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-103,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-104,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-105,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-106,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-107,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-108,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-109,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-110,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-111,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-112,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-113,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-114,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-115,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-116,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-117,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-118,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-119,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-120,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-121,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-122,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-123,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-124,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-125,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-126,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-127,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-128,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-129,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-130,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-131,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-132,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-133,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-134,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-135,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-136,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-137,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-138,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-139,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-140,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-141,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-142,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-143,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-144,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-145,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-146,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-147,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-148,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-149,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-150,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-151,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-152,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-153,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-154,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-155,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-156,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-157,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-158,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-159,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-160,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-161,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-162,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-163,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-164,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-165,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-166,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-167,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-168,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-169,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-170,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-171,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-172,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-173,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-174,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-175,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-176,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-177,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-178,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-179,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-180,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-181,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-182,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-183,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-184,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-185,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-186,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-187,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-188,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-189,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-190,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-191,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-192,1.89,1.89,2.34,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,2.34,0.46,0.46,0.91,0
-193,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-194,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-195,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-196,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-197,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-198,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-199,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-200,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-201,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-202,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-203,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-204,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-205,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-206,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-207,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-208,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-209,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-210,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-211,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-212,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-213,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-214,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-215,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-216,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-217,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-218,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-219,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-220,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-221,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-222,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-223,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-224,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-225,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-226,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-227,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-228,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-229,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-230,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-231,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-232,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-233,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-234,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-235,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-236,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-237,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-238,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-239,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-240,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-241,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-242,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-243,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-244,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-245,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-246,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-247,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-248,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-249,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-250,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-251,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-252,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-253,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-254,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-255,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-256,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-257,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-258,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-259,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-260,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-261,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-262,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-263,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-264,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-265,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-266,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-267,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-268,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-269,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-270,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-271,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-272,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-273,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-274,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-275,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-276,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-277,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-278,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-279,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-280,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-281,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-282,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-283,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-284,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-285,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-286,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-287,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-288,0.74,0.74,1.01,1.01,0.64,0.27,0.74,0.74,1.01,0.19,0.19,1.01,0.19,0.19,0.46,0
-289,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-290,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-291,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-292,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-293,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-294,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-295,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-296,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-297,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-298,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-299,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-300,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-301,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-302,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-303,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-304,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-305,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-306,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-307,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-308,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-309,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-310,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-311,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-312,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-313,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-314,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-315,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-316,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-317,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-318,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-319,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-320,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-321,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-322,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-323,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-324,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-325,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-326,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-327,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-328,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-329,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-330,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-331,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-332,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-333,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-334,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-335,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-336,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-337,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-338,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-339,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-340,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-341,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-342,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-343,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-344,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-345,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-346,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-347,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-348,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-349,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-350,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-351,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-352,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-353,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-354,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-355,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-356,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-357,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-358,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-359,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-360,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-361,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-362,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-363,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-364,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-365,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-366,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-367,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-368,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-369,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-370,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-371,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-372,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-373,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-374,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-375,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-376,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-377,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-378,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-379,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-380,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-381,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-382,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-383,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-384,0.26,0.26,0.32,0.32,0.24,0.1,0.26,0.26,0.32,0.06,0.06,0.32,0.06,0.06,0.11,0
-385,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-386,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-387,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-388,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-389,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-390,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-391,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-392,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-393,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-394,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-395,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-396,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-397,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-398,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-399,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-400,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-401,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-402,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-403,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-404,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-405,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-406,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-407,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-408,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-409,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-410,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-411,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-412,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-413,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-414,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-415,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-416,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-417,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-418,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-419,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-420,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-421,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-422,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-423,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-424,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-425,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-426,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-427,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-428,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-429,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-430,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-431,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-432,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-433,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-434,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-435,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-436,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-437,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-438,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-439,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-440,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-441,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-442,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-443,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-444,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-445,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-446,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-447,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-448,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-449,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-450,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-451,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-452,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-453,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-454,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-455,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-456,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-457,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-458,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-459,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-460,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-461,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-462,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-463,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-464,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-465,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-466,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-467,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-468,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-469,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-470,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-471,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-472,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-473,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-474,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-475,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-476,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-477,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-478,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-479,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
-480,0.49,0.49,0.54,0.54,0.3,0.12,0.49,0.49,0.54,0.23,0.23,0.54,0.23,0.23,0.29,0
\ No newline at end of file
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone/Generators_variability.csv b/Example_Systems/RealSystemExample/ISONE_Trizone/Generators_variability.csv
deleted file mode 100644
index f9a8b5e4a3..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone/Generators_variability.csv
+++ /dev/null
@@ -1,481 +0,0 @@
-Time_Index,NENGREST_biomass_1,NENGREST_conventional_hydroelectric_1,NENGREST_hydroelectric_pumped_storage_1,NENGREST_natural_gas_fired_combined_cycle_1,NENGREST_natural_gas_fired_combined_cycle_2,NENGREST_natural_gas_fired_combustion_turbine_1,NENGREST_natural_gas_fired_combustion_turbine_2,NENGREST_natural_gas_steam_turbine_1,NENGREST_nuclear_1,NENGREST_offshore_wind_turbine_1,NENGREST_onshore_wind_turbine_1,NENGREST_small_hydroelectric_1,NENGREST_solar_photovoltaic_1,NENG_CT_biomass_1,NENG_CT_conventional_hydroelectric_1,NENG_CT_hydroelectric_pumped_storage_1,NENG_CT_natural_gas_fired_combined_cycle_1,NENG_CT_natural_gas_fired_combined_cycle_2,NENG_CT_natural_gas_fired_combustion_turbine_1,NENG_CT_natural_gas_fired_combustion_turbine_2,NENG_CT_nuclear_1,NENG_CT_onshore_wind_turbine_1,NENG_CT_small_hydroelectric_1,NENG_CT_solar_photovoltaic_1,NENG_ME_biomass_1,NENG_ME_conventional_hydroelectric_1,NENG_ME_natural_gas_fired_combined_cycle_1,NENG_ME_natural_gas_fired_combined_cycle_2,NENG_ME_natural_gas_fired_combustion_turbine_1,NENG_ME_onshore_wind_turbine_1,NENG_ME_small_hydroelectric_1,NENG_ME_solar_photovoltaic_1,NENGREST_naturalgas_ccccsavgcf_mid_0,NENGREST_naturalgas_ccavgcf_mid_0,NENGREST_naturalgas_ctavgcf_mid_0,NENGREST_battery_mid_0,NENGREST_naturalgas_ccs100_mid_0,NENGREST_landbasedwind_ltrg1_mid_130_1,NENGREST_utilitypv_losangeles_mid_80_0_2_1,NENGREST_offshorewind_otrg3_mid_fixed_1_176_77_1,NENG_CT_naturalgas_ccccsavgcf_mid_0,NENG_CT_naturalgas_ccavgcf_mid_0,NENG_CT_naturalgas_ctavgcf_mid_0,NENG_CT_battery_mid_0,NENG_CT_naturalgas_ccs100_mid_0,NENG_CT_landbasedwind_ltrg1_mid_110_1,NENG_CT_utilitypv_losangeles_mid_80_0_2_1,NENG_CT_offshorewind_otrg3_mid_fixed_1_176_77_1,NENG_ME_naturalgas_ccccsavgcf_mid_0,NENG_ME_naturalgas_ccavgcf_mid_0,NENG_ME_naturalgas_ctavgcf_mid_0,NENG_ME_battery_mid_0,NENG_ME_naturalgas_ccs100_mid_0,NENG_ME_landbasedwind_ltrg1_mid_110_1,NENG_ME_utilitypv_losangeles_mid_100_0_2_1,NENGREST_heat_load_shifting_1,NENG_CT_heat_load_shifting_1,NENG_ME_heat_load_shifting_1,NENGREST_hydrogen_storage_1,NENG_CT_hydrogen_storage_1,NENG_ME_hydrogen_storage_1
-1,1,0.1531,1,1,1,1,1,1,1,1,0.0153,0.1531,0,1,0.2065,1,1,1,1,1,1,0.0626,0.2065,0,1,0.5201,1,1,1,0.2652,0.5201,0,1,1,1,1,1,0.065292753,0,0.01332443,1,1,1,1,1,0.103481233,0,0.000801047,1,1,1,1,1,0.376813948,0,0.547788787,0.547704675,0.54787234,1,1,1
-2,1,0.1529,1,1,1,1,1,1,1,1,0.0096,0.1529,0,1,0.2064,1,1,1,1,1,1,0.0741,0.2064,0,1,0.5199,1,1,1,0.2219,0.5199,0,1,1,1,1,1,0.052334037,0,0.003825564,1,1,1,1,1,0.122626804,0,0.015034294,1,1,1,1,1,0.364595324,0,0.51323103,0.513221917,0.513297872,1,1,1
-3,1,0.1528,1,1,1,1,1,1,1,1,0.0024,0.1528,0,1,0.2063,1,1,1,1,1,1,0.1111,0.2063,0,1,0.5198,1,1,1,0.2331,0.5198,0,1,1,1,1,1,0.040673904,0,0.000506716,1,1,1,1,1,0.161907911,0,0.026875654,1,1,1,1,1,0.402507216,0,0.490454326,0.490585995,0.490691489,1,1,1
-4,1,0.1527,1,1,1,1,1,1,1,1,0.0013,0.1527,0,1,0.2062,1,1,1,1,1,1,0.07,0.2062,0,1,0.5196,1,1,1,0.2218,0.5196,0,1,1,1,1,1,0.026909461,0,0,1,1,1,1,1,0.099254258,0,0.00276911,1,1,1,1,1,0.400019258,0,0.47661914,0.476835202,0.476950355,1,1,1
-5,1,0.1525,1,1,1,1,1,1,1,1,0.0033,0.1525,0,1,0.2061,1,1,1,1,1,1,0.0733,0.2061,0,1,0.5194,1,1,1,0.1759,0.5194,0,1,1,1,1,1,0.020325907,0,0,1,1,1,1,1,0.110299528,0,0.035911258,1,1,1,1,1,0.330832094,0,0.473537941,0.473661942,0.473404255,1,1,1
-6,1,0.1524,1,1,1,1,1,1,1,1,0,0.1524,0,1,0.206,1,1,1,1,1,1,0.0365,0.206,0,1,0.5193,1,1,1,0.1043,0.5193,0,1,1,1,1,1,0.007212133,3.65E-06,0,1,1,1,1,1,0.063602038,0,0.050005242,1,1,1,1,1,0.222387373,0.013533911,0.477706622,0.477681405,0.477836879,1,1,1
-7,1,0.1523,1,1,1,1,1,1,1,1,0,0.1523,0.0759,1,0.2059,1,1,1,1,1,1,0.0234,0.2059,0.0696,1,0.5191,1,1,1,0.0769,0.5191,0.0904,1,1,1,1,1,0.008170175,0.184360758,0.027611975,1,1,1,1,1,0.040593714,0.125903487,0.047288746,1,1,1,1,1,0.17746836,0.332922995,0.496012567,0.496086313,0.496010638,1,1,1
-8,1,0.1521,1,1,1,1,1,1,1,1,0,0.1521,0.1942,1,0.2058,1,1,1,1,1,1,0,0.2058,0.2154,1,0.5189,1,1,1,0.0447,0.5189,0.198,1,1,1,1,1,5.58E-05,0.392683566,0.051668573,1,1,1,1,1,0.011311333,0.391294956,0.030801307,1,1,1,1,1,0.131412923,0.529030442,0.539934751,0.539877301,0.540336879,1,1,1
-9,1,0.152,1,1,1,1,1,1,1,1,0,0.152,0.3388,1,0.2057,1,1,1,1,1,1,0.009,0.2057,0.3492,1,0.5188,1,1,1,0.0288,0.5188,0.2909,1,1,1,1,1,0.000133052,0.587511301,0.133093059,1,1,1,1,1,0.013711058,0.605442703,0.037334293,1,1,1,1,1,0.095543988,0.561009407,0.595396327,0.595515126,0.595301418,1,1,1
-10,1,0.1519,1,1,1,1,1,1,1,1,0.0041,0.1519,0.4434,1,0.2056,1,1,1,1,1,1,0.0158,0.2056,0.3816,1,0.5186,1,1,1,0.0346,0.5186,0.3935,1,1,1,1,1,0.002134913,0.685464025,0.234719694,1,1,1,1,1,0.018147571,0.618171573,0.107505769,1,1,1,1,1,0.07800559,0.567943335,0.644937168,0.645017982,0.645390071,1,1,1
-11,1,0.1517,1,1,1,1,1,1,1,1,0.0059,0.1517,0.5172,1,0.2055,1,1,1,1,1,1,0.0441,0.2055,0.3968,1,0.5184,1,1,1,0.0048,0.5184,0.4017,1,1,1,1,1,0.00234053,0.616370916,0.156284452,1,1,1,1,1,0.042958312,0.599574626,0.191954464,1,1,1,1,1,0.025781849,0.650587142,0.680280329,0.680346943,0.680407801,1,1,1
-12,1,0.1516,1,1,1,1,1,1,1,1,0.0191,0.1516,0.4947,1,0.2054,1,1,1,1,1,1,0.0771,0.2054,0.4368,1,0.5183,1,1,1,0.0143,0.5183,0.5062,1,1,1,1,1,0.008151108,0.622940779,0.242628396,1,1,1,1,1,0.073289946,0.644762218,0.31661284,1,1,1,1,1,0.048904218,0.58204931,0.699009183,0.698963402,0.699024823,1,1,1
-13,1,0.1515,1,1,1,1,1,1,1,1,0.0301,0.1515,0.4841,1,0.2053,1,1,1,1,1,1,0,0.2053,0.3948,1,0.5181,1,1,1,0.0453,0.5181,0.5072,1,1,1,1,1,0.006961724,0.623241484,0.406754732,1,1,1,1,1,0.020861842,0.588721633,0.293354213,1,1,1,1,1,0.083536409,0.61391294,0.706198647,0.706156124,0.706560284,1,1,1
-14,1,0.1513,1,1,1,1,1,1,1,1,0.0559,0.1513,0.4469,1,0.2052,1,1,1,1,1,1,0.0013,0.2052,0.3538,1,0.5179,1,1,1,0.0639,0.5179,0.5036,1,1,1,1,1,0.009078478,0.570706308,0.316491723,1,1,1,1,1,0.008775378,0.517868459,0.227496073,1,1,1,1,1,0.086366162,0.632317364,0.706681972,0.706579226,0.707003546,1,1,1
-15,1,0.1512,1,1,1,1,1,1,1,1,0.1051,0.1512,0.3442,1,0.2051,1,1,1,1,1,1,0.0821,0.2051,0.2453,1,0.5178,1,1,1,0.08,0.5178,0.3942,1,1,1,1,1,0.028089678,0.446025997,0.373291254,1,1,1,1,1,0.095363103,0.31654349,0.741438508,1,1,1,1,1,0.082046971,0.540764332,0.701123731,0.701078908,0.701241135,1,1,1
-16,1,0.1511,1,1,1,1,1,1,1,1,0.06,0.1511,0.2529,1,0.205,1,1,1,1,1,1,0.1972,0.205,0.1974,1,0.5176,1,1,1,0.0747,0.5176,0.3035,1,1,1,1,1,0.050746199,0.309538156,0.228688031,1,1,1,1,1,0.123457052,0.28948319,0.20311676,1,1,1,1,1,0.085125253,0.468044192,0.68499275,0.685001058,0.685283688,1,1,1
-17,1,0.1509,1,1,1,1,1,1,1,1,0.03,0.1509,0.1595,1,0.2049,1,1,1,1,1,1,0.1352,0.2049,0.0995,1,0.5174,1,1,1,0.0801,0.5174,0.1983,1,1,1,1,1,0.017428808,0.138130486,0.296999008,1,1,1,1,1,0.123827852,0.180463612,0.148169905,1,1,1,1,1,0.097150236,0.409677744,0.670976317,0.671038714,0.671099291,1,1,1
-18,1,0.1508,1,1,1,1,1,1,1,1,0.0069,0.1508,0.0649,1,0.2048,1,1,1,1,1,1,0.0565,0.2048,0.0488,1,0.5173,1,1,1,0.1059,0.5173,0.1037,1,1,1,1,1,0.007835865,0.061673351,0.292313695,1,1,1,1,1,0.06580779,0.134101063,0.099628538,1,1,1,1,1,0.117435888,0.165352792,0.664330595,0.664480643,0.664893617,1,1,1
-19,1,0.1507,1,1,1,1,1,1,1,1,0.0133,0.1507,0.0001,1,0.2047,1,1,1,1,1,1,0.047,0.2047,0.0018,1,0.5171,1,1,1,0.087,0.5171,0.0095,1,1,1,1,1,0.019914083,0.000127123,0.160788432,1,1,1,1,1,0.047395445,0.003018669,0.046998691,1,1,1,1,1,0.116367564,0.003531569,0.654120348,0.654114661,0.654255319,1,1,1
-20,1,0.1505,1,1,1,1,1,1,1,1,0.0333,0.1505,0,1,0.2046,1,1,1,1,1,1,0.1201,0.2046,0,1,0.5169,1,1,1,0.0334,0.5169,0,1,1,1,1,1,0.07540524,0,0.064300358,1,1,1,1,1,0.165233195,0,0.111020416,1,1,1,1,1,0.091881208,0,0.645480909,0.645441083,0.645833333,1,1,1
-21,1,0.1504,1,1,1,1,1,1,1,1,0.1005,0.1504,0,1,0.2045,1,1,1,1,1,1,0.203,0.2045,0,1,0.5168,1,1,1,0.0233,0.5168,0,1,1,1,1,1,0.052637972,0,0.231896117,1,1,1,1,1,0.236350656,0,0.010772513,1,1,1,1,1,0.085106082,0,0.645662156,0.645864185,0.645833333,1,1,1
-22,1,0.1503,1,1,1,1,1,1,1,1,0.0289,0.1503,0,1,0.2044,1,1,1,1,1,1,0.0707,0.2044,0,1,0.5166,1,1,1,0.0138,0.5166,0,1,1,1,1,1,0.026745947,0,0.126861706,1,1,1,1,1,0.070020534,0,0.319542706,1,1,1,1,1,0.020752296,0,0.622704205,0.622593611,0.622783688,1,1,1
-23,1,0.1501,1,1,1,1,1,1,1,1,0.0468,0.1501,0,1,0.2044,1,1,1,1,1,1,0.0188,0.2044,0,1,0.5164,1,1,1,0.0102,0.5164,0,1,1,1,1,1,0.025927531,0,0.152657956,1,1,1,1,1,0.013385094,0,0.034334295,1,1,1,1,1,0.017476626,0,0.581863219,0.581764333,0.582003546,1,1,1
-24,1,0.15,1,1,1,1,1,1,1,1,0.0744,0.15,0,1,0.2043,1,1,1,1,1,1,0.007,0.2043,0,1,0.5163,1,1,1,0.0101,0.5163,0,1,1,1,1,1,0.03693749,0,0.1048944,1,1,1,1,1,0.013921568,0,0.015131153,1,1,1,1,1,0.022096325,0,0.536249396,0.536280939,0.536347518,1,1,1
-25,1,0.1499,1,1,1,1,1,1,1,1,0.0421,0.1499,0,1,0.2042,1,1,1,1,1,1,0.0236,0.2042,0,1,0.5161,1,1,1,0.0183,0.5161,0,1,1,1,1,1,0.034658864,0,0.08944007,1,1,1,1,1,0.031985622,0,0.018787697,1,1,1,1,1,0.045628548,0,0.496495892,0.496509414,0.496453901,1,1,1
-26,1,0.1497,1,1,1,1,1,1,1,1,0.0615,0.1497,0,1,0.2041,1,1,1,1,1,1,0.0726,0.2041,0,1,0.5159,1,1,1,0.0196,0.5159,0,1,1,1,1,1,0.044860251,0,0.215190679,1,1,1,1,1,0.086156786,0,0.174672514,1,1,1,1,1,0.039953098,0,0.470577574,0.470700233,0.470301418,1,1,1
-27,1,0.1496,1,1,1,1,1,1,1,1,0.0948,0.1496,0,1,0.204,1,1,1,1,1,1,0.0582,0.204,0,1,0.5158,1,1,1,0.004,0.5158,0,1,1,1,1,1,0.052799776,0,0.411421448,1,1,1,1,1,0.097559929,0,0.201319903,1,1,1,1,1,0.019691244,0,0.453600773,0.453776179,0.453457447,1,1,1
-28,1,0.1495,1,1,1,1,1,1,1,1,0.1125,0.1495,0,1,0.2039,1,1,1,1,1,1,0.057,0.2039,0,1,0.5156,1,1,1,0.0056,0.5156,0,1,1,1,1,1,0.067824267,0,0.552116275,1,1,1,1,1,0.119017407,0,0.200681686,1,1,1,1,1,0.028433105,0,0.443813436,0.443833298,0.443705674,1,1,1
-29,1,0.1493,1,1,1,1,1,1,1,1,0.0796,0.1493,0,1,0.2038,1,1,1,1,1,1,0.0325,0.2038,0,1,0.5154,1,1,1,0.0158,0.5154,0,1,1,1,1,1,0.050243534,0,0.421252549,1,1,1,1,1,0.074381158,0,0.200313881,1,1,1,1,1,0.043670997,0,0.441517641,0.441506241,0.441489362,1,1,1
-30,1,0.1492,1,1,1,1,1,1,1,1,0.0155,0.1492,0,1,0.2037,1,1,1,1,1,1,0.0176,0.2037,0,1,0.5153,1,1,1,0.034,0.5153,0,1,1,1,1,1,0.017221928,0,0.220671773,1,1,1,1,1,0.074560687,0,0.16608718,1,1,1,1,1,0.074578553,0,0.444961334,0.444891051,0.445035461,1,1,1
-31,1,0.1491,1,1,1,1,1,1,1,1,0.0179,0.1491,0.0332,1,0.2036,1,1,1,1,1,1,0.019,0.2036,0.0514,1,0.5151,1,1,1,0.0306,0.5151,0.0403,1,1,1,1,1,0.010373427,0.066505551,0.27323544,1,1,1,1,1,0.043967955,0.200801462,0.080578797,1,1,1,1,1,0.072065502,0.057881795,0.452694538,0.452718426,0.452570922,1,1,1
-32,1,0.1489,1,1,1,1,1,1,1,1,0.0156,0.1489,0.1747,1,0.2035,1,1,1,1,1,1,0,0.2035,0.2047,1,0.5149,1,1,1,0.0121,0.5149,0.1587,1,1,1,1,1,0.002428631,0.32694453,0.200677544,1,1,1,1,1,0.006775284,0.378910482,0.060398959,1,1,1,1,1,0.035953183,0.217560619,0.482116965,0.482123969,0.482269504,1,1,1
-33,1,0.1488,1,1,1,1,1,1,1,1,0.0172,0.1488,0.2926,1,0.2034,1,1,1,1,1,1,0,0.2034,0.3065,1,0.5148,1,1,1,0.004,0.5148,0.2751,1,1,1,1,1,0.002566876,0.448335052,0.304661334,1,1,1,1,1,0.00093309,0.458124369,0.142086655,1,1,1,1,1,0.011958488,0.302506179,0.524105848,0.524011001,0.524379433,1,1,1
-34,1,0.1487,1,1,1,1,1,1,1,1,0.0241,0.1487,0.3854,1,0.2033,1,1,1,1,1,1,0,0.2033,0.3813,1,0.5146,1,1,1,0.015,0.5146,0.3408,1,1,1,1,1,0.003611403,0.531844318,0.226176024,1,1,1,1,1,0.000243986,0.539205372,0.096455775,1,1,1,1,1,0.025423488,0.448341131,0.561684389,0.561667019,0.561613475,1,1,1
-35,1,0.1485,1,1,1,1,1,1,1,1,0.032,0.1485,0.4568,1,0.2032,1,1,1,1,1,1,0.0101,0.2032,0.4341,1,0.5144,1,1,1,0.0204,0.5144,0.4201,1,1,1,1,1,0.005624436,0.601224899,0.243716806,1,1,1,1,1,0.005231365,0.601645231,0.201825649,1,1,1,1,1,0.042783734,0.532999754,0.587723538,0.587687751,0.587765957,1,1,1
-36,1,0.1484,1,1,1,1,1,1,1,1,0.0592,0.1484,0.4712,1,0.2031,1,1,1,1,1,1,0.0091,0.2031,0.441,1,0.5143,1,1,1,0.0138,0.5143,0.4445,1,1,1,1,1,0.012782884,0.621242821,0.156384543,1,1,1,1,1,0.013265309,0.61688453,0.206813097,1,1,1,1,1,0.038536161,0.556740463,0.607237796,0.607150413,0.607712766,1,1,1
-37,1,0.1483,1,1,1,1,1,1,1,1,0.0442,0.1483,0.4664,1,0.203,1,1,1,1,1,1,0.0012,0.203,0.4547,1,0.5141,1,1,1,0.0402,0.5141,0.438,1,1,1,1,1,0.017346889,0.61447376,0.074185491,1,1,1,1,1,0.015720278,0.650676727,0.138357863,1,1,1,1,1,0.079403915,0.538190424,0.61901885,0.61899725,0.619237589,1,1,1
-38,1,0.1481,1,1,1,1,1,1,1,1,0.0466,0.1481,0.5758,1,0.2029,1,1,1,1,1,1,0.0015,0.2029,0.5636,1,0.5139,1,1,1,0.0237,0.5139,0.5244,1,1,1,1,1,0.013750245,0.772060514,0.022568563,1,1,1,1,1,0.011008149,0.749152422,0.028026965,1,1,1,1,1,0.055592764,0.577705145,0.62040841,0.620478105,0.620567376,1,1,1
-39,1,0.148,1,1,1,1,1,1,1,1,0.0428,0.148,0.3979,1,0.2028,1,1,1,1,1,1,0.0023,0.2028,0.3996,1,0.5138,1,1,1,0.008,0.5138,0.4006,1,1,1,1,1,0.017138852,0.55417341,0.051447712,1,1,1,1,1,0.004268894,0.60099411,0,1,1,1,1,1,0.026709341,0.438920111,0.618475109,0.618574149,0.618351064,1,1,1
-40,1,0.1479,1,1,1,1,1,1,1,1,0.0379,0.1479,0.3435,1,0.2027,1,1,1,1,1,1,0,0.2027,0.3548,1,0.5136,1,1,1,0.0195,0.5136,0.348,1,1,1,1,1,0.014250422,0.512610257,0.035391368,1,1,1,1,1,0.000125251,0.582904279,0,1,1,1,1,1,0.036932766,0.385501057,0.615514741,0.615612439,0.615691489,1,1,1
-41,1,0.1477,1,1,1,1,1,1,1,1,0.0353,0.1477,0.2533,1,0.2026,1,1,1,1,1,1,0,0.2026,0.247,1,0.5134,1,1,1,0.0102,0.5134,0.2132,1,1,1,1,1,0.006402459,0.416100174,0.032427806,1,1,1,1,1,0.00053452,0.548698306,0.006775393,1,1,1,1,1,0.01535768,0.347824365,0.621495892,0.621747409,0.621897163,1,1,1
-42,1,0.1476,1,1,1,1,1,1,1,1,0.0441,0.1476,0.1416,1,0.2025,1,1,1,1,1,1,0,0.2025,0.1639,1,0.5133,1,1,1,0.0523,0.5133,0.1217,1,1,1,1,1,0.010903064,0.284536719,0.047829591,1,1,1,1,1,9.45E-05,0.431092978,0,1,1,1,1,1,0.047571044,0.2250451,0.630135331,0.630209435,0.630319149,1,1,1
-43,1,0.1475,1,1,1,1,1,1,1,1,0.0356,0.1475,0.037,1,0.2024,1,1,1,1,1,1,0,0.2024,0.0612,1,0.5131,1,1,1,0.064,0.5131,0.03,1,1,1,1,1,0.014553991,0.129970193,0.041080989,1,1,1,1,1,5.81E-05,0.285668582,0.000612566,1,1,1,1,1,0.077780418,0.057166476,0.626570807,0.626613074,0.62677305,1,1,1
-44,1,0.1473,1,1,1,1,1,1,1,1,0.0365,0.1473,0,1,0.2023,1,1,1,1,1,1,0,0.2023,0,1,0.5129,1,1,1,0.0507,0.5129,0,1,1,1,1,1,0.007713901,0,0.126314491,1,1,1,1,1,0.004635042,0,0.207087189,1,1,1,1,1,0.107284553,0,0.61762929,0.617727946,0.617907801,1,1,1
-45,1,0.1472,1,1,1,1,1,1,1,1,0.0129,0.1472,0,1,0.2022,1,1,1,1,1,1,0.0042,0.2022,0,1,0.5128,1,1,1,0.0535,0.5128,0,1,1,1,1,1,0.0058565,0,0.08200334,1,1,1,1,1,0.014006531,0,0.149906278,1,1,1,1,1,0.101532109,0,0.624395843,0.624497567,0.624556738,1,1,1
-46,1,0.1471,1,1,1,1,1,1,1,1,0.0357,0.1471,0,1,0.2021,1,1,1,1,1,1,0,0.2021,0,1,0.5126,1,1,1,0.0478,0.5126,0,1,1,1,1,1,0.022701541,0,0.111567095,1,1,1,1,1,0.017007494,0,0.040073823,1,1,1,1,1,0.086758919,0,0.605969067,0.605881109,0.605939716,1,1,1
-47,1,0.1469,1,1,1,1,1,1,1,1,0.0129,0.1469,0,1,0.202,1,1,1,1,1,1,0.0425,0.202,0,1,0.5124,1,1,1,0.0701,0.5124,0,1,1,1,1,1,0.020868678,0,0.083027355,1,1,1,1,1,0.061066702,0,0.016895551,1,1,1,1,1,0.152101591,0,0.560053166,0.560186165,0.560283688,1,1,1
-48,1,0.1468,1,1,1,1,1,1,1,1,0.004,0.1468,0,1,0.2019,1,1,1,1,1,1,0,0.2019,0,1,0.5123,1,1,1,0.0002,0.5123,0,1,1,1,1,1,8.66E-05,0,0.075362757,1,1,1,1,1,1.13E-05,0,0.080960475,1,1,1,1,1,0.000741268,0,0.510270662,0.510260207,0.510638298,1,1,1
-49,1,0.1467,1,1,1,1,1,1,1,1,0.0124,0.1467,0,1,0.2018,1,1,1,1,1,1,0.008,0.2018,0,1,0.5121,1,1,1,0.0677,0.5121,0,1,1,1,1,1,0.004744857,0,0.097618878,1,1,1,1,1,0.030100621,0,0.003839006,1,1,1,1,1,0.177268758,0,0.470940068,0.470911783,0.470744681,1,1,1
-50,1,0.1465,1,1,1,1,1,1,1,1,0.0114,0.1465,0,1,0.2018,1,1,1,1,1,1,0,0.2018,0,1,0.5119,1,1,1,0.0677,0.5119,0,1,1,1,1,1,0.002719705,0,0.225894779,1,1,1,1,1,0.019255322,0,0.029375395,1,1,1,1,1,0.197093874,0,0.446471726,0.446583457,0.446365248,1,1,1
-51,1,0.1464,1,1,1,1,1,1,1,1,0.002,0.1464,0,1,0.2017,1,1,1,1,1,1,0,0.2017,0,1,0.5118,1,1,1,0,0.5118,0,1,1,1,1,1,0.00010409,0,0.188784003,1,1,1,1,1,0.000033714,0,0.096268073,1,1,1,1,1,0.002023064,0,0.432576124,0.432621113,0.432624114,1,1,1
-52,1,0.1463,1,1,1,1,1,1,1,1,0.0056,0.1463,0,1,0.2016,1,1,1,1,1,1,0,0.2016,0,1,0.5116,1,1,1,0.0839,0.5116,0,1,1,1,1,1,0.006765652,0,0.20851934,1,1,1,1,1,0.005068693,0,0.042369112,1,1,1,1,1,0.214174733,0,0.426957467,0.426909245,0.426861702,1,1,1
-53,1,0.1461,1,1,1,1,1,1,1,1,0.0038,0.1461,0,1,0.2015,1,1,1,1,1,1,0,0.2015,0,1,0.5114,1,1,1,0.0612,0.5114,0,1,1,1,1,1,0.008018229,0,0.088911235,1,1,1,1,1,0.002749863,0,0.024419634,1,1,1,1,1,0.226037741,0,0.435838569,0.435794373,0.43572695,1,1,1
-54,1,0.146,1,1,1,1,1,1,1,1,0.0193,0.146,0.0006,1,0.2014,1,1,1,1,1,1,0.0045,0.2014,0,1,0.5113,1,1,1,0.0584,0.5113,0.0024,1,1,1,1,1,0.008957319,0.000240326,0.021473989,1,1,1,1,1,0.012861684,0,0.037380628,1,1,1,1,1,0.230653733,0.060233783,0.462119381,0.462238206,0.461879433,1,1,1
-55,1,0.1459,1,1,1,1,1,1,1,1,0.0081,0.1459,0.0743,1,0.2013,1,1,1,1,1,1,0,0.2013,0.1022,1,0.5111,1,1,1,0.0583,0.5111,0.0537,1,1,1,1,1,0.003660081,0.48990795,0,1,1,1,1,1,0.00046645,0.446400285,0,1,1,1,1,1,0.232023567,0.501660347,0.513291445,0.513433467,0.513297872,1,1,1
-56,1,0.1457,1,1,1,1,1,1,1,1,0.0012,0.1457,0.2155,1,0.2012,1,1,1,1,1,1,0,0.2012,0.2321,1,0.5109,1,1,1,0.0368,0.5109,0.1997,1,1,1,1,1,0.000613676,0.674091935,0.001419886,1,1,1,1,1,0,0.604865134,0,1,1,1,1,1,0.097109132,0.748290956,0.579144514,0.579225725,0.579343972,1,1,1
-57,1,0.1456,1,1,1,1,1,1,1,1,0,0.1456,0.3828,1,0.2011,1,1,1,1,1,1,0,0.2011,0.4014,1,0.5108,1,1,1,0.0202,0.5108,0.3758,1,1,1,1,1,0.00011487,0.816774249,0.001373258,1,1,1,1,1,0,0.744025827,0,1,1,1,1,1,0.042923428,0.832321525,0.629712422,0.629786334,0.629875887,1,1,1
-58,1,0.1455,1,1,1,1,1,1,1,1,0,0.1455,0.5145,1,0.201,1,1,1,1,1,1,0,0.201,0.5211,1,0.5106,1,1,1,0.0073,0.5106,0.5148,1,1,1,1,1,4.48E-06,0.876774967,0,1,1,1,1,1,0,0.799411118,0,1,1,1,1,1,0.013343919,0.872836471,0.667351378,0.667442352,0.667553192,1,1,1
-59,1,0.1453,1,1,1,1,1,1,1,1,0.0003,0.1453,0.6114,1,0.2009,1,1,1,1,1,1,0,0.2009,0.6106,1,0.5104,1,1,1,0.0077,0.5104,0.6151,1,1,1,1,1,0.000885552,0.891837001,0,1,1,1,1,1,0.000243949,0.836563349,0,1,1,1,1,1,0.006216149,0.894069552,0.700217496,0.700232706,0.70035461,1,1,1
-60,1,0.1452,1,1,1,1,1,1,1,1,0.0086,0.1452,0.6382,1,0.2008,1,1,1,1,1,1,0,0.2008,0.6374,1,0.5103,1,1,1,0.0061,0.5103,0.638,1,1,1,1,1,0.002429813,0.898506522,0,1,1,1,1,1,0.002871435,0.854514718,0,1,1,1,1,1,0.00786264,0.897833586,0.724262929,0.724349482,0.72429078,1,1,1
-61,1,0.1451,1,1,1,1,1,1,1,1,0.057,0.1451,0.6077,1,0.2007,1,1,1,1,1,1,0.0048,0.2007,0.6107,1,0.5101,1,1,1,0.0007,0.5101,0.5879,1,1,1,1,1,0.023022356,0.853422284,0.062501624,1,1,1,1,1,0.012987654,0.825059712,0.007581153,1,1,1,1,1,0.00919114,0.827724934,0.742266796,0.742331288,0.742464539,1,1,1
-62,1,0.1449,1,1,1,1,1,1,1,1,0.0394,0.1449,0.6255,1,0.2006,1,1,1,1,1,1,0.0393,0.2006,0.635,1,0.5099,1,1,1,0.0079,0.5099,0.6294,1,1,1,1,1,0.00606587,0.879794538,0.012417493,1,1,1,1,1,0.026892424,0.87692523,0.012503928,1,1,1,1,1,0.018922158,0.861542642,0.762143548,0.762217051,0.762411348,1,1,1
-63,1,0.1448,1,1,1,1,1,1,1,1,0.0549,0.1448,0.584,1,0.2005,1,1,1,1,1,1,0.0072,0.2005,0.6011,1,0.5098,1,1,1,0.0364,0.5098,0.5815,1,1,1,1,1,0.022713542,0.805331826,0.002281686,1,1,1,1,1,0.019087818,0.871758938,0.016798168,1,1,1,1,1,0.044150669,0.8518942,0.775012083,0.775121642,0.775265957,1,1,1
-64,1,0.1447,1,1,1,1,1,1,1,1,0.096,0.1447,0.4761,1,0.2004,1,1,1,1,1,1,0.0092,0.2004,0.5084,1,0.5096,1,1,1,0.0748,0.5096,0.4653,1,1,1,1,1,0.05813643,0.797433376,0.002159626,1,1,1,1,1,0.025647491,0.843530536,0,1,1,1,1,1,0.110258639,0.783786058,0.782201547,0.782314364,0.782801418,1,1,1
-65,1,0.1445,1,1,1,1,1,1,1,1,0.1858,0.1445,0.3395,1,0.2003,1,1,1,1,1,1,0.0145,0.2003,0.3821,1,0.5094,1,1,1,0.1496,0.5094,0.3204,1,1,1,1,1,0.115620852,0.763544381,0.000863487,1,1,1,1,1,0.0305652,0.802785814,0,1,1,1,1,1,0.255804598,0.741935492,0.788303528,0.788449334,0.78856383,1,1,1
-66,1,0.1444,1,1,1,1,1,1,1,1,0.1698,0.1444,0.168,1,0.2002,1,1,1,1,1,1,0.0265,0.2002,0.2194,1,0.5093,1,1,1,0.1903,0.5093,0.1469,1,1,1,1,1,0.111024849,0.681785107,0.002296204,1,1,1,1,1,0.054737903,0.697857201,0,1,1,1,1,1,0.229029477,0.62893939,0.783893185,0.783795219,0.784131206,1,1,1
-67,1,0.1443,1,1,1,1,1,1,1,1,0.1601,0.1443,0.0586,1,0.2001,1,1,1,1,1,1,0.0522,0.2001,0.0915,1,0.5091,1,1,1,0.2388,0.5091,0.0512,1,1,1,1,1,0.150710434,0.431306392,0.013319594,1,1,1,1,1,0.093738839,0.447823852,0,1,1,1,1,1,0.428741276,0.354201168,0.762928951,0.762851703,0.763297872,1,1,1
-68,1,0.1441,1,1,1,1,1,1,1,1,0.0452,0.1441,0,1,0.2,1,1,1,1,1,1,0.0607,0.2,0,1,0.5089,1,1,1,0.0047,0.5089,0,1,1,1,1,1,0.022967177,0,0.008663013,1,1,1,1,1,0.056786023,0,0.129303664,1,1,1,1,1,0.002968501,0,0.734473175,0.734503914,0.734485816,1,1,1
-69,1,0.144,1,1,1,1,1,1,1,1,0.0247,0.144,0,1,0.1999,1,1,1,1,1,1,0.0491,0.1999,0,1,0.5088,1,1,1,0.0089,0.5088,0,1,1,1,1,1,0.01622523,0,0.041881327,1,1,1,1,1,0.046015333,0,0.190009683,1,1,1,1,1,0.001798895,0,0.727706622,0.727734292,0.727836879,1,1,1
-70,1,0.1439,1,1,1,1,1,1,1,1,0.1295,0.1439,0,1,0.1998,1,1,1,1,1,1,0.1059,0.1998,0,1,0.5086,1,1,1,0.1427,0.5086,0,1,1,1,1,1,0.151130855,0,0.105958581,1,1,1,1,1,0.12655279,0,0.016958378,1,1,1,1,1,0.25828594,0,0.694417593,0.694520838,0.694592199,1,1,1
-71,1,0.1437,1,1,1,1,1,1,1,1,0.0856,0.1437,0,1,0.1997,1,1,1,1,1,1,0.0402,0.1997,0,1,0.5084,1,1,1,0.1061,0.5084,0,1,1,1,1,1,0.105697438,0,0.115842223,1,1,1,1,1,0.056476753,0,0.019089006,1,1,1,1,1,0.239348143,0,0.626147898,0.626189973,0.626329787,1,1,1
-72,1,0.1436,1,1,1,1,1,1,1,1,0.1058,0.1436,0,1,0.1996,1,1,1,1,1,1,0.0376,0.1996,0,1,0.5083,1,1,1,0.105,0.5083,0,1,1,1,1,1,0.157893077,0,0.062783882,1,1,1,1,1,0.049083069,0,0.008295288,1,1,1,1,1,0.210482791,0,0.558965684,0.558916861,0.558953901,1,1,1
-73,1,0.1435,1,1,1,1,1,1,1,1,0.0894,0.1435,0,1,0.1995,1,1,1,1,1,1,0.061,0.1995,0,1,0.5081,1,1,1,0.1314,0.5081,0,1,1,1,1,1,0.121989697,0,0.071597286,1,1,1,1,1,0.05584668,0,0.022780106,1,1,1,1,1,0.229862139,0,0.510149831,0.510260207,0.510638298,1,1,1
-74,1,0.1433,1,1,1,1,1,1,1,1,0.069,0.1433,0,1,0.1994,1,1,1,1,1,1,0.0494,0.1994,0,1,0.5079,1,1,1,0.1381,0.5079,0,1,1,1,1,1,0.086370833,0,0.062523902,1,1,1,1,1,0.06284716,0,0.021092933,1,1,1,1,1,0.244065851,0,0.479881585,0.479796911,0.480053192,1,1,1
-75,1,0.1432,1,1,1,1,1,1,1,1,0.0421,0.1432,0,1,0.1993,1,1,1,1,1,1,0.0302,0.1993,0,1,0.5078,1,1,1,0.1364,0.5078,0,1,1,1,1,1,0.055079069,0,0.063589878,1,1,1,1,1,0.047760159,0,0.080997132,1,1,1,1,1,0.288150966,0,0.461938134,0.461815105,0.461879433,1,1,1
-76,1,0.1431,1,1,1,1,1,1,1,1,0.0573,0.1431,0,1,0.1992,1,1,1,1,1,1,0.0391,0.1992,0,1,0.5076,1,1,1,0.1338,0.5076,0,1,1,1,1,1,0.081626386,0,0.047314398,1,1,1,1,1,0.055187594,0,0.056404978,1,1,1,1,1,0.307797253,0,0.452936201,0.452929977,0.453014184,1,1,1
-77,1,0.1429,1,1,1,1,1,1,1,1,0.0501,0.1429,0,1,0.1992,1,1,1,1,1,1,0.0121,0.1992,0,1,0.5074,1,1,1,0.1155,0.5074,0,1,1,1,1,1,0.085024893,0,0.006884417,1,1,1,1,1,0.032553703,0,0.007557592,1,1,1,1,1,0.297397137,0,0.45837361,0.458430294,0.458333333,1,1,1
-78,1,0.1428,1,1,1,1,1,1,1,1,0.0417,0.1428,0,1,0.1991,1,1,1,1,1,1,0.0237,0.1991,0,1,0.5073,1,1,1,0.0896,0.5073,0.0071,1,1,1,1,1,0.067074545,0.005700601,0.000363545,1,1,1,1,1,0.038894404,0,0,1,1,1,1,1,0.225422978,0.147618383,0.483687772,0.483816374,0.483599291,1,1,1
-79,1,0.1427,1,1,1,1,1,1,1,1,0.0406,0.1427,0.078,1,0.199,1,1,1,1,1,1,0,0.199,0.0684,1,0.5071,1,1,1,0.0597,0.5071,0.0689,1,1,1,1,1,0.08501289,0.297614873,0.003372176,1,1,1,1,1,0.015080798,0.204011172,0,1,1,1,1,1,0.1872949,0.534214973,0.53383277,0.533742331,0.533687943,1,1,1
-80,1,0.1425,1,1,1,1,1,1,1,1,0.0059,0.1425,0.1981,1,0.1989,1,1,1,1,1,1,0,0.1989,0.2084,1,0.5069,1,1,1,0.0498,0.5069,0.21,1,1,1,1,1,0.009664503,0.51723206,0.050063659,1,1,1,1,1,0.003296833,0.489236116,0.088157862,1,1,1,1,1,0.117109321,0.7558195,0.596302562,0.596361329,0.596631206,1,1,1
-81,1,0.1424,1,1,1,1,1,1,1,1,0.0017,0.1424,0.3184,1,0.1988,1,1,1,1,1,1,0.0077,0.1988,0.3294,1,0.5068,1,1,1,0.0327,0.5068,0.3768,1,1,1,1,1,0.005428661,0.595659673,0.12678875,1,1,1,1,1,0.008800596,0.613827229,0.135825932,1,1,1,1,1,0.060178876,0.837224662,0.640889319,0.640786969,0.640957447,1,1,1
-82,1,0.1423,1,1,1,1,1,1,1,1,0.008,0.1423,0.4295,1,0.1987,1,1,1,1,1,1,0.0126,0.1987,0.4428,1,0.5066,1,1,1,0.069,0.5066,0.5119,1,1,1,1,1,0.011832649,0.703888178,0.240806937,1,1,1,1,1,0.01555074,0.675319314,0.163486391,1,1,1,1,1,0.13457121,0.857886374,0.672728371,0.672731119,0.67287234,1,1,1
-83,1,0.1421,1,1,1,1,1,1,1,1,0.0323,0.1421,0.5029,1,0.1986,1,1,1,1,1,1,0.0695,0.1986,0.5,1,0.5064,1,1,1,0.0836,0.5064,0.6086,1,1,1,1,1,0.039269716,0.782315075,0.332892299,1,1,1,1,1,0.071022578,0.715933025,0.263014138,1,1,1,1,1,0.08217147,0.87527132,0.700277912,0.700444256,0.70035461,1,1,1
-84,1,0.142,1,1,1,1,1,1,1,1,0.063,0.142,0.5136,1,0.1985,1,1,1,1,1,1,0.0924,0.1985,0.4964,1,0.5063,1,1,1,0.1778,0.5063,0.6377,1,1,1,1,1,0.070254892,0.815530896,0.517871022,1,1,1,1,1,0.084203228,0.695111036,0.201307342,1,1,1,1,1,0.174124837,0.86837852,0.717194297,0.71736831,0.717641844,1,1,1
-85,1,0.1419,1,1,1,1,1,1,1,1,0.0794,0.1419,0.5054,1,0.1984,1,1,1,1,1,1,0.0943,0.1984,0.4662,1,0.5061,1,1,1,0.2392,0.5061,0.6434,1,1,1,1,1,0.103844516,0.750395536,0.559189439,1,1,1,1,1,0.107111625,0.681191266,0.179222241,1,1,1,1,1,0.183451787,0.819962442,0.727042049,0.72709964,0.727393617,1,1,1
-86,1,0.1417,1,1,1,1,1,1,1,1,0.0706,0.1417,0.4654,1,0.1983,1,1,1,1,1,1,0.0868,0.1983,0.4529,1,0.5059,1,1,1,0.3126,0.5059,0.6483,1,1,1,1,1,0.079616793,0.68530792,0.523985148,1,1,1,1,1,0.086829864,0.624842763,0.173315704,1,1,1,1,1,0.232415155,0.772307813,0.738037699,0.738100275,0.738475177,1,1,1
-87,1,0.1416,1,1,1,1,1,1,1,1,0.0599,0.1416,0.3574,1,0.1982,1,1,1,1,1,1,0.0255,0.1982,0.3612,1,0.5058,1,1,1,0.3643,0.5058,0.5868,1,1,1,1,1,0.070643783,0.55040139,0.401850343,1,1,1,1,1,0.03636989,0.511814416,0.034700003,1,1,1,1,1,0.308341652,0.666417122,0.738158531,0.738311826,0.738475177,1,1,1
-88,1,0.1415,1,1,1,1,1,1,1,1,0.0968,0.1415,0.2901,1,0.1981,1,1,1,1,1,1,0.0176,0.1981,0.2925,1,0.5056,1,1,1,0.412,0.5056,0.4739,1,1,1,1,1,0.083732612,0.40975219,0.542008042,1,1,1,1,1,0.018455712,0.451868504,0.034059163,1,1,1,1,1,0.528127968,0.62745589,0.730364911,0.730484451,0.730496454,1,1,1
-89,1,0.1413,1,1,1,1,1,1,1,1,0.0743,0.1413,0.1878,1,0.198,1,1,1,1,1,1,0.0073,0.198,0.2143,1,0.5054,1,1,1,0.3848,0.5054,0.3168,1,1,1,1,1,0.087176055,0.293204784,0.532647371,1,1,1,1,1,0.007658152,0.378451794,0.125816226,1,1,1,1,1,0.453720301,0.677511513,0.722812953,0.722868627,0.722960993,1,1,1
-90,1,0.1412,1,1,1,1,1,1,1,1,0.0477,0.1412,0.0768,1,0.1979,1,1,1,1,1,1,0.0093,0.1979,0.1306,1,0.5053,1,1,1,0.4928,0.5053,0.1457,1,1,1,1,1,0.108627126,0.156168059,0.153137118,1,1,1,1,1,0.014025279,0.312374681,0.460122794,1,1,1,1,1,0.6170789,0.324155748,0.71477767,0.714829702,0.71498227,1,1,1
-91,1,0.1411,1,1,1,1,1,1,1,1,0.0963,0.1411,0.005,1,0.1978,1,1,1,1,1,1,0,0.1978,0.038,1,0.5051,1,1,1,0.3902,0.5051,0.049,1,1,1,1,1,0.12583442,0.008683183,0.104900651,1,1,1,1,1,0.000561502,0.174553752,0.238817543,1,1,1,1,1,0.429712802,0.062938877,0.701727888,0.70171356,0.70212766,1,1,1
-92,1,0.1409,1,1,1,1,1,1,1,1,0.0976,0.1409,0,1,0.1977,1,1,1,1,1,1,0,0.1977,0,1,0.5049,1,1,1,0.2855,0.5049,0,1,1,1,1,1,0.048357926,0,0.093298458,1,1,1,1,1,0.000253321,0,0.152920947,1,1,1,1,1,0.496359825,0,0.691880135,0.69198223,0.691932624,1,1,1
-93,1,0.1408,1,1,1,1,1,1,1,1,0.0271,0.1408,0,1,0.1976,1,1,1,1,1,1,0,0.1976,0,1,0.5048,1,1,1,0.3208,0.5048,0,1,1,1,1,1,0.010211765,0,0.141792655,1,1,1,1,1,0.001588382,0,0.052405503,1,1,1,1,1,0.484939694,0,0.69641131,0.696424794,0.696365248,1,1,1
-94,1,0.1407,1,1,1,1,1,1,1,1,0.0104,0.1407,0,1,0.1975,1,1,1,1,1,1,0,0.1975,0,1,0.5046,1,1,1,0.2125,0.5046,0,1,1,1,1,1,0.008361611,0,0.09790536,1,1,1,1,1,0.002117226,0,0.091463879,1,1,1,1,1,0.323495626,0,0.665236829,0.665326846,0.665336879,1,1,1
-95,1,0.1405,1,1,1,1,1,1,1,1,0.0152,0.1405,0,1,0.1974,1,1,1,1,1,1,0,0.1974,0,1,0.5044,1,1,1,0.1682,0.5044,0,1,1,1,1,1,0.011755069,0,0.032598659,1,1,1,1,1,0.00792115,0,0,1,1,1,1,1,0.311031073,0,0.607116965,0.607150413,0.607269504,1,1,1
-96,1,0.1404,1,1,1,1,1,1,1,1,0.0172,0.1404,0,1,0.1973,1,1,1,1,1,1,0,0.1973,0,1,0.5043,1,1,1,0.1147,0.5043,0,1,1,1,1,1,0.028959088,0,0.000126581,1,1,1,1,1,0.011633929,0,0,1,1,1,1,1,0.229129672,0,0.55038666,0.550454834,0.550531915,1,1,1
-97,1,0.3353,1,1,1,1,1,1,1,1,0.2342,0.3353,0,1,0.2783,1,1,1,1,1,1,0.3328,0.2783,0,1,0.5992,1,1,1,0.0464,0.5992,0,1,1,1,1,1,0.340543807,0,0.951961637,1,1,1,1,1,0.396313548,0,1,1,1,1,1,1,0.057745896,0,0.483929435,0.483816374,0.484042553,1,1,1
-98,1,0.3353,1,1,1,1,1,1,1,1,0.3291,0.3353,0,1,0.2783,1,1,1,1,1,1,0.3303,0.2783,0,1,0.5992,1,1,1,0.0914,0.5992,0,1,1,1,1,1,0.47736305,0,0.723744631,1,1,1,1,1,0.344732225,0,0.674463391,1,1,1,1,1,0.210174009,0,0.467254712,0.467315422,0.467198582,1,1,1
-99,1,0.3353,1,1,1,1,1,1,1,1,0.2905,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1811,0.2783,0,1,0.5992,1,1,1,0.1582,0.5992,0,1,1,1,1,1,0.471031487,0,0.453945518,1,1,1,1,1,0.159885496,0,0.496303141,1,1,1,1,1,0.332458019,0,0.461152731,0.461180453,0.46143617,1,1,1
-100,1,0.3353,1,1,1,1,1,1,1,1,0.2069,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1306,0.2783,0,1,0.5992,1,1,1,0.2336,0.5992,0,1,1,1,1,1,0.398436338,0,0.282089144,1,1,1,1,1,0.091254428,0,0.341608644,1,1,1,1,1,0.458970815,0,0.4610319,0.460968902,0.460992908,1,1,1
-101,1,0.3353,1,1,1,1,1,1,1,1,0.0684,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0311,0.2783,0,1,0.5992,1,1,1,0.2549,0.5992,0,1,1,1,1,1,0.180473939,0,0.185217351,1,1,1,1,1,0.020236973,0,0.244839817,1,1,1,1,1,0.531448722,0,0.475169164,0.475142797,0.475177305,1,1,1
-102,1,0.3353,1,1,1,1,1,1,1,1,0.0999,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0115,0.2783,0,1,0.5992,1,1,1,0.201,0.5992,0,1,1,1,1,1,0.206174016,0,0.17999509,1,1,1,1,1,0.006590917,0,0.162442416,1,1,1,1,1,0.458401471,0,0.51921218,0.519145335,0.519060284,1,1,1
-103,1,0.3353,1,1,1,1,1,1,1,1,0.073,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0632,0.2783,0,1,0.5992,1,1,1,0.1695,0.5992,0,1,1,1,1,1,0.15341562,0,0.067971632,1,1,1,1,1,0.037877314,0,0.120555505,1,1,1,1,1,0.364987403,0,0.599565007,0.599746139,0.599734043,1,1,1
-104,1,0.3353,1,1,1,1,1,1,1,1,0.0613,0.3353,0.0062,1,0.2783,1,1,1,1,1,1,0.0268,0.2783,0,1,0.5992,1,1,1,0.1387,0.5992,0.0255,1,1,1,1,1,0.118538402,0.014192468,0.091725685,1,1,1,1,1,0.012939813,0,0.042171728,1,1,1,1,1,0.266541362,0.186134338,0.637566457,0.637613709,0.63785461,1,1,1
-105,1,0.3353,1,1,1,1,1,1,1,1,0.0495,0.3353,0.2119,1,0.2783,1,1,1,1,1,1,0.0074,0.2783,0.1959,1,0.5992,1,1,1,0.0777,0.5992,0.2837,1,1,1,1,1,0.102821335,0.339985967,0.011115281,1,1,1,1,1,0.004708333,0.310952276,0,1,1,1,1,1,0.106331267,0.525537193,0.640103915,0.640152317,0.640070922,1,1,1
-106,1,0.3353,1,1,1,1,1,1,1,1,0.0178,0.3353,0.3608,1,0.2783,1,1,1,1,1,1,0.0016,0.2783,0.3224,1,0.5992,1,1,1,0.0498,0.5992,0.4763,1,1,1,1,1,0.04687928,0.518666685,0.00168068,1,1,1,1,1,0.001076122,0.499693483,0.040739004,1,1,1,1,1,0.101931214,0.698534489,0.638110198,0.63803681,0.638297872,1,1,1
-107,1,0.3353,1,1,1,1,1,1,1,1,0.0057,0.3353,0.4334,1,0.2783,1,1,1,1,1,1,0,0.2783,0.4463,1,0.5992,1,1,1,0.0473,0.5992,0.6271,1,1,1,1,1,0.006887558,0.595648408,0.001408386,1,1,1,1,1,0.000328184,0.61341995,0.010822514,1,1,1,1,1,0.086632088,0.757857621,0.636901885,0.636979057,0.637411348,1,1,1
-108,1,0.3353,1,1,1,1,1,1,1,1,0.0008,0.3353,0.496,1,0.2783,1,1,1,1,1,1,0,0.2783,0.4513,1,0.5992,1,1,1,0.0389,0.5992,0.695,1,1,1,1,1,0.000104528,0.705536485,0.002444054,1,1,1,1,1,0,0.633169591,0.021018326,1,1,1,1,1,0.079875037,0.754530132,0.63140406,0.631478739,0.631648936,1,1,1
-109,1,0.3353,1,1,1,1,1,1,1,1,0,0.3353,0.4844,1,0.2783,1,1,1,1,1,1,0.0391,0.2783,0.4641,1,0.5992,1,1,1,0.0446,0.5992,0.6414,1,1,1,1,1,0.002018983,0.70180279,7.22E-05,1,1,1,1,1,0.037956238,0.632471561,0.002988744,1,1,1,1,1,0.105751939,0.828321338,0.624154181,0.624074466,0.624556738,1,1,1
-110,1,0.3353,1,1,1,1,1,1,1,1,0.0121,0.3353,0.5786,1,0.2783,1,1,1,1,1,1,0.0153,0.2783,0.6105,1,0.5992,1,1,1,0.0419,0.5992,0.7025,1,1,1,1,1,0.007209733,0.767341495,0.003048972,1,1,1,1,1,0.009417345,0.881190777,0,1,1,1,1,1,0.092641033,0.958709717,0.61859594,0.618574149,0.618794326,1,1,1
-111,1,0.3353,1,1,1,1,1,1,1,1,0.0395,0.3353,0.4078,1,0.2783,1,1,1,1,1,1,0.0327,0.2783,0.4214,1,0.5992,1,1,1,0.0602,0.5992,0.5202,1,1,1,1,1,0.052469421,0.575399458,0.01162939,1,1,1,1,1,0.034468301,0.621795774,0,1,1,1,1,1,0.103165664,0.839419246,0.611648139,0.611804527,0.611702128,1,1,1
-112,1,0.3353,1,1,1,1,1,1,1,1,0.036,0.3353,0.3444,1,0.2783,1,1,1,1,1,1,0.0099,0.2783,0.3846,1,0.5992,1,1,1,0.1176,0.5992,0.4177,1,1,1,1,1,0.053068925,0.546132028,0.089984819,1,1,1,1,1,0.022223983,0.65506351,0,1,1,1,1,1,0.173716277,0.687713146,0.608264862,0.608208166,0.608156028,1,1,1
-113,1,0.3353,1,1,1,1,1,1,1,1,0.0415,0.3353,0.2249,1,0.2783,1,1,1,1,1,1,0.0157,0.2783,0.2885,1,0.5992,1,1,1,0.1981,0.5992,0.2377,1,1,1,1,1,0.108836338,0.444707453,0.091163978,1,1,1,1,1,0.027305046,0.528101385,0,1,1,1,1,1,0.252788484,0.41919291,0.621072982,0.621112757,0.621010638,1,1,1
-114,1,0.3353,1,1,1,1,1,1,1,1,0.0367,0.3353,0.0122,1,0.2783,1,1,1,1,1,1,0.0208,0.2783,0.0337,1,0.5992,1,1,1,0.3519,0.5992,0,1,1,1,1,1,0.08615572,0.038480602,0.180393949,1,1,1,1,1,0.035222165,0.136732534,0,1,1,1,1,1,0.463289082,0,0.6689826,0.668923207,0.668882979,1,1,1
-115,1,0.3353,1,1,1,1,1,1,1,1,0.0721,0.3353,0,1,0.2783,1,1,1,1,1,1,0.061,0.2783,0,1,0.5992,1,1,1,0.3697,0.5992,0,1,1,1,1,1,0.135538846,0,0.139605165,1,1,1,1,1,0.088056445,0,0,1,1,1,1,1,0.527615786,0,0.687167714,0.687116564,0.6875,1,1,1
-116,1,0.3353,1,1,1,1,1,1,1,1,0.0678,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0396,0.2783,0,1,0.5992,1,1,1,0.3254,0.5992,0,1,1,1,1,1,0.043199215,0,0.53976059,1,1,1,1,1,0.088940099,0,0.039158117,1,1,1,1,1,0.453964204,0,0.669768004,0.66976941,0.669769504,1,1,1
-117,1,0.3353,1,1,1,1,1,1,1,1,0.0755,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0236,0.2783,0,1,0.5992,1,1,1,0.2045,0.5992,0,1,1,1,1,1,0.042970236,0,0.480655342,1,1,1,1,1,0.059755467,0,0.19911781,1,1,1,1,1,0.269749194,0,0.643728855,0.643748678,0.643617021,1,1,1
-118,1,0.3353,1,1,1,1,1,1,1,1,0.0509,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0371,0.2783,0,1,0.5992,1,1,1,0.132,0.5992,0,1,1,1,1,1,0.03064315,0,0.166967809,1,1,1,1,1,0.054738641,0,0.22547619,1,1,1,1,1,0.177533671,0,0.601558724,0.601650095,0.601507092,1,1,1
-119,1,0.3353,1,1,1,1,1,1,1,1,0.0503,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0521,0.2783,0,1,0.5992,1,1,1,0.1442,0.5992,0,1,1,1,1,1,0.049356826,0,0.098843873,1,1,1,1,1,0.097993136,0,0.278927267,1,1,1,1,1,0.170501396,0,0.546399227,0.546435371,0.546542553,1,1,1
-120,1,0.3353,1,1,1,1,1,1,1,1,0.0611,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0031,0.2783,0,1,0.5992,1,1,1,0.156,0.5992,0,1,1,1,1,1,0.051604521,0,0.161583245,1,1,1,1,1,0.029563505,0,0.389920473,1,1,1,1,1,0.147218838,0,0.497583374,0.497567167,0.497783688,1,1,1
-121,1,0.3353,1,1,1,1,1,1,1,1,0.0394,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0468,0.2783,0,1,0.5992,1,1,1,0.171,0.5992,0,1,1,1,1,1,0.029222723,0,0.162525415,1,1,1,1,1,0.075474158,0,0.313165724,1,1,1,1,1,0.194382474,0,0.464354761,0.464353713,0.464095745,1,1,1
-122,1,0.3353,1,1,1,1,1,1,1,1,0.0533,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1899,0.2783,0,1,0.5992,1,1,1,0.1461,0.5992,0,1,1,1,1,1,0.047840923,0,0.095295847,1,1,1,1,1,0.153759107,0,0.067757592,1,1,1,1,1,0.157280669,0,0.446592557,0.446583457,0.446808511,1,1,1
-123,1,0.3353,1,1,1,1,1,1,1,1,0.0469,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0194,0.2783,0,1,0.5992,1,1,1,0.095,0.5992,0,1,1,1,1,1,0.065937504,0,0.011147552,1,1,1,1,1,0.051554609,0,0.096064925,1,1,1,1,1,0.103672326,0,0.437953117,0.437909879,0.437943262,1,1,1
-124,1,0.3353,1,1,1,1,1,1,1,1,0.0487,0.3353,0,1,0.2783,1,1,1,1,1,1,0,0.2783,0,1,0.5992,1,1,1,0.0664,0.5992,0,1,1,1,1,1,0.070105247,0,0.006252729,1,1,1,1,1,0.002158957,0,0,1,1,1,1,1,0.06112304,0,0.437046883,0.437063677,0.437056738,1,1,1
-125,1,0.3353,1,1,1,1,1,1,1,1,0.0454,0.3353,0,1,0.2783,1,1,1,1,1,1,0,0.2783,0,1,0.5992,1,1,1,0.0515,0.5992,0,1,1,1,1,1,0.045880351,0,0,1,1,1,1,1,0.000149522,0,0,1,1,1,1,1,0.040833768,0,0.44919043,0.449122065,0.449468085,1,1,1
-126,1,0.3353,1,1,1,1,1,1,1,1,0.0353,0.3353,0,1,0.2783,1,1,1,1,1,1,0,0.2783,0,1,0.5992,1,1,1,0.0399,0.5992,0,1,1,1,1,1,0.017604046,0,0,1,1,1,1,1,0.000263594,0,0,1,1,1,1,1,0.059951149,0,0.49359594,0.493759255,0.493794326,1,1,1
-127,1,0.3353,1,1,1,1,1,1,1,1,0.0146,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0149,0.2783,0,1,0.5992,1,1,1,0.0214,0.5992,0,1,1,1,1,1,0.00301992,0,0.006769722,1,1,1,1,1,0.008667981,0,0.012625917,1,1,1,1,1,0.042005826,0,0.573102948,0.573090755,0.573138298,1,1,1
-128,1,0.3353,1,1,1,1,1,1,1,1,0.0174,0.3353,0,1,0.2783,1,1,1,1,1,1,0,0.2783,0,1,0.5992,1,1,1,0.0106,0.5992,0,1,1,1,1,1,0.00625662,0,0.014876311,1,1,1,1,1,0.005263689,0,0.080059424,1,1,1,1,1,0.03722835,0.013479548,0.615575157,0.615612439,0.615691489,1,1,1
-129,1,0.3353,1,1,1,1,1,1,1,1,0.0093,0.3353,0.142,1,0.2783,1,1,1,1,1,1,0,0.2783,0.2009,1,0.5992,1,1,1,0.0042,0.5992,0.202,1,1,1,1,1,0.003951265,0.349179506,0.015524953,1,1,1,1,1,0.000401821,0.291373551,0.061198957,1,1,1,1,1,0.022719318,0.434636295,0.623972934,0.623862915,0.624113475,1,1,1
-130,1,0.3353,1,1,1,1,1,1,1,1,0.0033,0.3353,0.2896,1,0.2783,1,1,1,1,1,1,0,0.2783,0.3639,1,0.5992,1,1,1,0.0012,0.5992,0.3615,1,1,1,1,1,0.004615302,0.514957786,0.010969135,1,1,1,1,1,0.003379712,0.534627438,0,1,1,1,1,1,0.007916736,0.58468765,0.625966651,0.625978422,0.626329787,1,1,1
-131,1,0.3353,1,1,1,1,1,1,1,1,0.0006,0.3353,0.3832,1,0.2783,1,1,1,1,1,1,0,0.2783,0.4752,1,0.5992,1,1,1,0.001,0.5992,0.4506,1,1,1,1,1,0.005063584,0.558726788,0.017523618,1,1,1,1,1,0.003152695,0.647850692,0,1,1,1,1,1,0.001069679,0.608341456,0.62777912,0.627670827,0.628102837,1,1,1
-132,1,0.3353,1,1,1,1,1,1,1,1,0.0013,0.3353,0.4001,1,0.2783,1,1,1,1,1,1,0,0.2783,0.4461,1,0.5992,1,1,1,0,0.5992,0.4365,1,1,1,1,1,0.004127369,0.582769394,0.025185499,1,1,1,1,1,0.003216317,0.642627358,0,1,1,1,1,1,0.000370599,0.611747623,0.625,0.624920669,0.625,1,1,1
-133,1,0.3353,1,1,1,1,1,1,1,1,0,0.3353,0.3979,1,0.2783,1,1,1,1,1,1,0,0.2783,0.4694,1,0.5992,1,1,1,0.0025,0.5992,0.4185,1,1,1,1,1,0.000329846,0.602562308,0.015069776,1,1,1,1,1,0.002190562,0.662625432,0.008151309,1,1,1,1,1,0.004105932,0.595377803,0.617568874,0.617727946,0.617907801,1,1,1
-134,1,0.3353,1,1,1,1,1,1,1,1,0.001,0.3353,0.3975,1,0.2783,1,1,1,1,1,1,0,0.2783,0.4491,1,0.5992,1,1,1,0.008,0.5992,0.3787,1,1,1,1,1,0,0.633594096,0.013273727,1,1,1,1,1,0.001052633,0.672993779,0.101724088,1,1,1,1,1,0.022061357,0.557721913,0.614064766,0.614131585,0.61391844,1,1,1
-135,1,0.3353,1,1,1,1,1,1,1,1,0.002,0.3353,0.4351,1,0.2783,1,1,1,1,1,1,0,0.2783,0.4923,1,0.5992,1,1,1,0.0235,0.5992,0.4175,1,1,1,1,1,2.31E-06,0.671257675,0.071118698,1,1,1,1,1,0.000637823,0.694713473,0.156142414,1,1,1,1,1,0.046326287,0.546066582,0.607116965,0.607150413,0.607269504,1,1,1
-136,1,0.3353,1,1,1,1,1,1,1,1,0.0013,0.3353,0.3602,1,0.2783,1,1,1,1,1,1,0,0.2783,0.4357,1,0.5992,1,1,1,0.0588,0.5992,0.3264,1,1,1,1,1,0.002965278,0.59887594,0.156938747,1,1,1,1,1,0.000722208,0.595216334,0.201426715,1,1,1,1,1,0.066430353,0.508017361,0.604760754,0.604823355,0.605053192,1,1,1
-137,1,0.3353,1,1,1,1,1,1,1,1,0.0048,0.3353,0.2179,1,0.2783,1,1,1,1,1,1,0,0.2783,0.2689,1,0.5992,1,1,1,0.087,0.5992,0.1731,1,1,1,1,1,0.003663415,0.423196405,0.235061526,1,1,1,1,1,0.000460288,0.453348726,0.132251054,1,1,1,1,1,0.084686771,0.337374985,0.619623006,0.619631902,0.620124114,1,1,1
-138,1,0.3353,1,1,1,1,1,1,1,1,0.0028,0.3353,0.0012,1,0.2783,1,1,1,1,1,1,0.0074,0.2783,0.0291,1,0.5992,1,1,1,0.1081,0.5992,0,1,1,1,1,1,0.010761268,0.028205086,0.254560232,1,1,1,1,1,0.013701504,0.093099222,0.135036409,1,1,1,1,1,0.077363201,0,0.663907685,0.663845991,0.664007092,1,1,1
-139,1,0.3353,1,1,1,1,1,1,1,1,0.0037,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0422,0.2783,0,1,0.5992,1,1,1,0.1147,0.5992,0,1,1,1,1,1,0.046665151,0,0.242791414,1,1,1,1,1,0.072233729,0,0.298220694,1,1,1,1,1,0.106213242,0,0.679253262,0.67928919,0.679521277,1,1,1
-140,1,0.3353,1,1,1,1,1,1,1,1,0.0048,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0909,0.2783,0,1,0.5992,1,1,1,0.1005,0.5992,0,1,1,1,1,1,0.055832595,0,0.059668772,1,1,1,1,1,0.136343688,0,0.192917556,1,1,1,1,1,0.113991655,0,0.663303528,0.66342289,0.66356383,1,1,1
-141,1,0.3353,1,1,1,1,1,1,1,1,0.0225,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1208,0.2783,0,1,0.5992,1,1,1,0.0787,0.5992,0,1,1,1,1,1,0.075337775,0,0.047003094,1,1,1,1,1,0.177106515,0,0.439277738,1,1,1,1,1,0.097335458,0,0.636176897,0.636132854,0.636524823,1,1,1
-142,1,0.3353,1,1,1,1,1,1,1,1,0.0683,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1202,0.2783,0,1,0.5992,1,1,1,0.0675,0.5992,0,1,1,1,1,1,0.082746476,0,0.020546136,1,1,1,1,1,0.168459937,0,0.275989294,1,1,1,1,1,0.125470683,0,0.59382552,0.593822721,0.593971631,1,1,1
-143,1,0.3353,1,1,1,1,1,1,1,1,0.1146,0.3353,0,1,0.2783,1,1,1,1,1,1,0.157,0.2783,0,1,0.5992,1,1,1,0.044,0.5992,0,1,1,1,1,1,0.11460375,0,0.008724602,1,1,1,1,1,0.209471554,0,0.3150644,1,1,1,1,1,0.085176602,0,0.537941034,0.537973345,0.538120567,1,1,1
-144,1,0.3353,1,1,1,1,1,1,1,1,0.0572,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1428,0.2783,0,1,0.5992,1,1,1,0.0343,0.5992,0,1,1,1,1,1,0.048893597,0,0.028796984,1,1,1,1,1,0.157406271,0,0.28583324,1,1,1,1,1,0.054507189,0,0.487010633,0.486989634,0.48714539,1,1,1
-145,1,0.3353,1,1,1,1,1,1,1,1,0.0689,0.3353,0,1,0.2783,1,1,1,1,1,1,0.079,0.2783,0,1,0.5992,1,1,1,0.0523,0.5992,0,1,1,1,1,1,0.081243813,0,0.071472019,1,1,1,1,1,0.109008879,0,0.205130637,1,1,1,1,1,0.071306929,0,0.456077815,0.456103237,0.456117021,1,1,1
-146,1,0.3353,1,1,1,1,1,1,1,1,0.0757,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0466,0.2783,0,1,0.5992,1,1,1,0.0731,0.5992,0,1,1,1,1,1,0.078676045,0,0.132356674,1,1,1,1,1,0.083080128,0,0.280035615,1,1,1,1,1,0.112381756,0,0.439765587,0.439813835,0.439716312,1,1,1
-147,1,0.3353,1,1,1,1,1,1,1,1,0.0796,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0425,0.2783,0,1,0.5992,1,1,1,0.0643,0.5992,0,1,1,1,1,1,0.106914848,0,0.117482096,1,1,1,1,1,0.079231285,0,0.12364766,1,1,1,1,1,0.10742867,0,0.433482359,0.433467315,0.433510638,1,1,1
-148,1,0.3353,1,1,1,1,1,1,1,1,0.0756,0.3353,0,1,0.2783,1,1,1,1,1,1,0.04,0.2783,0,1,0.5992,1,1,1,0.0536,0.5992,0,1,1,1,1,1,0.084026337,0,0.143809155,1,1,1,1,1,0.075666659,0,0.096530899,1,1,1,1,1,0.098277256,0,0.436503142,0.436640575,0.436613475,1,1,1
-149,1,0.3353,1,1,1,1,1,1,1,1,0.0874,0.3353,0,1,0.2783,1,1,1,1,1,1,0.038,0.2783,0,1,0.5992,1,1,1,0.0417,0.5992,0,1,1,1,1,1,0.107747838,0,0.181571946,1,1,1,1,1,0.072163574,0,0.170542941,1,1,1,1,1,0.071277931,0,0.450519575,0.450602919,0.450797872,1,1,1
-150,1,0.3353,1,1,1,1,1,1,1,1,0.0652,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0076,0.2783,0,1,0.5992,1,1,1,0.0264,0.5992,0,1,1,1,1,1,0.08012899,0,0.148158878,1,1,1,1,1,0.022536812,0,0.160324097,1,1,1,1,1,0.040680472,0,0.497341711,0.497355617,0.497340426,1,1,1
-151,1,0.3353,1,1,1,1,1,1,1,1,0.0332,0.3353,0,1,0.2783,1,1,1,1,1,1,0,0.2783,0,1,0.5992,1,1,1,0.0182,0.5992,0,1,1,1,1,1,0.042060122,0,0.060637206,1,1,1,1,1,0.011356694,0,0.052404717,1,1,1,1,1,0.03396637,0,0.576667472,0.576687117,0.576684397,1,1,1
-152,1,0.3353,1,1,1,1,1,1,1,1,0.008,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0185,0.2783,0,1,0.5992,1,1,1,0.0106,0.5992,0,1,1,1,1,1,0.011661833,0,0.026185583,1,1,1,1,1,0.014108179,0,0.030558117,1,1,1,1,1,0.023133211,0,0.615333494,0.615400889,0.615691489,1,1,1
-153,1,0.3353,1,1,1,1,1,1,1,1,0.0002,0.3353,0.251,1,0.2783,1,1,1,1,1,1,0,0.2783,0.2135,1,0.5992,1,1,1,0.0287,0.5992,0.2287,1,1,1,1,1,0.004216762,0.421669364,0.011390129,1,1,1,1,1,0.001075404,0.366246313,0.046053402,1,1,1,1,1,0.042276233,0.52107513,0.620287579,0.620266554,0.620567376,1,1,1
-154,1,0.3353,1,1,1,1,1,1,1,1,0,0.3353,0.398,1,0.2783,1,1,1,1,1,1,0,0.2783,0.3957,1,0.5992,1,1,1,0.0187,0.5992,0.36,1,1,1,1,1,0.000107081,0.624025583,0.003211733,1,1,1,1,1,0.000291988,0.569521368,0,1,1,1,1,1,0.020247368,0.771772504,0.621193813,0.621324307,0.621453901,1,1,1
-155,1,0.3353,1,1,1,1,1,1,1,1,0,0.3353,0.5777,1,0.2783,1,1,1,1,1,1,0.0231,0.2783,0.4714,1,0.5992,1,1,1,0.0105,0.5992,0.6638,1,1,1,1,1,0,0.830872178,0,1,1,1,1,1,0.035424843,0.608862341,0,1,1,1,1,1,0.01060041,0.999690712,0.6199855,0.620055003,0.620124114,1,1,1
-156,1,0.3353,1,1,1,1,1,1,1,1,0,0.3353,0.5222,1,0.2783,1,1,1,1,1,1,0,0.2783,0.446,1,0.5992,1,1,1,0.006,0.5992,0.5803,1,1,1,1,1,0,0.712612987,0,1,1,1,1,1,0.002315169,0.535365284,0,1,1,1,1,1,0.004428415,0.885320664,0.616723055,0.616670193,0.616578014,1,1,1
-157,1,0.3353,1,1,1,1,1,1,1,1,0.0026,0.3353,0.4391,1,0.2783,1,1,1,1,1,1,0,0.2783,0.4033,1,0.5992,1,1,1,0.0027,0.5992,0.585,1,1,1,1,1,0.000138794,0.62785691,0,1,1,1,1,1,0.005570313,0.554500699,0,1,1,1,1,1,0.000169873,0.855731487,0.612977284,0.612862281,0.613031915,1,1,1
-158,1,0.3353,1,1,1,1,1,1,1,1,0.0162,0.3353,0.4041,1,0.2783,1,1,1,1,1,1,0.0075,0.2783,0.4023,1,0.5992,1,1,1,0.0064,0.5992,0.5582,1,1,1,1,1,0.012443317,0.572152019,0.003454699,1,1,1,1,1,0.017332878,0.555582404,0.024717279,1,1,1,1,1,0.000638945,0.805173159,0.612796037,0.612862281,0.613031915,1,1,1
-159,1,0.3353,1,1,1,1,1,1,1,1,0.0418,0.3353,0.3776,1,0.2783,1,1,1,1,1,1,0,0.2783,0.3253,1,0.5992,1,1,1,0.0056,0.5992,0.5298,1,1,1,1,1,0.007533296,0.520351827,0.084458515,1,1,1,1,1,0.007419934,0.458313495,0.068899736,1,1,1,1,1,0.002452825,0.724157333,0.608264862,0.608208166,0.608156028,1,1,1
-160,1,0.3353,1,1,1,1,1,1,1,1,0.0384,0.3353,0.2577,1,0.2783,1,1,1,1,1,1,0.0017,0.2783,0.2138,1,0.5992,1,1,1,0.0174,0.5992,0.3695,1,1,1,1,1,0.008783901,0.413797915,0.062754475,1,1,1,1,1,0.010369309,0.320449889,0.05394372,1,1,1,1,1,0.006953084,0.616675735,0.61037941,0.610535223,0.61037234,1,1,1
-161,1,0.3353,1,1,1,1,1,1,1,1,0.0812,0.3353,0.0836,1,0.2783,1,1,1,1,1,1,0.0403,0.2783,0.0846,1,0.5992,1,1,1,0.047,0.5992,0.2124,1,1,1,1,1,0.079519555,0.127957165,0.054840323,1,1,1,1,1,0.058607429,0.130032092,0.009626178,1,1,1,1,1,0.041584462,0.378108114,0.632370711,0.632536493,0.632535461,1,1,1
-162,1,0.3353,1,1,1,1,1,1,1,1,0.0687,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0755,0.2783,0,1,0.5992,1,1,1,0.1222,0.5992,0,1,1,1,1,1,0.095078185,0,0.080111712,1,1,1,1,1,0.087329604,0,0.038936131,1,1,1,1,1,0.145138115,0,0.673513775,0.673577322,0.673758865,1,1,1
-163,1,0.3353,1,1,1,1,1,1,1,1,0.0442,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0938,0.2783,0,1,0.5992,1,1,1,0.2036,0.5992,0,1,1,1,1,1,0.06459564,0,0.048527647,1,1,1,1,1,0.108412832,0,0,1,1,1,1,1,0.304443628,0,0.682274045,0.682250899,0.682624114,1,1,1
-164,1,0.3353,1,1,1,1,1,1,1,1,0.0257,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0371,0.2783,0,1,0.5992,1,1,1,0.2666,0.5992,0,1,1,1,1,1,0.023319216,0,0.000567935,1,1,1,1,1,0.059193447,0,0,1,1,1,1,1,0.515886605,0,0.665236829,0.665326846,0.665336879,1,1,1
-165,1,0.3353,1,1,1,1,1,1,1,1,0.0221,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1563,0.2783,0,1,0.5992,1,1,1,0.1433,0.5992,0,1,1,1,1,1,0.039155327,0,0,1,1,1,1,1,0.180636972,0,0.006618849,1,1,1,1,1,0.31086725,0,0.63877477,0.638671462,0.639184397,1,1,1
-166,1,0.3353,1,1,1,1,1,1,1,1,0.013,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1412,0.2783,0,1,0.5992,1,1,1,0.1562,0.5992,0,1,1,1,1,1,0.012497285,0,0.001954996,1,1,1,1,1,0.158648685,0,0.003782199,1,1,1,1,1,0.356954515,0,0.59618173,0.596149778,0.596187943,1,1,1
-167,1,0.3353,1,1,1,1,1,1,1,1,0.0373,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1121,0.2783,0,1,0.5992,1,1,1,0.2046,0.5992,0,1,1,1,1,1,0.043758962,0,0.030432951,1,1,1,1,1,0.131980807,0,0.036523037,1,1,1,1,1,0.426760942,0,0.539874335,0.539877301,0.540336879,1,1,1
-168,1,0.3353,1,1,1,1,1,1,1,1,0.0718,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1073,0.2783,0,1,0.5992,1,1,1,0.2062,0.5992,0,1,1,1,1,1,0.061800312,0,0.072916091,1,1,1,1,1,0.147166222,0,0.21237959,1,1,1,1,1,0.395702064,0,0.489729338,0.489739793,0.489804965,1,1,1
-169,1,0.3353,1,1,1,1,1,1,1,1,0.0873,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1343,0.2783,0,1,0.5992,1,1,1,0.2341,0.5992,0,1,1,1,1,1,0.068880677,0,0.066637524,1,1,1,1,1,0.185943991,0,0.194197387,1,1,1,1,1,0.399948031,0,0.455231996,0.455257034,0.455673759,1,1,1
-170,1,0.3353,1,1,1,1,1,1,1,1,0.1224,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2056,0.2783,0,1,0.5992,1,1,1,0.2438,0.5992,0,1,1,1,1,1,0.107841097,0,0.026773676,1,1,1,1,1,0.290738761,0,0.059220687,1,1,1,1,1,0.395727009,0,0.435717738,0.435794373,0.43572695,1,1,1
-171,1,0.3353,1,1,1,1,1,1,1,1,0.1607,0.3353,0,1,0.2783,1,1,1,1,1,1,0.3046,0.2783,0,1,0.5992,1,1,1,0.2289,0.5992,0,1,1,1,1,1,0.15782921,0,0.032786746,1,1,1,1,1,0.385691464,0,0.07835184,1,1,1,1,1,0.310579389,0,0.425326245,0.42542839,0.425531915,1,1,1
-172,1,0.3353,1,1,1,1,1,1,1,1,0.1622,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2478,0.2783,0,1,0.5992,1,1,1,0.158,0.5992,0,1,1,1,1,1,0.197893649,0,0.054544114,1,1,1,1,1,0.310194105,0,0.007161519,1,1,1,1,1,0.257609129,0,0.423634606,0.423735985,0.423758865,1,1,1
-173,1,0.3353,1,1,1,1,1,1,1,1,0.1664,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2256,0.2783,0,1,0.5992,1,1,1,0.1621,0.5992,0,1,1,1,1,1,0.178165928,0,0.036942624,1,1,1,1,1,0.216431111,0,0,1,1,1,1,1,0.207180604,0,0.434630256,0.434736619,0.434840426,1,1,1
-174,1,0.3353,1,1,1,1,1,1,1,1,0.1754,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0788,0.2783,0,1,0.5992,1,1,1,0.1834,0.5992,0,1,1,1,1,1,0.149377078,0,0.067278497,1,1,1,1,1,0.106815361,0,0.037470419,1,1,1,1,1,0.228798643,0,0.475048333,0.474931246,0.475177305,1,1,1
-175,1,0.3353,1,1,1,1,1,1,1,1,0.1451,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0726,0.2783,0,1,0.5992,1,1,1,0.1712,0.5992,0,1,1,1,1,1,0.108588591,0,0.1455497,1,1,1,1,1,0.095053226,0,0.053612571,1,1,1,1,1,0.231774837,0,0.549722088,0.549820182,0.550088653,1,1,1
-176,1,0.3353,1,1,1,1,1,1,1,1,0.1264,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0824,0.2783,0,1,0.5992,1,1,1,0.1808,0.5992,0,1,1,1,1,1,0.122287504,0,0.162636712,1,1,1,1,1,0.113910697,0,0,1,1,1,1,1,0.23295176,0,0.594308845,0.594245822,0.594414894,1,1,1
-177,1,0.3353,1,1,1,1,1,1,1,1,0.1382,0.3353,0.1131,1,0.2783,1,1,1,1,1,1,0.0955,0.2783,0.1509,1,0.5992,1,1,1,0.1763,0.5992,0.1502,1,1,1,1,1,0.138602197,0.273250043,0.3493644,1,1,1,1,1,0.10015589,0.314969033,0.009180104,1,1,1,1,1,0.147349984,0.222592801,0.606875302,0.606727311,0.607269504,1,1,1
-178,1,0.3353,1,1,1,1,1,1,1,1,0.0699,0.3353,0.3099,1,0.2783,1,1,1,1,1,1,0.0936,0.2783,0.3546,1,0.5992,1,1,1,0.1801,0.5992,0.2967,1,1,1,1,1,0.083995506,0.55990386,0.288135141,1,1,1,1,1,0.103539191,0.597141385,0.00792932,1,1,1,1,1,0.160080031,0.441352129,0.610077332,0.610112122,0.609929078,1,1,1
-179,1,0.3353,1,1,1,1,1,1,1,1,0.0934,0.3353,0.4462,1,0.2783,1,1,1,1,1,1,0.3774,0.2783,0.5514,1,0.5992,1,1,1,0.1307,0.5992,0.432,1,1,1,1,1,0.106427036,0.712844014,0.124160439,1,1,1,1,1,0.299305052,0.822447777,0,1,1,1,1,1,0.11868111,0.557519674,0.610923151,0.610958325,0.611258865,1,1,1
-180,1,0.3353,1,1,1,1,1,1,1,1,0.1113,0.3353,0.4971,1,0.2783,1,1,1,1,1,1,0.3909,0.2783,0.5828,1,0.5992,1,1,1,0.1105,0.5992,0.4349,1,1,1,1,1,0.146284461,0.745839894,0.083927713,1,1,1,1,1,0.340600729,0.788909257,0.07988482,1,1,1,1,1,0.10592211,0.721094608,0.606271146,0.60630421,0.606382979,1,1,1
-181,1,0.3353,1,1,1,1,1,1,1,1,0.1494,0.3353,0.5491,1,0.2783,1,1,1,1,1,1,0.4286,0.2783,0.5721,1,0.5992,1,1,1,0.1267,0.5992,0.4613,1,1,1,1,1,0.227206588,0.795065403,0.120059073,1,1,1,1,1,0.361115009,0.798173189,0.304969668,1,1,1,1,1,0.173086584,0.709834695,0.596060899,0.595938227,0.596187943,1,1,1
-182,1,0.3353,1,1,1,1,1,1,1,1,0.2268,0.3353,0.5788,1,0.2783,1,1,1,1,1,1,0.2547,0.2783,0.5944,1,0.5992,1,1,1,0.1659,0.5992,0.4651,1,1,1,1,1,0.325680584,0.81992197,0.215272263,1,1,1,1,1,0.223857179,0.829602122,0.281709433,1,1,1,1,1,0.261818111,0.696449697,0.588750604,0.588745505,0.588652482,1,1,1
-183,1,0.3353,1,1,1,1,1,1,1,1,0.1818,0.3353,0.5935,1,0.2783,1,1,1,1,1,1,0.4355,0.2783,0.5804,1,0.5992,1,1,1,0.1349,0.5992,0.4731,1,1,1,1,1,0.357862145,0.852696896,0.297833979,1,1,1,1,1,0.398809969,0.793542385,0.31898874,1,1,1,1,1,0.257945806,0.723677814,0.578842436,0.578802623,0.578900709,1,1,1
-184,1,0.3353,1,1,1,1,1,1,1,1,0.204,0.3353,0.4606,1,0.2783,1,1,1,1,1,1,0.266,0.2783,0.5083,1,0.5992,1,1,1,0.0952,0.5992,0.368,1,1,1,1,1,0.316188395,0.782290101,0.313831151,1,1,1,1,1,0.283590913,0.765566111,0.347253174,1,1,1,1,1,0.15048115,0.647790313,0.573525858,0.573725407,0.574024823,1,1,1
-185,1,0.3353,1,1,1,1,1,1,1,1,0.169,0.3353,0.2861,1,0.2783,1,1,1,1,1,1,0.4383,0.2783,0.3311,1,0.5992,1,1,1,0.1087,0.5992,0.1997,1,1,1,1,1,0.236047566,0.577710569,0.164843708,1,1,1,1,1,0.414026558,0.572428346,0.326350272,1,1,1,1,1,0.198451817,0.454336852,0.583615273,0.583668289,0.583776596,1,1,1
-186,1,0.3353,1,1,1,1,1,1,1,1,0.1969,0.3353,0.04,1,0.2783,1,1,1,1,1,1,0.246,0.2783,0.0839,1,0.5992,1,1,1,0.1683,0.5992,0,1,1,1,1,1,0.219240755,0.181716263,0.234954879,1,1,1,1,1,0.259087026,0.26353401,0.994571567,1,1,1,1,1,0.338978112,0.016318373,0.623489609,0.623439814,0.623670213,1,1,1
-187,1,0.3353,1,1,1,1,1,1,1,1,0.1917,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0964,0.2783,0,1,0.5992,1,1,1,0.1426,0.5992,0,1,1,1,1,1,0.144899592,0,0.460470438,1,1,1,1,1,0.147896081,0,1,1,1,1,1,1,0.272070825,0,0.641916385,0.641844722,0.641843972,1,1,1
-188,1,0.3353,1,1,1,1,1,1,1,1,0.2034,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1788,0.2783,0,1,0.5992,1,1,1,0.2315,0.5992,0,1,1,1,1,1,0.218267709,0,0.595855176,1,1,1,1,1,0.210983038,0,0.999340415,1,1,1,1,1,0.247287497,0,0.625966651,0.625978422,0.626329787,1,1,1
-189,1,0.3353,1,1,1,1,1,1,1,1,0.2599,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2117,0.2783,0,1,0.5992,1,1,1,0.1944,0.5992,0,1,1,1,1,1,0.231125847,0,0.991824508,1,1,1,1,1,0.242717549,0,0.991057634,1,1,1,1,1,0.294774503,0,0.604881585,0.604823355,0.605053192,1,1,1
-190,1,0.3353,1,1,1,1,1,1,1,1,0.2623,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2868,0.2783,0,1,0.5992,1,1,1,0.1141,0.5992,0,1,1,1,1,1,0.257896334,0,0.977468252,1,1,1,1,1,0.375778914,0,0.82260704,1,1,1,1,1,0.182252407,0,0.574734171,0.574783161,0.574911348,1,1,1
-191,1,0.3353,1,1,1,1,1,1,1,1,0.3366,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1927,0.2783,0,1,0.5992,1,1,1,0.1659,0.5992,0,1,1,1,1,1,0.315684408,0,0.876997232,1,1,1,1,1,0.238841474,0,0.364857614,1,1,1,1,1,0.261173576,0,0.532503625,0.532684578,0.532801418,1,1,1
-192,1,0.3353,1,1,1,1,1,1,1,1,0.275,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1699,0.2783,0,1,0.5992,1,1,1,0.2065,0.5992,0,1,1,1,1,1,0.219144747,0,0.755017519,1,1,1,1,1,0.237392083,0,0.300655782,1,1,1,1,1,0.340680182,0,0.488641856,0.488682039,0.48891844,1,1,1
-193,1,0.3901,1,1,1,1,1,1,1,1,0.1119,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0099,0.3178,0,1,0.6624,1,1,1,0.4984,0.6624,0,1,1,1,1,1,0.120503485,0,0.109031886,1,1,1,1,1,0.036232617,0,0.03731833,1,1,1,1,1,0.832992256,0,0.519816336,0.519779987,0.519946809,1,1,1
-194,1,0.3901,1,1,1,1,1,1,1,1,0.0794,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0128,0.3178,0,1,0.6624,1,1,1,0.3099,0.6624,0,1,1,1,1,1,0.057855781,0,0.073038578,1,1,1,1,1,0.042845599,0,0.037343461,1,1,1,1,1,0.606036305,0,0.501268729,0.501163529,0.501329787,1,1,1
-195,1,0.3901,1,1,1,1,1,1,1,1,0.0495,0.3901,0,1,0.3178,1,1,1,1,1,1,0,0.3178,0,1,0.6624,1,1,1,0.2899,0.6624,0,1,1,1,1,1,0.053303592,0,0.043719381,1,1,1,1,1,0.014324972,0,0.037011258,1,1,1,1,1,0.531005204,0,0.489910585,0.489951343,0.489804965,1,1,1
-196,1,0.3901,1,1,1,1,1,1,1,1,0.0548,0.3901,0,1,0.3178,1,1,1,1,1,1,0.006,0.3178,0,1,0.6624,1,1,1,0.2222,0.6624,0,1,1,1,1,1,0.026825195,0,0.077305451,1,1,1,1,1,0.036265694,0,0.040064924,1,1,1,1,1,0.471726447,0,0.485500242,0.485508779,0.48537234,1,1,1
-197,1,0.3901,1,1,1,1,1,1,1,1,0.0331,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0342,0.3178,0,1,0.6624,1,1,1,0.1204,0.6624,0,1,1,1,1,1,0.012255549,0,0.077560157,1,1,1,1,1,0.060173765,0,0.078937434,1,1,1,1,1,0.274086297,0,0.489608507,0.489739793,0.489361702,1,1,1
-198,1,0.3901,1,1,1,1,1,1,1,1,0.0221,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0501,0.3178,0,1,0.6624,1,1,1,0.0692,0.6624,0,1,1,1,1,1,0.01008457,0,0.091319233,1,1,1,1,1,0.063513756,0,0.155076712,1,1,1,1,1,0.189517856,0,0.505437409,0.505606093,0.505762411,1,1,1
-199,1,0.3901,1,1,1,1,1,1,1,1,0.006,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0687,0.3178,0,1,0.6624,1,1,1,0.0688,0.6624,0,1,1,1,1,1,0.004177272,0,0.089516357,1,1,1,1,1,0.089355812,0,0.307229847,1,1,1,1,1,0.148454115,0,0.536732721,0.536704041,0.53679078,1,1,1
-200,1,0.3901,1,1,1,1,1,1,1,1,0.0002,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0216,0.3178,0,1,0.6624,1,1,1,0.0359,0.6624,0,1,1,1,1,1,0.000670298,0,0.15081726,1,1,1,1,1,0.039953135,0,0.434677243,1,1,1,1,1,0.070686765,0,0.574009183,0.573936958,0.574024823,1,1,1
-201,1,0.3901,1,1,1,1,1,1,1,1,0.0113,0.3901,0.0338,1,0.3178,1,1,1,1,1,1,0.0774,0.3178,0.0205,1,0.6624,1,1,1,0.0199,0.6624,0.0959,1,1,1,1,1,0.004628616,0.053709865,0.419818997,1,1,1,1,1,0.109133691,0.018420931,0.63019973,1,1,1,1,1,0.045996632,0.078395985,0.615514741,0.615612439,0.615691489,1,1,1
-202,1,0.3901,1,1,1,1,1,1,1,1,0.0389,0.3901,0.1381,1,0.3178,1,1,1,1,1,1,0.0679,0.3178,0.109,1,0.6624,1,1,1,0.0099,0.6624,0.2689,1,1,1,1,1,0.014147854,0.192283168,0.760859013,1,1,1,1,1,0.120777823,0.144316495,1,1,1,1,1,1,0.032252479,0.304617047,0.651703722,0.651576053,0.652039007,1,1,1
-203,1,0.3901,1,1,1,1,1,1,1,1,0.0663,0.3901,0.2102,1,0.3178,1,1,1,1,1,1,0.1044,0.3178,0.1812,1,0.6624,1,1,1,0.0005,0.6624,0.3327,1,1,1,1,1,0.026046477,0.303351104,0.987595797,1,1,1,1,1,0.186181381,0.250372738,1,1,1,1,1,1,0.013428211,0.385682464,0.6739971,0.674000423,0.674202128,1,1,1
-204,1,0.3901,1,1,1,1,1,1,1,1,0.1178,0.3901,0.2284,1,0.3178,1,1,1,1,1,1,0.1631,0.3178,0.211,1,0.6624,1,1,1,0.0001,0.6624,0.4238,1,1,1,1,1,0.034658346,0.341895819,0.995827317,1,1,1,1,1,0.265076429,0.288601548,1,1,1,1,1,1,0.008641397,0.480376244,0.683482359,0.683520203,0.683510638,1,1,1
-205,1,0.3901,1,1,1,1,1,1,1,1,0.211,0.3901,0.2429,1,0.3178,1,1,1,1,1,1,0.1642,0.3178,0.2366,1,0.6624,1,1,1,0.0004,0.6624,0.4288,1,1,1,1,1,0.057607554,0.354768723,1,1,1,1,1,1,0.312806368,0.341011763,1,1,1,1,1,1,0.010712845,0.51420486,0.683421943,0.683520203,0.683510638,1,1,1
-206,1,0.3901,1,1,1,1,1,1,1,1,0.2425,0.3901,0.2345,1,0.3178,1,1,1,1,1,1,0.1714,0.3178,0.243,1,0.6624,1,1,1,0.0062,0.6624,0.4197,1,1,1,1,1,0.067297198,0.399075508,1,1,1,1,1,1,0.278471023,0.351463229,1,1,1,1,1,1,0.027082564,0.57644248,0.674782504,0.674846626,0.675088653,1,1,1
-207,1,0.3901,1,1,1,1,1,1,1,1,0.3825,0.3901,0.196,1,0.3178,1,1,1,1,1,1,0.2593,0.3178,0.2089,1,0.6624,1,1,1,0.0067,0.6624,0.4012,1,1,1,1,1,0.107579127,0.358603001,1,1,1,1,1,1,0.363505065,0.30205816,1,1,1,1,1,1,0.024522964,0.57705462,0.663726438,0.66363444,0.664007092,1,1,1
-208,1,0.3901,1,1,1,1,1,1,1,1,0.4625,0.3901,0.1088,1,0.3178,1,1,1,1,1,1,0.2369,0.3178,0.1287,1,0.6624,1,1,1,0.009,0.6624,0.3214,1,1,1,1,1,0.174622506,0.226323158,1,1,1,1,1,1,0.372528017,0.172121823,1,1,1,1,1,1,0.032747258,0.471946716,0.659074432,0.658980326,0.659131206,1,1,1
-209,1,0.3901,1,1,1,1,1,1,1,1,0.461,0.3901,0.0095,1,0.3178,1,1,1,1,1,1,0.2483,0.3178,0.0039,1,0.6624,1,1,1,0.03,0.6624,0.1402,1,1,1,1,1,0.179446012,0.054913122,1,1,1,1,1,1,0.404273152,0.00736948,1,1,1,1,1,1,0.069884099,0.234559417,0.684267762,0.684154855,0.684397163,1,1,1
-210,1,0.3901,1,1,1,1,1,1,1,1,0.467,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1636,0.3178,0,1,0.6624,1,1,1,0.0663,0.6624,0,1,1,1,1,1,0.211576432,0,1,1,1,1,1,1,0.251190245,0,1,1,1,1,1,1,0.12557368,0,0.727464959,0.727522742,0.727836879,1,1,1
-211,1,0.3901,1,1,1,1,1,1,1,1,0.4127,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1287,0.3178,0,1,0.6624,1,1,1,0.0988,0.6624,0,1,1,1,1,1,0.199717,0,1,1,1,1,1,1,0.21637997,0,1,1,1,1,1,1,0.168479249,0,0.719913001,0.719906918,0.719858156,1,1,1
-212,1,0.3901,1,1,1,1,1,1,1,1,0.3576,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0478,0.3178,0,1,0.6624,1,1,1,0.1317,0.6624,0,1,1,1,1,1,0.184474587,0,1,1,1,1,1,1,0.114194989,0,1,1,1,1,1,1,0.229773998,0,0.69502175,0.694943939,0.695035461,1,1,1
-213,1,0.3901,1,1,1,1,1,1,1,1,0.3696,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0305,0.3178,0,1,0.6624,1,1,1,0.2168,0.6624,0,1,1,1,1,1,0.152843535,0,1,1,1,1,1,1,0.113586158,0,1,1,1,1,1,1,0.363334149,0,0.669345094,0.669346308,0.669326241,1,1,1
-214,1,0.3901,1,1,1,1,1,1,1,1,0.3535,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0737,0.3178,0,1,0.6624,1,1,1,0.2153,0.6624,0,1,1,1,1,1,0.184802026,0,1,1,1,1,1,1,0.171696171,0,1,1,1,1,1,1,0.443449885,0,0.636116481,0.636132854,0.63608156,1,1,1
-215,1,0.3901,1,1,1,1,1,1,1,1,0.2283,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0515,0.3178,0,1,0.6624,1,1,1,0.2561,0.6624,0,1,1,1,1,1,0.067875408,0,1,1,1,1,1,1,0.133330569,0,1,1,1,1,1,1,0.476634681,0,0.595275495,0.595303575,0.595301418,1,1,1
-216,1,0.3901,1,1,1,1,1,1,1,1,0.3722,0.3901,0,1,0.3178,1,1,1,1,1,1,0.143,0.3178,0,1,0.6624,1,1,1,0.2426,0.6624,0,1,1,1,1,1,0.189117149,0,1,1,1,1,1,1,0.269549131,0,1,1,1,1,1,1,0.365168929,0,0.555280329,0.555320499,0.555407801,1,1,1
-217,1,0.3901,1,1,1,1,1,1,1,1,0.4256,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1096,0.3178,0,1,0.6624,1,1,1,0.29,0.6624,0,1,1,1,1,1,0.160570681,0,1,1,1,1,1,1,0.252668351,0,1,1,1,1,1,1,0.431885868,0,0.524105848,0.524011001,0.524379433,1,1,1
-218,1,0.3901,1,1,1,1,1,1,1,1,0.2923,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1097,0.3178,0,1,0.6624,1,1,1,0.2866,0.6624,0,1,1,1,1,1,0.109217495,0,1,1,1,1,1,1,0.23330684,0,1,1,1,1,1,1,0.45360738,0,0.506887385,0.506875397,0.507092199,1,1,1
-219,1,0.3901,1,1,1,1,1,1,1,1,0.1925,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1475,0.3178,0,1,0.6624,1,1,1,0.3085,0.6624,0,1,1,1,1,1,0.106418639,0,1,1,1,1,1,1,0.256683856,0,1,1,1,1,1,1,0.496107429,0,0.49861044,0.498624921,0.498670213,1,1,1
-220,1,0.3901,1,1,1,1,1,1,1,1,0.209,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1033,0.3178,0,1,0.6624,1,1,1,0.1829,0.6624,0,1,1,1,1,1,0.104868852,0,1,1,1,1,1,1,0.22366941,0,1,1,1,1,1,1,0.349143177,0,0.4949855,0.495028559,0.495124114,1,1,1
-221,1,0.3901,1,1,1,1,1,1,1,1,0.2068,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0775,0.3178,0,1,0.6624,1,1,1,0.1996,0.6624,0,1,1,1,1,1,0.107377291,0,1,1,1,1,1,1,0.177673981,0,1,1,1,1,1,1,0.314562023,0,0.498247946,0.498201819,0.49822695,1,1,1
-222,1,0.3901,1,1,1,1,1,1,1,1,0.2067,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0869,0.3178,0,1,0.6624,1,1,1,0.2681,0.6624,0,1,1,1,1,1,0.115992263,0,1,1,1,1,1,1,0.193624631,0,1,1,1,1,1,1,0.419279188,0,0.511841469,0.511741062,0.511968085,1,1,1
-223,1,0.3901,1,1,1,1,1,1,1,1,0.1446,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1155,0.3178,0,1,0.6624,1,1,1,0.2711,0.6624,0,1,1,1,1,1,0.077996135,0,0.964708924,1,1,1,1,1,0.223193497,0,0.981933296,1,1,1,1,1,0.457887143,0,0.535947318,0.535857838,0.535904255,1,1,1
-224,1,0.3901,1,1,1,1,1,1,1,1,0.1159,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1327,0.3178,0,1,0.6624,1,1,1,0.2358,0.6624,0,1,1,1,1,1,0.064411894,0,0.859868348,1,1,1,1,1,0.196382344,0,0.693728566,1,1,1,1,1,0.423730552,0,0.56222813,0.562301671,0.5625,1,1,1
-225,1,0.3901,1,1,1,1,1,1,1,1,0.1664,0.3901,0.2175,1,0.3178,1,1,1,1,1,1,0.1563,0.3178,0.2258,1,0.6624,1,1,1,0.2464,0.6624,0.1997,1,1,1,1,1,0.098334894,0.404655278,1,1,1,1,1,1,0.263617486,0.401312143,0.990814686,1,1,1,1,1,0.459070087,0.440780342,0.597087965,0.596995981,0.597074468,1,1,1
-226,1,0.3901,1,1,1,1,1,1,1,1,0.1006,0.3901,0.4081,1,0.3178,1,1,1,1,1,1,0.0155,0.3178,0.4428,1,0.6624,1,1,1,0.074,0.6624,0.4197,1,1,1,1,1,0.050663918,0.679540217,0.956516743,1,1,1,1,1,0.062423609,0.68576932,0.840303779,1,1,1,1,1,0.139345616,0.720973849,0.61859594,0.618574149,0.618794326,1,1,1
-227,1,0.3901,1,1,1,1,1,1,1,1,0.0487,0.3901,0.5613,1,0.3178,1,1,1,1,1,1,0,0.3178,0.5538,1,0.6624,1,1,1,0.0244,0.6624,0.5556,1,1,1,1,1,0.009933624,0.833085418,0.73586607,1,1,1,1,1,0.004825974,0.769854367,0.615973592,1,1,1,1,1,0.047255825,0.860327959,0.627054132,0.627036175,0.627216312,1,1,1
-228,1,0.3901,1,1,1,1,1,1,1,1,0.0376,0.3901,0.5322,1,0.3178,1,1,1,1,1,1,0.0065,0.3178,0.6097,1,0.6624,1,1,1,0.0085,0.6624,0.6247,1,1,1,1,1,0.009950076,0.780405462,0.693450689,1,1,1,1,1,0.01372513,0.854087532,0.560471773,1,1,1,1,1,0.025679257,0.950450242,0.626933301,0.626824625,0.62677305,1,1,1
-229,1,0.3901,1,1,1,1,1,1,1,1,0.0262,0.3901,0.5679,1,0.3178,1,1,1,1,1,1,0.0269,0.3178,0.6059,1,0.6624,1,1,1,0.008,0.6624,0.5837,1,1,1,1,1,0.004341427,0.86239183,0.582497954,1,1,1,1,1,0.031877942,0.823680341,0.259051323,1,1,1,1,1,0.029347412,0.900006175,0.62318753,0.623228263,0.62322695,1,1,1
-230,1,0.3901,1,1,1,1,1,1,1,1,0.0174,0.3901,0.5247,1,0.3178,1,1,1,1,1,1,0.0101,0.3178,0.5139,1,0.6624,1,1,1,0.0026,0.6624,0.5606,1,1,1,1,1,0.002885568,0.785116851,0.586721659,1,1,1,1,1,0.01491439,0.66516012,0.155594766,1,1,1,1,1,0.015595263,0.772518218,0.618475109,0.618574149,0.618351064,1,1,1
-231,1,0.3901,1,1,1,1,1,1,1,1,0.004,0.3901,0.4229,1,0.3178,1,1,1,1,1,1,0,0.3178,0.4232,1,0.6624,1,1,1,0.0138,0.6624,0.4619,1,1,1,1,1,0.002349213,0.637138128,0.539751291,1,1,1,1,1,0.00301314,0.593340457,0.220113367,1,1,1,1,1,0.033706091,0.706330597,0.616602223,0.616670193,0.616578014,1,1,1
-232,1,0.3901,1,1,1,1,1,1,1,1,0.0203,0.3901,0.3114,1,0.3178,1,1,1,1,1,1,0.0687,0.3178,0.363,1,0.6624,1,1,1,0.0296,0.6624,0.3161,1,1,1,1,1,0.025419714,0.509942234,0.364952117,1,1,1,1,1,0.071307533,0.568504334,0.21019949,1,1,1,1,1,0.067622408,0.520428538,0.617689705,0.617727946,0.617907801,1,1,1
-233,1,0.3901,1,1,1,1,1,1,1,1,0.0341,0.3901,0.109,1,0.3178,1,1,1,1,1,1,0.0981,0.3178,0.1806,1,0.6624,1,1,1,0.0849,0.6624,0.1138,1,1,1,1,1,0.058809057,0.282011777,0.308240444,1,1,1,1,1,0.104445308,0.306727648,0.153333008,1,1,1,1,1,0.17168577,0.25320223,0.646507975,0.646498837,0.646719858,1,1,1
-234,1,0.3901,1,1,1,1,1,1,1,1,0.0718,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1428,0.3178,0,1,0.6624,1,1,1,0.2129,0.6624,0,1,1,1,1,1,0.140464246,0,0.24397713,1,1,1,1,1,0.178153262,0,0.130465731,1,1,1,1,1,0.429364324,0,0.689523925,0.689655172,0.689716312,1,1,1
-235,1,0.3901,1,1,1,1,1,1,1,1,0.1569,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1886,0.3178,0,1,0.6624,1,1,1,0.3401,0.6624,0,1,1,1,1,1,0.338828415,0,0.160066932,1,1,1,1,1,0.295357883,0,0.063504189,1,1,1,1,1,0.642948687,0,0.689765587,0.689655172,0.689716312,1,1,1
-236,1,0.3901,1,1,1,1,1,1,1,1,0.1861,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0455,0.3178,0,1,0.6624,1,1,1,0.3487,0.6624,0,1,1,1,1,1,0.403424114,0,0.206176162,1,1,1,1,1,0.114362463,0,0.125471741,1,1,1,1,1,0.678964555,0,0.677138714,0.677173683,0.677304965,1,1,1
-237,1,0.3901,1,1,1,1,1,1,1,1,0.1315,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1484,0.3178,0,1,0.6624,1,1,1,0.3144,0.6624,0,1,1,1,1,1,0.382502914,0,0.229102075,1,1,1,1,1,0.231769681,0,0.195113361,1,1,1,1,1,0.532498121,0,0.652307878,0.652422255,0.65248227,1,1,1
-238,1,0.3901,1,1,1,1,1,1,1,1,0.1463,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1426,0.3178,0,1,0.6624,1,1,1,0.386,0.6624,0,1,1,1,1,1,0.389041603,0,0.192775786,1,1,1,1,1,0.207796887,0,0.23948063,1,1,1,1,1,0.677794218,0,0.611466892,0.611592977,0.611702128,1,1,1
-239,1,0.3901,1,1,1,1,1,1,1,1,0.1285,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1579,0.3178,0,1,0.6624,1,1,1,0.3647,0.6624,0,1,1,1,1,1,0.3803505,0,0.183335111,1,1,1,1,1,0.258410692,0,0.296441138,1,1,1,1,1,0.691874802,0,0.565732238,0.565686482,0.565602837,1,1,1
-240,1,0.3901,1,1,1,1,1,1,1,1,0.1069,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1479,0.3178,0,1,0.6624,1,1,1,0.3353,0.6624,0,1,1,1,1,1,0.289933115,0,0.137859643,1,1,1,1,1,0.243095577,0,0.177257091,1,1,1,1,1,0.699401915,0,0.519393427,0.519356886,0.519503546,1,1,1
-241,1,0.3901,1,1,1,1,1,1,1,1,0.136,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1693,0.3178,0,1,0.6624,1,1,1,0.3501,0.6624,0,1,1,1,1,1,0.315427333,0,0.084138379,1,1,1,1,1,0.274803817,0,0.148058385,1,1,1,1,1,0.718370974,0,0.486104398,0.486143431,0.486258865,1,1,1
-242,1,0.3901,1,1,1,1,1,1,1,1,0.1734,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3006,0.3178,0,1,0.6624,1,1,1,0.3708,0.6624,0,1,1,1,1,1,0.413454682,0,0.213552058,1,1,1,1,1,0.433208376,0,0.109275922,1,1,1,1,1,0.700574815,0,0.469127598,0.469007827,0.468971631,1,1,1
-243,1,0.3901,1,1,1,1,1,1,1,1,0.1678,0.3901,0,1,0.3178,1,1,1,1,1,1,0.225,0.3178,0,1,0.6624,1,1,1,0.4118,0.6624,0,1,1,1,1,1,0.379670739,0,0.323283702,1,1,1,1,1,0.332038134,0,0.164830625,1,1,1,1,1,0.762360513,0,0.462240213,0.462238206,0.462322695,1,1,1
-244,1,0.3901,1,1,1,1,1,1,1,1,0.1565,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2714,0.3178,0,1,0.6624,1,1,1,0.4473,0.6624,0,1,1,1,1,1,0.372016937,0,0.204186902,1,1,1,1,1,0.389134824,0,0.16150026,1,1,1,1,1,0.870534658,0,0.462602707,0.462661307,0.462765957,1,1,1
-245,1,0.3901,1,1,1,1,1,1,1,1,0.2762,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3333,0.3178,0,1,0.6624,1,1,1,0.3735,0.6624,0,1,1,1,1,1,0.533230722,0,0.269460559,1,1,1,1,1,0.501860023,0,0.388051033,1,1,1,1,1,0.829701543,0,0.476921218,0.476835202,0.476950355,1,1,1
-246,1,0.3901,1,1,1,1,1,1,1,1,0.2992,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2885,0.3178,0,1,0.6624,1,1,1,0.2641,0.6624,0,1,1,1,1,1,0.559709728,0,0.451925099,1,1,1,1,1,0.384678572,0,0.629839301,1,1,1,1,1,0.694203913,0,0.52060174,0.52062619,0.520833333,1,1,1
-247,1,0.3901,1,1,1,1,1,1,1,1,0.2145,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1549,0.3178,0,1,0.6624,1,1,1,0.2381,0.6624,0,1,1,1,1,1,0.392397463,0,0.559710622,1,1,1,1,1,0.246748239,0,0.879858136,1,1,1,1,1,0.636787057,0,0.60022958,0.600169241,0.600620567,1,1,1
-248,1,0.3901,1,1,1,1,1,1,1,1,0.1484,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0467,0.3178,0,1,0.6624,1,1,1,0.3623,0.6624,0,1,1,1,1,1,0.246410802,0,0.492618084,1,1,1,1,1,0.088999912,0,0.755990088,1,1,1,1,1,0.785576642,0,0.644876752,0.644806431,0.644946809,1,1,1
-249,1,0.3901,1,1,1,1,1,1,1,1,0.1407,0.3901,0.109,1,0.3178,1,1,1,1,1,1,0.0434,0.3178,0.1325,1,0.6624,1,1,1,0.3712,0.6624,0.1791,1,1,1,1,1,0.206950858,0.241210476,0.387375861,1,1,1,1,1,0.105640069,0.158013523,0.616167545,1,1,1,1,1,0.778141201,0.290976077,0.654543258,0.654749313,0.654698582,1,1,1
-250,1,0.3901,1,1,1,1,1,1,1,1,0.1245,0.3901,0.3235,1,0.3178,1,1,1,1,1,1,0.1744,0.3178,0.3044,1,0.6624,1,1,1,0.2961,0.6624,0.347,1,1,1,1,1,0.196065307,0.465222418,0.370672822,1,1,1,1,1,0.298146397,0.286300719,0.798244238,1,1,1,1,1,0.645206273,0.564218819,0.659980667,0.660038079,0.660460993,1,1,1
-251,1,0.3901,1,1,1,1,1,1,1,1,0.096,0.3901,0.3563,1,0.3178,1,1,1,1,1,1,0.0759,0.3178,0.3022,1,0.6624,1,1,1,0.2881,0.6624,0.4265,1,1,1,1,1,0.145341292,0.506199479,0.520363033,1,1,1,1,1,0.163800865,0.416147053,0.622791171,1,1,1,1,1,0.589344859,0.639770865,0.665115998,0.665115295,0.665336879,1,1,1
-252,1,0.3901,1,1,1,1,1,1,1,1,0.1166,0.3901,0.3784,1,0.3178,1,1,1,1,1,1,0.04,0.3178,0.4041,1,0.6624,1,1,1,0.1706,0.6624,0.3306,1,1,1,1,1,0.101395622,0.566710174,0.6584903,1,1,1,1,1,0.116298989,0.398162782,0.375435352,1,1,1,1,1,0.39519158,0.500069618,0.664149348,0.664057542,0.664450355,1,1,1
-253,1,0.3901,1,1,1,1,1,1,1,1,0.1044,0.3901,0.3346,1,0.3178,1,1,1,1,1,1,0.0816,0.3178,0.2614,1,0.6624,1,1,1,0.1698,0.6624,0.3834,1,1,1,1,1,0.086076871,0.433936596,0.579901576,1,1,1,1,1,0.220251709,0.365732104,0.236882731,1,1,1,1,1,0.385340095,0.380476654,0.657805703,0.657711022,0.658244681,1,1,1
-254,1,0.3901,1,1,1,1,1,1,1,1,0.2326,0.3901,0.2609,1,0.3178,1,1,1,1,1,1,0.1738,0.3178,0.2753,1,0.6624,1,1,1,0.1955,0.6624,0.2391,1,1,1,1,1,0.191405714,0.379352331,0.621176779,1,1,1,1,1,0.398240268,0.328983128,0.509845316,1,1,1,1,1,0.443078369,0.370686889,0.653214113,0.653268458,0.653368794,1,1,1
-255,1,0.3901,1,1,1,1,1,1,1,1,0.1805,0.3901,0.2381,1,0.3178,1,1,1,1,1,1,0.119,0.3178,0.1934,1,0.6624,1,1,1,0.3019,0.6624,0.2144,1,1,1,1,1,0.160513535,0.35280031,0.898490191,1,1,1,1,1,0.356975317,0.275281847,1,1,1,1,1,1,0.535503388,0.306617081,0.646205897,0.646287286,0.646276596,1,1,1
-256,1,0.3901,1,1,1,1,1,1,1,1,0.1597,0.3901,0.1307,1,0.3178,1,1,1,1,1,1,0.0979,0.3178,0.2166,1,0.6624,1,1,1,0.34,0.6624,0.0893,1,1,1,1,1,0.124228887,0.193886682,0.937764466,1,1,1,1,1,0.289872289,0.259687007,0.885226965,1,1,1,1,1,0.605705738,0.111397766,0.646507975,0.646498837,0.646719858,1,1,1
-257,1,0.3901,1,1,1,1,1,1,1,1,0.1483,0.3901,0.0266,1,0.3178,1,1,1,1,1,1,0.044,0.3178,0.0182,1,0.6624,1,1,1,0.4315,0.6624,0.0033,1,1,1,1,1,0.087120563,0.102469601,0.934247494,1,1,1,1,1,0.197817445,0.019180359,0.833556056,1,1,1,1,1,0.741962791,0,0.675990817,0.675904379,0.675975177,1,1,1
-258,1,0.3901,1,1,1,1,1,1,1,1,0.1784,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1346,0.3178,0,1,0.6624,1,1,1,0.5071,0.6624,0,1,1,1,1,1,0.147102803,0,0.984330416,1,1,1,1,1,0.392012477,0,0.997785449,1,1,1,1,1,0.791446865,0,0.718946351,0.718849164,0.719414894,1,1,1
-259,1,0.3901,1,1,1,1,1,1,1,1,0.2497,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2903,0.3178,0,1,0.6624,1,1,1,0.3505,0.6624,0,1,1,1,1,1,0.212808251,0,1,1,1,1,1,1,0.556888342,0,1,1,1,1,1,1,0.657197833,0,0.712965201,0.712925746,0.71320922,1,1,1
-260,1,0.3901,1,1,1,1,1,1,1,1,0.1879,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4373,0.3178,0,1,0.6624,1,1,1,0.473,0.6624,0,1,1,1,1,1,0.202867627,0,1,1,1,1,1,1,0.619576454,0,1,1,1,1,1,1,0.732649088,0,0.690369744,0.690289824,0.690602837,1,1,1
-261,1,0.3901,1,1,1,1,1,1,1,1,0.3712,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6209,0.3178,0,1,0.6624,1,1,1,0.438,0.6624,0,1,1,1,1,1,0.416482389,0,1,1,1,1,1,1,0.701148629,0,1,1,1,1,1,1,0.644316316,0,0.657866119,0.657711022,0.658244681,1,1,1
-262,1,0.3901,1,1,1,1,1,1,1,1,0.3268,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3763,0.3178,0,1,0.6624,1,1,1,0.4976,0.6624,0,1,1,1,1,1,0.427124679,0,1,1,1,1,1,1,0.519282937,0,1,1,1,1,1,1,0.766804516,0,0.609956501,0.609900571,0.609929078,1,1,1
-263,1,0.3901,1,1,1,1,1,1,1,1,0.4796,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3135,0.3178,0,1,0.6624,1,1,1,0.5917,0.6624,0,1,1,1,1,1,0.539691865,0,1,1,1,1,1,1,0.442616165,0,1,1,1,1,1,1,0.82458663,0,0.549963751,0.549820182,0.550088653,1,1,1
-264,1,0.3901,1,1,1,1,1,1,1,1,0.4519,0.3901,0,1,0.3178,1,1,1,1,1,1,0.487,0.3178,0,1,0.6624,1,1,1,0.5097,0.6624,0,1,1,1,1,1,0.260195226,0,1,1,1,1,1,1,0.4927454,0,1,1,1,1,1,1,0.786526084,0,0.495589657,0.495663211,0.496010638,1,1,1
-265,1,0.3901,1,1,1,1,1,1,1,1,0.5536,0.3901,0,1,0.3178,1,1,1,1,1,1,0.64,0.3178,0,1,0.6624,1,1,1,0.4291,0.6624,0,1,1,1,1,1,0.216492117,0,1,1,1,1,1,1,0.625216007,0,1,1,1,1,1,1,0.639156282,0,0.4610319,0.460968902,0.460992908,1,1,1
-266,1,0.3901,1,1,1,1,1,1,1,1,0.5864,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6807,0.3178,0,1,0.6624,1,1,1,0.3328,0.6624,0,1,1,1,1,1,0.214984268,0,1,1,1,1,1,1,0.661117792,0,1,1,1,1,1,1,0.516517222,0,0.439101015,0.439179183,0.438829787,1,1,1
-267,1,0.3901,1,1,1,1,1,1,1,1,0.6644,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5887,0.3178,0,1,0.6624,1,1,1,0.3521,0.6624,0,1,1,1,1,1,0.352891088,0,1,1,1,1,1,1,0.618125498,0,1,1,1,1,1,1,0.549280345,0,0.428407443,0.428390099,0.428191489,1,1,1
-268,1,0.3901,1,1,1,1,1,1,1,1,0.7506,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2931,0.3178,0,1,0.6624,1,1,1,0.2979,0.6624,0,1,1,1,1,1,0.442067266,0,1,1,1,1,1,1,0.368625552,0,1,1,1,1,1,1,0.507342696,0,0.425688739,0.425639941,0.425975177,1,1,1
-269,1,0.3901,1,1,1,1,1,1,1,1,0.5882,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1128,0.3178,0,1,0.6624,1,1,1,0.3221,0.6624,0,1,1,1,1,1,0.371072769,0,1,1,1,1,1,1,0.214122772,0,1,1,1,1,1,1,0.475048184,0,0.437771871,0.437909879,0.437943262,1,1,1
-270,1,0.3901,1,1,1,1,1,1,1,1,0.5954,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0639,0.3178,0,1,0.6624,1,1,1,0.3993,0.6624,0,1,1,1,1,1,0.399746835,0,1,1,1,1,1,1,0.143449828,0,1,1,1,1,1,1,0.624332368,0,0.478189947,0.478104506,0.478280142,1,1,1
-271,1,0.3901,1,1,1,1,1,1,1,1,0.3232,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0905,0.3178,0,1,0.6624,1,1,1,0.393,0.6624,0,1,1,1,1,1,0.24813661,0,1,1,1,1,1,1,0.136806577,0,1,1,1,1,1,1,0.72884357,0,0.558482359,0.558493759,0.558953901,1,1,1
-272,1,0.3901,1,1,1,1,1,1,1,1,0.297,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1307,0.3178,0,1,0.6624,1,1,1,0.2839,0.6624,0,1,1,1,1,1,0.282510638,0,1,1,1,1,1,1,0.165759057,0,1,1,1,1,1,1,0.579252362,0,0.602887869,0.602707849,0.603280142,1,1,1
-273,1,0.3899,1,1,1,1,1,1,1,1,0.1826,0.3899,0.1008,1,0.3177,1,1,1,1,1,1,0.3306,0.3177,0.1563,1,0.6622,1,1,1,0.2003,0.6622,0.0817,1,1,1,1,1,0.182465851,0.236937389,1,1,1,1,1,1,0.299337328,0.362588108,0.560800374,1,1,1,1,1,0.442220718,0.255904913,0.607358627,0.607361963,0.607712766,1,1,1
-274,1,0.3898,1,1,1,1,1,1,1,1,0.1408,0.3898,0.3571,1,0.3176,1,1,1,1,1,1,0.2714,0.3176,0.4284,1,0.6621,1,1,1,0.1738,0.6621,0.3005,1,1,1,1,1,0.131159633,0.612088859,0.958232522,1,1,1,1,1,0.191371769,0.682959735,0.373580128,1,1,1,1,1,0.422047854,0.593546093,0.60482117,0.604823355,0.605053192,1,1,1
-275,1,0.3896,1,1,1,1,1,1,1,1,0.1367,0.3896,0.5425,1,0.3175,1,1,1,1,1,1,0.3441,0.3175,0.5777,1,0.6619,1,1,1,0.1747,0.6619,0.3797,1,1,1,1,1,0.143900737,0.780409455,0.730005682,1,1,1,1,1,0.303414434,0.831908643,0.360524356,1,1,1,1,1,0.3751598,0.751739025,0.605546158,0.605669558,0.605496454,1,1,1
-276,1,0.3895,1,1,1,1,1,1,1,1,0.2209,0.3895,0.6327,1,0.3174,1,1,1,1,1,1,0.1898,0.3174,0.6501,1,0.6617,1,1,1,0.165,0.6617,0.4315,1,1,1,1,1,0.198314294,0.858942092,0.920607209,1,1,1,1,1,0.21737963,0.910569906,0.537046909,1,1,1,1,1,0.259621054,0.79437846,0.6030087,0.602919399,0.603280142,1,1,1
-277,1,0.3893,1,1,1,1,1,1,1,1,0.2392,0.3893,0.6563,1,0.3173,1,1,1,1,1,1,0.2485,0.3173,0.6632,1,0.6615,1,1,1,0.2132,0.6615,0.4191,1,1,1,1,1,0.218283534,0.897629023,0.974759162,1,1,1,1,1,0.276159108,0.94185859,0.58096838,1,1,1,1,1,0.343196511,0.823120117,0.596121315,0.596149778,0.596187943,1,1,1
-278,1,0.3892,1,1,1,1,1,1,1,1,0.2848,0.3892,0.6462,1,0.3172,1,1,1,1,1,1,0.1227,0.3172,0.6461,1,0.6614,1,1,1,0.2082,0.6614,0.4222,1,1,1,1,1,0.254532039,0.900672555,1,1,1,1,1,1,0.185802132,0.896925211,0.582921743,1,1,1,1,1,0.438845277,0.863766789,0.59159014,0.591707214,0.591755319,1,1,1
-279,1,0.389,1,1,1,1,1,1,1,1,0.2453,0.389,0.5642,1,0.3171,1,1,1,1,1,1,0.2346,0.3171,0.5617,1,0.6612,1,1,1,0.4143,0.6612,0.4058,1,1,1,1,1,0.247006446,0.795192599,0.99453032,1,1,1,1,1,0.283673108,0.775765479,0.68333137,1,1,1,1,1,0.596738219,0.748500109,0.58518608,0.585149143,0.585106383,1,1,1
-280,1,0.3889,1,1,1,1,1,1,1,1,0.2811,0.3889,0.3954,1,0.317,1,1,1,1,1,1,0.1022,0.317,0.3732,1,0.661,1,1,1,0.4471,0.661,0.3121,1,1,1,1,1,0.209499329,0.584593952,1,1,1,1,1,1,0.122582026,0.593517125,0.626590669,1,1,1,1,1,0.588526428,0.574264288,0.585669406,0.585572245,0.585992908,1,1,1
-281,1,0.3887,1,1,1,1,1,1,1,1,0.3158,0.3887,0.1551,1,0.3169,1,1,1,1,1,1,0.3814,0.3169,0.1768,1,0.6608,1,1,1,0.3686,0.6608,0.0905,1,1,1,1,1,0.383485586,0.310923249,0.932848334,1,1,1,1,1,0.395263761,0.305663049,0.687052906,1,1,1,1,1,0.538321972,0.267084718,0.614971001,0.614977787,0.615248227,1,1,1
-282,1,0.3886,1,1,1,1,1,1,1,1,0.3149,0.3886,0,1,0.3167,1,1,1,1,1,1,0.1815,0.3167,0,1,0.6607,1,1,1,0.3004,0.6607,0,1,1,1,1,1,0.426643223,0,0.928340018,1,1,1,1,1,0.225260541,0,0.999099612,1,1,1,1,1,0.471244842,0,0.668861769,0.668923207,0.668882979,1,1,1
-283,1,0.3884,1,1,1,1,1,1,1,1,0.3414,0.3884,0,1,0.3166,1,1,1,1,1,1,0.1595,0.3166,0,1,0.6605,1,1,1,0.3144,0.6605,0,1,1,1,1,1,0.368312597,0,0.959610164,1,1,1,1,1,0.244742572,0,1,1,1,1,1,1,0.457496494,0,0.669465926,0.669557859,0.669769504,1,1,1
-284,1,0.3883,1,1,1,1,1,1,1,1,0.2419,0.3883,0,1,0.3165,1,1,1,1,1,1,0.1428,0.3165,0,1,0.6603,1,1,1,0.3457,0.6603,0,1,1,1,1,1,0.233646572,0,0.994261146,1,1,1,1,1,0.196254939,0,1,1,1,1,1,1,0.486181587,0,0.653576607,0.653691559,0.653812057,1,1,1
-285,1,0.3881,1,1,1,1,1,1,1,1,0.1498,0.3881,0,1,0.3164,1,1,1,1,1,1,0.1519,0.3164,0,1,0.6601,1,1,1,0.4419,0.6601,0,1,1,1,1,1,0.174997136,0,0.985978961,1,1,1,1,1,0.17046386,0,1,1,1,1,1,1,0.631752074,0,0.627658289,0.627670827,0.627659575,1,1,1
-286,1,0.388,1,1,1,1,1,1,1,1,0.2856,0.388,0,1,0.3163,1,1,1,1,1,1,0.2419,0.3163,0,1,0.66,1,1,1,0.3133,0.66,0,1,1,1,1,1,0.394229263,0,0.99136734,1,1,1,1,1,0.286830157,0,1,1,1,1,1,1,0.574119985,0,0.584763171,0.584726042,0.584663121,1,1,1
-287,1,0.3878,1,1,1,1,1,1,1,1,0.4486,0.3878,0,1,0.3162,1,1,1,1,1,1,0.3086,0.3162,0,1,0.6598,1,1,1,0.1992,0.6598,0,1,1,1,1,1,0.462068379,0,0.628719449,1,1,1,1,1,0.333986431,0,0.995685935,1,1,1,1,1,0.437746197,0,0.53117448,0.531203723,0.531471631,1,1,1
-288,1,0.3876,1,1,1,1,1,1,1,1,0.3611,0.3876,0,1,0.3161,1,1,1,1,1,1,0.4669,0.3161,0,1,0.6596,1,1,1,0.2688,0.6596,0,1,1,1,1,1,0.333746761,0,0.774292469,1,1,1,1,1,0.38871792,0,0.996052384,1,1,1,1,1,0.521710396,0,0.481029483,0.481066215,0.480939716,1,1,1
-289,1,0.5428,1,1,1,1,1,1,1,1,0.0554,0.5428,0,1,0.368,1,1,1,1,1,1,0.0509,0.368,0,1,0.613,1,1,1,0.2436,0.613,0,1,1,1,1,1,0.102929287,0,0.28655833,1,1,1,1,1,0.067501307,0,0.306544006,1,1,1,1,1,0.360672176,0,0.436865636,0.436852126,0.436613475,1,1,1
-290,1,0.5423,1,1,1,1,1,1,1,1,0.0335,0.5423,0,1,0.3678,1,1,1,1,1,1,0.0245,0.3678,0,1,0.613,1,1,1,0.2548,0.613,0,1,1,1,1,1,0.070069149,0,0.244399473,1,1,1,1,1,0.03964423,0,0.445659459,1,1,1,1,1,0.358865291,0,0.414934751,0.414850857,0.414893617,1,1,1
-291,1,0.5418,1,1,1,1,1,1,1,1,0.0298,0.5418,0,1,0.3677,1,1,1,1,1,1,0.0196,0.3677,0,1,0.6131,1,1,1,0.148,0.6131,0,1,1,1,1,1,0.069911592,0,0.244833529,1,1,1,1,1,0.040781193,0,0.689976454,1,1,1,1,1,0.262341768,0,0.401764137,0.401734716,0.401595745,1,1,1
-292,1,0.5412,1,1,1,1,1,1,1,1,0.0084,0.5412,0,1,0.3675,1,1,1,1,1,1,0.0156,0.3675,0,1,0.6131,1,1,1,0.1111,0.6131,0,1,1,1,1,1,0.014961205,0,0.244127989,1,1,1,1,1,0.03616431,0,0.791790605,1,1,1,1,1,0.221059725,0,0.397655872,0.397715253,0.397606383,1,1,1
-293,1,0.5407,1,1,1,1,1,1,1,1,0.0085,0.5407,0,1,0.3674,1,1,1,1,1,1,0,0.3674,0,1,0.6131,1,1,1,0.125,0.6131,0,1,1,1,1,1,0.020019906,0,0.211876005,1,1,1,1,1,0.014359617,0,0.465516508,1,1,1,1,1,0.230596468,0,0.406053649,0.405965729,0.406028369,1,1,1
-294,1,0.5402,1,1,1,1,1,1,1,1,0.0021,0.5402,0.0049,1,0.3672,1,1,1,1,1,1,0,0.3672,0.0008,1,0.6131,1,1,1,0.1131,0.6131,0.0136,1,1,1,1,1,0.007520093,0.004839725,0.289745718,1,1,1,1,1,0.007557144,0,0.460135877,1,1,1,1,1,0.226175949,0.008954303,0.436019816,0.436005923,0.436170213,1,1,1
-295,1,0.5397,1,1,1,1,1,1,1,1,0.0029,0.5397,0.0941,1,0.367,1,1,1,1,1,1,0.0049,0.367,0.0735,1,0.6131,1,1,1,0.1255,0.6131,0.0987,1,1,1,1,1,0.007531909,0.163497344,0.223146796,1,1,1,1,1,0.016487908,0.124448769,0.405033797,1,1,1,1,1,0.204162121,0.166514278,0.500966651,0.500951978,0.500886525,1,1,1
-296,1,0.5392,1,1,1,1,1,1,1,1,0.0095,0.5392,0.2171,1,0.3669,1,1,1,1,1,1,0.0036,0.3669,0.1971,1,0.6131,1,1,1,0.1218,0.6131,0.2353,1,1,1,1,1,0.020222772,0.366256326,0.399918079,1,1,1,1,1,0.017013889,0.339877576,0.214261025,1,1,1,1,1,0.217606798,0.377554804,0.557455292,0.557436006,0.557624114,1,1,1
-297,1,0.5387,1,1,1,1,1,1,1,1,0.0202,0.5387,0.338,1,0.3667,1,1,1,1,1,1,0,0.3667,0.352,1,0.6131,1,1,1,0.1588,0.6131,0.3624,1,1,1,1,1,0.012131217,0.51266861,0.372137129,1,1,1,1,1,0.01705572,0.548357666,0.205175936,1,1,1,1,1,0.246868596,0.564755321,0.585065249,0.585149143,0.585106383,1,1,1
-298,1,0.5382,1,1,1,1,1,1,1,1,0.0118,0.5382,0.4496,1,0.3666,1,1,1,1,1,1,0.003,0.3666,0.4415,1,0.6131,1,1,1,0.1834,0.6131,0.4693,1,1,1,1,1,0.015408306,0.641467035,0.271962106,1,1,1,1,1,0.021653213,0.667341054,0.148014396,1,1,1,1,1,0.319478989,0.682289004,0.602162881,0.602073197,0.602393617,1,1,1
-299,1,0.5377,1,1,1,1,1,1,1,1,0.0115,0.5377,0.6574,1,0.3664,1,1,1,1,1,1,0.0112,0.3664,0.6511,1,0.6131,1,1,1,0.1882,0.6131,0.6499,1,1,1,1,1,0.012474523,0.944623053,0.297082424,1,1,1,1,1,0.024686296,0.929904997,0.127350539,1,1,1,1,1,0.321994692,0.959149838,0.614850169,0.614766237,0.615248227,1,1,1
-300,1,0.5372,1,1,1,1,1,1,1,1,0.0167,0.5372,0.5304,1,0.3662,1,1,1,1,1,1,0.0051,0.3662,0.5241,1,0.6131,1,1,1,0.2792,0.6131,0.5302,1,1,1,1,1,0.03286979,0.763183296,0.365212739,1,1,1,1,1,0.016091846,0.713555157,0.460607886,1,1,1,1,1,0.464787126,0.736581981,0.623489609,0.623651365,0.623670213,1,1,1
-301,1,0.5367,1,1,1,1,1,1,1,1,0.0139,0.5367,0.518,1,0.3661,1,1,1,1,1,1,0.0277,0.3661,0.5291,1,0.6131,1,1,1,0.2951,0.6131,0.5243,1,1,1,1,1,0.021454006,0.752946496,0.472586632,1,1,1,1,1,0.040691424,0.725884199,1,1,1,1,1,1,0.486889899,0.747741342,0.624818753,0.624920669,0.625,1,1,1
-302,1,0.5362,1,1,1,1,1,1,1,1,0.0296,0.5362,0.5066,1,0.3659,1,1,1,1,1,1,0.0879,0.3659,0.5035,1,0.6131,1,1,1,0.3901,0.6131,0.5014,1,1,1,1,1,0.082228646,0.733274221,0.558043897,1,1,1,1,1,0.089652121,0.732926846,1,1,1,1,1,1,0.637303412,0.747792244,0.627235379,0.627247726,0.627216312,1,1,1
-303,1,0.5357,1,1,1,1,1,1,1,1,0.0675,0.5357,0.4998,1,0.3658,1,1,1,1,1,1,0.2124,0.3658,0.5097,1,0.6131,1,1,1,0.4318,0.6131,0.5092,1,1,1,1,1,0.147074938,0.716671348,0.273781955,1,1,1,1,1,0.210959673,0.731348395,0.453748465,1,1,1,1,1,0.659193039,0.715080202,0.624033349,0.624074466,0.624113475,1,1,1
-304,1,0.5352,1,1,1,1,1,1,1,1,0.0874,0.5352,0.4264,1,0.3656,1,1,1,1,1,1,0.1334,0.3656,0.4509,1,0.6131,1,1,1,0.3482,0.6131,0.3765,1,1,1,1,1,0.160640761,0.693377793,0.213523984,1,1,1,1,1,0.137134001,0.705526233,0.311781704,1,1,1,1,1,0.529499769,0.698079467,0.620952151,0.621112757,0.621010638,1,1,1
-305,1,0.5347,1,1,1,1,1,1,1,1,0.0934,0.5347,0.2974,1,0.3655,1,1,1,1,1,1,0.0398,0.3655,0.3258,1,0.6131,1,1,1,0.3334,0.6131,0.2584,1,1,1,1,1,0.129200593,0.586790562,0.138957962,1,1,1,1,1,0.050490655,0.63049984,0.185062319,1,1,1,1,1,0.503858209,0.581993341,0.620770904,0.620689655,0.621010638,1,1,1
-306,1,0.5342,1,1,1,1,1,1,1,1,0.0969,0.5342,0.1493,1,0.3653,1,1,1,1,1,1,0.0497,0.3653,0.1867,1,0.6131,1,1,1,0.3284,0.6131,0.1442,1,1,1,1,1,0.114053294,0.403389722,0.092829756,1,1,1,1,1,0.061868861,0.513354957,0.176666498,1,1,1,1,1,0.515562952,0.306327373,0.615756404,0.61582399,0.616134752,1,1,1
-307,1,0.5337,1,1,1,1,1,1,1,1,0.1098,0.5337,0.0488,1,0.3651,1,1,1,1,1,1,0.0749,0.3651,0.0732,1,0.6131,1,1,1,0.358,0.6131,0.0591,1,1,1,1,1,0.127998903,0.22100696,0.117127135,1,1,1,1,1,0.085354745,0.287998051,0.125957608,1,1,1,1,1,0.495559037,0.070040196,0.604639923,0.604823355,0.605053192,1,1,1
-308,1,0.5332,1,1,1,1,1,1,1,1,0.1264,0.5332,0,1,0.365,1,1,1,1,1,1,0.0365,0.365,0,1,0.6131,1,1,1,0.4554,0.6131,0,1,1,1,1,1,0.103152841,0,0.117953621,1,1,1,1,1,0.060099483,0,0.039143719,1,1,1,1,1,0.6747877,0,0.595275495,0.595303575,0.595301418,1,1,1
-309,1,0.5327,1,1,1,1,1,1,1,1,0.1441,0.5327,0,1,0.3648,1,1,1,1,1,1,0.0602,0.3648,0,1,0.6131,1,1,1,0.455,0.6131,0,1,1,1,1,1,0.143746465,0,0.147683203,1,1,1,1,1,0.090489812,0,0.059764139,1,1,1,1,1,0.623450279,0,0.603129531,0.60313095,0.603280142,1,1,1
-310,1,0.5322,1,1,1,1,1,1,1,1,0.1966,0.5322,0,1,0.3647,1,1,1,1,1,1,0.0289,0.3647,0,1,0.6131,1,1,1,0.3671,0.6131,0,1,1,1,1,1,0.192906633,0,0.37370503,1,1,1,1,1,0.039535411,0,0.138283253,1,1,1,1,1,0.560451567,0,0.585850653,0.585783795,0.585992908,1,1,1
-311,1,0.5316,1,1,1,1,1,1,1,1,0.1432,0.5316,0,1,0.3645,1,1,1,1,1,1,0.0601,0.3645,0,1,0.6131,1,1,1,0.3246,0.6131,0,1,1,1,1,1,0.18569909,0,0.575402319,1,1,1,1,1,0.076915391,0,0.194575399,1,1,1,1,1,0.552035093,0,0.539088932,0.539031098,0.539007092,1,1,1
-312,1,0.5311,1,1,1,1,1,1,1,1,0.1587,0.5311,0,1,0.3643,1,1,1,1,1,1,0.0983,0.3643,0,1,0.6131,1,1,1,0.3508,0.6131,0,1,1,1,1,1,0.17065762,0,0.666500807,1,1,1,1,1,0.12334802,0,0.305845827,1,1,1,1,1,0.653798878,0,0.48622523,0.486143431,0.486258865,1,1,1
-313,1,0.5306,1,1,1,1,1,1,1,1,0.2148,0.5306,0,1,0.3642,1,1,1,1,1,1,0.1068,0.3642,0,1,0.6131,1,1,1,0.3604,0.6131,0,1,1,1,1,1,0.201032296,0,0.954202414,1,1,1,1,1,0.123919778,0,0.3628833,1,1,1,1,1,0.672906995,0,0.4459884,0.445948805,0.445921986,1,1,1
-314,1,0.5301,1,1,1,1,1,1,1,1,0.2955,0.5301,0,1,0.364,1,1,1,1,1,1,0.1037,0.364,0,1,0.6132,1,1,1,0.3634,0.6132,0,1,1,1,1,1,0.236418411,0,0.979016721,1,1,1,1,1,0.103414245,0,0.396931976,1,1,1,1,1,0.68204242,0,0.421640889,0.421832029,0.421985816,1,1,1
-315,1,0.5296,1,1,1,1,1,1,1,1,0.332,0.5296,0,1,0.3639,1,1,1,1,1,1,0.0938,0.3639,0,1,0.6132,1,1,1,0.3532,0.6132,0,1,1,1,1,1,0.301238269,0,0.955985069,1,1,1,1,1,0.089088917,0,0.432177484,1,1,1,1,1,0.731578231,0,0.406839053,0.406811932,0.406914894,1,1,1
-316,1,0.5291,1,1,1,1,1,1,1,1,0.4087,0.5291,0,1,0.3637,1,1,1,1,1,1,0.1876,0.3637,0,1,0.6132,1,1,1,0.2717,0.6132,0,1,1,1,1,1,0.39020884,0,0.993632317,1,1,1,1,1,0.210339248,0,0.387375653,1,1,1,1,1,0.558156729,0,0.399347511,0.399407658,0.399379433,1,1,1
-317,1,0.5286,1,1,1,1,1,1,1,1,0.349,0.5286,0,1,0.3636,1,1,1,1,1,1,0.1478,0.3636,0,1,0.6132,1,1,1,0.2064,0.6132,0,1,1,1,1,1,0.380123615,0,0.918339968,1,1,1,1,1,0.176655948,0,0.334295839,1,1,1,1,1,0.441318661,0,0.400253746,0.400253861,0.400265957,1,1,1
-318,1,0.5281,1,1,1,1,1,1,1,1,0.1797,0.5281,0.026,1,0.3634,1,1,1,1,1,1,0.1886,0.3634,0.0121,1,0.6132,1,1,1,0.1902,0.6132,0.0409,1,1,1,1,1,0.235861972,0.049373325,0.466329932,1,1,1,1,1,0.192031875,0.022724975,0.339601845,1,1,1,1,1,0.45386827,0.152818382,0.406295312,0.40617728,0.406471631,1,1,1
-319,1,0.5276,1,1,1,1,1,1,1,1,0.1659,0.5276,0.1018,1,0.3632,1,1,1,1,1,1,0.1399,0.3632,0.13,1,0.6132,1,1,1,0.1876,0.6132,0.0873,1,1,1,1,1,0.183815897,0.458189815,0.338065684,1,1,1,1,1,0.108884692,0.487261832,0.352346093,1,1,1,1,1,0.440796673,0.420681775,0.429494925,0.429659403,0.429521277,1,1,1
-320,1,0.5271,1,1,1,1,1,1,1,1,0.1331,0.5271,0.2433,1,0.3631,1,1,1,1,1,1,0.0987,0.3631,0.2585,1,0.6132,1,1,1,0.0837,0.6132,0.1897,1,1,1,1,1,0.089953058,0.603047133,0.594026804,1,1,1,1,1,0.081454344,0.610282898,0.403067827,1,1,1,1,1,0.192150861,0.466695249,0.47341711,0.473450391,0.473404255,1,1,1
-321,1,0.5266,1,1,1,1,1,1,1,1,0.128,0.5266,0.3818,1,0.3629,1,1,1,1,1,1,0.0154,0.3629,0.3965,1,0.6132,1,1,1,0.0755,0.6132,0.3086,1,1,1,1,1,0.054063726,0.670013547,0.604393601,1,1,1,1,1,0.015007132,0.726192355,0.381297648,1,1,1,1,1,0.196360469,0.658982933,0.525132915,0.525068754,0.525265957,1,1,1
-322,1,0.5261,1,1,1,1,1,1,1,1,0.0712,0.5261,0.4982,1,0.3628,1,1,1,1,1,1,0.0061,0.3628,0.4937,1,0.6132,1,1,1,0.0858,0.6132,0.3997,1,1,1,1,1,0.020784948,0.770968735,0.401578367,1,1,1,1,1,0.012040151,0.772229612,0.591825485,1,1,1,1,1,0.164881259,0.673514366,0.567363461,0.567378887,0.567375887,1,1,1
-323,1,0.5256,1,1,1,1,1,1,1,1,0.0862,0.5256,0.5353,1,0.3626,1,1,1,1,1,1,0.0043,0.3626,0.5335,1,0.6132,1,1,1,0.0808,0.6132,0.5139,1,1,1,1,1,0.016812757,0.697871029,0.580888927,1,1,1,1,1,0.009310487,0.794491172,0.598218679,1,1,1,1,1,0.114012696,0.597352088,0.596483809,0.596572879,0.596631206,1,1,1
-324,1,0.5251,1,1,1,1,1,1,1,1,0.1196,0.5251,0.5261,1,0.3624,1,1,1,1,1,1,0.0594,0.3624,0.539,1,0.6132,1,1,1,0.1086,0.6132,0.582,1,1,1,1,1,0.068726257,0.74565649,0.828314841,1,1,1,1,1,0.043812402,0.794821799,0.682179809,1,1,1,1,1,0.12996468,0.606385469,0.615152248,0.615189338,0.615248227,1,1,1
-325,1,0.5246,1,1,1,1,1,1,1,1,0.1109,0.5246,0.5122,1,0.3623,1,1,1,1,1,1,0.0492,0.3623,0.5061,1,0.6132,1,1,1,0.2391,0.6132,0.6627,1,1,1,1,1,0.071737021,0.684711933,0.73906374,1,1,1,1,1,0.039249744,0.753941178,0.780026496,1,1,1,1,1,0.252119541,0.737015903,0.626329145,0.626401523,0.62677305,1,1,1
-326,1,0.5241,1,1,1,1,1,1,1,1,0.1518,0.5241,0.6212,1,0.3621,1,1,1,1,1,1,0.0035,0.3621,0.6245,1,0.6132,1,1,1,0.277,0.6132,0.7799,1,1,1,1,1,0.073892027,0.868428469,1,1,1,1,1,1,0.011705987,0.874346674,1,1,1,1,1,1,0.298006117,0.994849503,0.629954084,0.629786334,0.630319149,1,1,1
-327,1,0.5236,1,1,1,1,1,1,1,1,0.1656,0.5236,0.4165,1,0.362,1,1,1,1,1,1,0.0012,0.362,0.3972,1,0.6132,1,1,1,0.2761,0.6132,0.5856,1,1,1,1,1,0.059361372,0.639644206,0.995629609,1,1,1,1,1,0.015990097,0.549309194,0.671295524,1,1,1,1,1,0.283086956,0.914367557,0.632310295,0.632324942,0.632535461,1,1,1
-328,1,0.5231,1,1,1,1,1,1,1,1,0.2013,0.5231,0.3874,1,0.3618,1,1,1,1,1,1,0.0066,0.3618,0.3532,1,0.6132,1,1,1,0.347,0.6132,0.4619,1,1,1,1,1,0.084108204,0.702865779,0.998854637,1,1,1,1,1,0.028533269,0.520966053,0.786381781,1,1,1,1,1,0.340696096,0.89767617,0.632310295,0.632324942,0.632535461,1,1,1
-329,1,0.5226,1,1,1,1,1,1,1,1,0.1814,0.5226,0.2828,1,0.3617,1,1,1,1,1,1,0,0.3617,0.2343,1,0.6132,1,1,1,0.4828,0.6132,0.3078,1,1,1,1,1,0.061644688,0.633072138,0.977961302,1,1,1,1,1,0.015878014,0.335467786,0.738582492,1,1,1,1,1,0.539063335,0.852163374,0.636781054,0.636767506,0.636968085,1,1,1
-330,1,0.5221,1,1,1,1,1,1,1,1,0.175,0.5221,0.1567,1,0.3615,1,1,1,1,1,1,0.044,0.3615,0.1124,1,0.6132,1,1,1,0.3649,0.6132,0.1234,1,1,1,1,1,0.08750321,0.476917625,0.963040888,1,1,1,1,1,0.057438612,0.174902946,0.750400543,1,1,1,1,1,0.430850416,0.733914018,0.636781054,0.636767506,0.636968085,1,1,1
-331,1,0.5215,1,1,1,1,1,1,1,1,0.2286,0.5215,0.0604,1,0.3613,1,1,1,1,1,1,0.0109,0.3613,0.0397,1,0.6132,1,1,1,0.2706,0.6132,0.0769,1,1,1,1,1,0.110712282,0.242785856,1,1,1,1,1,1,0.082583472,0.041037187,1,1,1,1,1,1,0.307669967,0.490603566,0.627899952,0.627882378,0.628102837,1,1,1
-332,1,0.521,1,1,1,1,1,1,1,1,0.0939,0.521,0.0018,1,0.3612,1,1,1,1,1,1,0.0113,0.3612,0,1,0.6132,1,1,1,0.2094,0.6132,0.0408,1,1,1,1,1,0.06268514,0,0.791789591,1,1,1,1,1,0.030916506,0,0.591982544,1,1,1,1,1,0.280342639,0,0.616179314,0.616247091,0.616134752,1,1,1
-333,1,0.5205,1,1,1,1,1,1,1,1,0.1196,0.5205,0,1,0.361,1,1,1,1,1,1,0.0207,0.361,0,1,0.6132,1,1,1,0.2086,0.6132,0,1,1,1,1,1,0.079687506,0,0.690502524,1,1,1,1,1,0.035293765,0,0.387329578,1,1,1,1,1,0.32381013,0,0.622100048,0.62217051,0.622340426,1,1,1
-334,1,0.52,1,1,1,1,1,1,1,1,0.1163,0.52,0,1,0.3609,1,1,1,1,1,1,0.0913,0.3609,0,1,0.6132,1,1,1,0.2564,0.6132,0,1,1,1,1,1,0.209309652,0,0.371470213,1,1,1,1,1,0.118508779,0,0.186375141,1,1,1,1,1,0.345559239,0,0.604519091,0.604611805,0.604609929,1,1,1
-335,1,0.5195,1,1,1,1,1,1,1,1,0.1461,0.5195,0,1,0.3607,1,1,1,1,1,1,0.2797,0.3607,0,1,0.6132,1,1,1,0.3102,0.6132,0,1,1,1,1,1,0.347161263,0,0.235487819,1,1,1,1,1,0.293499112,0,0.287831694,1,1,1,1,1,0.48878479,0,0.554917835,0.554897398,0.554964539,1,1,1
-336,1,0.519,1,1,1,1,1,1,1,1,0.2864,0.519,0,1,0.3605,1,1,1,1,1,1,0.5674,0.3605,0,1,0.6132,1,1,1,0.3171,0.6132,0,1,1,1,1,1,0.426779628,0,0.24946785,1,1,1,1,1,0.531790853,0,0.560889304,1,1,1,1,1,0.432373047,0,0.501510392,0.50158663,0.50177305,1,1,1
-337,1,0.5185,1,1,1,1,1,1,1,1,0.2711,0.5185,0,1,0.3604,1,1,1,1,1,1,0.2931,0.3604,0,1,0.6132,1,1,1,0.1866,0.6132,0,1,1,1,1,1,0.34032023,0,0.653070331,1,1,1,1,1,0.393169761,0,0.617837012,1,1,1,1,1,0.343333662,0,0.457044466,0.456949439,0.457003546,1,1,1
-338,1,0.518,1,1,1,1,1,1,1,1,0.1829,0.518,0,1,0.3602,1,1,1,1,1,1,0.2742,0.3602,0,1,0.6133,1,1,1,0.1478,0.6133,0,1,1,1,1,1,0.209819675,0,0.869526088,1,1,1,1,1,0.371684939,0,0.72388792,1,1,1,1,1,0.284313917,0,0.428407443,0.428390099,0.428191489,1,1,1
-339,1,0.5175,1,1,1,1,1,1,1,1,0.1844,0.5175,0,1,0.3601,1,1,1,1,1,1,0.5432,0.3601,0,1,0.6133,1,1,1,0.1773,0.6133,0,1,1,1,1,1,0.228416383,0,0.928739488,1,1,1,1,1,0.457418025,0,0.751158357,1,1,1,1,1,0.241683677,0,0.409255679,0.409138989,0.409131206,1,1,1
-340,1,0.517,1,1,1,1,1,1,1,1,0.2522,0.517,0,1,0.3599,1,1,1,1,1,1,0.33,0.3599,0,1,0.6133,1,1,1,0.1432,0.6133,0,1,1,1,1,1,0.207252786,0,0.845790386,1,1,1,1,1,0.43018651,0,0.829544604,1,1,1,1,1,0.22548914,0,0.397655872,0.397715253,0.397606383,1,1,1
-341,1,0.5165,1,1,1,1,1,1,1,1,0.2607,0.5165,0,1,0.3598,1,1,1,1,1,1,0.2193,0.3598,0,1,0.6133,1,1,1,0.1329,0.6133,0,1,1,1,1,1,0.195063695,0,0.479269803,1,1,1,1,1,0.330451816,0,0.775633276,1,1,1,1,1,0.221389622,0,0.392278879,0.392214936,0.392287234,1,1,1
-342,1,0.516,1,1,1,1,1,1,1,1,0.2212,0.516,0.0973,1,0.3596,1,1,1,1,1,1,0.2581,0.3596,0.0752,1,0.6133,1,1,1,0.0723,0.6133,0.059,1,1,1,1,1,0.195275858,0.248310834,0.218139723,1,1,1,1,1,0.33224842,0.115721382,0.579433203,1,1,1,1,1,0.13964197,0.231346116,0.386237313,0.386291517,0.38608156,1,1,1
-343,1,0.5155,1,1,1,1,1,1,1,1,0.1456,0.5155,0.1144,1,0.3594,1,1,1,1,1,1,0.164,0.3594,0.138,1,0.6133,1,1,1,0.0453,0.6133,0.1168,1,1,1,1,1,0.109856688,0.525692761,0.150333703,1,1,1,1,1,0.206480548,0.31754446,0.140880883,1,1,1,1,1,0.076125711,0.655412436,0.399830836,0.39983076,0.399822695,1,1,1
-344,1,0.515,1,1,1,1,1,1,1,1,0.0674,0.515,0.2496,1,0.3593,1,1,1,1,1,1,0.0309,0.3593,0.2598,1,0.6133,1,1,1,0.0091,0.6133,0.2575,1,1,1,1,1,0.020254515,0.707271993,0.119932413,1,1,1,1,1,0.052579988,0.485493958,0.044088483,1,1,1,1,1,0.006525885,0.772856474,0.434630256,0.434736619,0.434840426,1,1,1
-345,1,0.5145,1,1,1,1,1,1,1,1,0.0287,0.5145,0.4063,1,0.3591,1,1,1,1,1,1,0,0.3591,0.4016,1,0.6133,1,1,1,0.0063,0.6133,0.416,1,1,1,1,1,0.006522118,0.818332374,0.115701422,1,1,1,1,1,0.002567487,0.668443859,0.057944506,1,1,1,1,1,0.002153539,0.882645607,0.478250363,0.478316057,0.478280142,1,1,1
-346,1,0.514,1,1,1,1,1,1,1,1,0.0344,0.514,0.5217,1,0.359,1,1,1,1,1,1,0,0.359,0.5187,1,0.6133,1,1,1,0.0061,0.6133,0.5489,1,1,1,1,1,0.00640721,0.858387113,0.094033748,1,1,1,1,1,0.001303967,0.821421921,0.033942148,1,1,1,1,1,0.001924694,0.91635406,0.516916385,0.516818278,0.516843972,1,1,1
-347,1,0.5135,1,1,1,1,1,1,1,1,0.0279,0.5135,0.6837,1,0.3588,1,1,1,1,1,1,0,0.3588,0.6685,1,0.6133,1,1,1,0.0053,0.6133,0.7417,1,1,1,1,1,0.005469657,0.990906656,0.089679062,1,1,1,1,1,0.002256513,0.980414927,0.069912314,1,1,1,1,1,0.009007787,1,0.541868052,0.541781257,0.542109929,1,1,1
-348,1,0.513,1,1,1,1,1,1,1,1,0.0209,0.513,0.6141,1,0.3586,1,1,1,1,1,1,0,0.3586,0.5887,1,0.6133,1,1,1,0.0099,0.6133,0.6676,1,1,1,1,1,0.005807847,0.866961598,0.052571714,1,1,1,1,1,0.000736253,0.781377852,0.003317539,1,1,1,1,1,0.00634783,0.915979266,0.558724021,0.55870531,0.558953901,1,1,1
-349,1,0.5125,1,1,1,1,1,1,1,1,0.0305,0.5125,0.6254,1,0.3585,1,1,1,1,1,1,0,0.3585,0.5841,1,0.6133,1,1,1,0.0158,0.6133,0.61,1,1,1,1,1,0.009198739,0.88501215,0.048186928,1,1,1,1,1,0.002049996,0.801012933,0,1,1,1,1,1,0.028446689,0.920965672,0.568753021,0.568648191,0.568705674,1,1,1
-350,1,0.5119,1,1,1,1,1,1,1,1,0.0314,0.5119,0.6295,1,0.3583,1,1,1,1,1,1,0,0.3583,0.5947,1,0.6133,1,1,1,0.017,0.6133,0.527,1,1,1,1,1,0.010839716,0.867754877,0.028566901,1,1,1,1,1,0.006953634,0.824292362,0.009132199,1,1,1,1,1,0.045451026,0.90958482,0.570323828,0.570340597,0.570478723,1,1,1
-351,1,0.5114,1,1,1,1,1,1,1,1,0.0375,0.5114,0.5713,1,0.3582,1,1,1,1,1,1,0.0108,0.3582,0.5658,1,0.6133,1,1,1,0.0292,0.6133,0.4364,1,1,1,1,1,0.029926123,0.866189599,0.090105362,1,1,1,1,1,0.019025767,0.844137788,0.069604456,1,1,1,1,1,0.042708278,0.542909801,0.571532141,0.571609901,0.571808511,1,1,1
-352,1,0.5109,1,1,1,1,1,1,1,1,0.0911,0.5109,0.4664,1,0.358,1,1,1,1,1,1,0.0329,0.358,0.4846,1,0.6133,1,1,1,0.015,0.6133,0.4434,1,1,1,1,1,0.054838117,0.855623722,0.175722048,1,1,1,1,1,0.048079811,0.831098139,0.020941624,1,1,1,1,1,0.044498995,0.443953484,0.574552924,0.57457161,0.574468085,1,1,1
-353,1,0.5104,1,1,1,1,1,1,1,1,0.1296,0.5104,0.3225,1,0.3578,1,1,1,1,1,1,0.0352,0.3578,0.357,1,0.6133,1,1,1,0.0328,0.6133,0.29,1,1,1,1,1,0.07538908,0.792096496,0.200383514,1,1,1,1,1,0.06945663,0.765474975,0.040855758,1,1,1,1,1,0.071649931,0.638964295,0.579990334,0.579860377,0.580230497,1,1,1
-354,1,0.5099,1,1,1,1,1,1,1,1,0.1024,0.5099,0.1542,1,0.3577,1,1,1,1,1,1,0.0063,0.3577,0.1974,1,0.6133,1,1,1,0.0373,0.6133,0.1523,1,1,1,1,1,0.08161626,0.6482867,0.156256527,1,1,1,1,1,0.038182136,0.617378116,0.041342147,1,1,1,1,1,0.087772548,0.638399243,0.58240696,0.582398985,0.582446809,1,1,1
-355,1,0.5094,1,1,1,1,1,1,1,1,0.0762,0.5094,0.0734,1,0.3575,1,1,1,1,1,1,0.0553,0.3575,0.0874,1,0.6133,1,1,1,0.0424,0.6133,0.0676,1,1,1,1,1,0.07382483,0.326692373,0.046422366,1,1,1,1,1,0.084147491,0.315512568,0.045055497,1,1,1,1,1,0.085680999,0.305667967,0.573042533,0.573090755,0.573138298,1,1,1
-356,1,0.5089,1,1,1,1,1,1,1,1,0.104,0.5089,0,1,0.3574,1,1,1,1,1,1,0.0847,0.3574,0,1,0.6133,1,1,1,0.0541,0.6133,0,1,1,1,1,1,0.161338687,0,0.067104608,1,1,1,1,1,0.132098615,0,0.146847129,1,1,1,1,1,0.085918419,0,0.562167714,0.562090121,0.562056738,1,1,1
-357,1,0.5084,1,1,1,1,1,1,1,1,0.1042,0.5084,0,1,0.3572,1,1,1,1,1,1,0.1265,0.3572,0,1,0.6133,1,1,1,0.04,0.6133,0,1,1,1,1,1,0.15919514,0,0.039689653,1,1,1,1,1,0.163268238,0,0.123765454,1,1,1,1,1,0.058647409,0,0.57280087,0.572667654,0.573138298,1,1,1
-358,1,0.5079,1,1,1,1,1,1,1,1,0.087,0.5079,0,1,0.3571,1,1,1,1,1,1,0.1107,0.3571,0,1,0.6133,1,1,1,0.0466,0.6133,0,1,1,1,1,1,0.108535186,0,0.065212756,1,1,1,1,1,0.142740086,0,0.338499755,1,1,1,1,1,0.067917563,0,0.561080232,0.561032367,0.561170213,1,1,1
-359,1,0.5074,1,1,1,1,1,1,1,1,0.0581,0.5074,0,1,0.3569,1,1,1,1,1,1,0.1212,0.3569,0,1,0.6133,1,1,1,0.0512,0.6133,0,1,1,1,1,1,0.071472719,0,0.217857033,1,1,1,1,1,0.138909176,0,0.244642153,1,1,1,1,1,0.092894673,0,0.522353794,0.522318595,0.522606383,1,1,1
-360,1,0.5069,1,1,1,1,1,1,1,1,0.0925,0.5069,0,1,0.3567,1,1,1,1,1,1,0.2,0.3567,0,1,0.6133,1,1,1,0.0627,0.6133,0,1,1,1,1,1,0.111822933,0,0.349852622,1,1,1,1,1,0.214631125,0,0.414055526,1,1,1,1,1,0.148355186,0,0.476739971,0.476835202,0.476950355,1,1,1
-361,1,0.5064,1,1,1,1,1,1,1,1,0.0786,0.5064,0,1,0.3566,1,1,1,1,1,1,0.1856,0.3566,0,1,0.6134,1,1,1,0.0398,0.6134,0,1,1,1,1,1,0.110325836,0,0.327212632,1,1,1,1,1,0.184857607,0,0.563972533,1,1,1,1,1,0.099001825,0,0.440188497,0.440236937,0.440159575,1,1,1
-362,1,0.5059,1,1,1,1,1,1,1,1,0.0609,0.5059,0,1,0.3564,1,1,1,1,1,1,0.1325,0.3564,0,1,0.6134,1,1,1,0.0292,0.6134,0,1,1,1,1,1,0.093629137,0,0.378330529,1,1,1,1,1,0.166632116,0,0.674354196,1,1,1,1,1,0.125508308,0,0.416082649,0.416120161,0.416223404,1,1,1
-363,1,0.5054,1,1,1,1,1,1,1,1,0.0554,0.5054,0,1,0.3563,1,1,1,1,1,1,0.1046,0.3563,0,1,0.6134,1,1,1,0.0325,0.6134,0,1,1,1,1,1,0.047552854,0,0.675056875,1,1,1,1,1,0.142442837,0,0.82370317,1,1,1,1,1,0.152086809,0,0.402549541,0.402580918,0.402925532,1,1,1
-364,1,0.5049,1,1,1,1,1,1,1,1,0.0389,0.5049,0,1,0.3561,1,1,1,1,1,1,0.0672,0.3561,0,1,0.6134,1,1,1,0.0299,0.6134,0,1,1,1,1,1,0.035386208,0,0.779412627,1,1,1,1,1,0.093350187,0,1,1,1,1,1,1,0.082653493,0,0.395903818,0.395811297,0.395833333,1,1,1
-365,1,0.5044,1,1,1,1,1,1,1,1,0.0278,0.5044,0,1,0.3559,1,1,1,1,1,1,0.043,0.3559,0,1,0.6134,1,1,1,0.0299,0.6134,0,1,1,1,1,1,0.044179618,0,0.970574141,1,1,1,1,1,0.075678729,0,1,1,1,1,1,1,0.051712863,0,0.396749638,0.39686905,0.396719858,1,1,1
-366,1,0.5039,1,1,1,1,1,1,1,1,0.0018,0.5039,0.0359,1,0.3558,1,1,1,1,1,1,0.046,0.3558,0.0118,1,0.6134,1,1,1,0.0385,0.6134,0.0436,1,1,1,1,1,0.050887093,0.096717402,0.811164498,1,1,1,1,1,0.057695933,0.069058806,1,1,1,1,1,1,0.053232022,0.136604279,0.400495408,0.400676962,0.40070922,1,1,1
-367,1,0.5034,1,1,1,1,1,1,1,1,0.0034,0.5034,0.1068,1,0.3556,1,1,1,1,1,1,0.005,0.3556,0.1206,1,0.6134,1,1,1,0.0259,0.6134,0.1378,1,1,1,1,1,0.011802151,0.445279241,0.798115969,1,1,1,1,1,0.012516349,0.452267677,0.873755574,1,1,1,1,1,0.056437861,0.427904367,0.418861769,0.418870319,0.418882979,1,1,1
-368,1,0.5029,1,1,1,1,1,1,1,1,0.0048,0.5029,0.2425,1,0.3555,1,1,1,1,1,1,0,0.3555,0.2677,1,0.6134,1,1,1,0.0286,0.6134,0.248,1,1,1,1,1,0.010198699,0.683956683,0.860122562,1,1,1,1,1,0,0.708063066,0.443921745,1,1,1,1,1,0.056191221,0.709809661,0.456440309,0.456526338,0.456560284,1,1,1
-369,1,0.5023,1,1,1,1,1,1,1,1,0.0012,0.5023,0.3923,1,0.3553,1,1,1,1,1,1,0,0.3553,0.4168,1,0.6134,1,1,1,0.0205,0.6134,0.3691,1,1,1,1,1,0.002185003,0.78157872,0.587973356,1,1,1,1,1,4.14E-06,0.817111433,0.803598762,1,1,1,1,1,0.017246964,0.820502579,0.507068632,0.507086947,0.507092199,1,1,1
-370,1,0.5018,1,1,1,1,1,1,1,1,0.0087,0.5018,0.5074,1,0.3552,1,1,1,1,1,1,0,0.3552,0.5283,1,0.6134,1,1,1,0.0351,0.6134,0.4759,1,1,1,1,1,0.003054135,0.843060255,0.593473434,1,1,1,1,1,0,0.858579099,0.628719926,1,1,1,1,1,0.012483159,0.880974174,0.549117931,0.54918553,0.549202128,1,1,1
-371,1,0.5013,1,1,1,1,1,1,1,1,0.0083,0.5013,0.6026,1,0.355,1,1,1,1,1,1,0,0.355,0.6076,1,0.6134,1,1,1,0.0482,0.6134,0.47,1,1,1,1,1,0.001627549,0.880451083,0.41860193,1,1,1,1,1,0.000109725,0.877711237,0.17581363,1,1,1,1,1,0.018060023,0.881064296,0.581138231,0.581129681,0.581117021,1,1,1
-372,1,0.5008,1,1,1,1,1,1,1,1,0.0145,0.5008,0.6293,1,0.3548,1,1,1,1,1,1,0,0.3548,0.6221,1,0.6134,1,1,1,0.0367,0.6134,0.521,1,1,1,1,1,0.002265822,0.880549073,0.187907904,1,1,1,1,1,0.002390011,0.876857698,0.130292937,1,1,1,1,1,0.002811063,0.880626679,0.605062832,0.605034906,0.605496454,1,1,1
-373,1,0.5003,1,1,1,1,1,1,1,1,0.0189,0.5003,0.6032,1,0.3547,1,1,1,1,1,1,0,0.3547,0.5993,1,0.6134,1,1,1,0.0405,0.6134,0.5412,1,1,1,1,1,0.004129499,0.82160759,0.064052969,1,1,1,1,1,0.002647798,0.859360158,0.097917542,1,1,1,1,1,0.005518335,0.911264956,0.622160464,0.62217051,0.622340426,1,1,1
-374,1,0.4998,1,1,1,1,1,1,1,1,0.0219,0.4998,0.5956,1,0.3545,1,1,1,1,1,1,0,0.3545,0.5694,1,0.6134,1,1,1,0.0526,0.6134,0.4555,1,1,1,1,1,0.007144081,0.804832161,0.088177927,1,1,1,1,1,0.004862648,0.765307427,0.012381938,1,1,1,1,1,0.051187784,0.865523696,0.628383277,0.62851703,0.628546099,1,1,1
-375,1,0.4993,1,1,1,1,1,1,1,1,0.0499,0.4993,0.5497,1,0.3544,1,1,1,1,1,1,0,0.3544,0.5184,1,0.6134,1,1,1,0.1268,0.6134,0.4178,1,1,1,1,1,0.020478513,0.803928673,0.069377817,1,1,1,1,1,0.013637004,0.728534877,0.009062566,1,1,1,1,1,0.125595883,0.733185232,0.632612373,0.632748043,0.632978723,1,1,1
-376,1,0.4988,1,1,1,1,1,1,1,1,0.077,0.4988,0.4475,1,0.3542,1,1,1,1,1,1,0,0.3542,0.4624,1,0.6134,1,1,1,0.2036,0.6134,0.3587,1,1,1,1,1,0.078456752,0.806182385,0.043587331,1,1,1,1,1,0.040330511,0.784437716,0.061906025,1,1,1,1,1,0.230736941,0.637027204,0.63738521,0.637613709,0.637411348,1,1,1
-377,1,0.4983,1,1,1,1,1,1,1,1,0.0979,0.4983,0.3146,1,0.354,1,1,1,1,1,1,0,0.354,0.3444,1,0.6134,1,1,1,0.1319,0.6134,0.2848,1,1,1,1,1,0.145345926,0.754471779,0.033999901,1,1,1,1,1,0.068920702,0.731807947,0.021825396,1,1,1,1,1,0.1605739,0.685909629,0.646145481,0.646287286,0.646276596,1,1,1
-378,1,0.4978,1,1,1,1,1,1,1,1,0.1186,0.4978,0.1529,1,0.3539,1,1,1,1,1,1,0.1888,0.3539,0.1995,1,0.6134,1,1,1,0.1342,0.6134,0.134,1,1,1,1,1,0.250567436,0.6176669,0.015773797,1,1,1,1,1,0.280011445,0.514961958,0,1,1,1,1,1,0.161806598,0.586301327,0.652549541,0.652633806,0.65248227,1,1,1
-379,1,0.4973,1,1,1,1,1,1,1,1,0.1807,0.4973,0.0686,1,0.3537,1,1,1,1,1,1,0.2795,0.3537,0.0905,1,0.6134,1,1,1,0.1234,0.6134,0.0714,1,1,1,1,1,0.293726653,0.340904981,0.018532129,1,1,1,1,1,0.338294953,0.294265181,0,1,1,1,1,1,0.174860343,0.342638254,0.64517883,0.645229533,0.645390071,1,1,1
-380,1,0.4968,1,1,1,1,1,1,1,1,0.0655,0.4968,0,1,0.3536,1,1,1,1,1,1,0.0233,0.3536,0,1,0.6134,1,1,1,0.176,0.6134,0,1,1,1,1,1,0.129458889,0,0.00505148,1,1,1,1,1,0.041073062,0,0,1,1,1,1,1,0.268521637,0.0000196,0.637143548,0.637190607,0.637411348,1,1,1
-381,1,0.4963,1,1,1,1,1,1,1,1,0.0918,0.4963,0,1,0.3534,1,1,1,1,1,1,0.1062,0.3534,0,1,0.6134,1,1,1,0.1566,0.6134,0,1,1,1,1,1,0.165676624,0,0.010476673,1,1,1,1,1,0.148222417,0,0.053382203,1,1,1,1,1,0.233442634,0,0.645843403,0.645864185,0.645833333,1,1,1
-382,1,0.4958,1,1,1,1,1,1,1,1,0.0698,0.4958,0,1,0.3533,1,1,1,1,1,1,0.222,0.3533,0,1,0.6134,1,1,1,0.1314,0.6134,0,1,1,1,1,1,0.198202223,0,0.014508187,1,1,1,1,1,0.238910809,0,0.098121733,1,1,1,1,1,0.265107542,0,0.617025133,0.617093294,0.617021277,1,1,1
-383,1,0.4953,1,1,1,1,1,1,1,1,0.0486,0.4953,0,1,0.3531,1,1,1,1,1,1,0.175,0.3531,0,1,0.6134,1,1,1,0.1383,0.6134,0,1,1,1,1,1,0.161508367,0,0.045076083,1,1,1,1,1,0.196971089,0,0.138786927,1,1,1,1,1,0.306821913,0,0.554253262,0.554262746,0.554521277,1,1,1
-384,1,0.4948,1,1,1,1,1,1,1,1,0.0422,0.4948,0,1,0.3529,1,1,1,1,1,1,0.1053,0.3529,0,1,0.6135,1,1,1,0.1693,0.6135,0,1,1,1,1,1,0.127100974,0,0.161075637,1,1,1,1,1,0.140977368,0,0.392001361,1,1,1,1,1,0.321119994,0,0.494139681,0.494182357,0.494237589,1,1,1
-385,1,0.1649,1,1,1,1,1,1,1,1,0.0966,0.1649,0,1,0.215,1,1,1,1,1,1,0.0302,0.215,0,1,0.5349,1,1,1,0.0151,0.5349,0,1,1,1,1,1,0.023907624,0,0.417306423,1,1,1,1,1,0.034292813,0,1,1,1,1,1,1,0.020571349,0,0.59618173,0.596149778,0.596187943,1,1,1
-386,1,0.1649,1,1,1,1,1,1,1,1,0.1738,0.1649,0,1,0.215,1,1,1,1,1,1,0.0737,0.215,0,1,0.5349,1,1,1,0.0282,0.5349,0,1,1,1,1,1,0.068487756,0,0.915883303,1,1,1,1,1,0.079222478,0,0.99107337,1,1,1,1,1,0.025771072,0,0.567544708,0.567590438,0.567375887,1,1,1
-387,1,0.1649,1,1,1,1,1,1,1,1,0.1676,0.1649,0,1,0.215,1,1,1,1,1,1,0.1417,0.215,0,1,0.5349,1,1,1,0.0371,0.5349,0,1,1,1,1,1,0.080683127,0,0.804368138,1,1,1,1,1,0.145942792,0,0.662275672,1,1,1,1,1,0.027744928,0,0.549238763,0.54918553,0.549202128,1,1,1
-388,1,0.1649,1,1,1,1,1,1,1,1,0.0604,0.1649,0,1,0.215,1,1,1,1,1,1,0.2023,0.215,0,1,0.5349,1,1,1,0.0232,0.5349,0,1,1,1,1,1,0.085766658,0,0.669743061,1,1,1,1,1,0.214158848,0,0.993282795,1,1,1,1,1,0.03124867,0,0.539632673,0.53966575,0.539893617,1,1,1
-389,1,0.1649,1,1,1,1,1,1,1,1,0.0876,0.1649,0,1,0.215,1,1,1,1,1,1,0.2069,0.215,0,1,0.5349,1,1,1,0.0179,0.5349,0,1,1,1,1,1,0.109562613,0,0.857402027,1,1,1,1,1,0.223272532,0,0.995654464,1,1,1,1,1,0.023975259,0,0.543318028,0.543473662,0.543439716,1,1,1
-390,1,0.1649,1,1,1,1,1,1,1,1,0.0716,0.1649,0.0316,1,0.215,1,1,1,1,1,1,0.201,0.215,0.0168,1,0.5349,1,1,1,0.0059,0.5349,0,1,1,1,1,1,0.104910389,0.048925817,0.622618437,1,1,1,1,1,0.21813342,0.028234283,0.676141143,1,1,1,1,1,0.014987183,0.005167271,0.568088449,0.568013539,0.568262411,1,1,1
-391,1,0.1649,1,1,1,1,1,1,1,1,0.0503,0.1649,0.0805,1,0.215,1,1,1,1,1,1,0.0923,0.215,0.1067,1,0.5349,1,1,1,0.0101,0.5349,0.086,1,1,1,1,1,0.044781681,0.382301807,0.735658586,1,1,1,1,1,0.081565261,0.424099892,0.372645557,1,1,1,1,1,0.038940638,0.238480106,0.627537458,0.627670827,0.627659575,1,1,1
-392,1,0.1649,1,1,1,1,1,1,1,1,0.1238,0.1649,0.2149,1,0.215,1,1,1,1,1,1,0.131,0.215,0.2393,1,0.5349,1,1,1,0.004,0.5349,0.2077,1,1,1,1,1,0.098245755,0.654169679,0.725578904,1,1,1,1,1,0.137218773,0.562330484,0.44511205,1,1,1,1,1,0.011610627,0.511969805,0.706319478,0.706367675,0.706560284,1,1,1
-393,1,0.1649,1,1,1,1,1,1,1,1,0.0824,0.1649,0.3659,1,0.215,1,1,1,1,1,1,0.1469,0.215,0.3837,1,0.5349,1,1,1,0.0017,0.5349,0.3529,1,1,1,1,1,0.071114846,0.757350922,0.579348803,1,1,1,1,1,0.114812493,0.752826154,0.30573538,1,1,1,1,1,0.009155178,0.727080345,0.767520541,0.767717368,0.767730497,1,1,1
-394,1,0.1649,1,1,1,1,1,1,1,1,0.0601,0.1649,0.4898,1,0.215,1,1,1,1,1,1,0.115,0.215,0.4951,1,0.5349,1,1,1,0.0039,0.5349,0.4723,1,1,1,1,1,0.032162994,0.805259585,0.530722499,1,1,1,1,1,0.09734036,0.810123205,0.275747657,1,1,1,1,1,0.007694993,0.788729906,0.816698888,0.816797123,0.816932624,1,1,1
-395,1,0.1649,1,1,1,1,1,1,1,1,0.1055,0.1649,0.5831,1,0.215,1,1,1,1,1,1,0.1406,0.215,0.5785,1,0.5349,1,1,1,0.0134,0.5349,0.5436,1,1,1,1,1,0.091004223,0.82989347,0.433776796,1,1,1,1,1,0.143119335,0.837365151,0.264700264,1,1,1,1,1,0.025805254,0.830189049,0.859956501,0.859953459,0.86037234,1,1,1
-396,1,0.1649,1,1,1,1,1,1,1,1,0.0853,0.1649,0.6085,1,0.215,1,1,1,1,1,1,0.2261,0.215,0.6126,1,0.5349,1,1,1,0.0451,0.5349,0.5843,1,1,1,1,1,0.092592314,0.849625409,0.373571277,1,1,1,1,1,0.198024914,0.863726378,0.238614678,1,1,1,1,1,0.089819893,0.84804672,0.894755921,0.894647768,0.894946809,1,1,1
-397,1,0.1649,1,1,1,1,1,1,1,1,0.1433,0.1649,0.5999,1,0.215,1,1,1,1,1,1,0.1885,0.215,0.6174,1,0.5349,1,1,1,0.0418,0.5349,0.5893,1,1,1,1,1,0.173794836,0.837577999,0.433625162,1,1,1,1,1,0.168830335,0.871693909,0.227770433,1,1,1,1,1,0.055512808,0.841647446,0.921640889,0.921726253,0.921985816,1,1,1
-398,1,0.1649,1,1,1,1,1,1,1,1,0.1712,0.1649,0.5772,1,0.215,1,1,1,1,1,1,0.1281,0.215,0.6044,1,0.5349,1,1,1,0.129,0.5349,0.5534,1,1,1,1,1,0.132632583,0.814279378,0.79791081,1,1,1,1,1,0.134183258,0.845688641,0.409148991,1,1,1,1,1,0.191790685,0.798665047,0.944719671,0.944785276,0.945035461,1,1,1
-399,1,0.1649,1,1,1,1,1,1,1,1,0.1848,0.1649,0.5188,1,0.215,1,1,1,1,1,1,0.1351,0.215,0.5663,1,0.5349,1,1,1,0.0866,0.5349,0.5003,1,1,1,1,1,0.152588874,0.773287952,1,1,1,1,1,1,0.130121231,0.795576215,0.439282239,1,1,1,1,1,0.096225865,0.698141456,0.94961334,0.949650941,0.949911348,1,1,1
-400,1,0.1649,1,1,1,1,1,1,1,1,0.1469,0.1649,0.4201,1,0.215,1,1,1,1,1,1,0.1776,0.215,0.4586,1,0.5349,1,1,1,0.0651,0.5349,0.4107,1,1,1,1,1,0.137453303,0.696662486,1,1,1,1,1,1,0.176341489,0.707151115,0.486715198,1,1,1,1,1,0.051740754,0.596123815,0.951486225,0.951554897,0.951684397,1,1,1
-401,1,0.1649,1,1,1,1,1,1,1,1,0.1033,0.1649,0.3017,1,0.215,1,1,1,1,1,1,0.1491,0.215,0.3374,1,0.5349,1,1,1,0.0463,0.5349,0.2813,1,1,1,1,1,0.096672967,0.611576557,1,1,1,1,1,1,0.148207724,0.601497173,0.705397964,1,1,1,1,1,0.054552019,0.579768598,0.949734171,0.949650941,0.949911348,1,1,1
-402,1,0.1649,1,1,1,1,1,1,1,1,0.218,0.1649,0.1691,1,0.215,1,1,1,1,1,1,0.267,0.215,0.2068,1,0.5349,1,1,1,0.0428,0.5349,0.1628,1,1,1,1,1,0.246728316,0.466124952,1,1,1,1,1,1,0.235715553,0.509555697,0.762290359,1,1,1,1,1,0.041651979,0.466523498,0.942665539,0.942669769,0.943262411,1,1,1
-403,1,0.1649,1,1,1,1,1,1,1,1,0.0872,0.1649,0.0705,1,0.215,1,1,1,1,1,1,0.0681,0.215,0.0937,1,0.5349,1,1,1,0.0372,0.5349,0.0507,1,1,1,1,1,0.117695704,0.194905758,1,1,1,1,1,1,0.059019528,0.3035146,0.570949793,1,1,1,1,1,0.034362815,0.137939692,0.920734654,0.9206685,0.921099291,1,1,1
-404,1,0.1649,1,1,1,1,1,1,1,1,0.0529,0.1649,0,1,0.215,1,1,1,1,1,1,0.0314,0.215,0,1,0.5349,1,1,1,0.0362,0.5349,0,1,1,1,1,1,0.100484103,0,1,1,1,1,1,1,0.037133232,0,0.491913617,1,1,1,1,1,0.057075974,0,0.891795553,0.89189761,0.892287234,1,1,1
-405,1,0.1649,1,1,1,1,1,1,1,1,0.0325,0.1649,0,1,0.215,1,1,1,1,1,1,0.0175,0.215,0,1,0.5349,1,1,1,0.0411,0.5349,0,1,1,1,1,1,0.059404828,0,0.998141885,1,1,1,1,1,0.026813105,0,0.682712853,1,1,1,1,1,0.099441372,0,0.880497825,0.880685424,0.880762411,1,1,1
-406,1,0.1649,1,1,1,1,1,1,1,1,0.0519,0.1649,0,1,0.215,1,1,1,1,1,1,0.0503,0.215,0,1,0.5349,1,1,1,0.0617,0.5349,0,1,1,1,1,1,0.107082434,0,0.723340154,1,1,1,1,1,0.06148164,0,0.634384334,1,1,1,1,1,0.148364067,0,0.845517158,0.845568014,0.845744681,1,1,1
-407,1,0.1649,1,1,1,1,1,1,1,1,0.0295,0.1649,0,1,0.215,1,1,1,1,1,1,0.0333,0.215,0,1,0.5349,1,1,1,0.0466,0.5349,0,1,1,1,1,1,0.067474082,0,0.636288285,1,1,1,1,1,0.048424825,0,0.577560782,1,1,1,1,1,0.103087641,0,0.764741421,0.764755659,0.765070922,1,1,1
-408,1,0.1649,1,1,1,1,1,1,1,1,0.0343,0.1649,0,1,0.215,1,1,1,1,1,1,0.1177,0.215,0,1,0.5349,1,1,1,0.0177,0.5349,0,1,1,1,1,1,0.076981142,0,0.689040303,1,1,1,1,1,0.100923747,0,1,1,1,1,1,1,0.047065575,0,0.684871919,0.684789507,0.685283688,1,1,1
-409,1,0.1649,1,1,1,1,1,1,1,1,0.04,0.1649,0,1,0.215,1,1,1,1,1,1,0.1587,0.215,0,1,0.5349,1,1,1,0.0209,0.5349,0,1,1,1,1,1,0.088664487,0,0.95889777,1,1,1,1,1,0.190048918,0,1,1,1,1,1,1,0.038112242,0,0.628262446,0.628305479,0.628546099,1,1,1
-410,1,0.1649,1,1,1,1,1,1,1,1,0.102,0.1649,0,1,0.215,1,1,1,1,1,1,0.2127,0.215,0,1,0.5349,1,1,1,0.0415,0.5349,0,1,1,1,1,1,0.196175486,0,0.973448098,1,1,1,1,1,0.253231585,0,1,1,1,1,1,1,0.042202726,0,0.59159014,0.591707214,0.591755319,1,1,1
-411,1,0.1649,1,1,1,1,1,1,1,1,0.1432,0.1649,0,1,0.215,1,1,1,1,1,1,0.2058,0.215,0,1,0.5349,1,1,1,0.0451,0.5349,0,1,1,1,1,1,0.255708128,0,0.82672441,1,1,1,1,1,0.296434999,0,0.279786944,1,1,1,1,1,0.042854957,0,0.567846786,0.567801989,0.567819149,1,1,1
-412,1,0.1649,1,1,1,1,1,1,1,1,0.1592,0.1649,0,1,0.215,1,1,1,1,1,1,0.1181,0.215,0,1,0.5349,1,1,1,0.0462,0.5349,0,1,1,1,1,1,0.142633662,0,0.596264303,1,1,1,1,1,0.179559961,0,0.178385884,1,1,1,1,1,0.059922714,0,0.553044949,0.552993442,0.553191489,1,1,1
-413,1,0.1649,1,1,1,1,1,1,1,1,0.1248,0.1649,0,1,0.215,1,1,1,1,1,1,0.11,0.215,0,1,0.5349,1,1,1,0.053,0.5349,0,1,1,1,1,1,0.161802918,0,0.586191595,1,1,1,1,1,0.127627045,0,0.15827696,1,1,1,1,1,0.076737471,0,0.554374094,0.554474297,0.554521277,1,1,1
-414,1,0.1649,1,1,1,1,1,1,1,1,0.1249,0.1649,0.0259,1,0.215,1,1,1,1,1,1,0.0505,0.215,0.0003,1,0.5349,1,1,1,0.0455,0.5349,0.0083,1,1,1,1,1,0.191856578,0.034566909,0.498638719,1,1,1,1,1,0.061767213,0.001520546,0.067278281,1,1,1,1,1,0.060737375,0.138037294,0.576788304,0.576687117,0.57712766,1,1,1
-415,1,0.1649,1,1,1,1,1,1,1,1,0.088,0.1649,0.096,1,0.215,1,1,1,1,1,1,0.0136,0.215,0.0996,1,0.5349,1,1,1,0.0247,0.5349,0.0608,1,1,1,1,1,0.145739317,0.34051609,0.377310753,1,1,1,1,1,0.021560257,0.306335449,0.000539267,1,1,1,1,1,0.037652876,0.473481745,0.639076849,0.639094563,0.639184397,1,1,1
-416,1,0.1649,1,1,1,1,1,1,1,1,0.0553,0.1649,0.2133,1,0.215,1,1,1,1,1,1,0.0031,0.215,0.2184,1,0.5349,1,1,1,0.0244,0.5349,0.0906,1,1,1,1,1,0.063441776,0.547159135,0.388509452,1,1,1,1,1,0.00647525,0.54831779,0.000329843,1,1,1,1,1,0.050226711,0.462442458,0.719973417,0.719906918,0.720301418,1,1,1
-417,1,0.1649,1,1,1,1,1,1,1,1,0.0608,0.1649,0.3624,1,0.215,1,1,1,1,1,1,0.0035,0.215,0.3801,1,0.5349,1,1,1,0.0266,0.5349,0.157,1,1,1,1,1,0.107709236,0.747829616,0.260568708,1,1,1,1,1,0.003027687,0.758825243,0.023841623,1,1,1,1,1,0.04504494,0.412879914,0.784859836,0.784852972,0.785017731,1,1,1
-418,1,0.1649,1,1,1,1,1,1,1,1,0.0483,0.1649,0.4795,1,0.215,1,1,1,1,1,1,0.0187,0.215,0.497,1,0.5349,1,1,1,0.0347,0.5349,0.3141,1,1,1,1,1,0.077111453,0.776483536,0.065477707,1,1,1,1,1,0.016431429,0.81982255,0.04393246,1,1,1,1,1,0.124877751,0.471285522,0.842194297,0.842183203,0.842198582,1,1,1
-419,1,0.1649,1,1,1,1,1,1,1,1,0.0521,0.1649,0.5633,1,0.215,1,1,1,1,1,1,0.0611,0.215,0.566,1,0.5349,1,1,1,0.0441,0.5349,0.3079,1,1,1,1,1,0.041601107,0.7407341,0.070179462,1,1,1,1,1,0.04828972,0.813200533,0.017215969,1,1,1,1,1,0.188969538,0.488849372,0.891855969,0.89189761,0.892287234,1,1,1
-420,1,0.1649,1,1,1,1,1,1,1,1,0.1347,0.1649,0.5708,1,0.215,1,1,1,1,1,1,0.1496,0.215,0.5632,1,0.5349,1,1,1,0.0817,0.5349,0.4452,1,1,1,1,1,0.034508858,0.721973896,0.095890448,1,1,1,1,1,0.122549281,0.76173687,0.032446075,1,1,1,1,1,0.224277183,0.530159354,0.925869986,0.925957267,0.92641844,1,1,1
-421,1,0.1649,1,1,1,1,1,1,1,1,0.3076,0.1649,0.534,1,0.215,1,1,1,1,1,1,0.199,0.215,0.5305,1,0.5349,1,1,1,0.0563,0.5349,0.4428,1,1,1,1,1,0.153099567,0.781870365,0.205791622,1,1,1,1,1,0.199565381,0.770466328,0.120509699,1,1,1,1,1,0.177167088,0.664518833,0.949311262,0.949439391,0.949468085,1,1,1
-422,1,0.1649,1,1,1,1,1,1,1,1,0.3513,0.1649,0.5641,1,0.215,1,1,1,1,1,1,0.2721,0.215,0.5783,1,0.5349,1,1,1,0.0923,0.5349,0.4834,1,1,1,1,1,0.191757113,0.821734905,0.377977192,1,1,1,1,1,0.273406863,0.844895959,0.295387983,1,1,1,1,1,0.146371976,0.715889216,0.970517158,0.970594457,0.970744681,1,1,1
-423,1,0.1649,1,1,1,1,1,1,1,1,0.5379,0.1649,0.5537,1,0.215,1,1,1,1,1,1,0.2836,0.215,0.5735,1,0.5349,1,1,1,0.0596,0.5349,0.4119,1,1,1,1,1,0.377724767,0.827906728,0.513582945,1,1,1,1,1,0.281844467,0.849149346,0.440620959,1,1,1,1,1,0.133162469,0.748334169,0.983929435,0.983922149,0.984042553,1,1,1
-424,1,0.1649,1,1,1,1,1,1,1,1,0.5602,0.1649,0.457,1,0.215,1,1,1,1,1,1,0.2746,0.215,0.4853,1,0.5349,1,1,1,0.054,0.5349,0.3376,1,1,1,1,1,0.354122341,0.795335829,0.714232802,1,1,1,1,1,0.308719426,0.822357357,0.799556851,1,1,1,1,1,0.152271077,0.724883318,0.99401885,0.994076581,0.994237589,1,1,1
-425,1,0.1649,1,1,1,1,1,1,1,1,0.573,0.1649,0.3439,1,0.215,1,1,1,1,1,1,0.2808,0.215,0.4051,1,0.5349,1,1,1,0.0413,0.5349,0.1446,1,1,1,1,1,0.322912455,0.916427732,0.975401282,1,1,1,1,1,0.337165982,0.947162032,1,1,1,1,1,1,0.119346462,0.805045307,1,1,1,1,1,1
-426,1,0.1649,1,1,1,1,1,1,1,1,0.5305,0.1649,0.1642,1,0.215,1,1,1,1,1,1,0.2359,0.215,0.2135,1,0.5349,1,1,1,0.0691,0.5349,0.0666,1,1,1,1,1,0.23743692,0.592885971,1,1,1,1,1,1,0.277880848,0.630017042,1,1,1,1,1,1,0.124509253,0.148911506,0.991723055,0.991749524,0.992021277,1,1,1
-427,1,0.1649,1,1,1,1,1,1,1,1,0.4565,0.1649,0.0638,1,0.215,1,1,1,1,1,1,0.1028,0.215,0.0909,1,0.5349,1,1,1,0.0799,0.5349,0.0064,1,1,1,1,1,0.273301721,0.291396022,1,1,1,1,1,1,0.126930207,0.36169523,1,1,1,1,1,1,0.183063909,0.001705564,0.968946351,0.968902052,0.969414894,1,1,1
-428,1,0.1649,1,1,1,1,1,1,1,1,0.3317,0.1649,0,1,0.215,1,1,1,1,1,1,0.0481,0.215,0,1,0.5349,1,1,1,0.0853,0.5349,0,1,1,1,1,1,0.196990103,0,1,1,1,1,1,1,0.092703208,0,1,1,1,1,1,1,0.188168913,0,0.939221846,0.939284959,0.93927305,1,1,1
-429,1,0.1649,1,1,1,1,1,1,1,1,0.2588,0.1649,0,1,0.215,1,1,1,1,1,1,0.1203,0.215,0,1,0.5349,1,1,1,0.1128,0.5349,0,1,1,1,1,1,0.243232921,0,1,1,1,1,1,1,0.192564219,0,1,1,1,1,1,1,0.278062165,0,0.92218463,0.922360905,0.922429078,1,1,1
-430,1,0.1649,1,1,1,1,1,1,1,1,0.3635,0.1649,0,1,0.215,1,1,1,1,1,1,0.1436,0.215,0,1,0.5349,1,1,1,0.136,0.5349,0,1,1,1,1,1,0.398288399,0,1,1,1,1,1,1,0.21815072,0,1,1,1,1,1,1,0.305683553,0,0.888533108,0.88872435,0.888741135,1,1,1
-431,1,0.1649,1,1,1,1,1,1,1,1,0.358,0.1649,0,1,0.215,1,1,1,1,1,1,0.1599,0.215,0,1,0.5349,1,1,1,0.2111,0.5349,0,1,1,1,1,1,0.299076855,0,1,1,1,1,1,1,0.2167622,0,1,1,1,1,1,1,0.479759544,0,0.812409377,0.812354559,0.8125,1,1,1
-432,1,0.1649,1,1,1,1,1,1,1,1,0.5364,0.1649,0,1,0.215,1,1,1,1,1,1,0.2532,0.215,0,1,0.5349,1,1,1,0.1774,0.5349,0,1,1,1,1,1,0.428693622,0,1,1,1,1,1,1,0.351906925,0,1,1,1,1,1,1,0.506558478,0,0.736768971,0.736830971,0.736702128,1,1,1
-433,1,0.1649,1,1,1,1,1,1,1,1,0.5554,0.1649,0,1,0.215,1,1,1,1,1,1,0.285,0.215,0,1,0.5349,1,1,1,0.1791,0.5349,0,1,1,1,1,1,0.446920902,0,1,1,1,1,1,1,0.369857788,0,1,1,1,1,1,1,0.434830606,0,0.68360319,0.683731754,0.683510638,1,1,1
-434,1,0.1649,1,1,1,1,1,1,1,1,0.6115,0.1649,0,1,0.215,1,1,1,1,1,1,0.2766,0.215,0,1,0.5349,1,1,1,0.2365,0.5349,0,1,1,1,1,1,0.520143688,0,1,1,1,1,1,1,0.392075658,0,1,1,1,1,1,1,0.462207615,0,0.650555824,0.65072985,0.65070922,1,1,1
-435,1,0.1649,1,1,1,1,1,1,1,1,0.5166,0.1649,0,1,0.215,1,1,1,1,1,1,0.2303,0.215,0,1,0.5349,1,1,1,0.265,0.5349,0,1,1,1,1,1,0.462805867,0,1,1,1,1,1,1,0.345716238,0,1,1,1,1,1,1,0.454005748,0,0.629712422,0.629786334,0.629875887,1,1,1
-436,1,0.1649,1,1,1,1,1,1,1,1,0.2835,0.1649,0,1,0.215,1,1,1,1,1,1,0.1009,0.215,0,1,0.5349,1,1,1,0.2695,0.5349,0,1,1,1,1,1,0.200760424,0,1,1,1,1,1,1,0.15580602,0,1,1,1,1,1,1,0.439529955,0,0.617085549,0.617093294,0.617464539,1,1,1
-437,1,0.1649,1,1,1,1,1,1,1,1,0.2476,0.1649,0,1,0.215,1,1,1,1,1,1,0.0649,0.215,0,1,0.5349,1,1,1,0.2045,0.5349,0,1,1,1,1,1,0.218583316,0,1,1,1,1,1,1,0.107753277,0,1,1,1,1,1,1,0.371108502,0,0.616420976,0.616458642,0.616578014,1,1,1
-438,1,0.1649,1,1,1,1,1,1,1,1,0.1892,0.1649,0.0054,1,0.215,1,1,1,1,1,1,0.0957,0.215,0.0003,1,0.5349,1,1,1,0.1657,0.5349,0.0115,1,1,1,1,1,0.230784699,0.014356065,1,1,1,1,1,1,0.144820839,0.001643444,1,1,1,1,1,1,0.310442865,0.043553945,0.637989367,0.63803681,0.638297872,1,1,1
-439,1,0.1649,1,1,1,1,1,1,1,1,0.1257,0.1649,0.0826,1,0.215,1,1,1,1,1,1,0.0842,0.215,0.1088,1,0.5349,1,1,1,0.1622,0.5349,0.0819,1,1,1,1,1,0.115110144,0.408010691,1,1,1,1,1,1,0.133617148,0.337741107,1,1,1,1,1,1,0.284077495,0.292382002,0.694478009,0.694520838,0.694592199,1,1,1
-440,1,0.1649,1,1,1,1,1,1,1,1,0.0923,0.1649,0.2036,1,0.215,1,1,1,1,1,1,0.0415,0.215,0.2241,1,0.5349,1,1,1,0.0704,0.5349,0.1882,1,1,1,1,1,0.09064839,0.500300586,1,1,1,1,1,1,0.057466157,0.492300063,1,1,1,1,1,1,0.125205591,0.4777928,0.777489125,0.77766025,0.777925532,1,1,1
-441,1,0.1649,1,1,1,1,1,1,1,1,0.0996,0.1649,0.3215,1,0.215,1,1,1,1,1,1,0.0653,0.215,0.3379,1,0.5349,1,1,1,0.0518,0.5349,0.2889,1,1,1,1,1,0.101875342,0.572936118,1,1,1,1,1,1,0.040974785,0.621728003,1,1,1,1,1,1,0.104450181,0.384502202,0.835729821,0.835625132,0.835992908,1,1,1
-442,1,0.1649,1,1,1,1,1,1,1,1,0.029,0.1649,0.4199,1,0.215,1,1,1,1,1,1,0.0273,0.215,0.4303,1,0.5349,1,1,1,0.0807,0.5349,0.4314,1,1,1,1,1,0.037748117,0.643825829,0.982930124,1,1,1,1,1,0.012773825,0.708128691,0.776718855,1,1,1,1,1,0.160246581,0.471451998,0.882672789,0.88258938,0.882978723,1,1,1
-443,1,0.1649,1,1,1,1,1,1,1,1,0.0736,0.1649,0.5034,1,0.215,1,1,1,1,1,1,0.0701,0.215,0.5516,1,0.5349,1,1,1,0.0721,0.5349,0.5286,1,1,1,1,1,0.090113364,0.691235483,0.944338918,1,1,1,1,1,0.058362749,0.803988457,0.69870472,1,1,1,1,1,0.151949063,0.701848865,0.931005317,0.931034483,0.931294326,1,1,1
-444,1,0.1649,1,1,1,1,1,1,1,1,0.0823,0.1649,0.5322,1,0.215,1,1,1,1,1,1,0.0938,0.215,0.5807,1,0.5349,1,1,1,0.0992,0.5349,0.6059,1,1,1,1,1,0.058706414,0.728465676,0.89212358,1,1,1,1,1,0.091590725,0.831256807,0.408814937,1,1,1,1,1,0.221775517,0.788343072,0.967858869,0.967844299,0.968085106,1,1,1
-445,1,0.1649,1,1,1,1,1,1,1,1,0.0944,0.1649,0.5403,1,0.215,1,1,1,1,1,1,0.1569,0.215,0.5564,1,0.5349,1,1,1,0.0835,0.5349,0.5827,1,1,1,1,1,0.104665354,0.751403451,0.815032542,1,1,1,1,1,0.209645316,0.791470885,0.291341901,1,1,1,1,1,0.176887646,0.826405048,0.990998067,0.991114872,0.991578014,1,1,1
-446,1,0.1649,1,1,1,1,1,1,1,1,0.3264,0.1649,0.4716,1,0.215,1,1,1,1,1,1,0.2171,0.215,0.4414,1,0.5349,1,1,1,0.1483,0.5349,0.5847,1,1,1,1,1,0.134735078,0.733063757,0.996589541,1,1,1,1,1,0.28378588,0.524960578,0.436626196,1,1,1,1,1,0.233327001,0.807368279,0.991723055,0.991749524,0.992021277,1,1,1
-447,1,0.1649,1,1,1,1,1,1,1,1,0.3717,0.1649,0.3179,1,0.215,1,1,1,1,1,1,0.6722,0.215,0.2005,1,0.5349,1,1,1,0.2132,0.5349,0.5537,1,1,1,1,1,0.23368378,0.4913477,1,1,1,1,1,1,0.584838092,0.310497671,1,1,1,1,1,1,0.35360831,0.779829025,0.968463026,0.968478951,0.968528369,1,1,1
-448,1,0.1649,1,1,1,1,1,1,1,1,0.3871,0.1649,0.1481,1,0.215,1,1,1,1,1,1,0.1198,0.215,0.201,1,0.5349,1,1,1,0.2665,0.5349,0.4275,1,1,1,1,1,0.193673953,0.276577056,1,1,1,1,1,1,0.138526395,0.359608442,1,1,1,1,1,1,0.321805239,0.748753369,0.923272112,0.923418659,0.923758865,1,1,1
-449,1,0.1649,1,1,1,1,1,1,1,1,0.265,0.1649,0.1209,1,0.215,1,1,1,1,1,1,0,0.215,0.2205,1,0.5349,1,1,1,0.2383,0.5349,0.3,1,1,1,1,1,0.128874421,0.364836365,1,1,1,1,1,1,0.015718777,0.300126106,1,1,1,1,1,1,0.392843694,0.63640517,0.889016433,0.8889359,0.889184397,1,1,1
-450,1,0.1649,1,1,1,1,1,1,1,1,0.1447,0.1649,0.1182,1,0.215,1,1,1,1,1,1,0,0.215,0.1106,1,0.5349,1,1,1,0.2359,0.5349,0.1539,1,1,1,1,1,0.148247615,0.360952109,0.782070756,1,1,1,1,1,0.003871796,0.122339971,0.919652998,1,1,1,1,1,0.395749539,0.481694907,0.874275012,0.874338904,0.874556738,1,1,1
-451,1,0.1649,1,1,1,1,1,1,1,1,0.0631,0.1649,0.0209,1,0.215,1,1,1,1,1,1,0.0081,0.215,0.0083,1,0.5349,1,1,1,0.2236,0.5349,0.0663,1,1,1,1,1,0.134407207,0.105237834,0.525878906,1,1,1,1,1,0.010777082,0.011056531,0.142133504,1,1,1,1,1,0.319491208,0.215907306,0.852042049,0.852126084,0.852393617,1,1,1
-452,1,0.1649,1,1,1,1,1,1,1,1,0.0738,0.1649,0,1,0.215,1,1,1,1,1,1,0.0061,0.215,0,1,0.5349,1,1,1,0.2269,0.5349,0,1,1,1,1,1,0.151918814,0,0.24867934,1,1,1,1,1,0.026775681,0,0.167484552,1,1,1,1,1,0.262148351,0,0.830715321,0.830759467,0.831117021,1,1,1
-453,1,0.1649,1,1,1,1,1,1,1,1,0.108,0.1649,0,1,0.215,1,1,1,1,1,1,0.0388,0.215,0,1,0.5349,1,1,1,0.2488,0.5349,0,1,1,1,1,1,0.219351977,0,0.086771652,1,1,1,1,1,0.062072091,0,0.497421801,1,1,1,1,1,0.302593887,0,0.824371677,0.824624498,0.824911348,1,1,1
-454,1,0.1649,1,1,1,1,1,1,1,1,0.154,0.1649,0,1,0.215,1,1,1,1,1,1,0.0381,0.215,0,1,0.5349,1,1,1,0.3402,0.5349,0,1,1,1,1,1,0.300874442,0,0.376271904,1,1,1,1,1,0.077332281,0,0.109956294,1,1,1,1,1,0.542058647,0,0.79760754,0.797546012,0.79787234,1,1,1
-455,1,0.1649,1,1,1,1,1,1,1,1,0.0907,0.1649,0,1,0.215,1,1,1,1,1,1,0.0832,0.215,0,1,0.5349,1,1,1,0.3945,0.5349,0,1,1,1,1,1,0.170339525,0,0.577430666,1,1,1,1,1,0.142371073,0,0.281535387,1,1,1,1,1,0.614292502,0,0.729942001,0.729849799,0.730053192,1,1,1
-456,1,0.1649,1,1,1,1,1,1,1,1,0.1312,0.1649,0,1,0.215,1,1,1,1,1,1,0.0742,0.215,0,1,0.5349,1,1,1,0.2117,0.5349,0,1,1,1,1,1,0.226485148,0,0.698540628,1,1,1,1,1,0.106692657,0,0.597258151,1,1,1,1,1,0.355144262,0,0.659195263,0.659191877,0.659574468,1,1,1
-457,1,0.1649,1,1,1,1,1,1,1,1,0.2031,0.1649,0,1,0.215,1,1,1,1,1,1,0.0598,0.215,0,1,0.5349,1,1,1,0.161,0.5349,0,1,1,1,1,1,0.203092501,0,1,1,1,1,1,1,0.115914375,0,0.858946085,1,1,1,1,1,0.352015317,0,0.604942001,0.604823355,0.605053192,1,1,1
-458,1,0.1649,1,1,1,1,1,1,1,1,0.0693,0.1649,0,1,0.215,1,1,1,1,1,1,0.0785,0.215,0,1,0.5349,1,1,1,0.1218,0.5349,0,1,1,1,1,1,0.073014692,0,0.553786516,1,1,1,1,1,0.092836194,0,0.573802888,1,1,1,1,1,0.315606326,0,0.565853069,0.565898033,0.566046099,1,1,1
-459,1,0.1649,1,1,1,1,1,1,1,1,0.0595,0.1649,0,1,0.215,1,1,1,1,1,1,0.0612,0.215,0,1,0.5349,1,1,1,0.1712,0.5349,0,1,1,1,1,1,0.048557453,0,0.182125241,1,1,1,1,1,0.061029151,0,0.097973824,1,1,1,1,1,0.356773734,0,0.541082649,0.540935054,0.541223404,1,1,1
-460,1,0.1649,1,1,1,1,1,1,1,1,0.1433,0.1649,0,1,0.215,1,1,1,1,1,1,0.1281,0.215,0,1,0.5349,1,1,1,0.1274,0.5349,0,1,1,1,1,1,0.081252858,0,0.084433675,1,1,1,1,1,0.155295983,0,0.00937932,1,1,1,1,1,0.261457473,0,0.525857902,0.525914957,0.52570922,1,1,1
-461,1,0.1649,1,1,1,1,1,1,1,1,0.1611,0.1649,0,1,0.215,1,1,1,1,1,1,0.1147,0.215,0,1,0.5349,1,1,1,0.1015,0.5349,0,1,1,1,1,1,0.056756094,0,0.155232966,1,1,1,1,1,0.160338864,0,0.056475923,1,1,1,1,1,0.23646307,0,0.525012083,0.524857203,0.525265957,1,1,1
-462,1,0.1649,1,1,1,1,1,1,1,1,0.1142,0.1649,0.0124,1,0.215,1,1,1,1,1,1,0.0704,0.215,0,1,0.5349,1,1,1,0.1133,0.5349,0.1712,1,1,1,1,1,0.039480805,0.034734808,0.344614059,1,1,1,1,1,0.101018563,0,0.220993727,1,1,1,1,1,0.273359031,0.333132505,0.543499275,0.543685213,0.543882979,1,1,1
-463,1,0.1649,1,1,1,1,1,1,1,1,0.0537,0.1649,0.0858,1,0.215,1,1,1,1,1,1,0.0337,0.215,0.0708,1,0.5349,1,1,1,0.0853,0.5349,0.0746,1,1,1,1,1,0.033044539,0.288021117,0.550334752,1,1,1,1,1,0.058161687,0.090551943,0.317995071,1,1,1,1,1,0.163404182,0.64150548,0.588629773,0.588745505,0.588652482,1,1,1
-464,1,0.1649,1,1,1,1,1,1,1,1,0.0204,0.1649,0.1993,1,0.215,1,1,1,1,1,1,0.0069,0.215,0.1866,1,0.5349,1,1,1,0.0704,0.5349,0.2154,1,1,1,1,1,0.010854188,0.448916018,0.546161592,1,1,1,1,1,0.029836489,0.332579553,0.352932483,1,1,1,1,1,0.141204849,0.82897234,0.643426776,0.643537127,0.643617021,1,1,1
-465,1,0.1649,1,1,1,1,1,1,1,1,0.012,0.1649,0.3012,1,0.215,1,1,1,1,1,1,0.0129,0.215,0.3088,1,0.5349,1,1,1,0.0809,0.5349,0.3946,1,1,1,1,1,0.004625168,0.554099262,0.459402621,1,1,1,1,1,0.019468248,0.387813836,0.457070947,1,1,1,1,1,0.147696659,0.880127192,0.675326245,0.675481278,0.675531915,1,1,1
-466,1,0.1649,1,1,1,1,1,1,1,1,0.0131,0.1649,0.4181,1,0.215,1,1,1,1,1,1,0,0.215,0.41,1,0.5349,1,1,1,0.0827,0.5349,0.5318,1,1,1,1,1,0.001710013,0.669843435,0.331966072,1,1,1,1,1,0.002571994,0.513942123,0.341971219,1,1,1,1,1,0.179438919,0.91497761,0.697498792,0.697694098,0.697695036,1,1,1
-467,1,0.1649,1,1,1,1,1,1,1,1,0.0392,0.1649,0.5171,1,0.215,1,1,1,1,1,1,0,0.215,0.4767,1,0.5349,1,1,1,0.0657,0.5349,0.5926,1,1,1,1,1,0.009030138,0.758770585,0.416693121,1,1,1,1,1,0.006532928,0.623589337,0.5023458,1,1,1,1,1,0.093943827,0.908989847,0.719188014,0.719272266,0.719414894,1,1,1
-468,1,0.1649,1,1,1,1,1,1,1,1,0.0337,0.1649,0.5313,1,0.215,1,1,1,1,1,1,0,0.215,0.5248,1,0.5349,1,1,1,0.1638,0.5349,0.5996,1,1,1,1,1,0.013189962,0.790840447,0.331713498,1,1,1,1,1,0.003781874,0.71173346,0.4322474,1,1,1,1,1,0.266508639,0.903005779,0.734171097,0.734292363,0.734485816,1,1,1
-469,1,0.1649,1,1,1,1,1,1,1,1,0.0232,0.1649,0.5773,1,0.215,1,1,1,1,1,1,0.0038,0.215,0.5645,1,0.5349,1,1,1,0.1372,0.5349,0.604,1,1,1,1,1,0.024710197,0.82169652,0.148988813,1,1,1,1,1,0.005695872,0.800025225,0.254680365,1,1,1,1,1,0.177739739,0.881454289,0.743233446,0.743389042,0.743351064,1,1,1
-470,1,0.1649,1,1,1,1,1,1,1,1,0.0262,0.1649,0.5196,1,0.215,1,1,1,1,1,1,0.0344,0.215,0.5172,1,0.5349,1,1,1,0.2062,0.5349,0.5363,1,1,1,1,1,0.046252828,0.744971216,0.400914371,1,1,1,1,1,0.026595816,0.767799616,0.131301835,1,1,1,1,1,0.240302816,0.755365968,0.756343644,0.756293632,0.756648936,1,1,1
-471,1,0.1649,1,1,1,1,1,1,1,1,0.0394,0.1649,0.4946,1,0.215,1,1,1,1,1,1,0.042,0.215,0.5145,1,0.5349,1,1,1,0.293,0.5349,0.4946,1,1,1,1,1,0.048311885,0.759233892,0.346616268,1,1,1,1,1,0.023692181,0.753026187,0.060074352,1,1,1,1,1,0.398055136,0.758140385,0.76099565,0.760947747,0.761524823,1,1,1
-472,1,0.1649,1,1,1,1,1,1,1,1,0.0395,0.1649,0.4443,1,0.215,1,1,1,1,1,1,0.0601,0.215,0.4684,1,0.5349,1,1,1,0.3,0.5349,0.4206,1,1,1,1,1,0.052704442,0.769900858,0.04904097,1,1,1,1,1,0.048752945,0.782815218,0.113629326,1,1,1,1,1,0.276938498,0.67558521,0.766855969,0.766871166,0.767287234,1,1,1
-473,1,0.1649,1,1,1,1,1,1,1,1,0.0734,0.1649,0.3279,1,0.215,1,1,1,1,1,1,0.0188,0.215,0.3687,1,0.5349,1,1,1,0.3075,0.5349,0.3049,1,1,1,1,1,0.071964227,0.745966792,0.101872809,1,1,1,1,1,0.03249548,0.766022027,0.113960475,1,1,1,1,1,0.386607349,0.673641264,0.772897535,0.772794584,0.773049645,1,1,1
-474,1,0.1649,1,1,1,1,1,1,1,1,0.0658,0.1649,0.1745,1,0.215,1,1,1,1,1,1,0.0076,0.215,0.2197,1,0.5349,1,1,1,0.268,0.5349,0.1543,1,1,1,1,1,0.08904288,0.641563058,0.160282776,1,1,1,1,1,0.035651691,0.655197084,0.033726703,1,1,1,1,1,0.300646275,0.584378064,0.770722571,0.770679078,0.770833333,1,1,1
-475,1,0.1649,1,1,1,1,1,1,1,1,0.0757,0.1649,0.071,1,0.215,1,1,1,1,1,1,0,0.215,0.0928,1,0.5349,1,1,1,0.2591,0.5349,0.0691,1,1,1,1,1,0.144742221,0.330304802,0.192567304,1,1,1,1,1,0.005692022,0.279427737,0.062466234,1,1,1,1,1,0.317055255,0.406945348,0.748550024,0.748677808,0.749113475,1,1,1
-476,1,0.1649,1,1,1,1,1,1,1,1,0.0515,0.1649,0.0002,1,0.215,1,1,1,1,1,1,0.0888,0.215,0,1,0.5349,1,1,1,0.1143,0.5349,0.0478,1,1,1,1,1,0.078745119,0,0.225619927,1,1,1,1,1,0.109765127,0,0.179941356,1,1,1,1,1,0.209791765,0,0.721906718,0.721810874,0.722074468,1,1,1
-477,1,0.1649,1,1,1,1,1,1,1,1,0.0704,0.1649,0,1,0.215,1,1,1,1,1,1,0.14,0.215,0,1,0.5349,1,1,1,0.1777,0.5349,0,1,1,1,1,1,0.173726961,0,0.187185794,1,1,1,1,1,0.140384704,0,0.267715991,1,1,1,1,1,0.318446577,0,0.717435959,0.71757986,0.717641844,1,1,1
-478,1,0.1649,1,1,1,1,1,1,1,1,0.0026,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.0053,0.5349,0,1,1,1,1,1,0.001307457,0,0.172808588,1,1,1,1,1,0.000122102,0,0.264530391,1,1,1,1,1,0.007717164,0,0.692544708,0.692616882,0.692819149,1,1,1
-479,1,0.1649,1,1,1,1,1,1,1,1,0.0211,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.1874,0.5349,0,1,1,1,1,1,0.082256749,0,0.071840972,1,1,1,1,1,0.029596476,0,0.12061806,1,1,1,1,1,0.388096631,0,0.632189464,0.632113391,0.632535461,1,1,1
-480,1,0.1649,1,1,1,1,1,1,1,1,0.0279,0.1649,0,1,0.215,1,1,1,1,1,1,0.0349,0.215,0,1,0.5349,1,1,1,0.2378,0.5349,0,1,1,1,1,1,0.074167073,0,0.126893818,1,1,1,1,1,0.048897166,0,0.179285884,1,1,1,1,1,0.479969114,0,0.56863219,0.568648191,0.568705674,1,1,1
\ No newline at end of file
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone/Network.csv b/Example_Systems/RealSystemExample/ISONE_Trizone/Network.csv
deleted file mode 100644
index 7afea3db0f..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone/Network.csv
+++ /dev/null
@@ -1,4 +0,0 @@
-,Network_zones,Network_Lines,Start_Zone,End_Zone,Line_Max_Flow_MW,transmission_path_name,distance_mile,Line_Loss_Percentage,Line_Max_Reinforcement_MW,Line_Reinforcement_Cost_per_MWyr,DerateCapRes_1,CapRes_1,CapRes_Excl_1
-NENGREST,z1,1,1,2,2950,NENGREST_to_NENG_CT,123.0584,0.012305837,2950,12060,0.95,0,0
-NENG_CT,z2,2,1,3,2000,NENGREST_to_NENG_ME,196.5385,0.019653847,2000,19261,0.95,0,0
-NENG_ME,z3,,,,,,,,,,,,
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone/README.md b/Example_Systems/RealSystemExample/ISONE_Trizone/README.md
deleted file mode 100644
index 2b174cb111..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone/README.md
+++ /dev/null
@@ -1,21 +0,0 @@
-# Real System Example: Three Zones
-
-**RealSystemExample/ISONE_Trizone** is more detailed example system approximating the ISO New England region with three zones representing Connecticut, and Maine and rest of ISO New England (MA, VT, NH, RI).
-There are a total of 58 different resources modeled in the system.
-The temporal resolution of the model inputs is specified to be 480 hours or 20 days.
-
-To run the model, first navigate to the example directory at `GenX/Example_Systems/RealSystemExample/ISONE_Trizone`:
-
-`cd("Example_Systems/RealSystemExample/ISONE_Trizone")`
-
-Next, ensure that your settings in `GenX_settings.yml` are correct.
-The default settings use the solver HiGHS (`Solver: highs`).
-Other optional policies include minimum capacity requirements, a capacity reserve margin, and more.
-
-Since these input data are already clustered, time domain reduction must be turned off (`TimeDomainReduction: 0`).
-
-Once the settings are confirmed, run the model with the `Run.jl` script in the example directory:
-
-`include("Run.jl")`
-
-Once the model has completed, results will write to the `Results` directory.
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone/Resources/Flex_demand.csv b/Example_Systems/RealSystemExample/ISONE_Trizone/Resources/Flex_demand.csv
deleted file mode 100644
index 1bd8f77c73..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone/Resources/Flex_demand.csv
+++ /dev/null
@@ -1,4 +0,0 @@
-region,cluster,Resource,Resource_Type,MGA,R_ID,Zone,LDS,Existing_Cap_MW,New_Build,Can_Retire,Cap_Size,Min_Cap_MW,Max_Cap_MW,Inv_Cost_per_MWyr,Fixed_OM_Cost_per_MWyr,Var_OM_Cost_per_MWh,Start_Cost_per_MW,Start_Fuel_MMBTU_per_MW,Heat_Rate_MMBTU_per_MWh,Fuel,Min_Power,Hydro_Energy_to_Power_Ratio,Max_Flexible_Demand_Advance,Max_Flexible_Demand_Delay,Flexible_Demand_Energy_Eff,Ramp_Up_Percentage,Ramp_Dn_Percentage,Reg_Max,Rsv_Max,Reg_Cost,Rsv_Cost
-NENGREST,1,NENGREST_heat_load_shifting_1,heat_load_shifting,1,56,1,0,165.52,0,0,0.0,0,0.0,0,0,0.0,0,0.0,0.0,None,0.0,0.0,0,4,1,0.0,0.0,0.0,0.0,0,0
-NENG_CT,1,NENG_CT_heat_load_shifting_1,heat_load_shifting,1,57,2,0,47.27,0,0,0.0,0,0.0,0,0,0.0,0,0.0,0.0,None,0.0,0.0,0,4,1,0.0,0.0,0.0,0.0,0,0
-NENG_ME,1,NENG_ME_heat_load_shifting_1,heat_load_shifting,1,58,3,0,22.56,0,0,0.0,0,0.0,0,0,0.0,0,0.0,0.0,None,0.0,0.0,0,4,1,0.0,0.0,0.0,0.0,0,0
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone/Resources/Hydro.csv b/Example_Systems/RealSystemExample/ISONE_Trizone/Resources/Hydro.csv
deleted file mode 100644
index 1bdb6f44bb..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone/Resources/Hydro.csv
+++ /dev/null
@@ -1,4 +0,0 @@
-region,cluster,Resource,Resource_Type,MGA,R_ID,Zone,LDS,Existing_Cap_MW,New_Build,Can_Retire,Cap_Size,Min_Cap_MW,Max_Cap_MW,Inv_Cost_per_MWyr,Fixed_OM_Cost_per_MWyr,Var_OM_Cost_per_MWh,Start_Cost_per_MW,Start_Fuel_MMBTU_per_MW,Heat_Rate_MMBTU_per_MWh,Fuel,Min_Power,Hydro_Energy_to_Power_Ratio,Ramp_Up_Percentage,Ramp_Dn_Percentage,Reg_Max,Rsv_Max,Reg_Cost,Rsv_Cost
-NENGREST,1,NENGREST_conventional_hydroelectric_1,conventional_hydroelectric,1,2,1,1,662.983,0,0,11.24,0,0.0,0,46475,0.0,0,0.0,9.12,None,0.117,1.0,0.083,0.083,0.006916667,0.013833333,0,0
-NENG_CT,1,NENG_CT_conventional_hydroelectric_1,conventional_hydroelectric,1,15,2,1,67.7,0,0,13.54,0,0.0,0,46475,0.0,0,0.0,9.12,None,0.18,1.0,0.083,0.083,0.006916667,0.013833333,0,0
-NENG_ME,1,NENG_ME_conventional_hydroelectric_1,conventional_hydroelectric,1,26,3,1,327.81,0,0,7.8,0,0.0,0,46475,0.0,0,0.0,9.12,None,0.402,1.0,0.083,0.083,0.006916667,0.013833333,0,0
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone/Resources/Must_run.csv b/Example_Systems/RealSystemExample/ISONE_Trizone/Resources/Must_run.csv
deleted file mode 100644
index 2b34e7182f..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone/Resources/Must_run.csv
+++ /dev/null
@@ -1,4 +0,0 @@
-region,cluster,Resource,Resource_Type,MGA,R_ID,Zone,LDS,Existing_Cap_MW,New_Build,Can_Retire,Cap_Size,Min_Cap_MW,Max_Cap_MW,Inv_Cost_per_MWyr,Fixed_OM_Cost_per_MWyr,Var_OM_Cost_per_MWh,Start_Cost_per_MW,Start_Fuel_MMBTU_per_MW,Heat_Rate_MMBTU_per_MWh,Fuel,Min_Power,Hydro_Energy_to_Power_Ratio,Ramp_Up_Percentage,Ramp_Dn_Percentage,Reg_Max,Rsv_Max,Reg_Cost,Rsv_Cost
-NENGREST,1,NENGREST_small_hydroelectric_1,small_hydroelectric,1,12,1,0,186.355,0,0,0.79,0,0.0,0,46475,0.0,0,0.0,9.12,None,0.117,1.0,1.0,1.0,0.0,0.0,0,0
-NENG_CT,1,NENG_CT_small_hydroelectric_1,small_hydroelectric,1,23,2,0,18.711,0,0,0.57,0,0.0,0,46475,0.0,0,0.0,9.12,None,0.18,1.0,1.0,1.0,0.0,0.0,0,0
-NENG_ME,1,NENG_ME_small_hydroelectric_1,small_hydroelectric,1,31,3,0,195.266,0,0,1.1,0,0.0,0,46475,0.0,0,0.0,9.12,None,0.192,1.0,1.0,1.0,0.0,0.0,0,0
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone/Resources/Resource_capacity_reserve_margin.csv b/Example_Systems/RealSystemExample/ISONE_Trizone/Resources/Resource_capacity_reserve_margin.csv
deleted file mode 100644
index 786d10a3d1..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone/Resources/Resource_capacity_reserve_margin.csv
+++ /dev/null
@@ -1,62 +0,0 @@
-Resource,Derating_Factor_1
-NENGREST_biomass_1,0.93
-NENGREST_conventional_hydroelectric_1,0.8
-NENGREST_hydroelectric_pumped_storage_1,0.95
-NENGREST_natural_gas_fired_combined_cycle_1,0.93
-NENGREST_natural_gas_fired_combined_cycle_2,0.93
-NENGREST_natural_gas_fired_combustion_turbine_1,0.93
-NENGREST_natural_gas_fired_combustion_turbine_2,0.93
-NENGREST_natural_gas_steam_turbine_1,0.93
-NENGREST_nuclear_1,0.93
-NENGREST_offshore_wind_turbine_1,0.8
-NENGREST_onshore_wind_turbine_1,0.8
-NENGREST_small_hydroelectric_1,0
-NENGREST_solar_photovoltaic_1,0.8
-NENG_CT_biomass_1,0.93
-NENG_CT_conventional_hydroelectric_1,0.8
-NENG_CT_hydroelectric_pumped_storage_1,0.95
-NENG_CT_natural_gas_fired_combined_cycle_1,0.93
-NENG_CT_natural_gas_fired_combined_cycle_2,0.93
-NENG_CT_natural_gas_fired_combustion_turbine_1,0.93
-NENG_CT_natural_gas_fired_combustion_turbine_2,0.93
-NENG_CT_nuclear_1,0.93
-NENG_CT_onshore_wind_turbine_1,0.8
-NENG_CT_small_hydroelectric_1,0
-NENG_CT_solar_photovoltaic_1,0.8
-NENG_ME_biomass_1,0.93
-NENG_ME_conventional_hydroelectric_1,0.8
-NENG_ME_natural_gas_fired_combined_cycle_1,0.93
-NENG_ME_natural_gas_fired_combined_cycle_2,0.93
-NENG_ME_natural_gas_fired_combustion_turbine_1,0.93
-NENG_ME_onshore_wind_turbine_1,0.8
-NENG_ME_small_hydroelectric_1,0
-NENG_ME_solar_photovoltaic_1,0.8
-NENGREST_naturalgas_ccccsavgcf_mid_0,0.93
-NENGREST_naturalgas_ccavgcf_mid_0,0.93
-NENGREST_naturalgas_ctavgcf_mid_0,0.93
-NENGREST_battery_mid_0,0.95
-NENGREST_naturalgas_ccs100_mid_0,0.93
-NENGREST_landbasedwind_ltrg1_mid_130_1,0.8
-NENGREST_utilitypv_losangeles_mid_80_0_2_1,0.8
-NENGREST_offshorewind_otrg3_mid_fixed_1_176_77_1,0.8
-NENG_CT_naturalgas_ccccsavgcf_mid_0,0.93
-NENG_CT_naturalgas_ccavgcf_mid_0,0.93
-NENG_CT_naturalgas_ctavgcf_mid_0,0.93
-NENG_CT_battery_mid_0,0.95
-NENG_CT_naturalgas_ccs100_mid_0,0.93
-NENG_CT_landbasedwind_ltrg1_mid_110_1,0.8
-NENG_CT_utilitypv_losangeles_mid_80_0_2_1,0.8
-NENG_CT_offshorewind_otrg3_mid_fixed_1_176_77_1,0.8
-NENG_ME_naturalgas_ccccsavgcf_mid_0,0.93
-NENG_ME_naturalgas_ccavgcf_mid_0,0.93
-NENG_ME_naturalgas_ctavgcf_mid_0,0.93
-NENG_ME_battery_mid_0,0.95
-NENG_ME_naturalgas_ccs100_mid_0,0.93
-NENG_ME_landbasedwind_ltrg1_mid_110_1,0.8
-NENG_ME_utilitypv_losangeles_mid_100_0_2_1,0.8
-NENGREST_heat_load_shifting_1,0.95
-NENG_CT_heat_load_shifting_1,0.95
-NENG_ME_heat_load_shifting_1,0.95
-NENGREST_hydrogen_storage_1,0
-NENG_CT_hydrogen_storage_1,0
-NENG_ME_hydrogen_storage_1,0
\ No newline at end of file
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone/Resources/Resource_energy_share_requirement.csv b/Example_Systems/RealSystemExample/ISONE_Trizone/Resources/Resource_energy_share_requirement.csv
deleted file mode 100644
index 44e4d35879..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone/Resources/Resource_energy_share_requirement.csv
+++ /dev/null
@@ -1,27 +0,0 @@
-Resource,ESR_1,ESR_2
-NENGREST_conventional_hydroelectric_1,0,1
-NENGREST_nuclear_1,0,1
-NENG_CT_conventional_hydroelectric_1,0,1
-NENG_CT_nuclear_1,0,1
-NENG_ME_conventional_hydroelectric_1,0,1
-NENGREST_biomass_1,1,1
-NENGREST_offshore_wind_turbine_1,1,1
-NENGREST_onshore_wind_turbine_1,1,1
-NENGREST_small_hydroelectric_1,1,1
-NENGREST_solar_photovoltaic_1,1,1
-NENG_CT_biomass_1,1,1
-NENG_CT_onshore_wind_turbine_1,1,1
-NENG_CT_small_hydroelectric_1,1,1
-NENG_CT_solar_photovoltaic_1,1,1
-NENG_ME_biomass_1,1,1
-NENG_ME_onshore_wind_turbine_1,1,1
-NENG_ME_small_hydroelectric_1,1,1
-NENG_ME_solar_photovoltaic_1,1,1
-NENGREST_landbasedwind_ltrg1_mid_130_1,1,1
-NENGREST_utilitypv_losangeles_mid_80_0_2_1,1,1
-NENGREST_offshorewind_otrg3_mid_fixed_1_176_77_1,1,1
-NENG_CT_landbasedwind_ltrg1_mid_110_1,1,1
-NENG_CT_utilitypv_losangeles_mid_80_0_2_1,1,1
-NENG_CT_offshorewind_otrg3_mid_fixed_1_176_77_1,1,1
-NENG_ME_landbasedwind_ltrg1_mid_110_1,1,1
-NENG_ME_utilitypv_losangeles_mid_100_0_2_1,1,1
\ No newline at end of file
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone/Resources/Resource_minimum_capacity_requirement.csv b/Example_Systems/RealSystemExample/ISONE_Trizone/Resources/Resource_minimum_capacity_requirement.csv
deleted file mode 100644
index 058075909a..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone/Resources/Resource_minimum_capacity_requirement.csv
+++ /dev/null
@@ -1,9 +0,0 @@
-Resource,Min_Cap_1,Min_Cap_2,Min_Cap_3
-NENGREST_onshore_wind_turbine_1,1,0,0
-NENG_ME_onshore_wind_turbine_1,1,0,0
-NENGREST_landbasedwind_ltrg1_mid_130_1,1,0,0
-NENG_ME_landbasedwind_ltrg1_mid_110_1,1,0,0
-NENGREST_offshore_wind_turbine_1,1,1,0
-NENGREST_offshorewind_otrg3_mid_fixed_1_176_77_1,1,1,0
-NENGREST_solar_photovoltaic_1,0,0,1
-NENGREST_utilitypv_losangeles_mid_80_0_2_1,0,0,1
\ No newline at end of file
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone/Resources/Storage.csv b/Example_Systems/RealSystemExample/ISONE_Trizone/Resources/Storage.csv
deleted file mode 100644
index 6528bbf4b8..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone/Resources/Storage.csv
+++ /dev/null
@@ -1,9 +0,0 @@
-region,cluster,Resource,Resource_Type,MGA,R_ID,Zone,Model,LDS,Existing_Cap_MW,Existing_Charge_Cap_MW,Existing_Cap_MWh,New_Build,Can_Retire,Cap_Size,Min_Cap_MW,Max_Cap_MW,Min_Charge_Cap_MW,Max_Charge_Cap_MW,Min_Cap_MWh,Max_Cap_MWh,Inv_Cost_per_MWyr,Fixed_OM_Cost_per_MWyr,Inv_Cost_per_MWhyr,Fixed_OM_Cost_per_MWhyr,Inv_Cost_Charge_per_MWyr,Fixed_OM_Cost_Charge_per_MWyr,Var_OM_Cost_per_MWh,Var_OM_Cost_per_MWh_In,Start_Cost_per_MW,Start_Fuel_MMBTU_per_MW,Heat_Rate_MMBTU_per_MWh,Fuel,Min_Power,Self_Disch,Eff_Up,Eff_Down,Hydro_Energy_to_Power_Ratio,Min_Duration,Max_Duration,Ramp_Up_Percentage,Ramp_Dn_Percentage,Reg_Max,Rsv_Max,Reg_Cost,Rsv_Cost
-NENGREST,1,NENGREST_hydroelectric_pumped_storage_1,hydroelectric_pumped_storage,0,3,1,1,0,1768.002,0,280635.2381,0,0,294.67,0,0.0,0,-1,0,-1,0,40113,0,0,0,0,0.0,0.0,0,0.0,0.0,None,0.532,0,0.866,0.866,158.730159,0,200,1.0,1.0,0.083333333,0.166666667,0,0
-NENG_CT,1,NENG_CT_hydroelectric_pumped_storage_1,hydroelectric_pumped_storage,0,16,2,1,0,30.999,0,4920.47619,0,0,10.33,0,0.0,0,-1,0,-1,0,40113,0,0,0,0,0.0,0.0,0,0.0,0.0,None,0.871,0,0.866,0.866,158.730159,0,200,1.0,1.0,0.083333333,0.166666667,0,0
-NENGREST,0,NENGREST_battery_mid_0,battery_mid,0,36,1,1,0,0.0,0,0.0,1,1,1.0,0,-1.0,0,-1,0,-1,19584,4895,22494,5622,0,0,0.15,0.15,0,0.0,0.0,None,0.0,0,0.92,0.92,1.0,1,10,1.0,1.0,0.083333333,0.166666667,0,0
-NENG_CT,0,NENG_CT_battery_mid_0,battery_mid,0,44,2,1,0,0.0,0,0.0,1,1,1.0,0,-1.0,0,-1,0,-1,19584,4895,22494,5622,0,0,0.15,0.15,0,0.0,0.0,None,0.0,0,0.92,0.92,1.0,1,10,1.0,1.0,0.083333333,0.166666667,0,0
-NENG_ME,0,NENG_ME_battery_mid_0,battery_mid,0,52,3,1,0,0.0,0,0.0,1,1,1.0,0,-1.0,0,-1,0,-1,19584,4895,22494,5622,0,0,0.15,0.15,0,0.0,0.0,None,0.0,0,0.92,0.92,1.0,1,10,1.0,1.0,0.083333333,0.166666667,0,0
-NENGREST,1,NENGREST_hydrogen_storage_1,hydrogen_storage,0,59,1,1,1,0.0,0,0.0,1,1,1.0,0,-1.0,0,-1,0,-1,39761,5000,404,0,38914,29750,4.3,0.0,0,0.0,0.0,None,0.0,0,0.67,0.4,0.0,48,2000,1.0,1.0,0.0,0.0,0,0
-NENG_CT,1,NENG_CT_hydrogen_storage_1,hydrogen_storage,0,60,2,1,1,0.0,0,0.0,1,1,1.0,0,-1.0,0,-1,0,-1,49333,5000,404,0,38914,29750,4.3,0.0,0,0.0,0.0,None,0.0,0,0.67,0.4,0.0,48,2000,1.0,1.0,0.0,0.0,0,0
-NENG_ME,1,NENG_ME_hydrogen_storage_1,hydrogen_storage,0,61,3,1,1,0.0,0,0.0,1,1,1.0,0,-1.0,0,-1,0,-1,38489,5000,404,0,38914,29750,4.3,0.0,0,0.0,0.0,None,0.0,0,0.67,0.4,0.0,48,2000,1.0,1.0,0.0,0.0,0,0
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone/Resources/Thermal.csv b/Example_Systems/RealSystemExample/ISONE_Trizone/Resources/Thermal.csv
deleted file mode 100644
index 0f61cc751c..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone/Resources/Thermal.csv
+++ /dev/null
@@ -1,30 +0,0 @@
-region,cluster,Resource,Resource_Type,MGA,R_ID,Zone,Model,LDS,Existing_Cap_MW,New_Build,Can_Retire,Cap_Size,Min_Cap_MW,Max_Cap_MW,Inv_Cost_per_MWyr,Fixed_OM_Cost_per_MWyr,Var_OM_Cost_per_MWh,Start_Cost_per_MW,Start_Fuel_MMBTU_per_MW,Heat_Rate_MMBTU_per_MWh,Fuel,Min_Power,Hydro_Energy_to_Power_Ratio,Ramp_Up_Percentage,Ramp_Dn_Percentage,Up_Time,Down_Time,Reg_Max,Rsv_Max,Reg_Cost,Rsv_Cost
-NENGREST,1,NENGREST_biomass_1,biomass,1,1,1,1,0,106.062,0,0,3.21,0,0.0,0,122976,5.08,0,0.0,14.58,None,0.45,1.0,1.0,1.0,0,0,0.083333333,0.166666667,0,0
-NENGREST,1,NENGREST_natural_gas_fired_combined_cycle_1,natural_gas_fired_combined_cycle,1,4,1,1,0,7077.3,0,1,471.82,0,0.0,0,10287,3.55,91,2.0,7.43,NENGREST_NG,0.468,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0
-NENGREST,2,NENGREST_natural_gas_fired_combined_cycle_2,natural_gas_fired_combined_cycle,1,5,1,1,0,2684.803,0,1,244.07,0,0.0,0,16291,4.5,91,2.0,8.29,NENGREST_NG,0.507,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0
-NENGREST,1,NENGREST_natural_gas_fired_combustion_turbine_1,natural_gas_fired_combustion_turbine,1,6,1,1,0,302.701,0,1,43.24,0,0.0,0,12080,4.6,118,3.5,10.13,NENGREST_NG,0.456,1.0,3.78,3.78,1,1,0.315,0.63,0,0
-NENGREST,2,NENGREST_natural_gas_fired_combustion_turbine_2,natural_gas_fired_combustion_turbine,1,7,1,1,0,62.704,0,1,7.84,0,0.0,0,13991,4.6,118,3.5,4.74,NENGREST_NG,0.488,1.0,3.78,3.78,1,1,0.315,0.63,0,0
-NENGREST,1,NENGREST_natural_gas_steam_turbine_1,natural_gas_steam_turbine,1,8,1,1,0,0.6,0,1,0.6,0,0.0,0,50678,1.04,86,13.7,0.0,NENGREST_NG,0.0,0.0,0.0,0.0,0,0,0.0,0.0,0,0
-NENGREST,1,NENGREST_nuclear_1,nuclear,1,9,1,1,0,1242.0,0,1,1242.0,0,0.0,0,271818,2.32,245,0.0,10.46,new_england_uranium,0.5,1.0,0.25,0.25,24,24,0.020833333,0.041666667,0,0
-NENG_CT,1,NENG_CT_biomass_1,biomass,1,14,2,1,0,27.248,0,0,3.41,0,0.0,0,122976,5.37,0,0.0,15.33,None,0.348,1.0,1.0,1.0,0,0,0.083333333,0.166666667,0,0
-NENG_CT,1,NENG_CT_natural_gas_fired_combined_cycle_1,natural_gas_fired_combined_cycle,1,17,2,1,0,3488.704,0,1,436.09,0,0.0,0,9698,3.57,91,2.0,7.12,NENG_CT_NG,0.338,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0
-NENG_CT,2,NENG_CT_natural_gas_fired_combined_cycle_2,natural_gas_fired_combined_cycle,1,18,2,1,0,35.2,0,1,17.6,0,0.0,0,16291,4.5,91,2.0,10.77,NENG_CT_NG,0.466,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0
-NENG_CT,1,NENG_CT_natural_gas_fired_combustion_turbine_1,natural_gas_fired_combustion_turbine,1,19,2,1,0,434.0,0,1,54.25,0,0.0,0,10609,4.6,118,3.5,11.06,NENG_CT_NG,0.124,1.0,3.78,3.78,1,1,0.315,0.63,0,0
-NENG_CT,2,NENG_CT_natural_gas_fired_combustion_turbine_2,natural_gas_fired_combustion_turbine,1,20,2,1,0,124.9,0,1,24.98,0,0.0,0,13991,4.6,118,3.5,8.35,NENG_CT_NG,0.476,1.0,3.78,3.78,1,1,0.315,0.63,0,0
-NENG_CT,1,NENG_CT_nuclear_1,nuclear,1,21,2,1,0,2162.9,0,1,1081.45,0,0.0,0,190920,2.32,245,0.0,10.46,new_england_uranium,0.5,1.0,0.25,0.25,24,24,0.020833333,0.041666667,0,0
-NENG_ME,1,NENG_ME_biomass_1,biomass,1,25,3,1,0,24.95,0,0,2.5,0,0.0,0,122976,4.85,0,0.0,13.84,None,0.404,1.0,1.0,1.0,0,0,0.083333333,0.166666667,0,0
-NENG_ME,1,NENG_ME_natural_gas_fired_combined_cycle_1,natural_gas_fired_combined_cycle,1,27,3,1,0,274.5,0,1,137.25,0,0.0,0,16291,4.5,91,2.0,12.62,NENG_ME_NG,0.474,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0
-NENG_ME,2,NENG_ME_natural_gas_fired_combined_cycle_2,natural_gas_fired_combined_cycle,1,28,3,1,0,1114.1,0,1,557.05,0,0.0,0,9668,3.57,91,2.0,7.65,NENG_ME_NG,0.386,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0
-NENG_ME,1,NENG_ME_natural_gas_fired_combustion_turbine_1,natural_gas_fired_combustion_turbine,1,29,3,1,0,163.5,0,1,54.5,0,0.0,0,11540,4.6,118,3.5,4.75,NENG_ME_NG,0.697,1.0,3.78,3.78,1,1,0.315,0.63,0,0
-NENGREST,0,NENGREST_naturalgas_ccccsavgcf_mid_0,naturalgas_ccccsavgcf_mid,1,33,1,1,0,0.0,0,1,500.0,0,-1.0,229388,27483,5.82,103,0.0,7.52,NENGREST_NG_ccs90,0.6,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0
-NENGREST,0,NENGREST_naturalgas_ccavgcf_mid_0,naturalgas_ccavgcf_mid,1,34,1,1,0,0.0,1,1,500.0,0,-1.0,110025,12441,1.61,103,2.0,6.27,NENGREST_NG,0.2,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0
-NENGREST,0,NENGREST_naturalgas_ctavgcf_mid_0,naturalgas_ctavgcf_mid,1,35,1,1,0,0.0,1,1,100.0,0,-1.0,81998,6960,4.49,134,3.5,9.9,NENGREST_NG,0.3,1.0,3.78,3.78,1,1,0.315,0.63,0,0
-NENGREST,0,NENGREST_naturalgas_ccs100_mid_0,naturalgas_ccs100_mid,1,37,1,1,0,0.0,0,1,500.0,0,-1.0,239841,37153,6.26,103,0.0,7.89,NENGREST_NG_ccs100,0.6,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0
-NENG_CT,0,NENG_CT_naturalgas_ccccsavgcf_mid_0,naturalgas_ccccsavgcf_mid,1,41,2,1,0,0.0,0,1,500.0,0,-1.0,229388,27483,5.82,103,0.0,7.52,NENG_CT_NG_ccs90,0.6,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0
-NENG_CT,0,NENG_CT_naturalgas_ccavgcf_mid_0,naturalgas_ccavgcf_mid,1,42,2,1,0,0.0,1,1,500.0,0,-1.0,110025,12441,1.61,103,2.0,6.27,NENG_CT_NG,0.2,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0
-NENG_CT,0,NENG_CT_naturalgas_ctavgcf_mid_0,naturalgas_ctavgcf_mid,1,43,2,1,0,0.0,1,1,100.0,0,-1.0,81998,6960,4.49,134,3.5,9.9,NENG_CT_NG,0.3,1.0,3.78,3.78,1,1,0.315,0.63,0,0
-NENG_CT,0,NENG_CT_naturalgas_ccs100_mid_0,naturalgas_ccs100_mid,1,45,2,1,0,0.0,0,1,500.0,0,-1.0,239841,37153,6.26,103,0.0,7.89,NENG_CT_NG_ccs100,0.6,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0
-NENG_ME,0,NENG_ME_naturalgas_ccccsavgcf_mid_0,naturalgas_ccccsavgcf_mid,1,49,3,1,0,0.0,0,1,500.0,0,-1.0,229388,27483,5.82,103,0.0,7.52,NENG_ME_NG_ccs90,0.6,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0
-NENG_ME,0,NENG_ME_naturalgas_ccavgcf_mid_0,naturalgas_ccavgcf_mid,1,50,3,1,0,0.0,1,1,500.0,0,-1.0,110025,12441,1.61,103,2.0,6.27,NENG_ME_NG,0.2,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0
-NENG_ME,0,NENG_ME_naturalgas_ctavgcf_mid_0,naturalgas_ctavgcf_mid,1,51,3,1,0,0.0,1,1,100.0,0,-1.0,81998,6960,4.49,134,3.5,9.9,NENG_ME_NG,0.3,1.0,3.78,3.78,1,1,0.315,0.63,0,0
-NENG_ME,0,NENG_ME_naturalgas_ccs100_mid_0,naturalgas_ccs100_mid,1,53,3,1,0,0.0,0,1,500.0,0,-1.0,239841,37153,6.26,103,0.0,7.89,NENG_ME_NG_ccs100,0.6,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone/Resources/Vre.csv b/Example_Systems/RealSystemExample/ISONE_Trizone/Resources/Vre.csv
deleted file mode 100644
index 2125a12189..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone/Resources/Vre.csv
+++ /dev/null
@@ -1,16 +0,0 @@
-region,cluster,Resource,Resource_Type,MGA,R_ID,Zone,Num_VRE_Bins,LDS,Existing_Cap_MW,New_Build,Can_Retire,Cap_Size,Min_Cap_MW,Max_Cap_MW,Inv_Cost_per_MWyr,Fixed_OM_Cost_per_MWyr,Var_OM_Cost_per_MWh,Start_Cost_per_MW,Start_Fuel_MMBTU_per_MW,Heat_Rate_MMBTU_per_MWh,Fuel,Min_Power,Hydro_Energy_to_Power_Ratio,Ramp_Up_Percentage,Ramp_Dn_Percentage,Reg_Max,Rsv_Max,Reg_Cost,Rsv_Cost
-NENGREST,1,NENGREST_offshore_wind_turbine_1,offshore_wind_turbine,1,10,1,1,0,30.0,0,1,30.0,0,0.0,0,128440,0.0,0,0.0,9.12,None,0.0,0.0,0.0,0.0,0.0,0.0,0,0
-NENGREST,1,NENGREST_onshore_wind_turbine_1,onshore_wind_turbine,1,11,1,1,0,145.8,0,1,9.75,0,0.0,0,43205,-18.0,0,0.0,9.12,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0
-NENGREST,1,NENGREST_solar_photovoltaic_1,solar_photovoltaic,1,13,1,1,0,821.4,0,1,2.6,0,0.0,0,18760,0.0,0,0.0,9.13,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0
-NENG_CT,1,NENG_CT_onshore_wind_turbine_1,onshore_wind_turbine,1,22,2,1,0,6.5,0,1,5.0,0,0.0,0,43205,-18.0,0,0.0,9.12,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0
-NENG_CT,1,NENG_CT_solar_photovoltaic_1,solar_photovoltaic,1,24,2,1,0,374.6,0,1,5.67,0,0.0,0,18760,0.0,0,0.0,9.16,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0
-NENG_ME,1,NENG_ME_onshore_wind_turbine_1,onshore_wind_turbine,1,30,3,1,0,1190.9,0,1,48.5,0,0.0,0,43205,-18.0,0,0.0,9.12,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0
-NENG_ME,1,NENG_ME_solar_photovoltaic_1,solar_photovoltaic,1,32,3,1,0,11.8,0,1,1.5,0,0.0,0,18760,0.0,0,0.0,9.12,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0
-NENGREST,1,NENGREST_landbasedwind_ltrg1_mid_130_1,landbasedwind_ltrg1_mid_130,1,38,1,1,0,0.0,1,1,1.0,0,4888.236,194100,41460,0.0,0,0.0,0.0,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0
-NENGREST,1,NENGREST_utilitypv_losangeles_mid_80_0_2_1,utilitypv_losangeles_mid_80_0_2,1,39,1,1,0,0.0,1,1,1.0,0,20835.569,99283,13055,0.0,0,0.0,0.0,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0
-NENGREST,1,NENGREST_offshorewind_otrg3_mid_fixed_1_176_77_1,offshorewind_otrg3_mid_fixed_1_176_77,1,40,1,1,0,0.0,1,1,1.0,0,9848.442,260044,91549,0.0,0,0.0,0.0,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0
-NENG_CT,1,NENG_CT_landbasedwind_ltrg1_mid_110_1,landbasedwind_ltrg1_mid_110,1,46,2,1,0,0.0,1,1,1.0,0,1982.895,185181,41460,0.0,0,0.0,0.0,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0
-NENG_CT,1,NENG_CT_utilitypv_losangeles_mid_80_0_2_1,utilitypv_losangeles_mid_80_0_2,1,47,2,1,0,0.0,1,1,1.0,0,17063.264,98631,13055,0.0,0,0.0,0.0,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0
-NENG_CT,1,NENG_CT_offshorewind_otrg3_mid_fixed_1_176_77_1,offshorewind_otrg3_mid_fixed_1_176_77,1,48,2,1,0,0.0,1,1,1.0,0,477.5,247542,91549,0.0,0,0.0,0.0,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0
-NENG_ME,1,NENG_ME_landbasedwind_ltrg1_mid_110_1,landbasedwind_ltrg1_mid_110,1,54,3,1,0,0.0,1,1,1.0,0,20430.499,233173,41460,0.0,0,0.0,0.0,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0
-NENG_ME,1,NENG_ME_utilitypv_losangeles_mid_100_0_2_1,utilitypv_losangeles_mid_100_0_2,1,55,3,1,0,0.0,1,1,1.0,0,21535.709,98706,13055,0.0,0,0.0,0.0,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone/Run.jl b/Example_Systems/RealSystemExample/ISONE_Trizone/Run.jl
deleted file mode 100644
index b44ca23ec1..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone/Run.jl
+++ /dev/null
@@ -1,3 +0,0 @@
-using GenX
-
-run_genx_case!(dirname(@__FILE__))
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone/Settings/cbc_settings.yml b/Example_Systems/RealSystemExample/ISONE_Trizone/Settings/cbc_settings.yml
deleted file mode 100644
index 92c6fa892f..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone/Settings/cbc_settings.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-# CBC Solver Parameters
-# Common solver settings
-TimeLimit: 110000 # Solution timeout limit. For example, set_optimizer_attribute(model, "seconds", 60.0).
-
-#CBC-specific solver settings
-logLevel: 1 # Set to 1 to enable solution output. For example, set_optimizer_attribute(model, "logLevel", 1).
-maxSolutions: -1 # Terminate after this many feasible solutions have been found. For example, set_optimizer_attribute(model, "maxSolutions", 1).
-maxNodes: 2000 # Terminate after this many branch-and-bound nodes have been evaluated. For example, set_optimizer_attribute(model, "maxNodes", 1).
-allowableGap: 1 # Terminate after optimality gap is less than this value (on an absolute scale). For example, set_optimizer_attribute(model, "allowableGap", 0.05).
-ratioGap: 0.01 # Terminate after optimality gap is smaller than this relative fraction. For example, set_optimizer_attribute(model, "allowableGap", 0.05).
-threads: 2 # Set the number of threads to use for parallel branch & bound. For example, set_optimizer_attribute(model, "threads", 2)
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone/Settings/genx_settings.yml b/Example_Systems/RealSystemExample/ISONE_Trizone/Settings/genx_settings.yml
deleted file mode 100644
index 5fd394e64e..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone/Settings/genx_settings.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-OverwriteResults: 0 # Overwrite existing results in output folder or create a new one; 0 = create new folder; 1 = overwrite existing results
-PrintModel: 0 # Write the model formulation as an output; 0 = active; 1 = not active
-NetworkExpansion: 1 # Transmission network expansionl; 0 = not active; 1 = active systemwide
-Trans_Loss_Segments: 1 # Number of segments used in piecewise linear approximation of transmission losses; 1 = linear, >2 = piecewise quadratic
-Reserves: 1 # Regulation (primary) and operating (secondary) reserves; 0 = not active, 1 = active systemwide
-EnergyShareRequirement: 1 # Minimum qualifying renewables penetration; 0 = not active; 1 = active systemwide
-CapacityReserveMargin: 1 # Number of capacity reserve margin constraints; 0 = not active; 1 = active systemwide
-CO2Cap: 1 # CO2 emissions cap; 0 = not active (no CO2 emission limit); 1 = mass-based emission limit constraint; 2 = demand + rate-based emission limit constraint; 3 = generation + rate-based emission limit constraint
-StorageLosses: 1 # Energy Share Requirement and CO2 constraints account for energy lost; 0 = not active (DO NOT account for energy lost); 1 = active systemwide (DO account for energy lost)
-MinCapReq: 1 # Activate minimum technology carveout constraints; 0 = not active; 1 = active
-MaxCapReq: 0 # Activate maximum technology carveout constraints; 0 = not active; 1 = active
-ParameterScale: 1 # Turn on parameter scaling wherein demand, capacity and power variables are defined in GW rather than MW. 0 = not active; 1 = active systemwide
-WriteShadowPrices: 1 # Write shadow prices of LP or relaxed MILP; 0 = not active; 1 = active
-UCommit: 2 # Unit committment of thermal power plants; 0 = not active; 1 = active using integer clestering; 2 = active using linearized clustering
-TimeDomainReductionFolder: "TDR_Results" # Directory name where results from time domain reduction will be saved. If results already exist here, these will be used without running time domain reduction script again.
-TimeDomainReduction: 0 # Time domain reduce (i.e. cluster) inputs based on Demand_data.csv, Generators_variability.csv, and Fuels_data.csv; 0 = not active (use input data as provided); 0 = active (cluster input data, or use data that has already been clustered)
-ModelingToGenerateAlternatives: 0 # Modeling to generate alternatives; 0 = not active; 1 = active. Note: produces a single solution as output
-ModelingtoGenerateAlternativeSlack: 0.1 # Slack value as a fraction of least-cost objective in budget constraint used for evaluating alternative model solutions; positive float value
-ModelingToGenerateAlternativeIterations: 3 # Number of MGA iterations with maximization and minimization objective
-MethodofMorris: 0 #Flag for turning on the Method of Morris analysis
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone/Settings/gurobi_settings.yml b/Example_Systems/RealSystemExample/ISONE_Trizone/Settings/gurobi_settings.yml
deleted file mode 100644
index 2076ca9f54..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone/Settings/gurobi_settings.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-# Gurobi Solver Parameters
-# Common solver settings
-Feasib_Tol: 1.0e-05 # Constraint (primal) feasibility tolerances.
-Optimal_Tol: 1e-5 # Dual feasibility tolerances.
-TimeLimit: 110000 # Limits total time solver.
-Pre_Solve: 1 # Controls presolve level.
-Method: 2 # Algorithm used to solve continuous models (including MIP root relaxation).
-
-#Gurobi-specific solver settings
-MIPGap: 1e-3 # Relative (p.u. of optimal) mixed integer optimality tolerance for MIP problems (ignored otherwise).
-BarConvTol: 1.0e-06 # Barrier convergence tolerance (determines when barrier terminates).
-NumericFocus: 0 # Numerical precision emphasis.
-Crossover: 0 # Barrier crossver strategy.
-PreDual: 0 # Decides whether presolve should pass the primal or dual linear programming problem to the LP optimization algorithm.
-AggFill: 10 # Allowed fill during presolve aggregation.
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone/Settings/highs_settings.yml b/Example_Systems/RealSystemExample/ISONE_Trizone/Settings/highs_settings.yml
deleted file mode 100644
index acb78928d4..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone/Settings/highs_settings.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-# HiGHS Solver Parameters
-# Common solver settings
-Feasib_Tol: 1.0e-05 # Primal feasibility tolerance # [type: double, advanced: false, range: [1e-10, inf], default: 1e-07]
-Optimal_Tol: 1.0e-05 # Dual feasibility tolerance # [type: double, advanced: false, range: [1e-10, inf], default: 1e-07]
-TimeLimit: 1.0e23 # Time limit # [type: double, advanced: false, range: [0, inf], default: inf]
-Pre_Solve: choose # Presolve option: "off", "choose" or "on" # [type: string, advanced: false, default: "choose"]
-Method: ipm #HiGHS-specific solver settings # Solver option: "simplex", "choose" or "ipm" # [type: string, advanced: false, default: "choose"]
-
-#HiGHS-specific solver settings
-
-# Run the crossover routine for IPX
-# [type: string, advanced: "on", range: {"off", "on"}, default: "off"]
-run_crossover: "off"
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone/Settings/scip_settings.yml b/Example_Systems/RealSystemExample/ISONE_Trizone/Settings/scip_settings.yml
deleted file mode 100644
index 2779d54826..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone/Settings/scip_settings.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-# SCIP Solver Parameters
-
-#SCIP-specific solver settings
-Dispverblevel: 0
-limitsgap: 0.05
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/CO2_cap.csv b/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/CO2_cap.csv
deleted file mode 100644
index 97ba02e752..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/CO2_cap.csv
+++ /dev/null
@@ -1,4 +0,0 @@
-,Network_zones,CO_2_Cap_Zone_1,CO_2_Max_Mtons_1
-NENGREST,z1,1,8.59
-NENG_CT,z2,1,2.31
-NENG_ME,z3,1,1.29
\ No newline at end of file
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Capacity_reserve_margin.csv b/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Capacity_reserve_margin.csv
deleted file mode 100644
index 766b9ffed0..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Capacity_reserve_margin.csv
+++ /dev/null
@@ -1,4 +0,0 @@
-,Network_zones,CapRes_1
-NENGREST,z1,0.193
-NENG_CT,z2,0.193
-NENG_ME,z3,0.193
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Energy_share_requirement.csv b/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Energy_share_requirement.csv
deleted file mode 100644
index 749ddfeaf1..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Energy_share_requirement.csv
+++ /dev/null
@@ -1,4 +0,0 @@
-,Network_zones,ESR_1,ESR_2
-NENGREST,z1,0.259,0.348
-NENG_CT,z2,0.44,0.44
-NENG_ME,z3,0.776,0.776
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Fuels_data.csv b/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Fuels_data.csv
deleted file mode 100644
index 5448cd0e9f..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Fuels_data.csv
+++ /dev/null
@@ -1,8762 +0,0 @@
-Time_Index,NENG_CT_NG,NENG_ME_NG,NENGREST_NG,west_north_central_coal,new_england_uranium,NENG_CT_NG_ccs90,NENG_ME_NG_ccs90,NENGREST_NG_ccs90,NENG_CT_NG_ccs100,NENG_ME_NG_ccs100,NENGREST_NG_ccs100,None
-0,0.05306,0.05306,0.05306,0.09552,0,0.00531,0.00531,0.00531,0,0,0,0
-1,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-2,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-3,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-4,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-5,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-6,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-7,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-8,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-9,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-10,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-11,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-12,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-13,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-14,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-15,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-16,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-17,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-18,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-19,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-20,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-21,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-22,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-23,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-24,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-25,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-26,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-27,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-28,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-29,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-30,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-31,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-32,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-33,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-34,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-35,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-36,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-37,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-38,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-39,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-40,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-41,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-42,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-43,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-44,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-45,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-46,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-47,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-48,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-49,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-50,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-51,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-52,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-53,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-54,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-55,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-56,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-57,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-58,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-59,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-60,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-61,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-62,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-63,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-64,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-65,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-66,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-67,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-68,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-69,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-70,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-71,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-72,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-73,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-74,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-75,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-76,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-77,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-78,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-79,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-80,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-81,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-82,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-83,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-84,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-85,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-86,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-87,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-88,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-89,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-90,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-91,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-92,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-93,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-94,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-95,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-96,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-97,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-98,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-99,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-100,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-101,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-102,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-103,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-104,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-105,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-106,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-107,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-108,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-109,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-110,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-111,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-112,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-113,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-114,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-115,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-116,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-117,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-118,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-119,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-120,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-121,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-122,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-123,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-124,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-125,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-126,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-127,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-128,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-129,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-130,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-131,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-132,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-133,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-134,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-135,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-136,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-137,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-138,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-139,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-140,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-141,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-142,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-143,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-144,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-145,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-146,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-147,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-148,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-149,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-150,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-151,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-152,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-153,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-154,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-155,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-156,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-157,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-158,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-159,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-160,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-161,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-162,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-163,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-164,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-165,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-166,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-167,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-168,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-169,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-170,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-171,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-172,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-173,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-174,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-175,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-176,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-177,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-178,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-179,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-180,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-181,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-182,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-183,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-184,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-185,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-186,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-187,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-188,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-189,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-190,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-191,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-192,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-193,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-194,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-195,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-196,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-197,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-198,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-199,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-200,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-201,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-202,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-203,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-204,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-205,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-206,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-207,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-208,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-209,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-210,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-211,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-212,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-213,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-214,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-215,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-216,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-217,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-218,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-219,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-220,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-221,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-222,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-223,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-224,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-225,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-226,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-227,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-228,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-229,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-230,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-231,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-232,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-233,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-234,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-235,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-236,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-237,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-238,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-239,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-240,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-241,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-242,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-243,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-244,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-245,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-246,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-247,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-248,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-249,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-250,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-251,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-252,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-253,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-254,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-255,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-256,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-257,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-258,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-259,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-260,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-261,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-262,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-263,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-264,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-265,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-266,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-267,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-268,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-269,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-270,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-271,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-272,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-273,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-274,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-275,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-276,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-277,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-278,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-279,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-280,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-281,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-282,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-283,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-284,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-285,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-286,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-287,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-288,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-289,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-290,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-291,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-292,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-293,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-294,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-295,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-296,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-297,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-298,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-299,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-300,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-301,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-302,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-303,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-304,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-305,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-306,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-307,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-308,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-309,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-310,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-311,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-312,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-313,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-314,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-315,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-316,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-317,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-318,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-319,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-320,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-321,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-322,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-323,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-324,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-325,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-326,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-327,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-328,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-329,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-330,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-331,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-332,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-333,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-334,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-335,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-336,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-337,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-338,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-339,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-340,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-341,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-342,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-343,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-344,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-345,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-346,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-347,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-348,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-349,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-350,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-351,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-352,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-353,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-354,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-355,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-356,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-357,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-358,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-359,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-360,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-361,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-362,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-363,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-364,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-365,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-366,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-367,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-368,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-369,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-370,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-371,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-372,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-373,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-374,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-375,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-376,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-377,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-378,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-379,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-380,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-381,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-382,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-383,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-384,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-385,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-386,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-387,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-388,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-389,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-390,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-391,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-392,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-393,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-394,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-395,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-396,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-397,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-398,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-399,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-400,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-401,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-402,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-403,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-404,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-405,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-406,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-407,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-408,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-409,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-410,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-411,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-412,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-413,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-414,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-415,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-416,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-417,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-418,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-419,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-420,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-421,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-422,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-423,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-424,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-425,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-426,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-427,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-428,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-429,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-430,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-431,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-432,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-433,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-434,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-435,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-436,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-437,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-438,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-439,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-440,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-441,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-442,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-443,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-444,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-445,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-446,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-447,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-448,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-449,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-450,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-451,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-452,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-453,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-454,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-455,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-456,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-457,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-458,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-459,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-460,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-461,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-462,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-463,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-464,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-465,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-466,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-467,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-468,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-469,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-470,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-471,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-472,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-473,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-474,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-475,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-476,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-477,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-478,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-479,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-480,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-481,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-482,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-483,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-484,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-485,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-486,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-487,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-488,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-489,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-490,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-491,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-492,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-493,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-494,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-495,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-496,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-497,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-498,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-499,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-500,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-501,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-502,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-503,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-504,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-505,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-506,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-507,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-508,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-509,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-510,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-511,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-512,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-513,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-514,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-515,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-516,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-517,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-518,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-519,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-520,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-521,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-522,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-523,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-524,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-525,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-526,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-527,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-528,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-529,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-530,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-531,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-532,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-533,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-534,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-535,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-536,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-537,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-538,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-539,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-540,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-541,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-542,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-543,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-544,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-545,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-546,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-547,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-548,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-549,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-550,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-551,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-552,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-553,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-554,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-555,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-556,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-557,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-558,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-559,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-560,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-561,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-562,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-563,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-564,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-565,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-566,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-567,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-568,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-569,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-570,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-571,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-572,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-573,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-574,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-575,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-576,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-577,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-578,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-579,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-580,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-581,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-582,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-583,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-584,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-585,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-586,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-587,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-588,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-589,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-590,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-591,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-592,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-593,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-594,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-595,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-596,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-597,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-598,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-599,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-600,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-601,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-602,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-603,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-604,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-605,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-606,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-607,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-608,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-609,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-610,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-611,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-612,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-613,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-614,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-615,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-616,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-617,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-618,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-619,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-620,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-621,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-622,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-623,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-624,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-625,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-626,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-627,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-628,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-629,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-630,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-631,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-632,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-633,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-634,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-635,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-636,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-637,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-638,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-639,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-640,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-641,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-642,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-643,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-644,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-645,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-646,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-647,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-648,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-649,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-650,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-651,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-652,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-653,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-654,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-655,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-656,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-657,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-658,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-659,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-660,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-661,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-662,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-663,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-664,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-665,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-666,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-667,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-668,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-669,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-670,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-671,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-672,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-673,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-674,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-675,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-676,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-677,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-678,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-679,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-680,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-681,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-682,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-683,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-684,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-685,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-686,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-687,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-688,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-689,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-690,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-691,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-692,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-693,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-694,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-695,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-696,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-697,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-698,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-699,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-700,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-701,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-702,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-703,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-704,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-705,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-706,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-707,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-708,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-709,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-710,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-711,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-712,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-713,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-714,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-715,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-716,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-717,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-718,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-719,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-720,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-721,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-722,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-723,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-724,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-725,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-726,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-727,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-728,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-729,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-730,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-731,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-732,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-733,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-734,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-735,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-736,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-737,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-738,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-739,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-740,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-741,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-742,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-743,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-744,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-745,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-746,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-747,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-748,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-749,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-750,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-751,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-752,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-753,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-754,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-755,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-756,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-757,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-758,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-759,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-760,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-761,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-762,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-763,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-764,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-765,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-766,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-767,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-768,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-769,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-770,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-771,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-772,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-773,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-774,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-775,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-776,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-777,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-778,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-779,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-780,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-781,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-782,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-783,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-784,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-785,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-786,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-787,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-788,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-789,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-790,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-791,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-792,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-793,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-794,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-795,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-796,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-797,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-798,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-799,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-800,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-801,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-802,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-803,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-804,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-805,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-806,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-807,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-808,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-809,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-810,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-811,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-812,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-813,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-814,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-815,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-816,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-817,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-818,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-819,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-820,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-821,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-822,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-823,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-824,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-825,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-826,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-827,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-828,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-829,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-830,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-831,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-832,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-833,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-834,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-835,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-836,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-837,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-838,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-839,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-840,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-841,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-842,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-843,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-844,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-845,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-846,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-847,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-848,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-849,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-850,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-851,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-852,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-853,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-854,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-855,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-856,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-857,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-858,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-859,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-860,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-861,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-862,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-863,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-864,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-865,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-866,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-867,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-868,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-869,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-870,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-871,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-872,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-873,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-874,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-875,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-876,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-877,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-878,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-879,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-880,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-881,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-882,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-883,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-884,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-885,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-886,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-887,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-888,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-889,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-890,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-891,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-892,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-893,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-894,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-895,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-896,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-897,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-898,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-899,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-900,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-901,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-902,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-903,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-904,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-905,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-906,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-907,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-908,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-909,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-910,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-911,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-912,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-913,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-914,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-915,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-916,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-917,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-918,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-919,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-920,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-921,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-922,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-923,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-924,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-925,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-926,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-927,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-928,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-929,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-930,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-931,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-932,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-933,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-934,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-935,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-936,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-937,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-938,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-939,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-940,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-941,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-942,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-943,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-944,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-945,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-946,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-947,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-948,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-949,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-950,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-951,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-952,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-953,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-954,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-955,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-956,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-957,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-958,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-959,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-960,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-961,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-962,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-963,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-964,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-965,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-966,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-967,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-968,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-969,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-970,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-971,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-972,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-973,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-974,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-975,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-976,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-977,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-978,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-979,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-980,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-981,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-982,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-983,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-984,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-985,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-986,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-987,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-988,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-989,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-990,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-991,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-992,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-993,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-994,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-995,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-996,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-997,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-998,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-999,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1000,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1001,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1002,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1003,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1004,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1005,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1006,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1007,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1008,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1009,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1010,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1011,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1012,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1013,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1014,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1015,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1016,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1017,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1018,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1019,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1020,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1021,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1022,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1023,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1024,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1025,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1026,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1027,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1028,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1029,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1030,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1031,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1032,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1033,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1034,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1035,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1036,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1037,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1038,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1039,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1040,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1041,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1042,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1043,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1044,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1045,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1046,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1047,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1048,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1049,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1050,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1051,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1052,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1053,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1054,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1055,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1056,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1057,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1058,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1059,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1060,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1061,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1062,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1063,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1064,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1065,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1066,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1067,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1068,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1069,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1070,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1071,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1072,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1073,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1074,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1075,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1076,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1077,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1078,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1079,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1080,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1081,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1082,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1083,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1084,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1085,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1086,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1087,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1088,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1089,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1090,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1091,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1092,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1093,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1094,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1095,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1096,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1097,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1098,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1099,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1100,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1101,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1102,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1103,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1104,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1105,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1106,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1107,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1108,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1109,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1110,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1111,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1112,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1113,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1114,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1115,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1116,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1117,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1118,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1119,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1120,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1121,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1122,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1123,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1124,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1125,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1126,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1127,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1128,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1129,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1130,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1131,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1132,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1133,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1134,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1135,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1136,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1137,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1138,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1139,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1140,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1141,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1142,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1143,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1144,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1145,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1146,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1147,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1148,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1149,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1150,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1151,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1152,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1153,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1154,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1155,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1156,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1157,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1158,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1159,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1160,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1161,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1162,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1163,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1164,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1165,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1166,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1167,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1168,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1169,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1170,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1171,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1172,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1173,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1174,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1175,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1176,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1177,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1178,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1179,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1180,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1181,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1182,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1183,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1184,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1185,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1186,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1187,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1188,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1189,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1190,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1191,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1192,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1193,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1194,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1195,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1196,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1197,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1198,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1199,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1200,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1201,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1202,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1203,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1204,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1205,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1206,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1207,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1208,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1209,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1210,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1211,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1212,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1213,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1214,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1215,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1216,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1217,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1218,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1219,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1220,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1221,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1222,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1223,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1224,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1225,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1226,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1227,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1228,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1229,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1230,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1231,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1232,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1233,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1234,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1235,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1236,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1237,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1238,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1239,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1240,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1241,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1242,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1243,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1244,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1245,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1246,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1247,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1248,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1249,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1250,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1251,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1252,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1253,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1254,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1255,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1256,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1257,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1258,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1259,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1260,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1261,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1262,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1263,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1264,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1265,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1266,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1267,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1268,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1269,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1270,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1271,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1272,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1273,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1274,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1275,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1276,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1277,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1278,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1279,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1280,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1281,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1282,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1283,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1284,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1285,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1286,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1287,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1288,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1289,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1290,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1291,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1292,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1293,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1294,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1295,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1296,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1297,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1298,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1299,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1300,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1301,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1302,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1303,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1304,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1305,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1306,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1307,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1308,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1309,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1310,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1311,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1312,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1313,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1314,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1315,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1316,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1317,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1318,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1319,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1320,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1321,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1322,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1323,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1324,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1325,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1326,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1327,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1328,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1329,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1330,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1331,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1332,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1333,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1334,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1335,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1336,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1337,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1338,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1339,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1340,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1341,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1342,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1343,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1344,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1345,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1346,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1347,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1348,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1349,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1350,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1351,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1352,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1353,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1354,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1355,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1356,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1357,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1358,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1359,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1360,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1361,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1362,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1363,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1364,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1365,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1366,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1367,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1368,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1369,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1370,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1371,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1372,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1373,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1374,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1375,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1376,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1377,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1378,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1379,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1380,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1381,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1382,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1383,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1384,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1385,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1386,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1387,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1388,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1389,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1390,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1391,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1392,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1393,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1394,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1395,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1396,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1397,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1398,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1399,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1400,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1401,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1402,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1403,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1404,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1405,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1406,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1407,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1408,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1409,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1410,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1411,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1412,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1413,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1414,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1415,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1416,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1417,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1418,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1419,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1420,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1421,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1422,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1423,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1424,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1425,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1426,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1427,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1428,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1429,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1430,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1431,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1432,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1433,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1434,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1435,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1436,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1437,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1438,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1439,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1440,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1441,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1442,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1443,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1444,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1445,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1446,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1447,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1448,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1449,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1450,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1451,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1452,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1453,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1454,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1455,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1456,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1457,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1458,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1459,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1460,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1461,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1462,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1463,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1464,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1465,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1466,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1467,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1468,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1469,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1470,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1471,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1472,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1473,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1474,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1475,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1476,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1477,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1478,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1479,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1480,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1481,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1482,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1483,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1484,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1485,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1486,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1487,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1488,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1489,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1490,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1491,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1492,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1493,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1494,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1495,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1496,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1497,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1498,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1499,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1500,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1501,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1502,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1503,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1504,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1505,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1506,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1507,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1508,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1509,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1510,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1511,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1512,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1513,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1514,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1515,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1516,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1517,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1518,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1519,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1520,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1521,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1522,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1523,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1524,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1525,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1526,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1527,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1528,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1529,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1530,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1531,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1532,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1533,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1534,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1535,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1536,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1537,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1538,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1539,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1540,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1541,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1542,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1543,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1544,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1545,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1546,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1547,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1548,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1549,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1550,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1551,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1552,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1553,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1554,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1555,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1556,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1557,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1558,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1559,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1560,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1561,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1562,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1563,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1564,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1565,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1566,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1567,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1568,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1569,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1570,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1571,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1572,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1573,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1574,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1575,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1576,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1577,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1578,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1579,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1580,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1581,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1582,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1583,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1584,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1585,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1586,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1587,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1588,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1589,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1590,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1591,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1592,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1593,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1594,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1595,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1596,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1597,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1598,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1599,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1600,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1601,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1602,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1603,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1604,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1605,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1606,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1607,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1608,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1609,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1610,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1611,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1612,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1613,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1614,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1615,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1616,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1617,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1618,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1619,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1620,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1621,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1622,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1623,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1624,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1625,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1626,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1627,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1628,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1629,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1630,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1631,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1632,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1633,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1634,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1635,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1636,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1637,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1638,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1639,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1640,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1641,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1642,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1643,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1644,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1645,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1646,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1647,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1648,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1649,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1650,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1651,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1652,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1653,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1654,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1655,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1656,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1657,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1658,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1659,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1660,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1661,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1662,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1663,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1664,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1665,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1666,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1667,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1668,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1669,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1670,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1671,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1672,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1673,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1674,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1675,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1676,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1677,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1678,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1679,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1680,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1681,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1682,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1683,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1684,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1685,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1686,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1687,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1688,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1689,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1690,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1691,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1692,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1693,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1694,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1695,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1696,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1697,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1698,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1699,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1700,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1701,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1702,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1703,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1704,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1705,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1706,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1707,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1708,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1709,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1710,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1711,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1712,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1713,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1714,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1715,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1716,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1717,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1718,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1719,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1720,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1721,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1722,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1723,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1724,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1725,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1726,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1727,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1728,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1729,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1730,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1731,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1732,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1733,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1734,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1735,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1736,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1737,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1738,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1739,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1740,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1741,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1742,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1743,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1744,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1745,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1746,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1747,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1748,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1749,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1750,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1751,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1752,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1753,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1754,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1755,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1756,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1757,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1758,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1759,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1760,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1761,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1762,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1763,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1764,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1765,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1766,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1767,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1768,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1769,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1770,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1771,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1772,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1773,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1774,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1775,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1776,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1777,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1778,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1779,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1780,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1781,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1782,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1783,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1784,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1785,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1786,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1787,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1788,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1789,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1790,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1791,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1792,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1793,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1794,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1795,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1796,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1797,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1798,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1799,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1800,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1801,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1802,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1803,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1804,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1805,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1806,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1807,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1808,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1809,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1810,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1811,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1812,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1813,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1814,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1815,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1816,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1817,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1818,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1819,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1820,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1821,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1822,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1823,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1824,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1825,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1826,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1827,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1828,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1829,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1830,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1831,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1832,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1833,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1834,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1835,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1836,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1837,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1838,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1839,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1840,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1841,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1842,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1843,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1844,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1845,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1846,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1847,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1848,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1849,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1850,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1851,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1852,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1853,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1854,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1855,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1856,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1857,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1858,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1859,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1860,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1861,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1862,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1863,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1864,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1865,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1866,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1867,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1868,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1869,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1870,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1871,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1872,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1873,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1874,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1875,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1876,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1877,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1878,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1879,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1880,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1881,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1882,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1883,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1884,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1885,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1886,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1887,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1888,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1889,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1890,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1891,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1892,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1893,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1894,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1895,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1896,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1897,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1898,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1899,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1900,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1901,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1902,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1903,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1904,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1905,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1906,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1907,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1908,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1909,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1910,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1911,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1912,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1913,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1914,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1915,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1916,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1917,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1918,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1919,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1920,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1921,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1922,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1923,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1924,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1925,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1926,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1927,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1928,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1929,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1930,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1931,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1932,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1933,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1934,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1935,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1936,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1937,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1938,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1939,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1940,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1941,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1942,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1943,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1944,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1945,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1946,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1947,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1948,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1949,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1950,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1951,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1952,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1953,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1954,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1955,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1956,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1957,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1958,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1959,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1960,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1961,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1962,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1963,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1964,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1965,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1966,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1967,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1968,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1969,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1970,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1971,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1972,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1973,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1974,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1975,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1976,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1977,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1978,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1979,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1980,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1981,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1982,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1983,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1984,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1985,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1986,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1987,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1988,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1989,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1990,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1991,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1992,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1993,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1994,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1995,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1996,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1997,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1998,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1999,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2000,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2001,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2002,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2003,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2004,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2005,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2006,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2007,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2008,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2009,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2010,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2011,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2012,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2013,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2014,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2015,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2016,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2017,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2018,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2019,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2020,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2021,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2022,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2023,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2024,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2025,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2026,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2027,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2028,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2029,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2030,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2031,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2032,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2033,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2034,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2035,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2036,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2037,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2038,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2039,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2040,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2041,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2042,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2043,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2044,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2045,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2046,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2047,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2048,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2049,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2050,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2051,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2052,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2053,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2054,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2055,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2056,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2057,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2058,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2059,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2060,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2061,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2062,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2063,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2064,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2065,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2066,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2067,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2068,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2069,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2070,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2071,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2072,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2073,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2074,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2075,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2076,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2077,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2078,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2079,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2080,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2081,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2082,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2083,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2084,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2085,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2086,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2087,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2088,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2089,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2090,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2091,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2092,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2093,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2094,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2095,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2096,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2097,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2098,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2099,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2100,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2101,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2102,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2103,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2104,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2105,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2106,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2107,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2108,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2109,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2110,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2111,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2112,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2113,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2114,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2115,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2116,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2117,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2118,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2119,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2120,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2121,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2122,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2123,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2124,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2125,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2126,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2127,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2128,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2129,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2130,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2131,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2132,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2133,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2134,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2135,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2136,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2137,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2138,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2139,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2140,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2141,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2142,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2143,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2144,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2145,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2146,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2147,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2148,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2149,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2150,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2151,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2152,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2153,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2154,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2155,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2156,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2157,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2158,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2159,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2160,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2161,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2162,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2163,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2164,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2165,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2166,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2167,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2168,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2169,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2170,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2171,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2172,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2173,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2174,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2175,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2176,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2177,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2178,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2179,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2180,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2181,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2182,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2183,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2184,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2185,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2186,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2187,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2188,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2189,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2190,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2191,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2192,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2193,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2194,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2195,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2196,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2197,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2198,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2199,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2200,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2201,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2202,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2203,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2204,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2205,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2206,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2207,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2208,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2209,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2210,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2211,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2212,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2213,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2214,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2215,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2216,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2217,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2218,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2219,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2220,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2221,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2222,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2223,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2224,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2225,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2226,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2227,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2228,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2229,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2230,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2231,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2232,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2233,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2234,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2235,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2236,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2237,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2238,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2239,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2240,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2241,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2242,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2243,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2244,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2245,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2246,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2247,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2248,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2249,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2250,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2251,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2252,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2253,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2254,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2255,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2256,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2257,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2258,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2259,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2260,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2261,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2262,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2263,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2264,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2265,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2266,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2267,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2268,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2269,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2270,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2271,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2272,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2273,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2274,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2275,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2276,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2277,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2278,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2279,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2280,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2281,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2282,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2283,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2284,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2285,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2286,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2287,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2288,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2289,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2290,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2291,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2292,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2293,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2294,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2295,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2296,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2297,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2298,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2299,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2300,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2301,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2302,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2303,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2304,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2305,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2306,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2307,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2308,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2309,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2310,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2311,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2312,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2313,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2314,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2315,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2316,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2317,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2318,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2319,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2320,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2321,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2322,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2323,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2324,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2325,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2326,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2327,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2328,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2329,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2330,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2331,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2332,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2333,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2334,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2335,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2336,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2337,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2338,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2339,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2340,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2341,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2342,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2343,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2344,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2345,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2346,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2347,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2348,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2349,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2350,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2351,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2352,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2353,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2354,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2355,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2356,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2357,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2358,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2359,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2360,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2361,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2362,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2363,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2364,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2365,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2366,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2367,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2368,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2369,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2370,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2371,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2372,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2373,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2374,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2375,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2376,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2377,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2378,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2379,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2380,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2381,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2382,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2383,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2384,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2385,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2386,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2387,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2388,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2389,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2390,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2391,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2392,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2393,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2394,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2395,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2396,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2397,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2398,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2399,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2400,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2401,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2402,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2403,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2404,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2405,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2406,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2407,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2408,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2409,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2410,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2411,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2412,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2413,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2414,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2415,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2416,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2417,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2418,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2419,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2420,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2421,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2422,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2423,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2424,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2425,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2426,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2427,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2428,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2429,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2430,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2431,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2432,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2433,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2434,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2435,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2436,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2437,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2438,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2439,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2440,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2441,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2442,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2443,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2444,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2445,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2446,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2447,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2448,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2449,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2450,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2451,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2452,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2453,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2454,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2455,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2456,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2457,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2458,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2459,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2460,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2461,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2462,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2463,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2464,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2465,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2466,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2467,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2468,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2469,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2470,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2471,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2472,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2473,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2474,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2475,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2476,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2477,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2478,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2479,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2480,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2481,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2482,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2483,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2484,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2485,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2486,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2487,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2488,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2489,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2490,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2491,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2492,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2493,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2494,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2495,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2496,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2497,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2498,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2499,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2500,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2501,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2502,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2503,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2504,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2505,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2506,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2507,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2508,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2509,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2510,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2511,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2512,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2513,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2514,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2515,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2516,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2517,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2518,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2519,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2520,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2521,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2522,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2523,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2524,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2525,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2526,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2527,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2528,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2529,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2530,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2531,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2532,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2533,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2534,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2535,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2536,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2537,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2538,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2539,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2540,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2541,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2542,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2543,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2544,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2545,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2546,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2547,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2548,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2549,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2550,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2551,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2552,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2553,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2554,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2555,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2556,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2557,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2558,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2559,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2560,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2561,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2562,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2563,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2564,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2565,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2566,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2567,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2568,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2569,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2570,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2571,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2572,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2573,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2574,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2575,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2576,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2577,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2578,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2579,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2580,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2581,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2582,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2583,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2584,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2585,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2586,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2587,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2588,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2589,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2590,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2591,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2592,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2593,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2594,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2595,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2596,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2597,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2598,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2599,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2600,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2601,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2602,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2603,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2604,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2605,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2606,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2607,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2608,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2609,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2610,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2611,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2612,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2613,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2614,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2615,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2616,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2617,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2618,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2619,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2620,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2621,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2622,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2623,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2624,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2625,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2626,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2627,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2628,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2629,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2630,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2631,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2632,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2633,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2634,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2635,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2636,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2637,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2638,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2639,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2640,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2641,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2642,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2643,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2644,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2645,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2646,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2647,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2648,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2649,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2650,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2651,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2652,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2653,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2654,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2655,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2656,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2657,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2658,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2659,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2660,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2661,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2662,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2663,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2664,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2665,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2666,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2667,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2668,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2669,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2670,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2671,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2672,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2673,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2674,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2675,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2676,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2677,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2678,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2679,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2680,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2681,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2682,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2683,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2684,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2685,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2686,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2687,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2688,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2689,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2690,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2691,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2692,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2693,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2694,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2695,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2696,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2697,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2698,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2699,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2700,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2701,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2702,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2703,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2704,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2705,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2706,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2707,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2708,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2709,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2710,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2711,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2712,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2713,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2714,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2715,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2716,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2717,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2718,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2719,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2720,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2721,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2722,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2723,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2724,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2725,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2726,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2727,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2728,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2729,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2730,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2731,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2732,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2733,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2734,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2735,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2736,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2737,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2738,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2739,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2740,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2741,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2742,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2743,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2744,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2745,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2746,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2747,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2748,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2749,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2750,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2751,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2752,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2753,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2754,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2755,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2756,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2757,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2758,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2759,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2760,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2761,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2762,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2763,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2764,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2765,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2766,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2767,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2768,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2769,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2770,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2771,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2772,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2773,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2774,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2775,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2776,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2777,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2778,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2779,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2780,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2781,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2782,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2783,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2784,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2785,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2786,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2787,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2788,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2789,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2790,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2791,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2792,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2793,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2794,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2795,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2796,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2797,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2798,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2799,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2800,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2801,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2802,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2803,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2804,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2805,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2806,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2807,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2808,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2809,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2810,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2811,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2812,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2813,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2814,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2815,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2816,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2817,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2818,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2819,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2820,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2821,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2822,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2823,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2824,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2825,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2826,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2827,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2828,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2829,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2830,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2831,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2832,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2833,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2834,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2835,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2836,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2837,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2838,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2839,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2840,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2841,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2842,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2843,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2844,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2845,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2846,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2847,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2848,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2849,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2850,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2851,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2852,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2853,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2854,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2855,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2856,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2857,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2858,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2859,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2860,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2861,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2862,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2863,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2864,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2865,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2866,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2867,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2868,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2869,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2870,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2871,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2872,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2873,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2874,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2875,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2876,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2877,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2878,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2879,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2880,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2881,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2882,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2883,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2884,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2885,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2886,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2887,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2888,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2889,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2890,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2891,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2892,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2893,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2894,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2895,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2896,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2897,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2898,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2899,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2900,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2901,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2902,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2903,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2904,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2905,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2906,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2907,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2908,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2909,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2910,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2911,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2912,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2913,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2914,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2915,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2916,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2917,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2918,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2919,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2920,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2921,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2922,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2923,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2924,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2925,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2926,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2927,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2928,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2929,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2930,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2931,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2932,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2933,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2934,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2935,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2936,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2937,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2938,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2939,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2940,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2941,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2942,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2943,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2944,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2945,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2946,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2947,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2948,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2949,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2950,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2951,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2952,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2953,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2954,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2955,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2956,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2957,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2958,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2959,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2960,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2961,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2962,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2963,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2964,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2965,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2966,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2967,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2968,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2969,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2970,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2971,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2972,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2973,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2974,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2975,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2976,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2977,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2978,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2979,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2980,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2981,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2982,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2983,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2984,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2985,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2986,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2987,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2988,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2989,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2990,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2991,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2992,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2993,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2994,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2995,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2996,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2997,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2998,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2999,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3000,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3001,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3002,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3003,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3004,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3005,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3006,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3007,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3008,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3009,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3010,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3011,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3012,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3013,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3014,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3015,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3016,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3017,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3018,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3019,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3020,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3021,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3022,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3023,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3024,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3025,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3026,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3027,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3028,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3029,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3030,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3031,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3032,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3033,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3034,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3035,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3036,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3037,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3038,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3039,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3040,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3041,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3042,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3043,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3044,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3045,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3046,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3047,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3048,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3049,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3050,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3051,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3052,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3053,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3054,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3055,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3056,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3057,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3058,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3059,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3060,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3061,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3062,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3063,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3064,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3065,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3066,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3067,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3068,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3069,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3070,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3071,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3072,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3073,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3074,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3075,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3076,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3077,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3078,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3079,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3080,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3081,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3082,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3083,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3084,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3085,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3086,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3087,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3088,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3089,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3090,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3091,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3092,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3093,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3094,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3095,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3096,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3097,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3098,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3099,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3100,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3101,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3102,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3103,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3104,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3105,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3106,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3107,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3108,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3109,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3110,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3111,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3112,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3113,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3114,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3115,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3116,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3117,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3118,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3119,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3120,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3121,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3122,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3123,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3124,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3125,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3126,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3127,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3128,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3129,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3130,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3131,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3132,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3133,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3134,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3135,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3136,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3137,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3138,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3139,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3140,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3141,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3142,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3143,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3144,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3145,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3146,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3147,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3148,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3149,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3150,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3151,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3152,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3153,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3154,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3155,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3156,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3157,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3158,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3159,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3160,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3161,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3162,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3163,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3164,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3165,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3166,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3167,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3168,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3169,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3170,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3171,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3172,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3173,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3174,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3175,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3176,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3177,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3178,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3179,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3180,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3181,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3182,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3183,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3184,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3185,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3186,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3187,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3188,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3189,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3190,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3191,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3192,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3193,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3194,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3195,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3196,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3197,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3198,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3199,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3200,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3201,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3202,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3203,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3204,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3205,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3206,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3207,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3208,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3209,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3210,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3211,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3212,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3213,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3214,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3215,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3216,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3217,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3218,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3219,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3220,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3221,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3222,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3223,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3224,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3225,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3226,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3227,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3228,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3229,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3230,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3231,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3232,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3233,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3234,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3235,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3236,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3237,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3238,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3239,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3240,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3241,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3242,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3243,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3244,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3245,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3246,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3247,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3248,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3249,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3250,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3251,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3252,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3253,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3254,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3255,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3256,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3257,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3258,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3259,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3260,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3261,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3262,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3263,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3264,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3265,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3266,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3267,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3268,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3269,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3270,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3271,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3272,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3273,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3274,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3275,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3276,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3277,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3278,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3279,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3280,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3281,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3282,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3283,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3284,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3285,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3286,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3287,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3288,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3289,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3290,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3291,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3292,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3293,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3294,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3295,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3296,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3297,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3298,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3299,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3300,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3301,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3302,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3303,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3304,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3305,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3306,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3307,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3308,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3309,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3310,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3311,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3312,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3313,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3314,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3315,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3316,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3317,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3318,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3319,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3320,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3321,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3322,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3323,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3324,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3325,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3326,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3327,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3328,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3329,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3330,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3331,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3332,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3333,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3334,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3335,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3336,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3337,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3338,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3339,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3340,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3341,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3342,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3343,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3344,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3345,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3346,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3347,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3348,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3349,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3350,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3351,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3352,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3353,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3354,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3355,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3356,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3357,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3358,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3359,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3360,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3361,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3362,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3363,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3364,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3365,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3366,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3367,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3368,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3369,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3370,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3371,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3372,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3373,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3374,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3375,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3376,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3377,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3378,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3379,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3380,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3381,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3382,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3383,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3384,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3385,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3386,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3387,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3388,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3389,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3390,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3391,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3392,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3393,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3394,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3395,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3396,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3397,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3398,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3399,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3400,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3401,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3402,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3403,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3404,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3405,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3406,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3407,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3408,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3409,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3410,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3411,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3412,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3413,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3414,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3415,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3416,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3417,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3418,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3419,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3420,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3421,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3422,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3423,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3424,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3425,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3426,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3427,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3428,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3429,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3430,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3431,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3432,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3433,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3434,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3435,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3436,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3437,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3438,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3439,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3440,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3441,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3442,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3443,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3444,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3445,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3446,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3447,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3448,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3449,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3450,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3451,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3452,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3453,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3454,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3455,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3456,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3457,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3458,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3459,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3460,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3461,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3462,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3463,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3464,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3465,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3466,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3467,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3468,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3469,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3470,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3471,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3472,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3473,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3474,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3475,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3476,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3477,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3478,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3479,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3480,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3481,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3482,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3483,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3484,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3485,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3486,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3487,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3488,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3489,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3490,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3491,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3492,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3493,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3494,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3495,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3496,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3497,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3498,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3499,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3500,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3501,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3502,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3503,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3504,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3505,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3506,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3507,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3508,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3509,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3510,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3511,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3512,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3513,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3514,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3515,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3516,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3517,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3518,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3519,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3520,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3521,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3522,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3523,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3524,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3525,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3526,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3527,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3528,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3529,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3530,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3531,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3532,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3533,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3534,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3535,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3536,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3537,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3538,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3539,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3540,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3541,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3542,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3543,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3544,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3545,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3546,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3547,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3548,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3549,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3550,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3551,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3552,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3553,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3554,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3555,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3556,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3557,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3558,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3559,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3560,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3561,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3562,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3563,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3564,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3565,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3566,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3567,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3568,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3569,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3570,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3571,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3572,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3573,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3574,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3575,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3576,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3577,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3578,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3579,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3580,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3581,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3582,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3583,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3584,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3585,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3586,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3587,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3588,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3589,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3590,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3591,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3592,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3593,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3594,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3595,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3596,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3597,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3598,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3599,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3600,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3601,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3602,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3603,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3604,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3605,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3606,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3607,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3608,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3609,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3610,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3611,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3612,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3613,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3614,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3615,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3616,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3617,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3618,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3619,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3620,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3621,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3622,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3623,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3624,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3625,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3626,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3627,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3628,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3629,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3630,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3631,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3632,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3633,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3634,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3635,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3636,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3637,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3638,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3639,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3640,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3641,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3642,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3643,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3644,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3645,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3646,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3647,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3648,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3649,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3650,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3651,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3652,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3653,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3654,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3655,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3656,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3657,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3658,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3659,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3660,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3661,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3662,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3663,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3664,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3665,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3666,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3667,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3668,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3669,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3670,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3671,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3672,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3673,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3674,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3675,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3676,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3677,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3678,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3679,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3680,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3681,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3682,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3683,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3684,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3685,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3686,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3687,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3688,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3689,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3690,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3691,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3692,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3693,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3694,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3695,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3696,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3697,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3698,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3699,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3700,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3701,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3702,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3703,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3704,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3705,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3706,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3707,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3708,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3709,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3710,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3711,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3712,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3713,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3714,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3715,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3716,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3717,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3718,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3719,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3720,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3721,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3722,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3723,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3724,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3725,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3726,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3727,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3728,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3729,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3730,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3731,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3732,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3733,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3734,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3735,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3736,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3737,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3738,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3739,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3740,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3741,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3742,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3743,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3744,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3745,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3746,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3747,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3748,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3749,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3750,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3751,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3752,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3753,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3754,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3755,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3756,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3757,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3758,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3759,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3760,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3761,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3762,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3763,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3764,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3765,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3766,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3767,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3768,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3769,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3770,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3771,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3772,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3773,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3774,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3775,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3776,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3777,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3778,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3779,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3780,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3781,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3782,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3783,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3784,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3785,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3786,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3787,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3788,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3789,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3790,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3791,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3792,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3793,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3794,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3795,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3796,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3797,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3798,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3799,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3800,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3801,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3802,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3803,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3804,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3805,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3806,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3807,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3808,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3809,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3810,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3811,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3812,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3813,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3814,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3815,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3816,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3817,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3818,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3819,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3820,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3821,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3822,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3823,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3824,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3825,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3826,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3827,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3828,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3829,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3830,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3831,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3832,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3833,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3834,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3835,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3836,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3837,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3838,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3839,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3840,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3841,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3842,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3843,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3844,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3845,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3846,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3847,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3848,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3849,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3850,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3851,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3852,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3853,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3854,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3855,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3856,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3857,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3858,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3859,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3860,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3861,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3862,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3863,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3864,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3865,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3866,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3867,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3868,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3869,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3870,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3871,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3872,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3873,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3874,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3875,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3876,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3877,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3878,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3879,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3880,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3881,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3882,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3883,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3884,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3885,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3886,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3887,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3888,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3889,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3890,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3891,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3892,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3893,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3894,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3895,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3896,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3897,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3898,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3899,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3900,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3901,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3902,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3903,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3904,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3905,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3906,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3907,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3908,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3909,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3910,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3911,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3912,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3913,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3914,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3915,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3916,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3917,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3918,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3919,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3920,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3921,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3922,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3923,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3924,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3925,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3926,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3927,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3928,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3929,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3930,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3931,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3932,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3933,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3934,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3935,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3936,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3937,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3938,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3939,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3940,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3941,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3942,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3943,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3944,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3945,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3946,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3947,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3948,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3949,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3950,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3951,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3952,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3953,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3954,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3955,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3956,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3957,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3958,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3959,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3960,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3961,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3962,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3963,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3964,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3965,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3966,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3967,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3968,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3969,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3970,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3971,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3972,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3973,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3974,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3975,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3976,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3977,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3978,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3979,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3980,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3981,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3982,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3983,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3984,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3985,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3986,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3987,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3988,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3989,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3990,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3991,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3992,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3993,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3994,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3995,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3996,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3997,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3998,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3999,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4000,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4001,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4002,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4003,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4004,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4005,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4006,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4007,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4008,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4009,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4010,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4011,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4012,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4013,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4014,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4015,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4016,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4017,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4018,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4019,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4020,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4021,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4022,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4023,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4024,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4025,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4026,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4027,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4028,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4029,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4030,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4031,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4032,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4033,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4034,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4035,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4036,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4037,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4038,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4039,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4040,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4041,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4042,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4043,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4044,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4045,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4046,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4047,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4048,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4049,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4050,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4051,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4052,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4053,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4054,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4055,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4056,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4057,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4058,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4059,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4060,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4061,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4062,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4063,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4064,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4065,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4066,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4067,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4068,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4069,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4070,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4071,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4072,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4073,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4074,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4075,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4076,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4077,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4078,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4079,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4080,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4081,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4082,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4083,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4084,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4085,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4086,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4087,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4088,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4089,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4090,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4091,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4092,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4093,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4094,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4095,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4096,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4097,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4098,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4099,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4100,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4101,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4102,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4103,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4104,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4105,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4106,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4107,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4108,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4109,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4110,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4111,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4112,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4113,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4114,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4115,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4116,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4117,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4118,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4119,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4120,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4121,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4122,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4123,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4124,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4125,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4126,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4127,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4128,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4129,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4130,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4131,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4132,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4133,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4134,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4135,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4136,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4137,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4138,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4139,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4140,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4141,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4142,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4143,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4144,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4145,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4146,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4147,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4148,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4149,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4150,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4151,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4152,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4153,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4154,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4155,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4156,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4157,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4158,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4159,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4160,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4161,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4162,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4163,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4164,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4165,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4166,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4167,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4168,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4169,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4170,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4171,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4172,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4173,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4174,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4175,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4176,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4177,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4178,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4179,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4180,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4181,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4182,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4183,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4184,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4185,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4186,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4187,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4188,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4189,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4190,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4191,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4192,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4193,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4194,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4195,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4196,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4197,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4198,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4199,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4200,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4201,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4202,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4203,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4204,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4205,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4206,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4207,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4208,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4209,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4210,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4211,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4212,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4213,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4214,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4215,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4216,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4217,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4218,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4219,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4220,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4221,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4222,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4223,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4224,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4225,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4226,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4227,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4228,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4229,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4230,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4231,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4232,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4233,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4234,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4235,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4236,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4237,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4238,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4239,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4240,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4241,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4242,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4243,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4244,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4245,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4246,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4247,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4248,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4249,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4250,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4251,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4252,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4253,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4254,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4255,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4256,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4257,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4258,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4259,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4260,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4261,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4262,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4263,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4264,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4265,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4266,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4267,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4268,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4269,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4270,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4271,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4272,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4273,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4274,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4275,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4276,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4277,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4278,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4279,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4280,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4281,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4282,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4283,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4284,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4285,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4286,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4287,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4288,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4289,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4290,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4291,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4292,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4293,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4294,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4295,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4296,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4297,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4298,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4299,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4300,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4301,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4302,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4303,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4304,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4305,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4306,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4307,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4308,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4309,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4310,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4311,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4312,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4313,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4314,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4315,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4316,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4317,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4318,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4319,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4320,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4321,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4322,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4323,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4324,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4325,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4326,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4327,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4328,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4329,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4330,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4331,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4332,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4333,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4334,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4335,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4336,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4337,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4338,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4339,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4340,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4341,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4342,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4343,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4344,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4345,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4346,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4347,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4348,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4349,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4350,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4351,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4352,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4353,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4354,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4355,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4356,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4357,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4358,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4359,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4360,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4361,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4362,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4363,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4364,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4365,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4366,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4367,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4368,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4369,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4370,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4371,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4372,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4373,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4374,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4375,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4376,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4377,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4378,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4379,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4380,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4381,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4382,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4383,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4384,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4385,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4386,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4387,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4388,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4389,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4390,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4391,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4392,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4393,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4394,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4395,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4396,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4397,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4398,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4399,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4400,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4401,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4402,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4403,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4404,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4405,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4406,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4407,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4408,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4409,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4410,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4411,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4412,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4413,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4414,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4415,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4416,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4417,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4418,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4419,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4420,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4421,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4422,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4423,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4424,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4425,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4426,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4427,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4428,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4429,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4430,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4431,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4432,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4433,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4434,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4435,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4436,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4437,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4438,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4439,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4440,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4441,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4442,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4443,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4444,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4445,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4446,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4447,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4448,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4449,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4450,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4451,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4452,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4453,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4454,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4455,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4456,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4457,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4458,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4459,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4460,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4461,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4462,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4463,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4464,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4465,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4466,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4467,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4468,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4469,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4470,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4471,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4472,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4473,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4474,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4475,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4476,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4477,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4478,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4479,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4480,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4481,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4482,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4483,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4484,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4485,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4486,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4487,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4488,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4489,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4490,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4491,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4492,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4493,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4494,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4495,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4496,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4497,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4498,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4499,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4500,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4501,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4502,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4503,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4504,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4505,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4506,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4507,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4508,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4509,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4510,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4511,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4512,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4513,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4514,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4515,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4516,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4517,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4518,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4519,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4520,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4521,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4522,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4523,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4524,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4525,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4526,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4527,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4528,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4529,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4530,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4531,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4532,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4533,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4534,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4535,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4536,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4537,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4538,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4539,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4540,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4541,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4542,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4543,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4544,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4545,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4546,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4547,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4548,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4549,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4550,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4551,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4552,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4553,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4554,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4555,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4556,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4557,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4558,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4559,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4560,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4561,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4562,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4563,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4564,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4565,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4566,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4567,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4568,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4569,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4570,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4571,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4572,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4573,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4574,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4575,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4576,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4577,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4578,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4579,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4580,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4581,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4582,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4583,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4584,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4585,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4586,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4587,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4588,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4589,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4590,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4591,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4592,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4593,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4594,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4595,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4596,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4597,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4598,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4599,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4600,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4601,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4602,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4603,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4604,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4605,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4606,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4607,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4608,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4609,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4610,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4611,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4612,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4613,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4614,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4615,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4616,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4617,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4618,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4619,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4620,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4621,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4622,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4623,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4624,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4625,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4626,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4627,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4628,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4629,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4630,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4631,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4632,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4633,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4634,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4635,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4636,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4637,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4638,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4639,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4640,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4641,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4642,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4643,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4644,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4645,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4646,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4647,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4648,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4649,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4650,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4651,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4652,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4653,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4654,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4655,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4656,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4657,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4658,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4659,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4660,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4661,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4662,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4663,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4664,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4665,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4666,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4667,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4668,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4669,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4670,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4671,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4672,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4673,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4674,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4675,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4676,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4677,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4678,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4679,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4680,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4681,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4682,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4683,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4684,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4685,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4686,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4687,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4688,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4689,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4690,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4691,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4692,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4693,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4694,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4695,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4696,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4697,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4698,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4699,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4700,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4701,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4702,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4703,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4704,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4705,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4706,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4707,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4708,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4709,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4710,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4711,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4712,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4713,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4714,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4715,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4716,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4717,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4718,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4719,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4720,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4721,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4722,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4723,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4724,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4725,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4726,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4727,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4728,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4729,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4730,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4731,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4732,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4733,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4734,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4735,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4736,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4737,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4738,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4739,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4740,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4741,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4742,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4743,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4744,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4745,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4746,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4747,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4748,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4749,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4750,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4751,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4752,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4753,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4754,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4755,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4756,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4757,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4758,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4759,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4760,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4761,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4762,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4763,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4764,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4765,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4766,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4767,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4768,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4769,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4770,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4771,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4772,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4773,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4774,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4775,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4776,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4777,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4778,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4779,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4780,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4781,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4782,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4783,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4784,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4785,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4786,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4787,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4788,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4789,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4790,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4791,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4792,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4793,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4794,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4795,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4796,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4797,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4798,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4799,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4800,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4801,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4802,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4803,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4804,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4805,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4806,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4807,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4808,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4809,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4810,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4811,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4812,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4813,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4814,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4815,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4816,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4817,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4818,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4819,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4820,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4821,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4822,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4823,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4824,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4825,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4826,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4827,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4828,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4829,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4830,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4831,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4832,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4833,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4834,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4835,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4836,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4837,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4838,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4839,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4840,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4841,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4842,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4843,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4844,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4845,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4846,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4847,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4848,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4849,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4850,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4851,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4852,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4853,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4854,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4855,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4856,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4857,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4858,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4859,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4860,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4861,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4862,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4863,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4864,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4865,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4866,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4867,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4868,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4869,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4870,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4871,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4872,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4873,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4874,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4875,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4876,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4877,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4878,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4879,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4880,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4881,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4882,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4883,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4884,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4885,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4886,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4887,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4888,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4889,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4890,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4891,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4892,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4893,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4894,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4895,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4896,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4897,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4898,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4899,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4900,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4901,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4902,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4903,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4904,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4905,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4906,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4907,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4908,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4909,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4910,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4911,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4912,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4913,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4914,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4915,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4916,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4917,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4918,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4919,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4920,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4921,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4922,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4923,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4924,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4925,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4926,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4927,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4928,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4929,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4930,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4931,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4932,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4933,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4934,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4935,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4936,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4937,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4938,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4939,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4940,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4941,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4942,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4943,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4944,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4945,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4946,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4947,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4948,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4949,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4950,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4951,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4952,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4953,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4954,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4955,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4956,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4957,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4958,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4959,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4960,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4961,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4962,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4963,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4964,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4965,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4966,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4967,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4968,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4969,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4970,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4971,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4972,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4973,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4974,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4975,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4976,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4977,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4978,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4979,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4980,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4981,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4982,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4983,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4984,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4985,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4986,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4987,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4988,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4989,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4990,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4991,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4992,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4993,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4994,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4995,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4996,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4997,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4998,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4999,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5000,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5001,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5002,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5003,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5004,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5005,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5006,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5007,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5008,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5009,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5010,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5011,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5012,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5013,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5014,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5015,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5016,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5017,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5018,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5019,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5020,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5021,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5022,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5023,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5024,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5025,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5026,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5027,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5028,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5029,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5030,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5031,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5032,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5033,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5034,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5035,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5036,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5037,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5038,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5039,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5040,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5041,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5042,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5043,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5044,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5045,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5046,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5047,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5048,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5049,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5050,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5051,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5052,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5053,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5054,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5055,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5056,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5057,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5058,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5059,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5060,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5061,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5062,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5063,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5064,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5065,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5066,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5067,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5068,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5069,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5070,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5071,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5072,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5073,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5074,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5075,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5076,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5077,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5078,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5079,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5080,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5081,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5082,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5083,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5084,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5085,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5086,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5087,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5088,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5089,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5090,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5091,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5092,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5093,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5094,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5095,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5096,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5097,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5098,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5099,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5100,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5101,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5102,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5103,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5104,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5105,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5106,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5107,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5108,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5109,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5110,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5111,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5112,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5113,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5114,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5115,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5116,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5117,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5118,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5119,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5120,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5121,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5122,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5123,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5124,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5125,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5126,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5127,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5128,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5129,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5130,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5131,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5132,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5133,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5134,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5135,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5136,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5137,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5138,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5139,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5140,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5141,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5142,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5143,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5144,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5145,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5146,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5147,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5148,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5149,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5150,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5151,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5152,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5153,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5154,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5155,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5156,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5157,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5158,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5159,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5160,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5161,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5162,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5163,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5164,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5165,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5166,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5167,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5168,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5169,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5170,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5171,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5172,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5173,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5174,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5175,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5176,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5177,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5178,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5179,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5180,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5181,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5182,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5183,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5184,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5185,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5186,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5187,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5188,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5189,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5190,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5191,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5192,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5193,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5194,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5195,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5196,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5197,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5198,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5199,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5200,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5201,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5202,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5203,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5204,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5205,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5206,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5207,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5208,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5209,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5210,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5211,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5212,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5213,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5214,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5215,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5216,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5217,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5218,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5219,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5220,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5221,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5222,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5223,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5224,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5225,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5226,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5227,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5228,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5229,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5230,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5231,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5232,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5233,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5234,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5235,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5236,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5237,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5238,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5239,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5240,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5241,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5242,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5243,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5244,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5245,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5246,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5247,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5248,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5249,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5250,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5251,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5252,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5253,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5254,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5255,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5256,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5257,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5258,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5259,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5260,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5261,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5262,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5263,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5264,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5265,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5266,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5267,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5268,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5269,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5270,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5271,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5272,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5273,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5274,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5275,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5276,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5277,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5278,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5279,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5280,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5281,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5282,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5283,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5284,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5285,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5286,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5287,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5288,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5289,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5290,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5291,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5292,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5293,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5294,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5295,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5296,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5297,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5298,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5299,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5300,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5301,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5302,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5303,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5304,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5305,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5306,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5307,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5308,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5309,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5310,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5311,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5312,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5313,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5314,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5315,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5316,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5317,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5318,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5319,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5320,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5321,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5322,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5323,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5324,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5325,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5326,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5327,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5328,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5329,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5330,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5331,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5332,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5333,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5334,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5335,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5336,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5337,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5338,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5339,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5340,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5341,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5342,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5343,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5344,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5345,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5346,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5347,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5348,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5349,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5350,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5351,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5352,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5353,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5354,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5355,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5356,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5357,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5358,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5359,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5360,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5361,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5362,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5363,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5364,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5365,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5366,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5367,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5368,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5369,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5370,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5371,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5372,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5373,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5374,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5375,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5376,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5377,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5378,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5379,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5380,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5381,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5382,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5383,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5384,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5385,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5386,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5387,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5388,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5389,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5390,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5391,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5392,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5393,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5394,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5395,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5396,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5397,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5398,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5399,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5400,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5401,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5402,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5403,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5404,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5405,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5406,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5407,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5408,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5409,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5410,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5411,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5412,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5413,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5414,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5415,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5416,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5417,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5418,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5419,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5420,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5421,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5422,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5423,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5424,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5425,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5426,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5427,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5428,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5429,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5430,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5431,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5432,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5433,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5434,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5435,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5436,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5437,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5438,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5439,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5440,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5441,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5442,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5443,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5444,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5445,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5446,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5447,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5448,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5449,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5450,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5451,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5452,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5453,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5454,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5455,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5456,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5457,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5458,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5459,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5460,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5461,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5462,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5463,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5464,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5465,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5466,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5467,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5468,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5469,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5470,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5471,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5472,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5473,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5474,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5475,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5476,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5477,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5478,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5479,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5480,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5481,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5482,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5483,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5484,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5485,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5486,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5487,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5488,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5489,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5490,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5491,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5492,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5493,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5494,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5495,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5496,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5497,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5498,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5499,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5500,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5501,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5502,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5503,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5504,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5505,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5506,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5507,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5508,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5509,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5510,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5511,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5512,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5513,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5514,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5515,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5516,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5517,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5518,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5519,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5520,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5521,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5522,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5523,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5524,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5525,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5526,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5527,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5528,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5529,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5530,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5531,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5532,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5533,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5534,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5535,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5536,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5537,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5538,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5539,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5540,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5541,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5542,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5543,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5544,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5545,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5546,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5547,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5548,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5549,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5550,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5551,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5552,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5553,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5554,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5555,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5556,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5557,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5558,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5559,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5560,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5561,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5562,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5563,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5564,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5565,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5566,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5567,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5568,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5569,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5570,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5571,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5572,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5573,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5574,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5575,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5576,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5577,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5578,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5579,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5580,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5581,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5582,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5583,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5584,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5585,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5586,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5587,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5588,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5589,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5590,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5591,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5592,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5593,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5594,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5595,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5596,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5597,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5598,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5599,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5600,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5601,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5602,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5603,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5604,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5605,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5606,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5607,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5608,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5609,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5610,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5611,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5612,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5613,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5614,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5615,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5616,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5617,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5618,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5619,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5620,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5621,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5622,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5623,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5624,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5625,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5626,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5627,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5628,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5629,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5630,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5631,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5632,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5633,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5634,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5635,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5636,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5637,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5638,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5639,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5640,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5641,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5642,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5643,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5644,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5645,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5646,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5647,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5648,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5649,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5650,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5651,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5652,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5653,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5654,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5655,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5656,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5657,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5658,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5659,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5660,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5661,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5662,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5663,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5664,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5665,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5666,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5667,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5668,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5669,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5670,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5671,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5672,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5673,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5674,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5675,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5676,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5677,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5678,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5679,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5680,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5681,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5682,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5683,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5684,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5685,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5686,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5687,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5688,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5689,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5690,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5691,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5692,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5693,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5694,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5695,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5696,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5697,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5698,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5699,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5700,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5701,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5702,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5703,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5704,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5705,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5706,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5707,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5708,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5709,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5710,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5711,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5712,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5713,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5714,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5715,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5716,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5717,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5718,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5719,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5720,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5721,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5722,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5723,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5724,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5725,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5726,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5727,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5728,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5729,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5730,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5731,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5732,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5733,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5734,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5735,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5736,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5737,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5738,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5739,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5740,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5741,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5742,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5743,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5744,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5745,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5746,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5747,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5748,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5749,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5750,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5751,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5752,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5753,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5754,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5755,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5756,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5757,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5758,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5759,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5760,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5761,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5762,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5763,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5764,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5765,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5766,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5767,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5768,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5769,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5770,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5771,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5772,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5773,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5774,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5775,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5776,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5777,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5778,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5779,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5780,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5781,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5782,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5783,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5784,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5785,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5786,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5787,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5788,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5789,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5790,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5791,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5792,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5793,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5794,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5795,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5796,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5797,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5798,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5799,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5800,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5801,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5802,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5803,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5804,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5805,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5806,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5807,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5808,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5809,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5810,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5811,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5812,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5813,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5814,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5815,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5816,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5817,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5818,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5819,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5820,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5821,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5822,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5823,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5824,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5825,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5826,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5827,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5828,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5829,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5830,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5831,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5832,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5833,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5834,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5835,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5836,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5837,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5838,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5839,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5840,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5841,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5842,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5843,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5844,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5845,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5846,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5847,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5848,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5849,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5850,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5851,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5852,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5853,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5854,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5855,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5856,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5857,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5858,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5859,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5860,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5861,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5862,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5863,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5864,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5865,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5866,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5867,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5868,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5869,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5870,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5871,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5872,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5873,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5874,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5875,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5876,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5877,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5878,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5879,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5880,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5881,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5882,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5883,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5884,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5885,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5886,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5887,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5888,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5889,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5890,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5891,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5892,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5893,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5894,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5895,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5896,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5897,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5898,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5899,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5900,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5901,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5902,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5903,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5904,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5905,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5906,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5907,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5908,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5909,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5910,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5911,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5912,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5913,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5914,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5915,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5916,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5917,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5918,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5919,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5920,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5921,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5922,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5923,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5924,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5925,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5926,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5927,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5928,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5929,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5930,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5931,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5932,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5933,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5934,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5935,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5936,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5937,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5938,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5939,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5940,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5941,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5942,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5943,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5944,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5945,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5946,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5947,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5948,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5949,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5950,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5951,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5952,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5953,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5954,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5955,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5956,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5957,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5958,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5959,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5960,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5961,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5962,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5963,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5964,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5965,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5966,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5967,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5968,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5969,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5970,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5971,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5972,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5973,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5974,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5975,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5976,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5977,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5978,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5979,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5980,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5981,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5982,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5983,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5984,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5985,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5986,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5987,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5988,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5989,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5990,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5991,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5992,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5993,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5994,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5995,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5996,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5997,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5998,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5999,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6000,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6001,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6002,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6003,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6004,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6005,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6006,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6007,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6008,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6009,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6010,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6011,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6012,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6013,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6014,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6015,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6016,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6017,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6018,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6019,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6020,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6021,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6022,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6023,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6024,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6025,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6026,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6027,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6028,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6029,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6030,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6031,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6032,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6033,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6034,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6035,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6036,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6037,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6038,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6039,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6040,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6041,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6042,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6043,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6044,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6045,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6046,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6047,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6048,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6049,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6050,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6051,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6052,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6053,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6054,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6055,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6056,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6057,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6058,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6059,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6060,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6061,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6062,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6063,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6064,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6065,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6066,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6067,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6068,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6069,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6070,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6071,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6072,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6073,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6074,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6075,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6076,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6077,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6078,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6079,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6080,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6081,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6082,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6083,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6084,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6085,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6086,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6087,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6088,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6089,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6090,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6091,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6092,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6093,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6094,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6095,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6096,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6097,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6098,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6099,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6100,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6101,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6102,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6103,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6104,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6105,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6106,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6107,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6108,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6109,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6110,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6111,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6112,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6113,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6114,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6115,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6116,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6117,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6118,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6119,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6120,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6121,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6122,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6123,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6124,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6125,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6126,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6127,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6128,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6129,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6130,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6131,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6132,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6133,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6134,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6135,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6136,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6137,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6138,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6139,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6140,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6141,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6142,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6143,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6144,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6145,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6146,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6147,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6148,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6149,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6150,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6151,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6152,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6153,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6154,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6155,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6156,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6157,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6158,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6159,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6160,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6161,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6162,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6163,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6164,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6165,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6166,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6167,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6168,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6169,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6170,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6171,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6172,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6173,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6174,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6175,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6176,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6177,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6178,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6179,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6180,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6181,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6182,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6183,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6184,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6185,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6186,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6187,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6188,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6189,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6190,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6191,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6192,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6193,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6194,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6195,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6196,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6197,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6198,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6199,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6200,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6201,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6202,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6203,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6204,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6205,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6206,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6207,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6208,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6209,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6210,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6211,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6212,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6213,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6214,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6215,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6216,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6217,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6218,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6219,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6220,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6221,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6222,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6223,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6224,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6225,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6226,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6227,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6228,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6229,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6230,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6231,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6232,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6233,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6234,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6235,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6236,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6237,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6238,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6239,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6240,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6241,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6242,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6243,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6244,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6245,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6246,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6247,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6248,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6249,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6250,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6251,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6252,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6253,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6254,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6255,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6256,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6257,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6258,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6259,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6260,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6261,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6262,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6263,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6264,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6265,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6266,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6267,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6268,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6269,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6270,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6271,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6272,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6273,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6274,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6275,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6276,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6277,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6278,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6279,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6280,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6281,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6282,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6283,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6284,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6285,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6286,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6287,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6288,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6289,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6290,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6291,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6292,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6293,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6294,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6295,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6296,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6297,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6298,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6299,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6300,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6301,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6302,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6303,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6304,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6305,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6306,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6307,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6308,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6309,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6310,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6311,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6312,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6313,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6314,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6315,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6316,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6317,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6318,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6319,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6320,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6321,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6322,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6323,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6324,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6325,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6326,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6327,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6328,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6329,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6330,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6331,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6332,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6333,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6334,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6335,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6336,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6337,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6338,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6339,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6340,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6341,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6342,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6343,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6344,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6345,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6346,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6347,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6348,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6349,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6350,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6351,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6352,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6353,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6354,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6355,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6356,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6357,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6358,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6359,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6360,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6361,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6362,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6363,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6364,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6365,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6366,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6367,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6368,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6369,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6370,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6371,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6372,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6373,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6374,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6375,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6376,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6377,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6378,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6379,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6380,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6381,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6382,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6383,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6384,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6385,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6386,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6387,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6388,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6389,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6390,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6391,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6392,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6393,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6394,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6395,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6396,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6397,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6398,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6399,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6400,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6401,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6402,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6403,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6404,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6405,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6406,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6407,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6408,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6409,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6410,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6411,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6412,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6413,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6414,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6415,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6416,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6417,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6418,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6419,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6420,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6421,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6422,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6423,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6424,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6425,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6426,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6427,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6428,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6429,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6430,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6431,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6432,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6433,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6434,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6435,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6436,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6437,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6438,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6439,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6440,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6441,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6442,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6443,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6444,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6445,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6446,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6447,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6448,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6449,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6450,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6451,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6452,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6453,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6454,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6455,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6456,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6457,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6458,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6459,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6460,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6461,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6462,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6463,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6464,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6465,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6466,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6467,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6468,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6469,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6470,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6471,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6472,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6473,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6474,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6475,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6476,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6477,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6478,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6479,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6480,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6481,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6482,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6483,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6484,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6485,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6486,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6487,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6488,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6489,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6490,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6491,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6492,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6493,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6494,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6495,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6496,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6497,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6498,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6499,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6500,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6501,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6502,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6503,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6504,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6505,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6506,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6507,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6508,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6509,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6510,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6511,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6512,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6513,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6514,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6515,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6516,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6517,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6518,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6519,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6520,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6521,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6522,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6523,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6524,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6525,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6526,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6527,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6528,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6529,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6530,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6531,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6532,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6533,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6534,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6535,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6536,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6537,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6538,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6539,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6540,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6541,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6542,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6543,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6544,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6545,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6546,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6547,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6548,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6549,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6550,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6551,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6552,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6553,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6554,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6555,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6556,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6557,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6558,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6559,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6560,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6561,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6562,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6563,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6564,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6565,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6566,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6567,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6568,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6569,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6570,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6571,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6572,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6573,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6574,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6575,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6576,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6577,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6578,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6579,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6580,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6581,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6582,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6583,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6584,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6585,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6586,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6587,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6588,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6589,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6590,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6591,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6592,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6593,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6594,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6595,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6596,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6597,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6598,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6599,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6600,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6601,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6602,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6603,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6604,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6605,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6606,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6607,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6608,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6609,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6610,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6611,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6612,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6613,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6614,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6615,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6616,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6617,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6618,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6619,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6620,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6621,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6622,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6623,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6624,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6625,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6626,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6627,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6628,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6629,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6630,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6631,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6632,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6633,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6634,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6635,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6636,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6637,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6638,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6639,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6640,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6641,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6642,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6643,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6644,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6645,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6646,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6647,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6648,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6649,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6650,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6651,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6652,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6653,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6654,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6655,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6656,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6657,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6658,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6659,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6660,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6661,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6662,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6663,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6664,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6665,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6666,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6667,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6668,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6669,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6670,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6671,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6672,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6673,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6674,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6675,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6676,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6677,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6678,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6679,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6680,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6681,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6682,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6683,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6684,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6685,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6686,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6687,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6688,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6689,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6690,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6691,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6692,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6693,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6694,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6695,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6696,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6697,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6698,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6699,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6700,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6701,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6702,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6703,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6704,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6705,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6706,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6707,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6708,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6709,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6710,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6711,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6712,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6713,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6714,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6715,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6716,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6717,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6718,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6719,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6720,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6721,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6722,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6723,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6724,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6725,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6726,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6727,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6728,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6729,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6730,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6731,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6732,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6733,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6734,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6735,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6736,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6737,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6738,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6739,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6740,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6741,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6742,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6743,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6744,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6745,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6746,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6747,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6748,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6749,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6750,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6751,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6752,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6753,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6754,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6755,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6756,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6757,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6758,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6759,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6760,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6761,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6762,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6763,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6764,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6765,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6766,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6767,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6768,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6769,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6770,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6771,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6772,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6773,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6774,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6775,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6776,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6777,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6778,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6779,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6780,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6781,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6782,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6783,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6784,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6785,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6786,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6787,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6788,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6789,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6790,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6791,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6792,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6793,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6794,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6795,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6796,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6797,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6798,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6799,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6800,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6801,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6802,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6803,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6804,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6805,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6806,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6807,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6808,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6809,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6810,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6811,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6812,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6813,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6814,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6815,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6816,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6817,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6818,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6819,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6820,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6821,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6822,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6823,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6824,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6825,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6826,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6827,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6828,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6829,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6830,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6831,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6832,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6833,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6834,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6835,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6836,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6837,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6838,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6839,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6840,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6841,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6842,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6843,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6844,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6845,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6846,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6847,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6848,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6849,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6850,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6851,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6852,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6853,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6854,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6855,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6856,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6857,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6858,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6859,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6860,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6861,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6862,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6863,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6864,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6865,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6866,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6867,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6868,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6869,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6870,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6871,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6872,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6873,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6874,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6875,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6876,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6877,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6878,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6879,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6880,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6881,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6882,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6883,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6884,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6885,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6886,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6887,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6888,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6889,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6890,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6891,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6892,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6893,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6894,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6895,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6896,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6897,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6898,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6899,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6900,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6901,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6902,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6903,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6904,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6905,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6906,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6907,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6908,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6909,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6910,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6911,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6912,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6913,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6914,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6915,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6916,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6917,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6918,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6919,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6920,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6921,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6922,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6923,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6924,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6925,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6926,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6927,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6928,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6929,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6930,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6931,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6932,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6933,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6934,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6935,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6936,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6937,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6938,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6939,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6940,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6941,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6942,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6943,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6944,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6945,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6946,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6947,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6948,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6949,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6950,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6951,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6952,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6953,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6954,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6955,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6956,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6957,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6958,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6959,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6960,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6961,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6962,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6963,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6964,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6965,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6966,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6967,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6968,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6969,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6970,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6971,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6972,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6973,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6974,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6975,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6976,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6977,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6978,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6979,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6980,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6981,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6982,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6983,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6984,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6985,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6986,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6987,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6988,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6989,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6990,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6991,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6992,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6993,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6994,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6995,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6996,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6997,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6998,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6999,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7000,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7001,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7002,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7003,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7004,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7005,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7006,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7007,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7008,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7009,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7010,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7011,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7012,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7013,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7014,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7015,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7016,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7017,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7018,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7019,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7020,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7021,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7022,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7023,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7024,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7025,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7026,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7027,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7028,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7029,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7030,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7031,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7032,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7033,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7034,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7035,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7036,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7037,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7038,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7039,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7040,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7041,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7042,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7043,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7044,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7045,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7046,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7047,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7048,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7049,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7050,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7051,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7052,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7053,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7054,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7055,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7056,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7057,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7058,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7059,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7060,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7061,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7062,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7063,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7064,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7065,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7066,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7067,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7068,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7069,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7070,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7071,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7072,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7073,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7074,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7075,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7076,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7077,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7078,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7079,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7080,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7081,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7082,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7083,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7084,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7085,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7086,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7087,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7088,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7089,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7090,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7091,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7092,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7093,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7094,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7095,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7096,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7097,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7098,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7099,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7100,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7101,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7102,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7103,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7104,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7105,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7106,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7107,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7108,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7109,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7110,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7111,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7112,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7113,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7114,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7115,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7116,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7117,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7118,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7119,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7120,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7121,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7122,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7123,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7124,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7125,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7126,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7127,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7128,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7129,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7130,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7131,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7132,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7133,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7134,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7135,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7136,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7137,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7138,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7139,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7140,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7141,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7142,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7143,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7144,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7145,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7146,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7147,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7148,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7149,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7150,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7151,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7152,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7153,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7154,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7155,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7156,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7157,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7158,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7159,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7160,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7161,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7162,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7163,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7164,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7165,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7166,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7167,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7168,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7169,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7170,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7171,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7172,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7173,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7174,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7175,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7176,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7177,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7178,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7179,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7180,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7181,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7182,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7183,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7184,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7185,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7186,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7187,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7188,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7189,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7190,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7191,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7192,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7193,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7194,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7195,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7196,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7197,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7198,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7199,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7200,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7201,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7202,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7203,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7204,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7205,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7206,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7207,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7208,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7209,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7210,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7211,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7212,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7213,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7214,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7215,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7216,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7217,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7218,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7219,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7220,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7221,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7222,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7223,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7224,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7225,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7226,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7227,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7228,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7229,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7230,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7231,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7232,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7233,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7234,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7235,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7236,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7237,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7238,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7239,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7240,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7241,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7242,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7243,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7244,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7245,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7246,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7247,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7248,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7249,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7250,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7251,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7252,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7253,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7254,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7255,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7256,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7257,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7258,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7259,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7260,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7261,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7262,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7263,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7264,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7265,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7266,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7267,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7268,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7269,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7270,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7271,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7272,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7273,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7274,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7275,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7276,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7277,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7278,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7279,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7280,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7281,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7282,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7283,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7284,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7285,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7286,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7287,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7288,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7289,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7290,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7291,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7292,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7293,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7294,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7295,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7296,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7297,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7298,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7299,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7300,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7301,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7302,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7303,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7304,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7305,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7306,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7307,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7308,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7309,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7310,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7311,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7312,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7313,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7314,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7315,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7316,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7317,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7318,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7319,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7320,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7321,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7322,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7323,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7324,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7325,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7326,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7327,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7328,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7329,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7330,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7331,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7332,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7333,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7334,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7335,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7336,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7337,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7338,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7339,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7340,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7341,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7342,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7343,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7344,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7345,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7346,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7347,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7348,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7349,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7350,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7351,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7352,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7353,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7354,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7355,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7356,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7357,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7358,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7359,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7360,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7361,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7362,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7363,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7364,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7365,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7366,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7367,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7368,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7369,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7370,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7371,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7372,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7373,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7374,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7375,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7376,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7377,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7378,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7379,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7380,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7381,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7382,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7383,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7384,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7385,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7386,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7387,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7388,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7389,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7390,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7391,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7392,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7393,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7394,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7395,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7396,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7397,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7398,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7399,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7400,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7401,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7402,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7403,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7404,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7405,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7406,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7407,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7408,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7409,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7410,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7411,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7412,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7413,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7414,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7415,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7416,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7417,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7418,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7419,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7420,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7421,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7422,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7423,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7424,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7425,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7426,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7427,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7428,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7429,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7430,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7431,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7432,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7433,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7434,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7435,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7436,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7437,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7438,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7439,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7440,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7441,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7442,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7443,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7444,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7445,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7446,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7447,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7448,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7449,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7450,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7451,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7452,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7453,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7454,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7455,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7456,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7457,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7458,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7459,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7460,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7461,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7462,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7463,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7464,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7465,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7466,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7467,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7468,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7469,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7470,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7471,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7472,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7473,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7474,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7475,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7476,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7477,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7478,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7479,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7480,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7481,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7482,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7483,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7484,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7485,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7486,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7487,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7488,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7489,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7490,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7491,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7492,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7493,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7494,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7495,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7496,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7497,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7498,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7499,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7500,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7501,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7502,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7503,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7504,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7505,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7506,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7507,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7508,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7509,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7510,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7511,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7512,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7513,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7514,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7515,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7516,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7517,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7518,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7519,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7520,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7521,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7522,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7523,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7524,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7525,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7526,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7527,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7528,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7529,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7530,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7531,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7532,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7533,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7534,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7535,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7536,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7537,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7538,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7539,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7540,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7541,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7542,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7543,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7544,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7545,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7546,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7547,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7548,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7549,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7550,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7551,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7552,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7553,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7554,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7555,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7556,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7557,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7558,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7559,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7560,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7561,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7562,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7563,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7564,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7565,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7566,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7567,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7568,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7569,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7570,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7571,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7572,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7573,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7574,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7575,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7576,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7577,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7578,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7579,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7580,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7581,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7582,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7583,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7584,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7585,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7586,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7587,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7588,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7589,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7590,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7591,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7592,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7593,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7594,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7595,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7596,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7597,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7598,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7599,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7600,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7601,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7602,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7603,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7604,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7605,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7606,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7607,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7608,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7609,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7610,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7611,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7612,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7613,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7614,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7615,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7616,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7617,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7618,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7619,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7620,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7621,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7622,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7623,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7624,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7625,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7626,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7627,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7628,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7629,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7630,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7631,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7632,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7633,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7634,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7635,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7636,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7637,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7638,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7639,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7640,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7641,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7642,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7643,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7644,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7645,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7646,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7647,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7648,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7649,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7650,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7651,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7652,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7653,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7654,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7655,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7656,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7657,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7658,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7659,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7660,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7661,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7662,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7663,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7664,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7665,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7666,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7667,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7668,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7669,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7670,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7671,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7672,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7673,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7674,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7675,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7676,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7677,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7678,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7679,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7680,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7681,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7682,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7683,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7684,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7685,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7686,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7687,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7688,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7689,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7690,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7691,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7692,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7693,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7694,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7695,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7696,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7697,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7698,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7699,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7700,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7701,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7702,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7703,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7704,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7705,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7706,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7707,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7708,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7709,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7710,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7711,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7712,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7713,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7714,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7715,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7716,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7717,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7718,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7719,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7720,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7721,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7722,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7723,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7724,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7725,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7726,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7727,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7728,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7729,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7730,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7731,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7732,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7733,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7734,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7735,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7736,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7737,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7738,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7739,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7740,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7741,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7742,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7743,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7744,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7745,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7746,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7747,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7748,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7749,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7750,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7751,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7752,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7753,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7754,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7755,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7756,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7757,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7758,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7759,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7760,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7761,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7762,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7763,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7764,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7765,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7766,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7767,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7768,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7769,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7770,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7771,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7772,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7773,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7774,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7775,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7776,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7777,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7778,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7779,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7780,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7781,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7782,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7783,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7784,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7785,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7786,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7787,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7788,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7789,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7790,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7791,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7792,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7793,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7794,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7795,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7796,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7797,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7798,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7799,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7800,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7801,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7802,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7803,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7804,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7805,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7806,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7807,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7808,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7809,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7810,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7811,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7812,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7813,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7814,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7815,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7816,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7817,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7818,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7819,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7820,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7821,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7822,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7823,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7824,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7825,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7826,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7827,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7828,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7829,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7830,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7831,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7832,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7833,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7834,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7835,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7836,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7837,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7838,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7839,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7840,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7841,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7842,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7843,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7844,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7845,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7846,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7847,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7848,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7849,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7850,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7851,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7852,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7853,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7854,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7855,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7856,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7857,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7858,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7859,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7860,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7861,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7862,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7863,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7864,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7865,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7866,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7867,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7868,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7869,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7870,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7871,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7872,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7873,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7874,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7875,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7876,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7877,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7878,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7879,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7880,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7881,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7882,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7883,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7884,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7885,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7886,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7887,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7888,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7889,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7890,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7891,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7892,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7893,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7894,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7895,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7896,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7897,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7898,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7899,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7900,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7901,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7902,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7903,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7904,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7905,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7906,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7907,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7908,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7909,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7910,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7911,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7912,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7913,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7914,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7915,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7916,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7917,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7918,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7919,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7920,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7921,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7922,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7923,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7924,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7925,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7926,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7927,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7928,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7929,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7930,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7931,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7932,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7933,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7934,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7935,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7936,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7937,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7938,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7939,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7940,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7941,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7942,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7943,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7944,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7945,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7946,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7947,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7948,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7949,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7950,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7951,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7952,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7953,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7954,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7955,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7956,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7957,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7958,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7959,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7960,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7961,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7962,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7963,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7964,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7965,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7966,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7967,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7968,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7969,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7970,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7971,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7972,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7973,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7974,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7975,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7976,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7977,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7978,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7979,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7980,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7981,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7982,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7983,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7984,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7985,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7986,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7987,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7988,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7989,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7990,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7991,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7992,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7993,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7994,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7995,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7996,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7997,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7998,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7999,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8000,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8001,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8002,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8003,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8004,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8005,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8006,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8007,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8008,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8009,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8010,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8011,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8012,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8013,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8014,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8015,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8016,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8017,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8018,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8019,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8020,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8021,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8022,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8023,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8024,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8025,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8026,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8027,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8028,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8029,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8030,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8031,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8032,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8033,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8034,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8035,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8036,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8037,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8038,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8039,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8040,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8041,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8042,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8043,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8044,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8045,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8046,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8047,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8048,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8049,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8050,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8051,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8052,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8053,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8054,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8055,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8056,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8057,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8058,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8059,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8060,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8061,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8062,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8063,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8064,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8065,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8066,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8067,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8068,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8069,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8070,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8071,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8072,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8073,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8074,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8075,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8076,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8077,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8078,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8079,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8080,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8081,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8082,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8083,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8084,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8085,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8086,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8087,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8088,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8089,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8090,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8091,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8092,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8093,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8094,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8095,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8096,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8097,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8098,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8099,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8100,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8101,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8102,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8103,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8104,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8105,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8106,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8107,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8108,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8109,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8110,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8111,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8112,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8113,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8114,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8115,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8116,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8117,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8118,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8119,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8120,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8121,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8122,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8123,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8124,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8125,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8126,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8127,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8128,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8129,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8130,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8131,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8132,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8133,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8134,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8135,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8136,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8137,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8138,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8139,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8140,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8141,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8142,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8143,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8144,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8145,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8146,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8147,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8148,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8149,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8150,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8151,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8152,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8153,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8154,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8155,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8156,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8157,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8158,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8159,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8160,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8161,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8162,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8163,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8164,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8165,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8166,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8167,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8168,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8169,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8170,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8171,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8172,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8173,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8174,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8175,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8176,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8177,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8178,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8179,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8180,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8181,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8182,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8183,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8184,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8185,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8186,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8187,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8188,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8189,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8190,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8191,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8192,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8193,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8194,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8195,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8196,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8197,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8198,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8199,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8200,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8201,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8202,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8203,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8204,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8205,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8206,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8207,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8208,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8209,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8210,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8211,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8212,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8213,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8214,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8215,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8216,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8217,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8218,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8219,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8220,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8221,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8222,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8223,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8224,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8225,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8226,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8227,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8228,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8229,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8230,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8231,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8232,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8233,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8234,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8235,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8236,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8237,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8238,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8239,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8240,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8241,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8242,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8243,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8244,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8245,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8246,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8247,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8248,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8249,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8250,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8251,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8252,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8253,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8254,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8255,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8256,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8257,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8258,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8259,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8260,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8261,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8262,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8263,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8264,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8265,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8266,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8267,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8268,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8269,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8270,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8271,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8272,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8273,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8274,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8275,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8276,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8277,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8278,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8279,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8280,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8281,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8282,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8283,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8284,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8285,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8286,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8287,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8288,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8289,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8290,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8291,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8292,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8293,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8294,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8295,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8296,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8297,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8298,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8299,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8300,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8301,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8302,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8303,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8304,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8305,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8306,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8307,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8308,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8309,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8310,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8311,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8312,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8313,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8314,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8315,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8316,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8317,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8318,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8319,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8320,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8321,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8322,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8323,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8324,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8325,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8326,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8327,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8328,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8329,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8330,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8331,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8332,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8333,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8334,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8335,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8336,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8337,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8338,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8339,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8340,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8341,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8342,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8343,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8344,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8345,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8346,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8347,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8348,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8349,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8350,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8351,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8352,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8353,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8354,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8355,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8356,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8357,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8358,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8359,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8360,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8361,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8362,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8363,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8364,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8365,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8366,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8367,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8368,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8369,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8370,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8371,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8372,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8373,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8374,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8375,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8376,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8377,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8378,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8379,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8380,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8381,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8382,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8383,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8384,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8385,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8386,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8387,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8388,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8389,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8390,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8391,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8392,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8393,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8394,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8395,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8396,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8397,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8398,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8399,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8400,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8401,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8402,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8403,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8404,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8405,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8406,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8407,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8408,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8409,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8410,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8411,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8412,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8413,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8414,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8415,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8416,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8417,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8418,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8419,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8420,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8421,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8422,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8423,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8424,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8425,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8426,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8427,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8428,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8429,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8430,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8431,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8432,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8433,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8434,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8435,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8436,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8437,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8438,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8439,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8440,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8441,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8442,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8443,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8444,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8445,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8446,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8447,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8448,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8449,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8450,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8451,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8452,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8453,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8454,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8455,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8456,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8457,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8458,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8459,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8460,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8461,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8462,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8463,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8464,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8465,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8466,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8467,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8468,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8469,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8470,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8471,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8472,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8473,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8474,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8475,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8476,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8477,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8478,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8479,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8480,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8481,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8482,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8483,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8484,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8485,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8486,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8487,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8488,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8489,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8490,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8491,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8492,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8493,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8494,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8495,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8496,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8497,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8498,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8499,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8500,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8501,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8502,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8503,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8504,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8505,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8506,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8507,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8508,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8509,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8510,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8511,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8512,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8513,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8514,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8515,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8516,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8517,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8518,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8519,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8520,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8521,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8522,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8523,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8524,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8525,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8526,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8527,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8528,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8529,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8530,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8531,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8532,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8533,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8534,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8535,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8536,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8537,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8538,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8539,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8540,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8541,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8542,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8543,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8544,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8545,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8546,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8547,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8548,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8549,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8550,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8551,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8552,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8553,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8554,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8555,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8556,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8557,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8558,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8559,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8560,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8561,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8562,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8563,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8564,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8565,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8566,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8567,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8568,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8569,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8570,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8571,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8572,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8573,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8574,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8575,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8576,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8577,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8578,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8579,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8580,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8581,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8582,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8583,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8584,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8585,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8586,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8587,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8588,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8589,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8590,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8591,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8592,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8593,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8594,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8595,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8596,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8597,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8598,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8599,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8600,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8601,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8602,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8603,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8604,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8605,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8606,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8607,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8608,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8609,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8610,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8611,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8612,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8613,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8614,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8615,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8616,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8617,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8618,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8619,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8620,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8621,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8622,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8623,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8624,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8625,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8626,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8627,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8628,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8629,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8630,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8631,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8632,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8633,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8634,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8635,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8636,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8637,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8638,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8639,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8640,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8641,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8642,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8643,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8644,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8645,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8646,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8647,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8648,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8649,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8650,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8651,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8652,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8653,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8654,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8655,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8656,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8657,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8658,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8659,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8660,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8661,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8662,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8663,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8664,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8665,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8666,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8667,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8668,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8669,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8670,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8671,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8672,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8673,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8674,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8675,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8676,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8677,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8678,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8679,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8680,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8681,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8682,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8683,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8684,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8685,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8686,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8687,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8688,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8689,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8690,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8691,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8692,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8693,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8694,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8695,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8696,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8697,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8698,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8699,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8700,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8701,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8702,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8703,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8704,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8705,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8706,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8707,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8708,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8709,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8710,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8711,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8712,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8713,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8714,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8715,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8716,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8717,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8718,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8719,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8720,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8721,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8722,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8723,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8724,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8725,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8726,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8727,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8728,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8729,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8730,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8731,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8732,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8733,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8734,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8735,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8736,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8737,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8738,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8739,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8740,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8741,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8742,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8743,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8744,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8745,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8746,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8747,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8748,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8749,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8750,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8751,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8752,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8753,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8754,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8755,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8756,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8757,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8758,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8759,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8760,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
\ No newline at end of file
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Generators_variability.csv b/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Generators_variability.csv
deleted file mode 100644
index e167444dd7..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Generators_variability.csv
+++ /dev/null
@@ -1,8761 +0,0 @@
-Time_Index,NENGREST_biomass_1,NENGREST_conventional_hydroelectric_1,NENGREST_hydroelectric_pumped_storage_1,NENGREST_natural_gas_fired_combined_cycle_1,NENGREST_natural_gas_fired_combined_cycle_2,NENGREST_natural_gas_fired_combustion_turbine_1,NENGREST_natural_gas_fired_combustion_turbine_2,NENGREST_natural_gas_steam_turbine_1,NENGREST_nuclear_1,NENGREST_offshore_wind_turbine_1,NENGREST_onshore_wind_turbine_1,NENGREST_small_hydroelectric_1,NENGREST_solar_photovoltaic_1,NENG_CT_biomass_1,NENG_CT_conventional_hydroelectric_1,NENG_CT_hydroelectric_pumped_storage_1,NENG_CT_natural_gas_fired_combined_cycle_1,NENG_CT_natural_gas_fired_combined_cycle_2,NENG_CT_natural_gas_fired_combustion_turbine_1,NENG_CT_natural_gas_fired_combustion_turbine_2,NENG_CT_nuclear_1,NENG_CT_onshore_wind_turbine_1,NENG_CT_small_hydroelectric_1,NENG_CT_solar_photovoltaic_1,NENG_ME_biomass_1,NENG_ME_conventional_hydroelectric_1,NENG_ME_natural_gas_fired_combined_cycle_1,NENG_ME_natural_gas_fired_combined_cycle_2,NENG_ME_natural_gas_fired_combustion_turbine_1,NENG_ME_onshore_wind_turbine_1,NENG_ME_small_hydroelectric_1,NENG_ME_solar_photovoltaic_1,NENGREST_naturalgas_ccccsavgcf_mid_0,NENGREST_naturalgas_ccavgcf_mid_0,NENGREST_naturalgas_ctavgcf_mid_0,NENGREST_battery_mid_0,NENGREST_naturalgas_ccs100_mid_0,NENGREST_landbasedwind_ltrg1_mid_130_1,NENGREST_utilitypv_losangeles_mid_80_0_2_1,NENGREST_offshorewind_otrg3_mid_fixed_1_176_77_1,NENG_CT_naturalgas_ccccsavgcf_mid_0,NENG_CT_naturalgas_ccavgcf_mid_0,NENG_CT_naturalgas_ctavgcf_mid_0,NENG_CT_battery_mid_0,NENG_CT_naturalgas_ccs100_mid_0,NENG_CT_landbasedwind_ltrg1_mid_110_1,NENG_CT_utilitypv_losangeles_mid_80_0_2_1,NENG_CT_offshorewind_otrg3_mid_fixed_1_176_77_1,NENG_ME_naturalgas_ccccsavgcf_mid_0,NENG_ME_naturalgas_ccavgcf_mid_0,NENG_ME_naturalgas_ctavgcf_mid_0,NENG_ME_battery_mid_0,NENG_ME_naturalgas_ccs100_mid_0,NENG_ME_landbasedwind_ltrg1_mid_110_1,NENG_ME_utilitypv_losangeles_mid_100_0_2_1,NENGREST_heat_load_shifting_1,NENG_CT_heat_load_shifting_1,NENG_ME_heat_load_shifting_1
-0,1,0.4136,1,1,1,1,1,1,1,1,0.2949,0.4136,0,1,0.3184,1,1,1,1,1,1,0.1727,0.3184,0,1,0.6451,1,1,1,0.5246,0.6451,0,1,1,1,1,1,0.396942616,0,0.692882299,1,1,1,1,1,0.227019295,0,0.100365713,1,1,1,1,1,0.750804782,0,0.469610923,0.469642479,0.469858156
-1,1,0.4135,1,1,1,1,1,1,1,1,0.2855,0.4135,0,1,0.3184,1,1,1,1,1,1,0.1644,0.3184,0,1,0.6452,1,1,1,0.5049,0.6452,0,1,1,1,1,1,0.351704359,0,0.756700516,1,1,1,1,1,0.235586584,0,0.267657876,1,1,1,1,1,0.71875,0,0.444055099,0.444044849,0.444148936
-2,1,0.4134,1,1,1,1,1,1,1,1,0.2822,0.4134,0,1,0.3184,1,1,1,1,1,1,0.2645,0.3184,0,1,0.6453,1,1,1,0.4734,0.6453,0,1,1,1,1,1,0.397691101,0,0.573801279,1,1,1,1,1,0.297784984,0,0.260432482,1,1,1,1,1,0.628944397,0,0.425144998,0.425005289,0.425088652
-3,1,0.4132,1,1,1,1,1,1,1,1,0.2999,0.4132,0,1,0.3184,1,1,1,1,1,1,0.214,0.3184,0,1,0.6454,1,1,1,0.443,0.6454,0,1,1,1,1,1,0.427253336,0,0.457804859,1,1,1,1,1,0.25886327,0,0.229244262,1,1,1,1,1,0.579314351,0,0.415538908,0.415697059,0.415780142
-4,1,0.4131,1,1,1,1,1,1,1,1,0.2623,0.4131,0,1,0.3184,1,1,1,1,1,1,0.1407,0.3184,0,1,0.6455,1,1,1,0.4305,0.6455,0,1,1,1,1,1,0.339119017,0,0.468307495,1,1,1,1,1,0.153275698,0,0.092216238,1,1,1,1,1,0.528715968,0,0.414088932,0.414004654,0.414007092
-5,1,0.413,1,1,1,1,1,1,1,1,0.1912,0.413,0,1,0.3184,1,1,1,1,1,1,0.0858,0.3184,0,1,0.6456,1,1,1,0.3967,0.6456,0,1,1,1,1,1,0.236915365,0,0.412337005,1,1,1,1,1,0.099269398,0,0.104046598,1,1,1,1,1,0.454047352,0,0.421399227,0.421408927,0.421542553
-6,1,0.4128,1,1,1,1,1,1,1,1,0.136,0.4128,0,1,0.3183,1,1,1,1,1,1,0.1152,0.3183,0,1,0.6457,1,1,1,0.342,0.6457,0,1,1,1,1,1,0.193665192,0,0.262161851,1,1,1,1,1,0.12413507,0,0.04129529,1,1,1,1,1,0.373771489,0,0.437046883,0.437063677,0.437056738
-7,1,0.4127,1,1,1,1,1,1,1,1,0.1334,0.4127,0,1,0.3183,1,1,1,1,1,1,0.1681,0.3183,0,1,0.6458,1,1,1,0.2295,0.6458,0,1,1,1,1,1,0.214257017,0,0.125884831,1,1,1,1,1,0.171423361,0,0.014864398,1,1,1,1,1,0.307659447,0,0.451244563,0.451237571,0.451241135
-8,1,0.4126,1,1,1,1,1,1,1,1,0.0745,0.4126,0.1779,1,0.3183,1,1,1,1,1,1,0.1389,0.3183,0.2003,1,0.6459,1,1,1,0.1839,0.6459,0.0921,1,1,1,1,1,0.137640193,0.307505727,0.016297186,1,1,1,1,1,0.140140936,0.349100381,0.035862304,1,1,1,1,1,0.271249354,0.322813988,0.475350411,0.475354347,0.475177305
-9,1,0.4124,1,1,1,1,1,1,1,1,0.0048,0.4124,0.429,1,0.3183,1,1,1,1,1,1,0,0.3183,0.4221,1,0.646,1,1,1,0.0605,0.646,0.3908,1,1,1,1,1,0.001854794,0.664258897,0.006198792,1,1,1,1,1,0,0.649626613,0.058487438,1,1,1,1,1,0.041609347,0.698319793,0.498852102,0.498836471,0.499113475
-10,1,0.4123,1,1,1,1,1,1,1,1,0.0102,0.4123,0.5748,1,0.3183,1,1,1,1,1,1,0,0.3183,0.5774,1,0.6461,1,1,1,0.02,0.6461,0.5199,1,1,1,1,1,0.001021812,0.806394994,0.004277106,1,1,1,1,1,0,0.817615747,0.048426706,1,1,1,1,1,0.017806141,0.848766565,0.513110198,0.513010366,0.51285461
-11,1,0.4121,1,1,1,1,1,1,1,1,0.0157,0.4121,0.6484,1,0.3183,1,1,1,1,1,1,0,0.3183,0.6504,1,0.6462,1,1,1,0.0054,0.6462,0.5648,1,1,1,1,1,0.000917067,0.890713811,0.008617217,1,1,1,1,1,0.000700216,0.874043703,0.054960214,1,1,1,1,1,0.005531413,0.923345685,0.518366361,0.518299133,0.518617021
-12,1,0.412,1,1,1,1,1,1,1,1,0.0189,0.412,0.6208,1,0.3183,1,1,1,1,1,1,0.0381,0.3183,0.6166,1,0.6463,1,1,1,0.0009,0.6463,0.5842,1,1,1,1,1,0.001747156,0.851356745,0.138515979,1,1,1,1,1,0.036487028,0.881147265,0.092642143,1,1,1,1,1,0.007275489,0.939960599,0.520843403,0.520837741,0.521276596
-13,1,0.4119,1,1,1,1,1,1,1,1,0.0143,0.4119,0.596,1,0.3183,1,1,1,1,1,1,0.1596,0.3183,0.6205,1,0.6464,1,1,1,0.0022,0.6464,0.5502,1,1,1,1,1,0.002922443,0.827452779,0.164322734,1,1,1,1,1,0.142956242,0.858554244,0.275910497,1,1,1,1,1,0.013224672,0.819240212,0.516191397,0.516183626,0.516400709
-14,1,0.4117,1,1,1,1,1,1,1,1,0.0458,0.4117,0.5013,1,0.3183,1,1,1,1,1,1,0.1289,0.3183,0.513,1,0.6465,1,1,1,0.0013,0.6465,0.4342,1,1,1,1,1,0.032402053,0.734777331,0.15682584,1,1,1,1,1,0.137140393,0.767803848,0.46294868,1,1,1,1,1,0.015135724,0.684976399,0.511056066,0.51110641,0.51108156
-15,1,0.4116,1,1,1,1,1,1,1,1,0.067,0.4116,0.3311,1,0.3183,1,1,1,1,1,1,0.1519,0.3183,0.3369,1,0.6466,1,1,1,0.0144,0.6466,0.2639,1,1,1,1,1,0.063479923,0.490042329,0.114826471,1,1,1,1,1,0.152674079,0.544382453,0.8360641,1,1,1,1,1,0.047520526,0.462253869,0.514076849,0.514068119,0.514184397
-16,1,0.4115,1,1,1,1,1,1,1,1,0.0606,0.4115,0.0642,1,0.3183,1,1,1,1,1,1,0.1017,0.3183,0.1068,1,0.6467,1,1,1,0.0585,0.6467,0.0101,1,1,1,1,1,0.04487535,0.181476921,0.14554593,1,1,1,1,1,0.100329429,0.254588842,0.683939576,1,1,1,1,1,0.162931502,4.89E-06,0.564101015,0.563994077,0.56427305
-17,1,0.4113,1,1,1,1,1,1,1,1,0.1477,0.4113,0,1,0.3183,1,1,1,1,1,1,0.3104,0.3183,0,1,0.6468,1,1,1,0.1846,0.6468,0,1,1,1,1,1,0.181191564,0,0.555196047,1,1,1,1,1,0.355215728,0,0.775931239,1,1,1,1,1,0.392363906,0,0.611648139,0.611804527,0.611702128
-18,1,0.4112,1,1,1,1,1,1,1,1,0.3617,0.4112,0,1,0.3183,1,1,1,1,1,1,0.3362,0.3183,0,1,0.6469,1,1,1,0.2693,0.6469,0,1,1,1,1,1,0.402027905,0,0.834268093,1,1,1,1,1,0.43245405,0,0.868137777,1,1,1,1,1,0.55997026,0,0.608083615,0.607996615,0.608156028
-19,1,0.4111,1,1,1,1,1,1,1,1,0.3334,0.4111,0,1,0.3183,1,1,1,1,1,1,0.295,0.3183,0,1,0.647,1,1,1,0.3721,0.647,0,1,1,1,1,1,0.39749518,0,0.727838397,1,1,1,1,1,0.356460899,0,0.465393215,1,1,1,1,1,0.690556824,0,0.589475592,0.589591707,0.589539007
-20,1,0.4109,1,1,1,1,1,1,1,1,0.3371,0.4109,0,1,0.3183,1,1,1,1,1,1,0.3486,0.3183,0,1,0.6471,1,1,1,0.4032,0.6471,0,1,1,1,1,1,0.496466726,0,0.715845704,1,1,1,1,1,0.360006928,0,0.662286997,1,1,1,1,1,0.705738544,0,0.567665539,0.567801989,0.567819149
-21,1,0.4108,1,1,1,1,1,1,1,1,0.3655,0.4108,0,1,0.3183,1,1,1,1,1,1,0.402,0.3183,0,1,0.6472,1,1,1,0.4321,0.6472,0,1,1,1,1,1,0.473803699,0,0.997990131,1,1,1,1,1,0.485178649,0,1,1,1,1,1,1,0.706102192,0,0.537276462,0.537338693,0.537677305
-22,1,0.4107,1,1,1,1,1,1,1,1,0.3239,0.4107,0,1,0.3183,1,1,1,1,1,1,0.5832,0.3183,0,1,0.6473,1,1,1,0.3869,0.6473,0,1,1,1,1,1,0.41893515,0,1,1,1,1,1,1,0.574807107,0,1,1,1,1,1,1,0.678121626,0,0.499637506,0.499682674,0.5
-23,1,0.4105,1,1,1,1,1,1,1,1,0.3099,0.4105,0,1,0.3183,1,1,1,1,1,1,0.2323,0.3183,0,1,0.6474,1,1,1,0.3839,0.6474,0,1,1,1,1,1,0.284269661,0,1,1,1,1,1,1,0.278674126,0,1,1,1,1,1,1,0.698061824,0,0.457467376,0.457372541,0.457446809
-24,1,0.4104,1,1,1,1,1,1,1,1,0.2563,0.4104,0,1,0.3183,1,1,1,1,1,1,0.1156,0.3183,0,1,0.6475,1,1,1,0.3826,0.6475,0,1,1,1,1,1,0.188350141,0,1,1,1,1,1,1,0.139861226,0,1,1,1,1,1,1,0.621020198,0,0.421761721,0.421832029,0.421985816
-25,1,0.4103,1,1,1,1,1,1,1,1,0.2859,0.4103,0,1,0.3183,1,1,1,1,1,1,0.1172,0.3183,0,1,0.6476,1,1,1,0.371,0.6476,0,1,1,1,1,1,0.224506184,0,1,1,1,1,1,1,0.168102473,0,1,1,1,1,1,1,0.474156827,0,0.400132914,0.40004231,0.400265957
-26,1,0.4101,1,1,1,1,1,1,1,1,0.3088,0.4101,0,1,0.3183,1,1,1,1,1,1,0.2896,0.3183,0,1,0.6477,1,1,1,0.398,0.6477,0,1,1,1,1,1,0.251233041,0,1,1,1,1,1,1,0.320846438,0,1,1,1,1,1,1,0.397637963,0,0.389741421,0.389676327,0.390070922
-27,1,0.41,1,1,1,1,1,1,1,1,0.4519,0.41,0,1,0.3183,1,1,1,1,1,1,0.3875,0.3183,0,1,0.6478,1,1,1,0.4724,0.6478,0,1,1,1,1,1,0.423246384,0,1,1,1,1,1,1,0.398732245,0,1,1,1,1,1,1,0.459125578,0,0.387324795,0.38734927,0.387411348
-28,1,0.4099,1,1,1,1,1,1,1,1,0.5653,0.4099,0,1,0.3183,1,1,1,1,1,1,0.1827,0.3183,0,1,0.6479,1,1,1,0.3937,0.6479,0,1,1,1,1,1,0.421854436,0,1,1,1,1,1,1,0.229090437,0,1,1,1,1,1,1,0.582124412,0,0.395903818,0.395811297,0.395833333
-29,1,0.4097,1,1,1,1,1,1,1,1,0.4498,0.4097,0,1,0.3183,1,1,1,1,1,1,0.163,0.3183,0,1,0.648,1,1,1,0.2414,0.648,0,1,1,1,1,1,0.305953681,0,1,1,1,1,1,1,0.256587178,0,1,1,1,1,1,1,0.594611824,0,0.417532624,0.417601015,0.417553191
-30,1,0.4096,1,1,1,1,1,1,1,1,0.2783,0.4096,0,1,0.3183,1,1,1,1,1,1,0.2013,0.3183,0,1,0.6481,1,1,1,0.2083,0.6481,0,1,1,1,1,1,0.192249268,0,1,1,1,1,1,1,0.295360506,0,1,1,1,1,1,1,0.523316741,0,0.449975834,0.449968267,0.449911348
-31,1,0.4095,1,1,1,1,1,1,1,1,0.1689,0.4095,0,1,0.3183,1,1,1,1,1,1,0.0845,0.3183,0,1,0.6482,1,1,1,0.2312,0.6482,0,1,1,1,1,1,0.149604544,0,0.995912135,1,1,1,1,1,0.099968791,0,1,1,1,1,1,1,0.505927622,0,0.47661914,0.476623651,0.476950355
-32,1,0.4093,1,1,1,1,1,1,1,1,0.1614,0.4093,0.16,1,0.3183,1,1,1,1,1,1,0.16,0.3183,0.1615,1,0.6483,1,1,1,0.2862,0.6483,0.0553,1,1,1,1,1,0.180308625,0.267868817,0.993907154,1,1,1,1,1,0.25320828,0.32061851,1,1,1,1,1,1,0.699059665,0.272139698,0.50918318,0.509202454,0.509308511
-33,1,0.4092,1,1,1,1,1,1,1,1,0.3342,0.4092,0.3418,1,0.3183,1,1,1,1,1,1,0.384,0.3183,0.4263,1,0.6484,1,1,1,0.3787,0.6484,0.2643,1,1,1,1,1,0.256795734,0.513893187,1,1,1,1,1,1,0.36892122,0.678075731,1,1,1,1,1,1,0.826630592,0.615309954,0.542653456,0.54283901,0.542553191
-34,1,0.4091,1,1,1,1,1,1,1,1,0.4243,0.4091,0.4952,1,0.3183,1,1,1,1,1,1,0.8484,0.3183,0.57,1,0.6485,1,1,1,0.447,0.6485,0.3818,1,1,1,1,1,0.383252978,0.735028386,1,1,1,1,1,1,0.792916954,0.822538674,1,1,1,1,1,1,0.659122109,0.788045704,0.567182214,0.567167337,0.567375887
-35,1,0.4089,1,1,1,1,1,1,1,1,0.5246,0.4089,0.5654,1,0.3183,1,1,1,1,1,1,0.5963,0.3183,0.6482,1,0.6486,1,1,1,0.3888,0.6486,0.4467,1,1,1,1,1,0.555624604,0.808727384,1,1,1,1,1,1,0.622025073,0.88778913,1,1,1,1,1,1,0.634221315,0.864383221,0.577211213,0.577110218,0.577570922
-36,1,0.4088,1,1,1,1,1,1,1,1,0.5181,0.4088,0.5713,1,0.3183,1,1,1,1,1,1,0.7561,0.3183,0.6314,1,0.6487,1,1,1,0.416,0.6487,0.4562,1,1,1,1,1,0.684506655,0.772403061,1,1,1,1,1,1,0.744931161,0.83617878,1,1,1,1,1,1,0.725925446,0.822544813,0.576304978,0.576264015,0.576241135
-37,1,0.4087,1,1,1,1,1,1,1,1,0.5327,0.4087,0.5414,1,0.3183,1,1,1,1,1,1,0.6341,0.3183,0.5409,1,0.6488,1,1,1,0.3332,0.6488,0.4705,1,1,1,1,1,0.744437516,0.757805645,1,1,1,1,1,1,0.652433395,0.713875294,1,1,1,1,1,1,0.581048727,0.782269299,0.572559207,0.572667654,0.572695035
-38,1,0.4085,1,1,1,1,1,1,1,1,0.5546,0.4085,0.4677,1,0.3183,1,1,1,1,1,1,0.6438,0.3183,0.4277,1,0.6489,1,1,1,0.3748,0.6489,0.3819,1,1,1,1,1,0.774056852,0.653667092,1,1,1,1,1,1,0.639724731,0.613905907,0.990713418,1,1,1,1,1,0.599362791,0.710992575,0.570746738,0.570763698,0.570921986
-39,1,0.4084,1,1,1,1,1,1,1,1,0.4497,0.4084,0.3193,1,0.3182,1,1,1,1,1,1,0.4929,0.3182,0.3402,1,0.649,1,1,1,0.4559,0.649,0.2288,1,1,1,1,1,0.625833631,0.466638684,0.948113322,1,1,1,1,1,0.437041402,0.494133532,0.788425088,1,1,1,1,1,0.75038898,0.541579366,0.579446593,0.579437275,0.579787234
-40,1,0.4082,1,1,1,1,1,1,1,1,0.4803,0.4082,0.1003,1,0.3182,1,1,1,1,1,1,0.3692,0.3182,0.1301,1,0.6491,1,1,1,0.3908,0.6491,0,1,1,1,1,1,0.617654681,0.230477333,0.91214627,1,1,1,1,1,0.348974109,0.251622826,0.807352126,1,1,1,1,1,0.637100637,0.060262267,0.633820686,0.633805796,0.633865248
-41,1,0.4081,1,1,1,1,1,1,1,1,0.3576,0.4081,0,1,0.3182,1,1,1,1,1,1,0.2805,0.3182,0,1,0.6492,1,1,1,0.2995,0.6492,0,1,1,1,1,1,0.432098866,0,0.639367938,1,1,1,1,1,0.270527005,0,0.650535107,1,1,1,1,1,0.387857139,0,0.688798937,0.68880897,0.688829787
-42,1,0.408,1,1,1,1,1,1,1,1,0.2938,0.408,0,1,0.3182,1,1,1,1,1,1,0.1947,0.3182,0,1,0.6493,1,1,1,0.3621,0.6493,0,1,1,1,1,1,0.304841578,0,0.511902213,1,1,1,1,1,0.203147843,0,0.771845579,1,1,1,1,1,0.415177315,0,0.682757371,0.682674,0.683067376
-43,1,0.4078,1,1,1,1,1,1,1,1,0.1823,0.4078,0,1,0.3182,1,1,1,1,1,1,0.0487,0.3182,0,1,0.6494,1,1,1,0.3461,0.6494,0,1,1,1,1,1,0.190144315,0,0.272218019,1,1,1,1,1,0.068841651,0,0.557867289,1,1,1,1,1,0.488176942,0,0.666263896,0.666384599,0.666666667
-44,1,0.4077,1,1,1,1,1,1,1,1,0.3251,0.4077,0,1,0.3182,1,1,1,1,1,1,0.1325,0.3182,0,1,0.6495,1,1,1,0.434,0.6495,0,1,1,1,1,1,0.361776382,0,0.275240481,1,1,1,1,1,0.189152598,0,0.986330926,1,1,1,1,1,0.524830461,0,0.639318511,0.639306114,0.639184397
-45,1,0.4076,1,1,1,1,1,1,1,1,0.3995,0.4076,0,1,0.3182,1,1,1,1,1,1,0.1941,0.3182,0,1,0.6496,1,1,1,0.3591,0.6496,0,1,1,1,1,1,0.456682593,0,0.350170732,1,1,1,1,1,0.223696217,0,1,1,1,1,1,1,0.477410108,0,0.596967134,0.59678443,0.597074468
-46,1,0.4074,1,1,1,1,1,1,1,1,0.3288,0.4074,0,1,0.3182,1,1,1,1,1,1,0.1941,0.3182,0,1,0.6497,1,1,1,0.299,0.6497,0,1,1,1,1,1,0.342495501,0,0.389028907,1,1,1,1,1,0.203342319,0,1,1,1,1,1,1,0.441564977,0,0.544345094,0.544319865,0.544326241
-47,1,0.4073,1,1,1,1,1,1,1,1,0.3197,0.4073,0,1,0.3182,1,1,1,1,1,1,0.2426,0.3182,0,1,0.6498,1,1,1,0.3381,0.6498,0,1,1,1,1,1,0.306501925,0,0.503914595,1,1,1,1,1,0.222409695,0,0.968077779,1,1,1,1,1,0.536026478,0,0.496737554,0.496720965,0.496897163
-48,1,0.4072,1,1,1,1,1,1,1,1,0.2969,0.4072,0,1,0.3182,1,1,1,1,1,1,0.2357,0.3182,0,1,0.6499,1,1,1,0.3664,0.6499,0,1,1,1,1,1,0.32572329,0,0.24414511,1,1,1,1,1,0.218940973,0,0.749802947,1,1,1,1,1,0.602063954,0,0.465140164,0.465199915,0.465425532
-49,1,0.407,1,1,1,1,1,1,1,1,0.224,0.407,0,1,0.3182,1,1,1,1,1,1,0.2982,0.3182,0,1,0.65,1,1,1,0.2414,0.65,0,1,1,1,1,1,0.208208695,0,0.1234212,1,1,1,1,1,0.242061779,0,0.676838756,1,1,1,1,1,0.434863895,0,0.449371677,0.449333615,0.449468085
-50,1,0.4069,1,1,1,1,1,1,1,1,0.1816,0.4069,0,1,0.3182,1,1,1,1,1,1,0.2342,0.3182,0,1,0.6501,1,1,1,0.1824,0.6501,0,1,1,1,1,1,0.152336597,0,0.172045961,1,1,1,1,1,0.205231965,0,0.734210789,1,1,1,1,1,0.254829139,0,0.44181972,0.441929342,0.441932624
-51,1,0.4068,1,1,1,1,1,1,1,1,0.1696,0.4068,0,1,0.3182,1,1,1,1,1,1,0.2856,0.3182,0,1,0.6502,1,1,1,0.1756,0.6502,0,1,1,1,1,1,0.187121183,0,0.189573288,1,1,1,1,1,0.261295259,0,0.828126192,1,1,1,1,1,0.259319037,0,0.442665539,0.442775545,0.442819149
-52,1,0.4066,1,1,1,1,1,1,1,1,0.1621,0.4066,0,1,0.3182,1,1,1,1,1,1,0.3671,0.3182,0,1,0.6503,1,1,1,0.2,0.6503,0,1,1,1,1,1,0.199526519,0,0.318691969,1,1,1,1,1,0.343304396,0,0.950107694,1,1,1,1,1,0.38145259,0,0.458615273,0.458641845,0.458776596
-53,1,0.4065,1,1,1,1,1,1,1,1,0.169,0.4065,0,1,0.3182,1,1,1,1,1,1,0.3614,0.3182,0,1,0.6504,1,1,1,0.2298,0.6504,0,1,1,1,1,1,0.226160377,0,0.509960473,1,1,1,1,1,0.363762766,0,0.999816775,1,1,1,1,1,0.401218414,0,0.505739488,0.505817643,0.505762411
-54,1,0.4064,1,1,1,1,1,1,1,1,0.1211,0.4064,0,1,0.3182,1,1,1,1,1,1,0.3268,0.3182,0,1,0.6505,1,1,1,0.2734,0.6505,0,1,1,1,1,1,0.183621809,0,0.403186202,1,1,1,1,1,0.353066385,0,0.698425889,1,1,1,1,1,0.545749605,0,0.589052682,0.588957055,0.589095745
-55,1,0.4062,1,1,1,1,1,1,1,1,0.0938,0.4062,0,1,0.3182,1,1,1,1,1,1,0.2762,0.3182,0,1,0.6506,1,1,1,0.2639,0.6506,0,1,1,1,1,1,0.122188985,0,0.482090294,1,1,1,1,1,0.301282674,0,0.605316997,1,1,1,1,1,0.457954705,0,0.635814403,0.635709752,0.63608156
-56,1,0.4061,1,1,1,1,1,1,1,1,0.0928,0.4061,0.2147,1,0.3182,1,1,1,1,1,1,0.3377,0.3182,0.1899,1,0.6507,1,1,1,0.3078,0.6507,0.1703,1,1,1,1,1,0.137520224,0.395305604,0.416719675,1,1,1,1,1,0.374472648,0.350484133,0.540939331,1,1,1,1,1,0.502052248,0.394182235,0.643668439,0.643748678,0.643617021
-57,1,0.406,1,1,1,1,1,1,1,1,0.2384,0.406,0.436,1,0.3182,1,1,1,1,1,1,0.6793,0.3182,0.4305,1,0.6508,1,1,1,0.341,0.6508,0.3583,1,1,1,1,1,0.328548133,0.641342103,0.428497672,1,1,1,1,1,0.641915321,0.662915409,0.751653135,1,1,1,1,1,0.536866546,0.69322449,0.648078782,0.647979691,0.648049645
-58,1,0.4058,1,1,1,1,1,1,1,1,0.3066,0.4058,0.5787,1,0.3182,1,1,1,1,1,1,0.7365,0.3182,0.5707,1,0.6509,1,1,1,0.5544,0.6509,0.4939,1,1,1,1,1,0.396716595,0.765691698,0.5600034,1,1,1,1,1,0.735446751,0.817304313,0.898560882,1,1,1,1,1,0.710736573,0.85924542,0.653939101,0.65390311,0.654255319
-59,1,0.4057,1,1,1,1,1,1,1,1,0.3292,0.4057,0.632,1,0.3182,1,1,1,1,1,1,0.8911,0.3182,0.6554,1,0.651,1,1,1,0.6632,0.651,0.5515,1,1,1,1,1,0.499022812,0.828145742,0.571449041,1,1,1,1,1,0.86163491,0.890637636,1,1,1,1,1,1,0.886420965,0.941310167,0.654966167,0.654960863,0.655141844
-60,1,0.4056,1,1,1,1,1,1,1,1,0.3922,0.4056,0.6451,1,0.3182,1,1,1,1,1,1,0.8943,0.3182,0.6621,1,0.6511,1,1,1,0.621,0.6511,0.5697,1,1,1,1,1,0.538534641,0.888879836,0.68392539,1,1,1,1,1,0.883432627,0.905325174,1,1,1,1,1,1,0.876134813,0.954019547,0.652368294,0.652422255,0.65248227
-61,1,0.4054,1,1,1,1,1,1,1,1,0.3307,0.4054,0.6207,1,0.3182,1,1,1,1,1,1,0.7112,0.3182,0.6529,1,0.6512,1,1,1,0.6835,0.6512,0.5708,1,1,1,1,1,0.468892992,0.886032701,0.938763678,1,1,1,1,1,0.70698905,0.873718977,1,1,1,1,1,1,0.924243748,0.913916171,0.651401643,0.651576052,0.651595745
-62,1,0.4053,1,1,1,1,1,1,1,1,0.3784,0.4053,0.5504,1,0.3182,1,1,1,1,1,1,0.7989,0.3182,0.5731,1,0.6513,1,1,1,0.6098,0.6513,0.4763,1,1,1,1,1,0.487322062,0.810727179,0.831255794,1,1,1,1,1,0.793363512,0.818553567,1,1,1,1,1,1,0.842735767,0.803696096,0.648924601,0.648825894,0.64893617
-63,1,0.4052,1,1,1,1,1,1,1,1,0.4111,0.4052,0.3781,1,0.3182,1,1,1,1,1,1,0.7933,0.3182,0.4127,1,0.6514,1,1,1,0.5581,0.6514,0.3256,1,1,1,1,1,0.587873876,0.624401689,0.940001607,1,1,1,1,1,0.792309403,0.652243853,1,1,1,1,1,1,0.880416214,0.595546067,0.65798695,0.657922572,0.658244681
-64,1,0.405,1,1,1,1,1,1,1,1,0.4189,0.405,0.1371,1,0.3182,1,1,1,1,1,1,0.4585,0.3182,0.1725,1,0.6515,1,1,1,0.6882,0.6515,0.0502,1,1,1,1,1,0.362284303,0.305081964,1,1,1,1,1,1,0.479706526,0.34574154,1,1,1,1,1,1,0.976625502,0.168175057,0.709279845,0.709329384,0.709219858
-65,1,0.4049,1,1,1,1,1,1,1,1,0.4118,0.4049,0,1,0.3182,1,1,1,1,1,1,0.6187,0.3182,0,1,0.6516,1,1,1,0.68,0.6516,0,1,1,1,1,1,0.35654062,0,1,1,1,1,1,1,0.58513701,0,1,1,1,1,1,1,0.9670856,0,0.765405993,0.765390311,0.765957447
-66,1,0.4048,1,1,1,1,1,1,1,1,0.5302,0.4048,0,1,0.3182,1,1,1,1,1,1,0.7853,0.3182,0,1,0.6517,1,1,1,0.676,0.6517,0,1,1,1,1,1,0.506931663,0,1,1,1,1,1,1,0.78423816,0,1,1,1,1,1,1,0.947072089,0,0.766916385,0.766871166,0.767287234
-67,1,0.4046,1,1,1,1,1,1,1,1,0.4124,0.4046,0,1,0.3182,1,1,1,1,1,1,0.658,0.3182,0,1,0.6518,1,1,1,0.5953,0.6518,0,1,1,1,1,1,0.330748141,0,1,1,1,1,1,1,0.621035099,0,1,1,1,1,1,1,0.885129869,0,0.753987434,0.753966575,0.754432624
-68,1,0.4045,1,1,1,1,1,1,1,1,0.4913,0.4045,0,1,0.3182,1,1,1,1,1,1,0.8943,0.3182,0,1,0.6519,1,1,1,0.6744,0.6519,0,1,1,1,1,1,0.444034606,0,1,1,1,1,1,1,0.850476027,0,1,1,1,1,1,1,0.938178599,0,0.729519091,0.729638248,0.730053191
-69,1,0.4043,1,1,1,1,1,1,1,1,0.5003,0.4043,0,1,0.3182,1,1,1,1,1,1,0.6396,0.3182,0,1,0.652,1,1,1,0.6384,0.652,0,1,1,1,1,1,0.470490813,0,1,1,1,1,1,1,0.605204284,0,1,1,1,1,1,1,0.947439253,0,0.686442726,0.686481912,0.686613475
-70,1,0.4042,1,1,1,1,1,1,1,1,0.578,0.4042,0,1,0.3182,1,1,1,1,1,1,0.6728,0.3182,0,1,0.6521,1,1,1,0.5919,0.6521,0,1,1,1,1,1,0.623107553,0,1,1,1,1,1,1,0.600420117,0,1,1,1,1,1,1,0.923821628,0,0.628987434,0.628940131,0.628989362
-71,1,0.4041,1,1,1,1,1,1,1,1,0.4769,0.4041,0,1,0.3182,1,1,1,1,1,1,0.8453,0.3182,0,1,0.6522,1,1,1,0.6094,0.6522,0,1,1,1,1,1,0.481376976,0,1,1,1,1,1,1,0.765127242,0,1,1,1,1,1,1,0.897304535,0,0.578661189,0.578802623,0.578900709
-72,1,0.4039,1,1,1,1,1,1,1,1,0.6133,0.4039,0,1,0.3182,1,1,1,1,1,1,0.9751,0.3182,0,1,0.6523,1,1,1,0.7632,0.6523,0,1,1,1,1,1,0.719660997,0,1,1,1,1,1,1,0.92217803,0,1,1,1,1,1,1,0.969212413,0,0.547426293,0.547493125,0.547429078
-73,1,0.4038,1,1,1,1,1,1,1,1,0.5683,0.4038,0,1,0.3181,1,1,1,1,1,1,0.7979,0.3181,0,1,0.6524,1,1,1,0.6559,0.6524,0,1,1,1,1,1,0.547050893,0,1,1,1,1,1,1,0.717326641,0,1,1,1,1,1,1,0.957773507,0,0.530993233,0.530992173,0.531028369
-74,1,0.4037,1,1,1,1,1,1,1,1,0.555,0.4037,0,1,0.3181,1,1,1,1,1,1,0.5823,0.3181,0,1,0.6525,1,1,1,0.5774,0.6525,0,1,1,1,1,1,0.470467687,0,1,1,1,1,1,1,0.512277961,0,1,1,1,1,1,1,0.933361471,0,0.522595457,0.522741697,0.522606383
-75,1,0.4035,1,1,1,1,1,1,1,1,0.5631,0.4035,0,1,0.3181,1,1,1,1,1,1,0.47,0.3181,0,1,0.6525,1,1,1,0.5751,0.6525,0,1,1,1,1,1,0.50397408,0,1,1,1,1,1,1,0.406315148,0,1,1,1,1,1,1,0.886988461,0,0.523562107,0.523587899,0.523492908
-76,1,0.4034,1,1,1,1,1,1,1,1,0.5285,0.4034,0,1,0.3181,1,1,1,1,1,1,0.4719,0.3181,0,1,0.6526,1,1,1,0.5982,0.6526,0,1,1,1,1,1,0.513184905,0,1,1,1,1,1,1,0.390780807,0,1,1,1,1,1,1,0.881918311,0,0.537759787,0.537761794,0.538120567
-77,1,0.4033,1,1,1,1,1,1,1,1,0.4011,0.4033,0,1,0.3181,1,1,1,1,1,1,0.5206,0.3181,0,1,0.6527,1,1,1,0.6538,0.6527,0,1,1,1,1,1,0.3862921,0,1,1,1,1,1,1,0.383892357,0,1,1,1,1,1,1,0.926977396,0,0.582165297,0.582187434,0.582446809
-78,1,0.4031,1,1,1,1,1,1,1,1,0.4094,0.4031,0,1,0.3181,1,1,1,1,1,1,0.3122,0.3181,0,1,0.6528,1,1,1,0.5569,0.6528,0,1,1,1,1,1,0.374304056,0,1,1,1,1,1,1,0.260629743,0,1,1,1,1,1,1,0.898742259,0,0.663061866,0.662999788,0.663120567
-79,1,0.403,1,1,1,1,1,1,1,1,0.2796,0.403,0,1,0.3181,1,1,1,1,1,1,0.2049,0.3181,0,1,0.6529,1,1,1,0.5291,0.6529,0,1,1,1,1,1,0.303671598,0,0.79506427,1,1,1,1,1,0.187239915,0,0.980068088,1,1,1,1,1,0.899598479,0,0.707044466,0.707002327,0.707003546
-80,1,0.4029,1,1,1,1,1,1,1,1,0.2454,0.4029,0.2277,1,0.3181,1,1,1,1,1,1,0.1897,0.3181,0.2204,1,0.653,1,1,1,0.5028,0.653,0.1813,1,1,1,1,1,0.210105136,0.40111059,0.713887632,1,1,1,1,1,0.14861691,0.379578501,0.828166723,1,1,1,1,1,0.820098996,0.426266551,0.707890285,0.70784853,0.708333333
-81,1,0.4027,1,1,1,1,1,1,1,1,0.2614,0.4027,0.4502,1,0.3181,1,1,1,1,1,1,0.1877,0.3181,0.4435,1,0.6531,1,1,1,0.4579,0.6531,0.4049,1,1,1,1,1,0.214994207,0.685723305,0.725933433,1,1,1,1,1,0.14870362,0.638918638,0.961138606,1,1,1,1,1,0.768165588,0.704990745,0.7060174,0.705944574,0.706117021
-82,1,0.4026,1,1,1,1,1,1,1,1,0.2123,0.4026,0.6046,1,0.3181,1,1,1,1,1,1,0.1767,0.3181,0.5641,1,0.6532,1,1,1,0.4124,0.6532,0.557,1,1,1,1,1,0.216699123,0.850697517,0.404623479,1,1,1,1,1,0.159576088,0.772440135,0.893139005,1,1,1,1,1,0.737351954,0.806788087,0.704446593,0.704463719,0.704787234
-83,1,0.4025,1,1,1,1,1,1,1,1,0.0897,0.4025,0.6791,1,0.3181,1,1,1,1,1,1,0.0114,0.3181,0.6709,1,0.6533,1,1,1,0.075,0.6533,0.6302,1,1,1,1,1,0.027246328,0.87061125,0.557595432,1,1,1,1,1,0.012375797,0.910031199,0.979220986,1,1,1,1,1,0.189122841,0.857473493,0.697498792,0.697482547,0.697695035
-84,1,0.4023,1,1,1,1,1,1,1,1,0.0698,0.4023,0.6728,1,0.3181,1,1,1,1,1,1,0,0.3181,0.6513,1,0.6534,1,1,1,0.1,0.6534,0.5543,1,1,1,1,1,0.013832925,0.857418537,0.573979974,1,1,1,1,1,0.000447456,0.852032661,0.801642418,1,1,1,1,1,0.216265351,0.864036083,0.687530208,0.687751216,0.687943262
-85,1,0.4022,1,1,1,1,1,1,1,1,0.0485,0.4022,0.6482,1,0.3181,1,1,1,1,1,1,0,0.3181,0.6024,1,0.6535,1,1,1,0.0673,0.6535,0.5588,1,1,1,1,1,0.007879721,0.86078459,0.51413095,1,1,1,1,1,0.000196807,0.705932498,0.58360815,1,1,1,1,1,0.140386179,0.83635056,0.681609473,0.681616247,0.681737589
-86,1,0.4021,1,1,1,1,1,1,1,1,0.0481,0.4021,0.528,1,0.3181,1,1,1,1,1,1,0,0.3181,0.4635,1,0.6536,1,1,1,0.0519,0.6536,0.4418,1,1,1,1,1,0.003915385,0.709806919,0.436993241,1,1,1,1,1,0.000131813,0.595638692,0.519329846,1,1,1,1,1,0.066910073,0.679095566,0.676292895,0.67632748,0.67641844
-87,1,0.4019,1,1,1,1,1,1,1,1,0.055,0.4019,0.3343,1,0.3181,1,1,1,1,1,1,0,0.3181,0.305,1,0.6537,1,1,1,0.0271,0.6537,0.2619,1,1,1,1,1,0.005388106,0.494193435,0.25202024,1,1,1,1,1,0.000806518,0.480196565,0.343497157,1,1,1,1,1,0.05286302,0.442367494,0.683301112,0.683308652,0.683510638
-88,1,0.4018,1,1,1,1,1,1,1,1,0.0429,0.4018,0.028,1,0.3181,1,1,1,1,1,1,0,0.3181,0.0783,1,0.6538,1,1,1,0.0066,0.6538,0.0253,1,1,1,1,1,0.00263382,0.106032312,0.186905026,1,1,1,1,1,0.00030586,0.157339483,0.335973322,1,1,1,1,1,0.046531331,0.005017253,0.731029483,0.731119103,0.731382979
-89,1,0.4017,1,1,1,1,1,1,1,1,0.028,0.4017,0,1,0.3181,1,1,1,1,1,1,0.0393,0.3181,0,1,0.6539,1,1,1,0.0653,0.6539,0,1,1,1,1,1,0.018397879,0,0.124454945,1,1,1,1,1,0.03994374,0,0.184973314,1,1,1,1,1,0.137151971,0,0.769876752,0.769832875,0.770390071
-90,1,0.4015,1,1,1,1,1,1,1,1,0.0625,0.4015,0,1,0.3181,1,1,1,1,1,1,0.0793,0.3181,0,1,0.654,1,1,1,0.0551,0.654,0,1,1,1,1,1,0.070976824,0,0.006961153,1,1,1,1,1,0.098625697,0,0.214811265,1,1,1,1,1,0.12389563,0,0.763956017,0.763909456,0.764184397
-91,1,0.4014,1,1,1,1,1,1,1,1,0.0847,0.4014,0,1,0.3181,1,1,1,1,1,1,0.0489,0.3181,0,1,0.6541,1,1,1,0.0838,0.6541,0,1,1,1,1,1,0.083924681,0,0.003198395,1,1,1,1,1,0.072225496,0,0.285006285,1,1,1,1,1,0.137572616,0,0.746193813,0.7461392,0.746453901
-92,1,0.4013,1,1,1,1,1,1,1,1,0.1229,0.4013,0,1,0.3181,1,1,1,1,1,1,0.0462,0.3181,0,1,0.6542,1,1,1,0.0707,0.6542,0,1,1,1,1,1,0.128393263,0,0.108685762,1,1,1,1,1,0.078545853,0,0.233654216,1,1,1,1,1,0.131399348,0,0.717617206,0.717791411,0.717641844
-93,1,0.4011,1,1,1,1,1,1,1,1,0.1363,0.4011,0,1,0.3181,1,1,1,1,1,1,0.1135,0.3181,0,1,0.6543,1,1,1,0.106,0.6543,0,1,1,1,1,1,0.120600045,0,0.445443064,1,1,1,1,1,0.149306133,0,0.09463796,1,1,1,1,1,0.210099816,0,0.67037216,0.670404062,0.670656028
-94,1,0.401,1,1,1,1,1,1,1,1,0.1754,0.401,0,1,0.3181,1,1,1,1,1,1,0.1682,0.3181,0,1,0.6544,1,1,1,0.151,0.6544,0,1,1,1,1,1,0.140354604,0,0.875929296,1,1,1,1,1,0.242303163,0,0.522529364,1,1,1,1,1,0.271630615,0,0.610198163,0.610323673,0.61037234
-95,1,0.4008,1,1,1,1,1,1,1,1,0.207,0.4008,0,1,0.3181,1,1,1,1,1,1,0.1532,0.3181,0,1,0.6545,1,1,1,0.1894,0.6545,0,1,1,1,1,1,0.128189832,0,0.920759916,1,1,1,1,1,0.191114381,0,0.456919134,1,1,1,1,1,0.348147362,0,0.554494925,0.554685847,0.554964539
-96,1,0.4007,1,1,1,1,1,1,1,1,0.1748,0.4007,0,1,0.3181,1,1,1,1,1,1,0.0821,0.3181,0,1,0.6546,1,1,1,0.1416,0.6546,0,1,1,1,1,1,0.099169187,0,0.939646482,1,1,1,1,1,0.124390215,0,0.220467538,1,1,1,1,1,0.246382296,0,0.518970517,0.518933785,0.519060284
-97,1,0.4006,1,1,1,1,1,1,1,1,0.301,0.4006,0,1,0.3181,1,1,1,1,1,1,0.0942,0.3181,0,1,0.6547,1,1,1,0.1497,0.6547,0,1,1,1,1,1,0.177062199,0,0.844688892,1,1,1,1,1,0.159192622,0,0.516141891,1,1,1,1,1,0.227046132,0,0.499939584,0.499894225,0.5
-98,1,0.4004,1,1,1,1,1,1,1,1,0.2396,0.4004,0,1,0.3181,1,1,1,1,1,1,0.1132,0.3181,0,1,0.6548,1,1,1,0.1275,0.6548,0,1,1,1,1,1,0.122812316,0,0.920122206,1,1,1,1,1,0.174249291,0,0.82681632,1,1,1,1,1,0.256108433,0,0.49039391,0.490374445,0.490248227
-99,1,0.4003,1,1,1,1,1,1,1,1,0.2318,0.4003,0,1,0.3181,1,1,1,1,1,1,0.1273,0.3181,0,1,0.6549,1,1,1,0.1305,0.6549,0,1,1,1,1,1,0.138673455,0,0.673818231,1,1,1,1,1,0.197087079,0,0.751163125,1,1,1,1,1,0.324528009,0,0.48858144,0.488682039,0.48891844
-100,1,0.4002,1,1,1,1,1,1,1,1,0.2242,0.4002,0,1,0.3181,1,1,1,1,1,1,0.116,0.3181,0,1,0.655,1,1,1,0.1117,0.655,0,1,1,1,1,1,0.142375141,0,0.419740528,1,1,1,1,1,0.193994716,0,0.500402093,1,1,1,1,1,0.300269991,0,0.501147898,0.501163529,0.501329787
-101,1,0.4,1,1,1,1,1,1,1,1,0.155,0.4,0,1,0.3181,1,1,1,1,1,1,0.038,0.3181,0,1,0.6551,1,1,1,0.0978,0.6551,0,1,1,1,1,1,0.109176964,0,0.182347387,1,1,1,1,1,0.069650866,0,0.240936399,1,1,1,1,1,0.358129978,0,0.542230546,0.542204358,0.542109929
-102,1,0.3999,1,1,1,1,1,1,1,1,0.0898,0.3999,0,1,0.3181,1,1,1,1,1,1,0.0013,0.3181,0,1,0.6552,1,1,1,0.0956,0.6552,0,1,1,1,1,1,0.064965032,0,0.077774674,1,1,1,1,1,0.016336124,0,0.163478807,1,1,1,1,1,0.373863578,0,0.620347994,0.620478105,0.620567376
-103,1,0.3998,1,1,1,1,1,1,1,1,0.0721,0.3998,0,1,0.3181,1,1,1,1,1,1,0.0015,0.3181,0,1,0.6553,1,1,1,0.0668,0.6553,0,1,1,1,1,1,0.074147031,0,0.036225185,1,1,1,1,1,0.011013146,0,0.036664136,1,1,1,1,1,0.213828713,0,0.666143064,0.666173048,0.666223404
-104,1,0.3996,1,1,1,1,1,1,1,1,0.0955,0.3996,0.1033,1,0.3181,1,1,1,1,1,1,0.0025,0.3181,0.1154,1,0.6554,1,1,1,0.072,0.6554,0.0482,1,1,1,1,1,0.084841259,0.170587122,0.004370186,1,1,1,1,1,0.007550301,0.227526784,0.118446343,1,1,1,1,1,0.222036108,0.111522958,0.670976317,0.671038714,0.671099291
-105,1,0.3995,1,1,1,1,1,1,1,1,0.0982,0.3995,0.2804,1,0.3181,1,1,1,1,1,1,0.0427,0.3181,0.2997,1,0.6555,1,1,1,0.0616,0.6555,0.2431,1,1,1,1,1,0.075930282,0.427075237,0.038382038,1,1,1,1,1,0.054869097,0.494544566,0.322951078,1,1,1,1,1,0.203863323,0.320321381,0.6739971,0.674000423,0.674202128
-106,1,0.3994,1,1,1,1,1,1,1,1,0.1052,0.3994,0.4372,1,0.318,1,1,1,1,1,1,0.0262,0.318,0.4896,1,0.6556,1,1,1,0.0511,0.6556,0.3597,1,1,1,1,1,0.070377506,0.6255126,0.100025997,1,1,1,1,1,0.034308519,0.707907856,0.274292946,1,1,1,1,1,0.160617232,0.46530956,0.670915901,0.670827163,0.671099291
-107,1,0.3992,1,1,1,1,1,1,1,1,0.0752,0.3992,0.5913,1,0.318,1,1,1,1,1,1,0.0213,0.318,0.5795,1,0.6557,1,1,1,0.0432,0.6557,0.4739,1,1,1,1,1,0.061042849,0.778813064,0.109422177,1,1,1,1,1,0.023143828,0.838773012,0.163496614,1,1,1,1,1,0.130611658,0.517060995,0.661551474,0.661730484,0.66179078
-108,1,0.3991,1,1,1,1,1,1,1,1,0.1,0.3991,0.5349,1,0.318,1,1,1,1,1,1,0.0434,0.318,0.5517,1,0.6558,1,1,1,0.0854,0.6558,0.3585,1,1,1,1,1,0.064188167,0.678289473,0.129945844,1,1,1,1,1,0.035331529,0.763692617,0.174199238,1,1,1,1,1,0.196464628,0.641685784,0.653334944,0.653268458,0.653812057
-109,1,0.399,1,1,1,1,1,1,1,1,0.151,0.399,0.4854,1,0.318,1,1,1,1,1,1,0.1355,0.318,0.4408,1,0.6559,1,1,1,0.1041,0.6559,0.4206,1,1,1,1,1,0.107618414,0.622370958,0.199214041,1,1,1,1,1,0.105356306,0.641899705,0.366807103,1,1,1,1,1,0.180373907,0.704404235,0.650132914,0.650095198,0.650265957
-110,1,0.3988,1,1,1,1,1,1,1,1,0.1471,0.3988,0.3973,1,0.318,1,1,1,1,1,1,0.1242,0.318,0.4072,1,0.656,1,1,1,0.0911,0.656,0.4373,1,1,1,1,1,0.125134125,0.568854988,0.260116994,1,1,1,1,1,0.131830156,0.569831371,0.627275407,1,1,1,1,1,0.157320336,0.63567555,0.644997583,0.645017982,0.645390071
-111,1,0.3987,1,1,1,1,1,1,1,1,0.2669,0.3987,0.2948,1,0.318,1,1,1,1,1,1,0.3859,0.318,0.3063,1,0.6561,1,1,1,0.1645,0.6561,0.2491,1,1,1,1,1,0.289148122,0.43725276,0.480007172,1,1,1,1,1,0.341677129,0.431045443,0.818747461,1,1,1,1,1,0.27536422,0.512663722,0.649166264,0.649248995,0.649379433
-112,1,0.3986,1,1,1,1,1,1,1,1,0.2296,0.3986,0.0897,1,0.318,1,1,1,1,1,1,0.5122,0.318,0.1054,1,0.6562,1,1,1,0.1979,0.6562,0.0255,1,1,1,1,1,0.261808902,0.18709299,0.623305559,1,1,1,1,1,0.419357747,0.212632164,0.80335474,1,1,1,1,1,0.299150616,0.085365221,0.690430159,0.690501375,0.690602837
-113,1,0.3984,1,1,1,1,1,1,1,1,0.2405,0.3984,0,1,0.318,1,1,1,1,1,1,0.4354,0.318,0,1,0.6563,1,1,1,0.2064,0.6563,0,1,1,1,1,1,0.276638418,0,0.589919508,1,1,1,1,1,0.443739682,0,0.767231226,1,1,1,1,1,0.281344533,0,0.735621073,0.735561667,0.735815603
-114,1,0.3983,1,1,1,1,1,1,1,1,0.2231,0.3983,0,1,0.318,1,1,1,1,1,1,0.3491,0.318,0,1,0.6564,1,1,1,0.2486,0.6564,0,1,1,1,1,1,0.229469642,0,0.333613008,1,1,1,1,1,0.339800358,0,0.488186687,1,1,1,1,1,0.435778499,0,0.732902368,0.732811508,0.733156028
-115,1,0.3982,1,1,1,1,1,1,1,1,0.1826,0.3982,0,1,0.318,1,1,1,1,1,1,0.1172,0.318,0,1,0.6565,1,1,1,0.1978,0.6565,0,1,1,1,1,1,0.155514032,0,0.207612798,1,1,1,1,1,0.144994408,0,0.95292598,1,1,1,1,1,0.432481408,0,0.716288062,0.716310556,0.716312057
-116,1,0.398,1,1,1,1,1,1,1,1,0.1899,0.398,0,1,0.318,1,1,1,1,1,1,0.0698,0.318,0,1,0.6566,1,1,1,0.2679,0.6566,0,1,1,1,1,1,0.151678458,0,0.245712638,1,1,1,1,1,0.11266268,0,0.942502141,1,1,1,1,1,0.570106685,0,0.689523925,0.689655172,0.689716312
-117,1,0.3979,1,1,1,1,1,1,1,1,0.0929,0.3979,0,1,0.318,1,1,1,1,1,1,0,0.318,0,1,0.6567,1,1,1,0.0855,0.6567,0,1,1,1,1,1,0.029920489,0,0.377252847,1,1,1,1,1,0.001731739,0,0.961126506,1,1,1,1,1,0.181978405,0,0.645299662,0.645229532,0.645833333
-118,1,0.3978,1,1,1,1,1,1,1,1,0.1682,0.3978,0,1,0.318,1,1,1,1,1,1,0,0.318,0,1,0.6568,1,1,1,0.1891,0.6568,0,1,1,1,1,1,0.11637032,0,0.699890256,1,1,1,1,1,0.017933788,0,0.31618771,1,1,1,1,1,0.313817173,0,0.585911068,0.585783795,0.585992908
-119,1,0.3976,1,1,1,1,1,1,1,1,0.1428,0.3976,0,1,0.318,1,1,1,1,1,1,0,0.318,0,1,0.6569,1,1,1,0.14,0.6569,0,1,1,1,1,1,0.052022554,0,0.96739471,1,1,1,1,1,0.009927007,0,0.097181946,1,1,1,1,1,0.209452331,0,0.534618173,0.534800085,0.534574468
-120,1,0.3975,1,1,1,1,1,1,1,1,0.174,0.3975,0,1,0.318,1,1,1,1,1,1,0,0.318,0,1,0.657,1,1,1,0.1205,0.657,0,1,1,1,1,1,0.100811645,0,0.996472955,1,1,1,1,1,0.020035353,0,0.159050792,1,1,1,1,1,0.137416765,0,0.501027066,0.500951978,0.500886525
-121,1,0.3974,1,1,1,1,1,1,1,1,0.1184,0.3974,0,1,0.318,1,1,1,1,1,1,0,0.318,0,1,0.6571,1,1,1,0.0821,0.6571,0,1,1,1,1,1,0.089771733,0,0.890340626,1,1,1,1,1,0.023398837,0,0.093050271,1,1,1,1,1,0.106846578,0,0.482781537,0.482758621,0.483156028
-122,1,0.3972,1,1,1,1,1,1,1,1,0.0543,0.3972,0,1,0.318,1,1,1,1,1,1,0.0397,0.318,0,1,0.6572,1,1,1,0.042,0.6572,0,1,1,1,1,1,0.047412973,0,0.603442788,1,1,1,1,1,0.067663163,0,0.079989269,1,1,1,1,1,0.063711219,0,0.473477525,0.473450391,0.473404255
-123,1,0.3971,1,1,1,1,1,1,1,1,0.0179,0.3971,0,1,0.318,1,1,1,1,1,1,0.1098,0.318,0,1,0.6573,1,1,1,0.0179,0.6573,0,1,1,1,1,1,0.021708414,0,0.28053081,1,1,1,1,1,0.172149748,0,0.109709695,1,1,1,1,1,0.039446644,0,0.471121315,0.471123334,0.471187943
-124,1,0.3969,1,1,1,1,1,1,1,1,0.0286,0.3969,0,1,0.318,1,1,1,1,1,1,0.1402,0.318,0,1,0.6574,1,1,1,0.0121,0.6574,0,1,1,1,1,1,0.041665893,0,0.075039111,1,1,1,1,1,0.187274218,0,0.213280618,1,1,1,1,1,0.021535872,0,0.48260029,0.482758621,0.482712766
-125,1,0.3968,1,1,1,1,1,1,1,1,0.0435,0.3968,0,1,0.318,1,1,1,1,1,1,0.1177,0.318,0,1,0.6575,1,1,1,0.0105,0.6575,0,1,1,1,1,1,0.0607864,0,0.018569788,1,1,1,1,1,0.169424832,0,0.283104211,1,1,1,1,1,0.013929317,0,0.52338086,0.523376349,0.523492908
-126,1,0.3967,1,1,1,1,1,1,1,1,0.0405,0.3967,0,1,0.318,1,1,1,1,1,1,0.1377,0.318,0,1,0.6576,1,1,1,0.0142,0.6576,0,1,1,1,1,1,0.075446598,0,0.012270059,1,1,1,1,1,0.20931673,0,0.194493979,1,1,1,1,1,0.024829233,0,0.600108748,0.59995769,0.600177305
-127,1,0.3965,1,1,1,1,1,1,1,1,0.0444,0.3965,0,1,0.318,1,1,1,1,1,1,0.2695,0.318,0,1,0.6577,1,1,1,0.036,0.6577,0,1,1,1,1,1,0.072514653,0,0.062731408,1,1,1,1,1,0.378788114,0,0.424616009,1,1,1,1,1,0.076633878,0,0.64602465,0.646075735,0.646276596
-128,1,0.3964,1,1,1,1,1,1,1,1,0.1087,0.3964,0.1023,1,0.318,1,1,1,1,1,1,0.1842,0.318,0.139,1,0.6578,1,1,1,0.0357,0.6578,0.0809,1,1,1,1,1,0.141860232,0.185360298,0.292724222,1,1,1,1,1,0.256563604,0.304059505,0.699964166,1,1,1,1,1,0.092142537,0.123772576,0.651401643,0.651364502,0.651595745
-129,1,0.3963,1,1,1,1,1,1,1,1,0.168,0.3963,0.2939,1,0.318,1,1,1,1,1,1,0.2117,0.318,0.4082,1,0.6579,1,1,1,0.04,0.6579,0.2336,1,1,1,1,1,0.176396817,0.4773314,0.401476204,1,1,1,1,1,0.331442624,0.644938588,0.91281575,1,1,1,1,1,0.108975753,0.349737227,0.652066216,0.651999154,0.652039007
-130,1,0.3961,1,1,1,1,1,1,1,1,0.1208,0.3961,0.5036,1,0.318,1,1,1,1,1,1,0.4262,0.318,0.5689,1,0.658,1,1,1,0.0531,0.658,0.358,1,1,1,1,1,0.077700116,0.728351235,0.437379599,1,1,1,1,1,0.33502984,0.819003105,1,1,1,1,1,1,0.138936266,0.466088116,0.649166264,0.649248995,0.649379433
-131,1,0.396,1,1,1,1,1,1,1,1,0.0839,0.396,0.62,1,0.318,1,1,1,1,1,1,0.2701,0.318,0.6386,1,0.6581,1,1,1,0.0589,0.6581,0.3937,1,1,1,1,1,0.07965333,0.826952994,0.509132266,1,1,1,1,1,0.220307335,0.896056294,1,1,1,1,1,1,0.160782441,0.543091416,0.639560174,0.639517664,0.63962766
-132,1,0.3959,1,1,1,1,1,1,1,1,0.1382,0.3959,0.5947,1,0.318,1,1,1,1,1,1,0.1854,0.318,0.5749,1,0.6582,1,1,1,0.062,0.6582,0.4307,1,1,1,1,1,0.074873224,0.792589486,0.653930247,1,1,1,1,1,0.182048112,0.873944104,1,1,1,1,1,1,0.180024505,0.523182154,0.628987434,0.628940131,0.628989362
-133,1,0.3957,1,1,1,1,1,1,1,1,0.2099,0.3957,0.4261,1,0.318,1,1,1,1,1,1,0.1818,0.318,0.557,1,0.6583,1,1,1,0.0611,0.6583,0.4089,1,1,1,1,1,0.113207147,0.696804523,0.814667046,1,1,1,1,1,0.180924833,0.705279112,1,1,1,1,1,1,0.200875998,0.515216649,0.623489609,0.623439814,0.623670213
-134,1,0.3956,1,1,1,1,1,1,1,1,0.1521,0.3956,0.3649,1,0.318,1,1,1,1,1,1,0.05,0.318,0.3724,1,0.6584,1,1,1,0.0305,0.6584,0.374,1,1,1,1,1,0.056827873,0.601124287,0.995130956,1,1,1,1,1,0.071058825,0.57268995,0.991760254,1,1,1,1,1,0.126304641,0.456569463,0.614789754,0.614766237,0.614804965
-135,1,0.3955,1,1,1,1,1,1,1,1,0.0683,0.3955,0.1992,1,0.318,1,1,1,1,1,1,0.0642,0.318,0.1936,1,0.6585,1,1,1,0.0618,0.6585,0.2142,1,1,1,1,1,0.037358858,0.413076133,1,1,1,1,1,1,0.116053015,0.31940183,0.97741127,1,1,1,1,1,0.209481969,0.326284349,0.617750121,0.617727946,0.617907801
-136,1,0.3953,1,1,1,1,1,1,1,1,0.0759,0.3953,0.0151,1,0.318,1,1,1,1,1,1,0.2367,0.318,0.0704,1,0.6586,1,1,1,0.0912,0.6586,0,1,1,1,1,1,0.085969821,0.112508036,0.984038055,1,1,1,1,1,0.288551122,0.179582879,0.845369399,1,1,1,1,1,0.26427111,0.001671461,0.65381827,0.653691559,0.654255319
-137,1,0.3952,1,1,1,1,1,1,1,1,0.1221,0.3952,0,1,0.318,1,1,1,1,1,1,0.3325,0.318,0,1,0.6587,1,1,1,0.1164,0.6587,0,1,1,1,1,1,0.128555551,0,0.798958719,1,1,1,1,1,0.478020161,0,0.993219972,1,1,1,1,1,0.211875349,0,0.688315611,0.688385868,0.688386525
-138,1,0.3951,1,1,1,1,1,1,1,1,0.1165,0.3951,0,1,0.318,1,1,1,1,1,1,0.3772,0.318,0,1,0.6588,1,1,1,0.1202,0.6588,0,1,1,1,1,1,0.110376433,0,0.917728066,1,1,1,1,1,0.533747077,0,1,1,1,1,1,1,0.231116161,0,0.677259546,0.677385234,0.677304965
-139,1,0.3949,1,1,1,1,1,1,1,1,0.0695,0.3949,0,1,0.3179,1,1,1,1,1,1,0.4737,0.3179,0,1,0.6589,1,1,1,0.1092,0.6589,0,1,1,1,1,1,0.053824816,0,0.979925394,1,1,1,1,1,0.579329133,0,1,1,1,1,1,1,0.252502561,0,0.657805703,0.657711022,0.658244681
-140,1,0.3948,1,1,1,1,1,1,1,1,0.1746,0.3948,0,1,0.3179,1,1,1,1,1,1,0.7695,0.3179,0,1,0.659,1,1,1,0.0658,0.659,0,1,1,1,1,1,0.128802568,0,1,1,1,1,1,1,0.77134943,0,1,1,1,1,1,1,0.225661665,0,0.631706138,0.63169029,0.632092199
-141,1,0.3947,1,1,1,1,1,1,1,1,0.1894,0.3947,0,1,0.3179,1,1,1,1,1,1,0.6069,0.3179,0,1,0.6591,1,1,1,0.0407,0.6591,0,1,1,1,1,1,0.144425601,0,1,1,1,1,1,1,0.621898949,0,0.927658379,1,1,1,1,1,0.228556156,0,0.597812953,0.597842183,0.597960993
-142,1,0.3945,1,1,1,1,1,1,1,1,0.2462,0.3945,0,1,0.3179,1,1,1,1,1,1,0.541,0.3179,0,1,0.6592,1,1,1,0.0616,0.6592,0,1,1,1,1,1,0.15601936,0,1,1,1,1,1,1,0.563661098,0,0.908954263,1,1,1,1,1,0.310867965,0,0.55177622,0.551724138,0.551861702
-143,1,0.3944,1,1,1,1,1,1,1,1,0.2121,0.3944,0,1,0.3179,1,1,1,1,1,1,0.2816,0.3179,0,1,0.6593,1,1,1,0.0657,0.6593,0,1,1,1,1,1,0.144045681,0,0.912509561,1,1,1,1,1,0.403389901,0,0.839505196,1,1,1,1,1,0.310114652,0,0.504349928,0.504336789,0.504432624
-144,1,0.3943,1,1,1,1,1,1,1,1,0.2074,0.3943,0,1,0.3179,1,1,1,1,1,1,0.3788,0.3179,0,1,0.6594,1,1,1,0.0535,0.6594,0,1,1,1,1,1,0.125581056,0,0.769363821,1,1,1,1,1,0.439836204,0,1,1,1,1,1,1,0.266269714,0,0.467738038,0.467738523,0.468085106
-145,1,0.3941,1,1,1,1,1,1,1,1,0.2209,0.3941,0,1,0.3179,1,1,1,1,1,1,0.4611,0.3179,0,1,0.6595,1,1,1,0.0674,0.6595,0,1,1,1,1,1,0.155800313,0,0.997899354,1,1,1,1,1,0.466972113,0,1,1,1,1,1,1,0.251812458,0,0.447438376,0.447429659,0.447251773
-146,1,0.394,1,1,1,1,1,1,1,1,0.2043,0.394,0,1,0.3179,1,1,1,1,1,1,0.3004,0.3179,0,1,0.6596,1,1,1,0.0929,0.6596,0,1,1,1,1,1,0.165351838,0,1,1,1,1,1,1,0.320554376,0,1,1,1,1,1,1,0.300524473,0,0.436442726,0.436429025,0.436613475
-147,1,0.3939,1,1,1,1,1,1,1,1,0.1431,0.3939,0,1,0.3179,1,1,1,1,1,1,0.2485,0.3179,0,1,0.6597,1,1,1,0.1079,0.6597,0,1,1,1,1,1,0.149981067,0,0.879248679,1,1,1,1,1,0.234269142,0,1,1,1,1,1,1,0.364857018,0,0.431911551,0.431986461,0.432180851
-148,1,0.3937,1,1,1,1,1,1,1,1,0.1095,0.3937,0,1,0.3179,1,1,1,1,1,1,0.1179,0.3179,0,1,0.6598,1,1,1,0.0969,0.6598,0,1,1,1,1,1,0.101606213,0,0.652260303,1,1,1,1,1,0.103491649,0,0.981260061,1,1,1,1,1,0.360342234,0,0.436261479,0.436217474,0.436613475
-149,1,0.3936,1,1,1,1,1,1,1,1,0.0574,0.3936,0,1,0.3179,1,1,1,1,1,1,0.0589,0.3179,0,1,0.6599,1,1,1,0.0809,0.6599,0,1,1,1,1,1,0.03089999,0,0.522282004,1,1,1,1,1,0.044309031,0,0.736548245,1,1,1,1,1,0.291499645,0,0.452875785,0.452718426,0.453014184
-150,1,0.3934,1,1,1,1,1,1,1,1,0.0491,0.3934,0,1,0.3179,1,1,1,1,1,1,0.0983,0.3179,0,1,0.6599,1,1,1,0.0765,0.6599,0,1,1,1,1,1,0.020953078,0,0.666678071,1,1,1,1,1,0.0758316,0,0.718301356,1,1,1,1,1,0.230846629,0,0.482902368,0.482758621,0.483156028
-151,1,0.3933,1,1,1,1,1,1,1,1,0.0424,0.3933,0,1,0.3179,1,1,1,1,1,1,0.0845,0.3179,0,1,0.66,1,1,1,0.0562,0.66,0,1,1,1,1,1,0.020881666,0,0.671678662,1,1,1,1,1,0.058989674,0,0.52993536,1,1,1,1,1,0.188626125,0,0.514560174,0.514491221,0.51462766
-152,1,0.3932,1,1,1,1,1,1,1,1,0.0678,0.3932,0.1883,1,0.3179,1,1,1,1,1,1,0.1375,0.3179,0.1888,1,0.6601,1,1,1,0.0288,0.6601,0.0283,1,1,1,1,1,0.051156409,0.351036876,0.62553829,1,1,1,1,1,0.104667753,0.35002166,0.425320745,1,1,1,1,1,0.118105114,0.125800461,0.546942968,0.546858473,0.546985816
-153,1,0.393,1,1,1,1,1,1,1,1,0.1221,0.393,0.4067,1,0.3179,1,1,1,1,1,1,0.2531,0.3179,0.418,1,0.6602,1,1,1,0.0129,0.6602,0.2162,1,1,1,1,1,0.089656405,0.619287968,0.587967038,1,1,1,1,1,0.233937562,0.660088658,0.331576973,1,1,1,1,1,0.053463232,0.403309524,0.566517641,0.566532685,0.566489362
-154,1,0.3929,1,1,1,1,1,1,1,1,0.1334,0.3929,0.5478,1,0.3179,1,1,1,1,1,1,0.2684,0.3179,0.5584,1,0.6603,1,1,1,0.0092,0.6603,0.3554,1,1,1,1,1,0.117224008,0.785794616,0.717235327,1,1,1,1,1,0.296673715,0.806930482,0.329441369,1,1,1,1,1,0.018045329,0.519458115,0.572015466,0.572033002,0.571808511
-155,1,0.3928,1,1,1,1,1,1,1,1,0.0832,0.3928,0.6386,1,0.3179,1,1,1,1,1,1,0.2463,0.3179,0.6543,1,0.6604,1,1,1,0.0116,0.6604,0.3415,1,1,1,1,1,0.075509615,0.905285895,0.824079096,1,1,1,1,1,0.191872358,0.910348594,0.486140609,1,1,1,1,1,0.02884767,0.753734529,0.567423876,0.567378887,0.567375887
-156,1,0.3926,1,1,1,1,1,1,1,1,0.1125,0.3926,0.6504,1,0.3179,1,1,1,1,1,1,0.2488,0.3179,0.6701,1,0.6605,1,1,1,0.012,0.6605,0.3857,1,1,1,1,1,0.078392886,0.891079426,1,1,1,1,1,1,0.19907096,0.936917841,0.975297093,1,1,1,1,1,0.038041543,0.83075124,0.557032383,0.557012905,0.556737589
-157,1,0.3925,1,1,1,1,1,1,1,1,0.1817,0.3925,0.6311,1,0.3179,1,1,1,1,1,1,0.2425,0.3179,0.647,1,0.6606,1,1,1,0.0147,0.6606,0.402,1,1,1,1,1,0.095105343,0.817447066,1,1,1,1,1,1,0.216151059,0.900446236,1,1,1,1,1,1,0.033375405,0.710378289,0.545251329,0.545166067,0.545212766
-158,1,0.3924,1,1,1,1,1,1,1,1,0.263,0.3924,0.5093,1,0.3179,1,1,1,1,1,1,0.2601,0.3179,0.5124,1,0.6607,1,1,1,0.0103,0.6607,0.3421,1,1,1,1,1,0.138140485,0.640372276,1,1,1,1,1,1,0.227062032,0.757096589,1,1,1,1,1,1,0.029614527,0.555731773,0.536913968,0.536915591,0.537234043
-159,1,0.3922,1,1,1,1,1,1,1,1,0.2431,0.3922,0.299,1,0.3179,1,1,1,1,1,1,0.1232,0.3179,0.316,1,0.6608,1,1,1,0.0278,0.6608,0.1273,1,1,1,1,1,0.141146839,0.441087514,1,1,1,1,1,1,0.141871184,0.488292456,1,1,1,1,1,1,0.048891362,0.328809351,0.542653456,0.54283901,0.542553191
-160,1,0.3921,1,1,1,1,1,1,1,1,0.1515,0.3921,0.0553,1,0.3179,1,1,1,1,1,1,0.1151,0.3179,0.1148,1,0.6609,1,1,1,0.0393,0.6609,0,1,1,1,1,1,0.109279126,0.146455288,0.999486566,1,1,1,1,1,0.210509539,0.251701355,1,1,1,1,1,1,0.075152986,0,0.582346544,0.582398985,0.582446809
-161,1,0.392,1,1,1,1,1,1,1,1,0.2487,0.392,0,1,0.3179,1,1,1,1,1,1,0.3379,0.3179,0,1,0.661,1,1,1,0.0331,0.661,0,1,1,1,1,1,0.224165872,0,0.997973144,1,1,1,1,1,0.445290416,0,1,1,1,1,1,1,0.127303258,0,0.622281295,0.62217051,0.622340426
-162,1,0.3918,1,1,1,1,1,1,1,1,0.4787,0.3918,0,1,0.3179,1,1,1,1,1,1,0.2533,0.3179,0,1,0.6611,1,1,1,0.0687,0.6611,0,1,1,1,1,1,0.403216988,0,0.998343229,1,1,1,1,1,0.373950571,0,1,1,1,1,1,1,0.212911427,0,0.614910585,0.614977787,0.615248227
-163,1,0.3917,1,1,1,1,1,1,1,1,0.3828,0.3917,0,1,0.3179,1,1,1,1,1,1,0.0323,0.3179,0,1,0.6612,1,1,1,0.0773,0.6612,0,1,1,1,1,1,0.406515628,0,0.999373019,1,1,1,1,1,0.091711089,0,0.970958114,1,1,1,1,1,0.252609104,0,0.59521508,0.595303575,0.595301418
-164,1,0.3916,1,1,1,1,1,1,1,1,0.353,0.3916,0,1,0.3179,1,1,1,1,1,1,0.1582,0.3179,0,1,0.6613,1,1,1,0.0737,0.6613,0,1,1,1,1,1,0.465022057,0,0.999333918,1,1,1,1,1,0.268757284,0,1,1,1,1,1,1,0.237305686,0,0.576486225,0.576475566,0.576684397
-165,1,0.3914,1,1,1,1,1,1,1,1,0.2208,0.3914,0,1,0.3179,1,1,1,1,1,1,0.3859,0.3179,0,1,0.6614,1,1,1,0.1379,0.6614,0,1,1,1,1,1,0.462766081,0,1,1,1,1,1,1,0.472837806,0,0.855820179,1,1,1,1,1,0.40507862,0,0.549540841,0.549608631,0.54964539
-166,1,0.3913,1,1,1,1,1,1,1,1,0.2817,0.3913,0,1,0.3179,1,1,1,1,1,1,0.4086,0.3179,0,1,0.6615,1,1,1,0.3173,0.6615,0,1,1,1,1,1,0.623637617,0,0.791018248,1,1,1,1,1,0.496928155,0,0.224977508,1,1,1,1,1,0.549032152,0,0.514258096,0.51427967,0.51462766
-167,1,0.3912,1,1,1,1,1,1,1,1,0.3581,0.3912,0,1,0.3179,1,1,1,1,1,1,0.2684,0.3179,0,1,0.6616,1,1,1,0.2677,0.6616,0,1,1,1,1,1,0.639050901,0,0.576337457,1,1,1,1,1,0.411808074,0,0.086479068,1,1,1,1,1,0.443719596,0,0.475410826,0.475565898,0.475620567
-168,1,0.391,1,1,1,1,1,1,1,1,0.4621,0.391,0,1,0.3179,1,1,1,1,1,1,0.3442,0.3179,0,1,0.6617,1,1,1,0.2914,0.6617,0,1,1,1,1,1,0.686666548,0,0.452253044,1,1,1,1,1,0.561259866,0,0.268882751,1,1,1,1,1,0.383727908,0,0.442846786,0.442775545,0.443262411
-169,1,0.3909,1,1,1,1,1,1,1,1,0.5296,0.3909,0,1,0.3179,1,1,1,1,1,1,0.3906,0.3179,0,1,0.6618,1,1,1,0.224,0.6618,0,1,1,1,1,1,0.607914746,0,0.300419182,1,1,1,1,1,0.543580651,0,1,1,1,1,1,1,0.321433812,0,0.424057516,0.423947535,0.424202128
-170,1,0.3908,1,1,1,1,1,1,1,1,0.557,0.3908,0,1,0.3179,1,1,1,1,1,1,0.4338,0.3179,0,1,0.6619,1,1,1,0.2328,0.6619,0,1,1,1,1,1,0.572131515,0,0.409598082,1,1,1,1,1,0.586874485,0,0.989531398,1,1,1,1,1,0.353678197,0,0.412880619,0.41273535,0.413120567
-171,1,0.3906,1,1,1,1,1,1,1,1,0.4902,0.3906,0,1,0.3179,1,1,1,1,1,1,0.4514,0.3179,0,1,0.662,1,1,1,0.273,0.662,0,1,1,1,1,1,0.52833873,0,0.644146502,1,1,1,1,1,0.594080508,0,0.71316731,1,1,1,1,1,0.42398569,0,0.409859836,0.409773641,0.41001773
-172,1,0.3905,1,1,1,1,1,1,1,1,0.4219,0.3905,0,1,0.3179,1,1,1,1,1,1,0.3284,0.3179,0,1,0.6621,1,1,1,0.3023,0.6621,0,1,1,1,1,1,0.521793962,0,0.778336883,1,1,1,1,1,0.474858522,0,0.355401874,1,1,1,1,1,0.437122196,0,0.41300145,0.412946901,0.413120567
-173,1,0.3904,1,1,1,1,1,1,1,1,0.4694,0.3904,0,1,0.3178,1,1,1,1,1,1,0.2486,0.3178,0,1,0.6622,1,1,1,0.3078,0.6622,0,1,1,1,1,1,0.543539464,0,0.748621821,1,1,1,1,1,0.454101503,0,0.312565744,1,1,1,1,1,0.41463837,0,0.425024166,0.425005289,0.425088652
-174,1,0.3902,1,1,1,1,1,1,1,1,0.475,0.3902,0,1,0.3178,1,1,1,1,1,1,0.1745,0.3178,0,1,0.6623,1,1,1,0.3473,0.6623,0,1,1,1,1,1,0.490042329,0,0.651935875,1,1,1,1,1,0.334245116,0,0.204179063,1,1,1,1,1,0.494388849,0,0.44822378,0.448275862,0.448138298
-175,1,0.3901,1,1,1,1,1,1,1,1,0.266,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1918,0.3178,0,1,0.6624,1,1,1,0.1593,0.6624,0,1,1,1,1,1,0.202547133,0,0.450812697,1,1,1,1,1,0.33496505,0,0.227047935,1,1,1,1,1,0.279073626,0,0.472631706,0.472604189,0.47251773
-176,1,0.3901,1,1,1,1,1,1,1,1,0.2648,0.3901,0.2056,1,0.3178,1,1,1,1,1,1,0.2478,0.3178,0.1964,1,0.6624,1,1,1,0.197,0.6624,0.1522,1,1,1,1,1,0.213512689,0.345601231,0.456957757,1,1,1,1,1,0.306543738,0.315837443,0.240813345,1,1,1,1,1,0.33440426,0.351901531,0.506524891,0.506452295,0.506205674
-177,1,0.3901,1,1,1,1,1,1,1,1,0.1662,0.3901,0.4097,1,0.3178,1,1,1,1,1,1,0.292,0.3178,0.35,1,0.6624,1,1,1,0.2432,0.6624,0.3604,1,1,1,1,1,0.174213558,0.566147029,0.318742633,1,1,1,1,1,0.271153986,0.46024847,0.198341101,1,1,1,1,1,0.292750835,0.58458364,0.532745288,0.532684578,0.532801418
-178,1,0.3901,1,1,1,1,1,1,1,1,0.135,0.3901,0.5584,1,0.3178,1,1,1,1,1,1,0.7811,0.3178,0.4004,1,0.6624,1,1,1,0.2177,0.6624,0.5977,1,1,1,1,1,0.221653312,0.7259233,0.168887392,1,1,1,1,1,0.583435357,0.566219926,0.104793459,1,1,1,1,1,0.20057185,0.863583505,0.549299178,0.549397081,0.549202128
-179,1,0.3901,1,1,1,1,1,1,1,1,0.1194,0.3901,0.4656,1,0.3178,1,1,1,1,1,1,0.6829,0.3178,0.5397,1,0.6624,1,1,1,0.2019,0.6624,0.541,1,1,1,1,1,0.277017355,0.635938942,0.205231264,1,1,1,1,1,0.528369904,0.788891673,0.080325395,1,1,1,1,1,0.267492235,0.713043511,0.559630256,0.559763063,0.559840426
-180,1,0.3901,1,1,1,1,1,1,1,1,0.1254,0.3901,0.5802,1,0.3178,1,1,1,1,1,1,0.4365,0.3178,0.5759,1,0.6624,1,1,1,0.1679,0.6624,0.545,1,1,1,1,1,0.263291091,0.796859801,0.14308843,1,1,1,1,1,0.362736672,0.736478508,0.061300792,1,1,1,1,1,0.206581235,0.633046031,0.561442726,0.561455469,0.561613475
-181,1,0.3901,1,1,1,1,1,1,1,1,0.0938,0.3901,0.5964,1,0.3178,1,1,1,1,1,1,0.3529,0.3178,0.508,1,0.6624,1,1,1,0.1766,0.6624,0.5096,1,1,1,1,1,0.147995383,0.787820339,0.193140745,1,1,1,1,1,0.351427853,0.723053038,0.055496596,1,1,1,1,1,0.253050596,0.676588893,0.558361527,0.558282209,0.558510638
-182,1,0.3901,1,1,1,1,1,1,1,1,0.1271,0.3901,0.5111,1,0.3178,1,1,1,1,1,1,0.512,0.3178,0.4839,1,0.6624,1,1,1,0.2567,0.6624,0.3986,1,1,1,1,1,0.170357823,0.71737349,0.186769903,1,1,1,1,1,0.456674516,0.685913444,0.069324613,1,1,1,1,1,0.42970854,0.657885075,0.556367811,0.556378253,0.556737589
-183,1,0.3901,1,1,1,1,1,1,1,1,0.1077,0.3901,0.3605,1,0.3178,1,1,1,1,1,1,0.1586,0.3178,0.3378,1,0.6624,1,1,1,0.2626,0.6624,0.2671,1,1,1,1,1,0.103544593,0.533353209,0.180912837,1,1,1,1,1,0.173481762,0.517142177,0.05566597,1,1,1,1,1,0.477926105,0.489545971,0.564101015,0.564205627,0.56427305
-184,1,0.3901,1,1,1,1,1,1,1,1,0.2045,0.3901,0.1202,1,0.3178,1,1,1,1,1,1,0.3049,0.3178,0.1348,1,0.6624,1,1,1,0.2323,0.6624,0.018,1,1,1,1,1,0.254027218,0.243827745,0.222155884,1,1,1,1,1,0.291565716,0.271715552,0.069258645,1,1,1,1,1,0.451150745,0.138578326,0.612554374,0.61265073,0.612588652
-185,1,0.3901,1,1,1,1,1,1,1,1,0.2097,0.3901,0,1,0.3178,1,1,1,1,1,1,0.278,0.3178,0,1,0.6624,1,1,1,0.2513,0.6624,0,1,1,1,1,1,0.268435091,0,0.311881125,1,1,1,1,1,0.292506754,0,0.12673901,1,1,1,1,1,0.467240334,0,0.662880619,0.662788238,0.663120567
-186,1,0.3901,1,1,1,1,1,1,1,1,0.2091,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2788,0.3178,0,1,0.6624,1,1,1,0.2835,0.6624,0,1,1,1,1,1,0.232917935,0,0.558521032,1,1,1,1,1,0.321917266,0,0.274734557,1,1,1,1,1,0.581171215,0,0.661853552,0.661730484,0.662234043
-187,1,0.3901,1,1,1,1,1,1,1,1,0.1655,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3497,0.3178,0,1,0.6624,1,1,1,0.2211,0.6624,0,1,1,1,1,1,0.179451391,0,0.19075416,1,1,1,1,1,0.330650538,0,0.186350793,1,1,1,1,1,0.47033596,0,0.644755921,0.64459488,0.644946809
-188,1,0.3901,1,1,1,1,1,1,1,1,0.2507,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4967,0.3178,0,1,0.6624,1,1,1,0.2073,0.6624,0,1,1,1,1,1,0.233523786,0,0.535915017,1,1,1,1,1,0.428534478,0,0.266032457,1,1,1,1,1,0.460571229,0,0.622402127,0.622382061,0.622340426
-189,1,0.3901,1,1,1,1,1,1,1,1,0.2124,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3421,0.3178,0,1,0.6624,1,1,1,0.1611,0.6624,0,1,1,1,1,1,0.197916046,0,0.611964345,1,1,1,1,1,0.288343489,0,0.361465454,1,1,1,1,1,0.381219059,0,0.585669406,0.585572245,0.585992908
-190,1,0.3901,1,1,1,1,1,1,1,1,0.2242,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2756,0.3178,0,1,0.6624,1,1,1,0.1603,0.6624,0,1,1,1,1,1,0.217971355,0,0.939801395,1,1,1,1,1,0.293203682,0,0.823400021,1,1,1,1,1,0.366700947,0,0.537336878,0.537338693,0.537677305
-191,1,0.3901,1,1,1,1,1,1,1,1,0.1402,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0957,0.3178,0,1,0.6624,1,1,1,0.1348,0.6624,0,1,1,1,1,1,0.10303878,0,0.810448647,1,1,1,1,1,0.118923396,0,0.804819345,1,1,1,1,1,0.304392785,0,0.495045916,0.495028559,0.495124113
-192,1,0.3901,1,1,1,1,1,1,1,1,0.1431,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0651,0.3178,0,1,0.6624,1,1,1,0.1281,0.6624,0,1,1,1,1,1,0.147764057,0,0.395258129,1,1,1,1,1,0.082972042,0,0.483844012,1,1,1,1,1,0.344584882,0,0.467375544,0.467315422,0.467641844
-193,1,0.3901,1,1,1,1,1,1,1,1,0.1002,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0526,0.3178,0,1,0.6624,1,1,1,0.0796,0.6624,0,1,1,1,1,1,0.085156471,0,0.310488403,1,1,1,1,1,0.072127879,0,0.313701302,1,1,1,1,1,0.255002499,0,0.453963267,0.45398773,0.453900709
-194,1,0.3901,1,1,1,1,1,1,1,1,0.0991,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0423,0.3178,0,1,0.6624,1,1,1,0.0623,0.6624,0,1,1,1,1,1,0.072525367,0,0.457707167,1,1,1,1,1,0.066141412,0,0.378204465,1,1,1,1,1,0.230172008,0,0.449009183,0.448910514,0.449468085
-195,1,0.3901,1,1,1,1,1,1,1,1,0.0744,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0308,0.3178,0,1,0.6624,1,1,1,0.0647,0.6624,0,1,1,1,1,1,0.071579069,0,0.636734128,1,1,1,1,1,0.043133982,0,0.445469886,1,1,1,1,1,0.248969957,0,0.450761237,0.45081447,0.450797872
-196,1,0.3901,1,1,1,1,1,1,1,1,0.0575,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0204,0.3178,0,1,0.6624,1,1,1,0.0873,0.6624,0,1,1,1,1,1,0.065758899,0,0.520035744,1,1,1,1,1,0.031730294,0,0.285743475,1,1,1,1,1,0.363280237,0,0.467073465,0.467103871,0.467198582
-197,1,0.3901,1,1,1,1,1,1,1,1,0.0686,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0637,0.3178,0,1,0.6624,1,1,1,0.1157,0.6624,0,1,1,1,1,1,0.069720209,0,0.359866887,1,1,1,1,1,0.060913507,0,0.20936048,1,1,1,1,1,0.431663752,0,0.513956017,0.513856569,0.514184397
-198,1,0.3901,1,1,1,1,1,1,1,1,0.0494,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0768,0.3178,0,1,0.6624,1,1,1,0.116,0.6624,0,1,1,1,1,1,0.056189146,0,0.225535557,1,1,1,1,1,0.074776053,0,0.132242933,1,1,1,1,1,0.410505325,0,0.598356694,0.598476835,0.598404255
-199,1,0.3901,1,1,1,1,1,1,1,1,0.0621,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0465,0.3178,0,1,0.6624,1,1,1,0.1029,0.6624,0,1,1,1,1,1,0.060359363,0,0.275905073,1,1,1,1,1,0.04852362,0,0.162598431,1,1,1,1,1,0.36536485,0,0.647051716,0.647133488,0.647606383
-200,1,0.3901,1,1,1,1,1,1,1,1,0.0559,0.3901,0.1584,1,0.3178,1,1,1,1,1,1,0.0561,0.3178,0.1776,1,0.6624,1,1,1,0.0879,0.6624,0.1217,1,1,1,1,1,0.062977754,0.276372254,0.124938294,1,1,1,1,1,0.040680349,0.337920904,0.052235603,1,1,1,1,1,0.342171937,0.246680662,0.651884969,0.651787603,0.652039007
-201,1,0.3901,1,1,1,1,1,1,1,1,0.0284,0.3901,0.3603,1,0.3178,1,1,1,1,1,1,0.0187,0.3178,0.3604,1,0.6624,1,1,1,0.0881,0.6624,0.2632,1,1,1,1,1,0.035491686,0.503390014,0.079028197,1,1,1,1,1,0.014109918,0.572151363,0.060230635,1,1,1,1,1,0.328503311,0.488681912,0.652549541,0.652633806,0.65248227
-202,1,0.3901,1,1,1,1,1,1,1,1,0.0208,0.3901,0.4586,1,0.3178,1,1,1,1,1,1,0.0059,0.3178,0.4766,1,0.6624,1,1,1,0.0665,0.6624,0.3302,1,1,1,1,1,0.025099194,0.587988615,0.042986747,1,1,1,1,1,0.009063695,0.723044753,0,1,1,1,1,1,0.23677364,0.717196882,0.652247463,0.652210704,0.65248227
-203,1,0.3901,1,1,1,1,1,1,1,1,0.0119,0.3901,0.4847,1,0.3178,1,1,1,1,1,1,0.0047,0.3178,0.5273,1,0.6624,1,1,1,0.0426,0.6624,0.4142,1,1,1,1,1,0.008326887,0.621785879,0.038227208,1,1,1,1,1,0.013290644,0.824058175,0,1,1,1,1,1,0.142485827,0.759250998,0.646628806,0.646710387,0.646719858
-204,1,0.3901,1,1,1,1,1,1,1,1,0.0061,0.3901,0.5907,1,0.3178,1,1,1,1,1,1,0.0094,0.3178,0.6539,1,0.6624,1,1,1,0.0259,0.6624,0.4301,1,1,1,1,1,0.003663684,0.744298935,0,1,1,1,1,1,0.00793491,0.961136997,0,1,1,1,1,1,0.098549098,0.794671774,0.635693572,0.635709752,0.635638298
-205,1,0.3901,1,1,1,1,1,1,1,1,0.0129,0.3901,0.7654,1,0.3178,1,1,1,1,1,1,0.0296,0.3178,0.7914,1,0.6624,1,1,1,0.0368,0.6624,0.5913,1,1,1,1,1,0.0199946,0.966370106,0,1,1,1,1,1,0.025331905,1,0,1,1,1,1,1,0.107496016,0.944644928,0.628866602,0.62872858,0.628989362
-206,1,0.3901,1,1,1,1,1,1,1,1,0.0347,0.3901,0.5757,1,0.3178,1,1,1,1,1,1,0.0843,0.3178,0.5949,1,0.6624,1,1,1,0.0724,0.6624,0.4197,1,1,1,1,1,0.069297858,0.83535111,0,1,1,1,1,1,0.082340918,0.864198089,0,1,1,1,1,1,0.14258711,0.772429883,0.620045916,0.620055003,0.620567376
-207,1,0.3901,1,1,1,1,1,1,1,1,0.0908,0.3901,0.4019,1,0.3178,1,1,1,1,1,1,0.0548,0.3178,0.4277,1,0.6624,1,1,1,0.076,0.6624,0.2693,1,1,1,1,1,0.12937811,0.661422789,0,1,1,1,1,1,0.068690114,0.687489092,0,1,1,1,1,1,0.159735858,0.602521539,0.622160464,0.62217051,0.622340426
-208,1,0.3901,1,1,1,1,1,1,1,1,0.1278,0.3901,0.1541,1,0.3178,1,1,1,1,1,1,0.107,0.3178,0.1815,1,0.6624,1,1,1,0.1224,0.6624,0.0422,1,1,1,1,1,0.196126029,0.324260175,0.00136373,1,1,1,1,1,0.147525936,0.353324205,0,1,1,1,1,1,0.21488446,0.217336237,0.664028516,0.664057542,0.664450355
-209,1,0.3901,1,1,1,1,1,1,1,1,0.2179,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2529,0.3178,0,1,0.6624,1,1,1,0.2081,0.6624,0,1,1,1,1,1,0.353550047,0,0.003544211,1,1,1,1,1,0.325946659,0,0,1,1,1,1,1,0.346074641,0,0.720456742,0.72054157,0.720744681
-210,1,0.3901,1,1,1,1,1,1,1,1,0.3161,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2145,0.3178,0,1,0.6624,1,1,1,0.2143,0.6624,0,1,1,1,1,1,0.509063959,0,0.006642011,1,1,1,1,1,0.26263231,0,0,1,1,1,1,1,0.386885196,0,0.718704688,0.718637614,0.718971631
-211,1,0.3901,1,1,1,1,1,1,1,1,0.2441,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0721,0.3178,0,1,0.6624,1,1,1,0.2305,0.6624,0,1,1,1,1,1,0.383011222,0,0.02023825,1,1,1,1,1,0.127883226,0,0,1,1,1,1,1,0.415913731,0,0.699432093,0.699386503,0.699468085
-212,1,0.3901,1,1,1,1,1,1,1,1,0.2008,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0908,0.3178,0,1,0.6624,1,1,1,0.2202,0.6624,0,1,1,1,1,1,0.362071484,0,0.00365085,1,1,1,1,1,0.125612289,0,0,1,1,1,1,1,0.321157962,0,0.671459642,0.671461815,0.671542553
-213,1,0.3901,1,1,1,1,1,1,1,1,0.2149,0.3901,0,1,0.3178,1,1,1,1,1,1,0.077,0.3178,0,1,0.6624,1,1,1,0.2228,0.6624,0,1,1,1,1,1,0.321069121,0,0.046263084,1,1,1,1,1,0.108288124,0,0,1,1,1,1,1,0.478097707,0,0.625241663,0.62534377,0.625443262
-214,1,0.3901,1,1,1,1,1,1,1,1,0.1922,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0957,0.3178,0,1,0.6624,1,1,1,0.2421,0.6624,0,1,1,1,1,1,0.302196592,0,0.117049649,1,1,1,1,1,0.124955013,0,0,1,1,1,1,1,0.602264404,0,0.566457226,0.566532685,0.566489362
-215,1,0.3901,1,1,1,1,1,1,1,1,0.2232,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0707,0.3178,0,1,0.6624,1,1,1,0.2317,0.6624,0,1,1,1,1,1,0.371074796,0,0.121016964,1,1,1,1,1,0.091939658,0,0,1,1,1,1,1,0.590563655,0,0.514439343,0.514491221,0.51462766
-216,1,0.3901,1,1,1,1,1,1,1,1,0.198,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0462,0.3178,0,1,0.6624,1,1,1,0.2227,0.6624,0,1,1,1,1,1,0.302639276,0,0.195917934,1,1,1,1,1,0.067138597,0,0.024278272,1,1,1,1,1,0.575982213,0,0.480304495,0.480220013,0.480496454
-217,1,0.3901,1,1,1,1,1,1,1,1,0.1546,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0198,0.3178,0,1,0.6624,1,1,1,0.2261,0.6624,0,1,1,1,1,1,0.263071388,0,0.2421,1,1,1,1,1,0.036668267,0,0.002262566,1,1,1,1,1,0.655436516,0,0.463327695,0.463295959,0.46320922
-218,1,0.3901,1,1,1,1,1,1,1,1,0.1653,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0553,0.3178,0,1,0.6624,1,1,1,0.2701,0.6624,0,1,1,1,1,1,0.312604427,0,0.213288948,1,1,1,1,1,0.07977096,0,0.189022526,1,1,1,1,1,0.647818506,0,0.453902852,0.453776179,0.453900709
-219,1,0.3901,1,1,1,1,1,1,1,1,0.1749,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0958,0.3178,0,1,0.6624,1,1,1,0.2599,0.6624,0,1,1,1,1,1,0.333749324,0,0.221722022,1,1,1,1,1,0.103449941,0,0.380198181,1,1,1,1,1,0.643763781,0,0.453298695,0.453141527,0.453457447
-220,1,0.3901,1,1,1,1,1,1,1,1,0.0983,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0433,0.3178,0,1,0.6624,1,1,1,0.1944,0.6624,0,1,1,1,1,1,0.178379744,0,0.197167411,1,1,1,1,1,0.052775551,0,0.226042941,1,1,1,1,1,0.486042619,0,0.466408893,0.466469219,0.466312057
-221,1,0.3901,1,1,1,1,1,1,1,1,0.1047,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0717,0.3178,0,1,0.6624,1,1,1,0.2003,0.6624,0,1,1,1,1,1,0.182532981,0,0.1864952,1,1,1,1,1,0.071044549,0,0.258432746,1,1,1,1,1,0.48717621,0,0.509666506,0.509837106,0.509751773
-222,1,0.3901,1,1,1,1,1,1,1,1,0.0929,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1079,0.3178,0,1,0.6624,1,1,1,0.2279,0.6624,0,1,1,1,1,1,0.150467202,0,0.060836557,1,1,1,1,1,0.110895261,0,0.185562834,1,1,1,1,1,0.48205024,0,0.591831803,0.591707214,0.592198582
-223,1,0.3901,1,1,1,1,1,1,1,1,0.1185,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0817,0.3178,0,1,0.6624,1,1,1,0.2753,0.6624,0,1,1,1,1,1,0.214620605,0,0.050602857,1,1,1,1,1,0.075528733,0,0.206351072,1,1,1,1,1,0.488786489,0,0.635633156,0.635709752,0.635638298
-224,1,0.3901,1,1,1,1,1,1,1,1,0.114,0.3901,0.1709,1,0.3178,1,1,1,1,1,1,0.2208,0.3178,0.1778,1,0.6624,1,1,1,0.2258,0.6624,0.11,1,1,1,1,1,0.223796159,0.294971883,0.047991022,1,1,1,1,1,0.268649101,0.333648056,0.667355299,1,1,1,1,1,0.356165349,0.30182007,0.637928951,0.637825259,0.63785461
-225,1,0.3901,1,1,1,1,1,1,1,1,0.1039,0.3901,0.3428,1,0.3178,1,1,1,1,1,1,0.0591,0.3178,0.3614,1,0.6624,1,1,1,0.2103,0.6624,0.2628,1,1,1,1,1,0.156572431,0.505941212,0.118972525,1,1,1,1,1,0.050864745,0.570085824,0.807765722,1,1,1,1,1,0.370222688,0.426658571,0.641191397,0.64121007,0.641400709
-226,1,0.3901,1,1,1,1,1,1,1,1,0.1886,0.3901,0.4545,1,0.3178,1,1,1,1,1,1,0.0968,0.3178,0.4885,1,0.6624,1,1,1,0.2038,0.6624,0.3126,1,1,1,1,1,0.192778453,0.673364401,0.2692388,1,1,1,1,1,0.091097057,0.675946474,0.503357053,1,1,1,1,1,0.32965818,0.473291039,0.641372644,0.64142162,0.641400709
-227,1,0.3901,1,1,1,1,1,1,1,1,0.1247,0.3901,0.5223,1,0.3178,1,1,1,1,1,1,0.1117,0.3178,0.5863,1,0.6624,1,1,1,0.227,0.6624,0.3216,1,1,1,1,1,0.144624099,0.787525713,0.34765631,1,1,1,1,1,0.112575106,0.71120137,0.511253953,1,1,1,1,1,0.313061386,0.505457759,0.635210246,0.635286651,0.635195035
-228,1,0.3901,1,1,1,1,1,1,1,1,0.1464,0.3901,0.5971,1,0.3178,1,1,1,1,1,1,0.1581,0.3178,0.5876,1,0.6624,1,1,1,0.155,0.6624,0.3381,1,1,1,1,1,0.175225928,0.818466902,0.455421895,1,1,1,1,1,0.162781134,0.781647444,0.79771471,1,1,1,1,1,0.249325559,0.605726838,0.624697922,0.624709118,0.624556738
-229,1,0.3901,1,1,1,1,1,1,1,1,0.1602,0.3901,0.6098,1,0.3178,1,1,1,1,1,1,0.1474,0.3178,0.5302,1,0.6624,1,1,1,0.1424,0.6624,0.4114,1,1,1,1,1,0.202324748,0.779298604,0.360453963,1,1,1,1,1,0.17729947,0.675989747,0.497001886,1,1,1,1,1,0.267502129,0.693576753,0.619441759,0.619420351,0.619680851
-230,1,0.3901,1,1,1,1,1,1,1,1,0.1334,0.3901,0.5176,1,0.3178,1,1,1,1,1,1,0.1807,0.3178,0.4279,1,0.6624,1,1,1,0.186,0.6624,0.3916,1,1,1,1,1,0.193230435,0.660780966,0.186220258,1,1,1,1,1,0.235788912,0.562865138,0.700961292,1,1,1,1,1,0.37764746,0.593967557,0.613883519,0.613708483,0.61391844
-231,1,0.3901,1,1,1,1,1,1,1,1,0.1721,0.3901,0.3503,1,0.3178,1,1,1,1,1,1,0.1845,0.3178,0.2873,1,0.6624,1,1,1,0.2311,0.6624,0.2578,1,1,1,1,1,0.27955395,0.474767894,0.37871629,1,1,1,1,1,0.245300382,0.451547176,0.935683846,1,1,1,1,1,0.436159343,0.465108603,0.618052199,0.617939497,0.618351064
-232,1,0.3901,1,1,1,1,1,1,1,1,0.1873,0.3901,0.1105,1,0.3178,1,1,1,1,1,1,0.2469,0.3178,0.1142,1,0.6624,1,1,1,0.2519,0.6624,0.0069,1,1,1,1,1,0.298573434,0.213693738,0.601674139,1,1,1,1,1,0.299913794,0.237883806,0.907049835,1,1,1,1,1,0.529682159,0.076301232,0.658470275,0.658557224,0.658687943
-233,1,0.3901,1,1,1,1,1,1,1,1,0.242,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2081,0.3178,0,1,0.6624,1,1,1,0.3493,0.6624,0,1,1,1,1,1,0.245693415,0,0.876646042,1,1,1,1,1,0.266704261,0,0.995430946,1,1,1,1,1,0.712863207,0,0.704507008,0.704463719,0.704787234
-234,1,0.3901,1,1,1,1,1,1,1,1,0.2628,0.3901,0,1,0.3178,1,1,1,1,1,1,0.296,0.3178,0,1,0.6624,1,1,1,0.4746,0.6624,0,1,1,1,1,1,0.340046257,0,0.884292006,1,1,1,1,1,0.377890676,0,1,1,1,1,1,1,0.832049489,0,0.699311261,0.699386503,0.699468085
-235,1,0.3901,1,1,1,1,1,1,1,1,0.1955,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1096,0.3178,0,1,0.6624,1,1,1,0.567,0.6624,0,1,1,1,1,1,0.207921654,0,0.864516497,1,1,1,1,1,0.170502841,0,0.963919401,1,1,1,1,1,0.851759732,0,0.681971967,0.682039348,0.682180851
-236,1,0.3901,1,1,1,1,1,1,1,1,0.1863,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1436,0.3178,0,1,0.6624,1,1,1,0.6104,0.6624,0,1,1,1,1,1,0.204992115,0,0.968983352,1,1,1,1,1,0.2100465,0,0.673694015,1,1,1,1,1,0.868061364,0,0.656416143,0.656441718,0.656471631
-237,1,0.3901,1,1,1,1,1,1,1,1,0.1745,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1962,0.3178,0,1,0.6624,1,1,1,0.6489,0.6624,0,1,1,1,1,1,0.226403102,0,0.827410579,1,1,1,1,1,0.289611697,0,0.562394261,1,1,1,1,1,0.828646958,0,0.613158531,0.613073831,0.613475177
-238,1,0.3901,1,1,1,1,1,1,1,1,0.1926,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1179,0.3178,0,1,0.6624,1,1,1,0.6722,0.6624,0,1,1,1,1,1,0.243016481,0,0.841277778,1,1,1,1,1,0.222531497,0,0.852905512,1,1,1,1,1,0.775122285,0,0.556126148,0.556166702,0.556294326
-239,1,0.3901,1,1,1,1,1,1,1,1,0.268,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1488,0.3178,0,1,0.6624,1,1,1,0.6139,0.6624,0,1,1,1,1,1,0.284408391,0,0.695922613,1,1,1,1,1,0.331273735,0,0.98426342,1,1,1,1,1,0.768194735,0,0.506524891,0.506452295,0.506205674
-240,1,0.3901,1,1,1,1,1,1,1,1,0.2232,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0593,0.3178,0,1,0.6624,1,1,1,0.5739,0.6624,0,1,1,1,1,1,0.136679202,0,0.757170558,1,1,1,1,1,0.186490044,0,1,1,1,1,1,1,0.724086463,0,0.475108748,0.475142797,0.475177305
-241,1,0.3901,1,1,1,1,1,1,1,1,0.1416,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1005,0.3178,0,1,0.6624,1,1,1,0.4716,0.6624,0,1,1,1,1,1,0.080614135,0,0.617257476,1,1,1,1,1,0.163047209,0,0.568916261,1,1,1,1,1,0.680777907,0,0.459279845,0.459276497,0.459663121
-242,1,0.3901,1,1,1,1,1,1,1,1,0.0806,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0446,0.3178,0,1,0.6624,1,1,1,0.355,0.6624,0,1,1,1,1,1,0.036182791,0,0.379604399,1,1,1,1,1,0.069105901,0,0.237542689,1,1,1,1,1,0.502547562,0,0.452090382,0.452083774,0.45212766
-243,1,0.3901,1,1,1,1,1,1,1,1,0.0567,0.3901,0,1,0.3178,1,1,1,1,1,1,0.001,0.3178,0,1,0.6624,1,1,1,0.2618,0.6624,0,1,1,1,1,1,0.038662121,0,0.202409118,1,1,1,1,1,0.02132386,0,0.062203147,1,1,1,1,1,0.349566966,0,0.454084099,0.45398773,0.453900709
-244,1,0.3901,1,1,1,1,1,1,1,1,0.0553,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0562,0.3178,0,1,0.6624,1,1,1,0.1584,0.6624,0,1,1,1,1,1,0.045082051,0,0.176703244,1,1,1,1,1,0.102172196,0,0.056030106,1,1,1,1,1,0.21410659,0,0.46840261,0.468373175,0.468085106
-245,1,0.3901,1,1,1,1,1,1,1,1,0.0602,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1323,0.3178,0,1,0.6624,1,1,1,0.1459,0.6624,0,1,1,1,1,1,0.05319171,0,0.173600957,1,1,1,1,1,0.228121877,0,0.067370161,1,1,1,1,1,0.204058722,0,0.515164331,0.515125873,0.515070922
-246,1,0.3901,1,1,1,1,1,1,1,1,0.0663,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0891,0.3178,0,1,0.6624,1,1,1,0.1188,0.6624,0,1,1,1,1,1,0.066936791,0,0.199694216,1,1,1,1,1,0.173654556,0,0.098741636,1,1,1,1,1,0.201993749,0,0.597631706,0.597630633,0.597960993
-247,1,0.3901,1,1,1,1,1,1,1,1,0.0186,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0828,0.3178,0,1,0.6624,1,1,1,0.0679,0.6624,0,1,1,1,1,1,0.038173757,0,0.113522388,1,1,1,1,1,0.120949909,0,0.031515967,1,1,1,1,1,0.141252577,0,0.641372644,0.64142162,0.641400709
-248,1,0.3901,1,1,1,1,1,1,1,1,0.0023,0.3901,0.1904,1,0.3178,1,1,1,1,1,1,0.002,0.3178,0.1817,1,0.6624,1,1,1,0.112,0.6624,0.1915,1,1,1,1,1,0.014021291,0.333027333,0.074958459,1,1,1,1,1,0.019483481,0.334220946,0.016308378,1,1,1,1,1,0.182588384,0.418111622,0.641372644,0.64142162,0.641400709
-249,1,0.3901,1,1,1,1,1,1,1,1,0.0057,0.3901,0.3998,1,0.3178,1,1,1,1,1,1,0.0227,0.3178,0.3776,1,0.6624,1,1,1,0.1061,0.6624,0.4013,1,1,1,1,1,0.002819492,0.6092574,0.12960501,1,1,1,1,1,0.015071142,0.621074975,0.000575916,1,1,1,1,1,0.11207664,0.68553251,0.637566457,0.637613708,0.637411348
-250,1,0.3901,1,1,1,1,1,1,1,1,0.0049,0.3901,0.5013,1,0.3178,1,1,1,1,1,1,0,0.3178,0.5216,1,0.6624,1,1,1,0.0655,0.6624,0.5489,1,1,1,1,1,0.002542447,0.664640903,0.124712363,1,1,1,1,1,0.000297571,0.804549634,0,1,1,1,1,1,0.073932163,0.842455089,0.635331078,0.635286651,0.635195035
-251,1,0.3901,1,1,1,1,1,1,1,1,0.0119,0.3901,0.5482,1,0.3178,1,1,1,1,1,1,0,0.3178,0.6342,1,0.6624,1,1,1,0.0257,0.6624,0.5712,1,1,1,1,1,0.001646245,0.724983215,0.132610857,1,1,1,1,1,0.000883579,0.907052815,0,1,1,1,1,1,0.034809116,0.895346045,0.630256162,0.630209435,0.630319149
-252,1,0.3901,1,1,1,1,1,1,1,1,0.0001,0.3901,0.5471,1,0.3178,1,1,1,1,1,1,0,0.3178,0.6809,1,0.6624,1,1,1,0.0084,0.6624,0.5562,1,1,1,1,1,4.56E-06,0.747913063,0.094713494,1,1,1,1,1,0.001406988,0.945675135,0,1,1,1,1,1,0.007758846,0.841864586,0.62137506,0.621324307,0.621453901
-253,1,0.3901,1,1,1,1,1,1,1,1,0.0005,0.3901,0.5638,1,0.3178,1,1,1,1,1,1,0.0183,0.3178,0.6637,1,0.6624,1,1,1,0.0075,0.6624,0.4639,1,1,1,1,1,0.000524132,0.746150136,0.100870654,1,1,1,1,1,0.014435953,0.920805573,0.000287958,1,1,1,1,1,0.007867993,0.838654399,0.617810536,0.617727946,0.617907801
-254,1,0.3901,1,1,1,1,1,1,1,1,0.0027,0.3901,0.4942,1,0.3178,1,1,1,1,1,1,0.055,0.3178,0.5758,1,0.6624,1,1,1,0.0066,0.6624,0.4478,1,1,1,1,1,0.008103127,0.675547957,0.038816467,1,1,1,1,1,0.055314414,0.835924745,0.001696335,1,1,1,1,1,0.010572084,0.757168651,0.611950217,0.611804527,0.611702128
-255,1,0.3901,1,1,1,1,1,1,1,1,0.0193,0.3901,0.358,1,0.3178,1,1,1,1,1,1,0.0855,0.3178,0.4076,1,0.6624,1,1,1,0.0134,0.6624,0.2893,1,1,1,1,1,0.045695066,0.546369016,0.089161843,1,1,1,1,1,0.087672457,0.601625383,0.045447905,1,1,1,1,1,0.024493992,0.482877761,0.616058482,0.616035541,0.616134752
-256,1,0.3901,1,1,1,1,1,1,1,1,0.0259,0.3901,0.1237,1,0.3178,1,1,1,1,1,1,0.0845,0.3178,0.1352,1,0.6624,1,1,1,0.0269,0.6624,0.0178,1,1,1,1,1,0.077881113,0.252424687,0.122047246,1,1,1,1,1,0.103971079,0.243936017,0.054183774,1,1,1,1,1,0.04668469,0.028385982,0.655932818,0.655807066,0.656471631
-257,1,0.3901,1,1,1,1,1,1,1,1,0.0951,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1567,0.3178,0,1,0.6624,1,1,1,0.0344,0.6624,0,1,1,1,1,1,0.191320345,0,0.223094314,1,1,1,1,1,0.21387437,0,0.231293976,1,1,1,1,1,0.082200684,0,0.704688255,0.70467527,0.704787234
-258,1,0.3901,1,1,1,1,1,1,1,1,0.1304,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2152,0.3178,0,1,0.6624,1,1,1,0.0406,0.6624,0,1,1,1,1,1,0.215141863,0,0.299939692,1,1,1,1,1,0.283218205,0,0.382775396,1,1,1,1,1,0.102908634,0,0.702090382,0.702136662,0.702570922
-259,1,0.3901,1,1,1,1,1,1,1,1,0.1322,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1186,0.3178,0,1,0.6624,1,1,1,0.0344,0.6624,0,1,1,1,1,1,0.153298661,0,0.564502239,1,1,1,1,1,0.1467361,0,0.534064412,1,1,1,1,1,0.099765256,0,0.684811503,0.684789507,0.684840426
-260,1,0.3901,1,1,1,1,1,1,1,1,0.1124,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1396,0.3178,0,1,0.6624,1,1,1,0.0893,0.6624,0,1,1,1,1,1,0.167470008,0,0.530351102,1,1,1,1,1,0.165441945,0,0.325419664,1,1,1,1,1,0.203330696,0,0.658530691,0.658557224,0.658687943
-261,1,0.3901,1,1,1,1,1,1,1,1,0.0917,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1212,0.3178,0,1,0.6624,1,1,1,0.106,0.6624,0,1,1,1,1,1,0.114720486,0,0.7570858,1,1,1,1,1,0.158409834,0,0.420566499,1,1,1,1,1,0.22229515,0,0.613460609,0.613496933,0.61391844
-262,1,0.3901,1,1,1,1,1,1,1,1,0.0832,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1352,0.3178,0,1,0.6624,1,1,1,0.0991,0.6624,0,1,1,1,1,1,0.106846943,0,0.79648602,1,1,1,1,1,0.177239537,0,0.545936704,1,1,1,1,1,0.238715395,0,0.554797003,0.554685847,0.554964539
-263,1,0.3901,1,1,1,1,1,1,1,1,0.1724,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1283,0.3178,0,1,0.6624,1,1,1,0.0617,0.6624,0,1,1,1,1,1,0.14725326,0,0.972417831,1,1,1,1,1,0.172387347,0,0.959240079,1,1,1,1,1,0.216598734,0,0.503141614,0.503067485,0.503102837
-264,1,0.3901,1,1,1,1,1,1,1,1,0.2353,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2223,0.3178,0,1,0.6624,1,1,1,0.0853,0.6624,0,1,1,1,1,1,0.209360868,0,0.999604702,1,1,1,1,1,0.326823711,0,1,1,1,1,1,1,0.234016851,0,0.469127598,0.469007827,0.468971631
-265,1,0.3901,1,1,1,1,1,1,1,1,0.3027,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4588,0.3178,0,1,0.6624,1,1,1,0.1049,0.6624,0,1,1,1,1,1,0.292143703,0,1,1,1,1,1,1,0.588610947,0,1,1,1,1,1,1,0.221090242,0,0.450338328,0.450391369,0.45035461
-266,1,0.3901,1,1,1,1,1,1,1,1,0.3992,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5617,0.3178,0,1,0.6624,1,1,1,0.1123,0.6624,0,1,1,1,1,1,0.406935632,0,1,1,1,1,1,1,0.701722741,0,1,1,1,1,1,1,0.23139976,0,0.441517641,0.441506241,0.441489362
-267,1,0.3901,1,1,1,1,1,1,1,1,0.5173,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6365,0.3178,0,1,0.6624,1,1,1,0.1493,0.6624,0,1,1,1,1,1,0.562687576,0,1,1,1,1,1,1,0.773771405,0,1,1,1,1,1,1,0.262748182,0,0.441336394,0.44129469,0.441046099
-268,1,0.3901,1,1,1,1,1,1,1,1,0.5307,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4515,0.3178,0,1,0.6624,1,1,1,0.156,0.6624,0,1,1,1,1,1,0.46007356,0,1,1,1,1,1,1,0.651500046,0,1,1,1,1,1,1,0.296734899,0,0.454990333,0.454833933,0.455230496
-269,1,0.3901,1,1,1,1,1,1,1,1,0.6135,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6162,0.3178,0,1,0.6624,1,1,1,0.2391,0.6624,0,1,1,1,1,1,0.550437272,0,1,1,1,1,1,1,0.759138584,0,1,1,1,1,1,1,0.391515285,0,0.497764621,0.497778718,0.497783688
-270,1,0.3901,1,1,1,1,1,1,1,1,0.6996,0.3901,0,1,0.3178,1,1,1,1,1,1,0.7449,0.3178,0,1,0.6624,1,1,1,0.2026,0.6624,0,1,1,1,1,1,0.707036734,0,1,1,1,1,1,1,0.810491323,0,1,1,1,1,1,1,0.346123993,0,0.574734171,0.574783161,0.574911348
-271,1,0.3901,1,1,1,1,1,1,1,1,0.6876,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6273,0.3178,0,1,0.6624,1,1,1,0.2094,0.6624,0,1,1,1,1,1,0.626464605,0,1,1,1,1,1,1,0.744643569,0,1,1,1,1,1,1,0.373617917,0,0.627899952,0.627882378,0.628102837
-272,1,0.3901,1,1,1,1,1,1,1,1,0.7481,0.3901,0,1,0.3178,1,1,1,1,1,1,0.8289,0.3178,0.0001,1,0.6624,1,1,1,0.2736,0.6624,0.0154,1,1,1,1,1,0.724641323,0,1,1,1,1,1,1,0.860166192,5.93E-06,1,1,1,1,1,1,0.42761305,0.003274266,0.642641373,0.642690924,0.642730496
-273,1,0.3901,1,1,1,1,1,1,1,1,0.7162,0.3901,0.0026,1,0.3178,1,1,1,1,1,1,0.8756,0.3178,0.0041,1,0.6624,1,1,1,0.2895,0.6624,0.0761,1,1,1,1,1,0.729462445,0.01296409,1,1,1,1,1,1,0.878538132,0.013474061,1,1,1,1,1,1,0.390865058,0.103457332,0.653153697,0.653268458,0.653368794
-274,1,0.3901,1,1,1,1,1,1,1,1,0.7156,0.3901,0.0598,1,0.3178,1,1,1,1,1,1,0.8734,0.3178,0.0626,1,0.6624,1,1,1,0.329,0.6624,0.1435,1,1,1,1,1,0.781377256,0.116044685,1,1,1,1,1,1,0.88024354,0.072577767,1,1,1,1,1,1,0.483459949,0.189409554,0.662397293,0.662365136,0.662234043
-275,1,0.3901,1,1,1,1,1,1,1,1,0.8305,0.3901,0.1045,1,0.3178,1,1,1,1,1,1,0.9607,0.3178,0.0905,1,0.6624,1,1,1,0.5503,0.6624,0.1695,1,1,1,1,1,0.824034154,0.171812311,1,1,1,1,1,1,0.945016623,0.168727875,1,1,1,1,1,1,0.724869907,0.218318224,0.664693088,0.664692194,0.664893617
-276,1,0.3901,1,1,1,1,1,1,1,1,0.8531,0.3901,0.0515,1,0.3178,1,1,1,1,1,1,0.9574,0.3178,0.1765,1,0.6624,1,1,1,0.6352,0.6624,0.1899,1,1,1,1,1,0.859429896,0.134762511,1,1,1,1,1,1,0.925606847,0.284446388,1,1,1,1,1,1,0.766550124,0.258529097,0.662095215,0.662153586,0.662234043
-277,1,0.3901,1,1,1,1,1,1,1,1,0.8322,0.3901,0.0671,1,0.3178,1,1,1,1,1,1,0.8909,0.3178,0.3062,1,0.6624,1,1,1,0.7038,0.6624,0.1761,1,1,1,1,1,0.897070885,0.166007161,0.977309346,1,1,1,1,1,0.82940793,0.434566885,1,1,1,1,1,1,0.788836181,0.23809211,0.659134848,0.659191876,0.659131206
-278,1,0.3901,1,1,1,1,1,1,1,1,0.6043,0.3901,0.1956,1,0.3178,1,1,1,1,1,1,0.833,0.3178,0.369,1,0.6624,1,1,1,0.7892,0.6624,0.114,1,1,1,1,1,0.761992693,0.322211862,1,1,1,1,1,1,0.803979039,0.504662395,1,1,1,1,1,1,0.847524703,0.089512557,0.650374577,0.650306748,0.650265957
-279,1,0.3901,1,1,1,1,1,1,1,1,0.5006,0.3901,0.1553,1,0.3178,1,1,1,1,1,1,0.6077,0.3178,0.2813,1,0.6624,1,1,1,0.7605,0.6624,0.0091,1,1,1,1,1,0.588742733,0.316072851,1,1,1,1,1,1,0.603957295,0.45194751,1,1,1,1,1,1,0.847279131,0.003176415,0.64880377,0.648825894,0.64893617
-280,1,0.3901,1,1,1,1,1,1,1,1,0.2822,0.3901,0.0357,1,0.3178,1,1,1,1,1,1,0.3565,0.3178,0.0903,1,0.6624,1,1,1,0.7746,0.6624,0,1,1,1,1,1,0.29994908,0.136594579,0.963706374,1,1,1,1,1,0.41915673,0.205591708,1,1,1,1,1,1,0.854549527,0,0.679797003,0.679712291,0.679964539
-281,1,0.3901,1,1,1,1,1,1,1,1,0.2834,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3099,0.3178,0,1,0.6624,1,1,1,0.8118,0.6624,0,1,1,1,1,1,0.307975203,0,0.881096423,1,1,1,1,1,0.385385543,0,1,1,1,1,1,1,0.848926723,0,0.714838086,0.714829702,0.715425532
-282,1,0.3901,1,1,1,1,1,1,1,1,0.1301,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1319,0.3178,0,1,0.6624,1,1,1,0.7995,0.6624,0,1,1,1,1,1,0.260822922,0,0.76111877,1,1,1,1,1,0.166846186,0,0.994544506,1,1,1,1,1,0.792726994,0,0.707648623,0.707636979,0.707890071
-283,1,0.3901,1,1,1,1,1,1,1,1,0.1432,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0593,0.3178,0,1,0.6624,1,1,1,0.681,0.6624,0,1,1,1,1,1,0.211217582,0,0.733645141,1,1,1,1,1,0.04777687,0,0.757136643,1,1,1,1,1,0.721951365,0,0.686623973,0.686693463,0.686613475
-284,1,0.3901,1,1,1,1,1,1,1,1,0.0841,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0795,0.3178,0,1,0.6624,1,1,1,0.7275,0.6624,0,1,1,1,1,1,0.124039516,0,0.725912154,1,1,1,1,1,0.079344474,0,0.589054704,1,1,1,1,1,0.744703054,0,0.657866119,0.657711022,0.658244681
-285,1,0.3901,1,1,1,1,1,1,1,1,0.0306,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0267,0.3178,0,1,0.6624,1,1,1,0.5356,0.6624,0,1,1,1,1,1,0.056662973,0,0.5796206,1,1,1,1,1,0.035126336,0,0.248280376,1,1,1,1,1,0.636325777,0,0.611587724,0.611592977,0.611702128
-286,1,0.3901,1,1,1,1,1,1,1,1,0.0143,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0265,0.3178,0,1,0.6624,1,1,1,0.5356,0.6624,0,1,1,1,1,1,0.01199519,0,0.217244759,1,1,1,1,1,0.043390274,0,0.061151315,1,1,1,1,1,0.621648669,0,0.553347028,0.553416543,0.553191489
-287,1,0.3901,1,1,1,1,1,1,1,1,0.0008,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0888,0.3178,0,1,0.6624,1,1,1,0.2785,0.6624,0,1,1,1,1,1,0.002584272,0,0.041855775,1,1,1,1,1,0.122340515,0,0.010365184,1,1,1,1,1,0.409045577,0,0.50277912,0.502644383,0.502659574
-288,1,0.3901,1,1,1,1,1,1,1,1,0,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0702,0.3178,0,1,0.6624,1,1,1,0.2303,0.6624,0,1,1,1,1,1,0.001614372,0,0.003052184,1,1,1,1,1,0.103317067,0,0.000471204,1,1,1,1,1,0.346886635,0,0.467254712,0.467315422,0.467198582
-289,1,0.3901,1,1,1,1,1,1,1,1,0.0008,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0635,0.3178,0,1,0.6624,1,1,1,0.161,0.6624,0,1,1,1,1,1,0.002314894,0,0.000391255,1,1,1,1,1,0.102357417,0,0,1,1,1,1,1,0.216164514,0,0.449371677,0.449333615,0.449468085
-290,1,0.3901,1,1,1,1,1,1,1,1,0.0044,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0567,0.3178,0,1,0.6624,1,1,1,0.111,0.6624,0,1,1,1,1,1,0.008313945,0,0.003111364,1,1,1,1,1,0.100106694,0,0,1,1,1,1,1,0.202855125,0,0.440913485,0.440871589,0.440602837
-291,1,0.3901,1,1,1,1,1,1,1,1,0.0177,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0908,0.3178,0,1,0.6624,1,1,1,0.137,0.6624,0,1,1,1,1,1,0.038700275,0,0.013789442,1,1,1,1,1,0.180414379,0,0.123798177,1,1,1,1,1,0.170724392,0,0.439282262,0.439390734,0.43927305
-292,1,0.3901,1,1,1,1,1,1,1,1,0.0258,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0583,0.3178,0,1,0.6624,1,1,1,0.0695,0.6624,0,1,1,1,1,1,0.038929641,0,0.045770571,1,1,1,1,1,0.137775376,0,0.290196627,1,1,1,1,1,0.08043769,0,0.451123731,0.451026021,0.451241135
-293,1,0.3901,1,1,1,1,1,1,1,1,0.0417,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0842,0.3178,0,1,0.6624,1,1,1,0.0305,0.6624,0,1,1,1,1,1,0.048493069,0,0.27295664,1,1,1,1,1,0.175127685,0,0.87879765,1,1,1,1,1,0.073979475,0,0.491541808,0.491643749,0.491578014
-294,1,0.3901,1,1,1,1,1,1,1,1,0.1531,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2545,0.3178,0,1,0.6624,1,1,1,0.0298,0.6624,0,1,1,1,1,1,0.22325857,0,0.822794676,1,1,1,1,1,0.397352576,0,1,1,1,1,1,1,0.075900286,0,0.568330111,0.56822509,0.568262411
-295,1,0.3901,1,1,1,1,1,1,1,1,0.086,0.3901,0,1,0.3178,1,1,1,1,1,1,0.048,0.3178,0,1,0.6624,1,1,1,0.0541,0.6624,0,1,1,1,1,1,0.173317075,0,1,1,1,1,1,1,0.118468612,0,1,1,1,1,1,1,0.191491708,0,0.618535524,0.618574149,0.618351064
-296,1,0.3901,1,1,1,1,1,1,1,1,0.1621,0.3901,0.0041,1,0.3178,1,1,1,1,1,1,0.0586,0.3178,0.0067,1,0.6624,1,1,1,0.0491,0.6624,0.0153,1,1,1,1,1,0.226987273,0.00542623,1,1,1,1,1,1,0.143054366,0.01760618,1,1,1,1,1,1,0.144371629,0.057406876,0.628262446,0.628305479,0.628546099
-297,1,0.3901,1,1,1,1,1,1,1,1,0.2261,0.3901,0.0805,1,0.3178,1,1,1,1,1,1,0,0.3178,0.1502,1,0.6624,1,1,1,0.1013,0.6624,0.1851,1,1,1,1,1,0.266392291,0.102957033,1,1,1,1,1,1,0.119836152,0.175748333,1,1,1,1,1,1,0.269643426,0.168756366,0.630920735,0.630844087,0.630762411
-298,1,0.3901,1,1,1,1,1,1,1,1,0.3396,0.3901,0.2869,1,0.3178,1,1,1,1,1,1,0.135,0.3178,0.4189,1,0.6624,1,1,1,0.0957,0.6624,0.2993,1,1,1,1,1,0.346137375,0.362422585,1,1,1,1,1,1,0.386217207,0.568506658,1,1,1,1,1,1,0.206520423,0.22278598,0.631766554,0.63169029,0.632092199
-299,1,0.3901,1,1,1,1,1,1,1,1,0.5037,0.3901,0.4127,1,0.3178,1,1,1,1,1,1,0.9328,0.3178,0.4948,1,0.6624,1,1,1,0.0805,0.6624,0.3524,1,1,1,1,1,0.25591749,0.559332788,1,1,1,1,1,1,0.907499671,0.663060069,1,1,1,1,1,1,0.191428378,0.238746792,0.629047849,0.628940131,0.628989362
-300,1,0.3901,1,1,1,1,1,1,1,1,0.5458,0.3901,0.5241,1,0.3178,1,1,1,1,1,1,0.9623,0.3178,0.5722,1,0.6624,1,1,1,0.1369,0.6624,0.3807,1,1,1,1,1,0.300684631,0.63937521,1,1,1,1,1,1,0.953840971,0.744644761,1,1,1,1,1,1,0.280201852,0.226352155,0.623308362,0.623439814,0.623670213
-301,1,0.3901,1,1,1,1,1,1,1,1,0.7326,0.3901,0.5732,1,0.3178,1,1,1,1,1,1,0.8932,0.3178,0.5483,1,0.6624,1,1,1,0.1816,0.6624,0.1914,1,1,1,1,1,0.564882994,0.706642687,1,1,1,1,1,1,0.91263628,0.673237801,1,1,1,1,1,1,0.33959341,0.276738614,0.620770904,0.620689655,0.621010638
-302,1,0.3901,1,1,1,1,1,1,1,1,0.9417,0.3901,0.4743,1,0.3178,1,1,1,1,1,1,0.9597,0.3178,0.4087,1,0.6624,1,1,1,0.2656,0.6624,0.1549,1,1,1,1,1,0.857216716,0.586708784,1,1,1,1,1,1,0.964770496,0.533234537,1,1,1,1,1,1,0.448480546,0.444043428,0.618475109,0.618574149,0.618351064
-303,1,0.3901,1,1,1,1,1,1,1,1,0.9758,0.3901,0.305,1,0.3178,1,1,1,1,1,1,0.9759,0.3178,0.313,1,0.6624,1,1,1,0.4152,0.6624,0.1127,1,1,1,1,1,0.956630409,0.442821741,1,1,1,1,1,1,0.98351568,0.45230031,1,1,1,1,1,1,0.443527579,0.400851309,0.627416626,0.627459276,0.627659574
-304,1,0.3901,1,1,1,1,1,1,1,1,0.964,0.3901,0.0978,1,0.3178,1,1,1,1,1,1,0.98,0.3178,0.1318,1,0.6624,1,1,1,0.4312,0.6624,0.0109,1,1,1,1,1,0.946623504,0.231859997,1,1,1,1,1,1,0.979675651,0.267697781,1,1,1,1,1,1,0.335936725,0.169954926,0.666445143,0.66659615,0.666666667
-305,1,0.3901,1,1,1,1,1,1,1,1,0.9176,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9869,0.3178,0,1,0.6624,1,1,1,0.5434,0.6624,0,1,1,1,1,1,0.961721957,0,1,1,1,1,1,1,0.97143209,0,1,1,1,1,1,1,0.562189877,0,0.705534074,0.705733023,0.705673759
-306,1,0.3901,1,1,1,1,1,1,1,1,0.9713,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9885,0.3178,0,1,0.6624,1,1,1,0.719,0.6624,0,1,1,1,1,1,0.972354114,0,1,1,1,1,1,1,0.980069935,0,1,1,1,1,1,1,0.771246314,0,0.699130014,0.699174952,0.699468085
-307,1,0.3901,1,1,1,1,1,1,1,1,0.9394,0.3901,0,1,0.3178,1,1,1,1,1,1,0.808,0.3178,0,1,0.6624,1,1,1,0.703,0.6624,0,1,1,1,1,1,0.909962118,0,1,1,1,1,1,1,0.822283685,0,1,1,1,1,1,1,0.816351771,0,0.681246979,0.681404696,0.681294326
-308,1,0.3901,1,1,1,1,1,1,1,1,0.9075,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9922,0.3178,0,1,0.6624,1,1,1,0.825,0.6624,0,1,1,1,1,1,0.972278595,0,1,1,1,1,1,1,0.980137706,0,1,1,1,1,1,1,0.89483583,0,0.658591107,0.658768775,0.658687943
-309,1,0.3901,1,1,1,1,1,1,1,1,0.9408,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9917,0.3178,0,1,0.6624,1,1,1,0.7283,0.6624,0,1,1,1,1,1,0.965658426,0,1,1,1,1,1,1,0.966689825,0,1,1,1,1,1,1,0.830695748,0,0.624818753,0.624709118,0.625
-310,1,0.3901,1,1,1,1,1,1,1,1,0.9146,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9831,0.3178,0,1,0.6624,1,1,1,0.807,0.6624,0,1,1,1,1,1,0.94616425,0,1,1,1,1,1,1,0.924124181,0,1,1,1,1,1,1,0.923424721,0,0.579446593,0.579437275,0.579787234
-311,1,0.3901,1,1,1,1,1,1,1,1,0.861,0.3901,0,1,0.3178,1,1,1,1,1,1,0.7875,0.3178,0,1,0.6624,1,1,1,0.8976,0.6624,0,1,1,1,1,1,0.8238585,0,1,1,1,1,1,1,0.690458834,0,1,1,1,1,1,1,0.962420166,0,0.534255679,0.534165433,0.534131206
-312,1,0.3901,1,1,1,1,1,1,1,1,0.85,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6203,0.3178,0,1,0.6624,1,1,1,0.9208,0.6624,0,1,1,1,1,1,0.805558801,0,1,1,1,1,1,1,0.54963994,0,1,1,1,1,1,1,0.972655118,0,0.498912518,0.498836471,0.499113475
-313,1,0.3901,1,1,1,1,1,1,1,1,0.8923,0.3901,0,1,0.3178,1,1,1,1,1,1,0.7652,0.3178,0,1,0.6624,1,1,1,0.8705,0.6624,0,1,1,1,1,1,0.87369895,0,1,1,1,1,1,1,0.713473439,0,1,1,1,1,1,1,0.971156716,0,0.478310778,0.478316057,0.478280142
-314,1,0.3901,1,1,1,1,1,1,1,1,0.8971,0.3901,0,1,0.3178,1,1,1,1,1,1,0.804,0.3178,0,1,0.6624,1,1,1,0.8168,0.6624,0,1,1,1,1,1,0.848095298,0,1,1,1,1,1,1,0.782789111,0,1,1,1,1,1,1,0.965029716,0,0.466710971,0.466892321,0.466755319
-315,1,0.3901,1,1,1,1,1,1,1,1,0.8652,0.3901,0,1,0.3178,1,1,1,1,1,1,0.664,0.3178,0,1,0.6624,1,1,1,0.7206,0.6624,0,1,1,1,1,1,0.853713751,0,1,1,1,1,1,1,0.712811947,0,1,1,1,1,1,1,0.942024589,0,0.463146448,0.463084409,0.46320922
-316,1,0.3901,1,1,1,1,1,1,1,1,0.7108,0.3901,0,1,0.3178,1,1,1,1,1,1,0.577,0.3178,0,1,0.6624,1,1,1,0.7269,0.6624,0,1,1,1,1,1,0.740675211,0,1,1,1,1,1,1,0.600000143,0,1,1,1,1,1,1,0.940861583,0,0.4679797,0.467950074,0.468085106
-317,1,0.3901,1,1,1,1,1,1,1,1,0.6051,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4629,0.3178,0,1,0.6624,1,1,1,0.7089,0.6624,0,1,1,1,1,1,0.59751904,0,1,1,1,1,1,1,0.50231123,0,1,1,1,1,1,1,0.874329388,0,0.484352344,0.484451026,0.484485816
-318,1,0.3901,1,1,1,1,1,1,1,1,0.4924,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5347,0.3178,0,1,0.6624,1,1,1,0.4909,0.6624,0,1,1,1,1,1,0.49123019,0,0.96658951,1,1,1,1,1,0.549668789,0,1,1,1,1,1,1,0.680419207,0,0.515043499,0.514914322,0.515070922
-319,1,0.3901,1,1,1,1,1,1,1,1,0.3262,0.3901,0,1,0.3178,1,1,1,1,1,1,0.274,0.3178,0,1,0.6624,1,1,1,0.4807,0.6624,0,1,1,1,1,1,0.242247924,0,0.831059813,1,1,1,1,1,0.291041762,0,1,1,1,1,1,1,0.717020333,0,0.546036733,0.54601227,0.546099291
-320,1,0.3901,1,1,1,1,1,1,1,1,0.29,0.3901,0.1892,1,0.3178,1,1,1,1,1,1,0.5181,0.3178,0.164,1,0.6624,1,1,1,0.562,0.6624,0.134,1,1,1,1,1,0.212731034,0.327919871,0.576810718,1,1,1,1,1,0.462106407,0.294794917,0.962370753,1,1,1,1,1,0.799753189,0.229555279,0.580956984,0.58091813,0.581117021
-321,1,0.3901,1,1,1,1,1,1,1,1,0.3772,0.3901,0.3808,1,0.3178,1,1,1,1,1,1,0.4932,0.3178,0.3817,1,0.6624,1,1,1,0.6309,0.6624,0.2731,1,1,1,1,1,0.376277477,0.571572304,0.710981965,1,1,1,1,1,0.443678021,0.568842471,0.996513128,1,1,1,1,1,0.830781639,0.415565878,0.608506525,0.608631267,0.608599291
-322,1,0.3901,1,1,1,1,1,1,1,1,0.3912,0.3901,0.5055,1,0.3178,1,1,1,1,1,1,0.5811,0.3178,0.5261,1,0.6624,1,1,1,0.5317,0.6624,0.3781,1,1,1,1,1,0.448986948,0.727478921,0.738250494,1,1,1,1,1,0.579555571,0.761997223,0.960837483,1,1,1,1,1,0.824395299,0.517297804,0.620106332,0.620055003,0.620567376
-323,1,0.3901,1,1,1,1,1,1,1,1,0.3729,0.3901,0.6058,1,0.3178,1,1,1,1,1,1,0.5491,0.3178,0.6015,1,0.6624,1,1,1,0.5013,0.6624,0.4016,1,1,1,1,1,0.45277217,0.80152297,0.814331174,1,1,1,1,1,0.566531062,0.832924485,1,1,1,1,1,1,0.777929604,0.560199678,0.616239729,0.616247091,0.616134752
-324,1,0.3901,1,1,1,1,1,1,1,1,0.4077,0.3901,0.6621,1,0.3178,1,1,1,1,1,1,0.4749,0.3178,0.6392,1,0.6624,1,1,1,0.5725,0.6624,0.5125,1,1,1,1,1,0.428942919,0.86989826,0.945265293,1,1,1,1,1,0.494375587,0.856732726,1,1,1,1,1,1,0.851027012,0.77268827,0.606452392,0.606515761,0.606826241
-325,1,0.3901,1,1,1,1,1,1,1,1,0.4335,0.3901,0.6563,1,0.3178,1,1,1,1,1,1,0.5709,0.3178,0.6448,1,0.6624,1,1,1,0.5067,0.6624,0.5583,1,1,1,1,1,0.495659024,0.868683875,0.979756415,1,1,1,1,1,0.545692801,0.892047703,1,1,1,1,1,1,0.831909835,0.877836943,0.595094248,0.595092025,0.594858156
-326,1,0.3901,1,1,1,1,1,1,1,1,0.4928,0.3901,0.5704,1,0.3178,1,1,1,1,1,1,0.7502,0.3178,0.5771,1,0.6624,1,1,1,0.537,0.6624,0.5263,1,1,1,1,1,0.537670493,0.811561048,0.941316605,1,1,1,1,1,0.691064179,0.809917331,1,1,1,1,1,1,0.872466266,0.764827013,0.589717255,0.589591707,0.58998227
-327,1,0.3901,1,1,1,1,1,1,1,1,0.4674,0.3901,0.4009,1,0.3178,1,1,1,1,1,1,0.7068,0.3178,0.422,1,0.6624,1,1,1,0.7095,0.6624,0.367,1,1,1,1,1,0.630279779,0.657610416,0.864448547,1,1,1,1,1,0.667701244,0.649855316,1,1,1,1,1,1,0.961626947,0.58844316,0.594490092,0.594457373,0.594858156
-328,1,0.3901,1,1,1,1,1,1,1,1,0.421,0.3901,0.1757,1,0.3178,1,1,1,1,1,1,0.5032,0.3178,0.2093,1,0.6624,1,1,1,0.7313,0.6624,0.1225,1,1,1,1,1,0.551268995,0.368624568,0.530406773,1,1,1,1,1,0.548282385,0.395703107,1,1,1,1,1,1,0.954732299,0.262379587,0.63321653,0.633171144,0.633421986
-329,1,0.3901,1,1,1,1,1,1,1,1,0.3983,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3054,0.3178,0,1,0.6624,1,1,1,0.7091,0.6624,0,1,1,1,1,1,0.396350145,0,0.737602115,1,1,1,1,1,0.340201706,0,1,1,1,1,1,1,0.947714448,0,0.686080232,0.686058811,0.686170213
-330,1,0.3901,1,1,1,1,1,1,1,1,0.5662,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3252,0.3178,0,1,0.6624,1,1,1,0.6948,0.6624,0,1,1,1,1,1,0.468771636,0,0.891667426,1,1,1,1,1,0.367579341,0,1,1,1,1,1,1,0.953668058,0,0.685898985,0.68584726,0.686170213
-331,1,0.3901,1,1,1,1,1,1,1,1,0.4164,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2821,0.3178,0,1,0.6624,1,1,1,0.6359,0.6624,0,1,1,1,1,1,0.358679861,0,0.866793752,1,1,1,1,1,0.313991904,0,1,1,1,1,1,1,0.909224033,0,0.670553407,0.670615612,0.671099291
-332,1,0.3901,1,1,1,1,1,1,1,1,0.4739,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3545,0.3178,0,1,0.6624,1,1,1,0.731,0.6624,0,1,1,1,1,1,0.424402118,0,0.978688419,1,1,1,1,1,0.398572475,0,1,1,1,1,1,1,0.940662801,0,0.649407927,0.649460546,0.649822695
-333,1,0.3901,1,1,1,1,1,1,1,1,0.445,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4216,0.3178,0,1,0.6624,1,1,1,0.6767,0.6624,0,1,1,1,1,1,0.488866329,0,0.998945951,1,1,1,1,1,0.470222682,0,1,1,1,1,1,1,0.904950202,0,0.623731271,0.623651365,0.624113475
-334,1,0.3901,1,1,1,1,1,1,1,1,0.3336,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5448,0.3178,0,1,0.6624,1,1,1,0.6803,0.6624,0,1,1,1,1,1,0.403039038,0,0.800533295,1,1,1,1,1,0.50776428,0,0.990772605,1,1,1,1,1,0.842024565,0,0.593160947,0.593188069,0.593085106
-335,1,0.3901,1,1,1,1,1,1,1,1,0.3438,0.3901,0,1,0.3178,1,1,1,1,1,1,0.7133,0.3178,0,1,0.6624,1,1,1,0.6208,0.6624,0,1,1,1,1,1,0.371945441,0,0.680279613,1,1,1,1,1,0.605972171,0,1,1,1,1,1,1,0.870617509,0,0.557576124,0.557647557,0.557624113
-336,1,0.3901,1,1,1,1,1,1,1,1,0.392,0.3901,0,1,0.3178,1,1,1,1,1,1,0.8092,0.3178,0,1,0.6624,1,1,1,0.6196,0.6624,0,1,1,1,1,1,0.481509626,0,0.495306522,1,1,1,1,1,0.723427296,0,1,1,1,1,1,1,0.878662527,0,0.524105848,0.524011001,0.524379433
-337,1,0.3901,1,1,1,1,1,1,1,1,0.3702,0.3901,0,1,0.3178,1,1,1,1,1,1,0.8661,0.3178,0,1,0.6624,1,1,1,0.5305,0.6624,0,1,1,1,1,1,0.44781062,0,0.785767376,1,1,1,1,1,0.741629243,0,1,1,1,1,1,1,0.802598238,0,0.503987434,0.503913687,0.504432624
-338,1,0.3901,1,1,1,1,1,1,1,1,0.3225,0.3901,0,1,0.3178,1,1,1,1,1,1,0.8695,0.3178,0,1,0.6624,1,1,1,0.4943,0.6624,0,1,1,1,1,1,0.381781459,0,0.982372284,1,1,1,1,1,0.76918143,0,1,1,1,1,1,1,0.80714941,0,0.495891735,0.495874762,0.496010638
-339,1,0.3901,1,1,1,1,1,1,1,1,0.3422,0.3901,0,1,0.3178,1,1,1,1,1,1,0.8387,0.3178,0,1,0.6624,1,1,1,0.4408,0.6624,0,1,1,1,1,1,0.342624962,0,1,1,1,1,1,1,0.764603734,0,1,1,1,1,1,1,0.734698594,0,0.494925085,0.494817009,0.495124113
-340,1,0.3901,1,1,1,1,1,1,1,1,0.3952,0.3901,0,1,0.3178,1,1,1,1,1,1,0.7721,0.3178,0,1,0.6624,1,1,1,0.4408,0.6624,0,1,1,1,1,1,0.359862238,0,1,1,1,1,1,1,0.707345366,0,1,1,1,1,1,1,0.730946124,0,0.500483325,0.500528877,0.500443262
-341,1,0.3901,1,1,1,1,1,1,1,1,0.4271,0.3901,0,1,0.3178,1,1,1,1,1,1,0.8077,0.3178,0,1,0.6624,1,1,1,0.3164,0.6624,0,1,1,1,1,1,0.411332548,0,0.993359685,1,1,1,1,1,0.76887989,0,1,1,1,1,1,1,0.668768585,0,0.514439343,0.514491221,0.51462766
-342,1,0.3901,1,1,1,1,1,1,1,1,0.4266,0.3901,0,1,0.3178,1,1,1,1,1,1,0.695,0.3178,0,1,0.6624,1,1,1,0.3301,0.6624,0,1,1,1,1,1,0.391038597,0,0.966036022,1,1,1,1,1,0.63568294,0,1,1,1,1,1,1,0.531463563,0,0.538484775,0.538607997,0.53856383
-343,1,0.3901,1,1,1,1,1,1,1,1,0.3633,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5624,0.3178,0,1,0.6624,1,1,1,0.2867,0.6624,0,1,1,1,1,1,0.332429647,0,0.99403441,1,1,1,1,1,0.504585385,0,1,1,1,1,1,1,0.448241681,0,0.564403093,0.564417178,0.564716312
-344,1,0.3901,1,1,1,1,1,1,1,1,0.3713,0.3901,0.2406,1,0.3178,1,1,1,1,1,1,0.627,0.3178,0.2384,1,0.6624,1,1,1,0.3032,0.6624,0.1933,1,1,1,1,1,0.34316197,0.437668353,1,1,1,1,1,1,0.59841913,0.425316781,1,1,1,1,1,1,0.375696719,0.422520816,0.601135814,0.601015443,0.601507092
-345,1,0.3901,1,1,1,1,1,1,1,1,0.3806,0.3901,0.4691,1,0.3178,1,1,1,1,1,1,0.5681,0.3178,0.4718,1,0.6624,1,1,1,0.4096,0.6624,0.418,1,1,1,1,1,0.302021444,0.733755112,1,1,1,1,1,1,0.56215322,0.727232456,1,1,1,1,1,1,0.472504824,0.714558601,0.628685355,0.62872858,0.628989362
-346,1,0.3901,1,1,1,1,1,1,1,1,0.3217,0.3901,0.6312,1,0.3178,1,1,1,1,1,1,0.4146,0.3178,0.6341,1,0.6624,1,1,1,0.5428,0.6624,0.5779,1,1,1,1,1,0.250944793,0.900904655,0.996979296,1,1,1,1,1,0.446300417,0.89987582,1,1,1,1,1,1,0.5887447,0.884959877,0.643728855,0.643748678,0.643617021
-347,1,0.3901,1,1,1,1,1,1,1,1,0.2857,0.3901,0.7083,1,0.3178,1,1,1,1,1,1,0.3272,0.3178,0.7179,1,0.6624,1,1,1,0.6906,0.6624,0.6298,1,1,1,1,1,0.221681699,0.980220258,0.991624475,1,1,1,1,1,0.337166041,0.98327893,1,1,1,1,1,1,0.808998406,0.966268361,0.648743354,0.648614343,0.64893617
-348,1,0.3901,1,1,1,1,1,1,1,1,0.3814,0.3901,0.7193,1,0.3178,1,1,1,1,1,1,0.7153,0.3178,0.7315,1,0.6624,1,1,1,0.6313,0.6624,0.6506,1,1,1,1,1,0.361806154,0.996063471,0.781678796,1,1,1,1,1,0.656169295,0.999380589,0.914508939,1,1,1,1,1,0.885973692,0.982502162,0.648199613,0.648191242,0.648492908
-349,1,0.3901,1,1,1,1,1,1,1,1,0.3796,0.3901,0.7062,1,0.3178,1,1,1,1,1,1,0.4602,0.3178,0.7192,1,0.6624,1,1,1,0.6041,0.6624,0.6433,1,1,1,1,1,0.354752004,0.976572871,0.99276042,1,1,1,1,1,0.457023084,0.988266528,1,1,1,1,1,1,0.839294136,0.948023915,0.641614306,0.641844722,0.641843972
-350,1,0.3901,1,1,1,1,1,1,1,1,0.4121,0.3901,0.6127,1,0.3178,1,1,1,1,1,1,0.6343,0.3178,0.6369,1,0.6624,1,1,1,0.6529,0.6624,0.5524,1,1,1,1,1,0.50681895,0.892493129,0.973407626,1,1,1,1,1,0.664633274,0.913149118,0.992474377,1,1,1,1,1,0.901921868,0.821802139,0.637687289,0.637825259,0.63785461
-351,1,0.3901,1,1,1,1,1,1,1,1,0.4304,0.3901,0.4407,1,0.3178,1,1,1,1,1,1,0.583,0.3178,0.4702,1,0.6624,1,1,1,0.6413,0.6624,0.3778,1,1,1,1,1,0.491588086,0.708393097,1,1,1,1,1,1,0.618395269,0.744274139,1,1,1,1,1,1,0.896115124,0.65018332,0.64282262,0.642690924,0.643173759
-352,1,0.3901,1,1,1,1,1,1,1,1,0.503,0.3901,0.1983,1,0.3178,1,1,1,1,1,1,0.6642,0.3178,0.2351,1,0.6624,1,1,1,0.6681,0.6624,0.1339,1,1,1,1,1,0.511681259,0.401169479,1,1,1,1,1,1,0.654563785,0.447798878,1,1,1,1,1,1,0.940045059,0.325932324,0.684509425,0.684577956,0.684840426
-353,1,0.3901,1,1,1,1,1,1,1,1,0.4755,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5634,0.3178,0,1,0.6624,1,1,1,0.7552,0.6624,0,1,1,1,1,1,0.501770616,0,1,1,1,1,1,1,0.543611407,0,1,1,1,1,1,1,0.951184392,0,0.738943934,0.738946478,0.73891844
-354,1,0.3901,1,1,1,1,1,1,1,1,0.4729,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5727,0.3178,0,1,0.6624,1,1,1,0.7656,0.6624,0,1,1,1,1,1,0.498016298,0,1,1,1,1,1,1,0.589547753,0,1,1,1,1,1,1,0.970027924,0,0.739850169,0.73979268,0.740248227
-355,1,0.3901,1,1,1,1,1,1,1,1,0.4273,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6481,0.3178,0,1,0.6624,1,1,1,0.6786,0.6624,0,1,1,1,1,1,0.527157903,0,0.991619527,1,1,1,1,1,0.54614985,0,1,1,1,1,1,1,0.946092963,0,0.719248429,0.719272266,0.719414894
-356,1,0.3901,1,1,1,1,1,1,1,1,0.4287,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6947,0.3178,0,1,0.6624,1,1,1,0.6623,0.6624,0,1,1,1,1,1,0.437362939,0,1,1,1,1,1,1,0.566157281,0,1,1,1,1,1,1,0.94265157,0,0.698646689,0.698751851,0.69858156
-357,1,0.3901,1,1,1,1,1,1,1,1,0.4318,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4959,0.3178,0,1,0.6624,1,1,1,0.7202,0.6624,0,1,1,1,1,1,0.420679986,0,1,1,1,1,1,1,0.37926513,0,1,1,1,1,1,1,0.952116191,0,0.663847269,0.663845991,0.664007092
-358,1,0.3901,1,1,1,1,1,1,1,1,0.4821,0.3901,0,1,0.3178,1,1,1,1,1,1,0.474,0.3178,0,1,0.6624,1,1,1,0.7321,0.6624,0,1,1,1,1,1,0.475877225,0,1,1,1,1,1,1,0.41925478,0,1,1,1,1,1,1,0.952411592,0,0.622281295,0.622382061,0.622340426
-359,1,0.3901,1,1,1,1,1,1,1,1,0.432,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4198,0.3178,0,1,0.6624,1,1,1,0.7478,0.6624,0,1,1,1,1,1,0.36946097,0,1,1,1,1,1,1,0.380924284,0,1,1,1,1,1,1,0.922290683,0,0.580654906,0.580706579,0.580673759
-360,1,0.3901,1,1,1,1,1,1,1,1,0.4819,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5171,0.3178,0,1,0.6624,1,1,1,0.7258,0.6624,0,1,1,1,1,1,0.462438822,0,1,1,1,1,1,1,0.495006233,0,1,1,1,1,1,1,0.928043365,0,0.551413726,0.551512587,0.55141844
-361,1,0.3901,1,1,1,1,1,1,1,1,0.4622,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4429,0.3178,0,1,0.6624,1,1,1,0.6395,0.6624,0,1,1,1,1,1,0.440559208,0,1,1,1,1,1,1,0.452055395,0,1,1,1,1,1,1,0.906476855,0,0.53618898,0.536069389,0.535904255
-362,1,0.3901,1,1,1,1,1,1,1,1,0.4361,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3376,0.3178,0,1,0.6624,1,1,1,0.5498,0.6624,0,1,1,1,1,1,0.420898914,0,1,1,1,1,1,1,0.388162971,0,1,1,1,1,1,1,0.904076993,0,0.530026583,0.529934419,0.530141844
-363,1,0.3901,1,1,1,1,1,1,1,1,0.3831,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2411,0.3178,0,1,0.6624,1,1,1,0.514,0.6624,0,1,1,1,1,1,0.399690419,0,1,1,1,1,1,1,0.34426564,0,0.949129343,1,1,1,1,1,0.883394718,0,0.530268246,0.530357521,0.530141844
-364,1,0.3901,1,1,1,1,1,1,1,1,0.3587,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2376,0.3178,0,1,0.6624,1,1,1,0.4308,0.6624,0,1,1,1,1,1,0.360647738,0,1,1,1,1,1,1,0.318780333,0,0.618742704,1,1,1,1,1,0.829895318,0,0.542472209,0.542627459,0.542553191
-365,1,0.3901,1,1,1,1,1,1,1,1,0.3632,0.3901,0,1,0.3178,1,1,1,1,1,1,0.259,0.3178,0,1,0.6624,1,1,1,0.4113,0.6624,0,1,1,1,1,1,0.382698387,0,0.998037457,1,1,1,1,1,0.33537811,0,0.493264675,1,1,1,1,1,0.791144669,0,0.574492508,0.57457161,0.574468085
-366,1,0.3901,1,1,1,1,1,1,1,1,0.3068,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1823,0.3178,0,1,0.6624,1,1,1,0.3854,0.6624,0,1,1,1,1,1,0.325934082,0,0.821552753,1,1,1,1,1,0.221614212,0,0.191097379,1,1,1,1,1,0.765305758,0,0.627356211,0.627459276,0.627659574
-367,1,0.3901,1,1,1,1,1,1,1,1,0.2271,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0821,0.3178,0,1,0.6624,1,1,1,0.3229,0.6624,0,1,1,1,1,1,0.254894465,0,0.116391897,1,1,1,1,1,0.079850912,0,0.005930891,1,1,1,1,1,0.750555217,0,0.666324311,0.666384599,0.666666667
-368,1,0.3901,1,1,1,1,1,1,1,1,0.1618,0.3901,0.2391,1,0.3178,1,1,1,1,1,1,0.027,0.3178,0.2371,1,0.6624,1,1,1,0.2869,0.6624,0.1816,1,1,1,1,1,0.150812358,0.430249393,0.162209779,1,1,1,1,1,0.022979878,0.422578245,0.009451571,1,1,1,1,1,0.634722471,0.428597093,0.693088449,0.693039983,0.693262411
-369,1,0.3901,1,1,1,1,1,1,1,1,0.0646,0.3901,0.4586,1,0.3178,1,1,1,1,1,1,0,0.3178,0.4656,1,0.6624,1,1,1,0.1947,0.6624,0.412,1,1,1,1,1,0.053993151,0.711719751,0.094412737,1,1,1,1,1,0.000726155,0.71897167,0,1,1,1,1,1,0.540025651,0.702553272,0.708011116,0.70806008,0.708333333
-370,1,0.3901,1,1,1,1,1,1,1,1,0.0211,0.3901,0.6179,1,0.3178,1,1,1,1,1,1,0,0.3178,0.6211,1,0.6624,1,1,1,0.0879,0.6624,0.5542,1,1,1,1,1,0.012151721,0.881203294,0.004478052,1,1,1,1,1,0.001966788,0.879336178,0,1,1,1,1,1,0.290318519,0.881075859,0.713750604,0.713771948,0.714095745
-371,1,0.3901,1,1,1,1,1,1,1,1,0.0026,0.3901,0.6974,1,0.3178,1,1,1,1,1,1,0.0275,0.3178,0.6556,1,0.6624,1,1,1,0.0361,0.6624,0.6111,1,1,1,1,1,5.71E-05,0.953297973,0,1,1,1,1,1,0.031153996,0.905017912,0,1,1,1,1,1,0.119981699,0.927993774,0.708071532,0.70806008,0.708333333
-372,1,0.3901,1,1,1,1,1,1,1,1,0.0081,0.3901,0.6672,1,0.3178,1,1,1,1,1,1,0.0905,0.3178,0.6465,1,0.6624,1,1,1,0.0116,0.6624,0.6507,1,1,1,1,1,0.003552211,0.856300354,0,1,1,1,1,1,0.083473116,0.851296067,0,1,1,1,1,1,0.031676795,0.900650322,0.696713388,0.696636344,0.696808511
-373,1,0.3901,1,1,1,1,1,1,1,1,0.0457,0.3901,0.6136,1,0.3178,1,1,1,1,1,1,0.2143,0.3178,0.6058,1,0.6624,1,1,1,0.02,0.6624,0.561,1,1,1,1,1,0.037330016,0.875971854,0.002044601,1,1,1,1,1,0.186922207,0.80682373,0.03465445,1,1,1,1,1,0.056572106,0.894745588,0.688798937,0.68880897,0.688829787
-374,1,0.3901,1,1,1,1,1,1,1,1,0.1742,0.3901,0.4943,1,0.3178,1,1,1,1,1,1,0.3027,0.3178,0.435,1,0.6624,1,1,1,0.0969,0.6624,0.4806,1,1,1,1,1,0.190420628,0.692793548,0.045957789,1,1,1,1,1,0.298767149,0.662852764,0.216061011,1,1,1,1,1,0.211366862,0.729146838,0.680159497,0.680135392,0.680407801
-375,1,0.3901,1,1,1,1,1,1,1,1,0.2027,0.3901,0.2741,1,0.3178,1,1,1,1,1,1,0.5253,0.3178,0.2901,1,0.6624,1,1,1,0.2327,0.6624,0.3181,1,1,1,1,1,0.286925584,0.403169692,0.146228045,1,1,1,1,1,0.512551665,0.505365312,0.435345292,1,1,1,1,1,0.487870127,0.460294008,0.681428226,0.681616247,0.681294326
-376,1,0.3901,1,1,1,1,1,1,1,1,0.3069,0.3901,0.0666,1,0.3178,1,1,1,1,1,1,0.5872,0.3178,0.1376,1,0.6624,1,1,1,0.2862,0.6624,0.0498,1,1,1,1,1,0.449744582,0.122730449,0.154036805,1,1,1,1,1,0.569435358,0.265167356,0.437401086,1,1,1,1,1,0.564221919,0.112632535,0.716167231,0.716099006,0.716312057
-377,1,0.3901,1,1,1,1,1,1,1,1,0.3725,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5895,0.3178,0,1,0.6624,1,1,1,0.402,0.6624,0,1,1,1,1,1,0.501970053,0,0.224602312,1,1,1,1,1,0.68536979,0,0.915144026,1,1,1,1,1,0.69693172,0,0.76238521,0.762428602,0.762411348
-378,1,0.3901,1,1,1,1,1,1,1,1,0.5432,0.3901,0,1,0.3178,1,1,1,1,1,1,0.7771,0.3178,0,1,0.6624,1,1,1,0.5035,0.6624,0,1,1,1,1,1,0.612541556,0,0.476460189,1,1,1,1,1,0.8542974,0,1,1,1,1,1,1,0.853129625,0,0.753927018,0.753966575,0.753989362
-379,1,0.3901,1,1,1,1,1,1,1,1,0.5075,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6573,0.3178,0,1,0.6624,1,1,1,0.584,0.6624,0,1,1,1,1,1,0.576890111,0,0.97957474,1,1,1,1,1,0.638969183,0,1,1,1,1,1,1,0.899047196,0,0.731150314,0.731119103,0.731382979
-380,1,0.3901,1,1,1,1,1,1,1,1,0.2177,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2502,0.3178,0,1,0.6624,1,1,1,0.0448,0.6624,0,1,1,1,1,1,0.103799678,0,1,1,1,1,1,1,0.202495888,0,1,1,1,1,1,1,0.142290503,0,0.697921701,0.697905648,0.698138298
-381,1,0.3901,1,1,1,1,1,1,1,1,0.6852,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6105,0.3178,0,1,0.6624,1,1,1,0.3925,0.6624,0,1,1,1,1,1,0.553805888,0,1,1,1,1,1,1,0.600691378,0,1,1,1,1,1,1,0.767983377,0,0.650072499,0.650095198,0.650265957
-382,1,0.3901,1,1,1,1,1,1,1,1,0.8063,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6075,0.3178,0,1,0.6624,1,1,1,0.3484,0.6624,0,1,1,1,1,1,0.613865554,0,1,1,1,1,1,1,0.629161656,0,1,1,1,1,1,1,0.61280477,0,0.592858869,0.592764967,0.592641844
-383,1,0.3901,1,1,1,1,1,1,1,1,0.8128,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5927,0.3178,0,1,0.6624,1,1,1,0.4006,0.6624,0,1,1,1,1,1,0.698983371,0,1,1,1,1,1,1,0.520045877,0,1,1,1,1,1,1,0.594156086,0,0.540055582,0.540088851,0.540336879
-384,1,0.3901,1,1,1,1,1,1,1,1,0.695,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3563,0.3178,0,1,0.6624,1,1,1,0.3458,0.6624,0,1,1,1,1,1,0.526279807,0,1,1,1,1,1,1,0.361357629,0,0.965445399,1,1,1,1,1,0.534747422,0,0.503745771,0.503702137,0.503989362
-385,1,0.3901,1,1,1,1,1,1,1,1,0.5813,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2215,0.3178,0,1,0.6624,1,1,1,0.4179,0.6624,0,1,1,1,1,1,0.502307832,0,1,1,1,1,1,1,0.271983624,0,1,1,1,1,1,1,0.673535883,0,0.483325278,0.483393273,0.483156028
-386,1,0.3901,1,1,1,1,1,1,1,1,0.5395,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3454,0.3178,0,1,0.6624,1,1,1,0.3771,0.6624,0,1,1,1,1,1,0.443870187,0,1,1,1,1,1,1,0.375826299,0,1,1,1,1,1,1,0.616952002,0,0.474142098,0.474085043,0.47429078
-387,1,0.3901,1,1,1,1,1,1,1,1,0.4422,0.3901,0,1,0.3178,1,1,1,1,1,1,0.55,0.3178,0,1,0.6624,1,1,1,0.3296,0.6624,0,1,1,1,1,1,0.369682193,0,0.996216893,1,1,1,1,1,0.566017568,0,1,1,1,1,1,1,0.577567875,0,0.471665056,0.471757986,0.471631206
-388,1,0.3901,1,1,1,1,1,1,1,1,0.4023,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5533,0.3178,0,1,0.6624,1,1,1,0.2489,0.6624,0,1,1,1,1,1,0.2517896,0,1,1,1,1,1,1,0.54229939,0,1,1,1,1,1,1,0.515356421,0,0.483566941,0.483604823,0.483599291
-389,1,0.3901,1,1,1,1,1,1,1,1,0.4314,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2933,0.3178,0,1,0.6624,1,1,1,0.1738,0.6624,0,1,1,1,1,1,0.252520919,0,1,1,1,1,1,1,0.310769796,0,1,1,1,1,1,1,0.441194504,0,0.524710005,0.524645653,0.524822695
-390,1,0.3901,1,1,1,1,1,1,1,1,0.4833,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1843,0.3178,0,1,0.6624,1,1,1,0.1167,0.6624,0,1,1,1,1,1,0.23804529,0,1,1,1,1,1,1,0.210583091,0,1,1,1,1,1,1,0.317486733,0,0.599202513,0.599323038,0.59929078
-391,1,0.3901,1,1,1,1,1,1,1,1,0.2655,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1276,0.3178,0,1,0.6624,1,1,1,0.1058,0.6624,0,1,1,1,1,1,0.100081086,0,1,1,1,1,1,1,0.150378525,0,1,1,1,1,1,1,0.280023575,0,0.642883035,0.642902475,0.643173759
-392,1,0.3901,1,1,1,1,1,1,1,1,0.1609,0.3901,0.063,1,0.3178,1,1,1,1,1,1,0.1176,0.3178,0.0851,1,0.6624,1,1,1,0.0785,0.6624,0.0576,1,1,1,1,1,0.056107827,0.167742223,1,1,1,1,1,1,0.139606684,0.17891188,1,1,1,1,1,1,0.177853063,0.069300145,0.649347511,0.649460546,0.649822695
-393,1,0.3901,1,1,1,1,1,1,1,1,0.1768,0.3901,0.2298,1,0.3178,1,1,1,1,1,1,0.1206,0.3178,0.3003,1,0.6624,1,1,1,0.0512,0.6624,0.1851,1,1,1,1,1,0.071597129,0.396749318,0.99787879,1,1,1,1,1,0.128449559,0.46153301,0.975909233,1,1,1,1,1,0.091018863,0.325113773,0.649649589,0.649672096,0.649822695
-394,1,0.3901,1,1,1,1,1,1,1,1,0.171,0.3901,0.3955,1,0.3178,1,1,1,1,1,1,0.0733,0.3178,0.4133,1,0.6624,1,1,1,0.0378,0.6624,0.3784,1,1,1,1,1,0.061109871,0.566914558,0.993127465,1,1,1,1,1,0.11336045,0.559717536,0.938727021,1,1,1,1,1,0.037045337,0.637242138,0.649166264,0.649248995,0.649379433
-395,1,0.3901,1,1,1,1,1,1,1,1,0.1726,0.3901,0.4576,1,0.3178,1,1,1,1,1,1,0.0636,0.3178,0.3578,1,0.6624,1,1,1,0.031,0.6624,0.4178,1,1,1,1,1,0.067929581,0.617911875,0.993915081,1,1,1,1,1,0.132509038,0.483069122,0.763355255,1,1,1,1,1,0.052394979,0.648774862,0.646689222,0.646710387,0.646719858
-396,1,0.3901,1,1,1,1,1,1,1,1,0.1363,0.3901,0.4251,1,0.3178,1,1,1,1,1,1,0.026,0.3178,0.355,1,0.6624,1,1,1,0.0222,0.6624,0.4227,1,1,1,1,1,0.052551724,0.585543692,0.986866355,1,1,1,1,1,0.072747551,0.471657395,0.60518229,1,1,1,1,1,0.022067763,0.662449837,0.643245529,0.643325576,0.643617021
-397,1,0.3901,1,1,1,1,1,1,1,1,0.124,0.3901,0.397,1,0.3178,1,1,1,1,1,1,0.043,0.3178,0.307,1,0.6624,1,1,1,0.0161,0.6624,0.3468,1,1,1,1,1,0.069550678,0.531238675,0.883383274,1,1,1,1,1,0.073250182,0.442183197,0.723922253,1,1,1,1,1,0.008797491,0.597736835,0.642460126,0.642690924,0.642730496
-398,1,0.3901,1,1,1,1,1,1,1,1,0.1317,0.3901,0.2726,1,0.3178,1,1,1,1,1,1,0.0925,0.3178,0.2953,1,0.6624,1,1,1,0.0079,0.6624,0.203,1,1,1,1,1,0.133094877,0.35763371,0.797959507,1,1,1,1,1,0.138139263,0.392827898,0.740975618,1,1,1,1,1,0.012294615,0.440570235,0.640345578,0.640363867,0.640514184
-399,1,0.3901,1,1,1,1,1,1,1,1,0.1484,0.3901,0.148,1,0.3178,1,1,1,1,1,1,0.1214,0.3178,0.1986,1,0.6624,1,1,1,0.0229,0.6624,0.0908,1,1,1,1,1,0.228896469,0.250497311,0.707796633,1,1,1,1,1,0.163716197,0.239633694,0.481385887,1,1,1,1,1,0.043536328,0.205038115,0.646507975,0.646498836,0.646719858
-400,1,0.3901,1,1,1,1,1,1,1,1,0.1284,0.3901,0.0133,1,0.3178,1,1,1,1,1,1,0.1501,0.3178,0.0092,1,0.6624,1,1,1,0.0588,0.6624,0,1,1,1,1,1,0.251527578,0.049606688,0.482574522,1,1,1,1,1,0.197619453,0.012480863,0.811747372,1,1,1,1,1,0.128094047,0,0.682394877,0.68246245,0.682624113
-401,1,0.3901,1,1,1,1,1,1,1,1,0.1386,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1138,0.3178,0,1,0.6624,1,1,1,0.1364,0.6624,0,1,1,1,1,1,0.244949996,0,0.587484598,1,1,1,1,1,0.179676712,0,0.954821825,1,1,1,1,1,0.278807074,0,0.717194297,0.717156759,0.717641844
-402,1,0.3901,1,1,1,1,1,1,1,1,0.2485,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2179,0.3178,0,1,0.6624,1,1,1,0.2438,0.6624,0,1,1,1,1,1,0.268768251,0,0.949216545,1,1,1,1,1,0.31675297,0,1,1,1,1,1,1,0.457183421,0,0.707225713,0.707213878,0.707446809
-403,1,0.3901,1,1,1,1,1,1,1,1,0.2028,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1956,0.3178,0,1,0.6624,1,1,1,0.432,0.6624,0,1,1,1,1,1,0.242845386,0,1,1,1,1,1,1,0.242909387,0,1,1,1,1,1,1,0.594815671,0,0.685898985,0.68584726,0.68572695
-404,1,0.3901,1,1,1,1,1,1,1,1,0.2347,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2519,0.3178,0,1,0.6624,1,1,1,0.3565,0.6624,0,1,1,1,1,1,0.255537897,0,1,1,1,1,1,1,0.306541324,0,1,1,1,1,1,1,0.466577828,0,0.654180764,0.654326211,0.654255319
-405,1,0.3901,1,1,1,1,1,1,1,1,0.3304,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2888,0.3178,0,1,0.6624,1,1,1,0.3105,0.6624,0,1,1,1,1,1,0.245553732,0,1,1,1,1,1,1,0.377221525,0,1,1,1,1,1,1,0.498495251,0,0.606875302,0.606727311,0.607269504
-406,1,0.3901,1,1,1,1,1,1,1,1,0.5596,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4677,0.3178,0,1,0.6624,1,1,1,0.2911,0.6624,0,1,1,1,1,1,0.490364164,0,1,1,1,1,1,1,0.540012598,0,1,1,1,1,1,1,0.523875177,0,0.547788787,0.547704675,0.54787234
-407,1,0.3901,1,1,1,1,1,1,1,1,0.599,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5108,0.3178,0,1,0.6624,1,1,1,0.2842,0.6624,0,1,1,1,1,1,0.484706938,0,1,1,1,1,1,1,0.420217991,0,1,1,1,1,1,1,0.491250843,0,0.494683422,0.494817009,0.494680851
-408,1,0.3901,1,1,1,1,1,1,1,1,0.7715,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6001,0.3178,0,1,0.6624,1,1,1,0.24,0.6624,0,1,1,1,1,1,0.630524218,0,1,1,1,1,1,1,0.59315455,0,1,1,1,1,1,1,0.518332303,0,0.458977767,0.458853395,0.459219858
-409,1,0.3901,1,1,1,1,1,1,1,1,0.8222,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6516,0.3178,0,1,0.6624,1,1,1,0.3082,0.6624,0,1,1,1,1,1,0.616517186,0,1,1,1,1,1,1,0.59798044,0,1,1,1,1,1,1,0.596019208,0,0.440732238,0.440660038,0.440602837
-410,1,0.3901,1,1,1,1,1,1,1,1,0.8901,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9031,0.3178,0,1,0.6624,1,1,1,0.3308,0.6624,0,1,1,1,1,1,0.693802893,0,1,1,1,1,1,1,0.869351387,0,1,1,1,1,1,1,0.686696827,0,0.431246979,0.431351809,0.431294326
-411,1,0.3901,1,1,1,1,1,1,1,1,0.9201,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9469,0.3178,0,1,0.6624,1,1,1,0.4625,0.6624,0,1,1,1,1,1,0.854747176,0,1,1,1,1,1,1,0.947921276,0,1,1,1,1,1,1,0.775108814,0,0.430219913,0.430082505,0.430407801
-412,1,0.3901,1,1,1,1,1,1,1,1,0.9488,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9562,0.3178,0,1,0.6624,1,1,1,0.5457,0.6624,0,1,1,1,1,1,0.957574606,0,1,1,1,1,1,1,0.954206467,0,1,1,1,1,1,1,0.743757784,0,0.444296762,0.444256399,0.444592199
-413,1,0.3901,1,1,1,1,1,1,1,1,0.9643,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9675,0.3178,0,1,0.6624,1,1,1,0.7475,0.6624,0,1,1,1,1,1,0.975052416,0,1,1,1,1,1,1,0.955592275,0,1,1,1,1,1,1,0.933625102,0,0.490212663,0.490162894,0.490248227
-414,1,0.3901,1,1,1,1,1,1,1,1,0.9406,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9749,0.3178,0,1,0.6624,1,1,1,0.833,0.6624,0,1,1,1,1,1,0.981197774,0,1,1,1,1,1,1,0.940063119,0,1,1,1,1,1,1,0.957292199,0,0.574311261,0.574360059,0.574468085
-415,1,0.3901,1,1,1,1,1,1,1,1,0.8334,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9426,0.3178,0,1,0.6624,1,1,1,0.897,0.6624,0,1,1,1,1,1,0.967520952,0,1,1,1,1,1,1,0.88106209,0,1,1,1,1,1,1,0.97295779,0,0.618354277,0.618362598,0.618351064
-416,1,0.3901,1,1,1,1,1,1,1,1,0.8394,0.3901,0.2194,1,0.3178,1,1,1,1,1,1,0.8183,0.3178,0.1986,1,0.6624,1,1,1,0.9444,0.6624,0.1714,1,1,1,1,1,0.928897381,0.392245501,1,1,1,1,1,1,0.726038337,0.348595232,1,1,1,1,1,1,0.982295394,0.438023001,0.622945868,0.622805162,0.622783688
-417,1,0.3901,1,1,1,1,1,1,1,1,0.6658,0.3901,0.4257,1,0.3178,1,1,1,1,1,1,0.9867,0.3178,0.4033,1,0.6624,1,1,1,0.8417,0.6624,0.3667,1,1,1,1,1,0.916898251,0.651247323,0.98929733,1,1,1,1,1,0.89675492,0.610955536,1,1,1,1,1,1,0.974738657,0.712425828,0.626691638,0.626613074,0.62677305
-418,1,0.3901,1,1,1,1,1,1,1,1,0.7876,0.3901,0.5872,1,0.3178,1,1,1,1,1,1,0.932,0.3178,0.5454,1,0.6624,1,1,1,0.9124,0.6624,0.5272,1,1,1,1,1,0.945043147,0.828912795,0.992920041,1,1,1,1,1,0.895061612,0.736530304,1,1,1,1,1,1,0.987088144,0.805391848,0.631524891,0.63169029,0.631648936
-419,1,0.3901,1,1,1,1,1,1,1,1,0.8561,0.3901,0.6481,1,0.3178,1,1,1,1,1,1,0.991,0.3178,0.5963,1,0.6624,1,1,1,0.8692,0.6624,0.5663,1,1,1,1,1,0.964804411,0.883946121,0.968551457,1,1,1,1,1,0.950729966,0.808954477,1,1,1,1,1,1,0.984131634,0.878283858,0.63182697,0.63190184,0.632092199
-420,1,0.3901,1,1,1,1,1,1,1,1,0.8913,0.3901,0.6592,1,0.3178,1,1,1,1,1,1,0.9905,0.3178,0.6098,1,0.6624,1,1,1,0.8459,0.6624,0.5929,1,1,1,1,1,0.951295555,0.890850604,1,1,1,1,1,1,0.944790363,0.813984096,1,1,1,1,1,1,0.982371509,0.948247671,0.628927018,0.628940131,0.628989362
-421,1,0.3901,1,1,1,1,1,1,1,1,0.939,0.3901,0.6547,1,0.3178,1,1,1,1,1,1,0.9981,0.3178,0.6572,1,0.6624,1,1,1,0.9231,0.6624,0.6011,1,1,1,1,1,0.969199359,0.871985674,1,1,1,1,1,1,0.967471182,0.874804735,1,1,1,1,1,1,0.993554056,0.936746716,0.62820203,0.628305479,0.628546099
-422,1,0.3901,1,1,1,1,1,1,1,1,0.9495,0.3901,0.5823,1,0.3178,1,1,1,1,1,1,0.9987,0.3178,0.6051,1,0.6624,1,1,1,0.9759,0.6624,0.5178,1,1,1,1,1,0.978009999,0.830305099,1,1,1,1,1,1,0.975967407,0.865763664,1,1,1,1,1,1,0.996892452,0.859966516,0.625181247,0.62534377,0.625443262
-423,1,0.3901,1,1,1,1,1,1,1,1,0.9386,0.3901,0.4386,1,0.3178,1,1,1,1,1,1,1,0.3178,0.4694,1,0.6624,1,1,1,0.9823,0.6624,0.3812,1,1,1,1,1,0.980868757,0.720126152,1,1,1,1,1,1,0.995267153,0.748162508,1,1,1,1,1,1,0.998964667,0.682053447,0.630497825,0.630632536,0.630762411
-424,1,0.3901,1,1,1,1,1,1,1,1,0.788,0.3901,0.2089,1,0.3178,1,1,1,1,1,1,0.9294,0.3178,0.2449,1,0.6624,1,1,1,0.9687,0.6624,0.1508,1,1,1,1,1,0.912962615,0.430147707,1,1,1,1,1,1,0.884061098,0.469457507,1,1,1,1,1,1,0.99778688,0.355515212,0.66801595,0.667865454,0.668439716
-425,1,0.3901,1,1,1,1,1,1,1,1,0.7031,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9234,0.3178,0,1,0.6624,1,1,1,0.9586,0.6624,0,1,1,1,1,1,0.9026106,0,1,1,1,1,1,1,0.908834636,0,1,1,1,1,1,1,0.998849034,0,0.731089899,0.731119103,0.731382979
-426,1,0.3901,1,1,1,1,1,1,1,1,0.6899,0.3901,0,1,0.3178,1,1,1,1,1,1,0.8104,0.3178,0,1,0.6624,1,1,1,0.9247,0.6624,0,1,1,1,1,1,0.822175145,0,1,1,1,1,1,1,0.814421892,0,1,1,1,1,1,1,0.996289968,0,0.736406477,0.73661942,0.736702128
-427,1,0.3901,1,1,1,1,1,1,1,1,0.5641,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6822,0.3178,0,1,0.6624,1,1,1,0.8991,0.6624,0,1,1,1,1,1,0.660280704,0,1,1,1,1,1,1,0.656548023,0,1,1,1,1,1,1,0.991905928,0,0.723658772,0.72371483,0.723847518
-428,1,0.3901,1,1,1,1,1,1,1,1,0.4991,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4649,0.3178,0,1,0.6624,1,1,1,0.897,0.6624,0,1,1,1,1,1,0.529035687,0,1,1,1,1,1,1,0.446159869,0,1,1,1,1,1,1,0.990887403,0,0.698707105,0.698751851,0.69858156
-429,1,0.3901,1,1,1,1,1,1,1,1,0.4078,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5058,0.3178,0,1,0.6624,1,1,1,0.8511,0.6624,0,1,1,1,1,1,0.511684358,0,0.997487307,1,1,1,1,1,0.454757988,0,1,1,1,1,1,1,0.986278594,0,0.656536974,0.656653268,0.656471631
-430,1,0.3901,1,1,1,1,1,1,1,1,0.3512,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4695,0.3178,0,1,0.6624,1,1,1,0.8545,0.6624,0,1,1,1,1,1,0.441790134,0,0.815066516,1,1,1,1,1,0.390729934,0,0.879849792,1,1,1,1,1,0.979028404,0,0.602767037,0.602707849,0.602836879
-431,1,0.3901,1,1,1,1,1,1,1,1,0.3009,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2722,0.3178,0,1,0.6624,1,1,1,0.8102,0.6624,0,1,1,1,1,1,0.380974203,0,0.91803056,1,1,1,1,1,0.256818384,0,0.882418096,1,1,1,1,1,0.971856177,0,0.553226196,0.553204993,0.553191489
-432,1,0.3901,1,1,1,1,1,1,1,1,0.2652,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3513,0.3178,0,1,0.6624,1,1,1,0.7987,0.6624,0,1,1,1,1,1,0.305024683,0,0.912304938,1,1,1,1,1,0.283523858,0,0.80612123,1,1,1,1,1,0.964531183,0,0.522474625,0.522530146,0.522606383
-433,1,0.3901,1,1,1,1,1,1,1,1,0.2107,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0349,0.3178,0,1,0.6624,1,1,1,0.7231,0.6624,0,1,1,1,1,1,0.205657512,0,0.948770225,1,1,1,1,1,0.073238835,0,0.948538005,1,1,1,1,1,0.94792068,0,0.507733204,0.507721599,0.507978723
-434,1,0.3901,1,1,1,1,1,1,1,1,0.1716,0.3901,0,1,0.3178,1,1,1,1,1,1,0,0.3178,0,1,0.6624,1,1,1,0.6122,0.6624,0,1,1,1,1,1,0.118623689,0,0.980902255,1,1,1,1,1,0.023112569,0,0.92279619,1,1,1,1,1,0.9124704,0,0.501631223,0.501798181,0.50177305
-435,1,0.3901,1,1,1,1,1,1,1,1,0.1649,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0293,0.3178,0,1,0.6624,1,1,1,0.4186,0.6624,0,1,1,1,1,1,0.078991354,0,0.916975737,1,1,1,1,1,0.065747797,0,0.81556046,1,1,1,1,1,0.787933767,0,0.50277912,0.502644383,0.502659574
-436,1,0.3901,1,1,1,1,1,1,1,1,0.1202,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0398,0.3178,0,1,0.6624,1,1,1,0.3207,0.6624,0,1,1,1,1,1,0.048874948,0,0.972158432,1,1,1,1,1,0.075349748,0,0.808600307,1,1,1,1,1,0.662914515,0,0.518728855,0.518722234,0.519060284
-437,1,0.3901,1,1,1,1,1,1,1,1,0.0685,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0396,0.3178,0,1,0.6624,1,1,1,0.1897,0.6624,0,1,1,1,1,1,0.028377425,0,0.801332235,1,1,1,1,1,0.079530381,0,0.924199283,1,1,1,1,1,0.414977252,0,0.56500725,0.56505183,0.565159574
-438,1,0.3901,1,1,1,1,1,1,1,1,0.044,0.3901,0,1,0.3178,1,1,1,1,1,1,0,0.3178,0,1,0.6624,1,1,1,0.06,0.6624,0,1,1,1,1,1,0.021134142,0,0.522561312,1,1,1,1,1,0.018503219,0,0.490474641,1,1,1,1,1,0.198370844,0,0.649589174,0.649672096,0.649822695
-439,1,0.3901,1,1,1,1,1,1,1,1,0.0524,0.3901,0,1,0.3178,1,1,1,1,1,1,0,0.3178,0,1,0.6624,1,1,1,0.0404,0.6624,0,1,1,1,1,1,0.011528028,0,0.510543048,1,1,1,1,1,0.011333896,0,0.265728801,1,1,1,1,1,0.057998598,0,0.693934268,0.693886186,0.694148936
-440,1,0.3901,1,1,1,1,1,1,1,1,0.0521,0.3901,0.2198,1,0.3178,1,1,1,1,1,1,0.0231,0.3178,0.2185,1,0.6624,1,1,1,0.0344,0.6624,0.2049,1,1,1,1,1,0.013533669,0.411290258,0.511383235,1,1,1,1,1,0.031904433,0.403030336,0.15645054,1,1,1,1,1,0.016493127,0.45603919,0.695867569,0.695790142,0.696365248
-441,1,0.3901,1,1,1,1,1,1,1,1,0.0696,0.3901,0.4112,1,0.3178,1,1,1,1,1,1,0,0.3178,0.3732,1,0.6624,1,1,1,0.0009,0.6624,0.4566,1,1,1,1,1,0.006490308,0.615725577,0.672119915,1,1,1,1,1,0.000954009,0.565912426,0.343959928,1,1,1,1,1,0.011184643,0.77289474,0.692303045,0.692405331,0.692375887
-442,1,0.3901,1,1,1,1,1,1,1,1,0.0495,0.3901,0.5551,1,0.3178,1,1,1,1,1,1,0,0.3178,0.5366,1,0.6624,1,1,1,0.0016,0.6624,0.6112,1,1,1,1,1,0.003911171,0.710923612,0.487019986,1,1,1,1,1,4.61E-05,0.780745804,0.253931671,1,1,1,1,1,0.026587032,0.870703101,0.688557274,0.688597419,0.688829787
-443,1,0.3901,1,1,1,1,1,1,1,1,0.0273,0.3901,0.6202,1,0.3178,1,1,1,1,1,1,0,0.3178,0.6392,1,0.6624,1,1,1,0.0069,0.6624,0.6858,1,1,1,1,1,0.001113157,0.872561872,0.261537224,1,1,1,1,1,3.53E-05,0.880199969,0.168435365,1,1,1,1,1,0.049465343,0.829433799,0.680038666,0.679923842,0.679964539
-444,1,0.3901,1,1,1,1,1,1,1,1,0.0139,0.3901,0.6322,1,0.3178,1,1,1,1,1,1,0,0.3178,0.6719,1,0.6624,1,1,1,0.0019,0.6624,0.5749,1,1,1,1,1,0.002695863,0.915826082,0.327955723,1,1,1,1,1,0.001604196,0.952863872,0.035539273,1,1,1,1,1,0.035578288,0.944527924,0.669345094,0.669557859,0.669326241
-445,1,0.3901,1,1,1,1,1,1,1,1,0.0225,0.3901,0.6454,1,0.3178,1,1,1,1,1,1,0.0045,0.3178,0.6925,1,0.6624,1,1,1,0.0171,0.6624,0.5797,1,1,1,1,1,0.021730665,0.936775565,0.417019188,1,1,1,1,1,0.009186365,0.974448323,0.036948957,1,1,1,1,1,0.078375988,0.924676299,0.662699372,0.662788238,0.662677305
-446,1,0.3901,1,1,1,1,1,1,1,1,0.0739,0.3901,0.582,1,0.3178,1,1,1,1,1,1,0.0437,0.3178,0.5905,1,0.6624,1,1,1,0.0027,0.6624,0.5597,1,1,1,1,1,0.080908231,0.882329226,0.593714356,1,1,1,1,1,0.042887881,0.872480035,0.003990314,1,1,1,1,1,0.029694661,0.829630315,0.65478492,0.654749312,0.655141844
-447,1,0.3901,1,1,1,1,1,1,1,1,0.1286,0.3901,0.4182,1,0.3178,1,1,1,1,1,1,0.0876,0.3178,0.3985,1,0.6624,1,1,1,0.0262,0.6624,0.3855,1,1,1,1,1,0.134713426,0.672721744,0.841067255,1,1,1,1,1,0.077657878,0.586841226,0,1,1,1,1,1,0.042823806,0.654481173,0.659255679,0.659403427,0.659574468
-448,1,0.3901,1,1,1,1,1,1,1,1,0.156,0.3901,0.1694,1,0.3178,1,1,1,1,1,1,0.0875,0.3178,0.1216,1,0.6624,1,1,1,0.1042,0.6624,0.1392,1,1,1,1,1,0.173640892,0.330146551,0.904563069,1,1,1,1,1,0.074121185,0.142736346,0,1,1,1,1,1,0.213361785,0.311305791,0.692484292,0.692616882,0.692819149
-449,1,0.3901,1,1,1,1,1,1,1,1,0.0971,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0664,0.3178,0,1,0.6624,1,1,1,0.0968,0.6624,0,1,1,1,1,1,0.112953134,0,0.952021718,1,1,1,1,1,0.054471456,0,0,1,1,1,1,1,0.206945404,0,0.738883519,0.738946478,0.73891844
-450,1,0.3901,1,1,1,1,1,1,1,1,0.0668,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0212,0.3178,0,1,0.6624,1,1,1,0.0761,0.6624,0,1,1,1,1,1,0.059604332,0,0.98928535,1,1,1,1,1,0.024995042,0,0.041161779,1,1,1,1,1,0.212057233,0,0.737554374,0.737677174,0.738031915
-451,1,0.3901,1,1,1,1,1,1,1,1,0.0542,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0354,0.3178,0,1,0.6624,1,1,1,0.1442,0.6624,0,1,1,1,1,1,0.038877577,0,0.971204281,1,1,1,1,1,0.030700974,0,0.239700794,1,1,1,1,1,0.335861593,0,0.72480667,0.724772583,0.725177305
-452,1,0.3901,1,1,1,1,1,1,1,1,0.2307,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1311,0.3178,0,1,0.6624,1,1,1,0.3328,0.6624,0,1,1,1,1,1,0.245034218,0,0.325733781,1,1,1,1,1,0.179591045,0,0.414397895,1,1,1,1,1,0.530606866,0,0.695746738,0.695790142,0.695921986
-453,1,0.3901,1,1,1,1,1,1,1,1,0.2251,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0696,0.3178,0,1,0.6624,1,1,1,0.315,0.6624,0,1,1,1,1,1,0.209093347,0,0.744041562,1,1,1,1,1,0.139438674,0,0.547870219,1,1,1,1,1,0.619190514,0,0.649891252,0.649883647,0.649822695
-454,1,0.3901,1,1,1,1,1,1,1,1,0.2574,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0523,0.3178,0,1,0.6624,1,1,1,0.3661,0.6624,0,1,1,1,1,1,0.191284269,0,0.949224889,1,1,1,1,1,0.126669332,0,0.817178369,1,1,1,1,1,0.586992502,0,0.592194297,0.592130315,0.592641844
-455,1,0.3901,1,1,1,1,1,1,1,1,0.1503,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0502,0.3178,0,1,0.6624,1,1,1,0.3069,0.6624,0,1,1,1,1,1,0.061584868,0,1,1,1,1,1,1,0.098195553,0,0.963890553,1,1,1,1,1,0.534930646,0,0.539874335,0.539877301,0.540336879
-456,1,0.3901,1,1,1,1,1,1,1,1,0.1933,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0698,0.3178,0,1,0.6624,1,1,1,0.2218,0.6624,0,1,1,1,1,1,0.060301598,0,0.952429771,1,1,1,1,1,0.101443239,0,0.882593513,1,1,1,1,1,0.405846894,0,0.504470759,0.504548339,0.504432624
-457,1,0.3901,1,1,1,1,1,1,1,1,0.0872,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0679,0.3178,0,1,0.6624,1,1,1,0.1872,0.6624,0,1,1,1,1,1,0.038687643,0,1,1,1,1,1,1,0.136911333,0,1,1,1,1,1,1,0.305333346,0,0.484533591,0.484662577,0.484929078
-458,1,0.3901,1,1,1,1,1,1,1,1,0.0789,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0584,0.3178,0,1,0.6624,1,1,1,0.1576,0.6624,0,1,1,1,1,1,0.052367814,0,0.989252985,1,1,1,1,1,0.118600897,0,0.71376574,1,1,1,1,1,0.28055805,0,0.475410826,0.475354347,0.475177305
-459,1,0.3901,1,1,1,1,1,1,1,1,0.0327,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1404,0.3178,0,1,0.6624,1,1,1,0.1692,0.6624,0,1,1,1,1,1,0.025965821,0,0.913152337,1,1,1,1,1,0.151041836,0,0.831908166,1,1,1,1,1,0.236387566,0,0.473356694,0.473450391,0.473404255
-460,1,0.3901,1,1,1,1,1,1,1,1,0.0924,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1767,0.3178,0,1,0.6624,1,1,1,0.1475,0.6624,0,1,1,1,1,1,0.0541979,0,0.857063115,1,1,1,1,1,0.199102342,0,0.807334602,1,1,1,1,1,0.217554927,0,0.48761479,0.487835837,0.487588652
-461,1,0.3901,1,1,1,1,1,1,1,1,0.1821,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2285,0.3178,0,1,0.6624,1,1,1,0.1125,0.6624,0,1,1,1,1,1,0.128512084,0,0.786879659,1,1,1,1,1,0.228443399,0,0.85664773,1,1,1,1,1,0.203422695,0,0.530389077,0.530357521,0.530585106
-462,1,0.3901,1,1,1,1,1,1,1,1,0.3668,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6427,0.3178,0,1,0.6624,1,1,1,0.1013,0.6624,0,1,1,1,1,1,0.343881905,0,0.69471848,1,1,1,1,1,0.529061794,0,0.985715508,1,1,1,1,1,0.183470994,0,0.60941276,0.60947747,0.609929078
-463,1,0.3901,1,1,1,1,1,1,1,1,0.3585,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5361,0.3178,0,1,0.6624,1,1,1,0.1135,0.6624,0,1,1,1,1,1,0.414614201,0,0.647118092,1,1,1,1,1,0.462496877,0,0.916347623,1,1,1,1,1,0.205119312,0,0.651462059,0.651576052,0.651595745
-464,1,0.3901,1,1,1,1,1,1,1,1,0.4135,0.3901,0.2238,1,0.3178,1,1,1,1,1,1,0.5544,0.3178,0.2158,1,0.6624,1,1,1,0.2493,0.6624,0.1793,1,1,1,1,1,0.482371628,0.429120481,0.767559767,1,1,1,1,1,0.511038005,0.411824733,0.772261262,1,1,1,1,1,0.212890446,0.438703597,0.656234896,0.656230167,0.656471631
-465,1,0.3901,1,1,1,1,1,1,1,1,0.2923,0.3901,0.4608,1,0.3178,1,1,1,1,1,1,0.481,0.3178,0.458,1,0.6624,1,1,1,0.2541,0.6624,0.405,1,1,1,1,1,0.298863828,0.73180294,0.660552084,1,1,1,1,1,0.430669308,0.730306983,0.922693789,1,1,1,1,1,0.250985682,0.734348357,0.658107782,0.658134123,0.658244681
-466,1,0.3901,1,1,1,1,1,1,1,1,0.4971,0.3901,0.6129,1,0.3178,1,1,1,1,1,1,0.5914,0.3178,0.6197,1,0.6624,1,1,1,0.3693,0.6624,0.546,1,1,1,1,1,0.618131816,0.859213591,0.664822459,1,1,1,1,1,0.572664678,0.893384695,0.769447446,1,1,1,1,1,0.420424223,0.891783476,0.659980667,0.660038079,0.660460993
-467,1,0.3901,1,1,1,1,1,1,1,1,0.5383,0.3901,0.681,1,0.3178,1,1,1,1,1,1,0.758,0.3178,0.7022,1,0.6624,1,1,1,0.5169,0.6624,0.6041,1,1,1,1,1,0.714111984,0.942465425,0.625752807,1,1,1,1,1,0.707137406,0.973526597,0.827565789,1,1,1,1,1,0.736439347,0.939484,0.657322378,0.65728792,0.657358156
-468,1,0.3901,1,1,1,1,1,1,1,1,0.2994,0.3901,0.7075,1,0.3178,1,1,1,1,1,1,0.2141,0.3178,0.7162,1,0.6624,1,1,1,0.3065,0.6624,0.5902,1,1,1,1,1,0.358367443,0.986808836,0.965357125,1,1,1,1,1,0.266686767,0.998027921,1,1,1,1,1,1,0.567754865,0.953807414,0.649891252,0.649883647,0.649822695
-469,1,0.3901,1,1,1,1,1,1,1,1,0.3166,0.3901,0.6971,1,0.3178,1,1,1,1,1,1,0.2874,0.3178,0.7045,1,0.6624,1,1,1,0.2753,0.6624,0.5947,1,1,1,1,1,0.361421704,0.97357434,0.845093966,1,1,1,1,1,0.337183982,0.982177496,1,1,1,1,1,1,0.511032104,0.931961894,0.64517883,0.645229532,0.645390071
-470,1,0.3901,1,1,1,1,1,1,1,1,0.3308,0.3901,0.6128,1,0.3178,1,1,1,1,1,1,0.3042,0.3178,0.626,1,0.6624,1,1,1,0.6583,0.6624,0.5254,1,1,1,1,1,0.420900971,0.89623481,0.487880349,1,1,1,1,1,0.28736186,0.906737745,0.551939249,1,1,1,1,1,0.873086631,0.858559906,0.63738521,0.637402158,0.637411348
-471,1,0.3901,1,1,1,1,1,1,1,1,0.3472,0.3901,0.4488,1,0.3178,1,1,1,1,1,1,0.2341,0.3178,0.4726,1,0.6624,1,1,1,0.6415,0.6624,0.3998,1,1,1,1,1,0.437112898,0.737294376,0.327344358,1,1,1,1,1,0.256210387,0.751284838,0.336488724,1,1,1,1,1,0.839392126,0.69221437,0.638472692,0.638671462,0.638741135
-472,1,0.3901,1,1,1,1,1,1,1,1,0.2352,0.3901,0.217,1,0.3178,1,1,1,1,1,1,0.118,0.3178,0.2484,1,0.6624,1,1,1,0.5088,0.6624,0.1611,1,1,1,1,1,0.247130617,0.443182856,0.26769045,1,1,1,1,1,0.138095245,0.469806969,0.263054222,1,1,1,1,1,0.691238761,0.370956063,0.666868052,0.6668077,0.667109929
-473,1,0.3901,1,1,1,1,1,1,1,1,0.1405,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1232,0.3178,0,1,0.6624,1,1,1,0.3413,0.6624,0,1,1,1,1,1,0.215588436,0,0.222559556,1,1,1,1,1,0.126801297,0,0.168555766,1,1,1,1,1,0.643653929,0,0.719308845,0.719483816,0.719414894
-474,1,0.3901,1,1,1,1,1,1,1,1,0.1727,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1029,0.3178,0,1,0.6624,1,1,1,0.4105,0.6624,0,1,1,1,1,1,0.237578884,0,0.393547803,1,1,1,1,1,0.130261034,0,0.292771995,1,1,1,1,1,0.8280316,0,0.71659014,0.716733658,0.716755319
-475,1,0.3901,1,1,1,1,1,1,1,1,0.1355,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1337,0.3178,0,1,0.6624,1,1,1,0.4858,0.6624,0,1,1,1,1,1,0.219292209,0,0.274731517,1,1,1,1,1,0.18790634,0,0.269932747,1,1,1,1,1,0.838251114,0,0.699009183,0.698963402,0.699024823
-476,1,0.3901,1,1,1,1,1,1,1,1,0.1037,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2951,0.3178,0,1,0.6624,1,1,1,0.5459,0.6624,0,1,1,1,1,1,0.168475688,0,0.260657549,1,1,1,1,1,0.304629892,0,0.282043219,1,1,1,1,1,0.87201488,0,0.676232479,0.67632748,0.67641844
-477,1,0.3901,1,1,1,1,1,1,1,1,0.1818,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1828,0.3178,0,1,0.6624,1,1,1,0.5861,0.6624,0,1,1,1,1,1,0.194298401,0,0.130660817,1,1,1,1,1,0.220796838,0,0.151731431,1,1,1,1,1,0.862756014,0,0.643668439,0.643748678,0.643617021
-478,1,0.3901,1,1,1,1,1,1,1,1,0.1784,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1076,0.3178,0,1,0.6624,1,1,1,0.4793,0.6624,0,1,1,1,1,1,0.251181543,0,0.068567067,1,1,1,1,1,0.123792112,0,0.044594765,1,1,1,1,1,0.795127988,0,0.599323345,0.599323038,0.59929078
-479,1,0.3901,1,1,1,1,1,1,1,1,0.1932,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0262,0.3178,0,1,0.6624,1,1,1,0.4529,0.6624,0,1,1,1,1,1,0.259776115,0,0.09286087,1,1,1,1,1,0.052685954,0,0.050675917,1,1,1,1,1,0.792559087,0,0.552924118,0.552781891,0.552748227
-480,1,0.3901,1,1,1,1,1,1,1,1,0.1119,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0099,0.3178,0,1,0.6624,1,1,1,0.4984,0.6624,0,1,1,1,1,1,0.120503485,0,0.109031886,1,1,1,1,1,0.036232617,0,0.03731833,1,1,1,1,1,0.832992256,0,0.519816336,0.519779987,0.519946809
-481,1,0.3901,1,1,1,1,1,1,1,1,0.0794,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0128,0.3178,0,1,0.6624,1,1,1,0.3099,0.6624,0,1,1,1,1,1,0.057855781,0,0.073038578,1,1,1,1,1,0.042845599,0,0.037343461,1,1,1,1,1,0.606036305,0,0.501268729,0.501163529,0.501329787
-482,1,0.3901,1,1,1,1,1,1,1,1,0.0495,0.3901,0,1,0.3178,1,1,1,1,1,1,0,0.3178,0,1,0.6624,1,1,1,0.2899,0.6624,0,1,1,1,1,1,0.053303592,0,0.043719381,1,1,1,1,1,0.014324972,0,0.037011258,1,1,1,1,1,0.531005204,0,0.489910585,0.489951343,0.489804965
-483,1,0.3901,1,1,1,1,1,1,1,1,0.0548,0.3901,0,1,0.3178,1,1,1,1,1,1,0.006,0.3178,0,1,0.6624,1,1,1,0.2222,0.6624,0,1,1,1,1,1,0.026825195,0,0.077305451,1,1,1,1,1,0.036265694,0,0.040064923,1,1,1,1,1,0.471726447,0,0.485500242,0.485508779,0.48537234
-484,1,0.3901,1,1,1,1,1,1,1,1,0.0331,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0342,0.3178,0,1,0.6624,1,1,1,0.1204,0.6624,0,1,1,1,1,1,0.012255548,0,0.077560157,1,1,1,1,1,0.060173765,0,0.078937434,1,1,1,1,1,0.274086297,0,0.489608507,0.489739793,0.489361702
-485,1,0.3901,1,1,1,1,1,1,1,1,0.0221,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0501,0.3178,0,1,0.6624,1,1,1,0.0692,0.6624,0,1,1,1,1,1,0.01008457,0,0.091319233,1,1,1,1,1,0.063513756,0,0.155076712,1,1,1,1,1,0.189517856,0,0.505437409,0.505606093,0.505762411
-486,1,0.3901,1,1,1,1,1,1,1,1,0.006,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0687,0.3178,0,1,0.6624,1,1,1,0.0688,0.6624,0,1,1,1,1,1,0.004177272,0,0.089516357,1,1,1,1,1,0.089355811,0,0.307229847,1,1,1,1,1,0.148454115,0,0.536732721,0.536704041,0.53679078
-487,1,0.3901,1,1,1,1,1,1,1,1,0.0002,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0216,0.3178,0,1,0.6624,1,1,1,0.0359,0.6624,0,1,1,1,1,1,0.000670298,0,0.15081726,1,1,1,1,1,0.039953135,0,0.434677243,1,1,1,1,1,0.070686765,0,0.574009183,0.573936958,0.574024823
-488,1,0.3901,1,1,1,1,1,1,1,1,0.0113,0.3901,0.0338,1,0.3178,1,1,1,1,1,1,0.0774,0.3178,0.0205,1,0.6624,1,1,1,0.0199,0.6624,0.0959,1,1,1,1,1,0.004628616,0.053709865,0.419818997,1,1,1,1,1,0.109133691,0.018420931,0.63019973,1,1,1,1,1,0.045996632,0.078395985,0.615514741,0.615612439,0.615691489
-489,1,0.3901,1,1,1,1,1,1,1,1,0.0389,0.3901,0.1381,1,0.3178,1,1,1,1,1,1,0.0679,0.3178,0.109,1,0.6624,1,1,1,0.0099,0.6624,0.2689,1,1,1,1,1,0.014147853,0.192283168,0.760859013,1,1,1,1,1,0.120777823,0.144316494,1,1,1,1,1,1,0.032252479,0.304617047,0.651703722,0.651576052,0.652039007
-490,1,0.3901,1,1,1,1,1,1,1,1,0.0663,0.3901,0.2102,1,0.3178,1,1,1,1,1,1,0.1044,0.3178,0.1812,1,0.6624,1,1,1,0.0005,0.6624,0.3327,1,1,1,1,1,0.026046477,0.303351104,0.987595797,1,1,1,1,1,0.186181381,0.250372738,1,1,1,1,1,1,0.013428211,0.385682464,0.6739971,0.674000423,0.674202128
-491,1,0.3901,1,1,1,1,1,1,1,1,0.1178,0.3901,0.2284,1,0.3178,1,1,1,1,1,1,0.1631,0.3178,0.211,1,0.6624,1,1,1,0.0001,0.6624,0.4238,1,1,1,1,1,0.034658346,0.341895819,0.995827317,1,1,1,1,1,0.265076429,0.288601547,1,1,1,1,1,1,0.008641397,0.480376244,0.683482359,0.683520203,0.683510638
-492,1,0.3901,1,1,1,1,1,1,1,1,0.211,0.3901,0.2429,1,0.3178,1,1,1,1,1,1,0.1642,0.3178,0.2366,1,0.6624,1,1,1,0.0004,0.6624,0.4288,1,1,1,1,1,0.057607554,0.354768723,1,1,1,1,1,1,0.312806368,0.341011763,1,1,1,1,1,1,0.010712845,0.51420486,0.683421943,0.683520203,0.683510638
-493,1,0.3901,1,1,1,1,1,1,1,1,0.2425,0.3901,0.2345,1,0.3178,1,1,1,1,1,1,0.1714,0.3178,0.243,1,0.6624,1,1,1,0.0062,0.6624,0.4197,1,1,1,1,1,0.067297198,0.399075508,1,1,1,1,1,1,0.278471023,0.351463228,1,1,1,1,1,1,0.027082564,0.57644248,0.674782504,0.674846626,0.675088652
-494,1,0.3901,1,1,1,1,1,1,1,1,0.3825,0.3901,0.196,1,0.3178,1,1,1,1,1,1,0.2593,0.3178,0.2089,1,0.6624,1,1,1,0.0067,0.6624,0.4012,1,1,1,1,1,0.107579127,0.358603001,1,1,1,1,1,1,0.363505065,0.30205816,1,1,1,1,1,1,0.024522964,0.57705462,0.663726438,0.66363444,0.664007092
-495,1,0.3901,1,1,1,1,1,1,1,1,0.4625,0.3901,0.1088,1,0.3178,1,1,1,1,1,1,0.2369,0.3178,0.1287,1,0.6624,1,1,1,0.009,0.6624,0.3214,1,1,1,1,1,0.174622506,0.226323158,1,1,1,1,1,1,0.372528017,0.172121823,1,1,1,1,1,1,0.032747258,0.471946716,0.659074432,0.658980326,0.659131206
-496,1,0.3901,1,1,1,1,1,1,1,1,0.461,0.3901,0.0095,1,0.3178,1,1,1,1,1,1,0.2483,0.3178,0.0039,1,0.6624,1,1,1,0.03,0.6624,0.1402,1,1,1,1,1,0.179446012,0.054913122,1,1,1,1,1,1,0.404273152,0.00736948,1,1,1,1,1,1,0.069884099,0.234559417,0.684267762,0.684154855,0.684397163
-497,1,0.3901,1,1,1,1,1,1,1,1,0.467,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1636,0.3178,0,1,0.6624,1,1,1,0.0663,0.6624,0,1,1,1,1,1,0.211576432,0,1,1,1,1,1,1,0.251190245,0,1,1,1,1,1,1,0.12557368,0,0.727464959,0.727522742,0.727836879
-498,1,0.3901,1,1,1,1,1,1,1,1,0.4127,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1287,0.3178,0,1,0.6624,1,1,1,0.0988,0.6624,0,1,1,1,1,1,0.199717,0,1,1,1,1,1,1,0.21637997,0,1,1,1,1,1,1,0.168479249,0,0.719913001,0.719906918,0.719858156
-499,1,0.3901,1,1,1,1,1,1,1,1,0.3576,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0478,0.3178,0,1,0.6624,1,1,1,0.1317,0.6624,0,1,1,1,1,1,0.184474587,0,1,1,1,1,1,1,0.114194989,0,1,1,1,1,1,1,0.229773998,0,0.69502175,0.694943939,0.695035461
-500,1,0.3901,1,1,1,1,1,1,1,1,0.3696,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0305,0.3178,0,1,0.6624,1,1,1,0.2168,0.6624,0,1,1,1,1,1,0.152843535,0,1,1,1,1,1,1,0.113586158,0,1,1,1,1,1,1,0.363334149,0,0.669345094,0.669346308,0.669326241
-501,1,0.3901,1,1,1,1,1,1,1,1,0.3535,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0737,0.3178,0,1,0.6624,1,1,1,0.2153,0.6624,0,1,1,1,1,1,0.184802026,0,1,1,1,1,1,1,0.171696171,0,1,1,1,1,1,1,0.443449885,0,0.636116481,0.636132854,0.63608156
-502,1,0.3901,1,1,1,1,1,1,1,1,0.2283,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0515,0.3178,0,1,0.6624,1,1,1,0.2561,0.6624,0,1,1,1,1,1,0.067875408,0,1,1,1,1,1,1,0.133330569,0,1,1,1,1,1,1,0.476634681,0,0.595275495,0.595303575,0.595301418
-503,1,0.3901,1,1,1,1,1,1,1,1,0.3722,0.3901,0,1,0.3178,1,1,1,1,1,1,0.143,0.3178,0,1,0.6624,1,1,1,0.2426,0.6624,0,1,1,1,1,1,0.189117149,0,1,1,1,1,1,1,0.269549131,0,1,1,1,1,1,1,0.365168929,0,0.555280329,0.555320499,0.555407801
-504,1,0.3901,1,1,1,1,1,1,1,1,0.4256,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1096,0.3178,0,1,0.6624,1,1,1,0.29,0.6624,0,1,1,1,1,1,0.160570681,0,1,1,1,1,1,1,0.252668351,0,1,1,1,1,1,1,0.431885868,0,0.524105848,0.524011001,0.524379433
-505,1,0.3901,1,1,1,1,1,1,1,1,0.2923,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1097,0.3178,0,1,0.6624,1,1,1,0.2866,0.6624,0,1,1,1,1,1,0.109217495,0,1,1,1,1,1,1,0.23330684,0,1,1,1,1,1,1,0.45360738,0,0.506887385,0.506875397,0.507092199
-506,1,0.3901,1,1,1,1,1,1,1,1,0.1925,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1475,0.3178,0,1,0.6624,1,1,1,0.3085,0.6624,0,1,1,1,1,1,0.106418639,0,1,1,1,1,1,1,0.256683856,0,1,1,1,1,1,1,0.496107429,0,0.49861044,0.498624921,0.498670213
-507,1,0.3901,1,1,1,1,1,1,1,1,0.209,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1033,0.3178,0,1,0.6624,1,1,1,0.1829,0.6624,0,1,1,1,1,1,0.104868852,0,1,1,1,1,1,1,0.22366941,0,1,1,1,1,1,1,0.349143177,0,0.4949855,0.495028559,0.495124113
-508,1,0.3901,1,1,1,1,1,1,1,1,0.2068,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0775,0.3178,0,1,0.6624,1,1,1,0.1996,0.6624,0,1,1,1,1,1,0.107377291,0,1,1,1,1,1,1,0.177673981,0,1,1,1,1,1,1,0.314562023,0,0.498247946,0.498201819,0.49822695
-509,1,0.3901,1,1,1,1,1,1,1,1,0.2067,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0869,0.3178,0,1,0.6624,1,1,1,0.2681,0.6624,0,1,1,1,1,1,0.115992263,0,1,1,1,1,1,1,0.193624631,0,1,1,1,1,1,1,0.419279188,0,0.511841469,0.511741062,0.511968085
-510,1,0.3901,1,1,1,1,1,1,1,1,0.1446,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1155,0.3178,0,1,0.6624,1,1,1,0.2711,0.6624,0,1,1,1,1,1,0.077996135,0,0.964708924,1,1,1,1,1,0.223193496,0,0.981933296,1,1,1,1,1,0.457887143,0,0.535947318,0.535857838,0.535904255
-511,1,0.3901,1,1,1,1,1,1,1,1,0.1159,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1327,0.3178,0,1,0.6624,1,1,1,0.2358,0.6624,0,1,1,1,1,1,0.064411893,0,0.859868348,1,1,1,1,1,0.196382344,0,0.693728566,1,1,1,1,1,0.423730552,0,0.56222813,0.562301671,0.5625
-512,1,0.3901,1,1,1,1,1,1,1,1,0.1664,0.3901,0.2175,1,0.3178,1,1,1,1,1,1,0.1563,0.3178,0.2258,1,0.6624,1,1,1,0.2464,0.6624,0.1997,1,1,1,1,1,0.098334894,0.404655278,1,1,1,1,1,1,0.263617486,0.401312143,0.990814686,1,1,1,1,1,0.459070086,0.440780342,0.597087965,0.596995981,0.597074468
-513,1,0.3901,1,1,1,1,1,1,1,1,0.1006,0.3901,0.4081,1,0.3178,1,1,1,1,1,1,0.0155,0.3178,0.4428,1,0.6624,1,1,1,0.074,0.6624,0.4197,1,1,1,1,1,0.050663918,0.679540217,0.956516743,1,1,1,1,1,0.062423609,0.68576932,0.840303779,1,1,1,1,1,0.139345616,0.720973849,0.61859594,0.618574149,0.618794326
-514,1,0.3901,1,1,1,1,1,1,1,1,0.0487,0.3901,0.5613,1,0.3178,1,1,1,1,1,1,0,0.3178,0.5538,1,0.6624,1,1,1,0.0244,0.6624,0.5556,1,1,1,1,1,0.009933624,0.833085418,0.73586607,1,1,1,1,1,0.004825974,0.769854367,0.615973592,1,1,1,1,1,0.047255825,0.860327959,0.627054132,0.627036175,0.627216312
-515,1,0.3901,1,1,1,1,1,1,1,1,0.0376,0.3901,0.5322,1,0.3178,1,1,1,1,1,1,0.0065,0.3178,0.6097,1,0.6624,1,1,1,0.0085,0.6624,0.6247,1,1,1,1,1,0.009950076,0.780405462,0.693450689,1,1,1,1,1,0.01372513,0.854087532,0.560471773,1,1,1,1,1,0.025679257,0.950450242,0.626933301,0.626824624,0.62677305
-516,1,0.3901,1,1,1,1,1,1,1,1,0.0262,0.3901,0.5679,1,0.3178,1,1,1,1,1,1,0.0269,0.3178,0.6059,1,0.6624,1,1,1,0.008,0.6624,0.5837,1,1,1,1,1,0.004341427,0.862391829,0.582497954,1,1,1,1,1,0.031877942,0.823680341,0.259051323,1,1,1,1,1,0.029347412,0.900006175,0.62318753,0.623228263,0.62322695
-517,1,0.3901,1,1,1,1,1,1,1,1,0.0174,0.3901,0.5247,1,0.3178,1,1,1,1,1,1,0.0101,0.3178,0.5139,1,0.6624,1,1,1,0.0026,0.6624,0.5606,1,1,1,1,1,0.002885567,0.785116851,0.586721659,1,1,1,1,1,0.01491439,0.66516012,0.155594766,1,1,1,1,1,0.015595263,0.772518218,0.618475109,0.618574149,0.618351064
-518,1,0.3901,1,1,1,1,1,1,1,1,0.004,0.3901,0.4229,1,0.3178,1,1,1,1,1,1,0,0.3178,0.4232,1,0.6624,1,1,1,0.0138,0.6624,0.4619,1,1,1,1,1,0.002349213,0.637138128,0.539751291,1,1,1,1,1,0.00301314,0.593340456,0.220113367,1,1,1,1,1,0.033706091,0.706330597,0.616602223,0.616670193,0.616578014
-519,1,0.3901,1,1,1,1,1,1,1,1,0.0203,0.3901,0.3114,1,0.3178,1,1,1,1,1,1,0.0687,0.3178,0.363,1,0.6624,1,1,1,0.0296,0.6624,0.3161,1,1,1,1,1,0.025419714,0.509942234,0.364952117,1,1,1,1,1,0.071307532,0.568504333,0.21019949,1,1,1,1,1,0.067622408,0.520428538,0.617689705,0.617727946,0.617907801
-520,1,0.3901,1,1,1,1,1,1,1,1,0.0341,0.3901,0.109,1,0.3178,1,1,1,1,1,1,0.0981,0.3178,0.1806,1,0.6624,1,1,1,0.0849,0.6624,0.1138,1,1,1,1,1,0.058809057,0.282011777,0.308240443,1,1,1,1,1,0.104445308,0.306727648,0.153333008,1,1,1,1,1,0.17168577,0.25320223,0.646507975,0.646498836,0.646719858
-521,1,0.3901,1,1,1,1,1,1,1,1,0.0718,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1428,0.3178,0,1,0.6624,1,1,1,0.2129,0.6624,0,1,1,1,1,1,0.140464246,0,0.243977129,1,1,1,1,1,0.178153262,0,0.130465731,1,1,1,1,1,0.429364324,0,0.689523925,0.689655172,0.689716312
-522,1,0.3901,1,1,1,1,1,1,1,1,0.1569,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1886,0.3178,0,1,0.6624,1,1,1,0.3401,0.6624,0,1,1,1,1,1,0.338828415,0,0.160066932,1,1,1,1,1,0.295357883,0,0.063504189,1,1,1,1,1,0.642948687,0,0.689765587,0.689655172,0.689716312
-523,1,0.3901,1,1,1,1,1,1,1,1,0.1861,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0455,0.3178,0,1,0.6624,1,1,1,0.3487,0.6624,0,1,1,1,1,1,0.403424114,0,0.206176162,1,1,1,1,1,0.114362463,0,0.125471741,1,1,1,1,1,0.678964555,0,0.677138714,0.677173683,0.677304965
-524,1,0.3901,1,1,1,1,1,1,1,1,0.1315,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1484,0.3178,0,1,0.6624,1,1,1,0.3144,0.6624,0,1,1,1,1,1,0.382502913,0,0.229102075,1,1,1,1,1,0.231769681,0,0.195113361,1,1,1,1,1,0.532498121,0,0.652307878,0.652422255,0.65248227
-525,1,0.3901,1,1,1,1,1,1,1,1,0.1463,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1426,0.3178,0,1,0.6624,1,1,1,0.386,0.6624,0,1,1,1,1,1,0.389041603,0,0.192775786,1,1,1,1,1,0.207796887,0,0.23948063,1,1,1,1,1,0.677794218,0,0.611466892,0.611592977,0.611702128
-526,1,0.3901,1,1,1,1,1,1,1,1,0.1285,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1579,0.3178,0,1,0.6624,1,1,1,0.3647,0.6624,0,1,1,1,1,1,0.3803505,0,0.183335111,1,1,1,1,1,0.258410692,0,0.296441138,1,1,1,1,1,0.691874802,0,0.565732238,0.565686482,0.565602837
-527,1,0.3901,1,1,1,1,1,1,1,1,0.1069,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1479,0.3178,0,1,0.6624,1,1,1,0.3353,0.6624,0,1,1,1,1,1,0.289933115,0,0.137859643,1,1,1,1,1,0.243095577,0,0.177257091,1,1,1,1,1,0.699401915,0,0.519393427,0.519356886,0.519503546
-528,1,0.3901,1,1,1,1,1,1,1,1,0.136,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1693,0.3178,0,1,0.6624,1,1,1,0.3501,0.6624,0,1,1,1,1,1,0.315427333,0,0.084138379,1,1,1,1,1,0.274803817,0,0.148058385,1,1,1,1,1,0.718370974,0,0.486104398,0.486143431,0.486258865
-529,1,0.3901,1,1,1,1,1,1,1,1,0.1734,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3006,0.3178,0,1,0.6624,1,1,1,0.3708,0.6624,0,1,1,1,1,1,0.413454682,0,0.213552058,1,1,1,1,1,0.433208376,0,0.109275922,1,1,1,1,1,0.700574815,0,0.469127598,0.469007827,0.468971631
-530,1,0.3901,1,1,1,1,1,1,1,1,0.1678,0.3901,0,1,0.3178,1,1,1,1,1,1,0.225,0.3178,0,1,0.6624,1,1,1,0.4118,0.6624,0,1,1,1,1,1,0.379670739,0,0.323283702,1,1,1,1,1,0.332038134,0,0.164830625,1,1,1,1,1,0.762360513,0,0.462240213,0.462238206,0.462322695
-531,1,0.3901,1,1,1,1,1,1,1,1,0.1565,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2714,0.3178,0,1,0.6624,1,1,1,0.4473,0.6624,0,1,1,1,1,1,0.372016937,0,0.204186901,1,1,1,1,1,0.389134824,0,0.16150026,1,1,1,1,1,0.870534658,0,0.462602707,0.462661307,0.462765957
-532,1,0.3901,1,1,1,1,1,1,1,1,0.2762,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3333,0.3178,0,1,0.6624,1,1,1,0.3735,0.6624,0,1,1,1,1,1,0.533230722,0,0.269460559,1,1,1,1,1,0.501860023,0,0.388051033,1,1,1,1,1,0.829701543,0,0.476921218,0.476835202,0.476950355
-533,1,0.3901,1,1,1,1,1,1,1,1,0.2992,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2885,0.3178,0,1,0.6624,1,1,1,0.2641,0.6624,0,1,1,1,1,1,0.559709728,0,0.451925099,1,1,1,1,1,0.384678572,0,0.629839301,1,1,1,1,1,0.694203913,0,0.52060174,0.52062619,0.520833333
-534,1,0.3901,1,1,1,1,1,1,1,1,0.2145,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1549,0.3178,0,1,0.6624,1,1,1,0.2381,0.6624,0,1,1,1,1,1,0.392397463,0,0.559710622,1,1,1,1,1,0.246748239,0,0.879858136,1,1,1,1,1,0.636787057,0,0.60022958,0.600169241,0.600620567
-535,1,0.3901,1,1,1,1,1,1,1,1,0.1484,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0467,0.3178,0,1,0.6624,1,1,1,0.3623,0.6624,0,1,1,1,1,1,0.246410802,0,0.492618084,1,1,1,1,1,0.088999912,0,0.755990088,1,1,1,1,1,0.785576642,0,0.644876752,0.644806431,0.644946809
-536,1,0.3901,1,1,1,1,1,1,1,1,0.1407,0.3901,0.109,1,0.3178,1,1,1,1,1,1,0.0434,0.3178,0.1325,1,0.6624,1,1,1,0.3712,0.6624,0.1791,1,1,1,1,1,0.206950858,0.241210476,0.387375861,1,1,1,1,1,0.105640069,0.158013523,0.616167545,1,1,1,1,1,0.778141201,0.290976077,0.654543258,0.654749312,0.654698582
-537,1,0.3901,1,1,1,1,1,1,1,1,0.1245,0.3901,0.3235,1,0.3178,1,1,1,1,1,1,0.1744,0.3178,0.3044,1,0.6624,1,1,1,0.2961,0.6624,0.347,1,1,1,1,1,0.196065307,0.465222418,0.370672822,1,1,1,1,1,0.298146397,0.286300719,0.798244238,1,1,1,1,1,0.645206273,0.564218819,0.659980667,0.660038079,0.660460993
-538,1,0.3901,1,1,1,1,1,1,1,1,0.096,0.3901,0.3563,1,0.3178,1,1,1,1,1,1,0.0759,0.3178,0.3022,1,0.6624,1,1,1,0.2881,0.6624,0.4265,1,1,1,1,1,0.145341292,0.506199479,0.520363033,1,1,1,1,1,0.163800865,0.416147053,0.622791171,1,1,1,1,1,0.589344859,0.639770865,0.665115998,0.665115295,0.665336879
-539,1,0.3901,1,1,1,1,1,1,1,1,0.1166,0.3901,0.3784,1,0.3178,1,1,1,1,1,1,0.04,0.3178,0.4041,1,0.6624,1,1,1,0.1706,0.6624,0.3306,1,1,1,1,1,0.101395622,0.566710174,0.6584903,1,1,1,1,1,0.116298988,0.398162782,0.375435352,1,1,1,1,1,0.39519158,0.500069618,0.664149348,0.664057542,0.664450355
-540,1,0.3901,1,1,1,1,1,1,1,1,0.1044,0.3901,0.3346,1,0.3178,1,1,1,1,1,1,0.0816,0.3178,0.2614,1,0.6624,1,1,1,0.1698,0.6624,0.3834,1,1,1,1,1,0.086076871,0.433936596,0.579901576,1,1,1,1,1,0.220251709,0.365732104,0.236882731,1,1,1,1,1,0.385340095,0.380476654,0.657805703,0.657711022,0.658244681
-541,1,0.3901,1,1,1,1,1,1,1,1,0.2326,0.3901,0.2609,1,0.3178,1,1,1,1,1,1,0.1738,0.3178,0.2753,1,0.6624,1,1,1,0.1955,0.6624,0.2391,1,1,1,1,1,0.191405714,0.379352331,0.621176779,1,1,1,1,1,0.398240268,0.328983128,0.509845316,1,1,1,1,1,0.443078369,0.370686889,0.653214113,0.653268458,0.653368794
-542,1,0.3901,1,1,1,1,1,1,1,1,0.1805,0.3901,0.2381,1,0.3178,1,1,1,1,1,1,0.119,0.3178,0.1934,1,0.6624,1,1,1,0.3019,0.6624,0.2144,1,1,1,1,1,0.160513535,0.35280031,0.898490191,1,1,1,1,1,0.356975317,0.275281847,1,1,1,1,1,1,0.535503387,0.306617081,0.646205897,0.646287286,0.646276596
-543,1,0.3901,1,1,1,1,1,1,1,1,0.1597,0.3901,0.1307,1,0.3178,1,1,1,1,1,1,0.0979,0.3178,0.2166,1,0.6624,1,1,1,0.34,0.6624,0.0893,1,1,1,1,1,0.124228887,0.193886682,0.937764466,1,1,1,1,1,0.289872289,0.259687006,0.885226965,1,1,1,1,1,0.605705738,0.111397766,0.646507975,0.646498836,0.646719858
-544,1,0.3901,1,1,1,1,1,1,1,1,0.1483,0.3901,0.0266,1,0.3178,1,1,1,1,1,1,0.044,0.3178,0.0182,1,0.6624,1,1,1,0.4315,0.6624,0.0033,1,1,1,1,1,0.087120563,0.102469601,0.934247494,1,1,1,1,1,0.197817445,0.019180359,0.833556056,1,1,1,1,1,0.74196279,0,0.675990817,0.675904379,0.675975177
-545,1,0.3901,1,1,1,1,1,1,1,1,0.1784,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1346,0.3178,0,1,0.6624,1,1,1,0.5071,0.6624,0,1,1,1,1,1,0.147102803,0,0.984330416,1,1,1,1,1,0.392012477,0,0.997785449,1,1,1,1,1,0.791446865,0,0.718946351,0.718849164,0.719414894
-546,1,0.3901,1,1,1,1,1,1,1,1,0.2497,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2903,0.3178,0,1,0.6624,1,1,1,0.3505,0.6624,0,1,1,1,1,1,0.212808251,0,1,1,1,1,1,1,0.556888342,0,1,1,1,1,1,1,0.657197833,0,0.712965201,0.712925746,0.71320922
-547,1,0.3901,1,1,1,1,1,1,1,1,0.1879,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4373,0.3178,0,1,0.6624,1,1,1,0.473,0.6624,0,1,1,1,1,1,0.202867627,0,1,1,1,1,1,1,0.619576454,0,1,1,1,1,1,1,0.732649088,0,0.690369744,0.690289824,0.690602837
-548,1,0.3901,1,1,1,1,1,1,1,1,0.3712,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6209,0.3178,0,1,0.6624,1,1,1,0.438,0.6624,0,1,1,1,1,1,0.416482389,0,1,1,1,1,1,1,0.701148629,0,1,1,1,1,1,1,0.644316316,0,0.657866119,0.657711022,0.658244681
-549,1,0.3901,1,1,1,1,1,1,1,1,0.3268,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3763,0.3178,0,1,0.6624,1,1,1,0.4976,0.6624,0,1,1,1,1,1,0.427124679,0,1,1,1,1,1,1,0.519282937,0,1,1,1,1,1,1,0.766804516,0,0.609956501,0.609900571,0.609929078
-550,1,0.3901,1,1,1,1,1,1,1,1,0.4796,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3135,0.3178,0,1,0.6624,1,1,1,0.5917,0.6624,0,1,1,1,1,1,0.539691865,0,1,1,1,1,1,1,0.442616165,0,1,1,1,1,1,1,0.82458663,0,0.549963751,0.549820182,0.550088652
-551,1,0.3901,1,1,1,1,1,1,1,1,0.4519,0.3901,0,1,0.3178,1,1,1,1,1,1,0.487,0.3178,0,1,0.6624,1,1,1,0.5097,0.6624,0,1,1,1,1,1,0.260195225,0,1,1,1,1,1,1,0.492745399,0,1,1,1,1,1,1,0.786526084,0,0.495589657,0.495663211,0.496010638
-552,1,0.3901,1,1,1,1,1,1,1,1,0.5536,0.3901,0,1,0.3178,1,1,1,1,1,1,0.64,0.3178,0,1,0.6624,1,1,1,0.4291,0.6624,0,1,1,1,1,1,0.216492116,0,1,1,1,1,1,1,0.625216007,0,1,1,1,1,1,1,0.639156282,0,0.461031899,0.460968902,0.460992908
-553,1,0.3901,1,1,1,1,1,1,1,1,0.5864,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6807,0.3178,0,1,0.6624,1,1,1,0.3328,0.6624,0,1,1,1,1,1,0.214984268,0,1,1,1,1,1,1,0.661117792,0,1,1,1,1,1,1,0.516517222,0,0.439101015,0.439179183,0.438829787
-554,1,0.3901,1,1,1,1,1,1,1,1,0.6644,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5887,0.3178,0,1,0.6624,1,1,1,0.3521,0.6624,0,1,1,1,1,1,0.352891088,0,1,1,1,1,1,1,0.618125498,0,1,1,1,1,1,1,0.549280345,0,0.428407443,0.428390099,0.428191489
-555,1,0.3901,1,1,1,1,1,1,1,1,0.7506,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2931,0.3178,0,1,0.6624,1,1,1,0.2979,0.6624,0,1,1,1,1,1,0.442067266,0,1,1,1,1,1,1,0.368625551,0,1,1,1,1,1,1,0.507342696,0,0.425688739,0.425639941,0.425975177
-556,1,0.3901,1,1,1,1,1,1,1,1,0.5882,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1128,0.3178,0,1,0.6624,1,1,1,0.3221,0.6624,0,1,1,1,1,1,0.371072769,0,1,1,1,1,1,1,0.214122772,0,1,1,1,1,1,1,0.475048184,0,0.43777187,0.437909879,0.437943262
-557,1,0.3901,1,1,1,1,1,1,1,1,0.5954,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0639,0.3178,0,1,0.6624,1,1,1,0.3993,0.6624,0,1,1,1,1,1,0.399746835,0,1,1,1,1,1,1,0.143449828,0,1,1,1,1,1,1,0.624332368,0,0.478189947,0.478104506,0.478280142
-558,1,0.3901,1,1,1,1,1,1,1,1,0.3232,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0905,0.3178,0,1,0.6624,1,1,1,0.393,0.6624,0,1,1,1,1,1,0.24813661,0,1,1,1,1,1,1,0.136806577,0,1,1,1,1,1,1,0.72884357,0,0.558482359,0.558493759,0.558953901
-559,1,0.3901,1,1,1,1,1,1,1,1,0.297,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1307,0.3178,0,1,0.6624,1,1,1,0.2839,0.6624,0,1,1,1,1,1,0.282510638,0,1,1,1,1,1,1,0.165759057,0,1,1,1,1,1,1,0.579252362,0,0.602887869,0.602707849,0.603280142
-560,1,0.3899,1,1,1,1,1,1,1,1,0.1826,0.3899,0.1008,1,0.3177,1,1,1,1,1,1,0.3306,0.3177,0.1563,1,0.6622,1,1,1,0.2003,0.6622,0.0817,1,1,1,1,1,0.182465851,0.236937389,1,1,1,1,1,1,0.299337327,0.362588108,0.560800374,1,1,1,1,1,0.442220718,0.255904913,0.607358627,0.607361963,0.607712766
-561,1,0.3898,1,1,1,1,1,1,1,1,0.1408,0.3898,0.3571,1,0.3176,1,1,1,1,1,1,0.2714,0.3176,0.4284,1,0.6621,1,1,1,0.1738,0.6621,0.3005,1,1,1,1,1,0.131159633,0.612088859,0.958232522,1,1,1,1,1,0.191371769,0.682959735,0.373580128,1,1,1,1,1,0.422047853,0.593546093,0.60482117,0.604823355,0.605053191
-562,1,0.3896,1,1,1,1,1,1,1,1,0.1367,0.3896,0.5425,1,0.3175,1,1,1,1,1,1,0.3441,0.3175,0.5777,1,0.6619,1,1,1,0.1747,0.6619,0.3797,1,1,1,1,1,0.143900737,0.780409455,0.730005682,1,1,1,1,1,0.303414434,0.831908643,0.360524356,1,1,1,1,1,0.3751598,0.751739025,0.605546158,0.605669558,0.605496454
-563,1,0.3895,1,1,1,1,1,1,1,1,0.2209,0.3895,0.6327,1,0.3174,1,1,1,1,1,1,0.1898,0.3174,0.6501,1,0.6617,1,1,1,0.165,0.6617,0.4315,1,1,1,1,1,0.198314294,0.858942091,0.920607209,1,1,1,1,1,0.21737963,0.910569906,0.537046909,1,1,1,1,1,0.259621054,0.794378459,0.6030087,0.602919399,0.603280142
-564,1,0.3893,1,1,1,1,1,1,1,1,0.2392,0.3893,0.6563,1,0.3173,1,1,1,1,1,1,0.2485,0.3173,0.6632,1,0.6615,1,1,1,0.2132,0.6615,0.4191,1,1,1,1,1,0.218283534,0.897629023,0.974759161,1,1,1,1,1,0.276159108,0.94185859,0.58096838,1,1,1,1,1,0.343196511,0.823120117,0.596121315,0.596149778,0.596187943
-565,1,0.3892,1,1,1,1,1,1,1,1,0.2848,0.3892,0.6462,1,0.3172,1,1,1,1,1,1,0.1227,0.3172,0.6461,1,0.6614,1,1,1,0.2082,0.6614,0.4222,1,1,1,1,1,0.254532039,0.900672555,1,1,1,1,1,1,0.185802132,0.896925211,0.582921743,1,1,1,1,1,0.438845277,0.863766789,0.59159014,0.591707214,0.591755319
-566,1,0.389,1,1,1,1,1,1,1,1,0.2453,0.389,0.5642,1,0.3171,1,1,1,1,1,1,0.2346,0.3171,0.5617,1,0.6612,1,1,1,0.4143,0.6612,0.4058,1,1,1,1,1,0.247006446,0.795192599,0.99453032,1,1,1,1,1,0.283673108,0.775765479,0.68333137,1,1,1,1,1,0.596738219,0.748500109,0.58518608,0.585149143,0.585106383
-567,1,0.3889,1,1,1,1,1,1,1,1,0.2811,0.3889,0.3954,1,0.317,1,1,1,1,1,1,0.1022,0.317,0.3732,1,0.661,1,1,1,0.4471,0.661,0.3121,1,1,1,1,1,0.209499329,0.584593952,1,1,1,1,1,1,0.122582026,0.593517125,0.626590669,1,1,1,1,1,0.588526428,0.574264288,0.585669406,0.585572245,0.585992908
-568,1,0.3887,1,1,1,1,1,1,1,1,0.3158,0.3887,0.1551,1,0.3169,1,1,1,1,1,1,0.3814,0.3169,0.1768,1,0.6608,1,1,1,0.3686,0.6608,0.0905,1,1,1,1,1,0.383485585,0.310923249,0.932848334,1,1,1,1,1,0.395263761,0.305663049,0.687052906,1,1,1,1,1,0.538321972,0.267084718,0.614971,0.614977787,0.615248227
-569,1,0.3886,1,1,1,1,1,1,1,1,0.3149,0.3886,0,1,0.3167,1,1,1,1,1,1,0.1815,0.3167,0,1,0.6607,1,1,1,0.3004,0.6607,0,1,1,1,1,1,0.426643223,0,0.928340018,1,1,1,1,1,0.225260541,0,0.999099612,1,1,1,1,1,0.471244842,0,0.668861769,0.668923207,0.668882979
-570,1,0.3884,1,1,1,1,1,1,1,1,0.3414,0.3884,0,1,0.3166,1,1,1,1,1,1,0.1595,0.3166,0,1,0.6605,1,1,1,0.3144,0.6605,0,1,1,1,1,1,0.368312597,0,0.959610164,1,1,1,1,1,0.244742572,0,1,1,1,1,1,1,0.457496494,0,0.669465926,0.669557859,0.669769504
-571,1,0.3883,1,1,1,1,1,1,1,1,0.2419,0.3883,0,1,0.3165,1,1,1,1,1,1,0.1428,0.3165,0,1,0.6603,1,1,1,0.3457,0.6603,0,1,1,1,1,1,0.233646572,0,0.994261146,1,1,1,1,1,0.196254939,0,1,1,1,1,1,1,0.486181587,0,0.653576607,0.653691559,0.653812057
-572,1,0.3881,1,1,1,1,1,1,1,1,0.1498,0.3881,0,1,0.3164,1,1,1,1,1,1,0.1519,0.3164,0,1,0.6601,1,1,1,0.4419,0.6601,0,1,1,1,1,1,0.174997136,0,0.985978961,1,1,1,1,1,0.17046386,0,1,1,1,1,1,1,0.631752074,0,0.627658289,0.627670827,0.627659574
-573,1,0.388,1,1,1,1,1,1,1,1,0.2856,0.388,0,1,0.3163,1,1,1,1,1,1,0.2419,0.3163,0,1,0.66,1,1,1,0.3133,0.66,0,1,1,1,1,1,0.394229263,0,0.99136734,1,1,1,1,1,0.286830157,0,1,1,1,1,1,1,0.574119985,0,0.584763171,0.584726042,0.584663121
-574,1,0.3878,1,1,1,1,1,1,1,1,0.4486,0.3878,0,1,0.3162,1,1,1,1,1,1,0.3086,0.3162,0,1,0.6598,1,1,1,0.1992,0.6598,0,1,1,1,1,1,0.462068379,0,0.628719449,1,1,1,1,1,0.333986431,0,0.995685935,1,1,1,1,1,0.437746197,0,0.53117448,0.531203723,0.531471631
-575,1,0.3876,1,1,1,1,1,1,1,1,0.3611,0.3876,0,1,0.3161,1,1,1,1,1,1,0.4669,0.3161,0,1,0.6596,1,1,1,0.2688,0.6596,0,1,1,1,1,1,0.333746761,0,0.774292469,1,1,1,1,1,0.38871792,0,0.996052384,1,1,1,1,1,0.521710396,0,0.481029483,0.481066215,0.480939716
-576,1,0.3875,1,1,1,1,1,1,1,1,0.4759,0.3875,0,1,0.316,1,1,1,1,1,1,0.4722,0.316,0,1,0.6594,1,1,1,0.2558,0.6594,0,1,1,1,1,1,0.489188701,0,0.84896034,1,1,1,1,1,0.402688414,0,1,1,1,1,1,1,0.426426917,0,0.448767521,0.448698963,0.449024823
-577,1,0.3873,1,1,1,1,1,1,1,1,0.4474,0.3873,0,1,0.3159,1,1,1,1,1,1,0.273,0.3159,0,1,0.6593,1,1,1,0.1948,0.6593,0,1,1,1,1,1,0.417572975,0,0.999582231,1,1,1,1,1,0.28726536,0,0.833452106,1,1,1,1,1,0.330883145,0,0.432576124,0.432621113,0.432624113
-578,1,0.3872,1,1,1,1,1,1,1,1,0.4146,0.3872,0,1,0.3158,1,1,1,1,1,1,0.3192,0.3158,0,1,0.6591,1,1,1,0.244,0.6591,0,1,1,1,1,1,0.345514774,0,0.999977231,1,1,1,1,1,0.312160701,0,0.944065988,1,1,1,1,1,0.39330411,0,0.42538666,0.42542839,0.425531915
-579,1,0.387,1,1,1,1,1,1,1,1,0.4603,0.387,0,1,0.3156,1,1,1,1,1,1,0.4239,0.3156,0,1,0.6589,1,1,1,0.2604,0.6589,0,1,1,1,1,1,0.420190364,0,1,1,1,1,1,1,0.440265417,0,0.870837688,1,1,1,1,1,0.391834348,0,0.425749154,0.425851491,0.425975177
-580,1,0.3869,1,1,1,1,1,1,1,1,0.4241,0.3869,0,1,0.3155,1,1,1,1,1,1,0.3815,0.3155,0,1,0.6587,1,1,1,0.3297,0.6587,0,1,1,1,1,1,0.415558308,0,1,1,1,1,1,1,0.414175659,0,0.395810753,1,1,1,1,1,0.498160928,0,0.439403093,0.439390734,0.43927305
-581,1,0.3867,1,1,1,1,1,1,1,1,0.4894,0.3867,0,1,0.3154,1,1,1,1,1,1,0.3252,0.3154,0,1,0.6585,1,1,1,0.4811,0.6585,0,1,1,1,1,1,0.456650943,0,1,1,1,1,1,1,0.314807564,0,0.397059202,1,1,1,1,1,0.722540975,0,0.483748188,0.483816374,0.483599291
-582,1,0.3866,1,1,1,1,1,1,1,1,0.4371,0.3866,0,1,0.3153,1,1,1,1,1,1,0.5992,0.3153,0,1,0.6584,1,1,1,0.4895,0.6584,0,1,1,1,1,1,0.493094742,0,0.583743513,1,1,1,1,1,0.520567358,0,0.14359346,1,1,1,1,1,0.735848248,0,0.567665539,0.567801989,0.567819149
-583,1,0.3864,1,1,1,1,1,1,1,1,0.3153,0.3864,0,1,0.3152,1,1,1,1,1,1,0.4132,0.3152,0,1,0.6582,1,1,1,0.466,0.6582,0,1,1,1,1,1,0.300916314,0,0.531594515,1,1,1,1,1,0.364879787,0,0.20582357,1,1,1,1,1,0.66808939,0,0.614487675,0.614554686,0.614804965
-584,1,0.3863,1,1,1,1,1,1,1,1,0.2686,0.3863,0.2189,1,0.3151,1,1,1,1,1,1,0.4574,0.3151,0.1756,1,0.658,1,1,1,0.4903,0.658,0.1407,1,1,1,1,1,0.340108603,0.358293593,0.938513279,1,1,1,1,1,0.394662738,0.316526949,0.319411546,1,1,1,1,1,0.732019544,0.391000897,0.618414693,0.618362598,0.618351064
-585,1,0.3861,1,1,1,1,1,1,1,1,0.2575,0.3861,0.4091,1,0.315,1,1,1,1,1,1,0.3574,0.315,0.359,1,0.6578,1,1,1,0.4467,0.6578,0.3446,1,1,1,1,1,0.251977801,0.599058032,0.739635706,1,1,1,1,1,0.284827352,0.533650219,0.344575942,1,1,1,1,1,0.695160449,0.677797437,0.621858386,0.621747409,0.622340426
-586,1,0.386,1,1,1,1,1,1,1,1,0.4374,0.386,0.5094,1,0.3149,1,1,1,1,1,1,0.5825,0.3149,0.4301,1,0.6577,1,1,1,0.5488,0.6577,0.4295,1,1,1,1,1,0.496520638,0.647871733,0.632276773,1,1,1,1,1,0.517772794,0.598422885,0.365909934,1,1,1,1,1,0.758457422,0.776703358,0.624697922,0.624709118,0.624556738
-587,1,0.3858,1,1,1,1,1,1,1,1,0.3697,0.3858,0.5486,1,0.3148,1,1,1,1,1,1,0.3382,0.3148,0.4563,1,0.6575,1,1,1,0.5928,0.6575,0.4125,1,1,1,1,1,0.422879845,0.672670722,0.767869174,1,1,1,1,1,0.325244099,0.63447547,0.444308639,1,1,1,1,1,0.761558533,0.811625898,0.623066699,0.623016713,0.62322695
-588,1,0.3857,1,1,1,1,1,1,1,1,0.3565,0.3857,0.5372,1,0.3147,1,1,1,1,1,1,0.4357,0.3147,0.3894,1,0.6573,1,1,1,0.6825,0.6573,0.4151,1,1,1,1,1,0.441731602,0.662819028,0.623599112,1,1,1,1,1,0.41004473,0.609050035,0.374702901,1,1,1,1,1,0.854872763,0.779817641,0.616843886,0.616670193,0.617021277
-589,1,0.3855,1,1,1,1,1,1,1,1,0.3288,0.3855,0.4018,1,0.3145,1,1,1,1,1,1,0.4026,0.3145,0.4534,1,0.6571,1,1,1,0.498,0.6571,0.444,1,1,1,1,1,0.401867121,0.605373263,0.556857169,1,1,1,1,1,0.394465923,0.676954925,0.445392907,1,1,1,1,1,0.64416647,0.782181382,0.613521025,0.613496933,0.61391844
-590,1,0.3854,1,1,1,1,1,1,1,1,0.3493,0.3854,0.4305,1,0.3144,1,1,1,1,1,1,0.4021,0.3144,0.5024,1,0.657,1,1,1,0.4806,0.657,0.4659,1,1,1,1,1,0.36109221,0.620410562,0.672560215,1,1,1,1,1,0.372465551,0.743851304,0.393600047,1,1,1,1,1,0.618431449,0.780852199,0.606452392,0.606515761,0.606826241
-591,1,0.3852,1,1,1,1,1,1,1,1,0.2265,0.3852,0.3475,1,0.3143,1,1,1,1,1,1,0.2265,0.3143,0.3741,1,0.6568,1,1,1,0.4912,0.6568,0.3397,1,1,1,1,1,0.297763556,0.534464717,0.278141558,1,1,1,1,1,0.211190283,0.636800349,0.166827753,1,1,1,1,1,0.641328692,0.655101478,0.605485742,0.605669558,0.605496454
-592,1,0.3851,1,1,1,1,1,1,1,1,0.1734,0.3851,0.1858,1,0.3142,1,1,1,1,1,1,0.1763,0.3142,0.207,1,0.6566,1,1,1,0.458,0.6566,0.1275,1,1,1,1,1,0.197994575,0.354209036,0.290519476,1,1,1,1,1,0.158811167,0.392985761,0.07054764,1,1,1,1,1,0.578898311,0.354823411,0.632733204,0.632748043,0.632978723
-593,1,0.3849,1,1,1,1,1,1,1,1,0.1369,0.3849,0,1,0.3141,1,1,1,1,1,1,0.1353,0.3141,0,1,0.6564,1,1,1,0.4369,0.6564,0,1,1,1,1,1,0.148943529,0,0.156472445,1,1,1,1,1,0.132124409,0,0.031189268,1,1,1,1,1,0.616996288,0,0.692242629,0.692405331,0.692375887
-594,1,0.3848,1,1,1,1,1,1,1,1,0.1799,0.3848,0,1,0.314,1,1,1,1,1,1,0.1251,0.314,0,1,0.6563,1,1,1,0.4754,0.6563,0,1,1,1,1,1,0.143909767,0,0.255329669,1,1,1,1,1,0.133462116,0,0.062945031,1,1,1,1,1,0.602789283,0,0.696290478,0.696424794,0.696365248
-595,1,0.3846,1,1,1,1,1,1,1,1,0.1723,0.3846,0,1,0.3139,1,1,1,1,1,1,0.1825,0.3139,0,1,0.6561,1,1,1,0.4697,0.6561,0,1,1,1,1,1,0.183670819,0,0.164927736,1,1,1,1,1,0.197019786,0,0.099078536,1,1,1,1,1,0.66353476,0,0.68040116,0.680558494,0.680851064
-596,1,0.3845,1,1,1,1,1,1,1,1,0.1187,0.3845,0,1,0.3138,1,1,1,1,1,1,0.0917,0.3138,0,1,0.6559,1,1,1,0.5191,0.6559,0,1,1,1,1,1,0.09163221,0,0.179845124,1,1,1,1,1,0.088107832,0,0.015037436,1,1,1,1,1,0.681188524,0,0.655509908,0.655595515,0.655585106
-597,1,0.3843,1,1,1,1,1,1,1,1,0.1093,0.3843,0,1,0.3137,1,1,1,1,1,1,0.1364,0.3137,0,1,0.6557,1,1,1,0.4529,0.6557,0,1,1,1,1,1,0.174718991,0,0.031226497,1,1,1,1,1,0.138947293,0,0,1,1,1,1,1,0.620798707,0,0.61080232,0.610746774,0.610815603
-598,1,0.3841,1,1,1,1,1,1,1,1,0.0535,0.3841,0,1,0.3136,1,1,1,1,1,1,0.0822,0.3136,0,1,0.6556,1,1,1,0.1777,0.6556,0,1,1,1,1,1,0.014788951,0,0.170183629,1,1,1,1,1,0.052167375,0,0.005672514,1,1,1,1,1,0.327306896,0,0.552924118,0.552781891,0.552748227
-599,1,0.384,1,1,1,1,1,1,1,1,0.1034,0.384,0,1,0.3135,1,1,1,1,1,1,0.0748,0.3135,0,1,0.6554,1,1,1,0.4597,0.6554,0,1,1,1,1,1,0.147517458,0,0.062072858,1,1,1,1,1,0.061291531,0,0,1,1,1,1,1,0.683841348,0,0.501570807,0.50158663,0.50177305
-600,1,0.3838,1,1,1,1,1,1,1,1,0.0915,0.3838,0,1,0.3133,1,1,1,1,1,1,0.0887,0.3133,0,1,0.6552,1,1,1,0.3328,0.6552,0,1,1,1,1,1,0.13724345,0,0.058244884,1,1,1,1,1,0.068499386,0,0,1,1,1,1,1,0.586221635,0,0.468100532,0.468161625,0.468085106
-601,1,0.3837,1,1,1,1,1,1,1,1,0.1094,0.3837,0,1,0.3132,1,1,1,1,1,1,0.1224,0.3132,0,1,0.655,1,1,1,0.2999,0.655,0,1,1,1,1,1,0.193607986,0,0.087129362,1,1,1,1,1,0.102647305,0,0.039577752,1,1,1,1,1,0.553320289,0,0.450942484,0.45081447,0.451241135
-602,1,0.3835,1,1,1,1,1,1,1,1,0.0911,0.3835,0,1,0.3131,1,1,1,1,1,1,0.0299,0.3131,0,1,0.6549,1,1,1,0.3022,0.6549,0,1,1,1,1,1,0.118656315,0,0.177676097,1,1,1,1,1,0.029255692,0,0.069270164,1,1,1,1,1,0.551909387,0,0.442846786,0.442775545,0.443262411
-603,1,0.3834,1,1,1,1,1,1,1,1,0.0832,0.3834,0,1,0.313,1,1,1,1,1,1,0.0375,0.313,0,1,0.6547,1,1,1,0.2252,0.6547,0,1,1,1,1,1,0.087048076,0,0.24338229,1,1,1,1,1,0.035653032,0,0.050582204,1,1,1,1,1,0.474139631,0,0.442544708,0.442563994,0.442819149
-604,1,0.3832,1,1,1,1,1,1,1,1,0.0755,0.3832,0,1,0.3129,1,1,1,1,1,1,0.0738,0.3129,0,1,0.6545,1,1,1,0.2218,0.6545,0,1,1,1,1,1,0.085566327,0,0.248538062,1,1,1,1,1,0.069283016,0,0.142071486,1,1,1,1,1,0.498969346,0,0.456561141,0.456737889,0.456560284
-605,1,0.3831,1,1,1,1,1,1,1,1,0.0415,0.3831,0,1,0.3128,1,1,1,1,1,1,0.016,0.3128,0,1,0.6543,1,1,1,0.2543,0.6543,0,1,1,1,1,1,0.074081197,0,0.190469414,1,1,1,1,1,0.020682409,0,0.181864142,1,1,1,1,1,0.591580212,0,0.499033349,0.499048022,0.499113475
-606,1,0.3829,1,1,1,1,1,1,1,1,0.0268,0.3829,0,1,0.3127,1,1,1,1,1,1,0.0045,0.3127,0,1,0.6542,1,1,1,0.31,0.6542,0,1,1,1,1,1,0.06859386,0,0.049613796,1,1,1,1,1,0.006563755,0,0.103531681,1,1,1,1,1,0.699123502,0,0.58240696,0.582398985,0.582446809
-607,1,0.3828,1,1,1,1,1,1,1,1,0.0185,0.3828,0,1,0.3126,1,1,1,1,1,1,0.0015,0.3126,0,1,0.654,1,1,1,0.3017,0.654,0,1,1,1,1,1,0.065313764,0,0.024210449,1,1,1,1,1,0.002785042,0,0.034864403,1,1,1,1,1,0.67261976,0,0.626993717,0.627036175,0.627216312
-608,1,0.3826,1,1,1,1,1,1,1,1,0.024,0.3826,0.1243,1,0.3125,1,1,1,1,1,1,0,0.3125,0.1448,1,0.6538,1,1,1,0.2925,0.6538,0.2245,1,1,1,1,1,0.066988498,0.247575253,0.043692045,1,1,1,1,1,4.60E-06,0.258888632,0.01613979,1,1,1,1,1,0.630500019,0.424496561,0.6300145,0.629997884,0.630319149
-609,1,0.3825,1,1,1,1,1,1,1,1,0.0203,0.3825,0.3369,1,0.3124,1,1,1,1,1,1,0,0.3124,0.381,1,0.6536,1,1,1,0.2612,0.6536,0.4472,1,1,1,1,1,0.042550109,0.575708807,0.00519342,1,1,1,1,1,3.23E-06,0.5777601,0,1,1,1,1,1,0.542867362,0.712700248,0.628081199,0.628093928,0.628546099
-610,1,0.3823,1,1,1,1,1,1,1,1,0.0055,0.3823,0.5427,1,0.3122,1,1,1,1,1,1,0,0.3122,0.4255,1,0.6535,1,1,1,0.1809,0.6535,0.5679,1,1,1,1,1,0.00825364,0.781011939,0,1,1,1,1,1,0,0.521630049,0,1,1,1,1,1,0.366893589,0.775194108,0.626510391,0.626613074,0.62677305
-611,1,0.3822,1,1,1,1,1,1,1,1,0.0011,0.3822,0.5165,1,0.3121,1,1,1,1,1,1,0,0.3121,0.4001,1,0.6533,1,1,1,0.0763,0.6533,0.6351,1,1,1,1,1,0.004422471,0.804382026,0.000119032,1,1,1,1,1,0,0.507921994,0,1,1,1,1,1,0.148796767,0.8407408,0.622402127,0.622593611,0.622340426
-612,1,0.382,1,1,1,1,1,1,1,1,0,0.382,0.4801,1,0.312,1,1,1,1,1,1,0,0.312,0.3675,1,0.6531,1,1,1,0.0449,0.6531,0.6353,1,1,1,1,1,0.001256692,0.720386565,0.000134545,1,1,1,1,1,0,0.496290207,0,1,1,1,1,1,0.072886944,0.766697526,0.617448043,0.617516395,0.617464539
-613,1,0.3819,1,1,1,1,1,1,1,1,0,0.3819,0.4327,1,0.3119,1,1,1,1,1,1,0,0.3119,0.3052,1,0.6529,1,1,1,0.0463,0.6529,0.5753,1,1,1,1,1,0,0.705069244,0,1,1,1,1,1,0,0.417920351,0,1,1,1,1,1,0.048782278,0.750041425,0.616964717,0.616881743,0.617021277
-614,1,0.3817,1,1,1,1,1,1,1,1,0,0.3817,0.3182,1,0.3118,1,1,1,1,1,1,0.0032,0.3118,0.2707,1,0.6528,1,1,1,0.042,0.6528,0.4665,1,1,1,1,1,0.000410148,0.50827086,0.001187988,1,1,1,1,1,0.007451276,0.361803889,0,1,1,1,1,1,0.023484301,0.692609072,0.615212663,0.615189338,0.615248227
-615,1,0.3816,1,1,1,1,1,1,1,1,0.003,0.3816,0.1995,1,0.3117,1,1,1,1,1,1,0.0431,0.3117,0.1831,1,0.6526,1,1,1,0.0247,0.6526,0.3082,1,1,1,1,1,0.008168358,0.323573858,0.04370828,1,1,1,1,1,0.051157478,0.249857247,0,1,1,1,1,1,0.004145185,0.55074662,0.619925085,0.619843453,0.620124113
-616,1,0.3814,1,1,1,1,1,1,1,1,0.0294,0.3814,0.0683,1,0.3116,1,1,1,1,1,1,0.064,0.3116,0.078,1,0.6524,1,1,1,0.0168,0.6524,0.1206,1,1,1,1,1,0.03084855,0.151331499,0.142538816,1,1,1,1,1,0.079772346,0.113793433,0,1,1,1,1,1,0.005122714,0.187016308,0.650072499,0.650095198,0.650265957
-617,1,0.3813,1,1,1,1,1,1,1,1,0.0637,0.3813,0,1,0.3115,1,1,1,1,1,1,0.1052,0.3115,0,1,0.6522,1,1,1,0.032,0.6522,0,1,1,1,1,1,0.145465717,0,0.075760752,1,1,1,1,1,0.135483041,0,0.048312046,1,1,1,1,1,0.053936299,0,0.697438376,0.697482547,0.697695035
-618,1,0.3811,1,1,1,1,1,1,1,1,0.0966,0.3811,0,1,0.3114,1,1,1,1,1,1,0.1811,0.3114,0,1,0.652,1,1,1,0.0385,0.652,0,1,1,1,1,1,0.220970854,0,0.086736053,1,1,1,1,1,0.217748672,0,0.241386145,1,1,1,1,1,0.080244169,0,0.695686322,0.695790142,0.695921986
-619,1,0.3809,1,1,1,1,1,1,1,1,0.0562,0.3809,0,1,0.3113,1,1,1,1,1,1,0.0426,0.3113,0,1,0.6519,1,1,1,0.1001,0.6519,0,1,1,1,1,1,0.105599023,0,0.196974486,1,1,1,1,1,0.084181391,0,0.571929097,1,1,1,1,1,0.236160487,0,0.679615756,0.679712291,0.679521277
-620,1,0.3808,1,1,1,1,1,1,1,1,0.0558,0.3808,0,1,0.3111,1,1,1,1,1,1,0.0846,0.3111,0,1,0.6517,1,1,1,0.121,0.6517,0,1,1,1,1,1,0.106197707,0,0.294079006,1,1,1,1,1,0.112470403,0,0.876425147,1,1,1,1,1,0.277428091,0,0.652670372,0.652633806,0.652925532
-621,1,0.3806,1,1,1,1,1,1,1,1,0.03,0.3806,0,1,0.311,1,1,1,1,1,1,0.0713,0.311,0,1,0.6515,1,1,1,0.1342,0.6515,0,1,1,1,1,1,0.035682432,0,0.391463429,1,1,1,1,1,0.095174044,0,0.899896622,1,1,1,1,1,0.329252154,0,0.609594007,0.609689021,0.609929078
-622,1,0.3805,1,1,1,1,1,1,1,1,0.0517,0.3805,0,1,0.3109,1,1,1,1,1,1,0.0696,0.3109,0,1,0.6513,1,1,1,0.2389,0.6513,0,1,1,1,1,1,0.055853795,0,0.549338222,1,1,1,1,1,0.115338489,0,1,1,1,1,1,1,0.568365276,0,0.552924118,0.552993442,0.552748227
-623,1,0.3803,1,1,1,1,1,1,1,1,0.0534,0.3803,0,1,0.3108,1,1,1,1,1,1,0.0892,0.3108,0,1,0.6512,1,1,1,0.2478,0.6512,0,1,1,1,1,1,0.049037419,0,0.961796224,1,1,1,1,1,0.133189738,0,1,1,1,1,1,1,0.572181284,0,0.502235379,0.502221282,0.502216312
-624,1,0.3802,1,1,1,1,1,1,1,1,0.1353,0.3802,0,1,0.3107,1,1,1,1,1,1,0.2072,0.3107,0,1,0.651,1,1,1,0.2216,0.651,0,1,1,1,1,1,0.170084938,0,0.953303576,1,1,1,1,1,0.281778336,0,1,1,1,1,1,1,0.49949947,0,0.467919285,0.467738523,0.468085106
-625,1,0.38,1,1,1,1,1,1,1,1,0.1535,0.38,0,1,0.3106,1,1,1,1,1,1,0.2397,0.3106,0,1,0.6508,1,1,1,0.2574,0.6508,0,1,1,1,1,1,0.261222571,0,0.981042147,1,1,1,1,1,0.372100711,0,1,1,1,1,1,1,0.538811803,0,0.44822378,0.448275862,0.448138298
-626,1,0.3799,1,1,1,1,1,1,1,1,0.2361,0.3799,0,1,0.3105,1,1,1,1,1,1,0.2263,0.3105,0,1,0.6506,1,1,1,0.2832,0.6506,0,1,1,1,1,1,0.322729915,0,1,1,1,1,1,1,0.40667221,0,1,1,1,1,1,1,0.576628089,0,0.439221846,0.439179183,0.43927305
-627,1,0.3797,1,1,1,1,1,1,1,1,0.2747,0.3797,0,1,0.3104,1,1,1,1,1,1,0.1432,0.3104,0,1,0.6505,1,1,1,0.2605,0.6505,0,1,1,1,1,1,0.263423473,0,1,1,1,1,1,1,0.319662035,0,1,1,1,1,1,1,0.533195674,0,0.436019816,0.436005923,0.436170213
-628,1,0.3796,1,1,1,1,1,1,1,1,0.2275,0.3796,0,1,0.3103,1,1,1,1,1,1,0.1127,0.3103,0,1,0.6503,1,1,1,0.2039,0.6503,0,1,1,1,1,1,0.178422123,0,1,1,1,1,1,1,0.264479518,0,1,1,1,1,1,1,0.481517255,0,0.447559207,0.44764121,0.447251773
-629,1,0.3794,1,1,1,1,1,1,1,1,0.1815,0.3794,0,1,0.3102,1,1,1,1,1,1,0.1903,0.3102,0,1,0.6501,1,1,1,0.2105,0.6501,0,1,1,1,1,1,0.2145897,0,1,1,1,1,1,1,0.284821928,0,1,1,1,1,1,1,0.494110167,0,0.487010633,0.486989634,0.48714539
-630,1,0.3793,1,1,1,1,1,1,1,1,0.2567,0.3793,0,1,0.31,1,1,1,1,1,1,0.1807,0.31,0,1,0.6499,1,1,1,0.2406,0.6499,0,1,1,1,1,1,0.375197649,0,1,1,1,1,1,1,0.303391635,0,1,1,1,1,1,1,0.480849266,0,0.561563557,0.561667019,0.561613475
-631,1,0.3791,1,1,1,1,1,1,1,1,0.2621,0.3791,0,1,0.3099,1,1,1,1,1,1,0.1474,0.3099,0,1,0.6498,1,1,1,0.3488,0.6498,0,1,1,1,1,1,0.397743911,0,1,1,1,1,1,1,0.236991867,0,1,1,1,1,1,1,0.618304014,0,0.612131464,0.612016078,0.61214539
-632,1,0.379,1,1,1,1,1,1,1,1,0.3502,0.379,0,1,0.3098,1,1,1,1,1,1,0.1199,0.3098,0,1,0.6496,1,1,1,0.4766,0.6496,0,1,1,1,1,1,0.457231224,0,1,1,1,1,1,1,0.208644316,0,1,1,1,1,1,1,0.767292142,0,0.627718705,0.627670827,0.628102837
-633,1,0.3788,1,1,1,1,1,1,1,1,0.2171,0.3788,0.003,1,0.3097,1,1,1,1,1,1,0.0663,0.3097,0.0064,1,0.6494,1,1,1,0.5254,0.6494,0.0234,1,1,1,1,1,0.262761533,0.015014823,1,1,1,1,1,1,0.139995515,0.019250775,1,1,1,1,1,1,0.732001603,0,0.637928951,0.637825259,0.63785461
-634,1,0.3787,1,1,1,1,1,1,1,1,0.1692,0.3787,0.0852,1,0.3096,1,1,1,1,1,1,0.0985,0.3096,0.116,1,0.6492,1,1,1,0.6409,0.6492,0.1406,1,1,1,1,1,0.166110188,0.148363501,1,1,1,1,1,1,0.178102583,0.191159189,1,1,1,1,1,1,0.821379781,0.064316794,0.644816336,0.644806431,0.644946809
-635,1,0.3785,1,1,1,1,1,1,1,1,0.2391,0.3785,0.1324,1,0.3095,1,1,1,1,1,1,0.0757,0.3095,0.0999,1,0.6491,1,1,1,0.7424,0.6491,0.1415,1,1,1,1,1,0.210309014,0.1683442,1,1,1,1,1,1,0.127607673,0.076648757,1,1,1,1,1,1,0.865313411,0.137265489,0.647051716,0.646921938,0.647163121
-636,1,0.3784,1,1,1,1,1,1,1,1,0.197,0.3784,0.1041,1,0.3094,1,1,1,1,1,1,0.044,0.3094,0.1202,1,0.6489,1,1,1,0.6495,0.6489,0.1945,1,1,1,1,1,0.201382548,0.202384576,1,1,1,1,1,1,0.09301053,0.157419056,1,1,1,1,1,1,0.735441148,0.156513914,0.642580957,0.642690924,0.642730496
-637,1,0.3782,1,1,1,1,1,1,1,1,0.1746,0.3782,0.1276,1,0.3093,1,1,1,1,1,1,0.0391,0.3093,0.192,1,0.6487,1,1,1,0.5721,0.6487,0.183,1,1,1,1,1,0.115082055,0.200509071,1,1,1,1,1,1,0.063435324,0.268677115,1,1,1,1,1,1,0.57429713,0.246812478,0.637445626,0.637613708,0.637411348
-638,1,0.3781,1,1,1,1,1,1,1,1,0.1467,0.3781,0.1108,1,0.3092,1,1,1,1,1,1,0.0169,0.3092,0.1404,1,0.6485,1,1,1,0.5835,0.6485,0.1284,1,1,1,1,1,0.050830528,0.194122791,1,1,1,1,1,1,0.038466357,0.202169389,1,1,1,1,1,1,0.555346072,0.209053099,0.629047849,0.628940131,0.628989362
-639,1,0.3779,1,1,1,1,1,1,1,1,0.1467,0.3779,0.0825,1,0.3091,1,1,1,1,1,1,0,0.3091,0.0697,1,0.6484,1,1,1,0.5144,0.6484,0.0489,1,1,1,1,1,0.040021624,0.124319747,1,1,1,1,1,1,0.013936793,0.09972021,1,1,1,1,1,1,0.526749194,0.075820178,0.626147898,0.626189972,0.626329787
-640,1,0.3778,1,1,1,1,1,1,1,1,0.1,0.3778,0.0043,1,0.3089,1,1,1,1,1,1,0,0.3089,0,1,0.6482,1,1,1,0.3273,0.6482,0,1,1,1,1,1,0.026508961,0.00296579,1,1,1,1,1,1,0.045524113,2.16E-05,1,1,1,1,1,1,0.439190477,0.00040764,0.645299662,0.645229532,0.645833333
-641,1,0.3776,1,1,1,1,1,1,1,1,0.1319,0.3776,0,1,0.3088,1,1,1,1,1,1,0.3107,0.3088,0,1,0.648,1,1,1,0.2613,0.648,0,1,1,1,1,1,0.040535539,0,1,1,1,1,1,1,0.444163173,0,1,1,1,1,1,1,0.359936625,0,0.673211696,0.67315422,0.673315603
-642,1,0.3774,1,1,1,1,1,1,1,1,0.2064,0.3774,0,1,0.3087,1,1,1,1,1,1,0.6362,0.3087,0,1,0.6478,1,1,1,0.2687,0.6478,0,1,1,1,1,1,0.129400522,0,1,1,1,1,1,1,0.601451337,0,1,1,1,1,1,1,0.267912865,0,0.663303528,0.66342289,0.66356383
-643,1,0.3773,1,1,1,1,1,1,1,1,0.3886,0.3773,0,1,0.3086,1,1,1,1,1,1,0.7526,0.3086,0,1,0.6477,1,1,1,0.2726,0.6477,0,1,1,1,1,1,0.351908416,0,1,1,1,1,1,1,0.625239611,0,1,1,1,1,1,1,0.155880705,0,0.640949734,0.640786968,0.641400709
-644,1,0.3771,1,1,1,1,1,1,1,1,0.6033,0.3771,0,1,0.3085,1,1,1,1,1,1,0.9388,0.3085,0,1,0.6475,1,1,1,0.2797,0.6475,0,1,1,1,1,1,0.631176412,0,1,1,1,1,1,1,0.845756888,0,1,1,1,1,1,1,0.108018771,0,0.616843886,0.616881743,0.617021277
-645,1,0.377,1,1,1,1,1,1,1,1,0.8754,0.377,0,1,0.3084,1,1,1,1,1,1,0.9627,0.3084,0,1,0.6473,1,1,1,0.3901,0.6473,0,1,1,1,1,1,0.879908085,0,1,1,1,1,1,1,0.890227377,0,1,1,1,1,1,1,0.222118244,0,0.58421943,0.584302941,0.584219858
-646,1,0.3768,1,1,1,1,1,1,1,1,0.9678,0.3768,0,1,0.3083,1,1,1,1,1,1,0.9676,0.3083,0,1,0.6471,1,1,1,0.4131,0.6471,0,1,1,1,1,1,0.967607021,0,1,1,1,1,1,1,0.943976939,0,1,1,1,1,1,1,0.451790184,0,0.540840986,0.540723503,0.540780142
-647,1,0.3767,1,1,1,1,1,1,1,1,0.9443,0.3767,0,1,0.3082,1,1,1,1,1,1,0.9531,0.3082,0,1,0.647,1,1,1,0.4999,0.647,0,1,1,1,1,1,0.957826316,0,1,1,1,1,1,1,0.932717502,0,1,1,1,1,1,1,0.676793516,0,0.49679797,0.496720965,0.496897163
-648,1,0.3765,1,1,1,1,1,1,1,1,0.9115,0.3765,0,1,0.3081,1,1,1,1,1,1,0.9641,0.3081,0,1,0.6468,1,1,1,0.6401,0.6468,0,1,1,1,1,1,0.960236907,0,1,1,1,1,1,1,0.957852125,0,1,1,1,1,1,1,0.855455041,0,0.461394393,0.461392003,0.46143617
-649,1,0.3764,1,1,1,1,1,1,1,1,0.8185,0.3764,0,1,0.308,1,1,1,1,1,1,0.8945,0.308,0,1,0.6466,1,1,1,0.7935,0.6466,0,1,1,1,1,1,0.931005359,0,1,1,1,1,1,1,0.890662432,0,1,1,1,1,1,1,0.951167703,0,0.44000725,0.440025386,0.440159574
-650,1,0.3762,1,1,1,1,1,1,1,1,0.7619,0.3762,0,1,0.3079,1,1,1,1,1,1,0.9156,0.3079,0,1,0.6464,1,1,1,0.8589,0.6464,0,1,1,1,1,1,0.931265414,0,1,1,1,1,1,1,0.843958676,0,1,1,1,1,1,1,0.97099489,0,0.429132431,0.429024751,0.429078014
-651,1,0.3761,1,1,1,1,1,1,1,1,0.6855,0.3761,0,1,0.3077,1,1,1,1,1,1,0.8399,0.3077,0,1,0.6462,1,1,1,0.9181,0.6462,0,1,1,1,1,1,0.883428454,0,1,1,1,1,1,1,0.759104848,0,1,1,1,1,1,1,0.978216827,0,0.425084582,0.425005289,0.425088652
-652,1,0.3759,1,1,1,1,1,1,1,1,0.5951,0.3759,0,1,0.3076,1,1,1,1,1,1,0.6028,0.3076,0,1,0.6461,1,1,1,0.8885,0.6461,0,1,1,1,1,1,0.786411822,0,1,1,1,1,1,1,0.582306862,0,1,1,1,1,1,1,0.9763695,0,0.428890768,0.428813201,0.429078014
-653,1,0.3758,1,1,1,1,1,1,1,1,0.5371,0.3758,0,1,0.3075,1,1,1,1,1,1,0.239,0.3075,0,1,0.6459,1,1,1,0.8668,0.6459,0,1,1,1,1,1,0.622321367,0,1,1,1,1,1,1,0.336476386,0,1,1,1,1,1,1,0.964216471,0,0.446834219,0.446795007,0.447251773
-654,1,0.3756,1,1,1,1,1,1,1,1,0.3055,0.3756,0,1,0.3074,1,1,1,1,1,1,0.0718,0.3074,0,1,0.6457,1,1,1,0.7868,0.6457,0,1,1,1,1,1,0.322991431,0,0.998100519,1,1,1,1,1,0.104825154,0,0.627320707,1,1,1,1,1,0.957720041,0,0.477887869,0.477892955,0.477836879
-655,1,0.3755,1,1,1,1,1,1,1,1,0.2784,0.3755,0,1,0.3073,1,1,1,1,1,1,0.1693,0.3073,0,1,0.6455,1,1,1,0.7238,0.6455,0,1,1,1,1,1,0.303662419,0,0.582226038,1,1,1,1,1,0.208732933,0,0.267903447,1,1,1,1,1,0.95400095,0,0.51099565,0.510894859,0.51108156
-656,1,0.3753,1,1,1,1,1,1,1,1,0.1511,0.3753,0.2499,1,0.3072,1,1,1,1,1,1,0.2085,0.3072,0.2267,1,0.6454,1,1,1,0.5979,0.6454,0.1634,1,1,1,1,1,0.196145549,0.44528982,0.352877676,1,1,1,1,1,0.226760179,0.363116056,0.046648957,1,1,1,1,1,0.890537918,0.477387875,0.546097148,0.54601227,0.546542553
-657,1,0.3752,1,1,1,1,1,1,1,1,0.0525,0.3752,0.4155,1,0.3071,1,1,1,1,1,1,0.0463,0.3071,0.3616,1,0.6452,1,1,1,0.3628,0.6452,0.3363,1,1,1,1,1,0.042788792,0.622520924,0.29695043,1,1,1,1,1,0.053807579,0.52983731,0.026459163,1,1,1,1,1,0.59047091,0.685063541,0.568511358,0.568648191,0.568705674
-658,1,0.375,1,1,1,1,1,1,1,1,0.0277,0.375,0.5324,1,0.307,1,1,1,1,1,1,0,0.307,0.4427,1,0.645,1,1,1,0.193,0.645,0.4693,1,1,1,1,1,0.011821246,0.804685712,0.127722979,1,1,1,1,1,0,0.54540956,0,1,1,1,1,1,0.276397079,0.829084218,0.578479942,0.578591073,0.578457447
-659,1,0.3749,1,1,1,1,1,1,1,1,0.0068,0.3749,0.4953,1,0.3069,1,1,1,1,1,1,0,0.3069,0.4972,1,0.6448,1,1,1,0.2813,0.6448,0.5868,1,1,1,1,1,0.005843355,0.73452425,0.018542565,1,1,1,1,1,0,0.727039814,0,1,1,1,1,1,0.336583614,0.759685516,0.572921701,0.572879205,0.573138298
-660,1,0.3747,1,1,1,1,1,1,1,1,0,0.3747,0.5597,1,0.3068,1,1,1,1,1,1,0,0.3068,0.6758,1,0.6447,1,1,1,0.1937,0.6447,0.4678,1,1,1,1,1,0.000462786,0.848281503,0,1,1,1,1,1,0.013070012,0.975156724,0.01455288,1,1,1,1,1,0.171790466,0.846579671,0.562107298,0.562090121,0.562056738
-661,1,0.3746,1,1,1,1,1,1,1,1,0.0079,0.3746,0.6671,1,0.3066,1,1,1,1,1,1,0.0969,0.3066,0.7002,1,0.6445,1,1,1,0.0934,0.6445,0.5709,1,1,1,1,1,0.009797176,0.961847782,0.03989616,1,1,1,1,1,0.108992383,0.969406962,0.100279853,1,1,1,1,1,0.038150046,0.815563858,0.547426293,0.547493125,0.547429078
-662,1,0.3744,1,1,1,1,1,1,1,1,0.058,0.3744,0.6148,1,0.3065,1,1,1,1,1,1,0.1436,0.3065,0.6275,1,0.6443,1,1,1,0.0699,0.6443,0.4689,1,1,1,1,1,0.057972655,0.908995152,0.111601725,1,1,1,1,1,0.177566811,0.86101985,0.069866501,1,1,1,1,1,0.01870211,0.758101702,0.538484775,0.538607997,0.53856383
-663,1,0.3742,1,1,1,1,1,1,1,1,0.197,0.3742,0.4365,1,0.3064,1,1,1,1,1,1,0.4481,0.3064,0.3833,1,0.6441,1,1,1,0.0455,0.6441,0.3123,1,1,1,1,1,0.174912453,0.631457925,0.308525681,1,1,1,1,1,0.461255193,0.570626676,0.085716754,1,1,1,1,1,0.049859539,0.57779038,0.538666022,0.538819547,0.53856383
-664,1,0.3741,1,1,1,1,1,1,1,1,0.2843,0.3741,0.195,1,0.3063,1,1,1,1,1,1,0.4712,0.3063,0.1751,1,0.644,1,1,1,0.0869,0.644,0.1265,1,1,1,1,1,0.271847159,0.306951433,0.595755696,1,1,1,1,1,0.478942037,0.354032248,0.223167017,1,1,1,1,1,0.179660678,0.258644462,0.564342678,0.564417178,0.564716312
-665,1,0.3739,1,1,1,1,1,1,1,1,0.2034,0.3739,0,1,0.3062,1,1,1,1,1,1,0.3595,0.3062,0,1,0.6438,1,1,1,0.1604,0.6438,0,1,1,1,1,1,0.299783349,0,0.272999346,1,1,1,1,1,0.349123061,0,0.156824604,1,1,1,1,1,0.396896362,0,0.61859594,0.618574149,0.618794326
-666,1,0.3738,1,1,1,1,1,1,1,1,0.2306,0.3738,0,1,0.3061,1,1,1,1,1,1,0.2726,0.3061,0,1,0.6436,1,1,1,0.2982,0.6436,0,1,1,1,1,1,0.390023828,0,0.235572577,1,1,1,1,1,0.301772535,0,0.278177768,1,1,1,1,1,0.625838637,0,0.623066699,0.623016713,0.62322695
-667,1,0.3736,1,1,1,1,1,1,1,1,0.3242,0.3736,0,1,0.306,1,1,1,1,1,1,0.1405,0.306,0,1,0.6434,1,1,1,0.4346,0.6434,0,1,1,1,1,1,0.367237478,0,0.393160701,1,1,1,1,1,0.206949919,0,0.504400492,1,1,1,1,1,0.810631812,0,0.604881585,0.604823355,0.605053191
-668,1,0.3735,1,1,1,1,1,1,1,1,0.387,0.3735,0,1,0.3059,1,1,1,1,1,1,0.2523,0.3059,0,1,0.6433,1,1,1,0.369,0.6433,0,1,1,1,1,1,0.394125998,0,0.451379776,1,1,1,1,1,0.368086636,0,0.696952105,1,1,1,1,1,0.731389225,0,0.586333978,0.586418447,0.58643617
-669,1,0.3733,1,1,1,1,1,1,1,1,0.6132,0.3733,0,1,0.3058,1,1,1,1,1,1,0.4744,0.3058,0,1,0.6431,1,1,1,0.4551,0.6431,0,1,1,1,1,1,0.550852895,0,0.879236639,1,1,1,1,1,0.639301121,0,0.998951316,1,1,1,1,1,0.742257357,0,0.55818028,0.558070658,0.558510638
-670,1,0.3732,1,1,1,1,1,1,1,1,0.7034,0.3732,0,1,0.3057,1,1,1,1,1,1,0.8217,0.3057,0,1,0.6429,1,1,1,0.4384,0.6429,0,1,1,1,1,1,0.670110226,0,0.991981328,1,1,1,1,1,0.720568538,0,0.825406075,1,1,1,1,1,0.715708613,0,0.522172547,0.522107045,0.522163121
-671,1,0.373,1,1,1,1,1,1,1,1,0.6513,0.373,0,1,0.3055,1,1,1,1,1,1,0.585,0.3055,0,1,0.6427,1,1,1,0.4385,0.6427,0,1,1,1,1,1,0.627546132,0,0.888428569,1,1,1,1,1,0.60114187,0,0.672966778,1,1,1,1,1,0.666772246,0,0.483808603,0.483816374,0.484042553
-672,1,0.3729,1,1,1,1,1,1,1,1,0.7621,0.3729,0,1,0.3054,1,1,1,1,1,1,0.6168,0.3054,0,1,0.6426,1,1,1,0.4061,0.6426,0,1,1,1,1,1,0.682488441,0,0.946749508,1,1,1,1,1,0.705940127,0,1,1,1,1,1,1,0.567642391,0,0.452634123,0.452718426,0.452570922
-673,1,0.3727,1,1,1,1,1,1,1,1,0.8403,0.3727,0,1,0.3053,1,1,1,1,1,1,0.6578,0.3053,0,1,0.6424,1,1,1,0.4931,0.6424,0,1,1,1,1,1,0.646453977,0,0.998146892,1,1,1,1,1,0.716586411,0,1,1,1,1,1,1,0.739495397,0,0.433905268,0.433890417,0.433953901
-674,1,0.3726,1,1,1,1,1,1,1,1,0.8266,0.3726,0,1,0.3052,1,1,1,1,1,1,0.7048,0.3052,0,1,0.6422,1,1,1,0.5656,0.6422,0,1,1,1,1,1,0.765600204,0,1,1,1,1,1,1,0.750145555,0,1,1,1,1,1,1,0.850405574,0,0.4239971,0.423947535,0.424202128
-675,1,0.3724,1,1,1,1,1,1,1,1,0.793,0.3724,0,1,0.3051,1,1,1,1,1,1,0.6246,0.3051,0,1,0.642,1,1,1,0.5026,0.642,0,1,1,1,1,1,0.77344048,0,1,1,1,1,1,1,0.656825125,0,1,1,1,1,1,1,0.860972583,0,0.420734654,0.420774275,0.420656028
-676,1,0.3723,1,1,1,1,1,1,1,1,0.7993,0.3723,0,1,0.305,1,1,1,1,1,1,0.5796,0.305,0,1,0.6419,1,1,1,0.4996,0.6419,0,1,1,1,1,1,0.747929871,0,1,1,1,1,1,1,0.589634717,0,1,1,1,1,1,1,0.901877701,0,0.424782504,0.424793738,0.42464539
-677,1,0.3721,1,1,1,1,1,1,1,1,0.7436,0.3721,0,1,0.3049,1,1,1,1,1,1,0.4262,0.3049,0,1,0.6417,1,1,1,0.561,0.6417,0,1,1,1,1,1,0.723802388,0,1,1,1,1,1,1,0.47571516,0,1,1,1,1,1,1,0.937902212,0,0.437348961,0.437486778,0.4375
-678,1,0.372,1,1,1,1,1,1,1,1,0.6739,0.372,0,1,0.3048,1,1,1,1,1,1,0.2806,0.3048,0,1,0.6415,1,1,1,0.6179,0.6415,0,1,1,1,1,1,0.660487115,0,1,1,1,1,1,1,0.288439095,0,1,1,1,1,1,1,0.957668066,0,0.460548574,0.460545801,0.460549645
-679,1,0.3718,1,1,1,1,1,1,1,1,0.4969,0.3718,0,1,0.3047,1,1,1,1,1,1,0.2084,0.3047,0,1,0.6413,1,1,1,0.5835,0.6413,0,1,1,1,1,1,0.523729503,0,1,1,1,1,1,1,0.171884656,0,0.925436735,1,1,1,1,1,0.947165906,0,0.483929435,0.483816374,0.484042553
-680,1,0.3717,1,1,1,1,1,1,1,1,0.4157,0.3717,0.2679,1,0.3046,1,1,1,1,1,1,0.313,0.3046,0.2674,1,0.6412,1,1,1,0.6457,0.6412,0.2221,1,1,1,1,1,0.437141359,0.508003712,0.979514599,1,1,1,1,1,0.268391728,0.49956876,0.974034846,1,1,1,1,1,0.906116366,0.507833421,0.51878927,0.518722234,0.519060284
-681,1,0.3715,1,1,1,1,1,1,1,1,0.334,0.3715,0.4889,1,0.3044,1,1,1,1,1,1,0.503,0.3044,0.4917,1,0.641,1,1,1,0.6037,0.641,0.4307,1,1,1,1,1,0.327369541,0.782663167,0.765719295,1,1,1,1,1,0.422759354,0.789465725,0.549318612,1,1,1,1,1,0.837091804,0.79136169,0.542472209,0.542627459,0.542553191
-682,1,0.3714,1,1,1,1,1,1,1,1,0.4754,0.3714,0.6489,1,0.3043,1,1,1,1,1,1,0.6127,0.3043,0.6548,1,0.6408,1,1,1,0.7225,0.6408,0.582,1,1,1,1,1,0.527858496,0.939754069,0.425613999,1,1,1,1,1,0.496465206,0.94925487,0.376968086,1,1,1,1,1,0.869529843,0.938853025,0.55540116,0.55553205,0.555407801
-683,1,0.3712,1,1,1,1,1,1,1,1,0.4644,0.3712,0.7238,1,0.3042,1,1,1,1,1,1,0.534,0.3042,0.7303,1,0.6406,1,1,1,0.6581,0.6406,0.5846,1,1,1,1,1,0.529582143,0.998795509,0.404223859,1,1,1,1,1,0.452305079,0.993124425,0.44823432,1,1,1,1,1,0.875281572,0.995560884,0.559932334,0.559974614,0.559840426
-684,1,0.371,1,1,1,1,1,1,1,1,0.4403,0.371,0.7197,1,0.3041,1,1,1,1,1,1,0.3973,0.3041,0.7211,1,0.6404,1,1,1,0.555,0.6404,0.6015,1,1,1,1,1,0.458119094,0.995455265,0.582638621,1,1,1,1,1,0.353528798,0.966846526,0.548245072,1,1,1,1,1,0.684114575,0.969263554,0.558240696,0.558282209,0.558510638
-685,1,0.3709,1,1,1,1,1,1,1,1,0.3459,0.3709,0.6822,1,0.304,1,1,1,1,1,1,0.3659,0.304,0.6605,1,0.6403,1,1,1,0.5111,0.6403,0.5869,1,1,1,1,1,0.421708673,0.976144433,0.64797914,1,1,1,1,1,0.328840196,0.89793992,0.472621799,1,1,1,1,1,0.656952143,0.97545433,0.552561624,0.552570341,0.552748227
-686,1,0.3707,1,1,1,1,1,1,1,1,0.2862,0.3707,0.5905,1,0.3039,1,1,1,1,1,1,0.3736,0.3039,0.5757,1,0.6401,1,1,1,0.4008,0.6401,0.5306,1,1,1,1,1,0.32286185,0.875390291,0.861143351,1,1,1,1,1,0.374148875,0.79373157,0.699418128,1,1,1,1,1,0.521611392,0.904713988,0.546580474,0.546646922,0.546542553
-687,1,0.3706,1,1,1,1,1,1,1,1,0.3284,0.3706,0.44,1,0.3038,1,1,1,1,1,1,0.4289,0.3038,0.474,1,0.6399,1,1,1,0.3324,0.6399,0.3828,1,1,1,1,1,0.268063784,0.730913699,0.999654233,1,1,1,1,1,0.37962684,0.766609848,0.99781394,1,1,1,1,1,0.478730589,0.7426489,0.548936684,0.548973979,0.548758865
-688,1,0.3704,1,1,1,1,1,1,1,1,0.2899,0.3704,0.238,1,0.3037,1,1,1,1,1,1,0.3746,0.3037,0.2667,1,0.6397,1,1,1,0.3653,0.6397,0.1741,1,1,1,1,1,0.256722242,0.478340626,0.998853385,1,1,1,1,1,0.389001906,0.499644518,1,1,1,1,1,1,0.435328662,0.448188484,0.580534074,0.580706579,0.580673759
-689,1,0.3703,1,1,1,1,1,1,1,1,0.2221,0.3703,0,1,0.3036,1,1,1,1,1,1,0.2903,0.3036,0,1,0.6396,1,1,1,0.3058,0.6396,0,1,1,1,1,1,0.220592275,0,1,1,1,1,1,1,0.36145997,0,1,1,1,1,1,1,0.408493042,0,0.644937168,0.644806431,0.645390071
-690,1,0.3701,1,1,1,1,1,1,1,1,0.2651,0.3701,0,1,0.3035,1,1,1,1,1,1,0.2475,0.3035,0,1,0.6394,1,1,1,0.2939,0.6394,0,1,1,1,1,1,0.32395488,0,0.898866773,1,1,1,1,1,0.346280634,0,0.841668844,1,1,1,1,1,0.433938324,0,0.654966167,0.654960863,0.655141844
-691,1,0.37,1,1,1,1,1,1,1,1,0.3274,0.37,0,1,0.3034,1,1,1,1,1,1,0.1454,0.3034,0,1,0.6392,1,1,1,0.4955,0.6392,0,1,1,1,1,1,0.296001494,0,0.91696775,1,1,1,1,1,0.218159795,0,0.506630421,1,1,1,1,1,0.664528906,0,0.639499758,0.639517664,0.63962766
-692,1,0.3698,1,1,1,1,1,1,1,1,0.3383,0.3698,0,1,0.3032,1,1,1,1,1,1,0.2031,0.3032,0,1,0.639,1,1,1,0.38,0.639,0,1,1,1,1,1,0.313049495,0,0.760930181,1,1,1,1,1,0.357158959,0,0.575616837,1,1,1,1,1,0.521850824,0,0.61539391,0.615400889,0.615691489
-693,1,0.3697,1,1,1,1,1,1,1,1,0.3885,0.3697,0,1,0.3031,1,1,1,1,1,1,0.4169,0.3031,0,1,0.6389,1,1,1,0.3322,0.6389,0,1,1,1,1,1,0.33155933,0,0.677775323,1,1,1,1,1,0.556685567,0,0.492381424,1,1,1,1,1,0.416059226,0,0.576486225,0.576687117,0.576684397
-694,1,0.3695,1,1,1,1,1,1,1,1,0.4521,0.3695,0,1,0.303,1,1,1,1,1,1,0.496,0.303,0,1,0.6387,1,1,1,0.2598,0.6387,0,1,1,1,1,1,0.345982015,0,0.822036982,1,1,1,1,1,0.576903641,0,1,1,1,1,1,1,0.324872196,0,0.529362011,0.529299767,0.529698582
-695,1,0.3694,1,1,1,1,1,1,1,1,0.4178,0.3694,0,1,0.3029,1,1,1,1,1,1,0.311,0.3029,0,1,0.6385,1,1,1,0.2345,0.6385,0,1,1,1,1,1,0.297829479,0,0.92110467,1,1,1,1,1,0.396260142,0,0.711791694,1,1,1,1,1,0.346901834,0,0.485439826,0.485508779,0.48537234
-696,1,0.3692,1,1,1,1,1,1,1,1,0.4911,0.3692,0,1,0.3028,1,1,1,1,1,1,0.3837,0.3028,0,1,0.6383,1,1,1,0.1877,0.6383,0,1,1,1,1,1,0.346512496,0,0.999434888,1,1,1,1,1,0.449382722,0,0.790513158,1,1,1,1,1,0.278244853,0,0.455775737,0.455680135,0.455673759
-697,1,0.3691,1,1,1,1,1,1,1,1,0.4857,0.3691,0,1,0.3027,1,1,1,1,1,1,0.6757,0.3027,0,1,0.6382,1,1,1,0.1575,0.6382,0,1,1,1,1,1,0.304065496,0,1,1,1,1,1,1,0.66889739,0,1,1,1,1,1,1,0.263141453,0,0.441094732,0.441083139,0.441046099
-698,1,0.3689,1,1,1,1,1,1,1,1,0.5554,0.3689,0,1,0.3026,1,1,1,1,1,1,0.7032,0.3026,0,1,0.638,1,1,1,0.1263,0.638,0,1,1,1,1,1,0.380187452,0,1,1,1,1,1,1,0.695176542,0,1,1,1,1,1,1,0.252868682,0,0.435355244,0.435371271,0.435283688
-699,1,0.3688,1,1,1,1,1,1,1,1,0.4853,0.3688,0,1,0.3025,1,1,1,1,1,1,0.7233,0.3025,0,1,0.6378,1,1,1,0.1375,0.6378,0,1,1,1,1,1,0.327263355,0,1,1,1,1,1,1,0.667211592,0,0.991929054,1,1,1,1,1,0.267921925,0,0.437046883,0.437063677,0.437056738
-700,1,0.3686,1,1,1,1,1,1,1,1,0.419,0.3686,0,1,0.3024,1,1,1,1,1,1,0.7122,0.3024,0,1,0.6376,1,1,1,0.0887,0.6376,0,1,1,1,1,1,0.293062389,0,1,1,1,1,1,1,0.728541195,0,1,1,1,1,1,1,0.222316235,0,0.452875785,0.452718426,0.453014184
-701,1,0.3685,1,1,1,1,1,1,1,1,0.46,0.3685,0,1,0.3023,1,1,1,1,1,1,0.9504,0.3023,0,1,0.6375,1,1,1,0.0975,0.6375,0,1,1,1,1,1,0.345914841,0,0.998240471,1,1,1,1,1,0.901816249,0,1,1,1,1,1,1,0.293643445,0,0.497583374,0.497567167,0.497783688
-702,1,0.3683,1,1,1,1,1,1,1,1,0.1543,0.3683,0,1,0.3021,1,1,1,1,1,1,0.4289,0.3021,0,1,0.6373,1,1,1,0.0261,0.6373,0,1,1,1,1,1,0.056454238,0,1,1,1,1,1,1,0.337329328,0,1,1,1,1,1,1,0.024198923,0,0.581742388,0.581764333,0.582003546
-703,1,0.3682,1,1,1,1,1,1,1,1,0.248,0.3682,0,1,0.302,1,1,1,1,1,1,0.4117,0.302,0,1,0.6371,1,1,1,0.0616,0.6371,0,1,1,1,1,1,0.146795094,0,1,1,1,1,1,1,0.339936554,0,1,1,1,1,1,1,0.121501409,0,0.626933301,0.626824624,0.62677305
-704,1,0.368,1,1,1,1,1,1,1,1,0.3373,0.368,0.2215,1,0.3019,1,1,1,1,1,1,0.5353,0.3019,0.236,1,0.6369,1,1,1,0.0571,0.6369,0.1773,1,1,1,1,1,0.27827388,0.414404154,1,1,1,1,1,1,0.441627443,0.447806627,1,1,1,1,1,1,0.133307591,0.224287525,0.632854036,0.632748043,0.632978723
-705,1,0.3679,1,1,1,1,1,1,1,1,0.4176,0.3679,0.448,1,0.3018,1,1,1,1,1,1,0.5947,0.3018,0.471,1,0.6368,1,1,1,0.0573,0.6368,0.4061,1,1,1,1,1,0.356309325,0.712888837,1,1,1,1,1,1,0.47934407,0.757454634,1,1,1,1,1,1,0.067949355,0.495823205,0.638231029,0.63824836,0.638297872
-706,1,0.3677,1,1,1,1,1,1,1,1,0.4808,0.3677,0.6102,1,0.3017,1,1,1,1,1,1,0.4454,0.3017,0.6334,1,0.6366,1,1,1,0.2335,0.6366,0.5659,1,1,1,1,1,0.313325703,0.873371482,1,1,1,1,1,1,0.442656696,0.92319417,1,1,1,1,1,1,0.438463628,0.642003179,0.637687289,0.637825259,0.63785461
-707,1,0.3675,1,1,1,1,1,1,1,1,0.5693,0.3675,0.6827,1,0.3016,1,1,1,1,1,1,0.4691,0.3016,0.7139,1,0.6364,1,1,1,0.1884,0.6364,0.6322,1,1,1,1,1,0.574857771,0.946648121,1,1,1,1,1,1,0.460231006,0.994986176,1,1,1,1,1,1,0.130700991,0.704824805,0.634968584,0.63486355,0.635195035
-708,1,0.3674,1,1,1,1,1,1,1,1,0.4579,0.3674,0.6919,1,0.3015,1,1,1,1,1,1,0.4276,0.3015,0.7247,1,0.6362,1,1,1,0.1984,0.6362,0.6405,1,1,1,1,1,0.473998129,0.959498882,1,1,1,1,1,1,0.340561569,0.998752475,1,1,1,1,1,1,0.331951827,0.717520297,0.6300145,0.629997884,0.630319149
-709,1,0.3672,1,1,1,1,1,1,1,1,0.4683,0.3672,0.6824,1,0.3014,1,1,1,1,1,1,0.2652,0.3014,0.7167,1,0.6361,1,1,1,0.2114,0.6361,0.62,1,1,1,1,1,0.518446982,0.945263445,1,1,1,1,1,1,0.282666534,0.996567249,1,1,1,1,1,1,0.296692103,0.692368329,0.625302078,0.62534377,0.625443262
-710,1,0.3671,1,1,1,1,1,1,1,1,0.5532,0.3671,0.6061,1,0.3013,1,1,1,1,1,1,0.0864,0.3013,0.6474,1,0.6359,1,1,1,0.1889,0.6359,0.5308,1,1,1,1,1,0.42639181,0.868514061,1,1,1,1,1,1,0.168020353,0.937445462,1,1,1,1,1,1,0.20898971,0.601571798,0.618716771,0.618574149,0.618794326
-711,1,0.3669,1,1,1,1,1,1,1,1,0.4139,0.3669,0.4429,1,0.3012,1,1,1,1,1,1,0.1256,0.3012,0.4924,1,0.6357,1,1,1,0.1508,0.6357,0.3621,1,1,1,1,1,0.340004355,0.706862092,1,1,1,1,1,1,0.148906708,0.791096509,1,1,1,1,1,1,0.247686967,0.424707174,0.620831319,0.620901206,0.621010638
-712,1,0.3668,1,1,1,1,1,1,1,1,0.298,0.3668,0.2227,1,0.301,1,1,1,1,1,1,0.154,0.301,0.2754,1,0.6355,1,1,1,0.138,0.6355,0.1427,1,1,1,1,1,0.212602124,0.423650503,0.935757637,1,1,1,1,1,0.126329929,0.522770882,1,1,1,1,1,1,0.260299593,0.137884155,0.647051716,0.646921938,0.647163121
-713,1,0.3666,1,1,1,1,1,1,1,1,0.1633,0.3666,0,1,0.3009,1,1,1,1,1,1,0.0559,0.3009,0,1,0.6354,1,1,1,0.1783,0.6354,0,1,1,1,1,1,0.106923983,0,0.837244391,1,1,1,1,1,0.044779666,4.50E-05,1,1,1,1,1,1,0.299376994,0,0.708494442,0.708694732,0.708776596
-714,1,0.3665,1,1,1,1,1,1,1,1,0.076,0.3665,0,1,0.3008,1,1,1,1,1,1,0,0.3008,0,1,0.6352,1,1,1,0.136,0.6352,0,1,1,1,1,1,0.023491262,0,0.785219193,1,1,1,1,1,0.000987947,0,1,1,1,1,1,1,0.259205699,0,0.716288062,0.716310556,0.716755319
-715,1,0.3663,1,1,1,1,1,1,1,1,0.0296,0.3663,0,1,0.3007,1,1,1,1,1,1,0,0.3007,0,1,0.635,1,1,1,0.1003,0.635,0,1,1,1,1,1,0.001616626,0,0.504896641,1,1,1,1,1,0.00040761,0,0.860150278,1,1,1,1,1,0.144372672,0,0.699371677,0.699386503,0.699468085
-716,1,0.3662,1,1,1,1,1,1,1,1,0.1552,0.3662,0,1,0.3006,1,1,1,1,1,1,0.0038,0.3006,0,1,0.6348,1,1,1,0.3234,0.6348,0,1,1,1,1,1,0.058922194,0,1,1,1,1,1,1,0.016701592,0,0.946340084,1,1,1,1,1,0.606236696,0,0.673151281,0.67315422,0.673315603
-717,1,0.366,1,1,1,1,1,1,1,1,0.0934,0.366,0,1,0.3005,1,1,1,1,1,1,0.0027,0.3005,0,1,0.6347,1,1,1,0.2504,0.6347,0,1,1,1,1,1,0.035856403,0,0.809620976,1,1,1,1,1,0.014445241,0,0.448923588,1,1,1,1,1,0.518492937,0,0.627174964,0.627247726,0.627216312
-718,1,0.3659,1,1,1,1,1,1,1,1,0.0855,0.3659,0,1,0.3004,1,1,1,1,1,1,0.0091,0.3004,0,1,0.6345,1,1,1,0.3029,0.6345,0,1,1,1,1,1,0.037749905,0,0.370103121,1,1,1,1,1,0.030333854,0,0.236813128,1,1,1,1,1,0.577022552,0,0.568813436,0.568648191,0.569148936
-719,1,0.3657,1,1,1,1,1,1,1,1,0.0518,0.3657,0,1,0.3003,1,1,1,1,1,1,0.0537,0.3003,0,1,0.6343,1,1,1,0.2838,0.6343,0,1,1,1,1,1,0.032550916,0,0.146000713,1,1,1,1,1,0.086291268,0,0.163842931,1,1,1,1,1,0.53186059,0,0.516372644,0.516395177,0.516400709
-720,1,0.3656,1,1,1,1,1,1,1,1,0.0223,0.3656,0,1,0.3002,1,1,1,1,1,1,0,0.3002,0,1,0.6341,1,1,1,0.2334,0.6341,0,1,1,1,1,1,0.029826351,0,0.026591711,1,1,1,1,1,0.002040227,0,0.120910741,1,1,1,1,1,0.486531198,0,0.483566941,0.483604823,0.483599291
-721,1,0.3654,1,1,1,1,1,1,1,1,0.0073,0.3654,0,1,0.3001,1,1,1,1,1,1,0,0.3001,0,1,0.6339,1,1,1,0.1917,0.6339,0,1,1,1,1,1,0.015305787,0,0,1,1,1,1,1,0.015601134,0,0.039146334,1,1,1,1,1,0.388217211,0,0.46562349,0.465834567,0.465868794
-722,1,0.3653,1,1,1,1,1,1,1,1,0.0127,0.3653,0,1,0.2999,1,1,1,1,1,1,0.012,0.2999,0,1,0.6338,1,1,1,0.1636,0.6338,0,1,1,1,1,1,0.021220416,0,0,1,1,1,1,1,0.028963096,0,0.02363953,1,1,1,1,1,0.34352845,0,0.457044466,0.456949439,0.457003546
-723,1,0.3651,1,1,1,1,1,1,1,1,0.0187,0.3651,0,1,0.2998,1,1,1,1,1,1,0.0224,0.2998,0,1,0.6336,1,1,1,0.1039,0.6336,0,1,1,1,1,1,0.038987201,0,0.018615248,1,1,1,1,1,0.065739609,0,0.00034555,1,1,1,1,1,0.243391722,0,0.456138231,0.456103237,0.456117021
-724,1,0.365,1,1,1,1,1,1,1,1,0.0302,0.365,0,1,0.2997,1,1,1,1,1,1,0.0074,0.2997,0,1,0.6334,1,1,1,0.0409,0.6334,0,1,1,1,1,1,0.027633574,0,0.16717954,1,1,1,1,1,0.052821957,0,0.090721734,1,1,1,1,1,0.107667208,0,0.469369261,0.469430929,0.469414894
-725,1,0.3648,1,1,1,1,1,1,1,1,0.0649,0.3648,0,1,0.2996,1,1,1,1,1,1,0.0252,0.2996,0,1,0.6332,1,1,1,0.0171,0.6332,0,1,1,1,1,1,0.05999621,0,0.474989295,1,1,1,1,1,0.120119259,0,0.567165196,1,1,1,1,1,0.041668154,0,0.511841469,0.511741062,0.511968085
-726,1,0.3647,1,1,1,1,1,1,1,1,0.0866,0.3647,0,1,0.2995,1,1,1,1,1,1,0.0119,0.2995,0,1,0.6331,1,1,1,0.0186,0.6331,0,1,1,1,1,1,0.05497665,0,0.702596068,1,1,1,1,1,0.081295967,0,0.924010992,1,1,1,1,1,0.015827598,0,0.592798453,0.592764967,0.592641844
-727,1,0.3645,1,1,1,1,1,1,1,1,0.1032,0.3645,0,1,0.2994,1,1,1,1,1,1,0.0752,0.2994,0,1,0.6329,1,1,1,0.06,0.6329,0,1,1,1,1,1,0.125590041,0,0.570208311,1,1,1,1,1,0.196727902,0,0.897093773,1,1,1,1,1,0.065328009,0,0.637566457,0.637613708,0.63785461
-728,1,0.3643,1,1,1,1,1,1,1,1,0.0927,0.3643,0.2201,1,0.2993,1,1,1,1,1,1,0.0558,0.2993,0.234,1,0.6327,1,1,1,0.0449,0.6327,0.1239,1,1,1,1,1,0.053490415,0.350113332,0.395216346,1,1,1,1,1,0.129380703,0.430211067,0.95732832,1,1,1,1,1,0.073457122,0.106152534,0.641916385,0.641844722,0.641843972
-729,1,0.3642,1,1,1,1,1,1,1,1,0.0895,0.3642,0.4205,1,0.2992,1,1,1,1,1,1,0.1476,0.2992,0.4451,1,0.6325,1,1,1,0.0418,0.6325,0.3257,1,1,1,1,1,0.060285859,0.623270571,0.599500954,1,1,1,1,1,0.203242242,0.720799208,1,1,1,1,1,1,0.0931051,0.358650148,0.641312228,0.64121007,0.641400709
-730,1,0.364,1,1,1,1,1,1,1,1,0.0435,0.364,0.5658,1,0.2991,1,1,1,1,1,1,0.0738,0.2991,0.6077,1,0.6324,1,1,1,0.0275,0.6324,0.4554,1,1,1,1,1,0.040066771,0.777687848,0.92329669,1,1,1,1,1,0.079362586,0.900471985,1,1,1,1,1,1,0.090384506,0.476272225,0.638231029,0.63824836,0.638297872
-731,1,0.3639,1,1,1,1,1,1,1,1,0.0295,0.3639,0.6243,1,0.299,1,1,1,1,1,1,0.064,0.299,0.6753,1,0.6322,1,1,1,0.0076,0.6322,0.4968,1,1,1,1,1,0.017825676,0.830272317,1,1,1,1,1,1,0.083569184,0.959325969,1,1,1,1,1,1,0.04085689,0.541094244,0.630860319,0.630844087,0.630762411
-732,1,0.3637,1,1,1,1,1,1,1,1,0.0465,0.3637,0.6336,1,0.2988,1,1,1,1,1,1,0.1217,0.2988,0.6821,1,0.632,1,1,1,0.0078,0.632,0.4691,1,1,1,1,1,0.027911656,0.849254251,1,1,1,1,1,1,0.153156906,0.964432359,1,1,1,1,1,1,0.034648474,0.545795739,0.620045916,0.620055003,0.620567376
-733,1,0.3636,1,1,1,1,1,1,1,1,0.072,0.3636,0.6206,1,0.2987,1,1,1,1,1,1,0.1294,0.2987,0.6674,1,0.6318,1,1,1,0.0106,0.6318,0.4368,1,1,1,1,1,0.027777761,0.826158643,1,1,1,1,1,1,0.173289895,0.947248697,1,1,1,1,1,1,0.053723283,0.506604612,0.611346061,0.611381426,0.611702128
-734,1,0.3634,1,1,1,1,1,1,1,1,0.1158,0.3634,0.5519,1,0.2986,1,1,1,1,1,1,0.2031,0.2986,0.6036,1,0.6317,1,1,1,0.0118,0.6317,0.3514,1,1,1,1,1,0.045486916,0.755250156,1,1,1,1,1,1,0.21944499,0.881622553,1,1,1,1,1,1,0.071680576,0.399403095,0.601075399,0.601015443,0.601507092
-735,1,0.3633,1,1,1,1,1,1,1,1,0.1096,0.3633,0.4038,1,0.2985,1,1,1,1,1,1,0.3855,0.2985,0.4617,1,0.6315,1,1,1,0.0224,0.6315,0.2073,1,1,1,1,1,0.05112312,0.604750156,1,1,1,1,1,1,0.413495034,0.749254167,1,1,1,1,1,1,0.082987361,0.208369225,0.59757129,0.597630633,0.59751773
-736,1,0.3631,1,1,1,1,1,1,1,1,0.0817,0.3631,0.2062,1,0.2984,1,1,1,1,1,1,0.3768,0.2984,0.2558,1,0.6313,1,1,1,0.0304,0.6313,0.0582,1,1,1,1,1,0.066213124,0.384492695,1,1,1,1,1,1,0.374422878,0.499689281,1,1,1,1,1,1,0.080590084,0.013048113,0.61817303,0.618151047,0.618351064
-737,1,0.363,1,1,1,1,1,1,1,1,0.1465,0.363,0,1,0.2983,1,1,1,1,1,1,0.4424,0.2983,0,1,0.6311,1,1,1,0.0565,0.6311,0,1,1,1,1,1,0.132454336,0,1,1,1,1,1,1,0.54305923,0,1,1,1,1,1,1,0.098910362,0,0.675507492,0.675692828,0.675531915
-738,1,0.3628,1,1,1,1,1,1,1,1,0.289,0.3628,0,1,0.2982,1,1,1,1,1,1,0.6404,0.2982,0,1,0.631,1,1,1,0.0782,0.631,0,1,1,1,1,1,0.216164663,0,1,1,1,1,1,1,0.773179889,0,0.992604494,1,1,1,1,1,0.156909674,0,0.683301112,0.683308652,0.683510638
-739,1,0.3627,1,1,1,1,1,1,1,1,0.1934,0.3627,0,1,0.2981,1,1,1,1,1,1,0.3338,0.2981,0,1,0.6308,1,1,1,0.0999,0.6308,0,1,1,1,1,1,0.212767228,0,0.99742651,1,1,1,1,1,0.417156637,0,1,1,1,1,1,1,0.232134402,0,0.666868052,0.6668077,0.667109929
-740,1,0.3625,1,1,1,1,1,1,1,1,0.1938,0.3625,0,1,0.298,1,1,1,1,1,1,0.3207,0.298,0,1,0.6306,1,1,1,0.0718,0.6306,0,1,1,1,1,1,0.128602982,0,1,1,1,1,1,1,0.427400231,0,0.975618124,1,1,1,1,1,0.182363257,0,0.639681005,0.639729215,0.63962766
-741,1,0.3624,1,1,1,1,1,1,1,1,0.1014,0.3624,0,1,0.2979,1,1,1,1,1,1,0.3026,0.2979,0,1,0.6304,1,1,1,0.0486,0.6304,0,1,1,1,1,1,0.096482679,0,0.788550317,1,1,1,1,1,0.380007029,0,0.709034085,1,1,1,1,1,0.147907212,0,0.596483809,0.596572879,0.596631206
-742,1,0.3622,1,1,1,1,1,1,1,1,0.1063,0.3622,0,1,0.2978,1,1,1,1,1,1,0.4876,0.2978,0,1,0.6303,1,1,1,0.0509,0.6303,0,1,1,1,1,1,0.089189716,0,0.796837807,1,1,1,1,1,0.47132799,0,0.531679034,1,1,1,1,1,0.147287339,0,0.539330594,0.539242649,0.539450355
-743,1,0.3621,1,1,1,1,1,1,1,1,0.0784,0.3621,0,1,0.2976,1,1,1,1,1,1,0.3831,0.2976,0,1,0.6301,1,1,1,0.0677,0.6301,0,1,1,1,1,1,0.076498419,0,0.98845458,1,1,1,1,1,0.449668467,0,0.996921539,1,1,1,1,1,0.173190057,0,0.488339778,0.488470489,0.488475177
-744,1,0.3619,1,1,1,1,1,1,1,1,0.096,0.3619,0,1,0.2975,1,1,1,1,1,1,0.6331,0.2975,0,1,0.6299,1,1,1,0.1024,0.6299,0,1,1,1,1,1,0.1096773,0,1,1,1,1,1,1,0.714267015,0,1,1,1,1,1,1,0.247732997,0,0.45559449,0.455680135,0.455673759
-745,1,0.3618,1,1,1,1,1,1,1,1,0.137,0.3618,0,1,0.2974,1,1,1,1,1,1,0.6382,0.2974,0,1,0.6297,1,1,1,0.1007,0.6297,0,1,1,1,1,1,0.194803089,0,1,1,1,1,1,1,0.671616912,0,1,1,1,1,1,1,0.265643954,0,0.437530208,0.437486778,0.4375
-746,1,0.3616,1,1,1,1,1,1,1,1,0.2063,0.3616,0,1,0.2973,1,1,1,1,1,1,0.5644,0.2973,0,1,0.6296,1,1,1,0.0909,0.6296,0,1,1,1,1,1,0.254814744,0,1,1,1,1,1,1,0.6663059,0,1,1,1,1,1,1,0.236190215,0,0.428890768,0.428813201,0.428634752
-747,1,0.3615,1,1,1,1,1,1,1,1,0.2178,0.3615,0,1,0.2972,1,1,1,1,1,1,0.535,0.2972,0,1,0.6294,1,1,1,0.1062,0.6294,0,1,1,1,1,1,0.241616324,0,1,1,1,1,1,1,0.707053363,0,1,1,1,1,1,1,0.255432367,0,0.428890768,0.428813201,0.429078014
-748,1,0.3613,1,1,1,1,1,1,1,1,0.2845,0.3613,0,1,0.2971,1,1,1,1,1,1,0.4271,0.2971,0,1,0.6292,1,1,1,0.0818,0.6292,0,1,1,1,1,1,0.200721651,0,1,1,1,1,1,1,0.596340716,0,1,1,1,1,1,1,0.229046464,0,0.441034316,0.440871589,0.441046099
-749,1,0.3611,1,1,1,1,1,1,1,1,0.2248,0.3611,0,1,0.297,1,1,1,1,1,1,0.4552,0.297,0,1,0.629,1,1,1,0.0779,0.629,0,1,1,1,1,1,0.160680622,0,1,1,1,1,1,1,0.562845349,0,1,1,1,1,1,1,0.203031078,0,0.484231513,0.484239475,0.484485816
-750,1,0.361,1,1,1,1,1,1,1,1,0.2908,0.361,0,1,0.2969,1,1,1,1,1,1,0.4525,0.2969,0,1,0.6289,1,1,1,0.1109,0.6289,0,1,1,1,1,1,0.247534588,0,1,1,1,1,1,1,0.585826874,0,1,1,1,1,1,1,0.181782275,0,0.565067666,0.56505183,0.565159574
-751,1,0.3608,1,1,1,1,1,1,1,1,0.216,0.3608,0,1,0.2968,1,1,1,1,1,1,0.4902,0.2968,0,1,0.6287,1,1,1,0.1084,0.6287,0,1,1,1,1,1,0.173735887,0,1,1,1,1,1,1,0.529611707,0,1,1,1,1,1,1,0.193198591,0,0.611829386,0.611804527,0.611702128
-752,1,0.3607,1,1,1,1,1,1,1,1,0.3332,0.3607,0.0461,1,0.2967,1,1,1,1,1,1,0.4202,0.2967,0.0364,1,0.6285,1,1,1,0.1087,0.6285,0.0057,1,1,1,1,1,0.216041267,0.093299352,1,1,1,1,1,1,0.402385354,0.063233517,1,1,1,1,1,1,0.211891547,0.036422238,0.616420976,0.616458642,0.616578014
-753,1,0.3605,1,1,1,1,1,1,1,1,0.4728,0.3605,0.1938,1,0.2965,1,1,1,1,1,1,0.6382,0.2965,0.2206,1,0.6283,1,1,1,0.1239,0.6283,0.1477,1,1,1,1,1,0.304699868,0.283161372,1,1,1,1,1,1,0.495198876,0.382269412,1,1,1,1,1,1,0.204375938,0.17722699,0.616843886,0.616670193,0.617021277
-754,1,0.3604,1,1,1,1,1,1,1,1,0.0566,0.3604,0.3902,1,0.2964,1,1,1,1,1,1,0.0922,0.2964,0.3836,1,0.6281,1,1,1,0.0176,0.6281,0.4071,1,1,1,1,1,0.019990467,0.601121902,1,1,1,1,1,1,0.0603595,0.554088175,1,1,1,1,1,1,0.040625706,0.498945832,0.616360561,0.616458642,0.616578014
-755,1,0.3602,1,1,1,1,1,1,1,1,0.401,0.3602,0.3957,1,0.2963,1,1,1,1,1,1,0.3524,0.2963,0.3151,1,0.628,1,1,1,0.1117,0.628,0.3391,1,1,1,1,1,0.267131478,0.538249075,1,1,1,1,1,1,0.349170536,0.506150186,1,1,1,1,1,1,0.257165611,0.490984559,0.615091832,0.615189338,0.615248227
-756,1,0.3601,1,1,1,1,1,1,1,1,0.4547,0.3601,0.4156,1,0.2962,1,1,1,1,1,1,0.396,0.2962,0.3405,1,0.6278,1,1,1,0.0921,0.6278,0.3883,1,1,1,1,1,0.277173162,0.575325131,1,1,1,1,1,1,0.340544671,0.551843703,1,1,1,1,1,1,0.180945426,0.502223969,0.608748188,0.608842818,0.609042553
-757,1,0.3599,1,1,1,1,1,1,1,1,0.425,0.3599,0.4371,1,0.2961,1,1,1,1,1,1,0.5962,0.2961,0.5179,1,0.6276,1,1,1,0.0767,0.6276,0.3857,1,1,1,1,1,0.295559257,0.650248885,1,1,1,1,1,1,0.523572087,0.803297877,1,1,1,1,1,1,0.121393159,0.502091944,0.602887869,0.602919399,0.603280142
-758,1,0.3598,1,1,1,1,1,1,1,1,0.3442,0.3598,0.5286,1,0.296,1,1,1,1,1,1,0.3907,0.296,0.5831,1,0.6274,1,1,1,0.0637,0.6274,0.2815,1,1,1,1,1,0.284105003,0.789278746,1,1,1,1,1,1,0.363970846,0.807305992,1,1,1,1,1,1,0.095153846,0.637228251,0.590804737,0.590649461,0.590868794
-759,1,0.3596,1,1,1,1,1,1,1,1,0.508,0.3596,0.4206,1,0.2959,1,1,1,1,1,1,0.4543,0.2959,0.4177,1,0.6273,1,1,1,0.0605,0.6273,0.2399,1,1,1,1,1,0.51749301,0.649998069,1,1,1,1,1,1,0.48369953,0.644721627,1,1,1,1,1,1,0.084747866,0.608169794,0.585729821,0.585572245,0.585992908
-760,1,0.3595,1,1,1,1,1,1,1,1,0.6019,0.3595,0.2085,1,0.2958,1,1,1,1,1,1,0.7078,0.2958,0.2475,1,0.6271,1,1,1,0.1009,0.6271,0.0524,1,1,1,1,1,0.625428975,0.408553988,1,1,1,1,1,1,0.65403223,0.462702394,1,1,1,1,1,1,0.126617715,0.326582402,0.602706622,0.602707849,0.602836879
-761,1,0.3593,1,1,1,1,1,1,1,1,0.5202,0.3593,0,1,0.2957,1,1,1,1,1,1,0.6405,0.2957,0,1,0.6269,1,1,1,0.1203,0.6269,0,1,1,1,1,1,0.726660848,0,1,1,1,1,1,1,0.619054437,0,1,1,1,1,1,1,0.180751711,0,0.656234896,0.656230167,0.656471631
-762,1,0.3592,1,1,1,1,1,1,1,1,0.4682,0.3592,0,1,0.2956,1,1,1,1,1,1,0.4393,0.2956,0,1,0.6267,1,1,1,0.1132,0.6267,0,1,1,1,1,1,0.591703415,0,1,1,1,1,1,1,0.563939154,0,1,1,1,1,1,1,0.156880841,0,0.663484775,0.66363444,0.66356383
-763,1,0.359,1,1,1,1,1,1,1,1,0.5178,0.359,0,1,0.2954,1,1,1,1,1,1,0.4075,0.2954,0,1,0.6266,1,1,1,0.1585,0.6266,0,1,1,1,1,1,0.628118157,0,1,1,1,1,1,1,0.470415711,0,1,1,1,1,1,1,0.149838775,0,0.647172547,0.647133488,0.647606383
-764,1,0.3589,1,1,1,1,1,1,1,1,0.4126,0.3589,0,1,0.2953,1,1,1,1,1,1,0.6693,0.2953,0,1,0.6264,1,1,1,0.1223,0.6264,0,1,1,1,1,1,0.458319247,0,1,1,1,1,1,1,0.595134854,0,1,1,1,1,1,1,0.136293709,0,0.621133398,0.621112757,0.621453901
-765,1,0.3587,1,1,1,1,1,1,1,1,0.4976,0.3587,0,1,0.2952,1,1,1,1,1,1,0.6403,0.2952,0,1,0.6262,1,1,1,0.1301,0.6262,0,1,1,1,1,1,0.534213841,0,1,1,1,1,1,1,0.525857151,0,1,1,1,1,1,1,0.199996233,0,0.578902852,0.578802623,0.578900709
-766,1,0.3586,1,1,1,1,1,1,1,1,0.3818,0.3586,0,1,0.2951,1,1,1,1,1,1,0.1559,0.2951,0,1,0.626,1,1,1,0.1651,0.626,0,1,1,1,1,1,0.353278667,0,1,1,1,1,1,1,0.180678129,0,1,1,1,1,1,1,0.271416903,0,0.522716288,0.522741697,0.523049645
-767,1,0.3584,1,1,1,1,1,1,1,1,0.3869,0.3584,0,1,0.295,1,1,1,1,1,1,0.1395,0.295,0,1,0.6259,1,1,1,0.1833,0.6259,0,1,1,1,1,1,0.314005017,0,0.976829052,1,1,1,1,1,0.267841458,0,1,1,1,1,1,1,0.18743366,0,0.472812953,0.472815739,0.47251773
-768,1,0.3583,1,1,1,1,1,1,1,1,0.3766,0.3583,0,1,0.2949,1,1,1,1,1,1,0.1651,0.2949,0,1,0.6257,1,1,1,0.1326,0.6257,0,1,1,1,1,1,0.383086562,0,0.980810642,1,1,1,1,1,0.251514494,0,0.72747016,1,1,1,1,1,0.107498989,0,0.440550991,0.440660038,0.440602837
-769,1,0.3581,1,1,1,1,1,1,1,1,0.3818,0.3581,0,1,0.2948,1,1,1,1,1,1,0.1017,0.2948,0,1,0.6255,1,1,1,0.1683,0.6255,0,1,1,1,1,1,0.44350031,0,0.996657252,1,1,1,1,1,0.176520094,0,0.414286911,1,1,1,1,1,0.126835629,0,0.423936684,0.423947535,0.424202128
-770,1,0.358,1,1,1,1,1,1,1,1,0.3323,0.358,0,1,0.2947,1,1,1,1,1,1,0.1661,0.2947,0,1,0.6253,1,1,1,0.1828,0.6253,0,1,1,1,1,1,0.368468523,0,0.985633254,1,1,1,1,1,0.269503593,0,0.674025476,1,1,1,1,1,0.196585596,0,0.416324311,0.416331711,0.416223404
-771,1,0.3578,1,1,1,1,1,1,1,1,0.3623,0.3578,0,1,0.2946,1,1,1,1,1,1,0.2851,0.2946,0,1,0.6252,1,1,1,0.2129,0.6252,0,1,1,1,1,1,0.395563096,0,0.823532403,1,1,1,1,1,0.402520478,0,0.497878581,1,1,1,1,1,0.257330477,0,0.416988884,0.416966363,0.417109929
-772,1,0.3576,1,1,1,1,1,1,1,1,0.2286,0.3576,0,1,0.2945,1,1,1,1,1,1,0.2959,0.2945,0,1,0.625,1,1,1,0.1277,0.625,0,1,1,1,1,1,0.167541265,0,0.547575772,1,1,1,1,1,0.319666445,0,0.388032496,1,1,1,1,1,0.181628242,0,0.430884485,0.430717157,0.430851064
-773,1,0.3575,1,1,1,1,1,1,1,1,0.157,0.3575,0,1,0.2943,1,1,1,1,1,1,0.1445,0.2943,0,1,0.6248,1,1,1,0.1051,0.6248,0,1,1,1,1,1,0.139193848,0,0.388577133,1,1,1,1,1,0.215694755,0,0.347200036,1,1,1,1,1,0.15911755,0,0.47577332,0.475777449,0.475620567
-774,1,0.3573,1,1,1,1,1,1,1,1,0.1319,0.3573,0,1,0.2942,1,1,1,1,1,1,0.1067,0.2942,0,1,0.6246,1,1,1,0.1199,0.6246,0,1,1,1,1,1,0.156281605,0,0.407628477,1,1,1,1,1,0.215539813,0,0.386353433,1,1,1,1,1,0.180105969,0,0.559569841,0.559763063,0.559397163
-775,1,0.3572,1,1,1,1,1,1,1,1,0.1174,0.3572,0,1,0.2941,1,1,1,1,1,1,0.0747,0.2941,0,1,0.6245,1,1,1,0.113,0.6245,0,1,1,1,1,1,0.084279515,0,0.243772924,1,1,1,1,1,0.1368981,0,0.228318334,1,1,1,1,1,0.187229291,0,0.604035766,0.603977153,0.604166667
-776,1,0.357,1,1,1,1,1,1,1,1,0.0933,0.357,0.1455,1,0.294,1,1,1,1,1,1,0.0156,0.294,0.09,1,0.6243,1,1,1,0.1572,0.6243,0.1705,1,1,1,1,1,0.055331144,0.206003532,0.052970622,1,1,1,1,1,0.054104786,0.133128136,0.021001048,1,1,1,1,1,0.234524131,0.330661446,0.612312711,0.612227629,0.61214539
-777,1,0.3569,1,1,1,1,1,1,1,1,0.0477,0.3569,0.2427,1,0.2939,1,1,1,1,1,1,0.0078,0.2939,0.1936,1,0.6241,1,1,1,0.1303,0.6241,0.3236,1,1,1,1,1,0.056644224,0.3757824,0.057929832,1,1,1,1,1,0.029560359,0.298018128,0.019363616,1,1,1,1,1,0.184579626,0.482598841,0.617870952,0.617727946,0.618351064
-778,1,0.3567,1,1,1,1,1,1,1,1,0.0732,0.3567,0.3104,1,0.2938,1,1,1,1,1,1,0.0075,0.2938,0.3332,1,0.6239,1,1,1,0.1332,0.6239,0.4292,1,1,1,1,1,0.10449855,0.501835227,0.089388102,1,1,1,1,1,0.016660545,0.456856132,0.058379062,1,1,1,1,1,0.162646934,0.59535259,0.623852102,0.623862915,0.624113475
-779,1,0.3566,1,1,1,1,1,1,1,1,0.1364,0.3566,0.3464,1,0.2937,1,1,1,1,1,1,0.1109,0.2937,0.3326,1,0.6238,1,1,1,0.1222,0.6238,0.4401,1,1,1,1,1,0.096431807,0.542283416,0.109146088,1,1,1,1,1,0.104794927,0.510558486,0.037707854,1,1,1,1,1,0.148397759,0.633067608,0.625181247,0.625132219,0.625443262
-780,1,0.3564,1,1,1,1,1,1,1,1,0.1731,0.3564,0.3283,1,0.2936,1,1,1,1,1,1,0.1611,0.2936,0.3824,1,0.6236,1,1,1,0.1236,0.6236,0.4514,1,1,1,1,1,0.092881538,0.520615101,0.261178374,1,1,1,1,1,0.137853146,0.556712389,0.207398713,1,1,1,1,1,0.147312954,0.654635489,0.622704205,0.622593611,0.622783688
-781,1,0.3563,1,1,1,1,1,1,1,1,0.2094,0.3563,0.2946,1,0.2935,1,1,1,1,1,1,0.0972,0.2935,0.3927,1,0.6234,1,1,1,0.1172,0.6234,0.5043,1,1,1,1,1,0.09639807,0.520744085,0.378957778,1,1,1,1,1,0.108982205,0.592068791,0.343934834,1,1,1,1,1,0.171648934,0.63020426,0.621616723,0.621747409,0.621897163
-782,1,0.3561,1,1,1,1,1,1,1,1,0.2582,0.3561,0.2536,1,0.2934,1,1,1,1,1,1,0.0618,0.2934,0.3493,1,0.6232,1,1,1,0.1344,0.6232,0.4798,1,1,1,1,1,0.093670771,0.443469852,0.494419336,1,1,1,1,1,0.083654523,0.508905947,0.31976676,1,1,1,1,1,0.19780083,0.585876882,0.619623006,0.619631902,0.619680851
-783,1,0.356,1,1,1,1,1,1,1,1,0.2275,0.356,0.175,1,0.2933,1,1,1,1,1,1,0.0742,0.2933,0.2221,1,0.6231,1,1,1,0.0897,0.6231,0.3351,1,1,1,1,1,0.065327302,0.282931417,0.771311641,1,1,1,1,1,0.09714818,0.336022586,0.20859766,1,1,1,1,1,0.114634141,0.393366545,0.625241663,0.62534377,0.625443262
-784,1,0.3558,1,1,1,1,1,1,1,1,0.2053,0.3558,0.034,1,0.2931,1,1,1,1,1,1,0.1879,0.2931,0.0478,1,0.6229,1,1,1,0.0933,0.6229,0.1195,1,1,1,1,1,0.072655536,0.059185028,0.924888492,1,1,1,1,1,0.170839787,0.102845892,0.265742421,1,1,1,1,1,0.092381261,0.07587561,0.652368294,0.652422255,0.65248227
-785,1,0.3557,1,1,1,1,1,1,1,1,0.1966,0.3557,0,1,0.293,1,1,1,1,1,1,0.2954,0.293,0,1,0.6227,1,1,1,0.1399,0.6227,0,1,1,1,1,1,0.106875919,0,1,1,1,1,1,1,0.24082078,0,0.409732759,1,1,1,1,1,0.180342734,0,0.692665539,0.692616882,0.692819149
-786,1,0.3555,1,1,1,1,1,1,1,1,0.1835,0.3555,0,1,0.2929,1,1,1,1,1,1,0.3657,0.2929,0,1,0.6225,1,1,1,0.2193,0.6225,0,1,1,1,1,1,0.136248887,0,1,1,1,1,1,1,0.32001996,0,0.409101367,1,1,1,1,1,0.309749097,0,0.694659256,0.694732388,0.694592199
-787,1,0.3554,1,1,1,1,1,1,1,1,0.1348,0.3554,0,1,0.2928,1,1,1,1,1,1,0.2629,0.2928,0,1,0.6223,1,1,1,0.1539,0.6223,0,1,1,1,1,1,0.120198637,0,0.969779372,1,1,1,1,1,0.220218718,0,0.202965468,1,1,1,1,1,0.208642468,0,0.678709522,0.678654538,0.679078014
-788,1,0.3552,1,1,1,1,1,1,1,1,0.1303,0.3552,0,1,0.2927,1,1,1,1,1,1,0.5648,0.2927,0,1,0.6222,1,1,1,0.2421,0.6222,0,1,1,1,1,1,0.185680255,0,0.88285172,1,1,1,1,1,0.456699103,0,0.271671474,1,1,1,1,1,0.299866736,0,0.654059932,0.65411466,0.654255319
-789,1,0.3551,1,1,1,1,1,1,1,1,0.1532,0.3551,0,1,0.2926,1,1,1,1,1,1,0.5892,0.2926,0,1,0.622,1,1,1,0.222,0.622,0,1,1,1,1,1,0.261445582,0,0.851768255,1,1,1,1,1,0.530942202,0,0.297862083,1,1,1,1,1,0.280218422,0,0.611708555,0.611804527,0.611702128
-790,1,0.3549,1,1,1,1,1,1,1,1,0.2442,0.3549,0,1,0.2925,1,1,1,1,1,1,0.6145,0.2925,0,1,0.6218,1,1,1,0.2078,0.6218,0,1,1,1,1,1,0.389072001,0,0.768877149,1,1,1,1,1,0.627009869,0,0.523702145,1,1,1,1,1,0.268600106,0,0.556549058,0.556589803,0.556737589
-791,1,0.3548,1,1,1,1,1,1,1,1,0.2866,0.3548,0,1,0.2924,1,1,1,1,1,1,0.5073,0.2924,0,1,0.6216,1,1,1,0.2657,0.6216,0,1,1,1,1,1,0.419161379,0,0.709473848,1,1,1,1,1,0.51958853,0,0.626044512,1,1,1,1,1,0.341568589,0,0.507068632,0.507086947,0.507092199
-792,1,0.3546,1,1,1,1,1,1,1,1,0.306,0.3546,0,1,0.2923,1,1,1,1,1,1,0.6853,0.2923,0,1,0.6215,1,1,1,0.3213,0.6215,0,1,1,1,1,1,0.476029575,0,0.703855813,1,1,1,1,1,0.717554569,0,0.584649742,1,1,1,1,1,0.409523487,0,0.474685839,0.474719695,0.474734043
-793,1,0.3544,1,1,1,1,1,1,1,1,0.3078,0.3544,0,1,0.2922,1,1,1,1,1,1,0.6133,0.2922,0,1,0.6213,1,1,1,0.2832,0.6213,0,1,1,1,1,1,0.411838561,0,0.978587091,1,1,1,1,1,0.667128503,0,0.773313165,1,1,1,1,1,0.345329881,0,0.45740696,0.457372541,0.457446809
-794,1,0.3543,1,1,1,1,1,1,1,1,0.2736,0.3543,0,1,0.292,1,1,1,1,1,1,0.5158,0.292,0,1,0.6211,1,1,1,0.2951,0.6211,0,1,1,1,1,1,0.287796199,0,0.999675751,1,1,1,1,1,0.614007771,0,1,1,1,1,1,1,0.428371191,0,0.451184147,0.451237571,0.451241135
-795,1,0.3541,1,1,1,1,1,1,1,1,0.2412,0.3541,0,1,0.2919,1,1,1,1,1,1,0.3481,0.2919,0,1,0.6209,1,1,1,0.3276,0.6209,0,1,1,1,1,1,0.231116414,0,0.925075769,1,1,1,1,1,0.428339601,0,1,1,1,1,1,1,0.47630775,0,0.452090382,0.452083774,0.45212766
-796,1,0.354,1,1,1,1,1,1,1,1,0.3107,0.354,0,1,0.2918,1,1,1,1,1,1,0.2595,0.2918,0,1,0.6208,1,1,1,0.4021,0.6208,0,1,1,1,1,1,0.247458607,0,1,1,1,1,1,1,0.343908995,0,1,1,1,1,1,1,0.594658077,0,0.466046399,0.466046118,0.466312057
-797,1,0.3538,1,1,1,1,1,1,1,1,0.2331,0.3538,0,1,0.2917,1,1,1,1,1,1,0.3978,0.2917,0,1,0.6206,1,1,1,0.4368,0.6206,0,1,1,1,1,1,0.244129777,0,0.902260423,1,1,1,1,1,0.460561693,0,1,1,1,1,1,1,0.664610445,0,0.511237313,0.51110641,0.51108156
-798,1,0.3537,1,1,1,1,1,1,1,1,0.2189,0.3537,0,1,0.2916,1,1,1,1,1,1,0.3029,0.2916,0,1,0.6204,1,1,1,0.4581,0.6204,0,1,1,1,1,1,0.184182227,0,0.835264206,1,1,1,1,1,0.297472179,0,1,1,1,1,1,1,0.710611522,0,0.594610923,0.594668923,0.594858156
-799,1,0.3535,1,1,1,1,1,1,1,1,0.2299,0.3535,0,1,0.2915,1,1,1,1,1,1,0.2191,0.2915,0,1,0.6202,1,1,1,0.37,0.6202,0,1,1,1,1,1,0.225504801,0,0.67254287,1,1,1,1,1,0.198571995,0,0.926411092,1,1,1,1,1,0.622478068,0,0.635633156,0.635709752,0.635638298
-800,1,0.3534,1,1,1,1,1,1,1,1,0.2891,0.3534,0.2753,1,0.2914,1,1,1,1,1,1,0.3339,0.2914,0.2852,1,0.6201,1,1,1,0.5172,0.6201,0.2222,1,1,1,1,1,0.287564903,0.550591052,0.565490961,1,1,1,1,1,0.29392606,0.535572886,0.735062361,1,1,1,1,1,0.774337292,0.488184839,0.640647656,0.640786968,0.640957447
-801,1,0.3532,1,1,1,1,1,1,1,1,0.2375,0.3532,0.4988,1,0.2913,1,1,1,1,1,1,0.4184,0.2913,0.5084,1,0.6199,1,1,1,0.3984,0.6199,0.3733,1,1,1,1,1,0.227531835,0.825124741,0.503312111,1,1,1,1,1,0.394023865,0.816006422,0.869518399,1,1,1,1,1,0.638944924,0.723017454,0.639137264,0.639094563,0.639184397
-802,1,0.3531,1,1,1,1,1,1,1,1,0.1947,0.3531,0.6555,1,0.2912,1,1,1,1,1,1,0.4496,0.2912,0.6649,1,0.6197,1,1,1,0.3475,0.6197,0.4894,1,1,1,1,1,0.193130091,0.968725562,0.397825956,1,1,1,1,1,0.443158627,0.967505455,0.512563586,1,1,1,1,1,0.539852619,0.87814343,0.637626873,0.637825259,0.63785461
-803,1,0.3529,1,1,1,1,1,1,1,1,0.1596,0.3529,0.727,1,0.2911,1,1,1,1,1,1,0.4542,0.2911,0.739,1,0.6195,1,1,1,0.3008,0.6195,0.6147,1,1,1,1,1,0.184616253,0.997696698,0.467158616,1,1,1,1,1,0.424032271,1,0.436321497,1,1,1,1,1,0.458831966,0.96494925,0.631464476,0.631478739,0.631648936
-804,1,0.3528,1,1,1,1,1,1,1,1,0.2111,0.3528,0.7355,1,0.2909,1,1,1,1,1,1,0.4211,0.2909,0.7491,1,0.6194,1,1,1,0.231,0.6194,0.674,1,1,1,1,1,0.253531963,1,0.465070426,1,1,1,1,1,0.374708116,1,0.454321802,1,1,1,1,1,0.350636512,0.939557195,0.6199855,0.619843453,0.620124113
-805,1,0.3526,1,1,1,1,1,1,1,1,0.2691,0.3526,0.7286,1,0.2908,1,1,1,1,1,1,0.3076,0.2908,0.7427,1,0.6192,1,1,1,0.3002,0.6192,0.6074,1,1,1,1,1,0.365109563,0.997563839,0.527628541,1,1,1,1,1,0.27788797,1,0.467457116,1,1,1,1,1,0.471201092,0.879588604,0.612252296,0.612227629,0.61214539
-806,1,0.3525,1,1,1,1,1,1,1,1,0.3164,0.3525,0.6589,1,0.2907,1,1,1,1,1,1,0.3027,0.2907,0.6855,1,0.619,1,1,1,0.3104,0.619,0.5635,1,1,1,1,1,0.383451283,0.974974573,0.402595043,1,1,1,1,1,0.29648748,0.98572433,0.433334589,1,1,1,1,1,0.492583811,0.906751275,0.602767037,0.602707849,0.602836879
-807,1,0.3523,1,1,1,1,1,1,1,1,0.2354,0.3523,0.4977,1,0.2906,1,1,1,1,1,1,0.2465,0.2906,0.5306,1,0.6188,1,1,1,0.2295,0.6188,0.4017,1,1,1,1,1,0.262180358,0.810561597,0.319198489,1,1,1,1,1,0.253713667,0.845061898,0.376916498,1,1,1,1,1,0.394755781,0.779628754,0.599565007,0.599746139,0.599734043
-808,1,0.3522,1,1,1,1,1,1,1,1,0.216,0.3522,0.2796,1,0.2905,1,1,1,1,1,1,0.2435,0.2905,0.3169,1,0.6187,1,1,1,0.1604,0.6187,0.1843,1,1,1,1,1,0.237569928,0.552969933,0.186368495,1,1,1,1,1,0.245726928,0.586941719,0.370740831,1,1,1,1,1,0.321599871,0.4947671,0.617448043,0.617516395,0.617464539
-809,1,0.352,1,1,1,1,1,1,1,1,0.1181,0.352,0,1,0.2904,1,1,1,1,1,1,0.0876,0.2904,0.0002,1,0.6185,1,1,1,0.2637,0.6185,0,1,1,1,1,1,0.154034868,0,0.095573373,1,1,1,1,1,0.122582242,0.003754332,0.28421545,1,1,1,1,1,0.539359212,0,0.666868052,0.6668077,0.666666667
-810,1,0.3519,1,1,1,1,1,1,1,1,0.137,0.3519,0,1,0.2903,1,1,1,1,1,1,0.0671,0.2903,0,1,0.6183,1,1,1,0.2786,0.6183,0,1,1,1,1,1,0.210450292,0,0.170891523,1,1,1,1,1,0.104897082,0,0.395336926,1,1,1,1,1,0.582202852,0,0.67357419,0.673577322,0.673758865
-811,1,0.3517,1,1,1,1,1,1,1,1,0.1675,0.3517,0,1,0.2902,1,1,1,1,1,1,0.0428,0.2902,0,1,0.6181,1,1,1,0.1842,0.6181,0,1,1,1,1,1,0.231337026,0,0.261744946,1,1,1,1,1,0.079567641,0,0.522135854,1,1,1,1,1,0.398145735,0,0.656959884,0.656864819,0.656914894
-812,1,0.3516,1,1,1,1,1,1,1,1,0.1272,0.3516,0,1,0.2901,1,1,1,1,1,1,0.0346,0.2901,0,1,0.618,1,1,1,0.1593,0.618,0,1,1,1,1,1,0.160837963,0,0.202107742,1,1,1,1,1,0.056579795,0,0.158446863,1,1,1,1,1,0.235560238,0,0.634847753,0.634651999,0.635195035
-813,1,0.3514,1,1,1,1,1,1,1,1,0.1433,0.3514,0,1,0.29,1,1,1,1,1,1,0.0315,0.29,0,1,0.6178,1,1,1,0.1576,0.6178,0,1,1,1,1,1,0.171566278,0,0.202914476,1,1,1,1,1,0.046720639,0,0.035966493,1,1,1,1,1,0.216202423,0,0.601860802,0.601650095,0.601950355
-814,1,0.3512,1,1,1,1,1,1,1,1,0.2056,0.3512,0,1,0.2898,1,1,1,1,1,1,0.0468,0.2898,0,1,0.6176,1,1,1,0.1383,0.6176,0,1,1,1,1,1,0.206517622,0,0.189484596,1,1,1,1,1,0.070696503,0,0.051558644,1,1,1,1,1,0.183955804,0,0.556851136,0.556801354,0.556737589
-815,1,0.3511,1,1,1,1,1,1,1,1,0.1736,0.3511,0,1,0.2897,1,1,1,1,1,1,0.1015,0.2897,0,1,0.6174,1,1,1,0.1539,0.6174,0,1,1,1,1,1,0.176681399,0,0.352852225,1,1,1,1,1,0.142729834,0,0.143725678,1,1,1,1,1,0.334290475,0,0.508397777,0.508356251,0.508421986
-816,1,0.3509,1,1,1,1,1,1,1,1,0.1804,0.3509,0,1,0.2896,1,1,1,1,1,1,0.166,0.2896,0,1,0.6173,1,1,1,0.162,0.6173,0,1,1,1,1,1,0.186427265,0,0.281211197,1,1,1,1,1,0.208615676,0,0.128578529,1,1,1,1,1,0.369595319,0,0.472631706,0.472604189,0.47251773
-817,1,0.3508,1,1,1,1,1,1,1,1,0.1662,0.3508,0,1,0.2895,1,1,1,1,1,1,0.2032,0.2895,0,1,0.6171,1,1,1,0.1114,0.6171,0,1,1,1,1,1,0.141543105,0,0.24352926,1,1,1,1,1,0.252239645,0,0.276502103,1,1,1,1,1,0.268615037,0,0.45281537,0.452718426,0.453014184
-818,1,0.3506,1,1,1,1,1,1,1,1,0.1975,0.3506,0,1,0.2894,1,1,1,1,1,1,0.218,0.2894,0,1,0.6169,1,1,1,0.0935,0.6169,0,1,1,1,1,1,0.127795607,0,0.551390767,1,1,1,1,1,0.279464722,0,0.622407973,1,1,1,1,1,0.245638654,0,0.441880135,0.441929342,0.441932624
-819,1,0.3505,1,1,1,1,1,1,1,1,0.2276,0.3505,0,1,0.2893,1,1,1,1,1,1,0.233,0.2893,0,1,0.6167,1,1,1,0.1134,0.6167,0,1,1,1,1,1,0.181273267,0,0.639246702,1,1,1,1,1,0.317038506,0,0.581334531,1,1,1,1,1,0.272215456,0,0.437590623,0.437698329,0.4375
-820,1,0.3503,1,1,1,1,1,1,1,1,0.2669,0.3503,0,1,0.2892,1,1,1,1,1,1,0.27,0.2892,0,1,0.6166,1,1,1,0.1904,0.6166,0,1,1,1,1,1,0.244429097,0,0.686047196,1,1,1,1,1,0.390875399,0,0.642005801,1,1,1,1,1,0.330373973,0,0.440913485,0.440871589,0.440602837
-821,1,0.3502,1,1,1,1,1,1,1,1,0.2565,0.3502,0,1,0.2891,1,1,1,1,1,1,0.2033,0.2891,0,1,0.6164,1,1,1,0.226,0.6164,0,1,1,1,1,1,0.259771109,0,0.794963002,1,1,1,1,1,0.304329753,0,0.480959177,1,1,1,1,1,0.291830659,0,0.456863219,0.456737889,0.457003546
-822,1,0.35,1,1,1,1,1,1,1,1,0.191,0.35,0,1,0.289,1,1,1,1,1,1,0.2361,0.289,0,1,0.6162,1,1,1,0.2889,0.6162,0,1,1,1,1,1,0.236181334,0,0.556034267,1,1,1,1,1,0.339219898,0,0.283207864,1,1,1,1,1,0.351346254,0,0.488279362,0.488258938,0.488475177
-823,1,0.3499,1,1,1,1,1,1,1,1,0.2067,0.3499,0,1,0.2889,1,1,1,1,1,1,0.2096,0.2889,0,1,0.616,1,1,1,0.2231,0.616,0,1,1,1,1,1,0.188757405,0,0.737434208,1,1,1,1,1,0.298683941,0,0.633132994,1,1,1,1,1,0.285051942,0,0.520541324,0.52062619,0.520833333
-824,1,0.3497,1,1,1,1,1,1,1,1,0.2028,0.3497,0.2573,1,0.2887,1,1,1,1,1,1,0.1707,0.2887,0.2491,1,0.6158,1,1,1,0.277,0.6158,0.2179,1,1,1,1,1,0.236170962,0.460373342,0.82946074,1,1,1,1,1,0.187391132,0.41150254,0.628424644,1,1,1,1,1,0.510358453,0.426907063,0.554615756,0.554685847,0.554964539
-825,1,0.3496,1,1,1,1,1,1,1,1,0.1655,0.3496,0.4428,1,0.2886,1,1,1,1,1,1,0.1428,0.2886,0.4212,1,0.6157,1,1,1,0.1817,0.6157,0.4377,1,1,1,1,1,0.150341004,0.712262988,0.899591923,1,1,1,1,1,0.133782476,0.644474685,0.619172275,1,1,1,1,1,0.330415368,0.684625208,0.575398743,0.575417813,0.575797872
-826,1,0.3494,1,1,1,1,1,1,1,1,0.2659,0.3494,0.5817,1,0.2885,1,1,1,1,1,1,0.398,0.2885,0.565,1,0.6155,1,1,1,0.2194,0.6155,0.5688,1,1,1,1,1,0.258907408,0.809171498,0.853770852,1,1,1,1,1,0.350717634,0.803192556,0.431081176,1,1,1,1,1,0.325391978,0.830927074,0.582467376,0.582610535,0.582446809
-827,1,0.3493,1,1,1,1,1,1,1,1,0.2453,0.3493,0.5987,1,0.2884,1,1,1,1,1,1,0.5621,0.2884,0.6201,1,0.6153,1,1,1,0.2477,0.6153,0.5992,1,1,1,1,1,0.283280671,0.85270822,0.646825612,1,1,1,1,1,0.471854299,0.840317607,0.371200025,1,1,1,1,1,0.376242936,0.963212609,0.577996617,0.577956421,0.578014184
-828,1,0.3491,1,1,1,1,1,1,1,1,0.2446,0.3491,0.6564,1,0.2883,1,1,1,1,1,1,0.4415,0.2883,0.6135,1,0.6151,1,1,1,0.3111,0.6151,0.6509,1,1,1,1,1,0.273270667,0.911302209,0.369567186,1,1,1,1,1,0.391232908,0.816644371,0.242984816,1,1,1,1,1,0.489652574,0.98288697,0.568450942,0.568436641,0.568705674
-829,1,0.349,1,1,1,1,1,1,1,1,0.226,0.349,0.6124,1,0.2882,1,1,1,1,1,1,0.3494,0.2882,0.5587,1,0.615,1,1,1,0.2731,0.615,0.666,1,1,1,1,1,0.253780514,0.836064219,0.140949965,1,1,1,1,1,0.315298557,0.813836873,0.103268854,1,1,1,1,1,0.432372004,0.995891333,0.556488642,0.556589803,0.556737589
-830,1,0.3488,1,1,1,1,1,1,1,1,0.1888,0.3488,0.5068,1,0.2881,1,1,1,1,1,1,0.4235,0.2881,0.5271,1,0.6148,1,1,1,0.3021,0.6148,0.6132,1,1,1,1,1,0.230576187,0.759458184,0.335208744,1,1,1,1,1,0.356083214,0.776669323,0.15858981,1,1,1,1,1,0.428593785,0.920336485,0.5489971,0.548973979,0.549202128
-831,1,0.3487,1,1,1,1,1,1,1,1,0.157,0.3487,0.4084,1,0.288,1,1,1,1,1,1,0.4151,0.288,0.3826,1,0.6146,1,1,1,0.2923,0.6146,0.4604,1,1,1,1,1,0.223688602,0.676817715,0.551024437,1,1,1,1,1,0.354273677,0.57527405,0.182983503,1,1,1,1,1,0.411392301,0.759069204,0.549661672,0.549820182,0.54964539
-832,1,0.3485,1,1,1,1,1,1,1,1,0.1292,0.3485,0.2368,1,0.2879,1,1,1,1,1,1,0.2194,0.2879,0.213,1,0.6144,1,1,1,0.3571,0.6144,0.239,1,1,1,1,1,0.180839539,0.492759377,0.602906704,1,1,1,1,1,0.209992796,0.383338153,0.146773562,1,1,1,1,1,0.541352153,0.494016945,0.571290478,0.57139835,0.571365248
-833,1,0.3484,1,1,1,1,1,1,1,1,0.0989,0.3484,0,1,0.2878,1,1,1,1,1,1,0.106,0.2878,0,1,0.6143,1,1,1,0.4468,0.6143,0,1,1,1,1,1,0.189725265,0,0.447923183,1,1,1,1,1,0.107788622,0,0.066135868,1,1,1,1,1,0.659112215,0,0.626449976,0.626401523,0.62677305
-834,1,0.3482,1,1,1,1,1,1,1,1,0.1215,0.3482,0,1,0.2877,1,1,1,1,1,1,0.0704,0.2877,0,1,0.6141,1,1,1,0.4554,0.6141,0,1,1,1,1,1,0.215308055,0,0.116892323,1,1,1,1,1,0.112563796,0,0.064659432,1,1,1,1,1,0.706642568,0,0.638472692,0.638459911,0.638741135
-835,1,0.3481,1,1,1,1,1,1,1,1,0.0708,0.3481,0,1,0.2875,1,1,1,1,1,1,0.0673,0.2875,0,1,0.6139,1,1,1,0.2964,0.6139,0,1,1,1,1,1,0.095725782,0,0.076190785,1,1,1,1,1,0.11805065,0,0.125782728,1,1,1,1,1,0.498981714,0,0.623731271,0.623651365,0.624113475
-836,1,0.3479,1,1,1,1,1,1,1,1,0.1338,0.3479,0,1,0.2874,1,1,1,1,1,1,0.0646,0.2874,0,1,0.6137,1,1,1,0.2663,0.6137,0,1,1,1,1,1,0.118272997,0,0.233428583,1,1,1,1,1,0.144602031,0,0.103449479,1,1,1,1,1,0.504814029,0,0.606150314,0.606092659,0.606382979
-837,1,0.3477,1,1,1,1,1,1,1,1,0.0713,0.3477,0,1,0.2873,1,1,1,1,1,1,0.0594,0.2873,0,1,0.6136,1,1,1,0.2632,0.6136,0,1,1,1,1,1,0.084747814,0,0.343013287,1,1,1,1,1,0.110897079,0,0.400012612,1,1,1,1,1,0.579486549,0,0.579325761,0.579437275,0.579343972
-838,1,0.3476,1,1,1,1,1,1,1,1,0.1374,0.3476,0,1,0.2872,1,1,1,1,1,1,0.0433,0.2872,0,1,0.6134,1,1,1,0.3004,0.6134,0,1,1,1,1,1,0.123605423,0,0.184366614,1,1,1,1,1,0.104109451,0,0.381395578,1,1,1,1,1,0.613389611,0,0.543559691,0.543685213,0.543882979
-839,1,0.3474,1,1,1,1,1,1,1,1,0.1337,0.3474,0,1,0.2871,1,1,1,1,1,1,0,0.2871,0,1,0.6132,1,1,1,0.3288,0.6132,0,1,1,1,1,1,0.105448969,0,0.225676388,1,1,1,1,1,0.042924725,0,0.252165437,1,1,1,1,1,0.622210026,0,0.50598115,0.506029194,0.506205674
-840,1,0.3473,1,1,1,1,1,1,1,1,0.1238,0.3473,0,1,0.287,1,1,1,1,1,1,0,0.287,0,1,0.613,1,1,1,0.3566,0.613,0,1,1,1,1,1,0.089078993,0,0.345335156,1,1,1,1,1,0.014412494,0,0.162546873,1,1,1,1,1,0.563840568,0,0.475894152,0.475777449,0.47606383
-841,1,0.3471,1,1,1,1,1,1,1,1,0.1302,0.3471,0,1,0.2869,1,1,1,1,1,1,0.0069,0.2869,0,1,0.6129,1,1,1,0.3586,0.6129,0,1,1,1,1,1,0.117024496,0,0.391366065,1,1,1,1,1,0.039288551,0,0.24222514,1,1,1,1,1,0.534364223,0,0.458856936,0.458853395,0.458776596
-842,1,0.347,1,1,1,1,1,1,1,1,0.1362,0.347,0,1,0.2868,1,1,1,1,1,1,0.0183,0.2868,0,1,0.6127,1,1,1,0.3681,0.6127,0,1,1,1,1,1,0.118824854,0,0.553888798,1,1,1,1,1,0.059918709,0,0.830320418,1,1,1,1,1,0.514667571,0,0.450882069,0.45081447,0.451241135
-843,1,0.3468,1,1,1,1,1,1,1,1,0.1338,0.3468,0,1,0.2867,1,1,1,1,1,1,0.0036,0.2867,0,1,0.6125,1,1,1,0.3488,0.6125,0,1,1,1,1,1,0.111476235,0,0.491337121,1,1,1,1,1,0.022630405,0,0.957851589,1,1,1,1,1,0.48230046,0,0.448646689,0.448698963,0.449024823
-844,1,0.3467,1,1,1,1,1,1,1,1,0.1287,0.3467,0,1,0.2866,1,1,1,1,1,1,0.0093,0.2866,0,1,0.6123,1,1,1,0.3451,0.6123,0,1,1,1,1,1,0.097801648,0,0.427437663,1,1,1,1,1,0.037658282,0,0.838200331,1,1,1,1,1,0.440921515,0,0.452150797,0.452083774,0.45212766
-845,1,0.3465,1,1,1,1,1,1,1,1,0.1538,0.3465,0,1,0.2864,1,1,1,1,1,1,0.0075,0.2864,0,1,0.6122,1,1,1,0.4285,0.6122,0,1,1,1,1,1,0.141445696,0,0.340255171,1,1,1,1,1,0.029856095,0,0.514610529,1,1,1,1,1,0.55461657,0,0.465321411,0.465411466,0.465425532
-846,1,0.3464,1,1,1,1,1,1,1,1,0.1,0.3464,0,1,0.2863,1,1,1,1,1,1,0,0.2863,0,1,0.612,1,1,1,0.3794,0.612,0,1,1,1,1,1,0.085419931,0,0.429540783,1,1,1,1,1,0.003638875,0,0.399053693,1,1,1,1,1,0.582363784,0,0.487252296,0.487201185,0.48714539
-847,1,0.3462,1,1,1,1,1,1,1,1,0.0843,0.3462,0,1,0.2862,1,1,1,1,1,1,0,0.2862,0,1,0.6118,1,1,1,0.2214,0.6118,0,1,1,1,1,1,0.068729863,0,0.727027893,1,1,1,1,1,0.006751534,0,0.320848674,1,1,1,1,1,0.552599251,0,0.514137264,0.514068119,0.514184397
-848,1,0.3461,1,1,1,1,1,1,1,1,0.0517,0.3461,0.2891,1,0.2861,1,1,1,1,1,1,0,0.2861,0.268,1,0.6116,1,1,1,0.373,0.6116,0.2526,1,1,1,1,1,0.032762598,0.559990883,0.439785004,1,1,1,1,1,0.008029918,0.498138011,0.245589018,1,1,1,1,1,0.678423524,0.563844919,0.549661672,0.549820182,0.54964539
-849,1,0.3459,1,1,1,1,1,1,1,1,0.0273,0.3459,0.5073,1,0.286,1,1,1,1,1,1,0,0.286,0.5038,1,0.6115,1,1,1,0.2296,0.6115,0.4753,1,1,1,1,1,0.00369777,0.828204632,0.227832958,1,1,1,1,1,0.002756852,0.805535793,0.189753145,1,1,1,1,1,0.46848011,0.8287853,0.572438376,0.572456103,0.572695035
-850,1,0.3458,1,1,1,1,1,1,1,1,0.021,0.3458,0.6627,1,0.2859,1,1,1,1,1,1,0,0.2859,0.6629,1,0.6113,1,1,1,0.1883,0.6113,0.6362,1,1,1,1,1,0.002533805,0.968664467,0.142831534,1,1,1,1,1,0.009650202,0.957534432,0.117912307,1,1,1,1,1,0.305383831,0.964415908,0.581923635,0.581764333,0.582003546
-851,1,0.3456,1,1,1,1,1,1,1,1,0.0086,0.3456,0.7274,1,0.2858,1,1,1,1,1,1,0,0.2858,0.7289,1,0.6111,1,1,1,0.1326,0.6111,0.6977,1,1,1,1,1,0.001343728,1,0.10869509,1,1,1,1,1,0.001418007,0.999038279,0.055679325,1,1,1,1,1,0.155464932,0.998545766,0.585125665,0.585149143,0.585106383
-852,1,0.3455,1,1,1,1,1,1,1,1,0.0026,0.3455,0.7364,1,0.2857,1,1,1,1,1,1,0,0.2857,0.7458,1,0.6109,1,1,1,0.159,0.6109,0.7077,1,1,1,1,1,0.001844888,1,0.072744042,1,1,1,1,1,0.004862037,1,0.067545027,1,1,1,1,1,0.266074628,1,0.582709038,0.582822086,0.582890071
-853,1,0.3453,1,1,1,1,1,1,1,1,0.0085,0.3453,0.7298,1,0.2856,1,1,1,1,1,1,0.0234,0.2856,0.7384,1,0.6108,1,1,1,0.2519,0.6108,0.6917,1,1,1,1,1,0.017535098,1,0.022759173,1,1,1,1,1,0.034208026,1,0.026721729,1,1,1,1,1,0.466025144,0.999994397,0.574492508,0.57457161,0.574468085
-854,1,0.3452,1,1,1,1,1,1,1,1,0.0239,0.3452,0.6666,1,0.2855,1,1,1,1,1,1,0.0506,0.2855,0.6868,1,0.6106,1,1,1,0.1972,0.6106,0.6104,1,1,1,1,1,0.042058464,0.977776766,0.002403918,1,1,1,1,1,0.048270788,0.987263799,0,1,1,1,1,1,0.427839428,0.948432624,0.568632189,0.568648191,0.568705674
-855,1,0.345,1,1,1,1,1,1,1,1,0.0313,0.345,0.508,1,0.2853,1,1,1,1,1,1,0.1276,0.2853,0.5375,1,0.6104,1,1,1,0.2052,0.6104,0.4583,1,1,1,1,1,0.06331417,0.841757059,0.000469796,1,1,1,1,1,0.106572866,0.857233703,0,1,1,1,1,1,0.487281531,0.798542261,0.571773804,0.571821451,0.571808511
-856,1,0.3449,1,1,1,1,1,1,1,1,0.0467,0.3449,0.2905,1,0.2852,1,1,1,1,1,1,0.1355,0.2852,0.3275,1,0.6102,1,1,1,0.1815,0.6102,0.2207,1,1,1,1,1,0.087024055,0.586571217,0.002594088,1,1,1,1,1,0.108025193,0.614912093,0,1,1,1,1,1,0.473844349,0.525247097,0.596725471,0.59678443,0.597074468
-857,1,0.3447,1,1,1,1,1,1,1,1,0.0943,0.3447,0,1,0.2851,1,1,1,1,1,1,0.2339,0.2851,0.0084,1,0.61,1,1,1,0.1914,0.61,0,1,1,1,1,1,0.179989189,0,0.020382648,1,1,1,1,1,0.204743609,0.123265848,0.053870682,1,1,1,1,1,0.542647839,0,0.65019333,0.650095198,0.650265957
-858,1,0.3445,1,1,1,1,1,1,1,1,0.1309,0.3445,0,1,0.285,1,1,1,1,1,1,0.1358,0.285,0,1,0.6099,1,1,1,0.2341,0.6099,0,1,1,1,1,1,0.243733898,0,0.066605665,1,1,1,1,1,0.154349297,0,0.152911514,1,1,1,1,1,0.645147681,0,0.641614306,0.641633171,0.641843972
-859,1,0.3444,1,1,1,1,1,1,1,1,0.0999,0.3444,0,1,0.2849,1,1,1,1,1,1,0.1261,0.2849,0,1,0.6097,1,1,1,0.3084,0.6097,0,1,1,1,1,1,0.143719301,0,0.045102619,1,1,1,1,1,0.160438299,0,0.104438744,1,1,1,1,1,0.582486331,0,0.61037941,0.610535223,0.61037234
-860,1,0.3442,1,1,1,1,1,1,1,1,0.1963,0.3442,0,1,0.2848,1,1,1,1,1,1,0.2141,0.2848,0,1,0.6095,1,1,1,0.2774,0.6095,0,1,1,1,1,1,0.292737603,0,0.062908851,1,1,1,1,1,0.22821632,0,0.23796232,1,1,1,1,1,0.506457984,0,0.594610923,0.594668923,0.594858156
-861,1,0.3441,1,1,1,1,1,1,1,1,0.1694,0.3441,0,1,0.2847,1,1,1,1,1,1,0.235,0.2847,0,1,0.6093,1,1,1,0.2634,0.6093,0,1,1,1,1,1,0.313496947,0,0.02836982,1,1,1,1,1,0.233154789,0,0.158601314,1,1,1,1,1,0.594888866,0,0.568934268,0.568859742,0.569148936
-862,1,0.3439,1,1,1,1,1,1,1,1,0.1844,0.3439,0,1,0.2846,1,1,1,1,1,1,0.2489,0.2846,0,1,0.6092,1,1,1,0.3102,0.6092,0,1,1,1,1,1,0.339334935,0,0.040908046,1,1,1,1,1,0.242684647,0,0.189613894,1,1,1,1,1,0.656316519,0,0.549359594,0.549397081,0.54964539
-863,1,0.3438,1,1,1,1,1,1,1,1,0.1828,0.3438,0,1,0.2845,1,1,1,1,1,1,0.224,0.2845,0,1,0.609,1,1,1,0.4361,0.609,0,1,1,1,1,1,0.280231357,0,0.062880099,1,1,1,1,1,0.224786684,0,0.229880109,1,1,1,1,1,0.72626847,0,0.504289512,0.504336789,0.504432624
-864,1,0.3436,1,1,1,1,1,1,1,1,0.157,0.3436,0,1,0.2844,1,1,1,1,1,1,0.1175,0.2844,0,1,0.6088,1,1,1,0.4127,0.6088,0,1,1,1,1,1,0.217731684,0,0.08453732,1,1,1,1,1,0.103881255,0,0.178353414,1,1,1,1,1,0.738749683,0,0.470517158,0.470488682,0.470301418
-865,1,0.3435,1,1,1,1,1,1,1,1,0.1917,0.3435,0,1,0.2842,1,1,1,1,1,1,0.1444,0.2842,0,1,0.6086,1,1,1,0.4573,0.6086,0,1,1,1,1,1,0.322006822,0,0.190398842,1,1,1,1,1,0.118003353,0,0.114973046,1,1,1,1,1,0.790799856,0,0.454507008,0.454622382,0.454787234
-866,1,0.3433,1,1,1,1,1,1,1,1,0.2377,0.3433,0,1,0.2841,1,1,1,1,1,1,0.224,0.2841,0,1,0.6085,1,1,1,0.4732,0.6085,0,1,1,1,1,1,0.434507161,0,0.266363323,1,1,1,1,1,0.213176996,0,0.076398179,1,1,1,1,1,0.843530893,0,0.448707105,0.448698963,0.449024823
-867,1,0.3432,1,1,1,1,1,1,1,1,0.2793,0.3432,0,1,0.284,1,1,1,1,1,1,0.3452,0.284,0,1,0.6083,1,1,1,0.5226,0.6083,0,1,1,1,1,1,0.448220879,0,0.196252823,1,1,1,1,1,0.347487897,0,0.095417023,1,1,1,1,1,0.845435321,0,0.450338328,0.450391369,0.45035461
-868,1,0.343,1,1,1,1,1,1,1,1,0.3921,0.343,0,1,0.2839,1,1,1,1,1,1,0.3049,0.2839,0,1,0.6081,1,1,1,0.5124,0.6081,0,1,1,1,1,1,0.498054385,0,0.246389389,1,1,1,1,1,0.319264442,0,0.183113351,1,1,1,1,1,0.812508643,0,0.464656839,0.464776814,0.464539007
-869,1,0.3429,1,1,1,1,1,1,1,1,0.4844,0.3429,0,1,0.2838,1,1,1,1,1,1,0.383,0.2838,0,1,0.6079,1,1,1,0.4337,0.6079,0,1,1,1,1,1,0.571516097,0,0.336540699,1,1,1,1,1,0.44384259,0,0.166173816,1,1,1,1,1,0.735674143,0,0.508276945,0.508356251,0.508421986
-870,1,0.3427,1,1,1,1,1,1,1,1,0.4505,0.3427,0,1,0.2837,1,1,1,1,1,1,0.3496,0.2837,0,1,0.6078,1,1,1,0.4693,0.6078,0,1,1,1,1,1,0.452351123,0,0.152177453,1,1,1,1,1,0.402027518,0,0.263483763,1,1,1,1,1,0.770290077,0,0.587783954,0.587687751,0.58820922
-871,1,0.3426,1,1,1,1,1,1,1,1,0.4145,0.3426,0.0007,1,0.2836,1,1,1,1,1,1,0.2058,0.2836,0,1,0.6076,1,1,1,0.5481,0.6076,0,1,1,1,1,1,0.359483004,2.32E-05,0.325337172,1,1,1,1,1,0.22563006,0,0.536849499,1,1,1,1,1,0.835405648,0,0.627416626,0.627459276,0.627659574
-872,1,0.3424,1,1,1,1,1,1,1,1,0.3808,0.3424,0.2746,1,0.2835,1,1,1,1,1,1,0.1886,0.2835,0.2778,1,0.6074,1,1,1,0.5645,0.6074,0.2167,1,1,1,1,1,0.341211319,0.528892577,0.449014544,1,1,1,1,1,0.228945702,0.532952964,0.568651915,1,1,1,1,1,0.807698667,0.451677591,0.632974867,0.632959594,0.632978723
-873,1,0.3423,1,1,1,1,1,1,1,1,0.3383,0.3423,0.492,1,0.2834,1,1,1,1,1,1,0.3511,0.2834,0.4936,1,0.6072,1,1,1,0.4348,0.6072,0.34,1,1,1,1,1,0.269757479,0.805305839,0.506131291,1,1,1,1,1,0.337922454,0.799732506,1,1,1,1,1,1,0.74455297,0.690983951,0.629652006,0.629786334,0.629875887
-874,1,0.3421,1,1,1,1,1,1,1,1,0.5224,0.3421,0.6453,1,0.2833,1,1,1,1,1,1,0.3534,0.2833,0.6446,1,0.6071,1,1,1,0.4252,0.6071,0.4983,1,1,1,1,1,0.383661836,0.939649642,0.819687724,1,1,1,1,1,0.321436882,0.944417119,1,1,1,1,1,1,0.723505318,0.915546715,0.627960367,0.627882378,0.628102837
-875,1,0.342,1,1,1,1,1,1,1,1,0.5617,0.342,0.7063,1,0.2831,1,1,1,1,1,1,0.2163,0.2831,0.7134,1,0.6069,1,1,1,0.3999,0.6069,0.5683,1,1,1,1,1,0.414074868,0.989290476,1,1,1,1,1,1,0.208660483,0.999168813,1,1,1,1,1,1,0.68421036,0.962843657,0.622402127,0.622382061,0.622340426
-876,1,0.3418,1,1,1,1,1,1,1,1,0.4832,0.3418,0.7157,1,0.283,1,1,1,1,1,1,0.1643,0.283,0.7244,1,0.6067,1,1,1,0.3997,0.6067,0.6317,1,1,1,1,1,0.422837973,0.998237729,0.996147513,1,1,1,1,1,0.173754543,1,1,1,1,1,1,1,0.67844522,0.977529526,0.611346061,0.611381426,0.611702128
-877,1,0.3417,1,1,1,1,1,1,1,1,0.4552,0.3417,0.7094,1,0.2829,1,1,1,1,1,1,0.1637,0.2829,0.7198,1,0.6065,1,1,1,0.2908,0.6065,0.6378,1,1,1,1,1,0.352924198,0.997105777,1,1,1,1,1,1,0.146003991,0.999991655,1,1,1,1,1,1,0.561279058,0.960744679,0.602767037,0.602707849,0.603280142
-878,1,0.3415,1,1,1,1,1,1,1,1,0.4717,0.3415,0.6458,1,0.2828,1,1,1,1,1,1,0.3163,0.2828,0.6669,1,0.6064,1,1,1,0.3819,0.6064,0.5874,1,1,1,1,1,0.515564084,0.950941801,1,1,1,1,1,1,0.29335773,0.965414941,1,1,1,1,1,1,0.572497129,0.899567187,0.592073465,0.592130315,0.592198582
-879,1,0.3413,1,1,1,1,1,1,1,1,0.5764,0.3413,0.4907,1,0.2827,1,1,1,1,1,1,0.3085,0.2827,0.5206,1,0.6062,1,1,1,0.4325,0.6062,0.4346,1,1,1,1,1,0.582765281,0.817281365,1,1,1,1,1,1,0.277480423,0.837704718,1,1,1,1,1,1,0.580146909,0.757680297,0.587663122,0.587687751,0.587765957
-880,1,0.3412,1,1,1,1,1,1,1,1,0.4931,0.3412,0.2821,1,0.2826,1,1,1,1,1,1,0.3737,0.2826,0.3184,1,0.606,1,1,1,0.4773,0.606,0.2275,1,1,1,1,1,0.511580646,0.573025286,1,1,1,1,1,1,0.338979989,0.603546917,1,1,1,1,1,1,0.700382829,0.498774469,0.605969067,0.605881109,0.605939716
-881,1,0.341,1,1,1,1,1,1,1,1,0.4024,0.341,0,1,0.2825,1,1,1,1,1,1,0.3419,0.2825,0.0115,1,0.6058,1,1,1,0.5313,0.6058,0,1,1,1,1,1,0.506615758,0,1,1,1,1,1,1,0.418177366,0.135398328,1,1,1,1,1,1,0.776309967,0,0.663605607,0.66363444,0.664007092
-882,1,0.3409,1,1,1,1,1,1,1,1,0.489,0.3409,0,1,0.2824,1,1,1,1,1,1,0.5999,0.2824,0,1,0.6057,1,1,1,0.5295,0.6057,0,1,1,1,1,1,0.616340458,0,1,1,1,1,1,1,0.754378319,0,1,1,1,1,1,1,0.809028089,0,0.680280329,0.680346943,0.680407801
-883,1,0.3407,1,1,1,1,1,1,1,1,0.4349,0.3407,0,1,0.2823,1,1,1,1,1,1,0.2528,0.2823,0,1,0.6055,1,1,1,0.5477,0.6055,0,1,1,1,1,1,0.439251482,0,1,1,1,1,1,1,0.360683084,0,1,1,1,1,1,1,0.768584311,0,0.66342436,0.66342289,0.66356383
-884,1,0.3406,1,1,1,1,1,1,1,1,0.3887,0.3406,0,1,0.2822,1,1,1,1,1,1,0.5007,0.2822,0,1,0.6053,1,1,1,0.4565,0.6053,0,1,1,1,1,1,0.427492529,0,0.98142159,1,1,1,1,1,0.665062845,0,1,1,1,1,1,1,0.763937235,0,0.63418318,0.634228898,0.634308511
-885,1,0.3404,1,1,1,1,1,1,1,1,0.3718,0.3404,0,1,0.2821,1,1,1,1,1,1,0.3313,0.2821,0,1,0.6051,1,1,1,0.3776,0.6051,0,1,1,1,1,1,0.309671938,0,0.638815701,1,1,1,1,1,0.429146141,0,1,1,1,1,1,1,0.648963213,0,0.588750604,0.588745505,0.588652482
-886,1,0.3403,1,1,1,1,1,1,1,1,0.398,0.3403,0,1,0.2819,1,1,1,1,1,1,0.4466,0.2819,0,1,0.605,1,1,1,0.2795,0.605,0,1,1,1,1,1,0.398460567,0,0.899093509,1,1,1,1,1,0.639959455,0,1,1,1,1,1,1,0.42705822,0,0.534074432,0.533953882,0.534131206
-887,1,0.3401,1,1,1,1,1,1,1,1,0.3008,0.3401,0,1,0.2818,1,1,1,1,1,1,0.0995,0.2818,0,1,0.6048,1,1,1,0.3026,0.6048,0,1,1,1,1,1,0.21190393,0,0.86605525,1,1,1,1,1,0.206361905,0,1,1,1,1,1,1,0.43610093,0,0.484231513,0.484239475,0.484485816
-888,1,0.34,1,1,1,1,1,1,1,1,0.3574,0.34,0,1,0.2817,1,1,1,1,1,1,0.2425,0.2817,0,1,0.6046,1,1,1,0.3338,0.6046,0,1,1,1,1,1,0.34381783,0,0.780282259,1,1,1,1,1,0.408159643,0,1,1,1,1,1,1,0.503180444,0,0.45281537,0.452718426,0.453014184
-889,1,0.3398,1,1,1,1,1,1,1,1,0.368,0.3398,0,1,0.2816,1,1,1,1,1,1,0.4751,0.2816,0,1,0.6044,1,1,1,0.3169,0.6044,0,1,1,1,1,1,0.401574969,0,0.961565614,1,1,1,1,1,0.628419042,0,1,1,1,1,1,1,0.440585762,0,0.436442726,0.436429025,0.436613475
-890,1,0.3397,1,1,1,1,1,1,1,1,0.3636,0.3397,0,1,0.2815,1,1,1,1,1,1,0.347,0.2815,0,1,0.6043,1,1,1,0.3036,0.6043,0,1,1,1,1,1,0.397520423,0,0.99991709,1,1,1,1,1,0.464952976,0,1,1,1,1,1,1,0.396383971,0,0.429917835,0.429870954,0.429964539
-891,1,0.3395,1,1,1,1,1,1,1,1,0.3033,0.3395,0,1,0.2814,1,1,1,1,1,1,0.2926,0.2814,0,1,0.6041,1,1,1,0.3301,0.6041,0,1,1,1,1,1,0.421912849,0,0.894317508,1,1,1,1,1,0.425444424,0,0.67153275,1,1,1,1,1,0.432080746,0,0.430763654,0.430717157,0.430851064
-892,1,0.3394,1,1,1,1,1,1,1,1,0.3323,0.3394,0,1,0.2813,1,1,1,1,1,1,0.1969,0.2813,0,1,0.6039,1,1,1,0.2991,0.6039,0,1,1,1,1,1,0.414401203,0,0.889158845,1,1,1,1,1,0.314375073,0,0.92017436,1,1,1,1,1,0.404167712,0,0.445082165,0.445102602,0.445035461
-893,1,0.3392,1,1,1,1,1,1,1,1,0.2271,0.3392,0,1,0.2812,1,1,1,1,1,1,0.1136,0.2812,0,1,0.6037,1,1,1,0.445,0.6037,0,1,1,1,1,1,0.337654531,0,0.799364269,1,1,1,1,1,0.185344249,0,0.65764451,1,1,1,1,1,0.591239512,0,0.490333494,0.490374445,0.490248227
-894,1,0.3391,1,1,1,1,1,1,1,1,0.2309,0.3391,0,1,0.2811,1,1,1,1,1,1,0.148,0.2811,0,1,0.6035,1,1,1,0.2927,0.6035,0,1,1,1,1,1,0.313400358,0,0.600375533,1,1,1,1,1,0.229152933,0,0.909160495,1,1,1,1,1,0.448447227,0,0.570867569,0.570763698,0.570921986
-895,1,0.3389,1,1,1,1,1,1,1,1,0.254,0.3389,0.0032,1,0.281,1,1,1,1,1,1,0.164,0.281,0,1,0.6034,1,1,1,0.2964,0.6034,0,1,1,1,1,1,0.156435713,0.003382961,0.931128383,1,1,1,1,1,0.284557939,0,0.916105509,1,1,1,1,1,0.46241203,0,0.61122523,0.611169875,0.611258865
-896,1,0.3388,1,1,1,1,1,1,1,1,0.1934,0.3388,0.2384,1,0.2808,1,1,1,1,1,1,0.2015,0.2808,0.2432,1,0.6032,1,1,1,0.2808,0.6032,0.1891,1,1,1,1,1,0.201335296,0.413449168,0.942748904,1,1,1,1,1,0.19769077,0.447379738,0.590335131,1,1,1,1,1,0.409634531,0.41120252,0.615454326,0.615612439,0.615691489
-897,1,0.3386,1,1,1,1,1,1,1,1,0.1201,0.3386,0.4037,1,0.2807,1,1,1,1,1,1,0.1203,0.2807,0.4211,1,0.603,1,1,1,0.3625,0.603,0.3711,1,1,1,1,1,0.137726232,0.606514692,0.88629961,1,1,1,1,1,0.108863041,0.676199257,0.224229872,1,1,1,1,1,0.507120132,0.599168301,0.615937651,0.61582399,0.616134752
-898,1,0.3385,1,1,1,1,1,1,1,1,0.1167,0.3385,0.4987,1,0.2806,1,1,1,1,1,1,0.2081,0.2806,0.5184,1,0.6028,1,1,1,0.3121,0.6028,0.5037,1,1,1,1,1,0.137375489,0.677564323,0.420618236,1,1,1,1,1,0.212151676,0.729998946,0.240720689,1,1,1,1,1,0.31317693,0.705118656,0.616481392,0.616670193,0.616578014
-899,1,0.3383,1,1,1,1,1,1,1,1,0.1309,0.3383,0.5164,1,0.2805,1,1,1,1,1,1,0.4877,0.2805,0.507,1,0.6027,1,1,1,0.3034,0.6027,0.5509,1,1,1,1,1,0.153366208,0.667800605,0.286153495,1,1,1,1,1,0.443989933,0.686734855,0.250088513,1,1,1,1,1,0.352777928,0.76408267,0.614487675,0.614554686,0.614361702
-900,1,0.3382,1,1,1,1,1,1,1,1,0.1378,0.3382,0.5155,1,0.2804,1,1,1,1,1,1,0.548,0.2804,0.5207,1,0.6025,1,1,1,0.359,0.6025,0.5999,1,1,1,1,1,0.149416313,0.693078399,0.072866887,1,1,1,1,1,0.464408457,0.746120691,0.145657599,1,1,1,1,1,0.42303437,0.810994804,0.608264862,0.608208166,0.608156028
-901,1,0.338,1,1,1,1,1,1,1,1,0.1576,0.338,0.5077,1,0.2803,1,1,1,1,1,1,0.5475,0.2803,0.5885,1,0.6023,1,1,1,0.2852,0.6023,0.6117,1,1,1,1,1,0.188480645,0.696148574,0.095365442,1,1,1,1,1,0.456013083,0.798753023,0.288513094,1,1,1,1,1,0.30928424,0.847603679,0.603612856,0.603765602,0.603723404
-902,1,0.3378,1,1,1,1,1,1,1,1,0.2074,0.3378,0.4962,1,0.2802,1,1,1,1,1,1,0.6782,0.2802,0.5703,1,0.6021,1,1,1,0.3815,0.6021,0.5823,1,1,1,1,1,0.218559891,0.668526053,0.212103426,1,1,1,1,1,0.534315586,0.806372404,0.713015735,1,1,1,1,1,0.453084469,0.870163321,0.596121315,0.596149778,0.596187943
-903,1,0.3377,1,1,1,1,1,1,1,1,0.1941,0.3377,0.3746,1,0.2801,1,1,1,1,1,1,0.7632,0.2801,0.4369,1,0.602,1,1,1,0.5388,0.602,0.4451,1,1,1,1,1,0.255088717,0.581814408,0.215419337,1,1,1,1,1,0.590402544,0.663644075,0.670018077,1,1,1,1,1,0.710197091,0.778396249,0.59660464,0.596572879,0.596631206
-904,1,0.3375,1,1,1,1,1,1,1,1,0.2128,0.3375,0.2158,1,0.28,1,1,1,1,1,1,0.609,0.28,0.255,1,0.6018,1,1,1,0.604,0.6018,0.2483,1,1,1,1,1,0.305723727,0.396026999,0.400711715,1,1,1,1,1,0.506118655,0.450626612,0.733323574,1,1,1,1,1,0.799660802,0.519109845,0.617145964,0.617093294,0.617464539
-905,1,0.3374,1,1,1,1,1,1,1,1,0.2506,0.3374,0,1,0.2799,1,1,1,1,1,1,0.496,0.2799,0.0015,1,0.6016,1,1,1,0.6218,0.6016,0,1,1,1,1,1,0.368766814,0,0.593709767,1,1,1,1,1,0.453768641,0.004660992,0.833751619,1,1,1,1,1,0.890558958,0,0.671580474,0.671673366,0.671542553
-906,1,0.3372,1,1,1,1,1,1,1,1,0.2589,0.3372,0,1,0.2797,1,1,1,1,1,1,0.3557,0.2797,0,1,0.6014,1,1,1,0.5887,0.6014,0,1,1,1,1,1,0.39569664,0,0.786679447,1,1,1,1,1,0.345581353,0,0.733156025,1,1,1,1,1,0.937424839,0,0.685173997,0.685212608,0.685283688
-907,1,0.3371,1,1,1,1,1,1,1,1,0.1735,0.3371,0,1,0.2796,1,1,1,1,1,1,0.2155,0.2796,0,1,0.6013,1,1,1,0.5493,0.6013,0,1,1,1,1,1,0.198486522,0,0.463659167,1,1,1,1,1,0.224041611,0,0.716237187,1,1,1,1,1,0.852246642,0,0.671338811,0.671461815,0.671542553
-908,1,0.3369,1,1,1,1,1,1,1,1,0.1725,0.3369,0,1,0.2795,1,1,1,1,1,1,0.1841,0.2795,0,1,0.6011,1,1,1,0.5877,0.6011,0,1,1,1,1,1,0.238860011,0,0.403880775,1,1,1,1,1,0.224743173,0,0.742499471,1,1,1,1,1,0.859263062,0,0.646870469,0.646710387,0.647163121
-909,1,0.3368,1,1,1,1,1,1,1,1,0.2633,0.3368,0,1,0.2794,1,1,1,1,1,1,0.2926,0.2794,0,1,0.6009,1,1,1,0.5356,0.6009,0,1,1,1,1,1,0.361191034,0,0.303498685,1,1,1,1,1,0.321837157,0,0.870155573,1,1,1,1,1,0.806376576,0,0.604881585,0.604823355,0.605053191
-910,1,0.3366,1,1,1,1,1,1,1,1,0.249,0.3366,0,1,0.2793,1,1,1,1,1,1,0.2151,0.2793,0,1,0.6007,1,1,1,0.3509,0.6007,0,1,1,1,1,1,0.261697739,0,0.262483507,1,1,1,1,1,0.227093473,0,0.98071754,1,1,1,1,1,0.530261874,0,0.549722088,0.549820182,0.550088652
-911,1,0.3365,1,1,1,1,1,1,1,1,0.1444,0.3365,0,1,0.2792,1,1,1,1,1,1,0.1942,0.2792,0,1,0.6006,1,1,1,0.3966,0.6006,0,1,1,1,1,1,0.085800417,0,0.177454978,1,1,1,1,1,0.179636508,0,0.6298908,1,1,1,1,1,0.627902567,0,0.502295795,0.502221282,0.502216312
-912,1,0.3363,1,1,1,1,1,1,1,1,0.1588,0.3363,0,1,0.2791,1,1,1,1,1,1,0.2019,0.2791,0,1,0.6004,1,1,1,0.3252,0.6004,0,1,1,1,1,1,0.097384028,0,0.109492801,1,1,1,1,1,0.189287841,0,0.385437965,1,1,1,1,1,0.569091201,0,0.472390043,0.472392638,0.47251773
-913,1,0.3362,1,1,1,1,1,1,1,1,0.1399,0.3362,0,1,0.279,1,1,1,1,1,1,0.1171,0.279,0,1,0.6002,1,1,1,0.2796,0.6002,0,1,1,1,1,1,0.073396206,0,0.28800416,1,1,1,1,1,0.135337368,0,0.372601599,1,1,1,1,1,0.54565078,0,0.458071532,0.458007193,0.457890071
-914,1,0.336,1,1,1,1,1,1,1,1,0.1417,0.336,0,1,0.2789,1,1,1,1,1,1,0.0663,0.2789,0,1,0.6,1,1,1,0.2496,0.6,0,1,1,1,1,1,0.084847279,0,0.58873111,1,1,1,1,1,0.097487003,0,0.272771984,1,1,1,1,1,0.527507126,0,0.453419526,0.453353078,0.453457447
-915,1,0.3359,1,1,1,1,1,1,1,1,0.1471,0.3359,0,1,0.2788,1,1,1,1,1,1,0.0502,0.2788,0,1,0.5999,1,1,1,0.1842,0.5999,0,1,1,1,1,1,0.121713847,0,0.704860568,1,1,1,1,1,0.095570028,0,0.42476517,1,1,1,1,1,0.432466298,0,0.456198647,0.456314787,0.456117021
-916,1,0.3357,1,1,1,1,1,1,1,1,0.1371,0.3357,0,1,0.2786,1,1,1,1,1,1,0.0372,0.2786,0,1,0.5997,1,1,1,0.1832,0.5997,0,1,1,1,1,1,0.112878889,0,0.878026545,1,1,1,1,1,0.07679753,0,0.420339555,1,1,1,1,1,0.465921223,0,0.47160464,0.471757986,0.471631206
-917,1,0.3356,1,1,1,1,1,1,1,1,0.1152,0.3356,0,1,0.2785,1,1,1,1,1,1,0.0263,0.2785,0,1,0.5995,1,1,1,0.1839,0.5995,0,1,1,1,1,1,0.082721524,0,0.892152309,1,1,1,1,1,0.049127869,0,0.419798195,1,1,1,1,1,0.515941739,0,0.519151764,0.519145335,0.519060284
-918,1,0.3354,1,1,1,1,1,1,1,1,0.0544,0.3354,0,1,0.2784,1,1,1,1,1,1,0.0224,0.2784,0,1,0.5993,1,1,1,0.2303,0.5993,0,1,1,1,1,1,0.06513609,0,0.459823608,1,1,1,1,1,0.046345126,0,0.427722812,1,1,1,1,1,0.613605797,0,0.6030087,0.602919399,0.603280142
-919,1,0.3353,1,1,1,1,1,1,1,1,0.0155,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0135,0.2783,0,1,0.5992,1,1,1,0.2428,0.5992,0,1,1,1,1,1,0.023484521,0,0.259056985,1,1,1,1,1,0.033544984,0,0.314475179,1,1,1,1,1,0.664337873,0,0.643608023,0.643748678,0.643617021
-920,1,0.3353,1,1,1,1,1,1,1,1,0.0081,0.3353,0.2567,1,0.2783,1,1,1,1,1,1,0,0.2783,0.222,1,0.5992,1,1,1,0.3084,0.5992,0.2764,1,1,1,1,1,0.017530737,0.478803039,0.144261166,1,1,1,1,1,0.005041248,0.389822036,0.12362095,1,1,1,1,1,0.746099472,0.608844161,0.648622523,0.648614343,0.64893617
-921,1,0.3353,1,1,1,1,1,1,1,1,0.0035,0.3353,0.4516,1,0.2783,1,1,1,1,1,1,0,0.2783,0.4091,1,0.5992,1,1,1,0.3194,0.5992,0.489,1,1,1,1,1,0.00241074,0.730657279,0.057272945,1,1,1,1,1,2.88E-05,0.626902699,0.12881206,1,1,1,1,1,0.739114523,0.839755952,0.645360077,0.645441083,0.645833333
-922,1,0.3353,1,1,1,1,1,1,1,1,0.0013,0.3353,0.5729,1,0.2783,1,1,1,1,1,1,0,0.2783,0.5404,1,0.5992,1,1,1,0.2263,0.5992,0.6483,1,1,1,1,1,3.98E-05,0.830075383,0.057148214,1,1,1,1,1,0,0.781955659,0.096793465,1,1,1,1,1,0.54561156,0.959761024,0.641372644,0.64142162,0.641400709
-923,1,0.3353,1,1,1,1,1,1,1,1,0.0004,0.3353,0.5979,1,0.2783,1,1,1,1,1,1,0,0.2783,0.6504,1,0.5992,1,1,1,0.2005,0.5992,0.7064,1,1,1,1,1,0.000216389,0.863983631,0.021615583,1,1,1,1,1,0,0.935784757,0.045890056,1,1,1,1,1,0.442248732,0.997628629,0.634122765,0.634228898,0.634308511
-924,1,0.3353,1,1,1,1,1,1,1,1,0,0.3353,0.6425,1,0.2783,1,1,1,1,1,1,0,0.2783,0.6938,1,0.5992,1,1,1,0.1648,0.5992,0.7038,1,1,1,1,1,0,0.945392847,0.013119214,1,1,1,1,1,0,0.946457148,0.017349999,1,1,1,1,1,0.265957534,0.999646604,0.624275012,0.624286017,0.624556738
-925,1,0.3353,1,1,1,1,1,1,1,1,0.0027,0.3353,0.6437,1,0.2783,1,1,1,1,1,1,0,0.2783,0.6029,1,0.5992,1,1,1,0.1769,0.5992,0.7046,1,1,1,1,1,0.001921524,0.896237373,0.0106464,1,1,1,1,1,0,0.775809884,0.005775131,1,1,1,1,1,0.307036787,0.998101711,0.61901885,0.61899725,0.619237589
-926,1,0.3353,1,1,1,1,1,1,1,1,0.0115,0.3353,0.5573,1,0.2783,1,1,1,1,1,1,0.0015,0.2783,0.4281,1,0.5992,1,1,1,0.2093,0.5992,0.6194,1,1,1,1,1,0.013147038,0.771041214,0.006621342,1,1,1,1,1,0.005921105,0.570875287,0.052729845,1,1,1,1,1,0.326862484,0.939182043,0.61358144,0.613708483,0.61391844
-927,1,0.3353,1,1,1,1,1,1,1,1,0.0411,0.3353,0.3212,1,0.2783,1,1,1,1,1,1,0.0022,0.2783,0.3287,1,0.5992,1,1,1,0.2342,0.5992,0.4486,1,1,1,1,1,0.054488908,0.511619449,0.006832063,1,1,1,1,1,0.004587956,0.517181396,0.04883508,1,1,1,1,1,0.30621773,0.778100848,0.619441759,0.619420351,0.619680851
-928,1,0.3353,1,1,1,1,1,1,1,1,0.052,0.3353,0.1424,1,0.2783,1,1,1,1,1,1,0.0024,0.2783,0.1264,1,0.5992,1,1,1,0.3493,0.5992,0.2364,1,1,1,1,1,0.086204506,0.257950723,0.0022874,1,1,1,1,1,0.005444179,0.215009332,0.020723298,1,1,1,1,1,0.470120966,0.463278264,0.644997583,0.645017982,0.645390071
-929,1,0.3353,1,1,1,1,1,1,1,1,0.0721,0.3353,0,1,0.2783,1,1,1,1,1,1,0.042,0.2783,0.0001,1,0.5992,1,1,1,0.4545,0.5992,0,1,1,1,1,1,0.159917772,0,0.008258529,1,1,1,1,1,0.047482468,0,0.031285603,1,1,1,1,1,0.657294333,0,0.694900918,0.694943939,0.695035461
-930,1,0.3353,1,1,1,1,1,1,1,1,0.0988,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0609,0.2783,0,1,0.5992,1,1,1,0.5367,0.5992,0,1,1,1,1,1,0.18543525,0,0.027056536,1,1,1,1,1,0.074212991,0,0.064751834,1,1,1,1,1,0.707331836,0,0.702754954,0.702771314,0.703014184
-931,1,0.3353,1,1,1,1,1,1,1,1,0.0714,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0067,0.2783,0,1,0.5992,1,1,1,0.5994,0.5992,0,1,1,1,1,1,0.153760165,0,0.016273754,1,1,1,1,1,0.018042235,0,0.076128013,1,1,1,1,1,0.77309823,0,0.685294828,0.685212608,0.68572695
-932,1,0.3353,1,1,1,1,1,1,1,1,0.0391,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0181,0.2783,0,1,0.5992,1,1,1,0.4723,0.5992,0,1,1,1,1,1,0.114854768,0,0.017348081,1,1,1,1,1,0.023498617,0,0.051188745,1,1,1,1,1,0.638951182,0,0.658228613,0.658345674,0.658244681
-933,1,0.3353,1,1,1,1,1,1,1,1,0.0276,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0133,0.2783,0,1,0.5992,1,1,1,0.4873,0.5992,0,1,1,1,1,1,0.079493351,0,0.063280627,1,1,1,1,1,0.019474827,0,0.006099477,1,1,1,1,1,0.719004989,0,0.613641856,0.613708483,0.61391844
-934,1,0.3353,1,1,1,1,1,1,1,1,0.0511,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1268,0.2783,0,1,0.5992,1,1,1,0.3754,0.5992,0,1,1,1,1,1,0.07764595,0,0.040690549,1,1,1,1,1,0.124034241,0,0,1,1,1,1,1,0.679546535,0,0.554132431,0.554262746,0.554521277
-935,1,0.3353,1,1,1,1,1,1,1,1,0.0394,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0623,0.2783,0,1,0.5992,1,1,1,0.3274,0.5992,0,1,1,1,1,1,0.036435369,0,0.017452955,1,1,1,1,1,0.053915933,0,0.014373822,1,1,1,1,1,0.743414998,0,0.503866602,0.503913687,0.503989362
-936,1,0.3353,1,1,1,1,1,1,1,1,0.0441,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1222,0.2783,0,1,0.5992,1,1,1,0.2854,0.5992,0,1,1,1,1,1,0.060656779,0,0.1392425,1,1,1,1,1,0.09910728,0,0.0641644,1,1,1,1,1,0.685059071,0,0.470879652,0.470911783,0.470744681
-937,1,0.3353,1,1,1,1,1,1,1,1,0.0518,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1032,0.2783,0,1,0.5992,1,1,1,0.2795,0.5992,0,1,1,1,1,1,0.133792862,0,0.460240185,1,1,1,1,1,0.103719182,0,0.254691899,1,1,1,1,1,0.69080478,0,0.454265346,0.454199281,0.454343972
-938,1,0.3353,1,1,1,1,1,1,1,1,0.0622,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0114,0.2783,0,1,0.5992,1,1,1,0.311,0.5992,0,1,1,1,1,1,0.163754955,0,0.63208884,1,1,1,1,1,0.02899882,0,0.412506849,1,1,1,1,1,0.685123086,0,0.446532141,0.446583457,0.446808511
-939,1,0.3353,1,1,1,1,1,1,1,1,0.0886,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0207,0.2783,0,1,0.5992,1,1,1,0.3404,0.5992,0,1,1,1,1,1,0.190143675,0,0.569267333,1,1,1,1,1,0.042203669,0,0.259145558,1,1,1,1,1,0.632939577,0,0.447075882,0.447006558,0.447251773
-940,1,0.3353,1,1,1,1,1,1,1,1,0.1336,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1124,0.2783,0,1,0.5992,1,1,1,0.3092,0.5992,0,1,1,1,1,1,0.28579244,0,0.483095378,1,1,1,1,1,0.148798555,0,0.145970166,1,1,1,1,1,0.674110532,0,0.462119381,0.462026655,0.461879433
-941,1,0.3353,1,1,1,1,1,1,1,1,0.1478,0.3353,0,1,0.2783,1,1,1,1,1,1,0.138,0.2783,0,1,0.5992,1,1,1,0.2615,0.5992,0,1,1,1,1,1,0.230251342,0,0.493802786,1,1,1,1,1,0.175720721,0,0.346918076,1,1,1,1,1,0.609456122,0,0.508881102,0.508779353,0.508865248
-942,1,0.3353,1,1,1,1,1,1,1,1,0.0635,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1401,0.2783,0,1,0.5992,1,1,1,0.276,0.5992,0,1,1,1,1,1,0.128229037,0,0.506312668,1,1,1,1,1,0.158401996,0,0.265459418,1,1,1,1,1,0.677560151,0,0.591831803,0.591707214,0.592198582
-943,1,0.3353,1,1,1,1,1,1,1,1,0.1316,0.3353,0.0009,1,0.2783,1,1,1,1,1,1,0.1292,0.2783,0,1,0.5992,1,1,1,0.2349,0.5992,0.0016,1,1,1,1,1,0.240473926,0.00023733,0.397593975,1,1,1,1,1,0.15792872,0,0.326302379,1,1,1,1,1,0.636918485,0.02686641,0.629954084,0.629997884,0.630319149
-944,1,0.3353,1,1,1,1,1,1,1,1,0.1227,0.3353,0.291,1,0.2783,1,1,1,1,1,1,0.2944,0.2783,0.2908,1,0.5992,1,1,1,0.2434,0.5992,0.2764,1,1,1,1,1,0.211762488,0.570210934,0.211564004,1,1,1,1,1,0.300366372,0.557290971,0.263880372,1,1,1,1,1,0.537241399,0.587840438,0.630074915,0.629997884,0.630319149
-945,1,0.3353,1,1,1,1,1,1,1,1,0.1308,0.3353,0.5064,1,0.2783,1,1,1,1,1,1,0.5017,0.2783,0.5104,1,0.5992,1,1,1,0.2814,0.5992,0.465,1,1,1,1,1,0.137916625,0.83654356,0.172400281,1,1,1,1,1,0.378508717,0.823338747,0.333218634,1,1,1,1,1,0.603166699,0.838939309,0.624939584,0.624920669,0.625
-946,1,0.3353,1,1,1,1,1,1,1,1,0.2264,0.3353,0.6688,1,0.2783,1,1,1,1,1,1,0.486,0.2783,0.6711,1,0.5992,1,1,1,0.2066,0.5992,0.6296,1,1,1,1,1,0.235166296,0.982595921,0.17811735,1,1,1,1,1,0.399557263,0.978062987,0.472497642,1,1,1,1,1,0.502195537,0.97090441,0.621435476,0.621535858,0.621453901
-947,1,0.3353,1,1,1,1,1,1,1,1,0.1863,0.3353,0.7318,1,0.2783,1,1,1,1,1,1,0.2743,0.2783,0.7409,1,0.5992,1,1,1,0.2216,0.5992,0.6996,1,1,1,1,1,0.167857885,1,0.369416356,1,1,1,1,1,0.242847323,1,0.716210246,1,1,1,1,1,0.462017119,1,0.614487675,0.614554686,0.614804965
-948,1,0.3353,1,1,1,1,1,1,1,1,0.1771,0.3353,0.7417,1,0.2783,1,1,1,1,1,1,0.3059,0.2783,0.7511,1,0.5992,1,1,1,0.1879,0.5992,0.7068,1,1,1,1,1,0.192910597,1,0.397594184,1,1,1,1,1,0.27090162,1,0.633645058,1,1,1,1,1,0.430604577,1,0.604579507,0.604611805,0.604609929
-949,1,0.3353,1,1,1,1,1,1,1,1,0.2406,0.3353,0.7336,1,0.2783,1,1,1,1,1,1,0.2546,0.2783,0.7431,1,0.5992,1,1,1,0.2771,0.5992,0.7012,1,1,1,1,1,0.254873663,1,0.348711789,1,1,1,1,1,0.236897022,1,0.548234582,1,1,1,1,1,0.644477844,0.999992132,0.598175447,0.598265285,0.598404255
-950,1,0.3353,1,1,1,1,1,1,1,1,0.2019,0.3353,0.6768,1,0.2783,1,1,1,1,1,1,0.2245,0.2783,0.6956,1,0.5992,1,1,1,0.2936,0.5992,0.6382,1,1,1,1,1,0.276122838,0.995310962,0.274769306,1,1,1,1,1,0.221031725,0.99668628,0.479777813,1,1,1,1,1,0.704698145,0.963631153,0.588750604,0.588745505,0.588652482
-951,1,0.3353,1,1,1,1,1,1,1,1,0.2826,0.3353,0.5196,1,0.2783,1,1,1,1,1,1,0.2924,0.2783,0.5493,1,0.5992,1,1,1,0.2157,0.5992,0.4776,1,1,1,1,1,0.389865935,0.867875159,0.41402185,1,1,1,1,1,0.295966238,0.878723741,0.510567605,1,1,1,1,1,0.599111199,0.827104986,0.587058966,0.587053099,0.587322695
-952,1,0.3353,1,1,1,1,1,1,1,1,0.2336,0.3353,0.3089,1,0.2783,1,1,1,1,1,1,0.1612,0.2783,0.3462,1,0.5992,1,1,1,0.185,0.5992,0.2605,1,1,1,1,1,0.325614542,0.62749207,0.259387642,1,1,1,1,1,0.177548468,0.649909377,0.486015737,1,1,1,1,1,0.419902503,0.566375732,0.604458676,0.604611805,0.604609929
-953,1,0.3353,1,1,1,1,1,1,1,1,0.219,0.3353,0.0174,1,0.2783,1,1,1,1,1,1,0.1302,0.2783,0.0767,1,0.5992,1,1,1,0.1439,0.5992,0,1,1,1,1,1,0.304759651,0.133066207,0.192048475,1,1,1,1,1,0.165790781,0.262131572,0.507749259,1,1,1,1,1,0.240389511,0,0.658893185,0.658980326,0.659131206
-954,1,0.3353,1,1,1,1,1,1,1,1,0.2727,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2059,0.2783,0,1,0.5992,1,1,1,0.1993,0.5992,0,1,1,1,1,1,0.476978272,0,0.240796968,1,1,1,1,1,0.229858831,0,0.381052345,1,1,1,1,1,0.289213717,0,0.679374094,0.67950074,0.679521277
-955,1,0.3353,1,1,1,1,1,1,1,1,0.2119,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1115,0.2783,0,1,0.5992,1,1,1,0.2756,0.5992,0,1,1,1,1,1,0.287736595,0,0.497888446,1,1,1,1,1,0.107668862,0,0.314602643,1,1,1,1,1,0.415108293,0,0.666988884,0.667019251,0.667109929
-956,1,0.3353,1,1,1,1,1,1,1,1,0.1347,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0373,0.2783,0,1,0.5992,1,1,1,0.2469,0.5992,0,1,1,1,1,1,0.174734503,0,0.286568463,1,1,1,1,1,0.066726014,0,0.188845292,1,1,1,1,1,0.57478565,0,0.644695505,0.64459488,0.644946809
-957,1,0.3353,1,1,1,1,1,1,1,1,0.0166,0.3353,0,1,0.2783,1,1,1,1,1,1,0,0.2783,0,1,0.5992,1,1,1,0.0453,0.5992,0,1,1,1,1,1,0.00348076,0,0.17506969,1,1,1,1,1,0.000226261,0,0.40059948,1,1,1,1,1,0.066648774,0,0.604942001,0.604823355,0.605053191
-958,1,0.3353,1,1,1,1,1,1,1,1,0.0317,0.3353,0,1,0.2783,1,1,1,1,1,1,0,0.2783,0,1,0.5992,1,1,1,0.0328,0.5992,0,1,1,1,1,1,0.005797977,0,0.2799806,1,1,1,1,1,0.000355864,0,0.519773841,1,1,1,1,1,0.061095539,0,0.549540841,0.549608631,0.54964539
-959,1,0.3353,1,1,1,1,1,1,1,1,0.0991,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0686,0.2783,0,1,0.5992,1,1,1,0.1744,0.5992,0,1,1,1,1,1,0.082442909,0,0.283396482,1,1,1,1,1,0.094070606,0,0.387646347,1,1,1,1,1,0.326525867,0,0.501449976,0.50158663,0.50177305
-960,1,0.3353,1,1,1,1,1,1,1,1,0.1603,0.3353,0,1,0.2783,1,1,1,1,1,1,0.124,0.2783,0,1,0.5992,1,1,1,0.173,0.5992,0,1,1,1,1,1,0.192211509,0,0.251019657,1,1,1,1,1,0.145073384,0,0.381545842,1,1,1,1,1,0.377768397,0,0.471483809,0.471546435,0.471631206
-961,1,0.3353,1,1,1,1,1,1,1,1,0.194,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1729,0.2783,0,1,0.5992,1,1,1,0.1912,0.5992,0,1,1,1,1,1,0.259797513,0,0.166515797,1,1,1,1,1,0.191558436,0,0.280013114,1,1,1,1,1,0.443867177,0,0.455896568,0.455891686,0.455673759
-962,1,0.3353,1,1,1,1,1,1,1,1,0.2002,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1263,0.2783,0,1,0.5992,1,1,1,0.2424,0.5992,0,1,1,1,1,1,0.281993687,0,0.139896274,1,1,1,1,1,0.129477069,0,0.295582235,1,1,1,1,1,0.568917513,0,0.44919043,0.449333615,0.449468085
-963,1,0.3353,1,1,1,1,1,1,1,1,0.1865,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0695,0.2783,0,1,0.5992,1,1,1,0.2191,0.5992,0,1,1,1,1,1,0.259965241,0,0.07402166,1,1,1,1,1,0.06620644,0,0.215836912,1,1,1,1,1,0.546525836,0,0.450519575,0.450602919,0.450797872
-964,1,0.3353,1,1,1,1,1,1,1,1,0.1257,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0461,0.2783,0,1,0.5992,1,1,1,0.3144,0.5992,0,1,1,1,1,1,0.209235623,0,0.044927388,1,1,1,1,1,0.041947193,0,0.118945822,1,1,1,1,1,0.642778039,0,0.465079749,0.464988365,0.46498227
-965,1,0.3353,1,1,1,1,1,1,1,1,0.2094,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1127,0.2783,0,1,0.5992,1,1,1,0.3815,0.5992,0,1,1,1,1,1,0.430994511,0,0.001662373,1,1,1,1,1,0.097525619,0,0.066679329,1,1,1,1,1,0.691159725,0,0.508760271,0.508779353,0.508865248
-966,1,0.3353,1,1,1,1,1,1,1,1,0.2057,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1059,0.2783,0,1,0.5992,1,1,1,0.4068,0.5992,0,1,1,1,1,1,0.40743044,0,0.00011941,1,1,1,1,1,0.080834992,0,0,1,1,1,1,1,0.741512001,0,0.588267279,0.588322403,0.588652482
-967,1,0.3353,1,1,1,1,1,1,1,1,0.1501,0.3353,0.0002,1,0.2783,1,1,1,1,1,1,0.0743,0.2783,0,1,0.5992,1,1,1,0.3175,0.5992,0.0062,1,1,1,1,1,0.283340156,0.001328748,0.017961884,1,1,1,1,1,0.056468122,0,0,1,1,1,1,1,0.649675608,0.182551101,0.628322861,0.628305479,0.628546099
-968,1,0.3353,1,1,1,1,1,1,1,1,0.0692,0.3353,0.2979,1,0.2783,1,1,1,1,1,1,0.3076,0.2783,0.3081,1,0.5992,1,1,1,0.3043,0.5992,0.2814,1,1,1,1,1,0.144478694,0.600062847,0.010826412,1,1,1,1,1,0.245003507,0.584017158,0.059855498,1,1,1,1,1,0.637852728,0.625747859,0.628383277,0.62851703,0.628546099
-969,1,0.3353,1,1,1,1,1,1,1,1,0.0799,0.3353,0.5138,1,0.2783,1,1,1,1,1,1,0.2435,0.2783,0.5213,1,0.5992,1,1,1,0.2085,0.5992,0.4911,1,1,1,1,1,0.130932346,0.852407694,0.248982623,1,1,1,1,1,0.250066757,0.842926204,0.252722532,1,1,1,1,1,0.53203702,0.863942385,0.621495892,0.621535858,0.621897163
-970,1,0.3353,1,1,1,1,1,1,1,1,0.0568,0.3353,0.6683,1,0.2783,1,1,1,1,1,1,0.1163,0.2783,0.6705,1,0.5992,1,1,1,0.1007,0.5992,0.6482,1,1,1,1,1,0.015608282,0.981759906,0.383435756,1,1,1,1,1,0.085818343,0.979888856,0.211092681,1,1,1,1,1,0.282902479,0.9871732,0.616723055,0.616670193,0.616578014
-971,1,0.3353,1,1,1,1,1,1,1,1,0.1004,0.3353,0.7254,1,0.2783,1,1,1,1,1,1,0.0508,0.2783,0.732,1,0.5992,1,1,1,0.1344,0.5992,0.7067,1,1,1,1,1,0.048859607,0.999952972,0.294932783,1,1,1,1,1,0.03712061,0.999999225,0.198111534,1,1,1,1,1,0.198076919,0.999972463,0.608748188,0.608842818,0.609042553
-972,1,0.3353,1,1,1,1,1,1,1,1,0.1859,0.3353,0.7336,1,0.2783,1,1,1,1,1,1,0.2352,0.2783,0.7351,1,0.5992,1,1,1,0.1255,0.5992,0.7048,1,1,1,1,1,0.070159122,1,0.380007237,1,1,1,1,1,0.198771566,0.99910742,0.19230184,1,1,1,1,1,0.122567475,1,0.596423393,0.596572879,0.596631206
-973,1,0.3353,1,1,1,1,1,1,1,1,0.2656,0.3353,0.7183,1,0.2783,1,1,1,1,1,1,0.3331,0.2783,0.6979,1,0.5992,1,1,1,0.178,0.5992,0.6813,1,1,1,1,1,0.142978996,0.996208489,0.322287619,1,1,1,1,1,0.30716452,0.948613942,0.220985085,1,1,1,1,1,0.08271727,0.995460451,0.589415176,0.589380157,0.589539007
-974,1,0.3353,1,1,1,1,1,1,1,1,0.3845,0.3353,0.6142,1,0.2783,1,1,1,1,1,1,0.2232,0.2783,0.5716,1,0.5992,1,1,1,0.2235,0.5992,0.6221,1,1,1,1,1,0.29084301,0.882435799,0.328840256,1,1,1,1,1,0.267286777,0.767878711,0.059539534,1,1,1,1,1,0.110803008,0.950921416,0.581319478,0.581341231,0.581560284
-975,1,0.3353,1,1,1,1,1,1,1,1,0.5815,0.3353,0.4189,1,0.2783,1,1,1,1,1,1,0.2294,0.2783,0.3971,1,0.5992,1,1,1,0.1885,0.5992,0.4086,1,1,1,1,1,0.454183877,0.628107786,0.324876815,1,1,1,1,1,0.295761734,0.623722255,0.030429583,1,1,1,1,1,0.183224007,0.765063882,0.578661189,0.578802623,0.578900709
-976,1,0.3353,1,1,1,1,1,1,1,1,0.3503,0.3353,0.2042,1,0.2783,1,1,1,1,1,1,0.2024,0.2783,0.2264,1,0.5992,1,1,1,0.1793,0.5992,0.1537,1,1,1,1,1,0.253684759,0.340742469,0.168192416,1,1,1,1,1,0.227281377,0.374042958,0.01463508,1,1,1,1,1,0.178852603,0.348350942,0.595758821,0.595726677,0.595744681
-977,1,0.3353,1,1,1,1,1,1,1,1,0.2831,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1108,0.2783,0.0023,1,0.5992,1,1,1,0.183,0.5992,0,1,1,1,1,1,0.269345015,0,0.021986499,1,1,1,1,1,0.146964222,0.042436339,0.021434033,1,1,1,1,1,0.270573229,0,0.643305945,0.643325576,0.643617021
-978,1,0.3353,1,1,1,1,1,1,1,1,0.2616,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1167,0.2783,0,1,0.5992,1,1,1,0.3836,0.5992,0,1,1,1,1,1,0.316218793,0,0.059050471,1,1,1,1,1,0.150608331,0,0.093239531,1,1,1,1,1,0.399160296,0,0.651159981,0.651152951,0.651595745
-979,1,0.3353,1,1,1,1,1,1,1,1,0.2296,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0677,0.2783,0,1,0.5992,1,1,1,0.3412,0.5992,0,1,1,1,1,1,0.22402896,0,0.255463421,1,1,1,1,1,0.122798666,0,0.215428561,1,1,1,1,1,0.461178511,0,0.632612373,0.632748043,0.632978723
-980,1,0.3353,1,1,1,1,1,1,1,1,0.1802,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0434,0.2783,0,1,0.5992,1,1,1,0.2537,0.5992,0,1,1,1,1,1,0.254507363,0,0.365646362,1,1,1,1,1,0.084972627,0,0.362817556,1,1,1,1,1,0.45922941,0,0.608808603,0.608842818,0.609042553
-981,1,0.3353,1,1,1,1,1,1,1,1,0.1209,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0063,0.2783,0,1,0.5992,1,1,1,0.2534,0.5992,0,1,1,1,1,1,0.133257568,0,0.421183705,1,1,1,1,1,0.036071025,0,0.497210473,1,1,1,1,1,0.378728479,0,0.575821653,0.575840914,0.575797872
-982,1,0.3353,1,1,1,1,1,1,1,1,0.1419,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0375,0.2783,0,1,0.5992,1,1,1,0.2489,0.5992,0,1,1,1,1,1,0.111522615,0,0.556722045,1,1,1,1,1,0.093388923,0,0.498071492,1,1,1,1,1,0.455523968,0,0.532080715,0.532049926,0.531914894
-983,1,0.3353,1,1,1,1,1,1,1,1,0.13,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0218,0.2783,0,1,0.5992,1,1,1,0.2352,0.5992,0,1,1,1,1,1,0.101838641,0,0.603742003,1,1,1,1,1,0.098627083,0,0.983052135,1,1,1,1,1,0.451550603,0,0.488218946,0.488258938,0.488475177
-984,1,0.3353,1,1,1,1,1,1,1,1,0.1871,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0042,0.2783,0,1,0.5992,1,1,1,0.3091,0.5992,0,1,1,1,1,1,0.119146258,0,0.512349963,1,1,1,1,1,0.075214103,0,0.678964138,1,1,1,1,1,0.469229728,0,0.455352827,0.455468585,0.455673759
-985,1,0.3353,1,1,1,1,1,1,1,1,0.0992,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0013,0.2783,0,1,0.5992,1,1,1,0.3047,0.5992,0,1,1,1,1,1,0.037307777,0,0.23996377,1,1,1,1,1,0.027106524,0,0.268665731,1,1,1,1,1,0.275259465,0,0.436986467,0.436852126,0.437056738
-986,1,0.3353,1,1,1,1,1,1,1,1,0.0252,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0035,0.2783,0,1,0.5992,1,1,1,0.2869,0.5992,0,1,1,1,1,1,0.017660681,0,0.114763036,1,1,1,1,1,0.038624652,0,0.22446388,1,1,1,1,1,0.216916919,0,0.425990817,0.426063042,0.42641844
-987,1,0.3353,1,1,1,1,1,1,1,1,0.0067,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0254,0.2783,0,1,0.5992,1,1,1,0.2393,0.5992,0,1,1,1,1,1,0.011837586,0,0.075957984,1,1,1,1,1,0.055825043,0,0.072592147,1,1,1,1,1,0.203363091,0,0.422003383,0.422043579,0.421985816
-988,1,0.3353,1,1,1,1,1,1,1,1,0.004,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0463,0.2783,0,1,0.5992,1,1,1,0.183,0.5992,0,1,1,1,1,1,0.005541872,0,0.07101614,1,1,1,1,1,0.064348713,0,0.033945031,1,1,1,1,1,0.176135257,0,0.426594973,0.426697694,0.42641844
-989,1,0.3353,1,1,1,1,1,1,1,1,0.001,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0626,0.2783,0,1,0.5992,1,1,1,0.2153,0.5992,0,1,1,1,1,1,0.009552292,0,0.068489954,1,1,1,1,1,0.05825495,0,0.018912828,1,1,1,1,1,0.228353679,0,0.443511358,0.443621747,0.443705674
-990,1,0.3353,1,1,1,1,1,1,1,1,0.0009,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0655,0.2783,0,1,0.5992,1,1,1,0.2255,0.5992,0,1,1,1,1,1,0.015355505,0,0.09561386,1,1,1,1,1,0.049348976,0,0.047345813,1,1,1,1,1,0.197284475,0,0.475048333,0.474931246,0.475177305
-991,1,0.3353,1,1,1,1,1,1,1,1,0.0022,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0501,0.2783,0,1,0.5992,1,1,1,0.1776,0.5992,0,1,1,1,1,1,0.012834967,0,0.181769371,1,1,1,1,1,0.03487524,0,0.149651051,1,1,1,1,1,0.102401681,0,0.50960609,0.509625555,0.509751773
-992,1,0.3353,1,1,1,1,1,1,1,1,0.0047,0.3353,0.106,1,0.2783,1,1,1,1,1,1,0.0024,0.2783,0.1374,1,0.5992,1,1,1,0.1616,0.5992,0.1625,1,1,1,1,1,0.00523561,0.277247548,0.374329358,1,1,1,1,1,0.004975806,0.31111899,0.270498186,1,1,1,1,1,0.09301845,0.332879722,0.550265829,0.550243283,0.550531915
-993,1,0.3353,1,1,1,1,1,1,1,1,0.0046,0.3353,0.2685,1,0.2783,1,1,1,1,1,1,0,0.2783,0.3286,1,0.5992,1,1,1,0.1074,0.5992,0.3294,1,1,1,1,1,0.010161001,0.544262946,0.308500826,1,1,1,1,1,0.001382765,0.500942945,0.207784802,1,1,1,1,1,0.064485915,0.521864653,0.581561141,0.581764333,0.582003546
-994,1,0.3353,1,1,1,1,1,1,1,1,0.0093,0.3353,0.3766,1,0.2783,1,1,1,1,1,1,0,0.2783,0.376,1,0.5992,1,1,1,0.1255,0.5992,0.5231,1,1,1,1,1,0.011795122,0.572412133,0.331469923,1,1,1,1,1,0.000788104,0.523706317,0.283866465,1,1,1,1,1,0.074675515,0.639113009,0.596423393,0.596572879,0.596631206
-995,1,0.3353,1,1,1,1,1,1,1,1,0.0526,0.3353,0.3609,1,0.2783,1,1,1,1,1,1,0,0.2783,0.4245,1,0.5992,1,1,1,0.131,0.5992,0.5211,1,1,1,1,1,0.053845905,0.579763234,0.573933125,1,1,1,1,1,0.005343742,0.632877469,0.434298694,1,1,1,1,1,0.075400993,0.633334816,0.598537941,0.598688386,0.598847518
-996,1,0.3353,1,1,1,1,1,1,1,1,0.1343,0.3353,0.3393,1,0.2783,1,1,1,1,1,1,0.0439,0.2783,0.3968,1,0.5992,1,1,1,0.1625,0.5992,0.5266,1,1,1,1,1,0.112441264,0.576181769,0.942377448,1,1,1,1,1,0.055058822,0.592379987,0.643681943,1,1,1,1,1,0.104760535,0.570801437,0.593040116,0.592976518,0.593085106
-997,1,0.3353,1,1,1,1,1,1,1,1,0.1232,0.3353,0.3399,1,0.2783,1,1,1,1,1,1,0.1345,0.2783,0.4516,1,0.5992,1,1,1,0.2301,0.5992,0.4403,1,1,1,1,1,0.129515812,0.574957669,0.647807419,1,1,1,1,1,0.128572986,0.61369592,0.380440354,1,1,1,1,1,0.162414417,0.455399334,0.584461092,0.584514491,0.584219858
-998,1,0.3353,1,1,1,1,1,1,1,1,0.163,0.3353,0.3814,1,0.2783,1,1,1,1,1,1,0.2639,0.2783,0.4937,1,0.5992,1,1,1,0.2845,0.5992,0.4195,1,1,1,1,1,0.222762048,0.639861941,0.539479196,1,1,1,1,1,0.261873424,0.630830884,0.61972332,1,1,1,1,1,0.222900659,0.383354187,0.575882069,0.575840914,0.575797872
-999,1,0.3353,1,1,1,1,1,1,1,1,0.2424,0.3353,0.3407,1,0.2783,1,1,1,1,1,1,0.3015,0.2783,0.3912,1,0.5992,1,1,1,0.4484,0.5992,0.3253,1,1,1,1,1,0.339895278,0.586501002,0.917442203,1,1,1,1,1,0.299337894,0.551814318,0.806361079,1,1,1,1,1,0.508149981,0.407395422,0.571773804,0.571821451,0.571808511
-1000,1,0.3353,1,1,1,1,1,1,1,1,0.3777,0.3353,0.1825,1,0.2783,1,1,1,1,1,1,0.4645,0.2783,0.2354,1,0.5992,1,1,1,0.5316,0.5992,0.2008,1,1,1,1,1,0.479439616,0.350577384,1,1,1,1,1,1,0.432543933,0.381328315,0.975922227,1,1,1,1,1,0.573647439,0.295213759,0.589354761,0.589380157,0.589539007
-1001,1,0.3353,1,1,1,1,1,1,1,1,0.5062,0.3353,0,1,0.2783,1,1,1,1,1,1,0.6465,0.2783,0.0022,1,0.5992,1,1,1,0.6996,0.5992,0,1,1,1,1,1,0.667505622,0.000240093,1,1,1,1,1,1,0.581797898,0.011207844,0.998547912,1,1,1,1,1,0.737276912,0,0.63321653,0.633171144,0.633421986
-1002,1,0.3353,1,1,1,1,1,1,1,1,0.4303,0.3353,0,1,0.2783,1,1,1,1,1,1,0.4926,0.2783,0,1,0.5992,1,1,1,0.6531,0.5992,0,1,1,1,1,1,0.635980606,0,0.981949687,1,1,1,1,1,0.454837114,0,0.705097437,1,1,1,1,1,0.648154795,0,0.641855969,0.641844722,0.641843972
-1003,1,0.3353,1,1,1,1,1,1,1,1,0.3844,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2711,0.2783,0,1,0.5992,1,1,1,0.6122,0.5992,0,1,1,1,1,1,0.460202307,0,1,1,1,1,1,1,0.300260305,0,0.652037203,1,1,1,1,1,0.597028792,0,0.623429193,0.623439814,0.623670213
-1004,1,0.3353,1,1,1,1,1,1,1,1,0.488,0.3353,0,1,0.2783,1,1,1,1,1,1,0.3936,0.2783,0,1,0.5992,1,1,1,0.7352,0.5992,0,1,1,1,1,1,0.673371017,0,1,1,1,1,1,1,0.458772182,0,0.659503162,1,1,1,1,1,0.67633605,0,0.6030087,0.60313095,0.603280142
-1005,1,0.3353,1,1,1,1,1,1,1,1,0.6254,0.3353,0,1,0.2783,1,1,1,1,1,1,0.6571,0.2783,0,1,0.5992,1,1,1,0.8231,0.5992,0,1,1,1,1,1,0.854493618,0,0.999863505,1,1,1,1,1,0.647039056,0,0.580108643,1,1,1,1,1,0.798802912,0,0.575942484,0.576052465,0.575797872
-1006,1,0.3353,1,1,1,1,1,1,1,1,0.512,0.3353,0,1,0.2783,1,1,1,1,1,1,0.7653,0.2783,0,1,0.5992,1,1,1,0.7744,0.5992,0,1,1,1,1,1,0.76531744,0,0.995842814,1,1,1,1,1,0.783647418,0,0.570874929,1,1,1,1,1,0.744980097,0,0.541928468,0.541781257,0.542109929
-1007,1,0.3353,1,1,1,1,1,1,1,1,0.5771,0.3353,0,1,0.2783,1,1,1,1,1,1,0.9272,0.2783,0,1,0.5992,1,1,1,0.9148,0.5992,0,1,1,1,1,1,0.826409817,0,1,1,1,1,1,1,0.929853201,0,0.971697688,1,1,1,1,1,0.862176478,0,0.506524891,0.506663846,0.506648936
-1008,1,0.3353,1,1,1,1,1,1,1,1,0.7939,0.3353,0,1,0.2783,1,1,1,1,1,1,0.9855,0.2783,0,1,0.5992,1,1,1,0.904,0.5992,0,1,1,1,1,1,0.949221849,0,1,1,1,1,1,1,0.986414909,0,1,1,1,1,1,1,0.850910902,0,0.480546158,0.480643114,0.480939716
-1009,1,0.3353,1,1,1,1,1,1,1,1,0.8919,0.3353,0,1,0.2783,1,1,1,1,1,1,0.9458,0.2783,0,1,0.5992,1,1,1,0.9164,0.5992,0,1,1,1,1,1,0.960429847,0,1,1,1,1,1,1,0.979432106,0,1,1,1,1,1,1,0.940730512,0,0.466167231,0.466257669,0.466312057
-1010,1,0.3353,1,1,1,1,1,1,1,1,0.9127,0.3353,0,1,0.2783,1,1,1,1,1,1,0.9685,0.2783,0,1,0.5992,1,1,1,0.8531,0.5992,0,1,1,1,1,1,0.971240282,0,1,1,1,1,1,1,0.995323062,0,1,1,1,1,1,1,0.862010956,0,0.461273562,0.461392003,0.46143617
-1011,1,0.3353,1,1,1,1,1,1,1,1,0.9731,0.3353,0,1,0.2783,1,1,1,1,1,1,0.9912,0.2783,0,1,0.5992,1,1,1,0.8621,0.5992,0,1,1,1,1,1,0.988786578,0,1,1,1,1,1,1,0.999886632,0,1,1,1,1,1,1,0.871958375,0,0.461696472,0.461815105,0.461879433
-1012,1,0.3353,1,1,1,1,1,1,1,1,0.9472,0.3353,0,1,0.2783,1,1,1,1,1,1,1,0.2783,0,1,0.5992,1,1,1,0.8834,0.5992,0,1,1,1,1,1,0.97153002,0,1,1,1,1,1,1,1,0,1,1,1,1,1,1,0.943235338,0,0.467919285,0.467950074,0.468085106
-1013,1,0.3353,1,1,1,1,1,1,1,1,0.7286,0.3353,0,1,0.2783,1,1,1,1,1,1,0.7587,0.2783,0,1,0.5992,1,1,1,0.7849,0.5992,0,1,1,1,1,1,0.686352313,0,1,1,1,1,1,1,0.831292808,0,1,1,1,1,1,1,0.89932102,0,0.482237796,0.482335519,0.482269504
-1014,1,0.3353,1,1,1,1,1,1,1,1,0.6994,0.3353,0,1,0.2783,1,1,1,1,1,1,0.5281,0.2783,0,1,0.5992,1,1,1,0.7777,0.5992,0,1,1,1,1,1,0.599076509,0,1,1,1,1,1,1,0.543294072,0,1,1,1,1,1,1,0.925986946,0,0.505497825,0.505606093,0.505762411
-1015,1,0.3353,1,1,1,1,1,1,1,1,0.5722,0.3353,0.0402,1,0.2783,1,1,1,1,1,1,0.5371,0.2783,0.0169,1,0.5992,1,1,1,0.6421,0.5992,0.0241,1,1,1,1,1,0.558437586,0.090527713,1,1,1,1,1,1,0.464635491,0.024631232,1,1,1,1,1,1,0.849391043,0.184296533,0.531295312,0.531415274,0.531471631
-1016,1,0.3353,1,1,1,1,1,1,1,1,0.6724,0.3353,0.321,1,0.2783,1,1,1,1,1,1,0.7171,0.2783,0.2875,1,0.5992,1,1,1,0.7405,0.5992,0.2786,1,1,1,1,1,0.686959982,0.619437873,1,1,1,1,1,1,0.619482636,0.487117261,1,1,1,1,1,1,0.946173012,0.638931632,0.567605123,0.567590438,0.567375887
-1017,1,0.3353,1,1,1,1,1,1,1,1,0.6696,0.3353,0.5245,1,0.2783,1,1,1,1,1,1,0.7395,0.2783,0.4137,1,0.5992,1,1,1,0.8206,0.5992,0.4592,1,1,1,1,1,0.717285275,0.845923901,1,1,1,1,1,1,0.686923146,0.715388775,1,1,1,1,1,1,0.967147589,0.884190798,0.593765104,0.59361117,0.593971631
-1018,1,0.3353,1,1,1,1,1,1,1,1,0.6538,0.3353,0.6441,1,0.2783,1,1,1,1,1,1,0.5848,0.2783,0.4555,1,0.5992,1,1,1,0.873,0.5992,0.5737,1,1,1,1,1,0.759602785,0.904015422,0.994104028,1,1,1,1,1,0.569577098,0.74786222,1,1,1,1,1,1,0.98012197,0.998743474,0.606694055,0.606727311,0.606826241
-1019,1,0.3353,1,1,1,1,1,1,1,1,0.614,0.3353,0.7124,1,0.2783,1,1,1,1,1,1,0.8972,0.2783,0.5821,1,0.5992,1,1,1,0.8804,0.5992,0.5877,1,1,1,1,1,0.785805941,0.968153715,0.979509115,1,1,1,1,1,0.798628211,0.899564683,1,1,1,1,1,1,0.974202812,1,0.609473175,0.609689021,0.609929078
-1020,1,0.3353,1,1,1,1,1,1,1,1,0.6348,0.3353,0.7357,1,0.2783,1,1,1,1,1,1,0.5867,0.2783,0.6565,1,0.5992,1,1,1,0.7768,0.5992,0.5796,1,1,1,1,1,0.77627176,0.993761897,0.996788025,1,1,1,1,1,0.594937861,0.915567696,1,1,1,1,1,1,0.94339031,0.994064271,0.606935718,0.606938862,0.607269504
-1021,1,0.3353,1,1,1,1,1,1,1,1,0.7252,0.3353,0.7389,1,0.2783,1,1,1,1,1,1,0.6538,0.2783,0.7141,1,0.5992,1,1,1,0.8069,0.5992,0.608,1,1,1,1,1,0.864143133,0.999612212,1,1,1,1,1,1,0.65962851,0.91098392,1,1,1,1,1,1,0.963540792,0.990459502,0.600350411,0.600380791,0.600620567
-1022,1,0.3353,1,1,1,1,1,1,1,1,0.8045,0.3353,0.6854,1,0.2783,1,1,1,1,1,1,0.683,0.2783,0.6489,1,0.5992,1,1,1,0.7823,0.5992,0.6174,1,1,1,1,1,0.823230505,0.980759859,1,1,1,1,1,1,0.676310778,0.905569375,1,1,1,1,1,1,0.958282471,0.980168104,0.593765104,0.59361117,0.593971631
-1023,1,0.3353,1,1,1,1,1,1,1,1,0.9261,0.3353,0.5341,1,0.2783,1,1,1,1,1,1,0.7927,0.2783,0.523,1,0.5992,1,1,1,0.8161,0.5992,0.4746,1,1,1,1,1,0.922717035,0.872315288,1,1,1,1,1,1,0.793216765,0.785997272,1,1,1,1,1,1,0.96189332,0.854058266,0.597087965,0.596995981,0.597074468
-1024,1,0.3353,1,1,1,1,1,1,1,1,0.8529,0.3353,0.3205,1,0.2783,1,1,1,1,1,1,0.9438,0.2783,0.3346,1,0.5992,1,1,1,0.8626,0.5992,0.2741,1,1,1,1,1,0.830996811,0.631514311,1,1,1,1,1,1,0.905080378,0.582761168,1,1,1,1,1,1,0.986580849,0.597520769,0.622341711,0.622382061,0.622340426
-1025,1,0.3353,1,1,1,1,1,1,1,1,0.6895,0.3353,0.0422,1,0.2783,1,1,1,1,1,1,0.8516,0.2783,0.079,1,0.5992,1,1,1,0.8721,0.5992,0,1,1,1,1,1,0.693335056,0.212807029,1,1,1,1,1,1,0.795225739,0.234032705,1,1,1,1,1,1,0.988930881,0,0.680038666,0.680135392,0.680407801
-1026,1,0.3353,1,1,1,1,1,1,1,1,0.5444,0.3353,0,1,0.2783,1,1,1,1,1,1,0.8756,0.2783,0,1,0.5992,1,1,1,0.749,0.5992,0,1,1,1,1,1,0.556593001,0,1,1,1,1,1,1,0.81844306,0,1,1,1,1,1,1,0.961959541,0,0.703298695,0.703405966,0.703457447
-1027,1,0.3353,1,1,1,1,1,1,1,1,0.3196,0.3353,0,1,0.2783,1,1,1,1,1,1,0.6978,0.2783,0,1,0.5992,1,1,1,0.6771,0.5992,0,1,1,1,1,1,0.403906047,0,0.942388296,1,1,1,1,1,0.639412045,0,1,1,1,1,1,1,0.963806748,0,0.691215563,0.691347578,0.691489362
-1028,1,0.3353,1,1,1,1,1,1,1,1,0.4701,0.3353,0,1,0.2783,1,1,1,1,1,1,0.782,0.2783,0,1,0.5992,1,1,1,0.723,0.5992,0,1,1,1,1,1,0.502149522,0,1,1,1,1,1,1,0.759958923,0,1,1,1,1,1,1,0.951873124,0,0.667109715,0.667019251,0.667109929
-1029,1,0.3353,1,1,1,1,1,1,1,1,0.3047,0.3353,0,1,0.2783,1,1,1,1,1,1,0.807,0.2783,0,1,0.5992,1,1,1,0.5694,0.5992,0,1,1,1,1,1,0.216403693,0,1,1,1,1,1,1,0.743023992,0,1,1,1,1,1,1,0.86858052,0,0.627114548,0.627036175,0.627216312
-1030,1,0.3353,1,1,1,1,1,1,1,1,0.2104,0.3353,0,1,0.2783,1,1,1,1,1,1,0.3724,0.2783,0,1,0.5992,1,1,1,0.3938,0.5992,0,1,1,1,1,1,0.11713592,0,1,1,1,1,1,1,0.303072393,0,1,1,1,1,1,1,0.788485348,0,0.581500725,0.581552782,0.581560284
-1031,1,0.3353,1,1,1,1,1,1,1,1,0.2499,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1835,0.2783,0,1,0.5992,1,1,1,0.3314,0.5992,0,1,1,1,1,1,0.134658724,0,1,1,1,1,1,1,0.228407115,0,1,1,1,1,1,1,0.745531321,0,0.538243113,0.538184895,0.538120567
-1032,1,0.3353,1,1,1,1,1,1,1,1,0.1986,0.3353,0,1,0.2783,1,1,1,1,1,1,0.047,0.2783,0,1,0.5992,1,1,1,0.358,0.5992,0,1,1,1,1,1,0.133515179,0,1,1,1,1,1,1,0.082354978,0,1,1,1,1,1,1,0.717508078,0,0.508760271,0.508779353,0.508865248
-1033,1,0.3353,1,1,1,1,1,1,1,1,0.1447,0.3353,0,1,0.2783,1,1,1,1,1,1,0,0.2783,0,1,0.5992,1,1,1,0.341,0.5992,0,1,1,1,1,1,0.127683818,0,1,1,1,1,1,1,0.019477557,0,1,1,1,1,1,1,0.67595464,0,0.494381344,0.494393907,0.494237589
-1034,1,0.3353,1,1,1,1,1,1,1,1,0.1472,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0148,0.2783,0,1,0.5992,1,1,1,0.3144,0.5992,0,1,1,1,1,1,0.170505077,0,0.985633731,1,1,1,1,1,0.042647615,0,0.573532999,1,1,1,1,1,0.644147515,0,0.48858144,0.488682039,0.48891844
-1035,1,0.3353,1,1,1,1,1,1,1,1,0.2388,0.3353,0,1,0.2783,1,1,1,1,1,1,0.093,0.2783,0,1,0.5992,1,1,1,0.2754,0.5992,0,1,1,1,1,1,0.295705885,0,0.969053149,1,1,1,1,1,0.156690001,0,0.363570988,1,1,1,1,1,0.512547493,0,0.489850169,0.489739793,0.489804965
-1036,1,0.3353,1,1,1,1,1,1,1,1,0.289,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2339,0.2783,0,1,0.5992,1,1,1,0.2813,0.5992,0,1,1,1,1,1,0.369917989,0,0.879668534,1,1,1,1,1,0.321417838,0,0.728458941,1,1,1,1,1,0.500334024,0,0.504108265,0.504125238,0.504432624
-1037,1,0.3353,1,1,1,1,1,1,1,1,0.3285,0.3353,0,1,0.2783,1,1,1,1,1,1,0.4105,0.2783,0,1,0.5992,1,1,1,0.2519,0.5992,0,1,1,1,1,1,0.385765702,0,0.722514331,1,1,1,1,1,0.464779735,0,1,1,1,1,1,1,0.479207754,0,0.54718463,0.547070023,0.547429078
-1038,1,0.3353,1,1,1,1,1,1,1,1,0.3608,0.3353,0,1,0.2783,1,1,1,1,1,1,0.4634,0.2783,0,1,0.5992,1,1,1,0.3391,0.5992,0,1,1,1,1,1,0.389281601,0,0.375971466,1,1,1,1,1,0.524917603,0,1,1,1,1,1,1,0.619532764,0,0.625604157,0.625766871,0.625886525
-1039,1,0.3353,1,1,1,1,1,1,1,1,0.399,0.3353,0.0059,1,0.2783,1,1,1,1,1,1,0.3937,0.2783,0.0003,1,0.5992,1,1,1,0.3347,0.5992,0.0115,1,1,1,1,1,0.255584747,0.018440766,0.476107359,1,1,1,1,1,0.399483383,0.005323761,1,1,1,1,1,1,0.632665634,0.184353784,0.663907685,0.663845991,0.664450355
-1040,1,0.3353,1,1,1,1,1,1,1,1,0.5781,0.3353,0.2662,1,0.2783,1,1,1,1,1,1,0.4806,0.2783,0.2569,1,0.5992,1,1,1,0.2986,0.5992,0.2343,1,1,1,1,1,0.393638909,0.4953053,0.99849993,1,1,1,1,1,0.507252634,0.481455207,1,1,1,1,1,1,0.708755732,0.599122882,0.666868052,0.6668077,0.667109929
-1041,1,0.3353,1,1,1,1,1,1,1,1,0.562,0.3353,0.4829,1,0.2783,1,1,1,1,1,1,0.5678,0.2783,0.4694,1,0.5992,1,1,1,0.2415,0.5992,0.4158,1,1,1,1,1,0.384723723,0.726844013,1,1,1,1,1,1,0.562826037,0.733446002,1,1,1,1,1,1,0.678595603,0.827152729,0.662880619,0.662788238,0.662677305
-1042,1,0.3353,1,1,1,1,1,1,1,1,0.665,0.3353,0.5778,1,0.2783,1,1,1,1,1,1,0.7888,0.2783,0.5771,1,0.5992,1,1,1,0.2353,0.5992,0.5485,1,1,1,1,1,0.506199658,0.802469909,1,1,1,1,1,1,0.748238623,0.840353489,1,1,1,1,1,1,0.624711215,0.95588094,0.658893185,0.658980326,0.659131206
-1043,1,0.3353,1,1,1,1,1,1,1,1,0.676,0.3353,0.5997,1,0.2783,1,1,1,1,1,1,0.7221,0.2783,0.6414,1,0.5992,1,1,1,0.2822,0.5992,0.5484,1,1,1,1,1,0.596518219,0.820268512,1,1,1,1,1,1,0.751242757,0.946367383,0.967928827,1,1,1,1,1,0.616666555,0.969604492,0.65297245,0.653056907,0.653368794
-1044,1,0.3353,1,1,1,1,1,1,1,1,0.6962,0.3353,0.6695,1,0.2783,1,1,1,1,1,1,0.8543,0.2783,0.7203,1,0.5992,1,1,1,0.3593,0.5992,0.5631,1,1,1,1,1,0.689195514,0.902582049,1,1,1,1,1,1,0.825788617,0.99072957,1,1,1,1,1,1,0.610661745,0.930236697,0.640647656,0.640786968,0.640957447
-1045,1,0.3353,1,1,1,1,1,1,1,1,0.6085,0.3353,0.7068,1,0.2783,1,1,1,1,1,1,0.8225,0.2783,0.7268,1,0.5992,1,1,1,0.3074,0.5992,0.5958,1,1,1,1,1,0.658835292,0.967365324,1,1,1,1,1,1,0.752197742,0.997730374,1,1,1,1,1,1,0.469080865,0.930337965,0.63098115,0.631055638,0.631205674
-1046,1,0.3353,1,1,1,1,1,1,1,1,0.5131,0.3353,0.671,1,0.2783,1,1,1,1,1,1,0.6911,0.2783,0.689,1,0.5992,1,1,1,0.3432,0.5992,0.572,1,1,1,1,1,0.608707428,0.967673123,0.999680877,1,1,1,1,1,0.660742164,0.99534905,0.997730196,1,1,1,1,1,0.489898354,0.94499135,0.619623006,0.619631902,0.619680851
-1047,1,0.3353,1,1,1,1,1,1,1,1,0.4954,0.3353,0.5219,1,0.2783,1,1,1,1,1,1,0.4994,0.2783,0.5492,1,0.5992,1,1,1,0.38,0.5992,0.4334,1,1,1,1,1,0.532896399,0.859537721,1,1,1,1,1,1,0.595777094,0.889701724,1,1,1,1,1,1,0.545039296,0.828703642,0.615514741,0.615612439,0.615691489
-1048,1,0.3353,1,1,1,1,1,1,1,1,0.5677,0.3353,0.315,1,0.2783,1,1,1,1,1,1,0.3673,0.2783,0.3525,1,0.5992,1,1,1,0.3804,0.5992,0.2407,1,1,1,1,1,0.578208685,0.634054959,1,1,1,1,1,1,0.441985667,0.670821309,1,1,1,1,1,1,0.514895082,0.587968647,0.630256162,0.630209435,0.630319149
-1049,1,0.3353,1,1,1,1,1,1,1,1,0.3957,0.3353,0.0489,1,0.2783,1,1,1,1,1,1,0.2035,0.2783,0.0911,1,0.5992,1,1,1,0.3173,0.5992,0,1,1,1,1,1,0.431189686,0.235400751,1,1,1,1,1,1,0.25458619,0.297201306,1,1,1,1,1,1,0.456587642,3.11E-05,0.682092798,0.682039348,0.682180851
-1050,1,0.3353,1,1,1,1,1,1,1,1,0.3048,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1018,0.2783,0,1,0.5992,1,1,1,0.2877,0.5992,0,1,1,1,1,1,0.427675366,0,0.982306719,1,1,1,1,1,0.206333905,0,1,1,1,1,1,1,0.479605615,0,0.703661189,0.703829067,0.703900709
-1051,1,0.3353,1,1,1,1,1,1,1,1,0.1941,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0685,0.2783,0,1,0.5992,1,1,1,0.2284,0.5992,0,1,1,1,1,1,0.277788043,0,0.977837861,1,1,1,1,1,0.128975511,0,1,1,1,1,1,1,0.301128358,0,0.690550991,0.690501375,0.690602837
-1052,1,0.3353,1,1,1,1,1,1,1,1,0.1047,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0559,0.2783,0,1,0.5992,1,1,1,0.1682,0.5992,0,1,1,1,1,1,0.236096486,0,0.933708906,1,1,1,1,1,0.210136294,0,1,1,1,1,1,1,0.184097201,0,0.665961817,0.665961498,0.666223404
-1053,1,0.3353,1,1,1,1,1,1,1,1,0.1916,0.3353,0,1,0.2783,1,1,1,1,1,1,0.18,0.2783,0,1,0.5992,1,1,1,0.1045,0.5992,0,1,1,1,1,1,0.305373579,0,1,1,1,1,1,1,0.486193508,0,1,1,1,1,1,1,0.133716792,0,0.623368777,0.623439814,0.623670213
-1054,1,0.3353,1,1,1,1,1,1,1,1,0.1403,0.3353,0,1,0.2783,1,1,1,1,1,1,0.345,0.2783,0,1,0.5992,1,1,1,0.0678,0.5992,0,1,1,1,1,1,0.181378096,0,1,1,1,1,1,1,0.536791325,0,1,1,1,1,1,1,0.093254708,0,0.567303045,0.567378887,0.567375887
-1055,1,0.3353,1,1,1,1,1,1,1,1,0.1019,0.3353,0,1,0.2783,1,1,1,1,1,1,0.3224,0.2783,0,1,0.5992,1,1,1,0.0489,0.5992,0,1,1,1,1,1,0.190009132,0,1,1,1,1,1,1,0.41206342,0,1,1,1,1,1,1,0.053925574,0,0.516433059,0.516395177,0.516843972
-1056,1,0.3353,1,1,1,1,1,1,1,1,0.2342,0.3353,0,1,0.2783,1,1,1,1,1,1,0.3328,0.2783,0,1,0.5992,1,1,1,0.0464,0.5992,0,1,1,1,1,1,0.340543807,0,0.951961637,1,1,1,1,1,0.396313548,0,1,1,1,1,1,1,0.057745896,0,0.483929435,0.483816374,0.484042553
-1057,1,0.3353,1,1,1,1,1,1,1,1,0.3291,0.3353,0,1,0.2783,1,1,1,1,1,1,0.3303,0.2783,0,1,0.5992,1,1,1,0.0914,0.5992,0,1,1,1,1,1,0.47736305,0,0.723744631,1,1,1,1,1,0.344732225,0,0.674463391,1,1,1,1,1,0.210174009,0,0.467254712,0.467315422,0.467198582
-1058,1,0.3353,1,1,1,1,1,1,1,1,0.2905,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1811,0.2783,0,1,0.5992,1,1,1,0.1582,0.5992,0,1,1,1,1,1,0.471031487,0,0.453945518,1,1,1,1,1,0.159885496,0,0.496303141,1,1,1,1,1,0.332458019,0,0.461152731,0.461180453,0.46143617
-1059,1,0.3353,1,1,1,1,1,1,1,1,0.2069,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1306,0.2783,0,1,0.5992,1,1,1,0.2336,0.5992,0,1,1,1,1,1,0.398436338,0,0.282089144,1,1,1,1,1,0.091254428,0,0.341608644,1,1,1,1,1,0.458970815,0,0.461031899,0.460968902,0.460992908
-1060,1,0.3353,1,1,1,1,1,1,1,1,0.0684,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0311,0.2783,0,1,0.5992,1,1,1,0.2549,0.5992,0,1,1,1,1,1,0.180473939,0,0.185217351,1,1,1,1,1,0.020236973,0,0.244839817,1,1,1,1,1,0.531448722,0,0.475169164,0.475142797,0.475177305
-1061,1,0.3353,1,1,1,1,1,1,1,1,0.0999,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0115,0.2783,0,1,0.5992,1,1,1,0.201,0.5992,0,1,1,1,1,1,0.206174016,0,0.17999509,1,1,1,1,1,0.006590917,0,0.162442416,1,1,1,1,1,0.458401471,0,0.51921218,0.519145335,0.519060284
-1062,1,0.3353,1,1,1,1,1,1,1,1,0.073,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0632,0.2783,0,1,0.5992,1,1,1,0.1695,0.5992,0,1,1,1,1,1,0.15341562,0,0.067971632,1,1,1,1,1,0.037877314,0,0.120555505,1,1,1,1,1,0.364987403,0,0.599565007,0.599746139,0.599734043
-1063,1,0.3353,1,1,1,1,1,1,1,1,0.0613,0.3353,0.0062,1,0.2783,1,1,1,1,1,1,0.0268,0.2783,0,1,0.5992,1,1,1,0.1387,0.5992,0.0255,1,1,1,1,1,0.118538402,0.014192468,0.091725685,1,1,1,1,1,0.012939813,0,0.042171728,1,1,1,1,1,0.266541362,0.186134338,0.637566457,0.637613708,0.63785461
-1064,1,0.3353,1,1,1,1,1,1,1,1,0.0495,0.3353,0.2119,1,0.2783,1,1,1,1,1,1,0.0074,0.2783,0.1959,1,0.5992,1,1,1,0.0777,0.5992,0.2837,1,1,1,1,1,0.102821335,0.339985967,0.011115281,1,1,1,1,1,0.004708332,0.310952276,0,1,1,1,1,1,0.106331266,0.525537193,0.640103915,0.640152316,0.640070922
-1065,1,0.3353,1,1,1,1,1,1,1,1,0.0178,0.3353,0.3608,1,0.2783,1,1,1,1,1,1,0.0016,0.2783,0.3224,1,0.5992,1,1,1,0.0498,0.5992,0.4763,1,1,1,1,1,0.04687928,0.518666685,0.00168068,1,1,1,1,1,0.001076122,0.499693483,0.040739004,1,1,1,1,1,0.101931214,0.698534489,0.638110198,0.63803681,0.638297872
-1066,1,0.3353,1,1,1,1,1,1,1,1,0.0057,0.3353,0.4334,1,0.2783,1,1,1,1,1,1,0,0.2783,0.4463,1,0.5992,1,1,1,0.0473,0.5992,0.6271,1,1,1,1,1,0.006887557,0.595648408,0.001408386,1,1,1,1,1,0.000328184,0.61341995,0.010822514,1,1,1,1,1,0.086632088,0.757857621,0.636901885,0.636979056,0.637411348
-1067,1,0.3353,1,1,1,1,1,1,1,1,0.0008,0.3353,0.496,1,0.2783,1,1,1,1,1,1,0,0.2783,0.4513,1,0.5992,1,1,1,0.0389,0.5992,0.695,1,1,1,1,1,0.000104528,0.705536485,0.002444054,1,1,1,1,1,0,0.633169591,0.021018326,1,1,1,1,1,0.079875037,0.754530132,0.63140406,0.631478739,0.631648936
-1068,1,0.3353,1,1,1,1,1,1,1,1,0,0.3353,0.4844,1,0.2783,1,1,1,1,1,1,0.0391,0.2783,0.4641,1,0.5992,1,1,1,0.0446,0.5992,0.6414,1,1,1,1,1,0.002018983,0.70180279,7.22E-05,1,1,1,1,1,0.037956238,0.632471561,0.002988744,1,1,1,1,1,0.105751939,0.828321338,0.624154181,0.624074466,0.624556738
-1069,1,0.3353,1,1,1,1,1,1,1,1,0.0121,0.3353,0.5786,1,0.2783,1,1,1,1,1,1,0.0153,0.2783,0.6105,1,0.5992,1,1,1,0.0419,0.5992,0.7025,1,1,1,1,1,0.007209733,0.767341495,0.003048972,1,1,1,1,1,0.009417345,0.881190777,0,1,1,1,1,1,0.092641033,0.958709717,0.61859594,0.618574149,0.618794326
-1070,1,0.3353,1,1,1,1,1,1,1,1,0.0395,0.3353,0.4078,1,0.2783,1,1,1,1,1,1,0.0327,0.2783,0.4214,1,0.5992,1,1,1,0.0602,0.5992,0.5202,1,1,1,1,1,0.052469421,0.575399458,0.01162939,1,1,1,1,1,0.034468301,0.621795774,0,1,1,1,1,1,0.103165664,0.839419246,0.611648139,0.611804527,0.611702128
-1071,1,0.3353,1,1,1,1,1,1,1,1,0.036,0.3353,0.3444,1,0.2783,1,1,1,1,1,1,0.0099,0.2783,0.3846,1,0.5992,1,1,1,0.1176,0.5992,0.4177,1,1,1,1,1,0.053068925,0.546132028,0.089984819,1,1,1,1,1,0.022223983,0.65506351,0,1,1,1,1,1,0.173716277,0.687713146,0.608264862,0.608208166,0.608156028
-1072,1,0.3353,1,1,1,1,1,1,1,1,0.0415,0.3353,0.2249,1,0.2783,1,1,1,1,1,1,0.0157,0.2783,0.2885,1,0.5992,1,1,1,0.1981,0.5992,0.2377,1,1,1,1,1,0.108836338,0.444707453,0.091163978,1,1,1,1,1,0.027305046,0.528101385,0,1,1,1,1,1,0.252788484,0.41919291,0.621072982,0.621112757,0.621010638
-1073,1,0.3353,1,1,1,1,1,1,1,1,0.0367,0.3353,0.0122,1,0.2783,1,1,1,1,1,1,0.0208,0.2783,0.0337,1,0.5992,1,1,1,0.3519,0.5992,0,1,1,1,1,1,0.08615572,0.038480602,0.180393949,1,1,1,1,1,0.035222165,0.136732534,0,1,1,1,1,1,0.463289082,0,0.6689826,0.668923207,0.668882979
-1074,1,0.3353,1,1,1,1,1,1,1,1,0.0721,0.3353,0,1,0.2783,1,1,1,1,1,1,0.061,0.2783,0,1,0.5992,1,1,1,0.3697,0.5992,0,1,1,1,1,1,0.135538846,0,0.139605165,1,1,1,1,1,0.088056445,0,0,1,1,1,1,1,0.527615786,0,0.687167714,0.687116564,0.6875
-1075,1,0.3353,1,1,1,1,1,1,1,1,0.0678,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0396,0.2783,0,1,0.5992,1,1,1,0.3254,0.5992,0,1,1,1,1,1,0.043199215,0,0.53976059,1,1,1,1,1,0.088940099,0,0.039158117,1,1,1,1,1,0.453964204,0,0.669768004,0.66976941,0.669769504
-1076,1,0.3353,1,1,1,1,1,1,1,1,0.0755,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0236,0.2783,0,1,0.5992,1,1,1,0.2045,0.5992,0,1,1,1,1,1,0.042970236,0,0.480655342,1,1,1,1,1,0.059755467,0,0.19911781,1,1,1,1,1,0.269749194,0,0.643728855,0.643748678,0.643617021
-1077,1,0.3353,1,1,1,1,1,1,1,1,0.0509,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0371,0.2783,0,1,0.5992,1,1,1,0.132,0.5992,0,1,1,1,1,1,0.03064315,0,0.166967809,1,1,1,1,1,0.054738641,0,0.22547619,1,1,1,1,1,0.177533671,0,0.601558724,0.601650095,0.601507092
-1078,1,0.3353,1,1,1,1,1,1,1,1,0.0503,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0521,0.2783,0,1,0.5992,1,1,1,0.1442,0.5992,0,1,1,1,1,1,0.049356826,0,0.098843873,1,1,1,1,1,0.097993135,0,0.278927267,1,1,1,1,1,0.170501396,0,0.546399227,0.546435371,0.546542553
-1079,1,0.3353,1,1,1,1,1,1,1,1,0.0611,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0031,0.2783,0,1,0.5992,1,1,1,0.156,0.5992,0,1,1,1,1,1,0.051604521,0,0.161583245,1,1,1,1,1,0.029563505,0,0.389920473,1,1,1,1,1,0.147218838,0,0.497583374,0.497567167,0.497783688
-1080,1,0.3353,1,1,1,1,1,1,1,1,0.0394,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0468,0.2783,0,1,0.5992,1,1,1,0.171,0.5992,0,1,1,1,1,1,0.029222723,0,0.162525415,1,1,1,1,1,0.075474158,0,0.313165724,1,1,1,1,1,0.194382474,0,0.464354761,0.464353713,0.464095745
-1081,1,0.3353,1,1,1,1,1,1,1,1,0.0533,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1899,0.2783,0,1,0.5992,1,1,1,0.1461,0.5992,0,1,1,1,1,1,0.047840923,0,0.095295846,1,1,1,1,1,0.153759107,0,0.067757592,1,1,1,1,1,0.157280669,0,0.446592557,0.446583457,0.446808511
-1082,1,0.3353,1,1,1,1,1,1,1,1,0.0469,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0194,0.2783,0,1,0.5992,1,1,1,0.095,0.5992,0,1,1,1,1,1,0.065937504,0,0.011147552,1,1,1,1,1,0.051554609,0,0.096064925,1,1,1,1,1,0.103672326,0,0.437953117,0.437909879,0.437943262
-1083,1,0.3353,1,1,1,1,1,1,1,1,0.0487,0.3353,0,1,0.2783,1,1,1,1,1,1,0,0.2783,0,1,0.5992,1,1,1,0.0664,0.5992,0,1,1,1,1,1,0.070105247,0,0.006252729,1,1,1,1,1,0.002158957,0,0,1,1,1,1,1,0.06112304,0,0.437046883,0.437063677,0.437056738
-1084,1,0.3353,1,1,1,1,1,1,1,1,0.0454,0.3353,0,1,0.2783,1,1,1,1,1,1,0,0.2783,0,1,0.5992,1,1,1,0.0515,0.5992,0,1,1,1,1,1,0.045880351,0,0,1,1,1,1,1,0.000149522,0,0,1,1,1,1,1,0.040833768,0,0.44919043,0.449122065,0.449468085
-1085,1,0.3353,1,1,1,1,1,1,1,1,0.0353,0.3353,0,1,0.2783,1,1,1,1,1,1,0,0.2783,0,1,0.5992,1,1,1,0.0399,0.5992,0,1,1,1,1,1,0.017604046,0,0,1,1,1,1,1,0.000263594,0,0,1,1,1,1,1,0.059951149,0,0.49359594,0.493759255,0.493794326
-1086,1,0.3353,1,1,1,1,1,1,1,1,0.0146,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0149,0.2783,0,1,0.5992,1,1,1,0.0214,0.5992,0,1,1,1,1,1,0.00301992,0,0.006769722,1,1,1,1,1,0.008667981,0,0.012625917,1,1,1,1,1,0.042005826,0,0.573102948,0.573090755,0.573138298
-1087,1,0.3353,1,1,1,1,1,1,1,1,0.0174,0.3353,0,1,0.2783,1,1,1,1,1,1,0,0.2783,0,1,0.5992,1,1,1,0.0106,0.5992,0,1,1,1,1,1,0.00625662,0,0.014876311,1,1,1,1,1,0.005263689,0,0.080059424,1,1,1,1,1,0.03722835,0.013479548,0.615575157,0.615612439,0.615691489
-1088,1,0.3353,1,1,1,1,1,1,1,1,0.0093,0.3353,0.142,1,0.2783,1,1,1,1,1,1,0,0.2783,0.2009,1,0.5992,1,1,1,0.0042,0.5992,0.202,1,1,1,1,1,0.003951265,0.349179506,0.015524953,1,1,1,1,1,0.000401821,0.291373551,0.061198957,1,1,1,1,1,0.022719318,0.434636295,0.623972934,0.623862915,0.624113475
-1089,1,0.3353,1,1,1,1,1,1,1,1,0.0033,0.3353,0.2896,1,0.2783,1,1,1,1,1,1,0,0.2783,0.3639,1,0.5992,1,1,1,0.0012,0.5992,0.3615,1,1,1,1,1,0.004615302,0.514957786,0.010969135,1,1,1,1,1,0.003379712,0.534627438,0,1,1,1,1,1,0.007916735,0.58468765,0.625966651,0.625978422,0.626329787
-1090,1,0.3353,1,1,1,1,1,1,1,1,0.0006,0.3353,0.3832,1,0.2783,1,1,1,1,1,1,0,0.2783,0.4752,1,0.5992,1,1,1,0.001,0.5992,0.4506,1,1,1,1,1,0.005063584,0.558726788,0.017523618,1,1,1,1,1,0.003152695,0.647850692,0,1,1,1,1,1,0.001069679,0.608341455,0.62777912,0.627670827,0.628102837
-1091,1,0.3353,1,1,1,1,1,1,1,1,0.0013,0.3353,0.4001,1,0.2783,1,1,1,1,1,1,0,0.2783,0.4461,1,0.5992,1,1,1,0,0.5992,0.4365,1,1,1,1,1,0.004127369,0.582769394,0.025185499,1,1,1,1,1,0.003216316,0.642627358,0,1,1,1,1,1,0.000370599,0.611747622,0.625,0.624920669,0.625
-1092,1,0.3353,1,1,1,1,1,1,1,1,0,0.3353,0.3979,1,0.2783,1,1,1,1,1,1,0,0.2783,0.4694,1,0.5992,1,1,1,0.0025,0.5992,0.4185,1,1,1,1,1,0.000329846,0.602562308,0.015069776,1,1,1,1,1,0.002190562,0.662625432,0.008151309,1,1,1,1,1,0.004105932,0.595377803,0.617568874,0.617727946,0.617907801
-1093,1,0.3353,1,1,1,1,1,1,1,1,0.001,0.3353,0.3975,1,0.2783,1,1,1,1,1,1,0,0.2783,0.4491,1,0.5992,1,1,1,0.008,0.5992,0.3787,1,1,1,1,1,0,0.633594096,0.013273727,1,1,1,1,1,0.001052633,0.672993779,0.101724088,1,1,1,1,1,0.022061357,0.557721913,0.614064766,0.614131585,0.61391844
-1094,1,0.3353,1,1,1,1,1,1,1,1,0.002,0.3353,0.4351,1,0.2783,1,1,1,1,1,1,0,0.2783,0.4923,1,0.5992,1,1,1,0.0235,0.5992,0.4175,1,1,1,1,1,2.31E-06,0.671257675,0.071118698,1,1,1,1,1,0.000637823,0.694713473,0.156142414,1,1,1,1,1,0.046326287,0.546066582,0.607116965,0.607150413,0.607269504
-1095,1,0.3353,1,1,1,1,1,1,1,1,0.0013,0.3353,0.3602,1,0.2783,1,1,1,1,1,1,0,0.2783,0.4357,1,0.5992,1,1,1,0.0588,0.5992,0.3264,1,1,1,1,1,0.002965278,0.59887594,0.156938747,1,1,1,1,1,0.000722208,0.595216334,0.201426715,1,1,1,1,1,0.066430353,0.508017361,0.604760754,0.604823355,0.605053191
-1096,1,0.3353,1,1,1,1,1,1,1,1,0.0048,0.3353,0.2179,1,0.2783,1,1,1,1,1,1,0,0.2783,0.2689,1,0.5992,1,1,1,0.087,0.5992,0.1731,1,1,1,1,1,0.003663415,0.423196405,0.235061526,1,1,1,1,1,0.000460288,0.453348726,0.132251054,1,1,1,1,1,0.084686771,0.337374985,0.619623006,0.619631902,0.620124113
-1097,1,0.3353,1,1,1,1,1,1,1,1,0.0028,0.3353,0.0012,1,0.2783,1,1,1,1,1,1,0.0074,0.2783,0.0291,1,0.5992,1,1,1,0.1081,0.5992,0,1,1,1,1,1,0.010761268,0.028205086,0.254560232,1,1,1,1,1,0.013701504,0.093099222,0.135036409,1,1,1,1,1,0.0773632,0,0.663907685,0.663845991,0.664007092
-1098,1,0.3353,1,1,1,1,1,1,1,1,0.0037,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0422,0.2783,0,1,0.5992,1,1,1,0.1147,0.5992,0,1,1,1,1,1,0.046665151,0,0.242791414,1,1,1,1,1,0.072233729,0,0.298220694,1,1,1,1,1,0.106213242,0,0.679253262,0.67928919,0.679521277
-1099,1,0.3353,1,1,1,1,1,1,1,1,0.0048,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0909,0.2783,0,1,0.5992,1,1,1,0.1005,0.5992,0,1,1,1,1,1,0.055832595,0,0.059668772,1,1,1,1,1,0.136343688,0,0.192917556,1,1,1,1,1,0.113991655,0,0.663303528,0.66342289,0.66356383
-1100,1,0.3353,1,1,1,1,1,1,1,1,0.0225,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1208,0.2783,0,1,0.5992,1,1,1,0.0787,0.5992,0,1,1,1,1,1,0.075337775,0,0.047003094,1,1,1,1,1,0.177106515,0,0.439277738,1,1,1,1,1,0.097335458,0,0.636176897,0.636132854,0.636524823
-1101,1,0.3353,1,1,1,1,1,1,1,1,0.0683,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1202,0.2783,0,1,0.5992,1,1,1,0.0675,0.5992,0,1,1,1,1,1,0.082746476,0,0.020546136,1,1,1,1,1,0.168459937,0,0.275989294,1,1,1,1,1,0.125470683,0,0.59382552,0.593822721,0.593971631
-1102,1,0.3353,1,1,1,1,1,1,1,1,0.1146,0.3353,0,1,0.2783,1,1,1,1,1,1,0.157,0.2783,0,1,0.5992,1,1,1,0.044,0.5992,0,1,1,1,1,1,0.11460375,0,0.008724602,1,1,1,1,1,0.209471554,0,0.3150644,1,1,1,1,1,0.085176602,0,0.537941034,0.537973345,0.538120567
-1103,1,0.3353,1,1,1,1,1,1,1,1,0.0572,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1428,0.2783,0,1,0.5992,1,1,1,0.0343,0.5992,0,1,1,1,1,1,0.048893597,0,0.028796984,1,1,1,1,1,0.157406271,0,0.28583324,1,1,1,1,1,0.054507188,0,0.487010633,0.486989634,0.48714539
-1104,1,0.3353,1,1,1,1,1,1,1,1,0.0689,0.3353,0,1,0.2783,1,1,1,1,1,1,0.079,0.2783,0,1,0.5992,1,1,1,0.0523,0.5992,0,1,1,1,1,1,0.081243813,0,0.071472019,1,1,1,1,1,0.109008878,0,0.205130637,1,1,1,1,1,0.071306929,0,0.456077815,0.456103237,0.456117021
-1105,1,0.3353,1,1,1,1,1,1,1,1,0.0757,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0466,0.2783,0,1,0.5992,1,1,1,0.0731,0.5992,0,1,1,1,1,1,0.078676045,0,0.132356673,1,1,1,1,1,0.083080128,0,0.280035615,1,1,1,1,1,0.112381756,0,0.439765587,0.439813835,0.439716312
-1106,1,0.3353,1,1,1,1,1,1,1,1,0.0796,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0425,0.2783,0,1,0.5992,1,1,1,0.0643,0.5992,0,1,1,1,1,1,0.106914848,0,0.117482096,1,1,1,1,1,0.079231285,0,0.12364766,1,1,1,1,1,0.10742867,0,0.433482359,0.433467315,0.433510638
-1107,1,0.3353,1,1,1,1,1,1,1,1,0.0756,0.3353,0,1,0.2783,1,1,1,1,1,1,0.04,0.2783,0,1,0.5992,1,1,1,0.0536,0.5992,0,1,1,1,1,1,0.084026337,0,0.143809155,1,1,1,1,1,0.075666659,0,0.096530899,1,1,1,1,1,0.098277256,0,0.436503142,0.436640575,0.436613475
-1108,1,0.3353,1,1,1,1,1,1,1,1,0.0874,0.3353,0,1,0.2783,1,1,1,1,1,1,0.038,0.2783,0,1,0.5992,1,1,1,0.0417,0.5992,0,1,1,1,1,1,0.107747838,0,0.181571946,1,1,1,1,1,0.072163574,0,0.17054294,1,1,1,1,1,0.071277931,0,0.450519575,0.450602919,0.450797872
-1109,1,0.3353,1,1,1,1,1,1,1,1,0.0652,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0076,0.2783,0,1,0.5992,1,1,1,0.0264,0.5992,0,1,1,1,1,1,0.08012899,0,0.148158878,1,1,1,1,1,0.022536812,0,0.160324097,1,1,1,1,1,0.040680472,0,0.497341711,0.497355617,0.497340426
-1110,1,0.3353,1,1,1,1,1,1,1,1,0.0332,0.3353,0,1,0.2783,1,1,1,1,1,1,0,0.2783,0,1,0.5992,1,1,1,0.0182,0.5992,0,1,1,1,1,1,0.042060122,0,0.060637206,1,1,1,1,1,0.011356694,0,0.052404717,1,1,1,1,1,0.03396637,0,0.576667472,0.576687117,0.576684397
-1111,1,0.3353,1,1,1,1,1,1,1,1,0.008,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0185,0.2783,0,1,0.5992,1,1,1,0.0106,0.5992,0,1,1,1,1,1,0.011661833,0,0.026185583,1,1,1,1,1,0.014108179,0,0.030558117,1,1,1,1,1,0.023133211,0,0.615333494,0.615400889,0.615691489
-1112,1,0.3353,1,1,1,1,1,1,1,1,0.0002,0.3353,0.251,1,0.2783,1,1,1,1,1,1,0,0.2783,0.2135,1,0.5992,1,1,1,0.0287,0.5992,0.2287,1,1,1,1,1,0.004216762,0.421669364,0.011390129,1,1,1,1,1,0.001075404,0.366246313,0.046053402,1,1,1,1,1,0.042276233,0.52107513,0.620287579,0.620266554,0.620567376
-1113,1,0.3353,1,1,1,1,1,1,1,1,0,0.3353,0.398,1,0.2783,1,1,1,1,1,1,0,0.2783,0.3957,1,0.5992,1,1,1,0.0187,0.5992,0.36,1,1,1,1,1,0.000107081,0.624025583,0.003211733,1,1,1,1,1,0.000291988,0.569521368,0,1,1,1,1,1,0.020247368,0.771772504,0.621193813,0.621324307,0.621453901
-1114,1,0.3353,1,1,1,1,1,1,1,1,0,0.3353,0.5777,1,0.2783,1,1,1,1,1,1,0.0231,0.2783,0.4714,1,0.5992,1,1,1,0.0105,0.5992,0.6638,1,1,1,1,1,0,0.830872178,0,1,1,1,1,1,0.035424843,0.60886234,0,1,1,1,1,1,0.01060041,0.999690711,0.6199855,0.620055003,0.620124113
-1115,1,0.3353,1,1,1,1,1,1,1,1,0,0.3353,0.5222,1,0.2783,1,1,1,1,1,1,0,0.2783,0.446,1,0.5992,1,1,1,0.006,0.5992,0.5803,1,1,1,1,1,0,0.712612987,0,1,1,1,1,1,0.002315169,0.535365283,0,1,1,1,1,1,0.004428415,0.885320663,0.616723055,0.616670193,0.616578014
-1116,1,0.3353,1,1,1,1,1,1,1,1,0.0026,0.3353,0.4391,1,0.2783,1,1,1,1,1,1,0,0.2783,0.4033,1,0.5992,1,1,1,0.0027,0.5992,0.585,1,1,1,1,1,0.000138794,0.62785691,0,1,1,1,1,1,0.005570312,0.554500699,0,1,1,1,1,1,0.000169873,0.855731487,0.612977284,0.612862281,0.613031915
-1117,1,0.3353,1,1,1,1,1,1,1,1,0.0162,0.3353,0.4041,1,0.2783,1,1,1,1,1,1,0.0075,0.2783,0.4023,1,0.5992,1,1,1,0.0064,0.5992,0.5582,1,1,1,1,1,0.012443317,0.572152019,0.003454699,1,1,1,1,1,0.017332878,0.555582404,0.024717279,1,1,1,1,1,0.000638945,0.805173159,0.612796037,0.612862281,0.613031915
-1118,1,0.3353,1,1,1,1,1,1,1,1,0.0418,0.3353,0.3776,1,0.2783,1,1,1,1,1,1,0,0.2783,0.3253,1,0.5992,1,1,1,0.0056,0.5992,0.5298,1,1,1,1,1,0.007533296,0.520351827,0.084458515,1,1,1,1,1,0.007419934,0.458313495,0.068899736,1,1,1,1,1,0.002452825,0.724157333,0.608264862,0.608208166,0.608156028
-1119,1,0.3353,1,1,1,1,1,1,1,1,0.0384,0.3353,0.2577,1,0.2783,1,1,1,1,1,1,0.0017,0.2783,0.2138,1,0.5992,1,1,1,0.0174,0.5992,0.3695,1,1,1,1,1,0.008783901,0.413797915,0.062754475,1,1,1,1,1,0.010369309,0.320449889,0.05394372,1,1,1,1,1,0.006953084,0.616675735,0.61037941,0.610535223,0.61037234
-1120,1,0.3353,1,1,1,1,1,1,1,1,0.0812,0.3353,0.0836,1,0.2783,1,1,1,1,1,1,0.0403,0.2783,0.0846,1,0.5992,1,1,1,0.047,0.5992,0.2124,1,1,1,1,1,0.079519555,0.127957165,0.054840323,1,1,1,1,1,0.058607429,0.130032092,0.009626178,1,1,1,1,1,0.041584462,0.378108114,0.63237071,0.632536492,0.632535461
-1121,1,0.3353,1,1,1,1,1,1,1,1,0.0687,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0755,0.2783,0,1,0.5992,1,1,1,0.1222,0.5992,0,1,1,1,1,1,0.095078185,0,0.080111712,1,1,1,1,1,0.087329604,0,0.038936131,1,1,1,1,1,0.145138115,0,0.673513775,0.673577322,0.673758865
-1122,1,0.3353,1,1,1,1,1,1,1,1,0.0442,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0938,0.2783,0,1,0.5992,1,1,1,0.2036,0.5992,0,1,1,1,1,1,0.06459564,0,0.048527647,1,1,1,1,1,0.108412832,0,0,1,1,1,1,1,0.304443628,0,0.682274045,0.682250899,0.682624113
-1123,1,0.3353,1,1,1,1,1,1,1,1,0.0257,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0371,0.2783,0,1,0.5992,1,1,1,0.2666,0.5992,0,1,1,1,1,1,0.023319216,0,0.000567935,1,1,1,1,1,0.059193447,0,0,1,1,1,1,1,0.515886605,0,0.665236829,0.665326846,0.665336879
-1124,1,0.3353,1,1,1,1,1,1,1,1,0.0221,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1563,0.2783,0,1,0.5992,1,1,1,0.1433,0.5992,0,1,1,1,1,1,0.039155327,0,0,1,1,1,1,1,0.180636972,0,0.006618849,1,1,1,1,1,0.31086725,0,0.63877477,0.638671462,0.639184397
-1125,1,0.3353,1,1,1,1,1,1,1,1,0.013,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1412,0.2783,0,1,0.5992,1,1,1,0.1562,0.5992,0,1,1,1,1,1,0.012497285,0,0.001954996,1,1,1,1,1,0.158648685,0,0.003782199,1,1,1,1,1,0.356954515,0,0.59618173,0.596149778,0.596187943
-1126,1,0.3353,1,1,1,1,1,1,1,1,0.0373,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1121,0.2783,0,1,0.5992,1,1,1,0.2046,0.5992,0,1,1,1,1,1,0.043758962,0,0.030432951,1,1,1,1,1,0.131980807,0,0.036523037,1,1,1,1,1,0.426760942,0,0.539874335,0.539877301,0.540336879
-1127,1,0.3353,1,1,1,1,1,1,1,1,0.0718,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1073,0.2783,0,1,0.5992,1,1,1,0.2062,0.5992,0,1,1,1,1,1,0.061800312,0,0.07291609,1,1,1,1,1,0.147166222,0,0.21237959,1,1,1,1,1,0.395702064,0,0.489729338,0.489739793,0.489804965
-1128,1,0.3353,1,1,1,1,1,1,1,1,0.0873,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1343,0.2783,0,1,0.5992,1,1,1,0.2341,0.5992,0,1,1,1,1,1,0.068880677,0,0.066637523,1,1,1,1,1,0.185943991,0,0.194197387,1,1,1,1,1,0.399948031,0,0.455231996,0.455257034,0.455673759
-1129,1,0.3353,1,1,1,1,1,1,1,1,0.1224,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2056,0.2783,0,1,0.5992,1,1,1,0.2438,0.5992,0,1,1,1,1,1,0.107841097,0,0.026773676,1,1,1,1,1,0.290738761,0,0.059220687,1,1,1,1,1,0.395727009,0,0.435717738,0.435794373,0.43572695
-1130,1,0.3353,1,1,1,1,1,1,1,1,0.1607,0.3353,0,1,0.2783,1,1,1,1,1,1,0.3046,0.2783,0,1,0.5992,1,1,1,0.2289,0.5992,0,1,1,1,1,1,0.15782921,0,0.032786746,1,1,1,1,1,0.385691464,0,0.07835184,1,1,1,1,1,0.310579389,0,0.425326245,0.42542839,0.425531915
-1131,1,0.3353,1,1,1,1,1,1,1,1,0.1622,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2478,0.2783,0,1,0.5992,1,1,1,0.158,0.5992,0,1,1,1,1,1,0.197893649,0,0.054544114,1,1,1,1,1,0.310194105,0,0.007161519,1,1,1,1,1,0.257609129,0,0.423634606,0.423735985,0.423758865
-1132,1,0.3353,1,1,1,1,1,1,1,1,0.1664,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2256,0.2783,0,1,0.5992,1,1,1,0.1621,0.5992,0,1,1,1,1,1,0.178165928,0,0.036942624,1,1,1,1,1,0.216431111,0,0,1,1,1,1,1,0.207180604,0,0.434630256,0.434736619,0.434840426
-1133,1,0.3353,1,1,1,1,1,1,1,1,0.1754,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0788,0.2783,0,1,0.5992,1,1,1,0.1834,0.5992,0,1,1,1,1,1,0.149377078,0,0.067278497,1,1,1,1,1,0.10681536,0,0.037470419,1,1,1,1,1,0.228798643,0,0.475048333,0.474931246,0.475177305
-1134,1,0.3353,1,1,1,1,1,1,1,1,0.1451,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0726,0.2783,0,1,0.5992,1,1,1,0.1712,0.5992,0,1,1,1,1,1,0.108588591,0,0.1455497,1,1,1,1,1,0.095053226,0,0.053612571,1,1,1,1,1,0.231774837,0,0.549722088,0.549820182,0.550088652
-1135,1,0.3353,1,1,1,1,1,1,1,1,0.1264,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0824,0.2783,0,1,0.5992,1,1,1,0.1808,0.5992,0,1,1,1,1,1,0.122287504,0,0.162636712,1,1,1,1,1,0.113910697,0,0,1,1,1,1,1,0.23295176,0,0.594308845,0.594245822,0.594414894
-1136,1,0.3353,1,1,1,1,1,1,1,1,0.1382,0.3353,0.1131,1,0.2783,1,1,1,1,1,1,0.0955,0.2783,0.1509,1,0.5992,1,1,1,0.1763,0.5992,0.1502,1,1,1,1,1,0.138602197,0.273250043,0.3493644,1,1,1,1,1,0.10015589,0.314969033,0.009180104,1,1,1,1,1,0.147349983,0.222592801,0.606875302,0.606727311,0.607269504
-1137,1,0.3353,1,1,1,1,1,1,1,1,0.0699,0.3353,0.3099,1,0.2783,1,1,1,1,1,1,0.0936,0.2783,0.3546,1,0.5992,1,1,1,0.1801,0.5992,0.2967,1,1,1,1,1,0.083995506,0.55990386,0.288135141,1,1,1,1,1,0.103539191,0.597141385,0.00792932,1,1,1,1,1,0.160080031,0.441352129,0.610077332,0.610112122,0.609929078
-1138,1,0.3353,1,1,1,1,1,1,1,1,0.0934,0.3353,0.4462,1,0.2783,1,1,1,1,1,1,0.3774,0.2783,0.5514,1,0.5992,1,1,1,0.1307,0.5992,0.432,1,1,1,1,1,0.106427036,0.712844014,0.124160439,1,1,1,1,1,0.299305052,0.822447777,0,1,1,1,1,1,0.11868111,0.557519674,0.610923151,0.610958325,0.611258865
-1139,1,0.3353,1,1,1,1,1,1,1,1,0.1113,0.3353,0.4971,1,0.2783,1,1,1,1,1,1,0.3909,0.2783,0.5828,1,0.5992,1,1,1,0.1105,0.5992,0.4349,1,1,1,1,1,0.146284461,0.745839894,0.083927713,1,1,1,1,1,0.340600729,0.788909256,0.07988482,1,1,1,1,1,0.10592211,0.721094608,0.606271145,0.60630421,0.606382979
-1140,1,0.3353,1,1,1,1,1,1,1,1,0.1494,0.3353,0.5491,1,0.2783,1,1,1,1,1,1,0.4286,0.2783,0.5721,1,0.5992,1,1,1,0.1267,0.5992,0.4613,1,1,1,1,1,0.227206588,0.795065403,0.120059073,1,1,1,1,1,0.361115009,0.798173189,0.304969668,1,1,1,1,1,0.173086584,0.709834695,0.596060899,0.595938227,0.596187943
-1141,1,0.3353,1,1,1,1,1,1,1,1,0.2268,0.3353,0.5788,1,0.2783,1,1,1,1,1,1,0.2547,0.2783,0.5944,1,0.5992,1,1,1,0.1659,0.5992,0.4651,1,1,1,1,1,0.325680584,0.81992197,0.215272263,1,1,1,1,1,0.223857179,0.829602122,0.281709433,1,1,1,1,1,0.261818111,0.696449697,0.588750604,0.588745505,0.588652482
-1142,1,0.3353,1,1,1,1,1,1,1,1,0.1818,0.3353,0.5935,1,0.2783,1,1,1,1,1,1,0.4355,0.2783,0.5804,1,0.5992,1,1,1,0.1349,0.5992,0.4731,1,1,1,1,1,0.357862145,0.852696896,0.297833979,1,1,1,1,1,0.398809969,0.793542385,0.31898874,1,1,1,1,1,0.257945806,0.723677814,0.578842436,0.578802623,0.578900709
-1143,1,0.3353,1,1,1,1,1,1,1,1,0.204,0.3353,0.4606,1,0.2783,1,1,1,1,1,1,0.266,0.2783,0.5083,1,0.5992,1,1,1,0.0952,0.5992,0.368,1,1,1,1,1,0.316188395,0.782290101,0.313831151,1,1,1,1,1,0.283590913,0.765566111,0.347253174,1,1,1,1,1,0.15048115,0.647790313,0.573525858,0.573725407,0.574024823
-1144,1,0.3353,1,1,1,1,1,1,1,1,0.169,0.3353,0.2861,1,0.2783,1,1,1,1,1,1,0.4383,0.2783,0.3311,1,0.5992,1,1,1,0.1087,0.5992,0.1997,1,1,1,1,1,0.236047566,0.577710569,0.164843708,1,1,1,1,1,0.414026558,0.572428346,0.326350272,1,1,1,1,1,0.198451817,0.454336852,0.583615273,0.583668289,0.583776596
-1145,1,0.3353,1,1,1,1,1,1,1,1,0.1969,0.3353,0.04,1,0.2783,1,1,1,1,1,1,0.246,0.2783,0.0839,1,0.5992,1,1,1,0.1683,0.5992,0,1,1,1,1,1,0.219240755,0.181716263,0.234954879,1,1,1,1,1,0.259087026,0.263534009,0.994571567,1,1,1,1,1,0.338978112,0.016318373,0.623489609,0.623439814,0.623670213
-1146,1,0.3353,1,1,1,1,1,1,1,1,0.1917,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0964,0.2783,0,1,0.5992,1,1,1,0.1426,0.5992,0,1,1,1,1,1,0.144899592,0,0.460470438,1,1,1,1,1,0.147896081,0,1,1,1,1,1,1,0.272070825,0,0.641916385,0.641844722,0.641843972
-1147,1,0.3353,1,1,1,1,1,1,1,1,0.2034,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1788,0.2783,0,1,0.5992,1,1,1,0.2315,0.5992,0,1,1,1,1,1,0.218267709,0,0.595855176,1,1,1,1,1,0.210983038,0,0.999340415,1,1,1,1,1,0.247287497,0,0.625966651,0.625978422,0.626329787
-1148,1,0.3353,1,1,1,1,1,1,1,1,0.2599,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2117,0.2783,0,1,0.5992,1,1,1,0.1944,0.5992,0,1,1,1,1,1,0.231125847,0,0.991824508,1,1,1,1,1,0.242717549,0,0.991057634,1,1,1,1,1,0.294774503,0,0.604881585,0.604823355,0.605053191
-1149,1,0.3353,1,1,1,1,1,1,1,1,0.2623,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2868,0.2783,0,1,0.5992,1,1,1,0.1141,0.5992,0,1,1,1,1,1,0.257896334,0,0.977468252,1,1,1,1,1,0.375778913,0,0.82260704,1,1,1,1,1,0.182252407,0,0.574734171,0.574783161,0.574911348
-1150,1,0.3353,1,1,1,1,1,1,1,1,0.3366,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1927,0.2783,0,1,0.5992,1,1,1,0.1659,0.5992,0,1,1,1,1,1,0.315684408,0,0.876997232,1,1,1,1,1,0.238841474,0,0.364857614,1,1,1,1,1,0.261173576,0,0.532503625,0.532684578,0.532801418
-1151,1,0.3353,1,1,1,1,1,1,1,1,0.275,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1699,0.2783,0,1,0.5992,1,1,1,0.2065,0.5992,0,1,1,1,1,1,0.219144747,0,0.755017519,1,1,1,1,1,0.237392083,0,0.300655782,1,1,1,1,1,0.340680182,0,0.488641856,0.488682039,0.48891844
-1152,1,0.3353,1,1,1,1,1,1,1,1,0.3217,0.3353,0,1,0.2783,1,1,1,1,1,1,0.331,0.2783,0,1,0.5992,1,1,1,0.256,0.5992,0,1,1,1,1,1,0.354020715,0,0.576135039,1,1,1,1,1,0.397597373,0,0.296086907,1,1,1,1,1,0.418633997,0,0.456138231,0.456103237,0.456117021
-1153,1,0.3353,1,1,1,1,1,1,1,1,0.3247,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2944,0.2783,0,1,0.5992,1,1,1,0.2984,0.5992,0,1,1,1,1,1,0.283025086,0,0.626205683,1,1,1,1,1,0.385783881,0,0.236033261,1,1,1,1,1,0.491624504,0,0.43777187,0.437909879,0.437943262
-1154,1,0.3353,1,1,1,1,1,1,1,1,0.3578,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2322,0.2783,0,1,0.5992,1,1,1,0.2796,0.5992,0,1,1,1,1,1,0.293709457,0,0.767984271,1,1,1,1,1,0.32566306,0,0.153242946,1,1,1,1,1,0.531821907,0,0.429192847,0.429236302,0.429078014
-1155,1,0.3353,1,1,1,1,1,1,1,1,0.4037,0.3353,0,1,0.2783,1,1,1,1,1,1,0.232,0.2783,0,1,0.5992,1,1,1,0.2611,0.5992,0,1,1,1,1,1,0.320410371,0,0.852543592,1,1,1,1,1,0.274338067,0,0.290835351,1,1,1,1,1,0.522841454,0,0.425628323,0.425639941,0.425531915
-1156,1,0.3353,1,1,1,1,1,1,1,1,0.4499,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2136,0.2783,0,1,0.5992,1,1,1,0.217,0.5992,0,1,1,1,1,1,0.358748078,0,0.99939537,1,1,1,1,1,0.246637285,0,0.611278057,1,1,1,1,1,0.423829794,0,0.42997825,0.429870954,0.430407801
-1157,1,0.3353,1,1,1,1,1,1,1,1,0.4056,0.3353,0,1,0.2783,1,1,1,1,1,1,0.206,0.2783,0,1,0.5992,1,1,1,0.206,0.5992,0,1,1,1,1,1,0.349777102,0,0.998455644,1,1,1,1,1,0.263135016,0,0.728486896,1,1,1,1,1,0.455891222,0,0.448163364,0.448275862,0.448138298
-1158,1,0.3353,1,1,1,1,1,1,1,1,0.2791,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1149,0.2783,0,1,0.5992,1,1,1,0.2717,0.5992,0,1,1,1,1,1,0.248066247,0,0.896258473,1,1,1,1,1,0.129025087,0,0.41236943,1,1,1,1,1,0.534036696,0,0.476800387,0.476835202,0.476950355
-1159,1,0.3353,1,1,1,1,1,1,1,1,0.1758,0.3353,0.0686,1,0.2783,1,1,1,1,1,1,0.0483,0.2783,0.0668,1,0.5992,1,1,1,0.2637,0.5992,0.0179,1,1,1,1,1,0.148530319,0.265751928,0.966250598,1,1,1,1,1,0.08097402,0.216029584,0.572412848,1,1,1,1,1,0.513921797,0.206477448,0.507672789,0.507721599,0.507978723
-1160,1,0.3353,1,1,1,1,1,1,1,1,0.2065,0.3353,0.3334,1,0.2783,1,1,1,1,1,1,0.0618,0.2783,0.3332,1,0.5992,1,1,1,0.2935,0.5992,0.246,1,1,1,1,1,0.153094873,0.66551131,0.9830091,1,1,1,1,1,0.059812039,0.629539251,0.505583763,1,1,1,1,1,0.562816799,0.566612899,0.54162639,0.541781257,0.541666667
-1161,1,0.3353,1,1,1,1,1,1,1,1,0.2129,0.3353,0.535,1,0.2783,1,1,1,1,1,1,0.0447,0.2783,0.5359,1,0.5992,1,1,1,0.34,0.5992,0.4373,1,1,1,1,1,0.147931859,0.890404403,0.961132944,1,1,1,1,1,0.059360567,0.879184842,0.359537959,1,1,1,1,1,0.600973427,0.811100245,0.560959401,0.561032367,0.561170213
-1162,1,0.3353,1,1,1,1,1,1,1,1,0.3361,0.3353,0.6862,1,0.2783,1,1,1,1,1,1,0.1131,0.2783,0.6854,1,0.5992,1,1,1,0.3936,0.5992,0.5082,1,1,1,1,1,0.290128022,0.985478044,0.968965769,1,1,1,1,1,0.105776787,0.995797515,0.288859189,1,1,1,1,1,0.536126375,0.83561933,0.566759304,0.566744235,0.566932624
-1163,1,0.3353,1,1,1,1,1,1,1,1,0.2029,0.3353,0.7269,1,0.2783,1,1,1,1,1,1,0.0854,0.2783,0.7362,1,0.5992,1,1,1,0.3636,0.5992,0.4812,1,1,1,1,1,0.199890614,0.993222833,0.760709882,1,1,1,1,1,0.075366028,0.981716096,0.184054464,1,1,1,1,1,0.44908309,0.837790012,0.562107298,0.562090121,0.562056738
-1164,1,0.3353,1,1,1,1,1,1,1,1,0.2194,0.3353,0.7132,1,0.2783,1,1,1,1,1,1,0.0613,0.2783,0.6619,1,0.5992,1,1,1,0.3216,0.5992,0.4676,1,1,1,1,1,0.239717662,0.943248749,0.49961102,1,1,1,1,1,0.060589828,0.850915074,0.128481418,1,1,1,1,1,0.462041587,0.872471511,0.551111648,0.551089486,0.550975177
-1165,1,0.3353,1,1,1,1,1,1,1,1,0.2335,0.3353,0.6894,1,0.2783,1,1,1,1,1,1,0.1519,0.2783,0.5674,1,0.5992,1,1,1,0.3557,0.5992,0.4749,1,1,1,1,1,0.239567488,0.93822521,0.620042503,1,1,1,1,1,0.150274158,0.81651938,0.163270175,1,1,1,1,1,0.520643532,0.867996216,0.53757854,0.537761794,0.537677305
-1166,1,0.3353,1,1,1,1,1,1,1,1,0.2508,0.3353,0.6259,1,0.2783,1,1,1,1,1,1,0.1319,0.2783,0.551,1,0.5992,1,1,1,0.3121,0.5992,0.4582,1,1,1,1,1,0.236098781,0.869975448,0.793558598,1,1,1,1,1,0.140550196,0.701701403,0.13430053,1,1,1,1,1,0.420947999,0.86914444,0.529180764,0.529088217,0.529255319
-1167,1,0.3353,1,1,1,1,1,1,1,1,0.2597,0.3353,0.4635,1,0.2783,1,1,1,1,1,1,0.146,0.2783,0.406,1,0.5992,1,1,1,0.3169,0.5992,0.3793,1,1,1,1,1,0.236285761,0.708693385,0.854089141,1,1,1,1,1,0.16729033,0.610197723,0.414416492,1,1,1,1,1,0.497466505,0.692764342,0.529724505,0.529722869,0.529698582
-1168,1,0.3353,1,1,1,1,1,1,1,1,0.2519,0.3353,0.2577,1,0.2783,1,1,1,1,1,1,0.1588,0.2783,0.2966,1,0.5992,1,1,1,0.3352,0.5992,0.2249,1,1,1,1,1,0.184167624,0.474652469,0.993203402,1,1,1,1,1,0.176503003,0.534153879,0.654207349,1,1,1,1,1,0.529282808,0.53376931,0.547667956,0.547704675,0.54787234
-1169,1,0.3353,1,1,1,1,1,1,1,1,0.3595,0.3353,0.0324,1,0.2783,1,1,1,1,1,1,0.0601,0.2783,0.084,1,0.5992,1,1,1,0.3211,0.5992,0.001,1,1,1,1,1,0.249948338,0.121315122,0.926506758,1,1,1,1,1,0.119256131,0.196006551,0.39112252,1,1,1,1,1,0.543855071,0.012251442,0.592133881,0.592130315,0.592198582
-1170,1,0.3353,1,1,1,1,1,1,1,1,0.2783,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1367,0.2783,0,1,0.5992,1,1,1,0.3345,0.5992,0,1,1,1,1,1,0.299996644,0,0.903561115,1,1,1,1,1,0.219918966,0,0.304903656,1,1,1,1,1,0.624993742,0,0.610318995,0.610323673,0.61037234
-1171,1,0.3353,1,1,1,1,1,1,1,1,0.3213,0.3353,0,1,0.2783,1,1,1,1,1,1,0.246,0.2783,0,1,0.5992,1,1,1,0.2798,0.5992,0,1,1,1,1,1,0.270766437,0,0.994238257,1,1,1,1,1,0.378410816,0,0.369773567,1,1,1,1,1,0.519669414,0,0.594308845,0.594457373,0.594414894
-1172,1,0.3353,1,1,1,1,1,1,1,1,0.1659,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2162,0.2783,0,1,0.5992,1,1,1,0.3531,0.5992,0,1,1,1,1,1,0.150617227,0,0.855373979,1,1,1,1,1,0.240363032,0,0.096578017,1,1,1,1,1,0.615719616,0,0.575700822,0.575840914,0.575797872
-1173,1,0.3353,1,1,1,1,1,1,1,1,0.1219,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2135,0.2783,0,1,0.5992,1,1,1,0.3076,0.5992,0,1,1,1,1,1,0.104000352,0,0.744946659,1,1,1,1,1,0.2302728,0,0.156496346,1,1,1,1,1,0.593123198,0,0.549117931,0.54918553,0.549202128
-1174,1,0.3353,1,1,1,1,1,1,1,1,0.1001,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1968,0.2783,0,1,0.5992,1,1,1,0.3344,0.5992,0,1,1,1,1,1,0.130229473,0,0.510496557,1,1,1,1,1,0.25795871,0,0.284826994,1,1,1,1,1,0.648395598,0,0.513291445,0.513433467,0.513297872
-1175,1,0.3353,1,1,1,1,1,1,1,1,0.0975,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1998,0.2783,0,1,0.5992,1,1,1,0.355,0.5992,0,1,1,1,1,1,0.18592751,0,0.501775682,1,1,1,1,1,0.252325535,0,0.200153947,1,1,1,1,1,0.706662953,0,0.476800387,0.476835202,0.476950355
-1176,1,0.3353,1,1,1,1,1,1,1,1,0.2142,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2339,0.2783,0,1,0.5992,1,1,1,0.3921,0.5992,0,1,1,1,1,1,0.34257105,0,0.884343505,1,1,1,1,1,0.275555044,0,0.237068862,1,1,1,1,1,0.702264607,0,0.448042533,0.447852761,0.448138298
-1177,1,0.3353,1,1,1,1,1,1,1,1,0.2635,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2747,0.2783,0,1,0.5992,1,1,1,0.439,0.5992,0,1,1,1,1,1,0.379954606,0,0.89125824,1,1,1,1,1,0.304752886,0,0.21636048,1,1,1,1,1,0.796591163,0,0.431246979,0.431351809,0.431294326
-1178,1,0.3353,1,1,1,1,1,1,1,1,0.2618,0.3353,0,1,0.2783,1,1,1,1,1,1,0.4028,0.2783,0,1,0.5992,1,1,1,0.4469,0.5992,0,1,1,1,1,1,0.364985079,0,0.582847238,1,1,1,1,1,0.364899576,0,0.251361251,1,1,1,1,1,0.837558866,0,0.422245046,0.42225513,0.421985816
-1179,1,0.3353,1,1,1,1,1,1,1,1,0.2707,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2866,0.2783,0,1,0.5992,1,1,1,0.5558,0.5992,0,1,1,1,1,1,0.356354982,0,0.603048086,1,1,1,1,1,0.272461951,0,0.391483009,1,1,1,1,1,0.897390604,0,0.41940551,0.419504971,0.419769504
-1180,1,0.3353,1,1,1,1,1,1,1,1,0.2648,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1908,0.2783,0,1,0.5992,1,1,1,0.5454,0.5992,0,1,1,1,1,1,0.317749798,0,0.52846092,1,1,1,1,1,0.193034649,0,0.545575678,1,1,1,1,1,0.868138731,0,0.422909618,0.422889782,0.42287234
-1181,1,0.3353,1,1,1,1,1,1,1,1,0.2244,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2149,0.2783,0,1,0.5992,1,1,1,0.5286,0.5992,0,1,1,1,1,1,0.26673305,0,0.701657176,1,1,1,1,1,0.203845307,0,0.776575208,1,1,1,1,1,0.79021436,0,0.436261479,0.436217474,0.436613475
-1182,1,0.3353,1,1,1,1,1,1,1,1,0.1686,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1957,0.2783,0,1,0.5992,1,1,1,0.4403,0.5992,0,1,1,1,1,1,0.211779445,0,0.776404262,1,1,1,1,1,0.216442317,0,0.709726691,1,1,1,1,1,0.662970185,0,0.455111165,0.455045483,0.455230496
-1183,1,0.3353,1,1,1,1,1,1,1,1,0.19,0.3353,0.0784,1,0.2783,1,1,1,1,1,1,0.1343,0.2783,0.079,1,0.5992,1,1,1,0.375,0.5992,0.0458,1,1,1,1,1,0.234211475,0.290317029,0.452911258,1,1,1,1,1,0.158347115,0.264449507,0.783980489,1,1,1,1,1,0.665955484,0.319937825,0.479277429,0.479162259,0.479166667
-1184,1,0.3353,1,1,1,1,1,1,1,1,0.1761,0.3353,0.3412,1,0.2783,1,1,1,1,1,1,0.0824,0.2783,0.3487,1,0.5992,1,1,1,0.4968,0.5992,0.3034,1,1,1,1,1,0.17609331,0.683308363,0.543763638,1,1,1,1,1,0.10551554,0.668060899,0.41762045,1,1,1,1,1,0.772591352,0.699757576,0.510693572,0.510683309,0.510638298
-1185,1,0.3353,1,1,1,1,1,1,1,1,0.0706,0.3353,0.5422,1,0.2783,1,1,1,1,1,1,0.0624,0.2783,0.5498,1,0.5992,1,1,1,0.4705,0.5992,0.4778,1,1,1,1,1,0.054128706,0.908714414,0.29177025,1,1,1,1,1,0.061619103,0.900407374,0.220553935,1,1,1,1,1,0.641739547,0.913370728,0.532382794,0.532473027,0.532358156
-1186,1,0.3353,1,1,1,1,1,1,1,1,0.0604,0.3353,0.6945,1,0.2783,1,1,1,1,1,1,0.087,0.2783,0.6995,1,0.5992,1,1,1,0.4941,0.5992,0.6087,1,1,1,1,1,0.060741138,0.999978423,0.283452332,1,1,1,1,1,0.098234922,0.999555409,0.244476184,1,1,1,1,1,0.692647755,0.999934196,0.540418076,0.540511953,0.540336879
-1187,1,0.3353,1,1,1,1,1,1,1,1,0.0525,0.3353,0.7433,1,0.2783,1,1,1,1,1,1,0.0403,0.2783,0.7507,1,0.5992,1,1,1,0.4114,0.5992,0.6522,1,1,1,1,1,0.082532115,1,0.144570887,1,1,1,1,1,0.054434132,0.999752343,0.14840655,1,1,1,1,1,0.566773534,1,0.54162639,0.541569706,0.541666667
-1188,1,0.3353,1,1,1,1,1,1,1,1,0.0678,0.3353,0.7488,1,0.2783,1,1,1,1,1,1,0.0588,0.2783,0.7584,1,0.5992,1,1,1,0.4713,0.5992,0.6251,1,1,1,1,1,0.115371801,1,0.119253427,1,1,1,1,1,0.062569231,0.999800324,0.066537961,1,1,1,1,1,0.627323389,1,0.535584824,0.535646287,0.535904255
-1189,1,0.3353,1,1,1,1,1,1,1,1,0.0873,0.3353,0.7431,1,0.2783,1,1,1,1,1,1,0.0751,0.2783,0.7463,1,0.5992,1,1,1,0.3702,0.5992,0.6554,1,1,1,1,1,0.189287961,0.99999994,0.006707564,1,1,1,1,1,0.067489773,0.997997522,0,1,1,1,1,1,0.4699772,1,0.525253746,0.525280305,0.525265957
-1190,1,0.3353,1,1,1,1,1,1,1,1,0.0522,0.3353,0.6884,1,0.2783,1,1,1,1,1,1,0.0527,0.2783,0.7059,1,0.5992,1,1,1,0.4283,0.5992,0.621,1,1,1,1,1,0.127854243,0.996839941,0.009228606,1,1,1,1,1,0.046768688,0.992907286,0,1,1,1,1,1,0.462422341,0.995893836,0.515889319,0.515760525,0.515957447
-1191,1,0.3353,1,1,1,1,1,1,1,1,0.0479,0.3353,0.5364,1,0.2783,1,1,1,1,1,1,0.0604,0.2783,0.5699,1,0.5992,1,1,1,0.4987,0.5992,0.4806,1,1,1,1,1,0.103054546,0.910212874,0.027962007,1,1,1,1,1,0.050751761,0.919697404,0,1,1,1,1,1,0.615406752,0.881769955,0.515043499,0.514914322,0.515070922
-1192,1,0.3353,1,1,1,1,1,1,1,1,0.0443,0.3353,0.3355,1,0.2783,1,1,1,1,1,1,0.0497,0.2783,0.3757,1,0.5992,1,1,1,0.4396,0.5992,0.2899,1,1,1,1,1,0.087240607,0.693072557,0.013756168,1,1,1,1,1,0.041317541,0.703042865,0,1,1,1,1,1,0.555635095,0.650424719,0.53340986,0.533530781,0.533687943
-1193,1,0.3353,1,1,1,1,1,1,1,1,0.0388,0.3353,0.076,1,0.2783,1,1,1,1,1,1,0.1113,0.2783,0.1078,1,0.5992,1,1,1,0.4348,0.5992,0.0337,1,1,1,1,1,0.099036202,0.304884374,0.030201707,1,1,1,1,1,0.098236836,0.312655956,0,1,1,1,1,1,0.605677247,0.225583762,0.584702755,0.584726042,0.584663121
-1194,1,0.3353,1,1,1,1,1,1,1,1,0.0434,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2035,0.2783,0,1,0.5992,1,1,1,0.4138,0.5992,0,1,1,1,1,1,0.112512924,0,0.035261165,1,1,1,1,1,0.25040102,0,0,1,1,1,1,1,0.589774549,0,0.61581682,0.61582399,0.616134752
-1195,1,0.3353,1,1,1,1,1,1,1,1,0.0494,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0821,0.2783,0,1,0.5992,1,1,1,0.4393,0.5992,0,1,1,1,1,1,0.079058319,0,0.032347452,1,1,1,1,1,0.137184724,0,0,1,1,1,1,1,0.671919942,0,0.602767037,0.602707849,0.602836879
-1196,1,0.3353,1,1,1,1,1,1,1,1,0.0371,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0861,0.2783,0,1,0.5992,1,1,1,0.4446,0.5992,0,1,1,1,1,1,0.074687466,0,0.030308779,1,1,1,1,1,0.174827784,0,0.019841623,1,1,1,1,1,0.655061901,0,0.583554857,0.583668289,0.583776596
-1197,1,0.3353,1,1,1,1,1,1,1,1,0.0921,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1608,0.2783,0,1,0.5992,1,1,1,0.4098,0.5992,0,1,1,1,1,1,0.145479605,0,0.085572705,1,1,1,1,1,0.329065114,0,0.019498432,1,1,1,1,1,0.636019588,0,0.553347028,0.553416543,0.553191489
-1198,1,0.3353,1,1,1,1,1,1,1,1,0.1025,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2622,0.2783,0,1,0.5992,1,1,1,0.4292,0.5992,0,1,1,1,1,1,0.106259964,0,0.155441791,1,1,1,1,1,0.355211437,0,0,1,1,1,1,1,0.626657784,0,0.51558724,0.515760525,0.515514184
-1199,1,0.3353,1,1,1,1,1,1,1,1,0.1791,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1959,0.2783,0,1,0.5992,1,1,1,0.4239,0.5992,0,1,1,1,1,1,0.206970379,0,0.191097513,1,1,1,1,1,0.279841602,0,0,1,1,1,1,1,0.626023889,0,0.478794103,0.478739158,0.478723404
-1200,1,0.3353,1,1,1,1,1,1,1,1,0.2395,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1099,0.2783,0,1,0.5992,1,1,1,0.4053,0.5992,0,1,1,1,1,1,0.259314418,0,0.388427049,1,1,1,1,1,0.171567887,0,0.098786131,1,1,1,1,1,0.580145001,0,0.454023683,0.45398773,0.453900709
-1201,1,0.3353,1,1,1,1,1,1,1,1,0.2597,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0612,0.2783,0,1,0.5992,1,1,1,0.4663,0.5992,0,1,1,1,1,1,0.218423486,0,0.697703183,1,1,1,1,1,0.141861767,0,0.266124606,1,1,1,1,1,0.606708288,0,0.43958434,0.439602285,0.439716312
-1202,1,0.3353,1,1,1,1,1,1,1,1,0.3032,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1135,0.2783,0,1,0.5992,1,1,1,0.5107,0.5992,0,1,1,1,1,1,0.24375546,0,1,1,1,1,1,1,0.193154573,0,1,1,1,1,1,1,0.645770729,0,0.431246979,0.431351809,0.431294326
-1203,1,0.3353,1,1,1,1,1,1,1,1,0.303,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1305,0.2783,0,1,0.5992,1,1,1,0.4902,0.5992,0,1,1,1,1,1,0.301116645,0,1,1,1,1,1,1,0.180218548,0,1,1,1,1,1,1,0.64125526,0,0.432636539,0.432832663,0.432624113
-1204,1,0.3353,1,1,1,1,1,1,1,1,0.284,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0786,0.2783,0,1,0.5992,1,1,1,0.4791,0.5992,0,1,1,1,1,1,0.272147238,0,1,1,1,1,1,1,0.101176038,0,1,1,1,1,1,1,0.665428162,0,0.444296762,0.444256399,0.444592199
-1205,1,0.3353,1,1,1,1,1,1,1,1,0.2177,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0724,0.2783,0,1,0.5992,1,1,1,0.4915,0.5992,0,1,1,1,1,1,0.183430716,0,1,1,1,1,1,1,0.117090717,0,1,1,1,1,1,1,0.773636878,0,0.47619623,0.47620055,0.476507092
-1206,1,0.3353,1,1,1,1,1,1,1,1,0.2689,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1681,0.2783,0,1,0.5992,1,1,1,0.497,0.5992,0,1,1,1,1,1,0.196102008,0,1,1,1,1,1,1,0.253720134,0,1,1,1,1,1,1,0.770896137,0,0.523078782,0.522953247,0.523492908
-1207,1,0.3353,1,1,1,1,1,1,1,1,0.2261,0.3353,0.0526,1,0.2783,1,1,1,1,1,1,0.1185,0.2783,0.0396,1,0.5992,1,1,1,0.3451,0.5992,0.0693,1,1,1,1,1,0.129979447,0.209990487,1,1,1,1,1,1,0.176377565,0.099274933,1,1,1,1,1,1,0.624243617,0.334314644,0.559086515,0.559128411,0.558953901
-1208,1,0.3353,1,1,1,1,1,1,1,1,0.1588,0.3353,0.2708,1,0.2783,1,1,1,1,1,1,0.0827,0.2783,0.2314,1,0.5992,1,1,1,0.216,0.5992,0.3342,1,1,1,1,1,0.083324097,0.529185474,1,1,1,1,1,1,0.098851025,0.410609573,1,1,1,1,1,1,0.421067536,0.719351232,0.587844369,0.587899302,0.58820922
-1209,1,0.3353,1,1,1,1,1,1,1,1,0.2587,0.3353,0.4689,1,0.2783,1,1,1,1,1,1,0.2917,0.2783,0.448,1,0.5992,1,1,1,0.544,0.5992,0.5331,1,1,1,1,1,0.2894409,0.805612147,0.989696026,1,1,1,1,1,0.344901145,0.717778742,1,1,1,1,1,1,0.757465303,0.927321315,0.605908652,0.605881109,0.605939716
-1210,1,0.3353,1,1,1,1,1,1,1,1,0.3488,0.3353,0.7172,1,0.2783,1,1,1,1,1,1,0.4892,0.2783,0.6663,1,0.5992,1,1,1,0.4913,0.5992,0.7582,1,1,1,1,1,0.395743012,0.96883285,0.948044896,1,1,1,1,1,0.511600554,0.960655212,0.917132497,1,1,1,1,1,0.707884908,1,0.613883519,0.613920034,0.61391844
-1211,1,0.3353,1,1,1,1,1,1,1,1,0.3546,0.3353,0.6904,1,0.2783,1,1,1,1,1,1,0.499,0.2783,0.6944,1,0.5992,1,1,1,0.6022,0.5992,0.6389,1,1,1,1,1,0.416882783,0.962394953,0.940832615,1,1,1,1,1,0.519321442,0.966035604,0.989882946,1,1,1,1,1,0.776862264,1,0.611829386,0.611804527,0.611702128
-1212,1,0.3353,1,1,1,1,1,1,1,1,0.3761,0.3353,0.7406,1,0.2783,1,1,1,1,1,1,0.5806,0.2783,0.7372,1,0.5992,1,1,1,0.693,0.5992,0.6418,1,1,1,1,1,0.52716738,0.990813255,0.907992423,1,1,1,1,1,0.601437092,0.986241937,0.964481473,1,1,1,1,1,0.841103196,1,0.601921218,0.601861646,0.601950355
-1213,1,0.3353,1,1,1,1,1,1,1,1,0.4917,0.3353,0.7488,1,0.2783,1,1,1,1,1,1,0.5994,0.2783,0.7649,1,0.5992,1,1,1,0.7011,0.5992,0.6489,1,1,1,1,1,0.640658677,0.999713778,0.735951126,1,1,1,1,1,0.640074909,1,0.814268887,1,1,1,1,1,0.850628614,1,0.591167231,0.591072562,0.591312057
-1214,1,0.3353,1,1,1,1,1,1,1,1,0.4786,0.3353,0.7112,1,0.2783,1,1,1,1,1,1,0.5702,0.2783,0.7313,1,0.5992,1,1,1,0.7136,0.5992,0.6201,1,1,1,1,1,0.591258228,1,0.778917193,1,1,1,1,1,0.625877619,1,0.835932493,1,1,1,1,1,0.918173254,1,0.582467376,0.582610535,0.582446809
-1215,1,0.3353,1,1,1,1,1,1,1,1,0.5805,0.3353,0.557,1,0.2783,1,1,1,1,1,1,0.5296,0.2783,0.5886,1,0.5992,1,1,1,0.8363,0.5992,0.494,1,1,1,1,1,0.771389246,0.937734127,0.676527977,1,1,1,1,1,0.612376571,0.948776364,0.648184359,1,1,1,1,1,0.941183925,0.905944824,0.579990333,0.579860377,0.580230496
-1216,1,0.3353,1,1,1,1,1,1,1,1,0.5614,0.3353,0.354,1,0.2783,1,1,1,1,1,1,0.4041,0.2783,0.3926,1,0.5992,1,1,1,0.8439,0.5992,0.2958,1,1,1,1,1,0.648257077,0.720954776,0.721462965,1,1,1,1,1,0.44365108,0.741374433,0.681868076,1,1,1,1,1,0.937252581,0.672855318,0.59757129,0.597630633,0.59751773
-1217,1,0.3353,1,1,1,1,1,1,1,1,0.4235,0.3353,0.088,1,0.2783,1,1,1,1,1,1,0.3464,0.2783,0.1269,1,0.5992,1,1,1,0.6979,0.5992,0.0355,1,1,1,1,1,0.51754427,0.339663208,0.637686014,1,1,1,1,1,0.344229102,0.3750453,0.587886691,1,1,1,1,1,0.858302116,0.271466434,0.649710005,0.649672096,0.649822695
-1218,1,0.3353,1,1,1,1,1,1,1,1,0.3091,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2925,0.2783,0,1,0.5992,1,1,1,0.686,0.5992,0,1,1,1,1,1,0.380971849,0,0.735828876,1,1,1,1,1,0.282929033,0,0.758348167,1,1,1,1,1,0.922894716,0,0.677017883,0.676962132,0.677304965
-1219,1,0.3353,1,1,1,1,1,1,1,1,0.2876,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1423,0.2783,0,1,0.5992,1,1,1,0.5335,0.5992,0,1,1,1,1,1,0.229913279,0,0.708653569,1,1,1,1,1,0.155442357,0,0.760674357,1,1,1,1,1,0.795302987,0,0.660403577,0.66046118,0.660460993
-1220,1,0.3353,1,1,1,1,1,1,1,1,0.2022,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0246,0.2783,0,1,0.5992,1,1,1,0.4951,0.5992,0,1,1,1,1,1,0.18043147,0,0.902265966,1,1,1,1,1,0.03515631,0,0.656223595,1,1,1,1,1,0.681383967,0,0.634968584,0.63486355,0.635195035
-1221,1,0.3353,1,1,1,1,1,1,1,1,0.1987,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0036,0.2783,0,1,0.5992,1,1,1,0.5101,0.5992,0,1,1,1,1,1,0.19018729,0,0.989155293,1,1,1,1,1,0.020197783,0,0.497124612,1,1,1,1,1,0.764848948,0,0.595940068,0.595938227,0.596187943
-1222,1,0.3353,1,1,1,1,1,1,1,1,0.228,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0176,0.2783,0,1,0.5992,1,1,1,0.5117,0.5992,0,1,1,1,1,1,0.279156238,0,0.92850256,1,1,1,1,1,0.029275812,0,0.287356585,1,1,1,1,1,0.805401266,0,0.546036733,0.54601227,0.546099291
-1223,1,0.3353,1,1,1,1,1,1,1,1,0.15,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0195,0.2783,0,1,0.5992,1,1,1,0.4329,0.5992,0,1,1,1,1,1,0.221314549,0,0.869086862,1,1,1,1,1,0.040583201,0,0.170259446,1,1,1,1,1,0.758990109,0,0.500785404,0.500740427,0.500886525
-1224,1,0.3353,1,1,1,1,1,1,1,1,0.0948,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0793,0.2783,0,1,0.5992,1,1,1,0.3324,0.5992,0,1,1,1,1,1,0.12267781,0,0.582565308,1,1,1,1,1,0.10492897,0,0.072730631,1,1,1,1,1,0.615701675,0,0.471846303,0.471757986,0.472074468
-1225,1,0.3353,1,1,1,1,1,1,1,1,0.1295,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0878,0.2783,0,1,0.5992,1,1,1,0.2587,0.5992,0,1,1,1,1,1,0.119748831,0,0.735725641,1,1,1,1,1,0.114267059,0,0.070223562,1,1,1,1,1,0.52477622,0,0.45698405,0.456949439,0.457003546
-1226,1,0.3353,1,1,1,1,1,1,1,1,0.1628,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1152,0.2783,0,1,0.5992,1,1,1,0.2238,0.5992,0,1,1,1,1,1,0.181095943,0,0.6454252,1,1,1,1,1,0.133335337,0,0.034494765,1,1,1,1,1,0.460157454,0,0.451304978,0.451237571,0.451241135
-1227,1,0.3353,1,1,1,1,1,1,1,1,0.1314,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0998,0.2783,0,1,0.5992,1,1,1,0.2084,0.5992,0,1,1,1,1,1,0.157336593,0,0.607481718,1,1,1,1,1,0.106242403,0,0.032175656,1,1,1,1,1,0.35201478,0,0.453661189,0.453776179,0.453457447
-1228,1,0.3353,1,1,1,1,1,1,1,1,0.0988,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0785,0.2783,0,1,0.5992,1,1,1,0.1722,0.5992,0,1,1,1,1,1,0.145745352,0,0.39130339,1,1,1,1,1,0.068140909,0,0.022184294,1,1,1,1,1,0.309123874,0,0.468463026,0.468373175,0.468528369
-1229,1,0.3353,1,1,1,1,1,1,1,1,0.0582,0.3353,0,1,0.2783,1,1,1,1,1,1,0,0.2783,0,1,0.5992,1,1,1,0.1649,0.5992,0,1,1,1,1,1,0.080616646,0,0.138528466,1,1,1,1,1,0.004297344,0,0.025823038,1,1,1,1,1,0.284348249,0,0.510874819,0.510894859,0.51108156
-1230,1,0.3353,1,1,1,1,1,1,1,1,0.0142,0.3353,0,1,0.2783,1,1,1,1,1,1,0,0.2783,0,1,0.5992,1,1,1,0.1364,0.5992,0,1,1,1,1,1,0.013597928,0,0.029796135,1,1,1,1,1,0.001061968,0,0.013726441,1,1,1,1,1,0.248689145,0,0.577271629,0.577321769,0.577570922
-1231,1,0.3353,1,1,1,1,1,1,1,1,0.0002,0.3353,0.0473,1,0.2783,1,1,1,1,1,1,0.0275,0.2783,0.0287,1,0.5992,1,1,1,0.0668,0.5992,0.0426,1,1,1,1,1,0.00013219,0.200453222,0.020030674,1,1,1,1,1,0.013340943,0.087813288,0.026402095,1,1,1,1,1,0.111826383,0.277007848,0.615575157,0.615612439,0.615691489
-1232,1,0.3353,1,1,1,1,1,1,1,1,0.0056,0.3353,0.297,1,0.2783,1,1,1,1,1,1,0.1819,0.2783,0.3047,1,0.5992,1,1,1,0.0329,0.5992,0.2972,1,1,1,1,1,0.006537379,0.608580887,0,1,1,1,1,1,0.135482728,0.595647395,0,1,1,1,1,1,0.060718052,0.647970617,0.627537458,0.627670827,0.627659574
-1233,1,0.3353,1,1,1,1,1,1,1,1,0,0.3353,0.5162,1,0.2783,1,1,1,1,1,1,0,0.2783,0.5333,1,0.5992,1,1,1,0.001,0.5992,0.485,1,1,1,1,1,0,0.841356874,0,1,1,1,1,1,0,0.804462194,0,1,1,1,1,1,0.006389246,0.903139591,0.626933301,0.626824624,0.62677305
-1234,1,0.3353,1,1,1,1,1,1,1,1,0.0003,0.3353,0.6557,1,0.2783,1,1,1,1,1,1,0.0111,0.2783,0.6153,1,0.5992,1,1,1,0.0004,0.5992,0.6439,1,1,1,1,1,0,0.945711374,0.076287441,1,1,1,1,1,0.013186519,0.848996758,0.033314139,1,1,1,1,1,0.001167379,0.913696229,0.625362494,0.62555532,0.625443262
-1235,1,0.3353,1,1,1,1,1,1,1,1,0.013,0.3353,0.6814,1,0.2783,1,1,1,1,1,1,0.1347,0.2783,0.6478,1,0.5992,1,1,1,0.0074,0.5992,0.6539,1,1,1,1,1,0.032558631,0.926897466,0.026296321,1,1,1,1,1,0.128107622,0.889334559,0.002270419,1,1,1,1,1,0.020156203,0.942379534,0.619200097,0.619208801,0.619237589
-1236,1,0.3353,1,1,1,1,1,1,1,1,0.0529,0.3353,0.6802,1,0.2783,1,1,1,1,1,1,0.4101,0.2783,0.6655,1,0.5992,1,1,1,0.0491,0.5992,0.5717,1,1,1,1,1,0.112971641,0.94293654,0.020983305,1,1,1,1,1,0.35931617,0.916000903,0.025246076,1,1,1,1,1,0.101816893,0.854736626,0.609594007,0.609689021,0.609929078
-1237,1,0.3353,1,1,1,1,1,1,1,1,0.1343,0.3353,0.6721,1,0.2783,1,1,1,1,1,1,0.3353,0.2783,0.5906,1,0.5992,1,1,1,0.1925,0.5992,0.42,1,1,1,1,1,0.196501359,0.922810555,0.058169805,1,1,1,1,1,0.338804722,0.725093126,0.062176701,1,1,1,1,1,0.349339694,0.795264959,0.604760754,0.604823355,0.605053191
-1238,1,0.3353,1,1,1,1,1,1,1,1,0.2566,0.3353,0.5062,1,0.2783,1,1,1,1,1,1,0.4104,0.2783,0.4254,1,0.5992,1,1,1,0.2493,0.5992,0.4475,1,1,1,1,1,0.319762141,0.59853673,0.10187839,1,1,1,1,1,0.454937726,0.575564027,0.045463089,1,1,1,1,1,0.402323842,0.61471498,0.600531658,0.600592342,0.600620567
-1239,1,0.3353,1,1,1,1,1,1,1,1,0.3723,0.3353,0.379,1,0.2783,1,1,1,1,1,1,0.5315,0.2783,0.3642,1,0.5992,1,1,1,0.268,0.5992,0.2824,1,1,1,1,1,0.3862876,0.532084823,0.066966079,1,1,1,1,1,0.619408846,0.568591952,0.032490052,1,1,1,1,1,0.481660813,0.400441289,0.600712905,0.600803893,0.60106383
-1240,1,0.3353,1,1,1,1,1,1,1,1,0.5036,0.3353,0.2003,1,0.2783,1,1,1,1,1,1,0.6459,0.2783,0.2198,1,0.5992,1,1,1,0.4745,0.5992,0.1181,1,1,1,1,1,0.518953919,0.341629773,0.103378564,1,1,1,1,1,0.696878076,0.438707918,0.095000267,1,1,1,1,1,0.750598669,0.146077305,0.618414693,0.618362598,0.618351064
-1241,1,0.3353,1,1,1,1,1,1,1,1,0.3912,0.3353,0.015,1,0.2783,1,1,1,1,1,1,0.585,0.2783,0.0566,1,0.5992,1,1,1,0.4755,0.5992,0,1,1,1,1,1,0.473258883,0.062551729,0.310588539,1,1,1,1,1,0.646404862,0.178026602,0.376240849,1,1,1,1,1,0.793471038,0.018920012,0.665357661,0.665326846,0.665336879
-1242,1,0.3353,1,1,1,1,1,1,1,1,0.3224,0.3353,0,1,0.2783,1,1,1,1,1,1,0.5352,0.2783,0,1,0.5992,1,1,1,0.4672,0.5992,0,1,1,1,1,1,0.447152525,0,0.541391194,1,1,1,1,1,0.539625585,0,0.65070951,1,1,1,1,1,0.775042534,0,0.682999033,0.682885551,0.683510638
-1243,1,0.3353,1,1,1,1,1,1,1,1,0.2435,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1965,0.2783,0,1,0.5992,1,1,1,0.4683,0.5992,0,1,1,1,1,1,0.28336516,0,0.872553468,1,1,1,1,1,0.207418442,0,0.956400752,1,1,1,1,1,0.803244233,0,0.663847269,0.66363444,0.664007092
-1244,1,0.3353,1,1,1,1,1,1,1,1,0.2578,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1047,0.2783,0,1,0.5992,1,1,1,0.5337,0.5992,0,1,1,1,1,1,0.232483596,0,0.984864175,1,1,1,1,1,0.149239272,0,0.999052405,1,1,1,1,1,0.855464935,0,0.634122765,0.634017347,0.634308511
-1245,1,0.3353,1,1,1,1,1,1,1,1,0.2975,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1011,0.2783,0,1,0.5992,1,1,1,0.3963,0.5992,0,1,1,1,1,1,0.234399393,0,0.818525434,1,1,1,1,1,0.187863141,0,0.979749799,1,1,1,1,1,0.631435037,0,0.591348478,0.591284113,0.591312057
-1246,1,0.3353,1,1,1,1,1,1,1,1,0.2575,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1793,0.2783,0,1,0.5992,1,1,1,0.3754,0.5992,0,1,1,1,1,1,0.237351075,0,0.564247489,1,1,1,1,1,0.281222403,0,0.914140344,1,1,1,1,1,0.649055243,0,0.536491058,0.53649249,0.536347518
-1247,1,0.3353,1,1,1,1,1,1,1,1,0.1833,0.3353,0,1,0.2783,1,1,1,1,1,1,0.231,0.2783,0,1,0.5992,1,1,1,0.3758,0.5992,0,1,1,1,1,1,0.145845681,0,0.5568977,1,1,1,1,1,0.313693285,0,1,1,1,1,1,1,0.623736143,0,0.487675205,0.487835837,0.487588652
-1248,1,0.3353,1,1,1,1,1,1,1,1,0.1827,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2869,0.2783,0,1,0.5992,1,1,1,0.3186,0.5992,0,1,1,1,1,1,0.192881912,0,0.759407043,1,1,1,1,1,0.335984886,0,1,1,1,1,1,1,0.496516883,0,0.454507008,0.454622382,0.454787234
-1249,1,0.3353,1,1,1,1,1,1,1,1,0.1941,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2854,0.2783,0,1,0.5992,1,1,1,0.2287,0.5992,0,1,1,1,1,1,0.225544587,0,0.680343151,1,1,1,1,1,0.30439356,0,0.997335196,1,1,1,1,1,0.403343916,0,0.435717738,0.435794373,0.43572695
-1250,1,0.3353,1,1,1,1,1,1,1,1,0.1924,0.3353,0,1,0.2783,1,1,1,1,1,1,0.3241,0.2783,0,1,0.5992,1,1,1,0.1448,0.5992,0,1,1,1,1,1,0.221153587,0,0.968756557,1,1,1,1,1,0.338723153,0,1,1,1,1,1,1,0.287768155,0,0.427501208,0.427543897,0.427748227
-1251,1,0.3353,1,1,1,1,1,1,1,1,0.1556,0.3353,0,1,0.2783,1,1,1,1,1,1,0.3461,0.2783,0,1,0.5992,1,1,1,0.1212,0.5992,0,1,1,1,1,1,0.200243726,0,0.990717232,1,1,1,1,1,0.363049507,0,0.706227243,1,1,1,1,1,0.25916478,0,0.426172064,0.426274593,0.42641844
-1252,1,0.3353,1,1,1,1,1,1,1,1,0.1523,0.3353,0,1,0.2783,1,1,1,1,1,1,0.321,0.2783,0,1,0.5992,1,1,1,0.0914,0.5992,0,1,1,1,1,1,0.127799094,0,0.977195561,1,1,1,1,1,0.247806251,0,0.243618071,1,1,1,1,1,0.267055422,0,0.43861769,0.438756082,0.438829787
-1253,1,0.3353,1,1,1,1,1,1,1,1,0.207,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1395,0.2783,0,1,0.5992,1,1,1,0.0765,0.5992,0,1,1,1,1,1,0.183896467,0,0.817924261,1,1,1,1,1,0.127526626,0,0.109899484,1,1,1,1,1,0.240386575,0,0.4780087,0.477892955,0.478280142
-1254,1,0.3353,1,1,1,1,1,1,1,1,0.1562,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1475,0.2783,0,1,0.5992,1,1,1,0.096,0.5992,0,1,1,1,1,1,0.143469617,0,0.611737728,1,1,1,1,1,0.198952988,0,0.309592962,1,1,1,1,1,0.218967497,0,0.54120348,0.541146605,0.541223404
-1255,1,0.3353,1,1,1,1,1,1,1,1,0.0781,0.3353,0.0178,1,0.2783,1,1,1,1,1,1,0.1137,0.2783,0.0475,1,0.5992,1,1,1,0.1043,0.5992,0.0013,1,1,1,1,1,0.052887458,0.061954297,0.380340695,1,1,1,1,1,0.135195225,0.157654122,0.33144635,1,1,1,1,1,0.200551838,0.007494121,0.582104882,0.582187434,0.582446809
-1256,1,0.3359,1,1,1,1,1,1,1,1,0.1079,0.3359,0.2828,1,0.2786,1,1,1,1,1,1,0.1508,0.2786,0.3083,1,0.5991,1,1,1,0.0673,0.5991,0.1184,1,1,1,1,1,0.074471742,0.54457742,0.751787663,1,1,1,1,1,0.18433328,0.596763849,0.989632726,1,1,1,1,1,0.129703015,0.297285795,0.59521508,0.595303575,0.595301418
-1257,1,0.3365,1,1,1,1,1,1,1,1,0.1319,0.3365,0.4612,1,0.2788,1,1,1,1,1,1,0.1571,0.2788,0.4876,1,0.5991,1,1,1,0.0754,0.5991,0.3463,1,1,1,1,1,0.083197743,0.774211228,1,1,1,1,1,1,0.15972808,0.802803457,0.952175975,1,1,1,1,1,0.132988721,0.561455786,0.596544224,0.596572879,0.596631206
-1258,1,0.3371,1,1,1,1,1,1,1,1,0.2068,0.3371,0.59,1,0.279,1,1,1,1,1,1,0.6434,0.279,0.5371,1,0.5991,1,1,1,0.1251,0.5991,0.45,1,1,1,1,1,0.163465798,0.84327662,1,1,1,1,1,1,0.532671988,0.753663421,1,1,1,1,1,1,0.177618653,0.669893742,0.59841711,0.598476835,0.598847518
-1259,1,0.3377,1,1,1,1,1,1,1,1,0.2733,0.3377,0.4844,1,0.2793,1,1,1,1,1,1,0.4403,0.2793,0.4457,1,0.5991,1,1,1,0.138,0.5991,0.5603,1,1,1,1,1,0.191814885,0.739630401,1,1,1,1,1,1,0.427028179,0.7079826,1,1,1,1,1,1,0.145948917,0.678676665,0.59521508,0.595303575,0.595301418
-1260,1,0.3383,1,1,1,1,1,1,1,1,0.2959,0.3383,0.5318,1,0.2795,1,1,1,1,1,1,0.3884,0.2795,0.6086,1,0.5991,1,1,1,0.142,0.5991,0.4689,1,1,1,1,1,0.187671036,0.814717412,1,1,1,1,1,1,0.324422479,0.905207634,1,1,1,1,1,1,0.185355663,0.886141658,0.586636056,0.586629998,0.58643617
-1261,1,0.3389,1,1,1,1,1,1,1,1,0.4267,0.3389,0.6033,1,0.2797,1,1,1,1,1,1,0.2605,0.2797,0.6557,1,0.599,1,1,1,0.2028,0.599,0.455,1,1,1,1,1,0.365172595,0.88222456,1,1,1,1,1,1,0.23880294,0.943364382,1,1,1,1,1,1,0.288252354,0.904223919,0.580775737,0.580706579,0.580673759
-1262,1,0.3395,1,1,1,1,1,1,1,1,0.3732,0.3395,0.5808,1,0.28,1,1,1,1,1,1,0.4289,0.28,0.658,1,0.599,1,1,1,0.2688,0.599,0.4434,1,1,1,1,1,0.34226194,0.925309241,1,1,1,1,1,1,0.375387669,0.897034287,1,1,1,1,1,1,0.425903082,0.822983027,0.571834219,0.571821451,0.571808511
-1263,1,0.3401,1,1,1,1,1,1,1,1,0.485,0.3401,0.4795,1,0.2802,1,1,1,1,1,1,0.589,0.2802,0.5115,1,0.599,1,1,1,0.2647,0.599,0.4251,1,1,1,1,1,0.339123189,0.822530031,1,1,1,1,1,1,0.564603627,0.733990431,1,1,1,1,1,1,0.509761512,0.742143929,0.56639681,0.566532685,0.566489362
-1264,1,0.3407,1,1,1,1,1,1,1,1,0.3916,0.3407,0.2821,1,0.2804,1,1,1,1,1,1,0.3355,0.2804,0.2812,1,0.599,1,1,1,0.2972,0.599,0.2432,1,1,1,1,1,0.230754226,0.499520063,1,1,1,1,1,1,0.36340782,0.469824493,0.984803677,1,1,1,1,1,0.603255808,0.431670308,0.577573707,0.57774487,0.578014184
-1265,1,0.3413,1,1,1,1,1,1,1,1,0.2487,0.3413,0.0584,1,0.2807,1,1,1,1,1,1,0.251,0.2807,0.0769,1,0.599,1,1,1,0.3014,0.599,0.0077,1,1,1,1,1,0.255292296,0.188859239,1,1,1,1,1,1,0.304650635,0.195803821,0.899818301,1,1,1,1,1,0.59485209,0.015759615,0.620952151,0.620901206,0.621010638
-1266,1,0.3419,1,1,1,1,1,1,1,1,0.2725,0.3419,0,1,0.2809,1,1,1,1,1,1,0.3266,0.2809,0,1,0.599,1,1,1,0.3105,0.599,0,1,1,1,1,1,0.389020324,0,0.886451364,1,1,1,1,1,0.445158958,0,0.578374922,1,1,1,1,1,0.46803838,0,0.647172547,0.647133488,0.647606383
-1267,1,0.3425,1,1,1,1,1,1,1,1,0.3705,0.3425,0,1,0.2811,1,1,1,1,1,1,0.2541,0.2811,0,1,0.5989,1,1,1,0.2538,0.5989,0,1,1,1,1,1,0.446674466,0,0.643674016,1,1,1,1,1,0.301800936,0,0.294561565,1,1,1,1,1,0.476828396,0,0.631766554,0.63169029,0.632092199
-1268,1,0.3431,1,1,1,1,1,1,1,1,0.3078,0.3431,0,1,0.2814,1,1,1,1,1,1,0.2664,0.2814,0,1,0.5989,1,1,1,0.1513,0.5989,0,1,1,1,1,1,0.401613057,0,0.504628181,1,1,1,1,1,0.323874235,0,0.493187696,1,1,1,1,1,0.357799411,0,0.607237796,0.607361963,0.607712766
-1269,1,0.3437,1,1,1,1,1,1,1,1,0.3153,0.3437,0,1,0.2816,1,1,1,1,1,1,0.2807,0.2816,0,1,0.5989,1,1,1,0.1685,0.5989,0,1,1,1,1,1,0.365097135,0,0.44705224,1,1,1,1,1,0.39114815,0,0.792457342,1,1,1,1,1,0.254000485,0,0.568753021,0.568648191,0.568705674
-1270,1,0.3443,1,1,1,1,1,1,1,1,0.3729,0.3443,0,1,0.2818,1,1,1,1,1,1,0.477,0.2818,0,1,0.5989,1,1,1,0.122,0.5989,0,1,1,1,1,1,0.572151005,0,0.640709698,1,1,1,1,1,0.543472588,0,0.956823587,1,1,1,1,1,0.233387962,0,0.516674722,0.516818278,0.516843972
-1271,1,0.3449,1,1,1,1,1,1,1,1,0.3149,0.3449,0,1,0.2821,1,1,1,1,1,1,0.2384,0.2821,0,1,0.5989,1,1,1,0.108,0.5989,0,1,1,1,1,1,0.512703836,0,0.715035856,1,1,1,1,1,0.289053887,0,0.620271266,1,1,1,1,1,0.222865403,0,0.469369261,0.469430929,0.469414894
-1272,1,0.3455,1,1,1,1,1,1,1,1,0.4488,0.3455,0,1,0.2823,1,1,1,1,1,1,0.3105,0.2823,0,1,0.5988,1,1,1,0.0824,0.5988,0,1,1,1,1,1,0.597768128,0,0.718040764,1,1,1,1,1,0.376777291,0,0.616438031,1,1,1,1,1,0.216197759,0,0.436865636,0.436852126,0.436613475
-1273,1,0.3461,1,1,1,1,1,1,1,1,0.4586,0.3461,0,1,0.2825,1,1,1,1,1,1,0.3398,0.2825,0,1,0.5988,1,1,1,0.1212,0.5988,0,1,1,1,1,1,0.562234521,0,0.796499372,1,1,1,1,1,0.4510144,0,1,1,1,1,1,1,0.292201489,0,0.418680522,0.418658769,0.418882979
-1274,1,0.3467,1,1,1,1,1,1,1,1,0.4546,0.3467,0,1,0.2828,1,1,1,1,1,1,0.2696,0.2828,0,1,0.5988,1,1,1,0.178,0.5988,0,1,1,1,1,1,0.470672846,0,1,1,1,1,1,1,0.406587183,0,1,1,1,1,1,1,0.320563316,0,0.409074432,0.408927438,0.409131206
-1275,1,0.3473,1,1,1,1,1,1,1,1,0.3802,0.3473,0,1,0.283,1,1,1,1,1,1,0.2504,0.283,0,1,0.5988,1,1,1,0.1598,0.5988,0,1,1,1,1,1,0.378588676,0,1,1,1,1,1,1,0.352490872,0,1,1,1,1,1,1,0.394142121,0,0.40798695,0.407869685,0.407801418
-1276,1,0.3479,1,1,1,1,1,1,1,1,0.4253,0.3479,0,1,0.2832,1,1,1,1,1,1,0.1822,0.2832,0,1,0.5988,1,1,1,0.2126,0.5988,0,1,1,1,1,1,0.242047861,0,1,1,1,1,1,1,0.206284046,0,1,1,1,1,1,1,0.488511741,0,0.418801353,0.418658769,0.418882979
-1277,1,0.3485,1,1,1,1,1,1,1,1,0.4498,0.3485,0,1,0.2835,1,1,1,1,1,1,0.2596,0.2835,0,1,0.5987,1,1,1,0.1789,0.5987,0,1,1,1,1,1,0.273181021,0,1,1,1,1,1,1,0.276217043,0,1,1,1,1,1,1,0.413801819,0,0.457709038,0.457795642,0.457890071
-1278,1,0.3491,1,1,1,1,1,1,1,1,0.3514,0.3491,0,1,0.2837,1,1,1,1,1,1,0.1936,0.2837,0,1,0.5987,1,1,1,0.1278,0.5987,0,1,1,1,1,1,0.198539451,0,1,1,1,1,1,1,0.243297219,0,1,1,1,1,1,1,0.428897977,0,0.523018366,0.522953247,0.523492908
-1279,1,0.3497,1,1,1,1,1,1,1,1,0.2111,0.3497,0.0098,1,0.2839,1,1,1,1,1,1,0.0752,0.2839,0.0242,1,0.5987,1,1,1,0.1035,0.5987,0,1,1,1,1,1,0.137245446,0.062433504,1,1,1,1,1,1,0.08450833,0.034546033,1,1,1,1,1,1,0.396486402,5.63E-05,0.565309328,0.565263381,0.565159574
-1280,1,0.3503,1,1,1,1,1,1,1,1,0.0972,0.3503,0.2113,1,0.2842,1,1,1,1,1,1,0.0375,0.2842,0.2168,1,0.5987,1,1,1,0.1288,0.5987,0.0713,1,1,1,1,1,0.06988728,0.34076196,0.989760876,1,1,1,1,1,0.048313886,0.387334466,1,1,1,1,1,1,0.263175696,0.199672639,0.58379652,0.583668289,0.584219858
-1281,1,0.3509,1,1,1,1,1,1,1,1,0.122,0.3509,0.343,1,0.2844,1,1,1,1,1,1,0.0838,0.2844,0.3838,1,0.5987,1,1,1,0.1227,0.5987,0.2311,1,1,1,1,1,0.052816831,0.589486957,1,1,1,1,1,1,0.09111242,0.662246227,1,1,1,1,1,1,0.167601854,0.448468894,0.593644273,0.59361117,0.593971631
-1282,1,0.3515,1,1,1,1,1,1,1,1,0.1585,0.3515,0.4909,1,0.2846,1,1,1,1,1,1,0.4778,0.2846,0.5236,1,0.5987,1,1,1,0.2418,0.5987,0.3291,1,1,1,1,1,0.126831919,0.683608651,1,1,1,1,1,1,0.358711839,0.782662153,1,1,1,1,1,1,0.314609855,0.5225088,0.597087965,0.596995981,0.597074468
-1283,1,0.3521,1,1,1,1,1,1,1,1,0.1679,0.3521,0.5888,1,0.2849,1,1,1,1,1,1,0.4556,0.2849,0.5921,1,0.5986,1,1,1,0.3327,0.5986,0.5451,1,1,1,1,1,0.255177975,0.837827563,1,1,1,1,1,1,0.433710188,0.851044536,1,1,1,1,1,1,0.49648422,0.81898284,0.596665056,0.59678443,0.597074468
-1284,1,0.3527,1,1,1,1,1,1,1,1,0.237,0.3527,0.5443,1,0.2851,1,1,1,1,1,1,0.71,0.2851,0.6525,1,0.5986,1,1,1,0.3215,0.5986,0.445,1,1,1,1,1,0.456137389,0.808911741,1,1,1,1,1,1,0.65092361,0.899470925,1,1,1,1,1,1,0.575410485,0.612674475,0.590804737,0.590649461,0.590868794
-1285,1,0.3533,1,1,1,1,1,1,1,1,0.5744,0.3533,0.6127,1,0.2853,1,1,1,1,1,1,0.7658,0.2853,0.6696,1,0.5986,1,1,1,0.289,0.5986,0.4548,1,1,1,1,1,0.593424857,0.856749237,1,1,1,1,1,1,0.747352958,0.898315907,1,1,1,1,1,1,0.553369701,0.622755229,0.584521508,0.584514491,0.584663121
-1286,1,0.3539,1,1,1,1,1,1,1,1,0.7582,0.3539,0.627,1,0.2856,1,1,1,1,1,1,0.6801,0.2856,0.6441,1,0.5986,1,1,1,0.3012,0.5986,0.4677,1,1,1,1,1,0.721879005,0.894888163,1,1,1,1,1,1,0.725638032,0.913553238,1,1,1,1,1,1,0.538440466,0.62441957,0.577332044,0.577321769,0.577570922
-1287,1,0.3545,1,1,1,1,1,1,1,1,0.6963,0.3545,0.5153,1,0.2858,1,1,1,1,1,1,0.5571,0.2858,0.5578,1,0.5986,1,1,1,0.2712,0.5986,0.3962,1,1,1,1,1,0.681199372,0.84538424,1,1,1,1,1,1,0.59813869,0.902203262,1,1,1,1,1,1,0.430618316,0.729390621,0.570625906,0.570763698,0.570921986
-1288,1,0.3551,1,1,1,1,1,1,1,1,0.739,0.3551,0.3325,1,0.286,1,1,1,1,1,1,0.6914,0.286,0.3759,1,0.5985,1,1,1,0.2832,0.5985,0.2473,1,1,1,1,1,0.696949899,0.689520776,1,1,1,1,1,1,0.693293095,0.714245617,1,1,1,1,1,1,0.395086884,0.596349001,0.578479942,0.578591073,0.578457447
-1289,1,0.3557,1,1,1,1,1,1,1,1,0.6472,0.3557,0.0824,1,0.2863,1,1,1,1,1,1,0.559,0.2863,0.111,1,0.5985,1,1,1,0.3337,0.5985,0.0286,1,1,1,1,1,0.559926927,0.317620397,1,1,1,1,1,1,0.527720332,0.325306147,1,1,1,1,1,1,0.487112373,0.26411894,0.619441759,0.619420351,0.619680851
-1290,1,0.3563,1,1,1,1,1,1,1,1,0.4169,0.3563,0,1,0.2865,1,1,1,1,1,1,0.183,0.2865,0,1,0.5985,1,1,1,0.3851,0.5985,0,1,1,1,1,1,0.358484685,0,1,1,1,1,1,1,0.202356428,0,0.636315167,1,1,1,1,1,0.661008537,0,0.648139198,0.648191242,0.648049645
-1291,1,0.3569,1,1,1,1,1,1,1,1,0.1973,0.3569,0,1,0.2867,1,1,1,1,1,1,0.103,0.2867,0,1,0.5985,1,1,1,0.4038,0.5985,0,1,1,1,1,1,0.182122439,0,0.961899161,1,1,1,1,1,0.129594669,0,0.346731693,1,1,1,1,1,0.696350753,0,0.635270662,0.635286651,0.635195035
-1292,1,0.3575,1,1,1,1,1,1,1,1,0.215,0.3575,0,1,0.287,1,1,1,1,1,1,0.0885,0.287,0,1,0.5985,1,1,1,0.4196,0.5985,0,1,1,1,1,1,0.23306419,0,0.809939981,1,1,1,1,1,0.115363881,0,0.24555552,1,1,1,1,1,0.672653854,0,0.611164814,0.611169875,0.611258865
-1293,1,0.3581,1,1,1,1,1,1,1,1,0.1793,0.3581,0,1,0.2872,1,1,1,1,1,1,0.1031,0.2872,0,1,0.5985,1,1,1,0.5134,0.5985,0,1,1,1,1,1,0.202887669,0,0.458781987,1,1,1,1,1,0.126856744,0,0.153600812,1,1,1,1,1,0.840643644,0,0.573525858,0.573513857,0.57358156
-1294,1,0.3587,1,1,1,1,1,1,1,1,0.1907,0.3587,0,1,0.2874,1,1,1,1,1,1,0.0235,0.2874,0,1,0.5984,1,1,1,0.5233,0.5984,0,1,1,1,1,1,0.209851041,0,0.473931372,1,1,1,1,1,0.046903845,0,0.111508638,1,1,1,1,1,0.842725039,0,0.522897535,0.522953247,0.523049645
-1295,1,0.3593,1,1,1,1,1,1,1,1,0.0933,0.3593,0,1,0.2877,1,1,1,1,1,1,0.0021,0.2877,0,1,0.5984,1,1,1,0.4678,0.5984,0,1,1,1,1,1,0.085011847,0,0.601617455,1,1,1,1,1,0.012367749,0,0.087178275,1,1,1,1,1,0.771754146,0,0.477162881,0.477258303,0.476950355
-1296,1,0.3599,1,1,1,1,1,1,1,1,0.0656,0.3599,0,1,0.2879,1,1,1,1,1,1,0,0.2879,0,1,0.5984,1,1,1,0.3118,0.5984,0,1,1,1,1,1,0.056546774,0,0.387497216,1,1,1,1,1,0.003658375,0,0.089841887,1,1,1,1,1,0.556725979,0,0.446048816,0.445948805,0.445921986
-1297,1,0.3605,1,1,1,1,1,1,1,1,0.0165,0.3605,0,1,0.2881,1,1,1,1,1,1,0.0298,0.2881,0,1,0.5984,1,1,1,0.2239,0.5984,0,1,1,1,1,1,0.018742098,0,0.167623088,1,1,1,1,1,0.057470795,0,0.221981436,1,1,1,1,1,0.374796093,0,0.428105365,0.428178549,0.428191489
-1298,1,0.3611,1,1,1,1,1,1,1,1,0.0043,0.3611,0,1,0.2884,1,1,1,1,1,1,0.0743,0.2884,0,1,0.5984,1,1,1,0.1781,0.5984,0,1,1,1,1,1,0.002943271,0,0.041397966,1,1,1,1,1,0.081975415,0,0.322343737,1,1,1,1,1,0.337859899,0,0.419888835,0.419716522,0.419769504
-1299,1,0.3617,1,1,1,1,1,1,1,1,0,0.3617,0,1,0.2886,1,1,1,1,1,1,0.0649,0.2886,0,1,0.5983,1,1,1,0.1176,0.5983,0,1,1,1,1,1,0.001003696,0,0.049545422,1,1,1,1,1,0.093722016,0,0.570925951,1,1,1,1,1,0.19810164,0,0.420311745,0.420351174,0.420212766
-1300,1,0.3623,1,1,1,1,1,1,1,1,0.0033,0.3623,0,1,0.2888,1,1,1,1,1,1,0.0539,0.2888,0,1,0.5983,1,1,1,0.096,0.5983,0,1,1,1,1,1,0.005477726,0,0.219191343,1,1,1,1,1,0.078267813,0,0.995172858,1,1,1,1,1,0.145328045,0,0.432515708,0.432621113,0.432624113
-1301,1,0.3629,1,1,1,1,1,1,1,1,0.0027,0.3629,0,1,0.2891,1,1,1,1,1,1,0.039,0.2891,0,1,0.5983,1,1,1,0.0688,0.5983,0,1,1,1,1,1,0.006234003,0,0.46999377,1,1,1,1,1,0.088919044,0,0.833426476,1,1,1,1,1,0.103639677,0,0.470275495,0.470277131,0.470301418
-1302,1,0.3635,1,1,1,1,1,1,1,1,0.0105,0.3635,0,1,0.2893,1,1,1,1,1,1,0.0203,0.2893,0,1,0.5983,1,1,1,0.0882,0.5983,0,1,1,1,1,1,0.025593078,0,0.584437668,1,1,1,1,1,0.045663498,0,0.305219382,1,1,1,1,1,0.124697581,0,0.533047366,0.533107679,0.533244681
-1303,1,0.3641,1,1,1,1,1,1,1,1,0.0074,0.3641,0.0002,1,0.2895,1,1,1,1,1,1,0.0096,0.2895,0,1,0.5983,1,1,1,0.0677,0.5983,0.0133,1,1,1,1,1,0.025141658,0.000324235,0.236021847,1,1,1,1,1,0.034273997,0,0.675448954,1,1,1,1,1,0.083172642,0.028464276,0.580413243,0.580495029,0.580230496
-1304,1,0.3647,1,1,1,1,1,1,1,1,0.0047,0.3647,0.0507,1,0.2898,1,1,1,1,1,1,0.0271,0.2898,0.0483,1,0.5983,1,1,1,0.0513,0.5983,0.1766,1,1,1,1,1,0.012744561,0.077645347,0.794546962,1,1,1,1,1,0.047928579,0.053134739,0.991343498,1,1,1,1,1,0.044215489,0.320836127,0.609352344,0.60947747,0.609485816
-1305,1,0.3653,1,1,1,1,1,1,1,1,0.0161,0.3653,0.1645,1,0.29,1,1,1,1,1,1,0.0591,0.29,0.1509,1,0.5982,1,1,1,0.032,0.5982,0.337,1,1,1,1,1,0.009554233,0.240409642,0.842727065,1,1,1,1,1,0.077119127,0.194267601,0.980055749,1,1,1,1,1,0.031099331,0.577275991,0.62457709,0.624709118,0.624556738
-1306,1,0.3659,1,1,1,1,1,1,1,1,0.0261,0.3659,0.2004,1,0.2903,1,1,1,1,1,1,0.0766,0.2903,0.2083,1,0.5982,1,1,1,0.0077,0.5982,0.4257,1,1,1,1,1,0.012290949,0.301648617,0.931053162,1,1,1,1,1,0.11183843,0.305209458,0.971990407,1,1,1,1,1,0.007281076,0.518242121,0.634847753,0.63486355,0.635195035
-1307,1,0.3665,1,1,1,1,1,1,1,1,0.0965,0.3665,0.2721,1,0.2905,1,1,1,1,1,1,0.198,0.2905,0.2789,1,0.5982,1,1,1,0.0066,0.5982,0.3835,1,1,1,1,1,0.062894732,0.398636848,0.873205185,1,1,1,1,1,0.218700439,0.414122999,0.986589909,1,1,1,1,1,0.011633769,0.451070547,0.638170614,0.63824836,0.638297872
-1308,1,0.3671,1,1,1,1,1,1,1,1,0.0428,0.3671,0.3008,1,0.2907,1,1,1,1,1,1,0.1852,0.2907,0.3221,1,0.5982,1,1,1,0.0116,0.5982,0.4131,1,1,1,1,1,0.056631945,0.405220002,0.743574083,1,1,1,1,1,0.20301716,0.488623857,0.989910722,1,1,1,1,1,0.021698674,0.484003603,0.634304012,0.634228898,0.634308511
-1309,1,0.3677,1,1,1,1,1,1,1,1,0.0852,0.3677,0.5094,1,0.291,1,1,1,1,1,1,0.1679,0.291,0.4879,1,0.5982,1,1,1,0.0688,0.5982,0.5642,1,1,1,1,1,0.130666986,0.757061481,0.668191373,1,1,1,1,1,0.190034106,0.671466947,0.894696832,1,1,1,1,1,0.11355716,0.800311208,0.631947801,0.63190184,0.632092199
-1310,1,0.3683,1,1,1,1,1,1,1,1,0.1133,0.3683,0.3392,1,0.2912,1,1,1,1,1,1,0.1921,0.2912,0.3708,1,0.5981,1,1,1,0.101,0.5981,0.2608,1,1,1,1,1,0.132567897,0.533663273,0.987213075,1,1,1,1,1,0.223015547,0.538129807,1,1,1,1,1,1,0.177575201,0.560627639,0.627477042,0.627459276,0.627659574
-1311,1,0.3689,1,1,1,1,1,1,1,1,0.0796,0.3689,0.3026,1,0.2914,1,1,1,1,1,1,0.1712,0.2914,0.3666,1,0.5981,1,1,1,0.0946,0.5981,0.2336,1,1,1,1,1,0.081370413,0.465063274,0.987200141,1,1,1,1,1,0.223882675,0.550227225,1,1,1,1,1,1,0.165157378,0.397921354,0.624697922,0.624709118,0.624556738
-1312,1,0.3695,1,1,1,1,1,1,1,1,0.1024,0.3695,0.1432,1,0.2917,1,1,1,1,1,1,0.2503,0.2917,0.102,1,0.5981,1,1,1,0.2505,0.5981,0.0856,1,1,1,1,1,0.156682655,0.218181029,0.931186199,1,1,1,1,1,0.306666225,0.160354704,0.975267887,1,1,1,1,1,0.451901972,0.125545084,0.636358144,0.636555955,0.636524823
-1313,1,0.3701,1,1,1,1,1,1,1,1,0.0899,0.3701,0,1,0.2919,1,1,1,1,1,1,0.4189,0.2919,0,1,0.5981,1,1,1,0.3246,0.5981,0,1,1,1,1,1,0.151764467,0,0.771703243,1,1,1,1,1,0.479703546,0,1,1,1,1,1,1,0.551815331,0,0.662336878,0.662365136,0.662234043
-1314,1,0.3707,1,1,1,1,1,1,1,1,0.1702,0.3707,0,1,0.2921,1,1,1,1,1,1,0.3383,0.2921,0,1,0.5981,1,1,1,0.3312,0.5981,0,1,1,1,1,1,0.230366468,0,0.94558996,1,1,1,1,1,0.438070804,0,1,1,1,1,1,1,0.567458868,0,0.663726438,0.66363444,0.664007092
-1315,1,0.3713,1,1,1,1,1,1,1,1,0.2567,0.3713,0,1,0.2924,1,1,1,1,1,1,0.0181,0.2924,0,1,0.5981,1,1,1,0.3439,0.5981,0,1,1,1,1,1,0.22786358,0,1,1,1,1,1,1,0.093027979,0,1,1,1,1,1,1,0.599731922,0,0.642701788,0.642690924,0.643173759
-1316,1,0.3719,1,1,1,1,1,1,1,1,0.2394,0.3719,0,1,0.2926,1,1,1,1,1,1,0,0.2926,0,1,0.598,1,1,1,0.439,0.598,0,1,1,1,1,1,0.108728901,0,1,1,1,1,1,1,0.026132356,0,1,1,1,1,1,1,0.768398821,0,0.615454326,0.615612439,0.615691489
-1317,1,0.3725,1,1,1,1,1,1,1,1,0.1183,0.3725,0,1,0.2928,1,1,1,1,1,1,0,0.2928,0,1,0.598,1,1,1,0.3574,0.598,0,1,1,1,1,1,0.039160803,0,1,1,1,1,1,1,0.036585167,0,1,1,1,1,1,1,0.640086412,0,0.57962784,0.579648826,0.579787234
-1318,1,0.3731,1,1,1,1,1,1,1,1,0.1302,0.3731,0,1,0.2931,1,1,1,1,1,1,0.2543,0.2931,0,1,0.598,1,1,1,0.2989,0.598,0,1,1,1,1,1,0.085274756,0,1,1,1,1,1,1,0.311777771,0,1,1,1,1,1,1,0.496033221,0,0.534195263,0.534165433,0.534131206
-1319,1,0.3737,1,1,1,1,1,1,1,1,0.1838,0.3737,0,1,0.2933,1,1,1,1,1,1,0.0998,0.2933,0,1,0.598,1,1,1,0.2266,0.598,0,1,1,1,1,1,0.039959304,0,1,1,1,1,1,1,0.133038312,0,1,1,1,1,1,1,0.336138308,0,0.489185597,0.489105141,0.489361702
-1320,1,0.3743,1,1,1,1,1,1,1,1,0.4055,0.3743,0,1,0.2935,1,1,1,1,1,1,0.5924,0.2935,0,1,0.598,1,1,1,0.2598,0.598,0,1,1,1,1,1,0.228962988,0,0.871175766,1,1,1,1,1,0.666006923,0,1,1,1,1,1,1,0.22421062,0,0.455896568,0.455891686,0.455673759
-1321,1,0.3749,1,1,1,1,1,1,1,1,0.5068,0.3749,0,1,0.2938,1,1,1,1,1,1,0.9565,0.2938,0,1,0.5979,1,1,1,0.2904,0.5979,0,1,1,1,1,1,0.388753176,0,0.970920622,1,1,1,1,1,0.868086576,0,1,1,1,1,1,1,0.179767862,0,0.435898985,0.435794373,0.436170213
-1322,1,0.3755,1,1,1,1,1,1,1,1,0.8509,0.3755,0,1,0.294,1,1,1,1,1,1,0.956,0.294,0,1,0.5979,1,1,1,0.2738,0.5979,0,1,1,1,1,1,0.576755106,0,1,1,1,1,1,1,0.923796654,0,1,1,1,1,1,1,0.162344143,0,0.425326245,0.425216839,0.425531915
-1323,1,0.3761,1,1,1,1,1,1,1,1,0.7998,0.3761,0,1,0.2942,1,1,1,1,1,1,0.9584,0.2942,0,1,0.5979,1,1,1,0.2015,0.5979,0,1,1,1,1,1,0.63207829,0,1,1,1,1,1,1,0.930249631,0,1,1,1,1,1,1,0.14903678,0,0.421338811,0.421408927,0.421542553
-1324,1,0.3767,1,1,1,1,1,1,1,1,0.8691,0.3767,0,1,0.2945,1,1,1,1,1,1,0.9593,0.2945,0,1,0.5979,1,1,1,0.3486,0.5979,0,1,1,1,1,1,0.71319443,0,1,1,1,1,1,1,0.942029476,0,1,1,1,1,1,1,0.277663946,0,0.426534558,0.426697694,0.42641844
-1325,1,0.3773,1,1,1,1,1,1,1,1,0.9013,0.3773,0,1,0.2947,1,1,1,1,1,1,0.9578,0.2947,0,1,0.5979,1,1,1,0.2825,0.5979,0,1,1,1,1,1,0.796449542,0,1,1,1,1,1,1,0.928397298,0,1,1,1,1,1,1,0.451028734,0,0.44320928,0.443198646,0.443262411
-1326,1,0.3779,1,1,1,1,1,1,1,1,0.9206,0.3779,0,1,0.2949,1,1,1,1,1,1,0.9597,0.2949,0,1,0.5978,1,1,1,0.3297,0.5978,0,1,1,1,1,1,0.841671467,0,1,1,1,1,1,1,0.919228077,0,1,1,1,1,1,1,0.56486398,0,0.468281779,0.468161625,0.468085106
-1327,1,0.3785,1,1,1,1,1,1,1,1,0.7999,0.3785,0.0882,1,0.2952,1,1,1,1,1,1,0.902,0.2952,0.0983,1,0.5978,1,1,1,0.402,0.5978,0.0458,1,1,1,1,1,0.726985872,0.277773619,1,1,1,1,1,1,0.734071493,0.293455034,1,1,1,1,1,1,0.602734327,0.329893559,0.497462542,0.497355617,0.497783688
-1328,1,0.3791,1,1,1,1,1,1,1,1,0.8407,0.3791,0.3218,1,0.2954,1,1,1,1,1,1,0.9659,0.2954,0.3413,1,0.5978,1,1,1,0.5115,0.5978,0.2451,1,1,1,1,1,0.732297003,0.611659586,1,1,1,1,1,1,0.836524308,0.650136054,1,1,1,1,1,1,0.654950023,0.613743782,0.532564041,0.532684578,0.532801418
-1329,1,0.3797,1,1,1,1,1,1,1,1,0.9712,0.3797,0.4539,1,0.2956,1,1,1,1,1,1,0.9694,0.2956,0.4658,1,0.5978,1,1,1,0.5638,0.5978,0.3765,1,1,1,1,1,0.90402174,0.737601042,1,1,1,1,1,1,0.950955153,0.762886465,1,1,1,1,1,1,0.678514183,0.768934846,0.559751087,0.559763063,0.559840426
-1330,1,0.3803,1,1,1,1,1,1,1,1,0.9766,0.3803,0.5352,1,0.2959,1,1,1,1,1,1,0.9702,0.2959,0.5679,1,0.5978,1,1,1,0.5649,0.5978,0.4778,1,1,1,1,1,0.9559412,0.730834484,1,1,1,1,1,1,0.974388897,0.850554168,1,1,1,1,1,1,0.710761845,0.868766129,0.573163364,0.573090755,0.57358156
-1331,1,0.3809,1,1,1,1,1,1,1,1,0.9785,0.3809,0.5652,1,0.2961,1,1,1,1,1,1,0.9666,0.2961,0.5889,1,0.5978,1,1,1,0.5316,0.5978,0.487,1,1,1,1,1,0.974506199,0.729095042,1,1,1,1,1,1,0.970642447,0.838641286,1,1,1,1,1,1,0.618104994,0.798904002,0.573465442,0.573513857,0.57358156
-1332,1,0.3815,1,1,1,1,1,1,1,1,0.9702,0.3815,0.584,1,0.2963,1,1,1,1,1,1,0.9669,0.2963,0.5828,1,0.5977,1,1,1,0.6224,0.5977,0.4816,1,1,1,1,1,0.972126365,0.804526806,1,1,1,1,1,1,0.966408014,0.837254286,1,1,1,1,1,1,0.753435552,0.729391336,0.567363461,0.567378887,0.567375887
-1333,1,0.3821,1,1,1,1,1,1,1,1,0.9724,0.3821,0.5703,1,0.2966,1,1,1,1,1,1,0.9673,0.2966,0.5741,1,0.5977,1,1,1,0.6867,0.5977,0.468,1,1,1,1,1,0.971493125,0.776832998,1,1,1,1,1,1,0.969139695,0.829262674,1,1,1,1,1,1,0.825195968,0.717027485,0.557394877,0.557436006,0.557180851
-1334,1,0.3827,1,1,1,1,1,1,1,1,0.9765,0.3827,0.5633,1,0.2968,1,1,1,1,1,1,0.9691,0.2968,0.5656,1,0.5977,1,1,1,0.7376,0.5977,0.4218,1,1,1,1,1,0.969842792,0.796316981,1,1,1,1,1,1,0.961800933,0.822032928,1,1,1,1,1,1,0.813766658,0.701921761,0.550024166,0.550031733,0.550088652
-1335,1,0.3833,1,1,1,1,1,1,1,1,0.9762,0.3833,0.4633,1,0.297,1,1,1,1,1,1,0.9694,0.297,0.4765,1,0.5977,1,1,1,0.799,0.5977,0.3101,1,1,1,1,1,0.973545671,0.739484847,1,1,1,1,1,1,0.971742392,0.748809874,1,1,1,1,1,1,0.897161841,0.613052368,0.548815853,0.548762429,0.548758865
-1336,1,0.3839,1,1,1,1,1,1,1,1,0.959,0.3839,0.2981,1,0.2973,1,1,1,1,1,1,0.9718,0.2973,0.3272,1,0.5977,1,1,1,0.8208,0.5977,0.1894,1,1,1,1,1,0.971290708,0.58064878,1,1,1,1,1,1,0.968642831,0.577480495,1,1,1,1,1,1,0.944352627,0.375265718,0.56361769,0.563570975,0.563386525
-1337,1,0.3845,1,1,1,1,1,1,1,1,0.9316,0.3845,0.077,1,0.2975,1,1,1,1,1,1,0.9476,0.2975,0.108,1,0.5976,1,1,1,0.9082,0.5976,0.016,1,1,1,1,1,0.953714192,0.273189336,1,1,1,1,1,1,0.910219073,0.29159382,1,1,1,1,1,1,0.960935414,0.075830221,0.603914935,0.603977153,0.604166667
-1338,1,0.3851,1,1,1,1,1,1,1,1,0.8885,0.3851,0,1,0.2977,1,1,1,1,1,1,0.9751,0.2977,0,1,0.5976,1,1,1,0.8751,0.5976,0,1,1,1,1,1,0.943401456,0,1,1,1,1,1,1,0.919100761,0,1,1,1,1,1,1,0.962599039,0,0.631645723,0.63169029,0.631648936
-1339,1,0.3857,1,1,1,1,1,1,1,1,0.8968,0.3857,0,1,0.298,1,1,1,1,1,1,0.984,0.298,0,1,0.5976,1,1,1,0.8396,0.5976,0,1,1,1,1,1,0.913772643,0,1,1,1,1,1,1,0.879617214,0,1,1,1,1,1,1,0.964071155,0,0.617689705,0.617727946,0.617907801
-1340,1,0.3863,1,1,1,1,1,1,1,1,0.8877,0.3863,0,1,0.2982,1,1,1,1,1,1,0.9839,0.2982,0,1,0.5976,1,1,1,0.857,0.5976,0,1,1,1,1,1,0.958814144,0,1,1,1,1,1,1,0.921122432,0,1,1,1,1,1,1,0.973388016,0,0.597873369,0.597842183,0.597960993
-1341,1,0.3869,1,1,1,1,1,1,1,1,0.8191,0.3869,0,1,0.2984,1,1,1,1,1,1,0.9886,0.2984,0,1,0.5976,1,1,1,0.8416,0.5976,0,1,1,1,1,1,0.959707975,0,1,1,1,1,1,1,0.946029782,0,1,1,1,1,1,1,0.974438787,0,0.57141131,0.57139835,0.571808511
-1342,1,0.3875,1,1,1,1,1,1,1,1,0.6508,0.3875,0,1,0.2987,1,1,1,1,1,1,0.9924,0.2987,0,1,0.5976,1,1,1,0.874,0.5976,0,1,1,1,1,1,0.90000999,0,1,1,1,1,1,1,0.92674613,0,1,1,1,1,1,1,0.982605457,0,0.533711938,0.533742331,0.533687943
-1343,1,0.3881,1,1,1,1,1,1,1,1,0.8075,0.3881,0,1,0.2989,1,1,1,1,1,1,0.9947,0.2989,0,1,0.5975,1,1,1,0.9307,0.5975,0,1,1,1,1,1,0.9665007,0,1,1,1,1,1,1,0.970354676,0,1,1,1,1,1,1,0.989796162,0,0.497583374,0.497567167,0.497783688
-1344,1,0.3887,1,1,1,1,1,1,1,1,0.7508,0.3887,0,1,0.2991,1,1,1,1,1,1,0.999,0.2991,0,1,0.5975,1,1,1,0.939,0.5975,0,1,1,1,1,1,0.943549097,0,1,1,1,1,1,1,0.967241883,0,1,1,1,1,1,1,0.988565147,0,0.470275495,0.470277131,0.470301418
-1345,1,0.3893,1,1,1,1,1,1,1,1,0.8909,0.3893,0,1,0.2994,1,1,1,1,1,1,0.9986,0.2994,0,1,0.5975,1,1,1,0.9531,0.5975,0,1,1,1,1,1,0.963329613,0,1,1,1,1,1,1,0.981462777,0,1,1,1,1,1,1,0.995053172,0,0.452513291,0.452506875,0.452570922
-1346,1,0.3899,1,1,1,1,1,1,1,1,0.8686,0.3899,0,1,0.2996,1,1,1,1,1,1,1,0.2996,0,1,0.5975,1,1,1,0.9528,0.5975,0,1,1,1,1,1,0.971921444,0,1,1,1,1,1,1,0.980597138,0,1,1,1,1,1,1,0.996607661,0,0.443390527,0.443410197,0.443262411
-1347,1,0.3905,1,1,1,1,1,1,1,1,0.8082,0.3905,0,1,0.2998,1,1,1,1,1,1,1,0.2998,0,1,0.5975,1,1,1,0.9662,0.5975,0,1,1,1,1,1,0.950454354,0,1,1,1,1,1,1,0.937438786,0,1,1,1,1,1,1,0.99787575,0,0.441457226,0.441506241,0.441489362
-1348,1,0.3911,1,1,1,1,1,1,1,1,0.864,0.3911,0,1,0.3001,1,1,1,1,1,1,1,0.3001,0,1,0.5974,1,1,1,0.9699,0.5974,0,1,1,1,1,1,0.963821113,0,1,1,1,1,1,1,0.961028695,0,1,1,1,1,1,1,0.999011219,0,0.445082165,0.445102602,0.445035461
-1349,1,0.3917,1,1,1,1,1,1,1,1,0.7867,0.3917,0,1,0.3003,1,1,1,1,1,1,1,0.3003,0,1,0.5974,1,1,1,0.9777,0.5974,0,1,1,1,1,1,0.934031069,0,1,1,1,1,1,1,0.959061384,0,1,1,1,1,1,1,0.999496818,0,0.458554857,0.458641845,0.458776596
-1350,1,0.3923,1,1,1,1,1,1,1,1,0.8708,0.3923,0,1,0.3005,1,1,1,1,1,1,0.9563,0.3005,0,1,0.5974,1,1,1,0.9664,0.5974,0,1,1,1,1,1,0.948308229,0,1,1,1,1,1,1,0.925626755,0,1,1,1,1,1,1,0.999040663,0,0.475410826,0.475354347,0.475177305
-1351,1,0.3929,1,1,1,1,1,1,1,1,0.7436,0.3929,0.1132,1,0.3008,1,1,1,1,1,1,0.5124,0.3008,0.1169,1,0.5974,1,1,1,0.9754,0.5974,0.0873,1,1,1,1,1,0.673776627,0.380184084,1,1,1,1,1,1,0.500424027,0.348994851,1,1,1,1,1,1,0.926479578,0.40346995,0.498429193,0.49841337,0.49822695
-1352,1,0.3935,1,1,1,1,1,1,1,1,0.8568,0.3935,0.3726,1,0.301,1,1,1,1,1,1,0.5067,0.301,0.3777,1,0.5974,1,1,1,0.8668,0.5974,0.3461,1,1,1,1,1,0.879325628,0.747488022,1,1,1,1,1,1,0.515205622,0.721513391,1,1,1,1,1,1,0.945862234,0.76561439,0.531476559,0.531626825,0.531914894
-1353,1,0.3941,1,1,1,1,1,1,1,1,0.8293,0.3941,0.5733,1,0.3012,1,1,1,1,1,1,0.6716,0.3012,0.5671,1,0.5974,1,1,1,0.9515,0.5974,0.5473,1,1,1,1,1,0.828299761,0.958439887,1,1,1,1,1,1,0.610354304,0.924636483,1,1,1,1,1,1,0.95347327,0.963426113,0.552682455,0.552781891,0.552748227
-1354,1,0.3947,1,1,1,1,1,1,1,1,0.7608,0.3947,0.7192,1,0.3015,1,1,1,1,1,1,0.5923,0.3015,0.6984,1,0.5973,1,1,1,0.9491,0.5973,0.7068,1,1,1,1,1,0.766573787,0.996143222,1,1,1,1,1,1,0.563391447,0.996631265,0.949548185,1,1,1,1,1,0.997194707,1,0.562953117,0.562936323,0.563386525
-1355,1,0.3953,1,1,1,1,1,1,1,1,0.648,0.3953,0.7624,1,0.3017,1,1,1,1,1,1,0.5251,0.3017,0.7635,1,0.5973,1,1,1,0.9214,0.5973,0.7457,1,1,1,1,1,0.680464208,1,1,1,1,1,1,1,0.499737114,1,0.758391678,1,1,1,1,1,0.993804753,1,0.5659739,0.565898033,0.566046099
-1356,1,0.3959,1,1,1,1,1,1,1,1,0.6485,0.3959,0.765,1,0.3019,1,1,1,1,1,1,0.4625,0.3019,0.7656,1,0.5973,1,1,1,0.9207,0.5973,0.7486,1,1,1,1,1,0.7091102,1,0.998373628,1,1,1,1,1,0.46664834,1,0.712369919,1,1,1,1,1,0.995408058,1,0.562953117,0.562936323,0.563386525
-1357,1,0.3965,1,1,1,1,1,1,1,1,0.5521,0.3965,0.7629,1,0.3022,1,1,1,1,1,1,0.3932,0.3022,0.7658,1,0.5973,1,1,1,0.8491,0.5973,0.7423,1,1,1,1,1,0.616682291,1,0.974059701,1,1,1,1,1,0.382922828,1,0.597445309,1,1,1,1,1,0.983997345,1,0.552440793,0.55235879,0.552748227
-1358,1,0.3971,1,1,1,1,1,1,1,1,0.4857,0.3971,0.7244,1,0.3024,1,1,1,1,1,1,0.3747,0.3024,0.738,1,0.5973,1,1,1,0.8228,0.5973,0.6965,1,1,1,1,1,0.523320854,1,0.986467838,1,1,1,1,1,0.358929902,1,0.629803181,1,1,1,1,1,0.980063558,1,0.541384727,0.541358155,0.541666667
-1359,1,0.3977,1,1,1,1,1,1,1,1,0.439,0.3977,0.5702,1,0.3027,1,1,1,1,1,1,0.3714,0.3027,0.5992,1,0.5972,1,1,1,0.8434,0.5972,0.5379,1,1,1,1,1,0.489137053,0.964454651,0.805681169,1,1,1,1,1,0.384776711,0.973220229,0.37966466,1,1,1,1,1,0.991401792,0.944366217,0.540297245,0.540300402,0.540336879
-1360,1,0.3983,1,1,1,1,1,1,1,1,0.3714,0.3983,0.3664,1,0.3029,1,1,1,1,1,1,0.2807,0.3029,0.4051,1,0.5972,1,1,1,0.7662,0.5972,0.3298,1,1,1,1,1,0.429671884,0.75846231,0.654947042,1,1,1,1,1,0.290667504,0.773025155,0.303463876,1,1,1,1,1,0.958641052,0.723766208,0.557817786,0.557859107,0.558067376
-1361,1,0.3989,1,1,1,1,1,1,1,1,0.2583,0.3989,0.1085,1,0.3031,1,1,1,1,1,1,0.1946,0.3031,0.1494,1,0.5972,1,1,1,0.7163,0.5972,0.0662,1,1,1,1,1,0.335600346,0.400780499,0.26600486,1,1,1,1,1,0.185770124,0.426674515,0.095825128,1,1,1,1,1,0.960792303,0.343844831,0.604035766,0.603977153,0.604166667
-1362,1,0.3995,1,1,1,1,1,1,1,1,0.1796,0.3995,0,1,0.3034,1,1,1,1,1,1,0.0866,0.3034,0,1,0.5972,1,1,1,0.6729,0.5972,0,1,1,1,1,1,0.205480218,0,0.329015583,1,1,1,1,1,0.113186471,0,0.095980629,1,1,1,1,1,0.913514912,0,0.646930884,0.646921938,0.647163121
-1363,1,0.4001,1,1,1,1,1,1,1,1,0.14,0.4001,0,1,0.3036,1,1,1,1,1,1,0.0508,0.3036,0,1,0.5972,1,1,1,0.4822,0.5972,0,1,1,1,1,1,0.126232415,0,0.444709897,1,1,1,1,1,0.113077998,0,0.109419376,1,1,1,1,1,0.712830365,0,0.635331078,0.635286651,0.635195035
-1364,1,0.4007,1,1,1,1,1,1,1,1,0.1106,0.4007,0,1,0.3038,1,1,1,1,1,1,0.0053,0.3038,0,1,0.5971,1,1,1,0.4654,0.5971,0,1,1,1,1,1,0.099625178,0,0.496824026,1,1,1,1,1,0.018656563,0,0.177619115,1,1,1,1,1,0.670239925,0,0.611708555,0.611804527,0.611702128
-1365,1,0.4013,1,1,1,1,1,1,1,1,0.1455,0.4013,0,1,0.3041,1,1,1,1,1,1,0.014,0.3041,0,1,0.5971,1,1,1,0.3715,0.5971,0,1,1,1,1,1,0.158217758,0,0.416036844,1,1,1,1,1,0.025997382,0,0.166979596,1,1,1,1,1,0.557789922,0,0.575277912,0.575417813,0.57535461
-1366,1,0.4019,1,1,1,1,1,1,1,1,0.1314,0.4019,0,1,0.3043,1,1,1,1,1,1,0.02,0.3043,0,1,0.5971,1,1,1,0.3448,0.5971,0,1,1,1,1,1,0.158169836,0,0.308257461,1,1,1,1,1,0.031609539,0,0.202650249,1,1,1,1,1,0.494479626,0,0.53020783,0.53014597,0.530141844
-1367,1,0.4025,1,1,1,1,1,1,1,1,0.0398,0.4025,0,1,0.3045,1,1,1,1,1,1,0.0042,0.3045,0,1,0.5971,1,1,1,0.3336,0.5971,0,1,1,1,1,1,0.03931801,0,0.206810862,1,1,1,1,1,0.003531702,0,0.175025925,1,1,1,1,1,0.531199872,0,0.490031416,0.489951343,0.489804965
-1368,1,0.4031,1,1,1,1,1,1,1,1,0.0292,0.4031,0,1,0.3048,1,1,1,1,1,1,0,0.3048,0,1,0.5971,1,1,1,0.3394,0.5971,0,1,1,1,1,1,0.027643431,0,0.148094043,1,1,1,1,1,0.002073728,0,0.170892417,1,1,1,1,1,0.578431785,0,0.463931851,0.463719061,0.464095745
-1369,1,0.4037,1,1,1,1,1,1,1,1,0.0092,0.4037,0,1,0.305,1,1,1,1,1,1,0,0.305,0,1,0.5971,1,1,1,0.3368,0.5971,0,1,1,1,1,1,0.011203881,0,0.066478491,1,1,1,1,1,0.002047388,0,0.130538478,1,1,1,1,1,0.700736046,0,0.450821653,0.45081447,0.450797872
-1370,1,0.4043,1,1,1,1,1,1,1,1,0.0004,0.4043,0,1,0.3052,1,1,1,1,1,1,0.0402,0.3052,0,1,0.597,1,1,1,0.2879,0.597,0,1,1,1,1,1,0.001025435,0,0.05046368,1,1,1,1,1,0.06456849,0,0.126999483,1,1,1,1,1,0.533127069,0,0.44641131,0.446371906,0.446365248
-1371,1,0.4049,1,1,1,1,1,1,1,1,0,0.4049,0,1,0.3055,1,1,1,1,1,1,0.1299,0.3055,0,1,0.597,1,1,1,0.2485,0.597,0,1,1,1,1,1,0.000819372,0,0.022333281,1,1,1,1,1,0.146446526,0,0.119898692,1,1,1,1,1,0.483755887,0,0.449009183,0.448910514,0.449468085
-1372,1,0.4055,1,1,1,1,1,1,1,1,0,0.4055,0,1,0.3057,1,1,1,1,1,1,0.2862,0.3057,0,1,0.597,1,1,1,0.2129,0.597,0,1,1,1,1,1,0.000865534,0,0.005766654,1,1,1,1,1,0.269678175,0,0.198452368,1,1,1,1,1,0.315237284,0,0.465683905,0.465834567,0.465868794
-1373,1,0.4061,1,1,1,1,1,1,1,1,0.002,0.4061,0,1,0.3059,1,1,1,1,1,1,0.4551,0.3059,0,1,0.597,1,1,1,0.1319,0.597,0,1,1,1,1,1,0.002846701,0,0.005199458,1,1,1,1,1,0.388945311,0,0.241447926,1,1,1,1,1,0.143216237,0,0.512083132,0.512164163,0.512411348
-1374,1,0.4067,1,1,1,1,1,1,1,1,0.0168,0.4067,0,1,0.3062,1,1,1,1,1,1,0.6174,0.3062,0,1,0.597,1,1,1,0.0671,0.597,0,1,1,1,1,1,0.025565792,0,0.015766324,1,1,1,1,1,0.502005875,0,0.21913588,1,1,1,1,1,0.056583114,0,0.584702755,0.584726042,0.584663121
-1375,1,0.4073,1,1,1,1,1,1,1,1,0.0699,0.4073,0.1125,1,0.3064,1,1,1,1,1,1,0.6954,0.3064,0.1173,1,0.5969,1,1,1,0.0196,0.5969,0.083,1,1,1,1,1,0.091522515,0.362919331,0.003080994,1,1,1,1,1,0.517395973,0.342945755,0.081954718,1,1,1,1,1,0.025577867,0.314811617,0.623368777,0.623439814,0.623670213
-1376,1,0.4079,1,1,1,1,1,1,1,1,0.0772,0.4079,0.356,1,0.3066,1,1,1,1,1,1,0.4774,0.3066,0.3683,1,0.5969,1,1,1,0.0281,0.5969,0.2995,1,1,1,1,1,0.113768086,0.652352095,0.007784966,1,1,1,1,1,0.414589107,0.70518738,0.08363089,1,1,1,1,1,0.024252212,0.549876451,0.627537458,0.627670827,0.627659574
-1377,1,0.4085,1,1,1,1,1,1,1,1,0.0621,0.4085,0.5329,1,0.3069,1,1,1,1,1,1,0.1986,0.3069,0.5489,1,0.5969,1,1,1,0.0245,0.5969,0.4315,1,1,1,1,1,0.06129599,0.824364781,0.103760526,1,1,1,1,1,0.19695501,0.887570798,0.244821727,1,1,1,1,1,0.053954117,0.612171948,0.625362494,0.62534377,0.625443262
-1378,1,0.4091,1,1,1,1,1,1,1,1,0.0835,0.4091,0.6532,1,0.3071,1,1,1,1,1,1,0.2539,0.3071,0.6211,1,0.5969,1,1,1,0.0191,0.5969,0.5097,1,1,1,1,1,0.061323229,0.867859423,0.109047562,1,1,1,1,1,0.216848075,0.91510272,0.267828822,1,1,1,1,1,0.072543785,0.734690309,0.622704205,0.622593611,0.622783688
-1379,1,0.4097,1,1,1,1,1,1,1,1,0.2013,0.4097,0.6198,1,0.3073,1,1,1,1,1,1,0.1509,0.3073,0.6396,1,0.5969,1,1,1,0.0497,0.5969,0.4446,1,1,1,1,1,0.119529605,0.79660821,0.267525673,1,1,1,1,1,0.201398998,0.919546485,0.371808946,1,1,1,1,1,0.130728632,0.794998407,0.617448043,0.617516395,0.617464539
-1380,1,0.4103,1,1,1,1,1,1,1,1,0.3588,0.4103,0.576,1,0.3076,1,1,1,1,1,1,0.2876,0.3076,0.562,1,0.5969,1,1,1,0.0595,0.5969,0.4083,1,1,1,1,1,0.201812148,0.732457042,0.504703224,1,1,1,1,1,0.293056548,0.777469456,0.569104493,1,1,1,1,1,0.14536351,0.803508759,0.610500242,0.610535223,0.610815603
-1381,1,0.4109,1,1,1,1,1,1,1,1,0.3983,0.4109,0.4972,1,0.3078,1,1,1,1,1,1,0.2302,0.3078,0.5109,1,0.5968,1,1,1,0.1,0.5968,0.3889,1,1,1,1,1,0.250873774,0.650224507,0.556471407,1,1,1,1,1,0.232702523,0.741259098,0.497884303,1,1,1,1,1,0.228707269,0.750751674,0.605364911,0.605458007,0.605496454
-1382,1,0.4115,1,1,1,1,1,1,1,1,0.5283,0.4115,0.434,1,0.308,1,1,1,1,1,1,0.3073,0.308,0.4805,1,0.5968,1,1,1,0.0939,0.5968,0.3912,1,1,1,1,1,0.302939594,0.5960235,0.74094075,1,1,1,1,1,0.409153998,0.73521781,0.848526776,1,1,1,1,1,0.240087718,0.675051689,0.597450459,0.597630633,0.59751773
-1383,1,0.4121,1,1,1,1,1,1,1,1,0.5046,0.4121,0.3725,1,0.3083,1,1,1,1,1,1,0.3485,0.3083,0.4096,1,0.5968,1,1,1,0.0921,0.5968,0.308,1,1,1,1,1,0.387218773,0.579043031,0.798558354,1,1,1,1,1,0.432504773,0.619027436,1,1,1,1,1,1,0.24192293,0.566764593,0.597087965,0.596995981,0.597074468
-1384,1,0.4127,1,1,1,1,1,1,1,1,0.392,0.4127,0.2309,1,0.3085,1,1,1,1,1,1,0.3114,0.3085,0.2484,1,0.5968,1,1,1,0.1639,0.5968,0.2116,1,1,1,1,1,0.253047496,0.379780114,0.961131096,1,1,1,1,1,0.39296484,0.413040906,1,1,1,1,1,1,0.403388083,0.339580894,0.614910585,0.614977787,0.615248227
-1385,1,0.4133,1,1,1,1,1,1,1,1,0.4748,0.4133,0.031,1,0.3087,1,1,1,1,1,1,0.3276,0.3087,0.0355,1,0.5968,1,1,1,0.1114,0.5968,0.017,1,1,1,1,1,0.365817815,0.137814298,0.839261591,1,1,1,1,1,0.419300318,0.075406827,0.660296857,1,1,1,1,1,0.285845131,0.093449876,0.655509908,0.655595515,0.655585106
-1386,1,0.4139,1,1,1,1,1,1,1,1,0.4369,0.4139,0,1,0.309,1,1,1,1,1,1,0.357,0.309,0,1,0.5967,1,1,1,0.1053,0.5967,0,1,1,1,1,1,0.383567482,0,0.827914476,1,1,1,1,1,0.385179281,0,0.954192996,1,1,1,1,1,0.256930202,0,0.67762204,0.677596784,0.677748227
-1387,1,0.4145,1,1,1,1,1,1,1,1,0.2959,0.4145,0,1,0.3092,1,1,1,1,1,1,0.1144,0.3092,0,1,0.5967,1,1,1,0.104,0.5967,0,1,1,1,1,1,0.189153269,0,1,1,1,1,1,1,0.133154303,0,1,1,1,1,1,1,0.226283118,0,0.66022233,0.66024963,0.660460993
-1388,1,0.4151,1,1,1,1,1,1,1,1,0.3496,0.4151,0,1,0.3094,1,1,1,1,1,1,0.1938,0.3094,0,1,0.5967,1,1,1,0.0795,0.5967,0,1,1,1,1,1,0.242191285,0,1,1,1,1,1,1,0.267156661,0,1,1,1,1,1,1,0.169738308,0,0.629652006,0.629786334,0.629875887
-1389,1,0.4157,1,1,1,1,1,1,1,1,0.3048,0.4157,0,1,0.3097,1,1,1,1,1,1,0.2593,0.3097,0,1,0.5967,1,1,1,0.0678,0.5967,0,1,1,1,1,1,0.270067394,0,1,1,1,1,1,1,0.316021323,0,1,1,1,1,1,1,0.165571645,0,0.585548574,0.585572245,0.585549645
-1390,1,0.4163,1,1,1,1,1,1,1,1,0.4117,0.4163,0,1,0.3099,1,1,1,1,1,1,0.3685,0.3099,0,1,0.5967,1,1,1,0.1001,0.5967,0,1,1,1,1,1,0.445810914,0,1,1,1,1,1,1,0.397743702,0,1,1,1,1,1,1,0.272629648,0,0.530811986,0.530780622,0.531028369
-1391,1,0.4169,1,1,1,1,1,1,1,1,0.2682,0.4169,0,1,0.3101,1,1,1,1,1,1,0.0299,0.3101,0,1,0.5967,1,1,1,0.1169,0.5967,0,1,1,1,1,1,0.265841335,0,1,1,1,1,1,1,0.110970452,0,1,1,1,1,1,1,0.37582624,0,0.481150314,0.481066215,0.480939716
-1392,1,0.4175,1,1,1,1,1,1,1,1,0.2878,0.4175,0,1,0.3104,1,1,1,1,1,1,0.2292,0.3104,0,1,0.5966,1,1,1,0.1835,0.5966,0,1,1,1,1,1,0.394671381,0,1,1,1,1,1,1,0.36709407,0,1,1,1,1,1,1,0.437679321,0,0.449794587,0.449756717,0.449911348
-1393,1,0.4181,1,1,1,1,1,1,1,1,0.4232,0.4181,0,1,0.3106,1,1,1,1,1,1,0.8014,0.3106,0,1,0.5966,1,1,1,0.2542,0.5966,0,1,1,1,1,1,0.591702759,0,1,1,1,1,1,1,0.826440215,0,1,1,1,1,1,1,0.469971448,0,0.432515708,0.432621113,0.432624113
-1394,1,0.4187,1,1,1,1,1,1,1,1,0.6124,0.4187,0,1,0.3108,1,1,1,1,1,1,0.9494,0.3108,0,1,0.5966,1,1,1,0.3498,0.5966,0,1,1,1,1,1,0.680683792,0,1,1,1,1,1,1,0.844846487,0,1,1,1,1,1,1,0.603803635,0,0.425144998,0.425005289,0.425088652
-1395,1,0.4193,1,1,1,1,1,1,1,1,0.7899,0.4193,0,1,0.3111,1,1,1,1,1,1,0.9171,0.3111,0,1,0.5966,1,1,1,0.3433,0.5966,0,1,1,1,1,1,0.716486096,0,1,1,1,1,1,1,0.809390187,0,1,1,1,1,1,1,0.628529966,0,0.425084582,0.425005289,0.425088652
-1396,1,0.4199,1,1,1,1,1,1,1,1,0.7323,0.4199,0,1,0.3113,1,1,1,1,1,1,0.9201,0.3113,0,1,0.5966,1,1,1,0.3059,0.5966,0,1,1,1,1,1,0.70897305,0,1,1,1,1,1,1,0.846399724,0,1,1,1,1,1,1,0.572255909,0,0.438738521,0.438756082,0.438829787
-1397,1,0.4205,1,1,1,1,1,1,1,1,0.5026,0.4205,0,1,0.3115,1,1,1,1,1,1,0.5768,0.3115,0,1,0.5965,1,1,1,0.3223,0.5965,0,1,1,1,1,1,0.446083426,0,1,1,1,1,1,1,0.543145537,0,1,1,1,1,1,1,0.564633429,0,0.484110681,0.484027925,0.484042553
-1398,1,0.4211,1,1,1,1,1,1,1,1,0.4904,0.4211,0,1,0.3118,1,1,1,1,1,1,0.9158,0.3118,0,1,0.5965,1,1,1,0.3202,0.5965,0,1,1,1,1,1,0.459275633,0,1,1,1,1,1,1,0.824941993,0,1,1,1,1,1,1,0.572813094,0,0.555703238,0.555743601,0.555851064
-1399,1,0.4217,1,1,1,1,1,1,1,1,0.4545,0.4217,0.1087,1,0.312,1,1,1,1,1,1,0.9817,0.312,0.0994,1,0.5965,1,1,1,0.2834,0.5965,0.0737,1,1,1,1,1,0.469420403,0.32464236,1,1,1,1,1,1,0.882201612,0.263971478,0.851763666,1,1,1,1,1,0.405773878,0.264471114,0.594067182,0.594034271,0.594414894
-1400,1,0.4223,1,1,1,1,1,1,1,1,0.5209,0.4223,0.3544,1,0.3122,1,1,1,1,1,1,0.996,0.3122,0.3477,1,0.5965,1,1,1,0.4425,0.5965,0.2356,1,1,1,1,1,0.667920172,0.672137439,1,1,1,1,1,1,0.934551001,0.639833689,1,1,1,1,1,1,0.567210317,0.54321593,0.601860802,0.601861646,0.601950355
-1401,1,0.4229,1,1,1,1,1,1,1,1,0.6531,0.4229,0.526,1,0.3125,1,1,1,1,1,1,0.9906,0.3125,0.5349,1,0.5965,1,1,1,0.5557,0.5965,0.4073,1,1,1,1,1,0.798058748,0.807663262,0.978954554,1,1,1,1,1,0.931928515,0.831799269,1,1,1,1,1,1,0.682784438,0.855044365,0.604277429,0.604400254,0.604609929
-1402,1,0.4235,1,1,1,1,1,1,1,1,0.6549,0.4235,0.6408,1,0.3127,1,1,1,1,1,1,0.9029,0.3127,0.6978,1,0.5964,1,1,1,0.4798,0.5964,0.5928,1,1,1,1,1,0.804043353,0.905044079,0.996002078,1,1,1,1,1,0.804359198,0.967157662,1,1,1,1,1,1,0.580327749,0.961527109,0.603612856,0.603765602,0.603723404
-1403,1,0.4241,1,1,1,1,1,1,1,1,0.6261,0.4241,0.7259,1,0.3129,1,1,1,1,1,1,0.7263,0.3129,0.7436,1,0.5964,1,1,1,0.4861,0.5964,0.6234,1,1,1,1,1,0.808500886,0.997356832,0.97644031,1,1,1,1,1,0.686719179,1,0.88184768,1,1,1,1,1,0.644620359,1,0.599262929,0.599323038,0.59929078
-1404,1,0.4247,1,1,1,1,1,1,1,1,0.5034,0.4247,0.7394,1,0.3132,1,1,1,1,1,1,0.5745,0.3132,0.7539,1,0.5964,1,1,1,0.4388,0.5964,0.6626,1,1,1,1,1,0.586636424,0.999852955,0.961481094,1,1,1,1,1,0.557103157,1,0.900544763,1,1,1,1,1,0.65318197,1,0.590683905,0.590649461,0.590868794
-1405,1,0.4253,1,1,1,1,1,1,1,1,0.3529,0.4253,0.7445,1,0.3134,1,1,1,1,1,1,0.3597,0.3134,0.7562,1,0.5964,1,1,1,0.3954,0.5964,0.6882,1,1,1,1,1,0.420677632,0.998685718,0.743787408,1,1,1,1,1,0.38711518,0.999702573,0.5241189,1,1,1,1,1,0.554245591,1,0.585488159,0.585572245,0.585549645
-1406,1,0.4259,1,1,1,1,1,1,1,1,0.2567,0.4259,0.6903,1,0.3136,1,1,1,1,1,1,0.3605,0.3136,0.7237,1,0.5964,1,1,1,0.3959,0.5964,0.6502,1,1,1,1,1,0.262393802,0.992434502,0.664148569,1,1,1,1,1,0.36765945,1,0.394364953,1,1,1,1,1,0.616644979,0.999871492,0.577754954,0.57774487,0.578014184
-1407,1,0.4265,1,1,1,1,1,1,1,1,0.2756,0.4265,0.5453,1,0.3139,1,1,1,1,1,1,0.4314,0.3139,0.5939,1,0.5964,1,1,1,0.3948,0.5964,0.4902,1,1,1,1,1,0.255487084,0.941280425,0.755597949,1,1,1,1,1,0.429942608,0.967983127,0.467331171,1,1,1,1,1,0.627849758,0.91193819,0.574432093,0.574360059,0.574468085
-1408,1,0.4271,1,1,1,1,1,1,1,1,0.2144,0.4271,0.3608,1,0.3141,1,1,1,1,1,1,0.3611,0.3141,0.4036,1,0.5963,1,1,1,0.3295,0.5963,0.2916,1,1,1,1,1,0.252370685,0.757384777,0.849936962,1,1,1,1,1,0.350114912,0.774371386,0.42420736,1,1,1,1,1,0.597174942,0.630802751,0.586394393,0.586418447,0.58643617
-1409,1,0.4277,1,1,1,1,1,1,1,1,0.1339,0.4277,0.1034,1,0.3143,1,1,1,1,1,1,0.3655,0.3143,0.1432,1,0.5963,1,1,1,0.1643,0.5963,0.0647,1,1,1,1,1,0.16882728,0.377316296,0.586313844,1,1,1,1,1,0.32397458,0.418524355,0.418375671,1,1,1,1,1,0.332959235,0.2942141,0.629168681,0.629151682,0.629432624
-1410,1,0.4283,1,1,1,1,1,1,1,1,0.1083,0.4283,0,1,0.3146,1,1,1,1,1,1,0.1859,0.3146,0,1,0.5963,1,1,1,0.1129,0.5963,0,1,1,1,1,1,0.147950053,0,0.336912453,1,1,1,1,1,0.21825318,0,0.611462116,1,1,1,1,1,0.227619901,0,0.667955534,0.667865454,0.667996454
-1411,1,0.4289,1,1,1,1,1,1,1,1,0.0977,0.4289,0,1,0.3148,1,1,1,1,1,1,0.1212,0.3148,0,1,0.5963,1,1,1,0.0851,0.5963,0,1,1,1,1,1,0.062489115,0,0.206251562,1,1,1,1,1,0.201518953,0,0.297430634,1,1,1,1,1,0.184943378,0,0.689282262,0.689443622,0.689716312
-1412,1,0.4295,1,1,1,1,1,1,1,1,0.0625,0.4295,0,1,0.315,1,1,1,1,1,1,0.0489,0.315,0,1,0.5963,1,1,1,0.1272,0.5963,0,1,1,1,1,1,0.042908009,0,0.072877184,1,1,1,1,1,0.107294559,0,0.056432463,1,1,1,1,1,0.33956477,0,0.657926535,0.657922572,0.658244681
-1413,1,0.4301,1,1,1,1,1,1,1,1,0.051,0.4301,0,1,0.3153,1,1,1,1,1,1,0.0351,0.3153,0,1,0.5962,1,1,1,0.1914,0.5962,0,1,1,1,1,1,0.06019498,0,0.066931695,1,1,1,1,1,0.077615045,0,0.031275395,1,1,1,1,1,0.546048582,0,0.611043983,0.610958325,0.611258865
-1414,1,0.4307,1,1,1,1,1,1,1,1,0.0394,0.4307,0,1,0.3155,1,1,1,1,1,1,0.0388,0.3155,0,1,0.5962,1,1,1,0.2219,0.5962,0,1,1,1,1,1,0.029386185,0,0.085998125,1,1,1,1,1,0.090608999,0,0.037075132,1,1,1,1,1,0.622187912,0,0.553951184,0.554051195,0.554078014
-1415,1,0.4313,1,1,1,1,1,1,1,1,0.0237,0.4313,0,1,0.3158,1,1,1,1,1,1,0.0071,0.3158,0,1,0.5962,1,1,1,0.2569,0.5962,0,1,1,1,1,1,0.019183569,0,0.027430978,1,1,1,1,1,0.033019662,0,0.004704189,1,1,1,1,1,0.607523501,0,0.504047849,0.504125238,0.504432624
-1416,1,0.4464,1,1,1,1,1,1,1,1,0.3783,0.4464,0,1,0.3216,1,1,1,1,1,1,0.2079,0.3216,0,1,0.5958,1,1,1,0.5114,0.5958,0,1,1,1,1,1,0.236058563,0,1,1,1,1,1,1,0.33556211,0,1,1,1,1,1,1,0.703887403,0,0.471060899,0.471123334,0.471187943
-1417,1,0.447,1,1,1,1,1,1,1,1,0.4998,0.447,0,1,0.3218,1,1,1,1,1,1,0.2403,0.3218,0,1,0.5957,1,1,1,0.5333,0.5957,0,1,1,1,1,1,0.381674767,0,1,1,1,1,1,1,0.34285441,0,1,1,1,1,1,1,0.734618843,0,0.454869502,0.454833933,0.454787234
-1418,1,0.4476,1,1,1,1,1,1,1,1,0.4703,0.4476,0,1,0.3221,1,1,1,1,1,1,0.3205,0.3221,0,1,0.5957,1,1,1,0.4822,0.5957,0,1,1,1,1,1,0.414666831,0,1,1,1,1,1,1,0.446593821,0,1,1,1,1,1,1,0.698781192,0,0.446652972,0.446795007,0.446808511
-1419,1,0.4482,1,1,1,1,1,1,1,1,0.5433,0.4482,0,1,0.3223,1,1,1,1,1,1,0.7249,0.3223,0,1,0.5957,1,1,1,0.471,0.5957,0,1,1,1,1,1,0.547833204,0,1,1,1,1,1,1,0.773082435,0,1,1,1,1,1,1,0.66486311,0,0.446773804,0.446795007,0.446808511
-1420,1,0.4488,1,1,1,1,1,1,1,1,0.6033,0.4488,0,1,0.3225,1,1,1,1,1,1,0.7394,0.3225,0,1,0.5957,1,1,1,0.5416,0.5957,0,1,1,1,1,1,0.632923007,0,1,1,1,1,1,1,0.762058139,0,1,1,1,1,1,1,0.786570668,0,0.458977767,0.458853395,0.459219858
-1421,1,0.4494,1,1,1,1,1,1,1,1,0.5526,0.4494,0,1,0.3228,1,1,1,1,1,1,0.5011,0.3228,0,1,0.5957,1,1,1,0.5642,0.5957,0,1,1,1,1,1,0.536062539,0,1,1,1,1,1,1,0.678338349,0,1,1,1,1,1,1,0.840595365,0,0.499395843,0.499471123,0.499556738
-1422,1,0.45,1,1,1,1,1,1,1,1,0.7082,0.45,0,1,0.323,1,1,1,1,1,1,0.3877,0.323,0,1,0.5956,1,1,1,0.5117,0.5956,0,1,1,1,1,1,0.730086029,0,1,1,1,1,1,1,0.509266555,0,1,1,1,1,1,1,0.738868535,0,0.567846786,0.567801989,0.567819149
-1423,1,0.4506,1,1,1,1,1,1,1,1,0.5337,0.4506,0.0012,1,0.3232,1,1,1,1,1,1,0.1968,0.3232,0,1,0.5956,1,1,1,0.4334,0.5956,0.0313,1,1,1,1,1,0.503750265,0.001447855,1,1,1,1,1,1,0.208025396,0,0.897579074,1,1,1,1,1,0.663309753,0.01847956,0.611587724,0.611592977,0.611702128
-1424,1,0.4512,1,1,1,1,1,1,1,1,0.5129,0.4512,0.0987,1,0.3235,1,1,1,1,1,1,0.3503,0.3235,0.1325,1,0.5956,1,1,1,0.4872,0.5956,0.1533,1,1,1,1,1,0.571908832,0.171162888,1,1,1,1,1,1,0.348672062,0.157126576,1,1,1,1,1,1,0.682545781,0.237672031,0.630860319,0.630844087,0.630762411
-1425,1,0.4518,1,1,1,1,1,1,1,1,0.5016,0.4518,0.236,1,0.3237,1,1,1,1,1,1,0.2689,0.3237,0.2152,1,0.5956,1,1,1,0.6826,0.5956,0.237,1,1,1,1,1,0.546067178,0.33188802,0.996508241,1,1,1,1,1,0.292752385,0.291008651,0.825727522,1,1,1,1,1,0.758242428,0.467406809,0.643124698,0.643114026,0.643617021
-1426,1,0.4524,1,1,1,1,1,1,1,1,0.3496,0.4524,0.2788,1,0.3239,1,1,1,1,1,1,0.3206,0.3239,0.271,1,0.5956,1,1,1,0.7223,0.5956,0.3442,1,1,1,1,1,0.389580488,0.384430587,0.730470657,1,1,1,1,1,0.326574594,0.383120477,0.503938258,1,1,1,1,1,0.840414703,0.49779129,0.653757854,0.653691559,0.654255319
-1427,1,0.453,1,1,1,1,1,1,1,1,0.4899,0.453,0.2928,1,0.3242,1,1,1,1,1,1,0.2516,0.3242,0.2875,1,0.5955,1,1,1,0.651,0.5955,0.4079,1,1,1,1,1,0.525342405,0.426064044,0.429888517,1,1,1,1,1,0.29891783,0.386217058,0.215972781,1,1,1,1,1,0.796205163,0.60894227,0.657382794,0.657499471,0.657801418
-1428,1,0.4536,1,1,1,1,1,1,1,1,0.4972,0.4536,0.305,1,0.3244,1,1,1,1,1,1,0.1737,0.3244,0.2862,1,0.5955,1,1,1,0.6022,0.5955,0.4069,1,1,1,1,1,0.560156584,0.460175931,0.377106726,1,1,1,1,1,0.228068918,0.420754761,0.281012058,1,1,1,1,1,0.737926304,0.721467257,0.655509908,0.655595515,0.655585106
-1429,1,0.4542,1,1,1,1,1,1,1,1,0.3772,0.4542,0.3275,1,0.3246,1,1,1,1,1,1,0.2194,0.3246,0.3344,1,0.5955,1,1,1,0.5819,0.5955,0.3995,1,1,1,1,1,0.370929271,0.48941341,0.498627692,1,1,1,1,1,0.231788993,0.494857073,0.477401316,1,1,1,1,1,0.684996784,0.678143859,0.652066216,0.651999154,0.652039007
-1430,1,0.4548,1,1,1,1,1,1,1,1,0.3438,0.4548,0.2761,1,0.3249,1,1,1,1,1,1,0.0763,0.3249,0.2861,1,0.5955,1,1,1,0.5939,0.5955,0.4217,1,1,1,1,1,0.311155796,0.44111979,0.177044883,1,1,1,1,1,0.074859217,0.426072925,0.08502461,1,1,1,1,1,0.694380224,0.656176209,0.646930884,0.646921938,0.647163121
-1431,1,0.4554,1,1,1,1,1,1,1,1,0.4127,0.4554,0.2452,1,0.3251,1,1,1,1,1,1,0.149,0.3251,0.2878,1,0.5955,1,1,1,0.4528,0.5955,0.3544,1,1,1,1,1,0.310162783,0.440178603,0.271545738,1,1,1,1,1,0.132390499,0.388051748,0.230217278,1,1,1,1,1,0.563242495,0.544935942,0.645118415,0.645229532,0.645390071
-1432,1,0.456,1,1,1,1,1,1,1,1,0.4948,0.456,0.1599,1,0.3253,1,1,1,1,1,1,0.1176,0.3253,0.1996,1,0.5955,1,1,1,0.3128,0.5955,0.1943,1,1,1,1,1,0.329362243,0.315480709,0.389777482,1,1,1,1,1,0.139075771,0.292189628,0.960815191,1,1,1,1,1,0.405376673,0.331703842,0.657503625,0.657499471,0.657801418
-1433,1,0.4566,1,1,1,1,1,1,1,1,0.4882,0.4566,0.0273,1,0.3256,1,1,1,1,1,1,0.104,0.3256,0.0536,1,0.5954,1,1,1,0.2706,0.5954,0.0125,1,1,1,1,1,0.269563437,0.10764236,0.581470251,1,1,1,1,1,0.158418596,0.102566533,1,1,1,1,1,1,0.321549803,0.081433713,0.689403093,0.689443622,0.689716312
-1434,1,0.4572,1,1,1,1,1,1,1,1,0.502,0.4572,0,1,0.3258,1,1,1,1,1,1,0.148,0.3258,0,1,0.5954,1,1,1,0.195,0.5954,0,1,1,1,1,1,0.239605755,0,0.94175458,1,1,1,1,1,0.189406425,0,1,1,1,1,1,1,0.197799429,0,0.709823586,0.709752486,0.710106383
-1435,1,0.4578,1,1,1,1,1,1,1,1,0.5481,0.4578,0,1,0.326,1,1,1,1,1,1,0.0708,0.326,0,1,0.5954,1,1,1,0.1746,0.5954,0,1,1,1,1,1,0.271193445,0,0.980552793,1,1,1,1,1,0.103755251,0,0.705266833,1,1,1,1,1,0.18107903,0,0.69417593,0.694097736,0.694148936
-1436,1,0.4584,1,1,1,1,1,1,1,1,0.4296,0.4584,0,1,0.3263,1,1,1,1,1,1,0.1414,0.3263,0,1,0.5954,1,1,1,0.2216,0.5954,0,1,1,1,1,1,0.146482587,0,0.973687828,1,1,1,1,1,0.175272584,0,0.896142185,1,1,1,1,1,0.259848893,0,0.666807637,0.6668077,0.666666667
-1437,1,0.459,1,1,1,1,1,1,1,1,0.4335,0.459,0,1,0.3265,1,1,1,1,1,1,0.1619,0.3265,0,1,0.5954,1,1,1,0.2177,0.5954,0,1,1,1,1,1,0.17974323,0,1,1,1,1,1,1,0.222684994,0,1,1,1,1,1,1,0.24826096,0,0.623066699,0.623016713,0.62322695
-1438,1,0.4596,1,1,1,1,1,1,1,1,0.3909,0.4596,0,1,0.3267,1,1,1,1,1,1,0.1105,0.3267,0,1,0.5953,1,1,1,0.187,0.5953,0,1,1,1,1,1,0.16350086,0,1,1,1,1,1,1,0.209297463,0,1,1,1,1,1,1,0.203393623,0,0.566880135,0.566744235,0.566932624
-1439,1,0.4602,1,1,1,1,1,1,1,1,0.4076,0.4602,0,1,0.327,1,1,1,1,1,1,0.0465,0.327,0,1,0.5953,1,1,1,0.1284,0.5953,0,1,1,1,1,1,0.160651237,0,1,1,1,1,1,1,0.096745439,0,1,1,1,1,1,1,0.146427602,0,0.516855969,0.516818278,0.516843972
-1440,1,0.4608,1,1,1,1,1,1,1,1,0.2612,0.4608,0,1,0.3272,1,1,1,1,1,1,0.1105,0.3272,0,1,0.5953,1,1,1,0.0966,0.5953,0,1,1,1,1,1,0.085876822,0,1,1,1,1,1,1,0.155250385,0,1,1,1,1,1,1,0.114304587,0,0.485741904,0.48572033,0.485815603
-1441,1,0.4614,1,1,1,1,1,1,1,1,0.3,0.4614,0,1,0.3274,1,1,1,1,1,1,0.0822,0.3274,0,1,0.5953,1,1,1,0.0825,0.5953,0,1,1,1,1,1,0.104943633,0,1,1,1,1,1,1,0.1122794,0,0.830070972,1,1,1,1,1,0.116835162,0,0.468644273,0.468796277,0.468528369
-1442,1,0.462,1,1,1,1,1,1,1,1,0.1953,0.462,0,1,0.3277,1,1,1,1,1,1,0.0468,0.3277,0,1,0.5953,1,1,1,0.0676,0.5953,0,1,1,1,1,1,0.045927264,0,1,1,1,1,1,1,0.053551797,0,0.346093744,1,1,1,1,1,0.08538644,0,0.459581924,0.459699598,0.459663121
-1443,1,0.4626,1,1,1,1,1,1,1,1,0.1357,0.4626,0,1,0.3279,1,1,1,1,1,1,0.0278,0.3279,0,1,0.5953,1,1,1,0.0641,0.5953,0,1,1,1,1,1,0.037467021,0,0.978099942,1,1,1,1,1,0.044079501,0,0.543439567,1,1,1,1,1,0.086929232,0,0.46018608,0.460122699,0.460106383
-1444,1,0.4632,1,1,1,1,1,1,1,1,0.1204,0.4632,0,1,0.3282,1,1,1,1,1,1,0.0567,0.3282,0,1,0.5952,1,1,1,0.043,0.5952,0,1,1,1,1,1,0.031195018,0,0.992019773,1,1,1,1,1,0.079618059,0,0.57833302,1,1,1,1,1,0.087139457,0,0.472812953,0.472815739,0.47251773
-1445,1,0.4638,1,1,1,1,1,1,1,1,0.1157,0.4638,0,1,0.3284,1,1,1,1,1,1,0.021,0.3284,0,1,0.5952,1,1,1,0.0455,0.5952,0,1,1,1,1,1,0.036286328,0,0.970421076,1,1,1,1,1,0.039314326,0,0.360164434,1,1,1,1,1,0.089921661,0,0.516553891,0.516606727,0.516843972
-1446,1,0.4644,1,1,1,1,1,1,1,1,0.0798,0.4644,0,1,0.3286,1,1,1,1,1,1,0,0.3286,0,1,0.5952,1,1,1,0.0425,0.5952,0,1,1,1,1,1,0.022009969,0,0.677206099,1,1,1,1,1,0.008433513,0,0.15020211,1,1,1,1,1,0.089621007,0,0.586636056,0.586629998,0.58643617
-1447,1,0.465,1,1,1,1,1,1,1,1,0.06,0.465,0.08,1,0.3289,1,1,1,1,1,1,0,0.3289,0.0821,1,0.5952,1,1,1,0.0273,0.5952,0.1116,1,1,1,1,1,0.019928429,0.230487347,0.429493636,1,1,1,1,1,0.00225046,0.213005543,0.034930628,1,1,1,1,1,0.080581687,0.404202014,0.62862494,0.62872858,0.628989362
-1448,1,0.4656,1,1,1,1,1,1,1,1,0.0436,0.4656,0.2855,1,0.3291,1,1,1,1,1,1,0,0.3291,0.3,1,0.5952,1,1,1,0.0315,0.5952,0.3085,1,1,1,1,1,0.01011998,0.489325792,0.284449577,1,1,1,1,1,0.003017116,0.502930224,0,1,1,1,1,1,0.082491755,0.69350493,0.641251812,0.64121007,0.641400709
-1449,1,0.4662,1,1,1,1,1,1,1,1,0.0273,0.4662,0.4105,1,0.3293,1,1,1,1,1,1,0,0.3293,0.4184,1,0.5951,1,1,1,0.0252,0.5951,0.4517,1,1,1,1,1,0.002791016,0.637326479,0.260011911,1,1,1,1,1,0.002861086,0.657484472,0.000701571,1,1,1,1,1,0.047316089,0.811350822,0.644574674,0.64459488,0.644946809
-1450,1,0.4668,1,1,1,1,1,1,1,1,0.0145,0.4668,0.4747,1,0.3296,1,1,1,1,1,1,0.0118,0.3296,0.4849,1,0.5951,1,1,1,0.0175,0.5951,0.5673,1,1,1,1,1,0.002380059,0.685161471,0.215823472,1,1,1,1,1,0.014542954,0.696919084,0.006459686,1,1,1,1,1,0.039567672,0.88748616,0.646930884,0.646710387,0.647163121
-1451,1,0.4674,1,1,1,1,1,1,1,1,0.0067,0.4674,0.4782,1,0.3298,1,1,1,1,1,1,0,0.3298,0.4879,1,0.5951,1,1,1,0.0165,0.5951,0.5496,1,1,1,1,1,0.001479373,0.66568768,0.119631961,1,1,1,1,1,0.002051761,0.689991117,0.007522252,1,1,1,1,1,0.041550081,0.849277616,0.643064282,0.643114026,0.643617021
-1452,1,0.468,1,1,1,1,1,1,1,1,0.0048,0.468,0.4608,1,0.33,1,1,1,1,1,1,0.0459,0.33,0.4876,1,0.5951,1,1,1,0.0294,0.5951,0.531,1,1,1,1,1,0.003205543,0.678426385,0.029586229,1,1,1,1,1,0.067774393,0.695884764,0,1,1,1,1,1,0.083877131,0.812250137,0.636116481,0.636132854,0.63608156
-1453,1,0.4686,1,1,1,1,1,1,1,1,0.005,0.4686,0.4747,1,0.3303,1,1,1,1,1,1,0.0086,0.3303,0.4735,1,0.5951,1,1,1,0.0637,0.5951,0.4696,1,1,1,1,1,0.015528908,0.684808612,0.005995625,1,1,1,1,1,0.013340081,0.668911636,0,1,1,1,1,1,0.179861754,0.756536186,0.63237071,0.632324942,0.632535461
-1454,1,0.4692,1,1,1,1,1,1,1,1,0.0082,0.4692,0.4699,1,0.3305,1,1,1,1,1,1,0.0223,0.3305,0.4588,1,0.5951,1,1,1,0.052,0.5951,0.4523,1,1,1,1,1,0.019834103,0.677579522,0.023330478,1,1,1,1,1,0.026444178,0.654447079,0,1,1,1,1,1,0.151158571,0.717748284,0.624939584,0.624920669,0.625
-1455,1,0.4698,1,1,1,1,1,1,1,1,0.0055,0.4698,0.3974,1,0.3307,1,1,1,1,1,1,0.0784,0.3307,0.3853,1,0.595,1,1,1,0.0518,0.595,0.4064,1,1,1,1,1,0.02578265,0.626488984,0.023887396,1,1,1,1,1,0.077085674,0.550337732,0,1,1,1,1,1,0.150257394,0.623671055,0.621918801,0.621747409,0.622340426
-1456,1,0.4704,1,1,1,1,1,1,1,1,0.0504,0.4704,0.2223,1,0.331,1,1,1,1,1,1,0.0702,0.331,0.1751,1,0.595,1,1,1,0.0864,0.595,0.2645,1,1,1,1,1,0.122426704,0.390353918,0.009307191,1,1,1,1,1,0.073773935,0.227936909,0.000465969,1,1,1,1,1,0.207640707,0.497329235,0.633639439,0.633805796,0.633865248
-1457,1,0.471,1,1,1,1,1,1,1,1,0.0514,0.471,0.0145,1,0.3312,1,1,1,1,1,1,0.0797,0.3312,0.0119,1,0.595,1,1,1,0.184,0.595,0.0549,1,1,1,1,1,0.127224758,0.049607038,0.045390859,1,1,1,1,1,0.112529814,0.019595865,0.0256822,1,1,1,1,1,0.332658619,0.198717922,0.662820203,0.662788238,0.662677305
-1458,1,0.4716,1,1,1,1,1,1,1,1,0.0381,0.4716,0,1,0.3314,1,1,1,1,1,1,0.0486,0.3314,0,1,0.595,1,1,1,0.2718,0.595,0,1,1,1,1,1,0.090794317,0,0.050449431,1,1,1,1,1,0.067550391,0,0.155000269,1,1,1,1,1,0.434766769,0,0.676594973,0.676750582,0.676861702
-1459,1,0.4722,1,1,1,1,1,1,1,1,0.0619,0.4722,0,1,0.3317,1,1,1,1,1,1,0.0952,0.3317,0,1,0.595,1,1,1,0.3082,0.595,0,1,1,1,1,1,0.130821213,0,0.054654043,1,1,1,1,1,0.1487111,0,0.292370677,1,1,1,1,1,0.414321601,0,0.659014016,0.658980326,0.659131206
-1460,1,0.4728,1,1,1,1,1,1,1,1,0.0868,0.4728,0,1,0.3319,1,1,1,1,1,1,0.1242,0.3319,0,1,0.5949,1,1,1,0.2808,0.5949,0,1,1,1,1,1,0.153709069,0,0.109856233,1,1,1,1,1,0.185637787,0,0.829612911,1,1,1,1,1,0.436375648,0,0.634243596,0.634228898,0.634308511
-1461,1,0.4734,1,1,1,1,1,1,1,1,0.1108,0.4734,0,1,0.3321,1,1,1,1,1,1,0.2067,0.3321,0,1,0.5949,1,1,1,0.2485,0.5949,0,1,1,1,1,1,0.166512772,0,0.139930442,1,1,1,1,1,0.266869664,0,0.912310541,1,1,1,1,1,0.472139716,0,0.600289995,0.600380791,0.600620567
-1462,1,0.474,1,1,1,1,1,1,1,1,0.1235,0.474,0,1,0.3324,1,1,1,1,1,1,0.1643,0.3324,0,1,0.5949,1,1,1,0.3336,0.5949,0,1,1,1,1,1,0.146909863,0,0.391067952,1,1,1,1,1,0.204822153,0,1,1,1,1,1,1,0.606206357,0,0.555219913,0.555320499,0.555407801
-1463,1,0.4746,1,1,1,1,1,1,1,1,0.2239,0.4746,0,1,0.3326,1,1,1,1,1,1,0.3317,0.3326,0,1,0.5949,1,1,1,0.3559,0.5949,0,1,1,1,1,1,0.269388497,0,0.807666779,1,1,1,1,1,0.406913042,0,1,1,1,1,1,1,0.672877729,0,0.509424843,0.509414005,0.509751773
-1464,1,0.4752,1,1,1,1,1,1,1,1,0.2186,0.4752,0,1,0.3328,1,1,1,1,1,1,0.4122,0.3328,0,1,0.5949,1,1,1,0.3396,0.5949,0,1,1,1,1,1,0.295049578,0,1,1,1,1,1,1,0.487999976,0,0.999193788,1,1,1,1,1,0.670425117,0,0.477464959,0.477469854,0.477393617
-1465,1,0.4758,1,1,1,1,1,1,1,1,0.3517,0.4758,0,1,0.3331,1,1,1,1,1,1,0.5326,0.3331,0,1,0.5948,1,1,1,0.3756,0.5948,0,1,1,1,1,1,0.48993066,0,1,1,1,1,1,1,0.624202669,0,1,1,1,1,1,1,0.694090962,0,0.457890285,0.457795642,0.457890071
-1466,1,0.4764,1,1,1,1,1,1,1,1,0.474,0.4764,0,1,0.3333,1,1,1,1,1,1,0.4499,0.3333,0,1,0.5948,1,1,1,0.3951,0.5948,0,1,1,1,1,1,0.471177936,0,1,1,1,1,1,1,0.558007896,0,1,1,1,1,1,1,0.696803749,0,0.445565491,0.445525703,0.445478723
-1467,1,0.477,1,1,1,1,1,1,1,1,0.4784,0.477,0,1,0.3335,1,1,1,1,1,1,0.2817,0.3335,0,1,0.5948,1,1,1,0.3928,0.5948,0,1,1,1,1,1,0.427010179,0,1,1,1,1,1,1,0.402901322,0,1,1,1,1,1,1,0.645138085,0,0.439101015,0.438967633,0.438829787
-1468,1,0.4776,1,1,1,1,1,1,1,1,0.437,0.4776,0,1,0.3338,1,1,1,1,1,1,0.4271,0.3338,0,1,0.5948,1,1,1,0.4562,0.5948,0,1,1,1,1,1,0.396080464,0,1,1,1,1,1,1,0.548188508,0,1,1,1,1,1,1,0.748088777,0,0.440913485,0.440871589,0.440602837
-1469,1,0.4782,1,1,1,1,1,1,1,1,0.4329,0.4782,0,1,0.334,1,1,1,1,1,1,0.4083,0.334,0,1,0.5948,1,1,1,0.5714,0.5948,0,1,1,1,1,1,0.4095411,0,1,1,1,1,1,1,0.569811344,0,1,1,1,1,1,1,0.876476526,0,0.455473659,0.455468585,0.455673759
-1470,1,0.4788,1,1,1,1,1,1,1,1,0.4344,0.4788,0,1,0.3342,1,1,1,1,1,1,0.3632,0.3342,0,1,0.5948,1,1,1,0.6546,0.5948,0,1,1,1,1,1,0.393673003,0,1,1,1,1,1,1,0.538909674,0,1,1,1,1,1,1,0.910119295,0,0.481875302,0.481912418,0.481826241
-1471,1,0.4794,1,1,1,1,1,1,1,1,0.2777,0.4794,0,1,0.3345,1,1,1,1,1,1,0.1228,0.3345,0,1,0.5947,1,1,1,0.6673,0.5947,0.0454,1,1,1,1,1,0.233857065,0,1,1,1,1,1,1,0.281160951,0,1,1,1,1,1,1,0.939406276,0.000158409,0.514318511,0.51427967,0.51462766
-1472,1,0.48,1,1,1,1,1,1,1,1,0.2548,0.48,0.0075,1,0.3347,1,1,1,1,1,1,0.0851,0.3347,0.0049,1,0.5947,1,1,1,0.6197,0.5947,0.2683,1,1,1,1,1,0.126435742,0.016767081,1,1,1,1,1,1,0.192366257,0.005097856,1,1,1,1,1,1,0.886193216,0.002556141,0.553890768,0.553839645,0.554078014
-1473,1,0.4806,1,1,1,1,1,1,1,1,0.2763,0.4806,0.0829,1,0.3349,1,1,1,1,1,1,0.0834,0.3349,0.0507,1,0.5947,1,1,1,0.5699,0.5947,0.172,1,1,1,1,1,0.151731223,0.136652529,1,1,1,1,1,1,0.146835387,0.035024069,1,1,1,1,1,1,0.813308299,0.025795203,0.583131948,0.583033637,0.583333333
-1474,1,0.4812,1,1,1,1,1,1,1,1,0.1695,0.4812,0.106,1,0.3352,1,1,1,1,1,1,0.0122,0.3352,0.0354,1,0.5947,1,1,1,0.6417,0.5947,0.1674,1,1,1,1,1,0.062204644,0.152659342,1,1,1,1,1,1,0.029567886,0.061835174,1,1,1,1,1,1,0.802486658,0.156311408,0.596483809,0.596572879,0.596631206
-1475,1,0.4818,1,1,1,1,1,1,1,1,0.1502,0.4818,0.1481,1,0.3354,1,1,1,1,1,1,0,0.3354,0.1404,1,0.5947,1,1,1,0.6049,0.5947,0.2111,1,1,1,1,1,0.046351451,0.223132804,1,1,1,1,1,1,0.009951118,0.221889228,1,1,1,1,1,1,0.772704542,0.151675478,0.599202513,0.599111487,0.59929078
-1476,1,0.4824,1,1,1,1,1,1,1,1,0.1546,0.4824,0.1729,1,0.3356,1,1,1,1,1,1,0.0213,0.3356,0.1899,1,0.5946,1,1,1,0.4834,0.5946,0.2479,1,1,1,1,1,0.047368135,0.275656879,1,1,1,1,1,1,0.048096407,0.253947735,1,1,1,1,1,1,0.681399703,0.278237224,0.590381827,0.59043791,0.590868794
-1477,1,0.483,1,1,1,1,1,1,1,1,0.1938,0.483,0.2197,1,0.3359,1,1,1,1,1,1,0.0148,0.3359,0.2374,1,0.5946,1,1,1,0.3389,0.5946,0.322,1,1,1,1,1,0.077854082,0.336820513,1,1,1,1,1,1,0.036151186,0.395382643,1,1,1,1,1,1,0.401138157,0.3505584,0.57322378,0.573302306,0.57358156
-1478,1,0.4836,1,1,1,1,1,1,1,1,0.1978,0.4836,0.1981,1,0.3361,1,1,1,1,1,1,0.1023,0.3361,0.3049,1,0.5946,1,1,1,0.2014,0.5946,0.4038,1,1,1,1,1,0.063200928,0.336473942,1,1,1,1,1,1,0.113011718,0.531285286,1,1,1,1,1,1,0.311431229,0.33545208,0.55582407,0.555743601,0.555851064
-1479,1,0.4842,1,1,1,1,1,1,1,1,0.3191,0.4842,0.2511,1,0.3363,1,1,1,1,1,1,0.5985,0.3363,0.327,1,0.5946,1,1,1,0.1103,0.5946,0.369,1,1,1,1,1,0.293522865,0.422080398,1,1,1,1,1,1,0.511190057,0.679573655,1,1,1,1,1,1,0.245810598,0.352280498,0.544465926,0.544531415,0.544326241
-1480,1,0.4848,1,1,1,1,1,1,1,1,0.3346,0.4848,0.2893,1,0.3366,1,1,1,1,1,1,0.6503,0.3366,0.3624,1,0.5946,1,1,1,0.1185,0.5946,0.2859,1,1,1,1,1,0.373637229,0.616692185,1,1,1,1,1,1,0.56341958,0.730983198,1,1,1,1,1,1,0.308830529,0.398242712,0.546701305,0.546646922,0.546542553
-1481,1,0.4854,1,1,1,1,1,1,1,1,0.318,0.4854,0.0931,1,0.3368,1,1,1,1,1,1,0.6959,0.3368,0.1473,1,0.5946,1,1,1,0.2026,0.5946,0.0542,1,1,1,1,1,0.443012595,0.326315731,1,1,1,1,1,1,0.637347996,0.454033822,1,1,1,1,1,1,0.336714149,0.18829155,0.575036249,0.574994711,0.57535461
-1482,1,0.486,1,1,1,1,1,1,1,1,0.2786,0.486,0,1,0.337,1,1,1,1,1,1,0.5222,0.337,0,1,0.5945,1,1,1,0.1927,0.5945,0,1,1,1,1,1,0.462583244,0,1,1,1,1,1,1,0.630622029,0,1,1,1,1,1,1,0.282986641,0,0.611466892,0.611592977,0.611702128
-1483,1,0.4866,1,1,1,1,1,1,1,1,0.37,0.4866,0,1,0.3373,1,1,1,1,1,1,0.3222,0.3373,0,1,0.5945,1,1,1,0.2924,0.5945,0,1,1,1,1,1,0.466991663,0,1,1,1,1,1,1,0.44465667,0,1,1,1,1,1,1,0.490888178,0,0.597873369,0.597842183,0.597960993
-1484,1,0.4872,1,1,1,1,1,1,1,1,0.2926,0.4872,0,1,0.3375,1,1,1,1,1,1,0.5625,0.3375,0,1,0.5945,1,1,1,0.2762,0.5945,0,1,1,1,1,1,0.326022953,0,1,1,1,1,1,1,0.672228217,0,1,1,1,1,1,1,0.539395928,0,0.579144514,0.579225725,0.579343972
-1485,1,0.4878,1,1,1,1,1,1,1,1,0.5474,0.4878,0,1,0.3377,1,1,1,1,1,1,0.3875,0.3377,0,1,0.5945,1,1,1,0.3572,0.5945,0,1,1,1,1,1,0.561423182,0,1,1,1,1,1,1,0.532287121,0,1,1,1,1,1,1,0.475714564,0,0.550447076,0.550454834,0.550531915
-1486,1,0.4884,1,1,1,1,1,1,1,1,0.6628,0.4884,0,1,0.338,1,1,1,1,1,1,0.3346,0.338,0,1,0.5945,1,1,1,0.413,0.5945,0,1,1,1,1,1,0.702121735,0,1,1,1,1,1,1,0.506600618,0,1,1,1,1,1,1,0.500717819,0,0.514560174,0.514702771,0.51462766
-1487,1,0.489,1,1,1,1,1,1,1,1,0.5306,0.489,0,1,0.3382,1,1,1,1,1,1,0.4894,0.3382,0,1,0.5944,1,1,1,0.4878,0.5944,0,1,1,1,1,1,0.592050672,0,1,1,1,1,1,1,0.594060659,0,1,1,1,1,1,1,0.637212634,0,0.477162881,0.477258303,0.476950355
-1488,1,0.4896,1,1,1,1,1,1,1,1,0.5144,0.4896,0,1,0.3384,1,1,1,1,1,1,0.5745,0.3384,0,1,0.5944,1,1,1,0.4669,0.5944,0,1,1,1,1,1,0.549934447,0,1,1,1,1,1,1,0.580389559,0,1,1,1,1,1,1,0.725654662,0,0.447257129,0.447218109,0.447251773
-1489,1,0.4902,1,1,1,1,1,1,1,1,0.4576,0.4902,0,1,0.3387,1,1,1,1,1,1,0.4326,0.3387,0,1,0.5944,1,1,1,0.5006,0.5944,0,1,1,1,1,1,0.505604684,0,1,1,1,1,1,1,0.533136606,0,1,1,1,1,1,1,0.819786668,0,0.4290116,0.429024751,0.429078014
-1490,1,0.4908,1,1,1,1,1,1,1,1,0.4611,0.4908,0,1,0.3389,1,1,1,1,1,1,0.2948,0.3389,0,1,0.5944,1,1,1,0.6019,0.5944,0,1,1,1,1,1,0.572264493,0,0.99257803,1,1,1,1,1,0.412082374,0,1,1,1,1,1,1,0.858103156,0,0.418861769,0.418870319,0.418882979
-1491,1,0.4914,1,1,1,1,1,1,1,1,0.332,0.4914,0,1,0.3391,1,1,1,1,1,1,0.2165,0.3391,0,1,0.5944,1,1,1,0.5517,0.5944,0,1,1,1,1,1,0.433350623,0,0.545916021,1,1,1,1,1,0.308668941,0,0.348807871,1,1,1,1,1,0.833776951,0,0.414693088,0.414639306,0.414893617
-1492,1,0.492,1,1,1,1,1,1,1,1,0.2637,0.492,0,1,0.3394,1,1,1,1,1,1,0.1931,0.3394,0,1,0.5944,1,1,1,0.5052,0.5944,0,1,1,1,1,1,0.366017401,0,0.171151966,1,1,1,1,1,0.265906602,0,0.26447019,1,1,1,1,1,0.818540514,0,0.417834703,0.417812566,0.417553191
-1493,1,0.4926,1,1,1,1,1,1,1,1,0.1611,0.4926,0,1,0.3396,1,1,1,1,1,1,0.0972,0.3396,0,1,0.5943,1,1,1,0.4833,0.5943,0,1,1,1,1,1,0.257029861,0,0.076044418,1,1,1,1,1,0.166297078,0,0.19457069,1,1,1,1,1,0.826571584,0,0.429253262,0.429236302,0.429521277
-1494,1,0.4932,1,1,1,1,1,1,1,1,0.0844,0.4932,0,1,0.3398,1,1,1,1,1,1,0.0144,0.3398,0,1,0.5943,1,1,1,0.3692,0.5943,0,1,1,1,1,1,0.160023004,0,0.035946719,1,1,1,1,1,0.056021981,0,0.127109438,1,1,1,1,1,0.759704292,0,0.447559207,0.44764121,0.447251773
-1495,1,0.4938,1,1,1,1,1,1,1,1,0.0789,0.4938,0.0225,1,0.3401,1,1,1,1,1,1,0.0027,0.3401,0.0184,1,0.5943,1,1,1,0.3284,0.5943,0.0925,1,1,1,1,1,0.153576329,0.044885438,0.063634515,1,1,1,1,1,0.009534962,0.033923261,0.268246353,1,1,1,1,1,0.606556356,0.153328478,0.473840019,0.473661942,0.473847518
-1496,1,0.4944,1,1,1,1,1,1,1,1,0.0437,0.4944,0.1601,1,0.3403,1,1,1,1,1,1,0.0054,0.3403,0.1664,1,0.5943,1,1,1,0.2563,0.5943,0.2424,1,1,1,1,1,0.094674103,0.269106686,0.021243481,1,1,1,1,1,0.009012634,0.254819751,0.052057859,1,1,1,1,1,0.496676236,0.339585066,0.511962301,0.511952613,0.511968085
-1497,1,0.495,1,1,1,1,1,1,1,1,0.0123,0.495,0.2694,1,0.3406,1,1,1,1,1,1,0.0124,0.3406,0.2802,1,0.5943,1,1,1,0.1308,0.5943,0.384,1,1,1,1,1,0.042170804,0.38435331,0.063890681,1,1,1,1,1,0.019682148,0.409950733,0.035039794,1,1,1,1,1,0.194045871,0.419688135,0.541928468,0.541992807,0.542109929
-1498,1,0.4956,1,1,1,1,1,1,1,1,0.0064,0.4956,0.3401,1,0.3408,1,1,1,1,1,1,0.0065,0.3408,0.3801,1,0.5942,1,1,1,0.1129,0.5942,0.3817,1,1,1,1,1,0.027644167,0.520602942,0.114222281,1,1,1,1,1,0.017014949,0.592956305,0,1,1,1,1,1,0.109531678,0.477905691,0.555280329,0.555320499,0.555407801
-1499,1,0.4962,1,1,1,1,1,1,1,1,0.024,0.4962,0.3964,1,0.341,1,1,1,1,1,1,0.0071,0.341,0.4466,1,0.5942,1,1,1,0.0638,0.5942,0.3952,1,1,1,1,1,0.064090587,0.61809355,0.068158671,1,1,1,1,1,0.02196797,0.730536342,0.002093717,1,1,1,1,1,0.06176256,0.611729681,0.560355244,0.560397715,0.56072695
-1500,1,0.4968,1,1,1,1,1,1,1,1,0.0166,0.4968,0.429,1,0.3413,1,1,1,1,1,1,0.0061,0.3413,0.5091,1,0.5942,1,1,1,0.0496,0.5942,0.3997,1,1,1,1,1,0.049363542,0.639919519,0.088903382,1,1,1,1,1,0.015290962,0.7829386,0,1,1,1,1,1,0.06801042,0.610709667,0.559207347,0.559128411,0.558953901
-1501,1,0.4974,1,1,1,1,1,1,1,1,0.0175,0.4974,0.4177,1,0.3415,1,1,1,1,1,1,0.003,0.3415,0.4771,1,0.5942,1,1,1,0.0956,0.5942,0.3884,1,1,1,1,1,0.034275468,0.628247261,0.026340038,1,1,1,1,1,0.00870211,0.649605215,0,1,1,1,1,1,0.0951894,0.623983324,0.550688739,0.550666385,0.550975177
-1502,1,0.498,1,1,1,1,1,1,1,1,0.021,0.498,0.4012,1,0.3417,1,1,1,1,1,1,0.0137,0.3417,0.3706,1,0.5942,1,1,1,0.0909,0.5942,0.4084,1,1,1,1,1,0.047722314,0.570636868,0.06147531,1,1,1,1,1,0.031341441,0.534113884,0,1,1,1,1,1,0.126306608,0.684868574,0.545311745,0.545377618,0.545212766
-1503,1,0.4986,1,1,1,1,1,1,1,1,0.0094,0.4986,0.3398,1,0.342,1,1,1,1,1,1,0.055,0.342,0.3706,1,0.5941,1,1,1,0.1863,0.5941,0.3863,1,1,1,1,1,0.047855951,0.504211068,0.037697971,1,1,1,1,1,0.100998409,0.535456896,0,1,1,1,1,1,0.256611288,0.632180154,0.545432576,0.545589169,0.545656028
-1504,1,0.4992,1,1,1,1,1,1,1,1,0.0192,0.4992,0.2407,1,0.3422,1,1,1,1,1,1,0.1205,0.3422,0.2872,1,0.5941,1,1,1,0.1882,0.5941,0.2416,1,1,1,1,1,0.077282041,0.445455372,0.039093956,1,1,1,1,1,0.167979509,0.467538893,0.010367277,1,1,1,1,1,0.235390529,0.505751491,0.558844853,0.55870531,0.558953901
-1505,1,0.4998,1,1,1,1,1,1,1,1,0.0461,0.4998,0.0868,1,0.3424,1,1,1,1,1,1,0.1137,0.3424,0.1182,1,0.5941,1,1,1,0.1013,0.5941,0.0589,1,1,1,1,1,0.139852479,0.284459889,0.007918805,1,1,1,1,1,0.128826976,0.282834798,0.023934295,1,1,1,1,1,0.129371941,0.296040952,0.59660464,0.59678443,0.597074468
-1506,1,0.5004,1,1,1,1,1,1,1,1,0.119,0.5004,0,1,0.3427,1,1,1,1,1,1,0.0708,0.3427,0,1,0.5941,1,1,1,0.2073,0.5941,0,1,1,1,1,1,0.249654144,0,0.014802895,1,1,1,1,1,0.104352146,0,0.05073848,1,1,1,1,1,0.232025012,0,0.63780812,0.637825259,0.63785461
-1507,1,0.501,1,1,1,1,1,1,1,1,0.0968,0.501,0,1,0.3429,1,1,1,1,1,1,0.0188,0.3429,0,1,0.5941,1,1,1,0.2674,0.5941,0,1,1,1,1,1,0.159881234,0,0.014252175,1,1,1,1,1,0.054014228,0,0.263895571,1,1,1,1,1,0.44653219,0,0.627839536,0.627882378,0.628102837
-1508,1,0.5016,1,1,1,1,1,1,1,1,0.0935,0.5016,0,1,0.3431,1,1,1,1,1,1,0.1187,0.3431,0,1,0.5941,1,1,1,0.2854,0.5941,0,1,1,1,1,1,0.193241999,0,0.01141595,1,1,1,1,1,0.147416398,0,0.655766726,1,1,1,1,1,0.546100855,0,0.603914935,0.603977153,0.604166667
-1509,1,0.5022,1,1,1,1,1,1,1,1,0.1518,0.5022,0,1,0.3434,1,1,1,1,1,1,0.1169,0.3434,0,1,0.594,1,1,1,0.2281,0.594,0,1,1,1,1,1,0.201605469,0,0.044721443,1,1,1,1,1,0.187421277,0,0.968544006,1,1,1,1,1,0.476611972,0,0.565671822,0.565686482,0.565602837
-1510,1,0.5028,1,1,1,1,1,1,1,1,0.2504,0.5028,0,1,0.3436,1,1,1,1,1,1,0.0988,0.3436,0,1,0.594,1,1,1,0.1717,0.594,0,1,1,1,1,1,0.205421031,0,0.229395524,1,1,1,1,1,0.198774621,0,1,1,1,1,1,1,0.287792623,0,0.519091348,0.518933785,0.519060284
-1511,1,0.5034,1,1,1,1,1,1,1,1,0.3273,0.5034,0,1,0.3438,1,1,1,1,1,1,0.2337,0.3438,0,1,0.594,1,1,1,0.2324,0.594,0,1,1,1,1,1,0.244026467,0,0.425031483,1,1,1,1,1,0.284535021,0,1,1,1,1,1,1,0.414514363,0,0.478129531,0.478104506,0.478280142
-1512,1,0.504,1,1,1,1,1,1,1,1,0.2628,0.504,0,1,0.3441,1,1,1,1,1,1,0.2571,0.3441,0,1,0.594,1,1,1,0.1944,0.594,0,1,1,1,1,1,0.246221781,0,0.517504156,1,1,1,1,1,0.261350721,0,1,1,1,1,1,1,0.375365645,0,0.451727888,0.451660673,0.451684397
-1513,1,0.5046,1,1,1,1,1,1,1,1,0.3088,0.5046,0,1,0.3443,1,1,1,1,1,1,0.3382,0.3443,0,1,0.594,1,1,1,0.1957,0.594,0,1,1,1,1,1,0.273677737,0,0.8923136,1,1,1,1,1,0.339039803,0,1,1,1,1,1,1,0.358263403,0,0.439705172,0.439813835,0.439716312
-1514,1,0.5052,1,1,1,1,1,1,1,1,0.2935,0.5052,0,1,0.3445,1,1,1,1,1,1,0.253,0.3445,0,1,0.5939,1,1,1,0.1971,0.5939,0,1,1,1,1,1,0.296796173,0,0.757583678,1,1,1,1,1,0.230932683,0,1,1,1,1,1,1,0.328679711,0,0.435596907,0.435582822,0.43572695
-1515,1,0.5058,1,1,1,1,1,1,1,1,0.2319,0.5058,0,1,0.3448,1,1,1,1,1,1,0.158,0.3448,0,1,0.5939,1,1,1,0.1682,0.5939,0,1,1,1,1,1,0.216292739,0,0.611205399,1,1,1,1,1,0.191687226,0,0.985776246,1,1,1,1,1,0.351458937,0,0.438738521,0.438756082,0.438829787
-1516,1,0.5064,1,1,1,1,1,1,1,1,0.2021,0.5064,0,1,0.345,1,1,1,1,1,1,0.2148,0.345,0,1,0.5939,1,1,1,0.196,0.5939,0,1,1,1,1,1,0.186104119,0,0.328879654,1,1,1,1,1,0.268593431,0,0.747401595,1,1,1,1,1,0.38629514,0,0.455775737,0.455680135,0.455673759
-1517,1,0.507,1,1,1,1,1,1,1,1,0.1842,0.507,0,1,0.3452,1,1,1,1,1,1,0.2071,0.3452,0,1,0.5939,1,1,1,0.2109,0.5939,0,1,1,1,1,1,0.162532166,0,0.242443398,1,1,1,1,1,0.240081683,0,0.982414186,1,1,1,1,1,0.3958565,0,0.503383277,0.503279035,0.503546099
-1518,1,0.5076,1,1,1,1,1,1,1,1,0.2302,0.5076,0,1,0.3455,1,1,1,1,1,1,0.1736,0.3455,0,1,0.5939,1,1,1,0.3175,0.5939,0,1,1,1,1,1,0.237917796,0,0.158644855,1,1,1,1,1,0.199077234,0,0.940948486,1,1,1,1,1,0.506935596,0,0.576123731,0.576052465,0.576241135
-1519,1,0.5082,1,1,1,1,1,1,1,1,0.1163,0.5082,0.1375,1,0.3457,1,1,1,1,1,1,0.0702,0.3457,0.1477,1,0.5939,1,1,1,0.221,0.5939,0.1184,1,1,1,1,1,0.057165042,0.401354492,0.132770866,1,1,1,1,1,0.093473658,0.421206087,0.853064179,1,1,1,1,1,0.455031157,0.402024746,0.616662639,0.616670193,0.616578014
-1520,1,0.5088,1,1,1,1,1,1,1,1,0.2503,0.5088,0.3806,1,0.3459,1,1,1,1,1,1,0.1843,0.3459,0.3948,1,0.5938,1,1,1,0.2187,0.5938,0.3122,1,1,1,1,1,0.222654551,0.723481596,0.36579296,1,1,1,1,1,0.208840087,0.767897248,0.97792536,1,1,1,1,1,0.442949504,0.724544168,0.624818753,0.624709118,0.625
-1521,1,0.5094,1,1,1,1,1,1,1,1,0.274,0.5094,0.5627,1,0.3462,1,1,1,1,1,1,0.2337,0.3462,0.584,1,0.5938,1,1,1,0.2226,0.5938,0.4339,1,1,1,1,1,0.272586077,0.913457394,0.839491129,1,1,1,1,1,0.249750286,0.966103077,1,1,1,1,1,1,0.458725989,0.891388297,0.626329145,0.626401523,0.62677305
-1522,1,0.51,1,1,1,1,1,1,1,1,0.3605,0.51,0.7102,1,0.3464,1,1,1,1,1,1,0.4642,0.3464,0.7282,1,0.5938,1,1,1,0.3714,0.5938,0.589,1,1,1,1,1,0.393836915,0.978453755,0.980626583,1,1,1,1,1,0.412813991,1,0.972071528,1,1,1,1,1,0.701001167,0.922099471,0.627174964,0.627247726,0.627216312
-1523,1,0.5106,1,1,1,1,1,1,1,1,0.302,0.5106,0.7463,1,0.3466,1,1,1,1,1,1,0.3909,0.3466,0.7649,1,0.5938,1,1,1,0.3436,0.5938,0.6519,1,1,1,1,1,0.333189875,0.989519954,0.981619596,1,1,1,1,1,0.371098429,1,0.808559716,1,1,1,1,1,0.67985642,0.951832891,0.62318753,0.623228263,0.62322695
-1524,1,0.5112,1,1,1,1,1,1,1,1,0.2733,0.5112,0.7455,1,0.3469,1,1,1,1,1,1,0.2359,0.3469,0.7661,1,0.5938,1,1,1,0.1905,0.5938,0.6772,1,1,1,1,1,0.230534464,0.994743228,0.998116612,1,1,1,1,1,0.213746682,1,0.682944298,1,1,1,1,1,0.395038188,0.979560435,0.613883519,0.613708483,0.61391844
-1525,1,0.5118,1,1,1,1,1,1,1,1,0.2627,0.5118,0.7486,1,0.3471,1,1,1,1,1,1,0.3443,0.3471,0.7688,1,0.5937,1,1,1,0.2907,0.5937,0.7071,1,1,1,1,1,0.247349426,0.99934423,0.908228636,1,1,1,1,1,0.299793422,1,0.287645042,1,1,1,1,1,0.579223096,0.996462286,0.607056549,0.606938862,0.607269504
-1526,1,0.5124,1,1,1,1,1,1,1,1,0.344,0.5124,0.7211,1,0.3473,1,1,1,1,1,1,0.3999,0.3473,0.7453,1,0.5937,1,1,1,0.2575,0.5937,0.6782,1,1,1,1,1,0.333247662,0.999901295,0.930409074,1,1,1,1,1,0.331087768,0.999911726,0.253474087,1,1,1,1,1,0.495921463,0.994435728,0.596846303,0.59678443,0.597074468
-1527,1,0.513,1,1,1,1,1,1,1,1,0.3479,0.513,0.5753,1,0.3476,1,1,1,1,1,1,0.3819,0.3476,0.5992,1,0.5937,1,1,1,0.2957,0.5937,0.5303,1,1,1,1,1,0.398359597,0.987040997,0.923501015,1,1,1,1,1,0.358259261,0.987933755,0.148258388,1,1,1,1,1,0.544527113,0.93437016,0.594308845,0.594457373,0.594414894
-1528,1,0.5136,1,1,1,1,1,1,1,1,0.355,0.5136,0.3772,1,0.3478,1,1,1,1,1,1,0.5018,0.3478,0.4054,1,0.5937,1,1,1,0.3933,0.5937,0.333,1,1,1,1,1,0.417876124,0.795351624,0.730341733,1,1,1,1,1,0.467477709,0.797176838,0.080217019,1,1,1,1,1,0.722610772,0.739397407,0.607781537,0.607785065,0.607712766
-1529,1,0.5142,1,1,1,1,1,1,1,1,0.3389,0.5142,0.1252,1,0.348,1,1,1,1,1,1,0.5596,0.348,0.1689,1,0.5937,1,1,1,0.4165,0.5937,0.0911,1,1,1,1,1,0.438909471,0.459366858,0.666773796,1,1,1,1,1,0.481414586,0.490369886,0.085778281,1,1,1,1,1,0.774807274,0.372861594,0.648682939,0.648614343,0.64893617
-1530,1,0.5148,1,1,1,1,1,1,1,1,0.3027,0.5148,0,1,0.3483,1,1,1,1,1,1,0.5204,0.3483,0,1,0.5937,1,1,1,0.3351,0.5937,0,1,1,1,1,1,0.325690359,0,0.517974317,1,1,1,1,1,0.542087913,0,0.381978273,1,1,1,1,1,0.664096713,0,0.694780087,0.694732388,0.695035461
-1531,1,0.5154,1,1,1,1,1,1,1,1,0.25,0.5154,0,1,0.3485,1,1,1,1,1,1,0.6291,0.3485,0,1,0.5936,1,1,1,0.369,0.5936,0,1,1,1,1,1,0.291058332,0,0.510727048,1,1,1,1,1,0.61370492,0,0.742220998,1,1,1,1,1,0.695466101,0,0.685476075,0.685424159,0.68572695
-1532,1,0.516,1,1,1,1,1,1,1,1,0.1496,0.516,0,1,0.3487,1,1,1,1,1,1,0.2461,0.3487,0,1,0.5936,1,1,1,0.4338,0.5936,0,1,1,1,1,1,0.15745604,0,0.821688533,1,1,1,1,1,0.159373268,0,1,1,1,1,1,1,0.836431086,0,0.660947318,0.660884282,0.660904255
-1533,1,0.5166,1,1,1,1,1,1,1,1,0.1502,0.5166,0,1,0.349,1,1,1,1,1,1,0.451,0.349,0,1,0.5936,1,1,1,0.4162,0.5936,0,1,1,1,1,1,0.176233798,0,0.92461437,1,1,1,1,1,0.423031449,0,1,1,1,1,1,1,0.799699485,0,0.619441759,0.619631902,0.619680851
-1534,1,0.5172,1,1,1,1,1,1,1,1,0.1766,0.5172,0,1,0.3492,1,1,1,1,1,1,0.4751,0.3492,0,1,0.5936,1,1,1,0.3383,0.5936,0,1,1,1,1,1,0.156323105,0,0.883757532,1,1,1,1,1,0.426481783,0,1,1,1,1,1,1,0.661871612,0,0.564765587,0.564628729,0.565159574
-1535,1,0.5178,1,1,1,1,1,1,1,1,0.2282,0.5178,0,1,0.3494,1,1,1,1,1,1,0.1944,0.3494,0,1,0.5936,1,1,1,0.3783,0.5936,0,1,1,1,1,1,0.089333974,0,1,1,1,1,1,1,0.22275421,0,1,1,1,1,1,1,0.702108383,0,0.51782262,0.517664481,0.517730496
-1536,1,0.5184,1,1,1,1,1,1,1,1,0.3397,0.5184,0,1,0.3497,1,1,1,1,1,1,0.2574,0.3497,0,1,0.5935,1,1,1,0.3557,0.5935,0,1,1,1,1,1,0.198557124,0,0.997292638,1,1,1,1,1,0.312620521,0,1,1,1,1,1,1,0.661284447,0,0.488279362,0.488258938,0.488475177
-1537,1,0.519,1,1,1,1,1,1,1,1,0.3249,0.519,0,1,0.3499,1,1,1,1,1,1,0.2861,0.3499,0,1,0.5935,1,1,1,0.3852,0.5935,0,1,1,1,1,1,0.232267097,0,0.996933699,1,1,1,1,1,0.292945117,0,1,1,1,1,1,1,0.659402847,0,0.475289995,0.475354347,0.475177305
-1538,1,0.5196,1,1,1,1,1,1,1,1,0.3255,0.5196,0,1,0.3501,1,1,1,1,1,1,0.3246,0.3501,0,1,0.5935,1,1,1,0.3626,0.5935,0,1,1,1,1,1,0.265490353,0,1,1,1,1,1,1,0.339881301,0,1,1,1,1,1,1,0.610947371,0,0.470275495,0.470277131,0.470301418
-1539,1,0.5202,1,1,1,1,1,1,1,1,0.3212,0.5202,0,1,0.3504,1,1,1,1,1,1,0.1862,0.3504,0,1,0.5935,1,1,1,0.2604,0.5935,0,1,1,1,1,1,0.187989026,0,1,1,1,1,1,1,0.233305961,0,1,1,1,1,1,1,0.395374328,0,0.472450459,0.472604189,0.47251773
-1540,1,0.5208,1,1,1,1,1,1,1,1,0.3483,0.5208,0,1,0.3506,1,1,1,1,1,1,0.0951,0.3506,0,1,0.5935,1,1,1,0.3385,0.5935,0,1,1,1,1,1,0.200842947,0,1,1,1,1,1,1,0.147392035,0,1,1,1,1,1,1,0.594175637,0,0.488400193,0.488470489,0.488475177
-1541,1,0.5214,1,1,1,1,1,1,1,1,0.3277,0.5214,0,1,0.3508,1,1,1,1,1,1,0.1033,0.3508,0,1,0.5935,1,1,1,0.3848,0.5935,0,1,1,1,1,1,0.191434443,0,1,1,1,1,1,1,0.152669296,0,1,1,1,1,1,1,0.724620283,0,0.535041083,0.535011635,0.53501773
-1542,1,0.522,1,1,1,1,1,1,1,1,0.3235,0.522,0,1,0.3511,1,1,1,1,1,1,0.3182,0.3511,0,1,0.5934,1,1,1,0.3831,0.5934,0,1,1,1,1,1,0.255384654,0,1,1,1,1,1,1,0.408341348,0,1,1,1,1,1,1,0.754115522,0,0.605969067,0.605881109,0.605939716
-1543,1,0.5226,1,1,1,1,1,1,1,1,0.2762,0.5226,0.156,1,0.3513,1,1,1,1,1,1,0.2225,0.3513,0.166,1,0.5934,1,1,1,0.3689,0.5934,0.139,1,1,1,1,1,0.262080729,0.483776748,0.960467696,1,1,1,1,1,0.241964012,0.464433789,0.967728555,1,1,1,1,1,0.743842661,0.506894112,0.643547608,0.643537127,0.643617021
-1544,1,0.5232,1,1,1,1,1,1,1,1,0.2765,0.5232,0.404,1,0.3515,1,1,1,1,1,1,0.2767,0.3515,0.415,1,0.5934,1,1,1,0.3076,0.5934,0.3795,1,1,1,1,1,0.193793297,0.814071298,0.938319087,1,1,1,1,1,0.171248972,0.800797641,0.997009277,1,1,1,1,1,0.600612879,0.83468914,0.646930884,0.646921938,0.647163121
-1545,1,0.5238,1,1,1,1,1,1,1,1,0.1304,0.5238,0.5895,1,0.3518,1,1,1,1,1,1,0.0151,0.3518,0.5985,1,0.5934,1,1,1,0.0827,0.5934,0.593,1,1,1,1,1,0.054422088,0.990100026,0.999763072,1,1,1,1,1,0.019202117,0.976729393,1,1,1,1,1,1,0.17930074,0.999327064,0.640103915,0.640152316,0.640070922
-1546,1,0.5244,1,1,1,1,1,1,1,1,0.1045,0.5244,0.7352,1,0.352,1,1,1,1,1,1,0.1514,0.352,0.7319,1,0.5934,1,1,1,0.1814,0.5934,0.7196,1,1,1,1,1,0.086182997,1,0.583948493,1,1,1,1,1,0.137930632,1,0.660050571,1,1,1,1,1,0.402560294,1,0.637083132,0.637190607,0.637411348
-1547,1,0.525,1,1,1,1,1,1,1,1,0.0368,0.525,0.7585,1,0.3522,1,1,1,1,1,1,0.1313,0.3522,0.7612,1,0.5933,1,1,1,0.2082,0.5933,0.7427,1,1,1,1,1,0.031177094,1,0.413773507,1,1,1,1,1,0.108538367,1,0.350335062,1,1,1,1,1,0.423941344,1,0.632068632,0.632113391,0.632092199
-1548,1,0.5256,1,1,1,1,1,1,1,1,0.077,0.5256,0.7574,1,0.3525,1,1,1,1,1,1,0.0958,0.3525,0.7616,1,0.5933,1,1,1,0.1119,0.5933,0.7419,1,1,1,1,1,0.061385352,1,0.262270868,1,1,1,1,1,0.079590276,1,0.209713086,1,1,1,1,1,0.230592608,1,0.620650072,0.620689655,0.620567376
-1549,1,0.5262,1,1,1,1,1,1,1,1,0.0498,0.5262,0.7564,1,0.3527,1,1,1,1,1,1,0.0143,0.3527,0.7613,1,0.5933,1,1,1,0.0525,0.5933,0.7424,1,1,1,1,1,0.036392156,1,0.15420559,1,1,1,1,1,0.016385268,1,0.158462316,1,1,1,1,1,0.108577907,1,0.613521025,0.613496933,0.61391844
-1550,1,0.5268,1,1,1,1,1,1,1,1,0.067,0.5268,0.7218,1,0.353,1,1,1,1,1,1,0.0121,0.353,0.734,1,0.5933,1,1,1,0.0587,0.5933,0.6984,1,1,1,1,1,0.058449108,1,0.246384919,1,1,1,1,1,0.014795569,1,0.101129323,1,1,1,1,1,0.140876532,1,0.603250362,0.603342501,0.603280142
-1551,1,0.5274,1,1,1,1,1,1,1,1,0.0571,0.5274,0.5695,1,0.3532,1,1,1,1,1,1,0.0102,0.3532,0.5963,1,0.5933,1,1,1,0.0813,0.5933,0.5422,1,1,1,1,1,0.056665756,0.97612685,0.216501474,1,1,1,1,1,0.010910358,0.970461965,0.050421733,1,1,1,1,1,0.20266588,0.965329587,0.595577574,0.595726677,0.595744681
-1552,1,0.528,1,1,1,1,1,1,1,1,0.0694,0.528,0.3748,1,0.3534,1,1,1,1,1,1,0.0358,0.3534,0.4114,1,0.5932,1,1,1,0.072,0.5932,0.3423,1,1,1,1,1,0.099626571,0.791853249,0.123714931,1,1,1,1,1,0.029488731,0.787945569,0.127282739,1,1,1,1,1,0.193381622,0.774445355,0.606694055,0.606727311,0.606826241
-1553,1,0.5286,1,1,1,1,1,1,1,1,0.0264,0.5286,0.1256,1,0.3537,1,1,1,1,1,1,0.0148,0.3537,0.1663,1,0.5932,1,1,1,0.1195,0.5932,0.0972,1,1,1,1,1,0.042031806,0.457255661,0.215923622,1,1,1,1,1,0.025589101,0.475779384,0.264528036,1,1,1,1,1,0.306165755,0.424264044,0.641070565,0.640998519,0.641400709
-1554,1,0.5292,1,1,1,1,1,1,1,1,0.0534,0.5292,0,1,0.3539,1,1,1,1,1,1,0.055,0.3539,0,1,0.5932,1,1,1,0.1628,0.5932,0,1,1,1,1,1,0.043649055,0,0.310427368,1,1,1,1,1,0.112034261,0,0.257292956,1,1,1,1,1,0.350272477,0,0.685596907,0.68563571,0.68572695
-1555,1,0.5298,1,1,1,1,1,1,1,1,0.0291,0.5298,0,1,0.3541,1,1,1,1,1,1,0.058,0.3541,0,1,0.5932,1,1,1,0.1319,0.5932,0,1,1,1,1,1,0.026875766,0,0.136234954,1,1,1,1,1,0.079116099,0,0.11578168,1,1,1,1,1,0.333191186,0,0.678830353,0.678866088,0.679078014
-1556,1,0.5304,1,1,1,1,1,1,1,1,0.0764,0.5304,0,1,0.3544,1,1,1,1,1,1,0.2384,0.3544,0,1,0.5932,1,1,1,0.0943,0.5932,0,1,1,1,1,1,0.057644419,0,0.217378199,1,1,1,1,1,0.204662398,0,0.115454718,1,1,1,1,1,0.231612176,0,0.655630739,0.655595515,0.656028369
-1557,1,0.531,1,1,1,1,1,1,1,1,0.0967,0.531,0,1,0.3546,1,1,1,1,1,1,0.3604,0.3546,0,1,0.5932,1,1,1,0.0735,0.5932,0,1,1,1,1,1,0.095883094,0,0.20558165,1,1,1,1,1,0.429821163,0,0.083650261,1,1,1,1,1,0.204467893,0,0.612977284,0.612862281,0.613031915
-1558,1,0.5316,1,1,1,1,1,1,1,1,0.1877,0.5316,0,1,0.3548,1,1,1,1,1,1,0.4591,0.3548,0,1,0.5931,1,1,1,0.0554,0.5931,0,1,1,1,1,1,0.241718143,0,0.317156315,1,1,1,1,1,0.534335077,0,0.10086152,1,1,1,1,1,0.079035863,0,0.555582407,0.555743601,0.555851064
-1559,1,0.5322,1,1,1,1,1,1,1,1,0.3311,0.5322,0,1,0.3551,1,1,1,1,1,1,0.6695,0.3551,0,1,0.5931,1,1,1,0.1163,0.5931,0,1,1,1,1,1,0.493620723,0,0.256201893,1,1,1,1,1,0.665404737,0,0.039497644,1,1,1,1,1,0.182821766,0,0.504652006,0.50475989,0.504432624
-1560,1,0.5328,1,1,1,1,1,1,1,1,0.3806,0.5328,0,1,0.3553,1,1,1,1,1,1,0.6213,0.3553,0,1,0.5931,1,1,1,0.1789,0.5931,0,1,1,1,1,1,0.592777312,0,0.149195015,1,1,1,1,1,0.642988801,0,0.181956276,1,1,1,1,1,0.324244827,0,0.473175447,0.473238841,0.472960993
-1561,1,0.5334,1,1,1,1,1,1,1,1,0.3486,0.5334,0,1,0.3555,1,1,1,1,1,1,0.6385,0.3555,0,1,0.5931,1,1,1,0.2135,0.5931,0,1,1,1,1,1,0.517985404,0,0.102514461,1,1,1,1,1,0.689819098,0,0.41589427,1,1,1,1,1,0.505919576,0,0.457165297,0.45716099,0.457446809
-1562,1,0.534,1,1,1,1,1,1,1,1,0.4482,0.534,0,1,0.3558,1,1,1,1,1,1,0.6365,0.3558,0,1,0.5931,1,1,1,0.2458,0.5931,0,1,1,1,1,1,0.620130897,0,0.27019456,1,1,1,1,1,0.643648863,0,0.438411027,1,1,1,1,1,0.677864969,0,0.448646689,0.448698963,0.449024823
-1563,1,0.5346,1,1,1,1,1,1,1,1,0.4484,0.5346,0,1,0.356,1,1,1,1,1,1,0.6943,0.356,0,1,0.593,1,1,1,0.2732,0.593,0,1,1,1,1,1,0.618587911,0,0.308137417,1,1,1,1,1,0.685104966,0,0.637724876,1,1,1,1,1,0.693961203,0,0.448888352,0.448910514,0.449024823
-1564,1,0.5352,1,1,1,1,1,1,1,1,0.5334,0.5352,0,1,0.3562,1,1,1,1,1,1,0.8376,0.3562,0,1,0.593,1,1,1,0.2634,0.593,0,1,1,1,1,1,0.621738613,0,0.306639552,1,1,1,1,1,0.762992978,0,0.771577835,1,1,1,1,1,0.642487586,0,0.46157564,0.461603554,0.461879433
-1565,1,0.5358,1,1,1,1,1,1,1,1,0.5323,0.5358,0,1,0.3565,1,1,1,1,1,1,0.595,0.3565,0,1,0.593,1,1,1,0.2343,0.593,0,1,1,1,1,1,0.548516572,0,0.391302884,1,1,1,1,1,0.539941072,0,0.677426696,1,1,1,1,1,0.444444835,0,0.506524891,0.506663846,0.506648936
-1566,1,0.5364,1,1,1,1,1,1,1,1,0.5598,0.5364,0,1,0.3567,1,1,1,1,1,1,0.6906,0.3567,0,1,0.593,1,1,1,0.2747,0.593,0,1,1,1,1,1,0.504590452,0,0.713812232,1,1,1,1,1,0.602782249,0,0.618970156,1,1,1,1,1,0.506469429,0,0.574311261,0.574360059,0.574468085
-1567,1,0.537,1,1,1,1,1,1,1,1,0.454,0.537,0.1417,1,0.3569,1,1,1,1,1,1,0.6856,0.3569,0.1471,1,0.593,1,1,1,0.2656,0.593,0.1099,1,1,1,1,1,0.408154339,0.442769974,0.861481071,1,1,1,1,1,0.56273967,0.415620238,0.68204999,1,1,1,1,1,0.516630113,0.39026767,0.608144031,0.607996615,0.608156028
-1568,1,0.5376,1,1,1,1,1,1,1,1,0.3085,0.5376,0.3746,1,0.3572,1,1,1,1,1,1,0.484,0.3572,0.3839,1,0.593,1,1,1,0.2203,0.593,0.3035,1,1,1,1,1,0.228254497,0.762160182,0.763051391,1,1,1,1,1,0.390257478,0.750620723,0.754218936,1,1,1,1,1,0.328400254,0.764740944,0.609231513,0.609265919,0.609485816
-1569,1,0.5382,1,1,1,1,1,1,1,1,0.6375,0.5382,0.555,1,0.3574,1,1,1,1,1,1,0.4636,0.3574,0.5632,1,0.5929,1,1,1,0.1925,0.5929,0.4643,1,1,1,1,1,0.308171183,0.936788559,0.994457245,1,1,1,1,1,0.488165975,0.940228045,0.987341404,1,1,1,1,1,0.268438369,0.895090878,0.605123248,0.605246457,0.605496454
-1570,1,0.5388,1,1,1,1,1,1,1,1,0.5965,0.5388,0.6888,1,0.3576,1,1,1,1,1,1,0.3707,0.3576,0.6936,1,0.5929,1,1,1,0.1937,0.5929,0.6647,1,1,1,1,1,0.273568451,0.984285474,1,1,1,1,1,1,0.412011564,0.996433437,1,1,1,1,1,1,0.33773005,0.970453739,0.60161914,0.601650095,0.601507092
-1571,1,0.5394,1,1,1,1,1,1,1,1,0.6244,0.5394,0.7151,1,0.3579,1,1,1,1,1,1,0.3582,0.3579,0.7288,1,0.5929,1,1,1,0.1904,0.5929,0.6901,1,1,1,1,1,0.313525498,0.997968912,1,1,1,1,1,1,0.398974657,0.999849916,1,1,1,1,1,1,0.306286961,0.988882959,0.594490092,0.594457373,0.594858156
-1572,1,0.54,1,1,1,1,1,1,1,1,0.568,0.54,0.7191,1,0.3581,1,1,1,1,1,1,0.2126,0.3581,0.7308,1,0.5929,1,1,1,0.2786,0.5929,0.6863,1,1,1,1,1,0.250249505,0.996667266,1,1,1,1,1,1,0.247472003,0.999885023,1,1,1,1,1,1,0.41372627,0.983587921,0.585669406,0.585572245,0.585992908
-1573,1,0.5406,1,1,1,1,1,1,1,1,0.5078,0.5406,0.7169,1,0.3583,1,1,1,1,1,1,0.1579,0.3583,0.7273,1,0.5929,1,1,1,0.4245,0.5929,0.6392,1,1,1,1,1,0.196273774,0.995894432,1,1,1,1,1,1,0.18203494,0.998825669,1,1,1,1,1,1,0.634953141,0.96023047,0.580654906,0.580706579,0.580673759
-1574,1,0.5412,1,1,1,1,1,1,1,1,0.5223,0.5412,0.6913,1,0.3586,1,1,1,1,1,1,0.1564,0.3586,0.7098,1,0.5928,1,1,1,0.0747,0.5928,0.6379,1,1,1,1,1,0.161538795,0.995304465,1,1,1,1,1,1,0.178897828,0.985819936,1,1,1,1,1,1,0.187039137,0.967498481,0.57002175,0.570129046,0.570035461
-1575,1,0.5418,1,1,1,1,1,1,1,1,0.4745,0.5418,0.5456,1,0.3588,1,1,1,1,1,1,0.1811,0.3588,0.5645,1,0.5928,1,1,1,0.0691,0.5928,0.5102,1,1,1,1,1,0.180149138,0.943608224,1,1,1,1,1,1,0.170582876,0.879755437,1,1,1,1,1,1,0.187170655,0.864057899,0.564826003,0.564840279,0.565159574
-1576,1,0.5424,1,1,1,1,1,1,1,1,0.5855,0.5424,0.3435,1,0.359,1,1,1,1,1,1,0.3191,0.359,0.3522,1,0.5928,1,1,1,0.4247,0.5928,0.3017,1,1,1,1,1,0.354545683,0.689433098,1,1,1,1,1,1,0.352526456,0.70636344,1,1,1,1,1,1,0.661942959,0.684351802,0.572680039,0.572667654,0.572695035
-1577,1,0.543,1,1,1,1,1,1,1,1,0.5818,0.543,0.1074,1,0.3593,1,1,1,1,1,1,0.2541,0.3593,0.1413,1,0.5928,1,1,1,0.5403,0.5928,0.066,1,1,1,1,1,0.453181565,0.290395975,1,1,1,1,1,1,0.304581672,0.386674434,1,1,1,1,1,1,0.836115837,0.366079122,0.604700338,0.604823355,0.605053191
-1578,1,0.5436,1,1,1,1,1,1,1,1,0.5596,0.5436,0,1,0.3595,1,1,1,1,1,1,0.3209,0.3595,0,1,0.5928,1,1,1,0.631,0.5928,0,1,1,1,1,1,0.550240397,0,1,1,1,1,1,1,0.414221346,0,1,1,1,1,1,1,0.892819583,0,0.646326728,0.646287286,0.646276596
-1579,1,0.5442,1,1,1,1,1,1,1,1,0.537,0.5442,0,1,0.3597,1,1,1,1,1,1,0.3474,0.3597,0,1,0.5928,1,1,1,0.5804,0.5928,0,1,1,1,1,1,0.571475267,0,1,1,1,1,1,1,0.423457146,0,1,1,1,1,1,1,0.922140181,0,0.636478975,0.636555955,0.636968085
-1580,1,0.5448,1,1,1,1,1,1,1,1,0.5935,0.5448,0,1,0.36,1,1,1,1,1,1,0.5626,0.36,0,1,0.5927,1,1,1,0.4469,0.5927,0,1,1,1,1,1,0.577341855,0,1,1,1,1,1,1,0.587526202,0,1,1,1,1,1,1,0.876328886,0,0.611950217,0.611804527,0.611702128
-1581,1,0.5454,1,1,1,1,1,1,1,1,0.5752,0.5454,0,1,0.3602,1,1,1,1,1,1,0.6834,0.3602,0,1,0.5927,1,1,1,0.5157,0.5927,0,1,1,1,1,1,0.590707898,0,1,1,1,1,1,1,0.65455699,0,1,1,1,1,1,1,0.890415072,0,0.569296762,0.569282843,0.569592199
-1582,1,0.5461,1,1,1,1,1,1,1,1,0.5973,0.5461,0,1,0.3604,1,1,1,1,1,1,0.7201,0.3604,0,1,0.5927,1,1,1,0.6573,0.5927,0,1,1,1,1,1,0.52090621,0,1,1,1,1,1,1,0.727207065,0,1,1,1,1,1,1,0.925126612,0,0.513835186,0.513645018,0.513741135
-1583,1,0.5467,1,1,1,1,1,1,1,1,0.7428,0.5467,0,1,0.3607,1,1,1,1,1,1,0.7189,0.3607,0,1,0.5927,1,1,1,0.6424,0.5927,0,1,1,1,1,1,0.577043951,0,1,1,1,1,1,1,0.752252936,0,1,1,1,1,1,1,0.927918494,0,0.463025616,0.463084409,0.46320922
-1584,1,0.5473,1,1,1,1,1,1,1,1,0.8076,0.5473,0,1,0.3609,1,1,1,1,1,1,0.759,0.3609,0,1,0.5927,1,1,1,0.6866,0.5927,0,1,1,1,1,1,0.683564961,0,1,1,1,1,1,1,0.835491657,0,1,1,1,1,1,1,0.925234437,0,0.432274045,0.432409562,0.432624113
-1585,1,0.5479,1,1,1,1,1,1,1,1,0.8299,0.5479,0,1,0.3611,1,1,1,1,1,1,0.8969,0.3611,0,1,0.5926,1,1,1,0.6689,0.5926,0,1,1,1,1,1,0.673779488,0,1,1,1,1,1,1,0.850275576,0,1,1,1,1,1,1,0.918716013,0,0.415538908,0.415697059,0.415780142
-1586,1,0.5485,1,1,1,1,1,1,1,1,0.9067,0.5485,0,1,0.3614,1,1,1,1,1,1,0.913,0.3614,0,1,0.5926,1,1,1,0.7197,0.5926,0,1,1,1,1,1,0.72783792,0,1,1,1,1,1,1,0.868870914,0,1,1,1,1,1,1,0.932045519,0,0.4070203,0.407023482,0.407358156
-1587,1,0.5491,1,1,1,1,1,1,1,1,0.896,0.5491,0,1,0.3616,1,1,1,1,1,1,0.8583,0.3616,0,1,0.5926,1,1,1,0.6727,0.5926,0,1,1,1,1,1,0.787974775,0,1,1,1,1,1,1,0.852692842,0,1,1,1,1,1,1,0.923702478,0,0.405147414,0.405119526,0.405141844
-1588,1,0.5497,1,1,1,1,1,1,1,1,0.8089,0.5497,0,1,0.3618,1,1,1,1,1,1,0.8801,0.3618,0,1,0.5926,1,1,1,0.6031,0.5926,0,1,1,1,1,1,0.636757493,0,1,1,1,1,1,1,0.830993176,0,1,1,1,1,1,1,0.900497973,0,0.417411793,0.417389465,0.417553191
-1589,1,0.5503,1,1,1,1,1,1,1,1,0.8374,0.5503,0,1,0.3621,1,1,1,1,1,1,0.9082,0.3621,0,1,0.5926,1,1,1,0.7149,0.5926,0,1,1,1,1,1,0.754259944,0,1,1,1,1,1,1,0.866036296,0,1,1,1,1,1,1,0.9311589,0,0.460246496,0.46033425,0.460106383
-1590,1,0.5509,1,1,1,1,1,1,1,1,0.8168,0.5509,0,1,0.3623,1,1,1,1,1,1,0.8,0.3623,0,1,0.5925,1,1,1,0.6261,0.5925,0,1,1,1,1,1,0.729888737,0,1,1,1,1,1,1,0.714856684,0,1,1,1,1,1,1,0.923695683,0,0.52477042,0.524857203,0.524822695
-1591,1,0.5515,1,1,1,1,1,1,1,1,0.6975,0.5515,0.1197,1,0.3625,1,1,1,1,1,1,0.6192,0.3625,0.1399,1,0.5925,1,1,1,0.6852,0.5925,0.0905,1,1,1,1,1,0.54520154,0.357258469,1,1,1,1,1,1,0.561798215,0.365195334,1,1,1,1,1,1,0.919603884,0.440714091,0.564765587,0.564628729,0.565159574
-1592,1,0.5515,1,1,1,1,1,1,1,1,0.8327,0.5515,0.3088,1,0.3625,1,1,1,1,1,1,0.5985,0.3625,0.3618,1,0.5925,1,1,1,0.6667,0.5925,0.3173,1,1,1,1,1,0.608099818,0.615952969,1,1,1,1,1,1,0.503827333,0.687378526,1,1,1,1,1,1,0.89751637,0.584277034,0.573646689,0.573725407,0.574024823
-1593,1,0.5515,1,1,1,1,1,1,1,1,0.5904,0.5515,0.5262,1,0.3625,1,1,1,1,1,1,0.1697,0.3625,0.5493,1,0.5925,1,1,1,0.0872,0.5925,0.5125,1,1,1,1,1,0.297275811,0.915090084,1,1,1,1,1,1,0.179308906,0.894177258,1,1,1,1,1,1,0.209299639,0.884277344,0.576667472,0.576687117,0.576684397
-1594,1,0.5515,1,1,1,1,1,1,1,1,0.6626,0.5515,0.6962,1,0.3625,1,1,1,1,1,1,0.1661,0.3625,0.6799,1,0.5925,1,1,1,0.1885,0.5925,0.621,1,1,1,1,1,0.360418081,0.988397717,1,1,1,1,1,1,0.207999915,0.937313795,1,1,1,1,1,1,0.299883127,0.98978579,0.57878202,0.578802623,0.578900709
-1595,1,0.5515,1,1,1,1,1,1,1,1,0.6685,0.5515,0.7041,1,0.3625,1,1,1,1,1,1,0.2397,0.3625,0.6712,1,0.5925,1,1,1,0.213,0.5925,0.6523,1,1,1,1,1,0.407291681,0.98331672,1,1,1,1,1,1,0.297820389,0.980817676,1,1,1,1,1,1,0.219983965,0.983471751,0.578238279,0.578167971,0.578014184
-1596,1,0.5515,1,1,1,1,1,1,1,1,0.7422,0.5515,0.7214,1,0.3625,1,1,1,1,1,1,0.3331,0.3625,0.7275,1,0.5925,1,1,1,0.2609,0.5925,0.6343,1,1,1,1,1,0.556212604,0.996929824,1,1,1,1,1,1,0.383096159,0.990143001,1,1,1,1,1,1,0.166604519,0.991454661,0.572740454,0.572667654,0.572695035
-1597,1,0.5515,1,1,1,1,1,1,1,1,0.7674,0.5515,0.7182,1,0.3625,1,1,1,1,1,1,0.4557,0.3625,0.7167,1,0.5925,1,1,1,0.2438,0.5925,0.5735,1,1,1,1,1,0.66943723,0.998512626,1,1,1,1,1,1,0.506614625,0.989419281,1,1,1,1,1,1,0.322746545,0.999382377,0.570142581,0.570129046,0.570035461
-1598,1,0.5515,1,1,1,1,1,1,1,1,0.7687,0.5515,0.6799,1,0.3625,1,1,1,1,1,1,0.4247,0.3625,0.6531,1,0.5925,1,1,1,0.2502,0.5925,0.4745,1,1,1,1,1,0.662912846,0.976852417,1,1,1,1,1,1,0.505847692,0.839540124,1,1,1,1,1,1,0.298763096,0.989241719,0.563738521,0.563782526,0.563829787
-1599,1,0.5515,1,1,1,1,1,1,1,1,0.782,0.5515,0.5003,1,0.3625,1,1,1,1,1,1,0.5707,0.3625,0.4194,1,0.5925,1,1,1,0.2208,0.5925,0.22,1,1,1,1,1,0.671130657,0.817957997,1,1,1,1,1,1,0.584523916,0.527978957,1,1,1,1,1,1,0.25661701,0.909874201,0.559751087,0.559763063,0.559840426
-1600,1,0.5515,1,1,1,1,1,1,1,1,0.7155,0.5515,0.2563,1,0.3625,1,1,1,1,1,1,0.3612,0.3625,0.2272,1,0.5925,1,1,1,0.2078,0.5925,0.1424,1,1,1,1,1,0.568624556,0.402879089,1,1,1,1,1,1,0.40275389,0.401612222,1,1,1,1,1,1,0.356752723,0.418209136,0.566698888,0.566744235,0.566932624
-1601,1,0.5515,1,1,1,1,1,1,1,1,0.7253,0.5515,0.0573,1,0.3625,1,1,1,1,1,1,0.3981,0.3625,0.0997,1,0.5925,1,1,1,0.1734,0.5925,0.0104,1,1,1,1,1,0.548410416,0.088211581,1,1,1,1,1,1,0.406320721,0.29240936,1,1,1,1,1,1,0.400000632,0.10165225,0.596725471,0.59678443,0.597074468
-1602,1,0.5515,1,1,1,1,1,1,1,1,0.6727,0.5515,0,1,0.3625,1,1,1,1,1,1,0.3525,0.3625,0,1,0.5925,1,1,1,0.1857,0.5925,0,1,1,1,1,1,0.479129672,0,1,1,1,1,1,1,0.367507935,0,1,1,1,1,1,1,0.389383167,0,0.629168681,0.629151682,0.629432624
-1603,1,0.5515,1,1,1,1,1,1,1,1,0.6702,0.5515,0,1,0.3625,1,1,1,1,1,1,0.4261,0.3625,0,1,0.5925,1,1,1,0.1586,0.5925,0,1,1,1,1,1,0.471857429,0,1,1,1,1,1,1,0.407611221,0,1,1,1,1,1,1,0.258776128,0,0.617568874,0.617727946,0.617907801
-1604,1,0.5515,1,1,1,1,1,1,1,1,0.6578,0.5515,0,1,0.3625,1,1,1,1,1,1,0.4381,0.3625,0,1,0.5925,1,1,1,0.2273,0.5925,0,1,1,1,1,1,0.46741575,0,1,1,1,1,1,1,0.430710614,0,1,1,1,1,1,1,0.458280921,0,0.59159014,0.591707214,0.591755319
-1605,1,0.5515,1,1,1,1,1,1,1,1,0.9069,0.5515,0,1,0.3625,1,1,1,1,1,1,0.6809,0.3625,0,1,0.5925,1,1,1,0.7028,0.5925,0,1,1,1,1,1,0.779232323,0,1,1,1,1,1,1,0.773129106,0,1,1,1,1,1,1,0.818864703,0,0.549661672,0.549820182,0.54964539
-1606,1,0.5515,1,1,1,1,1,1,1,1,0.9541,0.5515,0,1,0.3625,1,1,1,1,1,1,0.7942,0.3625,0,1,0.5925,1,1,1,0.7749,0.5925,0,1,1,1,1,1,0.825844467,0,1,1,1,1,1,1,0.860483408,0,1,1,1,1,1,1,0.855474234,0,0.493958434,0.493970806,0.493794326
-1607,1,0.5515,1,1,1,1,1,1,1,1,0.9542,0.5515,0,1,0.3625,1,1,1,1,1,1,0.9021,0.3625,0,1,0.5925,1,1,1,0.7906,0.5925,0,1,1,1,1,1,0.797679424,0,1,1,1,1,1,1,0.892169654,0,1,1,1,1,1,1,0.847854376,0,0.445444659,0.445525703,0.445478723
-1608,1,0.5515,1,1,1,1,1,1,1,1,0.9566,0.5515,0,1,0.3625,1,1,1,1,1,1,0.9183,0.3625,0,1,0.5925,1,1,1,0.8065,0.5925,0,1,1,1,1,1,0.885086954,0,0.197469115,1,1,1,1,1,0.882890999,0,1,1,1,1,1,1,0.873839557,0,0.413907685,0.413793103,0.414007092
-1609,1,0.5515,1,1,1,1,1,1,1,1,0.9573,0.5515,0,1,0.3625,1,1,1,1,1,1,0.5749,0.3625,0,1,0.5925,1,1,1,0.7716,0.5925,0,1,1,1,1,1,0.916450381,0,0.028076233,1,1,1,1,1,0.698614478,0,0.947643995,1,1,1,1,1,0.871856749,0,0.397595457,0.397715253,0.397606383
-1610,1,0.5515,1,1,1,1,1,1,1,1,0.8391,0.5515,0,1,0.3625,1,1,1,1,1,1,0.905,0.3625,0,1,0.5925,1,1,1,0.6777,0.5925,0,1,1,1,1,1,0.752360463,0,0.997443497,1,1,1,1,1,0.851738334,0,1,1,1,1,1,1,0.907818556,0,0.38919768,0.389253226,0.389184397
-1611,1,0.5515,1,1,1,1,1,1,1,1,0.7577,0.5515,0,1,0.3625,1,1,1,1,1,1,0.7297,0.3625,0,1,0.5925,1,1,1,0.5487,0.5925,0,1,1,1,1,1,0.664799571,0,0.436031491,1,1,1,1,1,0.755984128,0,1,1,1,1,1,1,0.855595469,0,0.387566457,0.387560821,0.38785461
-1612,1,0.5515,1,1,1,1,1,1,1,1,0.707,0.5515,0,1,0.3625,1,1,1,1,1,1,0.8466,0.3625,0,1,0.5925,1,1,1,0.5934,0.5925,0,1,1,1,1,1,0.63061595,0,0.734586954,1,1,1,1,1,0.719594121,0,1,1,1,1,1,1,0.879971147,0,0.400132914,0.40004231,0.400265957
-1613,1,0.5515,1,1,1,1,1,1,1,1,0.8201,0.5515,0,1,0.3625,1,1,1,1,1,1,0.7761,0.3625,0,1,0.5925,1,1,1,0.5472,0.5925,0,1,1,1,1,1,0.781985998,0,0.988169968,1,1,1,1,1,0.56978035,0,1,1,1,1,1,1,0.837416768,0,0.44278637,0.442775545,0.443262411
-1614,1,0.5515,1,1,1,1,1,1,1,1,0.7002,0.5515,0,1,0.3625,1,1,1,1,1,1,0.9796,0.3625,0,1,0.5925,1,1,1,0.5752,0.5925,0,1,1,1,1,1,0.897109866,0,0.985049129,1,1,1,1,1,0.853379667,0,1,1,1,1,1,1,0.891189814,0,0.515949734,0.515972075,0.515957447
-1615,1,0.5515,1,1,1,1,1,1,1,1,0.4891,0.5515,0.068,1,0.3625,1,1,1,1,1,1,0.778,0.3625,0.0835,1,0.5925,1,1,1,0.7222,0.5925,0.1383,1,1,1,1,1,0.690046489,0.202957138,0.946949244,1,1,1,1,1,0.714301944,0.173413798,1,1,1,1,1,1,0.9318434,0.350801051,0.564826003,0.564840279,0.565159574
-1616,1,0.5515,1,1,1,1,1,1,1,1,0.541,0.5515,0.2112,1,0.3625,1,1,1,1,1,1,0.7118,0.3625,0.2695,1,0.5925,1,1,1,0.8159,0.5925,0.3531,1,1,1,1,1,0.47604537,0.497306317,0.99736011,1,1,1,1,1,0.674274921,0.52526021,1,1,1,1,1,1,0.93800658,0.744586647,0.580413243,0.580495029,0.580230496
-1617,1,0.5515,1,1,1,1,1,1,1,1,0.2819,0.5515,0.3565,1,0.3625,1,1,1,1,1,1,0.5645,0.3625,0.3713,1,0.5925,1,1,1,0.6945,0.5925,0.5293,1,1,1,1,1,0.243047521,0.681473553,0.992332339,1,1,1,1,1,0.503347397,0.566655934,0.982382774,1,1,1,1,1,0.801297426,0.943983793,0.586031899,0.585995346,0.58643617
-1618,1,0.5515,1,1,1,1,1,1,1,1,0.2005,0.5515,0.6662,1,0.3625,1,1,1,1,1,1,0.5871,0.3625,0.6201,1,0.5925,1,1,1,0.5684,0.5925,0.4578,1,1,1,1,1,0.276873291,0.776893198,0.620034277,1,1,1,1,1,0.501756787,0.860726297,0.678890347,1,1,1,1,1,0.742708027,0.610192001,0.588690188,0.588745505,0.588652482
-1619,1,0.5515,1,1,1,1,1,1,1,1,0.1202,0.5515,0.5108,1,0.3625,1,1,1,1,1,1,0.3463,0.3625,0.564,1,0.5925,1,1,1,0.3827,0.5925,0.6439,1,1,1,1,1,0.140759185,0.803697646,0.343417227,1,1,1,1,1,0.317332447,0.805722177,0.291768074,1,1,1,1,1,0.493854761,0.996325195,0.585548574,0.585572245,0.585549645
-1620,1,0.5515,1,1,1,1,1,1,1,1,0.0507,0.5515,0.5606,1,0.3625,1,1,1,1,1,1,0.1615,0.3625,0.6273,1,0.5925,1,1,1,0.3163,0.5925,0.6658,1,1,1,1,1,0.062462978,0.85678643,0.200738907,1,1,1,1,1,0.158089906,0.883064449,0.214346081,1,1,1,1,1,0.45745337,0.99818331,0.577150797,0.577110218,0.577570922
-1621,1,0.5515,1,1,1,1,1,1,1,1,0.0416,0.5515,0.6121,1,0.3625,1,1,1,1,1,1,0.1646,0.3625,0.6487,1,0.5925,1,1,1,0.2969,0.5925,0.6657,1,1,1,1,1,0.085290462,0.904605329,0.152455986,1,1,1,1,1,0.150224671,0.87305963,0.141165197,1,1,1,1,1,0.388091773,0.992011666,0.571894635,0.571821451,0.571808511
-1622,1,0.5515,1,1,1,1,1,1,1,1,0.0315,0.5515,0.5991,1,0.3625,1,1,1,1,1,1,0.2023,0.3625,0.6268,1,0.5925,1,1,1,0.2672,0.5925,0.6224,1,1,1,1,1,0.090555586,0.842091143,0.286803216,1,1,1,1,1,0.216816649,0.880941451,0.29166621,1,1,1,1,1,0.300055921,0.962563515,0.563798937,0.563782526,0.563829787
-1623,1,0.5515,1,1,1,1,1,1,1,1,0.053,0.5515,0.4829,1,0.3625,1,1,1,1,1,1,0.1535,0.3625,0.5499,1,0.5925,1,1,1,0.2288,0.5925,0.472,1,1,1,1,1,0.101061799,0.847547352,0.656881928,1,1,1,1,1,0.177662149,0.873821139,0.105808906,1,1,1,1,1,0.277242541,0.880690634,0.560838569,0.560820817,0.561170213
-1624,1,0.5515,1,1,1,1,1,1,1,1,0.0455,0.5515,0.3458,1,0.3625,1,1,1,1,1,1,0.0661,0.3625,0.3951,1,0.5925,1,1,1,0.2066,0.5925,0.3164,1,1,1,1,1,0.083675146,0.744192362,0.487276375,1,1,1,1,1,0.09603215,0.721122622,0.00160733,1,1,1,1,1,0.33485356,0.734784484,0.567725955,0.567801989,0.567819149
-1625,1,0.5515,1,1,1,1,1,1,1,1,0.0201,0.5515,0.1261,1,0.3625,1,1,1,1,1,1,0.0116,0.3625,0.1602,1,0.5925,1,1,1,0.1965,0.5925,0.1016,1,1,1,1,1,0.036377404,0.472617507,0.299913138,1,1,1,1,1,0.022772186,0.379841715,0.001361257,1,1,1,1,1,0.337445855,0.446126342,0.591710971,0.591707214,0.591755319
-1626,1,0.5515,1,1,1,1,1,1,1,1,0.0171,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1334,0.3625,0,1,0.5925,1,1,1,0.1997,0.5925,0,1,1,1,1,1,0.076095864,0,0.305352002,1,1,1,1,1,0.155464724,0,0.01646754,1,1,1,1,1,0.435668737,0,0.627054132,0.627036175,0.627216312
-1627,1,0.5515,1,1,1,1,1,1,1,1,0.0233,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2408,0.3625,0,1,0.5925,1,1,1,0.2447,0.5925,0,1,1,1,1,1,0.113696687,0,0.348873794,1,1,1,1,1,0.31257537,0,0.081824094,1,1,1,1,1,0.578936279,0,0.616420976,0.616458642,0.616578014
-1628,1,0.5515,1,1,1,1,1,1,1,1,0.0223,0.5515,0,1,0.3625,1,1,1,1,1,1,0.4176,0.3625,0,1,0.5925,1,1,1,0.2606,0.5925,0,1,1,1,1,1,0.1389772,0,0.124029636,1,1,1,1,1,0.359158099,0,0.024788745,1,1,1,1,1,0.465824544,0,0.596060899,0.596149778,0.596187943
-1629,1,0.5515,1,1,1,1,1,1,1,1,0.0797,0.5515,0,1,0.3625,1,1,1,1,1,1,0.3397,0.3625,0,1,0.5925,1,1,1,0.1673,0.5925,0,1,1,1,1,1,0.179176733,0,0.121089756,1,1,1,1,1,0.39903751,0,0.255037963,1,1,1,1,1,0.297451377,0,0.565490575,0.565686482,0.565602837
-1630,1,0.5515,1,1,1,1,1,1,1,1,0.1554,0.5515,0,1,0.3625,1,1,1,1,1,1,0.4366,0.3625,0,1,0.5925,1,1,1,0.1275,0.5925,0,1,1,1,1,1,0.213129595,0,0.040761869,1,1,1,1,1,0.505250752,0,0.670004487,1,1,1,1,1,0.247665778,0,0.522716288,0.522741697,0.523049645
-1631,1,0.5515,1,1,1,1,1,1,1,1,0.2232,0.5515,0,1,0.3625,1,1,1,1,1,1,0.5063,0.3625,0,1,0.5925,1,1,1,0.142,0.5925,0,1,1,1,1,1,0.195545718,0,0.194601744,1,1,1,1,1,0.502002597,0,0.978693247,1,1,1,1,1,0.271208704,0,0.478914935,0.478950709,0.478723404
-1632,1,0.5515,1,1,1,1,1,1,1,1,0.2518,0.5515,0,1,0.3625,1,1,1,1,1,1,0.5921,0.3625,0,1,0.5925,1,1,1,0.0878,0.5925,0,1,1,1,1,1,0.132259086,0,0.436875463,1,1,1,1,1,0.498669654,0,1,1,1,1,1,1,0.171520293,0,0.448465442,0.448487413,0.44858156
-1633,1,0.5515,1,1,1,1,1,1,1,1,0.2695,0.5515,0,1,0.3625,1,1,1,1,1,1,0.6547,0.3625,0,1,0.5925,1,1,1,0.0773,0.5925,0,1,1,1,1,1,0.197326198,0,0.690235555,1,1,1,1,1,0.538032174,0,0.635722518,1,1,1,1,1,0.172419727,0,0.432999033,0.433044214,0.433067376
-1634,1,0.5515,1,1,1,1,1,1,1,1,0.3891,0.5515,0,1,0.3625,1,1,1,1,1,1,0.6664,0.3625,0,1,0.5925,1,1,1,0.0762,0.5925,0,1,1,1,1,1,0.280963004,0,0.982168972,1,1,1,1,1,0.519915104,0,0.750381351,1,1,1,1,1,0.229810104,0,0.42538666,0.42542839,0.425531915
-1635,1,0.5515,1,1,1,1,1,1,1,1,0.422,0.5515,0,1,0.3625,1,1,1,1,1,1,0.4892,0.3625,0,1,0.5925,1,1,1,0.1313,0.5925,0,1,1,1,1,1,0.22539027,0,1,1,1,1,1,1,0.448536247,0,0.983918905,1,1,1,1,1,0.34550792,0,0.423695022,0.423735985,0.423758865
-1636,1,0.5515,1,1,1,1,1,1,1,1,0.4542,0.5515,0,1,0.3625,1,1,1,1,1,1,0.3936,0.3625,0,1,0.5925,1,1,1,0.187,0.5925,0,1,1,1,1,1,0.250351518,0,1,1,1,1,1,1,0.345535845,0,0.981596351,1,1,1,1,1,0.442602068,0,0.429797003,0.429870954,0.429964539
-1637,1,0.5515,1,1,1,1,1,1,1,1,0.3604,0.5515,0,1,0.3625,1,1,1,1,1,1,0.6329,0.3625,0,1,0.5925,1,1,1,0.1856,0.5925,0,1,1,1,1,1,0.247113138,0,1,1,1,1,1,1,0.557105184,0,0.740668416,1,1,1,1,1,0.364490122,0,0.447740454,0.44764121,0.447695035
-1638,1,0.5515,1,1,1,1,1,1,1,1,0.3227,0.5515,0,1,0.3625,1,1,1,1,1,1,0.5888,0.3625,0,1,0.5925,1,1,1,0.1871,0.5925,0,1,1,1,1,1,0.228736684,0,0.999815404,1,1,1,1,1,0.500100911,0,0.683725357,1,1,1,1,1,0.337393939,0,0.472933784,0.472815739,0.472960993
-1639,1,0.5515,1,1,1,1,1,1,1,1,0.2034,0.5515,0.1557,1,0.3625,1,1,1,1,1,1,0.7562,0.3625,0.1773,1,0.5925,1,1,1,0.1627,0.5925,0.1569,1,1,1,1,1,0.142234087,0.457531571,0.932333648,1,1,1,1,1,0.711516321,0.476797789,1,1,1,1,1,1,0.268532395,0.44552967,0.510210246,0.510260207,0.510638298
-1640,1,0.5515,1,1,1,1,1,1,1,1,0.3351,0.5515,0.3873,1,0.3625,1,1,1,1,1,1,0.8749,0.3625,0.4252,1,0.5925,1,1,1,0.1332,0.5925,0.3989,1,1,1,1,1,0.226437107,0.771392167,0.997555733,1,1,1,1,1,0.833676875,0.809971035,1,1,1,1,1,1,0.205240995,0.81624347,0.545674239,0.545800719,0.545656028
-1641,1,0.5515,1,1,1,1,1,1,1,1,0.4238,0.5515,0.5217,1,0.3625,1,1,1,1,1,1,0.6365,0.3625,0.6064,1,0.5925,1,1,1,0.1091,0.5925,0.5846,1,1,1,1,1,0.245485619,0.845848024,1,1,1,1,1,1,0.654220998,0.98676616,1,1,1,1,1,1,0.121849313,0.989966393,0.567665539,0.567801989,0.567819149
-1642,1,0.5515,1,1,1,1,1,1,1,1,0.2968,0.5515,0.5533,1,0.3625,1,1,1,1,1,1,0.1539,0.3625,0.672,1,0.5925,1,1,1,0.0233,0.5925,0.7363,1,1,1,1,1,0.094963908,0.788755357,1,1,1,1,1,1,0.172783136,0.990190089,1,1,1,1,1,1,0.020567462,1,0.57237796,0.572456103,0.572251773
-1643,1,0.5515,1,1,1,1,1,1,1,1,0.33,0.5515,0.5509,1,0.3625,1,1,1,1,1,1,0.3073,0.3625,0.662,1,0.5925,1,1,1,0.0127,0.5925,0.6834,1,1,1,1,1,0.112869158,0.756831169,1,1,1,1,1,1,0.352357507,0.979325831,1,1,1,1,1,1,0.014133765,1,0.568088449,0.568013539,0.568262411
-1644,1,0.5515,1,1,1,1,1,1,1,1,0.2082,0.5515,0.5609,1,0.3625,1,1,1,1,1,1,0.2056,0.3625,0.6731,1,0.5925,1,1,1,0.0294,0.5925,0.6589,1,1,1,1,1,0.049464446,0.752304792,0.945918083,1,1,1,1,1,0.221520469,0.976593375,0.619166791,1,1,1,1,1,0.032475282,0.999686599,0.557999033,0.557859107,0.558067376
-1645,1,0.5515,1,1,1,1,1,1,1,1,0.125,0.5515,0.5476,1,0.3625,1,1,1,1,1,1,0.1,0.3625,0.6822,1,0.5925,1,1,1,0.0166,0.5925,0.6191,1,1,1,1,1,0.034932144,0.736694992,0.865072608,1,1,1,1,1,0.113109216,0.97254616,0.408305764,1,1,1,1,1,0.037449077,0.977125406,0.545613823,0.545589169,0.545656028
-1646,1,0.5515,1,1,1,1,1,1,1,1,0.1036,0.5515,0.5405,1,0.3625,1,1,1,1,1,1,0.0832,0.3625,0.664,1,0.5925,1,1,1,0.045,0.5925,0.5878,1,1,1,1,1,0.036551092,0.737741947,0.83358115,1,1,1,1,1,0.095039576,0.966529191,0.305389822,1,1,1,1,1,0.053485017,0.876885414,0.53479942,0.534800085,0.53501773
-1647,1,0.5515,1,1,1,1,1,1,1,1,0.0671,0.5515,0.4664,1,0.3625,1,1,1,1,1,1,0.1047,0.3625,0.5402,1,0.5925,1,1,1,0.0353,0.5925,0.48,1,1,1,1,1,0.037257809,0.78654784,0.794692039,1,1,1,1,1,0.099403217,0.92119962,0.154189795,1,1,1,1,1,0.02163779,0.78767395,0.530691155,0.530780622,0.531028369
-1648,1,0.5515,1,1,1,1,1,1,1,1,0.0421,0.5515,0.3215,1,0.3625,1,1,1,1,1,1,0.0129,0.3625,0.4126,1,0.5925,1,1,1,0.0206,0.5925,0.3238,1,1,1,1,1,0.026719242,0.678082526,0.651129961,1,1,1,1,1,0.014200841,0.809571028,0.060653932,1,1,1,1,1,0.022550806,0.664866805,0.538968101,0.538819547,0.539007092
-1649,1,0.5515,1,1,1,1,1,1,1,1,0.0073,0.5515,0.1216,1,0.3625,1,1,1,1,1,1,0,0.3625,0.1657,1,0.5925,1,1,1,0.0178,0.5925,0.107,1,1,1,1,1,0.006348055,0.438308388,0.479593247,1,1,1,1,1,0.003880366,0.508517623,0.010125131,1,1,1,1,1,0.03430903,0.413358212,0.565309328,0.565474931,0.565159574
-1650,1,0.5515,1,1,1,1,1,1,1,1,0.0054,0.5515,0,1,0.3625,1,1,1,1,1,1,0,0.3625,0,1,0.5925,1,1,1,0.0203,0.5925,0,1,1,1,1,1,0.005007674,0,0.238659218,1,1,1,1,1,0.001481916,0,0,1,1,1,1,1,0.068969414,0,0.606996133,0.606938862,0.607269504
-1651,1,0.5515,1,1,1,1,1,1,1,1,0.0071,0.5515,0,1,0.3625,1,1,1,1,1,1,0,0.3625,0,1,0.5925,1,1,1,0.0064,0.5925,0,1,1,1,1,1,0.004860274,0,0.321272343,1,1,1,1,1,0.000731612,0,0,1,1,1,1,1,0.040294282,0,0.598960851,0.598899937,0.59929078
-1652,1,0.5515,1,1,1,1,1,1,1,1,0.0127,0.5515,0,1,0.3625,1,1,1,1,1,1,0,0.3625,0,1,0.5925,1,1,1,0.0021,0.5925,0,1,1,1,1,1,0.008865508,0,0.090152167,1,1,1,1,1,0.000359164,0,0,1,1,1,1,1,0.024384486,0,0.58240696,0.582398985,0.582446809
-1653,1,0.5515,1,1,1,1,1,1,1,1,0.0152,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0051,0.3625,0,1,0.5925,1,1,1,0.0081,0.5925,0,1,1,1,1,1,0.01239216,0,0.059374444,1,1,1,1,1,0.008760923,0,0,1,1,1,1,1,0.043816391,0,0.555521991,0.55553205,0.555407801
-1654,1,0.5515,1,1,1,1,1,1,1,1,0.0159,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0019,0.3625,0,1,0.5925,1,1,1,0.0185,0.5925,0,1,1,1,1,1,0.01122924,0,0.018855955,1,1,1,1,1,0.004630304,0,0,1,1,1,1,1,0.075370356,0,0.518426776,0.518510683,0.518617021
-1655,1,0.5515,1,1,1,1,1,1,1,1,0.0212,0.5515,0,1,0.3625,1,1,1,1,1,1,0,0.3625,0,1,0.5925,1,1,1,0.04,0.5925,0,1,1,1,1,1,0.013325811,0,0.0061451,1,1,1,1,1,0.004993117,0,0,1,1,1,1,1,0.117809355,0,0.481935718,0.481912418,0.481826241
-1656,1,0.5515,1,1,1,1,1,1,1,1,0.0247,0.5515,0,1,0.3625,1,1,1,1,1,1,0,0.3625,0,1,0.5925,1,1,1,0.0538,0.5925,0,1,1,1,1,1,0.013300466,0,0.012933142,1,1,1,1,1,0.003890652,0,0,1,1,1,1,1,0.160998672,0,0.454023683,0.45398773,0.453900709
-1657,1,0.5515,1,1,1,1,1,1,1,1,0.0984,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0228,0.3625,0,1,0.5925,1,1,1,0.0798,0.5925,0,1,1,1,1,1,0.067309007,0,0.041815974,1,1,1,1,1,0.051894378,0,0.000680628,1,1,1,1,1,0.266973913,0,0.445746738,0.445737254,0.445478723
-1658,1,0.5515,1,1,1,1,1,1,1,1,0.1096,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1009,0.3625,0,1,0.5925,1,1,1,0.135,0.5925,0,1,1,1,1,1,0.087600313,0,0.054362971,1,1,1,1,1,0.137854487,0,0.053268589,1,1,1,1,1,0.429224432,0,0.437348961,0.437486778,0.4375
-1659,1,0.5515,1,1,1,1,1,1,1,1,0.1184,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1913,0.3625,0,1,0.5925,1,1,1,0.1589,0.5925,0,1,1,1,1,1,0.106687203,0,0.047210507,1,1,1,1,1,0.256540745,0,0.103429064,1,1,1,1,1,0.501912951,0,0.428830353,0.428813201,0.428634752
-1660,1,0.5515,1,1,1,1,1,1,1,1,0.2818,0.5515,0,1,0.3625,1,1,1,1,1,1,0.3729,0.3625,0,1,0.5925,1,1,1,0.1842,0.5925,0,1,1,1,1,1,0.303881288,0,0.066526279,1,1,1,1,1,0.510635674,0,0.114703149,1,1,1,1,1,0.513417602,0,0.426957467,0.426909245,0.426861702
-1661,1,0.5515,1,1,1,1,1,1,1,1,0.378,0.5515,0,1,0.3625,1,1,1,1,1,1,0.4827,0.3625,0,1,0.5925,1,1,1,0.2294,0.5925,0,1,1,1,1,1,0.465139091,0,0.085601866,1,1,1,1,1,0.635343075,0,0.191850528,1,1,1,1,1,0.621783495,0,0.43360319,0.433678866,0.433510638
-1662,1,0.5515,1,1,1,1,1,1,1,1,0.3066,0.5515,0,1,0.3625,1,1,1,1,1,1,0.353,0.3625,0,1,0.5925,1,1,1,0.2513,0.5925,0,1,1,1,1,1,0.383763343,0,0.082927011,1,1,1,1,1,0.403808832,0,0.147796869,1,1,1,1,1,0.653955817,0,0.449311261,0.449333615,0.449468085
-1663,1,0.5515,1,1,1,1,1,1,1,1,0.4726,0.5515,0.1634,1,0.3625,1,1,1,1,1,1,0.3695,0.3625,0.1727,1,0.5925,1,1,1,0.3066,0.5925,0.1421,1,1,1,1,1,0.516997218,0.507438302,0.336815298,1,1,1,1,1,0.37387526,0.479216188,0.337343991,1,1,1,1,1,0.685943365,0.5238536,0.467133881,0.467103871,0.467198582
-1664,1,0.5515,1,1,1,1,1,1,1,1,0.3849,0.5515,0.3936,1,0.3625,1,1,1,1,1,1,0.665,0.3625,0.403,1,0.5925,1,1,1,0.2529,0.5925,0.3488,1,1,1,1,1,0.314271301,0.801765263,0.303787351,1,1,1,1,1,0.582865775,0.784460068,0.643457055,1,1,1,1,1,0.477914542,0.806726754,0.493898018,0.493759255,0.493794326
-1665,1,0.5515,1,1,1,1,1,1,1,1,0.6071,0.5515,0.5714,1,0.3625,1,1,1,1,1,1,0.6364,0.3625,0.5786,1,0.5925,1,1,1,0.2313,0.5925,0.4989,1,1,1,1,1,0.463339388,0.952402413,0.527336955,1,1,1,1,1,0.637072563,0.953331172,1,1,1,1,1,1,0.379278153,0.953903854,0.518245529,0.518299133,0.518617021
-1666,1,0.5515,1,1,1,1,1,1,1,1,0.552,0.5515,0.71,1,0.3625,1,1,1,1,1,1,0.478,0.3625,0.7085,1,0.5925,1,1,1,0.1437,0.5925,0.6665,1,1,1,1,1,0.354203403,0.997625351,0.510962725,1,1,1,1,1,0.46271795,0.999858499,0.95038116,1,1,1,1,1,0.21676138,0.999646306,0.530872402,0.530780622,0.531028369
-1667,1,0.5515,1,1,1,1,1,1,1,1,0.5521,0.5515,0.7321,1,0.3625,1,1,1,1,1,1,0.3612,0.3625,0.7397,1,0.5925,1,1,1,0.1633,0.5925,0.718,1,1,1,1,1,0.336664379,1,0.750521779,1,1,1,1,1,0.360046029,1,0.890296102,1,1,1,1,1,0.157845914,0.999985933,0.534134848,0.534165433,0.534131206
-1668,1,0.5515,1,1,1,1,1,1,1,1,0.5242,0.5515,0.7319,1,0.3625,1,1,1,1,1,1,0.2764,0.3625,0.7344,1,0.5925,1,1,1,0.1376,0.5925,0.7121,1,1,1,1,1,0.272698939,0.999613285,0.984010696,1,1,1,1,1,0.304579496,0.998068154,1,1,1,1,1,1,0.114375457,0.999846756,0.530449493,0.530357521,0.530585106
-1669,1,0.5515,1,1,1,1,1,1,1,1,0.4744,0.5515,0.7256,1,0.3625,1,1,1,1,1,1,0.1863,0.3625,0.7274,1,0.5925,1,1,1,0.1236,0.5925,0.709,1,1,1,1,1,0.207774743,0.998631954,0.798059523,1,1,1,1,1,0.240263775,0.99827534,0.987679124,1,1,1,1,1,0.141785055,0.999547362,0.519695505,0.519779987,0.519946809
-1670,1,0.5515,1,1,1,1,1,1,1,1,0.5232,0.5515,0.6916,1,0.3625,1,1,1,1,1,1,0.31,0.3625,0.7056,1,0.5925,1,1,1,0.1165,0.5925,0.6718,1,1,1,1,1,0.263967574,0.997389674,0.751763821,1,1,1,1,1,0.362974226,0.994450212,0.891626239,1,1,1,1,1,0.240409225,0.985084951,0.50682697,0.506663846,0.506648936
-1671,1,0.5515,1,1,1,1,1,1,1,1,0.5644,0.5515,0.5494,1,0.3625,1,1,1,1,1,1,0.3398,0.3625,0.582,1,0.5925,1,1,1,0.0967,0.5925,0.5204,1,1,1,1,1,0.295265138,0.951327682,0.987117648,1,1,1,1,1,0.393812984,0.967962384,1,1,1,1,1,1,0.228107512,0.923037767,0.498731271,0.498624921,0.498670213
-1672,1,0.5515,1,1,1,1,1,1,1,1,0.3504,0.5515,0.3596,1,0.3625,1,1,1,1,1,1,0.3252,0.3625,0.4025,1,0.5925,1,1,1,0.0962,0.5925,0.3265,1,1,1,1,1,0.166067973,0.778443515,0.991090775,1,1,1,1,1,0.3491745,0.802148223,0.98133564,1,1,1,1,1,0.210034549,0.739891231,0.500966651,0.500951978,0.500886525
-1673,1,0.5515,1,1,1,1,1,1,1,1,0.31,0.5515,0.1252,1,0.3625,1,1,1,1,1,1,0.272,0.3625,0.1701,1,0.5925,1,1,1,0.1849,0.5925,0.0953,1,1,1,1,1,0.207864329,0.47040236,0.944704473,1,1,1,1,1,0.294460475,0.50445044,0.956727028,1,1,1,1,1,0.403992862,0.417360723,0.515526825,0.515548974,0.515514184
-1674,1,0.5515,1,1,1,1,1,1,1,1,0.2882,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1178,0.3625,0,1,0.5925,1,1,1,0.2177,0.5925,0,1,1,1,1,1,0.237447575,0,0.731960416,1,1,1,1,1,0.160375819,0,0.608651876,1,1,1,1,1,0.460977912,0,0.540840986,0.540723503,0.540780142
-1675,1,0.5515,1,1,1,1,1,1,1,1,0.3122,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1731,0.3625,0,1,0.5925,1,1,1,0.2826,0.5925,0,1,1,1,1,1,0.2346946,0,1,1,1,1,1,1,0.240899205,0,0.926711559,1,1,1,1,1,0.540494263,0,0.585790237,0.585572245,0.585992908
-1676,1,0.5515,1,1,1,1,1,1,1,1,0.3913,0.5515,0,1,0.3625,1,1,1,1,1,1,0.4742,0.3625,0,1,0.5925,1,1,1,0.2912,0.5925,0,1,1,1,1,1,0.36329028,0,0.99898994,1,1,1,1,1,0.575870037,0,0.926043034,1,1,1,1,1,0.536586642,0,0.576667472,0.576687117,0.576684397
-1677,1,0.5515,1,1,1,1,1,1,1,1,0.4397,0.5515,0,1,0.3625,1,1,1,1,1,1,0.5102,0.3625,0,1,0.5925,1,1,1,0.3229,0.5925,0,1,1,1,1,1,0.463743716,0,0.995701194,1,1,1,1,1,0.619621098,0,0.904618382,1,1,1,1,1,0.625951946,0,0.541686805,0.541781257,0.542109929
-1678,1,0.5515,1,1,1,1,1,1,1,1,0.5219,0.5515,0,1,0.3625,1,1,1,1,1,1,0.5611,0.3625,0,1,0.5925,1,1,1,0.3397,0.5925,0,1,1,1,1,1,0.514432311,0,1,1,1,1,1,1,0.622110844,0,1,1,1,1,1,1,0.696650624,0,0.496556307,0.496720965,0.496453901
-1679,1,0.5515,1,1,1,1,1,1,1,1,0.5014,0.5515,0,1,0.3625,1,1,1,1,1,1,0.5635,0.3625,0,1,0.5925,1,1,1,0.3376,0.5925,0,1,1,1,1,1,0.484193861,0,1,1,1,1,1,1,0.710645974,0,1,1,1,1,1,1,0.762925386,0,0.449371677,0.449333615,0.449468085
-1680,1,0.5515,1,1,1,1,1,1,1,1,0.5509,0.5515,0,1,0.3625,1,1,1,1,1,1,0.6928,0.3625,0,1,0.5925,1,1,1,0.3687,0.5925,0,1,1,1,1,1,0.574724257,0,1,1,1,1,1,1,0.816254497,0,1,1,1,1,1,1,0.767451525,0,0.41982842,0.419716522,0.419769504
-1681,1,0.5515,1,1,1,1,1,1,1,1,0.6738,0.5515,0,1,0.3625,1,1,1,1,1,1,0.7903,0.3625,0,1,0.5925,1,1,1,0.4992,0.5925,0,1,1,1,1,1,0.682199121,0,1,1,1,1,1,1,0.906872869,0,1,1,1,1,1,1,0.842648149,0,0.402609957,0.402580918,0.402925532
-1682,1,0.5515,1,1,1,1,1,1,1,1,0.6782,0.5515,0,1,0.3625,1,1,1,1,1,1,0.7175,0.3625,0,1,0.5925,1,1,1,0.507,0.5925,0,1,1,1,1,1,0.711650968,0,1,1,1,1,1,1,0.850154877,0,1,1,1,1,1,1,0.862965226,0,0.396145481,0.396022847,0.396276596
-1683,1,0.5515,1,1,1,1,1,1,1,1,0.6281,0.5515,0,1,0.3625,1,1,1,1,1,1,0.6648,0.3625,0,1,0.5925,1,1,1,0.4958,0.5925,0,1,1,1,1,1,0.666432679,0,1,1,1,1,1,1,0.816641569,0,1,1,1,1,1,1,0.853192449,0,0.397051716,0.397080601,0.396719858
-1684,1,0.5515,1,1,1,1,1,1,1,1,0.6057,0.5515,0,1,0.3625,1,1,1,1,1,1,0.7099,0.3625,0,1,0.5925,1,1,1,0.397,0.5925,0,1,1,1,1,1,0.633211136,0,1,1,1,1,1,1,0.835256994,0,1,1,1,1,1,1,0.766388893,0,0.408832769,0.408927438,0.409131206
-1685,1,0.5515,1,1,1,1,1,1,1,1,0.4353,0.5515,0,1,0.3625,1,1,1,1,1,1,0.6043,0.3625,0,1,0.5925,1,1,1,0.3677,0.5925,0,1,1,1,1,1,0.514934599,0,1,1,1,1,1,1,0.716337442,0,1,1,1,1,1,1,0.719361961,0,0.451304978,0.451237571,0.451241135
-1686,1,0.5515,1,1,1,1,1,1,1,1,0.2745,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2175,0.3625,0,1,0.5925,1,1,1,0.3454,0.5925,0,1,1,1,1,1,0.258416951,0,0.997458458,1,1,1,1,1,0.202985525,0,0.78390944,1,1,1,1,1,0.701236248,0,0.531416143,0.531415274,0.531914894
-1687,1,0.5515,1,1,1,1,1,1,1,1,0.3282,0.5515,0.1679,1,0.3625,1,1,1,1,1,1,0.1909,0.3625,0.178,1,0.5925,1,1,1,0.2717,0.5925,0.1461,1,1,1,1,1,0.309196055,0.524000347,1,1,1,1,1,1,0.181269035,0.450945616,0.965364695,1,1,1,1,1,0.559585273,0.404855281,0.57781537,0.57774487,0.578014184
-1688,1,0.5515,1,1,1,1,1,1,1,1,0.2032,0.5515,0.396,1,0.3625,1,1,1,1,1,1,0.1401,0.3625,0.3975,1,0.5925,1,1,1,0.2628,0.5925,0.3761,1,1,1,1,1,0.243910983,0.813130856,0.95618397,1,1,1,1,1,0.146556675,0.748894811,0.498951077,1,1,1,1,1,0.538024902,0.780002236,0.584098598,0.58409139,0.584219858
-1689,1,0.5515,1,1,1,1,1,1,1,1,0.0679,0.5515,0.563,1,0.3625,1,1,1,1,1,1,0.0279,0.3625,0.5443,1,0.5925,1,1,1,0.1638,0.5925,0.5573,1,1,1,1,1,0.084896877,0.929271162,0.801962852,1,1,1,1,1,0.041073464,0.87798512,0.4385432,1,1,1,1,1,0.334700495,0.867808998,0.581802803,0.581764333,0.582003546
-1690,1,0.5515,1,1,1,1,1,1,1,1,0.0157,0.5515,0.6706,1,0.3625,1,1,1,1,1,1,0,0.3625,0.6526,1,0.5925,1,1,1,0.0883,0.5925,0.6754,1,1,1,1,1,0.023642113,0.930954754,0.667806268,1,1,1,1,1,0.000720761,0.951846719,0.494915187,1,1,1,1,1,0.184159249,0.972964168,0.58379652,0.583668289,0.584219858
-1691,1,0.5515,1,1,1,1,1,1,1,1,0.0103,0.5515,0.6657,1,0.3625,1,1,1,1,1,1,0,0.3625,0.7038,1,0.5925,1,1,1,0.07,0.5925,0.6544,1,1,1,1,1,0.011686536,0.933623731,0.421392322,1,1,1,1,1,0.000435256,0.993291616,0.383675665,1,1,1,1,1,0.065676644,0.974522173,0.582467376,0.582610535,0.582446809
-1692,1,0.5515,1,1,1,1,1,1,1,1,0.013,0.5515,0.6913,1,0.3625,1,1,1,1,1,1,0,0.3625,0.7204,1,0.5925,1,1,1,0.0708,0.5925,0.6608,1,1,1,1,1,0.008265927,0.983928502,0.308415681,1,1,1,1,1,0.001685919,0.995555401,0.344047129,1,1,1,1,1,0.056819931,0.916195631,0.576486225,0.576475566,0.576684397
-1693,1,0.5515,1,1,1,1,1,1,1,1,0.0568,0.5515,0.7119,1,0.3625,1,1,1,1,1,1,0.0211,0.3625,0.7054,1,0.5925,1,1,1,0.0865,0.5925,0.6662,1,1,1,1,1,0.010485996,0.996459723,0.412774503,1,1,1,1,1,0.017052779,0.966646075,0.267705798,1,1,1,1,1,0.068898059,0.929828882,0.572740454,0.572667654,0.572695035
-1694,1,0.5515,1,1,1,1,1,1,1,1,0.0905,0.5515,0.6575,1,0.3625,1,1,1,1,1,1,0.0252,0.3625,0.6333,1,0.5925,1,1,1,0.0789,0.5925,0.6201,1,1,1,1,1,0.021222722,0.948382139,0.687232077,1,1,1,1,1,0.031440414,0.837504029,0.746784866,1,1,1,1,1,0.068709545,0.951098502,0.563980184,0.563994077,0.563829787
-1695,1,0.5515,1,1,1,1,1,1,1,1,0.1465,0.5515,0.4746,1,0.3625,1,1,1,1,1,1,0.1253,0.3625,0.4573,1,0.5925,1,1,1,0.0703,0.5925,0.4504,1,1,1,1,1,0.03982497,0.765796363,1,1,1,1,1,1,0.130539432,0.703757048,1,1,1,1,1,1,0.059204083,0.840224683,0.55582407,0.555743601,0.555851064
-1696,1,0.5515,1,1,1,1,1,1,1,1,0.1814,0.5515,0.2529,1,0.3625,1,1,1,1,1,1,0.1332,0.3625,0.2714,1,0.5925,1,1,1,0.0418,0.5925,0.2448,1,1,1,1,1,0.072125502,0.428006768,1,1,1,1,1,1,0.152878776,0.539909899,0.914336443,1,1,1,1,1,0.017563321,0.53790015,0.55358869,0.553839645,0.553634752
-1697,1,0.5515,1,1,1,1,1,1,1,1,0.1159,0.5515,0.0605,1,0.3625,1,1,1,1,1,1,0.1478,0.3625,0.12,1,0.5925,1,1,1,0.029,0.5925,0.0526,1,1,1,1,1,0.052620817,0.107792795,1,1,1,1,1,1,0.183736563,0.223461077,1,1,1,1,1,1,0.020639313,0.186050609,0.560898985,0.560820817,0.561170213
-1698,1,0.5515,1,1,1,1,1,1,1,1,0.128,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1383,0.3625,0,1,0.5925,1,1,1,0.0185,0.5925,0,1,1,1,1,1,0.066740118,0,0.950959265,1,1,1,1,1,0.168372899,0,1,1,1,1,1,1,0.023625933,0,0.579688255,0.579860377,0.579787234
-1699,1,0.5515,1,1,1,1,1,1,1,1,0.1781,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2073,0.3625,0,1,0.5925,1,1,1,0.0124,0.5925,0,1,1,1,1,1,0.117186099,0,1,1,1,1,1,1,0.226522118,0,1,1,1,1,1,1,0.054503024,0,0.610137748,0.610112122,0.61037234
-1700,1,0.5515,1,1,1,1,1,1,1,1,0.1561,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0737,0.3625,0,1,0.5925,1,1,1,0.0196,0.5925,0,1,1,1,1,1,0.112028092,0,0.995742202,1,1,1,1,1,0.113568246,0,0.981634319,1,1,1,1,1,0.090003289,0,0.591952634,0.591918765,0.592198582
-1701,1,0.5515,1,1,1,1,1,1,1,1,0.2578,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2374,0.3625,0,1,0.5925,1,1,1,0.0129,0.5925,0,1,1,1,1,1,0.21539019,0,1,1,1,1,1,1,0.278454065,0,1,1,1,1,1,1,0.056362361,0,0.549057516,0.548973979,0.549202128
-1702,1,0.5515,1,1,1,1,1,1,1,1,0.1935,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1921,0.3625,0,1,0.5925,1,1,1,0.012,0.5925,0,1,1,1,1,1,0.223351315,0,0.987218678,1,1,1,1,1,0.263134241,0,1,1,1,1,1,1,0.028052427,0,0.493898018,0.493759255,0.493794326
-1703,1,0.5515,1,1,1,1,1,1,1,1,0.3032,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2982,0.3625,0,1,0.5925,1,1,1,0.0177,0.5925,0,1,1,1,1,1,0.309461176,0,1,1,1,1,1,1,0.435710907,0,1,1,1,1,1,1,0.022771208,0,0.442846786,0.442775545,0.443262411
-1704,1,0.5515,1,1,1,1,1,1,1,1,0.3817,0.5515,0,1,0.3625,1,1,1,1,1,1,0.37,0.3625,0,1,0.5925,1,1,1,0.0278,0.5925,0,1,1,1,1,1,0.347218841,0,1,1,1,1,1,1,0.482757151,0,1,1,1,1,1,1,0.055998977,0,0.408228613,0.408081235,0.408244681
-1705,1,0.5515,1,1,1,1,1,1,1,1,0.528,0.5515,0,1,0.3625,1,1,1,1,1,1,0.3508,0.3625,0,1,0.5925,1,1,1,0.0794,0.5925,0,1,1,1,1,1,0.392522067,0,1,1,1,1,1,1,0.465468347,0,1,1,1,1,1,1,0.164867774,0,0.388231029,0.388195473,0.388297872
-1706,1,0.5515,1,1,1,1,1,1,1,1,0.488,0.5515,0,1,0.3625,1,1,1,1,1,1,0.3296,0.3625,0,1,0.5925,1,1,1,0.1393,0.5925,0,1,1,1,1,1,0.351304621,0,1,1,1,1,1,1,0.427500546,0,1,1,1,1,1,1,0.327104151,0,0.378806187,0.378887243,0.378989362
-1707,1,0.5515,1,1,1,1,1,1,1,1,0.4292,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1973,0.3625,0,1,0.5925,1,1,1,0.1468,0.5925,0,1,1,1,1,1,0.319853038,0,1,1,1,1,1,1,0.236555755,0,1,1,1,1,1,1,0.30811438,0,0.376510391,0.376560186,0.376329787
-1708,1,0.5515,1,1,1,1,1,1,1,1,0.359,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1616,0.3625,0,1,0.5925,1,1,1,0.1492,0.5925,0,1,1,1,1,1,0.213663831,0,1,1,1,1,1,1,0.175954625,0,1,1,1,1,1,1,0.306417376,0,0.386539391,0.386503067,0.386524823
-1709,1,0.5515,1,1,1,1,1,1,1,1,0.2262,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1971,0.3625,0,1,0.5925,1,1,1,0.1958,0.5925,0,1,1,1,1,1,0.150823072,0,1,1,1,1,1,1,0.211246207,0,1,1,1,1,1,1,0.35319677,0,0.424359594,0.424370637,0.424202128
-1710,1,0.5515,1,1,1,1,1,1,1,1,0.2149,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0853,0.3625,0,1,0.5925,1,1,1,0.1993,0.5925,0,1,1,1,1,1,0.178870663,0,1,1,1,1,1,1,0.112878561,0,1,1,1,1,1,1,0.323554069,0,0.50181247,0.501798181,0.502216312
-1711,1,0.5515,1,1,1,1,1,1,1,1,0.1331,0.5515,0.0216,1,0.3625,1,1,1,1,1,1,0.0411,0.3625,0.0008,1,0.5925,1,1,1,0.2454,0.5925,0.118,1,1,1,1,1,0.115636081,0.026299937,0.979040504,1,1,1,1,1,0.087980852,0.003429557,1,1,1,1,1,1,0.407860041,0.17756936,0.553830353,0.553839645,0.554078014
-1712,1,0.5515,1,1,1,1,1,1,1,1,0.1433,0.5515,0.1372,1,0.3625,1,1,1,1,1,1,0.0782,0.3625,0.1681,1,0.5925,1,1,1,0.2805,0.5925,0.287,1,1,1,1,1,0.161446825,0.24637267,0.980611265,1,1,1,1,1,0.10895279,0.281384677,0.778698206,1,1,1,1,1,0.351443976,0.495976895,0.568088449,0.568013539,0.568262411
-1713,1,0.5515,1,1,1,1,1,1,1,1,0.1238,0.5515,0.3468,1,0.3625,1,1,1,1,1,1,0.1138,0.3625,0.2841,1,0.5925,1,1,1,0.3661,0.5925,0.4184,1,1,1,1,1,0.116953321,0.518289983,0.984301209,1,1,1,1,1,0.155796409,0.465173692,1,1,1,1,1,1,0.423916072,0.752842963,0.573465442,0.573513857,0.57358156
-1714,1,0.5515,1,1,1,1,1,1,1,1,0.1262,0.5515,0.3952,1,0.3625,1,1,1,1,1,1,0.1179,0.3625,0.4238,1,0.5925,1,1,1,0.3419,0.5925,0.4466,1,1,1,1,1,0.099451557,0.672699869,1,1,1,1,1,1,0.146063343,0.607152939,0.995441139,1,1,1,1,1,0.418510467,0.82061708,0.577332044,0.577321769,0.577570922
-1715,1,0.5515,1,1,1,1,1,1,1,1,0.1563,0.5515,0.4551,1,0.3625,1,1,1,1,1,1,0.1173,0.3625,0.5036,1,0.5925,1,1,1,0.3346,0.5925,0.4374,1,1,1,1,1,0.127019614,0.735465527,1,1,1,1,1,1,0.125657707,0.734074712,0.927544534,1,1,1,1,1,0.468200862,0.858729601,0.578057032,0.577956421,0.578014184
-1716,1,0.5515,1,1,1,1,1,1,1,1,0.2149,0.5515,0.5095,1,0.3625,1,1,1,1,1,1,0.0501,0.3625,0.5608,1,0.5925,1,1,1,0.303,0.5925,0.4787,1,1,1,1,1,0.164488465,0.773904026,1,1,1,1,1,1,0.042886108,0.845103621,0.829560518,1,1,1,1,1,0.430171281,0.89209491,0.574855002,0.574783161,0.574911348
-1717,1,0.5515,1,1,1,1,1,1,1,1,0.2563,0.5515,0.5567,1,0.3625,1,1,1,1,1,1,0.1023,0.3625,0.6057,1,0.5925,1,1,1,0.3088,0.5925,0.4293,1,1,1,1,1,0.185257554,0.82567668,1,1,1,1,1,1,0.105061248,0.877608895,1,1,1,1,1,1,0.281017452,0.780676246,0.573827936,0.573725407,0.574024823
-1718,1,0.5515,1,1,1,1,1,1,1,1,0.3258,0.5515,0.5691,1,0.3625,1,1,1,1,1,1,0.2125,0.3625,0.6271,1,0.5925,1,1,1,0.2454,0.5925,0.446,1,1,1,1,1,0.191534221,0.834254324,1,1,1,1,1,1,0.200866997,0.861678362,1,1,1,1,1,1,0.229844913,0.634837031,0.567967617,0.568013539,0.567819149
-1719,1,0.5515,1,1,1,1,1,1,1,1,0.255,0.5515,0.4904,1,0.3625,1,1,1,1,1,1,0.1222,0.3625,0.5014,1,0.5925,1,1,1,0.2075,0.5925,0.3639,1,1,1,1,1,0.134823501,0.783505499,1,1,1,1,1,1,0.148557946,0.765957892,1,1,1,1,1,1,0.194142073,0.594836771,0.562288545,0.562301671,0.5625
-1720,1,0.5515,1,1,1,1,1,1,1,1,0.2394,0.5515,0.3087,1,0.3625,1,1,1,1,1,1,0.1071,0.3625,0.3431,1,0.5925,1,1,1,0.1731,0.5925,0.2763,1,1,1,1,1,0.181500077,0.596509635,0.976199269,1,1,1,1,1,0.145286083,0.672838509,1,1,1,1,1,1,0.210093334,0.519791245,0.562711455,0.562724773,0.562943262
-1721,1,0.5515,1,1,1,1,1,1,1,1,0.252,0.5515,0.1034,1,0.3625,1,1,1,1,1,1,0.1157,0.3625,0.1478,1,0.5925,1,1,1,0.1936,0.5925,0.07,1,1,1,1,1,0.252470285,0.3640984,1,1,1,1,1,1,0.168507963,0.423687518,1,1,1,1,1,1,0.202471614,0.285611749,0.568934268,0.568859742,0.569148936
-1722,1,0.5515,1,1,1,1,1,1,1,1,0.2508,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2183,0.3625,0,1,0.5925,1,1,1,0.2434,0.5925,0,1,1,1,1,1,0.244300306,0,1,1,1,1,1,1,0.21892193,0,1,1,1,1,1,1,0.16853033,0,0.57781537,0.57774487,0.578014184
-1723,1,0.5515,1,1,1,1,1,1,1,1,0.2435,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1347,0.3625,0,1,0.5925,1,1,1,0.1552,0.5925,0,1,1,1,1,1,0.258565754,0,1,1,1,1,1,1,0.158244103,0,1,1,1,1,1,1,0.135513917,0,0.605848236,0.605669558,0.605939716
-1724,1,0.5515,1,1,1,1,1,1,1,1,0.1671,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1087,0.3625,0,1,0.5925,1,1,1,0.1115,0.5925,0,1,1,1,1,1,0.20699212,0,0.998329163,1,1,1,1,1,0.141151756,0,1,1,1,1,1,1,0.105681926,0,0.589173514,0.589168606,0.589095745
-1725,1,0.5515,1,1,1,1,1,1,1,1,0.1807,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1298,0.3625,0,1,0.5925,1,1,1,0.1138,0.5925,0,1,1,1,1,1,0.214985341,0,1,1,1,1,1,1,0.129186615,0,1,1,1,1,1,1,0.167359352,0,0.54718463,0.547070023,0.547429078
-1726,1,0.5515,1,1,1,1,1,1,1,1,0.1913,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0465,0.3625,0,1,0.5925,1,1,1,0.0768,0.5925,0,1,1,1,1,1,0.154586628,0,1,1,1,1,1,1,0.114174135,0,1,1,1,1,1,1,0.116848066,0,0.490454326,0.490374445,0.490691489
-1727,1,0.5515,1,1,1,1,1,1,1,1,0.1254,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2289,0.3625,0,1,0.5925,1,1,1,0.1024,0.5925,0,1,1,1,1,1,0.146541029,0,0.680334926,1,1,1,1,1,0.2684865,0,1,1,1,1,1,1,0.106790513,0,0.438134364,0.43812143,0.438386525
-1728,1,0.5515,1,1,1,1,1,1,1,1,0.1518,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2094,0.3625,0,1,0.5925,1,1,1,0.1166,0.5925,0,1,1,1,1,1,0.143106252,0,0.995283604,1,1,1,1,1,0.330285341,0,1,1,1,1,1,1,0.151145652,0,0.403214113,0.40321557,0.402925532
-1729,1,0.5515,1,1,1,1,1,1,1,1,0.0972,0.5515,0,1,0.3625,1,1,1,1,1,1,0.311,0.3625,0,1,0.5925,1,1,1,0.1071,0.5925,0,1,1,1,1,1,0.115304761,0,1,1,1,1,1,1,0.311832249,0,1,1,1,1,1,1,0.175017089,0,0.384304012,0.38417601,0.384308511
-1730,1,0.5515,1,1,1,1,1,1,1,1,0.111,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1517,0.3625,0,1,0.5925,1,1,1,0.1298,0.5925,0,1,1,1,1,1,0.069806412,0,1,1,1,1,1,1,0.198970437,0,1,1,1,1,1,1,0.190226331,0,0.374697922,0.374867781,0.374556738
-1731,1,0.5515,1,1,1,1,1,1,1,1,0.0675,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1515,0.3625,0,1,0.5925,1,1,1,0.1215,0.5925,0,1,1,1,1,1,0.034580171,0,1,1,1,1,1,1,0.219954923,0,1,1,1,1,1,1,0.169419214,0,0.374275012,0.374233129,0.374113475
-1732,1,0.5515,1,1,1,1,1,1,1,1,0.0671,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0712,0.3625,0,1,0.5925,1,1,1,0.1378,0.5925,0,1,1,1,1,1,0.0211649,0,0.991128445,1,1,1,1,1,0.094971023,0,1,1,1,1,1,1,0.133375168,0,0.383095698,0.383118257,0.382978723
-1733,1,0.5515,1,1,1,1,1,1,1,1,0.0691,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0188,0.3625,0,1,0.5925,1,1,1,0.0885,0.5925,0,1,1,1,1,1,0.025425225,0,0.809598207,1,1,1,1,1,0.087702684,0,0.954809725,1,1,1,1,1,0.137158647,0,0.421882552,0.421832029,0.421985816
-1734,1,0.5515,1,1,1,1,1,1,1,1,0.04,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0107,0.3625,0,1,0.5925,1,1,1,0.0975,0.5925,0,1,1,1,1,1,0.020982316,0,0.5306108,1,1,1,1,1,0.066192776,0,0.482276767,1,1,1,1,1,0.149320245,0,0.500060416,0.500105775,0.5
-1735,1,0.5515,1,1,1,1,1,1,1,1,0.0402,0.5515,0.1381,1,0.3625,1,1,1,1,1,1,0.0322,0.3625,0.1811,1,0.5925,1,1,1,0.0825,0.5925,0.0677,1,1,1,1,1,0.037779789,0.459490389,0.11970941,1,1,1,1,1,0.095193587,0.517112792,0.300206542,1,1,1,1,1,0.074359834,0.100909635,0.548272112,0.548339327,0.548758865
-1736,1,0.5515,1,1,1,1,1,1,1,1,0.0354,0.5515,0.3552,1,0.3625,1,1,1,1,1,1,0.0045,0.3625,0.4159,1,0.5925,1,1,1,0.0936,0.5925,0.2245,1,1,1,1,1,0.01452402,0.750550389,0.144527495,1,1,1,1,1,0.021676518,0.820192456,0.365216732,1,1,1,1,1,0.106650658,0.4207201,0.559509425,0.559551513,0.559397163
-1737,1,0.5515,1,1,1,1,1,1,1,1,0.0229,0.5515,0.516,1,0.3625,1,1,1,1,1,1,0.1912,0.3625,0.5904,1,0.5925,1,1,1,0.088,0.5925,0.3383,1,1,1,1,1,0.067525521,0.911103129,0.205037221,1,1,1,1,1,0.185777262,0.97908622,0.504319131,1,1,1,1,1,0.090980798,0.578258634,0.566034316,0.566109583,0.566046099
-1738,1,0.5515,1,1,1,1,1,1,1,1,0.0359,0.5515,0.6441,1,0.3625,1,1,1,1,1,1,0.4129,0.3625,0.7199,1,0.5925,1,1,1,0.0745,0.5925,0.3617,1,1,1,1,1,0.064102553,0.957896173,0.298219085,1,1,1,1,1,0.374621153,0.999971867,0.562464178,1,1,1,1,1,0.094607666,0.634622157,0.571230063,0.571186799,0.571365248
-1739,1,0.5515,1,1,1,1,1,1,1,1,0.068,0.5515,0.6863,1,0.3625,1,1,1,1,1,1,0.3873,0.3625,0.7504,1,0.5925,1,1,1,0.0681,0.5925,0.3917,1,1,1,1,1,0.123367131,0.976772428,0.577710152,1,1,1,1,1,0.353668064,0.999994636,0.645945847,1,1,1,1,1,0.080323026,0.677430511,0.572196713,0.572244553,0.572251773
-1740,1,0.5515,1,1,1,1,1,1,1,1,0.0786,0.5515,0.6974,1,0.3625,1,1,1,1,1,1,0.3752,0.3625,0.7513,1,0.5925,1,1,1,0.0756,0.5925,0.4646,1,1,1,1,1,0.1172712,0.981441379,0.400975168,1,1,1,1,1,0.326289326,0.99999404,0.196446866,1,1,1,1,1,0.085106075,0.734319448,0.567061382,0.566955786,0.567375887
-1741,1,0.5515,1,1,1,1,1,1,1,1,0.1001,0.5515,0.689,1,0.3625,1,1,1,1,1,1,0.3384,0.3625,0.7527,1,0.5925,1,1,1,0.0817,0.5925,0.4188,1,1,1,1,1,0.178249866,0.968708634,0.232831091,1,1,1,1,1,0.296924829,0.999992013,0.047417805,1,1,1,1,1,0.085674182,0.697424769,0.565853069,0.565686482,0.566046099
-1742,1,0.5515,1,1,1,1,1,1,1,1,0.1346,0.5515,0.6444,1,0.3625,1,1,1,1,1,1,0.4649,0.3625,0.7282,1,0.5925,1,1,1,0.0821,0.5925,0.3733,1,1,1,1,1,0.24915415,0.91183275,0.087279335,1,1,1,1,1,0.405457765,0.999986231,0.080145031,1,1,1,1,1,0.053469837,0.549378037,0.559751087,0.559763063,0.559840426
-1743,1,0.5515,1,1,1,1,1,1,1,1,0.1231,0.5515,0.5104,1,0.3625,1,1,1,1,1,1,0.6049,0.3625,0.5953,1,0.5925,1,1,1,0.0596,0.5925,0.3193,1,1,1,1,1,0.252639651,0.848678589,0.067868449,1,1,1,1,1,0.546363175,0.995084286,0.320227504,1,1,1,1,1,0.045919836,0.510945678,0.555461576,0.55553205,0.555407801
-1744,1,0.5515,1,1,1,1,1,1,1,1,0.1899,0.5515,0.3224,1,0.3625,1,1,1,1,1,1,0.4072,0.3625,0.4131,1,0.5925,1,1,1,0.0524,0.5925,0.1881,1,1,1,1,1,0.169540808,0.64736557,0.218348622,1,1,1,1,1,0.396441877,0.836713612,0.923858106,1,1,1,1,1,0.046030775,0.376843303,0.559630256,0.559763063,0.559840426
-1745,1,0.5515,1,1,1,1,1,1,1,1,0.2262,0.5515,0.0976,1,0.3625,1,1,1,1,1,1,0.2391,0.3625,0.1772,1,0.5925,1,1,1,0.0574,0.5925,0.0349,1,1,1,1,1,0.110772863,0.359108984,0.255488038,1,1,1,1,1,0.253771096,0.535573244,1,1,1,1,1,1,0.033609807,0.065564707,0.572861286,0.572879205,0.573138298
-1746,1,0.5515,1,1,1,1,1,1,1,1,0.2076,0.5515,0,1,0.3625,1,1,1,1,1,1,0.07,0.3625,0,1,0.5925,1,1,1,0.0845,0.5925,0,1,1,1,1,1,0.089698806,0,0.319727659,1,1,1,1,1,0.125358015,0,1,1,1,1,1,1,0.035388585,0,0.586756887,0.586629998,0.586879433
-1747,1,0.5515,1,1,1,1,1,1,1,1,0.0977,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0592,0.3625,0,1,0.5925,1,1,1,0.0465,0.5925,0,1,1,1,1,1,0.044339329,0,0.208312094,1,1,1,1,1,0.136112496,0,1,1,1,1,1,1,0.02575309,0,0.608264862,0.608208166,0.608156028
-1748,1,0.5515,1,1,1,1,1,1,1,1,0.0982,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0966,0.3625,0,1,0.5925,1,1,1,0.07,0.5925,0,1,1,1,1,1,0.037860218,0,0.121615089,1,1,1,1,1,0.141679347,0,0.970225215,1,1,1,1,1,0.084335454,0,0.592677622,0.592764967,0.592641844
-1749,1,0.5515,1,1,1,1,1,1,1,1,0.0775,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1124,0.3625,0,1,0.5925,1,1,1,0.0873,0.5925,0,1,1,1,1,1,0.038989089,0,0.428217232,1,1,1,1,1,0.174880087,0,0.25235498,1,1,1,1,1,0.088335022,0,0.553347028,0.553416543,0.553191489
-1750,1,0.5515,1,1,1,1,1,1,1,1,0.0677,0.5515,0,1,0.3625,1,1,1,1,1,1,0.063,0.3625,0,1,0.5925,1,1,1,0.0748,0.5925,0,1,1,1,1,1,0.032629881,0,0.241970539,1,1,1,1,1,0.12147598,0,0.989081979,1,1,1,1,1,0.066638954,0,0.498308362,0.49841337,0.49822695
-1751,1,0.5515,1,1,1,1,1,1,1,1,0.0391,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1432,0.3625,0,1,0.5925,1,1,1,0.0737,0.5925,0,1,1,1,1,1,0.0156067,0,0.124972217,1,1,1,1,1,0.159391761,0,0.997947693,1,1,1,1,1,0.058776438,0,0.447921701,0.447852761,0.447695035
-1752,1,0.5515,1,1,1,1,1,1,1,1,0.0241,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1571,0.3625,0,1,0.5925,1,1,1,0.0739,0.5925,0,1,1,1,1,1,0.008690809,0,0.051830143,1,1,1,1,1,0.219018161,0,0.616876185,1,1,1,1,1,0.05876879,0,0.415478492,0.415485509,0.415780142
-1753,1,0.5515,1,1,1,1,1,1,1,1,0.0223,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0603,0.3625,0,1,0.5925,1,1,1,0.0616,0.5925,0,1,1,1,1,1,0.002988421,0,0.04946889,1,1,1,1,1,0.086156622,0,0.274680883,1,1,1,1,1,0.044548918,0,0.397595457,0.397715253,0.397606383
-1754,1,0.5515,1,1,1,1,1,1,1,1,0.0163,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0187,0.3625,0,1,0.5925,1,1,1,0.0654,0.5925,0,1,1,1,1,1,0.002389602,0,0.180311412,1,1,1,1,1,0.057802066,0,0.243769914,1,1,1,1,1,0.059283152,0,0.38877477,0.388830125,0.388741135
-1755,1,0.5515,1,1,1,1,1,1,1,1,0.0103,0.5515,0,1,0.3625,1,1,1,1,1,1,0,0.3625,0,1,0.5925,1,1,1,0.1039,0.5925,0,1,1,1,1,1,0.002852813,0,0.197104603,1,1,1,1,1,0.023940083,0,0.206516504,1,1,1,1,1,0.103998579,0,0.388110198,0.387983922,0.388297872
-1756,1,0.5515,1,1,1,1,1,1,1,1,0.0084,0.5515,0,1,0.3625,1,1,1,1,1,1,0,0.3625,0,1,0.5925,1,1,1,0.1319,0.5925,0,1,1,1,1,1,0.003587533,0,0.255359501,1,1,1,1,1,0.017390905,0,0.224760205,1,1,1,1,1,0.135006174,0,0.398985017,0.398984557,0.39893617
-1757,1,0.5515,1,1,1,1,1,1,1,1,0.0141,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0239,0.3625,0,1,0.5925,1,1,1,0.115,0.5925,0,1,1,1,1,1,0.004361832,0,0.276588142,1,1,1,1,1,0.0511318,0,0.179500267,1,1,1,1,1,0.104642518,0,0.439705172,0.439813835,0.439716312
-1758,1,0.5515,1,1,1,1,1,1,1,1,0.0088,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0231,0.3625,0,1,0.5925,1,1,1,0.1065,0.5925,0,1,1,1,1,1,0.001724491,0,0.206568196,1,1,1,1,1,0.043107942,0,0.140081942,1,1,1,1,1,0.101212256,0,0.520118415,0.520203089,0.520390071
-1759,1,0.5515,1,1,1,1,1,1,1,1,0.003,0.5515,0.1353,1,0.3625,1,1,1,1,1,1,0.0099,0.3625,0.1354,1,0.5925,1,1,1,0.0802,0.5925,0.1503,1,1,1,1,1,0.004147269,0.343968034,0.154827967,1,1,1,1,1,0.027101463,0.332160562,0.115700528,1,1,1,1,1,0.091261268,0.453343332,0.571169647,0.571186799,0.571365248
-1760,1,0.5515,1,1,1,1,1,1,1,1,0.0091,0.5515,0.3241,1,0.3625,1,1,1,1,1,1,0.0044,0.3625,0.3278,1,0.5925,1,1,1,0.1422,0.5925,0.329,1,1,1,1,1,0.009654808,0.56994164,0.051863514,1,1,1,1,1,0.017764129,0.601148725,0.067172252,1,1,1,1,1,0.130065367,0.681766033,0.582950701,0.582822086,0.582890071
-1761,1,0.5515,1,1,1,1,1,1,1,1,0.028,0.5515,0.4493,1,0.3625,1,1,1,1,1,1,0.0048,0.3625,0.4588,1,0.5925,1,1,1,0.1335,0.5925,0.4349,1,1,1,1,1,0.009996654,0.673025608,0.008011933,1,1,1,1,1,0.01098536,0.715331376,0.078546599,1,1,1,1,1,0.088596277,0.750889897,0.588206863,0.588322403,0.588652482
-1762,1,0.5515,1,1,1,1,1,1,1,1,0.0208,0.5515,0.5111,1,0.3625,1,1,1,1,1,1,0.0047,0.3625,0.5147,1,0.5925,1,1,1,0.0998,0.5925,0.4667,1,1,1,1,1,0.004087534,0.706403196,0.022404362,1,1,1,1,1,0.008437676,0.753777206,0.051542148,1,1,1,1,1,0.070251726,0.77558738,0.5929797,0.592976518,0.593085106
-1763,1,0.5515,1,1,1,1,1,1,1,1,0.0051,0.5515,0.5157,1,0.3625,1,1,1,1,1,1,0.0132,0.3625,0.5454,1,0.5925,1,1,1,0.0402,0.5925,0.4964,1,1,1,1,1,0.00123732,0.719166338,0.039658189,1,1,1,1,1,0.015142253,0.810320139,0.08185707,1,1,1,1,1,0.033016395,0.75766921,0.590381827,0.59043791,0.590868794
-1764,1,0.5515,1,1,1,1,1,1,1,1,0.0057,0.5515,0.5283,1,0.3625,1,1,1,1,1,1,0.0148,0.3625,0.5871,1,0.5925,1,1,1,0.043,0.5925,0.5141,1,1,1,1,1,0.002884177,0.744595885,0.042450078,1,1,1,1,1,0.020244611,0.921604574,0.045223039,1,1,1,1,1,0.030535681,0.807892263,0.583011116,0.583033637,0.582890071
-1765,1,0.5515,1,1,1,1,1,1,1,1,0.0078,0.5515,0.5478,1,0.3625,1,1,1,1,1,1,0.0265,0.3625,0.6394,1,0.5925,1,1,1,0.0477,0.5925,0.517,1,1,1,1,1,0.002791797,0.754130602,0.044187844,1,1,1,1,1,0.035994455,0.915518761,0.022327488,1,1,1,1,1,0.076371282,0.866582751,0.577936201,0.577956421,0.578014184
-1766,1,0.5515,1,1,1,1,1,1,1,1,0.0181,0.5515,0.5083,1,0.3625,1,1,1,1,1,1,0.0499,0.3625,0.6015,1,0.5925,1,1,1,0.0288,0.5925,0.5542,1,1,1,1,1,0.00539788,0.696613848,0.035014715,1,1,1,1,1,0.081874534,0.822051823,0.025230628,1,1,1,1,1,0.034556657,0.878534913,0.567303045,0.567378887,0.567375887
-1767,1,0.5515,1,1,1,1,1,1,1,1,0.0137,0.5515,0.4275,1,0.3625,1,1,1,1,1,1,0.066,0.3625,0.4526,1,0.5925,1,1,1,0.016,0.5925,0.4776,1,1,1,1,1,0.010122919,0.681718349,0.062095501,1,1,1,1,1,0.103606597,0.625797153,0.030878015,1,1,1,1,1,0.025532935,0.888546467,0.561684389,0.561667019,0.561613475
-1768,1,0.5515,1,1,1,1,1,1,1,1,0.0385,0.5515,0.2737,1,0.3625,1,1,1,1,1,1,0.0716,0.3625,0.2548,1,0.5925,1,1,1,0.0243,0.5925,0.332,1,1,1,1,1,0.037085086,0.520816326,0.029132765,1,1,1,1,1,0.107357696,0.374472201,0.108656541,1,1,1,1,1,0.027194314,0.769235373,0.565611406,0.565686482,0.565602837
-1769,1,0.5515,1,1,1,1,1,1,1,1,0.0371,0.5515,0.0788,1,0.3625,1,1,1,1,1,1,0.0716,0.3625,0.0717,1,0.5925,1,1,1,0.0262,0.5925,0.1007,1,1,1,1,1,0.056044914,0.281762511,0.016458303,1,1,1,1,1,0.10092178,0.170452073,0.073106289,1,1,1,1,1,0.035089865,0.468452036,0.579869502,0.579860377,0.580230496
-1770,1,0.5515,1,1,1,1,1,1,1,1,0.0255,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0274,0.3625,0,1,0.5925,1,1,1,0.0907,0.5925,0,1,1,1,1,1,0.068474971,0,0.047343899,1,1,1,1,1,0.035624489,0,0.083929062,1,1,1,1,1,0.164517671,0,0.599021266,0.599111487,0.59929078
-1771,1,0.5515,1,1,1,1,1,1,1,1,0.0209,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0599,0.3625,0,1,0.5925,1,1,1,0.1194,0.5925,0,1,1,1,1,1,0.060826875,0,0.065217018,1,1,1,1,1,0.074518815,0,0.089179844,1,1,1,1,1,0.2538746,0,0.623791687,0.623651365,0.624113475
-1772,1,0.5515,1,1,1,1,1,1,1,1,0.0299,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0451,0.3625,0,1,0.5925,1,1,1,0.059,0.5925,0,1,1,1,1,1,0.057409119,0,0.121319778,1,1,1,1,1,0.073262244,0,0.081689276,1,1,1,1,1,0.125937462,0,0.607902368,0.607785065,0.607712766
-1773,1,0.5515,1,1,1,1,1,1,1,1,0.0681,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0567,0.3625,0,1,0.5925,1,1,1,0.0823,0.5925,0,1,1,1,1,1,0.149717316,0,0.215854928,1,1,1,1,1,0.097174436,0,0.133349493,1,1,1,1,1,0.218399718,0,0.571350894,0.57139835,0.571808511
-1774,1,0.5515,1,1,1,1,1,1,1,1,0.047,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1147,0.3625,0,1,0.5925,1,1,1,0.0925,0.5925,0,1,1,1,1,1,0.11011371,0,0.142460346,1,1,1,1,1,0.136301488,0,0.372292459,1,1,1,1,1,0.257820547,0,0.5169768,0.516818278,0.516843972
-1775,1,0.5515,1,1,1,1,1,1,1,1,0.0426,0.5515,0,1,0.3625,1,1,1,1,1,1,0.103,0.3625,0,1,0.5925,1,1,1,0.0881,0.5925,0,1,1,1,1,1,0.108615346,0,0.07518205,1,1,1,1,1,0.120992899,0,0.384824097,1,1,1,1,1,0.248485163,0,0.465865152,0.465834567,0.466312057
-1776,1,0.5515,1,1,1,1,1,1,1,1,0.0284,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1236,0.3625,0,1,0.5925,1,1,1,0.0496,0.5925,0,1,1,1,1,1,0.086190462,0,0.024176892,1,1,1,1,1,0.1430161,0,0.301168859,1,1,1,1,1,0.17537877,0,0.431488642,0.431563359,0.431737589
-1777,1,0.5515,1,1,1,1,1,1,1,1,0.042,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1176,0.3625,0,1,0.5925,1,1,1,0.0569,0.5925,0,1,1,1,1,1,0.104392834,0,0.027173884,1,1,1,1,1,0.135917693,0,0.220025137,1,1,1,1,1,0.152197748,0,0.412336878,0.412312249,0.412234043
-1778,1,0.5515,1,1,1,1,1,1,1,1,0.0159,0.5515,0,1,0.3625,1,1,1,1,1,1,0.124,0.3625,0,1,0.5925,1,1,1,0.0483,0.5925,0,1,1,1,1,1,0.070049755,0,0.064449668,1,1,1,1,1,0.14826867,0,0.175084293,1,1,1,1,1,0.141162962,0,0.404059932,0.404061773,0.404255319
-1779,1,0.5515,1,1,1,1,1,1,1,1,0.0038,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0527,0.3625,0,1,0.5925,1,1,1,0.0536,0.5925,0,1,1,1,1,1,0.029680403,0,0.04418464,1,1,1,1,1,0.063270137,0,0.165939018,1,1,1,1,1,0.154726535,0,0.401945384,0.401946266,0.402039007
-1780,1,0.5515,1,1,1,1,1,1,1,1,0.0129,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0217,0.3625,0,1,0.5925,1,1,1,0.0575,0.5925,0,1,1,1,1,1,0.040915269,0,0.03560273,1,1,1,1,1,0.027167108,0,0.147543728,1,1,1,1,1,0.136880264,0,0.412155631,0.412100698,0.412234043
-1781,1,0.5515,1,1,1,1,1,1,1,1,0.0165,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0589,0.3625,0,1,0.5925,1,1,1,0.058,0.5925,0,1,1,1,1,1,0.044068195,0,0.033597849,1,1,1,1,1,0.055304434,0,0.051127229,1,1,1,1,1,0.133310556,0,0.451123731,0.451026021,0.451241135
-1782,1,0.5515,1,1,1,1,1,1,1,1,0.024,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0166,0.3625,0,1,0.5925,1,1,1,0.0451,0.5925,0,1,1,1,1,1,0.056654349,0,0.035635628,1,1,1,1,1,0.01627828,0,0.038881153,1,1,1,1,1,0.157064885,0,0.527730788,0.527607362,0.52748227
-1783,1,0.5515,1,1,1,1,1,1,1,1,0.0378,0.5515,0.1294,1,0.3625,1,1,1,1,1,1,0.0157,0.3625,0.0587,1,0.5925,1,1,1,0.0832,0.5925,0.0725,1,1,1,1,1,0.086588383,0.253444403,0.046015475,1,1,1,1,1,0.015844479,0.085523561,0.098212831,1,1,1,1,1,0.233237162,0.188702658,0.575036249,0.574994711,0.57535461
-1784,1,0.5515,1,1,1,1,1,1,1,1,0.0473,0.5515,0.2557,1,0.3625,1,1,1,1,1,1,0.0018,0.3625,0.2359,1,0.5925,1,1,1,0.0858,0.5925,0.1756,1,1,1,1,1,0.091803603,0.365056157,0.052725915,1,1,1,1,1,0.00387397,0.346324742,0.085824348,1,1,1,1,1,0.219443083,0.3744542,0.589717255,0.589591707,0.58998227
-1785,1,0.5515,1,1,1,1,1,1,1,1,0.0284,0.5515,0.3575,1,0.3625,1,1,1,1,1,1,0.0013,0.3625,0.363,1,0.5925,1,1,1,0.0799,0.5925,0.2288,1,1,1,1,1,0.078414269,0.508041441,0.015219314,1,1,1,1,1,0.006971548,0.496842057,0.055997126,1,1,1,1,1,0.226082757,0.483581632,0.597208797,0.597207531,0.597074468
-1786,1,0.5515,1,1,1,1,1,1,1,1,0.0106,0.5515,0.4229,1,0.3625,1,1,1,1,1,1,0,0.3625,0.4041,1,0.5925,1,1,1,0.0869,0.5925,0.3249,1,1,1,1,1,0.040662244,0.621997237,0.053707056,1,1,1,1,1,0.000701291,0.540067255,0.051443979,1,1,1,1,1,0.228931442,0.57101202,0.603914935,0.603977153,0.604166667
-1787,1,0.5515,1,1,1,1,1,1,1,1,0.0118,0.5515,0.4246,1,0.3625,1,1,1,1,1,1,0.0054,0.3625,0.4404,1,0.5925,1,1,1,0.0717,0.5925,0.3781,1,1,1,1,1,0.029052602,0.635797918,0.046501115,1,1,1,1,1,0.007645336,0.624879003,0.136139005,1,1,1,1,1,0.204621449,0.581080616,0.605002417,0.605034906,0.605053191
-1788,1,0.5515,1,1,1,1,1,1,1,1,0.0065,0.5515,0.4343,1,0.3625,1,1,1,1,1,1,0,0.3625,0.4086,1,0.5925,1,1,1,0.069,0.5925,0.3677,1,1,1,1,1,0.011574349,0.6066342,0.03760121,1,1,1,1,1,7.47E-05,0.569299221,0.097358376,1,1,1,1,1,0.177072972,0.579841137,0.600652489,0.600803893,0.60106383
-1789,1,0.5515,1,1,1,1,1,1,1,1,0.019,0.5515,0.3961,1,0.3625,1,1,1,1,1,1,0,0.3625,0.3769,1,0.5925,1,1,1,0.0743,0.5925,0.3346,1,1,1,1,1,0.023361167,0.551735997,0.011439389,1,1,1,1,1,2.72E-05,0.568509996,0.058270685,1,1,1,1,1,0.198888406,0.501050889,0.598235863,0.598265285,0.598404255
-1790,1,0.5515,1,1,1,1,1,1,1,1,0.0172,0.5515,0.3624,1,0.3625,1,1,1,1,1,1,0.0135,0.3625,0.4113,1,0.5925,1,1,1,0.0844,0.5925,0.306,1,1,1,1,1,0.009822381,0.508171201,0.011856605,1,1,1,1,1,0.01429602,0.587741733,0.078535616,1,1,1,1,1,0.202982426,0.468512028,0.590925568,0.590861011,0.590868794
-1791,1,0.5515,1,1,1,1,1,1,1,1,0.0125,0.5515,0.3349,1,0.3625,1,1,1,1,1,1,0.0062,0.3625,0.3935,1,0.5925,1,1,1,0.0654,0.5925,0.1548,1,1,1,1,1,0.012342216,0.560804904,0.01505051,1,1,1,1,1,0.004122368,0.579036474,0.166097909,1,1,1,1,1,0.165567204,0.407559574,0.585004833,0.584937593,0.585106383
-1792,1,0.5515,1,1,1,1,1,1,1,1,0.0011,0.5515,0.2482,1,0.3625,1,1,1,1,1,1,0,0.3625,0.2956,1,0.5925,1,1,1,0.1013,0.5925,0.1508,1,1,1,1,1,0.001468413,0.525383413,0.090902567,1,1,1,1,1,1.85E-05,0.550167024,0.122306034,1,1,1,1,1,0.257251382,0.24147363,0.583434026,0.583456738,0.583776596
-1793,1,0.5515,1,1,1,1,1,1,1,1,0,0.5515,0.077,1,0.3625,1,1,1,1,1,1,0.0115,0.3625,0.1214,1,0.5925,1,1,1,0.1026,0.5925,0.0368,1,1,1,1,1,0.00018174,0.334844977,0.247529745,1,1,1,1,1,0.007889576,0.331487507,0.132093966,1,1,1,1,1,0.325384438,0.047541805,0.585306912,0.585360694,0.585549645
-1794,1,0.5515,1,1,1,1,1,1,1,1,0.0071,0.5515,0,1,0.3625,1,1,1,1,1,1,0,0.3625,0,1,0.5925,1,1,1,0.144,0.5925,0,1,1,1,1,1,0.009106685,0,0.336092949,1,1,1,1,1,0.001062569,0,0.238406301,1,1,1,1,1,0.474801183,0,0.590563074,0.590649461,0.590868794
-1795,1,0.5515,1,1,1,1,1,1,1,1,0.029,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1425,0.3625,0,1,0.5925,1,1,1,0.1995,0.5925,0,1,1,1,1,1,0.057404701,0,0.15993309,1,1,1,1,1,0.119172066,0,0.066810995,1,1,1,1,1,0.519007146,0,0.605123248,0.605034906,0.605496454
-1796,1,0.5515,1,1,1,1,1,1,1,1,0.0194,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1753,0.3625,0,1,0.5925,1,1,1,0.2041,0.5925,0,1,1,1,1,1,0.051229611,0,0.148881167,1,1,1,1,1,0.153507665,0,0.015773037,1,1,1,1,1,0.429611832,0,0.588750604,0.588745505,0.588652482
-1797,1,0.5515,1,1,1,1,1,1,1,1,0.0239,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2412,0.3625,0,1,0.5925,1,1,1,0.3155,0.5925,0,1,1,1,1,1,0.074476898,0,0.029891226,1,1,1,1,1,0.205143154,0,0,1,1,1,1,1,0.551877081,0,0.558240696,0.558282209,0.558510638
-1798,1,0.5515,1,1,1,1,1,1,1,1,0.098,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1534,0.3625,0,1,0.5925,1,1,1,0.3205,0.5925,0,1,1,1,1,1,0.211431712,0,0.014975368,1,1,1,1,1,0.163193479,0,0,1,1,1,1,1,0.541362286,0,0.514560174,0.514702771,0.51462766
-1799,1,0.5515,1,1,1,1,1,1,1,1,0.1565,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1436,0.3625,0,1,0.5925,1,1,1,0.3824,0.5925,0,1,1,1,1,1,0.302534193,0,0.007345118,1,1,1,1,1,0.165467918,0,0,1,1,1,1,1,0.590384007,0,0.467617206,0.467738523,0.467641844
-1800,1,0.5515,1,1,1,1,1,1,1,1,0.0903,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0824,0.3625,0,1,0.5925,1,1,1,0.3333,0.5925,0,1,1,1,1,1,0.181142926,0,0.13431555,1,1,1,1,1,0.134991363,0,0.029178536,1,1,1,1,1,0.517682493,0,0.431246979,0.431351809,0.431294326
-1801,1,0.5515,1,1,1,1,1,1,1,1,0.0663,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0329,0.3625,0,1,0.5925,1,1,1,0.3177,0.5925,0,1,1,1,1,1,0.127938807,0,0.15980871,1,1,1,1,1,0.060174331,0,0.062566496,1,1,1,1,1,0.50495857,0,0.409134848,0.409138989,0.409131206
-1802,1,0.5515,1,1,1,1,1,1,1,1,0.0332,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0149,0.3625,0,1,0.5925,1,1,1,0.3228,0.5925,0,1,1,1,1,1,0.078315362,0,0.154153839,1,1,1,1,1,0.044098385,0,0.017981676,1,1,1,1,1,0.498286426,0,0.397595457,0.397715253,0.397606383
-1803,1,0.5515,1,1,1,1,1,1,1,1,0.0594,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0169,0.3625,0,1,0.5925,1,1,1,0.2801,0.5925,0,1,1,1,1,1,0.0732667,0,0.331305861,1,1,1,1,1,0.07777945,0,0.113358907,1,1,1,1,1,0.42870453,0,0.392158047,0.392003385,0.392287234
-1804,1,0.5515,1,1,1,1,1,1,1,1,0.0595,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0112,0.3625,0,1,0.5925,1,1,1,0.2208,0.5925,0,1,1,1,1,1,0.082370758,0,0.582618058,1,1,1,1,1,0.072234526,0,0.263346612,1,1,1,1,1,0.355839252,0,0.394755921,0.394753543,0.394503546
-1805,1,0.5515,1,1,1,1,1,1,1,1,0.0374,0.5515,0,1,0.3625,1,1,1,1,1,1,0,0.3625,0,1,0.5925,1,1,1,0.181,0.5925,0,1,1,1,1,1,0.059377555,0,0.590159357,1,1,1,1,1,0.037245169,0,0.217022508,1,1,1,1,1,0.261813909,0,0.408591107,0.408715887,0.408687943
-1806,1,0.5515,1,1,1,1,1,1,1,1,0.0226,0.5515,0,1,0.3625,1,1,1,1,1,1,0,0.3625,0,1,0.5925,1,1,1,0.202,0.5925,0.0003,1,1,1,1,1,0.03784183,0,0.376458466,1,1,1,1,1,0.00849474,0,0.153690845,1,1,1,1,1,0.267266482,0.000256367,0.436563557,0.436640575,0.436613475
-1807,1,0.5515,1,1,1,1,1,1,1,1,0.0117,0.5515,0.1565,1,0.3625,1,1,1,1,1,1,0,0.3625,0.1624,1,0.5925,1,1,1,0.1055,0.5925,0.1668,1,1,1,1,1,0.014805809,0.446888745,0.256865382,1,1,1,1,1,0.008890332,0.441020817,0.100265451,1,1,1,1,1,0.132310227,0.448405027,0.468644273,0.468796277,0.468528369
-1808,1,0.5515,1,1,1,1,1,1,1,1,0.0125,0.5515,0.335,1,0.3625,1,1,1,1,1,1,0,0.3625,0.341,1,0.5925,1,1,1,0.1064,0.5925,0.3796,1,1,1,1,1,0.003743255,0.648139238,0.180346891,1,1,1,1,1,0.001252718,0.618202567,0.136080638,1,1,1,1,1,0.122368492,0.743463933,0.508276945,0.508356251,0.508421986
-1809,1,0.5515,1,1,1,1,1,1,1,1,0.0104,0.5515,0.4633,1,0.3625,1,1,1,1,1,1,0,0.3625,0.4545,1,0.5925,1,1,1,0.0711,0.5925,0.5223,1,1,1,1,1,0.002006577,0.721168399,0.234733939,1,1,1,1,1,0.001746752,0.696716607,0.173879832,1,1,1,1,1,0.057661418,0.879514515,0.534980667,0.535011635,0.53501773
-1810,1,0.5515,1,1,1,1,1,1,1,1,0.004,0.5515,0.5242,1,0.3625,1,1,1,1,1,1,0,0.3625,0.529,1,0.5925,1,1,1,0.0248,0.5925,0.649,1,1,1,1,1,0.000467952,0.741131663,0.149156302,1,1,1,1,1,0.000340867,0.79499954,0.205834836,1,1,1,1,1,0.02039252,0.912048459,0.547305462,0.547281574,0.547429078
-1811,1,0.5515,1,1,1,1,1,1,1,1,0.0059,0.5515,0.5091,1,0.3625,1,1,1,1,1,1,0,0.3625,0.5333,1,0.5925,1,1,1,0.0084,0.5925,0.6963,1,1,1,1,1,0.000799881,0.721734166,0.070803754,1,1,1,1,1,0.000123902,0.844072104,0.162398443,1,1,1,1,1,0.002653072,0.923582494,0.545734654,0.545800719,0.546099291
-1812,1,0.5515,1,1,1,1,1,1,1,1,0.006,0.5515,0.5234,1,0.3625,1,1,1,1,1,1,0.0023,0.3625,0.5503,1,0.5925,1,1,1,0.0026,0.5925,0.7074,1,1,1,1,1,0.002714419,0.729320168,0.073613636,1,1,1,1,1,0.003331026,0.891414642,0.132146865,1,1,1,1,1,0.000771692,0.958413899,0.535947318,0.535857838,0.535904255
-1813,1,0.5515,1,1,1,1,1,1,1,1,0.0032,0.5515,0.51,1,0.3625,1,1,1,1,1,1,0.0031,0.3625,0.5553,1,0.5925,1,1,1,0,0.5925,0.6817,1,1,1,1,1,0.004823856,0.707592905,0.146808237,1,1,1,1,1,0.00656933,0.907955706,0.180583,1,1,1,1,1,0.004099048,0.981813073,0.52338086,0.523376349,0.523492908
-1814,1,0.5515,1,1,1,1,1,1,1,1,0.0018,0.5515,0.5288,1,0.3625,1,1,1,1,1,1,0,0.3625,0.6184,1,0.5925,1,1,1,0.0013,0.5925,0.6602,1,1,1,1,1,0.001012409,0.739665151,0.158733621,1,1,1,1,1,0.000491463,0.939874768,0.093258128,1,1,1,1,1,0.01593785,0.964443445,0.510451909,0.510471758,0.510638298
-1815,1,0.5515,1,1,1,1,1,1,1,1,0.0005,0.5515,0.4951,1,0.3625,1,1,1,1,1,1,0.0022,0.3625,0.5482,1,0.5925,1,1,1,0.0057,0.5925,0.4951,1,1,1,1,1,0.001588959,0.834832311,0.11686255,1,1,1,1,1,0.008769047,0.938777208,0.090973303,1,1,1,1,1,0.045831539,0.913417399,0.499697922,0.499682674,0.5
-1816,1,0.5515,1,1,1,1,1,1,1,1,0.0004,0.5515,0.3505,1,0.3625,1,1,1,1,1,1,0.0139,0.3625,0.404,1,0.5925,1,1,1,0.0223,0.5925,0.2881,1,1,1,1,1,0.004109984,0.750075638,0.082951367,1,1,1,1,1,0.021528456,0.82747072,0.082213357,1,1,1,1,1,0.064406998,0.72597599,0.497402127,0.497355617,0.497783688
-1817,1,0.5515,1,1,1,1,1,1,1,1,0.0096,0.5515,0.1309,1,0.3625,1,1,1,1,1,1,0.012,0.3625,0.1765,1,0.5925,1,1,1,0.0419,0.5925,0.0925,1,1,1,1,1,0.031140998,0.448292464,0.065123186,1,1,1,1,1,0.03556589,0.514018774,0.044742409,1,1,1,1,1,0.088586241,0.445514023,0.499395843,0.499471123,0.499556738
-1818,1,0.5515,1,1,1,1,1,1,1,1,0.029,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0835,0.3625,0,1,0.5925,1,1,1,0.2214,0.5925,0,1,1,1,1,1,0.059625003,0,0.054908372,1,1,1,1,1,0.137710676,0,0.011345288,1,1,1,1,1,0.286579609,0,0.508881102,0.508779353,0.508865248
-1819,1,0.5515,1,1,1,1,1,1,1,1,0.0667,0.5515,0,1,0.3625,1,1,1,1,1,1,0.157,0.3625,0,1,0.5925,1,1,1,0.3191,0.5925,0,1,1,1,1,1,0.119760059,0,0.027286593,1,1,1,1,1,0.209781796,0,0,1,1,1,1,1,0.501396656,0,0.541928468,0.541992807,0.542109929
-1820,1,0.5515,1,1,1,1,1,1,1,1,0.1048,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1217,0.3625,0,1,0.5925,1,1,1,0.2109,0.5925,0,1,1,1,1,1,0.206968844,0,0.032173499,1,1,1,1,1,0.196225643,0,0.000863874,1,1,1,1,1,0.430760652,0,0.537759787,0.537761794,0.538120567
-1821,1,0.5515,1,1,1,1,1,1,1,1,0.1498,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1365,0.3625,0,1,0.5925,1,1,1,0.2562,0.5925,0,1,1,1,1,1,0.264924437,0,0.025174795,1,1,1,1,1,0.205704719,0,0.015250001,1,1,1,1,1,0.536401629,0,0.514922668,0.514914322,0.51462766
-1822,1,0.5515,1,1,1,1,1,1,1,1,0.2493,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1781,0.3625,0,1,0.5925,1,1,1,0.2701,0.5925,0,1,1,1,1,1,0.43896693,0,0.034217656,1,1,1,1,1,0.253396124,0,0.024219371,1,1,1,1,1,0.568849385,0,0.481694055,0.481700867,0.481826241
-1823,1,0.5515,1,1,1,1,1,1,1,1,0.2633,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1927,0.3625,0,1,0.5925,1,1,1,0.2569,0.5925,0,1,1,1,1,1,0.492786586,0,0.036771677,1,1,1,1,1,0.258957505,0,0.02765733,1,1,1,1,1,0.573400855,0,0.444417593,0.44446795,0.444592199
-1824,1,0.5515,1,1,1,1,1,1,1,1,0.2829,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2619,0.3625,0,1,0.5925,1,1,1,0.3848,0.5925,0,1,1,1,1,1,0.318602771,0,0.115161322,1,1,1,1,1,0.328934669,0,0.078312576,1,1,1,1,1,0.685750782,0,0.414270179,0.414216205,0.414007092
-1825,1,0.5515,1,1,1,1,1,1,1,1,0.3021,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2248,0.3625,0,1,0.5925,1,1,1,0.4299,0.5925,0,1,1,1,1,1,0.303586572,0,0.10608536,1,1,1,1,1,0.275080264,0,0.036950264,1,1,1,1,1,0.779978216,0,0.395782987,0.395811297,0.395833333
-1826,1,0.5515,1,1,1,1,1,1,1,1,0.2965,0.5515,0,1,0.3625,1,1,1,1,1,1,0.3524,0.3625,0,1,0.5925,1,1,1,0.4188,0.5925,0,1,1,1,1,1,0.272193015,0,0.123109855,1,1,1,1,1,0.381424934,0,0.037552357,1,1,1,1,1,0.814296424,0,0.386176897,0.386079966,0.38608156
-1827,1,0.5515,1,1,1,1,1,1,1,1,0.2868,0.5515,0,1,0.3625,1,1,1,1,1,1,0.288,0.3625,0,1,0.5925,1,1,1,0.3785,0.5925,0,1,1,1,1,1,0.270751417,0,0.148020521,1,1,1,1,1,0.306892544,0,0.056179062,1,1,1,1,1,0.795009792,0,0.381283229,0.381214301,0.381205674
-1828,1,0.5515,1,1,1,1,1,1,1,1,0.28,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2943,0.3625,0,1,0.5925,1,1,1,0.3527,0.5925,0,1,1,1,1,1,0.279594243,0,0.055070408,1,1,1,1,1,0.313369691,0,0.011829582,1,1,1,1,1,0.755893648,0,0.382431126,0.382483605,0.382535461
-1829,1,0.5515,1,1,1,1,1,1,1,1,0.2384,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2891,0.3625,0,1,0.5925,1,1,1,0.3135,0.5925,0,1,1,1,1,1,0.256610692,0,0.015395355,1,1,1,1,1,0.290324479,0,0,1,1,1,1,1,0.719999313,0,0.392158047,0.392003385,0.392287234
-1830,1,0.5515,1,1,1,1,1,1,1,1,0.2844,0.5515,0.0016,1,0.3625,1,1,1,1,1,1,0.1977,0.3625,0,1,0.5925,1,1,1,0.3491,0.5925,0,1,1,1,1,1,0.287172079,0.004063008,0.028487708,1,1,1,1,1,0.152592197,0,0,1,1,1,1,1,0.810429454,0,0.411370227,0.411466046,0.411347518
-1831,1,0.5515,1,1,1,1,1,1,1,1,0.296,0.5515,0.1781,1,0.3625,1,1,1,1,1,1,0.1902,0.3625,0.1668,1,0.5925,1,1,1,0.2936,0.5925,0.1568,1,1,1,1,1,0.281195253,0.477965474,0.173556238,1,1,1,1,1,0.155520901,0.417082667,0.040029325,1,1,1,1,1,0.763780475,0.525399089,0.433542774,0.433678866,0.433510638
-1832,1,0.5515,1,1,1,1,1,1,1,1,0.2006,0.5515,0.3859,1,0.3625,1,1,1,1,1,1,0.0774,0.3625,0.3594,1,0.5925,1,1,1,0.2293,0.5925,0.3618,1,1,1,1,1,0.161302194,0.709018111,0.106556758,1,1,1,1,1,0.043457519,0.658076108,0.026818324,1,1,1,1,1,0.708789229,0.780739248,0.467133881,0.467103871,0.467198582
-1833,1,0.5515,1,1,1,1,1,1,1,1,0.1469,0.5515,0.534,1,0.3625,1,1,1,1,1,1,0.0219,0.3625,0.4832,1,0.5925,1,1,1,0.1835,0.5925,0.5246,1,1,1,1,1,0.096899278,0.794947565,0.188870937,1,1,1,1,1,0.015678529,0.771934271,0.051012568,1,1,1,1,1,0.600051582,0.904116273,0.494502175,0.494605458,0.494680851
-1834,1,0.5515,1,1,1,1,1,1,1,1,0.1677,0.5515,0.6506,1,0.3625,1,1,1,1,1,1,0.0359,0.3625,0.5788,1,0.5925,1,1,1,0.1909,0.5925,0.6538,1,1,1,1,1,0.108825132,0.861594141,0.311724305,1,1,1,1,1,0.025069568,0.853528678,0.118079856,1,1,1,1,1,0.526442289,0.947464764,0.506101982,0.506029194,0.506205674
-1835,1,0.5515,1,1,1,1,1,1,1,1,0.2396,0.5515,0.701,1,0.3625,1,1,1,1,1,1,0.0144,0.3625,0.675,1,0.5925,1,1,1,0.1643,0.5925,0.6736,1,1,1,1,1,0.103101738,0.975647151,0.409103096,1,1,1,1,1,0.015786048,0.977357328,0.158567294,1,1,1,1,1,0.475420088,0.984244883,0.508276945,0.508144701,0.508421986
-1836,1,0.5515,1,1,1,1,1,1,1,1,0.1517,0.5515,0.7158,1,0.3625,1,1,1,1,1,1,0,0.3625,0.7196,1,0.5925,1,1,1,0.1753,0.5925,0.6883,1,1,1,1,1,0.038114659,0.998935342,0.289915323,1,1,1,1,1,0,0.999238074,0.057067804,1,1,1,1,1,0.484070182,0.990476549,0.502899952,0.502855934,0.503102837
-1837,1,0.5515,1,1,1,1,1,1,1,1,0.1001,0.5515,0.7076,1,0.3625,1,1,1,1,1,1,0,0.3625,0.7165,1,0.5925,1,1,1,0.1502,0.5925,0.6948,1,1,1,1,1,0.016917042,0.997435093,0.284536719,1,1,1,1,1,0.001971502,0.99930948,0.132329851,1,1,1,1,1,0.468029261,0.992917538,0.493293862,0.493336154,0.493351064
-1838,1,0.5515,1,1,1,1,1,1,1,1,0.181,0.5515,0.6734,1,0.3625,1,1,1,1,1,1,0,0.3625,0.692,1,0.5925,1,1,1,0.1864,0.5925,0.6543,1,1,1,1,1,0.055633001,0.98552233,0.586639643,1,1,1,1,1,0.008152015,0.996646881,0.217836663,1,1,1,1,1,0.470404595,0.980663896,0.485077332,0.485085678,0.48537234
-1839,1,0.5515,1,1,1,1,1,1,1,1,0.2379,0.5515,0.5358,1,0.3625,1,1,1,1,1,1,0.0014,0.3625,0.5711,1,0.5925,1,1,1,0.1834,0.5925,0.5083,1,1,1,1,1,0.090543494,0.943327188,0.8100788,1,1,1,1,1,0.031323038,0.964352071,0.312785625,1,1,1,1,1,0.387756646,0.927116394,0.480546158,0.480643114,0.480496454
-1840,1,0.5515,1,1,1,1,1,1,1,1,0.1937,0.5515,0.3592,1,0.3625,1,1,1,1,1,1,0.0374,0.3625,0.4068,1,0.5925,1,1,1,0.2383,0.5925,0.3277,1,1,1,1,1,0.087412864,0.807556033,0.891669035,1,1,1,1,1,0.069408499,0.835771978,0.581462026,1,1,1,1,1,0.47701028,0.787061632,0.486829386,0.486778083,0.48714539
-1841,1,0.5515,1,1,1,1,1,1,1,1,0.2483,0.5515,0.1325,1,0.3625,1,1,1,1,1,1,0.1148,0.3625,0.1851,1,0.5925,1,1,1,0.2191,0.5925,0.0994,1,1,1,1,1,0.169595718,0.526239336,0.987887025,1,1,1,1,1,0.145107746,0.567808986,0.50333643,1,1,1,1,1,0.486971736,0.478607714,0.499093765,0.499048022,0.499113475
-1842,1,0.5515,1,1,1,1,1,1,1,1,0.2633,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0722,0.3625,0,1,0.5925,1,1,1,0.3832,0.5925,0,1,1,1,1,1,0.253910184,0,0.948260665,1,1,1,1,1,0.092685416,0,0.285177261,1,1,1,1,1,0.643630087,0,0.515224746,0.515337423,0.515070922
-1843,1,0.5515,1,1,1,1,1,1,1,1,0.179,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0769,0.3625,0,1,0.5925,1,1,1,0.3494,0.5925,0,1,1,1,1,1,0.172867253,0,0.775805354,1,1,1,1,1,0.09995009,0,0.462190866,1,1,1,1,1,0.659234226,0,0.557455292,0.557436006,0.557624113
-1844,1,0.5515,1,1,1,1,1,1,1,1,0.2037,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2464,0.3625,0,1,0.5925,1,1,1,0.2598,0.5925,0,1,1,1,1,1,0.223202765,0,0.507425308,1,1,1,1,1,0.259672433,0,0.466361552,1,1,1,1,1,0.606505573,0,0.549903335,0.549820182,0.550088652
-1845,1,0.5515,1,1,1,1,1,1,1,1,0.3178,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2816,0.3625,0,1,0.5925,1,1,1,0.3185,0.5925,0,1,1,1,1,1,0.365610272,0,0.576201797,1,1,1,1,1,0.312779009,0,0.465358406,1,1,1,1,1,0.704502821,0,0.511962301,0.511952613,0.511968085
-1846,1,0.5515,1,1,1,1,1,1,1,1,0.3892,0.5515,0,1,0.3625,1,1,1,1,1,1,0.3763,0.3625,0,1,0.5925,1,1,1,0.3332,0.5925,0,1,1,1,1,1,0.436742485,0,0.685285926,1,1,1,1,1,0.442100525,0,0.553014934,1,1,1,1,1,0.713182211,0,0.463448526,0.46350751,0.463652482
-1847,1,0.5515,1,1,1,1,1,1,1,1,0.4354,0.5515,0,1,0.3625,1,1,1,1,1,1,0.6626,0.3625,0,1,0.5925,1,1,1,0.358,0.5925,0,1,1,1,1,1,0.48007372,0,0.900729656,1,1,1,1,1,0.690980434,0,0.561489582,1,1,1,1,1,0.716964126,0,0.419284679,0.419293421,0.419326241
-1848,1,0.5515,1,1,1,1,1,1,1,1,0.5354,0.5515,0,1,0.3625,1,1,1,1,1,1,0.6708,0.3625,0,1,0.5925,1,1,1,0.4934,0.5925,0,1,1,1,1,1,0.575912178,0,0.97519207,1,1,1,1,1,0.718503296,0,0.368856013,1,1,1,1,1,0.820688903,0,0.388049783,0.387983922,0.388297872
-1849,1,0.5515,1,1,1,1,1,1,1,1,0.5062,0.5515,0,1,0.3625,1,1,1,1,1,1,0.5559,0.3625,0,1,0.5925,1,1,1,0.5143,0.5925,0,1,1,1,1,1,0.550798893,0,0.94529444,1,1,1,1,1,0.579962909,0,0.247815713,1,1,1,1,1,0.843023956,0,0.372039633,0.371906072,0.371897163
-1850,1,0.5515,1,1,1,1,1,1,1,1,0.4937,0.5515,0,1,0.3625,1,1,1,1,1,1,0.5649,0.3625,0,1,0.5925,1,1,1,0.4303,0.5925,0,1,1,1,1,1,0.506235957,0,0.994957924,1,1,1,1,1,0.563004792,0,0.35968852,1,1,1,1,1,0.801195502,0,0.364729338,0.364713349,0.364804965
-1851,1,0.5515,1,1,1,1,1,1,1,1,0.5118,0.5515,0,1,0.3625,1,1,1,1,1,1,0.426,0.3625,0,1,0.5925,1,1,1,0.3711,0.5925,0,1,1,1,1,1,0.477644742,0,0.994188905,1,1,1,1,1,0.43783161,0,0.582120419,1,1,1,1,1,0.713638127,0,0.364608507,0.364713349,0.364804965
-1852,1,0.5515,1,1,1,1,1,1,1,1,0.5152,0.5515,0,1,0.3625,1,1,1,1,1,1,0.3684,0.3625,0,1,0.5925,1,1,1,0.362,0.5925,0,1,1,1,1,1,0.495493799,0,0.965045393,1,1,1,1,1,0.38433525,0,0.606269956,1,1,1,1,1,0.637043774,0,0.377114548,0.377194838,0.377216312
-1853,1,0.5515,1,1,1,1,1,1,1,1,0.4524,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2916,0.3625,0,1,0.5925,1,1,1,0.3447,0.5925,0,1,1,1,1,1,0.442052394,0,0.681805491,1,1,1,1,1,0.262215078,0,0.465559185,1,1,1,1,1,0.485840291,0,0.419284679,0.419293421,0.419326241
-1854,1,0.5515,1,1,1,1,1,1,1,1,0.3047,0.5515,0.0029,1,0.3625,1,1,1,1,1,1,0.0898,0.3625,0,1,0.5925,1,1,1,0.344,0.5925,0,1,1,1,1,1,0.318735898,0.012769897,0.373132259,1,1,1,1,1,0.066752188,0,0.149087965,1,1,1,1,1,0.427811533,0.009433975,0.497764621,0.497778718,0.497783688
-1855,1,0.5515,1,1,1,1,1,1,1,1,0.2404,0.5515,0.1779,1,0.3625,1,1,1,1,1,1,0.0481,0.3625,0.1726,1,0.5925,1,1,1,0.1901,0.5925,0.1725,1,1,1,1,1,0.175350934,0.490739048,0.623202205,1,1,1,1,1,0.055272311,0.491458774,0.291832745,1,1,1,1,1,0.284100294,0.438528687,0.543559691,0.543685213,0.543882979
-1856,1,0.5515,1,1,1,1,1,1,1,1,0.1201,0.5515,0.3938,1,0.3625,1,1,1,1,1,1,0,0.3625,0.3929,1,0.5925,1,1,1,0.1291,0.5925,0.3807,1,1,1,1,1,0.089877084,0.770961523,0.739797235,1,1,1,1,1,0.023755793,0.777905822,0.289037168,1,1,1,1,1,0.230244651,0.627546191,0.556488642,0.556589803,0.556737589
-1857,1,0.5515,1,1,1,1,1,1,1,1,0.0492,0.5515,0.5573,1,0.3625,1,1,1,1,1,1,0,0.3625,0.563,1,0.5925,1,1,1,0.0953,0.5925,0.5489,1,1,1,1,1,0.048311606,0.905664325,0.776806056,1,1,1,1,1,0.004745154,0.911077082,0.313006282,1,1,1,1,1,0.115432508,0.778587759,0.563859352,0.563782526,0.563829787
-1858,1,0.5515,1,1,1,1,1,1,1,1,0.0153,0.5515,0.6766,1,0.3625,1,1,1,1,1,1,0,0.3625,0.6712,1,0.5925,1,1,1,0.0513,0.5925,0.6676,1,1,1,1,1,0.013550434,0.941111326,0.865521848,1,1,1,1,1,0.000597247,0.955057502,0.244136155,1,1,1,1,1,0.053354457,0.863503039,0.573102948,0.573090755,0.573138298
-1859,1,0.5515,1,1,1,1,1,1,1,1,0.0095,0.5515,0.678,1,0.3625,1,1,1,1,1,1,0,0.3625,0.683,1,0.5925,1,1,1,0.0598,0.5925,0.6753,1,1,1,1,1,0.002840121,0.931599259,0.697455049,1,1,1,1,1,0.000281318,0.968090653,0.205552638,1,1,1,1,1,0.079542257,0.893154204,0.57781537,0.57774487,0.578014184
-1860,1,0.5515,1,1,1,1,1,1,1,1,0.0176,0.5515,0.6611,1,0.3625,1,1,1,1,1,1,0,0.3625,0.6739,1,0.5925,1,1,1,0.0349,0.5925,0.6692,1,1,1,1,1,0.003214199,0.892167389,0.620453954,1,1,1,1,1,0.000513719,0.969335914,0.23917149,1,1,1,1,1,0.082256287,0.904779196,0.578057032,0.577956421,0.578014184
-1861,1,0.5515,1,1,1,1,1,1,1,1,0.0298,0.5515,0.6551,1,0.3625,1,1,1,1,1,1,0,0.3625,0.6618,1,0.5925,1,1,1,0.0435,0.5925,0.6228,1,1,1,1,1,0.015028005,0.880997181,0.807269335,1,1,1,1,1,0.002011627,0.956224799,0.407856047,1,1,1,1,1,0.107135139,0.906592071,0.580292412,0.580283478,0.580230496
-1862,1,0.5515,1,1,1,1,1,1,1,1,0.0872,0.5515,0.6173,1,0.3625,1,1,1,1,1,1,0,0.3625,0.6523,1,0.5925,1,1,1,0.0323,0.5925,0.5775,1,1,1,1,1,0.040699247,0.835227251,0.813234448,1,1,1,1,1,0.00809572,0.94368583,0.291621208,1,1,1,1,1,0.096188597,0.865751803,0.575700822,0.575840914,0.575797872
-1863,1,0.5515,1,1,1,1,1,1,1,1,0.2159,0.5515,0.4965,1,0.3625,1,1,1,1,1,1,0.003,0.3625,0.546,1,0.5925,1,1,1,0.0534,0.5925,0.4324,1,1,1,1,1,0.115357518,0.763660192,0.792226911,1,1,1,1,1,0.034675475,0.899678111,0.305899501,1,1,1,1,1,0.119653001,0.835310757,0.569055099,0.569071293,0.569148936
-1864,1,0.5515,1,1,1,1,1,1,1,1,0.2666,0.5515,0.3363,1,0.3625,1,1,1,1,1,1,0.011,0.3625,0.3826,1,0.5925,1,1,1,0.1105,0.5925,0.2449,1,1,1,1,1,0.149580061,0.655879974,0.721529186,1,1,1,1,1,0.087686338,0.755137563,0.219002634,1,1,1,1,1,0.22788927,0.704100728,0.564644756,0.564628729,0.564716312
-1865,1,0.5515,1,1,1,1,1,1,1,1,0.1641,0.5515,0.1242,1,0.3625,1,1,1,1,1,1,0.1093,0.3625,0.1625,1,0.5925,1,1,1,0.1736,0.5925,0.0727,1,1,1,1,1,0.155925766,0.443850756,0.257354021,1,1,1,1,1,0.138095051,0.463102609,0.050870944,1,1,1,1,1,0.352046818,0.416478336,0.564523925,0.564628729,0.564716312
-1866,1,0.5515,1,1,1,1,1,1,1,1,0.1232,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1594,0.3625,0,1,0.5925,1,1,1,0.1641,0.5925,0,1,1,1,1,1,0.208904326,0,0.152127832,1,1,1,1,1,0.198716536,0,0.082387447,1,1,1,1,1,0.34519434,0,0.568873852,0.568859742,0.569148936
-1867,1,0.5515,1,1,1,1,1,1,1,1,0.0814,0.5515,0,1,0.3625,1,1,1,1,1,1,0.4581,0.3625,0,1,0.5925,1,1,1,0.1972,0.5925,0,1,1,1,1,1,0.109567821,0,0.326028436,1,1,1,1,1,0.477567971,0,0.261608392,1,1,1,1,1,0.475682795,0,0.60022958,0.600169241,0.600620567
-1868,1,0.5515,1,1,1,1,1,1,1,1,0.1026,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1326,0.3625,0,1,0.5925,1,1,1,0.2024,0.5925,0,1,1,1,1,1,0.17028001,0,0.426281393,1,1,1,1,1,0.158971757,0,0.294298947,1,1,1,1,1,0.542057097,0,0.586333978,0.586418447,0.58643617
-1869,1,0.5515,1,1,1,1,1,1,1,1,0.0618,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0772,0.3625,0,1,0.5925,1,1,1,0.1797,0.5925,0,1,1,1,1,1,0.087764621,0,0.3646276,1,1,1,1,1,0.119291812,0,0.325807095,1,1,1,1,1,0.453259766,0,0.541565974,0.541569706,0.541666667
-1870,1,0.5515,1,1,1,1,1,1,1,1,0.1101,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2131,0.3625,0,1,0.5925,1,1,1,0.1257,0.5925,0,1,1,1,1,1,0.126438633,0,0.274470747,1,1,1,1,1,0.186922222,0,0.158157349,1,1,1,1,1,0.291258574,0,0.483566941,0.483604823,0.483599291
-1871,1,0.5515,1,1,1,1,1,1,1,1,0.0874,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1897,0.3625,0,1,0.5925,1,1,1,0.1467,0.5925,0,1,1,1,1,1,0.112801671,0,0.264330745,1,1,1,1,1,0.239448428,0,0.235271752,1,1,1,1,1,0.301508158,0,0.431971967,0.431986461,0.432180851
-1872,1,0.5515,1,1,1,1,1,1,1,1,0.0281,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2139,0.3625,0,1,0.5925,1,1,1,0.1914,0.5925,0,1,1,1,1,1,0.058420897,0,0.147624999,1,1,1,1,1,0.244146228,0,0.228147134,1,1,1,1,1,0.312171489,0,0.398260029,0.398138354,0.398492908
-1873,1,0.5515,1,1,1,1,1,1,1,1,0.018,0.5515,0,1,0.3625,1,1,1,1,1,1,0.3929,0.3625,0,1,0.5925,1,1,1,0.199,0.5925,0,1,1,1,1,1,0.041012075,0,0.297362149,1,1,1,1,1,0.33130008,0,0.31720233,1,1,1,1,1,0.353311032,0,0.380679072,0.380791199,0.380762411
-1874,1,0.5515,1,1,1,1,1,1,1,1,0.0166,0.5515,0,1,0.3625,1,1,1,1,1,1,0.3585,0.3625,0,1,0.5925,1,1,1,0.1362,0.5925,0,1,1,1,1,1,0.026827827,0,0.289697737,1,1,1,1,1,0.302794814,0,0.079395026,1,1,1,1,1,0.343842983,0,0.372583374,0.372752274,0.372783688
-1875,1,0.5515,1,1,1,1,1,1,1,1,0.0161,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1904,0.3625,0,1,0.5925,1,1,1,0.1142,0.5925,0,1,1,1,1,1,0.014149613,0,0.154429317,1,1,1,1,1,0.145198464,0,0.012811517,1,1,1,1,1,0.361353993,0,0.370166747,0.370002116,0.370124113
-1876,1,0.5515,1,1,1,1,1,1,1,1,0.011,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0758,0.3625,0,1,0.5925,1,1,1,0.1546,0.5925,0,1,1,1,1,1,0.012279437,0,0.059329562,1,1,1,1,1,0.040654264,0,0.018505236,1,1,1,1,1,0.460464656,0,0.381766554,0.381637402,0.381648936
-1877,1,0.5515,1,1,1,1,1,1,1,1,0.0044,0.5515,0,1,0.3625,1,1,1,1,1,1,0.038,0.3625,0,1,0.5925,1,1,1,0.1939,0.5925,0,1,1,1,1,1,0.014563631,0,0.011595624,1,1,1,1,1,0.018240878,0,0.033424869,1,1,1,1,1,0.551829338,0,0.420976317,0.420985826,0.421099291
-1878,1,0.5515,1,1,1,1,1,1,1,1,0.01,0.5515,0,1,0.3625,1,1,1,1,1,1,0,0.3625,0,1,0.5925,1,1,1,0.1721,0.5925,0,1,1,1,1,1,0.023463821,6.02E-05,0.003618953,1,1,1,1,1,0.004449369,0,0.155142158,1,1,1,1,1,0.516139627,0.028947569,0.497462542,0.497567167,0.497783688
-1879,1,0.5515,1,1,1,1,1,1,1,1,0.0541,0.5515,0.1809,1,0.3625,1,1,1,1,1,1,0.125,0.3625,0.1937,1,0.5925,1,1,1,0.1134,0.5925,0.1709,1,1,1,1,1,0.059859637,0.53971076,0.006763698,1,1,1,1,1,0.131411046,0.534011006,0.049014665,1,1,1,1,1,0.386391133,0.558339715,0.541868052,0.541781257,0.542109929
-1880,1,0.5515,1,1,1,1,1,1,1,1,0.0073,0.5515,0.3869,1,0.3625,1,1,1,1,1,1,0.0494,0.3625,0.4011,1,0.5925,1,1,1,0.0609,0.5925,0.3885,1,1,1,1,1,0.012739524,0.788526416,0.008970929,1,1,1,1,1,0.058152139,0.785412788,0.087294243,1,1,1,1,1,0.274587065,0.815508842,0.552742871,0.552781891,0.552748227
-1881,1,0.5515,1,1,1,1,1,1,1,1,0,0.5515,0.5486,1,0.3625,1,1,1,1,1,1,0,0.3625,0.5435,1,0.5925,1,1,1,0.0442,0.5925,0.5577,1,1,1,1,1,3.91E-05,0.893930137,0.012762158,1,1,1,1,1,3.32E-05,0.892755389,0.032549478,1,1,1,1,1,0.201858982,0.922031701,0.558421943,0.558493759,0.558510638
-1882,1,0.5515,1,1,1,1,1,1,1,1,0,0.5515,0.673,1,0.3625,1,1,1,1,1,1,0,0.3625,0.6766,1,0.5925,1,1,1,0.019,0.5925,0.6807,1,1,1,1,1,4.67E-05,0.951487422,0.005132088,1,1,1,1,1,0.000118619,0.96396625,0.005734817,1,1,1,1,1,0.11740458,0.956445098,0.566336394,0.566321134,0.566489362
-1883,1,0.5515,1,1,1,1,1,1,1,1,0.0027,0.5515,0.688,1,0.3625,1,1,1,1,1,1,0,0.3625,0.6954,1,0.5925,1,1,1,0.0213,0.5925,0.6914,1,1,1,1,1,4.63E-05,0.968495727,0.002611108,1,1,1,1,1,0.004692591,0.978394628,0.022135342,1,1,1,1,1,0.098015189,0.966575384,0.571350894,0.57139835,0.571808511
-1884,1,0.5515,1,1,1,1,1,1,1,1,0.0371,0.5515,0.6933,1,0.3625,1,1,1,1,1,1,0.0443,0.3625,0.698,1,0.5925,1,1,1,0.0399,0.5925,0.6898,1,1,1,1,1,0.011564457,0.977487206,0.02746214,1,1,1,1,1,0.058273591,0.972721815,0.010821467,1,1,1,1,1,0.126980737,0.969393253,0.573646689,0.573725407,0.574024823
-1885,1,0.5515,1,1,1,1,1,1,1,1,0.0916,0.5515,0.6864,1,0.3625,1,1,1,1,1,1,0.1176,0.3625,0.6964,1,0.5925,1,1,1,0.0677,0.5925,0.6722,1,1,1,1,1,0.031843446,0.968132615,0.03932244,1,1,1,1,1,0.135591909,0.961300611,0,1,1,1,1,1,0.156332448,0.955165327,0.578177864,0.578167971,0.578014184
-1886,1,0.5515,1,1,1,1,1,1,1,1,0.19,0.5515,0.65,1,0.3625,1,1,1,1,1,1,0.0908,0.3625,0.6672,1,0.5925,1,1,1,0.078,0.5925,0.6145,1,1,1,1,1,0.074945763,0.940301299,0.070940927,1,1,1,1,1,0.124876246,0.92871654,0,1,1,1,1,1,0.142826632,0.922772884,0.576607057,0.576687117,0.576684397
-1887,1,0.5515,1,1,1,1,1,1,1,1,0.1798,0.5515,0.5134,1,0.3625,1,1,1,1,1,1,0.0769,0.3625,0.5446,1,0.5925,1,1,1,0.0914,0.5925,0.4724,1,1,1,1,1,0.089082375,0.892808795,0.070817545,1,1,1,1,1,0.088660449,0.88511318,0,1,1,1,1,1,0.128857806,0.866346717,0.573888352,0.573725407,0.574024823
-1888,1,0.5515,1,1,1,1,1,1,1,1,0.2013,0.5515,0.3401,1,0.3625,1,1,1,1,1,1,0.0788,0.3625,0.3849,1,0.5925,1,1,1,0.1386,0.5925,0.313,1,1,1,1,1,0.104343168,0.756498694,0.080895312,1,1,1,1,1,0.086277157,0.772328973,0.021823823,1,1,1,1,1,0.25004217,0.715436935,0.573525858,0.573513857,0.57358156
-1889,1,0.5515,1,1,1,1,1,1,1,1,0.1583,0.5515,0.123,1,0.3625,1,1,1,1,1,1,0.0747,0.3625,0.17,1,0.5925,1,1,1,0.131,0.5925,0.0971,1,1,1,1,1,0.097401232,0.479814261,0.067636207,1,1,1,1,1,0.091082923,0.517712831,0.007804713,1,1,1,1,1,0.279375911,0.416870534,0.574975834,0.574994711,0.574911348
-1890,1,0.5515,1,1,1,1,1,1,1,1,0.1933,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1075,0.3625,0,1,0.5925,1,1,1,0.2395,0.5925,0,1,1,1,1,1,0.19705826,0,0.016367702,1,1,1,1,1,0.148314148,0,0,1,1,1,1,1,0.493238658,0,0.575640406,0.575840914,0.575797872
-1891,1,0.5515,1,1,1,1,1,1,1,1,0.2088,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0525,0.3625,0,1,0.5925,1,1,1,0.3298,0.5925,0,1,1,1,1,1,0.194294646,0,0.12380746,1,1,1,1,1,0.082015142,0,0,1,1,1,1,1,0.607684314,0,0.606150314,0.606092659,0.606382979
-1892,1,0.5515,1,1,1,1,1,1,1,1,0.36,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0986,0.3625,0,1,0.5925,1,1,1,0.327,0.5925,0,1,1,1,1,1,0.288651347,0,0.123464018,1,1,1,1,1,0.13414675,0,0,1,1,1,1,1,0.630945802,0,0.59618173,0.596149778,0.596187943
-1893,1,0.5515,1,1,1,1,1,1,1,1,0.3448,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1108,0.3625,0,1,0.5925,1,1,1,0.2918,0.5925,0,1,1,1,1,1,0.277813941,0,0.160098851,1,1,1,1,1,0.161873698,0,0,1,1,1,1,1,0.553679347,0,0.552803287,0.552781891,0.552748227
-1894,1,0.5515,1,1,1,1,1,1,1,1,0.276,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0924,0.3625,0,1,0.5925,1,1,1,0.2589,0.5925,0,1,1,1,1,1,0.221123785,0,0.071567476,1,1,1,1,1,0.108765379,0,0,1,1,1,1,1,0.49917531,0,0.492870952,0.492701502,0.492907801
-1895,1,0.5515,1,1,1,1,1,1,1,1,0.3006,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1015,0.3625,0,1,0.5925,1,1,1,0.2922,0.5925,0,1,1,1,1,1,0.224845171,0,0.065680057,1,1,1,1,1,0.112056457,0,0.037976705,1,1,1,1,1,0.529552937,0,0.441034316,0.440871589,0.441046099
-1896,1,0.5515,1,1,1,1,1,1,1,1,0.3063,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1092,0.3625,0,1,0.5925,1,1,1,0.254,0.5925,0,1,1,1,1,1,0.246365845,0,0.061961692,1,1,1,1,1,0.097598732,0,0.009558115,1,1,1,1,1,0.453214973,0,0.405509908,0.405542627,0.405585106
-1897,1,0.5515,1,1,1,1,1,1,1,1,0.3593,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0747,0.3625,0,1,0.5925,1,1,1,0.2471,0.5925,0,1,1,1,1,1,0.334200203,0,0.121711411,1,1,1,1,1,0.074453332,0,0.041156285,1,1,1,1,1,0.387562454,0,0.386720638,0.386714618,0.386524823
-1898,1,0.5515,1,1,1,1,1,1,1,1,0.3708,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0846,0.3625,0,1,0.5925,1,1,1,0.2624,0.5925,0,1,1,1,1,1,0.399279654,0,0.228575557,1,1,1,1,1,0.099314295,0,0.090476178,1,1,1,1,1,0.42928502,0,0.375785404,0.375713983,0.375886525
-1899,1,0.5515,1,1,1,1,1,1,1,1,0.3942,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1517,0.3625,0,1,0.5925,1,1,1,0.3694,0.5925,0,1,1,1,1,1,0.437781483,0,0.332270831,1,1,1,1,1,0.167065591,0,0.174881175,1,1,1,1,1,0.599664748,0,0.373066699,0.372963825,0.37322695
-1900,1,0.5515,1,1,1,1,1,1,1,1,0.1605,0.5515,0,1,0.3625,1,1,1,1,1,1,0.118,0.3625,0,1,0.5925,1,1,1,0.3717,0.5925,0,1,1,1,1,1,0.114973508,0,0.348683238,1,1,1,1,1,0.124727212,0,0.15753378,1,1,1,1,1,0.63238579,0,0.382733204,0.382695155,0.382978723
-1901,1,0.5515,1,1,1,1,1,1,1,1,0.1798,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1025,0.3625,0,1,0.5925,1,1,1,0.3881,0.5925,0,1,1,1,1,1,0.196167767,0,0.17174679,1,1,1,1,1,0.091046222,0,0.202370957,1,1,1,1,1,0.663707435,0,0.419949251,0.419928073,0.419769504
-1902,1,0.5515,1,1,1,1,1,1,1,1,0.1484,0.5515,0.0004,1,0.3625,1,1,1,1,1,1,0.2368,0.3625,0,1,0.5925,1,1,1,0.4472,0.5925,0.0019,1,1,1,1,1,0.185624853,0.00280504,0.149933428,1,1,1,1,1,0.231393561,0,0.33731389,1,1,1,1,1,0.733114064,0.125328779,0.495770904,0.495874762,0.496010638
-1903,1,0.5515,1,1,1,1,1,1,1,1,0.1168,0.5515,0.1559,1,0.3625,1,1,1,1,1,1,0.1315,0.3625,0.1358,1,0.5925,1,1,1,0.2848,0.5925,0.1788,1,1,1,1,1,0.12541841,0.431119174,0.205352038,1,1,1,1,1,0.129919544,0.343621999,0.373506844,1,1,1,1,1,0.583411098,0.572842717,0.540538908,0.540511953,0.540336879
-1904,1,0.5515,1,1,1,1,1,1,1,1,0.0983,0.5515,0.3681,1,0.3625,1,1,1,1,1,1,0.0417,0.3625,0.3612,1,0.5925,1,1,1,0.1555,0.5925,0.3901,1,1,1,1,1,0.089519039,0.741754353,0.278545618,1,1,1,1,1,0.037700091,0.61994344,0.291467041,1,1,1,1,1,0.502321362,0.81635797,0.558119865,0.558070658,0.558067376
-1905,1,0.5515,1,1,1,1,1,1,1,1,0.0433,0.5515,0.5112,1,0.3625,1,1,1,1,1,1,0.0017,0.3625,0.4843,1,0.5925,1,1,1,0.0941,0.5925,0.5553,1,1,1,1,1,0.02628905,0.827683091,0.222841471,1,1,1,1,1,0.000740191,0.747976184,0.06969922,1,1,1,1,1,0.337539613,0.907528162,0.568994683,0.568859742,0.569148936
-1906,1,0.5515,1,1,1,1,1,1,1,1,0.0228,0.5515,0.7546,1,0.3625,1,1,1,1,1,1,0,0.3625,0.723,1,0.5925,1,1,1,0.1191,0.5925,0.7836,1,1,1,1,1,0.010458171,1,0.125123739,1,1,1,1,1,0,0.995388985,0.013898954,1,1,1,1,1,0.257004678,1,0.580775737,0.580706579,0.580673759
-1907,1,0.5515,1,1,1,1,1,1,1,1,0.0252,0.5515,0.6648,1,0.3625,1,1,1,1,1,1,0,0.3625,0.6153,1,0.5925,1,1,1,0.1331,0.5925,0.6825,1,1,1,1,1,0.004845952,0.921968937,0.09094087,1,1,1,1,1,0,0.810903072,0.024607331,1,1,1,1,1,0.211217552,0.962771595,0.588146448,0.588110853,0.588652482
-1908,1,0.5515,1,1,1,1,1,1,1,1,0.051,0.5515,0.6766,1,0.3625,1,1,1,1,1,1,0,0.3625,0.642,1,0.5925,1,1,1,0.0939,0.5925,0.6749,1,1,1,1,1,0.010471623,0.941140234,0.114524119,1,1,1,1,1,0.000341225,0.860701144,0.091013625,1,1,1,1,1,0.205916181,0.949095726,0.590140164,0.590014809,0.590425532
-1909,1,0.5515,1,1,1,1,1,1,1,1,0.0828,0.5515,0.6849,1,0.3625,1,1,1,1,1,1,0.0285,0.3625,0.6483,1,0.5925,1,1,1,0.0942,0.5925,0.6644,1,1,1,1,1,0.019139543,0.962915659,0.152716726,1,1,1,1,1,0.032957062,0.844802022,0.260495305,1,1,1,1,1,0.146814987,0.933301568,0.593463026,0.59361117,0.593528369
-1910,1,0.5515,1,1,1,1,1,1,1,1,0.2227,0.5515,0.6482,1,0.3625,1,1,1,1,1,1,0.1263,0.3625,0.6173,1,0.5925,1,1,1,0.0973,0.5925,0.6296,1,1,1,1,1,0.069845505,0.934328258,0.255726099,1,1,1,1,1,0.119941771,0.808485568,0.403873324,1,1,1,1,1,0.116166487,0.913420856,0.591710971,0.591707214,0.591755319
-1911,1,0.5515,1,1,1,1,1,1,1,1,0.2417,0.5515,0.5121,1,0.3625,1,1,1,1,1,1,0.1083,0.3625,0.5187,1,0.5925,1,1,1,0.0857,0.5925,0.493,1,1,1,1,1,0.125398904,0.90005219,0.364916444,1,1,1,1,1,0.124861769,0.789834619,0.432369649,1,1,1,1,1,0.134632036,0.862738669,0.588750604,0.588745505,0.588652482
-1912,1,0.5515,1,1,1,1,1,1,1,1,0.4035,0.5515,0.3377,1,0.3625,1,1,1,1,1,1,0.1353,0.3625,0.3615,1,0.5925,1,1,1,0.111,0.5925,0.3183,1,1,1,1,1,0.312312305,0.761978984,0.593126178,1,1,1,1,1,0.156023666,0.677072644,0.456494749,1,1,1,1,1,0.1766233,0.716325641,0.587179797,0.58726465,0.587322695
-1913,1,0.5515,1,1,1,1,1,1,1,1,0.343,0.5515,0.1213,1,0.3625,1,1,1,1,1,1,0.0846,0.3625,0.1552,1,0.5925,1,1,1,0.1381,0.5925,0.1016,1,1,1,1,1,0.259364963,0.488683909,0.856432319,1,1,1,1,1,0.099907622,0.439181,0.245101333,1,1,1,1,1,0.274113923,0.441301346,0.587119381,0.587053099,0.587322695
-1914,1,0.5515,1,1,1,1,1,1,1,1,0.3018,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0541,0.3625,0,1,0.5925,1,1,1,0.1771,0.5925,0,1,1,1,1,1,0.307687342,0,0.704607248,1,1,1,1,1,0.073287532,0,0.180228293,1,1,1,1,1,0.33064273,0,0.584884002,0.584937593,0.585106383
-1915,1,0.5515,1,1,1,1,1,1,1,1,0.1941,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0777,0.3625,0,1,0.5925,1,1,1,0.1793,0.5925,0,1,1,1,1,1,0.211906105,0,0.545993388,1,1,1,1,1,0.10806486,0,0.201926708,1,1,1,1,1,0.388735831,0,0.612856452,0.612862281,0.613031915
-1916,1,0.5515,1,1,1,1,1,1,1,1,0.2161,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0419,0.3625,0,1,0.5925,1,1,1,0.1831,0.5925,0,1,1,1,1,1,0.196293533,0,0.366996527,1,1,1,1,1,0.074731648,0,0.241527498,1,1,1,1,1,0.410305381,0,0.602404543,0.602496298,0.602393617
-1917,1,0.5515,1,1,1,1,1,1,1,1,0.2935,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0747,0.3625,0,1,0.5925,1,1,1,0.1604,0.5925,0,1,1,1,1,1,0.283520818,0,0.424225271,1,1,1,1,1,0.121017322,0,0.279173791,1,1,1,1,1,0.333483428,0,0.559871919,0.559763063,0.559840426
-1918,1,0.5515,1,1,1,1,1,1,1,1,0.2301,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1128,0.3625,0,1,0.5925,1,1,1,0.1512,0.5925,0,1,1,1,1,1,0.195483372,0,0.251153588,1,1,1,1,1,0.133523256,0,0.21838665,1,1,1,1,1,0.253231049,0,0.50138956,0.501375079,0.501329787
-1919,1,0.5515,1,1,1,1,1,1,1,1,0.3067,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1312,0.3625,0,1,0.5925,1,1,1,0.1597,0.5925,0,1,1,1,1,1,0.244183317,0,0.452922851,1,1,1,1,1,0.172481924,0,0.202754721,1,1,1,1,1,0.298671067,0,0.447136298,0.447006558,0.447251773
-1920,1,0.5515,1,1,1,1,1,1,1,1,0.3603,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1386,0.3625,0,1,0.5925,1,1,1,0.1681,0.5925,0,1,1,1,1,1,0.305153549,0,0.666562378,1,1,1,1,1,0.16993174,0,0.205971479,1,1,1,1,1,0.373855025,0,0.414209763,0.414216205,0.414007092
-1921,1,0.5515,1,1,1,1,1,1,1,1,0.3992,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2311,0.3625,0,1,0.5925,1,1,1,0.249,0.5925,0,1,1,1,1,1,0.377660275,0,0.843184054,1,1,1,1,1,0.265127271,0,0.330616534,1,1,1,1,1,0.559129894,0,0.392460126,0.392426486,0.392287234
-1922,1,0.5515,1,1,1,1,1,1,1,1,0.0382,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0108,0.3625,0,1,0.5925,1,1,1,0.0102,0.5925,0,1,1,1,1,1,0.013928389,0,0.464287996,1,1,1,1,1,0.005284211,0,0.394993186,1,1,1,1,1,0.072383933,0,0.381585307,0.381637402,0.381648936
-1923,1,0.5515,1,1,1,1,1,1,1,1,0.2225,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1664,0.3625,0,1,0.5925,1,1,1,0.4256,0.5925,0,1,1,1,1,1,0.209305078,0,0.757846594,1,1,1,1,1,0.163843364,0,0.420790315,1,1,1,1,1,0.808897436,0,0.377718705,0.377617939,0.377659574
-1924,1,0.5515,1,1,1,1,1,1,1,1,0.3424,0.5515,0,1,0.3625,1,1,1,1,1,1,0.087,0.3625,0,1,0.5925,1,1,1,0.3991,0.5925,0,1,1,1,1,1,0.327714533,0,0.987719893,1,1,1,1,1,0.113869429,0,0.404017568,1,1,1,1,1,0.776889861,0,0.386176897,0.386079966,0.38608156
-1925,1,0.5515,1,1,1,1,1,1,1,1,0.2899,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1482,0.3625,0,1,0.5925,1,1,1,0.4465,0.5925,0,1,1,1,1,1,0.315704912,0,0.935359716,1,1,1,1,1,0.166456357,0,0.298624903,1,1,1,1,1,0.798287153,0,0.422365877,0.422466681,0.422429078
-1926,1,0.5515,1,1,1,1,1,1,1,1,0.227,0.5515,0.0008,1,0.3625,1,1,1,1,1,1,0.1236,0.3625,0,1,0.5925,1,1,1,0.491,0.5925,0.0023,1,1,1,1,1,0.25813368,0.026345234,0.930178046,1,1,1,1,1,0.134008303,0,0.279414415,1,1,1,1,1,0.843873143,0.223355547,0.497462542,0.497567167,0.497783688
-1927,1,0.5515,1,1,1,1,1,1,1,1,0.1726,0.5515,0.1746,1,0.3625,1,1,1,1,1,1,0.1347,0.3625,0.157,1,0.5925,1,1,1,0.38,0.5925,0.1814,1,1,1,1,1,0.181650475,0.514061689,0.851898372,1,1,1,1,1,0.146409959,0.411988437,0.431296885,1,1,1,1,1,0.776710272,0.637248516,0.542351377,0.542415909,0.542109929
-1928,1,0.5515,1,1,1,1,1,1,1,1,0.1705,0.5515,0.3796,1,0.3625,1,1,1,1,1,1,0.0786,0.3625,0.3642,1,0.5925,1,1,1,0.3065,0.5925,0.3796,1,1,1,1,1,0.145532832,0.744758189,0.537759781,1,1,1,1,1,0.072663605,0.706883967,0.395857632,1,1,1,1,1,0.716698825,0.861965597,0.56041566,0.560397715,0.56072695
-1929,1,0.5515,1,1,1,1,1,1,1,1,0.1282,0.5515,0.555,1,0.3625,1,1,1,1,1,1,0.0029,0.3625,0.5463,1,0.5925,1,1,1,0.3086,0.5925,0.5413,1,1,1,1,1,0.096170723,0.905487061,0.616252184,1,1,1,1,1,0.006316348,0.893391013,0.328576744,1,1,1,1,1,0.644211113,0.936430514,0.574311261,0.574360059,0.574468085
-1930,1,0.5515,1,1,1,1,1,1,1,1,0.1669,0.5515,0.6824,1,0.3625,1,1,1,1,1,1,0.0143,0.3625,0.6775,1,0.5925,1,1,1,0.2997,0.5925,0.6638,1,1,1,1,1,0.067696586,0.976568341,0.972098708,1,1,1,1,1,0.018203799,0.965079308,0.456909478,1,1,1,1,1,0.532675087,0.971434593,0.588448526,0.588533954,0.588652482
-1931,1,0.5515,1,1,1,1,1,1,1,1,0.1306,0.5515,0.6979,1,0.3625,1,1,1,1,1,1,0.0104,0.3625,0.6949,1,0.5925,1,1,1,0.2959,0.5925,0.6665,1,1,1,1,1,0.047144577,0.988943696,0.905925393,1,1,1,1,1,0.010286603,0.986807942,0.243036136,1,1,1,1,1,0.482994348,0.973291814,0.596242146,0.596149778,0.596631206
-1932,1,0.5515,1,1,1,1,1,1,1,1,0.1929,0.5515,0.6999,1,0.3625,1,1,1,1,1,1,0.0138,0.3625,0.6981,1,0.5925,1,1,1,0.261,0.5925,0.6711,1,1,1,1,1,0.10563013,0.991093516,0.969443142,1,1,1,1,1,0.034903731,0.987982929,0.363945842,1,1,1,1,1,0.378157139,0.97567755,0.598235863,0.598265285,0.598404255
-1933,1,0.5515,1,1,1,1,1,1,1,1,0.2135,0.5515,0.6953,1,0.3625,1,1,1,1,1,1,0.0084,0.3625,0.6977,1,0.5925,1,1,1,0.239,0.5925,0.653,1,1,1,1,1,0.143298313,0.985553801,0.917058885,1,1,1,1,1,0.029305417,0.984937072,0.473383516,1,1,1,1,1,0.426473558,0.9635759,0.605002417,0.605034906,0.605496454
-1934,1,0.5515,1,1,1,1,1,1,1,1,0.2868,0.5515,0.6556,1,0.3625,1,1,1,1,1,1,0,0.3625,0.6681,1,0.5925,1,1,1,0.3824,0.5925,0.5757,1,1,1,1,1,0.177492246,0.963768303,0.957795799,1,1,1,1,1,0.032711938,0.961502433,0.827466309,1,1,1,1,1,0.6445871,0.933789968,0.604881585,0.604823355,0.605053191
-1935,1,0.5515,1,1,1,1,1,1,1,1,0.3378,0.5515,0.5221,1,0.3625,1,1,1,1,1,1,0.0208,0.3625,0.5478,1,0.5925,1,1,1,0.4805,0.5925,0.4533,1,1,1,1,1,0.215584144,0.919954658,0.878300786,1,1,1,1,1,0.073830575,0.9161309,1,1,1,1,1,1,0.745911241,0.887136638,0.603914935,0.603765602,0.604166667
-1936,1,0.5515,1,1,1,1,1,1,1,1,0.3565,0.5515,0.3484,1,0.3625,1,1,1,1,1,1,0.0445,0.3625,0.3858,1,0.5925,1,1,1,0.6062,0.5925,0.2556,1,1,1,1,1,0.200751156,0.791791558,1,1,1,1,1,1,0.097186208,0.788114548,1,1,1,1,1,1,0.809291959,0.740720987,0.602887869,0.602919399,0.603280142
-1937,1,0.5515,1,1,1,1,1,1,1,1,0.4075,0.5515,0.1274,1,0.3625,1,1,1,1,1,1,0.0905,0.3625,0.1707,1,0.5925,1,1,1,0.6444,0.5925,0.0504,1,1,1,1,1,0.326573163,0.507250786,1,1,1,1,1,1,0.153839722,0.527559102,1,1,1,1,1,1,0.766420901,0.390319526,0.600531658,0.600592342,0.600620567
-1938,1,0.5515,1,1,1,1,1,1,1,1,0.2646,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0495,0.3625,0,1,0.5925,1,1,1,0.585,0.5925,0,1,1,1,1,1,0.241777644,0,1,1,1,1,1,1,0.098354056,0,1,1,1,1,1,1,0.745950997,0,0.594248429,0.594245822,0.594414894
-1939,1,0.5515,1,1,1,1,1,1,1,1,0.346,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0225,0.3625,0,1,0.5925,1,1,1,0.4867,0.5925,0,1,1,1,1,1,0.399172425,0,1,1,1,1,1,1,0.132273585,0,1,1,1,1,1,1,0.757110357,0,0.619864669,0.619843453,0.620124113
-1940,1,0.5515,1,1,1,1,1,1,1,1,0.3521,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0197,0.3625,0,1,0.5925,1,1,1,0.5033,0.5925,0,1,1,1,1,1,0.364827931,0,0.991142869,1,1,1,1,1,0.157613575,0,0.667907596,1,1,1,1,1,0.771672606,0,0.611285645,0.611381426,0.611702128
-1941,1,0.5515,1,1,1,1,1,1,1,1,0.4119,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1385,0.3625,0,1,0.5925,1,1,1,0.6062,0.5925,0,1,1,1,1,1,0.438637316,0,1,1,1,1,1,1,0.209197432,0,0.915498972,1,1,1,1,1,0.797025204,0,0.56959884,0.569705945,0.569592199
-1942,1,0.5515,1,1,1,1,1,1,1,1,0.3158,0.5515,0,1,0.3625,1,1,1,1,1,1,0.5123,0.3625,0,1,0.5925,1,1,1,0.4914,0.5925,0,1,1,1,1,1,0.350087821,0,1,1,1,1,1,1,0.505845189,0,0.983351588,1,1,1,1,1,0.607639432,0,0.50918318,0.509202454,0.509308511
-1943,1,0.5515,1,1,1,1,1,1,1,1,0.3795,0.5515,0,1,0.3625,1,1,1,1,1,1,0.4021,0.3625,0,1,0.5925,1,1,1,0.3411,0.5925,0,1,1,1,1,1,0.415119201,0,1,1,1,1,1,1,0.472065687,0,1,1,1,1,1,1,0.448052764,0,0.455775737,0.455680135,0.455673759
-1944,1,0.5515,1,1,1,1,1,1,1,1,0.4277,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1812,0.3625,0,1,0.5925,1,1,1,0.3162,0.5925,0,1,1,1,1,1,0.392953753,0,1,1,1,1,1,1,0.281282157,0,1,1,1,1,1,1,0.533367097,0,0.42121798,0.421197377,0.421542553
-1945,1,0.5515,1,1,1,1,1,1,1,1,0.4365,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1279,0.3625,0,1,0.5925,1,1,1,0.3281,0.5925,0,1,1,1,1,1,0.377559662,0,1,1,1,1,1,1,0.232832417,0,1,1,1,1,1,1,0.591846704,0,0.399830836,0.399830759,0.399822695
-1946,1,0.5515,1,1,1,1,1,1,1,1,0.2903,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2242,0.3625,0,1,0.5925,1,1,1,0.3636,0.5925,0,1,1,1,1,1,0.270261884,0,1,1,1,1,1,1,0.3226493,0,1,1,1,1,1,1,0.646532893,0,0.386478975,0.386503067,0.386524823
-1947,1,0.5515,1,1,1,1,1,1,1,1,0.3052,0.5515,0,1,0.3625,1,1,1,1,1,1,0.3319,0.3625,0,1,0.5925,1,1,1,0.3641,0.5925,0,1,1,1,1,1,0.234263346,0,1,1,1,1,1,1,0.405956209,0,0.837455571,1,1,1,1,1,0.628585041,0,0.382189464,0.382272054,0.382092199
-1948,1,0.5515,1,1,1,1,1,1,1,1,0.3591,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1377,0.3625,0,1,0.5925,1,1,1,0.3357,0.5925,0,1,1,1,1,1,0.328346372,0,1,1,1,1,1,1,0.226909399,0,0.703004718,1,1,1,1,1,0.615533054,0,0.390405993,0.390310979,0.390070922
-1949,1,0.5515,1,1,1,1,1,1,1,1,0.2301,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2002,0.3625,0,1,0.5925,1,1,1,0.3779,0.5925,0,1,1,1,1,1,0.252286196,0,0.815383315,1,1,1,1,1,0.278056532,0,0.515269697,1,1,1,1,1,0.655998588,0,0.424480425,0.424582187,0.424202128
-1950,1,0.5515,1,1,1,1,1,1,1,1,0.2145,0.5515,0,1,0.3625,1,1,1,1,1,1,0.097,0.3625,0,1,0.5925,1,1,1,0.4043,0.5925,0.0059,1,1,1,1,1,0.136138394,0.000319931,0.487929344,1,1,1,1,1,0.160722822,0,0.213006288,1,1,1,1,1,0.718013167,0.239883542,0.49540841,0.495451661,0.495567376
-1951,1,0.5515,1,1,1,1,1,1,1,1,0.2032,0.5515,0.1287,1,0.3625,1,1,1,1,1,1,0.1559,0.3625,0.1307,1,0.5925,1,1,1,0.4081,0.5925,0.1949,1,1,1,1,1,0.102107719,0.319872499,0.775986671,1,1,1,1,1,0.220035046,0.28783071,0.364868373,1,1,1,1,1,0.723628342,0.644112647,0.540720155,0.540723503,0.540780142
-1952,1,0.5515,1,1,1,1,1,1,1,1,0.1499,0.5515,0.2969,1,0.3625,1,1,1,1,1,1,0.101,0.3625,0.3218,1,0.5925,1,1,1,0.5577,0.5925,0.4163,1,1,1,1,1,0.092203125,0.590452671,0.997895956,1,1,1,1,1,0.158092692,0.589053988,0.956449866,1,1,1,1,1,0.86227107,0.862038136,0.558482359,0.558493759,0.558510638
-1953,1,0.5515,1,1,1,1,1,1,1,1,0.1433,0.5515,0.4366,1,0.3625,1,1,1,1,1,1,0.0949,0.3625,0.4241,1,0.5925,1,1,1,0.7686,0.5925,0.599,1,1,1,1,1,0.188934818,0.734357417,1,1,1,1,1,1,0.100284144,0.665011644,0.983993232,1,1,1,1,1,0.903677702,0.913852096,0.57002175,0.570129046,0.570035461
-1954,1,0.5515,1,1,1,1,1,1,1,1,0.2013,0.5515,0.5574,1,0.3625,1,1,1,1,1,1,0.1215,0.3625,0.4843,1,0.5925,1,1,1,0.8472,0.5925,0.7291,1,1,1,1,1,0.287662685,0.834649622,0.968044817,1,1,1,1,1,0.146022454,0.616007805,0.872793794,1,1,1,1,1,0.927358508,0.990587831,0.58017158,0.580071927,0.580230496
-1955,1,0.5515,1,1,1,1,1,1,1,1,0.1617,0.5515,0.6471,1,0.3625,1,1,1,1,1,1,0.0511,0.3625,0.5087,1,0.5925,1,1,1,0.8482,0.5925,0.7455,1,1,1,1,1,0.275473833,0.912183762,0.706181407,1,1,1,1,1,0.067206338,0.620474875,0.78178823,1,1,1,1,1,0.927271187,0.999805868,0.582950701,0.582822086,0.582890071
-1956,1,0.5515,1,1,1,1,1,1,1,1,0.1481,0.5515,0.6988,1,0.3625,1,1,1,1,1,1,0.0123,0.3625,0.6118,1,0.5925,1,1,1,0.8372,0.5925,0.7484,1,1,1,1,1,0.241071865,0.97454983,0.377428412,1,1,1,1,1,0.021978207,0.840404749,0.721843481,1,1,1,1,1,0.925703049,0.999799907,0.578359111,0.578379522,0.578457447
-1957,1,0.5515,1,1,1,1,1,1,1,1,0.1059,0.5515,0.7057,1,0.3625,1,1,1,1,1,1,0,0.3625,0.6588,1,0.5925,1,1,1,0.828,0.5925,0.7384,1,1,1,1,1,0.225118175,0.988235652,0.191460252,1,1,1,1,1,0.003004422,0.879738688,0.544903159,1,1,1,1,1,0.905176997,0.999790192,0.579748671,0.579860377,0.579787234
-1958,1,0.5515,1,1,1,1,1,1,1,1,0.1808,0.5515,0.6681,1,0.3625,1,1,1,1,1,1,0,0.3625,0.6495,1,0.5925,1,1,1,0.8163,0.5925,0.6629,1,1,1,1,1,0.351787865,0.970565259,0.158980459,1,1,1,1,1,0.003345785,0.892946839,0.399174094,1,1,1,1,1,0.907655001,0.999148726,0.574432093,0.57457161,0.574468085
-1959,1,0.5515,1,1,1,1,1,1,1,1,0.2703,0.5515,0.5204,1,0.3625,1,1,1,1,1,1,0,0.3625,0.4946,1,0.5925,1,1,1,0.8283,0.5925,0.5388,1,1,1,1,1,0.367224127,0.894818485,0.120452218,1,1,1,1,1,0.018183744,0.788296819,0.399462342,1,1,1,1,1,0.912351131,0.957093358,0.567544708,0.567590438,0.567375887
-1960,1,0.5515,1,1,1,1,1,1,1,1,0.3684,0.5515,0.3357,1,0.3625,1,1,1,1,1,1,0.0317,0.3625,0.3379,1,0.5925,1,1,1,0.8477,0.5925,0.35,1,1,1,1,1,0.466554701,0.727267444,0.06317994,1,1,1,1,1,0.06912902,0.629140556,0.129037172,1,1,1,1,1,0.906745315,0.771900058,0.563798937,0.563782526,0.563829787
-1961,1,0.5515,1,1,1,1,1,1,1,1,0.4007,0.5515,0.1217,1,0.3625,1,1,1,1,1,1,0.1651,0.3625,0.1415,1,0.5925,1,1,1,0.8421,0.5925,0.1194,1,1,1,1,1,0.432882786,0.447610199,0.190913662,1,1,1,1,1,0.201995119,0.302649289,0.087749749,1,1,1,1,1,0.914203525,0.498137057,0.557576124,0.557647557,0.557624113
-1962,1,0.5515,1,1,1,1,1,1,1,1,0.2902,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2657,0.3625,0,1,0.5925,1,1,1,0.8107,0.5925,0,1,1,1,1,1,0.256510377,0,0.182657823,1,1,1,1,1,0.23365128,0,0.032922514,1,1,1,1,1,0.896437824,0,0.546580474,0.546646922,0.546542553
-1963,1,0.5515,1,1,1,1,1,1,1,1,0.2471,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1512,0.3625,0,1,0.5925,1,1,1,0.6521,0.5925,0,1,1,1,1,1,0.191169232,0,0.443339288,1,1,1,1,1,0.153197333,0,0.166065976,1,1,1,1,1,0.775519431,0,0.569417593,0.569494394,0.569592199
-1964,1,0.5515,1,1,1,1,1,1,1,1,0.311,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0956,0.3625,0,1,0.5925,1,1,1,0.7341,0.5925,0,1,1,1,1,1,0.401650041,0,0.343654484,1,1,1,1,1,0.106003307,0,0.187918603,1,1,1,1,1,0.83104986,0,0.558844853,0.558916861,0.558953901
-1965,1,0.5515,1,1,1,1,1,1,1,1,0.4007,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1117,0.3625,0,1,0.5925,1,1,1,0.5105,0.5925,0,1,1,1,1,1,0.56600219,0,0.395341009,1,1,1,1,1,0.133882478,0,0.260864943,1,1,1,1,1,0.586915731,0,0.52658289,0.526761159,0.526595745
-1966,1,0.5515,1,1,1,1,1,1,1,1,0.3553,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1353,0.3625,0,1,0.5925,1,1,1,0.4285,0.5925,0,1,1,1,1,1,0.485423625,0,0.300232708,1,1,1,1,1,0.165508896,0,0.288360983,1,1,1,1,1,0.538048923,0,0.482902368,0.482758621,0.483156028
-1967,1,0.5515,1,1,1,1,1,1,1,1,0.2113,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1223,0.3625,0,1,0.5925,1,1,1,0.3081,0.5925,0,1,1,1,1,1,0.231470391,0,0.689410567,1,1,1,1,1,0.179863006,0,0.380477786,1,1,1,1,1,0.356515825,0,0.436744804,0.436852126,0.436613475
-1968,1,0.5515,1,1,1,1,1,1,1,1,0.2424,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2767,0.3625,0,1,0.5925,1,1,1,0.2483,0.5925,0,1,1,1,1,1,0.23329775,0,0.764876366,1,1,1,1,1,0.262008697,0,0.103993207,1,1,1,1,1,0.321252406,0,0.401764137,0.401734715,0.401595745
-1969,1,0.5515,1,1,1,1,1,1,1,1,0.3809,0.5515,0,1,0.3625,1,1,1,1,1,1,0.3293,0.3625,0,1,0.5925,1,1,1,0.159,0.5925,0,1,1,1,1,1,0.25295943,0,0.896236777,1,1,1,1,1,0.459684134,0,0.212274104,1,1,1,1,1,0.21174103,0,0.379893668,0.379733446,0.379875887
-1970,1,0.5515,1,1,1,1,1,1,1,1,0.4075,0.5515,0,1,0.3625,1,1,1,1,1,1,0.3653,0.3625,0,1,0.5925,1,1,1,0.122,0.5925,0,1,1,1,1,1,0.269797564,0,0.994456649,1,1,1,1,1,0.4906075,0,0.218966514,1,1,1,1,1,0.148624226,0,0.367448043,0.367463508,0.367464539
-1971,1,0.5515,1,1,1,1,1,1,1,1,0.3314,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2095,0.3625,0,1,0.5925,1,1,1,0.116,0.5925,0,1,1,1,1,1,0.235817373,0,1,1,1,1,1,1,0.32428062,0,0.2079283,1,1,1,1,1,0.108415432,0,0.360862736,0.360905437,0.360815603
-1972,1,0.5515,1,1,1,1,1,1,1,1,0.2887,0.5515,0,1,0.3625,1,1,1,1,1,1,0.215,0.3625,0,1,0.5925,1,1,1,0.1034,0.5925,0,1,1,1,1,1,0.287605554,0,1,1,1,1,1,1,0.320263475,0,1,1,1,1,1,1,0.08950527,0,0.361466892,0.361540089,0.361258865
-1973,1,0.5515,1,1,1,1,1,1,1,1,0.1187,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2776,0.3625,0,1,0.5925,1,1,1,0.0745,0.5925,0,1,1,1,1,1,0.158053353,0,0.986504853,1,1,1,1,1,0.355415732,0,1,1,1,1,1,1,0.052681029,0,0.37361044,0.373598477,0.37322695
-1974,1,0.5515,1,1,1,1,1,1,1,1,0.0428,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1703,0.3625,0,1,0.5925,1,1,1,0.0558,0.5925,0.0046,1,1,1,1,1,0.037407849,0.010923957,0.892234206,1,1,1,1,1,0.226211488,0.002400952,0.97269249,1,1,1,1,1,0.039601646,0.039687261,0.39838086,0.398349905,0.398492908
-1975,1,0.5515,1,1,1,1,1,1,1,1,0.0606,0.5515,0.1681,1,0.3625,1,1,1,1,1,1,0.0822,0.3625,0.2003,1,0.5925,1,1,1,0.0316,0.5925,0.1373,1,1,1,1,1,0.054159001,0.432745457,0.679984212,1,1,1,1,1,0.148090988,0.477510184,0.85109973,1,1,1,1,1,0.014418196,0.408274651,0.428105365,0.428178549,0.428191489
-1976,1,0.5511,1,1,1,1,1,1,1,1,0.0603,0.5511,0.3275,1,0.3623,1,1,1,1,1,1,0.0852,0.3623,0.3963,1,0.5924,1,1,1,0.0489,0.5924,0.2865,1,1,1,1,1,0.042333312,0.648380637,0.529756308,1,1,1,1,1,0.106581554,0.69408679,0.620244503,1,1,1,1,1,0.022603605,0.645404577,0.468885935,0.468796277,0.468971631
-1977,1,0.5507,1,1,1,1,1,1,1,1,0.036,0.5507,0.47,1,0.3621,1,1,1,1,1,1,0.0798,0.3621,0.4968,1,0.5923,1,1,1,0.1049,0.5923,0.4283,1,1,1,1,1,0.022177983,0.743868589,0.33852607,1,1,1,1,1,0.091653481,0.677715838,0.392203152,1,1,1,1,1,0.03981423,0.749180436,0.497945868,0.497990269,0.497783688
-1978,1,0.5504,1,1,1,1,1,1,1,1,0.0301,0.5504,0.4264,1,0.3619,1,1,1,1,1,1,0.0286,0.3619,0.4553,1,0.5921,1,1,1,0.086,0.5921,0.5047,1,1,1,1,1,0.019247016,0.623589933,0.358374476,1,1,1,1,1,0.054894976,0.632042766,0.374276966,1,1,1,1,1,0.042031839,0.813204288,0.510753987,0.510683309,0.510638298
-1979,1,0.55,1,1,1,1,1,1,1,1,0.0383,0.55,0.4459,1,0.3617,1,1,1,1,1,1,0.0454,0.3617,0.4639,1,0.592,1,1,1,0.1034,0.592,0.5393,1,1,1,1,1,0.017445274,0.605043054,0.27562058,1,1,1,1,1,0.061932072,0.691549361,0.340240061,1,1,1,1,1,0.0493128,0.764436603,0.513170614,0.513221917,0.513297872
-1980,1,0.5497,1,1,1,1,1,1,1,1,0.0392,0.5497,0.4834,1,0.3615,1,1,1,1,1,1,0.018,0.3615,0.4762,1,0.5919,1,1,1,0.0514,0.5919,0.5482,1,1,1,1,1,0.018916525,0.637825847,0.351197541,1,1,1,1,1,0.049679432,0.702080786,0.498398721,1,1,1,1,1,0.015180683,0.795143306,0.507431126,0.507510049,0.507535461
-1981,1,0.5493,1,1,1,1,1,1,1,1,0.0222,0.5493,0.6303,1,0.3613,1,1,1,1,1,1,0.0367,0.3613,0.6118,1,0.5917,1,1,1,0.0537,0.5917,0.6986,1,1,1,1,1,0.013848988,0.826422453,0.235992104,1,1,1,1,1,0.099063575,0.847020626,0.577684343,1,1,1,1,1,0.016733805,0.840121508,0.497281295,0.497355617,0.497340426
-1982,1,0.549,1,1,1,1,1,1,1,1,0.0342,0.549,0.3922,1,0.3611,1,1,1,1,1,1,0.0353,0.3611,0.4236,1,0.5916,1,1,1,0.0535,0.5916,0.5414,1,1,1,1,1,0.013781238,0.565254688,0.193453282,1,1,1,1,1,0.095282175,0.603784144,0.582453728,1,1,1,1,1,0.0176975,0.58168453,0.48900435,0.48889359,0.489361702
-1983,1,0.5486,1,1,1,1,1,1,1,1,0.0351,0.5486,0.3528,1,0.3608,1,1,1,1,1,1,0.0797,0.3608,0.2969,1,0.5915,1,1,1,0.0613,0.5915,0.4276,1,1,1,1,1,0.014128912,0.475534111,0.131051123,1,1,1,1,1,0.092695594,0.453415751,0.401811004,1,1,1,1,1,0.023396604,0.446282864,0.485077332,0.485085678,0.48537234
-1984,1,0.5483,1,1,1,1,1,1,1,1,0.0289,0.5483,0.2192,1,0.3606,1,1,1,1,1,1,0.0689,0.3606,0.2024,1,0.5913,1,1,1,0.0603,0.5913,0.248,1,1,1,1,1,0.044707991,0.29517135,0.137121126,1,1,1,1,1,0.082667425,0.291390389,0.378596067,1,1,1,1,1,0.029312057,0.352678508,0.488460609,0.488470489,0.488475177
-1985,1,0.5479,1,1,1,1,1,1,1,1,0.0108,0.5479,0.0833,1,0.3604,1,1,1,1,1,1,0.0469,0.3604,0.0789,1,0.5912,1,1,1,0.0834,0.5912,0.0933,1,1,1,1,1,0.049421877,0.143082455,0.100918226,1,1,1,1,1,0.067512706,0.151176572,0.344289005,1,1,1,1,1,0.077234544,0.159411892,0.500845819,0.500740427,0.500886525
-1986,1,0.5476,1,1,1,1,1,1,1,1,0.0084,0.5476,0,1,0.3602,1,1,1,1,1,1,0.0777,0.3602,0,1,0.5911,1,1,1,0.0952,0.5911,0,1,1,1,1,1,0.035595253,0,0.133207738,1,1,1,1,1,0.11900349,0,0.625624895,1,1,1,1,1,0.156941384,0,0.513412276,0.513433467,0.513297872
-1987,1,0.5472,1,1,1,1,1,1,1,1,0.003,0.5472,0,1,0.36,1,1,1,1,1,1,0.1314,0.36,0,1,0.591,1,1,1,0.0893,0.591,0,1,1,1,1,1,0.050682273,0,0.085536435,1,1,1,1,1,0.154584497,0,0.332496583,1,1,1,1,1,0.130784571,0,0.533893185,0.533742331,0.533687943
-1988,1,0.5469,1,1,1,1,1,1,1,1,0.0067,0.5469,0,1,0.3598,1,1,1,1,1,1,0.0364,0.3598,0,1,0.5908,1,1,1,0.0664,0.5908,0,1,1,1,1,1,0.053743523,0,0.172918946,1,1,1,1,1,0.058697723,0,0.538806081,1,1,1,1,1,0.098397613,0,0.524105848,0.524011001,0.524379433
-1989,1,0.5465,1,1,1,1,1,1,1,1,0.0106,0.5465,0,1,0.3596,1,1,1,1,1,1,0.0499,0.3596,0,1,0.5907,1,1,1,0.0979,0.5907,0,1,1,1,1,1,0.044519566,0,0.316217244,1,1,1,1,1,0.071999036,0,0.712035418,1,1,1,1,1,0.123944983,0,0.497281295,0.497355617,0.497340426
-1990,1,0.5462,1,1,1,1,1,1,1,1,0.0006,0.5462,0,1,0.3594,1,1,1,1,1,1,0.0488,0.3594,0,1,0.5906,1,1,1,0.1452,0.5906,0,1,1,1,1,1,0.012757078,0,0.263781905,1,1,1,1,1,0.072739288,0,0.657565176,1,1,1,1,1,0.131637678,0,0.461152731,0.461180453,0.46143617
-1991,1,0.5458,1,1,1,1,1,1,1,1,0.0038,0.5458,0,1,0.3591,1,1,1,1,1,1,0.0534,0.3591,0,1,0.5904,1,1,1,0.0739,0.5904,0,1,1,1,1,1,0.024516985,0,0.224135503,1,1,1,1,1,0.084455252,0,0.635806024,1,1,1,1,1,0.064253561,0,0.423936684,0.423735985,0.424202128
-1992,1,0.5455,1,1,1,1,1,1,1,1,0.0057,0.5455,0,1,0.3589,1,1,1,1,1,1,0.0837,0.3589,0,1,0.5903,1,1,1,0.0468,0.5903,0,1,1,1,1,1,0.02330091,0,0.271334201,1,1,1,1,1,0.128775865,0,0.369061768,1,1,1,1,1,0.098770835,0,0.393064282,0.393061138,0.393173759
-1993,1,0.5451,1,1,1,1,1,1,1,1,0.008,0.5451,0,1,0.3587,1,1,1,1,1,1,0.1236,0.3587,0,1,0.5902,1,1,1,0.0553,0.5902,0,1,1,1,1,1,0.026054997,0,0.392207623,1,1,1,1,1,0.182794631,0,0.348713607,1,1,1,1,1,0.137267604,0,0.372704205,0.372752274,0.372783688
-1994,1,0.5448,1,1,1,1,1,1,1,1,0.0077,0.5448,0,1,0.3585,1,1,1,1,1,1,0.1016,0.3585,0,1,0.59,1,1,1,0.056,0.59,0,1,1,1,1,1,0.016198015,0,0.656928778,1,1,1,1,1,0.173299447,0,0.82317543,1,1,1,1,1,0.129441872,0,0.362433543,0.362386292,0.362588652
-1995,1,0.5444,1,1,1,1,1,1,1,1,0.0128,0.5444,0,1,0.3583,1,1,1,1,1,1,0.0813,0.3583,0,1,0.5899,1,1,1,0.0431,0.5899,0,1,1,1,1,1,0.014565131,0,0.934959829,1,1,1,1,1,0.139544129,0,1,1,1,1,1,1,0.129570752,0,0.357419043,0.357309076,0.357269504
-1996,1,0.544,1,1,1,1,1,1,1,1,0.018,0.544,0,1,0.3581,1,1,1,1,1,1,0.0517,0.3581,0,1,0.5898,1,1,1,0.0496,0.5898,0,1,1,1,1,1,0.010142092,0,0.990923285,1,1,1,1,1,0.092204675,0,0.878812671,1,1,1,1,1,0.135611996,0,0.358264862,0.358366829,0.358599291
-1997,1,0.5437,1,1,1,1,1,1,1,1,0.0129,0.5437,0,1,0.3579,1,1,1,1,1,1,0.0196,0.3579,0,1,0.5896,1,1,1,0.0432,0.5896,0,1,1,1,1,1,0.004315884,0,0.899942815,1,1,1,1,1,0.045158114,0,0.805836916,1,1,1,1,1,0.123266496,0,0.366420976,0.366405754,0.366578014
-1998,1,0.5433,1,1,1,1,1,1,1,1,0.0039,0.5433,0,1,0.3577,1,1,1,1,1,1,0.0162,0.3577,0,1,0.5895,1,1,1,0.0355,0.5895,0,1,1,1,1,1,0.000529735,0,0.784292102,1,1,1,1,1,0.023013959,0,0.496428311,1,1,1,1,1,0.079983391,0,0.385633156,0.385656865,0.385638298
-1999,1,0.543,1,1,1,1,1,1,1,1,0.0073,0.543,0.0483,1,0.3575,1,1,1,1,1,1,0,0.3575,0.0107,1,0.5894,1,1,1,0.0564,0.5894,0.0311,1,1,1,1,1,0.000921979,0.052121263,0.728568316,1,1,1,1,1,0.001391481,0.00632863,0.57251966,1,1,1,1,1,0.112503514,0.150499746,0.41161189,0.411677597,0.411347518
-2000,1,0.5426,1,1,1,1,1,1,1,1,0.0189,0.5426,0.1379,1,0.3572,1,1,1,1,1,1,0,0.3572,0.1244,1,0.5892,1,1,1,0.0456,0.5892,0.1143,1,1,1,1,1,0.004997779,0.193354338,0.658861101,1,1,1,1,1,0.008285087,0.170830116,0.495265961,1,1,1,1,1,0.113281749,0.256390452,0.452694538,0.452718426,0.452570922
-2001,1,0.5423,1,1,1,1,1,1,1,1,0.0358,0.5423,0.2279,1,0.357,1,1,1,1,1,1,0,0.357,0.1986,1,0.5891,1,1,1,0.0279,0.5891,0.2337,1,1,1,1,1,0.009099569,0.301204979,0.604407907,1,1,1,1,1,0.007486542,0.275949955,0.538680673,1,1,1,1,1,0.122366242,0.33497718,0.488098115,0.488047387,0.488031915
-2002,1,0.5419,1,1,1,1,1,1,1,1,0.0374,0.5419,0.2641,1,0.3568,1,1,1,1,1,1,0,0.3568,0.2571,1,0.589,1,1,1,0.0237,0.589,0.2942,1,1,1,1,1,0.007065001,0.343764752,0.648321748,1,1,1,1,1,0.007077803,0.371380746,0.335247397,1,1,1,1,1,0.108646661,0.446786702,0.510210246,0.510260207,0.510638298
-2003,1,0.5416,1,1,1,1,1,1,1,1,0.0184,0.5416,0.2979,1,0.3566,1,1,1,1,1,1,0,0.3566,0.3222,1,0.5889,1,1,1,0.0522,0.5889,0.3032,1,1,1,1,1,0.002430476,0.391688257,0.542844772,1,1,1,1,1,0.000396365,0.451807857,0.111108907,1,1,1,1,1,0.101601884,0.467754185,0.523260029,0.523164798,0.523492908
-2004,1,0.5412,1,1,1,1,1,1,1,1,0.0073,0.5412,0.3468,1,0.3564,1,1,1,1,1,1,0,0.3564,0.3903,1,0.5887,1,1,1,0.0521,0.5887,0.3412,1,1,1,1,1,0.000844475,0.458759725,0.640780091,1,1,1,1,1,0.000417433,0.561251163,0.150706291,1,1,1,1,1,0.111820996,0.483816803,0.527730788,0.527607362,0.52748227
-2005,1,0.5409,1,1,1,1,1,1,1,1,0.004,0.5409,0.3644,1,0.3562,1,1,1,1,1,1,0,0.3562,0.4114,1,0.5886,1,1,1,0.0571,0.5886,0.3261,1,1,1,1,1,0.000446646,0.52680248,0.355040878,1,1,1,1,1,0.00150404,0.62429136,0.353339553,1,1,1,1,1,0.153137371,0.486128807,0.52241421,0.522530146,0.522606383
-2006,1,0.5405,1,1,1,1,1,1,1,1,0.013,0.5405,0.3465,1,0.356,1,1,1,1,1,1,0,0.356,0.4116,1,0.5885,1,1,1,0.08,0.5885,0.3916,1,1,1,1,1,0.001789951,0.551074564,0.141294613,1,1,1,1,1,0.002972384,0.601837993,0.477064431,1,1,1,1,1,0.146636769,0.584053814,0.516553891,0.516606727,0.516843972
-2007,1,0.5402,1,1,1,1,1,1,1,1,0.0469,0.5402,0.324,1,0.3558,1,1,1,1,1,1,0,0.3558,0.3266,1,0.5883,1,1,1,0.062,0.5883,0.3635,1,1,1,1,1,0.00870096,0.473455697,0.059559226,1,1,1,1,1,0.007799443,0.468196273,0.34318772,1,1,1,1,1,0.107176855,0.60283643,0.512566457,0.512587265,0.51285461
-2008,1,0.5398,1,1,1,1,1,1,1,1,0.063,0.5398,0.2125,1,0.3555,1,1,1,1,1,1,0,0.3555,0.2253,1,0.5882,1,1,1,0.0705,0.5882,0.2597,1,1,1,1,1,0.011752079,0.327557206,0.217921227,1,1,1,1,1,0.010016731,0.369484961,0.45123899,1,1,1,1,1,0.121800259,0.507716596,0.519816336,0.519779987,0.519946809
-2009,1,0.5395,1,1,1,1,1,1,1,1,0.041,0.5395,0.0673,1,0.3553,1,1,1,1,1,1,0,0.3553,0.0732,1,0.5881,1,1,1,0.0924,0.5881,0.083,1,1,1,1,1,0.007319191,0.118999235,0.55213958,1,1,1,1,1,0.001293453,0.127347931,0.851389527,1,1,1,1,1,0.129928783,0.222230211,0.53437651,0.534376983,0.534574468
-2010,1,0.5391,1,1,1,1,1,1,1,1,0.0387,0.5391,0,1,0.3551,1,1,1,1,1,1,0,0.3551,0,1,0.5879,1,1,1,0.0795,0.5879,0,1,1,1,1,1,0.006902671,0,0.760528326,1,1,1,1,1,0.000699326,0,0.86937952,1,1,1,1,1,0.111920767,0,0.546459642,0.546435371,0.546542553
-2011,1,0.5388,1,1,1,1,1,1,1,1,0.0344,0.5388,0,1,0.3549,1,1,1,1,1,1,0,0.3549,0,1,0.5878,1,1,1,0.0692,0.5878,0,1,1,1,1,1,0.005273843,0,0.609557629,1,1,1,1,1,0.009823859,0,0.63759166,1,1,1,1,1,0.14292118,0,0.56917593,0.569071293,0.569592199
-2012,1,0.5384,1,1,1,1,1,1,1,1,0.0166,0.5384,0,1,0.3547,1,1,1,1,1,1,0.0526,0.3547,0,1,0.5877,1,1,1,0.1088,0.5877,0,1,1,1,1,1,0.002824586,0,0.308614552,1,1,1,1,1,0.082647227,0,0.271856546,1,1,1,1,1,0.139029533,0,0.557636539,0.557647557,0.557624113
-2013,1,0.538,1,1,1,1,1,1,1,1,0.0545,0.538,0,1,0.3545,1,1,1,1,1,1,0.1811,0.3545,0,1,0.5875,1,1,1,0.1053,0.5875,0,1,1,1,1,1,0.012906608,0,0.490614235,1,1,1,1,1,0.181124151,0,0.405759156,1,1,1,1,1,0.139231592,0,0.51878927,0.518722234,0.519060284
-2014,1,0.5377,1,1,1,1,1,1,1,1,0.0336,0.5377,0,1,0.3543,1,1,1,1,1,1,0.1171,0.3543,0,1,0.5874,1,1,1,0.1664,0.5874,0,1,1,1,1,1,0.009507388,0,0.820476115,1,1,1,1,1,0.160016865,0,0.351842165,1,1,1,1,1,0.297567546,0,0.471967134,0.471969537,0.472074468
-2015,1,0.5373,1,1,1,1,1,1,1,1,0.1001,0.5373,0,1,0.3541,1,1,1,1,1,1,0.2813,0.3541,0,1,0.5873,1,1,1,0.1612,0.5873,0,1,1,1,1,1,0.072721757,0,0.833298206,1,1,1,1,1,0.306419045,0,0.477559149,1,1,1,1,1,0.405247182,0,0.428528275,0.42860165,0.428634752
-2016,1,0.537,1,1,1,1,1,1,1,1,0.1561,0.537,0,1,0.3538,1,1,1,1,1,1,0.4333,0.3538,0,1,0.5871,1,1,1,0.1541,0.5871,0,1,1,1,1,1,0.177852437,0,0.561942995,1,1,1,1,1,0.434132934,0,0.141270697,1,1,1,1,1,0.431738287,0,0.398139198,0.398138354,0.398492908
-2017,1,0.5366,1,1,1,1,1,1,1,1,0.1374,0.5366,0,1,0.3536,1,1,1,1,1,1,0.339,0.3536,0,1,0.587,1,1,1,0.1664,0.587,0,1,1,1,1,1,0.164474994,0,0.641000271,1,1,1,1,1,0.378319561,0,0.227177501,1,1,1,1,1,0.471788615,0,0.381887385,0.381848953,0.381648936
-2018,1,0.5363,1,1,1,1,1,1,1,1,0.1016,0.5363,0,1,0.3534,1,1,1,1,1,1,0.1974,0.3534,0,1,0.5869,1,1,1,0.2115,0.5869,0,1,1,1,1,1,0.120350271,0,0.881502509,1,1,1,1,1,0.307081968,0,0.574560463,1,1,1,1,1,0.541540325,0,0.375241663,0.375079331,0.375443262
-2019,1,0.5359,1,1,1,1,1,1,1,1,0.078,0.5359,0,1,0.3532,1,1,1,1,1,1,0.2705,0.3532,0,1,0.5868,1,1,1,0.248,0.5868,0,1,1,1,1,1,0.163322523,0,0.684633136,1,1,1,1,1,0.382685244,0,0.258890837,1,1,1,1,1,0.492961347,0,0.375785404,0.375713983,0.375443262
-2020,1,0.5356,1,1,1,1,1,1,1,1,0.1642,0.5356,0,1,0.353,1,1,1,1,1,1,0.3021,0.353,0,1,0.5866,1,1,1,0.3644,0.5866,0,1,1,1,1,1,0.331210017,0,0.358260393,1,1,1,1,1,0.37555486,0,0.095712304,1,1,1,1,1,0.743565142,0,0.389137264,0.389041675,0.389184397
-2021,1,0.5352,1,1,1,1,1,1,1,1,0.4191,0.5352,0,1,0.3528,1,1,1,1,1,1,0.2936,0.3528,0,1,0.5865,1,1,1,0.551,0.5865,0,1,1,1,1,1,0.527361095,0,0.257225692,1,1,1,1,1,0.416181147,0,0.16369766,1,1,1,1,1,0.861568809,0,0.432092798,0.432198011,0.432180851
-2022,1,0.5349,1,1,1,1,1,1,1,1,0.4007,0.5349,0.0093,1,0.3526,1,1,1,1,1,1,0.3159,0.3526,0.0024,1,0.5864,1,1,1,0.6456,0.5864,0.006,1,1,1,1,1,0.605301023,0.089004368,0.125443339,1,1,1,1,1,0.445002496,0.07233087,0.184434056,1,1,1,1,1,0.898757219,0.075085051,0.511962301,0.511952613,0.511968085
-2023,1,0.5345,1,1,1,1,1,1,1,1,0.4382,0.5345,0.1704,1,0.3524,1,1,1,1,1,1,0.3738,0.3524,0.1838,1,0.5862,1,1,1,0.7274,0.5862,0.1798,1,1,1,1,1,0.732687235,0.392193139,0.048985831,1,1,1,1,1,0.406315833,0.400458634,0.16760315,1,1,1,1,1,0.934841394,0.324817628,0.55860319,0.55870531,0.558953901
-2024,1,0.5342,1,1,1,1,1,1,1,1,0.4343,0.5342,0.328,1,0.3522,1,1,1,1,1,1,0.8539,0.3522,0.3654,1,0.5861,1,1,1,0.8239,0.5861,0.3555,1,1,1,1,1,0.687841356,0.616279125,0.018665861,1,1,1,1,1,0.704806328,0.69478035,0.236974865,1,1,1,1,1,0.971985698,0.598551929,0.574673755,0.574783161,0.574911348
-2025,1,0.5338,1,1,1,1,1,1,1,1,0.8214,0.5338,0.4703,1,0.3519,1,1,1,1,1,1,0.9515,0.3519,0.5204,1,0.586,1,1,1,0.8922,0.586,0.5421,1,1,1,1,1,0.931995034,0.818758249,0.014007057,1,1,1,1,1,0.931087613,0.857432783,0.823286474,1,1,1,1,1,0.983307242,0.85543561,0.581259062,0.581341231,0.581560284
-2026,1,0.5335,1,1,1,1,1,1,1,1,0.9029,0.5335,0.6274,1,0.3517,1,1,1,1,1,1,0.971,0.3517,0.692,1,0.5858,1,1,1,0.9064,0.5858,0.6411,1,1,1,1,1,0.959467888,0.951312184,0.173098385,1,1,1,1,1,0.966973305,0.963198662,1,1,1,1,1,1,0.987016439,0.982207537,0.584581924,0.584726042,0.584663121
-2027,1,0.5331,1,1,1,1,1,1,1,1,0.8836,0.5331,0.7216,1,0.3515,1,1,1,1,1,1,0.973,0.3515,0.7504,1,0.5857,1,1,1,0.981,0.5857,0.6581,1,1,1,1,1,0.966507018,0.994554222,0.679725051,1,1,1,1,1,0.965955138,0.999642372,1,1,1,1,1,1,0.993050158,0.999980927,0.581923635,0.581975883,0.582446809
-2028,1,0.5328,1,1,1,1,1,1,1,1,0.9449,0.5328,0.7561,1,0.3513,1,1,1,1,1,1,0.9753,0.3513,0.7711,1,0.5856,1,1,1,0.8955,0.5856,0.6258,1,1,1,1,1,0.984147429,0.999972701,0.984556854,1,1,1,1,1,0.974770546,1,1,1,1,1,1,1,0.991046071,1,0.575882069,0.575840914,0.575797872
-2029,1,0.5324,1,1,1,1,1,1,1,1,0.9657,0.5324,0.7595,1,0.3511,1,1,1,1,1,1,0.9757,0.3511,0.773,1,0.5854,1,1,1,0.9451,0.5854,0.6163,1,1,1,1,1,0.988101125,0.999901533,1,1,1,1,1,1,0.976025939,1,1,1,1,1,1,1,0.988730252,0.999364495,0.572438376,0.572456103,0.572695035
-2030,1,0.5321,1,1,1,1,1,1,1,1,0.9639,0.5321,0.7269,1,0.3509,1,1,1,1,1,1,0.9731,0.3509,0.7412,1,0.5853,1,1,1,0.9645,0.5853,0.5752,1,1,1,1,1,0.986947417,0.999301791,0.987079442,1,1,1,1,1,0.975554466,0.999884605,1,1,1,1,1,1,0.993401349,0.987773359,0.563980184,0.563994077,0.56427305
-2031,1,0.5317,1,1,1,1,1,1,1,1,0.9765,0.5317,0.5849,1,0.3507,1,1,1,1,1,1,0.9757,0.3507,0.6155,1,0.5852,1,1,1,0.9724,0.5852,0.4504,1,1,1,1,1,0.989486814,0.995606422,1,1,1,1,1,1,0.97430861,0.996299624,1,1,1,1,1,1,0.988649666,0.907063782,0.559690672,0.559763063,0.559840426
-2032,1,0.5313,1,1,1,1,1,1,1,1,0.9684,0.5313,0.3979,1,0.3505,1,1,1,1,1,1,0.9776,0.3505,0.4425,1,0.585,1,1,1,0.9776,0.585,0.3197,1,1,1,1,1,0.98879844,0.880238652,1,1,1,1,1,1,0.970631719,0.899674237,1,1,1,1,1,1,0.985827208,0.741951525,0.563980184,0.563994077,0.563829787
-2033,1,0.531,1,1,1,1,1,1,1,1,0.9742,0.531,0.1641,1,0.3502,1,1,1,1,1,1,0.9793,0.3502,0.2161,1,0.5849,1,1,1,0.9827,0.5849,0.1326,1,1,1,1,1,0.990243733,0.605868697,1,1,1,1,1,1,0.976068854,0.653755307,1,1,1,1,1,1,0.985551119,0.491071045,0.579144514,0.579225725,0.579343972
-2034,1,0.5306,1,1,1,1,1,1,1,1,0.9064,0.5306,0,1,0.35,1,1,1,1,1,1,0.9535,0.35,0.0076,1,0.5848,1,1,1,0.9894,0.5848,0,1,1,1,1,1,0.965444028,0,1,1,1,1,1,1,0.942668915,0.160882175,1,1,1,1,1,1,0.990825891,0,0.594490092,0.594668923,0.594858156
-2035,1,0.5303,1,1,1,1,1,1,1,1,0.8227,0.5303,0,1,0.3498,1,1,1,1,1,1,0.8588,0.3498,0,1,0.5847,1,1,1,0.9823,0.5847,0,1,1,1,1,1,0.919312775,0,1,1,1,1,1,1,0.898309112,0,1,1,1,1,1,1,0.991266012,0,0.631464476,0.631478739,0.631648936
-2036,1,0.5299,1,1,1,1,1,1,1,1,0.7378,0.5299,0,1,0.3496,1,1,1,1,1,1,0.8081,0.3496,0,1,0.5845,1,1,1,0.9768,0.5845,0,1,1,1,1,1,0.861337602,0,1,1,1,1,1,1,0.834837019,0,1,1,1,1,1,1,0.988659739,0,0.626449976,0.626401523,0.62677305
-2037,1,0.5296,1,1,1,1,1,1,1,1,0.741,0.5296,0,1,0.3494,1,1,1,1,1,1,0.9425,0.3494,0,1,0.5844,1,1,1,0.9927,0.5844,0,1,1,1,1,1,0.932858586,0,1,1,1,1,1,1,0.909475923,0,1,1,1,1,1,1,0.991354644,0,0.588931851,0.588957055,0.589095745
-2038,1,0.5292,1,1,1,1,1,1,1,1,0.628,0.5292,0,1,0.3492,1,1,1,1,1,1,0.8182,0.3492,0,1,0.5843,1,1,1,0.99,0.5843,0,1,1,1,1,1,0.862947404,0,1,1,1,1,1,1,0.751600087,0,1,1,1,1,1,1,0.994900286,0,0.53437651,0.534376983,0.534574468
-2039,1,0.5289,1,1,1,1,1,1,1,1,0.5852,0.5289,0,1,0.349,1,1,1,1,1,1,0.9159,0.349,0,1,0.5841,1,1,1,0.9695,0.5841,0,1,1,1,1,1,0.864316523,0,1,1,1,1,1,1,0.822837949,0,1,1,1,1,1,1,0.990960181,0,0.485741904,0.48572033,0.485815603
-2040,1,0.5285,1,1,1,1,1,1,1,1,0.5985,0.5285,0,1,0.3488,1,1,1,1,1,1,0.98,0.3488,0,1,0.584,1,1,1,0.9942,0.584,0,1,1,1,1,1,0.893724382,0,1,1,1,1,1,1,0.874561191,0,1,1,1,1,1,1,0.998026848,0,0.454688255,0.454833933,0.454787234
-2041,1,0.5282,1,1,1,1,1,1,1,1,0.6261,0.5282,0,1,0.3485,1,1,1,1,1,1,0.9292,0.3485,0,1,0.5839,1,1,1,0.9923,0.5839,0,1,1,1,1,1,0.89935267,0,1,1,1,1,1,1,0.833358347,0,1,1,1,1,1,1,0.998391688,0,0.43958434,0.439602285,0.439716312
-2042,1,0.5278,1,1,1,1,1,1,1,1,0.6142,0.5278,0,1,0.3483,1,1,1,1,1,1,0.801,0.3483,0,1,0.5837,1,1,1,0.9919,0.5837,0,1,1,1,1,1,0.87119782,0,1,1,1,1,1,1,0.740655661,0,1,1,1,1,1,1,0.997853875,0,0.433240696,0.433255765,0.433067376
-2043,1,0.5275,1,1,1,1,1,1,1,1,0.7134,0.5275,0,1,0.3481,1,1,1,1,1,1,0.8667,0.3481,0,1,0.5836,1,1,1,0.9754,0.5836,0,1,1,1,1,1,0.907533944,0,1,1,1,1,1,1,0.847406626,0,1,1,1,1,1,1,0.996375501,0,0.4340261,0.433890417,0.433953901
-2044,1,0.5271,1,1,1,1,1,1,1,1,0.6516,0.5271,0,1,0.3479,1,1,1,1,1,1,0.6724,0.3479,0,1,0.5835,1,1,1,0.96,0.5835,0,1,1,1,1,1,0.801742196,0,1,1,1,1,1,1,0.647891581,0,1,1,1,1,1,1,0.992416739,0,0.448042533,0.447852761,0.448138298
-2045,1,0.5268,1,1,1,1,1,1,1,1,0.7011,0.5268,0,1,0.3477,1,1,1,1,1,1,0.6166,0.3477,0,1,0.5833,1,1,1,0.9578,0.5833,0,1,1,1,1,1,0.742116868,0,1,1,1,1,1,1,0.578751206,0,1,1,1,1,1,1,0.995509386,0,0.491360561,0.491432198,0.491578014
-2046,1,0.5264,1,1,1,1,1,1,1,1,0.6554,0.5264,0.0322,1,0.3475,1,1,1,1,1,1,0.5817,0.3475,0.0473,1,0.5832,1,1,1,0.9726,0.5832,0.0252,1,1,1,1,1,0.799021184,0.32100746,1,1,1,1,1,1,0.571850359,0.282651722,1,1,1,1,1,1,0.996480644,0.378021717,0.569538424,0.569494394,0.569592199
-2047,1,0.5261,1,1,1,1,1,1,1,1,0.6853,0.5261,0.2371,1,0.3473,1,1,1,1,1,1,0.5587,0.3473,0.2558,1,0.5831,1,1,1,0.9475,0.5831,0.2296,1,1,1,1,1,0.807285368,0.71826309,1,1,1,1,1,1,0.622052968,0.687153637,1,1,1,1,1,1,0.977934539,0.761462212,0.612493958,0.61265073,0.612588652
-2048,1,0.5257,1,1,1,1,1,1,1,1,0.76,0.5257,0.4628,1,0.3471,1,1,1,1,1,1,0.7022,0.3471,0.4783,1,0.5829,1,1,1,0.9664,0.5829,0.4557,1,1,1,1,1,0.922520339,0.955013514,0.996040881,1,1,1,1,1,0.757740378,0.93295753,1,1,1,1,1,1,0.992382646,0.980609417,0.617387627,0.617304845,0.617464539
-2049,1,0.5253,1,1,1,1,1,1,1,1,0.7396,0.5253,0.6346,1,0.3468,1,1,1,1,1,1,0.6862,0.3468,0.6419,1,0.5828,1,1,1,0.9598,0.5828,0.6292,1,1,1,1,1,0.881023824,1,0.866211176,1,1,1,1,1,0.722971857,1,1,1,1,1,1,1,0.979066074,1,0.61581682,0.61582399,0.616134752
-2050,1,0.525,1,1,1,1,1,1,1,1,0.6639,0.525,0.8577,1,0.3466,1,1,1,1,1,1,0.5861,0.3466,0.8593,1,0.5827,1,1,1,0.9186,0.5827,0.8508,1,1,1,1,1,0.809798539,1,0.965169013,1,1,1,1,1,0.623769879,1,1,1,1,1,1,1,0.986848474,1,0.614064766,0.614131585,0.61391844
-2051,1,0.5246,1,1,1,1,1,1,1,1,0.7379,0.5246,0.7819,1,0.3464,1,1,1,1,1,1,0.6039,0.3464,0.7843,1,0.5826,1,1,1,0.9025,0.5826,0.7737,1,1,1,1,1,0.854991794,1,0.99970907,1,1,1,1,1,0.653861523,1,1,1,1,1,1,1,0.980056226,1,0.610016916,0.609900571,0.609929078
-2052,1,0.5243,1,1,1,1,1,1,1,1,0.718,0.5243,0.7841,1,0.3462,1,1,1,1,1,1,0.4924,0.3462,0.7864,1,0.5824,1,1,1,0.9244,0.5824,0.7737,1,1,1,1,1,0.854605794,1,0.767255366,1,1,1,1,1,0.553801179,1,0.968453646,1,1,1,1,1,0.977330625,1,0.601256646,0.601226994,0.601507092
-2053,1,0.5239,1,1,1,1,1,1,1,1,0.5658,0.5239,0.778,1,0.346,1,1,1,1,1,1,0.2849,0.346,0.7818,1,0.5823,1,1,1,0.9097,0.5823,0.77,1,1,1,1,1,0.74360925,1,0.84883821,1,1,1,1,1,0.346036106,1,0.781940341,1,1,1,1,1,0.973697782,1,0.592617206,0.592764967,0.592641844
-2054,1,0.5236,1,1,1,1,1,1,1,1,0.3163,0.5236,0.7305,1,0.3458,1,1,1,1,1,1,0.2871,0.3458,0.749,1,0.5822,1,1,1,0.8675,0.5822,0.7212,1,1,1,1,1,0.492875069,1,0.453091264,1,1,1,1,1,0.333134532,1,0.659935892,1,1,1,1,1,0.961482882,1,0.580050749,0.580071927,0.580230496
-2055,1,0.5232,1,1,1,1,1,1,1,1,0.2411,0.5232,0.5829,1,0.3456,1,1,1,1,1,1,0.3501,0.3456,0.6151,1,0.582,1,1,1,0.8418,0.582,0.5626,1,1,1,1,1,0.39456591,1,0.229752898,1,1,1,1,1,0.348549783,0.999958038,0.417318106,1,1,1,1,1,0.946411192,0.998370886,0.571592557,0.571609901,0.571808511
-2056,1,0.5229,1,1,1,1,1,1,1,1,0.279,0.5229,0.3959,1,0.3454,1,1,1,1,1,1,0.318,0.3454,0.4406,1,0.5819,1,1,1,0.8295,0.5819,0.3702,1,1,1,1,1,0.44377172,0.907647192,0.117680356,1,1,1,1,1,0.289846212,0.892464161,0.312575698,1,1,1,1,1,0.931886613,0.897560418,0.570686322,0.570763698,0.570921986
-2057,1,0.5225,1,1,1,1,1,1,1,1,0.273,0.5225,0.1617,1,0.3452,1,1,1,1,1,1,0.3109,0.3452,0.2144,1,0.5818,1,1,1,0.7041,0.5818,0.1345,1,1,1,1,1,0.455995679,0.637757719,0.032388151,1,1,1,1,1,0.292732805,0.65530318,0.454472005,1,1,1,1,1,0.768384218,0.61389178,0.578721605,0.578802623,0.578900709
-2058,1,0.5222,1,1,1,1,1,1,1,1,0.1151,0.5222,0.002,1,0.3449,1,1,1,1,1,1,0.0897,0.3449,0.0139,1,0.5816,1,1,1,0.5309,0.5816,0,1,1,1,1,1,0.226892039,0.062539607,0.013965351,1,1,1,1,1,0.086010456,0.201621085,0.482454747,1,1,1,1,1,0.602285266,0,0.587481875,0.587476201,0.587765957
-2059,1,0.5218,1,1,1,1,1,1,1,1,0.1114,0.5218,0,1,0.3447,1,1,1,1,1,1,0.026,0.3447,0,1,0.5815,1,1,1,0.3052,0.5815,0,1,1,1,1,1,0.162585616,0,0.029627394,1,1,1,1,1,0.062567599,0,0.848149002,1,1,1,1,1,0.443542421,0,0.623066699,0.623016713,0.62322695
-2060,1,0.5215,1,1,1,1,1,1,1,1,0.1041,0.5215,0,1,0.3445,1,1,1,1,1,1,0.0176,0.3445,0,1,0.5814,1,1,1,0.2749,0.5814,0,1,1,1,1,1,0.217665985,0,0.010044506,1,1,1,1,1,0.043685183,0,0.318304211,1,1,1,1,1,0.498040259,0,0.620166747,0.620266554,0.620567376
-2061,1,0.5211,1,1,1,1,1,1,1,1,0.0967,0.5211,0,1,0.3443,1,1,1,1,1,1,0.003,0.3443,0,1,0.5812,1,1,1,0.19,0.5812,0,1,1,1,1,1,0.136591241,0,0.030185193,1,1,1,1,1,0.0217981,0,0.289092958,1,1,1,1,1,0.464544743,0,0.582225713,0.582187434,0.582446809
-2062,1,0.5208,1,1,1,1,1,1,1,1,0.0484,0.5208,0,1,0.3441,1,1,1,1,1,1,0,0.3441,0,1,0.5811,1,1,1,0.137,0.5811,0,1,1,1,1,1,0.055450302,0,0.031430148,1,1,1,1,1,0.007850045,0,0.060360476,1,1,1,1,1,0.33523795,0,0.526522475,0.526549609,0.526595745
-2063,1,0.5204,1,1,1,1,1,1,1,1,0.0126,0.5204,0,1,0.3439,1,1,1,1,1,1,0.0196,0.3439,0,1,0.581,1,1,1,0.1108,0.581,0,1,1,1,1,1,0.025174908,0,0.069335826,1,1,1,1,1,0.057347927,0,0,1,1,1,1,1,0.264138877,0,0.475531658,0.475565898,0.475620567
-2064,1,0.5201,1,1,1,1,1,1,1,1,0.0015,0.5201,0,1,0.3437,1,1,1,1,1,1,0.0533,0.3437,0,1,0.5808,1,1,1,0.119,0.5808,0,1,1,1,1,1,0.002615977,0,0.024610102,1,1,1,1,1,0.080582112,0,0,1,1,1,1,1,0.248087496,0,0.443753021,0.443833298,0.443705674
-2065,1,0.5197,1,1,1,1,1,1,1,1,0.0025,0.5197,0,1,0.3435,1,1,1,1,1,1,0.1609,0.3435,0,1,0.5807,1,1,1,0.0895,0.5807,0,1,1,1,1,1,0.02275962,0,0.02713595,1,1,1,1,1,0.220126063,0,0.010492932,1,1,1,1,1,0.220457822,0,0.426051232,0.426063042,0.42641844
-2066,1,0.5194,1,1,1,1,1,1,1,1,0.0122,0.5194,0,1,0.3432,1,1,1,1,1,1,0.2637,0.3432,0,1,0.5806,1,1,1,0.0409,0.5806,0,1,1,1,1,1,0.055445611,0,0.016740002,1,1,1,1,1,0.38122651,0,0.097180635,1,1,1,1,1,0.052219383,0,0.417834703,0.417812566,0.417553191
-2067,1,0.519,1,1,1,1,1,1,1,1,0.0225,0.519,0,1,0.343,1,1,1,1,1,1,0.1743,0.343,0,1,0.5805,1,1,1,0.0331,0.5805,0,1,1,1,1,1,0.039372787,0,0.006358286,1,1,1,1,1,0.259493381,0,0.156999737,1,1,1,1,1,0.012954007,0,0.415115998,0.415062407,0.415336879
-2068,1,0.5186,1,1,1,1,1,1,1,1,0.0128,0.5186,0,1,0.3428,1,1,1,1,1,1,0,0.3428,0,1,0.5803,1,1,1,0.0241,0.5803,0,1,1,1,1,1,0.033994216,0,6.62E-05,1,1,1,1,1,0.04204528,0,0.190604985,1,1,1,1,1,0.019546676,0,0.426413726,0.426486143,0.42641844
-2069,1,0.5183,1,1,1,1,1,1,1,1,0.0222,0.5183,0,1,0.3426,1,1,1,1,1,1,0.0063,0.3426,0,1,0.5802,1,1,1,0.0196,0.5802,0,1,1,1,1,1,0.07032647,0,0,1,1,1,1,1,0.026390191,0,0.053642154,1,1,1,1,1,0.039727159,0,0.467435959,0.467526973,0.467641844
-2070,1,0.5179,1,1,1,1,1,1,1,1,0.0658,0.5179,0.0062,1,0.3424,1,1,1,1,1,1,0.0758,0.3424,0.0214,1,0.5801,1,1,1,0.036,0.5801,0.0217,1,1,1,1,1,0.110837795,0.064042337,0.07063219,1,1,1,1,1,0.109292313,0.103679582,0.187924609,1,1,1,1,1,0.058938239,0.037555981,0.544465926,0.544531415,0.544326241
-2071,1,0.5176,1,1,1,1,1,1,1,1,0.1108,0.5176,0.1823,1,0.3422,1,1,1,1,1,1,0.0266,0.3422,0.1952,1,0.5799,1,1,1,0.0532,0.5799,0.1843,1,1,1,1,1,0.148704752,0.31271857,0.099202946,1,1,1,1,1,0.058593776,0.489495933,0.551733792,1,1,1,1,1,0.116448909,0.467784047,0.589173514,0.589168606,0.589095745
-2072,1,0.5172,1,1,1,1,1,1,1,1,0.2123,0.5172,0.3468,1,0.342,1,1,1,1,1,1,0.1754,0.342,0.4136,1,0.5798,1,1,1,0.089,0.5798,0.3371,1,1,1,1,1,0.294496655,0.609973669,0.158118278,1,1,1,1,1,0.217355072,0.78862673,0.805972815,1,1,1,1,1,0.151238948,0.556640208,0.597631706,0.597630633,0.59751773
-2073,1,0.5169,1,1,1,1,1,1,1,1,0.2133,0.5169,0.4701,1,0.3418,1,1,1,1,1,1,0.2396,0.3418,0.4593,1,0.5797,1,1,1,0.0867,0.5797,0.413,1,1,1,1,1,0.234456167,0.703083396,0.442655444,1,1,1,1,1,0.250613928,0.716896474,1,1,1,1,1,1,0.143756911,0.573472619,0.598719188,0.598688386,0.598847518
-2074,1,0.5165,1,1,1,1,1,1,1,1,0.2695,0.5165,0.5805,1,0.3415,1,1,1,1,1,1,0.0958,0.3415,0.4825,1,0.5795,1,1,1,0.1285,0.5795,0.5574,1,1,1,1,1,0.167424604,0.787750363,0.774102926,1,1,1,1,1,0.144320905,0.737859964,1,1,1,1,1,1,0.265172631,0.84602201,0.602464959,0.602496298,0.602836879
-2075,1,0.5162,1,1,1,1,1,1,1,1,0.2319,0.5162,0.4333,1,0.3413,1,1,1,1,1,1,0.0702,0.3413,0.3521,1,0.5794,1,1,1,0.1352,0.5794,0.521,1,1,1,1,1,0.090607844,0.670430422,0.952748537,1,1,1,1,1,0.115384206,0.420175523,1,1,1,1,1,1,0.262376845,0.660295188,0.6030087,0.602919399,0.603280142
-2076,1,0.5158,1,1,1,1,1,1,1,1,0.2544,0.5158,0.3946,1,0.3411,1,1,1,1,1,1,0.0199,0.3411,0.3159,1,0.5793,1,1,1,0.1024,0.5793,0.4733,1,1,1,1,1,0.091922484,0.55141741,1,1,1,1,1,1,0.035012044,0.43704915,1,1,1,1,1,1,0.253983855,0.726530433,0.600108748,0.600169241,0.600177305
-2077,1,0.5155,1,1,1,1,1,1,1,1,0.263,0.5155,0.4064,1,0.3409,1,1,1,1,1,1,0.0323,0.3409,0.5105,1,0.5791,1,1,1,0.1646,0.5791,0.4628,1,1,1,1,1,0.132360488,0.654439688,1,1,1,1,1,1,0.056232065,0.790070176,1,1,1,1,1,1,0.352095723,0.672097802,0.598477525,0.598476835,0.598847518
-2078,1,0.5151,1,1,1,1,1,1,1,1,0.3481,0.5151,0.471,1,0.3407,1,1,1,1,1,1,0.0851,0.3407,0.5995,1,0.579,1,1,1,0.1587,0.579,0.4117,1,1,1,1,1,0.19965072,0.730828881,0.918446541,1,1,1,1,1,0.08940585,0.882239401,1,1,1,1,1,1,0.316034347,0.67233032,0.587058966,0.587053099,0.587322695
-2079,1,0.5148,1,1,1,1,1,1,1,1,0.2365,0.5148,0.4242,1,0.3405,1,1,1,1,1,1,0.0805,0.3405,0.4973,1,0.5789,1,1,1,0.095,0.5789,0.3805,1,1,1,1,1,0.12652117,0.720612049,0.935789526,1,1,1,1,1,0.104949452,0.851834595,1,1,1,1,1,1,0.240897551,0.642395616,0.577452876,0.577533319,0.577570922
-2080,1,0.5144,1,1,1,1,1,1,1,1,0.1489,0.5144,0.3109,1,0.3403,1,1,1,1,1,1,0.1661,0.3403,0.3863,1,0.5787,1,1,1,0.1478,0.5787,0.2171,1,1,1,1,1,0.078091405,0.649416924,0.988883495,1,1,1,1,1,0.159399584,0.801943243,1,1,1,1,1,1,0.341571718,0.489868969,0.578842436,0.578802623,0.578900709
-2081,1,0.5141,1,1,1,1,1,1,1,1,0.0462,0.5141,0.1233,1,0.3401,1,1,1,1,1,1,0.0801,0.3401,0.1823,1,0.5786,1,1,1,0.1287,0.5786,0.0482,1,1,1,1,1,0.030290561,0.383870959,0.956296742,1,1,1,1,1,0.072850376,0.546498001,1,1,1,1,1,1,0.247897759,0.158536285,0.585488159,0.585572245,0.585549645
-2082,1,0.5137,1,1,1,1,1,1,1,1,0.0378,0.5137,0,1,0.3398,1,1,1,1,1,1,0.0256,0.3398,0,1,0.5785,1,1,1,0.1145,0.5785,0,1,1,1,1,1,0.018167937,0,0.97432518,1,1,1,1,1,0.051652916,0.001755913,0.90772754,1,1,1,1,1,0.222761571,0,0.591952634,0.591918765,0.592198582
-2083,1,0.5134,1,1,1,1,1,1,1,1,0.0321,0.5134,0,1,0.3396,1,1,1,1,1,1,0,0.3396,0,1,0.5784,1,1,1,0.156,0.5784,0,1,1,1,1,1,0.009188335,0,0.892423749,1,1,1,1,1,0.023915678,0,0.673082769,1,1,1,1,1,0.207436517,0,0.61442726,0.614554686,0.614361702
-2084,1,0.513,1,1,1,1,1,1,1,1,0.009,0.513,0,1,0.3394,1,1,1,1,1,1,0.0013,0.3394,0,1,0.5782,1,1,1,0.1583,0.5782,0,1,1,1,1,1,0.015191402,0,0.729807317,1,1,1,1,1,0.014546472,0,0.646509171,1,1,1,1,1,0.193576351,0,0.603673272,0.603765602,0.603723404
-2085,1,0.5126,1,1,1,1,1,1,1,1,0.0157,0.5126,0,1,0.3392,1,1,1,1,1,1,0.0326,0.3392,0,1,0.5781,1,1,1,0.1198,0.5781,0,1,1,1,1,1,0.025089163,0,0.692465305,1,1,1,1,1,0.06214156,0,0.932560921,1,1,1,1,1,0.142941758,0,0.56319478,0.563147874,0.563386525
-2086,1,0.5123,1,1,1,1,1,1,1,1,0.0159,0.5123,0,1,0.339,1,1,1,1,1,1,0.0421,0.339,0,1,0.578,1,1,1,0.1009,0.578,0,1,1,1,1,1,0.050239056,0,0.468972206,1,1,1,1,1,0.070885107,0,0.552702367,1,1,1,1,1,0.111650541,0,0.504833253,0.50475989,0.504875887
-2087,1,0.5119,1,1,1,1,1,1,1,1,0.0333,0.5119,0,1,0.3388,1,1,1,1,1,1,0.3035,0.3388,0,1,0.5778,1,1,1,0.0985,0.5778,0,1,1,1,1,1,0.080801934,0,0.230185419,1,1,1,1,1,0.326457411,0,0.555186391,1,1,1,1,1,0.089535512,0,0.453479942,0.453564629,0.453457447
-2088,1,0.5116,1,1,1,1,1,1,1,1,0.1137,0.5116,0,1,0.3386,1,1,1,1,1,1,0.3056,0.3386,0,1,0.5777,1,1,1,0.088,0.5777,0,1,1,1,1,1,0.155632362,0,0.043288887,1,1,1,1,1,0.431628078,0,0.527482986,1,1,1,1,1,0.115902491,0,0.41982842,0.419716522,0.419769504
-2089,1,0.5112,1,1,1,1,1,1,1,1,0.286,0.5112,0,1,0.3384,1,1,1,1,1,1,0.4024,0.3384,0,1,0.5776,1,1,1,0.1063,0.5776,0,1,1,1,1,1,0.340807527,0,0,1,1,1,1,1,0.564802468,0,0.511513352,1,1,1,1,1,0.103929237,0,0.40242871,0.402369367,0.40248227
-2090,1,0.5109,1,1,1,1,1,1,1,1,0.2971,0.5109,0,1,0.3382,1,1,1,1,1,1,0.6107,0.3382,0,1,0.5774,1,1,1,0.0959,0.5774,0,1,1,1,1,1,0.382931113,0,0,1,1,1,1,1,0.652069032,0,0.456982464,1,1,1,1,1,0.096434839,0,0.393668439,0.39369579,0.393617021
-2091,1,0.5105,1,1,1,1,1,1,1,1,0.2357,0.5105,0,1,0.3379,1,1,1,1,1,1,0.7475,0.3379,0,1,0.5773,1,1,1,0.0898,0.5773,0,1,1,1,1,1,0.363883853,0,0.00094261,1,1,1,1,1,0.71512413,0,0.828860521,1,1,1,1,1,0.062157176,0,0.392218463,0.392214935,0.392287234
-2092,1,0.5102,1,1,1,1,1,1,1,1,0.2138,0.5102,0,1,0.3377,1,1,1,1,1,1,0.7534,0.3377,0,1,0.5772,1,1,1,0.0751,0.5772,0,1,1,1,1,1,0.308984846,0,0.043114126,1,1,1,1,1,0.794547617,0,1,1,1,1,1,1,0.057611115,0,0.403939101,0.403850222,0.403812057
-2093,1,0.5098,1,1,1,1,1,1,1,1,0.1805,0.5098,0,1,0.3375,1,1,1,1,1,1,0.4883,0.3375,0,1,0.577,1,1,1,0.1008,0.577,0,1,1,1,1,1,0.271572113,0,0.235064626,1,1,1,1,1,0.485670626,0,1,1,1,1,1,1,0.066973373,0,0.444296762,0.444256399,0.444592199
-2094,1,0.5095,1,1,1,1,1,1,1,1,0.2662,0.5095,0.0003,1,0.3373,1,1,1,1,1,1,0.4743,0.3373,0.0086,1,0.5769,1,1,1,0.0931,0.5769,0,1,1,1,1,1,0.37748608,0.013543777,0.711286545,1,1,1,1,1,0.445403069,0.017028201,1,1,1,1,1,1,0.069381803,0,0.521689222,0.521683943,0.521719858
-2095,1,0.5091,1,1,1,1,1,1,1,1,0.2415,0.5091,0.1554,1,0.3371,1,1,1,1,1,1,0.2991,0.3371,0.1543,1,0.5768,1,1,1,0.0658,0.5768,0.1287,1,1,1,1,1,0.314420849,0.294432521,0.879388988,1,1,1,1,1,0.269062519,0.301098704,1,1,1,1,1,1,0.054554243,0.128169939,0.566880135,0.566744235,0.566932624
-2096,1,0.5088,1,1,1,1,1,1,1,1,0.3647,0.5088,0.3028,1,0.3369,1,1,1,1,1,1,0.5314,0.3369,0.2992,1,0.5766,1,1,1,0.0338,0.5766,0.2576,1,1,1,1,1,0.497679174,0.462612003,0.950134635,1,1,1,1,1,0.550182223,0.473300785,1,1,1,1,1,1,0.024890505,0.431119859,0.579748671,0.579860377,0.579787234
-2097,1,0.5084,1,1,1,1,1,1,1,1,0.3698,0.5084,0.3862,1,0.3367,1,1,1,1,1,1,0.4596,0.3367,0.4224,1,0.5765,1,1,1,0.0792,0.5765,0.355,1,1,1,1,1,0.425485462,0.545245945,0.965646505,1,1,1,1,1,0.554425836,0.585873425,1,1,1,1,1,1,0.055342004,0.602086067,0.588448526,0.588533954,0.588652482
-2098,1,0.5081,1,1,1,1,1,1,1,1,0.3693,0.5081,0.422,1,0.3365,1,1,1,1,1,1,0.3371,0.3365,0.4196,1,0.5764,1,1,1,0.0614,0.5764,0.3978,1,1,1,1,1,0.302777678,0.598082006,0.939345002,1,1,1,1,1,0.428997576,0.599374652,1,1,1,1,1,1,0.052605759,0.615815222,0.595275495,0.595303575,0.595301418
-2099,1,0.5077,1,1,1,1,1,1,1,1,0.3576,0.5077,0.4326,1,0.3362,1,1,1,1,1,1,0.3608,0.3362,0.4247,1,0.5763,1,1,1,0.0407,0.5763,0.4231,1,1,1,1,1,0.316363692,0.611638427,0.77428174,1,1,1,1,1,0.415052772,0.634793937,0.975451648,1,1,1,1,1,0.028667193,0.596347511,0.596302562,0.596361329,0.596631206
-2100,1,0.5074,1,1,1,1,1,1,1,1,0.2967,0.5074,0.4121,1,0.336,1,1,1,1,1,1,0.3338,0.336,0.4602,1,0.5761,1,1,1,0.0389,0.5761,0.4242,1,1,1,1,1,0.271539718,0.601244688,0.631940961,1,1,1,1,1,0.397550166,0.680061221,0.714603722,1,1,1,1,1,0.031836092,0.588616252,0.592254712,0.592341866,0.592641844
-2101,1,0.507,1,1,1,1,1,1,1,1,0.2782,0.507,0.4057,1,0.3358,1,1,1,1,1,1,0.3209,0.3358,0.4552,1,0.576,1,1,1,0.0606,0.576,0.4469,1,1,1,1,1,0.245962635,0.598281682,0.821590066,1,1,1,1,1,0.407244503,0.676200747,0.998549819,1,1,1,1,1,0.082131535,0.555193424,0.589294345,0.589380157,0.589539007
-2102,1,0.5067,1,1,1,1,1,1,1,1,0.3044,0.5067,0.4261,1,0.3356,1,1,1,1,1,1,0.42,0.3356,0.4655,1,0.5759,1,1,1,0.1258,0.5759,0.415,1,1,1,1,1,0.353191942,0.628223419,0.862652183,1,1,1,1,1,0.509804249,0.661741853,0.973703504,1,1,1,1,1,0.189821973,0.589120746,0.579990333,0.579860377,0.580230496
-2103,1,0.5063,1,1,1,1,1,1,1,1,0.2501,0.5063,0.3988,1,0.3354,1,1,1,1,1,1,0.4832,0.3354,0.4156,1,0.5757,1,1,1,0.1535,0.5757,0.3778,1,1,1,1,1,0.322138309,0.610694647,0.834353805,1,1,1,1,1,0.544197202,0.645766556,1,1,1,1,1,1,0.247116998,0.593474984,0.576486225,0.576475566,0.576684397
-2104,1,0.5059,1,1,1,1,1,1,1,1,0.2552,0.5059,0.2941,1,0.3352,1,1,1,1,1,1,0.7479,0.3352,0.3156,1,0.5756,1,1,1,0.1299,0.5756,0.2866,1,1,1,1,1,0.33378455,0.548125267,0.783373117,1,1,1,1,1,0.723509073,0.567026079,0.995759249,1,1,1,1,1,0.229711816,0.513653576,0.5810174,0.581129681,0.581117021
-2105,1,0.5056,1,1,1,1,1,1,1,1,0.2636,0.5056,0.1285,1,0.335,1,1,1,1,1,1,0.7418,0.335,0.1611,1,0.5755,1,1,1,0.1742,0.5755,0.1227,1,1,1,1,1,0.363121927,0.354235023,0.662854314,1,1,1,1,1,0.711928964,0.416881353,0.791443467,1,1,1,1,1,0.294108599,0.357723266,0.59159014,0.591707214,0.591755319
-2106,1,0.5052,1,1,1,1,1,1,1,1,0.2029,0.5052,0,1,0.3348,1,1,1,1,1,1,0.6082,0.3348,0,1,0.5753,1,1,1,0.1769,0.5753,0,1,1,1,1,1,0.282754034,0,0.449526608,1,1,1,1,1,0.544215977,0.000219516,0.99720943,1,1,1,1,1,0.28624928,0,0.602162881,0.602073197,0.602393617
-2107,1,0.5049,1,1,1,1,1,1,1,1,0.1932,0.5049,0,1,0.3345,1,1,1,1,1,1,0.4468,0.3345,0,1,0.5752,1,1,1,0.3051,0.5752,0,1,1,1,1,1,0.27217263,0,0.330942899,1,1,1,1,1,0.449699491,0,0.983136415,1,1,1,1,1,0.558664203,0,0.622704205,0.622593611,0.622783688
-2108,1,0.5045,1,1,1,1,1,1,1,1,0.214,0.5045,0,1,0.3343,1,1,1,1,1,1,0.4473,0.3343,0,1,0.5751,1,1,1,0.3129,0.5751,0,1,1,1,1,1,0.255494505,0,0.248415083,1,1,1,1,1,0.433179826,0,0.659264147,1,1,1,1,1,0.625955939,0,0.611043983,0.610958325,0.611258865
-2109,1,0.5042,1,1,1,1,1,1,1,1,0.1024,0.5042,0,1,0.3341,1,1,1,1,1,1,0.054,0.3341,0,1,0.5749,1,1,1,0.2538,0.5749,0,1,1,1,1,1,0.113313265,0,0.336223453,1,1,1,1,1,0.055747494,0,0.611964464,1,1,1,1,1,0.550651014,0,0.571834219,0.571821451,0.571808511
-2110,1,0.5038,1,1,1,1,1,1,1,1,0.1002,0.5038,0,1,0.3339,1,1,1,1,1,1,0.0629,0.3339,0,1,0.5748,1,1,1,0.3564,0.5748,0,1,1,1,1,1,0.154789895,0,0.164386839,1,1,1,1,1,0.075239912,0,0.202434033,1,1,1,1,1,0.706849813,0,0.515103915,0.515125873,0.515070922
-2111,1,0.5035,1,1,1,1,1,1,1,1,0.1535,0.5035,0,1,0.3337,1,1,1,1,1,1,0.1602,0.3337,0,1,0.5747,1,1,1,0.3435,0.5747,0,1,1,1,1,1,0.189154983,0,0.279623747,1,1,1,1,1,0.188760459,0,0.264558911,1,1,1,1,1,0.649192035,0,0.465683905,0.465834567,0.465868794
-2112,1,0.5031,1,1,1,1,1,1,1,1,0.2193,0.5031,0,1,0.3335,1,1,1,1,1,1,0.2118,0.3335,0,1,0.5745,1,1,1,0.3312,0.5745,0,1,1,1,1,1,0.245214373,0,0.250068605,1,1,1,1,1,0.225934237,0,0.184169903,1,1,1,1,1,0.634838164,0,0.43360319,0.433678866,0.433510638
-2113,1,0.5028,1,1,1,1,1,1,1,1,0.1671,0.5028,0,1,0.3333,1,1,1,1,1,1,0.1434,0.3333,0,1,0.5744,1,1,1,0.3077,0.5744,0,1,1,1,1,1,0.161683977,0,0.271128356,1,1,1,1,1,0.171697378,0,0.030484816,1,1,1,1,1,0.616345882,0,0.416505558,0.416543262,0.416666667
-2114,1,0.5024,1,1,1,1,1,1,1,1,0.2039,0.5024,0,1,0.3331,1,1,1,1,1,1,0.0875,0.3331,0,1,0.5743,1,1,1,0.2675,0.5743,0,1,1,1,1,1,0.190114439,0,0.231147259,1,1,1,1,1,0.099871516,0,0,1,1,1,1,1,0.54362011,0,0.408953601,0.408927438,0.409131206
-2115,1,0.5021,1,1,1,1,1,1,1,1,0.1807,0.5021,0,1,0.3328,1,1,1,1,1,1,0.0344,0.3328,0,1,0.5742,1,1,1,0.3227,0.5742,0,1,1,1,1,1,0.14072293,0,0.300540864,1,1,1,1,1,0.068222702,0,0.075483248,1,1,1,1,1,0.632940114,0,0.407503625,0.407446583,0.407358156
-2116,1,0.5017,1,1,1,1,1,1,1,1,0.3448,0.5017,0,1,0.3326,1,1,1,1,1,1,0.2371,0.3326,0,1,0.574,1,1,1,0.3554,0.574,0,1,1,1,1,1,0.323979676,0,0.332995296,1,1,1,1,1,0.299325615,0,0.302121997,1,1,1,1,1,0.619051576,0,0.420070082,0.419928073,0.419769504
-2117,1,0.5014,1,1,1,1,1,1,1,1,0.2973,0.5014,0,1,0.3324,1,1,1,1,1,1,0.2257,0.3324,0,1,0.5739,1,1,1,0.4105,0.5739,0,1,1,1,1,1,0.264719605,0,0.349836946,1,1,1,1,1,0.220784232,0,0.406285584,1,1,1,1,1,0.670942903,0,0.460911068,0.460968902,0.460992908
-2118,1,0.501,1,1,1,1,1,1,1,1,0.2366,0.501,0.0348,1,0.3322,1,1,1,1,1,1,0.214,0.3322,0.0441,1,0.5738,1,1,1,0.4775,0.5738,0.036,1,1,1,1,1,0.232860252,0.298092425,0.391262233,1,1,1,1,1,0.213067293,0.286190867,0.366284311,1,1,1,1,1,0.742978871,0.374086261,0.533651522,0.533742331,0.533687943
-2119,1,0.5007,1,1,1,1,1,1,1,1,0.2114,0.5007,0.2341,1,0.332,1,1,1,1,1,1,0.2176,0.332,0.2563,1,0.5736,1,1,1,0.533,0.5736,0.2292,1,1,1,1,1,0.203420758,0.688368618,0.347885311,1,1,1,1,1,0.18309924,0.698394954,0.312140882,1,1,1,1,1,0.763351858,0.732803464,0.575277912,0.575417813,0.57535461
-2120,1,0.5003,1,1,1,1,1,1,1,1,0.3738,0.5003,0.4473,1,0.3318,1,1,1,1,1,1,0.5034,0.3318,0.4724,1,0.5735,1,1,1,0.484,0.5735,0.4234,1,1,1,1,1,0.462790072,0.929841995,0.301579088,1,1,1,1,1,0.499067187,0.936419189,0.451868355,1,1,1,1,1,0.645098746,0.939621508,0.582950701,0.582822086,0.582890071
-2121,1,0.4999,1,1,1,1,1,1,1,1,0.3205,0.4999,0.6206,1,0.3316,1,1,1,1,1,1,0.4494,0.3316,0.6332,1,0.5734,1,1,1,0.6486,0.5734,0.5901,1,1,1,1,1,0.443046004,0.99999094,0.271269947,1,1,1,1,1,0.485341519,1,0.550396621,1,1,1,1,1,0.787723482,0.998232961,0.58421943,0.584302941,0.584219858
-2122,1,0.4996,1,1,1,1,1,1,1,1,0.3145,0.4996,0.7471,1,0.3314,1,1,1,1,1,1,0.2632,0.3314,0.7473,1,0.5732,1,1,1,0.5817,0.5732,0.7017,1,1,1,1,1,0.405037314,1,0.269026965,1,1,1,1,1,0.301399559,1,0.581048727,1,1,1,1,1,0.688553572,1,0.585488159,0.585572245,0.585549645
-2123,1,0.4992,1,1,1,1,1,1,1,1,0.2541,0.4992,0.7657,1,0.3312,1,1,1,1,1,1,0.2653,0.3312,0.7719,1,0.5731,1,1,1,0.5287,0.5731,0.7304,1,1,1,1,1,0.374217808,1,0.217990279,1,1,1,1,1,0.270332307,1,0.295771241,1,1,1,1,1,0.761522889,0.997911811,0.580956984,0.58091813,0.581117021
-2124,1,0.4989,1,1,1,1,1,1,1,1,0.189,0.4989,0.7661,1,0.3309,1,1,1,1,1,1,0.1406,0.3309,0.7706,1,0.573,1,1,1,0.6229,0.573,0.7352,1,1,1,1,1,0.300850838,1,0.24757129,1,1,1,1,1,0.135394335,1,0.277479887,1,1,1,1,1,0.819962263,0.99821949,0.5709884,0.570975249,0.571365248
-2125,1,0.4985,1,1,1,1,1,1,1,1,0.1722,0.4985,0.7566,1,0.3307,1,1,1,1,1,1,0.0718,0.3307,0.7614,1,0.5728,1,1,1,0.5854,0.5728,0.6932,1,1,1,1,1,0.273744464,1,0.349771559,1,1,1,1,1,0.07017307,1,0.260669649,1,1,1,1,1,0.800981522,0.999500811,0.564886419,0.564840279,0.565159574
-2126,1,0.4982,1,1,1,1,1,1,1,1,0.1061,0.4982,0.7129,1,0.3305,1,1,1,1,1,1,0.0205,0.3305,0.7266,1,0.5727,1,1,1,0.6147,0.5727,0.6498,1,1,1,1,1,0.215732396,1,0.190847069,1,1,1,1,1,0.021658447,1,0.213025942,1,1,1,1,1,0.781267405,0.998529017,0.55358869,0.553628094,0.553634752
-2127,1,0.4978,1,1,1,1,1,1,1,1,0.0491,0.4978,0.5686,1,0.3303,1,1,1,1,1,1,0.0189,0.3303,0.5963,1,0.5726,1,1,1,0.4451,0.5726,0.5126,1,1,1,1,1,0.13529247,0.999579072,0.134440422,1,1,1,1,1,0.014296038,0.980640829,0.090512305,1,1,1,1,1,0.606415272,0.992723763,0.543257612,0.543262111,0.543439716
-2128,1,0.4975,1,1,1,1,1,1,1,1,0.0558,0.4975,0.3842,1,0.3301,1,1,1,1,1,1,0.0316,0.3301,0.4179,1,0.5724,1,1,1,0.4141,0.5724,0.3443,1,1,1,1,1,0.149060726,0.889121056,0.14198406,1,1,1,1,1,0.02667735,0.856366158,0.078691632,1,1,1,1,1,0.647889018,0.848412752,0.539149348,0.539242649,0.539450355
-2129,1,0.4971,1,1,1,1,1,1,1,1,0.034,0.4971,0.1565,1,0.3299,1,1,1,1,1,1,0.0092,0.3299,0.2005,1,0.5723,1,1,1,0.2655,0.5723,0.1315,1,1,1,1,1,0.084690906,0.6108042,0.215452552,1,1,1,1,1,0.009285019,0.596009433,0.075604975,1,1,1,1,1,0.427304983,0.577690065,0.538786854,0.538819547,0.539007092
-2130,1,0.4968,1,1,1,1,1,1,1,1,0.018,0.4968,0.0002,1,0.3297,1,1,1,1,1,1,0,0.3297,0.0016,1,0.5722,1,1,1,0.179,0.5722,0.0004,1,1,1,1,1,0.041039925,0.019090872,0.170804664,1,1,1,1,1,0.003158724,0.008397481,0.140457869,1,1,1,1,1,0.352947831,0,0.542049299,0.541992807,0.542109929
-2131,1,0.4964,1,1,1,1,1,1,1,1,0.0184,0.4964,0,1,0.3295,1,1,1,1,1,1,0,0.3295,0,1,0.5721,1,1,1,0.1757,0.5721,0,1,1,1,1,1,0.026072886,0,0.093571916,1,1,1,1,1,0.01291729,0,0.050005242,1,1,1,1,1,0.397973031,0,0.572075882,0.572033002,0.572251773
-2132,1,0.4961,1,1,1,1,1,1,1,1,0.0488,0.4961,0,1,0.3292,1,1,1,1,1,1,0.005,0.3292,0,1,0.5719,1,1,1,0.1919,0.5719,0,1,1,1,1,1,0.054681472,0,0.088610739,1,1,1,1,1,0.051216558,0,0.035685867,1,1,1,1,1,0.4759399,0,0.571955051,0.571821451,0.571808511
-2133,1,0.4957,1,1,1,1,1,1,1,1,0.0631,0.4957,0,1,0.329,1,1,1,1,1,1,0.0302,0.329,0,1,0.5718,1,1,1,0.1706,0.5718,0,1,1,1,1,1,0.124682918,0,0.132089496,1,1,1,1,1,0.142777562,0,0.088131681,1,1,1,1,1,0.476877868,0,0.545976317,0.54601227,0.546099291
-2134,1,0.4954,1,1,1,1,1,1,1,1,0.0642,0.4954,0,1,0.3288,1,1,1,1,1,1,0.1213,0.3288,0,1,0.5717,1,1,1,0.1907,0.5717,0,1,1,1,1,1,0.180384204,0,0.108533859,1,1,1,1,1,0.195083186,0,0,1,1,1,1,1,0.557246625,0,0.50459159,0.50475989,0.504432624
-2135,1,0.495,1,1,1,1,1,1,1,1,0.0351,0.495,0,1,0.3286,1,1,1,1,1,1,0.0338,0.3286,0,1,0.5715,1,1,1,0.1612,0.5715,0,1,1,1,1,1,0.11800833,0,0.073920198,1,1,1,1,1,0.105477735,0,0,1,1,1,1,1,0.472838461,0,0.459461092,0.459488047,0.459663121
-2136,1,0.4947,1,1,1,1,1,1,1,1,0.0489,0.4947,0,1,0.3284,1,1,1,1,1,1,0.0545,0.3284,0,1,0.5714,1,1,1,0.1888,0.5714,0,1,1,1,1,1,0.160442501,0,0.085768476,1,1,1,1,1,0.12484134,0,0,1,1,1,1,1,0.511091292,0,0.423936684,0.423947535,0.424202128
-2137,1,0.4943,1,1,1,1,1,1,1,1,0.0516,0.4943,0,1,0.3282,1,1,1,1,1,1,0.0658,0.3282,0,1,0.5713,1,1,1,0.1958,0.5713,0,1,1,1,1,1,0.122756928,0,0.130084023,1,1,1,1,1,0.128472686,0,0,1,1,1,1,1,0.512136161,0,0.404482842,0.404484874,0.404698582
-2138,1,0.494,1,1,1,1,1,1,1,1,0.0597,0.494,0,1,0.328,1,1,1,1,1,1,0.0167,0.328,0,1,0.5711,1,1,1,0.1709,0.5711,0,1,1,1,1,1,0.085967727,0,0.180239722,1,1,1,1,1,0.079580888,0,0.02755864,1,1,1,1,1,0.406566292,0,0.394574674,0.394541993,0.394503546
-2139,1,0.4936,1,1,1,1,1,1,1,1,0.049,0.4936,0,1,0.3278,1,1,1,1,1,1,0.0464,0.3278,0,1,0.571,1,1,1,0.2041,0.571,0,1,1,1,1,1,0.097124524,0,0.246857077,1,1,1,1,1,0.07802096,0,0.069874607,1,1,1,1,1,0.430379093,0,0.391553891,0.391580283,0.391400709
-2140,1,0.4932,1,1,1,1,1,1,1,1,0.0377,0.4932,0,1,0.3275,1,1,1,1,1,1,0.0161,0.3275,0,1,0.5709,1,1,1,0.1719,0.5709,0,1,1,1,1,1,0.100610398,0,0.175417274,1,1,1,1,1,0.040539883,0,0.657546878,1,1,1,1,1,0.331915557,0,0.394755921,0.394753543,0.394503546
-2141,1,0.4929,1,1,1,1,1,1,1,1,0.0464,0.4929,0,1,0.3273,1,1,1,1,1,1,0.0364,0.3273,0,1,0.5707,1,1,1,0.1335,0.5707,0,1,1,1,1,1,0.087341592,0,0.380016208,1,1,1,1,1,0.060402125,0,0.983223915,1,1,1,1,1,0.254624277,0,0.409497342,0.40956209,0.409574468
-2142,1,0.4925,1,1,1,1,1,1,1,1,0.0415,0.4925,0.0002,1,0.3271,1,1,1,1,1,1,0.0274,0.3271,0,1,0.5706,1,1,1,0.1226,0.5706,0.0375,1,1,1,1,1,0.102598697,0.012517329,0.806171179,1,1,1,1,1,0.036647983,0,0.981287539,1,1,1,1,1,0.214944914,0.154244468,0.436563557,0.436640575,0.436613475
-2143,1,0.4922,1,1,1,1,1,1,1,1,0.0188,0.4922,0.0882,1,0.3269,1,1,1,1,1,1,0.0427,0.3269,0.0678,1,0.5705,1,1,1,0.1088,0.5705,0.2162,1,1,1,1,1,0.053490348,0.149885088,0.61306113,1,1,1,1,1,0.050864838,0.074005626,0.993413687,1,1,1,1,1,0.233619332,0.4920941,0.474323345,0.474296594,0.474734043
-2144,1,0.4918,1,1,1,1,1,1,1,1,0.011,0.4918,0.2562,1,0.3267,1,1,1,1,1,1,0.0477,0.3267,0.2867,1,0.5703,1,1,1,0.029,0.5703,0.348,1,1,1,1,1,0.041817345,0.387214124,0.620738328,1,1,1,1,1,0.056378789,0.474837035,0.889653683,1,1,1,1,1,0.063452512,0.621639013,0.517278879,0.517241379,0.517287234
-2145,1,0.4915,1,1,1,1,1,1,1,1,0.0046,0.4915,0.3786,1,0.3265,1,1,1,1,1,1,0.0491,0.3265,0.3682,1,0.5702,1,1,1,0.0082,0.5702,0.4609,1,1,1,1,1,0.020891329,0.554850459,0.644790411,1,1,1,1,1,0.065625578,0.522950172,0.924168706,1,1,1,1,1,0.008182024,0.627215743,0.543438859,0.543473662,0.543439716
-2146,1,0.4911,1,1,1,1,1,1,1,1,0.0268,0.4911,0.4047,1,0.3263,1,1,1,1,1,1,0.1222,0.3263,0.4194,1,0.5701,1,1,1,0.0289,0.5701,0.5524,1,1,1,1,1,0.034460314,0.5822559,0.747157633,1,1,1,1,1,0.124789298,0.58887893,1,1,1,1,1,1,0.014656316,0.646971583,0.558361527,0.558282209,0.558510638
-2147,1,0.4908,1,1,1,1,1,1,1,1,0.038,0.4908,0.4264,1,0.3261,1,1,1,1,1,1,0.1361,0.3261,0.421,1,0.57,1,1,1,0.032,0.57,0.6767,1,1,1,1,1,0.042161375,0.601284564,0.93050158,1,1,1,1,1,0.132014528,0.584897161,1,1,1,1,1,1,0.037203554,0.724350572,0.560898985,0.560820817,0.561170213
-2148,1,0.4904,1,1,1,1,1,1,1,1,0.0242,0.4904,0.4633,1,0.3259,1,1,1,1,1,1,0.2175,0.3259,0.4735,1,0.5698,1,1,1,0.0146,0.5698,0.7092,1,1,1,1,1,0.024494968,0.667667508,0.917931437,1,1,1,1,1,0.195686743,0.677599311,1,1,1,1,1,1,0.011891515,0.752363563,0.556065732,0.555955151,0.556294326
-2149,1,0.4901,1,1,1,1,1,1,1,1,0.0296,0.4901,0.4704,1,0.3256,1,1,1,1,1,1,0.1282,0.3256,0.4678,1,0.5697,1,1,1,0.0447,0.5697,0.746,1,1,1,1,1,0.012465203,0.675257742,0.862262011,1,1,1,1,1,0.114309527,0.668555498,1,1,1,1,1,1,0.063041851,0.829344571,0.543318028,0.543473662,0.543439716
-2150,1,0.4897,1,1,1,1,1,1,1,1,0.0367,0.4897,0.4735,1,0.3254,1,1,1,1,1,1,0.068,0.3254,0.4481,1,0.5696,1,1,1,0.0335,0.5696,0.6949,1,1,1,1,1,0.011290095,0.729632854,0.911075115,1,1,1,1,1,0.052091297,0.632131755,0.996649265,1,1,1,1,1,0.079195455,0.991899848,0.531416143,0.531415274,0.531914894
-2151,1,0.4894,1,1,1,1,1,1,1,1,0.0441,0.4894,0.4192,1,0.3252,1,1,1,1,1,1,0.0145,0.3252,0.4137,1,0.5694,1,1,1,0.0559,0.5694,0.547,1,1,1,1,1,0.010740448,0.70072037,0.984258413,1,1,1,1,1,0.015364009,0.567938983,0.999763608,1,1,1,1,1,0.102764383,0.978371203,0.523985017,0.524011001,0.52393617
-2152,1,0.489,1,1,1,1,1,1,1,1,0.0271,0.489,0.3137,1,0.325,1,1,1,1,1,1,0,0.325,0.3232,1,0.5693,1,1,1,0.0487,0.5693,0.3611,1,1,1,1,1,0.005148791,0.649596214,0.759607017,1,1,1,1,1,0.002558082,0.493977189,0.895842671,1,1,1,1,1,0.09949296,0.870839179,0.52477042,0.524857203,0.524822695
-2153,1,0.4887,1,1,1,1,1,1,1,1,0.0062,0.4887,0.1351,1,0.3248,1,1,1,1,1,1,0,0.3248,0.1625,1,0.5692,1,1,1,0.0537,0.5692,0.13,1,1,1,1,1,0.001568698,0.424598336,0.710629463,1,1,1,1,1,0.000650199,0.381471097,0.645158648,1,1,1,1,1,0.11397852,0.593866169,0.531536974,0.531626825,0.531914894
-2154,1,0.4883,1,1,1,1,1,1,1,1,0.0012,0.4883,0,1,0.3246,1,1,1,1,1,1,0,0.3246,0,1,0.569,1,1,1,0.066,0.569,0.0009,1,1,1,1,1,0.003932552,0,0.557523012,1,1,1,1,1,0.001071307,0.000360775,0.588125467,1,1,1,1,1,0.148189247,0,0.537216046,0.537127142,0.537234043
-2155,1,0.488,1,1,1,1,1,1,1,1,0.0015,0.488,0,1,0.3244,1,1,1,1,1,1,0,0.3244,0,1,0.5689,1,1,1,0.0609,0.5689,0,1,1,1,1,1,0.007241916,0,0.355947077,1,1,1,1,1,0.000910299,0,0.353875399,1,1,1,1,1,0.118898585,0,0.560113581,0.560186165,0.560283688
-2156,1,0.4876,1,1,1,1,1,1,1,1,0.0073,0.4876,0,1,0.3242,1,1,1,1,1,1,0,0.3242,0,1,0.5688,1,1,1,0.0952,0.5688,0,1,1,1,1,1,0.03906329,0,0.234336793,1,1,1,1,1,0.003126944,0,0.263114929,1,1,1,1,1,0.15052177,0,0.557636539,0.557647557,0.557624113
-2157,1,0.4872,1,1,1,1,1,1,1,1,0.0025,0.4872,0,1,0.3239,1,1,1,1,1,1,0.0029,0.3239,0,1,0.5686,1,1,1,0.0872,0.5686,0,1,1,1,1,1,0.043302074,0,0.227064013,1,1,1,1,1,0.004791957,0,0.151329041,1,1,1,1,1,0.126404569,0,0.535403577,0.535434737,0.535460993
-2158,1,0.4869,1,1,1,1,1,1,1,1,0.0033,0.4869,0,1,0.3237,1,1,1,1,1,1,0.0195,0.3237,0,1,0.5685,1,1,1,0.0557,0.5685,0,1,1,1,1,1,0.053038515,0,0.197154999,1,1,1,1,1,0.011426532,0,0.084226966,1,1,1,1,1,0.076950133,0,0.50181247,0.501798181,0.502216312
-2159,1,0.4865,1,1,1,1,1,1,1,1,0.0216,0.4865,0,1,0.3235,1,1,1,1,1,1,0.0609,0.3235,0,1,0.5684,1,1,1,0.0353,0.5684,0,1,1,1,1,1,0.082262732,0,0.126260266,1,1,1,1,1,0.037451081,0,0.037768066,1,1,1,1,1,0.040129095,0,0.463086032,0.463084409,0.46320922
-2160,1,0.4862,1,1,1,1,1,1,1,1,0.0294,0.4862,0,1,0.3233,1,1,1,1,1,1,0.0449,0.3233,0,1,0.5682,1,1,1,0.0216,0.5682,0,1,1,1,1,1,0.088893592,0,0.143198431,1,1,1,1,1,0.021151856,0,0.043347646,1,1,1,1,1,0.028047394,0,0.432092798,0.431986461,0.432180851
-2161,1,0.4858,1,1,1,1,1,1,1,1,0.0302,0.4858,0,1,0.3231,1,1,1,1,1,1,0.0769,0.3231,0,1,0.5681,1,1,1,0.0273,0.5681,0,1,1,1,1,1,0.074954994,0,0.0800054,1,1,1,1,1,0.044168837,0,0,1,1,1,1,1,0.040623866,0,0.412941034,0.41273535,0.413120567
-2162,1,0.4855,1,1,1,1,1,1,1,1,0.0424,0.4855,0,1,0.3229,1,1,1,1,1,1,0.1088,0.3229,0,1,0.568,1,1,1,0.0252,0.568,0,1,1,1,1,1,0.070783541,0,0.050645545,1,1,1,1,1,0.084644407,0,0.007590838,1,1,1,1,1,0.040826738,0,0.403757854,0.403850222,0.403812057
-2163,1,0.4851,1,1,1,1,1,1,1,1,0.0554,0.4851,0,1,0.3227,1,1,1,1,1,1,0.1179,0.3227,0,1,0.5679,1,1,1,0.0183,0.5679,0,1,1,1,1,1,0.057813447,0,0.094445623,1,1,1,1,1,0.10231515,0,0.065183513,1,1,1,1,1,0.039665785,0,0.400132914,0.40004231,0.400265957
-2164,1,0.4848,1,1,1,1,1,1,1,1,0.0503,0.4848,0,1,0.3225,1,1,1,1,1,1,0.1137,0.3225,0,1,0.5677,1,1,1,0.0241,0.5677,0,1,1,1,1,1,0.038352847,0,0.161953643,1,1,1,1,1,0.096253574,0,0.167065188,1,1,1,1,1,0.052356035,0,0.401884969,0.401734715,0.402039007
-2165,1,0.4844,1,1,1,1,1,1,1,1,0.0486,0.4844,0,1,0.3222,1,1,1,1,1,1,0.0821,0.3222,0,1,0.5676,1,1,1,0.0259,0.5676,0,1,1,1,1,1,0.032021083,0,0.153492481,1,1,1,1,1,0.06536641,0,0.083239272,1,1,1,1,1,0.06638559,0,0.413122281,0.413158451,0.413120567
-2166,1,0.4841,1,1,1,1,1,1,1,1,0.0389,0.4841,0.037,1,0.322,1,1,1,1,1,1,0.0537,0.322,0.0339,1,0.5675,1,1,1,0.0349,0.5675,0.041,1,1,1,1,1,0.025988787,0.255522639,0.102215692,1,1,1,1,1,0.038458958,0.185652897,0.022036914,1,1,1,1,1,0.092653528,0.424500763,0.429797003,0.429870954,0.429964539
-2167,1,0.4837,1,1,1,1,1,1,1,1,0.0255,0.4837,0.2248,1,0.3218,1,1,1,1,1,1,0.0363,0.3218,0.217,1,0.5673,1,1,1,0.0309,0.5673,0.2191,1,1,1,1,1,0.008294512,0.566683531,0.04696982,1,1,1,1,1,0.027848249,0.458176613,0.008510472,1,1,1,1,1,0.115722142,0.739730477,0.454325761,0.454410831,0.454343972
-2168,1,0.4834,1,1,1,1,1,1,1,1,0.0001,0.4834,0.4018,1,0.3216,1,1,1,1,1,1,0,0.3216,0.365,1,0.5672,1,1,1,0.0178,0.5672,0.3909,1,1,1,1,1,0.000194679,0.730523288,0.063773364,1,1,1,1,1,0,0.631613672,0.010059426,1,1,1,1,1,0.074513845,0.959661543,0.485439826,0.485508779,0.48537234
-2169,1,0.483,1,1,1,1,1,1,1,1,0,0.483,0.5175,1,0.3214,1,1,1,1,1,1,0,0.3214,0.47,1,0.5671,1,1,1,0.0027,0.5671,0.5293,1,1,1,1,1,0,0.777365446,0.064366415,1,1,1,1,1,0,0.668397248,0,1,1,1,1,1,0.01409546,0.973358393,0.505437409,0.505606093,0.505762411
-2170,1,0.4827,1,1,1,1,1,1,1,1,0,0.4827,0.5659,1,0.3212,1,1,1,1,1,1,0,0.3212,0.4742,1,0.5669,1,1,1,0,0.5669,0.5899,1,1,1,1,1,1.99E-05,0.748992085,0.009108027,1,1,1,1,1,3.24E-05,0.654955506,0,1,1,1,1,1,0.004161812,0.920098126,0.513049783,0.513010366,0.51285461
-2171,1,0.4823,1,1,1,1,1,1,1,1,0.0068,0.4823,0.5358,1,0.321,1,1,1,1,1,1,0,0.321,0.457,1,0.5668,1,1,1,0.0016,0.5668,0.5509,1,1,1,1,1,0.010462735,0.697507143,0.008737891,1,1,1,1,1,0.00112821,0.648838103,0,1,1,1,1,1,0.007460317,0.943111062,0.514318511,0.51427967,0.51462766
-2172,1,0.482,1,1,1,1,1,1,1,1,0.0464,0.482,0.5103,1,0.3208,1,1,1,1,1,1,0,0.3208,0.4717,1,0.5667,1,1,1,0.0001,0.5667,0.4731,1,1,1,1,1,0.032999404,0.665670156,0.016516345,1,1,1,1,1,0.006702609,0.690283895,0,1,1,1,1,1,0.011261608,0.818701744,0.514076849,0.514068119,0.514184397
-2173,1,0.4816,1,1,1,1,1,1,1,1,0.0978,0.4816,0.49,1,0.3205,1,1,1,1,1,1,0.0222,0.3205,0.4841,1,0.5665,1,1,1,0.0059,0.5665,0.4278,1,1,1,1,1,0.056221813,0.642728329,0.019125748,1,1,1,1,1,0.043034256,0.679630756,0,1,1,1,1,1,0.020250537,0.639585853,0.510814403,0.510683309,0.510638298
-2174,1,0.4813,1,1,1,1,1,1,1,1,0.1328,0.4813,0.4501,1,0.3203,1,1,1,1,1,1,0.0356,0.3203,0.4229,1,0.5664,1,1,1,0.0222,0.5664,0.3492,1,1,1,1,1,0.073986813,0.649714887,0.005723024,1,1,1,1,1,0.074951574,0.622908592,0.012258377,1,1,1,1,1,0.03978046,0.541175783,0.507491542,0.507510049,0.507535461
-2175,1,0.4809,1,1,1,1,1,1,1,1,0.1699,0.4809,0.3662,1,0.3201,1,1,1,1,1,1,0.0641,0.3201,0.3364,1,0.5663,1,1,1,0.0201,0.5663,0.3038,1,1,1,1,1,0.10921938,0.538159013,0.005152978,1,1,1,1,1,0.098959669,0.459990442,0.091343202,1,1,1,1,1,0.042986985,0.518229902,0.510451909,0.510471758,0.510638298
-2176,1,0.4805,1,1,1,1,1,1,1,1,0.1756,0.4805,0.213,1,0.3199,1,1,1,1,1,1,0.0137,0.3199,0.1942,1,0.5661,1,1,1,0.0274,0.5661,0.2192,1,1,1,1,1,0.106667615,0.305924892,0.021572903,1,1,1,1,1,0.035982598,0.281972587,0.136462301,1,1,1,1,1,0.033477552,0.354088813,0.525314161,0.525280305,0.525265957
-2177,1,0.4802,1,1,1,1,1,1,1,1,0.147,0.4802,0.0551,1,0.3197,1,1,1,1,1,1,0.0206,0.3197,0.049,1,0.566,1,1,1,0.0269,0.566,0.1198,1,1,1,1,1,0.054406907,0.091979422,0.073518679,1,1,1,1,1,0.04334107,0.07907892,0.072221734,1,1,1,1,1,0.031291325,0.103269748,0.547547124,0.547704675,0.54787234
-2178,1,0.4798,1,1,1,1,1,1,1,1,0.0793,0.4798,0,1,0.3195,1,1,1,1,1,1,0.0041,0.3195,0,1,0.5659,1,1,1,0.0346,0.5659,0,1,1,1,1,1,0.0164329,0,0.077771828,1,1,1,1,1,0.010718719,0,0.056515709,1,1,1,1,1,0.03418795,0,0.56361769,0.563782526,0.563386525
-2179,1,0.4795,1,1,1,1,1,1,1,1,0.0547,0.4795,0,1,0.3193,1,1,1,1,1,1,0.0217,0.3193,0,1,0.5658,1,1,1,0.0614,0.5658,0,1,1,1,1,1,0.011007748,0,0.061593629,1,1,1,1,1,0.028729308,0,0.069752619,1,1,1,1,1,0.037652072,0,0.582346544,0.582398985,0.582446809
-2180,1,0.4791,1,1,1,1,1,1,1,1,0.0631,0.4791,0,1,0.3191,1,1,1,1,1,1,0.0296,0.3191,0,1,0.5656,1,1,1,0.0491,0.5656,0,1,1,1,1,1,0.017342083,0,0.182969421,1,1,1,1,1,0.032168947,0,0.067474082,1,1,1,1,1,0.047755215,0,0.567605123,0.567590438,0.567375887
-2181,1,0.4788,1,1,1,1,1,1,1,1,0.0855,0.4788,0,1,0.3189,1,1,1,1,1,1,0.064,0.3189,0,1,0.5655,1,1,1,0.0467,0.5655,0,1,1,1,1,1,0.025373116,0,0.145282671,1,1,1,1,1,0.060574885,0,0.111936912,1,1,1,1,1,0.048329368,0,0.530751571,0.530780622,0.531028369
-2182,1,0.4784,1,1,1,1,1,1,1,1,0.0938,0.4784,0,1,0.3186,1,1,1,1,1,1,0.0802,0.3186,0,1,0.5654,1,1,1,0.0437,0.5654,0,1,1,1,1,1,0.046636179,0,0.090332188,1,1,1,1,1,0.077525154,0,0.064325914,1,1,1,1,1,0.06300126,0,0.483446109,0.483393273,0.483156028
-2183,1,0.4781,1,1,1,1,1,1,1,1,0.0547,0.4781,0,1,0.3184,1,1,1,1,1,1,0.2093,0.3184,0,1,0.5652,1,1,1,0.0263,0.5652,0,1,1,1,1,1,0.046311028,0,0.063679472,1,1,1,1,1,0.170476466,0,0.056404192,1,1,1,1,1,0.045172699,0,0.439946834,0.439813835,0.440159574
-2184,1,0.4777,1,1,1,1,1,1,1,1,0.032,0.4777,0,1,0.3182,1,1,1,1,1,1,0.24,0.3182,0,1,0.5651,1,1,1,0.0419,0.5651,0,1,1,1,1,1,0.048337094,0,0.095568344,1,1,1,1,1,0.211036459,0,0.060120687,1,1,1,1,1,0.086458147,0,0.411309812,0.411254495,0.411347518
-2185,1,0.4774,1,1,1,1,1,1,1,1,0.0305,0.4774,0,1,0.318,1,1,1,1,1,1,0.3166,0.318,0,1,0.565,1,1,1,0.0467,0.565,0,1,1,1,1,1,0.064567335,0,0.096129261,1,1,1,1,1,0.298412532,0,0.043177225,1,1,1,1,1,0.099587217,0,0.395662156,0.395811297,0.395833333
-2186,1,0.477,1,1,1,1,1,1,1,1,0.0529,0.477,0,1,0.3178,1,1,1,1,1,1,0.4401,0.3178,0,1,0.5648,1,1,1,0.0566,0.5648,0,1,1,1,1,1,0.106034793,0,0.149702668,1,1,1,1,1,0.431478173,0,0,1,1,1,1,1,0.110057235,0,0.389801837,0.389676327,0.390070922
-2187,1,0.4767,1,1,1,1,1,1,1,1,0.0779,0.4767,0,1,0.3176,1,1,1,1,1,1,0.376,0.3176,0,1,0.5647,1,1,1,0.0732,0.5647,0,1,1,1,1,1,0.138484299,0,0.139156088,1,1,1,1,1,0.448260993,0,0.011616754,1,1,1,1,1,0.148079634,0,0.390708072,0.390734081,0.390514184
-2188,1,0.4763,1,1,1,1,1,1,1,1,0.1001,0.4763,0,1,0.3174,1,1,1,1,1,1,0.3356,0.3174,0,1,0.5646,1,1,1,0.0789,0.5646,0,1,1,1,1,1,0.14188689,0,0.140225112,1,1,1,1,1,0.377688169,0,0.087884292,1,1,1,1,1,0.215695024,0,0.404724505,0.404907975,0.404698582
-2189,1,0.476,1,1,1,1,1,1,1,1,0.1652,0.476,0,1,0.3172,1,1,1,1,1,1,0.2223,0.3172,0,1,0.5644,1,1,1,0.1211,0.5644,0,1,1,1,1,1,0.143565714,0,0.079133861,1,1,1,1,1,0.308508217,0,0.391520917,1,1,1,1,1,0.294185996,0,0.449975834,0.449968267,0.449911348
-2190,1,0.4756,1,1,1,1,1,1,1,1,0.206,0.4756,0.0202,1,0.3169,1,1,1,1,1,1,0.1511,0.3169,0.0353,1,0.5643,1,1,1,0.1763,0.5643,0.0334,1,1,1,1,1,0.17028904,0.128109232,0.06498152,1,1,1,1,1,0.202305496,0.169255719,0.292907059,1,1,1,1,1,0.375039637,0.178345039,0.527368294,0.527395811,0.52748227
-2191,1,0.4753,1,1,1,1,1,1,1,1,0.1744,0.4753,0.2003,1,0.3167,1,1,1,1,1,1,0.1149,0.3167,0.2328,1,0.5642,1,1,1,0.2083,0.5642,0.226,1,1,1,1,1,0.207402095,0.508085132,0.135178283,1,1,1,1,1,0.161580443,0.539457679,0.313797951,1,1,1,1,1,0.408155382,0.54765588,0.573586274,0.573725407,0.574024823
-2192,1,0.4749,1,1,1,1,1,1,1,1,0.293,0.4749,0.3569,1,0.3165,1,1,1,1,1,1,0.3988,0.3165,0.3991,1,0.564,1,1,1,0.2169,0.564,0.4395,1,1,1,1,1,0.267240077,0.692430019,0.438349187,1,1,1,1,1,0.447849691,0.703404903,0.884636998,1,1,1,1,1,0.380469322,0.792599261,0.587361044,0.587476201,0.587322695
-2193,1,0.4745,1,1,1,1,1,1,1,1,0.366,0.4745,0.4826,1,0.3163,1,1,1,1,1,1,0.583,0.3163,0.5443,1,0.5639,1,1,1,0.267,0.5639,0.5961,1,1,1,1,1,0.338257492,0.832036734,0.520628333,1,1,1,1,1,0.630054951,0.779238105,0.736341059,1,1,1,1,1,0.429458648,0.891874671,0.593160947,0.593188069,0.593085106
-2194,1,0.4742,1,1,1,1,1,1,1,1,0.5705,0.4742,0.5807,1,0.3161,1,1,1,1,1,1,0.5409,0.3161,0.6581,1,0.5638,1,1,1,0.4531,0.5638,0.6715,1,1,1,1,1,0.505305171,0.88298142,0.373201698,1,1,1,1,1,0.63012141,0.901081264,0.581519961,1,1,1,1,1,0.623566031,0.890388429,0.596121315,0.596149778,0.596187943
-2195,1,0.4738,1,1,1,1,1,1,1,1,0.5227,0.4738,0.6111,1,0.3159,1,1,1,1,1,1,0.5143,0.3159,0.6947,1,0.5637,1,1,1,0.3153,0.5637,0.6489,1,1,1,1,1,0.442622066,0.91389823,0.371245652,1,1,1,1,1,0.597579241,0.957634926,0.848031998,1,1,1,1,1,0.354756206,0.860843599,0.591710971,0.591707214,0.591755319
-2196,1,0.4735,1,1,1,1,1,1,1,1,0.5081,0.4735,0.6514,1,0.3157,1,1,1,1,1,1,0.371,0.3157,0.7107,1,0.5635,1,1,1,0.3774,0.5635,0.7107,1,1,1,1,1,0.57242614,0.951030195,0.469277442,1,1,1,1,1,0.447836101,0.981128156,0.614678264,1,1,1,1,1,0.415975034,0.904455662,0.583252779,0.583245187,0.583333333
-2197,1,0.4731,1,1,1,1,1,1,1,1,0.4926,0.4731,0.6594,1,0.3155,1,1,1,1,1,1,0.6571,0.3155,0.7251,1,0.5634,1,1,1,0.5201,0.5634,0.697,1,1,1,1,1,0.621201694,0.966417074,0.731073737,1,1,1,1,1,0.658184052,0.987961411,0.560189545,1,1,1,1,1,0.629616082,0.919931889,0.577029966,0.577110218,0.57712766
-2198,1,0.4728,1,1,1,1,1,1,1,1,0.4325,0.4728,0.6682,1,0.3152,1,1,1,1,1,1,0.5904,0.3152,0.7135,1,0.5633,1,1,1,0.4843,0.5633,0.6609,1,1,1,1,1,0.621629596,0.98263967,0.866592705,1,1,1,1,1,0.638195157,0.997631669,0.555088222,1,1,1,1,1,0.60542345,0.874141097,0.566517641,0.566532685,0.566489362
-2199,1,0.4724,1,1,1,1,1,1,1,1,0.3476,0.4724,0.5455,1,0.315,1,1,1,1,1,1,0.5319,0.315,0.5933,1,0.5631,1,1,1,0.4832,0.5631,0.5129,1,1,1,1,1,0.549874187,0.971026659,0.968435287,1,1,1,1,1,0.587468028,0.992797256,0.757214427,1,1,1,1,1,0.511912286,0.876404047,0.558240696,0.558282209,0.558510638
-2200,1,0.4721,1,1,1,1,1,1,1,1,0.4497,0.4721,0.3775,1,0.3148,1,1,1,1,1,1,0.789,0.3148,0.4316,1,0.563,1,1,1,0.6421,0.563,0.345,1,1,1,1,1,0.78054595,0.900088906,0.785129786,1,1,1,1,1,0.787102103,0.915418983,0.46919769,1,1,1,1,1,0.690988541,0.803705156,0.557817786,0.557859107,0.558067376
-2201,1,0.4717,1,1,1,1,1,1,1,1,0.4934,0.4717,0.1581,1,0.3146,1,1,1,1,1,1,0.8681,0.3146,0.211,1,0.5629,1,1,1,0.6516,0.5629,0.1364,1,1,1,1,1,0.847915113,0.646733522,0.434430361,1,1,1,1,1,0.843003988,0.660184503,0.769737244,1,1,1,1,1,0.702089965,0.602088988,0.565732238,0.565686482,0.565602837
-2202,1,0.4714,1,1,1,1,1,1,1,1,0.3623,0.4714,0.0085,1,0.3144,1,1,1,1,1,1,0.4276,0.3144,0.0362,1,0.5627,1,1,1,0.5684,0.5627,0.0038,1,1,1,1,1,0.61884582,0.231897503,0.119317755,1,1,1,1,1,0.505191088,0.270873606,1,1,1,1,1,1,0.714493632,0.065420605,0.571652972,0.571821451,0.571808511
-2203,1,0.471,1,1,1,1,1,1,1,1,0.2994,0.471,0,1,0.3142,1,1,1,1,1,1,0.1765,0.3142,0,1,0.5626,1,1,1,0.3602,0.5626,0,1,1,1,1,1,0.334361553,0,0.047299512,1,1,1,1,1,0.253055722,0,1,1,1,1,1,1,0.603972793,0,0.603250362,0.603342501,0.603280142
-2204,1,0.4707,1,1,1,1,1,1,1,1,0.2751,0.4707,0,1,0.314,1,1,1,1,1,1,0.4478,0.314,0,1,0.5625,1,1,1,0.324,0.5625,0,1,1,1,1,1,0.450045913,0,0.012542864,1,1,1,1,1,0.558512092,0,0.913727045,1,1,1,1,1,0.566799223,0,0.605908652,0.605881109,0.605939716
-2205,1,0.4703,1,1,1,1,1,1,1,1,0.4858,0.4703,0,1,0.3138,1,1,1,1,1,1,0.5396,0.3138,0,1,0.5623,1,1,1,0.3061,0.5623,0,1,1,1,1,1,0.55003202,0,0.016410643,1,1,1,1,1,0.647190809,0,0.998099566,1,1,1,1,1,0.529045463,0,0.569538424,0.569494394,0.569592199
-2206,1,0.47,1,1,1,1,1,1,1,1,0.2981,0.47,0,1,0.3135,1,1,1,1,1,1,0.339,0.3135,0,1,0.5622,1,1,1,0.4394,0.5622,0,1,1,1,1,1,0.287153542,0,0.060662173,1,1,1,1,1,0.343063056,0,1,1,1,1,1,1,0.757363319,0,0.514318511,0.51427967,0.51462766
-2207,1,0.4696,1,1,1,1,1,1,1,1,0.2083,0.4696,0,1,0.3133,1,1,1,1,1,1,0.1174,0.3133,0,1,0.5621,1,1,1,0.4023,0.5621,0,1,1,1,1,1,0.275854707,0,0.310647666,1,1,1,1,1,0.197472751,0,1,1,1,1,1,1,0.691795349,0,0.462783954,0.462872858,0.462765957
-2208,1,0.4693,1,1,1,1,1,1,1,1,0.2153,0.4693,0,1,0.3131,1,1,1,1,1,1,0.0944,0.3131,0,1,0.5619,1,1,1,0.3241,0.5619,0,1,1,1,1,1,0.249696031,0,0.870013833,1,1,1,1,1,0.152024895,0,1,1,1,1,1,1,0.538556159,0,0.430884485,0.430717157,0.430851064
-2209,1,0.4689,1,1,1,1,1,1,1,1,0.2624,0.4689,0,1,0.3129,1,1,1,1,1,1,0.0972,0.3129,0,1,0.5618,1,1,1,0.2871,0.5618,0,1,1,1,1,1,0.266128153,0,0.810471952,1,1,1,1,1,0.154328376,0,0.666316271,1,1,1,1,1,0.499759674,0,0.414693088,0.414639306,0.414893617
-2210,1,0.4686,1,1,1,1,1,1,1,1,0.2626,0.4686,0,1,0.3127,1,1,1,1,1,1,0.1385,0.3127,0,1,0.5617,1,1,1,0.3003,0.5617,0,1,1,1,1,1,0.236792669,0,0.807970881,1,1,1,1,1,0.202387542,0,0.438606054,1,1,1,1,1,0.48871547,0,0.407926535,0.407869685,0.407801418
-2211,1,0.4682,1,1,1,1,1,1,1,1,0.2414,0.4682,0,1,0.3125,1,1,1,1,1,1,0.1428,0.3125,0,1,0.5616,1,1,1,0.2358,0.5616,0,1,1,1,1,1,0.179108202,0,0.973808289,1,1,1,1,1,0.221723646,0,0.611302376,1,1,1,1,1,0.431162387,0,0.408711938,0.408715887,0.408687943
-2212,1,0.4678,1,1,1,1,1,1,1,1,0.4102,0.4678,0,1,0.3123,1,1,1,1,1,1,0.1808,0.3123,0,1,0.5614,1,1,1,0.2758,0.5614,0,1,1,1,1,1,0.38824746,0,0.998248458,1,1,1,1,1,0.295982897,0,0.527602375,1,1,1,1,1,0.480299592,0,0.423332528,0.423312883,0.423315603
-2213,1,0.4675,1,1,1,1,1,1,1,1,0.3589,0.4675,0,1,0.3121,1,1,1,1,1,1,0.1513,0.3121,0,1,0.5613,1,1,1,0.3545,0.5613,0,1,1,1,1,1,0.376907468,0,1,1,1,1,1,1,0.251252949,0,0.501084566,1,1,1,1,1,0.582075894,0,0.46840261,0.468373175,0.468085106
-2214,1,0.4671,1,1,1,1,1,1,1,1,0.3535,0.4671,0.0496,1,0.3119,1,1,1,1,1,1,0.1415,0.3119,0.0713,1,0.5612,1,1,1,0.4285,0.5612,0.0409,1,1,1,1,1,0.3853378,0.398932397,1,1,1,1,1,1,0.234711394,0.366387427,0.284336418,1,1,1,1,1,0.685242772,0.440731645,0.543378444,0.543473662,0.543439716
-2215,1,0.4668,1,1,1,1,1,1,1,1,0.3585,0.4668,0.2468,1,0.3116,1,1,1,1,1,1,0.1033,0.3116,0.2695,1,0.561,1,1,1,0.3946,0.561,0.2369,1,1,1,1,1,0.440486103,0.757886529,0.943080664,1,1,1,1,1,0.162089884,0.7323367,0.357742131,1,1,1,1,1,0.597575605,0.779404879,0.584279845,0.584302941,0.584219858
-2216,1,0.4664,1,1,1,1,1,1,1,1,0.3694,0.4664,0.4598,1,0.3114,1,1,1,1,1,1,0.2539,0.3114,0.478,1,0.5609,1,1,1,0.504,0.5609,0.4501,1,1,1,1,1,0.420196205,0.963266611,0.986557662,1,1,1,1,1,0.224840745,0.949219346,0.396894246,1,1,1,1,1,0.590808034,0.96503973,0.587965201,0.587899302,0.58820922
-2217,1,0.4661,1,1,1,1,1,1,1,1,0.3349,0.4661,0.625,1,0.3112,1,1,1,1,1,1,0.362,0.3112,0.6325,1,0.5608,1,1,1,0.5148,0.5608,0.6216,1,1,1,1,1,0.430814505,1,0.882269323,1,1,1,1,1,0.380483031,1,0.485945851,1,1,1,1,1,0.524817169,1,0.587058966,0.587053099,0.587322695
-2218,1,0.4657,1,1,1,1,1,1,1,1,0.3627,0.4657,0.7514,1,0.311,1,1,1,1,1,1,0.3743,0.311,0.7526,1,0.5606,1,1,1,0.5459,0.5606,0.7458,1,1,1,1,1,0.480443388,1,0.708438277,1,1,1,1,1,0.403098702,1,0.813491106,1,1,1,1,1,0.63573724,1,0.586152731,0.585995346,0.58643617
-2219,1,0.4654,1,1,1,1,1,1,1,1,0.3694,0.4654,0.7624,1,0.3108,1,1,1,1,1,1,0.4208,0.3108,0.7707,1,0.5605,1,1,1,0.6123,0.5605,0.7561,1,1,1,1,1,0.502028227,1,0.779216707,1,1,1,1,1,0.434940577,1,0.848430872,1,1,1,1,1,0.729662895,1,0.5810174,0.58091813,0.581117021
-2220,1,0.465,1,1,1,1,1,1,1,1,0.3966,0.465,0.7642,1,0.3106,1,1,1,1,1,1,0.4369,0.3106,0.7735,1,0.5604,1,1,1,0.556,0.5604,0.7617,1,1,1,1,1,0.560047805,1,0.591255665,1,1,1,1,1,0.460977018,1,0.703208566,1,1,1,1,1,0.782622576,1,0.573344611,0.573302306,0.57358156
-2221,1,0.4647,1,1,1,1,1,1,1,1,0.307,0.4647,0.7554,1,0.3104,1,1,1,1,1,1,0.3663,0.3104,0.7577,1,0.5602,1,1,1,0.5654,0.5602,0.7488,1,1,1,1,1,0.47984761,1,0.383600265,1,1,1,1,1,0.413854361,0.997925103,0.571635425,1,1,1,1,1,0.722000301,0.999992013,0.567000967,0.566955786,0.567375887
-2222,1,0.4643,1,1,1,1,1,1,1,1,0.359,0.4643,0.7045,1,0.3102,1,1,1,1,1,1,0.621,0.3102,0.7077,1,0.5601,1,1,1,0.5691,0.5601,0.695,1,1,1,1,1,0.594032764,1,0.093454614,1,1,1,1,1,0.613650382,0.990345061,0.531228006,1,1,1,1,1,0.737840831,0.999962687,0.558482359,0.558493759,0.558953901
-2223,1,0.464,1,1,1,1,1,1,1,1,0.3141,0.464,0.5605,1,0.3099,1,1,1,1,1,1,0.6897,0.3099,0.5966,1,0.56,1,1,1,0.6346,0.56,0.546,1,1,1,1,1,0.548088729,0.990895987,0.065566532,1,1,1,1,1,0.689219534,0.999193788,0.74564898,1,1,1,1,1,0.767729342,0.997312009,0.552742871,0.552781891,0.552748227
-2224,1,0.4636,1,1,1,1,1,1,1,1,0.332,0.4636,0.3719,1,0.3097,1,1,1,1,1,1,0.6231,0.3097,0.4238,1,0.5598,1,1,1,0.5201,0.5598,0.3489,1,1,1,1,1,0.526810288,0.870217085,0.081121452,1,1,1,1,1,0.650822759,0.897767603,0.645065725,1,1,1,1,1,0.704014242,0.837762475,0.552319961,0.55235879,0.552748227
-2225,1,0.4633,1,1,1,1,1,1,1,1,0.1688,0.4633,0.1554,1,0.3095,1,1,1,1,1,1,0.3862,0.3095,0.2109,1,0.5597,1,1,1,0.5193,0.5597,0.1267,1,1,1,1,1,0.256578118,0.627924979,0.122664839,1,1,1,1,1,0.353145182,0.66939652,0.339280665,1,1,1,1,1,0.697323561,0.562893689,0.557696955,0.557647557,0.557624113
-2226,1,0.4629,1,1,1,1,1,1,1,1,0.1288,0.4629,0.01,1,0.3093,1,1,1,1,1,1,0.2058,0.3093,0.0329,1,0.5596,1,1,1,0.4409,0.5596,0.0038,1,1,1,1,1,0.140433118,0.166819647,0.134819493,1,1,1,1,1,0.192064583,0.250454247,0.237516761,1,1,1,1,1,0.653485954,0.009502519,0.563134364,0.563147874,0.563386525
-2227,1,0.4626,1,1,1,1,1,1,1,1,0.1874,0.4626,0,1,0.3091,1,1,1,1,1,1,0.2881,0.3091,0,1,0.5595,1,1,1,0.3065,0.5595,0,1,1,1,1,1,0.146561816,0,0.154455289,1,1,1,1,1,0.311180592,0,0.234208643,1,1,1,1,1,0.552324414,0,0.594429676,0.594457373,0.594858156
-2228,1,0.4622,1,1,1,1,1,1,1,1,0.1793,0.4622,0,1,0.3089,1,1,1,1,1,1,0.4627,0.3089,0,1,0.5593,1,1,1,0.3595,0.5593,0,1,1,1,1,1,0.225248381,0,0.180715844,1,1,1,1,1,0.462207079,0,0.176857322,1,1,1,1,1,0.658310056,0,0.597812953,0.597842183,0.597960993
-2229,1,0.4618,1,1,1,1,1,1,1,1,0.2331,0.4618,0,1,0.3087,1,1,1,1,1,1,0.4116,0.3087,0,1,0.5592,1,1,1,0.3678,0.5592,0,1,1,1,1,1,0.34131363,0,0.150482744,1,1,1,1,1,0.396910995,0,0.183213353,1,1,1,1,1,0.651255488,0,0.558301112,0.558282209,0.558510638
-2230,1,0.4615,1,1,1,1,1,1,1,1,0.1058,0.4615,0,1,0.3085,1,1,1,1,1,1,0.0623,0.3085,0,1,0.5591,1,1,1,0.4437,0.5591,0,1,1,1,1,1,0.215000063,0,0.139843538,1,1,1,1,1,0.082550071,0,0.181673571,1,1,1,1,1,0.755538285,0,0.50181247,0.501798181,0.502216312
-2231,1,0.4611,1,1,1,1,1,1,1,1,0.0748,0.4611,0,1,0.3082,1,1,1,1,1,1,0.1521,0.3082,0,1,0.5589,1,1,1,0.3727,0.5589,0,1,1,1,1,1,0.158149153,0,0.198666304,1,1,1,1,1,0.165720537,0,0.481270969,1,1,1,1,1,0.6119802,0,0.450217496,0.450179818,0.45035461
-2232,1,0.4608,1,1,1,1,1,1,1,1,0.0906,0.4608,0,1,0.308,1,1,1,1,1,1,0.1951,0.308,0,1,0.5588,1,1,1,0.3112,0.5588,0,1,1,1,1,1,0.120483175,0,0.50894475,1,1,1,1,1,0.203981325,0,0.594148993,1,1,1,1,1,0.566834509,0,0.416324311,0.416331711,0.416223404
-2233,1,0.4604,1,1,1,1,1,1,1,1,0.1014,0.4604,0,1,0.3078,1,1,1,1,1,1,0.2085,0.3078,0,1,0.5587,1,1,1,0.2488,0.5587,0,1,1,1,1,1,0.186833516,0,0.440866232,1,1,1,1,1,0.244611472,0,0.425591141,1,1,1,1,1,0.484076709,0,0.399528758,0.399619209,0.399379433
-2234,1,0.4601,1,1,1,1,1,1,1,1,0.1093,0.4601,0,1,0.3076,1,1,1,1,1,1,0.1393,0.3076,0,1,0.5585,1,1,1,0.2455,0.5585,0,1,1,1,1,1,0.210474372,0,0.473853886,1,1,1,1,1,0.205300242,0,0.43616125,1,1,1,1,1,0.451834142,0,0.390889319,0.390734081,0.390957447
-2235,1,0.4597,1,1,1,1,1,1,1,1,0.0429,0.4597,0,1,0.3074,1,1,1,1,1,1,0.0646,0.3074,0,1,0.5584,1,1,1,0.267,0.5584,0,1,1,1,1,1,0.095583059,0,0.621932745,1,1,1,1,1,0.075304262,0,0.356092185,1,1,1,1,1,0.422652543,0,0.389560174,0.389676327,0.38962766
-2236,1,0.4594,1,1,1,1,1,1,1,1,0.0784,0.4594,0,1,0.3072,1,1,1,1,1,1,0.0999,0.3072,0,1,0.5583,1,1,1,0.2088,0.5583,0,1,1,1,1,1,0.202663779,0,0.612399697,1,1,1,1,1,0.101371393,0,0.408392459,1,1,1,1,1,0.314312577,0,0.401039149,0.400888513,0.40070922
-2237,1,0.459,1,1,1,1,1,1,1,1,0.1434,0.459,0,1,0.307,1,1,1,1,1,1,0.1799,0.307,0,1,0.5581,1,1,1,0.1366,0.5581,0,1,1,1,1,1,0.26273191,0,0.540507197,1,1,1,1,1,0.202023074,0,0.395342678,1,1,1,1,1,0.218430266,0,0.443269696,0.443410197,0.443262411
-2238,1,0.4587,1,1,1,1,1,1,1,1,0.1708,0.4587,0.0491,1,0.3068,1,1,1,1,1,1,0.1445,0.3068,0.0645,1,0.558,1,1,1,0.1414,0.558,0.0422,1,1,1,1,1,0.298473448,0.380568296,0.242008328,1,1,1,1,1,0.178205788,0.349604249,0.174248457,1,1,1,1,1,0.255567372,0.377028078,0.51601015,0.515972075,0.516400709
-2239,1,0.4583,1,1,1,1,1,1,1,1,0.0881,0.4583,0.2141,1,0.3066,1,1,1,1,1,1,0.1774,0.3066,0.2388,1,0.5579,1,1,1,0.139,0.5579,0.1998,1,1,1,1,1,0.141713083,0.816883743,0.041023605,1,1,1,1,1,0.233504653,0.775757194,0.091373831,1,1,1,1,1,0.397792578,0.859568179,0.557153214,0.557224455,0.557180851
-2240,1,0.458,1,1,1,1,1,1,1,1,0.0338,0.458,0.4515,1,0.3063,1,1,1,1,1,1,0.0716,0.3063,0.4697,1,0.5577,1,1,1,0.171,0.5577,0.4047,1,1,1,1,1,0.045160435,0.955845714,0.048482228,1,1,1,1,1,0.066860512,0.939972878,0.150006026,1,1,1,1,1,0.479732692,0.964850247,0.564221846,0.564205627,0.56427305
-2241,1,0.4576,1,1,1,1,1,1,1,1,0.0919,0.4576,0.6117,1,0.3061,1,1,1,1,1,1,0.2656,0.3061,0.6216,1,0.5576,1,1,1,0.1428,0.5576,0.5207,1,1,1,1,1,0.145759851,0.999678195,0.034562007,1,1,1,1,1,0.258809596,0.999967635,0.177942142,1,1,1,1,1,0.265677065,0.98658818,0.565853069,0.565898033,0.566046099
-2242,1,0.4573,1,1,1,1,1,1,1,1,0.1977,0.4573,0.6309,1,0.3059,1,1,1,1,1,1,0.4906,0.3059,0.6341,1,0.5575,1,1,1,0.1329,0.5575,0.6379,1,1,1,1,1,0.302494198,0.896809757,0.000418771,1,1,1,1,1,0.452163756,0.897884607,0.361110508,1,1,1,1,1,0.141145408,0.89134568,0.56959884,0.569705945,0.569592199
-2243,1,0.4569,1,1,1,1,1,1,1,1,0.3377,0.4569,0.7525,1,0.3057,1,1,1,1,1,1,0.5012,0.3057,0.7604,1,0.5574,1,1,1,0.3196,0.5574,0.5042,1,1,1,1,1,0.511145532,0.999992967,0,1,1,1,1,1,0.481704116,0.999997616,0.232630104,1,1,1,1,1,0.307193309,0.871549904,0.56959884,0.569705945,0.569592199
-2244,1,0.4566,1,1,1,1,1,1,1,1,0.3401,0.4566,0.7496,1,0.3055,1,1,1,1,1,1,0.6435,0.3055,0.7653,1,0.5572,1,1,1,0.3951,0.5572,0.5738,1,1,1,1,1,0.515899479,0.999996841,0.003623679,1,1,1,1,1,0.614102483,1,0.075523302,1,1,1,1,1,0.39961797,0.827712297,0.564644756,0.564628729,0.564716312
-2245,1,0.4562,1,1,1,1,1,1,1,1,0.3978,0.4562,0.7257,1,0.3053,1,1,1,1,1,1,0.6391,0.3053,0.7561,1,0.5571,1,1,1,0.5118,0.5571,0.5116,1,1,1,1,1,0.475184321,0.954505444,0.036062334,1,1,1,1,1,0.644744158,0.999990761,0.086819381,1,1,1,1,1,0.691374362,0.842872441,0.563376027,0.563359425,0.563386525
-2246,1,0.4559,1,1,1,1,1,1,1,1,0.4868,0.4559,0.6541,1,0.3051,1,1,1,1,1,1,0.8121,0.3051,0.6999,1,0.557,1,1,1,0.5017,0.557,0.4484,1,1,1,1,1,0.553095341,0.836771905,0.318468034,1,1,1,1,1,0.794636786,0.991339087,0.270485878,1,1,1,1,1,0.6344437,0.878367901,0.55860319,0.55870531,0.558953901
-2247,1,0.4555,1,1,1,1,1,1,1,1,0.5306,0.4555,0.4976,1,0.3049,1,1,1,1,1,1,0.8957,0.3049,0.562,1,0.5568,1,1,1,0.4194,0.5568,0.3985,1,1,1,1,1,0.510438025,0.806689262,0.559596539,1,1,1,1,1,0.869104385,0.968558311,0.508720934,1,1,1,1,1,0.476884961,0.726161182,0.55262204,0.552781891,0.552748227
-2248,1,0.4551,1,1,1,1,1,1,1,1,0.6506,0.4551,0.3381,1,0.3046,1,1,1,1,1,1,0.8642,0.3046,0.397,1,0.5567,1,1,1,0.4618,0.5567,0.2922,1,1,1,1,1,0.544432223,0.734582484,0.87544173,1,1,1,1,1,0.849470496,0.793715,0.505403697,1,1,1,1,1,0.518254936,0.702409148,0.552682455,0.552781891,0.552748227
-2249,1,0.4548,1,1,1,1,1,1,1,1,0.5609,0.4548,0.147,1,0.3044,1,1,1,1,1,1,0.8468,0.3044,0.1981,1,0.5566,1,1,1,0.3913,0.5566,0.1249,1,1,1,1,1,0.479349762,0.456680655,0.997903705,1,1,1,1,1,0.855378807,0.489622623,0.679783225,1,1,1,1,1,0.519078791,0.522507489,0.557817786,0.557859107,0.558067376
-2250,1,0.4544,1,1,1,1,1,1,1,1,0.386,0.4544,0.0018,1,0.3042,1,1,1,1,1,1,0.6919,0.3042,0.024,1,0.5564,1,1,1,0.3059,0.5564,0,1,1,1,1,1,0.449531198,0.070221886,1,1,1,1,1,1,0.689547241,0.08924491,1,1,1,1,1,1,0.510406733,0.009760808,0.562892702,0.562724773,0.562943262
-2251,1,0.4541,1,1,1,1,1,1,1,1,0.316,0.4541,0,1,0.304,1,1,1,1,1,1,0.5528,0.304,0,1,0.5563,1,1,1,0.3092,0.5563,0,1,1,1,1,1,0.3604469,0,0.535110712,1,1,1,1,1,0.577465951,0,0.650967658,1,1,1,1,1,0.549557865,0,0.590019333,0.590014809,0.590425532
-2252,1,0.4537,1,1,1,1,1,1,1,1,0.2911,0.4537,0,1,0.3038,1,1,1,1,1,1,0.7637,0.3038,0,1,0.5562,1,1,1,0.3895,0.5562,0,1,1,1,1,1,0.288843691,0,0.846096694,1,1,1,1,1,0.73597908,0,1,1,1,1,1,1,0.633788824,0,0.588690188,0.588745505,0.588652482
-2253,1,0.4534,1,1,1,1,1,1,1,1,0.4085,0.4534,0,1,0.3036,1,1,1,1,1,1,0.7388,0.3036,0,1,0.556,1,1,1,0.3714,0.556,0,1,1,1,1,1,0.404046267,0,0.961305439,1,1,1,1,1,0.775122046,0,1,1,1,1,1,1,0.599431455,0,0.550326245,0.550243283,0.550531915
-2254,1,0.453,1,1,1,1,1,1,1,1,0.2887,0.453,0,1,0.3034,1,1,1,1,1,1,0.2455,0.3034,0,1,0.5559,1,1,1,0.5165,0.5559,0,1,1,1,1,1,0.249982074,0,1,1,1,1,1,1,0.246234179,0,1,1,1,1,1,1,0.78576237,0,0.495710488,0.495663211,0.496010638
-2255,1,0.4527,1,1,1,1,1,1,1,1,0.3201,0.4527,0,1,0.3032,1,1,1,1,1,1,0.4238,0.3032,0,1,0.5558,1,1,1,0.5009,0.5558,0,1,1,1,1,1,0.407155573,0,1,1,1,1,1,1,0.474454552,0,1,1,1,1,1,1,0.7517187,0,0.444055099,0.444044849,0.444148936
-2256,1,0.4523,1,1,1,1,1,1,1,1,0.4101,0.4523,0,1,0.3029,1,1,1,1,1,1,0.6027,0.3029,0,1,0.5556,1,1,1,0.4175,0.5556,0,1,1,1,1,1,0.476967394,0,1,1,1,1,1,1,0.589656055,0,0.959152937,1,1,1,1,1,0.687497318,0,0.413061866,0.412946901,0.413120567
-2257,1,0.452,1,1,1,1,1,1,1,1,0.4952,0.452,0,1,0.3027,1,1,1,1,1,1,0.5197,0.3027,0,1,0.5555,1,1,1,0.3786,0.5555,0,1,1,1,1,1,0.498590976,0,1,1,1,1,1,1,0.476182193,0,1,1,1,1,1,1,0.640233934,0,0.396628806,0.396657499,0.396719858
-2258,1,0.4516,1,1,1,1,1,1,1,1,0.4592,0.4516,0,1,0.3025,1,1,1,1,1,1,0.2122,0.3025,0,1,0.5554,1,1,1,0.4226,0.5554,0,1,1,1,1,1,0.470422447,0,1,1,1,1,1,1,0.27670458,0,1,1,1,1,1,1,0.712579429,0,0.389258096,0.389253226,0.389184397
-2259,1,0.4513,1,1,1,1,1,1,1,1,0.4049,0.4513,0,1,0.3023,1,1,1,1,1,1,0.0635,0.3023,0,1,0.5553,1,1,1,0.4538,0.5553,0,1,1,1,1,1,0.346992671,0,0.990863681,1,1,1,1,1,0.136217594,0,1,1,1,1,1,1,0.744524598,0,0.389318511,0.389253226,0.389184397
-2260,1,0.4509,1,1,1,1,1,1,1,1,0.3285,0.4509,0,1,0.3021,1,1,1,1,1,1,0.0985,0.3021,0,1,0.5551,1,1,1,0.509,0.5551,0,1,1,1,1,1,0.289311677,0,1,1,1,1,1,1,0.189932719,0,0.905247986,1,1,1,1,1,0.791623354,0,0.402912035,0.402792469,0.402925532
-2261,1,0.4506,1,1,1,1,1,1,1,1,0.2978,0.4506,0,1,0.3019,1,1,1,1,1,1,0.1057,0.3019,0,1,0.555,1,1,1,0.4936,0.555,0,1,1,1,1,1,0.313348264,0,1,1,1,1,1,1,0.212815017,0,0.712376475,1,1,1,1,1,0.769264579,0,0.445505075,0.445525703,0.445478723
-2262,1,0.4502,1,1,1,1,1,1,1,1,0.2782,0.4502,0.0491,1,0.3017,1,1,1,1,1,1,0.152,0.3017,0.0718,1,0.5549,1,1,1,0.5661,0.5549,0.0414,1,1,1,1,1,0.300854117,0.361320257,0.773641884,1,1,1,1,1,0.269306213,0.37413311,0.206056029,1,1,1,1,1,0.826928318,0.394809544,0.52017883,0.520203089,0.520390071
-2263,1,0.4499,1,1,1,1,1,1,1,1,0.3024,0.4499,0.2422,1,0.3015,1,1,1,1,1,1,0.1462,0.3015,0.2699,1,0.5547,1,1,1,0.3684,0.5547,0.2221,1,1,1,1,1,0.327373445,0.679524839,0.459496677,1,1,1,1,1,0.201117858,0.725462735,0.143115714,1,1,1,1,1,0.522849917,0.697245598,0.563134364,0.563147874,0.563386525
-2264,1,0.4495,1,1,1,1,1,1,1,1,0.3569,0.4495,0.4257,1,0.3012,1,1,1,1,1,1,0.242,0.3012,0.4642,1,0.5546,1,1,1,0.5373,0.5546,0.3815,1,1,1,1,1,0.435058475,0.825449109,0.311575651,1,1,1,1,1,0.278140485,0.915807545,0.231906295,1,1,1,1,1,0.720430553,0.907906651,0.571834219,0.571821451,0.571808511
-2265,1,0.4491,1,1,1,1,1,1,1,1,0.3161,0.4491,0.546,1,0.301,1,1,1,1,1,1,0.465,0.301,0.5714,1,0.5545,1,1,1,0.632,0.5545,0.4813,1,1,1,1,1,0.445942611,0.836699069,0.218173504,1,1,1,1,1,0.481018603,0.951060832,0.243204713,1,1,1,1,1,0.8447119,0.914483726,0.576244563,0.576264015,0.576241135
-2266,1,0.4488,1,1,1,1,1,1,1,1,0.3395,0.4488,0.6216,1,0.3008,1,1,1,1,1,1,0.2926,0.3008,0.6484,1,0.5543,1,1,1,0.6013,0.5543,0.5057,1,1,1,1,1,0.470401943,0.833785474,0.235469416,1,1,1,1,1,0.33076629,0.958930492,0.298091412,1,1,1,1,1,0.806876421,0.87660259,0.579325761,0.579437275,0.579343972
-2267,1,0.4484,1,1,1,1,1,1,1,1,0.243,0.4484,0.5762,1,0.3006,1,1,1,1,1,1,0.3273,0.3006,0.6217,1,0.5542,1,1,1,0.5859,0.5542,0.4841,1,1,1,1,1,0.41196534,0.801787019,0.135875642,1,1,1,1,1,0.341409862,0.934768736,0.171734035,1,1,1,1,1,0.727741122,0.79472065,0.57739246,0.577533319,0.577570922
-2268,1,0.4481,1,1,1,1,1,1,1,1,0.2362,0.4481,0.5653,1,0.3004,1,1,1,1,1,1,0.2611,0.3004,0.6372,1,0.5541,1,1,1,0.6224,0.5541,0.4597,1,1,1,1,1,0.359807551,0.818917751,0.122584641,1,1,1,1,1,0.273267746,0.942100644,0.179910481,1,1,1,1,1,0.761469305,0.808406413,0.571471725,0.571609901,0.571808511
-2269,1,0.4477,1,1,1,1,1,1,1,1,0.255,0.4477,0.6065,1,0.3002,1,1,1,1,1,1,0.3635,0.3002,0.6742,1,0.5539,1,1,1,0.5785,0.5539,0.4646,1,1,1,1,1,0.417034298,0.880409896,0.262121677,1,1,1,1,1,0.367964745,0.964945316,0.241594255,1,1,1,1,1,0.810711741,0.840993166,0.567605123,0.567801989,0.567375887
-2270,1,0.4474,1,1,1,1,1,1,1,1,0.1483,0.4474,0.6343,1,0.3,1,1,1,1,1,1,0.3524,0.3,0.697,1,0.5538,1,1,1,0.5747,0.5538,0.4617,1,1,1,1,1,0.301189601,0.917061508,0.20692046,1,1,1,1,1,0.324651062,0.991811454,0.291871488,1,1,1,1,1,0.859708667,0.879897475,0.557696955,0.557859107,0.557624113
-2271,1,0.447,1,1,1,1,1,1,1,1,0.1401,0.447,0.5315,1,0.2998,1,1,1,1,1,1,0.3951,0.2998,0.5815,1,0.5537,1,1,1,0.6566,0.5537,0.3914,1,1,1,1,1,0.305778056,0.934976876,0.089936048,1,1,1,1,1,0.361141026,0.983953238,0.117632985,1,1,1,1,1,0.854463518,0.847181499,0.549661672,0.549820182,0.54964539
-2272,1,0.4467,1,1,1,1,1,1,1,1,0.2441,0.4467,0.2983,1,0.2996,1,1,1,1,1,1,0.4104,0.2996,0.3161,1,0.5535,1,1,1,0.4794,0.5535,0.2821,1,1,1,1,1,0.443371862,0.534808218,0.047251947,1,1,1,1,1,0.369687289,0.543370306,0.180539802,1,1,1,1,1,0.670479596,0.48958078,0.547909618,0.547916226,0.548315603
-2273,1,0.4463,1,1,1,1,1,1,1,1,0.2601,0.4463,0.16,1,0.2993,1,1,1,1,1,1,0.4417,0.2993,0.2137,1,0.5534,1,1,1,0.4249,0.5534,0.1356,1,1,1,1,1,0.392136276,0.653766274,0.018098421,1,1,1,1,1,0.42561698,0.683643758,0.53812623,1,1,1,1,1,0.699902773,0.571754575,0.551655389,0.551724138,0.551861702
-2274,1,0.446,1,1,1,1,1,1,1,1,0.0854,0.446,0.014,1,0.2991,1,1,1,1,1,1,0.1341,0.2991,0.0404,1,0.5533,1,1,1,0.3526,0.5533,0.0001,1,1,1,1,1,0.114650711,0.239587396,0.000302709,1,1,1,1,1,0.129715651,0.279484123,0.488722801,1,1,1,1,1,0.659250736,0.068176426,0.555159497,0.555108949,0.554964539
-2275,1,0.4456,1,1,1,1,1,1,1,1,0.0704,0.4456,0,1,0.2989,1,1,1,1,1,1,0.1429,0.2989,0,1,0.5532,1,1,1,0.3599,0.5532,0,1,1,1,1,1,0.087758124,0,0.101324372,1,1,1,1,1,0.182773024,0,0.579780936,1,1,1,1,1,0.714483976,0,0.581681972,0.581764333,0.582003546
-2276,1,0.4453,1,1,1,1,1,1,1,1,0.1231,0.4453,0,1,0.2987,1,1,1,1,1,1,0.3015,0.2987,0,1,0.553,1,1,1,0.3495,0.553,0,1,1,1,1,1,0.142061561,0,0.046742249,1,1,1,1,1,0.424159288,0,0.657028794,1,1,1,1,1,0.689931154,0,0.587783954,0.587687751,0.58820922
-2277,1,0.4449,1,1,1,1,1,1,1,1,0.216,0.4449,0,1,0.2985,1,1,1,1,1,1,0.2583,0.2985,0,1,0.5529,1,1,1,0.2421,0.5529,0,1,1,1,1,1,0.222658545,0,0.014272904,1,1,1,1,1,0.397371233,0,0.538307607,1,1,1,1,1,0.487866849,0,0.557274045,0.557224455,0.557180851
-2278,1,0.4446,1,1,1,1,1,1,1,1,0.1685,0.4446,0,1,0.2983,1,1,1,1,1,1,0.0964,0.2983,0,1,0.5528,1,1,1,0.3019,0.5528,0,1,1,1,1,1,0.191449523,0,0.042758867,1,1,1,1,1,0.179778546,0,0.438736916,1,1,1,1,1,0.523111641,0,0.506524891,0.506663846,0.506648936
-2279,1,0.4442,1,1,1,1,1,1,1,1,0.2047,0.4442,0,1,0.2981,1,1,1,1,1,1,0.1702,0.2981,0,1,0.5526,1,1,1,0.2956,0.5526,0,1,1,1,1,1,0.283608228,0,0.082866296,1,1,1,1,1,0.291303873,0,0.327741623,1,1,1,1,1,0.545642495,0,0.457769454,0.457795642,0.457890071
-2280,1,0.4439,1,1,1,1,1,1,1,1,0.1995,0.4439,0,1,0.2979,1,1,1,1,1,1,0.1738,0.2979,0,1,0.5525,1,1,1,0.2778,0.5525,0,1,1,1,1,1,0.278365523,0,0.328466088,1,1,1,1,1,0.286960036,0,0.439489305,1,1,1,1,1,0.518706381,0,0.425084582,0.425005289,0.425088652
-2281,1,0.4435,1,1,1,1,1,1,1,1,0.1482,0.4435,0,1,0.2976,1,1,1,1,1,1,0.171,0.2976,0,1,0.5524,1,1,1,0.2462,0.5524,0,1,1,1,1,1,0.207924724,0,0.416212261,1,1,1,1,1,0.257686138,0,0.800361753,1,1,1,1,1,0.436748564,0,0.408047366,0.407869685,0.407801418
-2282,1,0.4432,1,1,1,1,1,1,1,1,0.1017,0.4432,0,1,0.2974,1,1,1,1,1,1,0.1503,0.2974,0,1,0.5522,1,1,1,0.2162,0.5522,0,1,1,1,1,1,0.156252041,0,0.278468847,1,1,1,1,1,0.225583613,0,0.517892718,1,1,1,1,1,0.372655213,0,0.40019333,0.400253861,0.400265957
-2283,1,0.4428,1,1,1,1,1,1,1,1,0.0553,0.4428,0,1,0.2972,1,1,1,1,1,1,0.0699,0.2972,0,1,0.5521,1,1,1,0.2185,0.5521,0,1,1,1,1,1,0.133354902,0,0.14816229,1,1,1,1,1,0.133726567,0,0.189251572,1,1,1,1,1,0.408976674,0,0.39977042,0.399830759,0.399822695
-2284,1,0.4424,1,1,1,1,1,1,1,1,0.0979,0.4424,0,1,0.297,1,1,1,1,1,1,0.0417,0.297,0,1,0.552,1,1,1,0.2562,0.552,0,1,1,1,1,1,0.165835708,0,0.162115365,1,1,1,1,1,0.091641277,0,0.118134305,1,1,1,1,1,0.495698124,0,0.410343161,0.410408293,0.410460993
-2285,1,0.4421,1,1,1,1,1,1,1,1,0.1424,0.4421,0,1,0.2968,1,1,1,1,1,1,0.0353,0.2968,0,1,0.5518,1,1,1,0.349,0.5518,0,1,1,1,1,1,0.148467511,0,0.203128844,1,1,1,1,1,0.093984,0,0.098090842,1,1,1,1,1,0.576408267,0,0.444840503,0.444679501,0.445035461
-2286,1,0.4417,1,1,1,1,1,1,1,1,0.106,0.4417,0.0569,1,0.2966,1,1,1,1,1,1,0.0062,0.2966,0.0772,1,0.5517,1,1,1,0.3986,0.5517,0.052,1,1,1,1,1,0.095712371,0.394241989,0.290790588,1,1,1,1,1,0.044054858,0.38476944,0.127972782,1,1,1,1,1,0.635763943,0.383946836,0.498127115,0.498201819,0.49822695
-2287,1,0.4414,1,1,1,1,1,1,1,1,0.0482,0.4414,0.2498,1,0.2964,1,1,1,1,1,1,0.0101,0.2964,0.2769,1,0.5516,1,1,1,0.3866,0.5516,0.2162,1,1,1,1,1,0.069142669,0.716678679,0.124111414,1,1,1,1,1,0.028974047,0.747627556,0.192732215,1,1,1,1,1,0.619220793,0.64225316,0.539088932,0.539031098,0.539450355
-2288,1,0.441,1,1,1,1,1,1,1,1,0.0684,0.441,0.4465,1,0.2962,1,1,1,1,1,1,0.0146,0.2962,0.4831,1,0.5514,1,1,1,0.5092,0.5514,0.3678,1,1,1,1,1,0.086917803,0.898685217,0.07246317,1,1,1,1,1,0.019849217,0.954879463,0.115086652,1,1,1,1,1,0.774836004,0.824450135,0.557696955,0.557859107,0.557624113
-2289,1,0.4407,1,1,1,1,1,1,1,1,0.091,0.4407,0.5542,1,0.2959,1,1,1,1,1,1,0.0675,0.2959,0.6311,1,0.5513,1,1,1,0.4019,0.5513,0.501,1,1,1,1,1,0.161626354,0.863950849,0.07760857,1,1,1,1,1,0.075528868,0.999949276,0.177766234,1,1,1,1,1,0.702643752,0.917491257,0.566698888,0.566744235,0.566932624
-2290,1,0.4403,1,1,1,1,1,1,1,1,0.1017,0.4403,0.6096,1,0.2957,1,1,1,1,1,1,0.0752,0.2957,0.7279,1,0.5512,1,1,1,0.3887,0.5512,0.6763,1,1,1,1,1,0.211488023,0.896778345,0.034805354,1,1,1,1,1,0.083419777,0.998688877,0.138590842,1,1,1,1,1,0.683287501,0.980270565,0.569055099,0.569071293,0.569148936
-2291,1,0.44,1,1,1,1,1,1,1,1,0.0882,0.44,0.6639,1,0.2955,1,1,1,1,1,1,0.2123,0.2955,0.745,1,0.5511,1,1,1,0.417,0.5511,0.7548,1,1,1,1,1,0.157274619,0.980108023,0.002515839,1,1,1,1,1,0.198730066,0.999878407,0.066265449,1,1,1,1,1,0.70162648,0.984091759,0.563678105,0.563782526,0.563829787
-2292,1,0.4396,1,1,1,1,1,1,1,1,0.1029,0.4396,0.7193,1,0.2953,1,1,1,1,1,1,0.2984,0.2953,0.764,1,0.5509,1,1,1,0.4258,0.5509,0.7719,1,1,1,1,1,0.145715699,0.993355155,0.000343295,1,1,1,1,1,0.248687357,1,0.063256808,1,1,1,1,1,0.726687312,0.993580997,0.554736588,0.554685847,0.554964539
-2293,1,0.4393,1,1,1,1,1,1,1,1,0.1417,0.4393,0.737,1,0.2951,1,1,1,1,1,1,0.3643,0.2951,0.7684,1,0.5508,1,1,1,0.3544,0.5508,0.7576,1,1,1,1,1,0.201004148,0.996642232,0.021207161,1,1,1,1,1,0.333952546,1,0.221493721,1,1,1,1,1,0.584868789,0.997773886,0.546761721,0.546646922,0.546542553
-2294,1,0.4389,1,1,1,1,1,1,1,1,0.133,0.4389,0.6988,1,0.2949,1,1,1,1,1,1,0.3719,0.2949,0.7296,1,0.5507,1,1,1,0.4841,0.5507,0.7031,1,1,1,1,1,0.251764953,0.996128142,0.037825927,1,1,1,1,1,0.33402583,1,0.386519402,1,1,1,1,1,0.74356389,0.99872005,0.535161914,0.535011635,0.535460993
-2295,1,0.4386,1,1,1,1,1,1,1,1,0.1663,0.4386,0.562,1,0.2947,1,1,1,1,1,1,0.4499,0.2947,0.6023,1,0.5505,1,1,1,0.4592,0.5505,0.5523,1,1,1,1,1,0.305252254,0.994350195,0.02603347,1,1,1,1,1,0.428509176,0.999468803,0.556217551,1,1,1,1,1,0.695353806,0.996850729,0.525434993,0.525491855,0.525265957
-2296,1,0.4382,1,1,1,1,1,1,1,1,0.2425,0.4382,0.385,1,0.2945,1,1,1,1,1,1,0.5192,0.2945,0.435,1,0.5504,1,1,1,0.5444,0.5504,0.3621,1,1,1,1,1,0.445679784,0.927779734,0.078236446,1,1,1,1,1,0.506050825,0.940998971,0.982608676,1,1,1,1,1,0.759813309,0.911131024,0.523924601,0.52379945,0.52393617
-2297,1,0.4379,1,1,1,1,1,1,1,1,0.2258,0.4379,0.1601,1,0.2942,1,1,1,1,1,1,0.3681,0.2942,0.2154,1,0.5503,1,1,1,0.4409,0.5503,0.137,1,1,1,1,1,0.423461676,0.683075488,0.259407014,1,1,1,1,1,0.390254557,0.700001955,0.709079385,1,1,1,1,1,0.659922838,0.657195151,0.527247463,0.527184261,0.52748227
-2298,1,0.4375,1,1,1,1,1,1,1,1,0.1752,0.4375,0.0192,1,0.294,1,1,1,1,1,1,0.2244,0.294,0.0465,1,0.5501,1,1,1,0.2427,0.5501,0.0021,1,1,1,1,1,0.384897828,0.28298229,0.358013451,1,1,1,1,1,0.282288373,0.308621109,0.415073067,1,1,1,1,1,0.379031003,0.191915482,0.529301595,0.529299767,0.529698582
-2299,1,0.4372,1,1,1,1,1,1,1,1,0.1039,0.4372,0,1,0.2938,1,1,1,1,1,1,0.1385,0.2938,0,1,0.55,1,1,1,0.2164,0.55,0,1,1,1,1,1,0.296467066,0,0.299271375,1,1,1,1,1,0.22040391,0,0.105945557,1,1,1,1,1,0.360984445,0,0.552803287,0.552781891,0.552748227
-2300,1,0.4368,1,1,1,1,1,1,1,1,0.1159,0.4368,0,1,0.2936,1,1,1,1,1,1,0.2109,0.2936,0,1,0.5499,1,1,1,0.254,0.5499,0,1,1,1,1,1,0.311901957,0,0.074860558,1,1,1,1,1,0.278260589,0,0.006314922,1,1,1,1,1,0.388388932,0,0.558844853,0.55870531,0.558953901
-2301,1,0.4364,1,1,1,1,1,1,1,1,0.2415,0.4364,0,1,0.2934,1,1,1,1,1,1,0.5083,0.2934,0,1,0.5497,1,1,1,0.2689,0.5497,0,1,1,1,1,1,0.610538244,0,0.034526363,1,1,1,1,1,0.624260783,0,0.008780105,1,1,1,1,1,0.389117569,0,0.533470275,0.533530781,0.533687943
-2302,1,0.4361,1,1,1,1,1,1,1,1,0.2288,0.4361,0,1,0.2932,1,1,1,1,1,1,0.4322,0.2932,0,1,0.5496,1,1,1,0.2228,0.5496,0,1,1,1,1,1,0.592327416,0,0.029107703,1,1,1,1,1,0.507889152,0,0.004322513,1,1,1,1,1,0.395044297,0,0.493414693,0.493547705,0.493794326
-2303,1,0.4357,1,1,1,1,1,1,1,1,0.1828,0.4357,0,1,0.293,1,1,1,1,1,1,0.3112,0.293,0,1,0.5495,1,1,1,0.1763,0.5495,0,1,1,1,1,1,0.486008316,0,0.052859172,1,1,1,1,1,0.426277637,0,0,1,1,1,1,1,0.357924372,0,0.451486225,0.451449122,0.451241135
-2304,1,0.4354,1,1,1,1,1,1,1,1,0.3014,0.4354,0,1,0.2928,1,1,1,1,1,1,0.268,0.2928,0,1,0.5493,1,1,1,0.1728,0.5493,0,1,1,1,1,1,0.49012658,0,0.131197289,1,1,1,1,1,0.430317491,0,0,1,1,1,1,1,0.344940603,0,0.420190913,0.420139623,0.420212766
-2305,1,0.435,1,1,1,1,1,1,1,1,0.2541,0.435,0,1,0.2926,1,1,1,1,1,1,0.231,0.2926,0,1,0.5492,1,1,1,0.1474,0.5492,0,1,1,1,1,1,0.298374861,0,0.206969619,1,1,1,1,1,0.313085943,0,0,1,1,1,1,1,0.322376788,0,0.4020058,0.401946266,0.402039007
-2306,1,0.4347,1,1,1,1,1,1,1,1,0.2134,0.4347,0,1,0.2923,1,1,1,1,1,1,0.1164,0.2923,0,1,0.5491,1,1,1,0.1621,0.5491,0,1,1,1,1,1,0.197769284,0,0.428179771,1,1,1,1,1,0.209791064,0,0.01975733,1,1,1,1,1,0.332141072,0,0.392762204,0.392849587,0.392730496
-2307,1,0.4343,1,1,1,1,1,1,1,1,0.2218,0.4343,0,1,0.2921,1,1,1,1,1,1,0.1157,0.2921,0,1,0.549,1,1,1,0.1783,0.549,0,1,1,1,1,1,0.174733475,0,0.622328758,1,1,1,1,1,0.203243345,0,0.24711284,1,1,1,1,1,0.275928587,0,0.389681005,0.389676327,0.38962766
-2308,1,0.434,1,1,1,1,1,1,1,1,0.1903,0.434,0,1,0.2919,1,1,1,1,1,1,0.1102,0.2919,0,1,0.5488,1,1,1,0.1734,0.5488,0,1,1,1,1,1,0.16677472,0,0.50346899,1,1,1,1,1,0.190016806,0,0.333815992,1,1,1,1,1,0.237705007,0,0.394574674,0.394753543,0.394503546
-2309,1,0.4336,1,1,1,1,1,1,1,1,0.0951,0.4336,0,1,0.2917,1,1,1,1,1,1,0.097,0.2917,0,1,0.5487,1,1,1,0.1873,0.5487,0,1,1,1,1,1,0.092407614,0,0.345071912,1,1,1,1,1,0.181828901,0,0.242344782,1,1,1,1,1,0.269959033,0,0.410645239,0.410619843,0.410904255
-2310,1,0.4333,1,1,1,1,1,1,1,1,0.0927,0.4333,0.0555,1,0.2915,1,1,1,1,1,1,0.0655,0.2915,0.0779,1,0.5486,1,1,1,0.186,0.5486,0.0555,1,1,1,1,1,0.087969288,0.390514672,0.208414197,1,1,1,1,1,0.134738997,0.390841752,0.265023321,1,1,1,1,1,0.281334579,0.383404255,0.433784437,0.433890417,0.433953901
-2311,1,0.4329,1,1,1,1,1,1,1,1,0.1067,0.4329,0.241,1,0.2913,1,1,1,1,1,1,0.1073,0.2913,0.2745,1,0.5484,1,1,1,0.1576,0.5484,0.2393,1,1,1,1,1,0.121897846,0.719197631,0.329640478,1,1,1,1,1,0.17860575,0.743662,0.490840554,1,1,1,1,1,0.17721054,0.729512334,0.469671339,0.469642479,0.469858156
-2312,1,0.4326,1,1,1,1,1,1,1,1,0.1011,0.4326,0.4392,1,0.2911,1,1,1,1,1,1,0.0784,0.2911,0.475,1,0.5483,1,1,1,0.2627,0.5483,0.4018,1,1,1,1,1,0.097591735,0.916659296,0.392859399,1,1,1,1,1,0.081287697,0.944571495,0.424569637,1,1,1,1,1,0.253246725,0.862576365,0.505074915,0.504971441,0.505319149
-2313,1,0.4322,1,1,1,1,1,1,1,1,0.1589,0.4322,0.6086,1,0.2909,1,1,1,1,1,1,0.1767,0.2909,0.6284,1,0.5482,1,1,1,0.2473,0.5482,0.4912,1,1,1,1,1,0.128071949,0.993704081,0.955367684,1,1,1,1,1,0.131770805,1,0.922968149,1,1,1,1,1,0.370724499,0.880752981,0.523682939,0.52379945,0.523492908
-2314,1,0.4319,1,1,1,1,1,1,1,1,0.2608,0.4319,0.7464,1,0.2906,1,1,1,1,1,1,0.1416,0.2906,0.7511,1,0.548,1,1,1,0.2534,0.548,0.4946,1,1,1,1,1,0.302410066,0.999845743,0.947712064,1,1,1,1,1,0.160491228,1,1,1,1,1,1,1,0.357065469,0.883078814,0.527851619,0.527818913,0.527925532
-2315,1,0.4315,1,1,1,1,1,1,1,1,0.2129,0.4315,0.757,1,0.2904,1,1,1,1,1,1,0.3131,0.2904,0.7673,1,0.5479,1,1,1,0.2608,0.5479,0.4726,1,1,1,1,1,0.28859508,0.998562098,0.713160157,1,1,1,1,1,0.248580068,1,0.871286392,1,1,1,1,1,0.378948689,0.826426804,0.524528758,0.524645653,0.524822695
-2316,1,0.4312,1,1,1,1,1,1,1,1,0.2477,0.4312,0.7343,1,0.2902,1,1,1,1,1,1,0.2808,0.2902,0.7677,1,0.5478,1,1,1,0.2067,0.5478,0.4716,1,1,1,1,1,0.340643793,0.978251576,0.45969826,1,1,1,1,1,0.248279288,1,0.823058903,1,1,1,1,1,0.197405994,0.807666242,0.516433059,0.516606727,0.516843972
-2317,1,0.4308,1,1,1,1,1,1,1,1,0.2737,0.4308,0.6407,1,0.29,1,1,1,1,1,1,0.3143,0.29,0.7558,1,0.5476,1,1,1,0.4056,0.5476,0.4809,1,1,1,1,1,0.322096705,0.929647803,0.291483879,1,1,1,1,1,0.297844946,1,0.723389089,1,1,1,1,1,0.422208607,0.695158064,0.506101982,0.506029194,0.506205674
-2318,1,0.4304,1,1,1,1,1,1,1,1,0.3395,0.4304,0.5061,1,0.2898,1,1,1,1,1,1,0.4626,0.2898,0.6718,1,0.5475,1,1,1,0.4741,0.5475,0.4775,1,1,1,1,1,0.43493101,0.816124797,0.55060488,1,1,1,1,1,0.500287652,0.984784186,0.484227002,1,1,1,1,1,0.465992004,0.640105963,0.496616723,0.496720965,0.496453901
-2319,1,0.4301,1,1,1,1,1,1,1,1,0.3135,0.4301,0.3957,1,0.2896,1,1,1,1,1,1,0.3641,0.2896,0.4877,1,0.5474,1,1,1,0.4289,0.5474,0.4161,1,1,1,1,1,0.430731177,0.626926184,0.816548586,1,1,1,1,1,0.382570356,0.882320046,0.171625406,1,1,1,1,1,0.490503877,0.612801015,0.494804253,0.494817009,0.495124113
-2320,1,0.4297,1,1,1,1,1,1,1,1,0.2443,0.4297,0.2808,1,0.2894,1,1,1,1,1,1,0.265,0.2894,0.3224,1,0.5472,1,1,1,0.3579,0.5472,0.2872,1,1,1,1,1,0.385862917,0.545582235,0.933982611,1,1,1,1,1,0.378920764,0.649178445,0.383465201,1,1,1,1,1,0.495901763,0.512737095,0.503927018,0.503913687,0.504432624
-2321,1,0.4294,1,1,1,1,1,1,1,1,0.1749,0.4294,0.1299,1,0.2892,1,1,1,1,1,1,0.4037,0.2892,0.1501,1,0.5471,1,1,1,0.2998,0.5471,0.1242,1,1,1,1,1,0.269665688,0.375408411,0.395993531,1,1,1,1,1,0.488338917,0.409632504,0.636820436,1,1,1,1,1,0.385473192,0.354043305,0.517278879,0.517241379,0.517287234
-2322,1,0.429,1,1,1,1,1,1,1,1,0.0951,0.429,0,1,0.2889,1,1,1,1,1,1,0.3265,0.2889,0.0021,1,0.547,1,1,1,0.2697,0.547,0,1,1,1,1,1,0.178340986,0,0.199388385,1,1,1,1,1,0.406371325,0.018150082,0.38836652,1,1,1,1,1,0.404849529,0,0.52742871,0.527395811,0.52748227
-2323,1,0.4287,1,1,1,1,1,1,1,1,0.0756,0.4287,0,1,0.2887,1,1,1,1,1,1,0.1054,0.2887,0,1,0.5469,1,1,1,0.1759,0.5469,0,1,1,1,1,1,0.139008865,0,0.056102067,1,1,1,1,1,0.151651829,0,0.020481678,1,1,1,1,1,0.325440556,0,0.548513775,0.548550878,0.548758865
-2324,1,0.4283,1,1,1,1,1,1,1,1,0.0702,0.4283,0,1,0.2885,1,1,1,1,1,1,0.2184,0.2885,0,1,0.5467,1,1,1,0.1739,0.5467,0,1,1,1,1,1,0.134729028,0,0.042638723,1,1,1,1,1,0.302589625,0,0.011083771,1,1,1,1,1,0.333030313,0,0.547970034,0.547916226,0.548315603
-2325,1,0.428,1,1,1,1,1,1,1,1,0.0355,0.428,0,1,0.2883,1,1,1,1,1,1,0.1254,0.2883,0,1,0.5466,1,1,1,0.1822,0.5466,0,1,1,1,1,1,0.086634427,0,0.021452449,1,1,1,1,1,0.21058917,0,0.073298439,1,1,1,1,1,0.297481626,0,0.522776704,0.522741697,0.523049645
-2326,1,0.4276,1,1,1,1,1,1,1,1,0.024,0.4276,0,1,0.2881,1,1,1,1,1,1,0.0386,0.2881,0,1,0.5465,1,1,1,0.1551,0.5465,0,1,1,1,1,1,0.066580623,0,0.013411021,1,1,1,1,1,0.105330437,0,0.257150292,1,1,1,1,1,0.228112563,0,0.484956501,0.484874127,0.48537234
-2327,1,0.4273,1,1,1,1,1,1,1,1,0.0295,0.4273,0,1,0.2879,1,1,1,1,1,1,0.0131,0.2879,0,1,0.5463,1,1,1,0.1446,0.5463,0,1,1,1,1,1,0.059867468,0,0.019180311,1,1,1,1,1,0.03184443,0,0.17521964,1,1,1,1,1,0.200005487,0,0.443450942,0.443410197,0.443262411
-2328,1,0.4269,1,1,1,1,1,1,1,1,0.0624,0.4269,0,1,0.2877,1,1,1,1,1,1,0.0082,0.2877,0,1,0.5462,1,1,1,0.1768,0.5462,0,1,1,1,1,1,0.086900957,0,0.018071484,1,1,1,1,1,0.015572469,0,0.033279322,1,1,1,1,1,0.249974221,0,0.409436926,0.40956209,0.409131206
-2329,1,0.4266,1,1,1,1,1,1,1,1,0.0812,0.4266,0,1,0.2875,1,1,1,1,1,1,0,0.2875,0,1,0.5461,1,1,1,0.1857,0.5461,0,1,1,1,1,1,0.117042422,0,0.015896931,1,1,1,1,1,0.013588725,0,0.014758117,1,1,1,1,1,0.26693663,0,0.389741421,0.389676327,0.390070922
-2330,1,0.4262,1,1,1,1,1,1,1,1,0.0813,0.4262,0,1,0.2872,1,1,1,1,1,1,0,0.2872,0,1,0.5459,1,1,1,0.1432,0.5459,0,1,1,1,1,1,0.127568319,0,0.005199922,1,1,1,1,1,0.011319332,0,0.000303665,1,1,1,1,1,0.217720613,0,0.377960367,0.37782949,0.377659574
-2331,1,0.4259,1,1,1,1,1,1,1,1,0.0635,0.4259,0,1,0.287,1,1,1,1,1,1,0,0.287,0,1,0.5458,1,1,1,0.1214,0.5458,0,1,1,1,1,1,0.144132257,0,0.000310946,1,1,1,1,1,0.019368757,0,0.020002881,1,1,1,1,1,0.195825905,0,0.373670855,0.373810028,0.373670213
-2332,1,0.4255,1,1,1,1,1,1,1,1,0.0753,0.4255,0,1,0.2868,1,1,1,1,1,1,0.0073,0.2868,0,1,0.5457,1,1,1,0.1497,0.5457,0,1,1,1,1,1,0.169225916,0,0,1,1,1,1,1,0.024973989,0,0.077846333,1,1,1,1,1,0.232225254,0,0.375604157,0.375713983,0.375443262
-2333,1,0.4252,1,1,1,1,1,1,1,1,0.0562,0.4252,0,1,0.2866,1,1,1,1,1,1,0.0108,0.2866,0,1,0.5455,1,1,1,0.2008,0.5455,0,1,1,1,1,1,0.119181775,0,0.012571973,1,1,1,1,1,0.033473417,0,0.098214142,1,1,1,1,1,0.320820391,0,0.386297728,0.386291517,0.38608156
-2334,1,0.4248,1,1,1,1,1,1,1,1,0.0471,0.4248,0.0464,1,0.2864,1,1,1,1,1,1,0.0019,0.2864,0.053,1,0.5454,1,1,1,0.238,0.5454,0.0447,1,1,1,1,1,0.064052731,0.239389241,0.040026754,1,1,1,1,1,0.010545531,0.267900884,0.195299223,1,1,1,1,1,0.411521167,0.283234209,0.404724505,0.404907975,0.404698582
-2335,1,0.4245,1,1,1,1,1,1,1,1,0.0773,0.4245,0.209,1,0.2862,1,1,1,1,1,1,0.047,0.2862,0.2357,1,0.5453,1,1,1,0.1935,0.5453,0.2143,1,1,1,1,1,0.078287609,0.499287426,0.079223551,1,1,1,1,1,0.084255628,0.617864192,0.15482749,1,1,1,1,1,0.272755861,0.542050183,0.43861769,0.438756082,0.438829787
-2336,1,0.4245,1,1,1,1,1,1,1,1,0.1025,0.4245,0.3667,1,0.2862,1,1,1,1,1,1,0.0297,0.2862,0.4154,1,0.5453,1,1,1,0.3558,0.5453,0.379,1,1,1,1,1,0.126761109,0.71256125,0.125894904,1,1,1,1,1,0.037144676,0.851529419,0.249151587,1,1,1,1,1,0.499777883,0.664503872,0.477223296,0.477258303,0.477393617
-2337,1,0.4245,1,1,1,1,1,1,1,1,0.1081,0.4245,0.4803,1,0.2862,1,1,1,1,1,1,0.0966,0.2862,0.5534,1,0.5453,1,1,1,0.3351,0.5453,0.4536,1,1,1,1,1,0.155192673,0.752148032,0.105476826,1,1,1,1,1,0.081327714,0.908745348,0.265271753,1,1,1,1,1,0.531981707,0.724169552,0.501268729,0.501375079,0.501329787
-2338,1,0.4245,1,1,1,1,1,1,1,1,0.1174,0.4245,0.4824,1,0.2862,1,1,1,1,1,1,0.1979,0.2862,0.5898,1,0.5453,1,1,1,0.4042,0.5453,0.4816,1,1,1,1,1,0.201657787,0.684583545,0.159272552,1,1,1,1,1,0.194480211,0.887773693,0.556438267,1,1,1,1,1,0.631881177,0.70582974,0.50960609,0.509625555,0.509751773
-2339,1,0.4245,1,1,1,1,1,1,1,1,0.1528,0.4245,0.45,1,0.2862,1,1,1,1,1,1,0.1638,0.2862,0.5845,1,0.5453,1,1,1,0.3747,0.5453,0.4893,1,1,1,1,1,0.224351659,0.656890571,0.322180986,1,1,1,1,1,0.181516483,0.913379431,0.744720459,1,1,1,1,1,0.537979662,0.693307102,0.514439343,0.514491221,0.51462766
-2340,1,0.4245,1,1,1,1,1,1,1,1,0.2487,0.4245,0.4528,1,0.2862,1,1,1,1,1,1,0.1437,0.2862,0.6481,1,0.5453,1,1,1,0.4131,0.5453,0.4532,1,1,1,1,1,0.283019304,0.676313341,0.54690063,1,1,1,1,1,0.178033918,0.967416942,0.759207428,1,1,1,1,1,0.562045336,0.682011306,0.510029,0.510048657,0.510195035
-2341,1,0.4245,1,1,1,1,1,1,1,1,0.156,0.4245,0.4866,1,0.2862,1,1,1,1,1,1,0.1945,0.2862,0.6926,1,0.5453,1,1,1,0.4159,0.5453,0.4921,1,1,1,1,1,0.161450639,0.718845367,0.612654924,1,1,1,1,1,0.210909471,0.985015035,0.458200812,1,1,1,1,1,0.604485214,0.669732392,0.49178347,0.491855299,0.491578014
-2342,1,0.4245,1,1,1,1,1,1,1,1,0.1987,0.4245,0.5044,1,0.2862,1,1,1,1,1,1,0.2619,0.2862,0.665,1,0.5453,1,1,1,0.4892,0.5453,0.4623,1,1,1,1,1,0.140872225,0.758494139,0.582283378,1,1,1,1,1,0.221012771,0.986182928,0.420258135,1,1,1,1,1,0.712054133,0.610868573,0.473296278,0.473238841,0.473404255
-2343,1,0.4245,1,1,1,1,1,1,1,1,0.1495,0.4245,0.4501,1,0.2862,1,1,1,1,1,1,0.3101,0.2862,0.5611,1,0.5453,1,1,1,0.4442,0.5453,0.3752,1,1,1,1,1,0.066121623,0.784720302,0.633285642,1,1,1,1,1,0.28203246,0.977569938,0.162726462,1,1,1,1,1,0.668014944,0.514802217,0.463025616,0.462872858,0.46320922
-2344,1,0.4245,1,1,1,1,1,1,1,1,0.0733,0.4245,0.3317,1,0.2862,1,1,1,1,1,1,0.7329,0.2862,0.4108,1,0.5453,1,1,1,0.348,0.5453,0.2333,1,1,1,1,1,0.036540929,0.740222096,0.370735347,1,1,1,1,1,0.565450788,0.902128398,0,1,1,1,1,1,0.600002348,0.426689416,0.460669406,0.460757351,0.460549645
-2345,1,0.4245,1,1,1,1,1,1,1,1,0.0143,0.4245,0.1451,1,0.2862,1,1,1,1,1,1,0.758,0.2862,0.1975,1,0.5453,1,1,1,0.2519,0.5453,0.0931,1,1,1,1,1,0.010343741,0.490217805,0.280467719,1,1,1,1,1,0.624435723,0.663797855,0.129302084,1,1,1,1,1,0.446082592,0.245839983,0.465925568,0.465834567,0.466312057
-2346,1,0.4245,1,1,1,1,1,1,1,1,0.0135,0.4245,0.0059,1,0.2862,1,1,1,1,1,1,0.4942,0.2862,0.0421,1,0.5453,1,1,1,0.2222,0.5453,0,1,1,1,1,1,0.040765084,0.10630621,0.062164262,1,1,1,1,1,0.477530181,0.287374586,0.624201298,1,1,1,1,1,0.438523471,0,0.478612856,0.478739158,0.478723404
-2347,1,0.4245,1,1,1,1,1,1,1,1,0.1689,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2489,0.2862,0,1,0.5453,1,1,1,0.2542,0.5453,0,1,1,1,1,1,0.071799725,0,0.051722325,1,1,1,1,1,0.293969423,0,0.858030915,1,1,1,1,1,0.529245615,0,0.515224746,0.515337423,0.515070922
-2348,1,0.4245,1,1,1,1,1,1,1,1,0.0634,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3568,0.2862,0,1,0.5453,1,1,1,0.178,0.5453,0,1,1,1,1,1,0.081532322,0,0.055799812,1,1,1,1,1,0.418535322,0,0.837557375,1,1,1,1,1,0.344259351,0,0.533591107,0.533742331,0.533687943
-2349,1,0.4245,1,1,1,1,1,1,1,1,0.153,0.4245,0,1,0.2862,1,1,1,1,1,1,0.5314,0.2862,0,1,0.5453,1,1,1,0.1122,0.5453,0,1,1,1,1,1,0.263237149,0,0.262511313,1,1,1,1,1,0.649861217,0,0.728077769,1,1,1,1,1,0.165717244,0,0.504772837,0.50475989,0.504875887
-2350,1,0.4245,1,1,1,1,1,1,1,1,0.2979,0.4245,0,1,0.2862,1,1,1,1,1,1,0.4477,0.2862,0,1,0.5453,1,1,1,0.1264,0.5453,0,1,1,1,1,1,0.374837816,0,0.823107719,1,1,1,1,1,0.547056317,0,0.149001047,1,1,1,1,1,0.181520894,0,0.461031899,0.460968902,0.460992908
-2351,1,0.4245,1,1,1,1,1,1,1,1,0.264,0.4245,0,1,0.2862,1,1,1,1,1,1,0.6297,0.2862,0,1,0.5453,1,1,1,0.1643,0.5453,0,1,1,1,1,1,0.440100133,0,0.743784308,1,1,1,1,1,0.673485875,0,0.071238481,1,1,1,1,1,0.192440763,0,0.420553407,0.420562725,0.420656028
-2352,1,0.4245,1,1,1,1,1,1,1,1,0.3986,0.4245,0,1,0.2862,1,1,1,1,1,1,0.6463,0.2862,0,1,0.5453,1,1,1,0.1456,0.5453,0,1,1,1,1,1,0.591757536,0,0.917679846,1,1,1,1,1,0.650663495,0,0.091587961,1,1,1,1,1,0.159381747,0,0.393547608,0.39369579,0.393617021
-2353,1,0.4245,1,1,1,1,1,1,1,1,0.4841,0.4245,0,1,0.2862,1,1,1,1,1,1,0.7852,0.2862,0,1,0.5453,1,1,1,0.1377,0.5453,0,1,1,1,1,1,0.610304117,0,0.769261599,1,1,1,1,1,0.764682114,0,0.099649742,1,1,1,1,1,0.150746465,0,0.380376994,0.380368098,0.380319149
-2354,1,0.4245,1,1,1,1,1,1,1,1,0.5462,0.4245,0,1,0.2862,1,1,1,1,1,1,0.6297,0.2862,0,1,0.5453,1,1,1,0.1798,0.5453,0,1,1,1,1,1,0.650990844,0,0.573360562,1,1,1,1,1,0.646100044,0,0.997523665,1,1,1,1,1,0.193442464,0,0.375483325,0.375502433,0.375443262
-2355,1,0.4245,1,1,1,1,1,1,1,1,0.6556,0.4245,0,1,0.2862,1,1,1,1,1,1,0.5376,0.2862,0,1,0.5453,1,1,1,0.1748,0.5453,0,1,1,1,1,1,0.663504064,0,0.364295304,1,1,1,1,1,0.564658821,0,1,1,1,1,1,1,0.203322098,0,0.375785404,0.375713983,0.375443262
-2356,1,0.4245,1,1,1,1,1,1,1,1,0.7539,0.4245,0,1,0.2862,1,1,1,1,1,1,0.5216,0.2862,0,1,0.5453,1,1,1,0.1104,0.5453,0,1,1,1,1,1,0.720885277,0,0.590444028,1,1,1,1,1,0.564208746,0,1,1,1,1,1,1,0.174134135,0,0.389439343,0.389464777,0.38962766
-2357,1,0.4245,1,1,1,1,1,1,1,1,0.6494,0.4245,0,1,0.2862,1,1,1,1,1,1,0.4775,0.2862,0,1,0.5453,1,1,1,0.078,0.5453,0,1,1,1,1,1,0.575342238,0,0.927775085,1,1,1,1,1,0.564016163,0,1,1,1,1,1,1,0.159424692,0,0.432938618,0.432832663,0.433067376
-2358,1,0.4245,1,1,1,1,1,1,1,1,0.6213,0.4245,0.0445,1,0.2862,1,1,1,1,1,1,0.5896,0.2862,0.0573,1,0.5453,1,1,1,0.0641,0.5453,0.0369,1,1,1,1,1,0.572953761,0.24425064,1,1,1,1,1,1,0.538755834,0.277790666,1,1,1,1,1,1,0.119036958,0.253215492,0.503987434,0.503913687,0.504432624
-2359,1,0.4245,1,1,1,1,1,1,1,1,0.7206,0.4245,0.2149,1,0.2862,1,1,1,1,1,1,0.504,0.2862,0.2177,1,0.5453,1,1,1,0.0915,0.5453,0.1866,1,1,1,1,1,0.584543407,0.569677591,1,1,1,1,1,1,0.413358778,0.564855218,1,1,1,1,1,1,0.186093345,0.478957355,0.551836636,0.551724138,0.551861702
-2360,1,0.4245,1,1,1,1,1,1,1,1,0.8202,0.4245,0.3872,1,0.2862,1,1,1,1,1,1,0.7968,0.2862,0.4045,1,0.5453,1,1,1,0.0615,0.5453,0.3206,1,1,1,1,1,0.69336921,0.714124203,1,1,1,1,1,1,0.786319554,0.744084835,1,1,1,1,1,1,0.131437063,0.638905048,0.568753021,0.568648191,0.569148936
-2361,1,0.4245,1,1,1,1,1,1,1,1,0.7202,0.4245,0.5191,1,0.2862,1,1,1,1,1,1,0.7633,0.2862,0.5333,1,0.5453,1,1,1,0.0859,0.5453,0.4374,1,1,1,1,1,0.697440624,0.780353785,1,1,1,1,1,1,0.780543685,0.805142879,1,1,1,1,1,1,0.141723782,0.722808123,0.575882069,0.575840914,0.575797872
-2362,1,0.4245,1,1,1,1,1,1,1,1,0.7481,0.4245,0.6164,1,0.2862,1,1,1,1,1,1,0.843,0.2862,0.587,1,0.5453,1,1,1,0.0969,0.5453,0.4636,1,1,1,1,1,0.746851742,0.838016868,1,1,1,1,1,1,0.840795994,0.86961472,0.823831499,1,1,1,1,1,0.144349158,0.755368948,0.582286129,0.582398985,0.582446809
-2363,1,0.4245,1,1,1,1,1,1,1,1,0.7189,0.4245,0.6094,1,0.2862,1,1,1,1,1,1,0.8818,0.2862,0.6136,1,0.5453,1,1,1,0.1351,0.5453,0.4986,1,1,1,1,1,0.787263811,0.821857214,1,1,1,1,1,1,0.856730223,0.931857646,1,1,1,1,1,1,0.162509933,0.753691494,0.582346544,0.582398985,0.582446809
-2364,1,0.4245,1,1,1,1,1,1,1,1,0.6593,0.4245,0.6213,1,0.2862,1,1,1,1,1,1,0.8858,0.2862,0.6059,1,0.5453,1,1,1,0.1638,0.5453,0.5036,1,1,1,1,1,0.77396822,0.827171385,1,1,1,1,1,1,0.863253593,0.9209342,1,1,1,1,1,1,0.166206926,0.752946556,0.577634123,0.57774487,0.578014184
-2365,1,0.4245,1,1,1,1,1,1,1,1,0.5979,0.4245,0.5855,1,0.2862,1,1,1,1,1,1,0.8656,0.2862,0.5508,1,0.5453,1,1,1,0.1793,0.5453,0.4023,1,1,1,1,1,0.779183865,0.800005198,1,1,1,1,1,1,0.826067269,0.81075561,1,1,1,1,1,1,0.250471085,0.70920825,0.573344611,0.573302306,0.57358156
-2366,1,0.4245,1,1,1,1,1,1,1,1,0.6899,0.4245,0.5484,1,0.2862,1,1,1,1,1,1,0.8324,0.2862,0.5046,1,0.5453,1,1,1,0.1669,0.5453,0.3479,1,1,1,1,1,0.784327328,0.743552864,1,1,1,1,1,1,0.809670806,0.735693753,1,1,1,1,1,1,0.283635855,0.707769334,0.563980184,0.563994077,0.56427305
-2367,1,0.4245,1,1,1,1,1,1,1,1,0.6817,0.4245,0.4324,1,0.2862,1,1,1,1,1,1,0.7906,0.2862,0.396,1,0.5453,1,1,1,0.2015,0.5453,0.3355,1,1,1,1,1,0.772770822,0.682655573,1,1,1,1,1,1,0.719258308,0.670332551,1,1,1,1,1,1,0.3569296,0.729306042,0.557636539,0.557647557,0.557624113
-2368,1,0.4245,1,1,1,1,1,1,1,1,0.6803,0.4245,0.2942,1,0.2862,1,1,1,1,1,1,0.9278,0.2862,0.3157,1,0.5453,1,1,1,0.1855,0.5453,0.2496,1,1,1,1,1,0.780385256,0.599606752,1,1,1,1,1,1,0.843097448,0.672409475,1,1,1,1,1,1,0.355192572,0.643232107,0.557696955,0.557859107,0.557624113
-2369,1,0.4245,1,1,1,1,1,1,1,1,0.632,0.4245,0.1239,1,0.2862,1,1,1,1,1,1,0.5949,0.2862,0.1728,1,0.5453,1,1,1,0.1377,0.5453,0.1147,1,1,1,1,1,0.660213053,0.45065248,1,1,1,1,1,1,0.545917869,0.529297233,1,1,1,1,1,1,0.275106192,0.458304316,0.564221846,0.564205627,0.56427305
-2370,1,0.4245,1,1,1,1,1,1,1,1,0.5305,0.4245,0.0042,1,0.2862,1,1,1,1,1,1,0.3689,0.2862,0.0254,1,0.5453,1,1,1,0.1269,0.5453,0,1,1,1,1,1,0.530580759,0.113852404,1,1,1,1,1,1,0.37795487,0.204765037,1,1,1,1,1,1,0.231526703,0.027797615,0.569780087,0.569705945,0.569592199
-2371,1,0.4245,1,1,1,1,1,1,1,1,0.3886,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1446,0.2862,0,1,0.5453,1,1,1,0.1285,0.5453,0,1,1,1,1,1,0.437527746,0,0.849748909,1,1,1,1,1,0.221698985,0,0.941090107,1,1,1,1,1,0.320943177,0,0.593885935,0.593822721,0.593971631
-2372,1,0.4245,1,1,1,1,1,1,1,1,0.2416,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1453,0.2862,0,1,0.5453,1,1,1,0.1177,0.5453,0,1,1,1,1,1,0.335813493,0,0.583182096,1,1,1,1,1,0.224569991,0,0.961822033,1,1,1,1,1,0.267977387,0,0.594852586,0.594668923,0.594858156
-2373,1,0.4245,1,1,1,1,1,1,1,1,0.1477,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1077,0.2862,0,1,0.5453,1,1,1,0.089,0.5453,0,1,1,1,1,1,0.245619163,0,0.40467307,1,1,1,1,1,0.203539759,0,0.958387494,1,1,1,1,1,0.20511654,0,0.55358869,0.553628094,0.553634752
-2374,1,0.4245,1,1,1,1,1,1,1,1,0.2077,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2344,0.2862,0,1,0.5453,1,1,1,0.075,0.5453,0,1,1,1,1,1,0.351983428,0,0.296248049,1,1,1,1,1,0.253803015,0,0.953000069,1,1,1,1,1,0.207454845,0,0.49722088,0.497144066,0.497340426
-2375,1,0.4245,1,1,1,1,1,1,1,1,0.292,0.4245,0,1,0.2862,1,1,1,1,1,1,0.104,0.2862,0,1,0.5453,1,1,1,0.0856,0.5453,0,1,1,1,1,1,0.421793431,0,0.051782906,1,1,1,1,1,0.226401061,0,0.976204276,1,1,1,1,1,0.21271722,0,0.444719671,0.444679501,0.445035461
-2376,1,0.4245,1,1,1,1,1,1,1,1,0.2603,0.4245,0,1,0.2862,1,1,1,1,1,1,0.5581,0.2862,0,1,0.5453,1,1,1,0.1135,0.5453,0,1,1,1,1,1,0.42069459,0,0.075881258,1,1,1,1,1,0.550512016,0,1,1,1,1,1,1,0.265471458,0,0.413303528,0.413158451,0.41356383
-2377,1,0.4245,1,1,1,1,1,1,1,1,0.2653,0.4245,0,1,0.2862,1,1,1,1,1,1,0.6118,0.2862,0,1,0.5453,1,1,1,0.1025,0.5453,0,1,1,1,1,1,0.491691172,0,0.532232225,1,1,1,1,1,0.603414416,0,1,1,1,1,1,1,0.251244754,0,0.39741421,0.397503702,0.397606383
-2378,1,0.4245,1,1,1,1,1,1,1,1,0.2456,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3027,0.2862,0,1,0.5453,1,1,1,0.1072,0.5453,0,1,1,1,1,1,0.45256573,0,0.7046597,1,1,1,1,1,0.465344787,0,1,1,1,1,1,1,0.272663713,0,0.390164331,0.390099429,0.390070922
-2379,1,0.4245,1,1,1,1,1,1,1,1,0.1232,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2471,0.2862,0,1,0.5453,1,1,1,0.1007,0.5453,0,1,1,1,1,1,0.24667576,0,0.683561146,1,1,1,1,1,0.448550463,0,1,1,1,1,1,1,0.264167249,0,0.389560174,0.389676327,0.38962766
-2380,1,0.4245,1,1,1,1,1,1,1,1,0.1621,0.4245,0,1,0.2862,1,1,1,1,1,1,0.4412,0.2862,0,1,0.5453,1,1,1,0.1005,0.5453,0,1,1,1,1,1,0.278832614,0,0.805912733,1,1,1,1,1,0.574424982,0,0.613283515,1,1,1,1,1,0.277607948,0,0.403032866,0.403004019,0.402925532
-2381,1,0.4245,1,1,1,1,1,1,1,1,0.1828,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2442,0.2862,0,1,0.5453,1,1,1,0.0811,0.5453,0,1,1,1,1,1,0.233823985,0,0.705246806,1,1,1,1,1,0.35170579,0,0.434003115,1,1,1,1,1,0.259481907,0,0.444840503,0.444679501,0.445035461
-2382,1,0.4245,1,1,1,1,1,1,1,1,0.1922,0.4245,0.0596,1,0.2862,1,1,1,1,1,1,0.1621,0.2862,0.0855,1,0.5453,1,1,1,0.0826,0.5453,0.0543,1,1,1,1,1,0.222814277,0.335511744,0.512364924,1,1,1,1,1,0.232250378,0.385996103,0.336659163,1,1,1,1,1,0.25904426,0.263589084,0.513956017,0.513856569,0.514184397
-2383,1,0.4245,1,1,1,1,1,1,1,1,0.1671,0.4245,0.2421,1,0.2862,1,1,1,1,1,1,0.1579,0.2862,0.2731,1,0.5453,1,1,1,0.0605,0.5453,0.2124,1,1,1,1,1,0.115778245,0.674033344,0.394664943,1,1,1,1,1,0.219103456,0.72850281,0.26674661,1,1,1,1,1,0.158274353,0.576895893,0.557274045,0.557224455,0.557180851
-2384,1,0.4245,1,1,1,1,1,1,1,1,0.3016,0.4245,0.4408,1,0.2862,1,1,1,1,1,1,0.4829,0.2862,0.4671,1,0.5453,1,1,1,0.0635,0.5453,0.3661,1,1,1,1,1,0.301958561,0.841422439,0.083721101,1,1,1,1,1,0.468997478,0.926454365,0.32491833,1,1,1,1,1,0.149003595,0.713134944,0.565853069,0.565898033,0.566046099
-2385,1,0.4245,1,1,1,1,1,1,1,1,0.2706,0.4245,0.5842,1,0.2862,1,1,1,1,1,1,0.5437,0.2862,0.608,1,0.5453,1,1,1,0.0493,0.5453,0.486,1,1,1,1,1,0.285437226,0.836826086,0.064671017,1,1,1,1,1,0.521677434,0.982723594,0.913489103,1,1,1,1,1,0.14180328,0.772304833,0.569538424,0.569494394,0.569592199
-2386,1,0.4245,1,1,1,1,1,1,1,1,0.2537,0.4245,0.6896,1,0.2862,1,1,1,1,1,1,0.4589,0.2862,0.7062,1,0.5453,1,1,1,0.0488,0.5453,0.5671,1,1,1,1,1,0.322164029,0.866493583,0.387754768,1,1,1,1,1,0.421813965,0.984566331,0.807914972,1,1,1,1,1,0.135554925,0.797819734,0.57322378,0.573302306,0.57358156
-2387,1,0.4245,1,1,1,1,1,1,1,1,0.3209,0.4245,0.6858,1,0.2862,1,1,1,1,1,1,0.3198,0.2862,0.6378,1,0.5453,1,1,1,0.054,0.5453,0.5792,1,1,1,1,1,0.293218493,0.906674087,0.56370306,1,1,1,1,1,0.329758078,0.872911513,0.588924885,1,1,1,1,1,0.115621448,0.831892967,0.571894635,0.571821451,0.571808511
-2388,1,0.4245,1,1,1,1,1,1,1,1,0.3465,0.4245,0.6341,1,0.2862,1,1,1,1,1,1,0.3727,0.2862,0.5752,1,0.5453,1,1,1,0.0898,0.5453,0.5764,1,1,1,1,1,0.271251351,0.839842558,0.311490208,1,1,1,1,1,0.378137201,0.800376654,0.904426932,1,1,1,1,1,0.211725265,0.821363091,0.568450942,0.568436641,0.568705674
-2389,1,0.4245,1,1,1,1,1,1,1,1,0.4461,0.4245,0.5742,1,0.2862,1,1,1,1,1,1,0.2936,0.2862,0.5323,1,0.5453,1,1,1,0.0714,0.5453,0.5106,1,1,1,1,1,0.319397867,0.782794058,0.269464046,1,1,1,1,1,0.295735896,0.788152218,0.935589552,1,1,1,1,1,0.120053962,0.805911064,0.567061382,0.566955786,0.567375887
-2390,1,0.4245,1,1,1,1,1,1,1,1,0.4761,0.4245,0.5271,1,0.2862,1,1,1,1,1,1,0.1816,0.2862,0.5201,1,0.5453,1,1,1,0.1075,0.5453,0.5251,1,1,1,1,1,0.316630423,0.74479413,0.26291889,1,1,1,1,1,0.211603492,0.713861525,0.723444343,1,1,1,1,1,0.132852048,0.784252763,0.559388594,0.559339962,0.559397163
-2391,1,0.4245,1,1,1,1,1,1,1,1,0.5895,0.4245,0.4501,1,0.2862,1,1,1,1,1,1,0.2304,0.2862,0.4571,1,0.5453,1,1,1,0.1175,0.5453,0.4022,1,1,1,1,1,0.259302974,0.706061602,0.3938438,1,1,1,1,1,0.275097072,0.686971307,1,1,1,1,1,1,0.210874885,0.748907268,0.552803287,0.552781891,0.552748227
-2392,1,0.4245,1,1,1,1,1,1,1,1,0.5217,0.4245,0.3211,1,0.2862,1,1,1,1,1,1,0.3505,0.2862,0.339,1,0.5453,1,1,1,0.0749,0.5453,0.2621,1,1,1,1,1,0.211083651,0.64662087,0.677485585,1,1,1,1,1,0.333771348,0.622640014,1,1,1,1,1,1,0.175782412,0.689906299,0.553709522,0.553839645,0.554078014
-2393,1,0.4245,1,1,1,1,1,1,1,1,0.3347,0.4245,0.1502,1,0.2862,1,1,1,1,1,1,0.1512,0.2862,0.1788,1,0.5453,1,1,1,0.093,0.5453,0.1009,1,1,1,1,1,0.209632665,0.509566903,0.528625727,1,1,1,1,1,0.148260862,0.483609229,1,1,1,1,1,1,0.202468529,0.442679405,0.55818028,0.558070658,0.558510638
-2394,1,0.4245,1,1,1,1,1,1,1,1,0.1829,0.4245,0.0118,1,0.2862,1,1,1,1,1,1,0.1383,0.2862,0.0161,1,0.5453,1,1,1,0.0962,0.5453,0.0013,1,1,1,1,1,0.154508233,0.16670157,0.592336178,1,1,1,1,1,0.155717373,0.156405061,1,1,1,1,1,1,0.24918966,0.019115118,0.561986467,0.56187857,0.562056738
-2395,1,0.4245,1,1,1,1,1,1,1,1,0.1696,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0913,0.2862,0,1,0.5453,1,1,1,0.0798,0.5453,0,1,1,1,1,1,0.159599394,0,0.998612881,1,1,1,1,1,0.1434993,0,1,1,1,1,1,1,0.273575515,0,0.586817303,0.586841549,0.586879433
-2396,1,0.4245,1,1,1,1,1,1,1,1,0.1965,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1575,0.2862,0,1,0.5453,1,1,1,0.0669,0.5453,0,1,1,1,1,1,0.294394106,0,0.923617065,1,1,1,1,1,0.277828068,0,0.490775406,1,1,1,1,1,0.268954009,0,0.589113098,0.589168606,0.589095745
-2397,1,0.4245,1,1,1,1,1,1,1,1,0.2486,0.4245,0,1,0.2862,1,1,1,1,1,1,0.4419,0.2862,0,1,0.5453,1,1,1,0.0816,0.5453,0,1,1,1,1,1,0.362602115,0,0.832950711,1,1,1,1,1,0.338001043,0,0.198926955,1,1,1,1,1,0.25091958,0,0.548815853,0.548762429,0.548758865
-2398,1,0.4245,1,1,1,1,1,1,1,1,0.1914,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1136,0.2862,0,1,0.5453,1,1,1,0.0427,0.5453,0,1,1,1,1,1,0.281978369,0,0.431697547,1,1,1,1,1,0.148195118,0,0.058832727,1,1,1,1,1,0.163296238,0,0.492327211,0.492278401,0.492464539
-2399,1,0.4245,1,1,1,1,1,1,1,1,0.1511,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0485,0.2862,0,1,0.5453,1,1,1,0.0387,0.5453,0,1,1,1,1,1,0.218655199,0,0.200375855,1,1,1,1,1,0.091254033,0,0.019300262,1,1,1,1,1,0.171135888,0,0.441275979,0.44129469,0.441046099
-2400,1,0.4245,1,1,1,1,1,1,1,1,0.2035,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1027,0.2862,0,1,0.5453,1,1,1,0.0283,0.5453,0,1,1,1,1,1,0.235553354,0,0.07236506,1,1,1,1,1,0.144930854,0,0.042158641,1,1,1,1,1,0.127909467,0,0.409739004,0.409773641,0.409574468
-2401,1,0.4245,1,1,1,1,1,1,1,1,0.2643,0.4245,0,1,0.2862,1,1,1,1,1,1,0.149,0.2862,0,1,0.5453,1,1,1,0.0287,0.5453,0,1,1,1,1,1,0.281421602,0,0.078817979,1,1,1,1,1,0.186349794,0,0.21970576,1,1,1,1,1,0.130500659,0,0.393487192,0.393484239,0.393617021
-2402,1,0.4245,1,1,1,1,1,1,1,1,0.2569,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2092,0.2862,0,1,0.5453,1,1,1,0.0246,0.5453,0,1,1,1,1,1,0.28585875,0,0.065232322,1,1,1,1,1,0.264256805,0,0.097500525,1,1,1,1,1,0.098434016,0,0.386297728,0.386291517,0.38608156
-2403,1,0.4245,1,1,1,1,1,1,1,1,0.1726,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1753,0.2862,0,1,0.5453,1,1,1,0.0207,0.5453,0,1,1,1,1,1,0.170132935,0,0.067645416,1,1,1,1,1,0.20123741,0,0.058172252,1,1,1,1,1,0.08337418,0,0.386297728,0.386291517,0.38608156
-2404,1,0.4245,1,1,1,1,1,1,1,1,0.1769,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1791,0.2862,0,1,0.5453,1,1,1,0.0176,0.5453,0,1,1,1,1,1,0.172773436,0,0.10180109,1,1,1,1,1,0.241835624,0,0.373656869,1,1,1,1,1,0.069703832,0,0.399166264,0.399196107,0.39893617
-2405,1,0.4245,1,1,1,1,1,1,1,1,0.1807,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2578,0.2862,0,1,0.5453,1,1,1,0.0248,0.5453,0,1,1,1,1,1,0.207861543,0,0.090104707,1,1,1,1,1,0.326628149,0,0.592640042,1,1,1,1,1,0.077247381,0,0.441034316,0.440871589,0.441046099
-2406,1,0.4245,1,1,1,1,1,1,1,1,0.1584,0.4245,0.0674,1,0.2862,1,1,1,1,1,1,0.2002,0.2862,0.0783,1,0.5453,1,1,1,0.0142,0.5453,0.0589,1,1,1,1,1,0.153997153,0.307319045,0.129524931,1,1,1,1,1,0.229144663,0.273935884,0.495601058,1,1,1,1,1,0.058070768,0.44045803,0.510874819,0.510894859,0.51108156
-2407,1,0.4245,1,1,1,1,1,1,1,1,0.0505,0.4245,0.2425,1,0.2862,1,1,1,1,1,1,0.1598,0.2862,0.2579,1,0.5453,1,1,1,0.0149,0.5453,0.2383,1,1,1,1,1,0.046199154,0.661670446,0.095761955,1,1,1,1,1,0.137906402,0.563638508,0.241518617,1,1,1,1,1,0.047308989,0.721742988,0.557696955,0.557859107,0.557624113
-2408,1,0.4245,1,1,1,1,1,1,1,1,0.0305,0.4245,0.4158,1,0.2862,1,1,1,1,1,1,0.1765,0.2862,0.4056,1,0.5453,1,1,1,0.0095,0.5453,0.4212,1,1,1,1,1,0.016975848,0.830601752,0.093696967,1,1,1,1,1,0.145873144,0.696767271,0.200979322,1,1,1,1,1,0.032024786,0.884272099,0.569417593,0.569494394,0.569592199
-2409,1,0.4245,1,1,1,1,1,1,1,1,0.036,0.4245,0.5463,1,0.2862,1,1,1,1,1,1,0.0844,0.2862,0.5052,1,0.5453,1,1,1,0.0079,0.5453,0.5364,1,1,1,1,1,0.01061753,0.855284095,0.111376345,1,1,1,1,1,0.084910832,0.724508703,0.228091896,1,1,1,1,1,0.024270346,0.888445437,0.57141131,0.57139835,0.571808511
-2410,1,0.4245,1,1,1,1,1,1,1,1,0.0373,0.4245,0.6386,1,0.2862,1,1,1,1,1,1,0.018,0.2862,0.6202,1,0.5453,1,1,1,0.003,0.5453,0.548,1,1,1,1,1,0.008384686,0.875071883,0.22299616,1,1,1,1,1,0.042510044,0.786699712,0.221861511,1,1,1,1,1,0.009868236,0.861770868,0.574130014,0.574148509,0.574024823
-2411,1,0.4245,1,1,1,1,1,1,1,1,0.0677,0.4245,0.6422,1,0.2862,1,1,1,1,1,1,0.0154,0.2862,0.6711,1,0.5453,1,1,1,0.0221,0.5453,0.578,1,1,1,1,1,0.02002342,0.847079337,0.646603346,1,1,1,1,1,0.055134192,0.81109333,0.391404748,1,1,1,1,1,0.04673636,0.813089013,0.572559207,0.572667654,0.572695035
-2412,1,0.4245,1,1,1,1,1,1,1,1,0.1109,0.4245,0.619,1,0.2862,1,1,1,1,1,1,0.0273,0.2862,0.6594,1,0.5453,1,1,1,0.0236,0.5453,0.5707,1,1,1,1,1,0.027680065,0.82403928,0.792108119,1,1,1,1,1,0.076236039,0.808554471,0.35915947,1,1,1,1,1,0.029423857,0.797669351,0.566880135,0.566744235,0.566932624
-2413,1,0.4245,1,1,1,1,1,1,1,1,0.11,0.4245,0.535,1,0.2862,1,1,1,1,1,1,0.1205,0.2862,0.6022,1,0.5453,1,1,1,0.0623,0.5453,0.6078,1,1,1,1,1,0.02787682,0.715975046,0.527847826,1,1,1,1,1,0.111165777,0.778837621,0.291130394,1,1,1,1,1,0.114615045,0.828508794,0.564221846,0.564205627,0.56427305
-2414,1,0.4245,1,1,1,1,1,1,1,1,0.164,0.4245,0.4947,1,0.2862,1,1,1,1,1,1,0.1179,0.2862,0.4993,1,0.5453,1,1,1,0.0638,0.5453,0.5179,1,1,1,1,1,0.041135002,0.653909981,0.579618037,1,1,1,1,1,0.090541676,0.72729075,0.14299503,1,1,1,1,1,0.07671532,0.753476739,0.557636539,0.557647557,0.557624113
-2415,1,0.4245,1,1,1,1,1,1,1,1,0.217,0.4245,0.436,1,0.2862,1,1,1,1,1,1,0.0964,0.2862,0.4129,1,0.5453,1,1,1,0.0756,0.5453,0.4329,1,1,1,1,1,0.073516883,0.608779609,0.742167056,1,1,1,1,1,0.123751,0.713828444,0.235643744,1,1,1,1,1,0.077351652,0.722953618,0.551836636,0.551724138,0.551861702
-2416,1,0.4245,1,1,1,1,1,1,1,1,0.2491,0.4245,0.31,1,0.2862,1,1,1,1,1,1,0.1063,0.2862,0.3183,1,0.5453,1,1,1,0.0616,0.5453,0.3111,1,1,1,1,1,0.159559146,0.713551939,0.894349813,1,1,1,1,1,0.139994204,0.698900223,0.38906312,1,1,1,1,1,0.079458751,0.87133199,0.553165781,0.553204993,0.553191489
-2417,1,0.4245,1,1,1,1,1,1,1,1,0.1714,0.4245,0.141,1,0.2862,1,1,1,1,1,1,0.1452,0.2862,0.1614,1,0.5453,1,1,1,0.084,0.5453,0.1294,1,1,1,1,1,0.19067803,0.368282527,0.884993434,1,1,1,1,1,0.169386327,0.375807405,0.850899041,1,1,1,1,1,0.082304336,0.505309522,0.559086515,0.559128411,0.558953901
-2418,1,0.4245,1,1,1,1,1,1,1,1,0.135,0.4245,0.0057,1,0.2862,1,1,1,1,1,1,0.0498,0.2862,0.0049,1,0.5453,1,1,1,0.1365,0.5453,0.0106,1,1,1,1,1,0.192277506,0.034873657,0.863598943,1,1,1,1,1,0.076030739,0.069646031,0.98006922,1,1,1,1,1,0.192692935,0.007892683,0.564765587,0.564628729,0.565159574
-2419,1,0.4245,1,1,1,1,1,1,1,1,0.0478,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0251,0.2862,0,1,0.5453,1,1,1,0.1196,0.5453,0,1,1,1,1,1,0.073196985,0,0.487474799,1,1,1,1,1,0.049583692,0,0.418017298,1,1,1,1,1,0.206104681,0,0.590079749,0.590014809,0.590425532
-2420,1,0.4245,1,1,1,1,1,1,1,1,0.0452,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0735,0.2862,0,1,0.5453,1,1,1,0.1974,0.5453,0,1,1,1,1,1,0.120737754,0,0.243135959,1,1,1,1,1,0.118213162,0,0.142166495,1,1,1,1,1,0.31415236,0,0.590019333,0.590014809,0.590425532
-2421,1,0.4245,1,1,1,1,1,1,1,1,0.0539,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1021,0.2862,0,1,0.5453,1,1,1,0.1692,0.5453,0,1,1,1,1,1,0.107005812,0,0.081017479,1,1,1,1,1,0.128904,0,0.138731956,1,1,1,1,1,0.232007951,0,0.55080957,0.550666385,0.550975177
-2422,1,0.4245,1,1,1,1,1,1,1,1,0.0525,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1827,0.2862,0,1,0.5453,1,1,1,0.259,0.5453,0,1,1,1,1,1,0.118370056,0,0.014535849,1,1,1,1,1,0.163327932,0,0.321100295,1,1,1,1,1,0.387205273,0,0.495710488,0.495874762,0.496010638
-2423,1,0.4245,1,1,1,1,1,1,1,1,0.0372,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1892,0.2862,0,1,0.5453,1,1,1,0.2531,0.5453,0,1,1,1,1,1,0.104649402,0,0.004093621,1,1,1,1,1,0.207261384,0,0.547722042,1,1,1,1,1,0.408274293,0,0.445384244,0.445314153,0.445478723
-2424,1,0.4245,1,1,1,1,1,1,1,1,0.0474,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2453,0.2862,0,1,0.5453,1,1,1,0.1894,0.5453,0,1,1,1,1,1,0.120462358,0,0.008662247,1,1,1,1,1,0.245910197,0,0.435845315,1,1,1,1,1,0.332667857,0,0.412638956,0.41273535,0.412677305
-2425,1,0.4245,1,1,1,1,1,1,1,1,0.0574,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1917,0.2862,0,1,0.5453,1,1,1,0.1844,0.5453,0,1,1,1,1,1,0.10167487,0,0.100970417,1,1,1,1,1,0.205970228,0,0.190444246,1,1,1,1,1,0.29158023,0,0.395420493,0.395388195,0.395390071
-2426,1,0.4245,1,1,1,1,1,1,1,1,0.1246,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1561,0.2862,0,1,0.5453,1,1,1,0.198,0.5453,0,1,1,1,1,1,0.096575841,0,0.348448873,1,1,1,1,1,0.208136111,0,0.191566765,1,1,1,1,1,0.282127172,0,0.387506042,0.387560821,0.38785461
-2427,1,0.4245,1,1,1,1,1,1,1,1,0.1801,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1745,0.2862,0,1,0.5453,1,1,1,0.2169,0.5453,0,1,1,1,1,1,0.129712105,0,0.286758244,1,1,1,1,1,0.262073576,0,0.486716539,1,1,1,1,1,0.276042998,0,0.387324795,0.38734927,0.387411348
-2428,1,0.4245,1,1,1,1,1,1,1,1,0.1992,0.4245,0,1,0.2862,1,1,1,1,1,1,0.272,0.2862,0,1,0.5453,1,1,1,0.2182,0.5453,0,1,1,1,1,1,0.203951016,0,0.220197797,1,1,1,1,1,0.346437663,0,0.223710477,1,1,1,1,1,0.314397961,0,0.399347511,0.399407658,0.399379433
-2429,1,0.4245,1,1,1,1,1,1,1,1,0.1989,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2975,0.2862,0,1,0.5453,1,1,1,0.2153,0.5453,0,1,1,1,1,1,0.310027182,0,0.034807079,1,1,1,1,1,0.353859425,0,0.146596074,1,1,1,1,1,0.315238029,0,0.441698888,0.441717791,0.441489362
-2430,1,0.4245,1,1,1,1,1,1,1,1,0.1322,0.4245,0.0646,1,0.2862,1,1,1,1,1,1,0.2056,0.2862,0.0723,1,0.5453,1,1,1,0.2142,0.5453,0.0799,1,1,1,1,1,0.200546429,0.31970647,0.009727502,1,1,1,1,1,0.242123216,0.352269113,0.018837435,1,1,1,1,1,0.318507254,0.426424414,0.510512325,0.510683309,0.510638298
-2431,1,0.4245,1,1,1,1,1,1,1,1,0.0889,0.4245,0.24,1,0.2862,1,1,1,1,1,1,0.1368,0.2862,0.2571,1,0.5453,1,1,1,0.1538,0.5453,0.2302,1,1,1,1,1,0.087227464,0.640926242,0.015920106,1,1,1,1,1,0.147936404,0.69518137,0.015571728,1,1,1,1,1,0.215776742,0.702073812,0.55497825,0.554897398,0.554964539
-2432,1,0.4245,1,1,1,1,1,1,1,1,0.0655,0.4245,0.4124,1,0.2862,1,1,1,1,1,1,0.1356,0.2862,0.434,1,0.5453,1,1,1,0.1515,0.5453,0.3766,1,1,1,1,1,0.065659128,0.836843848,0.020144705,1,1,1,1,1,0.168098062,0.8834337,0.029469112,1,1,1,1,1,0.171756029,0.743613958,0.566215563,0.566321134,0.566489362
-2433,1,0.4245,1,1,1,1,1,1,1,1,0.2003,0.4245,0.5387,1,0.2862,1,1,1,1,1,1,0.2334,0.2862,0.5476,1,0.5453,1,1,1,0.1841,0.5453,0.5024,1,1,1,1,1,0.158533067,0.900318861,0.101055257,1,1,1,1,1,0.260917246,0.900915027,0.101513878,1,1,1,1,1,0.166165888,0.753646553,0.56959884,0.569705945,0.569592199
-2434,1,0.4245,1,1,1,1,1,1,1,1,0.1672,0.4245,0.5942,1,0.2862,1,1,1,1,1,1,0.132,0.2862,0.6195,1,0.5453,1,1,1,0.279,0.5453,0.637,1,1,1,1,1,0.175076827,0.817512572,0.267614484,1,1,1,1,1,0.173112124,0.83472693,0.257291377,1,1,1,1,1,0.30405277,0.744919896,0.571532141,0.571609901,0.571808511
-2435,1,0.4245,1,1,1,1,1,1,1,1,0.1654,0.4245,0.5769,1,0.2862,1,1,1,1,1,1,0.2562,0.2862,0.6025,1,0.5453,1,1,1,0.2074,0.5453,0.6009,1,1,1,1,1,0.203530416,0.806068599,0.327880114,1,1,1,1,1,0.261727065,0.825434089,0.355634809,1,1,1,1,1,0.257543653,0.810474515,0.572015466,0.572033002,0.571808511
-2436,1,0.4245,1,1,1,1,1,1,1,1,0.1582,0.4245,0.5447,1,0.2862,1,1,1,1,1,1,0.3761,0.2862,0.5788,1,0.5453,1,1,1,0.3291,0.5453,0.5298,1,1,1,1,1,0.207437173,0.757832825,0.35496223,1,1,1,1,1,0.373266697,0.774769902,0.339724094,1,1,1,1,1,0.368885309,0.793942213,0.569780087,0.569705945,0.569592199
-2437,1,0.4245,1,1,1,1,1,1,1,1,0.1622,0.4245,0.5418,1,0.2862,1,1,1,1,1,1,0.1424,0.2862,0.5354,1,0.5453,1,1,1,0.4283,0.5453,0.493,1,1,1,1,1,0.163356438,0.737932801,0.24459976,1,1,1,1,1,0.14931722,0.761669397,0.054541886,1,1,1,1,1,0.377505213,0.74222362,0.56917593,0.569071293,0.569592199
-2438,1,0.4245,1,1,1,1,1,1,1,1,0.2698,0.4245,0.534,1,0.2862,1,1,1,1,1,1,0.0685,0.2862,0.5095,1,0.5453,1,1,1,0.4286,0.5453,0.4915,1,1,1,1,1,0.217375919,0.7526443,0.531295419,1,1,1,1,1,0.163647741,0.769992948,0.110059693,1,1,1,1,1,0.445056349,0.711393952,0.562348961,0.562301671,0.5625
-2439,1,0.4245,1,1,1,1,1,1,1,1,0.2774,0.4245,0.4351,1,0.2862,1,1,1,1,1,1,0.2595,0.2862,0.4716,1,0.5453,1,1,1,0.3957,0.5453,0.4306,1,1,1,1,1,0.258304268,0.713365078,0.687309146,1,1,1,1,1,0.344486266,0.802844048,0.139997661,1,1,1,1,1,0.473153174,0.68204838,0.557092798,0.557012905,0.557180851
-2440,1,0.4245,1,1,1,1,1,1,1,1,0.1411,0.4245,0.2974,1,0.2862,1,1,1,1,1,1,0.3596,0.2862,0.3522,1,0.5453,1,1,1,0.241,0.5453,0.303,1,1,1,1,1,0.129279315,0.646387398,0.687662959,1,1,1,1,1,0.326570928,0.745564759,0.061512828,1,1,1,1,1,0.338282287,0.634998918,0.558724021,0.55870531,0.558953901
-2441,1,0.4245,1,1,1,1,1,1,1,1,0.141,0.4245,0.1269,1,0.2862,1,1,1,1,1,1,0.1904,0.2862,0.1757,1,0.5453,1,1,1,0.1074,0.5453,0.1332,1,1,1,1,1,0.135995433,0.462041795,0.605591893,1,1,1,1,1,0.17610836,0.549953222,0.034151312,1,1,1,1,1,0.161893025,0.426197261,0.565309328,0.565263381,0.565159574
-2442,1,0.4245,1,1,1,1,1,1,1,1,0.0681,0.4245,0.0095,1,0.2862,1,1,1,1,1,1,0.0123,0.2862,0.0216,1,0.5453,1,1,1,0.0616,0.5453,0.006,1,1,1,1,1,0.036077045,0.124793895,0.492998481,1,1,1,1,1,0.018507756,0.209454566,0.39168483,1,1,1,1,1,0.09570536,0.021876052,0.567061382,0.566955786,0.567375887
-2443,1,0.4245,1,1,1,1,1,1,1,1,0.023,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0197,0.2862,0,1,0.5453,1,1,1,0.046,0.5453,0,1,1,1,1,1,0.039765816,0,0.184074119,1,1,1,1,1,0.019261952,0,0.245948449,1,1,1,1,1,0.124119744,0,0.587602707,0.587687751,0.587765957
-2444,1,0.4245,1,1,1,1,1,1,1,1,0.0146,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0055,0.2862,0,1,0.5453,1,1,1,0.0735,0.5453,0,1,1,1,1,1,0.042670727,0,0.052982487,1,1,1,1,1,0.0311541,0,0.024386127,1,1,1,1,1,0.160714984,0,0.59062349,0.590649461,0.590868794
-2445,1,0.4245,1,1,1,1,1,1,1,1,0.0384,0.4245,0,1,0.2862,1,1,1,1,1,1,0,0.2862,0,1,0.5453,1,1,1,0.1048,0.5453,0,1,1,1,1,1,0.067996904,0,0.115479216,1,1,1,1,1,0.014714612,0,0.038736388,1,1,1,1,1,0.221270472,0,0.554676172,0.554685847,0.554964539
-2446,1,0.4245,1,1,1,1,1,1,1,1,0.0287,0.4245,0,1,0.2862,1,1,1,1,1,1,0,0.2862,0,1,0.5453,1,1,1,0.1283,0.5453,0,1,1,1,1,1,0.041602053,0,0.120981365,1,1,1,1,1,0.031592637,0,0.032952096,1,1,1,1,1,0.27668348,0,0.501329145,0.501375079,0.501329787
-2447,1,0.4245,1,1,1,1,1,1,1,1,0.0507,0.4245,0,1,0.2862,1,1,1,1,1,1,0,0.2862,0,1,0.5453,1,1,1,0.1187,0.5453,0,1,1,1,1,1,0.087907754,0,0.10217201,1,1,1,1,1,0.053369075,0,0.020777225,1,1,1,1,1,0.25677681,0,0.450277912,0.450179818,0.45035461
-2448,1,0.4245,1,1,1,1,1,1,1,1,0.1152,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0634,0.2862,0,1,0.5453,1,1,1,0.1246,0.5453,0,1,1,1,1,1,0.136053428,0,0.15679118,1,1,1,1,1,0.14721337,0,0.120203152,1,1,1,1,1,0.276025295,0,0.418197197,0.418235667,0.417996454
-2449,1,0.4245,1,1,1,1,1,1,1,1,0.156,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1399,0.2862,0,1,0.5453,1,1,1,0.1306,0.5453,0,1,1,1,1,1,0.146545738,0,0.193758428,1,1,1,1,1,0.21131511,0,0.128932208,1,1,1,1,1,0.263261408,0,0.402247463,0.402157817,0.40248227
-2450,1,0.4245,1,1,1,1,1,1,1,1,0.1823,0.4245,0,1,0.2862,1,1,1,1,1,1,0.297,0.2862,0,1,0.5453,1,1,1,0.12,0.5453,0,1,1,1,1,1,0.188780174,0,0.238242179,1,1,1,1,1,0.315877378,0,0.126761004,1,1,1,1,1,0.238032386,0,0.394574674,0.394541993,0.394503546
-2451,1,0.4245,1,1,1,1,1,1,1,1,0.1797,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2693,0.2862,0,1,0.5453,1,1,1,0.1106,0.5453,0,1,1,1,1,1,0.21170184,0,0.303852379,1,1,1,1,1,0.29678151,0,0.246780902,1,1,1,1,1,0.200641096,0,0.394574674,0.394753543,0.394503546
-2452,1,0.4245,1,1,1,1,1,1,1,1,0.1927,0.4245,0,1,0.2862,1,1,1,1,1,1,0.4,0.2862,0,1,0.5453,1,1,1,0.1184,0.5453,0,1,1,1,1,1,0.259285927,0,0.298891366,1,1,1,1,1,0.407176316,0,0.285555005,1,1,1,1,1,0.191044688,0,0.406839053,0.406811931,0.406914894
-2453,1,0.4245,1,1,1,1,1,1,1,1,0.1802,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2897,0.2862,0,1,0.5453,1,1,1,0.1241,0.5453,0,1,1,1,1,1,0.270649761,0,0.335378945,1,1,1,1,1,0.309182584,0,0.453060508,1,1,1,1,1,0.199507788,0,0.447498792,0.447429659,0.447251773
-2454,1,0.4245,1,1,1,1,1,1,1,1,0.1657,0.4245,0.0702,1,0.2862,1,1,1,1,1,1,0.2195,0.2862,0.0963,1,0.5453,1,1,1,0.1361,0.5453,0.0626,1,1,1,1,1,0.291815162,0.477733552,0.233181342,1,1,1,1,1,0.217198044,0.458388448,0.368128031,1,1,1,1,1,0.261936426,0.549007952,0.513653939,0.513645018,0.513741135
-2455,1,0.4245,1,1,1,1,1,1,1,1,0.0783,0.4245,0.2614,1,0.2862,1,1,1,1,1,1,0.1303,0.2862,0.287,1,0.5453,1,1,1,0.0658,0.5453,0.256,1,1,1,1,1,0.123018593,0.801833451,0.271869838,1,1,1,1,1,0.157562613,0.785470128,0.567231953,1,1,1,1,1,0.183851138,0.838491678,0.556669889,0.556589803,0.556737589
-2456,1,0.4245,1,1,1,1,1,1,1,1,0.0056,0.4245,0.4627,1,0.2862,1,1,1,1,1,1,0.0175,0.2862,0.4836,1,0.5453,1,1,1,0.0303,0.5453,0.458,1,1,1,1,1,0.010465258,0.969449282,0.128247082,1,1,1,1,1,0.01750177,0.967897296,0.297040343,1,1,1,1,1,0.116391778,0.975656092,0.565067666,0.56505183,0.565159574
-2457,1,0.4245,1,1,1,1,1,1,1,1,0.0212,0.4245,0.6166,1,0.2862,1,1,1,1,1,1,0.0564,0.2862,0.625,1,0.5453,1,1,1,0.0228,0.5453,0.6143,1,1,1,1,1,0.021839943,0.998789907,0.124600485,1,1,1,1,1,0.050834816,0.998796582,0.295126975,1,1,1,1,1,0.087612264,0.999965966,0.568088449,0.568013539,0.568262411
-2458,1,0.4245,1,1,1,1,1,1,1,1,0.0399,0.4245,0.7112,1,0.2862,1,1,1,1,1,1,0.0949,0.2862,0.7167,1,0.5453,1,1,1,0.1228,0.5453,0.7365,1,1,1,1,1,0.076107316,0.993309557,0.069125459,1,1,1,1,1,0.073512696,0.991890848,0.285357356,1,1,1,1,1,0.264964491,0.999960065,0.570686322,0.570763698,0.570921986
-2459,1,0.4245,1,1,1,1,1,1,1,1,0.0572,0.4245,0.716,1,0.2862,1,1,1,1,1,1,0.1677,0.2862,0.7262,1,0.5453,1,1,1,0.1841,0.5453,0.7529,1,1,1,1,1,0.114816934,0.98658818,0.039422136,1,1,1,1,1,0.13872087,0.993703067,0.228182465,1,1,1,1,1,0.295892596,0.999529302,0.567061382,0.566955786,0.567375887
-2460,1,0.4245,1,1,1,1,1,1,1,1,0.0426,0.4245,0.7297,1,0.2862,1,1,1,1,1,1,0.1738,0.2862,0.7395,1,0.5453,1,1,1,0.163,0.5453,0.7557,1,1,1,1,1,0.073797181,0.996314108,0.007270413,1,1,1,1,1,0.134251863,0.997786283,0.014077749,1,1,1,1,1,0.254925847,0.997704506,0.560596907,0.560609266,0.56072695
-2461,1,0.4245,1,1,1,1,1,1,1,1,0.0562,0.4245,0.7274,1,0.2862,1,1,1,1,1,1,0.1296,0.2862,0.744,1,0.5453,1,1,1,0.0762,0.5453,0.7464,1,1,1,1,1,0.072795153,0.995897651,0.017269824,1,1,1,1,1,0.110585451,0.997889102,0.000581152,1,1,1,1,1,0.137502968,1,0.556851136,0.556801354,0.556737589
-2462,1,0.4245,1,1,1,1,1,1,1,1,0.1409,0.4245,0.6825,1,0.2862,1,1,1,1,1,1,0.1413,0.2862,0.7054,1,0.5453,1,1,1,0.1572,0.5453,0.6841,1,1,1,1,1,0.162685364,0.997097075,0.089559145,1,1,1,1,1,0.124579228,0.998034835,0.008413089,1,1,1,1,1,0.244602472,0.980597854,0.548272112,0.548339327,0.548758865
-2463,1,0.4245,1,1,1,1,1,1,1,1,0.1894,0.4245,0.5492,1,0.2862,1,1,1,1,1,1,0.1142,0.2862,0.5849,1,0.5453,1,1,1,0.2062,0.5453,0.5321,1,1,1,1,1,0.14764674,0.998052597,0.205554575,1,1,1,1,1,0.107147112,0.999577165,0.115237445,1,1,1,1,1,0.368981183,0.935413599,0.53842436,0.538607997,0.53856383
-2464,1,0.4245,1,1,1,1,1,1,1,1,0.2479,0.4245,0.3739,1,0.2862,1,1,1,1,1,1,0.1179,0.2862,0.4262,1,0.5453,1,1,1,0.2957,0.5453,0.3501,1,1,1,1,1,0.192644149,0.931230724,0.42768389,1,1,1,1,1,0.123146296,0.939841926,0.5544644,1,1,1,1,1,0.51755619,0.891582727,0.534195263,0.534165433,0.534131206
-2465,1,0.4245,1,1,1,1,1,1,1,1,0.267,0.4245,0.1552,1,0.2862,1,1,1,1,1,1,0.1817,0.2862,0.2129,1,0.5453,1,1,1,0.1539,0.5453,0.1298,1,1,1,1,1,0.245497525,0.699574113,0.726032972,1,1,1,1,1,0.184592381,0.716006815,1,1,1,1,1,1,0.260985225,0.672774911,0.531114065,0.531203723,0.531471631
-2466,1,0.4245,1,1,1,1,1,1,1,1,0.305,0.4245,0.0324,1,0.2862,1,1,1,1,1,1,0.1916,0.2862,0.0599,1,0.5453,1,1,1,0.1798,0.5453,0.0206,1,1,1,1,1,0.330435753,0.322303444,0.930636942,1,1,1,1,1,0.214155763,0.338781863,1,1,1,1,1,1,0.342008829,0.289676547,0.526703722,0.526761159,0.527039007
-2467,1,0.4245,1,1,1,1,1,1,1,1,0.294,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1401,0.2862,0,1,0.5453,1,1,1,0.2197,0.5453,0,1,1,1,1,1,0.276343435,0,0.982862175,1,1,1,1,1,0.216852203,0,1,1,1,1,1,1,0.523256302,0,0.544586757,0.544742966,0.544769504
-2468,1,0.4245,1,1,1,1,1,1,1,1,0.2073,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2576,0.2862,0,1,0.5453,1,1,1,0.3421,0.5453,0,1,1,1,1,1,0.266328931,0,1,1,1,1,1,1,0.335053325,0,0.923255324,1,1,1,1,1,0.676800609,0,0.555099082,0.555108949,0.554964539
-2469,1,0.4245,1,1,1,1,1,1,1,1,0.3748,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2697,0.2862,0,1,0.5453,1,1,1,0.3318,0.5453,0,1,1,1,1,1,0.37749368,0,1,1,1,1,1,1,0.462889075,0,1,1,1,1,1,1,0.653873563,0,0.526220396,0.526338058,0.526152482
-2470,1,0.4245,1,1,1,1,1,1,1,1,0.3475,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2587,0.2862,0,1,0.5453,1,1,1,0.3957,0.5453,0,1,1,1,1,1,0.31583336,0,1,1,1,1,1,1,0.395368576,0,1,1,1,1,1,1,0.723086774,0,0.483144031,0.483181722,0.483156028
-2471,1,0.4245,1,1,1,1,1,1,1,1,0.448,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3602,0.2862,0,1,0.5453,1,1,1,0.3592,0.5453,0,1,1,1,1,1,0.402784705,0,1,1,1,1,1,1,0.440958828,0,1,1,1,1,1,1,0.743967891,0,0.436684389,0.436852126,0.436613475
-2472,1,0.4245,1,1,1,1,1,1,1,1,0.3695,0.4245,0,1,0.2862,1,1,1,1,1,1,0.309,0.2862,0,1,0.5453,1,1,1,0.4096,0.5453,0,1,1,1,1,1,0.360299915,0,1,1,1,1,1,1,0.35782516,0,1,1,1,1,1,1,0.812541008,0,0.404059932,0.404061773,0.404255319
-2473,1,0.4245,1,1,1,1,1,1,1,1,0.4104,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2944,0.2862,0,1,0.5453,1,1,1,0.4057,0.5453,0,1,1,1,1,1,0.430584729,0,1,1,1,1,1,1,0.356063873,0,1,1,1,1,1,1,0.794231355,0,0.385029,0.385022213,0.385195035
-2474,1,0.4245,1,1,1,1,1,1,1,1,0.412,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2815,0.2862,0,1,0.5453,1,1,1,0.3056,0.5453,0,1,1,1,1,1,0.506457686,0,1,1,1,1,1,1,0.312273145,0,1,1,1,1,1,1,0.668741107,0,0.374214596,0.374233129,0.374113475
-2475,1,0.4245,1,1,1,1,1,1,1,1,0.4122,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3507,0.2862,0,1,0.5453,1,1,1,0.3764,0.5453,0,1,1,1,1,1,0.547450244,0,1,1,1,1,1,1,0.4063164,0,1,1,1,1,1,1,0.725850284,0,0.371918801,0.371906072,0.371897163
-2476,1,0.4245,1,1,1,1,1,1,1,1,0.4699,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3011,0.2862,0,1,0.5453,1,1,1,0.3475,0.5453,0,1,1,1,1,1,0.624615014,0,1,1,1,1,1,1,0.411764205,0,1,1,1,1,1,1,0.714150071,0,0.376147898,0.376137085,0.375886525
-2477,1,0.4245,1,1,1,1,1,1,1,1,0.336,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3292,0.2862,0,1,0.5453,1,1,1,0.3264,0.5453,0,1,1,1,1,1,0.470374823,0,1,1,1,1,1,1,0.399669975,0,0.814881146,1,1,1,1,1,0.660247087,0,0.392278879,0.392214935,0.392287234
-2478,1,0.4245,1,1,1,1,1,1,1,1,0.2757,0.4245,0.0727,1,0.2862,1,1,1,1,1,1,0.1094,0.2862,0.0994,1,0.5453,1,1,1,0.2782,0.5453,0.0626,1,1,1,1,1,0.307447165,0.471886396,0.986908853,1,1,1,1,1,0.156918198,0.331526309,0.610193193,1,1,1,1,1,0.574186683,0.560416818,0.41300145,0.412946901,0.413120567
-2479,1,0.4245,1,1,1,1,1,1,1,1,0.1409,0.4245,0.2557,1,0.2862,1,1,1,1,1,1,0.1092,0.2862,0.2751,1,0.5453,1,1,1,0.1128,0.5453,0.2504,1,1,1,1,1,0.09603256,0.752766371,0.980601907,1,1,1,1,1,0.129552796,0.693021357,0.546091914,1,1,1,1,1,0.288349301,0.813744307,0.450217496,0.450179818,0.45035461
-2480,1,0.4245,1,1,1,1,1,1,1,1,0.0562,0.4245,0.4497,1,0.2862,1,1,1,1,1,1,0.0246,0.2862,0.4564,1,0.5453,1,1,1,0.12,0.5453,0.444,1,1,1,1,1,0.032651946,0.917388439,0.87109983,1,1,1,1,1,0.037278797,0.906100512,0.44013536,1,1,1,1,1,0.22914353,0.961844623,0.483264862,0.483181722,0.483156028
-2481,1,0.4245,1,1,1,1,1,1,1,1,0.0138,0.4245,0.5925,1,0.2862,1,1,1,1,1,1,0.0466,0.2862,0.6063,1,0.5453,1,1,1,0.1664,0.5453,0.6114,1,1,1,1,1,0.019374562,0.962516665,0.599432647,1,1,1,1,1,0.038805664,0.927363694,0.307992667,1,1,1,1,1,0.31790182,0.903873622,0.503504108,0.503490586,0.503546099
-2482,1,0.4245,1,1,1,1,1,1,1,1,0.0215,0.4245,0.704,1,0.2862,1,1,1,1,1,1,0.066,0.2862,0.717,1,0.5453,1,1,1,0.1728,0.5453,0.7222,1,1,1,1,1,0.028838929,0.989628017,0.306328475,1,1,1,1,1,0.055897258,0.998014271,0.163761526,1,1,1,1,1,0.330778927,0.918700933,0.511478975,0.511529511,0.511524823
-2483,1,0.4245,1,1,1,1,1,1,1,1,0.0618,0.4245,0.7225,1,0.2862,1,1,1,1,1,1,0.1283,0.2862,0.7277,1,0.5453,1,1,1,0.2218,0.5453,0.708,1,1,1,1,1,0.053736739,0.998208344,0.353666186,1,1,1,1,1,0.101137586,0.961816728,0.10375943,1,1,1,1,1,0.348830342,0.96350354,0.509364427,0.509414005,0.509308511
-2484,1,0.4245,1,1,1,1,1,1,1,1,0.111,0.4245,0.701,1,0.2862,1,1,1,1,1,1,0.0399,0.2862,0.6985,1,0.5453,1,1,1,0.3554,0.5453,0.6729,1,1,1,1,1,0.033874854,0.973093271,0.503898203,1,1,1,1,1,0.038357183,0.988126278,0.043291625,1,1,1,1,1,0.474205762,0.961141765,0.501933301,0.501798181,0.502216312
-2485,1,0.4245,1,1,1,1,1,1,1,1,0.1933,0.4245,0.6769,1,0.2862,1,1,1,1,1,1,0.0455,0.2862,0.6616,1,0.5453,1,1,1,0.4032,0.5453,0.5957,1,1,1,1,1,0.041645333,0.961446822,0.383917272,1,1,1,1,1,0.068082914,0.887316585,0.250566244,1,1,1,1,1,0.483246565,0.882935286,0.49262929,0.492701502,0.492907801
-2486,1,0.4245,1,1,1,1,1,1,1,1,0.3495,0.4245,0.5474,1,0.2862,1,1,1,1,1,1,0.1391,0.2862,0.5647,1,0.5453,1,1,1,0.3807,0.5453,0.4928,1,1,1,1,1,0.118403032,0.709434032,0.532284319,1,1,1,1,1,0.146606714,0.713641644,0.312600791,1,1,1,1,1,0.413008183,0.784994185,0.484533591,0.484662577,0.484929078
-2487,1,0.4245,1,1,1,1,1,1,1,1,0.565,0.4245,0.3879,1,0.2862,1,1,1,1,1,1,0.1669,0.2862,0.4475,1,0.5453,1,1,1,0.3639,0.5453,0.4251,1,1,1,1,1,0.278095156,0.642230988,0.796129584,1,1,1,1,1,0.164719909,0.733059347,0.409595847,1,1,1,1,1,0.308310151,0.626287282,0.481694055,0.481700867,0.481826241
-2488,1,0.4245,1,1,1,1,1,1,1,1,0.4684,0.4245,0.2913,1,0.2862,1,1,1,1,1,1,0.3392,0.2862,0.3432,1,0.5453,1,1,1,0.2073,0.5453,0.2452,1,1,1,1,1,0.188652128,0.715679884,0.885837972,1,1,1,1,1,0.30519554,0.739502966,0.526640356,1,1,1,1,1,0.24018383,0.519256711,0.483687772,0.483816374,0.483599291
-2489,1,0.4245,1,1,1,1,1,1,1,1,0.3858,0.4245,0.1353,1,0.2862,1,1,1,1,1,1,0.1913,0.2862,0.192,1,0.5453,1,1,1,0.1283,0.5453,0.1209,1,1,1,1,1,0.162878081,0.434168965,1,1,1,1,1,1,0.233457774,0.580409288,0.503321767,1,1,1,1,1,0.244095877,0.360286474,0.489729338,0.489739793,0.489804965
-2490,1,0.4245,1,1,1,1,1,1,1,1,0.3371,0.4245,0.0179,1,0.2862,1,1,1,1,1,1,0.1098,0.2862,0.0412,1,0.5453,1,1,1,0.1259,0.5453,0.0121,1,1,1,1,1,0.233313501,0.181796446,1,1,1,1,1,1,0.225192457,0.220783636,0.651734591,1,1,1,1,1,0.296786934,0.142402381,0.49262929,0.492701502,0.492907801
-2491,1,0.4245,1,1,1,1,1,1,1,1,0.2723,0.4245,0,1,0.2862,1,1,1,1,1,1,0.5293,0.2862,0,1,0.5453,1,1,1,0.149,0.5453,0,1,1,1,1,1,0.231355757,0,1,1,1,1,1,1,0.550059438,0,0.925268114,1,1,1,1,1,0.389651448,0,0.511599807,0.511741062,0.511524823
-2492,1,0.4245,1,1,1,1,1,1,1,1,0.2714,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2411,0.2862,0,1,0.5453,1,1,1,0.1879,0.5453,0,1,1,1,1,1,0.271391541,0,0.999638915,1,1,1,1,1,0.288198948,0,1,1,1,1,1,1,0.504854381,0,0.520420493,0.520414639,0.520833333
-2493,1,0.4245,1,1,1,1,1,1,1,1,0.3167,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3055,0.2862,0,1,0.5453,1,1,1,0.1697,0.5453,0,1,1,1,1,1,0.359315097,0,1,1,1,1,1,1,0.371512622,0,1,1,1,1,1,1,0.484294832,0,0.494804253,0.494817009,0.495124113
-2494,1,0.4245,1,1,1,1,1,1,1,1,0.2431,0.4245,0,1,0.2862,1,1,1,1,1,1,0.333,0.2862,0,1,0.5453,1,1,1,0.1341,0.5453,0,1,1,1,1,1,0.271676004,0,1,1,1,1,1,1,0.426157176,0,1,1,1,1,1,1,0.433634788,0,0.456681972,0.456737889,0.456560284
-2495,1,0.4245,1,1,1,1,1,1,1,1,0.2779,0.4245,0,1,0.2862,1,1,1,1,1,1,0.4237,0.2862,0,1,0.5453,1,1,1,0.1033,0.5453,0,1,1,1,1,1,0.200665563,0,1,1,1,1,1,1,0.508299828,0,1,1,1,1,1,1,0.270943999,0,0.418197197,0.418235667,0.417996454
-2496,1,0.4245,1,1,1,1,1,1,1,1,0.3287,0.4245,0,1,0.2862,1,1,1,1,1,1,0.6883,0.2862,0,1,0.5453,1,1,1,0.1525,0.5453,0,1,1,1,1,1,0.243217021,0,1,1,1,1,1,1,0.709250212,0,1,1,1,1,1,1,0.275851309,0,0.387566457,0.387560821,0.38785461
-2497,1,0.4245,1,1,1,1,1,1,1,1,0.4429,0.4245,0,1,0.2862,1,1,1,1,1,1,0.4347,0.2862,0,1,0.5453,1,1,1,0.1973,0.5453,0,1,1,1,1,1,0.289839625,0,1,1,1,1,1,1,0.498681486,0,1,1,1,1,1,1,0.25200367,0,0.368354277,0.36830971,0.368351064
-2498,1,0.4245,1,1,1,1,1,1,1,1,0.4621,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1512,0.2862,0,1,0.5453,1,1,1,0.1865,0.5453,0,1,1,1,1,1,0.308891475,0,1,1,1,1,1,1,0.241931498,0,1,1,1,1,1,1,0.250362277,0,0.357056549,0.357097525,0.356826241
-2499,1,0.4245,1,1,1,1,1,1,1,1,0.4873,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2217,0.2862,0,1,0.5453,1,1,1,0.1837,0.5453,0,1,1,1,1,1,0.329027593,0,1,1,1,1,1,1,0.310863078,0,1,1,1,1,1,1,0.275183827,0,0.352706622,0.352654961,0.352393617
-2500,1,0.4245,1,1,1,1,1,1,1,1,0.4178,0.4245,0,1,0.2862,1,1,1,1,1,1,0.253,0.2862,0,1,0.5453,1,1,1,0.151,0.5453,0,1,1,1,1,1,0.33051154,0,1,1,1,1,1,1,0.328347325,0,1,1,1,1,1,1,0.283706397,0,0.353492025,0.353501164,0.353280142
-2501,1,0.4245,1,1,1,1,1,1,1,1,0.2618,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1193,0.2862,0,1,0.5453,1,1,1,0.1853,0.5453,0,1,1,1,1,1,0.221717939,0,1,1,1,1,1,1,0.162438959,0,1,1,1,1,1,1,0.434088975,0,0.361708555,0.36175164,0.361702128
-2502,1,0.4245,1,1,1,1,1,1,1,1,0.1582,0.4245,0.0607,1,0.2862,1,1,1,1,1,1,0.0055,0.2862,0.0579,1,0.5453,1,1,1,0.1896,0.5453,0.0624,1,1,1,1,1,0.115911886,0.351738423,1,1,1,1,1,1,0.015220839,0.204348043,0.860318422,1,1,1,1,1,0.421843529,0.529806674,0.373368777,0.373386926,0.37322695
-2503,1,0.4245,1,1,1,1,1,1,1,1,0.1232,0.4245,0.2295,1,0.2862,1,1,1,1,1,1,0.0255,0.2862,0.2299,1,0.5453,1,1,1,0.0927,0.5453,0.2296,1,1,1,1,1,0.081068873,0.655867398,0.997082829,1,1,1,1,1,0.037632018,0.54396981,0.654098451,1,1,1,1,1,0.330988973,0.797651112,0.401341228,0.401311614,0.401152482
-2504,1,0.4245,1,1,1,1,1,1,1,1,0.059,0.4245,0.3989,1,0.2862,1,1,1,1,1,1,0.0473,0.2862,0.4242,1,0.5453,1,1,1,0.0219,0.5453,0.3904,1,1,1,1,1,0.02683218,0.821093976,0.993757606,1,1,1,1,1,0.059833225,0.793237925,1,1,1,1,1,1,0.141516477,0.92774564,0.439644756,0.439813835,0.439716312
-2505,1,0.4245,1,1,1,1,1,1,1,1,0.0855,0.4245,0.5445,1,0.2862,1,1,1,1,1,1,0.0508,0.2862,0.5574,1,0.5453,1,1,1,0.0545,0.5453,0.5535,1,1,1,1,1,0.072000474,0.879803538,1,1,1,1,1,1,0.051144172,0.895340264,1,1,1,1,1,1,0.156160891,0.963061094,0.469006767,0.469007827,0.468971631
-2506,1,0.4245,1,1,1,1,1,1,1,1,0.1467,0.4245,0.6313,1,0.2862,1,1,1,1,1,1,0.0012,0.2862,0.6353,1,0.5453,1,1,1,0.0701,0.5453,0.6605,1,1,1,1,1,0.075858794,0.862598062,1,1,1,1,1,1,0.012609165,0.893304944,1,1,1,1,1,1,0.185343504,0.976727486,0.48441276,0.484451026,0.484485816
-2507,1,0.4245,1,1,1,1,1,1,1,1,0.2461,0.4245,0.5756,1,0.2862,1,1,1,1,1,1,0.0524,0.2862,0.617,1,0.5453,1,1,1,0.1372,0.5453,0.6851,1,1,1,1,1,0.11694961,0.818359971,1,1,1,1,1,1,0.064122111,0.843741238,1,1,1,1,1,1,0.298200667,0.943724751,0.493052199,0.493124603,0.493351064
-2508,1,0.4245,1,1,1,1,1,1,1,1,0.3683,0.4245,0.4796,1,0.2862,1,1,1,1,1,1,0.123,0.2862,0.5755,1,0.5453,1,1,1,0.2046,0.5453,0.6966,1,1,1,1,1,0.24365741,0.665924668,1,1,1,1,1,1,0.139003828,0.793799698,1,1,1,1,1,1,0.273509026,0.956639647,0.494925085,0.494817009,0.495124113
-2509,1,0.4245,1,1,1,1,1,1,1,1,0.4465,0.4245,0.4497,1,0.2862,1,1,1,1,1,1,0.2201,0.2862,0.5562,1,0.5453,1,1,1,0.1817,0.5453,0.6798,1,1,1,1,1,0.361936659,0.725093246,1,1,1,1,1,1,0.235522792,0.696265399,1,1,1,1,1,1,0.137662351,0.970710993,0.491300145,0.491220647,0.491578014
-2510,1,0.4245,1,1,1,1,1,1,1,1,0.3975,0.4245,0.3945,1,0.2862,1,1,1,1,1,1,0.3039,0.2862,0.3893,1,0.5453,1,1,1,0.2144,0.5453,0.549,1,1,1,1,1,0.278621376,0.553507805,0.973932981,1,1,1,1,1,0.313741088,0.579774261,1,1,1,1,1,1,0.136297166,0.854653239,0.488218946,0.488258938,0.488475177
-2511,1,0.4245,1,1,1,1,1,1,1,1,0.3868,0.4245,0.3274,1,0.2862,1,1,1,1,1,1,0.273,0.2862,0.3372,1,0.5453,1,1,1,0.2285,0.5453,0.4194,1,1,1,1,1,0.329274654,0.470024854,0.999174118,1,1,1,1,1,0.286375105,0.437717617,1,1,1,1,1,1,0.129946291,0.698881626,0.489246013,0.489316691,0.489361702
-2512,1,0.4245,1,1,1,1,1,1,1,1,0.2934,0.4245,0.224,1,0.2862,1,1,1,1,1,1,0.411,0.2862,0.2202,1,0.5453,1,1,1,0.1721,0.5453,0.2944,1,1,1,1,1,0.234705567,0.383551389,1,1,1,1,1,1,0.36978671,0.356749266,1,1,1,1,1,1,0.097465105,0.699672878,0.497160464,0.497144066,0.497340426
-2513,1,0.4245,1,1,1,1,1,1,1,1,0.2251,0.4245,0.1102,1,0.2862,1,1,1,1,1,1,0.3268,0.2862,0.1251,1,0.5453,1,1,1,0.1933,0.5453,0.1099,1,1,1,1,1,0.166703925,0.252560943,1,1,1,1,1,1,0.286912978,0.269961566,1,1,1,1,1,1,0.150829256,0.462082714,0.508760271,0.508779353,0.508865248
-2514,1,0.4245,1,1,1,1,1,1,1,1,0.2157,0.4245,0.0001,1,0.2862,1,1,1,1,1,1,0.159,0.2862,0.0017,1,0.5453,1,1,1,0.1997,0.5453,0.0135,1,1,1,1,1,0.143746778,5.45E-05,1,1,1,1,1,1,0.175247759,0.00521652,1,1,1,1,1,1,0.269317001,0.077913761,0.513291445,0.513221917,0.513297872
-2515,1,0.4245,1,1,1,1,1,1,1,1,0.2328,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0201,0.2862,0,1,0.5453,1,1,1,0.3969,0.5453,0,1,1,1,1,1,0.210132495,0,1,1,1,1,1,1,0.051217534,0,1,1,1,1,1,1,0.471935123,0,0.531959884,0.531838375,0.531914894
-2516,1,0.4245,1,1,1,1,1,1,1,1,0.17,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0298,0.2862,0,1,0.5453,1,1,1,0.2323,0.5453,0,1,1,1,1,1,0.142252147,0,1,1,1,1,1,1,0.044444188,0,1,1,1,1,1,1,0.407527834,0,0.540236829,0.540300402,0.540336879
-2517,1,0.4245,1,1,1,1,1,1,1,1,0.2692,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0897,0.2862,0,1,0.5453,1,1,1,0.0873,0.5453,0,1,1,1,1,1,0.211926401,0,1,1,1,1,1,1,0.119992912,0,1,1,1,1,1,1,0.210684195,0,0.509424843,0.509414005,0.509751773
-2518,1,0.4245,1,1,1,1,1,1,1,1,0.2691,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0421,0.2862,0,1,0.5453,1,1,1,0.0934,0.5453,0,1,1,1,1,1,0.25666976,0,1,1,1,1,1,1,0.087911233,0,1,1,1,1,1,1,0.165785566,0,0.466469309,0.466469219,0.466312057
-2519,1,0.4245,1,1,1,1,1,1,1,1,0.2556,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0966,0.2862,0,1,0.5453,1,1,1,0.1309,0.5453,0,1,1,1,1,1,0.238016933,0,1,1,1,1,1,1,0.134551391,0,1,1,1,1,1,1,0.224507228,0,0.42538666,0.42542839,0.425531915
-2520,1,0.4245,1,1,1,1,1,1,1,1,0.1765,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2869,0.2862,0,1,0.5453,1,1,1,0.1737,0.5453,0,1,1,1,1,1,0.238186479,0,0.912577868,1,1,1,1,1,0.310470164,0,1,1,1,1,1,1,0.293726355,0,0.395299662,0.395388195,0.395390071
-2521,1,0.4245,1,1,1,1,1,1,1,1,0.1072,0.4245,0,1,0.2862,1,1,1,1,1,1,0.4074,0.2862,0,1,0.5453,1,1,1,0.1674,0.5453,0,1,1,1,1,1,0.16237995,0,0.654373229,1,1,1,1,1,0.440143228,0,1,1,1,1,1,1,0.329554677,0,0.377960367,0.37782949,0.377659574
-2522,1,0.4245,1,1,1,1,1,1,1,1,0.0863,0.4245,0,1,0.2862,1,1,1,1,1,1,0.484,0.2862,0,1,0.5453,1,1,1,0.1749,0.5453,0,1,1,1,1,1,0.171774223,0,0.735824645,1,1,1,1,1,0.482261151,0,1,1,1,1,1,1,0.350561112,0,0.369139681,0.369155913,0.369237589
-2523,1,0.4245,1,1,1,1,1,1,1,1,0.1272,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3729,0.2862,0,1,0.5453,1,1,1,0.136,0.5453,0,1,1,1,1,1,0.213483304,0,0.715399265,1,1,1,1,1,0.407754838,0,1,1,1,1,1,1,0.271425426,0,0.367266796,0.367251957,0.367021277
-2524,1,0.4245,1,1,1,1,1,1,1,1,0.1832,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3666,0.2862,0,1,0.5453,1,1,1,0.1768,0.5453,0,1,1,1,1,1,0.257668853,0,0.806107163,1,1,1,1,1,0.427185416,0,1,1,1,1,1,1,0.289469123,0,0.377054132,0.376983287,0.377216312
-2525,1,0.4245,1,1,1,1,1,1,1,1,0.1743,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3106,0.2862,0,1,0.5453,1,1,1,0.1795,0.5453,0,1,1,1,1,1,0.224930719,0,0.919457078,1,1,1,1,1,0.346193522,0,1,1,1,1,1,1,0.34635818,0,0.410584824,0.410619843,0.410904255
-2526,1,0.4245,1,1,1,1,1,1,1,1,0.1165,0.4245,0.0551,1,0.2862,1,1,1,1,1,1,0.1075,0.2862,0.0809,1,0.5453,1,1,1,0.125,0.5453,0.0593,1,1,1,1,1,0.116492189,0.262776017,0.732616425,1,1,1,1,1,0.101692282,0.30705291,1,1,1,1,1,1,0.323470205,0.346399814,0.45879652,0.458853395,0.458776596
-2527,1,0.4245,1,1,1,1,1,1,1,1,0.0608,0.4245,0.2308,1,0.2862,1,1,1,1,1,1,0.0749,0.2862,0.2562,1,0.5453,1,1,1,0.0721,0.5453,0.2246,1,1,1,1,1,0.063173711,0.667913556,0.369604528,1,1,1,1,1,0.081966184,0.672451735,0.729692161,1,1,1,1,1,0.256177962,0.665947258,0.511539391,0.511529511,0.511524823
-2528,1,0.4245,1,1,1,1,1,1,1,1,0.0293,0.4245,0.4115,1,0.2862,1,1,1,1,1,1,0,0.2862,0.4358,1,0.5453,1,1,1,0.0498,0.5453,0.3788,1,1,1,1,1,0.011293342,0.816504598,0.066147044,1,1,1,1,1,0.003352479,0.867417693,0.428270996,1,1,1,1,1,0.124738947,0.823781371,0.55080957,0.550666385,0.550975177
-2529,1,0.4245,1,1,1,1,1,1,1,1,0.0251,0.4245,0.5502,1,0.2862,1,1,1,1,1,1,0,0.2862,0.5661,1,0.5453,1,1,1,0.0528,0.5453,0.4943,1,1,1,1,1,0.002861354,0.900933325,0.123823136,1,1,1,1,1,0.00120033,0.916794121,0.541788518,1,1,1,1,1,0.082043424,0.872651339,0.578902852,0.578802623,0.578900709
-2530,1,0.4245,1,1,1,1,1,1,1,1,0.061,0.4245,0.6653,1,0.2862,1,1,1,1,1,1,0,0.2862,0.6522,1,0.5453,1,1,1,0.1234,0.5453,0.6515,1,1,1,1,1,0.012010027,0.940920711,0.31189543,1,1,1,1,1,0.008075198,0.895069897,0.635408163,1,1,1,1,1,0.158364475,0.909113944,0.601437893,0.601438545,0.601507092
-2531,1,0.4245,1,1,1,1,1,1,1,1,0.1449,0.4245,0.6636,1,0.2862,1,1,1,1,1,1,0.073,0.2862,0.6494,1,0.5453,1,1,1,0.2149,0.5453,0.5705,1,1,1,1,1,0.059805751,0.932907462,0.688344657,1,1,1,1,1,0.087401412,0.914081573,1,1,1,1,1,1,0.270703524,0.932557046,0.616481392,0.616458642,0.616578014
-2532,1,0.4245,1,1,1,1,1,1,1,1,0.2406,0.4245,0.6573,1,0.2862,1,1,1,1,1,1,0.1258,0.2862,0.6072,1,0.5453,1,1,1,0.3641,0.5453,0.5971,1,1,1,1,1,0.140957028,0.919007659,0.939685702,1,1,1,1,1,0.156774819,0.835997462,1,1,1,1,1,1,0.478123009,0.928526282,0.625845819,0.625766871,0.626329787
-2533,1,0.4245,1,1,1,1,1,1,1,1,0.3211,0.4245,0.6282,1,0.2862,1,1,1,1,1,1,0.0613,0.2862,0.5521,1,0.5453,1,1,1,0.5107,0.5453,0.5866,1,1,1,1,1,0.204753533,0.876267493,1,1,1,1,1,1,0.108543076,0.810092449,1,1,1,1,1,1,0.612654805,0.875459671,0.632310295,0.632324942,0.632535461
-2534,1,0.4245,1,1,1,1,1,1,1,1,0.4082,0.4245,0.5712,1,0.2862,1,1,1,1,1,1,0.0941,0.2862,0.5665,1,0.5453,1,1,1,0.5277,0.5453,0.4434,1,1,1,1,1,0.305027962,0.788596094,1,1,1,1,1,1,0.219123572,0.817235708,0.83776629,1,1,1,1,1,0.543579996,0.824903905,0.634122765,0.634228898,0.634308511
-2535,1,0.4245,1,1,1,1,1,1,1,1,0.4654,0.4245,0.4475,1,0.2862,1,1,1,1,1,1,0.3044,0.2862,0.5059,1,0.5453,1,1,1,0.4988,0.5453,0.387,1,1,1,1,1,0.341323882,0.730884731,1,1,1,1,1,1,0.386454761,0.778866053,0.968050838,1,1,1,1,1,0.516964316,0.749096692,0.633760271,0.633805796,0.633865248
-2536,1,0.4245,1,1,1,1,1,1,1,1,0.3651,0.4245,0.3088,1,0.2862,1,1,1,1,1,1,0.4934,0.2862,0.3336,1,0.5453,1,1,1,0.5362,0.5453,0.2332,1,1,1,1,1,0.354705334,0.707458854,1,1,1,1,1,1,0.521709383,0.669363797,1,1,1,1,1,1,0.609507442,0.568817735,0.632733204,0.632748043,0.632978723
-2537,1,0.4245,1,1,1,1,1,1,1,1,0.3421,0.4245,0.1392,1,0.2862,1,1,1,1,1,1,0.3577,0.2862,0.1808,1,0.5453,1,1,1,0.5019,0.5453,0.1022,1,1,1,1,1,0.392302603,0.493918747,1,1,1,1,1,1,0.385617912,0.604054689,1,1,1,1,1,1,0.643553257,0.311875492,0.627658289,0.627670827,0.627659574
-2538,1,0.4245,1,1,1,1,1,1,1,1,0.4218,0.4245,0.0306,1,0.2862,1,1,1,1,1,1,0.3179,0.2862,0.0559,1,0.5453,1,1,1,0.4238,0.5453,0.0083,1,1,1,1,1,0.518892765,0.240013048,1,1,1,1,1,1,0.335849702,0.289599329,0.997335196,1,1,1,1,1,0.639019608,0.078950264,0.615937651,0.61582399,0.616134752
-2539,1,0.4245,1,1,1,1,1,1,1,1,0.349,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1353,0.2862,0,1,0.5453,1,1,1,0.4722,0.5453,0,1,1,1,1,1,0.515758276,0,0.981053472,1,1,1,1,1,0.170363918,0,1,1,1,1,1,1,0.716360152,0,0.619804253,0.619843453,0.620124113
-2540,1,0.4245,1,1,1,1,1,1,1,1,0.3321,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1467,0.2862,0,1,0.5453,1,1,1,0.4611,0.5453,0,1,1,1,1,1,0.464735955,0,0.910712004,1,1,1,1,1,0.177361697,0,1,1,1,1,1,1,0.672731578,0,0.626570807,0.626613074,0.62677305
-2541,1,0.4245,1,1,1,1,1,1,1,1,0.3698,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3102,0.2862,0,1,0.5453,1,1,1,0.3594,0.5453,0,1,1,1,1,1,0.517345786,0,1,1,1,1,1,1,0.370449096,0,1,1,1,1,1,1,0.650033772,0,0.582709038,0.582822086,0.582890071
-2542,1,0.4245,1,1,1,1,1,1,1,1,0.2899,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2579,0.2862,0,1,0.5453,1,1,1,0.2914,0.5453,0,1,1,1,1,1,0.386501938,0,1,1,1,1,1,1,0.293041855,0,1,1,1,1,1,1,0.620473623,0,0.522595457,0.522741697,0.522606383
-2543,1,0.4245,1,1,1,1,1,1,1,1,0.2959,0.4245,0,1,0.2862,1,1,1,1,1,1,0.5326,0.2862,0,1,0.5453,1,1,1,0.3455,0.5453,0,1,1,1,1,1,0.43971771,0,0.988943934,1,1,1,1,1,0.546195388,0,1,1,1,1,1,1,0.681596339,0,0.466408893,0.466469219,0.466312057
-2544,1,0.4245,1,1,1,1,1,1,1,1,0.334,0.4245,0,1,0.2862,1,1,1,1,1,1,0.6019,0.2862,0,1,0.5453,1,1,1,0.3169,0.5453,0,1,1,1,1,1,0.502716184,0,1,1,1,1,1,1,0.593919456,0,1,1,1,1,1,1,0.655867577,0,0.427440793,0.427543897,0.427748227
-2545,1,0.4245,1,1,1,1,1,1,1,1,0.2815,0.4245,0,1,0.2862,1,1,1,1,1,1,0.7342,0.2862,0,1,0.5453,1,1,1,0.2781,0.5453,0,1,1,1,1,1,0.454034746,0,1,1,1,1,1,1,0.61937207,0,1,1,1,1,1,1,0.628307879,0,0.405026583,0.404907975,0.405141844
-2546,1,0.4245,1,1,1,1,1,1,1,1,0.3032,0.4245,0,1,0.2862,1,1,1,1,1,1,0.5768,0.2862,0,1,0.5453,1,1,1,0.2889,0.5453,0,1,1,1,1,1,0.528916299,0,1,1,1,1,1,1,0.548516273,0,1,1,1,1,1,1,0.567080259,0,0.391312228,0.391368733,0.391400709
-2547,1,0.4245,1,1,1,1,1,1,1,1,0.2333,0.4245,0,1,0.2862,1,1,1,1,1,1,0.7909,0.2862,0,1,0.5453,1,1,1,0.3406,0.5453,0,1,1,1,1,1,0.453639388,0,1,1,1,1,1,1,0.645803154,0,1,1,1,1,1,1,0.679125726,0,0.38557274,0.385656865,0.385638298
-2548,1,0.4245,1,1,1,1,1,1,1,1,0.448,0.4245,0,1,0.2862,1,1,1,1,1,1,0.7263,0.2862,0,1,0.5453,1,1,1,0.4295,0.5453,0,1,1,1,1,1,0.698574126,0,0.994756699,1,1,1,1,1,0.65191412,0,1,1,1,1,1,1,0.783653557,0,0.394030933,0.393907341,0.394060284
-2549,1,0.4245,1,1,1,1,1,1,1,1,0.3896,0.4245,0,1,0.2862,1,1,1,1,1,1,0.4708,0.2862,0,1,0.5453,1,1,1,0.453,0.5453,0,1,1,1,1,1,0.641223073,0,0.944002569,1,1,1,1,1,0.501901209,0,1,1,1,1,1,1,0.774729431,0,0.426715805,0.426697694,0.426861702
-2550,1,0.4245,1,1,1,1,1,1,1,1,0.4692,0.4245,0.0631,1,0.2862,1,1,1,1,1,1,0.7917,0.2862,0.0853,1,0.5453,1,1,1,0.4727,0.5453,0.0564,1,1,1,1,1,0.702678502,0.444588363,0.718759537,1,1,1,1,1,0.660969019,0.422350168,0.694392979,1,1,1,1,1,0.821794748,0.440302283,0.477827453,0.477681405,0.477836879
-2551,1,0.4245,1,1,1,1,1,1,1,1,0.3127,0.4245,0.2384,1,0.2862,1,1,1,1,1,1,0.8413,0.2862,0.2625,1,0.5453,1,1,1,0.3084,0.5453,0.2269,1,1,1,1,1,0.53415215,0.733291447,0.492025793,1,1,1,1,1,0.748878121,0.733710349,0.706155777,1,1,1,1,1,0.614100397,0.703602374,0.534436926,0.534588534,0.534574468
-2552,1,0.4245,1,1,1,1,1,1,1,1,0.3133,0.4245,0.4278,1,0.2862,1,1,1,1,1,1,0.7838,0.2862,0.4547,1,0.5453,1,1,1,0.198,0.5453,0.432,1,1,1,1,1,0.477759898,0.907521129,0.407077491,1,1,1,1,1,0.725172698,0.913560748,0.584464908,1,1,1,1,1,0.432099402,0.884666383,0.567605123,0.567590438,0.567375887
-2553,1,0.4245,1,1,1,1,1,1,1,1,0.3605,0.4245,0.5697,1,0.2862,1,1,1,1,1,1,0.8687,0.2862,0.599,1,0.5453,1,1,1,0.1297,0.5453,0.5824,1,1,1,1,1,0.535795808,0.961923301,0.260699302,1,1,1,1,1,0.826647401,0.976283908,0.892408967,1,1,1,1,1,0.354618996,0.956061959,0.587723538,0.587687751,0.587765957
-2554,1,0.4245,1,1,1,1,1,1,1,1,0.2028,0.4245,0.6876,1,0.2862,1,1,1,1,1,1,0.6327,0.2862,0.7096,1,0.5453,1,1,1,0.1454,0.5453,0.668,1,1,1,1,1,0.299316257,0.991083026,0.156415135,1,1,1,1,1,0.600230098,0.998163342,0.365528524,1,1,1,1,1,0.448277056,0.979393125,0.60258579,0.602707849,0.602836879
-2555,1,0.4245,1,1,1,1,1,1,1,1,0.1893,0.4245,0.6993,1,0.2862,1,1,1,1,1,1,0.5056,0.2862,0.7198,1,0.5453,1,1,1,0.1709,0.5453,0.6863,1,1,1,1,1,0.293685138,0.994470954,0.154601708,1,1,1,1,1,0.472546279,0.986742437,0.474748731,1,1,1,1,1,0.431797892,0.980010808,0.610016916,0.610112122,0.609929078
-2556,1,0.4245,1,1,1,1,1,1,1,1,0.2399,0.4245,0.6955,1,0.2862,1,1,1,1,1,1,0.3916,0.2862,0.6991,1,0.5453,1,1,1,0.2364,0.5453,0.6227,1,1,1,1,1,0.3419936,0.982487977,0.369198322,1,1,1,1,1,0.378073096,0.953682482,0.958040357,1,1,1,1,1,0.457792342,0.986502707,0.613218946,0.613285382,0.613475177
-2557,1,0.4245,1,1,1,1,1,1,1,1,0.2294,0.4245,0.6864,1,0.2862,1,1,1,1,1,1,0.4542,0.2862,0.6783,1,0.5453,1,1,1,0.3628,0.5453,0.6267,1,1,1,1,1,0.374469876,0.977801263,0.532957315,1,1,1,1,1,0.416814774,0.925067604,1,1,1,1,1,1,0.642838955,0.979607582,0.619441759,0.619420351,0.619680851
-2558,1,0.4245,1,1,1,1,1,1,1,1,0.1973,0.4245,0.6366,1,0.2862,1,1,1,1,1,1,0.4454,0.2862,0.6732,1,0.5453,1,1,1,0.493,0.5453,0.5709,1,1,1,1,1,0.387484193,0.963404417,0.64070785,1,1,1,1,1,0.42628324,0.98878938,1,1,1,1,1,1,0.720932722,0.952029228,0.620045916,0.620055003,0.620567376
-2559,1,0.4245,1,1,1,1,1,1,1,1,0.2105,0.4245,0.5082,1,0.2862,1,1,1,1,1,1,0.2703,0.2862,0.5563,1,0.5453,1,1,1,0.4679,0.5453,0.4894,1,1,1,1,1,0.362427533,0.955589592,0.714095354,1,1,1,1,1,0.285438597,0.956554174,1,1,1,1,1,1,0.616013706,0.906403065,0.618777187,0.618785699,0.618794326
-2560,1,0.4245,1,1,1,1,1,1,1,1,0.2641,0.4245,0.3536,1,0.2862,1,1,1,1,1,1,0.4513,0.2862,0.4041,1,0.5453,1,1,1,0.5634,0.5453,0.3292,1,1,1,1,1,0.448112547,0.885870039,0.487758458,1,1,1,1,1,0.448459566,0.888515115,0.943165779,1,1,1,1,1,0.699920356,0.808826923,0.617327211,0.617304845,0.617464539
-2561,1,0.4245,1,1,1,1,1,1,1,1,0.3792,0.4245,0.1506,1,0.2862,1,1,1,1,1,1,0.4806,0.2862,0.2055,1,0.5453,1,1,1,0.6212,0.5453,0.1296,1,1,1,1,1,0.537234843,0.676858902,0.337881505,1,1,1,1,1,0.454696506,0.688384831,0.794183731,1,1,1,1,1,0.707664371,0.61368233,0.611889802,0.611804527,0.611702128
-2562,1,0.4245,1,1,1,1,1,1,1,1,0.3869,0.4245,0.0365,1,0.2862,1,1,1,1,1,1,0.4341,0.2862,0.0597,1,0.5453,1,1,1,0.657,0.5453,0.0333,1,1,1,1,1,0.530140996,0.278641969,0.472568721,1,1,1,1,1,0.420256853,0.261720031,0.933507621,1,1,1,1,1,0.831712008,0.247860566,0.596483809,0.596572879,0.596631206
-2563,1,0.4245,1,1,1,1,1,1,1,1,0.5215,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2091,0.2862,0,1,0.5453,1,1,1,0.706,0.5453,0,1,1,1,1,1,0.451997846,0,0.912396967,1,1,1,1,1,0.277241468,0,0.92590946,1,1,1,1,1,0.856929123,0,0.598537941,0.598688386,0.598847518
-2564,1,0.4245,1,1,1,1,1,1,1,1,0.4893,0.4245,0,1,0.2862,1,1,1,1,1,1,0.6042,0.2862,0,1,0.5453,1,1,1,0.734,0.5453,0,1,1,1,1,1,0.567514896,0,0.993498206,1,1,1,1,1,0.689514279,0,0.589731693,1,1,1,1,1,0.853063047,0,0.604096182,0.603977153,0.604166667
-2565,1,0.4245,1,1,1,1,1,1,1,1,0.5918,0.4245,0,1,0.2862,1,1,1,1,1,1,0.769,0.2862,0,1,0.5453,1,1,1,0.8276,0.5453,0,1,1,1,1,1,0.652266502,0,0.983555675,1,1,1,1,1,0.762937665,0,0.843411326,1,1,1,1,1,0.908099473,0,0.560294828,0.560397715,0.560283688
-2566,1,0.4245,1,1,1,1,1,1,1,1,0.6617,0.4245,0,1,0.2862,1,1,1,1,1,1,0.805,0.2862,0,1,0.5453,1,1,1,0.8177,0.5453,0,1,1,1,1,1,0.61750567,0,0.993493676,1,1,1,1,1,0.770311236,0,1,1,1,1,1,1,0.897740185,0,0.500966651,0.500951978,0.500886525
-2567,1,0.4245,1,1,1,1,1,1,1,1,0.5362,0.4245,0,1,0.2862,1,1,1,1,1,1,0.7818,0.2862,0,1,0.5453,1,1,1,0.6835,0.5453,0,1,1,1,1,1,0.538986444,0,1,1,1,1,1,1,0.756126583,0,1,1,1,1,1,1,0.7969625,0,0.448042533,0.448064311,0.448138298
-2568,1,0.4245,1,1,1,1,1,1,1,1,0.4797,0.4245,0,1,0.2862,1,1,1,1,1,1,0.7484,0.2862,0,1,0.5453,1,1,1,0.5575,0.5453,0,1,1,1,1,1,0.56396544,0,1,1,1,1,1,1,0.778722763,0,1,1,1,1,1,1,0.709414423,0,0.409859836,0.409773641,0.41001773
-2569,1,0.4245,1,1,1,1,1,1,1,1,0.4881,0.4245,0,1,0.2862,1,1,1,1,1,1,0.473,0.2862,0,1,0.5453,1,1,1,0.336,0.5453,0,1,1,1,1,1,0.482619047,0,1,1,1,1,1,1,0.587880492,0,1,1,1,1,1,1,0.474304557,0,0.387989367,0.387983922,0.388297872
-2570,1,0.4245,1,1,1,1,1,1,1,1,0.4655,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2468,0.2862,0,1,0.5453,1,1,1,0.2871,0.5453,0,1,1,1,1,1,0.34279865,0,1,1,1,1,1,1,0.388821483,0,1,1,1,1,1,1,0.422143877,0,0.376147898,0.376137085,0.376329787
-2571,1,0.4245,1,1,1,1,1,1,1,1,0.4107,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1842,0.2862,0,1,0.5453,1,1,1,0.2626,0.5453,0,1,1,1,1,1,0.324467242,0,1,1,1,1,1,1,0.315188229,0,1,1,1,1,1,1,0.337537318,0,0.371314645,0.37127142,0.371453901
-2572,1,0.4245,1,1,1,1,1,1,1,1,0.3036,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2461,0.2862,0,1,0.5453,1,1,1,0.2355,0.5453,0,1,1,1,1,1,0.289199263,0,1,1,1,1,1,1,0.328137815,0,1,1,1,1,1,1,0.302655697,0,0.379531174,0.379521895,0.379875887
-2573,1,0.4245,1,1,1,1,1,1,1,1,0.2408,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1503,0.2862,0,1,0.5453,1,1,1,0.311,0.5453,0,1,1,1,1,1,0.221096441,0,1,1,1,1,1,1,0.200679988,0,1,1,1,1,1,1,0.412225485,0.002770446,0.411672305,0.411677597,0.411347518
-2574,1,0.4245,1,1,1,1,1,1,1,1,0.179,0.4245,0.0781,1,0.2862,1,1,1,1,1,1,0.19,0.2862,0.0913,1,0.5453,1,1,1,0.2915,0.5453,0.0704,1,1,1,1,1,0.209973678,0.426344156,0.995850801,1,1,1,1,1,0.22497803,0.426014662,0.806334376,1,1,1,1,1,0.327292532,0.552866101,0.459581924,0.459699598,0.459663121
-2575,1,0.4245,1,1,1,1,1,1,1,1,0.1343,0.4245,0.2608,1,0.2862,1,1,1,1,1,1,0.1169,0.2862,0.2631,1,0.5453,1,1,1,0.2167,0.5453,0.2592,1,1,1,1,1,0.0839867,0.730861664,0.972055316,1,1,1,1,1,0.168002337,0.679516494,0.796120763,1,1,1,1,1,0.216787785,0.813419223,0.509001933,0.508990903,0.508865248
-2576,1,0.4245,1,1,1,1,1,1,1,1,0.117,0.4245,0.4544,1,0.2862,1,1,1,1,1,1,0.0779,0.2862,0.4507,1,0.5453,1,1,1,0.2849,0.5453,0.4581,1,1,1,1,1,0.059475649,0.940973878,0.775160313,1,1,1,1,1,0.131925941,0.847438037,0.660935163,1,1,1,1,1,0.225611195,0.943709731,0.533772354,0.533742331,0.533687943
-2577,1,0.4245,1,1,1,1,1,1,1,1,0.0627,0.4245,0.599,1,0.2862,1,1,1,1,1,1,0.016,0.2862,0.607,1,0.5453,1,1,1,0.1929,0.5453,0.6166,1,1,1,1,1,0.035507672,0.958990335,0.726079106,1,1,1,1,1,0.048896402,0.959121704,0.369625688,1,1,1,1,1,0.136467889,0.970975995,0.547426293,0.547493125,0.547429078
-2578,1,0.4245,1,1,1,1,1,1,1,1,0.0575,0.4245,0.7065,1,0.2862,1,1,1,1,1,1,0.0155,0.2862,0.6945,1,0.5453,1,1,1,0.1452,0.5453,0.7306,1,1,1,1,1,0.046340816,0.958329201,0.651912451,1,1,1,1,1,0.040399227,0.92365694,0.111816756,1,1,1,1,1,0.103999339,0.932786822,0.558059449,0.558070658,0.558067376
-2579,1,0.4245,1,1,1,1,1,1,1,1,0.0751,0.4245,0.7095,1,0.2862,1,1,1,1,1,1,0,0.2862,0.7035,1,0.5453,1,1,1,0.1004,0.5453,0.7393,1,1,1,1,1,0.026924033,0.910146832,0.763509572,1,1,1,1,1,0.004380333,0.911148548,0.1339131,1,1,1,1,1,0.056455176,0.930849791,0.562953117,0.562936323,0.563386525
-2580,1,0.4245,1,1,1,1,1,1,1,1,0.105,0.4245,0.6849,1,0.2862,1,1,1,1,1,1,0,0.2862,0.6451,1,0.5453,1,1,1,0.1164,0.5453,0.7223,1,1,1,1,1,0.028508903,0.880084634,0.773595452,1,1,1,1,1,0.002600644,0.813875139,0.114055231,1,1,1,1,1,0.089612238,0.90099138,0.56138231,0.561455469,0.561170213
-2581,1,0.4245,1,1,1,1,1,1,1,1,0.1101,0.4245,0.697,1,0.2862,1,1,1,1,1,1,0,0.2862,0.6623,1,0.5453,1,1,1,0.1125,0.5453,0.8108,1,1,1,1,1,0.028923068,0.839026451,0.61258918,1,1,1,1,1,0.010748756,0.805295467,0.27034241,1,1,1,1,1,0.084658265,0.965397477,0.561623973,0.561667019,0.561613475
-2582,1,0.4245,1,1,1,1,1,1,1,1,0.1369,0.4245,0.4869,1,0.2862,1,1,1,1,1,1,0,0.2862,0.4454,1,0.5453,1,1,1,0.104,0.5453,0.6264,1,1,1,1,1,0.023293408,0.658499539,0.489647567,1,1,1,1,1,0.014407043,0.627873123,0.216029853,1,1,1,1,1,0.064214468,0.812907755,0.556307395,0.556378253,0.556737589
-2583,1,0.4245,1,1,1,1,1,1,1,1,0.1927,0.4245,0.3611,1,0.2862,1,1,1,1,1,1,0,0.2862,0.3532,1,0.5453,1,1,1,0.0461,0.5453,0.4679,1,1,1,1,1,0.027869809,0.552439034,0.339365184,1,1,1,1,1,0.023173165,0.528404832,0.040692676,1,1,1,1,1,0.025171194,0.642624259,0.548090865,0.548127777,0.548315603
-2584,1,0.4245,1,1,1,1,1,1,1,1,0.0879,0.4245,0.252,1,0.2862,1,1,1,1,1,1,0,0.2862,0.2602,1,0.5453,1,1,1,0.0333,0.5453,0.31,1,1,1,1,1,0.014641375,0.425844938,0.230772167,1,1,1,1,1,0.012520999,0.499183834,0,1,1,1,1,1,0.007341852,0.386681706,0.546520058,0.546646922,0.546542553
-2585,1,0.4245,1,1,1,1,1,1,1,1,0.0919,0.4245,0.1208,1,0.2862,1,1,1,1,1,1,0.0225,0.2862,0.1457,1,0.5453,1,1,1,0.0225,0.5453,0.1301,1,1,1,1,1,0.023173798,0.306977987,0.202030227,1,1,1,1,1,0.038846228,0.435976863,0.024834294,1,1,1,1,1,0.008369561,0.216569141,0.548876269,0.548762429,0.548758865
-2586,1,0.4245,1,1,1,1,1,1,1,1,0.0497,0.4245,0.0097,1,0.2862,1,1,1,1,1,1,0.0284,0.2862,0.0164,1,0.5453,1,1,1,0.0652,0.5453,0.0204,1,1,1,1,1,0.036620449,0.045078781,0.282380551,1,1,1,1,1,0.032687757,0.109470554,0.071370423,1,1,1,1,1,0.044420283,0.004004681,0.549117931,0.54918553,0.549202128
-2587,1,0.4245,1,1,1,1,1,1,1,1,0.0518,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0678,0.2862,0,1,0.5453,1,1,1,0.1041,0.5453,0,1,1,1,1,1,0.108480372,0,0.148888648,1,1,1,1,1,0.083022192,0,0.181917548,1,1,1,1,1,0.092577033,0,0.563980184,0.563994077,0.563829787
-2588,1,0.4245,1,1,1,1,1,1,1,1,0.0884,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0312,0.2862,0,1,0.5453,1,1,1,0.123,0.5453,0,1,1,1,1,1,0.127673641,0,0.069245279,1,1,1,1,1,0.058269348,0,0.103692681,1,1,1,1,1,0.134417921,0,0.567665539,0.567801989,0.567819149
-2589,1,0.4245,1,1,1,1,1,1,1,1,0.0962,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0072,0.2862,0,1,0.5453,1,1,1,0.1011,0.5453,0,1,1,1,1,1,0.132890686,0,0.060203709,1,1,1,1,1,0.060957663,0,0.05075236,1,1,1,1,1,0.082696803,0,0.53117448,0.531203723,0.531471631
-2590,1,0.4245,1,1,1,1,1,1,1,1,0.1043,0.4245,0,1,0.2862,1,1,1,1,1,1,0.033,0.2862,0,1,0.5453,1,1,1,0.0897,0.5453,0,1,1,1,1,1,0.165400177,0,0.03148403,1,1,1,1,1,0.078232996,0,0.049014922,1,1,1,1,1,0.077318728,0,0.480062832,0.480008462,0.480053191
-2591,1,0.4245,1,1,1,1,1,1,1,1,0.0811,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0246,0.2862,0,1,0.5453,1,1,1,0.1387,0.5453,0,1,1,1,1,1,0.083026581,0,0.023563575,1,1,1,1,1,0.061941374,0,0.046940058,1,1,1,1,1,0.139076114,0,0.431246979,0.431351809,0.431294326
-2592,1,0.4245,1,1,1,1,1,1,1,1,0.0324,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1337,0.2862,0,1,0.5453,1,1,1,0.1484,0.5453,0,1,1,1,1,1,0.030926615,0,0.001416536,1,1,1,1,1,0.167422011,0,0,1,1,1,1,1,0.203654796,0,0.399045433,0.398984557,0.39893617
-2593,1,0.4245,1,1,1,1,1,1,1,1,0.0219,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1603,0.2862,0,1,0.5453,1,1,1,0.1603,0.5453,0,1,1,1,1,1,0.030961893,0,0.00240499,1,1,1,1,1,0.169339374,0,0,1,1,1,1,1,0.31268695,0,0.381162397,0.38100275,0.381205674
-2594,1,0.4245,1,1,1,1,1,1,1,1,0.0253,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2151,0.2862,0,1,0.5453,1,1,1,0.1338,0.5453,0,1,1,1,1,1,0.03271988,0,0.003852777,1,1,1,1,1,0.189523801,0,0.000596859,1,1,1,1,1,0.286581278,0,0.371072982,0.371059869,0.371453901
-2595,1,0.4245,1,1,1,1,1,1,1,1,0.043,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1698,0.2862,0,1,0.5453,1,1,1,0.1427,0.5453,0,1,1,1,1,1,0.042547558,0,0.004539064,1,1,1,1,1,0.124537818,0,0,1,1,1,1,1,0.292710245,0,0.369260512,0.369155913,0.369237589
-2596,1,0.4245,1,1,1,1,1,1,1,1,0.0425,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0929,0.2862,0,1,0.5453,1,1,1,0.1543,0.5453,0,1,1,1,1,1,0.019593365,0,0.006521045,1,1,1,1,1,0.075242192,0,0,1,1,1,1,1,0.315866858,0,0.379954084,0.379944997,0.379875887
-2597,1,0.4245,1,1,1,1,1,1,1,1,0.031,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1282,0.2862,0,1,0.5453,1,1,1,0.1761,0.5453,0.0227,1,1,1,1,1,0.016263686,0,0.023679735,1,1,1,1,1,0.115237474,0,0.021133248,1,1,1,1,1,0.387776196,0.026861018,0.413847269,0.413793103,0.41356383
-2598,1,0.4245,1,1,1,1,1,1,1,1,0.0146,0.4245,0.073,1,0.2862,1,1,1,1,1,1,0.1313,0.2862,0.0756,1,0.5453,1,1,1,0.126,0.5453,0.0733,1,1,1,1,1,0.008373454,0.402580768,0.003490337,1,1,1,1,1,0.108004853,0.386208355,0.027902357,1,1,1,1,1,0.330982238,0.552647114,0.466831803,0.466892321,0.466755319
-2599,1,0.4245,1,1,1,1,1,1,1,1,0.012,0.4245,0.2431,1,0.2862,1,1,1,1,1,1,0.1253,0.2862,0.2584,1,0.5453,1,1,1,0.0606,0.5453,0.2599,1,1,1,1,1,0.006801706,0.728098273,0,1,1,1,1,1,0.12628971,0.708193183,0,1,1,1,1,1,0.217237234,0.835552871,0.51558724,0.515760525,0.515514184
-2600,1,0.4245,1,1,1,1,1,1,1,1,0.0041,0.4245,0.4253,1,0.2862,1,1,1,1,1,1,0.008,0.2862,0.4477,1,0.5453,1,1,1,0.0159,0.5453,0.457,1,1,1,1,1,0.000438113,0.907336056,0,1,1,1,1,1,0.004228799,0.914204299,0,1,1,1,1,1,0.040242258,0.956473351,0.538182697,0.538184895,0.538120567
-2601,1,0.4245,1,1,1,1,1,1,1,1,0.0039,0.4245,0.575,1,0.2862,1,1,1,1,1,1,0,0.2862,0.603,1,0.5453,1,1,1,0.0568,0.5453,0.6095,1,1,1,1,1,0.000502576,0.974433959,0.001366206,1,1,1,1,1,0.001015566,0.976977468,0,1,1,1,1,1,0.11815957,0.998099864,0.55219913,0.552147239,0.552304965
-2602,1,0.4245,1,1,1,1,1,1,1,1,0.0359,0.4245,0.6945,1,0.2862,1,1,1,1,1,1,0.0099,0.2862,0.7172,1,0.5453,1,1,1,0.0735,0.5453,0.7258,1,1,1,1,1,0.005844343,0.992004871,0.002510674,1,1,1,1,1,0.00956759,0.996992409,0,1,1,1,1,1,0.166000247,0.999919593,0.563073949,0.563147874,0.563386525
-2603,1,0.4245,1,1,1,1,1,1,1,1,0.0812,0.4245,0.7176,1,0.2862,1,1,1,1,1,1,0.0233,0.2862,0.7315,1,0.5453,1,1,1,0.0912,0.5453,0.7279,1,1,1,1,1,0.009613743,0.999334693,0,1,1,1,1,1,0.022971142,0.999984264,0,1,1,1,1,1,0.194598928,0.99896127,0.567967617,0.567801989,0.567819149
-2604,1,0.4245,1,1,1,1,1,1,1,1,0.2307,0.4245,0.7241,1,0.2862,1,1,1,1,1,1,0,0.2862,0.7328,1,0.5453,1,1,1,0.143,0.5453,0.7311,1,1,1,1,1,0.023083813,0.999993086,0.000887153,1,1,1,1,1,0.012470894,1,0,1,1,1,1,1,0.278978705,0.999224544,0.566940551,0.566955786,0.567375887
-2605,1,0.4245,1,1,1,1,1,1,1,1,0.2369,0.4245,0.7208,1,0.2862,1,1,1,1,1,1,0,0.2862,0.7283,1,0.5453,1,1,1,0.1342,0.5453,0.669,1,1,1,1,1,0.02480505,0.999936283,0.001057759,1,1,1,1,1,0.022567634,0.999936223,0,1,1,1,1,1,0.2082026,0.99999392,0.567121798,0.567167337,0.567375887
-2606,1,0.4245,1,1,1,1,1,1,1,1,0.2874,0.4245,0.663,1,0.2862,1,1,1,1,1,1,0,0.2862,0.681,1,0.5453,1,1,1,0.1635,0.5453,0.6503,1,1,1,1,1,0.036460727,0.996516943,0.036121473,1,1,1,1,1,0.025861137,0.999281943,0.013752095,1,1,1,1,1,0.232603103,0.998517573,0.563073949,0.563147874,0.563386525
-2607,1,0.4245,1,1,1,1,1,1,1,1,0.3208,0.4245,0.5295,1,0.2862,1,1,1,1,1,1,0.0053,0.2862,0.5637,1,0.5453,1,1,1,0.2079,0.5453,0.5009,1,1,1,1,1,0.047893256,0.979327023,0.137130454,1,1,1,1,1,0.050645646,0.977861762,0.089601837,1,1,1,1,1,0.253720343,0.971612215,0.558361527,0.558493759,0.558510638
-2608,1,0.4245,1,1,1,1,1,1,1,1,0.287,0.4245,0.3579,1,0.2862,1,1,1,1,1,1,0.0103,0.2862,0.4093,1,0.5453,1,1,1,0.3317,0.5453,0.2714,1,1,1,1,1,0.065494493,0.907812476,0.081235476,1,1,1,1,1,0.06483075,0.912201345,0.07399974,1,1,1,1,1,0.332404584,0.862438738,0.557515708,0.557647557,0.557624113
-2609,1,0.4245,1,1,1,1,1,1,1,1,0.2368,0.4245,0.1521,1,0.2862,1,1,1,1,1,1,0.0475,0.2862,0.2091,1,0.5453,1,1,1,0.2902,0.5453,0.1253,1,1,1,1,1,0.091369048,0.693195701,0.084160522,1,1,1,1,1,0.138832778,0.707866907,0.126086384,1,1,1,1,1,0.371175319,0.625756145,0.555461576,0.55553205,0.555407801
-2610,1,0.4245,1,1,1,1,1,1,1,1,0.1764,0.4245,0.0416,1,0.2862,1,1,1,1,1,1,0.1114,0.2862,0.0674,1,0.5453,1,1,1,0.2274,0.5453,0.017,1,1,1,1,1,0.088480897,0.332212329,0.060616266,1,1,1,1,1,0.134548962,0.354023188,0.064603403,1,1,1,1,1,0.399830461,0.116476536,0.548815853,0.548762429,0.548758865
-2611,1,0.4245,1,1,1,1,1,1,1,1,0.164,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0837,0.2862,0,1,0.5453,1,1,1,0.3184,0.5453,0,1,1,1,1,1,0.173557401,0,0.185160488,1,1,1,1,1,0.112532392,0,0.172547385,1,1,1,1,1,0.576877236,0,0.559267762,0.559339962,0.559397163
-2612,1,0.4245,1,1,1,1,1,1,1,1,0.2348,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2885,0.2862,0,1,0.5453,1,1,1,0.2539,0.5453,0,1,1,1,1,1,0.342174649,0,0.236511886,1,1,1,1,1,0.387438565,0,0.315059453,1,1,1,1,1,0.405443072,0,0.57237796,0.572456103,0.572251773
-2613,1,0.4245,1,1,1,1,1,1,1,1,0.2285,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2405,0.2862,0,1,0.5453,1,1,1,0.143,0.5453,0,1,1,1,1,1,0.314047307,0,0.09782239,1,1,1,1,1,0.315539688,0,0.102714665,1,1,1,1,1,0.312920898,0,0.537336878,0.537338693,0.537677305
-2614,1,0.4245,1,1,1,1,1,1,1,1,0.1158,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2411,0.2862,0,1,0.5453,1,1,1,0.1394,0.5453,0,1,1,1,1,1,0.168169379,0,0.100397632,1,1,1,1,1,0.295023501,0,0.211846858,1,1,1,1,1,0.320039809,0,0.485016916,0.484874127,0.48537234
-2615,1,0.4245,1,1,1,1,1,1,1,1,0.2547,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2711,0.2862,0,1,0.5453,1,1,1,0.1651,0.5453,0,1,1,1,1,1,0.23065871,0,0.05368086,1,1,1,1,1,0.321406037,0,0.116798438,1,1,1,1,1,0.385202557,0,0.434690672,0.434736619,0.434840426
-2616,1,0.4245,1,1,1,1,1,1,1,1,0.249,0.4245,0,1,0.2862,1,1,1,1,1,1,0.5172,0.2862,0,1,0.5453,1,1,1,0.1551,0.5453,0,1,1,1,1,1,0.291951299,0,0.027416287,1,1,1,1,1,0.553881764,0,0.058206283,1,1,1,1,1,0.450419575,0,0.401884969,0.401734715,0.402039007
-2617,1,0.4245,1,1,1,1,1,1,1,1,0.4799,0.4245,0,1,0.2862,1,1,1,1,1,1,0.6234,0.2862,0,1,0.5453,1,1,1,0.1989,0.5453,0,1,1,1,1,1,0.42297253,0,0.086423069,1,1,1,1,1,0.635892272,0,0.156273305,1,1,1,1,1,0.422072232,0,0.383881102,0.383752909,0.383865248
-2618,1,0.4245,1,1,1,1,1,1,1,1,0.4741,0.4245,0,1,0.2862,1,1,1,1,1,1,0.6622,0.2862,0,1,0.5453,1,1,1,0.1952,0.5453,0,1,1,1,1,1,0.415099889,0,0.204104319,1,1,1,1,1,0.650937319,0,0.243295565,1,1,1,1,1,0.362497926,0,0.374818753,0.374867781,0.375
-2619,1,0.4245,1,1,1,1,1,1,1,1,0.3525,0.4245,0,1,0.2862,1,1,1,1,1,1,0.5257,0.2862,0,1,0.5453,1,1,1,0.1697,0.5453,0,1,1,1,1,1,0.339321494,0,0.258464873,1,1,1,1,1,0.563535929,0,0.234835863,1,1,1,1,1,0.379051447,0,0.370952151,0.370848318,0.371010638
-2620,1,0.4245,1,1,1,1,1,1,1,1,0.3535,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3834,0.2862,0,1,0.5453,1,1,1,0.1804,0.5453,0,1,1,1,1,1,0.382053077,0,0.26406908,1,1,1,1,1,0.417245716,0,0.102524877,1,1,1,1,1,0.409253478,0,0.380256162,0.380368098,0.380319149
-2621,1,0.4245,1,1,1,1,1,1,1,1,0.1742,0.4245,0,1,0.2862,1,1,1,1,1,1,0.4571,0.2862,0,1,0.5453,1,1,1,0.1842,0.5453,0,1,1,1,1,1,0.240141138,0,0.084626466,1,1,1,1,1,0.407539785,0,0.125601053,1,1,1,1,1,0.435152471,0,0.410645239,0.410831394,0.410904255
-2622,1,0.4245,1,1,1,1,1,1,1,1,0.0884,0.4245,0.0778,1,0.2862,1,1,1,1,1,1,0.203,0.2862,0.1059,1,0.5453,1,1,1,0.1791,0.5453,0.0695,1,1,1,1,1,0.14437367,0.506818473,0.020847924,1,1,1,1,1,0.163101643,0.479316235,0.017137174,1,1,1,1,1,0.424348712,0.500906229,0.458856936,0.458853395,0.458776596
-2623,1,0.4245,1,1,1,1,1,1,1,1,0.042,0.4245,0.2571,1,0.2862,1,1,1,1,1,1,0.0627,0.2862,0.2839,1,0.5453,1,1,1,0.0789,0.5453,0.2375,1,1,1,1,1,0.039644904,0.759187698,0.091437146,1,1,1,1,1,0.061067984,0.769984603,0.082826965,1,1,1,1,1,0.276034921,0.77304709,0.507008217,0.506875397,0.507092199
-2624,1,0.4245,1,1,1,1,1,1,1,1,0.0268,0.4245,0.4415,1,0.2862,1,1,1,1,1,1,0,0.2862,0.463,1,0.5453,1,1,1,0.0168,0.5453,0.4009,1,1,1,1,1,0.006022167,0.913792193,0.007851144,1,1,1,1,1,0.000148245,0.906527936,0.053118326,1,1,1,1,1,0.072784834,0.92801702,0.535645239,0.535646287,0.535904255
-2625,1,0.4245,1,1,1,1,1,1,1,1,0.0279,0.4245,0.5769,1,0.2862,1,1,1,1,1,1,0,0.2862,0.5831,1,0.5453,1,1,1,0.0065,0.5453,0.4991,1,1,1,1,1,0.0040701,0.933915675,0.003673489,1,1,1,1,1,0.000147824,0.924281001,0.036861777,1,1,1,1,1,0.021879796,0.949989676,0.55582407,0.555743601,0.555851064
-2626,1,0.4245,1,1,1,1,1,1,1,1,0.1261,0.4245,0.659,1,0.2862,1,1,1,1,1,1,0.0055,0.2862,0.6466,1,0.5453,1,1,1,0.0007,0.5453,0.5616,1,1,1,1,1,0.059134223,0.884739995,0.027103804,1,1,1,1,1,0.026216544,0.914626181,0.0418377,1,1,1,1,1,0.022585461,0.897901356,0.570746738,0.570763698,0.570921986
-2627,1,0.4245,1,1,1,1,1,1,1,1,0.2501,0.4245,0.648,1,0.2862,1,1,1,1,1,1,0.1206,0.2862,0.6319,1,0.5453,1,1,1,0.0057,0.5453,0.5005,1,1,1,1,1,0.165146098,0.853617668,0.023907023,1,1,1,1,1,0.130044252,0.907189012,0.011137697,1,1,1,1,1,0.024133675,0.78410399,0.57781537,0.57774487,0.578014184
-2628,1,0.4245,1,1,1,1,1,1,1,1,0.4664,0.4245,0.6455,1,0.2862,1,1,1,1,1,1,0.3082,0.2862,0.685,1,0.5453,1,1,1,0.0194,0.5453,0.5171,1,1,1,1,1,0.347844124,0.929026484,0.028445853,1,1,1,1,1,0.317792922,0.975061238,0,1,1,1,1,1,0.035300687,0.821944475,0.577452876,0.577533319,0.577570922
-2629,1,0.4245,1,1,1,1,1,1,1,1,0.4382,0.4245,0.6584,1,0.2862,1,1,1,1,1,1,0.3352,0.2862,0.7031,1,0.5453,1,1,1,0.023,0.5453,0.5073,1,1,1,1,1,0.392095178,0.962646008,0.055585839,1,1,1,1,1,0.367130399,0.965975642,0.031590056,1,1,1,1,1,0.040021479,0.897679985,0.578057032,0.577956421,0.578014184
-2630,1,0.4245,1,1,1,1,1,1,1,1,0.3902,0.4245,0.6393,1,0.2862,1,1,1,1,1,1,0.3769,0.2862,0.6401,1,0.5453,1,1,1,0.0534,0.5453,0.5357,1,1,1,1,1,0.431762874,0.983557165,0.05378706,1,1,1,1,1,0.428354383,0.924715042,0.048672251,1,1,1,1,1,0.070202842,0.919345319,0.573102948,0.573090755,0.573138298
-2631,1,0.4245,1,1,1,1,1,1,1,1,0.4817,0.4245,0.5194,1,0.2862,1,1,1,1,1,1,0.4669,0.2862,0.5318,1,0.5453,1,1,1,0.114,0.5453,0.4057,1,1,1,1,1,0.559509099,0.959857702,0.182964027,1,1,1,1,1,0.514834166,0.865182757,0.210672796,1,1,1,1,1,0.142215624,0.885568678,0.566155147,0.566109583,0.566046099
-2632,1,0.4245,1,1,1,1,1,1,1,1,0.6064,0.4245,0.3527,1,0.2862,1,1,1,1,1,1,0.6793,0.2862,0.3754,1,0.5453,1,1,1,0.176,0.5453,0.2817,1,1,1,1,1,0.722781062,0.870484531,0.411179245,1,1,1,1,1,0.693566322,0.764374673,0.624840617,1,1,1,1,1,0.202858359,0.82423842,0.561201063,0.561243918,0.561170213
-2633,1,0.4245,1,1,1,1,1,1,1,1,0.5255,0.4245,0.1498,1,0.2862,1,1,1,1,1,1,0.5267,0.2862,0.1825,1,0.5453,1,1,1,0.2253,0.5453,0.1269,1,1,1,1,1,0.710130572,0.621243954,0.347673744,1,1,1,1,1,0.527558029,0.564416885,0.459695846,1,1,1,1,1,0.253216505,0.569920897,0.553347028,0.553416543,0.553191489
-2634,1,0.4245,1,1,1,1,1,1,1,1,0.4156,0.4245,0.0324,1,0.2862,1,1,1,1,1,1,0.495,0.2862,0.0398,1,0.5453,1,1,1,0.2595,0.5453,0.018,1,1,1,1,1,0.571673155,0.277333409,0.432760924,1,1,1,1,1,0.458988458,0.232354656,0.587395549,1,1,1,1,1,0.335121721,0.202076569,0.539874335,0.539877301,0.540336879
-2635,1,0.4245,1,1,1,1,1,1,1,1,0.3699,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2572,0.2862,0,1,0.5453,1,1,1,0.2486,0.5453,0,1,1,1,1,1,0.430542976,0,0.755848348,1,1,1,1,1,0.284316003,0,0.993842959,1,1,1,1,1,0.32323873,0,0.54579507,0.545800719,0.546099291
-2636,1,0.4245,1,1,1,1,1,1,1,1,0.3444,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2656,0.2862,0,1,0.5453,1,1,1,0.3213,0.5453,0,1,1,1,1,1,0.537676454,0,0.617279887,1,1,1,1,1,0.265421361,0,1,1,1,1,1,1,0.465000808,0,0.554494925,0.554685847,0.554964539
-2637,1,0.4245,1,1,1,1,1,1,1,1,0.3037,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0784,0.2862,0,1,0.5453,1,1,1,0.3723,0.5453,0,1,1,1,1,1,0.409113646,0,0.837044716,1,1,1,1,1,0.091496155,0,1,1,1,1,1,1,0.575722575,0,0.523018366,0.522953247,0.523492908
-2638,1,0.4245,1,1,1,1,1,1,1,1,0.2412,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1163,0.2862,0,1,0.5453,1,1,1,0.4278,0.5453,0,1,1,1,1,1,0.322334945,0,1,1,1,1,1,1,0.142091602,0,1,1,1,1,1,1,0.657400072,0,0.478733688,0.478739158,0.478723404
-2639,1,0.4245,1,1,1,1,1,1,1,1,0.2707,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0822,0.2862,0,1,0.5453,1,1,1,0.3708,0.5453,0,1,1,1,1,1,0.357842505,0,0.994949937,1,1,1,1,1,0.095761687,0,1,1,1,1,1,1,0.626936615,0,0.432878202,0.432832663,0.432624113
-2640,1,0.4245,1,1,1,1,1,1,1,1,0.2041,0.4245,0,1,0.2862,1,1,1,1,1,1,0.051,0.2862,0,1,0.5453,1,1,1,0.402,0.5453,0,1,1,1,1,1,0.24322103,0,1,1,1,1,1,1,0.096738905,0,1,1,1,1,1,1,0.642493904,0,0.399105848,0.398984557,0.39893617
-2641,1,0.4245,1,1,1,1,1,1,1,1,0.1946,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0716,0.2862,0,1,0.5453,1,1,1,0.2627,0.5453,0,1,1,1,1,1,0.212518558,0,1,1,1,1,1,1,0.11368607,0,1,1,1,1,1,1,0.515783787,0,0.379289512,0.379310345,0.379432624
-2642,1,0.4245,1,1,1,1,1,1,1,1,0.1199,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0542,0.2862,0,1,0.5453,1,1,1,0.2543,0.5453,0,1,1,1,1,1,0.187022761,0,1,1,1,1,1,1,0.082431659,0,1,1,1,1,1,1,0.47913754,0,0.367870952,0.367886609,0.367907801
-2643,1,0.4245,1,1,1,1,1,1,1,1,0.156,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0581,0.2862,0,1,0.5453,1,1,1,0.2453,0.5453,0,1,1,1,1,1,0.207674921,0,1,1,1,1,1,1,0.083542243,0,1,1,1,1,1,1,0.475455403,0,0.362796037,0.362809393,0.362588652
-2644,1,0.4245,1,1,1,1,1,1,1,1,0.159,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0357,0.2862,0,1,0.5453,1,1,1,0.2562,0.5453,0,1,1,1,1,1,0.175908595,0,1,1,1,1,1,1,0.069661655,0,1,1,1,1,1,1,0.47555095,0,0.365575157,0.365771102,0.365691489
-2645,1,0.4245,1,1,1,1,1,1,1,1,0.0809,0.4245,0,1,0.2862,1,1,1,1,1,1,0.023,0.2862,0,1,0.5453,1,1,1,0.2402,0.5453,0,1,1,1,1,1,0.08478079,0,1,1,1,1,1,1,0.060745895,0,0.92072016,1,1,1,1,1,0.404107213,0,0.377839536,0.37782949,0.377659574
-2646,1,0.4245,1,1,1,1,1,1,1,1,0.0309,0.4245,0.0573,1,0.2862,1,1,1,1,1,1,0.0268,0.2862,0.0752,1,0.5453,1,1,1,0.2258,0.5453,0.07,1,1,1,1,1,0.01520334,0.301692247,0.825017095,1,1,1,1,1,0.030587766,0.254855543,0.441799998,1,1,1,1,1,0.374840885,0.408968955,0.396145481,0.396022847,0.396276596
-2647,1,0.4245,1,1,1,1,1,1,1,1,0.0287,0.4245,0.1902,1,0.2862,1,1,1,1,1,1,0.0056,0.2862,0.2161,1,0.5453,1,1,1,0.2129,0.5453,0.2083,1,1,1,1,1,0.005160285,0.707542002,0.391548693,1,1,1,1,1,0.014745788,0.672226489,0.211260214,1,1,1,1,1,0.271937668,0.81552738,0.431730304,0.43177491,0.431737589
-2648,1,0.4245,1,1,1,1,1,1,1,1,0.0566,0.4245,0.3846,1,0.2862,1,1,1,1,1,1,0.0866,0.2862,0.3905,1,0.5453,1,1,1,0.2191,0.5453,0.3761,1,1,1,1,1,0.021721829,0.713448703,0.169072181,1,1,1,1,1,0.076169848,0.691358507,0.040350787,1,1,1,1,1,0.197670564,0.732206941,0.471544224,0.471546435,0.471631206
-2649,1,0.4245,1,1,1,1,1,1,1,1,0.0856,0.4245,0.508,1,0.2862,1,1,1,1,1,1,0.0349,0.2862,0.5169,1,0.5453,1,1,1,0.1833,0.5453,0.4841,1,1,1,1,1,0.036709003,0.755417228,0.063419677,1,1,1,1,1,0.032942493,0.797089577,0.071138225,1,1,1,1,1,0.121099561,0.815100789,0.500060416,0.500105775,0.5
-2650,1,0.4245,1,1,1,1,1,1,1,1,0.1424,0.4245,0.61,1,0.2862,1,1,1,1,1,1,0.0314,0.2862,0.627,1,0.5453,1,1,1,0.1573,0.5453,0.5706,1,1,1,1,1,0.124263048,0.854536951,0.011408004,1,1,1,1,1,0.041336838,0.864685416,0.112993196,1,1,1,1,1,0.087604679,0.854356408,0.515285162,0.515337423,0.515514184
-2651,1,0.4245,1,1,1,1,1,1,1,1,0.1784,0.4245,0.6501,1,0.2862,1,1,1,1,1,1,0.0879,0.2862,0.6556,1,0.5453,1,1,1,0.1113,0.5453,0.6053,1,1,1,1,1,0.153520331,0.868635714,0.041994363,1,1,1,1,1,0.107270047,0.903080463,0.264587164,1,1,1,1,1,0.077758029,0.869101048,0.520420493,0.520414639,0.520833333
-2652,1,0.4245,1,1,1,1,1,1,1,1,0.2709,0.4245,0.6423,1,0.2862,1,1,1,1,1,1,0.0603,0.2862,0.6445,1,0.5453,1,1,1,0.1942,0.5453,0.5502,1,1,1,1,1,0.132802978,0.885649443,0.128245384,1,1,1,1,1,0.1164039,0.890242398,0.353542686,1,1,1,1,1,0.146516368,0.885152459,0.52017883,0.520203089,0.520390071
-2653,1,0.4245,1,1,1,1,1,1,1,1,0.3725,0.4245,0.6489,1,0.2862,1,1,1,1,1,1,0.1979,0.2862,0.6383,1,0.5453,1,1,1,0.2145,0.5453,0.5709,1,1,1,1,1,0.199937075,0.899887443,0.317462295,1,1,1,1,1,0.251665533,0.911254764,0.55715549,1,1,1,1,1,0.200233489,0.928205132,0.516795553,0.516818278,0.516843972
-2654,1,0.4245,1,1,1,1,1,1,1,1,0.4037,0.4245,0.5848,1,0.2862,1,1,1,1,1,1,0.381,0.2862,0.5723,1,0.5453,1,1,1,0.2169,0.5453,0.4668,1,1,1,1,1,0.208618283,0.841117978,0.516115665,1,1,1,1,1,0.41644609,0.866707265,0.885122538,1,1,1,1,1,0.256891966,0.898115218,0.513412276,0.513433467,0.513297872
-2655,1,0.4245,1,1,1,1,1,1,1,1,0.4676,0.4245,0.4683,1,0.2862,1,1,1,1,1,1,0.5082,0.2862,0.5163,1,0.5453,1,1,1,0.155,0.5453,0.4134,1,1,1,1,1,0.327034712,0.801546574,0.919717968,1,1,1,1,1,0.528023779,0.878550231,1,1,1,1,1,1,0.240184143,0.793291211,0.512626873,0.512798815,0.51285461
-2656,1,0.4245,1,1,1,1,1,1,1,1,0.4435,0.4245,0.3278,1,0.2862,1,1,1,1,1,1,0.7532,0.2862,0.3814,1,0.5453,1,1,1,0.2079,0.5453,0.234,1,1,1,1,1,0.336550027,0.812857628,0.617837846,1,1,1,1,1,0.689512312,0.801270306,0.851875186,1,1,1,1,1,0.265545875,0.592094958,0.516191397,0.516183626,0.516400709
-2657,1,0.4245,1,1,1,1,1,1,1,1,0.3844,0.4245,0.1379,1,0.2862,1,1,1,1,1,1,0.6433,0.2862,0.1889,1,0.5453,1,1,1,0.113,0.5453,0.0793,1,1,1,1,1,0.38589415,0.585639179,0.667359531,1,1,1,1,1,0.654697359,0.481158912,0.858595073,1,1,1,1,1,0.161117435,0.539979696,0.521387144,0.521472393,0.521276596
-2658,1,0.4245,1,1,1,1,1,1,1,1,0.3826,0.4245,0.0234,1,0.2862,1,1,1,1,1,1,0.5878,0.2862,0.0427,1,0.5453,1,1,1,0.1459,0.5453,0.0092,1,1,1,1,1,0.408087969,0.103367314,0.79356432,1,1,1,1,1,0.478244662,0.155948788,0.530465245,1,1,1,1,1,0.200060338,0.190477371,0.51921218,0.519145335,0.519060284
-2659,1,0.4245,1,1,1,1,1,1,1,1,0.2503,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0439,0.2862,0,1,0.5453,1,1,1,0.1918,0.5453,0,1,1,1,1,1,0.341794252,0,0.569353938,1,1,1,1,1,0.112388059,0,0.514296889,1,1,1,1,1,0.228625581,0,0.528697438,0.528876666,0.528812057
-2660,1,0.4245,1,1,1,1,1,1,1,1,0.1799,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0046,0.2862,0,1,0.5453,1,1,1,0.2926,0.5453,0,1,1,1,1,1,0.219727382,0,0.478954256,1,1,1,1,1,0.048836671,0,0.43932882,1,1,1,1,1,0.367407769,0,0.539149348,0.539031098,0.539450355
-2661,1,0.4245,1,1,1,1,1,1,1,1,0.1141,0.4245,0,1,0.2862,1,1,1,1,1,1,0,0.2862,0,1,0.5453,1,1,1,0.2727,0.5453,0,1,1,1,1,1,0.188620493,0,0.189126536,1,1,1,1,1,0.019710727,0,0.894116759,1,1,1,1,1,0.355973035,0,0.512083132,0.512164163,0.512411348
-2662,1,0.4245,1,1,1,1,1,1,1,1,0.0887,0.4245,0,1,0.2862,1,1,1,1,1,1,0,0.2862,0,1,0.5453,1,1,1,0.3045,0.5453,0,1,1,1,1,1,0.15726018,0,0.595265985,1,1,1,1,1,0.019782778,0,1,1,1,1,1,1,0.343075722,0,0.472933784,0.472815739,0.472960993
-2663,1,0.4245,1,1,1,1,1,1,1,1,0.0625,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0205,0.2862,0,1,0.5453,1,1,1,0.3747,0.5453,0,1,1,1,1,1,0.136501044,0,0.954638839,1,1,1,1,1,0.085147724,0,1,1,1,1,1,1,0.450772345,0,0.432696955,0.432832663,0.432624113
-2664,1,0.4245,1,1,1,1,1,1,1,1,0.1021,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0495,0.2862,0,1,0.5453,1,1,1,0.3136,0.5453,0,1,1,1,1,1,0.156980827,0,1,1,1,1,1,1,0.083253674,0,1,1,1,1,1,1,0.387372077,0,0.399710005,0.399830759,0.399822695
-2665,1,0.4245,1,1,1,1,1,1,1,1,0.0922,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0485,0.2862,0,1,0.5453,1,1,1,0.3962,0.5453,0,1,1,1,1,1,0.136291564,0,1,1,1,1,1,1,0.11718756,0,1,1,1,1,1,1,0.529994607,0,0.379712421,0.379733446,0.379875887
-2666,1,0.4245,1,1,1,1,1,1,1,1,0.0741,0.4245,0,1,0.2862,1,1,1,1,1,1,0.5091,0.2862,0,1,0.5453,1,1,1,0.332,0.5453,0,1,1,1,1,1,0.152487934,0,1,1,1,1,1,1,0.489376128,0,1,1,1,1,1,1,0.457471281,0,0.366843886,0.366828856,0.367021277
-2667,1,0.4245,1,1,1,1,1,1,1,1,0.2191,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3626,0.2862,0,1,0.5453,1,1,1,0.2638,0.5453,0,1,1,1,1,1,0.374930918,0,1,1,1,1,1,1,0.378513932,0,0.898738503,1,1,1,1,1,0.335884333,0,0.360198163,0.360270785,0.36037234
-2668,1,0.4245,1,1,1,1,1,1,1,1,0.2052,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3997,0.2862,0,1,0.5453,1,1,1,0.2412,0.5453,0,1,1,1,1,1,0.399464339,0,1,1,1,1,1,1,0.474842578,0,0.687939286,1,1,1,1,1,0.37248975,0,0.359896085,0.359847684,0.359929078
-2669,1,0.4245,1,1,1,1,1,1,1,1,0.2299,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3066,0.2862,0,1,0.5453,1,1,1,0.2662,0.5453,0,1,1,1,1,1,0.311986446,0,1,1,1,1,1,1,0.388618708,0,0.343713373,1,1,1,1,1,0.402529806,0,0.366360561,0.366405754,0.366578014
-2670,1,0.4245,1,1,1,1,1,1,1,1,0.1665,0.4245,0.0323,1,0.2862,1,1,1,1,1,1,0.1191,0.2862,0.058,1,0.5453,1,1,1,0.3858,0.5453,0.0108,1,1,1,1,1,0.205774128,0.098257482,0.995825887,1,1,1,1,1,0.15255411,0.110117763,0.121393725,1,1,1,1,1,0.585798025,0.006033102,0.375362494,0.375290882,0.375443262
-2671,1,0.4245,1,1,1,1,1,1,1,1,0.1321,0.4245,0.1293,1,0.2862,1,1,1,1,1,1,0.0862,0.2862,0.1563,1,0.5453,1,1,1,0.3384,0.5453,0.1237,1,1,1,1,1,0.122765705,0.232695743,0.880227983,1,1,1,1,1,0.109262437,0.279457361,0.256717026,1,1,1,1,1,0.454149872,0.129223108,0.402368294,0.402369367,0.40248227
-2672,1,0.4245,1,1,1,1,1,1,1,1,0.1657,0.4245,0.1894,1,0.2862,1,1,1,1,1,1,0.127,0.2862,0.2515,1,0.5453,1,1,1,0.2794,0.5453,0.2347,1,1,1,1,1,0.145725667,0.299880922,0.806457579,1,1,1,1,1,0.168937564,0.359381288,0.160953939,1,1,1,1,1,0.273521334,0.266260177,0.43958434,0.439602285,0.439716312
-2673,1,0.4245,1,1,1,1,1,1,1,1,0.1584,0.4245,0.2513,1,0.2862,1,1,1,1,1,1,0.1767,0.2862,0.3013,1,0.5453,1,1,1,0.3037,0.5453,0.3048,1,1,1,1,1,0.179505408,0.375930786,0.847841322,1,1,1,1,1,0.201001227,0.439117908,0.043097645,1,1,1,1,1,0.318265289,0.365659565,0.471906718,0.471757986,0.472074468
-2674,1,0.4245,1,1,1,1,1,1,1,1,0.1689,0.4245,0.3005,1,0.2862,1,1,1,1,1,1,0.1503,0.2862,0.3415,1,0.5453,1,1,1,0.3736,0.5453,0.3901,1,1,1,1,1,0.230092168,0.4377985,0.809524,1,1,1,1,1,0.177409798,0.502170861,0.016256284,1,1,1,1,1,0.435707986,0.453546226,0.491904302,0.491855299,0.491578014
-2675,1,0.4245,1,1,1,1,1,1,1,1,0.1922,0.4245,0.3063,1,0.2862,1,1,1,1,1,1,0.0944,0.2862,0.3756,1,0.5453,1,1,1,0.4022,0.5453,0.4048,1,1,1,1,1,0.202600017,0.457182378,0.746398866,1,1,1,1,1,0.137086064,0.545141816,0.072660215,1,1,1,1,1,0.465346992,0.467521042,0.505195747,0.505182991,0.505319149
-2676,1,0.4245,1,1,1,1,1,1,1,1,0.1436,0.4245,0.3569,1,0.2862,1,1,1,1,1,1,0.0439,0.2862,0.3573,1,0.5453,1,1,1,0.4039,0.5453,0.4,1,1,1,1,1,0.064813703,0.48541224,0.362543792,1,1,1,1,1,0.113600343,0.553892553,0.260896355,1,1,1,1,1,0.543967605,0.531375587,0.512022716,0.511952613,0.512411348
-2677,1,0.4245,1,1,1,1,1,1,1,1,0.2391,0.4245,0.3508,1,0.2862,1,1,1,1,1,1,0.1021,0.2862,0.3515,1,0.5453,1,1,1,0.4356,0.5453,0.3639,1,1,1,1,1,0.111261874,0.466717184,0.370395422,1,1,1,1,1,0.160570115,0.50679934,0.454319149,1,1,1,1,1,0.506033838,0.529720724,0.512324795,0.512375714,0.512411348
-2678,1,0.4245,1,1,1,1,1,1,1,1,0.3337,0.4245,0.2968,1,0.2862,1,1,1,1,1,1,0.0888,0.2862,0.2854,1,0.5453,1,1,1,0.4734,0.5453,0.3461,1,1,1,1,1,0.194509983,0.421878248,0.747047782,1,1,1,1,1,0.194135502,0.410767257,0.371954978,1,1,1,1,1,0.617521942,0.427117229,0.510210246,0.510260207,0.510638298
-2679,1,0.4245,1,1,1,1,1,1,1,1,0.341,0.4245,0.2386,1,0.2862,1,1,1,1,1,1,0.1465,0.2862,0.2111,1,0.5453,1,1,1,0.5038,0.5453,0.2926,1,1,1,1,1,0.195853204,0.313882887,0.829402566,1,1,1,1,1,0.238229722,0.294295728,1,1,1,1,1,1,0.541786611,0.327982545,0.512566457,0.512587265,0.51285461
-2680,1,0.4245,1,1,1,1,1,1,1,1,0.4499,0.4245,0.1541,1,0.2862,1,1,1,1,1,1,0.2174,0.2862,0.1166,1,0.5453,1,1,1,0.518,0.5453,0.1869,1,1,1,1,1,0.271363407,0.193904668,0.877044678,1,1,1,1,1,0.270968825,0.148557916,1,1,1,1,1,1,0.544690371,0.153142452,0.523441276,0.523376349,0.523492908
-2681,1,0.4245,1,1,1,1,1,1,1,1,0.544,0.4245,0.0215,1,0.2862,1,1,1,1,1,1,0.4399,0.2862,0.0192,1,0.5453,1,1,1,0.3735,0.5453,0.0653,1,1,1,1,1,0.293469489,0.016215729,0.842550278,1,1,1,1,1,0.452019274,0.030457962,1,1,1,1,1,1,0.430177003,0.018063724,0.535826486,0.535646287,0.535904255
-2682,1,0.4245,1,1,1,1,1,1,1,1,0.5718,0.4245,0,1,0.2862,1,1,1,1,1,1,0.6255,0.2862,0,1,0.5453,1,1,1,0.2543,0.5453,0,1,1,1,1,1,0.35108164,0,0.840675235,1,1,1,1,1,0.676472604,0,1,1,1,1,1,1,0.307396561,0,0.54537216,0.545377618,0.545656028
-2683,1,0.4245,1,1,1,1,1,1,1,1,0.417,0.4245,0,1,0.2862,1,1,1,1,1,1,0.567,0.2862,0,1,0.5453,1,1,1,0.1999,0.5453,0,1,1,1,1,1,0.280592769,0,0.861886442,1,1,1,1,1,0.59729135,0,1,1,1,1,1,1,0.257857472,0,0.552924118,0.552781891,0.552748227
-2684,1,0.4245,1,1,1,1,1,1,1,1,0.5281,0.4245,0,1,0.2862,1,1,1,1,1,1,0.8379,0.2862,0,1,0.5453,1,1,1,0.3167,0.5453,0,1,1,1,1,1,0.512780249,0,0.922847629,1,1,1,1,1,0.81712842,0,1,1,1,1,1,1,0.462016433,0,0.544345094,0.544319865,0.544326241
-2685,1,0.4245,1,1,1,1,1,1,1,1,0.6834,0.4245,0,1,0.2862,1,1,1,1,1,1,0.9298,0.2862,0,1,0.5453,1,1,1,0.5239,0.5453,0,1,1,1,1,1,0.652680278,0,0.995096028,1,1,1,1,1,0.913167834,0,1,1,1,1,1,1,0.688891411,0,0.50779362,0.507721599,0.507978723
-2686,1,0.4245,1,1,1,1,1,1,1,1,0.7168,0.4245,0,1,0.2862,1,1,1,1,1,1,0.8532,0.2862,0,1,0.5453,1,1,1,0.5237,0.5453,0,1,1,1,1,1,0.653878212,0,1,1,1,1,1,1,0.897036493,0,1,1,1,1,1,1,0.718627453,0,0.463992267,0.463930611,0.464095745
-2687,1,0.4245,1,1,1,1,1,1,1,1,0.7218,0.4245,0,1,0.2862,1,1,1,1,1,1,0.9499,0.2862,0,1,0.5453,1,1,1,0.5347,0.5453,0,1,1,1,1,1,0.676584661,0,1,1,1,1,1,1,0.951865554,0,1,1,1,1,1,1,0.748449206,0,0.423030449,0.422889782,0.423315603
-2688,1,0.4245,1,1,1,1,1,1,1,1,0.7222,0.4245,0,1,0.2862,1,1,1,1,1,1,0.9456,0.2862,0,1,0.5453,1,1,1,0.6495,0.5453,0,1,1,1,1,1,0.785370529,0,0.971923709,1,1,1,1,1,0.950820088,0,1,1,1,1,1,1,0.802234292,0,0.396387144,0.396445949,0.396719858
-2689,1,0.4245,1,1,1,1,1,1,1,1,0.8435,0.4245,0,1,0.2862,1,1,1,1,1,1,0.9456,0.2862,0,1,0.5453,1,1,1,0.7196,0.5453,0,1,1,1,1,1,0.900539637,0,0.734586954,1,1,1,1,1,0.951650143,0,1,1,1,1,1,1,0.848921299,0,0.382310295,0.382272054,0.382092199
-2690,1,0.4245,1,1,1,1,1,1,1,1,0.7162,0.4245,0,1,0.2862,1,1,1,1,1,1,0.9179,0.2862,0,1,0.5453,1,1,1,0.7905,0.5453,0,1,1,1,1,1,0.880817473,0,0.207641646,1,1,1,1,1,0.918605149,0,0.052356023,1,1,1,1,1,0.892086208,0,0.376027066,0.375925534,0.375886525
-2691,1,0.4245,1,1,1,1,1,1,1,1,0.5295,0.4245,0,1,0.2862,1,1,1,1,1,1,0.709,0.2862,0,1,0.5453,1,1,1,0.864,0.5453,0,1,1,1,1,1,0.820702612,0,0.056831181,1,1,1,1,1,0.81024909,0,0,1,1,1,1,1,0.914151609,0,0.374697922,0.374867781,0.374556738
-2692,1,0.4245,1,1,1,1,1,1,1,1,0.5583,0.4245,0,1,0.2862,1,1,1,1,1,1,0.7221,0.2862,0,1,0.5453,1,1,1,0.9055,0.5453,0,1,1,1,1,1,0.800587893,0,0.336381435,1,1,1,1,1,0.797807097,0,0,1,1,1,1,1,0.945165038,0,0.385512325,0.385445314,0.385638298
-2693,1,0.4245,1,1,1,1,1,1,1,1,0.4484,0.4245,0,1,0.2862,1,1,1,1,1,1,0.4875,0.2862,0,1,0.5453,1,1,1,0.9067,0.5453,0,1,1,1,1,1,0.646574378,0,0.734586954,1,1,1,1,1,0.633175373,0,1,1,1,1,1,1,0.954563081,0,0.426292895,0.426274593,0.42641844
-2694,1,0.4245,1,1,1,1,1,1,1,1,0.4719,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3295,0.2862,0,1,0.5453,1,1,1,0.9463,0.5453,0.0145,1,1,1,1,1,0.636002004,0,0.884865463,1,1,1,1,1,0.483007073,0.001741898,1,1,1,1,1,1,0.948802173,0,0.49679797,0.496720965,0.496897163
-2695,1,0.4245,1,1,1,1,1,1,1,1,0.5206,0.4245,0.0092,1,0.2862,1,1,1,1,1,1,0.2892,0.2862,0.0238,1,0.5453,1,1,1,0.8578,0.5453,0.0778,1,1,1,1,1,0.64376235,0.031724446,1,1,1,1,1,1,0.412784755,0.102551229,1,1,1,1,1,1,0.940999687,0.001014912,0.550144998,0.550031733,0.550531915
-2696,1,0.4248,1,1,1,1,1,1,1,1,0.6714,0.4248,0.0916,1,0.2864,1,1,1,1,1,1,0.413,0.2864,0.1984,1,0.5455,1,1,1,0.8793,0.5455,0.1911,1,1,1,1,1,0.629071534,0.153454483,1,1,1,1,1,1,0.516200304,0.353171229,1,1,1,1,1,1,0.916537285,0.085423477,0.572317545,0.572456103,0.572251773
-2697,1,0.4252,1,1,1,1,1,1,1,1,0.6357,0.4252,0.3281,1,0.2867,1,1,1,1,1,1,0.2892,0.2867,0.3732,1,0.5457,1,1,1,0.8469,0.5457,0.2431,1,1,1,1,1,0.51518929,0.424378812,1,1,1,1,1,1,0.41179806,0.544487536,1,1,1,1,1,1,0.917108774,0.147620171,0.583494442,0.583668289,0.583776596
-2698,1,0.4255,1,1,1,1,1,1,1,1,0.5344,0.4255,0.423,1,0.2869,1,1,1,1,1,1,0.1684,0.2869,0.4554,1,0.5458,1,1,1,0.8419,0.5458,0.3821,1,1,1,1,1,0.295751691,0.621472299,1,1,1,1,1,1,0.244779885,0.647387683,1,1,1,1,1,1,0.909280777,0.388234705,0.591710971,0.591707214,0.591755319
-2699,1,0.4259,1,1,1,1,1,1,1,1,0.4371,0.4259,0.4581,1,0.2871,1,1,1,1,1,1,0.1935,0.2871,0.4953,1,0.546,1,1,1,0.7973,0.546,0.3618,1,1,1,1,1,0.231062874,0.666144907,1,1,1,1,1,1,0.242668331,0.680498898,0.995214701,1,1,1,1,1,0.863693595,0.444251209,0.595033833,0.595092025,0.594858156
-2700,1,0.4262,1,1,1,1,1,1,1,1,0.3122,0.4262,0.4584,1,0.2874,1,1,1,1,1,1,0.1572,0.2874,0.4939,1,0.5462,1,1,1,0.7024,0.5462,0.3974,1,1,1,1,1,0.176757455,0.680133641,1,1,1,1,1,1,0.204794347,0.691818297,1,1,1,1,1,1,0.754281163,0.491976798,0.591288062,0.591284113,0.591312057
-2701,1,0.4266,1,1,1,1,1,1,1,1,0.3189,0.4266,0.4346,1,0.2876,1,1,1,1,1,1,0.2455,0.2876,0.4942,1,0.5464,1,1,1,0.6932,0.5464,0.4304,1,1,1,1,1,0.251236618,0.666738451,0.86003828,1,1,1,1,1,0.304431915,0.659746885,0.764526486,1,1,1,1,1,0.722271264,0.50990653,0.588629773,0.588745505,0.588652482
-2702,1,0.4269,1,1,1,1,1,1,1,1,0.304,0.4269,0.3725,1,0.2878,1,1,1,1,1,1,0.3053,0.2878,0.4446,1,0.5466,1,1,1,0.6722,0.5466,0.4048,1,1,1,1,1,0.264398962,0.601036787,0.851855278,1,1,1,1,1,0.400043428,0.635209501,0.978219211,1,1,1,1,1,0.741673231,0.442836583,0.580534074,0.580495029,0.580673759
-2703,1,0.4273,1,1,1,1,1,1,1,1,0.2639,0.4273,0.3797,1,0.2881,1,1,1,1,1,1,0.3436,0.2881,0.4313,1,0.5468,1,1,1,0.6817,0.5468,0.291,1,1,1,1,1,0.396146983,0.57425952,0.83642447,1,1,1,1,1,0.434248775,0.593845963,0.726898432,1,1,1,1,1,0.779893875,0.312850416,0.574069599,0.573936958,0.574024823
-2704,1,0.4276,1,1,1,1,1,1,1,1,0.2964,0.4276,0.266,1,0.2883,1,1,1,1,1,1,0.49,0.2883,0.3186,1,0.547,1,1,1,0.5943,0.547,0.184,1,1,1,1,1,0.432702482,0.548457146,0.86046052,1,1,1,1,1,0.578551948,0.540510416,0.667315185,1,1,1,1,1,0.70224148,0.157987565,0.576486225,0.576687117,0.576684397
-2705,1,0.428,1,1,1,1,1,1,1,1,0.2713,0.428,0.1099,1,0.2885,1,1,1,1,1,1,0.1526,0.2885,0.1679,1,0.5472,1,1,1,0.5414,0.5472,0.0477,1,1,1,1,1,0.26060155,0.380763203,0.810180068,1,1,1,1,1,0.198396325,0.405159175,0.554820418,1,1,1,1,1,0.651316583,0.009811619,0.583313195,0.583456738,0.583333333
-2706,1,0.4283,1,1,1,1,1,1,1,1,0.3576,0.4283,0.0132,1,0.2888,1,1,1,1,1,1,0.2074,0.2888,0.0334,1,0.5473,1,1,1,0.4557,0.5473,0.0117,1,1,1,1,1,0.3187989,0.193336725,0.959774733,1,1,1,1,1,0.263427943,0.163710847,0.778061092,1,1,1,1,1,0.636298478,0,0.582104882,0.582187434,0.582446809
-2707,1,0.4287,1,1,1,1,1,1,1,1,0.3127,0.4287,0,1,0.289,1,1,1,1,1,1,0.1261,0.289,0,1,0.5475,1,1,1,0.5446,0.5475,0,1,1,1,1,1,0.20510456,0,0.991879344,1,1,1,1,1,0.160886139,0,0.74278456,1,1,1,1,1,0.780330777,0,0.588508942,0.588533954,0.588652482
-2708,1,0.429,1,1,1,1,1,1,1,1,0.3401,0.429,0,1,0.2892,1,1,1,1,1,1,0.2399,0.2892,0,1,0.5477,1,1,1,0.5443,0.5477,0,1,1,1,1,1,0.309383452,0,0.807699323,1,1,1,1,1,0.29506883,0,1,1,1,1,1,1,0.75485605,0,0.586817303,0.586841549,0.586879433
-2709,1,0.4294,1,1,1,1,1,1,1,1,0.3373,0.4294,0,1,0.2895,1,1,1,1,1,1,0.2054,0.2895,0,1,0.5479,1,1,1,0.4748,0.5479,0,1,1,1,1,1,0.421286494,0,0.673774362,1,1,1,1,1,0.2826823,0,0.796000838,1,1,1,1,1,0.643066645,0,0.545492992,0.545589169,0.545656028
-2710,1,0.4297,1,1,1,1,1,1,1,1,0.2877,0.4297,0,1,0.2897,1,1,1,1,1,1,0.3248,0.2897,0,1,0.5481,1,1,1,0.4847,0.5481,0,1,1,1,1,1,0.351143688,0,0.472672224,1,1,1,1,1,0.366475552,0,0.72397989,1,1,1,1,1,0.688420653,0,0.489487675,0.489528242,0.489361702
-2711,1,0.4301,1,1,1,1,1,1,1,1,0.239,0.4301,0,1,0.2899,1,1,1,1,1,1,0.2631,0.2899,0,1,0.5483,1,1,1,0.5555,0.5483,0,1,1,1,1,1,0.36599651,0,0.429126024,1,1,1,1,1,0.375437886,0,0.805107355,1,1,1,1,1,0.767147362,0,0.438376027,0.438332981,0.438386525
-2712,1,0.4304,1,1,1,1,1,1,1,1,0.325,0.4304,0,1,0.2902,1,1,1,1,1,1,0.2849,0.2902,0,1,0.5485,1,1,1,0.4769,0.5485,0,1,1,1,1,1,0.454651415,0,0.574166775,1,1,1,1,1,0.348290741,0,0.570800304,1,1,1,1,1,0.724911809,0,0.405570324,0.405542627,0.405585106
-2713,1,0.4308,1,1,1,1,1,1,1,1,0.3876,0.4308,0,1,0.2904,1,1,1,1,1,1,0.315,0.2904,0,1,0.5487,1,1,1,0.4511,0.5487,0,1,1,1,1,1,0.541741073,0,0.606154799,1,1,1,1,1,0.365291417,0,0.495911568,1,1,1,1,1,0.703047574,0,0.389922668,0.389887878,0.390070922
-2714,1,0.4312,1,1,1,1,1,1,1,1,0.3238,0.4312,0,1,0.2906,1,1,1,1,1,1,0.2608,0.2906,0,1,0.5488,1,1,1,0.4297,0.5488,0,1,1,1,1,1,0.45965305,0,0.674890757,1,1,1,1,1,0.320185691,0,0.869297743,1,1,1,1,1,0.661154211,0,0.381464476,0.381425851,0.381648936
-2715,1,0.4315,1,1,1,1,1,1,1,1,0.3789,0.4315,0,1,0.2909,1,1,1,1,1,1,0.2034,0.2909,0,1,0.549,1,1,1,0.3561,0.549,0,1,1,1,1,1,0.431269199,0,0.764271259,1,1,1,1,1,0.246537372,0,0.87827754,1,1,1,1,1,0.581205964,0,0.379833253,0.379733446,0.379875887
-2716,1,0.4319,1,1,1,1,1,1,1,1,0.4623,0.4319,0,1,0.2911,1,1,1,1,1,1,0.2734,0.2911,0,1,0.5492,1,1,1,0.4146,0.5492,0,1,1,1,1,1,0.545951188,0,0.905958235,1,1,1,1,1,0.344197631,0,0.899018168,1,1,1,1,1,0.669071257,0,0.391312228,0.391368733,0.391400709
-2717,1,0.4322,1,1,1,1,1,1,1,1,0.418,0.4322,0,1,0.2914,1,1,1,1,1,1,0.2339,0.2914,0,1,0.5494,1,1,1,0.4189,0.5494,0,1,1,1,1,1,0.482284844,0,1,1,1,1,1,1,0.263795346,0,0.746636152,1,1,1,1,1,0.657233119,0,0.429555341,0.429659403,0.429521277
-2718,1,0.4326,1,1,1,1,1,1,1,1,0.3201,0.4326,0.0942,1,0.2916,1,1,1,1,1,1,0.149,0.2916,0.1216,1,0.5496,1,1,1,0.3521,0.5496,0.0811,1,1,1,1,1,0.447617292,0.445197195,0.946662426,1,1,1,1,1,0.160768449,0.388496816,0.773418546,1,1,1,1,1,0.580847979,0.376226217,0.493052199,0.493124603,0.493351064
-2719,1,0.4329,1,1,1,1,1,1,1,1,0.3314,0.4329,0.2605,1,0.2918,1,1,1,1,1,1,0.2134,0.2918,0.2739,1,0.5498,1,1,1,0.3649,0.5498,0.2411,1,1,1,1,1,0.425749689,0.650996447,0.999482989,1,1,1,1,1,0.268425822,0.617011607,1,1,1,1,1,1,0.611559927,0.652337551,0.541082649,0.540935054,0.541223404
-2720,1,0.4333,1,1,1,1,1,1,1,1,0.4887,0.4333,0.4075,1,0.2921,1,1,1,1,1,1,0.2955,0.2921,0.4273,1,0.55,1,1,1,0.4432,0.55,0.3776,1,1,1,1,1,0.515419245,0.733516753,1,1,1,1,1,1,0.357034087,0.732112885,1,1,1,1,1,1,0.735639453,0.790674686,0.556488642,0.556589803,0.556737589
-2721,1,0.4336,1,1,1,1,1,1,1,1,0.4707,0.4336,0.5245,1,0.2923,1,1,1,1,1,1,0.2848,0.2923,0.5165,1,0.5502,1,1,1,0.3922,0.5502,0.5386,1,1,1,1,1,0.421479613,0.774460793,1,1,1,1,1,1,0.360108078,0.772252798,1,1,1,1,1,1,0.676976085,0.821300983,0.565248913,0.565263381,0.565159574
-2722,1,0.434,1,1,1,1,1,1,1,1,0.4367,0.434,0.6,1,0.2925,1,1,1,1,1,1,0.2706,0.2925,0.5981,1,0.5504,1,1,1,0.3864,0.5504,0.571,1,1,1,1,1,0.382467806,0.821229517,1,1,1,1,1,1,0.302800953,0.812562644,0.773742914,1,1,1,1,1,0.667250276,0.818854272,0.571471725,0.571609901,0.571808511
-2723,1,0.4343,1,1,1,1,1,1,1,1,0.4633,0.4343,0.612,1,0.2928,1,1,1,1,1,1,0.2314,0.2928,0.6208,1,0.5505,1,1,1,0.5935,0.5505,0.5884,1,1,1,1,1,0.385675699,0.817220926,1,1,1,1,1,1,0.309961647,0.827108443,0.865537167,1,1,1,1,1,0.823172688,0.845779359,0.5709884,0.570975249,0.571365248
-2724,1,0.4347,1,1,1,1,1,1,1,1,0.5341,0.4347,0.6225,1,0.293,1,1,1,1,1,1,0.2973,0.293,0.5842,1,0.5507,1,1,1,0.5573,0.5507,0.6154,1,1,1,1,1,0.490700752,0.852387667,0.973414361,1,1,1,1,1,0.358092308,0.790297985,0.98920393,1,1,1,1,1,0.770936191,0.800313354,0.566638473,0.566744235,0.566932624
-2725,1,0.435,1,1,1,1,1,1,1,1,0.5134,0.435,0.7787,1,0.2932,1,1,1,1,1,1,0.2431,0.2932,0.719,1,0.5509,1,1,1,0.6965,0.5509,0.7166,1,1,1,1,1,0.492446929,0.99399519,0.992114425,1,1,1,1,1,0.306503296,0.962671638,1,1,1,1,1,1,0.874481082,0.990128875,0.56458434,0.564628729,0.564716312
-2726,1,0.4354,1,1,1,1,1,1,1,1,0.4225,0.4354,0.5473,1,0.2935,1,1,1,1,1,1,0.1201,0.2935,0.5147,1,0.5511,1,1,1,0.4535,0.5511,0.4556,1,1,1,1,1,0.326745063,0.759253204,1,1,1,1,1,1,0.171703354,0.683122396,1,1,1,1,1,1,0.464147002,0.742604196,0.558421943,0.558493759,0.558510638
-2727,1,0.4357,1,1,1,1,1,1,1,1,0.5805,0.4357,0.4565,1,0.2937,1,1,1,1,1,1,0.0815,0.2937,0.4242,1,0.5513,1,1,1,0.3477,0.5513,0.444,1,1,1,1,1,0.488597602,0.676332831,1,1,1,1,1,1,0.137626708,0.615599692,0.923417807,1,1,1,1,1,0.337892443,0.809128881,0.552440793,0.552570341,0.552748227
-2728,1,0.4361,1,1,1,1,1,1,1,1,0.4496,0.4361,0.323,1,0.2939,1,1,1,1,1,1,0.0058,0.2939,0.325,1,0.5515,1,1,1,0.3584,0.5515,0.2986,1,1,1,1,1,0.303591371,0.59014678,1,1,1,1,1,1,0.056670282,0.529215574,0.203455493,1,1,1,1,1,0.331406087,0.778568566,0.553286612,0.553416543,0.553191489
-2729,1,0.4364,1,1,1,1,1,1,1,1,0.304,0.4364,0.1512,1,0.2942,1,1,1,1,1,1,0.0249,0.2942,0.1869,1,0.5517,1,1,1,0.2624,0.5517,0.1466,1,1,1,1,1,0.169655278,0.507646799,0.915672719,1,1,1,1,1,0.062578127,0.453971773,0.160778791,1,1,1,1,1,0.204283908,0.621801615,0.55679072,0.556589803,0.556737589
-2730,1,0.4368,1,1,1,1,1,1,1,1,0.4595,0.4368,0.0499,1,0.2944,1,1,1,1,1,1,0.2002,0.2944,0.0568,1,0.5519,1,1,1,0.4298,0.5519,0.0417,1,1,1,1,1,0.388386756,0.242649853,0.238182008,1,1,1,1,1,0.284705639,0.24051924,0.858568311,1,1,1,1,1,0.431215644,0.309628159,0.557817786,0.557859107,0.558067376
-2731,1,0.4371,1,1,1,1,1,1,1,1,0.082,0.4371,0,1,0.2946,1,1,1,1,1,1,0.0457,0.2946,0,1,0.552,1,1,1,0.0751,0.552,0,1,1,1,1,1,0.036005527,0,0.223872364,1,1,1,1,1,0.035773925,0,0.470522523,1,1,1,1,1,0.08426217,0,0.573586274,0.573725407,0.574024823
-2732,1,0.4375,1,1,1,1,1,1,1,1,0.2155,0.4375,0,1,0.2949,1,1,1,1,1,1,0.1485,0.2949,0,1,0.5522,1,1,1,0.3601,0.5522,0,1,1,1,1,1,0.210960865,0,0.247359678,1,1,1,1,1,0.155272886,0,0.661190629,1,1,1,1,1,0.423157871,0,0.588206863,0.588322403,0.588652482
-2733,1,0.4378,1,1,1,1,1,1,1,1,0.2545,0.4378,0,1,0.2951,1,1,1,1,1,1,0.1335,0.2951,0,1,0.5524,1,1,1,0.277,0.5524,0,1,1,1,1,1,0.284953982,0,0.562797904,1,1,1,1,1,0.198170051,0,0.809405088,1,1,1,1,1,0.444366992,0,0.551715805,0.551724138,0.551861702
-2734,1,0.4382,1,1,1,1,1,1,1,1,0.1599,0.4382,0,1,0.2953,1,1,1,1,1,1,0.1161,0.2953,0,1,0.5526,1,1,1,0.2113,0.5526,0,1,1,1,1,1,0.092526734,0,0.702963352,1,1,1,1,1,0.145778239,0,0.99788487,1,1,1,1,1,0.371877342,0,0.494441759,0.494393907,0.494680851
-2735,1,0.4386,1,1,1,1,1,1,1,1,0.2487,0.4386,0,1,0.2956,1,1,1,1,1,1,0.1239,0.2956,0,1,0.5528,1,1,1,0.2485,0.5528,0,1,1,1,1,1,0.226024479,0,0.818042219,1,1,1,1,1,0.177843481,0,1,1,1,1,1,1,0.433157235,0,0.44278637,0.442775545,0.443262411
-2736,1,0.4389,1,1,1,1,1,1,1,1,0.0261,0.4389,0,1,0.2958,1,1,1,1,1,1,0,0.2958,0,1,0.553,1,1,1,0.0131,0.553,0,1,1,1,1,1,0.003685403,0,0.994975746,1,1,1,1,1,0.001039337,0,1,1,1,1,1,1,0.055596575,0,0.409497342,0.40956209,0.409574468
-2737,1,0.4393,1,1,1,1,1,1,1,1,0.2149,0.4393,0,1,0.296,1,1,1,1,1,1,0.0656,0.296,0,1,0.5532,1,1,1,0.2199,0.5532,0,1,1,1,1,1,0.23046121,0,0.896880269,1,1,1,1,1,0.107340567,0,1,1,1,1,1,1,0.4770464,0,0.392580957,0.392638037,0.392287234
-2738,1,0.4396,1,1,1,1,1,1,1,1,0.0304,0.4396,0,1,0.2963,1,1,1,1,1,1,0.0171,0.2963,0,1,0.5534,1,1,1,0.0092,0.5534,0,1,1,1,1,1,0.002055374,0,0.656240702,1,1,1,1,1,0.020996686,0,0.872880936,1,1,1,1,1,0.051148407,0,0.384847753,0.384810662,0.384751773
-2739,1,0.44,1,1,1,1,1,1,1,1,0.1528,0.44,0,1,0.2965,1,1,1,1,1,1,0.2847,0.2965,0,1,0.5535,1,1,1,0.1595,0.5535,0,1,1,1,1,1,0.105734318,0,0.669404387,1,1,1,1,1,0.299770862,0,0.631741941,1,1,1,1,1,0.427521259,0,0.382551957,0.382695155,0.382535461
-2740,1,0.4403,1,1,1,1,1,1,1,1,0.22,0.4403,0,1,0.2968,1,1,1,1,1,1,0.2039,0.2968,0,1,0.5537,1,1,1,0.1149,0.5537,0,1,1,1,1,1,0.17490086,0,0.756407857,1,1,1,1,1,0.243579268,0,0.696235657,1,1,1,1,1,0.318448097,0,0.395239246,0.395176645,0.395390071
-2741,1,0.4407,1,1,1,1,1,1,1,1,0.0276,0.4407,0.0005,1,0.297,1,1,1,1,1,1,0.0094,0.297,0,1,0.5539,1,1,1,0.0099,0.5539,0.0325,1,1,1,1,1,0.002736029,0.000146972,0.781696141,1,1,1,1,1,0.003433182,0,0.22573036,1,1,1,1,1,0.060197633,0.125203222,0.434146931,0.434101967,0.434397163
-2742,1,0.441,1,1,1,1,1,1,1,1,0.0641,0.441,0.0872,1,0.2972,1,1,1,1,1,1,0.1193,0.2972,0.1218,1,0.5541,1,1,1,0.0744,0.5541,0.0962,1,1,1,1,1,0.043087225,0.58929038,0.164565712,1,1,1,1,1,0.106475562,0.563917696,0.133609697,1,1,1,1,1,0.128087357,0.61029768,0.497764621,0.497778718,0.497783688
-2743,1,0.4414,1,1,1,1,1,1,1,1,0.0668,0.4414,0.2712,1,0.2975,1,1,1,1,1,1,0,0.2975,0.2991,1,0.5543,1,1,1,0.0352,0.5543,0.2683,1,1,1,1,1,0.016651142,0.826890528,0.81358403,1,1,1,1,1,0.000236518,0.808328331,0.148762316,1,1,1,1,1,0.086705834,0.844294012,0.541686805,0.541781257,0.542109929
-2744,1,0.4417,1,1,1,1,1,1,1,1,0.095,0.4417,0.4665,1,0.2977,1,1,1,1,1,1,0,0.2977,0.4859,1,0.5545,1,1,1,0.1062,0.5545,0.4058,1,1,1,1,1,0.061280563,0.973333061,0.803124964,1,1,1,1,1,0.00018277,0.948777318,0.094907597,1,1,1,1,1,0.121260077,0.897402704,0.553165781,0.553204993,0.553191489
-2745,1,0.4421,1,1,1,1,1,1,1,1,0.1053,0.4421,0.6087,1,0.2979,1,1,1,1,1,1,0.1252,0.2979,0.6103,1,0.5547,1,1,1,0.2221,0.5547,0.5121,1,1,1,1,1,0.111960888,0.996291161,0.125394344,1,1,1,1,1,0.111392222,0.914905608,0.03728063,1,1,1,1,1,0.275820225,0.966420412,0.560173997,0.560186165,0.560283688
-2746,1,0.4424,1,1,1,1,1,1,1,1,0.0865,0.4424,0.7054,1,0.2982,1,1,1,1,1,1,0.3366,0.2982,0.6446,1,0.5549,1,1,1,0.3077,0.5549,0.5394,1,1,1,1,1,0.115251631,0.967725098,0.046397366,1,1,1,1,1,0.281080008,0.867586613,0,1,1,1,1,1,0.373385489,0.982796431,0.564946834,0.564840279,0.565159574
-2747,1,0.4428,1,1,1,1,1,1,1,1,0.1126,0.4428,0.6586,1,0.2984,1,1,1,1,1,1,0.5518,0.2984,0.5585,1,0.5551,1,1,1,0.2834,0.5551,0.548,1,1,1,1,1,0.165598586,0.847578049,0.055085991,1,1,1,1,1,0.412992537,0.809469223,0,1,1,1,1,1,0.267747939,0.994278789,0.56681972,0.566744235,0.566932624
-2748,1,0.4431,1,1,1,1,1,1,1,1,0.1689,0.4431,0.5991,1,0.2986,1,1,1,1,1,1,0.3965,0.2986,0.6046,1,0.5552,1,1,1,0.2537,0.5552,0.566,1,1,1,1,1,0.18062751,0.81741643,0.068401225,1,1,1,1,1,0.325824171,0.83724016,0.020124085,1,1,1,1,1,0.176732883,0.91386658,0.564101015,0.563994077,0.56427305
-2749,1,0.4435,1,1,1,1,1,1,1,1,0.2298,0.4435,0.5881,1,0.2989,1,1,1,1,1,1,0.3041,0.2989,0.552,1,0.5554,1,1,1,0.2507,0.5554,0.5653,1,1,1,1,1,0.200977609,0.801635683,0.0973427,1,1,1,1,1,0.275839388,0.757307887,0.09811493,1,1,1,1,1,0.197512627,0.867425859,0.562953117,0.562936323,0.563386525
-2750,1,0.4438,1,1,1,1,1,1,1,1,0.3113,0.4438,0.573,1,0.2991,1,1,1,1,1,1,0.2242,0.2991,0.5218,1,0.5556,1,1,1,0.1772,0.5556,0.5419,1,1,1,1,1,0.215718418,0.820532858,0.243948489,1,1,1,1,1,0.230708808,0.733349144,0.255326688,1,1,1,1,1,0.116085857,0.85717988,0.555340744,0.555320499,0.555407801
-2751,1,0.4442,1,1,1,1,1,1,1,1,0.337,0.4442,0.4545,1,0.2993,1,1,1,1,1,1,0.2028,0.2993,0.4655,1,0.5558,1,1,1,0.1239,0.5558,0.4146,1,1,1,1,1,0.183192462,0.779780984,0.250481635,1,1,1,1,1,0.213257179,0.759011686,0.236499757,1,1,1,1,1,0.082861684,0.771551013,0.550326245,0.550243283,0.550531915
-2752,1,0.4445,1,1,1,1,1,1,1,1,0.3742,0.4445,0.3241,1,0.2996,1,1,1,1,1,1,0.1081,0.2996,0.3282,1,0.556,1,1,1,0.1141,0.556,0.2967,1,1,1,1,1,0.217356905,0.675747573,0.551589191,1,1,1,1,1,0.149103999,0.719170153,0.511533022,1,1,1,1,1,0.06625057,0.663619161,0.551353311,0.551301037,0.55141844
-2753,1,0.4449,1,1,1,1,1,1,1,1,0.2586,0.4449,0.1461,1,0.2998,1,1,1,1,1,1,0.1936,0.2998,0.1803,1,0.5562,1,1,1,0.0934,0.5562,0.1362,1,1,1,1,1,0.225417197,0.501175463,0.604030311,1,1,1,1,1,0.225128978,0.537162304,0.835308671,1,1,1,1,1,0.089023933,0.537089586,0.554797003,0.554685847,0.554964539
-2754,1,0.4453,1,1,1,1,1,1,1,1,0.1485,0.4453,0.0381,1,0.3,1,1,1,1,1,1,0.0457,0.3,0.0636,1,0.5564,1,1,1,0.0689,0.5564,0.0363,1,1,1,1,1,0.106396697,0.245740831,0.936930299,1,1,1,1,1,0.039896492,0.350587696,0.871697664,1,1,1,1,1,0.103960872,0.237447158,0.557153214,0.557012905,0.557180851
-2755,1,0.4456,1,1,1,1,1,1,1,1,0.1623,0.4456,0,1,0.3003,1,1,1,1,1,1,0,0.3003,0,1,0.5566,1,1,1,0.0903,0.5566,0,1,1,1,1,1,0.104685158,0,0.871201992,1,1,1,1,1,0.004777768,0,0.676659167,1,1,1,1,1,0.161801234,0,0.569961334,0.569917495,0.570035461
-2756,1,0.446,1,1,1,1,1,1,1,1,0.1173,0.446,0,1,0.3005,1,1,1,1,1,1,0.0398,0.3005,0,1,0.5567,1,1,1,0.0826,0.5567,0,1,1,1,1,1,0.16287455,0,0.590993762,1,1,1,1,1,0.055512797,0,0.407209724,1,1,1,1,1,0.219070688,0,0.580413243,0.580495029,0.580230496
-2757,1,0.4463,1,1,1,1,1,1,1,1,0.1503,0.4463,0,1,0.3007,1,1,1,1,1,1,0.0852,0.3007,0,1,0.5569,1,1,1,0.151,0.5569,0,1,1,1,1,1,0.274736762,0,0.465105116,1,1,1,1,1,0.084820241,0,0.277795553,1,1,1,1,1,0.381697059,0,0.546459642,0.546435371,0.546542553
-2758,1,0.4467,1,1,1,1,1,1,1,1,0.0755,0.4467,0,1,0.301,1,1,1,1,1,1,0.1813,0.301,0,1,0.5571,1,1,1,0.1596,0.5571,0,1,1,1,1,1,0.173839226,0,0.246232077,1,1,1,1,1,0.20091483,0,0.054546863,1,1,1,1,1,0.345692128,0,0.492870952,0.492913053,0.492907801
-2759,1,0.447,1,1,1,1,1,1,1,1,0.1559,0.447,0,1,0.3012,1,1,1,1,1,1,0.1655,0.3012,0,1,0.5573,1,1,1,0.2497,0.5573,0,1,1,1,1,1,0.347946942,0,0.109395631,1,1,1,1,1,0.23817949,0,0,1,1,1,1,1,0.482916057,0,0.442846786,0.442775545,0.443262411
-2760,1,0.4474,1,1,1,1,1,1,1,1,0.1289,0.4474,0,1,0.3014,1,1,1,1,1,1,0.0881,0.3014,0,1,0.5575,1,1,1,0.2733,0.5575,0,1,1,1,1,1,0.194750547,0,0.044117957,1,1,1,1,1,0.133998841,0,0,1,1,1,1,1,0.541144669,0,0.409255679,0.409138989,0.409131206
-2761,1,0.4477,1,1,1,1,1,1,1,1,0.1371,0.4477,0,1,0.3017,1,1,1,1,1,1,0.0779,0.3017,0,1,0.5577,1,1,1,0.1724,0.5577,0,1,1,1,1,1,0.157999843,0,0.020718034,1,1,1,1,1,0.100430854,0,0,1,1,1,1,1,0.397764683,0,0.391614306,0.391580283,0.391843972
-2762,1,0.4481,1,1,1,1,1,1,1,1,0.1807,0.4481,0,1,0.3019,1,1,1,1,1,1,0.0443,0.3019,0,1,0.5579,1,1,1,0.1871,0.5579,0,1,1,1,1,1,0.163493648,0,0.074818656,1,1,1,1,1,0.05912872,0,0.003721204,1,1,1,1,1,0.420940638,0,0.384424843,0.384387561,0.384308511
-2763,1,0.4484,1,1,1,1,1,1,1,1,0.1461,0.4484,0,1,0.3021,1,1,1,1,1,1,0.0097,0.3021,0,1,0.5581,1,1,1,0.1811,0.5581,0,1,1,1,1,1,0.112055652,0,0.107112676,1,1,1,1,1,0.025026133,0,0,1,1,1,1,1,0.372326404,0,0.384424843,0.384387561,0.384308511
-2764,1,0.4488,1,1,1,1,1,1,1,1,0.0884,0.4488,0,1,0.3024,1,1,1,1,1,1,0,0.3024,0,1,0.5582,1,1,1,0.1203,0.5582,0,1,1,1,1,1,0.088571794,0,0.156754076,1,1,1,1,1,0.000480383,0,0.013347907,1,1,1,1,1,0.243162647,0,0.396749638,0.39686905,0.396719858
-2765,1,0.4491,1,1,1,1,1,1,1,1,0.0757,0.4491,0.0493,1,0.3026,1,1,1,1,1,1,0,0.3026,0,1,0.5584,1,1,1,0.1117,0.5584,0.0325,1,1,1,1,1,0.084350824,0.061826251,0.128923923,1,1,1,1,1,0.001286462,0,0.045309424,1,1,1,1,1,0.225146234,0.250483036,0.436986467,0.437063677,0.437056738
-2766,1,0.4495,1,1,1,1,1,1,1,1,0.0198,0.4495,0.0917,1,0.3029,1,1,1,1,1,1,0.0008,0.3029,0.1251,1,0.5586,1,1,1,0.0582,0.5586,0.0836,1,1,1,1,1,0.017811885,0.600081325,0.123071387,1,1,1,1,1,0.000939571,0.571525693,0.017898168,1,1,1,1,1,0.129663244,0.644148469,0.500906235,0.500951978,0.500886525
-2767,1,0.4498,1,1,1,1,1,1,1,1,0.003,0.4498,0.2768,1,0.3031,1,1,1,1,1,1,0.0241,0.3031,0.3055,1,0.5588,1,1,1,0.0118,0.5588,0.264,1,1,1,1,1,0.003108446,0.856332123,0.095381126,1,1,1,1,1,0.025171934,0.826801717,0,1,1,1,1,1,0.053892266,0.888023734,0.545190913,0.545166067,0.545212766
-2768,1,0.4502,1,1,1,1,1,1,1,1,0,0.4502,0.4619,1,0.3033,1,1,1,1,1,1,0,0.3033,0.4662,1,0.559,1,1,1,0.0091,0.559,0.4289,1,1,1,1,1,0.000199871,0.945281982,0,1,1,1,1,1,0.000519058,0.907545865,0,1,1,1,1,1,0.019204339,0.97489357,0.557092798,0.557012905,0.557180851
-2769,1,0.4505,1,1,1,1,1,1,1,1,0.001,0.4505,0.6047,1,0.3036,1,1,1,1,1,1,0,0.3036,0.556,1,0.5592,1,1,1,0.0141,0.5592,0.5633,1,1,1,1,1,0.001384481,0.987334073,0,1,1,1,1,1,0.003577342,0.844802439,0.026429322,1,1,1,1,1,0.045659218,0.999335647,0.562046883,0.562090121,0.562056738
-2770,1,0.4509,1,1,1,1,1,1,1,1,0.001,0.4509,0.7077,1,0.3038,1,1,1,1,1,1,0.0251,0.3038,0.613,1,0.5594,1,1,1,0.0572,0.5594,0.6662,1,1,1,1,1,0.001466126,0.981916428,0.017132301,1,1,1,1,1,0.036830079,0.78991729,0.207679838,1,1,1,1,1,0.116200484,0.998729706,0.566457226,0.566532685,0.566489362
-2771,1,0.4512,1,1,1,1,1,1,1,1,0.0617,0.4512,0.6966,1,0.304,1,1,1,1,1,1,0.0958,0.304,0.5149,1,0.5596,1,1,1,0.0168,0.5596,0.663,1,1,1,1,1,0.01933804,0.936384916,0.116572827,1,1,1,1,1,0.15696159,0.675210178,0.549911559,1,1,1,1,1,0.060175478,0.999609828,0.568934268,0.568859742,0.569148936
-2772,1,0.4516,1,1,1,1,1,1,1,1,0.1493,0.4516,0.6007,1,0.3043,1,1,1,1,1,1,0.1724,0.3043,0.4499,1,0.5598,1,1,1,0.0211,0.5598,0.6909,1,1,1,1,1,0.058664531,0.76776135,0.182056904,1,1,1,1,1,0.23268497,0.609968245,0.797189355,1,1,1,1,1,0.052479438,0.999975741,0.566759304,0.566744235,0.566932624
-2773,1,0.4519,1,1,1,1,1,1,1,1,0.2129,0.4519,0.5188,1,0.3045,1,1,1,1,1,1,0.187,0.3045,0.4268,1,0.5599,1,1,1,0.0495,0.5599,0.682,1,1,1,1,1,0.099508464,0.681960583,0.351518571,1,1,1,1,1,0.236780733,0.595137715,1,1,1,1,1,1,0.078694217,0.972845495,0.567121798,0.567167337,0.567375887
-2774,1,0.4523,1,1,1,1,1,1,1,1,0.1556,0.4523,0.4571,1,0.3047,1,1,1,1,1,1,0.1884,0.3047,0.4157,1,0.5601,1,1,1,0.0826,0.5601,0.555,1,1,1,1,1,0.106306754,0.618560672,0.321116388,1,1,1,1,1,0.250496805,0.591196477,1,1,1,1,1,1,0.111892119,0.845200062,0.561080232,0.561032367,0.561170213
-2775,1,0.4527,1,1,1,1,1,1,1,1,0.1666,0.4527,0.3729,1,0.305,1,1,1,1,1,1,0.1354,0.305,0.363,1,0.5603,1,1,1,0.1967,0.5603,0.3701,1,1,1,1,1,0.151510879,0.538853288,0.815832496,1,1,1,1,1,0.185870752,0.570495844,1,1,1,1,1,1,0.323158354,0.67319721,0.556367811,0.556378253,0.556737589
-2776,1,0.453,1,1,1,1,1,1,1,1,0.2787,0.453,0.2741,1,0.3052,1,1,1,1,1,1,0.3042,0.3052,0.258,1,0.5605,1,1,1,0.2537,0.5605,0.268,1,1,1,1,1,0.274440229,0.459368676,0.935214758,1,1,1,1,1,0.417293131,0.411445737,1,1,1,1,1,1,0.308203697,0.481298983,0.561563557,0.561667019,0.561613475
-2777,1,0.4534,1,1,1,1,1,1,1,1,0.2483,0.4534,0.1203,1,0.3054,1,1,1,1,1,1,0.515,0.3054,0.1186,1,0.5607,1,1,1,0.3196,0.5607,0.1352,1,1,1,1,1,0.218272656,0.233873278,1,1,1,1,1,1,0.530422688,0.102364711,1,1,1,1,1,1,0.520698071,0.309072077,0.573405027,0.573513857,0.57358156
-2778,1,0.4537,1,1,1,1,1,1,1,1,0.1505,0.4537,0.0016,1,0.3057,1,1,1,1,1,1,0.1629,0.3057,0.0007,1,0.5609,1,1,1,0.3343,0.5609,0.0077,1,1,1,1,1,0.178012222,0.007702353,1,1,1,1,1,1,0.17787011,0.002382334,1,1,1,1,1,1,0.545336664,0.070979059,0.577029966,0.577110218,0.57712766
-2779,1,0.4541,1,1,1,1,1,1,1,1,0.1147,0.4541,0,1,0.3059,1,1,1,1,1,1,0.0415,0.3059,0,1,0.5611,1,1,1,0.3908,0.5611,0,1,1,1,1,1,0.154732376,0,1,1,1,1,1,1,0.053865448,0,1,1,1,1,1,1,0.601462007,0,0.585367327,0.585360694,0.585549645
-2780,1,0.4544,1,1,1,1,1,1,1,1,0.1428,0.4544,0,1,0.3061,1,1,1,1,1,1,0.0834,0.3061,0,1,0.5613,1,1,1,0.5107,0.5613,0,1,1,1,1,1,0.211365178,0,1,1,1,1,1,1,0.092122875,0,1,1,1,1,1,1,0.728796422,0,0.585246496,0.585149143,0.585549645
-2781,1,0.4548,1,1,1,1,1,1,1,1,0.2004,0.4548,0,1,0.3064,1,1,1,1,1,1,0.0263,0.3064,0,1,0.5614,1,1,1,0.2826,0.5614,0,1,1,1,1,1,0.223239899,0,1,1,1,1,1,1,0.057617817,0,1,1,1,1,1,1,0.51068598,0,0.547124215,0.547070023,0.546985816
-2782,1,0.4551,1,1,1,1,1,1,1,1,0.1332,0.4551,0,1,0.3066,1,1,1,1,1,1,0,0.3066,0,1,0.5616,1,1,1,0.1969,0.5616,0,1,1,1,1,1,0.134169683,0,1,1,1,1,1,1,0.011789963,0,1,1,1,1,1,1,0.359215856,0,0.491843886,0.491855299,0.491578014
-2783,1,0.4555,1,1,1,1,1,1,1,1,0.0676,0.4555,0,1,0.3068,1,1,1,1,1,1,0.0514,0.3068,0,1,0.5618,1,1,1,0.1721,0.5618,0,1,1,1,1,1,0.050397187,0,0.954736769,1,1,1,1,1,0.073181845,0,0.438734829,1,1,1,1,1,0.327090949,0,0.441094732,0.441083139,0.441046099
-2784,1,0.4558,1,1,1,1,1,1,1,1,0.0651,0.4558,0,1,0.3071,1,1,1,1,1,1,0.1965,0.3071,0,1,0.562,1,1,1,0.1078,0.562,0,1,1,1,1,1,0.024751868,0,0.80520761,1,1,1,1,1,0.2315218,0,0.194274619,1,1,1,1,1,0.263675004,0,0.407261962,0.407235033,0.407358156
-2785,1,0.4562,1,1,1,1,1,1,1,1,0.0924,0.4562,0,1,0.3073,1,1,1,1,1,1,0.5526,0.3073,0,1,0.5622,1,1,1,0.1147,0.5622,0,1,1,1,1,1,0.096401319,0,0.588162541,1,1,1,1,1,0.546630263,0,0.695739269,1,1,1,1,1,0.172353044,0,0.38877477,0.388830125,0.388741135
-2786,1,0.4565,1,1,1,1,1,1,1,1,0.1658,0.4565,0,1,0.3075,1,1,1,1,1,1,0.6471,0.3075,0,1,0.5624,1,1,1,0.1414,0.5624,0,1,1,1,1,1,0.204547569,0,0.956304789,1,1,1,1,1,0.744021833,0,0.759784818,1,1,1,1,1,0.108125143,0,0.379047849,0.379098794,0.378989362
-2787,1,0.4569,1,1,1,1,1,1,1,1,0.5715,0.4569,0,1,0.3078,1,1,1,1,1,1,0.8264,0.3078,0,1,0.5626,1,1,1,0.1108,0.5626,0,1,1,1,1,1,0.399029583,0,1,1,1,1,1,1,0.819691122,0,1,1,1,1,1,1,0.08890716,0,0.376752054,0.376771737,0.37677305
-2788,1,0.4572,1,1,1,1,1,1,1,1,0.347,0.4572,0,1,0.308,1,1,1,1,1,1,0.9258,0.308,0,1,0.5628,1,1,1,0.106,0.5628,0,1,1,1,1,1,0.382025242,0,1,1,1,1,1,1,0.879662871,0,1,1,1,1,1,1,0.100302354,0,0.386176897,0.386079966,0.38608156
-2789,1,0.4576,1,1,1,1,1,1,1,1,0.5509,0.4576,0,1,0.3083,1,1,1,1,1,1,0.921,0.3083,0,1,0.563,1,1,1,0.1572,0.563,0,1,1,1,1,1,0.676950514,0,1,1,1,1,1,1,0.851612091,0,1,1,1,1,1,1,0.196594492,0,0.422547124,0.422678231,0.422429078
-2790,1,0.4579,1,1,1,1,1,1,1,1,0.573,0.4579,0.0835,1,0.3085,1,1,1,1,1,1,0.8819,0.3085,0.1167,1,0.5631,1,1,1,0.2414,0.5631,0.0539,1,1,1,1,1,0.537667751,0.414271533,1,1,1,1,1,1,0.823378086,0.499033451,1,1,1,1,1,1,0.33025068,0.111517906,0.485681489,0.48572033,0.48537234
-2791,1,0.4583,1,1,1,1,1,1,1,1,0.6365,0.4583,0.2597,1,0.3087,1,1,1,1,1,1,0.9563,0.3087,0.3008,1,0.5633,1,1,1,0.2023,0.5633,0.2049,1,1,1,1,1,0.822190225,0.672401965,0.94303453,1,1,1,1,1,0.925931931,0.796913922,1,1,1,1,1,1,0.201649025,0.313334107,0.535041083,0.535011635,0.53501773
-2792,1,0.4586,1,1,1,1,1,1,1,1,0.7527,0.4586,0.426,1,0.309,1,1,1,1,1,1,0.9637,0.309,0.4797,1,0.5635,1,1,1,0.2614,0.5635,0.3349,1,1,1,1,1,0.854863763,0.825684547,1,1,1,1,1,1,0.957303047,0.891000867,1,1,1,1,1,1,0.369605303,0.53126359,0.553709522,0.553839645,0.554078014
-2793,1,0.459,1,1,1,1,1,1,1,1,0.8748,0.459,0.5534,1,0.3092,1,1,1,1,1,1,0.9497,0.3092,0.6032,1,0.5637,1,1,1,0.575,0.5637,0.383,1,1,1,1,1,0.930038631,0.872477412,1,1,1,1,1,1,0.943231285,0.907549679,1,1,1,1,1,1,0.800978363,0.706767201,0.562711455,0.562724773,0.562943262
-2794,1,0.4594,1,1,1,1,1,1,1,1,0.8711,0.4594,0.7817,1,0.3094,1,1,1,1,1,1,0.9605,0.3094,0.8177,1,0.5639,1,1,1,0.6401,0.5639,0.6357,1,1,1,1,1,0.945019186,0.999973536,1,1,1,1,1,1,0.941494465,1,1,1,1,1,1,1,0.855511427,0.935761988,0.568390527,0.568436641,0.568705674
-2795,1,0.4597,1,1,1,1,1,1,1,1,0.8566,0.4597,0.6721,1,0.3097,1,1,1,1,1,1,0.8828,0.3097,0.6935,1,0.5641,1,1,1,0.7377,0.5641,0.521,1,1,1,1,1,0.921808481,0.917437553,1,1,1,1,1,1,0.867851377,0.956817031,1,1,1,1,1,1,0.902126849,0.888043702,0.567242629,0.567167337,0.567375887
-2796,1,0.4601,1,1,1,1,1,1,1,1,0.9137,0.4601,0.6865,1,0.3099,1,1,1,1,1,1,0.9423,0.3099,0.6996,1,0.5643,1,1,1,0.7893,0.5643,0.4963,1,1,1,1,1,0.949155569,0.925425887,1,1,1,1,1,1,0.897680521,0.980173826,1,1,1,1,1,1,0.943540514,0.933085442,0.56138231,0.561455469,0.561170213
-2797,1,0.4604,1,1,1,1,1,1,1,1,0.8645,0.4604,0.6856,1,0.3101,1,1,1,1,1,1,0.893,0.3101,0.6933,1,0.5645,1,1,1,0.7933,0.5645,0.46,1,1,1,1,1,0.904958427,0.913919687,1,1,1,1,1,1,0.858499765,0.961281538,1,1,1,1,1,1,0.944595337,0.955212295,0.557817786,0.557859107,0.558067376
-2798,1,0.4608,1,1,1,1,1,1,1,1,0.8339,0.4608,0.6293,1,0.3104,1,1,1,1,1,1,0.9351,0.3104,0.6467,1,0.5646,1,1,1,0.9168,0.5646,0.5074,1,1,1,1,1,0.882280827,0.883890688,1,1,1,1,1,1,0.904635906,0.938839972,1,1,1,1,1,1,0.962100029,0.965111017,0.548936684,0.548973979,0.548758865
-2799,1,0.4611,1,1,1,1,1,1,1,1,0.8908,0.4611,0.513,1,0.3106,1,1,1,1,1,1,0.8471,0.3106,0.5478,1,0.5648,1,1,1,0.8756,0.5648,0.4375,1,1,1,1,1,0.917559803,0.871122599,1,1,1,1,1,1,0.874618888,0.859104633,1,1,1,1,1,1,0.956050217,0.937674403,0.540176414,0.540088851,0.540336879
-2800,1,0.4615,1,1,1,1,1,1,1,1,0.8961,0.4615,0.3588,1,0.3108,1,1,1,1,1,1,0.9063,0.3108,0.4061,1,0.565,1,1,1,0.9366,0.565,0.3185,1,1,1,1,1,0.916023731,0.816815019,1,1,1,1,1,1,0.934524179,0.782082438,1,1,1,1,1,1,0.963262975,0.852765262,0.537880619,0.537761794,0.538120567
-2801,1,0.4618,1,1,1,1,1,1,1,1,0.9224,0.4618,0.1693,1,0.3111,1,1,1,1,1,1,0.9146,0.3111,0.2237,1,0.5652,1,1,1,0.9221,0.5652,0.1674,1,1,1,1,1,0.921922028,0.67329824,1,1,1,1,1,1,0.916420698,0.631460786,1,1,1,1,1,1,0.960596085,0.661942601,0.536732721,0.536704041,0.53679078
-2802,1,0.4622,1,1,1,1,1,1,1,1,0.9189,0.4622,0.0613,1,0.3113,1,1,1,1,1,1,0.8922,0.3113,0.0894,1,0.5654,1,1,1,0.9502,0.5654,0.0569,1,1,1,1,1,0.934916794,0.358505726,1,1,1,1,1,1,0.921246409,0.348572552,1,1,1,1,1,1,0.963549495,0.336500078,0.535041083,0.535011635,0.53501773
-2803,1,0.4625,1,1,1,1,1,1,1,1,0.5707,0.4625,0,1,0.3115,1,1,1,1,1,1,0.6619,0.3115,0,1,0.5656,1,1,1,0.9466,0.5656,0,1,1,1,1,1,0.654394388,0,1,1,1,1,1,1,0.72431469,0,1,1,1,1,1,1,0.96360153,0,0.549782504,0.549820182,0.550088652
-2804,1,0.4629,1,1,1,1,1,1,1,1,0.6407,0.4629,0,1,0.3118,1,1,1,1,1,1,0.6863,0.3118,0,1,0.5658,1,1,1,0.95,0.5658,0,1,1,1,1,1,0.786570013,0,1,1,1,1,1,1,0.711281538,0,1,1,1,1,1,1,0.971066356,0,0.567605123,0.567801989,0.567375887
-2805,1,0.4632,1,1,1,1,1,1,1,1,0.6175,0.4632,0,1,0.312,1,1,1,1,1,1,0.5917,0.312,0,1,0.566,1,1,1,0.9081,0.566,0,1,1,1,1,1,0.693930626,0,1,1,1,1,1,1,0.58833164,0,1,1,1,1,1,1,0.970552802,0,0.54301595,0.543050561,0.542996454
-2806,1,0.4636,1,1,1,1,1,1,1,1,0.5495,0.4636,0,1,0.3122,1,1,1,1,1,1,0.5545,0.3122,0,1,0.5661,1,1,1,0.8851,0.5661,0,1,1,1,1,1,0.618890107,0,1,1,1,1,1,1,0.540282428,0,1,1,1,1,1,1,0.972145319,0,0.499697922,0.499894225,0.5
-2807,1,0.4639,1,1,1,1,1,1,1,1,0.4065,0.4639,0,1,0.3125,1,1,1,1,1,1,0.5976,0.3125,0,1,0.5663,1,1,1,0.9276,0.5663,0,1,1,1,1,1,0.536976576,0,0.999175787,1,1,1,1,1,0.503245711,0,0.999586463,1,1,1,1,1,0.976746738,0,0.45420493,0.454199281,0.454343972
-2808,1,0.4643,1,1,1,1,1,1,1,1,0.4153,0.4643,0,1,0.3127,1,1,1,1,1,1,0.3944,0.3127,0,1,0.5665,1,1,1,0.9099,0.5665,0,1,1,1,1,1,0.544930339,0,1,1,1,1,1,1,0.427845806,0,0.999649286,1,1,1,1,1,0.978527904,0,0.420311745,0.420351174,0.420212766
-2809,1,0.4646,1,1,1,1,1,1,1,1,0.428,0.4646,0,1,0.3129,1,1,1,1,1,1,0.2464,0.3129,0,1,0.5667,1,1,1,0.8649,0.5667,0,1,1,1,1,1,0.537012815,0,1,1,1,1,1,1,0.336454868,0,0.668670475,1,1,1,1,1,0.975855529,0,0.401220396,0.401100063,0.401152482
-2810,1,0.465,1,1,1,1,1,1,1,1,0.4707,0.465,0,1,0.3132,1,1,1,1,1,1,0.4123,0.3132,0,1,0.5669,1,1,1,0.8353,0.5669,0,1,1,1,1,1,0.631369472,0,1,1,1,1,1,1,0.479067177,0,0.84284842,1,1,1,1,1,0.974405468,0,0.392339294,0.392426486,0.392287234
-2811,1,0.4653,1,1,1,1,1,1,1,1,0.408,0.4653,0,1,0.3134,1,1,1,1,1,1,0.2502,0.3134,0,1,0.5671,1,1,1,0.8352,0.5671,0,1,1,1,1,1,0.44863832,0,0.971553266,1,1,1,1,1,0.348087102,0,0.612034559,1,1,1,1,1,0.966775775,0,0.388956017,0.388830125,0.388741135
-2812,1,0.4657,1,1,1,1,1,1,1,1,0.3614,0.4657,0,1,0.3137,1,1,1,1,1,1,0.2647,0.3137,0,1,0.5673,1,1,1,0.7875,0.5673,0,1,1,1,1,1,0.385952711,0,0.640640974,1,1,1,1,1,0.407000959,0,0.522273302,1,1,1,1,1,0.944217443,0,0.39421218,0.394330442,0.394503546
-2813,1,0.466,1,1,1,1,1,1,1,1,0.432,0.466,0.0969,1,0.3139,1,1,1,1,1,1,0.2529,0.3139,0.087,1,0.5675,1,1,1,0.8081,0.5675,0.0454,1,1,1,1,1,0.486817986,0.179509923,0.514031351,1,1,1,1,1,0.343334287,0.075344943,0.675700068,1,1,1,1,1,0.950773835,0.258053869,0.408168197,0.408081235,0.408244681
-2814,1,0.4664,1,1,1,1,1,1,1,1,0.3971,0.4664,0.0994,1,0.3141,1,1,1,1,1,1,0.3036,0.3141,0.1337,1,0.5677,1,1,1,0.8325,0.5677,0.1216,1,1,1,1,1,0.446007103,0.618392706,0.423475623,1,1,1,1,1,0.31170845,0.611521602,0.802685618,1,1,1,1,1,0.956868231,0.623467743,0.428044949,0.427966998,0.428191489
-2815,1,0.4668,1,1,1,1,1,1,1,1,0.4085,0.4668,0.267,1,0.3144,1,1,1,1,1,1,0.5376,0.3144,0.3054,1,0.5678,1,1,1,0.7454,0.5678,0.2454,1,1,1,1,1,0.528468192,0.984433651,0.771424294,1,1,1,1,1,0.40612334,0.966411293,0.589278579,1,1,1,1,1,0.914406061,0.995854616,0.467435959,0.467526973,0.467641844
-2816,1,0.4671,1,1,1,1,1,1,1,1,0.275,0.4671,0.4652,1,0.3146,1,1,1,1,1,1,0.4676,0.3146,0.4933,1,0.568,1,1,1,0.7971,0.568,0.4392,1,1,1,1,1,0.442770898,0.97224915,0.571578383,1,1,1,1,1,0.43161577,0.963305295,0.554042935,1,1,1,1,1,0.952203274,0.987696767,0.500060416,0.500105775,0.5
-2817,1,0.4675,1,1,1,1,1,1,1,1,0.1588,0.4675,0.6177,1,0.3148,1,1,1,1,1,1,0.3521,0.3148,0.6328,1,0.5682,1,1,1,0.7558,0.5682,0.597,1,1,1,1,1,0.262548864,0.996548772,0.566793919,1,1,1,1,1,0.318251669,0.999299407,0.627083838,1,1,1,1,1,0.936439693,1,0.517218463,0.517241379,0.517287234
-2818,1,0.4678,1,1,1,1,1,1,1,1,0.1409,0.4678,0.7405,1,0.3151,1,1,1,1,1,1,0.2401,0.3151,0.7381,1,0.5684,1,1,1,0.7256,0.5684,0.7321,1,1,1,1,1,0.219225228,1,0.546913028,1,1,1,1,1,0.226946518,0.999778867,0.56571126,1,1,1,1,1,0.892200112,1,0.520057999,0.519991538,0.520390071
-2819,1,0.4682,1,1,1,1,1,1,1,1,0.1841,0.4682,0.7489,1,0.3153,1,1,1,1,1,1,0.1348,0.3153,0.7418,1,0.5686,1,1,1,0.6816,0.5686,0.7557,1,1,1,1,1,0.23357594,0.999976158,0.769405007,1,1,1,1,1,0.126201332,0.999966025,0.469024658,1,1,1,1,1,0.840828955,1,0.51601015,0.515972075,0.515957447
-2820,1,0.4685,1,1,1,1,1,1,1,1,0.2066,0.4685,0.7483,1,0.3155,1,1,1,1,1,1,0.1913,0.3155,0.7424,1,0.5688,1,1,1,0.603,0.5688,0.7615,1,1,1,1,1,0.314032018,0.999540985,0.700332642,1,1,1,1,1,0.171890512,0.988459587,0.244409174,1,1,1,1,1,0.82676661,0.999952435,0.507008217,0.506875397,0.507092199
-2821,1,0.4689,1,1,1,1,1,1,1,1,0.2004,0.4689,0.7424,1,0.3158,1,1,1,1,1,1,0.2278,0.3158,0.7348,1,0.569,1,1,1,0.602,0.569,0.7604,1,1,1,1,1,0.282633275,0.997694194,0.635447741,1,1,1,1,1,0.208570227,0.969490051,0.138524354,1,1,1,1,1,0.779580176,0.999992728,0.49637506,0.496297863,0.496453901
-2822,1,0.4692,1,1,1,1,1,1,1,1,0.2811,0.4692,0.6644,1,0.316,1,1,1,1,1,1,0.2554,0.316,0.6813,1,0.5692,1,1,1,0.5421,0.5692,0.6824,1,1,1,1,1,0.307838291,0.976199567,0.862449527,1,1,1,1,1,0.268688202,0.980117619,0.345586926,1,1,1,1,1,0.800037146,0.971011519,0.486829386,0.486778083,0.48714539
-2823,1,0.4696,1,1,1,1,1,1,1,1,0.28,0.4696,0.5355,1,0.3162,1,1,1,1,1,1,0.223,0.3162,0.5282,1,0.5693,1,1,1,0.61,0.5693,0.5361,1,1,1,1,1,0.313695371,0.979177952,0.984669328,1,1,1,1,1,0.246622592,0.926223636,0.319021463,1,1,1,1,1,0.75491339,0.92345196,0.481029483,0.481066215,0.480939716
-2824,1,0.4699,1,1,1,1,1,1,1,1,0.2724,0.4699,0.3457,1,0.3165,1,1,1,1,1,1,0.2238,0.3165,0.3801,1,0.5695,1,1,1,0.6019,0.5695,0.3499,1,1,1,1,1,0.349231929,0.882890999,0.977753758,1,1,1,1,1,0.246028572,0.857445121,0.5051018,1,1,1,1,1,0.740609467,0.906283319,0.483748188,0.483816374,0.483599291
-2825,1,0.4703,1,1,1,1,1,1,1,1,0.3565,0.4703,0.15,1,0.3167,1,1,1,1,1,1,0.1151,0.3167,0.2018,1,0.5697,1,1,1,0.5238,0.5697,0.1354,1,1,1,1,1,0.376290888,0.67476964,0.934835076,1,1,1,1,1,0.140267342,0.641389728,0.834567904,1,1,1,1,1,0.6579144,0.7429052,0.490695988,0.490797546,0.490691489
-2826,1,0.4706,1,1,1,1,1,1,1,1,0.2393,0.4706,0.059,1,0.3169,1,1,1,1,1,1,0.1627,0.3169,0.0706,1,0.5699,1,1,1,0.3895,0.5699,0.0637,1,1,1,1,1,0.262071609,0.325819194,0.912928581,1,1,1,1,1,0.158052459,0.292133689,1,1,1,1,1,1,0.566999614,0.424880713,0.495166747,0.49524011,0.495567376
-2827,1,0.471,1,1,1,1,1,1,1,1,0.1208,0.471,0,1,0.3172,1,1,1,1,1,1,0.1778,0.3172,0,1,0.5701,1,1,1,0.3329,0.5701,0,1,1,1,1,1,0.106796347,0,0.994819224,1,1,1,1,1,0.177035123,0,0.914530396,1,1,1,1,1,0.464025944,0,0.508276945,0.508356251,0.508421986
-2828,1,0.4713,1,1,1,1,1,1,1,1,0.1324,0.4713,0,1,0.3174,1,1,1,1,1,1,0.1495,0.3174,0,1,0.5703,1,1,1,0.3707,0.5703,0,1,1,1,1,1,0.202100545,0,0.753355742,1,1,1,1,1,0.225503743,0,0.581345558,1,1,1,1,1,0.587749898,0,0.527851619,0.527818913,0.527925532
-2829,1,0.4717,1,1,1,1,1,1,1,1,0.1251,0.4717,0,1,0.3176,1,1,1,1,1,1,0.2139,0.3176,0,1,0.5705,1,1,1,0.4047,0.5705,0,1,1,1,1,1,0.274410307,0,0.351651937,1,1,1,1,1,0.28129825,0,0.584516287,1,1,1,1,1,0.657916367,0,0.50682697,0.506663846,0.506648936
-2830,1,0.472,1,1,1,1,1,1,1,1,0.1336,0.472,0,1,0.3179,1,1,1,1,1,1,0.3719,0.3179,0,1,0.5707,1,1,1,0.4304,0.5707,0,1,1,1,1,1,0.39655447,0,0.264583349,1,1,1,1,1,0.376899064,0,0.818161249,1,1,1,1,1,0.66566205,0,0.470275495,0.470277131,0.470301418
-2831,1,0.4724,1,1,1,1,1,1,1,1,0.1497,0.4724,0,1,0.3181,1,1,1,1,1,1,0.3077,0.3181,0,1,0.5708,1,1,1,0.4095,0.5708,0,1,1,1,1,1,0.377275139,0,0.361054689,1,1,1,1,1,0.33780086,0,0.878723025,1,1,1,1,1,0.579104781,0,0.431609473,0.43177491,0.431737589
-2832,1,0.4727,1,1,1,1,1,1,1,1,0.1364,0.4727,0,1,0.3183,1,1,1,1,1,1,0.3436,0.3183,0,1,0.571,1,1,1,0.3216,0.571,0,1,1,1,1,1,0.355094999,0,0.266315043,1,1,1,1,1,0.380621225,0,0.398293734,1,1,1,1,1,0.529598117,0,0.399468342,0.399619209,0.399379433
-2833,1,0.4731,1,1,1,1,1,1,1,1,0.1683,0.4731,0,1,0.3186,1,1,1,1,1,1,0.3091,0.3186,0,1,0.5712,1,1,1,0.2525,0.5712,0,1,1,1,1,1,0.414912641,0,0.113483801,1,1,1,1,1,0.443874002,0,0.11428535,1,1,1,1,1,0.370393336,0,0.381585307,0.381637402,0.381648936
-2834,1,0.4735,1,1,1,1,1,1,1,1,0.2131,0.4735,0,1,0.3188,1,1,1,1,1,1,0.32,0.3188,0,1,0.5714,1,1,1,0.1783,0.5714,0,1,1,1,1,1,0.491161048,0,0.058841463,1,1,1,1,1,0.486012042,0,0.109909683,1,1,1,1,1,0.204132587,0,0.372704205,0.372752274,0.372783688
-2835,1,0.4738,1,1,1,1,1,1,1,1,0.2815,0.4738,0,1,0.319,1,1,1,1,1,1,0.342,0.319,0,1,0.5716,1,1,1,0.1172,0.5716,0,1,1,1,1,1,0.441373229,0,0.073227867,1,1,1,1,1,0.499409795,0,0.246138752,1,1,1,1,1,0.153158382,0,0.369864669,0.369790565,0.369680851
-2836,1,0.4742,1,1,1,1,1,1,1,1,0.2414,0.4742,0,1,0.3193,1,1,1,1,1,1,0.4934,0.3193,0,1,0.5718,1,1,1,0.089,0.5718,0,1,1,1,1,1,0.405412346,0,0.103896275,1,1,1,1,1,0.654608727,0,0.300569355,1,1,1,1,1,0.160416991,0,0.372402127,0.372540724,0.372340426
-2837,1,0.4745,1,1,1,1,1,1,1,1,0.1469,0.4745,0.0968,1,0.3195,1,1,1,1,1,1,0.3203,0.3195,0.0727,1,0.572,1,1,1,0.0934,0.572,0.1022,1,1,1,1,1,0.277864188,0.229593217,0.028188616,1,1,1,1,1,0.458520859,0.074051663,0.108244509,1,1,1,1,1,0.199242339,0.229982376,0.380316578,0.380368098,0.380319149
-2838,1,0.4749,1,1,1,1,1,1,1,1,0.0672,0.4749,0.0959,1,0.3198,1,1,1,1,1,1,0.1307,0.3198,0.1334,1,0.5722,1,1,1,0.094,0.5722,0.0827,1,1,1,1,1,0.120931983,0.644818485,0.048278686,1,1,1,1,1,0.199238867,0.613668621,0.218502894,1,1,1,1,1,0.226624891,0.642377198,0.392762204,0.392849587,0.392730496
-2839,1,0.4752,1,1,1,1,1,1,1,1,0.0467,0.4752,0.2821,1,0.32,1,1,1,1,1,1,0.0365,0.32,0.3146,1,0.5724,1,1,1,0.0898,0.5724,0.2744,1,1,1,1,1,0.081982061,0.898203313,0.078122251,1,1,1,1,1,0.053970575,0.877184927,0.156962842,1,1,1,1,1,0.132730067,0.92959702,0.422124215,0.422043579,0.421985816
-2840,1,0.4756,1,1,1,1,1,1,1,1,0.1554,0.4756,0.4778,1,0.3202,1,1,1,1,1,1,0.082,0.3202,0.4983,1,0.5725,1,1,1,0.2363,0.5725,0.4743,1,1,1,1,1,0.201583251,0.999727607,0.028453827,1,1,1,1,1,0.086338073,0.998411357,0.133697391,1,1,1,1,1,0.223073721,0.999966383,0.455231996,0.455257034,0.455230496
-2841,1,0.4759,1,1,1,1,1,1,1,1,0.2054,0.4759,0.6264,1,0.3205,1,1,1,1,1,1,0.2192,0.3205,0.6336,1,0.5727,1,1,1,0.2864,0.5727,0.6341,1,1,1,1,1,0.243961781,1,0.051144511,1,1,1,1,1,0.209744632,1,0.131819382,1,1,1,1,1,0.355693579,0.996097207,0.479096182,0.478950709,0.479166667
-2842,1,0.4763,1,1,1,1,1,1,1,1,0.2271,0.4763,0.7379,1,0.3207,1,1,1,1,1,1,0.3738,0.3207,0.7354,1,0.5729,1,1,1,0.4573,0.5729,0.7548,1,1,1,1,1,0.342798084,1,0.131335169,1,1,1,1,1,0.315316588,1,0.221199751,1,1,1,1,1,0.506578207,0.999319613,0.489064766,0.489105141,0.489361702
-2843,1,0.4766,1,1,1,1,1,1,1,1,0.2423,0.4766,0.758,1,0.3209,1,1,1,1,1,1,0.5343,0.3209,0.7642,1,0.5731,1,1,1,0.4573,0.5731,0.7678,1,1,1,1,1,0.403102666,1,0.143547505,1,1,1,1,1,0.472930551,1,0.203631416,1,1,1,1,1,0.599234283,1,0.493354277,0.493336154,0.493794326
-2844,1,0.477,1,1,1,1,1,1,1,1,0.2769,0.477,0.7581,1,0.3212,1,1,1,1,1,1,0.6264,0.3212,0.7653,1,0.5733,1,1,1,0.6081,0.5733,0.7714,1,1,1,1,1,0.537309349,1,0.328259766,1,1,1,1,1,0.580996871,1,0.152568325,1,1,1,1,1,0.693028331,1,0.491118898,0.491009097,0.491134752
-2845,1,0.4773,1,1,1,1,1,1,1,1,0.3612,0.4773,0.7456,1,0.3214,1,1,1,1,1,1,0.6667,0.3214,0.7615,1,0.5735,1,1,1,0.6132,0.5735,0.7632,1,1,1,1,1,0.509155452,0.989407659,0.923304796,1,1,1,1,1,0.658959746,1,0.231194511,1,1,1,1,1,0.811469018,1,0.484594007,0.484662577,0.484929078
-2846,1,0.4777,1,1,1,1,1,1,1,1,0.4897,0.4777,0.6691,1,0.3216,1,1,1,1,1,1,0.7875,0.3216,0.7018,1,0.5737,1,1,1,0.59,0.5737,0.6773,1,1,1,1,1,0.543600202,0.999689817,1,1,1,1,1,1,0.743986487,1,0.356089294,1,1,1,1,1,0.836319268,1,0.477525375,0.477681405,0.477393617
-2847,1,0.478,1,1,1,1,1,1,1,1,0.5764,0.478,0.5448,1,0.3219,1,1,1,1,1,1,0.7056,0.3219,0.5819,1,0.5739,1,1,1,0.767,0.5739,0.5354,1,1,1,1,1,0.573366165,0.999971747,1,1,1,1,1,1,0.693212032,0.999994278,0.706530333,1,1,1,1,1,0.916329443,1,0.476377477,0.476412101,0.476507092
-2848,1,0.4784,1,1,1,1,1,1,1,1,0.5292,0.4784,0.3721,1,0.3221,1,1,1,1,1,1,0.8289,0.3221,0.4279,1,0.574,1,1,1,0.7485,0.574,0.3521,1,1,1,1,1,0.697881937,0.984873176,0.990797877,1,1,1,1,1,0.819169641,0.98780179,0.831756353,1,1,1,1,1,0.912025571,0.974916816,0.483506525,0.483604823,0.483599291
-2849,1,0.4787,1,1,1,1,1,1,1,1,0.5513,0.4787,0.1593,1,0.3223,1,1,1,1,1,1,0.7191,0.3223,0.2221,1,0.5742,1,1,1,0.818,0.5742,0.1354,1,1,1,1,1,0.697321177,0.79585278,0.987020373,1,1,1,1,1,0.751800895,0.805318952,0.951270461,1,1,1,1,1,0.945128441,0.779663682,0.497039633,0.496932515,0.497340426
-2850,1,0.4791,1,1,1,1,1,1,1,1,0.4896,0.4791,0.0698,1,0.3226,1,1,1,1,1,1,0.5382,0.3226,0.1006,1,0.5744,1,1,1,0.6876,0.5744,0.0633,1,1,1,1,1,0.566247106,0.468397468,0.849003315,1,1,1,1,1,0.599348545,0.486880243,0.790319443,1,1,1,1,1,0.846870065,0.437772155,0.505497825,0.505606093,0.505762411
-2851,1,0.4794,1,1,1,1,1,1,1,1,0.2744,0.4794,0,1,0.3228,1,1,1,1,1,1,0.2727,0.3228,0,1,0.5746,1,1,1,0.4003,0.5746,0,1,1,1,1,1,0.350900918,0,0.162581503,1,1,1,1,1,0.33628577,0,0.701237738,1,1,1,1,1,0.605091393,0,0.521689222,0.521683943,0.521719858
-2852,1,0.4798,1,1,1,1,1,1,1,1,0.1972,0.4798,0,1,0.323,1,1,1,1,1,1,0.2296,0.323,0,1,0.5748,1,1,1,0.4509,0.5748,0,1,1,1,1,1,0.346057713,0,0.215642124,1,1,1,1,1,0.357141614,0,0.695205808,1,1,1,1,1,0.744224906,0,0.545311745,0.545377618,0.545212766
-2853,1,0.4801,1,1,1,1,1,1,1,1,0.1975,0.4801,0,1,0.3233,1,1,1,1,1,1,0.1481,0.3233,0,1,0.575,1,1,1,0.4002,0.575,0,1,1,1,1,1,0.381412178,0,0.270904064,1,1,1,1,1,0.248273253,0,0.836961031,1,1,1,1,1,0.724954009,0,0.513835186,0.513645018,0.514184397
-2854,1,0.4805,1,1,1,1,1,1,1,1,0.1801,0.4805,0,1,0.3235,1,1,1,1,1,1,0.2272,0.3235,0,1,0.5752,1,1,1,0.3725,0.5752,0,1,1,1,1,1,0.396083921,0,0.147060439,1,1,1,1,1,0.370825768,0,0.70772779,1,1,1,1,1,0.760820746,0,0.465744321,0.465834567,0.465868794
-2855,1,0.4809,1,1,1,1,1,1,1,1,0.3662,0.4809,0,1,0.3237,1,1,1,1,1,1,0.402,0.3237,0,1,0.5754,1,1,1,0.3648,0.5754,0,1,1,1,1,1,0.515105069,0,0.034564421,1,1,1,1,1,0.618138194,0,0.344791621,1,1,1,1,1,0.775065482,0,0.421822136,0.421832029,0.421985816
-2856,1,0.4812,1,1,1,1,1,1,1,1,0.4621,0.4812,0,1,0.324,1,1,1,1,1,1,0.3354,0.324,0,1,0.5755,1,1,1,0.34,0.5755,0,1,1,1,1,1,0.473241895,0,0.227578759,1,1,1,1,1,0.496285141,0,0.365901053,1,1,1,1,1,0.73510623,0,0.39378927,0.39369579,0.394060284
-2857,1,0.4816,1,1,1,1,1,1,1,1,0.4129,0.4816,0,1,0.3242,1,1,1,1,1,1,0.3284,0.3242,0,1,0.5757,1,1,1,0.374,0.5757,0,1,1,1,1,1,0.454747736,0,0.172604457,1,1,1,1,1,0.431793869,0,0.126208127,1,1,1,1,1,0.71387428,0,0.37959159,0.379733446,0.379875887
-2858,1,0.4819,1,1,1,1,1,1,1,1,0.2433,0.4819,0,1,0.3244,1,1,1,1,1,1,0.1334,0.3244,0,1,0.5759,1,1,1,0.2899,0.5759,0,1,1,1,1,1,0.287712336,0,0.336816102,1,1,1,1,1,0.235057712,0,0.114438482,1,1,1,1,1,0.582633972,0,0.374395843,0.37444468,0.374556738
-2859,1,0.4823,1,1,1,1,1,1,1,1,0.148,0.4823,0,1,0.3247,1,1,1,1,1,1,0.0645,0.3247,0,1,0.5761,1,1,1,0.2429,0.5761,0,1,1,1,1,1,0.224953592,0,0.513371646,1,1,1,1,1,0.096078649,0,0.243033528,1,1,1,1,1,0.48433435,0,0.376268729,0.376348635,0.376329787
-2860,1,0.4826,1,1,1,1,1,1,1,1,0.1672,0.4826,0,1,0.3249,1,1,1,1,1,1,0.08,0.3249,0,1,0.5763,1,1,1,0.2259,0.5763,0,1,1,1,1,1,0.233020529,0,0.334687263,1,1,1,1,1,0.104821369,0,0.187267557,1,1,1,1,1,0.414148808,0,0.390949734,0.390945631,0.390957447
-2861,1,0.483,1,1,1,1,1,1,1,1,0.1582,0.483,0.1109,1,0.3252,1,1,1,1,1,1,0.0814,0.3252,0.1157,1,0.5765,1,1,1,0.1999,0.5765,0.0999,1,1,1,1,1,0.127364382,0.251231968,0.174048364,1,1,1,1,1,0.113164864,0.183500305,0.144672766,1,1,1,1,1,0.30789727,0.310040295,0.432455292,0.432621113,0.432624113
-2862,1,0.4833,1,1,1,1,1,1,1,1,0.115,0.4833,0.098,1,0.3254,1,1,1,1,1,1,0.0965,0.3254,0.1345,1,0.5767,1,1,1,0.1451,0.5767,0.0842,1,1,1,1,1,0.069673054,0.633871138,0.093335226,1,1,1,1,1,0.126437455,0.599730909,0.042477492,1,1,1,1,1,0.225819588,0.678795099,0.502054132,0.502009731,0.502216312
-2863,1,0.4837,1,1,1,1,1,1,1,1,0.0542,0.4837,0.2796,1,0.3256,1,1,1,1,1,1,0.0057,0.3256,0.3099,1,0.5769,1,1,1,0.1579,0.5769,0.2702,1,1,1,1,1,0.063946284,0.880398154,0.157581747,1,1,1,1,1,0.030596051,0.858408689,0.081150785,1,1,1,1,1,0.158948049,0.901025534,0.548695022,0.548762429,0.548758865
-2864,1,0.484,1,1,1,1,1,1,1,1,0.0218,0.484,0.4674,1,0.3259,1,1,1,1,1,1,0,0.3259,0.4874,1,0.5771,1,1,1,0.1667,0.5771,0.4622,1,1,1,1,1,0.003552637,0.981387973,0.180664286,1,1,1,1,1,3.59E-05,0.973081172,0.09837383,1,1,1,1,1,0.140169159,0.988842964,0.557938618,0.557859107,0.558067376
-2865,1,0.4844,1,1,1,1,1,1,1,1,0.0082,0.4844,0.6082,1,0.3261,1,1,1,1,1,1,0,0.3261,0.6085,1,0.5772,1,1,1,0.1358,0.5772,0.6131,1,1,1,1,1,0.008292227,0.999704897,0.065930434,1,1,1,1,1,8.88E-06,0.969079018,0.027540315,1,1,1,1,1,0.165296748,0.999795794,0.563073949,0.563147874,0.563386525
-2866,1,0.4847,1,1,1,1,1,1,1,1,0.0069,0.4847,0.7158,1,0.3263,1,1,1,1,1,1,0,0.3263,0.6619,1,0.5774,1,1,1,0.1309,0.5774,0.716,1,1,1,1,1,0.002031884,0.997739673,0.028934915,1,1,1,1,1,0,0.87814796,0.00052356,1,1,1,1,1,0.183444694,0.9997226,0.567000967,0.566955786,0.567375887
-2867,1,0.4851,1,1,1,1,1,1,1,1,0.0173,0.4851,0.6519,1,0.3266,1,1,1,1,1,1,0.0048,0.3266,0.6534,1,0.5776,1,1,1,0.1457,0.5776,0.6428,1,1,1,1,1,0.004670694,0.878128231,1.38E-05,1,1,1,1,1,0.004335224,0.880962908,0,1,1,1,1,1,0.162122339,0.999806941,0.566578057,0.566744235,0.566932624
-2868,1,0.4854,1,1,1,1,1,1,1,1,0.0257,0.4854,0.6012,1,0.3268,1,1,1,1,1,1,0.0028,0.3268,0.6176,1,0.5778,1,1,1,0.0794,0.5778,0.702,1,1,1,1,1,0.007603187,0.856162727,0,1,1,1,1,1,0.004427467,0.863162041,0,1,1,1,1,1,0.087723017,0.908228815,0.562590623,0.562724773,0.562943262
-2869,1,0.4858,1,1,1,1,1,1,1,1,0.0584,0.4858,0.5879,1,0.327,1,1,1,1,1,1,0.0175,0.327,0.5969,1,0.578,1,1,1,0.1451,0.578,0.6889,1,1,1,1,1,0.014069956,0.829072177,0.001057759,1,1,1,1,1,0.031400513,0.839701772,0,1,1,1,1,1,0.097758345,0.902255714,0.561442726,0.561455469,0.561613475
-2870,1,0.4861,1,1,1,1,1,1,1,1,0.0851,0.4861,0.5462,1,0.3273,1,1,1,1,1,1,0.0106,0.3273,0.5383,1,0.5782,1,1,1,0.1761,0.5782,0.5945,1,1,1,1,1,0.019712195,0.758472443,0.004157288,1,1,1,1,1,0.031430323,0.776644766,0.007902094,1,1,1,1,1,0.178931117,0.839037418,0.55540116,0.555320499,0.555407801
-2871,1,0.4865,1,1,1,1,1,1,1,1,0.1573,0.4865,0.4003,1,0.3275,1,1,1,1,1,1,0.0273,0.3275,0.4116,1,0.5784,1,1,1,0.1656,0.5784,0.4312,1,1,1,1,1,0.029030696,0.619329035,0.079586655,1,1,1,1,1,0.072829932,0.680970073,0.07977435,1,1,1,1,1,0.085663624,0.723519444,0.549601257,0.549820182,0.54964539
-2872,1,0.4868,1,1,1,1,1,1,1,1,0.1682,0.4868,0.2505,1,0.3277,1,1,1,1,1,1,0.0334,0.3277,0.2934,1,0.5786,1,1,1,0.0539,0.5786,0.2865,1,1,1,1,1,0.037822388,0.358863294,0.059061293,1,1,1,1,1,0.107036024,0.528370202,0.124046862,1,1,1,1,1,0.050030317,0.625269234,0.549178347,0.54918553,0.549202128
-2873,1,0.4872,1,1,1,1,1,1,1,1,0.1873,0.4872,0.1252,1,0.328,1,1,1,1,1,1,0.0695,0.328,0.163,1,0.5787,1,1,1,0.0294,0.5787,0.1421,1,1,1,1,1,0.048854619,0.197511986,0.093802258,1,1,1,1,1,0.148079872,0.410648644,0.09706755,1,1,1,1,1,0.021144764,0.461019456,0.552924118,0.552993442,0.552748227
-2874,1,0.4876,1,1,1,1,1,1,1,1,0.0805,0.4876,0.0221,1,0.3282,1,1,1,1,1,1,0.1107,0.3282,0.0341,1,0.5789,1,1,1,0.035,0.5789,0.0572,1,1,1,1,1,0.046544489,0.034166034,0.032753102,1,1,1,1,1,0.155543357,0.110494882,0.191518068,1,1,1,1,1,0.027098216,0.149166673,0.557455292,0.557436006,0.557624113
-2875,1,0.4879,1,1,1,1,1,1,1,1,0.0994,0.4879,0,1,0.3284,1,1,1,1,1,1,0.096,0.3284,0,1,0.5791,1,1,1,0.0481,0.5791,0,1,1,1,1,1,0.128833845,0,0.037863329,1,1,1,1,1,0.131995335,0,0.101183519,1,1,1,1,1,0.082526147,0,0.572921701,0.572879205,0.573138298
-2876,1,0.4883,1,1,1,1,1,1,1,1,0.1299,0.4883,0,1,0.3287,1,1,1,1,1,1,0.0932,0.3287,0,1,0.5793,1,1,1,0.051,0.5793,0,1,1,1,1,1,0.197272986,0,0.004760252,1,1,1,1,1,0.12568301,0,0.046123825,1,1,1,1,1,0.068222038,0,0.584340261,0.584302941,0.584219858
-2877,1,0.4886,1,1,1,1,1,1,1,1,0.1985,0.4886,0,1,0.3289,1,1,1,1,1,1,0.165,0.3289,0,1,0.5795,1,1,1,0.1207,0.5795,0,1,1,1,1,1,0.336420447,0,0.007517637,1,1,1,1,1,0.24233669,0,0.073284298,1,1,1,1,1,0.157521904,0,0.542955534,0.54283901,0.542996454
-2878,1,0.489,1,1,1,1,1,1,1,1,0.2386,0.489,0,1,0.3291,1,1,1,1,1,1,0.0753,0.3291,0,1,0.5797,1,1,1,0.19,0.5797,0,1,1,1,1,1,0.411967605,0,0.065948017,1,1,1,1,1,0.103620708,0,0.075111002,1,1,1,1,1,0.315079451,0,0.485621073,0.48572033,0.48537234
-2879,1,0.4893,1,1,1,1,1,1,1,1,0.2686,0.4893,0,1,0.3294,1,1,1,1,1,1,0.2046,0.3294,0,1,0.5799,1,1,1,0.1784,0.5799,0,1,1,1,1,1,0.390073806,0,0.326245248,1,1,1,1,1,0.279271781,0,0.239142686,1,1,1,1,1,0.395299792,0,0.434146931,0.434101967,0.434397163
-2880,1,0.4897,1,1,1,1,1,1,1,1,0.2665,0.4897,0,1,0.3296,1,1,1,1,1,1,0.2329,0.3296,0,1,0.5801,1,1,1,0.2073,0.5801,0,1,1,1,1,1,0.374032915,0,0.384157956,1,1,1,1,1,0.314719677,0,0.447955757,1,1,1,1,1,0.49006772,0,0.401341228,0.401311614,0.401152482
-2881,1,0.49,1,1,1,1,1,1,1,1,0.1976,0.49,0,1,0.3298,1,1,1,1,1,1,0.2476,0.3298,0,1,0.5802,1,1,1,0.277,0.5802,0,1,1,1,1,1,0.344501913,0,0.434896052,1,1,1,1,1,0.319090605,0,0.536813915,1,1,1,1,1,0.573293269,0,0.385874819,0.385868415,0.38608156
-2882,1,0.4904,1,1,1,1,1,1,1,1,0.1441,0.4904,0,1,0.3301,1,1,1,1,1,1,0.2366,0.3301,0,1,0.5804,1,1,1,0.3667,0.5804,0,1,1,1,1,1,0.248673171,0,0.637335062,1,1,1,1,1,0.331580907,0,0.895771742,1,1,1,1,1,0.704737425,0,0.377597873,0.377617939,0.377659574
-2883,1,0.4907,1,1,1,1,1,1,1,1,0.1082,0.4907,0,1,0.3303,1,1,1,1,1,1,0.1841,0.3303,0,1,0.5806,1,1,1,0.2841,0.5806,0,1,1,1,1,1,0.126318902,0,0.714768171,1,1,1,1,1,0.253957897,0,1,1,1,1,1,1,0.540378571,0,0.375664572,0.375713983,0.375443262
-2884,1,0.4911,1,1,1,1,1,1,1,1,0.1121,0.4911,0,1,0.3306,1,1,1,1,1,1,0.1362,0.3306,0,1,0.5808,1,1,1,0.3313,0.5808,0,1,1,1,1,1,0.120883077,0,0.723559499,1,1,1,1,1,0.171293125,0,1,1,1,1,1,1,0.630306602,0,0.385210246,0.385233763,0.385195035
-2885,1,0.4914,1,1,1,1,1,1,1,1,0.1302,0.4914,0,1,0.3308,1,1,1,1,1,1,0.1218,0.3308,0,1,0.581,1,1,1,0.3039,0.581,0,1,1,1,1,1,0.158099696,0,0.994400084,1,1,1,1,1,0.184694126,0,1,1,1,1,1,1,0.627977431,0,0.424903335,0.424793738,0.42464539
-2886,1,0.4918,1,1,1,1,1,1,1,1,0.1357,0.4918,0.0012,1,0.331,1,1,1,1,1,1,0.0988,0.331,0.0007,1,0.5812,1,1,1,0.2993,0.5812,0.0477,1,1,1,1,1,0.101620421,0.001880701,1,1,1,1,1,1,0.180765316,0.00057017,1,1,1,1,1,1,0.583808959,0.025218761,0.494079265,0.494182357,0.494237589
-2887,1,0.4921,1,1,1,1,1,1,1,1,0.137,0.4921,0.0441,1,0.3313,1,1,1,1,1,1,0.1602,0.3313,0.0595,1,0.5814,1,1,1,0.3107,0.5814,0.1233,1,1,1,1,1,0.177569419,0.056854144,0.98329103,1,1,1,1,1,0.219282806,0.07982897,1,1,1,1,1,1,0.619630992,0.183878928,0.549117931,0.54918553,0.549202128
-2888,1,0.4925,1,1,1,1,1,1,1,1,0.2628,0.4925,0.1344,1,0.3315,1,1,1,1,1,1,0.1766,0.3315,0.1074,1,0.5816,1,1,1,0.2629,0.5816,0.2292,1,1,1,1,1,0.231192678,0.146837533,1,1,1,1,1,1,0.280815899,0.129290745,1,1,1,1,1,1,0.425597906,0.262816638,0.570867569,0.570763698,0.570921986
-2889,1,0.4928,1,1,1,1,1,1,1,1,0.2367,0.4928,0.2087,1,0.3317,1,1,1,1,1,1,0.1737,0.3317,0.1745,1,0.5818,1,1,1,0.3326,0.5818,0.2755,1,1,1,1,1,0.18600072,0.293037832,1,1,1,1,1,1,0.255967498,0.257891148,1,1,1,1,1,1,0.529754758,0.353627831,0.584581924,0.584726042,0.584663121
-2890,1,0.4932,1,1,1,1,1,1,1,1,0.203,0.4932,0.3106,1,0.332,1,1,1,1,1,1,0.0738,0.332,0.3643,1,0.5819,1,1,1,0.4301,0.5819,0.414,1,1,1,1,1,0.160884231,0.497491449,0.998441815,1,1,1,1,1,0.120649964,0.53279084,0.997099519,1,1,1,1,1,0.611355245,0.55713582,0.592617206,0.592764967,0.592641844
-2891,1,0.4935,1,1,1,1,1,1,1,1,0.2386,0.4935,0.3357,1,0.3322,1,1,1,1,1,1,0.0474,0.3322,0.3286,1,0.5821,1,1,1,0.3507,0.5821,0.3997,1,1,1,1,1,0.141681597,0.496967375,1,1,1,1,1,1,0.074363217,0.440227509,1,1,1,1,1,1,0.491899461,0.575933576,0.600652489,0.600803893,0.60106383
-2892,1,0.4939,1,1,1,1,1,1,1,1,0.1785,0.4939,0.3555,1,0.3324,1,1,1,1,1,1,0.0128,0.3324,0.3839,1,0.5823,1,1,1,0.2225,0.5823,0.4307,1,1,1,1,1,0.075771131,0.525078237,1,1,1,1,1,1,0.018541725,0.584932148,1,1,1,1,1,1,0.42406708,0.577116311,0.599323345,0.599323038,0.59929078
-2893,1,0.4942,1,1,1,1,1,1,1,1,0.1397,0.4942,0.3706,1,0.3327,1,1,1,1,1,1,0,0.3327,0.4742,1,0.5825,1,1,1,0.2472,0.5825,0.4011,1,1,1,1,1,0.081404038,0.614836454,1,1,1,1,1,1,0.000585697,0.700944901,1,1,1,1,1,1,0.507056832,0.590266287,0.594550507,0.594668923,0.594858156
-2894,1,0.4946,1,1,1,1,1,1,1,1,0.1036,0.4946,0.393,1,0.3329,1,1,1,1,1,1,0.0021,0.3329,0.5053,1,0.5827,1,1,1,0.3387,0.5827,0.389,1,1,1,1,1,0.081007667,0.650476098,1,1,1,1,1,1,0.012575194,0.720901489,1,1,1,1,1,1,0.603399038,0.624164581,0.587844369,0.587899302,0.58820922
-2895,1,0.495,1,1,1,1,1,1,1,1,0.1019,0.495,0.3865,1,0.3331,1,1,1,1,1,1,0.0161,0.3331,0.4473,1,0.5829,1,1,1,0.2266,0.5829,0.3955,1,1,1,1,1,0.091307446,0.668016195,0.894510031,1,1,1,1,1,0.039179973,0.714123607,1,1,1,1,1,1,0.416734159,0.664647639,0.58282987,0.582822086,0.582890071
-2896,1,0.4953,1,1,1,1,1,1,1,1,0.1179,0.4953,0.2835,1,0.3334,1,1,1,1,1,1,0,0.3334,0.333,1,0.5831,1,1,1,0.1707,0.5831,0.2844,1,1,1,1,1,0.087558076,0.603912234,0.74027288,1,1,1,1,1,0.016878195,0.639546335,0.782282233,1,1,1,1,1,0.336929321,0.548325658,0.586756887,0.586629998,0.586879433
-2897,1,0.4957,1,1,1,1,1,1,1,1,0.0975,0.4957,0.1398,1,0.3336,1,1,1,1,1,1,0,0.3336,0.1856,1,0.5833,1,1,1,0.1172,0.5833,0.1287,1,1,1,1,1,0.045873724,0.454874486,0.619769454,1,1,1,1,1,0.013716182,0.530683696,0.910012841,1,1,1,1,1,0.285199702,0.225088194,0.595094248,0.595092025,0.594858156
-2898,1,0.496,1,1,1,1,1,1,1,1,0.1293,0.496,0.0212,1,0.3338,1,1,1,1,1,1,0.0199,0.3338,0.0629,1,0.5834,1,1,1,0.0869,0.5834,0.0141,1,1,1,1,1,0.051407393,0.21487689,0.552618325,1,1,1,1,1,0.044787265,0.274741739,1,1,1,1,1,1,0.239496127,0.039597992,0.595094248,0.595092025,0.594858156
-2899,1,0.4964,1,1,1,1,1,1,1,1,0.0839,0.4964,0,1,0.3341,1,1,1,1,1,1,0.0029,0.3341,0,1,0.5836,1,1,1,0.0798,0.5836,0,1,1,1,1,1,0.035479411,0,0.251815826,1,1,1,1,1,0.018267367,0,0.559298992,1,1,1,1,1,0.260860234,0,0.598840019,0.598688386,0.59929078
-2900,1,0.4967,1,1,1,1,1,1,1,1,0.1208,0.4967,0,1,0.3343,1,1,1,1,1,1,0.0247,0.3343,0,1,0.5838,1,1,1,0.1211,0.5838,0,1,1,1,1,1,0.058053479,0,0.36910975,1,1,1,1,1,0.047008276,0,0.53254503,1,1,1,1,1,0.264322966,0,0.59841711,0.598476835,0.598847518
-2901,1,0.4971,1,1,1,1,1,1,1,1,0.1426,0.4971,0,1,0.3345,1,1,1,1,1,1,0.0563,0.3345,0,1,0.584,1,1,1,0.0823,0.584,0,1,1,1,1,1,0.093633577,0,0.994926393,1,1,1,1,1,0.076717898,0,0.810381174,1,1,1,1,1,0.201889694,0,0.558301112,0.558282209,0.558510638
-2902,1,0.4974,1,1,1,1,1,1,1,1,0.0737,0.4974,0,1,0.3348,1,1,1,1,1,1,0.0585,0.3348,0,1,0.5842,1,1,1,0.052,0.5842,0,1,1,1,1,1,0.041955546,0,0.89402622,1,1,1,1,1,0.060837708,0,0.542177796,1,1,1,1,1,0.137496322,0,0.499033349,0.499048022,0.499113475
-2903,1,0.4978,1,1,1,1,1,1,1,1,0.0792,0.4978,0,1,0.335,1,1,1,1,1,1,0.0644,0.335,0,1,0.5844,1,1,1,0.0526,0.5844,0,1,1,1,1,1,0.044045091,0,0.839200735,1,1,1,1,1,0.072671726,0,0.415598214,1,1,1,1,1,0.137387738,0,0.446955051,0.446795007,0.447251773
-2904,1,0.4981,1,1,1,1,1,1,1,1,0.1108,0.4981,0,1,0.3352,1,1,1,1,1,1,0.038,0.3352,0,1,0.5846,1,1,1,0.04,0.5846,0,1,1,1,1,1,0.067891136,0,0.914891124,1,1,1,1,1,0.053093582,0,0.348953962,1,1,1,1,1,0.109099768,0,0.412820203,0.41273535,0.413120567
-2905,1,0.4985,1,1,1,1,1,1,1,1,0.1375,0.4985,0,1,0.3355,1,1,1,1,1,1,0.0157,0.3355,0,1,0.5848,1,1,1,0.032,0.5848,0,1,1,1,1,1,0.072146006,0,0.990689039,1,1,1,1,1,0.038642194,0,0.229804173,1,1,1,1,1,0.089290038,0,0.394574674,0.394753543,0.394503546
-2906,1,0.4988,1,1,1,1,1,1,1,1,0.1498,0.4988,0,1,0.3357,1,1,1,1,1,1,0.0266,0.3357,0,1,0.585,1,1,1,0.0566,0.585,0,1,1,1,1,1,0.083206892,0,0.99891758,1,1,1,1,1,0.0594455,0,0.309927523,1,1,1,1,1,0.144125521,0,0.385391493,0.385445314,0.385638298
-2907,1,0.4992,1,1,1,1,1,1,1,1,0.1248,0.4992,0,1,0.3359,1,1,1,1,1,1,0.0166,0.3359,0,1,0.5851,1,1,1,0.0674,0.5851,0,1,1,1,1,1,0.033324007,0,0.980419636,1,1,1,1,1,0.024567343,0,0.287643194,1,1,1,1,1,0.172647327,0,0.38321653,0.383329807,0.383421986
-2908,1,0.4995,1,1,1,1,1,1,1,1,0.096,0.4995,0,1,0.3362,1,1,1,1,1,1,0.0201,0.3362,0,1,0.5853,1,1,1,0.0554,0.5853,0,1,1,1,1,1,0.031056475,0,0.916876137,1,1,1,1,1,0.029807292,0,0.253744781,1,1,1,1,1,0.158774137,0,0.393487192,0.393484239,0.393617021
-2909,1,0.4999,1,1,1,1,1,1,1,1,0.0554,0.4999,0,1,0.3364,1,1,1,1,1,1,0.023,0.3364,0,1,0.5855,1,1,1,0.0275,0.5855,0.0034,1,1,1,1,1,0.031089172,0.00075799,0.692012489,1,1,1,1,1,0.040053349,0,0.303004473,1,1,1,1,1,0.091364615,0,0.431911551,0.431986461,0.432180851
-2910,1,0.5002,1,1,1,1,1,1,1,1,0.0642,0.5002,0.0938,1,0.3367,1,1,1,1,1,1,0.0034,0.3367,0.0765,1,0.5857,1,1,1,0.0114,0.5857,0.101,1,1,1,1,1,0.054796208,0.275592744,0.390109837,1,1,1,1,1,0.010445092,0.096174538,0.139134556,1,1,1,1,1,0.048757013,0.161476329,0.500664572,0.500740427,0.500886525
-2911,1,0.5006,1,1,1,1,1,1,1,1,0.0608,0.5006,0.2344,1,0.3369,1,1,1,1,1,1,0.0189,0.3369,0.2208,1,0.5859,1,1,1,0.0119,0.5859,0.2355,1,1,1,1,1,0.030983597,0.448448837,0.425323337,1,1,1,1,1,0.031456687,0.321667314,0.107835606,1,1,1,1,1,0.05695701,0.419303179,0.552259546,0.552147239,0.552304965
-2912,1,0.5009,1,1,1,1,1,1,1,1,0.0854,0.5009,0.3352,1,0.3371,1,1,1,1,1,1,0.0178,0.3371,0.3293,1,0.5861,1,1,1,0.0135,0.5861,0.3571,1,1,1,1,1,0.044937056,0.481443703,0.343770832,1,1,1,1,1,0.02070646,0.381578088,0.067007862,1,1,1,1,1,0.054553762,0.579555035,0.567303045,0.567378887,0.567375887
-2913,1,0.5013,1,1,1,1,1,1,1,1,0.0619,0.5013,0.3986,1,0.3374,1,1,1,1,1,1,0.0221,0.3374,0.4192,1,0.5863,1,1,1,0.0024,0.5863,0.4494,1,1,1,1,1,0.032826975,0.589672089,0.289964497,1,1,1,1,1,0.028250335,0.518403888,0.047843978,1,1,1,1,1,0.005935965,0.704024315,0.5760029,0.576052465,0.575797872
-2914,1,0.5017,1,1,1,1,1,1,1,1,0.0423,0.5017,0.3991,1,0.3376,1,1,1,1,1,1,0.0183,0.3376,0.3901,1,0.5865,1,1,1,0.0017,0.5865,0.4653,1,1,1,1,1,0.024530962,0.588542581,0.272738874,1,1,1,1,1,0.026357066,0.504788995,0.12437959,1,1,1,1,1,0.006470653,0.749355555,0.583131948,0.583033637,0.583333333
-2915,1,0.502,1,1,1,1,1,1,1,1,0.0268,0.502,0.425,1,0.3378,1,1,1,1,1,1,0.0148,0.3378,0.3448,1,0.5866,1,1,1,0.0032,0.5866,0.4621,1,1,1,1,1,0.018559715,0.586294055,0.256420135,1,1,1,1,1,0.025433239,0.445289433,0.237252384,1,1,1,1,1,0.00940332,0.736844718,0.583434026,0.583456738,0.583776596
-2916,1,0.5024,1,1,1,1,1,1,1,1,0.0154,0.5024,0.5339,1,0.3381,1,1,1,1,1,1,0.0115,0.3381,0.4879,1,0.5868,1,1,1,0.0051,0.5868,0.484,1,1,1,1,1,0.014937374,0.749167323,0.240834355,1,1,1,1,1,0.025363419,0.669980109,0.389145553,1,1,1,1,1,0.014131592,0.725286126,0.579325761,0.579225725,0.579343972
-2917,1,0.5027,1,1,1,1,1,1,1,1,0.0128,0.5027,0.5171,1,0.3383,1,1,1,1,1,1,0.0172,0.3383,0.466,1,0.587,1,1,1,0.0304,0.587,0.4899,1,1,1,1,1,0.015044962,0.71466589,0.170256555,1,1,1,1,1,0.029968549,0.634001911,0.253835618,1,1,1,1,1,0.059666719,0.729178727,0.577332044,0.577321769,0.577570922
-2918,1,0.5031,1,1,1,1,1,1,1,1,0.0121,0.5031,0.5028,1,0.3385,1,1,1,1,1,1,0.0234,0.3385,0.4587,1,0.5872,1,1,1,0.0547,0.5872,0.4558,1,1,1,1,1,0.015642023,0.718829036,0.188475102,1,1,1,1,1,0.026876943,0.628613174,0.287607342,1,1,1,1,1,0.136414602,0.710446358,0.570565491,0.570763698,0.570921986
-2919,1,0.5034,1,1,1,1,1,1,1,1,0.0507,0.5034,0.4266,1,0.3388,1,1,1,1,1,1,0.043,0.3388,0.4236,1,0.5874,1,1,1,0.0664,0.5874,0.3963,1,1,1,1,1,0.072730504,0.671663463,0.354271501,1,1,1,1,1,0.053566959,0.651159286,0.350553691,1,1,1,1,1,0.161198661,0.682088375,0.564826003,0.564840279,0.565159574
-2920,1,0.5038,1,1,1,1,1,1,1,1,0.0479,0.5038,0.3027,1,0.339,1,1,1,1,1,1,0.0163,0.339,0.3152,1,0.5876,1,1,1,0.0926,0.5876,0.2974,1,1,1,1,1,0.045566801,0.602082551,0.548403502,1,1,1,1,1,0.02404888,0.587739646,0.131395295,1,1,1,1,1,0.202474102,0.615872145,0.56681972,0.566744235,0.566932624
-2921,1,0.5041,1,1,1,1,1,1,1,1,0.0356,0.5041,0.1497,1,0.3392,1,1,1,1,1,1,0.0399,0.3392,0.1748,1,0.5878,1,1,1,0.0805,0.5878,0.1385,1,1,1,1,1,0.042091262,0.429286838,0.353707254,1,1,1,1,1,0.047428384,0.449125975,0.192658633,1,1,1,1,1,0.15408662,0.46288538,0.573646689,0.573725407,0.574024823
-2922,1,0.5045,1,1,1,1,1,1,1,1,0.0663,0.5045,0.0267,1,0.3395,1,1,1,1,1,1,0.0166,0.3395,0.0387,1,0.588,1,1,1,0.0677,0.588,0.0405,1,1,1,1,1,0.073591001,0.189598441,0.385414809,1,1,1,1,1,0.019105775,0.137116581,0.204576194,1,1,1,1,1,0.147659287,0.148701265,0.578661189,0.578802623,0.578900709
-2923,1,0.5048,1,1,1,1,1,1,1,1,0.0844,0.5048,0,1,0.3397,1,1,1,1,1,1,0,0.3397,0,1,0.5881,1,1,1,0.0797,0.5881,0,1,1,1,1,1,0.110689893,0,0.47784698,1,1,1,1,1,0.009076601,0,0.575002372,1,1,1,1,1,0.203062996,0,0.589052682,0.588957055,0.589095745
-2924,1,0.5052,1,1,1,1,1,1,1,1,0.0629,0.5052,0,1,0.3399,1,1,1,1,1,1,0.0031,0.3399,0,1,0.5883,1,1,1,0.1159,0.5883,0,1,1,1,1,1,0.083564937,0,0.230549008,1,1,1,1,1,0.006661656,0,0.339165717,1,1,1,1,1,0.264384121,0,0.593221363,0.593188069,0.593085106
-2925,1,0.5055,1,1,1,1,1,1,1,1,0.1091,0.5055,0,1,0.3402,1,1,1,1,1,1,0.0674,0.3402,0,1,0.5885,1,1,1,0.0914,0.5885,0,1,1,1,1,1,0.174994305,0,0.250165731,1,1,1,1,1,0.0982088,0,0.271537423,1,1,1,1,1,0.18911691,0,0.555461576,0.55553205,0.555407801
-2926,1,0.5059,1,1,1,1,1,1,1,1,0.0404,0.5059,0,1,0.3404,1,1,1,1,1,1,0.0293,0.3404,0,1,0.5887,1,1,1,0.1254,0.5887,0,1,1,1,1,1,0.086980693,0,0.234328523,1,1,1,1,1,0.048159972,0,0.189887434,1,1,1,1,1,0.271659106,0,0.497160464,0.497144066,0.497340426
-2927,1,0.5062,1,1,1,1,1,1,1,1,0.0315,0.5062,0,1,0.3406,1,1,1,1,1,1,0.0796,0.3406,0,1,0.5889,1,1,1,0.1102,0.5889,0,1,1,1,1,1,0.069264606,0,0.187984332,1,1,1,1,1,0.1115328,0,0.177065462,1,1,1,1,1,0.253571123,0,0.444961334,0.444891051,0.445035461
-2928,1,0.5066,1,1,1,1,1,1,1,1,0.0367,0.5066,0,1,0.3409,1,1,1,1,1,1,0.1686,0.3409,0,1,0.5891,1,1,1,0.1,0.5891,0,1,1,1,1,1,0.088102087,0,0.15075013,1,1,1,1,1,0.164034382,0,0.033980634,1,1,1,1,1,0.2307273,0,0.410403577,0.410408293,0.410460993
-2929,1,0.5069,1,1,1,1,1,1,1,1,0.0238,0.5069,0,1,0.3411,1,1,1,1,1,1,0.0848,0.3411,0,1,0.5893,1,1,1,0.1236,0.5893,0,1,1,1,1,1,0.087768659,0,0.116026551,1,1,1,1,1,0.08370924,0,0.070834816,1,1,1,1,1,0.307186425,0,0.392701788,0.392638037,0.392730496
-2930,1,0.5073,1,1,1,1,1,1,1,1,0.0267,0.5073,0,1,0.3413,1,1,1,1,1,1,0.0562,0.3413,0,1,0.5895,1,1,1,0.0827,0.5895,0,1,1,1,1,1,0.072613344,0,0.171079636,1,1,1,1,1,0.077911854,0,0.11554791,1,1,1,1,1,0.224351794,0,0.383095698,0.383118257,0.382978723
-2931,1,0.5076,1,1,1,1,1,1,1,1,0.0037,0.5076,0,1,0.3416,1,1,1,1,1,1,0.0204,0.3416,0,1,0.5897,1,1,1,0.0363,0.5897,0,1,1,1,1,1,0.0043649,0,0.163948506,1,1,1,1,1,0.036027413,0,0.240809709,1,1,1,1,1,0.104899392,0,0.380799903,0.380791199,0.380762411
-2932,1,0.508,1,1,1,1,1,1,1,1,0,0.508,0,1,0.3418,1,1,1,1,1,1,0.0338,0.3418,0,1,0.5898,1,1,1,0.0219,0.5898,0,1,1,1,1,1,0.001071783,0,0.125607014,1,1,1,1,1,0.037965715,0,0.169498444,1,1,1,1,1,0.075799897,0,0.391493475,0.391580283,0.391400709
-2933,1,0.5083,1,1,1,1,1,1,1,1,0.0029,0.5083,0,1,0.3421,1,1,1,1,1,1,0.0401,0.3421,0,1,0.59,1,1,1,0.0291,0.59,0.0092,1,1,1,1,1,0.008034942,0,0.023307772,1,1,1,1,1,0.048288994,0,0.064737692,1,1,1,1,1,0.094290942,0.012414054,0.429494925,0.429659403,0.429521277
-2934,1,0.5087,1,1,1,1,1,1,1,1,0.0029,0.5087,0.0066,1,0.3423,1,1,1,1,1,1,0.027,0.3423,0.033,1,0.5902,1,1,1,0.0303,0.5902,0.0923,1,1,1,1,1,0.010388207,0.013417944,0.015755178,1,1,1,1,1,0.038123287,0.030142494,0.017926702,1,1,1,1,1,0.099811755,0.215096921,0.499093765,0.499048022,0.499113475
-2935,1,0.5091,1,1,1,1,1,1,1,1,0.0062,0.5091,0.1643,1,0.3425,1,1,1,1,1,1,0.0351,0.3425,0.2171,1,0.5904,1,1,1,0.0693,0.5904,0.2418,1,1,1,1,1,0.038041655,0.425846219,0.015562235,1,1,1,1,1,0.040995959,0.429974467,0.019047383,1,1,1,1,1,0.151206195,0.499659419,0.552138714,0.552147239,0.552304965
-2936,1,0.5094,1,1,1,1,1,1,1,1,0.013,0.5094,0.3256,1,0.3428,1,1,1,1,1,1,0.0081,0.3428,0.349,1,0.5906,1,1,1,0.055,0.5906,0.3878,1,1,1,1,1,0.046415243,0.55475843,0.007271362,1,1,1,1,1,0.017559562,0.572792113,0.012162566,1,1,1,1,1,0.121514581,0.672318995,0.569055099,0.569071293,0.569148936
-2937,1,0.5098,1,1,1,1,1,1,1,1,0.0128,0.5098,0.4547,1,0.343,1,1,1,1,1,1,0,0.343,0.4265,1,0.5908,1,1,1,0.0169,0.5908,0.4865,1,1,1,1,1,0.043773782,0.675909579,0.010125183,1,1,1,1,1,0.008033177,0.638133526,0.033033509,1,1,1,1,1,0.016594997,0.745256305,0.577936201,0.577956421,0.578014184
-2938,1,0.5101,1,1,1,1,1,1,1,1,0.0019,0.5101,0.5008,1,0.3432,1,1,1,1,1,1,0,0.3432,0.4642,1,0.591,1,1,1,0.015,0.591,0.533,1,1,1,1,1,0.010353032,0.711135507,0.01151189,1,1,1,1,1,0.001765813,0.692522943,0.087958381,1,1,1,1,1,0.010890026,0.760879159,0.584763171,0.584726042,0.584663121
-2939,1,0.5105,1,1,1,1,1,1,1,1,0.0002,0.5105,0.5252,1,0.3435,1,1,1,1,1,1,0,0.3435,0.508,1,0.5912,1,1,1,0.0307,0.5912,0.5568,1,1,1,1,1,0.00144028,0.744616389,0.004956485,1,1,1,1,1,0.000923214,0.734955907,0.081294775,1,1,1,1,1,0.042439986,0.732402682,0.586696472,0.586629998,0.586879433
-2940,1,0.5108,1,1,1,1,1,1,1,1,0.0029,0.5108,0.5246,1,0.3437,1,1,1,1,1,1,0,0.3437,0.5335,1,0.5913,1,1,1,0.0403,0.5913,0.5223,1,1,1,1,1,0.0130901,0.765759706,0.001898917,1,1,1,1,1,0.004799303,0.756270826,0.121682197,1,1,1,1,1,0.041791007,0.759234548,0.582165297,0.582187434,0.582446809
-2941,1,0.5112,1,1,1,1,1,1,1,1,0.0094,0.5112,0.5286,1,0.3439,1,1,1,1,1,1,0.0047,0.3439,0.5286,1,0.5915,1,1,1,0.0414,0.5915,0.4879,1,1,1,1,1,0.003289817,0.763190389,0.002003978,1,1,1,1,1,0.009680038,0.750269532,0.190491885,1,1,1,1,1,0.033837568,0.734878719,0.580836153,0.580706579,0.581117021
-2942,1,0.5115,1,1,1,1,1,1,1,1,0.0065,0.5115,0.5154,1,0.3442,1,1,1,1,1,1,0.0205,0.3442,0.5268,1,0.5917,1,1,1,0.0568,0.5917,0.4861,1,1,1,1,1,0.005266686,0.748675346,0.000269296,1,1,1,1,1,0.021212898,0.751760304,0.100234821,1,1,1,1,1,0.033706546,0.713296533,0.572438376,0.572456103,0.572695035
-2943,1,0.5119,1,1,1,1,1,1,1,1,0.0034,0.5119,0.4331,1,0.3444,1,1,1,1,1,1,0.0203,0.3444,0.4584,1,0.5919,1,1,1,0.0179,0.5919,0.4224,1,1,1,1,1,0.003469589,0.726477444,0,1,1,1,1,1,0.031451523,0.724613547,0.030907331,1,1,1,1,1,0.035726622,0.691535592,0.566698888,0.566744235,0.566932624
-2944,1,0.5122,1,1,1,1,1,1,1,1,0.0049,0.5122,0.3071,1,0.3446,1,1,1,1,1,1,0.0048,0.3446,0.3415,1,0.5921,1,1,1,0.008,0.5921,0.2849,1,1,1,1,1,0.000329542,0.657877684,0.002137647,1,1,1,1,1,0.01771906,0.668249249,0,1,1,1,1,1,0.02488552,0.60977,0.569538424,0.569494394,0.569592199
-2945,1,0.5126,1,1,1,1,1,1,1,1,0.005,0.5126,0.1464,1,0.3449,1,1,1,1,1,1,0.0416,0.3449,0.1899,1,0.5923,1,1,1,0.0143,0.5923,0.1305,1,1,1,1,1,0.002241735,0.528858483,0,1,1,1,1,1,0.061558265,0.540012956,0,1,1,1,1,1,0.042203221,0.467334509,0.575761237,0.575840914,0.575797872
-2946,1,0.5129,1,1,1,1,1,1,1,1,0.0049,0.5129,0.0363,1,0.3451,1,1,1,1,1,1,0.0327,0.3451,0.0612,1,0.5925,1,1,1,0.0624,0.5925,0.0354,1,1,1,1,1,0.00462852,0.239400268,0,1,1,1,1,1,0.046889372,0.267735541,0.013764923,1,1,1,1,1,0.121732183,0.153431952,0.578057032,0.577956421,0.578014184
-2947,1,0.5133,1,1,1,1,1,1,1,1,0.0075,0.5133,0,1,0.3453,1,1,1,1,1,1,0,0.3453,0,1,0.5927,1,1,1,0.0858,0.5927,0,1,1,1,1,1,0.014818247,0,0.008755081,1,1,1,1,1,0.008904798,0,0.0097911,1,1,1,1,1,0.202592224,0,0.587058966,0.587053099,0.587322695
-2948,1,0.5136,1,1,1,1,1,1,1,1,0.0057,0.5136,0,1,0.3456,1,1,1,1,1,1,0,0.3456,0,1,0.5928,1,1,1,0.1809,0.5928,0,1,1,1,1,1,0.020988956,0,0.019522719,1,1,1,1,1,0.003639861,0,0.024757331,1,1,1,1,1,0.286037415,0,0.591288062,0.591284113,0.591312057
-2949,1,0.514,1,1,1,1,1,1,1,1,0.0266,0.514,0,1,0.3458,1,1,1,1,1,1,0.027,0.3458,0,1,0.593,1,1,1,0.081,0.593,0,1,1,1,1,1,0.072198294,0,0.00526625,1,1,1,1,1,0.048860975,0,0.03183927,1,1,1,1,1,0.172382861,0,0.5540116,0.554051195,0.554078014
-2950,1,0.5143,1,1,1,1,1,1,1,1,0.0158,0.5143,0,1,0.346,1,1,1,1,1,1,0.0027,0.346,0,1,0.5932,1,1,1,0.0732,0.5932,0,1,1,1,1,1,0.049815711,0,4.79E-05,1,1,1,1,1,0.011718004,0,0.03227016,1,1,1,1,1,0.167406827,0,0.496193813,0.496086313,0.496010638
-2951,1,0.5147,1,1,1,1,1,1,1,1,0.028,0.5147,0,1,0.3463,1,1,1,1,1,1,0.0181,0.3463,0,1,0.5934,1,1,1,0.0501,0.5934,0,1,1,1,1,1,0.085190453,0,0.01299704,1,1,1,1,1,0.033129714,0,0.041493453,1,1,1,1,1,0.135300577,0,0.443450942,0.443410197,0.443262411
-2952,1,0.515,1,1,1,1,1,1,1,1,0.0359,0.515,0,1,0.3465,1,1,1,1,1,1,0.0314,0.3465,0,1,0.5936,1,1,1,0.0754,0.5936,0,1,1,1,1,1,0.08294782,0,0,1,1,1,1,1,0.044071995,0,0.019021466,1,1,1,1,1,0.168199673,0,0.409074432,0.408927438,0.409131206
-2953,1,0.5154,1,1,1,1,1,1,1,1,0.0388,0.5154,0,1,0.3467,1,1,1,1,1,1,0.0605,0.3467,0,1,0.5938,1,1,1,0.089,0.5938,0,1,1,1,1,1,0.082866468,0,0.017380826,1,1,1,1,1,0.074111193,0,0.06733875,1,1,1,1,1,0.169720203,0,0.389983084,0.389887878,0.390070922
-2954,1,0.5158,1,1,1,1,1,1,1,1,0.0833,0.5158,0,1,0.347,1,1,1,1,1,1,0.1573,0.347,0,1,0.594,1,1,1,0.0507,0.594,0,1,1,1,1,1,0.150055557,0,0.166109011,1,1,1,1,1,0.197006688,0,0.13058117,1,1,1,1,1,0.122927904,0,0.380135331,0.380156547,0.379875887
-2955,1,0.5161,1,1,1,1,1,1,1,1,0.0625,0.5161,0,1,0.3472,1,1,1,1,1,1,0.0727,0.3472,0,1,0.5942,1,1,1,0.037,0.5942,0,1,1,1,1,1,0.089784294,0,0.185260817,1,1,1,1,1,0.083739534,0,0.179018348,1,1,1,1,1,0.143889755,0,0.377477042,0.377617939,0.377659574
-2956,1,0.5165,1,1,1,1,1,1,1,1,0.039,0.5165,0,1,0.3474,1,1,1,1,1,1,0.023,0.3474,0,1,0.5944,1,1,1,0.0586,0.5944,0,1,1,1,1,1,0.056234483,0,0.14733766,1,1,1,1,1,0.032663453,0,0.299121737,1,1,1,1,1,0.208671466,0,0.386962301,0.386926169,0.386968085
-2957,1,0.5168,1,1,1,1,1,1,1,1,0.0413,0.5168,0,1,0.3477,1,1,1,1,1,1,0.2029,0.3477,0,1,0.5945,1,1,1,0.0491,0.5945,0,1,1,1,1,1,0.100596942,0,0.086953521,1,1,1,1,1,0.221786916,0,0.187138498,1,1,1,1,1,0.174131557,0,0.423453359,0.423524434,0.423758865
-2958,1,0.5172,1,1,1,1,1,1,1,1,0.011,0.5172,0.0615,1,0.3479,1,1,1,1,1,1,0.0967,0.3479,0.0184,1,0.5947,1,1,1,0.0522,0.5947,0.0355,1,1,1,1,1,0.02614891,0.084732085,0.061774448,1,1,1,1,1,0.100436062,0.042571966,0.358822823,1,1,1,1,1,0.14262192,0.133957237,0.491481392,0.491432198,0.491578014
-2959,1,0.5175,1,1,1,1,1,1,1,1,0.0703,0.5175,0.1816,1,0.3482,1,1,1,1,1,1,0.048,0.3482,0.185,1,0.5949,1,1,1,0.0387,0.5949,0.1674,1,1,1,1,1,0.025504131,0.228155583,0.286309063,1,1,1,1,1,0.064469583,0.381343275,0.889266253,1,1,1,1,1,0.094520494,0.274847925,0.544284679,0.544319865,0.544326241
-2960,1,0.5179,1,1,1,1,1,1,1,1,0.0579,0.5179,0.3186,1,0.3484,1,1,1,1,1,1,0.0332,0.3484,0.3329,1,0.5951,1,1,1,0.0416,0.5951,0.3368,1,1,1,1,1,0.019938158,0.52539742,0.312618136,1,1,1,1,1,0.046719819,0.577446938,0.742222548,1,1,1,1,1,0.107873656,0.42171064,0.5659739,0.565898033,0.566046099
-2961,1,0.5182,1,1,1,1,1,1,1,1,0.0482,0.5182,0.4432,1,0.3486,1,1,1,1,1,1,0.0207,0.3486,0.4105,1,0.5953,1,1,1,0.0456,0.5953,0.3973,1,1,1,1,1,0.016665401,0.592704952,0.342743903,1,1,1,1,1,0.032054044,0.631619215,0.582980394,1,1,1,1,1,0.122576207,0.515755892,0.576727888,0.576687117,0.576684397
-2962,1,0.5186,1,1,1,1,1,1,1,1,0.0402,0.5186,0.4334,1,0.3489,1,1,1,1,1,1,0.0098,0.3489,0.4216,1,0.5955,1,1,1,0.051,0.5955,0.4791,1,1,1,1,1,0.016067289,0.592952073,0.377889782,1,1,1,1,1,0.020142369,0.655735373,0.445517838,1,1,1,1,1,0.138642058,0.618971348,0.587119381,0.587053099,0.587322695
-2963,1,0.5189,1,1,1,1,1,1,1,1,0.0336,0.5189,0.4417,1,0.3491,1,1,1,1,1,1,0.0037,0.3491,0.4549,1,0.5957,1,1,1,0.0579,0.5957,0.4925,1,1,1,1,1,0.016875599,0.646284759,0.419727743,1,1,1,1,1,0.011038585,0.675365806,0.338556796,1,1,1,1,1,0.15610151,0.631759703,0.588508942,0.588533954,0.588652482
-2964,1,0.5193,1,1,1,1,1,1,1,1,0.0284,0.5193,0.4653,1,0.3493,1,1,1,1,1,1,0,0.3493,0.4653,1,0.5959,1,1,1,0.0659,0.5959,0.4905,1,1,1,1,1,0.018937597,0.690174282,0.468512774,1,1,1,1,1,0.005050311,0.656636477,0.253676474,1,1,1,1,1,0.174943924,0.650308967,0.585065249,0.584937593,0.585106383
-2965,1,0.5196,1,1,1,1,1,1,1,1,0.0252,0.5196,0.4785,1,0.3496,1,1,1,1,1,1,0,0.3496,0.5339,1,0.596,1,1,1,0.0749,0.596,0.4945,1,1,1,1,1,0.02243704,0.703783691,0.525684416,1,1,1,1,1,0.002135206,0.727599859,0.182345301,1,1,1,1,1,0.195073456,0.650085092,0.583011116,0.583033637,0.582890071
-2966,1,0.52,1,1,1,1,1,1,1,1,0.0236,0.52,0.4424,1,0.3498,1,1,1,1,1,1,0,0.3498,0.5021,1,0.5962,1,1,1,0.0851,0.5962,0.4516,1,1,1,1,1,0.026802108,0.669629157,0.588758349,1,1,1,1,1,0.001256728,0.749795079,0.121446602,1,1,1,1,1,0.216450185,0.612207472,0.574311261,0.574360059,0.574468085
-2967,1,0.5203,1,1,1,1,1,1,1,1,0.0333,0.5203,0.4038,1,0.35,1,1,1,1,1,1,0,0.35,0.467,1,0.5964,1,1,1,0.0809,0.5964,0.3619,1,1,1,1,1,0.015004885,0.649888396,0.455580503,1,1,1,1,1,0.003608963,0.781739593,0.133027747,1,1,1,1,1,0.218134567,0.58420825,0.566578057,0.566744235,0.566932624
-2968,1,0.5207,1,1,1,1,1,1,1,1,0.0354,0.5207,0.275,1,0.3503,1,1,1,1,1,1,0,0.3503,0.3331,1,0.5966,1,1,1,0.0862,0.5966,0.2456,1,1,1,1,1,0.037351262,0.454633743,0.448503911,1,1,1,1,1,0.005514869,0.667160273,0.235276192,1,1,1,1,1,0.180023372,0.383479446,0.5659739,0.565898033,0.566046099
-2969,1,0.521,1,1,1,1,1,1,1,1,0.0156,0.521,0.1259,1,0.3505,1,1,1,1,1,1,0,0.3505,0.1703,1,0.5968,1,1,1,0.0555,0.5968,0.1175,1,1,1,1,1,0.043810725,0.272156477,0.260890931,1,1,1,1,1,0.001413946,0.376493245,0.159901589,1,1,1,1,1,0.067408375,0.215892076,0.564342678,0.564417178,0.564716312
-2970,1,0.5214,1,1,1,1,1,1,1,1,0.0081,0.5214,0.0128,1,0.3507,1,1,1,1,1,1,0,0.3507,0.0439,1,0.597,1,1,1,0.0521,0.597,0.0129,1,1,1,1,1,0.019303821,0.070021965,0.262794405,1,1,1,1,1,0.000624925,0.132474467,0.055880629,1,1,1,1,1,0.068067811,0.004195694,0.559207347,0.559128411,0.558953901
-2971,1,0.5217,1,1,1,1,1,1,1,1,0.0148,0.5217,0,1,0.351,1,1,1,1,1,1,0.0155,0.351,0,1,0.5972,1,1,1,0.0919,0.5972,0,1,1,1,1,1,0.034148574,0,0.136734173,1,1,1,1,1,0.02374131,0,0,1,1,1,1,1,0.180521145,0,0.559871919,0.559763063,0.559840426
-2972,1,0.5221,1,1,1,1,1,1,1,1,0.0268,0.5221,0,1,0.3512,1,1,1,1,1,1,0.0181,0.3512,0,1,0.5974,1,1,1,0.1206,0.5974,0,1,1,1,1,1,0.047697857,0,0.106413811,1,1,1,1,1,0.026258856,0,0,1,1,1,1,1,0.178518385,0,0.566517641,0.566532685,0.566489362
-2973,1,0.5224,1,1,1,1,1,1,1,1,0.0177,0.5224,0,1,0.3514,1,1,1,1,1,1,0.0069,0.3514,0,1,0.5975,1,1,1,0.0992,0.5975,0,1,1,1,1,1,0.033414286,0,0.054603048,1,1,1,1,1,0.019318249,0,0,1,1,1,1,1,0.137630299,0,0.538243113,0.538184895,0.538120567
-2974,1,0.5228,1,1,1,1,1,1,1,1,0.008,0.5228,0,1,0.3517,1,1,1,1,1,1,0.0024,0.3517,0,1,0.5977,1,1,1,0.0784,0.5977,0,1,1,1,1,1,0.015290028,0,0.037176639,1,1,1,1,1,0.019809281,0,0.025469635,1,1,1,1,1,0.113693282,0,0.492870952,0.492913053,0.492907801
-2975,1,0.5232,1,1,1,1,1,1,1,1,0,0.5232,0,1,0.3519,1,1,1,1,1,1,0.016,0.3519,0,1,0.5979,1,1,1,0.0692,0.5979,0,1,1,1,1,1,0.003004572,0,0.029764062,1,1,1,1,1,0.024218623,0,0.146064669,1,1,1,1,1,0.107901208,0,0.445323828,0.445314153,0.445035461
-2976,1,0.5235,1,1,1,1,1,1,1,1,0.0008,0.5235,0,1,0.3521,1,1,1,1,1,1,0.0289,0.3521,0,1,0.5981,1,1,1,0.0397,0.5981,0,1,1,1,1,1,0.002183518,0,0.015278479,1,1,1,1,1,0.052781586,0,0.023954712,1,1,1,1,1,0.096927457,0,0.407382794,0.407446583,0.407358156
-2977,1,0.5239,1,1,1,1,1,1,1,1,0,0.5239,0,1,0.3524,1,1,1,1,1,1,0.0098,0.3524,0,1,0.5983,1,1,1,0.0362,0.5983,0,1,1,1,1,1,0.005682567,0,0.012156825,1,1,1,1,1,0.039040811,0,0.014313089,1,1,1,1,1,0.091337681,0,0.38641856,0.386291517,0.38608156
-2978,1,0.5242,1,1,1,1,1,1,1,1,0.001,0.5242,0,1,0.3526,1,1,1,1,1,1,0.0129,0.3526,0,1,0.5985,1,1,1,0.0546,0.5985,0,1,1,1,1,1,0.002688087,0,0.009592883,1,1,1,1,1,0.050042689,0,0.008934816,1,1,1,1,1,0.13715364,0,0.373489609,0.373598477,0.37322695
-2979,1,0.5246,1,1,1,1,1,1,1,1,0,0.5246,0,1,0.3528,1,1,1,1,1,1,0.0157,0.3528,0,1,0.5987,1,1,1,0.0926,0.5987,0,1,1,1,1,1,0.000339122,0,0.001891257,1,1,1,1,1,0.041102942,0,0.013420157,1,1,1,1,1,0.259349555,0,0.36762929,0.367675058,0.367464539
-2980,1,0.5249,1,1,1,1,1,1,1,1,0,0.5249,0,1,0.3531,1,1,1,1,1,1,0,0.3531,0,1,0.5989,1,1,1,0.1784,0.5989,0,1,1,1,1,1,0.00232565,0,0.013419834,1,1,1,1,1,0.002176899,0,0.010336125,1,1,1,1,1,0.42140165,0,0.369562591,0.369579014,0.369237589
-2981,1,0.5253,1,1,1,1,1,1,1,1,0,0.5253,0,1,0.3533,1,1,1,1,1,1,0,0.3533,0,1,0.5991,1,1,1,0.1756,0.5991,0,1,1,1,1,1,0.014075786,0,0.01414604,1,1,1,1,1,0.00284425,0,0.029957592,1,1,1,1,1,0.32654649,0.001290377,0.381464476,0.381425851,0.381648936
-2982,1,0.5256,1,1,1,1,1,1,1,1,0.0124,0.5256,0.0244,1,0.3536,1,1,1,1,1,1,0,0.3536,0.0064,1,0.5992,1,1,1,0.1058,0.5992,0.102,1,1,1,1,1,0.036616072,0.018489476,0.00083706,1,1,1,1,1,0.010977256,0.020049099,0.075855762,1,1,1,1,1,0.193167597,0.223961145,0.403757854,0.403850222,0.403812057
-2983,1,0.526,1,1,1,1,1,1,1,1,0.0171,0.526,0.1612,1,0.3538,1,1,1,1,1,1,0.0011,0.3538,0.201,1,0.5994,1,1,1,0.1077,0.5994,0.2185,1,1,1,1,1,0.042201243,0.189106166,0.00258675,1,1,1,1,1,0.009185951,0.388049513,0.08800289,1,1,1,1,1,0.173730865,0.415567815,0.442725955,0.442775545,0.442819149
-2984,1,0.5263,1,1,1,1,1,1,1,1,0.023,0.5263,0.2826,1,0.354,1,1,1,1,1,1,0.0018,0.354,0.3271,1,0.5996,1,1,1,0.1117,0.5996,0.3952,1,1,1,1,1,0.049540389,0.421323359,0.005774333,1,1,1,1,1,0.007937103,0.523275495,0.101587437,1,1,1,1,1,0.157018498,0.678514183,0.483869019,0.483816374,0.484042553
-2985,1,0.5267,1,1,1,1,1,1,1,1,0.03,0.5267,0.4098,1,0.3543,1,1,1,1,1,1,0.0026,0.3543,0.3918,1,0.5998,1,1,1,0.1178,0.5998,0.4958,1,1,1,1,1,0.059886716,0.629356682,0.011219386,1,1,1,1,1,0.00851612,0.603680968,0.116519898,1,1,1,1,1,0.14299421,0.77960968,0.510451909,0.510471758,0.510638298
-2986,1,0.527,1,1,1,1,1,1,1,1,0.0384,0.527,0.4915,1,0.3545,1,1,1,1,1,1,0.0035,0.3545,0.4546,1,0.6,1,1,1,0.1261,0.6,0.5453,1,1,1,1,1,0.073092788,0.703840435,0.019350629,1,1,1,1,1,0.011948313,0.657987833,0.132684827,1,1,1,1,1,0.13152945,0.810850501,0.522232963,0.522318595,0.522163121
-2987,1,0.5274,1,1,1,1,1,1,1,1,0.0495,0.5274,0.5294,1,0.3547,1,1,1,1,1,1,0.0105,0.3547,0.4968,1,0.6002,1,1,1,0.1367,0.6002,0.5766,1,1,1,1,1,0.089564256,0.740961373,0.031086622,1,1,1,1,1,0.018786052,0.717039824,0.149931684,1,1,1,1,1,0.122505032,0.792795062,0.524528758,0.524645653,0.524822695
-2988,1,0.5277,1,1,1,1,1,1,1,1,0.0641,0.5277,0.51,1,0.355,1,1,1,1,1,1,0.0177,0.355,0.4935,1,0.6004,1,1,1,0.1496,0.6004,0.6445,1,1,1,1,1,0.109343782,0.716770887,0.046602875,1,1,1,1,1,0.028150916,0.665625751,0.168344766,1,1,1,1,1,0.115852058,0.806533992,0.519333011,0.519356886,0.519503546
-2989,1,0.5281,1,1,1,1,1,1,1,1,0.0259,0.5281,0.6343,1,0.3552,1,1,1,1,1,1,0,0.3552,0.6583,1,0.6006,1,1,1,0.1341,0.6006,0.7976,1,1,1,1,1,0.048093911,0.876496911,0.052018583,1,1,1,1,1,0.000417859,0.936190963,0.141026184,1,1,1,1,1,0.119376086,0.969490945,0.510753987,0.510683309,0.510638298
-2990,1,0.5284,1,1,1,1,1,1,1,1,0.0164,0.5284,0.4632,1,0.3554,1,1,1,1,1,1,0,0.3554,0.5201,1,0.6007,1,1,1,0.1308,0.6007,0.6052,1,1,1,1,1,0.025126355,0.674888909,0.102951542,1,1,1,1,1,0.001082972,0.765830398,0.141024619,1,1,1,1,1,0.077949211,0.827833891,0.502477042,0.502432833,0.502659574
-2991,1,0.5288,1,1,1,1,1,1,1,1,0.014,0.5288,0.341,1,0.3557,1,1,1,1,1,1,0.0116,0.3557,0.4155,1,0.6009,1,1,1,0.1002,0.6009,0.4863,1,1,1,1,1,0.022955155,0.599265814,0.151304334,1,1,1,1,1,0.00932222,0.718190968,0.254790336,1,1,1,1,1,0.037540548,0.785779178,0.49679797,0.496720965,0.496897163
-2992,1,0.5291,1,1,1,1,1,1,1,1,0.0235,0.5291,0.2327,1,0.3559,1,1,1,1,1,1,0,0.3559,0.2841,1,0.6011,1,1,1,0.1691,0.6011,0.3266,1,1,1,1,1,0.060020283,0.453005195,0.193655699,1,1,1,1,1,0.00600677,0.567552924,0.350987732,1,1,1,1,1,0.113049686,0.808784425,0.49637506,0.496297863,0.496453901
-2993,1,0.5295,1,1,1,1,1,1,1,1,0.0179,0.5295,0.1225,1,0.3561,1,1,1,1,1,1,0,0.3561,0.1595,1,0.6013,1,1,1,0.1692,0.6013,0.1266,1,1,1,1,1,0.057521977,0.473808885,0.106045082,1,1,1,1,1,0.006390921,0.318858296,0.237981945,1,1,1,1,1,0.075237796,0.679283261,0.499395843,0.499471123,0.499556738
-2994,1,0.5299,1,1,1,1,1,1,1,1,0.0138,0.5299,0.0432,1,0.3564,1,1,1,1,1,1,0,0.3564,0.0414,1,0.6015,1,1,1,0.1205,0.6015,0.0678,1,1,1,1,1,0.052433945,0.261503607,0.095311962,1,1,1,1,1,0.004839906,0.195898905,0.231100798,1,1,1,1,1,0.116018347,0.394346744,0.498308362,0.49841337,0.49822695
-2995,1,0.5302,1,1,1,1,1,1,1,1,0.0164,0.5302,0,1,0.3566,1,1,1,1,1,1,0,0.3566,0,1,0.6017,1,1,1,0.0692,0.6017,0,1,1,1,1,1,0.052651983,0,0.029823303,1,1,1,1,1,0.001945257,0,0.212642163,1,1,1,1,1,0.14139007,0,0.503987434,0.503913687,0.504432624
-2996,1,0.5306,1,1,1,1,1,1,1,1,0.0171,0.5306,0,1,0.3568,1,1,1,1,1,1,0,0.3568,0,1,0.6019,1,1,1,0.1874,0.6019,0,1,1,1,1,1,0.072319679,0,0.059279166,1,1,1,1,1,0.014383059,0,0.398673326,1,1,1,1,1,0.350693166,0,0.523018366,0.522953247,0.523492908
-2997,1,0.5309,1,1,1,1,1,1,1,1,0.0012,0.5309,0,1,0.3571,1,1,1,1,1,1,0.0022,0.3571,0,1,0.6021,1,1,1,0.253,0.6021,0,1,1,1,1,1,0.04088771,0,0.062507704,1,1,1,1,1,0.060346548,0,0.24270761,1,1,1,1,1,0.431854635,0,0.50362494,0.503702137,0.503989362
-2998,1,0.5313,1,1,1,1,1,1,1,1,0.0049,0.5313,0,1,0.3573,1,1,1,1,1,1,0.0459,0.3573,0,1,0.6022,1,1,1,0.2292,0.6022,0,1,1,1,1,1,0.041947778,0,0.036122974,1,1,1,1,1,0.105904847,0,0.285141885,1,1,1,1,1,0.394325793,0,0.466831803,0.466892321,0.466755319
-2999,1,0.5316,1,1,1,1,1,1,1,1,0.0113,0.5316,0,1,0.3575,1,1,1,1,1,1,0.0372,0.3575,0,1,0.6024,1,1,1,0.162,0.6024,0,1,1,1,1,1,0.02461949,0,0.018865079,1,1,1,1,1,0.05164855,0,0.100586653,1,1,1,1,1,0.282276958,0,0.427380377,0.427332346,0.427304965
-3000,1,0.532,1,1,1,1,1,1,1,1,0.0316,0.532,0,1,0.3578,1,1,1,1,1,1,0.0255,0.3578,0,1,0.6026,1,1,1,0.1704,0.6026,0,1,1,1,1,1,0.048881032,0,0.085002579,1,1,1,1,1,0.041799333,0,0.137098953,1,1,1,1,1,0.275855571,0,0.395782987,0.395811297,0.395833333
-3001,1,0.5323,1,1,1,1,1,1,1,1,0.0195,0.5323,0,1,0.358,1,1,1,1,1,1,0.0101,0.358,0,1,0.6028,1,1,1,0.1556,0.6028,0,1,1,1,1,1,0.048795186,0,0.203066498,1,1,1,1,1,0.017394008,0,0.221917808,1,1,1,1,1,0.222843483,0,0.375906235,0.375925534,0.375886525
-3002,1,0.5327,1,1,1,1,1,1,1,1,0.0124,0.5327,0,1,0.3582,1,1,1,1,1,1,0.0118,0.3582,0,1,0.603,1,1,1,0.1526,0.603,0,1,1,1,1,1,0.026825679,0,0.20498544,1,1,1,1,1,0.017997328,0,0.329267263,1,1,1,1,1,0.179027557,0,0.364306428,0.364290248,0.364361702
-3003,1,0.533,1,1,1,1,1,1,1,1,0.0086,0.533,0,1,0.3585,1,1,1,1,1,1,0.0028,0.3585,0,1,0.6032,1,1,1,0.1457,0.6032,0,1,1,1,1,1,0.014975848,0,0.172693893,1,1,1,1,1,0.014640631,0,0.219485357,1,1,1,1,1,0.119399384,0,0.358627356,0.35857838,0.358599291
-3004,1,0.5334,1,1,1,1,1,1,1,1,0.0155,0.5334,0,1,0.3587,1,1,1,1,1,1,0,0.3587,0,1,0.6034,1,1,1,0.1534,0.6034,0,1,1,1,1,1,0.027650708,0,0.225395694,1,1,1,1,1,0.006658307,0,0.131014928,1,1,1,1,1,0.089436114,0,0.358687772,0.35878993,0.358599291
-3005,1,0.5337,1,1,1,1,1,1,1,1,0.0259,0.5337,0.0464,1,0.359,1,1,1,1,1,1,0,0.359,0.0091,1,0.6036,1,1,1,0.1296,0.6036,0.1332,1,1,1,1,1,0.026864368,0.126623884,0.241429359,1,1,1,1,1,0.003471182,0.012221592,0.20425421,1,1,1,1,1,0.057209309,0.307380289,0.363762687,0.363867146,0.36391844
-3006,1,0.5341,1,1,1,1,1,1,1,1,0.0116,0.5341,0.1035,1,0.3592,1,1,1,1,1,1,0,0.3592,0.1225,1,0.6038,1,1,1,0.1108,0.6038,0.0937,1,1,1,1,1,0.020444082,0.510385633,0.289167762,1,1,1,1,1,0.004645394,0.451326847,0.321572274,1,1,1,1,1,0.058072064,0.632003605,0.374758337,0.374867781,0.375
-3007,1,0.5344,1,1,1,1,1,1,1,1,0.0032,0.5344,0.2664,1,0.3594,1,1,1,1,1,1,0,0.3594,0.2873,1,0.6039,1,1,1,0.0349,0.6039,0.2681,1,1,1,1,1,0.001686233,0.723668694,0.30596447,1,1,1,1,1,1.64E-05,0.696060896,0.25240472,1,1,1,1,1,0.017156376,0.866352201,0.405147414,0.405119526,0.405141844
-3008,1,0.5348,1,1,1,1,1,1,1,1,0.0099,0.5348,0.4112,1,0.3597,1,1,1,1,1,1,0,0.3597,0.4241,1,0.6041,1,1,1,0.018,0.6041,0.4231,1,1,1,1,1,0.003630077,0.788268745,0.372494906,1,1,1,1,1,5.70E-05,0.7332654,0.383424878,1,1,1,1,1,0.005000401,0.935046136,0.442182214,0.442140893,0.442375887
-3009,1,0.5351,1,1,1,1,1,1,1,1,0.0251,0.5351,0.5047,1,0.3599,1,1,1,1,1,1,0,0.3599,0.5213,1,0.6043,1,1,1,0.062,0.6043,0.5307,1,1,1,1,1,0.003984384,0.760450423,0.261774272,1,1,1,1,1,0.00137271,0.737268448,0.249489814,1,1,1,1,1,0.018663496,0.848951697,0.470275495,0.470277131,0.470301418
-3010,1,0.5355,1,1,1,1,1,1,1,1,0.0471,0.5355,0.5421,1,0.3601,1,1,1,1,1,1,0,0.3601,0.5502,1,0.6045,1,1,1,0.057,0.6045,0.57,1,1,1,1,1,0.009783161,0.754028976,0.218680114,1,1,1,1,1,0.001692145,0.718967736,0.185871735,1,1,1,1,1,0.015439176,0.857708454,0.485016916,0.484874127,0.48537234
-3011,1,0.5358,1,1,1,1,1,1,1,1,0.0443,0.5358,0.5389,1,0.3604,1,1,1,1,1,1,0,0.3604,0.527,1,0.6047,1,1,1,0.081,0.6047,0.6262,1,1,1,1,1,0.008574449,0.759180605,0.270553023,1,1,1,1,1,0.000981491,0.699343324,0.18868798,1,1,1,1,1,0.020814374,0.852018595,0.490877235,0.490797546,0.491134752
-3012,1,0.5362,1,1,1,1,1,1,1,1,0.0498,0.5362,0.5425,1,0.3606,1,1,1,1,1,1,0.0045,0.3606,0.558,1,0.6049,1,1,1,0.088,0.6049,0.6483,1,1,1,1,1,0.020681713,0.766733646,0.28544721,1,1,1,1,1,0.006268982,0.76546216,0.13118273,1,1,1,1,1,0.037724327,0.859670699,0.490998067,0.491009097,0.491134752
-3013,1,0.5365,1,1,1,1,1,1,1,1,0.048,0.5365,0.5567,1,0.3608,1,1,1,1,1,1,0,0.3608,0.5624,1,0.6051,1,1,1,0.12,0.6051,0.702,1,1,1,1,1,0.015921209,0.773685217,0.191866606,1,1,1,1,1,0.013881992,0.790405333,0.039112568,1,1,1,1,1,0.036427207,0.893624425,0.486104398,0.486143431,0.486258865
-3014,1,0.5369,1,1,1,1,1,1,1,1,0.0606,0.5369,0.561,1,0.3611,1,1,1,1,1,1,0.0038,0.3611,0.5658,1,0.6053,1,1,1,0.1389,0.6053,0.6381,1,1,1,1,1,0.027044695,0.827275515,0.398896903,1,1,1,1,1,0.039323375,0.801967144,0.01061309,1,1,1,1,1,0.028738456,0.946724772,0.479458676,0.479585361,0.479609929
-3015,1,0.5373,1,1,1,1,1,1,1,1,0.0977,0.5373,0.4936,1,0.3613,1,1,1,1,1,1,0.0356,0.3613,0.4944,1,0.6054,1,1,1,0.1225,0.6054,0.5048,1,1,1,1,1,0.058795951,0.848995268,0.489767611,1,1,1,1,1,0.06361784,0.785164416,0.014247907,1,1,1,1,1,0.072209686,0.942869306,0.478069116,0.478104506,0.478280142
-3016,1,0.5376,1,1,1,1,1,1,1,1,0.0739,0.5376,0.343,1,0.3615,1,1,1,1,1,1,0.0526,0.3615,0.3734,1,0.6056,1,1,1,0.0819,0.6056,0.3271,1,1,1,1,1,0.067507811,0.819464743,0.283663094,1,1,1,1,1,0.07056722,0.767448008,0.034786914,1,1,1,1,1,0.036024559,0.904914975,0.485258579,0.485297229,0.48537234
-3017,1,0.538,1,1,1,1,1,1,1,1,0.0533,0.538,0.1536,1,0.3618,1,1,1,1,1,1,0.0676,0.3618,0.2074,1,0.6058,1,1,1,0.1002,0.6058,0.1274,1,1,1,1,1,0.072933644,0.654888213,0.263284624,1,1,1,1,1,0.082239583,0.670252144,0,1,1,1,1,1,0.081663243,0.7401371,0.498066699,0.497990269,0.49822695
-3018,1,0.5383,1,1,1,1,1,1,1,1,0.0375,0.5383,0.0619,1,0.362,1,1,1,1,1,1,0.1127,0.362,0.0927,1,0.606,1,1,1,0.0721,0.606,0.0714,1,1,1,1,1,0.076671332,0.35506469,0.130301863,1,1,1,1,1,0.101802111,0.417197227,0,1,1,1,1,1,0.077910468,0.410764605,0.50598115,0.506029194,0.506205674
-3019,1,0.5387,1,1,1,1,1,1,1,1,0.0386,0.5387,0,1,0.3622,1,1,1,1,1,1,0.1538,0.3622,0,1,0.6062,1,1,1,0.0896,0.6062,0,1,1,1,1,1,0.143105671,0,0.036843043,1,1,1,1,1,0.191671982,0,0,1,1,1,1,1,0.142099515,0,0.516916385,0.516818278,0.516843972
-3020,1,0.539,1,1,1,1,1,1,1,1,0.0571,0.539,0,1,0.3625,1,1,1,1,1,1,0.1336,0.3625,0,1,0.6064,1,1,1,0.1328,0.6064,0,1,1,1,1,1,0.236948431,0,0.016255669,1,1,1,1,1,0.192110658,0,0.029024869,1,1,1,1,1,0.277833849,0,0.542351377,0.542415909,0.542109929
-3021,1,0.5394,1,1,1,1,1,1,1,1,0.0644,0.5394,0,1,0.3627,1,1,1,1,1,1,0.1762,0.3627,0,1,0.6066,1,1,1,0.2275,0.6066,0,1,1,1,1,1,0.207133383,0,0.001652052,1,1,1,1,1,0.195382208,0,0.069042675,1,1,1,1,1,0.374014556,0,0.51238521,0.512375714,0.51285461
-3022,1,0.5397,1,1,1,1,1,1,1,1,0.0798,0.5397,0,1,0.3629,1,1,1,1,1,1,0.1648,0.3629,0,1,0.6068,1,1,1,0.2606,0.6068,0,1,1,1,1,1,0.157126874,0,0,1,1,1,1,1,0.193244025,0,0.025806807,1,1,1,1,1,0.408976674,0,0.464233929,0.464142162,0.464095745
-3023,1,0.5401,1,1,1,1,1,1,1,1,0.055,0.5401,0,1,0.3632,1,1,1,1,1,1,0.1259,0.3632,0,1,0.607,1,1,1,0.2264,0.607,0,1,1,1,1,1,0.120090403,0,0.000523137,1,1,1,1,1,0.156108916,0,0,1,1,1,1,1,0.385151207,0,0.418861769,0.418658769,0.418882979
-3024,1,0.5404,1,1,1,1,1,1,1,1,0.0402,0.5404,0,1,0.3634,1,1,1,1,1,1,0.1477,0.3634,0,1,0.6071,1,1,1,0.1821,0.6071,0,1,1,1,1,1,0.100287467,0,0.005531359,1,1,1,1,1,0.1558467,0,0,1,1,1,1,1,0.321938306,0,0.386599807,0.386714618,0.386524823
-3025,1,0.5408,1,1,1,1,1,1,1,1,0.0628,0.5408,0,1,0.3636,1,1,1,1,1,1,0.2668,0.3636,0,1,0.6073,1,1,1,0.1596,0.6073,0,1,1,1,1,1,0.101295754,0,0.010932561,1,1,1,1,1,0.237185925,0,0.000413613,1,1,1,1,1,0.277554125,0,0.37040841,0.370425217,0.370567376
-3026,1,0.5411,1,1,1,1,1,1,1,1,0.1002,0.5411,0,1,0.3639,1,1,1,1,1,1,0.2605,0.3639,0,1,0.6075,1,1,1,0.1481,0.6075,0,1,1,1,1,1,0.087046482,0,0.040771604,1,1,1,1,1,0.253885627,0,0.056958899,1,1,1,1,1,0.229714021,0,0.363460609,0.363444045,0.363475177
-3027,1,0.5415,1,1,1,1,1,1,1,1,0.0809,0.5415,0,1,0.3641,1,1,1,1,1,1,0.335,0.3641,0,1,0.6077,1,1,1,0.1519,0.6077,0,1,1,1,1,1,0.062780365,0,0.045739248,1,1,1,1,1,0.312875152,0,0.027070422,1,1,1,1,1,0.188389927,0,0.362312711,0.362386292,0.362588652
-3028,1,0.5418,1,1,1,1,1,1,1,1,0.0849,0.5418,0,1,0.3643,1,1,1,1,1,1,0.3865,0.3643,0,1,0.6079,1,1,1,0.122,0.6079,0,1,1,1,1,1,0.066846617,0,0.106503487,1,1,1,1,1,0.444811165,0,0.02137042,1,1,1,1,1,0.129325107,0,0.374939584,0.374867781,0.375
-3029,1,0.5422,1,1,1,1,1,1,1,1,0.0438,0.5422,0.08,1,0.3646,1,1,1,1,1,1,0.3117,0.3646,0.0761,1,0.6081,1,1,1,0.0988,0.6081,0.1326,1,1,1,1,1,0.083832689,0.14186433,0.093182743,1,1,1,1,1,0.331490636,0.10566777,0.026991101,1,1,1,1,1,0.101927616,0.326739252,0.410161914,0.410196742,0.41001773
-3030,1,0.5425,1,1,1,1,1,1,1,1,0.0312,0.5425,0.0962,1,0.3648,1,1,1,1,1,1,0.2149,0.3648,0.1204,1,0.6083,1,1,1,0.0532,0.6083,0.0865,1,1,1,1,1,0.051057074,0.605317831,0.066344947,1,1,1,1,1,0.180318147,0.493487835,0.049339794,1,1,1,1,1,0.069507606,0.716439366,0.478189947,0.478104506,0.478280142
-3031,1,0.5429,1,1,1,1,1,1,1,1,0.0182,0.5429,0.2692,1,0.3651,1,1,1,1,1,1,0,0.3651,0.2931,1,0.6085,1,1,1,0.0044,0.6085,0.2676,1,1,1,1,1,0.008809977,0.856718719,0.100873679,1,1,1,1,1,0.009510274,0.802717686,0.073591366,1,1,1,1,1,0.012928808,0.938932896,0.530691155,0.530780622,0.531028369
-3032,1,0.5432,1,1,1,1,1,1,1,1,0.0008,0.5432,0.4479,1,0.3653,1,1,1,1,1,1,0,0.3653,0.4616,1,0.6086,1,1,1,0.0002,0.6086,0.4573,1,1,1,1,1,0.000731337,0.940531075,0.069096811,1,1,1,1,1,0,0.899172902,0.017808901,1,1,1,1,1,0.001271096,0.992724419,0.548453359,0.548550878,0.548758865
-3033,1,0.5436,1,1,1,1,1,1,1,1,0.0018,0.5436,0.5826,1,0.3655,1,1,1,1,1,1,0,0.3655,0.5836,1,0.6088,1,1,1,0.0019,0.6088,0.5984,1,1,1,1,1,0.000150542,0.97210449,0.023849655,1,1,1,1,1,0,0.912081301,0,1,1,1,1,1,0.000526274,0.998007417,0.559871919,0.559763063,0.559840426
-3034,1,0.544,1,1,1,1,1,1,1,1,0.0064,0.544,0.683,1,0.3658,1,1,1,1,1,1,0,0.3658,0.6775,1,0.609,1,1,1,0.0217,0.609,0.707,1,1,1,1,1,0.000190461,0.975322306,0.018505298,1,1,1,1,1,0.002632067,0.938575625,0,1,1,1,1,1,0.002578449,0.998167455,0.570927985,0.570975249,0.571365248
-3035,1,0.5443,1,1,1,1,1,1,1,1,0.0197,0.5443,0.6924,1,0.366,1,1,1,1,1,1,0.001,0.366,0.6925,1,0.6092,1,1,1,0.0382,0.6092,0.7238,1,1,1,1,1,0.0038602,0.970849872,0.008367648,1,1,1,1,1,0.003647594,0.930994451,0,1,1,1,1,1,0.00598556,0.998790681,0.575882069,0.575840914,0.575797872
-3036,1,0.5447,1,1,1,1,1,1,1,1,0.0678,0.5447,0.6825,1,0.3662,1,1,1,1,1,1,0.0328,0.3662,0.6905,1,0.6094,1,1,1,0.044,0.6094,0.7204,1,1,1,1,1,0.013944619,0.947838187,0.013104846,1,1,1,1,1,0.061254688,0.901736617,0,1,1,1,1,1,0.00885912,0.999390841,0.57557999,0.575629363,0.575797872
-3037,1,0.545,1,1,1,1,1,1,1,1,0.2024,0.545,0.6547,1,0.3665,1,1,1,1,1,1,0.1004,0.3665,0.6762,1,0.6096,1,1,1,0.0073,0.6096,0.7194,1,1,1,1,1,0.02790365,0.922464669,0.003013268,1,1,1,1,1,0.129126772,0.839140534,0.015695026,1,1,1,1,1,0.015472572,0.998423874,0.576909135,0.576898667,0.57712766
-3038,1,0.5454,1,1,1,1,1,1,1,1,0.1791,0.5454,0.5878,1,0.3667,1,1,1,1,1,1,0.1106,0.3667,0.5897,1,0.6098,1,1,1,0.0064,0.6098,0.6301,1,1,1,1,1,0.03257665,0.877068281,0.004807506,1,1,1,1,1,0.137566119,0.772318363,0.025026703,1,1,1,1,1,0.022115104,0.994399846,0.572015466,0.572033002,0.571808511
-3039,1,0.5457,1,1,1,1,1,1,1,1,0.2081,0.5457,0.4732,1,0.3669,1,1,1,1,1,1,0.1344,0.3669,0.4958,1,0.61,1,1,1,0.0087,0.61,0.4955,1,1,1,1,1,0.061530411,0.81950736,0.014963668,1,1,1,1,1,0.189578563,0.763380647,0.14059189,1,1,1,1,1,0.032232314,0.964297414,0.565430159,0.565474931,0.565159574
-3040,1,0.5461,1,1,1,1,1,1,1,1,0.2053,0.5461,0.3272,1,0.3672,1,1,1,1,1,1,0.2639,0.3672,0.34,1,0.6101,1,1,1,0.0219,0.6101,0.3179,1,1,1,1,1,0.095980704,0.794418573,0.021263875,1,1,1,1,1,0.285795152,0.5817765,0.202458635,1,1,1,1,1,0.051624019,0.920538902,0.562832286,0.562724773,0.562943262
-3041,1,0.5464,1,1,1,1,1,1,1,1,0.357,0.5464,0.153,1,0.3674,1,1,1,1,1,1,0.447,0.3674,0.1756,1,0.6103,1,1,1,0.0483,0.6103,0.1239,1,1,1,1,1,0.280863076,0.409310967,0.07672625,1,1,1,1,1,0.478341281,0.39564845,0.339036644,1,1,1,1,1,0.102151021,0.72237879,0.560476075,0.560609266,0.56072695
-3042,1,0.5468,1,1,1,1,1,1,1,1,0.3847,0.5468,0.0376,1,0.3676,1,1,1,1,1,1,0.3273,0.3676,0.0739,1,0.6105,1,1,1,0.0866,0.6105,0.0713,1,1,1,1,1,0.485710859,0.116508722,0.058029629,1,1,1,1,1,0.351879239,0.178238153,0.339423835,1,1,1,1,1,0.145246655,0.405273885,0.556367811,0.556378253,0.556737589
-3043,1,0.5471,1,1,1,1,1,1,1,1,0.239,0.5471,0,1,0.3679,1,1,1,1,1,1,0.161,0.3679,0,1,0.6107,1,1,1,0.1861,0.6107,0,1,1,1,1,1,0.352930278,0,0.053898998,1,1,1,1,1,0.195606872,0,0.265067816,1,1,1,1,1,0.316281497,0,0.565309328,0.565263381,0.565159574
-3044,1,0.5475,1,1,1,1,1,1,1,1,0.1993,0.5475,0,1,0.3681,1,1,1,1,1,1,0.1291,0.3681,0,1,0.6109,1,1,1,0.3272,0.6109,0,1,1,1,1,1,0.321515769,0,0.041621827,1,1,1,1,1,0.149058104,0,0.174570158,1,1,1,1,1,0.452082157,0,0.581621556,0.581764333,0.582003546
-3045,1,0.5478,1,1,1,1,1,1,1,1,0.2376,0.5478,0,1,0.3683,1,1,1,1,1,1,0.1441,0.3683,0,1,0.6111,1,1,1,0.218,0.6111,0,1,1,1,1,1,0.421113789,0,0.057345286,1,1,1,1,1,0.173128068,0,0.220411777,1,1,1,1,1,0.462791741,0,0.544043016,0.543896763,0.544326241
-3046,1,0.5482,1,1,1,1,1,1,1,1,0.1892,0.5482,0,1,0.3686,1,1,1,1,1,1,0.1802,0.3686,0,1,0.6113,1,1,1,0.2674,0.6113,0,1,1,1,1,1,0.29296726,0,0.076654911,1,1,1,1,1,0.201333672,0,0.206784293,1,1,1,1,1,0.592541039,0,0.484956501,0.484874127,0.48537234
-3047,1,0.5485,1,1,1,1,1,1,1,1,0.2209,0.5485,0,1,0.3688,1,1,1,1,1,1,0.1947,0.3688,0,1,0.6115,1,1,1,0.2685,0.6115,0,1,1,1,1,1,0.310904503,0,0.075027838,1,1,1,1,1,0.253332049,0,0.198870182,1,1,1,1,1,0.665873885,0,0.431367811,0.431351809,0.431294326
-3048,1,0.5489,1,1,1,1,1,1,1,1,0.1662,0.5489,0,1,0.369,1,1,1,1,1,1,0.0473,0.369,0,1,0.6117,1,1,1,0.3139,0.6117,0,1,1,1,1,1,0.266855747,0,0.035169058,1,1,1,1,1,0.072381496,0,0.140888751,1,1,1,1,1,0.697441339,0,0.39741421,0.397292151,0.397163121
-3049,1,0.5492,1,1,1,1,1,1,1,1,0.2377,0.5492,0,1,0.3693,1,1,1,1,1,1,0.0089,0.3693,0,1,0.6118,1,1,1,0.3819,0.6118,0,1,1,1,1,1,0.307531595,0,0.116995931,1,1,1,1,1,0.049168263,0,0.250443459,1,1,1,1,1,0.759955525,0,0.379531174,0.379521895,0.379875887
-3050,1,0.5496,1,1,1,1,1,1,1,1,0.2799,0.5496,0,1,0.3695,1,1,1,1,1,1,0.0443,0.3695,0,1,0.612,1,1,1,0.3046,0.612,0,1,1,1,1,1,0.293591827,0,0.167495191,1,1,1,1,1,0.100816637,0,0.232804745,1,1,1,1,1,0.695892751,0,0.3699855,0.370002116,0.370124113
-3051,1,0.5499,1,1,1,1,1,1,1,1,0.2643,0.5499,0,1,0.3697,1,1,1,1,1,1,0.0715,0.3697,0,1,0.6122,1,1,1,0.3266,0.6122,0,1,1,1,1,1,0.221964598,0,0.19346869,1,1,1,1,1,0.144270346,0,0.259390593,1,1,1,1,1,0.682269633,0,0.367327211,0.367463508,0.367021277
-3052,1,0.5503,1,1,1,1,1,1,1,1,0.2106,0.5503,0,1,0.37,1,1,1,1,1,1,0.0605,0.37,0,1,0.6124,1,1,1,0.4068,0.6124,0,1,1,1,1,1,0.200717732,0,0.084273472,1,1,1,1,1,0.087384462,0,0.145235866,1,1,1,1,1,0.736589134,0,0.377839536,0.37782949,0.377659574
-3053,1,0.5506,1,1,1,1,1,1,1,1,0.0967,0.5506,0.0003,1,0.3702,1,1,1,1,1,1,0.0977,0.3702,0,1,0.6126,1,1,1,0.3234,0.6126,0.0103,1,1,1,1,1,0.124859288,0.000156921,0.107732363,1,1,1,1,1,0.157228962,0,0.362413108,1,1,1,1,1,0.618697941,0.008938991,0.413605607,0.413581553,0.41356383
-3054,1,0.551,1,1,1,1,1,1,1,1,0.1352,0.551,0.1183,1,0.3705,1,1,1,1,1,1,0.1435,0.3705,0.1017,1,0.6128,1,1,1,0.3289,0.6128,0.1066,1,1,1,1,1,0.156680733,0.303809792,0.24033165,1,1,1,1,1,0.20676282,0.151477277,0.633829057,1,1,1,1,1,0.619738102,0.28671211,0.481694055,0.481700867,0.481826241
-3055,1,0.5514,1,1,1,1,1,1,1,1,0.1823,0.5514,0.2276,1,0.3707,1,1,1,1,1,1,0.1999,0.3707,0.2182,1,0.613,1,1,1,0.3366,0.613,0.2129,1,1,1,1,1,0.197865978,0.531760931,0.437482327,1,1,1,1,1,0.265418172,0.346183419,0.947754264,1,1,1,1,1,0.620049536,0.418442249,0.537155631,0.537127142,0.537234043
-3056,1,0.5514,1,1,1,1,1,1,1,1,0.2393,0.5514,0.3245,1,0.3707,1,1,1,1,1,1,0.2682,0.3707,0.2787,1,0.613,1,1,1,0.3464,0.613,0.3086,1,1,1,1,1,0.249861896,0.527677,0.71786356,1,1,1,1,1,0.333191037,0.368336797,1,1,1,1,1,1,0.619944692,0.519445837,0.557153214,0.557012905,0.557180851
-3057,1,0.5514,1,1,1,1,1,1,1,1,0.3069,0.5514,0.3045,1,0.3707,1,1,1,1,1,1,0.3487,0.3707,0.2748,1,0.613,1,1,1,0.3576,0.613,0.3138,1,1,1,1,1,0.313082308,0.428509325,0.921926618,1,1,1,1,1,0.409130514,0.403445452,1,1,1,1,1,1,0.619723558,0.462499797,0.568753021,0.568648191,0.568705674
-3058,1,0.5514,1,1,1,1,1,1,1,1,0.4081,0.5514,0.3433,1,0.3707,1,1,1,1,1,1,0.3861,0.3707,0.3545,1,0.613,1,1,1,0.4221,0.613,0.3612,1,1,1,1,1,0.487144649,0.505259097,0.950084686,1,1,1,1,1,0.441614211,0.487726331,1,1,1,1,1,1,0.611924887,0.533802688,0.57920493,0.579225725,0.579343972
-3059,1,0.5514,1,1,1,1,1,1,1,1,0.4386,0.5514,0.3785,1,0.3707,1,1,1,1,1,1,0.421,0.3707,0.3891,1,0.613,1,1,1,0.4426,0.613,0.3538,1,1,1,1,1,0.469449162,0.535502315,0.993827343,1,1,1,1,1,0.49349761,0.584728539,1,1,1,1,1,1,0.65542382,0.523746908,0.582467376,0.582610535,0.582446809
-3060,1,0.5514,1,1,1,1,1,1,1,1,0.518,0.5514,0.438,1,0.3707,1,1,1,1,1,1,0.5018,0.3707,0.4407,1,0.613,1,1,1,0.5907,0.613,0.377,1,1,1,1,1,0.462457746,0.606426358,1,1,1,1,1,1,0.584345162,0.62943995,1,1,1,1,1,1,0.811092734,0.515321076,0.579084099,0.579014174,0.579343972
-3061,1,0.5514,1,1,1,1,1,1,1,1,0.5596,0.5514,0.364,1,0.3707,1,1,1,1,1,1,0.4452,0.3707,0.3752,1,0.613,1,1,1,0.656,0.613,0.2372,1,1,1,1,1,0.561926067,0.510940373,1,1,1,1,1,1,0.59860301,0.461984992,1,1,1,1,1,1,0.866431832,0.518118143,0.579990333,0.579860377,0.580230496
-3062,1,0.5514,1,1,1,1,1,1,1,1,0.5275,0.5514,0.3523,1,0.3707,1,1,1,1,1,1,0.6153,0.3707,0.3413,1,0.613,1,1,1,0.6344,0.613,0.2496,1,1,1,1,1,0.44351089,0.464406639,1,1,1,1,1,1,0.651564598,0.500769973,1,1,1,1,1,1,0.846628904,0.421831846,0.574552924,0.57457161,0.574468085
-3063,1,0.5514,1,1,1,1,1,1,1,1,0.4567,0.5514,0.2649,1,0.3707,1,1,1,1,1,1,0.6602,0.3707,0.2711,1,0.613,1,1,1,0.647,0.613,0.1858,1,1,1,1,1,0.287257761,0.361513793,1,1,1,1,1,1,0.722461283,0.344642222,1,1,1,1,1,1,0.8356902,0.243044019,0.571532141,0.571609901,0.571808511
-3064,1,0.5514,1,1,1,1,1,1,1,1,0.4656,0.5514,0.1739,1,0.3707,1,1,1,1,1,1,0.3321,0.3707,0.1633,1,0.613,1,1,1,0.5192,0.613,0.1402,1,1,1,1,1,0.291600317,0.230451047,1,1,1,1,1,1,0.458843678,0.2408133,1,1,1,1,1,1,0.781031609,0.199704781,0.577936201,0.577956421,0.578014184
-3065,1,0.5514,1,1,1,1,1,1,1,1,0.4922,0.5514,0.068,1,0.3707,1,1,1,1,1,1,0.2991,0.3707,0.0955,1,0.613,1,1,1,0.3984,0.613,0.0579,1,1,1,1,1,0.314048052,0.100412108,1,1,1,1,1,1,0.40491122,0.155565783,1,1,1,1,1,1,0.683984756,0.015495664,0.587602707,0.587687751,0.587765957
-3066,1,0.5514,1,1,1,1,1,1,1,1,0.4786,0.5514,0.0032,1,0.3707,1,1,1,1,1,1,0.2365,0.3707,0.0068,1,0.613,1,1,1,0.2741,0.613,0,1,1,1,1,1,0.298728853,0.016161527,1,1,1,1,1,1,0.293494314,0.014613152,1,1,1,1,1,1,0.586134672,0,0.587119381,0.587053099,0.587322695
-3067,1,0.5514,1,1,1,1,1,1,1,1,0.5138,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2744,0.3707,0,1,0.613,1,1,1,0.2805,0.613,0,1,1,1,1,1,0.313239992,0,1,1,1,1,1,1,0.298986197,0,1,1,1,1,1,1,0.488662243,0,0.59020058,0.590226359,0.590425532
-3068,1,0.5514,1,1,1,1,1,1,1,1,0.3864,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1933,0.3707,0,1,0.613,1,1,1,0.2765,0.613,0,1,1,1,1,1,0.211035907,0,1,1,1,1,1,1,0.198382139,0,1,1,1,1,1,1,0.425425589,0,0.588146448,0.588110853,0.588652482
-3069,1,0.5514,1,1,1,1,1,1,1,1,0.3289,0.5514,0,1,0.3707,1,1,1,1,1,1,0.3272,0.3707,0,1,0.613,1,1,1,0.2027,0.613,0,1,1,1,1,1,0.242146417,0,1,1,1,1,1,1,0.323174059,0,1,1,1,1,1,1,0.390699476,0,0.547667956,0.547704675,0.54787234
-3070,1,0.5514,1,1,1,1,1,1,1,1,0.3163,0.5514,0,1,0.3707,1,1,1,1,1,1,0.3039,0.3707,0,1,0.613,1,1,1,0.1411,0.613,0,1,1,1,1,1,0.260244191,0,1,1,1,1,1,1,0.292289972,0,1,1,1,1,1,1,0.287027925,0,0.490998067,0.490797546,0.491134752
-3071,1,0.5514,1,1,1,1,1,1,1,1,0.2817,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1752,0.3707,0,1,0.613,1,1,1,0.1122,0.613,0,1,1,1,1,1,0.240034953,0,1,1,1,1,1,1,0.181820497,0,1,1,1,1,1,1,0.244842619,0,0.439161431,0.439179183,0.43927305
-3072,1,0.5514,1,1,1,1,1,1,1,1,0.265,0.5514,0,1,0.3707,1,1,1,1,1,1,0.224,0.3707,0,1,0.613,1,1,1,0.0771,0.613,0,1,1,1,1,1,0.249031991,0,1,1,1,1,1,1,0.186418295,0,1,1,1,1,1,1,0.189968467,0,0.404301595,0.404273323,0.404255319
-3073,1,0.5514,1,1,1,1,1,1,1,1,0.2674,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2289,0.3707,0,1,0.613,1,1,1,0.0902,0.613,0,1,1,1,1,1,0.241316602,0,1,1,1,1,1,1,0.205004245,0,1,1,1,1,1,1,0.207428962,0,0.386358144,0.386291517,0.38608156
-3074,1,0.5514,1,1,1,1,1,1,1,1,0.2086,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1122,0.3707,0,1,0.613,1,1,1,0.109,0.613,0,1,1,1,1,1,0.172924608,0,1,1,1,1,1,1,0.135403231,0,1,1,1,1,1,1,0.191979304,0,0.37681247,0.376771737,0.37677305
-3075,1,0.5514,1,1,1,1,1,1,1,1,0.216,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0125,0.3707,0,1,0.613,1,1,1,0.0886,0.613,0,1,1,1,1,1,0.131784841,0,1,1,1,1,1,1,0.043823998,0,0.974301338,1,1,1,1,1,0.146338731,0,0.374093765,0.374021578,0.374113475
-3076,1,0.5514,1,1,1,1,1,1,1,1,0.1836,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0079,0.3707,0,1,0.613,1,1,1,0.0707,0.613,0,1,1,1,1,1,0.09600424,0,1,1,1,1,1,1,0.046301462,0,1,1,1,1,1,1,0.143230051,0,0.38418318,0.38417601,0.383865248
-3077,1,0.5514,1,1,1,1,1,1,1,1,0.1785,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0477,0.613,0,1,1,1,1,1,0.071455717,0,1,1,1,1,1,1,0.029396962,0,1,1,1,1,1,1,0.128817946,0,0.421942968,0.421832029,0.421985816
-3078,1,0.5514,1,1,1,1,1,1,1,1,0.1543,0.5514,0.0147,1,0.3707,1,1,1,1,1,1,0,0.3707,0.0111,1,0.613,1,1,1,0.0423,0.613,0.0584,1,1,1,1,1,0.045265645,0.03434002,1,1,1,1,1,1,0.017658452,0.009917888,1,1,1,1,1,1,0.110518649,0.138559252,0.492085549,0.49206685,0.492021277
-3079,1,0.5514,1,1,1,1,1,1,1,1,0.1762,0.5514,0.0856,1,0.3707,1,1,1,1,1,1,0,0.3707,0.1055,1,0.613,1,1,1,0.0584,0.613,0.2246,1,1,1,1,1,0.039558623,0.16594936,1,1,1,1,1,1,0.014257271,0.18429628,1,1,1,1,1,1,0.162029594,0.217585921,0.550144998,0.550031733,0.550531915
-3080,1,0.5514,1,1,1,1,1,1,1,1,0.2184,0.5514,0.1722,1,0.3707,1,1,1,1,1,1,0,0.3707,0.2396,1,0.613,1,1,1,0.028,0.613,0.3188,1,1,1,1,1,0.043255083,0.319782287,1,1,1,1,1,1,0.022929404,0.350754648,1,1,1,1,1,1,0.067318477,0.397389114,0.57141131,0.57139835,0.571808511
-3081,1,0.5514,1,1,1,1,1,1,1,1,0.189,0.5514,0.2509,1,0.3707,1,1,1,1,1,1,0,0.3707,0.3134,1,0.613,1,1,1,0.0199,0.613,0.4308,1,1,1,1,1,0.037794773,0.405761778,1,1,1,1,1,1,0.014388829,0.439215422,1,1,1,1,1,1,0.027901087,0.482075036,0.58421943,0.584302941,0.584219858
-3082,1,0.5514,1,1,1,1,1,1,1,1,0.1448,0.5514,0.3024,1,0.3707,1,1,1,1,1,1,0,0.3707,0.377,1,0.613,1,1,1,0.0085,0.613,0.3932,1,1,1,1,1,0.021639708,0.46628347,1,1,1,1,1,1,0.009224593,0.563435435,1,1,1,1,1,1,0.026163276,0.575453997,0.594671339,0.594668923,0.594858156
-3083,1,0.5514,1,1,1,1,1,1,1,1,0.1623,0.5514,0.3723,1,0.3707,1,1,1,1,1,1,0,0.3707,0.3916,1,0.613,1,1,1,0.004,0.613,0.4097,1,1,1,1,1,0.022331141,0.571268618,1,1,1,1,1,1,0.004717922,0.540187299,1,1,1,1,1,1,0.011930367,0.515494585,0.598960851,0.598899937,0.59929078
-3084,1,0.5514,1,1,1,1,1,1,1,1,0.1481,0.5514,0.3725,1,0.3707,1,1,1,1,1,1,0,0.3707,0.3709,1,0.613,1,1,1,0.0056,0.613,0.393,1,1,1,1,1,0.023191469,0.535458565,1,1,1,1,1,1,0.003356208,0.528377652,1,1,1,1,1,1,0.009086104,0.568012536,0.596846303,0.59678443,0.597074468
-3085,1,0.5514,1,1,1,1,1,1,1,1,0.1256,0.5514,0.3379,1,0.3707,1,1,1,1,1,1,0,0.3707,0.3712,1,0.613,1,1,1,0.0043,0.613,0.4092,1,1,1,1,1,0.019629244,0.523207486,1,1,1,1,1,1,0.001233356,0.508414507,1,1,1,1,1,1,0.013035147,0.547736824,0.596483809,0.596572879,0.596631206
-3086,1,0.5514,1,1,1,1,1,1,1,1,0.1326,0.5514,0.3128,1,0.3707,1,1,1,1,1,1,0,0.3707,0.3164,1,0.613,1,1,1,0.0043,0.613,0.3604,1,1,1,1,1,0.020170255,0.433873981,1,1,1,1,1,1,0.002500119,0.430772126,1,1,1,1,1,1,0.032770168,0.589299262,0.58977767,0.589591707,0.58998227
-3087,1,0.5514,1,1,1,1,1,1,1,1,0.2011,0.5514,0.235,1,0.3707,1,1,1,1,1,1,0,0.3707,0.2211,1,0.613,1,1,1,0.0176,0.613,0.3128,1,1,1,1,1,0.031488299,0.321942449,1,1,1,1,1,1,0.005110606,0.327482045,1,1,1,1,1,1,0.044615515,0.39297384,0.585911068,0.585783795,0.585992908
-3088,1,0.5514,1,1,1,1,1,1,1,1,0.1595,0.5514,0.1418,1,0.3707,1,1,1,1,1,1,0,0.3707,0.164,1,0.613,1,1,1,0.0371,0.613,0.1706,1,1,1,1,1,0.038731597,0.218959346,0.998301387,1,1,1,1,1,0.009716763,0.233388349,0.762332976,1,1,1,1,1,0.087226659,0.207798138,0.590079749,0.590014809,0.590425532
-3089,1,0.5514,1,1,1,1,1,1,1,1,0.1012,0.5514,0.0599,1,0.3707,1,1,1,1,1,1,0,0.3707,0.0636,1,0.613,1,1,1,0.0244,0.613,0.0965,1,1,1,1,1,0.028813072,0.091620035,0.934785366,1,1,1,1,1,0.004324722,0.106455185,0.83215642,1,1,1,1,1,0.036363963,0.085727282,0.595154664,0.595092025,0.595301418
-3090,1,0.5514,1,1,1,1,1,1,1,1,0.093,0.5514,0.0025,1,0.3707,1,1,1,1,1,1,0,0.3707,0.0014,1,0.613,1,1,1,0.03,0.613,0.0134,1,1,1,1,1,0.034817345,0.001221306,0.991598129,1,1,1,1,1,0.000418105,0.001956674,1,1,1,1,1,1,0.042951412,0,0.591952634,0.591918765,0.592198582
-3091,1,0.5514,1,1,1,1,1,1,1,1,0.1087,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0037,0.3707,0,1,0.613,1,1,1,0.0449,0.613,0,1,1,1,1,1,0.067928195,0,1,1,1,1,1,1,0.019987293,0,1,1,1,1,1,1,0.083381951,0,0.594308845,0.594245822,0.594414894
-3092,1,0.5514,1,1,1,1,1,1,1,1,0.0969,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0665,0.613,0,1,1,1,1,1,0.017200679,0,1,1,1,1,1,1,0.005680996,0,0.961533546,1,1,1,1,1,0.12195868,0,0.593281779,0.593188069,0.593528369
-3093,1,0.5514,1,1,1,1,1,1,1,1,0.0708,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0563,0.613,0,1,1,1,1,1,0.01463124,0,0.996593475,1,1,1,1,1,0.000793728,0,0.551168084,1,1,1,1,1,0.111339226,0,0.555038666,0.554897398,0.554964539
-3094,1,0.5514,1,1,1,1,1,1,1,1,0.1037,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0436,0.613,0,1,1,1,1,1,0.029771134,0,1,1,1,1,1,1,0.000681085,0,0.458502918,1,1,1,1,1,0.094245233,0,0.496979217,0.496932515,0.496897163
-3095,1,0.5514,1,1,1,1,1,1,1,1,0.1032,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0601,0.613,0,1,1,1,1,1,0.025979266,0,0.841516495,1,1,1,1,1,0.015194653,0,0.182388753,1,1,1,1,1,0.140795141,0,0.44459884,0.444679501,0.444592199
-3096,1,0.5514,1,1,1,1,1,1,1,1,0.0467,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0778,0.3707,0,1,0.613,1,1,1,0.0403,0.613,0,1,1,1,1,1,0.015930722,0,0.775089443,1,1,1,1,1,0.075452551,0,0.114576444,1,1,1,1,1,0.153732672,0,0.409859836,0.409773641,0.41001773
-3097,1,0.5514,1,1,1,1,1,1,1,1,0.1371,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2337,0.3707,0,1,0.613,1,1,1,0.0336,0.613,0,1,1,1,1,1,0.102328531,0,0.949375987,1,1,1,1,1,0.230632648,0,0.024976179,1,1,1,1,1,0.116295218,0,0.390768487,0.390734081,0.390514184
-3098,1,0.5514,1,1,1,1,1,1,1,1,0.1751,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1975,0.3707,0,1,0.613,1,1,1,0.0391,0.613,0,1,1,1,1,1,0.220645949,0,0.997537076,1,1,1,1,1,0.272967875,0,0,1,1,1,1,1,0.070833966,0,0.38098115,0.380791199,0.381205674
-3099,1,0.5514,1,1,1,1,1,1,1,1,0.2513,0.5514,0,1,0.3707,1,1,1,1,1,1,0.3982,0.3707,0,1,0.613,1,1,1,0.057,0.613,0,1,1,1,1,1,0.422199816,0,0.951133728,1,1,1,1,1,0.466235101,0,0.019147383,1,1,1,1,1,0.079790801,0,0.378745771,0.378887243,0.378546099
-3100,1,0.5514,1,1,1,1,1,1,1,1,0.2181,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2408,0.3707,0,1,0.613,1,1,1,0.0812,0.613,0,1,1,1,1,1,0.452056348,0,0.887968302,1,1,1,1,1,0.376029849,0,0.137204722,1,1,1,1,1,0.123169385,0,0.387324795,0.38734927,0.387411348
-3101,1,0.5514,1,1,1,1,1,1,1,1,0.3008,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1282,0.3707,0,1,0.613,1,1,1,0.0975,0.613,0,1,1,1,1,1,0.433986366,0,0.80823946,1,1,1,1,1,0.244975731,0,1,1,1,1,1,1,0.157799304,0,0.421882552,0.421832029,0.421985816
-3102,1,0.5514,1,1,1,1,1,1,1,1,0.2582,0.5514,0.01,1,0.3707,1,1,1,1,1,1,0.1336,0.3707,0.0355,1,0.613,1,1,1,0.1469,0.613,0.0216,1,1,1,1,1,0.164210871,0.030318761,0.870605528,1,1,1,1,1,0.185321301,0.093014695,1,1,1,1,1,1,0.260769695,0.023204286,0.489366844,0.489316691,0.489361702
-3103,1,0.5514,1,1,1,1,1,1,1,1,0.2979,0.5514,0.1406,1,0.3707,1,1,1,1,1,1,0.1115,0.3707,0.1854,1,0.613,1,1,1,0.1636,0.613,0.0983,1,1,1,1,1,0.102028072,0.240397915,0.963048458,1,1,1,1,1,0.133674726,0.373348564,1,1,1,1,1,1,0.226253539,0.031407002,0.544647173,0.544742966,0.544769504
-3104,1,0.5514,1,1,1,1,1,1,1,1,0.3519,0.5514,0.2487,1,0.3707,1,1,1,1,1,1,0.2386,0.3707,0.3056,1,0.613,1,1,1,0.1455,0.613,0.182,1,1,1,1,1,0.094778545,0.372197211,0.917864442,1,1,1,1,1,0.225880012,0.638606012,0.975449502,1,1,1,1,1,0.208279431,0.229153678,0.564523925,0.564628729,0.564716312
-3105,1,0.5514,1,1,1,1,1,1,1,1,0.182,0.5514,0.373,1,0.3707,1,1,1,1,1,1,0.3497,0.3707,0.4704,1,0.613,1,1,1,0.1899,0.613,0.237,1,1,1,1,1,0.056798115,0.549844325,0.952371657,1,1,1,1,1,0.316586643,0.758509755,0.693723381,1,1,1,1,1,0.274994344,0.393232584,0.574371677,0.574360059,0.574468085
-3106,1,0.5514,1,1,1,1,1,1,1,1,0.1216,0.5514,0.4494,1,0.3707,1,1,1,1,1,1,0.8103,0.3707,0.5901,1,0.613,1,1,1,0.1973,0.613,0.3477,1,1,1,1,1,0.152892843,0.702600002,0.697203875,1,1,1,1,1,0.743637621,0.780477285,1,1,1,1,1,1,0.27343449,0.513368428,0.582527791,0.582610535,0.582446809
-3107,1,0.5514,1,1,1,1,1,1,1,1,0.1503,0.5514,0.4989,1,0.3707,1,1,1,1,1,1,0.7115,0.3707,0.5627,1,0.613,1,1,1,0.1852,0.613,0.3746,1,1,1,1,1,0.210784405,0.754518211,0.612850487,1,1,1,1,1,0.618076503,0.747254491,0.806605041,1,1,1,1,1,0.298900962,0.587541103,0.585367327,0.585360694,0.585549645
-3108,1,0.5514,1,1,1,1,1,1,1,1,0.2012,0.5514,0.5063,1,0.3707,1,1,1,1,1,1,0.6539,0.3707,0.5449,1,0.613,1,1,1,0.1525,0.613,0.4259,1,1,1,1,1,0.249616548,0.75784272,0.969345808,1,1,1,1,1,0.646284461,0.776593447,0.325254738,1,1,1,1,1,0.269659519,0.611650288,0.582950701,0.582822086,0.582890071
-3109,1,0.5514,1,1,1,1,1,1,1,1,0.1579,0.5514,0.5298,1,0.3707,1,1,1,1,1,1,0.8098,0.3707,0.5707,1,0.613,1,1,1,0.1493,0.613,0.4137,1,1,1,1,1,0.246660069,0.768758059,0.868775725,1,1,1,1,1,0.738170803,0.767285705,0.302462041,1,1,1,1,1,0.251589984,0.572398007,0.581259062,0.581341231,0.581560284
-3110,1,0.5514,1,1,1,1,1,1,1,1,0.3024,0.5514,0.5309,1,0.3707,1,1,1,1,1,1,0.7239,0.3707,0.5412,1,0.613,1,1,1,0.2078,0.613,0.3541,1,1,1,1,1,0.381585747,0.782902479,1,1,1,1,1,1,0.68636632,0.794384062,1,1,1,1,1,1,0.423822194,0.583877146,0.574069599,0.573936958,0.574024823
-3111,1,0.5514,1,1,1,1,1,1,1,1,0.3403,0.5514,0.4408,1,0.3707,1,1,1,1,1,1,0.6322,0.3707,0.4695,1,0.613,1,1,1,0.212,0.613,0.3582,1,1,1,1,1,0.37544176,0.738470137,1,1,1,1,1,1,0.644069791,0.744459152,1,1,1,1,1,1,0.375341088,0.668108702,0.567182214,0.567167337,0.567375887
-3112,1,0.5514,1,1,1,1,1,1,1,1,0.4017,0.5514,0.3139,1,0.3707,1,1,1,1,1,1,0.6995,0.3707,0.3531,1,0.613,1,1,1,0.3105,0.613,0.2607,1,1,1,1,1,0.422143579,0.690556765,1,1,1,1,1,1,0.727021337,0.71990484,1,1,1,1,1,1,0.448474556,0.62609607,0.565188497,0.565263381,0.565159574
-3113,1,0.5514,1,1,1,1,1,1,1,1,0.3609,0.5514,0.1579,1,0.3707,1,1,1,1,1,1,0.6305,0.3707,0.2015,1,0.613,1,1,1,0.3754,0.613,0.1565,1,1,1,1,1,0.341190606,0.551213026,1,1,1,1,1,1,0.631391406,0.587067902,1,1,1,1,1,1,0.503002763,0.47879529,0.564101015,0.563994077,0.56427305
-3114,1,0.5514,1,1,1,1,1,1,1,1,0.1656,0.5514,0.0659,1,0.3707,1,1,1,1,1,1,0.406,0.3707,0.0997,1,0.613,1,1,1,0.3931,0.613,0.0634,1,1,1,1,1,0.245021045,0.317539662,0.994324446,1,1,1,1,1,0.42833066,0.388537586,1,1,1,1,1,1,0.533321023,0.233728707,0.55860319,0.55870531,0.558953901
-3115,1,0.5514,1,1,1,1,1,1,1,1,0.2221,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2418,0.3707,0,1,0.613,1,1,1,0.3622,0.613,0,1,1,1,1,1,0.290454537,0,1,1,1,1,1,1,0.309674263,0,1,1,1,1,1,1,0.550678253,0,0.561261479,0.561243918,0.561170213
-3116,1,0.5514,1,1,1,1,1,1,1,1,0.3165,0.5514,0,1,0.3707,1,1,1,1,1,1,0.5313,0.3707,0,1,0.613,1,1,1,0.2951,0.613,0,1,1,1,1,1,0.299572855,0,0.989776552,1,1,1,1,1,0.507888258,0,1,1,1,1,1,1,0.486034006,0,0.577573707,0.577533319,0.578014184
-3117,1,0.5514,1,1,1,1,1,1,1,1,0.319,0.5514,0,1,0.3707,1,1,1,1,1,1,0.4081,0.3707,0,1,0.613,1,1,1,0.2191,0.613,0,1,1,1,1,1,0.292996585,0,0.99045229,1,1,1,1,1,0.417812586,0,0.997665048,1,1,1,1,1,0.465756059,0,0.548272112,0.548339327,0.548758865
-3118,1,0.5514,1,1,1,1,1,1,1,1,0.2136,0.5514,0,1,0.3707,1,1,1,1,1,1,0.286,0.3707,0,1,0.613,1,1,1,0.1776,0.613,0,1,1,1,1,1,0.212597206,0,0.726204276,1,1,1,1,1,0.349298179,0,0.565574646,1,1,1,1,1,0.411405116,0,0.494502175,0.494605458,0.494680851
-3119,1,0.5514,1,1,1,1,1,1,1,1,0.2459,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2617,0.3707,0,1,0.613,1,1,1,0.1572,0.613,0,1,1,1,1,1,0.262501955,0,0.616573691,1,1,1,1,1,0.327857494,0,0.804514766,1,1,1,1,1,0.396348089,0,0.440611406,0.440660038,0.440602837
-3120,1,0.5514,1,1,1,1,1,1,1,1,0.3429,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2196,0.3707,0,1,0.613,1,1,1,0.1698,0.613,0,1,1,1,1,1,0.344862014,0,0.574480712,1,1,1,1,1,0.342501193,0,1,1,1,1,1,1,0.392400831,0,0.405389077,0.405331077,0.405141844
-3121,1,0.5514,1,1,1,1,1,1,1,1,0.389,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1561,0.3707,0,1,0.613,1,1,1,0.1575,0.613,0,1,1,1,1,1,0.348239809,0,0.902467728,1,1,1,1,1,0.256803095,0,1,1,1,1,1,1,0.356183797,0,0.38641856,0.386291517,0.38608156
-3122,1,0.5514,1,1,1,1,1,1,1,1,0.3309,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1748,0.3707,0,1,0.613,1,1,1,0.1234,0.613,0,1,1,1,1,1,0.355203032,0,0.728469968,1,1,1,1,1,0.290768057,0,1,1,1,1,1,1,0.299225569,0,0.376147898,0.376137085,0.375886525
-3123,1,0.5514,1,1,1,1,1,1,1,1,0.3494,0.5514,0,1,0.3707,1,1,1,1,1,1,0.239,0.3707,0,1,0.613,1,1,1,0.1753,0.613,0,1,1,1,1,1,0.394383729,0,0.762069643,1,1,1,1,1,0.329351664,0,1,1,1,1,1,1,0.378810763,0,0.373670855,0.373810028,0.373670213
-3124,1,0.5514,1,1,1,1,1,1,1,1,0.2548,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1404,0.3707,0,1,0.613,1,1,1,0.1838,0.613,0,1,1,1,1,1,0.287227154,0,0.520671725,1,1,1,1,1,0.233140916,0,0.796834588,1,1,1,1,1,0.428487003,0,0.384485259,0.384599111,0.384308511
-3125,1,0.5514,1,1,1,1,1,1,1,1,0.2059,0.5514,0.1153,1,0.3707,1,1,1,1,1,1,0.2564,0.3707,0.1323,1,0.613,1,1,1,0.1839,0.613,0.064,1,1,1,1,1,0.242828161,0.283095658,0.447928786,1,1,1,1,1,0.332454622,0.257891148,0.469884843,1,1,1,1,1,0.478340447,0.347810715,0.415659739,0.415697059,0.415780142
-3126,1,0.5514,1,1,1,1,1,1,1,1,0.2708,0.5514,0.0994,1,0.3707,1,1,1,1,1,1,0.0794,0.3707,0.1358,1,0.613,1,1,1,0.2717,0.613,0.1063,1,1,1,1,1,0.32733795,0.661239982,0.332069665,1,1,1,1,1,0.133467406,0.632590294,0.438453436,1,1,1,1,1,0.619648576,0.669599831,0.48260029,0.482758621,0.482712766
-3127,1,0.5514,1,1,1,1,1,1,1,1,0.3394,0.5514,0.2756,1,0.3707,1,1,1,1,1,1,0.102,0.3707,0.3081,1,0.613,1,1,1,0.3443,0.613,0.2575,1,1,1,1,1,0.400178134,0.882611632,0.40566349,1,1,1,1,1,0.139710262,0.865898848,0.578572571,1,1,1,1,1,0.660771251,0.827498972,0.532745288,0.532684578,0.532801418
-3128,1,0.5514,1,1,1,1,1,1,1,1,0.3521,0.5514,0.4609,1,0.3707,1,1,1,1,1,1,0.2893,0.3707,0.4821,1,0.613,1,1,1,0.3146,0.613,0.3906,1,1,1,1,1,0.513720334,0.968888521,0.456194818,1,1,1,1,1,0.323518634,0.970613658,0.523332,1,1,1,1,1,0.546906412,0.849216342,0.549359594,0.549397081,0.54964539
-3129,1,0.5514,1,1,1,1,1,1,1,1,0.2223,0.5514,0.5865,1,0.3707,1,1,1,1,1,1,0.2389,0.3707,0.6095,1,0.613,1,1,1,0.3162,0.613,0.4772,1,1,1,1,1,0.375787944,0.970754325,0.53029114,1,1,1,1,1,0.264145344,0.974548817,0.672613144,1,1,1,1,1,0.491092741,0.864119411,0.559207347,0.559128411,0.558953901
-3130,1,0.5514,1,1,1,1,1,1,1,1,0.2637,0.5514,0.6153,1,0.3707,1,1,1,1,1,1,0.3797,0.3707,0.6333,1,0.613,1,1,1,0.2893,0.613,0.5494,1,1,1,1,1,0.381283045,0.862384915,0.763099015,1,1,1,1,1,0.350983679,0.852188945,0.38092646,1,1,1,1,1,0.466492891,0.844746768,0.56639681,0.566532685,0.566489362
-3131,1,0.5514,1,1,1,1,1,1,1,1,0.2873,0.5514,0.5241,1,0.3707,1,1,1,1,1,1,0.3973,0.3707,0.5641,1,0.613,1,1,1,0.3891,0.613,0.602,1,1,1,1,1,0.379618883,0.764578104,1,1,1,1,1,1,0.373645991,0.766464114,0.234542161,1,1,1,1,1,0.665963352,0.824996591,0.569296762,0.569282843,0.569592199
-3132,1,0.5514,1,1,1,1,1,1,1,1,0.2485,0.5514,0.517,1,0.3707,1,1,1,1,1,1,0.3971,0.3707,0.5751,1,0.613,1,1,1,0.4207,0.613,0.5931,1,1,1,1,1,0.276523143,0.760440886,1,1,1,1,1,1,0.385041714,0.882862985,0.382449508,1,1,1,1,1,0.697630882,0.825891078,0.565550991,0.565686482,0.565602837
-3133,1,0.5514,1,1,1,1,1,1,1,1,0.1328,0.5514,0.5234,1,0.3707,1,1,1,1,1,1,0.4498,0.3707,0.6419,1,0.613,1,1,1,0.3956,0.613,0.6068,1,1,1,1,1,0.18276602,0.764127672,1,1,1,1,1,1,0.392321378,0.911210418,0.509016812,1,1,1,1,1,0.695465624,0.773253798,0.562953117,0.562936323,0.563386525
-3134,1,0.5514,1,1,1,1,1,1,1,1,0.1023,0.5514,0.5164,1,0.3707,1,1,1,1,1,1,0.2895,0.3707,0.6036,1,0.613,1,1,1,0.3148,0.613,0.5388,1,1,1,1,1,0.126766041,0.796823502,1,1,1,1,1,1,0.276388317,0.94911027,0.81327939,1,1,1,1,1,0.515819967,0.684405506,0.555582407,0.555743601,0.555851064
-3135,1,0.5514,1,1,1,1,1,1,1,1,0.1139,0.5514,0.4389,1,0.3707,1,1,1,1,1,1,0.3721,0.3707,0.5145,1,0.613,1,1,1,0.3431,0.613,0.432,1,1,1,1,1,0.110989265,0.799240351,1,1,1,1,1,1,0.395389855,0.945801437,1,1,1,1,1,1,0.546237767,0.646626472,0.548211696,0.548339327,0.548315603
-3136,1,0.5514,1,1,1,1,1,1,1,1,0.0673,0.5514,0.3264,1,0.3707,1,1,1,1,1,1,0.6102,0.3707,0.3916,1,0.613,1,1,1,0.2521,0.613,0.2881,1,1,1,1,1,0.125809565,0.794588804,1,1,1,1,1,1,0.563897491,0.92561245,1,1,1,1,1,1,0.391427428,0.536530972,0.544345094,0.544319865,0.544326241
-3137,1,0.5514,1,1,1,1,1,1,1,1,0.0546,0.5514,0.1549,1,0.3707,1,1,1,1,1,1,0.6534,0.3707,0.2161,1,0.613,1,1,1,0.2213,0.613,0.1326,1,1,1,1,1,0.139809832,0.695486248,1,1,1,1,1,1,0.622751236,0.807539821,1,1,1,1,1,1,0.394026101,0.370682061,0.53981392,0.53966575,0.539893617
-3138,1,0.5514,1,1,1,1,1,1,1,1,0.0413,0.5514,0.0725,1,0.3707,1,1,1,1,1,1,0.5548,0.3707,0.1126,1,0.613,1,1,1,0.1071,0.613,0.0496,1,1,1,1,1,0.107999727,0.445454508,0.988978803,1,1,1,1,1,0.54574883,0.537548065,1,1,1,1,1,1,0.225748181,0.105487123,0.532141131,0.532049926,0.532358156
-3139,1,0.5514,1,1,1,1,1,1,1,1,0.0218,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2449,0.3707,0,1,0.613,1,1,1,0.0919,0.613,0,1,1,1,1,1,0.060518194,0,0.92338717,1,1,1,1,1,0.299476773,0,1,1,1,1,1,1,0.233479872,0,0.530993233,0.530992173,0.531028369
-3140,1,0.5514,1,1,1,1,1,1,1,1,0.0747,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2499,0.3707,0,1,0.613,1,1,1,0.0854,0.613,0,1,1,1,1,1,0.154048726,0,0.808943987,1,1,1,1,1,0.366765738,0,1,1,1,1,1,1,0.244309604,0,0.549057516,0.548973979,0.549202128
-3141,1,0.5514,1,1,1,1,1,1,1,1,0.1199,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2376,0.3707,0,1,0.613,1,1,1,0.1127,0.613,0,1,1,1,1,1,0.218858719,0,0.7139467,1,1,1,1,1,0.382285357,0,1,1,1,1,1,1,0.266663283,0,0.529905752,0.529722869,0.529698582
-3142,1,0.5514,1,1,1,1,1,1,1,1,0.133,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1853,0.3707,0,1,0.613,1,1,1,0.1623,0.613,0,1,1,1,1,1,0.164864808,0,0.643042207,1,1,1,1,1,0.291756183,0,0.827183247,1,1,1,1,1,0.341581166,0,0.486587724,0.486566533,0.486702128
-3143,1,0.5514,1,1,1,1,1,1,1,1,0.2335,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2258,0.3707,0,1,0.613,1,1,1,0.192,0.613,0,1,1,1,1,1,0.260462195,0,0.718864083,1,1,1,1,1,0.324894726,0,0.238780379,1,1,1,1,1,0.421452731,0,0.438315611,0.438332981,0.438386525
-3144,1,0.5514,1,1,1,1,1,1,1,1,0.2831,0.5514,0,1,0.3707,1,1,1,1,1,1,0.221,0.3707,0,1,0.613,1,1,1,0.2605,0.613,0,1,1,1,1,1,0.321243644,0,0.531870961,1,1,1,1,1,0.331875592,0,0.058907859,1,1,1,1,1,0.466235101,0,0.402247463,0.402157817,0.40248227
-3145,1,0.5514,1,1,1,1,1,1,1,1,0.2591,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1195,0.3707,0,1,0.613,1,1,1,0.288,0.613,0,1,1,1,1,1,0.240558714,0,0.551312447,1,1,1,1,1,0.221004859,0,0.09406729,1,1,1,1,1,0.457950145,0,0.381283229,0.381214301,0.381205674
-3146,1,0.5514,1,1,1,1,1,1,1,1,0.1624,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0886,0.3707,0,1,0.613,1,1,1,0.3556,0.613,0,1,1,1,1,1,0.167860061,0,0.38649267,1,1,1,1,1,0.162988812,0,0.160664409,1,1,1,1,1,0.496936142,0,0.369623006,0.369579014,0.369680851
-3147,1,0.5514,1,1,1,1,1,1,1,1,0.139,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1518,0.3707,0,1,0.613,1,1,1,0.4082,0.613,0,1,1,1,1,1,0.198564529,0,0.335980058,1,1,1,1,1,0.169840991,0,0.274151325,1,1,1,1,1,0.506455302,0,0.365333494,0.365348001,0.365248227
-3148,1,0.5514,1,1,1,1,1,1,1,1,0.1471,0.5514,0,1,0.3707,1,1,1,1,1,1,0.13,0.3707,0,1,0.613,1,1,1,0.3941,0.613,0,1,1,1,1,1,0.247916356,0,0.512617886,1,1,1,1,1,0.134788036,0,0.383783787,1,1,1,1,1,0.568884492,0,0.367145964,0.367040406,0.367021277
-3149,1,0.5514,1,1,1,1,1,1,1,1,0.2142,0.5514,0.1439,1,0.3707,1,1,1,1,1,1,0.1949,0.3707,0.1647,1,0.613,1,1,1,0.3522,0.613,0.1405,1,1,1,1,1,0.339087516,0.348163933,0.608574033,1,1,1,1,1,0.196130693,0.313889235,0.725426793,1,1,1,1,1,0.539111435,0.416082859,0.375181247,0.375079331,0.375443262
-3150,1,0.5514,1,1,1,1,1,1,1,1,0.1833,0.5514,0.0999,1,0.3707,1,1,1,1,1,1,0.1553,0.3707,0.1429,1,0.613,1,1,1,0.2863,0.613,0.0852,1,1,1,1,1,0.249882266,0.706830442,0.690851331,1,1,1,1,1,0.157791346,0.679342926,0.845899463,1,1,1,1,1,0.527180552,0.748651564,0.39880377,0.398773006,0.39893617
-3151,1,0.5514,1,1,1,1,1,1,1,1,0.1088,0.5514,0.273,1,0.3707,1,1,1,1,1,1,0.0302,0.3707,0.3044,1,0.613,1,1,1,0.1449,0.613,0.2644,1,1,1,1,1,0.123664066,0.900541782,0.648151398,1,1,1,1,1,0.034871999,0.87835145,0.468395561,1,1,1,1,1,0.270421147,0.927220702,0.43861769,0.438756082,0.438829787
-3152,1,0.5514,1,1,1,1,1,1,1,1,0.0697,0.5514,0.4545,1,0.3707,1,1,1,1,1,1,0.0169,0.3707,0.4736,1,0.613,1,1,1,0.0888,0.613,0.4509,1,1,1,1,1,0.071692705,0.986741245,0.391763002,1,1,1,1,1,0.023911376,0.972213387,0.254528284,1,1,1,1,1,0.177544251,0.993393779,0.47758579,0.477681405,0.477836879
-3153,1,0.5514,1,1,1,1,1,1,1,1,0.0933,0.5514,0.5942,1,0.3707,1,1,1,1,1,1,0.0338,0.3707,0.601,1,0.613,1,1,1,0.1908,0.613,0.5972,1,1,1,1,1,0.08257927,0.99965471,0.306881309,1,1,1,1,1,0.031985331,0.998153806,0.087381676,1,1,1,1,1,0.384661913,0.999962628,0.501027066,0.500951978,0.501329787
-3154,1,0.5514,1,1,1,1,1,1,1,1,0.1086,0.5514,0.6924,1,0.3707,1,1,1,1,1,1,0.0532,0.3707,0.6893,1,0.613,1,1,1,0.2431,0.613,0.701,1,1,1,1,1,0.120175339,0.999252915,0.318251044,1,1,1,1,1,0.049303614,0.998055518,0.235075921,1,1,1,1,1,0.43455103,0.999971032,0.509122765,0.509202454,0.509308511
-3155,1,0.5514,1,1,1,1,1,1,1,1,0.1075,0.5514,0.72,1,0.3707,1,1,1,1,1,1,0.1123,0.3707,0.722,1,0.613,1,1,1,0.3928,0.613,0.7326,1,1,1,1,1,0.126765504,0.9998914,0.242457137,1,1,1,1,1,0.099919431,0.999773622,0.218046606,1,1,1,1,1,0.573013246,0.999984682,0.510270662,0.510260207,0.510638298
-3156,1,0.5514,1,1,1,1,1,1,1,1,0.1653,0.5514,0.7196,1,0.3707,1,1,1,1,1,1,0.1461,0.3707,0.7199,1,0.613,1,1,1,0.408,0.613,0.735,1,1,1,1,1,0.197918996,0.99991715,0.511185408,1,1,1,1,1,0.127653986,0.999316096,0.142531946,1,1,1,1,1,0.585171461,0.999934435,0.506101982,0.506029194,0.506205674
-3157,1,0.5514,1,1,1,1,1,1,1,1,0.2181,0.5514,0.716,1,0.3707,1,1,1,1,1,1,0.1183,0.3707,0.7163,1,0.613,1,1,1,0.4738,0.613,0.7151,1,1,1,1,1,0.250370085,0.999637604,0.963112414,1,1,1,1,1,0.126522496,0.995274603,0.288693726,1,1,1,1,1,0.665795743,0.999710441,0.500724988,0.500740427,0.500886525
-3158,1,0.5514,1,1,1,1,1,1,1,1,0.2591,0.5514,0.6301,1,0.3707,1,1,1,1,1,1,0.1183,0.3707,0.6451,1,0.613,1,1,1,0.3523,0.613,0.6195,1,1,1,1,1,0.320397705,0.995551169,1,1,1,1,1,1,0.158714235,0.982198238,1,1,1,1,1,1,0.552884042,0.996894777,0.496254229,0.496297863,0.496453901
-3159,1,0.5514,1,1,1,1,1,1,1,1,0.3541,0.5514,0.504,1,0.3707,1,1,1,1,1,1,0.1034,0.3707,0.5307,1,0.613,1,1,1,0.3246,0.613,0.482,1,1,1,1,1,0.373532414,0.970357656,1,1,1,1,1,1,0.149207011,0.938277185,1,1,1,1,1,1,0.517498791,0.979378998,0.49722088,0.497144066,0.497340426
-3160,1,0.5514,1,1,1,1,1,1,1,1,0.3598,0.5514,0.3413,1,0.3707,1,1,1,1,1,1,0.1233,0.3707,0.385,1,0.613,1,1,1,0.1716,0.613,0.3132,1,1,1,1,1,0.28085807,0.912842572,1,1,1,1,1,1,0.187107712,0.891856074,1,1,1,1,1,1,0.233880937,0.91902101,0.502295795,0.502221282,0.502216312
-3161,1,0.5514,1,1,1,1,1,1,1,1,0.4381,0.5514,0.1489,1,0.3707,1,1,1,1,1,1,0.0435,0.3707,0.2054,1,0.613,1,1,1,0.0929,0.613,0.1334,1,1,1,1,1,0.224593475,0.743480504,1,1,1,1,1,1,0.11134927,0.744852781,1,1,1,1,1,1,0.118973657,0.74915278,0.508458192,0.508567802,0.508421986
-3162,1,0.5514,1,1,1,1,1,1,1,1,0.4588,0.5514,0.0735,1,0.3707,1,1,1,1,1,1,0.0245,0.3707,0.1014,1,0.613,1,1,1,0.0563,0.613,0.0686,1,1,1,1,1,0.197730124,0.441629052,1,1,1,1,1,1,0.112896815,0.461385131,1,1,1,1,1,1,0.064801656,0.424163043,0.509424843,0.509625555,0.509751773
-3163,1,0.5514,1,1,1,1,1,1,1,1,0.3921,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0547,0.3707,0,1,0.613,1,1,1,0.0431,0.613,0,1,1,1,1,1,0.313527256,0,0.853037715,1,1,1,1,1,0.125335306,0,0.347886652,1,1,1,1,1,0.074706808,0,0.511297728,0.511317961,0.511524823
-3164,1,0.5514,1,1,1,1,1,1,1,1,0.4508,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0765,0.3707,0,1,0.613,1,1,1,0.0393,0.613,0,1,1,1,1,1,0.458028078,0,0.715727329,1,1,1,1,1,0.204995424,0,0.268041372,1,1,1,1,1,0.045901418,0,0.530993233,0.530992173,0.531028369
-3165,1,0.5514,1,1,1,1,1,1,1,1,0.4413,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2098,0.3707,0,1,0.613,1,1,1,0.0365,0.613,0,1,1,1,1,1,0.424273074,0,0.795585513,1,1,1,1,1,0.44916746,0,0.45066914,1,1,1,1,1,0.050751127,0,0.513895602,0.513856569,0.514184397
-3166,1,0.5514,1,1,1,1,1,1,1,1,0.318,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1911,0.3707,0,1,0.613,1,1,1,0.0405,0.613,0,1,1,1,1,1,0.171648592,0,0.584665298,1,1,1,1,1,0.336303562,0,0.394108951,1,1,1,1,1,0.060611032,0,0.47522958,0.475142797,0.475177305
-3167,1,0.5514,1,1,1,1,1,1,1,1,0.2804,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1813,0.3707,0,1,0.613,1,1,1,0.0602,0.613,0,1,1,1,1,1,0.136969924,0,0.850148261,1,1,1,1,1,0.28530547,0,0.88391757,1,1,1,1,1,0.176159337,0,0.431730304,0.43177491,0.431737589
-3168,1,0.5514,1,1,1,1,1,1,1,1,0.2599,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1362,0.3707,0,1,0.613,1,1,1,0.0994,0.613,0,1,1,1,1,1,0.086475834,0,0.861881077,1,1,1,1,1,0.180019617,0,1,1,1,1,1,1,0.29929772,0,0.397655872,0.397715253,0.397606383
-3169,1,0.5514,1,1,1,1,1,1,1,1,0.2162,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0502,0.3707,0,1,0.613,1,1,1,0.1279,0.613,0,1,1,1,1,1,0.050558895,0,1,1,1,1,1,1,0.060052525,0,1,1,1,1,1,1,0.428472072,0,0.374395843,0.37444468,0.374556738
-3170,1,0.5514,1,1,1,1,1,1,1,1,0.1544,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0019,0.3707,0,1,0.613,1,1,1,0.1137,0.613,0,1,1,1,1,1,0.036333434,0,1,1,1,1,1,1,0.012671577,0,1,1,1,1,1,1,0.413085252,0,0.361164814,0.361116988,0.361258865
-3171,1,0.5514,1,1,1,1,1,1,1,1,0.1186,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0127,0.3707,0,1,0.613,1,1,1,0.1403,0.613,0,1,1,1,1,1,0.032755759,0,0.997184992,1,1,1,1,1,0.013818009,0,1,1,1,1,1,1,0.405421168,0,0.35397535,0.353924265,0.354166667
-3172,1,0.5514,1,1,1,1,1,1,1,1,0.1464,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0781,0.3707,0,1,0.613,1,1,1,0.1567,0.613,0,1,1,1,1,1,0.073014393,0,0.993295074,1,1,1,1,1,0.059007302,0,1,1,1,1,1,1,0.38309598,0,0.352948284,0.352866512,0.352836879
-3173,1,0.5514,1,1,1,1,1,1,1,1,0.1471,0.5514,0.0495,1,0.3707,1,1,1,1,1,1,0.1148,0.3707,0.0184,1,0.613,1,1,1,0.1582,0.613,0.0219,1,1,1,1,1,0.144636691,0.107333697,1,1,1,1,1,1,0.090746365,0.038688991,1,1,1,1,1,1,0.392524749,0.151494592,0.353552441,0.353501164,0.353723404
-3174,1,0.5514,1,1,1,1,1,1,1,1,0.1419,0.5514,0.1088,1,0.3707,1,1,1,1,1,1,0.0785,0.3707,0.1142,1,0.613,1,1,1,0.2023,0.613,0.1163,1,1,1,1,1,0.1891554,0.36468327,1,1,1,1,1,1,0.066478997,0.288186431,1,1,1,1,1,1,0.455750048,0.409259111,0.367327211,0.367251957,0.367021277
-3175,1,0.5514,1,1,1,1,1,1,1,1,0.067,0.5514,0.215,1,0.3707,1,1,1,1,1,1,0.0382,0.3707,0.2286,1,0.613,1,1,1,0.1695,0.613,0.2298,1,1,1,1,1,0.111783102,0.431050152,0.780664086,1,1,1,1,1,0.037129071,0.52883935,0.800329089,1,1,1,1,1,0.425017148,0.632594049,0.402187047,0.402157817,0.40248227
-3176,1,0.5514,1,1,1,1,1,1,1,1,0.0163,0.5514,0.314,1,0.3707,1,1,1,1,1,1,0,0.3707,0.3597,1,0.613,1,1,1,0.0677,0.613,0.3375,1,1,1,1,1,0.013868776,0.48036477,0.674231887,1,1,1,1,1,0.000588871,0.692886889,0.844980121,1,1,1,1,1,0.230355769,0.651045561,0.445142581,0.445102602,0.445035461
-3177,1,0.5514,1,1,1,1,1,1,1,1,0.0081,0.5514,0.4037,1,0.3707,1,1,1,1,1,1,0,0.3707,0.4743,1,0.613,1,1,1,0.0283,0.613,0.4137,1,1,1,1,1,0.005101336,0.605391204,0.546060801,1,1,1,1,1,0.000166501,0.742006302,0.69910109,1,1,1,1,1,0.071139276,0.763683498,0.477344128,0.477258303,0.477393617
-3178,1,0.5514,1,1,1,1,1,1,1,1,0.0112,0.5514,0.4935,1,0.3707,1,1,1,1,1,1,0,0.3707,0.5905,1,0.613,1,1,1,0.0339,0.613,0.4751,1,1,1,1,1,0.002855922,0.749419928,0.713683426,1,1,1,1,1,0.002472606,0.880372107,0.764492989,1,1,1,1,1,0.036831871,0.817810833,0.494623006,0.494817009,0.494680851
-3179,1,0.5514,1,1,1,1,1,1,1,1,0.0307,0.5514,0.5497,1,0.3707,1,1,1,1,1,1,0.0156,0.3707,0.6772,1,0.613,1,1,1,0.0497,0.613,0.5155,1,1,1,1,1,0.006731627,0.869244456,0.82045573,1,1,1,1,1,0.033179298,0.956004918,1,1,1,1,1,1,0.042289998,0.789291978,0.503806187,0.503702137,0.503989362
-3180,1,0.5514,1,1,1,1,1,1,1,1,0.1576,0.5514,0.6028,1,0.3707,1,1,1,1,1,1,0.0489,0.3707,0.6568,1,0.613,1,1,1,0.0096,0.613,0.5256,1,1,1,1,1,0.070125207,0.917194664,0.710800052,1,1,1,1,1,0.061670821,0.922279537,0.746521533,1,1,1,1,1,0.017074388,0.805738628,0.508156114,0.508144701,0.508421986
-3181,1,0.5514,1,1,1,1,1,1,1,1,0.2932,0.5514,0.6675,1,0.3707,1,1,1,1,1,1,0.0962,0.3707,0.6527,1,0.613,1,1,1,0.0422,0.613,0.5111,1,1,1,1,1,0.12424197,0.933966756,1,1,1,1,1,1,0.138744354,0.918123364,0.757080913,1,1,1,1,1,0.033762597,0.770609617,0.507189464,0.507086947,0.507092199
-3182,1,0.5514,1,1,1,1,1,1,1,1,0.2328,0.5514,0.5725,1,0.3707,1,1,1,1,1,1,0.0353,0.3707,0.5829,1,0.613,1,1,1,0.068,0.613,0.4551,1,1,1,1,1,0.110461563,0.87936914,0.902625322,1,1,1,1,1,0.098507062,0.821167707,0.713812351,1,1,1,1,1,0.089710593,0.734023213,0.506162397,0.506240745,0.506205674
-3183,1,0.5514,1,1,1,1,1,1,1,1,0.1964,0.5514,0.4333,1,0.3707,1,1,1,1,1,1,0.0472,0.3707,0.4701,1,0.613,1,1,1,0.1474,0.613,0.3522,1,1,1,1,1,0.134044915,0.813044548,0.749714494,1,1,1,1,1,0.122008935,0.790194154,0.800225973,1,1,1,1,1,0.135587677,0.699804068,0.508397777,0.508356251,0.508421986
-3184,1,0.5514,1,1,1,1,1,1,1,1,0.1901,0.5514,0.3056,1,0.3707,1,1,1,1,1,1,0.1392,0.3707,0.3561,1,0.613,1,1,1,0.0951,0.613,0.2611,1,1,1,1,1,0.151552156,0.719038248,0.911787033,1,1,1,1,1,0.220356941,0.767052591,1,1,1,1,1,1,0.109924726,0.565696955,0.514439343,0.514491221,0.51462766
-3185,1,0.5514,1,1,1,1,1,1,1,1,0.2028,0.5514,0.1615,1,0.3707,1,1,1,1,1,1,0.1492,0.3707,0.2072,1,0.613,1,1,1,0.0854,0.613,0.1226,1,1,1,1,1,0.15941608,0.542040169,1,1,1,1,1,1,0.127546906,0.641435444,1,1,1,1,1,1,0.120825149,0.377905846,0.521810053,0.521683943,0.521719858
-3186,1,0.5514,1,1,1,1,1,1,1,1,0.2885,0.5514,0.0703,1,0.3707,1,1,1,1,1,1,0.392,0.3707,0.0969,1,0.613,1,1,1,0.0885,0.613,0.045,1,1,1,1,1,0.2495884,0.301724672,1,1,1,1,1,1,0.391321927,0.341482133,1,1,1,1,1,1,0.214336723,0.156539157,0.523682939,0.52379945,0.523492908
-3187,1,0.5514,1,1,1,1,1,1,1,1,0.2988,0.5514,0,1,0.3707,1,1,1,1,1,1,0.3894,0.3707,0,1,0.613,1,1,1,0.0309,0.613,0,1,1,1,1,1,0.203296244,0,1,1,1,1,1,1,0.45579052,0,1,1,1,1,1,1,0.135194004,0,0.532322378,0.532473027,0.532358156
-3188,1,0.5514,1,1,1,1,1,1,1,1,0.2877,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2678,0.3707,0,1,0.613,1,1,1,0.0165,0.613,0,1,1,1,1,1,0.273507506,0,0.861265719,1,1,1,1,1,0.312090427,0,1,1,1,1,1,1,0.062814765,0,0.55679072,0.556589803,0.556737589
-3189,1,0.5514,1,1,1,1,1,1,1,1,0.3124,0.5514,0,1,0.3707,1,1,1,1,1,1,0.391,0.3707,0,1,0.613,1,1,1,0.0111,0.613,0,1,1,1,1,1,0.251892716,0,0.937746644,1,1,1,1,1,0.429087281,0,1,1,1,1,1,1,0.019601928,0,0.533711938,0.533742331,0.533687943
-3190,1,0.5514,1,1,1,1,1,1,1,1,0.2463,0.5514,0,1,0.3707,1,1,1,1,1,1,0.4023,0.3707,0,1,0.613,1,1,1,0.0019,0.613,0,1,1,1,1,1,0.269104868,0,0.611603737,1,1,1,1,1,0.435833395,0,1,1,1,1,1,1,0.010402508,0,0.484896085,0.484874127,0.484929078
-3191,1,0.5514,1,1,1,1,1,1,1,1,0.1978,0.5514,0,1,0.3707,1,1,1,1,1,1,0.3331,0.3707,0,1,0.613,1,1,1,0.0049,0.613,0,1,1,1,1,1,0.225194559,0,0.625537336,1,1,1,1,1,0.351462066,0,1,1,1,1,1,1,0.008198523,0,0.436623973,0.436640575,0.436613475
-3192,1,0.5514,1,1,1,1,1,1,1,1,0.1794,0.5514,0,1,0.3707,1,1,1,1,1,1,0.3061,0.3707,0,1,0.613,1,1,1,0.0043,0.613,0,1,1,1,1,1,0.157857165,0,0.999361396,1,1,1,1,1,0.360194653,0,1,1,1,1,1,1,0.006064592,0,0.402126631,0.402157817,0.402039007
-3193,1,0.5514,1,1,1,1,1,1,1,1,0.1894,0.5514,0,1,0.3707,1,1,1,1,1,1,0.38,0.3707,0,1,0.613,1,1,1,0.0049,0.613,0,1,1,1,1,1,0.162101865,0,1,1,1,1,1,1,0.440100223,0,1,1,1,1,1,1,0.006209596,0,0.384122765,0.38417601,0.383865248
-3194,1,0.5514,1,1,1,1,1,1,1,1,0.2151,0.5514,0,1,0.3707,1,1,1,1,1,1,0.3757,0.3707,0,1,0.613,1,1,1,0.0061,0.613,0,1,1,1,1,1,0.198134243,0,1,1,1,1,1,1,0.482299626,0,1,1,1,1,1,1,0.011701248,0,0.374033349,0.374021578,0.374113475
-3195,1,0.5514,1,1,1,1,1,1,1,1,0.2129,0.5514,0,1,0.3707,1,1,1,1,1,1,0.4077,0.3707,0,1,0.613,1,1,1,0.0116,0.613,0,1,1,1,1,1,0.187068135,0,1,1,1,1,1,1,0.5637182,0,1,1,1,1,1,1,0.027636467,0,0.371254229,0.37127142,0.371453901
-3196,1,0.5514,1,1,1,1,1,1,1,1,0.1724,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2563,0.3707,0,1,0.613,1,1,1,0.0258,0.613,0,1,1,1,1,1,0.087062925,0,1,1,1,1,1,1,0.280168355,0,1,1,1,1,1,1,0.042666912,0,0.382612373,0.382695155,0.382535461
-3197,1,0.5514,1,1,1,1,1,1,1,1,0.0966,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1456,0.3707,0,1,0.613,1,1,1,0.0381,0.613,0.0344,1,1,1,1,1,0.098952472,1.92E-06,1,1,1,1,1,1,0.17857115,0,1,1,1,1,1,1,0.058809049,0.022539159,0.416565974,0.416754813,0.416666667
-3198,1,0.5514,1,1,1,1,1,1,1,1,0.0268,0.5514,0.0825,1,0.3707,1,1,1,1,1,1,0.3085,0.3707,0.0783,1,0.613,1,1,1,0.0183,0.613,0.0919,1,1,1,1,1,0.023426274,0.203266799,1,1,1,1,1,1,0.249682516,0.114760317,1,1,1,1,1,1,0.045866638,0.207900241,0.483566941,0.483604823,0.483599291
-3199,1,0.5514,1,1,1,1,1,1,1,1,0.0149,0.5514,0.2082,1,0.3707,1,1,1,1,1,1,0.0828,0.3707,0.2023,1,0.613,1,1,1,0.015,0.613,0.2133,1,1,1,1,1,0.023795024,0.360714912,0.997593701,1,1,1,1,1,0.123146281,0.359636873,1,1,1,1,1,1,0.045728687,0.426216483,0.540659739,0.540723503,0.540780142
-3200,1,0.5514,1,1,1,1,1,1,1,1,0.0138,0.5514,0.3309,1,0.3707,1,1,1,1,1,1,0.0016,0.3707,0.3522,1,0.613,1,1,1,0.0004,0.613,0.3498,1,1,1,1,1,0.008209709,0.545952618,0.896183133,1,1,1,1,1,0.009397389,0.503389597,0.859673858,1,1,1,1,1,0.003066539,0.528925419,0.565430159,0.565474931,0.565159574
-3201,1,0.5514,1,1,1,1,1,1,1,1,0.0171,0.5514,0.4573,1,0.3707,1,1,1,1,1,1,0,0.3707,0.4342,1,0.613,1,1,1,0.0001,0.613,0.4271,1,1,1,1,1,0.004991244,0.630850673,0.874004126,1,1,1,1,1,0.00616655,0.669264913,0.667262316,1,1,1,1,1,0.0024793,0.590271592,0.582709038,0.582822086,0.582890071
-3202,1,0.5514,1,1,1,1,1,1,1,1,0.0287,0.5514,0.4965,1,0.3707,1,1,1,1,1,1,0.006,0.3707,0.4766,1,0.613,1,1,1,0.0001,0.613,0.4558,1,1,1,1,1,0.003019141,0.662618399,0.863556623,1,1,1,1,1,0.02283521,0.668580651,0.613512635,1,1,1,1,1,0.003079286,0.591199219,0.597933784,0.597842183,0.597960993
-3203,1,0.5514,1,1,1,1,1,1,1,1,0.0265,0.5514,0.4893,1,0.3707,1,1,1,1,1,1,0.052,0.3707,0.4596,1,0.613,1,1,1,0,0.613,0.4763,1,1,1,1,1,0.003513404,0.658961594,0.25986883,1,1,1,1,1,0.095578402,0.658876598,0.429378808,1,1,1,1,1,0.004707471,0.638255477,0.606996133,0.606938862,0.607269504
-3204,1,0.5514,1,1,1,1,1,1,1,1,0.0857,0.5514,0.468,1,0.3707,1,1,1,1,1,1,0.0475,0.3707,0.4479,1,0.613,1,1,1,0.0135,0.613,0.5032,1,1,1,1,1,0.014262171,0.663062453,0.375486106,1,1,1,1,1,0.085774027,0.63327235,0.720803022,1,1,1,1,1,0.027776547,0.672674596,0.609956501,0.609900571,0.609929078
-3205,1,0.5514,1,1,1,1,1,1,1,1,0.1324,0.5514,0.4295,1,0.3707,1,1,1,1,1,1,0.1396,0.3707,0.4338,1,0.613,1,1,1,0.0702,0.613,0.4848,1,1,1,1,1,0.019859117,0.598790467,0.308630109,1,1,1,1,1,0.113101602,0.598593891,0.532212853,1,1,1,1,1,0.105315179,0.652817249,0.609714838,0.609689021,0.609929078
-3206,1,0.5514,1,1,1,1,1,1,1,1,0.1588,0.5514,0.4079,1,0.3707,1,1,1,1,1,1,0.1931,0.3707,0.4112,1,0.613,1,1,1,0.057,0.613,0.4606,1,1,1,1,1,0.057720773,0.542870462,0.166391388,1,1,1,1,1,0.165987253,0.599688947,0.204380125,1,1,1,1,1,0.12211331,0.556830168,0.604881585,0.604823355,0.605053191
-3207,1,0.5514,1,1,1,1,1,1,1,1,0.176,0.5514,0.3452,1,0.3707,1,1,1,1,1,1,0.1708,0.3707,0.3684,1,0.613,1,1,1,0.0687,0.613,0.356,1,1,1,1,1,0.046736818,0.494711578,0.228648007,1,1,1,1,1,0.150883317,0.542978048,0.225800008,1,1,1,1,1,0.131399333,0.550176561,0.599323345,0.599323038,0.59929078
-3208,1,0.5514,1,1,1,1,1,1,1,1,0.1013,0.5514,0.2643,1,0.3707,1,1,1,1,1,1,0.0329,0.3707,0.2748,1,0.613,1,1,1,0.0876,0.613,0.2364,1,1,1,1,1,0.042993303,0.435061485,0.101538919,1,1,1,1,1,0.074418716,0.431564093,0.121465191,1,1,1,1,1,0.148063838,0.422889352,0.599021266,0.599111487,0.59929078
-3209,1,0.5514,1,1,1,1,1,1,1,1,0.0712,0.5514,0.1438,1,0.3707,1,1,1,1,1,1,0.0378,0.3707,0.1397,1,0.613,1,1,1,0.0901,0.613,0.1116,1,1,1,1,1,0.041262455,0.283412158,0.036125265,1,1,1,1,1,0.048782151,0.217178315,0.118606016,1,1,1,1,1,0.167685091,0.235206515,0.600712905,0.600803893,0.60106383
-3210,1,0.5514,1,1,1,1,1,1,1,1,0.0367,0.5514,0.0228,1,0.3707,1,1,1,1,1,1,0.0097,0.3707,0.0223,1,0.613,1,1,1,0.1199,0.613,0.0269,1,1,1,1,1,0.025405163,0.051139332,0.018233992,1,1,1,1,1,0.020598952,0.055958893,0.18390131,1,1,1,1,1,0.226830944,0.074659236,0.596362977,0.596361329,0.596631206
-3211,1,0.5514,1,1,1,1,1,1,1,1,0.082,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.1953,0.613,0,1,1,1,1,1,0.057113327,0,0.212985992,1,1,1,1,1,0.006237817,0,0.423529863,1,1,1,1,1,0.416892946,0,0.596302562,0.596361329,0.596631206
-3212,1,0.5514,1,1,1,1,1,1,1,1,0.095,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0057,0.3707,0,1,0.613,1,1,1,0.1358,0.613,0,1,1,1,1,1,0.055531226,0,0.300799251,1,1,1,1,1,0.017010296,0,0.586278856,1,1,1,1,1,0.272644699,0,0.599987917,0.59995769,0.600177305
-3213,1,0.5514,1,1,1,1,1,1,1,1,0.0958,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0235,0.3707,0,1,0.613,1,1,1,0.0794,0.613,0,1,1,1,1,1,0.050249781,0,0.469188482,1,1,1,1,1,0.036358628,0,0.994544506,1,1,1,1,1,0.133903801,0,0.562046883,0.56187857,0.562056738
-3214,1,0.5514,1,1,1,1,1,1,1,1,0.1012,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0501,0.3707,0,1,0.613,1,1,1,0.1038,0.613,0,1,1,1,1,1,0.06273479,0,0.619087875,1,1,1,1,1,0.093111724,0,1,1,1,1,1,1,0.241941035,0,0.50362494,0.503702137,0.503989362
-3215,1,0.5514,1,1,1,1,1,1,1,1,0.0982,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0854,0.3707,0,1,0.613,1,1,1,0.1258,0.613,0,1,1,1,1,1,0.057106845,0,0.785108924,1,1,1,1,1,0.129744679,0,1,1,1,1,1,1,0.267611682,0,0.448948768,0.448910514,0.449024823
-3216,1,0.5514,1,1,1,1,1,1,1,1,0.1181,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0908,0.3707,0,1,0.613,1,1,1,0.1598,0.613,0,1,1,1,1,1,0.091980688,0,0.939513922,1,1,1,1,1,0.112582311,0,1,1,1,1,1,1,0.325895578,0,0.413545191,0.413581553,0.41356383
-3217,1,0.5514,1,1,1,1,1,1,1,1,0.1568,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1224,0.3707,0,1,0.613,1,1,1,0.1405,0.613,0,1,1,1,1,1,0.169618562,0,0.914101779,1,1,1,1,1,0.158373758,0,1,1,1,1,1,1,0.362315267,0,0.393910101,0.393907341,0.394060284
-3218,1,0.5514,1,1,1,1,1,1,1,1,0.1795,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1145,0.3707,0,1,0.613,1,1,1,0.1204,0.613,0,1,1,1,1,1,0.213774011,0,0.952121258,1,1,1,1,1,0.191429287,0,1,1,1,1,1,1,0.315215439,0,0.383095698,0.383118257,0.383421986
-3219,1,0.5514,1,1,1,1,1,1,1,1,0.1589,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0502,0.3707,0,1,0.613,1,1,1,0.0961,0.613,0,1,1,1,1,1,0.133631393,0,0.989922345,1,1,1,1,1,0.136673152,0,1,1,1,1,1,1,0.240946382,0,0.380497825,0.380579649,0.380319149
-3220,1,0.5514,1,1,1,1,1,1,1,1,0.1301,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0092,0.3707,0,1,0.613,1,1,1,0.087,0.613,0,1,1,1,1,1,0.099865854,0,0.96362412,1,1,1,1,1,0.087184928,0,1,1,1,1,1,1,0.227938786,0,0.390043499,0.390099429,0.390070922
-3221,1,0.5514,1,1,1,1,1,1,1,1,0.0734,0.5514,0.0078,1,0.3707,1,1,1,1,1,1,0.0379,0.3707,0.0014,1,0.613,1,1,1,0.072,0.613,0,1,1,1,1,1,0.071261778,0.006837609,0.955001295,1,1,1,1,1,0.083999649,0.001449593,1,1,1,1,1,1,0.194311813,2.37E-05,0.423936684,0.423947535,0.424202128
-3222,1,0.5514,1,1,1,1,1,1,1,1,0.0796,0.5514,0.121,1,0.3707,1,1,1,1,1,1,0.0681,0.3707,0.0852,1,0.613,1,1,1,0.0808,0.613,0.0382,1,1,1,1,1,0.084196582,0.187517107,0.915736854,1,1,1,1,1,0.122809201,0.132955253,1,1,1,1,1,1,0.197675124,0.163047016,0.490877235,0.490797546,0.491134752
-3223,1,0.5514,1,1,1,1,1,1,1,1,0.0585,0.5514,0.2329,1,0.3707,1,1,1,1,1,1,0.0865,0.3707,0.2061,1,0.613,1,1,1,0.0748,0.613,0.159,1,1,1,1,1,0.050559215,0.436293691,0.78238982,1,1,1,1,1,0.105850771,0.379475623,1,1,1,1,1,1,0.200120628,0.312679768,0.547305462,0.547281574,0.547429078
-3224,1,0.5514,1,1,1,1,1,1,1,1,0.166,0.5514,0.3461,1,0.3707,1,1,1,1,1,1,0.1661,0.3707,0.2951,1,0.613,1,1,1,0.0941,0.613,0.2921,1,1,1,1,1,0.100850105,0.570950925,0.762964666,1,1,1,1,1,0.170880824,0.427320153,1,1,1,1,1,1,0.149922252,0.470037401,0.572438376,0.572456103,0.572695035
-3225,1,0.5514,1,1,1,1,1,1,1,1,0.2448,0.5514,0.4434,1,0.3707,1,1,1,1,1,1,0.1909,0.3707,0.3645,1,0.613,1,1,1,0.0553,0.613,0.3491,1,1,1,1,1,0.131612301,0.599099934,0.871849656,1,1,1,1,1,0.215981901,0.459461778,1,1,1,1,1,1,0.064085171,0.605886936,0.588569357,0.588745505,0.588652482
-3226,1,0.5514,1,1,1,1,1,1,1,1,0.2797,0.5514,0.4744,1,0.3707,1,1,1,1,1,1,0.3458,0.3707,0.3895,1,0.613,1,1,1,0.0655,0.613,0.3345,1,1,1,1,1,0.17907016,0.64467901,0.939565301,1,1,1,1,1,0.356334865,0.508613646,1,1,1,1,1,1,0.103961818,0.722738624,0.603250362,0.603342501,0.603280142
-3227,1,0.5514,1,1,1,1,1,1,1,1,0.3256,0.5514,0.4548,1,0.3707,1,1,1,1,1,1,0.3413,0.3707,0.3723,1,0.613,1,1,1,0.1217,0.613,0.4039,1,1,1,1,1,0.240410984,0.594995797,1,1,1,1,1,1,0.374683589,0.49207598,1,1,1,1,1,1,0.199424565,0.816446185,0.609594007,0.609689021,0.609929078
-3228,1,0.5514,1,1,1,1,1,1,1,1,0.3816,0.5514,0.401,1,0.3707,1,1,1,1,1,1,0.4097,0.3707,0.3623,1,0.613,1,1,1,0.1718,0.613,0.4757,1,1,1,1,1,0.295966268,0.56375432,1,1,1,1,1,1,0.492580533,0.494169056,1,1,1,1,1,1,0.321833253,0.772302985,0.610077332,0.610112122,0.609929078
-3229,1,0.5514,1,1,1,1,1,1,1,1,0.3887,0.5514,0.3553,1,0.3707,1,1,1,1,1,1,0.1516,0.3707,0.3359,1,0.613,1,1,1,0.212,0.613,0.4493,1,1,1,1,1,0.325756162,0.500454426,1,1,1,1,1,1,0.245486572,0.512360096,1,1,1,1,1,1,0.364112765,0.681569695,0.609654422,0.609689021,0.609929078
-3230,1,0.5514,1,1,1,1,1,1,1,1,0.2805,0.5514,0.3467,1,0.3707,1,1,1,1,1,1,0.1392,0.3707,0.3835,1,0.613,1,1,1,0.2819,0.613,0.3894,1,1,1,1,1,0.223890021,0.467114538,1,1,1,1,1,1,0.211011231,0.563734353,1,1,1,1,1,1,0.423713446,0.556696773,0.602102465,0.602073197,0.602393617
-3231,1,0.5514,1,1,1,1,1,1,1,1,0.2135,0.5514,0.3166,1,0.3707,1,1,1,1,1,1,0.1571,0.3707,0.2429,1,0.613,1,1,1,0.2714,0.613,0.2615,1,1,1,1,1,0.163082644,0.457947373,1,1,1,1,1,1,0.198351264,0.348376632,1,1,1,1,1,1,0.322567999,0.446750641,0.596423393,0.596572879,0.596631206
-3232,1,0.5514,1,1,1,1,1,1,1,1,0.1165,0.5514,0.2293,1,0.3707,1,1,1,1,1,1,0.1346,0.3707,0.1303,1,0.613,1,1,1,0.384,0.613,0.1661,1,1,1,1,1,0.119374767,0.314301103,1,1,1,1,1,1,0.157761604,0.13501665,1,1,1,1,1,1,0.374273062,0.362672031,0.598598357,0.598688386,0.598847518
-3233,1,0.5514,1,1,1,1,1,1,1,1,0.0874,0.5514,0.0839,1,0.3707,1,1,1,1,1,1,0.0962,0.3707,0.0098,1,0.613,1,1,1,0.3236,0.613,0.1129,1,1,1,1,1,0.083513319,0.119968854,1,1,1,1,1,1,0.100132316,0.03546204,1,1,1,1,1,1,0.413638175,0.26584056,0.603371194,0.603342501,0.603280142
-3234,1,0.5514,1,1,1,1,1,1,1,1,0.1027,0.5514,0.002,1,0.3707,1,1,1,1,1,1,0.04,0.3707,0.001,1,0.613,1,1,1,0.3061,0.613,0.0272,1,1,1,1,1,0.057709191,0.003873655,1,1,1,1,1,1,0.064969108,0.010557941,1,1,1,1,1,1,0.475105256,0.064940326,0.60119623,0.601226994,0.601507092
-3235,1,0.5514,1,1,1,1,1,1,1,1,0.1462,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0145,0.3707,0,1,0.613,1,1,1,0.272,0.613,0,1,1,1,1,1,0.077495597,0,1,1,1,1,1,1,0.034909327,0,1,1,1,1,1,1,0.516725242,0,0.601739971,0.601650095,0.601950355
-3236,1,0.5514,1,1,1,1,1,1,1,1,0.1545,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.3037,0.613,0,1,1,1,1,1,0.078004591,0,1,1,1,1,1,1,0.009109791,0,1,1,1,1,1,1,0.495127141,0,0.600954567,0.601015443,0.601507092
-3237,1,0.5514,1,1,1,1,1,1,1,1,0.2746,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.2376,0.613,0,1,1,1,1,1,0.129053131,0,1,1,1,1,1,1,0.016018208,0,1,1,1,1,1,1,0.403491825,0,0.562348961,0.562301671,0.5625
-3238,1,0.5514,1,1,1,1,1,1,1,1,0.2593,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0035,0.3707,0,1,0.613,1,1,1,0.2126,0.613,0,1,1,1,1,1,0.049039181,0,1,1,1,1,1,1,0.016144084,0,1,1,1,1,1,1,0.335057676,0,0.50459159,0.50475989,0.504432624
-3239,1,0.5514,1,1,1,1,1,1,1,1,0.2437,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.1528,0.613,0,1,1,1,1,1,0.044079971,0,1,1,1,1,1,1,0.018056899,0,1,1,1,1,1,1,0.209652439,0,0.451304978,0.451237571,0.451241135
-3240,1,0.5514,1,1,1,1,1,1,1,1,0.1402,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.1669,0.613,0,1,1,1,1,1,0.025932493,0,1,1,1,1,1,1,0.004891437,0,1,1,1,1,1,1,0.21258375,0,0.416686805,0.416754813,0.416666667
-3241,1,0.5514,1,1,1,1,1,1,1,1,0.177,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.1304,0.613,0,1,1,1,1,1,0.040377162,0,1,1,1,1,1,1,0.008715033,0,1,1,1,1,1,1,0.198474795,0,0.397172547,0.397080601,0.397163121
-3242,1,0.5514,1,1,1,1,1,1,1,1,0.2143,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0057,0.3707,0,1,0.613,1,1,1,0.0813,0.613,0,1,1,1,1,1,0.065653309,0,1,1,1,1,1,1,0.022188861,0,1,1,1,1,1,1,0.160341546,0,0.386962301,0.386926169,0.386968085
-3243,1,0.5514,1,1,1,1,1,1,1,1,0.1885,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0054,0.3707,0,1,0.613,1,1,1,0.1025,0.613,0,1,1,1,1,1,0.035982136,0,1,1,1,1,1,1,0.012125852,0,1,1,1,1,1,1,0.181534201,0,0.383820686,0.383752909,0.383865248
-3244,1,0.5514,1,1,1,1,1,1,1,1,0.1285,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0961,0.613,0,1,1,1,1,1,0.027051151,0,1,1,1,1,1,1,0.002849645,0,0.517055809,1,1,1,1,1,0.145112231,0,0.393366361,0.393484239,0.393617021
-3245,1,0.5514,1,1,1,1,1,1,1,1,0.051,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0678,0.613,0,1,1,1,1,1,0.010532743,0,0.973627865,1,1,1,1,1,0.001104158,0,0.360100806,1,1,1,1,1,0.105923891,0.00019797,0.429676172,0.429870954,0.429964539
-3246,1,0.5514,1,1,1,1,1,1,1,1,0.0291,0.5514,0.0203,1,0.3707,1,1,1,1,1,1,0,0.3707,0.0079,1,0.613,1,1,1,0.0987,0.613,0.0594,1,1,1,1,1,0.002937044,0.041049976,0.593811512,1,1,1,1,1,0.000143914,0.023894772,0.290376723,1,1,1,1,1,0.080617331,0.074334748,0.498972934,0.499048022,0.499113475
-3247,1,0.5514,1,1,1,1,1,1,1,1,0.0774,0.5514,0.1277,1,0.3707,1,1,1,1,1,1,0,0.3707,0.1093,1,0.613,1,1,1,0.1167,0.613,0.1495,1,1,1,1,1,0.01241593,0.164978877,0.935883641,1,1,1,1,1,0.000961879,0.172177792,0.260333776,1,1,1,1,1,0.117979988,0.357661873,0.556730304,0.556589803,0.556737589
-3248,1,0.5514,1,1,1,1,1,1,1,1,0.0298,0.5514,0.1519,1,0.3707,1,1,1,1,1,1,0,0.3707,0.2011,1,0.613,1,1,1,0.0865,0.613,0.3338,1,1,1,1,1,0.008550669,0.219480902,0.992282867,1,1,1,1,1,0.002442925,0.378114343,0.65193069,1,1,1,1,1,0.057970718,0.479449332,0.582346544,0.582398985,0.582446809
-3249,1,0.5514,1,1,1,1,1,1,1,1,0.0354,0.5514,0.2408,1,0.3707,1,1,1,1,1,1,0,0.3707,0.3287,1,0.613,1,1,1,0.088,0.613,0.3976,1,1,1,1,1,0.010320151,0.369893372,1,1,1,1,1,1,0.002986471,0.572346151,0.063946068,1,1,1,1,1,0.047490895,0.472977698,0.597631706,0.597630633,0.59751773
-3250,1,0.5514,1,1,1,1,1,1,1,1,0.1096,0.5514,0.4103,1,0.3707,1,1,1,1,1,1,0,0.3707,0.4937,1,0.613,1,1,1,0.0668,0.613,0.4944,1,1,1,1,1,0.02562895,0.724281371,1,1,1,1,1,1,0.00189249,0.69722873,0.228383526,1,1,1,1,1,0.054885119,0.409339219,0.609473175,0.60947747,0.609929078
-3251,1,0.5514,1,1,1,1,1,1,1,1,0.0683,0.5514,0.3947,1,0.3707,1,1,1,1,1,1,0,0.3707,0.4051,1,0.613,1,1,1,0.0967,0.613,0.5044,1,1,1,1,1,0.010086086,0.58752346,1,1,1,1,1,1,0.000118709,0.641323924,0.304031163,1,1,1,1,1,0.070870936,0.563053906,0.614971,0.614977787,0.615248227
-3252,1,0.5514,1,1,1,1,1,1,1,1,0.0875,0.5514,0.4113,1,0.3707,1,1,1,1,1,1,0,0.3707,0.4479,1,0.613,1,1,1,0.0975,0.613,0.5505,1,1,1,1,1,0.012967049,0.632830441,1,1,1,1,1,1,0.000680731,0.713279665,0.5623312,1,1,1,1,1,0.086357668,0.636495531,0.614487675,0.614554686,0.614804965
-3253,1,0.5514,1,1,1,1,1,1,1,1,0.0957,0.5514,0.4268,1,0.3707,1,1,1,1,1,1,0.025,0.3707,0.5024,1,0.613,1,1,1,0.1245,0.613,0.5905,1,1,1,1,1,0.023989778,0.659374237,1,1,1,1,1,1,0.015906258,0.685600102,0.373460233,1,1,1,1,1,0.152018815,0.660086334,0.616058482,0.616035541,0.616134752
-3254,1,0.5514,1,1,1,1,1,1,1,1,0.1643,0.5514,0.4759,1,0.3707,1,1,1,1,1,1,0.0431,0.3707,0.5042,1,0.613,1,1,1,0.1435,0.613,0.4958,1,1,1,1,1,0.127791747,0.71533978,0.995272815,1,1,1,1,1,0.051115789,0.744361103,0.298380375,1,1,1,1,1,0.258754432,0.625716567,0.615514741,0.615612439,0.615691489
-3255,1,0.5514,1,1,1,1,1,1,1,1,0.1133,0.5514,0.4177,1,0.3707,1,1,1,1,1,1,0.1095,0.3707,0.4513,1,0.613,1,1,1,0.1319,0.613,0.358,1,1,1,1,1,0.127736792,0.702758074,0.874123454,1,1,1,1,1,0.097912408,0.752361655,0.173739806,1,1,1,1,1,0.252619505,0.640847743,0.615514741,0.615612439,0.615691489
-3256,1,0.5514,1,1,1,1,1,1,1,1,0.1427,0.5514,0.3011,1,0.3707,1,1,1,1,1,1,0.1007,0.3707,0.3717,1,0.613,1,1,1,0.0826,0.613,0.235,1,1,1,1,1,0.126679614,0.871008873,0.783360362,1,1,1,1,1,0.121838018,0.882502377,0.223421216,1,1,1,1,1,0.232979566,0.769984126,0.617387627,0.617304845,0.617464539
-3257,1,0.5514,1,1,1,1,1,1,1,1,0.0941,0.5514,0.1519,1,0.3707,1,1,1,1,1,1,0.0937,0.3707,0.1946,1,0.613,1,1,1,0.1,0.613,0.1199,1,1,1,1,1,0.07527744,0.619948566,0.393322468,1,1,1,1,1,0.100839987,0.650115132,0.119344771,1,1,1,1,1,0.322536856,0.524516821,0.616360561,0.616458642,0.616578014
-3258,1,0.5514,1,1,1,1,1,1,1,1,0.1324,0.5514,0.0629,1,0.3707,1,1,1,1,1,1,0.1106,0.3707,0.0958,1,0.613,1,1,1,0.1269,0.613,0.0431,1,1,1,1,1,0.101728305,0.393275589,0.315299749,1,1,1,1,1,0.12196894,0.410679787,0.13865681,1,1,1,1,1,0.273119986,0.313581675,0.608144031,0.607996615,0.608156028
-3259,1,0.5514,1,1,1,1,1,1,1,1,0.2082,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1687,0.3707,0,1,0.613,1,1,1,0.1053,0.613,0,1,1,1,1,1,0.13818197,0,0.705063343,1,1,1,1,1,0.218676835,0,0.281746596,1,1,1,1,1,0.175493121,0,0.604337844,0.604400254,0.604609929
-3260,1,0.5514,1,1,1,1,1,1,1,1,0.179,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2885,0.3707,0,1,0.613,1,1,1,0.0821,0.613,0,1,1,1,1,1,0.11748302,0,0.364438415,1,1,1,1,1,0.313437819,0,0.221448183,1,1,1,1,1,0.085225806,0,0.617870952,0.617727946,0.618351064
-3261,1,0.5514,1,1,1,1,1,1,1,1,0.2598,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0843,0.3707,0,1,0.613,1,1,1,0.041,0.613,0,1,1,1,1,1,0.186661646,0,0.896942973,1,1,1,1,1,0.279356539,0,0.706539333,1,1,1,1,1,0.041591216,0,0.584340261,0.584302941,0.584219858
-3262,1,0.5514,1,1,1,1,1,1,1,1,0.2496,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2944,0.3707,0,1,0.613,1,1,1,0.0217,0.613,0,1,1,1,1,1,0.169513345,0,1,1,1,1,1,1,0.307400763,0,0.880222023,1,1,1,1,1,0.045887269,0,0.523562107,0.523587899,0.523492908
-3263,1,0.5514,1,1,1,1,1,1,1,1,0.3349,0.5514,0,1,0.3707,1,1,1,1,1,1,0.371,0.3707,0,1,0.613,1,1,1,0.0558,0.613,0,1,1,1,1,1,0.289715081,0,1,1,1,1,1,1,0.425603807,0,1,1,1,1,1,1,0.059210867,0,0.464354761,0.464353713,0.464095745
-3264,1,0.5514,1,1,1,1,1,1,1,1,0.3692,0.5514,0,1,0.3707,1,1,1,1,1,1,0.9019,0.3707,0,1,0.613,1,1,1,0.1084,0.613,0,1,1,1,1,1,0.461463124,0,1,1,1,1,1,1,0.74983114,0,1,1,1,1,1,1,0.063679315,0,0.425144998,0.425005289,0.425088652
-3265,1,0.5514,1,1,1,1,1,1,1,1,0.3649,0.5514,0,1,0.3707,1,1,1,1,1,1,0.8244,0.3707,0,1,0.613,1,1,1,0.1428,0.613,0,1,1,1,1,1,0.520628095,0,1,1,1,1,1,1,0.790055692,0,1,1,1,1,1,1,0.141292021,0,0.402670372,0.402792469,0.402925532
-3266,1,0.5514,1,1,1,1,1,1,1,1,0.4218,0.5514,0,1,0.3707,1,1,1,1,1,1,0.8205,0.3707,0,1,0.613,1,1,1,0.1695,0.613,0,1,1,1,1,1,0.598469019,0,1,1,1,1,1,1,0.790394187,0,1,1,1,1,1,1,0.24444665,0,0.389862252,0.389887878,0.390070922
-3267,1,0.5514,1,1,1,1,1,1,1,1,0.4602,0.5514,0,1,0.3707,1,1,1,1,1,1,0.6809,0.3707,0,1,0.613,1,1,1,0.2705,0.613,0,1,1,1,1,1,0.593565166,0,1,1,1,1,1,1,0.709866047,0,1,1,1,1,1,1,0.545867503,0,0.384122765,0.38417601,0.383865248
-3268,1,0.5514,1,1,1,1,1,1,1,1,0.4079,0.5514,0,1,0.3707,1,1,1,1,1,1,0.6416,0.3707,0,1,0.613,1,1,1,0.4216,0.613,0,1,1,1,1,1,0.562440336,0,0.974945605,1,1,1,1,1,0.689373493,0,1,1,1,1,1,1,0.742635012,0,0.39058724,0.390734081,0.390514184
-3269,1,0.5514,1,1,1,1,1,1,1,1,0.4435,0.5514,0.0655,1,0.3707,1,1,1,1,1,1,0.6384,0.3707,0.0876,1,0.613,1,1,1,0.4558,0.613,0.1114,1,1,1,1,1,0.576483667,0.218108073,0.911326528,1,1,1,1,1,0.677494168,0.200281829,1,1,1,1,1,1,0.795803487,0.386573911,0.418197197,0.418235667,0.417996454
-3270,1,0.5514,1,1,1,1,1,1,1,1,0.3759,0.5514,0.1207,1,0.3707,1,1,1,1,1,1,0.4197,0.3707,0.1365,1,0.613,1,1,1,0.4675,0.613,0.0949,1,1,1,1,1,0.484002858,0.585406184,0.704827368,1,1,1,1,1,0.424999356,0.598282516,0.980170488,1,1,1,1,1,0.796406507,0.709828794,0.483385694,0.483393273,0.483156028
-3271,1,0.5514,1,1,1,1,1,1,1,1,0.355,0.5514,0.2508,1,0.3707,1,1,1,1,1,1,0.3136,0.3707,0.2938,1,0.613,1,1,1,0.401,0.613,0.2621,1,1,1,1,1,0.45062381,0.804222763,0.538320243,1,1,1,1,1,0.343723744,0.842432261,0.963744581,1,1,1,1,1,0.599217296,0.887786746,0.535403577,0.535434737,0.535460993
-3272,1,0.5514,1,1,1,1,1,1,1,1,0.3216,0.5514,0.4298,1,0.3707,1,1,1,1,1,1,0.4521,0.3707,0.4662,1,0.613,1,1,1,0.5338,0.613,0.4415,1,1,1,1,1,0.472126126,0.940051317,0.654929399,1,1,1,1,1,0.441441447,0.964748919,0.366532475,1,1,1,1,1,0.706372738,0.969293416,0.55679072,0.556801354,0.556737589
-3273,1,0.5514,1,1,1,1,1,1,1,1,0.2772,0.5514,0.5837,1,0.3707,1,1,1,1,1,1,0.3719,0.3707,0.6014,1,0.613,1,1,1,0.5858,0.613,0.5766,1,1,1,1,1,0.36798498,0.994523406,0.58867538,1,1,1,1,1,0.377211571,0.997967541,0.51033932,1,1,1,1,1,0.666653216,0.99832195,0.56959884,0.569705945,0.569592199
-3274,1,0.5514,1,1,1,1,1,1,1,1,0.1866,0.5514,0.6924,1,0.3707,1,1,1,1,1,1,0.1358,0.3707,0.6941,1,0.613,1,1,1,0.4903,0.613,0.6702,1,1,1,1,1,0.276662081,0.999555826,0.580903172,1,1,1,1,1,0.143017367,0.999680042,0.641312897,1,1,1,1,1,0.470030874,0.999554873,0.580836153,0.580706579,0.581117021
-3275,1,0.5514,1,1,1,1,1,1,1,1,0.136,0.5514,0.7224,1,0.3707,1,1,1,1,1,1,0.1349,0.3707,0.7264,1,0.613,1,1,1,0.4669,0.613,0.6591,1,1,1,1,1,0.159837216,0.999710023,0.541784406,1,1,1,1,1,0.139033243,0.999851108,0.507269442,1,1,1,1,1,0.577417433,0.999819517,0.586394393,0.586418447,0.58643617
-3276,1,0.5514,1,1,1,1,1,1,1,1,0.0992,0.5514,0.7193,1,0.3707,1,1,1,1,1,1,0.1214,0.3707,0.7241,1,0.613,1,1,1,0.4169,0.613,0.6461,1,1,1,1,1,0.125203028,0.999262154,0.480140895,1,1,1,1,1,0.12752901,0.999614775,0.225092947,1,1,1,1,1,0.49664703,0.997603297,0.586333978,0.586418447,0.58643617
-3277,1,0.5514,1,1,1,1,1,1,1,1,0.0655,0.5514,0.713,1,0.3707,1,1,1,1,1,1,0.0935,0.3707,0.7211,1,0.613,1,1,1,0.3841,0.613,0.6705,1,1,1,1,1,0.070804395,0.998866975,0.557927847,1,1,1,1,1,0.086638883,0.999301255,0.19126676,1,1,1,1,1,0.455507189,0.993552148,0.589596423,0.589591707,0.589539007
-3278,1,0.5514,1,1,1,1,1,1,1,1,0.0665,0.5514,0.629,1,0.3707,1,1,1,1,1,1,0.0458,0.3707,0.6509,1,0.613,1,1,1,0.4391,0.613,0.5943,1,1,1,1,1,0.049095184,0.995081127,0.571605504,1,1,1,1,1,0.05905376,0.997370124,0.202929586,1,1,1,1,1,0.534048676,0.993469119,0.587058966,0.587053099,0.587322695
-3279,1,0.5514,1,1,1,1,1,1,1,1,0.0488,0.5514,0.5021,1,0.3707,1,1,1,1,1,1,0.0551,0.3707,0.5351,1,0.613,1,1,1,0.3052,0.613,0.4878,1,1,1,1,1,0.036482334,0.967737436,0.3899239,1,1,1,1,1,0.061411731,0.967089951,0.062052101,1,1,1,1,1,0.453445137,0.979270697,0.584823586,0.584726042,0.584663121
-3280,1,0.5514,1,1,1,1,1,1,1,1,0.035,0.5514,0.3394,1,0.3707,1,1,1,1,1,1,0.079,0.3707,0.3904,1,0.613,1,1,1,0.2589,0.613,0.3247,1,1,1,1,1,0.033434693,0.92034471,0.299853563,1,1,1,1,1,0.071557306,0.928643405,0.00462644,1,1,1,1,1,0.346913278,0.942266822,0.584038183,0.583879839,0.584219858
-3281,1,0.5514,1,1,1,1,1,1,1,1,0.0174,0.5514,0.1538,1,0.3707,1,1,1,1,1,1,0.0803,0.3707,0.2148,1,0.613,1,1,1,0.2383,0.613,0.1297,1,1,1,1,1,0.025560945,0.795824707,0.230506271,1,1,1,1,1,0.070367545,0.79651314,0,1,1,1,1,1,0.219398901,0.808998168,0.580534074,0.580495029,0.580673759
-3282,1,0.5514,1,1,1,1,1,1,1,1,0.0097,0.5514,0.0874,1,0.3707,1,1,1,1,1,1,0.0984,0.3707,0.1168,1,0.613,1,1,1,0.1837,0.613,0.0823,1,1,1,1,1,0.02004284,0.517592072,0.294098675,1,1,1,1,1,0.08231236,0.536177099,0,1,1,1,1,1,0.180802077,0.538319409,0.570867569,0.570763698,0.570921986
-3283,1,0.5514,1,1,1,1,1,1,1,1,0.0045,0.5514,0,1,0.3707,1,1,1,1,1,1,0.052,0.3707,0,1,0.613,1,1,1,0.1329,0.613,0,1,1,1,1,1,0.015505292,0,0.327249318,1,1,1,1,1,0.076364987,0,0,1,1,1,1,1,0.199554935,0,0.567725955,0.567801989,0.567819149
-3284,1,0.5514,1,1,1,1,1,1,1,1,0.0042,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0915,0.3707,0,1,0.613,1,1,1,0.0767,0.613,0,1,1,1,1,1,0.039592069,0,0.203540877,1,1,1,1,1,0.145257533,0,0,1,1,1,1,1,0.175978258,0,0.585246496,0.585149143,0.585106383
-3285,1,0.5514,1,1,1,1,1,1,1,1,0.0164,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1468,0.3707,0,1,0.613,1,1,1,0.0801,0.613,0,1,1,1,1,1,0.113012448,0,0.335402638,1,1,1,1,1,0.189760596,0,0,1,1,1,1,1,0.228838265,0,0.5590261,0.558916861,0.558953901
-3286,1,0.5514,1,1,1,1,1,1,1,1,0.0887,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1846,0.3707,0,1,0.613,1,1,1,0.0928,0.613,0,1,1,1,1,1,0.161852628,0,0.384330601,1,1,1,1,1,0.222431749,0,0,1,1,1,1,1,0.240093246,0,0.500845819,0.500740427,0.500886525
-3287,1,0.5514,1,1,1,1,1,1,1,1,0.0826,0.5514,0,1,0.3707,1,1,1,1,1,1,0.3417,0.3707,0,1,0.613,1,1,1,0.131,0.613,0,1,1,1,1,1,0.210301042,0,0.49000451,1,1,1,1,1,0.374731213,0,0,1,1,1,1,1,0.315097213,0,0.445323828,0.445314153,0.445035461
-3288,1,0.5514,1,1,1,1,1,1,1,1,0.0424,0.5514,0,1,0.3707,1,1,1,1,1,1,0.3357,0.3707,0,1,0.613,1,1,1,0.1725,0.613,0,1,1,1,1,1,0.139158398,0,0.626732767,1,1,1,1,1,0.431380153,0,0.004940576,1,1,1,1,1,0.398683965,0,0.408168197,0.408081235,0.408244681
-3289,1,0.5514,1,1,1,1,1,1,1,1,0.0247,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2884,0.3707,0,1,0.613,1,1,1,0.2488,0.613,0,1,1,1,1,1,0.090597436,0,0.607489228,1,1,1,1,1,0.31919834,0,0.013601832,1,1,1,1,1,0.526051581,0,0.386297728,0.386291517,0.38608156
-3290,1,0.5514,1,1,1,1,1,1,1,1,0.031,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2562,0.3707,0,1,0.613,1,1,1,0.2239,0.613,0,1,1,1,1,1,0.122551836,0,0.614804506,1,1,1,1,1,0.301481724,0,0.004911518,1,1,1,1,1,0.457641363,0,0.375241663,0.375290882,0.375443262
-3291,1,0.5514,1,1,1,1,1,1,1,1,0.021,0.5514,0,1,0.3707,1,1,1,1,1,1,0.147,0.3707,0,1,0.613,1,1,1,0.2379,0.613,0,1,1,1,1,1,0.077373311,0,0.608622432,1,1,1,1,1,0.203482628,0,0.01701911,1,1,1,1,1,0.467612028,0,0.371435476,0.37148297,0.371453901
-3292,1,0.5514,1,1,1,1,1,1,1,1,0.0254,0.5514,0,1,0.3707,1,1,1,1,1,1,0.051,0.3707,0,1,0.613,1,1,1,0.2267,0.613,0,1,1,1,1,1,0.104433335,0,0.553371429,1,1,1,1,1,0.084826536,0,0.006343456,1,1,1,1,1,0.46634233,0,0.380799903,0.380791199,0.380762411
-3293,1,0.5514,1,1,1,1,1,1,1,1,0.0411,0.5514,0.1456,1,0.3707,1,1,1,1,1,1,0.2272,0.3707,0.1737,1,0.613,1,1,1,0.1872,0.613,0.1466,1,1,1,1,1,0.141374588,0.360615999,0.526421189,1,1,1,1,1,0.261345446,0.335135281,0.009454189,1,1,1,1,1,0.383335263,0.439274788,0.409134848,0.409138989,0.409131206
-3294,1,0.5514,1,1,1,1,1,1,1,1,0.0229,0.5514,0.1055,1,0.3707,1,1,1,1,1,1,0.1511,0.3707,0.1423,1,0.613,1,1,1,0.0955,0.613,0.0877,1,1,1,1,1,0.097564973,0.683441222,0.32005778,1,1,1,1,1,0.164136648,0.670309246,0.019216232,1,1,1,1,1,0.245551184,0.7512604,0.47480667,0.474719695,0.474734043
-3295,1,0.5514,1,1,1,1,1,1,1,1,0,0.5514,0.2666,1,0.3707,1,1,1,1,1,1,0.047,0.3707,0.298,1,0.613,1,1,1,0.0241,0.613,0.2623,1,1,1,1,1,0.004198231,0.869528413,0.263391852,1,1,1,1,1,0.065210409,0.874850273,0.00921021,1,1,1,1,1,0.087150864,0.920036972,0.52978492,0.529722869,0.529698582
-3296,1,0.5514,1,1,1,1,1,1,1,1,0.0007,0.5514,0.4338,1,0.3707,1,1,1,1,1,1,0.0042,0.3707,0.4572,1,0.613,1,1,1,0.0422,0.613,0.4449,1,1,1,1,1,2.50E-05,0.929816723,0.371221334,1,1,1,1,1,0.010746675,0.941412747,0.052735087,1,1,1,1,1,0.044194568,0.962392449,0.553830353,0.553839645,0.554078014
-3297,1,0.5514,1,1,1,1,1,1,1,1,0.0112,0.5514,0.5573,1,0.3707,1,1,1,1,1,1,0,0.3707,0.5676,1,0.613,1,1,1,0.0559,0.613,0.5827,1,1,1,1,1,0.002703548,0.938479543,0.668846607,1,1,1,1,1,0,0.949462473,0.119132474,1,1,1,1,1,0.033226475,0.980229735,0.568934268,0.568859742,0.569148936
-3298,1,0.5514,1,1,1,1,1,1,1,1,0.0276,0.5514,0.6376,1,0.3707,1,1,1,1,1,1,0,0.3707,0.6456,1,0.613,1,1,1,0.0657,0.613,0.6836,1,1,1,1,1,0.005386798,0.936651886,0.808428049,1,1,1,1,1,0.00219582,0.952655673,0.206793994,1,1,1,1,1,0.087432586,0.984066606,0.580775737,0.580706579,0.580673759
-3299,1,0.5514,1,1,1,1,1,1,1,1,0.0675,0.5514,0.6613,1,0.3707,1,1,1,1,1,1,0.015,0.3707,0.6885,1,0.613,1,1,1,0.0718,0.613,0.7037,1,1,1,1,1,0.010703497,0.954806149,0.838380218,1,1,1,1,1,0.019319423,0.97664392,0.319396883,1,1,1,1,1,0.095960535,0.992706716,0.586152731,0.585995346,0.58643617
-3300,1,0.5514,1,1,1,1,1,1,1,1,0.0902,0.5514,0.6631,1,0.3707,1,1,1,1,1,1,0.0043,0.3707,0.6972,1,0.613,1,1,1,0.0889,0.613,0.7008,1,1,1,1,1,0.014889078,0.963112295,0.895021677,1,1,1,1,1,0.025556857,0.980869889,0.445671737,1,1,1,1,1,0.074711144,0.974922478,0.585488159,0.585572245,0.585549645
-3301,1,0.5514,1,1,1,1,1,1,1,1,0.0951,0.5514,0.6473,1,0.3707,1,1,1,1,1,1,0.0136,0.3707,0.6911,1,0.613,1,1,1,0.1202,0.613,0.6975,1,1,1,1,1,0.018558905,0.946237862,0.906076312,1,1,1,1,1,0.044097297,0.973162293,0.599924326,1,1,1,1,1,0.103845052,0.970584035,0.586756887,0.586629998,0.586879433
-3302,1,0.5514,1,1,1,1,1,1,1,1,0.0779,0.5514,0.5858,1,0.3707,1,1,1,1,1,1,0,0.3707,0.6217,1,0.613,1,1,1,0.1148,0.613,0.612,1,1,1,1,1,0.015517082,0.931970477,0.931997776,1,1,1,1,1,0.019441273,0.953900099,1,1,1,1,1,1,0.125683784,0.958291888,0.582286129,0.582398985,0.582446809
-3303,1,0.5514,1,1,1,1,1,1,1,1,0.0485,0.5514,0.4687,1,0.3707,1,1,1,1,1,1,0.0024,0.3707,0.516,1,0.613,1,1,1,0.1573,0.613,0.4828,1,1,1,1,1,0.015778925,0.899944305,0.877686739,1,1,1,1,1,0.018918645,0.937080145,0.873262644,1,1,1,1,1,0.1385355,0.935985327,0.577754954,0.57774487,0.578014184
-3304,1,0.5514,1,1,1,1,1,1,1,1,0.0844,0.5514,0.3282,1,0.3707,1,1,1,1,1,1,0.0361,0.3707,0.3821,1,0.613,1,1,1,0.1678,0.613,0.3169,1,1,1,1,1,0.024757832,0.861861289,0.771280408,1,1,1,1,1,0.068260528,0.90052408,0.646452904,1,1,1,1,1,0.123050824,0.892815113,0.573163364,0.573090755,0.57358156
-3305,1,0.5514,1,1,1,1,1,1,1,1,0.0629,0.5514,0.1581,1,0.3707,1,1,1,1,1,1,0.0347,0.3707,0.2116,1,0.613,1,1,1,0.1444,0.613,0.1243,1,1,1,1,1,0.026675887,0.736087918,0.581761241,1,1,1,1,1,0.051018298,0.780210614,0.662975967,1,1,1,1,1,0.118382782,0.753134668,0.564523925,0.564628729,0.564716312
-3306,1,0.5514,1,1,1,1,1,1,1,1,0.0408,0.5514,0.0825,1,0.3707,1,1,1,1,1,1,0.0345,0.3707,0.1134,1,0.613,1,1,1,0.1284,0.613,0.0769,1,1,1,1,1,0.046435311,0.478651375,0.523937345,1,1,1,1,1,0.034645855,0.520086169,0.695058465,1,1,1,1,1,0.127742559,0.483923346,0.551232479,0.551301037,0.55141844
-3307,1,0.5514,1,1,1,1,1,1,1,1,0.0643,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1196,0.3707,0,1,0.613,1,1,1,0.1439,0.613,0,1,1,1,1,1,0.1603764,0,0.543319702,1,1,1,1,1,0.152247488,0,0.568211555,1,1,1,1,1,0.161634073,0,0.543438859,0.543473662,0.543439716
-3308,1,0.5514,1,1,1,1,1,1,1,1,0.0877,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1439,0.3707,0,1,0.613,1,1,1,0.1312,0.613,0,1,1,1,1,1,0.218385875,0,0.492759556,1,1,1,1,1,0.218293548,0,0.455351889,1,1,1,1,1,0.147992939,0,0.557455292,0.557436006,0.557624113
-3309,1,0.5514,1,1,1,1,1,1,1,1,0.071,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1256,0.3707,0,1,0.613,1,1,1,0.0859,0.613,0,1,1,1,1,1,0.16995886,0,0.30072099,1,1,1,1,1,0.179964125,0,0.153332204,1,1,1,1,1,0.152187452,0,0.538666022,0.538819547,0.53856383
-3310,1,0.5514,1,1,1,1,1,1,1,1,0.0976,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1364,0.3707,0,1,0.613,1,1,1,0.1089,0.613,0,1,1,1,1,1,0.221550763,0,0.163857624,1,1,1,1,1,0.128234297,0,0.078734033,1,1,1,1,1,0.157003298,0,0.492387627,0.492489951,0.492464539
-3311,1,0.5514,1,1,1,1,1,1,1,1,0.1147,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1373,0.3707,0,1,0.613,1,1,1,0.0756,0.613,0,1,1,1,1,1,0.264279574,0,0.284560502,1,1,1,1,1,0.121118136,0,0.200340852,1,1,1,1,1,0.108366325,0,0.441940551,0.441929342,0.441932624
-3312,1,0.5514,1,1,1,1,1,1,1,1,0.1429,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1157,0.3707,0,1,0.613,1,1,1,0.0846,0.613,0,1,1,1,1,1,0.258774966,0,0.548570395,1,1,1,1,1,0.106435597,0,0.195518076,1,1,1,1,1,0.097431131,0,0.404301595,0.404273323,0.404255319
-3313,1,0.5514,1,1,1,1,1,1,1,1,0.1679,0.5514,0,1,0.3707,1,1,1,1,1,1,0.133,0.3707,0,1,0.613,1,1,1,0.1019,0.613,0,1,1,1,1,1,0.245906398,0,0.62077266,1,1,1,1,1,0.11730133,0,0.115007862,1,1,1,1,1,0.122141123,0,0.382551957,0.382695155,0.382535461
-3314,1,0.5514,1,1,1,1,1,1,1,1,0.1545,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0565,0.3707,0,1,0.613,1,1,1,0.1203,0.613,0,1,1,1,1,1,0.164964467,0,0.476395011,1,1,1,1,1,0.049984541,0,0.181832463,1,1,1,1,1,0.181396201,0,0.369683422,0.369790565,0.369680851
-3315,1,0.5514,1,1,1,1,1,1,1,1,0.1536,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0468,0.3707,0,1,0.613,1,1,1,0.0911,0.613,0,1,1,1,1,1,0.180951282,0,0.370214999,1,1,1,1,1,0.036841542,0,0.198409975,1,1,1,1,1,0.178949207,0,0.362856452,0.362809393,0.362588652
-3316,1,0.5514,1,1,1,1,1,1,1,1,0.1605,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2139,0.3707,0,1,0.613,1,1,1,0.115,0.613,0,1,1,1,1,1,0.285395235,0,0.451340824,1,1,1,1,1,0.204874769,0,0.303556055,1,1,1,1,1,0.236279622,0,0.365091832,0.36513645,0.364804965
-3317,1,0.5514,1,1,1,1,1,1,1,1,0.2039,0.5514,0.1377,1,0.3707,1,1,1,1,1,1,0.2172,0.3707,0.1525,1,0.613,1,1,1,0.1449,0.613,0.1194,1,1,1,1,1,0.35095045,0.330305189,0.631823361,1,1,1,1,1,0.235584319,0.287228405,0.623086214,1,1,1,1,1,0.283866525,0.381698757,0.369925085,0.369790565,0.369680851
-3318,1,0.5514,1,1,1,1,1,1,1,1,0.2019,0.5514,0.1,1,0.3707,1,1,1,1,1,1,0.1678,0.3707,0.1393,1,0.613,1,1,1,0.1088,0.613,0.0882,1,1,1,1,1,0.352946758,0.660345733,0.739519238,1,1,1,1,1,0.164728269,0.633852959,0.616050303,1,1,1,1,1,0.255655318,0.697619915,0.394937168,0.394965094,0.394946809
-3319,1,0.5514,1,1,1,1,1,1,1,1,0.0287,0.5514,0.2653,1,0.3707,1,1,1,1,1,1,0.0064,0.3707,0.2971,1,0.613,1,1,1,0.0414,0.613,0.2547,1,1,1,1,1,0.040977281,0.865051627,0.692431509,1,1,1,1,1,0.011887716,0.848638296,0.385252655,1,1,1,1,1,0.143915057,0.873927236,0.437046883,0.437063677,0.437056738
-3320,1,0.5514,1,1,1,1,1,1,1,1,0.0141,0.5514,0.4367,1,0.3707,1,1,1,1,1,1,0,0.3707,0.4571,1,0.613,1,1,1,0.0089,0.613,0.4268,1,1,1,1,1,0.002383661,0.928566575,0.883302927,1,1,1,1,1,0.000396202,0.925241113,0.510625184,1,1,1,1,1,0.012675122,0.924150527,0.480666989,0.480643114,0.480939716
-3321,1,0.5514,1,1,1,1,1,1,1,1,0.0199,0.5514,0.5673,1,0.3707,1,1,1,1,1,1,0,0.3707,0.5769,1,0.613,1,1,1,0.0058,0.613,0.5551,1,1,1,1,1,0.003343314,0.954118073,0.975346804,1,1,1,1,1,0.000793563,0.95378238,0.893317044,1,1,1,1,1,0.00759003,0.937558472,0.507854036,0.507721599,0.507978723
-3322,1,0.5514,1,1,1,1,1,1,1,1,0.0282,0.5514,0.6662,1,0.3707,1,1,1,1,1,1,0,0.3707,0.6647,1,0.613,1,1,1,0.0068,0.613,0.6454,1,1,1,1,1,0.006005508,0.965234756,0.960902035,1,1,1,1,1,0.000153573,0.962550044,0.988417029,1,1,1,1,1,0.008060955,0.950959086,0.521387144,0.521472393,0.521276596
-3323,1,0.5514,1,1,1,1,1,1,1,1,0.0407,0.5514,0.692,1,0.3707,1,1,1,1,1,1,0,0.3707,0.6898,1,0.613,1,1,1,0.0318,0.613,0.6747,1,1,1,1,1,0.007863272,0.967790604,0.995467544,1,1,1,1,1,0.00018126,0.966658115,0.988720953,1,1,1,1,1,0.014839862,0.958428621,0.527912035,0.527818913,0.527925532
-3324,1,0.5514,1,1,1,1,1,1,1,1,0.0712,0.5514,0.6929,1,0.3707,1,1,1,1,1,1,0.0185,0.3707,0.6909,1,0.613,1,1,1,0.0279,0.613,0.6696,1,1,1,1,1,0.014795394,0.970078588,1,1,1,1,1,1,0.014008564,0.968114495,1,1,1,1,1,1,0.029756261,0.959175587,0.527670372,0.527607362,0.52748227
-3325,1,0.5514,1,1,1,1,1,1,1,1,0.0587,0.5514,0.6872,1,0.3707,1,1,1,1,1,1,0.0092,0.3707,0.6833,1,0.613,1,1,1,0.0449,0.613,0.6704,1,1,1,1,1,0.011903366,0.960905552,1,1,1,1,1,1,0.007538644,0.960461199,1,1,1,1,1,1,0.075653836,0.947517574,0.524407927,0.524434102,0.524379433
-3326,1,0.5514,1,1,1,1,1,1,1,1,0.029,0.5514,0.6049,1,0.3707,1,1,1,1,1,1,0,0.3707,0.6168,1,0.613,1,1,1,0.0707,0.613,0.584,1,1,1,1,1,0.009491814,0.948564231,0.984170675,1,1,1,1,1,0.004281887,0.94788146,1,1,1,1,1,1,0.14265801,0.936015725,0.522837119,0.522741697,0.523049645
-3327,1,0.5514,1,1,1,1,1,1,1,1,0.0444,0.5514,0.4851,1,0.3707,1,1,1,1,1,1,0,0.3707,0.5115,1,0.613,1,1,1,0.0856,0.613,0.4584,1,1,1,1,1,0.017842192,0.92296201,0.951681018,1,1,1,1,1,0.007536219,0.920545936,1,1,1,1,1,1,0.171482772,0.914089322,0.525434993,0.525491855,0.525265957
-3328,1,0.5514,1,1,1,1,1,1,1,1,0.0793,0.5514,0.3326,1,0.3707,1,1,1,1,1,1,0,0.3707,0.3766,1,0.613,1,1,1,0.0923,0.613,0.3045,1,1,1,1,1,0.044394113,0.87883085,0.987411261,1,1,1,1,1,0.014940683,0.879461527,1,1,1,1,1,1,0.11574588,0.866925597,0.531295312,0.531415274,0.531471631
-3329,1,0.5514,1,1,1,1,1,1,1,1,0.066,0.5514,0.1486,1,0.3707,1,1,1,1,1,1,0,0.3707,0.2038,1,0.613,1,1,1,0.1054,0.613,0.1256,1,1,1,1,1,0.082443073,0.744639695,0.949362457,1,1,1,1,1,0.026657132,0.747790575,1,1,1,1,1,1,0.100281462,0.722593188,0.536491058,0.53649249,0.536347518
-3330,1,0.5514,1,1,1,1,1,1,1,1,0.0343,0.5514,0.0793,1,0.3707,1,1,1,1,1,1,0.0089,0.3707,0.1054,1,0.613,1,1,1,0.0703,0.613,0.0713,1,1,1,1,1,0.07597068,0.473824382,0.888160944,1,1,1,1,1,0.042327031,0.481009245,1,1,1,1,1,1,0.09891437,0.444333076,0.533470275,0.533530781,0.533687943
-3331,1,0.5514,1,1,1,1,1,1,1,1,0.04,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0797,0.3707,0,1,0.613,1,1,1,0.063,0.613,0,1,1,1,1,1,0.109526768,0,0.900860667,1,1,1,1,1,0.092191204,0,0.961711586,1,1,1,1,1,0.057265021,0,0.526643306,0.526761159,0.527039007
-3332,1,0.5514,1,1,1,1,1,1,1,1,0.0978,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0888,0.3707,0,1,0.613,1,1,1,0.0852,0.613,0,1,1,1,1,1,0.195917472,0,0.72653234,1,1,1,1,1,0.1163394,0,0.976503253,1,1,1,1,1,0.075536877,0,0.540115998,0.540088851,0.540336879
-3333,1,0.5514,1,1,1,1,1,1,1,1,0.1173,0.5514,0,1,0.3707,1,1,1,1,1,1,0.109,0.3707,0,1,0.613,1,1,1,0.0636,0.613,0,1,1,1,1,1,0.207315639,0,0.681088388,1,1,1,1,1,0.130774736,0,0.800349236,1,1,1,1,1,0.127048209,0,0.525495408,0.525703406,0.52570922
-3334,1,0.5514,1,1,1,1,1,1,1,1,0.1673,0.5514,0,1,0.3707,1,1,1,1,1,1,0.125,0.3707,0,1,0.613,1,1,1,0.0798,0.613,0,1,1,1,1,1,0.279689223,0,0.441781461,1,1,1,1,1,0.132415116,0,0.720396399,1,1,1,1,1,0.134851009,0,0.484533591,0.484662577,0.484929078
-3335,1,0.5514,1,1,1,1,1,1,1,1,0.175,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1653,0.3707,0,1,0.613,1,1,1,0.0896,0.613,0,1,1,1,1,1,0.255702168,0,0.276512682,1,1,1,1,1,0.165889889,0,0.379673332,1,1,1,1,1,0.112597421,0,0.43958434,0.439602285,0.439716312
-3336,1,0.5514,1,1,1,1,1,1,1,1,0.1041,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2211,0.3707,0,1,0.613,1,1,1,0.0716,0.613,0,1,1,1,1,1,0.11862611,0,0.321078718,1,1,1,1,1,0.198724538,0,0.241783261,1,1,1,1,1,0.071710236,0,0.403757854,0.403850222,0.403812057
-3337,1,0.5514,1,1,1,1,1,1,1,1,0.0767,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1854,0.3707,0,1,0.613,1,1,1,0.0826,0.613,0,1,1,1,1,1,0.093986027,0,0.322926104,1,1,1,1,1,0.160915047,0,0.184785873,1,1,1,1,1,0.055874806,0,0.380618656,0.380579649,0.380762411
-3338,1,0.5514,1,1,1,1,1,1,1,1,0.07,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1004,0.3707,0,1,0.613,1,1,1,0.1151,0.613,0,1,1,1,1,1,0.071691886,0,0.320868522,1,1,1,1,1,0.093182772,0,0.095010214,1,1,1,1,1,0.111458793,0,0.365998067,0.365982653,0.366134752
-3339,1,0.5514,1,1,1,1,1,1,1,1,0.0793,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0967,0.3707,0,1,0.613,1,1,1,0.0794,0.613,0,1,1,1,1,1,0.069460228,0,0.228324622,1,1,1,1,1,0.108163744,0,0.11067906,1,1,1,1,1,0.090230018,0,0.359775254,0.359847684,0.359929078
-3340,1,0.5514,1,1,1,1,1,1,1,1,0.1126,0.5514,0,1,0.3707,1,1,1,1,1,1,0.121,0.3707,0,1,0.613,1,1,1,0.0494,0.613,0,1,1,1,1,1,0.118772462,0,0.257794082,1,1,1,1,1,0.140717164,0,0.277904481,1,1,1,1,1,0.067942247,0,0.359231513,0.359213032,0.359042553
-3341,1,0.5514,1,1,1,1,1,1,1,1,0.0528,0.5514,0.0891,1,0.3707,1,1,1,1,1,1,0.1,0.3707,0.1198,1,0.613,1,1,1,0.0315,0.613,0.107,1,1,1,1,1,0.084897079,0.229491577,0.320036352,1,1,1,1,1,0.101656556,0.245549634,0.474798977,1,1,1,1,1,0.052448735,0.339123338,0.358325278,0.358366829,0.358599291
-3342,1,0.5514,1,1,1,1,1,1,1,1,0.0119,0.5514,0.1098,1,0.3707,1,1,1,1,1,1,0.0196,0.3707,0.1413,1,0.613,1,1,1,0.0232,0.613,0.0935,1,1,1,1,1,0.042722549,0.548405409,0.258595139,1,1,1,1,1,0.014782799,0.604666829,0.26911518,1,1,1,1,1,0.039308719,0.652143002,0.373127115,0.373175376,0.37322695
-3343,1,0.5514,1,1,1,1,1,1,1,1,0.0015,0.5514,0.2557,1,0.3707,1,1,1,1,1,1,0,0.3707,0.2912,1,0.613,1,1,1,0.0029,0.613,0.2508,1,1,1,1,1,0.00274481,0.75610584,0.411817998,1,1,1,1,1,0.004695301,0.825528324,0.453221202,1,1,1,1,1,0.028975958,0.822459519,0.409436926,0.40956209,0.409131206
-3344,1,0.5514,1,1,1,1,1,1,1,1,0,0.5514,0.4128,1,0.3707,1,1,1,1,1,1,0,0.3707,0.4455,1,0.613,1,1,1,0,0.613,0.4181,1,1,1,1,1,8.69E-06,0.832305908,0.51788187,1,1,1,1,1,0.000139858,0.900188923,0.497169137,1,1,1,1,1,0.006713511,0.876686454,0.45378202,0.453776179,0.453900709
-3345,1,0.5514,1,1,1,1,1,1,1,1,0.0023,0.5514,0.5425,1,0.3707,1,1,1,1,1,1,0,0.3707,0.5601,1,0.613,1,1,1,0.0042,0.613,0.5448,1,1,1,1,1,0.000115816,0.888579905,0.793397307,1,1,1,1,1,0.000120263,0.931022406,0.380510986,1,1,1,1,1,0.016368194,0.912454367,0.488883519,0.48889359,0.48891844
-3346,1,0.5514,1,1,1,1,1,1,1,1,0.0084,0.5514,0.6428,1,0.3707,1,1,1,1,1,1,0.0011,0.3707,0.6446,1,0.613,1,1,1,0.0056,0.613,0.6383,1,1,1,1,1,0.001516738,0.926006436,0.823333442,1,1,1,1,1,0.004853536,0.945649147,0.355962843,1,1,1,1,1,0.009858617,0.927399457,0.510331078,0.510471758,0.510638298
-3347,1,0.5514,1,1,1,1,1,1,1,1,0.0196,0.5514,0.6633,1,0.3707,1,1,1,1,1,1,0.0072,0.3707,0.651,1,0.613,1,1,1,0.0153,0.613,0.6606,1,1,1,1,1,0.006290683,0.922699809,0.734544992,1,1,1,1,1,0.012105688,0.925068021,0.275247395,1,1,1,1,1,0.014868694,0.946684003,0.524589174,0.524645653,0.524822695
-3348,1,0.5514,1,1,1,1,1,1,1,1,0.0437,0.5514,0.6577,1,0.3707,1,1,1,1,1,1,0.0045,0.3707,0.6554,1,0.613,1,1,1,0.0207,0.613,0.6639,1,1,1,1,1,0.008391503,0.919001818,0.770020127,1,1,1,1,1,0.021916389,0.917264462,0.285455793,1,1,1,1,1,0.005844885,0.942216516,0.531839053,0.531838375,0.531914894
-3349,1,0.5514,1,1,1,1,1,1,1,1,0.0614,0.5514,0.6463,1,0.3707,1,1,1,1,1,1,0.0145,0.3707,0.6337,1,0.613,1,1,1,0.0404,0.613,0.6614,1,1,1,1,1,0.019128153,0.904807448,0.675402045,1,1,1,1,1,0.056694046,0.849667728,0.413697422,1,1,1,1,1,0.034150928,0.94396019,0.532866119,0.532896129,0.533244681
-3350,1,0.5514,1,1,1,1,1,1,1,1,0.0661,0.5514,0.5752,1,0.3707,1,1,1,1,1,1,0.0494,0.3707,0.5998,1,0.613,1,1,1,0.0736,0.613,0.5817,1,1,1,1,1,0.037536163,0.891396165,0.656724989,1,1,1,1,1,0.104389414,0.919224441,0.65567857,1,1,1,1,1,0.078711681,0.929053962,0.533893185,0.533742331,0.533687943
-3351,1,0.5514,1,1,1,1,1,1,1,1,0.0554,0.5514,0.462,1,0.3707,1,1,1,1,1,1,0.0998,0.3707,0.4987,1,0.613,1,1,1,0.1305,0.613,0.4613,1,1,1,1,1,0.05488687,0.816360295,0.675937235,1,1,1,1,1,0.138709277,0.89428407,0.720898151,1,1,1,1,1,0.168209344,0.908824682,0.537457709,0.537550243,0.537677305
-3352,1,0.5514,1,1,1,1,1,1,1,1,0.1265,0.5514,0.3197,1,0.3707,1,1,1,1,1,1,0.2045,0.3707,0.3604,1,0.613,1,1,1,0.1374,0.613,0.3025,1,1,1,1,1,0.143872663,0.769343197,0.721483469,1,1,1,1,1,0.236744493,0.863268435,0.94440949,1,1,1,1,1,0.17322731,0.861782968,0.544707588,0.544742966,0.544769504
-3353,1,0.5514,1,1,1,1,1,1,1,1,0.2572,0.5514,0.1594,1,0.3707,1,1,1,1,1,1,0.2549,0.3707,0.2071,1,0.613,1,1,1,0.2017,0.613,0.1196,1,1,1,1,1,0.375576705,0.654247463,0.666000962,1,1,1,1,1,0.283884495,0.701325357,1,1,1,1,1,1,0.284709185,0.72431922,0.551957467,0.551935689,0.552304965
-3354,1,0.5514,1,1,1,1,1,1,1,1,0.1745,0.5514,0.0775,1,0.3707,1,1,1,1,1,1,0.1063,0.3707,0.1021,1,0.613,1,1,1,0.2937,0.613,0.0714,1,1,1,1,1,0.349041879,0.332094699,0.629434943,1,1,1,1,1,0.138880089,0.438479483,1,1,1,1,1,1,0.38537097,0.448991001,0.551594973,0.551724138,0.551861702
-3355,1,0.5514,1,1,1,1,1,1,1,1,0.0515,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0925,0.3707,0,1,0.613,1,1,1,0.4006,0.613,0,1,1,1,1,1,0.135699853,0,0.533854485,1,1,1,1,1,0.105779231,0,0.456646383,1,1,1,1,1,0.662602305,0,0.548755437,0.548762429,0.548758865
-3356,1,0.5514,1,1,1,1,1,1,1,1,0.0884,0.5514,0,1,0.3707,1,1,1,1,1,1,0.164,0.3707,0,1,0.613,1,1,1,0.3453,0.613,0,1,1,1,1,1,0.210106716,0,0.417882621,1,1,1,1,1,0.19793424,0,0.195142686,1,1,1,1,1,0.572568119,0,0.566215563,0.566321134,0.566489362
-3357,1,0.5514,1,1,1,1,1,1,1,1,0.0834,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1734,0.3707,0,1,0.613,1,1,1,0.2815,0.613,0,1,1,1,1,1,0.223802015,0,0.235892922,1,1,1,1,1,0.242088288,0,0.061319903,1,1,1,1,1,0.506730497,0,0.541807637,0.541781257,0.542109929
-3358,1,0.5514,1,1,1,1,1,1,1,1,0.0397,0.5514,0,1,0.3707,1,1,1,1,1,1,0.068,0.3707,0,1,0.613,1,1,1,0.2354,0.613,0,1,1,1,1,1,0.097959287,0,0.112199739,1,1,1,1,1,0.10628818,0,0.096226186,1,1,1,1,1,0.455847859,0,0.487675205,0.487835837,0.487588652
-3359,1,0.5514,1,1,1,1,1,1,1,1,0.0418,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0462,0.3707,0,1,0.613,1,1,1,0.2537,0.613,0,1,1,1,1,1,0.090032458,0,0.11451894,1,1,1,1,1,0.089467056,0,0.197567552,1,1,1,1,1,0.510062575,0,0.436865636,0.436852126,0.436613475
-3360,1,0.5514,1,1,1,1,1,1,1,1,0.0188,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0433,0.3707,0,1,0.613,1,1,1,0.2387,0.613,0,1,1,1,1,1,0.032404255,0,0.232287914,1,1,1,1,1,0.098450139,0,0.328303933,1,1,1,1,1,0.508678675,0,0.400434993,0.400465411,0.40070922
-3361,1,0.5514,1,1,1,1,1,1,1,1,0.0273,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0393,0.3707,0,1,0.613,1,1,1,0.176,0.613,0,1,1,1,1,1,0.018663356,0,0.474641681,1,1,1,1,1,0.094680175,0,0.374372542,1,1,1,1,1,0.480622172,0,0.382733204,0.382695155,0.382978723
-3362,1,0.5514,1,1,1,1,1,1,1,1,0.025,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0503,0.3707,0,1,0.613,1,1,1,0.1612,0.613,0,1,1,1,1,1,0.020345494,0,0.486587405,1,1,1,1,1,0.122661315,0,0.304058135,1,1,1,1,1,0.473405421,0,0.373247946,0.373175376,0.37322695
-3363,1,0.5514,1,1,1,1,1,1,1,1,0.0174,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0877,0.3707,0,1,0.613,1,1,1,0.2159,0.613,0,1,1,1,1,1,0.012537468,0,0.412834704,1,1,1,1,1,0.163412169,0,0.27778089,1,1,1,1,1,0.575165391,0,0.370831319,0.370848318,0.371010638
-3364,1,0.5514,1,1,1,1,1,1,1,1,0.0135,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1511,0.3707,0,1,0.613,1,1,1,0.1998,0.613,0,1,1,1,1,1,0.019592196,0,0.45624572,1,1,1,1,1,0.214811489,0,0.378903925,1,1,1,1,1,0.506217659,0,0.380799903,0.380791199,0.380762411
-3365,1,0.5514,1,1,1,1,1,1,1,1,0.0212,0.5514,0.0591,1,0.3707,1,1,1,1,1,1,0.1205,0.3707,0.0238,1,0.613,1,1,1,0.1987,0.613,0.0987,1,1,1,1,1,0.044697292,0.21476087,0.556234479,1,1,1,1,1,0.162873954,0.030837342,0.480935633,1,1,1,1,1,0.438453466,0.384205341,0.411068149,0.411042945,0.411347518
-3366,1,0.5514,1,1,1,1,1,1,1,1,0.0062,0.5514,0.1027,1,0.3707,1,1,1,1,1,1,0.0343,0.3707,0.1141,1,0.613,1,1,1,0.1317,0.613,0.0973,1,1,1,1,1,0.018860187,0.467500418,0.554472446,1,1,1,1,1,0.05818538,0.272229254,0.300389558,1,1,1,1,1,0.313202709,0.693175793,0.478612856,0.478739158,0.478723404
-3367,1,0.5514,1,1,1,1,1,1,1,1,0.0036,0.5514,0.241,1,0.3707,1,1,1,1,1,1,0.0243,0.3707,0.2446,1,0.613,1,1,1,0.0879,0.613,0.2492,1,1,1,1,1,0.015690191,0.621259809,0.479643792,1,1,1,1,1,0.048915438,0.448439986,0.294777244,1,1,1,1,1,0.192170426,0.854083955,0.53842436,0.538607997,0.53856383
-3368,1,0.5514,1,1,1,1,1,1,1,1,0.0098,0.5514,0.3745,1,0.3707,1,1,1,1,1,1,0.0076,0.3707,0.3769,1,0.613,1,1,1,0.1093,0.613,0.4186,1,1,1,1,1,0.00859528,0.6801247,0.60849762,1,1,1,1,1,0.026313551,0.631764948,0.61832881,1,1,1,1,1,0.157319248,0.899240315,0.566517641,0.566744235,0.566489362
-3369,1,0.5514,1,1,1,1,1,1,1,1,0.0152,0.5514,0.4822,1,0.3707,1,1,1,1,1,1,0.0178,0.3707,0.4779,1,0.613,1,1,1,0.178,0.613,0.5598,1,1,1,1,1,0.012179825,0.728365362,0.825820446,1,1,1,1,1,0.030258968,0.662115276,0.738766789,1,1,1,1,1,0.271768957,0.906147599,0.585729821,0.585572245,0.585992908
-3370,1,0.5514,1,1,1,1,1,1,1,1,0.0231,0.5514,0.5138,1,0.3707,1,1,1,1,1,1,0.0056,0.3707,0.5184,1,0.613,1,1,1,0.2131,0.613,0.6575,1,1,1,1,1,0.024126835,0.750829935,0.883086324,1,1,1,1,1,0.016756123,0.697378576,0.534440279,1,1,1,1,1,0.318618208,0.923531115,0.601739971,0.601650095,0.601950355
-3371,1,0.5514,1,1,1,1,1,1,1,1,0.0421,0.5514,0.5102,1,0.3707,1,1,1,1,1,1,0.0104,0.3707,0.5128,1,0.613,1,1,1,0.1995,0.613,0.6646,1,1,1,1,1,0.051148638,0.74030757,0.859726787,1,1,1,1,1,0.025617065,0.704005361,0.335177779,1,1,1,1,1,0.323294044,0.946990728,0.610983567,0.610958325,0.611258865
-3372,1,0.5514,1,1,1,1,1,1,1,1,0.0301,0.5514,0.5122,1,0.3707,1,1,1,1,1,1,0.0127,0.3707,0.4976,1,0.613,1,1,1,0.3203,0.613,0.6599,1,1,1,1,1,0.043836564,0.741196334,0.890237689,1,1,1,1,1,0.029176883,0.669753611,0.327329874,1,1,1,1,1,0.316438019,0.941192985,0.613037699,0.613073831,0.613031915
-3373,1,0.5514,1,1,1,1,1,1,1,1,0.0571,0.5514,0.4765,1,0.3707,1,1,1,1,1,1,0.0453,0.3707,0.4525,1,0.613,1,1,1,0.2491,0.613,0.5995,1,1,1,1,1,0.094319448,0.705770373,0.878272176,1,1,1,1,1,0.058943141,0.641264975,0.494135916,1,1,1,1,1,0.284032196,0.937545717,0.617025133,0.617093294,0.617021277
-3374,1,0.5514,1,1,1,1,1,1,1,1,0.0984,0.5514,0.4441,1,0.3707,1,1,1,1,1,1,0.1252,0.3707,0.4297,1,0.613,1,1,1,0.2773,0.613,0.5228,1,1,1,1,1,0.174535036,0.625595927,0.972553074,1,1,1,1,1,0.148266926,0.578438401,0.646385908,1,1,1,1,1,0.315469295,0.91139704,0.613460609,0.613496933,0.61391844
-3375,1,0.5514,1,1,1,1,1,1,1,1,0.0647,0.5514,0.3548,1,0.3707,1,1,1,1,1,1,0.1434,0.3707,0.3421,1,0.613,1,1,1,0.312,0.613,0.4073,1,1,1,1,1,0.14226912,0.540901005,0.949373066,1,1,1,1,1,0.159067154,0.467799842,0.752951026,1,1,1,1,1,0.416694254,0.856595993,0.608385694,0.608419717,0.608599291
-3376,1,0.5514,1,1,1,1,1,1,1,1,0.07,0.5514,0.2592,1,0.3707,1,1,1,1,1,1,0.0673,0.3707,0.2427,1,0.613,1,1,1,0.3665,0.613,0.284,1,1,1,1,1,0.127324566,0.469379634,0.612847328,1,1,1,1,1,0.094152719,0.376240969,0.977200031,1,1,1,1,1,0.403455079,0.744654775,0.609594007,0.609689021,0.609929078
-3377,1,0.5514,1,1,1,1,1,1,1,1,0.0469,0.5514,0.1488,1,0.3707,1,1,1,1,1,1,0.011,0.3707,0.0953,1,0.613,1,1,1,0.3922,0.613,0.1307,1,1,1,1,1,0.105285503,0.313469648,0.358947873,1,1,1,1,1,0.036416724,0.142494857,0.755585909,1,1,1,1,1,0.545448244,0.573652446,0.610560657,0.610746774,0.610815603
-3378,1,0.5514,1,1,1,1,1,1,1,1,0.0534,0.5514,0.0308,1,0.3707,1,1,1,1,1,1,0.0771,0.3707,0.008,1,0.613,1,1,1,0.3092,0.613,0.0694,1,1,1,1,1,0.120313309,0.050172895,0.352206796,1,1,1,1,1,0.111198097,0.006438262,0.821861506,1,1,1,1,1,0.454013765,0.302949131,0.606573224,0.606727311,0.606826241
-3379,1,0.5514,1,1,1,1,1,1,1,1,0.0251,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0231,0.3707,0,1,0.613,1,1,1,0.3203,0.613,0,1,1,1,1,1,0.079361014,0,0.44682464,1,1,1,1,1,0.043114588,0,0.92577827,1,1,1,1,1,0.54517132,0,0.60439826,0.604400254,0.604609929
-3380,1,0.5514,1,1,1,1,1,1,1,1,0.0012,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0285,0.613,0,1,1,1,1,1,0.003914807,0,0.169097915,1,1,1,1,1,0.000672967,0,0.468118608,1,1,1,1,1,0.046172608,0,0.606391977,0.606515761,0.606382979
-3381,1,0.5514,1,1,1,1,1,1,1,1,0.0155,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0633,0.3707,0,1,0.613,1,1,1,0.1977,0.613,0,1,1,1,1,1,0.051246148,0,0.201334745,1,1,1,1,1,0.091751538,0,0.609149754,1,1,1,1,1,0.352664083,0,0.568692605,0.568648191,0.568705674
-3382,1,0.5514,1,1,1,1,1,1,1,1,0.0124,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0356,0.3707,0,1,0.613,1,1,1,0.1679,0.613,0,1,1,1,1,1,0.031818017,0,0.308196634,1,1,1,1,1,0.061373562,0,0.336467028,1,1,1,1,1,0.357987255,0,0.509001933,0.508990903,0.508865248
-3383,1,0.5514,1,1,1,1,1,1,1,1,0.0223,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0382,0.3707,0,1,0.613,1,1,1,0.1712,0.613,0,1,1,1,1,1,0.046516567,0,0.479343057,1,1,1,1,1,0.08504805,0,0.463663101,1,1,1,1,1,0.368685395,0,0.455473659,0.455468585,0.455673759
-3384,1,0.5514,1,1,1,1,1,1,1,1,0.0265,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0954,0.3707,0,1,0.613,1,1,1,0.0915,0.613,0,1,1,1,1,1,0.045596369,0,0.58565402,1,1,1,1,1,0.119016744,0,0.907091856,1,1,1,1,1,0.219137251,0,0.420190913,0.420139623,0.420212766
-3385,1,0.5514,1,1,1,1,1,1,1,1,0.0275,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1033,0.3707,0,1,0.613,1,1,1,0.0573,0.613,0,1,1,1,1,1,0.025195394,0,0.550256371,1,1,1,1,1,0.131745502,0,0.760507107,1,1,1,1,1,0.151042804,0,0.400676655,0.400888513,0.40070922
-3386,1,0.5514,1,1,1,1,1,1,1,1,0.0321,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0657,0.3707,0,1,0.613,1,1,1,0.0685,0.613,0,1,1,1,1,1,0.042083509,0,0.697140753,1,1,1,1,1,0.106605083,0,0.988417029,1,1,1,1,1,0.183569506,0,0.391372644,0.391368733,0.391400709
-3387,1,0.5514,1,1,1,1,1,1,1,1,0.0444,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0344,0.3707,0,1,0.613,1,1,1,0.0705,0.613,0,1,1,1,1,1,0.057416212,0,0.91112411,1,1,1,1,1,0.084847741,0,1,1,1,1,1,1,0.166466892,0,0.387626873,0.387772371,0.38785461
-3388,1,0.5514,1,1,1,1,1,1,1,1,0.0422,0.5514,0,1,0.3707,1,1,1,1,1,1,0.039,0.3707,0,1,0.613,1,1,1,0.0549,0.613,0,1,1,1,1,1,0.060361288,0,0.822330952,1,1,1,1,1,0.080816559,0,1,1,1,1,1,1,0.133710504,0,0.397897535,0.397715253,0.398049645
-3389,1,0.5514,1,1,1,1,1,1,1,1,0.0672,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0454,0.3707,0,1,0.613,1,1,1,0.0379,0.613,0.0001,1,1,1,1,1,0.060055081,2.11E-06,0.832012653,1,1,1,1,1,0.077629685,0,1,1,1,1,1,1,0.128994405,0,0.431367811,0.431351809,0.431294326
-3390,1,0.5514,1,1,1,1,1,1,1,1,0.0281,0.5514,0.0582,1,0.3707,1,1,1,1,1,1,0.0181,0.3707,0.0345,1,0.613,1,1,1,0.0182,0.613,0.0416,1,1,1,1,1,0.015455631,0.092209093,0.903179765,1,1,1,1,1,0.036286332,0.016092965,0.600396097,1,1,1,1,1,0.086611293,0.051264685,0.500181247,0.500317326,0.5
-3391,1,0.5514,1,1,1,1,1,1,1,1,0.033,0.5514,0.1711,1,0.3707,1,1,1,1,1,1,0.0518,0.3707,0.1701,1,0.613,1,1,1,0.0211,0.613,0.1503,1,1,1,1,1,0.013392327,0.342335284,1,1,1,1,1,1,0.076187663,0.179367796,0.649539292,1,1,1,1,1,0.071200699,0.223262832,0.556911551,0.556801354,0.556737589
-3392,1,0.5514,1,1,1,1,1,1,1,1,0.0456,0.5514,0.2655,1,0.3707,1,1,1,1,1,1,0.0703,0.3707,0.3071,1,0.613,1,1,1,0.0304,0.613,0.2814,1,1,1,1,1,0.014397321,0.446133941,0.765540302,1,1,1,1,1,0.096801616,0.369359493,0.511719704,1,1,1,1,1,0.061541282,0.373032242,0.580413243,0.580495029,0.580230496
-3393,1,0.5514,1,1,1,1,1,1,1,1,0.0629,0.5514,0.3221,1,0.3707,1,1,1,1,1,1,0.0511,0.3707,0.3757,1,0.613,1,1,1,0.0116,0.613,0.3433,1,1,1,1,1,0.017329443,0.496446401,0.710533261,1,1,1,1,1,0.075093001,0.5014956,0.745805264,1,1,1,1,1,0.044841167,0.502474308,0.596362977,0.596361329,0.596631206
-3394,1,0.5514,1,1,1,1,1,1,1,1,0.0806,0.5514,0.3596,1,0.3707,1,1,1,1,1,1,0.0327,0.3707,0.4154,1,0.613,1,1,1,0.0137,0.613,0.4398,1,1,1,1,1,0.026772618,0.542304456,0.652241707,1,1,1,1,1,0.065028071,0.555862904,0.759071231,1,1,1,1,1,0.027643921,0.609902501,0.611587724,0.611804527,0.611702128
-3395,1,0.5514,1,1,1,1,1,1,1,1,0.0876,0.5514,0.3832,1,0.3707,1,1,1,1,1,1,0.0207,0.3707,0.4546,1,0.613,1,1,1,0.0196,0.613,0.4441,1,1,1,1,1,0.046777397,0.579957604,0.414398372,1,1,1,1,1,0.039323844,0.607539773,0.511166513,1,1,1,1,1,0.042391568,0.654446185,0.61859594,0.618574149,0.618794326
-3396,1,0.5514,1,1,1,1,1,1,1,1,0.0863,0.5514,0.3572,1,0.3707,1,1,1,1,1,1,0.0645,0.3707,0.4483,1,0.613,1,1,1,0.0237,0.613,0.4433,1,1,1,1,1,0.074066937,0.552254498,0.29224211,1,1,1,1,1,0.072157487,0.632128835,0.490141153,1,1,1,1,1,0.094150357,0.613041997,0.61817303,0.618151047,0.618351064
-3397,1,0.5514,1,1,1,1,1,1,1,1,0.0513,0.5514,0.3095,1,0.3707,1,1,1,1,1,1,0.0207,0.3707,0.4287,1,0.613,1,1,1,0.025,0.613,0.4394,1,1,1,1,1,0.026266038,0.529401124,0.188791931,1,1,1,1,1,0.027472405,0.627588391,0.141000271,1,1,1,1,1,0.10232535,0.598980665,0.618656356,0.618574149,0.618794326
-3398,1,0.5514,1,1,1,1,1,1,1,1,0.0567,0.5514,0.3088,1,0.3707,1,1,1,1,1,1,0.0234,0.3707,0.4109,1,0.613,1,1,1,0.025,0.613,0.4239,1,1,1,1,1,0.02594927,0.512982011,0.064985029,1,1,1,1,1,0.030283216,0.605727613,0.022648171,1,1,1,1,1,0.066922933,0.559335232,0.613883519,0.613920034,0.61391844
-3399,1,0.5514,1,1,1,1,1,1,1,1,0.1047,0.5514,0.269,1,0.3707,1,1,1,1,1,1,0.0505,0.3707,0.3592,1,0.613,1,1,1,0.0228,0.613,0.3583,1,1,1,1,1,0.073583394,0.444422722,0.0548568,1,1,1,1,1,0.056381717,0.54158318,0.019172251,1,1,1,1,1,0.064755879,0.432804912,0.609896085,0.609900571,0.609929078
-3400,1,0.5514,1,1,1,1,1,1,1,1,0.1525,0.5514,0.1935,1,0.3707,1,1,1,1,1,1,0.0695,0.3707,0.2883,1,0.613,1,1,1,0.0201,0.613,0.2511,1,1,1,1,1,0.115161449,0.389917761,0.075900018,1,1,1,1,1,0.090992734,0.498489559,0.093690574,1,1,1,1,1,0.047856733,0.267252564,0.610137748,0.610112122,0.61037234
-3401,1,0.5514,1,1,1,1,1,1,1,1,0.0894,0.5514,0.0948,1,0.3707,1,1,1,1,1,1,0,0.3707,0.1673,1,0.613,1,1,1,0.0141,0.613,0.1269,1,1,1,1,1,0.042162728,0.267805129,0.057955481,1,1,1,1,1,0.007668747,0.413642734,0.058832206,1,1,1,1,1,0.055613246,0.153902963,0.611768971,0.611804527,0.611702128
-3402,1,0.5514,1,1,1,1,1,1,1,1,0.0682,0.5514,0.0166,1,0.3707,1,1,1,1,1,1,0.0042,0.3707,0.0446,1,0.613,1,1,1,0.024,0.613,0.0231,1,1,1,1,1,0.044858988,0.074997343,0.102597862,1,1,1,1,1,0.015227236,0.130882844,0.08040262,1,1,1,1,1,0.062356927,0.020978229,0.605244079,0.605246457,0.605496454
-3403,1,0.5514,1,1,1,1,1,1,1,1,0.0263,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0678,0.613,0,1,1,1,1,1,0.026421783,0,0.135259569,1,1,1,1,1,0.011742698,0,0.10818848,1,1,1,1,1,0.139692843,0,0.600954567,0.600803893,0.60106383
-3404,1,0.5514,1,1,1,1,1,1,1,1,0.0107,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0028,0.3707,0,1,0.613,1,1,1,0.0809,0.613,0,1,1,1,1,1,0.018720144,0,0.034149025,1,1,1,1,1,0.007857889,0,0.085490838,1,1,1,1,1,0.127801687,0,0.604035766,0.603977153,0.604166667
-3405,1,0.5514,1,1,1,1,1,1,1,1,0.0007,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0134,0.3707,0,1,0.613,1,1,1,0.0837,0.613,0,1,1,1,1,1,0.002332808,0,0.005964304,1,1,1,1,1,0.013225574,0,0.03157749,1,1,1,1,1,0.184325129,0,0.571230063,0.571186799,0.571365248
-3406,1,0.5514,1,1,1,1,1,1,1,1,0.0024,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0208,0.3707,0,1,0.613,1,1,1,0.0786,0.613,0,1,1,1,1,1,0.002287351,0,0.01069922,1,1,1,1,1,0.027057718,0,0,1,1,1,1,1,0.14715679,0,0.514801837,0.514702771,0.51462766
-3407,1,0.5514,1,1,1,1,1,1,1,1,0.0115,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0348,0.613,0,1,1,1,1,1,0.002761744,0,0.023969738,1,1,1,1,1,0.004585529,0,0,1,1,1,1,1,0.058564458,0,0.46060899,0.460757351,0.460549645
-3408,1,0.5514,1,1,1,1,1,1,1,1,0.0016,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0134,0.613,0,1,1,1,1,1,0.000267,0,0.03413748,1,1,1,1,1,3.56E-05,0,0,1,1,1,1,1,0.035135176,0,0.421761721,0.421832029,0.421985816
-3409,1,0.5514,1,1,1,1,1,1,1,1,0.0039,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0051,0.613,0,1,1,1,1,1,0.000620019,0,0.056755748,1,1,1,1,1,4.22E-05,0,0.027182985,1,1,1,1,1,0.03933154,0,0.402670372,0.402792469,0.402925532
-3410,1,0.5514,1,1,1,1,1,1,1,1,0.0063,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0105,0.613,0,1,1,1,1,1,0.001312308,0,0.070242018,1,1,1,1,1,0.000361656,0,0.066073306,1,1,1,1,1,0.056017403,0,0.392580957,0.392638037,0.392287234
-3411,1,0.5514,1,1,1,1,1,1,1,1,0.0041,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0157,0.613,0,1,1,1,1,1,0.001168721,0,0.095359817,1,1,1,1,1,0.002878586,0,0.085587963,1,1,1,1,1,0.060454115,0,0.389137264,0.389041675,0.389184397
-3412,1,0.5514,1,1,1,1,1,1,1,1,0.0088,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0234,0.613,0,1,1,1,1,1,0.002275184,0,0.223710924,1,1,1,1,1,3.56E-05,0,0.12716572,1,1,1,1,1,0.060545694,0,0.399407927,0.399407658,0.399379433
-3413,1,0.5514,1,1,1,1,1,1,1,1,0.01,0.5514,0.0234,1,0.3707,1,1,1,1,1,1,0.0021,0.3707,0.0156,1,0.613,1,1,1,0.0221,0.613,0.0029,1,1,1,1,1,0.004299578,0.06631434,0.195455939,1,1,1,1,1,0.002843483,0.007819951,0.088839531,1,1,1,1,1,0.066447861,0.154078513,0.430099082,0.430082505,0.430407801
-3414,1,0.5514,1,1,1,1,1,1,1,1,0.0036,0.5514,0.0965,1,0.3707,1,1,1,1,1,1,0,0.3707,0.12,1,0.613,1,1,1,0.0325,0.613,0.0995,1,1,1,1,1,0.00300922,0.400322855,0.157073215,1,1,1,1,1,0.002365553,0.406461388,0.036778014,1,1,1,1,1,0.073078886,0.413618892,0.500302078,0.500317326,0.5
-3415,1,0.5514,1,1,1,1,1,1,1,1,0.0024,0.5514,0.1994,1,0.3707,1,1,1,1,1,1,0,0.3707,0.239,1,0.613,1,1,1,0.0308,0.613,0.1984,1,1,1,1,1,0.001247703,0.787533939,0.108073339,1,1,1,1,1,0,0.776742518,0,1,1,1,1,1,0.084373556,0.819456398,0.559630256,0.559763063,0.559840426
-3416,1,0.5514,1,1,1,1,1,1,1,1,0.0028,0.5514,0.3784,1,0.3707,1,1,1,1,1,1,0,0.3707,0.3948,1,0.613,1,1,1,0.0406,0.613,0.3865,1,1,1,1,1,0.000652556,0.677225947,0.088226721,1,1,1,1,1,0,0.661551237,0,1,1,1,1,1,0.054242305,0.731225431,0.587300628,0.587476201,0.587322695
-3417,1,0.5514,1,1,1,1,1,1,1,1,0.0012,0.5514,0.4894,1,0.3707,1,1,1,1,1,1,0,0.3707,0.4799,1,0.613,1,1,1,0.0568,0.613,0.5001,1,1,1,1,1,0.000220229,0.744704068,0.064890765,1,1,1,1,1,0,0.708013833,0,1,1,1,1,1,0.056013212,0.791965008,0.605666989,0.605669558,0.605496454
-3418,1,0.5514,1,1,1,1,1,1,1,1,0.0006,0.5514,0.5499,1,0.3707,1,1,1,1,1,1,0,0.3707,0.5376,1,0.613,1,1,1,0.061,0.613,0.5543,1,1,1,1,1,0.000179856,0.768761933,0.040240157,1,1,1,1,1,5.21E-06,0.739349067,0,1,1,1,1,1,0.045100331,0.763883471,0.622160464,0.62217051,0.622340426
-3419,1,0.5514,1,1,1,1,1,1,1,1,0.0001,0.5514,0.5594,1,0.3707,1,1,1,1,1,1,0,0.3707,0.5505,1,0.613,1,1,1,0.0636,0.613,0.5724,1,1,1,1,1,1.03E-05,0.783911169,0.021449119,1,1,1,1,1,9.27E-06,0.728149354,0,1,1,1,1,1,0.048345938,0.74111861,0.632914451,0.632959594,0.632978723
-3420,1,0.5514,1,1,1,1,1,1,1,1,0.0007,0.5514,0.5474,1,0.3707,1,1,1,1,1,1,0,0.3707,0.5396,1,0.613,1,1,1,0.0778,0.613,0.5737,1,1,1,1,1,0.001904674,0.754557967,0.005830184,1,1,1,1,1,0.001597267,0.729690909,0,1,1,1,1,1,0.058159005,0.742696583,0.638170614,0.63824836,0.638297872
-3421,1,0.5514,1,1,1,1,1,1,1,1,0.0119,0.5514,0.5285,1,0.3707,1,1,1,1,1,1,0,0.3707,0.5043,1,0.613,1,1,1,0.0988,0.613,0.5739,1,1,1,1,1,0.007492599,0.724374592,0.004489713,1,1,1,1,1,0.010473478,0.68455416,0.015928797,1,1,1,1,1,0.076563276,0.762102842,0.645118415,0.645017982,0.645390071
-3422,1,0.5514,1,1,1,1,1,1,1,1,0.017,0.5514,0.491,1,0.3707,1,1,1,1,1,1,0.0019,0.3707,0.4487,1,0.613,1,1,1,0.0868,0.613,0.5618,1,1,1,1,1,0.014735066,0.713644087,0.001294925,1,1,1,1,1,0.020237166,0.638029337,0.014923822,1,1,1,1,1,0.103327386,0.735951662,0.644333011,0.64438333,0.644503546
-3423,1,0.5514,1,1,1,1,1,1,1,1,0.0232,0.5514,0.4144,1,0.3707,1,1,1,1,1,1,0.0047,0.3707,0.4276,1,0.613,1,1,1,0.058,0.613,0.45,1,1,1,1,1,0.015700631,0.680871487,0.004066769,1,1,1,1,1,0.025879256,0.65657562,0.032557856,1,1,1,1,1,0.059895158,0.741880417,0.639862252,0.639729215,0.640070922
-3424,1,0.5514,1,1,1,1,1,1,1,1,0.006,0.5514,0.2826,1,0.3707,1,1,1,1,1,1,0,0.3707,0.3154,1,0.613,1,1,1,0.0799,0.613,0.303,1,1,1,1,1,0.005734195,0.562735379,0.000976318,1,1,1,1,1,0.006302195,0.586698294,0,1,1,1,1,1,0.0491587,0.695370138,0.640768487,0.640786968,0.640957447
-3425,1,0.5514,1,1,1,1,1,1,1,1,0.0114,0.5514,0.1494,1,0.3707,1,1,1,1,1,1,0,0.3707,0.1903,1,0.613,1,1,1,0.0649,0.613,0.1306,1,1,1,1,1,0.014844269,0.550969899,0.000156156,1,1,1,1,1,0.007802607,0.370952308,0,1,1,1,1,1,0.033939362,0.566615105,0.639499758,0.639517664,0.63962766
-3426,1,0.5514,1,1,1,1,1,1,1,1,0.027,0.5514,0.0658,1,0.3707,1,1,1,1,1,1,0,0.3707,0.0565,1,0.613,1,1,1,0.1214,0.613,0.0719,1,1,1,1,1,0.023386423,0.314637542,0.002531895,1,1,1,1,1,0.003415106,0.230748251,0,1,1,1,1,1,0.097557858,0.322521001,0.630074915,0.629997884,0.630319149
-3427,1,0.5514,1,1,1,1,1,1,1,1,0.0427,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0855,0.613,0,1,1,1,1,1,0.021582315,0,0.0015306,1,1,1,1,1,0.01525211,0,0,1,1,1,1,1,0.132356375,0,0.622764621,0.622593611,0.622783688
-3428,1,0.5514,1,1,1,1,1,1,1,1,0.0573,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0463,0.3707,0,1,0.613,1,1,1,0.1347,0.613,0,1,1,1,1,1,0.080011405,0,0.014103653,1,1,1,1,1,0.055296846,0,0,1,1,1,1,1,0.315653592,0,0.633518608,0.633594246,0.633421986
-3429,1,0.5514,1,1,1,1,1,1,1,1,0.0453,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0518,0.3707,0,1,0.613,1,1,1,0.1212,0.613,0,1,1,1,1,1,0.082346343,0,0.03186401,1,1,1,1,1,0.058920253,0,0.01448351,1,1,1,1,1,0.303479105,0,0.606996133,0.606938862,0.607269504
-3430,1,0.5514,1,1,1,1,1,1,1,1,0.0339,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0408,0.3707,0,1,0.613,1,1,1,0.0788,0.613,0,1,1,1,1,1,0.051965147,0,0.045722023,1,1,1,1,1,0.053545997,0,0.057021469,1,1,1,1,1,0.218411222,0,0.544103432,0.544108314,0.544326241
-3431,1,0.5514,1,1,1,1,1,1,1,1,0.0703,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0215,0.3707,0,1,0.613,1,1,1,0.0715,0.613,0,1,1,1,1,1,0.087467246,0,0.008336272,1,1,1,1,1,0.030728551,0,0.089755237,1,1,1,1,1,0.189382553,0,0.482962784,0.482970171,0.483156028
-3432,1,0.5514,1,1,1,1,1,1,1,1,0.073,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0049,0.3707,0,1,0.613,1,1,1,0.036,0.613,0,1,1,1,1,1,0.066103749,0,0.002266695,1,1,1,1,1,0.005596309,0,0.023637958,1,1,1,1,1,0.117511019,0,0.4409739,0.440871589,0.440602837
-3433,1,0.5514,1,1,1,1,1,1,1,1,0.1021,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0276,0.613,0,1,1,1,1,1,0.083101273,0,0.002451736,1,1,1,1,1,5.52E-05,0,0,1,1,1,1,1,0.103216507,0,0.415659739,0.415697059,0.415780142
-3434,1,0.5514,1,1,1,1,1,1,1,1,0.0364,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.023,0.613,0,1,1,1,1,1,0.027998246,0,0.00754009,1,1,1,1,1,0.00461325,0,0.073571995,1,1,1,1,1,0.110934719,0,0.40158289,0.401523165,0.401595745
-3435,1,0.5514,1,1,1,1,1,1,1,1,0.0013,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0675,0.613,0,1,1,1,1,1,0.000799814,0,0.000184543,1,1,1,1,1,0.000323112,0,0.168209687,1,1,1,1,1,0.207377553,0,0.395782987,0.395811297,0.395833333
-3436,1,0.5514,1,1,1,1,1,1,1,1,0.0116,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0288,0.613,0,1,1,1,1,1,0.003262347,0,0.017448017,1,1,1,1,1,0.001135918,0,0.279242396,1,1,1,1,1,0.098779067,0,0.404301595,0.404273323,0.404255319
-3437,1,0.5514,1,1,1,1,1,1,1,1,0.0087,0.5514,0.0298,1,0.3707,1,1,1,1,1,1,0,0.3707,0.0078,1,0.613,1,1,1,0.0268,0.613,0.0703,1,1,1,1,1,0.009466476,0.083634451,0.090852886,1,1,1,1,1,0.004652179,0.001557372,0.36012122,1,1,1,1,1,0.082035147,0.14480865,0.434871919,0.434736619,0.434840426
-3438,1,0.5514,1,1,1,1,1,1,1,1,0.0223,0.5514,0.1007,1,0.3707,1,1,1,1,1,1,0.0039,0.3707,0.1126,1,0.613,1,1,1,0.0508,0.613,0.1069,1,1,1,1,1,0.028017439,0.400053144,0.190497562,1,1,1,1,1,0.012464007,0.296034843,0.693024158,1,1,1,1,1,0.134297073,0.42994681,0.506887385,0.506875397,0.507092199
-3439,1,0.5514,1,1,1,1,1,1,1,1,0.0068,0.5514,0.2348,1,0.3707,1,1,1,1,1,1,0.0178,0.3707,0.2539,1,0.613,1,1,1,0.0665,0.613,0.2514,1,1,1,1,1,0.014299627,0.587608814,0.131103426,1,1,1,1,1,0.027023166,0.504684806,0.470253944,1,1,1,1,1,0.168334246,0.607358396,0.567967617,0.567801989,0.567819149
-3440,1,0.5508,1,1,1,1,1,1,1,1,0.014,0.5508,0.3877,1,0.3705,1,1,1,1,1,1,0,0.3705,0.3807,1,0.613,1,1,1,0.0447,0.613,0.3793,1,1,1,1,1,0.01547463,0.705734313,0.17860955,1,1,1,1,1,0.014582946,0.649468541,0.810101867,1,1,1,1,1,0.157643259,0.682978272,0.598235863,0.598265285,0.598404255
-3441,1,0.5503,1,1,1,1,1,1,1,1,0.0169,0.5503,0.4973,1,0.3704,1,1,1,1,1,1,0.0078,0.3704,0.4984,1,0.613,1,1,1,0.083,0.613,0.4944,1,1,1,1,1,0.011340565,0.779313207,0.144254446,1,1,1,1,1,0.020098079,0.733565152,0.794440329,1,1,1,1,1,0.159563154,0.733393073,0.620770904,0.620689655,0.621010638
-3442,1,0.5498,1,1,1,1,1,1,1,1,0.0299,0.5498,0.5721,1,0.3702,1,1,1,1,1,1,0.0396,0.3702,0.5364,1,0.613,1,1,1,0.1003,0.613,0.5532,1,1,1,1,1,0.022809681,0.780468941,0.122383058,1,1,1,1,1,0.050471917,0.748351753,0.538054764,1,1,1,1,1,0.18744342,0.757321358,0.639378927,0.639517664,0.639184397
-3443,1,0.5493,1,1,1,1,1,1,1,1,0.0338,0.5493,0.5828,1,0.3701,1,1,1,1,1,1,0.0648,0.3701,0.5507,1,0.613,1,1,1,0.1123,0.613,0.558,1,1,1,1,1,0.032735813,0.770803392,0.097772233,1,1,1,1,1,0.084127486,0.763103068,0.406183243,1,1,1,1,1,0.18306604,0.792571008,0.650253746,0.650306748,0.650265957
-3444,1,0.5488,1,1,1,1,1,1,1,1,0.0458,0.5488,0.5848,1,0.3699,1,1,1,1,1,1,0.1653,0.3699,0.5586,1,0.613,1,1,1,0.2082,0.613,0.5575,1,1,1,1,1,0.060192451,0.772764862,0.090960808,1,1,1,1,1,0.187437415,0.750354409,0.235186666,1,1,1,1,1,0.306867778,0.797318697,0.653576607,0.653691559,0.653812057
-3445,1,0.5483,1,1,1,1,1,1,1,1,0.0988,0.5483,0.5786,1,0.3697,1,1,1,1,1,1,0.1468,0.3697,0.5368,1,0.613,1,1,1,0.2898,0.613,0.567,1,1,1,1,1,0.063807517,0.763955235,0.079440206,1,1,1,1,1,0.181904525,0.731600523,0.146332726,1,1,1,1,1,0.458615869,0.807575464,0.656355727,0.656441718,0.656471631
-3446,1,0.5478,1,1,1,1,1,1,1,1,0.169,0.5478,0.5307,1,0.3696,1,1,1,1,1,1,0.2313,0.3696,0.5046,1,0.613,1,1,1,0.3854,0.613,0.514,1,1,1,1,1,0.147838518,0.751835048,0.096445128,1,1,1,1,1,0.274663091,0.708454967,0.080829844,1,1,1,1,1,0.542868078,0.814196467,0.654603673,0.654749312,0.654698582
-3447,1,0.5473,1,1,1,1,1,1,1,1,0.226,0.5473,0.4368,1,0.3694,1,1,1,1,1,1,0.2022,0.3694,0.4322,1,0.613,1,1,1,0.4232,0.613,0.4208,1,1,1,1,1,0.227536231,0.712680936,0.131005615,1,1,1,1,1,0.236663163,0.653109789,0.101551831,1,1,1,1,1,0.607588112,0.795339048,0.648682939,0.648614343,0.64893617
-3448,1,0.5468,1,1,1,1,1,1,1,1,0.1551,0.5468,0.3052,1,0.3693,1,1,1,1,1,1,0.1265,0.3693,0.2895,1,0.613,1,1,1,0.3143,0.613,0.2958,1,1,1,1,1,0.154646173,0.610535383,0.118572623,1,1,1,1,1,0.133681923,0.511365533,0.108006284,1,1,1,1,1,0.481347799,0.774178445,0.645722571,0.645864184,0.645833333
-3449,1,0.5463,1,1,1,1,1,1,1,1,0.1455,0.5463,0.1539,1,0.3691,1,1,1,1,1,1,0.1572,0.3691,0.139,1,0.613,1,1,1,0.3409,0.613,0.1337,1,1,1,1,1,0.143451914,0.43259266,0.176172718,1,1,1,1,1,0.181797266,0.35239771,0.169848442,1,1,1,1,1,0.485537499,0.624308825,0.636478975,0.636555955,0.636968085
-3450,1,0.5458,1,1,1,1,1,1,1,1,0.0996,0.5458,0.0575,1,0.3689,1,1,1,1,1,1,0.0682,0.3689,0.0344,1,0.613,1,1,1,0.2982,0.613,0.0658,1,1,1,1,1,0.109594755,0.190924168,0.098642766,1,1,1,1,1,0.079629242,0.071969092,0.12886858,1,1,1,1,1,0.483139217,0.332194388,0.623066699,0.623016713,0.62322695
-3451,1,0.5453,1,1,1,1,1,1,1,1,0.0929,0.5453,0,1,0.3688,1,1,1,1,1,1,0.0433,0.3688,0,1,0.613,1,1,1,0.338,0.613,0,1,1,1,1,1,0.115438215,0,0.149727851,1,1,1,1,1,0.066774122,0,0.279161811,1,1,1,1,1,0.560994804,0,0.616058482,0.616035541,0.616134752
-3452,1,0.5448,1,1,1,1,1,1,1,1,0.0889,0.5448,0,1,0.3686,1,1,1,1,1,1,0.0359,0.3686,0,1,0.613,1,1,1,0.4159,0.613,0,1,1,1,1,1,0.104698867,0,0.129299656,1,1,1,1,1,0.049539119,0,0.354586929,1,1,1,1,1,0.596070349,0,0.62681247,0.626824624,0.62677305
-3453,1,0.5443,1,1,1,1,1,1,1,1,0.1079,0.5443,0,1,0.3685,1,1,1,1,1,1,0.0811,0.3685,0,1,0.613,1,1,1,0.3756,0.613,0,1,1,1,1,1,0.192899168,0,0.12716344,1,1,1,1,1,0.101408817,0,0.241489008,1,1,1,1,1,0.548299432,0,0.600652489,0.600803893,0.60106383
-3454,1,0.5438,1,1,1,1,1,1,1,1,0.0714,0.5438,0,1,0.3683,1,1,1,1,1,1,0.0203,0.3683,0,1,0.613,1,1,1,0.3309,0.613,0,1,1,1,1,1,0.09371981,0,0.217031419,1,1,1,1,1,0.03365114,0,0.192921996,1,1,1,1,1,0.486032307,0,0.538303528,0.538396446,0.538120567
-3455,1,0.5433,1,1,1,1,1,1,1,1,0.032,0.5433,0,1,0.3682,1,1,1,1,1,1,0.032,0.3682,0,1,0.613,1,1,1,0.232,0.613,0,1,1,1,1,1,0.068723232,0,0.286517292,1,1,1,1,1,0.053391904,0,0.241089284,1,1,1,1,1,0.302335143,0,0.476981634,0.476835202,0.476950355
-3456,1,0.5428,1,1,1,1,1,1,1,1,0.0554,0.5428,0,1,0.368,1,1,1,1,1,1,0.0509,0.368,0,1,0.613,1,1,1,0.2436,0.613,0,1,1,1,1,1,0.102929287,0,0.28655833,1,1,1,1,1,0.067501307,0,0.306544006,1,1,1,1,1,0.360672176,0,0.436865636,0.436852126,0.436613475
-3457,1,0.5423,1,1,1,1,1,1,1,1,0.0335,0.5423,0,1,0.3678,1,1,1,1,1,1,0.0245,0.3678,0,1,0.613,1,1,1,0.2548,0.613,0,1,1,1,1,1,0.070069149,0,0.244399473,1,1,1,1,1,0.03964423,0,0.445659459,1,1,1,1,1,0.358865291,0,0.414934751,0.414850857,0.414893617
-3458,1,0.5418,1,1,1,1,1,1,1,1,0.0298,0.5418,0,1,0.3677,1,1,1,1,1,1,0.0196,0.3677,0,1,0.6131,1,1,1,0.148,0.6131,0,1,1,1,1,1,0.069911592,0,0.244833529,1,1,1,1,1,0.040781192,0,0.689976454,1,1,1,1,1,0.262341768,0,0.401764137,0.401734715,0.401595745
-3459,1,0.5412,1,1,1,1,1,1,1,1,0.0084,0.5412,0,1,0.3675,1,1,1,1,1,1,0.0156,0.3675,0,1,0.6131,1,1,1,0.1111,0.6131,0,1,1,1,1,1,0.014961205,0,0.244127989,1,1,1,1,1,0.03616431,0,0.791790605,1,1,1,1,1,0.221059725,0,0.397655872,0.397715253,0.397606383
-3460,1,0.5407,1,1,1,1,1,1,1,1,0.0085,0.5407,0,1,0.3674,1,1,1,1,1,1,0,0.3674,0,1,0.6131,1,1,1,0.125,0.6131,0,1,1,1,1,1,0.020019906,0,0.211876005,1,1,1,1,1,0.014359617,0,0.465516508,1,1,1,1,1,0.230596468,0,0.406053649,0.405965729,0.406028369
-3461,1,0.5402,1,1,1,1,1,1,1,1,0.0021,0.5402,0.0049,1,0.3672,1,1,1,1,1,1,0,0.3672,0.0008,1,0.6131,1,1,1,0.1131,0.6131,0.0136,1,1,1,1,1,0.007520093,0.004839725,0.289745718,1,1,1,1,1,0.007557144,0,0.460135877,1,1,1,1,1,0.226175949,0.008954303,0.436019816,0.436005923,0.436170213
-3462,1,0.5397,1,1,1,1,1,1,1,1,0.0029,0.5397,0.0941,1,0.367,1,1,1,1,1,1,0.0049,0.367,0.0735,1,0.6131,1,1,1,0.1255,0.6131,0.0987,1,1,1,1,1,0.007531909,0.163497344,0.223146796,1,1,1,1,1,0.016487908,0.124448769,0.405033797,1,1,1,1,1,0.204162121,0.166514277,0.500966651,0.500951978,0.500886525
-3463,1,0.5392,1,1,1,1,1,1,1,1,0.0095,0.5392,0.2171,1,0.3669,1,1,1,1,1,1,0.0036,0.3669,0.1971,1,0.6131,1,1,1,0.1218,0.6131,0.2353,1,1,1,1,1,0.020222772,0.366256326,0.399918079,1,1,1,1,1,0.017013889,0.339877576,0.214261025,1,1,1,1,1,0.217606798,0.377554804,0.557455292,0.557436006,0.557624113
-3464,1,0.5387,1,1,1,1,1,1,1,1,0.0202,0.5387,0.338,1,0.3667,1,1,1,1,1,1,0,0.3667,0.352,1,0.6131,1,1,1,0.1588,0.6131,0.3624,1,1,1,1,1,0.012131217,0.51266861,0.372137129,1,1,1,1,1,0.01705572,0.548357666,0.205175936,1,1,1,1,1,0.246868595,0.564755321,0.585065249,0.585149143,0.585106383
-3465,1,0.5382,1,1,1,1,1,1,1,1,0.0118,0.5382,0.4496,1,0.3666,1,1,1,1,1,1,0.003,0.3666,0.4415,1,0.6131,1,1,1,0.1834,0.6131,0.4693,1,1,1,1,1,0.015408305,0.641467035,0.271962106,1,1,1,1,1,0.021653213,0.667341053,0.148014396,1,1,1,1,1,0.319478989,0.682289004,0.602162881,0.602073197,0.602393617
-3466,1,0.5377,1,1,1,1,1,1,1,1,0.0115,0.5377,0.6574,1,0.3664,1,1,1,1,1,1,0.0112,0.3664,0.6511,1,0.6131,1,1,1,0.1882,0.6131,0.6499,1,1,1,1,1,0.012474523,0.944623053,0.297082424,1,1,1,1,1,0.024686296,0.929904997,0.127350539,1,1,1,1,1,0.321994692,0.959149837,0.614850169,0.614766237,0.615248227
-3467,1,0.5372,1,1,1,1,1,1,1,1,0.0167,0.5372,0.5304,1,0.3662,1,1,1,1,1,1,0.0051,0.3662,0.5241,1,0.6131,1,1,1,0.2792,0.6131,0.5302,1,1,1,1,1,0.03286979,0.763183296,0.365212739,1,1,1,1,1,0.016091846,0.713555157,0.460607886,1,1,1,1,1,0.464787126,0.736581981,0.623489609,0.623651365,0.623670213
-3468,1,0.5367,1,1,1,1,1,1,1,1,0.0139,0.5367,0.518,1,0.3661,1,1,1,1,1,1,0.0277,0.3661,0.5291,1,0.6131,1,1,1,0.2951,0.6131,0.5243,1,1,1,1,1,0.021454006,0.752946496,0.472586632,1,1,1,1,1,0.040691424,0.725884199,1,1,1,1,1,1,0.486889899,0.747741342,0.624818753,0.624920669,0.625
-3469,1,0.5362,1,1,1,1,1,1,1,1,0.0296,0.5362,0.5066,1,0.3659,1,1,1,1,1,1,0.0879,0.3659,0.5035,1,0.6131,1,1,1,0.3901,0.6131,0.5014,1,1,1,1,1,0.082228646,0.733274221,0.558043897,1,1,1,1,1,0.089652121,0.732926846,1,1,1,1,1,1,0.637303412,0.747792244,0.627235379,0.627247726,0.627216312
-3470,1,0.5357,1,1,1,1,1,1,1,1,0.0675,0.5357,0.4998,1,0.3658,1,1,1,1,1,1,0.2124,0.3658,0.5097,1,0.6131,1,1,1,0.4318,0.6131,0.5092,1,1,1,1,1,0.147074938,0.716671348,0.273781955,1,1,1,1,1,0.210959673,0.731348395,0.453748465,1,1,1,1,1,0.659193039,0.715080202,0.624033349,0.624074466,0.624113475
-3471,1,0.5352,1,1,1,1,1,1,1,1,0.0874,0.5352,0.4264,1,0.3656,1,1,1,1,1,1,0.1334,0.3656,0.4509,1,0.6131,1,1,1,0.3482,0.6131,0.3765,1,1,1,1,1,0.160640761,0.693377793,0.213523984,1,1,1,1,1,0.137134001,0.705526233,0.311781704,1,1,1,1,1,0.529499769,0.698079467,0.620952151,0.621112757,0.621010638
-3472,1,0.5347,1,1,1,1,1,1,1,1,0.0934,0.5347,0.2974,1,0.3655,1,1,1,1,1,1,0.0398,0.3655,0.3258,1,0.6131,1,1,1,0.3334,0.6131,0.2584,1,1,1,1,1,0.129200593,0.586790562,0.138957962,1,1,1,1,1,0.050490655,0.63049984,0.185062319,1,1,1,1,1,0.503858209,0.581993341,0.620770904,0.620689655,0.621010638
-3473,1,0.5342,1,1,1,1,1,1,1,1,0.0969,0.5342,0.1493,1,0.3653,1,1,1,1,1,1,0.0497,0.3653,0.1867,1,0.6131,1,1,1,0.3284,0.6131,0.1442,1,1,1,1,1,0.114053294,0.403389722,0.092829756,1,1,1,1,1,0.061868861,0.513354957,0.176666498,1,1,1,1,1,0.515562952,0.306327373,0.615756404,0.61582399,0.616134752
-3474,1,0.5337,1,1,1,1,1,1,1,1,0.1098,0.5337,0.0488,1,0.3651,1,1,1,1,1,1,0.0749,0.3651,0.0732,1,0.6131,1,1,1,0.358,0.6131,0.0591,1,1,1,1,1,0.127998903,0.22100696,0.117127135,1,1,1,1,1,0.085354745,0.28799805,0.125957608,1,1,1,1,1,0.495559037,0.070040196,0.604639923,0.604823355,0.605053191
-3475,1,0.5332,1,1,1,1,1,1,1,1,0.1264,0.5332,0,1,0.365,1,1,1,1,1,1,0.0365,0.365,0,1,0.6131,1,1,1,0.4554,0.6131,0,1,1,1,1,1,0.103152841,0,0.117953621,1,1,1,1,1,0.060099483,0,0.039143719,1,1,1,1,1,0.6747877,0,0.595275495,0.595303575,0.595301418
-3476,1,0.5327,1,1,1,1,1,1,1,1,0.1441,0.5327,0,1,0.3648,1,1,1,1,1,1,0.0602,0.3648,0,1,0.6131,1,1,1,0.455,0.6131,0,1,1,1,1,1,0.143746465,0,0.147683203,1,1,1,1,1,0.090489812,0,0.059764139,1,1,1,1,1,0.623450279,0,0.603129531,0.60313095,0.603280142
-3477,1,0.5322,1,1,1,1,1,1,1,1,0.1966,0.5322,0,1,0.3647,1,1,1,1,1,1,0.0289,0.3647,0,1,0.6131,1,1,1,0.3671,0.6131,0,1,1,1,1,1,0.192906633,0,0.373705029,1,1,1,1,1,0.039535411,0,0.138283253,1,1,1,1,1,0.560451567,0,0.585850652,0.585783795,0.585992908
-3478,1,0.5316,1,1,1,1,1,1,1,1,0.1432,0.5316,0,1,0.3645,1,1,1,1,1,1,0.0601,0.3645,0,1,0.6131,1,1,1,0.3246,0.6131,0,1,1,1,1,1,0.18569909,0,0.575402319,1,1,1,1,1,0.076915391,0,0.194575399,1,1,1,1,1,0.552035093,0,0.539088932,0.539031098,0.539007092
-3479,1,0.5311,1,1,1,1,1,1,1,1,0.1587,0.5311,0,1,0.3643,1,1,1,1,1,1,0.0983,0.3643,0,1,0.6131,1,1,1,0.3508,0.6131,0,1,1,1,1,1,0.17065762,0,0.666500807,1,1,1,1,1,0.12334802,0,0.305845827,1,1,1,1,1,0.653798878,0,0.48622523,0.486143431,0.486258865
-3480,1,0.5306,1,1,1,1,1,1,1,1,0.2148,0.5306,0,1,0.3642,1,1,1,1,1,1,0.1068,0.3642,0,1,0.6131,1,1,1,0.3604,0.6131,0,1,1,1,1,1,0.201032296,0,0.954202414,1,1,1,1,1,0.123919778,0,0.3628833,1,1,1,1,1,0.672906995,0,0.4459884,0.445948805,0.445921986
-3481,1,0.5301,1,1,1,1,1,1,1,1,0.2955,0.5301,0,1,0.364,1,1,1,1,1,1,0.1037,0.364,0,1,0.6132,1,1,1,0.3634,0.6132,0,1,1,1,1,1,0.236418411,0,0.979016721,1,1,1,1,1,0.103414245,0,0.396931976,1,1,1,1,1,0.68204242,0,0.421640889,0.421832029,0.421985816
-3482,1,0.5296,1,1,1,1,1,1,1,1,0.332,0.5296,0,1,0.3639,1,1,1,1,1,1,0.0938,0.3639,0,1,0.6132,1,1,1,0.3532,0.6132,0,1,1,1,1,1,0.301238269,0,0.955985069,1,1,1,1,1,0.089088917,0,0.432177484,1,1,1,1,1,0.731578231,0,0.406839053,0.406811931,0.406914894
-3483,1,0.5291,1,1,1,1,1,1,1,1,0.4087,0.5291,0,1,0.3637,1,1,1,1,1,1,0.1876,0.3637,0,1,0.6132,1,1,1,0.2717,0.6132,0,1,1,1,1,1,0.39020884,0,0.993632317,1,1,1,1,1,0.210339248,0,0.387375653,1,1,1,1,1,0.558156729,0,0.399347511,0.399407658,0.399379433
-3484,1,0.5286,1,1,1,1,1,1,1,1,0.349,0.5286,0,1,0.3636,1,1,1,1,1,1,0.1478,0.3636,0,1,0.6132,1,1,1,0.2064,0.6132,0,1,1,1,1,1,0.380123615,0,0.918339968,1,1,1,1,1,0.176655948,0,0.334295839,1,1,1,1,1,0.441318661,0,0.400253746,0.400253861,0.400265957
-3485,1,0.5281,1,1,1,1,1,1,1,1,0.1797,0.5281,0.026,1,0.3634,1,1,1,1,1,1,0.1886,0.3634,0.0121,1,0.6132,1,1,1,0.1902,0.6132,0.0409,1,1,1,1,1,0.235861972,0.049373325,0.466329932,1,1,1,1,1,0.192031875,0.022724975,0.339601845,1,1,1,1,1,0.45386827,0.152818382,0.406295312,0.406177279,0.406471631
-3486,1,0.5276,1,1,1,1,1,1,1,1,0.1659,0.5276,0.1018,1,0.3632,1,1,1,1,1,1,0.1399,0.3632,0.13,1,0.6132,1,1,1,0.1876,0.6132,0.0873,1,1,1,1,1,0.183815897,0.458189815,0.338065684,1,1,1,1,1,0.108884692,0.487261832,0.352346092,1,1,1,1,1,0.440796673,0.420681775,0.429494925,0.429659403,0.429521277
-3487,1,0.5271,1,1,1,1,1,1,1,1,0.1331,0.5271,0.2433,1,0.3631,1,1,1,1,1,1,0.0987,0.3631,0.2585,1,0.6132,1,1,1,0.0837,0.6132,0.1897,1,1,1,1,1,0.089953057,0.603047132,0.594026804,1,1,1,1,1,0.081454344,0.610282898,0.403067827,1,1,1,1,1,0.192150861,0.466695249,0.47341711,0.473450391,0.473404255
-3488,1,0.5266,1,1,1,1,1,1,1,1,0.128,0.5266,0.3818,1,0.3629,1,1,1,1,1,1,0.0154,0.3629,0.3965,1,0.6132,1,1,1,0.0755,0.6132,0.3086,1,1,1,1,1,0.054063726,0.670013547,0.604393601,1,1,1,1,1,0.015007132,0.726192355,0.381297648,1,1,1,1,1,0.196360469,0.658982933,0.525132914,0.525068754,0.525265957
-3489,1,0.5261,1,1,1,1,1,1,1,1,0.0712,0.5261,0.4982,1,0.3628,1,1,1,1,1,1,0.0061,0.3628,0.4937,1,0.6132,1,1,1,0.0858,0.6132,0.3997,1,1,1,1,1,0.020784948,0.770968735,0.401578367,1,1,1,1,1,0.012040151,0.772229612,0.591825485,1,1,1,1,1,0.164881259,0.673514366,0.567363461,0.567378887,0.567375887
-3490,1,0.5256,1,1,1,1,1,1,1,1,0.0862,0.5256,0.5353,1,0.3626,1,1,1,1,1,1,0.0043,0.3626,0.5335,1,0.6132,1,1,1,0.0808,0.6132,0.5139,1,1,1,1,1,0.016812757,0.697871029,0.580888927,1,1,1,1,1,0.009310487,0.794491172,0.598218679,1,1,1,1,1,0.114012696,0.597352087,0.596483809,0.596572879,0.596631206
-3491,1,0.5251,1,1,1,1,1,1,1,1,0.1196,0.5251,0.5261,1,0.3624,1,1,1,1,1,1,0.0594,0.3624,0.539,1,0.6132,1,1,1,0.1086,0.6132,0.582,1,1,1,1,1,0.068726256,0.74565649,0.828314841,1,1,1,1,1,0.043812402,0.794821799,0.682179809,1,1,1,1,1,0.129964679,0.606385469,0.615152247,0.615189338,0.615248227
-3492,1,0.5246,1,1,1,1,1,1,1,1,0.1109,0.5246,0.5122,1,0.3623,1,1,1,1,1,1,0.0492,0.3623,0.5061,1,0.6132,1,1,1,0.2391,0.6132,0.6627,1,1,1,1,1,0.071737021,0.684711933,0.73906374,1,1,1,1,1,0.039249744,0.753941178,0.780026495,1,1,1,1,1,0.252119541,0.737015903,0.626329145,0.626401523,0.62677305
-3493,1,0.5241,1,1,1,1,1,1,1,1,0.1518,0.5241,0.6212,1,0.3621,1,1,1,1,1,1,0.0035,0.3621,0.6245,1,0.6132,1,1,1,0.277,0.6132,0.7799,1,1,1,1,1,0.073892027,0.868428469,1,1,1,1,1,1,0.011705987,0.874346673,1,1,1,1,1,1,0.298006117,0.994849503,0.629954084,0.629786334,0.630319149
-3494,1,0.5236,1,1,1,1,1,1,1,1,0.1656,0.5236,0.4165,1,0.362,1,1,1,1,1,1,0.0012,0.362,0.3972,1,0.6132,1,1,1,0.2761,0.6132,0.5856,1,1,1,1,1,0.059361372,0.639644206,0.995629609,1,1,1,1,1,0.015990097,0.549309194,0.671295524,1,1,1,1,1,0.283086956,0.914367557,0.632310295,0.632324942,0.632535461
-3495,1,0.5231,1,1,1,1,1,1,1,1,0.2013,0.5231,0.3874,1,0.3618,1,1,1,1,1,1,0.0066,0.3618,0.3532,1,0.6132,1,1,1,0.347,0.6132,0.4619,1,1,1,1,1,0.084108204,0.702865779,0.998854637,1,1,1,1,1,0.028533269,0.520966053,0.786381781,1,1,1,1,1,0.340696096,0.89767617,0.632310295,0.632324942,0.632535461
-3496,1,0.5226,1,1,1,1,1,1,1,1,0.1814,0.5226,0.2828,1,0.3617,1,1,1,1,1,1,0,0.3617,0.2343,1,0.6132,1,1,1,0.4828,0.6132,0.3078,1,1,1,1,1,0.061644688,0.633072138,0.977961302,1,1,1,1,1,0.015878014,0.335467786,0.738582492,1,1,1,1,1,0.539063334,0.852163374,0.636781054,0.636767506,0.636968085
-3497,1,0.5221,1,1,1,1,1,1,1,1,0.175,0.5221,0.1567,1,0.3615,1,1,1,1,1,1,0.044,0.3615,0.1124,1,0.6132,1,1,1,0.3649,0.6132,0.1234,1,1,1,1,1,0.08750321,0.476917624,0.963040888,1,1,1,1,1,0.057438612,0.174902946,0.750400543,1,1,1,1,1,0.430850416,0.733914018,0.636781054,0.636767506,0.636968085
-3498,1,0.5215,1,1,1,1,1,1,1,1,0.2286,0.5215,0.0604,1,0.3613,1,1,1,1,1,1,0.0109,0.3613,0.0397,1,0.6132,1,1,1,0.2706,0.6132,0.0769,1,1,1,1,1,0.110712282,0.242785856,1,1,1,1,1,1,0.082583472,0.041037187,1,1,1,1,1,1,0.307669967,0.490603566,0.627899952,0.627882378,0.628102837
-3499,1,0.521,1,1,1,1,1,1,1,1,0.0939,0.521,0.0018,1,0.3612,1,1,1,1,1,1,0.0113,0.3612,0,1,0.6132,1,1,1,0.2094,0.6132,0.0408,1,1,1,1,1,0.062685139,0,0.791789591,1,1,1,1,1,0.030916506,0,0.591982543,1,1,1,1,1,0.280342638,0,0.616179314,0.616247091,0.616134752
-3500,1,0.5205,1,1,1,1,1,1,1,1,0.1196,0.5205,0,1,0.361,1,1,1,1,1,1,0.0207,0.361,0,1,0.6132,1,1,1,0.2086,0.6132,0,1,1,1,1,1,0.079687506,0,0.690502524,1,1,1,1,1,0.035293765,0,0.387329578,1,1,1,1,1,0.32381013,0,0.622100048,0.62217051,0.622340426
-3501,1,0.52,1,1,1,1,1,1,1,1,0.1163,0.52,0,1,0.3609,1,1,1,1,1,1,0.0913,0.3609,0,1,0.6132,1,1,1,0.2564,0.6132,0,1,1,1,1,1,0.209309652,0,0.371470213,1,1,1,1,1,0.118508779,0,0.186375141,1,1,1,1,1,0.345559239,0,0.604519091,0.604611805,0.604609929
-3502,1,0.5195,1,1,1,1,1,1,1,1,0.1461,0.5195,0,1,0.3607,1,1,1,1,1,1,0.2797,0.3607,0,1,0.6132,1,1,1,0.3102,0.6132,0,1,1,1,1,1,0.347161263,0,0.235487819,1,1,1,1,1,0.293499112,0,0.287831694,1,1,1,1,1,0.48878479,0,0.554917835,0.554897398,0.554964539
-3503,1,0.519,1,1,1,1,1,1,1,1,0.2864,0.519,0,1,0.3605,1,1,1,1,1,1,0.5674,0.3605,0,1,0.6132,1,1,1,0.3171,0.6132,0,1,1,1,1,1,0.426779628,0,0.24946785,1,1,1,1,1,0.531790853,0,0.560889304,1,1,1,1,1,0.432373047,0,0.501510391,0.50158663,0.50177305
-3504,1,0.5185,1,1,1,1,1,1,1,1,0.2711,0.5185,0,1,0.3604,1,1,1,1,1,1,0.2931,0.3604,0,1,0.6132,1,1,1,0.1866,0.6132,0,1,1,1,1,1,0.34032023,0,0.653070331,1,1,1,1,1,0.393169761,0,0.617837012,1,1,1,1,1,0.343333662,0,0.457044466,0.456949439,0.457003546
-3505,1,0.518,1,1,1,1,1,1,1,1,0.1829,0.518,0,1,0.3602,1,1,1,1,1,1,0.2742,0.3602,0,1,0.6133,1,1,1,0.1478,0.6133,0,1,1,1,1,1,0.209819674,0,0.869526088,1,1,1,1,1,0.371684939,0,0.72388792,1,1,1,1,1,0.284313917,0,0.428407443,0.428390099,0.428191489
-3506,1,0.5175,1,1,1,1,1,1,1,1,0.1844,0.5175,0,1,0.3601,1,1,1,1,1,1,0.5432,0.3601,0,1,0.6133,1,1,1,0.1773,0.6133,0,1,1,1,1,1,0.228416383,0,0.928739488,1,1,1,1,1,0.457418025,0,0.751158357,1,1,1,1,1,0.241683677,0,0.409255679,0.409138989,0.409131206
-3507,1,0.517,1,1,1,1,1,1,1,1,0.2522,0.517,0,1,0.3599,1,1,1,1,1,1,0.33,0.3599,0,1,0.6133,1,1,1,0.1432,0.6133,0,1,1,1,1,1,0.207252786,0,0.845790386,1,1,1,1,1,0.43018651,0,0.829544604,1,1,1,1,1,0.22548914,0,0.397655872,0.397715253,0.397606383
-3508,1,0.5165,1,1,1,1,1,1,1,1,0.2607,0.5165,0,1,0.3598,1,1,1,1,1,1,0.2193,0.3598,0,1,0.6133,1,1,1,0.1329,0.6133,0,1,1,1,1,1,0.195063695,0,0.479269803,1,1,1,1,1,0.330451816,0,0.775633276,1,1,1,1,1,0.221389621,0,0.392278879,0.392214935,0.392287234
-3509,1,0.516,1,1,1,1,1,1,1,1,0.2212,0.516,0.0973,1,0.3596,1,1,1,1,1,1,0.2581,0.3596,0.0752,1,0.6133,1,1,1,0.0723,0.6133,0.059,1,1,1,1,1,0.195275858,0.248310834,0.218139723,1,1,1,1,1,0.33224842,0.115721382,0.579433203,1,1,1,1,1,0.13964197,0.231346115,0.386237313,0.386291517,0.38608156
-3510,1,0.5155,1,1,1,1,1,1,1,1,0.1456,0.5155,0.1144,1,0.3594,1,1,1,1,1,1,0.164,0.3594,0.138,1,0.6133,1,1,1,0.0453,0.6133,0.1168,1,1,1,1,1,0.109856687,0.525692761,0.150333703,1,1,1,1,1,0.206480548,0.31754446,0.140880883,1,1,1,1,1,0.076125711,0.655412436,0.399830836,0.399830759,0.399822695
-3511,1,0.515,1,1,1,1,1,1,1,1,0.0674,0.515,0.2496,1,0.3593,1,1,1,1,1,1,0.0309,0.3593,0.2598,1,0.6133,1,1,1,0.0091,0.6133,0.2575,1,1,1,1,1,0.020254515,0.707271993,0.119932413,1,1,1,1,1,0.052579988,0.485493958,0.044088483,1,1,1,1,1,0.006525885,0.772856474,0.434630256,0.434736619,0.434840426
-3512,1,0.5145,1,1,1,1,1,1,1,1,0.0287,0.5145,0.4063,1,0.3591,1,1,1,1,1,1,0,0.3591,0.4016,1,0.6133,1,1,1,0.0063,0.6133,0.416,1,1,1,1,1,0.006522118,0.818332374,0.115701422,1,1,1,1,1,0.002567487,0.668443859,0.057944506,1,1,1,1,1,0.002153539,0.882645607,0.478250362,0.478316057,0.478280142
-3513,1,0.514,1,1,1,1,1,1,1,1,0.0344,0.514,0.5217,1,0.359,1,1,1,1,1,1,0,0.359,0.5187,1,0.6133,1,1,1,0.0061,0.6133,0.5489,1,1,1,1,1,0.00640721,0.858387113,0.094033748,1,1,1,1,1,0.001303967,0.821421921,0.033942148,1,1,1,1,1,0.001924694,0.91635406,0.516916385,0.516818278,0.516843972
-3514,1,0.5135,1,1,1,1,1,1,1,1,0.0279,0.5135,0.6837,1,0.3588,1,1,1,1,1,1,0,0.3588,0.6685,1,0.6133,1,1,1,0.0053,0.6133,0.7417,1,1,1,1,1,0.005469657,0.990906656,0.089679062,1,1,1,1,1,0.002256513,0.980414927,0.069912314,1,1,1,1,1,0.009007787,1,0.541868052,0.541781257,0.542109929
-3515,1,0.513,1,1,1,1,1,1,1,1,0.0209,0.513,0.6141,1,0.3586,1,1,1,1,1,1,0,0.3586,0.5887,1,0.6133,1,1,1,0.0099,0.6133,0.6676,1,1,1,1,1,0.005807847,0.866961598,0.052571714,1,1,1,1,1,0.000736253,0.781377852,0.003317539,1,1,1,1,1,0.006347829,0.915979266,0.558724021,0.55870531,0.558953901
-3516,1,0.5125,1,1,1,1,1,1,1,1,0.0305,0.5125,0.6254,1,0.3585,1,1,1,1,1,1,0,0.3585,0.5841,1,0.6133,1,1,1,0.0158,0.6133,0.61,1,1,1,1,1,0.009198739,0.88501215,0.048186928,1,1,1,1,1,0.002049996,0.801012933,0,1,1,1,1,1,0.028446689,0.920965672,0.568753021,0.568648191,0.568705674
-3517,1,0.5119,1,1,1,1,1,1,1,1,0.0314,0.5119,0.6295,1,0.3583,1,1,1,1,1,1,0,0.3583,0.5947,1,0.6133,1,1,1,0.017,0.6133,0.527,1,1,1,1,1,0.010839716,0.867754877,0.028566901,1,1,1,1,1,0.006953634,0.824292362,0.009132199,1,1,1,1,1,0.045451026,0.90958482,0.570323828,0.570340597,0.570478723
-3518,1,0.5114,1,1,1,1,1,1,1,1,0.0375,0.5114,0.5713,1,0.3582,1,1,1,1,1,1,0.0108,0.3582,0.5658,1,0.6133,1,1,1,0.0292,0.6133,0.4364,1,1,1,1,1,0.029926123,0.866189599,0.090105362,1,1,1,1,1,0.019025767,0.844137788,0.069604456,1,1,1,1,1,0.042708278,0.542909801,0.571532141,0.571609901,0.571808511
-3519,1,0.5109,1,1,1,1,1,1,1,1,0.0911,0.5109,0.4664,1,0.358,1,1,1,1,1,1,0.0329,0.358,0.4846,1,0.6133,1,1,1,0.015,0.6133,0.4434,1,1,1,1,1,0.054838117,0.855623722,0.175722048,1,1,1,1,1,0.048079811,0.831098139,0.020941624,1,1,1,1,1,0.044498995,0.443953484,0.574552924,0.57457161,0.574468085
-3520,1,0.5104,1,1,1,1,1,1,1,1,0.1296,0.5104,0.3225,1,0.3578,1,1,1,1,1,1,0.0352,0.3578,0.357,1,0.6133,1,1,1,0.0328,0.6133,0.29,1,1,1,1,1,0.07538908,0.792096496,0.200383514,1,1,1,1,1,0.069456629,0.765474975,0.040855758,1,1,1,1,1,0.071649931,0.638964295,0.579990333,0.579860377,0.580230496
-3521,1,0.5099,1,1,1,1,1,1,1,1,0.1024,0.5099,0.1542,1,0.3577,1,1,1,1,1,1,0.0063,0.3577,0.1974,1,0.6133,1,1,1,0.0373,0.6133,0.1523,1,1,1,1,1,0.08161626,0.6482867,0.156256527,1,1,1,1,1,0.038182136,0.617378116,0.041342147,1,1,1,1,1,0.087772548,0.638399243,0.58240696,0.582398985,0.582446809
-3522,1,0.5094,1,1,1,1,1,1,1,1,0.0762,0.5094,0.0734,1,0.3575,1,1,1,1,1,1,0.0553,0.3575,0.0874,1,0.6133,1,1,1,0.0424,0.6133,0.0676,1,1,1,1,1,0.07382483,0.326692373,0.046422366,1,1,1,1,1,0.084147491,0.315512568,0.045055497,1,1,1,1,1,0.085680999,0.305667967,0.573042533,0.573090755,0.573138298
-3523,1,0.5089,1,1,1,1,1,1,1,1,0.104,0.5089,0,1,0.3574,1,1,1,1,1,1,0.0847,0.3574,0,1,0.6133,1,1,1,0.0541,0.6133,0,1,1,1,1,1,0.161338687,0,0.067104608,1,1,1,1,1,0.132098615,0,0.146847129,1,1,1,1,1,0.085918419,0,0.562167714,0.562090121,0.562056738
-3524,1,0.5084,1,1,1,1,1,1,1,1,0.1042,0.5084,0,1,0.3572,1,1,1,1,1,1,0.1265,0.3572,0,1,0.6133,1,1,1,0.04,0.6133,0,1,1,1,1,1,0.15919514,0,0.039689653,1,1,1,1,1,0.163268238,0,0.123765454,1,1,1,1,1,0.058647409,0,0.57280087,0.572667654,0.573138298
-3525,1,0.5079,1,1,1,1,1,1,1,1,0.087,0.5079,0,1,0.3571,1,1,1,1,1,1,0.1107,0.3571,0,1,0.6133,1,1,1,0.0466,0.6133,0,1,1,1,1,1,0.108535185,0,0.065212756,1,1,1,1,1,0.142740086,0,0.338499755,1,1,1,1,1,0.067917563,0,0.561080232,0.561032367,0.561170213
-3526,1,0.5074,1,1,1,1,1,1,1,1,0.0581,0.5074,0,1,0.3569,1,1,1,1,1,1,0.1212,0.3569,0,1,0.6133,1,1,1,0.0512,0.6133,0,1,1,1,1,1,0.071472719,0,0.217857033,1,1,1,1,1,0.138909176,0,0.244642153,1,1,1,1,1,0.092894673,0,0.522353794,0.522318595,0.522606383
-3527,1,0.5069,1,1,1,1,1,1,1,1,0.0925,0.5069,0,1,0.3567,1,1,1,1,1,1,0.2,0.3567,0,1,0.6133,1,1,1,0.0627,0.6133,0,1,1,1,1,1,0.111822933,0,0.349852622,1,1,1,1,1,0.214631125,0,0.414055526,1,1,1,1,1,0.148355186,0,0.476739971,0.476835202,0.476950355
-3528,1,0.5064,1,1,1,1,1,1,1,1,0.0786,0.5064,0,1,0.3566,1,1,1,1,1,1,0.1856,0.3566,0,1,0.6134,1,1,1,0.0398,0.6134,0,1,1,1,1,1,0.110325836,0,0.327212632,1,1,1,1,1,0.184857607,0,0.563972533,1,1,1,1,1,0.099001825,0,0.440188497,0.440236937,0.440159574
-3529,1,0.5059,1,1,1,1,1,1,1,1,0.0609,0.5059,0,1,0.3564,1,1,1,1,1,1,0.1325,0.3564,0,1,0.6134,1,1,1,0.0292,0.6134,0,1,1,1,1,1,0.093629137,0,0.378330529,1,1,1,1,1,0.166632116,0,0.674354196,1,1,1,1,1,0.125508308,0,0.416082649,0.416120161,0.416223404
-3530,1,0.5054,1,1,1,1,1,1,1,1,0.0554,0.5054,0,1,0.3563,1,1,1,1,1,1,0.1046,0.3563,0,1,0.6134,1,1,1,0.0325,0.6134,0,1,1,1,1,1,0.047552854,0,0.675056875,1,1,1,1,1,0.142442837,0,0.82370317,1,1,1,1,1,0.152086809,0,0.402549541,0.402580918,0.402925532
-3531,1,0.5049,1,1,1,1,1,1,1,1,0.0389,0.5049,0,1,0.3561,1,1,1,1,1,1,0.0672,0.3561,0,1,0.6134,1,1,1,0.0299,0.6134,0,1,1,1,1,1,0.035386208,0,0.779412627,1,1,1,1,1,0.093350187,0,1,1,1,1,1,1,0.082653493,0,0.395903818,0.395811297,0.395833333
-3532,1,0.5044,1,1,1,1,1,1,1,1,0.0278,0.5044,0,1,0.3559,1,1,1,1,1,1,0.043,0.3559,0,1,0.6134,1,1,1,0.0299,0.6134,0,1,1,1,1,1,0.044179618,0,0.970574141,1,1,1,1,1,0.075678729,0,1,1,1,1,1,1,0.051712863,0,0.396749638,0.39686905,0.396719858
-3533,1,0.5039,1,1,1,1,1,1,1,1,0.0018,0.5039,0.0359,1,0.3558,1,1,1,1,1,1,0.046,0.3558,0.0118,1,0.6134,1,1,1,0.0385,0.6134,0.0436,1,1,1,1,1,0.050887093,0.096717402,0.811164498,1,1,1,1,1,0.057695933,0.069058806,1,1,1,1,1,1,0.053232022,0.136604279,0.400495408,0.400676962,0.40070922
-3534,1,0.5034,1,1,1,1,1,1,1,1,0.0034,0.5034,0.1068,1,0.3556,1,1,1,1,1,1,0.005,0.3556,0.1206,1,0.6134,1,1,1,0.0259,0.6134,0.1378,1,1,1,1,1,0.011802151,0.445279241,0.798115969,1,1,1,1,1,0.012516349,0.452267677,0.873755574,1,1,1,1,1,0.056437861,0.427904367,0.418861769,0.418870319,0.418882979
-3535,1,0.5029,1,1,1,1,1,1,1,1,0.0048,0.5029,0.2425,1,0.3555,1,1,1,1,1,1,0,0.3555,0.2677,1,0.6134,1,1,1,0.0286,0.6134,0.248,1,1,1,1,1,0.010198699,0.683956683,0.860122561,1,1,1,1,1,0,0.708063066,0.443921745,1,1,1,1,1,0.056191221,0.709809661,0.456440309,0.456526338,0.456560284
-3536,1,0.5023,1,1,1,1,1,1,1,1,0.0012,0.5023,0.3923,1,0.3553,1,1,1,1,1,1,0,0.3553,0.4168,1,0.6134,1,1,1,0.0205,0.6134,0.3691,1,1,1,1,1,0.002185003,0.78157872,0.587973356,1,1,1,1,1,4.14E-06,0.817111433,0.803598762,1,1,1,1,1,0.017246963,0.820502579,0.507068632,0.507086947,0.507092199
-3537,1,0.5018,1,1,1,1,1,1,1,1,0.0087,0.5018,0.5074,1,0.3552,1,1,1,1,1,1,0,0.3552,0.5283,1,0.6134,1,1,1,0.0351,0.6134,0.4759,1,1,1,1,1,0.003054135,0.843060255,0.593473434,1,1,1,1,1,0,0.858579099,0.628719926,1,1,1,1,1,0.012483159,0.880974174,0.549117931,0.54918553,0.549202128
-3538,1,0.5013,1,1,1,1,1,1,1,1,0.0083,0.5013,0.6026,1,0.355,1,1,1,1,1,1,0,0.355,0.6076,1,0.6134,1,1,1,0.0482,0.6134,0.47,1,1,1,1,1,0.001627549,0.880451083,0.41860193,1,1,1,1,1,0.000109725,0.877711236,0.17581363,1,1,1,1,1,0.018060023,0.881064296,0.581138231,0.581129681,0.581117021
-3539,1,0.5008,1,1,1,1,1,1,1,1,0.0145,0.5008,0.6293,1,0.3548,1,1,1,1,1,1,0,0.3548,0.6221,1,0.6134,1,1,1,0.0367,0.6134,0.521,1,1,1,1,1,0.002265822,0.880549073,0.187907904,1,1,1,1,1,0.002390011,0.876857698,0.130292937,1,1,1,1,1,0.002811063,0.880626678,0.605062832,0.605034906,0.605496454
-3540,1,0.5003,1,1,1,1,1,1,1,1,0.0189,0.5003,0.6032,1,0.3547,1,1,1,1,1,1,0,0.3547,0.5993,1,0.6134,1,1,1,0.0405,0.6134,0.5412,1,1,1,1,1,0.004129499,0.82160759,0.064052969,1,1,1,1,1,0.002647798,0.859360158,0.097917542,1,1,1,1,1,0.005518335,0.911264956,0.622160464,0.62217051,0.622340426
-3541,1,0.4998,1,1,1,1,1,1,1,1,0.0219,0.4998,0.5956,1,0.3545,1,1,1,1,1,1,0,0.3545,0.5694,1,0.6134,1,1,1,0.0526,0.6134,0.4555,1,1,1,1,1,0.007144081,0.80483216,0.088177927,1,1,1,1,1,0.004862648,0.765307426,0.012381938,1,1,1,1,1,0.051187783,0.865523696,0.628383277,0.62851703,0.628546099
-3542,1,0.4993,1,1,1,1,1,1,1,1,0.0499,0.4993,0.5497,1,0.3544,1,1,1,1,1,1,0,0.3544,0.5184,1,0.6134,1,1,1,0.1268,0.6134,0.4178,1,1,1,1,1,0.020478513,0.803928673,0.069377817,1,1,1,1,1,0.013637004,0.728534877,0.009062566,1,1,1,1,1,0.125595883,0.733185232,0.632612373,0.632748043,0.632978723
-3543,1,0.4988,1,1,1,1,1,1,1,1,0.077,0.4988,0.4475,1,0.3542,1,1,1,1,1,1,0,0.3542,0.4624,1,0.6134,1,1,1,0.2036,0.6134,0.3587,1,1,1,1,1,0.078456752,0.806182384,0.043587331,1,1,1,1,1,0.040330511,0.784437716,0.061906025,1,1,1,1,1,0.230736941,0.637027204,0.63738521,0.637613708,0.637411348
-3544,1,0.4983,1,1,1,1,1,1,1,1,0.0979,0.4983,0.3146,1,0.354,1,1,1,1,1,1,0,0.354,0.3444,1,0.6134,1,1,1,0.1319,0.6134,0.2848,1,1,1,1,1,0.145345926,0.754471779,0.033999901,1,1,1,1,1,0.068920702,0.731807947,0.021825396,1,1,1,1,1,0.1605739,0.685909629,0.646145481,0.646287286,0.646276596
-3545,1,0.4978,1,1,1,1,1,1,1,1,0.1186,0.4978,0.1529,1,0.3539,1,1,1,1,1,1,0.1888,0.3539,0.1995,1,0.6134,1,1,1,0.1342,0.6134,0.134,1,1,1,1,1,0.250567436,0.6176669,0.015773797,1,1,1,1,1,0.280011445,0.514961958,0,1,1,1,1,1,0.161806598,0.586301327,0.652549541,0.652633806,0.65248227
-3546,1,0.4973,1,1,1,1,1,1,1,1,0.1807,0.4973,0.0686,1,0.3537,1,1,1,1,1,1,0.2795,0.3537,0.0905,1,0.6134,1,1,1,0.1234,0.6134,0.0714,1,1,1,1,1,0.293726653,0.340904981,0.018532129,1,1,1,1,1,0.338294953,0.294265181,0,1,1,1,1,1,0.174860343,0.342638254,0.64517883,0.645229532,0.645390071
-3547,1,0.4968,1,1,1,1,1,1,1,1,0.0655,0.4968,0,1,0.3536,1,1,1,1,1,1,0.0233,0.3536,0,1,0.6134,1,1,1,0.176,0.6134,0,1,1,1,1,1,0.129458889,0,0.00505148,1,1,1,1,1,0.041073062,0,0,1,1,1,1,1,0.268521637,1.96E-05,0.637143548,0.637190607,0.637411348
-3548,1,0.4963,1,1,1,1,1,1,1,1,0.0918,0.4963,0,1,0.3534,1,1,1,1,1,1,0.1062,0.3534,0,1,0.6134,1,1,1,0.1566,0.6134,0,1,1,1,1,1,0.165676624,0,0.010476673,1,1,1,1,1,0.148222417,0,0.053382203,1,1,1,1,1,0.233442634,0,0.645843403,0.645864184,0.645833333
-3549,1,0.4958,1,1,1,1,1,1,1,1,0.0698,0.4958,0,1,0.3533,1,1,1,1,1,1,0.222,0.3533,0,1,0.6134,1,1,1,0.1314,0.6134,0,1,1,1,1,1,0.198202223,0,0.014508187,1,1,1,1,1,0.238910809,0,0.098121732,1,1,1,1,1,0.265107542,0,0.617025133,0.617093294,0.617021277
-3550,1,0.4953,1,1,1,1,1,1,1,1,0.0486,0.4953,0,1,0.3531,1,1,1,1,1,1,0.175,0.3531,0,1,0.6134,1,1,1,0.1383,0.6134,0,1,1,1,1,1,0.161508366,0,0.045076083,1,1,1,1,1,0.196971089,0,0.138786927,1,1,1,1,1,0.306821913,0,0.554253262,0.554262746,0.554521277
-3551,1,0.4948,1,1,1,1,1,1,1,1,0.0422,0.4948,0,1,0.3529,1,1,1,1,1,1,0.1053,0.3529,0,1,0.6135,1,1,1,0.1693,0.6135,0,1,1,1,1,1,0.127100974,0,0.161075637,1,1,1,1,1,0.140977368,0,0.392001361,1,1,1,1,1,0.321119994,0,0.494139681,0.494182357,0.494237589
-3552,1,0.4943,1,1,1,1,1,1,1,1,0.0614,0.4943,0,1,0.3528,1,1,1,1,1,1,0.0802,0.3528,0,1,0.6135,1,1,1,0.1562,0.6135,0,1,1,1,1,1,0.134983927,0,0.302574456,1,1,1,1,1,0.129486099,0,0.604636133,1,1,1,1,1,0.277356297,0,0.454567424,0.454622382,0.454787234
-3553,1,0.4938,1,1,1,1,1,1,1,1,0.0586,0.4938,0,1,0.3526,1,1,1,1,1,1,0.1593,0.3526,0,1,0.6135,1,1,1,0.2077,0.6135,0,1,1,1,1,1,0.095916808,0,0.462299556,1,1,1,1,1,0.218365997,0,0.904499292,1,1,1,1,1,0.310569346,0,0.430582407,0.430717157,0.430407801
-3554,1,0.4933,1,1,1,1,1,1,1,1,0.0823,0.4933,0,1,0.3525,1,1,1,1,1,1,0.1103,0.3525,0,1,0.6135,1,1,1,0.2088,0.6135,0,1,1,1,1,1,0.096861482,0,0.473362982,1,1,1,1,1,0.161450595,0,0.891003489,1,1,1,1,1,0.33170417,0,0.417290962,0.417389465,0.417553191
-3555,1,0.4927,1,1,1,1,1,1,1,1,0.0674,0.4927,0,1,0.3523,1,1,1,1,1,1,0.0943,0.3523,0,1,0.6135,1,1,1,0.1993,0.6135,0,1,1,1,1,1,0.074121825,0,0.50206548,1,1,1,1,1,0.138166785,0,0.9489218,1,1,1,1,1,0.366298378,0,0.413786854,0.413793103,0.41356383
-3556,1,0.4922,1,1,1,1,1,1,1,1,0.054,0.4922,0,1,0.3521,1,1,1,1,1,1,0.1462,0.3521,0,1,0.6135,1,1,1,0.1675,0.6135,0,1,1,1,1,1,0.052917473,0,0.768061638,1,1,1,1,1,0.13619478,0,1,1,1,1,1,1,0.32209,0,0.422305462,0.422466681,0.422429078
-3557,1,0.4917,1,1,1,1,1,1,1,1,0.0358,0.4917,0.0148,1,0.352,1,1,1,1,1,1,0.0557,0.352,0.032,1,0.6135,1,1,1,0.2271,0.6135,0.0244,1,1,1,1,1,0.026969271,0.070500441,0.585641623,1,1,1,1,1,0.048281468,0.077097453,1,1,1,1,1,1,0.349496812,0,0.454809087,0.454833933,0.454787234
-3558,1,0.4912,1,1,1,1,1,1,1,1,0.0224,0.4912,0.1044,1,0.3518,1,1,1,1,1,1,0.0639,0.3518,0.1203,1,0.6135,1,1,1,0.201,0.6135,0.0567,1,1,1,1,1,0.030121982,0.410938352,0.758760929,1,1,1,1,1,0.065637685,0.447071463,1,1,1,1,1,1,0.321707338,0.167623729,0.526401643,0.526549609,0.526595745
-3559,1,0.4907,1,1,1,1,1,1,1,1,0.0043,0.4907,0.2411,1,0.3517,1,1,1,1,1,1,0.0155,0.3517,0.2619,1,0.6135,1,1,1,0.2613,0.6135,0.0383,1,1,1,1,1,0.017276993,0.623462379,0.729055047,1,1,1,1,1,0.011409696,0.681864798,0.816406548,1,1,1,1,1,0.494587451,0.205715001,0.591710971,0.591707214,0.591755319
-3560,1,0.4902,1,1,1,1,1,1,1,1,0.0104,0.4902,0.3853,1,0.3515,1,1,1,1,1,1,0.0232,0.3515,0.4121,1,0.6135,1,1,1,0.2085,0.6135,0.1539,1,1,1,1,1,0.005447025,0.731657028,0.50614059,1,1,1,1,1,0.015683249,0.797211289,0.365352094,1,1,1,1,1,0.266718864,0.340459406,0.6300145,0.629997884,0.630319149
-3561,1,0.4897,1,1,1,1,1,1,1,1,0.0119,0.4897,0.5037,1,0.3514,1,1,1,1,1,1,0.0305,0.3514,0.5289,1,0.6135,1,1,1,0.1263,0.6135,0.2423,1,1,1,1,1,0.008583868,0.81203258,0.562331557,1,1,1,1,1,0.020236006,0.851493597,0.415123314,1,1,1,1,1,0.250760853,0.418974966,0.660886902,0.660884282,0.660904255
-3562,1,0.4892,1,1,1,1,1,1,1,1,0.0461,0.4892,0.5908,1,0.3512,1,1,1,1,1,1,0.0417,0.3512,0.6104,1,0.6135,1,1,1,0.203,0.6135,0.4239,1,1,1,1,1,0.038597256,0.856958032,0.994569004,1,1,1,1,1,0.038675472,0.879827023,0.959577799,1,1,1,1,1,0.271708995,0.531847715,0.690309328,0.690501375,0.690159574
-3563,1,0.4887,1,1,1,1,1,1,1,1,0.0496,0.4887,0.6139,1,0.351,1,1,1,1,1,1,0.0412,0.351,0.6329,1,0.6135,1,1,1,0.257,0.6135,0.5109,1,1,1,1,1,0.031461589,0.872548461,1,1,1,1,1,1,0.049061257,0.886400044,1,1,1,1,1,1,0.207245737,0.641080022,0.71520058,0.715464354,0.715425532
-3564,1,0.4882,1,1,1,1,1,1,1,1,0.0671,0.4882,0.6184,1,0.3509,1,1,1,1,1,1,0.0313,0.3509,0.6364,1,0.6135,1,1,1,0.1599,0.6135,0.5668,1,1,1,1,1,0.045831367,0.872018576,1,1,1,1,1,1,0.082603991,0.886848688,1,1,1,1,1,1,0.148514807,0.76868546,0.733204447,0.73344616,0.733599291
-3565,1,0.4877,1,1,1,1,1,1,1,1,0.1359,0.4877,0.7381,1,0.3507,1,1,1,1,1,1,0.2037,0.3507,0.7612,1,0.6135,1,1,1,0.1744,0.6135,0.6953,1,1,1,1,1,0.121270075,1,1,1,1,1,1,1,0.234823585,1,1,1,1,1,1,1,0.189844504,0.981084824,0.748912518,0.74910091,0.749113475
-3566,1,0.4872,1,1,1,1,1,1,1,1,0.2853,0.4872,0.5381,1,0.3506,1,1,1,1,1,1,0.5795,0.3506,0.568,1,0.6135,1,1,1,0.2001,0.6135,0.4214,1,1,1,1,1,0.324162006,0.805744886,1,1,1,1,1,1,0.571432233,0.795587182,1,1,1,1,1,1,0.236119002,0.775294781,0.754893668,0.755024328,0.755319149
-3567,1,0.4867,1,1,1,1,1,1,1,1,0.3985,0.4867,0.4411,1,0.3504,1,1,1,1,1,1,0.8316,0.3504,0.4747,1,0.6135,1,1,1,0.1687,0.6135,0.2961,1,1,1,1,1,0.344619453,0.713221431,1,1,1,1,1,1,0.748876095,0.724183679,1,1,1,1,1,1,0.27526775,0.458135545,0.762324795,0.762428602,0.762411348
-3568,1,0.4862,1,1,1,1,1,1,1,1,0.3226,0.4862,0.2971,1,0.3502,1,1,1,1,1,1,0.5426,0.3502,0.3364,1,0.6135,1,1,1,0.1926,0.6135,0.106,1,1,1,1,1,0.163874745,0.565094471,1,1,1,1,1,1,0.569252372,0.490527153,1,1,1,1,1,1,0.332711935,0.194451988,0.767701788,0.767717368,0.768173759
-3569,1,0.4857,1,1,1,1,1,1,1,1,0.2602,0.4857,0.1374,1,0.3501,1,1,1,1,1,1,0.2145,0.3501,0.1676,1,0.6135,1,1,1,0.1851,0.6135,0.0548,1,1,1,1,1,0.168310583,0.339601398,1,1,1,1,1,1,0.254812121,0.335416704,1,1,1,1,1,1,0.260572493,0.034248512,0.761962301,0.7620055,0.761968085
-3570,1,0.4852,1,1,1,1,1,1,1,1,0.1575,0.4852,0.0379,1,0.3499,1,1,1,1,1,1,0.1054,0.3499,0.0514,1,0.6135,1,1,1,0.2073,0.6135,0.0016,1,1,1,1,1,0.095797844,0.07388413,1,1,1,1,1,1,0.114533648,0.114983805,1,1,1,1,1,1,0.236689717,0,0.741360561,0.741485086,0.741578014
-3571,1,0.4847,1,1,1,1,1,1,1,1,0.0595,0.4847,0,1,0.3498,1,1,1,1,1,1,0.0148,0.3498,0,1,0.6135,1,1,1,0.1577,0.6135,0,1,1,1,1,1,0.026433082,0,1,1,1,1,1,1,0.051009551,0,1,1,1,1,1,1,0.171446875,0,0.725894152,0.726041887,0.72606383
-3572,1,0.4842,1,1,1,1,1,1,1,1,0.1047,0.4842,0,1,0.3496,1,1,1,1,1,1,0.2086,0.3496,0,1,0.6135,1,1,1,0.1903,0.6135,0,1,1,1,1,1,0.031283509,0,0.989433348,1,1,1,1,1,0.247665733,0,1,1,1,1,1,1,0.258566171,0,0.716348478,0.716522107,0.716755319
-3573,1,0.4837,1,1,1,1,1,1,1,1,0.2137,0.4837,0,1,0.3494,1,1,1,1,1,1,0,0.3494,0,1,0.6135,1,1,1,0.2456,0.6135,0,1,1,1,1,1,0.141787693,0,1,1,1,1,1,1,0.07560759,0,1,1,1,1,1,1,0.416303754,0,0.664934751,0.664903744,0.664893617
-3574,1,0.4831,1,1,1,1,1,1,1,1,0.1181,0.4831,0,1,0.3493,1,1,1,1,1,1,0.0896,0.3493,0,1,0.6136,1,1,1,0.1519,0.6136,0,1,1,1,1,1,0.124550261,0,1,1,1,1,1,1,0.125292331,0,0.97251153,1,1,1,1,1,0.269533306,0,0.594852586,0.594880474,0.594858156
-3575,1,0.4826,1,1,1,1,1,1,1,1,0.081,0.4826,0,1,0.3491,1,1,1,1,1,1,0.0128,0.3491,0,1,0.6136,1,1,1,0.2199,0.6136,0,1,1,1,1,1,0.071941905,0,0.954828322,1,1,1,1,1,0.022194223,0,1,1,1,1,1,1,0.211073011,0,0.531959884,0.531838375,0.531914894
-3576,1,0.4821,1,1,1,1,1,1,1,1,0.0823,0.4821,0,1,0.349,1,1,1,1,1,1,0.0072,0.349,0,1,0.6136,1,1,1,0.1855,0.6136,0,1,1,1,1,1,0.05590377,0,0.730763555,1,1,1,1,1,0.021764979,0,0.995413661,1,1,1,1,1,0.15457876,0,0.487856452,0.487835837,0.488031915
-3577,1,0.4816,1,1,1,1,1,1,1,1,0.1181,0.4816,0,1,0.3488,1,1,1,1,1,1,0,0.3488,0,1,0.6136,1,1,1,0.1242,0.6136,0,1,1,1,1,1,0.052254882,0,1,1,1,1,1,1,0.015713951,0,1,1,1,1,1,1,0.182732388,0,0.46157564,0.461603554,0.461879433
-3578,1,0.4811,1,1,1,1,1,1,1,1,0.1527,0.4811,0,1,0.3487,1,1,1,1,1,1,0.0347,0.3487,0,1,0.6136,1,1,1,0.0603,0.6136,0,1,1,1,1,1,0.068050891,0,1,1,1,1,1,1,0.061540037,0,1,1,1,1,1,1,0.19726111,0,0.44641131,0.446583457,0.446365248
-3579,1,0.4806,1,1,1,1,1,1,1,1,0.2263,0.4806,0,1,0.3485,1,1,1,1,1,1,0.0248,0.3485,0,1,0.6136,1,1,1,0.0587,0.6136,0,1,1,1,1,1,0.132380158,0,1,1,1,1,1,1,0.042824194,0,1,1,1,1,1,1,0.18383497,0,0.440369744,0.440448487,0.440602837
-3580,1,0.4801,1,1,1,1,1,1,1,1,0.204,0.4801,0,1,0.3483,1,1,1,1,1,1,0.0544,0.3483,0,1,0.6136,1,1,1,0.0675,0.6136,0,1,1,1,1,1,0.124652833,0,1,1,1,1,1,1,0.074165821,0,1,1,1,1,1,1,0.184977099,0,0.448888352,0.448910514,0.449024823
-3581,1,0.4796,1,1,1,1,1,1,1,1,0.2219,0.4796,0.002,1,0.3482,1,1,1,1,1,1,0.0281,0.3482,0.0002,1,0.6136,1,1,1,0.0648,0.6136,0.0147,1,1,1,1,1,0.170570537,0.003178586,1,1,1,1,1,1,0.051906705,0.000125042,1,1,1,1,1,1,0.12028639,0.015197527,0.480002417,0.480008462,0.480053191
-3582,1,0.4791,1,1,1,1,1,1,1,1,0.1753,0.4791,0.1075,1,0.348,1,1,1,1,1,1,0.0282,0.348,0.1097,1,0.6136,1,1,1,0.0469,0.6136,0.1052,1,1,1,1,1,0.124947153,0.167441785,1,1,1,1,1,1,0.026179761,0.145759761,0.51885426,1,1,1,1,1,0.10415519,0.150937274,0.551232479,0.551301037,0.55141844
-3583,1,0.4786,1,1,1,1,1,1,1,1,0.0384,0.4786,0.2007,1,0.3479,1,1,1,1,1,1,0.0044,0.3479,0.2004,1,0.6136,1,1,1,0.0372,0.6136,0.1987,1,1,1,1,1,0.039014544,0.298524797,0.593866229,1,1,1,1,1,0.003811974,0.276540428,0.22970289,1,1,1,1,1,0.080116943,0.28707549,0.612554374,0.61265073,0.612588652
-3584,1,0.4781,1,1,1,1,1,1,1,1,0.0222,0.4781,0.2846,1,0.3477,1,1,1,1,1,1,0,0.3477,0.2668,1,0.6136,1,1,1,0.0498,0.6136,0.3068,1,1,1,1,1,0.025984548,0.382080019,0.370234758,1,1,1,1,1,0,0.362351686,0.035187438,1,1,1,1,1,0.105128475,0.399401307,0.64101015,0.640998519,0.641400709
-3585,1,0.4776,1,1,1,1,1,1,1,1,0.0051,0.4776,0.3183,1,0.3475,1,1,1,1,1,1,0,0.3475,0.3084,1,0.6136,1,1,1,0.0363,0.6136,0.4275,1,1,1,1,1,0.000958713,0.457785666,0.144416004,1,1,1,1,1,0,0.460772693,0,1,1,1,1,1,0.082781754,0.521990716,0.659980667,0.660038079,0.660460993
-3586,1,0.4771,1,1,1,1,1,1,1,1,0.0044,0.4771,0.3736,1,0.3474,1,1,1,1,1,1,0,0.3474,0.4055,1,0.6136,1,1,1,0.0123,0.6136,0.4821,1,1,1,1,1,0.000409772,0.555519164,0.203527361,1,1,1,1,1,0,0.569360733,0,1,1,1,1,1,0.038041174,0.566524148,0.675628323,0.675692828,0.675531915
-3587,1,0.4766,1,1,1,1,1,1,1,1,0.0054,0.4766,0.4224,1,0.3472,1,1,1,1,1,1,0,0.3472,0.4178,1,0.6136,1,1,1,0.0414,0.6136,0.5455,1,1,1,1,1,0.001427055,0.61434859,0.01457786,1,1,1,1,1,0.000145628,0.598573744,0,1,1,1,1,1,0.097164094,0.652651668,0.685173997,0.685212608,0.685283688
-3588,1,0.4761,1,1,1,1,1,1,1,1,0.0053,0.4761,0.4295,1,0.3471,1,1,1,1,1,1,0.0232,0.3471,0.422,1,0.6136,1,1,1,0.0494,0.6136,0.5476,1,1,1,1,1,0.006413298,0.59093082,0.127637714,1,1,1,1,1,0.015548449,0.57221657,0.092401564,1,1,1,1,1,0.159426495,0.644114256,0.688073949,0.688174318,0.688386525
-3589,1,0.4756,1,1,1,1,1,1,1,1,0.0075,0.4756,0.4159,1,0.3469,1,1,1,1,1,1,0.1607,0.3469,0.4159,1,0.6136,1,1,1,0.0778,0.6136,0.5293,1,1,1,1,1,0.015314573,0.559303105,0.411627948,1,1,1,1,1,0.098427951,0.530068099,0.219325662,1,1,1,1,1,0.224676102,0.606813788,0.693330111,0.693463084,0.693705674
-3590,1,0.4751,1,1,1,1,1,1,1,1,0.0119,0.4751,0.3889,1,0.3468,1,1,1,1,1,1,0.1757,0.3468,0.4302,1,0.6136,1,1,1,0.0413,0.6136,0.5193,1,1,1,1,1,0.054875229,0.599603295,0.9761011,1,1,1,1,1,0.167373911,0.685566843,0.083227761,1,1,1,1,1,0.121130861,0.574466109,0.691336394,0.691347578,0.691489362
-3591,1,0.4746,1,1,1,1,1,1,1,1,0.0246,0.4746,0.3467,1,0.3466,1,1,1,1,1,1,0.3044,0.3466,0.3795,1,0.6136,1,1,1,0.0268,0.6136,0.3997,1,1,1,1,1,0.11570403,0.582882106,0.920983315,1,1,1,1,1,0.311571509,0.667802811,0,1,1,1,1,1,0.057124626,0.599562407,0.689644756,0.689655172,0.689716312
-3592,1,0.4741,1,1,1,1,1,1,1,1,0.0292,0.4741,0.2554,1,0.3464,1,1,1,1,1,1,0.3246,0.3464,0.2824,1,0.6136,1,1,1,0.014,0.6136,0.2785,1,1,1,1,1,0.051086944,0.608874619,0.396034092,1,1,1,1,1,0.240544051,0.706816077,0.010640839,1,1,1,1,1,0.031951375,0.732347608,0.691457226,0.691559128,0.691932624
-3593,1,0.4735,1,1,1,1,1,1,1,1,0.0587,0.4735,0.1413,1,0.3463,1,1,1,1,1,1,0.04,0.3463,0.1668,1,0.6136,1,1,1,0.0155,0.6136,0.1408,1,1,1,1,1,0.10252665,0.288796395,0.02681198,1,1,1,1,1,0.087525427,0.347997516,0,1,1,1,1,1,0.027813198,0.382452756,0.687409377,0.687539666,0.687943262
-3594,1,0.473,1,1,1,1,1,1,1,1,0.0257,0.473,0.0476,1,0.3461,1,1,1,1,1,1,0.0042,0.3461,0.0622,1,0.6136,1,1,1,0.0176,0.6136,0.0709,1,1,1,1,1,0.056637146,0.081843391,0.013291403,1,1,1,1,1,0.025414973,0.183916718,0,1,1,1,1,1,0.019783616,0.210265309,0.673030449,0.67294267,0.67287234
-3595,1,0.4725,1,1,1,1,1,1,1,1,0.0246,0.4725,0,1,0.346,1,1,1,1,1,1,0,0.346,0,1,0.6136,1,1,1,0.0234,0.6136,0,1,1,1,1,1,0.046157405,0,0.013034803,1,1,1,1,1,0.006350074,0,0.002988744,1,1,1,1,1,0.008704186,0,0.662397293,0.662576687,0.662234043
-3596,1,0.472,1,1,1,1,1,1,1,1,0.0363,0.472,0,1,0.3458,1,1,1,1,1,1,0,0.3458,0,1,0.6136,1,1,1,0.0363,0.6136,0,1,1,1,1,1,0.061773781,0,0.00369045,1,1,1,1,1,0.007882418,0,0,1,1,1,1,1,0.009674998,0,0.670251329,0.670404062,0.670656028
-3597,1,0.4715,1,1,1,1,1,1,1,1,0.0671,0.4715,0,1,0.3456,1,1,1,1,1,1,0,0.3456,0,1,0.6137,1,1,1,0.0411,0.6137,0,1,1,1,1,1,0.096286289,0,0.052643508,1,1,1,1,1,0.011339388,0,0.028554451,1,1,1,1,1,0.019246452,0,0.642037216,0.642056272,0.642287234
-3598,1,0.471,1,1,1,1,1,1,1,1,0.0912,0.471,0,1,0.3455,1,1,1,1,1,1,0,0.3455,0,1,0.6137,1,1,1,0.0276,0.6137,0,1,1,1,1,1,0.147588089,0,0.040527374,1,1,1,1,1,0.003352188,0,0.036013089,1,1,1,1,1,0.032649454,0,0.577150797,0.577110218,0.57712766
-3599,1,0.4705,1,1,1,1,1,1,1,1,0.1121,0.4705,0,1,0.3453,1,1,1,1,1,1,0.0077,0.3453,0,1,0.6137,1,1,1,0.0469,0.6137,0,1,1,1,1,1,0.22943607,0,0.045700494,1,1,1,1,1,0.012609962,0,0.002971728,1,1,1,1,1,0.083014138,0,0.513895602,0.513856569,0.514184397
-3600,1,0.47,1,1,1,1,1,1,1,1,0.1116,0.47,0,1,0.3452,1,1,1,1,1,1,0.0761,0.3452,0,1,0.6137,1,1,1,0.0889,0.6137,0,1,1,1,1,1,0.265228838,0,0.044710577,1,1,1,1,1,0.080985188,0,0.022147644,1,1,1,1,1,0.135346234,0,0.467617206,0.467738523,0.467641844
-3601,1,0.4695,1,1,1,1,1,1,1,1,0.1462,0.4695,0,1,0.345,1,1,1,1,1,1,0.0834,0.345,0,1,0.6137,1,1,1,0.1575,0.6137,0,1,1,1,1,1,0.278411746,0,0.013399864,1,1,1,1,1,0.095106736,0,0.074301317,1,1,1,1,1,0.170565993,0,0.441034316,0.440871589,0.441046099
-3602,1,0.469,1,1,1,1,1,1,1,1,0.097,0.469,0,1,0.3449,1,1,1,1,1,1,0.0974,0.3449,0,1,0.6137,1,1,1,0.1482,0.6137,0,1,1,1,1,1,0.210183948,0,0.000778167,1,1,1,1,1,0.124244757,0,0.259686917,1,1,1,1,1,0.184833884,0,0.425326245,0.425216839,0.425531915
-3603,1,0.4685,1,1,1,1,1,1,1,1,0.0614,0.4685,0,1,0.3447,1,1,1,1,1,1,0.072,0.3447,0,1,0.6137,1,1,1,0.1197,0.6137,0,1,1,1,1,1,0.11129193,0,0.050860643,1,1,1,1,1,0.11038062,0,0.286540598,1,1,1,1,1,0.154759809,0,0.418499275,0.418658769,0.418439716
-3604,1,0.468,1,1,1,1,1,1,1,1,0.0816,0.468,0,1,0.3445,1,1,1,1,1,1,0.0543,0.3445,0,1,0.6137,1,1,1,0.0981,0.6137,0,1,1,1,1,1,0.209114179,0,0.080338366,1,1,1,1,1,0.11673975,0,0.141397133,1,1,1,1,1,0.143215388,0,0.425507492,0.425639941,0.425531915
-3605,1,0.4675,1,1,1,1,1,1,1,1,0.047,0.4675,0.1103,1,0.3444,1,1,1,1,1,1,0.1111,0.3444,0.1317,1,0.6137,1,1,1,0.087,0.6137,0.1407,1,1,1,1,1,0.128798485,0.294550776,0.050390474,1,1,1,1,1,0.198811069,0.301408499,0.190907344,1,1,1,1,1,0.119628698,0.138829365,0.453419526,0.453564629,0.453457447
-3606,1,0.467,1,1,1,1,1,1,1,1,0.0371,0.467,0.0997,1,0.3442,1,1,1,1,1,1,0.1158,0.3442,0.1367,1,0.6137,1,1,1,0.0707,0.6137,0.1012,1,1,1,1,1,0.076849751,0.629781008,0.048902348,1,1,1,1,1,0.154458016,0.622606814,0.209068328,1,1,1,1,1,0.118433177,0.565673649,0.522595457,0.522741697,0.522606383
-3607,1,0.4665,1,1,1,1,1,1,1,1,0.0454,0.4665,0.2496,1,0.3441,1,1,1,1,1,1,0.1179,0.3441,0.2754,1,0.6137,1,1,1,0.0347,0.6137,0.2479,1,1,1,1,1,0.064500004,0.786151409,0.009268311,1,1,1,1,1,0.110682294,0.821594775,0.135306284,1,1,1,1,1,0.079650596,0.796645463,0.586333978,0.586418447,0.58643617
-3608,1,0.466,1,1,1,1,1,1,1,1,0.0534,0.466,0.4178,1,0.3439,1,1,1,1,1,1,0.1729,0.3439,0.4423,1,0.6137,1,1,1,0.0482,0.6137,0.4177,1,1,1,1,1,0.052190546,0.903112888,0.097391859,1,1,1,1,1,0.191908777,0.911204576,0.096522786,1,1,1,1,1,0.124503464,0.881063402,0.617387627,0.617516395,0.617464539
-3609,1,0.4655,1,1,1,1,1,1,1,1,0.0851,0.4655,0.5477,1,0.3437,1,1,1,1,1,1,0.1736,0.3437,0.562,1,0.6137,1,1,1,0.031,0.6137,0.5327,1,1,1,1,1,0.054193079,0.937021554,0.145918429,1,1,1,1,1,0.217475533,0.943914533,0.525630891,1,1,1,1,1,0.092089318,0.916442573,0.643003867,0.642902475,0.643173759
-3610,1,0.465,1,1,1,1,1,1,1,1,0.0491,0.465,0.6433,1,0.3436,1,1,1,1,1,1,0.174,0.3436,0.6518,1,0.6137,1,1,1,0.0701,0.6137,0.5951,1,1,1,1,1,0.043425784,0.950980544,0.160027146,1,1,1,1,1,0.196705058,0.958842874,0.776943326,1,1,1,1,1,0.135851324,0.909355044,0.665478492,0.665538396,0.665780142
-3611,1,0.4645,1,1,1,1,1,1,1,1,0.0678,0.4645,0.6742,1,0.3434,1,1,1,1,1,1,0.187,0.3434,0.6871,1,0.6137,1,1,1,0.0771,0.6137,0.593,1,1,1,1,1,0.079824336,0.944515049,0.241265267,1,1,1,1,1,0.167650819,0.966106832,0.555461049,1,1,1,1,1,0.134416476,0.870692134,0.680521991,0.680558494,0.680851064
-3612,1,0.4639,1,1,1,1,1,1,1,1,0.0452,0.4639,0.6652,1,0.3433,1,1,1,1,1,1,0.1244,0.3433,0.6858,1,0.6137,1,1,1,0.1084,0.6137,0.5919,1,1,1,1,1,0.074940018,0.920206547,0.112088993,1,1,1,1,1,0.121765047,0.937099457,0.405834854,1,1,1,1,1,0.1691809,0.827361882,0.688919768,0.68880897,0.68927305
-3613,1,0.4634,1,1,1,1,1,1,1,1,0.033,0.4634,0.6442,1,0.3431,1,1,1,1,1,1,0.244,0.3431,0.6817,1,0.6137,1,1,1,0.0711,0.6137,0.5522,1,1,1,1,1,0.048547745,0.908255279,0.15032877,1,1,1,1,1,0.231109664,0.9221313,0.473765492,1,1,1,1,1,0.14805007,0.833411098,0.699915418,0.699809604,0.70035461
-3614,1,0.4629,1,1,1,1,1,1,1,1,0.0703,0.4629,0.5684,1,0.343,1,1,1,1,1,1,0.2456,0.343,0.6137,1,0.6137,1,1,1,0.1918,0.6137,0.515,1,1,1,1,1,0.087439373,0.88481462,0.202150628,1,1,1,1,1,0.244286567,0.918569803,0.490187705,1,1,1,1,1,0.353945315,0.810814023,0.703479942,0.703617516,0.703900709
-3615,1,0.4624,1,1,1,1,1,1,1,1,0.0989,0.4624,0.4627,1,0.3428,1,1,1,1,1,1,0.3262,0.3428,0.5155,1,0.6137,1,1,1,0.3121,0.6137,0.4454,1,1,1,1,1,0.125587195,0.873117447,0.100791462,1,1,1,1,1,0.33289519,0.915029585,0.399913669,1,1,1,1,1,0.471137404,0.78790164,0.706138231,0.706156124,0.706560284
-3616,1,0.4619,1,1,1,1,1,1,1,1,0.1385,0.4619,0.327,1,0.3426,1,1,1,1,1,1,0.3265,0.3426,0.3831,1,0.6137,1,1,1,0.2522,0.6137,0.3034,1,1,1,1,1,0.202094838,0.836880386,0.12338841,1,1,1,1,1,0.322177172,0.895411015,0.721084833,1,1,1,1,1,0.365073174,0.7301929,0.706259062,0.706156124,0.706560284
-3617,1,0.4614,1,1,1,1,1,1,1,1,0.1675,0.4614,0.1535,1,0.3425,1,1,1,1,1,1,0.4117,0.3425,0.2145,1,0.6137,1,1,1,0.2632,0.6137,0.1413,1,1,1,1,1,0.256001323,0.747255087,0.071122013,1,1,1,1,1,0.404744923,0.795376241,0.69007802,1,1,1,1,1,0.4356291,0.631903708,0.696290478,0.696424794,0.696365248
-3618,1,0.4609,1,1,1,1,1,1,1,1,0.1567,0.4609,0.0846,1,0.3423,1,1,1,1,1,1,0.3767,0.3423,0.1202,1,0.6137,1,1,1,0.3362,0.6137,0.0791,1,1,1,1,1,0.344221175,0.509467781,0.042513158,1,1,1,1,1,0.396902502,0.560490251,0.419285655,1,1,1,1,1,0.543726861,0.399428636,0.675507492,0.675692828,0.675531915
-3619,1,0.4604,1,1,1,1,1,1,1,1,0.0631,0.4604,0.0126,1,0.3422,1,1,1,1,1,1,0.1491,0.3422,0.0913,1,0.6137,1,1,1,0.2649,0.6137,0.0671,1,1,1,1,1,0.127659813,0.01395418,0.071372882,1,1,1,1,1,0.167030811,0.155470818,0.227948442,1,1,1,1,1,0.395153612,0,0.654422426,0.654537762,0.654255319
-3620,1,0.4599,1,1,1,1,1,1,1,1,0.1111,0.4599,0,1,0.342,1,1,1,1,1,1,0.2171,0.342,0,1,0.6138,1,1,1,0.1705,0.6138,0,1,1,1,1,1,0.251687884,0,0.186001688,1,1,1,1,1,0.298245907,0,0.219502881,1,1,1,1,1,0.263324589,0,0.655932818,0.655807066,0.656471631
-3621,1,0.4594,1,1,1,1,1,1,1,1,0.0723,0.4594,0,1,0.3418,1,1,1,1,1,1,0.2111,0.3418,0,1,0.6138,1,1,1,0.1516,0.6138,0,1,1,1,1,1,0.111730307,0,0.159558699,1,1,1,1,1,0.297321081,0,0.16866231,1,1,1,1,1,0.246314824,0,0.631766554,0.63169029,0.632092199
-3622,1,0.4589,1,1,1,1,1,1,1,1,0.1066,0.4589,0,1,0.3417,1,1,1,1,1,1,0.134,0.3417,0,1,0.6138,1,1,1,0.2397,0.6138,0,1,1,1,1,1,0.112210199,0,0.07789965,1,1,1,1,1,0.20667991,0,0.162020937,1,1,1,1,1,0.384479284,0,0.565248913,0.565263381,0.565159574
-3623,1,0.4584,1,1,1,1,1,1,1,1,0.1728,0.4584,0,1,0.3415,1,1,1,1,1,1,0.3392,0.3415,0,1,0.6138,1,1,1,0.2568,0.6138,0,1,1,1,1,1,0.214597136,0,0.072429277,1,1,1,1,1,0.505731046,0,0.227493212,1,1,1,1,1,0.397652447,0,0.499395843,0.499471123,0.499556738
-3624,1,0.4579,1,1,1,1,1,1,1,1,0.1902,0.4579,0,1,0.3414,1,1,1,1,1,1,0.2282,0.3414,0,1,0.6138,1,1,1,0.1919,0.6138,0,1,1,1,1,1,0.220104828,0,0.066358104,1,1,1,1,1,0.39473623,0,0.275316775,1,1,1,1,1,0.356375724,0,0.454023683,0.45398773,0.453900709
-3625,1,0.4574,1,1,1,1,1,1,1,1,0.1984,0.4574,0,1,0.3412,1,1,1,1,1,1,0.145,0.3412,0,1,0.6138,1,1,1,0.1656,0.6138,0,1,1,1,1,1,0.16251035,0,0.169652149,1,1,1,1,1,0.296465725,0,0.355639279,1,1,1,1,1,0.377810627,0,0.426474142,0.426486143,0.42641844
-3626,1,0.4569,1,1,1,1,1,1,1,1,0.161,0.4569,0,1,0.341,1,1,1,1,1,1,0.2981,0.341,0,1,0.6138,1,1,1,0.1707,0.6138,0,1,1,1,1,1,0.135001555,0,0.297644556,1,1,1,1,1,0.435203075,0,0.318132222,1,1,1,1,1,0.381688952,0,0.411128565,0.411042945,0.411347518
-3627,1,0.4564,1,1,1,1,1,1,1,1,0.1362,0.4564,0,1,0.3409,1,1,1,1,1,1,0.3911,0.3409,0,1,0.6138,1,1,1,0.1391,0.6138,0,1,1,1,1,1,0.121214435,0,0.387083441,1,1,1,1,1,0.48616153,0,0.193061531,1,1,1,1,1,0.279537678,0,0.40520783,0.405119526,0.405141844
-3628,1,0.4559,1,1,1,1,1,1,1,1,0.1748,0.4559,0,1,0.3407,1,1,1,1,1,1,0.3499,0.3407,0,1,0.6138,1,1,1,0.099,0.6138,0,1,1,1,1,1,0.151856005,0,0.293611705,1,1,1,1,1,0.397327125,0,0.107350528,1,1,1,1,1,0.181376502,0,0.410101498,0.409985191,0.41001773
-3629,1,0.4554,1,1,1,1,1,1,1,1,0.1223,0.4554,0.1307,1,0.3406,1,1,1,1,1,1,0.1152,0.3406,0.1544,1,0.6138,1,1,1,0.0963,0.6138,0.1626,1,1,1,1,1,0.091832846,0.315466613,0.174070582,1,1,1,1,1,0.178706974,0.293171436,0.146445811,1,1,1,1,1,0.148755625,0.424672961,0.432999033,0.433044214,0.433067376
-3630,1,0.4549,1,1,1,1,1,1,1,1,0.0631,0.4549,0.0992,1,0.3404,1,1,1,1,1,1,0.0761,0.3404,0.1364,1,0.6138,1,1,1,0.0602,0.6138,0.0904,1,1,1,1,1,0.060758747,0.637273788,0.173018187,1,1,1,1,1,0.140503496,0.620603979,0.216538757,1,1,1,1,1,0.078324087,0.711996377,0.499093765,0.499048022,0.499113475
-3631,1,0.4543,1,1,1,1,1,1,1,1,0.1455,0.4543,0.255,1,0.3403,1,1,1,1,1,1,0.06,0.3403,0.2872,1,0.6138,1,1,1,0.0216,0.6138,0.2511,1,1,1,1,1,0.076638483,0.826831996,0.60165596,1,1,1,1,1,0.089426592,0.822481692,0.384987712,1,1,1,1,1,0.0095576,0.792920113,0.55818028,0.558070658,0.558510638
-3632,1,0.4538,1,1,1,1,1,1,1,1,0.1202,0.4538,0.4233,1,0.3401,1,1,1,1,1,1,0.0811,0.3401,0.4403,1,0.6138,1,1,1,0.0438,0.6138,0.4014,1,1,1,1,1,0.072920777,0.881243587,0.3454144,1,1,1,1,1,0.090378538,0.886839747,0.294275939,1,1,1,1,1,0.011222085,0.91424191,0.586938134,0.586841549,0.586879433
-3633,1,0.4533,1,1,1,1,1,1,1,1,0.0762,0.4533,0.5451,1,0.3399,1,1,1,1,1,1,0.0864,0.3399,0.5542,1,0.6138,1,1,1,0.1078,0.6138,0.5626,1,1,1,1,1,0.028154815,0.908463895,0.379384339,1,1,1,1,1,0.107550234,0.915656865,0.481964976,1,1,1,1,1,0.026371909,0.954071403,0.606029483,0.605881109,0.605939716
-3634,1,0.4528,1,1,1,1,1,1,1,1,0.0519,0.4528,0.6353,1,0.3398,1,1,1,1,1,1,0.1041,0.3398,0.629,1,0.6138,1,1,1,0.1174,0.6138,0.6611,1,1,1,1,1,0.017606569,0.927685678,0.385042012,1,1,1,1,1,0.124816991,0.921165109,0.65324533,1,1,1,1,1,0.069317371,0.974697292,0.621737554,0.621747409,0.621897163
-3635,1,0.4523,1,1,1,1,1,1,1,1,0.0491,0.4523,0.6692,1,0.3396,1,1,1,1,1,1,0.0801,0.3396,0.6193,1,0.6138,1,1,1,0.0851,0.6138,0.6933,1,1,1,1,1,0.013769839,0.933502913,0.312586129,1,1,1,1,1,0.096868917,0.867018282,0.385390103,1,1,1,1,1,0.031627446,0.959830105,0.629410343,0.629363232,0.629432624
-3636,1,0.4518,1,1,1,1,1,1,1,1,0.0574,0.4518,0.6538,1,0.3395,1,1,1,1,1,1,0.0993,0.3395,0.5949,1,0.6138,1,1,1,0.1145,0.6138,0.6921,1,1,1,1,1,0.017284688,0.878040552,0.280176908,1,1,1,1,1,0.115224481,0.770761251,0.341741383,1,1,1,1,1,0.031468306,0.963229418,0.630497825,0.630632536,0.630762411
-3637,1,0.4513,1,1,1,1,1,1,1,1,0.0638,0.4513,0.6225,1,0.3393,1,1,1,1,1,1,0.1525,0.3393,0.5232,1,0.6138,1,1,1,0.0686,0.6138,0.6519,1,1,1,1,1,0.022115849,0.821674645,0.254374802,1,1,1,1,1,0.188761786,0.714902282,0.587288737,1,1,1,1,1,0.013179851,0.94028008,0.633881102,0.633805796,0.633865248
-3638,1,0.4508,1,1,1,1,1,1,1,1,0.1015,0.4508,0.5084,1,0.3391,1,1,1,1,1,1,0.1574,0.3391,0.4923,1,0.6138,1,1,1,0.0609,0.6138,0.5492,1,1,1,1,1,0.040341221,0.71021378,0.214455545,1,1,1,1,1,0.235561252,0.687769771,0.581740856,1,1,1,1,1,0.005932573,0.942838848,0.631343644,0.631478739,0.631648936
-3639,1,0.4503,1,1,1,1,1,1,1,1,0.1453,0.4503,0.4208,1,0.339,1,1,1,1,1,1,0.1986,0.339,0.386,1,0.6138,1,1,1,0.0607,0.6138,0.4041,1,1,1,1,1,0.104619943,0.633912265,0.323845863,1,1,1,1,1,0.288428962,0.544816315,0.60852778,1,1,1,1,1,0.021743879,0.854016185,0.62457709,0.624709118,0.624556738
-3640,1,0.4498,1,1,1,1,1,1,1,1,0.1764,0.4498,0.2983,1,0.3388,1,1,1,1,1,1,0.2135,0.3388,0.3085,1,0.6138,1,1,1,0.042,0.6138,0.2802,1,1,1,1,1,0.153054535,0.566240072,0.409584075,1,1,1,1,1,0.25996688,0.525747299,0.720840096,1,1,1,1,1,0.021859867,0.654237747,0.615273079,0.615189338,0.615691489
-3641,1,0.4493,1,1,1,1,1,1,1,1,0.1839,0.4493,0.1575,1,0.3387,1,1,1,1,1,1,0.2906,0.3387,0.1726,1,0.6138,1,1,1,0.0417,0.6138,0.1446,1,1,1,1,1,0.215194941,0.411462665,0.427686334,1,1,1,1,1,0.351391137,0.360357046,0.647653401,1,1,1,1,1,0.056162968,0.466473222,0.598900435,0.598899937,0.59929078
-3642,1,0.4488,1,1,1,1,1,1,1,1,0.1542,0.4488,0.0543,1,0.3385,1,1,1,1,1,1,0.3524,0.3385,0.0611,1,0.6138,1,1,1,0.0406,0.6138,0.0561,1,1,1,1,1,0.242492169,0.122263849,0.367886692,1,1,1,1,1,0.420476258,0.135645747,0.864194751,1,1,1,1,1,0.063265584,0.235885322,0.57962784,0.579648826,0.579787234
-3643,1,0.4483,1,1,1,1,1,1,1,1,0.087,0.4483,0,1,0.3384,1,1,1,1,1,1,0.2299,0.3384,0,1,0.6139,1,1,1,0.1049,0.6139,0,1,1,1,1,1,0.137363076,0,0.484514773,1,1,1,1,1,0.289258957,0,0.933056056,1,1,1,1,1,0.197004706,0,0.570202997,0.570340597,0.570478723
-3644,1,0.4478,1,1,1,1,1,1,1,1,0.1415,0.4478,0,1,0.3382,1,1,1,1,1,1,0.4493,0.3382,0,1,0.6139,1,1,1,0.1259,0.6139,0,1,1,1,1,1,0.284821361,0,0.473454177,1,1,1,1,1,0.5252648,0,0.997879624,1,1,1,1,1,0.242101327,0,0.578479942,0.578591073,0.578457447
-3645,1,0.4473,1,1,1,1,1,1,1,1,0.1257,0.4473,0,1,0.338,1,1,1,1,1,1,0.4231,0.338,0,1,0.6139,1,1,1,0.2069,0.6139,0,1,1,1,1,1,0.207399592,0,0.534038782,1,1,1,1,1,0.503309965,0,1,1,1,1,1,1,0.370011717,0,0.559811503,0.559763063,0.559840426
-3646,1,0.4468,1,1,1,1,1,1,1,1,0.2087,0.4468,0,1,0.3379,1,1,1,1,1,1,0.5196,0.3379,0,1,0.6139,1,1,1,0.1933,0.6139,0,1,1,1,1,1,0.336811095,0,0.719918966,1,1,1,1,1,0.630371213,0,1,1,1,1,1,1,0.413169354,0,0.512687289,0.512798815,0.51285461
-3647,1,0.4463,1,1,1,1,1,1,1,1,0.1376,0.4463,0,1,0.3377,1,1,1,1,1,1,0.5379,0.3377,0,1,0.6139,1,1,1,0.1367,0.6139,0,1,1,1,1,1,0.23077403,0,0.697033226,1,1,1,1,1,0.62905544,0,1,1,1,1,1,1,0.333869249,0,0.462179797,0.462238206,0.461879433
-3648,1,0.4458,1,1,1,1,1,1,1,1,0.1685,0.4458,0,1,0.3376,1,1,1,1,1,1,0.4489,0.3376,0,1,0.6139,1,1,1,0.0968,0.6139,0,1,1,1,1,1,0.196265593,0,0.996395051,1,1,1,1,1,0.598395109,0,1,1,1,1,1,1,0.26991111,0,0.422788787,0.422678231,0.42287234
-3649,1,0.4453,1,1,1,1,1,1,1,1,0.2051,0.4453,0,1,0.3374,1,1,1,1,1,1,0.3923,0.3374,0,1,0.6139,1,1,1,0.1448,0.6139,0,1,1,1,1,1,0.2594015,0,0.99939388,1,1,1,1,1,0.56311059,0,1,1,1,1,1,1,0.359982818,0,0.399468342,0.399619209,0.399379433
-3650,1,0.4447,1,1,1,1,1,1,1,1,0.3196,0.4447,0,1,0.3372,1,1,1,1,1,1,0.606,0.3372,0,1,0.6139,1,1,1,0.1722,0.6139,0,1,1,1,1,1,0.371094197,0,1,1,1,1,1,1,0.68696928,0,1,1,1,1,1,1,0.348143876,0,0.386176897,0.386079966,0.38608156
-3651,1,0.4442,1,1,1,1,1,1,1,1,0.4201,0.4442,0,1,0.3371,1,1,1,1,1,1,0.3636,0.3371,0,1,0.6139,1,1,1,0.1467,0.6139,0,1,1,1,1,1,0.459315717,0,1,1,1,1,1,1,0.620057464,0,1,1,1,1,1,1,0.282130033,0,0.380679072,0.380791199,0.380762411
-3652,1,0.4437,1,1,1,1,1,1,1,1,0.5461,0.4437,0,1,0.3369,1,1,1,1,1,1,0.147,0.3369,0,1,0.6139,1,1,1,0.181,0.6139,0,1,1,1,1,1,0.555617929,0,1,1,1,1,1,1,0.372210979,0,1,1,1,1,1,1,0.359937668,0,0.382189464,0.382272054,0.382092199
-3653,1,0.4432,1,1,1,1,1,1,1,1,0.4552,0.4432,0,1,0.3368,1,1,1,1,1,1,0.1786,0.3368,0,1,0.6139,1,1,1,0.2395,0.6139,0.0112,1,1,1,1,1,0.359094352,0,1,1,1,1,1,1,0.32450819,0,1,1,1,1,1,1,0.435267448,0.010349398,0.39058724,0.390734081,0.390514184
-3654,1,0.4427,1,1,1,1,1,1,1,1,0.3901,0.4427,0.0048,1,0.3366,1,1,1,1,1,1,0.0833,0.3366,0.0041,1,0.6139,1,1,1,0.3997,0.6139,0.0773,1,1,1,1,1,0.366241544,0.005226039,1,1,1,1,1,1,0.173335001,0.00085826,1,1,1,1,1,1,0.652237535,0.119480878,0.410947318,0.410831394,0.410904255
-3655,1,0.4422,1,1,1,1,1,1,1,1,0.436,0.4422,0.0888,1,0.3365,1,1,1,1,1,1,0.0948,0.3365,0.0463,1,0.6139,1,1,1,0.3211,0.6139,0.1858,1,1,1,1,1,0.426189065,0.15231666,1,1,1,1,1,1,0.180188864,0.027270162,1,1,1,1,1,1,0.58273989,0.299057066,0.448586274,0.448698963,0.44858156
-3656,1,0.4417,1,1,1,1,1,1,1,1,0.4956,0.4417,0.2405,1,0.3363,1,1,1,1,1,1,0.2139,0.3363,0.1303,1,0.6139,1,1,1,0.3887,0.6139,0.2709,1,1,1,1,1,0.462012202,0.320774496,1,1,1,1,1,1,0.343463302,0.166457668,1,1,1,1,1,1,0.649702609,0.388790786,0.494139681,0.494182357,0.494237589
-3657,1,0.4412,1,1,1,1,1,1,1,1,0.4886,0.4412,0.2647,1,0.3361,1,1,1,1,1,1,0.1957,0.3361,0.1874,1,0.6139,1,1,1,0.4901,0.6139,0.3288,1,1,1,1,1,0.531023383,0.375329614,1,1,1,1,1,1,0.304165781,0.319556892,1,1,1,1,1,1,0.703566074,0.509194016,0.530026583,0.529934419,0.530141844
-3658,1,0.4407,1,1,1,1,1,1,1,1,0.4383,0.4407,0.2777,1,0.336,1,1,1,1,1,1,0.2643,0.336,0.3219,1,0.6139,1,1,1,0.4288,0.6139,0.3565,1,1,1,1,1,0.518799722,0.402940929,1,1,1,1,1,1,0.343010992,0.433344871,1,1,1,1,1,1,0.618007243,0.564208865,0.553467859,0.553628094,0.553634752
-3659,1,0.4402,1,1,1,1,1,1,1,1,0.4128,0.4402,0.3175,1,0.3358,1,1,1,1,1,1,0.161,0.3358,0.3042,1,0.6139,1,1,1,0.4943,0.6139,0.4011,1,1,1,1,1,0.458749861,0.479400694,1,1,1,1,1,1,0.254493117,0.521175981,1,1,1,1,1,1,0.736280978,0.546187162,0.562953117,0.562936323,0.563386525
-3660,1,0.4397,1,1,1,1,1,1,1,1,0.4165,0.4397,0.3554,1,0.3357,1,1,1,1,1,1,0.0927,0.3357,0.3373,1,0.6139,1,1,1,0.4801,0.6139,0.4315,1,1,1,1,1,0.306086242,0.485356212,1,1,1,1,1,1,0.114934862,0.558767617,1,1,1,1,1,1,0.735167861,0.42165181,0.56222813,0.562301671,0.5625
-3661,1,0.4392,1,1,1,1,1,1,1,1,0.5303,0.4392,0.2982,1,0.3355,1,1,1,1,1,1,0.0031,0.3355,0.3776,1,0.6139,1,1,1,0.4743,0.6139,0.3992,1,1,1,1,1,0.34338671,0.415252566,1,1,1,1,1,1,0.032586258,0.556238353,1,1,1,1,1,1,0.749486148,0.439915568,0.55582407,0.555743601,0.555851064
-3662,1,0.4387,1,1,1,1,1,1,1,1,0.4022,0.4387,0.314,1,0.3353,1,1,1,1,1,1,0.0018,0.3353,0.3655,1,0.6139,1,1,1,0.5019,0.6139,0.35,1,1,1,1,1,0.289724141,0.434736818,1,1,1,1,1,1,0.013731722,0.531185925,0.902234077,1,1,1,1,1,0.790543258,0.383892715,0.549057516,0.548973979,0.549202128
-3663,1,0.4382,1,1,1,1,1,1,1,1,0.3062,0.4382,0.2613,1,0.3352,1,1,1,1,1,1,0,0.3352,0.3401,1,0.6139,1,1,1,0.5168,0.6139,0.279,1,1,1,1,1,0.276016116,0.357479334,0.928049088,1,1,1,1,1,0.00784502,0.564507484,0.426357597,1,1,1,1,1,0.784014881,0.255389988,0.545553407,0.545589169,0.545656028
-3664,1,0.4377,1,1,1,1,1,1,1,1,0.2481,0.4377,0.1802,1,0.335,1,1,1,1,1,1,0,0.335,0.2625,1,0.6139,1,1,1,0.4332,0.6139,0.2047,1,1,1,1,1,0.232257426,0.264468223,0.829591513,1,1,1,1,1,0.00647261,0.549466848,0.396753699,1,1,1,1,1,0.68997407,0.135115564,0.549117931,0.54918553,0.549202128
-3665,1,0.4372,1,1,1,1,1,1,1,1,0.2261,0.4372,0.1035,1,0.3349,1,1,1,1,1,1,0,0.3349,0.1827,1,0.6139,1,1,1,0.4007,0.6139,0.1298,1,1,1,1,1,0.236929759,0.190593213,0.795053601,1,1,1,1,1,0.00906894,0.482882351,0.314722002,1,1,1,1,1,0.655171037,0.024344839,0.554313678,0.554262746,0.554521277
-3666,1,0.4367,1,1,1,1,1,1,1,1,0.2159,0.4367,0.0223,1,0.3347,1,1,1,1,1,1,0,0.3347,0.093,1,0.614,1,1,1,0.4292,0.614,0.015,1,1,1,1,1,0.215585813,0.090469271,0.728134334,1,1,1,1,1,0.01049507,0.2030655,0.383648992,1,1,1,1,1,0.715851128,0,0.552319961,0.55235879,0.552748227
-3667,1,0.4362,1,1,1,1,1,1,1,1,0.1496,0.4362,0,1,0.3346,1,1,1,1,1,1,0,0.3346,0.0002,1,0.614,1,1,1,0.3716,0.614,0,1,1,1,1,1,0.090533391,0,0.665646195,1,1,1,1,1,0.011542985,0.001426086,0.238464147,1,1,1,1,1,0.667770326,0,0.548151281,0.548127777,0.548315603
-3668,1,0.4357,1,1,1,1,1,1,1,1,0.1107,0.4357,0,1,0.3344,1,1,1,1,1,1,0,0.3344,0,1,0.614,1,1,1,0.4298,0.614,0,1,1,1,1,1,0.111712985,0,0.617758393,1,1,1,1,1,0.014937008,0,0.439427763,1,1,1,1,1,0.796705782,0,0.550205413,0.550243283,0.550531915
-3669,1,0.4351,1,1,1,1,1,1,1,1,0.0741,0.4351,0,1,0.3342,1,1,1,1,1,1,0,0.3342,0,1,0.614,1,1,1,0.4736,0.614,0,1,1,1,1,1,0.085888192,0,0.474508524,1,1,1,1,1,0.021519728,0,0.692446113,1,1,1,1,1,0.8416394,0,0.531839053,0.531838375,0.531914894
-3670,1,0.4346,1,1,1,1,1,1,1,1,0.0682,0.4346,0,1,0.3341,1,1,1,1,1,1,0.2032,0.3341,0,1,0.614,1,1,1,0.4274,0.614,0,1,1,1,1,1,0.104364648,0,0.304600358,1,1,1,1,1,0.21153146,0,0.860230923,1,1,1,1,1,0.815995812,0,0.494079265,0.493970806,0.494237589
-3671,1,0.4341,1,1,1,1,1,1,1,1,0.0609,0.4341,0,1,0.3339,1,1,1,1,1,1,0.1084,0.3339,0,1,0.614,1,1,1,0.4028,0.614,0,1,1,1,1,1,0.083977148,0,0.070736237,1,1,1,1,1,0.144450977,0,0.632204533,1,1,1,1,1,0.760758638,0,0.451667472,0.451660673,0.451684397
-3672,1,0.4336,1,1,1,1,1,1,1,1,0.0374,0.4336,0,1,0.3338,1,1,1,1,1,1,0.0984,0.3338,0,1,0.614,1,1,1,0.3681,0.614,0,1,1,1,1,1,0.051283441,0,0.037519827,1,1,1,1,1,0.127155855,0,0.652634859,1,1,1,1,1,0.7039361,0,0.417351377,0.417389465,0.417553191
-3673,1,0.4331,1,1,1,1,1,1,1,1,0.0393,0.4331,0,1,0.3336,1,1,1,1,1,1,0.1021,0.3336,0,1,0.614,1,1,1,0.3651,0.614,0,1,1,1,1,1,0.046389058,0,0.05537143,1,1,1,1,1,0.132935986,0,0.524515212,1,1,1,1,1,0.613075018,0,0.393608023,0.39369579,0.393617021
-3674,1,0.4326,1,1,1,1,1,1,1,1,0.048,0.4326,0,1,0.3334,1,1,1,1,1,1,0.0969,0.3334,0,1,0.614,1,1,1,0.3257,0.614,0,1,1,1,1,1,0.064666487,0,0.130607963,1,1,1,1,1,0.149365202,0,0.61136204,1,1,1,1,1,0.502191544,0,0.379470759,0.379521895,0.379875887
-3675,1,0.4321,1,1,1,1,1,1,1,1,0.0884,0.4321,0,1,0.3333,1,1,1,1,1,1,0.0521,0.3333,0,1,0.614,1,1,1,0.3265,0.614,0,1,1,1,1,1,0.088992149,0,0.346836507,1,1,1,1,1,0.098791361,0,0.78782624,1,1,1,1,1,0.354318172,0,0.371616723,0.371694521,0.371453901
-3676,1,0.4316,1,1,1,1,1,1,1,1,0.089,0.4316,0,1,0.3331,1,1,1,1,1,1,0.0616,0.3331,0,1,0.614,1,1,1,0.2972,0.614,0,1,1,1,1,1,0.085884489,0,0.559254229,1,1,1,1,1,0.104008704,0,0.691861868,1,1,1,1,1,0.280124933,0,0.370227163,0.370213666,0.370124113
-3677,1,0.4311,1,1,1,1,1,1,1,1,0.0779,0.4311,0.0963,1,0.333,1,1,1,1,1,1,0.0628,0.333,0.1652,1,0.614,1,1,1,0.3635,0.614,0.0087,1,1,1,1,1,0.072609179,0.254658252,0.508368433,1,1,1,1,1,0.097186446,0.318234265,0.550051332,1,1,1,1,1,0.351183325,0,0.369562591,0.369579014,0.369237589
-3678,1,0.4306,1,1,1,1,1,1,1,1,0.0992,0.4306,0.1022,1,0.3328,1,1,1,1,1,1,0.0126,0.3328,0.1401,1,0.614,1,1,1,0.3223,0.614,0.0596,1,1,1,1,1,0.061893065,0.555262208,0.741918802,1,1,1,1,1,0.032183126,0.648759127,0.641959667,1,1,1,1,1,0.301642627,0.039632019,0.38321653,0.383329807,0.383421986
-3679,1,0.4301,1,1,1,1,1,1,1,1,0.0775,0.4301,0.2495,1,0.3326,1,1,1,1,1,1,0.0075,0.3326,0.2895,1,0.614,1,1,1,0.2842,0.614,0.1179,1,1,1,1,1,0.024276923,0.746884763,0.560129285,1,1,1,1,1,0.016327258,0.858217359,0.516943455,1,1,1,1,1,0.314939827,0.156632155,0.415901402,0.41590861,0.415780142
-3680,1,0.4296,1,1,1,1,1,1,1,1,0.1047,0.4296,0.4041,1,0.3325,1,1,1,1,1,1,0.0152,0.3325,0.4498,1,0.614,1,1,1,0.3032,0.614,0.2524,1,1,1,1,1,0.07331349,0.838012338,0.511790931,1,1,1,1,1,0.023150219,0.928503931,0.391725659,1,1,1,1,1,0.429592371,0.322717488,0.459702755,0.459699598,0.459663121
-3681,1,0.4291,1,1,1,1,1,1,1,1,0.1749,0.4291,0.5273,1,0.3323,1,1,1,1,1,1,0.0144,0.3323,0.5659,1,0.614,1,1,1,0.3939,0.614,0.3431,1,1,1,1,1,0.116580948,0.880677342,0.803390145,1,1,1,1,1,0.03326961,0.949872494,0.382005244,1,1,1,1,1,0.487792611,0.453778863,0.494139681,0.494182357,0.494237589
-3682,1,0.4286,1,1,1,1,1,1,1,1,0.2294,0.4286,0.6181,1,0.3322,1,1,1,1,1,1,0.0024,0.3322,0.6481,1,0.614,1,1,1,0.3752,0.614,0.3676,1,1,1,1,1,0.096997276,0.913656235,0.902366936,1,1,1,1,1,0.019685324,0.948614001,0.239879876,1,1,1,1,1,0.539879501,0.465652674,0.515708072,0.515760525,0.515957447
-3683,1,0.4281,1,1,1,1,1,1,1,1,0.2402,0.4281,0.6383,1,0.332,1,1,1,1,1,1,0.0168,0.332,0.6623,1,0.614,1,1,1,0.3847,0.614,0.3951,1,1,1,1,1,0.107575253,0.908506811,0.787165284,1,1,1,1,1,0.025919579,0.917514443,0.161321476,1,1,1,1,1,0.513972878,0.499101698,0.529724505,0.529722869,0.529698582
-3684,1,0.4276,1,1,1,1,1,1,1,1,0.2151,0.4276,0.6196,1,0.3319,1,1,1,1,1,1,0.0386,0.3319,0.6073,1,0.614,1,1,1,0.3099,0.614,0.4055,1,1,1,1,1,0.085108891,0.863355935,0.662183344,1,1,1,1,1,0.037696108,0.879746616,0.156660214,1,1,1,1,1,0.355547339,0.502522588,0.535161914,0.535223186,0.535460993
-3685,1,0.4271,1,1,1,1,1,1,1,1,0.2546,0.4271,0.5846,1,0.3317,1,1,1,1,1,1,0,0.3317,0.5796,1,0.614,1,1,1,0.2369,0.614,0.3903,1,1,1,1,1,0.099325769,0.802475691,0.696914673,1,1,1,1,1,0.007513822,0.813813031,0.553215981,1,1,1,1,1,0.248689979,0.454467207,0.532866119,0.532896129,0.533244681
-3686,1,0.4266,1,1,1,1,1,1,1,1,0.2001,0.4266,0.5465,1,0.3315,1,1,1,1,1,1,0,0.3315,0.501,1,0.614,1,1,1,0.2682,0.614,0.3026,1,1,1,1,1,0.097925432,0.777472496,0.839197934,1,1,1,1,1,0.022888316,0.619611502,1,1,1,1,1,1,0.206110731,0.410071641,0.530389077,0.530357521,0.530585106
-3687,1,0.4261,1,1,1,1,1,1,1,1,0.2277,0.4261,0.4383,1,0.3314,1,1,1,1,1,1,0.105,0.3314,0.371,1,0.614,1,1,1,0.2456,0.614,0.263,1,1,1,1,1,0.144568175,0.684097826,0.711732745,1,1,1,1,1,0.074222103,0.495732307,0.994743466,1,1,1,1,1,0.170101017,0.382289439,0.529241179,0.529299767,0.529698582
-3688,1,0.4255,1,1,1,1,1,1,1,1,0.1296,0.4255,0.3035,1,0.3312,1,1,1,1,1,1,0.0106,0.3312,0.2636,1,0.614,1,1,1,0.2774,0.614,0.1529,1,1,1,1,1,0.121536463,0.577007592,0.624179244,1,1,1,1,1,0.030632269,0.565857291,1,1,1,1,1,1,0.205246344,0.352278411,0.533772354,0.533742331,0.533687943
-3689,1,0.425,1,1,1,1,1,1,1,1,0.1962,0.425,0.1541,1,0.3311,1,1,1,1,1,1,0,0.3311,0.1696,1,0.6141,1,1,1,0.324,0.6141,0.0848,1,1,1,1,1,0.140211761,0.348543286,0.570244908,1,1,1,1,1,0.026241746,0.46019277,0.99425137,1,1,1,1,1,0.280479223,0.228300273,0.540297245,0.540300402,0.540336879
-3690,1,0.4245,1,1,1,1,1,1,1,1,0.1454,0.4245,0.0422,1,0.3309,1,1,1,1,1,1,0,0.3309,0.075,1,0.6141,1,1,1,0.3248,0.6141,0.0326,1,1,1,1,1,0.106486171,0.152079478,0.427240461,1,1,1,1,1,0.046941571,0.274281442,0.825680673,1,1,1,1,1,0.364272773,0.025549049,0.544768004,0.544742966,0.544769504
-3691,1,0.424,1,1,1,1,1,1,1,1,0.1381,0.424,0,1,0.3307,1,1,1,1,1,1,0.0018,0.3307,0.0006,1,0.6141,1,1,1,0.2689,0.6141,0,1,1,1,1,1,0.084717274,0,0.981776714,1,1,1,1,1,0.046070896,0.004133811,0.259303689,1,1,1,1,1,0.369002789,0,0.54621798,0.546223821,0.546542553
-3692,1,0.4235,1,1,1,1,1,1,1,1,0.2489,0.4235,0,1,0.3306,1,1,1,1,1,1,0.0355,0.3306,0,1,0.6141,1,1,1,0.2937,0.6141,0,1,1,1,1,1,0.145785421,0,0.945423484,1,1,1,1,1,0.071979642,0,0.2359377,1,1,1,1,1,0.492198527,0,0.552682455,0.552781891,0.552748227
-3693,1,0.423,1,1,1,1,1,1,1,1,0.1983,0.423,0,1,0.3304,1,1,1,1,1,1,0.1497,0.3304,0,1,0.6141,1,1,1,0.3503,0.6141,0,1,1,1,1,1,0.147401944,0,0.90106678,1,1,1,1,1,0.131382555,0,0.602051854,1,1,1,1,1,0.589935184,0,0.529603673,0.529722869,0.529698582
-3694,1,0.4225,1,1,1,1,1,1,1,1,0.1473,0.4225,0,1,0.3303,1,1,1,1,1,1,0.1173,0.3303,0,1,0.6141,1,1,1,0.4823,0.6141,0,1,1,1,1,1,0.098679289,0,0.624602675,1,1,1,1,1,0.104537606,0,0.196577504,1,1,1,1,1,0.701899529,0,0.483506525,0.483604823,0.483599291
-3695,1,0.422,1,1,1,1,1,1,1,1,0.1745,0.422,0,1,0.3301,1,1,1,1,1,1,0.0477,0.3301,0,1,0.6141,1,1,1,0.3541,0.6141,0,1,1,1,1,1,0.135031983,0,0.322918355,1,1,1,1,1,0.067292169,0,0.025648432,1,1,1,1,1,0.628808439,0,0.436986467,0.437063677,0.437056738
-3696,1,0.4215,1,1,1,1,1,1,1,1,0.1908,0.4215,0,1,0.33,1,1,1,1,1,1,0.0048,0.33,0,1,0.6141,1,1,1,0.3627,0.6141,0,1,1,1,1,1,0.169976935,0,0.308063954,1,1,1,1,1,0.035905216,0,0.035591625,1,1,1,1,1,0.582036972,0,0.403516191,0.403638671,0.403368794
-3697,1,0.421,1,1,1,1,1,1,1,1,0.1999,0.421,0,1,0.3298,1,1,1,1,1,1,0,0.3298,0,1,0.6141,1,1,1,0.2564,0.6141,0,1,1,1,1,1,0.194958612,0,0.28176862,1,1,1,1,1,0.031089742,0,0.068114139,1,1,1,1,1,0.400702536,0,0.384062349,0.383964459,0.383865248
-3698,1,0.4205,1,1,1,1,1,1,1,1,0.1629,0.4205,0,1,0.3296,1,1,1,1,1,1,0.0017,0.3296,0,1,0.6141,1,1,1,0.3011,0.6141,0,1,1,1,1,1,0.158993185,0,0.298350751,1,1,1,1,1,0.041513417,0,0.232487172,1,1,1,1,1,0.36877951,0,0.374154181,0.374233129,0.374113475
-3699,1,0.42,1,1,1,1,1,1,1,1,0.1352,0.42,0,1,0.3295,1,1,1,1,1,1,0.0055,0.3295,0,1,0.6141,1,1,1,0.3348,0.6141,0,1,1,1,1,1,0.12008059,0,0.247951061,1,1,1,1,1,0.039412431,0,0.195174605,1,1,1,1,1,0.374569476,0,0.372462542,0.372540724,0.372340426
-3700,1,0.4195,1,1,1,1,1,1,1,1,0.1422,0.4195,0,1,0.3293,1,1,1,1,1,1,0.0481,0.3293,0,1,0.6141,1,1,1,0.4479,0.6141,0,1,1,1,1,1,0.097150825,0,0.316267371,1,1,1,1,1,0.071980909,0,0.144642159,1,1,1,1,1,0.501455724,0,0.382551957,0.382695155,0.382535461
-3701,1,0.419,1,1,1,1,1,1,1,1,0.1638,0.419,0.037,1,0.3292,1,1,1,1,1,1,0.0779,0.3292,0.0449,1,0.6141,1,1,1,0.4408,0.6141,0.0024,1,1,1,1,1,0.142082125,0.130450279,0.403216302,1,1,1,1,1,0.058008164,0.065670222,0.112338752,1,1,1,1,1,0.51143539,9.57E-06,0.41439101,0.414427755,0.414450355
-3702,1,0.4185,1,1,1,1,1,1,1,1,0.2875,0.4185,0.0888,1,0.329,1,1,1,1,1,1,0.0236,0.329,0.1338,1,0.6141,1,1,1,0.5432,0.6141,0.073,1,1,1,1,1,0.271730036,0.364630044,0.642998815,1,1,1,1,1,0.023197575,0.387776017,0.111048177,1,1,1,1,1,0.637146294,0.028393028,0.481452392,0.481489317,0.481382979
-3703,1,0.418,1,1,1,1,1,1,1,1,0.1083,0.418,0.2116,1,0.3288,1,1,1,1,1,1,0.0055,0.3288,0.2638,1,0.6141,1,1,1,0.4156,0.6141,0.1884,1,1,1,1,1,0.098852746,0.440212131,0.357938737,1,1,1,1,1,0.009289187,0.529572546,0.132357597,1,1,1,1,1,0.517725587,0.18831712,0.538786854,0.538819547,0.539007092
-3704,1,0.4175,1,1,1,1,1,1,1,1,0.1641,0.4175,0.3092,1,0.3287,1,1,1,1,1,1,0.1783,0.3287,0.3827,1,0.6141,1,1,1,0.3833,0.6141,0.2913,1,1,1,1,1,0.156946957,0.470731497,0.576240301,1,1,1,1,1,0.164386764,0.654841065,0.153201833,1,1,1,1,1,0.44860521,0.358858675,0.563980184,0.563994077,0.563829787
-3705,1,0.417,1,1,1,1,1,1,1,1,0.2774,0.417,0.3972,1,0.3285,1,1,1,1,1,1,0.3492,0.3285,0.4632,1,0.6141,1,1,1,0.3819,0.6141,0.3813,1,1,1,1,1,0.229110241,0.584803343,0.756421924,1,1,1,1,1,0.310255647,0.655493855,0.201852888,1,1,1,1,1,0.452816606,0.459830672,0.579809087,0.579860377,0.580230496
-3706,1,0.4165,1,1,1,1,1,1,1,1,0.3907,0.4165,0.4405,1,0.3284,1,1,1,1,1,1,0.1497,0.3284,0.4917,1,0.6141,1,1,1,0.4123,0.6141,0.4268,1,1,1,1,1,0.234045714,0.658285141,0.875363111,1,1,1,1,1,0.163071334,0.680894732,0.338100284,1,1,1,1,1,0.581092894,0.512573242,0.592858869,0.592764967,0.592641844
-3707,1,0.4159,1,1,1,1,1,1,1,1,0.4832,0.4159,0.4781,1,0.3282,1,1,1,1,1,1,0.1377,0.3282,0.5261,1,0.6141,1,1,1,0.464,0.6141,0.4678,1,1,1,1,1,0.215135336,0.711962402,0.854198933,1,1,1,1,1,0.184488699,0.735806465,0.435403705,1,1,1,1,1,0.591883659,0.580499411,0.59702755,0.596995981,0.597074468
-3708,1,0.4154,1,1,1,1,1,1,1,1,0.4951,0.4154,0.5043,1,0.3281,1,1,1,1,1,1,0.1858,0.3281,0.5423,1,0.6141,1,1,1,0.3035,0.6141,0.4516,1,1,1,1,1,0.291209996,0.731385946,0.786272883,1,1,1,1,1,0.226976186,0.782573283,0.420670956,1,1,1,1,1,0.364999443,0.598079801,0.595758821,0.595726677,0.595744681
-3709,1,0.4149,1,1,1,1,1,1,1,1,0.5158,0.4149,0.4636,1,0.3279,1,1,1,1,1,1,0.1375,0.3279,0.5338,1,0.6141,1,1,1,0.29,0.6141,0.464,1,1,1,1,1,0.338525355,0.698432386,0.730393529,1,1,1,1,1,0.245386615,0.743087828,0.71119374,1,1,1,1,1,0.338254392,0.580863297,0.593765104,0.59361117,0.593971631
-3710,1,0.4144,1,1,1,1,1,1,1,1,0.5585,0.4144,0.4099,1,0.3277,1,1,1,1,1,1,0.0949,0.3277,0.4952,1,0.6141,1,1,1,0.3172,0.6141,0.4151,1,1,1,1,1,0.349694788,0.642148793,0.940648854,1,1,1,1,1,0.225127757,0.6904006,1,1,1,1,1,1,0.384246469,0.602927566,0.58742146,0.587476201,0.587322695
-3711,1,0.4139,1,1,1,1,1,1,1,1,0.5193,0.4139,0.3449,1,0.3276,1,1,1,1,1,1,0.1617,0.3276,0.4282,1,0.6141,1,1,1,0.2906,0.6141,0.3682,1,1,1,1,1,0.303247899,0.596921623,0.963702083,1,1,1,1,1,0.240089595,0.646483183,1,1,1,1,1,1,0.304430455,0.604838789,0.583494442,0.583668289,0.583776596
-3712,1,0.4134,1,1,1,1,1,1,1,1,0.4082,0.4134,0.2532,1,0.3274,1,1,1,1,1,1,0.2105,0.3274,0.3241,1,0.6142,1,1,1,0.2702,0.6142,0.2332,1,1,1,1,1,0.19331342,0.513196349,0.934857845,1,1,1,1,1,0.241646588,0.566360593,1,1,1,1,1,1,0.176595941,0.474093914,0.586817303,0.586841549,0.586879433
-3713,1,0.4129,1,1,1,1,1,1,1,1,0.4011,0.4129,0.1406,1,0.3273,1,1,1,1,1,1,0.3263,0.3273,0.1906,1,0.6142,1,1,1,0.221,0.6142,0.1434,1,1,1,1,1,0.166390181,0.391771644,1,1,1,1,1,1,0.308009148,0.435040593,1,1,1,1,1,1,0.131046832,0.316203356,0.592858869,0.592764967,0.592641844
-3714,1,0.4124,1,1,1,1,1,1,1,1,0.3986,0.4124,0.0262,1,0.3271,1,1,1,1,1,1,0.1864,0.3271,0.0738,1,0.6142,1,1,1,0.1936,0.6142,0.0662,1,1,1,1,1,0.17408818,0.112944335,1,1,1,1,1,1,0.223996848,0.182343379,1,1,1,1,1,1,0.117899865,0.093462937,0.587783954,0.587687751,0.58820922
-3715,1,0.4119,1,1,1,1,1,1,1,1,0.2577,0.4119,0,1,0.3269,1,1,1,1,1,1,0.0687,0.3269,0,1,0.6142,1,1,1,0.1367,0.6142,0,1,1,1,1,1,0.081157468,0,1,1,1,1,1,1,0.109725408,0,1,1,1,1,1,1,0.101974756,0,0.580836153,0.580706579,0.581117021
-3716,1,0.4114,1,1,1,1,1,1,1,1,0.2481,0.4114,0,1,0.3268,1,1,1,1,1,1,0.137,0.3268,0,1,0.6142,1,1,1,0.1483,0.6142,0,1,1,1,1,1,0.097862191,0,1,1,1,1,1,1,0.209060937,0,1,1,1,1,1,1,0.183102742,0,0.582044466,0.581975883,0.582446809
-3717,1,0.4109,1,1,1,1,1,1,1,1,0.2064,0.4109,0,1,0.3266,1,1,1,1,1,1,0.0577,0.3266,0,1,0.6142,1,1,1,0.1688,0.6142,0,1,1,1,1,1,0.096761256,0,1,1,1,1,1,1,0.11119765,0,1,1,1,1,1,1,0.210458323,0,0.552924118,0.552993442,0.552748227
-3718,1,0.4104,1,1,1,1,1,1,1,1,0.2217,0.4104,0,1,0.3265,1,1,1,1,1,1,0.0515,0.3265,0,1,0.6142,1,1,1,0.207,0.6142,0,1,1,1,1,1,0.129344076,0,1,1,1,1,1,1,0.090417638,0,1,1,1,1,1,1,0.246420145,0,0.496677139,0.496720965,0.496897163
-3719,1,0.4099,1,1,1,1,1,1,1,1,0.247,0.4099,0,1,0.3263,1,1,1,1,1,1,0.1047,0.3263,0,1,0.6142,1,1,1,0.1909,0.6142,0,1,1,1,1,1,0.160034552,0,1,1,1,1,1,1,0.16079773,0,1,1,1,1,1,1,0.218634874,0,0.443692605,0.443833298,0.443705674
-3720,1,0.4094,1,1,1,1,1,1,1,1,0.2294,0.4094,0,1,0.3262,1,1,1,1,1,1,0.1733,0.3262,0,1,0.6142,1,1,1,0.1819,0.6142,0,1,1,1,1,1,0.154761553,0,1,1,1,1,1,1,0.231682122,0,1,1,1,1,1,1,0.215702206,0,0.40937651,0.409350539,0.409131206
-3721,1,0.4089,1,1,1,1,1,1,1,1,0.1917,0.4089,0,1,0.326,1,1,1,1,1,1,0.1479,0.326,0,1,0.6142,1,1,1,0.209,0.6142,0,1,1,1,1,1,0.108289689,0,1,1,1,1,1,1,0.182703346,0,1,1,1,1,1,1,0.289306492,0,0.390828903,0.390734081,0.390957447
-3722,1,0.4084,1,1,1,1,1,1,1,1,0.1528,0.4084,0,1,0.3258,1,1,1,1,1,1,0.1118,0.3258,0,1,0.6142,1,1,1,0.1742,0.6142,0,1,1,1,1,1,0.096169531,0,1,1,1,1,1,1,0.157264784,0,1,1,1,1,1,1,0.247155681,0,0.381524891,0.381637402,0.381648936
-3723,1,0.4079,1,1,1,1,1,1,1,1,0.1581,0.4079,0,1,0.3257,1,1,1,1,1,1,0.145,0.3257,0,1,0.6142,1,1,1,0.2146,0.6142,0,1,1,1,1,1,0.141691759,0,1,1,1,1,1,1,0.202727884,0,1,1,1,1,1,1,0.332779199,0,0.378806187,0.378887243,0.378989362
-3724,1,0.4074,1,1,1,1,1,1,1,1,0.2039,0.4074,0,1,0.3255,1,1,1,1,1,1,0.1184,0.3255,0,1,0.6142,1,1,1,0.204,0.6142,0,1,1,1,1,1,0.213782787,0,1,1,1,1,1,1,0.173774317,0,0.965306044,1,1,1,1,1,0.307049096,0,0.388049783,0.387983922,0.388297872
-3725,1,0.4069,1,1,1,1,1,1,1,1,0.142,0.4069,0.0476,1,0.3254,1,1,1,1,1,1,0.0646,0.3254,0.1079,1,0.6142,1,1,1,0.2062,0.6142,0.0755,1,1,1,1,1,0.116656832,0.113267981,1,1,1,1,1,1,0.109711632,0.199523821,1,1,1,1,1,1,0.258094847,0.056423433,0.417955534,0.417812566,0.417996454
-3726,1,0.4063,1,1,1,1,1,1,1,1,0.1105,0.4063,0.1306,1,0.3252,1,1,1,1,1,1,0.024,0.3252,0.1604,1,0.6142,1,1,1,0.2024,0.6142,0.1177,1,1,1,1,1,0.095980987,0.325772196,0.998458862,1,1,1,1,1,0.053636033,0.428433508,1,1,1,1,1,1,0.256775171,0.331635594,0.485318995,0.485297229,0.48537234
-3727,1,0.4058,1,1,1,1,1,1,1,1,0.0654,0.4058,0.2459,1,0.325,1,1,1,1,1,1,0.0127,0.325,0.2594,1,0.6142,1,1,1,0.1329,0.6142,0.2459,1,1,1,1,1,0.043661125,0.489980549,0.99620676,1,1,1,1,1,0.020640481,0.597046554,1,1,1,1,1,1,0.17813547,0.490100801,0.541324311,0.541358155,0.541666667
-3728,1,0.4053,1,1,1,1,1,1,1,1,0.0755,0.4053,0.3497,1,0.3249,1,1,1,1,1,1,0.0414,0.3249,0.362,1,0.6142,1,1,1,0.283,0.6142,0.3737,1,1,1,1,1,0.046884172,0.588355541,0.981896579,1,1,1,1,1,0.049257115,0.613627374,1,1,1,1,1,1,0.342125356,0.579664648,0.563738521,0.563782526,0.563829787
-3729,1,0.4048,1,1,1,1,1,1,1,1,0.1509,0.4048,0.4365,1,0.3247,1,1,1,1,1,1,0.025,0.3247,0.4785,1,0.6142,1,1,1,0.2602,0.6142,0.456,1,1,1,1,1,0.056295544,0.682541072,0.942227721,1,1,1,1,1,0.036574069,0.676944554,0.940313637,1,1,1,1,1,0.323525757,0.641908348,0.5760029,0.576052465,0.575797872
-3730,1,0.4043,1,1,1,1,1,1,1,1,0.107,0.4043,0.4947,1,0.3246,1,1,1,1,1,1,0.0606,0.3246,0.5287,1,0.6142,1,1,1,0.2496,0.6142,0.4896,1,1,1,1,1,0.060412586,0.694889605,0.60057658,1,1,1,1,1,0.107763261,0.72457993,0.643079877,1,1,1,1,1,0.24538666,0.691232443,0.586213146,0.586206897,0.58643617
-3731,1,0.4038,1,1,1,1,1,1,1,1,0.1013,0.4038,0.4811,1,0.3244,1,1,1,1,1,1,0.0553,0.3244,0.5346,1,0.6142,1,1,1,0.2762,0.6142,0.4913,1,1,1,1,1,0.047419898,0.71350944,0.369316041,1,1,1,1,1,0.128892899,0.747344017,0.352376163,1,1,1,1,1,0.239113554,0.694984078,0.59159014,0.591707214,0.591755319
-3732,1,0.4033,1,1,1,1,1,1,1,1,0.0956,0.4033,0.4833,1,0.3242,1,1,1,1,1,1,0.0604,0.3242,0.491,1,0.6142,1,1,1,0.3122,0.6142,0.4885,1,1,1,1,1,0.039242432,0.702834189,0.443530858,1,1,1,1,1,0.090575874,0.741607666,0.235317811,1,1,1,1,1,0.278072268,0.684973717,0.590381827,0.59043791,0.590868794
-3733,1,0.4028,1,1,1,1,1,1,1,1,0.0732,0.4028,0.5991,1,0.3241,1,1,1,1,1,1,0.0527,0.3241,0.606,1,0.6142,1,1,1,0.3332,0.6142,0.5995,1,1,1,1,1,0.019922761,0.840733528,0.353149116,1,1,1,1,1,0.052980371,0.84963429,0.097277224,1,1,1,1,1,0.288171172,0.820876956,0.590442243,0.59043791,0.590868794
-3734,1,0.4023,1,1,1,1,1,1,1,1,0.085,0.4023,0.5007,1,0.3239,1,1,1,1,1,1,0.0938,0.3239,0.5281,1,0.6142,1,1,1,0.3602,0.6142,0.517,1,1,1,1,1,0.028016636,0.705163777,0.537361622,1,1,1,1,1,0.082506023,0.748869419,0.126611531,1,1,1,1,1,0.391039044,0.633679748,0.584159014,0.58409139,0.584219858
-3735,1,0.4018,1,1,1,1,1,1,1,1,0.0753,0.4018,0.4215,1,0.3238,1,1,1,1,1,1,0.035,0.3238,0.4547,1,0.6143,1,1,1,0.3056,0.6143,0.4354,1,1,1,1,1,0.023601064,0.677020669,0.556989431,1,1,1,1,1,0.048082285,0.727259517,0.182199746,1,1,1,1,1,0.351923376,0.68897593,0.580534074,0.580706579,0.580673759
-3736,1,0.4013,1,1,1,1,1,1,1,1,0.0463,0.4013,0.3054,1,0.3236,1,1,1,1,1,1,0.0385,0.3236,0.339,1,0.6143,1,1,1,0.1678,0.6143,0.2946,1,1,1,1,1,0.030874256,0.611339927,0.651393652,1,1,1,1,1,0.05131387,0.660859585,0.155691117,1,1,1,1,1,0.166295424,0.708753943,0.582165297,0.582187434,0.582446809
-3737,1,0.4008,1,1,1,1,1,1,1,1,0.0744,0.4008,0.1696,1,0.3235,1,1,1,1,1,1,0,0.3235,0.2035,1,0.6143,1,1,1,0.1533,0.6143,0.1557,1,1,1,1,1,0.027049357,0.56061101,0.748532534,1,1,1,1,1,0.001817031,0.560966909,0.008239267,1,1,1,1,1,0.130094633,0.595679641,0.58337361,0.583456738,0.583333333
-3738,1,0.4003,1,1,1,1,1,1,1,1,0.0191,0.4003,0.0767,1,0.3233,1,1,1,1,1,1,0,0.3233,0.0981,1,0.6143,1,1,1,0.1319,0.6143,0.1006,1,1,1,1,1,0.014874659,0.314956486,0.560352206,1,1,1,1,1,0.00063931,0.344712853,0.000769634,1,1,1,1,1,0.080850199,0.343284577,0.577090382,0.577110218,0.57712766
-3739,1,0.3998,1,1,1,1,1,1,1,1,0.0095,0.3998,0.0025,1,0.3231,1,1,1,1,1,1,0,0.3231,0.0148,1,0.6143,1,1,1,0.0656,0.6143,0.0024,1,1,1,1,1,0.012179023,0.000750664,0.51079005,1,1,1,1,1,0.001912867,0.014063145,0.011089006,1,1,1,1,1,0.043799929,0,0.575157081,0.575206262,0.57535461
-3740,1,0.3993,1,1,1,1,1,1,1,1,0.0005,0.3993,0,1,0.323,1,1,1,1,1,1,0,0.323,0,1,0.6143,1,1,1,0.0774,0.6143,0,1,1,1,1,1,0.022146679,0,0.287745625,1,1,1,1,1,0.00271318,0,0.008719895,1,1,1,1,1,0.082362413,0,0.581259062,0.581341231,0.581560284
-3741,1,0.3988,1,1,1,1,1,1,1,1,0,0.3988,0,1,0.3228,1,1,1,1,1,1,0.0068,0.3228,0,1,0.6143,1,1,1,0.0644,0.6143,0,1,1,1,1,1,0.048662152,0,0.147055656,1,1,1,1,1,0.002833799,0,0,1,1,1,1,1,0.057092886,0,0.559569841,0.559551513,0.559397163
-3742,1,0.3983,1,1,1,1,1,1,1,1,0.0076,0.3983,0,1,0.3227,1,1,1,1,1,1,0.0014,0.3227,0,1,0.6143,1,1,1,0.055,0.6143,0,1,1,1,1,1,0.049283009,0,0.123676762,1,1,1,1,1,0.001976993,0,0,1,1,1,1,1,0.06031036,0,0.503685355,0.503702137,0.503989362
-3743,1,0.3978,1,1,1,1,1,1,1,1,0.0046,0.3978,0,1,0.3225,1,1,1,1,1,1,0,0.3225,0,1,0.6143,1,1,1,0.0649,0.6143,0,1,1,1,1,1,0.046742506,0,0.099475071,1,1,1,1,1,0.01251928,0,0,1,1,1,1,1,0.069554009,0,0.450640406,0.450602919,0.450797872
-3744,1,0.3973,1,1,1,1,1,1,1,1,0.0191,0.3973,0,1,0.3223,1,1,1,1,1,1,0,0.3223,0,1,0.6143,1,1,1,0.0763,0.6143,0,1,1,1,1,1,0.043879498,0,0.122645847,1,1,1,1,1,0.005613299,0,0.009393194,1,1,1,1,1,0.102995872,0,0.412095215,0.412100698,0.412234043
-3745,1,0.3967,1,1,1,1,1,1,1,1,0.0158,0.3967,0,1,0.3222,1,1,1,1,1,1,0,0.3222,0,1,0.6143,1,1,1,0.078,0.6143,0,1,1,1,1,1,0.018257389,0,0.207783282,1,1,1,1,1,0.001394002,0,0.012623299,1,1,1,1,1,0.120765433,0,0.391735138,0.391791834,0.391843972
-3746,1,0.3962,1,1,1,1,1,1,1,1,0.0138,0.3962,0,1,0.322,1,1,1,1,1,1,0,0.322,0,1,0.6143,1,1,1,0.0713,0.6143,0,1,1,1,1,1,0.01582359,0,0.118809298,1,1,1,1,1,0.0010975,0,0,1,1,1,1,1,0.129374444,0,0.381887385,0.381848953,0.381648936
-3747,1,0.3957,1,1,1,1,1,1,1,1,0.0139,0.3957,0,1,0.3219,1,1,1,1,1,1,0.0191,0.3219,0,1,0.6143,1,1,1,0.0654,0.6143,0,1,1,1,1,1,0.012153586,0,0.094481386,1,1,1,1,1,0.019836087,0,0,1,1,1,1,1,0.112777889,0,0.377960367,0.37782949,0.377659574
-3748,1,0.3952,1,1,1,1,1,1,1,1,0.0196,0.3952,0,1,0.3217,1,1,1,1,1,1,0.0294,0.3217,0,1,0.6143,1,1,1,0.0717,0.6143,0,1,1,1,1,1,0.017570913,0,0.126439705,1,1,1,1,1,0.02163448,0,0,1,1,1,1,1,0.094080001,0,0.387989367,0.387983922,0.388297872
-3749,1,0.3947,1,1,1,1,1,1,1,1,0,0.3947,0.1241,1,0.3216,1,1,1,1,1,1,0,0.3216,0.1383,1,0.6143,1,1,1,0.004,0.6143,0.122,1,1,1,1,1,0.000506061,0.249265119,0.007158874,1,1,1,1,1,0.002071805,0.234061226,0,1,1,1,1,1,0.003371501,0.325253129,0.416565974,0.416754813,0.416666667
-3750,1,0.3942,1,1,1,1,1,1,1,1,0,0.3942,0.1222,1,0.3214,1,1,1,1,1,1,0,0.3214,0.1429,1,0.6143,1,1,1,0.0076,0.6143,0.1325,1,1,1,1,1,0,0.477671534,0.008782838,1,1,1,1,1,0,0.449204087,0,1,1,1,1,1,0.00588188,0.526377201,0.483627356,0.483816374,0.483599291
-3751,1,0.3937,1,1,1,1,1,1,1,1,0.0003,0.3937,0.2512,1,0.3212,1,1,1,1,1,1,0,0.3212,0.2677,1,0.6143,1,1,1,0.0625,0.6143,0.2508,1,1,1,1,1,1.43E-05,0.613138199,0.000485861,1,1,1,1,1,0,0.534691572,0,1,1,1,1,1,0.062866099,0.673485994,0.539753504,0.53966575,0.539893617
-3752,1,0.3932,1,1,1,1,1,1,1,1,0,0.3932,0.3878,1,0.3211,1,1,1,1,1,1,0,0.3211,0.3854,1,0.6143,1,1,1,0.0597,0.6143,0.3882,1,1,1,1,1,1.39E-06,0.68796277,0.003669593,1,1,1,1,1,0,0.625641763,0,1,1,1,1,1,0.051479612,0.738955379,0.562711455,0.562724773,0.562943262
-3753,1,0.3927,1,1,1,1,1,1,1,1,0.0024,0.3927,0.4871,1,0.3209,1,1,1,1,1,1,0,0.3209,0.4668,1,0.6143,1,1,1,0.0979,0.6143,0.4952,1,1,1,1,1,0.000462071,0.730652511,0,1,1,1,1,1,5.58E-06,0.665381908,0.007840315,1,1,1,1,1,0.086009897,0.812840223,0.576063316,0.576052465,0.576241135
-3754,1,0.3922,1,1,1,1,1,1,1,1,0.0059,0.3922,0.5537,1,0.3208,1,1,1,1,1,1,0,0.3208,0.5018,1,0.6143,1,1,1,0.0793,0.6143,0.5704,1,1,1,1,1,0.002540509,0.781079054,0,1,1,1,1,1,0.003238793,0.689219654,0.012224608,1,1,1,1,1,0.087704509,0.856286645,0.588931851,0.588957055,0.589095745
-3755,1,0.3917,1,1,1,1,1,1,1,1,0.0104,0.3917,0.5492,1,0.3206,1,1,1,1,1,1,0,0.3206,0.5033,1,0.6143,1,1,1,0.1081,0.6143,0.5917,1,1,1,1,1,0.006394552,0.749305904,0,1,1,1,1,1,0.00355149,0.687061846,0,1,1,1,1,1,0.054203592,0.908898234,0.595275495,0.595303575,0.595301418
-3756,1,0.3912,1,1,1,1,1,1,1,1,0.0153,0.3912,0.5536,1,0.3204,1,1,1,1,1,1,0,0.3204,0.5427,1,0.6143,1,1,1,0.0859,0.6143,0.5607,1,1,1,1,1,0.009031196,0.775185108,0.000276822,1,1,1,1,1,0.005097766,0.754668176,0,1,1,1,1,1,0.069391534,0.885374188,0.596725471,0.59678443,0.597074468
-3757,1,0.3907,1,1,1,1,1,1,1,1,0.0159,0.3907,0.5461,1,0.3203,1,1,1,1,1,1,0,0.3203,0.5784,1,0.6143,1,1,1,0.0482,0.6143,0.5706,1,1,1,1,1,0.008292647,0.781242669,0.001586638,1,1,1,1,1,0.003246881,0.806595922,0,1,1,1,1,1,0.039924718,0.832529724,0.598840019,0.598688386,0.59929078
-3758,1,0.3902,1,1,1,1,1,1,1,1,0.0108,0.3902,0.5098,1,0.3201,1,1,1,1,1,1,0,0.3201,0.528,1,0.6144,1,1,1,0.0335,0.6144,0.5712,1,1,1,1,1,0.004829584,0.755361974,0.005767275,1,1,1,1,1,0.01192704,0.811023235,0,1,1,1,1,1,0.023409953,0.773797154,0.594490092,0.594668923,0.594858156
-3759,1,0.3897,1,1,1,1,1,1,1,1,0.007,0.3897,0.4265,1,0.32,1,1,1,1,1,1,0.0058,0.32,0.4384,1,0.6144,1,1,1,0.0246,0.6144,0.4508,1,1,1,1,1,0.002454245,0.707368314,0.013667549,1,1,1,1,1,0.011536092,0.747442842,0,1,1,1,1,1,0.029180074,0.714936256,0.590804737,0.590649461,0.590868794
-3760,1,0.3892,1,1,1,1,1,1,1,1,0.024,0.3892,0.3101,1,0.3198,1,1,1,1,1,1,0.0072,0.3198,0.3373,1,0.6144,1,1,1,0.0188,0.6144,0.3013,1,1,1,1,1,0.018071467,0.671942353,0,1,1,1,1,1,0.01962547,0.692184448,0.004525131,1,1,1,1,1,0.033210207,0.668248773,0.590683905,0.590649461,0.590868794
-3761,1,0.3887,1,1,1,1,1,1,1,1,0.0069,0.3887,0.1759,1,0.3197,1,1,1,1,1,1,0.0014,0.3197,0.2155,1,0.6144,1,1,1,0.0128,0.6144,0.1408,1,1,1,1,1,0.022315653,0.558520913,0.003013499,1,1,1,1,1,0.018603265,0.593762994,0.037276961,1,1,1,1,1,0.017319983,0.536962807,0.588508942,0.588533954,0.588652482
-3762,1,0.3882,1,1,1,1,1,1,1,1,0.0081,0.3882,0.0906,1,0.3195,1,1,1,1,1,1,0,0.3195,0.0932,1,0.6144,1,1,1,0.0188,0.6144,0.0806,1,1,1,1,1,0.022203704,0.321631581,0.005824281,1,1,1,1,1,0.011808019,0.312237918,0.109563351,1,1,1,1,1,0.01851611,0.356585473,0.578177864,0.578167971,0.578014184
-3763,1,0.3877,1,1,1,1,1,1,1,1,0.0206,0.3877,0.0081,1,0.3193,1,1,1,1,1,1,0.0121,0.3193,0.0058,1,0.6144,1,1,1,0.0174,0.6144,0.051,1,1,1,1,1,0.036593918,0.013942987,0.001919353,1,1,1,1,1,0.004888179,0.019218268,0.048613347,1,1,1,1,1,0.012748487,0,0.573525858,0.573725407,0.574024823
-3764,1,0.3871,1,1,1,1,1,1,1,1,0.0359,0.3871,0,1,0.3192,1,1,1,1,1,1,0.0056,0.3192,0,1,0.6144,1,1,1,0.0429,0.6144,0,1,1,1,1,1,0.045524109,0,0.000155521,1,1,1,1,1,0.003179062,0,0,1,1,1,1,1,0.037198469,0,0.584763171,0.584726042,0.584663121
-3765,1,0.3866,1,1,1,1,1,1,1,1,0.0532,0.3866,0,1,0.319,1,1,1,1,1,1,0,0.319,0,1,0.6144,1,1,1,0.0544,0.6144,0,1,1,1,1,1,0.066263825,0,0.004371807,1,1,1,1,1,0.008821904,0,0.001620942,1,1,1,1,1,0.053473443,0,0.564463509,0.564628729,0.564716312
-3766,1,0.3861,1,1,1,1,1,1,1,1,0.0473,0.3861,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6144,1,1,1,0.0376,0.6144,0,1,1,1,1,1,0.056390721,0,0.014998789,1,1,1,1,1,0.005959344,0,0.019620419,1,1,1,1,1,0.0658416,0,0.50598115,0.505817643,0.506205674
-3767,1,0.3856,1,1,1,1,1,1,1,1,0.036,0.3856,0,1,0.3187,1,1,1,1,1,1,0,0.3187,0,1,0.6144,1,1,1,0.0155,0.6144,0,1,1,1,1,1,0.043227356,0,0.027550871,1,1,1,1,1,0.00466945,0,0.060014922,1,1,1,1,1,0.04728936,0,0.450640406,0.450602919,0.450797872
-3768,1,0.3851,1,1,1,1,1,1,1,1,0.0366,0.3851,0,1,0.3185,1,1,1,1,1,1,0,0.3185,0,1,0.6144,1,1,1,0.0059,0.6144,0,1,1,1,1,1,0.057702526,0,0.037790045,1,1,1,1,1,0.002832129,0,0.059812307,1,1,1,1,1,0.025354313,0,0.414632673,0.414639306,0.414450355
-3769,1,0.3846,1,1,1,1,1,1,1,1,0.043,0.3846,0,1,0.3184,1,1,1,1,1,1,0,0.3184,0,1,0.6144,1,1,1,0.0063,0.6144,0,1,1,1,1,1,0.05386686,0,0.070607089,1,1,1,1,1,0.001263,0,0.191966772,1,1,1,1,1,0.013024315,0,0.393487192,0.393484239,0.393617021
-3770,1,0.3841,1,1,1,1,1,1,1,1,0.0211,0.3841,0,1,0.3182,1,1,1,1,1,1,0,0.3182,0,1,0.6144,1,1,1,0.0118,0.6144,0,1,1,1,1,1,0.025459711,0,0.014455982,1,1,1,1,1,0.000387157,0,0.174740583,1,1,1,1,1,0.012086002,0,0.382854036,0.382906706,0.382978723
-3771,1,0.3836,1,1,1,1,1,1,1,1,0.0096,0.3836,0,1,0.3181,1,1,1,1,1,1,0,0.3181,0,1,0.6144,1,1,1,0.0081,0.6144,0,1,1,1,1,1,0.011689012,0,0.027269673,1,1,1,1,1,0.000164783,0,0.131753936,1,1,1,1,1,0.011656821,0,0.3800145,0.379944997,0.379875887
-3772,1,0.3831,1,1,1,1,1,1,1,1,0.0059,0.3831,0,1,0.3179,1,1,1,1,1,1,0,0.3179,0,1,0.6144,1,1,1,0.0057,0.6144,0,1,1,1,1,1,0.00751544,0,0.08508496,1,1,1,1,1,0.000439369,0,0.053317282,1,1,1,1,1,0.009293511,0,0.389378927,0.389464777,0.38962766
-3773,1,0.3826,1,1,1,1,1,1,1,1,0.0059,0.3826,0.06,1,0.3178,1,1,1,1,1,1,0,0.3178,0.0936,1,0.6144,1,1,1,0.0027,0.6144,0.0877,1,1,1,1,1,0.009981646,0.094782166,0.031917904,1,1,1,1,1,0.000151984,0.215425938,0.046086915,1,1,1,1,1,0.005643889,0.177499905,0.418076365,0.418024117,0.417996454
-3774,1,0.3821,1,1,1,1,1,1,1,1,0.0026,0.3821,0.1215,1,0.3176,1,1,1,1,1,1,0,0.3176,0.1361,1,0.6144,1,1,1,0.002,0.6144,0.1,1,1,1,1,1,0.007962682,0.434211969,0.0045158,1,1,1,1,1,0.000247016,0.507811964,0.00652644,1,1,1,1,1,0.00375145,0.447928309,0.484352344,0.484451026,0.484485816
-3775,1,0.3816,1,1,1,1,1,1,1,1,0,0.3816,0.2508,1,0.3174,1,1,1,1,1,1,0,0.3174,0.2743,1,0.6144,1,1,1,0.0005,0.6144,0.2313,1,1,1,1,1,4.50E-06,0.63399148,0.044343352,1,1,1,1,1,0.000318462,0.702271223,0.023234818,1,1,1,1,1,0.00084049,0.637398958,0.538182697,0.538184895,0.538120567
-3776,1,0.3811,1,1,1,1,1,1,1,1,0,0.3811,0.3959,1,0.3173,1,1,1,1,1,1,0,0.3173,0.4289,1,0.6144,1,1,1,0.0004,0.6144,0.3609,1,1,1,1,1,6.86E-05,0.724411488,0.044418093,1,1,1,1,1,0,0.864521146,0.070246868,1,1,1,1,1,0.000761108,0.717485785,0.563255196,0.563359425,0.563386525
-3777,1,0.3806,1,1,1,1,1,1,1,1,0,0.3806,0.4885,1,0.3171,1,1,1,1,1,1,0,0.3171,0.5036,1,0.6144,1,1,1,0.0028,0.6144,0.4336,1,1,1,1,1,0,0.742560148,0.120998725,1,1,1,1,1,2.43E-05,0.808232307,0.029817542,1,1,1,1,1,0.000351264,0.667050481,0.584038183,0.58409139,0.584219858
-3778,1,0.3801,1,1,1,1,1,1,1,1,0.0056,0.3801,0.5839,1,0.317,1,1,1,1,1,1,0,0.317,0.6008,1,0.6144,1,1,1,0.0053,0.6144,0.5146,1,1,1,1,1,0.001938305,0.846293211,0.001744886,1,1,1,1,1,0.000180901,0.896276474,0.009171466,1,1,1,1,1,0.001553323,0.705338001,0.601739971,0.601650095,0.601950355
-3779,1,0.3796,1,1,1,1,1,1,1,1,0.0119,0.3796,0.6002,1,0.3168,1,1,1,1,1,1,0,0.3168,0.6268,1,0.6144,1,1,1,0.0033,0.6144,0.5526,1,1,1,1,1,0.007195343,0.8746261,0.000392444,1,1,1,1,1,0.005069264,0.873966992,0.015218064,1,1,1,1,1,0.003407832,0.717353106,0.613279362,0.613285382,0.613475177
-3780,1,0.3791,1,1,1,1,1,1,1,1,0.0291,0.3791,0.5814,1,0.3166,1,1,1,1,1,1,0.0085,0.3166,0.6449,1,0.6144,1,1,1,0.0079,0.6144,0.5112,1,1,1,1,1,0.020042667,0.831165075,0.005794654,1,1,1,1,1,0.02311746,0.882810414,0,1,1,1,1,1,0.008975899,0.703085065,0.614608507,0.614766237,0.614804965
-3781,1,0.3786,1,1,1,1,1,1,1,1,0.0583,0.3786,0.5694,1,0.3165,1,1,1,1,1,1,0.0132,0.3165,0.6367,1,0.6145,1,1,1,0.0165,0.6145,0.4949,1,1,1,1,1,0.046274729,0.803987682,0.128102764,1,1,1,1,1,0.039571151,0.898209512,0,1,1,1,1,1,0.020160893,0.69816637,0.618716771,0.618574149,0.618794326
-3782,1,0.3781,1,1,1,1,1,1,1,1,0.0785,0.3781,0.5128,1,0.3163,1,1,1,1,1,1,0.0244,0.3163,0.5413,1,0.6145,1,1,1,0.007,0.6145,0.4392,1,1,1,1,1,0.027398005,0.76201427,0.273634672,1,1,1,1,1,0.033263076,0.861177921,0.001183246,1,1,1,1,1,0.026943829,0.62566489,0.614548091,0.614766237,0.614804965
-3783,1,0.3775,1,1,1,1,1,1,1,1,0.0543,0.3775,0.4113,1,0.3162,1,1,1,1,1,1,0.0246,0.3162,0.4578,1,0.6145,1,1,1,0.0056,0.6145,0.4016,1,1,1,1,1,0.011335768,0.7384969,0.151464969,1,1,1,1,1,0.029635433,0.832141101,0.000324607,1,1,1,1,1,0.031128237,0.535396278,0.611708555,0.611804527,0.611702128
-3784,1,0.377,1,1,1,1,1,1,1,1,0.0404,0.377,0.2989,1,0.316,1,1,1,1,1,1,0.0075,0.316,0.3469,1,0.6145,1,1,1,0.0056,0.6145,0.289,1,1,1,1,1,0.007955132,0.648345709,0.231446147,1,1,1,1,1,0.018267082,0.745251298,0.00586021,1,1,1,1,1,0.019710306,0.490406454,0.610016916,0.610112122,0.609929078
-3785,1,0.3765,1,1,1,1,1,1,1,1,0.0197,0.3765,0.1584,1,0.3158,1,1,1,1,1,1,0.0013,0.3158,0.1927,1,0.6145,1,1,1,0.0092,0.6145,0.1597,1,1,1,1,1,0.019585866,0.513570547,0.315191686,1,1,1,1,1,0.009050885,0.651491165,0.069356285,1,1,1,1,1,0.020743297,0.462946445,0.605002417,0.605034906,0.605496454
-3786,1,0.376,1,1,1,1,1,1,1,1,0.0242,0.376,0.0753,1,0.3157,1,1,1,1,1,1,0,0.3157,0.0887,1,0.6145,1,1,1,0.0128,0.6145,0.0828,1,1,1,1,1,0.021784158,0.305550218,0.360432774,1,1,1,1,1,0.008457402,0.342309892,0.202497393,1,1,1,1,1,0.023470804,0.222129092,0.592556791,0.592553417,0.592641844
-3787,1,0.3755,1,1,1,1,1,1,1,1,0.01,0.3755,0.0051,1,0.3155,1,1,1,1,1,1,0,0.3155,0.0409,1,0.6145,1,1,1,0.0551,0.6145,0.0975,1,1,1,1,1,0.025142362,0.004234293,0.326351792,1,1,1,1,1,0.032181013,0.037715074,0.353112578,1,1,1,1,1,0.093151562,0,0.586031899,0.585995346,0.58643617
-3788,1,0.375,1,1,1,1,1,1,1,1,0.0027,0.375,0,1,0.3154,1,1,1,1,1,1,0.0514,0.3154,0,1,0.6145,1,1,1,0.0741,0.6145,0,1,1,1,1,1,0.013350673,0,0.17457816,1,1,1,1,1,0.069366567,0,0.608469605,1,1,1,1,1,0.127661809,0,0.595819236,0.595726677,0.595744681
-3789,1,0.3745,1,1,1,1,1,1,1,1,0.0145,0.3745,0,1,0.3152,1,1,1,1,1,1,0.008,0.3152,0,1,0.6145,1,1,1,0.0895,0.6145,0,1,1,1,1,1,0.034476113,0,0.192237526,1,1,1,1,1,0.01656618,0,0.643387198,1,1,1,1,1,0.154247046,0,0.575821653,0.575840914,0.575797872
-3790,1,0.374,1,1,1,1,1,1,1,1,0.0019,0.374,0,1,0.3151,1,1,1,1,1,1,0.0298,0.3151,0,1,0.6145,1,1,1,0.1046,0.6145,0,1,1,1,1,1,0.01893899,0,0.149100736,1,1,1,1,1,0.019957853,0,0.449931681,1,1,1,1,1,0.193828881,0,0.518910101,0.518722234,0.519060284
-3791,1,0.3735,1,1,1,1,1,1,1,1,0.0092,0.3735,0,1,0.3149,1,1,1,1,1,1,0.0621,0.3149,0,1,0.6145,1,1,1,0.1176,0.6145,0,1,1,1,1,1,0.015666679,0,0.119310059,1,1,1,1,1,0.047911465,0,0.263630629,1,1,1,1,1,0.210006669,0,0.461938134,0.461815105,0.461879433
-3792,1,0.373,1,1,1,1,1,1,1,1,0.0115,0.373,0,1,0.3147,1,1,1,1,1,1,0.0456,0.3147,0,1,0.6145,1,1,1,0.0904,0.6145,0,1,1,1,1,1,0.022718068,0,0.037563358,1,1,1,1,1,0.034737825,0,0.133160204,1,1,1,1,1,0.189467132,0,0.422245046,0.42225513,0.421985816
-3793,1,0.3725,1,1,1,1,1,1,1,1,0.0045,0.3725,0,1,0.3146,1,1,1,1,1,1,0.0041,0.3146,0,1,0.6145,1,1,1,0.1027,0.6145,0,1,1,1,1,1,0.01765389,0,0.013947112,1,1,1,1,1,0.010000912,0,0.171622515,1,1,1,1,1,0.198047042,0,0.40158289,0.401523165,0.401595745
-3794,1,0.372,1,1,1,1,1,1,1,1,0.0109,0.372,0,1,0.3144,1,1,1,1,1,1,0,0.3144,0,1,0.6145,1,1,1,0.1006,0.6145,0,1,1,1,1,1,0.020071909,0,0.003968054,1,1,1,1,1,0.001859932,0,0.131186411,1,1,1,1,1,0.187681556,0,0.38919768,0.389253226,0.389184397
-3795,1,0.3715,1,1,1,1,1,1,1,1,0.0286,0.3715,0,1,0.3143,1,1,1,1,1,1,0,0.3143,0,1,0.6145,1,1,1,0.0903,0.6145,0,1,1,1,1,1,0.040615525,0,0,1,1,1,1,1,0.001157789,0,0.142886132,1,1,1,1,1,0.215646267,0,0.383699855,0.383752909,0.383865248
-3796,1,0.371,1,1,1,1,1,1,1,1,0.0351,0.371,0,1,0.3141,1,1,1,1,1,1,0,0.3141,0,1,0.6145,1,1,1,0.111,0.6145,0,1,1,1,1,1,0.059996817,0,0.001077456,1,1,1,1,1,0.000875867,0,0.073468328,1,1,1,1,1,0.287140012,0,0.392580957,0.392638037,0.392287234
-3797,1,0.3705,1,1,1,1,1,1,1,1,0.0398,0.3705,0.1173,1,0.3139,1,1,1,1,1,1,0,0.3139,0.1594,1,0.6145,1,1,1,0.0916,0.6145,0.0967,1,1,1,1,1,0.05672488,0.29715991,0.00064287,1,1,1,1,1,0.00057851,0.326300949,0.029824346,1,1,1,1,1,0.252670407,0.298414975,0.418861769,0.418870319,0.418882979
-3798,1,0.37,1,1,1,1,1,1,1,1,0.0298,0.37,0.1091,1,0.3138,1,1,1,1,1,1,0.0269,0.3138,0.1408,1,0.6145,1,1,1,0.0423,0.6145,0.133,1,1,1,1,1,0.045390572,0.598180234,0.001011598,1,1,1,1,1,0.044164613,0.641082108,0.013758116,1,1,1,1,1,0.170852572,0.544724941,0.484050266,0.484027925,0.484042553
-3799,1,0.3695,1,1,1,1,1,1,1,1,0.0292,0.3695,0.2543,1,0.3136,1,1,1,1,1,1,0.0161,0.3136,0.2798,1,0.6145,1,1,1,0.032,0.6145,0.2474,1,1,1,1,1,0.040155347,0.753158092,0.010667876,1,1,1,1,1,0.027314324,0.841355205,0.024864921,1,1,1,1,1,0.133128121,0.597320378,0.542955534,0.543050561,0.542996454
-3800,1,0.3695,1,1,1,1,1,1,1,1,0.0122,0.3695,0.4103,1,0.3136,1,1,1,1,1,1,0.0046,0.3136,0.4417,1,0.6145,1,1,1,0.0249,0.6145,0.3703,1,1,1,1,1,0.010608869,0.866016507,0.036362313,1,1,1,1,1,0.003390273,0.920823753,0,1,1,1,1,1,0.035312384,0.622587085,0.57322378,0.573302306,0.57358156
-3801,1,0.3695,1,1,1,1,1,1,1,1,0.0033,0.3695,0.5368,1,0.3136,1,1,1,1,1,1,0.004,0.3136,0.5567,1,0.6145,1,1,1,0.0112,0.6145,0.4006,1,1,1,1,1,0.001097377,0.932702482,0.061881803,1,1,1,1,1,0.005567893,0.929556847,0.012953142,1,1,1,1,1,0.025785362,0.786822438,0.59660464,0.59678443,0.597074468
-3802,1,0.3695,1,1,1,1,1,1,1,1,0.0202,0.3695,0.6338,1,0.3136,1,1,1,1,1,1,0.0274,0.3136,0.6407,1,0.6145,1,1,1,0.0365,0.6145,0.5231,1,1,1,1,1,0.005701158,0.941606283,0.064184695,1,1,1,1,1,0.025788317,0.93139863,0,1,1,1,1,1,0.035463199,0.883285046,0.617810536,0.617727946,0.617907801
-3803,1,0.3695,1,1,1,1,1,1,1,1,0.0743,0.3695,0.6642,1,0.3136,1,1,1,1,1,1,0.042,0.3136,0.669,1,0.6145,1,1,1,0.0417,0.6145,0.5441,1,1,1,1,1,0.011890108,0.890469551,0.076393522,1,1,1,1,1,0.037307177,0.948401093,0,1,1,1,1,1,0.036356758,0.824671268,0.630920735,0.630844087,0.630762411
-3804,1,0.3695,1,1,1,1,1,1,1,1,0.1919,0.3695,0.6187,1,0.3136,1,1,1,1,1,1,0.0906,0.3136,0.62,1,0.6145,1,1,1,0.0576,0.6145,0.4693,1,1,1,1,1,0.026111444,0.867726088,0.079811156,1,1,1,1,1,0.079912968,0.903063715,0,1,1,1,1,1,0.049196936,0.814444184,0.636116481,0.636132854,0.63608156
-3805,1,0.3695,1,1,1,1,1,1,1,1,0.222,0.3695,0.6035,1,0.3136,1,1,1,1,1,1,0.0479,0.3136,0.5729,1,0.6145,1,1,1,0.0826,0.6145,0.5646,1,1,1,1,1,0.044095393,0.807070434,0.104898177,1,1,1,1,1,0.047897063,0.848401904,0.002695812,1,1,1,1,1,0.05837094,0.780907273,0.644091348,0.644171779,0.644060284
-3806,1,0.3695,1,1,1,1,1,1,1,1,0.2293,0.3695,0.5322,1,0.3136,1,1,1,1,1,1,0.1056,0.3136,0.5269,1,0.6145,1,1,1,0.1417,0.6145,0.3666,1,1,1,1,1,0.078989603,0.710661054,0.116375454,1,1,1,1,1,0.106938109,0.74147886,0.076028273,1,1,1,1,1,0.172896877,0.706547201,0.643910101,0.643960228,0.644060284
-3807,1,0.3695,1,1,1,1,1,1,1,1,0.2955,0.3695,0.3911,1,0.3136,1,1,1,1,1,1,0.2768,0.3136,0.45,1,0.6145,1,1,1,0.1486,0.6145,0.2778,1,1,1,1,1,0.131724879,0.635742843,0.248948798,1,1,1,1,1,0.242092624,0.728936613,0.236336142,1,1,1,1,1,0.17567803,0.517727852,0.639016433,0.639094563,0.639184397
-3808,1,0.3695,1,1,1,1,1,1,1,1,0.2883,0.3695,0.2873,1,0.3136,1,1,1,1,1,1,0.3294,0.3136,0.3316,1,0.6145,1,1,1,0.1277,0.6145,0.2064,1,1,1,1,1,0.117614791,0.469980508,0.339534521,1,1,1,1,1,0.274483293,0.621194124,0.410385072,1,1,1,1,1,0.111729637,0.322074205,0.634787337,0.634651999,0.635195035
-3809,1,0.3695,1,1,1,1,1,1,1,1,0.2902,0.3695,0.1572,1,0.3136,1,1,1,1,1,1,0.139,0.3136,0.2115,1,0.6145,1,1,1,0.0765,0.6145,0.1516,1,1,1,1,1,0.116898224,0.424625278,0.494507074,1,1,1,1,1,0.141382292,0.467411876,0.454307348,1,1,1,1,1,0.084031366,0.164293975,0.62361044,0.623651365,0.623670213
-3810,1,0.3695,1,1,1,1,1,1,1,1,0.1737,0.3695,0.0753,1,0.3136,1,1,1,1,1,1,0.1109,0.3136,0.0873,1,0.6145,1,1,1,0.0558,0.6145,0.0366,1,1,1,1,1,0.08320269,0.224011883,0.378289878,1,1,1,1,1,0.111961901,0.16727747,0.557315707,1,1,1,1,1,0.094664194,0.10209351,0.605183664,0.605246457,0.605496454
-3811,1,0.3695,1,1,1,1,1,1,1,1,0.2018,0.3695,0,1,0.3136,1,1,1,1,1,1,0.196,0.3136,0,1,0.6145,1,1,1,0.0356,0.6145,0,1,1,1,1,1,0.148468256,0,0.79186213,1,1,1,1,1,0.241517246,0.000625001,0.710817575,1,1,1,1,1,0.071506992,0,0.59340261,0.593399619,0.593528369
-3812,1,0.3695,1,1,1,1,1,1,1,1,0.2613,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2029,0.3136,0,1,0.6145,1,1,1,0.0576,0.6145,0,1,1,1,1,1,0.241333902,0,0.899522245,1,1,1,1,1,0.254255295,0,0.795350313,1,1,1,1,1,0.055394955,0,0.598537941,0.598688386,0.598847518
-3813,1,0.3695,1,1,1,1,1,1,1,1,0.3291,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1181,0.3136,0,1,0.6145,1,1,1,0.045,0.6145,0,1,1,1,1,1,0.342269957,0,0.98636353,1,1,1,1,1,0.153309613,0,0.961085439,1,1,1,1,1,0.063831151,0,0.581621556,0.581764333,0.582003546
-3814,1,0.3695,1,1,1,1,1,1,1,1,0.2797,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1418,0.3136,0,1,0.6145,1,1,1,0.0967,0.6145,0,1,1,1,1,1,0.22688733,0,1,1,1,1,1,1,0.165051013,0,1,1,1,1,1,1,0.11923936,0,0.532443209,0.532473027,0.532358156
-3815,1,0.3695,1,1,1,1,1,1,1,1,0.2166,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1911,0.3136,0,1,0.6145,1,1,1,0.1236,0.6145,0,1,1,1,1,1,0.103716575,0,1,1,1,1,1,1,0.202923134,0,1,1,1,1,1,1,0.204200879,0,0.479458676,0.479585361,0.479609929
-3816,1,0.3695,1,1,1,1,1,1,1,1,0.234,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2683,0.3136,0,1,0.6145,1,1,1,0.0855,0.6145,0,1,1,1,1,1,0.150300384,0,1,1,1,1,1,1,0.365311861,0,1,1,1,1,1,1,0.176857084,0,0.438738521,0.438756082,0.438829787
-3817,1,0.3695,1,1,1,1,1,1,1,1,0.201,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2202,0.3136,0,1,0.6145,1,1,1,0.1462,0.6145,0,1,1,1,1,1,0.176256076,0,1,1,1,1,1,1,0.329134852,0,1,1,1,1,1,1,0.320028514,0,0.412457709,0.412523799,0.412677305
-3818,1,0.3695,1,1,1,1,1,1,1,1,0.2999,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2468,0.3136,0,1,0.6145,1,1,1,0.1619,0.6145,0,1,1,1,1,1,0.358552933,0,1,1,1,1,1,1,0.405307114,0,1,1,1,1,1,1,0.394502521,0,0.397897535,0.397715253,0.398049645
-3819,1,0.3695,1,1,1,1,1,1,1,1,0.3003,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2027,0.3136,0,1,0.6145,1,1,1,0.2106,0.6145,0,1,1,1,1,1,0.331923008,0,1,1,1,1,1,1,0.343608469,0,0.909977794,1,1,1,1,1,0.493733257,0,0.388049783,0.387983922,0.388297872
-3820,1,0.3695,1,1,1,1,1,1,1,1,0.2741,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2054,0.3136,0,1,0.6145,1,1,1,0.1612,0.6145,0,1,1,1,1,1,0.288332611,0,1,1,1,1,1,1,0.33400315,0,0.84547621,1,1,1,1,1,0.404295027,0,0.386297728,0.386291517,0.38608156
-3821,1,0.3695,1,1,1,1,1,1,1,1,0.2079,0.3695,0.1204,1,0.3136,1,1,1,1,1,1,0.1334,0.3136,0.0374,1,0.6145,1,1,1,0.1597,0.6145,0.1703,1,1,1,1,1,0.240365952,0.262888312,1,1,1,1,1,1,0.198722363,0.028162623,0.7716223,1,1,1,1,1,0.404893279,0.472293913,0.388170614,0.388195473,0.388297872
-3822,1,0.3695,1,1,1,1,1,1,1,1,0.1097,0.3695,0.1029,1,0.3136,1,1,1,1,1,1,0.017,0.3136,0.1252,1,0.6145,1,1,1,0.1498,0.6145,0.0785,1,1,1,1,1,0.106934547,0.500888109,0.995484591,1,1,1,1,1,0.038150921,0.219890863,0.512174904,1,1,1,1,1,0.346411973,0.752523541,0.41481392,0.414639306,0.414893617
-3823,1,0.3695,1,1,1,1,1,1,1,1,0.08,0.3695,0.2414,1,0.3136,1,1,1,1,1,1,0.0205,0.3136,0.2235,1,0.6145,1,1,1,0.1354,0.6145,0.2411,1,1,1,1,1,0.063444704,0.607426822,0.998620689,1,1,1,1,1,0.036902219,0.336326092,0.421404213,1,1,1,1,1,0.383137941,0.897215068,0.459884002,0.459911149,0.459663121
-3824,1,0.3695,1,1,1,1,1,1,1,1,0.0775,0.3695,0.3655,1,0.3136,1,1,1,1,1,1,0.0091,0.3136,0.3201,1,0.6145,1,1,1,0.2328,0.6145,0.4204,1,1,1,1,1,0.059062131,0.679268062,0.652118564,1,1,1,1,1,0.010429602,0.474945724,0.169212312,1,1,1,1,1,0.559875429,0.952899218,0.507189464,0.507086947,0.507092199
-3825,1,0.3695,1,1,1,1,1,1,1,1,0.0682,0.3695,0.4439,1,0.3136,1,1,1,1,1,1,0.0074,0.3136,0.4008,1,0.6145,1,1,1,0.2043,0.6145,0.5511,1,1,1,1,1,0.096189268,0.696035564,0.267243922,1,1,1,1,1,0.01263681,0.520544708,0.077692412,1,1,1,1,1,0.491520166,0.97763896,0.537699372,0.537761794,0.538120567
-3826,1,0.3695,1,1,1,1,1,1,1,1,0.029,0.3695,0.5051,1,0.3136,1,1,1,1,1,1,0,0.3136,0.44,1,0.6145,1,1,1,0.2299,0.6145,0.6374,1,1,1,1,1,0.044650935,0.688874722,0.164091527,1,1,1,1,1,0.000327643,0.560952961,0.055288747,1,1,1,1,1,0.486297876,0.982740521,0.554736588,0.554685847,0.554964539
-3827,1,0.3695,1,1,1,1,1,1,1,1,0.0157,0.3695,0.5225,1,0.3136,1,1,1,1,1,1,0,0.3136,0.4501,1,0.6145,1,1,1,0.3356,0.6145,0.6705,1,1,1,1,1,0.023206348,0.710966229,0.031552292,1,1,1,1,1,0.002662415,0.607325137,0.025999477,1,1,1,1,1,0.594362199,0.980256796,0.56180522,0.561667019,0.562056738
-3828,1,0.3695,1,1,1,1,1,1,1,1,0.022,0.3695,0.5304,1,0.3136,1,1,1,1,1,1,0.0493,0.3136,0.4479,1,0.6145,1,1,1,0.2625,0.6145,0.6784,1,1,1,1,1,0.032722875,0.701665521,0.001511908,1,1,1,1,1,0.037859973,0.600097775,0,1,1,1,1,1,0.384012908,0.968788803,0.562288545,0.562301671,0.5625
-3829,1,0.3695,1,1,1,1,1,1,1,1,0.0598,0.3695,0.4989,1,0.3136,1,1,1,1,1,1,0.0354,0.3136,0.4261,1,0.6145,1,1,1,0.2719,0.6145,0.6702,1,1,1,1,1,0.047688819,0.67618084,0.009561259,1,1,1,1,1,0.032927759,0.591872931,0,1,1,1,1,1,0.425363213,0.966337264,0.558361527,0.558282209,0.558510638
-3830,1,0.3695,1,1,1,1,1,1,1,1,0.1057,0.3695,0.4838,1,0.3136,1,1,1,1,1,1,0,0.3136,0.4641,1,0.6145,1,1,1,0.2534,0.6145,0.598,1,1,1,1,1,0.049450401,0.693012834,0.107630417,1,1,1,1,1,0.018188175,0.664861679,0,1,1,1,1,1,0.453184664,0.925094485,0.554736588,0.554685847,0.554964539
-3831,1,0.3695,1,1,1,1,1,1,1,1,0.0998,0.3695,0.4305,1,0.3136,1,1,1,1,1,1,0.0066,0.3136,0.4392,1,0.6145,1,1,1,0.2276,0.6145,0.4729,1,1,1,1,1,0.03293138,0.759625435,0.132844135,1,1,1,1,1,0.026494335,0.635333717,0.000575916,1,1,1,1,1,0.350557089,0.92005682,0.555521991,0.55553205,0.555407801
-3832,1,0.3695,1,1,1,1,1,1,1,1,0.1392,0.3695,0.3179,1,0.3136,1,1,1,1,1,1,0.0547,0.3136,0.3369,1,0.6145,1,1,1,0.2677,0.6145,0.3325,1,1,1,1,1,0.08179003,0.928042412,0.095876865,1,1,1,1,1,0.067698739,0.626356006,0,1,1,1,1,1,0.449343354,0.998728335,0.561442726,0.561455469,0.561613475
-3833,1,0.3695,1,1,1,1,1,1,1,1,0.1532,0.3695,0.1632,1,0.3136,1,1,1,1,1,1,0.0967,0.3136,0.183,1,0.6145,1,1,1,0.2596,0.6145,0.1307,1,1,1,1,1,0.135438263,0.680861652,0.221850902,1,1,1,1,1,0.113220833,0.395611435,0.021824084,1,1,1,1,1,0.433767229,0.814160883,0.565671822,0.565686482,0.565602837
-3834,1,0.3695,1,1,1,1,1,1,1,1,0.0911,0.3695,0.082,1,0.3136,1,1,1,1,1,1,0.0365,0.3136,0.0942,1,0.6145,1,1,1,0.174,0.6145,0.0865,1,1,1,1,1,0.056544241,0.471925884,0.253049016,1,1,1,1,1,0.047046509,0.336835563,0.015314923,1,1,1,1,1,0.275719762,0.585682809,0.561684389,0.561667019,0.561613475
-3835,1,0.3695,1,1,1,1,1,1,1,1,0.0296,0.3695,0.0162,1,0.3136,1,1,1,1,1,1,0.0066,0.3136,0.0077,1,0.6145,1,1,1,0.0947,0.6145,0.2156,1,1,1,1,1,0.013200922,0.0545002,0.049715683,1,1,1,1,1,0.011944038,0.001857316,0,1,1,1,1,1,0.180366114,0.188506767,0.555340744,0.555320499,0.555407801
-3836,1,0.3695,1,1,1,1,1,1,1,1,0.0371,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0126,0.3136,0,1,0.6145,1,1,1,0.0827,0.6145,0,1,1,1,1,1,0.031356383,0,0.01529526,1,1,1,1,1,0.018418435,0,0,1,1,1,1,1,0.191646144,0,0.563376027,0.563359425,0.563386525
-3837,1,0.3695,1,1,1,1,1,1,1,1,0.0714,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0178,0.3136,0,1,0.6145,1,1,1,0.1353,0.6145,0,1,1,1,1,1,0.052155338,0,0.015546439,1,1,1,1,1,0.02534347,0,0.000303665,1,1,1,1,1,0.282814473,0,0.558482359,0.558493759,0.558510638
-3838,1,0.3695,1,1,1,1,1,1,1,1,0.0353,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0176,0.3136,0,1,0.6145,1,1,1,0.1526,0.6145,0,1,1,1,1,1,0.060285896,0,0.048062839,1,1,1,1,1,0.024478672,0,0.000387435,1,1,1,1,1,0.291136861,0,0.519635089,0.519779987,0.519503546
-3839,1,0.3695,1,1,1,1,1,1,1,1,0.0519,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0145,0.3136,0,1,0.6145,1,1,1,0.1625,0.6145,0,1,1,1,1,1,0.049590476,0,0.110772096,1,1,1,1,1,0.018964672,0,0.000340314,1,1,1,1,1,0.281604439,0,0.473235863,0.473238841,0.473404255
-3840,1,0.3695,1,1,1,1,1,1,1,1,0.0602,0.3695,0,1,0.3136,1,1,1,1,1,1,0.029,0.3136,0,1,0.6145,1,1,1,0.1559,0.6145,0,1,1,1,1,1,0.053860944,0,0.129036322,1,1,1,1,1,0.035842333,0,0.078311525,1,1,1,1,1,0.264733642,0,0.432817786,0.432832663,0.432624113
-3841,1,0.3695,1,1,1,1,1,1,1,1,0.0902,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0318,0.3136,0,1,0.6145,1,1,1,0.1613,0.6145,0,1,1,1,1,1,0.050208382,0,0.153378263,1,1,1,1,1,0.038540665,0,0.085280366,1,1,1,1,1,0.19855468,0,0.407564041,0.407658134,0.407358156
-3842,1,0.3695,1,1,1,1,1,1,1,1,0.0839,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0494,0.3136,0,1,0.6145,1,1,1,0.1508,0.6145,0,1,1,1,1,1,0.040141106,0,0.161103219,1,1,1,1,1,0.042874251,0,0.056837961,1,1,1,1,1,0.16749914,0,0.391855969,0.391791834,0.391843972
-3843,1,0.3695,1,1,1,1,1,1,1,1,0.0742,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0143,0.3136,0,1,0.6145,1,1,1,0.1496,0.6145,0,1,1,1,1,1,0.024345122,0,0.16209811,1,1,1,1,1,0.011598874,0,0.049767543,1,1,1,1,1,0.125259966,0,0.382733204,0.382695155,0.382978723
-3844,1,0.3695,1,1,1,1,1,1,1,1,0.0818,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0044,0.3136,0,1,0.6145,1,1,1,0.1737,0.6145,0,1,1,1,1,1,0.026840031,0,0.227187872,1,1,1,1,1,0.006958446,0,0.087544248,1,1,1,1,1,0.114650048,0,0.378564524,0.378675693,0.378546099
-3845,1,0.3695,1,1,1,1,1,1,1,1,0.0449,0.3695,0.109,1,0.3136,1,1,1,1,1,1,0.0044,0.3136,0.0677,1,0.6145,1,1,1,0.1786,0.6145,0.1743,1,1,1,1,1,0.016043292,0.233483106,0.17175597,1,1,1,1,1,0.01568656,0.145099074,0.065680638,1,1,1,1,1,0.090891816,0.488731563,0.374758337,0.374867781,0.375
-3846,1,0.3695,1,1,1,1,1,1,1,1,0.019,0.3695,0.0981,1,0.3136,1,1,1,1,1,1,0.0174,0.3136,0.1287,1,0.6145,1,1,1,0.1234,0.6145,0.0799,1,1,1,1,1,0.021749338,0.622246325,0.070032641,1,1,1,1,1,0.012697204,0.495566726,0,1,1,1,1,1,0.064725816,0.76381731,0.391855969,0.391791834,0.391843972
-3847,1,0.3695,1,1,1,1,1,1,1,1,0.0042,0.3695,0.2276,1,0.3136,1,1,1,1,1,1,0,0.3136,0.259,1,0.6145,1,1,1,0.0386,0.6145,0.2275,1,1,1,1,1,0.017589247,0.93753624,0.148203999,1,1,1,1,1,0.001410813,0.867017627,0.1090644,1,1,1,1,1,0.04318836,0.999591827,0.431488642,0.431563359,0.431737589
-3848,1,0.3695,1,1,1,1,1,1,1,1,0.0057,0.3695,0.4068,1,0.3136,1,1,1,1,1,1,0,0.3136,0.4189,1,0.6145,1,1,1,0.0204,0.6145,0.4147,1,1,1,1,1,0.000961639,0.869672,0.06028093,1,1,1,1,1,0,0.823113143,0.058521207,1,1,1,1,1,0.021806439,0.950877666,0.480666989,0.480643114,0.480939716
-3849,1,0.3695,1,1,1,1,1,1,1,1,0.0089,0.3695,0.5303,1,0.3136,1,1,1,1,1,1,0,0.3136,0.5266,1,0.6145,1,1,1,0.0313,0.6145,0.5475,1,1,1,1,1,0.001517902,0.895404816,0.027537914,1,1,1,1,1,0,0.816906273,0.024046337,1,1,1,1,1,0.031409945,0.96311146,0.521810053,0.521895494,0.521719858
-3850,1,0.3695,1,1,1,1,1,1,1,1,0.0315,0.3695,0.7236,1,0.3136,1,1,1,1,1,1,0,0.3136,0.7074,1,0.6145,1,1,1,0.0752,0.6145,0.7416,1,1,1,1,1,0.005956152,0.99938345,0.029934481,1,1,1,1,1,3.79E-05,0.993385792,0.003073037,1,1,1,1,1,0.07468991,1,0.549782504,0.549820182,0.550088652
-3851,1,0.3695,1,1,1,1,1,1,1,1,0.026,0.3695,0.6557,1,0.3136,1,1,1,1,1,1,0,0.3136,0.6286,1,0.6145,1,1,1,0.1212,0.6145,0.6827,1,1,1,1,1,0.004554445,0.911543965,0.008246758,1,1,1,1,1,0.000929388,0.836972892,0.029252619,1,1,1,1,1,0.107036151,0.967528582,0.568269696,0.56822509,0.568262411
-3852,1,0.3695,1,1,1,1,1,1,1,1,0.0393,0.3695,0.6538,1,0.3136,1,1,1,1,1,1,0,0.3136,0.6221,1,0.6145,1,1,1,0.1103,0.6145,0.6599,1,1,1,1,1,0.006812623,0.904641032,0.017620582,1,1,1,1,1,0.004915052,0.832128465,0.036261521,1,1,1,1,1,0.071315199,0.951492488,0.579446593,0.579437275,0.579787234
-3853,1,0.3695,1,1,1,1,1,1,1,1,0.0799,0.3695,0.6461,1,0.3136,1,1,1,1,1,1,0,0.3136,0.611,1,0.6145,1,1,1,0.0719,0.6145,0.6626,1,1,1,1,1,0.014765352,0.881653786,0.021642305,1,1,1,1,1,0.012383495,0.833316326,0.021220159,1,1,1,1,1,0.037692904,0.95522809,0.582467376,0.582610535,0.582446809
-3854,1,0.3695,1,1,1,1,1,1,1,1,0.1754,0.3695,0.5663,1,0.3136,1,1,1,1,1,1,0,0.3136,0.5649,1,0.6145,1,1,1,0.0525,0.6145,0.5861,1,1,1,1,1,0.030576743,0.821439505,0.035163276,1,1,1,1,1,0.018780118,0.787786365,0.051135868,1,1,1,1,1,0.065481372,0.89526391,0.584521508,0.584726042,0.584663121
-3855,1,0.3695,1,1,1,1,1,1,1,1,0.221,0.3695,0.4522,1,0.3136,1,1,1,1,1,1,0,0.3136,0.4731,1,0.6145,1,1,1,0.0362,0.6145,0.4602,1,1,1,1,1,0.04955722,0.784421146,0.035020262,1,1,1,1,1,0.032974888,0.753855467,0.071004719,1,1,1,1,1,0.033604786,0.893411279,0.588569357,0.588745505,0.588652482
-3856,1,0.3695,1,1,1,1,1,1,1,1,0.173,0.3695,0.3203,1,0.3136,1,1,1,1,1,1,0,0.3136,0.3513,1,0.6145,1,1,1,0.0339,0.6145,0.2931,1,1,1,1,1,0.064593494,0.752974868,0.038061935,1,1,1,1,1,0.062565483,0.688477278,0.110220164,1,1,1,1,1,0.041594017,0.841479063,0.596544224,0.59678443,0.596631206
-3857,1,0.3695,1,1,1,1,1,1,1,1,0.208,0.3695,0.1618,1,0.3136,1,1,1,1,1,1,0.065,0.3136,0.2051,1,0.6145,1,1,1,0.0434,0.6145,0.1342,1,1,1,1,1,0.154444218,0.688172877,0.073767968,1,1,1,1,1,0.08385703,0.568054795,0.090024084,1,1,1,1,1,0.084779724,0.703142881,0.602102465,0.602073197,0.601950355
-3858,1,0.3695,1,1,1,1,1,1,1,1,0.2109,0.3695,0.0857,1,0.3136,1,1,1,1,1,1,0.1424,0.3136,0.1072,1,0.6145,1,1,1,0.0575,0.6145,0.0868,1,1,1,1,1,0.248529077,0.464170665,0.125408262,1,1,1,1,1,0.162145466,0.360156357,0.154153675,1,1,1,1,1,0.12483415,0.383528531,0.598235863,0.598265285,0.598404255
-3859,1,0.3695,1,1,1,1,1,1,1,1,0.1936,0.3695,0.0362,1,0.3136,1,1,1,1,1,1,0.1429,0.3136,0.0002,1,0.6145,1,1,1,0.0848,0.6145,0.0633,1,1,1,1,1,0.290116042,0.03168935,0.515584946,1,1,1,1,1,0.170041606,0.001188901,0.263568103,1,1,1,1,1,0.159886658,0.001365947,0.589838086,0.589803258,0.58998227
-3860,1,0.3695,1,1,1,1,1,1,1,1,0.1427,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1533,0.3136,0,1,0.6145,1,1,1,0.1382,0.6145,0,1,1,1,1,1,0.25914675,0,0.455973625,1,1,1,1,1,0.166953743,0,0.52713877,1,1,1,1,1,0.264809966,0,0.594490092,0.594668923,0.594858156
-3861,1,0.3695,1,1,1,1,1,1,1,1,0.0167,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.0009,0.6145,0,1,1,1,1,1,0.008712161,0,0.329669416,1,1,1,1,1,0.004218348,0,0.249943987,1,1,1,1,1,0.001745948,0,0.580896568,0.58091813,0.581117021
-3862,1,0.3695,1,1,1,1,1,1,1,1,0.0429,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0738,0.3136,0,1,0.6145,1,1,1,0.1167,0.6145,0,1,1,1,1,1,0.113600776,0,0.136698037,1,1,1,1,1,0.104371995,0,0.341744542,1,1,1,1,1,0.27753067,0,0.525374577,0.525491855,0.525265957
-3863,1,0.3695,1,1,1,1,1,1,1,1,0.0556,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0546,0.3136,0,1,0.6145,1,1,1,0.0894,0.6145,0,1,1,1,1,1,0.107239224,0,0.02864217,1,1,1,1,1,0.089905396,0,0.426214933,1,1,1,1,1,0.225932136,0,0.469731754,0.469642479,0.469858156
-3864,1,0.3695,1,1,1,1,1,1,1,1,0.0617,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0737,0.3136,0,1,0.6145,1,1,1,0.0856,0.6145,0,1,1,1,1,1,0.125791788,0,0.032611638,1,1,1,1,1,0.106946588,0,0.376664162,1,1,1,1,1,0.212899417,0,0.430582407,0.430717157,0.430407801
-3865,1,0.3695,1,1,1,1,1,1,1,1,0.0676,0.3695,0,1,0.3136,1,1,1,1,1,1,0.05,0.3136,0,1,0.6145,1,1,1,0.1299,0.6145,0,1,1,1,1,1,0.136382192,0,0.008450244,1,1,1,1,1,0.071203887,0,0.210115463,1,1,1,1,1,0.351252377,0,0.40798695,0.407869685,0.407801418
-3866,1,0.3695,1,1,1,1,1,1,1,1,0.0324,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0608,0.3136,0,1,0.6145,1,1,1,0.0897,0.6145,0,1,1,1,1,1,0.078404933,0,0.035746537,1,1,1,1,1,0.084767193,0,0.13707383,1,1,1,1,1,0.264089942,0,0.396749638,0.39686905,0.396719858
-3867,1,0.3695,1,1,1,1,1,1,1,1,0.0357,0.3695,0,1,0.3136,1,1,1,1,1,1,0.062,0.3136,0,1,0.6145,1,1,1,0.1441,0.6145,0,1,1,1,1,1,0.083792746,0,0.058651909,1,1,1,1,1,0.078671627,0,0.141204461,1,1,1,1,1,0.416035056,0,0.393245529,0.393272689,0.393173759
-3868,1,0.3695,1,1,1,1,1,1,1,1,0.0354,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0413,0.3136,0,1,0.6145,1,1,1,0.1523,0.6145,0,1,1,1,1,1,0.098383367,0,0.040182486,1,1,1,1,1,0.083031744,0,0.064855501,1,1,1,1,1,0.460275114,0,0.402066216,0.402157817,0.402039007
-3869,1,0.3695,1,1,1,1,1,1,1,1,0.0329,0.3695,0.0862,1,0.3136,1,1,1,1,1,1,0.0641,0.3136,0.0741,1,0.6145,1,1,1,0.1342,0.6145,0.1134,1,1,1,1,1,0.070243165,0.144517869,0.004518487,1,1,1,1,1,0.090341628,0.162909687,0.05676388,1,1,1,1,1,0.475575954,0.255651474,0.430884485,0.430928707,0.430851064
-3870,1,0.3695,1,1,1,1,1,1,1,1,0.0217,0.3695,0.1147,1,0.3136,1,1,1,1,1,1,0.0163,0.3136,0.1331,1,0.6145,1,1,1,0.097,0.6145,0.1057,1,1,1,1,1,0.047444277,0.369476438,0.024446316,1,1,1,1,1,0.026381038,0.406315207,0.135147899,1,1,1,1,1,0.343200773,0.498732328,0.499335428,0.499471123,0.499556738
-3871,1,0.3695,1,1,1,1,1,1,1,1,0.0159,0.3695,0.2431,1,0.3136,1,1,1,1,1,1,0.0217,0.3136,0.2546,1,0.6145,1,1,1,0.0727,0.6145,0.2429,1,1,1,1,1,0.01789679,0.577551305,0.08620178,1,1,1,1,1,0.046776615,0.599924207,0.184738755,1,1,1,1,1,0.22515142,0.619898915,0.561019816,0.561032367,0.561170213
-3872,1,0.3695,1,1,1,1,1,1,1,1,0.031,0.3695,0.3828,1,0.3136,1,1,1,1,1,1,0.0494,0.3136,0.3673,1,0.6145,1,1,1,0.0849,0.6145,0.3957,1,1,1,1,1,0.033984214,0.649401963,0.126972497,1,1,1,1,1,0.075619653,0.652798891,0.37998876,1,1,1,1,1,0.199518308,0.685338795,0.594248429,0.594245822,0.594414894
-3873,1,0.3695,1,1,1,1,1,1,1,1,0.0715,0.3695,0.492,1,0.3136,1,1,1,1,1,1,0.0496,0.3136,0.4812,1,0.6145,1,1,1,0.0746,0.6145,0.513,1,1,1,1,1,0.079667144,0.717460811,0.185857713,1,1,1,1,1,0.079823732,0.751134932,0.462884307,1,1,1,1,1,0.160261482,0.721212745,0.617448043,0.617516395,0.617464539
-3874,1,0.3695,1,1,1,1,1,1,1,1,0.0842,0.3695,0.5487,1,0.3136,1,1,1,1,1,1,0.1159,0.3136,0.5556,1,0.6145,1,1,1,0.1277,0.6145,0.5951,1,1,1,1,1,0.122391157,0.777045071,0.26393488,1,1,1,1,1,0.147527099,0.803015649,0.455184549,1,1,1,1,1,0.255549818,0.748122275,0.635451909,0.635498202,0.635638298
-3875,1,0.3695,1,1,1,1,1,1,1,1,0.1098,0.3695,0.5534,1,0.3136,1,1,1,1,1,1,0.151,0.3136,0.5748,1,0.6145,1,1,1,0.1761,0.6145,0.6037,1,1,1,1,1,0.141395226,0.762662709,0.214071214,1,1,1,1,1,0.202170432,0.826028764,0.352361798,1,1,1,1,1,0.366204172,0.786532044,0.646568391,0.646710387,0.646719858
-3876,1,0.3695,1,1,1,1,1,1,1,1,0.2073,0.3695,0.558,1,0.3136,1,1,1,1,1,1,0.213,0.3136,0.5721,1,0.6145,1,1,1,0.2064,0.6145,0.5828,1,1,1,1,1,0.201954648,0.781572938,0.169044957,1,1,1,1,1,0.274332762,0.83304882,0.499380648,1,1,1,1,1,0.315057844,0.806946158,0.652670372,0.652633806,0.652925532
-3877,1,0.3695,1,1,1,1,1,1,1,1,0.2766,0.3695,0.5522,1,0.3136,1,1,1,1,1,1,0.2688,0.3136,0.5592,1,0.6145,1,1,1,0.1883,0.6145,0.5872,1,1,1,1,1,0.23952055,0.796944559,0.116115704,1,1,1,1,1,0.341202915,0.790522218,0.513433516,1,1,1,1,1,0.250604033,0.811199307,0.658591107,0.658768775,0.658687943
-3878,1,0.3695,1,1,1,1,1,1,1,1,0.2968,0.3695,0.5321,1,0.3136,1,1,1,1,1,1,0.2817,0.3136,0.5415,1,0.6145,1,1,1,0.2278,0.6145,0.5354,1,1,1,1,1,0.293560594,0.762012362,0.161814988,1,1,1,1,1,0.307464898,0.806527376,0.565962315,1,1,1,1,1,0.252367347,0.794304132,0.658651522,0.658768775,0.658687943
-3879,1,0.3695,1,1,1,1,1,1,1,1,0.2212,0.3695,0.4367,1,0.3136,1,1,1,1,1,1,0.2341,0.3136,0.4812,1,0.6145,1,1,1,0.2682,0.6145,0.4439,1,1,1,1,1,0.258115739,0.728601456,0.078858674,1,1,1,1,1,0.282316655,0.831673026,0.321248978,1,1,1,1,1,0.343125463,0.797228932,0.659074432,0.659191876,0.659131206
-3880,1,0.3695,1,1,1,1,1,1,1,1,0.2104,0.3695,0.315,1,0.3136,1,1,1,1,1,1,0.2356,0.3136,0.3599,1,0.6145,1,1,1,0.3118,0.6145,0.3047,1,1,1,1,1,0.241772577,0.679620266,0.050940201,1,1,1,1,1,0.270298481,0.792333066,0.189241633,1,1,1,1,1,0.378919452,0.732562959,0.65979942,0.659826528,0.66001773
-3881,1,0.3695,1,1,1,1,1,1,1,1,0.1658,0.3695,0.1671,1,0.3136,1,1,1,1,1,1,0.2446,0.3136,0.207,1,0.6145,1,1,1,0.3073,0.6145,0.1465,1,1,1,1,1,0.181639656,0.660179138,0.096075639,1,1,1,1,1,0.262448668,0.688943148,0.144374087,1,1,1,1,1,0.34872514,0.647164226,0.653999517,0.65411466,0.654255319
-3882,1,0.3695,1,1,1,1,1,1,1,1,0.1397,0.3695,0.0824,1,0.3136,1,1,1,1,1,1,0.1481,0.3136,0.1017,1,0.6145,1,1,1,0.2935,0.6145,0.0717,1,1,1,1,1,0.188455433,0.424525976,0.072226211,1,1,1,1,1,0.154481798,0.414447129,0.104523048,1,1,1,1,1,0.358344883,0.429920435,0.63599565,0.636132854,0.63608156
-3883,1,0.3695,1,1,1,1,1,1,1,1,0.126,0.3695,0.0091,1,0.3136,1,1,1,1,1,1,0.1695,0.3136,0.0396,1,0.6145,1,1,1,0.2737,0.6145,0.0255,1,1,1,1,1,0.150892898,0.011148802,0.102089509,1,1,1,1,1,0.211984694,0.009110727,0.065727495,1,1,1,1,1,0.45993945,0,0.62137506,0.621535858,0.621453901
-3884,1,0.3695,1,1,1,1,1,1,1,1,0.1067,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1455,0.3136,0,1,0.6145,1,1,1,0.2763,0.6145,0,1,1,1,1,1,0.129650667,0,0.065100223,1,1,1,1,1,0.171550602,0,0.039796859,1,1,1,1,1,0.444358468,0,0.624395843,0.624497567,0.624556738
-3885,1,0.3695,1,1,1,1,1,1,1,1,0.1286,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1676,0.3136,0,1,0.6145,1,1,1,0.2175,0.6145,0,1,1,1,1,1,0.209761396,0,0.037188396,1,1,1,1,1,0.215656206,0,0.046240576,1,1,1,1,1,0.354713321,0,0.601075399,0.601015443,0.601507092
-3886,1,0.3695,1,1,1,1,1,1,1,1,0.119,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0786,0.3136,0,1,0.6145,1,1,1,0.2736,0.6145,0,1,1,1,1,1,0.238658756,0,0.071491443,1,1,1,1,1,0.096542478,0,0.091639534,1,1,1,1,1,0.452044547,0,0.538363944,0.538396446,0.53856383
-3887,1,0.3695,1,1,1,1,1,1,1,1,0.1334,0.3695,0,1,0.3136,1,1,1,1,1,1,0.079,0.3136,0,1,0.6145,1,1,1,0.2372,0.6145,0,1,1,1,1,1,0.222618788,0,0.08663483,1,1,1,1,1,0.111848652,0,0.201702386,1,1,1,1,1,0.415616959,0,0.4780087,0.477892955,0.478280142
-3888,1,0.3695,1,1,1,1,1,1,1,1,0.164,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1101,0.3136,0,1,0.6145,1,1,1,0.1808,0.6145,0,1,1,1,1,1,0.230638251,0,0.120411582,1,1,1,1,1,0.153721988,0,0.227657855,1,1,1,1,1,0.345812082,0,0.438919768,0.438967633,0.438829787
-3889,1,0.3695,1,1,1,1,1,1,1,1,0.1767,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1456,0.3136,0,1,0.6145,1,1,1,0.1775,0.6145,0,1,1,1,1,1,0.225297421,0,0.104333818,1,1,1,1,1,0.20658505,0,0.201597393,1,1,1,1,1,0.398327082,0,0.414995167,0.415062407,0.415336879
-3890,1,0.3695,1,1,1,1,1,1,1,1,0.1581,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1053,0.3136,0,1,0.6145,1,1,1,0.1602,0.6145,0,1,1,1,1,1,0.185487941,0,0.16025278,1,1,1,1,1,0.186585397,0,0.28678745,1,1,1,1,1,0.344399959,0,0.40381827,0.403850222,0.403812057
-3891,1,0.3695,1,1,1,1,1,1,1,1,0.1199,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0314,0.3136,0,1,0.6145,1,1,1,0.1432,0.6145,0,1,1,1,1,1,0.100888275,0,0.251470566,1,1,1,1,1,0.068540797,0,0.445114136,1,1,1,1,1,0.353885084,0,0.399347511,0.399407658,0.399379433
-3892,1,0.3695,1,1,1,1,1,1,1,1,0.0802,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0062,0.3136,0,1,0.6145,1,1,1,0.1464,0.6145,0,1,1,1,1,1,0.065638684,0,0.256998658,1,1,1,1,1,0.037227109,0,0.465208918,1,1,1,1,1,0.443310708,0,0.409195263,0.409138989,0.409131206
-3893,1,0.3695,1,1,1,1,1,1,1,1,0.0539,0.3695,0.0587,1,0.3136,1,1,1,1,1,1,0.0182,0.3136,0.0126,1,0.6145,1,1,1,0.1364,0.6145,0.0918,1,1,1,1,1,0.047600932,0.073878169,0.259277344,1,1,1,1,1,0.054335855,0.010030346,0.561240554,1,1,1,1,1,0.405835778,0.300832361,0.436684389,0.436852126,0.436613475
-3894,1,0.3695,1,1,1,1,1,1,1,1,0.0637,0.3695,0.1202,1,0.3136,1,1,1,1,1,1,0.0075,0.3136,0.1019,1,0.6145,1,1,1,0.0696,0.6145,0.1046,1,1,1,1,1,0.048285563,0.228185013,0.166553229,1,1,1,1,1,0.02982321,0.131641313,0.547796607,1,1,1,1,1,0.193330944,0.597437203,0.505679072,0.505817643,0.505762411
-3895,1,0.3695,1,1,1,1,1,1,1,1,0.108,0.3695,0.2267,1,0.3136,1,1,1,1,1,1,0.067,0.3136,0.2045,1,0.6145,1,1,1,0.0369,0.6145,0.2398,1,1,1,1,1,0.087092057,0.403640032,0.221648678,1,1,1,1,1,0.086887047,0.288869977,0.568203926,1,1,1,1,1,0.068514243,0.722953916,0.56639681,0.566532685,0.566489362
-3896,1,0.3695,1,1,1,1,1,1,1,1,0.107,0.3695,0.3121,1,0.3136,1,1,1,1,1,1,0.0291,0.3136,0.3112,1,0.6145,1,1,1,0.035,0.6145,0.3669,1,1,1,1,1,0.061413523,0.427540898,0.347964168,1,1,1,1,1,0.049211379,0.478641659,0.554230452,1,1,1,1,1,0.023772798,0.763109207,0.598537941,0.598688386,0.598847518
-3897,1,0.3695,1,1,1,1,1,1,1,1,0.1488,0.3695,0.3871,1,0.3136,1,1,1,1,1,1,0.0963,0.3136,0.3663,1,0.6145,1,1,1,0.0359,0.6145,0.4581,1,1,1,1,1,0.088382885,0.565565109,0.399062783,1,1,1,1,1,0.116533875,0.532404125,0.800057411,1,1,1,1,1,0.026071079,0.723713756,0.61859594,0.618574149,0.618794326
-3898,1,0.3695,1,1,1,1,1,1,1,1,0.1665,0.3695,0.4377,1,0.3136,1,1,1,1,1,1,0.1083,0.3136,0.4167,1,0.6145,1,1,1,0.064,0.6145,0.5222,1,1,1,1,1,0.124463432,0.662037849,0.442753434,1,1,1,1,1,0.121829331,0.608207405,0.768440127,1,1,1,1,1,0.041377913,0.705736399,0.635633156,0.635709752,0.635638298
-3899,1,0.3695,1,1,1,1,1,1,1,1,0.2311,0.3695,0.4715,1,0.3136,1,1,1,1,1,1,0.1509,0.3136,0.4684,1,0.6145,1,1,1,0.0921,0.6145,0.575,1,1,1,1,1,0.168079928,0.662199378,0.389388919,1,1,1,1,1,0.154911339,0.667546391,0.509220183,1,1,1,1,1,0.060679674,0.662190616,0.644816336,0.644806431,0.644946809
-3900,1,0.3695,1,1,1,1,1,1,1,1,0.262,0.3695,0.481,1,0.3136,1,1,1,1,1,1,0.136,0.3136,0.4928,1,0.6145,1,1,1,0.1107,0.6145,0.5118,1,1,1,1,1,0.179775506,0.677194893,0.382050991,1,1,1,1,1,0.153032511,0.665718377,0.576013148,1,1,1,1,1,0.094126284,0.638030291,0.648924601,0.649037444,0.649379433
-3901,1,0.3695,1,1,1,1,1,1,1,1,0.2698,0.3695,0.4752,1,0.3136,1,1,1,1,1,1,0.1252,0.3136,0.4656,1,0.6145,1,1,1,0.1698,0.6145,0.5191,1,1,1,1,1,0.19779785,0.686141014,0.430927604,1,1,1,1,1,0.139154702,0.639829755,0.676750004,1,1,1,1,1,0.145922869,0.61223352,0.656657806,0.656653268,0.656471631
-3902,1,0.3695,1,1,1,1,1,1,1,1,0.2432,0.3695,0.4683,1,0.3136,1,1,1,1,1,1,0.1256,0.3136,0.3782,1,0.6145,1,1,1,0.2032,0.6145,0.4272,1,1,1,1,1,0.158226758,0.613622069,0.37107724,1,1,1,1,1,0.135598809,0.509394884,0.567159176,1,1,1,1,1,0.170459509,0.669688404,0.655026583,0.654960863,0.655141844
-3903,1,0.3695,1,1,1,1,1,1,1,1,0.2088,0.3695,0.3812,1,0.3136,1,1,1,1,1,1,0.1144,0.3136,0.3149,1,0.6145,1,1,1,0.2266,0.6145,0.3208,1,1,1,1,1,0.133614421,0.533294797,0.305199027,1,1,1,1,1,0.130742192,0.418753415,0.343793988,1,1,1,1,1,0.190928325,0.594005764,0.651522475,0.651576052,0.651595745
-3904,1,0.3695,1,1,1,1,1,1,1,1,0.1801,0.3695,0.2652,1,0.3136,1,1,1,1,1,1,0.029,0.3136,0.2465,1,0.6145,1,1,1,0.2178,0.6145,0.2303,1,1,1,1,1,0.09428554,0.420046717,0.286288142,1,1,1,1,1,0.053731576,0.402849555,0.485965192,1,1,1,1,1,0.211336613,0.47269848,0.650072499,0.650095198,0.650265957
-3905,1,0.3695,1,1,1,1,1,1,1,1,0.161,0.3695,0.1535,1,0.3136,1,1,1,1,1,1,0.0723,0.3136,0.1617,1,0.6145,1,1,1,0.111,0.6145,0.1421,1,1,1,1,1,0.094436087,0.297235608,0.381693721,1,1,1,1,1,0.098680288,0.306156278,0.510471523,1,1,1,1,1,0.077079348,0.324772507,0.644030933,0.643960228,0.644060284
-3906,1,0.3695,1,1,1,1,1,1,1,1,0.2654,0.3695,0.0289,1,0.3136,1,1,1,1,1,1,0.1974,0.3136,0.0083,1,0.6145,1,1,1,0.2363,0.6145,0.0526,1,1,1,1,1,0.254171669,0.031066034,0.993241251,1,1,1,1,1,0.247972995,0.010701922,1,1,1,1,1,1,0.299383163,0.107693054,0.631041566,0.631055638,0.631205674
-3907,1,0.3695,1,1,1,1,1,1,1,1,0.222,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1034,0.3136,0,1,0.6145,1,1,1,0.2358,0.6145,0,1,1,1,1,1,0.168738797,0,0.998741865,1,1,1,1,1,0.166225344,0,1,1,1,1,1,1,0.3997522,0,0.622945868,0.622805162,0.622783688
-3908,1,0.3695,1,1,1,1,1,1,1,1,0.2053,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0604,0.3136,0,1,0.6145,1,1,1,0.2684,0.6145,0,1,1,1,1,1,0.151784495,0,0.940774977,1,1,1,1,1,0.097597048,0,1,1,1,1,1,1,0.385541916,0,0.626752054,0.626613074,0.62677305
-3909,1,0.3695,1,1,1,1,1,1,1,1,0.1351,0.3695,0,1,0.3136,1,1,1,1,1,1,0.112,0.3136,0,1,0.6145,1,1,1,0.2461,0.6145,0,1,1,1,1,1,0.138402537,0,0.996070147,1,1,1,1,1,0.149186641,0,1,1,1,1,1,1,0.366183013,0,0.599262929,0.599323038,0.59929078
-3910,1,0.3695,1,1,1,1,1,1,1,1,0.083,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1351,0.3136,0,1,0.6145,1,1,1,0.1942,0.6145,0,1,1,1,1,1,0.066546373,0,1,1,1,1,1,1,0.188528985,0,1,1,1,1,1,1,0.292150676,0,0.540115998,0.540088851,0.540336879
-3911,1,0.3695,1,1,1,1,1,1,1,1,0.0898,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0236,0.3136,0,1,0.6145,1,1,1,0.1706,0.6145,0,1,1,1,1,1,0.066682816,0,0.998488903,1,1,1,1,1,0.073311746,0,1,1,1,1,1,1,0.248530746,0,0.483748188,0.483816374,0.483599291
-3912,1,0.3695,1,1,1,1,1,1,1,1,0.1301,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0395,0.3136,0,1,0.6145,1,1,1,0.1725,0.6145,0,1,1,1,1,1,0.095904753,0,1,1,1,1,1,1,0.100579105,0,1,1,1,1,1,1,0.259730011,0,0.446109232,0.446160355,0.446365248
-3913,1,0.3695,1,1,1,1,1,1,1,1,0.1045,0.3695,0,1,0.3136,1,1,1,1,1,1,0.051,0.3136,0,1,0.6145,1,1,1,0.154,0.6145,0,1,1,1,1,1,0.09171696,0,0.940226853,1,1,1,1,1,0.094303429,0,1,1,1,1,1,1,0.247429162,0,0.424782504,0.424793738,0.42464539
-3914,1,0.3695,1,1,1,1,1,1,1,1,0.0671,0.3695,0,1,0.3136,1,1,1,1,1,1,0.007,0.3136,0,1,0.6145,1,1,1,0.1558,0.6145,0,1,1,1,1,1,0.091391481,0,0.93182987,1,1,1,1,1,0.044892877,0,1,1,1,1,1,1,0.280300975,0,0.413243113,0.413158451,0.41356383
-3915,1,0.3695,1,1,1,1,1,1,1,1,0.104,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.1541,0.6145,0,1,1,1,1,1,0.137117416,0,0.996565104,1,1,1,1,1,0.034217976,0,1,1,1,1,1,1,0.316754967,0,0.409497342,0.40956209,0.409574468
-3916,1,0.3695,1,1,1,1,1,1,1,1,0.1118,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.1068,0.6145,0,1,1,1,1,1,0.061925258,0,1,1,1,1,1,1,0.026279731,0,1,1,1,1,1,1,0.226339847,0,0.417653456,0.417812566,0.417553191
-3917,1,0.3695,1,1,1,1,1,1,1,1,0.0675,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.1535,0.6145,0,1,1,1,1,1,0.068243958,0,0.987036467,1,1,1,1,1,0.009973031,0,1,1,1,1,1,1,0.294958264,1.11E-05,0.449734171,0.449756717,0.449468085
-3918,1,0.3695,1,1,1,1,1,1,1,1,0.0518,0.3695,0.0152,1,0.3136,1,1,1,1,1,1,0,0.3136,0.001,1,0.6145,1,1,1,0.11,0.6145,0.0025,1,1,1,1,1,0.072054319,0.002780323,0.945551753,1,1,1,1,1,0.026722707,0.000467267,1,1,1,1,1,1,0.243500456,0.014330448,0.515768487,0.515760525,0.515957447
-3919,1,0.3695,1,1,1,1,1,1,1,1,0.0916,0.3695,0.0911,1,0.3136,1,1,1,1,1,1,0,0.3136,0.0361,1,0.6145,1,1,1,0.1676,0.6145,0.1121,1,1,1,1,1,0.100273587,0.067415662,0.957896829,1,1,1,1,1,0.038427312,0.119180635,0.996691108,1,1,1,1,1,0.300617933,0.073370099,0.577573707,0.57774487,0.578014184
-3920,1,0.3695,1,1,1,1,1,1,1,1,0.0583,0.3695,0.1895,1,0.3136,1,1,1,1,1,1,0.121,0.3136,0.1556,1,0.6145,1,1,1,0.2189,0.6145,0.2114,1,1,1,1,1,0.070397884,0.235135093,0.806765974,1,1,1,1,1,0.206235573,0.312235355,0.807338059,1,1,1,1,1,0.318614513,0.165372074,0.606754471,0.606727311,0.606826241
-3921,1,0.3695,1,1,1,1,1,1,1,1,0.0413,0.3695,0.2332,1,0.3136,1,1,1,1,1,1,0.2465,0.3136,0.2229,1,0.6145,1,1,1,0.1805,0.6145,0.2579,1,1,1,1,1,0.04936938,0.273091733,0.430097818,1,1,1,1,1,0.222131908,0.415380031,0.376942962,1,1,1,1,1,0.281858504,0.332858294,0.623368777,0.623439814,0.623670213
-3922,1,0.3695,1,1,1,1,1,1,1,1,0.0213,0.3695,0.2898,1,0.3136,1,1,1,1,1,1,0.1577,0.3136,0.3207,1,0.6145,1,1,1,0.1751,0.6145,0.3261,1,1,1,1,1,0.027636893,0.409733146,0.730483294,1,1,1,1,1,0.177981183,0.528091311,0.609869421,1,1,1,1,1,0.231042013,0.446080118,0.636176897,0.636132854,0.636524823
-3923,1,0.3695,1,1,1,1,1,1,1,1,0.0135,0.3695,0.3538,1,0.3136,1,1,1,1,1,1,0.057,0.3136,0.3915,1,0.6145,1,1,1,0.2579,0.6145,0.4859,1,1,1,1,1,0.01802253,0.518884301,0.89041388,1,1,1,1,1,0.082392335,0.627979875,1,1,1,1,1,1,0.221788019,0.532552719,0.641916385,0.641844722,0.641843972
-3924,1,0.3695,1,1,1,1,1,1,1,1,0.0116,0.3695,0.3662,1,0.3136,1,1,1,1,1,1,0.016,0.3136,0.4183,1,0.6145,1,1,1,0.2757,0.6145,0.4845,1,1,1,1,1,0.001296592,0.569083691,0.772392154,1,1,1,1,1,0.042049948,0.666047812,1,1,1,1,1,1,0.225632444,0.455842704,0.641130981,0.64121007,0.641400709
-3925,1,0.3695,1,1,1,1,1,1,1,1,0.023,0.3695,0.3455,1,0.3136,1,1,1,1,1,1,0,0.3136,0.4072,1,0.6145,1,1,1,0.1898,0.6145,0.4548,1,1,1,1,1,0.004581393,0.536696136,0.732086778,1,1,1,1,1,0.020229075,0.637506127,1,1,1,1,1,1,0.18121393,0.53008765,0.64239971,0.642479374,0.642730496
-3926,1,0.3695,1,1,1,1,1,1,1,1,0.0336,0.3695,0.2894,1,0.3136,1,1,1,1,1,1,0.0274,0.3136,0.3946,1,0.6145,1,1,1,0.2085,0.6145,0.4598,1,1,1,1,1,0.010682946,0.510621369,0.469396591,1,1,1,1,1,0.048642699,0.642213881,1,1,1,1,1,1,0.200605378,0.556978285,0.637566457,0.637613708,0.637411348
-3927,1,0.3695,1,1,1,1,1,1,1,1,0.0114,0.3695,0.2522,1,0.3136,1,1,1,1,1,1,0.019,0.3136,0.3199,1,0.6145,1,1,1,0.1394,0.6145,0.3988,1,1,1,1,1,0.005177626,0.484725684,0.520241082,1,1,1,1,1,0.029071096,0.617620349,0.99193716,1,1,1,1,1,0.226022899,0.471917123,0.632733204,0.632748043,0.632978723
-3928,1,0.3695,1,1,1,1,1,1,1,1,0.0056,0.3695,0.177,1,0.3136,1,1,1,1,1,1,0.052,0.3136,0.2486,1,0.6145,1,1,1,0.1196,0.6145,0.3024,1,1,1,1,1,0.005787578,0.46080783,0.344247222,1,1,1,1,1,0.04609327,0.631235957,0.99242413,1,1,1,1,1,0.248942748,0.500754595,0.634001933,0.634017347,0.634308511
-3929,1,0.3695,1,1,1,1,1,1,1,1,0.0092,0.3695,0.1159,1,0.3136,1,1,1,1,1,1,0.0768,0.3136,0.1285,1,0.6145,1,1,1,0.182,0.6145,0.1489,1,1,1,1,1,0.026349785,0.469627887,0.235925347,1,1,1,1,1,0.049196374,0.562880993,0.707959414,1,1,1,1,1,0.41653195,0.477351785,0.633518608,0.633594246,0.633421986
-3930,1,0.3695,1,1,1,1,1,1,1,1,0.0484,0.3695,0.0529,1,0.3136,1,1,1,1,1,1,0.0107,0.3136,0.068,1,0.6145,1,1,1,0.1483,0.6145,0.075,1,1,1,1,1,0.110064514,0.342868745,0.128330678,1,1,1,1,1,0.018445674,0.404984623,0.286071241,1,1,1,1,1,0.369250596,0.35287559,0.623912518,0.623862915,0.624113475
-3931,1,0.3695,1,1,1,1,1,1,1,1,0.0998,0.3695,0.048,1,0.3136,1,1,1,1,1,1,0,0.3136,0.0668,1,0.6145,1,1,1,0.109,0.6145,0.1319,1,1,1,1,1,0.148592249,0.092094004,0.151441842,1,1,1,1,1,0.01096425,0.106095016,0.133738756,1,1,1,1,1,0.235104099,0.03003688,0.614306428,0.614343135,0.614361702
-3932,1,0.3695,1,1,1,1,1,1,1,1,0.1285,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.13,0.6145,0,1,1,1,1,1,0.198716789,0,0.079286754,1,1,1,1,1,0.002111821,0,0.062490582,1,1,1,1,1,0.212609828,0,0.615514741,0.615612439,0.615691489
-3933,1,0.3695,1,1,1,1,1,1,1,1,0.077,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.1578,0.6145,0,1,1,1,1,1,0.207110286,0,0.071510859,1,1,1,1,1,0.005797342,0,0.030680105,1,1,1,1,1,0.242969394,0,0.596665056,0.59678443,0.597074468
-3934,1,0.3695,1,1,1,1,1,1,1,1,0.1162,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0405,0.3136,0,1,0.6145,1,1,1,0.1855,0.6145,0,1,1,1,1,1,0.319898188,0,0.030408951,1,1,1,1,1,0.096480601,0,0.038348433,1,1,1,1,1,0.328934222,0,0.539511841,0.53966575,0.539893617
-3935,1,0.3695,1,1,1,1,1,1,1,1,0.0941,0.3695,0,1,0.3136,1,1,1,1,1,1,0.092,0.3136,0,1,0.6145,1,1,1,0.2078,0.6145,0,1,1,1,1,1,0.244231492,0,0.014314446,1,1,1,1,1,0.196699366,0,0.14818038,1,1,1,1,1,0.328827888,0,0.481996133,0.481912418,0.482269504
-3936,1,0.3695,1,1,1,1,1,1,1,1,0.076,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2337,0.3136,0,1,0.6145,1,1,1,0.2238,0.6145,0,1,1,1,1,1,0.207935914,0,0.020111335,1,1,1,1,1,0.234890386,0,0.183041364,1,1,1,1,1,0.329797029,0,0.442182214,0.442140893,0.442375887
-3937,1,0.3695,1,1,1,1,1,1,1,1,0.0576,0.3695,0,1,0.3136,1,1,1,1,1,1,0.367,0.3136,0,1,0.6145,1,1,1,0.2077,0.6145,0,1,1,1,1,1,0.178988606,0,0.004274368,1,1,1,1,1,0.326236188,0,0.148703933,1,1,1,1,1,0.268016726,0,0.4189826,0.418870319,0.418882979
-3938,1,0.3695,1,1,1,1,1,1,1,1,0.073,0.3695,0,1,0.3136,1,1,1,1,1,1,0.4408,0.3136,0,1,0.6145,1,1,1,0.215,0.6145,0,1,1,1,1,1,0.219661027,0,0.028541215,1,1,1,1,1,0.455581993,0,0.119319379,1,1,1,1,1,0.281098425,0,0.404482842,0.404484874,0.404698582
-3939,1,0.3695,1,1,1,1,1,1,1,1,0.0632,0.3695,0,1,0.3136,1,1,1,1,1,1,0.3024,0.3136,0,1,0.6145,1,1,1,0.2219,0.6145,0,1,1,1,1,1,0.191293821,0,0.106817976,1,1,1,1,1,0.360523164,0,0.089691103,1,1,1,1,1,0.304590464,0,0.400012083,0.40004231,0.400265957
-3940,1,0.3695,1,1,1,1,1,1,1,1,0.0915,0.3695,0,1,0.3136,1,1,1,1,1,1,0.414,0.3136,0,1,0.6145,1,1,1,0.2102,0.6145,0,1,1,1,1,1,0.243085399,0,0.159052357,1,1,1,1,1,0.512964904,0,0.076485343,1,1,1,1,1,0.326541007,0,0.407624456,0.407658134,0.407358156
-3941,1,0.3695,1,1,1,1,1,1,1,1,0.0934,0.3695,0.1017,1,0.3136,1,1,1,1,1,1,0.2844,0.3136,0.1517,1,0.6145,1,1,1,0.2094,0.6145,0.171,1,1,1,1,1,0.219541013,0.295125932,0.152948156,1,1,1,1,1,0.366536438,0.294465959,0.050393458,1,1,1,1,1,0.33412832,0.412155151,0.436140648,0.436005923,0.436170213
-3942,1,0.3695,1,1,1,1,1,1,1,1,0.0659,0.3695,0.103,1,0.3136,1,1,1,1,1,1,0.1051,0.3136,0.1317,1,0.6145,1,1,1,0.163,0.6145,0.0791,1,1,1,1,1,0.107628435,0.560618222,0.141519085,1,1,1,1,1,0.149448648,0.611616015,0.033715185,1,1,1,1,1,0.196072847,0.664297581,0.501510391,0.50158663,0.50177305
-3943,1,0.3695,1,1,1,1,1,1,1,1,0.0718,0.3695,0.2403,1,0.3136,1,1,1,1,1,1,0.1913,0.3136,0.2659,1,0.6145,1,1,1,0.1402,0.6145,0.235,1,1,1,1,1,0.07088054,0.73317951,0.145151094,1,1,1,1,1,0.239839792,0.80098933,0.068328544,1,1,1,1,1,0.110540263,0.842958808,0.561926051,0.56187857,0.562056738
-3944,1,0.3695,1,1,1,1,1,1,1,1,0.121,0.3695,0.3815,1,0.3136,1,1,1,1,1,1,0.1701,0.3136,0.4216,1,0.6145,1,1,1,0.1977,0.6145,0.4137,1,1,1,1,1,0.111347988,0.774317741,0.163553834,1,1,1,1,1,0.191809475,0.881071746,0.103675656,1,1,1,1,1,0.152006492,0.927829862,0.593281779,0.593399619,0.593528369
-3945,1,0.3695,1,1,1,1,1,1,1,1,0.1612,0.3695,0.4815,1,0.3136,1,1,1,1,1,1,0.2117,0.3136,0.4981,1,0.6145,1,1,1,0.3237,0.6145,0.5533,1,1,1,1,1,0.118333027,0.776206195,0.319058269,1,1,1,1,1,0.231076464,0.871800065,0.137380898,1,1,1,1,1,0.31573841,0.956441045,0.611466892,0.611592977,0.611702128
-3946,1,0.3695,1,1,1,1,1,1,1,1,0.1546,0.3695,0.5593,1,0.3136,1,1,1,1,1,1,0.1469,0.3136,0.5462,1,0.6145,1,1,1,0.273,0.6145,0.6578,1,1,1,1,1,0.096230701,0.800163686,0.315231889,1,1,1,1,1,0.173532739,0.845448077,0.21911782,1,1,1,1,1,0.204542786,0.975318789,0.626147898,0.626189972,0.626329787
-3947,1,0.3695,1,1,1,1,1,1,1,1,0.1653,0.3695,0.6001,1,0.3136,1,1,1,1,1,1,0.1008,0.3136,0.5636,1,0.6145,1,1,1,0.2186,0.6145,0.6994,1,1,1,1,1,0.053723358,0.832893312,0.561950922,1,1,1,1,1,0.132240728,0.823394239,0.363270164,1,1,1,1,1,0.134291083,0.976400197,0.632491542,0.632536492,0.632978723
-3948,1,0.3695,1,1,1,1,1,1,1,1,0.1399,0.3695,0.6257,1,0.3136,1,1,1,1,1,1,0.1038,0.3136,0.584,1,0.6145,1,1,1,0.2243,0.6145,0.7031,1,1,1,1,1,0.039465103,0.859294891,0.752830565,1,1,1,1,1,0.138191909,0.852541089,0.829873323,1,1,1,1,1,0.152615786,0.971327305,0.634787337,0.634651999,0.635195035
-3949,1,0.3695,1,1,1,1,1,1,1,1,0.1319,0.3695,0.6342,1,0.3136,1,1,1,1,1,1,0.0636,0.3136,0.5905,1,0.6145,1,1,1,0.1599,0.6145,0.6878,1,1,1,1,1,0.026429459,0.860585034,0.694570899,1,1,1,1,1,0.091908127,0.841261268,1,1,1,1,1,1,0.156555995,0.9750278,0.639681005,0.639729215,0.63962766
-3950,1,0.3695,1,1,1,1,1,1,1,1,0.0693,0.3695,0.5798,1,0.3136,1,1,1,1,1,1,0.0156,0.3136,0.5736,1,0.6145,1,1,1,0.1939,0.6145,0.6002,1,1,1,1,1,0.011926952,0.840375841,0.292730629,1,1,1,1,1,0.029979229,0.865156412,0.654406548,1,1,1,1,1,0.206737235,0.962308943,0.641312228,0.64142162,0.641400709
-3951,1,0.3695,1,1,1,1,1,1,1,1,0.1189,0.3695,0.4757,1,0.3136,1,1,1,1,1,1,0,0.3136,0.4946,1,0.6145,1,1,1,0.2413,0.6145,0.4763,1,1,1,1,1,0.017452491,0.849942803,0.466410011,1,1,1,1,1,0.016527608,0.866619647,0.661453724,1,1,1,1,1,0.274960756,0.938275695,0.641916385,0.641844722,0.641843972
-3952,1,0.3695,1,1,1,1,1,1,1,1,0.1006,0.3695,0.3352,1,0.3136,1,1,1,1,1,1,0,0.3136,0.3746,1,0.6145,1,1,1,0.2161,0.6145,0.317,1,1,1,1,1,0.01632419,0.837653637,0.815886259,1,1,1,1,1,0.005057977,0.839822173,0.921130598,1,1,1,1,1,0.158504799,0.904550195,0.64282262,0.642902475,0.643173759
-3953,1,0.3695,1,1,1,1,1,1,1,1,0.082,0.3695,0.1595,1,0.3136,1,1,1,1,1,1,0.0032,0.3136,0.2176,1,0.6145,1,1,1,0.2222,0.6145,0.1294,1,1,1,1,1,0.022212807,0.765170455,0.900308371,1,1,1,1,1,0.007158945,0.777968585,0.844154179,1,1,1,1,1,0.184249505,0.811907947,0.638049783,0.63803681,0.638297872
-3954,1,0.3695,1,1,1,1,1,1,1,1,0.0508,0.3695,0.0851,1,0.3136,1,1,1,1,1,1,0,0.3136,0.1172,1,0.6145,1,1,1,0.1466,0.6145,0.0768,1,1,1,1,1,0.038439799,0.545549929,0.729257941,1,1,1,1,1,0.004610012,0.560049415,0.585642219,1,1,1,1,1,0.107207254,0.583880603,0.623127115,0.623228263,0.62322695
-3955,1,0.3695,1,1,1,1,1,1,1,1,0.0614,0.3695,0.1883,1,0.3136,1,1,1,1,1,1,0,0.3136,0.1645,1,0.6145,1,1,1,0.0744,0.6145,0.2564,1,1,1,1,1,0.104102097,0.178901061,0.747210145,1,1,1,1,1,0.006429224,0.202977553,0.291681677,1,1,1,1,1,0.037697576,0.204811454,0.608929435,0.608842818,0.609042553
-3956,1,0.3695,1,1,1,1,1,1,1,1,0.0567,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.1721,0.6145,0,1,1,1,1,1,0.129774541,0,0.158275783,1,1,1,1,1,0.017289193,0,0.179577753,1,1,1,1,1,0.141561046,0,0.610500242,0.610535223,0.61037234
-3957,1,0.3695,1,1,1,1,1,1,1,1,0.036,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0106,0.3136,0,1,0.6145,1,1,1,0.1898,0.6145,0,1,1,1,1,1,0.083181404,0,0.201004073,1,1,1,1,1,0.025495812,0,0.109966241,1,1,1,1,1,0.193462417,0,0.597631706,0.597630633,0.597960993
-3958,1,0.3695,1,1,1,1,1,1,1,1,0.0217,0.3695,0,1,0.3136,1,1,1,1,1,1,0.012,0.3136,0,1,0.6145,1,1,1,0.2805,0.6145,0,1,1,1,1,1,0.07412184,0,0.192415759,1,1,1,1,1,0.038347736,0,0.131562054,1,1,1,1,1,0.300790817,0,0.539451426,0.539454199,0.539893617
-3959,1,0.3695,1,1,1,1,1,1,1,1,0.0599,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0543,0.3136,0,1,0.6145,1,1,1,0.2573,0.6145,0,1,1,1,1,1,0.104432099,0,0.384469688,1,1,1,1,1,0.086859688,0,0.138041362,1,1,1,1,1,0.330640405,0,0.47982117,0.479796911,0.480053191
-3960,1,0.3695,1,1,1,1,1,1,1,1,0.057,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1599,0.3136,0,1,0.6145,1,1,1,0.2284,0.6145,0,1,1,1,1,1,0.083708957,0,0.416009247,1,1,1,1,1,0.09573292,0,0.047634557,1,1,1,1,1,0.326058656,0,0.43777187,0.437909879,0.437943262
-3961,1,0.3695,1,1,1,1,1,1,1,1,0.0387,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2462,0.3136,0,1,0.6145,1,1,1,0.2225,0.6145,0,1,1,1,1,1,0.037430868,0,0.227429032,1,1,1,1,1,0.17434746,0,0.01623377,1,1,1,1,1,0.378727913,0,0.411491058,0.411677597,0.411347518
-3962,1,0.3695,1,1,1,1,1,1,1,1,0.0384,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1621,0.3136,0,1,0.6145,1,1,1,0.1988,0.6145,0,1,1,1,1,1,0.019725908,0,0.104383066,1,1,1,1,1,0.180437475,0,0.031799477,1,1,1,1,1,0.42103526,0,0.397655872,0.397715253,0.397606383
-3963,1,0.3695,1,1,1,1,1,1,1,1,0.0694,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0449,0.3136,0,1,0.6145,1,1,1,0.1773,0.6145,0,1,1,1,1,1,0.045333803,0,0.117788754,1,1,1,1,1,0.057518698,0,0.059490316,1,1,1,1,1,0.440585941,0,0.392580957,0.392638037,0.392287234
-3964,1,0.3695,1,1,1,1,1,1,1,1,0.1214,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.1452,0.6145,0,1,1,1,1,1,0.078417592,0,0.227261022,1,1,1,1,1,0.023013867,0,0.156565204,1,1,1,1,1,0.319241822,0,0.399105848,0.399196107,0.39893617
-3965,1,0.3695,1,1,1,1,1,1,1,1,0.1971,0.3695,0.187,1,0.3136,1,1,1,1,1,1,0,0.3136,0.1914,1,0.6145,1,1,1,0.1089,0.6145,0.1891,1,1,1,1,1,0.139445126,0.40604943,0.340906501,1,1,1,1,1,0.035810854,0.318959981,0.225520939,1,1,1,1,1,0.138745695,0.493717849,0.421942968,0.421832029,0.421985816
-3966,1,0.3695,1,1,1,1,1,1,1,1,0.1387,0.3695,0.093,1,0.3136,1,1,1,1,1,1,0,0.3136,0.1356,1,0.6145,1,1,1,0.0424,0.6145,0.0777,1,1,1,1,1,0.105304852,0.70958519,0.276671648,1,1,1,1,1,0.030526146,0.629725635,0.171378806,1,1,1,1,1,0.076884329,0.770243287,0.485500242,0.485508779,0.48537234
-3967,1,0.3695,1,1,1,1,1,1,1,1,0.1257,0.3695,0.2452,1,0.3136,1,1,1,1,1,1,0.0016,0.3136,0.2812,1,0.6145,1,1,1,0.0248,0.6145,0.2353,1,1,1,1,1,0.03993123,0.892113984,0.419997483,1,1,1,1,1,0.01830625,0.850933075,0.270949751,1,1,1,1,1,0.020137945,0.906355977,0.546942968,0.546858473,0.546985816
-3968,1,0.3695,1,1,1,1,1,1,1,1,0.1054,0.3695,0.4187,1,0.3136,1,1,1,1,1,1,0.0175,0.3136,0.4427,1,0.6145,1,1,1,0.0191,0.6145,0.4121,1,1,1,1,1,0.023286365,0.94239074,0.457224429,1,1,1,1,1,0.032432847,0.926579356,0.297206044,1,1,1,1,1,0.0096875,0.948787272,0.58421943,0.584302941,0.584219858
-3969,1,0.3695,1,1,1,1,1,1,1,1,0.158,0.3695,0.5509,1,0.3136,1,1,1,1,1,1,0.0274,0.3136,0.564,1,0.6145,1,1,1,0.0405,0.6145,0.5453,1,1,1,1,1,0.036434233,0.963434339,0.690230191,1,1,1,1,1,0.039831154,0.954713702,0.65311861,1,1,1,1,1,0.01345742,0.956484735,0.608687772,0.608842818,0.609042553
-3970,1,0.3695,1,1,1,1,1,1,1,1,0.1811,0.3695,0.6487,1,0.3136,1,1,1,1,1,1,0.0843,0.3136,0.6528,1,0.6145,1,1,1,0.0816,0.6145,0.6424,1,1,1,1,1,0.041753672,0.968289793,0.826572716,1,1,1,1,1,0.078674264,0.966621161,0.964717031,1,1,1,1,1,0.020208664,0.960054398,0.627114548,0.627036175,0.627216312
-3971,1,0.3695,1,1,1,1,1,1,1,1,0.2272,0.3695,0.6968,1,0.3136,1,1,1,1,1,1,0.1403,0.3136,0.7036,1,0.6145,1,1,1,0.0938,0.6145,0.6834,1,1,1,1,1,0.057518996,0.975289941,0.977464855,1,1,1,1,1,0.12374004,0.980608225,0.974007368,1,1,1,1,1,0.023730775,0.92512089,0.635874819,0.635921303,0.63608156
-3972,1,0.3695,1,1,1,1,1,1,1,1,0.2578,0.3695,0.693,1,0.3136,1,1,1,1,1,1,0.1856,0.3136,0.7014,1,0.6145,1,1,1,0.0673,0.6145,0.6928,1,1,1,1,1,0.067047782,0.957613885,0.997804761,1,1,1,1,1,0.161989897,0.967539191,0.856662333,1,1,1,1,1,0.029155673,0.922658265,0.638533108,0.638671462,0.638741135
-3973,1,0.3695,1,1,1,1,1,1,1,1,0.3375,0.3695,0.6863,1,0.3136,1,1,1,1,1,1,0.2101,0.3136,0.6962,1,0.6145,1,1,1,0.0875,0.6145,0.676,1,1,1,1,1,0.093139052,0.967062712,1,1,1,1,1,1,0.186012715,0.977163315,0.830448985,1,1,1,1,1,0.06089431,0.950507939,0.643728855,0.643748678,0.643617021
-3974,1,0.3695,1,1,1,1,1,1,1,1,0.2551,0.3695,0.6064,1,0.3136,1,1,1,1,1,1,0.1788,0.3136,0.6233,1,0.6145,1,1,1,0.1109,0.6145,0.5946,1,1,1,1,1,0.083922714,0.955257535,1,1,1,1,1,1,0.158083737,0.961120367,1,1,1,1,1,1,0.059426863,0.951952696,0.643728855,0.643748678,0.643617021
-3975,1,0.3695,1,1,1,1,1,1,1,1,0.1834,0.3695,0.4918,1,0.3136,1,1,1,1,1,1,0.0735,0.3136,0.5182,1,0.6145,1,1,1,0.1473,0.6145,0.4715,1,1,1,1,1,0.062651843,0.931689918,0.810105622,1,1,1,1,1,0.096928537,0.937255144,1,1,1,1,1,1,0.091569945,0.936016619,0.642158047,0.642267823,0.642287234
-3976,1,0.3695,1,1,1,1,1,1,1,1,0.1977,0.3695,0.343,1,0.3136,1,1,1,1,1,1,0.0198,0.3136,0.3867,1,0.6145,1,1,1,0.0791,0.6145,0.3139,1,1,1,1,1,0.087313786,0.900319099,1,1,1,1,1,1,0.053612463,0.901056647,1,1,1,1,1,1,0.067449309,0.899894655,0.640708072,0.640786968,0.640957447
-3977,1,0.3695,1,1,1,1,1,1,1,1,0.1275,0.3695,0.1604,1,0.3136,1,1,1,1,1,1,0.0069,0.3136,0.2214,1,0.6145,1,1,1,0.0583,0.6145,0.1276,1,1,1,1,1,0.079932436,0.80967164,0.867857695,1,1,1,1,1,0.04137148,0.804583967,0.929812789,1,1,1,1,1,0.06932012,0.801430762,0.631343644,0.631478739,0.631205674
-3978,1,0.3695,1,1,1,1,1,1,1,1,0.0837,0.3695,0.087,1,0.3136,1,1,1,1,1,1,0,0.3136,0.1234,1,0.6145,1,1,1,0.0436,0.6145,0.0744,1,1,1,1,1,0.094254255,0.592985034,0.651062965,1,1,1,1,1,0.021205485,0.586022556,0.696920216,1,1,1,1,1,0.08044453,0.572668791,0.611829386,0.611804527,0.611702128
-3979,1,0.3695,1,1,1,1,1,1,1,1,0.1001,0.3695,0.2318,1,0.3136,1,1,1,1,1,1,0.0461,0.3136,0.2254,1,0.6145,1,1,1,0.0395,0.6145,0.2181,1,1,1,1,1,0.157092169,0.250485241,0.989147782,1,1,1,1,1,0.098738939,0.240498692,0.729404688,1,1,1,1,1,0.07732635,0.204972565,0.593221363,0.593399619,0.593085106
-3980,1,0.3695,1,1,1,1,1,1,1,1,0.0635,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0597,0.3136,0,1,0.6145,1,1,1,0.1387,0.6145,0,1,1,1,1,1,0.149413317,0,0.486609578,1,1,1,1,1,0.121978745,0,0.503311276,1,1,1,1,1,0.078733131,0,0.590019333,0.590014809,0.590425532
-3981,1,0.3695,1,1,1,1,1,1,1,1,0.0931,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0264,0.3136,0,1,0.6145,1,1,1,0.0977,0.6145,0,1,1,1,1,1,0.225820065,0,0.459035903,1,1,1,1,1,0.097268656,0,0.471401572,1,1,1,1,1,0.129213899,0,0.579023683,0.579014174,0.579343972
-3982,1,0.3695,1,1,1,1,1,1,1,1,0.0886,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0377,0.3136,0,1,0.6145,1,1,1,0.0701,0.6145,0,1,1,1,1,1,0.225499302,0,0.338023961,1,1,1,1,1,0.115793549,0,0.370910227,1,1,1,1,1,0.162992239,0,0.529724505,0.529722869,0.529698582
-3983,1,0.3695,1,1,1,1,1,1,1,1,0.0698,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0464,0.3136,0,1,0.6145,1,1,1,0.0416,0.6145,0,1,1,1,1,1,0.132551149,0,0.239697725,1,1,1,1,1,0.091632299,0,0.118574351,1,1,1,1,1,0.122920893,0,0.475169164,0.475142797,0.475177305
-3984,1,0.3695,1,1,1,1,1,1,1,1,0.1277,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.0571,0.6145,0,1,1,1,1,1,0.093539596,0,0.286030948,1,1,1,1,1,0.036934659,0,0.073598698,1,1,1,1,1,0.133223012,0,0.432515708,0.432621113,0.432624113
-3985,1,0.3695,1,1,1,1,1,1,1,1,0.1594,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.0898,0.6145,0,1,1,1,1,1,0.090673611,0,0.440956891,1,1,1,1,1,0.027249979,0,0.051769376,1,1,1,1,1,0.192961201,0,0.406839053,0.406811931,0.406914894
-3986,1,0.3695,1,1,1,1,1,1,1,1,0.1476,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.1081,0.6145,0,1,1,1,1,1,0.077307776,0,0.419128239,1,1,1,1,1,0.021940101,0,0,1,1,1,1,1,0.191508934,0,0.392460126,0.392426486,0.392287234
-3987,1,0.3695,1,1,1,1,1,1,1,1,0.1542,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.1013,0.6145,0,1,1,1,1,1,0.057223219,0,0.424681544,1,1,1,1,1,0.025296524,0,0,1,1,1,1,1,0.167702019,0,0.384424843,0.384387561,0.384308511
-3988,1,0.3695,1,1,1,1,1,1,1,1,0.1471,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.0562,0.6145,0,1,1,1,1,1,0.046166323,0,0.330878496,1,1,1,1,1,0.023634713,0,0,1,1,1,1,1,0.154446378,0,0.382491542,0.382483605,0.382535461
-3989,1,0.3695,1,1,1,1,1,1,1,1,0.1436,0.3695,0.1887,1,0.3136,1,1,1,1,1,1,0,0.3136,0.2121,1,0.6145,1,1,1,0.0403,0.6145,0.1809,1,1,1,1,1,0.063097544,0.409909189,0.241606295,1,1,1,1,1,0.050118886,0.3645522,0.061628014,1,1,1,1,1,0.155257732,0.469502002,0.382974867,0.382906706,0.382978723
-3990,1,0.3695,1,1,1,1,1,1,1,1,0.0647,0.3695,0.0929,1,0.3136,1,1,1,1,1,1,0,0.3136,0.1401,1,0.6145,1,1,1,0.0215,0.6145,0.0818,1,1,1,1,1,0.049054697,0.704336643,0.060584199,1,1,1,1,1,0.02373961,0.671487033,0.062337965,1,1,1,1,1,0.090758257,0.735638857,0.409436926,0.40956209,0.409131206
-3991,1,0.3695,1,1,1,1,1,1,1,1,0.0459,0.3695,0.2427,1,0.3136,1,1,1,1,1,1,0,0.3136,0.2791,1,0.6145,1,1,1,0.0029,0.6145,0.2348,1,1,1,1,1,0.010381327,0.864227295,0.111575454,1,1,1,1,1,0.006646982,0.850148737,0.131798953,1,1,1,1,1,0.012370389,0.835047722,0.455413243,0.455468585,0.455673759
-3992,1,0.3695,1,1,1,1,1,1,1,1,0.085,0.3695,0.4116,1,0.3136,1,1,1,1,1,1,0,0.3136,0.4387,1,0.6145,1,1,1,0.0096,0.6145,0.3917,1,1,1,1,1,0.023461482,0.925025463,0.128042206,1,1,1,1,1,0.007223985,0.922147095,0.174150273,1,1,1,1,1,0.007836023,0.86267823,0.504531174,0.504548339,0.504432624
-3993,1,0.3695,1,1,1,1,1,1,1,1,0.1205,0.3695,0.5369,1,0.3136,1,1,1,1,1,1,0,0.3136,0.554,1,0.6145,1,1,1,0.0047,0.6145,0.4989,1,1,1,1,1,0.026909389,0.939776778,0.159022838,1,1,1,1,1,0.006405575,0.93910563,0.249002904,1,1,1,1,1,0.007498681,0.86883235,0.53800145,0.537973345,0.538120567
-3994,1,0.3695,1,1,1,1,1,1,1,1,0.128,0.3695,0.6279,1,0.3136,1,1,1,1,1,1,0.0132,0.3136,0.6423,1,0.6145,1,1,1,0.0127,0.6145,0.5752,1,1,1,1,1,0.032230068,0.940229654,0.313385993,1,1,1,1,1,0.014276151,0.950669825,0.341271758,1,1,1,1,1,0.023099076,0.86806035,0.555944901,0.555955151,0.556294326
-3995,1,0.3695,1,1,1,1,1,1,1,1,0.1087,0.3695,0.6575,1,0.3136,1,1,1,1,1,1,0.0156,0.3136,0.6722,1,0.6145,1,1,1,0.0241,0.6145,0.5815,1,1,1,1,1,0.034643933,0.930073857,0.443333447,1,1,1,1,1,0.010120997,0.9312765,0.331042677,1,1,1,1,1,0.046297923,0.879809022,0.562469792,0.562513222,0.5625
-3996,1,0.3695,1,1,1,1,1,1,1,1,0.1863,0.3695,0.6482,1,0.3136,1,1,1,1,1,1,0.0371,0.3136,0.6526,1,0.6145,1,1,1,0.046,0.6145,0.608,1,1,1,1,1,0.056438871,0.911234975,0.708687544,1,1,1,1,1,0.028783876,0.911738336,0.296561539,1,1,1,1,1,0.081226759,0.875076592,0.562348961,0.562513222,0.5625
-3997,1,0.3695,1,1,1,1,1,1,1,1,0.1897,0.3695,0.6391,1,0.3136,1,1,1,1,1,1,0.048,0.3136,0.6397,1,0.6145,1,1,1,0.0372,0.6145,0.6415,1,1,1,1,1,0.110032149,0.911855519,0.614568949,1,1,1,1,1,0.044816323,0.913496017,0.161854714,1,1,1,1,1,0.068067767,0.889935493,0.557274045,0.557436006,0.557180851
-3998,1,0.3695,1,1,1,1,1,1,1,1,0.191,0.3695,0.5776,1,0.3136,1,1,1,1,1,1,0.0335,0.3136,0.5868,1,0.6145,1,1,1,0.0419,0.6145,0.573,1,1,1,1,1,0.117520414,0.914889574,0.518443763,1,1,1,1,1,0.039279155,0.882177055,0.200130373,1,1,1,1,1,0.092191719,0.879097879,0.552682455,0.552781891,0.552748227
-3999,1,0.3695,1,1,1,1,1,1,1,1,0.2023,0.3695,0.4757,1,0.3136,1,1,1,1,1,1,0.0242,0.3136,0.4965,1,0.6145,1,1,1,0.0374,0.6145,0.4589,1,1,1,1,1,0.188050658,0.912537277,0.407435834,1,1,1,1,1,0.031063322,0.863945127,0.204636633,1,1,1,1,1,0.068142004,0.869859457,0.551474142,0.551512587,0.55141844
-4000,1,0.3695,1,1,1,1,1,1,1,1,0.2149,0.3695,0.3383,1,0.3136,1,1,1,1,1,1,0.0776,0.3136,0.3819,1,0.6145,1,1,1,0.0262,0.6145,0.3096,1,1,1,1,1,0.206167102,0.893204808,0.762417912,1,1,1,1,1,0.090132244,0.84740901,0.23503536,1,1,1,1,1,0.041656613,0.838154614,0.553165781,0.553204993,0.553191489
-4001,1,0.3695,1,1,1,1,1,1,1,1,0.1797,0.3695,0.1684,1,0.3136,1,1,1,1,1,1,0.0916,0.3136,0.2233,1,0.6145,1,1,1,0.0597,0.6145,0.138,1,1,1,1,1,0.205259323,0.796313703,0.880072236,1,1,1,1,1,0.150933653,0.788396597,0.251487702,1,1,1,1,1,0.099261843,0.745223165,0.554494925,0.554685847,0.554964539
-4002,1,0.3695,1,1,1,1,1,1,1,1,0.1813,0.3695,0.0868,1,0.3136,1,1,1,1,1,1,0.1108,0.3136,0.1236,1,0.6145,1,1,1,0.0838,0.6145,0.0854,1,1,1,1,1,0.248542756,0.575302839,0.61987108,1,1,1,1,1,0.185031235,0.569973767,0.342025101,1,1,1,1,1,0.154785573,0.544818521,0.547728371,0.547704675,0.54787234
-4003,1,0.3695,1,1,1,1,1,1,1,1,0.1192,0.3695,0.0487,1,0.3136,1,1,1,1,1,1,0.0964,0.3136,0.0592,1,0.6145,1,1,1,0.0883,0.6145,0.0469,1,1,1,1,1,0.151643217,0.078496307,0.497722387,1,1,1,1,1,0.120896272,0.08915434,0.236718059,1,1,1,1,1,0.17396234,0.0656268,0.537457709,0.537550243,0.537677305
-4004,1,0.3695,1,1,1,1,1,1,1,1,0.0734,0.3695,0,1,0.3136,1,1,1,1,1,1,0.083,0.3136,0,1,0.6145,1,1,1,0.1085,0.6145,0,1,1,1,1,1,0.117305055,0,0.42802763,1,1,1,1,1,0.124392316,0,0.243037716,1,1,1,1,1,0.202336654,0,0.541445143,0.541569706,0.541666667
-4005,1,0.3695,1,1,1,1,1,1,1,1,0.0588,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0902,0.3136,0,1,0.6145,1,1,1,0.1268,0.6145,0,1,1,1,1,1,0.10987433,0,0.410541058,1,1,1,1,1,0.142493129,0,0.159803942,1,1,1,1,1,0.224110931,0,0.535524408,0.535646287,0.535904255
-4006,1,0.3695,1,1,1,1,1,1,1,1,0.0157,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0716,0.3136,0,1,0.6145,1,1,1,0.0957,0.6145,0,1,1,1,1,1,0.031974088,0,0.24460575,1,1,1,1,1,0.110511035,0,0.162743464,1,1,1,1,1,0.193088159,0,0.497462542,0.497567167,0.497783688
-4007,1,0.3695,1,1,1,1,1,1,1,1,0.004,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0692,0.3136,0,1,0.6145,1,1,1,0.0877,0.6145,0,1,1,1,1,1,0.004891144,0,0.248189241,1,1,1,1,1,0.095882311,0,0.114603668,1,1,1,1,1,0.217990935,0,0.4510029,0.451026021,0.451241135
-4008,1,0.3695,1,1,1,1,1,1,1,1,0.0013,0.3695,0,1,0.3136,1,1,1,1,1,1,0.024,0.3136,0,1,0.6145,1,1,1,0.0953,0.6145,0,1,1,1,1,1,0.000400297,0,0.283544481,1,1,1,1,1,0.038719289,0,0.098710209,1,1,1,1,1,0.20352149,0,0.414693088,0.414639306,0.414893617
-4009,1,0.3695,1,1,1,1,1,1,1,1,0.0005,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0208,0.3136,0,1,0.6145,1,1,1,0.0875,0.6145,0,1,1,1,1,1,0.000250571,0,0.210221246,1,1,1,1,1,0.023431927,0,0.091523834,1,1,1,1,1,0.232503623,0,0.391795553,0.391791834,0.391843972
-4010,1,0.3695,1,1,1,1,1,1,1,1,0,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0122,0.3136,0,1,0.6145,1,1,1,0.081,0.6145,0,1,1,1,1,1,0.000111495,0,0.12284261,1,1,1,1,1,0.012309065,0,0.05003953,1,1,1,1,1,0.171351045,0,0.378141614,0.378252591,0.378102837
-4011,1,0.3695,1,1,1,1,1,1,1,1,0.0006,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.0747,0.6145,0,1,1,1,1,1,0.003981801,0,0.142439261,1,1,1,1,1,0.007222341,0,0.083573565,1,1,1,1,1,0.154682487,0,0.370166747,0.370213666,0.370124113
-4012,1,0.3695,1,1,1,1,1,1,1,1,0.007,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.048,0.6145,0,1,1,1,1,1,0.005698027,0,0.228971362,1,1,1,1,1,0.005369182,0,0.220181674,1,1,1,1,1,0.115628138,0,0.368535524,0.368521261,0.368794326
-4013,1,0.3695,1,1,1,1,1,1,1,1,0.0047,0.3695,0.1238,1,0.3136,1,1,1,1,1,1,0,0.3136,0.1169,1,0.6145,1,1,1,0.0393,0.6145,0.1293,1,1,1,1,1,0.003532863,0.290561974,0.238807112,1,1,1,1,1,0.001970759,0.150604039,0.239318073,1,1,1,1,1,0.111081272,0.435886919,0.365575157,0.365559552,0.365691489
-4014,1,0.3695,1,1,1,1,1,1,1,1,0.0026,0.3695,0.1126,1,0.3136,1,1,1,1,1,1,0,0.3136,0.1345,1,0.6145,1,1,1,0.0273,0.6145,0.0873,1,1,1,1,1,0.001649539,0.542452455,0.187052399,1,1,1,1,1,0.000245603,0.481151134,0.180967808,1,1,1,1,1,0.097561628,0.714199483,0.37959159,0.379733446,0.379875887
-4015,1,0.3695,1,1,1,1,1,1,1,1,0.004,0.3695,0.2482,1,0.3136,1,1,1,1,1,1,0,0.3136,0.267,1,0.6145,1,1,1,0.0271,0.6145,0.2391,1,1,1,1,1,0.000871715,0.723904431,0.250374466,1,1,1,1,1,0.000146084,0.672319055,0.199338242,1,1,1,1,1,0.074130714,0.844734251,0.413786854,0.413793103,0.41356383
-4016,1,0.3695,1,1,1,1,1,1,1,1,0.0071,0.3695,0.4064,1,0.3136,1,1,1,1,1,1,0.0015,0.3136,0.4155,1,0.6145,1,1,1,0.0244,0.6145,0.4037,1,1,1,1,1,0.008216443,0.840524733,0.139415145,1,1,1,1,1,0.002878999,0.735328376,0.129696071,1,1,1,1,1,0.037851568,0.889125943,0.457225713,0.45716099,0.457446809
-4017,1,0.3695,1,1,1,1,1,1,1,1,0.015,0.3695,0.5351,1,0.3136,1,1,1,1,1,1,0,0.3136,0.5408,1,0.6145,1,1,1,0.0207,0.6145,0.5388,1,1,1,1,1,0.015304347,0.907595575,0.191778541,1,1,1,1,1,0.000129135,0.817049026,0.1250076,1,1,1,1,1,0.017083172,0.914722919,0.490454326,0.490585995,0.490691489
-4018,1,0.3695,1,1,1,1,1,1,1,1,0.0245,0.3695,0.6317,1,0.3136,1,1,1,1,1,1,0,0.3136,0.633,1,0.6145,1,1,1,0.0257,0.6145,0.6396,1,1,1,1,1,0.013234046,0.937648177,0.219598234,1,1,1,1,1,3.74E-05,0.89125669,0.152231932,1,1,1,1,1,0.029635878,0.91584754,0.510753987,0.510683309,0.510638298
-4019,1,0.3695,1,1,1,1,1,1,1,1,0.0285,0.3695,0.6694,1,0.3136,1,1,1,1,1,1,0,0.3136,0.6776,1,0.6145,1,1,1,0.0361,0.6145,0.6823,1,1,1,1,1,0.008822437,0.944102526,0.195984453,1,1,1,1,1,0.001489249,0.91451174,0.096691102,1,1,1,1,1,0.069847301,0.943225741,0.522474625,0.522530146,0.522606383
-4020,1,0.3695,1,1,1,1,1,1,1,1,0.0532,0.3695,0.6718,1,0.3136,1,1,1,1,1,1,0.0164,0.3136,0.6771,1,0.6145,1,1,1,0.0877,0.6145,0.6854,1,1,1,1,1,0.028156212,0.934626877,0.298232377,1,1,1,1,1,0.016511401,0.908035755,0.093828276,1,1,1,1,1,0.176679179,0.944832087,0.527368294,0.527395811,0.52748227
-4021,1,0.3695,1,1,1,1,1,1,1,1,0.0406,0.3695,0.6624,1,0.3136,1,1,1,1,1,1,0.0105,0.3136,0.6612,1,0.6145,1,1,1,0.0755,0.6145,0.6708,1,1,1,1,1,0.024588147,0.916547537,0.284157813,1,1,1,1,1,0.016693663,0.896161199,0.093561262,1,1,1,1,1,0.168284625,0.936726391,0.524710005,0.524857203,0.524822695
-4022,1,0.3695,1,1,1,1,1,1,1,1,0.0604,0.3695,0.5849,1,0.3136,1,1,1,1,1,1,0.0146,0.3136,0.5833,1,0.6145,1,1,1,0.1619,0.6145,0.5863,1,1,1,1,1,0.044594795,0.882597566,0.219846308,1,1,1,1,1,0.02928628,0.862840176,0.169599742,1,1,1,1,1,0.269335389,0.914111018,0.523018366,0.522953247,0.523492908
-4023,1,0.3695,1,1,1,1,1,1,1,1,0.091,0.3695,0.4741,1,0.3136,1,1,1,1,1,1,0.0359,0.3136,0.4927,1,0.6145,1,1,1,0.2474,0.6145,0.4668,1,1,1,1,1,0.093772128,0.826629877,0.232558936,1,1,1,1,1,0.045271032,0.84329927,0.147070944,1,1,1,1,1,0.434504658,0.906885147,0.524710005,0.524857203,0.524822695
-4024,1,0.3695,1,1,1,1,1,1,1,1,0.1017,0.3695,0.3354,1,0.3136,1,1,1,1,1,1,0.1271,0.3136,0.3771,1,0.6145,1,1,1,0.3394,0.6145,0.3163,1,1,1,1,1,0.119898729,0.778730989,0.156760156,1,1,1,1,1,0.117004141,0.82290256,0.090384029,1,1,1,1,1,0.528980136,0.87971741,0.530872402,0.530780622,0.531028369
-4025,1,0.3695,1,1,1,1,1,1,1,1,0.0885,0.3695,0.1691,1,0.3136,1,1,1,1,1,1,0.0835,0.3136,0.2266,1,0.6145,1,1,1,0.2839,0.6145,0.1344,1,1,1,1,1,0.130513236,0.728924453,0.157803088,1,1,1,1,1,0.115092978,0.7416448,0.088996083,1,1,1,1,1,0.43957305,0.796005011,0.537276462,0.537338693,0.537677305
-4026,1,0.3695,1,1,1,1,1,1,1,1,0.1466,0.3695,0.0894,1,0.3136,1,1,1,1,1,1,0.1109,0.3136,0.1258,1,0.6145,1,1,1,0.3359,0.6145,0.0768,1,1,1,1,1,0.243648127,0.532861888,0.087418184,1,1,1,1,1,0.1453574,0.543106437,0.111684561,1,1,1,1,1,0.55765301,0.571730077,0.535947318,0.535857838,0.535904255
-4027,1,0.3695,1,1,1,1,1,1,1,1,0.097,0.3695,0.1753,1,0.3136,1,1,1,1,1,1,0.1248,0.3136,0.1013,1,0.6145,1,1,1,0.2939,0.6145,0.2291,1,1,1,1,1,0.148824111,0.174745068,0.125926703,1,1,1,1,1,0.148538917,0.186734483,0.058572516,1,1,1,1,1,0.489750803,0.220157444,0.531657806,0.531626825,0.531914894
-4028,1,0.3695,1,1,1,1,1,1,1,1,0.0918,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1464,0.3136,0,1,0.6145,1,1,1,0.2674,0.6145,0,1,1,1,1,1,0.187076002,0,0.059750013,1,1,1,1,1,0.173028544,0,0.109855242,1,1,1,1,1,0.415113539,0,0.542411793,0.542627459,0.542553191
-4029,1,0.3695,1,1,1,1,1,1,1,1,0.0702,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1601,0.3136,0,1,0.6145,1,1,1,0.1909,0.6145,0,1,1,1,1,1,0.191336915,0,0.03283076,1,1,1,1,1,0.172789022,0,0.107557863,1,1,1,1,1,0.303604215,0,0.535705655,0.535646287,0.535904255
-4030,1,0.3695,1,1,1,1,1,1,1,1,0.0427,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0784,0.3136,0,1,0.6145,1,1,1,0.1845,0.6145,0,1,1,1,1,1,0.094267584,0,0.092912167,1,1,1,1,1,0.080040395,0,0.036463875,1,1,1,1,1,0.254562527,0,0.489366844,0.489528242,0.489361702
-4031,1,0.3695,1,1,1,1,1,1,1,1,0.0254,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0231,0.3136,0,1,0.6145,1,1,1,0.1466,0.6145,0,1,1,1,1,1,0.061906472,0,0.054528724,1,1,1,1,1,0.036218114,0,0.015468588,1,1,1,1,1,0.20037429,0,0.439826003,0.439813835,0.439716312
-4032,1,0.3695,1,1,1,1,1,1,1,1,0.017,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0284,0.3136,0,1,0.6145,1,1,1,0.0812,0.6145,0,1,1,1,1,1,0.047783222,0,0.044645973,1,1,1,1,1,0.035746127,0,0.037370943,1,1,1,1,1,0.127094314,0,0.405630739,0.405754178,0.405585106
-4033,1,0.3695,1,1,1,1,1,1,1,1,0.0064,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0093,0.3136,0,1,0.6145,1,1,1,0.0904,0.6145,0,1,1,1,1,1,0.02783874,0,0.019886414,1,1,1,1,1,0.01921732,0,0.028757069,1,1,1,1,1,0.119068235,0,0.385633156,0.385656865,0.385638298
-4034,1,0.3695,1,1,1,1,1,1,1,1,0.0086,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0034,0.3136,0,1,0.6145,1,1,1,0.1135,0.6145,0,1,1,1,1,1,0.032282177,0,0.044469237,1,1,1,1,1,0.016744614,0,0.032022513,1,1,1,1,1,0.1795495,0,0.377356211,0.377406389,0.377659574
-4035,1,0.3695,1,1,1,1,1,1,1,1,0.0051,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0065,0.3136,0,1,0.6145,1,1,1,0.1248,0.6145,0,1,1,1,1,1,0.017767617,0,0.093514875,1,1,1,1,1,0.038465973,0,0.09219791,1,1,1,1,1,0.245314315,0,0.375724988,0.375713983,0.375443262
-4036,1,0.3695,1,1,1,1,1,1,1,1,0.0047,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.1221,0.6145,0,1,1,1,1,1,0.01178567,0,0.08411856,1,1,1,1,1,0.025917426,0,0.057856023,1,1,1,1,1,0.215451121,0,0.386297728,0.386291517,0.38608156
-4037,1,0.3695,1,1,1,1,1,1,1,1,0.0037,0.3695,0.1413,1,0.3136,1,1,1,1,1,1,0.0164,0.3136,0.0819,1,0.6145,1,1,1,0.0872,0.6145,0.0909,1,1,1,1,1,0.010598953,0.276887119,0.048589904,1,1,1,1,1,0.036026392,0.156760484,0.035802357,1,1,1,1,1,0.18115373,0.343656272,0.414934751,0.414850857,0.414893617
-4038,1,0.3695,1,1,1,1,1,1,1,1,0.0042,0.3695,0.1111,1,0.3136,1,1,1,1,1,1,0.0115,0.3136,0.1374,1,0.6145,1,1,1,0.0734,0.6145,0.1189,1,1,1,1,1,0.014331635,0.536551952,0.037863191,1,1,1,1,1,0.018773772,0.479090661,0,1,1,1,1,1,0.13205868,0.587671518,0.474867086,0.474931246,0.474734043
-4039,1,0.3695,1,1,1,1,1,1,1,1,0.0041,0.3695,0.2426,1,0.3136,1,1,1,1,1,1,0.0108,0.3136,0.2703,1,0.6145,1,1,1,0.061,0.6145,0.2419,1,1,1,1,1,0.013350572,0.702393353,0.081180573,1,1,1,1,1,0.007200525,0.697064281,0,1,1,1,1,1,0.11734584,0.706119478,0.535041083,0.535011635,0.53501773
-4040,1,0.3695,1,1,1,1,1,1,1,1,0.0032,0.3695,0.3826,1,0.3136,1,1,1,1,1,1,0.0059,0.3136,0.3901,1,0.6145,1,1,1,0.0438,0.6145,0.3766,1,1,1,1,1,0.012534857,0.735653341,0.039324082,1,1,1,1,1,0.008796813,0.729508519,0,1,1,1,1,1,0.071031317,0.754020154,0.570323828,0.570340597,0.570478723
-4041,1,0.3695,1,1,1,1,1,1,1,1,0.0001,0.3695,0.4891,1,0.3136,1,1,1,1,1,1,0.0139,0.3136,0.4868,1,0.6145,1,1,1,0.0616,0.6145,0.5022,1,1,1,1,1,0.002105056,0.781864583,0.072123982,1,1,1,1,1,0.008221506,0.733479381,0,1,1,1,1,1,0.086839907,0.764420748,0.593281779,0.593399619,0.593528369
-4042,1,0.3695,1,1,1,1,1,1,1,1,0.0031,0.3695,0.569,1,0.3136,1,1,1,1,1,1,0.0181,0.3136,0.5596,1,0.6145,1,1,1,0.0712,0.6145,0.5825,1,1,1,1,1,0.006646138,0.809185147,0.129294842,1,1,1,1,1,0.013423452,0.794466853,0,1,1,1,1,1,0.080828145,0.783513784,0.611768971,0.611804527,0.611702128
-4043,1,0.3695,1,1,1,1,1,1,1,1,0.0137,0.3695,0.6004,1,0.3136,1,1,1,1,1,1,0.0415,0.3136,0.5879,1,0.6145,1,1,1,0.0522,0.6145,0.6067,1,1,1,1,1,0.008787082,0.826619327,0.125520244,1,1,1,1,1,0.031309649,0.809552014,0.004491623,1,1,1,1,1,0.068098485,0.809649229,0.621435476,0.621535858,0.621453901
-4044,1,0.3695,1,1,1,1,1,1,1,1,0.0251,0.3695,0.6034,1,0.3136,1,1,1,1,1,1,0.0199,0.3136,0.6235,1,0.6145,1,1,1,0.0418,0.6145,0.6328,1,1,1,1,1,0.003462762,0.823436022,0.091823421,1,1,1,1,1,0.022015469,0.867200971,0,1,1,1,1,1,0.08077383,0.841875255,0.623308362,0.623439814,0.62322695
-4045,1,0.3695,1,1,1,1,1,1,1,1,0.0501,0.3695,0.6211,1,0.3136,1,1,1,1,1,1,0,0.3136,0.6489,1,0.6145,1,1,1,0.0378,0.6145,0.665,1,1,1,1,1,0.012970339,0.880968869,0.087348625,1,1,1,1,1,0.007582573,0.886814177,0,1,1,1,1,1,0.058992233,0.882187128,0.631887385,0.63190184,0.632092199
-4046,1,0.3695,1,1,1,1,1,1,1,1,0.0332,0.3695,0.5338,1,0.3136,1,1,1,1,1,1,0.0081,0.3136,0.5552,1,0.6145,1,1,1,0.0635,0.6145,0.5534,1,1,1,1,1,0.007243186,0.803610444,0.18720302,1,1,1,1,1,0.012442706,0.791603506,0.045290578,1,1,1,1,1,0.084361978,0.86849004,0.629168681,0.629151682,0.628989362
-4047,1,0.3695,1,1,1,1,1,1,1,1,0.0954,0.3695,0.4669,1,0.3136,1,1,1,1,1,1,0.0084,0.3136,0.5102,1,0.6145,1,1,1,0.1131,0.6145,0.4721,1,1,1,1,1,0.024766393,0.865307868,0.049091078,1,1,1,1,1,0.025789412,0.866050065,0,1,1,1,1,1,0.149710536,0.92883271,0.627718705,0.627670827,0.628102837
-4048,1,0.3695,1,1,1,1,1,1,1,1,0.1083,0.3695,0.334,1,0.3136,1,1,1,1,1,1,0.0034,0.3136,0.388,1,0.6145,1,1,1,0.1764,0.6145,0.3177,1,1,1,1,1,0.021936309,0.852908194,0.043046918,1,1,1,1,1,0.02568992,0.832457721,0,1,1,1,1,1,0.26499483,0.905079424,0.628745771,0.62872858,0.628989362
-4049,1,0.3695,1,1,1,1,1,1,1,1,0.0872,0.3695,0.1671,1,0.3136,1,1,1,1,1,1,0.0227,0.3136,0.2236,1,0.6145,1,1,1,0.1908,0.6145,0.1321,1,1,1,1,1,0.025903778,0.78136301,0.039421789,1,1,1,1,1,0.05027283,0.692580283,0,1,1,1,1,1,0.268983305,0.809081614,0.625060416,0.625132219,0.625
-4050,1,0.3695,1,1,1,1,1,1,1,1,0.0878,0.3695,0.086,1,0.3136,1,1,1,1,1,1,0.0565,0.3136,0.1238,1,0.6145,1,1,1,0.214,0.6145,0.0767,1,1,1,1,1,0.074785583,0.567881942,0.026613461,1,1,1,1,1,0.074771732,0.498457849,0.003908377,1,1,1,1,1,0.322788626,0.590806246,0.612373127,0.612439179,0.612588652
-4051,1,0.3695,1,1,1,1,1,1,1,1,0.0978,0.3695,0.1706,1,0.3136,1,1,1,1,1,1,0.1592,0.3136,0.2023,1,0.6145,1,1,1,0.2192,0.6145,0.2736,1,1,1,1,1,0.134975463,0.233580291,0.027029581,1,1,1,1,1,0.174950644,0.136178255,0.013282198,1,1,1,1,1,0.364619523,0.184792444,0.600048333,0.59995769,0.600177305
-4052,1,0.3695,1,1,1,1,1,1,1,1,0.056,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0907,0.3136,0,1,0.6145,1,1,1,0.2121,0.6145,0,1,1,1,1,1,0.137919262,0,0.01370094,1,1,1,1,1,0.102463581,0,0.013008378,1,1,1,1,1,0.324710727,0,0.601921218,0.601861646,0.601950355
-4053,1,0.3695,1,1,1,1,1,1,1,1,0.0489,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1117,0.3136,0,1,0.6145,1,1,1,0.1518,0.6145,0,1,1,1,1,1,0.157266259,0,0.013127656,1,1,1,1,1,0.15395698,0,0.037096601,1,1,1,1,1,0.244462654,0,0.584581924,0.584726042,0.584663121
-4054,1,0.3695,1,1,1,1,1,1,1,1,0.0085,0.3695,0,1,0.3136,1,1,1,1,1,1,0.019,0.3136,0,1,0.6145,1,1,1,0.0014,0.6145,0,1,1,1,1,1,0.013122186,0,0.002352635,1,1,1,1,1,0.022042654,0,0.028781939,1,1,1,1,1,0.005974425,0,0.525374577,0.525491855,0.525265957
-4055,1,0.3695,1,1,1,1,1,1,1,1,0.0754,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0804,0.3136,0,1,0.6145,1,1,1,0.1455,0.6145,0,1,1,1,1,1,0.164252207,0,0.002472884,1,1,1,1,1,0.111045703,0,0,1,1,1,1,1,0.259086579,0,0.468100532,0.468161625,0.468085106
-4056,1,0.3695,1,1,1,1,1,1,1,1,0.073,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0655,0.3136,0,1,0.6145,1,1,1,0.1039,0.6145,0,1,1,1,1,1,0.166536555,0,0,1,1,1,1,1,0.084548101,0,0,1,1,1,1,1,0.212751642,0,0.429917835,0.429870954,0.429964539
-4057,1,0.3695,1,1,1,1,1,1,1,1,0.1459,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0617,0.3136,0,1,0.6145,1,1,1,0.1022,0.6145,0,1,1,1,1,1,0.175224826,0,0,1,1,1,1,1,0.082292423,0,0,1,1,1,1,1,0.229889125,0,0.406839053,0.406811931,0.406914894
-4058,1,0.3695,1,1,1,1,1,1,1,1,0.1397,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0856,0.3136,0,1,0.6145,1,1,1,0.1033,0.6145,0,1,1,1,1,1,0.131430387,0,0.009458866,1,1,1,1,1,0.114101477,0,0.05236388,1,1,1,1,1,0.269734859,0,0.394755921,0.394753543,0.394503546
-4059,1,0.3695,1,1,1,1,1,1,1,1,0.0454,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0705,0.3136,0,1,0.6145,1,1,1,0.0644,0.6145,0,1,1,1,1,1,0.046464331,0,0.018709943,1,1,1,1,1,0.080655575,0,0.068018332,1,1,1,1,1,0.184918821,0,0.389983084,0.389887878,0.390070922
-4060,1,0.3695,1,1,1,1,1,1,1,1,0.0373,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0361,0.3136,0,1,0.6145,1,1,1,0.0472,0.6145,0,1,1,1,1,1,0.043995794,0,0.044094909,1,1,1,1,1,0.041846879,0,0.05599162,1,1,1,1,1,0.147771731,0,0.398924601,0.398984557,0.39893617
-4061,1,0.3695,1,1,1,1,1,1,1,1,0.0409,0.3695,0.1356,1,0.3136,1,1,1,1,1,1,0.0161,0.3136,0.082,1,0.6145,1,1,1,0.047,0.6145,0.1248,1,1,1,1,1,0.041509733,0.250241101,0.091984391,1,1,1,1,1,0.031988166,0.090794876,0.054427229,1,1,1,1,1,0.140358537,0.336863637,0.425024166,0.425005289,0.425088652
-4062,1,0.3695,1,1,1,1,1,1,1,1,0.0201,0.3695,0.1041,1,0.3136,1,1,1,1,1,1,0.0028,0.3136,0.139,1,0.6145,1,1,1,0.0173,0.6145,0.1052,1,1,1,1,1,0.012956657,0.497694254,0.182105839,1,1,1,1,1,0.014142957,0.426526457,0.160378009,1,1,1,1,1,0.049576551,0.543044627,0.486829386,0.486778083,0.48714539
-4063,1,0.3695,1,1,1,1,1,1,1,1,0.0131,0.3695,0.2399,1,0.3136,1,1,1,1,1,1,0.0082,0.3136,0.2537,1,0.6145,1,1,1,0.0185,0.6145,0.2343,1,1,1,1,1,0.009844533,0.615100265,0.191731781,1,1,1,1,1,0.013809206,0.580022454,0.168327749,1,1,1,1,1,0.039441954,0.690504313,0.549359594,0.549397081,0.54964539
-4064,1,0.3695,1,1,1,1,1,1,1,1,0.0336,0.3695,0.3785,1,0.3136,1,1,1,1,1,1,0.023,0.3136,0.3737,1,0.6145,1,1,1,0.0362,0.6145,0.3666,1,1,1,1,1,0.019925328,0.685418367,0.047078695,1,1,1,1,1,0.024155561,0.632735789,0.08289896,1,1,1,1,1,0.04615229,0.707807422,0.584944418,0.584937593,0.585106383
-4065,1,0.3695,1,1,1,1,1,1,1,1,0.026,0.3695,0.4837,1,0.3136,1,1,1,1,1,1,0.014,0.3136,0.4621,1,0.6145,1,1,1,0.0542,0.6145,0.4835,1,1,1,1,1,0.013261253,0.747752726,0.051811345,1,1,1,1,1,0.014118521,0.661668897,0.0557089,1,1,1,1,1,0.098234698,0.775766253,0.607056549,0.607150413,0.607269504
-4066,1,0.3695,1,1,1,1,1,1,1,1,0.0394,0.3695,0.5323,1,0.3136,1,1,1,1,1,1,0.0069,0.3136,0.5091,1,0.6145,1,1,1,0.0485,0.6145,0.5517,1,1,1,1,1,0.017647656,0.709060729,0.054019827,1,1,1,1,1,0.010794106,0.715342581,0.015517279,1,1,1,1,1,0.106671661,0.779189825,0.625664572,0.625766871,0.625886525
-4067,1,0.3695,1,1,1,1,1,1,1,1,0.0643,0.3695,0.5114,1,0.3136,1,1,1,1,1,1,0.0227,0.3136,0.5107,1,0.6145,1,1,1,0.0838,0.6145,0.5438,1,1,1,1,1,0.03175617,0.716661096,0.048407059,1,1,1,1,1,0.025235096,0.753721535,0.072278537,1,1,1,1,1,0.165427014,0.733062804,0.638533108,0.638671462,0.638741135
-4068,1,0.3695,1,1,1,1,1,1,1,1,0.1547,0.3695,0.5175,1,0.3136,1,1,1,1,1,1,0.0542,0.3136,0.5195,1,0.6145,1,1,1,0.109,0.6145,0.5582,1,1,1,1,1,0.075378194,0.745063066,0.214970589,1,1,1,1,1,0.064800933,0.736869216,0.193901315,1,1,1,1,1,0.160354957,0.824123919,0.644574674,0.64459488,0.644946809
-4069,1,0.3695,1,1,1,1,1,1,1,1,0.2035,0.3695,0.5099,1,0.3136,1,1,1,1,1,1,0.0021,0.3136,0.5249,1,0.6145,1,1,1,0.1028,0.6145,0.5232,1,1,1,1,1,0.066583432,0.73367703,0.285046935,1,1,1,1,1,0.021041788,0.723081529,0.210622013,1,1,1,1,1,0.14255318,0.707099497,0.652670372,0.652633806,0.652925532
-4070,1,0.3695,1,1,1,1,1,1,1,1,0.206,0.3695,0.502,1,0.3136,1,1,1,1,1,1,0.0636,0.3136,0.4878,1,0.6145,1,1,1,0.1593,0.6145,0.4466,1,1,1,1,1,0.068047166,0.740075648,0.372072041,1,1,1,1,1,0.087775677,0.651776969,0.302989304,1,1,1,1,1,0.293747216,0.555602849,0.653637023,0.653691559,0.653812057
-4071,1,0.3695,1,1,1,1,1,1,1,1,0.2242,0.3695,0.4113,1,0.3136,1,1,1,1,1,1,0.0983,0.3136,0.4141,1,0.6145,1,1,1,0.1581,0.6145,0.3354,1,1,1,1,1,0.09499795,0.634105682,0.548815846,1,1,1,1,1,0.115614124,0.569107771,0.303139329,1,1,1,1,1,0.167676836,0.545012832,0.651220396,0.651364502,0.651595745
-4072,1,0.3695,1,1,1,1,1,1,1,1,0.2334,0.3695,0.3017,1,0.3136,1,1,1,1,1,1,0.041,0.3136,0.3055,1,0.6145,1,1,1,0.1411,0.6145,0.2465,1,1,1,1,1,0.100582436,0.565059602,0.727634013,1,1,1,1,1,0.065806836,0.472448409,0.274183244,1,1,1,1,1,0.161653742,0.50679481,0.651401643,0.651576052,0.651595745
-4073,1,0.3695,1,1,1,1,1,1,1,1,0.1423,0.3695,0.1773,1,0.3136,1,1,1,1,1,1,0.0242,0.3136,0.2022,1,0.6145,1,1,1,0.1603,0.6145,0.1426,1,1,1,1,1,0.067544088,0.426190287,0.629675746,1,1,1,1,1,0.054016892,0.453215182,0.299401581,1,1,1,1,1,0.206281617,0.307609588,0.649528758,0.649672096,0.649822695
-4074,1,0.3695,1,1,1,1,1,1,1,1,0.1337,0.3695,0.0811,1,0.3136,1,1,1,1,1,1,0.0128,0.3136,0.0982,1,0.6145,1,1,1,0.1247,0.6145,0.0577,1,1,1,1,1,0.07317999,0.252081752,0.488696545,1,1,1,1,1,0.023226555,0.298736006,0.349041879,1,1,1,1,1,0.200121224,0.108572975,0.639741421,0.639729215,0.63962766
-4075,1,0.3695,1,1,1,1,1,1,1,1,0.1025,0.3695,0.0006,1,0.3136,1,1,1,1,1,1,0.0091,0.3136,0.0033,1,0.6145,1,1,1,0.1101,0.6145,0.0039,1,1,1,1,1,0.056793846,4.90E-05,0.523400009,1,1,1,1,1,0.02214358,0.012662577,0.484151334,1,1,1,1,1,0.18545723,0,0.632129048,0.632324942,0.632535461
-4076,1,0.3695,1,1,1,1,1,1,1,1,0.0808,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0225,0.3136,0,1,0.6145,1,1,1,0.1263,0.6145,0,1,1,1,1,1,0.055356599,0,0.248545393,1,1,1,1,1,0.036211997,0,0.390963078,1,1,1,1,1,0.206699669,0,0.640345578,0.640363867,0.640514184
-4077,1,0.3695,1,1,1,1,1,1,1,1,0.0806,0.3695,0,1,0.3136,1,1,1,1,1,1,0.076,0.3136,0,1,0.6145,1,1,1,0.1118,0.6145,0,1,1,1,1,1,0.068324596,0,0.23915258,1,1,1,1,1,0.086478874,0,0.551799536,1,1,1,1,1,0.230988339,0,0.627356211,0.627459276,0.627659574
-4078,1,0.3695,1,1,1,1,1,1,1,1,0.1646,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1091,0.3136,0,1,0.6145,1,1,1,0.0802,0.6145,0,1,1,1,1,1,0.14401859,0,0.517001987,1,1,1,1,1,0.150684625,0,0.502231419,1,1,1,1,1,0.166235134,0,0.570927985,0.570975249,0.571365248
-4079,1,0.3695,1,1,1,1,1,1,1,1,0.313,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1719,0.3136,0,1,0.6145,1,1,1,0.0953,0.6145,0,1,1,1,1,1,0.241526246,0,1,1,1,1,1,1,0.222834587,0,0.968729377,1,1,1,1,1,0.158774182,0,0.511478975,0.511529511,0.511524823
-4080,1,0.3695,1,1,1,1,1,1,1,1,0.2931,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2378,0.3136,0,1,0.6145,1,1,1,0.1005,0.6145,0,1,1,1,1,1,0.236916736,0,1,1,1,1,1,1,0.265920252,0,1,1,1,1,1,1,0.210781857,0,0.469369261,0.469430929,0.469414894
-4081,1,0.3695,1,1,1,1,1,1,1,1,0.3428,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2752,0.3136,0,1,0.6145,1,1,1,0.1809,0.6145,0,1,1,1,1,1,0.305042326,0,1,1,1,1,1,1,0.301600605,0,1,1,1,1,1,1,0.481133014,0,0.444296762,0.444256399,0.444592199
-4082,1,0.3695,1,1,1,1,1,1,1,1,0.2942,0.3695,0,1,0.3136,1,1,1,1,1,1,0.3714,0.3136,0,1,0.6145,1,1,1,0.186,0.6145,0,1,1,1,1,1,0.260163993,0,1,1,1,1,1,1,0.375182271,0,1,1,1,1,1,1,0.588669658,0,0.431126148,0.431140258,0.431294326
-4083,1,0.3695,1,1,1,1,1,1,1,1,0.2154,0.3695,0,1,0.3136,1,1,1,1,1,1,0.3157,0.3136,0,1,0.6145,1,1,1,0.1877,0.6145,0,1,1,1,1,1,0.192978501,0,1,1,1,1,1,1,0.337608248,0,1,1,1,1,1,1,0.551788568,0,0.425567907,0.425639941,0.425531915
-4084,1,0.3695,1,1,1,1,1,1,1,1,0.208,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1936,0.3136,0,1,0.6145,1,1,1,0.1437,0.6145,0,1,1,1,1,1,0.172204062,0,1,1,1,1,1,1,0.23272872,0,1,1,1,1,1,1,0.434350342,0,0.433724021,0.433890417,0.433953901
-4085,1,0.3695,1,1,1,1,1,1,1,1,0.1638,0.3695,0.0521,1,0.3136,1,1,1,1,1,1,0.1552,0.3136,0.0471,1,0.6145,1,1,1,0.1804,0.6145,0.0582,1,1,1,1,1,0.178554207,0.113267317,1,1,1,1,1,1,0.197159678,0.067774549,0.638338506,1,1,1,1,1,0.501324534,0.233879626,0.461273562,0.461392003,0.46143617
-4086,1,0.3695,1,1,1,1,1,1,1,1,0.0838,0.3695,0.0985,1,0.3136,1,1,1,1,1,1,0.0855,0.3136,0.1273,1,0.6145,1,1,1,0.1409,0.6145,0.11,1,1,1,1,1,0.078373641,0.460110009,0.698509634,1,1,1,1,1,0.101479262,0.437342376,0.506128073,1,1,1,1,1,0.446620911,0.537834704,0.530993233,0.530992173,0.531028369
-4087,1,0.3695,1,1,1,1,1,1,1,1,0.0903,0.3695,0.2328,1,0.3136,1,1,1,1,1,1,0.1265,0.3136,0.257,1,0.6145,1,1,1,0.1047,0.6145,0.2295,1,1,1,1,1,0.067328498,0.699576497,0.959646642,1,1,1,1,1,0.127893239,0.644053817,1,1,1,1,1,1,0.352506757,0.729084492,0.612675205,0.612862281,0.612588652
-4088,1,0.3695,1,1,1,1,1,1,1,1,0.0912,0.3695,0.3833,1,0.3136,1,1,1,1,1,1,0.1893,0.3136,0.3987,1,0.6145,1,1,1,0.1286,0.6145,0.378,1,1,1,1,1,0.074282646,0.782688975,0.967691422,1,1,1,1,1,0.128367096,0.779782772,1,1,1,1,1,1,0.288480848,0.814639211,0.677742871,0.677808335,0.677748227
-4089,1,0.3695,1,1,1,1,1,1,1,1,0.0883,0.3695,0.4987,1,0.3136,1,1,1,1,1,1,0.1135,0.3136,0.5031,1,0.6145,1,1,1,0.1088,0.6145,0.4964,1,1,1,1,1,0.067295857,0.82498914,1,1,1,1,1,1,0.10064353,0.81962049,0.544189811,1,1,1,1,1,0.267182827,0.843043208,0.737131464,0.737254072,0.73714539
-4090,1,0.3695,1,1,1,1,1,1,1,1,0.1128,0.3695,0.5835,1,0.3136,1,1,1,1,1,1,0.1126,0.3136,0.5786,1,0.6145,1,1,1,0.1612,0.6145,0.5479,1,1,1,1,1,0.096285462,0.84442246,1,1,1,1,1,1,0.094180219,0.829053998,0.493498981,1,1,1,1,1,0.311071664,0.862197042,0.793861769,0.793949651,0.793882979
-4091,1,0.3695,1,1,1,1,1,1,1,1,0.1518,0.3695,0.6064,1,0.3136,1,1,1,1,1,1,0.1194,0.3136,0.6038,1,0.6145,1,1,1,0.1838,0.6145,0.5996,1,1,1,1,1,0.095187344,0.85617882,1,1,1,1,1,1,0.102163956,0.844157934,0.455854475,1,1,1,1,1,0.349929184,0.868745327,0.838508942,0.838586842,0.838652482
-4092,1,0.3695,1,1,1,1,1,1,1,1,0.2205,0.3695,0.6063,1,0.3136,1,1,1,1,1,1,0.2055,0.3136,0.5953,1,0.6145,1,1,1,0.1231,0.6145,0.6114,1,1,1,1,1,0.184676275,0.861486614,1,1,1,1,1,1,0.182876021,0.853951931,0.791490912,1,1,1,1,1,0.233567178,0.875639021,0.87222088,0.872223398,0.872340426
-4093,1,0.3695,1,1,1,1,1,1,1,1,0.1793,0.3695,0.5912,1,0.3136,1,1,1,1,1,1,0.1833,0.3136,0.5798,1,0.6145,1,1,1,0.1942,0.6145,0.5984,1,1,1,1,1,0.107360154,0.840043902,1,1,1,1,1,1,0.15269044,0.837943971,1,1,1,1,1,1,0.207771048,0.853686094,0.902791203,0.902898244,0.902925532
-4094,1,0.3695,1,1,1,1,1,1,1,1,0.1813,0.3695,0.5341,1,0.3136,1,1,1,1,1,1,0.2156,0.3136,0.5288,1,0.6145,1,1,1,0.2647,0.6145,0.5447,1,1,1,1,1,0.11845801,0.803788006,1,1,1,1,1,1,0.208656371,0.792399466,1,1,1,1,1,1,0.236338884,0.818123341,0.9239971,0.924053311,0.924202128
-4095,1,0.3695,1,1,1,1,1,1,1,1,0.2886,0.3695,0.4368,1,0.3136,1,1,1,1,1,1,0.2122,0.3136,0.4498,1,0.6145,1,1,1,0.2983,0.6145,0.4304,1,1,1,1,1,0.181351751,0.758344173,1,1,1,1,1,1,0.230750114,0.745681047,1,1,1,1,1,1,0.275061607,0.799450576,0.93958434,0.939496509,0.939716312
-4096,1,0.3695,1,1,1,1,1,1,1,1,0.3825,0.3695,0.3104,1,0.3136,1,1,1,1,1,1,0.176,0.3136,0.3467,1,0.6145,1,1,1,0.3049,0.6145,0.2992,1,1,1,1,1,0.253660202,0.666186988,1,1,1,1,1,1,0.239021569,0.714821696,1,1,1,1,1,1,0.245762393,0.744829237,0.951607057,0.951554897,0.951684397
-4097,1,0.3695,1,1,1,1,1,1,1,1,0.3646,0.3695,0.1689,1,0.3136,1,1,1,1,1,1,0.1298,0.3136,0.2084,1,0.6145,1,1,1,0.1819,0.6145,0.1404,1,1,1,1,1,0.261401236,0.548727751,1,1,1,1,1,1,0.184161678,0.576037169,1,1,1,1,1,1,0.154315501,0.581007123,0.952634123,0.952612651,0.953014184
-4098,1,0.3695,1,1,1,1,1,1,1,1,0.3632,0.3695,0.0764,1,0.3136,1,1,1,1,1,1,0.1338,0.3136,0.094,1,0.6145,1,1,1,0.1362,0.6145,0.0685,1,1,1,1,1,0.248202696,0.325237513,1,1,1,1,1,1,0.15097864,0.332576185,1,1,1,1,1,1,0.080012172,0.309513032,0.939161431,0.939284959,0.93927305
-4099,1,0.3695,1,1,1,1,1,1,1,1,0.1994,0.3695,0.0051,1,0.3136,1,1,1,1,1,1,0.0792,0.3136,0.0099,1,0.6145,1,1,1,0.1259,0.6145,0.0687,1,1,1,1,1,0.205441475,0.007967019,1,1,1,1,1,1,0.100421757,0.016234126,0.882363915,1,1,1,1,1,0.131538659,0,0.918740938,0.918764544,0.919326241
-4100,1,0.3695,1,1,1,1,1,1,1,1,0.1491,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1215,0.3136,0,1,0.6145,1,1,1,0.133,0.6145,0,1,1,1,1,1,0.193607792,0,1,1,1,1,1,1,0.137935847,0,0.753293276,1,1,1,1,1,0.146119326,0,0.907564041,0.907763909,0.907801418
-4101,1,0.3695,1,1,1,1,1,1,1,1,0.273,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1282,0.3136,0,1,0.6145,1,1,1,0.1804,0.6145,0,1,1,1,1,1,0.419688463,0,1,1,1,1,1,1,0.175616667,0,1,1,1,1,1,1,0.196488529,0,0.883337361,0.883435583,0.883865248
-4102,1,0.3695,1,1,1,1,1,1,1,1,0.161,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0649,0.3136,0,1,0.6145,1,1,1,0.2015,0.6145,0,1,1,1,1,1,0.135296553,0,1,1,1,1,1,1,0.098502457,0,1,1,1,1,1,1,0.177291438,0,0.803649106,0.803680982,0.804078014
-4103,1,0.3695,1,1,1,1,1,1,1,1,0.2508,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1255,0.3136,0,1,0.6145,1,1,1,0.1791,0.6145,0,1,1,1,1,1,0.272048056,0,1,1,1,1,1,1,0.175304621,0,1,1,1,1,1,1,0.241927534,0,0.7229942,0.722868627,0.723404255
-4104,1,0.3695,1,1,1,1,1,1,1,1,0.2977,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1631,0.3136,0,1,0.6145,1,1,1,0.1824,0.6145,0,1,1,1,1,1,0.279566288,0,1,1,1,1,1,1,0.200955585,0,1,1,1,1,1,1,0.28420639,0,0.660282745,0.66024963,0.660460993
-4105,1,0.3695,1,1,1,1,1,1,1,1,0.3743,0.3695,0,1,0.3136,1,1,1,1,1,1,0.205,0.3136,0,1,0.6145,1,1,1,0.2373,0.6145,0,1,1,1,1,1,0.375032306,0,1,1,1,1,1,1,0.245447069,0,1,1,1,1,1,1,0.315817088,0,0.621072982,0.621112757,0.621453901
-4106,1,0.3695,1,1,1,1,1,1,1,1,0.412,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2488,0.3136,0,1,0.6145,1,1,1,0.2779,0.6145,0,1,1,1,1,1,0.415054381,0,1,1,1,1,1,1,0.307345331,0,1,1,1,1,1,1,0.423673689,0,0.594308845,0.594245822,0.594414894
-4107,1,0.3695,1,1,1,1,1,1,1,1,0.4562,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1845,0.3136,0,1,0.6145,1,1,1,0.2284,0.6145,0,1,1,1,1,1,0.471136302,0,1,1,1,1,1,1,0.2643466,0,1,1,1,1,1,1,0.319774151,0,0.576546641,0.576687117,0.576684397
-4108,1,0.3695,1,1,1,1,1,1,1,1,0.5013,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2775,0.3136,0,1,0.6145,1,1,1,0.1748,0.6145,0,1,1,1,1,1,0.51620239,0,1,1,1,1,1,1,0.327137351,0,0.836186171,1,1,1,1,1,0.257682145,0,0.573767521,0.573725407,0.574024823
-4109,1,0.3695,1,1,1,1,1,1,1,1,0.355,0.3695,0.1443,1,0.3136,1,1,1,1,1,1,0.1908,0.3136,0.1514,1,0.6145,1,1,1,0.1223,0.6145,0.1089,1,1,1,1,1,0.401216507,0.307155013,1,1,1,1,1,1,0.22569342,0.269469291,0.912963867,1,1,1,1,1,0.167552024,0.306393564,0.591167231,0.591284113,0.591312057
-4110,1,0.3695,1,1,1,1,1,1,1,1,0.2126,0.3695,0.0852,1,0.3136,1,1,1,1,1,1,0.1201,0.3136,0.1229,1,0.6145,1,1,1,0.0995,0.6145,0.0877,1,1,1,1,1,0.272233009,0.615897715,1,1,1,1,1,1,0.156943753,0.598523378,0.946757436,1,1,1,1,1,0.144428879,0.606460929,0.659134848,0.659191876,0.659131206
-4111,1,0.3695,1,1,1,1,1,1,1,1,0.2675,0.3695,0.2259,1,0.3136,1,1,1,1,1,1,0.1497,0.3136,0.2574,1,0.6145,1,1,1,0.1095,0.6145,0.223,1,1,1,1,1,0.411548108,0.794643939,0.836984098,1,1,1,1,1,0.157206297,0.791732192,0.633183539,1,1,1,1,1,0.184032559,0.773742497,0.740695988,0.740638883,0.740691489
-4112,1,0.3695,1,1,1,1,1,1,1,1,0.1745,0.3695,0.3874,1,0.3136,1,1,1,1,1,1,0.1697,0.3136,0.4085,1,0.6145,1,1,1,0.1156,0.6145,0.3687,1,1,1,1,1,0.223920405,0.857299566,0.998342633,1,1,1,1,1,0.147063926,0.861457646,0.52872777,1,1,1,1,1,0.19000265,0.833709717,0.80679072,0.806854242,0.807180851
-4113,1,0.3695,1,1,1,1,1,1,1,1,0.1001,0.3695,0.4981,1,0.3136,1,1,1,1,1,1,0.1614,0.3136,0.5056,1,0.6145,1,1,1,0.0514,0.6145,0.472,1,1,1,1,1,0.092350475,0.848022521,0.44529286,1,1,1,1,1,0.133697584,0.850377083,0.21655865,1,1,1,1,1,0.081729919,0.822346926,0.861829386,0.861857415,0.86214539
-4114,1,0.3695,1,1,1,1,1,1,1,1,0.0936,0.3695,0.7094,1,0.3136,1,1,1,1,1,1,0.1381,0.3136,0.7166,1,0.6145,1,1,1,0.0647,0.6145,0.6814,1,1,1,1,1,0.10869392,1,0.854734063,1,1,1,1,1,0.129399896,1,0.651492953,1,1,1,1,1,0.089736044,0.994183302,0.907261962,0.907340808,0.907358156
-4115,1,0.3695,1,1,1,1,1,1,1,1,0.0681,0.3695,0.6284,1,0.3136,1,1,1,1,1,1,0.1429,0.3136,0.6408,1,0.6145,1,1,1,0.0932,0.6145,0.5815,1,1,1,1,1,0.118365377,0.886581421,0.663073719,1,1,1,1,1,0.12798059,0.907521844,0.311485887,1,1,1,1,1,0.146731183,0.822503448,0.939705172,0.93970806,0.940159574
-4116,1,0.3695,1,1,1,1,1,1,1,1,0.1045,0.3695,0.5976,1,0.3136,1,1,1,1,1,1,0.1897,0.3136,0.6134,1,0.6145,1,1,1,0.0364,0.6145,0.5594,1,1,1,1,1,0.141018882,0.831821859,0.370729238,1,1,1,1,1,0.174751624,0.854314387,0.197533518,1,1,1,1,1,0.023727622,0.807638109,0.959521508,0.959593823,0.960106383
-4117,1,0.3695,1,1,1,1,1,1,1,1,0.0117,0.3695,0.6137,1,0.3136,1,1,1,1,1,1,0.0894,0.3136,0.6356,1,0.6145,1,1,1,0.0272,0.6145,0.5558,1,1,1,1,1,0.037233219,0.869730055,0.232105508,1,1,1,1,1,0.088375941,0.892392337,0.126144513,1,1,1,1,1,0.046549175,0.839014769,0.975592073,0.975671673,0.97606383
-4118,1,0.3695,1,1,1,1,1,1,1,1,0.0293,0.3695,0.5524,1,0.3136,1,1,1,1,1,1,0.0665,0.3136,0.5786,1,0.6145,1,1,1,0.0274,0.6145,0.525,1,1,1,1,1,0.051382076,0.858904123,0.214581609,1,1,1,1,1,0.072253577,0.875063241,0.065448686,1,1,1,1,1,0.042513069,0.8314147,0.98441276,0.984556801,0.984929078
-4119,1,0.3695,1,1,1,1,1,1,1,1,0.0493,0.3695,0.4502,1,0.3136,1,1,1,1,1,1,0.0338,0.3136,0.4832,1,0.6145,1,1,1,0.0222,0.6145,0.4288,1,1,1,1,1,0.036650214,0.833494246,0.194482356,1,1,1,1,1,0.0451301,0.84525913,0.017697122,1,1,1,1,1,0.027399518,0.805791974,0.989246013,0.989422467,0.989804965
-4120,1,0.3695,1,1,1,1,1,1,1,1,0.079,0.3695,0.3184,1,0.3136,1,1,1,1,1,1,0.0353,0.3136,0.3605,1,0.6145,1,1,1,0.037,0.6145,0.2992,1,1,1,1,1,0.037231475,0.787182152,0.173634663,1,1,1,1,1,0.052477922,0.795833826,0.04318063,1,1,1,1,1,0.027528213,0.751113772,0.992145964,0.992172625,0.992464539
-4121,1,0.3695,1,1,1,1,1,1,1,1,0.0895,0.3695,0.157,1,0.3136,1,1,1,1,1,1,0.0191,0.3136,0.2053,1,0.6145,1,1,1,0.0205,0.6145,0.1398,1,1,1,1,1,0.066983812,0.68000102,0.25748086,1,1,1,1,1,0.049096979,0.67797941,0.283987194,1,1,1,1,1,0.025030935,0.645370603,0.984050266,0.9841337,0.984485816
-4122,1,0.3695,1,1,1,1,1,1,1,1,0.0906,0.3695,0.074,1,0.3136,1,1,1,1,1,1,0,0.3136,0.1019,1,0.6145,1,1,1,0.0105,0.6145,0.0703,1,1,1,1,1,0.044857047,0.453564018,0.351238966,1,1,1,1,1,0.015554048,0.442829818,0.286764652,1,1,1,1,1,0.032310363,0.415869534,0.965079749,0.96509414,0.965425532
-4123,1,0.3695,1,1,1,1,1,1,1,1,0.1293,0.3695,0.0333,1,0.3136,1,1,1,1,1,1,0.0075,0.3136,0.0425,1,0.6145,1,1,1,0.0285,0.6145,0.0905,1,1,1,1,1,0.117366672,0.059452478,0.380287677,1,1,1,1,1,0.043542162,0.057303887,0.108695298,1,1,1,1,1,0.063168839,0,0.937107298,0.937169452,0.9375
-4124,1,0.3695,1,1,1,1,1,1,1,1,0.1699,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.0275,0.6145,0,1,1,1,1,1,0.150238052,0,0.532956183,1,1,1,1,1,0.016749045,0,0.406687707,1,1,1,1,1,0.065569788,0,0.919163847,0.919187645,0.919769504
-4125,1,0.3695,1,1,1,1,1,1,1,1,0.1407,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0023,0.3136,0,1,0.6145,1,1,1,0.0329,0.6145,0,1,1,1,1,1,0.147656649,0,0.568220735,1,1,1,1,1,0.032400068,0,0.734358966,1,1,1,1,1,0.093251407,0,0.889016433,0.8889359,0.889184397
-4126,1,0.3695,1,1,1,1,1,1,1,1,0.1271,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0125,0.3136,0,1,0.6145,1,1,1,0.0428,0.6145,0,1,1,1,1,1,0.154596761,0,0.704668045,1,1,1,1,1,0.058750503,0,0.815935373,1,1,1,1,1,0.131267905,0,0.806971967,0.806854242,0.807180851
-4127,1,0.3695,1,1,1,1,1,1,1,1,0.175,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0397,0.3136,0,1,0.6145,1,1,1,0.0521,0.6145,0,1,1,1,1,1,0.1962239,0,0.789226711,1,1,1,1,1,0.098188423,0,0.879596353,1,1,1,1,1,0.198390856,0,0.724081682,0.724137931,0.72429078
-4128,1,0.3695,1,1,1,1,1,1,1,1,0.2058,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1883,0.3136,0,1,0.6145,1,1,1,0.0887,0.6145,0,1,1,1,1,1,0.257008851,0,0.721215665,1,1,1,1,1,0.200602889,0,1,1,1,1,1,1,0.264056653,0,0.660766071,0.660672731,0.660904255
-4129,1,0.3695,1,1,1,1,1,1,1,1,0.3062,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2511,0.3136,0,1,0.6145,1,1,1,0.1335,0.6145,0,1,1,1,1,1,0.261670142,0,0.983621478,1,1,1,1,1,0.234897286,0,1,1,1,1,1,1,0.304418564,0,0.619079265,0.61899725,0.619237589
-4130,1,0.3695,1,1,1,1,1,1,1,1,0.1858,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2058,0.3136,0,1,0.6145,1,1,1,0.1339,0.6145,0,1,1,1,1,1,0.255540431,0,0.998821735,1,1,1,1,1,0.209122986,0,1,1,1,1,1,1,0.325641274,0,0.590804737,0.590649461,0.590868794
-4131,1,0.3695,1,1,1,1,1,1,1,1,0.1643,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1913,0.3136,0,1,0.6145,1,1,1,0.1487,0.6145,0,1,1,1,1,1,0.219020456,0,0.985538244,1,1,1,1,1,0.237260848,0,1,1,1,1,1,1,0.353640199,0,0.572680039,0.572667654,0.572695035
-4132,1,0.3695,1,1,1,1,1,1,1,1,0.1693,0.3695,0,1,0.3136,1,1,1,1,1,1,0.163,0.3136,0,1,0.6145,1,1,1,0.1543,0.6145,0,1,1,1,1,1,0.221601561,0,0.952227712,1,1,1,1,1,0.20124428,0,0.935687184,1,1,1,1,1,0.298939228,0,0.571894635,0.571821451,0.571808511
-4133,1,0.3695,1,1,1,1,1,1,1,1,0.1707,0.3695,0.1089,1,0.3136,1,1,1,1,1,1,0.1243,0.3136,0.0959,1,0.6145,1,1,1,0.182,0.6145,0.1244,1,1,1,1,1,0.254481077,0.246466964,0.721742749,1,1,1,1,1,0.129947498,0.171940982,0.662753165,1,1,1,1,1,0.33069247,0.325664312,0.588629773,0.588745505,0.588652482
-4134,1,0.3695,1,1,1,1,1,1,1,1,0.1336,0.3695,0.092,1,0.3136,1,1,1,1,1,1,0.1101,0.3136,0.1187,1,0.6145,1,1,1,0.0819,0.6145,0.087,1,1,1,1,1,0.233798444,0.549980998,0.459320128,1,1,1,1,1,0.11797332,0.430191517,0.469944209,1,1,1,1,1,0.208942324,0.593649864,0.652368294,0.652422255,0.65248227
-4135,1,0.3695,1,1,1,1,1,1,1,1,0.0724,0.3695,0.2267,1,0.3136,1,1,1,1,1,1,0.0777,0.3136,0.2371,1,0.6145,1,1,1,0.0706,0.6145,0.2253,1,1,1,1,1,0.108789042,0.72648412,0.360006273,1,1,1,1,1,0.078327328,0.637280822,0.220481426,1,1,1,1,1,0.086728863,0.757147551,0.73217738,0.732176856,0.732269504
-4136,1,0.3695,1,1,1,1,1,1,1,1,0.0547,0.3695,0.3764,1,0.3136,1,1,1,1,1,1,0.047,0.3136,0.3797,1,0.6145,1,1,1,0.0693,0.6145,0.3735,1,1,1,1,1,0.084153086,0.777200401,0.064989537,1,1,1,1,1,0.041786723,0.700436711,0.031725656,1,1,1,1,1,0.06617517,0.81556797,0.798211696,0.798392215,0.798315603
-4137,1,0.3695,1,1,1,1,1,1,1,1,0.0573,0.3695,0.4909,1,0.3136,1,1,1,1,1,1,0.1071,0.3136,0.4531,1,0.6145,1,1,1,0.0976,0.6145,0.4853,1,1,1,1,1,0.079132758,0.829860151,0.013317294,1,1,1,1,1,0.091219187,0.723399043,0,1,1,1,1,1,0.092426375,0.840001702,0.853612856,0.853606939,0.854166667
-4138,1,0.3695,1,1,1,1,1,1,1,1,0.0338,0.3695,0.5724,1,0.3136,1,1,1,1,1,1,0.0643,0.3136,0.5043,1,0.6145,1,1,1,0.0964,0.6145,0.5338,1,1,1,1,1,0.048500881,0.833654881,0.012169781,1,1,1,1,1,0.048766058,0.78557688,0,1,1,1,1,1,0.114814304,0.850192904,0.899045433,0.899090332,0.899379433
-4139,1,0.3695,1,1,1,1,1,1,1,1,0.0247,0.3695,0.6002,1,0.3136,1,1,1,1,1,1,0.0356,0.3136,0.5887,1,0.6145,1,1,1,0.1143,0.6145,0.5803,1,1,1,1,1,0.034833375,0.848944783,0.037892144,1,1,1,1,1,0.029041782,0.80059588,0,1,1,1,1,1,0.163658693,0.872180223,0.935234413,0.935265496,0.93572695
-4140,1,0.3695,1,1,1,1,1,1,1,1,0.0206,0.3695,0.6122,1,0.3136,1,1,1,1,1,1,0.0106,0.3136,0.5789,1,0.6145,1,1,1,0.113,0.6145,0.5962,1,1,1,1,1,0.026706045,0.854317665,0.116662458,1,1,1,1,1,0.014633979,0.773067892,0.010700525,1,1,1,1,1,0.222887337,0.858449996,0.959098598,0.959170721,0.959663121
-4141,1,0.3695,1,1,1,1,1,1,1,1,0.0594,0.3695,0.5975,1,0.3136,1,1,1,1,1,1,0,0.3136,0.568,1,0.6145,1,1,1,0.1553,0.6145,0.5517,1,1,1,1,1,0.047545396,0.831787825,0.079670347,1,1,1,1,1,0.011117468,0.736395895,0,1,1,1,1,1,0.262163043,0.850969017,0.972873369,0.972709964,0.972960993
-4142,1,0.3695,1,1,1,1,1,1,1,1,0.1382,0.3695,0.5315,1,0.3136,1,1,1,1,1,1,0,0.3136,0.3858,1,0.6145,1,1,1,0.1809,0.6145,0.4434,1,1,1,1,1,0.096777633,0.781426191,0.112361126,1,1,1,1,1,0.009878804,0.504443407,0,1,1,1,1,1,0.307482541,0.751387358,0.970154664,0.970171356,0.970744681
-4143,1,0.3695,1,1,1,1,1,1,1,1,0.1874,0.3695,0.3419,1,0.3136,1,1,1,1,1,1,0.0662,0.3136,0.2035,1,0.6145,1,1,1,0.1867,0.6145,0.3712,1,1,1,1,1,0.084975228,0.417950392,0.063833393,1,1,1,1,1,0.1618613,0.293310106,0.013020943,1,1,1,1,1,0.326411724,0.638511837,0.957346544,0.957266765,0.957890071
-4144,1,0.3695,1,1,1,1,1,1,1,1,0.1942,0.3695,0.1672,1,0.3136,1,1,1,1,1,1,0.0015,0.3136,0.1565,1,0.6145,1,1,1,0.1906,0.6145,0.298,1,1,1,1,1,0.076377511,0.220190853,0.070505328,1,1,1,1,1,0.055891469,0.195001483,0.056282468,1,1,1,1,1,0.473039776,0.421626091,0.927259546,0.927226571,0.927748227
-4145,1,0.3695,1,1,1,1,1,1,1,1,0.2791,0.3695,0.0733,1,0.3136,1,1,1,1,1,1,0.0751,0.3136,0.0803,1,0.6145,1,1,1,0.1721,0.6145,0.1491,1,1,1,1,1,0.153464228,0.133338839,0.414392531,1,1,1,1,1,0.061927475,0.07656759,0.25882566,1,1,1,1,1,0.445888996,0.246413827,0.88738521,0.887455045,0.88785461
-4146,1,0.3695,1,1,1,1,1,1,1,1,0.3092,0.3695,0.0088,1,0.3136,1,1,1,1,1,1,0.0112,0.3136,0.011,1,0.6145,1,1,1,0.117,0.6145,0.0748,1,1,1,1,1,0.144407943,0.011833644,0.627623081,1,1,1,1,1,0.041857302,0.019207215,0.127564132,1,1,1,1,1,0.275001138,0.073019765,0.838931851,0.838798392,0.839539007
-4147,1,0.3695,1,1,1,1,1,1,1,1,0.0579,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0046,0.3136,0,1,0.6145,1,1,1,0.0725,0.6145,0,1,1,1,1,1,0.055214413,0,0.170705169,1,1,1,1,1,0.007874383,0,0.161029577,1,1,1,1,1,0.137354031,0,0.799661672,0.799661519,0.79964539
-4148,1,0.3695,1,1,1,1,1,1,1,1,0.0366,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0076,0.3136,0,1,0.6145,1,1,1,0.0694,0.6145,0,1,1,1,1,1,0.019819459,0,0.865145445,1,1,1,1,1,0.010209421,0,0.350481689,1,1,1,1,1,0.137852043,0,0.781476559,0.781468162,0.781914894
-4149,1,0.3695,1,1,1,1,1,1,1,1,0.0658,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0768,0.3136,0,1,0.6145,1,1,1,0.0774,0.6145,0,1,1,1,1,1,0.061116677,0,0.934445858,1,1,1,1,1,0.0789662,0,1,1,1,1,1,1,0.168259278,0,0.752054132,0.752062619,0.752216312
-4150,1,0.3695,1,1,1,1,1,1,1,1,0.0933,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1137,0.3136,0,1,0.6145,1,1,1,0.124,0.6145,0,1,1,1,1,1,0.085083134,0,1,1,1,1,1,1,0.121551767,0,0.617360234,1,1,1,1,1,0.278669477,0,0.691578057,0.691559128,0.691932624
-4151,1,0.3695,1,1,1,1,1,1,1,1,0.0749,0.3695,0,1,0.3136,1,1,1,1,1,1,0.165,0.3136,0,1,0.6145,1,1,1,0.1318,0.6145,0,1,1,1,1,1,0.106814429,0,1,1,1,1,1,1,0.164984122,0,0.786654949,1,1,1,1,1,0.258418083,0,0.626087482,0.626189972,0.626329787
-4152,1,0.3695,1,1,1,1,1,1,1,1,0.0971,0.3695,0,1,0.3136,1,1,1,1,1,1,0.3517,0.3136,0,1,0.6145,1,1,1,0.0957,0.6145,0,1,1,1,1,1,0.205582872,0,0.838231623,1,1,1,1,1,0.357802421,0,0.484408438,1,1,1,1,1,0.128037348,0,0.57322378,0.573302306,0.57358156
-4153,1,0.3695,1,1,1,1,1,1,1,1,0.0931,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2228,0.3136,0,1,0.6145,1,1,1,0.0436,0.6145,0,1,1,1,1,1,0.156874716,0,0.800204277,1,1,1,1,1,0.228976637,0,0.163383245,1,1,1,1,1,0.060067035,0,0.540297245,0.540300402,0.540336879
-4154,1,0.3695,1,1,1,1,1,1,1,1,0.0754,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2274,0.3136,0,1,0.6145,1,1,1,0.0286,0.6145,0,1,1,1,1,1,0.148560256,0,0.461551487,1,1,1,1,1,0.240783632,0,0.860601783,1,1,1,1,1,0.044120077,0,0.517218463,0.517241379,0.517287234
-4155,1,0.3695,1,1,1,1,1,1,1,1,0.0909,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2078,0.3136,0,1,0.6145,1,1,1,0.039,0.6145,0,1,1,1,1,1,0.157618135,0,0.93327117,1,1,1,1,1,0.227170125,0,0.249363631,1,1,1,1,1,0.050677747,0,0.503020783,0.502855934,0.503102837
-4156,1,0.3695,1,1,1,1,1,1,1,1,0.0941,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1753,0.3136,0,1,0.6145,1,1,1,0.0671,0.6145,0,1,1,1,1,1,0.15662919,0,0.947596669,1,1,1,1,1,0.232682288,0,0.381533802,1,1,1,1,1,0.122747377,0,0.498489609,0.498624921,0.498670213
-4157,1,0.3695,1,1,1,1,1,1,1,1,0.0808,0.3695,0.0043,1,0.3136,1,1,1,1,1,1,0.2001,0.3136,0.0043,1,0.6145,1,1,1,0.1314,0.6145,0.1029,1,1,1,1,1,0.108105399,0.000749537,0.274481535,1,1,1,1,1,0.247389168,0.006309402,0.279906303,1,1,1,1,1,0.181915641,0.036992289,0.500906235,0.500740427,0.500886525
-4158,1,0.3695,1,1,1,1,1,1,1,1,0.2364,0.3695,0.0623,1,0.3136,1,1,1,1,1,1,0.1164,0.3136,0.0961,1,0.6145,1,1,1,0.0853,0.6145,0.1103,1,1,1,1,1,0.140109241,0.115723588,0.145686239,1,1,1,1,1,0.165340796,0.276739597,0.367285371,1,1,1,1,1,0.187013179,0.149525836,0.518970517,0.518933785,0.519060284
-4159,1,0.3695,1,1,1,1,1,1,1,1,0.0921,0.3695,0.2003,1,0.3136,1,1,1,1,1,1,0.105,0.3136,0.2305,1,0.6145,1,1,1,0.0177,0.6145,0.2199,1,1,1,1,1,0.072692595,0.477467179,0.644698262,1,1,1,1,1,0.118898243,0.55939585,0.028154714,1,1,1,1,1,0.037892215,0.344048083,0.554434509,0.554474297,0.554521277
-4160,1,0.3689,1,1,1,1,1,1,1,1,0.0308,0.3689,0.3362,1,0.3134,1,1,1,1,1,1,0.0813,0.3134,0.3627,1,0.6143,1,1,1,0.0246,0.6143,0.3598,1,1,1,1,1,0.026179455,0.654653251,0.334136546,1,1,1,1,1,0.083708294,0.737159729,0,1,1,1,1,1,0.057957254,0.484429091,0.602223296,0.602284747,0.602393617
-4161,1,0.3683,1,1,1,1,1,1,1,1,0.0188,0.3683,0.4571,1,0.3131,1,1,1,1,1,1,0.1139,0.3131,0.4839,1,0.6141,1,1,1,0.0186,0.6141,0.475,1,1,1,1,1,0.016196841,0.750433028,0.134679168,1,1,1,1,1,0.102998361,0.826508582,0.070798434,1,1,1,1,1,0.074394904,0.615289569,0.645722571,0.645864184,0.645833333
-4162,1,0.3678,1,1,1,1,1,1,1,1,0.0354,0.3678,0.5548,1,0.3128,1,1,1,1,1,1,0.1295,0.3128,0.5896,1,0.6139,1,1,1,0.0264,0.6139,0.4866,1,1,1,1,1,0.031360608,0.848404706,0.157172307,1,1,1,1,1,0.108021095,0.89993459,0.18535839,1,1,1,1,1,0.047945783,0.655210435,0.683542774,0.683731754,0.683510638
-4163,1,0.3672,1,1,1,1,1,1,1,1,0.0176,0.3672,0.5854,1,0.3125,1,1,1,1,1,1,0.0921,0.3125,0.6302,1,0.6136,1,1,1,0.0514,0.6136,0.4501,1,1,1,1,1,0.0225068,0.863352895,0.283339113,1,1,1,1,1,0.078167155,0.903567493,0.188301057,1,1,1,1,1,0.078853182,0.726300657,0.711515225,0.711656442,0.71143617
-4164,1,0.3666,1,1,1,1,1,1,1,1,0.0072,0.3666,0.6017,1,0.3123,1,1,1,1,1,1,0.1611,0.3123,0.6216,1,0.6134,1,1,1,0.1364,0.6134,0.4314,1,1,1,1,1,0.01650835,0.826288164,0.280575931,1,1,1,1,1,0.124330513,0.904439986,0.193699747,1,1,1,1,1,0.198015288,0.817036271,0.728794103,0.728792046,0.729166667
-4165,1,0.3661,1,1,1,1,1,1,1,1,0.0462,0.3661,0.6029,1,0.312,1,1,1,1,1,1,0.1398,0.312,0.6042,1,0.6132,1,1,1,0.11,0.6132,0.5297,1,1,1,1,1,0.068615146,0.823775113,0.201978669,1,1,1,1,1,0.109407395,0.909853458,0.180978283,1,1,1,1,1,0.104848221,0.798485458,0.736648139,0.73661942,0.736702128
-4166,1,0.3655,1,1,1,1,1,1,1,1,0.1345,0.3655,0.541,1,0.3117,1,1,1,1,1,1,0.1145,0.3117,0.5685,1,0.613,1,1,1,0.0741,0.613,0.458,1,1,1,1,1,0.294094652,0.809991419,0.232701197,1,1,1,1,1,0.118712842,0.904442489,0.161787182,1,1,1,1,1,0.076867543,0.744207561,0.741662639,0.741696636,0.742021277
-4167,1,0.3649,1,1,1,1,1,1,1,1,0.1402,0.3649,0.425,1,0.3114,1,1,1,1,1,1,0.1519,0.3114,0.4758,1,0.6128,1,1,1,0.0654,0.6128,0.3625,1,1,1,1,1,0.235526413,0.706161559,0.188829795,1,1,1,1,1,0.178430066,0.870500684,0.115296334,1,1,1,1,1,0.087666094,0.551460564,0.74359594,0.743600592,0.743794326
-4168,1,0.3644,1,1,1,1,1,1,1,1,0.2261,0.3644,0.286,1,0.3112,1,1,1,1,1,1,0.3723,0.3112,0.3732,1,0.6125,1,1,1,0.1445,0.6125,0.2125,1,1,1,1,1,0.383856565,0.565360427,0.219514802,1,1,1,1,1,0.372148991,0.790781438,0.104263097,1,1,1,1,1,0.239224717,0.324741066,0.737373127,0.737465623,0.737588652
-4169,1,0.3638,1,1,1,1,1,1,1,1,0.2576,0.3638,0.1556,1,0.3109,1,1,1,1,1,1,0.3982,0.3109,0.2119,1,0.6123,1,1,1,0.1505,0.6123,0.1155,1,1,1,1,1,0.335396558,0.582435429,0.261358827,1,1,1,1,1,0.397063196,0.762791753,0.153729066,1,1,1,1,1,0.238438249,0.152852401,0.714415176,0.714618151,0.714539007
-4170,1,0.3632,1,1,1,1,1,1,1,1,0.2741,0.3632,0.072,1,0.3106,1,1,1,1,1,1,0.1991,0.3106,0.1158,1,0.6121,1,1,1,0.1292,0.6121,0.0366,1,1,1,1,1,0.18820937,0.445662647,0.573776722,1,1,1,1,1,0.309197217,0.55553019,0.434060752,1,1,1,1,1,0.261624396,0.056170706,0.680642823,0.680770044,0.680851064
-4171,1,0.3626,1,1,1,1,1,1,1,1,0.0982,0.3626,0.0689,1,0.3103,1,1,1,1,1,1,0.0214,0.3103,0.1682,1,0.6119,1,1,1,0.119,0.6119,0,1,1,1,1,1,0.064640507,0.113897189,0.574818373,1,1,1,1,1,0.035934836,0.213216126,0.310075134,1,1,1,1,1,0.246045604,0,0.650737071,0.65072985,0.65070922
-4172,1,0.3621,1,1,1,1,1,1,1,1,0.0465,0.3621,0,1,0.3101,1,1,1,1,1,1,0.0873,0.3101,0,1,0.6117,1,1,1,0.0224,0.6117,0,1,1,1,1,1,0.077794962,0,0.545572519,1,1,1,1,1,0.104354665,0,0.32499817,1,1,1,1,1,0.11466527,0,0.634968584,0.63486355,0.635195035
-4173,1,0.3615,1,1,1,1,1,1,1,1,0.0941,0.3615,0,1,0.3098,1,1,1,1,1,1,0.1408,0.3098,0,1,0.6114,1,1,1,0.0212,0.6114,0,1,1,1,1,1,0.144716814,0,0.367653579,1,1,1,1,1,0.184234038,0,0.270120978,1,1,1,1,1,0.09744662,0,0.619925085,0.619843453,0.620124113
-4174,1,0.3609,1,1,1,1,1,1,1,1,0.0893,0.3609,0,1,0.3095,1,1,1,1,1,1,0.1671,0.3095,0,1,0.6112,1,1,1,0.0231,0.6112,0,1,1,1,1,1,0.120834276,0,0.258791864,1,1,1,1,1,0.210572883,0,0.140987188,1,1,1,1,1,0.0832645,0,0.575398743,0.575417813,0.575797872
-4175,1,0.3604,1,1,1,1,1,1,1,1,0.1799,0.3604,0,1,0.3092,1,1,1,1,1,1,0.234,0.3092,0,1,0.611,1,1,1,0.0573,0.611,0,1,1,1,1,1,0.284091234,0,0.452103674,1,1,1,1,1,0.293886423,0,0.186446071,1,1,1,1,1,0.11543759,0,0.523682939,0.52379945,0.523492908
-4176,1,0.3598,1,1,1,1,1,1,1,1,0.2044,0.3598,0,1,0.309,1,1,1,1,1,1,0.2366,0.309,0,1,0.6108,1,1,1,0.1182,0.6108,0,1,1,1,1,1,0.301703215,0,0.803771019,1,1,1,1,1,0.265762538,0,0.125838742,1,1,1,1,1,0.242929801,0,0.483204447,0.483181722,0.483156028
-4177,1,0.3592,1,1,1,1,1,1,1,1,0.2302,0.3592,0,1,0.3087,1,1,1,1,1,1,0.222,0.3087,0,1,0.6105,1,1,1,0.1424,0.6105,0,1,1,1,1,1,0.333557278,0,0.651081204,1,1,1,1,1,0.285174668,0,0.071521997,1,1,1,1,1,0.244196489,0,0.453479942,0.453564629,0.453457447
-4178,1,0.3587,1,1,1,1,1,1,1,1,0.2338,0.3587,0,1,0.3084,1,1,1,1,1,1,0.2463,0.3084,0,1,0.6103,1,1,1,0.1409,0.6103,0,1,1,1,1,1,0.293225557,0,0.64940536,1,1,1,1,1,0.306483328,0,0.108214661,1,1,1,1,1,0.240016744,0,0.434388594,0.434525069,0.434840426
-4179,1,0.3581,1,1,1,1,1,1,1,1,0.2237,0.3581,0,1,0.3082,1,1,1,1,1,1,0.2619,0.3082,0,1,0.6101,1,1,1,0.1671,0.6101,0,1,1,1,1,1,0.271757185,0,0.571675658,1,1,1,1,1,0.319681525,0,0.128826976,1,1,1,1,1,0.224445581,0,0.422788787,0.422678231,0.42287234
-4180,1,0.3575,1,1,1,1,1,1,1,1,0.1946,0.3575,0,1,0.3079,1,1,1,1,1,1,0.2826,0.3079,0,1,0.6099,1,1,1,0.1367,0.6099,0,1,1,1,1,1,0.237801835,0,0.393149972,1,1,1,1,1,0.353165388,0,0.156425655,1,1,1,1,1,0.240509614,0,0.417774287,0.417812566,0.417553191
-4181,1,0.357,1,1,1,1,1,1,1,1,0.1926,0.357,0.189,1,0.3076,1,1,1,1,1,1,0.2585,0.3076,0.2137,1,0.6097,1,1,1,0.2276,0.6097,0.1265,1,1,1,1,1,0.278965384,0.380127132,0.213617697,1,1,1,1,1,0.348058283,0.360403419,0.157460213,1,1,1,1,1,0.41511488,0.307241827,0.411732721,0.411677597,0.41179078
-4182,1,0.3564,1,1,1,1,1,1,1,1,0.1098,0.3564,0.0883,1,0.3073,1,1,1,1,1,1,0.065,0.3073,0.1337,1,0.6094,1,1,1,0.2482,0.6094,0.0926,1,1,1,1,1,0.131256685,0.686822772,0.277098,1,1,1,1,1,0.092147015,0.675272644,0.275837213,1,1,1,1,1,0.496715605,0.62692523,0.429676172,0.429870954,0.429964539
-4183,1,0.3558,1,1,1,1,1,1,1,1,0.0894,0.3558,0.2346,1,0.3071,1,1,1,1,1,1,0.0614,0.3071,0.2722,1,0.6092,1,1,1,0.2787,0.6092,0.223,1,1,1,1,1,0.122980729,0.866323233,0.19949457,1,1,1,1,1,0.079586856,0.86388427,0.415231436,1,1,1,1,1,0.460950851,0.81747514,0.470396327,0.470488682,0.470301418
-4184,1,0.3553,1,1,1,1,1,1,1,1,0.0447,0.3553,0.4067,1,0.3068,1,1,1,1,1,1,0.0213,0.3068,0.4308,1,0.609,1,1,1,0.3419,0.609,0.3964,1,1,1,1,1,0.05414971,0.931410909,0.04767219,1,1,1,1,1,0.020887725,0.923099875,0.14474006,1,1,1,1,1,0.42847535,0.907724261,0.520782987,0.520837741,0.521276596
-4185,1,0.3547,1,1,1,1,1,1,1,1,0.028,0.3547,0.5354,1,0.3065,1,1,1,1,1,1,0.0688,0.3065,0.5428,1,0.6088,1,1,1,0.3777,0.6088,0.5294,1,1,1,1,1,0.045509379,0.947784305,0.023423497,1,1,1,1,1,0.062092315,0.917539775,0.080131426,1,1,1,1,1,0.48204723,0.941620946,0.564886419,0.564840279,0.565159574
-4186,1,0.3541,1,1,1,1,1,1,1,1,0.03,0.3541,0.6306,1,0.3062,1,1,1,1,1,1,0.0168,0.3062,0.6218,1,0.6086,1,1,1,0.3001,0.6086,0.6312,1,1,1,1,1,0.053486586,0.945886195,0.005050672,1,1,1,1,1,0.018095713,0.923344791,0.041481417,1,1,1,1,1,0.453157753,0.959257603,0.596665056,0.59678443,0.597074468
-4187,1,0.3536,1,1,1,1,1,1,1,1,0.0252,0.3536,0.6745,1,0.306,1,1,1,1,1,1,0.0257,0.306,0.6687,1,0.6083,1,1,1,0.1887,0.6083,0.6708,1,1,1,1,1,0.043577269,0.949210525,0.008372298,1,1,1,1,1,0.023325911,0.932496071,0,1,1,1,1,1,0.311498642,0.950859964,0.61859594,0.618574149,0.618794326
-4188,1,0.353,1,1,1,1,1,1,1,1,0.0268,0.353,0.6685,1,0.3057,1,1,1,1,1,1,0.0146,0.3057,0.6634,1,0.6081,1,1,1,0.1936,0.6081,0.6657,1,1,1,1,1,0.043522157,0.929816723,0.031815749,1,1,1,1,1,0.020317303,0.915879726,0.005124084,1,1,1,1,1,0.393442214,0.931479335,0.632551957,0.632748043,0.632978723
-4189,1,0.3524,1,1,1,1,1,1,1,1,0.0387,0.3524,0.6592,1,0.3054,1,1,1,1,1,1,0.0085,0.3054,0.6569,1,0.6079,1,1,1,0.1297,0.6079,0.6492,1,1,1,1,1,0.027039368,0.925941288,0.043522224,1,1,1,1,1,0.014531272,0.900663733,0.036041364,1,1,1,1,1,0.302256435,0.935854971,0.641735138,0.641844722,0.641843972
-4190,1,0.3519,1,1,1,1,1,1,1,1,0.09,0.3519,0.5789,1,0.3051,1,1,1,1,1,1,0.003,0.3051,0.5749,1,0.6077,1,1,1,0.1126,0.6077,0.5717,1,1,1,1,1,0.033929653,0.893359959,0.065608218,1,1,1,1,1,0.008038621,0.775790691,0.187880114,1,1,1,1,1,0.29401648,0.92170608,0.651824553,0.651787603,0.652039007
-4191,1,0.3513,1,1,1,1,1,1,1,1,0.1123,0.3513,0.4474,1,0.3049,1,1,1,1,1,1,0,0.3049,0.3695,1,0.6075,1,1,1,0.0832,0.6075,0.4652,1,1,1,1,1,0.027404942,0.742291927,0.114988849,1,1,1,1,1,0.014646105,0.530024171,0.275352627,1,1,1,1,1,0.217856884,0.898490548,0.662155631,0.662153586,0.662234043
-4192,1,0.3507,1,1,1,1,1,1,1,1,0.1374,0.3507,0.278,1,0.3046,1,1,1,1,1,1,0.0714,0.3046,0.2678,1,0.6072,1,1,1,0.0792,0.6072,0.3128,1,1,1,1,1,0.053341568,0.45002538,0.274404526,1,1,1,1,1,0.067203932,0.414099097,0.834983826,1,1,1,1,1,0.19381988,0.85556221,0.671338811,0.671461815,0.671542553
-4193,1,0.3501,1,1,1,1,1,1,1,1,0.1517,0.3501,0.1607,1,0.3043,1,1,1,1,1,1,0.084,0.3043,0.1913,1,0.607,1,1,1,0.038,0.607,0.1518,1,1,1,1,1,0.070769951,0.484190941,0.445969313,1,1,1,1,1,0.081882522,0.39310506,0.687033534,1,1,1,1,1,0.111742124,0.762750626,0.671580474,0.671673366,0.671542553
-4194,1,0.3496,1,1,1,1,1,1,1,1,0.1529,0.3496,0.0851,1,0.304,1,1,1,1,1,1,0.0792,0.304,0.0951,1,0.6068,1,1,1,0.0375,0.6068,0.0827,1,1,1,1,1,0.068607569,0.270016849,0.595854759,1,1,1,1,1,0.098457962,0.199486136,0.546664953,1,1,1,1,1,0.090344094,0.509705305,0.664753504,0.664692194,0.664893617
-4195,1,0.349,1,1,1,1,1,1,1,1,0.1331,0.349,0,1,0.3038,1,1,1,1,1,1,0.0386,0.3038,0,1,0.6066,1,1,1,0.0713,0.6066,0.0997,1,1,1,1,1,0.065346539,7.39E-05,0.677960396,1,1,1,1,1,0.062302209,0.00012552,0.264131933,1,1,1,1,1,0.197042108,0.046046108,0.653334944,0.653480008,0.653812057
-4196,1,0.3484,1,1,1,1,1,1,1,1,0.1922,0.3484,0,1,0.3035,1,1,1,1,1,1,0.0678,0.3035,0,1,0.6063,1,1,1,0.0784,0.6063,0,1,1,1,1,1,0.101535998,0,0.788325787,1,1,1,1,1,0.119566932,0,0.183950275,1,1,1,1,1,0.186386734,0,0.658107782,0.658134123,0.658244681
-4197,1,0.3479,1,1,1,1,1,1,1,1,0.2557,0.3479,0,1,0.3032,1,1,1,1,1,1,0.1238,0.3032,0,1,0.6061,1,1,1,0.1042,0.6061,0,1,1,1,1,1,0.16059491,0,0.670482635,1,1,1,1,1,0.192071691,0,0.164669901,1,1,1,1,1,0.239642471,0,0.648924601,0.648825894,0.64893617
-4198,1,0.3473,1,1,1,1,1,1,1,1,0.2174,0.3473,0,1,0.3029,1,1,1,1,1,1,0.1324,0.3029,0,1,0.6059,1,1,1,0.0859,0.6059,0,1,1,1,1,1,0.166157439,0,0.460523367,1,1,1,1,1,0.188497007,0,0.199295819,1,1,1,1,1,0.146455824,0,0.598296278,0.598476835,0.598404255
-4199,1,0.3467,1,1,1,1,1,1,1,1,0.1366,0.3467,0,1,0.3027,1,1,1,1,1,1,0.114,0.3027,0,1,0.6057,1,1,1,0.0344,0.6057,0,1,1,1,1,1,0.10500221,0,0.247691154,1,1,1,1,1,0.136803865,0,0.203269124,1,1,1,1,1,0.101485714,0,0.542230546,0.542204358,0.542109929
-4200,1,0.3462,1,1,1,1,1,1,1,1,0.1717,0.3462,0,1,0.3024,1,1,1,1,1,1,0.126,0.3024,0,1,0.6055,1,1,1,0.0472,0.6055,0,1,1,1,1,1,0.125074193,0,0.156088963,1,1,1,1,1,0.168526351,0,0.399188221,1,1,1,1,1,0.11027687,0,0.49957709,0.499682674,0.5
-4201,1,0.3456,1,1,1,1,1,1,1,1,0.2165,0.3456,0,1,0.3021,1,1,1,1,1,1,0.1982,0.3021,0,1,0.6052,1,1,1,0.0519,0.6052,0,1,1,1,1,1,0.128429785,0,0.267875463,1,1,1,1,1,0.234149367,0,0.513961792,1,1,1,1,1,0.168949351,0,0.473719188,0.473661942,0.473847518
-4202,1,0.345,1,1,1,1,1,1,1,1,0.1645,0.345,0,1,0.3019,1,1,1,1,1,1,0.1928,0.3019,0,1,0.605,1,1,1,0.0409,0.605,0,1,1,1,1,1,0.090474181,0,0.579443336,1,1,1,1,1,0.224511638,0,1,1,1,1,1,1,0.17587842,0,0.458977767,0.459064946,0.459219858
-4203,1,0.3445,1,1,1,1,1,1,1,1,0.2475,0.3445,0,1,0.3016,1,1,1,1,1,1,0.2183,0.3016,0,1,0.6048,1,1,1,0.0389,0.6048,0,1,1,1,1,1,0.145147085,0,0.839278579,1,1,1,1,1,0.235399693,0,0.714585662,1,1,1,1,1,0.095526345,0,0.45378202,0.453776179,0.453900709
-4204,1,0.3439,1,1,1,1,1,1,1,1,0.1647,0.3439,0,1,0.3013,1,1,1,1,1,1,0.1012,0.3013,0,1,0.6046,1,1,1,0.0456,0.6046,0,1,1,1,1,1,0.130890489,0,0.817849636,1,1,1,1,1,0.131898418,0,1,1,1,1,1,1,0.051015951,0,0.461696472,0.461815105,0.461879433
-4205,1,0.3433,1,1,1,1,1,1,1,1,0.1152,0.3433,0.0729,1,0.301,1,1,1,1,1,1,0.1342,0.301,0.0045,1,0.6044,1,1,1,0.0497,0.6044,0.0372,1,1,1,1,1,0.107621603,0.05881688,0.39895317,1,1,1,1,1,0.159934953,0.007450704,0.955534816,1,1,1,1,1,0.060222402,0.041144729,0.487373127,0.487412735,0.48714539
-4206,1,0.3428,1,1,1,1,1,1,1,1,0.0718,0.3428,0.1009,1,0.3008,1,1,1,1,1,1,0.0306,0.3008,0.0667,1,0.6041,1,1,1,0.0423,0.6041,0.0753,1,1,1,1,1,0.060780846,0.153963029,0.271483183,1,1,1,1,1,0.056599773,0.0726422,1,1,1,1,1,1,0.100827903,0.213522136,0.546036733,0.54601227,0.546099291
-4207,1,0.3422,1,1,1,1,1,1,1,1,0.0249,0.3422,0.1676,1,0.3005,1,1,1,1,1,1,0,0.3005,0.0988,1,0.6039,1,1,1,0.0317,0.6039,0.2139,1,1,1,1,1,0.015715146,0.218862772,0.579425216,1,1,1,1,1,0.008336566,0.139622867,0.994492173,1,1,1,1,1,0.09477707,0.413489044,0.611164814,0.611169875,0.611258865
-4208,1,0.3416,1,1,1,1,1,1,1,1,0.0542,0.3416,0.2093,1,0.3002,1,1,1,1,1,1,0,0.3002,0.1514,1,0.6037,1,1,1,0.0281,0.6037,0.3436,1,1,1,1,1,0.006083617,0.281898379,0.622712672,1,1,1,1,1,0.017832858,0.292516768,1,1,1,1,1,1,0.043517277,0.453528643,0.648562107,0.648614343,0.64893617
-4209,1,0.3411,1,1,1,1,1,1,1,1,0.0784,0.3411,0.2328,1,0.2999,1,1,1,1,1,1,0,0.2999,0.2216,1,0.6035,1,1,1,0.0373,0.6035,0.3719,1,1,1,1,1,0.011306429,0.347062021,0.787559271,1,1,1,1,1,0.01132273,0.32455343,1,1,1,1,1,1,0.051185854,0.463855863,0.669224263,0.669134758,0.669326241
-4210,1,0.3405,1,1,1,1,1,1,1,1,0.1206,0.3405,0.2979,1,0.2997,1,1,1,1,1,1,0,0.2997,0.2792,1,0.6033,1,1,1,0.0281,0.6033,0.402,1,1,1,1,1,0.022972103,0.425614417,0.856295288,1,1,1,1,1,0.010841716,0.387314528,1,1,1,1,1,1,0.041709386,0.492200315,0.684086515,0.683943304,0.683953901
-4211,1,0.3399,1,1,1,1,1,1,1,1,0.1204,0.3399,0.3235,1,0.2994,1,1,1,1,1,1,0.0041,0.2994,0.3546,1,0.603,1,1,1,0.0283,0.603,0.4323,1,1,1,1,1,0.064041883,0.459847033,0.652921736,1,1,1,1,1,0.014962133,0.538085461,1,1,1,1,1,1,0.044925213,0.497460395,0.686865636,0.686905014,0.687056738
-4212,1,0.3394,1,1,1,1,1,1,1,1,0.1029,0.3394,0.348,1,0.2991,1,1,1,1,1,1,0.0102,0.2991,0.5518,1,0.6028,1,1,1,0.046,0.6028,0.3933,1,1,1,1,1,0.10092894,0.53833425,0.781952262,1,1,1,1,1,0.020422971,0.768414795,0.974535108,1,1,1,1,1,0.056391664,0.498739064,0.684267762,0.684366406,0.684397163
-4213,1,0.3388,1,1,1,1,1,1,1,1,0.0996,0.3388,0.4524,1,0.2988,1,1,1,1,1,1,0.104,0.2988,0.5912,1,0.6026,1,1,1,0.1143,0.6026,0.3494,1,1,1,1,1,0.090286873,0.725911498,0.437458038,1,1,1,1,1,0.106887192,0.849054158,0.42672202,1,1,1,1,1,0.154747382,0.522318363,0.682092798,0.682039348,0.682180851
-4214,1,0.3382,1,1,1,1,1,1,1,1,0.129,0.3382,0.4243,1,0.2986,1,1,1,1,1,1,0.0128,0.2986,0.5081,1,0.6024,1,1,1,0.0538,0.6024,0.314,1,1,1,1,1,0.0623549,0.648545206,0.647722602,1,1,1,1,1,0.054624058,0.659252048,0.424425423,1,1,1,1,1,0.12475577,0.488299221,0.679374094,0.67950074,0.679521277
-4215,1,0.3376,1,1,1,1,1,1,1,1,0.2007,0.3376,0.3714,1,0.2983,1,1,1,1,1,1,0.0643,0.2983,0.3934,1,0.6021,1,1,1,0.0559,0.6021,0.3115,1,1,1,1,1,0.083440058,0.589224696,0.612799525,1,1,1,1,1,0.049592331,0.489732265,0.124992415,1,1,1,1,1,0.149705574,0.431011856,0.677863702,0.677808335,0.678191489
-4216,1,0.3371,1,1,1,1,1,1,1,1,0.145,0.3371,0.2726,1,0.298,1,1,1,1,1,1,0.0364,0.298,0.2812,1,0.6019,1,1,1,0.0626,0.6019,0.177,1,1,1,1,1,0.059525505,0.46711126,0.639344871,1,1,1,1,1,0.053491451,0.504046977,0.014873037,1,1,1,1,1,0.218417123,0.383673817,0.673695022,0.673577322,0.673758865
-4217,1,0.3365,1,1,1,1,1,1,1,1,0.0947,0.3365,0.1542,1,0.2977,1,1,1,1,1,1,0.0078,0.2977,0.1914,1,0.6017,1,1,1,0.1217,0.6017,0.1294,1,1,1,1,1,0.019149516,0.345799625,0.344304085,1,1,1,1,1,0.029519536,0.40971899,0.055172253,1,1,1,1,1,0.094127931,0.359638989,0.669224263,0.669134758,0.669326241
-4218,1,0.3359,1,1,1,1,1,1,1,1,0.0873,0.3359,0.0637,1,0.2975,1,1,1,1,1,1,0.0344,0.2975,0.0871,1,0.6015,1,1,1,0.1301,0.6015,0.0404,1,1,1,1,1,0.015133962,0.188818023,0.356653154,1,1,1,1,1,0.040389102,0.283831209,0.000361257,1,1,1,1,1,0.148032352,0.139965594,0.65520783,0.655172414,0.655585106
-4219,1,0.3354,1,1,1,1,1,1,1,1,0.0686,0.3354,0.0004,1,0.2972,1,1,1,1,1,1,0.1134,0.2972,0.0176,1,0.6013,1,1,1,0.1192,0.6013,0,1,1,1,1,1,0.049642418,0.002699702,0.488190383,1,1,1,1,1,0.103938565,0.04887924,0,1,1,1,1,1,0.163334429,0,0.63877477,0.638671462,0.639184397
-4220,1,0.3348,1,1,1,1,1,1,1,1,0.099,0.3348,0,1,0.2969,1,1,1,1,1,1,0.2015,0.2969,0,1,0.601,1,1,1,0.1721,0.601,0,1,1,1,1,1,0.15899916,0,0.47196725,1,1,1,1,1,0.216413543,0,0.017050523,1,1,1,1,1,0.191713452,0,0.63599565,0.635921303,0.63608156
-4221,1,0.3342,1,1,1,1,1,1,1,1,0.0941,0.3342,0,1,0.2967,1,1,1,1,1,1,0.1996,0.2967,0,1,0.6008,1,1,1,0.1376,0.6008,0,1,1,1,1,1,0.140183955,0,0.660698175,1,1,1,1,1,0.232576996,0,0.008632723,1,1,1,1,1,0.113444008,0,0.614246013,0.614343135,0.614361702
-4222,1,0.3337,1,1,1,1,1,1,1,1,0.0915,0.3337,0,1,0.2964,1,1,1,1,1,1,0.2699,0.2964,0,1,0.6006,1,1,1,0.1968,0.6006,0,1,1,1,1,1,0.163364753,0,0.388594031,1,1,1,1,1,0.240418851,0,0,1,1,1,1,1,0.08975859,0,0.555944901,0.555955151,0.556294326
-4223,1,0.3331,1,1,1,1,1,1,1,1,0.0581,0.3331,0,1,0.2961,1,1,1,1,1,1,0.5806,0.2961,0,1,0.6004,1,1,1,0.1629,0.6004,0,1,1,1,1,1,0.147887573,0,0.333012491,1,1,1,1,1,0.548021555,0,0.038072255,1,1,1,1,1,0.080213301,0,0.49818753,0.498201819,0.49822695
-4224,1,0.3325,1,1,1,1,1,1,1,1,0.0603,0.3325,0,1,0.2958,1,1,1,1,1,1,0.5003,0.2958,0,1,0.6002,1,1,1,0.154,0.6002,0,1,1,1,1,1,0.121986516,0,0.223267049,1,1,1,1,1,0.499392062,0,0.093199745,1,1,1,1,1,0.088045046,0,0.457346544,0.457372541,0.457446809
-4225,1,0.332,1,1,1,1,1,1,1,1,0.0891,0.332,0,1,0.2956,1,1,1,1,1,1,0.3943,0.2956,0,1,0.5999,1,1,1,0.0953,0.5999,0,1,1,1,1,1,0.147306576,0,0.115742184,1,1,1,1,1,0.394907027,0,0.272800028,1,1,1,1,1,0.059694115,0,0.432576124,0.432621113,0.432624113
-4226,1,0.3314,1,1,1,1,1,1,1,1,0.1126,0.3314,0,1,0.2953,1,1,1,1,1,1,0.3509,0.2953,0,1,0.5997,1,1,1,0.0927,0.5997,0,1,1,1,1,1,0.182819426,0,0.038695127,1,1,1,1,1,0.385900497,0,0.499563396,1,1,1,1,1,0.060552008,0,0.419043016,0.41908187,0.419326241
-4227,1,0.3308,1,1,1,1,1,1,1,1,0.1106,0.3308,0,1,0.295,1,1,1,1,1,1,0.2773,0.295,0,1,0.5995,1,1,1,0.1103,0.5995,0,1,1,1,1,1,0.146626428,0,0.050252944,1,1,1,1,1,0.316981196,0,0.637344003,1,1,1,1,1,0.090112381,0,0.412397293,0.412312249,0.412234043
-4228,1,0.3303,1,1,1,1,1,1,1,1,0.1401,0.3303,0,1,0.2947,1,1,1,1,1,1,0.2767,0.2947,0,1,0.5993,1,1,1,0.0968,0.5993,0,1,1,1,1,1,0.220440999,0,0.20191583,1,1,1,1,1,0.296649158,0,0.68420738,1,1,1,1,1,0.109924406,0,0.418438859,0.418447218,0.418439716
-4229,1,0.3297,1,1,1,1,1,1,1,1,0.1417,0.3297,0.1207,1,0.2945,1,1,1,1,1,1,0.3196,0.2945,0.145,1,0.5991,1,1,1,0.0824,0.5991,0,1,1,1,1,1,0.152731225,0.230652124,0.290930837,1,1,1,1,1,0.306741416,0.25126788,0.709796131,1,1,1,1,1,0.082055643,0.000144555,0.440732238,0.440660038,0.440602837
-4230,1,0.3291,1,1,1,1,1,1,1,1,0.1477,0.3291,0.1022,1,0.2942,1,1,1,1,1,1,0.2581,0.2942,0.1338,1,0.5988,1,1,1,0.0949,0.5988,0.0082,1,1,1,1,1,0.20116438,0.531180263,0.208029717,1,1,1,1,1,0.252004206,0.539397895,0.760868609,1,1,1,1,1,0.133663386,0.178241268,0.494925085,0.494817009,0.495124113
-4231,1,0.3286,1,1,1,1,1,1,1,1,0.0587,0.3286,0.2362,1,0.2939,1,1,1,1,1,1,0.1675,0.2939,0.2663,1,0.5986,1,1,1,0.01,0.5986,0.18,1,1,1,1,1,0.053389281,0.733279407,0.437936693,1,1,1,1,1,0.145281047,0.746178031,1,1,1,1,1,1,0.007588879,0.456070811,0.552440793,0.552570341,0.552748227
-4232,1,0.328,1,1,1,1,1,1,1,1,0.1048,0.328,0.3808,1,0.2936,1,1,1,1,1,1,0.2233,0.2936,0.4101,1,0.5984,1,1,1,0.0093,0.5984,0.3199,1,1,1,1,1,0.129925832,0.768724203,0.630100846,1,1,1,1,1,0.212033391,0.798046112,1,1,1,1,1,1,0.011884114,0.612900198,0.58838811,0.588533954,0.588652482
-4233,1,0.3274,1,1,1,1,1,1,1,1,0.0952,0.3274,0.4803,1,0.2934,1,1,1,1,1,1,0.1499,0.2934,0.5025,1,0.5982,1,1,1,0.0313,0.5982,0.3962,1,1,1,1,1,0.115292139,0.748806179,0.504466474,1,1,1,1,1,0.153599665,0.79525578,1,1,1,1,1,1,0.031186197,0.660035372,0.611587724,0.611804527,0.611702128
-4234,1,0.3269,1,1,1,1,1,1,1,1,0.108,0.3269,0.5357,1,0.2931,1,1,1,1,1,1,0.2782,0.2931,0.5635,1,0.5979,1,1,1,0.039,0.5979,0.4214,1,1,1,1,1,0.151757747,0.727994204,0.439361453,1,1,1,1,1,0.274487525,0.785184622,0.930899262,1,1,1,1,1,0.026292412,0.68329823,0.633639439,0.633805796,0.633865248
-4235,1,0.3263,1,1,1,1,1,1,1,1,0.1316,0.3263,0.5432,1,0.2928,1,1,1,1,1,1,0.3202,0.2928,0.5587,1,0.5977,1,1,1,0.0648,0.5977,0.4538,1,1,1,1,1,0.185021862,0.735778689,0.347412974,1,1,1,1,1,0.324833632,0.764226913,1,1,1,1,1,1,0.070104152,0.684560716,0.64560174,0.645652634,0.645833333
-4236,1,0.3257,1,1,1,1,1,1,1,1,0.1236,0.3257,0.5438,1,0.2925,1,1,1,1,1,1,0.5036,0.2925,0.5235,1,0.5975,1,1,1,0.0428,0.5975,0.4688,1,1,1,1,1,0.151518181,0.737933636,0.411206365,1,1,1,1,1,0.500543654,0.746804893,1,1,1,1,1,1,0.053527232,0.65396899,0.651280812,0.651364502,0.651595745
-4237,1,0.3251,1,1,1,1,1,1,1,1,0.167,0.3251,0.5222,1,0.2923,1,1,1,1,1,1,0.5128,0.2923,0.5203,1,0.5973,1,1,1,0.0556,0.5973,0.4715,1,1,1,1,1,0.247554168,0.712105155,0.802298725,1,1,1,1,1,0.546846628,0.765576541,1,1,1,1,1,1,0.057111192,0.604558885,0.654664089,0.654749312,0.654698582
-4238,1,0.3246,1,1,1,1,1,1,1,1,0.2172,0.3246,0.502,1,0.292,1,1,1,1,1,1,0.4408,0.292,0.5073,1,0.5971,1,1,1,0.1019,0.5971,0.4538,1,1,1,1,1,0.31993863,0.661936045,0.948695838,1,1,1,1,1,0.458730042,0.745941341,1,1,1,1,1,1,0.107275732,0.594790995,0.652670372,0.652633806,0.652925532
-4239,1,0.324,1,1,1,1,1,1,1,1,0.195,0.324,0.413,1,0.2917,1,1,1,1,1,1,0.4128,0.2917,0.4417,1,0.5968,1,1,1,0.1243,0.5968,0.3838,1,1,1,1,1,0.273251593,0.652054906,0.975528955,1,1,1,1,1,0.462335527,0.763454735,1,1,1,1,1,1,0.160563886,0.535702527,0.646205897,0.646287286,0.646276596
-4240,1,0.3234,1,1,1,1,1,1,1,1,0.1776,0.3234,0.3067,1,0.2914,1,1,1,1,1,1,0.5387,0.2914,0.3374,1,0.5966,1,1,1,0.103,0.5966,0.2709,1,1,1,1,1,0.263960481,0.606690705,0.799552679,1,1,1,1,1,0.511781752,0.666902363,1,1,1,1,1,1,0.1261985,0.525466681,0.64282262,0.642902475,0.643173759
-4241,1,0.3229,1,1,1,1,1,1,1,1,0.1815,0.3229,0.1705,1,0.2912,1,1,1,1,1,1,0.4358,0.2912,0.2166,1,0.5964,1,1,1,0.1231,0.5964,0.1508,1,1,1,1,1,0.306880444,0.526119769,0.41961956,1,1,1,1,1,0.419991821,0.594360471,1,1,1,1,1,1,0.144866362,0.406357437,0.637445626,0.637613708,0.637411348
-4242,1,0.3223,1,1,1,1,1,1,1,1,0.2414,0.3223,0.0746,1,0.2909,1,1,1,1,1,1,0.3657,0.2909,0.1064,1,0.5962,1,1,1,0.1938,0.5962,0.0451,1,1,1,1,1,0.398807883,0.298121631,0.932125151,1,1,1,1,1,0.385095119,0.358472437,0.460442662,1,1,1,1,1,0.161762133,0.108215526,0.62318753,0.623228263,0.62322695
-4243,1,0.3217,1,1,1,1,1,1,1,1,0.2719,0.3217,0.0012,1,0.2906,1,1,1,1,1,1,0.2263,0.2906,0.0064,1,0.596,1,1,1,0.162,0.596,0,1,1,1,1,1,0.406930774,0.008524892,0.797150195,1,1,1,1,1,0.256979764,0.012403538,0.722209752,1,1,1,1,1,0.124607511,0,0.609171097,0.609265919,0.609485816
-4244,1,0.3212,1,1,1,1,1,1,1,1,0.2206,0.3212,0,1,0.2904,1,1,1,1,1,1,0.2142,0.2904,0,1,0.5957,1,1,1,0.1995,0.5957,0,1,1,1,1,1,0.411494195,0,0.528430045,1,1,1,1,1,0.242864788,0,0.707452357,1,1,1,1,1,0.182575524,0,0.609291928,0.609265919,0.609485816
-4245,1,0.3206,1,1,1,1,1,1,1,1,0.328,0.3206,0,1,0.2901,1,1,1,1,1,1,0.1483,0.2901,0,1,0.5955,1,1,1,0.1965,0.5955,0,1,1,1,1,1,0.438510627,0,0.906420827,1,1,1,1,1,0.189579725,0,1,1,1,1,1,1,0.201647997,0,0.590563074,0.590649461,0.590868794
-4246,1,0.32,1,1,1,1,1,1,1,1,0.2429,0.32,0,1,0.2898,1,1,1,1,1,1,0.1328,0.2898,0,1,0.5953,1,1,1,0.2113,0.5953,0,1,1,1,1,1,0.296864331,0,0.573798299,1,1,1,1,1,0.146033794,0,0.417640865,1,1,1,1,1,0.247938931,0,0.536853552,0.536704041,0.53679078
-4247,1,0.3195,1,1,1,1,1,1,1,1,0.328,0.3195,0,1,0.2895,1,1,1,1,1,1,0.2999,0.2895,0,1,0.5951,1,1,1,0.2145,0.5951,0,1,1,1,1,1,0.42136842,0,0.491421223,1,1,1,1,1,0.360120028,0,0.283483028,1,1,1,1,1,0.244898304,0,0.480304495,0.480220013,0.480496454
-4248,1,0.3189,1,1,1,1,1,1,1,1,0.437,0.3189,0,1,0.2893,1,1,1,1,1,1,0.4876,0.2893,0,1,0.5948,1,1,1,0.2041,0.5948,0,1,1,1,1,1,0.493652105,0,0.890231967,1,1,1,1,1,0.509060085,0,0.564302087,1,1,1,1,1,0.202780813,0,0.442000967,0.441929342,0.441932624
-4249,1,0.3183,1,1,1,1,1,1,1,1,0.425,0.3183,0,1,0.289,1,1,1,1,1,1,0.2843,0.289,0,1,0.5946,1,1,1,0.2361,0.5946,0,1,1,1,1,1,0.458987802,0,0.840798318,1,1,1,1,1,0.340534836,0,0.61705029,1,1,1,1,1,0.211292773,0,0.418559691,0.418658769,0.418439716
-4250,1,0.3178,1,1,1,1,1,1,1,1,0.3963,0.3178,0,1,0.2887,1,1,1,1,1,1,0.2539,0.2887,0,1,0.5944,1,1,1,0.2421,0.5944,0,1,1,1,1,1,0.401718736,0,0.664237857,1,1,1,1,1,0.347895026,0,0.813390136,1,1,1,1,1,0.247400731,0,0.404543258,0.404696425,0.404698582
-4251,1,0.3172,1,1,1,1,1,1,1,1,0.3567,0.3172,0,1,0.2884,1,1,1,1,1,1,0.1887,0.2884,0,1,0.5942,1,1,1,0.2558,0.5942,0,1,1,1,1,1,0.325392962,0,0.79788065,1,1,1,1,1,0.249425769,0,0.909552097,1,1,1,1,1,0.281958491,0,0.400797487,0.400888513,0.40070922
-4252,1,0.3166,1,1,1,1,1,1,1,1,0.4303,0.3166,0,1,0.2882,1,1,1,1,1,1,0.1586,0.2882,0,1,0.594,1,1,1,0.3089,0.594,0,1,1,1,1,1,0.446727157,0,0.848458827,1,1,1,1,1,0.200823396,0,0.902774334,1,1,1,1,1,0.313622832,0,0.407866119,0.407869685,0.407801418
-4253,1,0.3161,1,1,1,1,1,1,1,1,0.375,0.3161,0.0428,1,0.2879,1,1,1,1,1,1,0.2271,0.2879,0.0797,1,0.5937,1,1,1,0.3313,0.5937,0.0074,1,1,1,1,1,0.398370862,0.073085062,0.881352305,1,1,1,1,1,0.273373902,0.131281406,1,1,1,1,1,1,0.382724404,0.01000403,0.432576124,0.432621113,0.432624113
-4254,1,0.3155,1,1,1,1,1,1,1,1,0.2868,0.3155,0.1073,1,0.2876,1,1,1,1,1,1,0.1801,0.2876,0.1161,1,0.5935,1,1,1,0.3238,0.5935,0.0985,1,1,1,1,1,0.309854716,0.275243819,0.880467534,1,1,1,1,1,0.203456789,0.473010182,0.814975679,1,1,1,1,1,0.368207335,0.220816538,0.487373127,0.487412735,0.48714539
-4255,1,0.3149,1,1,1,1,1,1,1,1,0.2592,0.3149,0.2165,1,0.2873,1,1,1,1,1,1,0.1302,0.2873,0.2643,1,0.5933,1,1,1,0.247,0.5933,0.1985,1,1,1,1,1,0.296534717,0.536165714,0.887020469,1,1,1,1,1,0.152831823,0.731318891,0.843904495,1,1,1,1,1,0.311755151,0.527254581,0.547124215,0.547070023,0.546985816
-4256,1,0.3144,1,1,1,1,1,1,1,1,0.2428,0.3144,0.369,1,0.2871,1,1,1,1,1,1,0.2746,0.2871,0.423,1,0.5931,1,1,1,0.2303,0.5931,0.2864,1,1,1,1,1,0.27233097,0.696089447,0.697787881,1,1,1,1,1,0.278415501,0.866642118,0.698399186,1,1,1,1,1,0.208174571,0.618843555,0.585548574,0.585572245,0.585549645
-4257,1,0.3138,1,1,1,1,1,1,1,1,0.212,0.3138,0.4939,1,0.2868,1,1,1,1,1,1,0.3976,0.2868,0.5249,1,0.5929,1,1,1,0.2264,0.5929,0.3466,1,1,1,1,1,0.328083724,0.825284243,0.401317984,1,1,1,1,1,0.419400454,0.881664634,0.749748468,1,1,1,1,1,0.211483419,0.64178431,0.612373127,0.612439179,0.612588652
-4258,1,0.3132,1,1,1,1,1,1,1,1,0.2024,0.3132,0.5937,1,0.2865,1,1,1,1,1,1,0.5971,0.2865,0.6044,1,0.5926,1,1,1,0.1743,0.5926,0.3947,1,1,1,1,1,0.338831246,0.839011967,0.424452484,1,1,1,1,1,0.571537852,0.756931484,0.51018697,1,1,1,1,1,0.17779623,0.609688997,0.635753987,0.635709752,0.635638298
-4259,1,0.3126,1,1,1,1,1,1,1,1,0.2844,0.3126,0.595,1,0.2862,1,1,1,1,1,1,0.5974,0.2862,0.645,1,0.5924,1,1,1,0.1897,0.5924,0.413,1,1,1,1,1,0.423445106,0.818742156,0.529366791,1,1,1,1,1,0.558297575,0.944596946,0.701546907,1,1,1,1,1,0.180416182,0.65158397,0.650253746,0.650306748,0.650265957
-4260,1,0.3121,1,1,1,1,1,1,1,1,0.3272,0.3121,0.5971,1,0.286,1,1,1,1,1,1,0.514,0.286,0.6586,1,0.5922,1,1,1,0.1414,0.5922,0.4428,1,1,1,1,1,0.424753428,0.820767343,0.771279573,1,1,1,1,1,0.494140625,0.953331709,0.784831285,1,1,1,1,1,0.204430342,0.693499625,0.658047366,0.657922572,0.658244681
-4261,1,0.3115,1,1,1,1,1,1,1,1,0.2279,0.3115,0.5788,1,0.2857,1,1,1,1,1,1,0.379,0.2857,0.6612,1,0.592,1,1,1,0.1394,0.592,0.489,1,1,1,1,1,0.2970002,0.825005293,0.895133376,1,1,1,1,1,0.391819656,0.950716019,0.562667072,1,1,1,1,1,0.231354266,0.689331591,0.66759304,0.667653903,0.667553191
-4262,1,0.3109,1,1,1,1,1,1,1,1,0.2697,0.3109,0.5256,1,0.2854,1,1,1,1,1,1,0.4035,0.2854,0.5838,1,0.5918,1,1,1,0.1259,0.5918,0.4483,1,1,1,1,1,0.26115936,0.76050806,0.919101894,1,1,1,1,1,0.398120672,0.919816852,0.556838751,1,1,1,1,1,0.201551005,0.640240252,0.67079507,0.670827163,0.671099291
-4263,1,0.3104,1,1,1,1,1,1,1,1,0.2105,0.3104,0.4145,1,0.2851,1,1,1,1,1,1,0.4633,0.2851,0.4878,1,0.5915,1,1,1,0.1667,0.5915,0.3872,1,1,1,1,1,0.171027854,0.678677738,0.952709436,1,1,1,1,1,0.401699662,0.878504753,0.852437496,1,1,1,1,1,0.260445535,0.589284182,0.669949251,0.66998096,0.670212766
-4264,1,0.3098,1,1,1,1,1,1,1,1,0.2314,0.3098,0.2927,1,0.2849,1,1,1,1,1,1,0.5683,0.2849,0.3664,1,0.5913,1,1,1,0.1943,0.5913,0.2943,1,1,1,1,1,0.300136447,0.58593291,1,1,1,1,1,1,0.532545567,0.828437924,0.994518399,1,1,1,1,1,0.326628774,0.532039881,0.669103432,0.669134758,0.669326241
-4265,1,0.3092,1,1,1,1,1,1,1,1,0.2334,0.3092,0.1595,1,0.2846,1,1,1,1,1,1,0.3916,0.2846,0.2178,1,0.5911,1,1,1,0.2232,0.5911,0.159,1,1,1,1,1,0.257691205,0.456188172,1,1,1,1,1,1,0.428370535,0.746840477,0.990377069,1,1,1,1,1,0.368248045,0.450044721,0.664028516,0.664057542,0.664450355
-4266,1,0.3087,1,1,1,1,1,1,1,1,0.1503,0.3087,0.064,1,0.2843,1,1,1,1,1,1,0.1404,0.2843,0.1144,1,0.5909,1,1,1,0.2016,0.5909,0.0774,1,1,1,1,1,0.156605288,0.252613097,0.953237653,1,1,1,1,1,0.171357304,0.521312475,1,1,1,1,1,1,0.378324777,0.28605482,0.649710005,0.649672096,0.649822695
-4267,1,0.3081,1,1,1,1,1,1,1,1,0.1353,0.3081,0.0001,1,0.2841,1,1,1,1,1,1,0.1562,0.2841,0.0513,1,0.5906,1,1,1,0.1993,0.5906,0.0142,1,1,1,1,1,0.182268769,0.00020588,0.805970669,1,1,1,1,1,0.186420873,0.160699308,1,1,1,1,1,1,0.401483774,0,0.635874819,0.635921303,0.63608156
-4268,1,0.3075,1,1,1,1,1,1,1,1,0.1047,0.3075,0,1,0.2838,1,1,1,1,1,1,0.2412,0.2838,0,1,0.5904,1,1,1,0.195,0.5904,0,1,1,1,1,1,0.240582496,0,0.574524105,1,1,1,1,1,0.259112328,0,1,1,1,1,1,1,0.386291087,0,0.634424843,0.634440448,0.634751773
-4269,1,0.307,1,1,1,1,1,1,1,1,0.1732,0.307,0,1,0.2835,1,1,1,1,1,1,0.1592,0.2835,0,1,0.5902,1,1,1,0.1769,0.5902,0,1,1,1,1,1,0.309891701,0,0.663059413,1,1,1,1,1,0.213044971,0,1,1,1,1,1,1,0.371260434,0,0.619562591,0.619631902,0.619680851
-4270,1,0.3064,1,1,1,1,1,1,1,1,0.1059,0.3064,0,1,0.2832,1,1,1,1,1,1,0.1405,0.2832,0,1,0.59,1,1,1,0.1921,0.59,0,1,1,1,1,1,0.17971991,0,0.539870322,1,1,1,1,1,0.160234049,0,0.573001564,1,1,1,1,1,0.448594004,0,0.564221846,0.564205627,0.56427305
-4271,1,0.3058,1,1,1,1,1,1,1,1,0.1639,0.3058,0,1,0.283,1,1,1,1,1,1,0.2787,0.283,0,1,0.5898,1,1,1,0.2071,0.5898,0,1,1,1,1,1,0.28555581,0,0.744543791,1,1,1,1,1,0.34653455,0,0.618400812,1,1,1,1,1,0.407615036,0,0.506283229,0.506240745,0.506205674
-4272,1,0.3053,1,1,1,1,1,1,1,1,0.1989,0.3053,0,1,0.2827,1,1,1,1,1,1,0.2234,0.2827,0,1,0.5895,1,1,1,0.1849,0.5895,0,1,1,1,1,1,0.303422213,0,0.762862027,1,1,1,1,1,0.336600661,0,0.624681413,1,1,1,1,1,0.353314847,0,0.463750604,0.463719061,0.464095745
-4273,1,0.3047,1,1,1,1,1,1,1,1,0.2745,0.3047,0,1,0.2824,1,1,1,1,1,1,0.29,0.2824,0,1,0.5893,1,1,1,0.1567,0.5893,0,1,1,1,1,1,0.422449887,0,0.76888442,1,1,1,1,1,0.414323986,0,0.675179601,1,1,1,1,1,0.293166518,0,0.437953117,0.437909879,0.437943262
-4274,1,0.3041,1,1,1,1,1,1,1,1,0.2604,0.3041,0,1,0.2821,1,1,1,1,1,1,0.4065,0.2821,0,1,0.5891,1,1,1,0.1887,0.5891,0,1,1,1,1,1,0.441602826,0,0.628555834,1,1,1,1,1,0.513967693,0,0.635119915,1,1,1,1,1,0.320617616,0,0.422970034,0.422889782,0.42287234
-4275,1,0.3036,1,1,1,1,1,1,1,1,0.2636,0.3036,0,1,0.2819,1,1,1,1,1,1,0.3364,0.2819,0,1,0.5889,1,1,1,0.16,0.5889,0,1,1,1,1,1,0.454292446,0,0.541705489,1,1,1,1,1,0.488878787,0,0.63337779,1,1,1,1,1,0.279711604,0,0.415115998,0.415062407,0.415336879
-4276,1,0.303,1,1,1,1,1,1,1,1,0.2146,0.303,0,1,0.2816,1,1,1,1,1,1,0.1909,0.2816,0,1,0.5887,1,1,1,0.1077,0.5887,0,1,1,1,1,1,0.308058292,0,0.77933228,1,1,1,1,1,0.279996932,0,0.330293983,1,1,1,1,1,0.192585766,0,0.421459642,0.421620478,0.421542553
-4277,1,0.3024,1,1,1,1,1,1,1,1,0.1811,0.3024,0.1196,1,0.2813,1,1,1,1,1,1,0.0777,0.2813,0.1791,1,0.5884,1,1,1,0.1134,0.5884,0.0417,1,1,1,1,1,0.236174613,0.270144701,0.591749549,1,1,1,1,1,0.088785686,0.295191467,0.218188494,1,1,1,1,1,0.206148759,0.182109877,0.445142581,0.445102602,0.445035461
-4278,1,0.3019,1,1,1,1,1,1,1,1,0.1082,0.3019,0.0917,1,0.281,1,1,1,1,1,1,0.08,0.281,0.1294,1,0.5882,1,1,1,0.1072,0.5882,0.104,1,1,1,1,1,0.151900515,0.595791638,0.342646718,1,1,1,1,1,0.105791546,0.627202332,0.225848183,1,1,1,1,1,0.219007626,0.464422554,0.502114548,0.502009731,0.502216312
-4279,1,0.3013,1,1,1,1,1,1,1,1,0.111,0.3013,0.2305,1,0.2808,1,1,1,1,1,1,0.1552,0.2808,0.2651,1,0.588,1,1,1,0.1156,0.588,0.2212,1,1,1,1,1,0.179378659,0.80538702,0.466968417,1,1,1,1,1,0.167856634,0.832579672,0.332618326,1,1,1,1,1,0.20215787,0.693092883,0.569900918,0.569917495,0.570035461
-4280,1,0.3007,1,1,1,1,1,1,1,1,0.0885,0.3007,0.392,1,0.2805,1,1,1,1,1,1,0.1474,0.2805,0.4225,1,0.5878,1,1,1,0.1455,0.5878,0.3741,1,1,1,1,1,0.142288238,0.869440794,0.340480387,1,1,1,1,1,0.155781776,0.902613759,0.206513882,1,1,1,1,1,0.288880944,0.830290914,0.61762929,0.617727946,0.617907801
-4281,1,0.3001,1,1,1,1,1,1,1,1,0.0774,0.3001,0.5141,1,0.2802,1,1,1,1,1,1,0.1043,0.2802,0.5401,1,0.5876,1,1,1,0.1632,0.5876,0.4889,1,1,1,1,1,0.147448972,0.900569797,0.2817747,1,1,1,1,1,0.101018436,0.925599217,0.207899749,1,1,1,1,1,0.305734128,0.794544458,0.652247463,0.652210704,0.652039007
-4282,1,0.2996,1,1,1,1,1,1,1,1,0.0962,0.2996,0.6074,1,0.2799,1,1,1,1,1,1,0.0839,0.2799,0.6252,1,0.5873,1,1,1,0.1257,0.5873,0.5439,1,1,1,1,1,0.166275263,0.906845391,0.238735586,1,1,1,1,1,0.074035034,0.932304263,0.213445544,1,1,1,1,1,0.230006829,0.817576051,0.682999033,0.683097102,0.683510638
-4283,1,0.299,1,1,1,1,1,1,1,1,0.1207,0.299,0.6526,1,0.2797,1,1,1,1,1,1,0.0743,0.2797,0.668,1,0.5871,1,1,1,0.1024,0.5871,0.5149,1,1,1,1,1,0.155932799,0.917341948,0.307804346,1,1,1,1,1,0.07000798,0.941357255,0.139452368,1,1,1,1,1,0.183474332,0.818089247,0.705111165,0.705098371,0.705230496
-4284,1,0.2984,1,1,1,1,1,1,1,1,0.1079,0.2984,0.6509,1,0.2794,1,1,1,1,1,1,0.0923,0.2794,0.6618,1,0.5869,1,1,1,0.074,0.5869,0.5389,1,1,1,1,1,0.129676566,0.908462405,0.308719456,1,1,1,1,1,0.078143045,0.920594275,0.033576179,1,1,1,1,1,0.103751704,0.811632991,0.720879652,0.720964671,0.721187943
-4285,1,0.2979,1,1,1,1,1,1,1,1,0.1205,0.2979,0.643,1,0.2791,1,1,1,1,1,1,0.0497,0.2791,0.656,1,0.5867,1,1,1,0.077,0.5867,0.5697,1,1,1,1,1,0.079697758,0.898694515,0.19890517,1,1,1,1,1,0.045039229,0.915199876,0.056495812,1,1,1,1,1,0.10465958,0.813816726,0.734352344,0.734503914,0.734485816
-4286,1,0.2973,1,1,1,1,1,1,1,1,0.1144,0.2973,0.5701,1,0.2788,1,1,1,1,1,1,0.0462,0.2788,0.5945,1,0.5864,1,1,1,0.0971,0.5864,0.5234,1,1,1,1,1,0.041324321,0.880804598,0.27988404,1,1,1,1,1,0.048591033,0.89135164,0.277441889,1,1,1,1,1,0.137355939,0.827561498,0.747462542,0.747620055,0.747783688
-4287,1,0.2967,1,1,1,1,1,1,1,1,0.1021,0.2967,0.4684,1,0.2786,1,1,1,1,1,1,0.0206,0.2786,0.4964,1,0.5862,1,1,1,0.107,0.5862,0.4227,1,1,1,1,1,0.021883609,0.868550658,0.346515417,1,1,1,1,1,0.03398088,0.858320415,0.486922503,1,1,1,1,1,0.19329457,0.795151889,0.756222813,0.756293632,0.756648936
-4288,1,0.2962,1,1,1,1,1,1,1,1,0.1262,0.2962,0.3352,1,0.2783,1,1,1,1,1,1,0.0133,0.2783,0.3775,1,0.586,1,1,1,0.0759,0.586,0.3105,1,1,1,1,1,0.042491637,0.85143286,0.604572356,1,1,1,1,1,0.029370319,0.838955164,0.324581176,1,1,1,1,1,0.124528438,0.762142777,0.766795553,0.766871166,0.766843972
-4289,1,0.2956,1,1,1,1,1,1,1,1,0.1573,0.2956,0.1631,1,0.278,1,1,1,1,1,1,0.0164,0.278,0.2189,1,0.5858,1,1,1,0.0724,0.5858,0.1537,1,1,1,1,1,0.059621654,0.768808246,0.914089084,1,1,1,1,1,0.045335934,0.744909286,0.368489563,1,1,1,1,1,0.125129819,0.713109076,0.767883035,0.767928919,0.768173759
-4290,1,0.295,1,1,1,1,1,1,1,1,0.226,0.295,0.0781,1,0.2778,1,1,1,1,1,1,0.0007,0.2778,0.1124,1,0.5856,1,1,1,0.0754,0.5856,0.0771,1,1,1,1,1,0.094325721,0.539532423,0.946152687,1,1,1,1,1,0.028215906,0.520884573,0.41291362,1,1,1,1,1,0.136180967,0.473078787,0.753504108,0.753755024,0.753546099
-4291,1,0.2945,1,1,1,1,1,1,1,1,0.1803,0.2945,0.0021,1,0.2775,1,1,1,1,1,1,0,0.2775,0.0028,1,0.5853,1,1,1,0.0665,0.5853,0.0117,1,1,1,1,1,0.09179727,0.001078435,0.516059279,1,1,1,1,1,0.021397648,0.000903821,0.173507079,1,1,1,1,1,0.187071621,0,0.73078782,0.730696002,0.730939716
-4292,1,0.2939,1,1,1,1,1,1,1,1,0.1813,0.2939,0,1,0.2772,1,1,1,1,1,1,0.0297,0.2772,0,1,0.5851,1,1,1,0.0761,0.5851,0,1,1,1,1,1,0.088599756,0,0.579195917,1,1,1,1,1,0.051748306,0,0.22815761,1,1,1,1,1,0.258184642,0,0.72341711,0.723503279,0.723847518
-4293,1,0.2933,1,1,1,1,1,1,1,1,0.2399,0.2933,0,1,0.2769,1,1,1,1,1,1,0.127,0.2769,0,1,0.5849,1,1,1,0.1101,0.5849,0,1,1,1,1,1,0.153596655,0,0.400301933,1,1,1,1,1,0.133470327,0,0.551561832,1,1,1,1,1,0.359150797,0,0.705715321,0.705733023,0.706117021
-4294,1,0.2928,1,1,1,1,1,1,1,1,0.2709,0.2928,0,1,0.2767,1,1,1,1,1,1,0.1274,0.2767,0,1,0.5847,1,1,1,0.1628,0.5847,0,1,1,1,1,1,0.162515417,0,0.588119268,1,1,1,1,1,0.136888236,0,0.87109375,1,1,1,1,1,0.44486928,0,0.642218463,0.642267823,0.642287234
-4295,1,0.2922,1,1,1,1,1,1,1,1,0.2544,0.2922,0,1,0.2764,1,1,1,1,1,1,0.1743,0.2764,0,1,0.5845,1,1,1,0.1886,0.5845,0,1,1,1,1,1,0.152713865,0,0.388605118,1,1,1,1,1,0.155075192,0,0.47088486,1,1,1,1,1,0.539480507,0,0.573888352,0.573725407,0.574024823
-4296,1,0.2916,1,1,1,1,1,1,1,1,0.2591,0.2916,0,1,0.2761,1,1,1,1,1,1,0.1698,0.2761,0,1,0.5842,1,1,1,0.1889,0.5842,0,1,1,1,1,1,0.140215337,0,0.458955109,1,1,1,1,1,0.159679979,0,0.528171301,1,1,1,1,1,0.525805652,0,0.521930884,0.521895494,0.522163121
-4297,1,0.2911,1,1,1,1,1,1,1,1,0.2516,0.2911,0,1,0.2758,1,1,1,1,1,1,0.1669,0.2758,0,1,0.584,1,1,1,0.1293,0.584,0,1,1,1,1,1,0.131026074,0,0.663236678,1,1,1,1,1,0.176993996,0,0.875494242,1,1,1,1,1,0.383833915,0,0.489971,0.489951343,0.489804965
-4298,1,0.2905,1,1,1,1,1,1,1,1,0.2381,0.2905,0,1,0.2756,1,1,1,1,1,1,0.4202,0.2756,0,1,0.5838,1,1,1,0.1333,0.5838,0,1,1,1,1,1,0.129429191,0,0.934209704,1,1,1,1,1,0.390413642,0,1,1,1,1,1,1,0.342785239,0,0.471060899,0.471123334,0.471187943
-4299,1,0.2899,1,1,1,1,1,1,1,1,0.1684,0.2899,0,1,0.2753,1,1,1,1,1,1,0.3948,0.2753,0,1,0.5836,1,1,1,0.1305,0.5836,0,1,1,1,1,1,0.071574777,0,0.920388222,1,1,1,1,1,0.377456129,0,1,1,1,1,1,1,0.337733865,0,0.462481875,0.462449757,0.462322695
-4300,1,0.2894,1,1,1,1,1,1,1,1,0.1412,0.2894,0,1,0.275,1,1,1,1,1,1,0.1839,0.275,0,1,0.5834,1,1,1,0.1459,0.5834,0,1,1,1,1,1,0.055776194,0,0.899468303,1,1,1,1,1,0.180641934,0,0.904840887,1,1,1,1,1,0.333979249,0,0.467919285,0.467950074,0.468085106
-4301,1,0.2888,1,1,1,1,1,1,1,1,0.0995,0.2888,0.0147,1,0.2747,1,1,1,1,1,1,0.2542,0.2747,0.0002,1,0.5831,1,1,1,0.1362,0.5831,0.0029,1,1,1,1,1,0.054279581,0.006780986,0.834481359,1,1,1,1,1,0.246338993,0.000346861,0.97284925,1,1,1,1,1,0.355522633,0.010064389,0.493112615,0.493124603,0.493351064
-4302,1,0.2882,1,1,1,1,1,1,1,1,0.1222,0.2882,0.0785,1,0.2745,1,1,1,1,1,1,0.324,0.2745,0.049,1,0.5829,1,1,1,0.0953,0.5829,0.0703,1,1,1,1,1,0.078795932,0.102621913,0.972747803,1,1,1,1,1,0.30944404,0.057927739,1,1,1,1,1,1,0.285252392,0.16389221,0.547063799,0.547070023,0.546985816
-4303,1,0.2876,1,1,1,1,1,1,1,1,0.1065,0.2876,0.1559,1,0.2742,1,1,1,1,1,1,0.31,0.2742,0.159,1,0.5827,1,1,1,0.1867,0.5827,0.2015,1,1,1,1,1,0.180195227,0.233276963,0.985759735,1,1,1,1,1,0.310873359,0.277321517,0.939449787,1,1,1,1,1,0.420548767,0.309961259,0.612675205,0.612862281,0.612588652
-4304,1,0.2871,1,1,1,1,1,1,1,1,0.1023,0.2871,0.2278,1,0.2739,1,1,1,1,1,1,0.0748,0.2739,0.3285,1,0.5825,1,1,1,0.1817,0.5825,0.3185,1,1,1,1,1,0.132339612,0.410266727,0.978679895,1,1,1,1,1,0.07345771,0.642117739,0.684387445,1,1,1,1,1,0.398414463,0.371227741,0.655509908,0.655595515,0.656028369
-4305,1,0.2865,1,1,1,1,1,1,1,1,0.0343,0.2865,0.3812,1,0.2736,1,1,1,1,1,1,0.026,0.2736,0.4663,1,0.5822,1,1,1,0.1289,0.5822,0.5089,1,1,1,1,1,0.01550984,0.63799423,0.944377184,1,1,1,1,1,0.022098437,0.782066703,1,1,1,1,1,1,0.253026843,0.539760232,0.685173997,0.685212608,0.685283688
-4306,1,0.2859,1,1,1,1,1,1,1,1,0.0127,0.2859,0.5423,1,0.2734,1,1,1,1,1,1,0.0147,0.2734,0.5564,1,0.582,1,1,1,0.0456,0.582,0.5881,1,1,1,1,1,0.003249776,0.83178854,0.788831651,1,1,1,1,1,0.016583342,0.825554669,0.071594507,1,1,1,1,1,0.023036255,0.845782995,0.716771387,0.716733658,0.717198582
-4307,1,0.2854,1,1,1,1,1,1,1,1,0.01,0.2854,0.5978,1,0.2731,1,1,1,1,1,1,0.0073,0.2731,0.622,1,0.5818,1,1,1,0.1889,0.5818,0.6293,1,1,1,1,1,0.007955587,0.869488716,0.774668217,1,1,1,1,1,0.009757258,0.88591516,1,1,1,1,1,1,0.272609711,0.899610758,0.751752054,0.751851068,0.75177305
-4308,1,0.2848,1,1,1,1,1,1,1,1,0.0771,0.2848,0.6228,1,0.2728,1,1,1,1,1,1,0.0044,0.2728,0.6377,1,0.5816,1,1,1,0.1846,0.5816,0.6524,1,1,1,1,1,0.069321781,0.892356932,0.221565366,1,1,1,1,1,0.006357149,0.895022631,0.669207096,1,1,1,1,1,0.238991931,0.901941001,0.78661189,0.786756928,0.78679078
-4309,1,0.2842,1,1,1,1,1,1,1,1,0.0831,0.2842,0.6322,1,0.2726,1,1,1,1,1,1,0.0775,0.2726,0.6379,1,0.5814,1,1,1,0.2504,0.5814,0.6264,1,1,1,1,1,0.090944611,0.899011135,0.257440448,1,1,1,1,1,0.081550673,0.897852957,0.486547917,1,1,1,1,1,0.313300222,0.909263492,0.824250846,0.824412947,0.824468085
-4310,1,0.2837,1,1,1,1,1,1,1,1,0.2087,0.2837,0.569,1,0.2723,1,1,1,1,1,1,0.208,0.2723,0.5803,1,0.5811,1,1,1,0.279,0.5811,0.5661,1,1,1,1,1,0.166515157,0.880627036,0.850317359,1,1,1,1,1,0.227537811,0.877468884,0.990335107,1,1,1,1,1,0.385358542,0.896064103,0.853673272,0.853606939,0.854166667
-4311,1,0.2831,1,1,1,1,1,1,1,1,0.3597,0.2831,0.4645,1,0.272,1,1,1,1,1,1,0.4812,0.272,0.4878,1,0.5809,1,1,1,0.3888,0.5809,0.4539,1,1,1,1,1,0.315552652,0.853583455,0.998671472,1,1,1,1,1,0.455698758,0.85043329,1,1,1,1,1,1,0.442576438,0.867812693,0.870710488,0.870742543,0.871010638
-4312,1,0.2825,1,1,1,1,1,1,1,1,0.4805,0.2825,0.3287,1,0.2717,1,1,1,1,1,1,0.5025,0.2717,0.3666,1,0.5807,1,1,1,0.3692,0.5807,0.3117,1,1,1,1,1,0.523374736,0.820938408,1,1,1,1,1,1,0.45617485,0.811438501,1,1,1,1,1,1,0.363101035,0.806293726,0.88460609,0.884704887,0.884751773
-4313,1,0.282,1,1,1,1,1,1,1,1,0.4159,0.282,0.1604,1,0.2715,1,1,1,1,1,1,0.4306,0.2715,0.2138,1,0.5805,1,1,1,0.2766,0.5805,0.142,1,1,1,1,1,0.539542258,0.746721029,1,1,1,1,1,1,0.412150264,0.730700254,1,1,1,1,1,1,0.273326367,0.702251852,0.884908168,0.884916437,0.885195035
-4314,1,0.2814,1,1,1,1,1,1,1,1,0.3468,0.2814,0.0747,1,0.2712,1,1,1,1,1,1,0.222,0.2712,0.1071,1,0.5803,1,1,1,0.2073,0.5803,0.0632,1,1,1,1,1,0.510194838,0.547814429,0.953757167,1,1,1,1,1,0.216508597,0.532183528,1,1,1,1,1,1,0.285885751,0.430021584,0.864971,0.865030675,0.865248227
-4315,1,0.2808,1,1,1,1,1,1,1,1,0.2421,0.2808,0.0929,1,0.2709,1,1,1,1,1,1,0.0737,0.2709,0.1388,1,0.58,1,1,1,0.1891,0.58,0.1191,1,1,1,1,1,0.359747142,0.17146942,0.998730004,1,1,1,1,1,0.126646146,0.182459816,1,1,1,1,1,1,0.383231759,0.016231064,0.831863219,0.83181722,0.832003546
-4316,1,0.2803,1,1,1,1,1,1,1,1,0.31,0.2803,0,1,0.2706,1,1,1,1,1,1,0.2136,0.2706,0,1,0.5798,1,1,1,0.1858,0.5798,0,1,1,1,1,1,0.443373233,0,0.841405272,1,1,1,1,1,0.26692462,0,1,1,1,1,1,1,0.309484273,0,0.807938618,0.807911995,0.808067376
-4317,1,0.2797,1,1,1,1,1,1,1,1,0.2666,0.2797,0,1,0.2704,1,1,1,1,1,1,0.1918,0.2704,0,1,0.5796,1,1,1,0.1731,0.5796,0,1,1,1,1,1,0.436429977,0,0.853706837,1,1,1,1,1,0.341259301,0,1,1,1,1,1,1,0.392590374,0,0.776039149,0.776179395,0.776595745
-4318,1,0.2791,1,1,1,1,1,1,1,1,0.1682,0.2791,0,1,0.2701,1,1,1,1,1,1,0.252,0.2701,0,1,0.5794,1,1,1,0.1825,0.5794,0,1,1,1,1,1,0.363704175,0,0.963898003,1,1,1,1,1,0.401889592,0,1,1,1,1,1,1,0.418049395,0,0.704748671,0.70467527,0.704787234
-4319,1,0.2786,1,1,1,1,1,1,1,1,0.2581,0.2786,0,1,0.2698,1,1,1,1,1,1,0.207,0.2698,0,1,0.5791,1,1,1,0.2892,0.5791,0,1,1,1,1,1,0.516370177,0,0.958604932,1,1,1,1,1,0.253880739,0,1,1,1,1,1,1,0.637393892,0,0.627114548,0.627036175,0.627216312
-4320,1,0.278,1,1,1,1,1,1,1,1,0.2474,0.278,0,1,0.2695,1,1,1,1,1,1,0.1911,0.2695,0,1,0.5789,1,1,1,0.3214,0.5789,0,1,1,1,1,1,0.492910951,0,0.703931332,1,1,1,1,1,0.203007177,0,0.400691658,1,1,1,1,1,0.666787088,0,0.565188497,0.565263381,0.565159574
-4321,1,0.2774,1,1,1,1,1,1,1,1,0.2089,0.2774,0,1,0.2693,1,1,1,1,1,1,0.2208,0.2693,0,1,0.5787,1,1,1,0.2384,0.5787,0,1,1,1,1,1,0.416543305,0,0.277879417,1,1,1,1,1,0.21910584,0,0.02307906,1,1,1,1,1,0.559486151,0,0.522474625,0.522530146,0.522606383
-4322,1,0.2769,1,1,1,1,1,1,1,1,0.2616,0.2769,0,1,0.269,1,1,1,1,1,1,0.2987,0.269,0,1,0.5785,1,1,1,0.2006,0.5785,0,1,1,1,1,1,0.477190852,0,0.057040956,1,1,1,1,1,0.334396183,0,0,1,1,1,1,1,0.508150518,0,0.49359594,0.493759255,0.493794326
-4323,1,0.2763,1,1,1,1,1,1,1,1,0.2961,0.2763,0,1,0.2687,1,1,1,1,1,1,0.492,0.2687,0,1,0.5783,1,1,1,0.2298,0.5783,0,1,1,1,1,1,0.549577594,0,0.038895346,1,1,1,1,1,0.478565037,0,0.156229064,1,1,1,1,1,0.519069552,0,0.47577332,0.475777449,0.47606383
-4324,1,0.2757,1,1,1,1,1,1,1,1,0.3565,0.2757,0,1,0.2684,1,1,1,1,1,1,0.3726,0.2684,0,1,0.578,1,1,1,0.1735,0.578,0,1,1,1,1,1,0.588820219,0,0.205128402,1,1,1,1,1,0.399203002,0,0.423158109,1,1,1,1,1,0.377447516,0,0.468281779,0.468373175,0.468085106
-4325,1,0.2751,1,1,1,1,1,1,1,1,0.2758,0.2751,0.1443,1,0.2682,1,1,1,1,1,1,0.4248,0.2682,0.1423,1,0.5778,1,1,1,0.139,0.5778,0.1645,1,1,1,1,1,0.420443773,0.289319009,0.356508255,1,1,1,1,1,0.482277364,0.251814634,1,1,1,1,1,1,0.295281738,0.404203355,0.464958917,0.464988365,0.46498227
-4326,1,0.2746,1,1,1,1,1,1,1,1,0.2893,0.2746,0.0982,1,0.2679,1,1,1,1,1,1,0.2507,0.2679,0.1288,1,0.5776,1,1,1,0.0958,0.5776,0.0733,1,1,1,1,1,0.300447404,0.626626611,0.831567407,1,1,1,1,1,0.310714155,0.588346183,0.732802629,1,1,1,1,1,0.256696761,0.690002382,0.493475109,0.493547705,0.493794326
-4327,1,0.274,1,1,1,1,1,1,1,1,0.2069,0.274,0.2283,1,0.2676,1,1,1,1,1,1,0.1237,0.2676,0.2595,1,0.5774,1,1,1,0.0677,0.5774,0.2176,1,1,1,1,1,0.18763499,0.802948236,1,1,1,1,1,1,0.126517192,0.806666553,0.273111552,1,1,1,1,1,0.195821345,0.846673071,0.549903335,0.549820182,0.550088652
-4328,1,0.2734,1,1,1,1,1,1,1,1,0.1628,0.2734,0.3865,1,0.2673,1,1,1,1,1,1,0.0675,0.2673,0.4111,1,0.5772,1,1,1,0.045,0.5772,0.3892,1,1,1,1,1,0.145848066,0.875485778,0.653779984,1,1,1,1,1,0.062039685,0.889373362,0.076530896,1,1,1,1,1,0.129677087,0.89114362,0.615152247,0.615189338,0.615248227
-4329,1,0.2729,1,1,1,1,1,1,1,1,0.1936,0.2729,0.5162,1,0.2671,1,1,1,1,1,1,0.2412,0.2671,0.525,1,0.5769,1,1,1,0.0589,0.5769,0.5208,1,1,1,1,1,0.208922058,0.913387716,0.354706347,1,1,1,1,1,0.197369426,0.889635444,0.281253427,1,1,1,1,1,0.134820312,0.907586932,0.672003383,0.672096467,0.671985816
-4330,1,0.2723,1,1,1,1,1,1,1,1,0.2514,0.2723,0.6098,1,0.2668,1,1,1,1,1,1,0.2548,0.2668,0.6027,1,0.5767,1,1,1,0.0706,0.5767,0.6183,1,1,1,1,1,0.318274826,0.920982957,0.27969709,1,1,1,1,1,0.235273987,0.899205923,0.418275684,1,1,1,1,1,0.143854007,0.914351344,0.716650556,0.716733658,0.716755319
-4331,1,0.2717,1,1,1,1,1,1,1,1,0.2519,0.2717,0.6572,1,0.2665,1,1,1,1,1,1,0.2642,0.2665,0.6716,1,0.5765,1,1,1,0.0751,0.5765,0.6552,1,1,1,1,1,0.341128528,0.918417394,0.200960904,1,1,1,1,1,0.26530689,0.940516472,0.217954189,1,1,1,1,1,0.108461857,0.87203747,0.745650072,0.745716099,0.746010638
-4332,1,0.2712,1,1,1,1,1,1,1,1,0.1864,0.2712,0.6208,1,0.2663,1,1,1,1,1,1,0.2336,0.2663,0.6504,1,0.5763,1,1,1,0.1573,0.5763,0.6528,1,1,1,1,1,0.298371673,0.879889309,0.177826047,1,1,1,1,1,0.238896444,0.925871789,0.089835078,1,1,1,1,1,0.208983883,0.78959322,0.762989367,0.763063254,0.763297872
-4333,1,0.2706,1,1,1,1,1,1,1,1,0.1708,0.2706,0.59,1,0.266,1,1,1,1,1,1,0.3131,0.266,0.6406,1,0.5761,1,1,1,0.2307,0.5761,0.6425,1,1,1,1,1,0.311759472,0.779056549,0.200698987,1,1,1,1,1,0.282439083,0.918954432,0.016156023,1,1,1,1,1,0.363407075,0.818975985,0.776280812,0.776390946,0.776595745
-4334,1,0.27,1,1,1,1,1,1,1,1,0.1951,0.27,0.5564,1,0.2657,1,1,1,1,1,1,0.1812,0.2657,0.5846,1,0.5758,1,1,1,0.2762,0.5758,0.5726,1,1,1,1,1,0.254395485,0.813568652,0.263671786,1,1,1,1,1,0.157960817,0.881995201,0.001350785,1,1,1,1,1,0.465735823,0.723672032,0.786128565,0.786122276,0.786347518
-4335,1,0.2695,1,1,1,1,1,1,1,1,0.2189,0.2695,0.4649,1,0.2654,1,1,1,1,1,1,0.1528,0.2654,0.4911,1,0.5756,1,1,1,0.2376,0.5756,0.4583,1,1,1,1,1,0.233000711,0.815057397,0.247384071,1,1,1,1,1,0.133135051,0.834253252,0.047164403,1,1,1,1,1,0.431096196,0.857474566,0.796157564,0.796065158,0.796099291
-4336,1,0.2689,1,1,1,1,1,1,1,1,0.2812,0.2689,0.328,1,0.2652,1,1,1,1,1,1,0.3118,0.2652,0.3458,1,0.5754,1,1,1,0.1594,0.5754,0.3124,1,1,1,1,1,0.280998737,0.788849354,0.213841826,1,1,1,1,1,0.264760405,0.606976986,0.253175139,1,1,1,1,1,0.322912097,0.798961103,0.803769937,0.803680982,0.804078014
-4337,1,0.2683,1,1,1,1,1,1,1,1,0.2933,0.2683,0.1655,1,0.2649,1,1,1,1,1,1,0.2588,0.2649,0.2061,1,0.5752,1,1,1,0.1302,0.5752,0.1386,1,1,1,1,1,0.229681134,0.588640213,0.168574482,1,1,1,1,1,0.220367044,0.447969764,0.351627231,1,1,1,1,1,0.291544378,0.726010203,0.801292895,0.801353924,0.801861702
-4338,1,0.2678,1,1,1,1,1,1,1,1,0.2845,0.2678,0.0849,1,0.2646,1,1,1,1,1,1,0.136,0.2646,0.095,1,0.5749,1,1,1,0.1324,0.5749,0.0669,1,1,1,1,1,0.19780764,0.313896179,0.533970714,1,1,1,1,1,0.135628283,0.34918493,0.553844571,1,1,1,1,1,0.234789312,0.491755486,0.783530691,0.783583668,0.783687943
-4339,1,0.2672,1,1,1,1,1,1,1,1,0.2202,0.2672,0.0224,1,0.2643,1,1,1,1,1,1,0.0808,0.2643,0.0588,1,0.5747,1,1,1,0.1282,0.5747,0.1552,1,1,1,1,1,0.217588395,0.092716709,0.486112058,1,1,1,1,1,0.110071927,0.12897867,0.421374917,1,1,1,1,1,0.291740268,0.102779813,0.758337361,0.758409139,0.758421986
-4340,1,0.2666,1,1,1,1,1,1,1,1,0.1938,0.2666,0,1,0.2641,1,1,1,1,1,1,0.1349,0.2641,0,1,0.5745,1,1,1,0.1581,0.5745,0,1,1,1,1,1,0.219159305,0,0.375302136,1,1,1,1,1,0.174228072,0,0.618146062,1,1,1,1,1,0.325332403,0,0.743052199,0.743177491,0.743351064
-4341,1,0.2661,1,1,1,1,1,1,1,1,0.2397,0.2661,0,1,0.2638,1,1,1,1,1,1,0.3361,0.2638,0,1,0.5743,1,1,1,0.1711,0.5743,0,1,1,1,1,1,0.297668159,0,0.843924642,1,1,1,1,1,0.409149379,0,1,1,1,1,1,1,0.335006446,0,0.728673272,0.728792046,0.728723404
-4342,1,0.2655,1,1,1,1,1,1,1,1,0.2275,0.2655,0,1,0.2635,1,1,1,1,1,1,0.4379,0.2635,0,1,0.5741,1,1,1,0.0588,0.5741,0,1,1,1,1,1,0.244628772,0,1,1,1,1,1,1,0.535847425,0,1,1,1,1,1,1,0.129554391,0,0.675990817,0.675904379,0.675975177
-4343,1,0.2649,1,1,1,1,1,1,1,1,0.2454,0.2649,0,1,0.2632,1,1,1,1,1,1,0.4008,0.2632,0,1,0.5738,1,1,1,0.0383,0.5738,0,1,1,1,1,1,0.246069565,0,1,1,1,1,1,1,0.482276708,0,1,1,1,1,1,1,0.10105627,0,0.61539391,0.615400889,0.615691489
-4344,1,0.2644,1,1,1,1,1,1,1,1,0.3223,0.2644,0,1,0.263,1,1,1,1,1,1,0.4321,0.263,0,1,0.5736,1,1,1,0.0479,0.5736,0,1,1,1,1,1,0.372447968,0,1,1,1,1,1,1,0.551091433,0,0.908933878,1,1,1,1,1,0.143919289,0,0.563798937,0.563782526,0.563829787
-4345,1,0.2638,1,1,1,1,1,1,1,1,0.2749,0.2638,0,1,0.2627,1,1,1,1,1,1,0.5448,0.2627,0,1,0.5734,1,1,1,0.0835,0.5734,0,1,1,1,1,1,0.379197687,0,0.981072366,1,1,1,1,1,0.601626158,0,0.42446965,1,1,1,1,1,0.27430284,0,0.527368294,0.527395811,0.52748227
-4346,1,0.2632,1,1,1,1,1,1,1,1,0.376,0.2632,0,1,0.2624,1,1,1,1,1,1,0.3958,0.2624,0,1,0.5732,1,1,1,0.0947,0.5732,0,1,1,1,1,1,0.506019235,0,0.823318243,1,1,1,1,1,0.524755716,0,0.293759167,1,1,1,1,1,0.264069229,0,0.501570807,0.50158663,0.50177305
-4347,1,0.2626,1,1,1,1,1,1,1,1,0.3871,0.2626,0,1,0.2621,1,1,1,1,1,1,0.3713,0.2621,0,1,0.573,1,1,1,0.1365,0.573,0,1,1,1,1,1,0.523700356,0,0.634203315,1,1,1,1,1,0.488469124,0,0.631464481,1,1,1,1,1,0.333183795,0,0.485741904,0.48572033,0.485815603
-4348,1,0.2621,1,1,1,1,1,1,1,1,0.3899,0.2621,0,1,0.2619,1,1,1,1,1,1,0.2908,0.2619,0,1,0.5727,1,1,1,0.1511,0.5727,0,1,1,1,1,1,0.498105913,0,0.499036908,1,1,1,1,1,0.362858355,0,0.596749246,1,1,1,1,1,0.377964228,0,0.476679555,0.476835202,0.476950355
-4349,1,0.2615,1,1,1,1,1,1,1,1,0.2299,0.2615,0.1508,1,0.2616,1,1,1,1,1,1,0.1989,0.2616,0.1576,1,0.5725,1,1,1,0.1045,0.5725,0.1276,1,1,1,1,1,0.353723615,0.304348409,0.272253603,1,1,1,1,1,0.245267019,0.264728516,0.350830913,1,1,1,1,1,0.301857382,0.314381868,0.46882552,0.468796277,0.468971631
-4350,1,0.2609,1,1,1,1,1,1,1,1,0.1274,0.2609,0.0868,1,0.2613,1,1,1,1,1,1,0.0462,0.2613,0.1266,1,0.5723,1,1,1,0.0431,0.5723,0.0827,1,1,1,1,1,0.173299268,0.630426228,0.205757111,1,1,1,1,1,0.06422057,0.557242393,0.139622003,1,1,1,1,1,0.12157391,0.614854872,0.486285645,0.486354982,0.486258865
-4351,1,0.2604,1,1,1,1,1,1,1,1,0.07,0.2604,0.2252,1,0.261,1,1,1,1,1,1,0.0024,0.261,0.2581,1,0.5721,1,1,1,0.0222,0.5721,0.2222,1,1,1,1,1,0.061108664,0.805506468,0.367114574,1,1,1,1,1,0.004192762,0.745137691,0.110625662,1,1,1,1,1,0.045643367,0.803140581,0.533893185,0.533953882,0.533687943
-4352,1,0.2598,1,1,1,1,1,1,1,1,0.0209,0.2598,0.3843,1,0.2608,1,1,1,1,1,1,0,0.2608,0.4007,1,0.5719,1,1,1,0.021,0.5719,0.3594,1,1,1,1,1,0.010387532,0.852140725,0.198373228,1,1,1,1,1,0.00013641,0.823988497,0.036533773,1,1,1,1,1,0.041226108,0.858162045,0.597692122,0.597630633,0.597960993
-4353,1,0.2592,1,1,1,1,1,1,1,1,0.0493,0.2592,0.4963,1,0.2605,1,1,1,1,1,1,0.0548,0.2605,0.491,1,0.5716,1,1,1,0.0462,0.5716,0.4477,1,1,1,1,1,0.071127594,0.865883529,0.164035514,1,1,1,1,1,0.050315831,0.845931113,0.00982932,1,1,1,1,1,0.074174196,0.888293028,0.65979942,0.659826528,0.66001773
-4354,1,0.2587,1,1,1,1,1,1,1,1,0.0543,0.2587,0.5815,1,0.2602,1,1,1,1,1,1,0.0545,0.2602,0.5893,1,0.5714,1,1,1,0.0352,0.5714,0.5312,1,1,1,1,1,0.057990678,0.879227698,0.226263553,1,1,1,1,1,0.04359765,0.866275907,0.026328273,1,1,1,1,1,0.053496581,0.895510316,0.709944418,0.709964036,0.710106383
-4355,1,0.2581,1,1,1,1,1,1,1,1,0.0704,0.2581,0.6222,1,0.26,1,1,1,1,1,1,0.0342,0.26,0.6051,1,0.5712,1,1,1,0.051,0.5712,0.5683,1,1,1,1,1,0.047918975,0.893490136,0.355376065,1,1,1,1,1,0.037998505,0.844809294,0.211726189,1,1,1,1,1,0.077237181,0.888865709,0.74957709,0.749735562,0.749556738
-4356,1,0.2575,1,1,1,1,1,1,1,1,0.1088,0.2575,0.6205,1,0.2597,1,1,1,1,1,1,0.0432,0.2597,0.6034,1,0.571,1,1,1,0.0413,0.571,0.5212,1,1,1,1,1,0.052994352,0.877085328,0.667968631,1,1,1,1,1,0.053765979,0.831945598,0.340554208,1,1,1,1,1,0.064998314,0.838718653,0.777066216,0.777237148,0.77748227
-4357,1,0.257,1,1,1,1,1,1,1,1,0.1564,0.257,0.592,1,0.2594,1,1,1,1,1,1,0.0342,0.2594,0.5631,1,0.5707,1,1,1,0.0554,0.5707,0.5145,1,1,1,1,1,0.061725836,0.853857279,0.720118403,1,1,1,1,1,0.068079263,0.761927843,0.290690601,1,1,1,1,1,0.083575882,0.795250118,0.795613823,0.795642056,0.795656028
-4358,1,0.2564,1,1,1,1,1,1,1,1,0.2525,0.2564,0.4165,1,0.2591,1,1,1,1,1,1,0.0096,0.2591,0.3841,1,0.5705,1,1,1,0.0626,0.5705,0.542,1,1,1,1,1,0.095654212,0.648412168,0.548790455,1,1,1,1,1,0.068490267,0.598144829,0.261739016,1,1,1,1,1,0.10646604,0.729301572,0.803407443,0.803469431,0.803634752
-4359,1,0.2558,1,1,1,1,1,1,1,1,0.2232,0.2558,0.2767,1,0.2589,1,1,1,1,1,1,0,0.2589,0.3151,1,0.5703,1,1,1,0.0472,0.5703,0.4389,1,1,1,1,1,0.10198687,0.556752682,0.447876692,1,1,1,1,1,0.04112459,0.588802576,0.277986646,1,1,1,1,1,0.080083802,0.659401715,0.792411793,0.792468796,0.792553191
-4360,1,0.2553,1,1,1,1,1,1,1,1,0.1665,0.2553,0.2584,1,0.2586,1,1,1,1,1,1,0.0242,0.2586,0.3217,1,0.5701,1,1,1,0.0806,0.5701,0.3092,1,1,1,1,1,0.125147939,0.684903622,0.271750867,1,1,1,1,1,0.073665984,0.646370471,0.406272233,1,1,1,1,1,0.15457283,0.528212428,0.780026583,0.779987307,0.780585106
-4361,1,0.2547,1,1,1,1,1,1,1,1,0.1492,0.2547,0.1568,1,0.2583,1,1,1,1,1,1,0.1884,0.2583,0.1621,1,0.5699,1,1,1,0.1464,0.5699,0.1572,1,1,1,1,1,0.216534376,0.562786937,0.358610719,1,1,1,1,1,0.25566861,0.541719139,0.932255268,1,1,1,1,1,0.208179638,0.395254374,0.776643306,0.776602496,0.776595745
-4362,1,0.2541,1,1,1,1,1,1,1,1,0.0959,0.2541,0.0537,1,0.258,1,1,1,1,1,1,0.1283,0.258,0.0782,1,0.5696,1,1,1,0.143,0.5696,0.0585,1,1,1,1,1,0.164320379,0.340225011,0.436508924,1,1,1,1,1,0.127438277,0.425358713,0.992680669,1,1,1,1,1,0.215237424,0.139914006,0.77102465,0.771102179,0.771276596
-4363,1,0.2536,1,1,1,1,1,1,1,1,0.0745,0.2536,0.0702,1,0.2578,1,1,1,1,1,1,0.1046,0.2578,0.1001,1,0.5694,1,1,1,0.0876,0.5694,0.0267,1,1,1,1,1,0.114378981,0.085359693,0.709865987,1,1,1,1,1,0.120362222,0.135812193,1,1,1,1,1,1,0.140320241,0,0.752295795,0.75248572,0.752659574
-4364,1,0.253,1,1,1,1,1,1,1,1,0.0554,0.253,0,1,0.2575,1,1,1,1,1,1,0.1259,0.2575,0,1,0.5692,1,1,1,0.1156,0.5692,0,1,1,1,1,1,0.120174795,0,0.560584784,1,1,1,1,1,0.154028773,0,0.980293274,1,1,1,1,1,0.201559409,0,0.74039391,0.740427332,0.740691489
-4365,1,0.2524,1,1,1,1,1,1,1,1,0.0576,0.2524,0,1,0.2572,1,1,1,1,1,1,0.1889,0.2572,0,1,0.569,1,1,1,0.1141,0.569,0,1,1,1,1,1,0.142954037,0,0.452195883,1,1,1,1,1,0.207245439,0,1,1,1,1,1,1,0.203709304,0,0.720819236,0.72075312,0.721187943
-4366,1,0.2519,1,1,1,1,1,1,1,1,0.0659,0.2519,0,1,0.2569,1,1,1,1,1,1,0.2707,0.2569,0,1,0.5688,1,1,1,0.0909,0.5688,0,1,1,1,1,1,0.109079644,0,0.696377039,1,1,1,1,1,0.281507969,0,0.985162377,1,1,1,1,1,0.172572955,0,0.658893185,0.658980326,0.659131206
-4367,1,0.2513,1,1,1,1,1,1,1,1,0.0677,0.2513,0,1,0.2567,1,1,1,1,1,1,0.3516,0.2567,0,1,0.5685,1,1,1,0.0525,0.5685,0,1,1,1,1,1,0.104718357,0,0.497142494,1,1,1,1,1,0.394628406,0,0.791167855,1,1,1,1,1,0.109798983,0,0.591167231,0.591072562,0.591312057
-4368,1,0.2507,1,1,1,1,1,1,1,1,0.1172,0.2507,0,1,0.2564,1,1,1,1,1,1,0.2212,0.2564,0,1,0.5683,1,1,1,0.0696,0.5683,0,1,1,1,1,1,0.12028496,0,0.351299703,1,1,1,1,1,0.355438471,0,0.709870458,1,1,1,1,1,0.131693721,0,0.541384727,0.541358155,0.541666667
-4369,1,0.2501,1,1,1,1,1,1,1,1,0.0908,0.2501,0,1,0.2561,1,1,1,1,1,1,0.251,0.2561,0,1,0.5681,1,1,1,0.1201,0.5681,0,1,1,1,1,1,0.132570207,0,0.322685778,1,1,1,1,1,0.355011016,0,0.640828311,1,1,1,1,1,0.207992584,0,0.508941518,0.508990903,0.508865248
-4370,1,0.2496,1,1,1,1,1,1,1,1,0.1044,0.2496,0,1,0.2558,1,1,1,1,1,1,0.1992,0.2558,0,1,0.5679,1,1,1,0.1384,0.5679,0,1,1,1,1,1,0.15370059,0,0.244400442,1,1,1,1,1,0.29243952,0,0.53543663,1,1,1,1,1,0.271099836,0,0.488037699,0.488047387,0.488031915
-4371,1,0.249,1,1,1,1,1,1,1,1,0.1169,0.249,0,1,0.2556,1,1,1,1,1,1,0.1365,0.2556,0,1,0.5676,1,1,1,0.1488,0.5676,0,1,1,1,1,1,0.17744337,0,0.123936936,1,1,1,1,1,0.21988517,0,0.291212857,1,1,1,1,1,0.27053538,0,0.477887869,0.477892955,0.477836879
-4372,1,0.2484,1,1,1,1,1,1,1,1,0.0747,0.2484,0,1,0.2553,1,1,1,1,1,1,0.0789,0.2553,0,1,0.5674,1,1,1,0.1195,0.5674,0,1,1,1,1,1,0.122283444,0,0.092149347,1,1,1,1,1,0.149289757,0,0.149480626,1,1,1,1,1,0.200411543,0,0.48260029,0.482758621,0.482712766
-4373,1,0.2479,1,1,1,1,1,1,1,1,0.0638,0.2479,0.1168,1,0.255,1,1,1,1,1,1,0.1083,0.255,0.145,1,0.5672,1,1,1,0.1026,0.5672,0.1361,1,1,1,1,1,0.104162529,0.197812378,0.076995283,1,1,1,1,1,0.163067162,0.239238173,0.145739019,1,1,1,1,1,0.188072532,0.227315456,0.500845819,0.500740427,0.500886525
-4374,1,0.2473,1,1,1,1,1,1,1,1,0.0417,0.2473,0.091,1,0.2548,1,1,1,1,1,1,0.0307,0.2548,0.1224,1,0.567,1,1,1,0.0523,0.567,0.0839,1,1,1,1,1,0.057434209,0.519448042,0.11485365,1,1,1,1,1,0.065282777,0.552478015,0.151156291,1,1,1,1,1,0.135510579,0.551806808,0.557576124,0.557647557,0.557624113
-4375,1,0.2467,1,1,1,1,1,1,1,1,0.0302,0.2467,0.2258,1,0.2545,1,1,1,1,1,1,0.0451,0.2545,0.2575,1,0.5668,1,1,1,0.0268,0.5668,0.222,1,1,1,1,1,0.040434085,0.728520393,0.15826866,1,1,1,1,1,0.034640856,0.775832891,0.013767278,1,1,1,1,1,0.064522654,0.674908578,0.628383277,0.62851703,0.628546099
-4376,1,0.2462,1,1,1,1,1,1,1,1,0.0978,0.2462,0.388,1,0.2542,1,1,1,1,1,1,0.155,0.2542,0.4072,1,0.5665,1,1,1,0.0244,0.5665,0.3851,1,1,1,1,1,0.068129495,0.825085282,0.192376837,1,1,1,1,1,0.141253248,0.850049496,0.015124347,1,1,1,1,1,0.035630375,0.806901336,0.682999033,0.683097102,0.683510638
-4377,1,0.2456,1,1,1,1,1,1,1,1,0.0985,0.2456,0.505,1,0.2539,1,1,1,1,1,1,0.1204,0.2539,0.5021,1,0.5663,1,1,1,0.0396,0.5663,0.4989,1,1,1,1,1,0.083173461,0.844380379,0.204994336,1,1,1,1,1,0.097053841,0.858320236,0.06655629,1,1,1,1,1,0.065553151,0.870780408,0.727223296,0.727311191,0.727393617
-4378,1,0.245,1,1,1,1,1,1,1,1,0.0692,0.245,0.564,1,0.2537,1,1,1,1,1,1,0.0626,0.2537,0.572,1,0.5661,1,1,1,0.0568,0.5661,0.5664,1,1,1,1,1,0.091265455,0.82215029,0.453283966,1,1,1,1,1,0.049927726,0.859287858,0.196724102,1,1,1,1,1,0.121335752,0.833956838,0.761901885,0.76179395,0.761968085
-4379,1,0.2445,1,1,1,1,1,1,1,1,0.0743,0.2445,0.5897,1,0.2534,1,1,1,1,1,1,0.0992,0.2534,0.5861,1,0.5659,1,1,1,0.0934,0.5659,0.5917,1,1,1,1,1,0.118093625,0.830472112,0.153584391,1,1,1,1,1,0.077432618,0.848988652,0.108968593,1,1,1,1,1,0.162182644,0.841480613,0.783772354,0.783795219,0.784131206
-4380,1,0.2439,1,1,1,1,1,1,1,1,0.0838,0.2439,0.5797,1,0.2531,1,1,1,1,1,1,0.0029,0.2531,0.566,1,0.5657,1,1,1,0.0768,0.5657,0.5399,1,1,1,1,1,0.093493916,0.829359114,0.014522792,1,1,1,1,1,0.016035369,0.851881027,0.006831414,1,1,1,1,1,0.160918355,0.788781881,0.795674239,0.795642056,0.795656028
-4381,1,0.2433,1,1,1,1,1,1,1,1,0.0918,0.2433,0.5759,1,0.2528,1,1,1,1,1,1,0.0894,0.2528,0.5915,1,0.5654,1,1,1,0.0386,0.5654,0.5402,1,1,1,1,1,0.098650388,0.819081962,0.001471551,1,1,1,1,1,0.102665536,0.862342656,0,1,1,1,1,1,0.114222959,0.789956093,0.806549058,0.806642691,0.806737589
-4382,1,0.2428,1,1,1,1,1,1,1,1,0.0728,0.2428,0.5229,1,0.2526,1,1,1,1,1,1,0.2702,0.2526,0.5309,1,0.5652,1,1,1,0.047,0.5652,0.5196,1,1,1,1,1,0.116809949,0.744977832,0.002085822,1,1,1,1,1,0.193904862,0.807651937,0,1,1,1,1,1,0.158833146,0.758441985,0.812711455,0.81277766,0.812943262
-4383,1,0.2422,1,1,1,1,1,1,1,1,0.0565,0.2422,0.4212,1,0.2523,1,1,1,1,1,1,0.2688,0.2523,0.4564,1,0.565,1,1,1,0.0609,0.565,0.4281,1,1,1,1,1,0.080643922,0.725426853,0.038032211,1,1,1,1,1,0.206686154,0.735754132,0,1,1,1,1,1,0.126120865,0.674730361,0.80999275,0.810027502,0.810283688
-4384,1,0.2416,1,1,1,1,1,1,1,1,0.0862,0.2416,0.3117,1,0.252,1,1,1,1,1,1,0.1405,0.252,0.3339,1,0.5648,1,1,1,0.0764,0.5648,0.2865,1,1,1,1,1,0.052966747,0.704554617,0.176747829,1,1,1,1,1,0.138332754,0.762506604,0,1,1,1,1,1,0.133432925,0.683621824,0.807394877,0.807488894,0.807624113
-4385,1,0.2411,1,1,1,1,1,1,1,1,0.084,0.2411,0.1674,1,0.2517,1,1,1,1,1,1,0.0115,0.2517,0.2068,1,0.5646,1,1,1,0.0626,0.5646,0.1584,1,1,1,1,1,0.038669512,0.640865326,0.380429387,1,1,1,1,1,0.027820878,0.693809092,0.106930114,1,1,1,1,1,0.121632531,0.613734305,0.801957467,0.801988576,0.802304965
-4386,1,0.2405,1,1,1,1,1,1,1,1,0.0351,0.2405,0.0734,1,0.2515,1,1,1,1,1,1,0,0.2515,0.0833,1,0.5643,1,1,1,0.0682,0.5643,0.0723,1,1,1,1,1,0.006349224,0.408023179,0.330409974,1,1,1,1,1,0.005110471,0.47869125,0.163902625,1,1,1,1,1,0.148931861,0.407794088,0.783711938,0.783795219,0.784131206
-4387,1,0.2399,1,1,1,1,1,1,1,1,0.0329,0.2399,0.0566,1,0.2512,1,1,1,1,1,1,0,0.2512,0.1042,1,0.5641,1,1,1,0.0525,0.5641,0,1,1,1,1,1,0.008869697,0.092732996,0.528993428,1,1,1,1,1,0.003258662,0.15948543,0.147861004,1,1,1,1,1,0.154664218,0.000230576,0.755860319,0.755870531,0.756205674
-4388,1,0.2394,1,1,1,1,1,1,1,1,0.0488,0.2394,0,1,0.2509,1,1,1,1,1,1,0.0537,0.2509,0,1,0.5639,1,1,1,0.0805,0.5639,0,1,1,1,1,1,0.039309565,0,0.531161308,1,1,1,1,1,0.049484428,0,0.101016499,1,1,1,1,1,0.22241585,0,0.736950217,0.737042522,0.73714539
-4389,1,0.2388,1,1,1,1,1,1,1,1,0.0795,0.2388,0,1,0.2506,1,1,1,1,1,1,0.2512,0.2506,0,1,0.5637,1,1,1,0.1153,0.5637,0,1,1,1,1,1,0.088504113,0,0.462703705,1,1,1,1,1,0.240617096,0,0.121000275,1,1,1,1,1,0.244184345,0,0.712965201,0.712925746,0.71320922
-4390,1,0.2382,1,1,1,1,1,1,1,1,0.1334,0.2382,0,1,0.2504,1,1,1,1,1,1,0.4355,0.2504,0,1,0.5634,1,1,1,0.0859,0.5634,0,1,1,1,1,1,0.181507155,0,0.149243653,1,1,1,1,1,0.520377874,0,0.039821208,1,1,1,1,1,0.231376693,0,0.646145481,0.646075735,0.646276596
-4391,1,0.2376,1,1,1,1,1,1,1,1,0.2419,0.2376,0,1,0.2501,1,1,1,1,1,1,0.3194,0.2501,0,1,0.5632,1,1,1,0.13,0.5632,0,1,1,1,1,1,0.346002072,0,0.028017741,1,1,1,1,1,0.436432034,0,0,1,1,1,1,1,0.321213871,0,0.575459159,0.575629363,0.575797872
-4392,1,0.2371,1,1,1,1,1,1,1,1,0.191,0.2371,0,1,0.2498,1,1,1,1,1,1,0.3775,0.2498,0,1,0.563,1,1,1,0.1499,0.563,0,1,1,1,1,1,0.323428631,0,0.024091061,1,1,1,1,1,0.510816813,0,0,1,1,1,1,1,0.296050966,0,0.523562107,0.523587899,0.523492908
-4393,1,0.2365,1,1,1,1,1,1,1,1,0.1972,0.2365,0,1,0.2495,1,1,1,1,1,1,0.4257,0.2495,0,1,0.5628,1,1,1,0.1538,0.5628,0,1,1,1,1,1,0.288430959,0,0.088297889,1,1,1,1,1,0.506530046,0,0.025692672,1,1,1,1,1,0.28486222,0,0.49262929,0.492701502,0.492907801
-4394,1,0.2359,1,1,1,1,1,1,1,1,0.1562,0.2359,0,1,0.2493,1,1,1,1,1,1,0.3379,0.2493,0,1,0.5626,1,1,1,0.1682,0.5626,0,1,1,1,1,1,0.26058352,0,0.192177743,1,1,1,1,1,0.431975156,0,0.1307576,1,1,1,1,1,0.314100266,0,0.471544224,0.471757986,0.471631206
-4395,1,0.2354,1,1,1,1,1,1,1,1,0.1198,0.2354,0,1,0.249,1,1,1,1,1,1,0.1548,0.249,0,1,0.5623,1,1,1,0.158,0.5623,0,1,1,1,1,1,0.14900519,0,0.475549012,1,1,1,1,1,0.198367953,0,0.242943719,1,1,1,1,1,0.280514061,0,0.460971484,0.460968902,0.460992908
-4396,1,0.2348,1,1,1,1,1,1,1,1,0.0921,0.2348,0,1,0.2487,1,1,1,1,1,1,0.2297,0.2487,0,1,0.5621,1,1,1,0.161,0.5621,0,1,1,1,1,1,0.168260887,0,0.614508867,1,1,1,1,1,0.255253226,0,0.205129057,1,1,1,1,1,0.309217185,0,0.462904785,0.462872858,0.462765957
-4397,1,0.2342,1,1,1,1,1,1,1,1,0.1292,0.2342,0.1441,1,0.2485,1,1,1,1,1,1,0.192,0.2485,0.156,1,0.5619,1,1,1,0.1602,0.5619,0.1276,1,1,1,1,1,0.218256429,0.278072238,0.523941875,1,1,1,1,1,0.216945007,0.249432355,0.157978565,1,1,1,1,1,0.331387579,0.11963404,0.479639923,0.479796911,0.479609929
-4398,1,0.2337,1,1,1,1,1,1,1,1,0.0684,0.2337,0.0922,1,0.2482,1,1,1,1,1,1,0.0739,0.2482,0.1088,1,0.5617,1,1,1,0.0755,0.5617,0.0794,1,1,1,1,1,0.135497242,0.585216463,0.294313103,1,1,1,1,1,0.096158966,0.566260517,0.07291466,1,1,1,1,1,0.182639226,0.60244602,0.534678589,0.534800085,0.534574468
-4399,1,0.2331,1,1,1,1,1,1,1,1,0.0567,0.2331,0.2275,1,0.2479,1,1,1,1,1,1,0.0388,0.2479,0.2604,1,0.5615,1,1,1,0.0228,0.5615,0.2212,1,1,1,1,1,0.050844744,0.825928628,0.625630617,1,1,1,1,1,0.050741959,0.801020741,0.040556286,1,1,1,1,1,0.04904468,0.838766575,0.60439826,0.604611805,0.604609929
-4400,1,0.2325,1,1,1,1,1,1,1,1,0.0479,0.2325,0.3968,1,0.2476,1,1,1,1,1,1,0.045,0.2476,0.4166,1,0.5612,1,1,1,0.0187,0.5612,0.3917,1,1,1,1,1,0.061049666,0.895120502,0.466449022,1,1,1,1,1,0.041171271,0.878015816,0.017650787,1,1,1,1,1,0.043878861,0.906633019,0.657624456,0.657711022,0.657801418
-4401,1,0.232,1,1,1,1,1,1,1,1,0.0884,0.232,0.5262,1,0.2474,1,1,1,1,1,1,0.0319,0.2474,0.5314,1,0.561,1,1,1,0.0588,0.561,0.5236,1,1,1,1,1,0.110411331,0.92136389,0.686120868,1,1,1,1,1,0.031750776,0.906415045,0.060667802,1,1,1,1,1,0.11083059,0.916707277,0.700036249,0.700021155,0.70035461
-4402,1,0.2314,1,1,1,1,1,1,1,1,0.0955,0.2314,0.6258,1,0.2471,1,1,1,1,1,1,0.0491,0.2471,0.6253,1,0.5608,1,1,1,0.0135,0.5608,0.5954,1,1,1,1,1,0.119363949,0.942547023,0.578566194,1,1,1,1,1,0.046828002,0.927877247,0.067616761,1,1,1,1,1,0.030295303,0.888754487,0.73260029,0.732811508,0.732712766
-4403,1,0.2308,1,1,1,1,1,1,1,1,0.0754,0.2308,0.6683,1,0.2468,1,1,1,1,1,1,0.0756,0.2468,0.6604,1,0.5606,1,1,1,0.0235,0.5606,0.6537,1,1,1,1,1,0.114628285,0.946641326,0.163034737,1,1,1,1,1,0.059849322,0.920972347,0.000293194,1,1,1,1,1,0.038938109,0.91048944,0.754108265,0.754178126,0.754432624
-4404,1,0.2303,1,1,1,1,1,1,1,1,0.0589,0.2303,0.6589,1,0.2465,1,1,1,1,1,1,0.123,0.2465,0.6453,1,0.5604,1,1,1,0.0522,0.5604,0.6456,1,1,1,1,1,0.069876872,0.916281819,0.062791981,1,1,1,1,1,0.09599819,0.897421956,0.002235602,1,1,1,1,1,0.092938028,0.901670098,0.768608023,0.768563571,0.768617021
-4405,1,0.2297,1,1,1,1,1,1,1,1,0.0678,0.2297,0.6377,1,0.2463,1,1,1,1,1,1,0.1067,0.2463,0.6279,1,0.5601,1,1,1,0.0397,0.5601,0.6344,1,1,1,1,1,0.074079238,0.896206737,0.075843804,1,1,1,1,1,0.08153633,0.886995792,0.009813875,1,1,1,1,1,0.063023545,0.876143157,0.782805703,0.782737466,0.782801418
-4406,1,0.2291,1,1,1,1,1,1,1,1,0.0725,0.2291,0.561,1,0.246,1,1,1,1,1,1,0.0627,0.246,0.5698,1,0.5599,1,1,1,0.0468,0.5599,0.5617,1,1,1,1,1,0.027240094,0.845820069,0.200539649,1,1,1,1,1,0.053047318,0.856265903,0.190716758,1,1,1,1,1,0.068240345,0.840875924,0.792290962,0.792468796,0.792553191
-4407,1,0.2286,1,1,1,1,1,1,1,1,0.0804,0.2286,0.4526,1,0.2457,1,1,1,1,1,1,0.0101,0.2457,0.4767,1,0.5597,1,1,1,0.0447,0.5597,0.456,1,1,1,1,1,0.034244448,0.809242725,0.300285161,1,1,1,1,1,0.029027719,0.822935402,0.357239008,1,1,1,1,1,0.085650988,0.804512143,0.798634606,0.798603766,0.798758865
-4408,1,0.228,1,1,1,1,1,1,1,1,0.1007,0.228,0.3257,1,0.2454,1,1,1,1,1,1,0,0.2454,0.347,1,0.5595,1,1,1,0.0481,0.5595,0.3102,1,1,1,1,1,0.031353943,0.756607234,0.498714149,1,1,1,1,1,0.016290152,0.637792826,0.432435095,1,1,1,1,1,0.083452068,0.804660678,0.802803287,0.802834779,0.803191489
-4409,1,0.2274,1,1,1,1,1,1,1,1,0.1164,0.2274,0.1711,1,0.2452,1,1,1,1,1,1,0,0.2452,0.1762,1,0.5592,1,1,1,0.0182,0.5592,0.143,1,1,1,1,1,0.021640062,0.457257509,0.577475905,1,1,1,1,1,0.021289825,0.238107353,0.576523066,1,1,1,1,1,0.026391188,0.645107985,0.794768004,0.794795854,0.795212766
-4410,1,0.2269,1,1,1,1,1,1,1,1,0.1253,0.2269,0.0727,1,0.2449,1,1,1,1,1,1,0,0.2449,0.0552,1,0.559,1,1,1,0.0102,0.559,0.077,1,1,1,1,1,0.019787397,0.101293348,0.635736525,1,1,1,1,1,0.017152105,0.08578603,0.702171743,1,1,1,1,1,0.021241587,0.401804119,0.763533108,0.763697906,0.763741135
-4411,1,0.2263,1,1,1,1,1,1,1,1,0.0889,0.2263,0,1,0.2446,1,1,1,1,1,1,0,0.2446,0,1,0.5588,1,1,1,0.0381,0.5588,0.0061,1,1,1,1,1,0.015818665,0,0.703395009,1,1,1,1,1,0.011837182,0,0.760705709,1,1,1,1,1,0.035040319,0,0.727223296,0.727311191,0.727393617
-4412,1,0.2257,1,1,1,1,1,1,1,1,0.0713,0.2257,0,1,0.2443,1,1,1,1,1,1,0.0163,0.2443,0,1,0.5586,1,1,1,0.0485,0.5586,0,1,1,1,1,1,0.01328519,0,0.71351099,1,1,1,1,1,0.048470039,0,0.713253438,1,1,1,1,1,0.04444414,0,0.712481875,0.712714195,0.712765957
-4413,1,0.2251,1,1,1,1,1,1,1,1,0.1085,0.2251,0,1,0.2441,1,1,1,1,1,1,0.0475,0.2441,0,1,0.5584,1,1,1,0.0365,0.5584,0,1,1,1,1,1,0.04248216,0,0.957080901,1,1,1,1,1,0.093805254,0,0.748690128,1,1,1,1,1,0.0320393,0,0.685898985,0.68584726,0.68572695
-4414,1,0.2246,1,1,1,1,1,1,1,1,0.0573,0.2246,0,1,0.2438,1,1,1,1,1,1,0.0463,0.2438,0,1,0.5581,1,1,1,0.0779,0.5581,0,1,1,1,1,1,0.04036789,0,0.969459891,1,1,1,1,1,0.089986622,0,0.466903955,1,1,1,1,1,0.070189938,0,0.635753987,0.635709752,0.63608156
-4415,1,0.224,1,1,1,1,1,1,1,1,0.0656,0.224,0,1,0.2435,1,1,1,1,1,1,0.0861,0.2435,0,1,0.5579,1,1,1,0.0863,0.5579,0,1,1,1,1,1,0.048059963,0,0.998987317,1,1,1,1,1,0.156242788,0,0.541128278,1,1,1,1,1,0.088191785,0,0.580775737,0.580706579,0.580673759
-4416,1,0.2234,1,1,1,1,1,1,1,1,0.0912,0.2234,0,1,0.2432,1,1,1,1,1,1,0.2261,0.2432,0,1,0.5577,1,1,1,0.0807,0.5577,0,1,1,1,1,1,0.09245088,0,0.995982528,1,1,1,1,1,0.297136903,0,0.934730172,1,1,1,1,1,0.144612089,0,0.534678589,0.534800085,0.534574468
-4417,1,0.2229,1,1,1,1,1,1,1,1,0.1524,0.2229,0,1,0.243,1,1,1,1,1,1,0.2114,0.243,0,1,0.5575,1,1,1,0.1005,0.5575,0,1,1,1,1,1,0.176841065,0,0.913101196,1,1,1,1,1,0.28728646,0,1,1,1,1,1,1,0.27975738,0,0.502960367,0.502855934,0.503102837
-4418,1,0.2223,1,1,1,1,1,1,1,1,0.2193,0.2223,0,1,0.2427,1,1,1,1,1,1,0.1685,0.2427,0,1,0.5573,1,1,1,0.0711,0.5573,0,1,1,1,1,1,0.216098398,0,0.907705069,1,1,1,1,1,0.208280712,0,1,1,1,1,1,1,0.318745852,0,0.482479459,0.48254707,0.482712766
-4419,1,0.2217,1,1,1,1,1,1,1,1,0.3394,0.2217,0,1,0.2424,1,1,1,1,1,1,0.1781,0.2424,0,1,0.557,1,1,1,0.0573,0.557,0,1,1,1,1,1,0.295488894,0,1,1,1,1,1,1,0.220619738,0,0.936000347,1,1,1,1,1,0.322516322,0,0.473054616,0.47302729,0.472960993
-4420,1,0.2212,1,1,1,1,1,1,1,1,0.2139,0.2212,0,1,0.2422,1,1,1,1,1,1,0.0617,0.2422,0,1,0.5568,1,1,1,0.0578,0.5568,0,1,1,1,1,1,0.179754809,0,0.917831004,1,1,1,1,1,0.074078701,0,0.386021495,1,1,1,1,1,0.279410154,0,0.473719188,0.473661942,0.473847518
-4421,1,0.2206,1,1,1,1,1,1,1,1,0.0447,0.2206,0,1,0.2419,1,1,1,1,1,1,0.054,0.2419,0,1,0.5566,1,1,1,0.0811,0.5566,0,1,1,1,1,1,0.035763633,0,0.650101721,1,1,1,1,1,0.064404845,0,0.082511,1,1,1,1,1,0.289877266,0.001877067,0.47939826,0.479585361,0.479609929
-4422,1,0.22,1,1,1,1,1,1,1,1,0.0618,0.22,0.0269,1,0.2416,1,1,1,1,1,1,0.0045,0.2416,0.0242,1,0.5564,1,1,1,0.0411,0.5564,0.0431,1,1,1,1,1,0.034746401,0.039670657,0.708189487,1,1,1,1,1,0.009821427,0.032201804,0.462438226,1,1,1,1,1,0.224980533,0.092480458,0.4949855,0.495028559,0.495124113
-4423,1,0.2195,1,1,1,1,1,1,1,1,0.0745,0.2195,0.1519,1,0.2413,1,1,1,1,1,1,0,0.2413,0.1591,1,0.5562,1,1,1,0.0546,0.5562,0.2106,1,1,1,1,1,0.048566636,0.253209174,0.709331274,1,1,1,1,1,0.000734207,0.257266223,0.574185312,1,1,1,1,1,0.158620641,0.319114953,0.523260029,0.523376349,0.523492908
-4424,1,0.2189,1,1,1,1,1,1,1,1,0.0544,0.2189,0.2952,1,0.2411,1,1,1,1,1,1,0,0.2411,0.3185,1,0.5559,1,1,1,0.0222,0.5559,0.3365,1,1,1,1,1,0.027270313,0.574504673,0.774344265,1,1,1,1,1,0.003106984,0.631878734,0.533751607,1,1,1,1,1,0.103516884,0.521627545,0.562288545,0.562301671,0.5625
-4425,1,0.2183,1,1,1,1,1,1,1,1,0.0523,0.2183,0.4336,1,0.2408,1,1,1,1,1,1,0,0.2408,0.469,1,0.5557,1,1,1,0.0034,0.5557,0.4495,1,1,1,1,1,0.021626601,0.755450368,0.641052604,1,1,1,1,1,0.006455759,0.775259137,0.748186171,1,1,1,1,1,0.046910197,0.668854654,0.611043983,0.611169875,0.611258865
-4426,1,0.2178,1,1,1,1,1,1,1,1,0.052,0.2178,0.6431,1,0.2405,1,1,1,1,1,1,0.0105,0.2405,0.6608,1,0.5555,1,1,1,0.0156,0.5555,0.6328,1,1,1,1,1,0.030500717,0.97019577,0.351118028,1,1,1,1,1,0.029385351,0.985659242,0.488135397,1,1,1,1,1,0.034979679,0.943571627,0.661068149,0.661095832,0.661347518
-4427,1,0.2172,1,1,1,1,1,1,1,1,0.0364,0.2172,0.5725,1,0.2402,1,1,1,1,1,1,0.0035,0.2402,0.5721,1,0.5553,1,1,1,0.0329,0.5553,0.5243,1,1,1,1,1,0.039543159,0.810283542,0.280112445,1,1,1,1,1,0.010639272,0.826742589,0.219896078,1,1,1,1,1,0.07263457,0.794173956,0.701365394,0.70150201,0.701684397
-4428,1,0.2166,1,1,1,1,1,1,1,1,0.0611,0.2166,0.5841,1,0.24,1,1,1,1,1,1,0.0458,0.24,0.5845,1,0.555,1,1,1,0.0234,0.555,0.5477,1,1,1,1,1,0.039515536,0.825015545,0.473154694,1,1,1,1,1,0.046697203,0.84645623,0.205647662,1,1,1,1,1,0.048638321,0.794912219,0.730002417,0.73006135,0.730053191
-4429,1,0.2161,1,1,1,1,1,1,1,1,0.0865,0.2161,0.5682,1,0.2397,1,1,1,1,1,1,0.0862,0.2397,0.5715,1,0.5548,1,1,1,0.0239,0.5548,0.585,1,1,1,1,1,0.041545264,0.810106337,0.630562186,1,1,1,1,1,0.082552016,0.836528838,0.271411777,1,1,1,1,1,0.029561196,0.78209585,0.744200097,0.744235244,0.744680851
-4430,1,0.2155,1,1,1,1,1,1,1,1,0.1824,0.2155,0.5387,1,0.2394,1,1,1,1,1,1,0.139,0.2394,0.555,1,0.5546,1,1,1,0.0331,0.5546,0.4234,1,1,1,1,1,0.095327638,0.815385461,0.65515697,1,1,1,1,1,0.130203694,0.837066889,0.324764162,1,1,1,1,1,0.034609009,0.790364623,0.752718705,0.752697271,0.753102837
-4431,1,0.2149,1,1,1,1,1,1,1,1,0.1692,0.2149,0.448,1,0.2391,1,1,1,1,1,1,0.0597,0.2391,0.4755,1,0.5544,1,1,1,0.044,0.5544,0.2741,1,1,1,1,1,0.064917237,0.809738815,0.546873689,1,1,1,1,1,0.064258225,0.802268744,0.378238767,1,1,1,1,1,0.056402363,0.698686957,0.761358144,0.761582399,0.761968085
-4432,1,0.2144,1,1,1,1,1,1,1,1,0.2258,0.2144,0.3257,1,0.2389,1,1,1,1,1,1,0.0183,0.2389,0.3598,1,0.5542,1,1,1,0.0468,0.5542,0.1831,1,1,1,1,1,0.094156392,0.773854017,0.85464406,1,1,1,1,1,0.040619925,0.751166463,0.493641675,1,1,1,1,1,0.063108951,0.43916291,0.770964234,0.771102179,0.771276596
-4433,1,0.2138,1,1,1,1,1,1,1,1,0.2182,0.2138,0.1648,1,0.2386,1,1,1,1,1,1,0.08,0.2386,0.2128,1,0.5539,1,1,1,0.0657,0.5539,0.1087,1,1,1,1,1,0.079801008,0.660352588,0.836753368,1,1,1,1,1,0.110368267,0.558832586,0.529580951,1,1,1,1,1,0.069082089,0.117910624,0.775737071,0.775756294,0.776152482
-4434,1,0.2132,1,1,1,1,1,1,1,1,0.222,0.2132,0.0701,1,0.2383,1,1,1,1,1,1,0.0797,0.2383,0.1095,1,0.5537,1,1,1,0.0497,0.5537,0.0177,1,1,1,1,1,0.117756307,0.356418312,0.758145094,1,1,1,1,1,0.082098186,0.286794782,0.505896568,1,1,1,1,1,0.097856216,0.003235555,0.762264379,0.762217051,0.762411348
-4435,1,0.2126,1,1,1,1,1,1,1,1,0.1434,0.2126,0,1,0.238,1,1,1,1,1,1,0.0559,0.238,0.0028,1,0.5535,1,1,1,0.0543,0.5535,0,1,1,1,1,1,0.064686164,0,0.509756684,1,1,1,1,1,0.070138693,0.000569961,0.288650542,1,1,1,1,1,0.136244833,0,0.738883519,0.738946478,0.73891844
-4436,1,0.2121,1,1,1,1,1,1,1,1,0.1427,0.2121,0,1,0.2378,1,1,1,1,1,1,0.0494,0.2378,0,1,0.5533,1,1,1,0.0371,0.5533,0,1,1,1,1,1,0.054427512,0,0.594174623,1,1,1,1,1,0.051724389,0,0.502667308,1,1,1,1,1,0.127201453,0,0.7280087,0.727945843,0.727836879
-4437,1,0.2115,1,1,1,1,1,1,1,1,0.1742,0.2115,0,1,0.2375,1,1,1,1,1,1,0.1042,0.2375,0,1,0.5531,1,1,1,0.0604,0.5531,0,1,1,1,1,1,0.100302279,0,0.696716547,1,1,1,1,1,0.125671849,0,0.879600763,1,1,1,1,1,0.158119529,0,0.708615273,0.708694732,0.708776596
-4438,1,0.2109,1,1,1,1,1,1,1,1,0.1337,0.2109,0,1,0.2372,1,1,1,1,1,1,0.1259,0.2372,0,1,0.5528,1,1,1,0.077,0.5528,0,1,1,1,1,1,0.094901264,0,0.479921579,1,1,1,1,1,0.202186137,0,0.860613704,1,1,1,1,1,0.199601173,0,0.670492992,0.670615612,0.670656028
-4439,1,0.2104,1,1,1,1,1,1,1,1,0.1315,0.2104,0,1,0.2369,1,1,1,1,1,1,0.1669,0.2369,0,1,0.5526,1,1,1,0.071,0.5526,0,1,1,1,1,1,0.090198137,0,0.570623994,1,1,1,1,1,0.211480156,0,0.15312095,1,1,1,1,1,0.278780073,0,0.617327211,0.617304845,0.617464539
-4440,1,0.2098,1,1,1,1,1,1,1,1,0.2108,0.2098,0,1,0.2367,1,1,1,1,1,1,0.183,0.2367,0,1,0.5524,1,1,1,0.1,0.5524,0,1,1,1,1,1,0.192076504,0,0.973155737,1,1,1,1,1,0.204264447,0,0.946779132,1,1,1,1,1,0.258810222,0,0.570444659,0.570552147,0.570478723
-4441,1,0.2092,1,1,1,1,1,1,1,1,0.2129,0.2092,0,1,0.2364,1,1,1,1,1,1,0.2016,0.2364,0,1,0.5522,1,1,1,0.0745,0.5522,0,1,1,1,1,1,0.260947406,0,1,1,1,1,1,1,0.273568332,0,0.54145968,1,1,1,1,1,0.174154058,0,0.537880619,0.537761794,0.538120567
-4442,1,0.2087,1,1,1,1,1,1,1,1,0.2883,0.2087,0,1,0.2361,1,1,1,1,1,1,0.227,0.2361,0,1,0.5519,1,1,1,0.0694,0.5519,0,1,1,1,1,1,0.316749334,0,0.988012671,1,1,1,1,1,0.30046463,0,0.34907043,1,1,1,1,1,0.187399089,0,0.517097632,0.517241379,0.517287234
-4443,1,0.2081,1,1,1,1,1,1,1,1,0.1829,0.2081,0,1,0.2359,1,1,1,1,1,1,0.2193,0.2359,0,1,0.5517,1,1,1,0.0563,0.5517,0,1,1,1,1,1,0.281124741,0,0.733053863,1,1,1,1,1,0.324177563,0,0.230692685,1,1,1,1,1,0.154496461,0,0.505256162,0.505394542,0.505319149
-4444,1,0.2075,1,1,1,1,1,1,1,1,0.2656,0.2075,0,1,0.2356,1,1,1,1,1,1,0.2662,0.2356,0,1,0.5515,1,1,1,0.1062,0.5515,0,1,1,1,1,1,0.341472119,0,0.805062711,1,1,1,1,1,0.429302752,0,0.324054182,1,1,1,1,1,0.245488346,0,0.507551957,0.507721599,0.507535461
-4445,1,0.207,1,1,1,1,1,1,1,1,0.3256,0.207,0.1293,1,0.2353,1,1,1,1,1,1,0.1796,0.2353,0.1483,1,0.5513,1,1,1,0.1313,0.5513,0.0901,1,1,1,1,1,0.310243219,0.267777354,0.823861718,1,1,1,1,1,0.325637877,0.228284106,0.343899786,1,1,1,1,1,0.275627166,0.262006253,0.524166264,0.524222551,0.524379433
-4446,1,0.2064,1,1,1,1,1,1,1,1,0.2141,0.2064,0.0851,1,0.235,1,1,1,1,1,1,0.0641,0.235,0.1209,1,0.5511,1,1,1,0.1082,0.5511,0.095,1,1,1,1,1,0.226426139,0.592672646,0.816699028,1,1,1,1,1,0.090391532,0.550887287,0.392653167,1,1,1,1,1,0.208797634,0.547217071,0.580111165,0.580071927,0.580230496
-4447,1,0.2058,1,1,1,1,1,1,1,1,0.182,0.2058,0.2233,1,0.2348,1,1,1,1,1,1,0.0318,0.2348,0.2531,1,0.5508,1,1,1,0.1182,0.5508,0.2174,1,1,1,1,1,0.202257603,0.802574873,0.612163365,1,1,1,1,1,0.050333332,0.776887417,0.202272788,1,1,1,1,1,0.203204796,0.754629135,0.653576607,0.653691559,0.653812057
-4448,1,0.2053,1,1,1,1,1,1,1,1,0.1782,0.2053,0.3887,1,0.2345,1,1,1,1,1,1,0.0177,0.2345,0.4034,1,0.5506,1,1,1,0.0608,0.5506,0.3617,1,1,1,1,1,0.186137691,0.863020658,0.444697857,1,1,1,1,1,0.029823093,0.828547001,0.14206624,1,1,1,1,1,0.107254893,0.807869434,0.713146448,0.713348847,0.71320922
-4449,1,0.2047,1,1,1,1,1,1,1,1,0.1961,0.2047,0.5069,1,0.2342,1,1,1,1,1,1,0.163,0.2342,0.5103,1,0.5504,1,1,1,0.1202,0.5504,0.4744,1,1,1,1,1,0.208307207,0.86106807,0.336582869,1,1,1,1,1,0.149298593,0.855578244,0.195287973,1,1,1,1,1,0.186263815,0.789486349,0.758276945,0.758409139,0.758421986
-4450,1,0.2041,1,1,1,1,1,1,1,1,0.2293,0.2041,0.5897,1,0.2339,1,1,1,1,1,1,0.1595,0.2339,0.5879,1,0.5502,1,1,1,0.1563,0.5502,0.5464,1,1,1,1,1,0.236603826,0.869638741,0.199030817,1,1,1,1,1,0.185521558,0.862586856,0.199077487,1,1,1,1,1,0.240175277,0.780897141,0.792472209,0.792680347,0.792996454
-4451,1,0.2036,1,1,1,1,1,1,1,1,0.227,0.2036,0.5968,1,0.2337,1,1,1,1,1,1,0.1671,0.2337,0.6018,1,0.55,1,1,1,0.1021,0.55,0.5644,1,1,1,1,1,0.183209836,0.846296132,0.077208452,1,1,1,1,1,0.19382897,0.818274915,0.083179057,1,1,1,1,1,0.122785687,0.756242037,0.813557274,0.813623863,0.813829787
-4452,1,0.203,1,1,1,1,1,1,1,1,0.1981,0.203,0.5784,1,0.2334,1,1,1,1,1,1,0.1318,0.2334,0.5767,1,0.5497,1,1,1,0.1296,0.5497,0.519,1,1,1,1,1,0.167177141,0.822345972,0.205453306,1,1,1,1,1,0.144384563,0.780323088,0.068697914,1,1,1,1,1,0.163601309,0.779218376,0.826365394,0.826528454,0.826684397
-4453,1,0.2024,1,1,1,1,1,1,1,1,0.1838,0.2024,0.5602,1,0.2331,1,1,1,1,1,1,0.0564,0.2331,0.5315,1,0.5495,1,1,1,0.1315,0.5495,0.4853,1,1,1,1,1,0.141390994,0.768217564,0.495643318,1,1,1,1,1,0.059797071,0.783283532,0.116447121,1,1,1,1,1,0.145033583,0.7864452,0.837240213,0.837317538,0.837765957
-4454,1,0.2019,1,1,1,1,1,1,1,1,0.1902,0.2019,0.4569,1,0.2328,1,1,1,1,1,1,0.1502,0.2328,0.4724,1,0.5493,1,1,1,0.1735,0.5493,0.4408,1,1,1,1,1,0.126454696,0.624144137,0.703931808,1,1,1,1,1,0.107778922,0.762053847,0.060732722,1,1,1,1,1,0.212787971,0.691753387,0.843765104,0.843875608,0.843971631
-4455,1,0.2013,1,1,1,1,1,1,1,1,0.1612,0.2013,0.3911,1,0.2326,1,1,1,1,1,1,0.1515,0.2326,0.4094,1,0.5491,1,1,1,0.1803,0.5491,0.3975,1,1,1,1,1,0.117145717,0.591452837,0.720405698,1,1,1,1,1,0.104473516,0.696659267,0.108284034,1,1,1,1,1,0.22559987,0.632823467,0.844369261,0.84451026,0.844414894
-4456,1,0.2007,1,1,1,1,1,1,1,1,0.124,0.2007,0.3015,1,0.2323,1,1,1,1,1,1,0.1291,0.2323,0.323,1,0.5489,1,1,1,0.2085,0.5489,0.3039,1,1,1,1,1,0.100497097,0.571835876,0.754024267,1,1,1,1,1,0.124754034,0.657853901,0.026608119,1,1,1,1,1,0.277530015,0.570218921,0.842315128,0.842394754,0.842641844
-4457,1,0.2001,1,1,1,1,1,1,1,1,0.1117,0.2001,0.1686,1,0.232,1,1,1,1,1,1,0.1147,0.232,0.2072,1,0.5486,1,1,1,0.1803,0.5486,0.1506,1,1,1,1,1,0.103957124,0.551462114,0.637484193,1,1,1,1,1,0.111563034,0.646862686,0.009698168,1,1,1,1,1,0.192769319,0.567137122,0.835790237,0.835836683,0.835992908
-4458,1,0.1996,1,1,1,1,1,1,1,1,0.0539,0.1996,0.0771,1,0.2317,1,1,1,1,1,1,0.094,0.2317,0.1078,1,0.5484,1,1,1,0.072,0.5484,0.0645,1,1,1,1,1,0.068700135,0.431417316,0.405207038,1,1,1,1,1,0.085097685,0.500499129,0.543753684,1,1,1,1,1,0.074675515,0.414198637,0.813919768,0.814046964,0.81427305
-4459,1,0.199,1,1,1,1,1,1,1,1,0.0292,0.199,0.0584,1,0.2315,1,1,1,1,1,1,0.0457,0.2315,0.1164,1,0.5482,1,1,1,0.051,0.5482,0.0713,1,1,1,1,1,0.07408186,0.108261615,0.369385123,1,1,1,1,1,0.056250133,0.166818053,0.779578924,1,1,1,1,1,0.106981702,0.003997409,0.784195263,0.78421832,0.784574468
-4460,1,0.1984,1,1,1,1,1,1,1,1,0.011,0.1984,0,1,0.2312,1,1,1,1,1,1,0.0634,0.2312,0,1,0.548,1,1,1,0.0785,0.548,0,1,1,1,1,1,0.053028241,0,0.080444589,1,1,1,1,1,0.083659396,0,0.354417026,1,1,1,1,1,0.157494634,0,0.766130981,0.766236514,0.766400709
-4461,1,0.1979,1,1,1,1,1,1,1,1,0.0287,0.1979,0,1,0.2309,1,1,1,1,1,1,0.0647,0.2309,0,1,0.5477,1,1,1,0.1161,0.5477,0,1,1,1,1,1,0.08927469,0,0.016250949,1,1,1,1,1,0.087756939,0,0.094050527,1,1,1,1,1,0.204042569,0,0.741602223,0.741696636,0.742021277
-4462,1,0.1973,1,1,1,1,1,1,1,1,0.0366,0.1973,0,1,0.2307,1,1,1,1,1,1,0,0.2307,0,1,0.5475,1,1,1,0.136,0.5475,0,1,1,1,1,1,0.058163621,0,0,1,1,1,1,1,0.01779303,0,0.017228536,1,1,1,1,1,0.253442526,0,0.673936684,0.674000423,0.674202128
-4463,1,0.1967,1,1,1,1,1,1,1,1,0.0787,0.1967,0,1,0.2304,1,1,1,1,1,1,0.0115,0.2304,0,1,0.5473,1,1,1,0.1282,0.5473,0,1,1,1,1,1,0.12129873,0,0.005378828,1,1,1,1,1,0.056929581,0,0.009249478,1,1,1,1,1,0.250102639,0,0.602102465,0.602073197,0.602393617
-4464,1,0.1962,1,1,1,1,1,1,1,1,0.0757,0.1962,0,1,0.2301,1,1,1,1,1,1,0.0026,0.2301,0,1,0.5471,1,1,1,0.1183,0.5471,0,1,1,1,1,1,0.123493366,0,0.035287987,1,1,1,1,1,0.023385108,0,0.002465183,1,1,1,1,1,0.27209428,0,0.548453359,0.548550878,0.548758865
-4465,1,0.1956,1,1,1,1,1,1,1,1,0.0906,0.1956,0,1,0.2298,1,1,1,1,1,1,0.0137,0.2298,0,1,0.5469,1,1,1,0.0828,0.5469,0,1,1,1,1,1,0.15528664,0,0.058431175,1,1,1,1,1,0.04129082,0,0.021208901,1,1,1,1,1,0.20240663,0,0.51377477,0.513645018,0.513741135
-4466,1,0.195,1,1,1,1,1,1,1,1,0.0791,0.195,0,1,0.2296,1,1,1,1,1,1,0.0555,0.2296,0,1,0.5466,1,1,1,0.0722,0.5466,0,1,1,1,1,1,0.156400323,0,0.065168977,1,1,1,1,1,0.091516018,0,0.011147383,1,1,1,1,1,0.17153357,0,0.491239729,0.491220647,0.491578014
-4467,1,0.1945,1,1,1,1,1,1,1,1,0.0798,0.1945,0,1,0.2293,1,1,1,1,1,1,0.0457,0.2293,0,1,0.5464,1,1,1,0.0681,0.5464,0,1,1,1,1,1,0.121229574,0,0.035901219,1,1,1,1,1,0.084878162,0,0,1,1,1,1,1,0.143300831,0,0.478431609,0.478527607,0.478723404
-4468,1,0.1939,1,1,1,1,1,1,1,1,0.068,0.1939,0,1,0.229,1,1,1,1,1,1,0.0416,0.229,0,1,0.5462,1,1,1,0.0286,0.5462,0,1,1,1,1,1,0.101815812,0,0.026873123,1,1,1,1,1,0.069395229,0,0,1,1,1,1,1,0.039154097,0,0.478552441,0.478739158,0.478723404
-4469,1,0.1933,1,1,1,1,1,1,1,1,0.0473,0.1933,0.1516,1,0.2287,1,1,1,1,1,1,0.0062,0.2287,0.1734,1,0.546,1,1,1,0.0152,0.546,0.1341,1,1,1,1,1,0.093472995,0.28632015,0.047029395,1,1,1,1,1,0.013755038,0.277498364,0,1,1,1,1,1,0.025017966,0.310073137,0.493656356,0.493759255,0.493794326
-4470,1,0.1928,1,1,1,1,1,1,1,1,0.0198,0.1928,0.0848,1,0.2285,1,1,1,1,1,1,0,0.2285,0.1214,1,0.5458,1,1,1,0.0142,0.5458,0.0765,1,1,1,1,1,0.052300215,0.592405736,0.059423365,1,1,1,1,1,0.000988139,0.592971087,0.015978796,1,1,1,1,1,0.048344079,0.620917797,0.547426293,0.547493125,0.547429078
-4471,1,0.1922,1,1,1,1,1,1,1,1,0.0151,0.1922,0.2216,1,0.2282,1,1,1,1,1,1,0,0.2282,0.2556,1,0.5455,1,1,1,0.0084,0.5455,0.2169,1,1,1,1,1,0.011171082,0.792516291,0.168292806,1,1,1,1,1,0,0.799856842,0.032200266,1,1,1,1,1,0.018322038,0.794321775,0.619139681,0.619208801,0.619237589
-4472,1,0.1916,1,1,1,1,1,1,1,1,0.0108,0.1916,0.3852,1,0.2279,1,1,1,1,1,1,0,0.2279,0.4092,1,0.5453,1,1,1,0.0127,0.5453,0.3796,1,1,1,1,1,0.002278332,0.862863958,0.084399305,1,1,1,1,1,0.000293031,0.870562434,0,1,1,1,1,1,0.02928995,0.849707723,0.679555341,0.679712291,0.679521277
-4473,1,0.1911,1,1,1,1,1,1,1,1,0.0051,0.1911,0.5053,1,0.2276,1,1,1,1,1,1,0.0086,0.2276,0.5206,1,0.5451,1,1,1,0.0048,0.5451,0.5095,1,1,1,1,1,0.001060737,0.880755782,0.094701245,1,1,1,1,1,0.016391469,0.894801974,0,1,1,1,1,1,0.016333628,0.867988229,0.730364911,0.730484451,0.730496454
-4474,1,0.1905,1,1,1,1,1,1,1,1,0.008,0.1905,0.5913,1,0.2274,1,1,1,1,1,1,0.0089,0.2274,0.6145,1,0.5449,1,1,1,0.0076,0.5449,0.5942,1,1,1,1,1,0.002302204,0.843569398,0.090907782,1,1,1,1,1,0.010404314,0.834825516,0,1,1,1,1,1,0.01740809,0.86893332,0.772957951,0.773006135,0.773049645
-4475,1,0.1899,1,1,1,1,1,1,1,1,0.018,0.1899,0.5977,1,0.2271,1,1,1,1,1,1,0.0141,0.2271,0.5897,1,0.5447,1,1,1,0.0042,0.5447,0.5354,1,1,1,1,1,0.007974,0.853777707,0.052869506,1,1,1,1,1,0.011937976,0.840036035,0,1,1,1,1,1,0.006072049,0.825111926,0.802259546,0.802411678,0.802304965
-4476,1,0.1894,1,1,1,1,1,1,1,1,0.0582,0.1894,0.6319,1,0.2268,1,1,1,1,1,1,0.013,0.2268,0.6352,1,0.5444,1,1,1,0.0126,0.5444,0.6142,1,1,1,1,1,0.014833947,0.888036609,0.028479438,1,1,1,1,1,0.012404978,0.901707053,0,1,1,1,1,1,0.006692015,0.775236189,0.821350894,0.821451238,0.821365248
-4477,1,0.1888,1,1,1,1,1,1,1,1,0.0739,0.1888,0.614,1,0.2265,1,1,1,1,1,1,0.0084,0.2265,0.6337,1,0.5442,1,1,1,0.0216,0.5442,0.5457,1,1,1,1,1,0.01546809,0.88558805,0.01527492,1,1,1,1,1,0.010063907,0.912517369,0,1,1,1,1,1,0.019716345,0.782313585,0.841408893,0.841548551,0.841755319
-4478,1,0.1882,1,1,1,1,1,1,1,1,0.0806,0.1882,0.5582,1,0.2263,1,1,1,1,1,1,0.0547,0.2263,0.5851,1,0.544,1,1,1,0.0097,0.544,0.5063,1,1,1,1,1,0.013322551,0.852453113,0.00286159,1,1,1,1,1,0.044298828,0.897323787,0,1,1,1,1,1,0.047811072,0.807759345,0.854035766,0.854241591,0.854609929
-4479,1,0.1876,1,1,1,1,1,1,1,1,0.1061,0.1876,0.4593,1,0.226,1,1,1,1,1,1,0.0524,0.226,0.4851,1,0.5438,1,1,1,0.0202,0.5438,0.4026,1,1,1,1,1,0.024783194,0.847798765,0.0192232,1,1,1,1,1,0.04009385,0.872974455,0,1,1,1,1,1,0.079617716,0.755025506,0.864064766,0.864184472,0.864361702
-4480,1,0.1871,1,1,1,1,1,1,1,1,0.117,0.1871,0.332,1,0.2257,1,1,1,1,1,1,0.0186,0.2257,0.3765,1,0.5435,1,1,1,0.0246,0.5435,0.2829,1,1,1,1,1,0.02092715,0.835634768,0.033841677,1,1,1,1,1,0.021946393,0.84497124,0.000340314,1,1,1,1,1,0.080322996,0.772390127,0.869320928,0.869473239,0.869680851
-4481,1,0.1865,1,1,1,1,1,1,1,1,0.1185,0.1865,0.1649,1,0.2254,1,1,1,1,1,1,0,0.2254,0.2154,1,0.5433,1,1,1,0.0377,0.5433,0.1344,1,1,1,1,1,0.024917813,0.372043788,0.111601762,1,1,1,1,1,0.01241737,0.567416251,0.078909695,1,1,1,1,1,0.105159879,0.556317031,0.866420976,0.86651153,0.867021277
-4482,1,0.1859,1,1,1,1,1,1,1,1,0.1568,0.1859,0.0539,1,0.2252,1,1,1,1,1,1,0,0.2252,0.0699,1,0.5431,1,1,1,0.0391,0.5431,0.0579,1,1,1,1,1,0.029856538,0.092082605,0.260396898,1,1,1,1,1,0.010891998,0.122037217,0.139729589,1,1,1,1,1,0.116395891,0.055363752,0.837481875,0.837740639,0.837765957
-4483,1,0.1854,1,1,1,1,1,1,1,1,0.1448,0.1854,0.0018,1,0.2249,1,1,1,1,1,1,0.0049,0.2249,0.0001,1,0.5429,1,1,1,0.0656,0.5429,0,1,1,1,1,1,0.036172457,0,0.352989167,1,1,1,1,1,0.016817087,0,0.180565178,1,1,1,1,1,0.154293463,0,0.804615756,0.804738735,0.804964539
-4484,1,0.1848,1,1,1,1,1,1,1,1,0.1657,0.1848,0,1,0.2246,1,1,1,1,1,1,0.004,0.2246,0,1,0.5427,1,1,1,0.111,0.5427,0,1,1,1,1,1,0.04311474,0,0.435246348,1,1,1,1,1,0.027926249,0,0.234177232,1,1,1,1,1,0.228089586,0,0.793499275,0.79352655,0.793439716
-4485,1,0.1842,1,1,1,1,1,1,1,1,0.155,0.1842,0,1,0.2244,1,1,1,1,1,1,0.0066,0.2244,0,1,0.5424,1,1,1,0.0988,0.5424,0,1,1,1,1,1,0.06788341,0,0.361470014,1,1,1,1,1,0.046756849,0,0.364958912,1,1,1,1,1,0.234123677,0,0.769151764,0.769198223,0.769503546
-4486,1,0.1837,1,1,1,1,1,1,1,1,0.2766,0.1837,0,1,0.2241,1,1,1,1,1,1,0.0114,0.2241,0,1,0.5422,1,1,1,0.128,0.5422,0,1,1,1,1,1,0.188613445,0,0.550160944,1,1,1,1,1,0.06953223,0,0.432914943,1,1,1,1,1,0.26865533,0,0.708313195,0.708483182,0.708776596
-4487,1,0.1831,1,1,1,1,1,1,1,1,0.2913,0.1831,0,1,0.2238,1,1,1,1,1,1,0.1788,0.2238,0,1,0.542,1,1,1,0.1459,0.542,0,1,1,1,1,1,0.281235993,0,0.619658947,1,1,1,1,1,0.2192792,0,0.789837182,1,1,1,1,1,0.390497416,0,0.642460126,0.642479374,0.642730496
-4488,1,0.1825,1,1,1,1,1,1,1,1,0.276,0.1825,0,1,0.2235,1,1,1,1,1,1,0.4205,0.2235,0,1,0.5418,1,1,1,0.1743,0.5418,0,1,1,1,1,1,0.276597202,0,0.935366154,1,1,1,1,1,0.406765699,0,1,1,1,1,1,1,0.478357464,0,0.591167231,0.591284113,0.591312057
-4489,1,0.182,1,1,1,1,1,1,1,1,0.3214,0.182,0,1,0.2233,1,1,1,1,1,1,0.4383,0.2233,0,1,0.5416,1,1,1,0.197,0.5416,0,1,1,1,1,1,0.34288311,0,1,1,1,1,1,1,0.524861395,0,1,1,1,1,1,1,0.522042513,0,0.556549058,0.556589803,0.556737589
-4490,1,0.1814,1,1,1,1,1,1,1,1,0.3687,0.1814,0,1,0.223,1,1,1,1,1,1,0.2666,0.223,0,1,0.5413,1,1,1,0.1567,0.5413,0,1,1,1,1,1,0.431612492,0,1,1,1,1,1,1,0.375841498,0,1,1,1,1,1,1,0.433700353,0,0.532866119,0.532896129,0.533244681
-4491,1,0.1808,1,1,1,1,1,1,1,1,0.3421,0.1808,0,1,0.2227,1,1,1,1,1,1,0.275,0.2227,0,1,0.5411,1,1,1,0.1452,0.5411,0,1,1,1,1,1,0.390602827,0,1,1,1,1,1,1,0.323068351,0,1,1,1,1,1,1,0.384740829,0,0.518003867,0.518087582,0.518173759
-4492,1,0.1803,1,1,1,1,1,1,1,1,0.3135,0.1803,0,1,0.2224,1,1,1,1,1,1,0.2902,0.2224,0,1,0.5409,1,1,1,0.1069,0.5409,0,1,1,1,1,1,0.336288303,0,1,1,1,1,1,1,0.321069717,0,1,1,1,1,1,1,0.274951279,0,0.511962301,0.511952613,0.511968085
-4493,1,0.1797,1,1,1,1,1,1,1,1,0.17,0.1797,0.0746,1,0.2222,1,1,1,1,1,1,0.4004,0.2222,0.1148,1,0.5407,1,1,1,0.119,0.5407,0.0006,1,1,1,1,1,0.265694797,0.096646026,1,1,1,1,1,1,0.39681837,0.16866073,1,1,1,1,1,1,0.319535762,9.53E-07,0.511116481,0.51110641,0.51108156
-4494,1,0.1791,1,1,1,1,1,1,1,1,0.1082,0.1791,0.094,1,0.2219,1,1,1,1,1,1,0.0852,0.2219,0.1246,1,0.5404,1,1,1,0.1427,0.5404,0.1109,1,1,1,1,1,0.097987734,0.366840094,1,1,1,1,1,1,0.080391131,0.330700248,1,1,1,1,1,1,0.354771584,0.13985537,0.532503625,0.532684578,0.532801418
-4495,1,0.1786,1,1,1,1,1,1,1,1,0.0311,0.1786,0.2183,1,0.2216,1,1,1,1,1,1,0.0333,0.2216,0.2414,1,0.5402,1,1,1,0.1043,0.5402,0.208,1,1,1,1,1,0.030278277,0.520771325,0.993175745,1,1,1,1,1,0.030578811,0.470787406,0.993738294,1,1,1,1,1,0.265683413,0.289335608,0.58337361,0.583456738,0.583333333
-4496,1,0.178,1,1,1,1,1,1,1,1,0.0315,0.178,0.3221,1,0.2213,1,1,1,1,1,1,0.0066,0.2213,0.3138,1,0.54,1,1,1,0.0633,0.54,0.3179,1,1,1,1,1,0.013793694,0.508028865,0.60680294,1,1,1,1,1,0.013901452,0.473971069,0.523657918,1,1,1,1,1,0.192755416,0.418217778,0.647957951,0.647979691,0.648049645
-4497,1,0.1774,1,1,1,1,1,1,1,1,0.008,0.1774,0.3609,1,0.2211,1,1,1,1,1,1,0.0123,0.2211,0.376,1,0.5398,1,1,1,0.0971,0.5398,0.4411,1,1,1,1,1,0.007774655,0.494603813,0.550085306,1,1,1,1,1,0.010569578,0.517088592,0.347328842,1,1,1,1,1,0.207034945,0.495713681,0.702936201,0.702982864,0.703014184
-4498,1,0.1769,1,1,1,1,1,1,1,1,0.0037,0.1769,0.3746,1,0.2208,1,1,1,1,1,1,0.0029,0.2208,0.442,1,0.5396,1,1,1,0.0865,0.5396,0.4904,1,1,1,1,1,0.002026606,0.512572706,0.482496083,1,1,1,1,1,0.010959362,0.650633633,0.154282466,1,1,1,1,1,0.090919241,0.545266569,0.740877235,0.740850434,0.741134752
-4499,1,0.1763,1,1,1,1,1,1,1,1,0.0208,0.1763,0.4013,1,0.2205,1,1,1,1,1,1,0.061,0.2205,0.5073,1,0.5393,1,1,1,0.0962,0.5393,0.5013,1,1,1,1,1,0.036040179,0.556717932,0.401961625,1,1,1,1,1,0.072294928,0.764585376,0.121243209,1,1,1,1,1,0.07144656,0.600699365,0.767218463,0.767294267,0.767730496
-4500,1,0.1757,1,1,1,1,1,1,1,1,0.0284,0.1757,0.3806,1,0.2202,1,1,1,1,1,1,0.1466,0.2202,0.4423,1,0.5391,1,1,1,0.1862,0.5391,0.5646,1,1,1,1,1,0.064880416,0.556104302,0.541372895,1,1,1,1,1,0.129359931,0.606846809,0.275048971,1,1,1,1,1,0.188580796,0.620971262,0.785161914,0.785276074,0.785460993
-4501,1,0.1751,1,1,1,1,1,1,1,1,0.0467,0.1751,0.377,1,0.22,1,1,1,1,1,1,0.2281,0.22,0.3761,1,0.5389,1,1,1,0.1379,0.5389,0.5653,1,1,1,1,1,0.052315503,0.501961946,0.457297385,1,1,1,1,1,0.218277231,0.525169551,0.291021228,1,1,1,1,1,0.153882176,0.662165582,0.785041083,0.785064523,0.78501773
-4502,1,0.1746,1,1,1,1,1,1,1,1,0.1359,0.1746,0.3338,1,0.2197,1,1,1,1,1,1,0.2596,0.2197,0.3463,1,0.5387,1,1,1,0.179,0.5387,0.5488,1,1,1,1,1,0.114136755,0.503515661,0.516245425,1,1,1,1,1,0.279489696,0.490185916,0.35068509,1,1,1,1,1,0.259061217,0.697864532,0.768245529,0.76835202,0.768173759
-4503,1,0.174,1,1,1,1,1,1,1,1,0.1988,0.174,0.3031,1,0.2194,1,1,1,1,1,1,0.2022,0.2194,0.275,1,0.5385,1,1,1,0.1389,0.5385,0.4565,1,1,1,1,1,0.16276294,0.517669022,0.847153366,1,1,1,1,1,0.209442586,0.430433393,0.264634818,1,1,1,1,1,0.207866341,0.710493684,0.752356211,0.75248572,0.752659574
-4504,1,0.1734,1,1,1,1,1,1,1,1,0.1626,0.1734,0.2765,1,0.2191,1,1,1,1,1,1,0.2055,0.2191,0.2746,1,0.5382,1,1,1,0.1873,0.5382,0.3148,1,1,1,1,1,0.169175163,0.506136,0.929117382,1,1,1,1,1,0.219367459,0.412760019,0.787781358,1,1,1,1,1,0.260577291,0.728330374,0.752174964,0.75227417,0.752216312
-4505,1,0.1729,1,1,1,1,1,1,1,1,0.1498,0.1729,0.1654,1,0.2189,1,1,1,1,1,1,0.1494,0.2189,0.1788,1,0.538,1,1,1,0.2072,0.538,0.1467,1,1,1,1,1,0.129261166,0.407688022,0.999773741,1,1,1,1,1,0.150124639,0.38187173,1,1,1,1,1,1,0.356799692,0.662014306,0.756706138,0.756716734,0.757092199
-4506,1,0.1723,1,1,1,1,1,1,1,1,0.1504,0.1723,0.0663,1,0.2186,1,1,1,1,1,1,0.1758,0.2186,0.0714,1,0.5378,1,1,1,0.2436,0.5378,0.0629,1,1,1,1,1,0.134876266,0.274834365,1,1,1,1,1,1,0.175994366,0.149463907,1,1,1,1,1,1,0.496245116,0.46551162,0.748127115,0.748254707,0.74822695
-4507,1,0.1717,1,1,1,1,1,1,1,1,0.1295,0.1717,0.0062,1,0.2183,1,1,1,1,1,1,0.045,0.2183,0,1,0.5376,1,1,1,0.2325,0.5376,0,1,1,1,1,1,0.094509833,0.00099648,0.964839101,1,1,1,1,1,0.070739061,0,0.72032702,1,1,1,1,1,0.427159995,0.029156109,0.727887869,0.727945843,0.727836879
-4508,1,0.1712,1,1,1,1,1,1,1,1,0.0833,0.1712,0,1,0.2181,1,1,1,1,1,1,0.1532,0.2181,0,1,0.5374,1,1,1,0.2537,0.5374,0,1,1,1,1,1,0.1487661,0,0.860168099,1,1,1,1,1,0.200545222,0,0.143500775,1,1,1,1,1,0.49635905,0,0.716650556,0.716733658,0.716755319
-4509,1,0.1706,1,1,1,1,1,1,1,1,0.127,0.1706,0,1,0.2178,1,1,1,1,1,1,0.2994,0.2178,0,1,0.5371,1,1,1,0.3059,0.5371,0,1,1,1,1,1,0.26770556,0,0.585268199,1,1,1,1,1,0.304919809,0,0.3046529,1,1,1,1,1,0.520116329,0,0.703721605,0.703829067,0.703900709
-4510,1,0.17,1,1,1,1,1,1,1,1,0.1534,0.17,0,1,0.2175,1,1,1,1,1,1,0.316,0.2175,0,1,0.5369,1,1,1,0.3129,0.5369,0,1,1,1,1,1,0.287789464,0,0.873058498,1,1,1,1,1,0.32879436,0,0.113174886,1,1,1,1,1,0.512134492,0,0.656718221,0.656653268,0.656914894
-4511,1,0.1695,1,1,1,1,1,1,1,1,0.1954,0.1695,0,1,0.2172,1,1,1,1,1,1,0.1863,0.2172,0,1,0.5367,1,1,1,0.2488,0.5367,0,1,1,1,1,1,0.348548025,0,0.875947118,1,1,1,1,1,0.228480622,0,0.145807594,1,1,1,1,1,0.418082684,0,0.600531658,0.600592342,0.600620567
-4512,1,0.1689,1,1,1,1,1,1,1,1,0.2417,0.1689,0,1,0.217,1,1,1,1,1,1,0.2657,0.217,0,1,0.5365,1,1,1,0.2767,0.5365,0,1,1,1,1,1,0.415165961,0,0.801316738,1,1,1,1,1,0.333288223,0,0.022712043,1,1,1,1,1,0.492622852,0,0.550507492,0.550666385,0.550975177
-4513,1,0.1683,1,1,1,1,1,1,1,1,0.2712,0.1683,0,1,0.2167,1,1,1,1,1,1,0.2858,0.2167,0,1,0.5362,1,1,1,0.2427,0.5362,0,1,1,1,1,1,0.421527416,0,0.584855199,1,1,1,1,1,0.364053369,0,0.09706676,1,1,1,1,1,0.452406555,0,0.516070565,0.516183626,0.516400709
-4514,1,0.1678,1,1,1,1,1,1,1,1,0.2566,0.1678,0,1,0.2164,1,1,1,1,1,1,0.2783,0.2164,0,1,0.536,1,1,1,0.2103,0.536,0,1,1,1,1,1,0.371157169,0,0.495415688,1,1,1,1,1,0.378977954,0,0.035979845,1,1,1,1,1,0.421732664,0,0.49220638,0.492278401,0.492021277
-4515,1,0.1672,1,1,1,1,1,1,1,1,0.2011,0.1672,0,1,0.2161,1,1,1,1,1,1,0.188,0.2161,0,1,0.5358,1,1,1,0.1886,0.5358,0,1,1,1,1,1,0.266415417,0,0.393248618,1,1,1,1,1,0.298926353,0,0.013702357,1,1,1,1,1,0.377208143,0,0.476860802,0.476835202,0.476950355
-4516,1,0.1666,1,1,1,1,1,1,1,1,0.1741,0.1666,0,1,0.2159,1,1,1,1,1,1,0.2302,0.2159,0,1,0.5356,1,1,1,0.1775,0.5356,0,1,1,1,1,1,0.210342884,0,0.253154248,1,1,1,1,1,0.346858203,0,0.00778089,1,1,1,1,1,0.335629463,0,0.468281779,0.468373175,0.468085106
-4517,1,0.1661,1,1,1,1,1,1,1,1,0.1093,0.1661,0.1241,1,0.2156,1,1,1,1,1,1,0.1906,0.2156,0.1273,1,0.5354,1,1,1,0.141,0.5354,0.154,1,1,1,1,1,0.128301203,0.187186554,0.172797814,1,1,1,1,1,0.298137665,0.189793617,0.001890053,1,1,1,1,1,0.276557267,0.207789525,0.459944418,0.459911149,0.459663121
-4518,1,0.1655,1,1,1,1,1,1,1,1,0.0719,0.1655,0.0868,1,0.2153,1,1,1,1,1,1,0.084,0.2153,0.1108,1,0.5351,1,1,1,0.1536,0.5351,0.0717,1,1,1,1,1,0.123986363,0.534038723,0.139169976,1,1,1,1,1,0.119236171,0.511660457,0.011096336,1,1,1,1,1,0.282501608,0.576651096,0.476256646,0.476412101,0.476507092
-4519,1,0.1649,1,1,1,1,1,1,1,1,0.0657,0.1649,0.2205,1,0.215,1,1,1,1,1,1,0.048,0.215,0.2493,1,0.5349,1,1,1,0.1935,0.5349,0.2153,1,1,1,1,1,0.065185688,0.765039563,0.040942736,1,1,1,1,1,0.046916105,0.746162057,0.039993461,1,1,1,1,1,0.300858885,0.79816699,0.521145481,0.521260842,0.521276596
-4520,1,0.1649,1,1,1,1,1,1,1,1,0.0691,0.1649,0.385,1,0.215,1,1,1,1,1,1,0.0095,0.215,0.4029,1,0.5349,1,1,1,0.197,0.5349,0.3855,1,1,1,1,1,0.044559486,0.850887299,0.155120045,1,1,1,1,1,0.022832684,0.836577535,0.112954453,1,1,1,1,1,0.296564102,0.868790507,0.580654906,0.580706579,0.580673759
-4521,1,0.1649,1,1,1,1,1,1,1,1,0.0617,0.1649,0.5096,1,0.215,1,1,1,1,1,1,0,0.215,0.5159,1,0.5349,1,1,1,0.2598,0.5349,0.4868,1,1,1,1,1,0.052009199,0.877342165,0.103837833,1,1,1,1,1,0.007041526,0.868595958,0.08834137,1,1,1,1,1,0.285074264,0.902234197,0.636237313,0.636344404,0.636524823
-4522,1,0.1649,1,1,1,1,1,1,1,1,0.0281,0.1649,0.6007,1,0.215,1,1,1,1,1,1,0,0.215,0.5921,1,0.5349,1,1,1,0.3018,0.5349,0.6,1,1,1,1,1,0.047358088,0.885475457,0.016609415,1,1,1,1,1,0.000638992,0.863911569,0.010328273,1,1,1,1,1,0.428020179,0.919418216,0.682636539,0.682674,0.683067376
-4523,1,0.1649,1,1,1,1,1,1,1,1,0.0824,0.1649,0.631,1,0.215,1,1,1,1,1,1,0.0563,0.215,0.6084,1,0.5349,1,1,1,0.3219,0.5349,0.6606,1,1,1,1,1,0.139889747,0.884513021,0,1,1,1,1,1,0.043854896,0.877058506,0,1,1,1,1,1,0.434151322,0.930836082,0.719852586,0.719906918,0.719858156
-4524,1,0.1649,1,1,1,1,1,1,1,1,0.0881,0.1649,0.6153,1,0.215,1,1,1,1,1,1,0.0878,0.215,0.6164,1,0.5349,1,1,1,0.3692,0.5349,0.6735,1,1,1,1,1,0.169335708,0.867800117,0.00221274,1,1,1,1,1,0.058685821,0.875095785,0.013459424,1,1,1,1,1,0.459732741,0.92317605,0.744139681,0.744235244,0.744680851
-4525,1,0.1649,1,1,1,1,1,1,1,1,0.1243,0.1649,0.6066,1,0.215,1,1,1,1,1,1,0.0562,0.215,0.6162,1,0.5349,1,1,1,0.2335,0.5349,0.6665,1,1,1,1,1,0.151931778,0.856849611,0.003649575,1,1,1,1,1,0.047788695,0.853738308,0,1,1,1,1,1,0.386316329,0.917986631,0.757249879,0.757351386,0.757535461
-4526,1,0.1649,1,1,1,1,1,1,1,1,0.1827,0.1649,0.5631,1,0.215,1,1,1,1,1,1,0.1011,0.215,0.5802,1,0.5349,1,1,1,0.354,0.5349,0.598,1,1,1,1,1,0.208514675,0.864134312,0.030052401,1,1,1,1,1,0.126984254,0.841626406,0,1,1,1,1,1,0.541039228,0.915180922,0.766855969,0.766871166,0.767287234
-4527,1,0.1649,1,1,1,1,1,1,1,1,0.1557,0.1649,0.4664,1,0.215,1,1,1,1,1,1,0.2516,0.215,0.4874,1,0.5349,1,1,1,0.3922,0.5349,0.4836,1,1,1,1,1,0.156313032,0.838619232,0.078271203,1,1,1,1,1,0.249028042,0.808674097,0.008037958,1,1,1,1,1,0.463180721,0.894048631,0.775978734,0.775967844,0.776152482
-4528,1,0.1649,1,1,1,1,1,1,1,1,0.1801,0.1649,0.3333,1,0.215,1,1,1,1,1,1,0.3314,0.215,0.3753,1,0.5349,1,1,1,0.4239,0.5349,0.3322,1,1,1,1,1,0.234723419,0.795750916,0.146415666,1,1,1,1,1,0.280476391,0.789936185,0.052008905,1,1,1,1,1,0.406755865,0.848128557,0.787276462,0.78739158,0.787234043
-4529,1,0.1649,1,1,1,1,1,1,1,1,0.1924,0.1649,0.168,1,0.215,1,1,1,1,1,1,0.1463,0.215,0.2182,1,0.5349,1,1,1,0.2488,0.5349,0.1466,1,1,1,1,1,0.265369624,0.70194149,0.230136752,1,1,1,1,1,0.171185672,0.693864286,0.030449478,1,1,1,1,1,0.271063656,0.769573987,0.793620106,0.79352655,0.793882979
-4530,1,0.1649,1,1,1,1,1,1,1,1,0.2155,0.1649,0.0733,1,0.215,1,1,1,1,1,1,0.1251,0.215,0.1033,1,0.5349,1,1,1,0.1917,0.5349,0.069,1,1,1,1,1,0.290846705,0.453967035,0.429038733,1,1,1,1,1,0.159931213,0.481114686,0.104623571,1,1,1,1,1,0.210464582,0.538572669,0.782201547,0.782314364,0.782801418
-4531,1,0.1649,1,1,1,1,1,1,1,1,0.1807,0.1649,0.0316,1,0.215,1,1,1,1,1,1,0.1783,0.215,0.0648,1,0.5349,1,1,1,0.1272,0.5349,0.2136,1,1,1,1,1,0.19124566,0.051359773,0.414613783,1,1,1,1,1,0.203215271,0.107790567,0.130316243,1,1,1,1,1,0.133535147,0.183130667,0.758397777,0.75862069,0.758865248
-4532,1,0.1649,1,1,1,1,1,1,1,1,0.1804,0.1649,0,1,0.215,1,1,1,1,1,1,0.1241,0.215,0,1,0.5349,1,1,1,0.1624,0.5349,0,1,1,1,1,1,0.148455396,0,0.514826894,1,1,1,1,1,0.160956562,0,0.340668619,1,1,1,1,1,0.241872549,0,0.750483325,0.750581764,0.750886525
-4533,1,0.1649,1,1,1,1,1,1,1,1,0.22,0.1649,0,1,0.215,1,1,1,1,1,1,0.1463,0.215,0,1,0.5349,1,1,1,0.1579,0.5349,0,1,1,1,1,1,0.226717234,0,0.865889251,1,1,1,1,1,0.254755795,0,0.650078535,1,1,1,1,1,0.233888656,0,0.73260029,0.732811508,0.732712766
-4534,1,0.1649,1,1,1,1,1,1,1,1,0.157,0.1649,0,1,0.215,1,1,1,1,1,1,0.1535,0.215,0,1,0.5349,1,1,1,0.2398,0.5349,0,1,1,1,1,1,0.261281937,0,0.638395667,1,1,1,1,1,0.259614319,0,0.338563889,1,1,1,1,1,0.362082958,0,0.669526341,0.669557859,0.669769504
-4535,1,0.1649,1,1,1,1,1,1,1,1,0.2038,0.1649,0,1,0.215,1,1,1,1,1,1,0.3403,0.215,0,1,0.5349,1,1,1,0.2619,0.5349,0,1,1,1,1,1,0.281665176,0,0.679180741,1,1,1,1,1,0.452457398,0,0.104858905,1,1,1,1,1,0.458242416,0,0.598960851,0.598899937,0.59929078
-4536,1,0.1649,1,1,1,1,1,1,1,1,0.3011,0.1649,0,1,0.215,1,1,1,1,1,1,0.2008,0.215,0,1,0.5349,1,1,1,0.344,0.5349,0,1,1,1,1,1,0.240215376,0,0.606531143,1,1,1,1,1,0.327164173,0,0.138351589,1,1,1,1,1,0.634339333,0,0.544043016,0.544108314,0.544326241
-4537,1,0.1649,1,1,1,1,1,1,1,1,0.3328,0.1649,0,1,0.215,1,1,1,1,1,1,0.2104,0.215,0,1,0.5349,1,1,1,0.3625,0.5349,0,1,1,1,1,1,0.185202345,0,0.53185463,1,1,1,1,1,0.362368703,0,0.215465978,1,1,1,1,1,0.639220059,0,0.507129048,0.507086947,0.507092199
-4538,1,0.1649,1,1,1,1,1,1,1,1,0.1891,0.1649,0,1,0.215,1,1,1,1,1,1,0.1505,0.215,0,1,0.5349,1,1,1,0.3284,0.5349,0,1,1,1,1,1,0.127422094,0,0.612564385,1,1,1,1,1,0.26760906,0,0.172554716,1,1,1,1,1,0.581608474,0,0.483808603,0.483816374,0.483599291
-4539,1,0.1649,1,1,1,1,1,1,1,1,0.1859,0.1649,0,1,0.215,1,1,1,1,1,1,0.1778,0.215,0,1,0.5349,1,1,1,0.3154,0.5349,0,1,1,1,1,1,0.226742491,0,0.517863333,1,1,1,1,1,0.282688975,0,0.239704713,1,1,1,1,1,0.582918942,0,0.470637989,0.470911783,0.470744681
-4540,1,0.1649,1,1,1,1,1,1,1,1,0.1686,0.1649,0,1,0.215,1,1,1,1,1,1,0.2679,0.215,0,1,0.5349,1,1,1,0.2297,0.5349,0,1,1,1,1,1,0.251657426,0,0.240269959,1,1,1,1,1,0.344096869,0,0.636253953,1,1,1,1,1,0.397720844,0,0.47202755,0.471969537,0.472074468
-4541,1,0.1649,1,1,1,1,1,1,1,1,0.1381,0.1649,0.1589,1,0.215,1,1,1,1,1,1,0.1931,0.215,0.1619,1,0.5349,1,1,1,0.169,0.5349,0.1953,1,1,1,1,1,0.228671297,0.299790382,0.24293083,1,1,1,1,1,0.2610403,0.200785637,0.527930677,1,1,1,1,1,0.284113228,0.419684321,0.48900435,0.489105141,0.489361702
-4542,1,0.1649,1,1,1,1,1,1,1,1,0.0635,0.1649,0.0943,1,0.215,1,1,1,1,1,1,0.0198,0.215,0.1276,1,0.5349,1,1,1,0.1035,0.5349,0.0696,1,1,1,1,1,0.098503828,0.586710632,0.399398923,1,1,1,1,1,0.035371304,0.418061167,0.353842407,1,1,1,1,1,0.168322206,0.719482005,0.544345094,0.544531415,0.544326241
-4543,1,0.1649,1,1,1,1,1,1,1,1,0.0336,0.1649,0.2225,1,0.215,1,1,1,1,1,1,0,0.215,0.2324,1,0.5349,1,1,1,0.0774,0.5349,0.2185,1,1,1,1,1,0.024369784,0.748446107,0.325467736,1,1,1,1,1,0.001179286,0.648640692,0.263336897,1,1,1,1,1,0.129346669,0.880134284,0.611164814,0.611169875,0.611258865
-4544,1,0.1649,1,1,1,1,1,1,1,1,0.0064,0.1649,0.3699,1,0.215,1,1,1,1,1,1,0,0.215,0.3786,1,0.5349,1,1,1,0.1123,0.5349,0.3998,1,1,1,1,1,0.001666868,0.824808836,0.276387751,1,1,1,1,1,0.000224048,0.804775596,0.399657339,1,1,1,1,1,0.193776041,0.926323891,0.657564041,0.657711022,0.657801418
-4545,1,0.1649,1,1,1,1,1,1,1,1,0.0199,0.1649,0.5086,1,0.215,1,1,1,1,1,1,0,0.215,0.5158,1,0.5349,1,1,1,0.1987,0.5349,0.5365,1,1,1,1,1,0.033098325,0.896960616,0.339927465,1,1,1,1,1,0.002698997,0.873093545,0.501406312,1,1,1,1,1,0.271334618,0.945712328,0.694478009,0.694520838,0.694592199
-4546,1,0.1649,1,1,1,1,1,1,1,1,0.0428,0.1649,0.5908,1,0.215,1,1,1,1,1,1,0.0285,0.215,0.601,1,0.5349,1,1,1,0.2974,0.5349,0.64,1,1,1,1,1,0.084989823,0.896962404,0.267819166,1,1,1,1,1,0.028726274,0.879751801,0.287691414,1,1,1,1,1,0.430798322,0.961536348,0.723960851,0.72392638,0.723847518
-4547,1,0.1649,1,1,1,1,1,1,1,1,0.0601,0.1649,0.6336,1,0.215,1,1,1,1,1,1,0.1177,0.215,0.6416,1,0.5349,1,1,1,0.3,0.5349,0.6795,1,1,1,1,1,0.10179013,0.907057583,0.135218084,1,1,1,1,1,0.098219194,0.906283855,0.169071481,1,1,1,1,1,0.473910749,0.963922143,0.74359594,0.743600592,0.743794326
-4548,1,0.1649,1,1,1,1,1,1,1,1,0.0469,0.1649,0.6495,1,0.215,1,1,1,1,1,1,0.1393,0.215,0.6538,1,0.5349,1,1,1,0.2266,0.5349,0.6835,1,1,1,1,1,0.074527383,0.910188437,0.00595954,1,1,1,1,1,0.105961427,0.917593181,0,1,1,1,1,1,0.32666406,0.952722192,0.75779362,0.757774487,0.757978723
-4549,1,0.1649,1,1,1,1,1,1,1,1,0.0599,0.1649,0.6516,1,0.215,1,1,1,1,1,1,0.1106,0.215,0.6476,1,0.5349,1,1,1,0.1953,0.5349,0.6841,1,1,1,1,1,0.074972689,0.910532176,0.022566065,1,1,1,1,1,0.086091965,0.911207974,0.041409686,1,1,1,1,1,0.255868077,0.95767051,0.773078782,0.773006135,0.773049645
-4550,1,0.1649,1,1,1,1,1,1,1,1,0.0658,0.1649,0.5842,1,0.215,1,1,1,1,1,1,0.0354,0.215,0.5803,1,0.5349,1,1,1,0.2326,0.5349,0.6065,1,1,1,1,1,0.070355937,0.889499843,0.025723204,1,1,1,1,1,0.032383006,0.865862191,0,1,1,1,1,1,0.331204087,0.949376404,0.782141131,0.782102814,0.782358156
-4551,1,0.1649,1,1,1,1,1,1,1,1,0.0641,0.1649,0.4786,1,0.215,1,1,1,1,1,1,0,0.215,0.4959,1,0.5349,1,1,1,0.2136,0.5349,0.4861,1,1,1,1,1,0.06842611,0.876704574,0.025964664,1,1,1,1,1,0.000935695,0.851410627,0,1,1,1,1,1,0.229241759,0.930969119,0.787699372,0.787603131,0.787677305
-4552,1,0.1649,1,1,1,1,1,1,1,1,0.082,0.1649,0.3446,1,0.215,1,1,1,1,1,1,0.0078,0.215,0.3844,1,0.5349,1,1,1,0.2924,0.5349,0.3345,1,1,1,1,1,0.09920758,0.85985595,0.055186227,1,1,1,1,1,0.014803994,0.841366291,0.000282723,1,1,1,1,1,0.276251793,0.903919339,0.792713871,0.792680347,0.792996454
-4553,1,0.1649,1,1,1,1,1,1,1,1,0.0694,0.1649,0.1706,1,0.215,1,1,1,1,1,1,0.0352,0.215,0.2211,1,0.5349,1,1,1,0.257,0.5349,0.1434,1,1,1,1,1,0.087624073,0.752737641,0.141481429,1,1,1,1,1,0.040905938,0.719171047,0.001675393,1,1,1,1,1,0.318502545,0.807012975,0.78981392,0.789718638,0.789893617
-4554,1,0.1649,1,1,1,1,1,1,1,1,0.0812,0.1649,0.0752,1,0.215,1,1,1,1,1,1,0.0859,0.215,0.108,1,0.5349,1,1,1,0.1674,0.5349,0.0655,1,1,1,1,1,0.1061652,0.528079152,0.046367299,1,1,1,1,1,0.085995793,0.505563676,0.03224843,1,1,1,1,1,0.217251033,0.587836385,0.768064282,0.76814047,0.768173759
-4555,1,0.1649,1,1,1,1,1,1,1,1,0.0354,0.1649,0.1152,1,0.215,1,1,1,1,1,1,0.2305,0.215,0.1398,1,0.5349,1,1,1,0.1194,0.5349,0.2656,1,1,1,1,1,0.095668674,0.17240265,0.002320517,1,1,1,1,1,0.21528694,0.153020129,0.000460733,1,1,1,1,1,0.225013316,0.239153013,0.738641856,0.738734927,0.73891844
-4556,1,0.1649,1,1,1,1,1,1,1,1,0.0337,0.1649,0,1,0.215,1,1,1,1,1,1,0.0756,0.215,0,1,0.5349,1,1,1,0.2242,0.5349,0,1,1,1,1,1,0.091237642,0,0.000503597,1,1,1,1,1,0.099840291,0,0.001722251,1,1,1,1,1,0.469202638,0,0.722692122,0.722657076,0.722960993
-4557,1,0.1649,1,1,1,1,1,1,1,1,0.1112,0.1649,0,1,0.215,1,1,1,1,1,1,0.0586,0.215,0,1,0.5349,1,1,1,0.3088,0.5349,0,1,1,1,1,1,0.229856327,0,0.027175836,1,1,1,1,1,0.08876694,0,0.087625399,1,1,1,1,1,0.552122474,0,0.696955051,0.696847895,0.697251773
-4558,1,0.1649,1,1,1,1,1,1,1,1,0.0928,0.1649,0,1,0.215,1,1,1,1,1,1,0.0876,0.215,0,1,0.5349,1,1,1,0.3262,0.5349,0,1,1,1,1,1,0.172652885,0,0.040392715,1,1,1,1,1,0.10952919,0,0.05060184,1,1,1,1,1,0.542490721,0,0.628685355,0.62872858,0.628989362
-4559,1,0.1649,1,1,1,1,1,1,1,1,0.0681,0.1649,0,1,0.215,1,1,1,1,1,1,0.3006,0.215,0,1,0.5349,1,1,1,0.3235,0.5349,0,1,1,1,1,1,0.13417843,0,0.052731574,1,1,1,1,1,0.304177642,0,0.031946339,1,1,1,1,1,0.539355338,0,0.559086515,0.559128411,0.558953901
-4560,1,0.1649,1,1,1,1,1,1,1,1,0.0432,0.1649,0,1,0.215,1,1,1,1,1,1,0.209,0.215,0,1,0.5349,1,1,1,0.3244,0.5349,0,1,1,1,1,1,0.126800567,0,0.009040922,1,1,1,1,1,0.355337381,0,0.000429319,1,1,1,1,1,0.586952448,0,0.508518608,0.508567802,0.508421986
-4561,1,0.1649,1,1,1,1,1,1,1,1,0.0604,0.1649,0,1,0.215,1,1,1,1,1,1,0.1677,0.215,0,1,0.5349,1,1,1,0.2578,0.5349,0,1,1,1,1,1,0.117375888,0,0.010700999,1,1,1,1,1,0.328281701,0,0,1,1,1,1,1,0.497897118,0,0.476739971,0.476835202,0.476950355
-4562,1,0.1649,1,1,1,1,1,1,1,1,0.1041,0.1649,0,1,0.215,1,1,1,1,1,1,0.2466,0.215,0,1,0.5349,1,1,1,0.2348,0.5349,0,1,1,1,1,1,0.11730016,0,0.019372389,1,1,1,1,1,0.337617606,0,0,1,1,1,1,1,0.448131382,0,0.456440309,0.456526338,0.456560284
-4563,1,0.1649,1,1,1,1,1,1,1,1,0.1221,0.1649,0,1,0.215,1,1,1,1,1,1,0.1919,0.215,0,1,0.5349,1,1,1,0.2089,0.5349,0,1,1,1,1,1,0.109040059,0,0.075558469,1,1,1,1,1,0.258722901,0,0.004970681,1,1,1,1,1,0.371384352,0,0.447075882,0.447006558,0.447251773
-4564,1,0.1649,1,1,1,1,1,1,1,1,0.1552,0.1649,0,1,0.215,1,1,1,1,1,1,0.2403,0.215,0,1,0.5349,1,1,1,0.1653,0.5349,0,1,1,1,1,1,0.113978662,0,0.007823808,1,1,1,1,1,0.320683807,0,0,1,1,1,1,1,0.277494013,0,0.449794587,0.449756717,0.449911348
-4565,1,0.1649,1,1,1,1,1,1,1,1,0.0689,0.1649,0.1589,1,0.215,1,1,1,1,1,1,0.1461,0.215,0.166,1,0.5349,1,1,1,0.1511,0.5349,0.1851,1,1,1,1,1,0.096548021,0.295903802,0,1,1,1,1,1,0.195106149,0.239913195,0.031394504,1,1,1,1,1,0.288968742,0.402855992,0.466710971,0.466892321,0.466755319
-4566,1,0.1649,1,1,1,1,1,1,1,1,0.0186,0.1649,0.089,1,0.215,1,1,1,1,1,1,0.027,0.215,0.1233,1,0.5349,1,1,1,0.1148,0.5349,0.0709,1,1,1,1,1,0.050237436,0.61857903,0.001557206,1,1,1,1,1,0.058814235,0.57313776,0.103196338,1,1,1,1,1,0.270762891,0.708621144,0.522353794,0.522530146,0.522606383
-4567,1,0.1649,1,1,1,1,1,1,1,1,0.0111,0.1649,0.2251,1,0.215,1,1,1,1,1,1,0,0.215,0.2577,1,0.5349,1,1,1,0.0467,0.5349,0.2191,1,1,1,1,1,0.022647895,0.824998498,0.037429925,1,1,1,1,1,0.002814673,0.791690409,0.13961257,1,1,1,1,1,0.153645515,0.876606166,0.588690188,0.588745505,0.588652482
-4568,1,0.1649,1,1,1,1,1,1,1,1,0.0017,0.1649,0.3939,1,0.215,1,1,1,1,1,1,0,0.215,0.4171,1,0.5349,1,1,1,0.065,0.5349,0.3986,1,1,1,1,1,0.003443164,0.892328084,0.071977928,1,1,1,1,1,4.72E-05,0.877991378,0.11173404,1,1,1,1,1,0.141394287,0.923650324,0.635753987,0.635709752,0.63608156
-4569,1,0.1649,1,1,1,1,1,1,1,1,0.0074,0.1649,0.5244,1,0.215,1,1,1,1,1,1,0,0.215,0.5388,1,0.5349,1,1,1,0.0685,0.5349,0.5341,1,1,1,1,1,0.00120122,0.912463427,0.047073521,1,1,1,1,1,1.28E-05,0.911513984,0.12455368,1,1,1,1,1,0.146805108,0.942021251,0.672245046,0.672308018,0.672429078
-4570,1,0.1649,1,1,1,1,1,1,1,1,0.0176,0.1649,0.6196,1,0.215,1,1,1,1,1,1,0,0.215,0.6238,1,0.5349,1,1,1,0.0774,0.5349,0.631,1,1,1,1,1,0.004967152,0.927716911,0.009600339,1,1,1,1,1,2.56E-05,0.918792903,0.099846601,1,1,1,1,1,0.141122907,0.938211501,0.703963267,0.704040618,0.704343972
-4571,1,0.1649,1,1,1,1,1,1,1,1,0.04,0.1649,0.6585,1,0.215,1,1,1,1,1,1,0,0.215,0.6613,1,0.5349,1,1,1,0.1412,0.5349,0.6455,1,1,1,1,1,0.013914152,0.931353331,0.016327491,1,1,1,1,1,0.000614528,0.924386382,0.084059432,1,1,1,1,1,0.277158082,0.915364206,0.725169164,0.725195684,0.725620567
-4572,1,0.1649,1,1,1,1,1,1,1,1,0.048,0.1649,0.659,1,0.215,1,1,1,1,1,1,0,0.215,0.6531,1,0.5349,1,1,1,0.1633,0.5349,0.6332,1,1,1,1,1,0.036119699,0.907358646,0,1,1,1,1,1,0.000649086,0.895169973,0.008940576,1,1,1,1,1,0.354162633,0.919856489,0.740333494,0.740427332,0.740691489
-4573,1,0.1649,1,1,1,1,1,1,1,1,0.0507,0.1649,0.6504,1,0.215,1,1,1,1,1,1,0,0.215,0.6415,1,0.5349,1,1,1,0.1866,0.5349,0.602,1,1,1,1,1,0.040336594,0.892362237,0.043706916,1,1,1,1,1,0.005178696,0.888840616,0.059667803,1,1,1,1,1,0.206955597,0.901673794,0.758337361,0.758409139,0.758421986
-4574,1,0.1649,1,1,1,1,1,1,1,1,0.0805,0.1649,0.5857,1,0.215,1,1,1,1,1,1,0,0.215,0.5953,1,0.5349,1,1,1,0.1799,0.5349,0.5521,1,1,1,1,1,0.048996352,0.878441215,0.060809001,1,1,1,1,1,0.006333191,0.891644239,0.012364137,1,1,1,1,1,0.222694397,0.879780531,0.77241421,0.772583034,0.772606383
-4575,1,0.1649,1,1,1,1,1,1,1,1,0.1026,0.1649,0.4782,1,0.215,1,1,1,1,1,1,0.0154,0.215,0.4992,1,0.5349,1,1,1,0.2574,0.5349,0.4603,1,1,1,1,1,0.065419622,0.868760705,0.046980508,1,1,1,1,1,0.034104124,0.849379539,0,1,1,1,1,1,0.39379403,0.891451955,0.782805703,0.782737466,0.782801418
-4576,1,0.1649,1,1,1,1,1,1,1,1,0.1478,0.1649,0.3406,1,0.215,1,1,1,1,1,1,0.032,0.215,0.3779,1,0.5349,1,1,1,0.2339,0.5349,0.3251,1,1,1,1,1,0.070174739,0.826696754,0.092696272,1,1,1,1,1,0.04721041,0.786374032,0,1,1,1,1,1,0.38990289,0.861899197,0.789572257,0.789507087,0.789893617
-4577,1,0.1649,1,1,1,1,1,1,1,1,0.2244,0.1649,0.1721,1,0.215,1,1,1,1,1,1,0.0061,0.215,0.2209,1,0.5349,1,1,1,0.1836,0.5349,0.1526,1,1,1,1,1,0.073744237,0.724335074,0.174735695,1,1,1,1,1,0.036712937,0.714148939,0.000586387,1,1,1,1,1,0.296189159,0.769533634,0.785886902,0.785910726,0.786347518
-4578,1,0.1649,1,1,1,1,1,1,1,1,0.1642,0.1649,0.0742,1,0.215,1,1,1,1,1,1,0,0.215,0.1052,1,0.5349,1,1,1,0.1073,0.5349,0.0695,1,1,1,1,1,0.076156206,0.460583091,0.224289685,1,1,1,1,1,0.016656948,0.397961378,0,1,1,1,1,1,0.179693311,0.535692632,0.766614306,0.766659615,0.766843972
-4579,1,0.1649,1,1,1,1,1,1,1,1,0.1729,0.1649,0.0396,1,0.215,1,1,1,1,1,1,0,0.215,0.0287,1,0.5349,1,1,1,0.1275,0.5349,0.1393,1,1,1,1,1,0.084253766,0.047741,0.29884249,1,1,1,1,1,0.025736772,0.017116729,0,1,1,1,1,1,0.272959918,0.11236988,0.738521025,0.738734927,0.738475177
-4580,1,0.1649,1,1,1,1,1,1,1,1,0.0957,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.2056,0.5349,0,1,1,1,1,1,0.11492572,0,0.090018727,1,1,1,1,1,0.026988108,0,0,1,1,1,1,1,0.374312729,0,0.726498308,0.726676539,0.726507092
-4581,1,0.1649,1,1,1,1,1,1,1,1,0.118,0.1649,0,1,0.215,1,1,1,1,1,1,0.0249,0.215,0,1,0.5349,1,1,1,0.2133,0.5349,0,1,1,1,1,1,0.131896973,0,0.089296058,1,1,1,1,1,0.076655813,0,0.049773827,1,1,1,1,1,0.332623512,0,0.706379894,0.706367675,0.706560284
-4582,1,0.1649,1,1,1,1,1,1,1,1,0.0609,0.1649,0,1,0.215,1,1,1,1,1,1,0.0263,0.215,0,1,0.5349,1,1,1,0.229,0.5349,0,1,1,1,1,1,0.04941804,0,0.018922241,1,1,1,1,1,0.084114097,0,0.025931679,1,1,1,1,1,0.342292905,0,0.640103915,0.640152316,0.640070922
-4583,1,0.1649,1,1,1,1,1,1,1,1,0.0329,0.1649,0,1,0.215,1,1,1,1,1,1,0.0371,0.215,0,1,0.5349,1,1,1,0.1217,0.5349,0,1,1,1,1,1,0.038970567,0,0.065646529,1,1,1,1,1,0.106934726,0,0.144325137,1,1,1,1,1,0.200212032,0,0.572680039,0.572667654,0.572695035
-4584,1,0.1649,1,1,1,1,1,1,1,1,0.0256,0.1649,0,1,0.215,1,1,1,1,1,1,0.0281,0.215,0,1,0.5349,1,1,1,0.1234,0.5349,0,1,1,1,1,1,0.017477872,0,0.023011936,1,1,1,1,1,0.107518859,0,0.043141887,1,1,1,1,1,0.172220066,0,0.523018366,0.522953247,0.523492908
-4585,1,0.1649,1,1,1,1,1,1,1,1,0.0312,0.1649,0,1,0.215,1,1,1,1,1,1,0.0147,0.215,0,1,0.5349,1,1,1,0.1233,0.5349,0,1,1,1,1,1,0.015946062,0,0,1,1,1,1,1,0.06456051,0,0,1,1,1,1,1,0.149903715,0,0.491602223,0.491643749,0.491578014
-4586,1,0.1649,1,1,1,1,1,1,1,1,0.0379,0.1649,0,1,0.215,1,1,1,1,1,1,0.0025,0.215,0,1,0.5349,1,1,1,0.1275,0.5349,0,1,1,1,1,1,0.031368297,0,0.005540087,1,1,1,1,1,0.020897336,0,0,1,1,1,1,1,0.142594993,0,0.472450459,0.472604189,0.47251773
-4587,1,0.1649,1,1,1,1,1,1,1,1,0.0417,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.1435,0.5349,0,1,1,1,1,1,0.05439163,0,0.019934623,1,1,1,1,1,0.010354674,0,0,1,1,1,1,1,0.156718165,0,0.463690188,0.463719061,0.464095745
-4588,1,0.1649,1,1,1,1,1,1,1,1,0.0337,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.1389,0.5349,0,1,1,1,1,1,0.052562293,0,0.015704699,1,1,1,1,1,0.006948706,0,0,1,1,1,1,1,0.158252835,0,0.467375544,0.467526973,0.467641844
-4589,1,0.1649,1,1,1,1,1,1,1,1,0.029,0.1649,0.0857,1,0.215,1,1,1,1,1,1,0,0.215,0.0724,1,0.5349,1,1,1,0.1096,0.5349,0.1916,1,1,1,1,1,0.048049815,0.196552306,0.016564392,1,1,1,1,1,0.005581112,0.138693467,0,1,1,1,1,1,0.143740952,0.384175241,0.487010633,0.486989634,0.48714539
-4590,1,0.1649,1,1,1,1,1,1,1,1,0.0164,0.1649,0.0985,1,0.215,1,1,1,1,1,1,0.0149,0.215,0.1164,1,0.5349,1,1,1,0.0707,0.5349,0.0685,1,1,1,1,1,0.049381342,0.53232336,0.008056277,1,1,1,1,1,0.013062516,0.492183208,0,1,1,1,1,1,0.161437944,0.690355897,0.54301595,0.543050561,0.542996454
-4591,1,0.1649,1,1,1,1,1,1,1,1,0.0123,0.1649,0.2236,1,0.215,1,1,1,1,1,1,0,0.215,0.2424,1,0.5349,1,1,1,0.0197,0.5349,0.2166,1,1,1,1,1,0.004699086,0.767758548,0.010770668,1,1,1,1,1,0,0.720361531,0,1,1,1,1,1,0.077365547,0.860381901,0.611346061,0.611381426,0.611702128
-4592,1,0.1649,1,1,1,1,1,1,1,1,0.0057,0.1649,0.3682,1,0.215,1,1,1,1,1,1,0,0.215,0.3825,1,0.5349,1,1,1,0.0043,0.5349,0.396,1,1,1,1,1,0.001925269,0.823925257,0.017612737,1,1,1,1,1,0,0.799010336,0.04796309,1,1,1,1,1,0.012792563,0.906301498,0.663122281,0.663211339,0.663120567
-4593,1,0.1649,1,1,1,1,1,1,1,1,0.0057,0.1649,0.461,1,0.215,1,1,1,1,1,1,0,0.215,0.4792,1,0.5349,1,1,1,0,0.5349,0.5295,1,1,1,1,1,0.000166831,0.821475625,0.022944991,1,1,1,1,1,0,0.822012305,0.131513879,1,1,1,1,1,0.001885378,0.921342969,0.70378202,0.703829067,0.703900709
-4594,1,0.1649,1,1,1,1,1,1,1,1,0.0231,0.1649,0.5657,1,0.215,1,1,1,1,1,1,0.0013,0.215,0.6047,1,0.5349,1,1,1,0,0.5349,0.6339,1,1,1,1,1,0.001297859,0.883023143,0.032660924,1,1,1,1,1,0.001359559,0.889536738,0.13667357,1,1,1,1,1,0.001279259,0.92832768,0.740031416,0.740004231,0.740248227
-4595,1,0.1649,1,1,1,1,1,1,1,1,0.0836,0.1649,0.6113,1,0.215,1,1,1,1,1,1,0.0139,0.215,0.635,1,0.5349,1,1,1,0.0177,0.5349,0.6739,1,1,1,1,1,0.007875931,0.893559217,0.061565246,1,1,1,1,1,0.009777756,0.880728841,0.100605771,1,1,1,1,1,0.035101432,0.929525077,0.769091348,0.769198223,0.769503546
-4596,1,0.1649,1,1,1,1,1,1,1,1,0.0908,0.1649,0.6112,1,0.215,1,1,1,1,1,1,0.0043,0.215,0.6169,1,0.5349,1,1,1,0.0378,0.5349,0.6661,1,1,1,1,1,0.011299586,0.860225618,0.05488852,1,1,1,1,1,0.008849667,0.851678312,0.005672514,1,1,1,1,1,0.042773895,0.913926661,0.788907685,0.788872435,0.789007092
-4597,1,0.1649,1,1,1,1,1,1,1,1,0.1496,0.1649,0.7148,1,0.215,1,1,1,1,1,1,0.0058,0.215,0.7353,1,0.5349,1,1,1,0.041,0.5349,0.7781,1,1,1,1,1,0.019578576,0.981569529,0.066686891,1,1,1,1,1,0.022242997,0.98788023,0,1,1,1,1,1,0.077881917,1,0.805159497,0.805161836,0.805407801
-4598,1,0.1649,1,1,1,1,1,1,1,1,0.2687,0.1649,0.5522,1,0.215,1,1,1,1,1,1,0,0.215,0.5818,1,0.5349,1,1,1,0.0612,0.5349,0.5843,1,1,1,1,1,0.031404775,0.842909575,0.095844626,1,1,1,1,1,0.050948478,0.859335363,0.02765419,1,1,1,1,1,0.143500149,0.884604573,0.813557274,0.813623863,0.813829787
-4599,1,0.1649,1,1,1,1,1,1,1,1,0.1361,0.1649,0.4604,1,0.215,1,1,1,1,1,1,0.0164,0.215,0.4931,1,0.5349,1,1,1,0.0514,0.5349,0.4725,1,1,1,1,1,0.021904688,0.833620548,0.103164352,1,1,1,1,1,0.055040732,0.851282239,0.062916495,1,1,1,1,1,0.114806049,0.868783951,0.819478009,0.819758832,0.819592199
-4600,1,0.1649,1,1,1,1,1,1,1,1,0.0974,0.1649,0.3336,1,0.215,1,1,1,1,1,1,0.0798,0.215,0.3819,1,0.5349,1,1,1,0.0339,0.5349,0.3253,1,1,1,1,1,0.020632546,0.813394189,0.069270954,1,1,1,1,1,0.077611655,0.81863296,0.03054948,1,1,1,1,1,0.071834609,0.849752545,0.826546641,0.826528454,0.82712766
-4601,1,0.1649,1,1,1,1,1,1,1,1,0.1518,0.1649,0.1691,1,0.215,1,1,1,1,1,1,0.1063,0.215,0.2235,1,0.5349,1,1,1,0.0388,0.5349,0.1437,1,1,1,1,1,0.04118491,0.713377535,0.034862291,1,1,1,1,1,0.118908428,0.71758908,0.035744768,1,1,1,1,1,0.045462303,0.754195869,0.824734171,0.824624498,0.824911348
-4602,1,0.1649,1,1,1,1,1,1,1,1,0.0921,0.1649,0.0764,1,0.215,1,1,1,1,1,1,0.0467,0.215,0.1006,1,0.5349,1,1,1,0.031,0.5349,0.0648,1,1,1,1,1,0.04558973,0.504038036,0.013621192,1,1,1,1,1,0.053963438,0.452721298,0.031722516,1,1,1,1,1,0.0506844,0.532171905,0.804494925,0.804527184,0.804521277
-4603,1,0.1649,1,1,1,1,1,1,1,1,0.0661,0.1649,0.0422,1,0.215,1,1,1,1,1,1,0.0759,0.215,0.0385,1,0.5349,1,1,1,0.0521,0.5349,0.1252,1,1,1,1,1,0.064729795,0.096442908,0.0034442,1,1,1,1,1,0.143015489,0.018241514,0,1,1,1,1,1,0.071008854,0.104772352,0.773924601,0.773852338,0.774379433
-4604,1,0.1649,1,1,1,1,1,1,1,1,0.0986,0.1649,0,1,0.215,1,1,1,1,1,1,0.0322,0.215,0,1,0.5349,1,1,1,0.0781,0.5349,0,1,1,1,1,1,0.129942492,0,0.022928344,1,1,1,1,1,0.079751775,0,0.01396754,1,1,1,1,1,0.095369749,0,0.758941518,0.759043791,0.759308511
-4605,1,0.1649,1,1,1,1,1,1,1,1,0.1501,0.1649,0,1,0.215,1,1,1,1,1,1,0.0954,0.215,0,1,0.5349,1,1,1,0.0996,0.5349,0,1,1,1,1,1,0.233679667,0,0.028593719,1,1,1,1,1,0.200098842,0,0.031301051,1,1,1,1,1,0.147344068,0,0.737554374,0.737677174,0.738031915
-4606,1,0.1649,1,1,1,1,1,1,1,1,0.0373,0.1649,0,1,0.215,1,1,1,1,1,1,0.1325,0.215,0,1,0.5349,1,1,1,0.1145,0.5349,0,1,1,1,1,1,0.093149327,0,0.14173764,1,1,1,1,1,0.139289558,0,0.058307327,1,1,1,1,1,0.243155465,0,0.66982842,0.66976941,0.670212766
-4607,1,0.1649,1,1,1,1,1,1,1,1,0.0762,0.1649,0,1,0.215,1,1,1,1,1,1,0.0047,0.215,0,1,0.5349,1,1,1,0.1041,0.5349,0,1,1,1,1,1,0.195798546,0,0.129281387,1,1,1,1,1,0.045058493,0,0.062877752,1,1,1,1,1,0.295430809,0,0.598658772,0.598688386,0.598847518
-4608,1,0.1649,1,1,1,1,1,1,1,1,0.1555,0.1649,0,1,0.215,1,1,1,1,1,1,0.0134,0.215,0,1,0.5349,1,1,1,0.1407,0.5349,0,1,1,1,1,1,0.237181187,0,0.075871915,1,1,1,1,1,0.032135155,0,0.008966231,1,1,1,1,1,0.413104624,0,0.546822136,0.546646922,0.546985816
-4609,1,0.1649,1,1,1,1,1,1,1,1,0.161,0.1649,0,1,0.215,1,1,1,1,1,1,0.0197,0.215,0,1,0.5349,1,1,1,0.1714,0.5349,0,1,1,1,1,1,0.186601385,0,0.051258244,1,1,1,1,1,0.050551001,0,0,1,1,1,1,1,0.453022331,0,0.512989367,0.513010366,0.51285461
-4610,1,0.1649,1,1,1,1,1,1,1,1,0.2157,0.1649,0,1,0.215,1,1,1,1,1,1,0.0856,0.215,0,1,0.5349,1,1,1,0.27,0.5349,0,1,1,1,1,1,0.231027767,0,0.045410115,1,1,1,1,1,0.093142413,0,0.005062566,1,1,1,1,1,0.608575761,0,0.49039391,0.490374445,0.490248227
-4611,1,0.1649,1,1,1,1,1,1,1,1,0.2159,0.1649,0,1,0.215,1,1,1,1,1,1,0.1242,0.215,0,1,0.5349,1,1,1,0.2378,0.5349,0,1,1,1,1,1,0.257407844,0,0.057035215,1,1,1,1,1,0.129642785,0,0.00396466,1,1,1,1,1,0.581806719,0,0.478612856,0.478739158,0.478723404
-4612,1,0.1649,1,1,1,1,1,1,1,1,0.1458,0.1649,0,1,0.215,1,1,1,1,1,1,0.0762,0.215,0,1,0.5349,1,1,1,0.1626,0.5349,0,1,1,1,1,1,0.177562878,0,0.091143385,1,1,1,1,1,0.087476075,0,0,1,1,1,1,1,0.461481661,0,0.481029483,0.481066215,0.480939716
-4613,1,0.1649,1,1,1,1,1,1,1,1,0.105,0.1649,0.1104,1,0.215,1,1,1,1,1,1,0.1192,0.215,0.0658,1,0.5349,1,1,1,0.178,0.5349,0.1729,1,1,1,1,1,0.14154835,0.183100566,0.088242948,1,1,1,1,1,0.114219874,0.0724722,0,1,1,1,1,1,0.492926955,0.367914557,0.500724988,0.500740427,0.500886525
-4614,1,0.1649,1,1,1,1,1,1,1,1,0.0349,0.1649,0.0878,1,0.215,1,1,1,1,1,1,0.0872,0.215,0.1202,1,0.5349,1,1,1,0.0848,0.5349,0.0705,1,1,1,1,1,0.063438088,0.536426842,0.200750679,1,1,1,1,1,0.074470259,0.485471547,0.045667015,1,1,1,1,1,0.311727077,0.677712917,0.55999275,0.559974614,0.560283688
-4615,1,0.1649,1,1,1,1,1,1,1,1,0.0113,0.1649,0.2191,1,0.215,1,1,1,1,1,1,0.0175,0.215,0.254,1,0.5349,1,1,1,0.0417,0.5349,0.214,1,1,1,1,1,0.015899045,0.780742347,0.289498568,1,1,1,1,1,0.021625509,0.733392715,0.225387454,1,1,1,1,1,0.145666569,0.848693609,0.630316578,0.630420986,0.630762411
-4616,1,0.1649,1,1,1,1,1,1,1,1,0.0091,0.1649,0.3857,1,0.215,1,1,1,1,1,1,0,0.215,0.4076,1,0.5349,1,1,1,0.0374,0.5349,0.3879,1,1,1,1,1,0.003327843,0.866507828,0.428038776,1,1,1,1,1,1.95E-05,0.836399317,0.176881939,1,1,1,1,1,0.062632188,0.899957418,0.685053166,0.685001058,0.685283688
-4617,1,0.1649,1,1,1,1,1,1,1,1,0.0052,0.1649,0.5104,1,0.215,1,1,1,1,1,1,0,0.215,0.5215,1,0.5349,1,1,1,0.0969,0.5349,0.5208,1,1,1,1,1,0.002459566,0.896244407,0.188096344,1,1,1,1,1,0.002331703,0.880769134,0.016289268,1,1,1,1,1,0.084564969,0.914354622,0.730727405,0.730696002,0.730939716
-4618,1,0.1649,1,1,1,1,1,1,1,1,0.0169,0.1649,0.6019,1,0.215,1,1,1,1,1,1,0,0.215,0.6039,1,0.5349,1,1,1,0.1222,0.5349,0.6196,1,1,1,1,1,0.001092428,0.901538789,0.129652321,1,1,1,1,1,0.005465081,0.896495819,0,1,1,1,1,1,0.085711733,0.918314099,0.775737071,0.775756294,0.776152482
-4619,1,0.1649,1,1,1,1,1,1,1,1,0.031,0.1649,0.6436,1,0.215,1,1,1,1,1,1,0,0.215,0.6412,1,0.5349,1,1,1,0.1478,0.5349,0.6661,1,1,1,1,1,0.005841807,0.897779226,0.057430401,1,1,1,1,1,0.006785851,0.898946762,0,1,1,1,1,1,0.098632038,0.912651181,0.811080232,0.811085255,0.811170213
-4620,1,0.1649,1,1,1,1,1,1,1,1,0.0361,0.1649,0.6155,1,0.215,1,1,1,1,1,1,0,0.215,0.6345,1,0.5349,1,1,1,0.1747,0.5349,0.6597,1,1,1,1,1,0.022299556,0.874617457,0.005146235,1,1,1,1,1,0.008539568,0.884647548,0,1,1,1,1,1,0.152797669,0.908065021,0.829748671,0.829701714,0.830230496
-4621,1,0.1649,1,1,1,1,1,1,1,1,0.0571,0.1649,0.7403,1,0.215,1,1,1,1,1,1,0,0.215,0.7585,1,0.5349,1,1,1,0.1845,0.5349,0.7818,1,1,1,1,1,0.01957269,0.997398019,0.003246291,1,1,1,1,1,0.014718108,0.999983311,0,1,1,1,1,1,0.252395064,1,0.850289995,0.850433679,0.850620567
-4622,1,0.1649,1,1,1,1,1,1,1,1,0.0868,0.1649,0.5629,1,0.215,1,1,1,1,1,1,0,0.215,0.5834,1,0.5349,1,1,1,0.1664,0.5349,0.5867,1,1,1,1,1,0.022531951,0.863935113,0.000729333,1,1,1,1,1,0.018277917,0.871172488,0,1,1,1,1,1,0.227126643,0.904387236,0.864246013,0.864396023,0.864804965
-4623,1,0.1649,1,1,1,1,1,1,1,1,0.1465,0.1649,0.4731,1,0.215,1,1,1,1,1,1,0,0.215,0.4988,1,0.5349,1,1,1,0.2292,0.5349,0.4708,1,1,1,1,1,0.030463506,0.860496163,0.00416251,1,1,1,1,1,0.030839847,0.853352785,0.01059398,1,1,1,1,1,0.153208598,0.88546145,0.87318753,0.873281151,0.873670213
-4624,1,0.1649,1,1,1,1,1,1,1,1,0.1285,0.1649,0.3398,1,0.215,1,1,1,1,1,1,0,0.215,0.3796,1,0.5349,1,1,1,0.1966,0.5349,0.3236,1,1,1,1,1,0.032371651,0.832155287,0.001017951,1,1,1,1,1,0.036930796,0.807715058,0,1,1,1,1,1,0.079636067,0.853968084,0.879470759,0.879627671,0.879875887
-4625,1,0.1649,1,1,1,1,1,1,1,1,0.1282,0.1649,0.1685,1,0.215,1,1,1,1,1,1,0,0.215,0.2249,1,0.5349,1,1,1,0.1794,0.5349,0.1414,1,1,1,1,1,0.047987979,0.737465382,0.004245374,1,1,1,1,1,0.050621971,0.725260437,0.030533247,1,1,1,1,1,0.081538923,0.757652104,0.872281295,0.872434948,0.872340426
-4626,1,0.1649,1,1,1,1,1,1,1,1,0.1147,0.1649,0.073,1,0.215,1,1,1,1,1,1,0,0.215,0.1097,1,0.5349,1,1,1,0.0937,0.5349,0.0608,1,1,1,1,1,0.046220943,0.514223218,0.068968594,1,1,1,1,1,0.082592398,0.507819295,0.261414409,1,1,1,1,1,0.054829754,0.534038186,0.847692122,0.84768352,0.847960993
-4627,1,0.1649,1,1,1,1,1,1,1,1,0.0834,0.1649,0.0515,1,0.215,1,1,1,1,1,1,0.0937,0.215,0.0755,1,0.5349,1,1,1,0.0579,0.5349,0.166,1,1,1,1,1,0.059367806,0.111642726,0.136280432,1,1,1,1,1,0.124165319,0.108786762,0.285743475,1,1,1,1,1,0.06841851,0.108432427,0.810476075,0.810662154,0.81072695
-4628,1,0.1649,1,1,1,1,1,1,1,1,0.1233,0.1649,0,1,0.215,1,1,1,1,1,1,0.1974,0.215,0,1,0.5349,1,1,1,0.0979,0.5349,0,1,1,1,1,1,0.123087756,0,0.122209147,1,1,1,1,1,0.162523746,0,0.194658652,1,1,1,1,1,0.144032657,0,0.792774287,0.792680347,0.792996454
-4629,1,0.1649,1,1,1,1,1,1,1,1,0.1778,0.1649,0,1,0.215,1,1,1,1,1,1,0.2007,0.215,0,1,0.5349,1,1,1,0.1006,0.5349,0,1,1,1,1,1,0.183292314,0,0.152504325,1,1,1,1,1,0.198268607,0,0.133121997,1,1,1,1,1,0.176009983,0,0.764922668,0.76496721,0.765070922
-4630,1,0.1649,1,1,1,1,1,1,1,1,0.1264,0.1649,0,1,0.215,1,1,1,1,1,1,0.2477,0.215,0,1,0.5349,1,1,1,0.1144,0.5349,0,1,1,1,1,1,0.121382318,0,0.080738559,1,1,1,1,1,0.207275659,0,0.053963095,1,1,1,1,1,0.219497591,0,0.693692605,0.693674635,0.694148936
-4631,1,0.1649,1,1,1,1,1,1,1,1,0.1585,0.1649,0,1,0.215,1,1,1,1,1,1,0.2502,0.215,0,1,0.5349,1,1,1,0.1103,0.5349,0,1,1,1,1,1,0.17641902,0,0.040866558,1,1,1,1,1,0.266886175,0,0.010142409,1,1,1,1,1,0.214553729,0,0.620468826,0.620478105,0.620567376
-4632,1,0.1649,1,1,1,1,1,1,1,1,0.2667,0.1649,0,1,0.215,1,1,1,1,1,1,0.3346,0.215,0,1,0.5349,1,1,1,0.1261,0.5349,0,1,1,1,1,1,0.224247962,0,0.039455775,1,1,1,1,1,0.270485997,0,0.003755236,1,1,1,1,1,0.261272937,0,0.563859352,0.563782526,0.563829787
-4633,1,0.1649,1,1,1,1,1,1,1,1,0.3538,0.1649,0,1,0.215,1,1,1,1,1,1,0.2629,0.215,0,1,0.5349,1,1,1,0.1329,0.5349,0,1,1,1,1,1,0.294434369,0,0.064199045,1,1,1,1,1,0.333940208,0,0.034242932,1,1,1,1,1,0.289071977,0,0.527730788,0.527607362,0.52748227
-4634,1,0.1649,1,1,1,1,1,1,1,1,0.3353,0.1649,0,1,0.215,1,1,1,1,1,1,0.3579,0.215,0,1,0.5349,1,1,1,0.1581,0.5349,0,1,1,1,1,1,0.296592414,0,0.121917874,1,1,1,1,1,0.424908459,0,0.060548961,1,1,1,1,1,0.347953945,0,0.505437409,0.505606093,0.505762411
-4635,1,0.1649,1,1,1,1,1,1,1,1,0.2152,0.1649,0,1,0.215,1,1,1,1,1,1,0.2723,0.215,0,1,0.5349,1,1,1,0.1736,0.5349,0,1,1,1,1,1,0.185435176,0,0.069976687,1,1,1,1,1,0.324677914,0,0.037290055,1,1,1,1,1,0.401043892,0,0.493293862,0.493336154,0.493351064
-4636,1,0.1649,1,1,1,1,1,1,1,1,0.1511,0.1649,0,1,0.215,1,1,1,1,1,1,0.1775,0.215,0,1,0.5349,1,1,1,0.1889,0.5349,0,1,1,1,1,1,0.186441571,0,0.032681372,1,1,1,1,1,0.187885508,0,0.032739006,1,1,1,1,1,0.49850446,0,0.495710488,0.495874762,0.496010638
-4637,1,0.1649,1,1,1,1,1,1,1,1,0.0901,0.1649,0.1349,1,0.215,1,1,1,1,1,1,0.1901,0.215,0.0848,1,0.5349,1,1,1,0.2284,0.5349,0.1675,1,1,1,1,1,0.139441624,0.222859353,0,1,1,1,1,1,0.182015806,0.098510385,0.016673822,1,1,1,1,1,0.618844151,0.36067462,0.515708072,0.515760525,0.515957447
-4638,1,0.1649,1,1,1,1,1,1,1,1,0.0725,0.1649,0.087,1,0.215,1,1,1,1,1,1,0.0887,0.215,0.091,1,0.5349,1,1,1,0.1266,0.5349,0.0682,1,1,1,1,1,0.077616453,0.532326341,0,1,1,1,1,1,0.109087989,0.368745595,0.00082199,1,1,1,1,1,0.48001501,0.658879757,0.571230063,0.57139835,0.571365248
-4639,1,0.1649,1,1,1,1,1,1,1,1,0.0329,0.1649,0.2179,1,0.215,1,1,1,1,1,1,0.002,0.215,0.1993,1,0.5349,1,1,1,0.0546,0.5349,0.2095,1,1,1,1,1,0.00790773,0.723854959,0.005795951,1,1,1,1,1,0.0055184,0.511332929,0,1,1,1,1,1,0.233292058,0.828857064,0.644393427,0.64438333,0.644503546
-4640,1,0.1649,1,1,1,1,1,1,1,1,0.0103,0.1649,0.3662,1,0.215,1,1,1,1,1,1,0,0.215,0.3474,1,0.5349,1,1,1,0.029,0.5349,0.3858,1,1,1,1,1,0.003443412,0.75099206,0.002354298,1,1,1,1,1,9.05E-05,0.568866074,0,1,1,1,1,1,0.103762358,0.893467426,0.703479942,0.703617516,0.703900709
-4641,1,0.1649,1,1,1,1,1,1,1,1,0.0145,0.1649,0.453,1,0.215,1,1,1,1,1,1,0,0.215,0.4397,1,0.5349,1,1,1,0.0219,0.5349,0.5156,1,1,1,1,1,0.001984734,0.750372231,0.021949522,1,1,1,1,1,0.000465991,0.633613825,0.002106806,1,1,1,1,1,0.07567063,0.90249157,0.7550145,0.755024328,0.755319149
-4642,1,0.1649,1,1,1,1,1,1,1,1,0.0329,0.1649,0.5139,1,0.215,1,1,1,1,1,1,0,0.215,0.5108,1,0.5349,1,1,1,0.0196,0.5349,0.6096,1,1,1,1,1,0.00297885,0.770632803,0.048508875,1,1,1,1,1,0.001146832,0.648673952,0.012318325,1,1,1,1,1,0.057120562,0.907256365,0.800990817,0.800930823,0.80141844
-4643,1,0.1649,1,1,1,1,1,1,1,1,0.0431,0.1649,0.5027,1,0.215,1,1,1,1,1,1,0,0.215,0.4458,1,0.5349,1,1,1,0.022,0.5349,0.6478,1,1,1,1,1,0.00333746,0.775748968,0.004188773,1,1,1,1,1,0.001547371,0.663758934,0,1,1,1,1,1,0.027282434,0.911918938,0.837300628,0.837317538,0.837765957
-4644,1,0.1649,1,1,1,1,1,1,1,1,0.0892,0.1649,0.486,1,0.215,1,1,1,1,1,1,0.0037,0.215,0.4827,1,0.5349,1,1,1,0.0599,0.5349,0.6462,1,1,1,1,1,0.012068123,0.791111588,0.017163409,1,1,1,1,1,0.01258783,0.708187103,0,1,1,1,1,1,0.044258691,0.910324872,0.863762687,0.863761371,0.86391844
-4645,1,0.1649,1,1,1,1,1,1,1,1,0.1249,0.1649,0.5046,1,0.215,1,1,1,1,1,1,0.03,0.215,0.4512,1,0.5349,1,1,1,0.0737,0.5349,0.6424,1,1,1,1,1,0.032458641,0.7843979,0.103257358,1,1,1,1,1,0.039081283,0.68520385,0.039197911,1,1,1,1,1,0.089459881,0.91021961,0.885149831,0.885339539,0.885638298
-4646,1,0.1649,1,1,1,1,1,1,1,1,0.2015,0.1649,0.4792,1,0.215,1,1,1,1,1,1,0.0149,0.215,0.4062,1,0.5349,1,1,1,0.0847,0.5349,0.5718,1,1,1,1,1,0.061401136,0.744602442,0.264659643,1,1,1,1,1,0.039603494,0.573858917,0.035135079,1,1,1,1,1,0.083375342,0.902072251,0.89282262,0.892955363,0.893173759
-4647,1,0.1649,1,1,1,1,1,1,1,1,0.2839,0.1649,0.4084,1,0.215,1,1,1,1,1,1,0.0411,0.215,0.3605,1,0.5349,1,1,1,0.0673,0.5349,0.457,1,1,1,1,1,0.10544765,0.64543277,0.40575695,1,1,1,1,1,0.065075286,0.481071115,0.031418588,1,1,1,1,1,0.085650064,0.873847246,0.891433059,0.891686059,0.891843972
-4648,1,0.1649,1,1,1,1,1,1,1,1,0.2501,0.1649,0.2899,1,0.215,1,1,1,1,1,1,0.0407,0.215,0.2536,1,0.5349,1,1,1,0.0772,0.5349,0.3156,1,1,1,1,1,0.131591201,0.588228822,0.064039066,1,1,1,1,1,0.067063227,0.348968744,0,1,1,1,1,1,0.09488783,0.826543212,0.885633156,0.885551089,0.88608156
-4649,1,0.1649,1,1,1,1,1,1,1,1,0.2173,0.1649,0.1532,1,0.215,1,1,1,1,1,1,0.0271,0.215,0.1258,1,0.5349,1,1,1,0.0663,0.5349,0.1402,1,1,1,1,1,0.141558215,0.415836811,0.013373343,1,1,1,1,1,0.039727286,0.190630019,0,1,1,1,1,1,0.095465034,0.718600214,0.86581682,0.865876878,0.866134752
-4650,1,0.1649,1,1,1,1,1,1,1,1,0.1673,0.1649,0.0512,1,0.215,1,1,1,1,1,1,0.0805,0.215,0.0334,1,0.5349,1,1,1,0.0873,0.5349,0.0575,1,1,1,1,1,0.123393156,0.181043372,0.033178799,1,1,1,1,1,0.090823844,0.042501546,0,1,1,1,1,1,0.084556922,0.481957704,0.830292412,0.830336366,0.830673759
-4651,1,0.1649,1,1,1,1,1,1,1,1,0.1066,0.1649,0.0079,1,0.215,1,1,1,1,1,1,0.0252,0.215,0,1,0.5349,1,1,1,0.1039,0.5349,0.0712,1,1,1,1,1,0.07130146,0.003456226,0.042108607,1,1,1,1,1,0.032594077,0,0,1,1,1,1,1,0.099461034,0,0.795915901,0.795853607,0.796099291
-4652,1,0.1649,1,1,1,1,1,1,1,1,0.1118,0.1649,0,1,0.215,1,1,1,1,1,1,0.0579,0.215,0,1,0.5349,1,1,1,0.1225,0.5349,0,1,1,1,1,1,0.144163862,0,0.02987097,1,1,1,1,1,0.07564351,0,0.008050786,1,1,1,1,1,0.134684443,0,0.782866119,0.782737466,0.782801418
-4653,1,0.1649,1,1,1,1,1,1,1,1,0.1642,0.1649,0,1,0.215,1,1,1,1,1,1,0.0836,0.215,0,1,0.5349,1,1,1,0.0875,0.5349,0,1,1,1,1,1,0.21283254,0,0.064797826,1,1,1,1,1,0.110019363,0,0.07450629,1,1,1,1,1,0.154243231,0,0.758035283,0.757986038,0.758421986
-4654,1,0.1649,1,1,1,1,1,1,1,1,0.1576,0.1649,0,1,0.215,1,1,1,1,1,1,0.0749,0.215,0,1,0.5349,1,1,1,0.0691,0.5349,0,1,1,1,1,1,0.16333361,0,0.070385933,1,1,1,1,1,0.107226446,0,0.06417723,1,1,1,1,1,0.17602548,0,0.69502175,0.694943939,0.695035461
-4655,1,0.1649,1,1,1,1,1,1,1,1,0.1024,0.1649,0,1,0.215,1,1,1,1,1,1,0.0413,0.215,0,1,0.5349,1,1,1,0.0667,0.5349,0,1,1,1,1,1,0.08728797,0,0.063302085,1,1,1,1,1,0.065709561,0,0.041863617,1,1,1,1,1,0.222649157,0,0.62862494,0.62872858,0.628989362
-4656,1,0.1649,1,1,1,1,1,1,1,1,0.0596,0.1649,0,1,0.215,1,1,1,1,1,1,0.1051,0.215,0,1,0.5349,1,1,1,0.1038,0.5349,0,1,1,1,1,1,0.054189064,0,0.084187515,1,1,1,1,1,0.119322971,0,0.065880366,1,1,1,1,1,0.20342496,0,0.576727888,0.576687117,0.576684397
-4657,1,0.1649,1,1,1,1,1,1,1,1,0.0851,0.1649,0,1,0.215,1,1,1,1,1,1,0.1414,0.215,0,1,0.5349,1,1,1,0.1137,0.5349,0,1,1,1,1,1,0.102445096,0,0.14343141,1,1,1,1,1,0.166101217,0,0.21779871,1,1,1,1,1,0.196040198,0,0.543861769,0.543896763,0.544326241
-4658,1,0.1649,1,1,1,1,1,1,1,1,0.1172,0.1649,0,1,0.215,1,1,1,1,1,1,0.2212,0.215,0,1,0.5349,1,1,1,0.1877,0.5349,0,1,1,1,1,1,0.155381098,0,0.228022903,1,1,1,1,1,0.254172921,0,0.658159435,1,1,1,1,1,0.369688004,0,0.522232963,0.522318595,0.522163121
-4659,1,0.1649,1,1,1,1,1,1,1,1,0.1552,0.1649,0,1,0.215,1,1,1,1,1,1,0.1965,0.215,0,1,0.5349,1,1,1,0.2398,0.5349,0,1,1,1,1,1,0.184693694,0,0.239420384,1,1,1,1,1,0.274542391,0,0.638125658,1,1,1,1,1,0.514881134,0,0.509364427,0.509414005,0.509308511
-4660,1,0.1649,1,1,1,1,1,1,1,1,0.1543,0.1649,0,1,0.215,1,1,1,1,1,1,0.2633,0.215,0,1,0.5349,1,1,1,0.259,0.5349,0,1,1,1,1,1,0.193368554,0,0.242715478,1,1,1,1,1,0.30999437,0,0.422872305,1,1,1,1,1,0.601846337,0,0.505739488,0.505817643,0.505762411
-4661,1,0.1649,1,1,1,1,1,1,1,1,0.2031,0.1649,0.0009,1,0.215,1,1,1,1,1,1,0.2216,0.215,0,1,0.5349,1,1,1,0.2733,0.5349,0.0763,1,1,1,1,1,0.264291555,0,0.296075404,1,1,1,1,1,0.297131896,0,0.471037209,1,1,1,1,1,0.656232059,0.148706377,0.511781054,0.511741062,0.511968085
-4662,1,0.1649,1,1,1,1,1,1,1,1,0.2032,0.1649,0.0476,1,0.215,1,1,1,1,1,1,0.1779,0.215,0.069,1,0.5349,1,1,1,0.2266,0.5349,0.0944,1,1,1,1,1,0.303738773,0.118595958,0.315287232,1,1,1,1,1,0.204669803,0.109209485,0.675930142,1,1,1,1,1,0.628784478,0.406969309,0.532866119,0.532896129,0.533244681
-4663,1,0.1649,1,1,1,1,1,1,1,1,0.1144,0.1649,0.1894,1,0.215,1,1,1,1,1,1,0.065,0.215,0.2037,1,0.5349,1,1,1,0.1184,0.5349,0.2157,1,1,1,1,1,0.101745777,0.404080331,0.56115979,1,1,1,1,1,0.083992884,0.373133868,0.372845829,1,1,1,1,1,0.329779476,0.606278419,0.574734171,0.574783161,0.574911348
-4664,1,0.1649,1,1,1,1,1,1,1,1,0.0729,0.1649,0.3091,1,0.215,1,1,1,1,1,1,0.0777,0.215,0.3469,1,0.5349,1,1,1,0.0514,0.5349,0.3477,1,1,1,1,1,0.127678126,0.506910324,0.081163935,1,1,1,1,1,0.094507396,0.602416337,0.041524872,1,1,1,1,1,0.149604395,0.673542678,0.631101982,0.631267188,0.631205674
-4665,1,0.1649,1,1,1,1,1,1,1,1,0.0233,0.1649,0.3908,1,0.215,1,1,1,1,1,1,0.0184,0.215,0.4454,1,0.5349,1,1,1,0.0502,0.5349,0.4577,1,1,1,1,1,0.052304782,0.587717772,0.104734711,1,1,1,1,1,0.026924757,0.657242298,0.056748431,1,1,1,1,1,0.119328514,0.635746479,0.681730304,0.681616247,0.681737589
-4666,1,0.1649,1,1,1,1,1,1,1,1,0.0304,0.1649,0.4513,1,0.215,1,1,1,1,1,1,0.0478,0.215,0.5356,1,0.5349,1,1,1,0.0538,0.5349,0.553,1,1,1,1,1,0.050051317,0.685666859,0.281228125,1,1,1,1,1,0.047431126,0.741309464,0.05634686,1,1,1,1,1,0.112112738,0.595606506,0.719369261,0.719483816,0.719414894
-4667,1,0.1649,1,1,1,1,1,1,1,1,0.033,0.1649,0.4954,1,0.215,1,1,1,1,1,1,0.0643,0.215,0.5765,1,0.5349,1,1,1,0.0286,0.5349,0.5392,1,1,1,1,1,0.023670264,0.796479762,0.383338392,1,1,1,1,1,0.045411408,0.84471637,0.027076179,1,1,1,1,1,0.057803769,0.621968985,0.750120831,0.750158663,0.750443262
-4668,1,0.1649,1,1,1,1,1,1,1,1,0.0709,0.1649,0.5444,1,0.215,1,1,1,1,1,1,0.0332,0.215,0.6069,1,0.5349,1,1,1,0.0433,0.5349,0.5248,1,1,1,1,1,0.019367483,0.823700428,0.722572982,1,1,1,1,1,0.034261879,0.880090177,0.088387698,1,1,1,1,1,0.07130716,0.593571842,0.77380377,0.773640787,0.77393617
-4669,1,0.1649,1,1,1,1,1,1,1,1,0.0985,0.1649,0.5906,1,0.215,1,1,1,1,1,1,0.0132,0.215,0.621,1,0.5349,1,1,1,0.1406,0.5349,0.5614,1,1,1,1,1,0.027239513,0.869930744,0.580233097,1,1,1,1,1,0.040535867,0.864830852,0.106463879,1,1,1,1,1,0.239826471,0.578227878,0.793257612,0.793314999,0.793439716
-4670,1,0.1649,1,1,1,1,1,1,1,1,0.1248,0.1649,0.5663,1,0.215,1,1,1,1,1,1,0,0.215,0.5791,1,0.5349,1,1,1,0.1855,0.5349,0.5237,1,1,1,1,1,0.045230273,0.85642767,0.58479178,1,1,1,1,1,0.043205865,0.831206977,0.162436664,1,1,1,1,1,0.261936247,0.581313491,0.812107298,0.812143008,0.8125
-4671,1,0.1649,1,1,1,1,1,1,1,1,0.116,0.1649,0.463,1,0.215,1,1,1,1,1,1,0,0.215,0.48,1,0.5349,1,1,1,0.1518,0.5349,0.4021,1,1,1,1,1,0.02370403,0.821468234,0.510187984,1,1,1,1,1,0.039585676,0.797136664,0.181722522,1,1,1,1,1,0.17675218,0.70270896,0.827029966,0.826951555,0.82712766
-4672,1,0.1649,1,1,1,1,1,1,1,1,0.1805,0.1649,0.3344,1,0.215,1,1,1,1,1,1,0,0.215,0.3653,1,0.5349,1,1,1,0.14,0.5349,0.28,1,1,1,1,1,0.027542252,0.795984149,0.49246347,1,1,1,1,1,0.050284892,0.757740736,0.451580405,1,1,1,1,1,0.099347427,0.683844924,0.836938134,0.836894436,0.837322695
-4673,1,0.1649,1,1,1,1,1,1,1,1,0.2247,0.1649,0.1675,1,0.215,1,1,1,1,1,1,0,0.215,0.2149,1,0.5349,1,1,1,0.1512,0.5349,0.1459,1,1,1,1,1,0.047403872,0.689428568,0.33369416,1,1,1,1,1,0.063149452,0.619993269,0.815701067,1,1,1,1,1,0.127648771,0.530290484,0.837965201,0.83795219,0.83820922
-4674,1,0.1649,1,1,1,1,1,1,1,1,0.246,0.1649,0.0696,1,0.215,1,1,1,1,1,1,0,0.215,0.1006,1,0.5349,1,1,1,0.0934,0.5349,0.0596,1,1,1,1,1,0.049937062,0.4493981,0.526521981,1,1,1,1,1,0.078227311,0.39158389,0.750835896,1,1,1,1,1,0.122207209,0.262411118,0.822015466,0.821874339,0.822251773
-4675,1,0.1649,1,1,1,1,1,1,1,1,0.1992,0.1649,0.0264,1,0.215,1,1,1,1,1,1,0,0.215,0.0248,1,0.5349,1,1,1,0.0736,0.5349,0.0469,1,1,1,1,1,0.060738824,0.026643148,0.793536186,1,1,1,1,1,0.073859841,0.022228075,0.855590105,1,1,1,1,1,0.12705937,0,0.792895118,0.792891898,0.793439716
-4676,1,0.1649,1,1,1,1,1,1,1,1,0.1611,0.1649,0,1,0.215,1,1,1,1,1,1,0.0738,0.215,0,1,0.5349,1,1,1,0.0884,0.5349,0,1,1,1,1,1,0.069772847,0,0.946129143,1,1,1,1,1,0.124703988,0,0.644510508,1,1,1,1,1,0.14324449,0,0.779482842,0.779564206,0.779698582
-4677,1,0.1649,1,1,1,1,1,1,1,1,0.2017,0.1649,0,1,0.215,1,1,1,1,1,1,0.1219,0.215,0,1,0.5349,1,1,1,0.1024,0.5349,0,1,1,1,1,1,0.121694937,0,0.998300076,1,1,1,1,1,0.180469722,0,0.647948742,1,1,1,1,1,0.122026853,0,0.76057274,0.760524646,0.760638298
-4678,1,0.1649,1,1,1,1,1,1,1,1,0.2,0.1649,0,1,0.215,1,1,1,1,1,1,0.1368,0.215,0,1,0.5349,1,1,1,0.1609,0.5349,0,1,1,1,1,1,0.139499903,0,0.894397914,1,1,1,1,1,0.197449937,0,0.413186431,1,1,1,1,1,0.104968809,0,0.703419526,0.703405966,0.703457447
-4679,1,0.1649,1,1,1,1,1,1,1,1,0.223,0.1649,0,1,0.215,1,1,1,1,1,1,0.1769,0.215,0,1,0.5349,1,1,1,0.1373,0.5349,0,1,1,1,1,1,0.137453899,0,0.771385849,1,1,1,1,1,0.206618518,0,0.255341381,1,1,1,1,1,0.094221592,0,0.639499758,0.639517664,0.63962766
-4680,1,0.1649,1,1,1,1,1,1,1,1,0.1982,0.1649,0,1,0.215,1,1,1,1,1,1,0.1535,0.215,0,1,0.5349,1,1,1,0.081,0.5349,0,1,1,1,1,1,0.115534909,0,0.6009776,1,1,1,1,1,0.183647886,0,0.31083405,1,1,1,1,1,0.105376169,0,0.586333978,0.586418447,0.58643617
-4681,1,0.1649,1,1,1,1,1,1,1,1,0.2099,0.1649,0,1,0.215,1,1,1,1,1,1,0.0985,0.215,0,1,0.5349,1,1,1,0.0994,0.5349,0,1,1,1,1,1,0.134240031,0,0.58920449,1,1,1,1,1,0.12719214,0,0.354557335,1,1,1,1,1,0.167077437,0,0.548936684,0.548973979,0.548758865
-4682,1,0.1649,1,1,1,1,1,1,1,1,0.1758,0.1649,0,1,0.215,1,1,1,1,1,1,0.076,0.215,0,1,0.5349,1,1,1,0.0834,0.5349,0,1,1,1,1,1,0.113121778,0,0.44209671,1,1,1,1,1,0.086630896,0,0.251520693,1,1,1,1,1,0.202421695,0,0.523260029,0.523376349,0.523492908
-4683,1,0.1649,1,1,1,1,1,1,1,1,0.1185,0.1649,0,1,0.215,1,1,1,1,1,1,0.0467,0.215,0,1,0.5349,1,1,1,0.0605,0.5349,0,1,1,1,1,1,0.057242475,0,0.497670889,1,1,1,1,1,0.06908033,0,0.324002653,1,1,1,1,1,0.174081296,0,0.50640406,0.506452295,0.506205674
-4684,1,0.1649,1,1,1,1,1,1,1,1,0.0694,0.1649,0,1,0.215,1,1,1,1,1,1,0.0226,0.215,0,1,0.5349,1,1,1,0.0623,0.5349,0,1,1,1,1,1,0.043173727,0,0.609315276,1,1,1,1,1,0.049340636,0,0.343986154,1,1,1,1,1,0.178972825,0,0.496918801,0.496932515,0.496897163
-4685,1,0.1649,1,1,1,1,1,1,1,1,0.1148,0.1649,0.1152,1,0.215,1,1,1,1,1,1,0.0151,0.215,0.0347,1,0.5349,1,1,1,0.053,0.5349,0.1235,1,1,1,1,1,0.060303312,0.199164018,0.811409652,1,1,1,1,1,0.047646619,0.021931337,0.265548706,1,1,1,1,1,0.183527723,0.245587766,0.489548091,0.489528242,0.489361702
-4686,1,0.1649,1,1,1,1,1,1,1,1,0.076,0.1649,0.0873,1,0.215,1,1,1,1,1,1,0.0139,0.215,0.1075,1,0.5349,1,1,1,0.0398,0.5349,0.0728,1,1,1,1,1,0.083686791,0.513577104,0.479535818,1,1,1,1,1,0.028761502,0.356453806,0.103148967,1,1,1,1,1,0.12977837,0.567447543,0.503443693,0.503490586,0.503546099
-4687,1,0.1649,1,1,1,1,1,1,1,1,0.0305,0.1649,0.2188,1,0.215,1,1,1,1,1,1,0.0058,0.215,0.2322,1,0.5349,1,1,1,0.0089,0.5349,0.2107,1,1,1,1,1,0.0199655,0.724022567,0.377587676,1,1,1,1,1,0.005206743,0.483136207,0.204115987,1,1,1,1,1,0.052282058,0.753111064,0.55038666,0.550454834,0.550531915
-4688,1,0.1649,1,1,1,1,1,1,1,1,0.0116,0.1649,0.361,1,0.215,1,1,1,1,1,1,0,0.215,0.3316,1,0.5349,1,1,1,0.0062,0.5349,0.3738,1,1,1,1,1,0.000657824,0.67629838,0.367629558,1,1,1,1,1,0,0.446670175,0.143720955,1,1,1,1,1,0.015997782,0.837077558,0.615152247,0.615189338,0.615248227
-4689,1,0.1649,1,1,1,1,1,1,1,1,0.0091,0.1649,0.4632,1,0.215,1,1,1,1,1,1,0,0.215,0.3595,1,0.5349,1,1,1,0.011,0.5349,0.4969,1,1,1,1,1,0.000726254,0.735363841,0.30856055,1,1,1,1,1,0.001073296,0.540772498,0.164289534,1,1,1,1,1,0.009948041,0.859918237,0.678347028,0.678442987,0.678634752
-4690,1,0.1649,1,1,1,1,1,1,1,1,0.0324,0.1649,0.5972,1,0.215,1,1,1,1,1,1,0,0.215,0.4541,1,0.5349,1,1,1,0.0112,0.5349,0.6818,1,1,1,1,1,0.002149665,0.833833516,0.216924399,1,1,1,1,1,0.003627881,0.658618271,0.086022258,1,1,1,1,1,0.011514721,0.999795854,0.734231513,0.734292363,0.734485816
-4691,1,0.1649,1,1,1,1,1,1,1,1,0.0886,0.1649,0.464,1,0.215,1,1,1,1,1,1,0.0443,0.215,0.4555,1,0.5349,1,1,1,0.0173,0.5349,0.5575,1,1,1,1,1,0.011802758,0.59772712,0.213118806,1,1,1,1,1,0.021584164,0.616696835,0.064858377,1,1,1,1,1,0.024382629,0.810772002,0.779301595,0.779352655,0.779698582
-4692,1,0.1649,1,1,1,1,1,1,1,1,0.1489,0.1649,0.4484,1,0.215,1,1,1,1,1,1,0.0248,0.215,0.4176,1,0.5349,1,1,1,0.0246,0.5349,0.5211,1,1,1,1,1,0.032929402,0.620448649,0.132134989,1,1,1,1,1,0.015868232,0.58591485,0.009025655,1,1,1,1,1,0.043987252,0.751202285,0.805159497,0.805161836,0.805407801
-4693,1,0.1649,1,1,1,1,1,1,1,1,0.2065,0.1649,0.4266,1,0.215,1,1,1,1,1,1,0.026,0.215,0.3601,1,0.5349,1,1,1,0.0576,0.5349,0.4457,1,1,1,1,1,0.053638272,0.598211765,0.223576069,1,1,1,1,1,0.032229498,0.460846066,0.097270951,1,1,1,1,1,0.072273389,0.740888536,0.810113581,0.810027502,0.810283688
-4694,1,0.1649,1,1,1,1,1,1,1,1,0.2226,0.1649,0.4012,1,0.215,1,1,1,1,1,1,0,0.215,0.3141,1,0.5349,1,1,1,0.0584,0.5349,0.3687,1,1,1,1,1,0.087210797,0.547647476,0.403292716,1,1,1,1,1,0.009909032,0.386574,0.124635607,1,1,1,1,1,0.059469584,0.681151867,0.810536491,0.810662154,0.81072695
-4695,1,0.1649,1,1,1,1,1,1,1,1,0.2101,0.1649,0.3295,1,0.215,1,1,1,1,1,1,0.0114,0.215,0.2299,1,0.5349,1,1,1,0.0634,0.5349,0.3562,1,1,1,1,1,0.092219234,0.454084367,0.609977424,1,1,1,1,1,0.027104029,0.258763641,0.096393988,1,1,1,1,1,0.032332353,0.566805542,0.811744804,0.811719907,0.812056738
-4696,1,0.1649,1,1,1,1,1,1,1,1,0.1652,0.1649,0.2302,1,0.215,1,1,1,1,1,1,0.05,0.215,0.1561,1,0.5349,1,1,1,0.0741,0.5349,0.2527,1,1,1,1,1,0.066533186,0.355320185,0.924541295,1,1,1,1,1,0.051091909,0.226163357,0.186309934,1,1,1,1,1,0.068308577,0.42917034,0.813255196,0.813412312,0.813386525
-4697,1,0.1649,1,1,1,1,1,1,1,1,0.1767,0.1649,0.1164,1,0.215,1,1,1,1,1,1,0.0731,0.215,0.0778,1,0.5349,1,1,1,0.0666,0.5349,0.1406,1,1,1,1,1,0.062259413,0.154161736,0.901211143,1,1,1,1,1,0.078111269,0.126792386,0.290060222,1,1,1,1,1,0.071803361,0.228641167,0.81277187,0.81277766,0.812943262
-4698,1,0.1649,1,1,1,1,1,1,1,1,0.1602,0.1649,0.0125,1,0.215,1,1,1,1,1,1,0.0071,0.215,0.0004,1,0.5349,1,1,1,0.0748,0.5349,0.0412,1,1,1,1,1,0.030076884,0.002190551,0.78159523,1,1,1,1,1,0.013328771,0.002986677,0.509434819,1,1,1,1,1,0.097607605,0.026495216,0.799661672,0.799661519,0.79964539
-4699,1,0.1649,1,1,1,1,1,1,1,1,0.1416,0.1649,0,1,0.215,1,1,1,1,1,1,0.0248,0.215,0,1,0.5349,1,1,1,0.1076,0.5349,0,1,1,1,1,1,0.10549169,0,0.6711905,1,1,1,1,1,0.034133602,0,0.994130969,1,1,1,1,1,0.208273754,0,0.788182697,0.788237783,0.78856383
-4700,1,0.1649,1,1,1,1,1,1,1,1,0.0712,0.1649,0,1,0.215,1,1,1,1,1,1,0.0174,0.215,0,1,0.5349,1,1,1,0.0483,0.5349,0,1,1,1,1,1,0.102553502,0,0.928008676,1,1,1,1,1,0.032116093,0,0.686483026,1,1,1,1,1,0.072159737,0,0.790840986,0.790776391,0.791223404
-4701,1,0.1649,1,1,1,1,1,1,1,1,0.0654,0.1649,0,1,0.215,1,1,1,1,1,1,0.0608,0.215,0,1,0.5349,1,1,1,0.0343,0.5349,0,1,1,1,1,1,0.053462189,0,0.957992196,1,1,1,1,1,0.066365898,0,0.522634864,1,1,1,1,1,0.074761935,0,0.762264379,0.762217051,0.762411348
-4702,1,0.1649,1,1,1,1,1,1,1,1,0.0508,0.1649,0,1,0.215,1,1,1,1,1,1,0.0136,0.215,0,1,0.5349,1,1,1,0.0174,0.5349,0,1,1,1,1,1,0.028141461,0,0.822269559,1,1,1,1,1,0.020615954,0,0.543329835,1,1,1,1,1,0.049580146,0,0.702573707,0.702559763,0.702570922
-4703,1,0.1649,1,1,1,1,1,1,1,1,0.0908,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.011,0.5349,0,1,1,1,1,1,0.013805618,0,0.494366586,1,1,1,1,1,0.009144208,0,0.990843058,1,1,1,1,1,0.024592604,0,0.640768487,0.640786968,0.640957447
-4704,1,0.1649,1,1,1,1,1,1,1,1,0.0966,0.1649,0,1,0.215,1,1,1,1,1,1,0.0302,0.215,0,1,0.5349,1,1,1,0.0151,0.5349,0,1,1,1,1,1,0.023907624,0,0.417306423,1,1,1,1,1,0.034292813,0,1,1,1,1,1,1,0.020571349,0,0.59618173,0.596149778,0.596187943
-4705,1,0.1649,1,1,1,1,1,1,1,1,0.1738,0.1649,0,1,0.215,1,1,1,1,1,1,0.0737,0.215,0,1,0.5349,1,1,1,0.0282,0.5349,0,1,1,1,1,1,0.068487756,0,0.915883303,1,1,1,1,1,0.079222478,0,0.99107337,1,1,1,1,1,0.025771072,0,0.567544708,0.567590438,0.567375887
-4706,1,0.1649,1,1,1,1,1,1,1,1,0.1676,0.1649,0,1,0.215,1,1,1,1,1,1,0.1417,0.215,0,1,0.5349,1,1,1,0.0371,0.5349,0,1,1,1,1,1,0.080683127,0,0.804368138,1,1,1,1,1,0.145942792,0,0.662275672,1,1,1,1,1,0.027744928,0,0.549238763,0.54918553,0.549202128
-4707,1,0.1649,1,1,1,1,1,1,1,1,0.0604,0.1649,0,1,0.215,1,1,1,1,1,1,0.2023,0.215,0,1,0.5349,1,1,1,0.0232,0.5349,0,1,1,1,1,1,0.085766658,0,0.669743061,1,1,1,1,1,0.214158848,0,0.993282795,1,1,1,1,1,0.03124867,0,0.539632673,0.53966575,0.539893617
-4708,1,0.1649,1,1,1,1,1,1,1,1,0.0876,0.1649,0,1,0.215,1,1,1,1,1,1,0.2069,0.215,0,1,0.5349,1,1,1,0.0179,0.5349,0,1,1,1,1,1,0.109562613,0,0.857402027,1,1,1,1,1,0.223272532,0,0.995654464,1,1,1,1,1,0.023975259,0,0.543318028,0.543473662,0.543439716
-4709,1,0.1649,1,1,1,1,1,1,1,1,0.0716,0.1649,0.0316,1,0.215,1,1,1,1,1,1,0.201,0.215,0.0168,1,0.5349,1,1,1,0.0059,0.5349,0,1,1,1,1,1,0.104910389,0.048925817,0.622618437,1,1,1,1,1,0.21813342,0.028234283,0.676141143,1,1,1,1,1,0.014987183,0.005167271,0.568088449,0.568013539,0.568262411
-4710,1,0.1649,1,1,1,1,1,1,1,1,0.0503,0.1649,0.0805,1,0.215,1,1,1,1,1,1,0.0923,0.215,0.1067,1,0.5349,1,1,1,0.0101,0.5349,0.086,1,1,1,1,1,0.044781681,0.382301807,0.735658586,1,1,1,1,1,0.081565261,0.424099892,0.372645557,1,1,1,1,1,0.038940638,0.238480106,0.627537458,0.627670827,0.627659574
-4711,1,0.1649,1,1,1,1,1,1,1,1,0.1238,0.1649,0.2149,1,0.215,1,1,1,1,1,1,0.131,0.215,0.2393,1,0.5349,1,1,1,0.004,0.5349,0.2077,1,1,1,1,1,0.098245755,0.654169679,0.725578904,1,1,1,1,1,0.137218773,0.562330484,0.44511205,1,1,1,1,1,0.011610627,0.511969805,0.706319478,0.706367675,0.706560284
-4712,1,0.1649,1,1,1,1,1,1,1,1,0.0824,0.1649,0.3659,1,0.215,1,1,1,1,1,1,0.1469,0.215,0.3837,1,0.5349,1,1,1,0.0017,0.5349,0.3529,1,1,1,1,1,0.071114846,0.757350922,0.579348803,1,1,1,1,1,0.114812493,0.752826154,0.305735379,1,1,1,1,1,0.009155178,0.727080345,0.767520541,0.767717368,0.767730496
-4713,1,0.1649,1,1,1,1,1,1,1,1,0.0601,0.1649,0.4898,1,0.215,1,1,1,1,1,1,0.115,0.215,0.4951,1,0.5349,1,1,1,0.0039,0.5349,0.4723,1,1,1,1,1,0.032162994,0.805259585,0.530722499,1,1,1,1,1,0.09734036,0.810123205,0.275747657,1,1,1,1,1,0.007694993,0.788729906,0.816698888,0.816797123,0.816932624
-4714,1,0.1649,1,1,1,1,1,1,1,1,0.1055,0.1649,0.5831,1,0.215,1,1,1,1,1,1,0.1406,0.215,0.5785,1,0.5349,1,1,1,0.0134,0.5349,0.5436,1,1,1,1,1,0.091004223,0.82989347,0.433776796,1,1,1,1,1,0.143119335,0.83736515,0.264700264,1,1,1,1,1,0.025805254,0.830189049,0.859956501,0.859953459,0.86037234
-4715,1,0.1649,1,1,1,1,1,1,1,1,0.0853,0.1649,0.6085,1,0.215,1,1,1,1,1,1,0.2261,0.215,0.6126,1,0.5349,1,1,1,0.0451,0.5349,0.5843,1,1,1,1,1,0.092592314,0.849625409,0.373571277,1,1,1,1,1,0.198024914,0.863726377,0.238614678,1,1,1,1,1,0.089819893,0.84804672,0.894755921,0.894647768,0.894946809
-4716,1,0.1649,1,1,1,1,1,1,1,1,0.1433,0.1649,0.5999,1,0.215,1,1,1,1,1,1,0.1885,0.215,0.6174,1,0.5349,1,1,1,0.0418,0.5349,0.5893,1,1,1,1,1,0.173794836,0.837577999,0.433625162,1,1,1,1,1,0.168830335,0.871693909,0.227770433,1,1,1,1,1,0.055512808,0.841647446,0.921640889,0.921726253,0.921985816
-4717,1,0.1649,1,1,1,1,1,1,1,1,0.1712,0.1649,0.5772,1,0.215,1,1,1,1,1,1,0.1281,0.215,0.6044,1,0.5349,1,1,1,0.129,0.5349,0.5534,1,1,1,1,1,0.132632583,0.814279377,0.79791081,1,1,1,1,1,0.134183258,0.845688641,0.409148991,1,1,1,1,1,0.191790685,0.798665047,0.944719671,0.944785276,0.945035461
-4718,1,0.1649,1,1,1,1,1,1,1,1,0.1848,0.1649,0.5188,1,0.215,1,1,1,1,1,1,0.1351,0.215,0.5663,1,0.5349,1,1,1,0.0866,0.5349,0.5003,1,1,1,1,1,0.152588874,0.773287952,1,1,1,1,1,1,0.130121231,0.795576215,0.439282238,1,1,1,1,1,0.096225865,0.698141456,0.94961334,0.949650941,0.949911348
-4719,1,0.1649,1,1,1,1,1,1,1,1,0.1469,0.1649,0.4201,1,0.215,1,1,1,1,1,1,0.1776,0.215,0.4586,1,0.5349,1,1,1,0.0651,0.5349,0.4107,1,1,1,1,1,0.137453303,0.696662486,1,1,1,1,1,1,0.176341489,0.707151115,0.486715198,1,1,1,1,1,0.051740754,0.596123815,0.951486225,0.951554897,0.951684397
-4720,1,0.1649,1,1,1,1,1,1,1,1,0.1033,0.1649,0.3017,1,0.215,1,1,1,1,1,1,0.1491,0.215,0.3374,1,0.5349,1,1,1,0.0463,0.5349,0.2813,1,1,1,1,1,0.096672967,0.611576557,1,1,1,1,1,1,0.148207724,0.601497173,0.705397964,1,1,1,1,1,0.054552019,0.579768598,0.949734171,0.949650941,0.949911348
-4721,1,0.1649,1,1,1,1,1,1,1,1,0.218,0.1649,0.1691,1,0.215,1,1,1,1,1,1,0.267,0.215,0.2068,1,0.5349,1,1,1,0.0428,0.5349,0.1628,1,1,1,1,1,0.246728316,0.466124952,1,1,1,1,1,1,0.235715553,0.509555697,0.762290359,1,1,1,1,1,0.041651979,0.466523498,0.942665539,0.942669769,0.943262411
-4722,1,0.1649,1,1,1,1,1,1,1,1,0.0872,0.1649,0.0705,1,0.215,1,1,1,1,1,1,0.0681,0.215,0.0937,1,0.5349,1,1,1,0.0372,0.5349,0.0507,1,1,1,1,1,0.117695704,0.194905758,1,1,1,1,1,1,0.059019528,0.3035146,0.570949793,1,1,1,1,1,0.034362815,0.137939692,0.920734654,0.9206685,0.921099291
-4723,1,0.1649,1,1,1,1,1,1,1,1,0.0529,0.1649,0,1,0.215,1,1,1,1,1,1,0.0314,0.215,0,1,0.5349,1,1,1,0.0362,0.5349,0,1,1,1,1,1,0.100484103,0,1,1,1,1,1,1,0.037133232,0,0.491913617,1,1,1,1,1,0.057075974,0,0.891795553,0.891897609,0.892287234
-4724,1,0.1649,1,1,1,1,1,1,1,1,0.0325,0.1649,0,1,0.215,1,1,1,1,1,1,0.0175,0.215,0,1,0.5349,1,1,1,0.0411,0.5349,0,1,1,1,1,1,0.059404828,0,0.998141885,1,1,1,1,1,0.026813105,0,0.682712853,1,1,1,1,1,0.099441372,0,0.880497825,0.880685424,0.880762411
-4725,1,0.1649,1,1,1,1,1,1,1,1,0.0519,0.1649,0,1,0.215,1,1,1,1,1,1,0.0503,0.215,0,1,0.5349,1,1,1,0.0617,0.5349,0,1,1,1,1,1,0.107082434,0,0.723340154,1,1,1,1,1,0.06148164,0,0.634384334,1,1,1,1,1,0.148364067,0,0.845517158,0.845568014,0.845744681
-4726,1,0.1649,1,1,1,1,1,1,1,1,0.0295,0.1649,0,1,0.215,1,1,1,1,1,1,0.0333,0.215,0,1,0.5349,1,1,1,0.0466,0.5349,0,1,1,1,1,1,0.067474082,0,0.636288285,1,1,1,1,1,0.048424825,0,0.577560782,1,1,1,1,1,0.103087641,0,0.764741421,0.764755659,0.765070922
-4727,1,0.1649,1,1,1,1,1,1,1,1,0.0343,0.1649,0,1,0.215,1,1,1,1,1,1,0.1177,0.215,0,1,0.5349,1,1,1,0.0177,0.5349,0,1,1,1,1,1,0.076981142,0,0.689040303,1,1,1,1,1,0.100923747,0,1,1,1,1,1,1,0.047065575,0,0.684871919,0.684789507,0.685283688
-4728,1,0.1649,1,1,1,1,1,1,1,1,0.04,0.1649,0,1,0.215,1,1,1,1,1,1,0.1587,0.215,0,1,0.5349,1,1,1,0.0209,0.5349,0,1,1,1,1,1,0.088664487,0,0.958897769,1,1,1,1,1,0.190048918,0,1,1,1,1,1,1,0.038112242,0,0.628262446,0.628305479,0.628546099
-4729,1,0.1649,1,1,1,1,1,1,1,1,0.102,0.1649,0,1,0.215,1,1,1,1,1,1,0.2127,0.215,0,1,0.5349,1,1,1,0.0415,0.5349,0,1,1,1,1,1,0.196175486,0,0.973448098,1,1,1,1,1,0.253231585,0,1,1,1,1,1,1,0.042202726,0,0.59159014,0.591707214,0.591755319
-4730,1,0.1649,1,1,1,1,1,1,1,1,0.1432,0.1649,0,1,0.215,1,1,1,1,1,1,0.2058,0.215,0,1,0.5349,1,1,1,0.0451,0.5349,0,1,1,1,1,1,0.255708128,0,0.82672441,1,1,1,1,1,0.296434999,0,0.279786944,1,1,1,1,1,0.042854957,0,0.567846786,0.567801989,0.567819149
-4731,1,0.1649,1,1,1,1,1,1,1,1,0.1592,0.1649,0,1,0.215,1,1,1,1,1,1,0.1181,0.215,0,1,0.5349,1,1,1,0.0462,0.5349,0,1,1,1,1,1,0.142633662,0,0.596264303,1,1,1,1,1,0.179559961,0,0.178385884,1,1,1,1,1,0.059922714,0,0.553044949,0.552993442,0.553191489
-4732,1,0.1649,1,1,1,1,1,1,1,1,0.1248,0.1649,0,1,0.215,1,1,1,1,1,1,0.11,0.215,0,1,0.5349,1,1,1,0.053,0.5349,0,1,1,1,1,1,0.161802918,0,0.586191595,1,1,1,1,1,0.127627045,0,0.15827696,1,1,1,1,1,0.076737471,0,0.554374094,0.554474297,0.554521277
-4733,1,0.1649,1,1,1,1,1,1,1,1,0.1249,0.1649,0.0259,1,0.215,1,1,1,1,1,1,0.0505,0.215,0.0003,1,0.5349,1,1,1,0.0455,0.5349,0.0083,1,1,1,1,1,0.191856578,0.034566909,0.498638719,1,1,1,1,1,0.061767213,0.001520546,0.067278281,1,1,1,1,1,0.060737375,0.138037294,0.576788304,0.576687117,0.57712766
-4734,1,0.1649,1,1,1,1,1,1,1,1,0.088,0.1649,0.096,1,0.215,1,1,1,1,1,1,0.0136,0.215,0.0996,1,0.5349,1,1,1,0.0247,0.5349,0.0608,1,1,1,1,1,0.145739317,0.34051609,0.377310753,1,1,1,1,1,0.021560257,0.306335449,0.000539267,1,1,1,1,1,0.037652876,0.473481745,0.639076849,0.639094563,0.639184397
-4735,1,0.1649,1,1,1,1,1,1,1,1,0.0553,0.1649,0.2133,1,0.215,1,1,1,1,1,1,0.0031,0.215,0.2184,1,0.5349,1,1,1,0.0244,0.5349,0.0906,1,1,1,1,1,0.063441776,0.547159135,0.388509452,1,1,1,1,1,0.00647525,0.54831779,0.000329843,1,1,1,1,1,0.050226711,0.462442458,0.719973417,0.719906918,0.720301418
-4736,1,0.1649,1,1,1,1,1,1,1,1,0.0608,0.1649,0.3624,1,0.215,1,1,1,1,1,1,0.0035,0.215,0.3801,1,0.5349,1,1,1,0.0266,0.5349,0.157,1,1,1,1,1,0.107709236,0.747829616,0.260568708,1,1,1,1,1,0.003027687,0.758825243,0.023841623,1,1,1,1,1,0.04504494,0.412879914,0.784859836,0.784852972,0.78501773
-4737,1,0.1649,1,1,1,1,1,1,1,1,0.0483,0.1649,0.4795,1,0.215,1,1,1,1,1,1,0.0187,0.215,0.497,1,0.5349,1,1,1,0.0347,0.5349,0.3141,1,1,1,1,1,0.077111453,0.776483536,0.065477706,1,1,1,1,1,0.016431428,0.81982255,0.04393246,1,1,1,1,1,0.124877751,0.471285522,0.842194297,0.842183203,0.842198582
-4738,1,0.1649,1,1,1,1,1,1,1,1,0.0521,0.1649,0.5633,1,0.215,1,1,1,1,1,1,0.0611,0.215,0.566,1,0.5349,1,1,1,0.0441,0.5349,0.3079,1,1,1,1,1,0.041601107,0.7407341,0.070179462,1,1,1,1,1,0.04828972,0.813200533,0.017215969,1,1,1,1,1,0.188969538,0.488849372,0.891855969,0.891897609,0.892287234
-4739,1,0.1649,1,1,1,1,1,1,1,1,0.1347,0.1649,0.5708,1,0.215,1,1,1,1,1,1,0.1496,0.215,0.5632,1,0.5349,1,1,1,0.0817,0.5349,0.4452,1,1,1,1,1,0.034508858,0.721973896,0.095890447,1,1,1,1,1,0.122549281,0.76173687,0.032446075,1,1,1,1,1,0.224277183,0.530159354,0.925869986,0.925957267,0.92641844
-4740,1,0.1649,1,1,1,1,1,1,1,1,0.3076,0.1649,0.534,1,0.215,1,1,1,1,1,1,0.199,0.215,0.5305,1,0.5349,1,1,1,0.0563,0.5349,0.4428,1,1,1,1,1,0.153099567,0.781870365,0.205791622,1,1,1,1,1,0.199565381,0.770466328,0.120509699,1,1,1,1,1,0.177167088,0.664518833,0.949311261,0.949439391,0.949468085
-4741,1,0.1649,1,1,1,1,1,1,1,1,0.3513,0.1649,0.5641,1,0.215,1,1,1,1,1,1,0.2721,0.215,0.5783,1,0.5349,1,1,1,0.0923,0.5349,0.4834,1,1,1,1,1,0.191757113,0.821734905,0.377977192,1,1,1,1,1,0.273406863,0.844895959,0.295387983,1,1,1,1,1,0.146371976,0.715889215,0.970517158,0.970594457,0.970744681
-4742,1,0.1649,1,1,1,1,1,1,1,1,0.5379,0.1649,0.5537,1,0.215,1,1,1,1,1,1,0.2836,0.215,0.5735,1,0.5349,1,1,1,0.0596,0.5349,0.4119,1,1,1,1,1,0.377724767,0.827906728,0.513582945,1,1,1,1,1,0.281844467,0.849149346,0.440620959,1,1,1,1,1,0.133162469,0.748334169,0.983929435,0.983922149,0.984042553
-4743,1,0.1649,1,1,1,1,1,1,1,1,0.5602,0.1649,0.457,1,0.215,1,1,1,1,1,1,0.2746,0.215,0.4853,1,0.5349,1,1,1,0.054,0.5349,0.3376,1,1,1,1,1,0.354122341,0.795335829,0.714232802,1,1,1,1,1,0.308719426,0.822357357,0.799556851,1,1,1,1,1,0.152271077,0.724883318,0.99401885,0.994076581,0.994237589
-4744,1,0.1649,1,1,1,1,1,1,1,1,0.573,0.1649,0.3439,1,0.215,1,1,1,1,1,1,0.2808,0.215,0.4051,1,0.5349,1,1,1,0.0413,0.5349,0.1446,1,1,1,1,1,0.322912455,0.916427732,0.975401282,1,1,1,1,1,0.337165982,0.947162032,1,1,1,1,1,1,0.119346462,0.805045307,1,1,1
-4745,1,0.1649,1,1,1,1,1,1,1,1,0.5305,0.1649,0.1642,1,0.215,1,1,1,1,1,1,0.2359,0.215,0.2135,1,0.5349,1,1,1,0.0691,0.5349,0.0666,1,1,1,1,1,0.23743692,0.592885971,1,1,1,1,1,1,0.277880847,0.630017042,1,1,1,1,1,1,0.124509253,0.148911506,0.991723055,0.991749524,0.992021277
-4746,1,0.1649,1,1,1,1,1,1,1,1,0.4565,0.1649,0.0638,1,0.215,1,1,1,1,1,1,0.1028,0.215,0.0909,1,0.5349,1,1,1,0.0799,0.5349,0.0064,1,1,1,1,1,0.273301721,0.291396022,1,1,1,1,1,1,0.126930207,0.36169523,1,1,1,1,1,1,0.183063909,0.001705564,0.968946351,0.968902052,0.969414894
-4747,1,0.1649,1,1,1,1,1,1,1,1,0.3317,0.1649,0,1,0.215,1,1,1,1,1,1,0.0481,0.215,0,1,0.5349,1,1,1,0.0853,0.5349,0,1,1,1,1,1,0.196990103,0,1,1,1,1,1,1,0.092703208,0,1,1,1,1,1,1,0.188168913,0,0.939221846,0.939284959,0.93927305
-4748,1,0.1649,1,1,1,1,1,1,1,1,0.2588,0.1649,0,1,0.215,1,1,1,1,1,1,0.1203,0.215,0,1,0.5349,1,1,1,0.1128,0.5349,0,1,1,1,1,1,0.243232921,0,1,1,1,1,1,1,0.192564219,0,1,1,1,1,1,1,0.278062165,0,0.92218463,0.922360905,0.922429078
-4749,1,0.1649,1,1,1,1,1,1,1,1,0.3635,0.1649,0,1,0.215,1,1,1,1,1,1,0.1436,0.215,0,1,0.5349,1,1,1,0.136,0.5349,0,1,1,1,1,1,0.398288399,0,1,1,1,1,1,1,0.21815072,0,1,1,1,1,1,1,0.305683553,0,0.888533108,0.888724349,0.888741135
-4750,1,0.1649,1,1,1,1,1,1,1,1,0.358,0.1649,0,1,0.215,1,1,1,1,1,1,0.1599,0.215,0,1,0.5349,1,1,1,0.2111,0.5349,0,1,1,1,1,1,0.299076855,0,1,1,1,1,1,1,0.2167622,0,1,1,1,1,1,1,0.479759544,0,0.812409377,0.812354559,0.8125
-4751,1,0.1649,1,1,1,1,1,1,1,1,0.5364,0.1649,0,1,0.215,1,1,1,1,1,1,0.2532,0.215,0,1,0.5349,1,1,1,0.1774,0.5349,0,1,1,1,1,1,0.428693622,0,1,1,1,1,1,1,0.351906925,0,1,1,1,1,1,1,0.506558478,0,0.736768971,0.736830971,0.736702128
-4752,1,0.1649,1,1,1,1,1,1,1,1,0.5554,0.1649,0,1,0.215,1,1,1,1,1,1,0.285,0.215,0,1,0.5349,1,1,1,0.1791,0.5349,0,1,1,1,1,1,0.446920902,0,1,1,1,1,1,1,0.369857788,0,1,1,1,1,1,1,0.434830606,0,0.68360319,0.683731754,0.683510638
-4753,1,0.1649,1,1,1,1,1,1,1,1,0.6115,0.1649,0,1,0.215,1,1,1,1,1,1,0.2766,0.215,0,1,0.5349,1,1,1,0.2365,0.5349,0,1,1,1,1,1,0.520143688,0,1,1,1,1,1,1,0.392075658,0,1,1,1,1,1,1,0.462207615,0,0.650555824,0.65072985,0.65070922
-4754,1,0.1649,1,1,1,1,1,1,1,1,0.5166,0.1649,0,1,0.215,1,1,1,1,1,1,0.2303,0.215,0,1,0.5349,1,1,1,0.265,0.5349,0,1,1,1,1,1,0.462805867,0,1,1,1,1,1,1,0.345716238,0,1,1,1,1,1,1,0.454005748,0,0.629712421,0.629786334,0.629875887
-4755,1,0.1649,1,1,1,1,1,1,1,1,0.2835,0.1649,0,1,0.215,1,1,1,1,1,1,0.1009,0.215,0,1,0.5349,1,1,1,0.2695,0.5349,0,1,1,1,1,1,0.200760424,0,1,1,1,1,1,1,0.15580602,0,1,1,1,1,1,1,0.439529955,0,0.617085549,0.617093294,0.617464539
-4756,1,0.1649,1,1,1,1,1,1,1,1,0.2476,0.1649,0,1,0.215,1,1,1,1,1,1,0.0649,0.215,0,1,0.5349,1,1,1,0.2045,0.5349,0,1,1,1,1,1,0.218583316,0,1,1,1,1,1,1,0.107753277,0,1,1,1,1,1,1,0.371108502,0,0.616420976,0.616458642,0.616578014
-4757,1,0.1649,1,1,1,1,1,1,1,1,0.1892,0.1649,0.0054,1,0.215,1,1,1,1,1,1,0.0957,0.215,0.0003,1,0.5349,1,1,1,0.1657,0.5349,0.0115,1,1,1,1,1,0.230784699,0.014356065,1,1,1,1,1,1,0.144820839,0.001643444,1,1,1,1,1,1,0.310442865,0.043553945,0.637989367,0.63803681,0.638297872
-4758,1,0.1649,1,1,1,1,1,1,1,1,0.1257,0.1649,0.0826,1,0.215,1,1,1,1,1,1,0.0842,0.215,0.1088,1,0.5349,1,1,1,0.1622,0.5349,0.0819,1,1,1,1,1,0.115110144,0.408010691,1,1,1,1,1,1,0.133617148,0.337741107,1,1,1,1,1,1,0.284077495,0.292382002,0.694478009,0.694520838,0.694592199
-4759,1,0.1649,1,1,1,1,1,1,1,1,0.0923,0.1649,0.2036,1,0.215,1,1,1,1,1,1,0.0415,0.215,0.2241,1,0.5349,1,1,1,0.0704,0.5349,0.1882,1,1,1,1,1,0.09064839,0.500300586,1,1,1,1,1,1,0.057466157,0.492300063,1,1,1,1,1,1,0.125205591,0.477792799,0.777489125,0.77766025,0.777925532
-4760,1,0.1649,1,1,1,1,1,1,1,1,0.0996,0.1649,0.3215,1,0.215,1,1,1,1,1,1,0.0653,0.215,0.3379,1,0.5349,1,1,1,0.0518,0.5349,0.2889,1,1,1,1,1,0.101875342,0.572936118,1,1,1,1,1,1,0.040974785,0.621728003,1,1,1,1,1,1,0.104450181,0.384502202,0.835729821,0.835625132,0.835992908
-4761,1,0.1649,1,1,1,1,1,1,1,1,0.029,0.1649,0.4199,1,0.215,1,1,1,1,1,1,0.0273,0.215,0.4303,1,0.5349,1,1,1,0.0807,0.5349,0.4314,1,1,1,1,1,0.037748117,0.643825829,0.982930124,1,1,1,1,1,0.012773825,0.708128691,0.776718855,1,1,1,1,1,0.160246581,0.471451998,0.882672789,0.88258938,0.882978723
-4762,1,0.1649,1,1,1,1,1,1,1,1,0.0736,0.1649,0.5034,1,0.215,1,1,1,1,1,1,0.0701,0.215,0.5516,1,0.5349,1,1,1,0.0721,0.5349,0.5286,1,1,1,1,1,0.090113364,0.691235483,0.944338918,1,1,1,1,1,0.058362748,0.803988457,0.69870472,1,1,1,1,1,0.151949063,0.701848865,0.931005317,0.931034483,0.931294326
-4763,1,0.1649,1,1,1,1,1,1,1,1,0.0823,0.1649,0.5322,1,0.215,1,1,1,1,1,1,0.0938,0.215,0.5807,1,0.5349,1,1,1,0.0992,0.5349,0.6059,1,1,1,1,1,0.058706414,0.728465676,0.89212358,1,1,1,1,1,0.091590725,0.831256807,0.408814937,1,1,1,1,1,0.221775517,0.788343072,0.967858869,0.967844299,0.968085106
-4764,1,0.1649,1,1,1,1,1,1,1,1,0.0944,0.1649,0.5403,1,0.215,1,1,1,1,1,1,0.1569,0.215,0.5564,1,0.5349,1,1,1,0.0835,0.5349,0.5827,1,1,1,1,1,0.104665354,0.751403451,0.815032542,1,1,1,1,1,0.209645316,0.791470885,0.291341901,1,1,1,1,1,0.176887646,0.826405048,0.990998067,0.991114872,0.991578014
-4765,1,0.1649,1,1,1,1,1,1,1,1,0.3264,0.1649,0.4716,1,0.215,1,1,1,1,1,1,0.2171,0.215,0.4414,1,0.5349,1,1,1,0.1483,0.5349,0.5847,1,1,1,1,1,0.134735078,0.733063757,0.996589541,1,1,1,1,1,0.28378588,0.524960577,0.436626196,1,1,1,1,1,0.233327001,0.807368279,0.991723055,0.991749524,0.992021277
-4766,1,0.1649,1,1,1,1,1,1,1,1,0.3717,0.1649,0.3179,1,0.215,1,1,1,1,1,1,0.6722,0.215,0.2005,1,0.5349,1,1,1,0.2132,0.5349,0.5537,1,1,1,1,1,0.23368378,0.4913477,1,1,1,1,1,1,0.584838092,0.310497671,1,1,1,1,1,1,0.35360831,0.779829025,0.968463026,0.968478951,0.968528369
-4767,1,0.1649,1,1,1,1,1,1,1,1,0.3871,0.1649,0.1481,1,0.215,1,1,1,1,1,1,0.1198,0.215,0.201,1,0.5349,1,1,1,0.2665,0.5349,0.4275,1,1,1,1,1,0.193673953,0.276577055,1,1,1,1,1,1,0.138526395,0.359608442,1,1,1,1,1,1,0.321805239,0.748753369,0.923272112,0.923418659,0.923758865
-4768,1,0.1649,1,1,1,1,1,1,1,1,0.265,0.1649,0.1209,1,0.215,1,1,1,1,1,1,0,0.215,0.2205,1,0.5349,1,1,1,0.2383,0.5349,0.3,1,1,1,1,1,0.128874421,0.364836365,1,1,1,1,1,1,0.015718777,0.300126106,1,1,1,1,1,1,0.392843693,0.63640517,0.889016433,0.8889359,0.889184397
-4769,1,0.1649,1,1,1,1,1,1,1,1,0.1447,0.1649,0.1182,1,0.215,1,1,1,1,1,1,0,0.215,0.1106,1,0.5349,1,1,1,0.2359,0.5349,0.1539,1,1,1,1,1,0.148247615,0.360952109,0.782070756,1,1,1,1,1,0.003871796,0.122339971,0.919652998,1,1,1,1,1,0.395749539,0.481694907,0.874275012,0.874338904,0.874556738
-4770,1,0.1649,1,1,1,1,1,1,1,1,0.0631,0.1649,0.0209,1,0.215,1,1,1,1,1,1,0.0081,0.215,0.0083,1,0.5349,1,1,1,0.2236,0.5349,0.0663,1,1,1,1,1,0.134407207,0.105237834,0.525878906,1,1,1,1,1,0.010777082,0.011056531,0.142133504,1,1,1,1,1,0.319491208,0.215907305,0.852042049,0.852126084,0.852393617
-4771,1,0.1649,1,1,1,1,1,1,1,1,0.0738,0.1649,0,1,0.215,1,1,1,1,1,1,0.0061,0.215,0,1,0.5349,1,1,1,0.2269,0.5349,0,1,1,1,1,1,0.151918814,0,0.24867934,1,1,1,1,1,0.02677568,0,0.167484552,1,1,1,1,1,0.26214835,0,0.830715321,0.830759467,0.831117021
-4772,1,0.1649,1,1,1,1,1,1,1,1,0.108,0.1649,0,1,0.215,1,1,1,1,1,1,0.0388,0.215,0,1,0.5349,1,1,1,0.2488,0.5349,0,1,1,1,1,1,0.219351977,0,0.086771652,1,1,1,1,1,0.062072091,0,0.497421801,1,1,1,1,1,0.302593887,0,0.824371677,0.824624498,0.824911348
-4773,1,0.1649,1,1,1,1,1,1,1,1,0.154,0.1649,0,1,0.215,1,1,1,1,1,1,0.0381,0.215,0,1,0.5349,1,1,1,0.3402,0.5349,0,1,1,1,1,1,0.300874442,0,0.376271904,1,1,1,1,1,0.077332281,0,0.109956294,1,1,1,1,1,0.542058647,0,0.79760754,0.797546012,0.79787234
-4774,1,0.1649,1,1,1,1,1,1,1,1,0.0907,0.1649,0,1,0.215,1,1,1,1,1,1,0.0832,0.215,0,1,0.5349,1,1,1,0.3945,0.5349,0,1,1,1,1,1,0.170339525,0,0.577430665,1,1,1,1,1,0.142371073,0,0.281535387,1,1,1,1,1,0.614292502,0,0.729942001,0.729849799,0.730053191
-4775,1,0.1649,1,1,1,1,1,1,1,1,0.1312,0.1649,0,1,0.215,1,1,1,1,1,1,0.0742,0.215,0,1,0.5349,1,1,1,0.2117,0.5349,0,1,1,1,1,1,0.226485148,0,0.698540628,1,1,1,1,1,0.106692657,0,0.597258151,1,1,1,1,1,0.355144262,0,0.659195263,0.659191876,0.659574468
-4776,1,0.1649,1,1,1,1,1,1,1,1,0.2031,0.1649,0,1,0.215,1,1,1,1,1,1,0.0598,0.215,0,1,0.5349,1,1,1,0.161,0.5349,0,1,1,1,1,1,0.203092501,0,1,1,1,1,1,1,0.115914375,0,0.858946085,1,1,1,1,1,0.352015316,0,0.604942001,0.604823355,0.605053191
-4777,1,0.1649,1,1,1,1,1,1,1,1,0.0693,0.1649,0,1,0.215,1,1,1,1,1,1,0.0785,0.215,0,1,0.5349,1,1,1,0.1218,0.5349,0,1,1,1,1,1,0.073014691,0,0.553786516,1,1,1,1,1,0.092836194,0,0.573802888,1,1,1,1,1,0.315606326,0,0.565853069,0.565898033,0.566046099
-4778,1,0.1649,1,1,1,1,1,1,1,1,0.0595,0.1649,0,1,0.215,1,1,1,1,1,1,0.0612,0.215,0,1,0.5349,1,1,1,0.1712,0.5349,0,1,1,1,1,1,0.048557453,0,0.182125241,1,1,1,1,1,0.061029151,0,0.097973824,1,1,1,1,1,0.356773734,0,0.541082649,0.540935054,0.541223404
-4779,1,0.1649,1,1,1,1,1,1,1,1,0.1433,0.1649,0,1,0.215,1,1,1,1,1,1,0.1281,0.215,0,1,0.5349,1,1,1,0.1274,0.5349,0,1,1,1,1,1,0.081252858,0,0.084433675,1,1,1,1,1,0.155295983,0,0.00937932,1,1,1,1,1,0.261457473,0,0.525857902,0.525914957,0.52570922
-4780,1,0.1649,1,1,1,1,1,1,1,1,0.1611,0.1649,0,1,0.215,1,1,1,1,1,1,0.1147,0.215,0,1,0.5349,1,1,1,0.1015,0.5349,0,1,1,1,1,1,0.056756094,0,0.155232966,1,1,1,1,1,0.160338864,0,0.056475922,1,1,1,1,1,0.23646307,0,0.525012083,0.524857203,0.525265957
-4781,1,0.1649,1,1,1,1,1,1,1,1,0.1142,0.1649,0.0124,1,0.215,1,1,1,1,1,1,0.0704,0.215,0,1,0.5349,1,1,1,0.1133,0.5349,0.1712,1,1,1,1,1,0.039480805,0.034734808,0.344614059,1,1,1,1,1,0.101018563,0,0.220993727,1,1,1,1,1,0.27335903,0.333132505,0.543499275,0.543685213,0.543882979
-4782,1,0.1649,1,1,1,1,1,1,1,1,0.0537,0.1649,0.0858,1,0.215,1,1,1,1,1,1,0.0337,0.215,0.0708,1,0.5349,1,1,1,0.0853,0.5349,0.0746,1,1,1,1,1,0.033044539,0.288021117,0.550334752,1,1,1,1,1,0.058161687,0.090551943,0.317995071,1,1,1,1,1,0.163404182,0.64150548,0.588629773,0.588745505,0.588652482
-4783,1,0.1649,1,1,1,1,1,1,1,1,0.0204,0.1649,0.1993,1,0.215,1,1,1,1,1,1,0.0069,0.215,0.1866,1,0.5349,1,1,1,0.0704,0.5349,0.2154,1,1,1,1,1,0.010854188,0.448916018,0.546161592,1,1,1,1,1,0.029836489,0.332579553,0.352932483,1,1,1,1,1,0.141204849,0.82897234,0.643426776,0.643537127,0.643617021
-4784,1,0.1649,1,1,1,1,1,1,1,1,0.012,0.1649,0.3012,1,0.215,1,1,1,1,1,1,0.0129,0.215,0.3088,1,0.5349,1,1,1,0.0809,0.5349,0.3946,1,1,1,1,1,0.004625168,0.554099262,0.459402621,1,1,1,1,1,0.019468248,0.387813836,0.457070947,1,1,1,1,1,0.147696659,0.880127192,0.675326245,0.675481278,0.675531915
-4785,1,0.1649,1,1,1,1,1,1,1,1,0.0131,0.1649,0.4181,1,0.215,1,1,1,1,1,1,0,0.215,0.41,1,0.5349,1,1,1,0.0827,0.5349,0.5318,1,1,1,1,1,0.001710013,0.669843435,0.331966072,1,1,1,1,1,0.002571994,0.513942122,0.341971219,1,1,1,1,1,0.179438919,0.91497761,0.697498792,0.697694098,0.697695035
-4786,1,0.1649,1,1,1,1,1,1,1,1,0.0392,0.1649,0.5171,1,0.215,1,1,1,1,1,1,0,0.215,0.4767,1,0.5349,1,1,1,0.0657,0.5349,0.5926,1,1,1,1,1,0.009030138,0.758770585,0.416693121,1,1,1,1,1,0.006532928,0.623589337,0.5023458,1,1,1,1,1,0.093943827,0.908989847,0.719188014,0.719272266,0.719414894
-4787,1,0.1649,1,1,1,1,1,1,1,1,0.0337,0.1649,0.5313,1,0.215,1,1,1,1,1,1,0,0.215,0.5248,1,0.5349,1,1,1,0.1638,0.5349,0.5996,1,1,1,1,1,0.013189962,0.790840447,0.331713498,1,1,1,1,1,0.003781874,0.71173346,0.4322474,1,1,1,1,1,0.266508639,0.903005779,0.734171097,0.734292363,0.734485816
-4788,1,0.1649,1,1,1,1,1,1,1,1,0.0232,0.1649,0.5773,1,0.215,1,1,1,1,1,1,0.0038,0.215,0.5645,1,0.5349,1,1,1,0.1372,0.5349,0.604,1,1,1,1,1,0.024710197,0.82169652,0.148988813,1,1,1,1,1,0.005695872,0.800025225,0.254680365,1,1,1,1,1,0.177739739,0.881454289,0.743233446,0.743389042,0.743351064
-4789,1,0.1649,1,1,1,1,1,1,1,1,0.0262,0.1649,0.5196,1,0.215,1,1,1,1,1,1,0.0344,0.215,0.5172,1,0.5349,1,1,1,0.2062,0.5349,0.5363,1,1,1,1,1,0.046252828,0.744971216,0.400914371,1,1,1,1,1,0.026595816,0.767799616,0.131301835,1,1,1,1,1,0.240302816,0.755365968,0.756343644,0.756293632,0.756648936
-4790,1,0.1649,1,1,1,1,1,1,1,1,0.0394,0.1649,0.4946,1,0.215,1,1,1,1,1,1,0.042,0.215,0.5145,1,0.5349,1,1,1,0.293,0.5349,0.4946,1,1,1,1,1,0.048311885,0.759233892,0.346616268,1,1,1,1,1,0.023692181,0.753026187,0.060074352,1,1,1,1,1,0.398055136,0.758140385,0.76099565,0.760947747,0.761524823
-4791,1,0.1649,1,1,1,1,1,1,1,1,0.0395,0.1649,0.4443,1,0.215,1,1,1,1,1,1,0.0601,0.215,0.4684,1,0.5349,1,1,1,0.3,0.5349,0.4206,1,1,1,1,1,0.052704442,0.769900858,0.049040969,1,1,1,1,1,0.048752945,0.782815218,0.113629326,1,1,1,1,1,0.276938498,0.67558521,0.766855969,0.766871166,0.767287234
-4792,1,0.1649,1,1,1,1,1,1,1,1,0.0734,0.1649,0.3279,1,0.215,1,1,1,1,1,1,0.0188,0.215,0.3687,1,0.5349,1,1,1,0.3075,0.5349,0.3049,1,1,1,1,1,0.071964227,0.745966792,0.101872809,1,1,1,1,1,0.03249548,0.766022027,0.113960475,1,1,1,1,1,0.386607349,0.673641264,0.772897535,0.772794584,0.773049645
-4793,1,0.1649,1,1,1,1,1,1,1,1,0.0658,0.1649,0.1745,1,0.215,1,1,1,1,1,1,0.0076,0.215,0.2197,1,0.5349,1,1,1,0.268,0.5349,0.1543,1,1,1,1,1,0.08904288,0.641563058,0.160282776,1,1,1,1,1,0.035651691,0.655197084,0.033726703,1,1,1,1,1,0.300646275,0.584378064,0.770722571,0.770679078,0.770833333
-4794,1,0.1649,1,1,1,1,1,1,1,1,0.0757,0.1649,0.071,1,0.215,1,1,1,1,1,1,0,0.215,0.0928,1,0.5349,1,1,1,0.2591,0.5349,0.0691,1,1,1,1,1,0.144742221,0.330304801,0.192567304,1,1,1,1,1,0.005692021,0.279427737,0.062466234,1,1,1,1,1,0.317055255,0.406945348,0.748550024,0.748677808,0.749113475
-4795,1,0.1649,1,1,1,1,1,1,1,1,0.0515,0.1649,0.0002,1,0.215,1,1,1,1,1,1,0.0888,0.215,0,1,0.5349,1,1,1,0.1143,0.5349,0.0478,1,1,1,1,1,0.078745119,0,0.225619927,1,1,1,1,1,0.109765127,0,0.179941356,1,1,1,1,1,0.209791765,0,0.721906718,0.721810874,0.722074468
-4796,1,0.1649,1,1,1,1,1,1,1,1,0.0704,0.1649,0,1,0.215,1,1,1,1,1,1,0.14,0.215,0,1,0.5349,1,1,1,0.1777,0.5349,0,1,1,1,1,1,0.173726961,0,0.187185794,1,1,1,1,1,0.140384704,0,0.267715991,1,1,1,1,1,0.318446577,0,0.717435959,0.71757986,0.717641844
-4797,1,0.1649,1,1,1,1,1,1,1,1,0.0026,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.0053,0.5349,0,1,1,1,1,1,0.001307457,0,0.172808588,1,1,1,1,1,0.000122102,0,0.264530391,1,1,1,1,1,0.007717164,0,0.692544708,0.692616882,0.692819149
-4798,1,0.1649,1,1,1,1,1,1,1,1,0.0211,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.1874,0.5349,0,1,1,1,1,1,0.082256749,0,0.071840972,1,1,1,1,1,0.029596476,0,0.12061806,1,1,1,1,1,0.388096631,0,0.632189464,0.632113391,0.632535461
-4799,1,0.1649,1,1,1,1,1,1,1,1,0.0279,0.1649,0,1,0.215,1,1,1,1,1,1,0.0349,0.215,0,1,0.5349,1,1,1,0.2378,0.5349,0,1,1,1,1,1,0.074167073,0,0.126893818,1,1,1,1,1,0.048897166,0,0.179285884,1,1,1,1,1,0.479969114,0,0.568632189,0.568648191,0.568705674
-4800,1,0.1649,1,1,1,1,1,1,1,1,0.069,0.1649,0,1,0.215,1,1,1,1,1,1,0.0976,0.215,0,1,0.5349,1,1,1,0.2144,0.5349,0,1,1,1,1,1,0.130273789,0,0.131061777,1,1,1,1,1,0.107154302,0,0.077732198,1,1,1,1,1,0.432106882,0,0.520964234,0.521049291,0.521276596
-4801,1,0.1649,1,1,1,1,1,1,1,1,0.0653,0.1649,0,1,0.215,1,1,1,1,1,1,0.2598,0.215,0,1,0.5349,1,1,1,0.2089,0.5349,0,1,1,1,1,1,0.172554493,0,0.06459292,1,1,1,1,1,0.24101831,0,0.134196594,1,1,1,1,1,0.376487583,0,0.493233446,0.493336154,0.493351064
-4802,1,0.1649,1,1,1,1,1,1,1,1,0.0471,0.1649,0,1,0.215,1,1,1,1,1,1,0.454,0.215,0,1,0.5349,1,1,1,0.2282,0.5349,0,1,1,1,1,1,0.150114879,0,0.11464414,1,1,1,1,1,0.348756284,0,0.37855497,1,1,1,1,1,0.392357051,0,0.475652489,0.475777449,0.475620567
-4803,1,0.1649,1,1,1,1,1,1,1,1,0.0495,0.1649,0,1,0.215,1,1,1,1,1,1,0.2168,0.215,0,1,0.5349,1,1,1,0.1888,0.5349,0,1,1,1,1,1,0.145975381,0,0.228543073,1,1,1,1,1,0.222832441,0,0.377648175,1,1,1,1,1,0.313338608,0,0.467738038,0.467738523,0.468085106
-4804,1,0.1649,1,1,1,1,1,1,1,1,0.0738,0.1649,0,1,0.215,1,1,1,1,1,1,0.2685,0.215,0,1,0.5349,1,1,1,0.1423,0.5349,0,1,1,1,1,1,0.165014654,0,0.282486498,1,1,1,1,1,0.293360472,0,0.379625142,1,1,1,1,1,0.232647106,0,0.472450459,0.472604189,0.47251773
-4805,1,0.1649,1,1,1,1,1,1,1,1,0.0683,0.1649,0.0042,1,0.215,1,1,1,1,1,1,0.1501,0.215,0,1,0.5349,1,1,1,0.1056,0.5349,0.1739,1,1,1,1,1,0.150748983,0.032835785,0.358410001,1,1,1,1,1,0.205929384,0,0.349806309,1,1,1,1,1,0.163049281,0.321348011,0.49637506,0.496297863,0.496453901
-4806,1,0.1649,1,1,1,1,1,1,1,1,0.0204,0.1649,0.0398,1,0.215,1,1,1,1,1,1,0.0358,0.215,0.0037,1,0.5349,1,1,1,0.0329,0.5349,0.0702,1,1,1,1,1,0.032723889,0.174502984,0.339175552,1,1,1,1,1,0.061742097,0.000828767,0.338459432,1,1,1,1,1,0.057021707,0.634656906,0.544043016,0.544108314,0.544326241
-4807,1,0.1649,1,1,1,1,1,1,1,1,0.0148,0.1649,0.1349,1,0.215,1,1,1,1,1,1,0,0.215,0.0539,1,0.5349,1,1,1,0.0049,0.5349,0.2161,1,1,1,1,1,0.008697663,0.25430876,0.314394444,1,1,1,1,1,0.005894859,0.041703735,0.390574336,1,1,1,1,1,0.001933307,0.831262112,0.600471242,0.600592342,0.600620567
-4808,1,0.1649,1,1,1,1,1,1,1,1,0.008,0.1649,0.246,1,0.215,1,1,1,1,1,1,0.0077,0.215,0.1719,1,0.5349,1,1,1,0.0093,0.5349,0.3958,1,1,1,1,1,0.002633857,0.334528059,0.284894705,1,1,1,1,1,0.035806984,0.222319797,0.46584323,1,1,1,1,1,0.001774687,0.886558712,0.637506042,0.637613708,0.637411348
-4809,1,0.1649,1,1,1,1,1,1,1,1,0.007,0.1649,0.3214,1,0.215,1,1,1,1,1,1,0.0093,0.215,0.2838,1,0.5349,1,1,1,0.0126,0.5349,0.5306,1,1,1,1,1,0.001957723,0.430395514,0.246663943,1,1,1,1,1,0.04886445,0.344064474,0.424999237,1,1,1,1,1,0.002174569,0.850798845,0.656899468,0.656864819,0.656914894
-4810,1,0.1649,1,1,1,1,1,1,1,1,0.0071,0.1649,0.3781,1,0.215,1,1,1,1,1,1,0.0151,0.215,0.37,1,0.5349,1,1,1,0.0304,0.5349,0.6324,1,1,1,1,1,0.002736302,0.52089864,0.538575768,1,1,1,1,1,0.053725161,0.51073426,0.808797479,1,1,1,1,1,0.002053813,0.806851149,0.669586757,0.66976941,0.669769504
-4811,1,0.1649,1,1,1,1,1,1,1,1,0.0155,0.1649,0.4205,1,0.215,1,1,1,1,1,1,0.0285,0.215,0.4164,1,0.5349,1,1,1,0.0464,0.5349,0.6695,1,1,1,1,1,0.004211222,0.595528722,0.440092087,1,1,1,1,1,0.025162324,0.56952554,1,1,1,1,1,1,0.002690153,0.840753913,0.671822136,0.671673366,0.671985816
-4812,1,0.1649,1,1,1,1,1,1,1,1,0.0178,0.1649,0.4431,1,0.215,1,1,1,1,1,1,0,0.215,0.387,1,0.5349,1,1,1,0.0667,0.5349,0.6675,1,1,1,1,1,0.005234024,0.619688451,0.411917865,1,1,1,1,1,0.018937355,0.525970161,0.997073293,1,1,1,1,1,0.012254013,0.88100183,0.668559691,0.668711656,0.668882979
-4813,1,0.1649,1,1,1,1,1,1,1,1,0.0261,0.1649,0.4225,1,0.215,1,1,1,1,1,1,0,0.215,0.3769,1,0.5349,1,1,1,0.0468,0.5349,0.6622,1,1,1,1,1,0.004967302,0.59013778,0.436786354,1,1,1,1,1,0.013427665,0.561756074,0.995518327,1,1,1,1,1,0.012032465,0.896866918,0.667834703,0.667865454,0.667996454
-4814,1,0.1649,1,1,1,1,1,1,1,1,0.0219,0.1649,0.4012,1,0.215,1,1,1,1,1,1,0,0.215,0.3819,1,0.5349,1,1,1,0.0361,0.5349,0.5788,1,1,1,1,1,0.004307218,0.556529999,0.47088623,1,1,1,1,1,0.01793007,0.565654993,0.831338525,1,1,1,1,1,0.010324209,0.920727313,0.661309812,0.661307383,0.661347518
-4815,1,0.1649,1,1,1,1,1,1,1,1,0.0138,0.1649,0.3611,1,0.215,1,1,1,1,1,1,0,0.215,0.3384,1,0.5349,1,1,1,0.029,0.5349,0.4599,1,1,1,1,1,0.008744727,0.545237958,0.439847976,1,1,1,1,1,0.014272723,0.487048239,0.6067186,1,1,1,1,1,0.018527497,0.893061042,0.651703722,0.651576052,0.652039007
-4816,1,0.1649,1,1,1,1,1,1,1,1,0.0097,0.1649,0.2682,1,0.215,1,1,1,1,1,1,0.0176,0.215,0.2655,1,0.5349,1,1,1,0.0363,0.5349,0.3325,1,1,1,1,1,0.016158838,0.529727519,0.354100555,1,1,1,1,1,0.033475414,0.444255322,0.567741632,1,1,1,1,1,0.026889559,0.93549931,0.646507975,0.646498836,0.646719858
-4817,1,0.1649,1,1,1,1,1,1,1,1,0.0097,0.1649,0.1522,1,0.215,1,1,1,1,1,1,0.003,0.215,0.1453,1,0.5349,1,1,1,0.0356,0.5349,0.1514,1,1,1,1,1,0.021841232,0.300927758,0.31532526,1,1,1,1,1,0.016707154,0.208129913,0.471581131,1,1,1,1,1,0.027114961,0.701848865,0.639681005,0.639729215,0.63962766
-4818,1,0.1649,1,1,1,1,1,1,1,1,0.0025,0.1649,0.0493,1,0.215,1,1,1,1,1,1,0,0.215,0.0601,1,0.5349,1,1,1,0.0068,0.5349,0.0578,1,1,1,1,1,0.000915482,0.098194629,0.281087458,1,1,1,1,1,0.000417369,0.124867879,0.635232449,1,1,1,1,1,0.011097918,0.423681378,0.624154181,0.624074466,0.624556738
-4819,1,0.1649,1,1,1,1,1,1,1,1,0.0414,0.1649,0.0035,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.0641,0.5349,0.1092,1,1,1,1,1,0.072135791,0.000193459,0.363726914,1,1,1,1,1,0.00351755,0,0.496937215,1,1,1,1,1,0.034786835,0.006838151,0.611285645,0.611381426,0.611702128
-4820,1,0.1649,1,1,1,1,1,1,1,1,0.0635,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.0641,0.5349,0,1,1,1,1,1,0.153241053,0,0.214574978,1,1,1,1,1,0.002699692,0,0.363986403,1,1,1,1,1,0.059014935,0,0.616481392,0.616670193,0.616578014
-4821,1,0.1649,1,1,1,1,1,1,1,1,0.0367,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.0334,0.5349,0,1,1,1,1,1,0.081335537,0,0.182867229,1,1,1,1,1,0.001442452,0,0.204618067,1,1,1,1,1,0.064405687,0,0.60119623,0.601226994,0.601507092
-4822,1,0.1649,1,1,1,1,1,1,1,1,0.0372,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.0283,0.5349,0,1,1,1,1,1,0.09007033,0,0.193131387,1,1,1,1,1,0.0023657,0,0.143407598,1,1,1,1,1,0.106096298,0,0.554494925,0.554685847,0.554964539
-4823,1,0.1649,1,1,1,1,1,1,1,1,0.0228,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.0745,0.5349,0,1,1,1,1,1,0.042761214,0,0.125589892,1,1,1,1,1,0.001000582,0,0.111953683,1,1,1,1,1,0.144545645,0,0.502174964,0.502221282,0.502216312
-4824,1,0.1649,1,1,1,1,1,1,1,1,0.0048,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.0686,0.5349,0,1,1,1,1,1,0.004697244,0,0.14228864,1,1,1,1,1,0.002060676,0,0.169903934,1,1,1,1,1,0.122826301,0,0.461152731,0.461180453,0.46143617
-4825,1,0.1649,1,1,1,1,1,1,1,1,0.0033,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.0565,0.5349,0,1,1,1,1,1,0.003886492,0,0.179077581,1,1,1,1,1,0.002479471,0,0.089520946,1,1,1,1,1,0.077290229,0,0.434449009,0.434525069,0.434840426
-4826,1,0.1649,1,1,1,1,1,1,1,1,0,0.1649,0,1,0.215,1,1,1,1,1,1,0.0685,0.215,0,1,0.5349,1,1,1,0.0482,0.5349,0,1,1,1,1,1,0.007759881,0,0.075314686,1,1,1,1,1,0.040237717,0,0.104981162,1,1,1,1,1,0.050238542,0,0.418136781,0.418024117,0.417996454
-4827,1,0.1649,1,1,1,1,1,1,1,1,0.0002,0.1649,0,1,0.215,1,1,1,1,1,1,0.1196,0.215,0,1,0.5349,1,1,1,0.0447,0.5349,0,1,1,1,1,1,0.016947644,0,0.054656409,1,1,1,1,1,0.079994142,0,0.056509428,1,1,1,1,1,0.056886882,0,0.409134848,0.409138989,0.409131206
-4828,1,0.1649,1,1,1,1,1,1,1,1,0.032,0.1649,0,1,0.215,1,1,1,1,1,1,0.123,0.215,0,1,0.5349,1,1,1,0.0521,0.5349,0,1,1,1,1,1,0.070461944,0,0.123120904,1,1,1,1,1,0.126198471,0,0.070742674,1,1,1,1,1,0.09333159,0,0.407805703,0.407869685,0.407801418
-4829,1,0.1649,1,1,1,1,1,1,1,1,0.0355,0.1649,0.0958,1,0.215,1,1,1,1,1,1,0.0375,0.215,0.0236,1,0.5349,1,1,1,0.0637,0.5349,0.1633,1,1,1,1,1,0.073457427,0.127700195,0.241277307,1,1,1,1,1,0.068160519,0.022795966,0.059083246,1,1,1,1,1,0.115068652,0.32120952,0.410826486,0.410831394,0.410904255
-4830,1,0.1649,1,1,1,1,1,1,1,1,0.0257,0.1649,0.085,1,0.215,1,1,1,1,1,1,0,0.215,0.1118,1,0.5349,1,1,1,0.0385,0.5349,0.067,1,1,1,1,1,0.050129395,0.562735558,0.281077445,1,1,1,1,1,0.013504363,0.477017581,0.028317805,1,1,1,1,1,0.085044794,0.648035586,0.431609473,0.43177491,0.431737589
-4831,1,0.1649,1,1,1,1,1,1,1,1,0.0015,0.1649,0.2209,1,0.215,1,1,1,1,1,1,0,0.215,0.2461,1,0.5349,1,1,1,0.0011,0.5349,0.2127,1,1,1,1,1,0.000451309,0.791794658,0.379051507,1,1,1,1,1,0.000592987,0.705424607,0.087157339,1,1,1,1,1,0.024686858,0.824551582,0.474927501,0.474931246,0.474734043
-4832,1,0.1649,1,1,1,1,1,1,1,1,0.017,0.1649,0.3936,1,0.215,1,1,1,1,1,1,0,0.215,0.4127,1,0.5349,1,1,1,0,0.5349,0.3923,1,1,1,1,1,0.004183026,0.897712886,0.261155665,1,1,1,1,1,0.000265176,0.84711796,0.069164403,1,1,1,1,1,0.000760595,0.897580087,0.526643306,0.526761159,0.526595745
-4833,1,0.1649,1,1,1,1,1,1,1,1,0.0294,0.1649,0.5269,1,0.215,1,1,1,1,1,1,0.003,0.215,0.5355,1,0.5349,1,1,1,0,0.5349,0.5251,1,1,1,1,1,0.007584319,0.919807494,0.294469714,1,1,1,1,1,0.001954858,0.894134283,0.135095298,1,1,1,1,1,0.000472862,0.915162206,0.565913485,0.565898033,0.566046099
-4834,1,0.1649,1,1,1,1,1,1,1,1,0.0337,0.1649,0.6269,1,0.215,1,1,1,1,1,1,0.0066,0.215,0.612,1,0.5349,1,1,1,0,0.5349,0.6182,1,1,1,1,1,0.009149277,0.926220894,0.291088104,1,1,1,1,1,0.005689065,0.90604955,0.118032731,1,1,1,1,1,0.002080596,0.915414453,0.590925568,0.590861011,0.590868794
-4835,1,0.1649,1,1,1,1,1,1,1,1,0.0364,0.1649,0.6626,1,0.215,1,1,1,1,1,1,0.0169,0.215,0.6631,1,0.5349,1,1,1,0.0051,0.5349,0.6386,1,1,1,1,1,0.010429822,0.921690464,0.294583231,1,1,1,1,1,0.011504212,0.930371225,0.142181158,1,1,1,1,1,0.007087931,0.873563766,0.605425326,0.605458007,0.605496454
-4836,1,0.1649,1,1,1,1,1,1,1,1,0.0375,0.1649,0.6526,1,0.215,1,1,1,1,1,1,0.0022,0.215,0.6607,1,0.5349,1,1,1,0.0085,0.5349,0.633,1,1,1,1,1,0.012765421,0.906983733,0.254081666,1,1,1,1,1,0.006092792,0.931227326,0.116552621,1,1,1,1,1,0.032211237,0.888420522,0.612796037,0.612862281,0.613031915
-4837,1,0.1649,1,1,1,1,1,1,1,1,0.0359,0.1649,0.6325,1,0.215,1,1,1,1,1,1,0,0.215,0.6558,1,0.5349,1,1,1,0.0039,0.5349,0.6095,1,1,1,1,1,0.017473262,0.88748312,0.299637824,1,1,1,1,1,0.008696202,0.922197223,0.068389535,1,1,1,1,1,0.032006994,0.874579132,0.616420976,0.616458642,0.616578014
-4838,1,0.1649,1,1,1,1,1,1,1,1,0.0268,0.1649,0.5865,1,0.215,1,1,1,1,1,1,0.0043,0.215,0.6019,1,0.5349,1,1,1,0.0184,0.5349,0.5654,1,1,1,1,1,0.017633077,0.87603581,0.204327762,1,1,1,1,1,0.016522167,0.910504282,0.051609166,1,1,1,1,1,0.043868247,0.86423558,0.619743838,0.619843453,0.620124113
-4839,1,0.1649,1,1,1,1,1,1,1,1,0.0362,0.1649,0.4871,1,0.215,1,1,1,1,1,1,0.0011,0.215,0.5113,1,0.5349,1,1,1,0.0135,0.5349,0.4677,1,1,1,1,1,0.025373176,0.858783543,0.17765747,1,1,1,1,1,0.019282987,0.893752754,0.015848432,1,1,1,1,1,0.036540993,0.865151644,0.624939584,0.624920669,0.625
-4840,1,0.1649,1,1,1,1,1,1,1,1,0.0433,0.1649,0.35,1,0.215,1,1,1,1,1,1,0.0016,0.215,0.39,1,0.5349,1,1,1,0.0364,0.5349,0.3271,1,1,1,1,1,0.031330477,0.820283055,0.114327103,1,1,1,1,1,0.029794544,0.856708109,0.007762042,1,1,1,1,1,0.06176962,0.842035592,0.632974867,0.632959594,0.632978723
-4841,1,0.1649,1,1,1,1,1,1,1,1,0.0725,0.1649,0.1748,1,0.215,1,1,1,1,1,1,0.0098,0.215,0.2283,1,0.5349,1,1,1,0.0678,0.5349,0.1475,1,1,1,1,1,0.07058274,0.731608331,0.169244975,1,1,1,1,1,0.059952602,0.756823897,0.011162044,1,1,1,1,1,0.068328559,0.734263539,0.636841469,0.636767506,0.637411348
-4842,1,0.1649,1,1,1,1,1,1,1,1,0.103,0.1649,0.0721,1,0.215,1,1,1,1,1,1,0.0343,0.215,0.1039,1,0.5349,1,1,1,0.0605,0.5349,0.061,1,1,1,1,1,0.158425674,0.501682281,0.118136041,1,1,1,1,1,0.089328393,0.515899062,0,1,1,1,1,1,0.110728309,0.488244891,0.628866602,0.62872858,0.628989362
-4843,1,0.1649,1,1,1,1,1,1,1,1,0.0899,0.1649,0.0038,1,0.215,1,1,1,1,1,1,0.1444,0.215,0.0004,1,0.5349,1,1,1,0.0642,0.5349,0.0419,1,1,1,1,1,0.147258833,0.003272669,0.045888685,1,1,1,1,1,0.156404942,0.002521559,0,1,1,1,1,1,0.132478818,0,0.609352344,0.60947747,0.609929078
-4844,1,0.1649,1,1,1,1,1,1,1,1,0.1582,0.1649,0,1,0.215,1,1,1,1,1,1,0.2445,0.215,0,1,0.5349,1,1,1,0.1392,0.5349,0,1,1,1,1,1,0.345100969,0,0.001879936,1,1,1,1,1,0.251203179,0,0.000460733,1,1,1,1,1,0.27306059,0,0.607298212,0.607361963,0.607712766
-4845,1,0.1649,1,1,1,1,1,1,1,1,0.1378,0.1649,0,1,0.215,1,1,1,1,1,1,0.1965,0.215,0,1,0.5349,1,1,1,0.1501,0.5349,0,1,1,1,1,1,0.258551955,0,0.004227544,1,1,1,1,1,0.221936524,0,0.01929241,1,1,1,1,1,0.338156939,0,0.594067182,0.594034271,0.594414894
-4846,1,0.1649,1,1,1,1,1,1,1,1,0.1096,0.1649,0,1,0.215,1,1,1,1,1,1,0.1065,0.215,0,1,0.5349,1,1,1,0.2233,0.5349,0,1,1,1,1,1,0.178452224,0,0.002702684,1,1,1,1,1,0.109508082,0,0,1,1,1,1,1,0.411566377,0,0.551111648,0.551089486,0.550975177
-4847,1,0.1649,1,1,1,1,1,1,1,1,0.1025,0.1649,0,1,0.215,1,1,1,1,1,1,0.0584,0.215,0,1,0.5349,1,1,1,0.1473,0.5349,0,1,1,1,1,1,0.143942282,0,0,1,1,1,1,1,0.080617689,0,0,1,1,1,1,1,0.284308285,0,0.503564524,0.503702137,0.503546099
-4848,1,0.1649,1,1,1,1,1,1,1,1,0.1389,0.1649,0,1,0.215,1,1,1,1,1,1,0.033,0.215,0,1,0.5349,1,1,1,0.1309,0.5349,0,1,1,1,1,1,0.152884781,0,0,1,1,1,1,1,0.044597484,0,0,1,1,1,1,1,0.226406872,0,0.463146448,0.463084409,0.46320922
-4849,1,0.1649,1,1,1,1,1,1,1,1,0.1608,0.1649,0,1,0.215,1,1,1,1,1,1,0.0731,0.215,0,1,0.5349,1,1,1,0.1363,0.5349,0,1,1,1,1,1,0.186459482,0,0,1,1,1,1,1,0.090626135,0,0,1,1,1,1,1,0.295279175,0,0.437046883,0.437063677,0.437056738
-4850,1,0.1649,1,1,1,1,1,1,1,1,0.012,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.0002,0.5349,0,1,1,1,1,1,0.005966151,0,0.047211483,1,1,1,1,1,0,0,0,1,1,1,1,1,0.003468601,0,0.420674239,0.420774275,0.420656028
-4851,1,0.1649,1,1,1,1,1,1,1,1,0.0109,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.0001,0.5349,0,1,1,1,1,1,0.005186429,0,0.025091069,1,1,1,1,1,0,0,0,1,1,1,1,1,0.003152052,0,0.410524408,0.410619843,0.410460993
-4852,1,0.1649,1,1,1,1,1,1,1,1,0.0084,0.1649,0,1,0.215,1,1,1,1,1,1,0.0034,0.215,0,1,0.5349,1,1,1,0.0008,0.5349,0,1,1,1,1,1,0.004446255,0,0.014162945,1,1,1,1,1,0.003686373,0,0,1,1,1,1,1,0.005996425,0,0.406476559,0.406600381,0.406471631
-4853,1,0.1649,1,1,1,1,1,1,1,1,0.0065,0.1649,0.1493,1,0.215,1,1,1,1,1,1,0.0051,0.215,0.146,1,0.5349,1,1,1,0.0012,0.5349,0.123,1,1,1,1,1,0.006372498,0.242098719,0.022815678,1,1,1,1,1,0.005570164,0.171248868,0,1,1,1,1,1,0.006113541,0.236880675,0.402489125,0.402580918,0.40248227
-4854,1,0.1649,1,1,1,1,1,1,1,1,0.007,0.1649,0.0807,1,0.215,1,1,1,1,1,1,0.0033,0.215,0.1169,1,0.5349,1,1,1,0.0043,0.5349,0.0838,1,1,1,1,1,0.005181614,0.562454998,0.019586038,1,1,1,1,1,0.00344258,0.486513346,0,1,1,1,1,1,0.007472808,0.469938785,0.41481392,0.414639306,0.414893617
-4855,1,0.1649,1,1,1,1,1,1,1,1,0.0286,0.1649,0.2201,1,0.215,1,1,1,1,1,1,0.0575,0.215,0.2513,1,0.5349,1,1,1,0.0195,0.5349,0.2123,1,1,1,1,1,0.0299601,0.766689897,0.005455324,1,1,1,1,1,0.061024308,0.745404899,0,1,1,1,1,1,0.118298277,0.693848968,0.451848719,0.451872223,0.451684397
-4856,1,0.1649,1,1,1,1,1,1,1,1,0.0065,0.1649,0.3898,1,0.215,1,1,1,1,1,1,0.0041,0.215,0.408,1,0.5349,1,1,1,0.0124,0.5349,0.3628,1,1,1,1,1,0.003704134,0.847847581,0.003702036,1,1,1,1,1,0.003770168,0.839525819,0,1,1,1,1,1,0.058095653,0.783309996,0.502658289,0.502644383,0.502659574
-4857,1,0.1649,1,1,1,1,1,1,1,1,0.0076,0.1649,0.5143,1,0.215,1,1,1,1,1,1,0,0.215,0.5257,1,0.5349,1,1,1,0.021,0.5349,0.5041,1,1,1,1,1,0.002868439,0.87833941,0.003447849,1,1,1,1,1,0,0.881022692,0,1,1,1,1,1,0.064592414,0.860837519,0.548695022,0.548762429,0.548758865
-4858,1,0.1649,1,1,1,1,1,1,1,1,0.0241,0.1649,0.6101,1,0.215,1,1,1,1,1,1,0,0.215,0.6115,1,0.5349,1,1,1,0.0371,0.5349,0.6059,1,1,1,1,1,0.001312835,0.890620828,0.005092992,1,1,1,1,1,0.001768263,0.883569479,0,1,1,1,1,1,0.106137574,0.869076014,0.58657564,0.586629998,0.58643617
-4859,1,0.1649,1,1,1,1,1,1,1,1,0.0636,0.1649,0.6395,1,0.215,1,1,1,1,1,1,0.0066,0.215,0.6428,1,0.5349,1,1,1,0.0533,0.5349,0.6136,1,1,1,1,1,0.006785708,0.89169693,0.005871231,1,1,1,1,1,0.012698176,0.883413076,0,1,1,1,1,1,0.108101696,0.883529842,0.617266796,0.617304845,0.617464539
-4860,1,0.1649,1,1,1,1,1,1,1,1,0.1099,0.1649,0.6368,1,0.215,1,1,1,1,1,1,0.0025,0.215,0.6367,1,0.5349,1,1,1,0.0978,0.5349,0.6167,1,1,1,1,1,0.027470425,0.880105019,0.020124277,1,1,1,1,1,0.016654011,0.861005008,0,1,1,1,1,1,0.109551415,0.881034732,0.639016433,0.639094563,0.639184397
-4861,1,0.1649,1,1,1,1,1,1,1,1,0.1661,0.1649,0.6288,1,0.215,1,1,1,1,1,1,0.0182,0.215,0.6295,1,0.5349,1,1,1,0.1702,0.5349,0.5747,1,1,1,1,1,0.05095499,0.863642991,0.044700995,1,1,1,1,1,0.042796772,0.86234504,0,1,1,1,1,1,0.09758614,0.855695128,0.651522475,0.651576052,0.652039007
-4862,1,0.1649,1,1,1,1,1,1,1,1,0.3063,0.1649,0.5833,1,0.215,1,1,1,1,1,1,0.0425,0.215,0.5949,1,0.5349,1,1,1,0.1846,0.5349,0.5392,1,1,1,1,1,0.097105995,0.834573627,0.072326712,1,1,1,1,1,0.073158011,0.8602826,0,1,1,1,1,1,0.082681127,0.794775009,0.663182697,0.663211339,0.663120567
-4863,1,0.1649,1,1,1,1,1,1,1,1,0.2944,0.1649,0.478,1,0.215,1,1,1,1,1,1,0.0885,0.215,0.5051,1,0.5349,1,1,1,0.1371,0.5349,0.4379,1,1,1,1,1,0.10515064,0.831750154,0.032469019,1,1,1,1,1,0.121932,0.84249258,0,1,1,1,1,1,0.098521046,0.785471439,0.674903335,0.674846626,0.675088652
-4864,1,0.1649,1,1,1,1,1,1,1,1,0.278,0.1649,0.345,1,0.215,1,1,1,1,1,1,0.1086,0.215,0.3877,1,0.5349,1,1,1,0.1712,0.5349,0.3144,1,1,1,1,1,0.156471163,0.801548839,0.021128979,1,1,1,1,1,0.142613947,0.808622658,0,1,1,1,1,1,0.109356195,0.777078629,0.690430159,0.690501375,0.690602837
-4865,1,0.1649,1,1,1,1,1,1,1,1,0.2454,0.1649,0.1708,1,0.215,1,1,1,1,1,1,0.1406,0.215,0.2244,1,0.5349,1,1,1,0.1219,0.5349,0.1469,1,1,1,1,1,0.195205957,0.706682444,0.018730976,1,1,1,1,1,0.165874064,0.700536072,0,1,1,1,1,1,0.130291611,0.665055454,0.700157081,0.700232706,0.70035461
-4866,1,0.1649,1,1,1,1,1,1,1,1,0.2641,0.1649,0.0667,1,0.215,1,1,1,1,1,1,0.121,0.215,0.1006,1,0.5349,1,1,1,0.1363,0.5349,0.0571,1,1,1,1,1,0.238883674,0.458197773,0.039644703,1,1,1,1,1,0.167190045,0.456158489,0,1,1,1,1,1,0.164535254,0.40045616,0.692605123,0.692616882,0.692819149
-4867,1,0.1649,1,1,1,1,1,1,1,1,0.1549,0.1649,0,1,0.215,1,1,1,1,1,1,0.1287,0.215,0,1,0.5349,1,1,1,0.1268,0.5349,0,1,1,1,1,1,0.140096009,0,0.045424365,1,1,1,1,1,0.142734364,0,0.002937958,1,1,1,1,1,0.135797963,0,0.674117931,0.674211974,0.674202128
-4868,1,0.1649,1,1,1,1,1,1,1,1,0.1832,0.1649,0,1,0.215,1,1,1,1,1,1,0.1696,0.215,0,1,0.5349,1,1,1,0.2105,0.5349,0,1,1,1,1,1,0.259478062,0,0.029199615,1,1,1,1,1,0.204796866,0,0.017050002,1,1,1,1,1,0.296578854,0,0.674540841,0.674635075,0.67464539
-4869,1,0.1649,1,1,1,1,1,1,1,1,0.2502,0.1649,0,1,0.215,1,1,1,1,1,1,0.1929,0.215,0,1,0.5349,1,1,1,0.1985,0.5349,0,1,1,1,1,1,0.321990639,0,0.098140806,1,1,1,1,1,0.236094236,0,0.096132196,1,1,1,1,1,0.367883384,0,0.657624456,0.657711022,0.657801418
-4870,1,0.1649,1,1,1,1,1,1,1,1,0.2832,0.1649,0,1,0.215,1,1,1,1,1,1,0.1023,0.215,0,1,0.5349,1,1,1,0.2386,0.5349,0,1,1,1,1,1,0.281427443,0,0.138471201,1,1,1,1,1,0.106293693,0,0.103197128,1,1,1,1,1,0.41253829,0,0.606331561,0.60630421,0.606382979
-4871,1,0.1649,1,1,1,1,1,1,1,1,0.282,0.1649,0,1,0.215,1,1,1,1,1,1,0.1284,0.215,0,1,0.5349,1,1,1,0.1936,0.5349,0,1,1,1,1,1,0.285817862,0,0.158169419,1,1,1,1,1,0.150994286,0,0.109158635,1,1,1,1,1,0.376484096,0,0.550567907,0.550666385,0.550975177
-4872,1,0.1649,1,1,1,1,1,1,1,1,0.2006,0.1649,0,1,0.215,1,1,1,1,1,1,0.1265,0.215,0,1,0.5349,1,1,1,0.1808,0.5349,0,1,1,1,1,1,0.232644439,0,0.088300452,1,1,1,1,1,0.14215076,0,0.158282474,1,1,1,1,1,0.399639666,0,0.508639439,0.508779353,0.508421986
-4873,1,0.1649,1,1,1,1,1,1,1,1,0.2404,0.1649,0,1,0.215,1,1,1,1,1,1,0.0821,0.215,0,1,0.5349,1,1,1,0.1835,0.5349,0,1,1,1,1,1,0.305640936,0,0.145378098,1,1,1,1,1,0.145310506,0,0.226468593,1,1,1,1,1,0.449754894,0,0.481452392,0.481489317,0.481382979
-4874,1,0.1649,1,1,1,1,1,1,1,1,0.2149,0.1649,0,1,0.215,1,1,1,1,1,1,0.1479,0.215,0,1,0.5349,1,1,1,0.1632,0.5349,0,1,1,1,1,1,0.302178025,0,0.159077227,1,1,1,1,1,0.207547858,0,0.150663882,1,1,1,1,1,0.429637313,0,0.465925568,0.465834567,0.466312057
-4875,1,0.1649,1,1,1,1,1,1,1,1,0.1695,0.1649,0,1,0.215,1,1,1,1,1,1,0.2339,0.215,0,1,0.5349,1,1,1,0.1528,0.5349,0,1,1,1,1,1,0.226882219,0,0.170193106,1,1,1,1,1,0.25821805,0,0.1279466,1,1,1,1,1,0.419516593,0,0.460488159,0.460545801,0.460549645
-4876,1,0.1649,1,1,1,1,1,1,1,1,0.1585,0.1649,0,1,0.215,1,1,1,1,1,1,0.219,0.215,0,1,0.5349,1,1,1,0.1258,0.5349,0,1,1,1,1,1,0.185011417,0,0.153182238,1,1,1,1,1,0.247359961,0,0.128852889,1,1,1,1,1,0.291098863,0,0.469913001,0.46985403,0.469858156
-4877,1,0.1649,1,1,1,1,1,1,1,1,0.0646,0.1649,0.0009,1,0.215,1,1,1,1,1,1,0.1628,0.215,0,1,0.5349,1,1,1,0.1113,0.5349,0.0189,1,1,1,1,1,0.089937009,2.97E-06,0.101524182,1,1,1,1,1,0.211680904,0,0.25700134,1,1,1,1,1,0.226042613,0.020335911,0.499758337,0.499894225,0.5
-4878,1,0.1649,1,1,1,1,1,1,1,1,0.0432,0.1649,0.0705,1,0.215,1,1,1,1,1,1,0.0143,0.215,0.0606,1,0.5349,1,1,1,0.0941,0.5349,0.0871,1,1,1,1,1,0.036803059,0.157669544,0.107278869,1,1,1,1,1,0.026185624,0.080517426,0.152998447,1,1,1,1,1,0.202293023,0.236468673,0.553407443,0.553628094,0.553634752
-4879,1,0.1649,1,1,1,1,1,1,1,1,0.0206,0.1649,0.1883,1,0.215,1,1,1,1,1,1,0.0445,0.215,0.1575,1,0.5349,1,1,1,0.0654,0.5349,0.2079,1,1,1,1,1,0.005472638,0.295193732,0.13637042,1,1,1,1,1,0.065582022,0.194563091,0.144765973,1,1,1,1,1,0.136978492,0.356996834,0.617145964,0.617093294,0.617464539
-4880,1,0.1649,1,1,1,1,1,1,1,1,0.0193,0.1649,0.2657,1,0.215,1,1,1,1,1,1,0.0911,0.215,0.1957,1,0.5349,1,1,1,0.0277,0.5349,0.326,1,1,1,1,1,0.0023355,0.365255117,0.133658439,1,1,1,1,1,0.04909645,0.213540837,0.045978274,1,1,1,1,1,0.066178687,0.496474326,0.663847269,0.663845991,0.664007092
-4881,1,0.1649,1,1,1,1,1,1,1,1,0.0298,0.1649,0.3542,1,0.215,1,1,1,1,1,1,0.0674,0.215,0.2839,1,0.5349,1,1,1,0.0256,0.5349,0.4352,1,1,1,1,1,0.006040717,0.473930657,0.264791042,1,1,1,1,1,0.052609555,0.420966685,0.120579325,1,1,1,1,1,0.063297153,0.629581213,0.698586274,0.698751851,0.69858156
-4882,1,0.1649,1,1,1,1,1,1,1,1,0.0394,0.1649,0.4061,1,0.215,1,1,1,1,1,1,0.0027,0.215,0.3829,1,0.5349,1,1,1,0.0481,0.5349,0.5444,1,1,1,1,1,0.023735855,0.616241515,0.223642319,1,1,1,1,1,0.008358203,0.528613985,0.136371732,1,1,1,1,1,0.100088388,0.679001212,0.731271145,0.731542204,0.731382979
-4883,1,0.1649,1,1,1,1,1,1,1,1,0.1683,0.1649,0.451,1,0.215,1,1,1,1,1,1,0.0782,0.215,0.4717,1,0.5349,1,1,1,0.0993,0.5349,0.5703,1,1,1,1,1,0.079883777,0.707676291,0.421091616,1,1,1,1,1,0.070987627,0.678824902,0.250668049,1,1,1,1,1,0.227615759,0.795638561,0.75737071,0.757562936,0.757535461
-4884,1,0.1649,1,1,1,1,1,1,1,1,0.1469,0.1649,0.5063,1,0.215,1,1,1,1,1,1,0.062,0.215,0.5667,1,0.5349,1,1,1,0.1558,0.5349,0.58,1,1,1,1,1,0.085561469,0.789478898,0.516544044,1,1,1,1,1,0.068561427,0.769800365,0.635536194,1,1,1,1,1,0.352702409,0.83471787,0.775495408,0.775756294,0.77570922
-4885,1,0.1649,1,1,1,1,1,1,1,1,0.2308,0.1649,0.5355,1,0.215,1,1,1,1,1,1,0.0325,0.215,0.5689,1,0.5349,1,1,1,0.2098,0.5349,0.5895,1,1,1,1,1,0.110656619,0.809320807,0.668265402,1,1,1,1,1,0.103386179,0.77375555,0.914574921,1,1,1,1,1,0.324803859,0.853211641,0.801715805,0.801777026,0.801861702
-4886,1,0.1649,1,1,1,1,1,1,1,1,0.332,0.1649,0.5429,1,0.215,1,1,1,1,1,1,0.12,0.215,0.5189,1,0.5349,1,1,1,0.3179,0.5349,0.5655,1,1,1,1,1,0.174450979,0.804344296,0.769573808,1,1,1,1,1,0.176359177,0.739998519,1,1,1,1,1,1,0.339358181,0.863028526,0.822075882,0.82208589,0.822251773
-4887,1,0.1649,1,1,1,1,1,1,1,1,0.3417,0.1649,0.4437,1,0.215,1,1,1,1,1,1,0.1177,0.215,0.3273,1,0.5349,1,1,1,0.2895,0.5349,0.4543,1,1,1,1,1,0.212929711,0.704283237,0.71987772,1,1,1,1,1,0.168036774,0.50826329,1,1,1,1,1,1,0.335649699,0.841983438,0.837058966,0.837105987,0.837322695
-4888,1,0.1649,1,1,1,1,1,1,1,1,0.4012,0.1649,0.2909,1,0.215,1,1,1,1,1,1,0.0637,0.215,0.1738,1,0.5349,1,1,1,0.2987,0.5349,0.3005,1,1,1,1,1,0.252365589,0.475407302,0.842276216,1,1,1,1,1,0.104891241,0.258283973,1,1,1,1,1,1,0.335546643,0.763112903,0.846121315,0.846202666,0.846187943
-4889,1,0.1649,1,1,1,1,1,1,1,1,0.314,0.1649,0.1575,1,0.215,1,1,1,1,1,1,0.0666,0.215,0.0791,1,0.5349,1,1,1,0.2784,0.5349,0.128,1,1,1,1,1,0.193255931,0.324041963,0.919190109,1,1,1,1,1,0.115613483,0.121459931,1,1,1,1,1,1,0.283120006,0.614217043,0.842738038,0.842817855,0.843085106
-4890,1,0.1649,1,1,1,1,1,1,1,1,0.2808,0.1649,0.0422,1,0.215,1,1,1,1,1,1,0.0408,0.215,0.025,1,0.5349,1,1,1,0.2285,0.5349,0.0301,1,1,1,1,1,0.13527672,0.095292248,1,1,1,1,1,1,0.086017415,0.056206286,1,1,1,1,1,1,0.293010533,0.254445732,0.823042533,0.823143643,0.823138298
-4891,1,0.1649,1,1,1,1,1,1,1,1,0.1858,0.1649,0,1,0.215,1,1,1,1,1,1,0.0032,0.215,0,1,0.5349,1,1,1,0.2301,0.5349,0,1,1,1,1,1,0.088191167,0,0.995535731,1,1,1,1,1,0.012927394,0,0.91397357,1,1,1,1,1,0.34631747,0,0.80219913,0.802200127,0.802304965
-4892,1,0.1649,1,1,1,1,1,1,1,1,0.1768,0.1649,0,1,0.215,1,1,1,1,1,1,0.0806,0.215,0,1,0.5349,1,1,1,0.378,0.5349,0,1,1,1,1,1,0.181743175,0,0.951449931,1,1,1,1,1,0.102959067,0,0.866968632,1,1,1,1,1,0.513170302,0,0.803709522,0.803680982,0.804078014
-4893,1,0.1649,1,1,1,1,1,1,1,1,0.2808,0.1649,0,1,0.215,1,1,1,1,1,1,0.1825,0.215,0,1,0.5349,1,1,1,0.3104,0.5349,0,1,1,1,1,1,0.31234479,0,0.92543608,1,1,1,1,1,0.202826589,0,1,1,1,1,1,1,0.450142205,0,0.773743354,0.773640787,0.77393617
-4894,1,0.1649,1,1,1,1,1,1,1,1,0.2554,0.1649,0,1,0.215,1,1,1,1,1,1,0.0426,0.215,0,1,0.5349,1,1,1,0.3715,0.5349,0,1,1,1,1,1,0.218215615,0,0.804454207,1,1,1,1,1,0.047213621,0,0.93460083,1,1,1,1,1,0.44766295,0,0.706561141,0.706579226,0.707003546
-4895,1,0.1649,1,1,1,1,1,1,1,1,0.2091,0.1649,0,1,0.215,1,1,1,1,1,1,0.003,0.215,0,1,0.5349,1,1,1,0.2712,0.5349,0,1,1,1,1,1,0.193589702,0,0.730140209,1,1,1,1,1,0.017839741,0,0.652208149,1,1,1,1,1,0.344824135,0,0.637566457,0.637613708,0.637411348
-4896,1,0.1649,1,1,1,1,1,1,1,1,0.1249,0.1649,0,1,0.215,1,1,1,1,1,1,0.013,0.215,0,1,0.5349,1,1,1,0.2314,0.5349,0,1,1,1,1,1,0.091844201,0,0.717806697,1,1,1,1,1,0.02393768,0,0.836709261,1,1,1,1,1,0.2841793,0,0.587602707,0.587687751,0.587765957
-4897,1,0.1649,1,1,1,1,1,1,1,1,0.257,0.1649,0,1,0.215,1,1,1,1,1,1,0.0607,0.215,0,1,0.5349,1,1,1,0.1766,0.5349,0,1,1,1,1,1,0.147131085,0,0.998974323,1,1,1,1,1,0.107097097,0,1,1,1,1,1,1,0.307533741,0,0.556549058,0.556589803,0.556737589
-4898,1,0.1649,1,1,1,1,1,1,1,1,0.2515,0.1649,0,1,0.215,1,1,1,1,1,1,0.0189,0.215,0,1,0.5349,1,1,1,0.224,0.5349,0,1,1,1,1,1,0.119709238,0,1,1,1,1,1,1,0.049946427,0,1,1,1,1,1,1,0.338181138,0,0.536913968,0.536915591,0.537234043
-4899,1,0.1649,1,1,1,1,1,1,1,1,0.2594,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.1879,0.5349,0,1,1,1,1,1,0.1001283,0,1,1,1,1,1,1,0.010359115,0,0.893185139,1,1,1,1,1,0.176570073,0,0.528093282,0.528030463,0.527925532
-4900,1,0.1649,1,1,1,1,1,1,1,1,0.1815,0.1649,0,1,0.215,1,1,1,1,1,1,0.0036,0.215,0,1,0.5349,1,1,1,0.1296,0.5349,0,1,1,1,1,1,0.148291513,0,0.995013654,1,1,1,1,1,0.022722874,0,1,1,1,1,1,1,0.214574426,0,0.532261962,0.532261477,0.532358156
-4901,1,0.1649,1,1,1,1,1,1,1,1,0.1497,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.0915,0.5349,0,1,1,1,1,1,0.094224341,0,0.998751879,1,1,1,1,1,0.036638431,0,1,1,1,1,1,1,0.128947109,0,0.555944901,0.555955151,0.555851064
-4902,1,0.1649,1,1,1,1,1,1,1,1,0.1362,0.1649,0.0696,1,0.215,1,1,1,1,1,1,0.0965,0.215,0.0956,1,0.5349,1,1,1,0.0423,0.5349,0.0559,1,1,1,1,1,0.123139441,0.380230457,0.969602704,1,1,1,1,1,0.163088337,0.386263251,1,1,1,1,1,1,0.081594244,0.183196381,0.606996133,0.606938862,0.607269504
-4903,1,0.1649,1,1,1,1,1,1,1,1,0.0785,0.1649,0.2025,1,0.215,1,1,1,1,1,1,0.0206,0.215,0.2315,1,0.5349,1,1,1,0.0588,0.5349,0.1539,1,1,1,1,1,0.072889723,0.644923389,0.553643346,1,1,1,1,1,0.027165584,0.679386377,1,1,1,1,1,1,0.118305847,0.567023456,0.676655389,0.676750582,0.676861702
-4904,1,0.1648,1,1,1,1,1,1,1,1,0.1293,0.1648,0.3519,1,0.2149,1,1,1,1,1,1,0.0259,0.2149,0.3666,1,0.5348,1,1,1,0.0884,0.5348,0.3076,1,1,1,1,1,0.106599487,0.700124323,0.725351393,1,1,1,1,1,0.028363166,0.754638433,1,1,1,1,1,1,0.173461169,0.729187608,0.736768971,0.736830971,0.736702128
-4905,1,0.1647,1,1,1,1,1,1,1,1,0.0717,0.1647,0.4108,1,0.2148,1,1,1,1,1,1,0.071,0.2148,0.4424,1,0.5346,1,1,1,0.0777,0.5346,0.4045,1,1,1,1,1,0.054642878,0.62024802,0.790815234,1,1,1,1,1,0.073898293,0.739012122,1,1,1,1,1,1,0.175380006,0.755302608,0.786128565,0.786333827,0.786347518
-4906,1,0.1645,1,1,1,1,1,1,1,1,0.1364,0.1645,0.4738,1,0.2148,1,1,1,1,1,1,0.5182,0.2148,0.4827,1,0.5344,1,1,1,0.0935,0.5344,0.4761,1,1,1,1,1,0.16898191,0.747193992,0.624507666,1,1,1,1,1,0.445958614,0.77907896,1,1,1,1,1,1,0.232494026,0.767418325,0.829990333,0.830124815,0.830230496
-4907,1,0.1644,1,1,1,1,1,1,1,1,0.1053,0.1644,0.5385,1,0.2147,1,1,1,1,1,1,0.4218,0.2147,0.5894,1,0.5343,1,1,1,0.1977,0.5343,0.4869,1,1,1,1,1,0.176124483,0.809445381,0.699633837,1,1,1,1,1,0.352426469,0.820456982,0.697453737,1,1,1,1,1,0.453189492,0.657708883,0.858506525,0.858684155,0.859042553
-4908,1,0.1643,1,1,1,1,1,1,1,1,0.1529,0.1643,0.5878,1,0.2146,1,1,1,1,1,1,0.2446,0.2146,0.6157,1,0.5341,1,1,1,0.2258,0.5341,0.4766,1,1,1,1,1,0.182624057,0.832771897,0.657676935,1,1,1,1,1,0.261798471,0.85991174,0.279851317,1,1,1,1,1,0.463474274,0.445164561,0.883276945,0.883435583,0.883865248
-4909,1,0.1641,1,1,1,1,1,1,1,1,0.2357,0.1641,0.5818,1,0.2145,1,1,1,1,1,1,0.312,0.2145,0.617,1,0.5339,1,1,1,0.1294,0.5339,0.4046,1,1,1,1,1,0.274281353,0.703100562,0.706305623,1,1,1,1,1,0.287525475,0.851701796,0.117146596,1,1,1,1,1,0.363151878,0.570482612,0.904664089,0.904590649,0.905141844
-4910,1,0.164,1,1,1,1,1,1,1,1,0.3152,0.164,0.4739,1,0.2144,1,1,1,1,1,1,0.3302,0.2144,0.5598,1,0.5338,1,1,1,0.3968,0.5338,0.5211,1,1,1,1,1,0.409559041,0.645667434,0.896029532,1,1,1,1,1,0.386650831,0.78910166,0.38288641,1,1,1,1,1,0.683042347,0.674369037,0.912759787,0.912841125,0.913120567
-4911,1,0.1639,1,1,1,1,1,1,1,1,0.3599,0.1639,0.3739,1,0.2143,1,1,1,1,1,1,0.3174,0.2143,0.4422,1,0.5336,1,1,1,0.3922,0.5336,0.4217,1,1,1,1,1,0.462509185,0.709235668,0.956471503,1,1,1,1,1,0.423119694,0.750087917,0.789728343,1,1,1,1,1,0.631340623,0.702761412,0.904845336,0.9048022,0.905141844
-4912,1,0.1637,1,1,1,1,1,1,1,1,0.3527,0.1637,0.294,1,0.2142,1,1,1,1,1,1,0.3675,0.2142,0.3355,1,0.5334,1,1,1,0.3572,0.5334,0.3046,1,1,1,1,1,0.315004557,0.703794539,1,1,1,1,1,1,0.36457628,0.636583447,0.458751023,1,1,1,1,1,0.605385721,0.590927899,0.889378927,0.889570552,0.88962766
-4913,1,0.1636,1,1,1,1,1,1,1,1,0.2359,0.1636,0.1633,1,0.2141,1,1,1,1,1,1,0.3588,0.2141,0.2068,1,0.5333,1,1,1,0.3037,0.5333,0.1446,1,1,1,1,1,0.37189579,0.579888523,0.994079947,1,1,1,1,1,0.408500999,0.600810409,0.445788264,1,1,1,1,1,0.442369401,0.497956485,0.869623006,0.86968479,0.869680851
-4914,1,0.1635,1,1,1,1,1,1,1,1,0.302,0.1635,0.0589,1,0.214,1,1,1,1,1,1,0.5473,0.214,0.0817,1,0.5331,1,1,1,0.4092,0.5331,0.0517,1,1,1,1,1,0.537764132,0.2668387,0.99373877,1,1,1,1,1,0.449189186,0.365141928,0.241885602,1,1,1,1,1,0.574984789,0.16313757,0.838508942,0.838586842,0.838652482
-4915,1,0.1633,1,1,1,1,1,1,1,1,0.2,0.1633,0,1,0.2139,1,1,1,1,1,1,0.3876,0.2139,0,1,0.5329,1,1,1,0.434,0.5329,0,1,1,1,1,1,0.345666319,0,0.257336318,1,1,1,1,1,0.326596856,0,0.260141134,1,1,1,1,1,0.613392234,0,0.806730304,0.806642691,0.807180851
-4916,1,0.1632,1,1,1,1,1,1,1,1,0.2646,0.1632,0,1,0.2138,1,1,1,1,1,1,0.2661,0.2138,0,1,0.5328,1,1,1,0.5941,0.5328,0,1,1,1,1,1,0.460138708,0,0.110109493,1,1,1,1,1,0.308746099,0,0.245340586,1,1,1,1,1,0.770098329,0,0.792713871,0.792680347,0.792996454
-4917,1,0.1631,1,1,1,1,1,1,1,1,0.3272,0.1631,0,1,0.2137,1,1,1,1,1,1,0.2366,0.2137,0,1,0.5326,1,1,1,0.6744,0.5326,0,1,1,1,1,1,0.461708486,0,0.086505264,1,1,1,1,1,0.269470632,0,0.103514671,1,1,1,1,1,0.843603611,0,0.749879169,0.749947112,0.75
-4918,1,0.1629,1,1,1,1,1,1,1,1,0.3527,0.1629,0,1,0.2136,1,1,1,1,1,1,0.2132,0.2136,0,1,0.5324,1,1,1,0.672,0.5324,0,1,1,1,1,1,0.349668294,0,0.190784201,1,1,1,1,1,0.274487287,0,0.510105252,1,1,1,1,1,0.852415085,0,0.671338811,0.671461815,0.671542553
-4919,1,0.1628,1,1,1,1,1,1,1,1,0.2966,0.1628,0,1,0.2135,1,1,1,1,1,1,0.3913,0.2135,0,1,0.5323,1,1,1,0.5088,0.5323,0,1,1,1,1,1,0.305353194,0,0.550342917,1,1,1,1,1,0.458858311,0,1,1,1,1,1,1,0.775778472,0,0.59521508,0.595303575,0.595301418
-4920,1,0.1627,1,1,1,1,1,1,1,1,0.3625,0.1627,0,1,0.2134,1,1,1,1,1,1,0.4611,0.2134,0,1,0.5321,1,1,1,0.4636,0.5321,0,1,1,1,1,1,0.365387827,0,0.814228773,1,1,1,1,1,0.468164295,0,1,1,1,1,1,1,0.757539749,0,0.537336878,0.537338693,0.537677305
-4921,1,0.1625,1,1,1,1,1,1,1,1,0.3866,0.1625,0,1,0.2133,1,1,1,1,1,1,0.2656,0.2133,0,1,0.5319,1,1,1,0.5411,0.5319,0,1,1,1,1,1,0.417228222,0,0.702473998,1,1,1,1,1,0.320189178,0,0.874853134,1,1,1,1,1,0.798591495,0,0.5,0.499894225,0.5
-4922,1,0.1624,1,1,1,1,1,1,1,1,0.3732,0.1624,0,1,0.2132,1,1,1,1,1,1,0.1521,0.2132,0,1,0.5318,1,1,1,0.5984,0.5318,0,1,1,1,1,1,0.318468392,0,0.796509266,1,1,1,1,1,0.212267995,0,1,1,1,1,1,1,0.818958998,0,0.476921218,0.476835202,0.476950355
-4923,1,0.1623,1,1,1,1,1,1,1,1,0.3272,0.1623,0,1,0.2131,1,1,1,1,1,1,0.076,0.2131,0,1,0.5316,1,1,1,0.5582,0.5316,0,1,1,1,1,1,0.219467804,0,0.88351047,1,1,1,1,1,0.122500859,0,1,1,1,1,1,1,0.778535366,0,0.463448526,0.46350751,0.463652482
-4924,1,0.1621,1,1,1,1,1,1,1,1,0.2887,0.1621,0,1,0.213,1,1,1,1,1,1,0.2103,0.213,0,1,0.5314,1,1,1,0.5057,0.5314,0,1,1,1,1,1,0.288450599,0,0.972972751,1,1,1,1,1,0.326458305,0,1,1,1,1,1,1,0.716947079,0,0.46520058,0.465199915,0.465425532
-4925,1,0.162,1,1,1,1,1,1,1,1,0.3171,0.162,0.125,1,0.2129,1,1,1,1,1,1,0.194,0.2129,0.1003,1,0.5313,1,1,1,0.4404,0.5313,0.1156,1,1,1,1,1,0.333350003,0.203828514,1,1,1,1,1,1,0.248779178,0.137703702,1,1,1,1,1,1,0.618484378,0.263592899,0.485560657,0.48572033,0.48537234
-4926,1,0.1619,1,1,1,1,1,1,1,1,0.2001,0.1619,0.0777,1,0.2128,1,1,1,1,1,1,0.0868,0.2128,0.1147,1,0.5311,1,1,1,0.3836,0.5311,0.072,1,1,1,1,1,0.181662112,0.580717504,1,1,1,1,1,1,0.139371246,0.557420731,0.920280159,1,1,1,1,1,0.463003308,0.612060428,0.534618173,0.534800085,0.534574468
-4927,1,0.1617,1,1,1,1,1,1,1,1,0.1737,0.1617,0.2219,1,0.2127,1,1,1,1,1,1,0.1237,0.2127,0.253,1,0.5309,1,1,1,0.2208,0.5309,0.2119,1,1,1,1,1,0.131216884,0.812377155,0.925777197,1,1,1,1,1,0.117835939,0.784903765,0.78008306,1,1,1,1,1,0.225830466,0.825197518,0.597631706,0.597630633,0.59751773
-4928,1,0.1616,1,1,1,1,1,1,1,1,0.2065,0.1616,0.3995,1,0.2126,1,1,1,1,1,1,0.223,0.2126,0.4226,1,0.5308,1,1,1,0.2664,0.5308,0.3761,1,1,1,1,1,0.236117393,0.893832922,0.619164884,1,1,1,1,1,0.232492328,0.887549102,0.460910231,1,1,1,1,1,0.262822568,0.893667042,0.642037216,0.642056272,0.642287234
-4929,1,0.1615,1,1,1,1,1,1,1,1,0.2137,0.1615,0.5319,1,0.2125,1,1,1,1,1,1,0.2035,0.2125,0.5498,1,0.5306,1,1,1,0.2058,0.5306,0.5112,1,1,1,1,1,0.315200418,0.901103497,0.251914442,1,1,1,1,1,0.221076876,0.939549863,0.362085879,1,1,1,1,1,0.204520777,0.885194838,0.672486709,0.672519568,0.67287234
-4930,1,0.1613,1,1,1,1,1,1,1,1,0.2589,0.1613,0.6343,1,0.2124,1,1,1,1,1,1,0.1972,0.2124,0.6495,1,0.5304,1,1,1,0.3522,0.5304,0.6261,1,1,1,1,1,0.329885274,0.939010561,0.304076374,1,1,1,1,1,0.217807516,0.957464755,0.597330451,1,1,1,1,1,0.351955593,0.894165754,0.696350894,0.696424794,0.696365248
-4931,1,0.1612,1,1,1,1,1,1,1,1,0.2137,0.1612,0.6663,1,0.2123,1,1,1,1,1,1,0.2596,0.2123,0.6885,1,0.5303,1,1,1,0.2495,0.5303,0.6552,1,1,1,1,1,0.286464483,0.952995777,0.183407068,1,1,1,1,1,0.269320309,0.965703845,0.625781953,1,1,1,1,1,0.24727115,0.937314749,0.711756887,0.711656442,0.711879433
-4932,1,0.1611,1,1,1,1,1,1,1,1,0.187,0.1611,0.6765,1,0.2122,1,1,1,1,1,1,0.2411,0.2122,0.6914,1,0.5301,1,1,1,0.2616,0.5301,0.6574,1,1,1,1,1,0.247194871,0.963556767,0.209944665,1,1,1,1,1,0.243943959,0.96921587,0.644520462,1,1,1,1,1,0.30396384,0.951018095,0.722269212,0.722445526,0.72251773
-4933,1,0.1609,1,1,1,1,1,1,1,1,0.1722,0.1609,0.6227,1,0.2122,1,1,1,1,1,1,0.1732,0.2122,0.6275,1,0.5299,1,1,1,0.3355,0.5299,0.6012,1,1,1,1,1,0.194966838,0.876049817,0.403592974,1,1,1,1,1,0.154164374,0.882125199,0.793514967,1,1,1,1,1,0.355343968,0.886604846,0.73719188,0.737254072,0.737588652
-4934,1,0.1608,1,1,1,1,1,1,1,1,0.1059,0.1608,0.6104,1,0.2121,1,1,1,1,1,1,0.1956,0.2121,0.6347,1,0.5298,1,1,1,0.3436,0.5298,0.5871,1,1,1,1,1,0.175353333,0.940930068,0.239091098,1,1,1,1,1,0.193584189,0.953990579,0.331427217,1,1,1,1,1,0.514104307,0.932390928,0.749818753,0.749735562,0.75
-4935,1,0.1607,1,1,1,1,1,1,1,1,0.0958,0.1607,0.4944,1,0.212,1,1,1,1,1,1,0.1577,0.212,0.5308,1,0.5296,1,1,1,0.302,0.5296,0.4643,1,1,1,1,1,0.143615171,0.913491011,0.20736523,1,1,1,1,1,0.143222839,0.930940509,0.294436932,1,1,1,1,1,0.523466349,0.872760177,0.761358144,0.761370848,0.761524823
-4936,1,0.1605,1,1,1,1,1,1,1,1,0.0979,0.1605,0.3509,1,0.2119,1,1,1,1,1,1,0.1887,0.2119,0.4019,1,0.5294,1,1,1,0.2856,0.5294,0.3089,1,1,1,1,1,0.138253465,0.881433189,0.214742646,1,1,1,1,1,0.164232582,0.892823875,0.352280617,1,1,1,1,1,0.543431163,0.790098071,0.771387144,0.77152528,0.771719858
-4937,1,0.1604,1,1,1,1,1,1,1,1,0.09,0.1604,0.1694,1,0.2118,1,1,1,1,1,1,0.2177,0.2118,0.2241,1,0.5293,1,1,1,0.1681,0.5293,0.1558,1,1,1,1,1,0.13971895,0.691452444,0.21743302,1,1,1,1,1,0.18757309,0.673609257,0.541050792,1,1,1,1,1,0.401266903,0.551878691,0.770964234,0.770890628,0.771276596
-4938,1,0.1603,1,1,1,1,1,1,1,1,0.0388,0.1603,0.0685,1,0.2117,1,1,1,1,1,1,0.0433,0.2117,0.0822,1,0.5291,1,1,1,0.0799,0.5291,0.0651,1,1,1,1,1,0.051222745,0.315544486,0.141274661,1,1,1,1,1,0.03598557,0.205450892,0.574655831,1,1,1,1,1,0.244145736,0.274497628,0.750362494,0.750370214,0.750886525
-4939,1,0.1601,1,1,1,1,1,1,1,1,0.0681,0.1601,0,1,0.2116,1,1,1,1,1,1,0.0192,0.2116,0,1,0.5289,1,1,1,0.0731,0.5289,0,1,1,1,1,1,0.039065033,0,0.115063816,1,1,1,1,1,0.031861581,8.54E-06,0.269390345,1,1,1,1,1,0.257414967,0,0.723537941,0.72371483,0.723847518
-4940,1,0.16,1,1,1,1,1,1,1,1,0.0477,0.16,0,1,0.2115,1,1,1,1,1,1,0.0057,0.2115,0,1,0.5288,1,1,1,0.077,0.5288,0,1,1,1,1,1,0.024017952,0,0.097075149,1,1,1,1,1,0.011955909,0,0.229310751,1,1,1,1,1,0.302142113,0,0.724565007,0.724772583,0.724734043
-4941,1,0.1599,1,1,1,1,1,1,1,1,0.0587,0.1599,0,1,0.2114,1,1,1,1,1,1,0.0067,0.2114,0,1,0.5286,1,1,1,0.1025,0.5286,0,1,1,1,1,1,0.025654286,0,0.151198238,1,1,1,1,1,0.014881589,0,0.523461819,1,1,1,1,1,0.352176994,0,0.696955051,0.696847895,0.697251773
-4942,1,0.1597,1,1,1,1,1,1,1,1,0.0465,0.1597,0,1,0.2113,1,1,1,1,1,1,0.0123,0.2113,0,1,0.5284,1,1,1,0.1145,0.5284,0,1,1,1,1,1,0.027105823,0,0.184982359,1,1,1,1,1,0.036171429,0,0.652707636,1,1,1,1,1,0.362941146,0,0.633699855,0.633805796,0.633865248
-4943,1,0.1596,1,1,1,1,1,1,1,1,0.0599,0.1596,0,1,0.2112,1,1,1,1,1,1,0.027,0.2112,0,1,0.5283,1,1,1,0.0726,0.5283,0,1,1,1,1,1,0.028900553,0,0.251109958,1,1,1,1,1,0.067051917,0,0.476387709,1,1,1,1,1,0.24025324,0,0.568873852,0.568859742,0.569148936
-4944,1,0.1595,1,1,1,1,1,1,1,1,0.0449,0.1595,0,1,0.2111,1,1,1,1,1,1,0.0435,0.2111,0,1,0.5281,1,1,1,0.0508,0.5281,0,1,1,1,1,1,0.017560236,0,0.177195355,1,1,1,1,1,0.089999668,0,0.369038999,1,1,1,1,1,0.173241824,0,0.523985017,0.524011001,0.52393617
-4945,1,0.1593,1,1,1,1,1,1,1,1,0.0438,0.1593,0,1,0.211,1,1,1,1,1,1,0.1441,0.211,0,1,0.5279,1,1,1,0.0443,0.5279,0,1,1,1,1,1,0.023690786,0,0.32373637,1,1,1,1,1,0.171112597,0,0.734077036,1,1,1,1,1,0.161247253,0,0.494320928,0.494393907,0.494237589
-4946,1,0.1592,1,1,1,1,1,1,1,1,0.0782,0.1592,0,1,0.2109,1,1,1,1,1,1,0.1418,0.2109,0,1,0.5278,1,1,1,0.036,0.5278,0,1,1,1,1,1,0.041526008,0,0.468045294,1,1,1,1,1,0.16526553,0,0.579645574,1,1,1,1,1,0.112085164,0,0.476558724,0.476623651,0.476950355
-4947,1,0.1591,1,1,1,1,1,1,1,1,0.1557,0.1591,0,1,0.2108,1,1,1,1,1,1,0.1601,0.2108,0,1,0.5276,1,1,1,0.0349,0.5276,0,1,1,1,1,1,0.068559892,0,0.772984505,1,1,1,1,1,0.201029152,0,0.846157074,1,1,1,1,1,0.08208254,0,0.469550507,0.469642479,0.469414894
-4948,1,0.1589,1,1,1,1,1,1,1,1,0.0789,0.1589,0,1,0.2107,1,1,1,1,1,1,0.1255,0.2107,0,1,0.5274,1,1,1,0.0434,0.5274,0,1,1,1,1,1,0.038147122,0,0.447857022,1,1,1,1,1,0.117099345,0,0.775981665,1,1,1,1,1,0.078714482,0,0.47577332,0.475777449,0.47606383
-4949,1,0.1588,1,1,1,1,1,1,1,1,0.1289,0.1588,0.002,1,0.2106,1,1,1,1,1,1,0.1954,0.2106,0,1,0.5273,1,1,1,0.0485,0.5273,0.0009,1,1,1,1,1,0.051704809,0.000114409,0.957213759,1,1,1,1,1,0.251160055,0,1,1,1,1,1,1,0.108710617,0.005492302,0.505739488,0.505817643,0.505762411
-4950,1,0.1587,1,1,1,1,1,1,1,1,0.0709,0.1587,0.0439,1,0.2105,1,1,1,1,1,1,0.1264,0.2105,0.0159,1,0.5271,1,1,1,0.0415,0.5271,0.0863,1,1,1,1,1,0.042951353,0.060178611,0.992157578,1,1,1,1,1,0.205600441,0.041163854,1,1,1,1,1,1,0.143537953,0.186846375,0.560838569,0.560820817,0.561170213
-4951,1,0.1585,1,1,1,1,1,1,1,1,0.0525,0.1585,0.1485,1,0.2104,1,1,1,1,1,1,0.216,0.2104,0.0875,1,0.5269,1,1,1,0.0435,0.5269,0.1755,1,1,1,1,1,0.042990308,0.200745702,1,1,1,1,1,1,0.268906385,0.151591316,1,1,1,1,1,1,0.172698095,0.37602666,0.620770904,0.620689655,0.621010638
-4952,1,0.1584,1,1,1,1,1,1,1,1,0.111,0.1584,0.2769,1,0.2103,1,1,1,1,1,1,0.0883,0.2103,0.257,1,0.5268,1,1,1,0.0105,0.5268,0.2836,1,1,1,1,1,0.039405212,0.443923175,1,1,1,1,1,1,0.09322314,0.361971766,1,1,1,1,1,1,0.059231732,0.395414889,0.660826486,0.660884282,0.660904255
-4953,1,0.1583,1,1,1,1,1,1,1,1,0.1554,0.1583,0.3301,1,0.2102,1,1,1,1,1,1,0.182,0.2102,0.305,1,0.5266,1,1,1,0.0032,0.5266,0.3743,1,1,1,1,1,0.05610529,0.487717092,1,1,1,1,1,1,0.180976629,0.406697512,1,1,1,1,1,1,0.011444709,0.440004021,0.688255196,0.688385868,0.688386525
-4954,1,0.1581,1,1,1,1,1,1,1,1,0.1423,0.1581,0.3681,1,0.2101,1,1,1,1,1,1,0.1961,0.2101,0.3777,1,0.5264,1,1,1,0.0193,0.5264,0.3644,1,1,1,1,1,0.056924187,0.543621063,1,1,1,1,1,1,0.199447662,0.568339646,1,1,1,1,1,1,0.012835835,0.587822556,0.708736104,0.708694732,0.708776596
-4955,1,0.158,1,1,1,1,1,1,1,1,0.1008,0.158,0.3924,1,0.21,1,1,1,1,1,1,0.1655,0.21,0.4231,1,0.5263,1,1,1,0.0782,0.5263,0.406,1,1,1,1,1,0.038420726,0.57949245,0.986076117,1,1,1,1,1,0.146322623,0.613449037,1,1,1,1,1,1,0.03143388,0.533565998,0.720517158,0.72075312,0.720744681
-4956,1,0.1579,1,1,1,1,1,1,1,1,0.1166,0.1579,0.4272,1,0.2099,1,1,1,1,1,1,0.1006,0.2099,0.5228,1,0.5261,1,1,1,0.1143,0.5261,0.3865,1,1,1,1,1,0.061975747,0.628766835,0.944464922,1,1,1,1,1,0.098169945,0.720869601,1,1,1,1,1,1,0.064673707,0.53410089,0.730606573,0.730696002,0.730939716
-4957,1,0.1577,1,1,1,1,1,1,1,1,0.1541,0.1577,0.4446,1,0.2098,1,1,1,1,1,1,0.0178,0.2098,0.493,1,0.5259,1,1,1,0.083,0.5259,0.3899,1,1,1,1,1,0.063441619,0.626956284,0.989212513,1,1,1,1,1,0.027861936,0.688464344,1,1,1,1,1,1,0.053451892,0.57906723,0.752054132,0.75227417,0.752216312
-4958,1,0.1576,1,1,1,1,1,1,1,1,0.2097,0.1576,0.4271,1,0.2097,1,1,1,1,1,1,0.0248,0.2097,0.405,1,0.5258,1,1,1,0.0733,0.5258,0.3415,1,1,1,1,1,0.048776723,0.576700807,1,1,1,1,1,1,0.047568399,0.611577868,1,1,1,1,1,1,0.048437003,0.500304103,0.770964234,0.771102179,0.771276596
-4959,1,0.1575,1,1,1,1,1,1,1,1,0.2146,0.1575,0.3544,1,0.2096,1,1,1,1,1,1,0.1249,0.2096,0.3971,1,0.5256,1,1,1,0.0336,0.5256,0.2888,1,1,1,1,1,0.050870452,0.566673458,1,1,1,1,1,1,0.150476873,0.656247199,1,1,1,1,1,1,0.037846398,0.390411139,0.78842436,0.788660884,0.78856383
-4960,1,0.1573,1,1,1,1,1,1,1,1,0.1739,0.1573,0.2766,1,0.2096,1,1,1,1,1,1,0.1456,0.2096,0.2993,1,0.5254,1,1,1,0.0507,0.5254,0.2316,1,1,1,1,1,0.038969923,0.47835198,1,1,1,1,1,1,0.140778422,0.516090035,1,1,1,1,1,1,0.054475605,0.350081056,0.805944901,0.806008039,0.805851064
-4961,1,0.1572,1,1,1,1,1,1,1,1,0.177,0.1572,0.1366,1,0.2095,1,1,1,1,1,1,0.0685,0.2095,0.1671,1,0.5253,1,1,1,0.0421,0.5253,0.0819,1,1,1,1,1,0.044162273,0.261705786,1,1,1,1,1,1,0.100055352,0.431235135,1,1,1,1,1,1,0.053780958,0.201816395,0.815430159,0.815527819,0.815602837
-4962,1,0.1571,1,1,1,1,1,1,1,1,0.097,0.1571,0.0193,1,0.2094,1,1,1,1,1,1,0.0062,0.2094,0.0308,1,0.5251,1,1,1,0.0282,0.5251,0.0104,1,1,1,1,1,0.021651501,0.067950487,1,1,1,1,1,1,0.046780504,0.04694517,1,1,1,1,1,1,0.059342526,0.031415485,0.80679072,0.806642691,0.807180851
-4963,1,0.1569,1,1,1,1,1,1,1,1,0.0434,0.1569,0,1,0.2093,1,1,1,1,1,1,0.0118,0.2093,0,1,0.5249,1,1,1,0.0179,0.5249,0,1,1,1,1,1,0.034553431,0,1,1,1,1,1,1,0.057216696,0,1,1,1,1,1,1,0.014073588,0,0.794768004,0.794795854,0.795212766
-4964,1,0.1568,1,1,1,1,1,1,1,1,0.0827,0.1568,0,1,0.2092,1,1,1,1,1,1,0.1219,0.2092,0,1,0.5248,1,1,1,0.0316,0.5248,0,1,1,1,1,1,0.076732092,0,0.975597262,1,1,1,1,1,0.149385631,0,1,1,1,1,1,1,0.0117486,0,0.786672305,0.786756928,0.78679078
-4965,1,0.1567,1,1,1,1,1,1,1,1,0.0969,0.1567,0,1,0.2091,1,1,1,1,1,1,0.0195,0.2091,0,1,0.5246,1,1,1,0.0167,0.5246,0,1,1,1,1,1,0.11436981,0,1,1,1,1,1,1,0.073472127,0,1,1,1,1,1,1,0.003269325,0,0.747643789,0.747620055,0.747783688
-4966,1,0.1565,1,1,1,1,1,1,1,1,0.0823,0.1565,0,1,0.209,1,1,1,1,1,1,0.0724,0.209,0,1,0.5244,1,1,1,0.0137,0.5244,0,1,1,1,1,1,0.051242471,0,1,1,1,1,1,1,0.114850432,0,1,1,1,1,1,1,0.000685593,0,0.682938618,0.682885551,0.683067376
-4967,1,0.1564,1,1,1,1,1,1,1,1,0.14,0.1564,0,1,0.2089,1,1,1,1,1,1,0.1527,0.2089,0,1,0.5243,1,1,1,0.0046,0.5243,0,1,1,1,1,1,0.05149832,0,1,1,1,1,1,1,0.178696364,0,1,1,1,1,1,1,0.004477351,0,0.618475109,0.618574149,0.618351064
-4968,1,0.1563,1,1,1,1,1,1,1,1,0.1602,0.1563,0,1,0.2088,1,1,1,1,1,1,0.225,0.2088,0,1,0.5241,1,1,1,0.0195,0.5241,0,1,1,1,1,1,0.055309072,0,1,1,1,1,1,1,0.259869814,0,1,1,1,1,1,1,0.039636478,0,0.571109232,0.571186799,0.571365248
-4969,1,0.1561,1,1,1,1,1,1,1,1,0.1654,0.1561,0,1,0.2087,1,1,1,1,1,1,0.0897,0.2087,0,1,0.5239,1,1,1,0.0345,0.5239,0,1,1,1,1,1,0.069044888,0,1,1,1,1,1,1,0.099381343,0,0.966365457,1,1,1,1,1,0.06845665,0,0.539149348,0.539242649,0.539450355
-4970,1,0.156,1,1,1,1,1,1,1,1,0.1626,0.156,0,1,0.2086,1,1,1,1,1,1,0.0863,0.2086,0,1,0.5238,1,1,1,0.0468,0.5238,0,1,1,1,1,1,0.065406188,0,1,1,1,1,1,1,0.102192685,0,0.514900863,1,1,1,1,1,0.094237544,0,0.518064282,0.518087582,0.518173759
-4971,1,0.1559,1,1,1,1,1,1,1,1,0.1417,0.1559,0,1,0.2085,1,1,1,1,1,1,0.0833,0.2085,0,1,0.5236,1,1,1,0.0591,0.5236,0,1,1,1,1,1,0.043278717,0,0.977698386,1,1,1,1,1,0.0889154,0,0.334452659,1,1,1,1,1,0.129958332,0,0.507551957,0.507721599,0.507535461
-4972,1,0.1557,1,1,1,1,1,1,1,1,0.0574,0.1557,0,1,0.2084,1,1,1,1,1,1,0.0376,0.2084,0,1,0.5234,1,1,1,0.0502,0.5234,0,1,1,1,1,1,0.020887731,0,0.921009123,1,1,1,1,1,0.04553932,0,0.29051286,1,1,1,1,1,0.124566905,0,0.512083132,0.512164163,0.512411348
-4973,1,0.1556,1,1,1,1,1,1,1,1,0.0528,0.1556,0,1,0.2083,1,1,1,1,1,1,0.0494,0.2083,0,1,0.5233,1,1,1,0.0367,0.5233,0,1,1,1,1,1,0.02552266,0,0.929982066,1,1,1,1,1,0.055940058,0,0.239499494,1,1,1,1,1,0.121022314,0,0.540961817,0.540935054,0.541223404
-4974,1,0.1555,1,1,1,1,1,1,1,1,0.0543,0.1555,0.039,1,0.2082,1,1,1,1,1,1,0.0602,0.2082,0.0636,1,0.5231,1,1,1,0.0578,0.5231,0.0717,1,1,1,1,1,0.017765857,0.07274653,0.759104252,1,1,1,1,1,0.072667815,0.092409186,0.243928552,1,1,1,1,1,0.165810212,0.057635091,0.591529725,0.591707214,0.591755319
-4975,1,0.1553,1,1,1,1,1,1,1,1,0.0251,0.1553,0.1519,1,0.2081,1,1,1,1,1,1,0.0275,0.2081,0.1466,1,0.5229,1,1,1,0.0353,0.5229,0.1935,1,1,1,1,1,0.009218686,0.24621056,0.500241637,1,1,1,1,1,0.038924966,0.220796019,0.349841923,1,1,1,1,1,0.069948941,0.203569889,0.650012083,0.650095198,0.649822695
-4976,1,0.1552,1,1,1,1,1,1,1,1,0.0089,0.1552,0.2595,1,0.208,1,1,1,1,1,1,0.0113,0.208,0.2744,1,0.5228,1,1,1,0.019,0.5228,0.303,1,1,1,1,1,0.001008744,0.34798494,0.783415496,1,1,1,1,1,0.015451783,0.406227559,0.506989062,1,1,1,1,1,0.043670353,0.360169798,0.691759304,0.691770679,0.691932624
-4977,1,0.1551,1,1,1,1,1,1,1,1,0.0057,0.1551,0.3365,1,0.2079,1,1,1,1,1,1,0.01,0.2079,0.3585,1,0.5226,1,1,1,0.0043,0.5226,0.4207,1,1,1,1,1,0.000747957,0.409886926,0.988986254,1,1,1,1,1,0.014516805,0.553058743,0.68714869,1,1,1,1,1,0.010109934,0.473061532,0.726014983,0.726041887,0.72606383
-4978,1,0.1549,1,1,1,1,1,1,1,1,0.0111,0.1549,0.4107,1,0.2078,1,1,1,1,1,1,0.0091,0.2078,0.4481,1,0.5224,1,1,1,0.0001,0.5224,0.4715,1,1,1,1,1,0.000768081,0.49990049,0.892936587,1,1,1,1,1,0.01125785,0.632671416,0.29017669,1,1,1,1,1,0.006485297,0.510316968,0.75598115,0.756082082,0.756205674
-4979,1,0.1548,1,1,1,1,1,1,1,1,0.0179,0.1548,0.4512,1,0.2077,1,1,1,1,1,1,0,0.2077,0.4864,1,0.5223,1,1,1,0.0051,0.5223,0.4601,1,1,1,1,1,0.001128983,0.537276149,0.802054703,1,1,1,1,1,0.002809541,0.67790091,0.37958771,1,1,1,1,1,0.015077168,0.558199525,0.777609957,0.77766025,0.777925532
-4980,1,0.1547,1,1,1,1,1,1,1,1,0.0337,0.1547,0.4759,1,0.2076,1,1,1,1,1,1,0.0158,0.2076,0.4768,1,0.5221,1,1,1,0.0136,0.5221,0.4291,1,1,1,1,1,0.01214419,0.636041641,0.855578899,1,1,1,1,1,0.024326365,0.664819419,0.627164721,1,1,1,1,1,0.041521393,0.557147026,0.791143064,0.791199492,0.791223404
-4981,1,0.1545,1,1,1,1,1,1,1,1,0.0238,0.1545,0.4776,1,0.2075,1,1,1,1,1,1,0.0037,0.2075,0.4945,1,0.5219,1,1,1,0.04,0.5219,0.4807,1,1,1,1,1,0.00649798,0.65393573,0.26985997,1,1,1,1,1,0.025829751,0.665593028,0.687021494,1,1,1,1,1,0.056423038,0.504471779,0.800205413,0.800296171,0.800531915
-4982,1,0.1544,1,1,1,1,1,1,1,1,0.0225,0.1544,0.3957,1,0.2074,1,1,1,1,1,1,0.0434,0.2074,0.4109,1,0.5218,1,1,1,0.0525,0.5218,0.5181,1,1,1,1,1,0.01275433,0.603813112,0.960767269,1,1,1,1,1,0.041427746,0.591484129,0.836433768,1,1,1,1,1,0.096867517,0.596957564,0.800144998,0.800296171,0.800088652
-4983,1,0.1543,1,1,1,1,1,1,1,1,0.0272,0.1543,0.3695,1,0.2073,1,1,1,1,1,1,0.0323,0.2073,0.3802,1,0.5216,1,1,1,0.0284,0.5216,0.4394,1,1,1,1,1,0.010807512,0.564082742,0.977302313,1,1,1,1,1,0.056160383,0.597742617,0.993151903,1,1,1,1,1,0.045638628,0.700422406,0.796097148,0.796065158,0.796099291
-4984,1,0.1541,1,1,1,1,1,1,1,1,0.0394,0.1541,0.2665,1,0.2072,1,1,1,1,1,1,0.0191,0.2072,0.3145,1,0.5214,1,1,1,0.0299,0.5214,0.3073,1,1,1,1,1,0.007939155,0.472586781,1,1,1,1,1,1,0.047202446,0.609838784,1,1,1,1,1,1,0.075049095,0.685456753,0.791263896,0.791411043,0.791223404
-4985,1,0.154,1,1,1,1,1,1,1,1,0.0367,0.154,0.1424,1,0.2071,1,1,1,1,1,1,0,0.2071,0.1753,1,0.5213,1,1,1,0.0673,0.5213,0.1472,1,1,1,1,1,0.009398629,0.365412027,0.982768774,1,1,1,1,1,0.012778381,0.482638627,1,1,1,1,1,1,0.140250295,0.546526551,0.784436926,0.784641422,0.78501773
-4986,1,0.1539,1,1,1,1,1,1,1,1,0.0475,0.1539,0.0366,1,0.207,1,1,1,1,1,1,0.0067,0.207,0.0558,1,0.5211,1,1,1,0.0754,0.5211,0.0515,1,1,1,1,1,0.042353369,0.148474947,0.353413761,1,1,1,1,1,0.023326851,0.264095634,0.887377501,1,1,1,1,1,0.199766397,0.269008845,0.765285162,0.765390311,0.765514184
-4987,1,0.1537,1,1,1,1,1,1,1,1,0.0256,0.1537,0,1,0.207,1,1,1,1,1,1,0.0219,0.207,0,1,0.5209,1,1,1,0.1133,0.5209,0,1,1,1,1,1,0.043977931,0,0.291102648,1,1,1,1,1,0.046785064,0,0.452025175,1,1,1,1,1,0.236391231,0,0.741964717,0.742119738,0.742464539
-4988,1,0.1536,1,1,1,1,1,1,1,1,0.023,0.1536,0,1,0.2069,1,1,1,1,1,1,0.0151,0.2069,0,1,0.5208,1,1,1,0.0988,0.5208,0,1,1,1,1,1,0.054042418,0,0.168442219,1,1,1,1,1,0.045632239,0,0.276567549,1,1,1,1,1,0.23445785,0,0.733566941,0.733657711,0.734042553
-4989,1,0.1535,1,1,1,1,1,1,1,1,0.0307,0.1535,0,1,0.2068,1,1,1,1,1,1,0.0555,0.2068,0,1,0.5206,1,1,1,0.1454,0.5206,0,1,1,1,1,1,0.060344473,0,0.066531681,1,1,1,1,1,0.086732447,0,0.344401062,1,1,1,1,1,0.294956803,0,0.710729821,0.710810239,0.710992908
-4990,1,0.1533,1,1,1,1,1,1,1,1,0.0554,0.1533,0,1,0.2067,1,1,1,1,1,1,0.0346,0.2067,0,1,0.5204,1,1,1,0.1971,0.5204,0,1,1,1,1,1,0.111911699,0,0.040099494,1,1,1,1,1,0.08319138,0,0.140899494,1,1,1,1,1,0.398047417,0,0.656416143,0.656441718,0.656471631
-4991,1,0.1532,1,1,1,1,1,1,1,1,0.049,0.1532,0,1,0.2066,1,1,1,1,1,1,0.0233,0.2066,0,1,0.5203,1,1,1,0.2431,0.5203,0,1,1,1,1,1,0.111479022,0,0.008202885,1,1,1,1,1,0.077219501,0,0.021164401,1,1,1,1,1,0.384735912,0,0.596846303,0.59678443,0.597074468
-4992,1,0.1531,1,1,1,1,1,1,1,1,0.0153,0.1531,0,1,0.2065,1,1,1,1,1,1,0.0626,0.2065,0,1,0.5201,1,1,1,0.2652,0.5201,0,1,1,1,1,1,0.065292753,0,0.01332443,1,1,1,1,1,0.103481233,0,0.000801047,1,1,1,1,1,0.376813948,0,0.547788787,0.547704675,0.54787234
-4993,1,0.1529,1,1,1,1,1,1,1,1,0.0096,0.1529,0,1,0.2064,1,1,1,1,1,1,0.0741,0.2064,0,1,0.5199,1,1,1,0.2219,0.5199,0,1,1,1,1,1,0.052334037,0,0.003825563,1,1,1,1,1,0.122626804,0,0.015034294,1,1,1,1,1,0.364595324,0,0.513231029,0.513221917,0.513297872
-4994,1,0.1528,1,1,1,1,1,1,1,1,0.0024,0.1528,0,1,0.2063,1,1,1,1,1,1,0.1111,0.2063,0,1,0.5198,1,1,1,0.2331,0.5198,0,1,1,1,1,1,0.040673904,0,0.000506716,1,1,1,1,1,0.161907911,0,0.026875654,1,1,1,1,1,0.402507216,0,0.490454326,0.490585995,0.490691489
-4995,1,0.1527,1,1,1,1,1,1,1,1,0.0013,0.1527,0,1,0.2062,1,1,1,1,1,1,0.07,0.2062,0,1,0.5196,1,1,1,0.2218,0.5196,0,1,1,1,1,1,0.026909461,0,0,1,1,1,1,1,0.099254258,0,0.00276911,1,1,1,1,1,0.400019258,0,0.47661914,0.476835202,0.476950355
-4996,1,0.1525,1,1,1,1,1,1,1,1,0.0033,0.1525,0,1,0.2061,1,1,1,1,1,1,0.0733,0.2061,0,1,0.5194,1,1,1,0.1759,0.5194,0,1,1,1,1,1,0.020325907,0,0,1,1,1,1,1,0.110299528,0,0.035911258,1,1,1,1,1,0.330832094,0,0.473537941,0.473661942,0.473404255
-4997,1,0.1524,1,1,1,1,1,1,1,1,0,0.1524,0,1,0.206,1,1,1,1,1,1,0.0365,0.206,0,1,0.5193,1,1,1,0.1043,0.5193,0,1,1,1,1,1,0.007212133,3.65E-06,0,1,1,1,1,1,0.063602038,0,0.050005242,1,1,1,1,1,0.222387373,0.013533911,0.477706622,0.477681405,0.477836879
-4998,1,0.1523,1,1,1,1,1,1,1,1,0,0.1523,0.0759,1,0.2059,1,1,1,1,1,1,0.0234,0.2059,0.0696,1,0.5191,1,1,1,0.0769,0.5191,0.0904,1,1,1,1,1,0.008170175,0.184360757,0.027611975,1,1,1,1,1,0.040593714,0.125903487,0.047288746,1,1,1,1,1,0.177468359,0.332922995,0.496012566,0.496086313,0.496010638
-4999,1,0.1521,1,1,1,1,1,1,1,1,0,0.1521,0.1942,1,0.2058,1,1,1,1,1,1,0,0.2058,0.2154,1,0.5189,1,1,1,0.0447,0.5189,0.198,1,1,1,1,1,5.58E-05,0.392683566,0.051668573,1,1,1,1,1,0.011311333,0.391294956,0.030801307,1,1,1,1,1,0.131412923,0.529030442,0.539934751,0.539877301,0.540336879
-5000,1,0.152,1,1,1,1,1,1,1,1,0,0.152,0.3388,1,0.2057,1,1,1,1,1,1,0.009,0.2057,0.3492,1,0.5188,1,1,1,0.0288,0.5188,0.2909,1,1,1,1,1,0.000133052,0.587511301,0.133093059,1,1,1,1,1,0.013711058,0.605442703,0.037334293,1,1,1,1,1,0.095543988,0.561009407,0.595396327,0.595515126,0.595301418
-5001,1,0.1519,1,1,1,1,1,1,1,1,0.0041,0.1519,0.4434,1,0.2056,1,1,1,1,1,1,0.0158,0.2056,0.3816,1,0.5186,1,1,1,0.0346,0.5186,0.3935,1,1,1,1,1,0.002134913,0.685464025,0.234719694,1,1,1,1,1,0.018147571,0.618171573,0.107505769,1,1,1,1,1,0.07800559,0.567943335,0.644937168,0.645017982,0.645390071
-5002,1,0.1517,1,1,1,1,1,1,1,1,0.0059,0.1517,0.5172,1,0.2055,1,1,1,1,1,1,0.0441,0.2055,0.3968,1,0.5184,1,1,1,0.0048,0.5184,0.4017,1,1,1,1,1,0.00234053,0.616370916,0.156284451,1,1,1,1,1,0.042958312,0.599574625,0.191954464,1,1,1,1,1,0.025781849,0.650587142,0.680280329,0.680346943,0.680407801
-5003,1,0.1516,1,1,1,1,1,1,1,1,0.0191,0.1516,0.4947,1,0.2054,1,1,1,1,1,1,0.0771,0.2054,0.4368,1,0.5183,1,1,1,0.0143,0.5183,0.5062,1,1,1,1,1,0.008151107,0.622940779,0.242628396,1,1,1,1,1,0.073289946,0.644762218,0.31661284,1,1,1,1,1,0.048904218,0.58204931,0.699009183,0.698963402,0.699024823
-5004,1,0.1515,1,1,1,1,1,1,1,1,0.0301,0.1515,0.4841,1,0.2053,1,1,1,1,1,1,0,0.2053,0.3948,1,0.5181,1,1,1,0.0453,0.5181,0.5072,1,1,1,1,1,0.006961724,0.623241484,0.406754732,1,1,1,1,1,0.020861842,0.588721633,0.293354213,1,1,1,1,1,0.083536409,0.61391294,0.706198647,0.706156124,0.706560284
-5005,1,0.1513,1,1,1,1,1,1,1,1,0.0559,0.1513,0.4469,1,0.2052,1,1,1,1,1,1,0.0013,0.2052,0.3538,1,0.5179,1,1,1,0.0639,0.5179,0.5036,1,1,1,1,1,0.009078478,0.570706308,0.316491723,1,1,1,1,1,0.008775378,0.517868459,0.227496073,1,1,1,1,1,0.086366162,0.632317364,0.706681972,0.706579226,0.707003546
-5006,1,0.1512,1,1,1,1,1,1,1,1,0.1051,0.1512,0.3442,1,0.2051,1,1,1,1,1,1,0.0821,0.2051,0.2453,1,0.5178,1,1,1,0.08,0.5178,0.3942,1,1,1,1,1,0.028089678,0.446025997,0.373291254,1,1,1,1,1,0.095363103,0.31654349,0.741438508,1,1,1,1,1,0.082046971,0.540764332,0.701123731,0.701078908,0.701241135
-5007,1,0.1511,1,1,1,1,1,1,1,1,0.06,0.1511,0.2529,1,0.205,1,1,1,1,1,1,0.1972,0.205,0.1974,1,0.5176,1,1,1,0.0747,0.5176,0.3035,1,1,1,1,1,0.050746199,0.309538156,0.228688031,1,1,1,1,1,0.123457052,0.28948319,0.20311676,1,1,1,1,1,0.085125253,0.468044192,0.68499275,0.685001058,0.685283688
-5008,1,0.1509,1,1,1,1,1,1,1,1,0.03,0.1509,0.1595,1,0.2049,1,1,1,1,1,1,0.1352,0.2049,0.0995,1,0.5174,1,1,1,0.0801,0.5174,0.1983,1,1,1,1,1,0.017428808,0.138130486,0.296999007,1,1,1,1,1,0.123827852,0.180463612,0.148169905,1,1,1,1,1,0.097150236,0.409677744,0.670976317,0.671038714,0.671099291
-5009,1,0.1508,1,1,1,1,1,1,1,1,0.0069,0.1508,0.0649,1,0.2048,1,1,1,1,1,1,0.0565,0.2048,0.0488,1,0.5173,1,1,1,0.1059,0.5173,0.1037,1,1,1,1,1,0.007835865,0.061673351,0.292313695,1,1,1,1,1,0.06580779,0.134101063,0.099628538,1,1,1,1,1,0.117435887,0.165352792,0.664330594,0.664480643,0.664893617
-5010,1,0.1507,1,1,1,1,1,1,1,1,0.0133,0.1507,0.0001,1,0.2047,1,1,1,1,1,1,0.047,0.2047,0.0018,1,0.5171,1,1,1,0.087,0.5171,0.0095,1,1,1,1,1,0.019914083,0.000127123,0.160788432,1,1,1,1,1,0.047395445,0.003018669,0.046998691,1,1,1,1,1,0.116367564,0.003531569,0.654120348,0.65411466,0.654255319
-5011,1,0.1505,1,1,1,1,1,1,1,1,0.0333,0.1505,0,1,0.2046,1,1,1,1,1,1,0.1201,0.2046,0,1,0.5169,1,1,1,0.0334,0.5169,0,1,1,1,1,1,0.07540524,0,0.064300358,1,1,1,1,1,0.165233195,0,0.111020416,1,1,1,1,1,0.091881208,0,0.645480909,0.645441083,0.645833333
-5012,1,0.1504,1,1,1,1,1,1,1,1,0.1005,0.1504,0,1,0.2045,1,1,1,1,1,1,0.203,0.2045,0,1,0.5168,1,1,1,0.0233,0.5168,0,1,1,1,1,1,0.052637972,0,0.231896117,1,1,1,1,1,0.236350656,0,0.010772513,1,1,1,1,1,0.085106082,0,0.645662156,0.645864184,0.645833333
-5013,1,0.1503,1,1,1,1,1,1,1,1,0.0289,0.1503,0,1,0.2044,1,1,1,1,1,1,0.0707,0.2044,0,1,0.5166,1,1,1,0.0138,0.5166,0,1,1,1,1,1,0.026745947,0,0.126861706,1,1,1,1,1,0.070020534,0,0.319542706,1,1,1,1,1,0.020752296,0,0.622704205,0.622593611,0.622783688
-5014,1,0.1501,1,1,1,1,1,1,1,1,0.0468,0.1501,0,1,0.2044,1,1,1,1,1,1,0.0188,0.2044,0,1,0.5164,1,1,1,0.0102,0.5164,0,1,1,1,1,1,0.025927531,0,0.152657956,1,1,1,1,1,0.013385094,0,0.034334294,1,1,1,1,1,0.017476626,0,0.581863219,0.581764333,0.582003546
-5015,1,0.15,1,1,1,1,1,1,1,1,0.0744,0.15,0,1,0.2043,1,1,1,1,1,1,0.007,0.2043,0,1,0.5163,1,1,1,0.0101,0.5163,0,1,1,1,1,1,0.03693749,0,0.1048944,1,1,1,1,1,0.013921568,0,0.015131153,1,1,1,1,1,0.022096325,0,0.536249396,0.536280939,0.536347518
-5016,1,0.1499,1,1,1,1,1,1,1,1,0.0421,0.1499,0,1,0.2042,1,1,1,1,1,1,0.0236,0.2042,0,1,0.5161,1,1,1,0.0183,0.5161,0,1,1,1,1,1,0.034658864,0,0.08944007,1,1,1,1,1,0.031985622,0,0.018787697,1,1,1,1,1,0.045628548,0,0.496495892,0.496509414,0.496453901
-5017,1,0.1497,1,1,1,1,1,1,1,1,0.0615,0.1497,0,1,0.2041,1,1,1,1,1,1,0.0726,0.2041,0,1,0.5159,1,1,1,0.0196,0.5159,0,1,1,1,1,1,0.044860251,0,0.215190679,1,1,1,1,1,0.086156785,0,0.174672514,1,1,1,1,1,0.039953098,0,0.470577574,0.470700233,0.470301418
-5018,1,0.1496,1,1,1,1,1,1,1,1,0.0948,0.1496,0,1,0.204,1,1,1,1,1,1,0.0582,0.204,0,1,0.5158,1,1,1,0.004,0.5158,0,1,1,1,1,1,0.052799776,0,0.411421448,1,1,1,1,1,0.097559929,0,0.201319903,1,1,1,1,1,0.019691244,0,0.453600773,0.453776179,0.453457447
-5019,1,0.1495,1,1,1,1,1,1,1,1,0.1125,0.1495,0,1,0.2039,1,1,1,1,1,1,0.057,0.2039,0,1,0.5156,1,1,1,0.0056,0.5156,0,1,1,1,1,1,0.067824267,0,0.552116275,1,1,1,1,1,0.119017407,0,0.200681686,1,1,1,1,1,0.028433105,0,0.443813436,0.443833298,0.443705674
-5020,1,0.1493,1,1,1,1,1,1,1,1,0.0796,0.1493,0,1,0.2038,1,1,1,1,1,1,0.0325,0.2038,0,1,0.5154,1,1,1,0.0158,0.5154,0,1,1,1,1,1,0.050243534,0,0.421252549,1,1,1,1,1,0.074381158,0,0.200313881,1,1,1,1,1,0.043670997,0,0.441517641,0.441506241,0.441489362
-5021,1,0.1492,1,1,1,1,1,1,1,1,0.0155,0.1492,0,1,0.2037,1,1,1,1,1,1,0.0176,0.2037,0,1,0.5153,1,1,1,0.034,0.5153,0,1,1,1,1,1,0.017221928,0,0.220671773,1,1,1,1,1,0.074560687,0,0.16608718,1,1,1,1,1,0.074578553,0,0.444961334,0.444891051,0.445035461
-5022,1,0.1491,1,1,1,1,1,1,1,1,0.0179,0.1491,0.0332,1,0.2036,1,1,1,1,1,1,0.019,0.2036,0.0514,1,0.5151,1,1,1,0.0306,0.5151,0.0403,1,1,1,1,1,0.010373427,0.066505551,0.27323544,1,1,1,1,1,0.043967955,0.200801462,0.080578797,1,1,1,1,1,0.072065502,0.057881795,0.452694538,0.452718426,0.452570922
-5023,1,0.1489,1,1,1,1,1,1,1,1,0.0156,0.1489,0.1747,1,0.2035,1,1,1,1,1,1,0,0.2035,0.2047,1,0.5149,1,1,1,0.0121,0.5149,0.1587,1,1,1,1,1,0.002428631,0.32694453,0.200677544,1,1,1,1,1,0.006775284,0.378910482,0.060398959,1,1,1,1,1,0.035953183,0.217560619,0.482116965,0.482123969,0.482269504
-5024,1,0.1488,1,1,1,1,1,1,1,1,0.0172,0.1488,0.2926,1,0.2034,1,1,1,1,1,1,0,0.2034,0.3065,1,0.5148,1,1,1,0.004,0.5148,0.2751,1,1,1,1,1,0.002566876,0.448335052,0.304661334,1,1,1,1,1,0.00093309,0.458124369,0.142086655,1,1,1,1,1,0.011958488,0.302506179,0.524105848,0.524011001,0.524379433
-5025,1,0.1487,1,1,1,1,1,1,1,1,0.0241,0.1487,0.3854,1,0.2033,1,1,1,1,1,1,0,0.2033,0.3813,1,0.5146,1,1,1,0.015,0.5146,0.3408,1,1,1,1,1,0.003611403,0.531844318,0.226176023,1,1,1,1,1,0.000243986,0.539205372,0.096455775,1,1,1,1,1,0.025423488,0.448341131,0.561684389,0.561667019,0.561613475
-5026,1,0.1485,1,1,1,1,1,1,1,1,0.032,0.1485,0.4568,1,0.2032,1,1,1,1,1,1,0.0101,0.2032,0.4341,1,0.5144,1,1,1,0.0204,0.5144,0.4201,1,1,1,1,1,0.005624436,0.601224899,0.243716806,1,1,1,1,1,0.005231365,0.601645231,0.201825649,1,1,1,1,1,0.042783733,0.532999754,0.587723538,0.587687751,0.587765957
-5027,1,0.1484,1,1,1,1,1,1,1,1,0.0592,0.1484,0.4712,1,0.2031,1,1,1,1,1,1,0.0091,0.2031,0.441,1,0.5143,1,1,1,0.0138,0.5143,0.4445,1,1,1,1,1,0.012782884,0.621242821,0.156384543,1,1,1,1,1,0.013265309,0.61688453,0.206813097,1,1,1,1,1,0.038536161,0.556740463,0.607237796,0.607150413,0.607712766
-5028,1,0.1483,1,1,1,1,1,1,1,1,0.0442,0.1483,0.4664,1,0.203,1,1,1,1,1,1,0.0012,0.203,0.4547,1,0.5141,1,1,1,0.0402,0.5141,0.438,1,1,1,1,1,0.017346889,0.61447376,0.074185491,1,1,1,1,1,0.015720278,0.650676727,0.138357863,1,1,1,1,1,0.079403915,0.538190424,0.61901885,0.61899725,0.619237589
-5029,1,0.1481,1,1,1,1,1,1,1,1,0.0466,0.1481,0.5758,1,0.2029,1,1,1,1,1,1,0.0015,0.2029,0.5636,1,0.5139,1,1,1,0.0237,0.5139,0.5244,1,1,1,1,1,0.013750245,0.772060513,0.022568563,1,1,1,1,1,0.011008149,0.749152422,0.028026965,1,1,1,1,1,0.055592764,0.577705145,0.62040841,0.620478105,0.620567376
-5030,1,0.148,1,1,1,1,1,1,1,1,0.0428,0.148,0.3979,1,0.2028,1,1,1,1,1,1,0.0023,0.2028,0.3996,1,0.5138,1,1,1,0.008,0.5138,0.4006,1,1,1,1,1,0.017138852,0.55417341,0.051447712,1,1,1,1,1,0.004268894,0.60099411,0,1,1,1,1,1,0.026709341,0.43892011,0.618475109,0.618574149,0.618351064
-5031,1,0.1479,1,1,1,1,1,1,1,1,0.0379,0.1479,0.3435,1,0.2027,1,1,1,1,1,1,0,0.2027,0.3548,1,0.5136,1,1,1,0.0195,0.5136,0.348,1,1,1,1,1,0.014250422,0.512610257,0.035391368,1,1,1,1,1,0.000125251,0.582904279,0,1,1,1,1,1,0.036932766,0.385501057,0.615514741,0.615612439,0.615691489
-5032,1,0.1477,1,1,1,1,1,1,1,1,0.0353,0.1477,0.2533,1,0.2026,1,1,1,1,1,1,0,0.2026,0.247,1,0.5134,1,1,1,0.0102,0.5134,0.2132,1,1,1,1,1,0.006402459,0.416100174,0.032427806,1,1,1,1,1,0.00053452,0.548698306,0.006775393,1,1,1,1,1,0.01535768,0.347824365,0.621495892,0.621747409,0.621897163
-5033,1,0.1476,1,1,1,1,1,1,1,1,0.0441,0.1476,0.1416,1,0.2025,1,1,1,1,1,1,0,0.2025,0.1639,1,0.5133,1,1,1,0.0523,0.5133,0.1217,1,1,1,1,1,0.010903064,0.284536719,0.047829591,1,1,1,1,1,9.45E-05,0.431092978,0,1,1,1,1,1,0.047571044,0.2250451,0.630135331,0.630209435,0.630319149
-5034,1,0.1475,1,1,1,1,1,1,1,1,0.0356,0.1475,0.037,1,0.2024,1,1,1,1,1,1,0,0.2024,0.0612,1,0.5131,1,1,1,0.064,0.5131,0.03,1,1,1,1,1,0.014553991,0.129970193,0.041080989,1,1,1,1,1,5.81E-05,0.285668582,0.000612565,1,1,1,1,1,0.077780418,0.057166476,0.626570807,0.626613074,0.62677305
-5035,1,0.1473,1,1,1,1,1,1,1,1,0.0365,0.1473,0,1,0.2023,1,1,1,1,1,1,0,0.2023,0,1,0.5129,1,1,1,0.0507,0.5129,0,1,1,1,1,1,0.007713901,0,0.126314491,1,1,1,1,1,0.004635042,0,0.207087189,1,1,1,1,1,0.107284553,0,0.61762929,0.617727946,0.617907801
-5036,1,0.1472,1,1,1,1,1,1,1,1,0.0129,0.1472,0,1,0.2022,1,1,1,1,1,1,0.0042,0.2022,0,1,0.5128,1,1,1,0.0535,0.5128,0,1,1,1,1,1,0.0058565,0,0.08200334,1,1,1,1,1,0.014006531,0,0.149906278,1,1,1,1,1,0.101532109,0,0.624395843,0.624497567,0.624556738
-5037,1,0.1471,1,1,1,1,1,1,1,1,0.0357,0.1471,0,1,0.2021,1,1,1,1,1,1,0,0.2021,0,1,0.5126,1,1,1,0.0478,0.5126,0,1,1,1,1,1,0.022701541,0,0.111567095,1,1,1,1,1,0.017007494,0,0.040073823,1,1,1,1,1,0.086758919,0,0.605969067,0.605881109,0.605939716
-5038,1,0.1469,1,1,1,1,1,1,1,1,0.0129,0.1469,0,1,0.202,1,1,1,1,1,1,0.0425,0.202,0,1,0.5124,1,1,1,0.0701,0.5124,0,1,1,1,1,1,0.020868678,0,0.083027355,1,1,1,1,1,0.061066702,0,0.016895551,1,1,1,1,1,0.152101591,0,0.560053166,0.560186165,0.560283688
-5039,1,0.1468,1,1,1,1,1,1,1,1,0.004,0.1468,0,1,0.2019,1,1,1,1,1,1,0,0.2019,0,1,0.5123,1,1,1,0.0002,0.5123,0,1,1,1,1,1,8.66E-05,0,0.075362757,1,1,1,1,1,1.13E-05,0,0.080960475,1,1,1,1,1,0.000741268,0,0.510270662,0.510260207,0.510638298
-5040,1,0.1467,1,1,1,1,1,1,1,1,0.0124,0.1467,0,1,0.2018,1,1,1,1,1,1,0.008,0.2018,0,1,0.5121,1,1,1,0.0677,0.5121,0,1,1,1,1,1,0.004744857,0,0.097618878,1,1,1,1,1,0.030100621,0,0.003839005,1,1,1,1,1,0.177268758,0,0.470940068,0.470911783,0.470744681
-5041,1,0.1465,1,1,1,1,1,1,1,1,0.0114,0.1465,0,1,0.2018,1,1,1,1,1,1,0,0.2018,0,1,0.5119,1,1,1,0.0677,0.5119,0,1,1,1,1,1,0.002719705,0,0.225894779,1,1,1,1,1,0.019255321,0,0.029375395,1,1,1,1,1,0.197093874,0,0.446471725,0.446583457,0.446365248
-5042,1,0.1464,1,1,1,1,1,1,1,1,0.002,0.1464,0,1,0.2017,1,1,1,1,1,1,0,0.2017,0,1,0.5118,1,1,1,0,0.5118,0,1,1,1,1,1,0.00010409,0,0.188784003,1,1,1,1,1,3.37E-05,0,0.096268073,1,1,1,1,1,0.002023064,0,0.432576124,0.432621113,0.432624113
-5043,1,0.1463,1,1,1,1,1,1,1,1,0.0056,0.1463,0,1,0.2016,1,1,1,1,1,1,0,0.2016,0,1,0.5116,1,1,1,0.0839,0.5116,0,1,1,1,1,1,0.006765652,0,0.20851934,1,1,1,1,1,0.005068693,0,0.042369112,1,1,1,1,1,0.214174733,0,0.426957467,0.426909245,0.426861702
-5044,1,0.1461,1,1,1,1,1,1,1,1,0.0038,0.1461,0,1,0.2015,1,1,1,1,1,1,0,0.2015,0,1,0.5114,1,1,1,0.0612,0.5114,0,1,1,1,1,1,0.008018229,0,0.088911235,1,1,1,1,1,0.002749863,0,0.024419634,1,1,1,1,1,0.226037741,0,0.435838569,0.435794373,0.43572695
-5045,1,0.146,1,1,1,1,1,1,1,1,0.0193,0.146,0.0006,1,0.2014,1,1,1,1,1,1,0.0045,0.2014,0,1,0.5113,1,1,1,0.0584,0.5113,0.0024,1,1,1,1,1,0.008957319,0.000240326,0.021473989,1,1,1,1,1,0.012861684,0,0.037380628,1,1,1,1,1,0.230653733,0.060233783,0.462119381,0.462238206,0.461879433
-5046,1,0.1459,1,1,1,1,1,1,1,1,0.0081,0.1459,0.0743,1,0.2013,1,1,1,1,1,1,0,0.2013,0.1022,1,0.5111,1,1,1,0.0583,0.5111,0.0537,1,1,1,1,1,0.003660081,0.48990795,0,1,1,1,1,1,0.00046645,0.446400285,0,1,1,1,1,1,0.232023567,0.501660347,0.513291445,0.513433467,0.513297872
-5047,1,0.1457,1,1,1,1,1,1,1,1,0.0012,0.1457,0.2155,1,0.2012,1,1,1,1,1,1,0,0.2012,0.2321,1,0.5109,1,1,1,0.0368,0.5109,0.1997,1,1,1,1,1,0.000613676,0.674091935,0.001419886,1,1,1,1,1,0,0.604865134,0,1,1,1,1,1,0.097109132,0.748290956,0.579144514,0.579225725,0.579343972
-5048,1,0.1456,1,1,1,1,1,1,1,1,0,0.1456,0.3828,1,0.2011,1,1,1,1,1,1,0,0.2011,0.4014,1,0.5108,1,1,1,0.0202,0.5108,0.3758,1,1,1,1,1,0.00011487,0.816774249,0.001373257,1,1,1,1,1,0,0.744025826,0,1,1,1,1,1,0.042923428,0.832321525,0.629712421,0.629786334,0.629875887
-5049,1,0.1455,1,1,1,1,1,1,1,1,0,0.1455,0.5145,1,0.201,1,1,1,1,1,1,0,0.201,0.5211,1,0.5106,1,1,1,0.0073,0.5106,0.5148,1,1,1,1,1,4.48E-06,0.876774967,0,1,1,1,1,1,0,0.799411118,0,1,1,1,1,1,0.013343919,0.872836471,0.667351377,0.667442352,0.667553191
-5050,1,0.1453,1,1,1,1,1,1,1,1,0.0003,0.1453,0.6114,1,0.2009,1,1,1,1,1,1,0,0.2009,0.6106,1,0.5104,1,1,1,0.0077,0.5104,0.6151,1,1,1,1,1,0.000885552,0.891837001,0,1,1,1,1,1,0.000243949,0.836563349,0,1,1,1,1,1,0.006216149,0.894069552,0.700217496,0.700232706,0.70035461
-5051,1,0.1452,1,1,1,1,1,1,1,1,0.0086,0.1452,0.6382,1,0.2008,1,1,1,1,1,1,0,0.2008,0.6374,1,0.5103,1,1,1,0.0061,0.5103,0.638,1,1,1,1,1,0.002429813,0.898506522,0,1,1,1,1,1,0.002871435,0.854514718,0,1,1,1,1,1,0.00786264,0.897833586,0.724262929,0.724349482,0.72429078
-5052,1,0.1451,1,1,1,1,1,1,1,1,0.057,0.1451,0.6077,1,0.2007,1,1,1,1,1,1,0.0048,0.2007,0.6107,1,0.5101,1,1,1,0.0007,0.5101,0.5879,1,1,1,1,1,0.023022356,0.853422284,0.062501624,1,1,1,1,1,0.012987654,0.825059712,0.007581153,1,1,1,1,1,0.00919114,0.827724934,0.742266796,0.742331288,0.742464539
-5053,1,0.1449,1,1,1,1,1,1,1,1,0.0394,0.1449,0.6255,1,0.2006,1,1,1,1,1,1,0.0393,0.2006,0.635,1,0.5099,1,1,1,0.0079,0.5099,0.6294,1,1,1,1,1,0.00606587,0.879794538,0.012417492,1,1,1,1,1,0.026892424,0.87692523,0.012503928,1,1,1,1,1,0.018922158,0.861542642,0.762143548,0.762217051,0.762411348
-5054,1,0.1448,1,1,1,1,1,1,1,1,0.0549,0.1448,0.584,1,0.2005,1,1,1,1,1,1,0.0072,0.2005,0.6011,1,0.5098,1,1,1,0.0364,0.5098,0.5815,1,1,1,1,1,0.022713542,0.805331826,0.002281686,1,1,1,1,1,0.019087818,0.871758938,0.016798168,1,1,1,1,1,0.044150669,0.8518942,0.775012083,0.775121642,0.775265957
-5055,1,0.1447,1,1,1,1,1,1,1,1,0.096,0.1447,0.4761,1,0.2004,1,1,1,1,1,1,0.0092,0.2004,0.5084,1,0.5096,1,1,1,0.0748,0.5096,0.4653,1,1,1,1,1,0.05813643,0.797433376,0.002159626,1,1,1,1,1,0.025647491,0.843530536,0,1,1,1,1,1,0.110258639,0.783786058,0.782201547,0.782314364,0.782801418
-5056,1,0.1445,1,1,1,1,1,1,1,1,0.1858,0.1445,0.3395,1,0.2003,1,1,1,1,1,1,0.0145,0.2003,0.3821,1,0.5094,1,1,1,0.1496,0.5094,0.3204,1,1,1,1,1,0.115620852,0.763544381,0.000863487,1,1,1,1,1,0.0305652,0.802785814,0,1,1,1,1,1,0.255804598,0.741935492,0.788303528,0.788449334,0.78856383
-5057,1,0.1444,1,1,1,1,1,1,1,1,0.1698,0.1444,0.168,1,0.2002,1,1,1,1,1,1,0.0265,0.2002,0.2194,1,0.5093,1,1,1,0.1903,0.5093,0.1469,1,1,1,1,1,0.111024849,0.681785107,0.002296204,1,1,1,1,1,0.054737903,0.697857201,0,1,1,1,1,1,0.229029477,0.62893939,0.783893185,0.783795219,0.784131206
-5058,1,0.1443,1,1,1,1,1,1,1,1,0.1601,0.1443,0.0586,1,0.2001,1,1,1,1,1,1,0.0522,0.2001,0.0915,1,0.5091,1,1,1,0.2388,0.5091,0.0512,1,1,1,1,1,0.150710434,0.431306392,0.013319594,1,1,1,1,1,0.093738839,0.447823852,0,1,1,1,1,1,0.428741276,0.354201168,0.762928951,0.762851703,0.763297872
-5059,1,0.1441,1,1,1,1,1,1,1,1,0.0452,0.1441,0,1,0.2,1,1,1,1,1,1,0.0607,0.2,0,1,0.5089,1,1,1,0.0047,0.5089,0,1,1,1,1,1,0.022967177,0,0.008663013,1,1,1,1,1,0.056786023,0,0.129303664,1,1,1,1,1,0.002968501,0,0.734473175,0.734503914,0.734485816
-5060,1,0.144,1,1,1,1,1,1,1,1,0.0247,0.144,0,1,0.1999,1,1,1,1,1,1,0.0491,0.1999,0,1,0.5088,1,1,1,0.0089,0.5088,0,1,1,1,1,1,0.01622523,0,0.041881327,1,1,1,1,1,0.046015333,0,0.190009683,1,1,1,1,1,0.001798895,0,0.727706622,0.727734292,0.727836879
-5061,1,0.1439,1,1,1,1,1,1,1,1,0.1295,0.1439,0,1,0.1998,1,1,1,1,1,1,0.1059,0.1998,0,1,0.5086,1,1,1,0.1427,0.5086,0,1,1,1,1,1,0.151130855,0,0.105958581,1,1,1,1,1,0.12655279,0,0.016958378,1,1,1,1,1,0.25828594,0,0.694417593,0.694520838,0.694592199
-5062,1,0.1437,1,1,1,1,1,1,1,1,0.0856,0.1437,0,1,0.1997,1,1,1,1,1,1,0.0402,0.1997,0,1,0.5084,1,1,1,0.1061,0.5084,0,1,1,1,1,1,0.105697438,0,0.115842223,1,1,1,1,1,0.056476753,0,0.019089006,1,1,1,1,1,0.239348143,0,0.626147898,0.626189972,0.626329787
-5063,1,0.1436,1,1,1,1,1,1,1,1,0.1058,0.1436,0,1,0.1996,1,1,1,1,1,1,0.0376,0.1996,0,1,0.5083,1,1,1,0.105,0.5083,0,1,1,1,1,1,0.157893077,0,0.062783882,1,1,1,1,1,0.049083069,0,0.008295288,1,1,1,1,1,0.210482791,0,0.558965684,0.558916861,0.558953901
-5064,1,0.1435,1,1,1,1,1,1,1,1,0.0894,0.1435,0,1,0.1995,1,1,1,1,1,1,0.061,0.1995,0,1,0.5081,1,1,1,0.1314,0.5081,0,1,1,1,1,1,0.121989697,0,0.071597286,1,1,1,1,1,0.05584668,0,0.022780105,1,1,1,1,1,0.229862139,0,0.510149831,0.510260207,0.510638298
-5065,1,0.1433,1,1,1,1,1,1,1,1,0.069,0.1433,0,1,0.1994,1,1,1,1,1,1,0.0494,0.1994,0,1,0.5079,1,1,1,0.1381,0.5079,0,1,1,1,1,1,0.086370833,0,0.062523901,1,1,1,1,1,0.06284716,0,0.021092933,1,1,1,1,1,0.244065851,0,0.479881585,0.479796911,0.480053191
-5066,1,0.1432,1,1,1,1,1,1,1,1,0.0421,0.1432,0,1,0.1993,1,1,1,1,1,1,0.0302,0.1993,0,1,0.5078,1,1,1,0.1364,0.5078,0,1,1,1,1,1,0.055079069,0,0.063589878,1,1,1,1,1,0.047760159,0,0.080997132,1,1,1,1,1,0.288150966,0,0.461938134,0.461815105,0.461879433
-5067,1,0.1431,1,1,1,1,1,1,1,1,0.0573,0.1431,0,1,0.1992,1,1,1,1,1,1,0.0391,0.1992,0,1,0.5076,1,1,1,0.1338,0.5076,0,1,1,1,1,1,0.081626385,0,0.047314398,1,1,1,1,1,0.055187594,0,0.056404978,1,1,1,1,1,0.307797253,0,0.452936201,0.452929977,0.453014184
-5068,1,0.1429,1,1,1,1,1,1,1,1,0.0501,0.1429,0,1,0.1992,1,1,1,1,1,1,0.0121,0.1992,0,1,0.5074,1,1,1,0.1155,0.5074,0,1,1,1,1,1,0.085024893,0,0.006884417,1,1,1,1,1,0.032553703,0,0.007557592,1,1,1,1,1,0.297397137,0,0.45837361,0.458430294,0.458333333
-5069,1,0.1428,1,1,1,1,1,1,1,1,0.0417,0.1428,0,1,0.1991,1,1,1,1,1,1,0.0237,0.1991,0,1,0.5073,1,1,1,0.0896,0.5073,0.0071,1,1,1,1,1,0.067074545,0.005700601,0.000363545,1,1,1,1,1,0.038894404,0,0,1,1,1,1,1,0.225422978,0.147618383,0.483687772,0.483816374,0.483599291
-5070,1,0.1427,1,1,1,1,1,1,1,1,0.0406,0.1427,0.078,1,0.199,1,1,1,1,1,1,0,0.199,0.0684,1,0.5071,1,1,1,0.0597,0.5071,0.0689,1,1,1,1,1,0.08501289,0.297614872,0.003372176,1,1,1,1,1,0.015080798,0.204011172,0,1,1,1,1,1,0.1872949,0.534214973,0.533832769,0.533742331,0.533687943
-5071,1,0.1425,1,1,1,1,1,1,1,1,0.0059,0.1425,0.1981,1,0.1989,1,1,1,1,1,1,0,0.1989,0.2084,1,0.5069,1,1,1,0.0498,0.5069,0.21,1,1,1,1,1,0.009664503,0.51723206,0.050063659,1,1,1,1,1,0.003296833,0.489236116,0.088157862,1,1,1,1,1,0.117109321,0.755819499,0.596302562,0.596361329,0.596631206
-5072,1,0.1424,1,1,1,1,1,1,1,1,0.0017,0.1424,0.3184,1,0.1988,1,1,1,1,1,1,0.0077,0.1988,0.3294,1,0.5068,1,1,1,0.0327,0.5068,0.3768,1,1,1,1,1,0.005428661,0.595659673,0.12678875,1,1,1,1,1,0.008800596,0.613827229,0.135825932,1,1,1,1,1,0.060178876,0.837224662,0.640889319,0.640786968,0.640957447
-5073,1,0.1423,1,1,1,1,1,1,1,1,0.008,0.1423,0.4295,1,0.1987,1,1,1,1,1,1,0.0126,0.1987,0.4428,1,0.5066,1,1,1,0.069,0.5066,0.5119,1,1,1,1,1,0.011832649,0.703888178,0.240806937,1,1,1,1,1,0.01555074,0.675319314,0.163486391,1,1,1,1,1,0.13457121,0.857886374,0.672728371,0.672731119,0.67287234
-5074,1,0.1421,1,1,1,1,1,1,1,1,0.0323,0.1421,0.5029,1,0.1986,1,1,1,1,1,1,0.0695,0.1986,0.5,1,0.5064,1,1,1,0.0836,0.5064,0.6086,1,1,1,1,1,0.039269716,0.782315075,0.332892299,1,1,1,1,1,0.071022578,0.715933025,0.263014138,1,1,1,1,1,0.08217147,0.87527132,0.700277912,0.700444256,0.70035461
-5075,1,0.142,1,1,1,1,1,1,1,1,0.063,0.142,0.5136,1,0.1985,1,1,1,1,1,1,0.0924,0.1985,0.4964,1,0.5063,1,1,1,0.1778,0.5063,0.6377,1,1,1,1,1,0.070254892,0.815530896,0.517871022,1,1,1,1,1,0.084203228,0.695111036,0.201307341,1,1,1,1,1,0.174124837,0.86837852,0.717194297,0.71736831,0.717641844
-5076,1,0.1419,1,1,1,1,1,1,1,1,0.0794,0.1419,0.5054,1,0.1984,1,1,1,1,1,1,0.0943,0.1984,0.4662,1,0.5061,1,1,1,0.2392,0.5061,0.6434,1,1,1,1,1,0.103844516,0.750395536,0.559189439,1,1,1,1,1,0.107111625,0.681191266,0.179222241,1,1,1,1,1,0.183451787,0.819962442,0.727042049,0.72709964,0.727393617
-5077,1,0.1417,1,1,1,1,1,1,1,1,0.0706,0.1417,0.4654,1,0.1983,1,1,1,1,1,1,0.0868,0.1983,0.4529,1,0.5059,1,1,1,0.3126,0.5059,0.6483,1,1,1,1,1,0.079616793,0.68530792,0.523985147,1,1,1,1,1,0.086829863,0.624842763,0.173315704,1,1,1,1,1,0.232415155,0.772307813,0.738037699,0.738100275,0.738475177
-5078,1,0.1416,1,1,1,1,1,1,1,1,0.0599,0.1416,0.3574,1,0.1982,1,1,1,1,1,1,0.0255,0.1982,0.3612,1,0.5058,1,1,1,0.3643,0.5058,0.5868,1,1,1,1,1,0.070643783,0.55040139,0.401850343,1,1,1,1,1,0.03636989,0.511814415,0.034700003,1,1,1,1,1,0.308341652,0.666417122,0.738158531,0.738311826,0.738475177
-5079,1,0.1415,1,1,1,1,1,1,1,1,0.0968,0.1415,0.2901,1,0.1981,1,1,1,1,1,1,0.0176,0.1981,0.2925,1,0.5056,1,1,1,0.412,0.5056,0.4739,1,1,1,1,1,0.083732612,0.40975219,0.542008042,1,1,1,1,1,0.018455712,0.451868504,0.034059163,1,1,1,1,1,0.528127968,0.62745589,0.730364911,0.730484451,0.730496454
-5080,1,0.1413,1,1,1,1,1,1,1,1,0.0743,0.1413,0.1878,1,0.198,1,1,1,1,1,1,0.0073,0.198,0.2143,1,0.5054,1,1,1,0.3848,0.5054,0.3168,1,1,1,1,1,0.087176055,0.293204784,0.532647371,1,1,1,1,1,0.007658152,0.378451794,0.125816226,1,1,1,1,1,0.453720301,0.677511513,0.722812953,0.722868627,0.722960993
-5081,1,0.1412,1,1,1,1,1,1,1,1,0.0477,0.1412,0.0768,1,0.1979,1,1,1,1,1,1,0.0093,0.1979,0.1306,1,0.5053,1,1,1,0.4928,0.5053,0.1457,1,1,1,1,1,0.108627126,0.156168059,0.153137118,1,1,1,1,1,0.014025279,0.312374681,0.460122794,1,1,1,1,1,0.6170789,0.324155748,0.71477767,0.714829702,0.71498227
-5082,1,0.1411,1,1,1,1,1,1,1,1,0.0963,0.1411,0.005,1,0.1978,1,1,1,1,1,1,0,0.1978,0.038,1,0.5051,1,1,1,0.3902,0.5051,0.049,1,1,1,1,1,0.12583442,0.008683183,0.104900651,1,1,1,1,1,0.000561502,0.174553752,0.238817543,1,1,1,1,1,0.429712802,0.062938876,0.701727888,0.70171356,0.70212766
-5083,1,0.1409,1,1,1,1,1,1,1,1,0.0976,0.1409,0,1,0.1977,1,1,1,1,1,1,0,0.1977,0,1,0.5049,1,1,1,0.2855,0.5049,0,1,1,1,1,1,0.048357926,0,0.093298458,1,1,1,1,1,0.000253321,0,0.152920946,1,1,1,1,1,0.496359825,0,0.691880135,0.69198223,0.691932624
-5084,1,0.1408,1,1,1,1,1,1,1,1,0.0271,0.1408,0,1,0.1976,1,1,1,1,1,1,0,0.1976,0,1,0.5048,1,1,1,0.3208,0.5048,0,1,1,1,1,1,0.010211765,0,0.141792655,1,1,1,1,1,0.001588382,0,0.052405503,1,1,1,1,1,0.484939694,0,0.69641131,0.696424794,0.696365248
-5085,1,0.1407,1,1,1,1,1,1,1,1,0.0104,0.1407,0,1,0.1975,1,1,1,1,1,1,0,0.1975,0,1,0.5046,1,1,1,0.2125,0.5046,0,1,1,1,1,1,0.008361611,0,0.09790536,1,1,1,1,1,0.002117226,0,0.091463879,1,1,1,1,1,0.323495626,0,0.665236829,0.665326846,0.665336879
-5086,1,0.1405,1,1,1,1,1,1,1,1,0.0152,0.1405,0,1,0.1974,1,1,1,1,1,1,0,0.1974,0,1,0.5044,1,1,1,0.1682,0.5044,0,1,1,1,1,1,0.011755069,0,0.032598659,1,1,1,1,1,0.00792115,0,0,1,1,1,1,1,0.311031073,0,0.607116965,0.607150413,0.607269504
-5087,1,0.1404,1,1,1,1,1,1,1,1,0.0172,0.1404,0,1,0.1973,1,1,1,1,1,1,0,0.1973,0,1,0.5043,1,1,1,0.1147,0.5043,0,1,1,1,1,1,0.028959088,0,0.000126581,1,1,1,1,1,0.011633929,0,0,1,1,1,1,1,0.229129672,0,0.55038666,0.550454834,0.550531915
-5088,1,0.1403,1,1,1,1,1,1,1,1,0.0605,0.1403,0,1,0.1972,1,1,1,1,1,1,0.0263,0.1972,0,1,0.5041,1,1,1,0.1027,0.5041,0,1,1,1,1,1,0.021814404,0,0.007088163,1,1,1,1,1,0.037250362,0,0.002408115,1,1,1,1,1,0.241038352,0,0.507612373,0.507721599,0.507535461
-5089,1,0.1401,1,1,1,1,1,1,1,1,0.0577,0.1401,0,1,0.1971,1,1,1,1,1,1,0.0024,0.1971,0,1,0.5039,1,1,1,0.0899,0.5039,0,1,1,1,1,1,0.019766944,0,0.100273065,1,1,1,1,1,0.026913829,0,0.064705759,1,1,1,1,1,0.209650427,0,0.480727405,0.480643114,0.480939716
-5090,1,0.14,1,1,1,1,1,1,1,1,0.0244,0.14,0,1,0.197,1,1,1,1,1,1,0.0694,0.197,0,1,0.5038,1,1,1,0.0906,0.5038,0,1,1,1,1,1,0.007214265,0,0.289493322,1,1,1,1,1,0.066001892,0,0.061758116,1,1,1,1,1,0.203536347,0,0.464354761,0.464353713,0.464095745
-5091,1,0.1399,1,1,1,1,1,1,1,1,0.0125,0.1399,0,1,0.1969,1,1,1,1,1,1,0.0615,0.1969,0,1,0.5036,1,1,1,0.0903,0.5036,0,1,1,1,1,1,0.002826912,0,0.479667306,1,1,1,1,1,0.052053183,0,0.026986124,1,1,1,1,1,0.221379578,0,0.457527791,0.457584091,0.457890071
-5092,1,0.1397,1,1,1,1,1,1,1,1,0.0264,0.1397,0,1,0.1968,1,1,1,1,1,1,0.0569,0.1968,0,1,0.5034,1,1,1,0.0603,0.5034,0,1,1,1,1,1,0.011602681,0,0.426034003,1,1,1,1,1,0.07884559,0,0.12268953,1,1,1,1,1,0.113296591,0,0.464596423,0.464776814,0.464539007
-5093,1,0.1396,1,1,1,1,1,1,1,1,0.0219,0.1396,0,1,0.1967,1,1,1,1,1,1,0.0643,0.1967,0,1,0.5033,1,1,1,0.0548,0.5033,0.004,1,1,1,1,1,0.005982551,0,0.437380075,1,1,1,1,1,0.070066795,0,0.215817019,1,1,1,1,1,0.052883655,0,0.49359594,0.493759255,0.493794326
-5094,1,0.1395,1,1,1,1,1,1,1,1,0.0127,0.1395,0.071,1,0.1966,1,1,1,1,1,1,0.0727,0.1966,0.0808,1,0.5031,1,1,1,0.0322,0.5031,0.037,1,1,1,1,1,0.002974855,0.323786318,0.35451138,1,1,1,1,1,0.088628113,0.271279633,0.164246857,1,1,1,1,1,0.056927424,0.199324489,0.54579507,0.545800719,0.546099291
-5095,1,0.1393,1,1,1,1,1,1,1,1,0.0025,0.1393,0.2055,1,0.1966,1,1,1,1,1,1,0.031,0.1966,0.2048,1,0.5029,1,1,1,0.0176,0.5029,0.1598,1,1,1,1,1,0.000716278,0.464782834,0.106596522,1,1,1,1,1,0.045421109,0.339563668,0.035242934,1,1,1,1,1,0.055666286,0.519678175,0.610258579,0.610323673,0.61037234
-5096,1,0.1392,1,1,1,1,1,1,1,1,0.0075,0.1392,0.3566,1,0.1965,1,1,1,1,1,1,0.0075,0.1965,0.3516,1,0.5028,1,1,1,0.0107,0.5028,0.2954,1,1,1,1,1,0.001548537,0.717349946,0.010911985,1,1,1,1,1,0.008169375,0.629225135,0.043897644,1,1,1,1,1,0.020572022,0.711720586,0.658107782,0.658134123,0.658244681
-5097,1,0.1391,1,1,1,1,1,1,1,1,0.0134,0.1391,0.4565,1,0.1964,1,1,1,1,1,1,0.0041,0.1964,0.4262,1,0.5026,1,1,1,0.0286,0.5026,0.4209,1,1,1,1,1,0.002069994,0.70511812,0.015961763,1,1,1,1,1,0.009247922,0.621475041,0.073929578,1,1,1,1,1,0.023989815,0.783063889,0.697680039,0.697694098,0.698138298
-5098,1,0.1389,1,1,1,1,1,1,1,1,0.0309,0.1389,0.5028,1,0.1963,1,1,1,1,1,1,0.0129,0.1963,0.4966,1,0.5024,1,1,1,0.0149,0.5024,0.4821,1,1,1,1,1,0.013590019,0.68885833,0.003459241,1,1,1,1,1,0.02102009,0.693815649,0.140142411,1,1,1,1,1,0.0170155,0.787337959,0.732721121,0.732811508,0.732712766
-5099,1,0.1388,1,1,1,1,1,1,1,1,0.0131,0.1388,0.5223,1,0.1962,1,1,1,1,1,1,0.012,0.1962,0.4919,1,0.5023,1,1,1,0.0176,0.5023,0.5387,1,1,1,1,1,0.00512998,0.670656443,0.038107917,1,1,1,1,1,0.038149688,0.72903192,0.093871988,1,1,1,1,1,0.008930256,0.777943194,0.758397777,0.758409139,0.758421986
-5100,1,0.1387,1,1,1,1,1,1,1,1,0.0869,0.1387,0.5359,1,0.1961,1,1,1,1,1,1,0.0106,0.1961,0.5043,1,0.5021,1,1,1,0.0153,0.5021,0.5558,1,1,1,1,1,0.01706226,0.738003075,0.040680289,1,1,1,1,1,0.03291462,0.739450276,0.119786918,1,1,1,1,1,0.007906815,0.783242822,0.777730788,0.77766025,0.777925532
-5101,1,0.1385,1,1,1,1,1,1,1,1,0.0998,0.1385,0.507,1,0.196,1,1,1,1,1,1,0.0256,0.196,0.4904,1,0.5019,1,1,1,0.0094,0.5019,0.5461,1,1,1,1,1,0.019608472,0.699006975,0.091485433,1,1,1,1,1,0.033961114,0.703294218,0.188274354,1,1,1,1,1,0.026298141,0.761169791,0.79482842,0.794795854,0.795212766
-5102,1,0.1384,1,1,1,1,1,1,1,1,0.1883,0.1384,0.4455,1,0.1959,1,1,1,1,1,1,0.1579,0.1959,0.4355,1,0.5018,1,1,1,0.003,0.5018,0.5412,1,1,1,1,1,0.039567307,0.667062521,0.112619042,1,1,1,1,1,0.161377758,0.610863626,0.287209183,1,1,1,1,1,0.015829006,0.708228528,0.800628323,0.800719272,0.800975177
-5103,1,0.1383,1,1,1,1,1,1,1,1,0.1725,0.1383,0.3584,1,0.1958,1,1,1,1,1,1,0.1537,0.1958,0.3301,1,0.5016,1,1,1,0.018,0.5016,0.4181,1,1,1,1,1,0.036993459,0.591022789,0.03049466,1,1,1,1,1,0.147900328,0.413252354,0.143834561,1,1,1,1,1,0.028098227,0.603409171,0.793076365,0.793103448,0.793439716
-5104,1,0.1381,1,1,1,1,1,1,1,1,0.1481,0.1381,0.2457,1,0.1957,1,1,1,1,1,1,0.2174,0.1957,0.2432,1,0.5014,1,1,1,0.0146,0.5014,0.2893,1,1,1,1,1,0.047337104,0.394501925,0.018282859,1,1,1,1,1,0.217670441,0.311127633,0.102488488,1,1,1,1,1,0.057389487,0.409986794,0.786491058,0.786756928,0.78679078
-5105,1,0.138,1,1,1,1,1,1,1,1,0.1227,0.138,0.1507,1,0.1956,1,1,1,1,1,1,0.1071,0.1956,0.1657,1,0.5013,1,1,1,0.0129,0.5013,0.1472,1,1,1,1,1,0.162697986,0.306519598,0.004503134,1,1,1,1,1,0.098021932,0.250027865,0.055904716,1,1,1,1,1,0.072165608,0.254924059,0.7770058,0.777025598,0.777039007
-5106,1,0.1379,1,1,1,1,1,1,1,1,0.1279,0.1379,0.0369,1,0.1955,1,1,1,1,1,1,0.0477,0.1955,0.0175,1,0.5011,1,1,1,0.0387,0.5011,0.0429,1,1,1,1,1,0.153376669,0.07622464,0.019624762,1,1,1,1,1,0.054710064,0.030237189,0.045710213,1,1,1,1,1,0.148361564,0.049714174,0.759243596,0.759255342,0.759751773
-5107,1,0.1377,1,1,1,1,1,1,1,1,0.154,0.1377,0,1,0.1954,1,1,1,1,1,1,0.0273,0.1954,0,1,0.5009,1,1,1,0.1246,0.5009,0,1,1,1,1,1,0.166220337,0,0.075296804,1,1,1,1,1,0.033588395,0,0.239812851,1,1,1,1,1,0.302441388,0,0.74262929,0.74275439,0.742907801
-5108,1,0.1376,1,1,1,1,1,1,1,1,0.0998,0.1376,0,1,0.1953,1,1,1,1,1,1,0.0103,0.1953,0,1,0.5008,1,1,1,0.1535,0.5008,0,1,1,1,1,1,0.113067359,0,0.097483784,1,1,1,1,1,0.019478284,0,0.187153399,1,1,1,1,1,0.228019297,0,0.743837603,0.743812143,0.744237589
-5109,1,0.1375,1,1,1,1,1,1,1,1,0.0854,0.1375,0,1,0.1952,1,1,1,1,1,1,0.0405,0.1952,0,1,0.5006,1,1,1,0.117,0.5006,0,1,1,1,1,1,0.08947479,0,0.101159915,1,1,1,1,1,0.06296365,0,0.150975659,1,1,1,1,1,0.258001417,0,0.714475592,0.714618151,0.71498227
-5110,1,0.1373,1,1,1,1,1,1,1,1,0.0697,0.1373,0,1,0.1951,1,1,1,1,1,1,0.0427,0.1951,0,1,0.5004,1,1,1,0.1156,0.5004,0,1,1,1,1,1,0.081894979,0,0.108981304,1,1,1,1,1,0.049790312,0,0.063368067,1,1,1,1,1,0.277277976,0,0.650374577,0.650306748,0.650265957
-5111,1,0.1372,1,1,1,1,1,1,1,1,0.0973,0.1372,0,1,0.195,1,1,1,1,1,1,0.0804,0.195,0,1,0.5003,1,1,1,0.0426,0.5003,0,1,1,1,1,1,0.11782752,0,0.08197622,1,1,1,1,1,0.096740395,0,0.060892146,1,1,1,1,1,0.078796782,0,0.586756887,0.586629998,0.586879433
-5112,1,0.1371,1,1,1,1,1,1,1,1,0.0657,0.1371,0,1,0.1949,1,1,1,1,1,1,0.0914,0.1949,0,1,0.5001,1,1,1,0.0297,0.5001,0,1,1,1,1,1,0.083958223,0,0.040084701,1,1,1,1,1,0.092124403,0,0.008591101,1,1,1,1,1,0.061899729,0,0.541143064,0.541146605,0.541223404
-5113,1,0.1369,1,1,1,1,1,1,1,1,0.0548,0.1369,0,1,0.1948,1,1,1,1,1,1,0.1213,0.1948,0,1,0.4999,1,1,1,0.0463,0.4999,0,1,1,1,1,1,0.108865887,0,0.030354485,1,1,1,1,1,0.112372331,0,0,1,1,1,1,1,0.067583628,0,0.511841469,0.511741062,0.511968085
-5114,1,0.1368,1,1,1,1,1,1,1,1,0.0179,0.1368,0,1,0.1947,1,1,1,1,1,1,0.1166,0.1947,0,1,0.4998,1,1,1,0.0346,0.4998,0,1,1,1,1,1,0.04894466,0,0.037336156,1,1,1,1,1,0.109213442,0,0,1,1,1,1,1,0.05948092,0,0.493293862,0.493336154,0.493351064
-5115,1,0.1367,1,1,1,1,1,1,1,1,0.0199,0.1367,0,1,0.1946,1,1,1,1,1,1,0.176,0.1946,0,1,0.4996,1,1,1,0.0386,0.4996,0,1,1,1,1,1,0.045376133,0,0.046888236,1,1,1,1,1,0.17973043,0,0,1,1,1,1,1,0.046099778,0,0.487071049,0.486989634,0.48714539
-5116,1,0.1365,1,1,1,1,1,1,1,1,0.0156,0.1365,0,1,0.1945,1,1,1,1,1,1,0.1472,0.1945,0,1,0.4994,1,1,1,0.0499,0.4994,0,1,1,1,1,1,0.032603193,0,0.098775104,1,1,1,1,1,0.156007618,0,0,1,1,1,1,1,0.075335465,0,0.493293862,0.493336154,0.493351064
-5117,1,0.1364,1,1,1,1,1,1,1,1,0.0078,0.1364,0,1,0.1944,1,1,1,1,1,1,0.092,0.1944,0,1,0.4993,1,1,1,0.0237,0.4993,0,1,1,1,1,1,0.014137963,0,0.062824622,1,1,1,1,1,0.092215039,0,0,1,1,1,1,1,0.05722598,0,0.522353794,0.522318595,0.522606383
-5118,1,0.1363,1,1,1,1,1,1,1,1,0.0043,0.1363,0.0634,1,0.1943,1,1,1,1,1,1,0.0498,0.1943,0.0673,1,0.4991,1,1,1,0.0237,0.4991,0.0301,1,1,1,1,1,0.004517946,0.170679227,0.009091987,1,1,1,1,1,0.055293337,0.35213542,0,1,1,1,1,1,0.032922305,0.100804798,0.575277912,0.575417813,0.57535461
-5119,1,0.1361,1,1,1,1,1,1,1,1,0.001,0.1361,0.1998,1,0.1942,1,1,1,1,1,1,0.0014,0.1942,0.2118,1,0.4989,1,1,1,0.0178,0.4989,0.1622,1,1,1,1,1,0.006706002,0.537890613,0.000622514,1,1,1,1,1,0.003556494,0.607221067,0.004452618,1,1,1,1,1,0.030770306,0.383561552,0.642641373,0.642690924,0.642730496
-5120,1,0.136,1,1,1,1,1,1,1,1,0.0007,0.136,0.3594,1,0.1941,1,1,1,1,1,1,0,0.1941,0.3812,1,0.4988,1,1,1,0.0185,0.4988,0.2988,1,1,1,1,1,0.000506182,0.729301274,0.000688818,1,1,1,1,1,0,0.765196323,0,1,1,1,1,1,0.021593651,0.549306273,0.69737796,0.697482547,0.697695035
-5121,1,0.1359,1,1,1,1,1,1,1,1,0.0029,0.1359,0.4807,1,0.194,1,1,1,1,1,1,0,0.194,0.5091,1,0.4986,1,1,1,0.0083,0.4986,0.4474,1,1,1,1,1,0.000604596,0.801917136,0.000273266,1,1,1,1,1,0.002091576,0.847889006,0.004664136,1,1,1,1,1,0.010557109,0.671550989,0.746314645,0.746350751,0.746453901
-5122,1,0.1357,1,1,1,1,1,1,1,1,0.0122,0.1357,0.5724,1,0.1939,1,1,1,1,1,1,0.0022,0.1939,0.5982,1,0.4984,1,1,1,0.0105,0.4984,0.4972,1,1,1,1,1,0.002989506,0.835422397,0.001955621,1,1,1,1,1,0.003481455,0.874279141,0.000350785,1,1,1,1,1,0.016431523,0.677011251,0.792472209,0.792680347,0.792996454
-5123,1,0.1356,1,1,1,1,1,1,1,1,0.0534,0.1356,0.5843,1,0.1939,1,1,1,1,1,1,0.0325,0.1939,0.6102,1,0.4983,1,1,1,0.013,0.4983,0.531,1,1,1,1,1,0.017047171,0.841004908,0.00091816,1,1,1,1,1,0.023038022,0.884586394,0,1,1,1,1,1,0.023697434,0.761873126,0.828479942,0.82864396,0.828900709
-5124,1,0.1355,1,1,1,1,1,1,1,1,0.1063,0.1355,0.6006,1,0.1938,1,1,1,1,1,1,0.0188,0.1938,0.6215,1,0.4981,1,1,1,0.0656,0.4981,0.5805,1,1,1,1,1,0.038218047,0.85491538,0.007513322,1,1,1,1,1,0.018217854,0.894922853,0,1,1,1,1,1,0.05235447,0.806830406,0.853250362,0.853395388,0.853723404
-5125,1,0.1353,1,1,1,1,1,1,1,1,0.1067,0.1353,0.5989,1,0.1937,1,1,1,1,1,1,0.0206,0.1937,0.6195,1,0.4979,1,1,1,0.1015,0.4979,0.5816,1,1,1,1,1,0.027585343,0.844752491,0.000378386,1,1,1,1,1,0.022424636,0.889786005,0,1,1,1,1,1,0.108362071,0.803670347,0.877356211,0.877512164,0.877659574
-5126,1,0.1352,1,1,1,1,1,1,1,1,0.2451,0.1352,0.5624,1,0.1936,1,1,1,1,1,1,0.0298,0.1936,0.5816,1,0.4978,1,1,1,0.0963,0.4978,0.5593,1,1,1,1,1,0.053810012,0.82482338,0.042446651,1,1,1,1,1,0.039070334,0.872502744,0.079056293,1,1,1,1,1,0.075665265,0.75357461,0.8919768,0.89210916,0.892287234
-5127,1,0.1351,1,1,1,1,1,1,1,1,0.2258,0.1351,0.4613,1,0.1935,1,1,1,1,1,1,0.0735,0.1935,0.4955,1,0.4976,1,1,1,0.1002,0.4976,0.4593,1,1,1,1,1,0.063334569,0.797767639,0.108014666,1,1,1,1,1,0.08140292,0.853475034,0.20282802,1,1,1,1,1,0.134511814,0.709850371,0.901099565,0.901205839,0.901152482
-5128,1,0.1349,1,1,1,1,1,1,1,1,0.1746,0.1349,0.3293,1,0.1934,1,1,1,1,1,1,0.1909,0.1934,0.374,1,0.4974,1,1,1,0.0948,0.4974,0.3136,1,1,1,1,1,0.078976862,0.743472099,0.127460122,1,1,1,1,1,0.162277207,0.803611219,0.189487696,1,1,1,1,1,0.216381937,0.643525243,0.905449493,0.905436852,0.905585106
-5129,1,0.1348,1,1,1,1,1,1,1,1,0.2032,0.1348,0.1622,1,0.1933,1,1,1,1,1,1,0.2018,0.1933,0.2097,1,0.4973,1,1,1,0.0346,0.4973,0.1408,1,1,1,1,1,0.110812753,0.62010318,0.268454254,1,1,1,1,1,0.174158663,0.674103737,0.225365981,1,1,1,1,1,0.084037125,0.512430489,0.901159981,0.901205839,0.901152482
-5130,1,0.1347,1,1,1,1,1,1,1,1,0.1853,0.1347,0.0508,1,0.1932,1,1,1,1,1,1,0.0357,0.1932,0.0811,1,0.4971,1,1,1,0.0419,0.4971,0.0428,1,1,1,1,1,0.058354847,0.357661188,0.184134454,1,1,1,1,1,0.032201543,0.41434145,0.198445827,1,1,1,1,1,0.087010749,0.296369791,0.880920735,0.880896975,0.881205674
-5131,1,0.1345,1,1,1,1,1,1,1,1,0.1106,0.1345,0,1,0.1931,1,1,1,1,1,1,0.0215,0.1931,0,1,0.4969,1,1,1,0.0873,0.4969,0,1,1,1,1,1,0.04043524,0,0.19756043,1,1,1,1,1,0.026699787,0,0.214391381,1,1,1,1,1,0.148337722,0,0.8530087,0.852972287,0.853280142
-5132,1,0.1344,1,1,1,1,1,1,1,1,0.0808,0.1344,0,1,0.193,1,1,1,1,1,1,0.0381,0.193,0,1,0.4968,1,1,1,0.1512,0.4968,0,1,1,1,1,1,0.030131966,0,0.09632542,1,1,1,1,1,0.042177953,0,0.150295019,1,1,1,1,1,0.197707698,0,0.846121315,0.846202666,0.846187943
-5133,1,0.1343,1,1,1,1,1,1,1,1,0.1507,0.1343,0,1,0.1929,1,1,1,1,1,1,0.1244,0.1929,0,1,0.4966,1,1,1,0.1053,0.4966,0,1,1,1,1,1,0.069260187,0,0.297730386,1,1,1,1,1,0.162382141,0,0.458436906,1,1,1,1,1,0.155748263,0,0.810053166,0.810027502,0.810283688
-5134,1,0.1341,1,1,1,1,1,1,1,1,0.1583,0.1341,0,1,0.1928,1,1,1,1,1,1,0.1054,0.1928,0,1,0.4964,1,1,1,0.0709,0.4964,0,1,1,1,1,1,0.054527506,0,0.425433576,1,1,1,1,1,0.156250462,0,0.671729624,1,1,1,1,1,0.1259958,0,0.735621073,0.735561667,0.735815603
-5135,1,0.134,1,1,1,1,1,1,1,1,0.1287,0.134,0,1,0.1927,1,1,1,1,1,1,0.2165,0.1927,0,1,0.4963,1,1,1,0.0612,0.4963,0,1,1,1,1,1,0.049992196,0,0.250322551,1,1,1,1,1,0.213032931,0,0.641183019,1,1,1,1,1,0.092868246,0,0.663484775,0.66363444,0.66356383
-5136,1,0.1339,1,1,1,1,1,1,1,1,0.2432,0.1339,0,1,0.1926,1,1,1,1,1,1,0.3583,0.1926,0,1,0.4961,1,1,1,0.0424,0.4961,0,1,1,1,1,1,0.131186247,0,0.459563553,1,1,1,1,1,0.361949444,0,0.882573843,1,1,1,1,1,0.070348278,0,0.60578782,0.605669558,0.605939716
-5137,1,0.1337,1,1,1,1,1,1,1,1,0.2379,0.1337,0,1,0.1925,1,1,1,1,1,1,0.3362,0.1925,0,1,0.4959,1,1,1,0.0558,0.4959,0,1,1,1,1,1,0.135526821,0,0.657917798,1,1,1,1,1,0.33900547,0,0.660773575,1,1,1,1,1,0.112743109,0,0.568994683,0.568859742,0.569148936
-5138,1,0.1336,1,1,1,1,1,1,1,1,0.2607,0.1336,0,1,0.1924,1,1,1,1,1,1,0.4289,0.1924,0,1,0.4958,1,1,1,0.08,0.4958,0,1,1,1,1,1,0.154075444,0,0.908918262,1,1,1,1,1,0.46868977,0,0.724922299,1,1,1,1,1,0.212934658,0,0.543559691,0.543685213,0.543882979
-5139,1,0.1335,1,1,1,1,1,1,1,1,0.2497,0.1335,0,1,0.1923,1,1,1,1,1,1,0.2976,0.1923,0,1,0.4956,1,1,1,0.1075,0.4956,0,1,1,1,1,1,0.188555703,0,0.831959009,1,1,1,1,1,0.335599542,0,0.412070692,1,1,1,1,1,0.292637378,0,0.530570324,0.530569071,0.530585106
-5140,1,0.1333,1,1,1,1,1,1,1,1,0.2714,0.1333,0,1,0.1922,1,1,1,1,1,1,0.2,0.1922,0,1,0.4954,1,1,1,0.1338,0.4954,0,1,1,1,1,1,0.214494169,0,0.493155301,1,1,1,1,1,0.202353165,0,0.173866242,1,1,1,1,1,0.376315296,0,0.533107782,0.533107679,0.533244681
-5141,1,0.1332,1,1,1,1,1,1,1,1,0.1808,0.1332,0,1,0.1921,1,1,1,1,1,1,0.1831,0.1921,0,1,0.4953,1,1,1,0.1154,0.4953,0,1,1,1,1,1,0.171673387,0,0.148507774,1,1,1,1,1,0.183231696,0,0.192627758,1,1,1,1,1,0.364933252,0,0.558724021,0.55870531,0.558953901
-5142,1,0.1331,1,1,1,1,1,1,1,1,0.0733,0.1331,0.073,1,0.192,1,1,1,1,1,1,0.2247,0.192,0.0916,1,0.4951,1,1,1,0.0796,0.4951,0.0461,1,1,1,1,1,0.086211525,0.238923639,0.051250808,1,1,1,1,1,0.212271392,0.180614933,0.23682487,1,1,1,1,1,0.25420773,0.116009764,0.610258579,0.610323673,0.61037234
-5143,1,0.1329,1,1,1,1,1,1,1,1,0.0443,0.1329,0.2057,1,0.1919,1,1,1,1,1,1,0.0869,0.1919,0.2137,1,0.4949,1,1,1,0.0501,0.4949,0.1417,1,1,1,1,1,0.035984114,0.492270231,0.16185081,1,1,1,1,1,0.0896044,0.459405452,0.335194528,1,1,1,1,1,0.196875021,0.344070315,0.677742871,0.677808335,0.677748227
-5144,1,0.1328,1,1,1,1,1,1,1,1,0.0253,0.1328,0.3553,1,0.1918,1,1,1,1,1,1,0.0048,0.1918,0.3534,1,0.4948,1,1,1,0.0353,0.4948,0.272,1,1,1,1,1,0.005800121,0.667341352,0.09834969,1,1,1,1,1,0.005897969,0.625813723,0.173430115,1,1,1,1,1,0.1065282,0.596470356,0.738702272,0.738734927,0.73891844
-5145,1,0.1327,1,1,1,1,1,1,1,1,0.0411,0.1327,0.4562,1,0.1917,1,1,1,1,1,1,0.0331,0.1917,0.4531,1,0.4946,1,1,1,0.031,0.4946,0.418,1,1,1,1,1,0.015543066,0.754892945,0.151753694,1,1,1,1,1,0.023498252,0.723167181,0.27540186,1,1,1,1,1,0.075440824,0.701596618,0.793197197,0.793314999,0.793439716
-5146,1,0.1325,1,1,1,1,1,1,1,1,0.0729,0.1325,0.4998,1,0.1916,1,1,1,1,1,1,0.0087,0.1916,0.4717,1,0.4944,1,1,1,0.0344,0.4944,0.4944,1,1,1,1,1,0.025520489,0.743299365,0.271295071,1,1,1,1,1,0.014340438,0.72833544,0.104181163,1,1,1,1,1,0.064129248,0.764493465,0.845879652,0.845991115,0.846187943
-5147,1,0.1324,1,1,1,1,1,1,1,1,0.1185,0.1324,0.5687,1,0.1915,1,1,1,1,1,1,0.0433,0.1915,0.5288,1,0.4943,1,1,1,0.034,0.4943,0.5537,1,1,1,1,1,0.030732699,0.774692297,0.884080529,1,1,1,1,1,0.031045562,0.739137888,0.292012036,1,1,1,1,1,0.076103233,0.807950079,0.885029,0.885127988,0.885195035
-5148,1,0.1323,1,1,1,1,1,1,1,1,0.1569,0.1323,0.5299,1,0.1914,1,1,1,1,1,1,0,0.1914,0.5318,1,0.4941,1,1,1,0.0472,0.4941,0.5495,1,1,1,1,1,0.067182958,0.693577766,0.186999679,1,1,1,1,1,0.011207373,0.783515215,0.058626708,1,1,1,1,1,0.034454048,0.797937334,0.911974384,0.911994923,0.912234043
-5149,1,0.1321,1,1,1,1,1,1,1,1,0.2059,0.1321,0.5972,1,0.1913,1,1,1,1,1,1,0.0329,0.1913,0.603,1,0.4939,1,1,1,0.0895,0.4939,0.5487,1,1,1,1,1,0.042854853,0.818126917,0.717393041,1,1,1,1,1,0.029209845,0.854982853,0.374225914,1,1,1,1,1,0.199806526,0.831261396,0.935234413,0.935477047,0.93572695
-5150,1,0.132,1,1,1,1,1,1,1,1,0.2514,0.132,0.564,1,0.1913,1,1,1,1,1,1,0.034,0.1913,0.576,1,0.4938,1,1,1,0.1129,0.4938,0.5674,1,1,1,1,1,0.054405145,0.837983131,0.786887348,1,1,1,1,1,0.035430156,0.839870214,0.551747978,1,1,1,1,1,0.217814907,0.785872638,0.950821653,0.950920245,0.951241135
-5151,1,0.1319,1,1,1,1,1,1,1,1,0.2736,0.1319,0.4604,1,0.1912,1,1,1,1,1,1,0.0607,0.1912,0.4606,1,0.4936,1,1,1,0.1763,0.4936,0.4241,1,1,1,1,1,0.057463817,0.788900971,0.728908539,1,1,1,1,1,0.049772277,0.731709123,0.44773984,1,1,1,1,1,0.306676775,0.803121567,0.956379894,0.956420563,0.956560284
-5152,1,0.1317,1,1,1,1,1,1,1,1,0.3009,0.1317,0.3121,1,0.1911,1,1,1,1,1,1,0.0342,0.1911,0.3235,1,0.4934,1,1,1,0.2005,0.4934,0.2839,1,1,1,1,1,0.07588014,0.661004186,0.652342677,1,1,1,1,1,0.058639184,0.624274015,0.471013904,1,1,1,1,1,0.292834193,0.716519177,0.955896568,0.955785911,0.956117021
-5153,1,0.1316,1,1,1,1,1,1,1,1,0.2913,0.1316,0.1584,1,0.191,1,1,1,1,1,1,0.1264,0.191,0.1753,1,0.4933,1,1,1,0.1174,0.4933,0.1378,1,1,1,1,1,0.097384974,0.498830557,0.763492227,1,1,1,1,1,0.146925718,0.446406245,0.733988285,1,1,1,1,1,0.316684514,0.53914094,0.94320928,0.943304421,0.943262411
-5154,1,0.1315,1,1,1,1,1,1,1,1,0.2057,0.1315,0.0394,1,0.1909,1,1,1,1,1,1,0.0337,0.1909,0.0437,1,0.4931,1,1,1,0.1361,0.4931,0.0387,1,1,1,1,1,0.058597684,0.190193444,0.853695273,1,1,1,1,1,0.059492745,0.159547567,0.657703221,1,1,1,1,1,0.236634612,0.181229621,0.912699372,0.912629575,0.913120567
-5155,1,0.1313,1,1,1,1,1,1,1,1,0.1894,0.1313,0,1,0.1908,1,1,1,1,1,1,0.074,0.1908,0,1,0.4929,1,1,1,0.1555,0.4929,0,1,1,1,1,1,0.101024508,0,0.772127986,1,1,1,1,1,0.124168128,0,0.853610039,1,1,1,1,1,0.217186242,0,0.881947801,0.881954728,0.882092199
-5156,1,0.1312,1,1,1,1,1,1,1,1,0.265,0.1312,0,1,0.1907,1,1,1,1,1,1,0.1526,0.1907,0,1,0.4928,1,1,1,0.1607,0.4928,0,1,1,1,1,1,0.151871562,0,0.838119864,1,1,1,1,1,0.218889982,0,0.768890619,1,1,1,1,1,0.231796697,0,0.874697922,0.874762006,0.875
-5157,1,0.1311,1,1,1,1,1,1,1,1,0.1648,0.1311,0,1,0.1906,1,1,1,1,1,1,0.0413,0.1906,0,1,0.4926,1,1,1,0.1047,0.4926,0,1,1,1,1,1,0.128622204,0,0.590393066,1,1,1,1,1,0.075912774,0,0.527612329,1,1,1,1,1,0.211726025,0,0.841469309,0.841548551,0.841755319
-5158,1,0.1309,1,1,1,1,1,1,1,1,0.1908,0.1309,0,1,0.1905,1,1,1,1,1,1,0.0807,0.1905,0,1,0.4924,1,1,1,0.096,0.4924,0,1,1,1,1,1,0.206003129,0,0.526264787,1,1,1,1,1,0.105402194,0,0.755398452,1,1,1,1,1,0.181496456,0,0.773985017,0.773852338,0.774379433
-5159,1,0.1308,1,1,1,1,1,1,1,1,0.152,0.1308,0,1,0.1904,1,1,1,1,1,1,0.0935,0.1904,0,1,0.4923,1,1,1,0.0849,0.4923,0,1,1,1,1,1,0.169364899,0,0.89864248,1,1,1,1,1,0.10186936,0,0.816830397,1,1,1,1,1,0.134820789,0,0.702996617,0.702982864,0.703014184
-5160,1,0.1307,1,1,1,1,1,1,1,1,0.1929,0.1307,0,1,0.1903,1,1,1,1,1,1,0.1565,0.1903,0,1,0.4921,1,1,1,0.0693,0.4921,0,1,1,1,1,1,0.083956838,0,0.770700514,1,1,1,1,1,0.146931499,0,0.743093729,1,1,1,1,1,0.078402027,0,0.64058724,0.640575418,0.640957447
-5161,1,0.1305,1,1,1,1,1,1,1,1,0.164,0.1305,0,1,0.1902,1,1,1,1,1,1,0.2126,0.1902,0,1,0.4919,1,1,1,0.0631,0.4919,0,1,1,1,1,1,0.062984638,0,0.70276314,1,1,1,1,1,0.200408593,0,0.528657675,1,1,1,1,1,0.040657576,0,0.60119623,0.601226994,0.601507092
-5162,1,0.1304,1,1,1,1,1,1,1,1,0.1237,0.1304,0,1,0.1901,1,1,1,1,1,1,0.1354,0.1901,0,1,0.4918,1,1,1,0.0688,0.4918,0,1,1,1,1,1,0.05312657,0,0.717000842,1,1,1,1,1,0.130455732,0,0.420798182,1,1,1,1,1,0.030484982,0,0.572196713,0.572244553,0.572251773
-5163,1,0.1303,1,1,1,1,1,1,1,1,0.0901,0.1303,0,1,0.19,1,1,1,1,1,1,0.038,0.19,0,1,0.4916,1,1,1,0.0678,0.4916,0,1,1,1,1,1,0.044036344,0,0.472597569,1,1,1,1,1,0.052079417,0,0.307053685,1,1,1,1,1,0.027305795,0,0.553709522,0.553839645,0.554078014
-5164,1,0.1301,1,1,1,1,1,1,1,1,0.066,0.1301,0,1,0.1899,1,1,1,1,1,1,0,0.1899,0,1,0.4914,1,1,1,0.049,0.4914,0,1,1,1,1,1,0.027686397,0,0.437289894,1,1,1,1,1,0.012383644,0,0.362767577,1,1,1,1,1,0.019953769,0,0.545613823,0.545800719,0.545656028
-5165,1,0.13,1,1,1,1,1,1,1,1,0.0393,0.13,0,1,0.1898,1,1,1,1,1,1,0,0.1898,0,1,0.4913,1,1,1,0.0484,0.4913,0.0386,1,1,1,1,1,0.030210588,0,0.410743535,1,1,1,1,1,0.014618206,0,0.483973563,1,1,1,1,1,0.023268029,0.050742283,0.547909618,0.547916226,0.548315603
-5166,1,0.1299,1,1,1,1,1,1,1,1,0.0132,0.1299,0.0648,1,0.1897,1,1,1,1,1,1,0,0.1897,0.0818,1,0.4911,1,1,1,0.0253,0.4911,0.0627,1,1,1,1,1,0.031683791,0.387012094,0.294013143,1,1,1,1,1,0.002250811,0.336050153,0.254201591,1,1,1,1,1,0.036143027,0.489132762,0.56681972,0.566744235,0.566932624
-5167,1,0.1297,1,1,1,1,1,1,1,1,0.005,0.1297,0.204,1,0.1896,1,1,1,1,1,1,0,0.1896,0.2138,1,0.4909,1,1,1,0.002,0.4909,0.2091,1,1,1,1,1,0.015602085,0.600974381,0.271106422,1,1,1,1,1,0.000189644,0.558741748,0.317173332,1,1,1,1,1,0.010602539,0.714867711,0.61817303,0.618151047,0.618351064
-5168,1,0.1296,1,1,1,1,1,1,1,1,0.0118,0.1296,0.365,1,0.1895,1,1,1,1,1,1,0,0.1895,0.3722,1,0.4908,1,1,1,0,0.4908,0.3751,1,1,1,1,1,0.007348027,0.737439513,0.334121883,1,1,1,1,1,8.56E-05,0.72936666,0.239481166,1,1,1,1,1,0.000303371,0.813005567,0.68541566,0.685424159,0.68572695
-5169,1,0.1295,1,1,1,1,1,1,1,1,0.0129,0.1295,0.4921,1,0.1894,1,1,1,1,1,1,0,0.1894,0.4891,1,0.4906,1,1,1,0.0002,0.4906,0.518,1,1,1,1,1,0.004494684,0.810160756,0.373006701,1,1,1,1,1,0.00012003,0.803643763,0.26773116,1,1,1,1,1,0.000274908,0.838579237,0.74722088,0.747408504,0.747340426
-5170,1,0.1293,1,1,1,1,1,1,1,1,0.0323,0.1293,0.5866,1,0.1893,1,1,1,1,1,1,0,0.1893,0.5846,1,0.4904,1,1,1,0.002,0.4904,0.5811,1,1,1,1,1,0.009831929,0.846921384,0.433989704,1,1,1,1,1,0.001972323,0.842092395,0.370270193,1,1,1,1,1,0.00092622,0.828395009,0.801474142,0.801565475,0.801861702
-5171,1,0.1292,1,1,1,1,1,1,1,1,0.0527,0.1292,0.607,1,0.1892,1,1,1,1,1,1,0,0.1892,0.6077,1,0.4903,1,1,1,0.0038,0.4903,0.5978,1,1,1,1,1,0.02740493,0.85967797,0.262978673,1,1,1,1,1,0.005102769,0.846555829,0.096662566,1,1,1,1,1,0.001470044,0.83878684,0.841469309,0.841548551,0.841755319
-5172,1,0.1291,1,1,1,1,1,1,1,1,0.0778,0.1291,0.6048,1,0.1891,1,1,1,1,1,1,0.0463,0.1891,0.6073,1,0.4901,1,1,1,0.0043,0.4901,0.6098,1,1,1,1,1,0.060998131,0.857732952,0.170272142,1,1,1,1,1,0.054909628,0.844237387,0.005893194,1,1,1,1,1,0.002942922,0.853518307,0.866420976,0.86651153,0.866578014
-5173,1,0.1289,1,1,1,1,1,1,1,1,0.118,0.1289,0.5919,1,0.189,1,1,1,1,1,1,0.0727,0.189,0.6026,1,0.4899,1,1,1,0.013,0.4899,0.6265,1,1,1,1,1,0.078766428,0.828145146,0.192432344,1,1,1,1,1,0.077172875,0.843249202,0.000471204,1,1,1,1,1,0.026804768,0.847294748,0.881041566,0.881108525,0.881648936
-5174,1,0.1288,1,1,1,1,1,1,1,1,0.2084,0.1288,0.5448,1,0.1889,1,1,1,1,1,1,0.0906,0.1889,0.5793,1,0.4898,1,1,1,0.01,0.4898,0.5724,1,1,1,1,1,0.091154821,0.747994959,0.324849308,1,1,1,1,1,0.119279116,0.848549247,0.107228801,1,1,1,1,1,0.02202359,0.850930274,0.889378927,0.889570552,0.88962766
-5175,1,0.1287,1,1,1,1,1,1,1,1,0.2451,0.1287,0.4365,1,0.1888,1,1,1,1,1,1,0.0997,0.1888,0.4894,1,0.4896,1,1,1,0.0447,0.4896,0.4511,1,1,1,1,1,0.079439305,0.596574903,0.425601482,1,1,1,1,1,0.144051582,0.8342067,0.201081157,1,1,1,1,1,0.087361105,0.724295259,0.890164331,0.890205204,0.890514184
-5176,1,0.1285,1,1,1,1,1,1,1,1,0.2041,0.1285,0.2947,1,0.1887,1,1,1,1,1,1,0.1145,0.1887,0.3709,1,0.4894,1,1,1,0.0808,0.4894,0.3093,1,1,1,1,1,0.094118744,0.464770347,0.407422185,1,1,1,1,1,0.138431191,0.792092443,0.293141127,1,1,1,1,1,0.141869485,0.500935853,0.882551957,0.88258938,0.882978723
-5177,1,0.1284,1,1,1,1,1,1,1,1,0.109,0.1284,0.136,1,0.1887,1,1,1,1,1,1,0.0952,0.1887,0.2093,1,0.4893,1,1,1,0.1469,0.4893,0.1378,1,1,1,1,1,0.054658446,0.329033226,0.366182268,1,1,1,1,1,0.09149456,0.6506899,0.355802625,1,1,1,1,1,0.190298721,0.385877758,0.865998067,0.866088428,0.866134752
-5178,1,0.1283,1,1,1,1,1,1,1,1,0.118,0.1283,0.0379,1,0.1886,1,1,1,1,1,1,0.1313,0.1886,0.079,1,0.4891,1,1,1,0.2226,0.4891,0.0407,1,1,1,1,1,0.078144923,0.184893236,0.360838562,1,1,1,1,1,0.138462692,0.379793555,0.294172257,1,1,1,1,1,0.352818191,0.088682868,0.836756887,0.836682886,0.837322695
-5179,1,0.1281,1,1,1,1,1,1,1,1,0.0815,0.1281,0,1,0.1885,1,1,1,1,1,1,0.1365,0.1885,0,1,0.4889,1,1,1,0.1601,0.4889,0,1,1,1,1,1,0.032982688,0,0.375953823,1,1,1,1,1,0.139727473,0,0.093214929,1,1,1,1,1,0.327556789,0,0.808240696,0.808335096,0.808510638
-5180,1,0.128,1,1,1,1,1,1,1,1,0.075,0.128,0,1,0.1884,1,1,1,1,1,1,0.2047,0.1884,0,1,0.4888,1,1,1,0.2068,0.4888,0,1,1,1,1,1,0.072749458,0,0.289174974,1,1,1,1,1,0.234871492,0,0.155091107,1,1,1,1,1,0.423679024,0,0.804736588,0.804738735,0.804964539
-5181,1,0.1279,1,1,1,1,1,1,1,1,0.142,0.1279,0,1,0.1883,1,1,1,1,1,1,0.2025,0.1883,0,1,0.4886,1,1,1,0.1671,0.4886,0,1,1,1,1,1,0.122689933,0,0.439578742,1,1,1,1,1,0.242832989,0,0.256908417,1,1,1,1,1,0.351861924,0,0.774951667,0.774910091,0.775265957
-5182,1,0.1277,1,1,1,1,1,1,1,1,0.1559,0.1277,0,1,0.1882,1,1,1,1,1,1,0.1614,0.1882,0,1,0.4884,1,1,1,0.1186,0.4884,0,1,1,1,1,1,0.159030095,0,0.545299351,1,1,1,1,1,0.190724909,0,0.256805778,1,1,1,1,1,0.301836699,0,0.720879652,0.72075312,0.721187943
-5183,1,0.1276,1,1,1,1,1,1,1,1,0.1333,0.1276,0,1,0.1881,1,1,1,1,1,1,0.1244,0.1881,0,1,0.4883,1,1,1,0.1028,0.4883,0,1,1,1,1,1,0.151232272,0,0.661164343,1,1,1,1,1,0.149845168,0,0.451399237,1,1,1,1,1,0.295987546,0,0.662457709,0.662576687,0.662234043
-5184,1,0.1275,1,1,1,1,1,1,1,1,0.1978,0.1275,0,1,0.188,1,1,1,1,1,1,0.0584,0.188,0,1,0.4881,1,1,1,0.112,0.4881,0,1,1,1,1,1,0.201340541,0,0.658086419,1,1,1,1,1,0.089875951,0,0.551449537,1,1,1,1,1,0.311060935,0,0.614608507,0.614766237,0.614804965
-5185,1,0.1273,1,1,1,1,1,1,1,1,0.1947,0.1273,0,1,0.1879,1,1,1,1,1,1,0.0463,0.1879,0,1,0.4879,1,1,1,0.1458,0.4879,0,1,1,1,1,1,0.142588556,0,0.589457273,1,1,1,1,1,0.078382388,0,0.739250779,1,1,1,1,1,0.368341595,0,0.580352827,0.580495029,0.580230496
-5186,1,0.1272,1,1,1,1,1,1,1,1,0.1785,0.1272,0,1,0.1878,1,1,1,1,1,1,0.0219,0.1878,0,1,0.4878,1,1,1,0.1715,0.4878,0,1,1,1,1,1,0.139338553,0,0.659721076,1,1,1,1,1,0.060747974,0,0.670752645,1,1,1,1,1,0.454251289,0,0.558240696,0.558282209,0.558510638
-5187,1,0.1271,1,1,1,1,1,1,1,1,0.0872,0.1271,0,1,0.1877,1,1,1,1,1,1,0.0118,0.1877,0,1,0.4876,1,1,1,0.1826,0.4876,0,1,1,1,1,1,0.084040269,0,0.686694503,1,1,1,1,1,0.067993768,0,0.737197697,1,1,1,1,1,0.434230447,0,0.544043016,0.544108314,0.544326241
-5188,1,0.1269,1,1,1,1,1,1,1,1,0.1156,0.1269,0,1,0.1876,1,1,1,1,1,1,0.0655,0.1876,0,1,0.4874,1,1,1,0.1857,0.4874,0,1,1,1,1,1,0.134481475,0,0.754885197,1,1,1,1,1,0.09923175,0,0.573333025,1,1,1,1,1,0.443403423,0,0.539028516,0.539031098,0.539007092
-5189,1,0.1268,1,1,1,1,1,1,1,1,0.1174,0.1268,0,1,0.1875,1,1,1,1,1,1,0.0524,0.1875,0,1,0.4873,1,1,1,0.1796,0.4873,0.0037,1,1,1,1,1,0.15474996,0,0.626356304,1,1,1,1,1,0.083710164,0,0.452755511,1,1,1,1,1,0.46149534,0,0.540901402,0.540935054,0.540780142
-5190,1,0.1267,1,1,1,1,1,1,1,1,0.0748,0.1267,0.0634,1,0.1874,1,1,1,1,1,1,0,0.1874,0.0685,1,0.4871,1,1,1,0.1731,0.4871,0.0594,1,1,1,1,1,0.085307777,0.346320897,0.510386944,1,1,1,1,1,0.006658718,0.204834789,0.471479863,1,1,1,1,1,0.360941768,0.411062062,0.552319961,0.55235879,0.552748227
-5191,1,0.1265,1,1,1,1,1,1,1,1,0.0427,0.1265,0.1953,1,0.1873,1,1,1,1,1,1,0.0045,0.1873,0.2031,1,0.4869,1,1,1,0.2051,0.4869,0.2013,1,1,1,1,1,0.018818991,0.52720511,0.721345305,1,1,1,1,1,0.023187052,0.455863178,0.814522862,1,1,1,1,1,0.398050249,0.590817451,0.592858869,0.592976518,0.592641844
-5192,1,0.1264,1,1,1,1,1,1,1,1,0.1434,0.1264,0.3401,1,0.1872,1,1,1,1,1,1,0.0655,0.1872,0.3378,1,0.4868,1,1,1,0.1786,0.4868,0.3569,1,1,1,1,1,0.073275045,0.619322777,0.994559467,1,1,1,1,1,0.091030046,0.600432873,1,1,1,1,1,1,0.278309822,0.696033239,0.651401643,0.651576052,0.651595745
-5193,1,0.1263,1,1,1,1,1,1,1,1,0.2423,0.1263,0.4563,1,0.1871,1,1,1,1,1,1,0.0791,0.1871,0.4464,1,0.4866,1,1,1,0.2349,0.4866,0.4877,1,1,1,1,1,0.109871462,0.690007448,0.967690885,1,1,1,1,1,0.077701591,0.644867063,0.736424387,1,1,1,1,1,0.333752424,0.714366078,0.713569357,0.713771948,0.713652482
-5194,1,0.1261,1,1,1,1,1,1,1,1,0.2959,0.1261,0.5382,1,0.187,1,1,1,1,1,1,0.107,0.187,0.5376,1,0.4864,1,1,1,0.3603,0.4864,0.5574,1,1,1,1,1,0.221133143,0.763376296,1,1,1,1,1,1,0.149752304,0.757727265,1,1,1,1,1,1,0.539378166,0.741364479,0.765043499,0.76517876,0.765514184
-5195,1,0.126,1,1,1,1,1,1,1,1,0.3424,0.126,0.5595,1,0.1869,1,1,1,1,1,1,0.1508,0.1869,0.5692,1,0.4863,1,1,1,0.4412,0.4863,0.5472,1,1,1,1,1,0.243243217,0.800259471,1,1,1,1,1,1,0.235031515,0.785278022,1,1,1,1,1,1,0.630456567,0.732797086,0.807153214,0.807277343,0.807624113
-5196,1,0.1259,1,1,1,1,1,1,1,1,0.3981,0.1259,0.5479,1,0.1868,1,1,1,1,1,1,0.2529,0.1868,0.5578,1,0.4861,1,1,1,0.4901,0.4861,0.49,1,1,1,1,1,0.346642673,0.785894275,1,1,1,1,1,1,0.312715858,0.767920136,0.891641378,1,1,1,1,1,0.68084985,0.750550151,0.838448526,0.838586842,0.838652482
-5197,1,0.1257,1,1,1,1,1,1,1,1,0.4028,0.1257,0.5425,1,0.1867,1,1,1,1,1,1,0.3134,0.1867,0.5184,1,0.4859,1,1,1,0.5334,0.4859,0.4801,1,1,1,1,1,0.365558922,0.768988252,1,1,1,1,1,1,0.372217208,0.668938339,1,1,1,1,1,1,0.723750472,0.735794604,0.853069116,0.853183838,0.853280142
-5198,1,0.1256,1,1,1,1,1,1,1,1,0.538,0.1256,0.4874,1,0.1866,1,1,1,1,1,1,0.3848,0.1866,0.4012,1,0.4858,1,1,1,0.5764,0.4858,0.4103,1,1,1,1,1,0.457882494,0.650340736,1,1,1,1,1,1,0.391173393,0.553759933,1,1,1,1,1,1,0.753022909,0.724335909,0.857298212,0.857414851,0.857712766
-5199,1,0.1255,1,1,1,1,1,1,1,1,0.5774,0.1255,0.3436,1,0.1865,1,1,1,1,1,1,0.1211,0.1865,0.2949,1,0.4856,1,1,1,0.704,0.4856,0.3335,1,1,1,1,1,0.494933009,0.423729271,1,1,1,1,1,1,0.207439288,0.345457792,1,1,1,1,1,1,0.80386591,0.720003903,0.857660706,0.857626402,0.858156028
-5200,1,0.1253,1,1,1,1,1,1,1,1,0.4754,0.1253,0.2091,1,0.1864,1,1,1,1,1,1,0.1015,0.1864,0.1362,1,0.4854,1,1,1,0.6341,0.4854,0.2582,1,1,1,1,1,0.354170978,0.267626882,1,1,1,1,1,1,0.203618318,0.225648761,1,1,1,1,1,1,0.761693299,0.560561478,0.852042049,0.852126084,0.852393617
-5201,1,0.1252,1,1,1,1,1,1,1,1,0.4455,0.1252,0.0838,1,0.1863,1,1,1,1,1,1,0.1202,0.1863,0.0494,1,0.4853,1,1,1,0.6071,0.4853,0.1401,1,1,1,1,1,0.32019949,0.128873423,1,1,1,1,1,1,0.207531869,0.21963717,1,1,1,1,1,1,0.753177047,0.186432272,0.834581924,0.834567379,0.834663121
-5202,1,0.1251,1,1,1,1,1,1,1,1,0.3701,0.1251,0.0077,1,0.1862,1,1,1,1,1,1,0.067,0.1862,0.0186,1,0.4851,1,1,1,0.5185,0.4851,0.0227,1,1,1,1,1,0.263082415,0.029119074,1,1,1,1,1,1,0.106011815,0.109387346,1,1,1,1,1,1,0.682416141,0.023541598,0.817363461,0.817431775,0.817819149
-5203,1,0.1249,1,1,1,1,1,1,1,1,0.3553,0.1249,0,1,0.1861,1,1,1,1,1,1,0.1122,0.1861,0,1,0.4849,1,1,1,0.4494,0.4849,0,1,1,1,1,1,0.2621108,0,1,1,1,1,1,1,0.134440735,0,1,1,1,1,1,1,0.748650908,0,0.804615756,0.804738735,0.804964539
-5204,1,0.1248,1,1,1,1,1,1,1,1,0.4471,0.1248,0,1,0.1861,1,1,1,1,1,1,0.1009,0.1861,0,1,0.4848,1,1,1,0.3898,0.4848,0,1,1,1,1,1,0.28778863,0,1,1,1,1,1,1,0.175811827,0,1,1,1,1,1,1,0.629952967,0,0.800144998,0.80008462,0.800088652
-5205,1,0.1247,1,1,1,1,1,1,1,1,0.5293,0.1247,0,1,0.186,1,1,1,1,1,1,0.2451,0.186,0,1,0.4846,1,1,1,0.5015,0.4846,0,1,1,1,1,1,0.338472515,0,1,1,1,1,1,1,0.266523778,0,1,1,1,1,1,1,0.738316119,0,0.767701788,0.767717368,0.768173759
-5206,1,0.1245,1,1,1,1,1,1,1,1,0.4635,0.1245,0,1,0.1859,1,1,1,1,1,1,0.3173,0.1859,0,1,0.4844,1,1,1,0.4597,0.4844,0,1,1,1,1,1,0.300412357,0,1,1,1,1,1,1,0.342322201,0,1,1,1,1,1,1,0.686096787,0,0.711756887,0.711656442,0.711879433
-5207,1,0.1244,1,1,1,1,1,1,1,1,0.4864,0.1244,0,1,0.1858,1,1,1,1,1,1,0.2927,0.1858,0,1,0.4843,1,1,1,0.4674,0.4843,0,1,1,1,1,1,0.268939644,0,1,1,1,1,1,1,0.276551485,0,1,1,1,1,1,1,0.693823755,0,0.652368294,0.652422255,0.65248227
-5208,1,0.1243,1,1,1,1,1,1,1,1,0.3637,0.1243,0,1,0.1857,1,1,1,1,1,1,0.2376,0.1857,0,1,0.4841,1,1,1,0.4325,0.4841,0,1,1,1,1,1,0.220104218,0,1,1,1,1,1,1,0.22375083,0,1,1,1,1,1,1,0.658858538,0,0.60397535,0.603977153,0.604166667
-5209,1,0.1241,1,1,1,1,1,1,1,1,0.2349,0.1241,0,1,0.1856,1,1,1,1,1,1,0.1587,0.1856,0,1,0.4839,1,1,1,0.3219,0.4839,0,1,1,1,1,1,0.196177557,0,1,1,1,1,1,1,0.216090828,0,1,1,1,1,1,1,0.503236055,0,0.574009183,0.573936958,0.574024823
-5210,1,0.124,1,1,1,1,1,1,1,1,0.2896,0.124,0,1,0.1855,1,1,1,1,1,1,0.2134,0.1855,0,1,0.4838,1,1,1,0.2284,0.4838,0,1,1,1,1,1,0.1990619,0,1,1,1,1,1,1,0.242601037,0,1,1,1,1,1,1,0.430382013,0,0.556065732,0.555955151,0.556294326
-5211,1,0.1239,1,1,1,1,1,1,1,1,0.2809,0.1239,0,1,0.1854,1,1,1,1,1,1,0.1855,0.1854,0,1,0.4836,1,1,1,0.1965,0.4836,0,1,1,1,1,1,0.218983397,0,1,1,1,1,1,1,0.182454169,0,0.733424664,1,1,1,1,1,0.496674925,0,0.547305462,0.547281574,0.547429078
-5212,1,0.1237,1,1,1,1,1,1,1,1,0.2311,0.1237,0,1,0.1853,1,1,1,1,1,1,0.3543,0.1853,0,1,0.4834,1,1,1,0.233,0.4834,0,1,1,1,1,1,0.226224273,0,0.796083808,1,1,1,1,1,0.294172913,0,0.811476231,1,1,1,1,1,0.583526731,0,0.554132431,0.554262746,0.554521277
-5213,1,0.1236,1,1,1,1,1,1,1,1,0.1376,0.1236,0,1,0.1852,1,1,1,1,1,1,0.3718,0.1852,0,1,0.4833,1,1,1,0.2701,0.4833,0,1,1,1,1,1,0.169292554,0,0.511404037,1,1,1,1,1,0.303934366,0,0.54449296,1,1,1,1,1,0.652753711,0,0.582467376,0.582610535,0.582446809
-5214,1,0.1235,1,1,1,1,1,1,1,1,0.1011,0.1235,0.0532,1,0.1851,1,1,1,1,1,1,0.1803,0.1851,0.0727,1,0.4831,1,1,1,0.2162,0.4831,0.0597,1,1,1,1,1,0.135763764,0.337303579,0.746663809,1,1,1,1,1,0.188975364,0.345773458,0.56144321,1,1,1,1,1,0.531820834,0.309479266,0.632491542,0.632536492,0.632978723
-5215,1,0.1233,1,1,1,1,1,1,1,1,0.0675,0.1233,0.1963,1,0.185,1,1,1,1,1,1,0.1084,0.185,0.2192,1,0.4829,1,1,1,0.1466,0.4829,0.2038,1,1,1,1,1,0.072352558,0.584555745,0.556291223,1,1,1,1,1,0.135864079,0.635669351,0.948725224,1,1,1,1,1,0.319775045,0.553699195,0.701848719,0.70171356,0.70212766
-5216,1,0.1232,1,1,1,1,1,1,1,1,0.0443,0.1232,0.3625,1,0.1849,1,1,1,1,1,1,0.1033,0.1849,0.3872,1,0.4828,1,1,1,0.185,0.4828,0.3822,1,1,1,1,1,0.055249594,0.661860883,0.408908308,1,1,1,1,1,0.105405003,0.779195547,0.351665735,1,1,1,1,1,0.307332218,0.636047363,0.757008217,0.756928284,0.757535461
-5217,1,0.1231,1,1,1,1,1,1,1,1,0.0741,0.1231,0.5001,1,0.1848,1,1,1,1,1,1,0.1572,0.1848,0.5172,1,0.4826,1,1,1,0.2034,0.4826,0.5097,1,1,1,1,1,0.119619414,0.764709532,0.415157497,1,1,1,1,1,0.139775664,0.856945574,0.206171751,1,1,1,1,1,0.28924793,0.681218565,0.795855486,0.795853607,0.796099291
-5218,1,0.1229,1,1,1,1,1,1,1,1,0.0546,0.1229,0.5954,1,0.1847,1,1,1,1,1,1,0.2478,0.1847,0.6211,1,0.4824,1,1,1,0.2238,0.4824,0.5779,1,1,1,1,1,0.102232933,0.847005188,0.204441488,1,1,1,1,1,0.224789739,0.895931125,0.200925648,1,1,1,1,1,0.253023416,0.640407562,0.818330111,0.818277978,0.818705674
-5219,1,0.1228,1,1,1,1,1,1,1,1,0.0904,0.1228,0.6276,1,0.1846,1,1,1,1,1,1,0.2245,0.1846,0.6258,1,0.4823,1,1,1,0.2399,0.4823,0.5536,1,1,1,1,1,0.102221884,0.860604525,0.083405599,1,1,1,1,1,0.216955215,0.852361381,0.166621208,1,1,1,1,1,0.387766153,0.747204185,0.83560899,0.835625132,0.835549645
-5220,1,0.1227,1,1,1,1,1,1,1,1,0.0926,0.1227,0.6399,1,0.1845,1,1,1,1,1,1,0.2067,0.1845,0.631,1,0.4821,1,1,1,0.1666,0.4821,0.5559,1,1,1,1,1,0.102750465,0.870430589,0.009178435,1,1,1,1,1,0.199197799,0.889495015,0.098617025,1,1,1,1,1,0.266455948,0.85683918,0.846483809,0.846625767,0.846631206
-5221,1,0.1225,1,1,1,1,1,1,1,1,0.1152,0.1225,0.6237,1,0.1844,1,1,1,1,1,1,0.1801,0.1844,0.6245,1,0.4819,1,1,1,0.2144,0.4819,0.5463,1,1,1,1,1,0.145471051,0.852373481,0.018651452,1,1,1,1,1,0.183665976,0.880195498,0.086502887,1,1,1,1,1,0.34239614,0.874674797,0.856935718,0.85699175,0.857269504
-5222,1,0.1224,1,1,1,1,1,1,1,1,0.1013,0.1224,0.5738,1,0.1843,1,1,1,1,1,1,0.1227,0.1843,0.5806,1,0.4818,1,1,1,0.2399,0.4818,0.5055,1,1,1,1,1,0.101102404,0.820943773,0.059495453,1,1,1,1,1,0.130042583,0.863469005,0.028441101,1,1,1,1,1,0.330543458,0.855709195,0.861043983,0.861011212,0.861258865
-5223,1,0.1223,1,1,1,1,1,1,1,1,0.1741,0.1223,0.436,1,0.1842,1,1,1,1,1,1,0.1169,0.1842,0.4625,1,0.4816,1,1,1,0.2604,0.4816,0.3903,1,1,1,1,1,0.106372789,0.721147478,0.046898954,1,1,1,1,1,0.131753266,0.791287601,0.14564687,1,1,1,1,1,0.341687739,0.745926857,0.862735621,0.862703618,0.863031915
-5224,1,0.1221,1,1,1,1,1,1,1,1,0.0966,0.1221,0.335,1,0.1841,1,1,1,1,1,1,0.156,0.1841,0.3753,1,0.4814,1,1,1,0.2495,0.4814,0.2942,1,1,1,1,1,0.095863461,0.74947387,0.343601793,1,1,1,1,1,0.160249904,0.80424571,0.052437436,1,1,1,1,1,0.383902192,0.737750411,0.85898985,0.859107256,0.859042553
-5225,1,0.122,1,1,1,1,1,1,1,1,0.1039,0.122,0.1634,1,0.184,1,1,1,1,1,1,0.1744,0.184,0.2149,1,0.4813,1,1,1,0.1903,0.4813,0.1476,1,1,1,1,1,0.094647564,0.622602642,0.715704799,1,1,1,1,1,0.169456512,0.673931718,0.104518332,1,1,1,1,1,0.276904017,0.587839544,0.844550507,0.84451026,0.844858156
-5226,1,0.1219,1,1,1,1,1,1,1,1,0.0873,0.1219,0.0531,1,0.1839,1,1,1,1,1,1,0.147,0.1839,0.0789,1,0.4811,1,1,1,0.0747,0.4811,0.0473,1,1,1,1,1,0.051088583,0.399734885,0.640949607,1,1,1,1,1,0.143509716,0.399126053,0.102625139,1,1,1,1,1,0.091364697,0.331161559,0.812288545,0.812354559,0.8125
-5227,1,0.1217,1,1,1,1,1,1,1,1,0.0733,0.1217,0,1,0.1838,1,1,1,1,1,1,0.0596,0.1838,0,1,0.4809,1,1,1,0.0691,0.4809,0,1,1,1,1,1,0.05655735,0,0.689219475,1,1,1,1,1,0.083904251,0,0.164187446,1,1,1,1,1,0.14025344,0,0.778093282,0.778083351,0.778368794
-5228,1,0.1216,1,1,1,1,1,1,1,1,0.0176,0.1216,0,1,0.1837,1,1,1,1,1,1,0.0824,0.1837,0,1,0.4808,1,1,1,0.0938,0.4808,0,1,1,1,1,1,0.025239374,0,0.416736484,1,1,1,1,1,0.114315957,0,0.092107594,1,1,1,1,1,0.155792683,0,0.76921218,0.769198223,0.769503546
-5229,1,0.1215,1,1,1,1,1,1,1,1,0.0362,0.1215,0,1,0.1836,1,1,1,1,1,1,0.0722,0.1836,0,1,0.4806,1,1,1,0.1263,0.4806,0,1,1,1,1,1,0.055386275,0,0.232842356,1,1,1,1,1,0.112963513,0,0.032137696,1,1,1,1,1,0.236598298,0,0.726679555,0.726676539,0.726950355
-5230,1,0.1213,1,1,1,1,1,1,1,1,0.0197,0.1213,0,1,0.1835,1,1,1,1,1,1,0.0724,0.1835,0,1,0.4804,1,1,1,0.1189,0.4804,0,1,1,1,1,1,0.03142057,0,0.16025874,1,1,1,1,1,0.116515599,0,0.005916493,1,1,1,1,1,0.227922872,0,0.651401643,0.651364502,0.651595745
-5231,1,0.1212,1,1,1,1,1,1,1,1,0.011,0.1212,0,1,0.1835,1,1,1,1,1,1,0.1196,0.1835,0,1,0.4803,1,1,1,0.0904,0.4803,0,1,1,1,1,1,0.042402644,0,0.14209345,1,1,1,1,1,0.160250664,0,0,1,1,1,1,1,0.200166315,0,0.581923635,0.581764333,0.582003546
-5232,1,0.1211,1,1,1,1,1,1,1,1,0.0096,0.1211,0,1,0.1834,1,1,1,1,1,1,0.1498,0.1834,0,1,0.4801,1,1,1,0.0879,0.4801,0,1,1,1,1,1,0.051639937,0,0.08015126,1,1,1,1,1,0.178192839,0,0,1,1,1,1,1,0.185609505,0,0.528878685,0.528876666,0.529255319
-5233,1,0.1209,1,1,1,1,1,1,1,1,0.0075,0.1209,0,1,0.1833,1,1,1,1,1,1,0.1223,0.1833,0,1,0.4799,1,1,1,0.0839,0.4799,0,1,1,1,1,1,0.039862085,0,0.084740832,1,1,1,1,1,0.149211317,0,0,1,1,1,1,1,0.198790267,0,0.495891735,0.495874762,0.496010638
-5234,1,0.1208,1,1,1,1,1,1,1,1,0.0103,0.1208,0,1,0.1832,1,1,1,1,1,1,0.1074,0.1832,0,1,0.4798,1,1,1,0.1175,0.4798,0,1,1,1,1,1,0.028509699,0,0.062339526,1,1,1,1,1,0.135536566,0,0,1,1,1,1,1,0.233199343,0,0.474987917,0.474931246,0.474734043
-5235,1,0.1207,1,1,1,1,1,1,1,1,0.0172,0.1207,0,1,0.1831,1,1,1,1,1,1,0.0748,0.1831,0,1,0.4796,1,1,1,0.1161,0.4796,0,1,1,1,1,1,0.039779238,0,0.049204189,1,1,1,1,1,0.082969517,0,0,1,1,1,1,1,0.217579156,0,0.465381827,0.465411466,0.465425532
-5236,1,0.1205,1,1,1,1,1,1,1,1,0.022,0.1205,0,1,0.183,1,1,1,1,1,1,0.02,0.183,0,1,0.4794,1,1,1,0.0773,0.4794,0,1,1,1,1,1,0.052712962,0,0.027778015,1,1,1,1,1,0.027483951,0,0,1,1,1,1,1,0.155086204,0,0.469127598,0.469219378,0.468971631
-5237,1,0.1204,1,1,1,1,1,1,1,1,0.0155,0.1204,0,1,0.1829,1,1,1,1,1,1,0.0046,0.1829,0,1,0.4793,1,1,1,0.0543,0.4793,0.04,1,1,1,1,1,0.043451544,0,0.006803635,1,1,1,1,1,0.016138675,0,0,1,1,1,1,1,0.104933396,0.095981009,0.493052199,0.493124603,0.493351064
-5238,1,0.1203,1,1,1,1,1,1,1,1,0.0038,0.1203,0.0746,1,0.1828,1,1,1,1,1,1,0,0.1828,0.0994,1,0.4791,1,1,1,0.0315,0.4791,0.0613,1,1,1,1,1,0.015630867,0.427815557,0,1,1,1,1,1,0.010442586,0.408848614,0,1,1,1,1,1,0.075413778,0.551644802,0.541384727,0.541358155,0.541666667
-5239,1,0.1201,1,1,1,1,1,1,1,1,0,0.1201,0.2162,1,0.1827,1,1,1,1,1,1,0,0.1827,0.2393,1,0.4789,1,1,1,0.0034,0.4789,0.2121,1,1,1,1,1,0.001199329,0.68759948,0.002222084,1,1,1,1,1,0,0.646917701,0,1,1,1,1,1,0.025368439,0.781410277,0.605364911,0.605458007,0.605496454
-5240,1,0.12,1,1,1,1,1,1,1,1,0,0.12,0.3836,1,0.1826,1,1,1,1,1,1,0,0.1826,0.3989,1,0.4788,1,1,1,0.0032,0.4788,0.3943,1,1,1,1,1,4.08E-05,0.812894881,0.015979944,1,1,1,1,1,0,0.792295098,0,1,1,1,1,1,0.019091778,0.861759365,0.651159981,0.651152951,0.651595745
-5241,1,0.1199,1,1,1,1,1,1,1,1,0.0001,0.1199,0.5163,1,0.1825,1,1,1,1,1,1,0,0.1825,0.519,1,0.4786,1,1,1,0.0057,0.4786,0.5338,1,1,1,1,1,4.79E-05,0.85702616,0.019616768,1,1,1,1,1,0,0.843664527,0,1,1,1,1,1,0.004238199,0.883535385,0.688678105,0.688597419,0.688829787
-5242,1,0.1197,1,1,1,1,1,1,1,1,0.0006,0.1197,0.6003,1,0.1824,1,1,1,1,1,1,0,0.1824,0.5913,1,0.4784,1,1,1,0.0036,0.4784,0.6399,1,1,1,1,1,0.000477076,0.858786583,0.017796846,1,1,1,1,1,0,0.831241369,0,1,1,1,1,1,0.001335643,0.894432545,0.722752537,0.722657076,0.722960993
-5243,1,0.1196,1,1,1,1,1,1,1,1,0.0087,0.1196,0.5951,1,0.1823,1,1,1,1,1,1,0,0.1823,0.5587,1,0.4783,1,1,1,0.0053,0.4783,0.6639,1,1,1,1,1,0.002474416,0.818306148,0.016322982,1,1,1,1,1,0.000598433,0.793845892,0,1,1,1,1,1,0.013652768,0.910420537,0.748852102,0.748889359,0.749113475
-5244,1,0.1195,1,1,1,1,1,1,1,1,0.0473,0.1195,0.5868,1,0.1822,1,1,1,1,1,1,0,0.1822,0.5667,1,0.4781,1,1,1,0.0071,0.4781,0.6657,1,1,1,1,1,0.007373528,0.798303246,0.010670651,1,1,1,1,1,0.003824314,0.817330062,0,1,1,1,1,1,0.025808994,0.890836,0.767037216,0.767082716,0.767287234
-5245,1,0.1193,1,1,1,1,1,1,1,1,0.126,0.1193,0.5494,1,0.1821,1,1,1,1,1,1,0.0045,0.1821,0.5267,1,0.4779,1,1,1,0.014,0.4779,0.6583,1,1,1,1,1,0.027216729,0.777243555,0.041603964,1,1,1,1,1,0.011806985,0.769661486,0,1,1,1,1,1,0.052135393,0.889256299,0.786491058,0.786545378,0.78679078
-5246,1,0.1192,1,1,1,1,1,1,1,1,0.1486,0.1192,0.4993,1,0.182,1,1,1,1,1,1,0.0322,0.182,0.4768,1,0.4778,1,1,1,0.0311,0.4778,0.6034,1,1,1,1,1,0.03519183,0.710409343,0.077764735,1,1,1,1,1,0.031919412,0.725343347,0,1,1,1,1,1,0.057867635,0.891420722,0.797305462,0.797334462,0.797429078
-5247,1,0.1191,1,1,1,1,1,1,1,1,0.131,0.1191,0.4083,1,0.1819,1,1,1,1,1,1,0.0522,0.1819,0.4037,1,0.4776,1,1,1,0.0132,0.4776,0.4825,1,1,1,1,1,0.033772565,0.62499702,0.081998721,1,1,1,1,1,0.05362514,0.661495864,0,1,1,1,1,1,0.044399999,0.864587784,0.804434509,0.804527184,0.804521277
-5248,1,0.1189,1,1,1,1,1,1,1,1,0.1092,0.1189,0.2849,1,0.1818,1,1,1,1,1,1,0.0598,0.1818,0.3163,1,0.4774,1,1,1,0.0467,0.4774,0.3284,1,1,1,1,1,0.044430554,0.591783762,0.117523625,1,1,1,1,1,0.064144187,0.656049013,0,1,1,1,1,1,0.06909176,0.807724357,0.807878202,0.807911995,0.808067376
-5249,1,0.1188,1,1,1,1,1,1,1,1,0.085,0.1188,0.1536,1,0.1817,1,1,1,1,1,1,0.0471,0.1817,0.1734,1,0.4773,1,1,1,0.0621,0.4773,0.1391,1,1,1,1,1,0.059102967,0.472123235,0.074798584,1,1,1,1,1,0.06017337,0.476364791,0,1,1,1,1,1,0.074380994,0.689950466,0.799480425,0.799661519,0.79964539
-5250,1,0.1187,1,1,1,1,1,1,1,1,0.0794,0.1187,0.0439,1,0.1816,1,1,1,1,1,1,0.0049,0.1816,0.0594,1,0.4771,1,1,1,0.0576,0.4771,0.0434,1,1,1,1,1,0.049438905,0.2062148,0.030506987,1,1,1,1,1,0.012509786,0.118930213,0,1,1,1,1,1,0.063491844,0.408709913,0.776220396,0.776390946,0.776595745
-5251,1,0.1185,1,1,1,1,1,1,1,1,0.0715,0.1185,0,1,0.1815,1,1,1,1,1,1,0.0066,0.1815,0,1,0.4769,1,1,1,0.1089,0.4769,0,1,1,1,1,1,0.048866514,0,0.039645053,1,1,1,1,1,0.013727753,0,0,1,1,1,1,1,0.097301088,0,0.752537458,0.752697271,0.753102837
-5252,1,0.1184,1,1,1,1,1,1,1,1,0.1166,0.1184,0,1,0.1814,1,1,1,1,1,1,0.0403,0.1814,0,1,0.4768,1,1,1,0.1883,0.4768,0,1,1,1,1,1,0.102891169,0,0.038108077,1,1,1,1,1,0.05385524,0,0,1,1,1,1,1,0.131693617,0,0.755376994,0.75544743,0.755319149
-5253,1,0.1183,1,1,1,1,1,1,1,1,0.1552,0.1183,0,1,0.1813,1,1,1,1,1,1,0.0829,0.1813,0,1,0.4766,1,1,1,0.1452,0.4766,0,1,1,1,1,1,0.145552754,0,0.064347647,1,1,1,1,1,0.086991191,0,0.019410212,1,1,1,1,1,0.14601402,0,0.72021508,0.720330019,0.720301418
-5254,1,0.1181,1,1,1,1,1,1,1,1,0.1033,0.1181,0,1,0.1812,1,1,1,1,1,1,0.1136,0.1812,0,1,0.4764,1,1,1,0.0852,0.4764,0,1,1,1,1,1,0.088911518,0,0.027431719,1,1,1,1,1,0.105943665,0,0,1,1,1,1,1,0.137705907,0,0.653032866,0.653056907,0.653368794
-5255,1,0.118,1,1,1,1,1,1,1,1,0.0878,0.118,0,1,0.1811,1,1,1,1,1,1,0.1466,0.1811,0,1,0.4763,1,1,1,0.0691,0.4763,0,1,1,1,1,1,0.071893618,0,0.041106313,1,1,1,1,1,0.165026456,0,0,1,1,1,1,1,0.13927345,0,0.587058966,0.587053099,0.587322695
-5256,1,0.1179,1,1,1,1,1,1,1,1,0.1014,0.1179,0,1,0.181,1,1,1,1,1,1,0.1034,0.181,0,1,0.4761,1,1,1,0.0885,0.4761,0,1,1,1,1,1,0.081081986,0,0.012961764,1,1,1,1,1,0.116701782,0,0,1,1,1,1,1,0.245905012,0,0.53757854,0.537761794,0.537677305
-5257,1,0.1177,1,1,1,1,1,1,1,1,0.0911,0.1177,0,1,0.1809,1,1,1,1,1,1,0.1917,0.1809,0,1,0.4759,1,1,1,0.0834,0.4759,0,1,1,1,1,1,0.0786746,0,0.031482521,1,1,1,1,1,0.204090834,0,0,1,1,1,1,1,0.254929841,0,0.504772837,0.50475989,0.504875887
-5258,1,0.1176,1,1,1,1,1,1,1,1,0.1047,0.1176,0,1,0.1809,1,1,1,1,1,1,0.3109,0.1809,0,1,0.4758,1,1,1,0.0932,0.4758,0,1,1,1,1,1,0.098372683,0,0.005481491,1,1,1,1,1,0.309586942,0,0,1,1,1,1,1,0.290736735,0,0.483446109,0.483393273,0.483156028
-5259,1,0.1175,1,1,1,1,1,1,1,1,0.1516,0.1175,0,1,0.1808,1,1,1,1,1,1,0.3719,0.1808,0,1,0.4756,1,1,1,0.0971,0.4756,0,1,1,1,1,1,0.149422035,0,0.002212529,1,1,1,1,1,0.334968984,0,0,1,1,1,1,1,0.30330357,0,0.472812953,0.472815739,0.47251773
-5260,1,0.1173,1,1,1,1,1,1,1,1,0.122,0.1173,0,1,0.1807,1,1,1,1,1,1,0.2502,0.1807,0,1,0.4754,1,1,1,0.1304,0.4754,0,1,1,1,1,1,0.117198117,0,0.004257717,1,1,1,1,1,0.194364294,0,0,1,1,1,1,1,0.389937162,0,0.477887869,0.477892955,0.477836879
-5261,1,0.1172,1,1,1,1,1,1,1,1,0.1118,0.1172,0.0006,1,0.1806,1,1,1,1,1,1,0.2107,0.1806,0,1,0.4753,1,1,1,0.1459,0.4753,0,1,1,1,1,1,0.119836949,0.003342974,0.013848655,1,1,1,1,1,0.159943372,0,0,1,1,1,1,1,0.367373556,0.073931694,0.504289512,0.504336789,0.504432624
-5262,1,0.1171,1,1,1,1,1,1,1,1,0.0861,0.1171,0.082,1,0.1805,1,1,1,1,1,1,0.0916,0.1805,0.0875,1,0.4751,1,1,1,0.0776,0.4751,0.0593,1,1,1,1,1,0.112631716,0.402698517,0.010196717,1,1,1,1,1,0.059417866,0.3105129,0,1,1,1,1,1,0.259018183,0.533783793,0.554313678,0.554474297,0.554521277
-5263,1,0.1169,1,1,1,1,1,1,1,1,0.0173,0.1169,0.2113,1,0.1804,1,1,1,1,1,1,0.001,0.1804,0.232,1,0.4749,1,1,1,0.0219,0.4749,0.2079,1,1,1,1,1,0.027525425,0.649757445,0.000590878,1,1,1,1,1,0.004241303,0.612260878,0,1,1,1,1,1,0.111170121,0.769583821,0.621133398,0.621112757,0.621453901
-5264,1,0.1169,1,1,1,1,1,1,1,1,0.0011,0.1169,0.3761,1,0.1804,1,1,1,1,1,1,0,0.1804,0.3817,1,0.4749,1,1,1,0.0092,0.4749,0.3858,1,1,1,1,1,1.38E-05,0.749970257,0,1,1,1,1,1,0,0.737469256,0,1,1,1,1,1,0.048355766,0.859726906,0.677742871,0.677808335,0.677748227
-5265,1,0.1169,1,1,1,1,1,1,1,1,0.0005,0.1169,0.4866,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4963,1,0.4749,1,1,1,0.0015,0.4749,0.5203,1,1,1,1,1,1.05E-05,0.72707963,0,1,1,1,1,1,0,0.844735026,0,1,1,1,1,1,0.024751611,0.875860512,0.725471242,0.725618786,0.72606383
-5266,1,0.1169,1,1,1,1,1,1,1,1,0.0042,0.1169,0.5673,1,0.1804,1,1,1,1,1,1,0,0.1804,0.5618,1,0.4749,1,1,1,0.0055,0.4749,0.614,1,1,1,1,1,0.001931071,0.785428047,0,1,1,1,1,1,0,0.836301088,0,1,1,1,1,1,0.053045288,0.871348798,0.771447559,0.77152528,0.771719858
-5267,1,0.1169,1,1,1,1,1,1,1,1,0.0243,0.1169,0.5762,1,0.1804,1,1,1,1,1,1,0,0.1804,0.5639,1,0.4749,1,1,1,0.0241,0.4749,0.6257,1,1,1,1,1,0.001406692,0.791816473,0.003873438,1,1,1,1,1,0.000847733,0.822926342,0,1,1,1,1,1,0.074332729,0.866144776,0.806065732,0.806008039,0.806294326
-5268,1,0.1169,1,1,1,1,1,1,1,1,0.0667,0.1169,0.5534,1,0.1804,1,1,1,1,1,1,0.0016,0.1804,0.5343,1,0.4749,1,1,1,0.0794,0.4749,0.6269,1,1,1,1,1,0.009188397,0.754199922,0.009581961,1,1,1,1,1,0.004431519,0.78269881,0.00998822,1,1,1,1,1,0.157955319,0.804234922,0.830534074,0.830547916,0.831117021
-5269,1,0.1169,1,1,1,1,1,1,1,1,0.1432,0.1169,0.4949,1,0.1804,1,1,1,1,1,1,0.0257,0.1804,0.5166,1,0.4749,1,1,1,0.065,0.4749,0.613,1,1,1,1,1,0.027995195,0.727008581,0.068072394,1,1,1,1,1,0.020580424,0.726580501,0.045327228,1,1,1,1,1,0.06799008,0.754094899,0.853310778,0.853395388,0.853723404
-5270,1,0.1169,1,1,1,1,1,1,1,1,0.215,0.1169,0.4754,1,0.1804,1,1,1,1,1,1,0.0122,0.1804,0.479,1,0.4749,1,1,1,0.116,0.4749,0.5523,1,1,1,1,1,0.047343403,0.764033198,0.100828834,1,1,1,1,1,0.027074896,0.692148685,0.062492155,1,1,1,1,1,0.110599667,0.775018811,0.865575157,0.865665327,0.865691489
-5271,1,0.1169,1,1,1,1,1,1,1,1,0.2176,0.1169,0.3653,1,0.1804,1,1,1,1,1,1,0.0102,0.1804,0.3406,1,0.4749,1,1,1,0.1118,0.4749,0.4036,1,1,1,1,1,0.046788812,0.635479271,0.085513681,1,1,1,1,1,0.031599488,0.51426059,0.01565445,1,1,1,1,1,0.109160669,0.817449868,0.871254229,0.871377195,0.871453901
-5272,1,0.1169,1,1,1,1,1,1,1,1,0.1651,0.1169,0.2285,1,0.1804,1,1,1,1,1,1,0,0.1804,0.2405,1,0.4749,1,1,1,0.1265,0.4749,0.2826,1,1,1,1,1,0.031057492,0.470116705,0.053560145,1,1,1,1,1,0.025372764,0.402495444,0.018666493,1,1,1,1,1,0.119151898,0.755332768,0.868958434,0.869050138,0.869680851
-5273,1,0.1169,1,1,1,1,1,1,1,1,0.1127,0.1169,0.1159,1,0.1804,1,1,1,1,1,1,0.023,0.1804,0.1271,1,0.4749,1,1,1,0.0866,0.4749,0.1354,1,1,1,1,1,0.035739444,0.318608403,0.024610389,1,1,1,1,1,0.049000211,0.204310969,0,1,1,1,1,1,0.090307206,0.567731857,0.856754471,0.856780199,0.856826241
-5274,1,0.1169,1,1,1,1,1,1,1,1,0.0892,0.1169,0.0169,1,0.1804,1,1,1,1,1,1,0,0.1804,0.0277,1,0.4749,1,1,1,0.0836,0.4749,0.0319,1,1,1,1,1,0.049820159,0.093168043,0.014905195,1,1,1,1,1,0.008742768,0.076939464,0,1,1,1,1,1,0.084954083,0.248164445,0.833011116,0.833086524,0.833333333
-5275,1,0.1169,1,1,1,1,1,1,1,1,0.1629,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.1006,0.4749,0,1,1,1,1,1,0.118236624,0,0.007504491,1,1,1,1,1,0.007440445,0,0,1,1,1,1,1,0.097751588,0,0.812892702,0.81277766,0.812943262
-5276,1,0.1169,1,1,1,1,1,1,1,1,0.1082,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0341,0.1804,0,1,0.4749,1,1,1,0.0767,0.4749,0,1,1,1,1,1,0.104297504,0,0,1,1,1,1,1,0.037243273,0,0,1,1,1,1,1,0.066884436,0,0.815550991,0.81573937,0.816046099
-5277,1,0.1169,1,1,1,1,1,1,1,1,0.0968,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0702,0.1804,0,1,0.4749,1,1,1,0.0649,0.4749,0,1,1,1,1,1,0.151160985,0,0.001413704,1,1,1,1,1,0.09073849,0,0,1,1,1,1,1,0.062763572,0,0.776099565,0.776179395,0.776595745
-5278,1,0.1169,1,1,1,1,1,1,1,1,0.0818,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0621,0.1804,0,1,0.4749,1,1,1,0.0304,0.4749,0,1,1,1,1,1,0.166822568,0,0.06436079,1,1,1,1,1,0.102122046,0,0.002805759,1,1,1,1,1,0.040628061,0,0.70559449,0.705733023,0.705673759
-5279,1,0.1169,1,1,1,1,1,1,1,1,0.0346,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1476,0.1804,0,1,0.4749,1,1,1,0.0331,0.4749,0,1,1,1,1,1,0.117894545,0,0.146260947,1,1,1,1,1,0.165442407,0,0.082021996,1,1,1,1,1,0.034705471,0,0.633760271,0.633805796,0.633865248
-5280,1,0.1169,1,1,1,1,1,1,1,1,0.0307,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0923,0.1804,0,1,0.4749,1,1,1,0.0389,0.4749,0,1,1,1,1,1,0.06857568,0,0.019914966,1,1,1,1,1,0.104028612,0,0.008643194,1,1,1,1,1,0.038288515,0,0.578540358,0.578591073,0.578457447
-5281,1,0.1169,1,1,1,1,1,1,1,1,0.1169,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1132,0.1804,0,1,0.4749,1,1,1,0.0232,0.4749,0,1,1,1,1,1,0.110931031,0,0,1,1,1,1,1,0.129625782,0,0,1,1,1,1,1,0.027190708,0,0.54718463,0.547281574,0.547429078
-5282,1,0.1169,1,1,1,1,1,1,1,1,0.0998,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1553,0.1804,0,1,0.4749,1,1,1,0.0344,0.4749,0,1,1,1,1,1,0.094244637,0,0,1,1,1,1,1,0.169858932,0,0,1,1,1,1,1,0.035247952,0,0.526039149,0.526126507,0.526152482
-5283,1,0.1169,1,1,1,1,1,1,1,1,0.0641,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1125,0.1804,0,1,0.4749,1,1,1,0.0372,0.4749,0,1,1,1,1,1,0.057829801,0,0,1,1,1,1,1,0.144115523,0,0.007403665,1,1,1,1,1,0.039897501,0,0.516251812,0.516395177,0.516400709
-5284,1,0.1169,1,1,1,1,1,1,1,1,0.0701,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0769,0.1804,0,1,0.4749,1,1,1,0.0755,0.4749,0,1,1,1,1,1,0.04806054,0,0,1,1,1,1,1,0.113109358,0,0.045712307,1,1,1,1,1,0.100263163,0,0.521145481,0.521260842,0.521276596
-5285,1,0.1169,1,1,1,1,1,1,1,1,0.0493,0.1169,0.0001,1,0.1804,1,1,1,1,1,1,0.0716,0.1804,0,1,0.4749,1,1,1,0.0576,0.4749,0,1,1,1,1,1,0.032057475,0,0.018775007,1,1,1,1,1,0.090732619,0,0.021422513,1,1,1,1,1,0.149679735,0,0.551172064,0.551301037,0.550975177
-5286,1,0.1169,1,1,1,1,1,1,1,1,0.0375,0.1169,0.061,1,0.1804,1,1,1,1,1,1,0.0402,0.1804,0.0751,1,0.4749,1,1,1,0.0633,0.4749,0.0589,1,1,1,1,1,0.023219492,0.36635071,0,1,1,1,1,1,0.049294814,0.354967892,0.002059948,1,1,1,1,1,0.096169762,0.453874409,0.602102465,0.602073197,0.601950355
-5287,1,0.1169,1,1,1,1,1,1,1,1,0,0.1169,0.2043,1,0.1804,1,1,1,1,1,1,0,0.1804,0.2253,1,0.4749,1,1,1,0.0266,0.4749,0.2061,1,1,1,1,1,0.000641658,0.616260588,0,1,1,1,1,1,0.001272658,0.585177302,0.033924088,1,1,1,1,1,0.044579197,0.662691057,0.668559691,0.668711656,0.668882979
-5288,1,0.1169,1,1,1,1,1,1,1,1,0.0004,0.1169,0.3621,1,0.1804,1,1,1,1,1,1,0,0.1804,0.3794,1,0.4749,1,1,1,0,0.4749,0.3484,1,1,1,1,1,1.42E-05,0.771795034,0,1,1,1,1,1,0,0.788886666,0,1,1,1,1,1,0.000768001,0.790229201,0.726135814,0.726253438,0.72606383
-5289,1,0.1169,1,1,1,1,1,1,1,1,0,0.1169,0.4936,1,0.1804,1,1,1,1,1,1,0,0.1804,0.5059,1,0.4749,1,1,1,0,0.4749,0.4232,1,1,1,1,1,0,0.811078072,0.000456506,1,1,1,1,1,0,0.832219362,0.044835605,1,1,1,1,1,0.004405197,0.837412536,0.77839536,0.778506452,0.778368794
-5290,1,0.1169,1,1,1,1,1,1,1,1,0.0033,0.1169,0.5907,1,0.1804,1,1,1,1,1,1,0,0.1804,0.5986,1,0.4749,1,1,1,0.0005,0.4749,0.4966,1,1,1,1,1,0.000683704,0.850323379,0.000323276,1,1,1,1,1,2.03E-05,0.857044995,0.019575918,1,1,1,1,1,0.005712417,0.822569668,0.828721605,0.82864396,0.829343972
-5291,1,0.1169,1,1,1,1,1,1,1,1,0.0258,0.1169,0.6045,1,0.1804,1,1,1,1,1,1,0,0.1804,0.6057,1,0.4749,1,1,1,0.0024,0.4749,0.5139,1,1,1,1,1,0.003409259,0.844698966,0.001824426,1,1,1,1,1,0.001160323,0.839018524,0,1,1,1,1,1,0.009679446,0.800700009,0.867145964,0.867146182,0.867464539
-5292,1,0.1169,1,1,1,1,1,1,1,1,0.0626,0.1169,0.5941,1,0.1804,1,1,1,1,1,1,0.0046,0.1804,0.6024,1,0.4749,1,1,1,0.0195,0.4749,0.5381,1,1,1,1,1,0.009267713,0.807080865,0,1,1,1,1,1,0.010589152,0.834555864,0,1,1,1,1,1,0.02712677,0.748020887,0.89282262,0.892743812,0.893173759
-5293,1,0.1169,1,1,1,1,1,1,1,1,0.1274,0.1169,0.5648,1,0.1804,1,1,1,1,1,1,0.0123,0.1804,0.546,1,0.4749,1,1,1,0.0521,0.4749,0.4805,1,1,1,1,1,0.028854478,0.665014565,0,1,1,1,1,1,0.036385074,0.784509897,0,1,1,1,1,1,0.037888411,0.69160229,0.914028516,0.914110429,0.914450355
-5294,1,0.1169,1,1,1,1,1,1,1,1,0.1278,0.1169,0.4976,1,0.1804,1,1,1,1,1,1,0.0546,0.1804,0.5027,1,0.4749,1,1,1,0.0415,0.4749,0.3105,1,1,1,1,1,0.035541214,0.634021759,0,1,1,1,1,1,0.085828722,0.777139127,0,1,1,1,1,1,0.041988272,0.599883556,0.921942968,0.921937804,0.921985816
-5295,1,0.1169,1,1,1,1,1,1,1,1,0.1548,0.1169,0.3895,1,0.1804,1,1,1,1,1,1,0.0356,0.1804,0.4288,1,0.4749,1,1,1,0.0266,0.4749,0.2671,1,1,1,1,1,0.062766992,0.605971038,0.001112985,1,1,1,1,1,0.104471065,0.692780554,0.002199476,1,1,1,1,1,0.064733014,0.51694411,0.922909618,0.922995557,0.923315603
-5296,1,0.1169,1,1,1,1,1,1,1,1,0.1751,0.1169,0.2854,1,0.1804,1,1,1,1,1,1,0.113,0.1804,0.3114,1,0.4749,1,1,1,0.0144,0.4749,0.2265,1,1,1,1,1,0.068258896,0.492671072,0.01835295,1,1,1,1,1,0.172978535,0.515830457,0.018899739,1,1,1,1,1,0.035050336,0.51241076,0.917351377,0.917283689,0.917996454
-5297,1,0.1169,1,1,1,1,1,1,1,1,0.1626,0.1169,0.1313,1,0.1804,1,1,1,1,1,1,0.1354,0.1804,0.1577,1,0.4749,1,1,1,0.0154,0.4749,0.0892,1,1,1,1,1,0.062746219,0.327376664,0.155201912,1,1,1,1,1,0.169950545,0.214045316,0.129359692,1,1,1,1,1,0.04760734,0.313197255,0.900857902,0.900782737,0.901152482
-5298,1,0.1169,1,1,1,1,1,1,1,1,0.1454,0.1169,0.0271,1,0.1804,1,1,1,1,1,1,0.157,0.1804,0.0262,1,0.4749,1,1,1,0.0267,0.4749,0.0009,1,1,1,1,1,0.092610598,0.099554822,0.371698916,1,1,1,1,1,0.2073787,0.03304081,0.216455251,1,1,1,1,1,0.032231759,0.04209891,0.8699855,0.86989634,0.870124113
-5299,1,0.1169,1,1,1,1,1,1,1,1,0.116,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1115,0.1804,0,1,0.4749,1,1,1,0.0228,0.4749,0,1,1,1,1,1,0.157529548,0,0.299387723,1,1,1,1,1,0.141451016,0,0.09972173,1,1,1,1,1,0.028640389,0,0.848598357,0.848741274,0.848847518
-5300,1,0.1169,1,1,1,1,1,1,1,1,0.0751,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0728,0.1804,0,1,0.4749,1,1,1,0.0149,0.4749,0,1,1,1,1,1,0.12503323,0,0.140986592,1,1,1,1,1,0.090718374,0,0.11440289,1,1,1,1,1,0.032939743,0,0.847450459,0.84747197,0.847960993
-5301,1,0.1169,1,1,1,1,1,1,1,1,0.0776,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0685,0.1804,0,1,0.4749,1,1,1,0.0243,0.4749,0,1,1,1,1,1,0.119714096,0,0.021681624,1,1,1,1,1,0.07990706,0,0.058801837,1,1,1,1,1,0.08095888,0,0.805099082,0.805161836,0.805407801
-5302,1,0.1169,1,1,1,1,1,1,1,1,0.1081,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1184,0.1804,0,1,0.4749,1,1,1,0.0624,0.4749,0,1,1,1,1,1,0.135468602,0,0.021722615,1,1,1,1,1,0.118789554,0,0.025443979,1,1,1,1,1,0.142502114,0,0.734473175,0.734503914,0.734485816
-5303,1,0.1169,1,1,1,1,1,1,1,1,0.1096,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1598,0.1804,0,1,0.4749,1,1,1,0.064,0.4749,0,1,1,1,1,1,0.10814514,0,0.106159367,1,1,1,1,1,0.199684009,0,0.110541895,1,1,1,1,1,0.102614492,0,0.664451426,0.664480643,0.664893617
-5304,1,0.1169,1,1,1,1,1,1,1,1,0.1045,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1518,0.1804,0,1,0.4749,1,1,1,0.0506,0.4749,0,1,1,1,1,1,0.120650493,0,0.030140061,1,1,1,1,1,0.206014007,0,0.035266757,1,1,1,1,1,0.0692463,0,0.612554374,0.61265073,0.612588652
-5305,1,0.1169,1,1,1,1,1,1,1,1,0.1024,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1083,0.1804,0,1,0.4749,1,1,1,0.0568,0.4749,0,1,1,1,1,1,0.109316759,0,0.041443013,1,1,1,1,1,0.177736953,0,0.097051829,1,1,1,1,1,0.055439539,0,0.580534074,0.580706579,0.580673759
-5306,1,0.1169,1,1,1,1,1,1,1,1,0.0675,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0689,0.1804,0,1,0.4749,1,1,1,0.083,0.4749,0,1,1,1,1,1,0.082830295,0,0.068171039,1,1,1,1,1,0.129385263,0,0.265764147,1,1,1,1,1,0.096217752,0,0.559630256,0.559763063,0.559840426
-5307,1,0.1169,1,1,1,1,1,1,1,1,0.0243,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0015,0.1804,0,1,0.4749,1,1,1,0.0648,0.4749,0,1,1,1,1,1,0.027014289,0,0.183557734,1,1,1,1,1,0.028360168,0,0.363919377,1,1,1,1,1,0.088708714,0,0.550326245,0.550454834,0.550531915
-5308,1,0.1169,1,1,1,1,1,1,1,1,0.0231,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.0765,0.4749,0,1,1,1,1,1,0.022595745,0,0.241714478,1,1,1,1,1,0.032982294,0,0.533728302,1,1,1,1,1,0.080331892,0,0.555219913,0.555320499,0.555407801
-5309,1,0.1169,1,1,1,1,1,1,1,1,0.0102,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.0372,0.4749,0,1,1,1,1,1,0.023892768,0,0.079941168,1,1,1,1,1,0.012281906,0,0.449202627,1,1,1,1,1,0.070877053,0,0.58518608,0.585149143,0.585106383
-5310,1,0.1169,1,1,1,1,1,1,1,1,0.0152,0.1169,0.0422,1,0.1804,1,1,1,1,1,1,0,0.1804,0.0357,1,0.4749,1,1,1,0.0252,0.4749,0.0255,1,1,1,1,1,0.00700134,0.109667592,0.196510553,1,1,1,1,1,0.008621113,0.069305941,0.789837241,1,1,1,1,1,0.075837404,0.06858255,0.636720638,0.636767506,0.636968085
-5311,1,0.1169,1,1,1,1,1,1,1,1,0.0109,0.1169,0.1847,1,0.1804,1,1,1,1,1,1,0,0.1804,0.1917,1,0.4749,1,1,1,0.0194,0.4749,0.1183,1,1,1,1,1,0.002185126,0.364971906,0.343152404,1,1,1,1,1,0.005917515,0.290750533,0.8554129,1,1,1,1,1,0.0783379,0.25336355,0.702754954,0.702771314,0.703014184
-5312,1,0.1169,1,1,1,1,1,1,1,1,0.0258,0.1169,0.3168,1,0.1804,1,1,1,1,1,1,0,0.1804,0.2238,1,0.4749,1,1,1,0.0431,0.4749,0.2695,1,1,1,1,1,0.004422528,0.422635376,0.810897231,1,1,1,1,1,0.009679782,0.317614555,1,1,1,1,1,1,0.082231708,0.443762243,0.757310295,0.757351386,0.757535461
-5313,1,0.1169,1,1,1,1,1,1,1,1,0.0699,0.1169,0.3829,1,0.1804,1,1,1,1,1,1,0.0329,0.1804,0.3621,1,0.4749,1,1,1,0.0486,0.4749,0.3438,1,1,1,1,1,0.015088894,0.523805022,0.886881113,1,1,1,1,1,0.05098664,0.432718962,1,1,1,1,1,1,0.087069094,0.596616209,0.801353311,0.801353924,0.801861702
-5314,1,0.1169,1,1,1,1,1,1,1,1,0.135,0.1169,0.4342,1,0.1804,1,1,1,1,1,1,0.0551,0.1804,0.3679,1,0.4749,1,1,1,0.0458,0.4749,0.3723,1,1,1,1,1,0.035185061,0.538251162,0.75028789,1,1,1,1,1,0.085056975,0.486269236,0.961175978,1,1,1,1,1,0.070371434,0.637142062,0.836213146,0.836259784,0.83643617
-5315,1,0.1169,1,1,1,1,1,1,1,1,0.1855,0.1169,0.4222,1,0.1804,1,1,1,1,1,1,0.1405,0.1804,0.3931,1,0.4749,1,1,1,0.0784,0.4749,0.4051,1,1,1,1,1,0.069308229,0.526582539,0.674146652,1,1,1,1,1,0.182732001,0.52329886,1,1,1,1,1,1,0.134924203,0.64297837,0.859594007,0.859530358,0.859929078
-5316,1,0.1169,1,1,1,1,1,1,1,1,0.3121,0.1169,0.4114,1,0.1804,1,1,1,1,1,1,0.0602,0.1804,0.3411,1,0.4749,1,1,1,0.0917,0.4749,0.3979,1,1,1,1,1,0.07134898,0.530945539,0.895598948,1,1,1,1,1,0.116755515,0.484713823,1,1,1,1,1,1,0.174740821,0.60609889,0.864910585,0.864819124,0.865248227
-5317,1,0.1169,1,1,1,1,1,1,1,1,0.3162,0.1169,0.3293,1,0.1804,1,1,1,1,1,1,0.0149,0.1804,0.2901,1,0.4749,1,1,1,0.1018,0.4749,0.3444,1,1,1,1,1,0.146871194,0.447485179,1,1,1,1,1,1,0.079874009,0.399552137,1,1,1,1,1,1,0.198776603,0.542361438,0.860137748,0.86016501,0.86037234
-5318,1,0.1169,1,1,1,1,1,1,1,1,0.334,0.1169,0.2521,1,0.1804,1,1,1,1,1,1,0.0603,0.1804,0.2041,1,0.4749,1,1,1,0.0532,0.4749,0.2919,1,1,1,1,1,0.135732979,0.35600996,1,1,1,1,1,1,0.081936896,0.261315376,1,1,1,1,1,1,0.096253887,0.451678813,0.842375544,0.842394754,0.842641844
-5319,1,0.1169,1,1,1,1,1,1,1,1,0.3374,0.1169,0.1593,1,0.1804,1,1,1,1,1,1,0.0556,0.1804,0.1507,1,0.4749,1,1,1,0.0686,0.4749,0.2357,1,1,1,1,1,0.07431069,0.218235135,1,1,1,1,1,1,0.107611343,0.18505542,1,1,1,1,1,1,0.148848504,0.349197537,0.818088449,0.818066427,0.818705674
-5320,1,0.1169,1,1,1,1,1,1,1,1,0.2249,0.1169,0.044,1,0.1804,1,1,1,1,1,1,0.0876,0.1804,0.1435,1,0.4749,1,1,1,0.1,0.4749,0.1662,1,1,1,1,1,0.101205878,0.071516335,0.990997553,1,1,1,1,1,0.146845132,0.302392989,1,1,1,1,1,1,0.169438511,0.184234798,0.803407443,0.803469431,0.804078014
-5321,1,0.1169,1,1,1,1,1,1,1,1,0.2509,0.1169,0.0091,1,0.1804,1,1,1,1,1,1,0.044,0.1804,0.0788,1,0.4749,1,1,1,0.0327,0.4749,0.053,1,1,1,1,1,0.171450913,0.038372882,1,1,1,1,1,1,0.091188997,0.215391546,1,1,1,1,1,1,0.076845035,0.037968196,0.786913968,0.786968479,0.78679078
-5322,1,0.1169,1,1,1,1,1,1,1,1,0.2789,0.1169,0.001,1,0.1804,1,1,1,1,1,1,0.0121,0.1804,0.0084,1,0.4749,1,1,1,0.0529,0.4749,0,1,1,1,1,1,0.297826111,0.004801692,1,1,1,1,1,1,0.036052443,0.047287706,0.728689313,1,1,1,1,1,0.059099182,0,0.764983084,0.76496721,0.765514184
-5323,1,0.1169,1,1,1,1,1,1,1,1,0.2311,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.076,0.4749,0,1,1,1,1,1,0.158114552,0,1,1,1,1,1,1,0.008585556,0,0.86571002,1,1,1,1,1,0.121758372,0,0.749093765,0.74910091,0.749113475
-5324,1,0.1169,1,1,1,1,1,1,1,1,0.2172,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.1075,0.4749,0,1,1,1,1,1,0.086264402,0,1,1,1,1,1,1,0.00624545,0,1,1,1,1,1,1,0.195811734,0,0.748972934,0.748889359,0.749113475
-5325,1,0.1169,1,1,1,1,1,1,1,1,0.2364,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.0474,0.4749,0,1,1,1,1,1,0.126826346,0,1,1,1,1,1,1,0.01692735,0,1,1,1,1,1,1,0.080639087,0,0.720940068,0.720964671,0.721187943
-5326,1,0.1169,1,1,1,1,1,1,1,1,0.1147,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0081,0.1804,0,1,0.4749,1,1,1,0.0845,0.4749,0,1,1,1,1,1,0.118948698,0,1,1,1,1,1,1,0.020493262,0,1,1,1,1,1,1,0.135091901,0,0.670553407,0.670615612,0.671099291
-5327,1,0.1169,1,1,1,1,1,1,1,1,0.0374,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0037,0.1804,0,1,0.4749,1,1,1,0.0905,0.4749,0,1,1,1,1,1,0.041872282,0,1,1,1,1,1,1,0.017664712,0,1,1,1,1,1,1,0.164054841,0,0.614487675,0.614554686,0.614804965
-5328,1,0.1169,1,1,1,1,1,1,1,1,0.0413,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.0757,0.4749,0,1,1,1,1,1,0.017298827,0,1,1,1,1,1,1,0.002585017,0,1,1,1,1,1,1,0.127967656,0,0.568873852,0.568648191,0.569148936
-5329,1,0.1169,1,1,1,1,1,1,1,1,0.0369,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.1236,0.4749,0,1,1,1,1,1,0.006955292,0,1,1,1,1,1,1,0.002128399,0,1,1,1,1,1,1,0.182110876,0,0.53842436,0.538607997,0.53856383
-5330,1,0.1169,1,1,1,1,1,1,1,1,0.0481,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.1641,0.4749,0,1,1,1,1,1,0.007647801,0,1,1,1,1,1,1,0.011583931,0,1,1,1,1,1,1,0.277409732,0,0.518245529,0.518299133,0.518617021
-5331,1,0.1169,1,1,1,1,1,1,1,1,0.0537,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0077,0.1804,0,1,0.4749,1,1,1,0.2021,0.4749,0,1,1,1,1,1,0.009853967,0,1,1,1,1,1,1,0.029007666,0,1,1,1,1,1,1,0.330774665,0,0.506947801,0.506875397,0.507092199
-5332,1,0.1169,1,1,1,1,1,1,1,1,0.0291,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.1656,0.4749,0,1,1,1,1,1,0.006225683,0,1,1,1,1,1,1,0.016212475,0,0.705790579,1,1,1,1,1,0.290260375,0,0.503443693,0.503490586,0.503546099
-5333,1,0.1169,1,1,1,1,1,1,1,1,0.0056,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.1403,0.4749,0,1,1,1,1,1,0.001318591,0,0.941826761,1,1,1,1,1,0.016978329,0,0.543480396,1,1,1,1,1,0.217767343,0,0.509424843,0.509414005,0.509751773
-5334,1,0.1169,1,1,1,1,1,1,1,1,0.0056,0.1169,0.0441,1,0.1804,1,1,1,1,1,1,0,0.1804,0.0344,1,0.4749,1,1,1,0.0915,0.4749,0.0305,1,1,1,1,1,0.000607226,0.093597025,0.737125278,1,1,1,1,1,0.004326776,0.132223427,0.214255005,1,1,1,1,1,0.11898873,0.12678194,0.526401643,0.526549609,0.526595745
-5335,1,0.1169,1,1,1,1,1,1,1,1,0.0099,0.1169,0.1477,1,0.1804,1,1,1,1,1,1,0,0.1804,0.161,1,0.4749,1,1,1,0.047,0.4749,0.1457,1,1,1,1,1,0.000788536,0.2913405,0.833973885,1,1,1,1,1,0.008592418,0.296458781,0.690313578,1,1,1,1,1,0.063596033,0.34593913,0.570082165,0.570129046,0.570035461
-5336,1,0.1169,1,1,1,1,1,1,1,1,0.0071,0.1169,0.2796,1,0.1804,1,1,1,1,1,1,0.004,0.1804,0.307,1,0.4749,1,1,1,0.0639,0.4749,0.3237,1,1,1,1,1,0.000669302,0.533468068,1,1,1,1,1,1,0.016406093,0.446945906,0.679583251,1,1,1,1,1,0.074115962,0.512602866,0.624154181,0.624286017,0.624556738
-5337,1,0.1169,1,1,1,1,1,1,1,1,0.0105,0.1169,0.3944,1,0.1804,1,1,1,1,1,1,0.0046,0.1804,0.3961,1,0.4749,1,1,1,0.075,0.4749,0.4483,1,1,1,1,1,0.002309022,0.627321482,0.427080899,1,1,1,1,1,0.008966878,0.552126288,0.912386417,1,1,1,1,1,0.087979198,0.648913443,0.673936684,0.673788872,0.674202128
-5338,1,0.1169,1,1,1,1,1,1,1,1,0.034,0.1169,0.4159,1,0.1804,1,1,1,1,1,1,0,0.1804,0.3996,1,0.4749,1,1,1,0.0333,0.4749,0.5068,1,1,1,1,1,0.00966882,0.602576971,0.318069547,1,1,1,1,1,0.009754913,0.540703237,0.994774938,1,1,1,1,1,0.047878519,0.680740416,0.71562349,0.715675904,0.715868794
-5339,1,0.1169,1,1,1,1,1,1,1,1,0.0677,0.1169,0.4386,1,0.1804,1,1,1,1,1,1,0,0.1804,0.3945,1,0.4749,1,1,1,0.0646,0.4749,0.5042,1,1,1,1,1,0.013358809,0.605558872,0.539394617,1,1,1,1,1,0.019520693,0.573119342,0.990958214,1,1,1,1,1,0.069431514,0.681160271,0.740695988,0.740638883,0.740691489
-5340,1,0.1169,1,1,1,1,1,1,1,1,0.1526,0.1169,0.4434,1,0.1804,1,1,1,1,1,1,0.0284,0.1804,0.4583,1,0.4749,1,1,1,0.0788,0.4749,0.5331,1,1,1,1,1,0.027225396,0.5791201,0.8964535,1,1,1,1,1,0.10575217,0.699240208,0.879697204,1,1,1,1,1,0.089012973,0.693193018,0.755256162,0.755235879,0.755319149
-5341,1,0.1169,1,1,1,1,1,1,1,1,0.1759,0.1169,0.4229,1,0.1804,1,1,1,1,1,1,0.047,0.1804,0.4785,1,0.4749,1,1,1,0.0979,0.4749,0.4777,1,1,1,1,1,0.035344988,0.585879743,0.635174096,1,1,1,1,1,0.085735872,0.719192743,0.694912553,1,1,1,1,1,0.125160769,0.67724359,0.764076849,0.764121007,0.764184397
-5342,1,0.1169,1,1,1,1,1,1,1,1,0.0829,0.1169,0.4106,1,0.1804,1,1,1,1,1,1,0.0149,0.1804,0.5244,1,0.4749,1,1,1,0.0942,0.4749,0.3377,1,1,1,1,1,0.018209966,0.589282393,0.791138053,1,1,1,1,1,0.061906237,0.72888273,0.501865208,1,1,1,1,1,0.086826421,0.588474214,0.768910101,0.768986672,0.769060284
-5343,1,0.1169,1,1,1,1,1,1,1,1,0.1115,0.1169,0.3777,1,0.1804,1,1,1,1,1,1,0.1562,0.1804,0.3887,1,0.4749,1,1,1,0.0784,0.4749,0.2761,1,1,1,1,1,0.026181646,0.567657232,1,1,1,1,1,1,0.173373431,0.603985429,0.99452889,1,1,1,1,1,0.075757854,0.436629266,0.772716288,0.772583034,0.773049645
-5344,1,0.1169,1,1,1,1,1,1,1,1,0.1252,0.1169,0.2557,1,0.1804,1,1,1,1,1,1,0.1194,0.1804,0.2476,1,0.4749,1,1,1,0.0613,0.4749,0.214,1,1,1,1,1,0.039959669,0.431600899,1,1,1,1,1,1,0.184693217,0.475247025,1,1,1,1,1,1,0.083149873,0.274663925,0.775797487,0.775756294,0.776152482
-5345,1,0.1169,1,1,1,1,1,1,1,1,0.101,0.1169,0.1227,1,0.1804,1,1,1,1,1,1,0.0382,0.1804,0.1349,1,0.4749,1,1,1,0.0461,0.4749,0.0917,1,1,1,1,1,0.033066854,0.202618256,1,1,1,1,1,1,0.096544415,0.376982391,1,1,1,1,1,1,0.082253046,0.123778619,0.774407927,0.77448699,0.774379433
-5346,1,0.1169,1,1,1,1,1,1,1,1,0.1177,0.1169,0.0057,1,0.1804,1,1,1,1,1,1,0.0639,0.1804,0.0151,1,0.4749,1,1,1,0.0619,0.4749,0,1,1,1,1,1,0.068369292,0.004660128,0.97943449,1,1,1,1,1,0.147323504,0.054308329,0.823976994,1,1,1,1,1,0.1029616,0.003039253,0.762143548,0.762217051,0.762411348
-5347,1,0.1169,1,1,1,1,1,1,1,1,0.0707,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0908,0.1804,0,1,0.4749,1,1,1,0.0388,0.4749,0,1,1,1,1,1,0.038193136,0,0.879737854,1,1,1,1,1,0.131252095,0,0.75529325,1,1,1,1,1,0.06927903,0,0.749516675,0.749735562,0.749556738
-5348,1,0.1169,1,1,1,1,1,1,1,1,0.1716,0.1169,0,1,0.1804,1,1,1,1,1,1,0.2385,0.1804,0,1,0.4749,1,1,1,0.0554,0.4749,0,1,1,1,1,1,0.085173033,0,0.992759526,1,1,1,1,1,0.280245006,0,0.920821786,1,1,1,1,1,0.133917779,0,0.753987434,0.753966575,0.753989362
-5349,1,0.1169,1,1,1,1,1,1,1,1,0.1788,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1977,0.1804,0,1,0.4749,1,1,1,0.0537,0.4749,0,1,1,1,1,1,0.064500406,0,1,1,1,1,1,1,0.230474025,0,0.765545845,1,1,1,1,1,0.132407889,0,0.726256646,0.726253438,0.726507092
-5350,1,0.1169,1,1,1,1,1,1,1,1,0.073,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0977,0.1804,0,1,0.4749,1,1,1,0.0529,0.4749,0,1,1,1,1,1,0.035657153,0,0.674719274,1,1,1,1,1,0.115631223,0,0.751154244,1,1,1,1,1,0.144849375,0,0.678467859,0.678442987,0.678634752
-5351,1,0.1169,1,1,1,1,1,1,1,1,0.1401,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1061,0.1804,0,1,0.4749,1,1,1,0.0595,0.4749,0,1,1,1,1,1,0.070730619,0,0.907660484,1,1,1,1,1,0.115074709,0,0.733973861,1,1,1,1,1,0.162995875,0,0.624939584,0.624920669,0.625
-5352,1,0.1169,1,1,1,1,1,1,1,1,0.1713,0.1169,0,1,0.1804,1,1,1,1,1,1,0.028,0.1804,0,1,0.4749,1,1,1,0.038,0.4749,0,1,1,1,1,1,0.073242277,0,0.961979508,1,1,1,1,1,0.062950611,0,0.88182497,1,1,1,1,1,0.104002222,0,0.579446593,0.579437275,0.579787234
-5353,1,0.1169,1,1,1,1,1,1,1,1,0.1314,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.0409,0.4749,0,1,1,1,1,1,0.063238077,0,0.979794621,1,1,1,1,1,0.042331409,0,1,1,1,1,1,1,0.090256058,0,0.548453359,0.548550878,0.548758865
-5354,1,0.1169,1,1,1,1,1,1,1,1,0.1222,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0962,0.1804,0,1,0.4749,1,1,1,0.041,0.4749,0,1,1,1,1,1,0.079053462,0,0.990895391,1,1,1,1,1,0.100264125,0,1,1,1,1,1,1,0.082899109,0,0.52658289,0.526761159,0.526595745
-5355,1,0.1169,1,1,1,1,1,1,1,1,0.0933,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0744,0.1804,0,1,0.4749,1,1,1,0.0534,0.4749,0,1,1,1,1,1,0.075906016,0,1,1,1,1,1,1,0.082734689,0,1,1,1,1,1,1,0.129771337,0,0.514560174,0.514491221,0.51462766
-5356,1,0.1169,1,1,1,1,1,1,1,1,0.0849,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0059,0.1804,0,1,0.4749,1,1,1,0.0538,0.4749,0,1,1,1,1,1,0.0846816,0,1,1,1,1,1,1,0.033133142,0,0.729901373,1,1,1,1,1,0.141748875,0,0.510089415,0.510048657,0.510195035
-5357,1,0.1169,1,1,1,1,1,1,1,1,0.0834,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0387,0.1804,0,1,0.4749,1,1,1,0.0527,0.4749,0,1,1,1,1,1,0.080101646,0,0.901890397,1,1,1,1,1,0.051421784,0,0.333703935,1,1,1,1,1,0.152788103,0,0.51419768,0.514068119,0.514184397
-5358,1,0.1169,1,1,1,1,1,1,1,1,0.0804,0.1169,0.013,1,0.1804,1,1,1,1,1,1,0,0.1804,0.0155,1,0.4749,1,1,1,0.0319,0.4749,0.0247,1,1,1,1,1,0.089567408,0.022832459,0.836001575,1,1,1,1,1,0.006666276,0.021267731,0.384144545,1,1,1,1,1,0.11621093,0.021726854,0.522776704,0.522741697,0.523049645
-5359,1,0.1169,1,1,1,1,1,1,1,1,0.0539,0.1169,0.0891,1,0.1804,1,1,1,1,1,1,0.0034,0.1804,0.1236,1,0.4749,1,1,1,0.0121,0.4749,0.1228,1,1,1,1,1,0.056023713,0.203270584,0.669048667,1,1,1,1,1,0.013421111,0.415101677,0.43659085,1,1,1,1,1,0.057617262,0.16062215,0.549480425,0.549608631,0.54964539
-5360,1,0.1169,1,1,1,1,1,1,1,1,0.0303,0.1169,0.1723,1,0.1804,1,1,1,1,1,1,0,0.1804,0.262,1,0.4749,1,1,1,0.0123,0.4749,0.1993,1,1,1,1,1,0.006182404,0.251009226,0.629506707,1,1,1,1,1,0.001501878,0.489553452,0.224202111,1,1,1,1,1,0.022643944,0.277771622,0.595275495,0.595303575,0.595301418
-5361,1,0.1169,1,1,1,1,1,1,1,1,0.0205,0.1169,0.2662,1,0.1804,1,1,1,1,1,1,0,0.1804,0.3681,1,0.4749,1,1,1,0.0072,0.4749,0.376,1,1,1,1,1,0.001585788,0.386392117,0.749858499,1,1,1,1,1,5.80E-05,0.677581251,0.247988239,1,1,1,1,1,0.012257946,0.353767455,0.642460126,0.642479374,0.642730496
-5362,1,0.1169,1,1,1,1,1,1,1,1,0.0315,0.1169,0.4019,1,0.1804,1,1,1,1,1,1,0,0.1804,0.5223,1,0.4749,1,1,1,0.0077,0.4749,0.4778,1,1,1,1,1,0.003452702,0.606798172,0.580313087,1,1,1,1,1,0.000829078,0.78934896,0.166661277,1,1,1,1,1,0.0204632,0.454340041,0.683421943,0.683520203,0.683510638
-5363,1,0.1169,1,1,1,1,1,1,1,1,0.08,0.1169,0.4251,1,0.1804,1,1,1,1,1,1,0.0121,0.1804,0.5292,1,0.4749,1,1,1,0.0153,0.4749,0.5,1,1,1,1,1,0.013258333,0.657437742,0.624291539,1,1,1,1,1,0.016898766,0.799681485,0.124122262,1,1,1,1,1,0.025202304,0.514190078,0.715321411,0.715252803,0.715425532
-5364,1,0.1169,1,1,1,1,1,1,1,1,0.1251,0.1169,0.4526,1,0.1804,1,1,1,1,1,1,0.1198,0.1804,0.5028,1,0.4749,1,1,1,0.0205,0.4749,0.476,1,1,1,1,1,0.019913418,0.665009201,0.963687301,1,1,1,1,1,0.082351893,0.79421401,0.599881709,1,1,1,1,1,0.045771532,0.513053834,0.739608507,0.73958113,0.739804965
-5365,1,0.1169,1,1,1,1,1,1,1,1,0.1926,0.1169,0.4659,1,0.1804,1,1,1,1,1,1,0.1278,0.1804,0.5687,1,0.4749,1,1,1,0.0201,0.4749,0.4393,1,1,1,1,1,0.053293727,0.709535718,0.904389024,1,1,1,1,1,0.10527762,0.818167865,0.587075174,1,1,1,1,1,0.03555683,0.448014975,0.754772837,0.754812778,0.755319149
-5366,1,0.1169,1,1,1,1,1,1,1,1,0.2364,0.1169,0.4813,1,0.1804,1,1,1,1,1,1,0.11,0.1804,0.5529,1,0.4749,1,1,1,0.0242,0.4749,0.4429,1,1,1,1,1,0.068365969,0.745331049,0.846425891,1,1,1,1,1,0.114683539,0.819839656,0.54471761,1,1,1,1,1,0.04449147,0.500534177,0.769091348,0.769198223,0.769503546
-5367,1,0.1169,1,1,1,1,1,1,1,1,0.2681,0.1169,0.4189,1,0.1804,1,1,1,1,1,1,0.0797,0.1804,0.4542,1,0.4749,1,1,1,0.0235,0.4749,0.408,1,1,1,1,1,0.074395031,0.724135101,0.76414609,1,1,1,1,1,0.114411399,0.777045071,0.33556366,1,1,1,1,1,0.038744189,0.562288344,0.781899468,0.781891263,0.782358156
-5368,1,0.1169,1,1,1,1,1,1,1,1,0.2221,0.1169,0.2917,1,0.1804,1,1,1,1,1,1,0.0856,0.1804,0.3431,1,0.4749,1,1,1,0.0189,0.4749,0.2759,1,1,1,1,1,0.075718246,0.651872993,0.622168481,1,1,1,1,1,0.133608043,0.723062515,0.263199747,1,1,1,1,1,0.040513452,0.59079957,0.791263896,0.791411043,0.791223404
-5369,1,0.1169,1,1,1,1,1,1,1,1,0.1388,0.1169,0.1482,1,0.1804,1,1,1,1,1,1,0.1302,0.1804,0.1925,1,0.4749,1,1,1,0.0222,0.4749,0.133,1,1,1,1,1,0.040579773,0.506096125,0.321121395,1,1,1,1,1,0.16662842,0.626188874,0.207350791,1,1,1,1,1,0.034924746,0.427303076,0.793197197,0.793103448,0.793439716
-5370,1,0.1169,1,1,1,1,1,1,1,1,0.0791,0.1169,0.0278,1,0.1804,1,1,1,1,1,1,0.2089,0.1804,0.0608,1,0.4749,1,1,1,0.0374,0.4749,0.0221,1,1,1,1,1,0.022553276,0.254321754,0.263679832,1,1,1,1,1,0.218470931,0.351375848,0.325112581,1,1,1,1,1,0.052470863,0.164819211,0.780993233,0.78083351,0.781028369
-5371,1,0.1169,1,1,1,1,1,1,1,1,0.0896,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1369,0.1804,0,1,0.4749,1,1,1,0.0443,0.4749,0,1,1,1,1,1,0.035537817,0,0.591931164,1,1,1,1,1,0.149455383,0,0.359860241,1,1,1,1,1,0.08578746,0,0.763593523,0.763697906,0.763741135
-5372,1,0.1169,1,1,1,1,1,1,1,1,0.0933,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1003,0.1804,0,1,0.4749,1,1,1,0.0617,0.4749,0,1,1,1,1,1,0.044086143,0,0.353625715,1,1,1,1,1,0.135452986,0,0.186790317,1,1,1,1,1,0.100373015,0,0.7669768,0.766871166,0.767287234
-5373,1,0.1169,1,1,1,1,1,1,1,1,0.1724,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0717,0.1804,0,1,0.4749,1,1,1,0.0591,0.4749,0,1,1,1,1,1,0.116498388,0,0.472779959,1,1,1,1,1,0.12762931,0,0.175326705,1,1,1,1,1,0.112202249,0,0.73078782,0.730696002,0.730939716
-5374,1,0.1169,1,1,1,1,1,1,1,1,0.1213,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1126,0.1804,0,1,0.4749,1,1,1,0.0569,0.4749,0,1,1,1,1,1,0.134353206,0,0.30338046,1,1,1,1,1,0.155161723,0,0.081425659,1,1,1,1,1,0.121904016,0,0.668740938,0.668711656,0.668882979
-5375,1,0.1169,1,1,1,1,1,1,1,1,0.1238,0.1169,0,1,0.1804,1,1,1,1,1,1,0.124,0.1804,0,1,0.4749,1,1,1,0.0506,0.4749,0,1,1,1,1,1,0.104088776,0,0.224086225,1,1,1,1,1,0.128263235,0,0.042976443,1,1,1,1,1,0.161108583,0,0.605183664,0.605246457,0.605496454
-5376,1,0.1169,1,1,1,1,1,1,1,1,0.0946,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1164,0.1804,0,1,0.4749,1,1,1,0.0374,0.4749,0,1,1,1,1,1,0.05172582,0,0.174127117,1,1,1,1,1,0.113193154,0,0.01077487,1,1,1,1,1,0.109831482,0,0.556367811,0.556378253,0.556737589
-5377,1,0.1169,1,1,1,1,1,1,1,1,0.0949,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1227,0.1804,0,1,0.4749,1,1,1,0.0481,0.4749,0,1,1,1,1,1,0.047402874,0,0.123909295,1,1,1,1,1,0.105507717,0,0.046335343,1,1,1,1,1,0.099324889,0,0.52422668,0.524222551,0.524379433
-5378,1,0.1169,1,1,1,1,1,1,1,1,0.0679,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1012,0.1804,0,1,0.4749,1,1,1,0.0648,0.4749,0,1,1,1,1,1,0.035071842,0,0.165416732,1,1,1,1,1,0.084901191,0,0.043384038,1,1,1,1,1,0.154094249,0,0.503806187,0.503702137,0.503989362
-5379,1,0.1169,1,1,1,1,1,1,1,1,0.0715,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1489,0.1804,0,1,0.4749,1,1,1,0.0615,0.4749,0,1,1,1,1,1,0.059408382,0,0.139775738,1,1,1,1,1,0.123617835,0,0.039046861,1,1,1,1,1,0.152457386,0,0.493293862,0.493336154,0.493351064
-5380,1,0.1169,1,1,1,1,1,1,1,1,0.0869,0.1169,0,1,0.1804,1,1,1,1,1,1,0.131,0.1804,0,1,0.4749,1,1,1,0.0646,0.4749,0,1,1,1,1,1,0.088855878,0,0.103297748,1,1,1,1,1,0.125498518,0,0.042150788,1,1,1,1,1,0.16383484,0,0.497462542,0.497567167,0.497783688
-5381,1,0.1169,1,1,1,1,1,1,1,1,0.0687,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0724,0.1804,0,1,0.4749,1,1,1,0.0751,0.4749,0,1,1,1,1,1,0.072712637,0,0.045811635,1,1,1,1,1,0.072665192,0,0,1,1,1,1,1,0.184415534,0,0.523924601,0.52379945,0.52393617
-5382,1,0.1169,1,1,1,1,1,1,1,1,0.0529,0.1169,0.0607,1,0.1804,1,1,1,1,1,1,0.056,0.1804,0.0862,1,0.4749,1,1,1,0.0681,0.4749,0.0561,1,1,1,1,1,0.053019781,0.400431931,0.039926358,1,1,1,1,1,0.060302697,0.413436294,0,1,1,1,1,1,0.176485077,0.447924614,0.56917593,0.569282843,0.569592199
-5383,1,0.1169,1,1,1,1,1,1,1,1,0.0089,0.1169,0.2141,1,0.1804,1,1,1,1,1,1,0.0151,0.1804,0.2409,1,0.4749,1,1,1,0.0142,0.4749,0.1974,1,1,1,1,1,0.013352313,0.696420372,0.039886221,1,1,1,1,1,0.02080553,0.696998119,0.02086335,1,1,1,1,1,0.059165344,0.650442719,0.634001933,0.634017347,0.634308511
-5384,1,0.1169,1,1,1,1,1,1,1,1,0.0123,0.1169,0.3901,1,0.1804,1,1,1,1,1,1,0.0573,0.1804,0.4098,1,0.4749,1,1,1,0.0239,0.4749,0.3699,1,1,1,1,1,0.023549318,0.83685261,0.041552879,1,1,1,1,1,0.048387036,0.837072611,0.026952619,1,1,1,1,1,0.075840451,0.813954413,0.688376027,0.688385868,0.688386525
-5385,1,0.1169,1,1,1,1,1,1,1,1,0.0446,0.1169,0.5228,1,0.1804,1,1,1,1,1,1,0.1157,0.1804,0.5284,1,0.4749,1,1,1,0.0125,0.4749,0.4965,1,1,1,1,1,0.066633947,0.868761361,0.089589201,1,1,1,1,1,0.096838817,0.866366804,0.082559951,1,1,1,1,1,0.050829053,0.862891674,0.73398985,0.733869262,0.734485816
-5386,1,0.1169,1,1,1,1,1,1,1,1,0.0302,0.1169,0.616,1,0.1804,1,1,1,1,1,1,0.067,0.1804,0.6081,1,0.4749,1,1,1,0.0078,0.4749,0.5804,1,1,1,1,1,0.030718684,0.860189974,0.120777905,1,1,1,1,1,0.056470826,0.856778741,0.063989796,1,1,1,1,1,0.031149507,0.869556427,0.773622523,0.773640787,0.77393617
-5387,1,0.1169,1,1,1,1,1,1,1,1,0.073,0.1169,0.6086,1,0.1804,1,1,1,1,1,1,0.0295,0.1804,0.5946,1,0.4749,1,1,1,0.0228,0.4749,0.5594,1,1,1,1,1,0.044828694,0.845874369,0.121826291,1,1,1,1,1,0.031496849,0.838819802,0.032065444,1,1,1,1,1,0.059728183,0.854546905,0.801594973,0.801565475,0.801861702
-5388,1,0.1169,1,1,1,1,1,1,1,1,0.1116,0.1169,0.6019,1,0.1804,1,1,1,1,1,1,0.0312,0.1804,0.5906,1,0.4749,1,1,1,0.0211,0.4749,0.5355,1,1,1,1,1,0.055959586,0.854296565,0.101847991,1,1,1,1,1,0.038939919,0.796295166,0.021193195,1,1,1,1,1,0.06653446,0.83319056,0.81959884,0.819758832,0.820035461
-5389,1,0.1169,1,1,1,1,1,1,1,1,0.1177,0.1169,0.5902,1,0.1804,1,1,1,1,1,1,0.0394,0.1804,0.5674,1,0.4749,1,1,1,0.0199,0.4749,0.5144,1,1,1,1,1,0.039960191,0.804291487,0.123342872,1,1,1,1,1,0.048095897,0.829237401,0.015661519,1,1,1,1,1,0.037734739,0.789803147,0.836031899,0.836048234,0.83643617
-5390,1,0.1169,1,1,1,1,1,1,1,1,0.1225,0.1169,0.5524,1,0.1804,1,1,1,1,1,1,0.0353,0.1804,0.5695,1,0.4749,1,1,1,0.0143,0.4749,0.4759,1,1,1,1,1,0.041775525,0.74589324,0.129375085,1,1,1,1,1,0.04218759,0.837515235,0.051045813,1,1,1,1,1,0.043538254,0.765477002,0.84702755,0.847048868,0.84751773
-5391,1,0.1169,1,1,1,1,1,1,1,1,0.1322,0.1169,0.4566,1,0.1804,1,1,1,1,1,1,0.0855,0.1804,0.4717,1,0.4749,1,1,1,0.0405,0.4749,0.4073,1,1,1,1,1,0.040837631,0.778764784,0.177300081,1,1,1,1,1,0.086623974,0.763989568,0.143871203,1,1,1,1,1,0.070402622,0.744918466,0.851800387,0.851914534,0.852393617
-5392,1,0.1169,1,1,1,1,1,1,1,1,0.1579,0.1169,0.323,1,0.1804,1,1,1,1,1,1,0.0972,0.1804,0.3401,1,0.4749,1,1,1,0.042,0.4749,0.2377,1,1,1,1,1,0.039442018,0.723488271,0.232614905,1,1,1,1,1,0.094826132,0.674472034,0.242479339,1,1,1,1,1,0.053290859,0.615536094,0.855969067,0.855933996,0.856382979
-5393,1,0.1169,1,1,1,1,1,1,1,1,0.1697,0.1169,0.1535,1,0.1804,1,1,1,1,1,1,0.1583,0.1804,0.1961,1,0.4749,1,1,1,0.0495,0.4749,0.1414,1,1,1,1,1,0.069621801,0.59876591,0.360434592,1,1,1,1,1,0.128285751,0.568730712,0.286897123,1,1,1,1,1,0.058994282,0.425767183,0.849927501,0.849799027,0.850177305
-5394,1,0.1169,1,1,1,1,1,1,1,1,0.1704,0.1169,0.0356,1,0.1804,1,1,1,1,1,1,0.0504,0.1804,0.0601,1,0.4749,1,1,1,0.0663,0.4749,0.0326,1,1,1,1,1,0.066737011,0.281357974,0.402785212,1,1,1,1,1,0.051985003,0.293762565,0.37273404,1,1,1,1,1,0.095084853,0.120075256,0.823586274,0.823566744,0.824024823
-5395,1,0.1169,1,1,1,1,1,1,1,1,0.1624,0.1169,0,1,0.1804,1,1,1,1,1,1,0.037,0.1804,0,1,0.4749,1,1,1,0.0887,0.4749,0,1,1,1,1,1,0.149788618,0,0.302292556,1,1,1,1,1,0.072984785,0,0.031500265,1,1,1,1,1,0.153577149,0,0.798513775,0.798603766,0.798758865
-5396,1,0.1169,1,1,1,1,1,1,1,1,0.1439,0.1169,0,1,0.1804,1,1,1,1,1,1,0.005,0.1804,0,1,0.4749,1,1,1,0.0646,0.4749,0,1,1,1,1,1,0.138237536,0,0.152028576,1,1,1,1,1,0.018533375,0,0.017500786,1,1,1,1,1,0.139808342,0,0.795915901,0.795853607,0.796099291
-5397,1,0.1169,1,1,1,1,1,1,1,1,0.157,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0195,0.1804,0,1,0.4749,1,1,1,0.0788,0.4749,0,1,1,1,1,1,0.110735551,0,0.171477541,1,1,1,1,1,0.038981766,0,0.074404195,1,1,1,1,1,0.164310127,0,0.747643789,0.747620055,0.747783688
-5398,1,0.1169,1,1,1,1,1,1,1,1,0.0906,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0069,0.1804,0,1,0.4749,1,1,1,0.1241,0.4749,0,1,1,1,1,1,0.05302912,0,0.099813536,1,1,1,1,1,0.00984675,0,0.040935867,1,1,1,1,1,0.26610902,0,0.674359594,0.674423524,0.67464539
-5399,1,0.1169,1,1,1,1,1,1,1,1,0.1211,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0377,0.1804,0,1,0.4749,1,1,1,0.1193,0.4749,0,1,1,1,1,1,0.112253889,0,0.127100617,1,1,1,1,1,0.044979006,0,0.040383246,1,1,1,1,1,0.279419482,0,0.604035766,0.603977153,0.604166667
-5400,1,0.1169,1,1,1,1,1,1,1,1,0.1202,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1349,0.1804,0,1,0.4749,1,1,1,0.1225,0.4749,0,1,1,1,1,1,0.122687601,0,0.177100137,1,1,1,1,1,0.13407369,0,0.052269373,1,1,1,1,1,0.314419836,0,0.552017883,0.551935689,0.552304965
-5401,1,0.1169,1,1,1,1,1,1,1,1,0.1126,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0964,0.1804,0,1,0.4749,1,1,1,0.1025,0.4749,0,1,1,1,1,1,0.113566838,0,0.20192486,1,1,1,1,1,0.095355459,0,0.012045551,1,1,1,1,1,0.272637486,0,0.517580957,0.517664481,0.517730496
-5402,1,0.1169,1,1,1,1,1,1,1,1,0.0687,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0838,0.1804,0,1,0.4749,1,1,1,0.0453,0.4749,0,1,1,1,1,1,0.061143667,0,0.214774579,1,1,1,1,1,0.085065566,0,0,1,1,1,1,1,0.145327374,0,0.495287579,0.49524011,0.495567376
-5403,1,0.1169,1,1,1,1,1,1,1,1,0.0549,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0561,0.1804,0,1,0.4749,1,1,1,0.0589,0.4749,0,1,1,1,1,1,0.045233667,0,0.242326498,1,1,1,1,1,0.067055523,0,0.071581423,1,1,1,1,1,0.133612901,0,0.48441276,0.484451026,0.484485816
-5404,1,0.1169,1,1,1,1,1,1,1,1,0.0414,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0148,0.1804,0,1,0.4749,1,1,1,0.0665,0.4749,0,1,1,1,1,1,0.020359676,0,0.299802244,1,1,1,1,1,0.015434799,0,0.105304196,1,1,1,1,1,0.137575909,0,0.487916868,0.487835837,0.488031915
-5405,1,0.1169,1,1,1,1,1,1,1,1,0.0309,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0059,0.1804,0,1,0.4749,1,1,1,0.0584,0.4749,0,1,1,1,1,1,0.013575386,0,0.277545273,1,1,1,1,1,0.004903108,0,0.051523566,1,1,1,1,1,0.162288517,0,0.516070565,0.516183626,0.516400709
-5406,1,0.1169,1,1,1,1,1,1,1,1,0.0195,0.1169,0.0611,1,0.1804,1,1,1,1,1,1,0,0.1804,0.0872,1,0.4749,1,1,1,0.0405,0.4749,0.0643,1,1,1,1,1,0.006707976,0.315484881,0.218731567,1,1,1,1,1,0.002001379,0.208923891,0,1,1,1,1,1,0.114320055,0.316163719,0.563013533,0.562936323,0.563386525
-5407,1,0.1169,1,1,1,1,1,1,1,1,0.0194,0.1169,0.21,1,0.1804,1,1,1,1,1,1,0,0.1804,0.2165,1,0.4749,1,1,1,0.0129,0.4749,0.2024,1,1,1,1,1,0.013674312,0.594336808,0.138606936,1,1,1,1,1,0.00857733,0.528249025,0.018462306,1,1,1,1,1,0.049393393,0.629949987,0.62777912,0.627670827,0.628102837
-5408,1,0.1169,1,1,1,1,1,1,1,1,0.0013,0.1169,0.3548,1,0.1804,1,1,1,1,1,1,0,0.1804,0.3323,1,0.4749,1,1,1,0.0068,0.4749,0.3516,1,1,1,1,1,0.003288933,0.709842622,0.086048849,1,1,1,1,1,0,0.513111651,0,1,1,1,1,1,0.028868165,0.761417508,0.67858869,0.678654538,0.679078014
-5409,1,0.1169,1,1,1,1,1,1,1,1,0,0.1169,0.4601,1,0.1804,1,1,1,1,1,1,0,0.1804,0.3569,1,0.4749,1,1,1,0.004,0.4749,0.4615,1,1,1,1,1,0.005110479,0.703976572,0.102241091,1,1,1,1,1,0,0.480001122,0,1,1,1,1,1,0.01098367,0.810589194,0.722208797,0.722233975,0.72251773
-5410,1,0.1169,1,1,1,1,1,1,1,1,0.0007,0.1169,0.4822,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4044,1,0.4749,1,1,1,0.0094,0.4749,0.498,1,1,1,1,1,0.001645055,0.655806661,0.073999077,1,1,1,1,1,0,0.526070416,0.010199477,1,1,1,1,1,0.035580564,0.769477904,0.758458192,0.75862069,0.758865248
-5411,1,0.1169,1,1,1,1,1,1,1,1,0.0144,0.1169,0.4699,1,0.1804,1,1,1,1,1,1,0.0151,0.1804,0.4283,1,0.4749,1,1,1,0.0107,0.4749,0.5109,1,1,1,1,1,0.005207707,0.67604661,0.157974392,1,1,1,1,1,0.01450765,0.571701348,0,1,1,1,1,1,0.048254032,0.723519921,0.78298695,0.782949016,0.783244681
-5412,1,0.1169,1,1,1,1,1,1,1,1,0.0405,0.1169,0.4759,1,0.1804,1,1,1,1,1,1,0.025,0.1804,0.4293,1,0.4749,1,1,1,0.0016,0.4749,0.5553,1,1,1,1,1,0.021399893,0.658443391,0.171240747,1,1,1,1,1,0.030780362,0.558494806,0,1,1,1,1,1,0.011900733,0.723026276,0.797003383,0.797122911,0.797429078
-5413,1,0.1169,1,1,1,1,1,1,1,1,0.0696,0.1169,0.4362,1,0.1804,1,1,1,1,1,1,0.0058,0.1804,0.4117,1,0.4749,1,1,1,0.0117,0.4749,0.4654,1,1,1,1,1,0.051061727,0.614391327,0.07654801,1,1,1,1,1,0.013050612,0.59624058,0,1,1,1,1,1,0.027371049,0.677498281,0.807032383,0.807065792,0.807180851
-5414,1,0.1169,1,1,1,1,1,1,1,1,0.1154,0.1169,0.4222,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4054,1,0.4749,1,1,1,0.0167,0.4749,0.4359,1,1,1,1,1,0.059096154,0.580527782,0.101496644,1,1,1,1,1,0.002419033,0.587789416,0.002498953,1,1,1,1,1,0.043544907,0.559808016,0.809751087,0.8096044,0.810283688
-5415,1,0.1169,1,1,1,1,1,1,1,1,0.162,0.1169,0.3806,1,0.1804,1,1,1,1,1,1,0,0.1804,0.3593,1,0.4749,1,1,1,0.019,0.4749,0.3323,1,1,1,1,1,0.054764993,0.544566631,0.177449584,1,1,1,1,1,0.005345725,0.518825233,0.010169634,1,1,1,1,1,0.022952009,0.528746009,0.80679072,0.806642691,0.807180851
-5416,1,0.1169,1,1,1,1,1,1,1,1,0.0992,0.1169,0.2804,1,0.1804,1,1,1,1,1,1,0,0.1804,0.2584,1,0.4749,1,1,1,0.0219,0.4749,0.2342,1,1,1,1,1,0.043069292,0.487327218,0.119549468,1,1,1,1,1,0.016781533,0.381107241,0.04766728,1,1,1,1,1,0.045916244,0.337541938,0.805159497,0.805161836,0.805407801
-5417,1,0.1169,1,1,1,1,1,1,1,1,0.0898,0.1169,0.1386,1,0.1804,1,1,1,1,1,1,0.0047,0.1804,0.146,1,0.4749,1,1,1,0.0334,0.4749,0.1099,1,1,1,1,1,0.044510543,0.282506317,0.199018076,1,1,1,1,1,0.050661609,0.234265119,0.063695818,1,1,1,1,1,0.083998881,0.256401211,0.79621798,0.796276708,0.796542553
-5418,1,0.1169,1,1,1,1,1,1,1,1,0.0834,0.1169,0.0172,1,0.1804,1,1,1,1,1,1,0.0369,0.1804,0.018,1,0.4749,1,1,1,0.0278,0.4749,0.0137,1,1,1,1,1,0.042834185,0.028369598,0.336709678,1,1,1,1,1,0.057833143,0.016959058,0.06103665,1,1,1,1,1,0.081343852,0.015477594,0.77658289,0.776602496,0.776595745
-5419,1,0.1169,1,1,1,1,1,1,1,1,0.0897,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0626,0.1804,0,1,0.4749,1,1,1,0.0696,0.4749,0,1,1,1,1,1,0.059097927,0,0.3015728,1,1,1,1,1,0.092085078,0,0.04663299,1,1,1,1,1,0.070560262,0,0.764137264,0.764121007,0.764184397
-5420,1,0.1169,1,1,1,1,1,1,1,1,0.0431,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0346,0.1804,0,1,0.4749,1,1,1,0.0792,0.4749,0,1,1,1,1,1,0.038651176,0,0.142778322,1,1,1,1,1,0.049843706,0,0.031390317,1,1,1,1,1,0.091042042,0,0.769997583,0.770044426,0.770390071
-5421,1,0.1169,1,1,1,1,1,1,1,1,0.0334,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0848,0.1804,0,1,0.4749,1,1,1,0.0631,0.4749,0,1,1,1,1,1,0.031324923,0,0.12851952,1,1,1,1,1,0.10973087,0,0.085928276,1,1,1,1,1,0.082864493,0,0.729519091,0.729638248,0.730053191
-5422,1,0.1169,1,1,1,1,1,1,1,1,0.0293,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1017,0.1804,0,1,0.4749,1,1,1,0.0364,0.4749,0,1,1,1,1,1,0.02991059,0,0.094173104,1,1,1,1,1,0.117278524,0,0.164050281,1,1,1,1,1,0.050214279,0,0.663726438,0.66363444,0.664007092
-5423,1,0.1169,1,1,1,1,1,1,1,1,0.0646,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1844,0.1804,0,1,0.4749,1,1,1,0.0237,0.4749,0,1,1,1,1,1,0.077667765,0,0.083476834,1,1,1,1,1,0.234169871,0,0.283957869,1,1,1,1,1,0.070437297,0,0.599202513,0.599323038,0.59929078
-5424,1,0.1169,1,1,1,1,1,1,1,1,0.0707,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1864,0.1804,0,1,0.4749,1,1,1,0.0237,0.4749,0,1,1,1,1,1,0.125367552,0,0.018976847,1,1,1,1,1,0.222014785,0,0.145530909,1,1,1,1,1,0.050874416,0,0.554132431,0.554051195,0.554521277
-5425,1,0.1169,1,1,1,1,1,1,1,1,0.0946,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0927,0.1804,0,1,0.4749,1,1,1,0.0217,0.4749,0,1,1,1,1,1,0.122035101,0,0.006315564,1,1,1,1,1,0.107138947,0,0,1,1,1,1,1,0.015660245,0,0.524589174,0.524645653,0.524822695
-5426,1,0.1169,1,1,1,1,1,1,1,1,0.064,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0692,0.1804,0,1,0.4749,1,1,1,0.0137,0.4749,0,1,1,1,1,1,0.110670432,0,0.06614738,1,1,1,1,1,0.101604581,0,0.142798185,1,1,1,1,1,0.010107497,0,0.506283229,0.506240745,0.506205674
-5427,1,0.1169,1,1,1,1,1,1,1,1,0.0386,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.0122,0.4749,0,1,1,1,1,1,0.058842819,0,0.076932743,1,1,1,1,1,0.015472592,0,0.153438225,1,1,1,1,1,0.011639168,0,0.49861044,0.498624921,0.498670213
-5428,1,0.1169,1,1,1,1,1,1,1,1,0.0359,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0041,0.1804,0,1,0.4749,1,1,1,0.0125,0.4749,0,1,1,1,1,1,0.035085119,0,0.134735286,1,1,1,1,1,0.009881812,0,0.157080114,1,1,1,1,1,0.017250733,0,0.504470759,0.504548339,0.504432624
-5429,1,0.1169,1,1,1,1,1,1,1,1,0.041,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.0187,0.4749,0,1,1,1,1,1,0.035480537,0,0.216794714,1,1,1,1,1,0.023413545,0,0.104265973,1,1,1,1,1,0.03229247,0,0.536068149,0.536069389,0.535904255
-5430,1,0.1169,1,1,1,1,1,1,1,1,0.0579,0.1169,0.0146,1,0.1804,1,1,1,1,1,1,0,0.1804,0.0064,1,0.4749,1,1,1,0.0164,0.4749,0.0273,1,1,1,1,1,0.023288924,0.015531783,0.083765171,1,1,1,1,1,0.004357276,0.054646578,0.087808639,1,1,1,1,1,0.045644518,0.103232689,0.589656839,0.589591707,0.58998227
-5431,1,0.1169,1,1,1,1,1,1,1,1,0.0359,0.1169,0.077,1,0.1804,1,1,1,1,1,1,0.0054,0.1804,0.1362,1,0.4749,1,1,1,0.0176,0.4749,0.1282,1,1,1,1,1,0.045884293,0.088316791,0.138452262,1,1,1,1,1,0.008633386,0.450464875,0.038937695,1,1,1,1,1,0.063124195,0.181898415,0.642762204,0.642690924,0.643173759
-5432,1,0.1169,1,1,1,1,1,1,1,1,0.05,0.1169,0.2238,1,0.1804,1,1,1,1,1,1,0,0.1804,0.328,1,0.4749,1,1,1,0.0036,0.4749,0.2639,1,1,1,1,1,0.085957795,0.427705199,0.006838573,1,1,1,1,1,0.001335323,0.677449703,0,1,1,1,1,1,0.020579824,0.31355232,0.676292895,0.67632748,0.67641844
-5433,1,0.1169,1,1,1,1,1,1,1,1,0.0408,0.1169,0.3855,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4768,1,0.4749,1,1,1,0.0012,0.4749,0.341,1,1,1,1,1,0.056072369,0.711815,0,1,1,1,1,1,0.005127954,0.77235359,0.085788488,1,1,1,1,1,0.010194107,0.402617246,0.700821653,0.700867358,0.700797872
-5434,1,0.1169,1,1,1,1,1,1,1,1,0.0408,0.1169,0.542,1,0.1804,1,1,1,1,1,1,0,0.1804,0.5975,1,0.4749,1,1,1,0.0011,0.4749,0.4371,1,1,1,1,1,0.014439141,0.807355642,0.005508093,1,1,1,1,1,0.000431358,0.842537999,0.087977231,1,1,1,1,1,0.004545685,0.547576904,0.732721121,0.732811508,0.732712766
-5435,1,0.1169,1,1,1,1,1,1,1,1,0.0447,0.1169,0.6033,1,0.1804,1,1,1,1,1,1,0,0.1804,0.5761,1,0.4749,1,1,1,0.0171,0.4749,0.4727,1,1,1,1,1,0.017670102,0.855254352,0.054918677,1,1,1,1,1,0.001037243,0.804341853,0.050300531,1,1,1,1,1,0.020096034,0.658669233,0.764378927,0.764544108,0.76462766
-5436,1,0.1169,1,1,1,1,1,1,1,1,0.0201,0.1169,0.5714,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4612,1,0.4749,1,1,1,0.0205,0.4749,0.4564,1,1,1,1,1,0.0039904,0.770748615,0.084944509,1,1,1,1,1,0.001734008,0.704187512,0,1,1,1,1,1,0.032167945,0.743436575,0.788243113,0.788237783,0.78856383
-5437,1,0.1169,1,1,1,1,1,1,1,1,0.0444,0.1169,0.5218,1,0.1804,1,1,1,1,1,1,0,0.1804,0.5194,1,0.4749,1,1,1,0.0374,0.4749,0.5048,1,1,1,1,1,0.006707949,0.733253539,0.064967275,1,1,1,1,1,0.005957372,0.734882772,0,1,1,1,1,1,0.059552774,0.713379979,0.810234413,0.810239052,0.810283688
-5438,1,0.1169,1,1,1,1,1,1,1,1,0.0697,0.1169,0.4491,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4092,1,0.4749,1,1,1,0.0655,0.4749,0.4896,1,1,1,1,1,0.016913176,0.636619627,0.016057421,1,1,1,1,1,0.002367149,0.492023498,0,1,1,1,1,1,0.073705673,0.79428637,0.821169647,0.821239687,0.821365248
-5439,1,0.1169,1,1,1,1,1,1,1,1,0.0814,0.1169,0.3049,1,0.1804,1,1,1,1,1,1,0,0.1804,0.3136,1,0.4749,1,1,1,0.1104,0.4749,0.428,1,1,1,1,1,0.02069217,0.455532521,0.044833947,1,1,1,1,1,0.010995044,0.408779204,0,1,1,1,1,1,0.084519289,0.754788101,0.82557999,0.825682251,0.825797872
-5440,1,0.1169,1,1,1,1,1,1,1,1,0.0774,0.1169,0.173,1,0.1804,1,1,1,1,1,1,0,0.1804,0.1571,1,0.4749,1,1,1,0.0489,0.4749,0.2872,1,1,1,1,1,0.016734123,0.249521539,0.075903669,1,1,1,1,1,0.005845838,0.20673205,0,1,1,1,1,1,0.042340726,0.562505603,0.821955051,0.821874339,0.822251773
-5441,1,0.1169,1,1,1,1,1,1,1,1,0.0618,0.1169,0.07,1,0.1804,1,1,1,1,1,1,0,0.1804,0.052,1,0.4749,1,1,1,0.0261,0.4749,0.1275,1,1,1,1,1,0.011964914,0.110833369,0.147060379,1,1,1,1,1,0.000377297,0.078816839,0.021048954,1,1,1,1,1,0.029426258,0.238894582,0.808965684,0.808969748,0.809397163
-5442,1,0.1169,1,1,1,1,1,1,1,1,0.0407,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.0263,0.4749,0.0169,1,1,1,1,1,0.009107292,2.53E-05,0.097433463,1,1,1,1,1,0.001520024,0,0.035535343,1,1,1,1,1,0.036899678,2.15E-05,0.787699372,0.787603131,0.788120567
-5443,1,0.1169,1,1,1,1,1,1,1,1,0.0342,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.0409,0.4749,0,1,1,1,1,1,0.01593983,0,0.03003744,1,1,1,1,1,0.000478319,0,0.915600061,1,1,1,1,1,0.055301487,0,0.778939101,0.778929554,0.779255319
-5444,1,0.1169,1,1,1,1,1,1,1,1,0.0548,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0351,0.1804,0,1,0.4749,1,1,1,0.0488,0.4749,0,1,1,1,1,1,0.038991593,0,0.037364822,1,1,1,1,1,0.03069465,0,0.198331162,1,1,1,1,1,0.075779513,0,0.776643306,0.776602496,0.776595745
-5445,1,0.1169,1,1,1,1,1,1,1,1,0.1152,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0079,0.1804,0,1,0.4749,1,1,1,0.033,0.4749,0,1,1,1,1,1,0.03078744,0,0.128196314,1,1,1,1,1,0.015524855,0,0.593028307,1,1,1,1,1,0.045988798,0,0.733566941,0.733657711,0.734042553
-5446,1,0.1169,1,1,1,1,1,1,1,1,0.0535,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1055,0.1804,0,1,0.4749,1,1,1,0.0256,0.4749,0,1,1,1,1,1,0.036710951,0,0.178820416,1,1,1,1,1,0.074564926,0,0.142661005,1,1,1,1,1,0.024041515,0,0.666263896,0.666173048,0.666666667
-5447,1,0.1169,1,1,1,1,1,1,1,1,0.057,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0609,0.1804,0,1,0.4749,1,1,1,0.0169,0.4749,0,1,1,1,1,1,0.087771595,0,0.171120614,1,1,1,1,1,0.0707727,0,0,1,1,1,1,1,0.018737629,0,0.599987917,0.59995769,0.600177305
-5448,1,0.1169,1,1,1,1,1,1,1,1,0.0341,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1083,0.1804,0,1,0.4749,1,1,1,0.0113,0.4749,0,1,1,1,1,1,0.074709177,0,0.13457419,1,1,1,1,1,0.117890619,0,0,1,1,1,1,1,0.013789169,0,0.548513775,0.548550878,0.548758865
-5449,1,0.1169,1,1,1,1,1,1,1,1,0.0318,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1101,0.1804,0,1,0.4749,1,1,1,0.0086,0.4749,0,1,1,1,1,1,0.067452192,0,0.087658398,1,1,1,1,1,0.106492721,0,0,1,1,1,1,1,0.014390384,0,0.515708072,0.515760525,0.515957447
-5450,1,0.1169,1,1,1,1,1,1,1,1,0.0389,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1094,0.1804,0,1,0.4749,1,1,1,0.0169,0.4749,0,1,1,1,1,1,0.066433147,0,0.012135708,1,1,1,1,1,0.092333302,0,0,1,1,1,1,1,0.019668162,0,0.495891735,0.495874762,0.496010638
-5451,1,0.1169,1,1,1,1,1,1,1,1,0.0201,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0307,0.1804,0,1,0.4749,1,1,1,0.0226,0.4749,0,1,1,1,1,1,0.056235049,0,0.011689915,1,1,1,1,1,0.025828114,0,0,1,1,1,1,1,0.028776109,0,0.487131464,0.487201185,0.48714539
-5452,1,0.1169,1,1,1,1,1,1,1,1,0.0119,0.1169,0,1,0.1804,1,1,1,1,1,1,0.055,0.1804,0,1,0.4749,1,1,1,0.0357,0.4749,0,1,1,1,1,1,0.040793445,0,0.039389685,1,1,1,1,1,0.043570988,0,0,1,1,1,1,1,0.039520122,0,0.491239729,0.491220647,0.491578014
-5453,1,0.1169,1,1,1,1,1,1,1,1,0.0374,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0299,0.1804,0,1,0.4749,1,1,1,0.0473,0.4749,0,1,1,1,1,1,0.058563575,0,0.050400931,1,1,1,1,1,0.027568733,0,0.003354712,1,1,1,1,1,0.049319517,0,0.520964234,0.521049291,0.521276596
-5454,1,0.1169,1,1,1,1,1,1,1,1,0.0363,0.1169,0.0398,1,0.1804,1,1,1,1,1,1,0.0114,0.1804,0.048,1,0.4749,1,1,1,0.0413,0.4749,0,1,1,1,1,1,0.035265259,0.116796955,0.177795961,1,1,1,1,1,0.020803429,0.26271978,0.125418857,1,1,1,1,1,0.027185343,0,0.571532141,0.571609901,0.571808511
-5455,1,0.1169,1,1,1,1,1,1,1,1,0.0353,0.1169,0.1486,1,0.1804,1,1,1,1,1,1,0.0098,0.1804,0.1876,1,0.4749,1,1,1,0.0522,0.4749,0.0499,1,1,1,1,1,0.04525448,0.507479966,0.328917801,1,1,1,1,1,0.028751157,0.668783784,0.176086143,1,1,1,1,1,0.060683697,0.109098129,0.626752054,0.626613074,0.62677305
-5456,1,0.1169,1,1,1,1,1,1,1,1,0.0464,0.1169,0.3517,1,0.1804,1,1,1,1,1,1,0.0357,0.1804,0.3678,1,0.4749,1,1,1,0.0857,0.4749,0.142,1,1,1,1,1,0.078544393,0.619698524,0.183763653,1,1,1,1,1,0.047101282,0.749266744,0.13722907,1,1,1,1,1,0.161940008,0.246233955,0.671822136,0.671884916,0.671985816
-5457,1,0.1169,1,1,1,1,1,1,1,1,0.0175,0.1169,0.4887,1,0.1804,1,1,1,1,1,1,0.0446,0.1804,0.5237,1,0.4749,1,1,1,0.0989,0.4749,0.2102,1,1,1,1,1,0.043637276,0.76231271,0.208523765,1,1,1,1,1,0.057154436,0.863670826,0.239806026,1,1,1,1,1,0.151995033,0.409675628,0.712723538,0.712714195,0.71320922
-5458,1,0.1169,1,1,1,1,1,1,1,1,0.0384,0.1169,0.5906,1,0.1804,1,1,1,1,1,1,0.1943,0.1804,0.6273,1,0.4749,1,1,1,0.1434,0.4749,0.1632,1,1,1,1,1,0.051971074,0.867059112,0.138556018,1,1,1,1,1,0.148442566,0.90115118,0.380287945,1,1,1,1,1,0.216469318,0.494799316,0.750241663,0.750370214,0.750443262
-5459,1,0.1169,1,1,1,1,1,1,1,1,0.078,0.1169,0.6156,1,0.1804,1,1,1,1,1,1,0.1447,0.1804,0.6406,1,0.4749,1,1,1,0.1899,0.4749,0.2748,1,1,1,1,1,0.101062417,0.882334709,0.036868364,1,1,1,1,1,0.129763842,0.906911612,0.16844137,1,1,1,1,1,0.322791368,0.580659628,0.778032866,0.778083351,0.778368794
-5460,1,0.1169,1,1,1,1,1,1,1,1,0.0558,0.1169,0.6173,1,0.1804,1,1,1,1,1,1,0.1178,0.1804,0.6258,1,0.4749,1,1,1,0.1822,0.4749,0.3797,1,1,1,1,1,0.087061137,0.880035996,0.064458668,1,1,1,1,1,0.111968987,0.899766922,0.186816752,1,1,1,1,1,0.282409489,0.570078135,0.796036733,0.796065158,0.796099291
-5461,1,0.1169,1,1,1,1,1,1,1,1,0.0468,0.1169,0.611,1,0.1804,1,1,1,1,1,1,0.1133,0.1804,0.6174,1,0.4749,1,1,1,0.1915,0.4749,0.4137,1,1,1,1,1,0.07702671,0.877907634,0.090552852,1,1,1,1,1,0.107500732,0.893844247,0.290569901,1,1,1,1,1,0.322611004,0.560397863,0.811744804,0.811719907,0.812056738
-5462,1,0.1169,1,1,1,1,1,1,1,1,0.0617,0.1169,0.576,1,0.1804,1,1,1,1,1,1,0.1443,0.1804,0.5929,1,0.4749,1,1,1,0.2331,0.4749,0.4105,1,1,1,1,1,0.111975409,0.872220159,0.097130962,1,1,1,1,1,0.139039308,0.88947165,0.234735876,1,1,1,1,1,0.523570359,0.466638386,0.820565491,0.820605035,0.820921986
-5463,1,0.1169,1,1,1,1,1,1,1,1,0.0942,0.1169,0.4732,1,0.1804,1,1,1,1,1,1,0.1791,0.1804,0.5028,1,0.4749,1,1,1,0.3138,0.4749,0.284,1,1,1,1,1,0.142505601,0.83970511,0.139435217,1,1,1,1,1,0.168986782,0.866169989,0.161882997,1,1,1,1,1,0.721835673,0.358401835,0.82419043,0.824201396,0.824468085
-5464,1,0.1169,1,1,1,1,1,1,1,1,0.0935,0.1169,0.3345,1,0.1804,1,1,1,1,1,1,0.1517,0.1804,0.3767,1,0.4749,1,1,1,0.3468,0.4749,0.2252,1,1,1,1,1,0.108624101,0.771138489,0.177533597,1,1,1,1,1,0.150620118,0.822007775,0.111360215,1,1,1,1,1,0.697817981,0.254732192,0.82557999,0.825682251,0.825797872
-5465,1,0.1169,1,1,1,1,1,1,1,1,0.1016,0.1169,0.1517,1,0.1804,1,1,1,1,1,1,0.1013,0.1804,0.2024,1,0.4749,1,1,1,0.3572,0.4749,0.0994,1,1,1,1,1,0.077899657,0.622856081,0.261797965,1,1,1,1,1,0.109580398,0.657923818,0.134206563,1,1,1,1,1,0.545925021,0.252881974,0.817000967,0.817008674,0.817375887
-5466,1,0.1169,1,1,1,1,1,1,1,1,0.1686,0.1169,0.035,1,0.1804,1,1,1,1,1,1,0.0422,0.1804,0.0637,1,0.4749,1,1,1,0.2761,0.4749,0.0146,1,1,1,1,1,0.148057118,0.309234828,0.559203446,1,1,1,1,1,0.065529227,0.352391541,0.42482698,1,1,1,1,1,0.443748087,0.08720693,0.789874335,0.789718638,0.789893617
-5467,1,0.1169,1,1,1,1,1,1,1,1,0.1209,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0229,0.1804,0,1,0.4749,1,1,1,0.2183,0.4749,0,1,1,1,1,1,0.106991321,0,0.326963276,1,1,1,1,1,0.066324838,0,0.406774908,1,1,1,1,1,0.285320729,0,0.765285162,0.765390311,0.765514184
-5468,1,0.1169,1,1,1,1,1,1,1,1,0.1445,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0034,0.1804,0,1,0.4749,1,1,1,0.2147,0.4749,0,1,1,1,1,1,0.11724592,0,0.438734561,1,1,1,1,1,0.038552195,0,0.243173569,1,1,1,1,1,0.355846047,0,0.763110198,0.763063254,0.763297872
-5469,1,0.1169,1,1,1,1,1,1,1,1,0.1462,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0279,0.1804,0,1,0.4749,1,1,1,0.2473,0.4749,0,1,1,1,1,1,0.113859452,0,0.374493778,1,1,1,1,1,0.065298975,0,0.272637427,1,1,1,1,1,0.383183777,0,0.718946351,0.718849164,0.719414894
-5470,1,0.1169,1,1,1,1,1,1,1,1,0.1165,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0383,0.1804,0,1,0.4749,1,1,1,0.1291,0.4749,0,1,1,1,1,1,0.090736181,0,0.323574007,1,1,1,1,1,0.078207001,0,0.26035738,1,1,1,1,1,0.190842092,0,0.651159981,0.651152951,0.651595745
-5471,1,0.1169,1,1,1,1,1,1,1,1,0.155,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1037,0.1804,0,1,0.4749,1,1,1,0.1275,0.4749,0,1,1,1,1,1,0.156338632,0,0.340891391,1,1,1,1,1,0.155667678,0,0.289602369,1,1,1,1,1,0.169855371,0,0.582709038,0.582822086,0.582890071
-5472,1,0.1169,1,1,1,1,1,1,1,1,0.1465,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0852,0.1804,0,1,0.4749,1,1,1,0.1052,0.4749,0,1,1,1,1,1,0.117076471,0,0.590825737,1,1,1,1,1,0.115762718,0,0.305393994,1,1,1,1,1,0.171195239,0,0.532684872,0.532684578,0.532801418
-5473,1,0.1169,1,1,1,1,1,1,1,1,0.1171,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1103,0.1804,0,1,0.4749,1,1,1,0.0732,0.4749,0,1,1,1,1,1,0.103436172,0,0.461242974,1,1,1,1,1,0.12349344,0,0.362898201,1,1,1,1,1,0.12583299,0,0.499275012,0.499259573,0.499556738
-5474,1,0.1169,1,1,1,1,1,1,1,1,0.0952,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0537,0.1804,0,1,0.4749,1,1,1,0.0778,0.4749,0,1,1,1,1,1,0.107597589,0,0.684454322,1,1,1,1,1,0.077239126,0,0.478702664,1,1,1,1,1,0.161023319,0,0.478431609,0.478527607,0.478723404
-5475,1,0.1169,1,1,1,1,1,1,1,1,0.0868,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0345,0.1804,0,1,0.4749,1,1,1,0.1047,0.4749,0,1,1,1,1,1,0.09578266,0,0.929045737,1,1,1,1,1,0.046047971,0,0.547905207,1,1,1,1,1,0.247116178,0,0.467919285,0.467950074,0.468085106
-5476,1,0.1169,1,1,1,1,1,1,1,1,0.0916,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1063,0.1804,0,1,0.4749,1,1,1,0.065,0.4749,0,1,1,1,1,1,0.096354961,0,0.749639511,1,1,1,1,1,0.09576387,0,0.416334063,1,1,1,1,1,0.177167833,0,0.47118173,0.471334885,0.471187943
-5477,1,0.1169,1,1,1,1,1,1,1,1,0.0826,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0728,0.1804,0,1,0.4749,1,1,1,0.1119,0.4749,0,1,1,1,1,1,0.071556248,0,0.54007864,1,1,1,1,1,0.061869141,0,0.281017303,1,1,1,1,1,0.275369436,0,0.49637506,0.496509414,0.496453901
-5478,1,0.1169,1,1,1,1,1,1,1,1,0.0711,0.1169,0.061,1,0.1804,1,1,1,1,1,1,0.0593,0.1804,0.0802,1,0.4749,1,1,1,0.1118,0.4749,0.0617,1,1,1,1,1,0.090578943,0.402613372,0.519050419,1,1,1,1,1,0.057080153,0.386100531,0.262857348,1,1,1,1,1,0.275844365,0.373643786,0.540297245,0.540300402,0.540336879
-5479,1,0.1169,1,1,1,1,1,1,1,1,0.0155,0.1169,0.2197,1,0.1804,1,1,1,1,1,1,0.0595,0.1804,0.2387,1,0.4749,1,1,1,0.0363,0.4749,0.2049,1,1,1,1,1,0.017203722,0.698652864,0.699811637,1,1,1,1,1,0.053155992,0.655617416,0.275660485,1,1,1,1,1,0.096309215,0.685826182,0.599565007,0.599746139,0.599734043
-5480,1,0.1169,1,1,1,1,1,1,1,1,0,0.1169,0.3925,1,0.1804,1,1,1,1,1,1,0.0056,0.1804,0.4047,1,0.4749,1,1,1,0.0177,0.4749,0.3769,1,1,1,1,1,0.002455162,0.815841317,0.357097208,1,1,1,1,1,0.007457572,0.787136674,0.159405768,1,1,1,1,1,0.016127445,0.82123822,0.653757854,0.653691559,0.654255319
-5481,1,0.1169,1,1,1,1,1,1,1,1,0.003,0.1169,0.5212,1,0.1804,1,1,1,1,1,1,0.0594,0.1804,0.5149,1,0.4749,1,1,1,0.0068,0.4749,0.5012,1,1,1,1,1,0.000355316,0.845453143,0.332188785,1,1,1,1,1,0.042543337,0.788495064,0.224787697,1,1,1,1,1,0.004008373,0.886131823,0.699734171,0.699809604,0.699911348
-5482,1,0.1169,1,1,1,1,1,1,1,1,0.0153,0.1169,0.6171,1,0.1804,1,1,1,1,1,1,0.075,0.1804,0.6067,1,0.4749,1,1,1,0.0019,0.4749,0.616,1,1,1,1,1,0.011451692,0.865303159,0.274414837,1,1,1,1,1,0.062961765,0.84869504,0.274698704,1,1,1,1,1,0.001336503,0.898401618,0.74262929,0.74275439,0.742907801
-5483,1,0.1169,1,1,1,1,1,1,1,1,0.057,0.1169,0.6261,1,0.1804,1,1,1,1,1,1,0.0987,0.1804,0.619,1,0.4749,1,1,1,0.0085,0.4749,0.5977,1,1,1,1,1,0.042359918,0.879742742,0.214852184,1,1,1,1,1,0.101597048,0.872996211,0.416674376,1,1,1,1,1,0.004985423,0.886324883,0.775314161,0.775544743,0.77570922
-5484,1,0.1169,1,1,1,1,1,1,1,1,0.145,0.1169,0.6266,1,0.1804,1,1,1,1,1,1,0.1516,0.1804,0.6232,1,0.4749,1,1,1,0.0078,0.4749,0.5954,1,1,1,1,1,0.083397254,0.882802427,0.1398056,1,1,1,1,1,0.14090547,0.876162291,0.16274032,1,1,1,1,1,0.009762878,0.871839404,0.80219913,0.802411678,0.802304965
-5485,1,0.1169,1,1,1,1,1,1,1,1,0.244,0.1169,0.6131,1,0.1804,1,1,1,1,1,1,0.1151,0.1804,0.6103,1,0.4749,1,1,1,0.0238,0.4749,0.549,1,1,1,1,1,0.128339291,0.862080574,0.116577499,1,1,1,1,1,0.129768059,0.826747954,0.196773827,1,1,1,1,1,0.048794348,0.864203751,0.82739246,0.827374656,0.827570922
-5486,1,0.1169,1,1,1,1,1,1,1,1,0.371,0.1169,0.5703,1,0.1804,1,1,1,1,1,1,0.1823,0.1804,0.556,1,0.4749,1,1,1,0.0766,0.4749,0.4869,1,1,1,1,1,0.208142161,0.824744165,0.169236034,1,1,1,1,1,0.218177691,0.711259842,0.229232997,1,1,1,1,1,0.180115461,0.843638062,0.8429797,0.843029406,0.843085106
-5487,1,0.1169,1,1,1,1,1,1,1,1,0.3905,0.1169,0.4571,1,0.1804,1,1,1,1,1,1,0.1764,0.1804,0.462,1,0.4749,1,1,1,0.1003,0.4749,0.3423,1,1,1,1,1,0.255594581,0.777383208,0.186717451,1,1,1,1,1,0.225738183,0.712922812,0.28899318,1,1,1,1,1,0.274326503,0.783519208,0.848235863,0.848318172,0.848404255
-5488,1,0.1169,1,1,1,1,1,1,1,1,0.4219,0.1169,0.3151,1,0.1804,1,1,1,1,1,1,0.1678,0.1804,0.3298,1,0.4749,1,1,1,0.077,0.4749,0.236,1,1,1,1,1,0.274068296,0.676260829,0.319424599,1,1,1,1,1,0.241717756,0.585892618,0.754019737,1,1,1,1,1,0.205237031,0.630121887,0.847631706,0.84768352,0.847960993
-5489,1,0.1169,1,1,1,1,1,1,1,1,0.2655,0.1169,0.1411,1,0.1804,1,1,1,1,1,1,0.0243,0.1804,0.1662,1,0.4749,1,1,1,0.0981,0.4749,0.0959,1,1,1,1,1,0.141678989,0.457392693,0.385367751,1,1,1,1,1,0.063779302,0.366596639,0.913391709,1,1,1,1,1,0.164656162,0.362095118,0.832950701,0.832874974,0.833333333
-5490,1,0.1169,1,1,1,1,1,1,1,1,0.2075,0.1169,0.0169,1,0.1804,1,1,1,1,1,1,0.0053,0.1804,0.0149,1,0.4749,1,1,1,0.092,0.4749,0,1,1,1,1,1,0.117997162,0.086848721,0.57051003,1,1,1,1,1,0.046889715,0.044369828,1,1,1,1,1,1,0.148110688,0.003178173,0.801594973,0.801565475,0.801861702
-5491,1,0.1169,1,1,1,1,1,1,1,1,0.1899,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1893,0.1804,0,1,0.4749,1,1,1,0.106,0.4749,0,1,1,1,1,1,0.258460999,0,0.760568082,1,1,1,1,1,0.268406004,0,0.884689569,1,1,1,1,1,0.180790484,0,0.783228613,0.783160567,0.783244681
-5492,1,0.1169,1,1,1,1,1,1,1,1,0.1704,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1837,0.1804,0,1,0.4749,1,1,1,0.0663,0.4749,0,1,1,1,1,1,0.208317325,0,0.51935643,1,1,1,1,1,0.178041235,0,1,1,1,1,1,1,0.113362305,0,0.779180764,0.779141104,0.779255319
-5493,1,0.1169,1,1,1,1,1,1,1,1,0.1688,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0336,0.1804,0,1,0.4749,1,1,1,0.0523,0.4749,0,1,1,1,1,1,0.166769713,0,0.69254601,1,1,1,1,1,0.082489438,0,1,1,1,1,1,1,0.119491287,0,0.737131464,0.737254072,0.737588652
-5494,1,0.1169,1,1,1,1,1,1,1,1,0.152,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0089,0.1804,0,1,0.4749,1,1,1,0.0525,0.4749,0,1,1,1,1,1,0.120431237,0,0.709592581,1,1,1,1,1,0.051443283,0,0.646432221,1,1,1,1,1,0.091957375,0,0.673876269,0.673788872,0.674202128
-5495,1,0.1169,1,1,1,1,1,1,1,1,0.11,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.0675,0.4749,0,1,1,1,1,1,0.100779243,0,0.514096677,1,1,1,1,1,0.03655535,0,0.386502892,1,1,1,1,1,0.151427165,0,0.61080232,0.610746774,0.610815603
-5496,1,0.1169,1,1,1,1,1,1,1,1,0.1167,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0093,0.1804,0,1,0.4749,1,1,1,0.1369,0.4749,0,1,1,1,1,1,0.130880669,0,0.415500522,1,1,1,1,1,0.038370021,0,0.319867045,1,1,1,1,1,0.349732906,0,0.558724021,0.55870531,0.558953901
-5497,1,0.1169,1,1,1,1,1,1,1,1,0.0811,0.1169,0,1,0.1804,1,1,1,1,1,1,0.06,0.1804,0,1,0.4749,1,1,1,0.157,0.4749,0,1,1,1,1,1,0.110846132,0,0.286286503,1,1,1,1,1,0.077638641,0,0.214661807,1,1,1,1,1,0.404274613,0,0.523682939,0.52379945,0.523492908
-5498,1,0.1169,1,1,1,1,1,1,1,1,0.0442,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0155,0.1804,0,1,0.4749,1,1,1,0.1414,0.4749,0,1,1,1,1,1,0.088006966,0,0.188883722,1,1,1,1,1,0.059736811,0,0.379785895,1,1,1,1,1,0.341596544,0,0.500120831,0.500105775,0.5
-5499,1,0.1169,1,1,1,1,1,1,1,1,0.0392,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0218,0.1804,0,1,0.4749,1,1,1,0.1179,0.4749,0,1,1,1,1,1,0.071681298,0,0.450862646,1,1,1,1,1,0.028445832,0,0.056660473,1,1,1,1,1,0.338592172,0,0.484896085,0.484662577,0.484929078
-5500,1,0.1169,1,1,1,1,1,1,1,1,0.0508,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0073,0.1804,0,1,0.4749,1,1,1,0.0765,0.4749,0,1,1,1,1,1,0.086861596,0,0.350553095,1,1,1,1,1,0.04959482,0,0.000963351,1,1,1,1,1,0.244460642,0,0.479217013,0.479162259,0.479166667
-5501,1,0.1169,1,1,1,1,1,1,1,1,0.0799,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0087,0.1804,0,1,0.4749,1,1,1,0.0669,0.4749,0,1,1,1,1,1,0.054572541,0,0.410350144,1,1,1,1,1,0.041087352,0,0,1,1,1,1,1,0.172512829,0,0.484896085,0.484874127,0.484929078
-5502,1,0.1169,1,1,1,1,1,1,1,1,0.0593,0.1169,0.0082,1,0.1804,1,1,1,1,1,1,0.035,0.1804,0.0004,1,0.4749,1,1,1,0.0791,0.4749,0.0472,1,1,1,1,1,0.049046766,0.005249328,0.060268775,1,1,1,1,1,0.094410285,0.002436197,0.01202199,1,1,1,1,1,0.190994948,0.022170518,0.497039633,0.496932515,0.497340426
-5503,1,0.1169,1,1,1,1,1,1,1,1,0.1024,0.1169,0.1013,1,0.1804,1,1,1,1,1,1,0.0296,0.1804,0.0971,1,0.4749,1,1,1,0.0372,0.4749,0.1662,1,1,1,1,1,0.060355756,0.140024841,0.029522371,1,1,1,1,1,0.080268249,0.220579833,0.049737696,1,1,1,1,1,0.10249643,0.135275096,0.526945384,0.52697271,0.527039007
-5504,1,0.1169,1,1,1,1,1,1,1,1,0.0564,0.1169,0.2049,1,0.1804,1,1,1,1,1,1,0.0914,0.1804,0.2111,1,0.4749,1,1,1,0.0388,0.4749,0.295,1,1,1,1,1,0.06286785,0.360402972,0.025535345,1,1,1,1,1,0.066271015,0.382331192,0.122226968,1,1,1,1,1,0.092416957,0.316168398,0.566215563,0.566321134,0.566489362
-5505,1,0.1169,1,1,1,1,1,1,1,1,0.0482,0.1169,0.3041,1,0.1804,1,1,1,1,1,1,0.1123,0.1804,0.3141,1,0.4749,1,1,1,0.026,0.4749,0.4033,1,1,1,1,1,0.040633023,0.500701606,0.065768331,1,1,1,1,1,0.074723102,0.603135884,0.199590325,1,1,1,1,1,0.056218997,0.406924188,0.597329628,0.597419082,0.597074468
-5506,1,0.1169,1,1,1,1,1,1,1,1,0.0199,0.1169,0.3733,1,0.1804,1,1,1,1,1,1,0.1206,0.1804,0.4926,1,0.4749,1,1,1,0.0303,0.4749,0.4607,1,1,1,1,1,0.009156184,0.622261167,0.045417715,1,1,1,1,1,0.074428976,0.761880934,0.277050018,1,1,1,1,1,0.065023579,0.501481354,0.617145964,0.617093294,0.617464539
-5507,1,0.1169,1,1,1,1,1,1,1,1,0.0102,0.1169,0.4135,1,0.1804,1,1,1,1,1,1,0.0356,0.1804,0.5089,1,0.4749,1,1,1,0.0906,0.4749,0.4701,1,1,1,1,1,0.009391204,0.679560304,0.039121509,1,1,1,1,1,0.023409775,0.802560091,0.150428534,1,1,1,1,1,0.216630176,0.619702458,0.629168681,0.629151682,0.628989362
-5508,1,0.1169,1,1,1,1,1,1,1,1,0.0275,0.1169,0.4441,1,0.1804,1,1,1,1,1,1,0.0448,0.1804,0.5342,1,0.4749,1,1,1,0.0629,0.4749,0.5502,1,1,1,1,1,0.018917289,0.721764207,0.043909654,1,1,1,1,1,0.040885158,0.815763235,0.477978528,1,1,1,1,1,0.150063217,0.734104693,0.631041566,0.631055638,0.631205674
-5509,1,0.1169,1,1,1,1,1,1,1,1,0.0138,0.1169,0.4674,1,0.1804,1,1,1,1,1,1,0.1363,0.1804,0.5489,1,0.4749,1,1,1,0.0817,0.4749,0.5839,1,1,1,1,1,0.012500482,0.732006133,0.074506678,1,1,1,1,1,0.128570482,0.830806136,0.243678033,1,1,1,1,1,0.176903233,0.764958441,0.629289512,0.629363232,0.629432624
-5510,1,0.1169,1,1,1,1,1,1,1,1,0.0251,0.1169,0.4312,1,0.1804,1,1,1,1,1,1,0.2513,0.1804,0.5517,1,0.4749,1,1,1,0.079,0.4749,0.5657,1,1,1,1,1,0.020532252,0.730256975,0.146043599,1,1,1,1,1,0.192059577,0.841267347,0.505046844,1,1,1,1,1,0.189980417,0.759007335,0.626872885,0.626824624,0.62677305
-5511,1,0.1169,1,1,1,1,1,1,1,1,0.0396,0.1169,0.3863,1,0.1804,1,1,1,1,1,1,0.3077,0.1804,0.4826,1,0.4749,1,1,1,0.0525,0.4749,0.4635,1,1,1,1,1,0.039039131,0.734148383,0.123508766,1,1,1,1,1,0.227764934,0.847028613,0.969324112,1,1,1,1,1,0.133694947,0.702682018,0.624697922,0.624709118,0.624556738
-5512,1,0.1169,1,1,1,1,1,1,1,1,0.0311,0.1169,0.2861,1,0.1804,1,1,1,1,1,1,0.3396,0.1804,0.3607,1,0.4749,1,1,1,0.0341,0.4749,0.3127,1,1,1,1,1,0.030834405,0.70293963,0.134005278,1,1,1,1,1,0.248441488,0.812175155,0.544350028,1,1,1,1,1,0.090109296,0.656226456,0.626510391,0.626613074,0.62677305
-5513,1,0.1169,1,1,1,1,1,1,1,1,0.039,0.1169,0.1305,1,0.1804,1,1,1,1,1,1,0.16,0.1804,0.1957,1,0.4749,1,1,1,0.0363,0.4749,0.1313,1,1,1,1,1,0.036367267,0.55801779,0.24944295,1,1,1,1,1,0.143375844,0.660555959,0.182863623,1,1,1,1,1,0.107994325,0.519056439,0.626329145,0.626401523,0.62677305
-5514,1,0.1169,1,1,1,1,1,1,1,1,0.0459,0.1169,0.0184,1,0.1804,1,1,1,1,1,1,0.1318,0.1804,0.06,1,0.4749,1,1,1,0.0492,0.4749,0.0226,1,1,1,1,1,0.090389125,0.26662007,0.20080319,1,1,1,1,1,0.127232432,0.372945517,0.121914402,1,1,1,1,1,0.160637751,0.203811333,0.618233446,0.618151047,0.618351064
-5515,1,0.1169,1,1,1,1,1,1,1,1,0.0361,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0638,0.1804,0,1,0.4749,1,1,1,0.0851,0.4749,0,1,1,1,1,1,0.123927742,0,0.176662594,1,1,1,1,1,0.092448391,0,0.107303411,1,1,1,1,1,0.190322623,0,0.609896085,0.609900571,0.609929078
-5516,1,0.1169,1,1,1,1,1,1,1,1,0.0539,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0824,0.1804,0,1,0.4749,1,1,1,0.1336,0.4749,0,1,1,1,1,1,0.18776454,0,0.089956328,1,1,1,1,1,0.122250244,0,0.060763873,1,1,1,1,1,0.27344951,0,0.617145964,0.617093294,0.617464539
-5517,1,0.1169,1,1,1,1,1,1,1,1,0.067,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1155,0.1804,0,1,0.4749,1,1,1,0.1432,0.4749,0,1,1,1,1,1,0.158944786,0,0.102507696,1,1,1,1,1,0.164323837,0,0.043997914,1,1,1,1,1,0.251347691,0,0.588629773,0.588745505,0.588652482
-5518,1,0.1169,1,1,1,1,1,1,1,1,0.0946,0.1169,0,1,0.1804,1,1,1,1,1,1,0.2056,0.1804,0,1,0.4749,1,1,1,0.1657,0.4749,0,1,1,1,1,1,0.201893657,0,0.137528211,1,1,1,1,1,0.245469496,0,0.017589528,1,1,1,1,1,0.294267744,0,0.544707588,0.544742966,0.544769504
-5519,1,0.1169,1,1,1,1,1,1,1,1,0.0944,0.1169,0,1,0.1804,1,1,1,1,1,1,0.4222,0.1804,0,1,0.4749,1,1,1,0.1623,0.4749,0,1,1,1,1,1,0.203666598,0,0.079391174,1,1,1,1,1,0.431907684,0,0.024981938,1,1,1,1,1,0.274559766,0,0.496918801,0.496932515,0.496897163
-5520,1,0.1169,1,1,1,1,1,1,1,1,0.1232,0.1169,0,1,0.1804,1,1,1,1,1,1,0.4588,0.1804,0,1,0.4749,1,1,1,0.1715,0.4749,0,1,1,1,1,1,0.256876469,0,0.07474827,1,1,1,1,1,0.548427701,0,0.084917024,1,1,1,1,1,0.323554158,0,0.458192363,0.458218743,0.458333333
-5521,1,0.1169,1,1,1,1,1,1,1,1,0.1335,0.1169,0,1,0.1804,1,1,1,1,1,1,0.2807,0.1804,0,1,0.4749,1,1,1,0.1798,0.4749,0,1,1,1,1,1,0.291820049,0,0.157395512,1,1,1,1,1,0.468814611,0,0.15670523,1,1,1,1,1,0.317133039,0,0.431065732,0.430928707,0.430851064
-5522,1,0.1169,1,1,1,1,1,1,1,1,0.1127,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1729,0.1804,0,1,0.4749,1,1,1,0.1226,0.4749,0,1,1,1,1,1,0.22034955,0,0.207729653,1,1,1,1,1,0.300710648,0,0.175302893,1,1,1,1,1,0.229085654,0,0.412397293,0.412523799,0.412234043
-5523,1,0.1169,1,1,1,1,1,1,1,1,0.1325,0.1169,0,1,0.1804,1,1,1,1,1,1,0.312,0.1804,0,1,0.4749,1,1,1,0.1222,0.4749,0,1,1,1,1,1,0.206926584,0,0.136811316,1,1,1,1,1,0.361072868,0,0.081030637,1,1,1,1,1,0.248244837,0,0.402791203,0.402792469,0.402925532
-5524,1,0.1169,1,1,1,1,1,1,1,1,0.1301,0.1169,0,1,0.1804,1,1,1,1,1,1,0.3873,0.1804,0,1,0.4749,1,1,1,0.1377,0.4749,0,1,1,1,1,1,0.205558911,0,0.086032279,1,1,1,1,1,0.37140578,0,0.017607331,1,1,1,1,1,0.234144524,0,0.398562107,0.398561455,0.39893617
-5525,1,0.1169,1,1,1,1,1,1,1,1,0.1062,0.1169,0,1,0.1804,1,1,1,1,1,1,0.2815,0.1804,0,1,0.4749,1,1,1,0.0955,0.4749,0,1,1,1,1,1,0.184170693,0,0.106836528,1,1,1,1,1,0.2989299,0,0,1,1,1,1,1,0.182751805,0,0.401280812,0.401311614,0.401152482
-5526,1,0.1169,1,1,1,1,1,1,1,1,0.0666,0.1169,0.0641,1,0.1804,1,1,1,1,1,1,0.0674,0.1804,0.0859,1,0.4749,1,1,1,0.0791,0.4749,0.0575,1,1,1,1,1,0.116216615,0.467052758,0.094396606,1,1,1,1,1,0.08759883,0.341107666,0.039404977,1,1,1,1,1,0.143854663,0.523419559,0.405509908,0.405542627,0.405585106
-5527,1,0.1169,1,1,1,1,1,1,1,1,0.0279,0.1169,0.1855,1,0.1804,1,1,1,1,1,1,0.0109,0.1804,0.204,1,0.4749,1,1,1,0.0175,0.4749,0.1908,1,1,1,1,1,0.028383477,0.762411952,0.108663157,1,1,1,1,1,0.031752985,0.613744378,0.045950785,1,1,1,1,1,0.034916822,0.858409941,0.435173997,0.435159721,0.435283688
-5528,1,0.1169,1,1,1,1,1,1,1,1,0.0132,0.1169,0.3711,1,0.1804,1,1,1,1,1,1,0,0.1804,0.3947,1,0.4749,1,1,1,0.0074,0.4749,0.4134,1,1,1,1,1,0.014003919,0.770485699,0.043723118,1,1,1,1,1,0.000199359,0.769295394,0.01763377,1,1,1,1,1,0.008278197,0.899358749,0.479881585,0.479796911,0.480053191
-5529,1,0.1169,1,1,1,1,1,1,1,1,0.0147,0.1169,0.4964,1,0.1804,1,1,1,1,1,1,0,0.1804,0.432,1,0.4749,1,1,1,0.0028,0.4749,0.5543,1,1,1,1,1,0.010323099,0.725024104,0.066085652,1,1,1,1,1,0.003043264,0.553429246,0.020168327,1,1,1,1,1,0.00226036,0.922314286,0.519574674,0.519568437,0.519503546
-5530,1,0.1169,1,1,1,1,1,1,1,1,0.0066,0.1169,0.3738,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4116,1,0.4749,1,1,1,0.0133,0.4749,0.6057,1,1,1,1,1,0.000960984,0.593711555,0.047640152,1,1,1,1,1,5.11E-06,0.563777685,0.000319372,1,1,1,1,1,0.003904343,0.926057398,0.546882552,0.546858473,0.546985816
-5531,1,0.1169,1,1,1,1,1,1,1,1,0.0037,0.1169,0.4547,1,0.1804,1,1,1,1,1,1,0,0.1804,0.435,1,0.4749,1,1,1,0.0067,0.4749,0.637,1,1,1,1,1,0.000952313,0.697433829,0.056906022,1,1,1,1,1,0,0.563179374,0.027609687,1,1,1,1,1,0.000760997,0.924824476,0.563376027,0.563359425,0.563386525
-5532,1,0.1169,1,1,1,1,1,1,1,1,0.0016,0.1169,0.3845,1,0.1804,1,1,1,1,1,1,0,0.1804,0.3599,1,0.4749,1,1,1,0.0091,0.4749,0.5739,1,1,1,1,1,0.000138092,0.535587251,0.025446603,1,1,1,1,1,6.86E-05,0.493524402,0.142715454,1,1,1,1,1,0.0015474,0.788687825,0.572680039,0.572667654,0.572695035
-5533,1,0.1169,1,1,1,1,1,1,1,1,0.0093,0.1169,0.3859,1,0.1804,1,1,1,1,1,1,0,0.1804,0.375,1,0.4749,1,1,1,0.0189,0.4749,0.6544,1,1,1,1,1,0.003416306,0.573334694,0.052100122,1,1,1,1,1,0.003020845,0.606755018,0.101257071,1,1,1,1,1,0.00614845,0.749273896,0.573525858,0.573513857,0.57358156
-5534,1,0.1169,1,1,1,1,1,1,1,1,0.0178,0.1169,0.4689,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4861,1,0.4749,1,1,1,0.009,0.4749,0.5112,1,1,1,1,1,0.00721808,0.713462353,0.064099774,1,1,1,1,1,0.007956849,0.683653951,0.171646595,1,1,1,1,1,0.017174311,0.61649853,0.574009183,0.573936958,0.574024823
-5535,1,0.1169,1,1,1,1,1,1,1,1,0.0231,0.1169,0.3918,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4169,1,0.4749,1,1,1,0.004,0.4749,0.4162,1,1,1,1,1,0.007879443,0.672788978,0.110726118,1,1,1,1,1,0.005370061,0.649915993,0.181935877,1,1,1,1,1,0.012851574,0.729274035,0.577271629,0.577321769,0.577570922
-5536,1,0.1169,1,1,1,1,1,1,1,1,0.02,0.1169,0.2566,1,0.1804,1,1,1,1,1,1,0,0.1804,0.3298,1,0.4749,1,1,1,0.009,0.4749,0.2856,1,1,1,1,1,0.003822141,0.549508989,0.11700654,1,1,1,1,1,0.000794064,0.610878348,0.114992149,1,1,1,1,1,0.010103155,0.705121934,0.586817303,0.586841549,0.586879433
-5537,1,0.1169,1,1,1,1,1,1,1,1,0.009,0.1169,0.139,1,0.1804,1,1,1,1,1,1,0,0.1804,0.1805,1,0.4749,1,1,1,0.0174,0.4749,0.123,1,1,1,1,1,0.00175749,0.347806513,0.09417472,1,1,1,1,1,3.65E-05,0.341855645,0.029066233,1,1,1,1,1,0.010488537,0.318594992,0.593885935,0.593822721,0.593971631
-5538,1,0.1169,1,1,1,1,1,1,1,1,0.008,0.1169,0.0197,1,0.1804,1,1,1,1,1,1,0.0076,0.1804,0.0406,1,0.4749,1,1,1,0.0296,0.4749,0.025,1,1,1,1,1,0.002018385,0.08054018,0.094428942,1,1,1,1,1,0.00704691,0.060740054,0.005062566,1,1,1,1,1,0.013685763,0.014448185,0.592556791,0.592553417,0.592641844
-5539,1,0.1169,1,1,1,1,1,1,1,1,0.0046,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0051,0.1804,0,1,0.4749,1,1,1,0.0576,0.4749,0,1,1,1,1,1,0.012692451,0,0.047952987,1,1,1,1,1,0.006501595,0,0,1,1,1,1,1,0.041773804,0,0.595396327,0.595515126,0.595301418
-5540,1,0.1169,1,1,1,1,1,1,1,1,0.0055,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0035,0.1804,0,1,0.4749,1,1,1,0.0415,0.4749,0,1,1,1,1,1,0.023477513,0,0.014991551,1,1,1,1,1,0.006773073,0,0,1,1,1,1,1,0.085925549,0,0.608506525,0.608631267,0.608599291
-5541,1,0.1169,1,1,1,1,1,1,1,1,0.029,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0273,0.1804,0,1,0.4749,1,1,1,0.0458,0.4749,0,1,1,1,1,1,0.047875341,0,0.004213168,1,1,1,1,1,0.028291259,0,0,1,1,1,1,1,0.140164018,0,0.579144514,0.579225725,0.579343972
-5542,1,0.1169,1,1,1,1,1,1,1,1,0.0163,0.1169,0,1,0.1804,1,1,1,1,1,1,0.014,0.1804,0,1,0.4749,1,1,1,0.0664,0.4749,0,1,1,1,1,1,0.022829434,0,0,1,1,1,1,1,0.011463807,0,0,1,1,1,1,1,0.169478625,0,0.531778637,0.531626825,0.531914894
-5543,1,0.1169,1,1,1,1,1,1,1,1,0.0194,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0028,0.1804,0,1,0.4749,1,1,1,0.0674,0.4749,0,1,1,1,1,1,0.020354902,0,0,1,1,1,1,1,0.002344464,0,0,1,1,1,1,1,0.125512466,0,0.48580232,0.48572033,0.485815603
-5544,1,0.1169,1,1,1,1,1,1,1,1,0.0148,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0046,0.1804,0,1,0.4749,1,1,1,0.0731,0.4749,0,1,1,1,1,1,0.020022269,0,0,1,1,1,1,1,0.006602864,0,0,1,1,1,1,1,0.105372146,0,0.451667472,0.451660673,0.451684397
-5545,1,0.1169,1,1,1,1,1,1,1,1,0.0119,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.0827,0.4749,0,1,1,1,1,1,0.007048602,0,0,1,1,1,1,1,0.001913623,0,0,1,1,1,1,1,0.109211981,0,0.430461576,0.430505606,0.430407801
-5546,1,0.1169,1,1,1,1,1,1,1,1,0.0097,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.0809,0.4749,0,1,1,1,1,1,0.001517351,0,0,1,1,1,1,1,0.000154063,0,0,1,1,1,1,1,0.088279217,0,0.417955534,0.417812566,0.417996454
-5547,1,0.1169,1,1,1,1,1,1,1,1,0.0016,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.0965,0.4749,0,1,1,1,1,1,0.001004104,0,0,1,1,1,1,1,0.000346975,0,0.009821467,1,1,1,1,1,0.109305039,0,0.413666022,0.413793103,0.41356383
-5548,1,0.1169,1,1,1,1,1,1,1,1,0.001,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.1089,0.4749,0,1,1,1,1,1,0.009846439,0,0.003144689,1,1,1,1,1,0.002660288,0,0.040274609,1,1,1,1,1,0.13916333,0,0.422003383,0.422043579,0.421985816
-5549,1,0.1169,1,1,1,1,1,1,1,1,0.0012,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.1279,0.4749,0,1,1,1,1,1,0.008710949,0,0.031410553,1,1,1,1,1,0.00034175,0,0.026799738,1,1,1,1,1,0.132867992,0,0.450519575,0.450602919,0.450797872
-5550,1,0.1169,1,1,1,1,1,1,1,1,0.0026,0.1169,0.0431,1,0.1804,1,1,1,1,1,1,0.0141,0.1804,0.0466,1,0.4749,1,1,1,0.1178,0.4749,0.056,1,1,1,1,1,0.018510984,0.23189652,0.000696643,1,1,1,1,1,0.007690284,0.131129116,0,1,1,1,1,1,0.126098678,0.50451839,0.498006283,0.497990269,0.497783688
-5551,1,0.1169,1,1,1,1,1,1,1,1,0,0.1169,0.1775,1,0.1804,1,1,1,1,1,1,0.0032,0.1804,0.1907,1,0.4749,1,1,1,0.0157,0.4749,0.2243,1,1,1,1,1,0.000346777,0.501535714,0.019783102,1,1,1,1,1,0.002463084,0.480631709,0,1,1,1,1,1,0.041244119,0.734673381,0.55262204,0.552781891,0.552748227
-5552,1,0.1169,1,1,1,1,1,1,1,1,0,0.1169,0.3417,1,0.1804,1,1,1,1,1,1,0,0.1804,0.3665,1,0.4749,1,1,1,0,0.4749,0.4107,1,1,1,1,1,0,0.706084251,0.069509983,1,1,1,1,1,0,0.699267507,0,1,1,1,1,1,0.001063194,0.83417809,0.596302562,0.596361329,0.596631206
-5553,1,0.1169,1,1,1,1,1,1,1,1,0,0.1169,0.4808,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4885,1,0.4749,1,1,1,0,0.4749,0.5543,1,1,1,1,1,0,0.783852935,0.061681461,1,1,1,1,1,0,0.696350515,0,1,1,1,1,1,0.000163836,0.860171199,0.633095698,0.633171144,0.632978723
-5554,1,0.1169,1,1,1,1,1,1,1,1,0,0.1169,0.5742,1,0.1804,1,1,1,1,1,1,0,0.1804,0.5011,1,0.4749,1,1,1,0.0003,0.4749,0.6595,1,1,1,1,1,0,0.71786356,0.013434649,1,1,1,1,1,0,0.63169235,0,1,1,1,1,1,4.60E-06,0.840894103,0.664028516,0.664057542,0.664450355
-5555,1,0.1169,1,1,1,1,1,1,1,1,0.0008,0.1169,0.5341,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4825,1,0.4749,1,1,1,0.0063,0.4749,0.6547,1,1,1,1,1,5.21E-05,0.695833564,0.00204435,1,1,1,1,1,0,0.64661926,0,1,1,1,1,1,0.014293515,0.782325745,0.685778154,0.68563571,0.68572695
-5556,1,0.1169,1,1,1,1,1,1,1,1,0.0079,0.1169,0.4891,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4556,1,0.4749,1,1,1,0.003,0.4749,0.6124,1,1,1,1,1,0.000315832,0.671456754,0.003090607,1,1,1,1,1,0.000328807,0.626411438,0,1,1,1,1,1,0.016251616,0.69287622,0.698888352,0.698963402,0.699024823
-5557,1,0.1169,1,1,1,1,1,1,1,1,0.0222,0.1169,0.4521,1,0.1804,1,1,1,1,1,1,0.0259,0.1804,0.4608,1,0.4749,1,1,1,0,0.4749,0.617,1,1,1,1,1,0.004942772,0.654902935,0.003871254,1,1,1,1,1,0.0173913,0.62843442,0,1,1,1,1,1,0.016601445,0.721962392,0.708494442,0.708694732,0.708776596
-5558,1,0.1169,1,1,1,1,1,1,1,1,0.0335,0.1169,0.4369,1,0.1804,1,1,1,1,1,1,0.0409,0.1804,0.4621,1,0.4749,1,1,1,0.0156,0.4749,0.5744,1,1,1,1,1,0.013124538,0.603480339,0.015809204,1,1,1,1,1,0.028117144,0.740598619,0,1,1,1,1,1,0.066299573,0.678542078,0.710488159,0.710598688,0.710992908
-5559,1,0.1169,1,1,1,1,1,1,1,1,0.0367,0.1169,0.3852,1,0.1804,1,1,1,1,1,1,0.0403,0.1804,0.4827,1,0.4749,1,1,1,0.0224,0.4749,0.4093,1,1,1,1,1,0.015786896,0.738443196,0.034908403,1,1,1,1,1,0.044572815,0.772484899,0,1,1,1,1,1,0.07906843,0.56045568,0.709159014,0.709329384,0.709219858
-5560,1,0.1169,1,1,1,1,1,1,1,1,0.0348,0.1169,0.2983,1,0.1804,1,1,1,1,1,1,0.0177,0.1804,0.3694,1,0.4749,1,1,1,0.0285,0.4749,0.2998,1,1,1,1,1,0.018549809,0.749023616,0.030722387,1,1,1,1,1,0.041075137,0.730096936,0,1,1,1,1,1,0.071842887,0.724107504,0.710246496,0.710387138,0.710549645
-5561,1,0.1169,1,1,1,1,1,1,1,1,0.0412,0.1169,0.1453,1,0.1804,1,1,1,1,1,1,0.0355,0.1804,0.1858,1,0.4749,1,1,1,0.0342,0.4749,0.1166,1,1,1,1,1,0.033010371,0.562526286,0.017367847,1,1,1,1,1,0.076092735,0.488224864,0,1,1,1,1,1,0.052018449,0.597741485,0.707890285,0.70784853,0.708333333
-5562,1,0.1169,1,1,1,1,1,1,1,1,0.0288,0.1169,0.0205,1,0.1804,1,1,1,1,1,1,0.0136,0.1804,0.0151,1,0.4749,1,1,1,0.0683,0.4749,0.0131,1,1,1,1,1,0.038067341,0.155446589,0.000306189,1,1,1,1,1,0.02945446,0.091323532,0,1,1,1,1,1,0.059474729,0.209966093,0.689221846,0.689232071,0.689716312
-5563,1,0.1169,1,1,1,1,1,1,1,1,0.0222,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0248,0.1804,0,1,0.4749,1,1,1,0.1381,0.4749,0,1,1,1,1,1,0.058581162,0,0.000447236,1,1,1,1,1,0.037811607,0,0,1,1,1,1,1,0.181412935,0,0.679615756,0.679712291,0.679521277
-5564,1,0.1169,1,1,1,1,1,1,1,1,0.0127,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0011,0.1804,0,1,0.4749,1,1,1,0.0977,0.4749,0,1,1,1,1,1,0.072565295,0,0.000548713,1,1,1,1,1,0.018738363,0,0,1,1,1,1,1,0.206026539,0,0.685657322,0.68563571,0.68572695
-5565,1,0.1169,1,1,1,1,1,1,1,1,0.0117,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0105,0.1804,0,1,0.4749,1,1,1,0.0612,0.4749,0,1,1,1,1,1,0.061476864,0,5.32E-05,1,1,1,1,1,0.02514491,0,0,1,1,1,1,1,0.196145386,0,0.643305945,0.643325576,0.643617021
-5566,1,0.1169,1,1,1,1,1,1,1,1,0.0168,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0284,0.1804,0,1,0.4749,1,1,1,0.0487,0.4749,0,1,1,1,1,1,0.05433879,0,0,1,1,1,1,1,0.049823411,0,0,1,1,1,1,1,0.141910538,0,0.581802803,0.581764333,0.582003546
-5567,1,0.1169,1,1,1,1,1,1,1,1,0.0466,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0908,0.1804,0,1,0.4749,1,1,1,0.0607,0.4749,0,1,1,1,1,1,0.058630552,0,6.57E-05,1,1,1,1,1,0.136633322,0,0,1,1,1,1,1,0.086965568,0,0.523441276,0.523376349,0.523492908
-5568,1,0.1169,1,1,1,1,1,1,1,1,0.0467,0.1169,0,1,0.1804,1,1,1,1,1,1,0.117,0.1804,0,1,0.4749,1,1,1,0.059,0.4749,0,1,1,1,1,1,0.041682001,0,0,1,1,1,1,1,0.1326776,0,0,1,1,1,1,1,0.046770796,0,0.481573224,0.481700867,0.481826241
-5569,1,0.1169,1,1,1,1,1,1,1,1,0.0563,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0386,0.1804,0,1,0.4749,1,1,1,0.0372,0.4749,0,1,1,1,1,1,0.041947816,0,0,1,1,1,1,1,0.065775596,0,0,1,1,1,1,1,0.019674663,0,0.458192363,0.458218743,0.457890071
-5570,1,0.1169,1,1,1,1,1,1,1,1,0.0469,0.1169,0,1,0.1804,1,1,1,1,1,1,0.028,0.1804,0,1,0.4749,1,1,1,0.0238,0.4749,0,1,1,1,1,1,0.026131008,0,0.00223845,1,1,1,1,1,0.042755306,0,0,1,1,1,1,1,0.011550397,0,0.442967617,0.442987095,0.443262411
-5571,1,0.1169,1,1,1,1,1,1,1,1,0.0972,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0129,0.1804,0,1,0.4749,1,1,1,0.0443,0.4749,0,1,1,1,1,1,0.051684797,0,0.030576712,1,1,1,1,1,0.027765118,0,0,1,1,1,1,1,0.04040771,0,0.436986467,0.436852126,0.437056738
-5572,1,0.1169,1,1,1,1,1,1,1,1,0.1107,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1019,0.1804,0,1,0.4749,1,1,1,0.0831,0.4749,0,1,1,1,1,1,0.11195986,0,0.022095641,1,1,1,1,1,0.128558204,0,0.01830131,1,1,1,1,1,0.187207118,0,0.445323828,0.445314153,0.445035461
-5573,1,0.1169,1,1,1,1,1,1,1,1,0.07,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1209,0.1804,0,1,0.4749,1,1,1,0.2044,0.4749,0,1,1,1,1,1,0.140153691,0,0,1,1,1,1,1,0.110402405,0,0,1,1,1,1,1,0.379916281,0,0.477887869,0.477892955,0.477836879
-5574,1,0.1169,1,1,1,1,1,1,1,1,0.0383,0.1169,0.0223,1,0.1804,1,1,1,1,1,1,0.0846,0.1804,0.0276,1,0.4749,1,1,1,0.183,0.4749,0.0302,1,1,1,1,1,0.103262357,0.159953818,0,1,1,1,1,1,0.083882958,0.226069048,0,1,1,1,1,1,0.312992364,0.098819509,0.530147414,0.53014597,0.530141844
-5575,1,0.1169,1,1,1,1,1,1,1,1,0.0313,0.1169,0.1784,1,0.1804,1,1,1,1,1,1,0.136,0.1804,0.2007,1,0.4749,1,1,1,0.0526,0.4749,0.1703,1,1,1,1,1,0.027673896,0.532657385,0,1,1,1,1,1,0.133733228,0.563746274,0,1,1,1,1,1,0.11515554,0.389610469,0.584702755,0.584726042,0.584663121
-5576,1,0.1169,1,1,1,1,1,1,1,1,0.0088,0.1169,0.3427,1,0.1804,1,1,1,1,1,1,0.1369,0.1804,0.3705,1,0.4749,1,1,1,0.0143,0.4749,0.3377,1,1,1,1,1,0.020117972,0.727897525,0,1,1,1,1,1,0.111743063,0.742984414,0,1,1,1,1,1,0.049141519,0.700993896,0.626208313,0.626189972,0.62677305
-5577,1,0.1169,1,1,1,1,1,1,1,1,0.0238,0.1169,0.4846,1,0.1804,1,1,1,1,1,1,0.1518,0.1804,0.515,1,0.4749,1,1,1,0.0451,0.4749,0.5016,1,1,1,1,1,0.046637561,0.834205925,0,1,1,1,1,1,0.127256349,0.864946187,0,1,1,1,1,1,0.010493055,0.843532085,0.661068149,0.661095832,0.661347518
-5578,1,0.1169,1,1,1,1,1,1,1,1,0.0286,0.1169,0.5725,1,0.1804,1,1,1,1,1,1,0.2522,0.1804,0.617,1,0.4749,1,1,1,0.0295,0.4749,0.573,1,1,1,1,1,0.060869314,0.865284503,0.007417179,1,1,1,1,1,0.217777625,0.887118578,0,1,1,1,1,1,0.032067031,0.888243318,0.691880135,0.691770679,0.691932624
-5579,1,0.1169,1,1,1,1,1,1,1,1,0.0304,0.1169,0.5996,1,0.1804,1,1,1,1,1,1,0.1585,0.1804,0.6119,1,0.4749,1,1,1,0.0519,0.4749,0.5879,1,1,1,1,1,0.0414906,0.878619552,0.036077287,1,1,1,1,1,0.136576936,0.885137796,0,1,1,1,1,1,0.131139144,0.866075635,0.712481875,0.712502644,0.712765957
-5580,1,0.1169,1,1,1,1,1,1,1,1,0.0393,0.1169,0.5755,1,0.1804,1,1,1,1,1,1,0.1327,0.1804,0.6042,1,0.4749,1,1,1,0.0701,0.4749,0.5589,1,1,1,1,1,0.042434704,0.848205328,0.020342618,1,1,1,1,1,0.106264286,0.877713382,0,1,1,1,1,1,0.196994334,0.819980979,0.726437893,0.726464988,0.726507092
-5581,1,0.1169,1,1,1,1,1,1,1,1,0.0607,0.1169,0.573,1,0.1804,1,1,1,1,1,1,0.1331,0.1804,0.6034,1,0.4749,1,1,1,0.0575,0.4749,0.6002,1,1,1,1,1,0.073431477,0.841783106,0.008009143,1,1,1,1,1,0.107643783,0.893836319,0,1,1,1,1,1,0.165922806,0.789288938,0.740454326,0.740638883,0.740691489
-5582,1,0.1169,1,1,1,1,1,1,1,1,0.0759,0.1169,0.549,1,0.1804,1,1,1,1,1,1,0.0476,0.1804,0.5902,1,0.4749,1,1,1,0.0314,0.4749,0.5482,1,1,1,1,1,0.054053806,0.845532775,0.040550657,1,1,1,1,1,0.039993659,0.867690146,0.00104712,1,1,1,1,1,0.09560822,0.783289373,0.748006283,0.748043156,0.74822695
-5583,1,0.1169,1,1,1,1,1,1,1,1,0.0891,0.1169,0.4675,1,0.1804,1,1,1,1,1,1,0.0477,0.1804,0.4872,1,0.4749,1,1,1,0.0154,0.4749,0.4333,1,1,1,1,1,0.048334554,0.836316407,0.096586309,1,1,1,1,1,0.044278469,0.812381864,0.019173561,1,1,1,1,1,0.045155793,0.757535279,0.75042291,0.750581764,0.750886525
-5584,1,0.1169,1,1,1,1,1,1,1,1,0.0951,0.1169,0.317,1,0.1804,1,1,1,1,1,1,0.0574,0.1804,0.3457,1,0.4749,1,1,1,0.0257,0.4749,0.3103,1,1,1,1,1,0.033874009,0.763193846,0.18521741,1,1,1,1,1,0.054800056,0.734536767,0.051517282,1,1,1,1,1,0.072646029,0.708684564,0.750543741,0.750581764,0.750886525
-5585,1,0.1169,1,1,1,1,1,1,1,1,0.0912,0.1169,0.1336,1,0.1804,1,1,1,1,1,1,0.0206,0.1804,0.1521,1,0.4749,1,1,1,0.0131,0.4749,0.1226,1,1,1,1,1,0.018782958,0.411779553,0.268717706,1,1,1,1,1,0.026231308,0.459073722,0.096696079,1,1,1,1,1,0.030452251,0.481446564,0.738279362,0.738311826,0.738475177
-5586,1,0.1169,1,1,1,1,1,1,1,1,0.0691,0.1169,0.0148,1,0.1804,1,1,1,1,1,1,0.016,0.1804,0.0257,1,0.4749,1,1,1,0.0216,0.4749,0.0219,1,1,1,1,1,0.021078203,0.161890537,0.229602247,1,1,1,1,1,0.024464194,0.216038212,0.027462306,1,1,1,1,1,0.027241971,0.132364154,0.713508942,0.713560398,0.713652482
-5587,1,0.1169,1,1,1,1,1,1,1,1,0.0546,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0206,0.1804,0,1,0.4749,1,1,1,0.0581,0.4749,0,1,1,1,1,1,0.034902368,0,0.088171944,1,1,1,1,1,0.02865706,0,0.000910995,1,1,1,1,1,0.060754761,0,0.699552924,0.699598054,0.699911348
-5588,1,0.1169,1,1,1,1,1,1,1,1,0.0759,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0724,0.1804,0,1,0.4749,1,1,1,0.0362,0.4749,0,1,1,1,1,1,0.088374279,0,0.073698699,1,1,1,1,1,0.072740279,0,0.000256545,1,1,1,1,1,0.072417125,0,0.702754954,0.702771314,0.703014184
-5589,1,0.1169,1,1,1,1,1,1,1,1,0.0806,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0397,0.1804,0,1,0.4749,1,1,1,0.0392,0.4749,0,1,1,1,1,1,0.066092692,0,0.06149064,1,1,1,1,1,0.046481319,0,0,1,1,1,1,1,0.089091688,0,0.659316095,0.659403427,0.659574468
-5590,1,0.1169,1,1,1,1,1,1,1,1,0.0907,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0044,0.1804,0,1,0.4749,1,1,1,0.0244,0.4749,0,1,1,1,1,1,0.060214829,0,0.055944681,1,1,1,1,1,0.031301584,0,0.000675393,1,1,1,1,1,0.080307655,0,0.594429676,0.594457373,0.594858156
-5591,1,0.1169,1,1,1,1,1,1,1,1,0.1478,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0034,0.1804,0,1,0.4749,1,1,1,0.0518,0.4749,0,1,1,1,1,1,0.121850312,0,0.077479929,1,1,1,1,1,0.042403754,0,0.000424084,1,1,1,1,1,0.134611607,0,0.532926535,0.532896129,0.533244681
-5592,1,0.1169,1,1,1,1,1,1,1,1,0.1398,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0015,0.1804,0,1,0.4749,1,1,1,0.0648,0.4749,0,1,1,1,1,1,0.087757602,0,0.021698501,1,1,1,1,1,0.047350667,0,0,1,1,1,1,1,0.169299603,0,0.488883519,0.48889359,0.48891844
-5593,1,0.1169,1,1,1,1,1,1,1,1,0.1519,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0551,0.1804,0,1,0.4749,1,1,1,0.0526,0.4749,0,1,1,1,1,1,0.066280276,0,0.032421414,1,1,1,1,1,0.078035861,0,0,1,1,1,1,1,0.138186485,0,0.461817303,0.461815105,0.461879433
-5594,1,0.1169,1,1,1,1,1,1,1,1,0.1122,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0649,0.1804,0,1,0.4749,1,1,1,0.051,0.4749,0,1,1,1,1,1,0.047589786,0,0.013108894,1,1,1,1,1,0.055827376,0,0.00034555,1,1,1,1,1,0.125313833,0,0.444478009,0.44446795,0.444592199
-5595,1,0.1169,1,1,1,1,1,1,1,1,0.0995,0.1169,0,1,0.1804,1,1,1,1,1,1,0.081,0.1804,0,1,0.4749,1,1,1,0.0544,0.4749,0,1,1,1,1,1,0.027942115,0,0.025268584,1,1,1,1,1,0.071803778,0,0.004230628,1,1,1,1,1,0.141132161,0,0.435476075,0.435582822,0.43572695
-5596,1,0.1169,1,1,1,1,1,1,1,1,0.0756,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1,0.1804,0,1,0.4749,1,1,1,0.083,0.4749,0,1,1,1,1,1,0.029445931,0,0.028882746,1,1,1,1,1,0.081470825,0,0,1,1,1,1,1,0.207140908,0,0.440550991,0.440660038,0.440602837
-5597,1,0.1169,1,1,1,1,1,1,1,1,0.0694,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0333,0.1804,0,1,0.4749,1,1,1,0.0893,0.4749,0,1,1,1,1,1,0.034226026,0,0.04614649,1,1,1,1,1,0.046924919,0,0.011692932,1,1,1,1,1,0.21277447,0,0.469429676,0.469430929,0.469414894
-5598,1,0.1169,1,1,1,1,1,1,1,1,0.0548,0.1169,0.0642,1,0.1804,1,1,1,1,1,1,0.0059,0.1804,0.064,1,0.4749,1,1,1,0.0835,0.4749,0.0525,1,1,1,1,1,0.036404438,0.360813618,0.020669213,1,1,1,1,1,0.013942327,0.214664936,0.000256545,1,1,1,1,1,0.212074801,0.495081812,0.514318511,0.51427967,0.51462766
-5599,1,0.1169,1,1,1,1,1,1,1,1,0.0315,0.1169,0.2111,1,0.1804,1,1,1,1,1,1,0,0.1804,0.2294,1,0.4749,1,1,1,0.0201,0.4749,0.2232,1,1,1,1,1,0.017149996,0.574126661,0.00961592,1,1,1,1,1,0.004257988,0.58590275,0,1,1,1,1,1,0.117448218,0.734766722,0.573707105,0.573725407,0.574024823
-5600,1,0.1169,1,1,1,1,1,1,1,1,0.0044,0.1169,0.383,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4194,1,0.4749,1,1,1,0.0053,0.4749,0.3978,1,1,1,1,1,0.00163171,0.814531028,0.006703225,1,1,1,1,1,0.000124505,0.822977304,0,1,1,1,1,1,0.024369663,0.845941246,0.619079265,0.61899725,0.619237589
-5601,1,0.1169,1,1,1,1,1,1,1,1,0.002,0.1169,0.5296,1,0.1804,1,1,1,1,1,1,0,0.1804,0.5294,1,0.4749,1,1,1,0.0159,0.4749,0.5514,1,1,1,1,1,0.000552855,0.895223856,0.00481861,1,1,1,1,1,0,0.852333724,0,1,1,1,1,1,0.032705657,0.912146926,0.657926535,0.657922572,0.658244681
-5602,1,0.1169,1,1,1,1,1,1,1,1,0.002,0.1169,0.6173,1,0.1804,1,1,1,1,1,1,0,0.1804,0.606,1,0.4749,1,1,1,0.0124,0.4749,0.6588,1,1,1,1,1,0.000642572,0.893321097,0.000233051,1,1,1,1,1,0,0.864823699,0,1,1,1,1,1,0.011869558,0.934041619,0.69181972,0.691770679,0.691932624
-5603,1,0.1169,1,1,1,1,1,1,1,1,0.0026,0.1169,0.6147,1,0.1804,1,1,1,1,1,1,0,0.1804,0.6101,1,0.4749,1,1,1,0.0236,0.4749,0.6459,1,1,1,1,1,0.000984149,0.884900093,0.003526224,1,1,1,1,1,0,0.816610515,0,1,1,1,1,1,0.020612605,0.940602601,0.716106815,0.716099006,0.716312057
-5604,1,0.1169,1,1,1,1,1,1,1,1,0.0066,0.1169,0.5963,1,0.1804,1,1,1,1,1,1,0,0.1804,0.552,1,0.4749,1,1,1,0.0326,0.4749,0.636,1,1,1,1,1,0.002848562,0.843610108,0.000604058,1,1,1,1,1,7.15E-06,0.786276579,0,1,1,1,1,1,0.051892892,0.92850709,0.730848236,0.730907552,0.730939716
-5605,1,0.1169,1,1,1,1,1,1,1,1,0.024,0.1169,0.583,1,0.1804,1,1,1,1,1,1,0,0.1804,0.5537,1,0.4749,1,1,1,0.0428,0.4749,0.6225,1,1,1,1,1,0.008453764,0.798389852,0.000732899,1,1,1,1,1,0.000242877,0.782559693,0,1,1,1,1,1,0.067478538,0.94334358,0.746677139,0.746773852,0.746897163
-5606,1,0.1169,1,1,1,1,1,1,1,1,0.0295,0.1169,0.5717,1,0.1804,1,1,1,1,1,1,0.0033,0.1804,0.5885,1,0.4749,1,1,1,0.0536,0.4749,0.5883,1,1,1,1,1,0.010741981,0.863377333,0,1,1,1,1,1,0.005611902,0.85688597,0,1,1,1,1,1,0.049245127,0.843417048,0.756343644,0.756505183,0.756648936
-5607,1,0.1169,1,1,1,1,1,1,1,1,0.0439,0.1169,0.4633,1,0.1804,1,1,1,1,1,1,0.0107,0.1804,0.4848,1,0.4749,1,1,1,0.038,0.4749,0.4566,1,1,1,1,1,0.014857126,0.820713878,0.001446013,1,1,1,1,1,0.012244286,0.779999375,0,1,1,1,1,1,0.045555387,0.770938456,0.758941518,0.759043791,0.759308511
-5608,1,0.1169,1,1,1,1,1,1,1,1,0.0657,0.1169,0.3282,1,0.1804,1,1,1,1,1,1,0,0.1804,0.3442,1,0.4749,1,1,1,0.038,0.4749,0.3019,1,1,1,1,1,0.025014995,0.747738302,0.013482388,1,1,1,1,1,0.022505391,0.67033112,0,1,1,1,1,1,0.05850663,0.804878235,0.760633156,0.760524646,0.76108156
-5609,1,0.1169,1,1,1,1,1,1,1,1,0.0878,0.1169,0.1391,1,0.1804,1,1,1,1,1,1,0,0.1804,0.173,1,0.4749,1,1,1,0.0462,0.4749,0.1257,1,1,1,1,1,0.039940454,0.564088285,0.035900958,1,1,1,1,1,0.022678923,0.533012629,0,1,1,1,1,1,0.035115529,0.603841782,0.75138956,0.751427967,0.751329787
-5610,1,0.1169,1,1,1,1,1,1,1,1,0.0689,0.1169,0.0192,1,0.1804,1,1,1,1,1,1,0.0056,0.1804,0.0385,1,0.4749,1,1,1,0.0738,0.4749,0.0189,1,1,1,1,1,0.052924141,0.232096687,0.047729194,1,1,1,1,1,0.049952146,0.219973475,0,1,1,1,1,1,0.078310281,0.252331346,0.728189947,0.728157394,0.728280142
-5611,1,0.1169,1,1,1,1,1,1,1,1,0.0503,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0414,0.1804,0,1,0.4749,1,1,1,0.1197,0.4749,0,1,1,1,1,1,0.051722169,0,0.016087117,1,1,1,1,1,0.066976383,0,0,1,1,1,1,1,0.18137379,0,0.711817303,0.711867992,0.711879433
-5612,1,0.1169,1,1,1,1,1,1,1,1,0.0321,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0463,0.1804,0,1,0.4749,1,1,1,0.1349,0.4749,0,1,1,1,1,1,0.056272842,0,0.001760621,1,1,1,1,1,0.089775547,0,0,1,1,1,1,1,0.25255537,0,0.715563074,0.715675904,0.715868794
-5613,1,0.1169,1,1,1,1,1,1,1,1,0.0606,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1003,0.1804,0,1,0.4749,1,1,1,0.1078,0.4749,0,1,1,1,1,1,0.069196187,0,0.000290031,1,1,1,1,1,0.151934251,0,0,1,1,1,1,1,0.234823868,0,0.672909618,0.67294267,0.67287234
-5614,1,0.1169,1,1,1,1,1,1,1,1,0.0516,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1268,0.1804,0,1,0.4749,1,1,1,0.1205,0.4749,0,1,1,1,1,1,0.041951075,0,0.006421605,1,1,1,1,1,0.146454081,0,0,1,1,1,1,1,0.296545863,0,0.607419043,0.607361963,0.607712766
-5615,1,0.1169,1,1,1,1,1,1,1,1,0.1056,0.1169,0,1,0.1804,1,1,1,1,1,1,0.3343,0.1804,0,1,0.4749,1,1,1,0.109,0.4749,0,1,1,1,1,1,0.094572507,0,0.001731257,1,1,1,1,1,0.338463068,0,0,1,1,1,1,1,0.277479678,0,0.54579507,0.545800719,0.546099291
-5616,1,0.1169,1,1,1,1,1,1,1,1,0.1118,0.1169,0,1,0.1804,1,1,1,1,1,1,0.2575,0.1804,0,1,0.4749,1,1,1,0.1189,0.4749,0,1,1,1,1,1,0.165226594,0,0.001437684,1,1,1,1,1,0.275584579,0,0.013826178,1,1,1,1,1,0.258833647,0,0.500785404,0.500740427,0.500886525
-5617,1,0.1169,1,1,1,1,1,1,1,1,0.1748,0.1169,0,1,0.1804,1,1,1,1,1,1,0.3207,0.1804,0,1,0.4749,1,1,1,0.1619,0.4749,0,1,1,1,1,1,0.245539442,0,0.000410701,1,1,1,1,1,0.319689214,0,0,1,1,1,1,1,0.298027337,0,0.472752537,0.472815739,0.47251773
-5618,1,0.1169,1,1,1,1,1,1,1,1,0.179,0.1169,0,1,0.1804,1,1,1,1,1,1,0.3648,0.1804,0,1,0.4749,1,1,1,0.1721,0.4749,0,1,1,1,1,1,0.265486121,0,0.001889137,1,1,1,1,1,0.337315172,0,0,1,1,1,1,1,0.330980867,0,0.453902852,0.453776179,0.453900709
-5619,1,0.1169,1,1,1,1,1,1,1,1,0.107,0.1169,0,1,0.1804,1,1,1,1,1,1,0.2639,0.1804,0,1,0.4749,1,1,1,0.1366,0.4749,0,1,1,1,1,1,0.104291394,0,0.002136708,1,1,1,1,1,0.219751045,0,0,1,1,1,1,1,0.3647466,0,0.446652972,0.446795007,0.446808511
-5620,1,0.1169,1,1,1,1,1,1,1,1,0.1708,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1636,0.1804,0,1,0.4749,1,1,1,0.1653,0.4749,0,1,1,1,1,1,0.148309857,0,0.027276196,1,1,1,1,1,0.140666664,0,0,1,1,1,1,1,0.384678662,0,0.451486225,0.451449122,0.451241135
-5621,1,0.1169,1,1,1,1,1,1,1,1,0.1183,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0952,0.1804,0,1,0.4749,1,1,1,0.2001,0.4749,0,1,1,1,1,1,0.093884237,0,0.01324737,1,1,1,1,1,0.064509012,0,0,1,1,1,1,1,0.475317717,0,0.482479459,0.48254707,0.482712766
-5622,1,0.1169,1,1,1,1,1,1,1,1,0.0833,0.1169,0.0536,1,0.1804,1,1,1,1,1,1,0.0839,0.1804,0.0656,1,0.4749,1,1,1,0.1931,0.4749,0.0465,1,1,1,1,1,0.068584532,0.357869536,0.016555628,1,1,1,1,1,0.050968822,0.319231749,0,1,1,1,1,1,0.484538198,0.471908391,0.529603673,0.529722869,0.529698582
-5623,1,0.1169,1,1,1,1,1,1,1,1,0.0204,0.1169,0.2156,1,0.1804,1,1,1,1,1,1,0.0648,0.1804,0.2278,1,0.4749,1,1,1,0.1233,0.4749,0.2154,1,1,1,1,1,0.023092467,0.6450122,0.058362447,1,1,1,1,1,0.044612054,0.60424149,0.003354712,1,1,1,1,1,0.380140245,0.735596895,0.591408893,0.591495663,0.591312057
-5624,1,0.1169,1,1,1,1,1,1,1,1,0.0026,0.1169,0.3624,1,0.1804,1,1,1,1,1,1,0,0.1804,0.3432,1,0.4749,1,1,1,0.0441,0.4749,0.3981,1,1,1,1,1,0.005351899,0.685974658,0.016808065,1,1,1,1,1,0.006249739,0.627524734,0,1,1,1,1,1,0.166776121,0.85722816,0.642278879,0.642479374,0.642287234
-5625,1,0.1169,1,1,1,1,1,1,1,1,0,0.1169,0.457,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4161,1,0.4749,1,1,1,0.0389,0.4749,0.5386,1,1,1,1,1,0.001829745,0.681555629,0.005890471,1,1,1,1,1,0.000658934,0.695807576,0,1,1,1,1,1,0.095891386,0.873649299,0.683421943,0.683520203,0.683510638
-5626,1,0.1169,1,1,1,1,1,1,1,1,0.0019,0.1169,0.4909,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4938,1,0.4749,1,1,1,0.0495,0.4749,0.6418,1,1,1,1,1,0.00257711,0.671622872,0.001115151,1,1,1,1,1,0.000138466,0.783077002,0,1,1,1,1,1,0.082574829,0.863087773,0.718644273,0.718637614,0.718971631
-5627,1,0.1169,1,1,1,1,1,1,1,1,0.0153,0.1169,0.5337,1,0.1804,1,1,1,1,1,1,0,0.1804,0.6022,1,0.4749,1,1,1,0.0912,0.4749,0.6436,1,1,1,1,1,0.002126734,0.828162849,0.006429609,1,1,1,1,1,0.000732667,0.876139939,0.004025654,1,1,1,1,1,0.138417929,0.851878643,0.74679797,0.746773852,0.746897163
-5628,1,0.1169,1,1,1,1,1,1,1,1,0.0488,0.1169,0.5614,1,0.1804,1,1,1,1,1,1,0,0.1804,0.6255,1,0.4749,1,1,1,0.0879,0.4749,0.6285,1,1,1,1,1,0.005872021,0.857548118,0.004294439,1,1,1,1,1,0.003267234,0.868949056,0.003476702,1,1,1,1,1,0.064164214,0.873655796,0.768728855,0.768775122,0.769060284
-5629,1,0.1169,1,1,1,1,1,1,1,1,0.0758,0.1169,0.5731,1,0.1804,1,1,1,1,1,1,0.0011,0.1804,0.6169,1,0.4749,1,1,1,0.116,0.4749,0.5948,1,1,1,1,1,0.010364829,0.855746746,0.002816994,1,1,1,1,1,0.012502139,0.873632193,0,1,1,1,1,1,0.120139644,0.901061296,0.79078057,0.790776391,0.791223404
-5630,1,0.1169,1,1,1,1,1,1,1,1,0.1299,0.1169,0.5627,1,0.1804,1,1,1,1,1,1,0,0.1804,0.5878,1,0.4749,1,1,1,0.1751,0.4749,0.5672,1,1,1,1,1,0.019451514,0.833777666,0,1,1,1,1,1,0.015826991,0.869045258,0,1,1,1,1,1,0.139669567,0.88031441,0.801172064,0.801142374,0.80141844
-5631,1,0.1169,1,1,1,1,1,1,1,1,0.1596,0.1169,0.4566,1,0.1804,1,1,1,1,1,1,0.026,0.1804,0.4864,1,0.4749,1,1,1,0.1116,0.4749,0.4501,1,1,1,1,1,0.026785919,0.817343712,0.004058165,1,1,1,1,1,0.039376907,0.835550904,0,1,1,1,1,1,0.167812943,0.850899577,0.806126148,0.80621959,0.806294326
-5632,1,0.1169,1,1,1,1,1,1,1,1,0.1806,0.1169,0.3138,1,0.1804,1,1,1,1,1,1,0.025,0.1804,0.3612,1,0.4749,1,1,1,0.1193,0.4749,0.2879,1,1,1,1,1,0.039428089,0.739738464,0.00831011,1,1,1,1,1,0.046892129,0.779872835,0.010239528,1,1,1,1,1,0.174391672,0.76336956,0.807515708,0.807700444,0.808067376
-5633,1,0.1169,1,1,1,1,1,1,1,1,0.1362,0.1169,0.1382,1,0.1804,1,1,1,1,1,1,0.0184,0.1804,0.1829,1,0.4749,1,1,1,0.0957,0.4749,0.1015,1,1,1,1,1,0.034011506,0.55653441,0.000982123,1,1,1,1,1,0.026960922,0.567921042,0,1,1,1,1,1,0.160044134,0.537079394,0.798211696,0.798180664,0.798315603
-5634,1,0.1169,1,1,1,1,1,1,1,1,0.0856,0.1169,0.0157,1,0.1804,1,1,1,1,1,1,0.0202,0.1804,0.036,1,0.4749,1,1,1,0.0952,0.4749,0.0002,1,1,1,1,1,0.025207739,0.214144319,0.004821317,1,1,1,1,1,0.042283572,0.229085162,0,1,1,1,1,1,0.210482955,0.162036687,0.773924601,0.773852338,0.774379433
-5635,1,0.1169,1,1,1,1,1,1,1,1,0.0597,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0126,0.1804,0,1,0.4749,1,1,1,0.1237,0.4749,0,1,1,1,1,1,0.024092918,0,0.002797663,1,1,1,1,1,0.05512242,0,0,1,1,1,1,1,0.295473933,0,0.75640406,0.756505183,0.756648936
-5636,1,0.1169,1,1,1,1,1,1,1,1,0.0819,0.1169,0,1,0.1804,1,1,1,1,1,1,0.035,0.1804,0,1,0.4749,1,1,1,0.1557,0.4749,0,1,1,1,1,1,0.058956139,0,0,1,1,1,1,1,0.119440876,0,0,1,1,1,1,1,0.384450614,0,0.757672789,0.757774487,0.757978723
-5637,1,0.1169,1,1,1,1,1,1,1,1,0.1403,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0142,0.1804,0,1,0.4749,1,1,1,0.1752,0.4749,0,1,1,1,1,1,0.104756832,0,0.00289095,1,1,1,1,1,0.102520823,0,0.000465969,1,1,1,1,1,0.49270308,0,0.713146448,0.713137296,0.71320922
-5638,1,0.1169,1,1,1,1,1,1,1,1,0.0756,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.1652,0.4749,0,1,1,1,1,1,0.077216052,0,0,1,1,1,1,1,0.065031931,0,0,1,1,1,1,1,0.439135879,0,0.645722571,0.645864184,0.645833333
-5639,1,0.1169,1,1,1,1,1,1,1,1,0.1152,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1403,0.1804,0,1,0.4749,1,1,1,0.1987,0.4749,0,1,1,1,1,1,0.106589392,0,0.000977441,1,1,1,1,1,0.190804064,0,0,1,1,1,1,1,0.454259425,0,0.580654906,0.580706579,0.580673759
-5640,1,0.1169,1,1,1,1,1,1,1,1,0.113,0.1169,0,1,0.1804,1,1,1,1,1,1,0.3597,0.1804,0,1,0.4749,1,1,1,0.2198,0.4749,0,1,1,1,1,1,0.108581088,0,0.000525557,1,1,1,1,1,0.323736131,0,0,1,1,1,1,1,0.41226998,0,0.533832769,0.533742331,0.533687943
-5641,1,0.1169,1,1,1,1,1,1,1,1,0.1339,0.1169,0,1,0.1804,1,1,1,1,1,1,0.2692,0.1804,0,1,0.4749,1,1,1,0.1337,0.4749,0,1,1,1,1,1,0.109752424,0,0.011597294,1,1,1,1,1,0.251852512,0,0,1,1,1,1,1,0.220107943,0,0.501933301,0.501798181,0.502216312
-5642,1,0.1169,1,1,1,1,1,1,1,1,0.1268,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1395,0.1804,0,1,0.4749,1,1,1,0.0996,0.4749,0,1,1,1,1,1,0.131539851,0,0.004578654,1,1,1,1,1,0.136949286,0,0,1,1,1,1,1,0.129104868,0,0.481331561,0.481277766,0.481382979
-5643,1,0.1169,1,1,1,1,1,1,1,1,0.1268,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0823,0.1804,0,1,0.4749,1,1,1,0.0867,0.4749,0,1,1,1,1,1,0.095530033,0,0.034824964,1,1,1,1,1,0.078765027,0,0,1,1,1,1,1,0.090244785,0,0.470335911,0.470488682,0.470301418
-5644,1,0.1169,1,1,1,1,1,1,1,1,0.0688,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0553,0.1804,0,1,0.4749,1,1,1,0.0725,0.4749,0,1,1,1,1,1,0.060212236,0,0.023829255,1,1,1,1,1,0.040798884,0,0,1,1,1,1,1,0.076332577,0,0.474142098,0.474085043,0.47429078
-5645,1,0.1169,1,1,1,1,1,1,1,1,0.0528,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0436,0.1804,0,1,0.4749,1,1,1,0.0418,0.4749,0,1,1,1,1,1,0.041745156,0,0.066192873,1,1,1,1,1,0.034502879,0,0.001246073,1,1,1,1,1,0.042470038,0,0.50181247,0.501798181,0.502216312
-5646,1,0.1169,1,1,1,1,1,1,1,1,0.0273,0.1169,0.0498,1,0.1804,1,1,1,1,1,1,0.0639,0.1804,0.0666,1,0.4749,1,1,1,0.0263,0.4749,0.046,1,1,1,1,1,0.03987167,0.252226114,0.002264347,1,1,1,1,1,0.051210344,0.251393199,0,1,1,1,1,1,0.036246121,0.32715112,0.54621798,0.546223821,0.546542553
-5647,1,0.1169,1,1,1,1,1,1,1,1,0.0234,0.1169,0.2088,1,0.1804,1,1,1,1,1,1,0.0358,0.1804,0.2258,1,0.4749,1,1,1,0.0017,0.4749,0.2123,1,1,1,1,1,0.020228794,0.552474499,0.015828894,1,1,1,1,1,0.046133015,0.602400541,0.001926702,1,1,1,1,1,0.008616088,0.668072462,0.604458676,0.604611805,0.604609929
-5648,1,0.117,1,1,1,1,1,1,1,1,0.0006,0.117,0.3714,1,0.1804,1,1,1,1,1,1,0,0.1804,0.38,1,0.475,1,1,1,0.0143,0.475,0.4011,1,1,1,1,1,0.00020717,0.707118094,0.01962873,1,1,1,1,1,0.001614146,0.726659417,0,1,1,1,1,1,0.004585164,0.823264301,0.654664089,0.654749312,0.654698582
-5649,1,0.1171,1,1,1,1,1,1,1,1,0.0008,0.1171,0.483,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4861,1,0.4751,1,1,1,0.0172,0.4751,0.5462,1,1,1,1,1,7.65E-06,0.773483038,0.016438819,1,1,1,1,1,0,0.783010244,0,1,1,1,1,1,0.003091929,0.874633193,0.697257129,0.697270996,0.697695035
-5650,1,0.1171,1,1,1,1,1,1,1,1,0.0049,0.1171,0.5506,1,0.1805,1,1,1,1,1,1,0,0.1805,0.5247,1,0.4751,1,1,1,0.018,0.4751,0.6482,1,1,1,1,1,0.001471709,0.771279693,0.003967827,1,1,1,1,1,0,0.749748349,0,1,1,1,1,1,0.002566543,0.885548472,0.735741904,0.735773218,0.736258865
-5651,1,0.1172,1,1,1,1,1,1,1,1,0.0061,0.1172,0.5401,1,0.1805,1,1,1,1,1,1,0,0.1805,0.5085,1,0.4752,1,1,1,0.0278,0.4752,0.6534,1,1,1,1,1,0.001780782,0.762310565,0,1,1,1,1,1,0,0.758863449,0,1,1,1,1,1,0.004192128,0.874462843,0.764137264,0.764121007,0.764184397
-5652,1,0.1173,1,1,1,1,1,1,1,1,0.0155,0.1173,0.5246,1,0.1805,1,1,1,1,1,1,0,0.1805,0.5305,1,0.4753,1,1,1,0.0318,0.4753,0.6433,1,1,1,1,1,0.003068282,0.777292073,0,1,1,1,1,1,0.000115481,0.762752235,0,1,1,1,1,1,0.010507953,0.845838547,0.782684872,0.782737466,0.782801418
-5653,1,0.1173,1,1,1,1,1,1,1,1,0.0307,0.1173,0.5164,1,0.1806,1,1,1,1,1,1,0.0075,0.1806,0.5355,1,0.4754,1,1,1,0.024,0.4754,0.6305,1,1,1,1,1,0.01499041,0.751796365,0.000430525,1,1,1,1,1,0.006174861,0.757404149,0,1,1,1,1,1,0.004427565,0.799012303,0.80080957,0.800719272,0.800975177
-5654,1,0.1174,1,1,1,1,1,1,1,1,0.1039,0.1174,0.4891,1,0.1806,1,1,1,1,1,1,0.0079,0.1806,0.4995,1,0.4754,1,1,1,0.0101,0.4754,0.5841,1,1,1,1,1,0.03131099,0.693117261,0.000666095,1,1,1,1,1,0.019374194,0.724648893,0,1,1,1,1,1,0.009119337,0.763661623,0.808361527,0.808546647,0.808510638
-5655,1,0.1174,1,1,1,1,1,1,1,1,0.0838,0.1174,0.3955,1,0.1806,1,1,1,1,1,1,0.0037,0.1806,0.4104,1,0.4755,1,1,1,0.0219,0.4755,0.4641,1,1,1,1,1,0.022972126,0.604736686,0.001194097,1,1,1,1,1,0.011437531,0.669443309,0,1,1,1,1,1,0.021822669,0.705690384,0.806428226,0.806642691,0.806737589
-5656,1,0.1175,1,1,1,1,1,1,1,1,0.1,0.1175,0.2852,1,0.1807,1,1,1,1,1,1,0,0.1807,0.3526,1,0.4756,1,1,1,0.022,0.4756,0.3128,1,1,1,1,1,0.039423641,0.741368651,0.000460637,1,1,1,1,1,0.021038473,0.80470103,0,1,1,1,1,1,0.020124162,0.801616907,0.802803287,0.802834779,0.803191489
-5657,1,0.1176,1,1,1,1,1,1,1,1,0.058,0.1176,0.1296,1,0.1807,1,1,1,1,1,1,0,0.1807,0.1675,1,0.4756,1,1,1,0.0302,0.4756,0.1191,1,1,1,1,1,0.031089939,0.372486979,0.003240309,1,1,1,1,1,0.026568552,0.422370255,0,1,1,1,1,1,0.01824227,0.439588636,0.786793137,0.786756928,0.78679078
-5658,1,0.1176,1,1,1,1,1,1,1,1,0.0206,0.1176,0.0073,1,0.1807,1,1,1,1,1,1,0,0.1807,0.0205,1,0.4757,1,1,1,0.0519,0.4757,0.0138,1,1,1,1,1,0.055104826,0.045920234,0,1,1,1,1,1,0.0054932,0.086103588,0,1,1,1,1,1,0.05211037,0.071022235,0.757129048,0.757139835,0.757535461
-5659,1,0.1177,1,1,1,1,1,1,1,1,0.0102,0.1177,0,1,0.1808,1,1,1,1,1,1,0,0.1808,0,1,0.4758,1,1,1,0.0461,0.4758,0,1,1,1,1,1,0.045781795,0,0.001015839,1,1,1,1,1,0.004081477,0,0,1,1,1,1,1,0.06125439,0,0.741300145,0.741485086,0.741578014
-5660,1,0.1177,1,1,1,1,1,1,1,1,0.0212,0.1177,0,1,0.1808,1,1,1,1,1,1,0,0.1808,0,1,0.4758,1,1,1,0.0408,0.4758,0,1,1,1,1,1,0.087757409,0,0.013664821,1,1,1,1,1,0.003462074,0,0,1,1,1,1,1,0.062080607,0,0.737312711,0.737465623,0.737588652
-5661,1,0.1178,1,1,1,1,1,1,1,1,0.0176,0.1178,0,1,0.1808,1,1,1,1,1,1,0,0.1808,0,1,0.4759,1,1,1,0.0266,0.4759,0,1,1,1,1,1,0.084569201,0,0,1,1,1,1,1,0.003615013,0,0,1,1,1,1,1,0.054825511,0,0.696109232,0.696001692,0.696365248
-5662,1,0.1179,1,1,1,1,1,1,1,1,0.0285,0.1179,0,1,0.1809,1,1,1,1,1,1,0,0.1809,0,1,0.476,1,1,1,0.0474,0.476,0,1,1,1,1,1,0.060944654,0,0,1,1,1,1,1,0.010211656,0,0,1,1,1,1,1,0.140151903,0,0.637687289,0.637825259,0.63785461
-5663,1,0.1179,1,1,1,1,1,1,1,1,0.0189,0.1179,0,1,0.1809,1,1,1,1,1,1,0.014,0.1809,0,1,0.4761,1,1,1,0.0695,0.4761,0,1,1,1,1,1,0.051006503,0,0.014315983,1,1,1,1,1,0.038073804,0,0,1,1,1,1,1,0.151172459,0,0.577150797,0.577110218,0.57712766
-5664,1,0.118,1,1,1,1,1,1,1,1,0.0127,0.118,0,1,0.1809,1,1,1,1,1,1,0.0753,0.1809,0,1,0.4761,1,1,1,0.0595,0.4761,0,1,1,1,1,1,0.022197844,0,0.029652499,1,1,1,1,1,0.060631745,0,0.003627487,1,1,1,1,1,0.142883137,0,0.528274529,0.528242014,0.528368794
-5665,1,0.1181,1,1,1,1,1,1,1,1,0.0024,0.1181,0,1,0.181,1,1,1,1,1,1,0.0897,0.181,0,1,0.4762,1,1,1,0.0533,0.4762,0,1,1,1,1,1,0.018827351,0,0.016068356,1,1,1,1,1,0.06461753,0,0,1,1,1,1,1,0.171498701,0,0.497643789,0.497778718,0.497783688
-5666,1,0.1181,1,1,1,1,1,1,1,1,0.01,0.1181,0,1,0.181,1,1,1,1,1,1,0.1037,0.181,0,1,0.4763,1,1,1,0.0468,0.4763,0,1,1,1,1,1,0.016550852,0,0.006382366,1,1,1,1,1,0.094660893,0,0,1,1,1,1,1,0.154809996,0,0.476800387,0.476835202,0.476950355
-5667,1,0.1182,1,1,1,1,1,1,1,1,0.0148,0.1182,0,1,0.181,1,1,1,1,1,1,0.0794,0.181,0,1,0.4763,1,1,1,0.073,0.4763,0,1,1,1,1,1,0.01840221,0,0.019049607,1,1,1,1,1,0.062030807,0,0.015744241,1,1,1,1,1,0.212100267,0,0.464838086,0.464776814,0.46498227
-5668,1,0.1182,1,1,1,1,1,1,1,1,0.0098,0.1182,0,1,0.1811,1,1,1,1,1,1,0.0585,0.1811,0,1,0.4764,1,1,1,0.0619,0.4764,0,1,1,1,1,1,0.013554865,0,0.028496696,1,1,1,1,1,0.036819629,0,0.003171728,1,1,1,1,1,0.190985993,0,0.463025616,0.462872858,0.46320922
-5669,1,0.1183,1,1,1,1,1,1,1,1,0.0023,0.1183,0,1,0.1811,1,1,1,1,1,1,0.0167,0.1811,0,1,0.4765,1,1,1,0.0684,0.4765,0,1,1,1,1,1,0.004824079,0,0.012425643,1,1,1,1,1,0.009751751,0,0,1,1,1,1,1,0.241045743,0,0.472752537,0.472815739,0.47251773
-5670,1,0.1184,1,1,1,1,1,1,1,1,0.0054,0.1184,0.0376,1,0.1811,1,1,1,1,1,1,0.0008,0.1811,0.0425,1,0.4765,1,1,1,0.055,0.4765,0.0495,1,1,1,1,1,0.0092597,0.123380028,0.027933851,1,1,1,1,1,0.001009371,0.087548204,0,1,1,1,1,1,0.275478423,0.053379342,0.490212663,0.490162894,0.490248227
-5671,1,0.1184,1,1,1,1,1,1,1,1,0.0113,0.1184,0.1679,1,0.1812,1,1,1,1,1,1,0,0.1812,0.1724,1,0.4766,1,1,1,0.0184,0.4766,0.2045,1,1,1,1,1,0.019644033,0.381120861,0.061167333,1,1,1,1,1,0.001040117,0.312811047,0.009014399,1,1,1,1,1,0.139620364,0.294202924,0.529482842,0.529511318,0.529698582
-5672,1,0.1185,1,1,1,1,1,1,1,1,0.0029,0.1185,0.3053,1,0.1812,1,1,1,1,1,1,0,0.1812,0.3042,1,0.4767,1,1,1,0.0232,0.4767,0.3656,1,1,1,1,1,0.004162911,0.52560693,0.045126345,1,1,1,1,1,0.00135862,0.51237464,0.066257328,1,1,1,1,1,0.133978128,0.472120911,0.580836153,0.580706579,0.581117021
-5673,1,0.1186,1,1,1,1,1,1,1,1,0.0003,0.1186,0.4204,1,0.1812,1,1,1,1,1,1,0,0.1812,0.4168,1,0.4767,1,1,1,0.0267,0.4767,0.4997,1,1,1,1,1,8.08E-06,0.611093163,0.090426691,1,1,1,1,1,3.57E-05,0.609137416,0.088997647,1,1,1,1,1,0.083926514,0.628720045,0.626631223,0.626613074,0.62677305
-5674,1,0.1186,1,1,1,1,1,1,1,1,0.0123,0.1186,0.4801,1,0.1813,1,1,1,1,1,1,0,0.1813,0.4976,1,0.4768,1,1,1,0.0314,0.4768,0.5996,1,1,1,1,1,0.002408155,0.673970103,0.155644998,1,1,1,1,1,0.000800032,0.68461585,0.165939003,1,1,1,1,1,0.056853298,0.762204587,0.660403577,0.66046118,0.660460993
-5675,1,0.1187,1,1,1,1,1,1,1,1,0.0146,0.1187,0.5293,1,0.1813,1,1,1,1,1,1,0.0255,0.1813,0.492,1,0.4769,1,1,1,0.0535,0.4769,0.6044,1,1,1,1,1,0.005399593,0.709224045,0.248478115,1,1,1,1,1,0.026024897,0.720580697,0.282259434,1,1,1,1,1,0.102062926,0.819234729,0.682032383,0.682039348,0.682180851
-5676,1,0.1187,1,1,1,1,1,1,1,1,0.0294,0.1187,0.5588,1,0.1813,1,1,1,1,1,1,0.0255,0.1813,0.5564,1,0.477,1,1,1,0.0456,0.477,0.5935,1,1,1,1,1,0.012901541,0.70538342,0.409221351,1,1,1,1,1,0.03097761,0.775840938,0.449263632,1,1,1,1,1,0.075174451,0.79181391,0.695565491,0.695790142,0.695921986
-5677,1,0.1188,1,1,1,1,1,1,1,1,0.0421,0.1188,0.5357,1,0.1814,1,1,1,1,1,1,0.0289,0.1814,0.5843,1,0.477,1,1,1,0.0842,0.477,0.5646,1,1,1,1,1,0.01712524,0.734938979,0.449345469,1,1,1,1,1,0.039234594,0.796192944,0.408661276,1,1,1,1,1,0.10508544,0.78435266,0.703842436,0.703829067,0.703900709
-5678,1,0.1189,1,1,1,1,1,1,1,1,0.0412,0.1189,0.5009,1,0.1814,1,1,1,1,1,1,0.0319,0.1814,0.5729,1,0.4771,1,1,1,0.0703,0.4771,0.4681,1,1,1,1,1,0.016834401,0.774042845,0.410196543,1,1,1,1,1,0.0570767,0.792138994,0.326504976,1,1,1,1,1,0.122584827,0.734186709,0.708011116,0.70806008,0.708333333
-5679,1,0.1189,1,1,1,1,1,1,1,1,0.0678,0.1189,0.4341,1,0.1814,1,1,1,1,1,1,0.0921,0.1814,0.4757,1,0.4772,1,1,1,0.117,0.4772,0.3709,1,1,1,1,1,0.033625219,0.767189264,0.257620931,1,1,1,1,1,0.165656537,0.729502738,0.311963379,1,1,1,1,1,0.148257181,0.698169351,0.706561141,0.706579226,0.707003546
-5680,1,0.119,1,1,1,1,1,1,1,1,0.074,0.119,0.3047,1,0.1815,1,1,1,1,1,1,0.1198,0.1815,0.3243,1,0.4772,1,1,1,0.1677,0.4772,0.2553,1,1,1,1,1,0.065582655,0.652733207,0.2045452,1,1,1,1,1,0.169129312,0.500838935,0.289347917,1,1,1,1,1,0.198657006,0.611771524,0.702634123,0.702559763,0.702570922
-5681,1,0.1191,1,1,1,1,1,1,1,1,0.0371,0.1191,0.1335,1,0.1815,1,1,1,1,1,1,0.1315,0.1815,0.1598,1,0.4773,1,1,1,0.1722,0.4773,0.1087,1,1,1,1,1,0.055051815,0.49001056,0.11017257,1,1,1,1,1,0.130880624,0.269483745,0.177416772,1,1,1,1,1,0.277900398,0.376090407,0.692544708,0.692616882,0.692819149
-5682,1,0.1191,1,1,1,1,1,1,1,1,0.0591,0.1191,0.0131,1,0.1815,1,1,1,1,1,1,0.1246,0.1815,0.0213,1,0.4774,1,1,1,0.169,0.4774,0.0022,1,1,1,1,1,0.115877531,0.145440802,0.206214815,1,1,1,1,1,0.143990144,0.058513023,0.196684301,1,1,1,1,1,0.35296756,0.030468533,0.672124215,0.672096467,0.672429078
-5683,1,0.1192,1,1,1,1,1,1,1,1,0.0581,0.1192,0,1,0.1816,1,1,1,1,1,1,0.0852,0.1816,0,1,0.4774,1,1,1,0.2,0.4774,0,1,1,1,1,1,0.120371252,0,0.25945127,1,1,1,1,1,0.121933356,0,0.260235637,1,1,1,1,1,0.416134,0,0.662941034,0.662999788,0.663120567
-5684,1,0.1192,1,1,1,1,1,1,1,1,0.0818,0.1192,0,1,0.1816,1,1,1,1,1,1,0.11,0.1816,0,1,0.4775,1,1,1,0.2231,0.4775,0,1,1,1,1,1,0.187386021,0,0.089530438,1,1,1,1,1,0.15287745,0,0.176560208,1,1,1,1,1,0.410980821,0,0.66118898,0.661307383,0.661347518
-5685,1,0.1193,1,1,1,1,1,1,1,1,0.0775,0.1193,0,1,0.1816,1,1,1,1,1,1,0.0439,0.1816,0,1,0.4776,1,1,1,0.1453,0.4776,0,1,1,1,1,1,0.141240925,0,0.177788883,1,1,1,1,1,0.093308538,0,0.20154947,1,1,1,1,1,0.317990452,0,0.627960367,0.627882378,0.628102837
-5686,1,0.1194,1,1,1,1,1,1,1,1,0.0471,0.1194,0,1,0.1817,1,1,1,1,1,1,0.0214,0.1817,0,1,0.4777,1,1,1,0.1683,0.4777,0,1,1,1,1,1,0.07966844,0,0.162880927,1,1,1,1,1,0.059513308,0,0.168132201,1,1,1,1,1,0.364231855,0,0.580413243,0.580495029,0.580230496
-5687,1,0.1194,1,1,1,1,1,1,1,1,0.0606,0.1194,0,1,0.1817,1,1,1,1,1,1,0.0422,0.1817,0,1,0.4777,1,1,1,0.1013,0.4777,0,1,1,1,1,1,0.104200184,0,0.118687831,1,1,1,1,1,0.075024679,0,0.171341389,1,1,1,1,1,0.24368301,0,0.529603673,0.529722869,0.529698582
-5688,1,0.1195,1,1,1,1,1,1,1,1,0.047,0.1195,0,1,0.1818,1,1,1,1,1,1,0.0154,0.1818,0,1,0.4778,1,1,1,0.1312,0.4778,0,1,1,1,1,1,0.066677935,0,0.123385839,1,1,1,1,1,0.049909711,0,0.097439274,1,1,1,1,1,0.313408196,0,0.489246013,0.489316691,0.489361702
-5689,1,0.1196,1,1,1,1,1,1,1,1,0.0289,0.1196,0,1,0.1818,1,1,1,1,1,1,0,0.1818,0,1,0.4779,1,1,1,0.1384,0.4779,0,1,1,1,1,1,0.021288795,0,0.122250095,1,1,1,1,1,0.027177211,0,0.07707984,1,1,1,1,1,0.328103244,0,0.46060899,0.460757351,0.460549645
-5690,1,0.1196,1,1,1,1,1,1,1,1,0.039,0.1196,0,1,0.1818,1,1,1,1,1,1,0.006,0.1818,0,1,0.4779,1,1,1,0.1861,0.4779,0,1,1,1,1,1,0.024596777,0,0.042141497,1,1,1,1,1,0.050951011,0,0.112680115,1,1,1,1,1,0.434109926,0,0.442544708,0.442563994,0.442819149
-5691,1,0.1197,1,1,1,1,1,1,1,1,0.0502,0.1197,0,1,0.1819,1,1,1,1,1,1,0,0.1819,0,1,0.478,1,1,1,0.1843,0.478,0,1,1,1,1,1,0.025650438,0,0.053105824,1,1,1,1,1,0.044273652,0,0.067125395,1,1,1,1,1,0.404741555,0,0.430884485,0.430717157,0.430851064
-5692,1,0.1197,1,1,1,1,1,1,1,1,0.0264,0.1197,0,1,0.1819,1,1,1,1,1,1,0,0.1819,0,1,0.4781,1,1,1,0.1787,0.4781,0,1,1,1,1,1,0.010236656,0,0.058310226,1,1,1,1,1,0.027035866,0,0,1,1,1,1,1,0.382373363,0,0.42719913,0.427120795,0.427304965
-5693,1,0.1198,1,1,1,1,1,1,1,1,0.0033,0.1198,0,1,0.1819,1,1,1,1,1,1,0,0.1819,0,1,0.4781,1,1,1,0.1465,0.4781,0,1,1,1,1,1,0.001423931,0,0.061810341,1,1,1,1,1,0.025250345,0,0.016778797,1,1,1,1,1,0.369701296,0,0.431488642,0.431563359,0.431737589
-5694,1,0.1199,1,1,1,1,1,1,1,1,0.0005,0.1199,0.0406,1,0.182,1,1,1,1,1,1,0.014,0.182,0.0634,1,0.4782,1,1,1,0.1368,0.4782,0.0398,1,1,1,1,1,0.001277536,0.32831046,0.04186523,1,1,1,1,1,0.042238709,0.303067148,0.029090315,1,1,1,1,1,0.325523674,0.379367679,0.436744804,0.436852126,0.436613475
-5695,1,0.1199,1,1,1,1,1,1,1,1,0.0003,0.1199,0.2104,1,0.182,1,1,1,1,1,1,0.0088,0.182,0.2258,1,0.4783,1,1,1,0.0889,0.4783,0.206,1,1,1,1,1,0.001180816,0.619401991,0.089160651,1,1,1,1,1,0.027588051,0.608590543,0.063759692,1,1,1,1,1,0.182718948,0.656945944,0.469188014,0.469219378,0.469414894
-5696,1,0.12,1,1,1,1,1,1,1,1,0,0.12,0.3931,1,0.182,1,1,1,1,1,1,0,0.182,0.4117,1,0.4783,1,1,1,0.0634,0.4783,0.3871,1,1,1,1,1,0.000111794,0.792543054,0.070932843,1,1,1,1,1,0.004058774,0.813194454,0.083587177,1,1,1,1,1,0.093734644,0.801559269,0.51878927,0.518722234,0.519060284
-5697,1,0.1201,1,1,1,1,1,1,1,1,0.0008,0.1201,0.5351,1,0.1821,1,1,1,1,1,1,0,0.1821,0.5439,1,0.4784,1,1,1,0.0198,0.4784,0.5263,1,1,1,1,1,0.000416725,0.868282795,0.101324901,1,1,1,1,1,0.000363531,0.880757451,0.024147907,1,1,1,1,1,0.041466672,0.853086114,0.565067666,0.56505183,0.565159574
-5698,1,0.1201,1,1,1,1,1,1,1,1,0.0015,0.1201,0.6404,1,0.1821,1,1,1,1,1,1,0,0.1821,0.6451,1,0.4785,1,1,1,0.0133,0.4785,0.6245,1,1,1,1,1,0.000657975,0.898177505,0.076772861,1,1,1,1,1,0.000264573,0.911641896,0.025570419,1,1,1,1,1,0.01739151,0.878995538,0.600652489,0.600803893,0.60106383
-5699,1,0.1202,1,1,1,1,1,1,1,1,0.0033,0.1202,0.6488,1,0.1821,1,1,1,1,1,1,0,0.1821,0.6582,1,0.4786,1,1,1,0.0217,0.4786,0.6302,1,1,1,1,1,0.000442881,0.911498785,0.068628877,1,1,1,1,1,0.000333706,0.924114525,0,1,1,1,1,1,0.031611536,0.887094796,0.62820203,0.628305479,0.628546099
-5700,1,0.1202,1,1,1,1,1,1,1,1,0.0094,0.1202,0.6503,1,0.1822,1,1,1,1,1,1,0,0.1822,0.6607,1,0.4786,1,1,1,0.0262,0.4786,0.6222,1,1,1,1,1,0.002523668,0.909346223,0.081279255,1,1,1,1,1,0.002988479,0.926670194,0.03671309,1,1,1,1,1,0.035004184,0.889550745,0.649891252,0.649883647,0.649822695
-5701,1,0.1203,1,1,1,1,1,1,1,1,0.0171,0.1203,0.6435,1,0.1822,1,1,1,1,1,1,0,0.1822,0.6521,1,0.4787,1,1,1,0.0402,0.4787,0.6057,1,1,1,1,1,0.004237657,0.894667268,0.120536298,1,1,1,1,1,0.004759803,0.913566232,0.053245552,1,1,1,1,1,0.055305589,0.87459594,0.661853552,0.661942035,0.662234043
-5702,1,0.1204,1,1,1,1,1,1,1,1,0.029,0.1204,0.5997,1,0.1822,1,1,1,1,1,1,0.0036,0.1822,0.6166,1,0.4788,1,1,1,0.0432,0.4788,0.5605,1,1,1,1,1,0.008376491,0.877668023,0.099259138,1,1,1,1,1,0.013479285,0.893757701,0.055685341,1,1,1,1,1,0.058204655,0.844370127,0.672667956,0.672731119,0.67287234
-5703,1,0.1204,1,1,1,1,1,1,1,1,0.0378,0.1204,0.4801,1,0.1823,1,1,1,1,1,1,0.0082,0.1823,0.5075,1,0.4788,1,1,1,0.0699,0.4788,0.4418,1,1,1,1,1,0.014824239,0.843507111,0.098823495,1,1,1,1,1,0.02626995,0.85274446,0.033831153,1,1,1,1,1,0.062745571,0.811208367,0.68360319,0.683731754,0.683510638
-5704,1,0.1205,1,1,1,1,1,1,1,1,0.0324,0.1205,0.3244,1,0.1823,1,1,1,1,1,1,0.0065,0.1823,0.3651,1,0.4789,1,1,1,0.1232,0.4789,0.2859,1,1,1,1,1,0.016236953,0.758719563,0.073653124,1,1,1,1,1,0.035876222,0.769949079,0.020242147,1,1,1,1,1,0.095978193,0.719950914,0.694538424,0.694732388,0.694592199
-5705,1,0.1206,1,1,1,1,1,1,1,1,0.033,0.1206,0.1324,1,0.1823,1,1,1,1,1,1,0.0217,0.1823,0.1782,1,0.479,1,1,1,0.1193,0.479,0.1094,1,1,1,1,1,0.032886248,0.535150051,0.092400067,1,1,1,1,1,0.043044843,0.559479892,0.003059162,1,1,1,1,1,0.105602726,0.491544634,0.700096665,0.700021155,0.70035461
-5706,1,0.1206,1,1,1,1,1,1,1,1,0.0327,0.1206,0.0085,1,0.1824,1,1,1,1,1,1,0.0691,0.1824,0.0295,1,0.479,1,1,1,0.13,0.479,0.0025,1,1,1,1,1,0.082116425,0.154982239,0.05636739,1,1,1,1,1,0.081822962,0.210805684,0,1,1,1,1,1,0.161916882,0.020875677,0.687348961,0.687328115,0.6875
-5707,1,0.1207,1,1,1,1,1,1,1,1,0.0487,0.1207,0,1,0.1824,1,1,1,1,1,1,0.0512,0.1824,0,1,0.4791,1,1,1,0.1333,0.4791,0,1,1,1,1,1,0.117591895,0,0,1,1,1,1,1,0.077293895,0,0,1,1,1,1,1,0.272218257,0,0.679374094,0.67950074,0.679521277
-5708,1,0.1207,1,1,1,1,1,1,1,1,0.093,0.1207,0,1,0.1824,1,1,1,1,1,1,0.1141,0.1824,0,1,0.4792,1,1,1,0.1735,0.4792,0,1,1,1,1,1,0.171393678,0,0.010757894,1,1,1,1,1,0.15552707,0,0.002667801,1,1,1,1,1,0.350147784,0,0.681246979,0.681404696,0.681294326
-5709,1,0.1208,1,1,1,1,1,1,1,1,0.0728,0.1208,0,1,0.1825,1,1,1,1,1,1,0.1586,0.1825,0,1,0.4793,1,1,1,0.1593,0.4793,0,1,1,1,1,1,0.137841687,0,0.004194973,1,1,1,1,1,0.224262208,0,0,1,1,1,1,1,0.368006796,0,0.639137264,0.639094563,0.639184397
-5710,1,0.1209,1,1,1,1,1,1,1,1,0.116,0.1209,0,1,0.1825,1,1,1,1,1,1,0.1656,0.1825,0,1,0.4793,1,1,1,0.111,0.4793,0,1,1,1,1,1,0.154894322,0,0.005464317,1,1,1,1,1,0.196199745,0,0,1,1,1,1,1,0.286510915,0,0.580413243,0.580495029,0.580230496
-5711,1,0.1209,1,1,1,1,1,1,1,1,0.099,0.1209,0,1,0.1825,1,1,1,1,1,1,0.07,0.1825,0,1,0.4794,1,1,1,0.1498,0.4794,0,1,1,1,1,1,0.123203009,0,0,1,1,1,1,1,0.069589764,0,0,1,1,1,1,1,0.373111516,0,0.527609957,0.527607362,0.52748227
-5712,1,0.121,1,1,1,1,1,1,1,1,0.1319,0.121,0,1,0.1826,1,1,1,1,1,1,0.0818,0.1826,0,1,0.4795,1,1,1,0.1552,0.4795,0,1,1,1,1,1,0.168815106,0,0,1,1,1,1,1,0.075965166,0,0,1,1,1,1,1,0.41576919,0,0.485741904,0.48572033,0.485815603
-5713,1,0.1211,1,1,1,1,1,1,1,1,0.118,0.1211,0,1,0.1826,1,1,1,1,1,1,0.13,0.1826,0,1,0.4795,1,1,1,0.1991,0.4795,0,1,1,1,1,1,0.169884935,0,0,1,1,1,1,1,0.118751548,0,0,1,1,1,1,1,0.46939081,0,0.460427743,0.460545801,0.460549645
-5714,1,0.1211,1,1,1,1,1,1,1,1,0.1307,0.1211,0,1,0.1826,1,1,1,1,1,1,0.2239,0.1826,0,1,0.4796,1,1,1,0.1806,0.4796,0,1,1,1,1,1,0.190843776,0,7.57E-05,1,1,1,1,1,0.210401028,0,0,1,1,1,1,1,0.415425599,0,0.445384244,0.445525703,0.445478723
-5715,1,0.1212,1,1,1,1,1,1,1,1,0.16,0.1212,0,1,0.1827,1,1,1,1,1,1,0.156,0.1827,0,1,0.4797,1,1,1,0.1742,0.4797,0,1,1,1,1,1,0.224512354,0,0,1,1,1,1,1,0.146346271,0,0,1,1,1,1,1,0.399534702,0,0.438678105,0.438756082,0.438829787
-5716,1,0.1212,1,1,1,1,1,1,1,1,0.1412,0.1212,0,1,0.1827,1,1,1,1,1,1,0.0953,0.1827,0,1,0.4797,1,1,1,0.1599,0.4797,0,1,1,1,1,1,0.174998537,0,0,1,1,1,1,1,0.081062697,0,0,1,1,1,1,1,0.393532932,0,0.446290478,0.446371906,0.446365248
-5717,1,0.1213,1,1,1,1,1,1,1,1,0.0713,0.1213,0,1,0.1827,1,1,1,1,1,1,0.1041,0.1827,0,1,0.4798,1,1,1,0.1364,0.4798,0,1,1,1,1,1,0.070310824,0,0,1,1,1,1,1,0.084171817,0,0,1,1,1,1,1,0.374360144,0,0.47897535,0.478950709,0.478723404
-5718,1,0.1214,1,1,1,1,1,1,1,1,0.0868,0.1214,0.0523,1,0.1828,1,1,1,1,1,1,0.1946,0.1828,0.0392,1,0.4799,1,1,1,0.0908,0.4799,0.0411,1,1,1,1,1,0.079187214,0.294125706,0,1,1,1,1,1,0.171649531,0.116608121,0,1,1,1,1,1,0.294283748,0.406383008,0.529180764,0.529299767,0.529255319
-5719,1,0.1214,1,1,1,1,1,1,1,1,0.0722,0.1214,0.2088,1,0.1828,1,1,1,1,1,1,0.1219,0.1828,0.181,1,0.48,1,1,1,0.0512,0.48,0.2101,1,1,1,1,1,0.0831156,0.49079591,0.002385859,1,1,1,1,1,0.101070255,0.45674336,0.008634293,1,1,1,1,1,0.171306551,0.697585404,0.58881102,0.588745505,0.588652482
-5720,1,0.1215,1,1,1,1,1,1,1,1,0.0202,0.1215,0.3625,1,0.1828,1,1,1,1,1,1,0,0.1828,0.3529,1,0.48,1,1,1,0.024,0.48,0.3896,1,1,1,1,1,0.012619221,0.654685378,0.001222497,1,1,1,1,1,0.000909341,0.636897504,0.056829326,1,1,1,1,1,0.092387781,0.837317824,0.638714355,0.638671462,0.639184397
-5721,1,0.1216,1,1,1,1,1,1,1,1,0.0197,0.1216,0.4988,1,0.1829,1,1,1,1,1,1,0,0.1829,0.4677,1,0.4801,1,1,1,0.0149,0.4801,0.5236,1,1,1,1,1,0.009882485,0.779512286,0.003748212,1,1,1,1,1,0.001264833,0.716834664,0.074021995,1,1,1,1,1,0.031945635,0.846723735,0.67997825,0.679923842,0.679964539
-5722,1,0.1216,1,1,1,1,1,1,1,1,0.0102,0.1216,0.5881,1,0.1829,1,1,1,1,1,1,0.0242,0.1829,0.5761,1,0.4802,1,1,1,0.047,0.4802,0.6019,1,1,1,1,1,0.003767399,0.831422508,0.015001438,1,1,1,1,1,0.018997854,0.782390296,0.100764133,1,1,1,1,1,0.045905091,0.846027374,0.715744321,0.715675904,0.715868794
-5723,1,0.1217,1,1,1,1,1,1,1,1,0.0281,0.1217,0.6101,1,0.1829,1,1,1,1,1,1,0.0443,0.1829,0.5951,1,0.4802,1,1,1,0.0866,0.4802,0.5527,1,1,1,1,1,0.01603465,0.872100472,0.032012824,1,1,1,1,1,0.03702921,0.730724573,0.074492931,1,1,1,1,1,0.061328344,0.869332194,0.745650072,0.745716099,0.746010638
-5724,1,0.1217,1,1,1,1,1,1,1,1,0.0534,0.1217,0.6167,1,0.183,1,1,1,1,1,1,0.0402,0.183,0.5258,1,0.4803,1,1,1,0.1504,0.4803,0.5778,1,1,1,1,1,0.035576083,0.866896272,0.00557136,1,1,1,1,1,0.048541509,0.683043897,0.003275655,1,1,1,1,1,0.13920635,0.889459431,0.768064282,0.76814047,0.768173759
-5725,1,0.1218,1,1,1,1,1,1,1,1,0.11,0.1218,0.5839,1,0.183,1,1,1,1,1,1,0.0652,0.183,0.517,1,0.4804,1,1,1,0.1776,0.4804,0.4994,1,1,1,1,1,0.081034996,0.817176521,0.016241623,1,1,1,1,1,0.081886619,0.687440634,0,1,1,1,1,1,0.247217014,0.87865448,0.791505558,0.791622594,0.791666667
-5726,1,0.1219,1,1,1,1,1,1,1,1,0.229,0.1219,0.5277,1,0.183,1,1,1,1,1,1,0.1467,0.183,0.3975,1,0.4804,1,1,1,0.1887,0.4804,0.4171,1,1,1,1,1,0.15650937,0.714610755,0.099394388,1,1,1,1,1,0.158374816,0.550215065,0.124826714,1,1,1,1,1,0.225906461,0.79292047,0.802984534,0.80304633,0.803191489
-5727,1,0.1219,1,1,1,1,1,1,1,1,0.2733,0.1219,0.3689,1,0.1831,1,1,1,1,1,1,0.1545,0.1831,0.2931,1,0.4805,1,1,1,0.2544,0.4805,0.2795,1,1,1,1,1,0.190783888,0.489120036,0.183335543,1,1,1,1,1,0.188504905,0.486476511,0.231283784,1,1,1,1,1,0.214890182,0.662245214,0.804555341,0.804738735,0.804964539
-5728,1,0.122,1,1,1,1,1,1,1,1,0.2986,0.122,0.2267,1,0.1831,1,1,1,1,1,1,0.298,0.1831,0.2451,1,0.4806,1,1,1,0.2675,0.4806,0.2243,1,1,1,1,1,0.247865006,0.39465335,0.204841152,1,1,1,1,1,0.340438157,0.400876343,0.129364669,1,1,1,1,1,0.253167123,0.438176036,0.802501208,0.802623228,0.802748227
-5729,1,0.1221,1,1,1,1,1,1,1,1,0.2386,0.1221,0.0926,1,0.1831,1,1,1,1,1,1,0.1546,0.1831,0.1156,1,0.4806,1,1,1,0.2717,0.4806,0.0802,1,1,1,1,1,0.197808176,0.227840513,0.17978394,1,1,1,1,1,0.193316564,0.257340282,0.096540838,1,1,1,1,1,0.299859047,0.184339985,0.792109715,0.792045695,0.792553191
-5730,1,0.1221,1,1,1,1,1,1,1,1,0.2253,0.1221,0,1,0.1832,1,1,1,1,1,1,0.1614,0.1832,0,1,0.4807,1,1,1,0.2043,0.4807,0,1,1,1,1,1,0.203825831,0,0.251478761,1,1,1,1,1,0.180007413,3.73E-05,0.322264135,1,1,1,1,1,0.33438915,0,0.772293378,0.772371483,0.772606383
-5731,1,0.1222,1,1,1,1,1,1,1,1,0.1486,0.1222,0,1,0.1832,1,1,1,1,1,1,0.0952,0.1832,0,1,0.4808,1,1,1,0.2305,0.4808,0,1,1,1,1,1,0.116570063,0,0.283518255,1,1,1,1,1,0.119644582,0,0.500217021,1,1,1,1,1,0.375640869,0,0.772957951,0.773006135,0.773049645
-5732,1,0.1222,1,1,1,1,1,1,1,1,0.1427,0.1222,0,1,0.1832,1,1,1,1,1,1,0.1221,0.1832,0,1,0.4809,1,1,1,0.1875,0.4809,0,1,1,1,1,1,0.126565337,0,0.252351671,1,1,1,1,1,0.132205382,0,0.686049581,1,1,1,1,1,0.287026376,0,0.7719913,0.771948382,0.772606383
-5733,1,0.1223,1,1,1,1,1,1,1,1,0.1729,0.1223,0,1,0.1833,1,1,1,1,1,1,0.1086,0.1833,0,1,0.4809,1,1,1,0.1221,0.4809,0,1,1,1,1,1,0.135809898,0,0.542803943,1,1,1,1,1,0.127677888,0,1,1,1,1,1,1,0.172299057,0,0.728189947,0.728157394,0.728280142
-5734,1,0.1224,1,1,1,1,1,1,1,1,0.1988,0.1224,0,1,0.1833,1,1,1,1,1,1,0.122,0.1833,0,1,0.481,1,1,1,0.1049,0.481,0,1,1,1,1,1,0.176866576,0,0.683026791,1,1,1,1,1,0.10455744,0,0.996502638,1,1,1,1,1,0.210822448,0,0.664209763,0.664269092,0.664450355
-5735,1,0.1224,1,1,1,1,1,1,1,1,0.236,0.1224,0,1,0.1833,1,1,1,1,1,1,0.1246,0.1833,0,1,0.4811,1,1,1,0.0801,0.4811,0,1,1,1,1,1,0.209413201,0,1,1,1,1,1,1,0.141320392,0,1,1,1,1,1,1,0.144431233,0,0.604639923,0.604823355,0.605053191
-5736,1,0.1225,1,1,1,1,1,1,1,1,0.1746,0.1225,0,1,0.1834,1,1,1,1,1,1,0.1222,0.1834,0,1,0.4811,1,1,1,0.0834,0.4811,0,1,1,1,1,1,0.164165467,0,0.986503303,1,1,1,1,1,0.151563048,0,1,1,1,1,1,1,0.174453706,0,0.56277187,0.562724773,0.562943262
-5737,1,0.1226,1,1,1,1,1,1,1,1,0.1905,0.1226,0,1,0.1834,1,1,1,1,1,1,0.1327,0.1834,0,1,0.4812,1,1,1,0.0633,0.4812,0,1,1,1,1,1,0.178822234,0,1,1,1,1,1,1,0.16529426,0,1,1,1,1,1,1,0.155132532,0,0.53618898,0.536069389,0.535904255
-5738,1,0.1226,1,1,1,1,1,1,1,1,0.1909,0.1226,0,1,0.1834,1,1,1,1,1,1,0.1364,0.1834,0,1,0.4813,1,1,1,0.0669,0.4813,0,1,1,1,1,1,0.158394828,0,0.997748196,1,1,1,1,1,0.147352844,0,1,1,1,1,1,1,0.150651425,0,0.52017883,0.520203089,0.520390071
-5739,1,0.1227,1,1,1,1,1,1,1,1,0.1767,0.1227,0,1,0.1835,1,1,1,1,1,1,0.3536,0.1835,0,1,0.4813,1,1,1,0.0522,0.4813,0,1,1,1,1,1,0.134901136,0,1,1,1,1,1,1,0.281905651,0,1,1,1,1,1,1,0.170663148,0,0.514137264,0.514068119,0.514184397
-5740,1,0.1227,1,1,1,1,1,1,1,1,0.156,0.1227,0,1,0.1835,1,1,1,1,1,1,0.2319,0.1835,0,1,0.4814,1,1,1,0.0527,0.4814,0,1,1,1,1,1,0.123067707,0,1,1,1,1,1,1,0.228465036,0,0.86152029,1,1,1,1,1,0.151669234,0,0.523260029,0.523376349,0.523492908
-5741,1,0.1228,1,1,1,1,1,1,1,1,0.1534,0.1228,0,1,0.1835,1,1,1,1,1,1,0.1372,0.1835,0,1,0.4815,1,1,1,0.0554,0.4815,0,1,1,1,1,1,0.122475088,0,0.846049547,1,1,1,1,1,0.169465825,0,0.902273297,1,1,1,1,1,0.16746214,0,0.56222813,0.562301671,0.5625
-5742,1,0.1229,1,1,1,1,1,1,1,1,0.1699,0.1229,0.0002,1,0.1836,1,1,1,1,1,1,0.0162,0.1836,0,1,0.4816,1,1,1,0.0673,0.4816,0.0001,1,1,1,1,1,0.153194398,2.66E-05,1,1,1,1,1,1,0.065055355,0,0.629745603,1,1,1,1,1,0.166635096,0,0.628987434,0.628940131,0.628989362
-5743,1,0.1229,1,1,1,1,1,1,1,1,0.092,0.1229,0.0537,1,0.1836,1,1,1,1,1,1,0.0334,0.1836,0.0396,1,0.4816,1,1,1,0.0649,0.4816,0.1254,1,1,1,1,1,0.069640003,0.04784485,0.964959502,1,1,1,1,1,0.051285323,0.05529156,0.528961778,1,1,1,1,1,0.174259558,0.087452725,0.685355244,0.685424159,0.68572695
-5744,1,0.123,1,1,1,1,1,1,1,1,0.0155,0.123,0.1556,1,0.1836,1,1,1,1,1,1,0.1328,0.1836,0.2281,1,0.4817,1,1,1,0.0489,0.4817,0.2358,1,1,1,1,1,0.028134618,0.339194,0.950296998,1,1,1,1,1,0.164819509,0.482563674,0.607061505,1,1,1,1,1,0.147603601,0.222435713,0.717798453,0.717791411,0.718085106
-5745,1,0.1231,1,1,1,1,1,1,1,1,0.0195,0.1231,0.4078,1,0.1837,1,1,1,1,1,1,0.1168,0.1837,0.4949,1,0.4818,1,1,1,0.0238,0.4818,0.3533,1,1,1,1,1,0.00929681,0.739439726,0.972001433,1,1,1,1,1,0.113920987,0.793044448,0.919608951,1,1,1,1,1,0.047371026,0.47478956,0.738279362,0.738311826,0.738475177
-5746,1,0.1231,1,1,1,1,1,1,1,1,0.021,0.1231,0.5457,1,0.1837,1,1,1,1,1,1,0.2055,0.1837,0.5769,1,0.4818,1,1,1,0.0569,0.4818,0.552,1,1,1,1,1,0.035153832,0.800383866,0.87953037,1,1,1,1,1,0.196173012,0.803658247,1,1,1,1,1,1,0.091251083,0.77082634,0.758458192,0.75862069,0.758865248
-5747,1,0.1232,1,1,1,1,1,1,1,1,0.0347,0.1232,0.5796,1,0.1837,1,1,1,1,1,1,0.4157,0.1837,0.5966,1,0.4819,1,1,1,0.0616,0.4819,0.5226,1,1,1,1,1,0.044026617,0.824077964,0.375897288,1,1,1,1,1,0.359944284,0.843770623,1,1,1,1,1,1,0.107658342,0.86916852,0.781839053,0.781891263,0.782358156
-5748,1,0.1232,1,1,1,1,1,1,1,1,0.0669,0.1232,0.5648,1,0.1838,1,1,1,1,1,1,0.2829,0.1838,0.6038,1,0.482,1,1,1,0.2545,0.482,0.479,1,1,1,1,1,0.084318109,0.811788023,0.987960696,1,1,1,1,1,0.261130184,0.884262443,0.989670277,1,1,1,1,1,0.508671939,0.849346161,0.801836636,0.801777026,0.801861702
-5749,1,0.1233,1,1,1,1,1,1,1,1,0.0675,0.1233,0.5826,1,0.1838,1,1,1,1,1,1,0.3266,0.1838,0.6289,1,0.482,1,1,1,0.4312,0.482,0.5253,1,1,1,1,1,0.124319561,0.849656463,0.849241138,1,1,1,1,1,0.259672493,0.901252627,0.634021282,1,1,1,1,1,0.687693954,0.803073704,0.824432093,0.824624498,0.824911348
-5750,1,0.1234,1,1,1,1,1,1,1,1,0.156,0.1234,0.5647,1,0.1838,1,1,1,1,1,1,0.3049,0.1838,0.6056,1,0.4821,1,1,1,0.4078,0.4821,0.4663,1,1,1,1,1,0.276160687,0.846075535,0.924361169,1,1,1,1,1,0.250586361,0.885165691,0.936077833,1,1,1,1,1,0.66422677,0.734544158,0.838871435,0.838798392,0.839095745
-5751,1,0.1234,1,1,1,1,1,1,1,1,0.1883,0.1234,0.4589,1,0.1839,1,1,1,1,1,1,0.3043,0.1839,0.4927,1,0.4822,1,1,1,0.3353,0.4822,0.4119,1,1,1,1,1,0.29478547,0.759437382,0.947076678,1,1,1,1,1,0.307288945,0.845339179,0.772963941,1,1,1,1,1,0.490700781,0.753963947,0.843765104,0.843664058,0.843971631
-5752,1,0.1235,1,1,1,1,1,1,1,1,0.1583,0.1235,0.296,1,0.1839,1,1,1,1,1,1,0.4328,0.1839,0.3474,1,0.4823,1,1,1,0.5078,0.4823,0.2803,1,1,1,1,1,0.273806512,0.645446777,0.975165904,1,1,1,1,1,0.369453907,0.752509892,0.599759459,1,1,1,1,1,0.753350973,0.673553348,0.845335911,0.845356463,0.845744681
-5753,1,0.1236,1,1,1,1,1,1,1,1,0.2031,0.1236,0.1132,1,0.1839,1,1,1,1,1,1,0.3278,0.1839,0.1674,1,0.4823,1,1,1,0.4689,0.4823,0.105,1,1,1,1,1,0.288765281,0.433288157,0.955464125,1,1,1,1,1,0.352108896,0.536226213,0.310465187,1,1,1,1,1,0.684581757,0.430246055,0.833494442,0.833509626,0.833776596
-5754,1,0.1236,1,1,1,1,1,1,1,1,0.104,0.1236,0.0017,1,0.184,1,1,1,1,1,1,0.1392,0.184,0.0164,1,0.4824,1,1,1,0.3706,0.4824,0.005,1,1,1,1,1,0.167283446,0.064425267,0.949373245,1,1,1,1,1,0.157442689,0.173546702,0.345431149,1,1,1,1,1,0.587600887,0.029558541,0.800930401,0.800930823,0.80141844
-5755,1,0.1237,1,1,1,1,1,1,1,1,0.0354,0.1237,0,1,0.184,1,1,1,1,1,1,0.1033,0.184,0,1,0.4825,1,1,1,0.2856,0.4825,0,1,1,1,1,1,0.056860134,0,0.976391554,1,1,1,1,1,0.142675191,0,0.38639766,1,1,1,1,1,0.484171957,0,0.786913968,0.786968479,0.78679078
-5756,1,0.1237,1,1,1,1,1,1,1,1,0.0442,0.1237,0,1,0.184,1,1,1,1,1,1,0.1866,0.184,0,1,0.4825,1,1,1,0.2743,0.4825,0,1,1,1,1,1,0.069475166,0,0.67337966,1,1,1,1,1,0.276150912,0,0.329670966,1,1,1,1,1,0.496699899,0,0.776703722,0.776602496,0.777039007
-5757,1,0.1238,1,1,1,1,1,1,1,1,0.134,0.1238,0,1,0.1841,1,1,1,1,1,1,0.2162,0.1841,0,1,0.4826,1,1,1,0.2118,0.4826,0,1,1,1,1,1,0.180867314,0,0.569553375,1,1,1,1,1,0.248181522,0,0.205097392,1,1,1,1,1,0.365109891,0,0.719610923,0.719695367,0.719858156
-5758,1,0.1239,1,1,1,1,1,1,1,1,0.1865,0.1239,0,1,0.1841,1,1,1,1,1,1,0.1147,0.1841,0,1,0.4827,1,1,1,0.1751,0.4827,0,1,1,1,1,1,0.228606984,0,0.244773045,1,1,1,1,1,0.188784719,0,0.184567541,1,1,1,1,1,0.32668066,0,0.643487192,0.643537127,0.643617021
-5759,1,0.1239,1,1,1,1,1,1,1,1,0.2209,0.1239,0,1,0.1841,1,1,1,1,1,1,0.0967,0.1841,0,1,0.4827,1,1,1,0.1885,0.4827,0,1,1,1,1,1,0.223603114,0,0.233351246,1,1,1,1,1,0.189139664,0,0.165737182,1,1,1,1,1,0.309691608,0,0.573888352,0.573725407,0.574024823
-5760,1,0.124,1,1,1,1,1,1,1,1,0.2678,0.124,0,1,0.1842,1,1,1,1,1,1,0.1132,0.1842,0,1,0.4828,1,1,1,0.1893,0.4828,0,1,1,1,1,1,0.214826763,0,0.266694278,1,1,1,1,1,0.237771243,0,0.36252436,1,1,1,1,1,0.307023942,0,0.519695505,0.519779987,0.519946809
-5761,1,0.124,1,1,1,1,1,1,1,1,0.2033,0.124,0,1,0.1842,1,1,1,1,1,1,0.118,0.1842,0,1,0.4829,1,1,1,0.2101,0.4829,0,1,1,1,1,1,0.193781495,0,0.27376917,1,1,1,1,1,0.219146624,0,0.357588232,1,1,1,1,1,0.328826964,0,0.486587724,0.486778083,0.486702128
-5762,1,0.1241,1,1,1,1,1,1,1,1,0.1921,0.1241,0,1,0.1842,1,1,1,1,1,1,0.1665,0.1842,0,1,0.4829,1,1,1,0.2687,0.4829,0,1,1,1,1,1,0.165869534,0,0.370090365,1,1,1,1,1,0.30956623,0,0.808336139,1,1,1,1,1,0.420271516,0,0.463690188,0.463719061,0.463652482
-5763,1,0.1242,1,1,1,1,1,1,1,1,0.1784,0.1242,0,1,0.1843,1,1,1,1,1,1,0.1183,0.1843,0,1,0.483,1,1,1,0.2949,0.483,0,1,1,1,1,1,0.178872824,0,0.485860825,1,1,1,1,1,0.225271896,0,0.928883612,1,1,1,1,1,0.543154597,0,0.451486225,0.451449122,0.451241135
-5764,1,0.1242,1,1,1,1,1,1,1,1,0.1499,0.1242,0,1,0.1843,1,1,1,1,1,1,0.1712,0.1843,0,1,0.4831,1,1,1,0.2772,0.4831,0,1,1,1,1,1,0.215282381,0,0.788577139,1,1,1,1,1,0.267255902,0,0.87096262,1,1,1,1,1,0.571911931,0,0.452754954,0.452718426,0.453014184
-5765,1,0.1243,1,1,1,1,1,1,1,1,0.1598,0.1243,0,1,0.1843,1,1,1,1,1,1,0.1172,0.1843,0,1,0.4832,1,1,1,0.3078,0.4832,0,1,1,1,1,1,0.233080029,0,0.605597973,1,1,1,1,1,0.200633734,0,0.66393882,1,1,1,1,1,0.621067166,0,0.483144031,0.483181722,0.483156028
-5766,1,0.1244,1,1,1,1,1,1,1,1,0.1742,0.1244,0.0562,1,0.1844,1,1,1,1,1,1,0.0908,0.1844,0.0783,1,0.4832,1,1,1,0.3831,0.4832,0.0488,1,1,1,1,1,0.265772343,0.441045463,0.358519107,1,1,1,1,1,0.180241242,0.396090627,0.32617563,1,1,1,1,1,0.665651143,0.512394845,0.534074432,0.534165433,0.534131206
-5767,1,0.1244,1,1,1,1,1,1,1,1,0.1153,0.1244,0.2369,1,0.1844,1,1,1,1,1,1,0.0468,0.1844,0.2568,1,0.4833,1,1,1,0.2542,0.4833,0.2334,1,1,1,1,1,0.143567294,0.750171304,0.171082303,1,1,1,1,1,0.077399001,0.705866516,0.252537698,1,1,1,1,1,0.474242449,0.803616643,0.584038183,0.58409139,0.584219858
-5768,1,0.1245,1,1,1,1,1,1,1,1,0.1279,0.1245,0.4272,1,0.1844,1,1,1,1,1,1,0.0258,0.1844,0.4425,1,0.4834,1,1,1,0.4376,0.4834,0.4268,1,1,1,1,1,0.176864833,0.909331083,0.242983103,1,1,1,1,1,0.044891283,0.88754046,0.333572537,1,1,1,1,1,0.708138108,0.931028247,0.615152247,0.615189338,0.615248227
-5769,1,0.1245,1,1,1,1,1,1,1,1,0.1071,0.1245,0.5764,1,0.1845,1,1,1,1,1,1,0.0596,0.1845,0.5816,1,0.4834,1,1,1,0.3151,0.4834,0.5767,1,1,1,1,1,0.121808134,0.958057106,0.110597998,1,1,1,1,1,0.079402782,0.944194734,0.184418082,1,1,1,1,1,0.536000431,0.960220039,0.637566457,0.637613708,0.637411348
-5770,1,0.1246,1,1,1,1,1,1,1,1,0.0785,0.1246,0.6919,1,0.1845,1,1,1,1,1,1,0.0978,0.1845,0.6913,1,0.4835,1,1,1,0.2937,0.4835,0.674,1,1,1,1,1,0.096675709,0.978361368,0.113196716,1,1,1,1,1,0.130156338,0.974451423,0.157589287,1,1,1,1,1,0.513480306,0.970426202,0.656295312,0.656230167,0.656471631
-5771,1,0.1247,1,1,1,1,1,1,1,1,0.069,0.1247,0.7017,1,0.1845,1,1,1,1,1,1,0.1602,0.1845,0.7087,1,0.4836,1,1,1,0.2333,0.4836,0.6543,1,1,1,1,1,0.098432928,0.989219487,0.142650619,1,1,1,1,1,0.175290614,0.992981672,0.118831947,1,1,1,1,1,0.453732222,0.970163226,0.667774287,0.667653903,0.667996454
-5772,1,0.1247,1,1,1,1,1,1,1,1,0.0514,0.1247,0.7014,1,0.1846,1,1,1,1,1,1,0.2126,0.1846,0.7102,1,0.4836,1,1,1,0.251,0.4836,0.6809,1,1,1,1,1,0.081957869,0.988956034,0.189688146,1,1,1,1,1,0.196308672,0.995489001,0.199331164,1,1,1,1,1,0.475252539,0.966912866,0.675507492,0.675692828,0.675531915
-5773,1,0.1248,1,1,1,1,1,1,1,1,0.043,0.1248,0.6955,1,0.1846,1,1,1,1,1,1,0.0848,0.1846,0.7041,1,0.4837,1,1,1,0.2964,0.4837,0.6753,1,1,1,1,1,0.056759208,0.977890491,0.143503189,1,1,1,1,1,0.101449579,0.987653673,0.232896894,1,1,1,1,1,0.455219954,0.945483327,0.685596907,0.68563571,0.68572695
-5774,1,0.1249,1,1,1,1,1,1,1,1,0.0231,0.1249,0.5924,1,0.1846,1,1,1,1,1,1,0.0327,0.1846,0.6099,1,0.4838,1,1,1,0.3091,0.4838,0.5749,1,1,1,1,1,0.037371259,0.875748754,0.230557531,1,1,1,1,1,0.032593101,0.894334376,0.410077751,1,1,1,1,1,0.434733331,0.874469399,0.691638473,0.691770679,0.691932624
-5775,1,0.1249,1,1,1,1,1,1,1,1,0.0618,0.1249,0.5104,1,0.1847,1,1,1,1,1,1,0.0676,0.1847,0.5445,1,0.4839,1,1,1,0.2429,0.4839,0.4461,1,1,1,1,1,0.073349863,0.92707926,0.056146428,1,1,1,1,1,0.084248468,0.942246914,0.129509941,1,1,1,1,1,0.44584012,0.891105175,0.695565491,0.695790142,0.695921986
-5776,1,0.125,1,1,1,1,1,1,1,1,0.0663,0.125,0.3425,1,0.1847,1,1,1,1,1,1,0.1433,0.1847,0.3924,1,0.4839,1,1,1,0.2887,0.4839,0.2943,1,1,1,1,1,0.076403998,0.837580502,0.078728706,1,1,1,1,1,0.133632988,0.865037978,0.105343461,1,1,1,1,1,0.505010784,0.784285963,0.700096665,0.700021155,0.70035461
-5777,1,0.125,1,1,1,1,1,1,1,1,0.0463,0.125,0.1381,1,0.1847,1,1,1,1,1,1,0.1879,0.1847,0.1937,1,0.484,1,1,1,0.3343,0.484,0.1101,1,1,1,1,1,0.075018428,0.618017554,0.085775428,1,1,1,1,1,0.154994011,0.659807503,0.118374355,1,1,1,1,1,0.562612891,0.558737993,0.696592557,0.696636344,0.696808511
-5778,1,0.1251,1,1,1,1,1,1,1,1,0.0326,0.1251,0.0155,1,0.1848,1,1,1,1,1,1,0.2283,0.1848,0.0447,1,0.4841,1,1,1,0.2367,0.4841,0.004,1,1,1,1,1,0.096881829,0.242804796,0.053387687,1,1,1,1,1,0.228159651,0.302677721,0.094410218,1,1,1,1,1,0.496100038,0.085850425,0.677078299,0.677173683,0.677304965
-5779,1,0.1252,1,1,1,1,1,1,1,1,0.0325,0.1252,0,1,0.1848,1,1,1,1,1,1,0.1366,0.1848,0,1,0.4841,1,1,1,0.2362,0.4841,0,1,1,1,1,1,0.085103437,0,0.029359622,1,1,1,1,1,0.158267453,0,0.083907858,1,1,1,1,1,0.535124123,0,0.670492992,0.670615612,0.670656028
-5780,1,0.1252,1,1,1,1,1,1,1,1,0.0568,0.1252,0,1,0.1848,1,1,1,1,1,1,0.0941,0.1848,0,1,0.4842,1,1,1,0.3153,0.4842,0,1,1,1,1,1,0.15183188,0,0.030048266,1,1,1,1,1,0.121272348,0,0.09887749,1,1,1,1,1,0.706429124,0,0.666505558,0.66659615,0.666666667
-5781,1,0.1253,1,1,1,1,1,1,1,1,0.112,0.1253,0,1,0.1849,1,1,1,1,1,1,0.0486,0.1849,0,1,0.4843,1,1,1,0.3693,0.4843,0,1,1,1,1,1,0.229738995,0,0.000459425,1,1,1,1,1,0.06255959,0,0.049781419,1,1,1,1,1,0.749380529,0,0.618716771,0.618574149,0.618794326
-5782,1,0.1254,1,1,1,1,1,1,1,1,0.1082,0.1254,0,1,0.1849,1,1,1,1,1,1,0.0699,0.1849,0,1,0.4843,1,1,1,0.4083,0.4843,0,1,1,1,1,1,0.233980969,0,0,1,1,1,1,1,0.092167415,0,0.019033771,1,1,1,1,1,0.7826823,0,0.5540116,0.554051195,0.554078014
-5783,1,0.1254,1,1,1,1,1,1,1,1,0.1284,0.1254,0,1,0.1849,1,1,1,1,1,1,0.1688,0.1849,0,1,0.4844,1,1,1,0.3395,0.4844,0,1,1,1,1,1,0.27869767,0,0.006296944,1,1,1,1,1,0.197964802,0,0,1,1,1,1,1,0.731074154,0,0.494139681,0.494182357,0.494237589
-5784,1,0.1255,1,1,1,1,1,1,1,1,0.1332,0.1255,0,1,0.185,1,1,1,1,1,1,0.393,0.185,0,1,0.4845,1,1,1,0.3465,0.4845,0,1,1,1,1,1,0.282238424,0,0.000623423,1,1,1,1,1,0.444128543,0,0,1,1,1,1,1,0.752147138,0,0.453902852,0.45398773,0.453900709
-5785,1,0.1255,1,1,1,1,1,1,1,1,0.0958,0.1255,0,1,0.185,1,1,1,1,1,1,0.189,0.185,0,1,0.4846,1,1,1,0.3181,0.4846,0,1,1,1,1,1,0.197559252,0,0.001751235,1,1,1,1,1,0.26221478,0,0,1,1,1,1,1,0.662011981,0,0.429313678,0.429236302,0.429521277
-5786,1,0.1256,1,1,1,1,1,1,1,1,0.0958,0.1256,0,1,0.185,1,1,1,1,1,1,0.1827,0.185,0,1,0.4846,1,1,1,0.2446,0.4846,0,1,1,1,1,1,0.199762285,0,0.020734388,1,1,1,1,1,0.21877861,0,0,1,1,1,1,1,0.621006012,0,0.414632673,0.414639306,0.414450355
-5787,1,0.1257,1,1,1,1,1,1,1,1,0.0945,0.1257,0,1,0.1851,1,1,1,1,1,1,0.0827,0.1851,0,1,0.4847,1,1,1,0.2933,0.4847,0,1,1,1,1,1,0.193153024,0,0.046519533,1,1,1,1,1,0.093465023,0,0,1,1,1,1,1,0.689736068,0,0.408832769,0.408927438,0.409131206
-5788,1,0.1257,1,1,1,1,1,1,1,1,0.1364,0.1257,0,1,0.1851,1,1,1,1,1,1,0.0619,0.1851,0,1,0.4848,1,1,1,0.403,0.4848,0,1,1,1,1,1,0.294023216,0,0.027970884,1,1,1,1,1,0.066550806,0,0.028420944,1,1,1,1,1,0.769024253,0,0.415659739,0.415697059,0.415780142
-5789,1,0.1258,1,1,1,1,1,1,1,1,0.1308,0.1258,0,1,0.1851,1,1,1,1,1,1,0.0546,0.1851,0,1,0.4848,1,1,1,0.3031,0.4848,0,1,1,1,1,1,0.264378935,0,0.011817568,1,1,1,1,1,0.047747429,0,0.031520944,1,1,1,1,1,0.639237702,0,0.449009183,0.448910514,0.449024823
-5790,1,0.1259,1,1,1,1,1,1,1,1,0.116,0.1259,0.0554,1,0.1852,1,1,1,1,1,1,0.0472,0.1852,0.0802,1,0.4849,1,1,1,0.2825,0.4849,0.047,1,1,1,1,1,0.242737487,0.418735892,0.006558985,1,1,1,1,1,0.048296459,0.420220077,0.0151322,1,1,1,1,1,0.603634059,0.472779155,0.504652006,0.50475989,0.504875887
-5791,1,0.1259,1,1,1,1,1,1,1,1,0.0719,0.1259,0.2364,1,0.1852,1,1,1,1,1,1,0.0777,0.1852,0.262,1,0.485,1,1,1,0.1791,0.485,0.2265,1,1,1,1,1,0.088553861,0.735608995,0.027313208,1,1,1,1,1,0.064074807,0.731072605,0.006457592,1,1,1,1,1,0.452424884,0.762967527,0.55679072,0.556801354,0.556737589
-5792,1,0.126,1,1,1,1,1,1,1,1,0.023,0.126,0.4235,1,0.1852,1,1,1,1,1,1,0.0057,0.1852,0.4454,1,0.485,1,1,1,0.1887,0.485,0.4094,1,1,1,1,1,0.035021316,0.891894758,0.010090311,1,1,1,1,1,0.014267531,0.900593758,0,1,1,1,1,1,0.486248076,0.895454288,0.594188014,0.594245822,0.594414894
-5793,1,0.126,1,1,1,1,1,1,1,1,0.0167,0.126,0.5672,1,0.1853,1,1,1,1,1,1,0.0048,0.1853,0.5778,1,0.4851,1,1,1,0.2004,0.4851,0.5524,1,1,1,1,1,0.023114605,0.937201977,0,1,1,1,1,1,0.009704316,0.942331553,0,1,1,1,1,1,0.404505402,0.93252784,0.624697922,0.624709118,0.624556738
-5794,1,0.1261,1,1,1,1,1,1,1,1,0.0409,0.1261,0.6759,1,0.1853,1,1,1,1,1,1,0.0784,0.1853,0.6775,1,0.4852,1,1,1,0.2609,0.4852,0.5923,1,1,1,1,1,0.047378093,0.954770148,0.018575046,1,1,1,1,1,0.058752153,0.959044695,0.019972252,1,1,1,1,1,0.542806029,0.926738441,0.651643306,0.651576052,0.652039007
-5795,1,0.1262,1,1,1,1,1,1,1,1,0.0795,0.1262,0.6838,1,0.1854,1,1,1,1,1,1,0.0768,0.1854,0.6873,1,0.4852,1,1,1,0.2577,0.4852,0.5458,1,1,1,1,1,0.066991225,0.960278869,0.070958942,1,1,1,1,1,0.06241199,0.966905355,0.042317547,1,1,1,1,1,0.491435349,0.946969867,0.668861769,0.668923207,0.668882979
-5796,1,0.1262,1,1,1,1,1,1,1,1,0.134,0.1262,0.687,1,0.1854,1,1,1,1,1,1,0.1056,0.1854,0.6901,1,0.4853,1,1,1,0.3079,0.4853,0.6301,1,1,1,1,1,0.082901463,0.962179303,0.098984256,1,1,1,1,1,0.089452371,0.970299721,0.019081153,1,1,1,1,1,0.514415503,0.923734188,0.680159497,0.680135392,0.680407801
-5797,1,0.1263,1,1,1,1,1,1,1,1,0.2022,0.1263,0.6784,1,0.1854,1,1,1,1,1,1,0.1024,0.1854,0.6828,1,0.4854,1,1,1,0.3341,0.4854,0.6695,1,1,1,1,1,0.149291605,0.952852309,0.118009038,1,1,1,1,1,0.091645874,0.959844649,0.027878536,1,1,1,1,1,0.566158533,0.93759346,0.69502175,0.694943939,0.695035461
-5798,1,0.1264,1,1,1,1,1,1,1,1,0.2475,0.1264,0.6267,1,0.1855,1,1,1,1,1,1,0.0624,0.1855,0.6398,1,0.4855,1,1,1,0.3357,0.4855,0.6056,1,1,1,1,1,0.177952528,0.934791744,0.202960521,1,1,1,1,1,0.059159499,0.939003706,0.071754456,1,1,1,1,1,0.57734108,0.920724511,0.703298695,0.703405966,0.703457447
-5799,1,0.1264,1,1,1,1,1,1,1,1,0.3175,0.1264,0.4981,1,0.1855,1,1,1,1,1,1,0.1918,0.1855,0.5272,1,0.4855,1,1,1,0.3531,0.4855,0.4705,1,1,1,1,1,0.242221057,0.902359724,0.459537417,1,1,1,1,1,0.177298352,0.908832133,0.313448697,1,1,1,1,1,0.610574126,0.879464626,0.708856936,0.708906283,0.708776596
-5800,1,0.1265,1,1,1,1,1,1,1,1,0.3643,0.1265,0.3325,1,0.1855,1,1,1,1,1,1,0.3515,0.1855,0.3737,1,0.4856,1,1,1,0.297,0.4856,0.303,1,1,1,1,1,0.285187602,0.805775523,0.519410133,1,1,1,1,1,0.289565653,0.810812473,0.428523839,1,1,1,1,1,0.595015526,0.784121871,0.713025616,0.713137296,0.71320922
-5801,1,0.1265,1,1,1,1,1,1,1,1,0.326,0.1265,0.1329,1,0.1856,1,1,1,1,1,1,0.261,0.1856,0.18,1,0.4857,1,1,1,0.2111,0.4857,0.1074,1,1,1,1,1,0.269888759,0.585659802,0.605742812,1,1,1,1,1,0.243777737,0.601198912,0.472697139,1,1,1,1,1,0.494723886,0.547017992,0.705473659,0.705521472,0.705673759
-5802,1,0.1266,1,1,1,1,1,1,1,1,0.2597,0.1266,0.0123,1,0.1856,1,1,1,1,1,1,0.1861,0.1856,0.0342,1,0.4857,1,1,1,0.2524,0.4857,0.0047,1,1,1,1,1,0.220172793,0.203802034,0.602513194,1,1,1,1,1,0.177593291,0.244279727,0.543678761,1,1,1,1,1,0.586984038,0.057884704,0.684751087,0.684577956,0.684840426
-5803,1,0.1267,1,1,1,1,1,1,1,1,0.2631,0.1267,0,1,0.1856,1,1,1,1,1,1,0.1742,0.1856,0,1,0.4858,1,1,1,0.3062,0.4858,0,1,1,1,1,1,0.25705719,0,0.713833332,1,1,1,1,1,0.218061805,0,0.596794248,1,1,1,1,1,0.610188365,0,0.685657322,0.68563571,0.68572695
-5804,1,0.1267,1,1,1,1,1,1,1,1,0.3215,0.1267,0,1,0.1857,1,1,1,1,1,1,0.332,0.1857,0,1,0.4859,1,1,1,0.3374,0.4859,0,1,1,1,1,1,0.361790717,0,0.503773749,1,1,1,1,1,0.401039809,0,0.627555013,1,1,1,1,1,0.710289776,0,0.684630256,0.684577956,0.684840426
-5805,1,0.1268,1,1,1,1,1,1,1,1,0.2593,0.1268,0,1,0.1857,1,1,1,1,1,1,0.2298,0.1857,0,1,0.4859,1,1,1,0.3305,0.4859,0,1,1,1,1,1,0.236333981,0,0.585101128,1,1,1,1,1,0.241170898,0,0.683596373,1,1,1,1,1,0.707097054,0,0.639862252,0.639729215,0.640070922
-5806,1,0.1269,1,1,1,1,1,1,1,1,0.2367,0.1269,0,1,0.1857,1,1,1,1,1,1,0.2086,0.1857,0,1,0.486,1,1,1,0.2634,0.486,0,1,1,1,1,1,0.25135231,0,0.552961826,1,1,1,1,1,0.250890583,0,0.879821241,1,1,1,1,1,0.637159884,0,0.577573707,0.57774487,0.578014184
-5807,1,0.1269,1,1,1,1,1,1,1,1,0.3872,0.1269,0,1,0.1858,1,1,1,1,1,1,0.5176,0.1858,0,1,0.4861,1,1,1,0.3105,0.4861,0,1,1,1,1,1,0.443059355,0,0.834468842,1,1,1,1,1,0.511810243,0,1,1,1,1,1,1,0.707965672,0,0.521507975,0.521472393,0.521276596
-5808,1,0.127,1,1,1,1,1,1,1,1,0.4568,0.127,0,1,0.1858,1,1,1,1,1,1,0.5806,0.1858,0,1,0.4862,1,1,1,0.3738,0.4862,0,1,1,1,1,1,0.477336526,0,0.791924596,1,1,1,1,1,0.631520689,0,1,1,1,1,1,1,0.779435515,0,0.479760754,0.479796911,0.479609929
-5809,1,0.127,1,1,1,1,1,1,1,1,0.6185,0.127,0,1,0.1858,1,1,1,1,1,1,0.5201,0.1858,0,1,0.4862,1,1,1,0.4309,0.4862,0,1,1,1,1,1,0.567300498,0,0.95417583,1,1,1,1,1,0.520169795,0,0.885748446,1,1,1,1,1,0.830234468,0,0.452090382,0.452083774,0.45212766
-5810,1,0.1271,1,1,1,1,1,1,1,1,0.5486,0.1271,0,1,0.1859,1,1,1,1,1,1,0.4336,0.1859,0,1,0.4863,1,1,1,0.459,0.4863,0,1,1,1,1,1,0.520795286,0,1,1,1,1,1,1,0.4535034,0,0.847774148,1,1,1,1,1,0.821935594,0,0.436442726,0.436429025,0.436613475
-5811,1,0.1272,1,1,1,1,1,1,1,1,0.4337,0.1272,0,1,0.1859,1,1,1,1,1,1,0.4027,0.1859,0,1,0.4864,1,1,1,0.4673,0.4864,0,1,1,1,1,1,0.411304235,0,1,1,1,1,1,1,0.404305279,0,0.958861351,1,1,1,1,1,0.824754715,0,0.429555341,0.429659403,0.429521277
-5812,1,0.1272,1,1,1,1,1,1,1,1,0.497,0.1272,0,1,0.1859,1,1,1,1,1,1,0.2179,0.1859,0,1,0.4864,1,1,1,0.5027,0.4864,0,1,1,1,1,1,0.47659573,0,1,1,1,1,1,1,0.234835476,0,1,1,1,1,1,1,0.843263805,0,0.435778154,0.435794373,0.43572695
-5813,1,0.1273,1,1,1,1,1,1,1,1,0.3454,0.1273,0,1,0.186,1,1,1,1,1,1,0.2245,0.186,0,1,0.4865,1,1,1,0.4342,0.4865,0,1,1,1,1,1,0.367792428,0,0.97381115,1,1,1,1,1,0.2233316,0,0.92648536,1,1,1,1,1,0.834951878,0,0.46840261,0.468373175,0.468085106
-5814,1,0.1274,1,1,1,1,1,1,1,1,0.3667,0.1274,0.0582,1,0.186,1,1,1,1,1,1,0.1702,0.186,0.0846,1,0.4866,1,1,1,0.421,0.4866,0.0408,1,1,1,1,1,0.390259892,0.414956748,0.959161878,1,1,1,1,1,0.1729462,0.428994745,0.96350348,1,1,1,1,1,0.833034217,0.264544934,0.519695505,0.519779987,0.519503546
-5815,1,0.1274,1,1,1,1,1,1,1,1,0.346,0.1274,0.2334,1,0.186,1,1,1,1,1,1,0.2878,0.186,0.2622,1,0.4866,1,1,1,0.2592,0.4866,0.1386,1,1,1,1,1,0.321919501,0.717256486,1,1,1,1,1,1,0.338504255,0.729586065,1,1,1,1,1,1,0.648052216,0.502661765,0.573586274,0.573725407,0.574024823
-5816,1,0.1275,1,1,1,1,1,1,1,1,0.2084,0.1275,0.4143,1,0.1861,1,1,1,1,1,1,0.1067,0.1861,0.4435,1,0.4867,1,1,1,0.216,0.4867,0.2404,1,1,1,1,1,0.178126782,0.856475174,0.940341711,1,1,1,1,1,0.108240604,0.894046783,0.723870695,1,1,1,1,1,0.56944263,0.389086455,0.61901885,0.61899725,0.619237589
-5817,1,0.1275,1,1,1,1,1,1,1,1,0.2693,0.1275,0.5574,1,0.1861,1,1,1,1,1,1,0.0987,0.1861,0.5748,1,0.4868,1,1,1,0.2266,0.4868,0.2983,1,1,1,1,1,0.257032216,0.890701532,0.998074293,1,1,1,1,1,0.111451939,0.94059819,0.680817366,1,1,1,1,1,0.530406594,0.427392691,0.657201547,0.65728792,0.657358156
-5818,1,0.1276,1,1,1,1,1,1,1,1,0.2074,0.1276,0.6628,1,0.1861,1,1,1,1,1,1,0.0771,0.1861,0.6703,1,0.4868,1,1,1,0.1576,0.4868,0.3416,1,1,1,1,1,0.14873834,0.927466273,0.95151329,1,1,1,1,1,0.074584328,0.950557768,0.350674331,1,1,1,1,1,0.419693768,0.53620863,0.691215563,0.691347578,0.691489362
-5819,1,0.1277,1,1,1,1,1,1,1,1,0.2108,0.1277,0.6741,1,0.1862,1,1,1,1,1,1,0.077,0.1862,0.6868,1,0.4869,1,1,1,0.1724,0.4869,0.3241,1,1,1,1,1,0.161760658,0.93466711,0.993314207,1,1,1,1,1,0.081889629,0.964359879,0.704331636,1,1,1,1,1,0.370395452,0.487165034,0.719550507,0.719695367,0.719414894
-5820,1,0.1277,1,1,1,1,1,1,1,1,0.3352,0.1277,0.6745,1,0.1862,1,1,1,1,1,1,0.099,0.1862,0.686,1,0.487,1,1,1,0.135,0.487,0.3923,1,1,1,1,1,0.247059822,0.946414709,1,1,1,1,1,1,0.108747959,0.962597787,1,1,1,1,1,1,0.281290859,0.46277079,0.739668922,0.73958113,0.739804965
-5821,1,0.1278,1,1,1,1,1,1,1,1,0.3501,0.1278,0.6601,1,0.1862,1,1,1,1,1,1,0.1574,0.1862,0.6794,1,0.4871,1,1,1,0.1446,0.4871,0.3723,1,1,1,1,1,0.302212059,0.893927276,1,1,1,1,1,1,0.159056902,0.955436528,1,1,1,1,1,1,0.260504633,0.460616291,0.763472692,0.763697906,0.763741135
-5822,1,0.1279,1,1,1,1,1,1,1,1,0.4422,0.1279,0.5938,1,0.1863,1,1,1,1,1,1,0.2529,0.1863,0.6319,1,0.4871,1,1,1,0.2725,0.4871,0.3436,1,1,1,1,1,0.43393144,0.803618789,1,1,1,1,1,1,0.270570189,0.932358205,1,1,1,1,1,1,0.356814563,0.534720659,0.776884969,0.777025598,0.777039007
-5823,1,0.1279,1,1,1,1,1,1,1,1,0.4788,0.1279,0.46,1,0.1863,1,1,1,1,1,1,0.3156,0.1863,0.5119,1,0.4872,1,1,1,0.2051,0.4872,0.2386,1,1,1,1,1,0.360313267,0.823121667,1,1,1,1,1,1,0.312576324,0.880510628,1,1,1,1,1,1,0.279514164,0.548243403,0.784195263,0.78421832,0.784574468
-5824,1,0.128,1,1,1,1,1,1,1,1,0.4465,0.128,0.3106,1,0.1863,1,1,1,1,1,1,0.3072,0.1863,0.3577,1,0.4873,1,1,1,0.2684,0.4873,0.0739,1,1,1,1,1,0.308559656,0.727865875,1,1,1,1,1,1,0.31350857,0.776824713,1,1,1,1,1,1,0.466559023,0.386192352,0.785645239,0.785699175,0.785904255
-5825,1,0.128,1,1,1,1,1,1,1,1,0.3456,0.128,0.12,1,0.1864,1,1,1,1,1,1,0.2802,0.1864,0.1667,1,0.4873,1,1,1,0.2964,0.4873,0,1,1,1,1,1,0.265663922,0.485620767,1,1,1,1,1,1,0.28001827,0.546009243,1,1,1,1,1,1,0.466050863,0.102782942,0.778637023,0.778718003,0.778812057
-5826,1,0.1281,1,1,1,1,1,1,1,1,0.287,0.1281,0.0001,1,0.1864,1,1,1,1,1,1,0.3162,0.1864,0.014,1,0.4874,1,1,1,0.3323,0.4874,0,1,1,1,1,1,0.311314613,0.014095958,1,1,1,1,1,1,0.390188932,0.152569488,1,1,1,1,1,1,0.530742764,0,0.754229096,0.754389676,0.754432624
-5827,1,0.1282,1,1,1,1,1,1,1,1,0.2906,0.1282,0,1,0.1864,1,1,1,1,1,1,0.2871,0.1864,0,1,0.4875,1,1,1,0.2452,0.4875,0,1,1,1,1,1,0.311891615,0,1,1,1,1,1,1,0.329556823,0,1,1,1,1,1,1,0.416915685,0,0.744925085,0.744869896,0.745124113
-5828,1,0.1282,1,1,1,1,1,1,1,1,0.3753,0.1282,0,1,0.1865,1,1,1,1,1,1,0.3833,0.1865,0,1,0.4875,1,1,1,0.2339,0.4875,0,1,1,1,1,1,0.403927028,0,1,1,1,1,1,1,0.4419204,0,1,1,1,1,1,1,0.474446237,0,0.738943934,0.738946478,0.73891844
-5829,1,0.1283,1,1,1,1,1,1,1,1,0.2284,0.1283,0,1,0.1865,1,1,1,1,1,1,0.4596,0.1865,0,1,0.4876,1,1,1,0.2934,0.4876,0,1,1,1,1,1,0.273618221,0,0.998898506,1,1,1,1,1,0.495102704,0,1,1,1,1,1,1,0.573190868,0,0.699130014,0.699174952,0.699468085
-5830,1,0.1284,1,1,1,1,1,1,1,1,0.2214,0.1284,0,1,0.1865,1,1,1,1,1,1,0.4081,0.1865,0,1,0.4877,1,1,1,0.4582,0.4877,0,1,1,1,1,1,0.235664144,0,0.996218503,1,1,1,1,1,0.460898578,0,1,1,1,1,1,1,0.700054407,0,0.645239246,0.645229532,0.645390071
-5831,1,0.1284,1,1,1,1,1,1,1,1,0.1968,0.1284,0,1,0.1866,1,1,1,1,1,1,0.0887,0.1866,0,1,0.4878,1,1,1,0.3271,0.4878,0,1,1,1,1,1,0.176274657,0,1,1,1,1,1,1,0.195326582,0,0.914475441,1,1,1,1,1,0.514630795,0,0.586213146,0.586206897,0.58643617
-5832,1,0.1285,1,1,1,1,1,1,1,1,0.2849,0.1285,0,1,0.1866,1,1,1,1,1,1,0.0568,0.1866,0,1,0.4878,1,1,1,0.2475,0.4878,0,1,1,1,1,1,0.172851443,0,1,1,1,1,1,1,0.167587161,0,1,1,1,1,1,1,0.363493145,0,0.532382794,0.532473027,0.532358156
-5833,1,0.1285,1,1,1,1,1,1,1,1,0.2727,0.1285,0,1,0.1866,1,1,1,1,1,1,0.1275,0.1866,0,1,0.4879,1,1,1,0.2358,0.4879,0,1,1,1,1,1,0.118993953,0,1,1,1,1,1,1,0.213500559,0,1,1,1,1,1,1,0.275385022,0,0.506645723,0.506663846,0.506648936
-5834,1,0.1286,1,1,1,1,1,1,1,1,0.2086,0.1286,0,1,0.1867,1,1,1,1,1,1,0.1311,0.1867,0,1,0.488,1,1,1,0.1999,0.488,0,1,1,1,1,1,0.116474867,0,1,1,1,1,1,1,0.218919814,0,1,1,1,1,1,1,0.223195001,0,0.488883519,0.48889359,0.48891844
-5835,1,0.1287,1,1,1,1,1,1,1,1,0.1641,0.1287,0,1,0.1867,1,1,1,1,1,1,0.1198,0.1867,0,1,0.488,1,1,1,0.1507,0.488,0,1,1,1,1,1,0.141259253,0,1,1,1,1,1,1,0.163702443,0,1,1,1,1,1,1,0.170813888,0,0.476558724,0.476623651,0.476950355
-5836,1,0.1287,1,1,1,1,1,1,1,1,0.2111,0.1287,0,1,0.1867,1,1,1,1,1,1,0.1152,0.1867,0,1,0.4881,1,1,1,0.1416,0.4881,0,1,1,1,1,1,0.150294498,0,0.98969847,1,1,1,1,1,0.148971021,0,1,1,1,1,1,1,0.164097145,0,0.470758821,0.470911783,0.470744681
-5837,1,0.1288,1,1,1,1,1,1,1,1,0.1483,0.1288,0,1,0.1868,1,1,1,1,1,1,0.0933,0.1868,0,1,0.4882,1,1,1,0.1875,0.4882,0,1,1,1,1,1,0.123848945,0,0.763960838,1,1,1,1,1,0.156622708,0,1,1,1,1,1,1,0.224724621,0,0.477948284,0.477892955,0.477836879
-5838,1,0.1289,1,1,1,1,1,1,1,1,0.1709,0.1289,0.0368,1,0.1868,1,1,1,1,1,1,0.045,0.1868,0.0287,1,0.4882,1,1,1,0.2118,0.4882,0.0423,1,1,1,1,1,0.185302496,0.262331575,0.380857736,1,1,1,1,1,0.101497144,0.084409371,0.631894529,1,1,1,1,1,0.273229957,0.370748192,0.49039391,0.490374445,0.490248227
-5839,1,0.1289,1,1,1,1,1,1,1,1,0.0921,0.1289,0.2147,1,0.1868,1,1,1,1,1,1,0,0.1868,0.2032,1,0.4883,1,1,1,0.1318,0.4883,0.2185,1,1,1,1,1,0.082858667,0.62777108,0.252961934,1,1,1,1,1,0.019903611,0.465738744,0.233292952,1,1,1,1,1,0.135679126,0.67413044,0.528032866,0.528030463,0.527925532
-5840,1,0.129,1,1,1,1,1,1,1,1,0.1049,0.129,0.4,1,0.1869,1,1,1,1,1,1,0,0.1869,0.402,1,0.4884,1,1,1,0.144,0.4884,0.4167,1,1,1,1,1,0.026237294,0.815764248,0.471728563,1,1,1,1,1,0.032009982,0.774953067,0.051429324,1,1,1,1,1,0.128608748,0.835068941,0.58379652,0.583879839,0.584219858
-5841,1,0.129,1,1,1,1,1,1,1,1,0.1247,0.129,0.5344,1,0.1869,1,1,1,1,1,1,0.0307,0.1869,0.5406,1,0.4885,1,1,1,0.0982,0.4885,0.563,1,1,1,1,1,0.039254181,0.852182627,0.750562906,1,1,1,1,1,0.08494319,0.863360882,0.13469556,1,1,1,1,1,0.07778465,0.885750055,0.631645723,0.63169029,0.631648936
-5842,1,0.1291,1,1,1,1,1,1,1,1,0.1375,0.1291,0.625,1,0.1869,1,1,1,1,1,1,0.0091,0.1869,0.6314,1,0.4885,1,1,1,0.1089,0.4885,0.6745,1,1,1,1,1,0.03095258,0.862350047,0.884997249,1,1,1,1,1,0.049424633,0.868137836,0.638306618,1,1,1,1,1,0.083362535,0.914449573,0.664270179,0.664269092,0.664450355
-5843,1,0.1292,1,1,1,1,1,1,1,1,0.121,0.1292,0.6304,1,0.187,1,1,1,1,1,1,0,0.187,0.6177,1,0.4886,1,1,1,0.098,0.4886,0.681,1,1,1,1,1,0.026498836,0.850087285,0.813659549,1,1,1,1,1,0.025875203,0.848654211,0.78753978,1,1,1,1,1,0.060887344,0.911481738,0.686321895,0.686481912,0.686613475
-5844,1,0.1292,1,1,1,1,1,1,1,1,0.1386,0.1292,0.6321,1,0.187,1,1,1,1,1,1,0.0058,0.187,0.6082,1,0.4887,1,1,1,0.0902,0.4887,0.6761,1,1,1,1,1,0.045397777,0.815398932,0.962401867,1,1,1,1,1,0.057541769,0.860080838,1,1,1,1,1,1,0.03447029,0.896075964,0.697498792,0.697694098,0.697695035
-5845,1,0.1293,1,1,1,1,1,1,1,1,0.1466,0.1293,0.6091,1,0.187,1,1,1,1,1,1,0.0034,0.187,0.5862,1,0.4887,1,1,1,0.0946,0.4887,0.6667,1,1,1,1,1,0.065491527,0.823598444,0.934396386,1,1,1,1,1,0.057998188,0.864920139,1,1,1,1,1,1,0.055069361,0.875028551,0.698888352,0.698963402,0.699024823
-5846,1,0.1294,1,1,1,1,1,1,1,1,0.1498,0.1294,0.5646,1,0.1871,1,1,1,1,1,1,0.0084,0.1871,0.5427,1,0.4888,1,1,1,0.0888,0.4888,0.6247,1,1,1,1,1,0.076233491,0.821258485,0.957532763,1,1,1,1,1,0.080516152,0.868453622,0.706139028,1,1,1,1,1,0.040969603,0.860131681,0.696592557,0.696636344,0.696808511
-5847,1,0.1294,1,1,1,1,1,1,1,1,0.1961,0.1294,0.4399,1,0.1871,1,1,1,1,1,1,0.0094,0.1871,0.4471,1,0.4889,1,1,1,0.0626,0.4889,0.4898,1,1,1,1,1,0.051031739,0.73247999,0.976769567,1,1,1,1,1,0.079377353,0.834634542,0.639347434,1,1,1,1,1,0.036133755,0.839666963,0.690792653,0.690712926,0.691046099
-5848,1,0.1295,1,1,1,1,1,1,1,1,0.1134,0.1295,0.3005,1,0.1871,1,1,1,1,1,1,0.0016,0.1871,0.3203,1,0.4889,1,1,1,0.078,0.4889,0.3199,1,1,1,1,1,0.043301344,0.643572211,0.858319879,1,1,1,1,1,0.093002841,0.741527915,0.244796097,1,1,1,1,1,0.0486972,0.769444168,0.686442726,0.686693463,0.686613475
-5849,1,0.1295,1,1,1,1,1,1,1,1,0.084,0.1295,0.1145,1,0.1872,1,1,1,1,1,1,0,0.1872,0.1303,1,0.489,1,1,1,0.0598,0.489,0.11,1,1,1,1,1,0.073704325,0.40395236,0.616368771,1,1,1,1,1,0.065116189,0.482695997,0.304916769,1,1,1,1,1,0.043396287,0.529617012,0.674963751,0.675058176,0.675088652
-5850,1,0.1296,1,1,1,1,1,1,1,1,0.1196,0.1296,0.0004,1,0.1872,1,1,1,1,1,1,0.0911,0.1872,0.0045,1,0.4891,1,1,1,0.0467,0.4891,0.0065,1,1,1,1,1,0.187794387,0.004937108,0.29536438,1,1,1,1,1,0.09716218,0.097482517,0.324498177,1,1,1,1,1,0.059531901,0.009686319,0.652549541,0.652633806,0.652925532
-5851,1,0.1297,1,1,1,1,1,1,1,1,0.0818,0.1297,0,1,0.1872,1,1,1,1,1,1,0.2013,0.1872,0,1,0.4891,1,1,1,0.0582,0.4891,0,1,1,1,1,1,0.231150657,0,0.475862503,1,1,1,1,1,0.141666293,0,0.357368857,1,1,1,1,1,0.070154972,0,0.647776704,0.64776814,0.648049645
-5852,1,0.1297,1,1,1,1,1,1,1,1,0.0678,0.1297,0,1,0.1873,1,1,1,1,1,1,0.0877,0.1873,0,1,0.4892,1,1,1,0.0723,0.4892,0,1,1,1,1,1,0.196804479,0,0.163058922,1,1,1,1,1,0.126275599,0,0.496038228,1,1,1,1,1,0.121754676,0,0.641553891,0.641633171,0.641400709
-5853,1,0.1298,1,1,1,1,1,1,1,1,0.0865,0.1298,0,1,0.1873,1,1,1,1,1,1,0.0716,0.1873,0,1,0.4893,1,1,1,0.0656,0.4893,0,1,1,1,1,1,0.178413391,0,0.135752738,1,1,1,1,1,0.117745124,0,0.299066782,1,1,1,1,1,0.089900471,0,0.608264862,0.608419717,0.608599291
-5854,1,0.1298,1,1,1,1,1,1,1,1,0.042,0.1298,0,1,0.1873,1,1,1,1,1,1,0.1146,0.1873,0,1,0.4894,1,1,1,0.052,0.4894,0,1,1,1,1,1,0.094673052,0,0.116425306,1,1,1,1,1,0.11645104,0,0.311596096,1,1,1,1,1,0.08749973,0,0.562651039,0.562724773,0.562943262
-5855,1,0.1299,1,1,1,1,1,1,1,1,0.0255,0.1299,0,1,0.1874,1,1,1,1,1,1,0.0548,0.1874,0,1,0.4894,1,1,1,0.0355,0.4894,0,1,1,1,1,1,0.073778108,0,0.092000715,1,1,1,1,1,0.069526218,0,0.226543993,1,1,1,1,1,0.1073125,0,0.514076849,0.514068119,0.514184397
-5856,1,0.13,1,1,1,1,1,1,1,1,0.0302,0.13,0,1,0.1874,1,1,1,1,1,1,0.0285,0.1874,0,1,0.4895,1,1,1,0.0243,0.4895,0,1,1,1,1,1,0.061887551,0,0.108439043,1,1,1,1,1,0.045086339,0,0.192995548,1,1,1,1,1,0.14843832,0,0.474625423,0.474719695,0.474734043
-5857,1,0.13,1,1,1,1,1,1,1,1,0.0323,0.13,0,1,0.1874,1,1,1,1,1,1,0.018,0.1874,0,1,0.4896,1,1,1,0.0422,0.4896,0,1,1,1,1,1,0.043081135,0,0.166309744,1,1,1,1,1,0.030123213,0,0.104906812,1,1,1,1,1,0.207690552,0,0.448707105,0.448698963,0.449024823
-5858,1,0.1301,1,1,1,1,1,1,1,1,0.034,0.1301,0,1,0.1875,1,1,1,1,1,1,0.0102,0.1875,0,1,0.4896,1,1,1,0.0562,0.4896,0,1,1,1,1,1,0.037131824,0,0.177191049,1,1,1,1,1,0.023214387,0,0.103945285,1,1,1,1,1,0.228989124,0,0.431609473,0.43177491,0.431737589
-5859,1,0.1302,1,1,1,1,1,1,1,1,0.0249,0.1302,0,1,0.1875,1,1,1,1,1,1,0,0.1875,0,1,0.4897,1,1,1,0.054,0.4897,0,1,1,1,1,1,0.025654105,0,0.185659423,1,1,1,1,1,0.022984322,0,0.085967019,1,1,1,1,1,0.229038358,0,0.422486709,0.422678231,0.422429078
-5860,1,0.1302,1,1,1,1,1,1,1,1,0.0169,0.1302,0,1,0.1875,1,1,1,1,1,1,0,0.1875,0,1,0.4898,1,1,1,0.055,0.4898,0,1,1,1,1,1,0.017168077,0,0.230208784,1,1,1,1,1,0.01380212,0,0.12960498,1,1,1,1,1,0.202640101,0,0.418740938,0.418658769,0.418882979
-5861,1,0.1303,1,1,1,1,1,1,1,1,0.0116,0.1303,0,1,0.1876,1,1,1,1,1,1,0,0.1876,0,1,0.4898,1,1,1,0.049,0.4898,0,1,1,1,1,1,0.009063774,0,0.21114251,1,1,1,1,1,0.004208626,0,0.098018587,1,1,1,1,1,0.20595561,0,0.422970034,0.422889782,0.42287234
-5862,1,0.1303,1,1,1,1,1,1,1,1,0.0092,0.1303,0.0401,1,0.1876,1,1,1,1,1,1,0,0.1876,0.0516,1,0.4899,1,1,1,0.0447,0.4899,0.0338,1,1,1,1,1,0.012281608,0.262932837,0.205555245,1,1,1,1,1,0.007864188,0.289569974,0.177269384,1,1,1,1,1,0.159131691,0.175488576,0.428769937,0.428813201,0.428634752
-5863,1,0.1304,1,1,1,1,1,1,1,1,0.0101,0.1304,0.2134,1,0.1876,1,1,1,1,1,1,0.0118,0.1876,0.2238,1,0.49,1,1,1,0.0371,0.49,0.1874,1,1,1,1,1,0.01423036,0.592399955,0.150874197,1,1,1,1,1,0.010726592,0.566444337,0.022228796,1,1,1,1,1,0.135705248,0.311463386,0.456681972,0.456737889,0.456560284
-5864,1,0.1305,1,1,1,1,1,1,1,1,0.0065,0.1305,0.3757,1,0.1877,1,1,1,1,1,1,0,0.1877,0.3998,1,0.4901,1,1,1,0.024,0.4901,0.334,1,1,1,1,1,0.004995708,0.744213521,0.127456039,1,1,1,1,1,0.000865339,0.764429927,0.024443718,1,1,1,1,1,0.070726134,0.398540497,0.501570807,0.50158663,0.50177305
-5865,1,0.1305,1,1,1,1,1,1,1,1,0.0091,0.1305,0.4983,1,0.1877,1,1,1,1,1,1,0,0.1877,0.5102,1,0.4901,1,1,1,0.0281,0.4901,0.414,1,1,1,1,1,0.00170475,0.73765415,0.108232185,1,1,1,1,1,2.52E-05,0.817749023,0.011865969,1,1,1,1,1,0.01713532,0.481431782,0.539995167,0.539877301,0.540336879
-5866,1,0.1306,1,1,1,1,1,1,1,1,0.0146,0.1306,0.5697,1,0.1877,1,1,1,1,1,1,0,0.1877,0.5923,1,0.4902,1,1,1,0.0259,0.4902,0.4974,1,1,1,1,1,0.001775538,0.787354112,0.189485908,1,1,1,1,1,0.000531962,0.816690505,0.14332436,1,1,1,1,1,0.024438512,0.47948879,0.566215563,0.566321134,0.566489362
-5867,1,0.1307,1,1,1,1,1,1,1,1,0.0135,0.1307,0.5805,1,0.1878,1,1,1,1,1,1,0,0.1878,0.5984,1,0.4903,1,1,1,0.0394,0.4903,0.5263,1,1,1,1,1,0.001022427,0.825555742,0.125460818,1,1,1,1,1,0.000413061,0.829717875,0.051443983,1,1,1,1,1,0.038749836,0.521869302,0.584340261,0.584514491,0.584219858
-5868,1,0.1307,1,1,1,1,1,1,1,1,0.0309,0.1307,0.5825,1,0.1878,1,1,1,1,1,1,0.0129,0.1878,0.5779,1,0.4903,1,1,1,0.0252,0.4903,0.5606,1,1,1,1,1,0.005108679,0.772704244,0.164239943,1,1,1,1,1,0.005557656,0.82875663,0.005794503,1,1,1,1,1,0.038249303,0.644128859,0.599081682,0.599111487,0.59929078
-5869,1,0.1308,1,1,1,1,1,1,1,1,0.0386,0.1308,0.547,1,0.1878,1,1,1,1,1,1,0.0141,0.1878,0.5388,1,0.4904,1,1,1,0.0224,0.4904,0.5651,1,1,1,1,1,0.006417479,0.746155441,0.096387297,1,1,1,1,1,0.006505806,0.821716785,0,1,1,1,1,1,0.045845166,0.677959085,0.605123248,0.605246457,0.605496454
-5870,1,0.1308,1,1,1,1,1,1,1,1,0.0497,0.1308,0.5167,1,0.1879,1,1,1,1,1,1,0,0.1879,0.5431,1,0.4905,1,1,1,0.0254,0.4905,0.5403,1,1,1,1,1,0.007836791,0.745539784,0.019104965,1,1,1,1,1,0.005190169,0.798876286,0,1,1,1,1,1,0.033374064,0.750264406,0.608446109,0.608631267,0.608599291
-5871,1,0.1309,1,1,1,1,1,1,1,1,0.0733,0.1309,0.4228,1,0.1879,1,1,1,1,1,1,0,0.1879,0.4714,1,0.4905,1,1,1,0.0136,0.4905,0.4211,1,1,1,1,1,0.013800587,0.735210299,0.103475735,1,1,1,1,1,0.004258692,0.785555184,0.019069111,1,1,1,1,1,0.016883891,0.662361145,0.609594007,0.609689021,0.609929078
-5872,1,0.131,1,1,1,1,1,1,1,1,0.0732,0.131,0.2822,1,0.1879,1,1,1,1,1,1,0,0.1879,0.3306,1,0.4906,1,1,1,0.0284,0.4906,0.2909,1,1,1,1,1,0.019342652,0.643407822,0.084578127,1,1,1,1,1,0.009577719,0.714617074,0.030520942,1,1,1,1,1,0.025046077,0.655563474,0.610741904,0.610746774,0.610815603
-5873,1,0.131,1,1,1,1,1,1,1,1,0.0307,0.131,0.1138,1,0.188,1,1,1,1,1,1,0.0134,0.188,0.1505,1,0.4907,1,1,1,0.0897,0.4907,0.1023,1,1,1,1,1,0.027892251,0.48129794,0.055351216,1,1,1,1,1,0.03116338,0.512633324,0.021790579,1,1,1,1,1,0.134152025,0.515113175,0.611648139,0.611804527,0.611702128
-5874,1,0.1311,1,1,1,1,1,1,1,1,0.0149,0.1311,0.0002,1,0.188,1,1,1,1,1,1,0.0784,0.188,0.0032,1,0.4908,1,1,1,0.0787,0.4908,0.0013,1,1,1,1,1,0.08933042,0.006357496,0.00691115,1,1,1,1,1,0.074671477,0.087784812,0.006350262,1,1,1,1,1,0.194083005,0,0.602887869,0.602919399,0.603280142
-5875,1,0.1312,1,1,1,1,1,1,1,1,0.0469,0.1312,0,1,0.188,1,1,1,1,1,1,0.0796,0.188,0,1,0.4908,1,1,1,0.0447,0.4908,0,1,1,1,1,1,0.111679137,0,0.015727196,1,1,1,1,1,0.093347594,0,0.019848431,1,1,1,1,1,0.176828519,0,0.60578782,0.605881109,0.605939716
-5876,1,0.1312,1,1,1,1,1,1,1,1,0.0549,0.1312,0,1,0.1881,1,1,1,1,1,1,0.2405,0.1881,0,1,0.4909,1,1,1,0.0577,0.4909,0,1,1,1,1,1,0.151531711,0,0.019201532,1,1,1,1,1,0.256533444,0,0.037896074,1,1,1,1,1,0.147535726,0,0.602525375,0.602707849,0.602836879
-5877,1,0.1313,1,1,1,1,1,1,1,1,0.0308,0.1313,0,1,0.1881,1,1,1,1,1,1,0.2466,0.1881,0,1,0.491,1,1,1,0.0614,0.491,0,1,1,1,1,1,0.085788302,0,0.004095762,1,1,1,1,1,0.252081454,0,0.018996861,1,1,1,1,1,0.132414699,0,0.573163364,0.573090755,0.57358156
-5878,1,0.1313,1,1,1,1,1,1,1,1,0.0245,0.1313,0,1,0.1881,1,1,1,1,1,1,0.1489,0.1881,0,1,0.491,1,1,1,0.0461,0.491,0,1,1,1,1,1,0.066603608,0,0.002733368,1,1,1,1,1,0.170108244,0,0.039768066,1,1,1,1,1,0.127180964,0,0.531657806,0.531626825,0.531914894
-5879,1,0.1314,1,1,1,1,1,1,1,1,0.0149,0.1314,0,1,0.1882,1,1,1,1,1,1,0.0206,0.1882,0,1,0.4911,1,1,1,0.0389,0.4911,0,1,1,1,1,1,0.038130693,0,0.000267656,1,1,1,1,1,0.053133268,0,0,1,1,1,1,1,0.13568832,0,0.487010633,0.486989634,0.48714539
-5880,1,0.1315,1,1,1,1,1,1,1,1,0.0155,0.1315,0,1,0.1882,1,1,1,1,1,1,0.004,0.1882,0,1,0.4912,1,1,1,0.0608,0.4912,0,1,1,1,1,1,0.038481008,0,0.015207659,1,1,1,1,1,0.041985646,0,0,1,1,1,1,1,0.166464627,0,0.45142581,0.451449122,0.451241135
-5881,1,0.1315,1,1,1,1,1,1,1,1,0.0207,0.1315,0,1,0.1882,1,1,1,1,1,1,0.014,0.1882,0,1,0.4912,1,1,1,0.0708,0.4912,0,1,1,1,1,1,0.045570288,0,0.089697421,1,1,1,1,1,0.042879373,0,0.008713089,1,1,1,1,1,0.172365069,0,0.427682455,0.427755447,0.427748227
-5882,1,0.1316,1,1,1,1,1,1,1,1,0.0271,0.1316,0,1,0.1883,1,1,1,1,1,1,0.0665,0.1883,0,1,0.4913,1,1,1,0.0592,0.4913,0,1,1,1,1,1,0.043996032,0,0.138101697,1,1,1,1,1,0.086499587,0,0.008440838,1,1,1,1,1,0.1792299,0,0.413061866,0.413158451,0.413120567
-5883,1,0.1317,1,1,1,1,1,1,1,1,0.0306,0.1317,0,1,0.1883,1,1,1,1,1,1,0.0684,0.1883,0,1,0.4914,1,1,1,0.0353,0.4914,0,1,1,1,1,1,0.037422374,0,0.134091079,1,1,1,1,1,0.106327035,0,0.039659947,1,1,1,1,1,0.112217396,0,0.405811986,0.405754178,0.405585106
-5884,1,0.1317,1,1,1,1,1,1,1,1,0.0382,0.1317,0,1,0.1883,1,1,1,1,1,1,0.0816,0.1883,0,1,0.4914,1,1,1,0.0415,0.4914,0,1,1,1,1,1,0.038880318,0,0.121920638,1,1,1,1,1,0.128682956,0,0.047011521,1,1,1,1,1,0.096790403,0,0.406416143,0.406600381,0.406471631
-5885,1,0.1318,1,1,1,1,1,1,1,1,0.0443,0.1318,0,1,0.1884,1,1,1,1,1,1,0.1314,0.1884,0,1,0.4915,1,1,1,0.0336,0.4915,0,1,1,1,1,1,0.046006955,0,0.121102929,1,1,1,1,1,0.207182735,0,0.130002096,1,1,1,1,1,0.081284069,0,0.41801595,0.418024117,0.417996454
-5886,1,0.1318,1,1,1,1,1,1,1,1,0.0212,0.1318,0.0324,1,0.1884,1,1,1,1,1,1,0.0315,0.1884,0.0519,1,0.4916,1,1,1,0.0221,0.4916,0.0334,1,1,1,1,1,0.010919547,0.287356406,0.041041076,1,1,1,1,1,0.079967007,0.308102518,0.122415967,1,1,1,1,1,0.065021828,0.348204285,0.431246979,0.431140258,0.431294326
-5887,1,0.1319,1,1,1,1,1,1,1,1,0.0026,0.1319,0.2119,1,0.1884,1,1,1,1,1,1,0.0163,0.1884,0.2273,1,0.4917,1,1,1,0.0065,0.4917,0.2047,1,1,1,1,1,0.002712974,0.598106146,0.180605307,1,1,1,1,1,0.068079934,0.574759305,0.17095603,1,1,1,1,1,0.024181927,0.634841383,0.458131948,0.458007193,0.457890071
-5888,1,0.132,1,1,1,1,1,1,1,1,0.0019,0.132,0.3819,1,0.1885,1,1,1,1,1,1,0.0165,0.1885,0.3987,1,0.4917,1,1,1,0.0005,0.4917,0.3923,1,1,1,1,1,0.000130964,0.742333293,0.099272668,1,1,1,1,1,0.031867664,0.775570631,0.136072263,1,1,1,1,1,0.000734147,0.733323872,0.501449976,0.50158663,0.50177305
-5889,1,0.132,1,1,1,1,1,1,1,1,0.0002,0.132,0.5294,1,0.1885,1,1,1,1,1,1,0.0209,0.1885,0.5356,1,0.4918,1,1,1,0.0014,0.4918,0.5319,1,1,1,1,1,1.55E-05,0.836185992,0.05880823,1,1,1,1,1,0.026751831,0.819213688,0.074109949,1,1,1,1,1,0.000293151,0.795654774,0.543801353,0.543685213,0.543882979
-5890,1,0.1321,1,1,1,1,1,1,1,1,0.0036,0.1321,0.644,1,0.1885,1,1,1,1,1,1,0.0719,0.1885,0.6475,1,0.4919,1,1,1,0.0043,0.4919,0.6076,1,1,1,1,1,0.004029488,0.921313286,0.161398306,1,1,1,1,1,0.07905706,0.867875516,0.219030887,1,1,1,1,1,0.005782482,0.850246787,0.573767521,0.573725407,0.574024823
-5891,1,0.1322,1,1,1,1,1,1,1,1,0.015,0.1322,0.6617,1,0.1886,1,1,1,1,1,1,0.0878,0.1886,0.6537,1,0.4919,1,1,1,0.0074,0.4919,0.6642,1,1,1,1,1,0.009567796,0.939885259,0.333915859,1,1,1,1,1,0.083231524,0.854908109,0.336508662,1,1,1,1,1,0.017307032,0.901997924,0.593221363,0.593188069,0.593085106
-5892,1,0.1322,1,1,1,1,1,1,1,1,0.0262,0.1322,0.6666,1,0.1886,1,1,1,1,1,1,0.0576,0.1886,0.655,1,0.492,1,1,1,0.0053,0.492,0.6632,1,1,1,1,1,0.018425539,0.940224171,0.283963263,1,1,1,1,1,0.057043929,0.854621649,0.18498221,1,1,1,1,1,0.01464455,0.908517122,0.603794103,0.603765602,0.603723404
-5893,1,0.1323,1,1,1,1,1,1,1,1,0.0267,0.1323,0.6568,1,0.1886,1,1,1,1,1,1,0.0508,0.1886,0.6398,1,0.4921,1,1,1,0.0106,0.4921,0.6302,1,1,1,1,1,0.013328763,0.91826272,0.283789843,1,1,1,1,1,0.051874496,0.82830143,0.195644766,1,1,1,1,1,0.041171394,0.903093159,0.61037941,0.610535223,0.61037234
-5894,1,0.1323,1,1,1,1,1,1,1,1,0.0459,0.1323,0.6067,1,0.1887,1,1,1,1,1,1,0.0388,0.1887,0.5702,1,0.4921,1,1,1,0.0185,0.4921,0.5689,1,1,1,1,1,0.022991192,0.898702621,0.201476961,1,1,1,1,1,0.057202436,0.721297383,0.121829584,1,1,1,1,1,0.043683052,0.887159765,0.614729338,0.614766237,0.614804965
-5895,1,0.1324,1,1,1,1,1,1,1,1,0.1001,0.1324,0.4722,1,0.1887,1,1,1,1,1,1,0.0203,0.1887,0.4456,1,0.4922,1,1,1,0.0348,0.4922,0.4541,1,1,1,1,1,0.061481342,0.834742904,0.211876363,1,1,1,1,1,0.054625317,0.660558939,0.190941632,1,1,1,1,1,0.059913877,0.855959415,0.618898018,0.61899725,0.618794326
-5896,1,0.1325,1,1,1,1,1,1,1,1,0.0902,0.1325,0.3154,1,0.1887,1,1,1,1,1,1,0.0229,0.1887,0.3058,1,0.4923,1,1,1,0.0445,0.4923,0.2931,1,1,1,1,1,0.085081242,0.729738116,0.363393784,1,1,1,1,1,0.063748203,0.566818953,0.233903676,1,1,1,1,1,0.092926092,0.760219216,0.626570807,0.626613074,0.62677305
-5897,1,0.1325,1,1,1,1,1,1,1,1,0.0436,0.1325,0.1193,1,0.1888,1,1,1,1,1,1,0.0221,0.1888,0.1292,1,0.4924,1,1,1,0.06,0.4924,0.0973,1,1,1,1,1,0.055688553,0.474794626,0.246897638,1,1,1,1,1,0.043596156,0.301676363,0.196091115,1,1,1,1,1,0.104454778,0.515518069,0.632008217,0.632113391,0.632092199
-5898,1,0.1326,1,1,1,1,1,1,1,1,0.0738,0.1326,0,1,0.1888,1,1,1,1,1,1,0.071,0.1888,0,1,0.4924,1,1,1,0.1139,0.4924,0,1,1,1,1,1,0.099146217,6.65E-05,0.199831113,1,1,1,1,1,0.11521323,0,0.234987199,1,1,1,1,1,0.199033588,0,0.626631223,0.626613074,0.62677305
-5899,1,0.1327,1,1,1,1,1,1,1,1,0.0759,0.1327,0,1,0.1888,1,1,1,1,1,1,0.0608,0.1888,0,1,0.4925,1,1,1,0.1781,0.4925,0,1,1,1,1,1,0.176504299,0,0.197489813,1,1,1,1,1,0.115646362,0,0.289267838,1,1,1,1,1,0.373656601,0,0.639741421,0.639729215,0.63962766
-5900,1,0.1327,1,1,1,1,1,1,1,1,0.0767,0.1327,0,1,0.1889,1,1,1,1,1,1,0.0617,0.1889,0,1,0.4926,1,1,1,0.262,0.4926,0,1,1,1,1,1,0.15320842,0,0.18731609,1,1,1,1,1,0.100877121,0,0.35126546,1,1,1,1,1,0.441917747,0,0.637022716,0.636979056,0.637411348
-5901,1,0.1328,1,1,1,1,1,1,1,1,0.1187,0.1328,0,1,0.1889,1,1,1,1,1,1,0.0654,0.1889,0,1,0.4926,1,1,1,0.2161,0.4926,0,1,1,1,1,1,0.190051898,0,0.185288996,1,1,1,1,1,0.103902884,0,0.431187183,1,1,1,1,1,0.429770827,0,0.591831803,0.591918765,0.592198582
-5902,1,0.1328,1,1,1,1,1,1,1,1,0.0629,0.1328,0,1,0.189,1,1,1,1,1,1,0.0817,0.189,0,1,0.4927,1,1,1,0.1823,0.4927,0,1,1,1,1,1,0.105748057,0,0.147955567,1,1,1,1,1,0.116202682,0,0.25064528,1,1,1,1,1,0.426193982,0,0.533530691,0.533742331,0.533687943
-5903,1,0.1329,1,1,1,1,1,1,1,1,0.0596,0.1329,0,1,0.189,1,1,1,1,1,1,0.0737,0.189,0,1,0.4928,1,1,1,0.1967,0.4928,0,1,1,1,1,1,0.121808223,0,0.122448936,1,1,1,1,1,0.105255522,0,0.24782382,1,1,1,1,1,0.460881591,0,0.482539874,0.48254707,0.482712766
-5904,1,0.133,1,1,1,1,1,1,1,1,0.0386,0.133,0,1,0.189,1,1,1,1,1,1,0.0977,0.189,0,1,0.4928,1,1,1,0.1737,0.4928,0,1,1,1,1,1,0.077028483,0,0.092870243,1,1,1,1,1,0.139780536,0,0.223367035,1,1,1,1,1,0.476826489,0,0.449311261,0.449333615,0.449468085
-5905,1,0.133,1,1,1,1,1,1,1,1,0.0438,0.133,0,1,0.1891,1,1,1,1,1,1,0.107,0.1891,0,1,0.4929,1,1,1,0.1785,0.4929,0,1,1,1,1,1,0.080872707,0,0.116741091,1,1,1,1,1,0.156935453,0,0.322492957,1,1,1,1,1,0.502251148,0,0.429917835,0.429870954,0.429964539
-5906,1,0.1331,1,1,1,1,1,1,1,1,0.0265,0.1331,0,1,0.1891,1,1,1,1,1,1,0.0923,0.1891,0,1,0.493,1,1,1,0.1697,0.493,0,1,1,1,1,1,0.056863334,0,0.134230733,1,1,1,1,1,0.138891041,0,0.351376176,1,1,1,1,1,0.441701233,0,0.420855486,0.420774275,0.421099291
-5907,1,0.1332,1,1,1,1,1,1,1,1,0.0172,0.1332,0,1,0.1891,1,1,1,1,1,1,0.0649,0.1891,0,1,0.493,1,1,1,0.1359,0.493,0,1,1,1,1,1,0.024581147,0,0.180860862,1,1,1,1,1,0.112580255,0,0.296782732,1,1,1,1,1,0.354414195,0,0.419284679,0.419293421,0.419326241
-5908,1,0.1332,1,1,1,1,1,1,1,1,0.0233,0.1332,0,1,0.1892,1,1,1,1,1,1,0.0214,0.1892,0,1,0.4931,1,1,1,0.1108,0.4931,0,1,1,1,1,1,0.022024971,0,0.272450387,1,1,1,1,1,0.055703826,0,0.343133003,1,1,1,1,1,0.297402769,0,0.429917835,0.429870954,0.429964539
-5909,1,0.1333,1,1,1,1,1,1,1,1,0.0256,0.1333,0,1,0.1892,1,1,1,1,1,1,0.0065,0.1892,0,1,0.4932,1,1,1,0.0598,0.4932,0,1,1,1,1,1,0.02618755,0,0.312968194,1,1,1,1,1,0.046040818,0,0.547219932,1,1,1,1,1,0.209627971,0,0.471544224,0.471757986,0.471631206
-5910,1,0.1333,1,1,1,1,1,1,1,1,0.0275,0.1333,0.0016,1,0.1892,1,1,1,1,1,1,0.0174,0.1892,0,1,0.4933,1,1,1,0.0334,0.4933,0.0229,1,1,1,1,1,0.026393751,0.002059166,0.354153305,1,1,1,1,1,0.046384562,0,0.361591399,1,1,1,1,1,0.105844781,0.240368515,0.547063799,0.547070023,0.546985816
-5911,1,0.1334,1,1,1,1,1,1,1,1,0.0327,0.1334,0.1026,1,0.1893,1,1,1,1,1,1,0.0141,0.1893,0.0933,1,0.4933,1,1,1,0.0564,0.4933,0.1591,1,1,1,1,1,0.049651962,0.132931024,0.317857146,1,1,1,1,1,0.044091139,0.149065286,0.454406023,1,1,1,1,1,0.136210829,0.448453486,0.601860802,0.601861646,0.601950355
-5912,1,0.1335,1,1,1,1,1,1,1,1,0.0412,0.1335,0.2383,1,0.1893,1,1,1,1,1,1,0.0025,0.1893,0.1411,1,0.4934,1,1,1,0.0466,0.4934,0.3238,1,1,1,1,1,0.035662323,0.293266296,0.375116348,1,1,1,1,1,0.017964277,0.222175017,0.523152649,1,1,1,1,1,0.076005034,0.465127349,0.631766554,0.63169029,0.632092199
-5913,1,0.1335,1,1,1,1,1,1,1,1,0.0332,0.1335,0.2923,1,0.1893,1,1,1,1,1,1,0,0.1893,0.2265,1,0.4935,1,1,1,0.1014,0.4935,0.4453,1,1,1,1,1,0.018781511,0.307130218,0.334002674,1,1,1,1,1,0.01319693,0.403856248,0.184528545,1,1,1,1,1,0.163666114,0.478392154,0.655993233,0.656018616,0.656471631
-5914,1,0.1336,1,1,1,1,1,1,1,1,0.0403,0.1336,0.4348,1,0.1894,1,1,1,1,1,1,0,0.1894,0.4349,1,0.4935,1,1,1,0.1644,0.4935,0.6125,1,1,1,1,1,0.01873095,0.52139163,0.305162609,1,1,1,1,1,0.012039986,0.695517361,0.316211283,1,1,1,1,1,0.237365499,0.727216899,0.675628323,0.675692828,0.675531915
-5915,1,0.1337,1,1,1,1,1,1,1,1,0.051,0.1337,0.3321,1,0.1894,1,1,1,1,1,1,0.0027,0.1894,0.3492,1,0.4936,1,1,1,0.1193,0.4936,0.4472,1,1,1,1,1,0.01474788,0.427658856,0.220023274,1,1,1,1,1,0.012003196,0.52513504,0.534668088,1,1,1,1,1,0.179421544,0.569439411,0.685657322,0.68563571,0.68572695
-5916,1,0.1337,1,1,1,1,1,1,1,1,0.0951,0.1337,0.3457,1,0.1894,1,1,1,1,1,1,0,0.1894,0.3748,1,0.4937,1,1,1,0.1466,0.4937,0.485,1,1,1,1,1,0.029809862,0.454464793,0.477332413,1,1,1,1,1,0.009133883,0.541748583,0.946963489,1,1,1,1,1,0.263896912,0.579710305,0.689765587,0.689866723,0.689716312
-5917,1,0.1338,1,1,1,1,1,1,1,1,0.0973,0.1338,0.3389,1,0.1895,1,1,1,1,1,1,0,0.1895,0.4087,1,0.4937,1,1,1,0.2286,0.4937,0.406,1,1,1,1,1,0.03360023,0.490730405,0.382985115,1,1,1,1,1,0.013290652,0.57322669,0.695969701,1,1,1,1,1,0.407462806,0.568841398,0.694478009,0.694732388,0.694592199
-5918,1,0.1338,1,1,1,1,1,1,1,1,0.1079,0.1338,0.3172,1,0.1895,1,1,1,1,1,1,0.0052,0.1895,0.4044,1,0.4938,1,1,1,0.251,0.4938,0.3591,1,1,1,1,1,0.038100228,0.473726392,0.405419201,1,1,1,1,1,0.032834806,0.511645198,0.37290448,1,1,1,1,1,0.401467621,0.499506503,0.693330111,0.693463084,0.693705674
-5919,1,0.1339,1,1,1,1,1,1,1,1,0.1249,0.1339,0.2741,1,0.1895,1,1,1,1,1,1,0,0.1895,0.3194,1,0.4939,1,1,1,0.1522,0.4939,0.2123,1,1,1,1,1,0.036905244,0.417119414,0.670969486,1,1,1,1,1,0.02236167,0.397033185,0.587242723,1,1,1,1,1,0.257097423,0.243198037,0.696109232,0.696213243,0.696365248
-5920,1,0.134,1,1,1,1,1,1,1,1,0.0953,0.134,0.1741,1,0.1896,1,1,1,1,1,1,0.0116,0.1896,0.1925,1,0.494,1,1,1,0.1179,0.494,0.1229,1,1,1,1,1,0.028406281,0.329648107,0.947867274,1,1,1,1,1,0.028038625,0.23450762,0.776349247,1,1,1,1,1,0.142588168,0.021662291,0.702332044,0.702348212,0.702570922
-5921,1,0.134,1,1,1,1,1,1,1,1,0.0855,0.134,0.0341,1,0.1896,1,1,1,1,1,1,0.0118,0.1896,0.0363,1,0.494,1,1,1,0.1498,0.494,0.0216,1,1,1,1,1,0.030062826,0.058232408,0.906766474,1,1,1,1,1,0.020634819,0.053937078,0.782727242,1,1,1,1,1,0.164691463,0.000319482,0.710125665,0.710175587,0.710549645
-5922,1,0.1341,1,1,1,1,1,1,1,1,0.0582,0.1341,0,1,0.1896,1,1,1,1,1,1,0,0.1896,0,1,0.4941,1,1,1,0.1109,0.4941,0,1,1,1,1,1,0.013716262,0,0.766251564,1,1,1,1,1,0.00148834,0,0.684468865,1,1,1,1,1,0.180208549,0,0.71242146,0.712502644,0.712765957
-5923,1,0.1342,1,1,1,1,1,1,1,1,0.0777,0.1342,0,1,0.1897,1,1,1,1,1,1,0,0.1897,0,1,0.4942,1,1,1,0.0719,0.4942,0,1,1,1,1,1,0.035436548,0,0.984688282,1,1,1,1,1,0.027068719,0,1,1,1,1,1,1,0.134593323,0,0.725169164,0.725195684,0.725620567
-5924,1,0.1342,1,1,1,1,1,1,1,1,0.0434,0.1342,0,1,0.1897,1,1,1,1,1,1,0.0093,0.1897,0,1,0.4942,1,1,1,0.1245,0.4942,0,1,1,1,1,1,0.030353412,0,0.984231234,1,1,1,1,1,0.029365337,0,1,1,1,1,1,1,0.192850381,0,0.71477767,0.714829702,0.71498227
-5925,1,0.1343,1,1,1,1,1,1,1,1,0.0795,0.1343,0,1,0.1897,1,1,1,1,1,1,0.0989,0.1897,0,1,0.4943,1,1,1,0.118,0.4943,0,1,1,1,1,1,0.089765109,0,1,1,1,1,1,1,0.131740153,0,1,1,1,1,1,1,0.224261001,0,0.672003383,0.672096467,0.671985816
-5926,1,0.1343,1,1,1,1,1,1,1,1,0.1218,0.1343,0,1,0.1898,1,1,1,1,1,1,0.0555,0.1898,0,1,0.4944,1,1,1,0.1025,0.4944,0,1,1,1,1,1,0.065041795,0,1,1,1,1,1,1,0.072232604,0,1,1,1,1,1,1,0.209753215,0,0.611708555,0.611804527,0.611702128
-5927,1,0.1344,1,1,1,1,1,1,1,1,0.1947,0.1344,0,1,0.1898,1,1,1,1,1,1,0.1779,0.1898,0,1,0.4944,1,1,1,0.0773,0.4944,0,1,1,1,1,1,0.138439372,0,1,1,1,1,1,1,0.222755417,0,1,1,1,1,1,1,0.15245983,0,0.557274045,0.557224455,0.557180851
-5928,1,0.1345,1,1,1,1,1,1,1,1,0.2216,0.1345,0,1,0.1898,1,1,1,1,1,1,0.1865,0.1898,0,1,0.4945,1,1,1,0.0656,0.4945,0,1,1,1,1,1,0.122220159,0,1,1,1,1,1,1,0.20628278,0,1,1,1,1,1,1,0.140912145,0,0.520239246,0.520414639,0.520390071
-5929,1,0.1345,1,1,1,1,1,1,1,1,0.373,0.1345,0,1,0.1899,1,1,1,1,1,1,0.25,0.1899,0,1,0.4946,1,1,1,0.1032,0.4946,0,1,1,1,1,1,0.230292439,0,1,1,1,1,1,1,0.2979258,0,1,1,1,1,1,1,0.225486115,0,0.499335428,0.499471123,0.499556738
-5930,1,0.1346,1,1,1,1,1,1,1,1,0.5172,0.1346,0,1,0.1899,1,1,1,1,1,1,0.4213,0.1899,0,1,0.4947,1,1,1,0.1332,0.4947,0,1,1,1,1,1,0.367994756,0,1,1,1,1,1,1,0.484765112,0,1,1,1,1,1,1,0.283267707,0,0.489246013,0.489316691,0.489361702
-5931,1,0.1347,1,1,1,1,1,1,1,1,0.4514,0.1347,0,1,0.1899,1,1,1,1,1,1,0.3949,0.1899,0,1,0.4947,1,1,1,0.1256,0.4947,0,1,1,1,1,1,0.373429954,0,1,1,1,1,1,1,0.452192068,0,1,1,1,1,1,1,0.206470907,0,0.487010633,0.486989634,0.48714539
-5932,1,0.1347,1,1,1,1,1,1,1,1,0.534,0.1347,0,1,0.19,1,1,1,1,1,1,0.418,0.19,0,1,0.4948,1,1,1,0.0958,0.4948,0,1,1,1,1,1,0.369426072,0,1,1,1,1,1,1,0.505342603,0,1,1,1,1,1,1,0.206908911,0,0.499395843,0.499471123,0.499556738
-5933,1,0.1348,1,1,1,1,1,1,1,1,0.5149,0.1348,0,1,0.19,1,1,1,1,1,1,0.4564,0.19,0,1,0.4949,1,1,1,0.1141,0.4949,0,1,1,1,1,1,0.361668885,0,1,1,1,1,1,1,0.532466292,0,1,1,1,1,1,1,0.272260666,0,0.543438859,0.543473662,0.543439716
-5934,1,0.1348,1,1,1,1,1,1,1,1,0.501,0.1348,0,1,0.19,1,1,1,1,1,1,0.2764,0.19,0,1,0.4949,1,1,1,0.1255,0.4949,0,1,1,1,1,1,0.319415838,0,1,1,1,1,1,1,0.287213206,0,1,1,1,1,1,1,0.266152799,0,0.624697922,0.624709118,0.624556738
-5935,1,0.1349,1,1,1,1,1,1,1,1,0.4703,0.1349,0.0732,1,0.1901,1,1,1,1,1,1,0.1479,0.1901,0.0657,1,0.495,1,1,1,0.1295,0.495,0.02,1,1,1,1,1,0.228522331,0.086366922,1,1,1,1,1,1,0.147373468,0.099372834,1,1,1,1,1,1,0.195122942,0.035166699,0.68318028,0.683308652,0.683510638
-5936,1,0.135,1,1,1,1,1,1,1,1,0.4117,0.135,0.1679,1,0.1901,1,1,1,1,1,1,0.1324,0.1901,0.1288,1,0.4951,1,1,1,0.1337,0.4951,0.2741,1,1,1,1,1,0.210369214,0.199451268,1,1,1,1,1,1,0.128676802,0.121381864,1,1,1,1,1,1,0.194944844,0.375549048,0.715260996,0.715252803,0.715425532
-5937,1,0.135,1,1,1,1,1,1,1,1,0.3521,0.135,0.2066,1,0.1901,1,1,1,1,1,1,0.1179,0.1901,0.1571,1,0.4951,1,1,1,0.1418,0.4951,0.4345,1,1,1,1,1,0.192685917,0.299786925,1,1,1,1,1,1,0.111728847,0.208395749,1,1,1,1,1,1,0.195005342,0.471944273,0.740635573,0.740638883,0.740691489
-5938,1,0.1351,1,1,1,1,1,1,1,1,0.2953,0.1351,0.2384,1,0.1902,1,1,1,1,1,1,0.1044,0.1902,0.1825,1,0.4952,1,1,1,0.1536,0.4952,0.4405,1,1,1,1,1,0.175729752,0.309527516,1,1,1,1,1,1,0.096459851,0.294428647,1,1,1,1,1,1,0.196243703,0.641349196,0.753322861,0.753543474,0.753546099
-5939,1,0.1352,1,1,1,1,1,1,1,1,0.2442,0.1352,0.2465,1,0.1902,1,1,1,1,1,1,0.0918,0.1902,0.2773,1,0.4953,1,1,1,0.1683,0.4953,0.4969,1,1,1,1,1,0.159870997,0.316515714,1,1,1,1,1,1,0.082719341,0.456101656,1,1,1,1,1,1,0.199098215,0.628600478,0.756887385,0.756928284,0.757092199
-5940,1,0.1352,1,1,1,1,1,1,1,1,0.1999,0.1352,0.3014,1,0.1902,1,1,1,1,1,1,0.08,0.1902,0.373,1,0.4953,1,1,1,0.1857,0.4953,0.5167,1,1,1,1,1,0.145476744,0.433055609,1,1,1,1,1,1,0.070423067,0.550242305,1,1,1,1,1,1,0.204480723,0.608240128,0.756101982,0.756082082,0.756205674
-5941,1,0.1353,1,1,1,1,1,1,1,1,0.1623,0.1353,0.3405,1,0.1903,1,1,1,1,1,1,0.0691,0.1903,0.3983,1,0.4954,1,1,1,0.206,0.4954,0.4825,1,1,1,1,1,0.132850707,0.494182676,1,1,1,1,1,1,0.059486873,0.593646407,1,1,1,1,1,1,0.213266969,0.602970004,0.761660222,0.76179395,0.761968085
-5942,1,0.1353,1,1,1,1,1,1,1,1,0.1328,0.1353,0.3923,1,0.1903,1,1,1,1,1,1,0.0589,0.1903,0.451,1,0.4955,1,1,1,0.2295,0.4955,0.4677,1,1,1,1,1,0.122335494,0.625758827,1,1,1,1,1,1,0.050038848,0.661570668,1,1,1,1,1,1,0.22630842,0.698595762,0.76739971,0.767505818,0.767730496
-5943,1,0.1354,1,1,1,1,1,1,1,1,0.0586,0.1354,0.3101,1,0.1903,1,1,1,1,1,1,0.0765,0.1903,0.3065,1,0.4956,1,1,1,0.2495,0.4956,0.3579,1,1,1,1,1,0.054683857,0.570139587,0.944267392,1,1,1,1,1,0.054319117,0.586981773,0.988973856,1,1,1,1,1,0.326271176,0.689636588,0.770057999,0.770044426,0.770390071
-5944,1,0.1355,1,1,1,1,1,1,1,1,0.0773,0.1355,0.1691,1,0.1904,1,1,1,1,1,1,0.1544,0.1904,0.2558,1,0.4956,1,1,1,0.2025,0.4956,0.2427,1,1,1,1,1,0.120395347,0.461558312,0.951584458,1,1,1,1,1,0.113252088,0.580477238,0.995649219,1,1,1,1,1,0.382681102,0.550985098,0.776824553,0.776814047,0.777039007
-5945,1,0.1355,1,1,1,1,1,1,1,1,0.06,0.1355,0.0711,1,0.1904,1,1,1,1,1,1,0.0534,0.1904,0.1138,1,0.4957,1,1,1,0.151,0.4957,0.0612,1,1,1,1,1,0.083444834,0.341441214,0.934746146,1,1,1,1,1,0.055209354,0.378247738,1,1,1,1,1,1,0.250031382,0.331110775,0.775857902,0.775756294,0.776152482
-5946,1,0.1356,1,1,1,1,1,1,1,1,0.0278,0.1356,0,1,0.1904,1,1,1,1,1,1,0.0325,0.1904,0,1,0.4958,1,1,1,0.0879,0.4958,0,1,1,1,1,1,0.023218421,0,0.715287924,1,1,1,1,1,0.039224498,0,1,1,1,1,1,1,0.179484233,0,0.761962301,0.7620055,0.761968085
-5947,1,0.1356,1,1,1,1,1,1,1,1,0.0021,0.1356,0,1,0.1905,1,1,1,1,1,1,0.0448,0.1905,0,1,0.4958,1,1,1,0.0428,0.4958,0,1,1,1,1,1,0.018810013,0,0.479520142,1,1,1,1,1,0.071068868,0,0.823661804,1,1,1,1,1,0.125326738,0,0.765164331,0.76517876,0.765514184
-5948,1,0.1357,1,1,1,1,1,1,1,1,0.0171,0.1357,0,1,0.1905,1,1,1,1,1,1,0.1205,0.1905,0,1,0.4959,1,1,1,0.106,0.4959,0,1,1,1,1,1,0.048839495,0,0.63966608,1,1,1,1,1,0.163017303,0,0.248451844,1,1,1,1,1,0.239557311,0,0.750181247,0.750158663,0.750443262
-5949,1,0.1358,1,1,1,1,1,1,1,1,0.0127,0.1358,0,1,0.1905,1,1,1,1,1,1,0.0965,0.1905,0,1,0.496,1,1,1,0.0716,0.496,0,1,1,1,1,1,0.041625228,0,0.283604562,1,1,1,1,1,0.130796701,0,0.054085344,1,1,1,1,1,0.161501408,0,0.696230063,0.696213243,0.696365248
-5950,1,0.1358,1,1,1,1,1,1,1,1,0.0129,0.1358,0,1,0.1906,1,1,1,1,1,1,0.0439,0.1906,0,1,0.496,1,1,1,0.0701,0.496,0,1,1,1,1,1,0.027883265,0,0.264105678,1,1,1,1,1,0.072561301,0,0.104057334,1,1,1,1,1,0.18073383,0,0.624214596,0.624286017,0.624556738
-5951,1,0.1359,1,1,1,1,1,1,1,1,0.0329,0.1359,0,1,0.1906,1,1,1,1,1,1,0.0786,0.1906,0,1,0.4961,1,1,1,0.0948,0.4961,0,1,1,1,1,1,0.031517662,0,0.219525144,1,1,1,1,1,0.110572629,0,0.151208907,1,1,1,1,1,0.246114179,0,0.559449009,0.559551513,0.559397163
-5952,1,0.136,1,1,1,1,1,1,1,1,0.0149,0.136,0,1,0.1906,1,1,1,1,1,1,0.0477,0.1906,0,1,0.4962,1,1,1,0.0849,0.4962,0,1,1,1,1,1,0.019867841,0,0.185272053,1,1,1,1,1,0.056957118,0,0.101969108,1,1,1,1,1,0.18882443,0,0.511539391,0.511529511,0.511524823
-5953,1,0.136,1,1,1,1,1,1,1,1,0.0068,0.136,0,1,0.1907,1,1,1,1,1,1,0.0593,0.1907,0,1,0.4963,1,1,1,0.0754,0.4963,0,1,1,1,1,1,0.013167127,0,0.241326898,1,1,1,1,1,0.077004775,0,0.077279322,1,1,1,1,1,0.151465267,0,0.481935718,0.481912418,0.481826241
-5954,1,0.1361,1,1,1,1,1,1,1,1,0.0053,0.1361,0,1,0.1907,1,1,1,1,1,1,0.0062,0.1907,0,1,0.4963,1,1,1,0.0919,0.4963,0,1,1,1,1,1,0.009082382,0,0.127287477,1,1,1,1,1,0.026197042,0,0.038459953,1,1,1,1,1,0.181984231,0,0.464958917,0.464988365,0.46498227
-5955,1,0.1361,1,1,1,1,1,1,1,1,0.0033,0.1361,0,1,0.1907,1,1,1,1,1,1,0,0.1907,0,1,0.4964,1,1,1,0.0712,0.4964,0,1,1,1,1,1,0.005643473,0,0.044953976,1,1,1,1,1,0.01664439,0,0.019971989,1,1,1,1,1,0.098383605,0,0.457709038,0.457795642,0.457890071
-5956,1,0.1362,1,1,1,1,1,1,1,1,0,0.1362,0,1,0.1908,1,1,1,1,1,1,0,0.1908,0,1,0.4965,1,1,1,0.0375,0.4965,0,1,1,1,1,1,0.002623653,0,0.024067208,1,1,1,1,1,0.006774634,0,0.013601832,1,1,1,1,1,0.038634833,0,0.464656839,0.464776814,0.464539007
-5957,1,0.1363,1,1,1,1,1,1,1,1,0,0.1363,0,1,0.1908,1,1,1,1,1,1,0,0.1908,0,1,0.4965,1,1,1,0.033,0.4965,0,1,1,1,1,1,0.000483813,0,0.023009125,1,1,1,1,1,0.006527248,0,0.008905236,1,1,1,1,1,0.024764199,0,0.50181247,0.501798181,0.502216312
-5958,1,0.1363,1,1,1,1,1,1,1,1,0,0.1363,0.0291,1,0.1908,1,1,1,1,1,1,0.0027,0.1908,0.0211,1,0.4966,1,1,1,0.0429,0.4966,0.0114,1,1,1,1,1,0.000304776,0.123580031,0.019330844,1,1,1,1,1,0.016243782,0.11636962,0,1,1,1,1,1,0.022988198,0.085995264,0.569296762,0.569282843,0.569592199
-5959,1,0.1364,1,1,1,1,1,1,1,1,0,0.1364,0.1833,1,0.1909,1,1,1,1,1,1,0.0031,0.1909,0.1874,1,0.4967,1,1,1,0.0298,0.4967,0.1546,1,1,1,1,1,6.13E-05,0.358814359,0.047075283,1,1,1,1,1,0.013831247,0.357382953,0,1,1,1,1,1,0.005698724,0.302329183,0.619623006,0.619631902,0.619680851
-5960,1,0.1365,1,1,1,1,1,1,1,1,0,0.1365,0.3117,1,0.1909,1,1,1,1,1,1,0,0.1909,0.2569,1,0.4967,1,1,1,0.0314,0.4967,0.2627,1,1,1,1,1,0,0.465008944,0.012487499,1,1,1,1,1,0.003823507,0.313989997,0,1,1,1,1,1,0.005617807,0.490541995,0.649045433,0.649037444,0.649379433
-5961,1,0.1365,1,1,1,1,1,1,1,1,0,0.1365,0.4065,1,0.1909,1,1,1,1,1,1,0,0.1909,0.3506,1,0.4968,1,1,1,0.0264,0.4968,0.447,1,1,1,1,1,0,0.521941125,0.020607334,1,1,1,1,1,5.96E-06,0.46344921,0,1,1,1,1,1,0.006229387,0.712670505,0.673695022,0.673577322,0.673758865
-5962,1,0.1366,1,1,1,1,1,1,1,1,0.0056,0.1366,0.4223,1,0.191,1,1,1,1,1,1,0,0.191,0.3533,1,0.4969,1,1,1,0.0408,0.4969,0.5246,1,1,1,1,1,0.004389509,0.506582737,0.04749329,1,1,1,1,1,0,0.472142935,0,1,1,1,1,1,0.004438029,0.686561108,0.696592557,0.696636344,0.696808511
-5963,1,0.1366,1,1,1,1,1,1,1,1,0.0134,0.1366,0.4042,1,0.191,1,1,1,1,1,1,0,0.191,0.3779,1,0.497,1,1,1,0.0286,0.497,0.6181,1,1,1,1,1,0.005197558,0.548367858,0.034554631,1,1,1,1,1,0,0.542437911,0,1,1,1,1,1,0.003888529,0.600078225,0.710306912,0.710387138,0.710549645
-5964,1,0.1367,1,1,1,1,1,1,1,1,0.0134,0.1367,0.4151,1,0.191,1,1,1,1,1,1,0,0.191,0.4124,1,0.497,1,1,1,0.0345,0.497,0.5332,1,1,1,1,1,0.000567326,0.561560929,0.041288555,1,1,1,1,1,0,0.627911866,0.04128927,1,1,1,1,1,0.003903295,0.578067124,0.716771387,0.716733658,0.717198582
-5965,1,0.1368,1,1,1,1,1,1,1,1,0.0429,0.1368,0.5723,1,0.1911,1,1,1,1,1,1,0.0016,0.1911,0.5579,1,0.4971,1,1,1,0.0312,0.4971,0.5245,1,1,1,1,1,0.009951531,0.717249632,0.009462653,1,1,1,1,1,0.008812679,0.834169805,0,1,1,1,1,1,0.003880593,0.527032971,0.732237796,0.732388407,0.732269504
-5966,1,0.1368,1,1,1,1,1,1,1,1,0.0595,0.1368,0.42,1,0.1911,1,1,1,1,1,1,0.0047,0.1911,0.4595,1,0.4972,1,1,1,0.0242,0.4972,0.5284,1,1,1,1,1,0.013655808,0.57770133,0.016905699,1,1,1,1,1,0.006023961,0.59742862,0,1,1,1,1,1,0.002945176,0.569603324,0.744200097,0.744235244,0.744680851
-5967,1,0.1369,1,1,1,1,1,1,1,1,0.1101,0.1369,0.3031,1,0.1911,1,1,1,1,1,1,0.0447,0.1911,0.3614,1,0.4972,1,1,1,0.0166,0.4972,0.3663,1,1,1,1,1,0.031230699,0.454265654,0.045591258,1,1,1,1,1,0.04134614,0.497934878,0,1,1,1,1,1,0.011067774,0.488136202,0.750060416,0.750158663,0.750443262
-5968,1,0.137,1,1,1,1,1,1,1,1,0.1285,0.137,0.208,1,0.1912,1,1,1,1,1,1,0.0236,0.1912,0.2101,1,0.4973,1,1,1,0.0134,0.4973,0.1759,1,1,1,1,1,0.03728161,0.364834994,0.023397695,1,1,1,1,1,0.028908219,0.331563592,0,1,1,1,1,1,0.009209049,0.305673063,0.750543741,0.750793315,0.750886525
-5969,1,0.137,1,1,1,1,1,1,1,1,0.0665,0.137,0.0589,1,0.1912,1,1,1,1,1,1,0.0117,0.1912,0.0484,1,0.4974,1,1,1,0.013,0.4974,0.0503,1,1,1,1,1,0.0344055,0.124025799,0.006887906,1,1,1,1,1,0.019706536,0.092220061,0,1,1,1,1,1,0.013804009,0.088364087,0.740877235,0.740850434,0.741134752
-5970,1,0.1371,1,1,1,1,1,1,1,1,0.0929,0.1371,0,1,0.1912,1,1,1,1,1,1,0.0031,0.1912,0,1,0.4974,1,1,1,0.0287,0.4974,0,1,1,1,1,1,0.060429662,0,0.027498685,1,1,1,1,1,0.008803165,0,0,1,1,1,1,1,0.08981844,0,0.726739971,0.726676539,0.726950355
-5971,1,0.1371,1,1,1,1,1,1,1,1,0.1494,0.1371,0,1,0.1913,1,1,1,1,1,1,0.0122,0.1913,0,1,0.4975,1,1,1,0.0694,0.4975,0,1,1,1,1,1,0.184030995,0,0.069434009,1,1,1,1,1,0.028459081,0,0.017873561,1,1,1,1,1,0.224893793,0,0.740514741,0.740638883,0.740691489
-5972,1,0.1372,1,1,1,1,1,1,1,1,0.1055,0.1372,0,1,0.1913,1,1,1,1,1,1,0.0042,0.1913,0,1,0.4976,1,1,1,0.0294,0.4976,0,1,1,1,1,1,0.12487901,0,0.068475574,1,1,1,1,1,0.009555542,0,0.030442674,1,1,1,1,1,0.095137991,0,0.730364911,0.730484451,0.730496454
-5973,1,0.1373,1,1,1,1,1,1,1,1,0.0868,0.1373,0,1,0.1913,1,1,1,1,1,1,0.0904,0.1913,0,1,0.4976,1,1,1,0.0233,0.4976,0,1,1,1,1,1,0.088014461,0,0.080878749,1,1,1,1,1,0.101077721,0,0.014940837,1,1,1,1,1,0.09359993,0,0.681246979,0.681404696,0.681294326
-5974,1,0.1373,1,1,1,1,1,1,1,1,0.1109,0.1373,0,1,0.1914,1,1,1,1,1,1,0.1231,0.1914,0,1,0.4977,1,1,1,0.0337,0.4977,0,1,1,1,1,1,0.103047058,0,0.032123711,1,1,1,1,1,0.129430011,0,0,1,1,1,1,1,0.148312792,0,0.614125181,0.614131585,0.614361702
-5975,1,0.1374,1,1,1,1,1,1,1,1,0.093,0.1374,0,1,0.1914,1,1,1,1,1,1,0.1661,0.1914,0,1,0.4978,1,1,1,0.0275,0.4978,0,1,1,1,1,1,0.078244023,0,0.059068274,1,1,1,1,1,0.163503364,0,0.012567801,1,1,1,1,1,0.090896346,0,0.552803287,0.552781891,0.552748227
-5976,1,0.1375,1,1,1,1,1,1,1,1,0.0703,0.1375,0,1,0.1914,1,1,1,1,1,1,0.1381,0.1914,0,1,0.4979,1,1,1,0.0205,0.4979,0,1,1,1,1,1,0.070897885,0,0.036388308,1,1,1,1,1,0.142078087,0,0,1,1,1,1,1,0.046557847,0,0.510210246,0.510260207,0.510638298
-5977,1,0.1375,1,1,1,1,1,1,1,1,0.0664,0.1375,0,1,0.1915,1,1,1,1,1,1,0.109,0.1915,0,1,0.4979,1,1,1,0.0411,0.4979,0,1,1,1,1,1,0.072409943,0,0.026423514,1,1,1,1,1,0.118798241,0,0,1,1,1,1,1,0.066204026,0,0.48398985,0.484027925,0.484042553
-5978,1,0.1376,1,1,1,1,1,1,1,1,0.0371,0.1376,0,1,0.1915,1,1,1,1,1,1,0.1453,0.1915,0,1,0.498,1,1,1,0.0744,0.498,0,1,1,1,1,1,0.042199798,0,0.003798511,1,1,1,1,1,0.117930807,0,0,1,1,1,1,1,0.159532696,0,0.468160947,0.468161625,0.468085106
-5979,1,0.1376,1,1,1,1,1,1,1,1,0.0305,0.1376,0,1,0.1915,1,1,1,1,1,1,0.2383,0.1915,0,1,0.4981,1,1,1,0.0895,0.4981,0,1,1,1,1,1,0.036882583,0,0.003186311,1,1,1,1,1,0.179172128,0,0,1,1,1,1,1,0.191341802,0,0.460367327,0.460545801,0.460549645
-5980,1,0.1377,1,1,1,1,1,1,1,1,0.046,0.1377,0,1,0.1916,1,1,1,1,1,1,0.0505,0.1916,0,1,0.4981,1,1,1,0.0846,0.4981,0,1,1,1,1,1,0.055530336,0,0.028958339,1,1,1,1,1,0.064155534,0,0.03532749,1,1,1,1,1,0.21950002,0,0.468523441,0.468584726,0.468528369
-5981,1,0.1378,1,1,1,1,1,1,1,1,0.052,0.1378,0,1,0.1916,1,1,1,1,1,1,0.0597,0.1916,0,1,0.4982,1,1,1,0.084,0.4982,0,1,1,1,1,1,0.077730529,0,0.023053024,1,1,1,1,1,0.072313786,0,0.084491104,1,1,1,1,1,0.277967066,0,0.506766554,0.506663846,0.506648936
-5982,1,0.1378,1,1,1,1,1,1,1,1,0.0396,0.1378,0.0156,1,0.1916,1,1,1,1,1,1,0.0387,0.1916,0.0104,1,0.4983,1,1,1,0.0747,0.4983,0.0122,1,1,1,1,1,0.092917517,0.102800414,0,1,1,1,1,1,0.052261163,0.091637596,0,1,1,1,1,1,0.271518379,0.235502526,0.575277912,0.575417813,0.57535461
-5983,1,0.1379,1,1,1,1,1,1,1,1,0.0289,0.1379,0.1777,1,0.1917,1,1,1,1,1,1,0.019,0.1917,0.182,1,0.4983,1,1,1,0.0858,0.4983,0.1842,1,1,1,1,1,0.054429609,0.424200326,0.007863286,1,1,1,1,1,0.014999962,0.458674043,0.048335604,1,1,1,1,1,0.347762883,0.611143053,0.628020783,0.628093928,0.628102837
-5984,1,0.138,1,1,1,1,1,1,1,1,0.0136,0.138,0.3414,1,0.1917,1,1,1,1,1,1,0,0.1917,0.3132,1,0.4984,1,1,1,0.0415,0.4984,0.3851,1,1,1,1,1,0.021973809,0.640088022,0.069944344,1,1,1,1,1,0.007060204,0.643333912,0.149048969,1,1,1,1,1,0.148049757,0.816150188,0.66481392,0.664692194,0.664893617
-5985,1,0.138,1,1,1,1,1,1,1,1,0.0051,0.138,0.4545,1,0.1917,1,1,1,1,1,1,0,0.1917,0.441,1,0.4985,1,1,1,0.0177,0.4985,0.5391,1,1,1,1,1,0.015129083,0.694108725,0.119302124,1,1,1,1,1,2.74E-05,0.73991549,0.001774869,1,1,1,1,1,0.07126072,0.878459036,0.699552924,0.699809604,0.699911348
-5986,1,0.1381,1,1,1,1,1,1,1,1,0.0052,0.1381,0.5332,1,0.1918,1,1,1,1,1,1,0,0.1918,0.5768,1,0.4986,1,1,1,0.0067,0.4986,0.6514,1,1,1,1,1,0.002366751,0.770029902,0.082650892,1,1,1,1,1,0.000161997,0.825179577,0.027819112,1,1,1,1,1,0.026639383,0.898364782,0.733627356,0.733657711,0.734042553
-5987,1,0.1381,1,1,1,1,1,1,1,1,0.0293,0.1381,0.5542,1,0.1918,1,1,1,1,1,1,0.0014,0.1918,0.5987,1,0.4986,1,1,1,0.0125,0.4986,0.6601,1,1,1,1,1,0.009054823,0.765254617,0.088944927,1,1,1,1,1,0.002190965,0.853678524,0.089170687,1,1,1,1,1,0.046494793,0.899227917,0.765466409,0.765601862,0.765957447
-5988,1,0.1382,1,1,1,1,1,1,1,1,0.0473,0.1382,0.5877,1,0.1918,1,1,1,1,1,1,0.0008,0.1918,0.6058,1,0.4987,1,1,1,0.0178,0.4987,0.6122,1,1,1,1,1,0.022993993,0.780810714,0.098923154,1,1,1,1,1,0.009599008,0.830108702,0.129509166,1,1,1,1,1,0.076003499,0.842093945,0.787820203,0.787814682,0.788120567
-5989,1,0.1383,1,1,1,1,1,1,1,1,0.0408,0.1383,0.5931,1,0.1919,1,1,1,1,1,1,0.0019,0.1919,0.5975,1,0.4988,1,1,1,0.0109,0.4988,0.5883,1,1,1,1,1,0.018590689,0.823780775,0.07489486,1,1,1,1,1,0.026125096,0.816614926,0.086955242,1,1,1,1,1,0.026900506,0.896087945,0.807696955,0.807700444,0.808067376
-5990,1,0.1383,1,1,1,1,1,1,1,1,0.072,0.1383,0.5437,1,0.1919,1,1,1,1,1,1,0.0172,0.1919,0.5655,1,0.4988,1,1,1,0.0316,0.4988,0.5636,1,1,1,1,1,0.021013908,0.829051197,0.025363509,1,1,1,1,1,0.028400769,0.799843132,0.053967282,1,1,1,1,1,0.071271792,0.852163017,0.822015466,0.82208589,0.822251773
-5991,1,0.1384,1,1,1,1,1,1,1,1,0.1254,0.1384,0.4321,1,0.1919,1,1,1,1,1,1,0.0018,0.1919,0.4518,1,0.4989,1,1,1,0.0152,0.4989,0.4374,1,1,1,1,1,0.021364611,0.77479136,0.065937668,1,1,1,1,1,0.021797378,0.780996919,0.074759424,1,1,1,1,1,0.035785303,0.787520885,0.828359111,0.82843241,0.828900709
-5992,1,0.1385,1,1,1,1,1,1,1,1,0.2055,0.1385,0.2742,1,0.192,1,1,1,1,1,1,0,0.192,0.3123,1,0.499,1,1,1,0.0068,0.499,0.2694,1,1,1,1,1,0.043151043,0.640737414,0.137817502,1,1,1,1,1,0.043287195,0.659892976,0.101069115,1,1,1,1,1,0.019422833,0.61573118,0.828117448,0.828220859,0.828457447
-5993,1,0.1385,1,1,1,1,1,1,1,1,0.1029,0.1385,0.0898,1,0.192,1,1,1,1,1,1,0,0.192,0.1255,1,0.499,1,1,1,0.0083,0.499,0.0799,1,1,1,1,1,0.017360311,0.35890004,0.176832557,1,1,1,1,1,0.026721463,0.405255318,0.252146065,1,1,1,1,1,0.018496338,0.397576898,0.810234413,0.810239052,0.810283688
-5994,1,0.1386,1,1,1,1,1,1,1,1,0.0886,0.1386,0,1,0.192,1,1,1,1,1,1,0,0.192,0,1,0.4991,1,1,1,0.018,0.4991,0,1,1,1,1,1,0.021828212,0,0.101047449,1,1,1,1,1,0.020349441,0,0.249583274,1,1,1,1,1,0.026352873,0,0.78298695,0.782949016,0.783244681
-5995,1,0.1386,1,1,1,1,1,1,1,1,0.0448,0.1386,0,1,0.1921,1,1,1,1,1,1,0.0925,0.1921,0,1,0.4992,1,1,1,0.0439,0.4992,0,1,1,1,1,1,0.018395089,0,0.042895794,1,1,1,1,1,0.090662338,0,0.108683251,1,1,1,1,1,0.046838198,0,0.783349444,0.783372118,0.783687943
-5996,1,0.1387,1,1,1,1,1,1,1,1,0.0667,0.1387,0,1,0.1921,1,1,1,1,1,1,0.0836,0.1921,0,1,0.4993,1,1,1,0.0548,0.4993,0,1,1,1,1,1,0.028573651,0,0.080336355,1,1,1,1,1,0.098002255,0,0.048257858,1,1,1,1,1,0.068295203,0,0.766735138,0.766659615,0.766843972
-5997,1,0.1388,1,1,1,1,1,1,1,1,0.0452,0.1388,0,1,0.1921,1,1,1,1,1,1,0.0105,0.1921,0,1,0.4993,1,1,1,0.0424,0.4993,0,1,1,1,1,1,0.039511546,0,0.075490654,1,1,1,1,1,0.072646141,0,0.119761527,1,1,1,1,1,0.078796446,0,0.720456742,0.72054157,0.720744681
-5998,1,0.1388,1,1,1,1,1,1,1,1,0.1527,0.1388,0,1,0.1922,1,1,1,1,1,1,0.0231,0.1922,0,1,0.4994,1,1,1,0.0615,0.4994,0,1,1,1,1,1,0.139827818,0,0.119851753,1,1,1,1,1,0.072293758,0,0.161595821,1,1,1,1,1,0.086367652,0,0.659195263,0.659191876,0.659574468
-5999,1,0.1389,1,1,1,1,1,1,1,1,0.0901,0.1389,0,1,0.1922,1,1,1,1,1,1,0,0.1922,0,1,0.4995,1,1,1,0.0477,0.4995,0,1,1,1,1,1,0.101670042,0,0.144589305,1,1,1,1,1,0.035052162,0,0.144659162,1,1,1,1,1,0.073491931,0,0.597087965,0.596995981,0.597074468
-6000,1,0.139,1,1,1,1,1,1,1,1,0.1662,0.139,0,1,0.1922,1,1,1,1,1,1,0.0459,0.1922,0,1,0.4995,1,1,1,0.0678,0.4995,0,1,1,1,1,1,0.142270789,0,0.272694886,1,1,1,1,1,0.099078201,0,0.451789558,1,1,1,1,1,0.133135334,0,0.550024166,0.550031733,0.550088652
-6001,1,0.139,1,1,1,1,1,1,1,1,0.1725,0.139,0,1,0.1923,1,1,1,1,1,1,0.1051,0.1923,0,1,0.4996,1,1,1,0.06,0.4996,0,1,1,1,1,1,0.174543083,0,0.421237111,1,1,1,1,1,0.132789373,0,0.352283776,1,1,1,1,1,0.182319686,0,0.518608023,0.518722234,0.519060284
-6002,1,0.1391,1,1,1,1,1,1,1,1,0.263,0.1391,0,1,0.1923,1,1,1,1,1,1,0.1314,0.1923,0,1,0.4997,1,1,1,0.1112,0.4997,0,1,1,1,1,1,0.264144421,0,0.460700244,1,1,1,1,1,0.212689102,0,0.267158926,1,1,1,1,1,0.326134741,0,0.499758337,0.499894225,0.5
-6003,1,0.1391,1,1,1,1,1,1,1,1,0.2888,0.1391,0,1,0.1923,1,1,1,1,1,1,0.1775,0.1923,0,1,0.4997,1,1,1,0.1388,0.4997,0,1,1,1,1,1,0.317258775,0,0.32569623,1,1,1,1,1,0.227030963,0,0.437097102,1,1,1,1,1,0.374296129,0,0.489306428,0.489316691,0.489361702
-6004,1,0.1392,1,1,1,1,1,1,1,1,0.2439,0.1392,0,1,0.1924,1,1,1,1,1,1,0.1181,0.1924,0,1,0.4998,1,1,1,0.1854,0.4998,0,1,1,1,1,1,0.236760184,0,0.31124109,1,1,1,1,1,0.181682378,0,0.35007596,1,1,1,1,1,0.4652794,0,0.487554374,0.487624286,0.487588652
-6005,1,0.1393,1,1,1,1,1,1,1,1,0.1321,0.1393,0,1,0.1924,1,1,1,1,1,1,0.1452,0.1924,0,1,0.4999,1,1,1,0.1724,0.4999,0,1,1,1,1,1,0.138028443,0,0.226705596,1,1,1,1,1,0.191113085,0,0.286235332,1,1,1,1,1,0.41775766,0,0.50181247,0.501798181,0.502216312
-6006,1,0.1393,1,1,1,1,1,1,1,1,0.1705,0.1393,0.0115,1,0.1924,1,1,1,1,1,1,0.1646,0.1924,0.0229,1,0.4999,1,1,1,0.1537,0.4999,0.0067,1,1,1,1,1,0.221906975,0.117262945,0.176943585,1,1,1,1,1,0.187543839,0.055482075,0.281052649,1,1,1,1,1,0.431357473,0.006247377,0.523682939,0.52379945,0.523492908
-6007,1,0.1394,1,1,1,1,1,1,1,1,0.182,0.1394,0.1767,1,0.1925,1,1,1,1,1,1,0.14,0.1925,0.1488,1,0.5,1,1,1,0.2054,0.5,0.0856,1,1,1,1,1,0.208804697,0.341635019,0.236427605,1,1,1,1,1,0.150320962,0.25512749,0.168065727,1,1,1,1,1,0.466437459,0.315279186,0.560536491,0.560609266,0.56072695
-6008,1,0.1394,1,1,1,1,1,1,1,1,0.2374,0.1394,0.3089,1,0.1925,1,1,1,1,1,1,0.2581,0.1925,0.2908,1,0.5,1,1,1,0.365,0.5,0.2128,1,1,1,1,1,0.323783875,0.459548593,0.240054533,1,1,1,1,1,0.293893784,0.431467772,0.335571468,1,1,1,1,1,0.589317203,0.413381189,0.614789754,0.614766237,0.614804965
-6009,1,0.1394,1,1,1,1,1,1,1,1,0.2331,0.1394,0.4449,1,0.1925,1,1,1,1,1,1,0.2784,0.1925,0.4346,1,0.5,1,1,1,0.4839,0.5,0.2725,1,1,1,1,1,0.339126289,0.632744253,0.178052217,1,1,1,1,1,0.326298624,0.628556252,0.357297927,1,1,1,1,1,0.673391223,0.39873603,0.660161914,0.66024963,0.660460993
-6010,1,0.1394,1,1,1,1,1,1,1,1,0.3766,0.1394,0.5362,1,0.1925,1,1,1,1,1,1,0.5268,0.1925,0.5418,1,0.5,1,1,1,0.5577,0.5,0.3764,1,1,1,1,1,0.516341031,0.720212162,0.206216902,1,1,1,1,1,0.54102093,0.776270628,0.486754954,1,1,1,1,1,0.700201929,0.477645606,0.693390527,0.693463084,0.693705674
-6011,1,0.1394,1,1,1,1,1,1,1,1,0.4994,0.1394,0.57,1,0.1925,1,1,1,1,1,1,0.4674,0.1925,0.4529,1,0.5,1,1,1,0.5513,0.5,0.4495,1,1,1,1,1,0.600580812,0.805724204,0.444039911,1,1,1,1,1,0.540727735,0.61908114,1,1,1,1,1,1,0.655125916,0.716072977,0.711636056,0.711656442,0.711879433
-6012,1,0.1394,1,1,1,1,1,1,1,1,0.6019,0.1394,0.5135,1,0.1925,1,1,1,1,1,1,0.4697,0.1925,0.4359,1,0.5,1,1,1,0.62,0.5,0.3783,1,1,1,1,1,0.622774959,0.704189241,0.839558661,1,1,1,1,1,0.571571946,0.647052824,1,1,1,1,1,1,0.688858747,0.779904962,0.720940068,0.720964671,0.721187943
-6013,1,0.1394,1,1,1,1,1,1,1,1,0.6425,0.1394,0.2195,1,0.1925,1,1,1,1,1,1,0.5728,0.1925,0.2553,1,0.5,1,1,1,0.7235,0.5,0.3014,1,1,1,1,1,0.692257345,0.315516144,0.973973572,1,1,1,1,1,0.628952622,0.340657592,1,1,1,1,1,1,0.82493788,0.328341186,0.722692122,0.722657076,0.722960993
-6014,1,0.1394,1,1,1,1,1,1,1,1,0.6703,0.1394,0.4304,1,0.1925,1,1,1,1,1,1,0.5061,0.1925,0.4062,1,0.5,1,1,1,0.83,0.5,0.3896,1,1,1,1,1,0.692470908,0.553966999,1,1,1,1,1,1,0.621869683,0.5386886,1,1,1,1,1,1,0.874476969,0.771176517,0.721242146,0.721176222,0.721631206
-6015,1,0.1394,1,1,1,1,1,1,1,1,0.5848,0.1394,0.3597,1,0.1925,1,1,1,1,1,1,0.4159,0.1925,0.3526,1,0.5,1,1,1,0.8511,0.5,0.3054,1,1,1,1,1,0.501482964,0.548487961,1,1,1,1,1,1,0.537974,0.540819168,1,1,1,1,1,1,0.884032428,0.609794974,0.719188014,0.719060715,0.719414894
-6016,1,0.1394,1,1,1,1,1,1,1,1,0.7101,0.1394,0.2144,1,0.1925,1,1,1,1,1,1,0.3319,0.1925,0.1845,1,0.5,1,1,1,0.8687,0.5,0.1427,1,1,1,1,1,0.653491855,0.407101333,1,1,1,1,1,1,0.444016606,0.241087824,1,1,1,1,1,1,0.892572701,0.510101259,0.718704688,0.718637614,0.718971631
-6017,1,0.1394,1,1,1,1,1,1,1,1,0.6876,0.1394,0.0314,1,0.1925,1,1,1,1,1,1,0.2988,0.1925,0.0227,1,0.5,1,1,1,0.8475,0.5,0.0119,1,1,1,1,1,0.584894836,0.065185234,1,1,1,1,1,1,0.337596536,0.021789953,1,1,1,1,1,1,0.881177306,0.175864488,0.718221363,0.718214512,0.718528369
-6018,1,0.1394,1,1,1,1,1,1,1,1,0.6239,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1861,0.1925,0,1,0.5,1,1,1,0.8136,0.5,0,1,1,1,1,1,0.425092578,0,1,1,1,1,1,1,0.257384837,0,1,1,1,1,1,1,0.869086564,0,0.719248429,0.719272266,0.719414894
-6019,1,0.1394,1,1,1,1,1,1,1,1,0.6,0.1394,0,1,0.1925,1,1,1,1,1,1,0.047,0.1925,0,1,0.5,1,1,1,0.7526,0.5,0,1,1,1,1,1,0.492502183,0,1,1,1,1,1,1,0.093047433,0,1,1,1,1,1,1,0.88769412,0,0.72341711,0.723291728,0.723847518
-6020,1,0.1394,1,1,1,1,1,1,1,1,0.5793,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0531,0.1925,0,1,0.5,1,1,1,0.7858,0.5,0,1,1,1,1,1,0.442642272,0,1,1,1,1,1,1,0.065541267,0,1,1,1,1,1,1,0.87024492,0,0.701667472,0.70171356,0.70212766
-6021,1,0.1394,1,1,1,1,1,1,1,1,0.2321,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0142,0.1925,0,1,0.5,1,1,1,0.7444,0.5,0,1,1,1,1,1,0.118143365,0,1,1,1,1,1,1,0.024681844,0,1,1,1,1,1,1,0.803373039,0,0.65979942,0.659614978,0.66001773
-6022,1,0.1394,1,1,1,1,1,1,1,1,0.1256,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1282,0.1925,0,1,0.5,1,1,1,0.6535,0.5,0,1,1,1,1,1,0.071695447,0,1,1,1,1,1,1,0.114611469,0,1,1,1,1,1,1,0.69526583,0,0.600410826,0.600380791,0.600620567
-6023,1,0.1394,1,1,1,1,1,1,1,1,0.1982,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2164,0.1925,0,1,0.5,1,1,1,0.5561,0.5,0,1,1,1,1,1,0.252884477,0,0.964363039,1,1,1,1,1,0.203218788,0,0.380767286,1,1,1,1,1,0.58016783,0,0.539028516,0.539031098,0.539007092
-6024,1,0.1394,1,1,1,1,1,1,1,1,0.2326,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2934,0.1925,0,1,0.5,1,1,1,0.522,0.5,0,1,1,1,1,1,0.329701245,0,0.771039307,1,1,1,1,1,0.269604594,0,0.187064931,1,1,1,1,1,0.669675529,0,0.493716771,0.493759255,0.493794326
-6025,1,0.1394,1,1,1,1,1,1,1,1,0.2116,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1275,0.1925,0,1,0.5,1,1,1,0.3746,0.5,0,1,1,1,1,1,0.277370751,0,0.65467912,1,1,1,1,1,0.127277374,0,0.28100577,1,1,1,1,1,0.523932993,0,0.46338811,0.463295959,0.463652482
-6026,1,0.1394,1,1,1,1,1,1,1,1,0.1275,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1093,0.1925,0,1,0.5,1,1,1,0.3247,0.5,0,1,1,1,1,1,0.177121028,0,0.338238299,1,1,1,1,1,0.112711832,0,0.38052386,1,1,1,1,1,0.547805905,0,0.441638473,0.441717791,0.441489362
-6027,1,0.1394,1,1,1,1,1,1,1,1,0.1293,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1473,0.1925,0,1,0.5,1,1,1,0.2456,0.5,0,1,1,1,1,1,0.181966156,0,0.136732996,1,1,1,1,1,0.153315142,0,0.207187176,1,1,1,1,1,0.539690793,0,0.428951184,0.428813201,0.429078014
-6028,1,0.1394,1,1,1,1,1,1,1,1,0.0956,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1807,0.1925,0,1,0.5,1,1,1,0.1532,0.5,0,1,1,1,1,1,0.149742231,0,0.079691082,1,1,1,1,1,0.190575138,0,0.083061785,1,1,1,1,1,0.401127756,0,0.423392943,0.423312883,0.423315603
-6029,1,0.1394,1,1,1,1,1,1,1,1,0.0738,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1356,0.1925,0,1,0.5,1,1,1,0.1131,0.5,0,1,1,1,1,1,0.113218963,0,0.060098767,1,1,1,1,1,0.131537497,0,0.070504718,1,1,1,1,1,0.298578799,0,0.427440793,0.427543897,0.427748227
-6030,1,0.1394,1,1,1,1,1,1,1,1,0.0699,0.1394,0.001,1,0.1925,1,1,1,1,1,1,0.0707,0.1925,0.003,1,0.5,1,1,1,0.1296,0.5,0.0049,1,1,1,1,1,0.078904249,0.002765674,0.144085303,1,1,1,1,1,0.063846797,0.032806188,0.121990845,1,1,1,1,1,0.326773942,0.008787628,0.437711455,0.437909879,0.437943262
-6031,1,0.1394,1,1,1,1,1,1,1,1,0.0482,0.1394,0.1336,1,0.1925,1,1,1,1,1,1,0.045,0.1925,0.1512,1,0.5,1,1,1,0.1279,0.5,0.1705,1,1,1,1,1,0.064226419,0.289121717,0.133341789,1,1,1,1,1,0.05355433,0.466085106,0.031282201,1,1,1,1,1,0.311639339,0.199413866,0.458977767,0.458853395,0.459219858
-6032,1,0.1394,1,1,1,1,1,1,1,1,0.0331,0.1394,0.2726,1,0.1925,1,1,1,1,1,1,0.0209,0.1925,0.3599,1,0.5,1,1,1,0.1311,0.5,0.3234,1,1,1,1,1,0.051407803,0.531296372,0.104293585,1,1,1,1,1,0.021341253,0.771223664,0.057785083,1,1,1,1,1,0.304567456,0.350069314,0.496314645,0.496297863,0.496453901
-6033,1,0.1394,1,1,1,1,1,1,1,1,0.038,0.1394,0.3365,1,0.1925,1,1,1,1,1,1,0.0633,0.1925,0.4842,1,0.5,1,1,1,0.1555,0.5,0.4318,1,1,1,1,1,0.048164736,0.626157999,0.184518665,1,1,1,1,1,0.047332495,0.832630515,0.147003919,1,1,1,1,1,0.326240331,0.538159192,0.528999517,0.528876666,0.529255319
-6034,1,0.1394,1,1,1,1,1,1,1,1,0.0196,0.1394,0.3469,1,0.1925,1,1,1,1,1,1,0.0475,0.1925,0.5349,1,0.5,1,1,1,0.0694,0.5,0.5625,1,1,1,1,1,0.004493305,0.640071273,0.274346679,1,1,1,1,1,0.037690572,0.842903197,0.180880368,1,1,1,1,1,0.159428433,0.566937149,0.549117931,0.54918553,0.549202128
-6035,1,0.1394,1,1,1,1,1,1,1,1,0.016,0.1394,0.4095,1,0.1925,1,1,1,1,1,1,0.0284,0.1925,0.5971,1,0.5,1,1,1,0.019,0.5,0.5204,1,1,1,1,1,0.007111216,0.715521097,0.194186062,1,1,1,1,1,0.026025074,0.872431695,0.19840838,1,1,1,1,1,0.058379404,0.62867415,0.562409377,0.562513222,0.5625
-6036,1,0.1394,1,1,1,1,1,1,1,1,0.0102,0.1394,0.4632,1,0.1925,1,1,1,1,1,1,0.102,0.1925,0.6394,1,0.5,1,1,1,0.0458,0.5,0.5789,1,1,1,1,1,0.021118207,0.792943954,0.118832812,1,1,1,1,1,0.073718846,0.924996734,0.293707609,1,1,1,1,1,0.136218563,0.658476412,0.572559207,0.572667654,0.572695035
-6037,1,0.1394,1,1,1,1,1,1,1,1,0.0151,0.1394,0.5323,1,0.1925,1,1,1,1,1,1,0.0742,0.1925,0.6527,1,0.5,1,1,1,0.0527,0.5,0.5069,1,1,1,1,1,0.037246779,0.862360716,0.273012429,1,1,1,1,1,0.055193342,0.913484454,0.52298981,1,1,1,1,1,0.142805636,0.578448296,0.57322378,0.573302306,0.57358156
-6038,1,0.1394,1,1,1,1,1,1,1,1,0.02,0.1394,0.518,1,0.1925,1,1,1,1,1,1,0.0491,0.1925,0.6106,1,0.5,1,1,1,0.0531,0.5,0.4346,1,1,1,1,1,0.051033899,0.846346736,0.143917829,1,1,1,1,1,0.042472381,0.88422662,0.215097919,1,1,1,1,1,0.158279821,0.686652482,0.576486225,0.576475566,0.576684397
-6039,1,0.1394,1,1,1,1,1,1,1,1,0.0274,0.1394,0.4231,1,0.1925,1,1,1,1,1,1,0.0847,0.1925,0.4927,1,0.5,1,1,1,0.0697,0.5,0.4292,1,1,1,1,1,0.071302086,0.803363681,0.040047817,1,1,1,1,1,0.071039341,0.835840225,0.17606546,1,1,1,1,1,0.191136703,0.733179271,0.581923635,0.581975883,0.582446809
-6040,1,0.1394,1,1,1,1,1,1,1,1,0.0327,0.1394,0.2899,1,0.1925,1,1,1,1,1,1,0.062,0.1925,0.3517,1,0.5,1,1,1,0.0371,0.5,0.2713,1,1,1,1,1,0.062791273,0.726038575,0.111870006,1,1,1,1,1,0.051167313,0.754135072,0.107805498,1,1,1,1,1,0.087663695,0.638957381,0.592677622,0.592764967,0.592641844
-6041,1,0.1394,1,1,1,1,1,1,1,1,0.023,0.1394,0.1016,1,0.1925,1,1,1,1,1,1,0.0032,0.1925,0.1467,1,0.5,1,1,1,0.0453,0.5,0.0869,1,1,1,1,1,0.066236861,0.484590769,0.061711065,1,1,1,1,1,0.00654254,0.473119915,0,1,1,1,1,1,0.104333766,0.378353029,0.601437893,0.601438545,0.601507092
-6042,1,0.1394,1,1,1,1,1,1,1,1,0.0303,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0156,0.1925,0,1,0.5,1,1,1,0.0964,0.5,0,1,1,1,1,1,0.08894933,0,0.065143541,1,1,1,1,1,0.028029215,0,0,1,1,1,1,1,0.227382511,0,0.599202513,0.599323038,0.59929078
-6043,1,0.1394,1,1,1,1,1,1,1,1,0.0098,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0289,0.1925,0,1,0.5,1,1,1,0.0415,0.5,0,1,1,1,1,1,0.04964054,0,0.059840545,1,1,1,1,1,0.038767558,0,0,1,1,1,1,1,0.088806093,0,0.614608507,0.614766237,0.614804965
-6044,1,0.1394,1,1,1,1,1,1,1,1,0.0161,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1316,0.1925,0,1,0.5,1,1,1,0.098,0.5,0,1,1,1,1,1,0.113383181,0,0.057826854,1,1,1,1,1,0.172406331,0,0,1,1,1,1,1,0.158609226,0,0.603552441,0.603554051,0.603723404
-6045,1,0.1394,1,1,1,1,1,1,1,1,0.0477,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2908,0.1925,0,1,0.5,1,1,1,0.1104,0.5,0,1,1,1,1,1,0.279821217,0,0.011324358,1,1,1,1,1,0.33037886,0,0.003309424,1,1,1,1,1,0.148797527,0,0.560113581,0.560186165,0.560283688
-6046,1,0.1394,1,1,1,1,1,1,1,1,0.0752,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1937,0.1925,0,1,0.5,1,1,1,0.1281,0.5,0,1,1,1,1,1,0.236044422,0,0.00594013,1,1,1,1,1,0.270998865,0,0.014853403,1,1,1,1,1,0.186712027,0,0.50682697,0.506663846,0.506648936
-6047,1,0.1394,1,1,1,1,1,1,1,1,0.1254,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1451,0.1925,0,1,0.5,1,1,1,0.1336,0.5,0,1,1,1,1,1,0.347296685,0,0.045847684,1,1,1,1,1,0.258614302,0,0.052396864,1,1,1,1,1,0.209069923,0,0.45837361,0.458430294,0.458333333
-6048,1,0.1394,1,1,1,1,1,1,1,1,0.0992,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1984,0.1925,0,1,0.5,1,1,1,0.1424,0.5,0,1,1,1,1,1,0.275198966,0,0.065860391,1,1,1,1,1,0.289171934,0,0.100256547,1,1,1,1,1,0.216220722,0,0.425024166,0.425005289,0.425088652
-6049,1,0.1394,1,1,1,1,1,1,1,1,0.062,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1402,0.1925,0,1,0.5,1,1,1,0.185,0.5,0,1,1,1,1,1,0.169346929,0,0.11488235,1,1,1,1,1,0.251911759,0,0.194250539,1,1,1,1,1,0.317512363,0,0.405147414,0.405119526,0.405141844
-6050,1,0.1394,1,1,1,1,1,1,1,1,0.0724,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0645,0.1925,0,1,0.5,1,1,1,0.1526,0.5,0,1,1,1,1,1,0.129170418,0,0.182914808,1,1,1,1,1,0.187980101,0,0.220535874,1,1,1,1,1,0.266519815,0,0.394272595,0.394330442,0.394503546
-6051,1,0.1394,1,1,1,1,1,1,1,1,0.1055,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0986,0.1925,0,1,0.5,1,1,1,0.1352,0.5,0,1,1,1,1,1,0.12695989,0,0.176393986,1,1,1,1,1,0.200729668,0,0.179550797,1,1,1,1,1,0.24007605,0,0.391493475,0.391580283,0.391400709
-6052,1,0.1394,1,1,1,1,1,1,1,1,0.1547,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1077,0.1925,0,1,0.5,1,1,1,0.1823,0.5,0,1,1,1,1,1,0.181325898,0,0.249148369,1,1,1,1,1,0.208807439,0,0.249296606,1,1,1,1,1,0.276748896,0,0.401522475,0.401523165,0.401595745
-6053,1,0.1394,1,1,1,1,1,1,1,1,0.1582,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1017,0.1925,0,1,0.5,1,1,1,0.1758,0.5,0,1,1,1,1,1,0.217460468,0,0.33975023,1,1,1,1,1,0.199460462,0,0.228858918,1,1,1,1,1,0.278405935,0,0.439705172,0.439813835,0.439716312
-6054,1,0.1394,1,1,1,1,1,1,1,1,0.1324,0.1394,0.0286,1,0.1925,1,1,1,1,1,1,0.1101,0.1925,0.0513,1,0.5,1,1,1,0.2291,0.5,0.0196,1,1,1,1,1,0.128454193,0.285494447,0.493607402,1,1,1,1,1,0.177938879,0.296783447,0.272207856,1,1,1,1,1,0.356815875,0.36214605,0.504108265,0.504125238,0.504432624
-6055,1,0.1394,1,1,1,1,1,1,1,1,0.1064,0.1394,0.2183,1,0.1925,1,1,1,1,1,1,0.0988,0.1925,0.2474,1,0.5,1,1,1,0.1636,0.5,0.2015,1,1,1,1,1,0.093498342,0.644168496,0.381690264,1,1,1,1,1,0.138809294,0.653979063,0.345443994,1,1,1,1,1,0.28532064,0.704364419,0.548936684,0.548973979,0.548758865
-6056,1,0.1394,1,1,1,1,1,1,1,1,0.1294,0.1394,0.4125,1,0.1925,1,1,1,1,1,1,0.1184,0.1925,0.4512,1,0.5,1,1,1,0.3047,0.5,0.3937,1,1,1,1,1,0.155041158,0.865994573,0.516752899,1,1,1,1,1,0.120896794,0.876864016,0.629590094,1,1,1,1,1,0.396069378,0.891225934,0.574915418,0.574783161,0.574911348
-6057,1,0.1394,1,1,1,1,1,1,1,1,0.181,0.1394,0.5743,1,0.1925,1,1,1,1,1,1,0.2138,0.1925,0.5922,1,0.5,1,1,1,0.2333,0.5,0.5212,1,1,1,1,1,0.215355694,0.904512107,0.541414797,1,1,1,1,1,0.224949837,0.948353231,0.87892884,1,1,1,1,1,0.305645525,0.928218484,0.595154664,0.595303575,0.595301418
-6058,1,0.1394,1,1,1,1,1,1,1,1,0.1431,0.1394,0.6483,1,0.1925,1,1,1,1,1,1,0.2369,0.1925,0.6807,1,0.5,1,1,1,0.3353,0.5,0.5572,1,1,1,1,1,0.185746133,0.847719848,0.564801157,1,1,1,1,1,0.228512019,0.965164602,0.873108745,1,1,1,1,1,0.469981879,0.85246098,0.612010633,0.612016078,0.61214539
-6059,1,0.1394,1,1,1,1,1,1,1,1,0.1669,0.1394,0.57,1,0.1925,1,1,1,1,1,1,0.3774,0.1925,0.6337,1,0.5,1,1,1,0.2945,0.5,0.5375,1,1,1,1,1,0.234060973,0.805542648,0.578104496,1,1,1,1,1,0.393023789,0.90066576,0.834238231,1,1,1,1,1,0.41770637,0.725283265,0.619864669,0.619843453,0.620124113
-6060,1,0.1394,1,1,1,1,1,1,1,1,0.1949,0.1394,0.5345,1,0.1925,1,1,1,1,1,1,0.3916,0.1925,0.5902,1,0.5,1,1,1,0.4431,0.5,0.5046,1,1,1,1,1,0.286787182,0.787894368,0.420046866,1,1,1,1,1,0.395072222,0.871084213,0.723290682,1,1,1,1,1,0.590660751,0.679650307,0.619320928,0.619420351,0.619680851
-6061,1,0.1394,1,1,1,1,1,1,1,1,0.2746,0.1394,0.5196,1,0.1925,1,1,1,1,1,1,0.3633,0.1925,0.5627,1,0.5,1,1,1,0.384,0.5,0.487,1,1,1,1,1,0.367516249,0.755188465,0.366817653,1,1,1,1,1,0.403452277,0.830936551,0.780523896,1,1,1,1,1,0.555470109,0.677460551,0.619260512,0.619208801,0.619237589
-6062,1,0.1394,1,1,1,1,1,1,1,1,0.2328,0.1394,0.5001,1,0.1925,1,1,1,1,1,1,0.4284,0.1925,0.5506,1,0.5,1,1,1,0.3824,0.5,0.4605,1,1,1,1,1,0.327643931,0.756441176,0.308017492,1,1,1,1,1,0.474011451,0.815878272,0.68677783,1,1,1,1,1,0.592403233,0.678198099,0.613521025,0.613496933,0.61391844
-6063,1,0.1394,1,1,1,1,1,1,1,1,0.2754,0.1394,0.4166,1,0.1925,1,1,1,1,1,1,0.6053,0.1925,0.4728,1,0.5,1,1,1,0.4068,0.5,0.3699,1,1,1,1,1,0.405892134,0.764054537,0.493731201,1,1,1,1,1,0.615576565,0.808899939,0.718567848,1,1,1,1,1,0.582898915,0.654020429,0.607358627,0.607361963,0.607712766
-6064,1,0.1394,1,1,1,1,1,1,1,1,0.311,0.1394,0.294,1,0.1925,1,1,1,1,1,1,0.5598,0.1925,0.3509,1,0.5,1,1,1,0.4561,0.5,0.259,1,1,1,1,1,0.379238874,0.69579947,0.49672997,1,1,1,1,1,0.588275313,0.737778604,0.756813645,1,1,1,1,1,0.631066144,0.576012671,0.606391977,0.606515761,0.606382979
-6065,1,0.1394,1,1,1,1,1,1,1,1,0.3196,0.1394,0.1039,1,0.1925,1,1,1,1,1,1,0.3941,0.1925,0.1568,1,0.5,1,1,1,0.4408,0.5,0.0857,1,1,1,1,1,0.418061405,0.486422509,0.584079623,1,1,1,1,1,0.427169502,0.537753761,0.563418627,1,1,1,1,1,0.609456956,0.328604549,0.605425326,0.605458007,0.605496454
-6066,1,0.1394,1,1,1,1,1,1,1,1,0.2366,0.1394,0,1,0.1925,1,1,1,1,1,1,0.229,0.1925,0,1,0.5,1,1,1,0.3838,0.5,0,1,1,1,1,1,0.305966675,0,0.713923693,1,1,1,1,1,0.2658135,0,0.736667871,1,1,1,1,1,0.613265991,0,0.600169164,0.600169241,0.600177305
-6067,1,0.1394,1,1,1,1,1,1,1,1,0.1852,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2351,0.1925,0,1,0.5,1,1,1,0.2813,0.5,0,1,1,1,1,1,0.242400244,0,0.66716969,1,1,1,1,1,0.325702429,0,0.682001591,1,1,1,1,1,0.550547123,0,0.615695988,0.615612439,0.616134752
-6068,1,0.1394,1,1,1,1,1,1,1,1,0.1911,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2568,0.1925,0,1,0.5,1,1,1,0.2854,0.5,0,1,1,1,1,1,0.203991592,0,0.588568985,1,1,1,1,1,0.349220783,0,0.521520495,1,1,1,1,1,0.549140573,0,0.59980667,0.599746139,0.599734043
-6069,1,0.1394,1,1,1,1,1,1,1,1,0.2162,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2151,0.1925,0,1,0.5,1,1,1,0.3181,0.5,0,1,1,1,1,1,0.195150718,0,0.728693545,1,1,1,1,1,0.28060773,0,0.575729907,1,1,1,1,1,0.529062867,0,0.553044949,0.552993442,0.553191489
-6070,1,0.1394,1,1,1,1,1,1,1,1,0.1508,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1034,0.1925,0,1,0.5,1,1,1,0.3953,0.5,0,1,1,1,1,1,0.166485071,0,0.871076167,1,1,1,1,1,0.173879519,0,0.540233493,1,1,1,1,1,0.61924994,0,0.49401885,0.493970806,0.493794326
-6071,1,0.1394,1,1,1,1,1,1,1,1,0.1644,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1056,0.1925,0,1,0.5,1,1,1,0.3875,0.5,0,1,1,1,1,1,0.182459027,0,0.913288116,1,1,1,1,1,0.162982896,0,0.351758391,1,1,1,1,1,0.598546922,0,0.441759304,0.441929342,0.441932624
-6072,1,0.1394,1,1,1,1,1,1,1,1,0.2095,0.1394,0,1,0.1925,1,1,1,1,1,1,0.159,0.1925,0,1,0.5,1,1,1,0.3676,0.5,0,1,1,1,1,1,0.20786792,0,0.927804232,1,1,1,1,1,0.223540127,0,0.471116781,1,1,1,1,1,0.571623623,0,0.408772354,0.408927438,0.408687943
-6073,1,0.1394,1,1,1,1,1,1,1,1,0.3266,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1641,0.1925,0,1,0.5,1,1,1,0.3931,0.5,0,1,1,1,1,1,0.340930164,0,0.870411038,1,1,1,1,1,0.260790139,0,0.538197935,1,1,1,1,1,0.604516923,0,0.389076849,0.389041675,0.389184397
-6074,1,0.1394,1,1,1,1,1,1,1,1,0.3305,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1383,0.1925,0,1,0.5,1,1,1,0.3512,0.5,0,1,1,1,1,1,0.344617605,0,0.730074644,1,1,1,1,1,0.192352071,0,0.446074069,1,1,1,1,1,0.561543703,0,0.378383277,0.378464142,0.378546099
-6075,1,0.1394,1,1,1,1,1,1,1,1,0.3329,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1214,0.1925,0,1,0.5,1,1,1,0.3552,0.5,0,1,1,1,1,1,0.289944232,0,0.751761794,1,1,1,1,1,0.179377049,0,0.309943736,1,1,1,1,1,0.567575395,0,0.375906235,0.375925534,0.375886525
-6076,1,0.1394,1,1,1,1,1,1,1,1,0.3703,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1732,0.1925,0,1,0.5,1,1,1,0.3653,0.5,0,1,1,1,1,1,0.331083477,0,0.787639737,1,1,1,1,1,0.291963667,0,0.411279887,1,1,1,1,1,0.581687689,0,0.385633156,0.385656865,0.385638298
-6077,1,0.1394,1,1,1,1,1,1,1,1,0.2947,0.1394,0,1,0.1925,1,1,1,1,1,1,0.3195,0.1925,0,1,0.5,1,1,1,0.3614,0.5,0,1,1,1,1,1,0.349039197,0,0.961443543,1,1,1,1,1,0.41185981,0,0.901663303,1,1,1,1,1,0.59769237,0,0.423936684,0.423947535,0.424202128
-6078,1,0.1394,1,1,1,1,1,1,1,1,0.2133,0.1394,0.0509,1,0.1925,1,1,1,1,1,1,0.2185,0.1925,0.0686,1,0.5,1,1,1,0.3191,0.5,0.0421,1,1,1,1,1,0.267401218,0.367951989,0.7291435,1,1,1,1,1,0.295975685,0.352514505,0.840789795,1,1,1,1,1,0.5445382,0.434523642,0.488037699,0.488047387,0.488031915
-6079,1,0.1394,1,1,1,1,1,1,1,1,0.1102,0.1394,0.2517,1,0.1925,1,1,1,1,1,1,0.0989,0.1925,0.2717,1,0.5,1,1,1,0.2091,0.5,0.2434,1,1,1,1,1,0.111585744,0.734396338,0.429542065,1,1,1,1,1,0.11450965,0.711160004,0.283233792,1,1,1,1,1,0.41007486,0.775098741,0.531536974,0.531626825,0.531914894
-6080,1,0.1394,1,1,1,1,1,1,1,1,0.0869,0.1394,0.4494,1,0.1925,1,1,1,1,1,1,0.0799,0.1925,0.4656,1,0.5,1,1,1,0.1761,0.5,0.4428,1,1,1,1,1,0.071727164,0.913604498,0.261022389,1,1,1,1,1,0.084087849,0.904406786,0.144154996,1,1,1,1,1,0.234637707,0.933841109,0.552924118,0.552781891,0.552748227
-6081,1,0.1394,1,1,1,1,1,1,1,1,0.0203,0.1394,0.5977,1,0.1925,1,1,1,1,1,1,0.0757,0.1925,0.6052,1,0.5,1,1,1,0.1049,0.5,0.5975,1,1,1,1,1,0.018817164,0.966998816,0.197113395,1,1,1,1,1,0.053894855,0.964853644,0.194580108,1,1,1,1,1,0.139349744,0.976196885,0.570444659,0.570552147,0.570478723
-6082,1,0.1394,1,1,1,1,1,1,1,1,0.0058,0.1394,0.6939,1,0.1925,1,1,1,1,1,1,0.0854,0.1925,0.6942,1,0.5,1,1,1,0.0899,0.5,0.6945,1,1,1,1,1,0.00679623,0.960352957,0.113149866,1,1,1,1,1,0.074644551,0.975297332,0.148935616,1,1,1,1,1,0.109848224,0.988409281,0.585488159,0.585572245,0.585549645
-6083,1,0.1394,1,1,1,1,1,1,1,1,0.0058,0.1394,0.6862,1,0.1925,1,1,1,1,1,1,0.0219,0.1925,0.7042,1,0.5,1,1,1,0.1063,0.5,0.6837,1,1,1,1,1,0.010428336,0.972481132,0.039702959,1,1,1,1,1,0.020665955,0.949938238,0.078075923,1,1,1,1,1,0.155817285,0.992579222,0.595275495,0.595303575,0.595301418
-6084,1,0.1394,1,1,1,1,1,1,1,1,0.0045,0.1394,0.6919,1,0.1925,1,1,1,1,1,1,0.011,0.1925,0.6679,1,0.5,1,1,1,0.1013,0.5,0.6938,1,1,1,1,1,0.008019031,0.973936498,0.028653417,1,1,1,1,1,0.016845316,0.869440138,0.070273824,1,1,1,1,1,0.137323484,0.953019619,0.599867086,0.599746139,0.599734043
-6085,1,0.1394,1,1,1,1,1,1,1,1,0.0056,0.1394,0.6838,1,0.1925,1,1,1,1,1,1,0.019,0.1925,0.6102,1,0.5,1,1,1,0.0941,0.5,0.6944,1,1,1,1,1,0.003397151,0.961322308,0.019649761,1,1,1,1,1,0.021826655,0.902202785,0.031136125,1,1,1,1,1,0.193171933,0.932675779,0.607298212,0.607361963,0.607712766
-6086,1,0.1394,1,1,1,1,1,1,1,1,0.0163,0.1394,0.6081,1,0.1925,1,1,1,1,1,1,0.0342,0.1925,0.62,1,0.5,1,1,1,0.0697,0.5,0.6298,1,1,1,1,1,0.015036615,0.890570939,0.005916269,1,1,1,1,1,0.029132936,0.824575782,0.0097911,1,1,1,1,1,0.09344583,0.85833472,0.608264862,0.608208166,0.608156028
-6087,1,0.1394,1,1,1,1,1,1,1,1,0.0138,0.1394,0.4794,1,0.1925,1,1,1,1,1,1,0.056,0.1925,0.4938,1,0.5,1,1,1,0.0443,0.5,0.4848,1,1,1,1,1,0.01059392,0.882458329,0.004402829,1,1,1,1,1,0.044449218,0.828898311,0,1,1,1,1,1,0.068931282,0.819803894,0.608566941,0.608842818,0.608599291
-6088,1,0.1394,1,1,1,1,1,1,1,1,0.0226,0.1394,0.3102,1,0.1925,1,1,1,1,1,1,0.0498,0.1925,0.3243,1,0.5,1,1,1,0.0408,0.5,0.2991,1,1,1,1,1,0.016007902,0.753607273,0.012059462,1,1,1,1,1,0.040325247,0.732770979,0.014882723,1,1,1,1,1,0.067906998,0.714228392,0.611104398,0.611169875,0.611258865
-6089,1,0.1394,1,1,1,1,1,1,1,1,0.0372,0.1394,0.1041,1,0.1925,1,1,1,1,1,1,0.0623,0.1925,0.1354,1,0.5,1,1,1,0.0195,0.5,0.084,1,1,1,1,1,0.032137025,0.448073268,0.055432167,1,1,1,1,1,0.053308468,0.455781072,0.010125131,1,1,1,1,1,0.043260448,0.485716492,0.611104398,0.611169875,0.611258865
-6090,1,0.1394,1,1,1,1,1,1,1,1,0.0747,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0645,0.1925,0,1,0.5,1,1,1,0.0301,0.5,0,1,1,1,1,1,0.075849943,0,0.040012468,1,1,1,1,1,0.068766646,0,0,1,1,1,1,1,0.093141794,0,0.604881585,0.604823355,0.605053191
-6091,1,0.1394,1,1,1,1,1,1,1,1,0.1425,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0732,0.1925,0,1,0.5,1,1,1,0.0449,0.5,0,1,1,1,1,1,0.103603497,0,0.047676805,1,1,1,1,1,0.07710775,0,0,1,1,1,1,1,0.152293757,0,0.622522958,0.622593611,0.622340426
-6092,1,0.1394,1,1,1,1,1,1,1,1,0.1713,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0197,0.1925,0,1,0.5,1,1,1,0.0585,0.5,0,1,1,1,1,1,0.096844442,0,0.005111868,1,1,1,1,1,0.037219752,0,0,1,1,1,1,1,0.203373894,0,0.607539874,0.607573514,0.607712766
-6093,1,0.1394,1,1,1,1,1,1,1,1,0.2978,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0187,0.1925,0,1,0.5,1,1,1,0.0694,0.5,0,1,1,1,1,1,0.196827382,0,0.010672477,1,1,1,1,1,0.058438916,0,0,1,1,1,1,1,0.234685764,0,0.559751087,0.559763063,0.559840426
-6094,1,0.1394,1,1,1,1,1,1,1,1,0.2211,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0583,0.1925,0,1,0.5,1,1,1,0.0272,0.5,0,1,1,1,1,1,0.131770074,0,0.004542982,1,1,1,1,1,0.098407805,0,0,1,1,1,1,1,0.126841456,0,0.499637506,0.499682674,0.5
-6095,1,0.1394,1,1,1,1,1,1,1,1,0.2076,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2735,0.1925,0,1,0.5,1,1,1,0.0176,0.5,0,1,1,1,1,1,0.130034029,0,0.002703091,1,1,1,1,1,0.252036005,0,0,1,1,1,1,1,0.09649913,0,0.447075882,0.447006558,0.447251773
-6096,1,0.1394,1,1,1,1,1,1,1,1,0.1815,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2274,0.1925,0,1,0.5,1,1,1,0.011,0.5,0,1,1,1,1,1,0.101745114,0,0.004485769,1,1,1,1,1,0.173760653,0,0,1,1,1,1,1,0.063868374,0,0.411793137,0.411677597,0.41179078
-6097,1,0.1394,1,1,1,1,1,1,1,1,0.2104,0.1394,0,1,0.1925,1,1,1,1,1,1,0.3051,0.1925,0,1,0.5,1,1,1,0.0223,0.5,0,1,1,1,1,1,0.135092095,0,0.008975303,1,1,1,1,1,0.208924457,0,0.004317016,1,1,1,1,1,0.077100337,0,0.392037216,0.392003385,0.392287234
-6098,1,0.1394,1,1,1,1,1,1,1,1,0.1568,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1562,0.1925,0,1,0.5,1,1,1,0.0303,0.5,0,1,1,1,1,1,0.103347644,0,0.003499696,1,1,1,1,1,0.107353598,0,0,1,1,1,1,1,0.089186363,0,0.381947801,0.381848953,0.381648936
-6099,1,0.1394,1,1,1,1,1,1,1,1,0.0833,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1267,0.1925,0,1,0.5,1,1,1,0.0516,0.5,0,1,1,1,1,1,0.051015012,0,0.000329839,1,1,1,1,1,0.072547786,0,0,1,1,1,1,1,0.126876324,0,0.379108265,0.379098794,0.379432624
-6100,1,0.1394,1,1,1,1,1,1,1,1,0.1002,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1339,0.1925,0,1,0.5,1,1,1,0.0617,0.5,0,1,1,1,1,1,0.076581642,0,0,1,1,1,1,1,0.073527306,0,0,1,1,1,1,1,0.162414789,0,0.388049783,0.387983922,0.388297872
-6101,1,0.1394,1,1,1,1,1,1,1,1,0.0938,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1512,0.1925,0,1,0.5,1,1,1,0.0716,0.5,0,1,1,1,1,1,0.095475525,0,0,1,1,1,1,1,0.094411671,0,0,1,1,1,1,1,0.217236966,0,0.425688739,0.425851491,0.425975177
-6102,1,0.1394,1,1,1,1,1,1,1,1,0.0778,0.1394,0.0394,1,0.1925,1,1,1,1,1,1,0.1736,0.1925,0.0509,1,0.5,1,1,1,0.0638,0.5,0.0298,1,1,1,1,1,0.094508432,0.271459073,0,1,1,1,1,1,0.100137919,0.27903825,0,1,1,1,1,1,0.214578822,0.322587371,0.49262929,0.492701502,0.492907801
-6103,1,0.1394,1,1,1,1,1,1,1,1,0.0432,0.1394,0.2353,1,0.1925,1,1,1,1,1,1,0.0668,0.1925,0.248,1,0.5,1,1,1,0.0782,0.5,0.2267,1,1,1,1,1,0.022109861,0.646451712,0,1,1,1,1,1,0.032470349,0.631550312,0,1,1,1,1,1,0.236136809,0.684835374,0.537095215,0.537127142,0.537234043
-6104,1,0.1394,1,1,1,1,1,1,1,1,0.0004,0.1394,0.4284,1,0.1925,1,1,1,1,1,1,0,0.1925,0.4426,1,0.5,1,1,1,0.0167,0.5,0.4161,1,1,1,1,1,0.000495059,0.851346016,0,1,1,1,1,1,0.001486287,0.848641098,0,1,1,1,1,1,0.06193693,0.853387713,0.558482359,0.558493759,0.558510638
-6105,1,0.1394,1,1,1,1,1,1,1,1,0,0.1394,0.5734,1,0.1925,1,1,1,1,1,1,0,0.1925,0.58,1,0.5,1,1,1,0.0052,0.5,0.5659,1,1,1,1,1,1.05E-05,0.91460073,0,1,1,1,1,1,0,0.917735994,0,1,1,1,1,1,0.02582478,0.903116822,0.57878202,0.578802623,0.578900709
-6106,1,0.1394,1,1,1,1,1,1,1,1,0,0.1394,0.6688,1,0.1925,1,1,1,1,1,1,0,0.1925,0.6769,1,0.5,1,1,1,0.0073,0.5,0.6593,1,1,1,1,1,3.70E-06,0.937927127,0,1,1,1,1,1,0,0.94255513,0,1,1,1,1,1,0.016122524,0.924403667,0.600350411,0.600380791,0.600620567
-6107,1,0.1394,1,1,1,1,1,1,1,1,0.001,0.1394,0.68,1,0.1925,1,1,1,1,1,1,0,0.1925,0.6886,1,0.5,1,1,1,0.0173,0.5,0.6719,1,1,1,1,1,7.97E-05,0.956365347,0,1,1,1,1,1,0,0.958523214,0.015111519,1,1,1,1,1,0.020658826,0.940117359,0.615514741,0.615612439,0.615691489
-6108,1,0.1394,1,1,1,1,1,1,1,1,0.0075,0.1394,0.6779,1,0.1925,1,1,1,1,1,1,0,0.1925,0.686,1,0.5,1,1,1,0.031,0.5,0.6727,1,1,1,1,1,0.000447209,0.953530908,0.001256293,1,1,1,1,1,5.47E-05,0.957880497,0.024789792,1,1,1,1,1,0.044541031,0.94090569,0.62361044,0.623651365,0.623670213
-6109,1,0.1394,1,1,1,1,1,1,1,1,0.0373,0.1394,0.6759,1,0.1925,1,1,1,1,1,1,0.0018,0.1925,0.6827,1,0.5,1,1,1,0.0641,0.5,0.6684,1,1,1,1,1,0.005142283,0.950114608,0.000965698,1,1,1,1,1,0.004321478,0.952164769,0,1,1,1,1,1,0.072570868,0.933422208,0.634364427,0.634440448,0.634751773
-6110,1,0.1394,1,1,1,1,1,1,1,1,0.0707,0.1394,0.6188,1,0.1925,1,1,1,1,1,1,0.0218,0.1925,0.6367,1,0.5,1,1,1,0.088,0.5,0.6035,1,1,1,1,1,0.023678828,0.931574225,0,1,1,1,1,1,0.021471454,0.932738543,0,1,1,1,1,1,0.116560794,0.910799146,0.63738521,0.637402158,0.637411348
-6111,1,0.1394,1,1,1,1,1,1,1,1,0.0457,0.1394,0.4831,1,0.1925,1,1,1,1,1,1,0.0153,0.1925,0.5159,1,0.5,1,1,1,0.1579,0.5,0.4622,1,1,1,1,1,0.029015075,0.892996013,0.000379915,1,1,1,1,1,0.018513333,0.892417252,0,1,1,1,1,1,0.164121091,0.871502936,0.639560174,0.639729215,0.63962766
-6112,1,0.1394,1,1,1,1,1,1,1,1,0.0695,0.1394,0.308,1,0.1925,1,1,1,1,1,1,0.0065,0.1925,0.3519,1,0.5,1,1,1,0.1496,0.5,0.2824,1,1,1,1,1,0.037133768,0.759498954,0.001289674,1,1,1,1,1,0.015372828,0.762481093,0,1,1,1,1,1,0.19860889,0.736263156,0.642097632,0.642056272,0.642287234
-6113,1,0.1394,1,1,1,1,1,1,1,1,0.0736,0.1394,0.0975,1,0.1925,1,1,1,1,1,1,0.0015,0.1925,0.1409,1,0.5,1,1,1,0.1323,0.5,0.0752,1,1,1,1,1,0.038347997,0.485440969,0.035140093,1,1,1,1,1,0.008411752,0.490788281,0.015292147,1,1,1,1,1,0.1879538,0.452388883,0.639681005,0.639729215,0.63962766
-6114,1,0.1394,1,1,1,1,1,1,1,1,0.1293,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0332,0.1925,0,1,0.5,1,1,1,0.1681,0.5,0,1,1,1,1,1,0.094835825,0,0.080818005,1,1,1,1,1,0.074903637,0,0.05291152,1,1,1,1,1,0.331888765,0,0.630135331,0.630209435,0.630319149
-6115,1,0.1394,1,1,1,1,1,1,1,1,0.1315,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0367,0.1925,0,1,0.5,1,1,1,0.2795,0.5,0,1,1,1,1,1,0.135189503,0,0.087150022,1,1,1,1,1,0.064446121,0,0.029445028,1,1,1,1,1,0.577168047,0,0.648260029,0.648402792,0.648492908
-6116,1,0.1394,1,1,1,1,1,1,1,1,0.1248,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1656,0.1925,0,1,0.5,1,1,1,0.2824,0.5,0,1,1,1,1,1,0.090804398,0,0.115112729,1,1,1,1,1,0.190079182,0,0.098872259,1,1,1,1,1,0.547362387,0,0.631766554,0.63169029,0.632092199
-6117,1,0.1394,1,1,1,1,1,1,1,1,0.171,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2761,0.1925,0,1,0.5,1,1,1,0.2233,0.5,0,1,1,1,1,1,0.127977118,0,0.022599831,1,1,1,1,1,0.326491326,0,0.042643458,1,1,1,1,1,0.500316501,0,0.583977767,0.583879839,0.584219858
-6118,1,0.1394,1,1,1,1,1,1,1,1,0.1922,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2409,0.1925,0,1,0.5,1,1,1,0.1798,0.5,0,1,1,1,1,1,0.162221551,0,0.012631851,1,1,1,1,1,0.304373801,0,0.036918588,1,1,1,1,1,0.48285386,0,0.523622523,0.52379945,0.523492908
-6119,1,0.1394,1,1,1,1,1,1,1,1,0.2992,0.1394,0,1,0.1925,1,1,1,1,1,1,0.3747,0.1925,0,1,0.5,1,1,1,0.2352,0.5,0,1,1,1,1,1,0.314231902,0,0.051982403,1,1,1,1,1,0.437429965,0,0.047854975,1,1,1,1,1,0.559449792,0,0.468160947,0.468161625,0.468085106
-6120,1,0.1394,1,1,1,1,1,1,1,1,0.3112,0.1394,0,1,0.1925,1,1,1,1,1,1,0.5189,0.1925,0,1,0.5,1,1,1,0.2041,0.5,0,1,1,1,1,1,0.362871498,0,0.047664873,1,1,1,1,1,0.554641724,0,0.028885605,1,1,1,1,1,0.508837581,0,0.431549058,0.431563359,0.431737589
-6121,1,0.1394,1,1,1,1,1,1,1,1,0.3157,0.1394,0,1,0.1925,1,1,1,1,1,1,0.509,0.1925,0,1,0.5,1,1,1,0.1955,0.5,0,1,1,1,1,1,0.408186197,0,0.039163947,1,1,1,1,1,0.533294201,0,0.031660996,1,1,1,1,1,0.53676492,0,0.410403577,0.410408293,0.410460993
-6122,1,0.1394,1,1,1,1,1,1,1,1,0.3167,0.1394,0,1,0.1925,1,1,1,1,1,1,0.5228,0.1925,0,1,0.5,1,1,1,0.1898,0.5,0,1,1,1,1,1,0.390860021,0,0.039245658,1,1,1,1,1,0.464578301,0,0.043417018,1,1,1,1,1,0.55385524,0,0.399407927,0.399407658,0.399379433
-6123,1,0.1394,1,1,1,1,1,1,1,1,0.1555,0.1394,0,1,0.1925,1,1,1,1,1,1,0.3563,0.1925,0,1,0.5,1,1,1,0.1711,0.5,0,1,1,1,1,1,0.148305818,0,0.005005855,1,1,1,1,1,0.255575925,0,0.010957068,1,1,1,1,1,0.556208372,0,0.395239246,0.395176645,0.395390071
-6124,1,0.1394,1,1,1,1,1,1,1,1,0.1082,0.1394,0,1,0.1925,1,1,1,1,1,1,0.301,0.1925,0,1,0.5,1,1,1,0.1791,0.5,0,1,1,1,1,1,0.075281322,0,0,1,1,1,1,1,0.19696714,0,0,1,1,1,1,1,0.530388772,0,0.40381827,0.403850222,0.403812057
-6125,1,0.1394,1,1,1,1,1,1,1,1,0.082,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1707,0.1925,0,1,0.5,1,1,1,0.1821,0.5,0,1,1,1,1,1,0.054937582,0,0,1,1,1,1,1,0.102584288,0,0,1,1,1,1,1,0.52456671,0,0.440792653,0.440660038,0.440602837
-6126,1,0.1394,1,1,1,1,1,1,1,1,0.1215,0.1394,0.0305,1,0.1925,1,1,1,1,1,1,0.3205,0.1925,0.0357,1,0.5,1,1,1,0.156,0.5,0.0232,1,1,1,1,1,0.08262787,0.231484324,0.0079768,1,1,1,1,1,0.217942372,0.259359717,0.000471204,1,1,1,1,1,0.457511187,0.33109653,0.507974867,0.50793315,0.507978723
-6127,1,0.1394,1,1,1,1,1,1,1,1,0.059,0.1394,0.2322,1,0.1925,1,1,1,1,1,1,0.1781,0.1925,0.2467,1,0.5,1,1,1,0.0952,0.5,0.2179,1,1,1,1,1,0.051488724,0.619670808,0,1,1,1,1,1,0.149959803,0.642781675,0,1,1,1,1,1,0.318683445,0.711450636,0.553709522,0.553839645,0.553634752
-6128,1,0.1394,1,1,1,1,1,1,1,1,0.0307,0.1394,0.4272,1,0.1925,1,1,1,1,1,1,0.0294,0.1925,0.4388,1,0.5,1,1,1,0.0474,0.5,0.426,1,1,1,1,1,0.017367359,0.84329921,0.000564185,1,1,1,1,1,0.036889181,0.854511976,0,1,1,1,1,1,0.131113961,0.889453411,0.583615273,0.583668289,0.583776596
-6129,1,0.1394,1,1,1,1,1,1,1,1,0.0125,0.1394,0.575,1,0.1925,1,1,1,1,1,1,0,0.1925,0.5827,1,0.5,1,1,1,0.0111,0.5,0.572,1,1,1,1,1,0.001427993,0.925461888,0.00116898,1,1,1,1,1,3.79E-05,0.931279302,0,1,1,1,1,1,0.018846342,0.934471071,0.609171097,0.609265919,0.609485816
-6130,1,0.1394,1,1,1,1,1,1,1,1,0.0181,0.1394,0.6697,1,0.1925,1,1,1,1,1,1,0,0.1925,0.6758,1,0.5,1,1,1,0.015,0.5,0.6636,1,1,1,1,1,0.001965944,0.944462538,0.003019333,1,1,1,1,1,0.000118136,0.948340714,0.004173037,1,1,1,1,1,0.008392799,0.939957976,0.634062349,0.634017347,0.634308511
-6131,1,0.1394,1,1,1,1,1,1,1,1,0.0269,0.1394,0.6786,1,0.1925,1,1,1,1,1,1,0,0.1925,0.6842,1,0.5,1,1,1,0.0343,0.5,0.6708,1,1,1,1,1,0.00618063,0.958001256,0.010070561,1,1,1,1,1,0.001944243,0.960779548,0.010543717,1,1,1,1,1,0.024624337,0.945226669,0.65297245,0.653056907,0.653368794
-6132,1,0.1394,1,1,1,1,1,1,1,1,0.0456,0.1394,0.6804,1,0.1925,1,1,1,1,1,1,0.0124,0.1925,0.6871,1,0.5,1,1,1,0.032,0.5,0.6692,1,1,1,1,1,0.014028225,0.961205423,0.005040846,1,1,1,1,1,0.016461646,0.964964628,0.003874869,1,1,1,1,1,0.029982898,0.940757632,0.664934751,0.664903744,0.664893617
-6133,1,0.1394,1,1,1,1,1,1,1,1,0.0858,0.1394,0.674,1,0.1925,1,1,1,1,1,1,0.0173,0.1925,0.68,1,0.5,1,1,1,0.0496,0.5,0.662,1,1,1,1,1,0.023641381,0.950968742,0.009953395,1,1,1,1,1,0.022808509,0.95327276,0.007416754,1,1,1,1,1,0.037916057,0.927303076,0.679253262,0.67928919,0.679521277
-6134,1,0.1394,1,1,1,1,1,1,1,1,0.1596,0.1394,0.6168,1,0.1925,1,1,1,1,1,1,0.0442,0.1925,0.6354,1,0.5,1,1,1,0.0544,0.5,0.5993,1,1,1,1,1,0.055016801,0.933433473,0.009313117,1,1,1,1,1,0.045858096,0.934681416,0,1,1,1,1,1,0.037922829,0.910333395,0.685536491,0.68563571,0.68572695
-6135,1,0.1394,1,1,1,1,1,1,1,1,0.2274,0.1394,0.4805,1,0.1925,1,1,1,1,1,1,0.048,0.1925,0.5142,1,0.5,1,1,1,0.0837,0.5,0.4594,1,1,1,1,1,0.07444077,0.890514374,0.022273354,1,1,1,1,1,0.058409192,0.895468712,0,1,1,1,1,1,0.067270577,0.868141711,0.690067666,0.690078274,0.690159574
-6136,1,0.1394,1,1,1,1,1,1,1,1,0.2569,0.1394,0.3062,1,0.1925,1,1,1,1,1,1,0.0369,0.1925,0.3518,1,0.5,1,1,1,0.1169,0.5,0.2778,1,1,1,1,1,0.091193721,0.753546476,0.017021837,1,1,1,1,1,0.054729536,0.76843065,0.004680628,1,1,1,1,1,0.108059265,0.717421174,0.69278637,0.692828432,0.692819149
-6137,1,0.1394,1,1,1,1,1,1,1,1,0.1382,0.1394,0.0955,1,0.1925,1,1,1,1,1,1,0.001,0.1925,0.1406,1,0.5,1,1,1,0.0945,0.5,0.0692,1,1,1,1,1,0.058683522,0.472108901,0.002109389,1,1,1,1,1,0.00859639,0.4973602,0.002937958,1,1,1,1,1,0.115009584,0.424564153,0.68541566,0.685424159,0.68572695
-6138,1,0.1394,1,1,1,1,1,1,1,1,0.156,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0086,0.1925,0,1,0.5,1,1,1,0.1181,0.5,0,1,1,1,1,1,0.136991546,0,0.001882467,1,1,1,1,1,0.029136285,0,0,1,1,1,1,1,0.231901899,0,0.670915901,0.670827163,0.671099291
-6139,1,0.1394,1,1,1,1,1,1,1,1,0.1331,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0252,0.1925,0,1,0.5,1,1,1,0.1469,0.5,0,1,1,1,1,1,0.139707074,0,0.004920452,1,1,1,1,1,0.044363767,0,0,1,1,1,1,1,0.335330158,0,0.685838569,0.68584726,0.68572695
-6140,1,0.1394,1,1,1,1,1,1,1,1,0.1479,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0956,0.1925,0,1,0.5,1,1,1,0.186,0.5,0,1,1,1,1,1,0.152831644,0,0.005570226,1,1,1,1,1,0.085779488,0,0.01007487,1,1,1,1,1,0.359539002,0,0.66801595,0.668077004,0.668439716
-6141,1,0.1394,1,1,1,1,1,1,1,1,0.2027,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1851,0.1925,0,1,0.5,1,1,1,0.155,0.5,0,1,1,1,1,1,0.188366532,0,0.003991004,1,1,1,1,1,0.208028063,0,0.020343717,1,1,1,1,1,0.251174152,0,0.617870952,0.617727946,0.618351064
-6142,1,0.1394,1,1,1,1,1,1,1,1,0.2121,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1442,0.1925,0,1,0.5,1,1,1,0.1577,0.5,0,1,1,1,1,1,0.239928842,0,0.000489071,1,1,1,1,1,0.167850554,0,0.003208115,1,1,1,1,1,0.251721591,0,0.553830353,0.553839645,0.554078014
-6143,1,0.1394,1,1,1,1,1,1,1,1,0.2416,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2435,0.1925,0,1,0.5,1,1,1,0.159,0.5,0,1,1,1,1,1,0.216920137,0,0.033474833,1,1,1,1,1,0.269107312,0,0.031450264,1,1,1,1,1,0.307381958,0,0.495650072,0.495663211,0.496010638
-6144,1,0.1394,1,1,1,1,1,1,1,1,0.2561,0.1394,0,1,0.1925,1,1,1,1,1,1,0.423,0.1925,0,1,0.5,1,1,1,0.1826,0.5,0,1,1,1,1,1,0.249201477,0,0.01802584,1,1,1,1,1,0.425676465,0,0.03296414,1,1,1,1,1,0.376859307,0,0.454929918,0.454833933,0.455230496
-6145,1,0.1394,1,1,1,1,1,1,1,1,0.2114,0.1394,0,1,0.1925,1,1,1,1,1,1,0.5728,0.1925,0,1,0.5,1,1,1,0.188,0.5,0,1,1,1,1,1,0.230667859,0,0.011913475,1,1,1,1,1,0.505457163,0,0.029124085,1,1,1,1,1,0.376570076,0,0.431005317,0.430928707,0.430851064
-6146,1,0.1394,1,1,1,1,1,1,1,1,0.1683,0.1394,0,1,0.1925,1,1,1,1,1,1,0.5949,0.1925,0,1,0.5,1,1,1,0.1581,0.5,0,1,1,1,1,1,0.171701312,0,0.011961179,1,1,1,1,1,0.532050371,0,0.018418588,1,1,1,1,1,0.320775688,0,0.416868052,0.416754813,0.417109929
-6147,1,0.1394,1,1,1,1,1,1,1,1,0.1584,0.1394,0,1,0.1925,1,1,1,1,1,1,0.5594,0.1925,0,1,0.5,1,1,1,0.1394,0.5,0,1,1,1,1,1,0.143943027,0,0.028196206,1,1,1,1,1,0.522894502,0,0.031264663,1,1,1,1,1,0.247140676,0,0.411672305,0.411677597,0.411347518
-6148,1,0.1394,1,1,1,1,1,1,1,1,0.146,0.1394,0,1,0.1925,1,1,1,1,1,1,0.4545,0.1925,0,1,0.5,1,1,1,0.0994,0.5,0,1,1,1,1,1,0.124080785,0,0.023117349,1,1,1,1,1,0.38412562,0,0.031308118,1,1,1,1,1,0.189594671,0,0.418861769,0.418870319,0.418882979
-6149,1,0.1394,1,1,1,1,1,1,1,1,0.0633,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2805,0.1925,0,1,0.5,1,1,1,0.0564,0.5,0,1,1,1,1,1,0.049581774,0,0,1,1,1,1,1,0.199044332,0,0.002937958,1,1,1,1,1,0.121486992,0,0.454869502,0.454833933,0.454787234
-6150,1,0.1394,1,1,1,1,1,1,1,1,0.0301,0.1394,0.0298,1,0.1925,1,1,1,1,1,1,0.1025,0.1925,0.0225,1,0.5,1,1,1,0.0464,0.5,0.0148,1,1,1,1,1,0.022548065,0.22624585,0,1,1,1,1,1,0.062527284,0.236192435,0,1,1,1,1,1,0.116572134,0.257238567,0.52060174,0.520837741,0.520833333
-6151,1,0.1394,1,1,1,1,1,1,1,1,0.0191,0.1394,0.2258,1,0.1925,1,1,1,1,1,1,0.0705,0.1925,0.2386,1,0.5,1,1,1,0.0261,0.5,0.203,1,1,1,1,1,0.00616379,0.585839033,0,1,1,1,1,1,0.054804143,0.618985415,0,1,1,1,1,1,0.051533487,0.632909715,0.566880135,0.566955786,0.566932624
-6152,1,0.1394,1,1,1,1,1,1,1,1,0.0057,0.1394,0.4143,1,0.1925,1,1,1,1,1,1,0,0.1925,0.4148,1,0.5,1,1,1,0.0151,0.5,0.3822,1,1,1,1,1,0.000301759,0.777413011,0,1,1,1,1,1,0.006610767,0.809316397,0,1,1,1,1,1,0.032318007,0.823912084,0.598658772,0.598688386,0.598847518
-6153,1,0.1394,1,1,1,1,1,1,1,1,0.0038,0.1394,0.5648,1,0.1925,1,1,1,1,1,1,0,0.1925,0.5716,1,0.5,1,1,1,0.0012,0.5,0.5274,1,1,1,1,1,3.29E-05,0.873751342,0,1,1,1,1,1,9.01E-06,0.90755105,0.000356021,1,1,1,1,1,0.005173024,0.885515869,0.627174964,0.627247726,0.627216312
-6154,1,0.1394,1,1,1,1,1,1,1,1,0.0052,0.1394,0.6632,1,0.1925,1,1,1,1,1,1,0,0.1925,0.6656,1,0.5,1,1,1,0.0004,0.5,0.6519,1,1,1,1,1,9.29E-05,0.924951494,0,1,1,1,1,1,0,0.936614513,0.01088089,1,1,1,1,1,0.003580458,0.93700099,0.653637023,0.653691559,0.653812057
-6155,1,0.1394,1,1,1,1,1,1,1,1,0.0406,0.1394,0.6691,1,0.1925,1,1,1,1,1,1,0.0048,0.1925,0.6717,1,0.5,1,1,1,0.0045,0.5,0.6465,1,1,1,1,1,0.005231787,0.942540348,0.055455137,1,1,1,1,1,0.008824745,0.946446717,0.068290316,1,1,1,1,1,0.010253385,0.940693617,0.67357419,0.673577322,0.673758865
-6156,1,0.1394,1,1,1,1,1,1,1,1,0.0642,0.1394,0.6688,1,0.1925,1,1,1,1,1,1,0.0149,0.1925,0.676,1,0.5,1,1,1,0.0271,0.5,0.6379,1,1,1,1,1,0.011962142,0.941831827,0.006966523,1,1,1,1,1,0.022367701,0.949426293,0.004519895,1,1,1,1,1,0.040192425,0.934444487,0.686442726,0.686481912,0.686613475
-6157,1,0.1394,1,1,1,1,1,1,1,1,0.1142,0.1394,0.6629,1,0.1925,1,1,1,1,1,1,0.0391,0.1925,0.6722,1,0.5,1,1,1,0.067,0.5,0.6354,1,1,1,1,1,0.036648344,0.936030865,0.018621003,1,1,1,1,1,0.051469423,0.942065239,0.014076702,1,1,1,1,1,0.130613327,0.922060251,0.700761237,0.700655807,0.700797872
-6158,1,0.1394,1,1,1,1,1,1,1,1,0.1658,0.1394,0.6079,1,0.1925,1,1,1,1,1,1,0.0338,0.1925,0.6276,1,0.5,1,1,1,0.0844,0.5,0.5436,1,1,1,1,1,0.063775249,0.918469727,0.078369237,1,1,1,1,1,0.056627598,0.9178074,0.022049215,1,1,1,1,1,0.086562641,0.895699859,0.7060174,0.705944574,0.706117021
-6159,1,0.1394,1,1,1,1,1,1,1,1,0.1893,0.1394,0.4715,1,0.1925,1,1,1,1,1,1,0.066,0.1925,0.5022,1,0.5,1,1,1,0.0708,0.5,0.4193,1,1,1,1,1,0.074500315,0.876690388,0.117575996,1,1,1,1,1,0.099820592,0.856663764,0.127814919,1,1,1,1,1,0.083578259,0.846434474,0.70517158,0.705098371,0.705230496
-6160,1,0.1394,1,1,1,1,1,1,1,1,0.1962,0.1394,0.2963,1,0.1925,1,1,1,1,1,1,0.0923,0.1925,0.3255,1,0.5,1,1,1,0.0736,0.5,0.2318,1,1,1,1,1,0.118037,0.723031998,0.063350379,1,1,1,1,1,0.125850797,0.581018806,0.050568327,1,1,1,1,1,0.112190723,0.694967151,0.699673755,0.699809604,0.699911348
-6161,1,0.1394,1,1,1,1,1,1,1,1,0.1496,0.1394,0.0873,1,0.1925,1,1,1,1,1,1,0.034,0.1925,0.117,1,0.5,1,1,1,0.0992,0.5,0.0569,1,1,1,1,1,0.086546682,0.389125586,0.025453804,1,1,1,1,1,0.054178119,0.225015491,0.011158902,1,1,1,1,1,0.17283155,0.39289856,0.68040116,0.680346943,0.680407801
-6162,1,0.1394,1,1,1,1,1,1,1,1,0.1209,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0539,0.1925,0,1,0.5,1,1,1,0.1534,0.5,0,1,1,1,1,1,0.107054844,0,0.013108691,1,1,1,1,1,0.084095612,0,0.031118587,1,1,1,1,1,0.232698262,0,0.659497342,0.659614978,0.659574468
-6163,1,0.1394,1,1,1,1,1,1,1,1,0.1802,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0834,0.1925,0,1,0.5,1,1,1,0.1806,0.5,0,1,1,1,1,1,0.209911063,0,0.002377416,1,1,1,1,1,0.126438633,0,0.042136125,1,1,1,1,1,0.306924909,0,0.66801595,0.668077004,0.668439716
-6164,1,0.1394,1,1,1,1,1,1,1,1,0.162,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1714,0.1925,0,1,0.5,1,1,1,0.2258,0.5,0,1,1,1,1,1,0.247101948,0,0.006849079,1,1,1,1,1,0.236776054,0,0.083180636,1,1,1,1,1,0.323006064,0,0.648320445,0.648402792,0.648492908
-6165,1,0.1394,1,1,1,1,1,1,1,1,0.27,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1231,0.1925,0,1,0.5,1,1,1,0.1658,0.5,0,1,1,1,1,1,0.343975306,0,0.064029463,1,1,1,1,1,0.18154107,0,0.136189267,1,1,1,1,1,0.236775488,0,0.609110681,0.609054369,0.609485816
-6166,1,0.1394,1,1,1,1,1,1,1,1,0.2019,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1761,0.1925,0,1,0.5,1,1,1,0.1546,0.5,0,1,1,1,1,1,0.252552867,0,0.129845381,1,1,1,1,1,0.252248257,0,0.192949757,1,1,1,1,1,0.243619502,0,0.556549058,0.556589803,0.556737589
-6167,1,0.1394,1,1,1,1,1,1,1,1,0.1645,0.1394,0,1,0.1925,1,1,1,1,1,1,0.3571,0.1925,0,1,0.5,1,1,1,0.1208,0.5,0,1,1,1,1,1,0.190846995,0,0.176733628,1,1,1,1,1,0.39416784,0,0.261411011,1,1,1,1,1,0.200621367,0,0.503504108,0.503702137,0.503546099
-6168,1,0.1394,1,1,1,1,1,1,1,1,0.2242,0.1394,0,1,0.1925,1,1,1,1,1,1,0.4578,0.1925,0,1,0.5,1,1,1,0.1226,0.5,0,1,1,1,1,1,0.303412586,0,0.237425089,1,1,1,1,1,0.519893646,0,0.369480908,1,1,1,1,1,0.150920182,0,0.463146448,0.463084409,0.46320922
-6169,1,0.1394,1,1,1,1,1,1,1,1,0.2665,0.1394,0,1,0.1925,1,1,1,1,1,1,0.4499,0.1925,0,1,0.5,1,1,1,0.1241,0.5,0,1,1,1,1,1,0.374176949,0,0.258302748,1,1,1,1,1,0.46554333,0,0.386154741,1,1,1,1,1,0.191526189,0,0.438255196,0.438332981,0.438386525
-6170,1,0.1394,1,1,1,1,1,1,1,1,0.2476,0.1394,0,1,0.1925,1,1,1,1,1,1,0.3696,0.1925,0,1,0.5,1,1,1,0.1264,0.5,0,1,1,1,1,1,0.349051833,0,0.292230815,1,1,1,1,1,0.405923963,0,0.458180904,1,1,1,1,1,0.174955964,0,0.423876269,0.423735985,0.424202128
-6171,1,0.1394,1,1,1,1,1,1,1,1,0.2843,0.1394,0,1,0.1925,1,1,1,1,1,1,0.3092,0.1925,0,1,0.5,1,1,1,0.1178,0.5,0,1,1,1,1,1,0.35856241,0,0.275763333,1,1,1,1,1,0.31783691,0,0.427477241,1,1,1,1,1,0.152421519,0,0.415961817,0.41590861,0.415780142
-6172,1,0.1394,1,1,1,1,1,1,1,1,0.1971,0.1394,0,1,0.1925,1,1,1,1,1,1,0.3471,0.1925,0,1,0.5,1,1,1,0.0754,0.5,0,1,1,1,1,1,0.199181512,0,0.243145704,1,1,1,1,1,0.354933143,0,0.362964928,1,1,1,1,1,0.104087085,0,0.416082649,0.416120161,0.416223404
-6173,1,0.1394,1,1,1,1,1,1,1,1,0.1799,0.1394,0,1,0.1925,1,1,1,1,1,1,0.365,0.1925,0,1,0.5,1,1,1,0.0829,0.5,0,1,1,1,1,1,0.220820084,0,0.211512715,1,1,1,1,1,0.35489583,0,0.366940856,1,1,1,1,1,0.074621513,0,0.429132431,0.429024751,0.429078014
-6174,1,0.1394,1,1,1,1,1,1,1,1,0.1757,0.1394,0.0112,1,0.1925,1,1,1,1,1,1,0.4283,0.1925,0.0019,1,0.5,1,1,1,0.0825,0.5,0.0007,1,1,1,1,1,0.208681896,0.067791708,0.109592408,1,1,1,1,1,0.427932382,0.021609321,0.208405241,1,1,1,1,1,0.098466501,0.0150507,0.449673755,0.449756717,0.449468085
-6175,1,0.1394,1,1,1,1,1,1,1,1,0.173,0.1394,0.1635,1,0.1925,1,1,1,1,1,1,0.4931,0.1925,0.1724,1,0.5,1,1,1,0.096,0.5,0.1304,1,1,1,1,1,0.154405087,0.441150606,0.070668854,1,1,1,1,1,0.421474159,0.500170231,0.18169032,1,1,1,1,1,0.140944734,0.213991299,0.481150314,0.481066215,0.480939716
-6176,1,0.1394,1,1,1,1,1,1,1,1,0.1979,0.1394,0.3077,1,0.1925,1,1,1,1,1,1,0.6717,0.1925,0.3934,1,0.5,1,1,1,0.1152,0.5,0.2807,1,1,1,1,1,0.21930325,0.668092012,0.103778832,1,1,1,1,1,0.531199455,0.778588116,0.229987711,1,1,1,1,1,0.203749716,0.527077436,0.521689222,0.521683943,0.521719858
-6177,1,0.1394,1,1,1,1,1,1,1,1,0.1956,0.1394,0.4675,1,0.1925,1,1,1,1,1,1,0.6762,0.1925,0.5482,1,0.5,1,1,1,0.1377,0.5,0.3996,1,1,1,1,1,0.22467199,0.787405252,0.106863186,1,1,1,1,1,0.560528994,0.861827135,0.963220239,1,1,1,1,1,0.265211612,0.783987701,0.549057516,0.548973979,0.549202128
-6178,1,0.1394,1,1,1,1,1,1,1,1,0.2005,0.1394,0.5809,1,0.1925,1,1,1,1,1,1,0.5421,0.1925,0.6521,1,0.5,1,1,1,0.1498,0.5,0.4881,1,1,1,1,1,0.212572888,0.857407451,0.106629387,1,1,1,1,1,0.489491701,0.898271501,1,1,1,1,1,1,0.247377619,0.860250831,0.562046883,0.562090121,0.562056738
-6179,1,0.1394,1,1,1,1,1,1,1,1,0.1873,0.1394,0.633,1,0.1925,1,1,1,1,1,1,0.4479,0.1925,0.6736,1,0.5,1,1,1,0.2139,0.5,0.5264,1,1,1,1,1,0.286698163,0.895858467,0.181893453,1,1,1,1,1,0.439367235,0.940947175,0.948825479,1,1,1,1,1,0.434425622,0.913409829,0.5659739,0.565898033,0.566046099
-6180,1,0.1394,1,1,1,1,1,1,1,1,0.1453,0.1394,0.6608,1,0.1925,1,1,1,1,1,1,0.5599,0.1925,0.6918,1,0.5,1,1,1,0.3635,0.5,0.5627,1,1,1,1,1,0.302469552,0.921943128,0.359217763,1,1,1,1,1,0.527019382,0.970418453,0.671460032,1,1,1,1,1,0.631623268,0.92086333,0.565611406,0.565686482,0.565602837
-6181,1,0.1394,1,1,1,1,1,1,1,1,0.2154,0.1394,0.6639,1,0.1925,1,1,1,1,1,1,0.5416,0.1925,0.681,1,0.5,1,1,1,0.4302,0.5,0.5663,1,1,1,1,1,0.373439133,0.916737437,0.485881984,1,1,1,1,1,0.537056804,0.956141055,0.723848999,1,1,1,1,1,0.705547035,0.908724666,0.561623973,0.561667019,0.561613475
-6182,1,0.1394,1,1,1,1,1,1,1,1,0.219,0.1394,0.6144,1,0.1925,1,1,1,1,1,1,0.4454,0.1925,0.6425,1,0.5,1,1,1,0.289,0.5,0.5015,1,1,1,1,1,0.310682923,0.901742876,0.32182616,1,1,1,1,1,0.487974763,0.949294686,0.931474686,1,1,1,1,1,0.595685184,0.883391857,0.556911551,0.556801354,0.556737589
-6183,1,0.1394,1,1,1,1,1,1,1,1,0.2197,0.1394,0.479,1,0.1925,1,1,1,1,1,1,0.3595,0.1925,0.5211,1,0.5,1,1,1,0.2961,0.5,0.4037,1,1,1,1,1,0.319179654,0.867330194,0.077141985,1,1,1,1,1,0.419091642,0.906774461,0.87862277,1,1,1,1,1,0.581612289,0.828783512,0.554555341,0.554685847,0.554964539
-6184,1,0.1394,1,1,1,1,1,1,1,1,0.1749,0.1394,0.3025,1,0.1925,1,1,1,1,1,1,0.4419,0.1925,0.3515,1,0.5,1,1,1,0.3417,0.5,0.2511,1,1,1,1,1,0.305826068,0.734968781,0.148593903,1,1,1,1,1,0.460976005,0.780146837,0.871610284,1,1,1,1,1,0.594267845,0.689074755,0.55582407,0.555743601,0.555851064
-6185,1,0.1394,1,1,1,1,1,1,1,1,0.168,0.1394,0.0929,1,0.1925,1,1,1,1,1,1,0.332,0.1925,0.1413,1,0.5,1,1,1,0.3213,0.5,0.0662,1,1,1,1,1,0.257107288,0.465709507,0.266884357,1,1,1,1,1,0.367324442,0.506640673,0.943262339,1,1,1,1,1,0.531553209,0.41850093,0.555944901,0.555955151,0.555851064
-6186,1,0.1394,1,1,1,1,1,1,1,1,0.1121,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2197,0.1925,0,1,0.5,1,1,1,0.2474,0.5,0,1,1,1,1,1,0.140863523,0,0.354674369,1,1,1,1,1,0.240556747,0,0.871262074,1,1,1,1,1,0.504436731,0,0.552924118,0.552993442,0.552748227
-6187,1,0.1394,1,1,1,1,1,1,1,1,0.0806,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0894,0.1925,0,1,0.5,1,1,1,0.2276,0.5,0,1,1,1,1,1,0.082763635,0,0.472777903,1,1,1,1,1,0.150664061,0,0.925804198,1,1,1,1,1,0.495367706,0,0.568390527,0.568436641,0.568262411
-6188,1,0.1394,1,1,1,1,1,1,1,1,0.1243,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1264,0.1925,0,1,0.5,1,1,1,0.2127,0.5,0,1,1,1,1,1,0.131178901,0,0.600580096,1,1,1,1,1,0.196766302,0,0.848979592,1,1,1,1,1,0.488039196,0,0.554494925,0.554685847,0.554964539
-6189,1,0.1394,1,1,1,1,1,1,1,1,0.1381,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1836,0.1925,0,1,0.5,1,1,1,0.1677,0.5,0,1,1,1,1,1,0.170373112,0,0.612746954,1,1,1,1,1,0.276170731,0,0.718189776,1,1,1,1,1,0.359164923,0,0.522535041,0.522530146,0.522606383
-6190,1,0.1394,1,1,1,1,1,1,1,1,0.0858,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1742,0.1925,0,1,0.5,1,1,1,0.1404,0.5,0,1,1,1,1,1,0.115785018,0,0.468002498,1,1,1,1,1,0.227497876,0,0.388791084,1,1,1,1,1,0.241669655,0,0.481996133,0.481912418,0.482269504
-6191,1,0.1394,1,1,1,1,1,1,1,1,0.0845,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2638,0.1925,0,1,0.5,1,1,1,0.2127,0.5,0,1,1,1,1,1,0.130946517,0,0.36334753,1,1,1,1,1,0.332865238,0,0.197341114,1,1,1,1,1,0.289362401,0,0.439403093,0.439390734,0.43927305
-6192,1,0.1394,1,1,1,1,1,1,1,1,0.1098,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2188,0.1925,0,1,0.5,1,1,1,0.2267,0.5,0,1,1,1,1,1,0.185440332,0,0.166803688,1,1,1,1,1,0.305093974,0,0.103886917,1,1,1,1,1,0.29439491,0,0.406959884,0.406811931,0.407358156
-6193,1,0.1394,1,1,1,1,1,1,1,1,0.1079,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1611,0.1925,0,1,0.5,1,1,1,0.259,0.5,0,1,1,1,1,1,0.205683514,0,0.064838804,1,1,1,1,1,0.180905968,0,0.089340836,1,1,1,1,1,0.368478477,0,0.386176897,0.386079966,0.38608156
-6194,1,0.1394,1,1,1,1,1,1,1,1,0.1521,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1715,0.1925,0,1,0.5,1,1,1,0.2654,0.5,0,1,1,1,1,1,0.269066721,0,0.056670014,1,1,1,1,1,0.167873576,0,0.106288485,1,1,1,1,1,0.403938353,0,0.373127115,0.373175376,0.37322695
-6195,1,0.1394,1,1,1,1,1,1,1,1,0.2108,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1701,0.1925,0,1,0.5,1,1,1,0.2883,0.5,0,1,1,1,1,1,0.36077705,0,0.084898725,1,1,1,1,1,0.162551403,0,0.108605765,1,1,1,1,1,0.461881131,0,0.36581682,0.365771102,0.365691489
-6196,1,0.1394,1,1,1,1,1,1,1,1,0.2598,0.1394,0,1,0.1925,1,1,1,1,1,1,0.136,0.1925,0,1,0.5,1,1,1,0.2685,0.5,0,1,1,1,1,1,0.401985317,0,0.122592568,1,1,1,1,1,0.146240145,0,0.121671721,1,1,1,1,1,0.469327629,0,0.365273079,0.365348001,0.365248227
-6197,1,0.1394,1,1,1,1,1,1,1,1,0.1537,0.1394,0,1,0.1925,1,1,1,1,1,1,0.096,0.1925,0,1,0.5,1,1,1,0.2402,0.5,0,1,1,1,1,1,0.277385235,0,0.072218813,1,1,1,1,1,0.097330183,0,0.098413616,1,1,1,1,1,0.463693589,0,0.373006283,0.372963825,0.37322695
-6198,1,0.1394,1,1,1,1,1,1,1,1,0.1052,0.1394,0.0333,1,0.1925,1,1,1,1,1,1,0.1669,0.1925,0.0405,1,0.5,1,1,1,0.2706,0.5,0.035,1,1,1,1,1,0.233802706,0.229969978,0.013202533,1,1,1,1,1,0.15664345,0.251529753,0.063672259,1,1,1,1,1,0.553786874,0.387271523,0.384847753,0.384810662,0.384751773
-6199,1,0.1394,1,1,1,1,1,1,1,1,0.0678,0.1394,0.2418,1,0.1925,1,1,1,1,1,1,0.0899,0.1925,0.2523,1,0.5,1,1,1,0.2771,0.5,0.2428,1,1,1,1,1,0.076579303,0.666513562,0.148349851,1,1,1,1,1,0.084919624,0.630324185,0.233987182,1,1,1,1,1,0.490887821,0.743054628,0.411732721,0.411677597,0.41179078
-6200,1,0.1394,1,1,1,1,1,1,1,1,0.0227,0.1394,0.441,1,0.1925,1,1,1,1,1,1,0.0113,0.1925,0.4521,1,0.5,1,1,1,0.339,0.5,0.4495,1,1,1,1,1,0.047053088,0.871548653,0.12920703,1,1,1,1,1,0.020085286,0.854903758,0.109931149,1,1,1,1,1,0.51725471,0.928997874,0.453479942,0.453564629,0.453457447
-6201,1,0.1394,1,1,1,1,1,1,1,1,0.0319,0.1394,0.5904,1,0.1925,1,1,1,1,1,1,0.0059,0.1925,0.5899,1,0.5,1,1,1,0.2492,0.5,0.5959,1,1,1,1,1,0.057332892,0.942256689,0.217681766,1,1,1,1,1,0.007087162,0.921635091,0.14814347,1,1,1,1,1,0.394535601,0.97946918,0.485198163,0.485297229,0.48537234
-6202,1,0.1394,1,1,1,1,1,1,1,1,0.0636,0.1394,0.6666,1,0.1925,1,1,1,1,1,1,0.0511,0.1925,0.6483,1,0.5,1,1,1,0.3652,0.5,0.6748,1,1,1,1,1,0.098538682,0.949987113,0.225062162,1,1,1,1,1,0.05859971,0.893857718,0.26764819,1,1,1,1,1,0.565181792,0.999428034,0.504047849,0.504125238,0.504432624
-6203,1,0.1394,1,1,1,1,1,1,1,1,0.0938,0.1394,0.6786,1,0.1925,1,1,1,1,1,1,0.1005,0.1925,0.665,1,0.5,1,1,1,0.2872,0.5,0.6913,1,1,1,1,1,0.118923277,0.963506103,0.177565485,1,1,1,1,1,0.126009256,0.897738993,0.288509697,1,1,1,1,1,0.417690635,0.999894261,0.514681005,0.514702771,0.51462766
-6204,1,0.1394,1,1,1,1,1,1,1,1,0.1159,0.1394,0.6996,1,0.1925,1,1,1,1,1,1,0.0946,0.1925,0.6836,1,0.5,1,1,1,0.295,0.5,0.7102,1,1,1,1,1,0.113874339,0.983398259,0.103877008,1,1,1,1,1,0.122553259,0.922981203,0.227013364,1,1,1,1,1,0.467514694,0.99961859,0.522051716,0.521895494,0.522163121
-6205,1,0.1394,1,1,1,1,1,1,1,1,0.0656,0.1394,0.6998,1,0.1925,1,1,1,1,1,1,0.0971,0.1925,0.6945,1,0.5,1,1,1,0.3474,0.5,0.715,1,1,1,1,1,0.083452344,0.987164617,0.090322047,1,1,1,1,1,0.113855422,0.941068947,0.111788742,1,1,1,1,1,0.59563303,0.998657763,0.521810053,0.521683943,0.521719858
-6206,1,0.1394,1,1,1,1,1,1,1,1,0.0593,0.1394,0.6422,1,0.1925,1,1,1,1,1,1,0.1033,0.1925,0.6534,1,0.5,1,1,1,0.3034,0.5,0.64,1,1,1,1,1,0.061604302,0.974203885,0.183833033,1,1,1,1,1,0.103929669,0.943656027,0.092861786,1,1,1,1,1,0.483628988,0.97562921,0.521689222,0.521683943,0.521719858
-6207,1,0.1394,1,1,1,1,1,1,1,1,0.0606,0.1394,0.4987,1,0.1925,1,1,1,1,1,1,0.1041,0.1925,0.5272,1,0.5,1,1,1,0.2642,0.5,0.4879,1,1,1,1,1,0.072929524,0.931612849,0.317369163,1,1,1,1,1,0.102548152,0.910634816,0.027625918,1,1,1,1,1,0.384314179,0.926890612,0.524649589,0.524645653,0.524822695
-6208,1,0.1394,1,1,1,1,1,1,1,1,0.0421,0.1394,0.315,1,0.1925,1,1,1,1,1,1,0.138,0.1925,0.3545,1,0.5,1,1,1,0.2883,0.5,0.2961,1,1,1,1,1,0.061503023,0.780086875,0.324662298,1,1,1,1,1,0.130431667,0.770008087,0.001439791,1,1,1,1,1,0.423437178,0.768951178,0.533470275,0.533530781,0.533687943
-6209,1,0.1394,1,1,1,1,1,1,1,1,0.0365,0.1394,0.0942,1,0.1925,1,1,1,1,1,1,0.0742,0.1925,0.1353,1,0.5,1,1,1,0.1308,0.5,0.0743,1,1,1,1,1,0.03378148,0.483169407,0.437914789,1,1,1,1,1,0.069352143,0.488179773,0.042858902,1,1,1,1,1,0.243080363,0.459114611,0.546882552,0.546858473,0.546985816
-6210,1,0.1394,1,1,1,1,1,1,1,1,0.0356,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0185,0.1925,0,1,0.5,1,1,1,0.12,0.5,0,1,1,1,1,1,0.053272042,0,0.622978449,1,1,1,1,1,0.028137697,0,0.155612826,1,1,1,1,1,0.246714979,0,0.552440793,0.55235879,0.552748227
-6211,1,0.1394,1,1,1,1,1,1,1,1,0.0665,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0385,0.1925,0,1,0.5,1,1,1,0.1505,0.5,0,1,1,1,1,1,0.061485082,0,0.686385453,1,1,1,1,1,0.054686226,0,0.30663538,1,1,1,1,1,0.322567374,0,0.575398743,0.575417813,0.575797872
-6212,1,0.1394,1,1,1,1,1,1,1,1,0.1001,0.1394,0,1,0.1925,1,1,1,1,1,1,0.129,0.1925,0,1,0.5,1,1,1,0.1946,0.5,0,1,1,1,1,1,0.11511004,0,0.698496699,1,1,1,1,1,0.169038936,0,0.32260865,1,1,1,1,1,0.389602274,0,0.557636539,0.557647557,0.557624113
-6213,1,0.1394,1,1,1,1,1,1,1,1,0.1037,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1733,0.1925,0,1,0.5,1,1,1,0.2671,0.5,0,1,1,1,1,1,0.137702152,0,0.690406084,1,1,1,1,1,0.219023347,0,0.204927236,1,1,1,1,1,0.502367496,0,0.515405993,0.515548974,0.515514184
-6214,1,0.1394,1,1,1,1,1,1,1,1,0.0837,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1743,0.1925,0,1,0.5,1,1,1,0.2591,0.5,0,1,1,1,1,1,0.122133046,0,0.319497198,1,1,1,1,1,0.200679779,0,0.043250531,1,1,1,1,1,0.54207623,0,0.466167231,0.466046118,0.466312057
-6215,1,0.1394,1,1,1,1,1,1,1,1,0.0479,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1579,0.1925,0,1,0.5,1,1,1,0.2837,0.5,0,1,1,1,1,1,0.085603528,0,0.122231975,1,1,1,1,1,0.172216535,0,0.012671205,1,1,1,1,1,0.5233109,0,0.422305462,0.42225513,0.422429078
-6216,1,0.1394,1,1,1,1,1,1,1,1,0.0458,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1118,0.1925,0,1,0.5,1,1,1,0.305,0.5,0,1,1,1,1,1,0.064647242,0,0.152421907,1,1,1,1,1,0.124316104,0,0.029962566,1,1,1,1,1,0.581962824,0,0.393608023,0.39369579,0.393617021
-6217,1,0.1394,1,1,1,1,1,1,1,1,0.0271,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0463,0.1925,0,1,0.5,1,1,1,0.3079,0.5,0,1,1,1,1,1,0.037490107,0,0.160694197,1,1,1,1,1,0.048754178,0,0.037559688,1,1,1,1,1,0.545295775,0,0.377477042,0.377617939,0.377659574
-6218,1,0.1394,1,1,1,1,1,1,1,1,0.0112,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0647,0.1925,0,1,0.5,1,1,1,0.2798,0.5,0,1,1,1,1,1,0.025596356,0,0.051545601,1,1,1,1,1,0.05418415,0,0.002927749,1,1,1,1,1,0.450171977,0,0.368898018,0.368732812,0.369237589
-6219,1,0.1394,1,1,1,1,1,1,1,1,0.0108,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0255,0.1925,0,1,0.5,1,1,1,0.2257,0.5,0,1,1,1,1,1,0.022786666,0,0.02126809,1,1,1,1,1,0.02357153,0,0,1,1,1,1,1,0.390273809,0,0.368233446,0.36809816,0.368351064
-6220,1,0.1394,1,1,1,1,1,1,1,1,0.0139,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0031,0.1925,0,1,0.5,1,1,1,0.1957,0.5,0,1,1,1,1,1,0.014614019,0,0.013525531,1,1,1,1,1,0.005156496,0,0,1,1,1,1,1,0.357466429,0,0.379047849,0.379098794,0.378989362
-6221,1,0.1394,1,1,1,1,1,1,1,1,0.0365,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0152,0.1925,0,1,0.5,1,1,1,0.1767,0.5,0,1,1,1,1,1,0.043548822,0,0.005041373,1,1,1,1,1,0.027510261,0,0,1,1,1,1,1,0.306134582,0,0.418136781,0.418235667,0.417996454
-6222,1,0.1394,1,1,1,1,1,1,1,1,0.0661,0.1394,0.0374,1,0.1925,1,1,1,1,1,1,0.0335,0.1925,0.0396,1,0.5,1,1,1,0.1468,0.5,0.034,1,1,1,1,1,0.059591357,0.222014904,0.012898306,1,1,1,1,1,0.023582399,0.221325383,0,1,1,1,1,1,0.192572773,0.331026912,0.483566941,0.483604823,0.483599291
-6223,1,0.1394,1,1,1,1,1,1,1,1,0.0415,0.1394,0.2454,1,0.1925,1,1,1,1,1,1,0.0263,0.1925,0.245,1,0.5,1,1,1,0.0521,0.5,0.235,1,1,1,1,1,0.01230578,0.632937908,0,1,1,1,1,1,0.022812374,0.581551075,0,1,1,1,1,1,0.0986095,0.67786634,0.527791203,0.527818913,0.527925532
-6224,1,0.1394,1,1,1,1,1,1,1,1,0.0045,0.1394,0.4337,1,0.1925,1,1,1,1,1,1,0.0172,0.1925,0.4163,1,0.5,1,1,1,0.0057,0.5,0.4339,1,1,1,1,1,0.003403722,0.8476758,0,1,1,1,1,1,0.016245404,0.745441616,0,1,1,1,1,1,0.020977128,0.887936831,0.552924118,0.552781891,0.552748227
-6225,1,0.1394,1,1,1,1,1,1,1,1,0,0.1394,0.5698,1,0.1925,1,1,1,1,1,1,0,0.1925,0.5374,1,0.5,1,1,1,0.0063,0.5,0.5918,1,1,1,1,1,0,0.896616817,0.011211634,1,1,1,1,1,7.05E-06,0.863403618,0.038825653,1,1,1,1,1,0.004758689,0.951474965,0.572921701,0.572879205,0.573138298
-6226,1,0.1394,1,1,1,1,1,1,1,1,0,0.1394,0.6528,1,0.1925,1,1,1,1,1,1,0,0.1925,0.6689,1,0.5,1,1,1,0.0071,0.5,0.6913,1,1,1,1,1,0,0.922147989,0.014993495,1,1,1,1,1,0,0.93392843,0.014925393,1,1,1,1,1,0.00374888,0.978290081,0.591952634,0.591918765,0.592198582
-6227,1,0.1394,1,1,1,1,1,1,1,1,0,0.1394,0.6646,1,0.1925,1,1,1,1,1,1,0,0.1925,0.6882,1,0.5,1,1,1,0.0141,0.5,0.6966,1,1,1,1,1,0.00081347,0.952320158,0.01057522,1,1,1,1,1,0,0.9569785,0,1,1,1,1,1,0.018191019,0.980109513,0.603431609,0.603554051,0.603280142
-6228,1,0.1394,1,1,1,1,1,1,1,1,0.0024,0.1394,0.6663,1,0.1925,1,1,1,1,1,1,0,0.1925,0.6862,1,0.5,1,1,1,0.01,0.5,0.6921,1,1,1,1,1,0.000222044,0.952844501,0.010609037,1,1,1,1,1,1.52E-05,0.956540585,0,1,1,1,1,1,0.021637326,0.975308359,0.609291928,0.60947747,0.609485816
-6229,1,0.1394,1,1,1,1,1,1,1,1,0.0114,0.1394,0.6749,1,0.1925,1,1,1,1,1,1,0,0.1925,0.6811,1,0.5,1,1,1,0.0228,0.5,0.6801,1,1,1,1,1,0.004234661,0.953805029,0.03242087,1,1,1,1,1,0.000942007,0.945258975,0,1,1,1,1,1,0.044852763,0.959573269,0.617568874,0.617727946,0.617907801
-6230,1,0.1394,1,1,1,1,1,1,1,1,0.0212,0.1394,0.6161,1,0.1925,1,1,1,1,1,1,0.0156,0.1925,0.6309,1,0.5,1,1,1,0.0175,0.5,0.6071,1,1,1,1,1,0.008794767,0.932442069,0.030648576,1,1,1,1,1,0.018801874,0.905725121,0,1,1,1,1,1,0.036117259,0.932480812,0.619864669,0.619843453,0.620124113
-6231,1,0.1394,1,1,1,1,1,1,1,1,0.0208,0.1394,0.4787,1,0.1925,1,1,1,1,1,1,0.0622,0.1925,0.5064,1,0.5,1,1,1,0.0343,0.5,0.4583,1,1,1,1,1,0.017223459,0.886611342,0.006625948,1,1,1,1,1,0.056228649,0.845039606,0,1,1,1,1,1,0.063594267,0.869304955,0.620529241,0.620689655,0.620567376
-6232,1,0.1394,1,1,1,1,1,1,1,1,0.0278,0.1394,0.2999,1,0.1925,1,1,1,1,1,1,0.0997,0.1925,0.3265,1,0.5,1,1,1,0.052,0.5,0.27,1,1,1,1,1,0.038278721,0.728908658,0.000779102,1,1,1,1,1,0.097895399,0.690817416,0,1,1,1,1,1,0.075189926,0.699371874,0.622160464,0.62217051,0.622340426
-6233,1,0.1394,1,1,1,1,1,1,1,1,0.0744,0.1394,0.0828,1,0.1925,1,1,1,1,1,1,0.1524,0.1925,0.1194,1,0.5,1,1,1,0.0812,0.5,0.0576,1,1,1,1,1,0.067034043,0.415096194,0.002758092,1,1,1,1,1,0.181927815,0.406818658,0.002465183,1,1,1,1,1,0.087647013,0.382006705,0.623247946,0.623228263,0.62322695
-6234,1,0.1394,1,1,1,1,1,1,1,1,0.1115,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0931,0.1925,0,1,0.5,1,1,1,0.1015,0.5,0,1,1,1,1,1,0.132280961,0,0.005038934,1,1,1,1,1,0.148909852,0,0.003842932,1,1,1,1,1,0.114019878,0,0.621918801,0.621958959,0.622340426
-6235,1,0.1394,1,1,1,1,1,1,1,1,0.1269,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1201,0.1925,0,1,0.5,1,1,1,0.1005,0.5,0,1,1,1,1,1,0.181443825,0,0.008825902,1,1,1,1,1,0.201318562,0,0.002387173,1,1,1,1,1,0.136772528,0,0.642278879,0.642267823,0.642287234
-6236,1,0.1394,1,1,1,1,1,1,1,1,0.1293,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2121,0.1925,0,1,0.5,1,1,1,0.2071,0.5,0,1,1,1,1,1,0.163581848,0,0.008878049,1,1,1,1,1,0.28943339,0,0,1,1,1,1,1,0.255105764,0,0.618233446,0.618151047,0.618351064
-6237,1,0.1394,1,1,1,1,1,1,1,1,0.1329,0.1394,0,1,0.1925,1,1,1,1,1,1,0.4245,0.1925,0,1,0.5,1,1,1,0.221,0.5,0,1,1,1,1,1,0.169647887,0,0.002195637,1,1,1,1,1,0.472525209,0,0.017733248,1,1,1,1,1,0.418872446,0,0.569296762,0.569282843,0.569592199
-6238,1,0.1394,1,1,1,1,1,1,1,1,0.1885,0.1394,0,1,0.1925,1,1,1,1,1,1,0.289,0.1925,0,1,0.5,1,1,1,0.1841,0.5,0,1,1,1,1,1,0.245704263,0,0.006587274,1,1,1,1,1,0.388140202,0,0.070237175,1,1,1,1,1,0.414977551,0,0.509001933,0.508990903,0.508865248
-6239,1,0.1394,1,1,1,1,1,1,1,1,0.271,0.1394,0,1,0.1925,1,1,1,1,1,1,0.4002,0.1925,0,1,0.5,1,1,1,0.1407,0.5,0,1,1,1,1,1,0.313730925,0,0.044793829,1,1,1,1,1,0.465539753,0,0.056467541,1,1,1,1,1,0.338189483,0,0.456259062,0.456314787,0.456117021
-6240,1,0.1394,1,1,1,1,1,1,1,1,0.2538,0.1394,0,1,0.1925,1,1,1,1,1,1,0.4776,0.1925,0,1,0.5,1,1,1,0.1575,0.5,0,1,1,1,1,1,0.253880203,0,0.053321429,1,1,1,1,1,0.525839508,0,0.049671993,1,1,1,1,1,0.341762662,0,0.422305462,0.422466681,0.422429078
-6241,1,0.1394,1,1,1,1,1,1,1,1,0.3058,0.1394,0,1,0.1925,1,1,1,1,1,1,0.5388,0.1925,0,1,0.5,1,1,1,0.1725,0.5,0,1,1,1,1,1,0.267441034,0,0.099992745,1,1,1,1,1,0.568044841,0,0.087419897,1,1,1,1,1,0.339387864,0,0.401703722,0.401734715,0.401595745
-6242,1,0.1394,1,1,1,1,1,1,1,1,0.3049,0.1394,0,1,0.1925,1,1,1,1,1,1,0.523,0.1925,0,1,0.5,1,1,1,0.167,0.5,0,1,1,1,1,1,0.263823658,0,0.090121374,1,1,1,1,1,0.53508091,0,0.141566247,1,1,1,1,1,0.291585088,0,0.390647656,0.390734081,0.390514184
-6243,1,0.1394,1,1,1,1,1,1,1,1,0.2293,0.1394,0,1,0.1925,1,1,1,1,1,1,0.4515,0.1925,0,1,0.5,1,1,1,0.1802,0.5,0,1,1,1,1,1,0.197275117,0,0.09806937,1,1,1,1,1,0.425050527,0,0.175743192,1,1,1,1,1,0.344280213,0,0.388533108,0.388618574,0.388297872
-6244,1,0.1394,1,1,1,1,1,1,1,1,0.1718,0.1394,0,1,0.1925,1,1,1,1,1,1,0.3481,0.1925,0,1,0.5,1,1,1,0.18,0.5,0,1,1,1,1,1,0.160477117,0,0.080631077,1,1,1,1,1,0.369705915,0,0.247085884,1,1,1,1,1,0.37121284,0,0.399287095,0.399407658,0.399379433
-6245,1,0.1394,1,1,1,1,1,1,1,1,0.2698,0.1394,0,1,0.1925,1,1,1,1,1,1,0.4606,0.1925,0,1,0.5,1,1,1,0.1494,0.5,0,1,1,1,1,1,0.277796656,0,0.167847455,1,1,1,1,1,0.49178189,0,0.390971214,1,1,1,1,1,0.307884753,0,0.439826003,0.439813835,0.439716312
-6246,1,0.1394,1,1,1,1,1,1,1,1,0.2786,0.1394,0.0159,1,0.1925,1,1,1,1,1,1,0.1294,0.1925,0,1,0.5,1,1,1,0.2138,0.5,0.0078,1,1,1,1,1,0.277626365,0.022283569,0.186119974,1,1,1,1,1,0.205504879,0,0.360492945,1,1,1,1,1,0.383541822,0.098685279,0.511962301,0.511952613,0.511968085
-6247,1,0.1394,1,1,1,1,1,1,1,1,0.2407,0.1394,0.1364,1,0.1925,1,1,1,1,1,1,0.1327,0.1925,0.0655,1,0.5,1,1,1,0.1673,0.5,0.1544,1,1,1,1,1,0.249679625,0.226482794,0.289202154,1,1,1,1,1,0.247640729,0.080660261,0.788872838,1,1,1,1,1,0.334947705,0.411471575,0.560898985,0.560820817,0.561170213
-6248,1,0.1394,1,1,1,1,1,1,1,1,0.1846,0.1394,0.2613,1,0.1925,1,1,1,1,1,1,0.4459,0.1925,0.1555,1,0.5,1,1,1,0.1629,0.5,0.2618,1,1,1,1,1,0.207848087,0.37896648,0.604780078,1,1,1,1,1,0.590209961,0.203244433,1,1,1,1,1,1,0.293109059,0.645187259,0.588206863,0.588322403,0.588652482
-6249,1,0.1394,1,1,1,1,1,1,1,1,0.1631,0.1394,0.2878,1,0.1925,1,1,1,1,1,1,0.5621,0.1925,0.277,1,0.5,1,1,1,0.2231,0.5,0.3653,1,1,1,1,1,0.19960928,0.382543921,0.614586949,1,1,1,1,1,0.619353831,0.353104055,1,1,1,1,1,1,0.426415026,0.735816002,0.608808603,0.608842818,0.609042553
-6250,1,0.1394,1,1,1,1,1,1,1,1,0.3412,0.1394,0.3485,1,0.1925,1,1,1,1,1,1,0.7271,0.1925,0.2571,1,0.5,1,1,1,0.3233,0.5,0.4183,1,1,1,1,1,0.302885622,0.451102853,0.862375736,1,1,1,1,1,0.745524287,0.181960732,1,1,1,1,1,1,0.576111674,0.672323644,0.627597873,0.627670827,0.627659574
-6251,1,0.1394,1,1,1,1,1,1,1,1,0.5067,0.1394,0.3694,1,0.1925,1,1,1,1,1,1,0.7993,0.1925,0.3513,1,0.5,1,1,1,0.3761,0.5,0.4021,1,1,1,1,1,0.480172276,0.502929211,0.945982039,1,1,1,1,1,0.820444703,0.420984417,1,1,1,1,1,1,0.628864944,0.547104061,0.637626873,0.637825259,0.63785461
-6252,1,0.1394,1,1,1,1,1,1,1,1,0.5989,0.1394,0.3715,1,0.1925,1,1,1,1,1,1,0.7366,0.1925,0.3317,1,0.5,1,1,1,0.5311,0.5,0.3086,1,1,1,1,1,0.546854019,0.498279095,0.994616151,1,1,1,1,1,0.833421111,0.432880878,1,1,1,1,1,1,0.745023072,0.567321301,0.641312228,0.64142162,0.641400709
-6253,1,0.1394,1,1,1,1,1,1,1,1,0.6863,0.1394,0.3159,1,0.1925,1,1,1,1,1,1,0.6027,0.1925,0.2708,1,0.5,1,1,1,0.5649,0.5,0.3258,1,1,1,1,1,0.640099227,0.418616652,1,1,1,1,1,1,0.765758872,0.314570338,1,1,1,1,1,1,0.717976928,0.556367993,0.647293378,0.647345039,0.647606383
-6254,1,0.1394,1,1,1,1,1,1,1,1,0.741,0.1394,0.2634,1,0.1925,1,1,1,1,1,1,0.5404,0.1925,0.2233,1,0.5,1,1,1,0.7285,0.5,0.3011,1,1,1,1,1,0.729171991,0.357106715,1,1,1,1,1,1,0.736954808,0.290220886,1,1,1,1,1,1,0.841485143,0.413890243,0.645360077,0.645441083,0.645833333
-6255,1,0.1394,1,1,1,1,1,1,1,1,0.8422,0.1394,0.1974,1,0.1925,1,1,1,1,1,1,0.6067,0.1925,0.1633,1,0.5,1,1,1,0.8418,0.5,0.1723,1,1,1,1,1,0.836696684,0.245138064,1,1,1,1,1,1,0.800176859,0.142584339,1,1,1,1,1,1,0.900337934,0.214718387,0.644272595,0.64438333,0.644503546
-6256,1,0.1394,1,1,1,1,1,1,1,1,0.8472,0.1394,0.1018,1,0.1925,1,1,1,1,1,1,0.8452,0.1925,0.0646,1,0.5,1,1,1,0.83,0.5,0.0429,1,1,1,1,1,0.846132278,0.106992744,1,1,1,1,1,1,0.899984956,0.043339536,1,1,1,1,1,1,0.896302462,0.038207538,0.651824553,0.651787603,0.652039007
-6257,1,0.1394,1,1,1,1,1,1,1,1,0.9035,0.1394,0,1,0.1925,1,1,1,1,1,1,0.7446,0.1925,0,1,0.5,1,1,1,0.8368,0.5,0,1,1,1,1,1,0.895508111,0,1,1,1,1,1,1,0.853987038,0,1,1,1,1,1,1,0.905486524,0,0.662638956,0.662788238,0.662677305
-6258,1,0.1394,1,1,1,1,1,1,1,1,0.8597,0.1394,0,1,0.1925,1,1,1,1,1,1,0.8288,0.1925,0,1,0.5,1,1,1,0.8668,0.5,0,1,1,1,1,1,0.863524735,0,1,1,1,1,1,1,0.882746637,0,1,1,1,1,1,1,0.909206748,0,0.670613823,0.670827163,0.671099291
-6259,1,0.1394,1,1,1,1,1,1,1,1,0.8964,0.1394,0,1,0.1925,1,1,1,1,1,1,0.6665,0.1925,0,1,0.5,1,1,1,0.7858,0.5,0,1,1,1,1,1,0.886635721,0,1,1,1,1,1,1,0.769998789,0,1,1,1,1,1,1,0.899916828,0,0.677259546,0.677385234,0.677304965
-6260,1,0.1394,1,1,1,1,1,1,1,1,0.9105,0.1394,0,1,0.1925,1,1,1,1,1,1,0.8608,0.1925,0,1,0.5,1,1,1,0.8709,0.5,0,1,1,1,1,1,0.907785177,0,1,1,1,1,1,1,0.77050519,0,1,1,1,1,1,1,0.910552263,0,0.65242871,0.652633806,0.65248227
-6261,1,0.1394,1,1,1,1,1,1,1,1,0.9181,0.1394,0,1,0.1925,1,1,1,1,1,1,0.6301,0.1925,0,1,0.5,1,1,1,0.8965,0.5,0,1,1,1,1,1,0.902065814,0,1,1,1,1,1,1,0.650858045,0,1,1,1,1,1,1,0.904552639,0,0.605425326,0.605458007,0.605496454
-6262,1,0.1394,1,1,1,1,1,1,1,1,0.7601,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1793,0.1925,0,1,0.5,1,1,1,0.8455,0.5,0,1,1,1,1,1,0.713418901,0,1,1,1,1,1,1,0.34765619,0,1,1,1,1,1,1,0.899524689,0,0.546520058,0.546435371,0.546542553
-6263,1,0.1394,1,1,1,1,1,1,1,1,0.6234,0.1394,0,1,0.1925,1,1,1,1,1,1,0.116,0.1925,0,1,0.5,1,1,1,0.7956,0.5,0,1,1,1,1,1,0.44443351,0,1,1,1,1,1,1,0.260984361,0,1,1,1,1,1,1,0.873558462,0,0.495891735,0.495874762,0.496010638
-6264,1,0.1394,1,1,1,1,1,1,1,1,0.5922,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1317,0.1925,0,1,0.5,1,1,1,0.7531,0.5,0,1,1,1,1,1,0.454842687,0,1,1,1,1,1,1,0.227986068,0,1,1,1,1,1,1,0.827394128,0,0.460669406,0.460757351,0.460549645
-6265,1,0.1394,1,1,1,1,1,1,1,1,0.4734,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2002,0.1925,0,1,0.5,1,1,1,0.7037,0.5,0,1,1,1,1,1,0.380155802,0,1,1,1,1,1,1,0.26589483,0,1,1,1,1,1,1,0.730171859,0,0.43958434,0.439602285,0.439716312
-6266,1,0.1394,1,1,1,1,1,1,1,1,0.4741,0.1394,0,1,0.1925,1,1,1,1,1,1,0.4439,0.1925,0,1,0.5,1,1,1,0.7177,0.5,0,1,1,1,1,1,0.354818434,0,1,1,1,1,1,1,0.415369898,0,1,1,1,1,1,1,0.707758307,0,0.426836636,0.426697694,0.426861702
-6267,1,0.1394,1,1,1,1,1,1,1,1,0.3632,0.1394,0,1,0.1925,1,1,1,1,1,1,0.6166,0.1925,0,1,0.5,1,1,1,0.6974,0.5,0,1,1,1,1,1,0.333521307,0,0.933094859,1,1,1,1,1,0.487725228,0,1,1,1,1,1,1,0.698873103,0,0.421580474,0.421620478,0.421985816
-6268,1,0.1394,1,1,1,1,1,1,1,1,0.2676,0.1394,0,1,0.1925,1,1,1,1,1,1,0.8207,0.1925,0,1,0.5,1,1,1,0.5716,0.5,0,1,1,1,1,1,0.340153337,0,0.960870445,1,1,1,1,1,0.668417871,0,1,1,1,1,1,1,0.549603105,0,0.427440793,0.427543897,0.427748227
-6269,1,0.1394,1,1,1,1,1,1,1,1,0.295,0.1394,0,1,0.1925,1,1,1,1,1,1,0.6426,0.1925,0,1,0.5,1,1,1,0.5213,0.5,0,1,1,1,1,1,0.362669826,0,0.996067762,1,1,1,1,1,0.634409189,0,0.995706797,1,1,1,1,1,0.482851207,0,0.462119381,0.462238206,0.461879433
-6270,1,0.1394,1,1,1,1,1,1,1,1,0.3507,0.1394,0,1,0.1925,1,1,1,1,1,1,0.6814,0.1925,0,1,0.5,1,1,1,0.5421,0.5,0,1,1,1,1,1,0.377154589,0,0.960068941,1,1,1,1,1,0.598282158,0,1,1,1,1,1,1,0.558659792,0,0.529905752,0.529934419,0.529698582
-6271,1,0.1394,1,1,1,1,1,1,1,1,0.2772,0.1394,0.0468,1,0.1925,1,1,1,1,1,1,0.5115,0.1925,0.0759,1,0.5,1,1,1,0.4595,0.5,0.0437,1,1,1,1,1,0.276973754,0.05614087,0.546297789,1,1,1,1,1,0.461657017,0.227855787,1,1,1,1,1,1,0.625165164,0.024063319,0.572075882,0.572033002,0.572251773
-6272,1,0.1394,1,1,1,1,1,1,1,1,0.3129,0.1394,0.2496,1,0.1925,1,1,1,1,1,1,0.5112,0.1925,0.332,1,0.5,1,1,1,0.5152,0.5,0.2197,1,1,1,1,1,0.36558342,0.47082445,0.665183544,1,1,1,1,1,0.485626668,0.66785574,0.75531888,1,1,1,1,1,0.712772608,0.165622219,0.587240213,0.58726465,0.587322695
-6273,1,0.1394,1,1,1,1,1,1,1,1,0.3075,0.1394,0.4478,1,0.1925,1,1,1,1,1,1,0.5888,0.1925,0.5486,1,0.5,1,1,1,0.512,0.5,0.3623,1,1,1,1,1,0.396992445,0.778831363,0.524917424,1,1,1,1,1,0.523410916,0.882747948,0.736584306,1,1,1,1,1,0.810697675,0.368314564,0.597631706,0.597630633,0.597960993
-6274,1,0.1394,1,1,1,1,1,1,1,1,0.2307,0.1394,0.585,1,0.1925,1,1,1,1,1,1,0.4432,0.1925,0.6681,1,0.5,1,1,1,0.3475,0.5,0.4849,1,1,1,1,1,0.314399153,0.895589411,0.289735019,1,1,1,1,1,0.4293212,0.936693668,0.843446434,1,1,1,1,1,0.706968069,0.694397569,0.608446109,0.608631267,0.608599291
-6275,1,0.1394,1,1,1,1,1,1,1,1,0.1969,0.1394,0.6361,1,0.1925,1,1,1,1,1,1,0.3378,0.1925,0.6905,1,0.5,1,1,1,0.4398,0.5,0.6162,1,1,1,1,1,0.318510592,0.953192055,0.229084462,1,1,1,1,1,0.334280163,0.940280497,0.761703432,1,1,1,1,1,0.816229165,0.91219306,0.615514741,0.615612439,0.615691489
-6276,1,0.1394,1,1,1,1,1,1,1,1,0.1688,0.1394,0.6707,1,0.1925,1,1,1,1,1,1,0.2822,0.1925,0.7012,1,0.5,1,1,1,0.3842,0.5,0.6704,1,1,1,1,1,0.305303544,0.979056299,0.265598446,1,1,1,1,1,0.277040839,0.96468854,0.467822552,1,1,1,1,1,0.709481716,0.947866917,0.617266796,0.617304845,0.617464539
-6277,1,0.1394,1,1,1,1,1,1,1,1,0.1259,0.1394,0.6639,1,0.1925,1,1,1,1,1,1,0.1885,0.1925,0.6893,1,0.5,1,1,1,0.4951,0.5,0.6783,1,1,1,1,1,0.261399627,0.967756212,0.248972416,1,1,1,1,1,0.180448726,0.927639723,0.432994545,1,1,1,1,1,0.824609637,0.964738607,0.621495892,0.621535858,0.621897163
-6278,1,0.1394,1,1,1,1,1,1,1,1,0.1103,0.1394,0.6118,1,0.1925,1,1,1,1,1,1,0.1664,0.1925,0.6146,1,0.5,1,1,1,0.3427,0.5,0.6267,1,1,1,1,1,0.180195451,0.927212715,0.28510955,1,1,1,1,1,0.167798579,0.83778429,0.306012064,1,1,1,1,1,0.654304743,0.946811259,0.618837603,0.618785699,0.618794326
-6279,1,0.1394,1,1,1,1,1,1,1,1,0.0771,0.1394,0.4717,1,0.1925,1,1,1,1,1,1,0.0885,0.1925,0.5053,1,0.5,1,1,1,0.2832,0.5,0.4688,1,1,1,1,1,0.113147579,0.878002644,0.172777176,1,1,1,1,1,0.109695286,0.874925256,0.27492094,1,1,1,1,1,0.516155362,0.883291245,0.61539391,0.615400889,0.615691489
-6280,1,0.1394,1,1,1,1,1,1,1,1,0.0728,0.1394,0.2937,1,0.1925,1,1,1,1,1,1,0.1332,0.1925,0.3293,1,0.5,1,1,1,0.2851,0.5,0.2737,1,1,1,1,1,0.111210242,0.717470407,0.14756304,1,1,1,1,1,0.165541247,0.716637015,0.321074873,1,1,1,1,1,0.405271649,0.703476787,0.614487675,0.614554686,0.614804965
-6281,1,0.1394,1,1,1,1,1,1,1,1,0.0386,0.1394,0.0815,1,0.1925,1,1,1,1,1,1,0.092,0.1925,0.1169,1,0.5,1,1,1,0.1387,0.5,0.0644,1,1,1,1,1,0.030652365,0.403082073,0.065814361,1,1,1,1,1,0.09633854,0.425342202,0.254472792,1,1,1,1,1,0.208137542,0.394536942,0.609533591,0.609689021,0.609929078
-6282,1,0.1394,1,1,1,1,1,1,1,1,0.0338,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0536,0.1925,0,1,0.5,1,1,1,0.1029,0.5,0,1,1,1,1,1,0.029230567,0,0.09330593,1,1,1,1,1,0.071585342,0,0.20887357,1,1,1,1,1,0.14922674,0,0.605002417,0.605034906,0.605496454
-6283,1,0.1394,1,1,1,1,1,1,1,1,0.0417,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0683,0.1925,0,1,0.5,1,1,1,0.1208,0.5,0,1,1,1,1,1,0.041391335,0,0.117232539,1,1,1,1,1,0.105678037,0,0.243404716,1,1,1,1,1,0.217201158,0,0.625664572,0.625766871,0.625886525
-6284,1,0.1394,1,1,1,1,1,1,1,1,0.042,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1004,0.1925,0,1,0.5,1,1,1,0.1578,0.5,0,1,1,1,1,1,0.071403354,0,0.088901833,1,1,1,1,1,0.15985468,0,0.198855519,1,1,1,1,1,0.33218345,0,0.604035766,0.603977153,0.604166667
-6285,1,0.1394,1,1,1,1,1,1,1,1,0.0827,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1834,0.1925,0,1,0.5,1,1,1,0.1869,0.5,0,1,1,1,1,1,0.137319997,0,0.057693105,1,1,1,1,1,0.256270051,0,0.142056555,1,1,1,1,1,0.362872243,0,0.557757371,0.557859107,0.557624113
-6286,1,0.1394,1,1,1,1,1,1,1,1,0.0946,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1905,0.1925,0,1,0.5,1,1,1,0.159,0.5,0,1,1,1,1,1,0.100476801,0,0.121164389,1,1,1,1,1,0.253333837,0,0.144520685,1,1,1,1,1,0.272910058,0,0.497160464,0.497144066,0.497340426
-6287,1,0.1394,1,1,1,1,1,1,1,1,0.1513,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2332,0.1925,0,1,0.5,1,1,1,0.18,0.5,0,1,1,1,1,1,0.202929556,0,0.095551141,1,1,1,1,1,0.28018868,0,0.162510738,1,1,1,1,1,0.258797616,0,0.445384244,0.445525703,0.445478723
-6288,1,0.1394,1,1,1,1,1,1,1,1,0.1724,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1879,0.1925,0,1,0.5,1,1,1,0.1338,0.5,0,1,1,1,1,1,0.238639265,0,0.138286516,1,1,1,1,1,0.303741336,0,0.301079065,1,1,1,1,1,0.189970151,0,0.409859836,0.409773641,0.41001773
-6289,1,0.1394,1,1,1,1,1,1,1,1,0.2174,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2091,0.1925,0,1,0.5,1,1,1,0.09,0.5,0,1,1,1,1,1,0.259922504,0,0.459757566,1,1,1,1,1,0.34557274,0,0.71823746,1,1,1,1,1,0.103056528,0,0.390466409,0.39052253,0.390514184
-6290,1,0.1394,1,1,1,1,1,1,1,1,0.2552,0.1394,0,1,0.1925,1,1,1,1,1,1,0.176,0.1925,0,1,0.5,1,1,1,0.1001,0.5,0,1,1,1,1,1,0.267286181,0,0.850308299,1,1,1,1,1,0.334774524,0,0.644065738,1,1,1,1,1,0.098864846,0,0.379954084,0.379733446,0.379875887
-6291,1,0.1394,1,1,1,1,1,1,1,1,0.1861,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1346,0.1925,0,1,0.5,1,1,1,0.079,0.5,0,1,1,1,1,1,0.171718106,0,0.927819967,1,1,1,1,1,0.284718663,0,0.618345618,1,1,1,1,1,0.064046822,0,0.37681247,0.376771737,0.37677305
-6292,1,0.1394,1,1,1,1,1,1,1,1,0.2466,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2358,0.1925,0,1,0.5,1,1,1,0.0729,0.5,0,1,1,1,1,1,0.28838405,0,0.955076575,1,1,1,1,1,0.419799894,0,0.616636693,1,1,1,1,1,0.077434659,0,0.386660222,0.386714618,0.386524823
-6293,1,0.1394,1,1,1,1,1,1,1,1,0.2066,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2785,0.1925,0,1,0.5,1,1,1,0.0815,0.5,0,1,1,1,1,1,0.248460725,0,0.939012229,1,1,1,1,1,0.453370541,0,0.585283041,1,1,1,1,1,0.118294798,0,0.424903335,0.424793738,0.425088652
-6294,1,0.1394,1,1,1,1,1,1,1,1,0.1787,0.1394,0.0335,1,0.1925,1,1,1,1,1,1,0.2395,0.1925,0.0417,1,0.5,1,1,1,0.0517,0.5,0.0227,1,1,1,1,1,0.194784611,0.250131905,0.876956165,1,1,1,1,1,0.377963185,0.232783064,0.487962604,1,1,1,1,1,0.107061639,0.298408419,0.494804253,0.494817009,0.495124113
-6295,1,0.1394,1,1,1,1,1,1,1,1,0.0869,0.1394,0.2407,1,0.1925,1,1,1,1,1,1,0.0885,0.1925,0.2565,1,0.5,1,1,1,0.033,0.5,0.2356,1,1,1,1,1,0.069601581,0.642298222,0.957866132,1,1,1,1,1,0.229068533,0.623427093,0.61212647,1,1,1,1,1,0.103127971,0.704377472,0.536068149,0.536069389,0.535904255
-6296,1,0.1394,1,1,1,1,1,1,1,1,0.0666,0.1394,0.443,1,0.1925,1,1,1,1,1,1,0.0618,0.1925,0.4542,1,0.5,1,1,1,0.0145,0.5,0.4434,1,1,1,1,1,0.026947122,0.868264854,0.945999742,1,1,1,1,1,0.119638026,0.830749273,0.65788722,1,1,1,1,1,0.05094086,0.914325535,0.554494925,0.554474297,0.554964539
-6297,1,0.1394,1,1,1,1,1,1,1,1,0.0826,0.1394,0.5964,1,0.1925,1,1,1,1,1,1,0.0591,0.1925,0.597,1,0.5,1,1,1,0.03,0.5,0.6085,1,1,1,1,1,0.033936385,0.956317723,0.844533384,1,1,1,1,1,0.093745604,0.911661506,0.586685658,1,1,1,1,1,0.043548308,0.979847848,0.568088449,0.568013539,0.568262411
-6298,1,0.1394,1,1,1,1,1,1,1,1,0.0981,0.1394,0.7934,1,0.1925,1,1,1,1,1,1,0.1222,0.1925,0.7864,1,0.5,1,1,1,0.0311,0.5,0.7973,1,1,1,1,1,0.054395821,0.999985516,0.766755104,1,1,1,1,1,0.142969444,0.999769568,0.584678054,1,1,1,1,1,0.062951393,1,0.581681972,0.581764333,0.582003546
-6299,1,0.1394,1,1,1,1,1,1,1,1,0.0571,0.1394,0.6889,1,0.1925,1,1,1,1,1,1,0.0728,0.1925,0.665,1,0.5,1,1,1,0.0252,0.5,0.711,1,1,1,1,1,0.024835909,0.954620659,0.629325747,1,1,1,1,1,0.09166792,0.912972987,0.484628826,1,1,1,1,1,0.051850304,0.992457271,0.587904785,0.587899302,0.58820922
-6300,1,0.1394,1,1,1,1,1,1,1,1,0.0381,0.1394,0.6804,1,0.1925,1,1,1,1,1,1,0.0276,0.1925,0.6768,1,0.5,1,1,1,0.0272,0.5,0.7072,1,1,1,1,1,0.009409519,0.968227327,0.585888505,1,1,1,1,1,0.043686945,0.8987602,0.301607847,1,1,1,1,1,0.049454477,0.990202308,0.587844369,0.587899302,0.58820922
-6301,1,0.1394,1,1,1,1,1,1,1,1,0.0277,0.1394,0.6322,1,0.1925,1,1,1,1,1,1,0.0026,0.1925,0.5863,1,0.5,1,1,1,0.0316,0.5,0.6985,1,1,1,1,1,0.00622844,0.88895458,0.530521572,1,1,1,1,1,0.016565099,0.793150842,0.31965369,1,1,1,1,1,0.0454312,0.965845108,0.59201305,0.592130315,0.592198582
-6302,1,0.1394,1,1,1,1,1,1,1,1,0.0256,0.1394,0.5236,1,0.1925,1,1,1,1,1,1,0.0076,0.1925,0.548,1,0.5,1,1,1,0.0262,0.5,0.624,1,1,1,1,1,0.007524293,0.77450633,0.466585428,1,1,1,1,1,0.015458285,0.75370878,0.249356568,1,1,1,1,1,0.041278668,0.951416671,0.589233929,0.589168606,0.589095745
-6303,1,0.1394,1,1,1,1,1,1,1,1,0.0452,0.1394,0.4284,1,0.1925,1,1,1,1,1,1,0.0439,0.1925,0.4483,1,0.5,1,1,1,0.0344,0.5,0.4733,1,1,1,1,1,0.014969828,0.744874001,0.50908792,1,1,1,1,1,0.053562108,0.742327809,0.19486624,1,1,1,1,1,0.036851462,0.81261152,0.584702755,0.584726042,0.584663121
-6304,1,0.1394,1,1,1,1,1,1,1,1,0.0633,0.1394,0.2682,1,0.1925,1,1,1,1,1,1,0.0391,0.1925,0.2868,1,0.5,1,1,1,0.0429,0.5,0.2742,1,1,1,1,1,0.026947327,0.588417232,0.559422016,1,1,1,1,1,0.05340714,0.584189355,0.226915449,1,1,1,1,1,0.059232846,0.538257837,0.583736104,0.583668289,0.583776596
-6305,1,0.1394,1,1,1,1,1,1,1,1,0.0576,0.1394,0.0695,1,0.1925,1,1,1,1,1,1,0.0246,0.1925,0.1025,1,0.5,1,1,1,0.0736,0.5,0.0575,1,1,1,1,1,0.03364316,0.345958918,0.687271833,1,1,1,1,1,0.043676525,0.389503688,0.170168325,1,1,1,1,1,0.130118877,0.162066981,0.583494442,0.583456738,0.583776596
-6306,1,0.1394,1,1,1,1,1,1,1,1,0.0477,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0256,0.1925,0,1,0.5,1,1,1,0.0957,0.5,0,1,1,1,1,1,0.061419722,0,0.73506248,1,1,1,1,1,0.043755475,0,0.207818076,1,1,1,1,1,0.22041826,0,0.58742146,0.587476201,0.587322695
-6307,1,0.1394,1,1,1,1,1,1,1,1,0.0835,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0576,0.1925,0,1,0.5,1,1,1,0.1179,0.5,0,1,1,1,1,1,0.201475695,0,0.552431285,1,1,1,1,1,0.080463089,0,0.282734573,1,1,1,1,1,0.272866458,0,0.611104398,0.611169875,0.611258865
-6308,1,0.1394,1,1,1,1,1,1,1,1,0.0456,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0323,0.1925,0,1,0.5,1,1,1,0.1624,0.5,0,1,1,1,1,1,0.165329114,0,0.266400307,1,1,1,1,1,0.064524919,0,0.232544005,1,1,1,1,1,0.363240331,0,0.592133881,0.592130315,0.592198582
-6309,1,0.1394,1,1,1,1,1,1,1,1,0.0447,0.1394,0,1,0.1925,1,1,1,1,1,1,0.057,0.1925,0,1,0.5,1,1,1,0.1781,0.5,0,1,1,1,1,1,0.130794749,0,0.168302238,1,1,1,1,1,0.076413453,0,0.071947917,1,1,1,1,1,0.3879188,0,0.548876269,0.548762429,0.548758865
-6310,1,0.1394,1,1,1,1,1,1,1,1,0.0685,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1143,0.1925,0,1,0.5,1,1,1,0.1284,0.5,0,1,1,1,1,1,0.174172938,0,0.086044714,1,1,1,1,1,0.138520539,0,0.097407065,1,1,1,1,1,0.352823049,0,0.491662639,0.491643749,0.491578014
-6311,1,0.1394,1,1,1,1,1,1,1,1,0.0808,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0811,0.1925,0,1,0.5,1,1,1,0.0739,0.5,0,1,1,1,1,1,0.145591855,0,0.10207884,1,1,1,1,1,0.114006311,0,0.154199496,1,1,1,1,1,0.260020554,0,0.439826003,0.439813835,0.439716312
-6312,1,0.1394,1,1,1,1,1,1,1,1,0.0555,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0655,0.1925,0,1,0.5,1,1,1,0.0498,0.5,0,1,1,1,1,1,0.083103582,0,0.123599365,1,1,1,1,1,0.079041407,0,0.138653412,1,1,1,1,1,0.168946579,0,0.405811986,0.405754178,0.405585106
-6313,1,0.1394,1,1,1,1,1,1,1,1,0.036,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0458,0.1925,0,1,0.5,1,1,1,0.0664,0.5,0,1,1,1,1,1,0.050490636,0,0.14115952,1,1,1,1,1,0.059633125,0,0.052034557,1,1,1,1,1,0.178178877,0,0.387083132,0.387137719,0.386968085
-6314,1,0.1394,1,1,1,1,1,1,1,1,0.0428,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0273,0.1925,0,1,0.5,1,1,1,0.0559,0.5,0,1,1,1,1,1,0.054812361,0,0.179964155,1,1,1,1,1,0.050915822,0,0.045315448,1,1,1,1,1,0.156431302,0,0.377174964,0.377194838,0.377216312
-6315,1,0.1394,1,1,1,1,1,1,1,1,0.0429,0.1394,0,1,0.1925,1,1,1,1,1,1,0,0.1925,0,1,0.5,1,1,1,0.0514,0.5,0,1,1,1,1,1,0.025809251,0,0.228815168,1,1,1,1,1,0.023395186,0,0.065697908,1,1,1,1,1,0.149896652,0,0.374637506,0.37465623,0.374556738
-6316,1,0.1394,1,1,1,1,1,1,1,1,0.05,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0046,0.1925,0,1,0.5,1,1,1,0.058,0.5,0,1,1,1,1,1,0.032502305,0,0.240928799,1,1,1,1,1,0.039031994,0,0.096330374,1,1,1,1,1,0.167406291,0,0.384062349,0.383964459,0.383865248
-6317,1,0.1394,1,1,1,1,1,1,1,1,0.0452,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0152,0.1925,0,1,0.5,1,1,1,0.0399,0.5,0,1,1,1,1,1,0.018325109,0,0.231815875,1,1,1,1,1,0.044287812,0,0.036207855,1,1,1,1,1,0.104223967,0,0.421278395,0.421408927,0.421542553
-6318,1,0.1394,1,1,1,1,1,1,1,1,0.0593,0.1394,0.0007,1,0.1925,1,1,1,1,1,1,0,0.1925,0.0016,1,0.5,1,1,1,0.0258,0.5,0.0134,1,1,1,1,1,0.01665917,0.002522378,0.285738885,1,1,1,1,1,0.017994329,0.009329867,0.069266751,1,1,1,1,1,0.110381842,0.015531898,0.492870952,0.492913053,0.492907801
-6319,1,0.1394,1,1,1,1,1,1,1,1,0.0544,0.1394,0.1283,1,0.1925,1,1,1,1,1,1,0,0.1925,0.1392,1,0.5,1,1,1,0.0259,0.5,0.18,1,1,1,1,1,0.0219873,0.28183794,0.365965307,1,1,1,1,1,0.020985063,0.389887393,0.08320079,1,1,1,1,1,0.092201836,0.1984687,0.536128565,0.536069389,0.535904255
-6320,1,0.1394,1,1,1,1,1,1,1,1,0.0106,0.1394,0.2225,1,0.1925,1,1,1,1,1,1,0,0.1925,0.3124,1,0.5,1,1,1,0.0038,0.5,0.3416,1,1,1,1,1,0.000784784,0.428457707,0.637277722,1,1,1,1,1,0.000247958,0.641349733,0.31287384,1,1,1,1,1,0.006872381,0.424085081,0.555763654,0.555743601,0.555851064
-6321,1,0.1394,1,1,1,1,1,1,1,1,0.0186,0.1394,0.3094,1,0.1925,1,1,1,1,1,1,0,0.1925,0.454,1,0.5,1,1,1,0.0293,0.5,0.4738,1,1,1,1,1,0.004651877,0.56105721,0.661882102,1,1,1,1,1,0.000580932,0.745595276,0.150117546,1,1,1,1,1,0.110757686,0.445560277,0.569417593,0.569494394,0.569592199
-6322,1,0.1394,1,1,1,1,1,1,1,1,0.0327,0.1394,0.3942,1,0.1925,1,1,1,1,1,1,0.017,0.1925,0.5999,1,0.5,1,1,1,0.007,0.5,0.485,1,1,1,1,1,0.004323139,0.67716217,0.943252921,1,1,1,1,1,0.016134806,0.858267546,0.805031419,1,1,1,1,1,0.003145846,0.382746726,0.580534074,0.580706579,0.580673759
-6323,1,0.1394,1,1,1,1,1,1,1,1,0.0269,0.1394,0.4972,1,0.1925,1,1,1,1,1,1,0.0225,0.1925,0.6783,1,0.5,1,1,1,0.0217,0.5,0.5116,1,1,1,1,1,0.024455111,0.840424299,0.706419468,1,1,1,1,1,0.025352444,0.944444001,0.340715468,1,1,1,1,1,0.046983048,0.45386374,0.584038183,0.58409139,0.584219858
-6324,1,0.1394,1,1,1,1,1,1,1,1,0.021,0.1394,0.5285,1,0.1925,1,1,1,1,1,1,0.0584,0.1925,0.6891,1,0.5,1,1,1,0.0217,0.5,0.5107,1,1,1,1,1,0.029617434,0.898334622,0.592593431,1,1,1,1,1,0.044427797,0.960771322,0.449324906,1,1,1,1,1,0.038086988,0.481023431,0.585004833,0.584937593,0.585106383
-6325,1,0.1394,1,1,1,1,1,1,1,1,0.0622,0.1394,0.5815,1,0.1925,1,1,1,1,1,1,0.0955,0.1925,0.6865,1,0.5,1,1,1,0.0616,0.5,0.5022,1,1,1,1,1,0.054333743,0.912176669,0.846998036,1,1,1,1,1,0.073395409,0.950381398,0.246064425,1,1,1,1,1,0.121359549,0.498133481,0.586031899,0.585995346,0.58643617
-6326,1,0.1394,1,1,1,1,1,1,1,1,0.0637,0.1394,0.5702,1,0.1925,1,1,1,1,1,1,0.1157,0.1925,0.638,1,0.5,1,1,1,0.0787,0.5,0.4275,1,1,1,1,1,0.044536501,0.912368536,0.803597867,1,1,1,1,1,0.096112326,0.933316827,0.339449465,1,1,1,1,1,0.153092712,0.625847459,0.58337361,0.583456738,0.583333333
-6327,1,0.1394,1,1,1,1,1,1,1,1,0.0382,0.1394,0.4618,1,0.1925,1,1,1,1,1,1,0.03,0.1925,0.5117,1,0.5,1,1,1,0.0741,0.5,0.3979,1,1,1,1,1,0.024888569,0.890132487,0.716748595,1,1,1,1,1,0.033136167,0.892677724,0.32752645,1,1,1,1,1,0.15023838,0.773537397,0.579809087,0.579860377,0.580230496
-6328,1,0.1394,1,1,1,1,1,1,1,1,0.0895,0.1394,0.287,1,0.1925,1,1,1,1,1,1,0.0107,0.1925,0.3363,1,0.5,1,1,1,0.1009,0.5,0.2601,1,1,1,1,1,0.068814151,0.722224832,0.824315906,1,1,1,1,1,0.017768929,0.72407794,0.265992701,1,1,1,1,1,0.19952105,0.627960801,0.578057032,0.577956421,0.578014184
-6329,1,0.1394,1,1,1,1,1,1,1,1,0.0739,0.1394,0.0699,1,0.1925,1,1,1,1,1,1,0.0321,0.1925,0.1158,1,0.5,1,1,1,0.1187,0.5,0.0524,1,1,1,1,1,0.083518147,0.4111588,0.648989975,1,1,1,1,1,0.031426337,0.422965765,0.18841964,1,1,1,1,1,0.204081327,0.343265593,0.573888352,0.573936958,0.574024823
-6330,1,0.1394,1,1,1,1,1,1,1,1,0.0835,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0736,0.1925,0,1,0.5,1,1,1,0.1147,0.5,0,1,1,1,1,1,0.07348223,0,0.810019493,1,1,1,1,1,0.059582852,0,0.14061074,1,1,1,1,1,0.238460332,0,0.575036249,0.574994711,0.57535461
-6331,1,0.1394,1,1,1,1,1,1,1,1,0.0895,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1248,0.1925,0,1,0.5,1,1,1,0.1555,0.5,0,1,1,1,1,1,0.117586166,0,0.804494023,1,1,1,1,1,0.109368563,0,0.10176912,1,1,1,1,1,0.336439908,0,0.592194297,0.592341866,0.592641844
-6332,1,0.1394,1,1,1,1,1,1,1,1,0.123,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0514,0.1925,0,1,0.5,1,1,1,0.2243,0.5,0,1,1,1,1,1,0.200469121,0,0.700875163,1,1,1,1,1,0.082841158,0,0.097373039,1,1,1,1,1,0.458505988,0,0.573284195,0.573302306,0.57358156
-6333,1,0.1394,1,1,1,1,1,1,1,1,0.0702,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0356,0.1925,0,1,0.5,1,1,1,0.2086,0.5,0,1,1,1,1,1,0.124182932,0,0.506521821,1,1,1,1,1,0.085260682,0,0.064676709,1,1,1,1,1,0.497041762,0,0.536853552,0.536704041,0.53679078
-6334,1,0.1394,1,1,1,1,1,1,1,1,0.0701,0.1394,0,1,0.1925,1,1,1,1,1,1,0.107,0.1925,0,1,0.5,1,1,1,0.1493,0.5,0,1,1,1,1,1,0.122292675,0,0.498596013,1,1,1,1,1,0.179768771,0,0.07020393,1,1,1,1,1,0.395431489,0,0.490091832,0.489951343,0.490248227
-6335,1,0.1394,1,1,1,1,1,1,1,1,0.0614,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0679,0.1925,0,1,0.5,1,1,1,0.1269,0.5,0,1,1,1,1,1,0.058247916,0,0.396148592,1,1,1,1,1,0.119334891,0,0.036175132,1,1,1,1,1,0.328734785,0,0.442303045,0.442352443,0.442375887
-6336,1,0.1394,1,1,1,1,1,1,1,1,0.0685,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0211,0.1925,0,1,0.5,1,1,1,0.0888,0.5,0,1,1,1,1,1,0.042214192,0,0.278925359,1,1,1,1,1,0.048860423,0,0.017978536,1,1,1,1,1,0.314530194,0,0.407805703,0.407869685,0.407801418
-6337,1,0.1394,1,1,1,1,1,1,1,1,0.0477,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0149,0.1925,0,1,0.5,1,1,1,0.0852,0.5,0,1,1,1,1,1,0.028362643,0,0.233656779,1,1,1,1,1,0.047798041,0,0.010239268,1,1,1,1,1,0.336813092,0,0.387083132,0.387137719,0.386968085
-6338,1,0.1394,1,1,1,1,1,1,1,1,0.0373,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0311,0.1925,0,1,0.5,1,1,1,0.057,0.5,0,1,1,1,1,1,0.011135316,0,0.183551699,1,1,1,1,1,0.074335478,0,0.01505864,1,1,1,1,1,0.261640698,0,0.375362494,0.375290882,0.375443262
-6339,1,0.1394,1,1,1,1,1,1,1,1,0.0424,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0221,0.1925,0,1,0.5,1,1,1,0.0494,0.5,0,1,1,1,1,1,0.024656501,0,0.236959934,1,1,1,1,1,0.055431928,0,0.043579061,1,1,1,1,1,0.230120987,0,0.371133398,0.371059869,0.371453901
-6340,1,0.1394,1,1,1,1,1,1,1,1,0.0364,0.1394,0,1,0.1925,1,1,1,1,1,1,0,0.1925,0,1,0.5,1,1,1,0.0566,0.5,0,1,1,1,1,1,0.015490603,0,0.224149227,1,1,1,1,1,0.025234468,0,0.009904712,1,1,1,1,1,0.235865191,0,0.372281295,0.372329173,0.372340426
-6341,1,0.1394,1,1,1,1,1,1,1,1,0.0112,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0048,0.1925,0,1,0.5,1,1,1,0.0576,0.5,0,1,1,1,1,1,0.002480759,0,0.091465615,1,1,1,1,1,0.049057122,0,0,1,1,1,1,1,0.223863691,0,0.38557274,0.385656865,0.385638298
-6342,1,0.1394,1,1,1,1,1,1,1,1,0.0145,0.1394,0.0043,1,0.1925,1,1,1,1,1,1,0.0345,0.1925,0.0023,1,0.5,1,1,1,0.0568,0.5,0.001,1,1,1,1,1,0.006748586,0.067248426,0.07382258,1,1,1,1,1,0.059085354,0.035093471,0,1,1,1,1,1,0.228327587,0.132093474,0.410886902,0.410831394,0.410904255
-6343,1,0.1394,1,1,1,1,1,1,1,1,0.0208,0.1394,0.1993,1,0.1925,1,1,1,1,1,1,0.0126,0.1925,0.206,1,0.5,1,1,1,0.0934,0.5,0.1162,1,1,1,1,1,0.009895082,0.507171392,0.054546352,1,1,1,1,1,0.041677475,0.457361758,0,1,1,1,1,1,0.302363753,0.467651367,0.443753021,0.443833298,0.443705674
-6344,1,0.1394,1,1,1,1,1,1,1,1,0.0236,0.1394,0.3807,1,0.1925,1,1,1,1,1,1,0.011,0.1925,0.3824,1,0.5,1,1,1,0.105,0.5,0.3645,1,1,1,1,1,0.018364569,0.708576918,0.02565752,1,1,1,1,1,0.03157758,0.675472677,0,1,1,1,1,1,0.249809951,0.696604609,0.485681489,0.48572033,0.485815603
-6345,1,0.1394,1,1,1,1,1,1,1,1,0.005,0.1394,0.5122,1,0.1925,1,1,1,1,1,1,0.0046,0.1925,0.5217,1,0.5,1,1,1,0.1004,0.5,0.5046,1,1,1,1,1,0.002064334,0.787856638,0.017064711,1,1,1,1,1,0.034549389,0.790574253,0,1,1,1,1,1,0.189458922,0.756182015,0.514681005,0.514702771,0.51462766
-6346,1,0.1394,1,1,1,1,1,1,1,1,0.0045,0.1394,0.5895,1,0.1925,1,1,1,1,1,1,0.038,0.1925,0.6223,1,0.5,1,1,1,0.1038,0.5,0.5986,1,1,1,1,1,0.004522815,0.84454143,0.024411222,1,1,1,1,1,0.075441644,0.845280886,0,1,1,1,1,1,0.136866838,0.787781,0.52978492,0.529722869,0.529698582
-6347,1,0.1394,1,1,1,1,1,1,1,1,0.0012,0.1394,0.6126,1,0.1925,1,1,1,1,1,1,0.0579,0.1925,0.6561,1,0.5,1,1,1,0.0933,0.5,0.5996,1,1,1,1,1,0.005892828,0.897277296,0.000229683,1,1,1,1,1,0.077239297,0.879712164,0,1,1,1,1,1,0.142455488,0.793528736,0.534074432,0.534165433,0.534131206
-6348,1,0.1394,1,1,1,1,1,1,1,1,0.0014,0.1394,0.6438,1,0.1925,1,1,1,1,1,1,0.0676,0.1925,0.6685,1,0.5,1,1,1,0.1497,0.5,0.6221,1,1,1,1,1,0.007510702,0.926830113,0,1,1,1,1,1,0.078132875,0.880615234,0,1,1,1,1,1,0.256978005,0.769551218,0.533953601,0.533953882,0.534131206
-6349,1,0.1394,1,1,1,1,1,1,1,1,0.02,0.1394,0.6607,1,0.1925,1,1,1,1,1,1,0.1736,0.1925,0.644,1,0.5,1,1,1,0.2064,0.5,0.6111,1,1,1,1,1,0.040409874,0.934779406,0,1,1,1,1,1,0.188603878,0.817349672,0.006247383,1,1,1,1,1,0.327539504,0.794814885,0.530086999,0.53014597,0.530141844
-6350,1,0.1394,1,1,1,1,1,1,1,1,0.0609,0.1394,0.5942,1,0.1925,1,1,1,1,1,1,0.1202,0.1925,0.5677,1,0.5,1,1,1,0.1908,0.5,0.5329,1,1,1,1,1,0.051956519,0.892753959,0.005847455,1,1,1,1,1,0.136628449,0.745452642,0.072424352,1,1,1,1,1,0.292980939,0.832150578,0.52839536,0.528453565,0.528368794
-6351,1,0.1394,1,1,1,1,1,1,1,1,0.1031,0.1394,0.44,1,0.1925,1,1,1,1,1,1,0.1608,0.1925,0.41,1,0.5,1,1,1,0.1398,0.5,0.3897,1,1,1,1,1,0.125837445,0.767490149,0.002503905,1,1,1,1,1,0.159453943,0.691260159,0.044070944,1,1,1,1,1,0.252184927,0.804567575,0.528274529,0.528242014,0.528368794
-6352,1,0.1394,1,1,1,1,1,1,1,1,0.1143,0.1394,0.2543,1,0.1925,1,1,1,1,1,1,0.1602,0.1925,0.261,1,0.5,1,1,1,0.1543,0.5,0.1999,1,1,1,1,1,0.091484696,0.542370915,0.065830588,1,1,1,1,1,0.18194139,0.498022974,0.151606813,1,1,1,1,1,0.212537929,0.615971923,0.53340986,0.533530781,0.533687943
-6353,1,0.1394,1,1,1,1,1,1,1,1,0.1126,0.1394,0.0448,1,0.1925,1,1,1,1,1,1,0.1421,0.1925,0.0365,1,0.5,1,1,1,0.138,0.5,0.023,1,1,1,1,1,0.095191211,0.225107104,0.093994938,1,1,1,1,1,0.183388844,0.094438128,0.217527241,1,1,1,1,1,0.25174579,0.253838897,0.541143064,0.541146605,0.541223404
-6354,1,0.1394,1,1,1,1,1,1,1,1,0.1543,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0972,0.1925,0,1,0.5,1,1,1,0.146,0.5,0,1,1,1,1,1,0.177460223,0,0.165887743,1,1,1,1,1,0.147870943,0,0.310627252,1,1,1,1,1,0.32281363,0,0.553951184,0.554051195,0.554078014
-6355,1,0.1394,1,1,1,1,1,1,1,1,0.1121,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1103,0.1925,0,1,0.5,1,1,1,0.1288,0.5,0,1,1,1,1,1,0.198706254,0,0.215615511,1,1,1,1,1,0.150124684,0,0.491600573,1,1,1,1,1,0.353103846,0,0.571532141,0.571609901,0.571808511
-6356,1,0.1394,1,1,1,1,1,1,1,1,0.1932,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0691,0.1925,0,1,0.5,1,1,1,0.1877,0.5,0,1,1,1,1,1,0.265174925,0,0.578779578,1,1,1,1,1,0.109003358,0,0.947663903,1,1,1,1,1,0.408266664,0,0.555099082,0.555108949,0.554964539
-6357,1,0.1394,1,1,1,1,1,1,1,1,0.1286,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0555,0.1925,0,1,0.5,1,1,1,0.1039,0.5,0,1,1,1,1,1,0.14274326,0,0.635532141,1,1,1,1,1,0.07333602,0,1,1,1,1,1,1,0.227034181,0,0.527368294,0.527395811,0.52748227
-6358,1,0.1394,1,1,1,1,1,1,1,1,0.1167,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1351,0.1925,0,1,0.5,1,1,1,0.065,0.5,0,1,1,1,1,1,0.087402269,0,0.758849204,1,1,1,1,1,0.167495742,0,1,1,1,1,1,1,0.129254043,0,0.488702272,0.488682039,0.48891844
-6359,1,0.1394,1,1,1,1,1,1,1,1,0.1533,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1077,0.1925,0,1,0.5,1,1,1,0.0716,0.5,0,1,1,1,1,1,0.120143048,0,0.946296036,1,1,1,1,1,0.120702758,0,1,1,1,1,1,1,0.161537185,0,0.447015466,0.447006558,0.447251773
-6360,1,0.1394,1,1,1,1,1,1,1,1,0.1573,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0718,0.1925,0,1,0.5,1,1,1,0.0764,0.5,0,1,1,1,1,1,0.083374642,0,0.995745122,1,1,1,1,1,0.104410902,0,1,1,1,1,1,1,0.119975552,0,0.417834703,0.417812566,0.417553191
-6361,1,0.1394,1,1,1,1,1,1,1,1,0.2007,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0822,0.1925,0,1,0.5,1,1,1,0.0573,0.5,0,1,1,1,1,1,0.102807119,0,0.998090088,1,1,1,1,1,0.106342055,0,1,1,1,1,1,1,0.060504109,0,0.395782987,0.395811297,0.395833333
-6362,1,0.1394,1,1,1,1,1,1,1,1,0.1655,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0743,0.1925,0,1,0.5,1,1,1,0.053,0.5,0,1,1,1,1,1,0.052950818,0,1,1,1,1,1,1,0.070449904,0,1,1,1,1,1,1,0.064430386,0,0.382974867,0.382906706,0.382978723
-6363,1,0.1394,1,1,1,1,1,1,1,1,0.1307,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1743,0.1925,0,1,0.5,1,1,1,0.0733,0.5,0,1,1,1,1,1,0.054918729,0,1,1,1,1,1,1,0.195723429,0,0.726138234,1,1,1,1,1,0.094698958,0,0.376510391,0.376560186,0.376329787
-6364,1,0.1394,1,1,1,1,1,1,1,1,0.1403,0.1394,0,1,0.1925,1,1,1,1,1,1,0.3706,0.1925,0,1,0.5,1,1,1,0.0899,0.5,0,1,1,1,1,1,0.119223364,0,0.984140575,1,1,1,1,1,0.386097252,0,0.601408958,1,1,1,1,1,0.118232295,0,0.374758337,0.374867781,0.375
-6365,1,0.1394,1,1,1,1,1,1,1,1,0.1231,0.1394,0,1,0.1925,1,1,1,1,1,1,0.3484,0.1925,0,1,0.5,1,1,1,0.1198,0.5,0,1,1,1,1,1,0.143922985,0,0.772494435,1,1,1,1,1,0.351918131,0,0.588390052,1,1,1,1,1,0.164482281,0,0.382189464,0.382272054,0.382092199
-6366,1,0.1394,1,1,1,1,1,1,1,1,0.0663,0.1394,0.0072,1,0.1925,1,1,1,1,1,1,0.3857,0.1925,0.0175,1,0.5,1,1,1,0.1101,0.5,0.0009,1,1,1,1,1,0.062211607,0.187197506,0.654449582,1,1,1,1,1,0.350797653,0.170624629,0.460053682,1,1,1,1,1,0.230480567,0.086677007,0.395662156,0.395811297,0.395833333
-6367,1,0.1394,1,1,1,1,1,1,1,1,0.1074,0.1394,0.2144,1,0.1925,1,1,1,1,1,1,0.4601,0.1925,0.2453,1,0.5,1,1,1,0.136,0.5,0.2037,1,1,1,1,1,0.15587306,0.604519129,0.474059731,1,1,1,1,1,0.40853852,0.614339709,0.47130838,1,1,1,1,1,0.371055841,0.548357666,0.418801353,0.418658769,0.418882979
-6368,1,0.14,1,1,1,1,1,1,1,1,0.2189,0.14,0.4109,1,0.1927,1,1,1,1,1,1,0.5256,0.1927,0.4523,1,0.5003,1,1,1,0.1996,0.5003,0.4111,1,1,1,1,1,0.269140154,0.838020563,0.443635404,1,1,1,1,1,0.534851611,0.851382315,0.807488561,1,1,1,1,1,0.50630933,0.832282782,0.458011116,0.458007193,0.457890071
-6369,1,0.1405,1,1,1,1,1,1,1,1,0.2197,0.1405,0.5706,1,0.193,1,1,1,1,1,1,0.4141,0.193,0.6051,1,0.5006,1,1,1,0.2319,0.5006,0.5529,1,1,1,1,1,0.287087977,0.937340498,0.568233609,1,1,1,1,1,0.412706167,0.956899881,1,1,1,1,1,1,0.541729391,0.919818163,0.48858144,0.488682039,0.48891844
-6370,1,0.1411,1,1,1,1,1,1,1,1,0.1551,0.1411,0.6825,1,0.1932,1,1,1,1,1,1,0.3269,0.1932,0.7075,1,0.5008,1,1,1,0.2952,0.5008,0.6075,1,1,1,1,1,0.239520147,0.981440783,0.506933868,1,1,1,1,1,0.321771026,0.993428767,0.89812094,1,1,1,1,1,0.5998469,0.938742399,0.50640406,0.506452295,0.506205674
-6371,1,0.1417,1,1,1,1,1,1,1,1,0.1736,0.1417,0.6666,1,0.1934,1,1,1,1,1,1,0.2299,0.1934,0.6835,1,0.5011,1,1,1,0.1551,0.5011,0.644,1,1,1,1,1,0.165451601,0.946459174,0.885585308,1,1,1,1,1,0.201527059,0.95579958,1,1,1,1,1,1,0.246605769,0.927176476,0.515647656,0.515760525,0.515514184
-6372,1,0.1423,1,1,1,1,1,1,1,1,0.1075,0.1423,0.703,1,0.1937,1,1,1,1,1,1,0.2052,0.1937,0.7193,1,0.5014,1,1,1,0.1552,0.5014,0.6754,1,1,1,1,1,0.161713287,0.988214493,0.306413382,1,1,1,1,1,0.184864968,0.996202826,0.580740929,1,1,1,1,1,0.346629709,0.989331245,0.51921218,0.519145335,0.519060284
-6373,1,0.1428,1,1,1,1,1,1,1,1,0.1229,0.1428,0.7018,1,0.1939,1,1,1,1,1,1,0.2443,0.1939,0.7153,1,0.5016,1,1,1,0.1411,0.5016,0.6621,1,1,1,1,1,0.205731064,0.986416817,0.185720533,1,1,1,1,1,0.222814918,0.98482126,0.506919682,1,1,1,1,1,0.340967774,0.978974581,0.517097632,0.517029829,0.517287234
-6374,1,0.1434,1,1,1,1,1,1,1,1,0.1172,0.1434,0.6335,1,0.1942,1,1,1,1,1,1,0.2174,0.1942,0.6549,1,0.5019,1,1,1,0.2152,0.5019,0.5971,1,1,1,1,1,0.178908452,0.970162988,0.170386046,1,1,1,1,1,0.208305746,0.945877671,0.477202415,1,1,1,1,1,0.418789476,0.955078125,0.515768487,0.515760525,0.515957447
-6375,1,0.144,1,1,1,1,1,1,1,1,0.1157,0.144,0.486,1,0.1944,1,1,1,1,1,1,0.3043,0.1944,0.5155,1,0.5022,1,1,1,0.2012,0.5022,0.4589,1,1,1,1,1,0.199508175,0.908253968,0.118474424,1,1,1,1,1,0.300699174,0.879557252,0.353156328,1,1,1,1,1,0.313739538,0.889488339,0.517641373,0.517664481,0.517730496
-6376,1,0.1446,1,1,1,1,1,1,1,1,0.1577,0.1446,0.2005,1,0.1947,1,1,1,1,1,1,0.3769,0.1947,0.2381,1,0.5025,1,1,1,0.2011,0.5025,0.18,1,1,1,1,1,0.285816222,0.506236196,0.045915708,1,1,1,1,1,0.326266825,0.528502047,0.238046885,1,1,1,1,1,0.28365317,0.465044975,0.525314161,0.525280305,0.525265957
-6377,1,0.1451,1,1,1,1,1,1,1,1,0.0931,0.1451,0.0054,1,0.1949,1,1,1,1,1,1,0.1403,0.1949,0.024,1,0.5027,1,1,1,0.0957,0.5027,0.0023,1,1,1,1,1,0.14468573,0.075534783,0.036945436,1,1,1,1,1,0.132079139,0.158244193,0.295563877,1,1,1,1,1,0.131089509,0.000630322,0.538726438,0.538819547,0.53856383
-6378,1,0.1457,1,1,1,1,1,1,1,1,0.1222,0.1457,0,1,0.1951,1,1,1,1,1,1,0.0646,0.1951,0,1,0.503,1,1,1,0.1312,0.503,0,1,1,1,1,1,0.178841323,0,0.124795943,1,1,1,1,1,0.090347707,0,0.275750548,1,1,1,1,1,0.23827374,0,0.551232479,0.551301037,0.55141844
-6379,1,0.1463,1,1,1,1,1,1,1,1,0.0927,0.1463,0,1,0.1954,1,1,1,1,1,1,0.0417,0.1954,0,1,0.5033,1,1,1,0.1367,0.5033,0,1,1,1,1,1,0.166633174,0,0.179118633,1,1,1,1,1,0.07419984,0,0.190419123,1,1,1,1,1,0.353318393,0,0.57419043,0.574148509,0.574024823
-6380,1,0.1469,1,1,1,1,1,1,1,1,0.1358,0.1469,0,1,0.1956,1,1,1,1,1,1,0.0642,0.1956,0,1,0.5035,1,1,1,0.1276,0.5035,0,1,1,1,1,1,0.225607783,0,0.356961966,1,1,1,1,1,0.091233984,0,0.154930621,1,1,1,1,1,0.330805421,0,0.552319961,0.55235879,0.552748227
-6381,1,0.1475,1,1,1,1,1,1,1,1,0.1876,0.1475,0,1,0.1959,1,1,1,1,1,1,0.1336,0.1959,0,1,0.5038,1,1,1,0.2021,0.5038,0,1,1,1,1,1,0.278856158,0,0.583087802,1,1,1,1,1,0.168839201,0,0.274171472,1,1,1,1,1,0.310430706,0,0.509968584,0.510048657,0.510195035
-6382,1,0.148,1,1,1,1,1,1,1,1,0.1713,0.148,0,1,0.1961,1,1,1,1,1,1,0.1918,0.1961,0,1,0.5041,1,1,1,0.2695,0.5041,0,1,1,1,1,1,0.236155972,0,0.297873229,1,1,1,1,1,0.229747489,0,0.16861859,1,1,1,1,1,0.409385353,0,0.463931851,0.463930611,0.464095745
-6383,1,0.1486,1,1,1,1,1,1,1,1,0.2252,0.1486,0,1,0.1963,1,1,1,1,1,1,0.3062,0.1963,0,1,0.5044,1,1,1,0.2938,0.5044,0,1,1,1,1,1,0.213281989,0,0.293701559,1,1,1,1,1,0.342264771,0,0.211298436,1,1,1,1,1,0.467089891,0,0.41982842,0.419716522,0.419769504
-6384,1,0.1492,1,1,1,1,1,1,1,1,0.0037,0.1492,0,1,0.1966,1,1,1,1,1,1,0,0.1966,0,1,0.5046,1,1,1,0.0005,0.5046,0,1,1,1,1,1,0.000464319,0,0.492711782,1,1,1,1,1,2.58E-05,0,0.182508126,1,1,1,1,1,0.006924051,0,0.387687289,0.387772371,0.38785461
-6385,1,0.1498,1,1,1,1,1,1,1,1,0.1388,0.1498,0,1,0.1968,1,1,1,1,1,1,0.2132,0.1968,0,1,0.5049,1,1,1,0.1652,0.5049,0,1,1,1,1,1,0.127862036,0,0.255353272,1,1,1,1,1,0.21432361,0,0.162713364,1,1,1,1,1,0.234051585,0,0.369260512,0.369155913,0.369237589
-6386,1,0.1503,1,1,1,1,1,1,1,1,0.1154,0.1503,0,1,0.1971,1,1,1,1,1,1,0.1123,0.1971,0,1,0.5052,1,1,1,0.1081,0.5052,0,1,1,1,1,1,0.068709023,0,0.290766358,1,1,1,1,1,0.114711575,0,0.117384285,1,1,1,1,1,0.151608557,0,0.360500242,0.360482336,0.360815603
-6387,1,0.1509,1,1,1,1,1,1,1,1,0.1169,0.1509,0,1,0.1973,1,1,1,1,1,1,0.0695,0.1973,0,1,0.5054,1,1,1,0.0735,0.5054,0,1,1,1,1,1,0.053222701,0,0.379657894,1,1,1,1,1,0.08686658,0,0.176788479,1,1,1,1,1,0.103707053,0,0.359473175,0.359424582,0.359485816
-6388,1,0.1515,1,1,1,1,1,1,1,1,0.1014,0.1515,0,1,0.1975,1,1,1,1,1,1,0.0467,0.1975,0,1,0.5057,1,1,1,0.0759,0.5057,0,1,1,1,1,1,0.050628986,0,0.260658205,1,1,1,1,1,0.055006355,0,0.123567283,1,1,1,1,1,0.095334366,0,0.370529241,0.370636768,0.370567376
-6389,1,0.1521,1,1,1,1,1,1,1,1,0.0929,0.1521,0,1,0.1978,1,1,1,1,1,1,0.0627,0.1978,0,1,0.506,1,1,1,0.0548,0.506,0,1,1,1,1,1,0.054043576,0,0.114043862,1,1,1,1,1,0.067992643,0,0.051468853,1,1,1,1,1,0.078148872,0,0.410947318,0.410831394,0.410904255
-6390,1,0.1526,1,1,1,1,1,1,1,1,0.0764,0.1526,0,1,0.198,1,1,1,1,1,1,0.0483,0.198,0,1,0.5063,1,1,1,0.0431,0.5063,0,1,1,1,1,1,0.061315183,0,0.060628418,1,1,1,1,1,0.046731655,0,0.000408377,1,1,1,1,1,0.066283651,0,0.484231513,0.484239475,0.484485816
-6391,1,0.1532,1,1,1,1,1,1,1,1,0.047,0.1532,0.1684,1,0.1983,1,1,1,1,1,1,0.0425,0.1983,0.1721,1,0.5065,1,1,1,0.0245,0.5065,0.1634,1,1,1,1,1,0.022208741,0.399086833,0.090372078,1,1,1,1,1,0.032903571,0.422369808,0,1,1,1,1,1,0.046271089,0.46146515,0.529241179,0.529299767,0.529698582
-6392,1,0.1538,1,1,1,1,1,1,1,1,0.0134,0.1538,0.3608,1,0.1985,1,1,1,1,1,1,0.0155,0.1985,0.3656,1,0.5068,1,1,1,0.0016,0.5068,0.3513,1,1,1,1,1,0.005485085,0.681713045,0.124230593,1,1,1,1,1,0.018656084,0.67585963,0.000424084,1,1,1,1,1,0.019367358,0.70482111,0.549480425,0.549608631,0.54964539
-6393,1,0.1544,1,1,1,1,1,1,1,1,0.0061,0.1544,0.4983,1,0.1987,1,1,1,1,1,1,0,0.1987,0.5,1,0.5071,1,1,1,0.0021,0.5071,0.5014,1,1,1,1,1,0.000946836,0.776235044,0.114129178,1,1,1,1,1,0.002270673,0.77766341,0,1,1,1,1,1,0.011495305,0.779636502,0.564101015,0.564205627,0.56427305
-6394,1,0.1549,1,1,1,1,1,1,1,1,0.0005,0.1549,0.5791,1,0.199,1,1,1,1,1,1,0.0063,0.199,0.5763,1,0.5073,1,1,1,0.0017,0.5073,0.5805,1,1,1,1,1,0.001287274,0.822685897,0.074700966,1,1,1,1,1,0.009617404,0.817405522,0.003592147,1,1,1,1,1,0.000454183,0.80770278,0.576486225,0.576687117,0.576684397
-6395,1,0.1555,1,1,1,1,1,1,1,1,0.0076,0.1555,0.581,1,0.1992,1,1,1,1,1,1,0.0171,0.1992,0.5913,1,0.5076,1,1,1,0.0012,0.5076,0.5881,1,1,1,1,1,0.004713159,0.830886781,0.10449858,1,1,1,1,1,0.013191114,0.838832378,0.034779847,1,1,1,1,1,0.005262177,0.809194207,0.583494442,0.583668289,0.583776596
-6396,1,0.1561,1,1,1,1,1,1,1,1,0.0134,0.1561,0.5892,1,0.1995,1,1,1,1,1,1,0.0229,0.1995,0.5845,1,0.5079,1,1,1,0.0141,0.5079,0.5792,1,1,1,1,1,0.008219287,0.834688544,0.117916048,1,1,1,1,1,0.021016413,0.835511684,0.008491885,1,1,1,1,1,0.00849507,0.809467793,0.584581924,0.584726042,0.584663121
-6397,1,0.1567,1,1,1,1,1,1,1,1,0.0261,0.1567,0.575,1,0.1997,1,1,1,1,1,1,0.0295,0.1997,0.5786,1,0.5081,1,1,1,0.0157,0.5081,0.5707,1,1,1,1,1,0.033281706,0.816411257,0.109042689,1,1,1,1,1,0.037615754,0.817393482,0,1,1,1,1,1,0.003423649,0.794397175,0.586756887,0.586629998,0.586879433
-6398,1,0.1572,1,1,1,1,1,1,1,1,0.0485,0.1572,0.5111,1,0.2,1,1,1,1,1,1,0.0178,0.2,0.5265,1,0.5084,1,1,1,0.0323,0.5084,0.5026,1,1,1,1,1,0.06192765,0.773966491,0.128214642,1,1,1,1,1,0.023944456,0.780540705,0.002436911,1,1,1,1,1,0.027871748,0.745501101,0.582165297,0.582187434,0.582446809
-6399,1,0.1578,1,1,1,1,1,1,1,1,0.0714,0.1578,0.372,1,0.2002,1,1,1,1,1,1,0.0488,0.2002,0.4048,1,0.5087,1,1,1,0.0261,0.5087,0.3532,1,1,1,1,1,0.071460269,0.69321394,0.133608013,1,1,1,1,1,0.05511412,0.71395129,0.023457071,1,1,1,1,1,0.046861183,0.657021046,0.577694538,0.57774487,0.578014184
-6400,1,0.1584,1,1,1,1,1,1,1,1,0.077,0.1584,0.1965,1,0.2004,1,1,1,1,1,1,0.0927,0.2004,0.233,1,0.509,1,1,1,0.0311,0.509,0.1789,1,1,1,1,1,0.094061255,0.497985095,0.118186474,1,1,1,1,1,0.095117718,0.522409201,0.002988744,1,1,1,1,1,0.080861181,0.4531416,0.578117448,0.578167971,0.578014184
-6401,1,0.159,1,1,1,1,1,1,1,1,0.0315,0.159,0.0037,1,0.2007,1,1,1,1,1,1,0.0329,0.2007,0.016,1,0.5092,1,1,1,0.0145,0.5092,0.0021,1,1,1,1,1,0.044391286,0.059195496,0.033657845,1,1,1,1,1,0.035207767,0.136904284,0,1,1,1,1,1,0.037584744,0,0.583917351,0.583879839,0.584219858
-6402,1,0.1595,1,1,1,1,1,1,1,1,0.0367,0.1595,0,1,0.2009,1,1,1,1,1,1,0,0.2009,0,1,0.5095,1,1,1,0.0359,0.5095,0,1,1,1,1,1,0.061313063,0,0.040832799,1,1,1,1,1,0.002518796,0,0.0558322,1,1,1,1,1,0.070600368,0,0.595094248,0.595092025,0.594858156
-6403,1,0.1601,1,1,1,1,1,1,1,1,0.0285,0.1601,0,1,0.2012,1,1,1,1,1,1,0,0.2012,0,1,0.5098,1,1,1,0.0585,0.5098,0,1,1,1,1,1,0.033197004,0,0.069341779,1,1,1,1,1,5.21E-05,0,0.061025657,1,1,1,1,1,0.090486884,0,0.615514741,0.615612439,0.615691489
-6404,1,0.1607,1,1,1,1,1,1,1,1,0.0278,0.1607,0,1,0.2014,1,1,1,1,1,1,0,0.2014,0,1,0.51,1,1,1,0.1223,0.51,0,1,1,1,1,1,0.030212635,0,0.098401293,1,1,1,1,1,0.000515856,0,0.136130899,1,1,1,1,1,0.143149093,0,0.588629773,0.588745505,0.588652482
-6405,1,0.1613,1,1,1,1,1,1,1,1,0.0347,0.1613,0,1,0.2016,1,1,1,1,1,1,0.0313,0.2016,0,1,0.5103,1,1,1,0.1301,0.5103,0,1,1,1,1,1,0.050708581,0,0.077524871,1,1,1,1,1,0.037923783,0,0.12771441,1,1,1,1,1,0.21787563,0,0.541384727,0.541358155,0.541666667
-6406,1,0.1618,1,1,1,1,1,1,1,1,0.0251,0.1618,0,1,0.2019,1,1,1,1,1,1,0.1537,0.2019,0,1,0.5106,1,1,1,0.1326,0.5106,0,1,1,1,1,1,0.042589337,0,0.021648526,1,1,1,1,1,0.150816619,0,0.038495027,1,1,1,1,1,0.23844181,0,0.483264862,0.483181722,0.483156028
-6407,1,0.1624,1,1,1,1,1,1,1,1,0.0934,0.1624,0,1,0.2021,1,1,1,1,1,1,0.2517,0.2021,0,1,0.5109,1,1,1,0.1543,0.5109,0,1,1,1,1,1,0.12205568,0,0.002710099,1,1,1,1,1,0.223665208,0,0.004818586,1,1,1,1,1,0.342990309,0,0.432757371,0.432832663,0.432624113
-6408,1,0.163,1,1,1,1,1,1,1,1,0.1249,0.163,0,1,0.2024,1,1,1,1,1,1,0.3914,0.2024,0,1,0.5111,1,1,1,0.1586,0.5111,0,1,1,1,1,1,0.18015267,0,0,1,1,1,1,1,0.34640336,0,0.013738482,1,1,1,1,1,0.358458281,0,0.400012083,0.40004231,0.400265957
-6409,1,0.1636,1,1,1,1,1,1,1,1,0.1419,0.1636,0,1,0.2026,1,1,1,1,1,1,0.286,0.2026,0,1,0.5114,1,1,1,0.1399,0.5114,0,1,1,1,1,1,0.216245502,0,0.022724167,1,1,1,1,1,0.249389708,0,0.03482775,1,1,1,1,1,0.314770818,0,0.382612373,0.382695155,0.382535461
-6410,1,0.1641,1,1,1,1,1,1,1,1,0.1518,0.1641,0,1,0.2028,1,1,1,1,1,1,0.2101,0.2028,0,1,0.5117,1,1,1,0.1831,0.5117,0,1,1,1,1,1,0.222811118,0,0.045730248,1,1,1,1,1,0.179245085,0,0.073169112,1,1,1,1,1,0.463308543,0,0.373127115,0.373175376,0.37322695
-6411,1,0.1647,1,1,1,1,1,1,1,1,0.1754,0.1647,0,1,0.2031,1,1,1,1,1,1,0.3019,0.2031,0,1,0.5119,1,1,1,0.17,0.5119,0,1,1,1,1,1,0.268041462,0,0.113041036,1,1,1,1,1,0.267683625,0,0.112850793,1,1,1,1,1,0.456941158,0,0.371616723,0.371694521,0.371453901
-6412,1,0.1653,1,1,1,1,1,1,1,1,0.1773,0.1653,0,1,0.2033,1,1,1,1,1,1,0.2311,0.2033,0,1,0.5122,1,1,1,0.216,0.5122,0,1,1,1,1,1,0.319319397,0,0.152703181,1,1,1,1,1,0.210380405,0,0.095752358,1,1,1,1,1,0.576213062,0,0.38182697,0.381848953,0.381648936
-6413,1,0.1659,1,1,1,1,1,1,1,1,0.1121,0.1659,0,1,0.2036,1,1,1,1,1,1,0.3235,0.2036,0,1,0.5125,1,1,1,0.2296,0.5125,0,1,1,1,1,1,0.222632736,0,0.147207126,1,1,1,1,1,0.250364244,0,0.125800282,1,1,1,1,1,0.529231846,0,0.421942968,0.421832029,0.421985816
-6414,1,0.1664,1,1,1,1,1,1,1,1,0.1728,0.1664,0.0181,1,0.2038,1,1,1,1,1,1,0.4543,0.2038,0.0232,1,0.5128,1,1,1,0.1681,0.5128,0.0051,1,1,1,1,1,0.253442079,0.096919052,0.29558298,1,1,1,1,1,0.412709057,0.212084964,0.213605255,1,1,1,1,1,0.425328165,0.254329145,0.496858386,0.496720965,0.496897163
-6415,1,0.167,1,1,1,1,1,1,1,1,0.1173,0.167,0.1534,1,0.204,1,1,1,1,1,1,0.331,0.204,0.1721,1,0.513,1,1,1,0.1679,0.513,0.1441,1,1,1,1,1,0.190094382,0.391937494,0.287681699,1,1,1,1,1,0.2948277,0.431340039,0.254122019,1,1,1,1,1,0.485686809,0.490119249,0.539753504,0.53966575,0.539893617
-6416,1,0.1676,1,1,1,1,1,1,1,1,0.1542,0.1676,0.4414,1,0.2043,1,1,1,1,1,1,0.1978,0.2043,0.4656,1,0.5133,1,1,1,0.1551,0.5133,0.4357,1,1,1,1,1,0.169145972,0.867247462,0.343410552,1,1,1,1,1,0.25268048,0.870491028,0.316611797,1,1,1,1,1,0.369749963,0.90925777,0.555340744,0.555320499,0.555407801
-6417,1,0.1682,1,1,1,1,1,1,1,1,0.128,0.1682,0.6092,1,0.2045,1,1,1,1,1,1,0.159,0.2045,0.613,1,0.5136,1,1,1,0.2047,0.5136,0.58,1,1,1,1,1,0.112446472,0.958064556,0.405613989,1,1,1,1,1,0.15288806,0.971410096,0.443413377,1,1,1,1,1,0.459108144,0.966175675,0.566638473,0.566744235,0.566932624
-6418,1,0.1687,1,1,1,1,1,1,1,1,0.2642,0.1687,0.5788,1,0.2048,1,1,1,1,1,1,0.1894,0.2048,0.5833,1,0.5138,1,1,1,0.2847,0.5138,0.5739,1,1,1,1,1,0.233994246,0.823796749,0.312727123,1,1,1,1,1,0.196076468,0.825675368,0.563531697,1,1,1,1,1,0.452516943,0.82441628,0.579325761,0.579437275,0.579343972
-6419,1,0.1693,1,1,1,1,1,1,1,1,0.2153,0.1693,0.7011,1,0.205,1,1,1,1,1,1,0.1408,0.205,0.7045,1,0.5141,1,1,1,0.3004,0.5141,0.6735,1,1,1,1,1,0.182074338,0.986692607,0.383166015,1,1,1,1,1,0.149562433,0.993937969,0.67750001,1,1,1,1,1,0.405007184,0.986999869,0.584581924,0.584726042,0.584663121
-6420,1,0.1699,1,1,1,1,1,1,1,1,0.3166,0.1699,0.6993,1,0.2053,1,1,1,1,1,1,0.2062,0.2053,0.7144,1,0.5144,1,1,1,0.3131,0.5144,0.6746,1,1,1,1,1,0.267108202,0.989543736,0.462221801,1,1,1,1,1,0.226315543,0.998205125,0.700832784,1,1,1,1,1,0.344216853,0.988376617,0.585669406,0.585572245,0.585992908
-6421,1,0.1705,1,1,1,1,1,1,1,1,0.3625,0.1705,0.5664,1,0.2055,1,1,1,1,1,1,0.1837,0.2055,0.5739,1,0.5147,1,1,1,0.3327,0.5147,0.551,1,1,1,1,1,0.307399839,0.803396344,0.514829278,1,1,1,1,1,0.23677808,0.813393533,0.751651108,1,1,1,1,1,0.390316606,0.781984448,0.589173514,0.589168606,0.589095745
-6422,1,0.171,1,1,1,1,1,1,1,1,0.4715,0.171,0.6283,1,0.2057,1,1,1,1,1,1,0.1588,0.2057,0.6519,1,0.5149,1,1,1,0.4031,0.5149,0.6052,1,1,1,1,1,0.357904196,0.964258313,0.631082714,1,1,1,1,1,0.222115755,0.97852999,0.652298212,1,1,1,1,1,0.412746102,0.9388237,0.587602707,0.587687751,0.587765957
-6423,1,0.1716,1,1,1,1,1,1,1,1,0.476,0.1716,0.4788,1,0.206,1,1,1,1,1,1,0.1604,0.206,0.5177,1,0.5152,1,1,1,0.4953,0.5152,0.4495,1,1,1,1,1,0.373419195,0.899754524,0.489821285,1,1,1,1,1,0.227111638,0.914795399,0.336195052,1,1,1,1,1,0.510211706,0.860889137,0.585367327,0.585360694,0.585549645
-6424,1,0.1722,1,1,1,1,1,1,1,1,0.4628,0.1722,0.285,1,0.2062,1,1,1,1,1,1,0.2281,0.2062,0.3273,1,0.5155,1,1,1,0.3421,0.5155,0.2492,1,1,1,1,1,0.297358751,0.707520306,0.59062314,1,1,1,1,1,0.303201914,0.699173868,0.343353182,1,1,1,1,1,0.363551408,0.650915921,0.588267279,0.588322403,0.588652482
-6425,1,0.1728,1,1,1,1,1,1,1,1,0.2587,0.1728,0.0533,1,0.2065,1,1,1,1,1,1,0.1849,0.2065,0.0862,1,0.5157,1,1,1,0.2741,0.5157,0.0284,1,1,1,1,1,0.135948658,0.347037971,0.568380296,1,1,1,1,1,0.258310676,0.288335443,0.395802885,1,1,1,1,1,0.344181478,0.287159652,0.590865152,0.590861011,0.590868794
-6426,1,0.1734,1,1,1,1,1,1,1,1,0.2138,0.1734,0,1,0.2067,1,1,1,1,1,1,0.0584,0.2067,0,1,0.516,1,1,1,0.3397,0.516,0,1,1,1,1,1,0.249783635,0,0.348247051,1,1,1,1,1,0.104257464,0,0.237655252,1,1,1,1,1,0.500986099,0,0.601860802,0.601861646,0.601950355
-6427,1,0.1739,1,1,1,1,1,1,1,1,0.3244,0.1739,0,1,0.2069,1,1,1,1,1,1,0.1573,0.2069,0,1,0.5163,1,1,1,0.328,0.5163,0,1,1,1,1,1,0.332979709,0,0.56832087,1,1,1,1,1,0.235025585,0,0.361337721,1,1,1,1,1,0.63777262,0,0.621072982,0.621112757,0.621453901
-6428,1,0.1745,1,1,1,1,1,1,1,1,0.2693,0.1745,0,1,0.2072,1,1,1,1,1,1,0.2256,0.2072,0,1,0.5166,1,1,1,0.3638,0.5166,0,1,1,1,1,1,0.324265897,0,0.649573803,1,1,1,1,1,0.319623798,0,0.700343251,1,1,1,1,1,0.667038679,0,0.594550507,0.594668923,0.594858156
-6429,1,0.1751,1,1,1,1,1,1,1,1,0.3869,0.1751,0,1,0.2074,1,1,1,1,1,1,0.4234,0.2074,0,1,0.5168,1,1,1,0.3767,0.5168,0,1,1,1,1,1,0.531542003,0,0.631352186,1,1,1,1,1,0.545265973,0,0.658881664,1,1,1,1,1,0.682918727,0,0.550144998,0.550031733,0.550531915
-6430,1,0.1757,1,1,1,1,1,1,1,1,0.2321,0.1757,0,1,0.2077,1,1,1,1,1,1,0.2263,0.2077,0,1,0.5171,1,1,1,0.3409,0.5171,0,1,1,1,1,1,0.255413234,0,0.671699524,1,1,1,1,1,0.300699532,0,0.587076187,1,1,1,1,1,0.670354962,0,0.492085549,0.49206685,0.492021277
-6431,1,0.1762,1,1,1,1,1,1,1,1,0.3696,0.1762,0,1,0.2079,1,1,1,1,1,1,0.3769,0.2079,0,1,0.5174,1,1,1,0.3441,0.5174,0,1,1,1,1,1,0.406582564,0,0.760363817,1,1,1,1,1,0.485988051,0,0.65798986,1,1,1,1,1,0.693118989,0,0.442544708,0.442563994,0.442819149
-6432,1,0.1768,1,1,1,1,1,1,1,1,0.3062,0.1768,0,1,0.2081,1,1,1,1,1,1,0.4828,0.2081,0,1,0.5176,1,1,1,0.3316,0.5176,0,1,1,1,1,1,0.357378185,0,0.441010654,1,1,1,1,1,0.557570219,0,0.661276698,1,1,1,1,1,0.734881103,0,0.409255679,0.409138989,0.409131206
-6433,1,0.1774,1,1,1,1,1,1,1,1,0.4115,0.1774,0,1,0.2084,1,1,1,1,1,1,0.5522,0.2084,0,1,0.5179,1,1,1,0.3118,0.5179,0,1,1,1,1,1,0.439602941,0,0.487750649,1,1,1,1,1,0.615900159,0,0.79508853,1,1,1,1,1,0.706757009,0,0.391191397,0.391157182,0.391400709
-6434,1,0.178,1,1,1,1,1,1,1,1,0.5141,0.178,0,1,0.2086,1,1,1,1,1,1,0.5953,0.2086,0,1,0.5182,1,1,1,0.2534,0.5182,0,1,1,1,1,1,0.555350065,0,0.644402146,1,1,1,1,1,0.577693403,0,0.68192935,1,1,1,1,1,0.62612772,0,0.382189464,0.382272054,0.382092199
-6435,1,0.1785,1,1,1,1,1,1,1,1,0.3636,0.1785,0,1,0.2089,1,1,1,1,1,1,0.3465,0.2089,0,1,0.5185,1,1,1,0.2934,0.5185,0,1,1,1,1,1,0.353806406,0,0.55914104,1,1,1,1,1,0.353388816,0,0.513597131,1,1,1,1,1,0.643601775,0,0.380135331,0.380156547,0.379875887
-6436,1,0.1791,1,1,1,1,1,1,1,1,0.3597,0.1791,0,1,0.2091,1,1,1,1,1,1,0.2492,0.2091,0,1,0.5187,1,1,1,0.2866,0.5187,0,1,1,1,1,1,0.367719233,0,0.52787292,1,1,1,1,1,0.284732819,0,0.535563588,1,1,1,1,1,0.617628336,0,0.391795553,0.391791834,0.391843972
-6437,1,0.1797,1,1,1,1,1,1,1,1,0.2311,0.1797,0,1,0.2093,1,1,1,1,1,1,0.1228,0.2093,0,1,0.519,1,1,1,0.3,0.519,0,1,1,1,1,1,0.278961658,0,0.394447446,1,1,1,1,1,0.171654746,0,0.738404989,1,1,1,1,1,0.655201077,0,0.431186564,0.431140258,0.431294326
-6438,1,0.1803,1,1,1,1,1,1,1,1,0.2656,0.1803,0.0003,1,0.2096,1,1,1,1,1,1,0.0726,0.2096,0,1,0.5193,1,1,1,0.2436,0.5193,0,1,1,1,1,1,0.275380403,5.12E-06,0.363375843,1,1,1,1,1,0.109154284,0,0.703171253,1,1,1,1,1,0.53041327,2.07E-06,0.504168681,0.504125238,0.504432624
-6439,1,0.1808,1,1,1,1,1,1,1,1,0.222,0.1808,0.1107,1,0.2098,1,1,1,1,1,1,0.1459,0.2098,0.0796,1,0.5195,1,1,1,0.1586,0.5195,0.1165,1,1,1,1,1,0.173109159,0.122655042,0.489759684,1,1,1,1,1,0.224225596,0.095434844,0.962003469,1,1,1,1,1,0.312139034,0.140538514,0.55038666,0.550454834,0.550531915
-6440,1,0.1814,1,1,1,1,1,1,1,1,0.1801,0.1814,0.2316,1,0.2101,1,1,1,1,1,1,0.065,0.2101,0.2081,1,0.5198,1,1,1,0.1404,0.5198,0.2759,1,1,1,1,1,0.137495652,0.35392341,0.738791585,1,1,1,1,1,0.13725397,0.294043571,1,1,1,1,1,1,0.25095889,0.357457966,0.574975834,0.574994711,0.574911348
-6441,1,0.182,1,1,1,1,1,1,1,1,0.2358,0.182,0.3395,1,0.2103,1,1,1,1,1,1,0.1065,0.2103,0.2877,1,0.5201,1,1,1,0.1914,0.5201,0.3875,1,1,1,1,1,0.154029891,0.487019211,0.939797103,1,1,1,1,1,0.175677165,0.338757396,1,1,1,1,1,1,0.238309294,0.457054079,0.59382552,0.593822721,0.593971631
-6442,1,0.1826,1,1,1,1,1,1,1,1,0.3909,0.1826,0.3807,1,0.2106,1,1,1,1,1,1,0.2164,0.2106,0.3381,1,0.5203,1,1,1,0.1818,0.5203,0.4002,1,1,1,1,1,0.265581518,0.547313333,1,1,1,1,1,1,0.194785237,0.497472465,1,1,1,1,1,1,0.251041204,0.547419131,0.610500242,0.610535223,0.61037234
-6443,1,0.1831,1,1,1,1,1,1,1,1,0.541,0.1831,0.4182,1,0.2108,1,1,1,1,1,1,0.1225,0.2108,0.3927,1,0.5206,1,1,1,0.1371,0.5206,0.4376,1,1,1,1,1,0.311250597,0.566039741,1,1,1,1,1,1,0.144926161,0.532033145,1,1,1,1,1,1,0.214154154,0.566165864,0.61762929,0.617727946,0.617907801
-6444,1,0.1837,1,1,1,1,1,1,1,1,0.4113,0.1837,0.3959,1,0.211,1,1,1,1,1,1,0.0433,0.211,0.3978,1,0.5209,1,1,1,0.1768,0.5209,0.3526,1,1,1,1,1,0.192259446,0.560495377,1,1,1,1,1,1,0.085981175,0.551490426,1,1,1,1,1,1,0.294734627,0.453289092,0.618958434,0.61899725,0.619237589
-6445,1,0.1843,1,1,1,1,1,1,1,1,0.3267,0.1843,0.3364,1,0.2113,1,1,1,1,1,1,0.086,0.2113,0.3326,1,0.5212,1,1,1,0.134,0.5212,0.2765,1,1,1,1,1,0.112952843,0.451607615,0.840121388,1,1,1,1,1,0.1219666,0.454964519,1,1,1,1,1,1,0.190858215,0.391889751,0.620891735,0.620901206,0.621010638
-6446,1,0.1849,1,1,1,1,1,1,1,1,0.3342,0.1849,0.3022,1,0.2115,1,1,1,1,1,1,0.0474,0.2115,0.2773,1,0.5214,1,1,1,0.1497,0.5214,0.2417,1,1,1,1,1,0.142247289,0.412305474,0.934978724,1,1,1,1,1,0.061153159,0.404453278,0.827067018,1,1,1,1,1,0.251634777,0.323674738,0.617085549,0.617093294,0.617464539
-6447,1,0.1854,1,1,1,1,1,1,1,1,0.3684,0.1854,0.216,1,0.2118,1,1,1,1,1,1,0.0868,0.2118,0.2373,1,0.5217,1,1,1,0.1888,0.5217,0.1573,1,1,1,1,1,0.170122221,0.289472163,0.984980583,1,1,1,1,1,0.105253443,0.305064201,0.624474883,1,1,1,1,1,0.250121236,0.329953432,0.61122523,0.611381426,0.611702128
-6448,1,0.186,1,1,1,1,1,1,1,1,0.2454,0.186,0.109,1,0.212,1,1,1,1,1,1,0.0079,0.212,0.0897,1,0.522,1,1,1,0.1125,0.522,0.0883,1,1,1,1,1,0.090161689,0.166454315,0.883912027,1,1,1,1,1,0.022237271,0.131057978,0.63486445,1,1,1,1,1,0.16844897,0.164253935,0.614910585,0.614977787,0.615248227
-6449,1,0.1866,1,1,1,1,1,1,1,1,0.1611,0.1866,0,1,0.2122,1,1,1,1,1,1,0.012,0.2122,0,1,0.5222,1,1,1,0.0986,0.5222,0,1,1,1,1,1,0.095883921,0,0.840035319,1,1,1,1,1,0.020836776,4.56E-05,0.715671003,1,1,1,1,1,0.218484357,0,0.624818753,0.624709118,0.625
-6450,1,0.1872,1,1,1,1,1,1,1,1,0.1864,0.1872,0,1,0.2125,1,1,1,1,1,1,0.1065,0.2125,0,1,0.5225,1,1,1,0.1083,0.5225,0,1,1,1,1,1,0.139184788,0,0.982813001,1,1,1,1,1,0.101074629,0,0.927304745,1,1,1,1,1,0.248922512,0,0.638231029,0.63824836,0.638297872
-6451,1,0.1877,1,1,1,1,1,1,1,1,0.14,0.1877,0,1,0.2127,1,1,1,1,1,1,0.1114,0.2127,0,1,0.5228,1,1,1,0.1011,0.5228,0,1,1,1,1,1,0.091120891,0,1,1,1,1,1,1,0.12022382,0,1,1,1,1,1,1,0.247142121,0,0.644453842,0.64459488,0.644503546
-6452,1,0.1883,1,1,1,1,1,1,1,1,0.1049,0.1883,0,1,0.213,1,1,1,1,1,1,0.187,0.213,0,1,0.5231,1,1,1,0.116,0.5231,0,1,1,1,1,1,0.092126228,0,1,1,1,1,1,1,0.217496306,0,1,1,1,1,1,1,0.273315459,0,0.617810536,0.617727946,0.617907801
-6453,1,0.1889,1,1,1,1,1,1,1,1,0.0735,0.1889,0,1,0.2132,1,1,1,1,1,1,0.1333,0.2132,0,1,0.5233,1,1,1,0.1182,0.5233,0,1,1,1,1,1,0.067480266,0,0.956016898,1,1,1,1,1,0.156132594,0,1,1,1,1,1,1,0.271824241,0,0.573042533,0.573090755,0.573138298
-6454,1,0.1895,1,1,1,1,1,1,1,1,0.0802,0.1895,0,1,0.2134,1,1,1,1,1,1,0.0852,0.2134,0,1,0.5236,1,1,1,0.0853,0.5236,0,1,1,1,1,1,0.041196242,0,1,1,1,1,1,1,0.074363753,0,1,1,1,1,1,1,0.211461246,0,0.515043499,0.514914322,0.515070922
-6455,1,0.19,1,1,1,1,1,1,1,1,0.0825,0.19,0,1,0.2137,1,1,1,1,1,1,0.099,0.2137,0,1,0.5239,1,1,1,0.1247,0.5239,0,1,1,1,1,1,0.079610273,0,0.979679942,1,1,1,1,1,0.114515141,0,0.806674123,1,1,1,1,1,0.356478989,0,0.463327695,0.463295959,0.46320922
-6456,1,0.1906,1,1,1,1,1,1,1,1,0.1171,0.1906,0,1,0.2139,1,1,1,1,1,1,0.1976,0.2139,0,1,0.5241,1,1,1,0.1916,0.5241,0,1,1,1,1,1,0.158429205,0,0.998982966,1,1,1,1,1,0.208556548,0,0.742346644,1,1,1,1,1,0.521145999,0,0.428105365,0.428178549,0.428191489
-6457,1,0.1912,1,1,1,1,1,1,1,1,0.1568,0.1912,0,1,0.2142,1,1,1,1,1,1,0.2163,0.2142,0,1,0.5244,1,1,1,0.1733,0.5244,0,1,1,1,1,1,0.22854197,0,0.937429249,1,1,1,1,1,0.238048881,0,0.851695776,1,1,1,1,1,0.378995121,0,0.408470275,0.408504337,0.408687943
-6458,1,0.1918,1,1,1,1,1,1,1,1,0.2152,0.1918,0,1,0.2144,1,1,1,1,1,1,0.1295,0.2144,0,1,0.5247,1,1,1,0.1813,0.5247,0,1,1,1,1,1,0.197127372,0,0.698696613,1,1,1,1,1,0.139530674,0,0.277891099,1,1,1,1,1,0.331031203,0,0.396205897,0.396234398,0.396276596
-6459,1,0.1923,1,1,1,1,1,1,1,1,0.1704,0.1923,0,1,0.2146,1,1,1,1,1,1,0.4034,0.2146,0,1,0.525,1,1,1,0.2073,0.525,0,1,1,1,1,1,0.170685515,0,0.340581834,1,1,1,1,1,0.421125472,0,0.333006024,1,1,1,1,1,0.376341105,0,0.392701788,0.392849587,0.392730496
-6460,1,0.1929,1,1,1,1,1,1,1,1,0.1493,0.1929,0,1,0.2149,1,1,1,1,1,1,0.2778,0.2149,0,1,0.5252,1,1,1,0.2069,0.5252,0,1,1,1,1,1,0.182919905,0,0.216262698,1,1,1,1,1,0.359337091,0,0.2468822,1,1,1,1,1,0.363902777,0,0.401764137,0.401734715,0.401595745
-6461,1,0.1935,1,1,1,1,1,1,1,1,0.1962,0.1935,0,1,0.2151,1,1,1,1,1,1,0.1029,0.2151,0,1,0.5255,1,1,1,0.2619,0.5255,0,1,1,1,1,1,0.177763805,0,0.739492416,1,1,1,1,1,0.14763245,0,0.258290052,1,1,1,1,1,0.429195046,0,0.442846786,0.442775545,0.443262411
-6462,1,0.1941,1,1,1,1,1,1,1,1,0.181,0.1941,0,1,0.2154,1,1,1,1,1,1,0.0823,0.2154,0,1,0.5258,1,1,1,0.346,0.5258,0.0069,1,1,1,1,1,0.17137064,0.007212938,0.881202638,1,1,1,1,1,0.11351113,0,0.181358129,1,1,1,1,1,0.544330597,0.159621835,0.517701788,0.517664481,0.517730496
-6463,1,0.1946,1,1,1,1,1,1,1,1,0.1179,0.1946,0.165,1,0.2156,1,1,1,1,1,1,0.0893,0.2156,0.1518,1,0.526,1,1,1,0.3048,0.526,0.2051,1,1,1,1,1,0.21023351,0.438533038,0.451795608,1,1,1,1,1,0.148038626,0.357972205,0.120792404,1,1,1,1,1,0.472404897,0.628070295,0.560053166,0.560186165,0.560283688
-6464,1,0.1952,1,1,1,1,1,1,1,1,0.1289,0.1952,0.3583,1,0.2158,1,1,1,1,1,1,0.0112,0.2158,0.3098,1,0.5263,1,1,1,0.354,0.5263,0.4359,1,1,1,1,1,0.223161399,0.668903828,0.366734207,1,1,1,1,1,0.026473949,0.577894032,0.071278013,1,1,1,1,1,0.507462442,0.856692731,0.57878202,0.578802623,0.578900709
-6465,1,0.1958,1,1,1,1,1,1,1,1,0.1801,0.1958,0.5103,1,0.2161,1,1,1,1,1,1,0.0229,0.2161,0.4596,1,0.5266,1,1,1,0.3892,0.5266,0.5904,1,1,1,1,1,0.242918521,0.819571495,0.299952865,1,1,1,1,1,0.034045346,0.750801027,0.047180109,1,1,1,1,1,0.519720078,0.949681699,0.591348478,0.591495663,0.591312057
-6466,1,0.1964,1,1,1,1,1,1,1,1,0.1901,0.1964,0.6098,1,0.2163,1,1,1,1,1,1,0.0577,0.2163,0.5626,1,0.5269,1,1,1,0.3189,0.5269,0.6302,1,1,1,1,1,0.207115665,0.891717136,0.227266312,1,1,1,1,1,0.090664476,0.834428549,0.018944243,1,1,1,1,1,0.481517732,0.980992079,0.602223296,0.602284747,0.602393617
-6467,1,0.1969,1,1,1,1,1,1,1,1,0.1759,0.1969,0.6081,1,0.2166,1,1,1,1,1,1,0.1376,0.2166,0.6287,1,0.5271,1,1,1,0.3764,0.5271,0.6439,1,1,1,1,1,0.139069632,0.9144907,0.119371444,1,1,1,1,1,0.130366042,0.909868181,0,1,1,1,1,1,0.543931723,0.986281872,0.607902368,0.607785065,0.607712766
-6468,1,0.1975,1,1,1,1,1,1,1,1,0.1733,0.1975,0.6377,1,0.2168,1,1,1,1,1,1,0.1637,0.2168,0.6324,1,0.5274,1,1,1,0.3386,0.5274,0.6593,1,1,1,1,1,0.121288657,0.929945648,0.136141211,1,1,1,1,1,0.146902755,0.921506166,0.00745733,1,1,1,1,1,0.516041517,0.992520928,0.608264862,0.608419717,0.608599291
-6469,1,0.1981,1,1,1,1,1,1,1,1,0.1469,0.1981,0.6341,1,0.2171,1,1,1,1,1,1,0.1083,0.2171,0.6321,1,0.5277,1,1,1,0.3071,0.5277,0.633,1,1,1,1,1,0.122545943,0.924120903,0.226830631,1,1,1,1,1,0.112553433,0.92688185,0.004638744,1,1,1,1,1,0.440327317,0.988310158,0.609714838,0.609689021,0.609929078
-6470,1,0.1987,1,1,1,1,1,1,1,1,0.1193,0.1987,0.5755,1,0.2173,1,1,1,1,1,1,0.0361,0.2173,0.5981,1,0.5279,1,1,1,0.2889,0.5279,0.5655,1,1,1,1,1,0.083792366,0.907406628,0.200157985,1,1,1,1,1,0.037450433,0.911231101,0.011601572,1,1,1,1,1,0.516989291,0.961372495,0.605969067,0.605881109,0.605939716
-6471,1,0.1993,1,1,1,1,1,1,1,1,0.1296,0.1993,0.4396,1,0.2175,1,1,1,1,1,1,0.0316,0.2175,0.4764,1,0.5282,1,1,1,0.2634,0.5282,0.4364,1,1,1,1,1,0.049273618,0.836015224,0.494987547,1,1,1,1,1,0.035783272,0.826905012,0.013369896,1,1,1,1,1,0.463534683,0.874399424,0.601558724,0.601650095,0.601507092
-6472,1,0.1998,1,1,1,1,1,1,1,1,0.0922,0.1998,0.2627,1,0.2178,1,1,1,1,1,1,0.0459,0.2178,0.2789,1,0.5285,1,1,1,0.1855,0.5285,0.2549,1,1,1,1,1,0.063667633,0.641787887,0.59541738,1,1,1,1,1,0.057469033,0.54596746,0.005528534,1,1,1,1,1,0.327556521,0.641555429,0.59980667,0.599746139,0.599734043
-6473,1,0.2004,1,1,1,1,1,1,1,1,0.0533,0.2004,0.038,1,0.218,1,1,1,1,1,1,0.0422,0.218,0.0373,1,0.5288,1,1,1,0.0889,0.5288,0.025,1,1,1,1,1,0.071132384,0.280303597,0.290285915,1,1,1,1,1,0.060538661,0.115117155,0.019138221,1,1,1,1,1,0.171668276,0.290355206,0.596967134,0.596995981,0.597074468
-6474,1,0.201,1,1,1,1,1,1,1,1,0.0276,0.201,0,1,0.2183,1,1,1,1,1,1,0.039,0.2183,0,1,0.529,1,1,1,0.1139,0.529,0,1,1,1,1,1,0.063844629,0,0.249615416,1,1,1,1,1,0.070079878,0,0,1,1,1,1,1,0.233852923,0,0.606754471,0.606727311,0.606826241
-6475,1,0.2016,1,1,1,1,1,1,1,1,0.014,0.2016,0,1,0.2185,1,1,1,1,1,1,0.0454,0.2185,0,1,0.5293,1,1,1,0.1474,0.5293,0,1,1,1,1,1,0.052000031,0,0.317670703,1,1,1,1,1,0.092342943,0,0.03766885,1,1,1,1,1,0.316019297,0,0.62361044,0.623651365,0.623670213
-6476,1,0.2021,1,1,1,1,1,1,1,1,0.0298,0.2021,0,1,0.2187,1,1,1,1,1,1,0.0447,0.2187,0,1,0.5296,1,1,1,0.1406,0.5296,0,1,1,1,1,1,0.06434235,0,0.237704545,1,1,1,1,1,0.065589443,0,0.077671729,1,1,1,1,1,0.282304019,0,0.598658772,0.598688386,0.598847518
-6477,1,0.2027,1,1,1,1,1,1,1,1,0.1311,0.2027,0,1,0.219,1,1,1,1,1,1,0.1388,0.219,0,1,0.5298,1,1,1,0.1017,0.5298,0,1,1,1,1,1,0.212778121,0,0.275845677,1,1,1,1,1,0.180416465,0,0.2976152,1,1,1,1,1,0.177804187,0,0.554434509,0.554474297,0.554521277
-6478,1,0.2033,1,1,1,1,1,1,1,1,0.0331,0.2033,0,1,0.2192,1,1,1,1,1,1,0.1572,0.2192,0,1,0.5301,1,1,1,0.1158,0.5301,0,1,1,1,1,1,0.083136626,0,0.158461183,1,1,1,1,1,0.237705052,0,0.459341884,1,1,1,1,1,0.16213274,0,0.497825036,0.497778718,0.497783688
-6479,1,0.2039,1,1,1,1,1,1,1,1,0.0411,0.2039,0,1,0.2195,1,1,1,1,1,1,0.1538,0.2195,0,1,0.5304,1,1,1,0.0907,0.5304,0,1,1,1,1,1,0.092803277,0,0.212804049,1,1,1,1,1,0.248051852,0,0.623056829,1,1,1,1,1,0.115423925,0,0.446048816,0.445948805,0.445921986
-6480,1,0.2044,1,1,1,1,1,1,1,1,0.0379,0.2044,0,1,0.2197,1,1,1,1,1,1,0.1134,0.2197,0,1,0.5306,1,1,1,0.0879,0.5306,0,1,1,1,1,1,0.070220858,0,0.225969195,1,1,1,1,1,0.185892195,0,0.653919935,1,1,1,1,1,0.107638113,0,0.410947318,0.410831394,0.411347518
-6481,1,0.205,1,1,1,1,1,1,1,1,0.0753,0.205,0,1,0.2199,1,1,1,1,1,1,0.0808,0.2199,0,1,0.5309,1,1,1,0.045,0.5309,0,1,1,1,1,1,0.092870474,0,0.183075339,1,1,1,1,1,0.164974913,0,0.852097154,1,1,1,1,1,0.042724505,0,0.390647656,0.390734081,0.390514184
-6482,1,0.2056,1,1,1,1,1,1,1,1,0.0671,0.2056,0,1,0.2202,1,1,1,1,1,1,0.1312,0.2202,0,1,0.5312,1,1,1,0.0368,0.5312,0,1,1,1,1,1,0.117801525,0,0.23036617,1,1,1,1,1,0.229564577,0,0.879141986,1,1,1,1,1,0.075939193,0,0.379712421,0.379733446,0.379875887
-6483,1,0.2062,1,1,1,1,1,1,1,1,0.0621,0.2062,0,1,0.2204,1,1,1,1,1,1,0.0829,0.2204,0,1,0.5315,1,1,1,0.0392,0.5315,0,1,1,1,1,1,0.133145899,0,0.372955441,1,1,1,1,1,0.167134613,0,0.994010568,1,1,1,1,1,0.07379131,0,0.377054132,0.376983287,0.377216312
-6484,1,0.2067,1,1,1,1,1,1,1,1,0.0894,0.2067,0,1,0.2207,1,1,1,1,1,1,0.1006,0.2207,0,1,0.5317,1,1,1,0.0348,0.5317,0,1,1,1,1,1,0.13509199,0,0.726987243,1,1,1,1,1,0.202909589,0,1,1,1,1,1,1,0.094101422,0,0.38641856,0.386503067,0.38608156
-6485,1,0.2073,1,1,1,1,1,1,1,1,0.053,0.2073,0,1,0.2209,1,1,1,1,1,1,0.1041,0.2209,0,1,0.532,1,1,1,0.0308,0.532,0,1,1,1,1,1,0.117083877,0,0.503286779,1,1,1,1,1,0.22412619,0,0.992486954,1,1,1,1,1,0.106832139,0,0.423030449,0.423101333,0.423315603
-6486,1,0.2079,1,1,1,1,1,1,1,1,0.0115,0.2079,0,1,0.2211,1,1,1,1,1,1,0.3787,0.2211,0,1,0.5323,1,1,1,0.0222,0.5323,0.0123,1,1,1,1,1,0.032690156,0,0.321697503,1,1,1,1,1,0.427059412,0,0.995099545,1,1,1,1,1,0.079138167,0.064532727,0.497522958,0.497567167,0.497783688
-6487,1,0.2085,1,1,1,1,1,1,1,1,0.0263,0.2085,0.0227,1,0.2214,1,1,1,1,1,1,0.1643,0.2214,0.0169,1,0.5325,1,1,1,0.0187,0.5325,0.174,1,1,1,1,1,0.025752729,0.018287681,0.481168538,1,1,1,1,1,0.229778334,0.045070011,1,1,1,1,1,1,0.073316783,0.254925817,0.545009667,0.544954517,0.545212766
-6488,1,0.209,1,1,1,1,1,1,1,1,0.0406,0.209,0.1143,1,0.2216,1,1,1,1,1,1,0.0823,0.2216,0.2004,1,0.5328,1,1,1,0.0071,0.5328,0.3047,1,1,1,1,1,0.021594722,0.119889304,0.676790893,1,1,1,1,1,0.160510898,0.207869709,1,1,1,1,1,1,0.047616567,0.453460217,0.567242629,0.567378887,0.567375887
-6489,1,0.2096,1,1,1,1,1,1,1,1,0.0413,0.2096,0.225,1,0.2219,1,1,1,1,1,1,0.1066,0.2219,0.2322,1,0.5331,1,1,1,0.0048,0.5331,0.4153,1,1,1,1,1,0.021017021,0.320870072,0.753429055,1,1,1,1,1,0.180025786,0.205955625,1,1,1,1,1,1,0.041662589,0.456417114,0.580352827,0.580283478,0.580230496
-6490,1,0.2102,1,1,1,1,1,1,1,1,0.0551,0.2102,0.2712,1,0.2221,1,1,1,1,1,1,0.1156,0.2221,0.2467,1,0.5334,1,1,1,0.009,0.5334,0.5008,1,1,1,1,1,0.048517063,0.375988275,0.6274333,1,1,1,1,1,0.197534725,0.307435006,1,1,1,1,1,1,0.052243222,0.462768048,0.590321411,0.59043791,0.590425532
-6491,1,0.2108,1,1,1,1,1,1,1,1,0.0751,0.2108,0.3201,1,0.2224,1,1,1,1,1,1,0.2141,0.2224,0.2813,1,0.5336,1,1,1,0.0194,0.5336,0.5149,1,1,1,1,1,0.076603487,0.402403772,0.727951288,1,1,1,1,1,0.344104528,0.388205469,1,1,1,1,1,1,0.058248501,0.473032087,0.59479217,0.594668923,0.594858156
-6492,1,0.2113,1,1,1,1,1,1,1,1,0.0752,0.2113,0.3042,1,0.2226,1,1,1,1,1,1,0.1722,0.2226,0.2164,1,0.5339,1,1,1,0.0742,0.5339,0.4334,1,1,1,1,1,0.089198947,0.33216694,0.815379143,1,1,1,1,1,0.298720837,0.257147759,1,1,1,1,1,1,0.224246711,0.416542947,0.593644273,0.59361117,0.593528369
-6493,1,0.2119,1,1,1,1,1,1,1,1,0.053,0.2119,0.2006,1,0.2228,1,1,1,1,1,1,0.1367,0.2228,0.1436,1,0.5342,1,1,1,0.0874,0.5342,0.3659,1,1,1,1,1,0.05572629,0.263655126,0.801683784,1,1,1,1,1,0.215142697,0.24617444,1,1,1,1,1,1,0.209262714,0.355387062,0.593704688,0.59361117,0.593971631
-6494,1,0.2125,1,1,1,1,1,1,1,1,0.0439,0.2125,0.1573,1,0.2231,1,1,1,1,1,1,0.1347,0.2231,0.1263,1,0.5344,1,1,1,0.0909,0.5344,0.29,1,1,1,1,1,0.039915945,0.225193575,0.783511877,1,1,1,1,1,0.188175648,0.260784537,0.832830369,1,1,1,1,1,0.257907659,0.231432319,0.587723538,0.587687751,0.587765957
-6495,1,0.2131,1,1,1,1,1,1,1,1,0.1111,0.2131,0.1131,1,0.2233,1,1,1,1,1,1,0.2611,0.2233,0.0886,1,0.5347,1,1,1,0.1253,0.5347,0.1588,1,1,1,1,1,0.073962145,0.147221953,0.996011853,1,1,1,1,1,0.285496324,0.178658873,1,1,1,1,1,1,0.302766711,0.07055559,0.584521508,0.584514491,0.584663121
-6496,1,0.2136,1,1,1,1,1,1,1,1,0.1634,0.2136,0.0364,1,0.2236,1,1,1,1,1,1,0.2344,0.2236,0.0169,1,0.535,1,1,1,0.098,0.535,0.076,1,1,1,1,1,0.094783828,0.01296206,1,1,1,1,1,1,0.312722266,0.072500557,1,1,1,1,1,1,0.251383007,0.007671883,0.586877719,0.586841549,0.586879433
-6497,1,0.2142,1,1,1,1,1,1,1,1,0.2119,0.2142,0.0002,1,0.2238,1,1,1,1,1,1,0.2498,0.2238,0,1,0.5353,1,1,1,0.0717,0.5353,0,1,1,1,1,1,0.187883601,0,1,1,1,1,1,1,0.308970273,0,1,1,1,1,1,1,0.167458728,0,0.592556791,0.592764967,0.592641844
-6498,1,0.2148,1,1,1,1,1,1,1,1,0.149,0.2148,0,1,0.224,1,1,1,1,1,1,0.2741,0.224,0,1,0.5355,1,1,1,0.066,0.5355,0,1,1,1,1,1,0.129517868,0,1,1,1,1,1,1,0.307362318,0,0.876327038,1,1,1,1,1,0.159747303,0,0.601739971,0.601650095,0.601950355
-6499,1,0.2154,1,1,1,1,1,1,1,1,0.1976,0.2154,0,1,0.2243,1,1,1,1,1,1,0.0309,0.2243,0,1,0.5358,1,1,1,0.0607,0.5358,0,1,1,1,1,1,0.192787528,0,0.999320924,1,1,1,1,1,0.051077325,0,1,1,1,1,1,1,0.156374857,0,0.599021266,0.599111487,0.59929078
-6500,1,0.2159,1,1,1,1,1,1,1,1,0.2628,0.2159,0,1,0.2245,1,1,1,1,1,1,0.0792,0.2245,0,1,0.5361,1,1,1,0.0459,0.5361,0,1,1,1,1,1,0.207699627,0,1,1,1,1,1,1,0.110436559,0,1,1,1,1,1,1,0.095321462,0,0.573042533,0.573090755,0.573138298
-6501,1,0.2165,1,1,1,1,1,1,1,1,0.2561,0.2165,0,1,0.2248,1,1,1,1,1,1,0.0316,0.2248,0,1,0.5363,1,1,1,0.05,0.5363,0,1,1,1,1,1,0.225573272,0,0.992254436,1,1,1,1,1,0.056127902,0,1,1,1,1,1,1,0.074476838,0,0.538303528,0.538396446,0.538120567
-6502,1,0.2171,1,1,1,1,1,1,1,1,0.1633,0.2171,0,1,0.225,1,1,1,1,1,1,0.0595,0.225,0,1,0.5366,1,1,1,0.0646,0.5366,0,1,1,1,1,1,0.154957712,0,0.923155546,1,1,1,1,1,0.071440622,0,1,1,1,1,1,1,0.08199618,0,0.493414693,0.493547705,0.493794326
-6503,1,0.2177,1,1,1,1,1,1,1,1,0.139,0.2177,0,1,0.2252,1,1,1,1,1,1,0.0819,0.2252,0,1,0.5369,1,1,1,0.0403,0.5369,0,1,1,1,1,1,0.10331279,0,0.84038794,1,1,1,1,1,0.122156426,0,0.817401052,1,1,1,1,1,0.041538782,0,0.446955051,0.446795007,0.447251773
-6504,1,0.2182,1,1,1,1,1,1,1,1,0.1098,0.2182,0,1,0.2255,1,1,1,1,1,1,0.0411,0.2255,0,1,0.5372,1,1,1,0.0429,0.5372,0,1,1,1,1,1,0.082002088,0,0.885835171,1,1,1,1,1,0.074586011,0,0.669297218,1,1,1,1,1,0.069846965,0,0.41118898,0.411254495,0.411347518
-6505,1,0.2188,1,1,1,1,1,1,1,1,0.1121,0.2188,0,1,0.2257,1,1,1,1,1,1,0.0327,0.2257,0,1,0.5374,1,1,1,0.0308,0.5374,0,1,1,1,1,1,0.13974607,0,0.779033422,1,1,1,1,1,0.053521995,0,0.579930902,1,1,1,1,1,0.059305947,0,0.390103915,0.390099429,0.390070922
-6506,1,0.2194,1,1,1,1,1,1,1,1,0.1131,0.2194,0,1,0.226,1,1,1,1,1,1,0.0268,0.226,0,1,0.5377,1,1,1,0.0231,0.5377,0,1,1,1,1,1,0.181877121,0,0.701558113,1,1,1,1,1,0.052369647,0,0.946779132,1,1,1,1,1,0.034027569,0,0.377960367,0.37782949,0.377659574
-6507,1,0.22,1,1,1,1,1,1,1,1,0.0963,0.22,0,1,0.2262,1,1,1,1,1,1,0.0304,0.2262,0,1,0.538,1,1,1,0.0328,0.538,0,1,1,1,1,1,0.135805592,0,0.733866572,1,1,1,1,1,0.052122023,0,1,1,1,1,1,1,0.054589409,0,0.372100048,0.372117622,0.371897163
-6508,1,0.2205,1,1,1,1,1,1,1,1,0.0877,0.2205,0,1,0.2264,1,1,1,1,1,1,0.0297,0.2264,0,1,0.5382,1,1,1,0.0645,0.5382,0,1,1,1,1,1,0.127359822,0,0.433443576,1,1,1,1,1,0.043223251,0,0.609031737,1,1,1,1,1,0.099604614,0,0.373247946,0.373175376,0.37322695
-6509,1,0.2211,1,1,1,1,1,1,1,1,0.0855,0.2211,0,1,0.2267,1,1,1,1,1,1,0.0164,0.2267,0,1,0.5385,1,1,1,0.0991,0.5385,0,1,1,1,1,1,0.117621318,0,0.386906832,1,1,1,1,1,0.02758975,0,0.45213902,1,1,1,1,1,0.141696349,0,0.387868536,0.387772371,0.38785461
-6510,1,0.2217,1,1,1,1,1,1,1,1,0.0945,0.2217,0,1,0.2269,1,1,1,1,1,1,0.0036,0.2269,0,1,0.5388,1,1,1,0.1546,0.5388,0,1,1,1,1,1,0.102416717,0,0.053589713,1,1,1,1,1,0.01817405,0,0.339274585,1,1,1,1,1,0.18334958,0,0.415418076,0.415485509,0.415780142
-6511,1,0.2223,1,1,1,1,1,1,1,1,0.0634,0.2223,0.0492,1,0.2272,1,1,1,1,1,1,0,0.2272,0.1023,1,0.5391,1,1,1,0.1473,0.5391,0.0135,1,1,1,1,1,0.045321643,0.060543597,0.022555066,1,1,1,1,1,0.003875215,0.270618886,0.122979067,1,1,1,1,1,0.152097717,0.000195079,0.450277912,0.450391369,0.45035461
-6512,1,0.2229,1,1,1,1,1,1,1,1,0.0517,0.2229,0.2151,1,0.2274,1,1,1,1,1,1,0,0.2274,0.3021,1,0.5393,1,1,1,0.2721,0.5393,0.144,1,1,1,1,1,0.041979965,0.295718759,0.15404135,1,1,1,1,1,0.002141359,0.535476744,0.053798698,1,1,1,1,1,0.228428051,0.212526053,0.49178347,0.491855299,0.491578014
-6513,1,0.2234,1,1,1,1,1,1,1,1,0.0467,0.2234,0.3568,1,0.2277,1,1,1,1,1,1,0,0.2277,0.4115,1,0.5396,1,1,1,0.2904,0.5396,0.2675,1,1,1,1,1,0.052863486,0.441205859,0.047075674,1,1,1,1,1,0.006278493,0.55217284,0,1,1,1,1,1,0.247784734,0.488149822,0.520903818,0.520837741,0.521276596
-6514,1,0.224,1,1,1,1,1,1,1,1,0.0638,0.224,0.4126,1,0.2279,1,1,1,1,1,1,0,0.2279,0.375,1,0.5399,1,1,1,0.3124,0.5399,0.4367,1,1,1,1,1,0.051222812,0.509309292,0.04022963,1,1,1,1,1,0.00375624,0.503204346,0.016834555,1,1,1,1,1,0.271159798,0.571991682,0.535766071,0.535646287,0.535904255
-6515,1,0.2246,1,1,1,1,1,1,1,1,0.0409,0.2246,0.3888,1,0.2281,1,1,1,1,1,1,0,0.2281,0.3973,1,0.5401,1,1,1,0.2666,0.5401,0.4527,1,1,1,1,1,0.041524276,0.516231418,0.063761778,1,1,1,1,1,0.001861337,0.55949831,0.042620681,1,1,1,1,1,0.243561983,0.533518493,0.538545191,0.538607997,0.53856383
-6516,1,0.2252,1,1,1,1,1,1,1,1,0.0396,0.2252,0.3378,1,0.2284,1,1,1,1,1,1,0,0.2284,0.4079,1,0.5404,1,1,1,0.207,0.5404,0.4076,1,1,1,1,1,0.017498076,0.472679675,0.082385741,1,1,1,1,1,0.00409698,0.509638011,0.14526099,1,1,1,1,1,0.188282564,0.460575312,0.535041083,0.535011635,0.53501773
-6517,1,0.2257,1,1,1,1,1,1,1,1,0.0301,0.2257,0.3163,1,0.2286,1,1,1,1,1,1,0.0009,0.2286,0.3667,1,0.5407,1,1,1,0.2281,0.5407,0.3342,1,1,1,1,1,0.02046412,0.445492685,0.153965756,1,1,1,1,1,0.006407775,0.481791526,0.385487467,1,1,1,1,1,0.203978375,0.438287109,0.526401643,0.526549609,0.526595745
-6518,1,0.2263,1,1,1,1,1,1,1,1,0.0233,0.2263,0.3062,1,0.2289,1,1,1,1,1,1,0,0.2289,0.2869,1,0.541,1,1,1,0.1638,0.541,0.274,1,1,1,1,1,0.023185916,0.376956314,0.120241433,1,1,1,1,1,0.019877654,0.366483361,0.291313887,1,1,1,1,1,0.153715715,0.318442523,0.519574674,0.519568437,0.519503546
-6519,1,0.2269,1,1,1,1,1,1,1,1,0.0159,0.2269,0.2173,1,0.2291,1,1,1,1,1,1,0,0.2291,0.1801,1,0.5412,1,1,1,0.2173,0.5412,0.207,1,1,1,1,1,0.029047765,0.303258419,0.054559924,1,1,1,1,1,0.015601985,0.247431651,0.235542148,1,1,1,1,1,0.199918076,0.313698232,0.515526825,0.515548974,0.515514184
-6520,1,0.2275,1,1,1,1,1,1,1,1,0.0033,0.2275,0.0532,1,0.2293,1,1,1,1,1,1,0,0.2293,0.0793,1,0.5415,1,1,1,0.2321,0.5415,0.1382,1,1,1,1,1,0.005150776,0.115237884,0.031056968,1,1,1,1,1,0.014001999,0.189692706,0.164476976,1,1,1,1,1,0.205372304,0.153073847,0.520360077,0.520414639,0.520390071
-6521,1,0.228,1,1,1,1,1,1,1,1,0.001,0.228,0,1,0.2296,1,1,1,1,1,1,0,0.2296,0.0013,1,0.5418,1,1,1,0.2308,0.5418,0,1,1,1,1,1,0.001135791,0,0.050577782,1,1,1,1,1,0.000668812,0.055977125,0.08099398,1,1,1,1,1,0.238448903,0,0.532201547,0.532261477,0.532358156
-6522,1,0.2286,1,1,1,1,1,1,1,1,0.0001,0.2286,0,1,0.2298,1,1,1,1,1,1,0,0.2298,0,1,0.542,1,1,1,0.2212,0.542,0,1,1,1,1,1,0.00326975,0,0.087213263,1,1,1,1,1,0.006883942,0,0.093350269,1,1,1,1,1,0.249518499,0,0.549782504,0.549820182,0.550088652
-6523,1,0.2292,1,1,1,1,1,1,1,1,0,0.2292,0,1,0.2301,1,1,1,1,1,1,0,0.2301,0,1,0.5423,1,1,1,0.0911,0.5423,0,1,1,1,1,1,0.000791602,0,0.096831173,1,1,1,1,1,0.003019319,0,0.117801577,1,1,1,1,1,0.120485887,0,0.554494925,0.554685847,0.554964539
-6524,1,0.2298,1,1,1,1,1,1,1,1,0.0016,0.2298,0,1,0.2303,1,1,1,1,1,1,0,0.2303,0,1,0.5426,1,1,1,0.09,0.5426,0,1,1,1,1,1,0.003526804,0,0.137896895,1,1,1,1,1,0.010346566,0,0.028823301,1,1,1,1,1,0.097043701,0,0.536007733,0.535857838,0.535904255
-6525,1,0.2303,1,1,1,1,1,1,1,1,0,0.2303,0,1,0.2305,1,1,1,1,1,1,0,0.2305,0,1,0.5428,1,1,1,0.1147,0.5428,0,1,1,1,1,1,0.000701244,0,0.076203823,1,1,1,1,1,0.001660331,0,0.060971729,1,1,1,1,1,0.15011248,0,0.508035283,0.50793315,0.508421986
-6526,1,0.2309,1,1,1,1,1,1,1,1,0.0026,0.2309,0,1,0.2308,1,1,1,1,1,1,0,0.2308,0,1,0.5431,1,1,1,0.121,0.5431,0,1,1,1,1,1,0.003546685,0,0.080845192,1,1,1,1,1,0.009239218,0,0.131779596,1,1,1,1,1,0.168761015,0,0.470698405,0.470700233,0.470744681
-6527,1,0.2315,1,1,1,1,1,1,1,1,0.001,0.2315,0,1,0.231,1,1,1,1,1,1,0.0008,0.231,0,1,0.5434,1,1,1,0.0938,0.5434,0,1,1,1,1,1,0.00334352,0,0.086955085,1,1,1,1,1,0.011842247,0,0.137006551,1,1,1,1,1,0.131204113,0,0.429736588,0.429870954,0.429964539
-6528,1,0.2321,1,1,1,1,1,1,1,1,0.0004,0.2321,0,1,0.2313,1,1,1,1,1,1,0.0028,0.2313,0,1,0.5437,1,1,1,0.0939,0.5437,0,1,1,1,1,1,0.00442308,0,0.077654742,1,1,1,1,1,0.013261778,0,0.100212835,1,1,1,1,1,0.117030732,0,0.397837119,0.397715253,0.398049645
-6529,1,0.2326,1,1,1,1,1,1,1,1,0.0025,0.2326,0,1,0.2315,1,1,1,1,1,1,0,0.2315,0,1,0.5439,1,1,1,0.0773,0.5439,0,1,1,1,1,1,0.002030973,0,0.033849631,1,1,1,1,1,0.002472753,0,0.093315974,1,1,1,1,1,0.090990879,0,0.377416626,0.377406389,0.377659574
-6530,1,0.2332,1,1,1,1,1,1,1,1,0.0053,0.2332,0,1,0.2317,1,1,1,1,1,1,0,0.2317,0,1,0.5442,1,1,1,0.0528,0.5442,0,1,1,1,1,1,0.002389292,0,0.030957315,1,1,1,1,1,0.001637418,0,0.08628796,1,1,1,1,1,0.091609344,0,0.36581682,0.365771102,0.365691489
-6531,1,0.2338,1,1,1,1,1,1,1,1,0.0179,0.2338,0,1,0.232,1,1,1,1,1,1,0,0.232,0,1,0.5445,1,1,1,0.0731,0.5445,0,1,1,1,1,1,0.004443299,0,0.039557301,1,1,1,1,1,0.000501904,0,0.049823821,1,1,1,1,1,0.115951769,0,0.359775254,0.359847684,0.359929078
-6532,1,0.2344,1,1,1,1,1,1,1,1,0.0293,0.2344,0,1,0.2322,1,1,1,1,1,1,0,0.2322,0,1,0.5447,1,1,1,0.0794,0.5447,0,1,1,1,1,1,0.005564609,0,0.019657668,1,1,1,1,1,0.00119802,0,0.015839268,1,1,1,1,1,0.142613754,0,0.359896085,0.359847684,0.359929078
-6533,1,0.2349,1,1,1,1,1,1,1,1,0.0328,0.2349,0,1,0.2325,1,1,1,1,1,1,0,0.2325,0,1,0.545,1,1,1,0.0527,0.545,0,1,1,1,1,1,0.009646203,0,0.025226329,1,1,1,1,1,0.000495873,0,0,1,1,1,1,1,0.080928728,0,0.368716771,0.368732812,0.368794326
-6534,1,0.2355,1,1,1,1,1,1,1,1,0.0164,0.2355,0,1,0.2327,1,1,1,1,1,1,0,0.2327,0,1,0.5453,1,1,1,0.0441,0.5453,0,1,1,1,1,1,0.006634218,0,0.011077274,1,1,1,1,1,0,0,0,1,1,1,1,1,0.093521707,0,0.38780812,0.387772371,0.38785461
-6535,1,0.2361,1,1,1,1,1,1,1,1,0.0357,0.2361,0.0346,1,0.233,1,1,1,1,1,1,0,0.233,0.0538,1,0.5456,1,1,1,0.0372,0.5456,0.0352,1,1,1,1,1,0.005864946,0.056622703,0.096354082,1,1,1,1,1,8.56E-05,0.145683765,0.004659686,1,1,1,1,1,0.0896108,0.026007796,0.413907685,0.413793103,0.414007092
-6536,1,0.2367,1,1,1,1,1,1,1,1,0.0493,0.2367,0.1101,1,0.2332,1,1,1,1,1,1,0,0.2332,0.1861,1,0.5458,1,1,1,0.0585,0.5458,0.1232,1,1,1,1,1,0.013209878,0.18431893,0.141443372,1,1,1,1,1,0.001896054,0.330735028,0.03325576,1,1,1,1,1,0.123536713,0.154200315,0.455231996,0.455257034,0.455673759
-6537,1,0.2372,1,1,1,1,1,1,1,1,0.0167,0.2372,0.1889,1,0.2334,1,1,1,1,1,1,0,0.2334,0.3572,1,0.5461,1,1,1,0.0483,0.5461,0.1661,1,1,1,1,1,0.003174433,0.326445937,0.093540281,1,1,1,1,1,2.47E-05,0.535272121,0.00234555,1,1,1,1,1,0.124611564,0.224940732,0.491541808,0.491643749,0.491578014
-6538,1,0.2378,1,1,1,1,1,1,1,1,0.0152,0.2378,0.3208,1,0.2337,1,1,1,1,1,1,0,0.2337,0.4009,1,0.5464,1,1,1,0.0605,0.5464,0.1662,1,1,1,1,1,0.00128083,0.484543532,0.104931906,1,1,1,1,1,0.001369749,0.610702991,0.00226178,1,1,1,1,1,0.108528323,0.295617014,0.514318511,0.51427967,0.51462766
-6539,1,0.2384,1,1,1,1,1,1,1,1,0.0095,0.2384,0.3743,1,0.2339,1,1,1,1,1,1,0.0126,0.2339,0.4637,1,0.5466,1,1,1,0.0952,0.5466,0.1793,1,1,1,1,1,0.000600692,0.550851524,0.120022342,1,1,1,1,1,0.004669011,0.73143059,0,1,1,1,1,1,0.099777974,0.311340481,0.526824553,0.526761159,0.527039007
-6540,1,0.239,1,1,1,1,1,1,1,1,0.0079,0.239,0.3697,1,0.2342,1,1,1,1,1,1,0.0236,0.2342,0.4801,1,0.5469,1,1,1,0.0786,0.5469,0.1793,1,1,1,1,1,0.001192229,0.609829664,0.088237777,1,1,1,1,1,0.015810516,0.753139853,0,1,1,1,1,1,0.064990409,0.322862804,0.532443209,0.532473027,0.532358156
-6541,1,0.2395,1,1,1,1,1,1,1,1,0.0135,0.2395,0.3899,1,0.2344,1,1,1,1,1,1,0.0074,0.2344,0.5307,1,0.5472,1,1,1,0.0647,0.5472,0.2183,1,1,1,1,1,0.00164479,0.572547793,0.254928827,1,1,1,1,1,0.025563151,0.732995927,0.060124092,1,1,1,1,1,0.08659099,0.300501913,0.5270058,0.52697271,0.52748227
-6542,1,0.2401,1,1,1,1,1,1,1,1,0.0099,0.2401,0.4214,1,0.2346,1,1,1,1,1,1,0.0035,0.2346,0.4858,1,0.5475,1,1,1,0.1324,0.5475,0.2365,1,1,1,1,1,0.000895186,0.603948236,0.261287123,1,1,1,1,1,0.023013201,0.711627364,0.006831414,1,1,1,1,1,0.079158112,0.283850282,0.523260029,0.523164798,0.523492908
-6543,1,0.2407,1,1,1,1,1,1,1,1,0.0038,0.2407,0.3628,1,0.2349,1,1,1,1,1,1,0,0.2349,0.3614,1,0.5477,1,1,1,0.187,0.5477,0.1181,1,1,1,1,1,0.003041726,0.623536468,0.166010082,1,1,1,1,1,0.029417666,0.670252681,0,1,1,1,1,1,0.086352021,0.248580039,0.519937168,0.519991538,0.519946809
-6544,1,0.2413,1,1,1,1,1,1,1,1,0.0298,0.2413,0.1983,1,0.2351,1,1,1,1,1,1,0.0074,0.2351,0.2475,1,0.548,1,1,1,0.2082,0.548,0.0321,1,1,1,1,1,0.04137456,0.432843089,0.101938054,1,1,1,1,1,0.047712393,0.495284826,0.124682993,1,1,1,1,1,0.067113861,0.200693369,0.527368294,0.527395811,0.52748227
-6545,1,0.2418,1,1,1,1,1,1,1,1,0.0574,0.2418,0.0092,1,0.2354,1,1,1,1,1,1,0,0.2354,0.0164,1,0.5483,1,1,1,0.1729,0.5483,0,1,1,1,1,1,0.042786691,0.064709537,0.066743538,1,1,1,1,1,0.014304213,0.148364738,0.143199489,1,1,1,1,1,0.069326229,0.009823125,0.538666022,0.538819547,0.53856383
-6546,1,0.2424,1,1,1,1,1,1,1,1,0.0296,0.2424,0,1,0.2356,1,1,1,1,1,1,0.0138,0.2356,0,1,0.5485,1,1,1,0.2081,0.5485,0,1,1,1,1,1,0.056467261,0,0.04641312,1,1,1,1,1,0.039440818,0,0.218248948,1,1,1,1,1,0.060611561,0,0.560476075,0.560609266,0.56072695
-6547,1,0.243,1,1,1,1,1,1,1,1,0.0858,0.243,0,1,0.2358,1,1,1,1,1,1,0.0235,0.2358,0,1,0.5488,1,1,1,0.1944,0.5488,0,1,1,1,1,1,0.098491944,0,0.065741263,1,1,1,1,1,0.060750082,0,0.077791631,1,1,1,1,1,0.174459025,0,0.573525858,0.573513857,0.574024823
-6548,1,0.2436,1,1,1,1,1,1,1,1,0.149,0.2436,0,1,0.2361,1,1,1,1,1,1,0.2108,0.2361,0,1,0.5491,1,1,1,0.2495,0.5491,0,1,1,1,1,1,0.145105779,0,0.183141589,1,1,1,1,1,0.281965971,0,0.080161005,1,1,1,1,1,0.197865486,0,0.550688739,0.550666385,0.550975177
-6549,1,0.2441,1,1,1,1,1,1,1,1,0.2541,0.2441,0,1,0.2363,1,1,1,1,1,1,0.4191,0.2363,0,1,0.5494,1,1,1,0.1932,0.5494,0,1,1,1,1,1,0.168416709,0,0.453633964,1,1,1,1,1,0.439040273,0,0.240032732,1,1,1,1,1,0.167273656,0,0.509243596,0.509202454,0.509308511
-6550,1,0.2447,1,1,1,1,1,1,1,1,0.2774,0.2447,0,1,0.2366,1,1,1,1,1,1,0.4008,0.2366,0,1,0.5496,1,1,1,0.1295,0.5496,0,1,1,1,1,1,0.176029071,0,0.672531724,1,1,1,1,1,0.389955342,0,0.348351598,1,1,1,1,1,0.121773601,0,0.462542291,0.462661307,0.462322695
-6551,1,0.2453,1,1,1,1,1,1,1,1,0.2186,0.2453,0,1,0.2368,1,1,1,1,1,1,0.2345,0.2368,0,1,0.5499,1,1,1,0.128,0.5499,0,1,1,1,1,1,0.140335828,0,0.601229429,1,1,1,1,1,0.283351004,0,0.493299246,1,1,1,1,1,0.089658931,0,0.4189826,0.418870319,0.418882979
-6552,1,0.2459,1,1,1,1,1,1,1,1,0.2219,0.2459,0,1,0.237,1,1,1,1,1,1,0.2797,0.237,0,1,0.5502,1,1,1,0.1622,0.5502,0,1,1,1,1,1,0.15590781,0,0.814715147,1,1,1,1,1,0.31274277,0,0.487263888,1,1,1,1,1,0.143306151,0,0.387747704,0.387772371,0.38785461
-6553,1,0.2464,1,1,1,1,1,1,1,1,0.2853,0.2464,0,1,0.2373,1,1,1,1,1,1,0.2246,0.2373,0,1,0.5504,1,1,1,0.1918,0.5504,0,1,1,1,1,1,0.23222816,0,0.971038163,1,1,1,1,1,0.273955613,0,0.40015316,1,1,1,1,1,0.249656275,0,0.370831319,0.370848318,0.371010638
-6554,1,0.247,1,1,1,1,1,1,1,1,0.3698,0.247,0,1,0.2375,1,1,1,1,1,1,0.1931,0.2375,0,1,0.5507,1,1,1,0.2095,0.5507,0,1,1,1,1,1,0.291814148,0,0.961950302,1,1,1,1,1,0.31273815,0,0.27512306,1,1,1,1,1,0.29373318,0,0.363762687,0.363867146,0.36391844
-6555,1,0.2476,1,1,1,1,1,1,1,1,0.348,0.2476,0,1,0.2378,1,1,1,1,1,1,0.4373,0.2378,0,1,0.551,1,1,1,0.1529,0.551,0,1,1,1,1,1,0.315048933,0,0.920538425,1,1,1,1,1,0.545192242,0,0.451221764,1,1,1,1,1,0.202005014,0,0.362433543,0.362386292,0.362588652
-6556,1,0.2482,1,1,1,1,1,1,1,1,0.3611,0.2482,0,1,0.238,1,1,1,1,1,1,0.5491,0.238,0,1,0.5513,1,1,1,0.1339,0.5513,0,1,1,1,1,1,0.32860586,0,0.975214958,1,1,1,1,1,0.594446063,0,0.83957988,1,1,1,1,1,0.123670235,0,0.37457709,0.37465623,0.374556738
-6557,1,0.2488,1,1,1,1,1,1,1,1,0.3437,0.2488,0,1,0.2383,1,1,1,1,1,1,0.3753,0.2383,0,1,0.5515,1,1,1,0.1775,0.5515,0,1,1,1,1,1,0.311732531,0,1,1,1,1,1,1,0.423662573,0,0.854238033,1,1,1,1,1,0.141793281,0,0.41662639,0.416754813,0.416666667
-6558,1,0.2493,1,1,1,1,1,1,1,1,0.4519,0.2493,0.0016,1,0.2385,1,1,1,1,1,1,0.3715,0.2385,0,1,0.5518,1,1,1,0.1254,0.5518,0,1,1,1,1,1,0.425207317,0.00400676,0.955851912,1,1,1,1,1,0.439827323,3.80E-06,0.914849758,1,1,1,1,1,0.105852872,1.89E-05,0.492810536,0.492701502,0.492907801
-6559,1,0.2499,1,1,1,1,1,1,1,1,0.4502,0.2499,0.1822,1,0.2387,1,1,1,1,1,1,0.3359,0.2387,0.2019,1,0.5521,1,1,1,0.1238,0.5521,0.1217,1,1,1,1,1,0.392743528,0.379624128,0.982564807,1,1,1,1,1,0.321332514,0.454128623,0.571947694,1,1,1,1,1,0.146006942,0.205140591,0.536370227,0.53649249,0.536347518
-6560,1,0.2505,1,1,1,1,1,1,1,1,0.5402,0.2505,0.3677,1,0.239,1,1,1,1,1,1,0.3798,0.239,0.3796,1,0.5523,1,1,1,0.2124,0.5523,0.245,1,1,1,1,1,0.520550907,0.576457202,0.986579061,1,1,1,1,1,0.36916101,0.662950873,0.57911998,1,1,1,1,1,0.188528061,0.437705576,0.554072015,0.554051195,0.554078014
-6561,1,0.2511,1,1,1,1,1,1,1,1,0.506,0.2511,0.4934,1,0.2392,1,1,1,1,1,1,0.4593,0.2392,0.5148,1,0.5526,1,1,1,0.2433,0.5526,0.3275,1,1,1,1,1,0.587486982,0.722927153,0.974899769,1,1,1,1,1,0.410343528,0.787773013,0.890935361,1,1,1,1,1,0.183030128,0.489147365,0.567242629,0.567167337,0.567375887
-6562,1,0.2516,1,1,1,1,1,1,1,1,0.4993,0.2516,0.5681,1,0.2395,1,1,1,1,1,1,0.38,0.2395,0.5786,1,0.5529,1,1,1,0.2031,0.5529,0.4087,1,1,1,1,1,0.50864476,0.773095131,1,1,1,1,1,1,0.357830137,0.841850221,0.802347183,1,1,1,1,1,0.178064093,0.647614062,0.579144514,0.579225725,0.579343972
-6563,1,0.2522,1,1,1,1,1,1,1,1,0.5442,0.2522,0.538,1,0.2397,1,1,1,1,1,1,0.4687,0.2397,0.5443,1,0.5532,1,1,1,0.1888,0.5532,0.4973,1,1,1,1,1,0.555863023,0.765336454,1,1,1,1,1,1,0.427845657,0.771415889,1,1,1,1,1,1,0.191681355,0.741069674,0.584461092,0.584514491,0.584219858
-6564,1,0.2528,1,1,1,1,1,1,1,1,0.4478,0.2528,0.5598,1,0.2399,1,1,1,1,1,1,0.4952,0.2399,0.5933,1,0.5534,1,1,1,0.1284,0.5534,0.4959,1,1,1,1,1,0.435810179,0.757352531,1,1,1,1,1,1,0.467635602,0.858172059,0.967408419,1,1,1,1,1,0.177240163,0.767819643,0.584944418,0.584937593,0.585106383
-6565,1,0.2534,1,1,1,1,1,1,1,1,0.4345,0.2534,0.6963,1,0.2402,1,1,1,1,1,1,0.4712,0.2402,0.7355,1,0.5537,1,1,1,0.1187,0.5537,0.6551,1,1,1,1,1,0.466832042,0.914898694,0.94599098,1,1,1,1,1,0.444540858,0.954093635,0.958043754,1,1,1,1,1,0.19597131,0.890991688,0.585246496,0.585360694,0.585549645
-6566,1,0.2539,1,1,1,1,1,1,1,1,0.3079,0.2539,0.5216,1,0.2404,1,1,1,1,1,1,0.308,0.2404,0.5275,1,0.554,1,1,1,0.1508,0.554,0.4133,1,1,1,1,1,0.333758056,0.730428457,0.998048067,1,1,1,1,1,0.308663845,0.812970221,0.939558268,1,1,1,1,1,0.34319669,0.692927003,0.581500725,0.581552782,0.581560284
-6567,1,0.2545,1,1,1,1,1,1,1,1,0.2708,0.2545,0.3658,1,0.2407,1,1,1,1,1,1,0.2945,0.2407,0.3854,1,0.5542,1,1,1,0.1505,0.5542,0.3272,1,1,1,1,1,0.333743334,0.622278392,0.97401768,1,1,1,1,1,0.287776917,0.671788514,0.987984419,1,1,1,1,1,0.338263631,0.619361103,0.577875785,0.57774487,0.578014184
-6568,1,0.2551,1,1,1,1,1,1,1,1,0.2142,0.2551,0.192,1,0.2409,1,1,1,1,1,1,0.1371,0.2409,0.224,1,0.5545,1,1,1,0.15,0.5545,0.1691,1,1,1,1,1,0.184898138,0.415949643,0.858008504,1,1,1,1,1,0.14221406,0.503852904,0.878710747,1,1,1,1,1,0.308672339,0.422220051,0.579688255,0.579648826,0.579787234
-6569,1,0.2557,1,1,1,1,1,1,1,1,0.2314,0.2557,0.0086,1,0.2411,1,1,1,1,1,1,0.1182,0.2411,0.0239,1,0.5548,1,1,1,0.1462,0.5548,0,1,1,1,1,1,0.248213574,0.117195293,0.833072484,1,1,1,1,1,0.149456039,0.196396649,0.990052462,1,1,1,1,1,0.342999399,0.009233357,0.589294345,0.589380157,0.589539007
-6570,1,0.2562,1,1,1,1,1,1,1,1,0.0786,0.2562,0,1,0.2414,1,1,1,1,1,1,0.0299,0.2414,0,1,0.555,1,1,1,0.1566,0.555,0,1,1,1,1,1,0.08024399,0,0.658523619,1,1,1,1,1,0.05169617,0,0.818520665,1,1,1,1,1,0.39454481,0,0.611406477,0.611381426,0.611702128
-6571,1,0.2568,1,1,1,1,1,1,1,1,0.1608,0.2568,0,1,0.2416,1,1,1,1,1,1,0.0788,0.2416,0,1,0.5553,1,1,1,0.1666,0.5553,0,1,1,1,1,1,0.175253615,0,0.604896963,1,1,1,1,1,0.099098295,0,0.724612832,1,1,1,1,1,0.381111085,0,0.623247946,0.623228263,0.62322695
-6572,1,0.2574,1,1,1,1,1,1,1,1,0.1703,0.2574,0,1,0.2419,1,1,1,1,1,1,0.1316,0.2419,0,1,0.5556,1,1,1,0.189,0.5556,0,1,1,1,1,1,0.203900844,0,0.435748816,1,1,1,1,1,0.145561397,0,0.785467565,1,1,1,1,1,0.411134213,0,0.596242146,0.596149778,0.596631206
-6573,1,0.258,1,1,1,1,1,1,1,1,0.1026,0.258,0,1,0.2421,1,1,1,1,1,1,0.0965,0.2421,0,1,0.5559,1,1,1,0.1817,0.5559,0,1,1,1,1,1,0.111852467,0,0.254486293,1,1,1,1,1,0.10549137,0,0.471844316,1,1,1,1,1,0.407824755,0,0.549359594,0.549397081,0.54964539
-6574,1,0.2585,1,1,1,1,1,1,1,1,0.1794,0.2585,0,1,0.2423,1,1,1,1,1,1,0.1044,0.2423,0,1,0.5561,1,1,1,0.1907,0.5561,0,1,1,1,1,1,0.185589731,0,0.215387106,1,1,1,1,1,0.115718789,0,0.38150394,1,1,1,1,1,0.470481157,0,0.491239729,0.491220647,0.491578014
-6575,1,0.2591,1,1,1,1,1,1,1,1,0.1851,0.2591,0,1,0.2426,1,1,1,1,1,1,0.1055,0.2426,0,1,0.5564,1,1,1,0.1867,0.5564,0,1,1,1,1,1,0.207723185,0,0.175762117,1,1,1,1,1,0.106583543,0,0.073121473,1,1,1,1,1,0.445348978,0,0.438919768,0.438967633,0.438829787
-6576,1,0.2597,1,1,1,1,1,1,1,1,0.1766,0.2597,0,1,0.2428,1,1,1,1,1,1,0.0944,0.2428,0,1,0.5567,1,1,1,0.1775,0.5567,0,1,1,1,1,1,0.209240153,0,0.107903212,1,1,1,1,1,0.086277418,0,0.005611519,1,1,1,1,1,0.397728354,0,0.404180764,0.404061773,0.404255319
-6577,1,0.2603,1,1,1,1,1,1,1,1,0.1542,0.2603,0,1,0.2431,1,1,1,1,1,1,0.0673,0.2431,0,1,0.5569,1,1,1,0.2331,0.5569,0,1,1,1,1,1,0.222245604,0,0.026186328,1,1,1,1,1,0.059066955,0,0,1,1,1,1,1,0.402312249,0,0.385633156,0.385656865,0.385638298
-6578,1,0.2608,1,1,1,1,1,1,1,1,0.1395,0.2608,0,1,0.2433,1,1,1,1,1,1,0.0689,0.2433,0,1,0.5572,1,1,1,0.2341,0.5572,0,1,1,1,1,1,0.25259304,0,0,1,1,1,1,1,0.053715177,0,0,1,1,1,1,1,0.458695412,0,0.376329145,0.376348635,0.376329787
-6579,1,0.2614,1,1,1,1,1,1,1,1,0.1374,0.2614,0,1,0.2436,1,1,1,1,1,1,0.0778,0.2436,0,1,0.5575,1,1,1,0.2622,0.5575,0,1,1,1,1,1,0.19455488,0,0.040597029,1,1,1,1,1,0.056982014,0,0,1,1,1,1,1,0.541314602,0,0.37457709,0.37465623,0.374556738
-6580,1,0.262,1,1,1,1,1,1,1,1,0.1208,0.262,0,1,0.2438,1,1,1,1,1,1,0.0554,0.2438,0,1,0.5578,1,1,1,0.2848,0.5578,0,1,1,1,1,1,0.15320465,0,0.046352319,1,1,1,1,1,0.04349336,0,0,1,1,1,1,1,0.52151227,0,0.385331078,0.385445314,0.385638298
-6581,1,0.2626,1,1,1,1,1,1,1,1,0.0839,0.2626,0,1,0.244,1,1,1,1,1,1,0.0434,0.244,0,1,0.558,1,1,1,0.2575,0.558,0,1,1,1,1,1,0.123092704,0,0.01021062,1,1,1,1,1,0.035207406,0,0,1,1,1,1,1,0.457619131,0,0.423876269,0.423735985,0.424202128
-6582,1,0.2631,1,1,1,1,1,1,1,1,0.0347,0.2631,0,1,0.2443,1,1,1,1,1,1,0.0696,0.2443,0,1,0.5583,1,1,1,0.258,0.5583,0.0014,1,1,1,1,1,0.067572661,0,0,1,1,1,1,1,0.048682459,0,0,1,1,1,1,1,0.503373921,0.01086084,0.500845819,0.500740427,0.500886525
-6583,1,0.2637,1,1,1,1,1,1,1,1,0.0233,0.2637,0.0956,1,0.2445,1,1,1,1,1,1,0.0598,0.2445,0.0784,1,0.5586,1,1,1,0.2007,0.5586,0.1724,1,1,1,1,1,0.01880943,0.137843221,0,1,1,1,1,1,0.048574492,0.091980152,0,1,1,1,1,1,0.451517731,0.505353212,0.543559691,0.543685213,0.543882979
-6584,1,0.2643,1,1,1,1,1,1,1,1,0.0154,0.2643,0.1987,1,0.2448,1,1,1,1,1,1,0.0108,0.2448,0.2261,1,0.5588,1,1,1,0.0724,0.5588,0.3592,1,1,1,1,1,0.00963931,0.329574049,0,1,1,1,1,1,0.015736625,0.264983803,0,1,1,1,1,1,0.232707277,0.67805779,0.561744804,0.561667019,0.561613475
-6585,1,0.2649,1,1,1,1,1,1,1,1,0.0123,0.2649,0.3334,1,0.245,1,1,1,1,1,1,0.01,0.245,0.2525,1,0.5591,1,1,1,0.0709,0.5591,0.4588,1,1,1,1,1,0.005264824,0.499420762,0.048606455,1,1,1,1,1,0.032397322,0.368170947,0.090328276,1,1,1,1,1,0.193513215,0.699813545,0.575157081,0.575206262,0.57535461
-6586,1,0.2654,1,1,1,1,1,1,1,1,0.0164,0.2654,0.3963,1,0.2452,1,1,1,1,1,1,0,0.2452,0.3274,1,0.5594,1,1,1,0.0687,0.5594,0.4515,1,1,1,1,1,0.00209415,0.550574183,0.208230615,1,1,1,1,1,0.006123701,0.416394591,0.124631166,1,1,1,1,1,0.125582576,0.683820307,0.58881102,0.588745505,0.588652482
-6587,1,0.266,1,1,1,1,1,1,1,1,0.0207,0.266,0.3824,1,0.2455,1,1,1,1,1,1,0,0.2455,0.2852,1,0.5597,1,1,1,0.0733,0.5597,0.4864,1,1,1,1,1,0.00288984,0.515275478,0.152147979,1,1,1,1,1,0.004283474,0.402512044,0.038438223,1,1,1,1,1,0.111074977,0.537182093,0.597087965,0.596995981,0.597074468
-6588,1,0.2666,1,1,1,1,1,1,1,1,0.0203,0.2666,0.3384,1,0.2457,1,1,1,1,1,1,0,0.2457,0.2859,1,0.5599,1,1,1,0.0497,0.5599,0.3971,1,1,1,1,1,0.002241383,0.442010581,0.070664525,1,1,1,1,1,0.000180938,0.380447149,0,1,1,1,1,1,0.105492756,0.539203167,0.598054616,0.598053734,0.598404255
-6589,1,0.2672,1,1,1,1,1,1,1,1,0.0143,0.2672,0.4399,1,0.246,1,1,1,1,1,1,0.0039,0.246,0.3858,1,0.5602,1,1,1,0.0232,0.5602,0.4854,1,1,1,1,1,0.004783811,0.600492537,0.026741851,1,1,1,1,1,0.007292867,0.437964559,0,1,1,1,1,1,0.064939708,0.683310986,0.599927501,0.59995769,0.600177305
-6590,1,0.2677,1,1,1,1,1,1,1,1,0.0155,0.2677,0.2178,1,0.2462,1,1,1,1,1,1,0.0095,0.2462,0.1405,1,0.5605,1,1,1,0.0227,0.5605,0.2741,1,1,1,1,1,0.004766511,0.301511168,0.003083194,1,1,1,1,1,0.017436108,0.13341406,0.052431419,1,1,1,1,1,0.050062038,0.369229943,0.595517158,0.595515126,0.595744681
-6591,1,0.2683,1,1,1,1,1,1,1,1,0.0376,0.2683,0.1308,1,0.2464,1,1,1,1,1,1,0.0085,0.2464,0.0741,1,0.5607,1,1,1,0.0288,0.5607,0.1701,1,1,1,1,1,0.035678796,0.146183804,0.000592879,1,1,1,1,1,0.016375532,0.045525521,0.084111258,1,1,1,1,1,0.046726696,0.214229763,0.592315128,0.592341866,0.592641844
-6592,1,0.2689,1,1,1,1,1,1,1,1,0.0335,0.2689,0.0434,1,0.2467,1,1,1,1,1,1,0.024,0.2467,0.02,1,0.561,1,1,1,0.024,0.561,0.049,1,1,1,1,1,0.034414932,0.054432869,0,1,1,1,1,1,0.06112523,0.028160799,0.111342937,1,1,1,1,1,0.051730227,0.064158253,0.596121315,0.596149778,0.596187943
-6593,1,0.2695,1,1,1,1,1,1,1,1,0.0174,0.2695,0,1,0.2469,1,1,1,1,1,1,0.0034,0.2469,0,1,0.5613,1,1,1,0.0332,0.5613,0,1,1,1,1,1,0.015054213,0,0.00043204,1,1,1,1,1,0.028811542,0,0.661274433,1,1,1,1,1,0.082960129,0,0.608929435,0.608842818,0.609042553
-6594,1,0.27,1,1,1,1,1,1,1,1,0.0345,0.27,0,1,0.2472,1,1,1,1,1,1,0.0038,0.2472,0,1,0.5616,1,1,1,0.0666,0.5616,0,1,1,1,1,1,0.051028643,0,0.210486859,1,1,1,1,1,0.03473261,0,0.628247976,1,1,1,1,1,0.144336253,0,0.628866602,0.62872858,0.628989362
-6595,1,0.2706,1,1,1,1,1,1,1,1,0.0215,0.2706,0,1,0.2474,1,1,1,1,1,1,0.0352,0.2474,0,1,0.5618,1,1,1,0.0759,0.5618,0,1,1,1,1,1,0.029041853,0,0.271099865,1,1,1,1,1,0.06478256,0,0.872589588,1,1,1,1,1,0.140753672,0,0.629531174,0.629574783,0.629875887
-6596,1,0.2712,1,1,1,1,1,1,1,1,0.0395,0.2712,0,1,0.2476,1,1,1,1,1,1,0.0137,0.2476,0,1,0.5621,1,1,1,0.0732,0.5621,0,1,1,1,1,1,0.049051926,0,0.653165936,1,1,1,1,1,0.040438566,0,0.695639789,1,1,1,1,1,0.165980712,0,0.601498308,0.601438545,0.601507092
-6597,1,0.2718,1,1,1,1,1,1,1,1,0.0143,0.2718,0,1,0.2479,1,1,1,1,1,1,0.0212,0.2479,0,1,0.5624,1,1,1,0.0498,0.5624,0,1,1,1,1,1,0.014579556,0,0.548604488,1,1,1,1,1,0.038235724,0,0.824545622,1,1,1,1,1,0.127436951,0,0.557153214,0.557224455,0.557180851
-6598,1,0.2723,1,1,1,1,1,1,1,1,0.0353,0.2723,0,1,0.2481,1,1,1,1,1,1,0.0188,0.2481,0,1,0.5626,1,1,1,0.0813,0.5626,0,1,1,1,1,1,0.030488104,0,0.551267564,1,1,1,1,1,0.050400548,0,0.803466797,1,1,1,1,1,0.159282908,0,0.499516675,0.499682674,0.499556738
-6599,1,0.2729,1,1,1,1,1,1,1,1,0.0254,0.2729,0,1,0.2484,1,1,1,1,1,1,0.0103,0.2484,0,1,0.5629,1,1,1,0.1032,0.5629,0,1,1,1,1,1,0.019913498,0,0.697906613,1,1,1,1,1,0.049465492,0,0.736202717,1,1,1,1,1,0.153236061,0,0.448405027,0.448487413,0.44858156
-6600,1,0.2735,1,1,1,1,1,1,1,1,0.019,0.2735,0,1,0.2486,1,1,1,1,1,1,0.0232,0.2486,0,1,0.5632,1,1,1,0.1131,0.5632,0,1,1,1,1,1,0.0096431,0,0.722592056,1,1,1,1,1,0.052091859,0,0.851881504,1,1,1,1,1,0.11944963,0,0.413605607,0.413581553,0.41356383
-6601,1,0.2741,1,1,1,1,1,1,1,1,0.0385,0.2741,0,1,0.2489,1,1,1,1,1,1,0.0352,0.2489,0,1,0.5635,1,1,1,0.1036,0.5635,0,1,1,1,1,1,0.02056507,0,0.491731107,1,1,1,1,1,0.074775927,0,0.785948277,1,1,1,1,1,0.103521176,0,0.395118415,0.395176645,0.394946809
-6602,1,0.2747,1,1,1,1,1,1,1,1,0.0402,0.2747,0,1,0.2491,1,1,1,1,1,1,0.0845,0.2491,0,1,0.5637,1,1,1,0.0828,0.5637,0,1,1,1,1,1,0.029301392,0,0.235437214,1,1,1,1,1,0.135011688,0,0.714146912,1,1,1,1,1,0.078306995,0,0.386599807,0.386714618,0.386524823
-6603,1,0.2752,1,1,1,1,1,1,1,1,0.0294,0.2752,0,1,0.2493,1,1,1,1,1,1,0.0616,0.2493,0,1,0.564,1,1,1,0.0895,0.564,0,1,1,1,1,1,0.031752679,0,0.092741519,1,1,1,1,1,0.125229746,0,0.364215493,1,1,1,1,1,0.065133139,0,0.385029,0.385022213,0.385195035
-6604,1,0.2758,1,1,1,1,1,1,1,1,0.0281,0.2758,0,1,0.2496,1,1,1,1,1,1,0.0455,0.2496,0,1,0.5643,1,1,1,0.0782,0.5643,0,1,1,1,1,1,0.033109717,0,0.019266587,1,1,1,1,1,0.08655636,0,0.219958112,1,1,1,1,1,0.056597002,0,0.395420493,0.395388195,0.395390071
-6605,1,0.2764,1,1,1,1,1,1,1,1,0.0202,0.2764,0,1,0.2498,1,1,1,1,1,1,0.0542,0.2498,0,1,0.5645,1,1,1,0.069,0.5645,0,1,1,1,1,1,0.022685943,0,0.020404659,1,1,1,1,1,0.088245794,0,0.128265187,1,1,1,1,1,0.069268115,0,0.43499275,0.43494817,0.434840426
-6606,1,0.277,1,1,1,1,1,1,1,1,0.023,0.277,0,1,0.2501,1,1,1,1,1,1,0.0129,0.2501,0,1,0.5648,1,1,1,0.0766,0.5648,0,1,1,1,1,1,0.021721683,0,0.017522912,1,1,1,1,1,0.034633301,0,0.228246883,1,1,1,1,1,0.06695392,0,0.513231029,0.513221917,0.513297872
-6607,1,0.2775,1,1,1,1,1,1,1,1,0.0066,0.2775,0.0104,1,0.2503,1,1,1,1,1,1,0.0362,0.2503,0.0257,1,0.5651,1,1,1,0.0559,0.5651,0.1117,1,1,1,1,1,0.019485574,0.015497106,0.005605652,1,1,1,1,1,0.063665107,0.071662478,0.239057317,1,1,1,1,1,0.047851615,0.101656526,0.563073949,0.562936323,0.563386525
-6608,1,0.2781,1,1,1,1,1,1,1,1,0.023,0.2781,0.1284,1,0.2505,1,1,1,1,1,1,0.0062,0.2505,0.2181,1,0.5653,1,1,1,0.0196,0.5653,0.1635,1,1,1,1,1,0.015963083,0.174619824,0.001970286,1,1,1,1,1,0.022041332,0.365515828,0.099980637,1,1,1,1,1,0.045739882,0.128753349,0.580775737,0.580706579,0.580673759
-6609,1,0.2787,1,1,1,1,1,1,1,1,0.0171,0.2787,0.2641,1,0.2508,1,1,1,1,1,1,0,0.2508,0.3431,1,0.5656,1,1,1,0.0156,0.5656,0.2741,1,1,1,1,1,0.023719067,0.395934165,0,1,1,1,1,1,0.006865096,0.438788235,0.073276177,1,1,1,1,1,0.027636612,0.240653172,0.594852586,0.594880474,0.594858156
-6610,1,0.2793,1,1,1,1,1,1,1,1,0.0026,0.2793,0.3303,1,0.251,1,1,1,1,1,1,0,0.251,0.3263,1,0.5659,1,1,1,0.0154,0.5659,0.3594,1,1,1,1,1,0.011727945,0.42349875,0.008817671,1,1,1,1,1,8.71E-05,0.415904909,0.039949216,1,1,1,1,1,0.019224679,0.419195503,0.607298212,0.607361963,0.607712766
-6611,1,0.2798,1,1,1,1,1,1,1,1,0.0026,0.2798,0.3248,1,0.2513,1,1,1,1,1,1,0,0.2513,0.3166,1,0.5662,1,1,1,0.0155,0.5662,0.4421,1,1,1,1,1,0.00738243,0.472193003,0.03303463,1,1,1,1,1,0,0.462152481,0.008600263,1,1,1,1,1,0.012622605,0.399340391,0.613037699,0.613073831,0.613031915
-6612,1,0.2804,1,1,1,1,1,1,1,1,0.0056,0.2804,0.3229,1,0.2515,1,1,1,1,1,1,0,0.2515,0.3719,1,0.5664,1,1,1,0.0136,0.5664,0.4211,1,1,1,1,1,0.007574628,0.496880472,0.151516095,1,1,1,1,1,0,0.514940262,0,1,1,1,1,1,0.012161018,0.32615459,0.611708555,0.611804527,0.611702128
-6613,1,0.281,1,1,1,1,1,1,1,1,0.0173,0.281,0.2728,1,0.2517,1,1,1,1,1,1,0,0.2517,0.3156,1,0.5667,1,1,1,0.0209,0.5667,0.2994,1,1,1,1,1,0.022224056,0.431715935,0.075429946,1,1,1,1,1,4.70E-05,0.380343765,0,1,1,1,1,1,0.016085731,0.333989739,0.612796037,0.612862281,0.613031915
-6614,1,0.2816,1,1,1,1,1,1,1,1,0.0025,0.2816,0.2195,1,0.252,1,1,1,1,1,1,0,0.252,0.2369,1,0.567,1,1,1,0.0138,0.567,0.2133,1,1,1,1,1,0.001306618,0.343997866,0.041384749,1,1,1,1,1,0.001991896,0.296392173,0,1,1,1,1,1,0.020869719,0.186116874,0.608808603,0.608842818,0.609042553
-6615,1,0.2821,1,1,1,1,1,1,1,1,0.009,0.2821,0.1478,1,0.2522,1,1,1,1,1,1,0,0.2522,0.1547,1,0.5672,1,1,1,0.0287,0.5672,0.1182,1,1,1,1,1,0.014629199,0.226465374,0.01776427,1,1,1,1,1,0.007377659,0.174705312,0,1,1,1,1,1,0.051071934,0.094875291,0.606331561,0.60630421,0.606382979
-6616,1,0.2827,1,1,1,1,1,1,1,1,0.0037,0.2827,0.0394,1,0.2525,1,1,1,1,1,1,0,0.2525,0.0069,1,0.5675,1,1,1,0.0121,0.5675,0.0089,1,1,1,1,1,0.00283455,0.072459079,0.00075867,1,1,1,1,1,0.007540998,0.007245474,0.007969634,1,1,1,1,1,0.022612127,0,0.610258579,0.610323673,0.61037234
-6617,1,0.2833,1,1,1,1,1,1,1,1,0.0034,0.2833,0,1,0.2527,1,1,1,1,1,1,0.0071,0.2527,0,1,0.5678,1,1,1,0.0041,0.5678,0,1,1,1,1,1,0.002433556,0,0.000774134,1,1,1,1,1,0.017342377,0,0.003782199,1,1,1,1,1,0.010844306,0,0.622643789,0.622593611,0.622783688
-6618,1,0.2839,1,1,1,1,1,1,1,1,0.013,0.2839,0,1,0.2529,1,1,1,1,1,1,0.0048,0.2529,0,1,0.5681,1,1,1,0.0149,0.5681,0,1,1,1,1,1,0.017172337,0,0.001425086,1,1,1,1,1,0.013833541,0,0.03464555,1,1,1,1,1,0.023519849,0,0.642339294,0.642479374,0.642730496
-6619,1,0.2844,1,1,1,1,1,1,1,1,0.0164,0.2844,0,1,0.2532,1,1,1,1,1,1,0,0.2532,0,1,0.5683,1,1,1,0.0114,0.5683,0,1,1,1,1,1,0.030118857,0,0.002209154,1,1,1,1,1,0.00370261,0,0.031902358,1,1,1,1,1,0.030793454,0,0.641493475,0.641633171,0.641400709
-6620,1,0.285,1,1,1,1,1,1,1,1,0.0015,0.285,0,1,0.2534,1,1,1,1,1,1,0,0.2534,0,1,0.5686,1,1,1,0.023,0.5686,0,1,1,1,1,1,0.00262489,0,0.007045438,1,1,1,1,1,0.000246857,0,0.09892749,1,1,1,1,1,0.042637393,0,0.617387627,0.617516395,0.617464539
-6621,1,0.2856,1,1,1,1,1,1,1,1,0.0037,0.2856,0,1,0.2537,1,1,1,1,1,1,0.0039,0.2537,0,1,0.5689,1,1,1,0.0267,0.5689,0,1,1,1,1,1,0.008369626,0,0.05462312,1,1,1,1,1,0.009861606,0,0.327880919,1,1,1,1,1,0.026806552,0,0.570565491,0.570763698,0.570921986
-6622,1,0.2862,1,1,1,1,1,1,1,1,0.0078,0.2862,0,1,0.2539,1,1,1,1,1,1,0,0.2539,0,1,0.5691,1,1,1,0.023,0.5691,0,1,1,1,1,1,0.007401247,0,0.155182093,1,1,1,1,1,0.00197694,0,0.676151574,1,1,1,1,1,0.027017739,0,0.516372644,0.516395177,0.516400709
-6623,1,0.2867,1,1,1,1,1,1,1,1,0.0139,0.2867,0,1,0.2542,1,1,1,1,1,1,0.0012,0.2542,0,1,0.5694,1,1,1,0.0197,0.5694,0,1,1,1,1,1,0.015887557,0,0.226263553,1,1,1,1,1,0.014408283,0,0.561446846,1,1,1,1,1,0.027828053,0,0.464354761,0.464353713,0.464095745
-6624,1,0.2873,1,1,1,1,1,1,1,1,0.0111,0.2873,0,1,0.2544,1,1,1,1,1,1,0.0015,0.2544,0,1,0.5697,1,1,1,0.0277,0.5697,0,1,1,1,1,1,0.014948207,0,0.139688373,1,1,1,1,1,0.02196689,0,0.252858132,1,1,1,1,1,0.024688084,0,0.425869986,0.425851491,0.425975177
-6625,1,0.2879,1,1,1,1,1,1,1,1,0.0085,0.2879,0,1,0.2546,1,1,1,1,1,1,0,0.2546,0,1,0.57,1,1,1,0.0422,0.57,0,1,1,1,1,1,0.004580994,0,0.245855272,1,1,1,1,1,0.002443868,0,0.200141653,1,1,1,1,1,0.050480563,0,0.404966167,0.404907975,0.405141844
-6626,1,0.2885,1,1,1,1,1,1,1,1,0.0264,0.2885,0,1,0.2549,1,1,1,1,1,1,0,0.2549,0,1,0.5702,1,1,1,0.0636,0.5702,0,1,1,1,1,1,0.007892709,0,0.308664322,1,1,1,1,1,0.000561935,0,0.137817547,1,1,1,1,1,0.073084563,0,0.394574674,0.394753543,0.394503546
-6627,1,0.289,1,1,1,1,1,1,1,1,0.0191,0.289,0,1,0.2551,1,1,1,1,1,1,0,0.2551,0,1,0.5705,1,1,1,0.0736,0.5705,0,1,1,1,1,1,0.006809966,0,0.197043166,1,1,1,1,1,0.001847064,0,0.086467549,1,1,1,1,1,0.080312192,0,0.391855969,0.391791834,0.391843972
-6628,1,0.2896,1,1,1,1,1,1,1,1,0.0177,0.2896,0,1,0.2554,1,1,1,1,1,1,0,0.2554,0,1,0.5708,1,1,1,0.0514,0.5708,0,1,1,1,1,1,0.018603846,0,0.135565579,1,1,1,1,1,0.003121382,0,0.060521998,1,1,1,1,1,0.085373409,0,0.401220396,0.401311614,0.401152482
-6629,1,0.2902,1,1,1,1,1,1,1,1,0.0218,0.2902,0,1,0.2556,1,1,1,1,1,1,0,0.2556,0,1,0.571,1,1,1,0.038,0.571,0,1,1,1,1,1,0.007500501,0,0.11249537,1,1,1,1,1,0.000317597,0,0.053894244,1,1,1,1,1,0.072991893,0,0.440550991,0.440660038,0.440602837
-6630,1,0.2908,1,1,1,1,1,1,1,1,0.0301,0.2908,0,1,0.2558,1,1,1,1,1,1,0,0.2558,0,1,0.5713,1,1,1,0.0242,0.5713,0,1,1,1,1,1,0.004477903,0,0.078994334,1,1,1,1,1,0.000618432,0,0.041155759,1,1,1,1,1,0.053028885,0,0.519816336,0.519779987,0.519946809
-6631,1,0.2913,1,1,1,1,1,1,1,1,0.038,0.2913,0.0381,1,0.2561,1,1,1,1,1,1,0,0.2561,0.0445,1,0.5716,1,1,1,0.0151,0.5716,0.0132,1,1,1,1,1,0.013966588,0.053761207,0.046719678,1,1,1,1,1,0.001666518,0.039260648,0.00536754,1,1,1,1,1,0.043002024,0.056730248,0.570263412,0.570340597,0.570478723
-6632,1,0.2919,1,1,1,1,1,1,1,1,0.0226,0.2919,0.17,1,0.2563,1,1,1,1,1,1,0,0.2563,0.1872,1,0.5719,1,1,1,0.0089,0.5719,0.0819,1,1,1,1,1,0.019347694,0.248121232,0.129263401,1,1,1,1,1,2.59E-05,0.194804132,0.006709425,1,1,1,1,1,0.026205668,0.220594868,0.589717255,0.589591707,0.58998227
-6633,1,0.2925,1,1,1,1,1,1,1,1,0.0123,0.2925,0.27,1,0.2566,1,1,1,1,1,1,0,0.2566,0.2454,1,0.5721,1,1,1,0.0163,0.5721,0.1939,1,1,1,1,1,0.005016658,0.336163789,0.102307864,1,1,1,1,1,0,0.294045031,0.005245551,1,1,1,1,1,0.029278403,0.288017094,0.603552441,0.603765602,0.603723404
-6634,1,0.2931,1,1,1,1,1,1,1,1,0.0055,0.2931,0.3211,1,0.2568,1,1,1,1,1,1,0,0.2568,0.3145,1,0.5724,1,1,1,0.0044,0.5724,0.2472,1,1,1,1,1,0.001640962,0.407886147,0.139501661,1,1,1,1,1,0,0.388301671,0.012656021,1,1,1,1,1,0.017254554,0.186226219,0.615152247,0.615189338,0.615248227
-6635,1,0.2936,1,1,1,1,1,1,1,1,0.0046,0.2936,0.3313,1,0.257,1,1,1,1,1,1,0,0.257,0.3174,1,0.5727,1,1,1,0.0097,0.5727,0.2222,1,1,1,1,1,0.007096141,0.427893728,0.161635965,1,1,1,1,1,0.00157662,0.396087468,0,1,1,1,1,1,0.033570945,0.15144901,0.62040841,0.620478105,0.620567376
-6636,1,0.2942,1,1,1,1,1,1,1,1,0.0036,0.2942,0.2964,1,0.2573,1,1,1,1,1,1,0,0.2573,0.2899,1,0.5729,1,1,1,0.0114,0.5729,0.1256,1,1,1,1,1,0.004241882,0.368064523,0.134247482,1,1,1,1,1,0.004252367,0.408986866,0.000350785,1,1,1,1,1,0.042437229,0.136352047,0.618898018,0.618785699,0.618794326
-6637,1,0.2948,1,1,1,1,1,1,1,1,0.0035,0.2948,0.2684,1,0.2575,1,1,1,1,1,1,0,0.2575,0.2573,1,0.5732,1,1,1,0.0167,0.5732,0.1641,1,1,1,1,1,0.00092068,0.340190023,0.105514027,1,1,1,1,1,8.65E-05,0.352315247,0,1,1,1,1,1,0.055487834,0.165348947,0.617750121,0.617727946,0.617907801
-6638,1,0.2954,1,1,1,1,1,1,1,1,0.0049,0.2954,0.2174,1,0.2578,1,1,1,1,1,1,0,0.2578,0.2072,1,0.5735,1,1,1,0.0244,0.5735,0.117,1,1,1,1,1,0.000731779,0.280809164,0.063202605,1,1,1,1,1,0.000550353,0.290557027,0,1,1,1,1,1,0.072976798,0.216500461,0.611346061,0.611381426,0.611702128
-6639,1,0.2959,1,1,1,1,1,1,1,1,0.0071,0.2959,0.1514,1,0.258,1,1,1,1,1,1,0,0.258,0.155,1,0.5738,1,1,1,0.0405,0.5738,0.1061,1,1,1,1,1,0.001370296,0.184724778,0.024635889,1,1,1,1,1,0.000607502,0.212993801,0,1,1,1,1,1,0.11348746,0.171723723,0.606754471,0.606727311,0.606826241
-6640,1,0.2965,1,1,1,1,1,1,1,1,0.002,0.2965,0.0541,1,0.2582,1,1,1,1,1,1,0,0.2582,0.0486,1,0.574,1,1,1,0.0372,0.574,0.0321,1,1,1,1,1,0.00057983,0.06715358,0.036595955,1,1,1,1,1,0.005043983,0.047138169,0.032308381,1,1,1,1,1,0.114123993,0.031250194,0.610198163,0.610323673,0.61037234
-6641,1,0.2971,1,1,1,1,1,1,1,1,0.0073,0.2971,0,1,0.2585,1,1,1,1,1,1,0.0184,0.2585,0,1,0.5743,1,1,1,0.0454,0.5743,0,1,1,1,1,1,0.011633202,0,0.051787447,1,1,1,1,1,0.011243671,0,0.030658901,1,1,1,1,1,0.107621469,0,0.621858386,0.621747409,0.622340426
-6642,1,0.2977,1,1,1,1,1,1,1,1,0.0075,0.2977,0,1,0.2587,1,1,1,1,1,1,0.0023,0.2587,0,1,0.5746,1,1,1,0.0641,0.5746,0,1,1,1,1,1,0.013150052,0,0.021918608,1,1,1,1,1,0.003659565,0,0,1,1,1,1,1,0.110465676,0,0.64058724,0.640575418,0.640957447
-6643,1,0.2983,1,1,1,1,1,1,1,1,0.0018,0.2983,0,1,0.259,1,1,1,1,1,1,0,0.259,0,1,0.5748,1,1,1,0.0477,0.5748,0,1,1,1,1,1,0.008437095,0,0,1,1,1,1,1,6.01E-05,0,0,1,1,1,1,1,0.118890822,0,0.638231029,0.63824836,0.638297872
-6644,1,0.2988,1,1,1,1,1,1,1,1,0.0025,0.2988,0,1,0.2592,1,1,1,1,1,1,0,0.2592,0,1,0.5751,1,1,1,0.035,0.5751,0,1,1,1,1,1,0.010184586,0,6.39E-05,1,1,1,1,1,0.003774277,0,0,1,1,1,1,1,0.08727774,0,0.612856452,0.612862281,0.613031915
-6645,1,0.2994,1,1,1,1,1,1,1,1,0.0117,0.2994,0,1,0.2595,1,1,1,1,1,1,0.0155,0.2595,0,1,0.5754,1,1,1,0.0456,0.5754,0,1,1,1,1,1,0.029774107,0,0,1,1,1,1,1,0.045412347,0,0,1,1,1,1,1,0.109648213,0,0.570505075,0.570552147,0.570478723
-6646,1,0.3,1,1,1,1,1,1,1,1,0.0323,0.3,0,1,0.2597,1,1,1,1,1,1,0.0194,0.2597,0,1,0.5757,1,1,1,0.0343,0.5757,0,1,1,1,1,1,0.04853031,0,0,1,1,1,1,1,0.030490557,0,0.006348168,1,1,1,1,1,0.079434142,0,0.515224746,0.515125873,0.515070922
-6647,1,0.3006,1,1,1,1,1,1,1,1,0.04,0.3006,0,1,0.2599,1,1,1,1,1,1,0.0362,0.2599,0,1,0.5759,1,1,1,0.0264,0.5759,0,1,1,1,1,1,0.05563885,0,0,1,1,1,1,1,0.068577521,0,0,1,1,1,1,1,0.05631816,0,0.461696472,0.461815105,0.461879433
-6648,1,0.3011,1,1,1,1,1,1,1,1,0.0637,0.3011,0,1,0.2602,1,1,1,1,1,1,0.013,0.2602,0,1,0.5762,1,1,1,0.0229,0.5762,0,1,1,1,1,1,0.076148733,0,0.004929815,1,1,1,1,1,0.049676888,0,0.005639529,1,1,1,1,1,0.064265504,0,0.425447076,0.42542839,0.425531915
-6649,1,0.3017,1,1,1,1,1,1,1,1,0.0536,0.3017,0,1,0.2604,1,1,1,1,1,1,0.0227,0.2604,0,1,0.5765,1,1,1,0.0348,0.5765,0,1,1,1,1,1,0.052811693,0,0.007698063,1,1,1,1,1,0.059837151,0,0.057467021,1,1,1,1,1,0.08075048,0,0.404543258,0.404696425,0.404698582
-6650,1,0.3023,1,1,1,1,1,1,1,1,0.0274,0.3023,0,1,0.2607,1,1,1,1,1,1,0.0551,0.2607,0,1,0.5767,1,1,1,0.0247,0.5767,0,1,1,1,1,1,0.02525796,0,0.056201488,1,1,1,1,1,0.061706673,0,0.022963353,1,1,1,1,1,0.054739028,0,0.392701788,0.392849587,0.392730496
-6651,1,0.3029,1,1,1,1,1,1,1,1,0.0292,0.3029,0,1,0.2609,1,1,1,1,1,1,0.0314,0.2609,0,1,0.577,1,1,1,0.0169,0.577,0,1,1,1,1,1,0.025538474,0,0.108040705,1,1,1,1,1,0.037860312,0,0.251671195,1,1,1,1,1,0.032598995,0,0.38962059,0.389676327,0.38962766
-6652,1,0.3034,1,1,1,1,1,1,1,1,0.0362,0.3034,0,1,0.2611,1,1,1,1,1,1,0.1048,0.2611,0,1,0.5773,1,1,1,0.0287,0.5773,0,1,1,1,1,1,0.055959776,0,0.096290991,1,1,1,1,1,0.098220184,0,0.372872531,1,1,1,1,1,0.070795402,0,0.398682939,0.398773006,0.39893617
-6653,1,0.304,1,1,1,1,1,1,1,1,0.0452,0.304,0,1,0.2614,1,1,1,1,1,1,0.0838,0.2614,0,1,0.5775,1,1,1,0.033,0.5775,0,1,1,1,1,1,0.070815653,0,0.061545834,1,1,1,1,1,0.075812794,0,0.149232462,1,1,1,1,1,0.121258944,0,0.434146931,0.434101967,0.434397163
-6654,1,0.3046,1,1,1,1,1,1,1,1,0.0522,0.3046,0,1,0.2616,1,1,1,1,1,1,0.0534,0.2616,0,1,0.5778,1,1,1,0.0384,0.5778,0,1,1,1,1,1,0.084343635,0,0.020246485,1,1,1,1,1,0.050963569,0,0.066523828,1,1,1,1,1,0.157181412,0,0.506947801,0.506875397,0.507092199
-6655,1,0.3052,1,1,1,1,1,1,1,1,0.0225,0.3052,0.1666,1,0.2619,1,1,1,1,1,1,0.0329,0.2619,0.1842,1,0.5781,1,1,1,0.0417,0.5781,0.1611,1,1,1,1,1,0.029218489,0.411309481,0.092890933,1,1,1,1,1,0.025526358,0.400683612,0.024682986,1,1,1,1,1,0.164071873,0.395776987,0.55177622,0.551724138,0.551861702
-6656,1,0.3057,1,1,1,1,1,1,1,1,0.0072,0.3057,0.3859,1,0.2621,1,1,1,1,1,1,0.0245,0.2621,0.3781,1,0.5784,1,1,1,0.0455,0.5784,0.3581,1,1,1,1,1,0.018174764,0.675595224,0.069680475,1,1,1,1,1,0.032702532,0.651601315,0.033864662,1,1,1,1,1,0.158684716,0.636594534,0.57280087,0.572667654,0.573138298
-6657,1,0.3063,1,1,1,1,1,1,1,1,0.0181,0.3063,0.5526,1,0.2623,1,1,1,1,1,1,0.0163,0.2623,0.5575,1,0.5786,1,1,1,0.0221,0.5786,0.5059,1,1,1,1,1,0.018541567,0.863941669,0.037565693,1,1,1,1,1,0.02282702,0.864683032,0.027870156,1,1,1,1,1,0.085744038,0.748829126,0.591710971,0.591707214,0.591755319
-6658,1,0.3069,1,1,1,1,1,1,1,1,0.0079,0.3069,0.6498,1,0.2626,1,1,1,1,1,1,0.0027,0.2626,0.654,1,0.5789,1,1,1,0.0184,0.5789,0.6206,1,1,1,1,1,0.001641268,0.922505677,0.005731462,1,1,1,1,1,0.002124382,0.920073032,0.012627225,1,1,1,1,1,0.049542237,0.849103689,0.608929435,0.609054369,0.609042553
-6659,1,0.3075,1,1,1,1,1,1,1,1,0.0098,0.3075,0.6686,1,0.2628,1,1,1,1,1,1,0.0305,0.2628,0.6748,1,0.5792,1,1,1,0.0439,0.5792,0.6414,1,1,1,1,1,0.007615278,0.948472202,0.006795613,1,1,1,1,1,0.022076111,0.958886802,0.000340314,1,1,1,1,1,0.124865137,0.872052789,0.61817303,0.618151047,0.618351064
-6660,1,0.308,1,1,1,1,1,1,1,1,0.0291,0.308,0.6667,1,0.2631,1,1,1,1,1,1,0.0312,0.2631,0.6791,1,0.5794,1,1,1,0.0372,0.5794,0.5436,1,1,1,1,1,0.012090914,0.947838068,0.081328705,1,1,1,1,1,0.030032791,0.965121388,0.052455496,1,1,1,1,1,0.114635333,0.902997792,0.619743838,0.619631902,0.620124113
-6661,1,0.3086,1,1,1,1,1,1,1,1,0.0243,0.3086,0.6583,1,0.2633,1,1,1,1,1,1,0,0.2633,0.6674,1,0.5797,1,1,1,0.0311,0.5797,0.5776,1,1,1,1,1,0.003289781,0.93308115,0.158306211,1,1,1,1,1,0.001120593,0.941450059,0.094945036,1,1,1,1,1,0.046756119,0.885003924,0.622402127,0.622382061,0.622340426
-6662,1,0.3092,1,1,1,1,1,1,1,1,0.0214,0.3092,0.5799,1,0.2635,1,1,1,1,1,1,0.0045,0.2635,0.601,1,0.58,1,1,1,0.0764,0.58,0.5283,1,1,1,1,1,0.008935087,0.893803239,0.188953429,1,1,1,1,1,0.004268355,0.904573321,0.067104198,1,1,1,1,1,0.077158853,0.858522534,0.619743838,0.619631902,0.620124113
-6663,1,0.3098,1,1,1,1,1,1,1,1,0.0325,0.3098,0.4249,1,0.2638,1,1,1,1,1,1,0.0193,0.2638,0.4556,1,0.5803,1,1,1,0.1261,0.5803,0.3362,1,1,1,1,1,0.027805593,0.779930949,0.181674778,1,1,1,1,1,0.016361579,0.801466703,0.063171461,1,1,1,1,1,0.147344887,0.726661444,0.615756404,0.615612439,0.616134752
-6664,1,0.3103,1,1,1,1,1,1,1,1,0.0543,0.3103,0.2235,1,0.264,1,1,1,1,1,1,0.0014,0.264,0.2615,1,0.5805,1,1,1,0.0946,0.5805,0.128,1,1,1,1,1,0.044786613,0.543791354,0.245452404,1,1,1,1,1,0.003610285,0.574275136,0.218809709,1,1,1,1,1,0.115066126,0.471255273,0.610983567,0.610958325,0.611258865
-6665,1,0.3109,1,1,1,1,1,1,1,1,0.0668,0.3109,0.0004,1,0.2643,1,1,1,1,1,1,0.0329,0.2643,0.0166,1,0.5808,1,1,1,0.1165,0.5808,0,1,1,1,1,1,0.077541411,0.016881306,0.442251831,1,1,1,1,1,0.035791941,0.131202474,0.37155968,1,1,1,1,1,0.186999589,0,0.603250362,0.603342501,0.603280142
-6666,1,0.3115,1,1,1,1,1,1,1,1,0.2037,0.3115,0,1,0.2645,1,1,1,1,1,1,0.1063,0.2645,0,1,0.5811,1,1,1,0.2072,0.5811,0,1,1,1,1,1,0.227115422,0,0.566530347,1,1,1,1,1,0.11875248,0,0.509201586,1,1,1,1,1,0.277976751,0,0.616239729,0.616247091,0.616134752
-6667,1,0.3121,1,1,1,1,1,1,1,1,0.0964,0.3121,0,1,0.2648,1,1,1,1,1,1,0.0825,0.2648,0,1,0.5813,1,1,1,0.1883,0.5813,0,1,1,1,1,1,0.121247604,0,0.606735349,1,1,1,1,1,0.107543334,0,0.315863907,1,1,1,1,1,0.328817785,0,0.621314645,0.621324307,0.621453901
-6668,1,0.3126,1,1,1,1,1,1,1,1,0.125,0.3126,0,1,0.265,1,1,1,1,1,1,0.1813,0.265,0,1,0.5816,1,1,1,0.1621,0.5816,0,1,1,1,1,1,0.149151102,0,0.413173079,1,1,1,1,1,0.20959729,0,0.206449762,1,1,1,1,1,0.242302179,0,0.596423393,0.596361329,0.596631206
-6669,1,0.3132,1,1,1,1,1,1,1,1,0.0022,0.3132,0,1,0.2652,1,1,1,1,1,1,0,0.2652,0,1,0.5819,1,1,1,0.0139,0.5819,0,1,1,1,1,1,0.001250819,0,0.000546565,1,1,1,1,1,1.98E-05,0,0,1,1,1,1,1,0.024567023,0,0.560838569,0.560820817,0.561170213
-6670,1,0.3138,1,1,1,1,1,1,1,1,0.1862,0.3138,0,1,0.2655,1,1,1,1,1,1,0.3248,0.2655,0,1,0.5822,1,1,1,0.1648,0.5822,0,1,1,1,1,1,0.162192672,0,0.217003182,1,1,1,1,1,0.320381254,0,0.065252885,1,1,1,1,1,0.23996146,0,0.514439343,0.514491221,0.51462766
-6671,1,0.3144,1,1,1,1,1,1,1,1,0.1568,0.3144,0,1,0.2657,1,1,1,1,1,1,0.412,0.2657,0,1,0.5824,1,1,1,0.1621,0.5824,0,1,1,1,1,1,0.160424352,0,0.088412359,1,1,1,1,1,0.372490406,0,0.08895497,1,1,1,1,1,0.209730059,0,0.466167231,0.466046118,0.466312057
-6672,1,0.3149,1,1,1,1,1,1,1,1,0.1725,0.3149,0,1,0.266,1,1,1,1,1,1,0.3967,0.266,0,1,0.5827,1,1,1,0.1186,0.5827,0,1,1,1,1,1,0.237939239,0,0.086474687,1,1,1,1,1,0.379418015,0,0.132444501,1,1,1,1,1,0.201425985,0,0.42858869,0.42860165,0.428634752
-6673,1,0.3155,1,1,1,1,1,1,1,1,0.1513,0.3155,0,1,0.2662,1,1,1,1,1,1,0.3321,0.2662,0,1,0.583,1,1,1,0.1289,0.583,0,1,1,1,1,1,0.204574525,0,0.063454509,1,1,1,1,1,0.318506628,0,0.114091106,1,1,1,1,1,0.353552222,0,0.404362011,0.404484874,0.404698582
-6674,1,0.3161,1,1,1,1,1,1,1,1,0.2986,0.3161,0,1,0.2664,1,1,1,1,1,1,0.3191,0.2664,0,1,0.5832,1,1,1,0.0917,0.5832,0,1,1,1,1,1,0.331581414,0,0.072278798,1,1,1,1,1,0.330415845,0,0.144816756,1,1,1,1,1,0.23274225,0,0.39058724,0.390734081,0.390514184
-6675,1,0.3167,1,1,1,1,1,1,1,1,0.2744,0.3167,0,1,0.2667,1,1,1,1,1,1,0.3258,0.2667,0,1,0.5835,1,1,1,0.0681,0.5835,0,1,1,1,1,1,0.36710912,0,0.116881348,1,1,1,1,1,0.323354691,0,0.15683274,1,1,1,1,1,0.178274408,0,0.384424843,0.384387561,0.384308511
-6676,1,0.3172,1,1,1,1,1,1,1,1,0.2657,0.3172,0,1,0.2669,1,1,1,1,1,1,0.2643,0.2669,0,1,0.5838,1,1,1,0.0825,0.5838,0,1,1,1,1,1,0.379902184,0,0.198164791,1,1,1,1,1,0.265499175,0,0.145629585,1,1,1,1,1,0.240375161,0,0.38460609,0.384810662,0.384751773
-6677,1,0.3178,1,1,1,1,1,1,1,1,0.1662,0.3178,0,1,0.2672,1,1,1,1,1,1,0.267,0.2672,0,1,0.5841,1,1,1,0.0702,0.5841,0,1,1,1,1,1,0.243229419,0,0.253393471,1,1,1,1,1,0.296189159,0,0.218837708,1,1,1,1,1,0.225713879,0,0.396810053,0.39686905,0.396719858
-6678,1,0.3184,1,1,1,1,1,1,1,1,0.1635,0.3184,0,1,0.2674,1,1,1,1,1,1,0.1863,0.2674,0,1,0.5843,1,1,1,0.0823,0.5843,0,1,1,1,1,1,0.197568238,0,0.34732914,1,1,1,1,1,0.206077322,0,0.269517303,1,1,1,1,1,0.186036438,0,0.423453359,0.423524434,0.423758865
-6679,1,0.319,1,1,1,1,1,1,1,1,0.1725,0.319,0.1341,1,0.2676,1,1,1,1,1,1,0.3484,0.2676,0.1234,1,0.5846,1,1,1,0.0934,0.5846,0.0681,1,1,1,1,1,0.207931578,0.278390855,0.218554139,1,1,1,1,1,0.310589314,0.301432401,0.246689796,1,1,1,1,1,0.289924532,0.41212815,0.454023683,0.45398773,0.453900709
-6680,1,0.3195,1,1,1,1,1,1,1,1,0.1679,0.3195,0.2599,1,0.2679,1,1,1,1,1,1,0.3237,0.2679,0.2773,1,0.5849,1,1,1,0.1789,0.5849,0.2017,1,1,1,1,1,0.117987476,0.37060824,0.582665086,1,1,1,1,1,0.294328779,0.567910373,0.43827489,1,1,1,1,1,0.336873978,0.502548039,0.497039633,0.496932515,0.497340426
-6681,1,0.3201,1,1,1,1,1,1,1,1,0.1501,0.3201,0.4087,1,0.2681,1,1,1,1,1,1,0.2859,0.2681,0.516,1,0.5851,1,1,1,0.1815,0.5851,0.2596,1,1,1,1,1,0.117229529,0.64334166,0.537799478,1,1,1,1,1,0.243438542,0.798330843,0.423440814,1,1,1,1,1,0.269986153,0.607982099,0.528455776,0.528453565,0.528368794
-6682,1,0.3207,1,1,1,1,1,1,1,1,0.257,0.3207,0.5616,1,0.2684,1,1,1,1,1,1,0.3556,0.2684,0.591,1,0.5854,1,1,1,0.3182,0.5854,0.3389,1,1,1,1,1,0.229125395,0.806467175,0.806575179,1,1,1,1,1,0.337968558,0.834347546,0.8612867,1,1,1,1,1,0.384023964,0.574408114,0.545855486,0.545800719,0.546099291
-6683,1,0.3213,1,1,1,1,1,1,1,1,0.4808,0.3213,0.5056,1,0.2686,1,1,1,1,1,1,0.4953,0.2686,0.5317,1,0.5857,1,1,1,0.4254,0.5857,0.2753,1,1,1,1,1,0.518835604,0.660131633,0.952186227,1,1,1,1,1,0.522880375,0.745849788,1,1,1,1,1,1,0.471953958,0.644864082,0.554494925,0.554685847,0.554964539
-6684,1,0.3218,1,1,1,1,1,1,1,1,0.4544,0.3218,0.5266,1,0.2688,1,1,1,1,1,1,0.4831,0.2688,0.4692,1,0.586,1,1,1,0.4944,0.586,0.2659,1,1,1,1,1,0.455813915,0.762606561,0.971595407,1,1,1,1,1,0.500362396,0.566516221,0.863909721,1,1,1,1,1,0.508280754,0.631726086,0.555219913,0.555320499,0.555407801
-6685,1,0.3224,1,1,1,1,1,1,1,1,0.4897,0.3224,0.45,1,0.2691,1,1,1,1,1,1,0.3598,0.2691,0.4267,1,0.5862,1,1,1,0.5302,0.5862,0.2359,1,1,1,1,1,0.336262107,0.577218652,0.996839166,1,1,1,1,1,0.358543396,0.557792783,0.890638292,1,1,1,1,1,0.496579409,0.520905852,0.551051232,0.551089486,0.550975177
-6686,1,0.323,1,1,1,1,1,1,1,1,0.5511,0.323,0.4041,1,0.2693,1,1,1,1,1,1,0.4394,0.2693,0.3224,1,0.5865,1,1,1,0.4299,0.5865,0.1943,1,1,1,1,1,0.412206769,0.469832361,1,1,1,1,1,1,0.462375611,0.303489655,1,1,1,1,1,1,0.562119544,0.452287614,0.547305462,0.547281574,0.547429078
-6687,1,0.3236,1,1,1,1,1,1,1,1,0.644,0.3236,0.2425,1,0.2696,1,1,1,1,1,1,0.6016,0.2696,0.1381,1,0.5868,1,1,1,0.5002,0.5868,0.0702,1,1,1,1,1,0.627776623,0.24194786,1,1,1,1,1,1,0.621868312,0.183081657,1,1,1,1,1,1,0.462610662,0.120618165,0.545190913,0.545166067,0.545212766
-6688,1,0.3242,1,1,1,1,1,1,1,1,0.5532,0.3242,0.0784,1,0.2698,1,1,1,1,1,1,0.5988,0.2698,0.016,1,0.587,1,1,1,0.3856,0.587,0.0785,1,1,1,1,1,0.465870261,0.065807849,1,1,1,1,1,1,0.633158565,0.068316042,1,1,1,1,1,1,0.496495008,0.02404538,0.549903335,0.549820182,0.550088652
-6689,1,0.3247,1,1,1,1,1,1,1,1,0.3891,0.3247,0,1,0.2701,1,1,1,1,1,1,0.3341,0.2701,0.0008,1,0.5873,1,1,1,0.2324,0.5873,0,1,1,1,1,1,0.283937484,0,1,1,1,1,1,1,0.420053661,0.011256562,1,1,1,1,1,1,0.338219494,0,0.56041566,0.560397715,0.56072695
-6690,1,0.3253,1,1,1,1,1,1,1,1,0.3505,0.3253,0,1,0.2703,1,1,1,1,1,1,0.2308,0.2703,0,1,0.5876,1,1,1,0.1818,0.5876,0,1,1,1,1,1,0.234575629,0,1,1,1,1,1,1,0.25354138,0,1,1,1,1,1,1,0.316336066,0,0.571471725,0.571609901,0.571808511
-6691,1,0.3259,1,1,1,1,1,1,1,1,0.2829,0.3259,0,1,0.2705,1,1,1,1,1,1,0.2487,0.2705,0,1,0.5878,1,1,1,0.1129,0.5878,0,1,1,1,1,1,0.18065688,0,1,1,1,1,1,1,0.194857374,0,0.911657691,1,1,1,1,1,0.270418078,0,0.565671822,0.565686482,0.565602837
-6692,1,0.3265,1,1,1,1,1,1,1,1,0.4117,0.3265,0,1,0.2708,1,1,1,1,1,1,0.7484,0.2708,0,1,0.5881,1,1,1,0.1187,0.5881,0,1,1,1,1,1,0.355273485,0,0.916383266,1,1,1,1,1,0.596389413,0,1,1,1,1,1,1,0.33430329,0,0.542109715,0.541992807,0.542109929
-6693,1,0.327,1,1,1,1,1,1,1,1,0.3815,0.327,0,1,0.271,1,1,1,1,1,1,0.9151,0.271,0,1,0.5884,1,1,1,0.2576,0.5884,0,1,1,1,1,1,0.401581854,0,0.810499787,1,1,1,1,1,0.753066421,0,0.907876968,1,1,1,1,1,0.649424553,0,0.512868536,0.512798815,0.51285461
-6694,1,0.3276,1,1,1,1,1,1,1,1,0.3422,0.3276,0,1,0.2713,1,1,1,1,1,1,0.9403,0.2713,0,1,0.5887,1,1,1,0.2816,0.5887,0,1,1,1,1,1,0.366427183,0,0.854872286,1,1,1,1,1,0.766160905,0,1,1,1,1,1,1,0.666549444,0,0.47257129,0.472604189,0.47251773
-6695,1,0.3282,1,1,1,1,1,1,1,1,0.3134,0.3282,0,1,0.2715,1,1,1,1,1,1,0.8479,0.2715,0,1,0.5889,1,1,1,0.236,0.5889,0,1,1,1,1,1,0.388407975,0,0.916444004,1,1,1,1,1,0.70347935,0,1,1,1,1,1,1,0.566934347,0,0.431246979,0.431140258,0.431294326
-6696,1,0.3288,1,1,1,1,1,1,1,1,0.3026,0.3288,0,1,0.2717,1,1,1,1,1,1,0.7098,0.2717,0,1,0.5892,1,1,1,0.2511,0.5892,0,1,1,1,1,1,0.368942976,0,0.962187886,1,1,1,1,1,0.587595403,0,0.997555017,1,1,1,1,1,0.567894399,0,0.398139198,0.398138354,0.398492908
-6697,1,0.3293,1,1,1,1,1,1,1,1,0.2371,0.3293,0,1,0.272,1,1,1,1,1,1,0.5421,0.272,0,1,0.5895,1,1,1,0.175,0.5895,0,1,1,1,1,1,0.280556828,0,0.985560358,1,1,1,1,1,0.451959312,0,0.843686402,1,1,1,1,1,0.46140781,0,0.377477042,0.377617939,0.377659574
-6698,1,0.3299,1,1,1,1,1,1,1,1,0.1356,0.3299,0,1,0.2722,1,1,1,1,1,1,0.459,0.2722,0,1,0.5897,1,1,1,0.1802,0.5897,0,1,1,1,1,1,0.223633215,0,1,1,1,1,1,1,0.376689553,0,0.895747185,1,1,1,1,1,0.499272168,0,0.365756404,0.365771102,0.365691489
-6699,1,0.3305,1,1,1,1,1,1,1,1,0.1001,0.3305,0,1,0.2725,1,1,1,1,1,1,0.3878,0.2725,0,1,0.59,1,1,1,0.1846,0.59,0,1,1,1,1,1,0.179461643,0,0.939129233,1,1,1,1,1,0.319944471,0,0.664445579,1,1,1,1,1,0.483182371,0,0.360500242,0.360482336,0.360815603
-6700,1,0.3311,1,1,1,1,1,1,1,1,0.1397,0.3311,0,1,0.2727,1,1,1,1,1,1,0.3301,0.2727,0,1,0.5903,1,1,1,0.1905,0.5903,0,1,1,1,1,1,0.249889135,0,0.718378067,1,1,1,1,1,0.289884657,0,0.557069659,1,1,1,1,1,0.502558589,0,0.360560657,0.360693886,0.360815603
-6701,1,0.3316,1,1,1,1,1,1,1,1,0.1783,0.3316,0,1,0.2729,1,1,1,1,1,1,0.1926,0.2729,0,1,0.5906,1,1,1,0.1901,0.5906,0,1,1,1,1,1,0.264777541,0,0.677131236,1,1,1,1,1,0.195311487,0,0.544448733,1,1,1,1,1,0.398263603,0,0.368354277,0.36830971,0.368351064
-6702,1,0.3322,1,1,1,1,1,1,1,1,0.1339,0.3322,0.0002,1,0.2732,1,1,1,1,1,1,0.1446,0.2732,0,1,0.5908,1,1,1,0.1563,0.5908,0,1,1,1,1,1,0.206642434,9.25E-05,0.498658359,1,1,1,1,1,0.15268518,0,0.357061535,1,1,1,1,1,0.301889628,0.010572507,0.385814403,0.385656865,0.38608156
-6703,1,0.3328,1,1,1,1,1,1,1,1,0.0525,0.3328,0.2052,1,0.2734,1,1,1,1,1,1,0.076,0.2734,0.1866,1,0.5911,1,1,1,0.0897,0.5911,0.1455,1,1,1,1,1,0.06702812,0.429743975,0.331829369,1,1,1,1,1,0.079310298,0.398556292,0.240188763,1,1,1,1,1,0.190717682,0.477739513,0.410101498,0.409985191,0.41001773
-6704,1,0.3334,1,1,1,1,1,1,1,1,0.0121,0.3334,0.3909,1,0.2737,1,1,1,1,1,1,0.0017,0.2737,0.3581,1,0.5914,1,1,1,0.033,0.5914,0.2703,1,1,1,1,1,0.011005938,0.647102416,0.300596416,1,1,1,1,1,0.009546625,0.549649775,0.264137715,1,1,1,1,1,0.127817407,0.640514135,0.449311261,0.449333615,0.449468085
-6705,1,0.3339,1,1,1,1,1,1,1,1,0.0023,0.3339,0.461,1,0.2739,1,1,1,1,1,1,0,0.2739,0.4225,1,0.5916,1,1,1,0.0657,0.5916,0.3999,1,1,1,1,1,0.000652556,0.634536088,0.19768852,1,1,1,1,1,0.000869914,0.601077974,0.258617282,1,1,1,1,1,0.067116655,0.802031279,0.477344128,0.477258303,0.477393617
-6706,1,0.3345,1,1,1,1,1,1,1,1,0.0003,0.3345,0.4752,1,0.2741,1,1,1,1,1,1,0,0.2741,0.3928,1,0.5919,1,1,1,0.063,0.5919,0.4023,1,1,1,1,1,5.04E-05,0.620258629,0.103566222,1,1,1,1,1,7.52E-05,0.546189308,0.122826181,1,1,1,1,1,0.04036979,0.636221945,0.492568874,0.492701502,0.492464539
-6707,1,0.3351,1,1,1,1,1,1,1,1,0,0.3351,0.3909,1,0.2744,1,1,1,1,1,1,0,0.2744,0.3719,1,0.5922,1,1,1,0.0137,0.5922,0.4362,1,1,1,1,1,0,0.524386466,0.033595569,1,1,1,1,1,0.001995335,0.508595049,0.018175917,1,1,1,1,1,0.007257406,0.615726829,0.500241663,0.500317326,0.5
-6708,1,0.3357,1,1,1,1,1,1,1,1,0.0005,0.3357,0.3453,1,0.2746,1,1,1,1,1,1,0,0.2746,0.3312,1,0.5925,1,1,1,0.0068,0.5925,0.3733,1,1,1,1,1,0.001536926,0.512536228,0.008162626,1,1,1,1,1,0,0.43784976,0,1,1,1,1,1,0.013056614,0.507362127,0.505618656,0.505817643,0.505762411
-6709,1,0.3362,1,1,1,1,1,1,1,1,0.0006,0.3362,0.2928,1,0.2749,1,1,1,1,1,1,0,0.2749,0.2789,1,0.5927,1,1,1,0.0002,0.5927,0.3452,1,1,1,1,1,0.001762586,0.409453839,0.00348421,1,1,1,1,1,0,0.385296345,0,1,1,1,1,1,0.005129849,0.433191687,0.505316578,0.505394542,0.505319149
-6710,1,0.3368,1,1,1,1,1,1,1,1,0,0.3368,0.2181,1,0.2751,1,1,1,1,1,1,0,0.2751,0.2256,1,0.593,1,1,1,0.0001,0.593,0.3163,1,1,1,1,1,0.000194437,0.311335564,0.016520938,1,1,1,1,1,0.0001385,0.353197753,0,1,1,1,1,1,0.004219857,0.304318756,0.505437409,0.505394542,0.505762411
-6711,1,0.3374,1,1,1,1,1,1,1,1,0.0091,0.3374,0.1528,1,0.2754,1,1,1,1,1,1,0,0.2754,0.2398,1,0.5933,1,1,1,0.0043,0.5933,0.2246,1,1,1,1,1,0.00604995,0.287944049,0.000878571,1,1,1,1,1,0.00030556,0.385638833,0,1,1,1,1,1,0.00619168,0.190016523,0.507733204,0.507721599,0.507978723
-6712,1,0.338,1,1,1,1,1,1,1,1,0.0013,0.338,0.0877,1,0.2756,1,1,1,1,1,1,0,0.2756,0.1197,1,0.5935,1,1,1,0.0006,0.5935,0.1066,1,1,1,1,1,0.003006118,0.221310288,0.048830677,1,1,1,1,1,0.002543386,0.206427306,0,1,1,1,1,1,0.004897978,0.082466125,0.517037216,0.517029829,0.516843972
-6713,1,0.3385,1,1,1,1,1,1,1,1,0.007,0.3385,0,1,0.2758,1,1,1,1,1,1,0,0.2758,0,1,0.5938,1,1,1,0.0002,0.5938,0,1,1,1,1,1,0.01438568,0,0.066092379,1,1,1,1,1,0.007348609,0,0,1,1,1,1,1,0.008038185,0,0.53020783,0.53014597,0.530141844
-6714,1,0.3391,1,1,1,1,1,1,1,1,0.0041,0.3391,0,1,0.2761,1,1,1,1,1,1,0.0211,0.2761,0,1,0.5941,1,1,1,0.0009,0.5941,0,1,1,1,1,1,0.012874289,0,0.028415626,1,1,1,1,1,0.037173077,0,0,1,1,1,1,1,0.017312083,0,0.557576124,0.557647557,0.557624113
-6715,1,0.3397,1,1,1,1,1,1,1,1,0.0082,0.3397,0,1,0.2763,1,1,1,1,1,1,0.0393,0.2763,0,1,0.5944,1,1,1,0.0116,0.5944,0,1,1,1,1,1,0.020390997,0,0.033875264,1,1,1,1,1,0.051272891,0,0.019129058,1,1,1,1,1,0.038402803,0,0.556065732,0.555955151,0.556294326
-6716,1,0.3403,1,1,1,1,1,1,1,1,0.0158,0.3403,0,1,0.2766,1,1,1,1,1,1,0.1269,0.2766,0,1,0.5946,1,1,1,0.0105,0.5946,0,1,1,1,1,1,0.022585468,0,0.040184591,1,1,1,1,1,0.116981685,0,0.022314399,1,1,1,1,1,0.027194932,0,0.534920251,0.534800085,0.53501773
-6717,1,0.3408,1,1,1,1,1,1,1,1,0.0776,0.3408,0,1,0.2768,1,1,1,1,1,1,0.0841,0.2768,0,1,0.5949,1,1,1,0.0221,0.5949,0,1,1,1,1,1,0.107099362,0,0.002453068,1,1,1,1,1,0.1303287,0,0.060591631,1,1,1,1,1,0.054817796,0,0.501087482,0.500951978,0.501329787
-6718,1,0.3414,1,1,1,1,1,1,1,1,0.0636,0.3414,0,1,0.277,1,1,1,1,1,1,0,0.277,0,1,0.5952,1,1,1,0.06,0.5952,0,1,1,1,1,1,0.114894591,0,0.014232986,1,1,1,1,1,0.030719331,0,0.75031811,1,1,1,1,1,0.136021003,0,0.460669406,0.460757351,0.460549645
-6719,1,0.342,1,1,1,1,1,1,1,1,0.0354,0.342,0,1,0.2773,1,1,1,1,1,1,0.0322,0.2773,0,1,0.5954,1,1,1,0.0574,0.5954,0,1,1,1,1,1,0.028593099,0,0.111322448,1,1,1,1,1,0.035458799,0,0.987635136,1,1,1,1,1,0.079074338,0,0.420674239,0.420774275,0.420656028
-6720,1,0.3426,1,1,1,1,1,1,1,1,0.0879,0.3426,0,1,0.2775,1,1,1,1,1,1,0.0215,0.2775,0,1,0.5957,1,1,1,0.0465,0.5957,0,1,1,1,1,1,0.082272053,0,0.286079288,1,1,1,1,1,0.023242554,0,0.55422914,1,1,1,1,1,0.073879823,0,0.390466409,0.39052253,0.390514184
-6721,1,0.3431,1,1,1,1,1,1,1,1,0.0486,0.3431,0,1,0.2778,1,1,1,1,1,1,0.0029,0.2778,0,1,0.596,1,1,1,0.0317,0.596,0,1,1,1,1,1,0.025966886,0,0.321511328,1,1,1,1,1,0.005716138,0,0.300387979,1,1,1,1,1,0.043058682,0,0.372643789,0.372752274,0.372783688
-6722,1,0.3437,1,1,1,1,1,1,1,1,0.0294,0.3437,0,1,0.278,1,1,1,1,1,1,0.0335,0.278,0,1,0.5963,1,1,1,0.0398,0.5963,0,1,1,1,1,1,0.009075326,0,0.375731498,1,1,1,1,1,0.032488473,0,0.347758949,1,1,1,1,1,0.068151586,0,0.364306428,0.364290248,0.364361702
-6723,1,0.3443,1,1,1,1,1,1,1,1,0.0421,0.3443,0,1,0.2782,1,1,1,1,1,1,0.0153,0.2782,0,1,0.5965,1,1,1,0.0681,0.5965,0,1,1,1,1,1,0.00576963,0,0.479972899,1,1,1,1,1,0.02331708,0,0.316654444,1,1,1,1,1,0.128493413,0,0.363218946,0.363232494,0.363031915
-6724,1,0.3449,1,1,1,1,1,1,1,1,0.052,0.3449,0,1,0.2785,1,1,1,1,1,1,0.0025,0.2785,0,1,0.5968,1,1,1,0.0693,0.5968,0,1,1,1,1,1,0.00963959,0,0.454775989,1,1,1,1,1,0.009197729,0,0.299769104,1,1,1,1,1,0.153717369,0,0.372341711,0.372329173,0.372340426
-6725,1,0.3454,1,1,1,1,1,1,1,1,0.0618,0.3454,0,1,0.2787,1,1,1,1,1,1,0.0044,0.2787,0,1,0.5971,1,1,1,0.0529,0.5971,0,1,1,1,1,1,0.017692491,0,0.462275833,1,1,1,1,1,0.011971083,0,0.431733787,1,1,1,1,1,0.137263671,0,0.400132914,0.40004231,0.400265957
-6726,1,0.346,1,1,1,1,1,1,1,1,0.0221,0.346,0.0002,1,0.279,1,1,1,1,1,1,0,0.279,0,1,0.5973,1,1,1,0.0549,0.5973,0,1,1,1,1,1,0.00546492,0,0.403521985,1,1,1,1,1,0.002944854,0,0.303739548,1,1,1,1,1,0.161421046,0.000301312,0.448284195,0.448275862,0.44858156
-6727,1,0.3466,1,1,1,1,1,1,1,1,0.013,0.3466,0.21,1,0.2792,1,1,1,1,1,1,0.0281,0.2792,0.1812,1,0.5976,1,1,1,0.0289,0.5976,0.193,1,1,1,1,1,0.004373851,0.446430266,0.254143655,1,1,1,1,1,0.031816568,0.408250421,0.207293466,1,1,1,1,1,0.102420188,0.546854794,0.490031416,0.489951343,0.490248227
-6728,1,0.3466,1,1,1,1,1,1,1,1,0.0026,0.3466,0.403,1,0.2792,1,1,1,1,1,1,0.0298,0.2792,0.3469,1,0.5976,1,1,1,0.0475,0.5976,0.3742,1,1,1,1,1,0.005337123,0.673646331,0.148626134,1,1,1,1,1,0.033682946,0.626335621,0.140441626,1,1,1,1,1,0.143540367,0.817800939,0.52380377,0.52379945,0.52393617
-6729,1,0.3466,1,1,1,1,1,1,1,1,0.0061,0.3466,0.5426,1,0.2792,1,1,1,1,1,1,0,0.2792,0.4753,1,0.5976,1,1,1,0.1567,0.5976,0.5477,1,1,1,1,1,0.002349438,0.67010802,0.077062078,1,1,1,1,1,0.001105416,0.716870546,0.097771466,1,1,1,1,1,0.305812389,0.904893041,0.546580474,0.546646922,0.546542553
-6730,1,0.3466,1,1,1,1,1,1,1,1,0.0021,0.3466,0.5487,1,0.2792,1,1,1,1,1,1,0,0.2792,0.5006,1,0.5976,1,1,1,0.1382,0.5976,0.6175,1,1,1,1,1,0.001556425,0.701361537,0.018560328,1,1,1,1,1,0.001166549,0.68150568,0.049912829,1,1,1,1,1,0.267435372,0.753721297,0.559751087,0.559763063,0.559840426
-6731,1,0.3466,1,1,1,1,1,1,1,1,0,0.3466,0.4916,1,0.2792,1,1,1,1,1,1,0,0.2792,0.4764,1,0.5976,1,1,1,0.1386,0.5976,0.5935,1,1,1,1,1,8.15E-06,0.669006646,0.007897698,1,1,1,1,1,1.78E-05,0.653989673,0.041202359,1,1,1,1,1,0.21234639,0.751318693,0.563980184,0.563994077,0.56427305
-6732,1,0.3466,1,1,1,1,1,1,1,1,0,0.3466,0.5012,1,0.2792,1,1,1,1,1,1,0,0.2792,0.4148,1,0.5976,1,1,1,0.0822,0.5976,0.5918,1,1,1,1,1,7.13E-05,0.672727823,0.000772245,1,1,1,1,1,0,0.620639443,0,1,1,1,1,1,0.124228187,0.729339302,0.560476075,0.560609266,0.56072695
-6733,1,0.3466,1,1,1,1,1,1,1,1,0,0.3466,0.4069,1,0.2792,1,1,1,1,1,1,0,0.2792,0.4005,1,0.5976,1,1,1,0.0399,0.5976,0.589,1,1,1,1,1,0,0.605916619,0.000119483,1,1,1,1,1,0,0.578718305,0,1,1,1,1,1,0.034758534,0.724203169,0.557757371,0.557859107,0.557624113
-6734,1,0.3466,1,1,1,1,1,1,1,1,0,0.3466,0.3289,1,0.2792,1,1,1,1,1,1,0,0.2792,0.3656,1,0.5976,1,1,1,0.03,0.5976,0.5306,1,1,1,1,1,0.000133212,0.494391203,0.000110019,1,1,1,1,1,0,0.611369908,0,1,1,1,1,1,0.025655482,0.705402911,0.553951184,0.553839645,0.554078014
-6735,1,0.3466,1,1,1,1,1,1,1,1,0,0.3466,0.2941,1,0.2792,1,1,1,1,1,1,0,0.2792,0.2759,1,0.5976,1,1,1,0.0252,0.5976,0.3397,1,1,1,1,1,0.000321227,0.511180878,7.69E-05,1,1,1,1,1,0,0.464196116,0,1,1,1,1,1,0.046144225,0.617905617,0.550447076,0.550454834,0.550531915
-6736,1,0.3466,1,1,1,1,1,1,1,1,0.0004,0.3466,0.1047,1,0.2792,1,1,1,1,1,1,0,0.2792,0.1485,1,0.5976,1,1,1,0.0128,0.5976,0.1665,1,1,1,1,1,0.000633507,0.324589312,0.000316017,1,1,1,1,1,0,0.338239223,0,1,1,1,1,1,0.013229004,0.377579153,0.557696955,0.557859107,0.557624113
-6737,1,0.3466,1,1,1,1,1,1,1,1,0.0003,0.3466,0,1,0.2792,1,1,1,1,1,1,0,0.2792,0.0001,1,0.5976,1,1,1,0.0031,0.5976,0,1,1,1,1,1,2.14E-05,0,0.008834084,1,1,1,1,1,0,9.30E-05,0,1,1,1,1,1,0.005197801,0,0.577875785,0.577956421,0.578014184
-6738,1,0.3466,1,1,1,1,1,1,1,1,0.0002,0.3466,0,1,0.2792,1,1,1,1,1,1,0,0.2792,0,1,0.5976,1,1,1,0.0031,0.5976,0,1,1,1,1,1,0.003305031,0,0.022643756,1,1,1,1,1,0.001261779,0,0,1,1,1,1,1,0.003572961,0,0.61122523,0.611169875,0.611702128
-6739,1,0.3466,1,1,1,1,1,1,1,1,0.0028,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0014,0.2792,0,1,0.5976,1,1,1,0.0093,0.5976,0,1,1,1,1,1,0.013157723,0,0,1,1,1,1,1,0.012306407,0,0,1,1,1,1,1,0.016989056,0,0.613521025,0.613496933,0.61391844
-6740,1,0.3466,1,1,1,1,1,1,1,1,0,0.3466,0,1,0.2792,1,1,1,1,1,1,0,0.2792,0,1,0.5976,1,1,1,0.0102,0.5976,0,1,1,1,1,1,0.000602268,0,0,1,1,1,1,1,6.04E-05,0,0,1,1,1,1,1,0.011656757,0,0.586333978,0.586206897,0.58643617
-6741,1,0.3466,1,1,1,1,1,1,1,1,0.0012,0.3466,0,1,0.2792,1,1,1,1,1,1,0,0.2792,0,1,0.5976,1,1,1,0.0069,0.5976,0,1,1,1,1,1,0.00033539,0,0.027676476,1,1,1,1,1,0.002160145,0,0.022766232,1,1,1,1,1,0.008247647,0,0.541263896,0.541146605,0.541223404
-6742,1,0.3466,1,1,1,1,1,1,1,1,0.0086,0.3466,0,1,0.2792,1,1,1,1,1,1,0,0.2792,0,1,0.5976,1,1,1,0.0063,0.5976,0,1,1,1,1,1,0.003790528,0,0.070905633,1,1,1,1,1,0.00561779,0,0.07192409,1,1,1,1,1,0.005266589,0,0.485621073,0.48572033,0.48537234
-6743,1,0.3466,1,1,1,1,1,1,1,1,0.034,0.3466,0,1,0.2792,1,1,1,1,1,1,0,0.2792,0,1,0.5976,1,1,1,0.0057,0.5976,0,1,1,1,1,1,0.016971923,0,0.1543089,1,1,1,1,1,0.012988219,0,0.258083522,1,1,1,1,1,0.005319393,0,0.436019816,0.436005923,0.436170213
-6744,1,0.3466,1,1,1,1,1,1,1,1,0.0477,0.3466,0,1,0.2792,1,1,1,1,1,1,0,0.2792,0,1,0.5976,1,1,1,0.0067,0.5976,0,1,1,1,1,1,0.014688787,0,0.332121104,1,1,1,1,1,0.029044895,0,0.254785836,1,1,1,1,1,0.023291167,0,0.401884969,0.401734715,0.402039007
-6745,1,0.3466,1,1,1,1,1,1,1,1,0.0464,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0212,0.2792,0,1,0.5976,1,1,1,0.0092,0.5976,0,1,1,1,1,1,0.026817631,0,0.267746598,1,1,1,1,1,0.068456501,0,0.146613628,1,1,1,1,1,0.054715157,0,0.383518608,0.383541358,0.383865248
-6746,1,0.3466,1,1,1,1,1,1,1,1,0.0581,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1118,0.2792,0,1,0.5976,1,1,1,0.0158,0.5976,0,1,1,1,1,1,0.037466839,0,0.281864136,1,1,1,1,1,0.165712908,0,0.090384558,1,1,1,1,1,0.05736636,0,0.375120831,0.375079331,0.375443262
-6747,1,0.3466,1,1,1,1,1,1,1,1,0.1399,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1529,0.2792,0,1,0.5976,1,1,1,0.0265,0.5976,0,1,1,1,1,1,0.112458475,0,0.274476081,1,1,1,1,1,0.237115532,0,0.231253147,1,1,1,1,1,0.072913401,0,0.373912518,0.373810028,0.373670213
-6748,1,0.3466,1,1,1,1,1,1,1,1,0.1323,0.3466,0,1,0.2792,1,1,1,1,1,1,0.146,0.2792,0,1,0.5976,1,1,1,0.0568,0.5976,0,1,1,1,1,1,0.198811889,0,0.53602469,1,1,1,1,1,0.248898372,0,0.366147399,1,1,1,1,1,0.168443084,0,0.385270662,0.385233763,0.385195035
-6749,1,0.3466,1,1,1,1,1,1,1,1,0.1092,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0862,0.2792,0,1,0.5976,1,1,1,0.0807,0.5976,0,1,1,1,1,1,0.110356398,0,0.737080693,1,1,1,1,1,0.157834783,0,0.534313619,1,1,1,1,1,0.259841323,0,0.426413726,0.426486143,0.42641844
-6750,1,0.3466,1,1,1,1,1,1,1,1,0.1124,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0531,0.2792,0,1,0.5976,1,1,1,0.1128,0.5976,0,1,1,1,1,1,0.088373236,0,0.648431182,1,1,1,1,1,0.128506318,0,0.337046355,1,1,1,1,1,0.316768587,0,0.506947801,0.506875397,0.507092199
-6751,1,0.3466,1,1,1,1,1,1,1,1,0.1601,0.3466,0.0868,1,0.2792,1,1,1,1,1,1,0.1076,0.2792,0.0828,1,0.5976,1,1,1,0.1292,0.5976,0.2248,1,1,1,1,1,0.071194194,0.150946185,0.997513533,1,1,1,1,1,0.173684478,0.144178793,0.64741993,1,1,1,1,1,0.299002171,0.343138337,0.554555341,0.554685847,0.554964539
-6752,1,0.3466,1,1,1,1,1,1,1,1,0.215,0.3466,0.2012,1,0.2792,1,1,1,1,1,1,0.0557,0.2792,0.2441,1,0.5976,1,1,1,0.0766,0.5976,0.4344,1,1,1,1,1,0.100730732,0.256340414,1,1,1,1,1,1,0.096260458,0.40381819,0.981088996,1,1,1,1,1,0.196507066,0.611029744,0.569115515,0.569071293,0.569148936
-6753,1,0.3466,1,1,1,1,1,1,1,1,0.1666,0.3466,0.2911,1,0.2792,1,1,1,1,1,1,0.0957,0.2792,0.3888,1,0.5976,1,1,1,0.0498,0.5976,0.5851,1,1,1,1,1,0.095970914,0.468680978,1,1,1,1,1,1,0.122772701,0.613432884,0.986424625,1,1,1,1,1,0.166985586,0.707173824,0.578057032,0.577956421,0.578014184
-6754,1,0.3466,1,1,1,1,1,1,1,1,0.2361,0.3466,0.3811,1,0.2792,1,1,1,1,1,1,0.1115,0.2792,0.4413,1,0.5976,1,1,1,0.0784,0.5976,0.6364,1,1,1,1,1,0.117936902,0.543096483,1,1,1,1,1,1,0.153164327,0.673296094,0.891975224,1,1,1,1,1,0.200265616,0.668670416,0.585125665,0.585149143,0.585106383
-6755,1,0.3466,1,1,1,1,1,1,1,1,0.1731,0.3466,0.4499,1,0.2792,1,1,1,1,1,1,0.1445,0.2792,0.4674,1,0.5976,1,1,1,0.087,0.5976,0.5992,1,1,1,1,1,0.06318713,0.650409639,1,1,1,1,1,1,0.195994854,0.700183451,1,1,1,1,1,1,0.198541671,0.653125763,0.588086032,0.588110853,0.58820922
-6756,1,0.3466,1,1,1,1,1,1,1,1,0.1118,0.3466,0.4285,1,0.2792,1,1,1,1,1,1,0.037,0.2792,0.4583,1,0.5976,1,1,1,0.0371,0.5976,0.5249,1,1,1,1,1,0.030380014,0.610284388,1,1,1,1,1,1,0.061125971,0.649542391,1,1,1,1,1,1,0.084283896,0.587808549,0.585911068,0.585783795,0.585992908
-6757,1,0.3466,1,1,1,1,1,1,1,1,0.0972,0.3466,0.4819,1,0.2792,1,1,1,1,1,1,0.0797,0.2792,0.5278,1,0.5976,1,1,1,0.121,0.5976,0.5461,1,1,1,1,1,0.028338,0.728067577,0.997890115,1,1,1,1,1,0.113896295,0.745921969,1,1,1,1,1,1,0.338595182,0.7294451,0.585246496,0.585360694,0.585549645
-6758,1,0.3466,1,1,1,1,1,1,1,1,0.0977,0.3466,0.3705,1,0.2792,1,1,1,1,1,1,0.0917,0.2792,0.4113,1,0.5976,1,1,1,0.0724,0.5976,0.4475,1,1,1,1,1,0.029328089,0.507050872,0.994013309,1,1,1,1,1,0.106363043,0.574499488,1,1,1,1,1,1,0.207379118,0.539470851,0.579929918,0.579860377,0.580230496
-6759,1,0.3466,1,1,1,1,1,1,1,1,0.1691,0.3466,0.2989,1,0.2792,1,1,1,1,1,1,0.1281,0.2792,0.3361,1,0.5976,1,1,1,0.086,0.5976,0.3185,1,1,1,1,1,0.061489757,0.479913384,1,1,1,1,1,1,0.136671856,0.544218779,1,1,1,1,1,1,0.235585153,0.494458705,0.576304978,0.576264015,0.576241135
-6760,1,0.3466,1,1,1,1,1,1,1,1,0.1603,0.3466,0.1446,1,0.2792,1,1,1,1,1,1,0.0589,0.2792,0.178,1,0.5976,1,1,1,0.0875,0.5976,0.1595,1,1,1,1,1,0.057524029,0.315038681,1,1,1,1,1,1,0.067050278,0.364086449,0.98139298,1,1,1,1,1,0.213006377,0.281802654,0.581440309,0.581552782,0.581560284
-6761,1,0.3466,1,1,1,1,1,1,1,1,0.1026,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0169,0.2792,0,1,0.5976,1,1,1,0.0375,0.5976,0,1,1,1,1,1,0.019130833,0,1,1,1,1,1,1,0.024278464,0,0.906721532,1,1,1,1,1,0.086392403,0,0.598537941,0.598688386,0.598847518
-6762,1,0.3466,1,1,1,1,1,1,1,1,0.1137,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0781,0.2792,0,1,0.5976,1,1,1,0.0548,0.5976,0,1,1,1,1,1,0.029579394,0,1,1,1,1,1,1,0.099139854,0,0.97234273,1,1,1,1,1,0.119942367,0,0.628141614,0.628093928,0.628546099
-6763,1,0.3466,1,1,1,1,1,1,1,1,0.1154,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1118,0.2792,0,1,0.5976,1,1,1,0.0771,0.5976,0,1,1,1,1,1,0.051703744,0,1,1,1,1,1,1,0.148631468,0,0.986897409,1,1,1,1,1,0.214124575,0,0.626993717,0.627036175,0.627216312
-6764,1,0.3466,1,1,1,1,1,1,1,1,0.1192,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0635,0.2792,0,1,0.5976,1,1,1,0.1458,0.5976,0,1,1,1,1,1,0.091729134,0,1,1,1,1,1,1,0.098334208,0,1,1,1,1,1,1,0.359790951,0,0.598900435,0.598899937,0.59929078
-6765,1,0.3466,1,1,1,1,1,1,1,1,0.0989,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0633,0.2792,0,1,0.5976,1,1,1,0.1117,0.5976,0,1,1,1,1,1,0.096166536,0,0.975585461,1,1,1,1,1,0.100363612,0,0.787068844,1,1,1,1,1,0.301354229,0,0.552259546,0.552147239,0.552304965
-6766,1,0.3466,1,1,1,1,1,1,1,1,0.0429,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0663,0.2792,0,1,0.5976,1,1,1,0.0978,0.5976,0,1,1,1,1,1,0.058521368,0,0.653302729,1,1,1,1,1,0.090242699,0,0.602024615,1,1,1,1,1,0.268244684,0,0.493535524,0.493547705,0.493794326
-6767,1,0.3466,1,1,1,1,1,1,1,1,0.0407,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0472,0.2792,0,1,0.5976,1,1,1,0.1056,0.5976,0,1,1,1,1,1,0.047759715,0,0.512501121,1,1,1,1,1,0.078360602,0,0.63500762,1,1,1,1,1,0.237788051,0,0.441517641,0.441506241,0.441489362
-6768,1,0.3466,1,1,1,1,1,1,1,1,0.1094,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0588,0.2792,0,1,0.5976,1,1,1,0.0851,0.5976,0,1,1,1,1,1,0.096994177,0,0.678081334,1,1,1,1,1,0.085008591,0,0.631480396,1,1,1,1,1,0.224880949,0,0.408168197,0.408081235,0.408244681
-6769,1,0.3466,1,1,1,1,1,1,1,1,0.0696,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0499,0.2792,0,1,0.5976,1,1,1,0.089,0.5976,0,1,1,1,1,1,0.059145331,0,0.639155328,1,1,1,1,1,0.085410662,0,0.488362908,1,1,1,1,1,0.241266355,0,0.389801837,0.389676327,0.390070922
-6770,1,0.3466,1,1,1,1,1,1,1,1,0.0566,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1099,0.2792,0,1,0.5976,1,1,1,0.0672,0.5976,0,1,1,1,1,1,0.058106218,0,0.345641792,1,1,1,1,1,0.130248338,0,0.352251053,1,1,1,1,1,0.235520363,0,0.380860319,0.380791199,0.380762411
-6771,1,0.3466,1,1,1,1,1,1,1,1,0.0523,0.3466,0,1,0.2792,1,1,1,1,1,1,0.102,0.2792,0,1,0.5976,1,1,1,0.0353,0.5976,0,1,1,1,1,1,0.0554846,0,0.358208895,1,1,1,1,1,0.13359946,0,0.388893187,1,1,1,1,1,0.130688593,0,0.378685355,0.378675693,0.378546099
-6772,1,0.3466,1,1,1,1,1,1,1,1,0.0779,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0864,0.2792,0,1,0.5976,1,1,1,0.0432,0.5976,0,1,1,1,1,1,0.111316033,0,0.531585157,1,1,1,1,1,0.122792765,0,0.572041631,1,1,1,1,1,0.15660201,0,0.389137264,0.389041675,0.389184397
-6773,1,0.3466,1,1,1,1,1,1,1,1,0.0442,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0328,0.2792,0,1,0.5976,1,1,1,0.0606,0.5976,0,1,1,1,1,1,0.059573509,0,0.494532615,1,1,1,1,1,0.063535035,0,0.40407753,1,1,1,1,1,0.210478544,0,0.428769937,0.428813201,0.428634752
-6774,1,0.3466,1,1,1,1,1,1,1,1,0.0289,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0044,0.2792,0,1,0.5976,1,1,1,0.0584,0.5976,0,1,1,1,1,1,0.020830574,0,0.33838442,1,1,1,1,1,0.023046575,0,0.227463871,1,1,1,1,1,0.223389268,0,0.508518608,0.508567802,0.508421986
-6775,1,0.3466,1,1,1,1,1,1,1,1,0.0655,0.3466,0.0937,1,0.2792,1,1,1,1,1,1,0.0826,0.2792,0.078,1,0.5976,1,1,1,0.1006,0.5976,0.1689,1,1,1,1,1,0.038763713,0.253139287,0.376995355,1,1,1,1,1,0.123411313,0.086345442,0.467191905,1,1,1,1,1,0.365700006,0.388032496,0.558482359,0.558493759,0.558510638
-6776,1,0.3466,1,1,1,1,1,1,1,1,0.0048,0.3466,0.3591,1,0.2792,1,1,1,1,1,1,0,0.2792,0.3725,1,0.5976,1,1,1,0.007,0.5976,0.3644,1,1,1,1,1,0.001101023,0.657166183,0.705942273,1,1,1,1,1,0.004858896,0.677091777,1,1,1,1,1,1,0.025848042,0.691464782,0.572619623,0.572667654,0.572695035
-6777,1,0.3466,1,1,1,1,1,1,1,1,0.0355,0.3466,0.3972,1,0.2792,1,1,1,1,1,1,0.091,0.2792,0.2741,1,0.5976,1,1,1,0.0688,0.5976,0.4533,1,1,1,1,1,0.042388275,0.601156712,0.275752366,1,1,1,1,1,0.117496878,0.272086143,0.531220436,1,1,1,1,1,0.228873938,0.725151062,0.581742388,0.581764333,0.582003546
-6778,1,0.3466,1,1,1,1,1,1,1,1,0.037,0.3466,0.4549,1,0.2792,1,1,1,1,1,1,0.1191,0.2792,0.384,1,0.5976,1,1,1,0.0556,0.5976,0.4972,1,1,1,1,1,0.067078978,0.645549417,0.277182281,1,1,1,1,1,0.172403365,0.334845424,0.435575396,1,1,1,1,1,0.157722458,0.731512189,0.590381827,0.59043791,0.590425532
-6779,1,0.3466,1,1,1,1,1,1,1,1,0.0599,0.3466,0.4754,1,0.2792,1,1,1,1,1,1,0.0721,0.2792,0.3374,1,0.5976,1,1,1,0.1288,0.5976,0.4977,1,1,1,1,1,0.067750052,0.643056512,0.550920486,1,1,1,1,1,0.108444527,0.353471756,0.349782228,1,1,1,1,1,0.323969334,0.68797791,0.594308845,0.594457373,0.594414894
-6780,1,0.3466,1,1,1,1,1,1,1,1,0.0366,0.3466,0.3865,1,0.2792,1,1,1,1,1,1,0.0277,0.2792,0.3118,1,0.5976,1,1,1,0.1471,0.5976,0.4231,1,1,1,1,1,0.041172579,0.451888233,0.394640565,1,1,1,1,1,0.042276297,0.361315727,0.484320462,1,1,1,1,1,0.331653774,0.617237687,0.59340261,0.593399619,0.593528369
-6781,1,0.3466,1,1,1,1,1,1,1,1,0.0423,0.3466,0.3377,1,0.2792,1,1,1,1,1,1,0,0.2792,0.2514,1,0.5976,1,1,1,0.1438,0.5976,0.4036,1,1,1,1,1,0.099162363,0.452947617,0.433338583,1,1,1,1,1,0.036463175,0.281339109,0.495350808,1,1,1,1,1,0.328442425,0.471841216,0.593463026,0.59361117,0.593528369
-6782,1,0.3466,1,1,1,1,1,1,1,1,0.0627,0.3466,0.2987,1,0.2792,1,1,1,1,1,1,0.0407,0.2792,0.2596,1,0.5976,1,1,1,0.1573,0.5976,0.2994,1,1,1,1,1,0.157330036,0.376675636,0.469077557,1,1,1,1,1,0.044951759,0.39390415,0.539711297,1,1,1,1,1,0.376034111,0.41586715,0.590079749,0.590014809,0.590425532
-6783,1,0.3466,1,1,1,1,1,1,1,1,0.0809,0.3466,0.1315,1,0.2792,1,1,1,1,1,1,0.0339,0.2792,0.2091,1,0.5976,1,1,1,0.1466,0.5976,0.1708,1,1,1,1,1,0.104586668,0.201675147,0.38160032,1,1,1,1,1,0.05495017,0.483884007,0.535996616,1,1,1,1,1,0.396012932,0.270551652,0.587965201,0.587899302,0.58820922
-6784,1,0.3466,1,1,1,1,1,1,1,1,0.1272,0.3466,0.0554,1,0.2792,1,1,1,1,1,1,0.0714,0.2792,0.1315,1,0.5976,1,1,1,0.1633,0.5976,0.0249,1,1,1,1,1,0.118119992,0.13234432,0.283620864,1,1,1,1,1,0.094144784,0.346353352,0.823537469,1,1,1,1,1,0.43169558,0.01304411,0.594429676,0.594457373,0.594858156
-6785,1,0.3466,1,1,1,1,1,1,1,1,0.0916,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2152,0.2792,0,1,0.5976,1,1,1,0.2401,0.5976,0,1,1,1,1,1,0.121573985,0,0.194965973,1,1,1,1,1,0.255102187,7.78E-05,1,1,1,1,1,1,0.511321902,0,0.607962784,0.607785065,0.608156028
-6786,1,0.3466,1,1,1,1,1,1,1,1,0.1289,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0988,0.2792,0,1,0.5976,1,1,1,0.3096,0.5976,0,1,1,1,1,1,0.164796934,0,0.40956527,1,1,1,1,1,0.160871103,0,0.72855705,1,1,1,1,1,0.526630044,0,0.630679072,0.630632536,0.630762411
-6787,1,0.3466,1,1,1,1,1,1,1,1,0.252,0.3466,0,1,0.2792,1,1,1,1,1,1,0.4637,0.2792,0,1,0.5976,1,1,1,0.3077,0.5976,0,1,1,1,1,1,0.353582323,0,0.828370929,1,1,1,1,1,0.590363443,0,0.622183502,1,1,1,1,1,0.493688554,0,0.628866602,0.62872858,0.628989362
-6788,1,0.3466,1,1,1,1,1,1,1,1,0.4293,0.3466,0,1,0.2792,1,1,1,1,1,1,0.5211,0.2792,0,1,0.5976,1,1,1,0.3189,0.5976,0,1,1,1,1,1,0.498849064,0,0.793325543,1,1,1,1,1,0.499997199,0,1,1,1,1,1,1,0.445196986,0,0.600833736,0.600803893,0.60106383
-6789,1,0.3466,1,1,1,1,1,1,1,1,0.3706,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2535,0.2792,0,1,0.5976,1,1,1,0.3293,0.5976,0,1,1,1,1,1,0.363704234,0,0.824182868,1,1,1,1,1,0.284602195,0,1,1,1,1,1,1,0.491083354,0,0.555280329,0.555320499,0.555407801
-6790,1,0.3466,1,1,1,1,1,1,1,1,0.3447,0.3466,0,1,0.2792,1,1,1,1,1,1,0.268,0.2792,0,1,0.5976,1,1,1,0.274,0.5976,0,1,1,1,1,1,0.465662777,0,0.832734466,1,1,1,1,1,0.343891442,0,1,1,1,1,1,1,0.551001966,0,0.497160464,0.497144066,0.497340426
-6791,1,0.3466,1,1,1,1,1,1,1,1,0.6278,0.3466,0,1,0.2792,1,1,1,1,1,1,0.5727,0.2792,0,1,0.5976,1,1,1,0.4509,0.5976,0,1,1,1,1,1,0.708380222,0,1,1,1,1,1,1,0.608915091,0,1,1,1,1,1,1,0.760071218,0,0.444417593,0.44446795,0.444592199
-6792,1,0.3466,1,1,1,1,1,1,1,1,0.5968,0.3466,0,1,0.2792,1,1,1,1,1,1,0.4658,0.2792,0,1,0.5976,1,1,1,0.3487,0.5976,0,1,1,1,1,1,0.537394404,0,1,1,1,1,1,1,0.456106931,0,1,1,1,1,1,1,0.785681129,0,0.409618173,0.409773641,0.409574468
-6793,1,0.3466,1,1,1,1,1,1,1,1,0.5469,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3804,0.2792,0,1,0.5976,1,1,1,0.571,0.5976,0,1,1,1,1,1,0.507637441,0,1,1,1,1,1,1,0.368788421,0,1,1,1,1,1,1,0.790098011,0,0.391070565,0.390945631,0.390957447
-6794,1,0.3466,1,1,1,1,1,1,1,1,0.5591,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3875,0.2792,0,1,0.5976,1,1,1,0.6412,0.5976,0,1,1,1,1,1,0.565773308,0,1,1,1,1,1,1,0.419285446,0,1,1,1,1,1,1,0.794419527,0,0.380920735,0.380791199,0.380762411
-6795,1,0.3466,1,1,1,1,1,1,1,1,0.539,0.3466,0,1,0.2792,1,1,1,1,1,1,0.5579,0.2792,0,1,0.5976,1,1,1,0.4173,0.5976,0,1,1,1,1,1,0.561280072,0,1,1,1,1,1,1,0.516403437,0,1,1,1,1,1,1,0.688406348,0,0.379954084,0.379944997,0.379875887
-6796,1,0.3466,1,1,1,1,1,1,1,1,0.4929,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1876,0.2792,0,1,0.5976,1,1,1,0.3204,0.5976,0,1,1,1,1,1,0.481305957,0,1,1,1,1,1,1,0.254126579,0,1,1,1,1,1,1,0.633315504,0,0.391191397,0.391157182,0.391400709
-6797,1,0.3466,1,1,1,1,1,1,1,1,0.5277,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3646,0.2792,0,1,0.5976,1,1,1,0.4628,0.5976,0,1,1,1,1,1,0.536149085,0,1,1,1,1,1,1,0.445306301,0,0.650133789,1,1,1,1,1,0.790269196,0,0.431488642,0.431563359,0.431737589
-6798,1,0.3466,1,1,1,1,1,1,1,1,0.4626,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3473,0.2792,0,1,0.5976,1,1,1,0.5419,0.5976,0,1,1,1,1,1,0.477618426,0,1,1,1,1,1,1,0.323981464,0,1,1,1,1,1,1,0.837575555,0,0.51099565,0.51110641,0.51108156
-6799,1,0.3466,1,1,1,1,1,1,1,1,0.3482,0.3466,0.2255,1,0.2792,1,1,1,1,1,1,0.2655,0.2792,0.2259,1,0.5976,1,1,1,0.6821,0.5976,0.1947,1,1,1,1,1,0.381417096,0.534750283,1,1,1,1,1,1,0.323243231,0.527983189,1,1,1,1,1,1,0.926438212,0.588122606,0.553105365,0.553204993,0.553191489
-6800,1,0.3466,1,1,1,1,1,1,1,1,0.3138,0.3466,0.4465,1,0.2792,1,1,1,1,1,1,0.2162,0.2792,0.4436,1,0.5976,1,1,1,0.6621,0.5976,0.3752,1,1,1,1,1,0.288745701,0.815987527,0.841398239,1,1,1,1,1,0.213923976,0.778718114,0.916512907,1,1,1,1,1,0.914299309,0.837703109,0.564644756,0.564628729,0.564716312
-6801,1,0.3466,1,1,1,1,1,1,1,1,0.3727,0.3466,0.6085,1,0.2792,1,1,1,1,1,1,0.204,0.2792,0.6038,1,0.5976,1,1,1,0.7454,0.5976,0.5345,1,1,1,1,1,0.37877208,0.939993382,0.857642174,1,1,1,1,1,0.233794898,0.924200892,0.996350884,1,1,1,1,1,0.933764517,0.961811543,0.57002175,0.570129046,0.570035461
-6802,1,0.3466,1,1,1,1,1,1,1,1,0.298,0.3466,0.702,1,0.2792,1,1,1,1,1,1,0.4795,0.2792,0.6838,1,0.5976,1,1,1,0.8029,0.5976,0.5924,1,1,1,1,1,0.376627564,0.963549435,0.801636815,1,1,1,1,1,0.453888744,0.94418323,0.972530186,1,1,1,1,1,0.925032258,0.974976063,0.572982117,0.572879205,0.573138298
-6803,1,0.3466,1,1,1,1,1,1,1,1,0.256,0.3466,0.6995,1,0.2792,1,1,1,1,1,1,0.3965,0.2792,0.6665,1,0.5976,1,1,1,0.7723,0.5976,0.5912,1,1,1,1,1,0.403053731,0.941701293,0.542100787,1,1,1,1,1,0.374643415,0.919382215,0.880152345,1,1,1,1,1,0.940886438,0.940137327,0.572438376,0.572456103,0.572695035
-6804,1,0.3466,1,1,1,1,1,1,1,1,0.218,0.3466,0.6875,1,0.2792,1,1,1,1,1,1,0.3569,0.2792,0.6878,1,0.5976,1,1,1,0.7765,0.5976,0.5646,1,1,1,1,1,0.323886216,0.930556595,0.310272574,1,1,1,1,1,0.326964796,0.963902056,0.536456823,1,1,1,1,1,0.893453121,0.885593057,0.568813436,0.568648191,0.569148936
-6805,1,0.3466,1,1,1,1,1,1,1,1,0.2417,0.3466,0.6873,1,0.2792,1,1,1,1,1,1,0.2896,0.2792,0.7072,1,0.5976,1,1,1,0.5512,0.5976,0.5734,1,1,1,1,1,0.373395979,0.9418118,0.11867322,1,1,1,1,1,0.279880017,0.993420959,0.240326971,1,1,1,1,1,0.736324608,0.838298798,0.567423876,0.567590438,0.567375887
-6806,1,0.3466,1,1,1,1,1,1,1,1,0.219,0.3466,0.6069,1,0.2792,1,1,1,1,1,1,0.1497,0.2792,0.64,1,0.5976,1,1,1,0.6868,0.5976,0.5192,1,1,1,1,1,0.310470223,0.919948697,0.085207827,1,1,1,1,1,0.143346176,0.973810315,0.12060602,1,1,1,1,1,0.869327068,0.863442361,0.56041566,0.560397715,0.56072695
-6807,1,0.3466,1,1,1,1,1,1,1,1,0.1617,0.3466,0.4491,1,0.2792,1,1,1,1,1,1,0.0525,0.2792,0.4869,1,0.5976,1,1,1,0.4645,0.5976,0.3821,1,1,1,1,1,0.184871018,0.821156621,0.105643742,1,1,1,1,1,0.062005196,0.856743455,0.117358908,1,1,1,1,1,0.734543979,0.80510813,0.556126148,0.556166702,0.556294326
-6808,1,0.3466,1,1,1,1,1,1,1,1,0.1676,0.3466,0.2325,1,0.2792,1,1,1,1,1,1,0.0575,0.2792,0.2774,1,0.5976,1,1,1,0.3719,0.5976,0.1746,1,1,1,1,1,0.199529976,0.57978332,0.119083211,1,1,1,1,1,0.070401266,0.615576446,0.151389271,1,1,1,1,1,0.557682157,0.537240088,0.558240696,0.558282209,0.558510638
-6809,1,0.3466,1,1,1,1,1,1,1,1,0.1043,0.3466,0,1,0.2792,1,1,1,1,1,1,0,0.2792,0.0048,1,0.5976,1,1,1,0.1185,0.5976,0,1,1,1,1,1,0.13516736,0,0.03459936,1,1,1,1,1,0.003621875,0.061754096,0.037238222,1,1,1,1,1,0.216578871,0,0.570807153,0.570763698,0.570921986
-6810,1,0.3466,1,1,1,1,1,1,1,1,0.0411,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0722,0.2792,0,1,0.5976,1,1,1,0.0809,0.5976,0,1,1,1,1,1,0.074220695,0,0.04496048,1,1,1,1,1,0.088431865,0,0.070992932,1,1,1,1,1,0.104278147,0,0.607298212,0.607361963,0.607712766
-6811,1,0.3466,1,1,1,1,1,1,1,1,0.0526,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2336,0.2792,0,1,0.5976,1,1,1,0.1021,0.5976,0,1,1,1,1,1,0.110509858,0,0.066882521,1,1,1,1,1,0.264896333,0,0.15401651,1,1,1,1,1,0.147746533,0,0.617508458,0.617516395,0.617907801
-6812,1,0.3466,1,1,1,1,1,1,1,1,0.0838,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3715,0.2792,0,1,0.5976,1,1,1,0.1395,0.5976,0,1,1,1,1,1,0.133009493,0,0.087897263,1,1,1,1,1,0.39671123,0,0.13314791,1,1,1,1,1,0.195140854,0,0.595517158,0.595515126,0.595744681
-6813,1,0.3466,1,1,1,1,1,1,1,1,0.0963,0.3466,0,1,0.2792,1,1,1,1,1,1,0.413,0.2792,0,1,0.5976,1,1,1,0.159,0.5976,0,1,1,1,1,1,0.205475867,0,0.06951642,1,1,1,1,1,0.520680487,0,0.106924608,1,1,1,1,1,0.256284148,0,0.552803287,0.552781891,0.552748227
-6814,1,0.3466,1,1,1,1,1,1,1,1,0.1018,0.3466,0,1,0.2792,1,1,1,1,1,1,0.4566,0.2792,0,1,0.5976,1,1,1,0.2114,0.5976,0,1,1,1,1,1,0.238752618,0,0.010666208,1,1,1,1,1,0.569990635,0,0.081118323,1,1,1,1,1,0.434250474,0,0.500785404,0.500740427,0.500886525
-6815,1,0.3466,1,1,1,1,1,1,1,1,0.2788,0.3466,0,1,0.2792,1,1,1,1,1,1,0.5298,0.2792,0,1,0.5976,1,1,1,0.2078,0.5976,0,1,1,1,1,1,0.374834985,0,0.147926152,1,1,1,1,1,0.583774447,0,0.150685355,1,1,1,1,1,0.488166511,0,0.450519575,0.450602919,0.450797872
-6816,1,0.3466,1,1,1,1,1,1,1,1,0.3893,0.3466,0,1,0.2792,1,1,1,1,1,1,0.4672,0.2792,0,1,0.5976,1,1,1,0.2093,0.5976,0,1,1,1,1,1,0.523847282,0,0.179148316,1,1,1,1,1,0.554752529,0,0.034048166,1,1,1,1,1,0.479509503,0,0.413907685,0.413793103,0.414007092
-6817,1,0.3466,1,1,1,1,1,1,1,1,0.5021,0.3466,0,1,0.2792,1,1,1,1,1,1,0.5513,0.2792,0,1,0.5976,1,1,1,0.3836,0.5976,0,1,1,1,1,1,0.657397449,0,0.203340054,1,1,1,1,1,0.603154659,0,0.052174084,1,1,1,1,1,0.668111444,0,0.394876752,0.394753543,0.394946809
-6818,1,0.3466,1,1,1,1,1,1,1,1,0.5353,0.3466,0,1,0.2792,1,1,1,1,1,1,0.5882,0.2792,0,1,0.5976,1,1,1,0.4548,0.5976,0,1,1,1,1,1,0.665029943,0,0.156468928,1,1,1,1,1,0.675410211,0,0.117583252,1,1,1,1,1,0.756823778,0,0.385149831,0.385233763,0.385195035
-6819,1,0.3466,1,1,1,1,1,1,1,1,0.3158,0.3466,0,1,0.2792,1,1,1,1,1,1,0.4345,0.2792,0,1,0.5976,1,1,1,0.3979,0.5976,0,1,1,1,1,1,0.330696076,0,0.139222175,1,1,1,1,1,0.523431361,0,0.126020938,1,1,1,1,1,0.75443542,0,0.383337361,0.383329807,0.383421986
-6820,1,0.3466,1,1,1,1,1,1,1,1,0.4435,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3984,0.2792,0,1,0.5976,1,1,1,0.4834,0.5976,0,1,1,1,1,1,0.503683269,0,0.368567169,1,1,1,1,1,0.500213146,0,0.224831432,1,1,1,1,1,0.844233334,0,0.393245529,0.393272689,0.393173759
-6821,1,0.3466,1,1,1,1,1,1,1,1,0.3851,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3231,0.2792,0,1,0.5976,1,1,1,0.3692,0.5976,0,1,1,1,1,1,0.387774229,0,0.529633701,1,1,1,1,1,0.438623548,0,0.293468326,1,1,1,1,1,0.801580191,0,0.433301112,0.433467315,0.433510638
-6822,1,0.3466,1,1,1,1,1,1,1,1,0.3553,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2256,0.2792,0,1,0.5976,1,1,1,0.3437,0.5976,0,1,1,1,1,1,0.31759268,0,0.421287119,1,1,1,1,1,0.254517287,0,0.232189268,1,1,1,1,1,0.691714585,0,0.511358144,0.511317961,0.511524823
-6823,1,0.3466,1,1,1,1,1,1,1,1,0.4034,0.3466,0.1978,1,0.2792,1,1,1,1,1,1,0.4175,0.2792,0.1757,1,0.5976,1,1,1,0.2603,0.5976,0.0696,1,1,1,1,1,0.392114699,0.331768662,0.702436805,1,1,1,1,1,0.542310178,0.362359315,0.569177032,1,1,1,1,1,0.55487287,0.157498553,0.555038666,0.555108949,0.554964539
-6824,1,0.3466,1,1,1,1,1,1,1,1,0.3124,0.3466,0.3442,1,0.2792,1,1,1,1,1,1,0.3007,0.2792,0.3072,1,0.5976,1,1,1,0.336,0.5976,0.2069,1,1,1,1,1,0.197548196,0.484342158,0.675023437,1,1,1,1,1,0.331842601,0.497471333,0.490848184,1,1,1,1,1,0.690864921,0.312609017,0.567967617,0.567801989,0.567819149
-6825,1,0.3466,1,1,1,1,1,1,1,1,0.2595,0.3466,0.3798,1,0.2792,1,1,1,1,1,1,0.4229,0.2792,0.3169,1,0.5976,1,1,1,0.3481,0.5976,0.3903,1,1,1,1,1,0.211312339,0.488962889,0.511223674,1,1,1,1,1,0.357817769,0.513554871,0.736081719,1,1,1,1,1,0.794452786,0.463626802,0.579325761,0.579437275,0.579343972
-6826,1,0.3466,1,1,1,1,1,1,1,1,0.1877,0.3466,0.3489,1,0.2792,1,1,1,1,1,1,0.2742,0.2792,0.3366,1,0.5976,1,1,1,0.3719,0.5976,0.4625,1,1,1,1,1,0.143728316,0.479436874,0.452629656,1,1,1,1,1,0.384974003,0.449925363,0.395707607,1,1,1,1,1,0.723966897,0.494727343,0.588871435,0.588745505,0.588652482
-6827,1,0.3466,1,1,1,1,1,1,1,1,0.1861,0.3466,0.3266,1,0.2792,1,1,1,1,1,1,0.216,0.2792,0.3289,1,0.5976,1,1,1,0.4286,0.5976,0.5453,1,1,1,1,1,0.150304437,0.485403419,0.313752145,1,1,1,1,1,0.237940133,0.504553258,0.294928282,1,1,1,1,1,0.742739916,0.566383719,0.590804737,0.590649461,0.590868794
-6828,1,0.3466,1,1,1,1,1,1,1,1,0.3258,0.3466,0.3668,1,0.2792,1,1,1,1,1,1,0.2299,0.2792,0.4225,1,0.5976,1,1,1,0.5897,0.5976,0.5653,1,1,1,1,1,0.278463036,0.645289242,0.417606115,1,1,1,1,1,0.193250239,0.686492085,0.511215508,1,1,1,1,1,0.76963073,0.848111033,0.585306912,0.585360694,0.585549645
-6829,1,0.3466,1,1,1,1,1,1,1,1,0.3061,0.3466,0.4595,1,0.2792,1,1,1,1,1,1,0.3201,0.2792,0.523,1,0.5976,1,1,1,0.7585,0.5976,0.5587,1,1,1,1,1,0.344128162,0.72419095,0.445002019,1,1,1,1,1,0.236612737,0.785230219,0.842507005,1,1,1,1,1,0.812182426,0.913663328,0.580413243,0.580495029,0.580230496
-6830,1,0.3466,1,1,1,1,1,1,1,1,0.2981,0.3466,0.4649,1,0.2792,1,1,1,1,1,1,0.8312,0.2792,0.5302,1,0.5976,1,1,1,0.7693,0.5976,0.4623,1,1,1,1,1,0.47835809,0.78000176,0.885395288,1,1,1,1,1,0.606595397,0.824919403,1,1,1,1,1,1,0.898935139,0.878424644,0.568511358,0.568648191,0.568705674
-6831,1,0.3466,1,1,1,1,1,1,1,1,0.2544,0.3466,0.4132,1,0.2792,1,1,1,1,1,1,0.8576,0.2792,0.4438,1,0.5976,1,1,1,0.5964,0.5976,0.3516,1,1,1,1,1,0.46943143,0.72756207,0.92883265,1,1,1,1,1,0.756459236,0.75561589,0.866727769,1,1,1,1,1,0.805152357,0.746968031,0.559630256,0.559763063,0.559840426
-6832,1,0.3466,1,1,1,1,1,1,1,1,0.2911,0.3466,0.229,1,0.2792,1,1,1,1,1,1,0.7036,0.2792,0.2561,1,0.5976,1,1,1,0.6504,0.5976,0.178,1,1,1,1,1,0.473238885,0.534358859,0.997179329,1,1,1,1,1,0.698922992,0.560051322,1,1,1,1,1,1,0.835449517,0.515393734,0.560476075,0.560609266,0.56072695
-6833,1,0.3466,1,1,1,1,1,1,1,1,0.2282,0.3466,0,1,0.2792,1,1,1,1,1,1,0.6044,0.2792,0.0053,1,0.5976,1,1,1,0.4186,0.5976,0,1,1,1,1,1,0.346265435,0,0.984309793,1,1,1,1,1,0.638717532,0.087324478,0.995010495,1,1,1,1,1,0.600523055,0,0.572740454,0.572667654,0.572695035
-6834,1,0.3466,1,1,1,1,1,1,1,1,0.2249,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2658,0.2792,0,1,0.5976,1,1,1,0.4089,0.5976,0,1,1,1,1,1,0.317750156,0,0.740575016,1,1,1,1,1,0.307811856,0,0.673045397,1,1,1,1,1,0.633834958,0,0.604458676,0.604611805,0.604609929
-6835,1,0.3466,1,1,1,1,1,1,1,1,0.2629,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1067,0.2792,0,1,0.5976,1,1,1,0.4084,0.5976,0,1,1,1,1,1,0.286583841,0,0.768154085,1,1,1,1,1,0.193220824,0,1,1,1,1,1,1,0.695903242,0,0.608083615,0.607996615,0.608156028
-6836,1,0.3466,1,1,1,1,1,1,1,1,0.2208,0.3466,0,1,0.2792,1,1,1,1,1,1,0.092,0.2792,0,1,0.5976,1,1,1,0.4139,0.5976,0,1,1,1,1,1,0.252218455,0,0.933104455,1,1,1,1,1,0.169799536,0,1,1,1,1,1,1,0.77947861,0,0.58742146,0.587476201,0.587765957
-6837,1,0.3466,1,1,1,1,1,1,1,1,0.285,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1008,0.2792,0,1,0.5976,1,1,1,0.5066,0.5976,0,1,1,1,1,1,0.306508273,0,0.994425535,1,1,1,1,1,0.212974742,0,1,1,1,1,1,1,0.78482312,0,0.556126148,0.556166702,0.556294326
-6838,1,0.3466,1,1,1,1,1,1,1,1,0.2445,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0988,0.2792,0,1,0.5976,1,1,1,0.5143,0.5976,0,1,1,1,1,1,0.303477347,0,0.998254061,1,1,1,1,1,0.166249767,0,1,1,1,1,1,1,0.780416906,0,0.510874819,0.510894859,0.51108156
-6839,1,0.3466,1,1,1,1,1,1,1,1,0.2105,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1086,0.2792,0,1,0.5976,1,1,1,0.4611,0.5976,0,1,1,1,1,1,0.205676213,0,0.968523026,1,1,1,1,1,0.161418632,0,0.571173608,1,1,1,1,1,0.763293266,0,0.465140164,0.465199915,0.465425532
-6840,1,0.3466,1,1,1,1,1,1,1,1,0.1817,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1484,0.2792,0,1,0.5976,1,1,1,0.3446,0.5976,0,1,1,1,1,1,0.219451293,0,0.979179978,1,1,1,1,1,0.226408213,0,0.622181952,1,1,1,1,1,0.571967244,0,0.430159497,0.430082505,0.430407801
-6841,1,0.3466,1,1,1,1,1,1,1,1,0.2992,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0915,0.2792,0,1,0.5976,1,1,1,0.2623,0.5976,0,1,1,1,1,1,0.301671743,0,0.995890617,1,1,1,1,1,0.175547972,0,0.66901809,1,1,1,1,1,0.459199905,0,0.411491058,0.411677597,0.411347518
-6842,1,0.3466,1,1,1,1,1,1,1,1,0.1995,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1103,0.2792,0,1,0.5976,1,1,1,0.2273,0.5976,0,1,1,1,1,1,0.236206591,0,0.999059558,1,1,1,1,1,0.206459016,0,0.690264463,1,1,1,1,1,0.423077673,0,0.402247463,0.402157817,0.40248227
-6843,1,0.3466,1,1,1,1,1,1,1,1,0.2058,0.3466,0,1,0.2792,1,1,1,1,1,1,0.129,0.2792,0,1,0.5976,1,1,1,0.2292,0.5976,0,1,1,1,1,1,0.203034848,0,0.996328056,1,1,1,1,1,0.237366036,0,0.998916268,1,1,1,1,1,0.373627722,0,0.398743354,0.398773006,0.39893617
-6844,1,0.3466,1,1,1,1,1,1,1,1,0.2057,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0563,0.2792,0,1,0.5976,1,1,1,0.2075,0.5976,0,1,1,1,1,1,0.164719507,0,0.809908509,1,1,1,1,1,0.102415323,0,0.852541685,1,1,1,1,1,0.356156319,0,0.403637023,0.403638671,0.403812057
-6845,1,0.3466,1,1,1,1,1,1,1,1,0.2163,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0204,0.2792,0,1,0.5976,1,1,1,0.147,0.5976,0,1,1,1,1,1,0.132897973,0,0.886158347,1,1,1,1,1,0.05300799,0,0.839532435,1,1,1,1,1,0.293575376,0,0.421338811,0.421408927,0.421542553
-6846,1,0.3466,1,1,1,1,1,1,1,1,0.1944,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0033,0.2792,0,1,0.5976,1,1,1,0.1224,0.5976,0,1,1,1,1,1,0.14101398,0,0.579267859,1,1,1,1,1,0.014446028,0,0.512628853,1,1,1,1,1,0.215297967,0,0.452875785,0.452718426,0.453014184
-6847,1,0.3466,1,1,1,1,1,1,1,1,0.0937,0.3466,0.2314,1,0.2792,1,1,1,1,1,1,0,0.2792,0.2318,1,0.5976,1,1,1,0.1228,0.5976,0.2136,1,1,1,1,1,0.091542393,0.560904384,0.306131959,1,1,1,1,1,0.003151851,0.528194308,0.216838226,1,1,1,1,1,0.24379918,0.593527436,0.486950217,0.486989634,0.48714539
-6848,1,0.3466,1,1,1,1,1,1,1,1,0.0602,0.3466,0.4563,1,0.2792,1,1,1,1,1,1,0.0013,0.2792,0.4584,1,0.5976,1,1,1,0.1225,0.5976,0.4426,1,1,1,1,1,0.071781129,0.833987832,0.189399242,1,1,1,1,1,0.00299381,0.813149452,0.11682488,1,1,1,1,1,0.242436126,0.866586626,0.52241421,0.522530146,0.522606383
-6849,1,0.3466,1,1,1,1,1,1,1,1,0.0799,0.3466,0.6192,1,0.2792,1,1,1,1,1,1,0.0154,0.2792,0.618,1,0.5976,1,1,1,0.1431,0.5976,0.6035,1,1,1,1,1,0.058136176,0.969844162,0.219495878,1,1,1,1,1,0.020154424,0.957415283,0.075349741,1,1,1,1,1,0.1701819,0.989273906,0.53842436,0.538607997,0.53856383
-6850,1,0.3466,1,1,1,1,1,1,1,1,0.0916,0.3466,0.7183,1,0.2792,1,1,1,1,1,1,0.033,0.2792,0.7168,1,0.5976,1,1,1,0.1905,0.5976,0.6681,1,1,1,1,1,0.097522117,0.999676466,0.184827313,1,1,1,1,1,0.024624364,0.998834372,0.005658901,1,1,1,1,1,0.299298495,1,0.540720155,0.540723503,0.540780142
-6851,1,0.3466,1,1,1,1,1,1,1,1,0.0365,0.3466,0.7242,1,0.2792,1,1,1,1,1,1,0.0056,0.2792,0.7267,1,0.5976,1,1,1,0.277,0.5976,0.6497,1,1,1,1,1,0.065238424,1,0.09041889,1,1,1,1,1,0.003191648,1,0.000539267,1,1,1,1,1,0.342986286,1,0.53340986,0.53331923,0.533687943
-6852,1,0.3466,1,1,1,1,1,1,1,1,0.0429,0.3466,0.7279,1,0.2792,1,1,1,1,1,1,0.0507,0.2792,0.7341,1,0.5976,1,1,1,0.2416,0.5976,0.6404,1,1,1,1,1,0.058062531,1,0.038446188,1,1,1,1,1,0.035949323,1,0,1,1,1,1,1,0.266914725,1,0.522051716,0.522107045,0.522163121
-6853,1,0.3466,1,1,1,1,1,1,1,1,0.0438,0.3466,0.7191,1,0.2792,1,1,1,1,1,1,0.0276,0.2792,0.7258,1,0.5976,1,1,1,0.2121,0.5976,0.6355,1,1,1,1,1,0.057637256,0.999819756,0.033326223,1,1,1,1,1,0.019294767,0.999853849,0,1,1,1,1,1,0.229198873,0.999258399,0.509787337,0.509837106,0.510195035
-6854,1,0.3466,1,1,1,1,1,1,1,1,0.0378,0.3466,0.6208,1,0.2792,1,1,1,1,1,1,0.0374,0.2792,0.6391,1,0.5976,1,1,1,0.1859,0.5976,0.5593,1,1,1,1,1,0.03175706,0.958938122,0.088004485,1,1,1,1,1,0.032688178,0.927368104,0.045731153,1,1,1,1,1,0.223718479,0.951446593,0.500120831,0.500105775,0.5
-6855,1,0.3466,1,1,1,1,1,1,1,1,0.025,0.3466,0.4198,1,0.2792,1,1,1,1,1,1,0.0388,0.2792,0.3326,1,0.5976,1,1,1,0.192,0.5976,0.4058,1,1,1,1,1,0.013197605,0.718747735,0.140119329,1,1,1,1,1,0.043071073,0.469236791,0.054519899,1,1,1,1,1,0.251747578,0.805228233,0.497462542,0.497567167,0.497783688
-6856,1,0.3466,1,1,1,1,1,1,1,1,0.0215,0.3466,0.1447,1,0.2792,1,1,1,1,1,1,0.0204,0.2792,0.1212,1,0.5976,1,1,1,0.08,0.5976,0.1692,1,1,1,1,1,0.014787686,0.300576061,0.091821976,1,1,1,1,1,0.030032566,0.243969157,0.026448956,1,1,1,1,1,0.103242777,0.523603797,0.505679072,0.505817643,0.505762411
-6857,1,0.3466,1,1,1,1,1,1,1,1,0.0193,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0111,0.2792,0.0016,1,0.5976,1,1,1,0.0371,0.5976,0,1,1,1,1,1,0.020545017,0,0.071082018,1,1,1,1,1,0.025765024,0.003019659,0.030997122,1,1,1,1,1,0.061695822,0,0.5270058,0.52697271,0.52748227
-6858,1,0.3466,1,1,1,1,1,1,1,1,0.0129,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1374,0.2792,0,1,0.5976,1,1,1,0.0483,0.5976,0,1,1,1,1,1,0.020709805,0,0.028155774,1,1,1,1,1,0.165694654,0,0.014222777,1,1,1,1,1,0.072347216,0,0.566517641,0.566532685,0.566489362
-6859,1,0.3466,1,1,1,1,1,1,1,1,0.0058,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1417,0.2792,0,1,0.5976,1,1,1,0.0779,0.5976,0,1,1,1,1,1,0.015903004,0,0.015914306,1,1,1,1,1,0.173001975,0,0.042036131,1,1,1,1,1,0.144738719,0,0.567544708,0.567590438,0.567375887
-6860,1,0.3466,1,1,1,1,1,1,1,1,0.0469,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1927,0.2792,0,1,0.5976,1,1,1,0.0759,0.5976,0,1,1,1,1,1,0.108697928,0,0.034827188,1,1,1,1,1,0.288638473,0,0.102073565,1,1,1,1,1,0.128272548,0,0.550628323,0.550666385,0.550975177
-6861,1,0.3466,1,1,1,1,1,1,1,1,0.1532,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2579,0.2792,0,1,0.5976,1,1,1,0.1356,0.5976,0,1,1,1,1,1,0.330305457,0,0.056539871,1,1,1,1,1,0.376571089,0,0.223473817,1,1,1,1,1,0.264080375,0,0.522957951,0.522953247,0.523049645
-6862,1,0.3466,1,1,1,1,1,1,1,1,0.2038,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2771,0.2792,0,1,0.5976,1,1,1,0.1415,0.5976,0,1,1,1,1,1,0.344894737,0,0.151211992,1,1,1,1,1,0.383740962,0,0.299082488,1,1,1,1,1,0.302093387,0,0.485439826,0.485508779,0.48537234
-6863,1,0.3466,1,1,1,1,1,1,1,1,0.2324,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3485,0.2792,0,1,0.5976,1,1,1,0.1952,0.5976,0,1,1,1,1,1,0.364677906,0,0.285111576,1,1,1,1,1,0.479000658,0,0.343752623,1,1,1,1,1,0.413563758,0,0.445746738,0.445737254,0.445921986
-6864,1,0.3466,1,1,1,1,1,1,1,1,0.149,0.3466,0,1,0.2792,1,1,1,1,1,1,0.366,0.2792,0,1,0.5976,1,1,1,0.1995,0.5976,0,1,1,1,1,1,0.270590514,0,0.375319123,1,1,1,1,1,0.538993895,0,0.822680354,1,1,1,1,1,0.460313171,0,0.413605607,0.413581553,0.41356383
-6865,1,0.3466,1,1,1,1,1,1,1,1,0.1065,0.3466,0,1,0.2792,1,1,1,1,1,1,0.5587,0.2792,0,1,0.5976,1,1,1,0.2568,0.5976,0,1,1,1,1,1,0.218956873,0,0.368196249,1,1,1,1,1,0.68693018,0,0.850039601,1,1,1,1,1,0.536122739,0,0.391735138,0.391791834,0.391843972
-6866,1,0.3466,1,1,1,1,1,1,1,1,0.1515,0.3466,0,1,0.2792,1,1,1,1,1,1,0.7567,0.2792,0,1,0.5976,1,1,1,0.3683,0.5976,0,1,1,1,1,1,0.196383581,0,0.549325764,1,1,1,1,1,0.749540687,0,1,1,1,1,1,1,0.594885528,0,0.380920735,0.380791199,0.380762411
-6867,1,0.3466,1,1,1,1,1,1,1,1,0.1908,0.3466,0,1,0.2792,1,1,1,1,1,1,0.6328,0.2792,0,1,0.5976,1,1,1,0.2474,0.5976,0,1,1,1,1,1,0.206895933,0,0.689284086,1,1,1,1,1,0.652736545,0,1,1,1,1,1,1,0.402311921,0,0.375120831,0.375079331,0.375443262
-6868,1,0.3466,1,1,1,1,1,1,1,1,0.2122,0.3466,0,1,0.2792,1,1,1,1,1,1,0.4981,0.2792,0,1,0.5976,1,1,1,0.1981,0.5976,0,1,1,1,1,1,0.200194255,0,0.807884336,1,1,1,1,1,0.53961587,0,1,1,1,1,1,1,0.29313758,0,0.375181247,0.375079331,0.375443262
-6869,1,0.3466,1,1,1,1,1,1,1,1,0.2607,0.3466,0,1,0.2792,1,1,1,1,1,1,0.4367,0.2792,0,1,0.5976,1,1,1,0.1216,0.5976,0,1,1,1,1,1,0.229861587,0,0.695807219,1,1,1,1,1,0.496926844,0,1,1,1,1,1,1,0.278827101,0,0.384726921,0.384810662,0.384751773
-6870,1,0.3466,1,1,1,1,1,1,1,1,0.3003,0.3466,0,1,0.2792,1,1,1,1,1,1,0.5067,0.2792,0,1,0.5976,1,1,1,0.1021,0.5976,0,1,1,1,1,1,0.236624435,0,0.640307903,1,1,1,1,1,0.41535759,0,0.870953441,1,1,1,1,1,0.297738552,0,0.405389077,0.405542627,0.405141844
-6871,1,0.3466,1,1,1,1,1,1,1,1,0.5251,0.3466,0.0215,1,0.2792,1,1,1,1,1,1,0.5724,0.2792,0.0097,1,0.5976,1,1,1,0.1288,0.5976,0,1,1,1,1,1,0.41516301,0.018653851,1,1,1,1,1,1,0.497237742,0.00756442,1,1,1,1,1,1,0.289119035,0.000169036,0.433905268,0.433890417,0.433953901
-6872,1,0.3466,1,1,1,1,1,1,1,1,0.3655,0.3466,0.1102,1,0.2792,1,1,1,1,1,1,0.7374,0.2792,0.1175,1,0.5976,1,1,1,0.1149,0.5976,0.0455,1,1,1,1,1,0.314445406,0.119305506,1,1,1,1,1,1,0.55093503,0.157421276,1,1,1,1,1,1,0.20936586,0.105014853,0.474202513,0.474085043,0.47429078
-6873,1,0.3466,1,1,1,1,1,1,1,1,0.484,0.3466,0.18,1,0.2792,1,1,1,1,1,1,0.8231,0.2792,0.2176,1,0.5976,1,1,1,0.0935,0.5976,0.2003,1,1,1,1,1,0.404210865,0.280448496,1,1,1,1,1,1,0.707395136,0.347440064,1,1,1,1,1,1,0.13545464,0.2253097,0.507431126,0.507510049,0.507535461
-6874,1,0.3466,1,1,1,1,1,1,1,1,0.4569,0.3466,0.3108,1,0.2792,1,1,1,1,1,1,0.6331,0.2792,0.3359,1,0.5976,1,1,1,0.0841,0.5976,0.3089,1,1,1,1,1,0.326612204,0.450345695,1,1,1,1,1,1,0.523619294,0.488708198,1,1,1,1,1,1,0.097104341,0.376307905,0.526341228,0.526338058,0.526595745
-6875,1,0.3466,1,1,1,1,1,1,1,1,0.5031,0.3466,0.2751,1,0.2792,1,1,1,1,1,1,0.3623,0.2792,0.3336,1,0.5976,1,1,1,0.0513,0.5976,0.3647,1,1,1,1,1,0.310441405,0.423206419,1,1,1,1,1,1,0.343312174,0.514820516,1,1,1,1,1,1,0.071549043,0.486880422,0.536793137,0.536704041,0.53679078
-6876,1,0.3466,1,1,1,1,1,1,1,1,0.4352,0.3466,0.2799,1,0.2792,1,1,1,1,1,1,0.2098,0.2792,0.3762,1,0.5976,1,1,1,0.047,0.5976,0.372,1,1,1,1,1,0.1980277,0.412650466,1,1,1,1,1,1,0.237220705,0.568903506,1,1,1,1,1,1,0.042227767,0.412576556,0.539088932,0.539031098,0.539450355
-6877,1,0.3466,1,1,1,1,1,1,1,1,0.4444,0.3466,0.3584,1,0.2792,1,1,1,1,1,1,0.1925,0.2792,0.4341,1,0.5976,1,1,1,0.0225,0.5976,0.3338,1,1,1,1,1,0.201954693,0.478371799,1,1,1,1,1,1,0.246611983,0.664723873,1,1,1,1,1,1,0.025667576,0.334447205,0.532624456,0.532684578,0.532801418
-6878,1,0.3466,1,1,1,1,1,1,1,1,0.523,0.3466,0.3817,1,0.2792,1,1,1,1,1,1,0.3033,0.2792,0.4454,1,0.5976,1,1,1,0.0147,0.5976,0.2197,1,1,1,1,1,0.22975722,0.533539295,1,1,1,1,1,1,0.381956905,0.706643045,1,1,1,1,1,1,0.019676059,0.257253826,0.52422668,0.524222551,0.524379433
-6879,1,0.3466,1,1,1,1,1,1,1,1,0.4492,0.3466,0.3267,1,0.2792,1,1,1,1,1,1,0.2966,0.2792,0.362,1,0.5976,1,1,1,0.0192,0.5976,0.1123,1,1,1,1,1,0.22838746,0.562942326,1,1,1,1,1,1,0.354477137,0.624068677,1,1,1,1,1,1,0.012455317,0.188996702,0.520118415,0.520203089,0.520390071
-6880,1,0.3466,1,1,1,1,1,1,1,1,0.3464,0.3466,0.132,1,0.2792,1,1,1,1,1,1,0.1788,0.2792,0.1677,1,0.5976,1,1,1,0.0368,0.5976,0.0136,1,1,1,1,1,0.158531293,0.321229488,1,1,1,1,1,1,0.204012632,0.362261444,1,1,1,1,1,1,0.032505348,0.041186444,0.526945384,0.52697271,0.527039007
-6881,1,0.3466,1,1,1,1,1,1,1,1,0.2628,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1801,0.2792,0,1,0.5976,1,1,1,0.0551,0.5976,0,1,1,1,1,1,0.175733626,0,1,1,1,1,1,1,0.218864471,0,1,1,1,1,1,1,0.10523697,0,0.543680522,0.543685213,0.543882979
-6882,1,0.3466,1,1,1,1,1,1,1,1,0.2916,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2272,0.2792,0,1,0.5976,1,1,1,0.0425,0.5976,0,1,1,1,1,1,0.208671659,0,1,1,1,1,1,1,0.313125074,0,1,1,1,1,1,1,0.135223493,0,0.578298695,0.578379522,0.578457447
-6883,1,0.3466,1,1,1,1,1,1,1,1,0.3968,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3139,0.2792,0,1,0.5976,1,1,1,0.1002,0.5976,0,1,1,1,1,1,0.320494592,0,1,1,1,1,1,1,0.446656555,0,1,1,1,1,1,1,0.311437637,0,0.580775737,0.580706579,0.580673759
-6884,1,0.3466,1,1,1,1,1,1,1,1,0.3766,0.3466,0,1,0.2792,1,1,1,1,1,1,0.4371,0.2792,0,1,0.5976,1,1,1,0.1177,0.5976,0,1,1,1,1,1,0.367823929,0,1,1,1,1,1,1,0.496479481,0,1,1,1,1,1,1,0.300861984,0,0.558240696,0.558282209,0.558510638
-6885,1,0.3466,1,1,1,1,1,1,1,1,0.4632,0.3466,0,1,0.2792,1,1,1,1,1,1,0.5356,0.2792,0,1,0.5976,1,1,1,0.1296,0.5976,0,1,1,1,1,1,0.500385582,0,1,1,1,1,1,1,0.560613871,0,1,1,1,1,1,1,0.336147308,0,0.515224746,0.515125873,0.515070922
-6886,1,0.3466,1,1,1,1,1,1,1,1,0.4308,0.3466,0,1,0.2792,1,1,1,1,1,1,0.8387,0.2792,0,1,0.5976,1,1,1,0.15,0.5976,0,1,1,1,1,1,0.410902083,0,1,1,1,1,1,1,0.671755373,0,1,1,1,1,1,1,0.435916364,0,0.467919285,0.467950074,0.468085106
-6887,1,0.3466,1,1,1,1,1,1,1,1,0.5871,0.3466,0,1,0.2792,1,1,1,1,1,1,0.8217,0.2792,0,1,0.5976,1,1,1,0.154,0.5976,0,1,1,1,1,1,0.498518139,0,1,1,1,1,1,1,0.674864888,0,1,1,1,1,1,1,0.468040615,0,0.425205413,0.425216839,0.425088652
-6888,1,0.3466,1,1,1,1,1,1,1,1,0.6759,0.3466,0,1,0.2792,1,1,1,1,1,1,0.8264,0.2792,0,1,0.5976,1,1,1,0.1569,0.5976,0,1,1,1,1,1,0.538631618,0,1,1,1,1,1,1,0.748063326,0,1,1,1,1,1,1,0.5089553,0,0.395360077,0.395388195,0.395390071
-6889,1,0.3466,1,1,1,1,1,1,1,1,0.7327,0.3466,0,1,0.2792,1,1,1,1,1,1,0.7732,0.2792,0,1,0.5976,1,1,1,0.1723,0.5976,0,1,1,1,1,1,0.54975456,0,1,1,1,1,1,1,0.674336553,0,1,1,1,1,1,1,0.541297376,0,0.380437409,0.380368098,0.380319149
-6890,1,0.3466,1,1,1,1,1,1,1,1,0.691,0.3466,0,1,0.2792,1,1,1,1,1,1,0.6792,0.2792,0,1,0.5976,1,1,1,0.2119,0.5976,0,1,1,1,1,1,0.483896673,0,1,1,1,1,1,1,0.678330064,0,1,1,1,1,1,1,0.573267639,0,0.373912518,0.373810028,0.373670213
-6891,1,0.3466,1,1,1,1,1,1,1,1,0.6774,0.3466,0,1,0.2792,1,1,1,1,1,1,0.7468,0.2792,0,1,0.5976,1,1,1,0.1597,0.5976,0,1,1,1,1,1,0.458484083,0,1,1,1,1,1,1,0.683899522,0,1,1,1,1,1,1,0.465803981,0,0.373670855,0.373810028,0.373670213
-6892,1,0.3466,1,1,1,1,1,1,1,1,0.6231,0.3466,0,1,0.2792,1,1,1,1,1,1,0.7145,0.2792,0,1,0.5976,1,1,1,0.1719,0.5976,0,1,1,1,1,1,0.436000854,0,1,1,1,1,1,1,0.675435781,0,1,1,1,1,1,1,0.466797352,0,0.385633156,0.385656865,0.385638298
-6893,1,0.3466,1,1,1,1,1,1,1,1,0.6089,0.3466,0,1,0.2792,1,1,1,1,1,1,0.667,0.2792,0,1,0.5976,1,1,1,0.2013,0.5976,0,1,1,1,1,1,0.424377739,0,1,1,1,1,1,1,0.558961034,0,1,1,1,1,1,1,0.433635086,0,0.427561624,0.427755447,0.427748227
-6894,1,0.3466,1,1,1,1,1,1,1,1,0.4654,0.3466,0,1,0.2792,1,1,1,1,1,1,0.4181,0.2792,0,1,0.5976,1,1,1,0.2436,0.5976,0,1,1,1,1,1,0.312162787,0,1,1,1,1,1,1,0.350325763,0,1,1,1,1,1,1,0.484973162,0,0.507189464,0.507086947,0.507092199
-6895,1,0.3466,1,1,1,1,1,1,1,1,0.466,0.3466,0.0605,1,0.2792,1,1,1,1,1,1,0.3819,0.2792,0.043,1,0.5976,1,1,1,0.3629,0.5976,0.0691,1,1,1,1,1,0.264300883,0.076532081,1,1,1,1,1,1,0.3857494,0.036279552,1,1,1,1,1,1,0.583930552,0.135158718,0.553407443,0.553416543,0.553634752
-6896,1,0.3466,1,1,1,1,1,1,1,1,0.5323,0.3466,0.2056,1,0.2792,1,1,1,1,1,1,0.5726,0.2792,0.1647,1,0.5976,1,1,1,0.2935,0.5976,0.218,1,1,1,1,1,0.410238087,0.269313157,1,1,1,1,1,1,0.522594571,0.187000126,1,1,1,1,1,1,0.487524331,0.37122184,0.568330111,0.568436641,0.568262411
-6897,1,0.3466,1,1,1,1,1,1,1,1,0.5264,0.3466,0.3067,1,0.2792,1,1,1,1,1,1,0.483,0.2792,0.3382,1,0.5976,1,1,1,0.233,0.5976,0.365,1,1,1,1,1,0.396348268,0.426077724,1,1,1,1,1,1,0.436922073,0.34834376,1,1,1,1,1,1,0.457468718,0.457637608,0.585669406,0.585572245,0.585992908
-6898,1,0.3466,1,1,1,1,1,1,1,1,0.724,0.3466,0.3923,1,0.2792,1,1,1,1,1,1,0.4729,0.2792,0.3577,1,0.5976,1,1,1,0.2689,0.5976,0.3941,1,1,1,1,1,0.497791171,0.446376115,1,1,1,1,1,1,0.472755075,0.43769443,1,1,1,1,1,1,0.419482857,0.515875578,0.597510875,0.597630633,0.59751773
-6899,1,0.3466,1,1,1,1,1,1,1,1,0.7243,0.3466,0.4101,1,0.2792,1,1,1,1,1,1,0.4672,0.2792,0.307,1,0.5976,1,1,1,0.2745,0.5976,0.3626,1,1,1,1,1,0.506500423,0.462014049,1,1,1,1,1,1,0.43843922,0.384250671,1,1,1,1,1,1,0.45576033,0.427676618,0.60258579,0.602707849,0.602836879
-6900,1,0.3466,1,1,1,1,1,1,1,1,0.6063,0.3466,0.3265,1,0.2792,1,1,1,1,1,1,0.19,0.2792,0.3225,1,0.5976,1,1,1,0.255,0.5976,0.3694,1,1,1,1,1,0.418988854,0.413460642,1,1,1,1,1,1,0.214312345,0.422186345,1,1,1,1,1,1,0.441413045,0.420769989,0.601739971,0.601650095,0.601950355
-6901,1,0.3466,1,1,1,1,1,1,1,1,0.3397,0.3466,0.3543,1,0.2792,1,1,1,1,1,1,0.1303,0.2792,0.3443,1,0.5976,1,1,1,0.2525,0.5976,0.3078,1,1,1,1,1,0.197574377,0.492376208,1,1,1,1,1,1,0.197431773,0.468460083,1,1,1,1,1,1,0.397917271,0.354888558,0.602464959,0.602496298,0.602836879
-6902,1,0.3466,1,1,1,1,1,1,1,1,0.3434,0.3466,0.3239,1,0.2792,1,1,1,1,1,1,0.1084,0.2792,0.2887,1,0.5976,1,1,1,0.2495,0.5976,0.2795,1,1,1,1,1,0.229398414,0.448861599,1,1,1,1,1,1,0.160574198,0.344798356,1,1,1,1,1,1,0.328446925,0.282455713,0.596967134,0.59678443,0.597074468
-6903,1,0.3466,1,1,1,1,1,1,1,1,0.249,0.3466,0.2139,1,0.2792,1,1,1,1,1,1,0.0071,0.2792,0.1717,1,0.5976,1,1,1,0.2328,0.5976,0.1378,1,1,1,1,1,0.126021907,0.278407902,1,1,1,1,1,1,0.031950671,0.218491122,1,1,1,1,1,1,0.302046239,0.197672278,0.592738038,0.592764967,0.592641844
-6904,1,0.3466,1,1,1,1,1,1,1,1,0.3387,0.3466,0.072,1,0.2792,1,1,1,1,1,1,0,0.2792,0.0553,1,0.5976,1,1,1,0.169,0.5976,0.0079,1,1,1,1,1,0.164155453,0.105305046,1,1,1,1,1,1,0.053604178,0.064427249,1,1,1,1,1,1,0.334382772,0.024854131,0.596483809,0.596572879,0.596631206
-6905,1,0.3466,1,1,1,1,1,1,1,1,0.2844,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0614,0.2792,0,1,0.5976,1,1,1,0.1359,0.5976,0,1,1,1,1,1,0.14654246,0,1,1,1,1,1,1,0.131799951,0,1,1,1,1,1,1,0.275761873,0,0.614366844,0.614554686,0.614361702
-6906,1,0.3466,1,1,1,1,1,1,1,1,0.2175,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1505,0.2792,0,1,0.5976,1,1,1,0.1121,0.5976,0,1,1,1,1,1,0.165052205,0,0.994726002,1,1,1,1,1,0.165356904,0,1,1,1,1,1,1,0.204609334,0,0.644514258,0.64459488,0.644503546
-6907,1,0.3466,1,1,1,1,1,1,1,1,0.3303,0.3466,0,1,0.2792,1,1,1,1,1,1,0,0.2792,0,1,0.5976,1,1,1,0.1855,0.5976,0,1,1,1,1,1,0.260296643,0,0.997735322,1,1,1,1,1,0.044611633,0,1,1,1,1,1,1,0.236588284,0,0.635451909,0.635498202,0.635638298
-6908,1,0.3466,1,1,1,1,1,1,1,1,0.3134,0.3466,0,1,0.2792,1,1,1,1,1,1,0,0.2792,0,1,0.5976,1,1,1,0.2052,0.5976,0,1,1,1,1,1,0.311511338,0,0.829843998,1,1,1,1,1,0.047131471,0,1,1,1,1,1,1,0.189050049,0,0.604579507,0.604611805,0.604609929
-6909,1,0.3466,1,1,1,1,1,1,1,1,0.1599,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0316,0.2792,0,1,0.5976,1,1,1,0.1695,0.5976,0,1,1,1,1,1,0.136658832,0,0.717376113,1,1,1,1,1,0.071439713,0,1,1,1,1,1,1,0.175425097,0,0.557394877,0.557436006,0.557180851
-6910,1,0.3466,1,1,1,1,1,1,1,1,0.1437,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0163,0.2792,0,1,0.5976,1,1,1,0.1688,0.5976,0,1,1,1,1,1,0.065810911,0,0.736376524,1,1,1,1,1,0.027179023,0,0.900345802,1,1,1,1,1,0.322828829,0,0.499516675,0.499682674,0.499556738
-6911,1,0.3466,1,1,1,1,1,1,1,1,0.2251,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0807,0.2792,0,1,0.5976,1,1,1,0.1529,0.5976,0,1,1,1,1,1,0.137103409,0,0.93890512,1,1,1,1,1,0.122309476,0,0.952668071,1,1,1,1,1,0.24952665,0,0.449130014,0.449122065,0.449468085
-6912,1,0.3466,1,1,1,1,1,1,1,1,0.2372,0.3466,0,1,0.2792,1,1,1,1,1,1,0.5648,0.2792,0,1,0.5976,1,1,1,0.131,0.5976,0,1,1,1,1,1,0.189137414,0,0.652617097,1,1,1,1,1,0.417273045,0,0.142772004,1,1,1,1,1,0.112192146,0,0.414693088,0.414639306,0.414893617
-6913,1,0.3466,1,1,1,1,1,1,1,1,0.2273,0.3466,0,1,0.2792,1,1,1,1,1,1,0.7743,0.2792,0,1,0.5976,1,1,1,0.0849,0.5976,0,1,1,1,1,1,0.303951472,0,0.319378972,1,1,1,1,1,0.562404215,0,0.273007065,1,1,1,1,1,0.093047209,0,0.394876752,0.394753543,0.394946809
-6914,1,0.3466,1,1,1,1,1,1,1,1,0.2626,0.3466,0,1,0.2792,1,1,1,1,1,1,0.801,0.2792,0,1,0.5976,1,1,1,0.0556,0.5976,0,1,1,1,1,1,0.399336219,0,0.20581232,1,1,1,1,1,0.638780534,0,0.548368096,1,1,1,1,1,0.061111048,0,0.383639439,0.383752909,0.383865248
-6915,1,0.3466,1,1,1,1,1,1,1,1,0.3173,0.3466,0,1,0.2792,1,1,1,1,1,1,0.893,0.2792,0,1,0.5976,1,1,1,0.073,0.5976,0,1,1,1,1,1,0.483362824,0,0.283151537,1,1,1,1,1,0.656994998,0,0.23932147,1,1,1,1,1,0.089140147,0,0.379229096,0.379098794,0.379432624
-6916,1,0.3466,1,1,1,1,1,1,1,1,0.2618,0.3466,0,1,0.2792,1,1,1,1,1,1,0.5709,0.2792,0,1,0.5976,1,1,1,0.045,0.5976,0,1,1,1,1,1,0.280405015,0,0.623842359,1,1,1,1,1,0.517456949,0,0.428439558,1,1,1,1,1,0.09195254,0,0.386599807,0.386714618,0.386524823
-6917,1,0.3466,1,1,1,1,1,1,1,1,0.3917,0.3466,0,1,0.2792,1,1,1,1,1,1,0.5452,0.2792,0,1,0.5976,1,1,1,0.0752,0.5976,0,1,1,1,1,1,0.377444357,0,0.857573509,1,1,1,1,1,0.509673357,0,1,1,1,1,1,1,0.133405045,0,0.423151281,0.423101333,0.423315603
-6918,1,0.3466,1,1,1,1,1,1,1,1,0.3783,0.3466,0,1,0.2792,1,1,1,1,1,1,0.5653,0.2792,0,1,0.5976,1,1,1,0.1702,0.5976,0,1,1,1,1,1,0.36489445,0,0.600097358,1,1,1,1,1,0.506316781,0,1,1,1,1,1,1,0.321411401,0,0.500060416,0.500105775,0.5
-6919,1,0.3466,1,1,1,1,1,1,1,1,0.5029,0.3466,0.1037,1,0.2792,1,1,1,1,1,1,0.6813,0.2792,0.1888,1,0.5976,1,1,1,0.1534,0.5976,0.0494,1,1,1,1,1,0.480051011,0.355898052,0.867076755,1,1,1,1,1,0.587990165,0.432941914,1,1,1,1,1,1,0.352056086,0.021556681,0.547667956,0.547704675,0.54787234
-6920,1,0.3466,1,1,1,1,1,1,1,1,0.5751,0.3466,0.3738,1,0.2792,1,1,1,1,1,1,0.8919,0.2792,0.3754,1,0.5976,1,1,1,0.2368,0.5976,0.2104,1,1,1,1,1,0.562359631,0.652573824,0.933787167,1,1,1,1,1,0.776361644,0.596852422,1,1,1,1,1,1,0.443598419,0.169116601,0.556609473,0.556589803,0.556737589
-6921,1,0.3466,1,1,1,1,1,1,1,1,0.5931,0.3466,0.4981,1,0.2792,1,1,1,1,1,1,0.8644,0.2792,0.5028,1,0.5976,1,1,1,0.3207,0.5976,0.2195,1,1,1,1,1,0.624085367,0.669358253,1,1,1,1,1,1,0.82127738,0.817054391,1,1,1,1,1,1,0.53753531,0.396625549,0.563134364,0.563147874,0.563386525
-6922,1,0.3466,1,1,1,1,1,1,1,1,0.5685,0.3466,0.612,1,0.2792,1,1,1,1,1,1,0.9037,0.2792,0.6248,1,0.5976,1,1,1,0.4916,0.5976,0.3208,1,1,1,1,1,0.755631566,0.820069432,0.913016081,1,1,1,1,1,0.832544565,0.887383401,1,1,1,1,1,1,0.722288311,0.575966835,0.571048816,0.570975249,0.571365248
-6923,1,0.3466,1,1,1,1,1,1,1,1,0.6159,0.3466,0.6376,1,0.2792,1,1,1,1,1,1,0.9309,0.2792,0.6784,1,0.5976,1,1,1,0.4709,0.5976,0.3713,1,1,1,1,1,0.784955561,0.850837648,0.644928813,1,1,1,1,1,0.903745294,0.94992274,1,1,1,1,1,1,0.672923744,0.66528976,0.572982117,0.572879205,0.573138298
-6924,1,0.3466,1,1,1,1,1,1,1,1,0.5971,0.3466,0.6688,1,0.2792,1,1,1,1,1,1,0.9379,0.2792,0.7137,1,0.5976,1,1,1,0.5634,0.5976,0.4004,1,1,1,1,1,0.820771873,0.895271182,0.613789797,1,1,1,1,1,0.880819023,0.981021166,0.988490582,1,1,1,1,1,0.762022674,0.674595356,0.568934268,0.568859742,0.569148936
-6925,1,0.3466,1,1,1,1,1,1,1,1,0.5802,0.3466,0.5734,1,0.2792,1,1,1,1,1,1,0.8952,0.2792,0.5941,1,0.5976,1,1,1,0.6671,0.5976,0.4836,1,1,1,1,1,0.82443428,0.823665321,0.826559484,1,1,1,1,1,0.837998033,0.842649043,1,1,1,1,1,1,0.846166015,0.741424084,0.567242629,0.567167337,0.567375887
-6926,1,0.3466,1,1,1,1,1,1,1,1,0.4942,0.3466,0.5992,1,0.2792,1,1,1,1,1,1,0.8321,0.2792,0.6349,1,0.5976,1,1,1,0.7096,0.5976,0.4071,1,1,1,1,1,0.757456243,0.944993138,0.757160366,1,1,1,1,1,0.74991554,0.966587186,0.937518358,1,1,1,1,1,0.910224438,0.790278316,0.559932334,0.559974614,0.560283688
-6927,1,0.3466,1,1,1,1,1,1,1,1,0.431,0.3466,0.4377,1,0.2792,1,1,1,1,1,1,0.6392,0.2792,0.4757,1,0.5976,1,1,1,0.6249,0.5976,0.3029,1,1,1,1,1,0.641001523,0.811819434,0.432191372,1,1,1,1,1,0.643968463,0.831633687,0.682326436,1,1,1,1,1,0.886844635,0.715731561,0.555340744,0.555320499,0.555407801
-6928,1,0.3466,1,1,1,1,1,1,1,1,0.2861,0.3466,0.2159,1,0.2792,1,1,1,1,1,1,0.4564,0.2792,0.2589,1,0.5976,1,1,1,0.6009,0.5976,0.1387,1,1,1,1,1,0.489680976,0.546455443,0.374356806,1,1,1,1,1,0.460313678,0.571512699,0.354700506,1,1,1,1,1,0.873219132,0.462765247,0.560536491,0.560609266,0.56072695
-6929,1,0.3466,1,1,1,1,1,1,1,1,0.1891,0.3466,0,1,0.2792,1,1,1,1,1,1,0.4625,0.2792,0,1,0.5976,1,1,1,0.6299,0.5976,0,1,1,1,1,1,0.34201619,0,0.222844303,1,1,1,1,1,0.46994102,0.000147712,0.255001843,1,1,1,1,1,0.873799682,0,0.577936201,0.577956421,0.578014184
-6930,1,0.3466,1,1,1,1,1,1,1,1,0.1587,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2796,0.2792,0,1,0.5976,1,1,1,0.612,0.5976,0,1,1,1,1,1,0.249930039,0,0.315572977,1,1,1,1,1,0.310385287,0,0.256209433,1,1,1,1,1,0.881932974,0,0.617991783,0.617939497,0.618351064
-6931,1,0.3466,1,1,1,1,1,1,1,1,0.1297,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1369,0.2792,0,1,0.5976,1,1,1,0.4681,0.5976,0,1,1,1,1,1,0.182849854,0,0.24657467,1,1,1,1,1,0.170644358,0,0.138579845,1,1,1,1,1,0.8416875,0,0.618898018,0.618785699,0.618794326
-6932,1,0.3466,1,1,1,1,1,1,1,1,0.1437,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0853,0.2792,0,1,0.5976,1,1,1,0.4186,0.5976,0,1,1,1,1,1,0.195684209,0,0.203153342,1,1,1,1,1,0.122362129,0,0.138575137,1,1,1,1,1,0.788006127,0,0.594308845,0.594245822,0.594414894
-6933,1,0.3466,1,1,1,1,1,1,1,1,0.1708,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1019,0.2792,0,1,0.5976,1,1,1,0.2465,0.5976,0,1,1,1,1,1,0.149344802,0,0.199172676,1,1,1,1,1,0.146261364,0,0.230389789,1,1,1,1,1,0.504680812,0,0.548815853,0.548762429,0.548758865
-6934,1,0.3466,1,1,1,1,1,1,1,1,0.1382,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0354,0.2792,0,1,0.5976,1,1,1,0.2081,0.5976,0,1,1,1,1,1,0.113173023,0,0.245120347,1,1,1,1,1,0.062420167,0,0.353731394,1,1,1,1,1,0.44543606,0,0.498066699,0.497990269,0.49822695
-6935,1,0.3466,1,1,1,1,1,1,1,1,0.1484,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2125,0.2792,0,1,0.5976,1,1,1,0.247,0.5976,0,1,1,1,1,1,0.173694447,0,0.196369246,1,1,1,1,1,0.238565028,0,0.297148436,1,1,1,1,1,0.527487159,0,0.450096665,0.450179818,0.45035461
-6936,1,0.3466,1,1,1,1,1,1,1,1,0.2028,0.3466,0,1,0.2792,1,1,1,1,1,1,0.223,0.2792,0,1,0.5976,1,1,1,0.3248,0.5976,0,1,1,1,1,1,0.173880011,0,0.43731162,1,1,1,1,1,0.294793367,0,0.808767557,1,1,1,1,1,0.67014569,0,0.413303528,0.413370002,0.41356383
-6937,1,0.3466,1,1,1,1,1,1,1,1,0.2292,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2585,0.2792,0,1,0.5976,1,1,1,0.2893,0.5976,0,1,1,1,1,1,0.184758142,0,0.454380482,1,1,1,1,1,0.28416124,0,0.895928144,1,1,1,1,1,0.661301017,0,0.395782987,0.395811297,0.395833333
-6938,1,0.3466,1,1,1,1,1,1,1,1,0.1697,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2135,0.2792,0,1,0.5976,1,1,1,0.2633,0.5976,0,1,1,1,1,1,0.139635131,0,0.396913528,1,1,1,1,1,0.236032888,0,0.665457606,1,1,1,1,1,0.467998981,0,0.388110198,0.388195473,0.388297872
-6939,1,0.3466,1,1,1,1,1,1,1,1,0.1787,0.3466,0,1,0.2792,1,1,1,1,1,1,0.216,0.2792,0,1,0.5976,1,1,1,0.2305,0.5976,0,1,1,1,1,1,0.223213106,0,0.329798579,1,1,1,1,1,0.237391546,0,0.524198174,1,1,1,1,1,0.429212123,0,0.387445626,0.387560821,0.387411348
-6940,1,0.3466,1,1,1,1,1,1,1,1,0.1661,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1416,0.2792,0,1,0.5976,1,1,1,0.3023,0.5976,0,1,1,1,1,1,0.245129645,0,0.202838585,1,1,1,1,1,0.140891731,0,0.398662597,1,1,1,1,1,0.495081782,0,0.400012083,0.40004231,0.400265957
-6941,1,0.3466,1,1,1,1,1,1,1,1,0.2017,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1099,0.2792,0,1,0.5976,1,1,1,0.3064,0.5976,0,1,1,1,1,1,0.270193011,0,0.137493655,1,1,1,1,1,0.109147787,0,0.26427567,1,1,1,1,1,0.523988724,0,0.442242629,0.442352443,0.442375887
-6942,1,0.3466,1,1,1,1,1,1,1,1,0.0778,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0151,0.2792,0,1,0.5976,1,1,1,0.259,0.5976,0,1,1,1,1,1,0.14450191,0,0.045859799,1,1,1,1,1,0.022372149,0,0.062681682,1,1,1,1,1,0.426215351,0,0.524951667,0.524857203,0.525265957
-6943,1,0.3466,1,1,1,1,1,1,1,1,0.0902,0.3466,0.1905,1,0.2792,1,1,1,1,1,1,0.0324,0.2792,0.1796,1,0.5976,1,1,1,0.212,0.5976,0.1917,1,1,1,1,1,0.161726445,0.381204516,0.050079066,1,1,1,1,1,0.032931637,0.389283776,0.119409427,1,1,1,1,1,0.361259609,0.479282618,0.568088449,0.568013539,0.568262411
-6944,1,0.3466,1,1,1,1,1,1,1,1,0.0608,0.3466,0.4178,1,0.2792,1,1,1,1,1,1,0.0109,0.2792,0.4105,1,0.5976,1,1,1,0.1986,0.5976,0.4071,1,1,1,1,1,0.114508808,0.708604813,0.004462038,1,1,1,1,1,0.015744308,0.698557615,0.004413351,1,1,1,1,1,0.372213632,0.755144477,0.575700822,0.575840914,0.575797872
-6945,1,0.3466,1,1,1,1,1,1,1,1,0.0292,0.3466,0.5817,1,0.2792,1,1,1,1,1,1,0,0.2792,0.562,1,0.5976,1,1,1,0.1586,0.5976,0.5758,1,1,1,1,1,0.057950642,0.882181585,0.014804501,1,1,1,1,1,7.11E-05,0.848764598,0.035434555,1,1,1,1,1,0.279141784,0.883170247,0.5760029,0.576052465,0.575797872
-6946,1,0.3466,1,1,1,1,1,1,1,1,0.0264,0.3466,0.6532,1,0.2792,1,1,1,1,1,1,0.0042,0.2792,0.6477,1,0.5976,1,1,1,0.1374,0.5976,0.6744,1,1,1,1,1,0.052080717,0.927297115,0.0245825,1,1,1,1,1,0.012039959,0.880272508,0.033928007,1,1,1,1,1,0.229244664,0.973301888,0.577573707,0.57774487,0.578014184
-6947,1,0.3466,1,1,1,1,1,1,1,1,0.0023,0.3466,0.6672,1,0.2792,1,1,1,1,1,1,0,0.2792,0.6139,1,0.5976,1,1,1,0.0981,0.5976,0.6862,1,1,1,1,1,0.019497374,0.938386977,0.000720808,1,1,1,1,1,0,0.839966416,0.002498953,1,1,1,1,1,0.170016915,0.979154229,0.575277912,0.575206262,0.57535461
-6948,1,0.3466,1,1,1,1,1,1,1,1,0,0.3466,0.6623,1,0.2792,1,1,1,1,1,1,0,0.2792,0.6443,1,0.5976,1,1,1,0.0433,0.5976,0.6912,1,1,1,1,1,0.002763097,0.92125231,0,1,1,1,1,1,1.19E-05,0.877610505,0,1,1,1,1,1,0.058095299,0.973861396,0.571109232,0.571186799,0.571365248
-6949,1,0.3466,1,1,1,1,1,1,1,1,0,0.3466,0.6657,1,0.2792,1,1,1,1,1,1,0,0.2792,0.6354,1,0.5976,1,1,1,0.0483,0.5976,0.6732,1,1,1,1,1,0.000914013,0.922204971,0.001204701,1,1,1,1,1,4.43E-05,0.900104463,0.02582173,1,1,1,1,1,0.074882664,0.951889634,0.569719671,0.569705945,0.569592199
-6950,1,0.3466,1,1,1,1,1,1,1,1,0,0.3466,0.5627,1,0.2792,1,1,1,1,1,1,0,0.2792,0.5505,1,0.5976,1,1,1,0.0426,0.5976,0.5613,1,1,1,1,1,1.19E-05,0.876611114,0.027797136,1,1,1,1,1,2.84E-05,0.86030066,0.073784299,1,1,1,1,1,0.037318069,0.898156404,0.563980184,0.563994077,0.56427305
-6951,1,0.3466,1,1,1,1,1,1,1,1,0,0.3466,0.3873,1,0.2792,1,1,1,1,1,1,0,0.2792,0.3941,1,0.5976,1,1,1,0.0188,0.5976,0.3786,1,1,1,1,1,0,0.716489375,0,1,1,1,1,1,0,0.686377704,0.013592147,1,1,1,1,1,0.013444576,0.742622077,0.559751087,0.559763063,0.559840426
-6952,1,0.3466,1,1,1,1,1,1,1,1,0.0003,0.3466,0.1657,1,0.2792,1,1,1,1,1,1,0,0.2792,0.1819,1,0.5976,1,1,1,0.0035,0.5976,0.156,1,1,1,1,1,0.000914447,0.424822778,0,1,1,1,1,1,0.001405381,0.428486645,0.034182198,1,1,1,1,1,0.008659002,0.44715035,0.562046883,0.562090121,0.562056738
-6953,1,0.3466,1,1,1,1,1,1,1,1,0.0043,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0196,0.2792,0,1,0.5976,1,1,1,0.0061,0.5976,0,1,1,1,1,1,0.020740889,0,0.000511224,1,1,1,1,1,0.029805262,0,0,1,1,1,1,1,0.018849541,0,0.578661189,0.578802623,0.578900709
-6954,1,0.3466,1,1,1,1,1,1,1,1,0.0089,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0071,0.2792,0,1,0.5976,1,1,1,0.0136,0.5976,0,1,1,1,1,1,0.0411833,0,0,1,1,1,1,1,0.023420097,0,0,1,1,1,1,1,0.039651647,0,0.618898018,0.618785699,0.618794326
-6955,1,0.3466,1,1,1,1,1,1,1,1,0.0235,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0253,0.2792,0,1,0.5976,1,1,1,0.0194,0.5976,0,1,1,1,1,1,0.047585394,0,0,1,1,1,1,1,0.053079993,0,0,1,1,1,1,1,0.054893188,0,0.618475109,0.618574149,0.618351064
-6956,1,0.3466,1,1,1,1,1,1,1,1,0.032,0.3466,0,1,0.2792,1,1,1,1,1,1,0.02,0.2792,0,1,0.5976,1,1,1,0.0065,0.5976,0,1,1,1,1,1,0.029766874,0,0,1,1,1,1,1,0.047319226,0,0,1,1,1,1,1,0.022021174,0,0.594188014,0.594245822,0.594414894
-6957,1,0.3466,1,1,1,1,1,1,1,1,0.0439,0.3466,0,1,0.2792,1,1,1,1,1,1,0.109,0.2792,0,1,0.5976,1,1,1,0.0063,0.5976,0,1,1,1,1,1,0.040947177,0,0,1,1,1,1,1,0.126980349,0,0,1,1,1,1,1,0.01798185,0,0.551111648,0.551089486,0.550975177
-6958,1,0.3466,1,1,1,1,1,1,1,1,0.0446,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2747,0.2792,0,1,0.5976,1,1,1,0.0073,0.5976,0,1,1,1,1,1,0.041297603,0,0,1,1,1,1,1,0.247543812,0,0.032102879,1,1,1,1,1,0.010148808,0,0.492085549,0.49206685,0.492021277
-6959,1,0.3466,1,1,1,1,1,1,1,1,0.0516,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2971,0.2792,0,1,0.5976,1,1,1,0.0139,0.5976,0,1,1,1,1,1,0.041954152,0,0,1,1,1,1,1,0.289462775,0,0.035045814,1,1,1,1,1,0.016331254,0,0.443330111,0.443410197,0.443262411
-6960,1,0.3466,1,1,1,1,1,1,1,1,0.0534,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3733,0.2792,0,1,0.5976,1,1,1,0.0229,0.5976,0,1,1,1,1,1,0.040439025,0,0.001619485,1,1,1,1,1,0.335606158,0,0.00542644,1,1,1,1,1,0.037615668,0,0.410282745,0.410196742,0.410460993
-6961,1,0.3466,1,1,1,1,1,1,1,1,0.0408,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3214,0.2792,0,1,0.5976,1,1,1,0.0473,0.5976,0,1,1,1,1,1,0.026342619,0,0,1,1,1,1,1,0.262995005,0,0,1,1,1,1,1,0.098941192,0,0.392883035,0.392849587,0.392730496
-6962,1,0.3466,1,1,1,1,1,1,1,1,0.0476,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2213,0.2792,0,1,0.5976,1,1,1,0.0498,0.5976,0,1,1,1,1,1,0.028901976,0,0,1,1,1,1,1,0.160440579,0,0,1,1,1,1,1,0.130792096,0,0.385391493,0.385445314,0.385638298
-6963,1,0.3466,1,1,1,1,1,1,1,1,0.0485,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0906,0.2792,0,1,0.5976,1,1,1,0.0335,0.5976,0,1,1,1,1,1,0.025177309,0,0,1,1,1,1,1,0.065695174,0,0,1,1,1,1,1,0.081843249,0,0.383518608,0.383541358,0.383865248
-6964,1,0.3466,1,1,1,1,1,1,1,1,0.0268,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0226,0.2792,0,1,0.5976,1,1,1,0.036,0.5976,0,1,1,1,1,1,0.006662062,0,0,1,1,1,1,1,0.023514016,0,0,1,1,1,1,1,0.070870914,0,0.39560174,0.395599746,0.395833333
-6965,1,0.3466,1,1,1,1,1,1,1,1,0.0025,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0821,0.2792,0,1,0.5976,1,1,1,0.0444,0.5976,0,1,1,1,1,1,0.000329725,0,0.003362084,1,1,1,1,1,0.090046726,0,0.0351822,1,1,1,1,1,0.086221293,0,0.436986467,0.437063677,0.437056738
-6966,1,0.3466,1,1,1,1,1,1,1,1,0.0023,0.3466,0,1,0.2792,1,1,1,1,1,1,0.214,0.2792,0,1,0.5976,1,1,1,0.0853,0.5976,0,1,1,1,1,1,0.005619189,0,0.004000878,1,1,1,1,1,0.215838432,0,0.025917802,1,1,1,1,1,0.19584693,0,0.519816336,0.519779987,0.519946809
-6967,1,0.3466,1,1,1,1,1,1,1,1,0.0293,0.3466,0.1736,1,0.2792,1,1,1,1,1,1,0.2497,0.2792,0.1846,1,0.5976,1,1,1,0.1501,0.5976,0.1235,1,1,1,1,1,0.035110567,0.417459816,0.019004591,1,1,1,1,1,0.270265728,0.420811653,0.05337958,1,1,1,1,1,0.331658959,0.271196127,0.564463509,0.564628729,0.564716312
-6968,1,0.3466,1,1,1,1,1,1,1,1,0.0502,0.3466,0.3956,1,0.2792,1,1,1,1,1,1,0.1636,0.2792,0.4174,1,0.5976,1,1,1,0.0993,0.5976,0.3294,1,1,1,1,1,0.063565657,0.747393489,0.025943261,1,1,1,1,1,0.195820287,0.732227027,0.077680632,1,1,1,1,1,0.255166531,0.698743045,0.572075882,0.572033002,0.572251773
-6969,1,0.3466,1,1,1,1,1,1,1,1,0.0214,0.3466,0.5752,1,0.2792,1,1,1,1,1,1,0.0495,0.2792,0.5731,1,0.5976,1,1,1,0.0664,0.5976,0.4726,1,1,1,1,1,0.023290539,0.901398957,0.042980079,1,1,1,1,1,0.066557392,0.867356896,0.071213886,1,1,1,1,1,0.181498408,0.889261186,0.575157081,0.575206262,0.57535461
-6970,1,0.3466,1,1,1,1,1,1,1,1,0.0197,0.3466,0.6762,1,0.2792,1,1,1,1,1,1,0,0.2792,0.6413,1,0.5976,1,1,1,0.1012,0.5976,0.5902,1,1,1,1,1,0.005201393,0.944683492,0.042782146,1,1,1,1,1,0.011399567,0.910781503,0.06660445,1,1,1,1,1,0.227932185,0.935807943,0.579144514,0.579014174,0.579343972
-6971,1,0.3466,1,1,1,1,1,1,1,1,0.0215,0.3466,0.69,1,0.2792,1,1,1,1,1,1,0.0328,0.2792,0.6823,1,0.5976,1,1,1,0.1496,0.5976,0.6382,1,1,1,1,1,0.021628523,0.967875004,0.025877971,1,1,1,1,1,0.056187898,0.96922344,0.041026443,1,1,1,1,1,0.367167175,0.955393314,0.552380377,0.55235879,0.552748227
-6972,1,0.3466,1,1,1,1,1,1,1,1,0.0536,0.3466,0.6997,1,0.2792,1,1,1,1,1,1,0.0928,0.2792,0.701,1,0.5976,1,1,1,0.2586,0.5976,0.6435,1,1,1,1,1,0.063734524,0.985716522,0.012266745,1,1,1,1,1,0.102070272,0.984723568,0.003376963,1,1,1,1,1,0.48900798,0.958468974,0.563134364,0.563147874,0.563386525
-6973,1,0.3466,1,1,1,1,1,1,1,1,0.0668,0.3466,0.688,1,0.2792,1,1,1,1,1,1,0.1678,0.2792,0.6745,1,0.5976,1,1,1,0.2892,0.5976,0.6281,1,1,1,1,1,0.082223102,0.972074449,0.033062894,1,1,1,1,1,0.187509626,0.90579313,0.005234293,1,1,1,1,1,0.545729339,0.939339757,0.562711455,0.562724773,0.562943262
-6974,1,0.3466,1,1,1,1,1,1,1,1,0.0738,0.3466,0.5822,1,0.2792,1,1,1,1,1,1,0.2458,0.2792,0.5811,1,0.5976,1,1,1,0.3303,0.5976,0.5283,1,1,1,1,1,0.109804735,0.917467952,0.097634435,1,1,1,1,1,0.259593189,0.869558275,0.033543721,1,1,1,1,1,0.58803153,0.874983549,0.577332044,0.577321769,0.577570922
-6975,1,0.3466,1,1,1,1,1,1,1,1,0.1518,0.3466,0.416,1,0.2792,1,1,1,1,1,1,0.4366,0.2792,0.4471,1,0.5976,1,1,1,0.2811,0.5976,0.3558,1,1,1,1,1,0.243621498,0.765281439,0.107792005,1,1,1,1,1,0.469339579,0.769468725,0.024981678,1,1,1,1,1,0.470470309,0.717147589,0.54217013,0.542204358,0.542109929
-6976,1,0.3466,1,1,1,1,1,1,1,1,0.1309,0.3466,0.1969,1,0.2792,1,1,1,1,1,1,0.3263,0.2792,0.2126,1,0.5976,1,1,1,0.2354,0.5976,0.1483,1,1,1,1,1,0.218035042,0.491310954,0.112939604,1,1,1,1,1,0.332829177,0.421391398,0.010563351,1,1,1,1,1,0.403182149,0.430695355,0.566517641,0.566532685,0.566489362
-6977,1,0.3466,1,1,1,1,1,1,1,1,0.1017,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1878,0.2792,0,1,0.5976,1,1,1,0.2685,0.5976,0,1,1,1,1,1,0.164450496,0,0.239488423,1,1,1,1,1,0.205285847,0,0.072062045,1,1,1,1,1,0.449280262,0,0.579869502,0.579860377,0.580230496
-6978,1,0.3466,1,1,1,1,1,1,1,1,0.2149,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2465,0.2792,0,1,0.5976,1,1,1,0.3368,0.5976,0,1,1,1,1,1,0.370900959,0,0.364656091,1,1,1,1,1,0.309278667,0,0.151351064,1,1,1,1,1,0.565700114,0,0.616723055,0.616670193,0.616578014
-6979,1,0.3466,1,1,1,1,1,1,1,1,0.1922,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2423,0.2792,0,1,0.5976,1,1,1,0.3194,0.5976,0,1,1,1,1,1,0.312815338,0,0.705669284,1,1,1,1,1,0.324734956,0,0.315332204,1,1,1,1,1,0.550651908,0,0.616420976,0.616458642,0.616578014
-6980,1,0.3466,1,1,1,1,1,1,1,1,0.1244,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2329,0.2792,0,1,0.5976,1,1,1,0.352,0.5976,0,1,1,1,1,1,0.281009763,0,0.625893116,1,1,1,1,1,0.251810849,0,0.267517805,1,1,1,1,1,0.558764696,0,0.591469309,0.591495663,0.591755319
-6981,1,0.3466,1,1,1,1,1,1,1,1,0.1036,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1546,0.2792,0,1,0.5976,1,1,1,0.3448,0.5976,0,1,1,1,1,1,0.272291481,0,0.521974862,1,1,1,1,1,0.185982287,0,0.322667569,1,1,1,1,1,0.528102815,0,0.549238763,0.54918553,0.549202128
-6982,1,0.3466,1,1,1,1,1,1,1,1,0.0821,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1007,0.2792,0,1,0.5976,1,1,1,0.4186,0.5976,0,1,1,1,1,1,0.19217661,0,0.36877954,1,1,1,1,1,0.154887095,0,0.32272017,1,1,1,1,1,0.622794986,0,0.493898018,0.493759255,0.493794326
-6983,1,0.3466,1,1,1,1,1,1,1,1,0.128,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2645,0.2792,0,1,0.5976,1,1,1,0.3847,0.5976,0,1,1,1,1,1,0.301962346,0,0.263060868,1,1,1,1,1,0.389222801,0,0.491935134,1,1,1,1,1,0.558941662,0,0.442967617,0.442987095,0.443262411
-6984,1,0.3466,1,1,1,1,1,1,1,1,0.0831,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1687,0.2792,0,1,0.5976,1,1,1,0.405,0.5976,0,1,1,1,1,1,0.191722453,0,0.367162585,1,1,1,1,1,0.276223212,0,0.554190874,1,1,1,1,1,0.526745141,0,0.408349444,0.408292786,0.408244681
-6985,1,0.3466,1,1,1,1,1,1,1,1,0.0987,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2507,0.2792,0,1,0.5976,1,1,1,0.3124,0.5976,0,1,1,1,1,1,0.197878391,0,0.375397444,1,1,1,1,1,0.34064424,0,0.728957653,1,1,1,1,1,0.433847129,0,0.389439343,0.389464777,0.38962766
-6986,1,0.3466,1,1,1,1,1,1,1,1,0.125,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2364,0.2792,0,1,0.5976,1,1,1,0.1701,0.5976,0,1,1,1,1,1,0.198178023,0,0.585009813,1,1,1,1,1,0.349174738,0,0.973523259,1,1,1,1,1,0.253236145,0,0.380558241,0.380579649,0.380319149
-6987,1,0.3466,1,1,1,1,1,1,1,1,0.1414,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2655,0.2792,0,1,0.5976,1,1,1,0.1646,0.5976,0,1,1,1,1,1,0.264444232,0,0.920823216,1,1,1,1,1,0.393492132,0,1,1,1,1,1,1,0.291340441,0,0.378504108,0.378464142,0.378546099
-6988,1,0.3466,1,1,1,1,1,1,1,1,0.1171,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0616,0.2792,0,1,0.5976,1,1,1,0.2153,0.5976,0,1,1,1,1,1,0.156760588,0,1,1,1,1,1,1,0.092562661,0,1,1,1,1,1,1,0.416261613,0,0.388653939,0.388830125,0.388741135
-6989,1,0.3466,1,1,1,1,1,1,1,1,0.1017,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0201,0.2792,0,1,0.5976,1,1,1,0.2016,0.5976,0,1,1,1,1,1,0.126058236,0,1,1,1,1,1,1,0.112500921,0,1,1,1,1,1,1,0.340123445,0,0.426897052,0.426909245,0.426861702
-6990,1,0.3466,1,1,1,1,1,1,1,1,0.1106,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0058,0.2792,0,1,0.5976,1,1,1,0.1754,0.5976,0,1,1,1,1,1,0.124218464,0,1,1,1,1,1,1,0.063212223,0,1,1,1,1,1,1,0.353163451,0,0.504531174,0.504548339,0.504432624
-6991,1,0.3466,1,1,1,1,1,1,1,1,0.1496,0.3466,0.0137,1,0.2792,1,1,1,1,1,1,0.0593,0.2792,0.0012,1,0.5976,1,1,1,0.1565,0.5976,0.0716,1,1,1,1,1,0.196091324,0.010454334,1,1,1,1,1,1,0.146978259,0.001980768,1,1,1,1,1,1,0.294249386,0.027740939,0.556851136,0.556801354,0.556737589
-6992,1,0.3466,1,1,1,1,1,1,1,1,0.2481,0.3466,0.1202,1,0.2792,1,1,1,1,1,1,0.1386,0.2792,0.0695,1,0.5976,1,1,1,0.2778,0.5976,0.1659,1,1,1,1,1,0.251662552,0.129974395,1,1,1,1,1,1,0.261220157,0.054040249,1,1,1,1,1,1,0.481505126,0.208932579,0.575157081,0.575206262,0.57535461
-6993,1,0.3466,1,1,1,1,1,1,1,1,0.2475,0.3466,0.1691,1,0.2792,1,1,1,1,1,1,0.3102,0.2792,0.1343,1,0.5976,1,1,1,0.2493,0.5976,0.2569,1,1,1,1,1,0.246680975,0.237990275,1,1,1,1,1,1,0.382262051,0.114631847,1,1,1,1,1,1,0.480210125,0.319944263,0.588267279,0.588322403,0.588652482
-6994,1,0.3466,1,1,1,1,1,1,1,1,0.3205,0.3466,0.2403,1,0.2792,1,1,1,1,1,1,0.3416,0.2792,0.2246,1,0.5976,1,1,1,0.283,0.5976,0.2691,1,1,1,1,1,0.24912934,0.37046659,1,1,1,1,1,1,0.291378319,0.143574283,1,1,1,1,1,1,0.54855901,0.40447256,0.599021266,0.599111487,0.59929078
-6995,1,0.3466,1,1,1,1,1,1,1,1,0.5151,0.3466,0.2934,1,0.2792,1,1,1,1,1,1,0.1589,0.2792,0.2206,1,0.5976,1,1,1,0.2547,0.5976,0.2496,1,1,1,1,1,0.312463015,0.397194952,1,1,1,1,1,1,0.281342059,0.171118855,1,1,1,1,1,1,0.47114557,0.357256532,0.601921218,0.601861646,0.601950355
-6996,1,0.3466,1,1,1,1,1,1,1,1,0.4744,0.3466,0.3407,1,0.2792,1,1,1,1,1,1,0.1979,0.2792,0.197,1,0.5976,1,1,1,0.2992,0.5976,0.2334,1,1,1,1,1,0.254895449,0.50832963,1,1,1,1,1,1,0.280761063,0.131539732,1,1,1,1,1,1,0.552966833,0.395105153,0.598658772,0.598688386,0.598847518
-6997,1,0.3466,1,1,1,1,1,1,1,1,0.4488,0.3466,0.3119,1,0.2792,1,1,1,1,1,1,0.3164,0.2792,0.0966,1,0.5976,1,1,1,0.3356,0.5976,0.2469,1,1,1,1,1,0.3239595,0.356417567,1,1,1,1,1,1,0.475391269,0.082321368,1,1,1,1,1,1,0.58756423,0.396729767,0.5979942,0.598053734,0.597960993
-6998,1,0.3466,1,1,1,1,1,1,1,1,0.5371,0.3466,0.1555,1,0.2792,1,1,1,1,1,1,0.6626,0.2792,0.1254,1,0.5976,1,1,1,0.4392,0.5976,0.1558,1,1,1,1,1,0.432493836,0.168642104,1,1,1,1,1,1,0.658398271,0.14798902,1,1,1,1,1,1,0.660295904,0.368745029,0.592919285,0.592976518,0.593085106
-6999,1,0.3466,1,1,1,1,1,1,1,1,0.51,0.3466,0.0634,1,0.2792,1,1,1,1,1,1,0.4768,0.2792,0.0409,1,0.5976,1,1,1,0.4105,0.5976,0.0867,1,1,1,1,1,0.482176185,0.070743129,1,1,1,1,1,1,0.550822318,0.039893411,1,1,1,1,1,1,0.575499594,0.163499877,0.589596423,0.589591707,0.589539007
-7000,1,0.3466,1,1,1,1,1,1,1,1,0.3235,0.3466,0.0037,1,0.2792,1,1,1,1,1,1,0.238,0.2792,0.001,1,0.5976,1,1,1,0.4391,0.5976,0,1,1,1,1,1,0.389928311,0.003406873,1,1,1,1,1,1,0.272244811,0.001000354,1,1,1,1,1,1,0.662023842,0.000167783,0.594188014,0.594245822,0.594414894
-7001,1,0.3466,1,1,1,1,1,1,1,1,0.2409,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0757,0.2792,0,1,0.5976,1,1,1,0.4485,0.5976,0,1,1,1,1,1,0.198627427,0,1,1,1,1,1,1,0.108668685,0,1,1,1,1,1,1,0.691401243,0,0.608929435,0.608842818,0.609042553
-7002,1,0.3466,1,1,1,1,1,1,1,1,0.2632,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0838,0.2792,0,1,0.5976,1,1,1,0.5002,0.5976,0,1,1,1,1,1,0.298855066,0,1,1,1,1,1,1,0.124988534,0,1,1,1,1,1,1,0.721430957,0,0.623127115,0.623016713,0.62322695
-7003,1,0.3466,1,1,1,1,1,1,1,1,0.278,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1857,0.2792,0,1,0.5976,1,1,1,0.5088,0.5976,0,1,1,1,1,1,0.321913689,0,1,1,1,1,1,1,0.221405476,0,1,1,1,1,1,1,0.711955845,0,0.607962784,0.607785065,0.608156028
-7004,1,0.3466,1,1,1,1,1,1,1,1,0.2234,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0871,0.2792,0,1,0.5976,1,1,1,0.5386,0.5976,0,1,1,1,1,1,0.222763464,0,1,1,1,1,1,1,0.118392944,0,1,1,1,1,1,1,0.720192313,0,0.583675689,0.583668289,0.583776596
-7005,1,0.3466,1,1,1,1,1,1,1,1,0.1952,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0242,0.2792,0,1,0.5976,1,1,1,0.4995,0.5976,0,1,1,1,1,1,0.101477034,0,1,1,1,1,1,1,0.049433555,0,1,1,1,1,1,1,0.591893733,0,0.54942001,0.549397081,0.54964539
-7006,1,0.3466,1,1,1,1,1,1,1,1,0.1682,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0523,0.2792,0,1,0.5976,1,1,1,0.5405,0.5976,0,1,1,1,1,1,0.118246727,0,1,1,1,1,1,1,0.077037022,0,1,1,1,1,1,1,0.591488719,0,0.503504108,0.503490586,0.503546099
-7007,1,0.3466,1,1,1,1,1,1,1,1,0.1615,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1112,0.2792,0,1,0.5976,1,1,1,0.5073,0.5976,0,1,1,1,1,1,0.115235858,0,1,1,1,1,1,1,0.157858506,0,1,1,1,1,1,1,0.540958583,0,0.455413243,0.455468585,0.455673759
-7008,1,0.3466,1,1,1,1,1,1,1,1,0.2213,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1158,0.2792,0,1,0.5976,1,1,1,0.3935,0.5976,0,1,1,1,1,1,0.171093181,0,1,1,1,1,1,1,0.174519256,0,1,1,1,1,1,1,0.421802342,0,0.419284679,0.419293421,0.419326241
-7009,1,0.3466,1,1,1,1,1,1,1,1,0.2719,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0979,0.2792,0,1,0.5976,1,1,1,0.4119,0.5976,0,1,1,1,1,1,0.196372062,0,0.999048173,1,1,1,1,1,0.142424583,0,1,1,1,1,1,1,0.356983513,0,0.398501692,0.398561455,0.39893617
-7010,1,0.3466,1,1,1,1,1,1,1,1,0.2893,0.3466,0,1,0.2792,1,1,1,1,1,1,0.021,0.2792,0,1,0.5976,1,1,1,0.4386,0.5976,0,1,1,1,1,1,0.159809753,0,1,1,1,1,1,1,0.052142449,0,1,1,1,1,1,1,0.454770863,0,0.386358144,0.386291517,0.38608156
-7011,1,0.3466,1,1,1,1,1,1,1,1,0.2711,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0127,0.2792,0,1,0.5976,1,1,1,0.3852,0.5976,0,1,1,1,1,1,0.106628224,0,0.97009027,1,1,1,1,1,0.047839388,0,1,1,1,1,1,1,0.391440898,0,0.381041566,0.38100275,0.381205674
-7012,1,0.3466,1,1,1,1,1,1,1,1,0.2039,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0295,0.2792,0,1,0.5976,1,1,1,0.3048,0.5976,0,1,1,1,1,1,0.112418137,0,0.983605027,1,1,1,1,1,0.051742144,0,0.436756819,1,1,1,1,1,0.344856799,0,0.382551957,0.382695155,0.382535461
-7013,1,0.3466,1,1,1,1,1,1,1,1,0.1084,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0139,0.2792,0,1,0.5976,1,1,1,0.3105,0.5976,0,1,1,1,1,1,0.035356961,0,0.923367858,1,1,1,1,1,0.025846437,0,0.369490862,1,1,1,1,1,0.371627718,0,0.395360077,0.395388195,0.395390071
-7014,1,0.3466,1,1,1,1,1,1,1,1,0.1021,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0727,0.2792,0,1,0.5976,1,1,1,0.3001,0.5976,0,1,1,1,1,1,0.032364585,0,0.970375001,1,1,1,1,1,0.069447041,0,0.549886405,1,1,1,1,1,0.489170998,0,0.424842919,0.424793738,0.42464539
-7015,1,0.3466,1,1,1,1,1,1,1,1,0.0854,0.3466,0.0332,1,0.2792,1,1,1,1,1,1,0.0043,0.2792,0.1233,1,0.5976,1,1,1,0.2788,0.5976,0.0114,1,1,1,1,1,0.042271774,0.149936885,0.524671376,1,1,1,1,1,0.004261351,0.297715366,0.266238749,1,1,1,1,1,0.391289562,0,0.459581924,0.459699598,0.459663121
-7016,1,0.3466,1,1,1,1,1,1,1,1,0.0942,0.3466,0.2203,1,0.2792,1,1,1,1,1,1,0.0014,0.2792,0.3359,1,0.5976,1,1,1,0.3357,0.5976,0.1637,1,1,1,1,1,0.035858944,0.488024116,0.329268992,1,1,1,1,1,0.009817802,0.591455102,0.434022546,1,1,1,1,1,0.400075138,0.000237774,0.499275012,0.499259573,0.499556738
-7017,1,0.3466,1,1,1,1,1,1,1,1,0.07,0.3466,0.3719,1,0.2792,1,1,1,1,1,1,0,0.2792,0.5242,1,0.5976,1,1,1,0.3286,0.5976,0.2035,1,1,1,1,1,0.028406344,0.651078105,0.18498823,1,1,1,1,1,0.005400615,0.818202198,0.536273062,1,1,1,1,1,0.387476891,0.041922141,0.530086999,0.529934419,0.530141844
-7018,1,0.3466,1,1,1,1,1,1,1,1,0.0389,0.3466,0.5233,1,0.2792,1,1,1,1,1,1,0,0.2792,0.6378,1,0.5976,1,1,1,0.1736,0.5976,0.3045,1,1,1,1,1,0.012355234,0.790041268,0.138117924,1,1,1,1,1,0.00340514,0.904667377,0.247051314,1,1,1,1,1,0.255745739,0.136642173,0.545311745,0.545377618,0.545656028
-7019,1,0.3466,1,1,1,1,1,1,1,1,0.0784,0.3466,0.6031,1,0.2792,1,1,1,1,1,1,0,0.2792,0.6602,1,0.5976,1,1,1,0.0512,0.5976,0.3965,1,1,1,1,1,0.024175357,0.884102643,0.891486049,1,1,1,1,1,0.005572611,0.92325455,0.247032732,1,1,1,1,1,0.077935584,0.562629163,0.549359594,0.549397081,0.54964539
-7020,1,0.3466,1,1,1,1,1,1,1,1,0.1271,0.3466,0.5883,1,0.2792,1,1,1,1,1,1,0.0565,0.2792,0.6459,1,0.5976,1,1,1,0.2984,0.5976,0.3751,1,1,1,1,1,0.03400059,0.890916824,0.904820085,1,1,1,1,1,0.055760287,0.899341226,0.21378848,1,1,1,1,1,0.272165805,0.546855807,0.545130498,0.544954517,0.545212766
-7021,1,0.3466,1,1,1,1,1,1,1,1,0.1238,0.3466,0.5771,1,0.2792,1,1,1,1,1,1,0.1672,0.2792,0.6269,1,0.5976,1,1,1,0.2862,0.5976,0.413,1,1,1,1,1,0.050840437,0.858576179,0.781482458,1,1,1,1,1,0.184884667,0.875724673,0.22081022,1,1,1,1,1,0.264689595,0.567762554,0.53618898,0.536069389,0.535904255
-7022,1,0.3466,1,1,1,1,1,1,1,1,0.173,0.3466,0.5169,1,0.2792,1,1,1,1,1,1,0.1362,0.2792,0.5818,1,0.5976,1,1,1,0.2144,0.5976,0.3514,1,1,1,1,1,0.090263762,0.788456082,0.817694247,1,1,1,1,1,0.190860286,0.847134531,0.228640839,1,1,1,1,1,0.218488455,0.489015579,0.525374577,0.525491855,0.525265957
-7023,1,0.3466,1,1,1,1,1,1,1,1,0.2176,0.3466,0.3534,1,0.2792,1,1,1,1,1,1,0.262,0.2792,0.4247,1,0.5976,1,1,1,0.1896,0.5976,0.235,1,1,1,1,1,0.130062357,0.691767216,0.631670237,1,1,1,1,1,0.350546032,0.727539241,0.395193696,1,1,1,1,1,0.176922143,0.443582952,0.518668439,0.518722234,0.519060284
-7024,1,0.3466,1,1,1,1,1,1,1,1,0.1686,0.3466,0.153,1,0.2792,1,1,1,1,1,1,0.3579,0.2792,0.2099,1,0.5976,1,1,1,0.1652,0.5976,0.0577,1,1,1,1,1,0.113729663,0.418498844,0.63004905,1,1,1,1,1,0.369169056,0.469421864,0.399786949,1,1,1,1,1,0.168857366,0.196451187,0.520118415,0.520203089,0.520390071
-7025,1,0.3466,1,1,1,1,1,1,1,1,0.1259,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2521,0.2792,0,1,0.5976,1,1,1,0.189,0.5976,0,1,1,1,1,1,0.150334463,0,0.43471396,1,1,1,1,1,0.24891299,0,0.507278562,1,1,1,1,1,0.192446589,0,0.531295312,0.531415274,0.531471631
-7026,1,0.3466,1,1,1,1,1,1,1,1,0.2734,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2782,0.2792,0,1,0.5976,1,1,1,0.2129,0.5976,0,1,1,1,1,1,0.372177869,0,0.670900822,1,1,1,1,1,0.347275794,0,0.714420915,1,1,1,1,1,0.185300097,0,0.563496858,0.563570975,0.563386525
-7027,1,0.3466,1,1,1,1,1,1,1,1,0.2722,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1918,0.2792,0,1,0.5976,1,1,1,0.1574,0.5976,0,1,1,1,1,1,0.286370188,0,0.936610341,1,1,1,1,1,0.204979271,0,0.512061775,1,1,1,1,1,0.193763748,0,0.556246979,0.556166702,0.556294326
-7028,1,0.3466,1,1,1,1,1,1,1,1,0.2439,0.3466,0,1,0.2792,1,1,1,1,1,1,0.5049,0.2792,0,1,0.5976,1,1,1,0.1304,0.5976,0,1,1,1,1,1,0.269087285,0,0.623779535,1,1,1,1,1,0.47871533,0,0.842860341,1,1,1,1,1,0.215788871,0,0.536068149,0.536069389,0.535904255
-7029,1,0.3466,1,1,1,1,1,1,1,1,0.3112,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3664,0.2792,0,1,0.5976,1,1,1,0.096,0.5976,0,1,1,1,1,1,0.250378937,0,0.872953892,1,1,1,1,1,0.382786959,0,0.896111846,1,1,1,1,1,0.213988289,0,0.506887385,0.506875397,0.507092199
-7030,1,0.3466,1,1,1,1,1,1,1,1,0.2622,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1841,0.2792,0,1,0.5976,1,1,1,0.1752,0.5976,0,1,1,1,1,1,0.225949377,0,0.896223545,1,1,1,1,1,0.280311197,0,0.900689006,1,1,1,1,1,0.390954077,0,0.468704688,0.468796277,0.468528369
-7031,1,0.3466,1,1,1,1,1,1,1,1,0.3425,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2288,0.2792,0,1,0.5976,1,1,1,0.1776,0.5976,0,1,1,1,1,1,0.325754076,0,0.976878405,1,1,1,1,1,0.353406847,0,0.806386232,1,1,1,1,1,0.451508999,0,0.428769937,0.428813201,0.428634752
-7032,1,0.3466,1,1,1,1,1,1,1,1,0.2691,0.3466,0,1,0.2792,1,1,1,1,1,1,0.234,0.2792,0,1,0.5976,1,1,1,0.1479,0.5976,0,1,1,1,1,1,0.275523096,0,0.85477829,1,1,1,1,1,0.359016716,0,0.473693728,1,1,1,1,1,0.284810126,0,0.395964234,0.395811297,0.396276596
-7033,1,0.3466,1,1,1,1,1,1,1,1,0.2378,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1634,0.2792,0,1,0.5976,1,1,1,0.0722,0.5976,0,1,1,1,1,1,0.230174527,0,0.63272047,1,1,1,1,1,0.288038433,0,0.368838757,1,1,1,1,1,0.139921129,0,0.374697922,0.37465623,0.374556738
-7034,1,0.3466,1,1,1,1,1,1,1,1,0.2526,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2205,0.2792,0,1,0.5976,1,1,1,0.0621,0.5976,0,1,1,1,1,1,0.274755776,0,0.656604469,1,1,1,1,1,0.362767458,0,0.393080145,1,1,1,1,1,0.101932056,0,0.363339778,0.363444045,0.363031915
-7035,1,0.3466,1,1,1,1,1,1,1,1,0.2531,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1692,0.2792,0,1,0.5976,1,1,1,0.0989,0.5976,0,1,1,1,1,1,0.291467547,0,0.57920146,1,1,1,1,1,0.304462016,0,0.304262072,1,1,1,1,1,0.179504663,0,0.357237796,0.357309076,0.357269504
-7036,1,0.3466,1,1,1,1,1,1,1,1,0.2208,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1651,0.2792,0,1,0.5976,1,1,1,0.1065,0.5976,0,1,1,1,1,1,0.279318541,0,0.575155795,1,1,1,1,1,0.295839161,0,0.437477499,1,1,1,1,1,0.323406667,0,0.357660706,0.357732177,0.357712766
-7037,1,0.3466,1,1,1,1,1,1,1,1,0.1253,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1597,0.2792,0,1,0.5976,1,1,1,0.084,0.5976,0,1,1,1,1,1,0.180084288,0,0.277651966,1,1,1,1,1,0.232047543,0,0.306244254,1,1,1,1,1,0.279866904,0,0.366300145,0.366405754,0.366578014
-7038,1,0.3466,1,1,1,1,1,1,1,1,0.0542,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0474,0.2792,0,1,0.5976,1,1,1,0.0842,0.5976,0,1,1,1,1,1,0.084283546,0,0.173428476,1,1,1,1,1,0.066785604,0,0.134796336,1,1,1,1,1,0.227047771,0,0.386841469,0.386714618,0.386968085
-7039,1,0.3466,1,1,1,1,1,1,1,1,0.1052,0.3466,0.1827,1,0.2792,1,1,1,1,1,1,0.0654,0.2792,0.1908,1,0.5976,1,1,1,0.0637,0.5976,0.1479,1,1,1,1,1,0.149061471,0.418392509,0.224105924,1,1,1,1,1,0.086327866,0.432595551,0.223785877,1,1,1,1,1,0.118334055,0.440723419,0.410645239,0.410619843,0.410904255
-7040,1,0.3466,1,1,1,1,1,1,1,1,0.1195,0.3466,0.4035,1,0.2792,1,1,1,1,1,1,0.1233,0.2792,0.4205,1,0.5976,1,1,1,0.058,0.5976,0.3283,1,1,1,1,1,0.189828798,0.714961469,0.157325774,1,1,1,1,1,0.125552133,0.729441583,0.173075646,1,1,1,1,1,0.120664269,0.759261429,0.448042533,0.448064311,0.448138298
-7041,1,0.3466,1,1,1,1,1,1,1,1,0.1427,0.3466,0.5658,1,0.2792,1,1,1,1,1,1,0.1874,0.2792,0.5453,1,0.5976,1,1,1,0.1009,0.5976,0.4941,1,1,1,1,1,0.208243638,0.812270284,0.098160826,1,1,1,1,1,0.162780911,0.856530905,0.175431162,1,1,1,1,1,0.226709276,0.906353772,0.477283712,0.477258303,0.477393617
-7042,1,0.3466,1,1,1,1,1,1,1,1,0.2434,0.3466,0.6151,1,0.2792,1,1,1,1,1,1,0.4375,0.2792,0.6575,1,0.5976,1,1,1,0.1263,0.5976,0.5324,1,1,1,1,1,0.327982157,0.838202059,0.200368688,1,1,1,1,1,0.399203748,0.933663487,0.205225646,1,1,1,1,1,0.231119573,0.947143316,0.491481392,0.491432198,0.491578014
-7043,1,0.3466,1,1,1,1,1,1,1,1,0.1913,0.3466,0.6374,1,0.2792,1,1,1,1,1,1,0.488,0.2792,0.658,1,0.5976,1,1,1,0.1306,0.5976,0.4754,1,1,1,1,1,0.288717508,0.899336755,0.235450819,1,1,1,1,1,0.413728714,0.894758701,0.17888692,1,1,1,1,1,0.235701025,0.852446437,0.498972934,0.498836471,0.499113475
-7044,1,0.3466,1,1,1,1,1,1,1,1,0.2871,0.3466,0.6374,1,0.2792,1,1,1,1,1,1,0.4318,0.2792,0.6534,1,0.5976,1,1,1,0.147,0.5976,0.4386,1,1,1,1,1,0.399677664,0.884381175,0.496970087,1,1,1,1,1,0.420029104,0.892285466,0.446065485,1,1,1,1,1,0.25324145,0.811059356,0.501691638,0.501798181,0.50177305
-7045,1,0.3466,1,1,1,1,1,1,1,1,0.319,0.3466,0.6141,1,0.2792,1,1,1,1,1,1,0.4665,0.2792,0.6151,1,0.5976,1,1,1,0.264,0.5976,0.4001,1,1,1,1,1,0.530041337,0.81602484,0.709779263,1,1,1,1,1,0.454139739,0.803308547,0.38416338,1,1,1,1,1,0.50692445,0.691843271,0.498429193,0.49841337,0.49822695
-7046,1,0.3466,1,1,1,1,1,1,1,1,0.2768,0.3466,0.5187,1,0.2792,1,1,1,1,1,1,0.3936,0.2792,0.5174,1,0.5976,1,1,1,0.296,0.5976,0.4218,1,1,1,1,1,0.425335556,0.758352458,0.817644179,1,1,1,1,1,0.412492186,0.766325176,0.37573877,1,1,1,1,1,0.578106225,0.618519187,0.495952151,0.495874762,0.496010638
-7047,1,0.3466,1,1,1,1,1,1,1,1,0.3158,0.3466,0.3729,1,0.2792,1,1,1,1,1,1,0.211,0.2792,0.4078,1,0.5976,1,1,1,0.2705,0.5976,0.2684,1,1,1,1,1,0.364373565,0.644114435,0.790410757,1,1,1,1,1,0.264725238,0.684017539,0.466893703,1,1,1,1,1,0.509347916,0.521782994,0.497341711,0.497355617,0.497340426
-7048,1,0.3466,1,1,1,1,1,1,1,1,0.3838,0.3466,0.1689,1,0.2792,1,1,1,1,1,1,0.3751,0.2792,0.2054,1,0.5976,1,1,1,0.2639,0.5976,0.0791,1,1,1,1,1,0.470479459,0.404918849,0.988256693,1,1,1,1,1,0.40118897,0.436953634,0.861250281,1,1,1,1,1,0.528472066,0.269884199,0.509485259,0.509625555,0.509751773
-7049,1,0.3466,1,1,1,1,1,1,1,1,0.256,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2139,0.2792,0,1,0.5976,1,1,1,0.2594,0.5976,0,1,1,1,1,1,0.270228505,0,0.858074665,1,1,1,1,1,0.218748003,0,0.571340859,1,1,1,1,1,0.515607953,0,0.533289029,0.53331923,0.533687943
-7050,1,0.3466,1,1,1,1,1,1,1,1,0.224,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2412,0.2792,0,1,0.5976,1,1,1,0.2583,0.5976,0,1,1,1,1,1,0.267356843,0,0.566194296,1,1,1,1,1,0.331867129,0,0.476373345,1,1,1,1,1,0.476331174,0,0.574552924,0.57457161,0.574468085
-7051,1,0.3466,1,1,1,1,1,1,1,1,0.2081,0.3466,0,1,0.2792,1,1,1,1,1,1,0.18,0.2792,0,1,0.5976,1,1,1,0.3197,0.5976,0,1,1,1,1,1,0.275239289,0,0.341577768,1,1,1,1,1,0.281216443,0,0.698846102,1,1,1,1,1,0.563868523,0,0.564523925,0.564628729,0.564716312
-7052,1,0.3466,1,1,1,1,1,1,1,1,0.3275,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2274,0.2792,0,1,0.5976,1,1,1,0.4833,0.5976,0,1,1,1,1,1,0.431526423,0,0.214891061,1,1,1,1,1,0.323856354,0,0.618705273,1,1,1,1,1,0.703324556,0,0.544888835,0.544742966,0.544769504
-7053,1,0.3466,1,1,1,1,1,1,1,1,0.512,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2134,0.2792,0,1,0.5976,1,1,1,0.4402,0.5976,0,1,1,1,1,1,0.511863947,0,0.441385984,1,1,1,1,1,0.320569456,0,0.610357344,1,1,1,1,1,0.732617319,0,0.504168681,0.504125238,0.504432624
-7054,1,0.3466,1,1,1,1,1,1,1,1,0.4657,0.3466,0,1,0.2792,1,1,1,1,1,1,0.361,0.2792,0,1,0.5976,1,1,1,0.4922,0.5976,0,1,1,1,1,1,0.523873568,0,0.815997064,1,1,1,1,1,0.517702043,0,0.869666755,1,1,1,1,1,0.784928501,0,0.456440309,0.456526338,0.456560284
-7055,1,0.3466,1,1,1,1,1,1,1,1,0.3935,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3405,0.2792,0,1,0.5976,1,1,1,0.4791,0.5976,0,1,1,1,1,1,0.386739641,0,1,1,1,1,1,1,0.440783441,0,0.85315001,1,1,1,1,1,0.777319312,0,0.413545191,0.413581553,0.41356383
-7056,1,0.3466,1,1,1,1,1,1,1,1,0.5093,0.3466,0,1,0.2792,1,1,1,1,1,1,0.4365,0.2792,0,1,0.5976,1,1,1,0.4181,0.5976,0,1,1,1,1,1,0.489815116,0,1,1,1,1,1,1,0.507008731,0,1,1,1,1,1,1,0.745977461,0,0.383579024,0.383541358,0.383865248
-7057,1,0.3466,1,1,1,1,1,1,1,1,0.6486,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3655,0.2792,0,1,0.5976,1,1,1,0.411,0.5976,0,1,1,1,1,1,0.565813541,0,1,1,1,1,1,1,0.483940125,0,1,1,1,1,1,1,0.765163243,0,0.368475109,0.368521261,0.368351064
-7058,1,0.3466,1,1,1,1,1,1,1,1,0.6101,0.3466,0,1,0.2792,1,1,1,1,1,1,0.4212,0.2792,0,1,0.5976,1,1,1,0.4004,0.5976,0,1,1,1,1,1,0.574073911,0,1,1,1,1,1,1,0.547344089,0,1,1,1,1,1,1,0.812534034,0,0.362312711,0.362386292,0.362588652
-7059,1,0.3466,1,1,1,1,1,1,1,1,0.6155,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3984,0.2792,0,1,0.5976,1,1,1,0.4219,0.5976,0,1,1,1,1,1,0.608758032,0,1,1,1,1,1,1,0.548410177,0,1,1,1,1,1,1,0.78945899,0,0.362675205,0.362809393,0.362588652
-7060,1,0.3466,1,1,1,1,1,1,1,1,0.6052,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3929,0.2792,0,1,0.5976,1,1,1,0.4302,0.5976,0,1,1,1,1,1,0.604040027,0,1,1,1,1,1,1,0.506833375,0,1,1,1,1,1,1,0.786203444,0,0.374697922,0.374867781,0.374556738
-7061,1,0.3466,1,1,1,1,1,1,1,1,0.5066,0.3466,0,1,0.2792,1,1,1,1,1,1,0.281,0.2792,0,1,0.5976,1,1,1,0.5146,0.5976,0,1,1,1,1,1,0.514559627,0,1,1,1,1,1,1,0.377954215,0,0.926280677,1,1,1,1,1,0.852729619,0,0.416868052,0.416754813,0.417109929
-7062,1,0.3466,1,1,1,1,1,1,1,1,0.4302,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1887,0.2792,0,1,0.5976,1,1,1,0.5789,0.5976,0,1,1,1,1,1,0.470270485,0,0.997719526,1,1,1,1,1,0.247867584,0,0.500802398,1,1,1,1,1,0.839469731,0,0.49861044,0.498624921,0.498670213
-7063,1,0.3466,1,1,1,1,1,1,1,1,0.5363,0.3466,0.1806,1,0.2792,1,1,1,1,1,1,0.1326,0.2792,0.1734,1,0.5976,1,1,1,0.584,0.5976,0.1356,1,1,1,1,1,0.585840344,0.42638126,0.982673645,1,1,1,1,1,0.254443467,0.391085863,0.804314494,1,1,1,1,1,0.836170852,0.45255065,0.543136781,0.543262111,0.543439716
-7064,1,0.3466,1,1,1,1,1,1,1,1,0.4244,0.3466,0.4133,1,0.2792,1,1,1,1,1,1,0.1485,0.2792,0.4057,1,0.5976,1,1,1,0.5423,0.5976,0.3216,1,1,1,1,1,0.423336893,0.737414718,0.872497678,1,1,1,1,1,0.242330715,0.689405084,0.487239003,1,1,1,1,1,0.752181947,0.723415434,0.554253262,0.554262746,0.554521277
-7065,1,0.3466,1,1,1,1,1,1,1,1,0.5122,0.3466,0.5741,1,0.2792,1,1,1,1,1,1,0.4466,0.2792,0.5659,1,0.5976,1,1,1,0.6363,0.5976,0.4466,1,1,1,1,1,0.638475358,0.886233628,0.986665308,1,1,1,1,1,0.45374316,0.816921473,0.914573789,1,1,1,1,1,0.797592521,0.837532103,0.564765587,0.564628729,0.565159574
-7066,1,0.3466,1,1,1,1,1,1,1,1,0.4335,0.3466,0.6554,1,0.2792,1,1,1,1,1,1,0.4173,0.2792,0.6412,1,0.5976,1,1,1,0.5252,0.5976,0.4914,1,1,1,1,1,0.481764138,0.905994654,1,1,1,1,1,1,0.451864392,0.809304833,1,1,1,1,1,1,0.697472334,0.910856485,0.574009183,0.573936958,0.574024823
-7067,1,0.3466,1,1,1,1,1,1,1,1,0.3313,0.3466,0.6677,1,0.2792,1,1,1,1,1,1,0.2706,0.2792,0.6506,1,0.5976,1,1,1,0.5302,0.5976,0.4902,1,1,1,1,1,0.381709933,0.903929532,1,1,1,1,1,1,0.337679952,0.86485815,0.979907095,1,1,1,1,1,0.700893104,0.88501209,0.577332044,0.577321769,0.577570922
-7068,1,0.3466,1,1,1,1,1,1,1,1,0.309,0.3466,0.6701,1,0.2792,1,1,1,1,1,1,0.3444,0.2792,0.6672,1,0.5976,1,1,1,0.4286,0.5976,0.4579,1,1,1,1,1,0.282671809,0.917596579,0.999050975,1,1,1,1,1,0.389230132,0.940398812,0.903989553,1,1,1,1,1,0.677599728,0.876717269,0.574734171,0.574783161,0.574911348
-7069,1,0.3466,1,1,1,1,1,1,1,1,0.2217,0.3466,0.6671,1,0.2792,1,1,1,1,1,1,0.3128,0.2792,0.687,1,0.5976,1,1,1,0.5106,0.5976,0.4947,1,1,1,1,1,0.185385078,0.921408594,0.995247126,1,1,1,1,1,0.355040878,0.965651989,0.980177283,1,1,1,1,1,0.761842668,0.882095516,0.574009183,0.573936958,0.574024823
-7070,1,0.3466,1,1,1,1,1,1,1,1,0.3261,0.3466,0.5729,1,0.2792,1,1,1,1,1,1,0.6186,0.2792,0.5986,1,0.5976,1,1,1,0.4735,0.5976,0.4216,1,1,1,1,1,0.338889658,0.894266605,0.951099515,1,1,1,1,1,0.556837022,0.915077269,1,1,1,1,1,1,0.738372445,0.847362041,0.56820928,0.56822509,0.568262411
-7071,1,0.3466,1,1,1,1,1,1,1,1,0.313,0.3466,0.4039,1,0.2792,1,1,1,1,1,1,0.5229,0.2792,0.4332,1,0.5976,1,1,1,0.6282,0.5976,0.3001,1,1,1,1,1,0.336905718,0.73766011,1,1,1,1,1,1,0.49895823,0.754891753,1,1,1,1,1,1,0.872116804,0.692845166,0.563798937,0.563782526,0.563829787
-7072,1,0.3466,1,1,1,1,1,1,1,1,0.1692,0.3466,0.1763,1,0.2792,1,1,1,1,1,1,0.3129,0.2792,0.2092,1,0.5976,1,1,1,0.4241,0.5976,0.1025,1,1,1,1,1,0.206529215,0.444997549,1,1,1,1,1,1,0.300715804,0.466527015,1,1,1,1,1,1,0.709963799,0.402008206,0.567423876,0.567590438,0.567375887
-7073,1,0.3466,1,1,1,1,1,1,1,1,0.13,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1264,0.2792,0,1,0.5976,1,1,1,0.4288,0.5976,0,1,1,1,1,1,0.163622677,0,0.978075862,1,1,1,1,1,0.134989038,0,0.837691069,1,1,1,1,1,0.783324957,0,0.585367327,0.585360694,0.585549645
-7074,1,0.3466,1,1,1,1,1,1,1,1,0.1921,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2292,0.2792,0,1,0.5976,1,1,1,0.3926,0.5976,0,1,1,1,1,1,0.246614695,0,0.971042037,1,1,1,1,1,0.25778085,0,0.551095009,1,1,1,1,1,0.764790833,0,0.625060416,0.625132219,0.625
-7075,1,0.3466,1,1,1,1,1,1,1,1,0.2515,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2628,0.2792,0,1,0.5976,1,1,1,0.389,0.5976,0,1,1,1,1,1,0.24772504,0,0.950528502,1,1,1,1,1,0.321990222,0,0.540327549,1,1,1,1,1,0.769924521,0,0.618354277,0.618362598,0.618351064
-7076,1,0.3466,1,1,1,1,1,1,1,1,0.2546,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2125,0.2792,0,1,0.5976,1,1,1,0.4596,0.5976,0,1,1,1,1,1,0.312678158,0,0.921832263,1,1,1,1,1,0.242414698,0,0.234668881,1,1,1,1,1,0.839005947,0,0.587542291,0.587687751,0.587765957
-7077,1,0.3466,1,1,1,1,1,1,1,1,0.3268,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3064,0.2792,0,1,0.5976,1,1,1,0.4585,0.5976,0,1,1,1,1,1,0.323090672,0,0.962093472,1,1,1,1,1,0.349309683,0,0.127724081,1,1,1,1,1,0.807705998,0,0.542049299,0.541992807,0.542109929
-7078,1,0.3466,1,1,1,1,1,1,1,1,0.2524,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1839,0.2792,0,1,0.5976,1,1,1,0.4358,0.5976,0,1,1,1,1,1,0.191292062,0,0.755563557,1,1,1,1,1,0.172413796,0,0.065823041,1,1,1,1,1,0.722795963,0,0.487796037,0.487835837,0.487588652
-7079,1,0.3466,1,1,1,1,1,1,1,1,0.2999,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1582,0.2792,0,1,0.5976,1,1,1,0.401,0.5976,0,1,1,1,1,1,0.201541051,0,0.936284661,1,1,1,1,1,0.172298789,0,0.211519122,1,1,1,1,1,0.620787144,0,0.438073949,0.43812143,0.438386525
-7080,1,0.3466,1,1,1,1,1,1,1,1,0.2001,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1512,0.2792,0,1,0.5976,1,1,1,0.4136,0.5976,0,1,1,1,1,1,0.197190762,0,0.961260498,1,1,1,1,1,0.17169933,0,0.243146598,1,1,1,1,1,0.639056265,0,0.401703722,0.401734715,0.401595745
-7081,1,0.3466,1,1,1,1,1,1,1,1,0.1793,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1329,0.2792,0,1,0.5976,1,1,1,0.3539,0.5976,0,1,1,1,1,1,0.174107954,0,0.967158318,1,1,1,1,1,0.154190153,0,0.226619661,1,1,1,1,1,0.61483264,0,0.382612373,0.382695155,0.382535461
-7082,1,0.3466,1,1,1,1,1,1,1,1,0.1348,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1886,0.2792,0,1,0.5976,1,1,1,0.2767,0.5976,0,1,1,1,1,1,0.194930196,0,0.70160377,1,1,1,1,1,0.194979683,0,0.073844247,1,1,1,1,1,0.552348912,0,0.37318753,0.373175376,0.37322695
-7083,1,0.3466,1,1,1,1,1,1,1,1,0.1642,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1226,0.2792,0,1,0.5976,1,1,1,0.3289,0.5976,0,1,1,1,1,1,0.181395561,0,0.456020147,1,1,1,1,1,0.137400359,0,0.064708903,1,1,1,1,1,0.578421712,0,0.372160464,0.372117622,0.372340426
-7084,1,0.3466,1,1,1,1,1,1,1,1,0.2516,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1269,0.2792,0,1,0.5976,1,1,1,0.308,0.5976,0,1,1,1,1,1,0.19808203,0,0.341310024,1,1,1,1,1,0.134494886,0,0.072409689,1,1,1,1,1,0.53979826,0,0.38182697,0.381848953,0.381648936
-7085,1,0.3466,1,1,1,1,1,1,1,1,0.3208,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1295,0.2792,0,1,0.5976,1,1,1,0.2836,0.5976,0,1,1,1,1,1,0.32715565,0,0.123246342,1,1,1,1,1,0.163015381,0,0.042968329,1,1,1,1,1,0.49843514,0,0.424480425,0.424582187,0.424202128
-7086,1,0.3466,1,1,1,1,1,1,1,1,0.1896,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0811,0.2792,0,1,0.5976,1,1,1,0.3897,0.5976,0,1,1,1,1,1,0.214251116,0,0.059389889,1,1,1,1,1,0.087114319,0,0,1,1,1,1,1,0.592363179,0,0.506283229,0.506240745,0.506205674
-7087,1,0.3466,1,1,1,1,1,1,1,1,0.1519,0.3466,0.1508,1,0.2792,1,1,1,1,1,1,0.0668,0.2792,0.0872,1,0.5976,1,1,1,0.2934,0.5976,0.1521,1,1,1,1,1,0.140977591,0.304019839,0.237144321,1,1,1,1,1,0.060284138,0.211425692,0.005448168,1,1,1,1,1,0.462461054,0.323074579,0.549601257,0.549820182,0.54964539
-7088,1,0.3466,1,1,1,1,1,1,1,1,0.1398,0.3466,0.3569,1,0.2792,1,1,1,1,1,1,0.0367,0.2792,0.3116,1,0.5976,1,1,1,0.3014,0.5976,0.3623,1,1,1,1,1,0.162565887,0.561295331,0.219555289,1,1,1,1,1,0.037513938,0.569963992,0.000979058,1,1,1,1,1,0.531581759,0.639802098,0.558301112,0.558282209,0.558510638
-7089,1,0.3466,1,1,1,1,1,1,1,1,0.0924,0.3466,0.5133,1,0.2792,1,1,1,1,1,1,0.0028,0.2792,0.4334,1,0.5976,1,1,1,0.296,0.5976,0.5254,1,1,1,1,1,0.091380075,0.728480577,0.144219995,1,1,1,1,1,0.011896581,0.649616361,0.000643979,1,1,1,1,1,0.40350759,0.804544628,0.563980184,0.563994077,0.563829787
-7090,1,0.3466,1,1,1,1,1,1,1,1,0.0566,0.3466,0.5539,1,0.2792,1,1,1,1,1,1,0,0.2792,0.4569,1,0.5976,1,1,1,0.2418,0.5976,0.6217,1,1,1,1,1,0.055685587,0.696138144,0.060343303,1,1,1,1,1,0.004895697,0.599392772,0,1,1,1,1,1,0.295952141,0.865177929,0.570323828,0.570340597,0.570478723
-7091,1,0.3466,1,1,1,1,1,1,1,1,0.0283,0.3466,0.5123,1,0.2792,1,1,1,1,1,1,0.0023,0.2792,0.3619,1,0.5976,1,1,1,0.2203,0.5976,0.6404,1,1,1,1,1,0.063933186,0.682754695,0.007891972,1,1,1,1,1,0.003890987,0.552856445,0.007665707,1,1,1,1,1,0.271802008,0.829906821,0.573102948,0.573090755,0.573138298
-7092,1,0.3466,1,1,1,1,1,1,1,1,0.0132,0.3466,0.4715,1,0.2792,1,1,1,1,1,1,0.0009,0.2792,0.3338,1,0.5976,1,1,1,0.1874,0.5976,0.66,1,1,1,1,1,0.036595847,0.637656689,0.019110832,1,1,1,1,1,0.002943422,0.434346169,0.073424086,1,1,1,1,1,0.154505029,0.797784269,0.571290478,0.57139835,0.571365248
-7093,1,0.3466,1,1,1,1,1,1,1,1,0.0231,0.3466,0.5113,1,0.2792,1,1,1,1,1,1,0,0.2792,0.4651,1,0.5976,1,1,1,0.196,0.5976,0.5604,1,1,1,1,1,0.035248496,0.725411296,0.051203601,1,1,1,1,1,0.000704332,0.612600505,0.133014143,1,1,1,1,1,0.23924087,0.775458157,0.572075882,0.572033002,0.572251773
-7094,1,0.3466,1,1,1,1,1,1,1,1,0.0216,0.3466,0.3938,1,0.2792,1,1,1,1,1,1,0.0011,0.2792,0.2859,1,0.5976,1,1,1,0.2751,0.5976,0.5596,1,1,1,1,1,0.013201627,0.553019047,0.105283573,1,1,1,1,1,0.003534433,0.341375381,0.098312832,1,1,1,1,1,0.385296434,0.782042921,0.566638473,0.566744235,0.566932624
-7095,1,0.3466,1,1,1,1,1,1,1,1,0.0645,0.3466,0.2581,1,0.2792,1,1,1,1,1,1,0.0078,0.2792,0.1328,1,0.5976,1,1,1,0.2969,0.5976,0.3719,1,1,1,1,1,0.037954662,0.404121935,0.181023523,1,1,1,1,1,0.014170093,0.184413776,0.257836699,1,1,1,1,1,0.418161899,0.621662498,0.562953117,0.562936323,0.563386525
-7096,1,0.3466,1,1,1,1,1,1,1,1,0.0695,0.3466,0.0807,1,0.2792,1,1,1,1,1,1,0.0037,0.2792,0.0284,1,0.5976,1,1,1,0.2701,0.5976,0.1435,1,1,1,1,1,0.047362078,0.179279864,0.326198339,1,1,1,1,1,0.00924816,0.039465792,0.157295287,1,1,1,1,1,0.468308389,0.349319011,0.568269696,0.568436641,0.568262411
-7097,1,0.3466,1,1,1,1,1,1,1,1,0.0913,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0159,0.2792,0,1,0.5976,1,1,1,0.2695,0.5976,0,1,1,1,1,1,0.071913667,0,0.318954498,1,1,1,1,1,0.028250396,0,0.07010524,1,1,1,1,1,0.409553915,0,0.591046399,0.591072562,0.590868794
-7098,1,0.3466,1,1,1,1,1,1,1,1,0.054,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0089,0.2792,0,1,0.5976,1,1,1,0.3435,0.5976,0,1,1,1,1,1,0.067487061,0,0.157544896,1,1,1,1,1,0.021163747,0,0.048690572,1,1,1,1,1,0.509832382,0,0.628443693,0.62851703,0.628546099
-7099,1,0.3466,1,1,1,1,1,1,1,1,0.0701,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0026,0.2792,0,1,0.5976,1,1,1,0.2573,0.5976,0,1,1,1,1,1,0.058073476,0,0.252669424,1,1,1,1,1,0.010574141,0,0.189813614,1,1,1,1,1,0.411435306,0,0.617931368,0.617939497,0.618351064
-7100,1,0.3466,1,1,1,1,1,1,1,1,0.051,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0329,0.2792,0,1,0.5976,1,1,1,0.2746,0.5976,0,1,1,1,1,1,0.091867559,0,0.074559852,1,1,1,1,1,0.064259917,0,0.082398959,1,1,1,1,1,0.448530316,0,0.588931851,0.588957055,0.589095745
-7101,1,0.3466,1,1,1,1,1,1,1,1,0.0343,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0169,0.2792,0,1,0.5976,1,1,1,0.222,0.5976,0,1,1,1,1,1,0.092328839,0,0.022126235,1,1,1,1,1,0.034672014,0,0.088461258,1,1,1,1,1,0.419621021,0,0.544888835,0.544742966,0.544769504
-7102,1,0.3466,1,1,1,1,1,1,1,1,0.0263,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0028,0.2792,0,1,0.5976,1,1,1,0.2212,0.5976,0,1,1,1,1,1,0.075973839,0,0.009906842,1,1,1,1,1,0.01406745,0,0.089920431,1,1,1,1,1,0.381150544,0,0.487373127,0.487412735,0.48714539
-7103,1,0.3466,1,1,1,1,1,1,1,1,0.0517,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0113,0.2792,0,1,0.5976,1,1,1,0.1764,0.5976,0,1,1,1,1,1,0.118895918,0,0.004050357,1,1,1,1,1,0.032099627,0,0,1,1,1,1,1,0.275791109,0,0.43722813,0.437275227,0.437056738
-7104,1,0.3466,1,1,1,1,1,1,1,1,0.0468,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0116,0.2792,0,1,0.5976,1,1,1,0.1413,0.5976,0,1,1,1,1,1,0.069565147,0,0.022803817,1,1,1,1,1,0.030340942,0,0.049644765,1,1,1,1,1,0.202822551,0,0.404724505,0.404907975,0.405141844
-7105,1,0.3466,1,1,1,1,1,1,1,1,0.0438,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0895,0.2792,0,1,0.5976,1,1,1,0.1708,0.5976,0,1,1,1,1,1,0.059348565,0,0.004675747,1,1,1,1,1,0.102519557,0,0.044689268,1,1,1,1,1,0.240713596,0,0.387083132,0.386926169,0.386968085
-7106,1,0.3466,1,1,1,1,1,1,1,1,0.0549,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1188,0.2792,0,1,0.5976,1,1,1,0.1888,0.5976,0,1,1,1,1,1,0.081057481,0,0.001401148,1,1,1,1,1,0.110972218,0,0.006207592,1,1,1,1,1,0.255985886,0,0.377899952,0.37782949,0.377659574
-7107,1,0.3466,1,1,1,1,1,1,1,1,0.0307,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0646,0.2792,0,1,0.5976,1,1,1,0.1496,0.5976,0,1,1,1,1,1,0.025739156,0,0.001822783,1,1,1,1,1,0.063521154,0,0,1,1,1,1,1,0.179879874,0,0.375724988,0.375713983,0.375443262
-7108,1,0.3466,1,1,1,1,1,1,1,1,0.0459,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0683,0.2792,0,1,0.5976,1,1,1,0.1455,0.5976,0,1,1,1,1,1,0.044832192,0,0.000905745,1,1,1,1,1,0.060774665,0,0,1,1,1,1,1,0.112840325,0,0.38641856,0.386503067,0.38608156
-7109,1,0.3466,1,1,1,1,1,1,1,1,0.0388,0.3466,0,1,0.2792,1,1,1,1,1,1,0.05,0.2792,0,1,0.5976,1,1,1,0.1116,0.5976,0,1,1,1,1,1,0.031698577,0,0.002877865,1,1,1,1,1,0.043187786,0,0,1,1,1,1,1,0.056164324,0,0.426715805,0.426697694,0.426861702
-7110,1,0.3466,1,1,1,1,1,1,1,1,0.0287,0.3466,0,1,0.2792,1,1,1,1,1,1,0.008,0.2792,0,1,0.5976,1,1,1,0.1059,0.5976,0,1,1,1,1,1,0.019071043,0,0.013659568,1,1,1,1,1,0.014689006,0,0,1,1,1,1,1,0.046843413,0,0.509847753,0.509837106,0.510195035
-7111,1,0.3466,1,1,1,1,1,1,1,1,0.0347,0.3466,0.0745,1,0.2792,1,1,1,1,1,1,0,0.2792,0.0238,1,0.5976,1,1,1,0.083,0.5976,0.1727,1,1,1,1,1,0.0121052,0.188761294,0.058144666,1,1,1,1,1,0.007716144,0.024941476,0,1,1,1,1,1,0.057850428,0.461836189,0.556911551,0.556801354,0.556737589
-7112,1,0.3465,1,1,1,1,1,1,1,1,0.0238,0.3465,0.2661,1,0.2792,1,1,1,1,1,1,0.0028,0.2792,0.193,1,0.5976,1,1,1,0.0783,0.5976,0.3996,1,1,1,1,1,0.007655466,0.446905643,0.048870757,1,1,1,1,1,0.015249547,0.305638611,0.001649215,1,1,1,1,1,0.071216807,0.759683013,0.566336394,0.566321134,0.566489362
-7113,1,0.3464,1,1,1,1,1,1,1,1,0.018,0.3464,0.4089,1,0.2792,1,1,1,1,1,1,0,0.2792,0.3549,1,0.5977,1,1,1,0.1181,0.5977,0.5739,1,1,1,1,1,0.004860441,0.618695617,0.049145818,1,1,1,1,1,0.010923069,0.497180194,0.034185864,1,1,1,1,1,0.056016844,0.916811645,0.57280087,0.572667654,0.573138298
-7114,1,0.3464,1,1,1,1,1,1,1,1,0.0132,0.3464,0.4458,1,0.2792,1,1,1,1,1,1,0,0.2792,0.4209,1,0.5977,1,1,1,0.1088,0.5977,0.6839,1,1,1,1,1,0.003488888,0.65204221,0.048348829,1,1,1,1,1,0.007027318,0.572658181,0.005531676,1,1,1,1,1,0.043282673,0.978653073,0.57739246,0.577533319,0.577570922
-7115,1,0.3463,1,1,1,1,1,1,1,1,0.0183,0.3463,0.49,1,0.2792,1,1,1,1,1,1,0.0115,0.2792,0.4991,1,0.5978,1,1,1,0.0392,0.5978,0.6617,1,1,1,1,1,0.001608082,0.717104495,0.293096781,1,1,1,1,1,0.006803574,0.720332265,0.654628336,1,1,1,1,1,0.018938832,0.95529449,0.577875785,0.57774487,0.578014184
-7116,1,0.3462,1,1,1,1,1,1,1,1,0.0059,0.3462,0.4786,1,0.2792,1,1,1,1,1,1,0,0.2792,0.4964,1,0.5978,1,1,1,0.0415,0.5978,0.5637,1,1,1,1,1,0.000822644,0.700081348,0.348195106,1,1,1,1,1,0.002041701,0.726606607,0.813252091,1,1,1,1,1,0.021427155,0.936173379,0.575821653,0.575840914,0.575797872
-7117,1,0.3461,1,1,1,1,1,1,1,1,0.0011,0.3461,0.4236,1,0.2792,1,1,1,1,1,1,0,0.2792,0.4224,1,0.5978,1,1,1,0.0556,0.5978,0.5687,1,1,1,1,1,0.001237889,0.606551588,0.194971174,1,1,1,1,1,0.001429386,0.565001249,0.213422775,1,1,1,1,1,0.042010467,0.912262619,0.574673755,0.574783161,0.574911348
-7118,1,0.346,1,1,1,1,1,1,1,1,0.0014,0.346,0.3719,1,0.2792,1,1,1,1,1,1,0,0.2792,0.3964,1,0.5979,1,1,1,0.0805,0.5979,0.5189,1,1,1,1,1,0.000261848,0.592750788,0.272869021,1,1,1,1,1,9.21E-05,0.536484957,0.12645106,1,1,1,1,1,0.048151914,0.780529141,0.568450942,0.568436641,0.568705674
-7119,1,0.346,1,1,1,1,1,1,1,1,0.0064,0.346,0.3247,1,0.2792,1,1,1,1,1,1,0,0.2792,0.3657,1,0.5979,1,1,1,0.0297,0.5979,0.3395,1,1,1,1,1,0.000346402,0.584993362,0.796764255,1,1,1,1,1,0.000252569,0.591651261,0.701847911,1,1,1,1,1,0.042942032,0.560110152,0.564101015,0.564205627,0.56427305
-7120,1,0.3459,1,1,1,1,1,1,1,1,0.0243,0.3459,0.0714,1,0.2792,1,1,1,1,1,1,0,0.2792,0.089,1,0.5979,1,1,1,0.0359,0.5979,0.1328,1,1,1,1,1,0.021099539,0.194534048,0.178403437,1,1,1,1,1,6.26E-05,0.174512297,0.099927232,1,1,1,1,1,0.020903144,0.316044152,0.570505075,0.570552147,0.570478723
-7121,1,0.3458,1,1,1,1,1,1,1,1,0.0205,0.3458,0,1,0.2792,1,1,1,1,1,1,0,0.2792,0,1,0.598,1,1,1,0.046,0.598,0,1,1,1,1,1,0.023555569,0,0.132273033,1,1,1,1,1,2.57E-05,0,0.082924873,1,1,1,1,1,0.033861279,0,0.59479217,0.594668923,0.594858156
-7122,1,0.3457,1,1,1,1,1,1,1,1,0.0087,0.3457,0,1,0.2792,1,1,1,1,1,1,0,0.2792,0,1,0.598,1,1,1,0.0909,0.598,0,1,1,1,1,1,0.028673304,0,0.10703811,1,1,1,1,1,2.86E-05,0,0.104482464,1,1,1,1,1,0.085792005,0,0.627597873,0.627670827,0.627659574
-7123,1,0.3456,1,1,1,1,1,1,1,1,0.0127,0.3456,0,1,0.2792,1,1,1,1,1,1,0.0077,0.2792,0,1,0.598,1,1,1,0.0817,0.598,0,1,1,1,1,1,0.031204795,0,0.04459371,1,1,1,1,1,0.0044463,0,0.041607067,1,1,1,1,1,0.105221972,0,0.617991783,0.617939497,0.618351064
-7124,1,0.3456,1,1,1,1,1,1,1,1,0.0112,0.3456,0,1,0.2791,1,1,1,1,1,1,0,0.2791,0,1,0.5981,1,1,1,0.0963,0.5981,0,1,1,1,1,1,0.030159431,0,0.042381413,1,1,1,1,1,2.64E-05,0,0.087518856,1,1,1,1,1,0.130939141,0,0.590985984,0.590861011,0.590868794
-7125,1,0.3455,1,1,1,1,1,1,1,1,0.0033,0.3455,0,1,0.2791,1,1,1,1,1,1,0,0.2791,0,1,0.5981,1,1,1,0.1313,0.5981,0,1,1,1,1,1,0.014290611,0,0.066534348,1,1,1,1,1,9.62E-06,0,0.05713246,1,1,1,1,1,0.171861202,0,0.548695022,0.548762429,0.548758865
-7126,1,0.3454,1,1,1,1,1,1,1,1,0.0063,0.3454,0,1,0.2791,1,1,1,1,1,1,0,0.2791,0,1,0.5981,1,1,1,0.167,0.5981,0,1,1,1,1,1,0.020267032,0,0.031633165,1,1,1,1,1,0,0,0,1,1,1,1,1,0.163486227,0,0.490212663,0.490162894,0.490248227
-7127,1,0.3453,1,1,1,1,1,1,1,1,0.0016,0.3453,0,1,0.2791,1,1,1,1,1,1,0,0.2791,0,1,0.5982,1,1,1,0.1342,0.5982,0,1,1,1,1,1,0.007114416,0,0.041242156,1,1,1,1,1,0.000336728,0,0.006133508,1,1,1,1,1,0.182080686,0,0.440732238,0.440660038,0.440602837
-7128,1,0.3452,1,1,1,1,1,1,1,1,0,0.3452,0,1,0.2791,1,1,1,1,1,1,0,0.2791,0,1,0.5982,1,1,1,0.1157,0.5982,0,1,1,1,1,1,0.00352154,0,0.086560428,1,1,1,1,1,0,0,0.008268063,1,1,1,1,1,0.179504812,0,0.407141131,0.407023482,0.407358156
-7129,1,0.3451,1,1,1,1,1,1,1,1,0.0003,0.3451,0,1,0.2791,1,1,1,1,1,1,0,0.2791,0,1,0.5983,1,1,1,0.0787,0.5983,0,1,1,1,1,1,0.003139879,0,0.097903103,1,1,1,1,1,0,0,0,1,1,1,1,1,0.12662816,0,0.389439343,0.389464777,0.38962766
-7130,1,0.3451,1,1,1,1,1,1,1,1,0,0.3451,0,1,0.2791,1,1,1,1,1,1,0,0.2791,0,1,0.5983,1,1,1,0.0634,0.5983,0,1,1,1,1,1,0.000691575,0,0.082045346,1,1,1,1,1,1.46E-05,0,0.013734032,1,1,1,1,1,0.109309271,0,0.381041566,0.38100275,0.381205674
-7131,1,0.345,1,1,1,1,1,1,1,1,0,0.345,0,1,0.2791,1,1,1,1,1,1,0,0.2791,0,1,0.5983,1,1,1,0.0589,0.5983,0,1,1,1,1,1,0.000967577,0,0.082747191,1,1,1,1,1,1.66E-05,0,0.028446859,1,1,1,1,1,0.11345946,0,0.379954084,0.379944997,0.379875887
-7132,1,0.3449,1,1,1,1,1,1,1,1,0,0.3449,0,1,0.2791,1,1,1,1,1,1,0,0.2791,0,1,0.5984,1,1,1,0.0573,0.5984,0,1,1,1,1,1,0.009531735,0,0.073966794,1,1,1,1,1,4.50E-06,0,0.031129584,1,1,1,1,1,0.131666586,0,0.390466409,0.39052253,0.390514184
-7133,1,0.3448,1,1,1,1,1,1,1,1,0.0001,0.3448,0,1,0.2791,1,1,1,1,1,1,0,0.2791,0,1,0.5984,1,1,1,0.0469,0.5984,0,1,1,1,1,1,0.036411811,0,0.067395858,1,1,1,1,1,0.000499068,0,0.01316152,1,1,1,1,1,0.123044781,0,0.432153214,0.432198011,0.432624113
-7134,1,0.3447,1,1,1,1,1,1,1,1,0.0036,0.3447,0,1,0.2791,1,1,1,1,1,1,0.0112,0.2791,0,1,0.5984,1,1,1,0.0424,0.5984,0,1,1,1,1,1,0.014743561,0,0.058142141,1,1,1,1,1,0.012262113,0,0.014119374,1,1,1,1,1,0.103343576,0,0.514439343,0.514491221,0.51462766
-7135,1,0.3447,1,1,1,1,1,1,1,1,0.0077,0.3447,0.1442,1,0.2791,1,1,1,1,1,1,0.0046,0.2791,0.1101,1,0.5985,1,1,1,0.0469,0.5985,0.162,1,1,1,1,1,0.035665024,0.326478183,0.077842414,1,1,1,1,1,0.011884212,0.244455904,0.006160472,1,1,1,1,1,0.116001479,0.435061991,0.557999033,0.558070658,0.558067376
-7136,1,0.3446,1,1,1,1,1,1,1,1,0,0.3446,0.365,1,0.2791,1,1,1,1,1,1,0,0.2791,0.3053,1,0.5985,1,1,1,0.028,0.5985,0.3882,1,1,1,1,1,0.003563125,0.62178272,0.089788094,1,1,1,1,1,0.003831697,0.549371719,0.036025655,1,1,1,1,1,0.100468472,0.742374241,0.564101015,0.564205627,0.56427305
-7137,1,0.3445,1,1,1,1,1,1,1,1,0,0.3445,0.5017,1,0.2791,1,1,1,1,1,1,0,0.2791,0.4522,1,0.5985,1,1,1,0.0097,0.5985,0.5611,1,1,1,1,1,0.000164782,0.739507854,0.057841882,1,1,1,1,1,3.32E-06,0.685083866,0.043804452,1,1,1,1,1,0.059586924,0.897890329,0.57002175,0.569917495,0.570035461
-7138,1,0.3444,1,1,1,1,1,1,1,1,0,0.3444,0.573,1,0.2791,1,1,1,1,1,1,0,0.2791,0.5036,1,0.5986,1,1,1,0.0046,0.5986,0.6663,1,1,1,1,1,0.000282876,0.760335326,0.077080905,1,1,1,1,1,0.000174274,0.696865439,0.098124869,1,1,1,1,1,0.015693214,0.957207322,0.575277912,0.575206262,0.57535461
-7139,1,0.3443,1,1,1,1,1,1,1,1,0.0001,0.3443,0.5581,1,0.2791,1,1,1,1,1,1,0,0.2791,0.5053,1,0.5986,1,1,1,0.0019,0.5986,0.6784,1,1,1,1,1,0.000127743,0.726716459,0.053013463,1,1,1,1,1,2.19E-05,0.696879685,0.032391366,1,1,1,1,1,0.017859446,0.97563833,0.575821653,0.575840914,0.575797872
-7140,1,0.3443,1,1,1,1,1,1,1,1,0.0012,0.3443,0.5431,1,0.2791,1,1,1,1,1,1,0,0.2791,0.4765,1,0.5986,1,1,1,0.0036,0.5986,0.6093,1,1,1,1,1,0.004880096,0.720661402,0.046794776,1,1,1,1,1,0.005166587,0.645572662,0.011399738,1,1,1,1,1,0.013416115,0.974710643,0.572075882,0.572033002,0.572251773
-7141,1,0.3442,1,1,1,1,1,1,1,1,0.0115,0.3442,0.5261,1,0.2791,1,1,1,1,1,1,0,0.2791,0.45,1,0.5987,1,1,1,0.0205,0.5987,0.5703,1,1,1,1,1,0.010191735,0.672927856,0.166985437,1,1,1,1,1,0.001236446,0.659927607,0.010286126,1,1,1,1,1,0.041010488,0.945681393,0.570625906,0.570763698,0.570921986
-7142,1,0.3441,1,1,1,1,1,1,1,1,0.0186,0.3441,0.4603,1,0.2791,1,1,1,1,1,1,0.0065,0.2791,0.4381,1,0.5987,1,1,1,0.0367,0.5987,0.4715,1,1,1,1,1,0.021005765,0.653602839,0.090138219,1,1,1,1,1,0.00915888,0.660296917,0.085010998,1,1,1,1,1,0.079448596,0.870330453,0.564101015,0.563994077,0.56427305
-7143,1,0.344,1,1,1,1,1,1,1,1,0.0227,0.344,0.312,1,0.2791,1,1,1,1,1,1,0.0008,0.2791,0.3287,1,0.5988,1,1,1,0.0585,0.5988,0.3258,1,1,1,1,1,0.019163901,0.532495797,0.027014215,1,1,1,1,1,0.008508119,0.559575856,0.091546342,1,1,1,1,1,0.128407508,0.687925637,0.559267762,0.559339962,0.559397163
-7144,1,0.3439,1,1,1,1,1,1,1,1,0.0414,0.3439,0.1171,1,0.2791,1,1,1,1,1,1,0.0212,0.2791,0.1274,1,0.5988,1,1,1,0.0504,0.5988,0.097,1,1,1,1,1,0.058031823,0.29459244,0.000568523,1,1,1,1,1,0.025886403,0.290916651,0.024912566,1,1,1,1,1,0.130517244,0.367847025,0.562953117,0.562936323,0.563386525
-7145,1,0.3439,1,1,1,1,1,1,1,1,0.0711,0.3439,0,1,0.2791,1,1,1,1,1,1,0.0677,0.2791,0,1,0.5988,1,1,1,0.0634,0.5988,0,1,1,1,1,1,0.147438198,0,0.020047268,1,1,1,1,1,0.080470867,0,0,1,1,1,1,1,0.169714749,0,0.583313195,0.583456738,0.583333333
-7146,1,0.3438,1,1,1,1,1,1,1,1,0.0703,0.3438,0,1,0.279,1,1,1,1,1,1,0.0713,0.279,0,1,0.5989,1,1,1,0.1078,0.5989,0,1,1,1,1,1,0.164959952,0,0.021357849,1,1,1,1,1,0.083828114,0,0,1,1,1,1,1,0.297452241,0,0.621193813,0.621112757,0.621453901
-7147,1,0.3437,1,1,1,1,1,1,1,1,0.0593,0.3437,0,1,0.279,1,1,1,1,1,1,0.0954,0.279,0,1,0.5989,1,1,1,0.0912,0.5989,0,1,1,1,1,1,0.17668356,0,0.003375196,1,1,1,1,1,0.130059123,0,0.028260995,1,1,1,1,1,0.219553635,0,0.614668922,0.614766237,0.614804965
-7148,1,0.3436,1,1,1,1,1,1,1,1,0.056,0.3436,0,1,0.279,1,1,1,1,1,1,0.0714,0.279,0,1,0.5989,1,1,1,0.1087,0.5989,0,1,1,1,1,1,0.148732007,0,0,1,1,1,1,1,0.094670683,0,0.016669895,1,1,1,1,1,0.208256841,0,0.590260996,0.590226359,0.590425532
-7149,1,0.3435,1,1,1,1,1,1,1,1,0.029,0.3435,0,1,0.279,1,1,1,1,1,1,0.1261,0.279,0,1,0.599,1,1,1,0.126,0.599,0,1,1,1,1,1,0.067439392,0,0.002018637,1,1,1,1,1,0.160846531,0,0.007739791,1,1,1,1,1,0.281203926,0,0.549057516,0.548973979,0.549202128
-7150,1,0.3435,1,1,1,1,1,1,1,1,0.023,0.3435,0,1,0.279,1,1,1,1,1,1,0.0297,0.279,0,1,0.599,1,1,1,0.1047,0.599,0,1,1,1,1,1,0.048308231,0,0.003432844,1,1,1,1,1,0.043131839,0,0.022303667,1,1,1,1,1,0.299831927,0,0.493354277,0.493336154,0.493794326
-7151,1,0.3434,1,1,1,1,1,1,1,1,0.022,0.3434,0,1,0.279,1,1,1,1,1,1,0.0457,0.279,0,1,0.599,1,1,1,0.0786,0.599,0,1,1,1,1,1,0.035490949,0,0.015491715,1,1,1,1,1,0.088061742,0,0.085006021,1,1,1,1,1,0.230822235,0,0.442665539,0.442775545,0.442819149
-7152,1,0.3433,1,1,1,1,1,1,1,1,0.0179,0.3433,0,1,0.279,1,1,1,1,1,1,0.054,0.279,0,1,0.5991,1,1,1,0.0888,0.5991,0,1,1,1,1,1,0.026085254,0,0,1,1,1,1,1,0.077835381,0,0,1,1,1,1,1,0.220735759,0,0.408893185,0.408927438,0.409131206
-7153,1,0.3432,1,1,1,1,1,1,1,1,0.0365,0.3432,0,1,0.279,1,1,1,1,1,1,0.0081,0.279,0,1,0.5991,1,1,1,0.096,0.5991,0,1,1,1,1,1,0.024648575,0,0.002583635,1,1,1,1,1,0.016940679,0,0.01141623,1,1,1,1,1,0.321481317,0,0.38962059,0.389676327,0.38962766
-7154,1,0.3431,1,1,1,1,1,1,1,1,0.0383,0.3431,0,1,0.279,1,1,1,1,1,1,0.0051,0.279,0,1,0.5991,1,1,1,0.0733,0.5991,0,1,1,1,1,1,0.032039583,0,0,1,1,1,1,1,0.019936943,0,0.087190315,1,1,1,1,1,0.245867863,0,0.380497825,0.380579649,0.380319149
-7155,1,0.3431,1,1,1,1,1,1,1,1,0.0449,0.3431,0,1,0.279,1,1,1,1,1,1,0.0085,0.279,0,1,0.5992,1,1,1,0.0529,0.5992,0,1,1,1,1,1,0.04264291,0,0,1,1,1,1,1,0.016359026,0,0,1,1,1,1,1,0.167423889,0,0.379108265,0.379098794,0.379432624
-7156,1,0.343,1,1,1,1,1,1,1,1,0.0721,0.343,0,1,0.279,1,1,1,1,1,1,0,0.279,0,1,0.5992,1,1,1,0.0583,0.5992,0,1,1,1,1,1,0.063602686,0,0,1,1,1,1,1,0.008078769,0,0,1,1,1,1,1,0.159157798,0,0.388956017,0.388830125,0.388741135
-7157,1,0.3429,1,1,1,1,1,1,1,1,0.0861,0.3429,0,1,0.279,1,1,1,1,1,1,0.0025,0.279,0,1,0.5993,1,1,1,0.0522,0.5993,0,1,1,1,1,1,0.061620902,0,0,1,1,1,1,1,0.004953755,0,0,1,1,1,1,1,0.152127162,0,0.428769937,0.428813201,0.428634752
-7158,1,0.3428,1,1,1,1,1,1,1,1,0.0953,0.3428,0,1,0.279,1,1,1,1,1,1,0.0019,0.279,0,1,0.5993,1,1,1,0.0615,0.5993,0,1,1,1,1,1,0.078378879,0,0.000220038,1,1,1,1,1,0.003084859,0,0,1,1,1,1,1,0.141437933,0,0.507310295,0.507298498,0.507535461
-7159,1,0.3427,1,1,1,1,1,1,1,1,0.0432,0.3427,0.1403,1,0.279,1,1,1,1,1,1,0.0008,0.279,0.1068,1,0.5993,1,1,1,0.0589,0.5993,0.0995,1,1,1,1,1,0.049068663,0.29703337,0.001780303,1,1,1,1,1,0.00790195,0.232971519,0,1,1,1,1,1,0.133263856,0.282561034,0.552803287,0.552781891,0.552748227
-7160,1,0.3426,1,1,1,1,1,1,1,1,0.0185,0.3426,0.3359,1,0.279,1,1,1,1,1,1,0.0286,0.279,0.3135,1,0.5994,1,1,1,0.0387,0.5994,0.3258,1,1,1,1,1,0.037397966,0.54758966,0.006489228,1,1,1,1,1,0.032519195,0.506799042,0,1,1,1,1,1,0.085643314,0.588781238,0.563134364,0.563147874,0.563386525
-7161,1,0.3426,1,1,1,1,1,1,1,1,0.0023,0.3426,0.4751,1,0.279,1,1,1,1,1,1,0.0252,0.279,0.4537,1,0.5994,1,1,1,0.0142,0.5994,0.48,1,1,1,1,1,0.009913794,0.69827354,0.010441723,1,1,1,1,1,0.01994754,0.664248586,0,1,1,1,1,1,0.041838091,0.702427924,0.572196713,0.572244553,0.572251773
-7162,1,0.3425,1,1,1,1,1,1,1,1,0.0015,0.3425,0.5372,1,0.279,1,1,1,1,1,1,0,0.279,0.4954,1,0.5994,1,1,1,0.0124,0.5994,0.5655,1,1,1,1,1,0.002203199,0.722247362,0.016099874,1,1,1,1,1,0,0.693295658,0.041356809,1,1,1,1,1,0.003492082,0.811643898,0.57878202,0.578802623,0.578900709
-7163,1,0.3424,1,1,1,1,1,1,1,1,0,0.3424,0.5388,1,0.279,1,1,1,1,1,1,0.0011,0.279,0.4938,1,0.5995,1,1,1,0.008,0.5995,0.5983,1,1,1,1,1,8.07E-05,0.727014661,0.067208722,1,1,1,1,1,0.002007865,0.682024479,0.102980107,1,1,1,1,1,0.003384798,0.854786456,0.579325761,0.579225725,0.579343972
-7164,1,0.3423,1,1,1,1,1,1,1,1,0.0014,0.3423,0.5686,1,0.279,1,1,1,1,1,1,0.0159,0.279,0.5097,1,0.5995,1,1,1,0.0049,0.5995,0.6424,1,1,1,1,1,0.00142942,0.757484376,0.060230616,1,1,1,1,1,0.011310379,0.692116916,0.056016229,1,1,1,1,1,0.003406354,0.877436578,0.574673755,0.574783161,0.574911348
-7165,1,0.3422,1,1,1,1,1,1,1,1,0.0026,0.3422,0.5891,1,0.279,1,1,1,1,1,1,0,0.279,0.5125,1,0.5995,1,1,1,0.0014,0.5995,0.6195,1,1,1,1,1,0.000678219,0.789974332,0.054068703,1,1,1,1,1,0.000199651,0.687443197,0.007223037,1,1,1,1,1,0.000274915,0.872046471,0.57141131,0.57139835,0.571808511
-7166,1,0.3422,1,1,1,1,1,1,1,1,0.0187,0.3422,0.5142,1,0.279,1,1,1,1,1,1,0,0.279,0.4341,1,0.5996,1,1,1,0.0018,0.5996,0.5025,1,1,1,1,1,0.002288166,0.7856462,0.022301953,1,1,1,1,1,0.000921037,0.632033825,0.060269117,1,1,1,1,1,0.004417183,0.786117554,0.564826003,0.564840279,0.565159574
-7167,1,0.3421,1,1,1,1,1,1,1,1,0.0228,0.3421,0.3539,1,0.279,1,1,1,1,1,1,0,0.279,0.3189,1,0.5996,1,1,1,0.006,0.5996,0.3278,1,1,1,1,1,0.006153609,0.63051194,0.001419173,1,1,1,1,1,0.000895892,0.503822386,0.031899478,1,1,1,1,1,0.02233761,0.59918201,0.558905268,0.558916861,0.558953901
-7168,1,0.342,1,1,1,1,1,1,1,1,0.0057,0.342,0.1382,1,0.2789,1,1,1,1,1,1,0,0.2789,0.1323,1,0.5997,1,1,1,0.0168,0.5997,0.1032,1,1,1,1,1,0.002709558,0.353366971,0.000754494,1,1,1,1,1,0.001559478,0.301599145,0.046044506,1,1,1,1,1,0.044608064,0.277337223,0.558361527,0.558282209,0.558510638
-7169,1,0.3419,1,1,1,1,1,1,1,1,0.0048,0.3419,0,1,0.2789,1,1,1,1,1,1,0,0.2789,0,1,0.5997,1,1,1,0.0525,0.5997,0,1,1,1,1,1,0.009574601,0,0.011516765,1,1,1,1,1,2.18E-05,0,0.025595814,1,1,1,1,1,0.130870953,0,0.572136298,0.572244553,0.572251773
-7170,1,0.3418,1,1,1,1,1,1,1,1,0.0152,0.3418,0,1,0.2789,1,1,1,1,1,1,0,0.2789,0,1,0.5997,1,1,1,0.0334,0.5997,0,1,1,1,1,1,0.030819053,0,0.01297558,1,1,1,1,1,0.000969349,0,0,1,1,1,1,1,0.10367725,0,0.599927501,0.59995769,0.600177305
-7171,1,0.3418,1,1,1,1,1,1,1,1,0.0337,0.3418,0,1,0.2789,1,1,1,1,1,1,0.0013,0.2789,0,1,0.5998,1,1,1,0.0341,0.5998,0,1,1,1,1,1,0.037781492,0,0.023928082,1,1,1,1,1,0.00091103,0,0,1,1,1,1,1,0.124084748,0,0.586817303,0.586841549,0.586879433
-7172,1,0.3417,1,1,1,1,1,1,1,1,0.1233,0.3417,0,1,0.2789,1,1,1,1,1,1,0.004,0.2789,0,1,0.5998,1,1,1,0.0476,0.5998,0,1,1,1,1,1,0.11346513,0,0.00010647,1,1,1,1,1,0.005399408,0,0,1,1,1,1,1,0.130689904,0,0.563738521,0.563782526,0.563829787
-7173,1,0.3416,1,1,1,1,1,1,1,1,0.1305,0.3416,0,1,0.2789,1,1,1,1,1,1,0.0142,0.2789,0,1,0.5998,1,1,1,0.0564,0.5998,0,1,1,1,1,1,0.107182905,0,0.006613226,1,1,1,1,1,0.015855109,0,0,1,1,1,1,1,0.159297258,0,0.530268246,0.530357521,0.530141844
-7174,1,0.3415,1,1,1,1,1,1,1,1,0.0002,0.3415,0,1,0.2789,1,1,1,1,1,1,0,0.2789,0,1,0.5999,1,1,1,0,0.5999,0,1,1,1,1,1,0.000529127,0,0.003752167,1,1,1,1,1,0,0,0,1,1,1,1,1,0.002460255,0,0.485198163,0.485085678,0.48537234
-7175,1,0.3414,1,1,1,1,1,1,1,1,0.0386,0.3414,0,1,0.2789,1,1,1,1,1,1,0,0.2789,0,1,0.5999,1,1,1,0.0197,0.5999,0,1,1,1,1,1,0.019345939,0,0.00069332,1,1,1,1,1,0.007062312,0,0,1,1,1,1,1,0.051417146,0,0.438798937,0.438756082,0.438829787
-7176,1,0.3414,1,1,1,1,1,1,1,1,0.019,0.3414,0,1,0.2789,1,1,1,1,1,1,0.0033,0.2789,0,1,0.5999,1,1,1,0.0289,0.5999,0,1,1,1,1,1,0.010945399,0,0,1,1,1,1,1,0.008765225,0,0,1,1,1,1,1,0.070506908,0,0.404301595,0.404273323,0.404255319
-7177,1,0.3413,1,1,1,1,1,1,1,1,0.0028,0.3413,0,1,0.2789,1,1,1,1,1,1,0.005,0.2789,0,1,0.6,1,1,1,0.0215,0.6,0,1,1,1,1,1,0.002103424,0,0,1,1,1,1,1,0.011262303,0,0,1,1,1,1,1,0.074314997,0,0.383820686,0.383752909,0.383865248
-7178,1,0.3412,1,1,1,1,1,1,1,1,0.0063,0.3412,0,1,0.2789,1,1,1,1,1,1,0.0454,0.2789,0,1,0.6,1,1,1,0.0241,0.6,0,1,1,1,1,1,0.007173476,0,0.001634769,1,1,1,1,1,0.039835516,0,0,1,1,1,1,1,0.071073286,0,0.372583374,0.372752274,0.372783688
-7179,1,0.3411,1,1,1,1,1,1,1,1,0.0137,0.3411,0,1,0.2789,1,1,1,1,1,1,0.0553,0.2789,0,1,0.6,1,1,1,0.0232,0.6,0,1,1,1,1,1,0.029110078,0,0.020007739,1,1,1,1,1,0.050146319,0,0.008661257,1,1,1,1,1,0.096067682,0,0.36720638,0.367251957,0.367021277
-7180,1,0.341,1,1,1,1,1,1,1,1,0.0129,0.341,0,1,0.2789,1,1,1,1,1,1,0.068,0.2789,0,1,0.6001,1,1,1,0.0343,0.6001,0,1,1,1,1,1,0.042460259,0,0.047562458,1,1,1,1,1,0.052224282,0,0.015668588,1,1,1,1,1,0.11375469,0,0.369502175,0.369579014,0.369237589
-7181,1,0.341,1,1,1,1,1,1,1,1,0.0198,0.341,0,1,0.2789,1,1,1,1,1,1,0.047,0.2789,0,1,0.6001,1,1,1,0.0784,0.6001,0,1,1,1,1,1,0.041814387,0,0.026415968,1,1,1,1,1,0.045865249,0,0.028469374,1,1,1,1,1,0.140807733,0,0.384726921,0.384810662,0.384751773
-7182,1,0.3409,1,1,1,1,1,1,1,1,0.0279,0.3409,0,1,0.2789,1,1,1,1,1,1,0.0087,0.2789,0,1,0.6002,1,1,1,0.0773,0.6002,0,1,1,1,1,1,0.040986527,0,0.022838593,1,1,1,1,1,0.017514763,0,0.040404715,1,1,1,1,1,0.136408165,0,0.416445143,0.416543262,0.416223404
-7183,1,0.3408,1,1,1,1,1,1,1,1,0.018,0.3408,0.0751,1,0.2789,1,1,1,1,1,1,0.0362,0.2789,0.0698,1,0.6002,1,1,1,0.0457,0.6002,0.0481,1,1,1,1,1,0.013816586,0.183802068,0.104919344,1,1,1,1,1,0.033738937,0.198438212,0.110343456,1,1,1,1,1,0.106673434,0.085633114,0.450459159,0.450391369,0.45035461
-7184,1,0.3407,1,1,1,1,1,1,1,1,0.0216,0.3407,0.2797,1,0.2789,1,1,1,1,1,1,0.0551,0.2789,0.2458,1,0.6002,1,1,1,0.018,0.6002,0.2296,1,1,1,1,1,0.036137149,0.461415619,0.126748696,1,1,1,1,1,0.049616657,0.442163706,0.062409423,1,1,1,1,1,0.054118942,0.326025635,0.488279362,0.488258938,0.488475177
-7185,1,0.3406,1,1,1,1,1,1,1,1,0.0021,0.3406,0.429,1,0.2789,1,1,1,1,1,1,0,0.2789,0.3502,1,0.6003,1,1,1,0.0089,0.6003,0.4081,1,1,1,1,1,0.004399483,0.589432895,0.082957633,1,1,1,1,1,0.004130793,0.513080776,0.037287962,1,1,1,1,1,0.0333842,0.543569922,0.514076849,0.514068119,0.514184397
-7186,1,0.3406,1,1,1,1,1,1,1,1,0.0052,0.3406,0.4916,1,0.2789,1,1,1,1,1,1,0.0055,0.2789,0.3972,1,0.6003,1,1,1,0.0028,0.6003,0.4545,1,1,1,1,1,0.016062198,0.608084023,0.095082261,1,1,1,1,1,0.007173994,0.50577724,0.119043462,1,1,1,1,1,0.019163733,0.779082179,0.52561624,0.525703406,0.52570922
-7187,1,0.3405,1,1,1,1,1,1,1,1,0.0023,0.3405,0.5212,1,0.2789,1,1,1,1,1,1,0.0075,0.2789,0.4105,1,0.6003,1,1,1,0.0058,0.6003,0.5106,1,1,1,1,1,0.000251119,0.660024822,0.263295829,1,1,1,1,1,0.006331659,0.443939298,0.219317019,1,1,1,1,1,0.027909437,0.895554721,0.525797487,0.525703406,0.52570922
-7188,1,0.3404,1,1,1,1,1,1,1,1,0.0106,0.3404,0.4923,1,0.2789,1,1,1,1,1,1,0,0.2789,0.3707,1,0.6004,1,1,1,0.0134,0.6004,0.5868,1,1,1,1,1,0.00177049,0.638265133,0.457517028,1,1,1,1,1,0.000563983,0.429577708,0.252268314,1,1,1,1,1,0.047073465,0.889023781,0.522112131,0.522107045,0.522163121
-7189,1,0.3403,1,1,1,1,1,1,1,1,0.0108,0.3403,0.3884,1,0.2788,1,1,1,1,1,1,0.0156,0.2788,0.3647,1,0.6004,1,1,1,0.0247,0.6004,0.5692,1,1,1,1,1,0.002823159,0.5153054,0.730651677,1,1,1,1,1,0.019835742,0.510007024,0.591415763,1,1,1,1,1,0.0685293,0.824277401,0.514862252,0.514914322,0.51462766
-7190,1,0.3402,1,1,1,1,1,1,1,1,0.0203,0.3402,0.3145,1,0.2788,1,1,1,1,1,1,0.0027,0.2788,0.2966,1,0.6004,1,1,1,0.0199,0.6004,0.4591,1,1,1,1,1,0.003958056,0.439700812,0.79181695,1,1,1,1,1,0.008195558,0.410014272,0.487874389,1,1,1,1,1,0.051831588,0.720159531,0.506947801,0.506875397,0.507092199
-7191,1,0.3402,1,1,1,1,1,1,1,1,0.0161,0.3402,0.1933,1,0.2788,1,1,1,1,1,1,0.0178,0.2788,0.1835,1,0.6005,1,1,1,0.0266,0.6005,0.2495,1,1,1,1,1,0.003033329,0.275031388,0.675430655,1,1,1,1,1,0.024718154,0.297529876,0.486172795,1,1,1,1,1,0.041584559,0.477502137,0.503262446,0.503279035,0.503546099
-7192,1,0.3401,1,1,1,1,1,1,1,1,0.038,0.3401,0.0329,1,0.2788,1,1,1,1,1,1,0.0067,0.2788,0.0328,1,0.6005,1,1,1,0.036,0.6005,0.0455,1,1,1,1,1,0.007665711,0.058138423,0.824277878,1,1,1,1,1,0.019291256,0.058865886,0.525230944,1,1,1,1,1,0.053836416,0.111507103,0.508518608,0.508567802,0.508421986
-7193,1,0.34,1,1,1,1,1,1,1,1,0.0577,0.34,0,1,0.2788,1,1,1,1,1,1,0.0155,0.2788,0,1,0.6005,1,1,1,0.0716,0.6005,0,1,1,1,1,1,0.019048829,0,0.94854033,1,1,1,1,1,0.033386707,0,0.7651456,1,1,1,1,1,0.122517683,0,0.53340986,0.533530781,0.533687943
-7194,1,0.3399,1,1,1,1,1,1,1,1,0.0673,0.3399,0,1,0.2788,1,1,1,1,1,1,0.0175,0.2788,0,1,0.6006,1,1,1,0.0803,0.6006,0,1,1,1,1,1,0.02817468,0,0.926718354,1,1,1,1,1,0.047118533,0,0.849081755,1,1,1,1,1,0.155700937,0,0.567000967,0.566955786,0.567375887
-7195,1,0.3398,1,1,1,1,1,1,1,1,0.0875,0.3398,0,1,0.2788,1,1,1,1,1,1,0.0609,0.2788,0,1,0.6006,1,1,1,0.0706,0.6006,0,1,1,1,1,1,0.053804323,0,1,1,1,1,1,1,0.112895928,0,1,1,1,1,1,1,0.15829657,0,0.554555341,0.554685847,0.554964539
-7196,1,0.3397,1,1,1,1,1,1,1,1,0.1178,0.3397,0,1,0.2788,1,1,1,1,1,1,0.0898,0.2788,0,1,0.6007,1,1,1,0.1054,0.6007,0,1,1,1,1,1,0.076016828,0,1,1,1,1,1,1,0.161033213,0,1,1,1,1,1,1,0.184497878,0,0.533953601,0.533953882,0.533687943
-7197,1,0.3397,1,1,1,1,1,1,1,1,0.1179,0.3397,0,1,0.2788,1,1,1,1,1,1,0.113,0.2788,0,1,0.6007,1,1,1,0.1714,0.6007,0,1,1,1,1,1,0.063747138,0,1,1,1,1,1,1,0.188498691,0,1,1,1,1,1,1,0.154418409,0,0.505135331,0.505182991,0.505319149
-7198,1,0.3396,1,1,1,1,1,1,1,1,0.1387,0.3396,0,1,0.2788,1,1,1,1,1,1,0.1315,0.2788,0,1,0.6007,1,1,1,0.1788,0.6007,0,1,1,1,1,1,0.050055243,0,1,1,1,1,1,1,0.212580815,0,1,1,1,1,1,1,0.181860507,0,0.468885935,0.468796277,0.468971631
-7199,1,0.3395,1,1,1,1,1,1,1,1,0.2097,0.3395,0,1,0.2788,1,1,1,1,1,1,0.1873,0.2788,0,1,0.6008,1,1,1,0.1316,0.6008,0,1,1,1,1,1,0.117738232,0,1,1,1,1,1,1,0.305702716,0,1,1,1,1,1,1,0.173391417,0,0.429797003,0.429870954,0.429964539
-7200,1,0.3394,1,1,1,1,1,1,1,1,0.2632,0.3394,0,1,0.2788,1,1,1,1,1,1,0.0979,0.2788,0,1,0.6008,1,1,1,0.1013,0.6008,0,1,1,1,1,1,0.164995342,0,1,1,1,1,1,1,0.216236591,0,1,1,1,1,1,1,0.149470702,0,0.398622523,0.398773006,0.39893617
-7201,1,0.3393,1,1,1,1,1,1,1,1,0.2391,0.3393,0,1,0.2788,1,1,1,1,1,1,0.1947,0.2788,0,1,0.6008,1,1,1,0.0646,0.6008,0,1,1,1,1,1,0.162692457,0,1,1,1,1,1,1,0.323818505,0,1,1,1,1,1,1,0.12747857,0,0.378081199,0.378041041,0.378102837
-7202,1,0.3393,1,1,1,1,1,1,1,1,0.2352,0.3393,0,1,0.2788,1,1,1,1,1,1,0.2751,0.2788,0,1,0.6009,1,1,1,0.0848,0.6009,0,1,1,1,1,1,0.178901911,0,1,1,1,1,1,1,0.357800841,0,1,1,1,1,1,1,0.170440242,0,0.365695988,0.365771102,0.365691489
-7203,1,0.3392,1,1,1,1,1,1,1,1,0.2771,0.3392,0,1,0.2788,1,1,1,1,1,1,0.2773,0.2788,0,1,0.6009,1,1,1,0.0872,0.6009,0,1,1,1,1,1,0.214080587,0,1,1,1,1,1,1,0.405086428,0,1,1,1,1,1,1,0.147672743,0,0.359775254,0.359847684,0.359929078
-7204,1,0.3391,1,1,1,1,1,1,1,1,0.2566,0.3391,0,1,0.2788,1,1,1,1,1,1,0.302,0.2788,0,1,0.6009,1,1,1,0.1191,0.6009,0,1,1,1,1,1,0.226999477,0,1,1,1,1,1,1,0.468211532,0,1,1,1,1,1,1,0.175336182,0,0.359654422,0.359847684,0.359485816
-7205,1,0.339,1,1,1,1,1,1,1,1,0.2176,0.339,0,1,0.2788,1,1,1,1,1,1,0.349,0.2788,0,1,0.601,1,1,1,0.1931,0.601,0,1,1,1,1,1,0.221052766,0,1,1,1,1,1,1,0.471770585,0,1,1,1,1,1,1,0.300293684,0,0.368898018,0.368732812,0.369237589
-7206,1,0.3389,1,1,1,1,1,1,1,1,0.2814,0.3389,0,1,0.2788,1,1,1,1,1,1,0.2387,0.2788,0,1,0.601,1,1,1,0.1571,0.601,0,1,1,1,1,1,0.307522148,0,1,1,1,1,1,1,0.301575005,0,1,1,1,1,1,1,0.263936728,0,0.390647656,0.390734081,0.390514184
-7207,1,0.3389,1,1,1,1,1,1,1,1,0.2701,0.3389,0.0218,1,0.2788,1,1,1,1,1,1,0.2351,0.2788,0.0067,1,0.601,1,1,1,0.077,0.601,0.0207,1,1,1,1,1,0.244929701,0.040352713,1,1,1,1,1,1,0.299012691,0.022273595,1,1,1,1,1,1,0.1563171,0.042759117,0.42079507,0.420774275,0.421099291
-7208,1,0.3388,1,1,1,1,1,1,1,1,0.3378,0.3388,0.1324,1,0.2788,1,1,1,1,1,1,0.2997,0.2788,0.1309,1,0.6011,1,1,1,0.0928,0.6011,0.1306,1,1,1,1,1,0.360099167,0.229056761,1,1,1,1,1,1,0.376197428,0.223927096,1,1,1,1,1,1,0.155419379,0.302241653,0.460367327,0.460545801,0.460549645
-7209,1,0.3387,1,1,1,1,1,1,1,1,0.3674,0.3387,0.2131,1,0.2788,1,1,1,1,1,1,0.3398,0.2788,0.2177,1,0.6011,1,1,1,0.0888,0.6011,0.2537,1,1,1,1,1,0.300633907,0.326738238,1,1,1,1,1,1,0.429148316,0.344062835,1,1,1,1,1,1,0.145354956,0.366054803,0.495650072,0.495663211,0.496010638
-7210,1,0.3386,1,1,1,1,1,1,1,1,0.3403,0.3386,0.2524,1,0.2788,1,1,1,1,1,1,0.2706,0.2788,0.2923,1,0.6012,1,1,1,0.0829,0.6012,0.2768,1,1,1,1,1,0.160257101,0.344403416,1,1,1,1,1,1,0.330266804,0.444569468,1,1,1,1,1,1,0.117059723,0.409357488,0.515949734,0.515972075,0.515957447
-7211,1,0.3385,1,1,1,1,1,1,1,1,0.3792,0.3385,0.281,1,0.2787,1,1,1,1,1,1,0.3386,0.2787,0.2991,1,0.6012,1,1,1,0.0818,0.6012,0.2618,1,1,1,1,1,0.199498728,0.410382867,1,1,1,1,1,1,0.379840374,0.441661119,1,1,1,1,1,1,0.089499056,0.37128377,0.528274529,0.528242014,0.528368794
-7212,1,0.3385,1,1,1,1,1,1,1,1,0.4591,0.3385,0.2944,1,0.2787,1,1,1,1,1,1,0.5884,0.2787,0.3183,1,0.6012,1,1,1,0.0801,0.6012,0.2589,1,1,1,1,1,0.268858254,0.425175071,1,1,1,1,1,1,0.655511022,0.43598935,1,1,1,1,1,1,0.115776837,0.423809499,0.535705655,0.535646287,0.535904255
-7213,1,0.3384,1,1,1,1,1,1,1,1,0.4899,0.3384,0.3043,1,0.2787,1,1,1,1,1,1,0.633,0.2787,0.3289,1,0.6013,1,1,1,0.0936,0.6013,0.25,1,1,1,1,1,0.275206447,0.434120834,1,1,1,1,1,1,0.672456384,0.447418898,1,1,1,1,1,1,0.093543291,0.409560621,0.534618173,0.534800085,0.534574468
-7214,1,0.3383,1,1,1,1,1,1,1,1,0.5579,0.3383,0.2265,1,0.2787,1,1,1,1,1,1,0.5635,0.2787,0.3218,1,0.6013,1,1,1,0.1484,0.6013,0.2653,1,1,1,1,1,0.347364098,0.380130976,1,1,1,1,1,1,0.619946063,0.428782552,1,1,1,1,1,1,0.187537849,0.345466018,0.532745288,0.532684578,0.532801418
-7215,1,0.3382,1,1,1,1,1,1,1,1,0.6147,0.3382,0.1284,1,0.2787,1,1,1,1,1,1,0.597,0.2787,0.1956,1,0.6013,1,1,1,0.2196,0.6013,0.1392,1,1,1,1,1,0.390161812,0.246531904,1,1,1,1,1,1,0.64463836,0.27525124,1,1,1,1,1,1,0.237978563,0.248104513,0.533711938,0.533742331,0.533687943
-7216,1,0.3381,1,1,1,1,1,1,1,1,0.5975,0.3381,0.0149,1,0.2787,1,1,1,1,1,1,0.5229,0.2787,0.012,1,0.6014,1,1,1,0.2807,0.6014,0.0186,1,1,1,1,1,0.393593371,0.015400016,1,1,1,1,1,1,0.604758441,0.017846229,1,1,1,1,1,1,0.417622685,0.048350688,0.548151281,0.548127777,0.548315603
-7217,1,0.3381,1,1,1,1,1,1,1,1,0.5261,0.3381,0,1,0.2787,1,1,1,1,1,1,0.5053,0.2787,0,1,0.6014,1,1,1,0.2829,0.6014,0,1,1,1,1,1,0.396630943,0,1,1,1,1,1,1,0.577032089,0,1,1,1,1,1,1,0.429664165,0,0.57962784,0.579648826,0.579787234
-7218,1,0.338,1,1,1,1,1,1,1,1,0.5353,0.338,0,1,0.2787,1,1,1,1,1,1,0.3831,0.2787,0,1,0.6014,1,1,1,0.2752,0.6014,0,1,1,1,1,1,0.349525779,0,1,1,1,1,1,1,0.468082339,0,1,1,1,1,1,1,0.33956483,0,0.605908652,0.605881109,0.605939716
-7219,1,0.3379,1,1,1,1,1,1,1,1,0.5414,0.3379,0,1,0.2787,1,1,1,1,1,1,0.2886,0.2787,0,1,0.6015,1,1,1,0.2193,0.6015,0,1,1,1,1,1,0.340962827,0,1,1,1,1,1,1,0.327375084,0,1,1,1,1,1,1,0.36538887,0,0.592375544,0.592341866,0.592641844
-7220,1,0.3378,1,1,1,1,1,1,1,1,0.5644,0.3378,0,1,0.2787,1,1,1,1,1,1,0.638,0.2787,0,1,0.6015,1,1,1,0.3488,0.6015,0,1,1,1,1,1,0.405659437,0,1,1,1,1,1,1,0.659316003,0,1,1,1,1,1,1,0.574868202,0,0.564342678,0.564417178,0.564716312
-7221,1,0.3377,1,1,1,1,1,1,1,1,0.5753,0.3377,0,1,0.2787,1,1,1,1,1,1,0.6527,0.2787,0,1,0.6015,1,1,1,0.4861,0.6015,0,1,1,1,1,1,0.346824348,0,1,1,1,1,1,1,0.728134871,0,1,1,1,1,1,1,0.713456869,0,0.525978734,0.525914957,0.526152482
-7222,1,0.3377,1,1,1,1,1,1,1,1,0.6365,0.3377,0,1,0.2787,1,1,1,1,1,1,0.6613,0.2787,0,1,0.6016,1,1,1,0.3188,0.6016,0,1,1,1,1,1,0.459373415,0,1,1,1,1,1,1,0.732298613,0,1,1,1,1,1,1,0.468806028,0,0.481875302,0.481912418,0.481826241
-7223,1,0.3376,1,1,1,1,1,1,1,1,0.6958,0.3376,0,1,0.2787,1,1,1,1,1,1,0.7229,0.2787,0,1,0.6016,1,1,1,0.2373,0.6016,0,1,1,1,1,1,0.621902764,0,1,1,1,1,1,1,0.786673844,0,1,1,1,1,1,1,0.353609443,0,0.439221846,0.439179183,0.43927305
-7224,1,0.3375,1,1,1,1,1,1,1,1,0.6629,0.3375,0,1,0.2787,1,1,1,1,1,1,0.6613,0.2787,0,1,0.6017,1,1,1,0.3495,0.6017,0,1,1,1,1,1,0.590788841,0,0.971923709,1,1,1,1,1,0.736326814,0,1,1,1,1,1,1,0.452086985,0,0.403757854,0.403850222,0.403812057
-7225,1,0.3374,1,1,1,1,1,1,1,1,0.7255,0.3374,0,1,0.2787,1,1,1,1,1,1,0.7979,0.2787,0,1,0.6017,1,1,1,0.4396,0.6017,0,1,1,1,1,1,0.704787612,0,0.954674423,1,1,1,1,1,0.811044753,0,1,1,1,1,1,1,0.630822003,0,0.383397777,0.383541358,0.383421986
-7226,1,0.3373,1,1,1,1,1,1,1,1,0.7594,0.3373,0,1,0.2787,1,1,1,1,1,1,0.8754,0.2787,0,1,0.6017,1,1,1,0.3723,0.6017,0,1,1,1,1,1,0.732111573,0,0.789944649,1,1,1,1,1,0.887274623,0,1,1,1,1,1,1,0.470512211,0,0.372764621,0.372752274,0.372783688
-7227,1,0.3373,1,1,1,1,1,1,1,1,0.8355,0.3373,0,1,0.2787,1,1,1,1,1,1,0.8433,0.2787,0,1,0.6018,1,1,1,0.3739,0.6018,0,1,1,1,1,1,0.758218467,0,0.618373215,1,1,1,1,1,0.900355697,0,1,1,1,1,1,1,0.411786139,0,0.370287579,0.370213666,0.370124113
-7228,1,0.3372,1,1,1,1,1,1,1,1,0.8261,0.3372,0,1,0.2787,1,1,1,1,1,1,0.8885,0.2787,0,1,0.6018,1,1,1,0.3812,0.6018,0,1,1,1,1,1,0.768792808,0,0.065590598,1,1,1,1,1,0.921948373,0,0,1,1,1,1,1,0.45530954,0,0.379168681,0.379098794,0.379432624
-7229,1,0.3371,1,1,1,1,1,1,1,1,0.843,0.3371,0,1,0.2787,1,1,1,1,1,1,0.927,0.2787,0,1,0.6018,1,1,1,0.4065,0.6018,0,1,1,1,1,1,0.788353264,0,0,1,1,1,1,1,0.935549915,0,0,1,1,1,1,1,0.520983279,0,0.413061866,0.412946901,0.413120567
-7230,1,0.337,1,1,1,1,1,1,1,1,0.8593,0.337,0,1,0.2787,1,1,1,1,1,1,0.9128,0.2787,0,1,0.6019,1,1,1,0.4058,0.6019,0,1,1,1,1,1,0.831887066,0,0.056868747,1,1,1,1,1,0.936624765,0,0,1,1,1,1,1,0.528350949,0,0.470879652,0.470911783,0.470744681
-7231,1,0.3369,1,1,1,1,1,1,1,1,0.806,0.3369,0.0043,1,0.2787,1,1,1,1,1,1,0.5693,0.2787,0,1,0.6019,1,1,1,0.34,0.6019,0,1,1,1,1,1,0.755972862,0.000277725,0.271177709,1,1,1,1,1,0.698595405,0,1,1,1,1,1,1,0.47816509,0,0.517701788,0.517664481,0.517730496
-7232,1,0.3368,1,1,1,1,1,1,1,1,0.9001,0.3368,0.0343,1,0.2787,1,1,1,1,1,1,0.9278,0.2787,0.0249,1,0.6019,1,1,1,0.3819,0.6019,0.1422,1,1,1,1,1,0.9093014,0.017995264,0,1,1,1,1,1,0.935894966,0.013987196,0,1,1,1,1,1,0.49785459,0.107130989,0.551232479,0.551301037,0.55141844
-7233,1,0.3368,1,1,1,1,1,1,1,1,0.8945,0.3368,0.138,1,0.2786,1,1,1,1,1,1,0.9331,0.2786,0.1388,1,0.602,1,1,1,0.5559,0.602,0.2508,1,1,1,1,1,0.897812247,0.160920292,0,1,1,1,1,1,0.936417222,0.123227164,0,1,1,1,1,1,0.720355392,0.226587921,0.579688255,0.579648826,0.579787234
-7234,1,0.3367,1,1,1,1,1,1,1,1,0.935,0.3367,0.1864,1,0.2786,1,1,1,1,1,1,0.9293,0.2786,0.2009,1,0.602,1,1,1,0.6046,0.602,0.3509,1,1,1,1,1,0.930662096,0.284156799,0,1,1,1,1,1,0.933360517,0.195469096,0,1,1,1,1,1,0.69552207,0.431962043,0.595698405,0.595726677,0.595744681
-7235,1,0.3366,1,1,1,1,1,1,1,1,0.9477,0.3366,0.1991,1,0.2786,1,1,1,1,1,1,0.9294,0.2786,0.2005,1,0.6021,1,1,1,0.642,0.6021,0.4265,1,1,1,1,1,0.941234946,0.330551833,0,1,1,1,1,1,0.939625621,0.232997805,0,1,1,1,1,1,0.755734205,0.448811293,0.59980667,0.599746139,0.599734043
-7236,1,0.3365,1,1,1,1,1,1,1,1,0.937,0.3365,0.1542,1,0.2786,1,1,1,1,1,1,0.9245,0.2786,0.1668,1,0.6021,1,1,1,0.5869,0.6021,0.4294,1,1,1,1,1,0.910323083,0.23467353,0,1,1,1,1,1,0.936078012,0.170556217,0,1,1,1,1,1,0.678740561,0.427120149,0.592194297,0.592341866,0.592641844
-7237,1,0.3364,1,1,1,1,1,1,1,1,0.91,0.3364,0.1065,1,0.2786,1,1,1,1,1,1,0.9279,0.2786,0.1009,1,0.6021,1,1,1,0.675,0.6021,0.372,1,1,1,1,1,0.908081114,0.170784369,0,1,1,1,1,1,0.92844522,0.104830213,0,1,1,1,1,1,0.813100755,0.362125099,0.579869502,0.579860377,0.580230496
-7238,1,0.3364,1,1,1,1,1,1,1,1,0.8994,0.3364,0.0281,1,0.2786,1,1,1,1,1,1,0.9306,0.2786,0.0152,1,0.6022,1,1,1,0.7364,0.6022,0.3641,1,1,1,1,1,0.907886982,0.068400919,0,1,1,1,1,1,0.913704991,0.022000421,0,1,1,1,1,1,0.853317201,0.25926888,0.554494925,0.554474297,0.554964539
-7239,1,0.3363,1,1,1,1,1,1,1,1,0.7639,0.3363,0.0019,1,0.2786,1,1,1,1,1,1,0.9016,0.2786,0,1,0.6022,1,1,1,0.7642,0.6022,0.2804,1,1,1,1,1,0.897767246,9.72E-05,0,1,1,1,1,1,0.914005637,0,0,1,1,1,1,1,0.805394709,0.218301952,0.528153697,0.528030463,0.528368794
-7240,1,0.3362,1,1,1,1,1,1,1,1,0.6568,0.3362,0,1,0.2786,1,1,1,1,1,1,0.8733,0.2786,0,1,0.6022,1,1,1,0.8846,0.6022,0.062,1,1,1,1,1,0.858109832,0,0,1,1,1,1,1,0.823998392,0,0,1,1,1,1,1,0.899303019,0,0.514801837,0.514702771,0.51462766
-7241,1,0.3361,1,1,1,1,1,1,1,1,0.7472,0.3361,0,1,0.2786,1,1,1,1,1,1,0.8955,0.2786,0,1,0.6023,1,1,1,0.8794,0.6023,0,1,1,1,1,1,0.879766941,0,0,1,1,1,1,1,0.857592344,0,0,1,1,1,1,1,0.900783181,0,0.516130981,0.516183626,0.516400709
-7242,1,0.336,1,1,1,1,1,1,1,1,0.7619,0.336,0,1,0.2786,1,1,1,1,1,1,0.8728,0.2786,0,1,0.6023,1,1,1,0.9042,0.6023,0,1,1,1,1,1,0.897287786,0,0.128824234,1,1,1,1,1,0.696845472,0,0,1,1,1,1,1,0.901979983,0,0.501510391,0.50158663,0.50177305
-7243,1,0.336,1,1,1,1,1,1,1,1,0.8809,0.336,0,1,0.2786,1,1,1,1,1,1,0.9211,0.2786,0,1,0.6023,1,1,1,0.8666,0.6023,0,1,1,1,1,1,0.92267698,0,0.882582068,1,1,1,1,1,0.908670127,0,0,1,1,1,1,1,0.912925065,0,0.465925568,0.465834567,0.466312057
-7244,1,0.3359,1,1,1,1,1,1,1,1,0.9305,0.3359,0,1,0.2786,1,1,1,1,1,1,0.9073,0.2786,0,1,0.6024,1,1,1,0.922,0.6024,0,1,1,1,1,1,0.926842093,0,1,1,1,1,1,1,0.907475233,0,0,1,1,1,1,1,0.924391508,0,0.435113581,0.435159721,0.435283688
-7245,1,0.3358,1,1,1,1,1,1,1,1,0.9314,0.3358,0,1,0.2786,1,1,1,1,1,1,0.91,0.2786,0,1,0.6024,1,1,1,0.9348,0.6024,0,1,1,1,1,1,0.928608418,0,1,1,1,1,1,1,0.917981327,0,0,1,1,1,1,1,0.924160063,0,0.405932818,0.405754178,0.406028369
-7246,1,0.3357,1,1,1,1,1,1,1,1,0.9175,0.3357,0,1,0.2786,1,1,1,1,1,1,0.9094,0.2786,0,1,0.6024,1,1,1,0.9328,0.6024,0,1,1,1,1,1,0.928047717,0,1,1,1,1,1,1,0.917796969,0,1,1,1,1,1,1,0.924262464,0,0.373429193,0.373386926,0.37322695
-7247,1,0.3356,1,1,1,1,1,1,1,1,0.8902,0.3356,0,1,0.2786,1,1,1,1,1,1,0.912,0.2786,0,1,0.6025,1,1,1,0.9411,0.6025,0,1,1,1,1,1,0.917241454,0,1,1,1,1,1,1,0.914939344,0,1,1,1,1,1,1,0.923986971,0,0.343644273,0.343769833,0.343528369
-7248,1,0.3356,1,1,1,1,1,1,1,1,0.7756,0.3356,0,1,0.2786,1,1,1,1,1,1,0.9118,0.2786,0,1,0.6025,1,1,1,0.9355,0.6025,0,1,1,1,1,1,0.865783572,0,1,1,1,1,1,1,0.915938377,0,1,1,1,1,1,1,0.927123606,0,0.322740454,0.322826317,0.322695035
-7249,1,0.3355,1,1,1,1,1,1,1,1,0.6839,0.3355,0,1,0.2786,1,1,1,1,1,1,0.9146,0.2786,0,1,0.6026,1,1,1,0.9145,0.6026,0,1,1,1,1,1,0.845279932,0,1,1,1,1,1,1,0.916857481,0,1,1,1,1,1,1,0.927702606,0,0.311442726,0.311402581,0.311613475
-7250,1,0.3354,1,1,1,1,1,1,1,1,0.4915,0.3354,0,1,0.2786,1,1,1,1,1,1,0.8948,0.2786,0,1,0.6026,1,1,1,0.9106,0.6026,0,1,1,1,1,1,0.762204885,0,0.96053201,1,1,1,1,1,0.902393579,0,1,1,1,1,1,1,0.917265952,0,0.305340744,0.305267612,0.305407801
-7251,1,0.3353,1,1,1,1,1,1,1,1,0.4207,0.3353,0,1,0.2786,1,1,1,1,1,1,0.8764,0.2786,0,1,0.6026,1,1,1,0.9107,0.6026,0,1,1,1,1,1,0.687939763,0,0.996660113,1,1,1,1,1,0.874575138,0,1,1,1,1,1,1,0.91498661,0,0.304917835,0.30484451,0.304964539
-7252,1,0.3352,1,1,1,1,1,1,1,1,0.4025,0.3352,0,1,0.2786,1,1,1,1,1,1,0.758,0.2786,0,1,0.6027,1,1,1,0.8486,0.6027,0,1,1,1,1,1,0.616966605,0,0.933215559,1,1,1,1,1,0.791544437,0,1,1,1,1,1,1,0.887546182,0,0.313798937,0.313729638,0.313829787
-7253,1,0.3352,1,1,1,1,1,1,1,1,0.4769,0.3352,0,1,0.2786,1,1,1,1,1,1,0.6487,0.2786,0,1,0.6027,1,1,1,0.7969,0.6027,0,1,1,1,1,1,0.524771214,0,0.902480006,1,1,1,1,1,0.698081613,0,0.939879656,1,1,1,1,1,0.857650697,0,0.340502658,0.340596573,0.340425532
-7254,1,0.3351,1,1,1,1,1,1,1,1,0.4531,0.3351,0,1,0.2786,1,1,1,1,1,1,0.6987,0.2786,0,1,0.6027,1,1,1,0.8419,0.6027,0,1,1,1,1,1,0.491590142,0,1,1,1,1,1,1,0.701755106,0,1,1,1,1,1,1,0.873845518,0,0.390526825,0.39052253,0.390514184
-7255,1,0.335,1,1,1,1,1,1,1,1,0.327,0.335,0.0279,1,0.2785,1,1,1,1,1,1,0.7467,0.2785,0.0379,1,0.6028,1,1,1,0.7696,0.6028,0.0246,1,1,1,1,1,0.447190613,0.06976556,1,1,1,1,1,1,0.656448841,0.107699186,1,1,1,1,1,1,0.824570537,0.027246712,0.433301112,0.433255765,0.433510638
-7256,1,0.3349,1,1,1,1,1,1,1,1,0.4046,0.3349,0.2314,1,0.2785,1,1,1,1,1,1,0.8041,0.2785,0.2573,1,0.6028,1,1,1,0.8003,0.6028,0.1457,1,1,1,1,1,0.520592511,0.388025999,1,1,1,1,1,1,0.783536792,0.423305988,1,1,1,1,1,1,0.857187748,0.173074692,0.460125665,0.460122699,0.460106383
-7257,1,0.3348,1,1,1,1,1,1,1,1,0.4412,0.3348,0.3816,1,0.2785,1,1,1,1,1,1,0.8835,0.2785,0.4487,1,0.6028,1,1,1,0.7346,0.6028,0.2311,1,1,1,1,1,0.465342134,0.57241118,1,1,1,1,1,1,0.84881711,0.641817033,1,1,1,1,1,1,0.825404048,0.358335584,0.481271145,0.481277766,0.481382979
-7258,1,0.3348,1,1,1,1,1,1,1,1,0.5275,0.3348,0.4435,1,0.2785,1,1,1,1,1,1,0.9196,0.2785,0.4728,1,0.6029,1,1,1,0.7208,0.6029,0.2779,1,1,1,1,1,0.444672376,0.622831464,1,1,1,1,1,1,0.896772742,0.643714786,1,1,1,1,1,1,0.857183933,0.432683736,0.498489609,0.49841337,0.498670213
-7259,1,0.3347,1,1,1,1,1,1,1,1,0.6058,0.3347,0.4997,1,0.2785,1,1,1,1,1,1,0.7386,0.2785,0.4832,1,0.6029,1,1,1,0.7437,0.6029,0.3127,1,1,1,1,1,0.627640367,0.698385239,0.983020186,1,1,1,1,1,0.823318243,0.660475492,1,1,1,1,1,1,0.888620138,0.510807872,0.507189464,0.507086947,0.507092199
-7260,1,0.3346,1,1,1,1,1,1,1,1,0.5616,0.3346,0.4305,1,0.2785,1,1,1,1,1,1,0.8036,0.2785,0.4565,1,0.6029,1,1,1,0.6921,0.6029,0.4226,1,1,1,1,1,0.60519588,0.662828922,0.877818108,1,1,1,1,1,0.868336558,0.653803766,1,1,1,1,1,1,0.846906424,0.49665308,0.511901885,0.511741062,0.511968085
-7261,1,0.3345,1,1,1,1,1,1,1,1,0.4301,0.3345,0.4368,1,0.2785,1,1,1,1,1,1,0.7587,0.2785,0.4403,1,0.603,1,1,1,0.6298,0.603,0.2927,1,1,1,1,1,0.615743935,0.636116922,0.653117061,1,1,1,1,1,0.805129051,0.602149606,1,1,1,1,1,1,0.796601117,0.441800386,0.513412276,0.513433467,0.513297872
-7262,1,0.3344,1,1,1,1,1,1,1,1,0.4703,0.3344,0.366,1,0.2785,1,1,1,1,1,1,0.5226,0.2785,0.3669,1,0.603,1,1,1,0.512,0.603,0.3338,1,1,1,1,1,0.566681147,0.587336779,0.499737561,1,1,1,1,1,0.590161681,0.559624791,0.968087733,1,1,1,1,1,0.701687217,0.421775818,0.509304012,0.509414005,0.509308511
-7263,1,0.3343,1,1,1,1,1,1,1,1,0.534,0.3343,0.1822,1,0.2785,1,1,1,1,1,1,0.5333,0.2785,0.2242,1,0.6031,1,1,1,0.5008,0.6031,0.1554,1,1,1,1,1,0.623837352,0.34322691,0.535093844,1,1,1,1,1,0.587916374,0.372719169,0.929050028,1,1,1,1,1,0.621473312,0.253526568,0.509726921,0.509837106,0.509751773
-7264,1,0.3343,1,1,1,1,1,1,1,1,0.4494,0.3343,0.0052,1,0.2785,1,1,1,1,1,1,0.432,0.2785,0.0336,1,0.6031,1,1,1,0.4316,0.6031,0.0006,1,1,1,1,1,0.519645095,0.020504355,0.708423972,1,1,1,1,1,0.494087636,0.149823308,0.800489068,1,1,1,1,1,0.526818097,0.002842166,0.520782987,0.520837741,0.521276596
-7265,1,0.3342,1,1,1,1,1,1,1,1,0.2334,0.3342,0,1,0.2785,1,1,1,1,1,1,0.156,0.2785,0,1,0.6031,1,1,1,0.4454,0.6031,0,1,1,1,1,1,0.3062644,0,0.750901937,1,1,1,1,1,0.177557409,0,0.261085361,1,1,1,1,1,0.549452066,0,0.549480425,0.549608631,0.54964539
-7266,1,0.3341,1,1,1,1,1,1,1,1,0.119,0.3341,0,1,0.2785,1,1,1,1,1,1,0.1499,0.2785,0,1,0.6032,1,1,1,0.3725,0.6032,0,1,1,1,1,1,0.179073483,0,0.838402629,1,1,1,1,1,0.192837045,0,0.02396309,1,1,1,1,1,0.459538221,0,0.567423876,0.567378887,0.567375887
-7267,1,0.334,1,1,1,1,1,1,1,1,0.0389,0.334,0,1,0.2785,1,1,1,1,1,1,0.1123,0.2785,0,1,0.6032,1,1,1,0.3725,0.6032,0,1,1,1,1,1,0.030542087,0,0.753260016,1,1,1,1,1,0.128336877,0,0.006146074,1,1,1,1,1,0.557096303,0,0.552440793,0.55235879,0.552748227
-7268,1,0.3339,1,1,1,1,1,1,1,1,0.0822,0.3339,0,1,0.2785,1,1,1,1,1,1,0.0888,0.2785,0,1,0.6032,1,1,1,0.4267,0.6032,0,1,1,1,1,1,0.032245398,0,0.969490826,1,1,1,1,1,0.095741615,0,0.108749755,1,1,1,1,1,0.69261682,0,0.528455776,0.528453565,0.528812057
-7269,1,0.3339,1,1,1,1,1,1,1,1,0.0502,0.3339,0,1,0.2785,1,1,1,1,1,1,0.1134,0.2785,0,1,0.6033,1,1,1,0.4538,0.6033,0,1,1,1,1,1,0.043160565,0,0.913167536,1,1,1,1,1,0.115949795,0,0.019175133,1,1,1,1,1,0.673285842,0,0.487796037,0.487835837,0.487588652
-7270,1,0.3338,1,1,1,1,1,1,1,1,0.0498,0.3338,0,1,0.2785,1,1,1,1,1,1,0.1971,0.2785,0,1,0.6033,1,1,1,0.4382,0.6033,0,1,1,1,1,1,0.050773714,0,0.741939485,1,1,1,1,1,0.213879585,0,0,1,1,1,1,1,0.741165936,0,0.442967617,0.442987095,0.443262411
-7271,1,0.3337,1,1,1,1,1,1,1,1,0.0424,0.3337,0,1,0.2785,1,1,1,1,1,1,0.2035,0.2785,0,1,0.6033,1,1,1,0.465,0.6033,0,1,1,1,1,1,0.036462203,0,0.622818947,1,1,1,1,1,0.206640705,0,0.025886387,1,1,1,1,1,0.700577497,0,0.40242871,0.402369367,0.40248227
-7272,1,0.3336,1,1,1,1,1,1,1,1,0.0295,0.3336,0,1,0.2785,1,1,1,1,1,1,0.2178,0.2785,0,1,0.6034,1,1,1,0.4357,0.6034,0,1,1,1,1,1,0.067489617,0,0.594943881,1,1,1,1,1,0.241238937,0,0.035456281,1,1,1,1,1,0.675910592,0,0.375302078,0.375290882,0.375443262
-7273,1,0.3335,1,1,1,1,1,1,1,1,0.0337,0.3335,0,1,0.2785,1,1,1,1,1,1,0.1648,0.2785,0,1,0.6034,1,1,1,0.3295,0.6034,0,1,1,1,1,1,0.062732197,0,0.371890783,1,1,1,1,1,0.212252557,0,0.010941362,1,1,1,1,1,0.478672951,0,0.359896085,0.359847684,0.359929078
-7274,1,0.3335,1,1,1,1,1,1,1,1,0.0655,0.3335,0,1,0.2785,1,1,1,1,1,1,0.1875,0.2785,0,1,0.6034,1,1,1,0.3391,0.6034,0,1,1,1,1,1,0.077657849,0,0.225562528,1,1,1,1,1,0.188886881,0,0.083694771,1,1,1,1,1,0.3684479,0,0.351498308,0.351597208,0.351507092
-7275,1,0.3334,1,1,1,1,1,1,1,1,0.0842,0.3334,0,1,0.2785,1,1,1,1,1,1,0.2604,0.2785,0,1,0.6035,1,1,1,0.3373,0.6035,0,1,1,1,1,1,0.099493876,0,0.186862528,1,1,1,1,1,0.253908128,0,0.145424366,1,1,1,1,1,0.423736006,0,0.349867086,0.349904802,0.350177305
-7276,1,0.3333,1,1,1,1,1,1,1,1,0.0778,0.3333,0,1,0.2785,1,1,1,1,1,1,0.2099,0.2785,0,1,0.6035,1,1,1,0.2681,0.6035,0,1,1,1,1,1,0.102431878,0,0.151315212,1,1,1,1,1,0.219328582,0,0.386618346,1,1,1,1,1,0.469417781,0,0.359050266,0.359001481,0.359042553
-7277,1,0.3332,1,1,1,1,1,1,1,1,0.0566,0.3332,0,1,0.2784,1,1,1,1,1,1,0.1201,0.2784,0,1,0.6036,1,1,1,0.4017,0.6036,0,1,1,1,1,1,0.075917669,0,0.132796943,1,1,1,1,1,0.133459523,0,0.542251885,1,1,1,1,1,0.551035464,0,0.394333011,0.394330442,0.394503546
-7278,1,0.3331,1,1,1,1,1,1,1,1,0.0892,0.3331,0,1,0.2784,1,1,1,1,1,1,0.0675,0.2784,0,1,0.6036,1,1,1,0.4517,0.6036,0,1,1,1,1,1,0.10149318,0,0.221423537,1,1,1,1,1,0.068350948,0,0.081040576,1,1,1,1,1,0.592157602,0,0.464475592,0.464565263,0.464539007
-7279,1,0.3331,1,1,1,1,1,1,1,1,0.0762,0.3331,0.0115,1,0.2784,1,1,1,1,1,1,0.0796,0.2784,0.0077,1,0.6036,1,1,1,0.3116,0.6036,0.0099,1,1,1,1,1,0.148639128,0.010024024,0.213793516,1,1,1,1,1,0.089741655,0.06566114,0.115131944,1,1,1,1,1,0.467861652,0.117279619,0.510331078,0.510260207,0.510638298
-7280,1,0.333,1,1,1,1,1,1,1,1,0.0814,0.333,0.1885,1,0.2784,1,1,1,1,1,1,0.0352,0.2784,0.2329,1,0.6037,1,1,1,0.4063,0.6037,0.219,1,1,1,1,1,0.185938939,0.326383531,0.072961964,1,1,1,1,1,0.036203083,0.420918435,0.0901521,1,1,1,1,1,0.582145512,0.312500179,0.521689222,0.521683943,0.521719858
-7281,1,0.3329,1,1,1,1,1,1,1,1,0.0645,0.3329,0.3249,1,0.2784,1,1,1,1,1,1,0.0173,0.2784,0.4482,1,0.6037,1,1,1,0.3713,0.6037,0.3535,1,1,1,1,1,0.178081557,0.512700558,0.059622921,1,1,1,1,1,0.019468861,0.637183487,0.174312055,1,1,1,1,1,0.489434749,0.509991348,0.532382794,0.532473027,0.532358156
-7282,1,0.3328,1,1,1,1,1,1,1,1,0.0549,0.3328,0.3727,1,0.2784,1,1,1,1,1,1,0.0783,0.2784,0.4736,1,0.6037,1,1,1,0.3568,0.6037,0.3466,1,1,1,1,1,0.109456412,0.561694324,0.052818149,1,1,1,1,1,0.084929712,0.637355447,0.153418317,1,1,1,1,1,0.442600191,0.501127839,0.541384727,0.541358155,0.541666667
-7283,1,0.3327,1,1,1,1,1,1,1,1,0.0757,0.3327,0.3429,1,0.2784,1,1,1,1,1,1,0.114,0.2784,0.4387,1,0.6038,1,1,1,0.2637,0.6038,0.3495,1,1,1,1,1,0.124852665,0.558012486,0.05780264,1,1,1,1,1,0.133391768,0.637734711,0.065115705,1,1,1,1,1,0.326951206,0.544844329,0.544647173,0.544742966,0.544769504
-7284,1,0.3327,1,1,1,1,1,1,1,1,0.058,0.3327,0.3792,1,0.2784,1,1,1,1,1,1,0.1986,0.2784,0.3902,1,0.6038,1,1,1,0.2469,0.6038,0.3826,1,1,1,1,1,0.10806565,0.573829949,0.026873909,1,1,1,1,1,0.188907728,0.524944603,0.217986137,1,1,1,1,1,0.380322933,0.585767567,0.542895118,0.54283901,0.542996454
-7285,1,0.3326,1,1,1,1,1,1,1,1,0.0618,0.3326,0.3714,1,0.2784,1,1,1,1,1,1,0.1982,0.2784,0.3171,1,0.6038,1,1,1,0.2834,0.6038,0.2996,1,1,1,1,1,0.11940483,0.536277056,0.045415103,1,1,1,1,1,0.194564611,0.550224185,0.238937974,1,1,1,1,1,0.505061269,0.461791813,0.541868052,0.541781257,0.542109929
-7286,1,0.3325,1,1,1,1,1,1,1,1,0.088,0.3325,0.363,1,0.2784,1,1,1,1,1,1,0.1148,0.2784,0.3582,1,0.6039,1,1,1,0.1932,0.6039,0.2073,1,1,1,1,1,0.115859151,0.492092729,0.025409304,1,1,1,1,1,0.114600122,0.458139211,0.127850264,1,1,1,1,1,0.304703057,0.280685246,0.537336878,0.537338693,0.537677305
-7287,1,0.3324,1,1,1,1,1,1,1,1,0.1176,0.3324,0.2238,1,0.2784,1,1,1,1,1,1,0.1577,0.2784,0.215,1,0.6039,1,1,1,0.1785,0.6039,0.1241,1,1,1,1,1,0.136657119,0.361046195,0.052898273,1,1,1,1,1,0.143963814,0.290637732,0.168766499,1,1,1,1,1,0.247173786,0.199563086,0.535343161,0.535223186,0.535460993
-7288,1,0.3323,1,1,1,1,1,1,1,1,0.0972,0.3323,0.0457,1,0.2784,1,1,1,1,1,1,0.0408,0.2784,0.0341,1,0.6039,1,1,1,0.1798,0.6039,0,1,1,1,1,1,0.087307461,0.078655399,0.044897035,1,1,1,1,1,0.035822947,0.045900218,0.031759426,1,1,1,1,1,0.263274759,0.031044561,0.541686805,0.541781257,0.542109929
-7289,1,0.3323,1,1,1,1,1,1,1,1,0.0783,0.3323,0,1,0.2784,1,1,1,1,1,1,0.0055,0.2784,0,1,0.604,1,1,1,0.1909,0.604,0,1,1,1,1,1,0.065344848,0,0.01981066,1,1,1,1,1,0.014774317,0,0.030742146,1,1,1,1,1,0.307494849,0,0.556851136,0.556801354,0.556737589
-7290,1,0.3322,1,1,1,1,1,1,1,1,0.0585,0.3322,0,1,0.2784,1,1,1,1,1,1,0.0119,0.2784,0,1,0.604,1,1,1,0.141,0.604,0,1,1,1,1,1,0.069184735,0,0.006042686,1,1,1,1,1,0.023045873,0,0.026019374,1,1,1,1,1,0.256973296,0,0.567544708,0.567590438,0.567375887
-7291,1,0.3321,1,1,1,1,1,1,1,1,0.0677,0.3321,0,1,0.2784,1,1,1,1,1,1,0.0032,0.2784,0,1,0.6041,1,1,1,0.2036,0.6041,0,1,1,1,1,1,0.074447326,0,0.013197567,1,1,1,1,1,0.013801787,0,0.029626705,1,1,1,1,1,0.315902233,0,0.55582407,0.555743601,0.555851064
-7292,1,0.332,1,1,1,1,1,1,1,1,0.0546,0.332,0,1,0.2784,1,1,1,1,1,1,0.0399,0.2784,0,1,0.6041,1,1,1,0.1159,0.6041,0,1,1,1,1,1,0.048585359,0,0.023704493,1,1,1,1,1,0.042465612,0,0.069824085,1,1,1,1,1,0.178284571,0,0.542109715,0.542204358,0.542109929
-7293,1,0.3319,1,1,1,1,1,1,1,1,0.0339,0.3319,0,1,0.2784,1,1,1,1,1,1,0.0273,0.2784,0,1,0.6041,1,1,1,0.0682,0.6041,0,1,1,1,1,1,0.059184585,0,0.023845037,1,1,1,1,1,0.040474076,0,0.134043723,1,1,1,1,1,0.08326371,0,0.51099565,0.510894859,0.51108156
-7294,1,0.3319,1,1,1,1,1,1,1,1,0.0336,0.3319,0,1,0.2784,1,1,1,1,1,1,0.0026,0.2784,0,1,0.6042,1,1,1,0.0573,0.6042,0,1,1,1,1,1,0.051951278,0,0.039494902,1,1,1,1,1,0.01454349,0,0.101715714,1,1,1,1,1,0.114752531,0,0.463931851,0.463719061,0.464095745
-7295,1,0.3318,1,1,1,1,1,1,1,1,0.0668,0.3318,0,1,0.2784,1,1,1,1,1,1,0.0231,0.2784,0,1,0.6042,1,1,1,0.0456,0.6042,0,1,1,1,1,1,0.103841186,0,0.051694345,1,1,1,1,1,0.03976956,0,0.068160735,1,1,1,1,1,0.072673693,0,0.41982842,0.419716522,0.419769504
-7296,1,0.3317,1,1,1,1,1,1,1,1,0.0608,0.3317,0,1,0.2784,1,1,1,1,1,1,0.0381,0.2784,0,1,0.6042,1,1,1,0.0566,0.6042,0,1,1,1,1,1,0.093039587,0,0.069742061,1,1,1,1,1,0.055799499,0,0.212494254,1,1,1,1,1,0.065559506,0,0.390949734,0.390945631,0.390957447
-7297,1,0.3316,1,1,1,1,1,1,1,1,0.0578,0.3316,0,1,0.2784,1,1,1,1,1,1,0.0234,0.2784,0,1,0.6043,1,1,1,0.0742,0.6043,0,1,1,1,1,1,0.079295576,0,0.084193744,1,1,1,1,1,0.048974715,0,0.308834314,1,1,1,1,1,0.113781825,0,0.375724988,0.375713983,0.375443262
-7298,1,0.3315,1,1,1,1,1,1,1,1,0.0406,0.3315,0,1,0.2784,1,1,1,1,1,1,0.0098,0.2784,0,1,0.6043,1,1,1,0.0363,0.6043,0,1,1,1,1,1,0.048040967,0,0.092629977,1,1,1,1,1,0.028354459,0,0.182953149,1,1,1,1,1,0.086401798,0,0.367327211,0.367251957,0.367021277
-7299,1,0.3314,1,1,1,1,1,1,1,1,0.0181,0.3314,0,1,0.2783,1,1,1,1,1,1,0.0168,0.2783,0,1,0.6043,1,1,1,0.0213,0.6043,0,1,1,1,1,1,0.018204702,0,0.055678286,1,1,1,1,1,0.026572626,0,0.143032998,1,1,1,1,1,0.060483836,0,0.365454326,0.365559552,0.365248227
-7300,1,0.3314,1,1,1,1,1,1,1,1,0.0483,0.3314,0,1,0.2783,1,1,1,1,1,1,0.0361,0.2783,0,1,0.6044,1,1,1,0.0286,0.6044,0,1,1,1,1,1,0.05619666,0,0.096354276,1,1,1,1,1,0.050689258,0,0.260929078,1,1,1,1,1,0.048081271,0,0.376147898,0.375925534,0.375886525
-7301,1,0.3313,1,1,1,1,1,1,1,1,0.0551,0.3313,0,1,0.2783,1,1,1,1,1,1,0.0407,0.2783,0,1,0.6044,1,1,1,0.0519,0.6044,0,1,1,1,1,1,0.047742896,0,0.114460275,1,1,1,1,1,0.073935136,0,0.235841125,1,1,1,1,1,0.078499474,0,0.414028516,0.414004654,0.414007092
-7302,1,0.3312,1,1,1,1,1,1,1,1,0.0566,0.3312,0,1,0.2783,1,1,1,1,1,1,0.0351,0.2783,0,1,0.6045,1,1,1,0.0245,0.6045,0,1,1,1,1,1,0.03257715,0,0.180992991,1,1,1,1,1,0.070418119,0,0.224667281,1,1,1,1,1,0.044108897,0,0.488037699,0.488047387,0.488031915
-7303,1,0.3311,1,1,1,1,1,1,1,1,0.0559,0.3311,0.0734,1,0.2783,1,1,1,1,1,1,0.0416,0.2783,0.0582,1,0.6045,1,1,1,0.0346,0.6045,0.0337,1,1,1,1,1,0.033484161,0.114436835,0.33767578,1,1,1,1,1,0.057273265,0.0880187,0.171190068,1,1,1,1,1,0.064590618,0.03497614,0.53340986,0.533530781,0.533687943
-7304,1,0.331,1,1,1,1,1,1,1,1,0.037,0.331,0.2901,1,0.2783,1,1,1,1,1,1,0.0272,0.2783,0.2442,1,0.6045,1,1,1,0.0335,0.6045,0.1099,1,1,1,1,1,0.022538928,0.43829602,0.257044345,1,1,1,1,1,0.023063522,0.336998105,0.070991367,1,1,1,1,1,0.04184575,0.296952009,0.541263896,0.541146605,0.541223404
-7305,1,0.331,1,1,1,1,1,1,1,1,0.0168,0.331,0.4471,1,0.2783,1,1,1,1,1,1,0.0038,0.2783,0.3923,1,0.6046,1,1,1,0.0385,0.6046,0.203,1,1,1,1,1,0.01037206,0.557308912,0.1935516,1,1,1,1,1,0.003099907,0.558782458,0.068589531,1,1,1,1,1,0.056802433,0.534816206,0.547909618,0.547916226,0.548315603
-7306,1,0.3309,1,1,1,1,1,1,1,1,0.0437,0.3309,0.5471,1,0.2783,1,1,1,1,1,1,0.0176,0.2783,0.495,1,0.6046,1,1,1,0.076,0.6046,0.2266,1,1,1,1,1,0.022184361,0.686281204,0.390651345,1,1,1,1,1,0.019176042,0.618979514,0.383332968,1,1,1,1,1,0.11180827,0.652474582,0.552803287,0.552781891,0.552748227
-7307,1,0.3308,1,1,1,1,1,1,1,1,0.0429,0.3308,0.549,1,0.2783,1,1,1,1,1,1,0.0596,0.2783,0.4526,1,0.6046,1,1,1,0.0886,0.6046,0.3389,1,1,1,1,1,0.023309488,0.706366062,0.778036892,1,1,1,1,1,0.061632499,0.651177049,0.78785795,1,1,1,1,1,0.171463937,0.73610878,0.55262204,0.552570341,0.552748227
-7308,1,0.3307,1,1,1,1,1,1,1,1,0.0636,0.3307,0.5449,1,0.2783,1,1,1,1,1,1,0.1294,0.2783,0.415,1,0.6047,1,1,1,0.0357,0.6047,0.3406,1,1,1,1,1,0.034783583,0.625540733,0.867539406,1,1,1,1,1,0.116864003,0.579218626,0.794501662,1,1,1,1,1,0.097420417,0.78710413,0.549238763,0.54918553,0.549202128
-7309,1,0.3306,1,1,1,1,1,1,1,1,0.0912,0.3306,0.4781,1,0.2783,1,1,1,1,1,1,0.119,0.2783,0.3552,1,0.6047,1,1,1,0.0407,0.6047,0.3249,1,1,1,1,1,0.047299489,0.539579213,0.846186221,1,1,1,1,1,0.11621584,0.444655687,0.611903131,1,1,1,1,1,0.091472745,0.767046392,0.547426293,0.547493125,0.547429078
-7310,1,0.3306,1,1,1,1,1,1,1,1,0.097,0.3306,0.3486,1,0.2783,1,1,1,1,1,1,0.0831,0.2783,0.2542,1,0.6047,1,1,1,0.0153,0.6047,0.2801,1,1,1,1,1,0.058121823,0.393119097,0.509732723,1,1,1,1,1,0.083935201,0.437485248,0.596047938,1,1,1,1,1,0.020917036,0.689762592,0.542290962,0.542204358,0.542109929
-7311,1,0.3305,1,1,1,1,1,1,1,1,0.0776,0.3305,0.2182,1,0.2783,1,1,1,1,1,1,0.0205,0.2783,0.1653,1,0.6048,1,1,1,0.0208,0.6048,0.1902,1,1,1,1,1,0.037699718,0.254913688,0.490590304,1,1,1,1,1,0.026113771,0.308257133,0.686289549,1,1,1,1,1,0.021934504,0.489158005,0.540599323,0.540723503,0.540780142
-7312,1,0.3304,1,1,1,1,1,1,1,1,0.043,0.3304,0.0212,1,0.2783,1,1,1,1,1,1,0.047,0.2783,0.0178,1,0.6048,1,1,1,0.0212,0.6048,0.0005,1,1,1,1,1,0.012189576,0.029676538,0.659445047,1,1,1,1,1,0.065786824,0.016277306,0.575713873,1,1,1,1,1,0.060518563,0.084371462,0.550205413,0.550243283,0.550531915
-7313,1,0.3303,1,1,1,1,1,1,1,1,0.0293,0.3303,0,1,0.2783,1,1,1,1,1,1,0.0718,0.2783,0,1,0.6048,1,1,1,0.0159,0.6048,0,1,1,1,1,1,0.011538558,0,0.376821131,1,1,1,1,1,0.067367256,0,0.219223589,1,1,1,1,1,0.060902908,0,0.581259062,0.581341231,0.581560284
-7314,1,0.3302,1,1,1,1,1,1,1,1,0.0201,0.3302,0,1,0.2783,1,1,1,1,1,1,0.0357,0.2783,0,1,0.6049,1,1,1,0.0229,0.6049,0,1,1,1,1,1,0.022102874,0,0.258107364,1,1,1,1,1,0.036431782,0,0.377322525,1,1,1,1,1,0.055501364,0,0.608083615,0.607996615,0.608156028
-7315,1,0.3302,1,1,1,1,1,1,1,1,0.0672,0.3302,0,1,0.2783,1,1,1,1,1,1,0.0204,0.2783,0,1,0.6049,1,1,1,0.05,0.6049,0,1,1,1,1,1,0.07250914,0,0.485996664,1,1,1,1,1,0.03635405,0,0.443301082,1,1,1,1,1,0.078978948,0,0.597933784,0.597842183,0.597960993
-7316,1,0.3301,1,1,1,1,1,1,1,1,0.0701,0.3301,0,1,0.2783,1,1,1,1,1,1,0.0067,0.2783,0,1,0.605,1,1,1,0.0576,0.605,0,1,1,1,1,1,0.110121623,0,0.48902604,1,1,1,1,1,0.031169843,0,0.797014475,1,1,1,1,1,0.060039669,0,0.573948768,0.573936958,0.574024823
-7317,1,0.33,1,1,1,1,1,1,1,1,0.1178,0.33,0,1,0.2783,1,1,1,1,1,1,0.0253,0.2783,0,1,0.605,1,1,1,0.0423,0.605,0,1,1,1,1,1,0.129461452,0,0.459577352,1,1,1,1,1,0.050211485,0,0.851293445,1,1,1,1,1,0.067196369,0,0.534859836,0.534800085,0.53501773
-7318,1,0.3299,1,1,1,1,1,1,1,1,0.1321,0.3299,0,1,0.2783,1,1,1,1,1,1,0.0727,0.2783,0,1,0.605,1,1,1,0.0297,0.605,0,1,1,1,1,1,0.122727633,0,0.322514594,1,1,1,1,1,0.089552835,0,0.701404274,1,1,1,1,1,0.071373112,0,0.482781537,0.482758621,0.483156028
-7319,1,0.3298,1,1,1,1,1,1,1,1,0.1258,0.3298,0,1,0.2783,1,1,1,1,1,1,0.0814,0.2783,0,1,0.6051,1,1,1,0.0347,0.6051,0,1,1,1,1,1,0.096954554,0,0.224832714,1,1,1,1,1,0.091020867,0,0.374320418,1,1,1,1,1,0.106788576,0,0.436261479,0.436217474,0.436613475
-7320,1,0.3298,1,1,1,1,1,1,1,1,0.1481,0.3298,0,1,0.2783,1,1,1,1,1,1,0.113,0.2783,0,1,0.6051,1,1,1,0.0626,0.6051,0,1,1,1,1,1,0.125494346,0,0.148622513,1,1,1,1,1,0.129157513,0,0.24511075,1,1,1,1,1,0.127949387,0,0.40381827,0.403850222,0.403812057
-7321,1,0.3297,1,1,1,1,1,1,1,1,0.0957,0.3297,0,1,0.2782,1,1,1,1,1,1,0.1066,0.2782,0,1,0.6051,1,1,1,0.0487,0.6051,0,1,1,1,1,1,0.092415333,0,0.089125231,1,1,1,1,1,0.127917245,0,0.263274342,1,1,1,1,1,0.139702961,0,0.385935234,0.385868415,0.38608156
-7322,1,0.3296,1,1,1,1,1,1,1,1,0.0885,0.3296,0,1,0.2782,1,1,1,1,1,1,0.0973,0.2782,0,1,0.6052,1,1,1,0.0504,0.6052,0,1,1,1,1,1,0.079181693,0,0.078722626,1,1,1,1,1,0.124189928,0,0.332902908,1,1,1,1,1,0.130421326,0,0.376147898,0.376137085,0.375886525
-7323,1,0.3295,1,1,1,1,1,1,1,1,0.0833,0.3295,0,1,0.2782,1,1,1,1,1,1,0.0667,0.2782,0,1,0.6052,1,1,1,0.0672,0.6052,0,1,1,1,1,1,0.069897324,0,0.059932448,1,1,1,1,1,0.127586991,0,0.37203145,1,1,1,1,1,0.115959547,0,0.374154181,0.374021578,0.374113475
-7324,1,0.3294,1,1,1,1,1,1,1,1,0.1232,0.3294,0,1,0.2782,1,1,1,1,1,1,0.0722,0.2782,0,1,0.6052,1,1,1,0.0552,0.6052,0,1,1,1,1,1,0.136801988,0,0.077506781,1,1,1,1,1,0.124594375,0,0.7811414,1,1,1,1,1,0.081334256,0,0.38418318,0.38417601,0.383865248
-7325,1,0.3294,1,1,1,1,1,1,1,1,0.0847,0.3294,0,1,0.2782,1,1,1,1,1,1,0.0925,0.2782,0,1,0.6053,1,1,1,0.0392,0.6053,0,1,1,1,1,1,0.115958646,0,0.057304557,1,1,1,1,1,0.132810324,0,0.690869689,1,1,1,1,1,0.061564714,0,0.422426293,0.422466681,0.422429078
-7326,1,0.3293,1,1,1,1,1,1,1,1,0.0881,0.3293,0,1,0.2782,1,1,1,1,1,1,0.047,0.2782,0,1,0.6053,1,1,1,0.0333,0.6053,0,1,1,1,1,1,0.132008314,0,0.031119093,1,1,1,1,1,0.073333345,0,0.261075675,1,1,1,1,1,0.061935961,0,0.49722088,0.497144066,0.497340426
-7327,1,0.3292,1,1,1,1,1,1,1,1,0.0631,0.3292,0.0442,1,0.2782,1,1,1,1,1,1,0.024,0.2782,0.0115,1,0.6053,1,1,1,0.0175,0.6053,0.0621,1,1,1,1,1,0.066206522,0.09428522,0.051167995,1,1,1,1,1,0.035452366,0.110010803,0.29329899,1,1,1,1,1,0.018349342,0.230331734,0.54579507,0.545800719,0.546099291
-7328,1,0.3291,1,1,1,1,1,1,1,1,0.0824,0.3291,0.2029,1,0.2782,1,1,1,1,1,1,0.0411,0.2782,0.1797,1,0.6054,1,1,1,0.0116,0.6054,0.2796,1,1,1,1,1,0.092572927,0.296897441,0.05268386,1,1,1,1,1,0.043204084,0.343160629,0.334870934,1,1,1,1,1,0.008882446,0.450388819,0.555038666,0.554897398,0.554964539
-7329,1,0.329,1,1,1,1,1,1,1,1,0.0894,0.329,0.2873,1,0.2782,1,1,1,1,1,1,0.029,0.2782,0.2654,1,0.6054,1,1,1,0.0031,0.6054,0.37,1,1,1,1,1,0.076814912,0.406430751,0.024222035,1,1,1,1,1,0.035045393,0.515980184,0.412863135,1,1,1,1,1,0.001249084,0.521548092,0.561261479,0.561243918,0.561170213
-7330,1,0.3289,1,1,1,1,1,1,1,1,0.1186,0.3289,0.3191,1,0.2782,1,1,1,1,1,1,0.1151,0.2782,0.3097,1,0.6055,1,1,1,0.0047,0.6055,0.443,1,1,1,1,1,0.143893898,0.473015726,0.032910053,1,1,1,1,1,0.116329595,0.581877053,0.213298172,1,1,1,1,1,0.001890809,0.56193608,0.565792653,0.565686482,0.565602837
-7331,1,0.3289,1,1,1,1,1,1,1,1,0.1701,0.3289,0.3298,1,0.2782,1,1,1,1,1,1,0.2513,0.2782,0.3742,1,0.6055,1,1,1,0.0074,0.6055,0.418,1,1,1,1,1,0.238615006,0.535196781,0.032810669,1,1,1,1,1,0.261954546,0.648541152,0.419215441,1,1,1,1,1,0.003649992,0.61109364,0.56138231,0.561455469,0.561170213
-7332,1,0.3288,1,1,1,1,1,1,1,1,0.1095,0.3288,0.3256,1,0.2782,1,1,1,1,1,1,0.1449,0.2782,0.4562,1,0.6055,1,1,1,0.0068,0.6055,0.4299,1,1,1,1,1,0.171095952,0.51851517,0.07867609,1,1,1,1,1,0.177591383,0.610016882,0.497661799,1,1,1,1,1,0.008717251,0.594978154,0.556609473,0.556589803,0.556737589
-7333,1,0.3287,1,1,1,1,1,1,1,1,0.0965,0.3287,0.3173,1,0.2782,1,1,1,1,1,1,0.1767,0.2782,0.4487,1,0.6056,1,1,1,0.0119,0.6056,0.4038,1,1,1,1,1,0.159124076,0.479898483,0.110803783,1,1,1,1,1,0.216454834,0.624507427,0.2686961,1,1,1,1,1,0.02676025,0.58066684,0.555763654,0.555743601,0.555851064
-7334,1,0.3286,1,1,1,1,1,1,1,1,0.1337,0.3286,0.2735,1,0.2782,1,1,1,1,1,1,0.1767,0.2782,0.3992,1,0.6056,1,1,1,0.0392,0.6056,0.3395,1,1,1,1,1,0.189337641,0.440821379,0.170413807,1,1,1,1,1,0.240029246,0.579936266,0.426885873,1,1,1,1,1,0.072097532,0.483587503,0.550326245,0.550243283,0.550531915
-7335,1,0.3285,1,1,1,1,1,1,1,1,0.1236,0.3285,0.1964,1,0.2782,1,1,1,1,1,1,0.4458,0.2782,0.2977,1,0.6056,1,1,1,0.0647,0.6056,0.2129,1,1,1,1,1,0.204794362,0.320795566,0.142324015,1,1,1,1,1,0.41800338,0.491487235,0.667486429,1,1,1,1,1,0.112762369,0.257333845,0.54718463,0.547070023,0.547429078
-7336,1,0.3285,1,1,1,1,1,1,1,1,0.1236,0.3285,0.0354,1,0.2782,1,1,1,1,1,1,0.4414,0.2782,0.1002,1,0.6057,1,1,1,0.1082,0.6057,0.0006,1,1,1,1,1,0.208326399,0.089310281,0.159224346,1,1,1,1,1,0.429748714,0.242721409,0.784589827,1,1,1,1,1,0.209294543,0.00480422,0.556126148,0.556166702,0.556294326
-7337,1,0.3284,1,1,1,1,1,1,1,1,0.088,0.3284,0,1,0.2782,1,1,1,1,1,1,0.1828,0.2782,0,1,0.6057,1,1,1,0.0729,0.6057,0,1,1,1,1,1,0.132895365,0,0.4740569,1,1,1,1,1,0.215629846,0,0.980345845,1,1,1,1,1,0.167228714,0,0.581621556,0.581764333,0.582003546
-7338,1,0.3283,1,1,1,1,1,1,1,1,0.1547,0.3283,0,1,0.2782,1,1,1,1,1,1,0.2401,0.2782,0,1,0.6057,1,1,1,0.0896,0.6057,0,1,1,1,1,1,0.193453461,0,0.325420767,1,1,1,1,1,0.322025478,0,1,1,1,1,1,1,0.194915995,0,0.601981634,0.601861646,0.601950355
-7339,1,0.3282,1,1,1,1,1,1,1,1,0.1853,0.3282,0,1,0.2782,1,1,1,1,1,1,0.3332,0.2782,0,1,0.6058,1,1,1,0.0733,0.6058,0,1,1,1,1,1,0.266613066,0,0.106088974,1,1,1,1,1,0.346834719,0,1,1,1,1,1,1,0.139521927,0,0.587602707,0.587687751,0.587765957
-7340,1,0.3281,1,1,1,1,1,1,1,1,0.1426,0.3281,0,1,0.2782,1,1,1,1,1,1,0.4064,0.2782,0,1,0.6058,1,1,1,0.0786,0.6058,0,1,1,1,1,1,0.232480019,0,0.270385414,1,1,1,1,1,0.397743851,0,1,1,1,1,1,1,0.159660324,0,0.565611406,0.565686482,0.565602837
-7341,1,0.3281,1,1,1,1,1,1,1,1,0.1814,0.3281,0,1,0.2782,1,1,1,1,1,1,0.5072,0.2782,0,1,0.6058,1,1,1,0.0815,0.6058,0,1,1,1,1,1,0.330179691,0,0.387609571,1,1,1,1,1,0.511977553,0,1,1,1,1,1,1,0.14186269,0,0.534436926,0.534376983,0.534574468
-7342,1,0.328,1,1,1,1,1,1,1,1,0.225,0.328,0,1,0.2782,1,1,1,1,1,1,0.3587,0.2782,0,1,0.6059,1,1,1,0.1821,0.6059,0,1,1,1,1,1,0.329152286,0,0.628278732,1,1,1,1,1,0.347385257,0,1,1,1,1,1,1,0.29167977,0,0.491964717,0.491855299,0.492021277
-7343,1,0.3279,1,1,1,1,1,1,1,1,0.2288,0.3279,0,1,0.2781,1,1,1,1,1,1,0.2697,0.2781,0,1,0.6059,1,1,1,0.2152,0.6059,0,1,1,1,1,1,0.252433479,0,0.828036785,1,1,1,1,1,0.291230321,0,1,1,1,1,1,1,0.366336405,0,0.448042533,0.448064311,0.448138298
-7344,1,0.3278,1,1,1,1,1,1,1,1,0.1759,0.3278,0,1,0.2781,1,1,1,1,1,1,0.2274,0.2781,0,1,0.606,1,1,1,0.2966,0.606,0,1,1,1,1,1,0.242604569,0,0.839783669,1,1,1,1,1,0.253498197,0,1,1,1,1,1,1,0.493758529,0,0.414693088,0.414639306,0.414893617
-7345,1,0.3277,1,1,1,1,1,1,1,1,0.2389,0.3277,0,1,0.2781,1,1,1,1,1,1,0.2344,0.2781,0,1,0.606,1,1,1,0.2457,0.606,0,1,1,1,1,1,0.267311156,0,0.854756713,1,1,1,1,1,0.272490501,0,1,1,1,1,1,1,0.432884097,0,0.394151764,0.394118891,0.394503546
-7346,1,0.3277,1,1,1,1,1,1,1,1,0.3,0.3277,0,1,0.2781,1,1,1,1,1,1,0.4087,0.2781,0,1,0.606,1,1,1,0.283,0.606,0,1,1,1,1,1,0.321014792,0,0.888383508,1,1,1,1,1,0.390102208,0,1,1,1,1,1,1,0.527390063,0,0.384243596,0.38417601,0.384308511
-7347,1,0.3276,1,1,1,1,1,1,1,1,0.4013,0.3276,0,1,0.2781,1,1,1,1,1,1,0.5157,0.2781,0,1,0.6061,1,1,1,0.275,0.6061,0,1,1,1,1,1,0.42009598,0,0.981478214,1,1,1,1,1,0.491911471,0,1,1,1,1,1,1,0.523473263,0,0.37959159,0.379733446,0.379875887
-7348,1,0.3275,1,1,1,1,1,1,1,1,0.4611,0.3275,0,1,0.2781,1,1,1,1,1,1,0.4895,0.2781,0,1,0.6061,1,1,1,0.3052,0.6061,0,1,1,1,1,1,0.455897093,0,0.986465335,1,1,1,1,1,0.461954951,0,1,1,1,1,1,1,0.563381314,0,0.382672789,0.382695155,0.382535461
-7349,1,0.3274,1,1,1,1,1,1,1,1,0.3634,0.3274,0,1,0.2781,1,1,1,1,1,1,0.4836,0.2781,0,1,0.6061,1,1,1,0.3372,0.6061,0,1,1,1,1,1,0.413044006,0,1,1,1,1,1,1,0.455098152,0,1,1,1,1,1,1,0.589744508,0,0.397655872,0.397715253,0.397606383
-7350,1,0.3273,1,1,1,1,1,1,1,1,0.3263,0.3273,0,1,0.2781,1,1,1,1,1,1,0.3308,0.2781,0,1,0.6062,1,1,1,0.3733,0.6062,0,1,1,1,1,1,0.425187707,0,0.843620062,1,1,1,1,1,0.311289668,0,1,1,1,1,1,1,0.617980063,0,0.428769937,0.428813201,0.428634752
-7351,1,0.3273,1,1,1,1,1,1,1,1,0.3031,0.3273,0.0734,1,0.2781,1,1,1,1,1,1,0.3112,0.2781,0.103,1,0.6062,1,1,1,0.3706,0.6062,0.0494,1,1,1,1,1,0.375332355,0.201651052,0.781471848,1,1,1,1,1,0.273876011,0.240871787,1,1,1,1,1,1,0.629938304,0.171837524,0.46242146,0.462449757,0.462322695
-7352,1,0.3272,1,1,1,1,1,1,1,1,0.2841,0.3272,0.2972,1,0.2781,1,1,1,1,1,1,0.7207,0.2781,0.3518,1,0.6062,1,1,1,0.3488,0.6062,0.1862,1,1,1,1,1,0.361528814,0.520689785,0.91106987,1,1,1,1,1,0.531680465,0.581511736,0.998743534,1,1,1,1,1,0.629862249,0.388530433,0.495287579,0.49524011,0.495567376
-7353,1,0.3271,1,1,1,1,1,1,1,1,0.302,0.3271,0.4716,1,0.2781,1,1,1,1,1,1,0.7222,0.2781,0.5161,1,0.6063,1,1,1,0.3168,0.6063,0.2738,1,1,1,1,1,0.44074595,0.714058518,0.859377861,1,1,1,1,1,0.665077388,0.762073815,1,1,1,1,1,1,0.55544436,0.481088132,0.518366361,0.518299133,0.518617021
-7354,1,0.327,1,1,1,1,1,1,1,1,0.2923,0.327,0.5682,1,0.2781,1,1,1,1,1,1,0.6888,0.2781,0.6371,1,0.6063,1,1,1,0.3413,0.6063,0.3342,1,1,1,1,1,0.441059887,0.794052839,0.808316112,1,1,1,1,1,0.632206619,0.838993073,0.996685863,1,1,1,1,1,0.575419664,0.493261635,0.525918318,0.525914957,0.526152482
-7355,1,0.3269,1,1,1,1,1,1,1,1,0.2636,0.3269,0.6029,1,0.2781,1,1,1,1,1,1,0.6698,0.2781,0.68,1,0.6063,1,1,1,0.4583,0.6063,0.3206,1,1,1,1,1,0.438694656,0.83410877,0.386046052,1,1,1,1,1,0.604508102,0.862732887,0.630793273,1,1,1,1,1,0.720409393,0.455927551,0.523260029,0.523164798,0.523492908
-7356,1,0.3269,1,1,1,1,1,1,1,1,0.2255,0.3269,0.634,1,0.2781,1,1,1,1,1,1,0.5976,0.2781,0.6761,1,0.6064,1,1,1,0.4197,0.6064,0.3511,1,1,1,1,1,0.386806101,0.864639342,0.22332941,1,1,1,1,1,0.611699522,0.797299266,0.429999202,1,1,1,1,1,0.689236462,0.487859577,0.516433059,0.516606727,0.516843972
-7357,1,0.3268,1,1,1,1,1,1,1,1,0.1735,0.3268,0.6112,1,0.2781,1,1,1,1,1,1,0.5652,0.2781,0.6272,1,0.6064,1,1,1,0.416,0.6064,0.3191,1,1,1,1,1,0.338924319,0.824599743,0.135201797,1,1,1,1,1,0.575855076,0.723060846,0.435963631,1,1,1,1,1,0.669473588,0.626777887,0.507310295,0.507298498,0.507535461
-7358,1,0.3267,1,1,1,1,1,1,1,1,0.195,0.3267,0.4913,1,0.2781,1,1,1,1,1,1,0.6629,0.2781,0.5039,1,0.6065,1,1,1,0.4344,0.6065,0.2377,1,1,1,1,1,0.373072147,0.71937418,0.214079335,1,1,1,1,1,0.672316313,0.609170735,0.482041925,1,1,1,1,1,0.673885465,0.66616708,0.500181247,0.500105775,0.5
-7359,1,0.3266,1,1,1,1,1,1,1,1,0.3159,0.3266,0.3024,1,0.2781,1,1,1,1,1,1,0.7227,0.2781,0.3288,1,0.6065,1,1,1,0.4417,0.6065,0.188,1,1,1,1,1,0.502659142,0.474930316,0.203534335,1,1,1,1,1,0.740856171,0.434147865,0.598433018,1,1,1,1,1,0.660483122,0.491997987,0.497462542,0.497355617,0.497783688
-7360,1,0.3265,1,1,1,1,1,1,1,1,0.3396,0.3265,0.0796,1,0.2781,1,1,1,1,1,1,0.6512,0.2781,0.115,1,0.6065,1,1,1,0.4125,0.6065,0.004,1,1,1,1,1,0.420402586,0.199075371,0.235194594,1,1,1,1,1,0.592995107,0.236966491,0.816184282,1,1,1,1,1,0.66705817,0.122218549,0.509424843,0.509414005,0.509751773
-7361,1,0.3265,1,1,1,1,1,1,1,1,0.3749,0.3265,0,1,0.2781,1,1,1,1,1,1,0.6595,0.2781,0,1,0.6066,1,1,1,0.4372,0.6066,0,1,1,1,1,1,0.40491882,0,0.509952188,1,1,1,1,1,0.597439945,0,1,1,1,1,1,1,0.687626958,0,0.542472209,0.542627459,0.542553191
-7362,1,0.3264,1,1,1,1,1,1,1,1,0.4045,0.3264,0,1,0.2781,1,1,1,1,1,1,0.7011,0.2781,0,1,0.6066,1,1,1,0.5096,0.6066,0,1,1,1,1,1,0.478089303,0,0.520820737,1,1,1,1,1,0.621022642,0,1,1,1,1,1,1,0.717476547,0,0.572317545,0.572244553,0.572251773
-7363,1,0.3263,1,1,1,1,1,1,1,1,0.454,0.3263,0,1,0.2781,1,1,1,1,1,1,0.693,0.2781,0,1,0.6066,1,1,1,0.506,0.6066,0,1,1,1,1,1,0.594963431,0,0.767642081,1,1,1,1,1,0.610978186,0,1,1,1,1,1,1,0.68991971,0,0.560173997,0.560186165,0.560283688
-7364,1,0.3262,1,1,1,1,1,1,1,1,0.4549,0.3262,0,1,0.2781,1,1,1,1,1,1,0.7096,0.2781,0,1,0.6067,1,1,1,0.5846,0.6067,0,1,1,1,1,1,0.674858272,0,0.792706013,1,1,1,1,1,0.671921611,0,1,1,1,1,1,1,0.793697059,0,0.54301595,0.543050561,0.542996454
-7365,1,0.3261,1,1,1,1,1,1,1,1,0.4334,0.3261,0,1,0.278,1,1,1,1,1,1,0.6552,0.278,0,1,0.6067,1,1,1,0.5404,0.6067,0,1,1,1,1,1,0.641974688,0,0.809876621,1,1,1,1,1,0.596607089,0,1,1,1,1,1,1,0.731911778,0,0.517762204,0.517664481,0.517730496
-7366,1,0.326,1,1,1,1,1,1,1,1,0.4417,0.326,0,1,0.278,1,1,1,1,1,1,0.5179,0.278,0,1,0.6067,1,1,1,0.5581,0.6067,0,1,1,1,1,1,0.548826456,0,0.864600778,1,1,1,1,1,0.449807256,0,1,1,1,1,1,1,0.771939874,0,0.483869019,0.483816374,0.484042553
-7367,1,0.326,1,1,1,1,1,1,1,1,0.5507,0.326,0,1,0.278,1,1,1,1,1,1,0.5916,0.278,0,1,0.6068,1,1,1,0.52,0.6068,0,1,1,1,1,1,0.644421458,0,0.866050184,1,1,1,1,1,0.543752432,0,1,1,1,1,1,1,0.767312825,0,0.44822378,0.448275862,0.448138298
-7368,1,0.3259,1,1,1,1,1,1,1,1,0.5251,0.3259,0,1,0.278,1,1,1,1,1,1,0.7448,0.278,0,1,0.6068,1,1,1,0.5236,0.6068,0,1,1,1,1,1,0.650528431,0,0.922763228,1,1,1,1,1,0.656015456,0,1,1,1,1,1,1,0.753917813,0,0.415659739,0.415697059,0.415780142
-7369,1,0.3258,1,1,1,1,1,1,1,1,0.542,0.3258,0,1,0.278,1,1,1,1,1,1,0.8269,0.278,0,1,0.6069,1,1,1,0.5035,0.6069,0,1,1,1,1,1,0.643303752,0,0.913722038,1,1,1,1,1,0.728305578,0,1,1,1,1,1,1,0.716150284,0,0.38919768,0.389253226,0.389184397
-7370,1,0.3257,1,1,1,1,1,1,1,1,0.5387,0.3257,0,1,0.278,1,1,1,1,1,1,0.8013,0.278,0,1,0.6069,1,1,1,0.5512,0.6069,0,1,1,1,1,1,0.664980888,0,0.956735015,1,1,1,1,1,0.710026622,0,1,1,1,1,1,1,0.734883428,0,0.377658289,0.377617939,0.377659574
-7371,1,0.3256,1,1,1,1,1,1,1,1,0.5107,0.3256,0,1,0.278,1,1,1,1,1,1,0.7084,0.278,0,1,0.6069,1,1,1,0.4682,0.6069,0,1,1,1,1,1,0.627266109,0,1,1,1,1,1,1,0.652953506,0,0.978297174,1,1,1,1,1,0.653154314,0,0.377054132,0.376983287,0.377216312
-7372,1,0.3256,1,1,1,1,1,1,1,1,0.4991,0.3256,0,1,0.278,1,1,1,1,1,1,0.7121,0.278,0,1,0.607,1,1,1,0.4175,0.607,0,1,1,1,1,1,0.600744784,0,1,1,1,1,1,1,0.670439243,0,0.91421783,1,1,1,1,1,0.647561312,0,0.383639439,0.383752909,0.383865248
-7373,1,0.3255,1,1,1,1,1,1,1,1,0.4952,0.3255,0,1,0.278,1,1,1,1,1,1,0.644,0.278,0,1,0.607,1,1,1,0.4524,0.607,0,1,1,1,1,1,0.602394581,0,0.985444546,1,1,1,1,1,0.644953191,0,0.832792401,1,1,1,1,1,0.673518062,0,0.400012083,0.40004231,0.400265957
-7374,1,0.3254,1,1,1,1,1,1,1,1,0.4831,0.3254,0,1,0.278,1,1,1,1,1,1,0.4819,0.278,0,1,0.607,1,1,1,0.4974,0.607,0,1,1,1,1,1,0.589659333,0,0.709368825,1,1,1,1,1,0.486203969,0,0.570697665,1,1,1,1,1,0.69528681,0,0.423211696,0.423101333,0.423315603
-7375,1,0.3253,1,1,1,1,1,1,1,1,0.4132,0.3253,0.1222,1,0.278,1,1,1,1,1,1,0.44,0.278,0.1248,1,0.6071,1,1,1,0.455,0.6071,0.0589,1,1,1,1,1,0.539259195,0.256983697,0.349351734,1,1,1,1,1,0.425944746,0.287525296,0.339589268,1,1,1,1,1,0.623390734,0.294418454,0.45698405,0.456949439,0.457003546
-7376,1,0.3252,1,1,1,1,1,1,1,1,0.3951,0.3252,0.3693,1,0.278,1,1,1,1,1,1,0.6287,0.278,0.3734,1,0.6071,1,1,1,0.4999,0.6071,0.2605,1,1,1,1,1,0.578279376,0.619954705,0.425221711,1,1,1,1,1,0.488367617,0.636921763,0.329103917,1,1,1,1,1,0.700415552,0.643077374,0.490635573,0.490585995,0.490691489
-7377,1,0.3252,1,1,1,1,1,1,1,1,0.4111,0.3252,0.5472,1,0.278,1,1,1,1,1,1,0.6394,0.278,0.5558,1,0.6071,1,1,1,0.5697,0.6071,0.3815,1,1,1,1,1,0.56948787,0.80671382,0.450251877,1,1,1,1,1,0.503410399,0.851415694,0.250893205,1,1,1,1,1,0.731288552,0.839499056,0.507068632,0.506875397,0.507092199
-7378,1,0.3251,1,1,1,1,1,1,1,1,0.2016,0.3251,0.6611,1,0.278,1,1,1,1,1,1,0.5005,0.278,0.678,1,0.6072,1,1,1,0.5926,0.6072,0.4763,1,1,1,1,1,0.356319457,0.875398934,0.302123755,1,1,1,1,1,0.418678284,0.95015955,0.112504199,1,1,1,1,1,0.767055333,0.919020414,0.509001933,0.508990903,0.508865248
-7379,1,0.325,1,1,1,1,1,1,1,1,0.161,0.325,0.6554,1,0.278,1,1,1,1,1,1,0.2538,0.278,0.7017,1,0.6072,1,1,1,0.5768,0.6072,0.5155,1,1,1,1,1,0.288462251,0.836866319,0.352226555,1,1,1,1,1,0.235647425,0.991672814,0.096802361,1,1,1,1,1,0.732206762,0.939890742,0.507310295,0.507298498,0.507535461
-7380,1,0.3249,1,1,1,1,1,1,1,1,0.1118,0.3249,0.6543,1,0.278,1,1,1,1,1,1,0.2851,0.278,0.6992,1,0.6072,1,1,1,0.4641,0.6072,0.5119,1,1,1,1,1,0.200991929,0.826117218,0.194614917,1,1,1,1,1,0.260407239,0.986885071,0.104725912,1,1,1,1,1,0.67018187,0.904188156,0.504108265,0.504125238,0.504432624
-7381,1,0.3248,1,1,1,1,1,1,1,1,0.1003,0.3248,0.6434,1,0.278,1,1,1,1,1,1,0.2977,0.278,0.6796,1,0.6073,1,1,1,0.4039,0.6073,0.4693,1,1,1,1,1,0.187170208,0.80471313,0.129538283,1,1,1,1,1,0.251190245,0.94869113,0.032031417,1,1,1,1,1,0.574585021,0.883812189,0.50042291,0.500528877,0.500443262
-7382,1,0.3248,1,1,1,1,1,1,1,1,0.1396,0.3248,0.5225,1,0.278,1,1,1,1,1,1,0.3787,0.278,0.5686,1,0.6073,1,1,1,0.4979,0.6073,0.3724,1,1,1,1,1,0.258198321,0.721895158,0.018131256,1,1,1,1,1,0.319509268,0.828003526,0.021203142,1,1,1,1,1,0.729780793,0.760793805,0.498972934,0.499048022,0.499113475
-7383,1,0.3247,1,1,1,1,1,1,1,1,0.1284,0.3247,0.3333,1,0.278,1,1,1,1,1,1,0.3103,0.278,0.3868,1,0.6074,1,1,1,0.5082,0.6074,0.2154,1,1,1,1,1,0.231026739,0.541387141,0.012854782,1,1,1,1,1,0.261124343,0.623019755,0.018976178,1,1,1,1,1,0.748007953,0.516359389,0.507974867,0.50793315,0.507978723
-7384,1,0.3246,1,1,1,1,1,1,1,1,0.1038,0.3246,0.0922,1,0.278,1,1,1,1,1,1,0.2782,0.278,0.1418,1,0.6074,1,1,1,0.4047,0.6074,0.0112,1,1,1,1,1,0.159848705,0.208497271,0,1,1,1,1,1,0.254770637,0.315019488,0.053874351,1,1,1,1,1,0.583339453,0.213843465,0.55540116,0.555320499,0.555407801
-7385,1,0.3245,1,1,1,1,1,1,1,1,0.1199,0.3245,0,1,0.278,1,1,1,1,1,1,0.1226,0.278,0,1,0.6074,1,1,1,0.3843,0.6074,0,1,1,1,1,1,0.14845936,0,0.000608861,1,1,1,1,1,0.166948631,0,0.124784306,1,1,1,1,1,0.598742127,0,0.5979942,0.598053734,0.597960993
-7386,1,0.3244,1,1,1,1,1,1,1,1,0.1637,0.3244,0,1,0.278,1,1,1,1,1,1,0.1163,0.278,0,1,0.6075,1,1,1,0.477,0.6075,0,1,1,1,1,1,0.168948844,0,0.005540169,1,1,1,1,1,0.176630318,0,0.303127766,1,1,1,1,1,0.712405145,0,0.59938376,0.599323038,0.59929078
-7387,1,0.3244,1,1,1,1,1,1,1,1,0.1652,0.3244,0,1,0.2779,1,1,1,1,1,1,0.1896,0.2779,0,1,0.6075,1,1,1,0.4025,0.6075,0,1,1,1,1,1,0.157934785,0,0.030861976,1,1,1,1,1,0.224979967,0,0.647052109,1,1,1,1,1,0.639157832,0,0.580956984,0.58091813,0.581117021
-7388,1,0.3243,1,1,1,1,1,1,1,1,0.1575,0.3243,0,1,0.2779,1,1,1,1,1,1,0.2543,0.2779,0,1,0.6075,1,1,1,0.3961,0.6075,0,1,1,1,1,1,0.185565308,0,0.151811346,1,1,1,1,1,0.277341694,0,1,1,1,1,1,1,0.623660088,0,0.561503142,0.561455469,0.561613475
-7389,1,0.3242,1,1,1,1,1,1,1,1,0.1142,0.3242,0,1,0.2779,1,1,1,1,1,1,0.2435,0.2779,0,1,0.6076,1,1,1,0.358,0.6076,0,1,1,1,1,1,0.125123784,0,0.273958325,1,1,1,1,1,0.249958158,0,0.780014396,1,1,1,1,1,0.519602895,0,0.511720638,0.511741062,0.511968085
-7390,1,0.3241,1,1,1,1,1,1,1,1,0.1704,0.3241,0,1,0.2779,1,1,1,1,1,1,0.3381,0.2779,0,1,0.6076,1,1,1,0.2892,0.6076,0,1,1,1,1,1,0.189334825,0,0.539216876,1,1,1,1,1,0.314298451,0,0.620017111,1,1,1,1,1,0.370175719,0,0.463931851,0.463930611,0.464095745
-7391,1,0.324,1,1,1,1,1,1,1,1,0.2392,0.324,0,1,0.2779,1,1,1,1,1,1,0.3169,0.2779,0,1,0.6076,1,1,1,0.2384,0.6076,0,1,1,1,1,1,0.285463244,0,0.668480754,1,1,1,1,1,0.34279561,0,0.77924788,1,1,1,1,1,0.327546895,0,0.423634606,0.423735985,0.423758865
-7392,1,0.324,1,1,1,1,1,1,1,1,0.2055,0.324,0,1,0.2779,1,1,1,1,1,1,0.2858,0.2779,0,1,0.6077,1,1,1,0.1827,0.6077,0,1,1,1,1,1,0.218991846,0,0.770296812,1,1,1,1,1,0.30514133,0,0.600340605,1,1,1,1,1,0.276679844,0,0.405691155,0.405754178,0.405585106
-7393,1,0.3239,1,1,1,1,1,1,1,1,0.1351,0.3239,0,1,0.2779,1,1,1,1,1,1,0.1487,0.2779,0,1,0.6077,1,1,1,0.1575,0.6077,0,1,1,1,1,1,0.149658501,0,0.734310389,1,1,1,1,1,0.191179276,0,0.585457921,1,1,1,1,1,0.221412063,0,0.393668439,0.39369579,0.393617021
-7394,1,0.3238,1,1,1,1,1,1,1,1,0.15,0.3238,0,1,0.2779,1,1,1,1,1,1,0.1385,0.2779,0,1,0.6077,1,1,1,0.1149,0.6077,0,1,1,1,1,1,0.138938531,0,0.889521122,1,1,1,1,1,0.18181026,0,0.705019474,1,1,1,1,1,0.148590893,0,0.389076849,0.389041675,0.389184397
-7395,1,0.3237,1,1,1,1,1,1,1,1,0.131,0.3237,0,1,0.2779,1,1,1,1,1,1,0.1113,0.2779,0,1,0.6078,1,1,1,0.1066,0.6078,0,1,1,1,1,1,0.113944024,0,0.712677658,1,1,1,1,1,0.147331834,0,0.614840865,1,1,1,1,1,0.166952595,0,0.391795553,0.391791834,0.391843972
-7396,1,0.3236,1,1,1,1,1,1,1,1,0.1495,0.3236,0,1,0.2779,1,1,1,1,1,1,0.1534,0.2779,0,1,0.6078,1,1,1,0.1105,0.6078,0,1,1,1,1,1,0.128074795,0,0.504895389,1,1,1,1,1,0.177211016,0,0.519004464,1,1,1,1,1,0.165488154,0,0.40840986,0.408504337,0.408687943
-7397,1,0.3235,1,1,1,1,1,1,1,1,0.1654,0.3235,0,1,0.2779,1,1,1,1,1,1,0.1221,0.2779,0,1,0.6079,1,1,1,0.0773,0.6079,0,1,1,1,1,1,0.135324463,0,0.406212807,1,1,1,1,1,0.138923272,0,0.447366267,1,1,1,1,1,0.124882348,0,0.457225713,0.45716099,0.457446809
-7398,1,0.3235,1,1,1,1,1,1,1,1,0.1797,0.3235,0,1,0.2779,1,1,1,1,1,1,0.1442,0.2779,0,1,0.6079,1,1,1,0.0895,0.6079,0,1,1,1,1,1,0.190221503,0,0.446080923,1,1,1,1,1,0.156128988,0,0.451931715,1,1,1,1,1,0.13594088,0,0.537880619,0.537761794,0.538120567
-7399,1,0.3234,1,1,1,1,1,1,1,1,0.1706,0.3234,0.0742,1,0.2779,1,1,1,1,1,1,0.0421,0.2779,0.0593,1,0.6079,1,1,1,0.0672,0.6079,0.0627,1,1,1,1,1,0.084109992,0.18686229,0.749641538,1,1,1,1,1,0.051804654,0.140808433,0.716233015,1,1,1,1,1,0.105966136,0.228387266,0.581138231,0.581129681,0.581117021
-7400,1,0.3233,1,1,1,1,1,1,1,1,0.1653,0.3233,0.2679,1,0.2779,1,1,1,1,1,1,0.0454,0.2779,0.2818,1,0.608,1,1,1,0.0471,0.608,0.2723,1,1,1,1,1,0.05155297,0.452225596,0.797656298,1,1,1,1,1,0.054271761,0.468281925,0.656450808,1,1,1,1,1,0.072655976,0.477193177,0.591710971,0.591707214,0.591755319
-7401,1,0.3232,1,1,1,1,1,1,1,1,0.2037,0.3232,0.405,1,0.2779,1,1,1,1,1,1,0.1006,0.2779,0.4398,1,0.608,1,1,1,0.1221,0.608,0.3921,1,1,1,1,1,0.093947753,0.625724733,0.984730124,1,1,1,1,1,0.103341118,0.64045608,1,1,1,1,1,1,0.218660027,0.588491917,0.59660464,0.59678443,0.597074468
-7402,1,0.3231,1,1,1,1,1,1,1,1,0.1383,0.3231,0.494,1,0.2779,1,1,1,1,1,1,0.2009,0.2779,0.5087,1,0.608,1,1,1,0.0495,0.608,0.4405,1,1,1,1,1,0.113019057,0.690490961,1,1,1,1,1,1,0.196096033,0.679920018,1,1,1,1,1,1,0.086656354,0.56335783,0.597873369,0.597842183,0.597960993
-7403,1,0.3231,1,1,1,1,1,1,1,1,0.1505,0.3231,0.5344,1,0.2779,1,1,1,1,1,1,0.1826,0.2779,0.5117,1,0.6081,1,1,1,0.0591,0.6081,0.3728,1,1,1,1,1,0.099355444,0.705022693,1,1,1,1,1,1,0.170163989,0.679087341,1,1,1,1,1,1,0.111245573,0.534142435,0.595758821,0.595726677,0.595744681
-7404,1,0.323,1,1,1,1,1,1,1,1,0.1376,0.323,0.5662,1,0.2779,1,1,1,1,1,1,0.1561,0.2779,0.5315,1,0.6081,1,1,1,0.0434,0.6081,0.4059,1,1,1,1,1,0.123812005,0.72766149,0.788757145,1,1,1,1,1,0.148831055,0.697782159,0.703453958,1,1,1,1,1,0.077034801,0.514829636,0.590683905,0.590649461,0.590868794
-7405,1,0.3229,1,1,1,1,1,1,1,1,0.1451,0.3229,0.5347,1,0.2779,1,1,1,1,1,1,0.1275,0.2779,0.5213,1,0.6081,1,1,1,0.0536,0.6081,0.3601,1,1,1,1,1,0.130523503,0.687000751,0.946499228,1,1,1,1,1,0.123415299,0.672371805,0.884660006,1,1,1,1,1,0.096067443,0.529415309,0.586454809,0.586629998,0.58643617
-7406,1,0.3228,1,1,1,1,1,1,1,1,0.1679,0.3228,0.4517,1,0.2779,1,1,1,1,1,1,0.198,0.2779,0.4825,1,0.6082,1,1,1,0.0903,0.6082,0.3194,1,1,1,1,1,0.22492604,0.651691318,0.865123272,1,1,1,1,1,0.182612062,0.741494894,0.777006567,1,1,1,1,1,0.131938636,0.50940764,0.576546641,0.576687117,0.576684397
-7407,1,0.3227,1,1,1,1,1,1,1,1,0.2052,0.3227,0.3069,1,0.2779,1,1,1,1,1,1,0.2508,0.2779,0.3569,1,0.6082,1,1,1,0.124,0.6082,0.2219,1,1,1,1,1,0.286203384,0.526851714,0.772307813,1,1,1,1,1,0.247194394,0.624759555,0.970508456,1,1,1,1,1,0.182035163,0.393152297,0.581198647,0.581341231,0.581560284
-7408,1,0.3227,1,1,1,1,1,1,1,1,0.1345,0.3227,0.0925,1,0.2778,1,1,1,1,1,1,0.2887,0.2778,0.1384,1,0.6082,1,1,1,0.0736,0.6082,0.0222,1,1,1,1,1,0.163772896,0.249550149,0.493389606,1,1,1,1,1,0.265105367,0.332247227,0.627868891,1,1,1,1,1,0.126768604,0.070546776,0.623912518,0.623862915,0.624113475
-7409,1,0.3226,1,1,1,1,1,1,1,1,0.0863,0.3226,0,1,0.2778,1,1,1,1,1,1,0.0676,0.2778,0,1,0.6083,1,1,1,0.0642,0.6083,0,1,1,1,1,1,0.080205932,0,0.509002149,1,1,1,1,1,0.066249304,0,0.760357618,1,1,1,1,1,0.104143806,0,0.675507492,0.675481278,0.675531915
-7410,1,0.3225,1,1,1,1,1,1,1,1,0.0723,0.3225,0,1,0.2778,1,1,1,1,1,1,0.0137,0.2778,0,1,0.6083,1,1,1,0.0367,0.6083,0,1,1,1,1,1,0.050329532,0,0.605479658,1,1,1,1,1,0.020643398,0,0.891808927,1,1,1,1,1,0.062131446,0,0.672245046,0.672308018,0.672429078
-7411,1,0.3224,1,1,1,1,1,1,1,1,0.0744,0.3224,0,1,0.2778,1,1,1,1,1,1,0,0.2778,0,1,0.6084,1,1,1,0.022,0.6084,0,1,1,1,1,1,0.015000734,0,0.566978753,1,1,1,1,1,0.007939407,0,0.964278102,1,1,1,1,1,0.043473985,0,0.65381827,0.653691559,0.654255319
-7412,1,0.3223,1,1,1,1,1,1,1,1,0.0436,0.3223,0,1,0.2778,1,1,1,1,1,1,0,0.2778,0,1,0.6084,1,1,1,0.041,0.6084,0,1,1,1,1,1,0.001572278,0,0.651171803,1,1,1,1,1,0.006502986,0,0.914881468,1,1,1,1,1,0.093644649,0,0.625604157,0.625766871,0.625886525
-7413,1,0.3223,1,1,1,1,1,1,1,1,0.0403,0.3223,0,1,0.2778,1,1,1,1,1,1,0.0041,0.2778,0,1,0.6084,1,1,1,0.0259,0.6084,0,1,1,1,1,1,0.002975137,0,0.697888434,1,1,1,1,1,0.009876674,0,0.864118636,1,1,1,1,1,0.048443995,0,0.581742388,0.581764333,0.582003546
-7414,1,0.3222,1,1,1,1,1,1,1,1,0.0466,0.3222,0,1,0.2778,1,1,1,1,1,1,0.0048,0.2778,0,1,0.6085,1,1,1,0.0348,0.6085,0,1,1,1,1,1,0.003754643,0,0.782304049,1,1,1,1,1,0.007547234,0,0.91879046,1,1,1,1,1,0.080165721,0,0.528757854,0.528876666,0.528812057
-7415,1,0.3221,1,1,1,1,1,1,1,1,0.0353,0.3221,0,1,0.2778,1,1,1,1,1,1,0,0.2778,0,1,0.6085,1,1,1,0.0232,0.6085,0,1,1,1,1,1,0.00166474,0,0.999036968,1,1,1,1,1,0.001129702,0,1,1,1,1,1,1,0.056488398,0,0.480848236,0.480643114,0.480939716
-7416,1,0.322,1,1,1,1,1,1,1,1,0.0345,0.322,0,1,0.2778,1,1,1,1,1,1,0,0.2778,0,1,0.6085,1,1,1,0.0103,0.6085,0,1,1,1,1,1,0.001487917,0,0.734334946,1,1,1,1,1,0.00085173,0,0.920323372,1,1,1,1,1,0.028796682,0,0.451546641,0.451660673,0.451241135
-7417,1,0.3219,1,1,1,1,1,1,1,1,0.0289,0.3219,0,1,0.2778,1,1,1,1,1,1,0,0.2778,0,1,0.6086,1,1,1,0.0173,0.6086,0,1,1,1,1,1,0.001128316,0,0.350866973,1,1,1,1,1,0.000691281,0,0.666497231,1,1,1,1,1,0.040989105,0,0.43722813,0.437275227,0.437056738
-7418,1,0.3219,1,1,1,1,1,1,1,1,0.0188,0.3219,0,1,0.2778,1,1,1,1,1,1,0,0.2778,0,1,0.6086,1,1,1,0.025,0.6086,0,1,1,1,1,1,0.00070354,0,0.218872428,1,1,1,1,1,0.00081005,0,0.592223346,1,1,1,1,1,0.062482562,0,0.432334461,0.432409562,0.432624113
-7419,1,0.3218,1,1,1,1,1,1,1,1,0.0177,0.3218,0,1,0.2778,1,1,1,1,1,1,0,0.2778,0,1,0.6086,1,1,1,0.0186,0.6086,0,1,1,1,1,1,0.000581974,0,0.250030577,1,1,1,1,1,0.000596709,0,0.48606962,1,1,1,1,1,0.056091763,0,0.434388594,0.434313518,0.434397163
-7420,1,0.3217,1,1,1,1,1,1,1,1,0.0127,0.3217,0,1,0.2778,1,1,1,1,1,1,0,0.2778,0,1,0.6087,1,1,1,0.014,0.6087,0,1,1,1,1,1,0.000613066,0,0.106449693,1,1,1,1,1,0.00062099,0,0.517707825,1,1,1,1,1,0.047303513,0,0.449734171,0.449756717,0.449911348
-7421,1,0.3216,1,1,1,1,1,1,1,1,0.0132,0.3216,0,1,0.2778,1,1,1,1,1,1,0,0.2778,0,1,0.6087,1,1,1,0.0199,0.6087,0,1,1,1,1,1,0.000772398,0,0.108110145,1,1,1,1,1,0.000694931,0,0.569638491,1,1,1,1,1,0.060598116,0,0.497764621,0.497778718,0.497783688
-7422,1,0.3215,1,1,1,1,1,1,1,1,0.0127,0.3215,0,1,0.2778,1,1,1,1,1,1,0,0.2778,0,1,0.6087,1,1,1,0.0207,0.6087,0,1,1,1,1,1,0.000712493,0,0.073406212,1,1,1,1,1,0.001338915,0,0.591876984,1,1,1,1,1,0.069526441,0,0.566094732,0.566109583,0.566046099
-7423,1,0.3215,1,1,1,1,1,1,1,1,0.0099,0.3215,0.1203,1,0.2778,1,1,1,1,1,1,0,0.2778,0.1197,1,0.6088,1,1,1,0.0273,0.6088,0.0961,1,1,1,1,1,0.001356113,0.287670612,0.089237094,1,1,1,1,1,0.000592178,0.267056286,0.661522806,1,1,1,1,1,0.086660869,0.307199597,0.599987917,0.59995769,0.600177305
-7424,1,0.3214,1,1,1,1,1,1,1,1,0.0133,0.3214,0.3677,1,0.2778,1,1,1,1,1,1,0,0.2778,0.3695,1,0.6088,1,1,1,0.0612,0.6088,0.333,1,1,1,1,1,0.000554867,0.642778695,0.116577402,1,1,1,1,1,0.00050509,0.62523663,0.64848721,1,1,1,1,1,0.146115184,0.659978032,0.606089899,0.606092659,0.606382979
-7425,1,0.3213,1,1,1,1,1,1,1,1,0.0415,0.3213,0.564,1,0.2778,1,1,1,1,1,1,0,0.2778,0.5515,1,0.6089,1,1,1,0.1366,0.6089,0.4861,1,1,1,1,1,0.009852363,0.848859549,0.219812363,1,1,1,1,1,0.001077236,0.815557063,0.934818387,1,1,1,1,1,0.216660514,0.870420754,0.605304495,0.605246457,0.605496454
-7426,1,0.3212,1,1,1,1,1,1,1,1,0.0386,0.3212,0.647,1,0.2778,1,1,1,1,1,1,0.0334,0.2778,0.6482,1,0.6089,1,1,1,0.1064,0.6089,0.6095,1,1,1,1,1,0.01666153,0.917164266,0.521842301,1,1,1,1,1,0.038559459,0.909162402,1,1,1,1,1,1,0.206565455,0.928722143,0.603371194,0.603342501,0.603280142
-7427,1,0.3211,1,1,1,1,1,1,1,1,0.0029,0.3211,0.6568,1,0.2778,1,1,1,1,1,1,0.0262,0.2778,0.6544,1,0.6089,1,1,1,0.0829,0.6089,0.619,1,1,1,1,1,0.005343822,0.929813921,0.078077875,1,1,1,1,1,0.030763045,0.927735388,0.344141364,1,1,1,1,1,0.126852527,0.941291273,0.599625423,0.599746139,0.599734043
-7428,1,0.3211,1,1,1,1,1,1,1,1,0.0073,0.3211,0.654,1,0.2778,1,1,1,1,1,1,0,0.2778,0.6457,1,0.609,1,1,1,0.0932,0.609,0.6231,1,1,1,1,1,0.009547856,0.923870564,0.129743963,1,1,1,1,1,0.005091574,0.923616886,0.333499461,1,1,1,1,1,0.137214735,0.939400077,0.592617206,0.592764967,0.592641844
-7429,1,0.321,1,1,1,1,1,1,1,1,0,0.321,0.6313,1,0.2778,1,1,1,1,1,1,0,0.2778,0.6188,1,0.609,1,1,1,0.1134,0.609,0.5894,1,1,1,1,1,2.21E-06,0.887782395,0.103679277,1,1,1,1,1,0,0.895990133,0.094735093,1,1,1,1,1,0.150616378,0.900146008,0.587783954,0.587687751,0.58820922
-7430,1,0.3209,1,1,1,1,1,1,1,1,0,0.3209,0.5149,1,0.2777,1,1,1,1,1,1,0,0.2777,0.5342,1,0.609,1,1,1,0.0721,0.609,0.4898,1,1,1,1,1,1.56E-05,0.798085868,0.293805897,1,1,1,1,1,3.03E-05,0.817553163,0.322484314,1,1,1,1,1,0.0878295,0.793088734,0.582709038,0.582822086,0.582890071
-7431,1,0.3208,1,1,1,1,1,1,1,1,0,0.3208,0.3445,1,0.2777,1,1,1,1,1,1,0,0.2777,0.3765,1,0.6091,1,1,1,0.0521,0.6091,0.3138,1,1,1,1,1,1.27E-05,0.619573832,0.431411266,1,1,1,1,1,0.000106375,0.646079898,0.614299536,1,1,1,1,1,0.069850042,0.583604097,0.584521508,0.584514491,0.584663121
-7432,1,0.3207,1,1,1,1,1,1,1,1,0.0001,0.3207,0.1058,1,0.2777,1,1,1,1,1,1,0,0.2777,0.1393,1,0.6091,1,1,1,0.0264,0.6091,0.0447,1,1,1,1,1,3.67E-06,0.284519017,0.240078613,1,1,1,1,1,0,0.326729685,0.172406808,1,1,1,1,1,0.043746542,0.164342806,0.620529241,0.620478105,0.620567376
-7433,1,0.3206,1,1,1,1,1,1,1,1,0.0003,0.3206,0,1,0.2777,1,1,1,1,1,1,0,0.2777,0,1,0.6091,1,1,1,0.0048,0.6091,0,1,1,1,1,1,0,0,0.221029505,1,1,1,1,1,3.64E-05,0,0.158235341,1,1,1,1,1,0.016003123,0,0.676836636,0.676750582,0.677304965
-7434,1,0.3206,1,1,1,1,1,1,1,1,0.0034,0.3206,0,1,0.2777,1,1,1,1,1,1,0,0.2777,0,1,0.6092,1,1,1,0.0065,0.6092,0,1,1,1,1,1,5.53E-05,0,0.367919683,1,1,1,1,1,0.000337906,0,0.478627503,1,1,1,1,1,0.02038509,0,0.677501208,0.677596784,0.677748227
-7435,1,0.3205,1,1,1,1,1,1,1,1,0.0035,0.3205,0,1,0.2777,1,1,1,1,1,1,0,0.2777,0,1,0.6092,1,1,1,0.0017,0.6092,0,1,1,1,1,1,0.000242853,0,0.537322044,1,1,1,1,1,0.000483182,0,0.979415178,1,1,1,1,1,0.009186837,0,0.664209763,0.664269092,0.664450355
-7436,1,0.3204,1,1,1,1,1,1,1,1,0.004,0.3204,0,1,0.2777,1,1,1,1,1,1,0,0.2777,0,1,0.6093,1,1,1,0.0002,0.6093,0,1,1,1,1,1,0.000905657,0,0.97617507,1,1,1,1,1,0.000997856,0,1,1,1,1,1,1,0.001918873,0,0.637445626,0.637613708,0.637411348
-7437,1,0.3203,1,1,1,1,1,1,1,1,0.0063,0.3203,0,1,0.2777,1,1,1,1,1,1,0.0039,0.2777,0,1,0.6093,1,1,1,0.0003,0.6093,0,1,1,1,1,1,0.001104952,0,0.983554006,1,1,1,1,1,0.005926056,0,1,1,1,1,1,1,0.000742426,0,0.595819236,0.595726677,0.595744681
-7438,1,0.3202,1,1,1,1,1,1,1,1,0.035,0.3202,0,1,0.2777,1,1,1,1,1,1,0,0.2777,0,1,0.6093,1,1,1,0.0011,0.6093,0,1,1,1,1,1,0.002499526,0,1,1,1,1,1,1,0.006265486,0,1,1,1,1,1,1,0.001868162,0,0.543620106,0.543685213,0.543882979
-7439,1,0.3202,1,1,1,1,1,1,1,1,0.0293,0.3202,0,1,0.2777,1,1,1,1,1,1,0.0515,0.2777,0,1,0.6094,1,1,1,0.0013,0.6094,0,1,1,1,1,1,0.002157997,0,0.999834955,1,1,1,1,1,0.033703707,0,1,1,1,1,1,1,0.002051038,0,0.498670855,0.498624921,0.498670213
-7440,1,0.3201,1,1,1,1,1,1,1,1,0.0514,0.3201,0,1,0.2777,1,1,1,1,1,1,0.0649,0.2777,0,1,0.6094,1,1,1,0.0016,0.6094,0,1,1,1,1,1,0.003658617,0,1,1,1,1,1,1,0.043003578,0,1,1,1,1,1,1,0.003472014,0,0.475350411,0.475354347,0.475177305
-7441,1,0.32,1,1,1,1,1,1,1,1,0.092,0.32,0,1,0.2777,1,1,1,1,1,1,0.0855,0.2777,0,1,0.6094,1,1,1,0.0013,0.6094,0,1,1,1,1,1,0.007637535,0,1,1,1,1,1,1,0.068967976,0,1,1,1,1,1,1,0.002833485,0,0.4560174,0.455891686,0.456117021
-7442,1,0.3199,1,1,1,1,1,1,1,1,0.1185,0.3199,0,1,0.2777,1,1,1,1,1,1,0.1547,0.2777,0,1,0.6095,1,1,1,0.0018,0.6095,0,1,1,1,1,1,0.019452939,0,1,1,1,1,1,1,0.121507742,0,1,1,1,1,1,1,0.005673828,0,0.443330111,0.443410197,0.443262411
-7443,1,0.3198,1,1,1,1,1,1,1,1,0.2011,0.3198,0,1,0.2777,1,1,1,1,1,1,0.3019,0.2777,0,1,0.6095,1,1,1,0.0031,0.6095,0,1,1,1,1,1,0.046003982,0,1,1,1,1,1,1,0.229847819,0,1,1,1,1,1,1,0.009894622,0,0.44000725,0.440025386,0.440159574
-7444,1,0.3198,1,1,1,1,1,1,1,1,0.2535,0.3198,0,1,0.2777,1,1,1,1,1,1,0.3004,0.2777,0,1,0.6095,1,1,1,0.0027,0.6095,0,1,1,1,1,1,0.071499661,0,1,1,1,1,1,1,0.25141567,0,1,1,1,1,1,1,0.015389351,0,0.457104882,0.45716099,0.457446809
-7445,1,0.3197,1,1,1,1,1,1,1,1,0.3333,0.3197,0,1,0.2777,1,1,1,1,1,1,0.2639,0.2777,0,1,0.6096,1,1,1,0.0042,0.6096,0,1,1,1,1,1,0.118543409,0,1,1,1,1,1,1,0.245572329,0,1,1,1,1,1,1,0.026238728,0,0.499275012,0.499259573,0.499556738
-7446,1,0.3196,1,1,1,1,1,1,1,1,0.3702,0.3196,0,1,0.2777,1,1,1,1,1,1,0.1783,0.2777,0,1,0.6096,1,1,1,0.005,0.6096,0,1,1,1,1,1,0.124303877,0,1,1,1,1,1,1,0.195387542,0,1,1,1,1,1,1,0.029341923,0,0.575761237,0.575840914,0.575797872
-7447,1,0.3195,1,1,1,1,1,1,1,1,0.4531,0.3195,0,1,0.2777,1,1,1,1,1,1,0.2233,0.2777,0,1,0.6096,1,1,1,0.0058,0.6096,0.0473,1,1,1,1,1,0.167223349,0,1,1,1,1,1,1,0.20989275,0,1,1,1,1,1,1,0.026671063,0.071987912,0.611889802,0.611804527,0.611702128
-7448,1,0.3194,1,1,1,1,1,1,1,1,0.5378,0.3194,0.0754,1,0.2777,1,1,1,1,1,1,0.4832,0.2777,0.0735,1,0.6097,1,1,1,0.0085,0.6097,0.2885,1,1,1,1,1,0.297558069,0.106038421,0.871175766,1,1,1,1,1,0.440601438,0.11212834,1,1,1,1,1,1,0.036046855,0.152475208,0.625845819,0.625766871,0.626329787
-7449,1,0.3194,1,1,1,1,1,1,1,1,0.5572,0.3194,0.1703,1,0.2777,1,1,1,1,1,1,0.447,0.2777,0.159,1,0.6097,1,1,1,0.0401,0.6097,0.2521,1,1,1,1,1,0.343914717,0.219899535,0.966504455,1,1,1,1,1,0.40762946,0.264916122,1,1,1,1,1,1,0.053260475,0.27153632,0.634001933,0.634017347,0.634308511
-7450,1,0.3193,1,1,1,1,1,1,1,1,0.5929,0.3193,0.2229,1,0.2777,1,1,1,1,1,1,0.5639,0.2777,0.202,1,0.6098,1,1,1,0.0658,0.6098,0.3023,1,1,1,1,1,0.350613177,0.299896181,0.787388086,1,1,1,1,1,0.582203031,0.289029598,1,1,1,1,1,1,0.100549519,0.377781093,0.640043499,0.639940766,0.640070922
-7451,1,0.3192,1,1,1,1,1,1,1,1,0.6073,0.3192,0.2517,1,0.2777,1,1,1,1,1,1,0.5846,0.2777,0.2464,1,0.6098,1,1,1,0.1257,0.6098,0.3166,1,1,1,1,1,0.328802973,0.350502372,0,1,1,1,1,1,0.601856649,0.34578225,0,1,1,1,1,1,0.154710293,0.416699946,0.644997583,0.645017982,0.645390071
-7452,1,0.3191,1,1,1,1,1,1,1,1,0.6531,0.3191,0.272,1,0.2776,1,1,1,1,1,1,0.6231,0.2776,0.2483,1,0.6098,1,1,1,0.0816,0.6098,0.3384,1,1,1,1,1,0.405702382,0.356655687,0.056868747,1,1,1,1,1,0.681425512,0.373039097,0,1,1,1,1,1,0.125805721,0.368227571,0.644937168,0.644806431,0.645390071
-7453,1,0.319,1,1,1,1,1,1,1,1,0.6446,0.319,0.2366,1,0.2776,1,1,1,1,1,1,0.5639,0.2776,0.2166,1,0.6099,1,1,1,0.0896,0.6099,0.2447,1,1,1,1,1,0.370331347,0.323909611,0,1,1,1,1,1,0.599685431,0.329117358,0,1,1,1,1,1,0.159890473,0.343943328,0.647535041,0.64755659,0.648049645
-7454,1,0.319,1,1,1,1,1,1,1,1,0.6477,0.319,0.1811,1,0.2776,1,1,1,1,1,1,0.6292,0.2776,0.1683,1,0.6099,1,1,1,0.0758,0.6099,0.1971,1,1,1,1,1,0.395289391,0.246187627,0,1,1,1,1,1,0.632852018,0.239969254,0,1,1,1,1,1,0.120914854,0.249844804,0.649830836,0.649672096,0.649822695
-7455,1,0.3189,1,1,1,1,1,1,1,1,0.692,0.3189,0.0754,1,0.2776,1,1,1,1,1,1,0.5755,0.2776,0.0873,1,0.6099,1,1,1,0.1612,0.6099,0.0986,1,1,1,1,1,0.38571614,0.117775746,0,1,1,1,1,1,0.654685497,0.13042666,0,1,1,1,1,1,0.215382397,0.089424536,0.663122281,0.662999788,0.663120567
-7456,1,0.3188,1,1,1,1,1,1,1,1,0.6197,0.3188,0,1,0.2776,1,1,1,1,1,1,0.6202,0.2776,0,1,0.61,1,1,1,0.1019,0.61,0,1,1,1,1,1,0.287081659,0,0,1,1,1,1,1,0.650880635,5.19E-05,0,1,1,1,1,1,0.161472827,0,0.694417593,0.694520838,0.694592199
-7457,1,0.3187,1,1,1,1,1,1,1,1,0.6107,0.3187,0,1,0.2776,1,1,1,1,1,1,0.5854,0.2776,0,1,0.61,1,1,1,0.1356,0.61,0,1,1,1,1,1,0.308395356,0,0,1,1,1,1,1,0.622096181,0,0,1,1,1,1,1,0.228524894,0,0.726075399,0.726041887,0.72606383
-7458,1,0.3186,1,1,1,1,1,1,1,1,0.6778,0.3186,0,1,0.2776,1,1,1,1,1,1,0.6472,0.2776,0,1,0.61,1,1,1,0.1702,0.61,0,1,1,1,1,1,0.432493776,0,0.056868747,1,1,1,1,1,0.64161402,0,0,1,1,1,1,1,0.292559981,0,0.723840019,0.72371483,0.723847518
-7459,1,0.3186,1,1,1,1,1,1,1,1,0.632,0.3186,0,1,0.2776,1,1,1,1,1,1,0.5622,0.2776,0,1,0.6101,1,1,1,0.2914,0.6101,0,1,1,1,1,1,0.351967037,0,0.056868747,1,1,1,1,1,0.595370412,0,0,1,1,1,1,1,0.421117455,0,0.695746738,0.695790142,0.695921986
-7460,1,0.3185,1,1,1,1,1,1,1,1,0.6647,0.3185,0,1,0.2776,1,1,1,1,1,1,0.6975,0.2776,0,1,0.6101,1,1,1,0.2329,0.6101,0,1,1,1,1,1,0.388273746,0,0,1,1,1,1,1,0.727223992,0,0,1,1,1,1,1,0.358591974,0,0.66982842,0.66976941,0.670212766
-7461,1,0.3184,1,1,1,1,1,1,1,1,0.7641,0.3184,0,1,0.2776,1,1,1,1,1,1,0.768,0.2776,0,1,0.6101,1,1,1,0.2205,0.6101,0,1,1,1,1,1,0.512995481,0,0,1,1,1,1,1,0.763156414,0,0,1,1,1,1,1,0.341501176,0,0.616662639,0.616670193,0.616578014
-7462,1,0.3183,1,1,1,1,1,1,1,1,0.7939,0.3183,0,1,0.2776,1,1,1,1,1,1,0.6809,0.2776,0,1,0.6102,1,1,1,0.2429,0.6102,0,1,1,1,1,1,0.552690864,0,0,1,1,1,1,1,0.715430021,0,0,1,1,1,1,1,0.410583943,0,0.556367811,0.556378253,0.556737589
-7463,1,0.3182,1,1,1,1,1,1,1,1,0.8282,0.3182,0,1,0.2776,1,1,1,1,1,1,0.7191,0.2776,0,1,0.6102,1,1,1,0.1749,0.6102,0,1,1,1,1,1,0.597781837,0,0,1,1,1,1,1,0.72975719,0,0,1,1,1,1,1,0.342986941,0,0.506947801,0.506875397,0.507092199
-7464,1,0.3181,1,1,1,1,1,1,1,1,0.7308,0.3181,0,1,0.2776,1,1,1,1,1,1,0.6124,0.2776,0,1,0.6103,1,1,1,0.2027,0.6103,0,1,1,1,1,1,0.492218494,0,0,1,1,1,1,1,0.676432729,0,0,1,1,1,1,1,0.367439032,0,0.47202755,0.471969537,0.472074468
-7465,1,0.3181,1,1,1,1,1,1,1,1,0.7492,0.3181,0,1,0.2776,1,1,1,1,1,1,0.63,0.2776,0,1,0.6103,1,1,1,0.2624,0.6103,0,1,1,1,1,1,0.509703219,0,0,1,1,1,1,1,0.6793648,0,0,1,1,1,1,1,0.370946974,0,0.455534074,0.455680135,0.455673759
-7466,1,0.318,1,1,1,1,1,1,1,1,0.7872,0.318,0,1,0.2776,1,1,1,1,1,1,0.6763,0.2776,0,1,0.6103,1,1,1,0.2455,0.6103,0,1,1,1,1,1,0.600396514,0,0,1,1,1,1,1,0.714435756,0,0,1,1,1,1,1,0.334112406,0,0.447075882,0.447006558,0.447251773
-7467,1,0.3179,1,1,1,1,1,1,1,1,0.706,0.3179,0,1,0.2776,1,1,1,1,1,1,0.4614,0.2776,0,1,0.6104,1,1,1,0.2411,0.6104,0,1,1,1,1,1,0.427452266,0,0,1,1,1,1,1,0.53730458,0,1,1,1,1,1,1,0.344731867,0,0.447196713,0.447006558,0.447251773
-7468,1,0.3178,1,1,1,1,1,1,1,1,0.7395,0.3178,0,1,0.2776,1,1,1,1,1,1,0.4806,0.2776,0,1,0.6104,1,1,1,0.2262,0.6104,0,1,1,1,1,1,0.482182741,0,0.029079344,1,1,1,1,1,0.533926427,0,0.947643995,1,1,1,1,1,0.29842636,0,0.460367327,0.46033425,0.460549645
-7469,1,0.3177,1,1,1,1,1,1,1,1,0.6958,0.3177,0,1,0.2776,1,1,1,1,1,1,0.3217,0.2776,0,1,0.6104,1,1,1,0.2863,0.6104,0,1,1,1,1,1,0.404573917,0,0.131380737,1,1,1,1,1,0.386648178,0,1,1,1,1,1,1,0.356285691,0,0.503443693,0.503490586,0.503546099
-7470,1,0.3177,1,1,1,1,1,1,1,1,0.6963,0.3177,0,1,0.2776,1,1,1,1,1,1,0.3835,0.2776,0,1,0.6105,1,1,1,0.3358,0.6105,0,1,1,1,1,1,0.44469434,0,0.118076198,1,1,1,1,1,0.434239686,0,1,1,1,1,1,1,0.440172523,0,0.57280087,0.572667654,0.573138298
-7471,1,0.3176,1,1,1,1,1,1,1,1,0.6916,0.3176,0.0754,1,0.2776,1,1,1,1,1,1,0.3725,0.2776,0.0811,1,0.6105,1,1,1,0.283,0.6105,0.0105,1,1,1,1,1,0.403585017,0.201838911,0.236843511,1,1,1,1,1,0.434270859,0.178947404,1,1,1,1,1,1,0.371315598,0.188617453,0.614850169,0.614766237,0.615248227
-7472,1,0.3176,1,1,1,1,1,1,1,1,0.7186,0.3176,0.3018,1,0.2776,1,1,1,1,1,1,0.329,0.2776,0.315,1,0.6105,1,1,1,0.3111,0.6105,0.2156,1,1,1,1,1,0.476691544,0.536949992,0.252534181,1,1,1,1,1,0.3934412,0.489014894,1,1,1,1,1,1,0.421913803,0.557168961,0.63321653,0.633171144,0.633421986
-7473,1,0.3176,1,1,1,1,1,1,1,1,0.7319,0.3176,0.4624,1,0.2776,1,1,1,1,1,1,0.332,0.2776,0.4615,1,0.6105,1,1,1,0.2631,0.6105,0.3918,1,1,1,1,1,0.466518641,0.695318758,0.263765723,1,1,1,1,1,0.399892837,0.664715052,1,1,1,1,1,1,0.392384946,0.727560222,0.638835186,0.638671462,0.639184397
-7474,1,0.3176,1,1,1,1,1,1,1,1,0.68,0.3176,0.5456,1,0.2776,1,1,1,1,1,1,0.3934,0.2776,0.5131,1,0.6105,1,1,1,0.378,0.6105,0.5078,1,1,1,1,1,0.494095892,0.730005562,0.342356026,1,1,1,1,1,0.44203037,0.707842946,1,1,1,1,1,1,0.522787154,0.771544039,0.644453842,0.64438333,0.644503546
-7475,1,0.3176,1,1,1,1,1,1,1,1,0.7028,0.3176,0.5723,1,0.2776,1,1,1,1,1,1,0.5352,0.2776,0.5139,1,0.6105,1,1,1,0.3383,0.6105,0.5357,1,1,1,1,1,0.525452614,0.762519121,0.939870715,1,1,1,1,1,0.551296949,0.736974597,1,1,1,1,1,1,0.467108041,0.762729406,0.645541324,0.645652634,0.645833333
-7476,1,0.3176,1,1,1,1,1,1,1,1,0.7641,0.3176,0.5439,1,0.2776,1,1,1,1,1,1,0.7735,0.2776,0.5153,1,0.6105,1,1,1,0.3391,0.6105,0.5148,1,1,1,1,1,0.60972774,0.718420029,0.640613794,1,1,1,1,1,0.721122384,0.766082227,1,1,1,1,1,1,0.52324456,0.773860931,0.639922668,0.639940766,0.640070922
-7477,1,0.3176,1,1,1,1,1,1,1,1,0.6738,0.3176,0.5465,1,0.2776,1,1,1,1,1,1,0.7252,0.2776,0.509,1,0.6105,1,1,1,0.3616,0.6105,0.5004,1,1,1,1,1,0.475005895,0.721311271,0.771758795,1,1,1,1,1,0.688963294,0.768590271,1,1,1,1,1,1,0.513192654,0.757615447,0.638110198,0.63803681,0.638297872
-7478,1,0.3176,1,1,1,1,1,1,1,1,0.6343,0.3176,0.4733,1,0.2776,1,1,1,1,1,1,0.5894,0.2776,0.4547,1,0.6105,1,1,1,0.3564,0.6105,0.4001,1,1,1,1,1,0.443549216,0.688187301,0.479728997,1,1,1,1,1,0.543582439,0.711389065,1,1,1,1,1,1,0.486529261,0.620295763,0.632551957,0.632536492,0.632978723
-7479,1,0.3176,1,1,1,1,1,1,1,1,0.6156,0.3176,0.3251,1,0.2776,1,1,1,1,1,1,0.5752,0.2776,0.3242,1,0.6105,1,1,1,0.3601,0.6105,0.1832,1,1,1,1,1,0.405763149,0.551825523,0.554005265,1,1,1,1,1,0.517555475,0.55380702,1,1,1,1,1,1,0.460318178,0.376808941,0.636660222,0.636767506,0.636968085
-7480,1,0.3176,1,1,1,1,1,1,1,1,0.6309,0.3176,0.0921,1,0.2776,1,1,1,1,1,1,0.5438,0.2776,0.107,1,0.6105,1,1,1,0.2679,0.6105,0.0001,1,1,1,1,1,0.49333638,0.250603616,1,1,1,1,1,1,0.504542828,0.226200476,1,1,1,1,1,1,0.284740597,0.001401593,0.670553407,0.670615612,0.671099291
-7481,1,0.3176,1,1,1,1,1,1,1,1,0.5633,0.3176,0,1,0.2776,1,1,1,1,1,1,0.6635,0.2776,0,1,0.6105,1,1,1,0.2655,0.6105,0,1,1,1,1,1,0.471384078,0,1,1,1,1,1,1,0.604539692,0,1,1,1,1,1,1,0.280232221,0,0.699432093,0.699598054,0.699911348
-7482,1,0.3176,1,1,1,1,1,1,1,1,0.5933,0.3176,0,1,0.2776,1,1,1,1,1,1,0.7354,0.2776,0,1,0.6105,1,1,1,0.2517,0.6105,0,1,1,1,1,1,0.464427084,0,1,1,1,1,1,1,0.652480662,0,1,1,1,1,1,1,0.276934415,0,0.690188497,0.690078274,0.690159574
-7483,1,0.3176,1,1,1,1,1,1,1,1,0.4971,0.3176,0,1,0.2776,1,1,1,1,1,1,0.5047,0.2776,0,1,0.6105,1,1,1,0.2364,0.6105,0,1,1,1,1,1,0.396670163,0,1,1,1,1,1,1,0.461633623,0,1,1,1,1,1,1,0.228432268,0,0.671942968,0.671884916,0.671985816
-7484,1,0.3176,1,1,1,1,1,1,1,1,0.4483,0.3176,0,1,0.2776,1,1,1,1,1,1,0.4577,0.2776,0,1,0.6105,1,1,1,0.2574,0.6105,0,1,1,1,1,1,0.349540681,0,1,1,1,1,1,1,0.401637495,0,1,1,1,1,1,1,0.316970795,0,0.643366361,0.643537127,0.643617021
-7485,1,0.3176,1,1,1,1,1,1,1,1,0.4122,0.3176,0,1,0.2776,1,1,1,1,1,1,0.6369,0.2776,0,1,0.6105,1,1,1,0.2015,0.6105,0,1,1,1,1,1,0.359978765,0,1,1,1,1,1,1,0.539123893,0,1,1,1,1,1,1,0.227881879,0,0.595758821,0.595726677,0.595744681
-7486,1,0.3176,1,1,1,1,1,1,1,1,0.402,0.3176,0,1,0.2776,1,1,1,1,1,1,0.5417,0.2776,0,1,0.6105,1,1,1,0.259,0.6105,0,1,1,1,1,1,0.335201204,0,1,1,1,1,1,1,0.505688608,0,1,1,1,1,1,1,0.286730349,0,0.539028516,0.539031098,0.539007092
-7487,1,0.3176,1,1,1,1,1,1,1,1,0.3171,0.3176,0,1,0.2776,1,1,1,1,1,1,0.3002,0.2776,0,1,0.6105,1,1,1,0.2161,0.6105,0,1,1,1,1,1,0.177254319,0,1,1,1,1,1,1,0.276463449,0,1,1,1,1,1,1,0.3042579,0,0.487554374,0.487624286,0.487588652
-7488,1,0.3176,1,1,1,1,1,1,1,1,0.3213,0.3176,0,1,0.2776,1,1,1,1,1,1,0.4034,0.2776,0,1,0.6105,1,1,1,0.2089,0.6105,0,1,1,1,1,1,0.290199041,0,1,1,1,1,1,1,0.354082853,0,1,1,1,1,1,1,0.299822271,0,0.456802803,0.456737889,0.457003546
-7489,1,0.3176,1,1,1,1,1,1,1,1,0.3207,0.3176,0,1,0.2776,1,1,1,1,1,1,0.364,0.2776,0,1,0.6105,1,1,1,0.244,0.6105,0,1,1,1,1,1,0.323357135,0,1,1,1,1,1,1,0.317643613,0,1,1,1,1,1,1,0.324003726,0,0.439523925,0.439602285,0.439716312
-7490,1,0.3176,1,1,1,1,1,1,1,1,0.3216,0.3176,0,1,0.2776,1,1,1,1,1,1,0.3533,0.2776,0,1,0.6105,1,1,1,0.268,0.6105,0,1,1,1,1,1,0.33846119,0,1,1,1,1,1,1,0.290661395,0,1,1,1,1,1,1,0.34409821,0,0.430340744,0.430294055,0.430407801
-7491,1,0.3176,1,1,1,1,1,1,1,1,0.3198,0.3176,0,1,0.2776,1,1,1,1,1,1,0.3899,0.2776,0,1,0.6105,1,1,1,0.2538,0.6105,0,1,1,1,1,1,0.301310211,0,1,1,1,1,1,1,0.325939834,0,1,1,1,1,1,1,0.305018723,0,0.429676172,0.429870954,0.429964539
-7492,1,0.3176,1,1,1,1,1,1,1,1,0.2482,0.3176,0,1,0.2776,1,1,1,1,1,1,0.2706,0.2776,0,1,0.6105,1,1,1,0.2285,0.6105,0,1,1,1,1,1,0.207706138,0,1,1,1,1,1,1,0.232004955,0,1,1,1,1,1,1,0.322601944,0,0.443330111,0.443410197,0.443262411
-7493,1,0.3176,1,1,1,1,1,1,1,1,0.2674,0.3176,0,1,0.2776,1,1,1,1,1,1,0.2711,0.2776,0,1,0.6105,1,1,1,0.2439,0.6105,0,1,1,1,1,1,0.258427799,0,1,1,1,1,1,1,0.224324167,0,1,1,1,1,1,1,0.357778579,0,0.486950217,0.486989634,0.48714539
-7494,1,0.3176,1,1,1,1,1,1,1,1,0.2144,0.3176,0,1,0.2776,1,1,1,1,1,1,0.2999,0.2776,0,1,0.6105,1,1,1,0.298,0.6105,0,1,1,1,1,1,0.170203984,0,1,1,1,1,1,1,0.25357455,0,1,1,1,1,1,1,0.45812723,0,0.558119865,0.558070658,0.558067376
-7495,1,0.3176,1,1,1,1,1,1,1,1,0.227,0.3176,0.1146,1,0.2776,1,1,1,1,1,1,0.1464,0.2776,0.1194,1,0.6105,1,1,1,0.2481,0.6105,0.0661,1,1,1,1,1,0.182065144,0.290174007,1,1,1,1,1,1,0.127006799,0.274550021,1,1,1,1,1,1,0.413599432,0.242908955,0.5929797,0.592976518,0.593085106
-7496,1,0.3176,1,1,1,1,1,1,1,1,0.2479,0.3176,0.3642,1,0.2776,1,1,1,1,1,1,0.1783,0.2776,0.3723,1,0.6105,1,1,1,0.2401,0.6105,0.3148,1,1,1,1,1,0.144434914,0.643684447,1,1,1,1,1,1,0.139156088,0.635763168,1,1,1,1,1,1,0.401438028,0.612474918,0.599142098,0.599111487,0.59929078
-7497,1,0.3176,1,1,1,1,1,1,1,1,0.2493,0.3176,0.5442,1,0.2776,1,1,1,1,1,1,0.4302,0.2776,0.5492,1,0.6105,1,1,1,0.2755,0.6105,0.4907,1,1,1,1,1,0.188207686,0.837188721,1,1,1,1,1,1,0.340757936,0.838274717,1,1,1,1,1,1,0.399977952,0.821638227,0.598477525,0.598476835,0.598847518
-7498,1,0.3176,1,1,1,1,1,1,1,1,0.2456,0.3176,0.664,1,0.2776,1,1,1,1,1,1,0.4738,0.2776,0.658,1,0.6105,1,1,1,0.3511,0.6105,0.5744,1,1,1,1,1,0.224030912,0.929906189,1,1,1,1,1,1,0.380016983,0.937011063,1,1,1,1,1,1,0.527143836,0.912098646,0.597450459,0.597419082,0.59751773
-7499,1,0.3176,1,1,1,1,1,1,1,1,0.2691,0.3176,0.6788,1,0.2776,1,1,1,1,1,1,0.4322,0.2776,0.6819,1,0.6105,1,1,1,0.2829,0.6105,0.5319,1,1,1,1,1,0.249119416,0.934536517,1,1,1,1,1,1,0.367678404,0.964340448,1,1,1,1,1,1,0.397162378,0.915332019,0.592073465,0.592130315,0.592198582
-7500,1,0.3176,1,1,1,1,1,1,1,1,0.337,0.3176,0.6688,1,0.2776,1,1,1,1,1,1,0.3562,0.2776,0.6813,1,0.6105,1,1,1,0.2843,0.6105,0.6425,1,1,1,1,1,0.320467174,0.934483647,1,1,1,1,1,1,0.328398347,0.955355287,1,1,1,1,1,1,0.428150564,0.889630079,0.581561141,0.581764333,0.582003546
-7501,1,0.3176,1,1,1,1,1,1,1,1,0.3631,0.3176,0.6519,1,0.2776,1,1,1,1,1,1,0.5063,0.2776,0.6575,1,0.6105,1,1,1,0.2578,0.6105,0.6237,1,1,1,1,1,0.455210775,0.914268792,0.994814515,1,1,1,1,1,0.427772671,0.916801691,1,1,1,1,1,1,0.393815964,0.889796197,0.576123731,0.576052465,0.576241135
-7502,1,0.3176,1,1,1,1,1,1,1,1,0.4041,0.3176,0.5274,1,0.2776,1,1,1,1,1,1,0.5582,0.2776,0.535,1,0.6105,1,1,1,0.2744,0.6105,0.4575,1,1,1,1,1,0.511824429,0.812376499,0.918370605,1,1,1,1,1,0.472223759,0.803783059,1,1,1,1,1,1,0.487813979,0.777929842,0.569659256,0.569705945,0.569592199
-7503,1,0.3176,1,1,1,1,1,1,1,1,0.2925,0.3176,0.346,1,0.2776,1,1,1,1,1,1,0.4935,0.2776,0.3735,1,0.6105,1,1,1,0.2016,0.6105,0.2779,1,1,1,1,1,0.350094885,0.614747405,0.951108932,1,1,1,1,1,0.424687415,0.637321353,1,1,1,1,1,1,0.367781311,0.565600514,0.569538424,0.569494394,0.569592199
-7504,1,0.3176,1,1,1,1,1,1,1,1,0.1437,0.3176,0.103,1,0.2776,1,1,1,1,1,1,0.1978,0.2776,0.1357,1,0.6105,1,1,1,0.1265,0.6105,0.0063,1,1,1,1,1,0.190849289,0.278428733,0.721860945,1,1,1,1,1,0.192580894,0.315920413,1,1,1,1,1,1,0.249347225,0.142506674,0.601437893,0.601438545,0.601507092
-7505,1,0.3176,1,1,1,1,1,1,1,1,0.0584,0.3176,0,1,0.2776,1,1,1,1,1,1,0.1263,0.2776,0,1,0.6105,1,1,1,0.1467,0.6105,0,1,1,1,1,1,0.091666855,0,0.598736525,1,1,1,1,1,0.114789315,0,1,1,1,1,1,1,0.286376595,0,0.643245529,0.643325576,0.643617021
-7506,1,0.3176,1,1,1,1,1,1,1,1,0.03,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0681,0.2776,0,1,0.6105,1,1,1,0.1071,0.6105,0,1,1,1,1,1,0.03453416,0,0.658449292,1,1,1,1,1,0.061484296,0,0.95112735,1,1,1,1,1,0.236751646,0,0.634787337,0.634651999,0.635195035
-7507,1,0.3176,1,1,1,1,1,1,1,1,0.028,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0781,0.2776,0,1,0.6105,1,1,1,0.0921,0.6105,0,1,1,1,1,1,0.018165961,0,0.99940604,1,1,1,1,1,0.070848942,0,1,1,1,1,1,1,0.188022733,0,0.614548091,0.614766237,0.614804965
-7508,1,0.3176,1,1,1,1,1,1,1,1,0.0153,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0095,0.2776,0,1,0.6105,1,1,1,0.0969,0.6105,0,1,1,1,1,1,0.010491074,0,0.998644173,1,1,1,1,1,0.011867158,0,1,1,1,1,1,1,0.21884568,0,0.591348478,0.591284113,0.591312057
-7509,1,0.3176,1,1,1,1,1,1,1,1,0.021,0.3176,0,1,0.2776,1,1,1,1,1,1,0.006,0.2776,0,1,0.6105,1,1,1,0.1007,0.6105,0,1,1,1,1,1,0.016117765,0,1,1,1,1,1,1,0.005259955,0,0.903992772,1,1,1,1,1,0.224586725,0,0.557817786,0.557859107,0.558067376
-7510,1,0.3176,1,1,1,1,1,1,1,1,0.0245,0.3176,0,1,0.2776,1,1,1,1,1,1,0.016,0.2776,0,1,0.6105,1,1,1,0.1301,0.6105,0,1,1,1,1,1,0.029930213,0,0.831316352,1,1,1,1,1,0.013582618,0,0.474435389,1,1,1,1,1,0.273832023,0,0.514439343,0.514491221,0.51462766
-7511,1,0.3176,1,1,1,1,1,1,1,1,0.012,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0097,0.2776,0,1,0.6105,1,1,1,0.1162,0.6105,0,1,1,1,1,1,0.01478665,0,0.646814704,1,1,1,1,1,0.008616789,0,0.396785617,1,1,1,1,1,0.273560286,0,0.470940068,0.470911783,0.470744681
-7512,1,0.3176,1,1,1,1,1,1,1,1,0.0099,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0198,0.2776,0,1,0.6105,1,1,1,0.0668,0.6105,0,1,1,1,1,1,0.008361326,0,0.395174116,1,1,1,1,1,0.016062221,0,0.270649761,1,1,1,1,1,0.204239815,0,0.437288545,0.437275227,0.4375
-7513,1,0.3176,1,1,1,1,1,1,1,1,0.0331,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0146,0.2776,0,1,0.6105,1,1,1,0.0583,0.6105,0,1,1,1,1,1,0.025971293,0,0.218468875,1,1,1,1,1,0.014775098,0,0.189873829,1,1,1,1,1,0.191891864,0,0.419647173,0.419716522,0.419769504
-7514,1,0.3176,1,1,1,1,1,1,1,1,0.0381,0.3176,0,1,0.2776,1,1,1,1,1,1,0.004,0.2776,0,1,0.6105,1,1,1,0.1087,0.6105,0,1,1,1,1,1,0.027333055,0,0.262825966,1,1,1,1,1,0.004183273,0,0.206685096,1,1,1,1,1,0.305942357,0,0.40937651,0.409350539,0.409131206
-7515,1,0.3176,1,1,1,1,1,1,1,1,0.0278,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0018,0.2776,0,1,0.6105,1,1,1,0.1358,0.6105,0,1,1,1,1,1,0.012067519,0,0.512791336,1,1,1,1,1,0.002997318,0,0.20606257,1,1,1,1,1,0.391626626,0,0.405751571,0.405754178,0.405585106
-7516,1,0.3176,1,1,1,1,1,1,1,1,0.015,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0026,0.2776,0,1,0.6105,1,1,1,0.2086,0.6105,0,1,1,1,1,1,0.00521395,0,0.731600463,1,1,1,1,1,0.002543801,0,0.271749765,1,1,1,1,1,0.445691943,0,0.411068149,0.411042945,0.411347518
-7517,1,0.3176,1,1,1,1,1,1,1,1,0.0097,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.2624,0.6105,0,1,1,1,1,1,0.004189341,0,0.624051213,1,1,1,1,1,0.000904943,0,0.171903148,1,1,1,1,1,0.515833557,0,0.428769937,0.428813201,0.428634752
-7518,1,0.3176,1,1,1,1,1,1,1,1,0.0128,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.3234,0.6105,0,1,1,1,1,1,0.00646651,0,0.57257843,1,1,1,1,1,0.000504076,0,0.124308631,1,1,1,1,1,0.600060344,0,0.456561141,0.456526338,0.456560284
-7519,1,0.3176,1,1,1,1,1,1,1,1,0.0098,0.3176,0.1056,1,0.2776,1,1,1,1,1,1,0,0.2776,0.0757,1,0.6105,1,1,1,0.1808,0.6105,0.0722,1,1,1,1,1,0.009702927,0.24833551,0.687819779,1,1,1,1,1,0.000307811,0.144890159,0.205146611,1,1,1,1,1,0.316925913,0.299202561,0.489366844,0.489316691,0.489361702
-7520,1,0.3176,1,1,1,1,1,1,1,1,0.0213,0.3176,0.3458,1,0.2776,1,1,1,1,1,1,0.0038,0.2776,0.3169,1,0.6105,1,1,1,0.2007,0.6105,0.3307,1,1,1,1,1,0.020388998,0.602988482,0.899078429,1,1,1,1,1,0.003929216,0.465252459,0.475726217,1,1,1,1,1,0.293655455,0.648409545,0.521930884,0.521895494,0.522163121
-7521,1,0.3176,1,1,1,1,1,1,1,1,0.053,0.3176,0.5296,1,0.2776,1,1,1,1,1,1,0.0172,0.2776,0.4553,1,0.6105,1,1,1,0.3611,0.6105,0.5099,1,1,1,1,1,0.065264709,0.801499486,1,1,1,1,1,1,0.011203337,0.634507596,0.721321702,1,1,1,1,1,0.468990594,0.832471311,0.537034799,0.537127142,0.537234043
-7522,1,0.3176,1,1,1,1,1,1,1,1,0.1358,0.3176,0.648,1,0.2776,1,1,1,1,1,1,0.0369,0.2776,0.5969,1,0.6105,1,1,1,0.2812,0.6105,0.6434,1,1,1,1,1,0.162715718,0.907175601,0.677998066,1,1,1,1,1,0.027042083,0.841716647,0.296563089,1,1,1,1,1,0.384140372,0.924002469,0.538122281,0.538184895,0.538120567
-7523,1,0.3176,1,1,1,1,1,1,1,1,0.1016,0.3176,0.6685,1,0.2776,1,1,1,1,1,1,0.0027,0.2776,0.6605,1,0.6105,1,1,1,0.2406,0.6105,0.6619,1,1,1,1,1,0.11712271,0.935914338,0.440151691,1,1,1,1,1,0.00230452,0.919115424,0.180687189,1,1,1,1,1,0.333318561,0.949095607,0.531718221,0.531626825,0.531914894
-7524,1,0.3176,1,1,1,1,1,1,1,1,0.065,0.3176,0.667,1,0.2776,1,1,1,1,1,1,0.0016,0.2776,0.6424,1,0.6105,1,1,1,0.1342,0.6105,0.6608,1,1,1,1,1,0.087961055,0.934664488,0.223750368,1,1,1,1,1,0.001425902,0.915120602,0.212524086,1,1,1,1,1,0.17049627,0.935821533,0.522051716,0.521895494,0.522163121
-7525,1,0.3176,1,1,1,1,1,1,1,1,0.0488,0.3176,0.6408,1,0.2776,1,1,1,1,1,1,0,0.2776,0.6343,1,0.6105,1,1,1,0.1367,0.6105,0.6266,1,1,1,1,1,0.049111914,0.895930588,0.236266643,1,1,1,1,1,0.001005075,0.876069009,0.180401057,1,1,1,1,1,0.166276798,0.894220233,0.511962301,0.511952613,0.511968085
-7526,1,0.3176,1,1,1,1,1,1,1,1,0.0102,0.3176,0.5113,1,0.2776,1,1,1,1,1,1,0,0.2776,0.5214,1,0.6105,1,1,1,0.1135,0.6105,0.4879,1,1,1,1,1,0.019246034,0.785674214,0.253804684,1,1,1,1,1,4.24E-05,0.778861463,0.084475912,1,1,1,1,1,0.151289478,0.774733365,0.50598115,0.506029194,0.506205674
-7527,1,0.3176,1,1,1,1,1,1,1,1,0.0029,0.3176,0.3324,1,0.2776,1,1,1,1,1,1,0,0.2776,0.3438,1,0.6105,1,1,1,0.1036,0.6105,0.2894,1,1,1,1,1,0.005744796,0.585169435,0.173307166,1,1,1,1,1,3.34E-05,0.566030085,0.046777491,1,1,1,1,1,0.137913004,0.553236067,0.510089415,0.510048657,0.510195035
-7528,1,0.3176,1,1,1,1,1,1,1,1,0.0005,0.3176,0.0819,1,0.2776,1,1,1,1,1,1,0,0.2776,0.0846,1,0.6105,1,1,1,0.0281,0.6105,0.0309,1,1,1,1,1,0,0.207483873,0.100168273,1,1,1,1,1,3.10E-05,0.207325593,0.01898665,1,1,1,1,1,0.049170788,0.075342536,0.550265829,0.550243283,0.550531915
-7529,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0025,0.6105,0,1,1,1,1,1,0,0,0.026701465,1,1,1,1,1,0,0,0,1,1,1,1,1,0.005391371,0,0.594429676,0.594457373,0.594858156
-7530,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0042,0.6105,0,1,1,1,1,1,2.93E-05,0,0.027426422,1,1,1,1,1,0,0,0,1,1,1,1,1,0.011009205,0,0.586515225,0.586629998,0.58643617
-7531,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.006,0.6105,0,1,1,1,1,1,0.00013781,0,0.024844799,1,1,1,1,1,0,0,0,1,1,1,1,1,0.022568308,0,0.569357177,0.569282843,0.569592199
-7532,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0044,0.6105,0,1,1,1,1,1,0,0,0.069143958,1,1,1,1,1,5.18E-05,0,0.023746599,1,1,1,1,1,0.022018487,0,0.549903335,0.549820182,0.550088652
-7533,1,0.3176,1,1,1,1,1,1,1,1,0.0004,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0005,0.6105,0,1,1,1,1,1,2.13E-05,0,0.11680916,1,1,1,1,1,3.12E-05,0,0.052298434,1,1,1,1,1,0.012149535,0,0.522716288,0.522741697,0.523049645
-7534,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,1.29E-05,0,0.054252561,1,1,1,1,1,3.76E-05,0,0.111615717,1,1,1,1,1,0.013262274,0,0.487433543,0.487412735,0.48714539
-7535,1,0.3176,1,1,1,1,1,1,1,1,0.0004,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,4.43E-05,0,0.054725181,1,1,1,1,1,0.000101994,0,0.332874089,1,1,1,1,1,0.002503358,0,0.449794587,0.449756717,0.449911348
-7536,1,0.3176,1,1,1,1,1,1,1,1,0.0001,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000623954,0,0.051925384,1,1,1,1,1,7.55E-06,0,0.40308091,1,1,1,1,1,0.001356504,0,0.421278395,0.421197377,0.421542553
-7537,1,0.3176,1,1,1,1,1,1,1,1,0.0005,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000151649,0,0.051424559,1,1,1,1,1,0,0,0.080082461,1,1,1,1,1,0.001018214,0,0.402549541,0.402580918,0.40248227
-7538,1,0.3176,1,1,1,1,1,1,1,1,0.0016,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,8.44E-06,0,0.039286811,1,1,1,1,1,3.93E-05,0,0.137596875,1,1,1,1,1,0.000810961,0,0.392097632,0.392003385,0.392287234
-7539,1,0.3176,1,1,1,1,1,1,1,1,0.0014,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,3.98E-05,0,0.085051067,1,1,1,1,1,0.000136831,0,0.307636142,1,1,1,1,1,0.001479646,0,0.38738521,0.38734927,0.387411348
-7540,1,0.3176,1,1,1,1,1,1,1,1,0.002,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000300023,0,0.097087815,1,1,1,1,1,4.50E-06,0,0.116276704,1,1,1,1,1,0.001815678,0,0.389862252,0.389676327,0.390070922
-7541,1,0.3176,1,1,1,1,1,1,1,1,0.0023,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000217057,0,0.028969437,1,1,1,1,1,0.000973011,0,0.056932464,1,1,1,1,1,0.00180433,0,0.400374577,0.400465411,0.40070922
-7542,1,0.3176,1,1,1,1,1,1,1,1,0.004,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0011,0.6105,0,1,1,1,1,1,0.000237568,0,0.081375808,1,1,1,1,1,0.001545815,0,0.016028797,1,1,1,1,1,0.010145224,0,0.419284679,0.419293421,0.419326241
-7543,1,0.3176,1,1,1,1,1,1,1,1,0.0122,0.3176,0.0737,1,0.2776,1,1,1,1,1,1,0,0.2776,0.071,1,0.6105,1,1,1,0.0014,0.6105,0.0454,1,1,1,1,1,0.001861355,0.158864632,0.060834274,1,1,1,1,1,0.003265554,0.174743444,0,1,1,1,1,1,0.01000602,0.256563157,0.447196713,0.447006558,0.447251773
-7544,1,0.3176,1,1,1,1,1,1,1,1,0.0382,0.3176,0.3074,1,0.2776,1,1,1,1,1,1,0,0.2776,0.3276,1,0.6105,1,1,1,0.0033,0.6105,0.2983,1,1,1,1,1,0.015053151,0.515102267,0.112581924,1,1,1,1,1,0.000226491,0.563043654,0,1,1,1,1,1,0.014455817,0.564115226,0.483264862,0.483181722,0.483156028
-7545,1,0.3176,1,1,1,1,1,1,1,1,0.0911,0.3176,0.4571,1,0.2776,1,1,1,1,1,1,0.0061,0.2776,0.4827,1,0.6105,1,1,1,0.0042,0.6105,0.4196,1,1,1,1,1,0.041860852,0.670570076,0.153066099,1,1,1,1,1,0.003415165,0.72126478,0.040620159,1,1,1,1,1,0.024644073,0.640176713,0.504168681,0.504125238,0.504432624
-7546,1,0.3176,1,1,1,1,1,1,1,1,0.1228,0.3176,0.5656,1,0.2776,1,1,1,1,1,1,0.043,0.2776,0.5614,1,0.6105,1,1,1,0.0073,0.6105,0.4705,1,1,1,1,1,0.05390837,0.730561376,0.219231501,1,1,1,1,1,0.03990636,0.831764042,0.152913362,1,1,1,1,1,0.029825799,0.683899879,0.511962301,0.511952613,0.511968085
-7547,1,0.3176,1,1,1,1,1,1,1,1,0.1602,0.3176,0.5666,1,0.2776,1,1,1,1,1,1,0.076,0.2776,0.5822,1,0.6105,1,1,1,0.0149,0.6105,0.4422,1,1,1,1,1,0.097953431,0.728638113,0.127308339,1,1,1,1,1,0.083892621,0.906008124,0.151865214,1,1,1,1,1,0.035292696,0.687876403,0.514016433,0.513856569,0.514184397
-7548,1,0.3176,1,1,1,1,1,1,1,1,0.1471,0.3176,0.5863,1,0.2776,1,1,1,1,1,1,0.1036,0.2776,0.6355,1,0.6105,1,1,1,0.0156,0.6105,0.4662,1,1,1,1,1,0.071173713,0.801793396,0.052509114,1,1,1,1,1,0.115606174,0.921847701,0.140122786,1,1,1,1,1,0.028543636,0.719063878,0.512989367,0.512798815,0.51285461
-7549,1,0.3176,1,1,1,1,1,1,1,1,0.153,0.3176,0.5924,1,0.2776,1,1,1,1,1,1,0.0972,0.2776,0.639,1,0.6105,1,1,1,0.0121,0.6105,0.4986,1,1,1,1,1,0.085245989,0.859282434,0.04614481,1,1,1,1,1,0.107933715,0.905330718,0.156217799,1,1,1,1,1,0.027994666,0.759703934,0.506162397,0.506240745,0.506205674
-7550,1,0.3176,1,1,1,1,1,1,1,1,0.1272,0.3176,0.503,1,0.2776,1,1,1,1,1,1,0.1004,0.2776,0.5314,1,0.6105,1,1,1,0.0133,0.6105,0.4138,1,1,1,1,1,0.100926697,0.785133064,0.025960956,1,1,1,1,1,0.111904636,0.809775651,0.159962565,1,1,1,1,1,0.033184368,0.615752578,0.500302078,0.500317326,0.5
-7551,1,0.3176,1,1,1,1,1,1,1,1,0.1139,0.3176,0.3328,1,0.2776,1,1,1,1,1,1,0.1246,0.2776,0.3618,1,0.6105,1,1,1,0.0072,0.6105,0.2697,1,1,1,1,1,0.087412022,0.594952703,0.08269909,1,1,1,1,1,0.138943538,0.624310017,0.331665456,1,1,1,1,1,0.012871744,0.446720958,0.502356211,0.502432833,0.502216312
-7552,1,0.3176,1,1,1,1,1,1,1,1,0.077,0.3176,0.0969,1,0.2776,1,1,1,1,1,1,0.0514,0.2776,0.1279,1,0.6105,1,1,1,0.0046,0.6105,0.0323,1,1,1,1,1,0.038453266,0.262965113,0.111151576,1,1,1,1,1,0.06071151,0.303687632,0.348359972,1,1,1,1,1,0.016140306,0.062243983,0.543801353,0.543685213,0.543882979
-7553,1,0.3176,1,1,1,1,1,1,1,1,0.063,0.3176,0,1,0.2776,1,1,1,1,1,1,0.036,0.2776,0,1,0.6105,1,1,1,0.0023,0.6105,0,1,1,1,1,1,0.016292717,0,0.071153641,1,1,1,1,1,0.039715886,0,0.242469639,1,1,1,1,1,0.013950732,0,0.591952634,0.591918765,0.592198582
-7554,1,0.3176,1,1,1,1,1,1,1,1,0.0458,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0075,0.2776,0,1,0.6105,1,1,1,0.0014,0.6105,0,1,1,1,1,1,0.008540059,0,0.07120423,1,1,1,1,1,0.012153735,0,0.207111001,1,1,1,1,1,0.019025495,0,0.584461092,0.584514491,0.584219858
-7555,1,0.3176,1,1,1,1,1,1,1,1,0.0456,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0021,0.6105,0,1,1,1,1,1,0.007743345,0,0.097658634,1,1,1,1,1,0.007084617,0,0.213968873,1,1,1,1,1,0.029031929,0,0.564946834,0.564840279,0.565159574
-7556,1,0.3176,1,1,1,1,1,1,1,1,0.0405,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0114,0.2776,0,1,0.6105,1,1,1,0.0033,0.6105,0,1,1,1,1,1,0.010176772,0,0.093957849,1,1,1,1,1,0.01208934,0,0.251363099,1,1,1,1,1,0.031051353,0,0.540599323,0.540723503,0.540780142
-7557,1,0.3176,1,1,1,1,1,1,1,1,0.0516,0.3176,0,1,0.2776,1,1,1,1,1,1,0.019,0.2776,0,1,0.6105,1,1,1,0.0037,0.6105,0,1,1,1,1,1,0.022931164,0,0.055490017,1,1,1,1,1,0.01859187,0,0.163494781,1,1,1,1,1,0.031619791,0,0.505618656,0.505606093,0.505762411
-7558,1,0.3176,1,1,1,1,1,1,1,1,0.0562,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0116,0.2776,0,1,0.6105,1,1,1,0.0051,0.6105,0,1,1,1,1,1,0.019922255,0,0.005384441,1,1,1,1,1,0.010323911,0,0.030264923,1,1,1,1,1,0.02295368,0,0.464596423,0.464776814,0.464539007
-7559,1,0.3176,1,1,1,1,1,1,1,1,0.0587,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0016,0.2776,0,1,0.6105,1,1,1,0.0076,0.6105,0,1,1,1,1,1,0.0179841,0,0.000973794,1,1,1,1,1,0.00495694,0,0.002532723,1,1,1,1,1,0.030166969,0,0.426474142,0.426486143,0.42641844
-7560,1,0.3176,1,1,1,1,1,1,1,1,0.0453,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0076,0.6105,0,1,1,1,1,1,0.010339765,0,0.000563661,1,1,1,1,1,8.39E-05,0,0,1,1,1,1,1,0.024898108,0,0.39977042,0.399830759,0.399822695
-7561,1,0.3176,1,1,1,1,1,1,1,1,0.0404,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0036,0.6105,0,1,1,1,1,1,0.008538164,0,0,1,1,1,1,1,0.000226414,0,0,1,1,1,1,1,0.031880084,0,0.38460609,0.384599111,0.384751773
-7562,1,0.3176,1,1,1,1,1,1,1,1,0.0475,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0031,0.2776,0,1,0.6105,1,1,1,0.0044,0.6105,0,1,1,1,1,1,0.010047263,0,0,1,1,1,1,1,0.004151433,0,0,1,1,1,1,1,0.029922385,0,0.377416626,0.377406389,0.377659574
-7563,1,0.3176,1,1,1,1,1,1,1,1,0.0428,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0129,0.2776,0,1,0.6105,1,1,1,0.0027,0.6105,0,1,1,1,1,1,0.010259526,0,0.000341212,1,1,1,1,1,0.010900315,0,0,1,1,1,1,1,0.029122792,0,0.377718705,0.377617939,0.377659574
-7564,1,0.3176,1,1,1,1,1,1,1,1,0.0581,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0331,0.2776,0,1,0.6105,1,1,1,0.0013,0.6105,0,1,1,1,1,1,0.016314102,0,0,1,1,1,1,1,0.016731892,0,0,1,1,1,1,1,0.031256214,0,0.389439343,0.389464777,0.38962766
-7565,1,0.3176,1,1,1,1,1,1,1,1,0.0415,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0138,0.2776,0,1,0.6105,1,1,1,0.003,0.6105,0,1,1,1,1,1,0.010267256,0,0.000312778,1,1,1,1,1,0.00725577,0,0,1,1,1,1,1,0.032572336,0,0.425326245,0.425216839,0.425531915
-7566,1,0.3176,1,1,1,1,1,1,1,1,0.025,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0062,0.2776,0,1,0.6105,1,1,1,0.0038,0.6105,0,1,1,1,1,1,0.007906456,0,0.005352193,1,1,1,1,1,0.00638501,0,0.012814136,1,1,1,1,1,0.032656591,0,0.479096182,0.479162259,0.479166667
-7567,1,0.3176,1,1,1,1,1,1,1,1,0.0182,0.3176,0.103,1,0.2776,1,1,1,1,1,1,0.0339,0.2776,0.0719,1,0.6105,1,1,1,0.0047,0.6105,0.0672,1,1,1,1,1,0.010625248,0.252563238,0.027176127,1,1,1,1,1,0.025003182,0.18685399,0.034586914,1,1,1,1,1,0.028911853,0.257489383,0.521507975,0.521683943,0.521719858
-7568,1,0.3176,1,1,1,1,1,1,1,1,0.032,0.3176,0.3367,1,0.2776,1,1,1,1,1,1,0.0193,0.2776,0.3259,1,0.6105,1,1,1,0.0078,0.6105,0.2997,1,1,1,1,1,0.011450588,0.570249915,0.064013518,1,1,1,1,1,0.01140957,0.564554989,0.09850838,1,1,1,1,1,0.037108209,0.601957858,0.549359594,0.549397081,0.54964539
-7569,1,0.3176,1,1,1,1,1,1,1,1,0.0535,0.3176,0.5029,1,0.2776,1,1,1,1,1,1,0.0247,0.2776,0.5018,1,0.6105,1,1,1,0.0137,0.6105,0.4524,1,1,1,1,1,0.023171041,0.786159098,0.211167812,1,1,1,1,1,0.013937821,0.75859648,0.345734835,1,1,1,1,1,0.04888472,0.715885043,0.565067666,0.56505183,0.565159574
-7570,1,0.3176,1,1,1,1,1,1,1,1,0.0705,0.3176,0.6295,1,0.2776,1,1,1,1,1,1,0.0273,0.2776,0.6078,1,0.6105,1,1,1,0.0378,0.6105,0.5857,1,1,1,1,1,0.033997253,0.889173746,0.341509461,1,1,1,1,1,0.023980826,0.852418721,0.615644813,1,1,1,1,1,0.057880856,0.812927365,0.574432093,0.574360059,0.574468085
-7571,1,0.3176,1,1,1,1,1,1,1,1,0.1588,0.3176,0.641,1,0.2776,1,1,1,1,1,1,0.0519,0.2776,0.6065,1,0.6105,1,1,1,0.0745,0.6105,0.595,1,1,1,1,1,0.082362831,0.898742735,0.300412625,1,1,1,1,1,0.056944881,0.868810773,0.571944535,1,1,1,1,1,0.098161489,0.869193435,0.576486225,0.576687117,0.576684397
-7572,1,0.3176,1,1,1,1,1,1,1,1,0.2079,0.3176,0.6296,1,0.2776,1,1,1,1,1,1,0.1031,0.2776,0.6128,1,0.6105,1,1,1,0.0861,0.6105,0.4938,1,1,1,1,1,0.142815962,0.870201945,0.290571302,1,1,1,1,1,0.113889463,0.846376598,0.367084026,1,1,1,1,1,0.063535869,0.859189749,0.573888352,0.573725407,0.574024823
-7573,1,0.3176,1,1,1,1,1,1,1,1,0.2768,0.3176,0.6023,1,0.2776,1,1,1,1,1,1,0.1153,0.2776,0.5842,1,0.6105,1,1,1,0.1322,0.6105,0.4732,1,1,1,1,1,0.215082228,0.828652084,0.400333405,1,1,1,1,1,0.130647898,0.7936759,0.515967011,1,1,1,1,1,0.102273494,0.805292726,0.571230063,0.571186799,0.571365248
-7574,1,0.3176,1,1,1,1,1,1,1,1,0.2837,0.3176,0.4756,1,0.2776,1,1,1,1,1,1,0.1564,0.2776,0.481,1,0.6105,1,1,1,0.1581,0.6105,0.397,1,1,1,1,1,0.252530903,0.715226114,0.305300653,1,1,1,1,1,0.182421744,0.683290839,0.469190091,1,1,1,1,1,0.172826588,0.699587703,0.566940551,0.566955786,0.567375887
-7575,1,0.3176,1,1,1,1,1,1,1,1,0.1985,0.3176,0.3125,1,0.2776,1,1,1,1,1,1,0.1293,0.2776,0.3059,1,0.6105,1,1,1,0.111,0.6105,0.1934,1,1,1,1,1,0.187163308,0.541769326,0.267033666,1,1,1,1,1,0.153385341,0.533248425,0.674536467,1,1,1,1,1,0.125330925,0.477003276,0.567484292,0.567590438,0.567375887
-7576,1,0.3176,1,1,1,1,1,1,1,1,0.1186,0.3176,0.0716,1,0.2776,1,1,1,1,1,1,0.1263,0.2776,0.0951,1,0.6105,1,1,1,0.0718,0.6105,0,1,1,1,1,1,0.112286635,0.18027693,0.167584598,1,1,1,1,1,0.131273106,0.249712244,0.409467041,1,1,1,1,1,0.127416253,0.044955127,0.607962784,0.607996615,0.608156028
-7577,1,0.3176,1,1,1,1,1,1,1,1,0.0627,0.3176,0,1,0.2776,1,1,1,1,1,1,0.1894,0.2776,0,1,0.6105,1,1,1,0.0672,0.6105,0,1,1,1,1,1,0.071087711,0,0.149043664,1,1,1,1,1,0.183713302,0,0.42792204,1,1,1,1,1,0.129322037,0,0.650676655,0.65072985,0.65070922
-7578,1,0.3176,1,1,1,1,1,1,1,1,0.0548,0.3176,0,1,0.2776,1,1,1,1,1,1,0.2122,0.2776,0,1,0.6105,1,1,1,0.0941,0.6105,0,1,1,1,1,1,0.064198293,0,0.137725011,1,1,1,1,1,0.197418749,0,0.45998168,1,1,1,1,1,0.166669622,0,0.640164331,0.640152316,0.640514184
-7579,1,0.3176,1,1,1,1,1,1,1,1,0.0805,0.3176,0,1,0.2776,1,1,1,1,1,1,0.2519,0.2776,0,1,0.6105,1,1,1,0.107,0.6105,0,1,1,1,1,1,0.09023387,0,0.23293975,1,1,1,1,1,0.241213083,0,0.612712324,1,1,1,1,1,0.16395618,0,0.617448043,0.617516395,0.617464539
-7580,1,0.3176,1,1,1,1,1,1,1,1,0.1233,0.3176,0,1,0.2776,1,1,1,1,1,1,0.2526,0.2776,0,1,0.6105,1,1,1,0.1764,0.6105,0,1,1,1,1,1,0.13212359,0,0.37365374,1,1,1,1,1,0.245886147,0,0.97244978,1,1,1,1,1,0.290464699,0,0.586454809,0.586629998,0.58643617
-7581,1,0.3176,1,1,1,1,1,1,1,1,0.2535,0.3176,0,1,0.2776,1,1,1,1,1,1,0.3176,0.2776,0,1,0.6105,1,1,1,0.1969,0.6105,0,1,1,1,1,1,0.298672408,0,0.320616335,1,1,1,1,1,0.302792847,0,0.708015203,1,1,1,1,1,0.361878812,0,0.540538908,0.540511953,0.540336879
-7582,1,0.3176,1,1,1,1,1,1,1,1,0.221,0.3176,0,1,0.2776,1,1,1,1,1,1,0.2732,0.2776,0,1,0.6105,1,1,1,0.243,0.6105,0,1,1,1,1,1,0.227270961,0,0.489760369,1,1,1,1,1,0.262258291,0,1,1,1,1,1,1,0.400019139,0,0.486104398,0.486143431,0.486258865
-7583,1,0.3176,1,1,1,1,1,1,1,1,0.274,0.3176,0,1,0.2776,1,1,1,1,1,1,0.267,0.2776,0,1,0.6105,1,1,1,0.2861,0.6105,0,1,1,1,1,1,0.344533533,0,0.656957865,1,1,1,1,1,0.276117206,0,1,1,1,1,1,1,0.453582793,0,0.440248913,0.440236937,0.440602837
-7584,1,0.3176,1,1,1,1,1,1,1,1,0.3271,0.3176,0,1,0.2776,1,1,1,1,1,1,0.2242,0.2776,0,1,0.6105,1,1,1,0.3289,0.6105,0,1,1,1,1,1,0.321701676,0,0.913378417,1,1,1,1,1,0.224846303,0,1,1,1,1,1,1,0.45138678,0,0.408289029,0.408292786,0.408244681
-7585,1,0.3176,1,1,1,1,1,1,1,1,0.3113,0.3176,0,1,0.2776,1,1,1,1,1,1,0.3206,0.2776,0,1,0.6105,1,1,1,0.2823,0.6105,0,1,1,1,1,1,0.306057751,0,0.996655822,1,1,1,1,1,0.302592337,0,1,1,1,1,1,1,0.499883503,0,0.390285162,0.390310979,0.390070922
-7586,1,0.3176,1,1,1,1,1,1,1,1,0.3468,0.3176,0,1,0.2776,1,1,1,1,1,1,0.1897,0.2776,0,1,0.6105,1,1,1,0.2964,0.6105,0,1,1,1,1,1,0.280577213,0,1,1,1,1,1,1,0.188476682,0,1,1,1,1,1,1,0.535720527,0,0.380799903,0.380791199,0.380762411
-7587,1,0.3176,1,1,1,1,1,1,1,1,0.283,0.3176,0,1,0.2776,1,1,1,1,1,1,0.1846,0.2776,0,1,0.6105,1,1,1,0.1831,0.6105,0,1,1,1,1,1,0.16822356,0,0.921312869,1,1,1,1,1,0.189537182,0,1,1,1,1,1,1,0.291742593,0,0.3800145,0.379944997,0.379875887
-7588,1,0.3176,1,1,1,1,1,1,1,1,0.2703,0.3176,0,1,0.2776,1,1,1,1,1,1,0.2685,0.2776,0,1,0.6105,1,1,1,0.1438,0.6105,0,1,1,1,1,1,0.190366998,0,0.94970417,1,1,1,1,1,0.280344337,0,1,1,1,1,1,1,0.211923659,0,0.391433059,0.391368733,0.391400709
-7589,1,0.3176,1,1,1,1,1,1,1,1,0.3161,0.3176,0,1,0.2776,1,1,1,1,1,1,0.4322,0.2776,0,1,0.6105,1,1,1,0.1993,0.6105,0,1,1,1,1,1,0.227346718,0,1,1,1,1,1,1,0.368059099,0,1,1,1,1,1,1,0.28242889,0,0.433724021,0.433890417,0.433953901
-7590,1,0.3176,1,1,1,1,1,1,1,1,0.3841,0.3176,0,1,0.2776,1,1,1,1,1,1,0.2093,0.2776,0,1,0.6105,1,1,1,0.2259,0.6105,0,1,1,1,1,1,0.311545849,0,1,1,1,1,1,1,0.202619106,0,1,1,1,1,1,1,0.251253456,0,0.509364427,0.509414005,0.509308511
-7591,1,0.3176,1,1,1,1,1,1,1,1,0.1296,0.3176,0.0002,1,0.2776,1,1,1,1,1,1,0.1681,0.2776,0,1,0.6105,1,1,1,0.1723,0.6105,0,1,1,1,1,1,0.078955561,4.28E-06,1,1,1,1,1,1,0.14157398,0,0.950583577,1,1,1,1,1,0.250754952,0,0.554374094,0.554474297,0.554521277
-7592,1,0.3176,1,1,1,1,1,1,1,1,0.1392,0.3176,0.2048,1,0.2776,1,1,1,1,1,1,0.1052,0.2776,0.2009,1,0.6105,1,1,1,0.1397,0.6105,0.1224,1,1,1,1,1,0.102997802,0.352989227,1,1,1,1,1,1,0.114654966,0.351603478,1,1,1,1,1,1,0.251612186,0.1772255,0.566880135,0.566744235,0.566932624
-7593,1,0.3176,1,1,1,1,1,1,1,1,0.1472,0.3176,0.3617,1,0.2776,1,1,1,1,1,1,0.0567,0.2776,0.3846,1,0.6105,1,1,1,0.1276,0.6105,0.2365,1,1,1,1,1,0.071416721,0.578971088,0.44236517,1,1,1,1,1,0.109228767,0.542522848,0.412848711,1,1,1,1,1,0.199901223,0.429713547,0.5760029,0.576052465,0.575797872
-7594,1,0.3176,1,1,1,1,1,1,1,1,0.2269,0.3176,0.4551,1,0.2776,1,1,1,1,1,1,0.1465,0.2776,0.4206,1,0.6105,1,1,1,0.087,0.6105,0.3144,1,1,1,1,1,0.088283285,0.62513411,0.728267312,1,1,1,1,1,0.126927525,0.526494265,1,1,1,1,1,1,0.172057658,0.593477964,0.585004833,0.584937593,0.585106383
-7595,1,0.3176,1,1,1,1,1,1,1,1,0.1656,0.3176,0.4406,1,0.2776,1,1,1,1,1,1,0.1922,0.2776,0.4248,1,0.6105,1,1,1,0.048,0.6105,0.3729,1,1,1,1,1,0.063988537,0.56962198,0.604912221,1,1,1,1,1,0.16502732,0.592175126,1,1,1,1,1,1,0.137563005,0.568211079,0.588146448,0.588110853,0.58820922
-7596,1,0.3176,1,1,1,1,1,1,1,1,0.0701,0.3176,0.3895,1,0.2776,1,1,1,1,1,1,0.3632,0.2776,0.4079,1,0.6105,1,1,1,0.1145,0.6105,0.4469,1,1,1,1,1,0.065740377,0.567064941,0.894685507,1,1,1,1,1,0.307316542,0.59984678,1,1,1,1,1,1,0.226782292,0.540396273,0.587058966,0.587053099,0.587322695
-7597,1,0.3176,1,1,1,1,1,1,1,1,0.0687,0.3176,0.3436,1,0.2776,1,1,1,1,1,1,0.1968,0.2776,0.3871,1,0.6105,1,1,1,0.1642,0.6105,0.3837,1,1,1,1,1,0.108205691,0.513906121,0.719259024,1,1,1,1,1,0.175994426,0.561503947,0.955913186,1,1,1,1,1,0.327358276,0.494705021,0.58742146,0.587476201,0.587765957
-7598,1,0.3176,1,1,1,1,1,1,1,1,0.092,0.3176,0.2994,1,0.2776,1,1,1,1,1,1,0.2945,0.2776,0.3139,1,0.6105,1,1,1,0.199,0.6105,0.3147,1,1,1,1,1,0.102763593,0.45558092,0.705398917,1,1,1,1,1,0.249897808,0.481202275,1,1,1,1,1,1,0.405051649,0.389177918,0.584581924,0.584726042,0.584663121
-7599,1,0.3176,1,1,1,1,1,1,1,1,0.0832,0.3176,0.1652,1,0.2776,1,1,1,1,1,1,0.2052,0.2776,0.2324,1,0.6105,1,1,1,0.2535,0.6105,0.204,1,1,1,1,1,0.089483894,0.314863712,0.685543239,1,1,1,1,1,0.167755485,0.469806999,0.994083643,1,1,1,1,1,0.445900023,0.302002847,0.590442243,0.59043791,0.590868794
-7600,1,0.3176,1,1,1,1,1,1,1,1,0.0552,0.3176,0.012,1,0.2776,1,1,1,1,1,1,0.1124,0.2776,0.0679,1,0.6105,1,1,1,0.0926,0.6105,0,1,1,1,1,1,0.060036369,0.072327405,0.703372478,1,1,1,1,1,0.08715044,0.225904569,0.894215703,1,1,1,1,1,0.188313976,0,0.625,0.625132219,0.625
-7601,1,0.3176,1,1,1,1,1,1,1,1,0.0594,0.3176,0,1,0.2776,1,1,1,1,1,1,0.1106,0.2776,0,1,0.6105,1,1,1,0.0525,0.6105,0,1,1,1,1,1,0.047534641,0,0.725700378,1,1,1,1,1,0.096259631,0,0.877060294,1,1,1,1,1,0.093920432,0,0.662759787,0.662788238,0.662677305
-7602,1,0.3176,1,1,1,1,1,1,1,1,0.1339,0.3176,0,1,0.2776,1,1,1,1,1,1,0.1815,0.2776,0,1,0.6105,1,1,1,0.164,0.6105,0,1,1,1,1,1,0.133233711,0,0.595012426,1,1,1,1,1,0.205113411,0,0.601070464,1,1,1,1,1,0.370796293,0,0.656899468,0.656864819,0.656914894
-7603,1,0.3176,1,1,1,1,1,1,1,1,0.1337,0.3176,0,1,0.2776,1,1,1,1,1,1,0.1819,0.2776,0,1,0.6105,1,1,1,0.1644,0.6105,0,1,1,1,1,1,0.133576587,0,0.593923867,1,1,1,1,1,0.205796629,0,0.599766791,1,1,1,1,1,0.371825159,0,0.63877477,0.638671462,0.639184397
-7604,1,0.3176,1,1,1,1,1,1,1,1,0.0768,0.3176,0,1,0.2776,1,1,1,1,1,1,0.1112,0.2776,0,1,0.6105,1,1,1,0.0339,0.6105,0,1,1,1,1,1,0.024584793,0,0.998684525,1,1,1,1,1,0.100049742,0,1,1,1,1,1,1,0.077429213,0,0.611889802,0.611804527,0.611702128
-7605,1,0.3176,1,1,1,1,1,1,1,1,0.106,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0748,0.2776,0,1,0.6105,1,1,1,0.0446,0.6105,0,1,1,1,1,1,0.013141464,0,1,1,1,1,1,1,0.072144926,0,1,1,1,1,1,1,0.078223333,0,0.569961334,0.569917495,0.570035461
-7606,1,0.3176,1,1,1,1,1,1,1,1,0.1132,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0807,0.2776,0,1,0.6105,1,1,1,0.0542,0.6105,0,1,1,1,1,1,0.011728464,0,1,1,1,1,1,1,0.078903064,0,1,1,1,1,1,1,0.133353382,0,0.514922668,0.514914322,0.515070922
-7607,1,0.3176,1,1,1,1,1,1,1,1,0.1208,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0488,0.2776,0,1,0.6105,1,1,1,0.0494,0.6105,0,1,1,1,1,1,0.010406122,0,1,1,1,1,1,1,0.056009747,0,1,1,1,1,1,1,0.122132972,0,0.467133881,0.467103871,0.467198582
-7608,1,0.3176,1,1,1,1,1,1,1,1,0.0713,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0136,0.2776,0,1,0.6105,1,1,1,0.0278,0.6105,0,1,1,1,1,1,0.004256551,0,1,1,1,1,1,1,0.018554665,0,1,1,1,1,1,1,0.056614246,0,0.436623973,0.436640575,0.436613475
-7609,1,0.3176,1,1,1,1,1,1,1,1,0.0778,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0211,0.6105,0,1,1,1,1,1,0.004388983,0,1,1,1,1,1,1,0.003716312,0,1,1,1,1,1,1,0.036281459,0,0.420190913,0.420139623,0.420212766
-7610,1,0.3176,1,1,1,1,1,1,1,1,0.0805,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0342,0.6105,0,1,1,1,1,1,0.005508017,0,1,1,1,1,1,1,0.002284647,0,1,1,1,1,1,1,0.062853843,0,0.413363944,0.413370002,0.41356383
-7611,1,0.3176,1,1,1,1,1,1,1,1,0.0839,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0264,0.6105,0,1,1,1,1,1,0.005895949,0,1,1,1,1,1,1,0.002248854,0,1,1,1,1,1,1,0.050068345,0,0.414149348,0.414004654,0.414007092
-7612,1,0.3176,1,1,1,1,1,1,1,1,0.0981,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0159,0.6105,0,1,1,1,1,1,0.007888082,0,1,1,1,1,1,1,0.00674729,0,1,1,1,1,1,1,0.03093151,0,0.4290116,0.429024751,0.429078014
-7613,1,0.3176,1,1,1,1,1,1,1,1,0.1051,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0106,0.6105,0,1,1,1,1,1,0.007772093,0,1,1,1,1,1,1,0.005530443,0,1,1,1,1,1,1,0.022633772,0,0.475894152,0.475777449,0.47606383
-7614,1,0.3176,1,1,1,1,1,1,1,1,0.1223,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0158,0.6105,0,1,1,1,1,1,0.009684555,0,1,1,1,1,1,1,0.009736519,0,1,1,1,1,1,1,0.029968522,0,0.555159497,0.555108949,0.554964539
-7615,1,0.3176,1,1,1,1,1,1,1,1,0.1022,0.3176,0.0741,1,0.2776,1,1,1,1,1,1,0,0.2776,0.0775,1,0.6105,1,1,1,0.0115,0.6105,0.0445,1,1,1,1,1,0.006713704,0.152618915,1,1,1,1,1,1,0.00288597,0.203918859,1,1,1,1,1,1,0.028643828,0.250545651,0.593100532,0.593188069,0.593085106
-7616,1,0.3176,1,1,1,1,1,1,1,1,0.1465,0.3176,0.3326,1,0.2776,1,1,1,1,1,1,0.0164,0.2776,0.3077,1,0.6105,1,1,1,0.0202,0.6105,0.319,1,1,1,1,1,0.013558503,0.544430494,1,1,1,1,1,1,0.023198292,0.553421378,1,1,1,1,1,1,0.040954188,0.605001807,0.597510875,0.597630633,0.59751773
-7617,1,0.3176,1,1,1,1,1,1,1,1,0.2015,0.3176,0.513,1,0.2776,1,1,1,1,1,1,0.0892,0.2776,0.4897,1,0.6105,1,1,1,0.0755,0.6105,0.5047,1,1,1,1,1,0.034923464,0.771954775,1,1,1,1,1,1,0.095455587,0.75409162,1,1,1,1,1,1,0.09548343,0.809654355,0.595517158,0.595515126,0.595744681
-7618,1,0.3176,1,1,1,1,1,1,1,1,0.2149,0.3176,0.6304,1,0.2776,1,1,1,1,1,1,0.1038,0.2776,0.6502,1,0.6105,1,1,1,0.1056,0.6105,0.6283,1,1,1,1,1,0.043299027,0.899698615,1,1,1,1,1,1,0.117268831,0.908087373,1,1,1,1,1,1,0.120196313,0.909019411,0.594127598,0.594034271,0.594414894
-7619,1,0.3176,1,1,1,1,1,1,1,1,0.2633,0.3176,0.6421,1,0.2776,1,1,1,1,1,1,0.0675,0.2776,0.6793,1,0.6105,1,1,1,0.12,0.6105,0.6512,1,1,1,1,1,0.076187521,0.933407545,1,1,1,1,1,1,0.085878283,0.950496554,1,1,1,1,1,1,0.145296857,0.945561707,0.589173514,0.589168606,0.589095745
-7620,1,0.3176,1,1,1,1,1,1,1,1,0.1635,0.3176,0.6634,1,0.2776,1,1,1,1,1,1,0.0628,0.2776,0.708,1,0.6105,1,1,1,0.1626,0.6105,0.6869,1,1,1,1,1,0.074850827,0.978179693,0.992782235,1,1,1,1,1,0.09768004,0.995102346,0.955250323,1,1,1,1,1,0.131781489,0.983811259,0.58240696,0.582398985,0.582446809
-7621,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0.6169,1,0.2776,1,1,1,1,1,1,0,0.2776,0.6714,1,0.6105,1,1,1,0,0.6105,0.6141,1,1,1,1,1,0,0.89484936,0,1,1,1,1,1,0,0.923638225,0,1,1,1,1,1,0,0.885305047,0.57781537,0.57774487,0.578014184
-7622,1,0.3176,1,1,1,1,1,1,1,1,0.177,0.3176,0.5355,1,0.2776,1,1,1,1,1,1,0.0276,0.2776,0.5738,1,0.6105,1,1,1,0.1669,0.6105,0.5248,1,1,1,1,1,0.089145899,0.848065257,0.952934027,1,1,1,1,1,0.06634254,0.865045488,0.65794301,1,1,1,1,1,0.12735492,0.826733887,0.574734171,0.574783161,0.574911348
-7623,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0.3307,1,0.2776,1,1,1,1,1,1,0,0.2776,0.3691,1,0.6105,1,1,1,0,0.6105,0.2911,1,1,1,1,1,0,0.590735316,0,1,1,1,1,1,0,0.633593917,0,1,1,1,1,1,0,0.535729706,0.580836153,0.58091813,0.581117021
-7624,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0.0844,1,0.2776,1,1,1,1,1,1,0,0.2776,0.1219,1,0.6105,1,1,1,0,0.6105,0.0108,1,1,1,1,1,0,0.238239512,0,1,1,1,1,1,0,0.290355682,0,1,1,1,1,1,0,0.002239173,0.622522958,0.622593611,0.622340426
-7625,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0.673211696,0.67315422,0.673315603
-7626,1,0.3176,1,1,1,1,1,1,1,1,0.141,0.3176,0,1,0.2776,1,1,1,1,1,1,0.029,0.2776,0,1,0.6105,1,1,1,0.1599,0.6105,0,1,1,1,1,1,0.22347796,0,0.979153693,1,1,1,1,1,0.127313256,0,0.581234336,1,1,1,1,1,0.199216217,0,0.670915901,0.670827163,0.671099291
-7627,1,0.3176,1,1,1,1,1,1,1,1,0.1561,0.3176,0,1,0.2776,1,1,1,1,1,1,0.1162,0.2776,0,1,0.6105,1,1,1,0.1198,0.6105,0,1,1,1,1,1,0.239577875,0,0.948041856,1,1,1,1,1,0.236734018,0,0.426514149,1,1,1,1,1,0.130075201,0,0.655570324,0.655595515,0.656028369
-7628,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0.631645723,0.63169029,0.631648936
-7629,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0.590140164,0.590014809,0.590425532
-7630,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0.536370227,0.536280939,0.536347518
-7631,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0.48719188,0.487201185,0.48714539
-7632,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0.454809087,0.454833933,0.454787234
-7633,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0.438678105,0.438756082,0.438829787
-7634,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0.431246979,0.431140258,0.431294326
-7635,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0.433059449,0.433044214,0.433067376
-7636,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0.447257129,0.447218109,0.447251773
-7637,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0.491541808,0.491643749,0.491578014
-7638,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0.569900918,0.569917495,0.570035461
-7639,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0.0709,1,0.2776,1,1,1,1,1,1,0,0.2776,0.0674,1,0.6105,1,1,1,0,0.6105,0.0385,1,1,1,1,1,0,0.183461607,0,1,1,1,1,1,0,0.130417541,0,1,1,1,1,1,0,0.239218682,0.609352344,0.60947747,0.609485816
-7640,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0.2937,1,0.2776,1,1,1,1,1,1,0,0.2776,0.2968,1,0.6105,1,1,1,0,0.6105,0.2617,1,1,1,1,1,0,0.519057274,0,1,1,1,1,1,0,0.476163596,0,1,1,1,1,1,0,0.586007833,0.615575157,0.615612439,0.616134752
-7641,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0.4255,1,0.2776,1,1,1,1,1,1,0,0.2776,0.461,1,0.6105,1,1,1,0,0.6105,0.3741,1,1,1,1,1,0,0.69715333,0,1,1,1,1,1,0,0.692222416,0,1,1,1,1,1,0,0.775266171,0.615998067,0.616035541,0.616134752
-7642,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0.5184,1,0.2776,1,1,1,1,1,1,0,0.2776,0.5393,1,0.6105,1,1,1,0,0.6105,0.4596,1,1,1,1,1,0,0.783467174,0,1,1,1,1,1,0,0.703293025,0,1,1,1,1,1,0,0.848877251,0.61442726,0.614554686,0.614361702
-7643,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0.5122,1,0.2776,1,1,1,1,1,1,0,0.2776,0.4746,1,0.6105,1,1,1,0,0.6105,0.5247,1,1,1,1,1,0,0.744593918,0,1,1,1,1,1,0,0.597074807,0,1,1,1,1,1,0,0.885255575,0.608506525,0.608631267,0.608599291
-7644,1,0.3176,1,1,1,1,1,1,1,1,0.115,0.3176,0.4839,1,0.2776,1,1,1,1,1,1,0,0.2776,0.5537,1,0.6105,1,1,1,0.0631,0.6105,0.5443,1,1,1,1,1,0.021934349,0.725637197,0.996021271,1,1,1,1,1,0.008922476,0.735690236,0.945120215,1,1,1,1,1,0.039851174,0.931993961,0.600289995,0.600380791,0.600620567
-7645,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0.4576,1,0.2776,1,1,1,1,1,1,0,0.2776,0.5086,1,0.6105,1,1,1,0,0.6105,0.4401,1,1,1,1,1,0,0.67517364,0,1,1,1,1,1,0,0.62797749,0,1,1,1,1,1,0,0.710362315,0.597329628,0.597419082,0.59751773
-7646,1,0.3176,1,1,1,1,1,1,1,1,0.0772,0.3176,0.4155,1,0.2776,1,1,1,1,1,1,0,0.2776,0.4354,1,0.6105,1,1,1,0.0641,0.6105,0.3566,1,1,1,1,1,0.018401191,0.681669593,0.96524775,1,1,1,1,1,0.000657583,0.554997444,0.580762088,1,1,1,1,1,0.045534007,0.65903157,0.592496375,0.592553417,0.592641844
-7647,1,0.3176,1,1,1,1,1,1,1,1,0.0525,0.3176,0.2268,1,0.2776,1,1,1,1,1,1,0,0.2776,0.2009,1,0.6105,1,1,1,0.1098,0.6105,0.1868,1,1,1,1,1,0.011006727,0.365175724,0.838364244,1,1,1,1,1,0.000155293,0.246773809,0.366500556,1,1,1,1,1,0.073576525,0.476926088,0.599625423,0.599746139,0.599734043
-7648,1,0.3176,1,1,1,1,1,1,1,1,0.0513,0.3176,0.0106,1,0.2776,1,1,1,1,1,1,0,0.2776,0.0005,1,0.6105,1,1,1,0.0165,0.6105,0,1,1,1,1,1,0.003882481,0.011247263,0.980135798,1,1,1,1,1,0,0.003913671,0.385112286,1,1,1,1,1,0.010711966,0,0.643487192,0.643537127,0.643617021
-7649,1,0.3176,1,1,1,1,1,1,1,1,0.0415,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0012,0.6105,0,1,1,1,1,1,0.003075834,0,0.976324201,1,1,1,1,1,0,0,0.295659959,1,1,1,1,1,0.005021732,0,0.682515708,0.682674,0.682624113
-7650,1,0.3176,1,1,1,1,1,1,1,1,0.0274,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0014,0.6105,0,1,1,1,1,1,0.001949382,0,0.931204379,1,1,1,1,1,0,0,0.317273557,1,1,1,1,1,0.006667228,0,0.678649106,0.678654538,0.679078014
-7651,1,0.3176,1,1,1,1,1,1,1,1,0.022,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0032,0.6105,0,1,1,1,1,1,0.001857092,0,0.99838829,1,1,1,1,1,4.99E-06,0,0.576838017,1,1,1,1,1,0.008902594,0,0.662759787,0.662788238,0.662677305
-7652,1,0.3176,1,1,1,1,1,1,1,1,0.0177,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0012,0.6105,0,1,1,1,1,1,0.001541576,0,0.837298632,1,1,1,1,1,0,0,0.471246094,1,1,1,1,1,0.006220918,0,0.637264379,0.637190607,0.637411348
-7653,1,0.3176,1,1,1,1,1,1,1,1,0.0218,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0014,0.6105,0,1,1,1,1,1,0.001425115,0,0.865020514,1,1,1,1,1,0,0,0.365958393,1,1,1,1,1,0.005196861,0,0.594610923,0.594668923,0.594858156
-7654,1,0.3176,1,1,1,1,1,1,1,1,0.0272,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0006,0.6105,0,1,1,1,1,1,0.001559021,0,0.755302191,1,1,1,1,1,3.95E-05,0,0.406994522,1,1,1,1,1,0.00355419,0,0.540297245,0.540300402,0.540336879
-7655,1,0.3176,1,1,1,1,1,1,1,1,0.0252,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0007,0.6105,0,1,1,1,1,1,0.001269431,0,0.783978343,1,1,1,1,1,2.34E-05,0,0.252865195,1,1,1,1,1,0.003524231,0,0.490333494,0.490374445,0.490248227
-7656,1,0.3176,1,1,1,1,1,1,1,1,0.0245,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0009,0.6105,0,1,1,1,1,1,0.001144347,0,0.77163136,1,1,1,1,1,4.19E-05,0,0.237530649,1,1,1,1,1,0.002692778,0,0.45879652,0.458853395,0.458776596
-7657,1,0.3176,1,1,1,1,1,1,1,1,0.0218,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0008,0.6105,0,1,1,1,1,1,0.000822158,0,0.785140276,1,1,1,1,1,8.07E-05,0,0.365281701,1,1,1,1,1,0.002893141,0,0.442000967,0.441929342,0.441932624
-7658,1,0.3176,1,1,1,1,1,1,1,1,0.0197,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0015,0.6105,0,1,1,1,1,1,0.000797318,0,0.731826186,1,1,1,1,1,7.32E-05,0,0.457108915,1,1,1,1,1,0.004558892,0,0.433240696,0.433255765,0.433067376
-7659,1,0.3176,1,1,1,1,1,1,1,1,0.0115,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0014,0.6105,0,1,1,1,1,1,0.000745691,0,0.698722005,1,1,1,1,1,0.000207705,0,0.508432746,1,1,1,1,1,0.006107812,0,0.433905268,0.433890417,0.433953901
-7660,1,0.3176,1,1,1,1,1,1,1,1,0.0199,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0067,0.6105,0,1,1,1,1,1,0.001063409,0,0.51834321,1,1,1,1,1,0.000328792,0,0.233803391,1,1,1,1,1,0.009591476,0,0.446955051,0.446795007,0.447251773
-7661,1,0.3176,1,1,1,1,1,1,1,1,0.0265,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0123,0.6105,0,1,1,1,1,1,0.00145344,0,0.349940687,1,1,1,1,1,0.000509592,0,0.16822724,1,1,1,1,1,0.016591065,0,0.490454326,0.490374445,0.490691489
-7662,1,0.3176,1,1,1,1,1,1,1,1,0.0259,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0088,0.6105,0,1,1,1,1,1,0.001223985,0,0.29331398,1,1,1,1,1,0.000282213,0,0.114816755,1,1,1,1,1,0.01319555,0,0.565248913,0.565263381,0.565159574
-7663,1,0.3176,1,1,1,1,1,1,1,1,0.0155,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0.0017,1,0.6105,1,1,1,0.0196,0.6105,0,1,1,1,1,1,0.000584705,0,0.256317139,1,1,1,1,1,0.000190652,0.002350613,0.114995822,1,1,1,1,1,0.025364779,0,0.60397535,0.603977153,0.604166667
-7664,1,0.3176,1,1,1,1,1,1,1,1,0.0193,0.3176,0.1785,1,0.2776,1,1,1,1,1,1,0,0.2776,0.2658,1,0.6105,1,1,1,0.0231,0.6105,0.1909,1,1,1,1,1,0.001107406,0.369548231,0.432488143,1,1,1,1,1,0.000307806,0.472589284,0.22236678,1,1,1,1,1,0.029845104,0.120953619,0.611346061,0.611381426,0.611702128
-7665,1,0.3176,1,1,1,1,1,1,1,1,0.0365,0.3176,0.4377,1,0.2776,1,1,1,1,1,1,0,0.2776,0.4747,1,0.6105,1,1,1,0.0317,0.6105,0.3277,1,1,1,1,1,0.002983123,0.659345567,0.362339497,1,1,1,1,1,0.001919271,0.627431095,0.310462326,1,1,1,1,1,0.054318968,0.313905865,0.609473175,0.609689021,0.609929078
-7666,1,0.3176,1,1,1,1,1,1,1,1,0.0649,0.3176,0.5751,1,0.2776,1,1,1,1,1,1,0.011,0.2776,0.5178,1,0.6105,1,1,1,0.0502,0.6105,0.4621,1,1,1,1,1,0.007743147,0.794085503,0.585148335,1,1,1,1,1,0.017902903,0.639110804,0.388133287,1,1,1,1,1,0.095443107,0.52703619,0.607056549,0.606938862,0.607269504
-7667,1,0.3176,1,1,1,1,1,1,1,1,0.0614,0.3176,0.5155,1,0.2776,1,1,1,1,1,1,0.0097,0.2776,0.4517,1,0.6105,1,1,1,0.0535,0.6105,0.5413,1,1,1,1,1,0.00756513,0.646303594,0.783147454,1,1,1,1,1,0.022884615,0.587505996,0.400932759,1,1,1,1,1,0.108415365,0.752524257,0.599504592,0.599534589,0.599734043
-7668,1,0.3176,1,1,1,1,1,1,1,1,0.039,0.3176,0.4923,1,0.2776,1,1,1,1,1,1,0.0248,0.2776,0.3956,1,0.6105,1,1,1,0.0333,0.6105,0.5997,1,1,1,1,1,0.00537396,0.680804908,0.594183981,1,1,1,1,1,0.030953577,0.581316471,0.319396883,1,1,1,1,1,0.068126485,0.745070696,0.591710971,0.591707214,0.591755319
-7669,1,0.3176,1,1,1,1,1,1,1,1,0.0267,0.3176,0.4147,1,0.2776,1,1,1,1,1,1,0.0283,0.2776,0.3687,1,0.6105,1,1,1,0.0253,0.6105,0.5832,1,1,1,1,1,0.002226322,0.579864323,0.37774384,1,1,1,1,1,0.032925479,0.510871768,0.171658397,1,1,1,1,1,0.056523863,0.729099452,0.588569357,0.588745505,0.588652482
-7670,1,0.3176,1,1,1,1,1,1,1,1,0.0257,0.3176,0.3057,1,0.2776,1,1,1,1,1,1,0.0337,0.2776,0.2795,1,0.6105,1,1,1,0.0226,0.6105,0.44,1,1,1,1,1,0.003087505,0.435822397,0.276516855,1,1,1,1,1,0.026660698,0.500573158,0.257862836,1,1,1,1,1,0.04562749,0.642617166,0.58379652,0.583668289,0.584219858
-7671,1,0.3176,1,1,1,1,1,1,1,1,0.0255,0.3176,0.1433,1,0.2776,1,1,1,1,1,1,0.0073,0.2776,0.1759,1,0.6105,1,1,1,0.0167,0.6105,0.2419,1,1,1,1,1,0.01064904,0.240832508,0.619894207,1,1,1,1,1,0.008301837,0.389957279,0.409604758,1,1,1,1,1,0.036450021,0.267691046,0.586213146,0.586206897,0.58643617
-7672,1,0.3176,1,1,1,1,1,1,1,1,0.0106,0.3176,0.0014,1,0.2776,1,1,1,1,1,1,0.0093,0.2776,0.0297,1,0.6105,1,1,1,0.01,0.6105,0,1,1,1,1,1,0.004275914,0.001860096,0.439177066,1,1,1,1,1,0.011460869,0.148513943,0.063760206,1,1,1,1,1,0.021960948,0,0.624637506,0.624709118,0.624556738
-7673,1,0.3176,1,1,1,1,1,1,1,1,0.0073,0.3176,0,1,0.2776,1,1,1,1,1,1,0.008,0.2776,0,1,0.6105,1,1,1,0.0111,0.6105,0,1,1,1,1,1,0.001557876,0,0.433946908,1,1,1,1,1,0.007150476,0,0.03611597,1,1,1,1,1,0.024823429,0,0.658772354,0.658768775,0.658687943
-7674,1,0.3176,1,1,1,1,1,1,1,1,0.0055,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0039,0.2776,0,1,0.6105,1,1,1,0.0189,0.6105,0,1,1,1,1,1,0.001028657,0,0.411482126,1,1,1,1,1,0.004860683,0,0.128879845,1,1,1,1,1,0.042447813,0,0.649830836,0.649672096,0.649822695
-7675,1,0.3176,1,1,1,1,1,1,1,1,0.0024,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0139,0.2776,0,1,0.6105,1,1,1,0.0437,0.6105,0,1,1,1,1,1,0.003939301,0,0.453085721,1,1,1,1,1,0.013539458,0,0.183402359,1,1,1,1,1,0.099988244,0,0.631041566,0.631055638,0.631205674
-7676,1,0.3176,1,1,1,1,1,1,1,1,0.0015,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0053,0.2776,0,1,0.6105,1,1,1,0.0357,0.6105,0,1,1,1,1,1,0.00290467,0,0.486393213,1,1,1,1,1,0.008936937,0,0.25664714,1,1,1,1,1,0.077364698,0,0.610016916,0.609900571,0.609929078
-7677,1,0.3176,1,1,1,1,1,1,1,1,0.0017,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0042,0.2776,0,1,0.6105,1,1,1,0.0271,0.6105,0,1,1,1,1,1,0.002515903,0,0.380161047,1,1,1,1,1,0.006364289,0,0.187135339,1,1,1,1,1,0.052758683,0,0.577875785,0.577956421,0.578014184
-7678,1,0.3176,1,1,1,1,1,1,1,1,0.0026,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0027,0.2776,0,1,0.6105,1,1,1,0.0249,0.6105,0,1,1,1,1,1,0.001195489,0,0.450146258,1,1,1,1,1,0.005871882,0,0.219707072,1,1,1,1,1,0.048360206,0,0.536370227,0.53649249,0.536347518
-7679,1,0.3176,1,1,1,1,1,1,1,1,0.0059,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0196,0.6105,0,1,1,1,1,1,0.00035226,0,0.517631412,1,1,1,1,1,0.000812197,0,0.383679092,1,1,1,1,1,0.028617216,0,0.492085549,0.49206685,0.492021277
-7680,1,0.3176,1,1,1,1,1,1,1,1,0.009,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0149,0.6105,0,1,1,1,1,1,0.000519984,0,0.613204896,1,1,1,1,1,0.000929269,0,0.624318063,1,1,1,1,1,0.024185494,0,0.457890285,0.457795642,0.457890071
-7681,1,0.3176,1,1,1,1,1,1,1,1,0.0127,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0251,0.6105,0,1,1,1,1,1,0.000811455,0,0.89923811,1,1,1,1,1,0.001456314,0,1,1,1,1,1,1,0.034453992,0,0.438859352,0.438756082,0.438829787
-7682,1,0.3176,1,1,1,1,1,1,1,1,0.0181,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0369,0.6105,0,1,1,1,1,1,0.000862813,0,0.836500168,1,1,1,1,1,0.001350465,0,1,1,1,1,1,1,0.045560885,0,0.430099082,0.430082505,0.430407801
-7683,1,0.3176,1,1,1,1,1,1,1,1,0.016,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0436,0.6105,0,1,1,1,1,1,0.000855888,0,0.562349796,1,1,1,1,1,0.003909227,0,0.704787254,1,1,1,1,1,0.060898751,0,0.427803287,0.427755447,0.428191489
-7684,1,0.3176,1,1,1,1,1,1,1,1,0.0212,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0016,0.2776,0,1,0.6105,1,1,1,0.0194,0.6105,0,1,1,1,1,1,0.001807394,0,0.440000087,1,1,1,1,1,0.002599792,0,0.523562849,1,1,1,1,1,0.026451319,0,0.432576124,0.432621113,0.432624113
-7685,1,0.3176,1,1,1,1,1,1,1,1,0.0275,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0018,0.2776,0,1,0.6105,1,1,1,0.0305,0.6105,0,1,1,1,1,1,0.00247067,0,0.702817678,1,1,1,1,1,0.003703228,0,0.804398179,1,1,1,1,1,0.035973042,0,0.451304978,0.451237571,0.451241135
-7686,1,0.3176,1,1,1,1,1,1,1,1,0.0208,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0155,0.6105,0,1,1,1,1,1,0.001902111,0,0.841713667,1,1,1,1,1,0.002706496,0,1,1,1,1,1,1,0.017946543,0,0.481331561,0.481489317,0.481382979
-7687,1,0.3176,1,1,1,1,1,1,1,1,0.0281,0.3176,0.0727,1,0.2776,1,1,1,1,1,1,0,0.2776,0.0684,1,0.6105,1,1,1,0.0137,0.6105,0.0339,1,1,1,1,1,0.002400696,0.190466613,0.997374654,1,1,1,1,1,0.002374454,0.107710719,0.994056582,1,1,1,1,1,0.020315615,0.214399606,0.513714355,0.513645018,0.513741135
-7688,1,0.3176,1,1,1,1,1,1,1,1,0.042,0.3176,0.3305,1,0.2776,1,1,1,1,1,1,0,0.2776,0.3375,1,0.6105,1,1,1,0.0322,0.6105,0.3049,1,1,1,1,1,0.003361256,0.58193332,1,1,1,1,1,1,0.003060787,0.573210597,1,1,1,1,1,1,0.021892238,0.581689477,0.542955534,0.54283901,0.542996454
-7689,1,0.3176,1,1,1,1,1,1,1,1,0.045,0.3176,0.5087,1,0.2776,1,1,1,1,1,1,0,0.2776,0.517,1,0.6105,1,1,1,0.0544,0.6105,0.492,1,1,1,1,1,0.004099682,0.785766125,1,1,1,1,1,1,0.004265322,0.784308076,1,1,1,1,1,1,0.018610606,0.785574555,0.557032383,0.557012905,0.556737589
-7690,1,0.3176,1,1,1,1,1,1,1,1,0.0767,0.3176,0.6255,1,0.2776,1,1,1,1,1,1,0.0149,0.2776,0.636,1,0.6105,1,1,1,0.0526,0.6105,0.6184,1,1,1,1,1,0.015314011,0.884221256,1,1,1,1,1,1,0.027345691,0.893919706,1,1,1,1,1,1,0.026144505,0.884861887,0.556246979,0.556378253,0.556294326
-7691,1,0.3176,1,1,1,1,1,1,1,1,0.0775,0.3176,0.6438,1,0.2776,1,1,1,1,1,1,0.0292,0.2776,0.6664,1,0.6105,1,1,1,0.0195,0.6105,0.6459,1,1,1,1,1,0.010052659,0.917414904,1,1,1,1,1,1,0.040747978,0.937735081,1,1,1,1,1,1,0.015935335,0.922293663,0.549178347,0.54918553,0.549202128
-7692,1,0.3176,1,1,1,1,1,1,1,1,0.0447,0.3176,0.6342,1,0.2776,1,1,1,1,1,1,0.0044,0.2776,0.6641,1,0.6105,1,1,1,0.0148,0.6105,0.6419,1,1,1,1,1,0.004311243,0.909782767,0.976626992,1,1,1,1,1,0.011243975,0.934842944,0.968931437,1,1,1,1,1,0.029121963,0.912710428,0.538363944,0.538396446,0.53856383
-7693,1,0.3176,1,1,1,1,1,1,1,1,0.0455,0.3176,0.6073,1,0.2776,1,1,1,1,1,1,0.0067,0.2776,0.6386,1,0.6105,1,1,1,0.0155,0.6105,0.604,1,1,1,1,1,0.004334661,0.86682725,0.879050136,1,1,1,1,1,0.008518094,0.892079949,0.72081393,1,1,1,1,1,0.031622052,0.858384609,0.527066216,0.52697271,0.52748227
-7694,1,0.3176,1,1,1,1,1,1,1,1,0.0271,0.3176,0.4905,1,0.2776,1,1,1,1,1,1,0,0.2776,0.5212,1,0.6105,1,1,1,0.0328,0.6105,0.4714,1,1,1,1,1,0.003053201,0.762123466,0.598355234,1,1,1,1,1,0.001622237,0.787607372,0.679408073,1,1,1,1,1,0.050628368,0.734889805,0.519816336,0.519779987,0.519946809
-7695,1,0.3176,1,1,1,1,1,1,1,1,0.018,0.3176,0.3167,1,0.2776,1,1,1,1,1,1,0.0055,0.2776,0.3481,1,0.6105,1,1,1,0.0154,0.6105,0.2809,1,1,1,1,1,0.004539415,0.562008917,0.546430945,1,1,1,1,1,0.005168399,0.59204787,0.421481669,1,1,1,1,1,0.022052256,0.512123764,0.526039149,0.526126507,0.526152482
-7696,1,0.3176,1,1,1,1,1,1,1,1,0.013,0.3176,0.0647,1,0.2776,1,1,1,1,1,1,0,0.2776,0.1059,1,0.6105,1,1,1,0.0042,0.6105,0.0002,1,1,1,1,1,0.002126133,0.195652887,0.400181204,1,1,1,1,1,0,0.257027566,0.063726179,1,1,1,1,1,0.008677327,0,0.57002175,0.569917495,0.570035461
-7697,1,0.3176,1,1,1,1,1,1,1,1,0.0034,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0033,0.6105,0,1,1,1,1,1,0.000603066,0,0.512600183,1,1,1,1,1,0,0,0.062424872,1,1,1,1,1,0.005586371,0,0.614246013,0.614343135,0.614361702
-7698,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0028,0.6105,0,1,1,1,1,1,1.91E-05,0,0.462539375,1,1,1,1,1,0,0,0.027216755,1,1,1,1,1,0.006271803,0,0.607962784,0.607785065,0.608156028
-7699,1,0.3176,1,1,1,1,1,1,1,1,0.0001,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,6.75E-05,0,0.431872219,1,1,1,1,1,0,0,0.016346598,1,1,1,1,1,0.002544956,0,0.591469309,0.591495663,0.591755319
-7700,1,0.3176,1,1,1,1,1,1,1,1,0.0005,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.00015684,0,0.496816516,1,1,1,1,1,1.26E-05,0,0.077420682,1,1,1,1,1,0.002547839,0,0.573707105,0.573725407,0.574024823
-7701,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000109473,0,0.424283206,1,1,1,1,1,0.000114877,0,0.16834712,1,1,1,1,1,0.002504542,0,0.547667956,0.547704675,0.54787234
-7702,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,6.67E-05,0,0.543043792,1,1,1,1,1,0.004857242,0,0.266650021,1,1,1,1,1,0.001600165,0,0.514922668,0.514914322,0.51462766
-7703,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0073,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000108402,0,0.453977346,1,1,1,1,1,0.012386404,0,0.224185616,1,1,1,1,1,0.000738617,0,0.478431609,0.478527607,0.478723404
-7704,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0001,0.6105,0,1,1,1,1,1,8.69E-05,0,0.401970446,1,1,1,1,1,0.004091835,0,0.258459151,1,1,1,1,1,0.000840318,0,0.449069599,0.449122065,0.449468085
-7705,1,0.3176,1,1,1,1,1,1,1,1,0.0003,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0003,0.6105,0,1,1,1,1,1,6.31E-05,0,0.317551702,1,1,1,1,1,0.005646294,0,0.129604459,1,1,1,1,1,0.000890884,0,0.432153214,0.432198011,0.432624113
-7706,1,0.3176,1,1,1,1,1,1,1,1,0.0005,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0002,0.6105,0,1,1,1,1,1,6.18E-05,0,0.248841733,1,1,1,1,1,0.005861676,0,0.123302639,1,1,1,1,1,0.000445498,0,0.4239971,0.423947535,0.424202128
-7707,1,0.3176,1,1,1,1,1,1,1,1,0.0001,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0001,0.6105,0,1,1,1,1,1,0.000110206,0,0.240280211,1,1,1,1,1,0.005398801,0,0.245621487,1,1,1,1,1,0.000364927,0,0.421097148,0.420985826,0.421099291
-7708,1,0.3176,1,1,1,1,1,1,1,1,0.0025,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0013,0.6105,0,1,1,1,1,1,0.000432767,0,0.323164493,1,1,1,1,1,0.004090987,0,0.140964925,1,1,1,1,1,0.001343208,0,0.424782504,0.424793738,0.42464539
-7709,1,0.3176,1,1,1,1,1,1,1,1,0.0053,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0009,0.6105,0,1,1,1,1,1,0.000691955,0,0.434304446,1,1,1,1,1,0.004762948,0,0.280434549,1,1,1,1,1,0.001250201,0,0.438678105,0.438756082,0.438829787
-7710,1,0.3176,1,1,1,1,1,1,1,1,0.0038,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0001,0.6105,0,1,1,1,1,1,0.000536336,0,0.416753858,1,1,1,1,1,0.003877481,0,0.415447921,1,1,1,1,1,0.00050693,0,0.460911068,0.460757351,0.460992908
-7711,1,0.3176,1,1,1,1,1,1,1,1,0.0049,0.3176,0.0732,1,0.2776,1,1,1,1,1,1,0,0.2776,0.0626,1,0.6105,1,1,1,0.0001,0.6105,0.0292,1,1,1,1,1,0.000593373,0.174502864,0.579129815,1,1,1,1,1,0.001043545,0.095271714,0.549475968,1,1,1,1,1,0.000871569,0.200083658,0.487916868,0.487835837,0.488031915
-7712,1,0.3176,1,1,1,1,1,1,1,1,0.006,0.3176,0.3249,1,0.2776,1,1,1,1,1,1,0,0.2776,0.3298,1,0.6105,1,1,1,0.0003,0.6105,0.2977,1,1,1,1,1,0.000780196,0.56295836,0.523361444,1,1,1,1,1,0.004514441,0.559163153,0.707474589,1,1,1,1,1,0.002135153,0.564189911,0.518668439,0.518722234,0.519060284
-7713,1,0.3176,1,1,1,1,1,1,1,1,0.0242,0.3176,0.5055,1,0.2776,1,1,1,1,1,1,0.0097,0.2776,0.5071,1,0.6105,1,1,1,0.0004,0.6105,0.4875,1,1,1,1,1,0.002012939,0.765070677,0.895394206,1,1,1,1,1,0.010064515,0.769824207,0.754586399,1,1,1,1,1,0.002421731,0.758236706,0.534739004,0.534800085,0.53501773
-7714,1,0.3176,1,1,1,1,1,1,1,1,0.0284,0.3176,0.6259,1,0.2776,1,1,1,1,1,1,0.0176,0.2776,0.6188,1,0.6105,1,1,1,0.0019,0.6105,0.6103,1,1,1,1,1,0.002699828,0.859240592,0.893802762,1,1,1,1,1,0.013789594,0.874477684,0.776935935,1,1,1,1,1,0.00434174,0.851891458,0.538666022,0.538819547,0.53856383
-7715,1,0.3176,1,1,1,1,1,1,1,1,0.0607,0.3176,0.6462,1,0.2776,1,1,1,1,1,1,0.0069,0.2776,0.6542,1,0.6105,1,1,1,0.0002,0.6105,0.6331,1,1,1,1,1,0.006777515,0.903692961,0.95053947,1,1,1,1,1,0.005776388,0.918072581,0.788102865,1,1,1,1,1,0.000639281,0.903005004,0.538122281,0.537973345,0.538120567
-7716,1,0.3176,1,1,1,1,1,1,1,1,0.0761,0.3176,0.6498,1,0.2776,1,1,1,1,1,1,0,0.2776,0.6549,1,0.6105,1,1,1,0.0001,0.6105,0.6305,1,1,1,1,1,0.00956762,0.907658815,0.953670919,1,1,1,1,1,0.004551263,0.920862734,0.806473553,1,1,1,1,1,0.000194759,0.900451839,0.533711938,0.533742331,0.533687943
-7717,1,0.3176,1,1,1,1,1,1,1,1,0.0879,0.3176,0.6233,1,0.2776,1,1,1,1,1,1,0,0.2776,0.6278,1,0.6105,1,1,1,0.0002,0.6105,0.5912,1,1,1,1,1,0.011173329,0.865702748,0.994341552,1,1,1,1,1,0.000862089,0.870699883,0.989801645,1,1,1,1,1,0.000186226,0.847517848,0.527912035,0.527818913,0.527925532
-7718,1,0.3176,1,1,1,1,1,1,1,1,0.076,0.3176,0.4959,1,0.2776,1,1,1,1,1,1,0,0.2776,0.4984,1,0.6105,1,1,1,0.0003,0.6105,0.4553,1,1,1,1,1,0.008562749,0.746370971,0.997713923,1,1,1,1,1,0.00077714,0.721161902,1,1,1,1,1,1,0.000119333,0.727755904,0.525314161,0.525280305,0.525265957
-7719,1,0.3176,1,1,1,1,1,1,1,1,0.055,0.3176,0.2951,1,0.2776,1,1,1,1,1,1,0,0.2776,0.3003,1,0.6105,1,1,1,0.0003,0.6105,0.2576,1,1,1,1,1,0.005900386,0.520923793,0.990836143,1,1,1,1,1,0.00063,0.485022932,1,1,1,1,1,1,0.000121824,0.504184842,0.537518125,0.537550243,0.537677305
-7720,1,0.3176,1,1,1,1,1,1,1,1,0.0287,0.3176,0.0327,1,0.2776,1,1,1,1,1,1,0,0.2776,0.0558,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.002086968,0.12773186,0.580277085,1,1,1,1,1,0.000363767,0.149853617,0.574543774,1,1,1,1,1,6.65E-06,0,0.589717255,0.589591707,0.58998227
-7721,1,0.3176,1,1,1,1,1,1,1,1,0.0154,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000894295,0,0.559729278,1,1,1,1,1,0.00032205,0,0.678437471,1,1,1,1,1,0,0,0.635874819,0.635921303,0.63608156
-7722,1,0.3176,1,1,1,1,1,1,1,1,0.0092,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0003,0.6105,0,1,1,1,1,1,0.000864298,0,0.861548781,1,1,1,1,1,0.001257614,0,0.854308426,1,1,1,1,1,0.000136507,0,0.633095698,0.632959594,0.632978723
-7723,1,0.3176,1,1,1,1,1,1,1,1,0.0066,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000946627,0,0.792893887,1,1,1,1,1,0.001732229,0,1,1,1,1,1,1,8.04E-05,0,0.616360561,0.616458642,0.616578014
-7724,1,0.3176,1,1,1,1,1,1,1,1,0.0038,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000597919,0,0.67280829,1,1,1,1,1,0.002927134,0,0.895014763,1,1,1,1,1,0.000204419,0,0.594429676,0.594457373,0.594858156
-7725,1,0.3176,1,1,1,1,1,1,1,1,0.0017,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000306025,0,0.484502345,1,1,1,1,1,0.008878823,0,0.870128334,1,1,1,1,1,0.000562869,0,0.555642823,0.555743601,0.555851064
-7726,1,0.3176,1,1,1,1,1,1,1,1,0.0031,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0131,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000642563,0,0.489637434,1,1,1,1,1,0.013273055,0,0.70960629,1,1,1,1,1,0.000157718,0,0.510149831,0.510260207,0.510638298
-7727,1,0.3176,1,1,1,1,1,1,1,1,0.0046,0.3176,0,1,0.2776,1,1,1,1,1,1,0.018,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000680596,0,0.580485821,1,1,1,1,1,0.019403117,0,0.941089034,1,1,1,1,1,0.000305835,0,0.469671339,0.469642479,0.469858156
-7728,1,0.3176,1,1,1,1,1,1,1,1,0.0063,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000857824,0,0.705016732,1,1,1,1,1,0.004741551,0,0.918912888,1,1,1,1,1,0.001899316,0,0.442967617,0.442987095,0.443262411
-7729,1,0.3176,1,1,1,1,1,1,1,1,0.0073,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0146,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000927727,0,0.712253094,1,1,1,1,1,0.016527489,0,0.936731219,1,1,1,1,1,0.000706256,0,0.429797003,0.429870954,0.429964539
-7730,1,0.3176,1,1,1,1,1,1,1,1,0.0047,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0358,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.001071835,0,0.577754796,1,1,1,1,1,0.02973498,0,0.906317055,1,1,1,1,1,0.001322065,0,0.425447076,0.42542839,0.425531915
-7731,1,0.3176,1,1,1,1,1,1,1,1,0.0053,0.3176,0,1,0.2776,1,1,1,1,1,1,0.05,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.001238959,0,0.76961714,1,1,1,1,1,0.036543261,0,1,1,1,1,1,1,0.00144123,0,0.428044949,0.427966998,0.428191489
-7732,1,0.3176,1,1,1,1,1,1,1,1,0.0071,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0418,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.001123652,0,0.699955165,1,1,1,1,1,0.028999493,0,0.693007886,1,1,1,1,1,0.001090316,0,0.444236346,0.444256399,0.444148936
-7733,1,0.3176,1,1,1,1,1,1,1,1,0.0081,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0356,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.00128581,0,0.595417082,1,1,1,1,1,0.026583273,0,0.67538166,1,1,1,1,1,0.002950681,0,0.490756404,0.490797546,0.491134752
-7734,1,0.3176,1,1,1,1,1,1,1,1,0.0149,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0254,0.2776,0,1,0.6105,1,1,1,0.0006,0.6105,0,1,1,1,1,1,0.001921836,0,0.79685694,1,1,1,1,1,0.020081552,0,0.743995786,1,1,1,1,1,0.003993166,0,0.571048816,0.570975249,0.571365248
-7735,1,0.3176,1,1,1,1,1,1,1,1,0.0159,0.3176,0.0538,1,0.2776,1,1,1,1,1,1,0,0.2776,0.0432,1,0.6105,1,1,1,0.0009,0.6105,0.0266,1,1,1,1,1,0.001625554,0.111100927,0.77205646,1,1,1,1,1,0.009278011,0.048453391,0.752657115,1,1,1,1,1,0.002702777,0.17195712,0.611889802,0.611804527,0.611702128
-7736,1,0.3176,1,1,1,1,1,1,1,1,0.0304,0.3176,0.2996,1,0.2776,1,1,1,1,1,1,0.0224,0.2776,0.3111,1,0.6105,1,1,1,0.0011,0.6105,0.3,1,1,1,1,1,0.003885622,0.536555767,0.931284666,1,1,1,1,1,0.022299001,0.536309063,0.900426984,1,1,1,1,1,0.004429779,0.558137238,0.618354277,0.618362598,0.618351064
-7737,1,0.3176,1,1,1,1,1,1,1,1,0.0486,0.3176,0.4629,1,0.2776,1,1,1,1,1,1,0.0556,0.2776,0.4717,1,0.6105,1,1,1,0.0003,0.6105,0.469,1,1,1,1,1,0.007593356,0.729447186,0.981172681,1,1,1,1,1,0.039516494,0.734611273,0.988903165,1,1,1,1,1,0.002247312,0.771030188,0.615514741,0.615612439,0.615691489
-7738,1,0.3176,1,1,1,1,1,1,1,1,0.0473,0.3176,0.5623,1,0.2776,1,1,1,1,1,1,0.0623,0.2776,0.5697,1,0.6105,1,1,1,0.0005,0.6105,0.6061,1,1,1,1,1,0.005857386,0.819683671,0.987507939,1,1,1,1,1,0.045992602,0.826614797,0.957630396,1,1,1,1,1,0.000899139,0.871361434,0.61261479,0.61265073,0.612588652
-7739,1,0.3176,1,1,1,1,1,1,1,1,0.052,0.3176,0.578,1,0.2776,1,1,1,1,1,1,0.0374,0.2776,0.5795,1,0.6105,1,1,1,0.0003,0.6105,0.6332,1,1,1,1,1,0.006190862,0.849287987,1,1,1,1,1,1,0.027768631,0.841647029,1,1,1,1,1,1,0.000123935,0.907188892,0.606573224,0.606727311,0.606826241
-7740,1,0.3176,1,1,1,1,1,1,1,1,0.0595,0.3176,0.5428,1,0.2776,1,1,1,1,1,1,0,0.2776,0.5462,1,0.6105,1,1,1,0.0003,0.6105,0.6277,1,1,1,1,1,0.007344021,0.822438955,1,1,1,1,1,1,0.00853216,0.816254914,1,1,1,1,1,1,0.00043567,0.894385338,0.596967134,0.596995981,0.597074468
-7741,1,0.3176,1,1,1,1,1,1,1,1,0.046,0.3176,0.5193,1,0.2776,1,1,1,1,1,1,0,0.2776,0.5523,1,0.6105,1,1,1,0.0002,0.6105,0.5902,1,1,1,1,1,0.004918967,0.779483318,1,1,1,1,1,1,0.003036449,0.805036187,1,1,1,1,1,1,0,0.8369627,0.591710971,0.591707214,0.591755319
-7742,1,0.3176,1,1,1,1,1,1,1,1,0.0422,0.3176,0.4362,1,0.2776,1,1,1,1,1,1,0,0.2776,0.4498,1,0.6105,1,1,1,0.0004,0.6105,0.4578,1,1,1,1,1,0.005025322,0.687061846,1,1,1,1,1,1,0.00125555,0.711292624,1,1,1,1,1,1,0.000239952,0.717585683,0.585367327,0.585360694,0.585549645
-7743,1,0.3176,1,1,1,1,1,1,1,1,0.0295,0.3176,0.2678,1,0.2776,1,1,1,1,1,1,0,0.2776,0.289,1,0.6105,1,1,1,0,0.6105,0.2659,1,1,1,1,1,0.004693177,0.49184376,1,1,1,1,1,1,0.001088623,0.525161088,1,1,1,1,1,1,0.000527528,0.49237892,0.589838086,0.589803258,0.58998227
-7744,1,0.3176,1,1,1,1,1,1,1,1,0.0444,0.3176,0.0319,1,0.2776,1,1,1,1,1,1,0,0.2776,0.0709,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.005138068,0.132568896,0.989594102,1,1,1,1,1,0.000577175,0.212568939,1,1,1,1,1,1,0,0,0.634304012,0.634440448,0.634751773
-7745,1,0.3176,1,1,1,1,1,1,1,1,0.0286,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.002404743,0,0.939584613,1,1,1,1,1,0.000332418,0,0.859514177,1,1,1,1,1,9.19E-05,0,0.680521991,0.680558494,0.680851064
-7746,1,0.3176,1,1,1,1,1,1,1,1,0.0161,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.001483069,0,0.935975909,1,1,1,1,1,0.002358504,0,0.979402661,1,1,1,1,1,0.00035492,0,0.677742871,0.677596784,0.677748227
-7747,1,0.3176,1,1,1,1,1,1,1,1,0.0089,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0011,0.6105,0,1,1,1,1,1,0.000857926,0,0.968380868,1,1,1,1,1,0.000311411,0,1,1,1,1,1,1,0.000387507,0,0.662336878,0.662365136,0.662234043
-7748,1,0.3176,1,1,1,1,1,1,1,1,0.0086,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0021,0.6105,0,1,1,1,1,1,0.001004846,0,0.973870575,1,1,1,1,1,0.000374506,0,1,1,1,1,1,1,0.001177682,0,0.637445626,0.637613708,0.637411348
-7749,1,0.3176,1,1,1,1,1,1,1,1,0.0056,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0006,0.6105,0,1,1,1,1,1,0.000793,0,0.91209352,1,1,1,1,1,0.002078014,0,1,1,1,1,1,1,0.001155523,0,0.593946351,0.594034271,0.593971631
-7750,1,0.3176,1,1,1,1,1,1,1,1,0.0036,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0004,0.6105,0,1,1,1,1,1,0.000482393,0,0.95131433,1,1,1,1,1,0.000468719,0,0.9985708,1,1,1,1,1,0.000704379,0,0.539995167,0.539877301,0.540336879
-7751,1,0.3176,1,1,1,1,1,1,1,1,0.0038,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0018,0.6105,0,1,1,1,1,1,0.000467308,0,0.941923559,1,1,1,1,1,0.000862453,0,0.942949533,1,1,1,1,1,0.001670427,0,0.489487675,0.489528242,0.489361702
-7752,1,0.3176,1,1,1,1,1,1,1,1,0.0025,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0024,0.6105,0,1,1,1,1,1,0.000581219,0,0.88404119,1,1,1,1,1,0.001092021,0,0.817501664,1,1,1,1,1,0.003937228,0,0.457165297,0.45716099,0.457446809
-7753,1,0.3176,1,1,1,1,1,1,1,1,0.0039,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0019,0.6105,0,1,1,1,1,1,0.000881019,0,0.963530064,1,1,1,1,1,0.002504122,0,0.95966959,1,1,1,1,1,0.003389638,0,0.440490575,0.440448487,0.440602837
-7754,1,0.3176,1,1,1,1,1,1,1,1,0.0038,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0048,0.6105,0,1,1,1,1,1,0.000774863,0,0.985200047,1,1,1,1,1,0.001100088,0,1,1,1,1,1,1,0.006233314,0,0.434811503,0.434736619,0.434840426
-7755,1,0.3176,1,1,1,1,1,1,1,1,0.0092,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0012,0.6105,0,1,1,1,1,1,0.001045244,0,0.981730461,1,1,1,1,1,0.000730221,0,1,1,1,1,1,1,0.002021226,0,0.436140648,0.436005923,0.436170213
-7756,1,0.3176,1,1,1,1,1,1,1,1,0.0224,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0028,0.6105,0,1,1,1,1,1,0.001656673,0,0.935468554,1,1,1,1,1,0.000720319,0,0.741559744,1,1,1,1,1,0.004035623,0,0.4510029,0.45081447,0.451241135
-7757,1,0.3176,1,1,1,1,1,1,1,1,0.0276,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0012,0.6105,0,1,1,1,1,1,0.002247292,0,0.939055324,1,1,1,1,1,0.000938994,0,0.714427531,1,1,1,1,1,0.003055875,0,0.497885452,0.497778718,0.497783688
-7758,1,0.3176,1,1,1,1,1,1,1,1,0.0252,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0025,0.6105,0,1,1,1,1,1,0.00176768,0,0.855305731,1,1,1,1,1,0.000737235,0,0.803679883,1,1,1,1,1,0.005139891,0,0.574311261,0.574360059,0.574468085
-7759,1,0.3176,1,1,1,1,1,1,1,1,0.0229,0.3176,0.0403,1,0.2776,1,1,1,1,1,1,0,0.2776,0.0138,1,0.6105,1,1,1,0.003,0.6105,0.0127,1,1,1,1,1,0.00138571,0.068907425,0.927853823,1,1,1,1,1,0.000444919,0.022505894,0.900158405,1,1,1,1,1,0.004135534,0.145188197,0.610560657,0.610746774,0.610815603
-7760,1,0.3176,1,1,1,1,1,1,1,1,0.0205,0.3176,0.2888,1,0.2776,1,1,1,1,1,1,0,0.2776,0.2936,1,0.6105,1,1,1,0.0029,0.6105,0.2906,1,1,1,1,1,0.001108988,0.496860296,0.84545815,1,1,1,1,1,0.000590329,0.501257181,0.649475932,1,1,1,1,1,0.006493164,0.502900124,0.615152247,0.615189338,0.615248227
-7761,1,0.3176,1,1,1,1,1,1,1,1,0.0254,0.3176,0.4702,1,0.2776,1,1,1,1,1,1,0,0.2776,0.4446,1,0.6105,1,1,1,0.0052,0.6105,0.4728,1,1,1,1,1,0.001903492,0.692070127,0.823519289,1,1,1,1,1,0.003438658,0.690335691,0.724188805,1,1,1,1,1,0.009109865,0.722778678,0.611346061,0.611381426,0.611702128
-7762,1,0.3176,1,1,1,1,1,1,1,1,0.0354,0.3176,0.5589,1,0.2776,1,1,1,1,1,1,0,0.2776,0.5519,1,0.6105,1,1,1,0.0079,0.6105,0.5893,1,1,1,1,1,0.003624173,0.749505043,0.853715181,1,1,1,1,1,0.001486762,0.779352486,0.605976224,1,1,1,1,1,0.008409056,0.852780819,0.606694055,0.606727311,0.606826241
-7763,1,0.3176,1,1,1,1,1,1,1,1,0.0838,0.3176,0.5611,1,0.2776,1,1,1,1,1,1,0,0.2776,0.5775,1,0.6105,1,1,1,0.0096,0.6105,0.5953,1,1,1,1,1,0.012136113,0.787104964,0.992881119,1,1,1,1,1,0.003625207,0.789560854,0.980856657,1,1,1,1,1,0.009982653,0.89726615,0.600108748,0.600169241,0.600177305
-7764,1,0.3176,1,1,1,1,1,1,1,1,0.0571,0.3176,0.5702,1,0.2776,1,1,1,1,1,1,0,0.2776,0.5455,1,0.6105,1,1,1,0.0109,0.6105,0.5737,1,1,1,1,1,0.005523444,0.819557905,0.982965529,1,1,1,1,1,0.00049825,0.789945483,0.721009254,1,1,1,1,1,0.011251736,0.892858744,0.5929797,0.592976518,0.593085106
-7765,1,0.3176,1,1,1,1,1,1,1,1,0.0547,0.3176,0.546,1,0.2776,1,1,1,1,1,1,0,0.2776,0.519,1,0.6105,1,1,1,0.002,0.6105,0.529,1,1,1,1,1,0.00547278,0.714777052,0.979504466,1,1,1,1,1,0.000232129,0.735427022,0.684003472,1,1,1,1,1,0.003428997,0.813195348,0.588508942,0.588533954,0.588652482
-7766,1,0.3176,1,1,1,1,1,1,1,1,0.0326,0.3176,0.407,1,0.2776,1,1,1,1,1,1,0,0.2776,0.4247,1,0.6105,1,1,1,0.0001,0.6105,0.4124,1,1,1,1,1,0.003008828,0.576793551,0.917607665,1,1,1,1,1,4.30E-05,0.588759303,0.423579335,1,1,1,1,1,0.000914536,0.636111021,0.582709038,0.582822086,0.582890071
-7767,1,0.3176,1,1,1,1,1,1,1,1,0.0231,0.3176,0.2344,1,0.2776,1,1,1,1,1,1,0,0.2776,0.2215,1,0.6105,1,1,1,0,0.6105,0.2141,1,1,1,1,1,0.002336708,0.391870409,0.929452896,1,1,1,1,1,0.000110757,0.362842143,0.800927281,1,1,1,1,1,0.000997167,0.233216152,0.587300628,0.587476201,0.587322695
-7768,1,0.3176,1,1,1,1,1,1,1,1,0.0136,0.3176,0.0007,1,0.2776,1,1,1,1,1,1,0,0.2776,0.0068,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000823455,0.005704546,0.687442303,1,1,1,1,1,0,0.006645799,0.502477765,1,1,1,1,1,0.000102002,0,0.633337361,0.633382695,0.633421986
-7769,1,0.3176,1,1,1,1,1,1,1,1,0.0045,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000211627,0,0.637059569,1,1,1,1,1,0,0,0.445174396,1,1,1,1,1,7.19E-05,0,0.672486709,0.672519568,0.67287234
-7770,1,0.3176,1,1,1,1,1,1,1,1,0.0032,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000349548,0,0.602658391,1,1,1,1,1,0,0,0.334794223,1,1,1,1,1,0.000166548,0,0.669284679,0.669346308,0.669326241
-7771,1,0.3176,1,1,1,1,1,1,1,1,0.0061,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0031,0.6105,0,1,1,1,1,1,0.000262113,0,0.540363491,1,1,1,1,1,0,0,0.272962064,1,1,1,1,1,0.002284919,0,0.653516191,0.653691559,0.653812057
-7772,1,0.3176,1,1,1,1,1,1,1,1,0.0055,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0023,0.6105,0,1,1,1,1,1,0.00049435,0,0.753197551,1,1,1,1,1,0,0,0.347121477,1,1,1,1,1,0.001704985,0,0.628745771,0.62872858,0.628989362
-7773,1,0.3176,1,1,1,1,1,1,1,1,0.0081,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0001,0.6105,0,1,1,1,1,1,0.000569083,0,0.652456641,1,1,1,1,1,0,0,0.510424078,1,1,1,1,1,0.001714974,0,0.589838086,0.589803258,0.58998227
-7774,1,0.3176,1,1,1,1,1,1,1,1,0.0083,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0003,0.6105,0,1,1,1,1,1,0.000608079,0,0.746044874,1,1,1,1,1,0.000461221,0,0.476337194,1,1,1,1,1,0.000953306,0,0.535161914,0.535223186,0.535460993
-7775,1,0.3176,1,1,1,1,1,1,1,1,0.0098,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0007,0.6105,0,1,1,1,1,1,0.000438548,0,0.718656301,1,1,1,1,1,0.000387467,0,0.380559713,1,1,1,1,1,0.004403454,0,0.484171097,0.484239475,0.484042553
-7776,1,0.3176,1,1,1,1,1,1,1,1,0.0061,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0006,0.6105,0,1,1,1,1,1,0.000334747,0,0.345465183,1,1,1,1,1,0.003523231,0,0.322750777,1,1,1,1,1,0.004705229,0,0.449855002,0.449756717,0.449911348
-7777,1,0.3176,1,1,1,1,1,1,1,1,0.0104,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0005,0.6105,0,1,1,1,1,1,0.000470295,0,0.35485667,1,1,1,1,1,0.002038171,0,0.633846164,1,1,1,1,1,0.004534023,0,0.431488642,0.431563359,0.431737589
-7778,1,0.3176,1,1,1,1,1,1,1,1,0.0055,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0003,0.6105,0,1,1,1,1,1,0.000476359,0,0.441440314,1,1,1,1,1,0.004637362,0,0.785070479,1,1,1,1,1,0.002944322,0,0.422667956,0.422678231,0.422429078
-7779,1,0.3176,1,1,1,1,1,1,1,1,0.0034,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0007,0.6105,0,1,1,1,1,1,0.000678846,0,0.563126445,1,1,1,1,1,0.003011689,0,0.57843852,1,1,1,1,1,0.003900795,0,0.421640889,0.421620478,0.421985816
-7780,1,0.3176,1,1,1,1,1,1,1,1,0.0033,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0017,0.6105,0,1,1,1,1,1,0.000520066,0,0.346432388,1,1,1,1,1,0.000504701,0,0.514903426,1,1,1,1,1,0.006325098,0,0.434509425,0.434525069,0.434840426
-7781,1,0.3176,1,1,1,1,1,1,1,1,0.0079,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0014,0.6105,0,1,1,1,1,1,0.000630585,0,0.395333588,1,1,1,1,1,0.000470246,0,0.516443014,1,1,1,1,1,0.006742511,0,0.475531658,0.475565898,0.475620567
-7782,1,0.3176,1,1,1,1,1,1,1,1,0.0075,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0011,0.6105,0,1,1,1,1,1,0.000549878,0,0.511630118,1,1,1,1,1,0.000409877,0,0.436792433,1,1,1,1,1,0.006177853,0,0.544888835,0.544742966,0.544769504
-7783,1,0.3176,1,1,1,1,1,1,1,1,0.0135,0.3176,0.0005,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0022,0.6105,0,1,1,1,1,1,0.000797224,0.000432913,0.547670603,1,1,1,1,1,0.001674554,0,0.185078546,1,1,1,1,1,0.008658526,5.52E-05,0.587119381,0.587053099,0.587322695
-7784,1,0.3176,1,1,1,1,1,1,1,1,0.0235,0.3176,0.2107,1,0.2776,1,1,1,1,1,1,0,0.2776,0.2402,1,0.6105,1,1,1,0.0027,0.6105,0.25,1,1,1,1,1,0.001646203,0.313150525,0.821496665,1,1,1,1,1,0.002970537,0.391336113,0.488268614,1,1,1,1,1,0.009894922,0.24068512,0.601981634,0.601861646,0.601950355
-7785,1,0.3176,1,1,1,1,1,1,1,1,0.0512,0.3176,0.3555,1,0.2776,1,1,1,1,1,1,0,0.2776,0.4033,1,0.6105,1,1,1,0.0016,0.6105,0.3845,1,1,1,1,1,0.005696866,0.516044617,0.952696323,1,1,1,1,1,0.006343673,0.611724436,0.878456593,1,1,1,1,1,0.008550358,0.462749779,0.607902368,0.607785065,0.607712766
-7786,1,0.3176,1,1,1,1,1,1,1,1,0.0804,0.3176,0.4531,1,0.2776,1,1,1,1,1,1,0.0232,0.2776,0.5252,1,0.6105,1,1,1,0.0014,0.6105,0.5574,1,1,1,1,1,0.017996114,0.646036267,0.890085936,1,1,1,1,1,0.027240496,0.774965882,0.83257544,1,1,1,1,1,0.008936825,0.62272501,0.608506525,0.608631267,0.608599291
-7787,1,0.3176,1,1,1,1,1,1,1,1,0.144,0.3176,0.5151,1,0.2776,1,1,1,1,1,1,0.0114,0.2776,0.5684,1,0.6105,1,1,1,0.0017,0.6105,0.5641,1,1,1,1,1,0.026041679,0.707449615,1,1,1,1,1,1,0.021793054,0.829657435,1,1,1,1,1,1,0.005344978,0.627557874,0.604156597,0.604188703,0.604166667
-7788,1,0.3176,1,1,1,1,1,1,1,1,0.1315,0.3176,0.49,1,0.2776,1,1,1,1,1,1,0.0015,0.2776,0.5798,1,0.6105,1,1,1,0.0023,0.6105,0.5627,1,1,1,1,1,0.017354434,0.708566546,1,1,1,1,1,1,0.010652602,0.852502286,1,1,1,1,1,1,0.001665539,0.625198722,0.594490092,0.594668923,0.594858156
-7789,1,0.3176,1,1,1,1,1,1,1,1,0.1308,0.3176,0.5189,1,0.2776,1,1,1,1,1,1,0.0008,0.2776,0.5932,1,0.6105,1,1,1,0.0025,0.6105,0.5413,1,1,1,1,1,0.015555942,0.753914654,1,1,1,1,1,1,0.005000815,0.857873559,1,1,1,1,1,1,0.001180912,0.699195266,0.590079749,0.590014809,0.590425532
-7790,1,0.3176,1,1,1,1,1,1,1,1,0.0766,0.3176,0.4458,1,0.2776,1,1,1,1,1,1,0,0.2776,0.5063,1,0.6105,1,1,1,0.0015,0.6105,0.4425,1,1,1,1,1,0.00712484,0.703535318,1,1,1,1,1,1,0.000529467,0.768260777,1,1,1,1,1,1,0.00040575,0.646057963,0.584159014,0.58409139,0.584219858
-7791,1,0.3176,1,1,1,1,1,1,1,1,0.1023,0.3176,0.2889,1,0.2776,1,1,1,1,1,1,0,0.2776,0.3341,1,0.6105,1,1,1,0.0008,0.6105,0.2591,1,1,1,1,1,0.010659058,0.52488035,1,1,1,1,1,1,0.001212396,0.568905175,1,1,1,1,1,1,0.001464195,0.464218616,0.582346544,0.582398985,0.582446809
-7792,1,0.3176,1,1,1,1,1,1,1,1,0.0565,0.3176,0.0118,1,0.2776,1,1,1,1,1,1,0.0012,0.2776,0.0807,1,0.6105,1,1,1,0.0002,0.6105,0,1,1,1,1,1,0.005953325,0.061629716,0.995827377,1,1,1,1,1,0.005400332,0.221158817,1,1,1,1,1,1,0.000812164,0,0.621556307,0.621535858,0.621897163
-7793,1,0.3176,1,1,1,1,1,1,1,1,0.0284,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.002027009,0,0.98910886,1,1,1,1,1,0.000113678,0,0.979425728,1,1,1,1,1,0.000170718,0,0.660524408,0.660672731,0.660460993
-7794,1,0.3176,1,1,1,1,1,1,1,1,0.0235,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.001268705,0,0.952582121,1,1,1,1,1,0,0,0.74330759,1,1,1,1,1,0.000888702,0,0.651703722,0.651576052,0.652039007
-7795,1,0.3176,1,1,1,1,1,1,1,1,0.0209,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0006,0.6105,0,1,1,1,1,1,0.000945687,0,0.575242281,1,1,1,1,1,2.66E-06,0,0.572790325,1,1,1,1,1,0.00350857,0,0.633095698,0.633171144,0.632978723
-7796,1,0.3176,1,1,1,1,1,1,1,1,0.0247,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0014,0.6105,0,1,1,1,1,1,0.001349229,0,0.824895442,1,1,1,1,1,0.000165011,0,0.959304452,1,1,1,1,1,0.004553401,0,0.607962784,0.607996615,0.608156028
-7797,1,0.3176,1,1,1,1,1,1,1,1,0.0179,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.001,0.6105,0,1,1,1,1,1,0.001551306,0,0.97468245,1,1,1,1,1,0.0016285,0,0.984227538,1,1,1,1,1,0.006782471,0,0.571713388,0.571821451,0.571808511
-7798,1,0.3176,1,1,1,1,1,1,1,1,0.0065,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0014,0.6105,0,1,1,1,1,1,0.001612648,0,0.992563963,1,1,1,1,1,0.007285096,0,1,1,1,1,1,1,0.005745484,0,0.524649589,0.524645653,0.524822695
-7799,1,0.3176,1,1,1,1,1,1,1,1,0.0029,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0007,0.6105,0,1,1,1,1,1,0.00109021,0,0.856826723,1,1,1,1,1,0.011147533,0,0.983228326,1,1,1,1,1,0.005779034,0,0.475833736,0.475777449,0.47606383
-7800,1,0.3176,1,1,1,1,1,1,1,1,0.0014,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0051,0.2776,0,1,0.6105,1,1,1,0.0016,0.6105,0,1,1,1,1,1,0.000926061,0,0.674290955,1,1,1,1,1,0.010347592,0,0.702688277,1,1,1,1,1,0.006366211,0,0.439040599,0.438967633,0.438829787
-7801,1,0.3176,1,1,1,1,1,1,1,1,0.0005,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0018,0.6105,0,1,1,1,1,1,0.000636891,0,0.597712636,1,1,1,1,1,0.007061226,0,0.688221514,1,1,1,1,1,0.011183758,0,0.417774287,0.417812566,0.417553191
-7802,1,0.3176,1,1,1,1,1,1,1,1,0.0006,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0019,0.6105,0,1,1,1,1,1,0.000608182,0,0.615299344,1,1,1,1,1,0.003677165,0,0.779272556,1,1,1,1,1,0.009870166,0,0.405691155,0.405754178,0.405585106
-7803,1,0.3176,1,1,1,1,1,1,1,1,0.0011,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0015,0.6105,0,1,1,1,1,1,0.000664345,0,0.573776245,1,1,1,1,1,0.003675231,0,0.753837526,1,1,1,1,1,0.005997939,0,0.401462059,0.401523165,0.401595745
-7804,1,0.3176,1,1,1,1,1,1,1,1,0.0045,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0028,0.6105,0,1,1,1,1,1,0.000668739,0,0.582348287,1,1,1,1,1,0.003470376,0,0.826345563,1,1,1,1,1,0.009896526,0,0.405691155,0.405754178,0.405585106
-7805,1,0.3176,1,1,1,1,1,1,1,1,0.0063,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0023,0.6105,0,1,1,1,1,1,0.000707432,0,0.626207829,1,1,1,1,1,0.002648685,0,0.941251636,1,1,1,1,1,0.007203966,0,0.425024166,0.425005289,0.425088652
-7806,1,0.3176,1,1,1,1,1,1,1,1,0.0112,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0035,0.6105,0,1,1,1,1,1,0.001174905,0,0.732423544,1,1,1,1,1,0.005223885,0,0.92337364,1,1,1,1,1,0.009121983,0,0.453842436,0.453776179,0.453900709
-7807,1,0.3176,1,1,1,1,1,1,1,1,0.0067,0.3176,0.0117,1,0.2776,1,1,1,1,1,1,0,0.2776,0.0145,1,0.6105,1,1,1,0.0035,0.6105,0,1,1,1,1,1,0.000871241,0.033562467,0.782520294,1,1,1,1,1,0.001501309,0.017217714,0.781066775,1,1,1,1,1,0.008730289,0.021296905,0.489246013,0.489105141,0.489361702
-7808,1,0.3176,1,1,1,1,1,1,1,1,0.0059,0.3176,0.3135,1,0.2776,1,1,1,1,1,1,0,0.2776,0.3201,1,0.6105,1,1,1,0.0031,0.6105,0.2856,1,1,1,1,1,0.000640904,0.553554833,0.831649423,1,1,1,1,1,0.000464844,0.5443452,0.722261786,1,1,1,1,1,0.006330795,0.55033493,0.528516191,0.528453565,0.528812057
-7809,1,0.3176,1,1,1,1,1,1,1,1,0.0176,0.3176,0.4909,1,0.2776,1,1,1,1,1,1,0,0.2776,0.4972,1,0.6105,1,1,1,0.0003,0.6105,0.4582,1,1,1,1,1,0.001770277,0.759903967,0.942542672,1,1,1,1,1,0.000594189,0.757715762,0.918584347,1,1,1,1,1,0.002536579,0.755710721,0.554313678,0.554262746,0.554521277
-7810,1,0.3176,1,1,1,1,1,1,1,1,0.0281,0.3176,0.6116,1,0.2776,1,1,1,1,1,1,0,0.2776,0.616,1,0.6105,1,1,1,0.0004,0.6105,0.5645,1,1,1,1,1,0.003313313,0.863625884,0.986009121,1,1,1,1,1,0.000425417,0.866518021,1,1,1,1,1,1,0.001241791,0.855422497,0.565430159,0.565474931,0.565159574
-7811,1,0.3176,1,1,1,1,1,1,1,1,0.0212,0.3176,0.643,1,0.2776,1,1,1,1,1,1,0,0.2776,0.6499,1,0.6105,1,1,1,0.0022,0.6105,0.59,1,1,1,1,1,0.002824627,0.902348995,0.944722056,1,1,1,1,1,0.000243767,0.907547355,0.892613649,1,1,1,1,1,0.002772517,0.894147515,0.565309328,0.565263381,0.565159574
-7812,1,0.3176,1,1,1,1,1,1,1,1,0.0132,0.3176,0.6438,1,0.2776,1,1,1,1,1,1,0,0.2776,0.6489,1,0.6105,1,1,1,0.0057,0.6105,0.603,1,1,1,1,1,0.001697219,0.901090801,0.905310333,1,1,1,1,1,9.82E-05,0.910203338,0.714135706,1,1,1,1,1,0.001877615,0.888088942,0.545855486,0.545800719,0.546099291
-7813,1,0.3176,1,1,1,1,1,1,1,1,0.0071,0.3176,0.6127,1,0.2776,1,1,1,1,1,1,0,0.2776,0.6224,1,0.6105,1,1,1,0.0106,0.6105,0.5858,1,1,1,1,1,0.000706184,0.855698884,0.814754128,1,1,1,1,1,0,0.869441032,0.421940029,1,1,1,1,1,0.005749429,0.832549989,0.514318511,0.51427967,0.51462766
-7814,1,0.3176,1,1,1,1,1,1,1,1,0.0075,0.3176,0.4871,1,0.2776,1,1,1,1,1,1,0,0.2776,0.5066,1,0.6105,1,1,1,0.009,0.6105,0.4523,1,1,1,1,1,0.000944653,0.744540155,0.835285783,1,1,1,1,1,0,0.763872564,0.484851569,1,1,1,1,1,0.008412978,0.710501075,0.486285645,0.486354982,0.486258865
-7815,1,0.3176,1,1,1,1,1,1,1,1,0.0029,0.3176,0.3058,1,0.2776,1,1,1,1,1,1,0,0.2776,0.3337,1,0.6105,1,1,1,0.0047,0.6105,0.2599,1,1,1,1,1,0.000244402,0.539229929,0.779872417,1,1,1,1,1,0,0.567183435,0.397587717,1,1,1,1,1,0.002895803,0.484395146,0.47202755,0.471969537,0.472074468
-7816,1,0.3176,1,1,1,1,1,1,1,1,0.0034,0.3176,0.0269,1,0.2776,1,1,1,1,1,1,0,0.2776,0.0917,1,0.6105,1,1,1,0.0003,0.6105,0,1,1,1,1,1,0.000447075,0.117836066,0.809114277,1,1,1,1,1,0,0.229788601,0.378165454,1,1,1,1,1,0.002040948,0,0.490031416,0.489951343,0.489804965
-7817,1,0.3176,1,1,1,1,1,1,1,1,0.0014,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0011,0.6105,0,1,1,1,1,1,1.59E-05,0,0.605632484,1,1,1,1,1,0,0,0.358104199,1,1,1,1,1,0.005539492,0,0.51099565,0.510894859,0.51108156
-7818,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0,0,0.455645859,1,1,1,1,1,0,0,0.243994281,1,1,1,1,1,0.008710774,0,0.511297728,0.511317961,0.511524823
-7819,1,0.3176,1,1,1,1,1,1,1,1,0.0003,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0017,0.6105,0,1,1,1,1,1,0.000351816,0,0.387614936,1,1,1,1,1,5.34E-05,0,0.246197373,1,1,1,1,1,0.016114114,0,0.510331078,0.510260207,0.510638298
-7820,1,0.3176,1,1,1,1,1,1,1,1,0.0016,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0017,0.6105,0,1,1,1,1,1,0.000614079,0,0.277916372,1,1,1,1,1,8.28E-05,0,0.189868063,1,1,1,1,1,0.018012827,0,0.507974867,0.50793315,0.507978723
-7821,1,0.3176,1,1,1,1,1,1,1,1,0.0026,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0036,0.6105,0,1,1,1,1,1,0.001974684,0,0.167014092,1,1,1,1,1,0.000750634,0,0.0929856,1,1,1,1,1,0.020288346,0,0.494139681,0.494182357,0.494237589
-7822,1,0.3176,1,1,1,1,1,1,1,1,0.0042,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0042,0.6105,0,1,1,1,1,1,0.001972042,0,0.158946812,1,1,1,1,1,0.000391895,0,0.062581941,1,1,1,1,1,0.031856228,0,0.472752537,0.472815739,0.47251773
-7823,1,0.3176,1,1,1,1,1,1,1,1,0.0031,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0037,0.6105,0,1,1,1,1,1,0.002394157,0,0.093944684,1,1,1,1,1,0.000457125,0,0.013845813,1,1,1,1,1,0.017327307,0,0.44320928,0.443198646,0.443262411
-7824,1,0.3176,1,1,1,1,1,1,1,1,0.0021,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.004,0.6105,0,1,1,1,1,1,0.001612915,0,0.107933842,1,1,1,1,1,0.000129207,0,0.005306545,1,1,1,1,1,0.023226418,0,0.416868052,0.416754813,0.417109929
-7825,1,0.3176,1,1,1,1,1,1,1,1,0.0015,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0029,0.6105,0,1,1,1,1,1,0.00148137,0,0.148003444,1,1,1,1,1,0.000942007,0,0,1,1,1,1,1,0.025064053,0,0.402549541,0.402580918,0.402925532
-7826,1,0.3176,1,1,1,1,1,1,1,1,0.0009,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0023,0.6105,0,1,1,1,1,1,0.001565404,0,0.126645014,1,1,1,1,1,0.003162221,0,0,1,1,1,1,1,0.014805968,0,0.397232963,0.397292151,0.397163121
-7827,1,0.3176,1,1,1,1,1,1,1,1,0.0015,0.3176,0,1,0.2776,1,1,1,1,1,1,0.002,0.2776,0,1,0.6105,1,1,1,0.0025,0.6105,0,1,1,1,1,1,0.00244815,0,0.099559762,1,1,1,1,1,0.005398102,0,0,1,1,1,1,1,0.013597097,0,0.396628806,0.396657499,0.396719858
-7828,1,0.3176,1,1,1,1,1,1,1,1,0.0045,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0071,0.2776,0,1,0.6105,1,1,1,0.0044,0.6105,0,1,1,1,1,1,0.005960895,0,0.051773045,1,1,1,1,1,0.010553308,0,0,1,1,1,1,1,0.012847777,0,0.405993233,0.405965729,0.406028369
-7829,1,0.3176,1,1,1,1,1,1,1,1,0.0058,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0073,0.2776,0,1,0.6105,1,1,1,0.0043,0.6105,0,1,1,1,1,1,0.008118855,0,0.043616697,1,1,1,1,1,0.010252004,0,0,1,1,1,1,1,0.015538577,0,0.429917835,0.429870954,0.429964539
-7830,1,0.3176,1,1,1,1,1,1,1,1,0.0027,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0067,0.2776,0,1,0.6105,1,1,1,0.0039,0.6105,0,1,1,1,1,1,0.002935668,0,0.020765871,1,1,1,1,1,0.010225604,0,0,1,1,1,1,1,0.018750623,0,0.461273562,0.461392003,0.46143617
-7831,1,0.3176,1,1,1,1,1,1,1,1,0.001,0.3176,0.0135,1,0.2776,1,1,1,1,1,1,0.02,0.2776,0.0014,1,0.6105,1,1,1,0.0035,0.6105,0,1,1,1,1,1,0.003738043,0.01212929,0.012952658,1,1,1,1,1,0.024549808,0.005251379,0,1,1,1,1,1,0.011670622,0.002535487,0.487916868,0.487835837,0.488031915
-7832,1,0.3179,1,1,1,1,1,1,1,1,0.0049,0.3179,0.3063,1,0.2777,1,1,1,1,1,1,0.0158,0.2777,0.3094,1,0.6105,1,1,1,0.0131,0.6105,0.2461,1,1,1,1,1,0.004781893,0.533414841,0.0257066,1,1,1,1,1,0.018762143,0.531251967,0,1,1,1,1,1,0.026840495,0.540006518,0.513895602,0.513856569,0.514184397
-7833,1,0.3183,1,1,1,1,1,1,1,1,0.0165,0.3183,0.4727,1,0.2778,1,1,1,1,1,1,0.0062,0.2778,0.4709,1,0.6106,1,1,1,0.0254,0.6106,0.3273,1,1,1,1,1,0.004285319,0.739461482,0.028430561,1,1,1,1,1,0.006536862,0.689402819,0,1,1,1,1,1,0.037631251,0.741373062,0.529482842,0.529511318,0.529698582
-7834,1,0.3186,1,1,1,1,1,1,1,1,0.0207,0.3186,0.5797,1,0.2779,1,1,1,1,1,1,0.0025,0.2779,0.5601,1,0.6106,1,1,1,0.0375,0.6106,0.4515,1,1,1,1,1,0.000959005,0.831518173,0.002265802,1,1,1,1,1,0.001906287,0.764008641,0.035720684,1,1,1,1,1,0.05178808,0.847893119,0.53437651,0.534376983,0.534574468
-7835,1,0.3189,1,1,1,1,1,1,1,1,0.0371,0.3189,0.6075,1,0.278,1,1,1,1,1,1,0.0104,0.278,0.5863,1,0.6107,1,1,1,0.0625,0.6107,0.5248,1,1,1,1,1,0.003832318,0.858383894,0.00867191,1,1,1,1,1,0.009281274,0.818908691,0.124184027,1,1,1,1,1,0.100149065,0.877397358,0.531899468,0.531838375,0.531914894
-7836,1,0.3193,1,1,1,1,1,1,1,1,0.0643,0.3193,0.6239,1,0.2781,1,1,1,1,1,1,0.0505,0.2781,0.6292,1,0.6107,1,1,1,0.0835,0.6107,0.5248,1,1,1,1,1,0.035234682,0.869122505,0.001417384,1,1,1,1,1,0.055620037,0.893170893,0.114948168,1,1,1,1,1,0.110474057,0.858522296,0.524045433,0.524011001,0.52393617
-7837,1,0.3196,1,1,1,1,1,1,1,1,0.0934,0.3196,0.6046,1,0.2783,1,1,1,1,1,1,0.0305,0.2783,0.6075,1,0.6108,1,1,1,0.1179,0.6108,0.4708,1,1,1,1,1,0.063207977,0.836846888,0.009424824,1,1,1,1,1,0.039621405,0.855114639,0.199187696,1,1,1,1,1,0.171644807,0.785445988,0.515285162,0.515337423,0.515514184
-7838,1,0.3199,1,1,1,1,1,1,1,1,0.0741,0.3199,0.4789,1,0.2784,1,1,1,1,1,1,0.0559,0.2784,0.5014,1,0.6108,1,1,1,0.0843,0.6108,0.3313,1,1,1,1,1,0.04864309,0.737591743,0.010386042,1,1,1,1,1,0.066800281,0.739189267,0.186653942,1,1,1,1,1,0.117246985,0.625937402,0.510633156,0.510683309,0.510638298
-7839,1,0.3203,1,1,1,1,1,1,1,1,0.0632,0.3203,0.2928,1,0.2785,1,1,1,1,1,1,0.1032,0.2785,0.3257,1,0.6109,1,1,1,0.0901,0.6109,0.1518,1,1,1,1,1,0.069160461,0.509163499,0.002884334,1,1,1,1,1,0.118347988,0.549237072,0.055690054,1,1,1,1,1,0.167533025,0.427600026,0.516130981,0.516183626,0.516400709
-7840,1,0.3206,1,1,1,1,1,1,1,1,0.0548,0.3206,0.0223,1,0.2786,1,1,1,1,1,1,0.0663,0.2786,0.067,1,0.6109,1,1,1,0.0432,0.6109,0,1,1,1,1,1,0.037983596,0.095638037,0.011607529,1,1,1,1,1,0.066335246,0.114867859,0.033266492,1,1,1,1,1,0.102358863,0,0.563496858,0.563570975,0.563386525
-7841,1,0.3209,1,1,1,1,1,1,1,1,0.0385,0.3209,0,1,0.2787,1,1,1,1,1,1,0.0312,0.2787,0,1,0.611,1,1,1,0.0291,0.611,0,1,1,1,1,1,0.01754914,0,0.00131028,1,1,1,1,1,0.029939309,0,0.034334294,1,1,1,1,1,0.106645443,0,0.599142098,0.599111487,0.59929078
-7842,1,0.3213,1,1,1,1,1,1,1,1,0.04,0.3213,0,1,0.2788,1,1,1,1,1,1,0.0084,0.2788,0,1,0.611,1,1,1,0.0377,0.611,0,1,1,1,1,1,0.015839411,0,0,1,1,1,1,1,0.007797354,0,0.011345027,1,1,1,1,1,0.103989266,0,0.589536008,0.589591707,0.589539007
-7843,1,0.3216,1,1,1,1,1,1,1,1,0.0565,0.3216,0,1,0.2789,1,1,1,1,1,1,0.024,0.2789,0,1,0.6111,1,1,1,0.0426,0.6111,0,1,1,1,1,1,0.031023413,0,0,1,1,1,1,1,0.021256493,0,0,1,1,1,1,1,0.118663497,0,0.571048816,0.570975249,0.571365248
-7844,1,0.322,1,1,1,1,1,1,1,1,0.0597,0.322,0,1,0.2791,1,1,1,1,1,1,0.0288,0.2791,0,1,0.6111,1,1,1,0.0421,0.6111,0,1,1,1,1,1,0.048862576,0,0.001345007,1,1,1,1,1,0.023306223,0,0.054215975,1,1,1,1,1,0.102994524,0,0.549903335,0.549820182,0.550088652
-7845,1,0.3223,1,1,1,1,1,1,1,1,0.0468,0.3223,0,1,0.2792,1,1,1,1,1,1,0.016,0.2792,0,1,0.6111,1,1,1,0.0109,0.6111,0,1,1,1,1,1,0.029354954,0,0.011657838,1,1,1,1,1,0.012676011,0,0.161498174,1,1,1,1,1,0.045349691,0,0.521507975,0.521683943,0.521719858
-7846,1,0.3226,1,1,1,1,1,1,1,1,0.0276,0.3226,0,1,0.2793,1,1,1,1,1,1,0.0076,0.2793,0,1,0.6112,1,1,1,0.0184,0.6112,0,1,1,1,1,1,0.011120594,0,0.017196147,1,1,1,1,1,0.006347439,0,0.745766044,1,1,1,1,1,0.056293793,0,0.484171097,0.484239475,0.484042553
-7847,1,0.323,1,1,1,1,1,1,1,1,0.0153,0.323,0,1,0.2794,1,1,1,1,1,1,0.0022,0.2794,0,1,0.6112,1,1,1,0.0076,0.6112,0,1,1,1,1,1,0.003586798,0,0.050978944,1,1,1,1,1,0.002089004,0,0.955347419,1,1,1,1,1,0.025801308,0,0.442725955,0.442775545,0.442819149
-7848,1,0.3233,1,1,1,1,1,1,1,1,0.0188,0.3233,0,1,0.2795,1,1,1,1,1,1,0.0061,0.2795,0,1,0.6113,1,1,1,0.0035,0.6113,0,1,1,1,1,1,0.010016988,0,0.050582305,1,1,1,1,1,0.007992504,0,0.809399009,1,1,1,1,1,0.011499355,0,0.411068149,0.411042945,0.411347518
-7849,1,0.3236,1,1,1,1,1,1,1,1,0.0267,0.3236,0,1,0.2796,1,1,1,1,1,1,0.0281,0.2796,0,1,0.6113,1,1,1,0.0048,0.6113,0,1,1,1,1,1,0.01425541,0,0.035671853,1,1,1,1,1,0.029984765,0,0.367441624,1,1,1,1,1,0.01167495,0,0.391493475,0.391580283,0.391400709
-7850,1,0.324,1,1,1,1,1,1,1,1,0.0211,0.324,0,1,0.2797,1,1,1,1,1,1,0.0798,0.2797,0,1,0.6114,1,1,1,0.0027,0.6114,0,1,1,1,1,1,0.014045461,0,0.009413069,1,1,1,1,1,0.093207844,0,0.781154215,1,1,1,1,1,0.009423662,0,0.381464476,0.381425851,0.381648936
-7851,1,0.3243,1,1,1,1,1,1,1,1,0.0512,0.3243,0,1,0.2799,1,1,1,1,1,1,0.3842,0.2799,0,1,0.6114,1,1,1,0.0074,0.6114,0,1,1,1,1,1,0.074382246,0,0.006600315,1,1,1,1,1,0.335240155,0,0.875015497,1,1,1,1,1,0.006311693,0,0.377416626,0.377406389,0.377659574
-7852,1,0.3246,1,1,1,1,1,1,1,1,0.0645,0.3246,0,1,0.28,1,1,1,1,1,1,0.4204,0.28,0,1,0.6115,1,1,1,0.0137,0.6115,0,1,1,1,1,1,0.120767988,0,0.045244023,1,1,1,1,1,0.349249631,0,0.99520421,1,1,1,1,1,0.004113879,0,0.381162397,0.381214301,0.381205674
-7853,1,0.325,1,1,1,1,1,1,1,1,0.0705,0.325,0,1,0.2801,1,1,1,1,1,1,0.3761,0.2801,0,1,0.6115,1,1,1,0.0158,0.6115,0,1,1,1,1,1,0.133499622,0,0.291549146,1,1,1,1,1,0.316383421,0,1,1,1,1,1,1,0.002927472,0,0.396870469,0.39686905,0.396719858
-7854,1,0.3253,1,1,1,1,1,1,1,1,0.1604,0.3253,0,1,0.2802,1,1,1,1,1,1,0.347,0.2802,0,1,0.6116,1,1,1,0.0124,0.6116,0,1,1,1,1,1,0.19926174,0,0.401262611,1,1,1,1,1,0.307613194,0,1,1,1,1,1,1,0.003854856,0,0.424782504,0.424793738,0.42464539
-7855,1,0.3256,1,1,1,1,1,1,1,1,0.1555,0.3256,0,1,0.2803,1,1,1,1,1,1,0.2839,0.2803,0,1,0.6116,1,1,1,0.0069,0.6116,0,1,1,1,1,1,0.168670475,0,0.452673465,1,1,1,1,1,0.281653881,0,1,1,1,1,1,1,0.006954536,0,0.456681972,0.456737889,0.456560284
-7856,1,0.326,1,1,1,1,1,1,1,1,0.2285,0.326,0.2275,1,0.2804,1,1,1,1,1,1,0.4392,0.2804,0.2309,1,0.6116,1,1,1,0.0056,0.6116,0.1651,1,1,1,1,1,0.21274966,0.404688329,0.473825753,1,1,1,1,1,0.39370659,0.395392388,1,1,1,1,1,1,0.007345814,0.336372614,0.497885452,0.497778718,0.497783688
-7857,1,0.3263,1,1,1,1,1,1,1,1,0.3928,0.3263,0.4015,1,0.2805,1,1,1,1,1,1,0.5717,0.2805,0.4623,1,0.6117,1,1,1,0.0216,0.6117,0.3527,1,1,1,1,1,0.336151153,0.645491183,0.67678833,1,1,1,1,1,0.55145365,0.716423273,1,1,1,1,1,1,0.020626873,0.488395631,0.526159981,0.526126507,0.526152482
-7858,1,0.3267,1,1,1,1,1,1,1,1,0.4246,0.3267,0.5501,1,0.2807,1,1,1,1,1,1,0.6687,0.2807,0.5742,1,0.6117,1,1,1,0.0277,0.6117,0.3867,1,1,1,1,1,0.419276714,0.787828028,0.953487754,1,1,1,1,1,0.629397452,0.815854192,1,1,1,1,1,1,0.038272675,0.593105078,0.535886902,0.535857838,0.535904255
-7859,1,0.327,1,1,1,1,1,1,1,1,0.5523,0.327,0.6021,1,0.2808,1,1,1,1,1,1,0.7365,0.2808,0.5443,1,0.6118,1,1,1,0.0672,0.6118,0.3986,1,1,1,1,1,0.623573065,0.805871904,1,1,1,1,1,1,0.710020423,0.784329653,1,1,1,1,1,1,0.073516801,0.704687893,0.537518125,0.537550243,0.537677305
-7860,1,0.3273,1,1,1,1,1,1,1,1,0.5532,0.3273,0.5869,1,0.2809,1,1,1,1,1,1,0.761,0.2809,0.5293,1,0.6118,1,1,1,0.1695,0.6118,0.3597,1,1,1,1,1,0.619242311,0.724944234,1,1,1,1,1,1,0.729047716,0.684599221,1,1,1,1,1,1,0.270042241,0.711863697,0.534980667,0.534800085,0.53501773
-7861,1,0.3277,1,1,1,1,1,1,1,1,0.5769,0.3277,0.5295,1,0.281,1,1,1,1,1,1,0.4448,0.281,0.4992,1,0.6119,1,1,1,0.1743,0.6119,0.3241,1,1,1,1,1,0.610666931,0.703915119,1,1,1,1,1,1,0.470759332,0.638236582,1,1,1,1,1,1,0.270173669,0.639163613,0.528576607,0.528665115,0.528812057
-7862,1,0.328,1,1,1,1,1,1,1,1,0.5926,0.328,0.4425,1,0.2811,1,1,1,1,1,1,0.4977,0.2811,0.4393,1,0.6119,1,1,1,0.1799,0.6119,0.2954,1,1,1,1,1,0.585540652,0.634863913,1,1,1,1,1,1,0.514856756,0.634926915,1,1,1,1,1,1,0.280861586,0.553861141,0.526643306,0.526761159,0.527039007
-7863,1,0.3283,1,1,1,1,1,1,1,1,0.3812,0.3283,0.2859,1,0.2812,1,1,1,1,1,1,0.5678,0.2812,0.283,1,0.612,1,1,1,0.1144,0.612,0.1939,1,1,1,1,1,0.412749171,0.488822043,1,1,1,1,1,1,0.60759747,0.440593243,1,1,1,1,1,1,0.196339339,0.34703806,0.535947318,0.535857838,0.535904255
-7864,1,0.3287,1,1,1,1,1,1,1,1,0.4051,0.3287,0.0002,1,0.2814,1,1,1,1,1,1,0.4781,0.2814,0.0094,1,0.612,1,1,1,0.1454,0.612,0,1,1,1,1,1,0.391869068,0.001098039,1,1,1,1,1,1,0.432149589,0.052118525,1,1,1,1,1,1,0.260527611,0,0.584642339,0.584726042,0.584663121
-7865,1,0.329,1,1,1,1,1,1,1,1,0.4005,0.329,0,1,0.2815,1,1,1,1,1,1,0.5776,0.2815,0,1,0.6121,1,1,1,0.193,0.6121,0,1,1,1,1,1,0.399155378,0,1,1,1,1,1,1,0.48088944,0,1,1,1,1,1,1,0.358756423,0,0.621495892,0.621535858,0.621897163
-7866,1,0.3293,1,1,1,1,1,1,1,1,0.3866,0.3293,0,1,0.2816,1,1,1,1,1,1,0.5239,0.2816,0,1,0.6121,1,1,1,0.1722,0.6121,0,1,1,1,1,1,0.385396808,0,1,1,1,1,1,1,0.490401864,0,1,1,1,1,1,1,0.30559361,0,0.616481392,0.616670193,0.616578014
-7867,1,0.3297,1,1,1,1,1,1,1,1,0.3843,0.3297,0,1,0.2817,1,1,1,1,1,1,0.4434,0.2817,0,1,0.6121,1,1,1,0.175,0.6121,0,1,1,1,1,1,0.253845155,0,1,1,1,1,1,1,0.406071365,0,1,1,1,1,1,1,0.332944304,0,0.601981634,0.601861646,0.601950355
-7868,1,0.33,1,1,1,1,1,1,1,1,0.4668,0.33,0,1,0.2818,1,1,1,1,1,1,0.5361,0.2818,0,1,0.6122,1,1,1,0.2698,0.6122,0,1,1,1,1,1,0.366100967,0,1,1,1,1,1,1,0.450585991,0,1,1,1,1,1,1,0.433399796,0,0.585246496,0.585360694,0.585549645
-7869,1,0.3304,1,1,1,1,1,1,1,1,0.3014,0.3304,0,1,0.2819,1,1,1,1,1,1,0.4272,0.2819,0,1,0.6122,1,1,1,0.2692,0.6122,0,1,1,1,1,1,0.248909295,0,1,1,1,1,1,1,0.409205556,0,1,1,1,1,1,1,0.43922317,0,0.559811503,0.559763063,0.559840426
-7870,1,0.3307,1,1,1,1,1,1,1,1,0.238,0.3307,0,1,0.282,1,1,1,1,1,1,0.2428,0.282,0,1,0.6123,1,1,1,0.3543,0.6123,0,1,1,1,1,1,0.216569215,0,1,1,1,1,1,1,0.232680783,0,1,1,1,1,1,1,0.526427865,0,0.523622523,0.52379945,0.523492908
-7871,1,0.331,1,1,1,1,1,1,1,1,0.2347,0.331,0,1,0.2822,1,1,1,1,1,1,0.3556,0.2822,0,1,0.6123,1,1,1,0.282,0.6123,0,1,1,1,1,1,0.250397474,0,1,1,1,1,1,1,0.334955782,0,1,1,1,1,1,1,0.448530257,0,0.484775254,0.484662577,0.484929078
-7872,1,0.3314,1,1,1,1,1,1,1,1,0.2932,0.3314,0,1,0.2823,1,1,1,1,1,1,0.3702,0.2823,0,1,0.6124,1,1,1,0.3233,0.6124,0,1,1,1,1,1,0.282815009,0,1,1,1,1,1,1,0.349133134,0,1,1,1,1,1,1,0.479108572,0,0.453419526,0.453353078,0.453457447
-7873,1,0.3317,1,1,1,1,1,1,1,1,0.3358,0.3317,0,1,0.2824,1,1,1,1,1,1,0.4787,0.2824,0,1,0.6124,1,1,1,0.344,0.6124,0,1,1,1,1,1,0.346591592,0,1,1,1,1,1,1,0.449146748,0,1,1,1,1,1,1,0.557121873,0,0.4340261,0.434101967,0.434397163
-7874,1,0.332,1,1,1,1,1,1,1,1,0.2612,0.332,0,1,0.2825,1,1,1,1,1,1,0.3559,0.2825,0,1,0.6125,1,1,1,0.3822,0.6125,0,1,1,1,1,1,0.258870006,0,1,1,1,1,1,1,0.324426472,0,1,1,1,1,1,1,0.675242841,0,0.424299178,0.424370637,0.424202128
-7875,1,0.3324,1,1,1,1,1,1,1,1,0.2982,0.3324,0,1,0.2826,1,1,1,1,1,1,0.4117,0.2826,0,1,0.6125,1,1,1,0.4591,0.6125,0,1,1,1,1,1,0.291703999,0,1,1,1,1,1,1,0.381244063,0,1,1,1,1,1,1,0.713071764,0,0.420915901,0.420774275,0.421099291
-7876,1,0.3327,1,1,1,1,1,1,1,1,0.2823,0.3327,0,1,0.2827,1,1,1,1,1,1,0.3983,0.2827,0,1,0.6126,1,1,1,0.4571,0.6126,0,1,1,1,1,1,0.270128071,0,1,1,1,1,1,1,0.354199618,0,1,1,1,1,1,1,0.741864145,0,0.424782504,0.424793738,0.42464539
-7877,1,0.333,1,1,1,1,1,1,1,1,0.3046,0.333,0,1,0.2828,1,1,1,1,1,1,0.4239,0.2828,0,1,0.6126,1,1,1,0.5115,0.6126,0,1,1,1,1,1,0.310011566,0,1,1,1,1,1,1,0.394214094,0,1,1,1,1,1,1,0.77311486,0,0.437167714,0.437275227,0.437056738
-7878,1,0.3334,1,1,1,1,1,1,1,1,0.2308,0.3334,0,1,0.283,1,1,1,1,1,1,0.252,0.283,0,1,0.6126,1,1,1,0.5044,0.6126,0,1,1,1,1,1,0.226427823,0,1,1,1,1,1,1,0.247125655,0,1,1,1,1,1,1,0.787130356,0,0.456863219,0.456737889,0.457003546
-7879,1,0.3337,1,1,1,1,1,1,1,1,0.2176,0.3337,0,1,0.2831,1,1,1,1,1,1,0.127,0.2831,0,1,0.6127,1,1,1,0.4002,0.6127,0,1,1,1,1,1,0.155630141,0,1,1,1,1,1,1,0.11422988,0,1,1,1,1,1,1,0.699752271,0,0.481029483,0.481066215,0.480939716
-7880,1,0.334,1,1,1,1,1,1,1,1,0.2881,0.334,0.2782,1,0.2832,1,1,1,1,1,1,0.1644,0.2832,0.199,1,0.6127,1,1,1,0.3564,0.6127,0.2292,1,1,1,1,1,0.18900314,0.484832674,1,1,1,1,1,1,0.142117813,0.333788902,1,1,1,1,1,1,0.570839167,0.511561394,0.519695505,0.519779987,0.519946809
-7881,1,0.3344,1,1,1,1,1,1,1,1,0.3787,0.3344,0.4514,1,0.2833,1,1,1,1,1,1,0.3909,0.2833,0.3047,1,0.6128,1,1,1,0.4693,0.6128,0.4107,1,1,1,1,1,0.345473498,0.689378917,1,1,1,1,1,1,0.349680513,0.349193305,1,1,1,1,1,1,0.717556,0.734182715,0.548453359,0.548550878,0.548758865
-7882,1,0.3347,1,1,1,1,1,1,1,1,0.4539,0.3347,0.4131,1,0.2834,1,1,1,1,1,1,0.3386,0.2834,0.2944,1,0.6128,1,1,1,0.5794,0.6128,0.514,1,1,1,1,1,0.440644056,0.518061459,1,1,1,1,1,1,0.304492921,0.454266429,1,1,1,1,1,1,0.809007585,0.853207886,0.565732238,0.565686482,0.565602837
-7883,1,0.3351,1,1,1,1,1,1,1,1,0.4788,0.3351,0.3239,1,0.2835,1,1,1,1,1,1,0.3667,0.2835,0.3306,1,0.6129,1,1,1,0.5425,0.6129,0.547,1,1,1,1,1,0.377502173,0.497477412,1,1,1,1,1,1,0.338521719,0.475615948,1,1,1,1,1,1,0.758063197,0.91103667,0.574371677,0.574360059,0.574468085
-7884,1,0.3354,1,1,1,1,1,1,1,1,0.4929,0.3354,0.4152,1,0.2837,1,1,1,1,1,1,0.3815,0.2837,0.429,1,0.6129,1,1,1,0.5811,0.6129,0.5606,1,1,1,1,1,0.434998453,0.555348635,1,1,1,1,1,1,0.374676168,0.575129926,1,1,1,1,1,1,0.823880017,0.806878924,0.575036249,0.574994711,0.57535461
-7885,1,0.3357,1,1,1,1,1,1,1,1,0.5176,0.3357,0.474,1,0.2838,1,1,1,1,1,1,0.291,0.2838,0.3786,1,0.613,1,1,1,0.5305,0.613,0.5106,1,1,1,1,1,0.469947696,0.594108403,1,1,1,1,1,1,0.30456233,0.525165319,1,1,1,1,1,1,0.757858217,0.52901113,0.56917593,0.569071293,0.569592199
-7886,1,0.3361,1,1,1,1,1,1,1,1,0.4415,0.3361,0.3742,1,0.2839,1,1,1,1,1,1,0.1678,0.2839,0.3117,1,0.613,1,1,1,0.5743,0.613,0.3627,1,1,1,1,1,0.370641887,0.499116808,1,1,1,1,1,1,0.183696508,0.456799358,1,1,1,1,1,1,0.777882814,0.330557406,0.568753021,0.568648191,0.569148936
-7887,1,0.3364,1,1,1,1,1,1,1,1,0.3418,0.3364,0.1973,1,0.284,1,1,1,1,1,1,0.109,0.284,0.1732,1,0.6131,1,1,1,0.4354,0.6131,0.1605,1,1,1,1,1,0.300153464,0.273360372,1,1,1,1,1,1,0.140936062,0.34499225,1,1,1,1,1,1,0.617800891,0.204878777,0.580111165,0.580071927,0.580230496
-7888,1,0.3367,1,1,1,1,1,1,1,1,0.2663,0.3367,0,1,0.2841,1,1,1,1,1,1,0.0918,0.2841,0.0089,1,0.6131,1,1,1,0.3852,0.6131,0,1,1,1,1,1,0.18992205,0,1,1,1,1,1,1,0.095977023,0.073989756,1,1,1,1,1,1,0.51892966,0,0.632189464,0.632324942,0.632535461
-7889,1,0.3371,1,1,1,1,1,1,1,1,0.1595,0.3371,0,1,0.2842,1,1,1,1,1,1,0.0378,0.2842,0,1,0.6131,1,1,1,0.3254,0.6131,0,1,1,1,1,1,0.098883942,0,1,1,1,1,1,1,0.031120759,0,1,1,1,1,1,1,0.449498922,0,0.671761721,0.671673366,0.671985816
-7890,1,0.3374,1,1,1,1,1,1,1,1,0.0835,0.3374,0,1,0.2843,1,1,1,1,1,1,0.0377,0.2843,0,1,0.6132,1,1,1,0.2526,0.6132,0,1,1,1,1,1,0.041670185,0,1,1,1,1,1,1,0.025657954,0,1,1,1,1,1,1,0.363311082,0,0.66662639,0.6668077,0.666666667
-7891,1,0.3377,1,1,1,1,1,1,1,1,0.0801,0.3377,0,1,0.2845,1,1,1,1,1,1,0.0797,0.2845,0,1,0.6132,1,1,1,0.2713,0.6132,0,1,1,1,1,1,0.046520531,0,1,1,1,1,1,1,0.056693397,0,0.955889583,1,1,1,1,1,0.436661184,0,0.648743354,0.648614343,0.64893617
-7892,1,0.3381,1,1,1,1,1,1,1,1,0.063,0.3381,0,1,0.2846,1,1,1,1,1,1,0.0937,0.2846,0,1,0.6133,1,1,1,0.2508,0.6133,0,1,1,1,1,1,0.039619386,0,1,1,1,1,1,1,0.06856554,0,1,1,1,1,1,1,0.414287388,0,0.62681247,0.626824624,0.62677305
-7893,1,0.3384,1,1,1,1,1,1,1,1,0.0469,0.3384,0,1,0.2847,1,1,1,1,1,1,0.1054,0.2847,0,1,0.6133,1,1,1,0.1963,0.6133,0,1,1,1,1,1,0.020708684,0,0.995079517,1,1,1,1,1,0.088274181,0,1,1,1,1,1,1,0.333956808,0,0.580292412,0.580283478,0.580230496
-7894,1,0.3387,1,1,1,1,1,1,1,1,0.0833,0.3387,0,1,0.2848,1,1,1,1,1,1,0.0786,0.2848,0,1,0.6134,1,1,1,0.1995,0.6134,0,1,1,1,1,1,0.035795957,0,1,1,1,1,1,1,0.061578289,0,1,1,1,1,1,1,0.366334319,0,0.529845336,0.529722869,0.529698582
-7895,1,0.3391,1,1,1,1,1,1,1,1,0.0937,0.3391,0,1,0.2849,1,1,1,1,1,1,0.1264,0.2849,0,1,0.6134,1,1,1,0.1476,0.6134,0,1,1,1,1,1,0.034966871,0,1,1,1,1,1,1,0.107197732,0,1,1,1,1,1,1,0.295367479,0,0.484352344,0.484239475,0.484485816
-7896,1,0.3394,1,1,1,1,1,1,1,1,0.0684,0.3394,0,1,0.285,1,1,1,1,1,1,0.1048,0.285,0,1,0.6135,1,1,1,0.143,0.6135,0,1,1,1,1,1,0.025533708,0,1,1,1,1,1,1,0.077896178,0,1,1,1,1,1,1,0.267627925,0,0.454023683,0.45398773,0.453900709
-7897,1,0.3398,1,1,1,1,1,1,1,1,0.0764,0.3398,0,1,0.2851,1,1,1,1,1,1,0.0441,0.2851,0,1,0.6135,1,1,1,0.0939,0.6135,0,1,1,1,1,1,0.017815681,0,1,1,1,1,1,1,0.034703147,0,1,1,1,1,1,1,0.168640256,0,0.438255196,0.438332981,0.438386525
-7898,1,0.3401,1,1,1,1,1,1,1,1,0.0812,0.3401,0,1,0.2853,1,1,1,1,1,1,0.0539,0.2853,0,1,0.6136,1,1,1,0.1059,0.6136,0,1,1,1,1,1,0.014184227,0,1,1,1,1,1,1,0.034782603,0,1,1,1,1,1,1,0.207929328,0,0.431730304,0.43177491,0.431737589
-7899,1,0.3404,1,1,1,1,1,1,1,1,0.0744,0.3404,0,1,0.2854,1,1,1,1,1,1,0.0603,0.2854,0,1,0.6136,1,1,1,0.0875,0.6136,0,1,1,1,1,1,0.019348627,0,0.97712636,1,1,1,1,1,0.042723127,0,1,1,1,1,1,1,0.155684143,0,0.432032383,0.431986461,0.432180851
-7900,1,0.3408,1,1,1,1,1,1,1,1,0.0565,0.3408,0,1,0.2855,1,1,1,1,1,1,0.0826,0.2855,0,1,0.6136,1,1,1,0.0586,0.6136,0,1,1,1,1,1,0.017990123,0,0.990322113,1,1,1,1,1,0.06389457,0,0.861760259,1,1,1,1,1,0.148740977,0,0.448042533,0.447852761,0.448138298
-7901,1,0.3411,1,1,1,1,1,1,1,1,0.063,0.3411,0,1,0.2856,1,1,1,1,1,1,0.0923,0.2856,0,1,0.6137,1,1,1,0.073,0.6137,0,1,1,1,1,1,0.02147655,0,0.879968047,1,1,1,1,1,0.067953229,0,1,1,1,1,1,1,0.144432753,0,0.493475109,0.493547705,0.493794326
-7902,1,0.3414,1,1,1,1,1,1,1,1,0.0449,0.3414,0,1,0.2857,1,1,1,1,1,1,0.0989,0.2857,0,1,0.6137,1,1,1,0.0483,0.6137,0,1,1,1,1,1,0.015347878,0,0.835671663,1,1,1,1,1,0.062016007,0,1,1,1,1,1,1,0.097884431,0,0.573646689,0.573725407,0.574024823
-7903,1,0.3418,1,1,1,1,1,1,1,1,0.0549,0.3418,0,1,0.2858,1,1,1,1,1,1,0.0636,0.2858,0,1,0.6138,1,1,1,0.042,0.6138,0,1,1,1,1,1,0.021508196,0,0.972449064,1,1,1,1,1,0.043356638,0,1,1,1,1,1,1,0.068848588,0,0.614185597,0.614131585,0.614361702
-7904,1,0.3421,1,1,1,1,1,1,1,1,0.0477,0.3421,0.2772,1,0.2859,1,1,1,1,1,1,0.0976,0.2859,0.288,1,0.6138,1,1,1,0.0457,0.6138,0.2412,1,1,1,1,1,0.021165118,0.467204511,0.870282292,1,1,1,1,1,0.072153643,0.493700296,1,1,1,1,1,1,0.075373076,0.511609197,0.617689705,0.617727946,0.617907801
-7905,1,0.3424,1,1,1,1,1,1,1,1,0.1262,0.3424,0.4703,1,0.2861,1,1,1,1,1,1,0.2321,0.2861,0.4637,1,0.6139,1,1,1,0.0791,0.6139,0.4239,1,1,1,1,1,0.09063796,0.69370091,0.984408379,1,1,1,1,1,0.195347548,0.696572661,1,1,1,1,1,1,0.136499137,0.741816163,0.618777187,0.618574149,0.618794326
-7906,1,0.3428,1,1,1,1,1,1,1,1,0.1636,0.3428,0.5945,1,0.2862,1,1,1,1,1,1,0.3226,0.2862,0.5536,1,0.6139,1,1,1,0.1435,0.6139,0.5375,1,1,1,1,1,0.106005646,0.787053287,0.948561192,1,1,1,1,1,0.297921598,0.79753387,1,1,1,1,1,1,0.244123727,0.829162717,0.617931368,0.617939497,0.618351064
-7907,1,0.3431,1,1,1,1,1,1,1,1,0.2344,0.3431,0.6074,1,0.2863,1,1,1,1,1,1,0.4531,0.2863,0.6065,1,0.614,1,1,1,0.1683,0.614,0.543,1,1,1,1,1,0.203533158,0.821506977,1,1,1,1,1,1,0.390486419,0.751623034,1,1,1,1,1,1,0.258757532,0.82029736,0.614306428,0.614343135,0.614361702
-7908,1,0.3435,1,1,1,1,1,1,1,1,0.3743,0.3435,0.6058,1,0.2864,1,1,1,1,1,1,0.4105,0.2864,0.579,1,0.614,1,1,1,0.1941,0.614,0.5847,1,1,1,1,1,0.389131874,0.813984334,1,1,1,1,1,1,0.373949528,0.751410306,1,1,1,1,1,1,0.277015239,0.682227135,0.609352344,0.60947747,0.609485816
-7909,1,0.3438,1,1,1,1,1,1,1,1,0.3745,0.3438,0.573,1,0.2865,1,1,1,1,1,1,0.3767,0.2865,0.5484,1,0.6141,1,1,1,0.2715,0.6141,0.5846,1,1,1,1,1,0.408331364,0.76099211,0.968784571,1,1,1,1,1,0.336303055,0.716123641,1,1,1,1,1,1,0.43207407,0.694282234,0.604942001,0.604823355,0.605053191
-7910,1,0.3441,1,1,1,1,1,1,1,1,0.3731,0.3441,0.4695,1,0.2866,1,1,1,1,1,1,0.3358,0.2866,0.4642,1,0.6141,1,1,1,0.1809,0.6141,0.4711,1,1,1,1,1,0.329427123,0.657909989,0.877860546,1,1,1,1,1,0.337581694,0.670256615,0.990731001,1,1,1,1,1,0.301956058,0.681336403,0.598719188,0.598688386,0.598847518
-7911,1,0.3445,1,1,1,1,1,1,1,1,0.2043,0.3445,0.2946,1,0.2868,1,1,1,1,1,1,0.1963,0.2868,0.3147,1,0.6141,1,1,1,0.1282,0.6141,0.2707,1,1,1,1,1,0.186301038,0.491393656,0.678386688,1,1,1,1,1,0.190968663,0.53443706,0.640313625,1,1,1,1,1,0.203140423,0.468723834,0.605123248,0.605246457,0.605496454
-7912,1,0.3448,1,1,1,1,1,1,1,1,0.1127,0.3448,0.0015,1,0.2869,1,1,1,1,1,1,0.1024,0.2869,0.0484,1,0.6142,1,1,1,0.1004,0.6142,0,1,1,1,1,1,0.086585201,0.010907735,0.651507914,1,1,1,1,1,0.097033188,0.165380776,0.443274379,1,1,1,1,1,0.169588864,0,0.654966167,0.654960863,0.655141844
-7913,1,0.3451,1,1,1,1,1,1,1,1,0.0212,0.3451,0,1,0.287,1,1,1,1,1,1,0.0403,0.287,0,1,0.6142,1,1,1,0.0938,0.6142,0,1,1,1,1,1,0.019580055,0,0.519758224,1,1,1,1,1,0.033442974,0,0.220900282,1,1,1,1,1,0.180846497,0,0.704265346,0.704252168,0.704787234
-7914,1,0.3455,1,1,1,1,1,1,1,1,0.014,0.3455,0,1,0.2871,1,1,1,1,1,1,0.0071,0.2871,0,1,0.6143,1,1,1,0.0661,0.6143,0,1,1,1,1,1,0.009247675,0,0.667598605,1,1,1,1,1,0.008169477,0,0.182389528,1,1,1,1,1,0.095605589,0,0.703359111,0.703405966,0.703457447
-7915,1,0.3458,1,1,1,1,1,1,1,1,0.0067,0.3458,0,1,0.2872,1,1,1,1,1,1,0,0.2872,0,1,0.6143,1,1,1,0.1026,0.6143,0,1,1,1,1,1,0.000553914,0,0.911084652,1,1,1,1,1,0.000340936,0,0.131899238,1,1,1,1,1,0.175159171,0,0.688376027,0.688385868,0.688386525
-7916,1,0.3461,1,1,1,1,1,1,1,1,0.0044,0.3461,0,1,0.2873,1,1,1,1,1,1,0,0.2873,0,1,0.6144,1,1,1,0.0875,0.6144,0,1,1,1,1,1,0.000420807,0,0.875410676,1,1,1,1,1,1.81E-05,0,0.027147647,1,1,1,1,1,0.166425392,0,0.661309812,0.661307383,0.661347518
-7917,1,0.3465,1,1,1,1,1,1,1,1,0.0029,0.3465,0,1,0.2874,1,1,1,1,1,1,0,0.2874,0,1,0.6144,1,1,1,0.0486,0.6144,0,1,1,1,1,1,0.000307265,0,0.786043763,1,1,1,1,1,0,0,0.047462307,1,1,1,1,1,0.099801324,0,0.616602223,0.616670193,0.616578014
-7918,1,0.3468,1,1,1,1,1,1,1,1,0.0037,0.3468,0,1,0.2876,1,1,1,1,1,1,0,0.2876,0,1,0.6145,1,1,1,0.0136,0.6145,0,1,1,1,1,1,0.000228408,0,0.353490412,1,1,1,1,1,0,0,0,1,1,1,1,1,0.040504973,0,0.557878202,0.557859107,0.558067376
-7919,1,0.3471,1,1,1,1,1,1,1,1,0.0013,0.3471,0,1,0.2877,1,1,1,1,1,1,0,0.2877,0,1,0.6145,1,1,1,0.0159,0.6145,0,1,1,1,1,1,8.60E-05,0,0.311085522,1,1,1,1,1,5.58E-05,0,0,1,1,1,1,1,0.059952989,0,0.505135331,0.505182991,0.505319149
-7920,1,0.3475,1,1,1,1,1,1,1,1,0.0021,0.3475,0,1,0.2878,1,1,1,1,1,1,0,0.2878,0,1,0.6146,1,1,1,0.0063,0.6146,0,1,1,1,1,1,0.000104763,0,0.127206534,1,1,1,1,1,5.27E-06,0,0,1,1,1,1,1,0.03768323,0,0.472510875,0.472604189,0.47251773
-7921,1,0.3478,1,1,1,1,1,1,1,1,0.001,0.3478,0,1,0.2879,1,1,1,1,1,1,0,0.2879,0,1,0.6146,1,1,1,0.0023,0.6146,0,1,1,1,1,1,7.23E-05,0,0.043578222,1,1,1,1,1,0,0,0.000581152,1,1,1,1,1,0.024293661,0,0.455352827,0.455468585,0.455673759
-7922,1,0.3482,1,1,1,1,1,1,1,1,0.0006,0.3482,0,1,0.288,1,1,1,1,1,1,0,0.288,0,1,0.6146,1,1,1,0.0006,0.6146,0,1,1,1,1,1,4.83E-05,0,0.027171472,1,1,1,1,1,0,0,0,1,1,1,1,1,0.006348834,0,0.447257129,0.447218109,0.447251773
-7923,1,0.3485,1,1,1,1,1,1,1,1,0.0013,0.3485,0,1,0.2881,1,1,1,1,1,1,0,0.2881,0,1,0.6147,1,1,1,0.0001,0.6147,0,1,1,1,1,1,3.43E-05,0,0.035178684,1,1,1,1,1,0,0,0,1,1,1,1,1,0.005563081,0,0.446834219,0.446795007,0.446808511
-7924,1,0.3488,1,1,1,1,1,1,1,1,0.0012,0.3488,0,1,0.2882,1,1,1,1,1,1,0,0.2882,0,1,0.6147,1,1,1,0.0012,0.6147,0,1,1,1,1,1,1.49E-05,0,0.064882994,1,1,1,1,1,0,0,0,1,1,1,1,1,0.007497231,0,0.460548574,0.460545801,0.460549645
-7925,1,0.3492,1,1,1,1,1,1,1,1,0.0004,0.3492,0,1,0.2884,1,1,1,1,1,1,0,0.2884,0,1,0.6148,1,1,1,0.0005,0.6148,0,1,1,1,1,1,0,0,0.064245701,1,1,1,1,1,0.000137333,0,0,1,1,1,1,1,0.006974106,0,0.504108265,0.504125238,0.504432624
-7926,1,0.3495,1,1,1,1,1,1,1,1,0,0.3495,0,1,0.2885,1,1,1,1,1,1,0,0.2885,0,1,0.6148,1,1,1,0.0006,0.6148,0,1,1,1,1,1,0.000140162,0,0.024262831,1,1,1,1,1,0.000778959,0,0,1,1,1,1,1,0.007351849,0,0.583856936,0.583668289,0.584219858
-7927,1,0.3498,1,1,1,1,1,1,1,1,0.0004,0.3498,0,1,0.2886,1,1,1,1,1,1,0,0.2886,0,1,0.6149,1,1,1,0,0.6149,0,1,1,1,1,1,0.000263533,0,0.053837113,1,1,1,1,1,0.0005811,0,0.039201308,1,1,1,1,1,0.003386561,0,0.626329145,0.626401523,0.62677305
-7928,1,0.3502,1,1,1,1,1,1,1,1,0.0027,0.3502,0.1029,1,0.2887,1,1,1,1,1,1,0,0.2887,0.0745,1,0.6149,1,1,1,0,0.6149,0.1645,1,1,1,1,1,0.000260974,0.149309188,0.126247689,1,1,1,1,1,8.29E-05,0.125385612,0.281199485,1,1,1,1,1,0.002099297,0.243529931,0.636599807,0.636767506,0.636968085
-7929,1,0.3505,1,1,1,1,1,1,1,1,0.005,0.3505,0.2427,1,0.2888,1,1,1,1,1,1,0,0.2888,0.2522,1,0.615,1,1,1,0,0.615,0.3343,1,1,1,1,1,0.000111165,0.412142485,0.029412426,1,1,1,1,1,0,0.386224777,0.000979058,1,1,1,1,1,0.002029608,0.486427128,0.641191397,0.64121007,0.641400709
-7930,1,0.3508,1,1,1,1,1,1,1,1,0.0058,0.3508,0.3353,1,0.2889,1,1,1,1,1,1,0,0.2889,0.3334,1,0.615,1,1,1,0,0.615,0.4384,1,1,1,1,1,0.002125618,0.49110195,0.000696963,1,1,1,1,1,0,0.451408923,0,1,1,1,1,1,0.000988073,0.592234731,0.646145481,0.646075735,0.646276596
-7931,1,0.3512,1,1,1,1,1,1,1,1,0.0028,0.3512,0.3693,1,0.289,1,1,1,1,1,1,0,0.289,0.3485,1,0.6151,1,1,1,0,0.6151,0.3978,1,1,1,1,1,0.000896637,0.507119298,0.023370184,1,1,1,1,1,0,0.52073884,0.00648377,1,1,1,1,1,1.66E-05,0.525072098,0.648078782,0.648191242,0.648049645
-7932,1,0.3515,1,1,1,1,1,1,1,1,0,0.3515,0.321,1,0.2892,1,1,1,1,1,1,0,0.2892,0.3388,1,0.6151,1,1,1,0,0.6151,0.3351,1,1,1,1,1,3.92E-05,0.430667639,0.012369691,1,1,1,1,1,7.23E-05,0.536072493,0.068388224,1,1,1,1,1,9.26E-05,0.505084753,0.647172547,0.647133488,0.647606383
-7933,1,0.3518,1,1,1,1,1,1,1,1,0,0.3518,0.2798,1,0.2893,1,1,1,1,1,1,0,0.2893,0.3379,1,0.6151,1,1,1,0,0.6151,0.3637,1,1,1,1,1,8.31E-05,0.418788314,0.075646281,1,1,1,1,1,0.000337823,0.527772665,0.711678803,1,1,1,1,1,0,0.395201713,0.646689222,0.646710387,0.646719858
-7934,1,0.3522,1,1,1,1,1,1,1,1,0.0012,0.3522,0.2887,1,0.2894,1,1,1,1,1,1,0,0.2894,0.3133,1,0.6152,1,1,1,0,0.6152,0.3002,1,1,1,1,1,0.000195095,0.469936907,0.282814294,1,1,1,1,1,0.000346163,0.460226595,1,1,1,1,1,1,0,0.331712306,0.643003867,0.642902475,0.643173759
-7935,1,0.3525,1,1,1,1,1,1,1,1,0.0032,0.3525,0.1717,1,0.2895,1,1,1,1,1,1,0,0.2895,0.1924,1,0.6152,1,1,1,0.0005,0.6152,0.1921,1,1,1,1,1,0.000347156,0.327512324,0.374575913,1,1,1,1,1,0.000449425,0.331259072,0.995916247,1,1,1,1,1,0.00013351,0.279971123,0.651280812,0.651364502,0.651595745
-7936,1,0.3529,1,1,1,1,1,1,1,1,0.0015,0.3529,0,1,0.2896,1,1,1,1,1,1,0,0.2896,0,1,0.6153,1,1,1,0,0.6153,0,1,1,1,1,1,0.000685094,0,0.865818143,1,1,1,1,1,0.001011067,0,1,1,1,1,1,1,3.63E-07,0,0.6959884,0.696001692,0.696365248
-7937,1,0.3532,1,1,1,1,1,1,1,1,0.0032,0.3532,0,1,0.2897,1,1,1,1,1,1,0,0.2897,0,1,0.6153,1,1,1,0,0.6153,0,1,1,1,1,1,0.000753927,0,0.973924637,1,1,1,1,1,0.000993402,0,1,1,1,1,1,1,0,0,0.725531658,0.725618786,0.72606383
-7938,1,0.3535,1,1,1,1,1,1,1,1,0.0037,0.3535,0,1,0.2899,1,1,1,1,1,1,0,0.2899,0,1,0.6154,1,1,1,0,0.6154,0,1,1,1,1,1,0.00094837,0,0.994509459,1,1,1,1,1,0.001521005,0,1,1,1,1,1,1,1.90E-05,0,0.719973417,0.719906918,0.720301418
-7939,1,0.3539,1,1,1,1,1,1,1,1,0.0105,0.3539,0,1,0.29,1,1,1,1,1,1,0,0.29,0,1,0.6154,1,1,1,0.0001,0.6154,0,1,1,1,1,1,0.00151871,0,1,1,1,1,1,1,0.001989559,0,1,1,1,1,1,1,0.000774101,0,0.700700822,0.700655807,0.700797872
-7940,1,0.3542,1,1,1,1,1,1,1,1,0.0174,0.3542,0,1,0.2901,1,1,1,1,1,1,0,0.2901,0,1,0.6155,1,1,1,0.0004,0.6155,0,1,1,1,1,1,0.001624565,0,1,1,1,1,1,1,0.002567902,0,1,1,1,1,1,1,0.002497762,0,0.67037216,0.670404062,0.670656028
-7941,1,0.3545,1,1,1,1,1,1,1,1,0.0245,0.3545,0,1,0.2902,1,1,1,1,1,1,0,0.2902,0,1,0.6155,1,1,1,0.0006,0.6155,0,1,1,1,1,1,0.002331245,0,0.997259498,1,1,1,1,1,0.003383472,0,1,1,1,1,1,1,0.001938478,0,0.621858386,0.621747409,0.622340426
-7942,1,0.3549,1,1,1,1,1,1,1,1,0.0311,0.3549,0,1,0.2903,1,1,1,1,1,1,0,0.2903,0,1,0.6156,1,1,1,0.0011,0.6156,0,1,1,1,1,1,0.002415482,0,1,1,1,1,1,1,0.002645026,0,1,1,1,1,1,1,0.002490798,0,0.561261479,0.561243918,0.561170213
-7943,1,0.3552,1,1,1,1,1,1,1,1,0.033,0.3552,0,1,0.2904,1,1,1,1,1,1,0,0.2904,0,1,0.6156,1,1,1,0.0017,0.6156,0,1,1,1,1,1,0.002231756,0,1,1,1,1,1,1,0.001735809,0,1,1,1,1,1,1,0.00463824,0,0.507008217,0.506875397,0.507092199
-7944,1,0.3555,1,1,1,1,1,1,1,1,0.0402,0.3555,0,1,0.2905,1,1,1,1,1,1,0,0.2905,0,1,0.6157,1,1,1,0.0021,0.6157,0,1,1,1,1,1,0.003235244,0,1,1,1,1,1,1,0.002864446,0,1,1,1,1,1,1,0.006304348,0,0.471665056,0.471757986,0.471631206
-7945,1,0.3559,1,1,1,1,1,1,1,1,0.0671,0.3559,0,1,0.2907,1,1,1,1,1,1,0,0.2907,0,1,0.6157,1,1,1,0.0015,0.6157,0,1,1,1,1,1,0.005711064,0,1,1,1,1,1,1,0.004851548,0,1,1,1,1,1,1,0.00516984,0,0.452875785,0.452718426,0.453014184
-7946,1,0.3562,1,1,1,1,1,1,1,1,0.0672,0.3562,0,1,0.2908,1,1,1,1,1,1,0,0.2908,0,1,0.6157,1,1,1,0.0026,0.6157,0,1,1,1,1,1,0.004902418,0,1,1,1,1,1,1,0.003734391,0,1,1,1,1,1,1,0.009447602,0,0.445202997,0.445102602,0.445035461
-7947,1,0.3566,1,1,1,1,1,1,1,1,0.0922,0.3566,0,1,0.2909,1,1,1,1,1,1,0,0.2909,0,1,0.6158,1,1,1,0.0057,0.6158,0,1,1,1,1,1,0.008653584,0,1,1,1,1,1,1,0.003451632,0,1,1,1,1,1,1,0.020964867,0,0.445082165,0.445102602,0.445035461
-7948,1,0.3569,1,1,1,1,1,1,1,1,0.0933,0.3569,0,1,0.291,1,1,1,1,1,1,0,0.291,0,1,0.6158,1,1,1,0.0076,0.6158,0,1,1,1,1,1,0.007520034,0,0.940527022,1,1,1,1,1,0.003968705,0,1,1,1,1,1,1,0.018550284,0,0.459098598,0.459064946,0.459219858
-7949,1,0.3572,1,1,1,1,1,1,1,1,0.0914,0.3572,0,1,0.2911,1,1,1,1,1,1,0,0.2911,0,1,0.6159,1,1,1,0.0101,0.6159,0,1,1,1,1,1,0.008136377,0,0.957997084,1,1,1,1,1,0.001861324,0,1,1,1,1,1,1,0.020571366,0,0.503383277,0.503490586,0.503546099
-7950,1,0.3576,1,1,1,1,1,1,1,1,0.0831,0.3576,0,1,0.2912,1,1,1,1,1,1,0,0.2912,0,1,0.6159,1,1,1,0.0204,0.6159,0,1,1,1,1,1,0.007600174,0,0.951696277,1,1,1,1,1,0.00532535,0,1,1,1,1,1,1,0.030098235,0,0.584400677,0.584514491,0.584219858
-7951,1,0.3579,1,1,1,1,1,1,1,1,0.0824,0.3579,0,1,0.2913,1,1,1,1,1,1,0,0.2913,0,1,0.616,1,1,1,0.0271,0.616,0,1,1,1,1,1,0.004530646,0,1,1,1,1,1,1,0.001071922,0,1,1,1,1,1,1,0.03908335,0,0.627174964,0.627247726,0.627216312
-7952,1,0.3582,1,1,1,1,1,1,1,1,0.0819,0.3582,0.1982,1,0.2915,1,1,1,1,1,1,0,0.2915,0.2372,1,0.616,1,1,1,0.0244,0.616,0.1528,1,1,1,1,1,0.004872135,0.359610915,1,1,1,1,1,1,0.001096228,0.441714257,0.928134382,1,1,1,1,1,0.03934633,0.212462723,0.631887385,0.63190184,0.632092199
-7953,1,0.3586,1,1,1,1,1,1,1,1,0.137,0.3586,0.3702,1,0.2916,1,1,1,1,1,1,0,0.2916,0.443,1,0.6161,1,1,1,0.017,0.6161,0.3592,1,1,1,1,1,0.009902422,0.559364676,1,1,1,1,1,1,0.002900195,0.684637785,0.998075128,1,1,1,1,1,0.03671243,0.47113663,0.632974867,0.632959594,0.632978723
-7954,1,0.3589,1,1,1,1,1,1,1,1,0.1429,0.3589,0.4604,1,0.2917,1,1,1,1,1,1,0,0.2917,0.5472,1,0.6161,1,1,1,0.0206,0.6161,0.4321,1,1,1,1,1,0.011367219,0.686387718,1,1,1,1,1,1,0.005874466,0.753449857,0.848225951,1,1,1,1,1,0.037670474,0.579038322,0.634847753,0.634651999,0.635195035
-7955,1,0.3592,1,1,1,1,1,1,1,1,0.1575,0.3592,0.5011,1,0.2918,1,1,1,1,1,1,0,0.2918,0.5775,1,0.6162,1,1,1,0.0233,0.6162,0.4239,1,1,1,1,1,0.013692169,0.757732749,1,1,1,1,1,1,0.004740882,0.817503333,0.955644548,1,1,1,1,1,0.044498149,0.594207525,0.629893668,0.629786334,0.629875887
-7956,1,0.3596,1,1,1,1,1,1,1,1,0.1512,0.3596,0.5173,1,0.2919,1,1,1,1,1,1,0,0.2919,0.5742,1,0.6162,1,1,1,0.0097,0.6162,0.4609,1,1,1,1,1,0.012560264,0.764957786,1,1,1,1,1,1,0.003897096,0.78637439,0.91402781,1,1,1,1,1,0.025262492,0.592677712,0.622160464,0.62217051,0.622340426
-7957,1,0.3599,1,1,1,1,1,1,1,1,0.142,0.3599,0.5058,1,0.292,1,1,1,1,1,1,0.0686,0.292,0.4846,1,0.6162,1,1,1,0.0069,0.6162,0.3962,1,1,1,1,1,0.018030934,0.675923228,1,1,1,1,1,1,0.060591135,0.681280792,0.800402939,1,1,1,1,1,0.021184182,0.610819578,0.620287579,0.620266554,0.620567376
-7958,1,0.3602,1,1,1,1,1,1,1,1,0.1123,0.3602,0.3876,1,0.2922,1,1,1,1,1,1,0.13,0.2922,0.3915,1,0.6163,1,1,1,0.0046,0.6163,0.3179,1,1,1,1,1,0.044280976,0.534172833,0.994559169,1,1,1,1,1,0.117472827,0.571766794,0.758722842,1,1,1,1,1,0.010342414,0.475621462,0.618716771,0.618574149,0.618794326
-7959,1,0.3606,1,1,1,1,1,1,1,1,0.0682,0.3606,0.1969,1,0.2923,1,1,1,1,1,1,0.076,0.2923,0.2302,1,0.6163,1,1,1,0.0036,0.6163,0.1341,1,1,1,1,1,0.028263077,0.31889388,0.92244792,1,1,1,1,1,0.081912547,0.370800614,0.923306882,1,1,1,1,1,0.007370892,0.211537391,0.62777912,0.627670827,0.628102837
-7960,1,0.3609,1,1,1,1,1,1,1,1,0.0262,0.3609,0,1,0.2924,1,1,1,1,1,1,0.0847,0.2924,0.0021,1,0.6164,1,1,1,0.003,0.6164,0,1,1,1,1,1,0.003294965,0,0.79864496,1,1,1,1,1,0.095803112,0.013348263,0.713668883,1,1,1,1,1,0.005356252,0,0.676897052,0.676750582,0.677304965
-7961,1,0.3613,1,1,1,1,1,1,1,1,0.0083,0.3613,0,1,0.2925,1,1,1,1,1,1,0.0449,0.2925,0,1,0.6164,1,1,1,0.0022,0.6164,0,1,1,1,1,1,0.001975568,0,0.627104759,1,1,1,1,1,0.044382736,0,0.437223852,1,1,1,1,1,0.004700871,0,0.716167231,0.716310556,0.716312057
-7962,1,0.3616,1,1,1,1,1,1,1,1,0.0089,0.3616,0,1,0.2926,1,1,1,1,1,1,0.0339,0.2926,0,1,0.6165,1,1,1,0.0016,0.6165,0,1,1,1,1,1,0.003874197,0,0.941429138,1,1,1,1,1,0.022209933,0,1,1,1,1,1,1,0.003850716,0,0.712179797,0.712079543,0.712322695
-7963,1,0.3619,1,1,1,1,1,1,1,1,0.0017,0.3619,0,1,0.2927,1,1,1,1,1,1,0.0023,0.2927,0,1,0.6165,1,1,1,0.0025,0.6165,0,1,1,1,1,1,0.001709126,0,0.928272843,1,1,1,1,1,0.004971771,0,1,1,1,1,1,1,0.002790326,0,0.696471725,0.696424794,0.696365248
-7964,1,0.3623,1,1,1,1,1,1,1,1,0.0009,0.3623,0,1,0.2928,1,1,1,1,1,1,0.0085,0.2928,0,1,0.6166,1,1,1,0.002,0.6166,0,1,1,1,1,1,0.00517818,0,0.926818967,1,1,1,1,1,0.008661659,0,1,1,1,1,1,1,0.001110072,0,0.671459642,0.671461815,0.671542553
-7965,1,0.3626,1,1,1,1,1,1,1,1,0.0036,0.3626,0,1,0.293,1,1,1,1,1,1,0.0039,0.293,0,1,0.6166,1,1,1,0.0009,0.6166,0,1,1,1,1,1,0.004705513,0,0.983213186,1,1,1,1,1,0.004060608,0,1,1,1,1,1,1,0.000999362,0,0.62862494,0.62872858,0.628989362
-7966,1,0.3629,1,1,1,1,1,1,1,1,0.0045,0.3629,0,1,0.2931,1,1,1,1,1,1,0,0.2931,0,1,0.6167,1,1,1,0,0.6167,0,1,1,1,1,1,0.001188291,0,1,1,1,1,1,1,0.001474489,0,1,1,1,1,1,1,0.000633273,0,0.570202997,0.570129046,0.570478723
-7967,1,0.3633,1,1,1,1,1,1,1,1,0.0107,0.3633,0,1,0.2932,1,1,1,1,1,1,0.0166,0.2932,0,1,0.6167,1,1,1,0.0091,0.6167,0,1,1,1,1,1,0.009813362,0,1,1,1,1,1,1,0.015846362,0,1,1,1,1,1,1,0.011114538,0,0.516795553,0.516818278,0.516843972
-7968,1,0.3636,1,1,1,1,1,1,1,1,0.0246,0.3636,0,1,0.2933,1,1,1,1,1,1,0.0332,0.2933,0,1,0.6167,1,1,1,0.0078,0.6167,0,1,1,1,1,1,0.019727848,0,1,1,1,1,1,1,0.027198892,0,1,1,1,1,1,1,0.015586227,0,0.482358627,0.482335519,0.482712766
-7969,1,0.3639,1,1,1,1,1,1,1,1,0.0264,0.3639,0,1,0.2934,1,1,1,1,1,1,0.05,0.2934,0,1,0.6168,1,1,1,0.0253,0.6168,0,1,1,1,1,1,0.021435797,0,0.952095509,1,1,1,1,1,0.038504388,0,1,1,1,1,1,1,0.045591634,0,0.46520058,0.465199915,0.465425532
-7970,1,0.3643,1,1,1,1,1,1,1,1,0.0589,0.3643,0,1,0.2935,1,1,1,1,1,1,0.0343,0.2935,0,1,0.6168,1,1,1,0.0745,0.6168,0,1,1,1,1,1,0.050195772,0,0.779764414,1,1,1,1,1,0.034627281,0,0.997670174,1,1,1,1,1,0.159016401,0,0.458011116,0.458007193,0.457890071
-7971,1,0.3646,1,1,1,1,1,1,1,1,0.0904,0.3646,0,1,0.2936,1,1,1,1,1,1,0.0226,0.2936,0,1,0.6169,1,1,1,0.0925,0.6169,0,1,1,1,1,1,0.077730633,0,0.908562005,1,1,1,1,1,0.019894971,0,1,1,1,1,1,1,0.203458309,0,0.458011116,0.458007193,0.457890071
-7972,1,0.365,1,1,1,1,1,1,1,1,0.0776,0.365,0,1,0.2938,1,1,1,1,1,1,0.0503,0.2938,0,1,0.6169,1,1,1,0.0656,0.6169,0,1,1,1,1,1,0.046216074,0,0.919531107,1,1,1,1,1,0.033551015,0,1,1,1,1,1,1,0.1622926,0,0.471121315,0.471123334,0.471187943
-7973,1,0.3653,1,1,1,1,1,1,1,1,0.0618,0.3653,0,1,0.2939,1,1,1,1,1,1,0.0292,0.2939,0,1,0.617,1,1,1,0.0645,0.617,0,1,1,1,1,1,0.025655974,0,0.964859009,1,1,1,1,1,0.017707666,0,0.99538219,1,1,1,1,1,0.196437225,0,0.516674722,0.516818278,0.516843972
-7974,1,0.3656,1,1,1,1,1,1,1,1,0.0751,0.3656,0,1,0.294,1,1,1,1,1,1,0.0231,0.294,0,1,0.617,1,1,1,0.0819,0.617,0,1,1,1,1,1,0.050168004,0,0.936433792,1,1,1,1,1,0.015188626,0,1,1,1,1,1,1,0.211016744,0,0.598175447,0.598265285,0.598404255
-7975,1,0.366,1,1,1,1,1,1,1,1,0.0287,0.366,0,1,0.2941,1,1,1,1,1,1,0.0036,0.2941,0,1,0.6171,1,1,1,0.0943,0.6171,0,1,1,1,1,1,0.006476776,0,0.762941778,1,1,1,1,1,0.006968148,0,1,1,1,1,1,1,0.238343596,0,0.636358144,0.636344404,0.636524823
-7976,1,0.3663,1,1,1,1,1,1,1,1,0.0258,0.3663,0.2668,1,0.2942,1,1,1,1,1,1,0.0092,0.2942,0.2687,1,0.6171,1,1,1,0.1119,0.6171,0.2368,1,1,1,1,1,0.003598949,0.464422435,0.766038239,1,1,1,1,1,0.008407624,0.459677547,1,1,1,1,1,1,0.278711766,0.509926081,0.636237313,0.636344404,0.636524823
-7977,1,0.3666,1,1,1,1,1,1,1,1,0.0413,0.3666,0.4708,1,0.2943,1,1,1,1,1,1,0.0173,0.2943,0.4733,1,0.6172,1,1,1,0.1647,0.6172,0.4354,1,1,1,1,1,0.01432699,0.70167309,0.817470789,1,1,1,1,1,0.01396546,0.723316014,1,1,1,1,1,1,0.299905956,0.751805246,0.631766554,0.63169029,0.632092199
-7978,1,0.367,1,1,1,1,1,1,1,1,0.0709,0.367,0.5885,1,0.2944,1,1,1,1,1,1,0.0898,0.2944,0.5933,1,0.6172,1,1,1,0.1963,0.6172,0.5316,1,1,1,1,1,0.053947426,0.788642585,0.634334624,1,1,1,1,1,0.068840235,0.805504918,1,1,1,1,1,1,0.328354299,0.86401999,0.629531174,0.629574783,0.629875887
-7979,1,0.3673,1,1,1,1,1,1,1,1,0.174,0.3673,0.5494,1,0.2946,1,1,1,1,1,1,0.1487,0.2946,0.5518,1,0.6172,1,1,1,0.1107,0.6172,0.5785,1,1,1,1,1,0.205626175,0.765419781,0.740343213,1,1,1,1,1,0.131630927,0.778113544,1,1,1,1,1,1,0.128068298,0.763928115,0.624818753,0.624709118,0.625
-7980,1,0.3676,1,1,1,1,1,1,1,1,0.1771,0.3676,0.5991,1,0.2947,1,1,1,1,1,1,0.1792,0.2947,0.6187,1,0.6173,1,1,1,0.1102,0.6173,0.5644,1,1,1,1,1,0.163758397,0.846621037,0.601433516,1,1,1,1,1,0.164409965,0.867444754,0.963032007,1,1,1,1,1,0.099141292,0.849762321,0.61539391,0.615400889,0.615691489
-7981,1,0.368,1,1,1,1,1,1,1,1,0.1901,0.368,0.5673,1,0.2948,1,1,1,1,1,1,0.1395,0.2948,0.623,1,0.6173,1,1,1,0.0536,0.6173,0.3852,1,1,1,1,1,0.194234967,0.835973382,0.38074398,1,1,1,1,1,0.134570226,0.860050976,0.726445019,1,1,1,1,1,0.042372137,0.712310553,0.612312711,0.612227629,0.61214539
-7982,1,0.3683,1,1,1,1,1,1,1,1,0.3151,0.3683,0.483,1,0.2949,1,1,1,1,1,1,0.1639,0.2949,0.5108,1,0.6174,1,1,1,0.0856,0.6174,0.2938,1,1,1,1,1,0.294510573,0.736957133,0.846963346,1,1,1,1,1,0.153256759,0.760489523,0.740511835,1,1,1,1,1,0.094070762,0.630657911,0.606875302,0.606727311,0.607269504
-7983,1,0.3686,1,1,1,1,1,1,1,1,0.2895,0.3686,0.3013,1,0.295,1,1,1,1,1,1,0.2157,0.295,0.3315,1,0.6174,1,1,1,0.0749,0.6174,0.1474,1,1,1,1,1,0.255280554,0.524096549,1,1,1,1,1,1,0.194539979,0.555805027,1,1,1,1,1,1,0.074296601,0.393051028,0.61400435,0.613920034,0.61391844
-7984,1,0.369,1,1,1,1,1,1,1,1,0.1978,0.369,0.0001,1,0.2951,1,1,1,1,1,1,0.1541,0.2951,0.0373,1,0.6175,1,1,1,0.0722,0.6175,0,1,1,1,1,1,0.163265258,0.002161963,0.917773485,1,1,1,1,1,0.132151753,0.157143638,1,1,1,1,1,1,0.122023106,0,0.661309812,0.661307383,0.661347518
-7985,1,0.3693,1,1,1,1,1,1,1,1,0.1466,0.3693,0,1,0.2953,1,1,1,1,1,1,0.0236,0.2953,0,1,0.6175,1,1,1,0.0548,0.6175,0,1,1,1,1,1,0.105798207,0,0.983268976,1,1,1,1,1,0.01867434,0,1,1,1,1,1,1,0.104961291,0,0.703902852,0.703829067,0.704343972
-7986,1,0.3697,1,1,1,1,1,1,1,1,0.1151,0.3697,0,1,0.2954,1,1,1,1,1,1,0.0645,0.2954,0,1,0.6176,1,1,1,0.0583,0.6176,0,1,1,1,1,1,0.072650917,0,0.985275507,1,1,1,1,1,0.052393522,0,1,1,1,1,1,1,0.11522463,0,0.706681972,0.706579226,0.707003546
-7987,1,0.37,1,1,1,1,1,1,1,1,0.1664,0.37,0,1,0.2955,1,1,1,1,1,1,0.0903,0.2955,0,1,0.6176,1,1,1,0.1108,0.6176,0,1,1,1,1,1,0.107901849,0,1,1,1,1,1,1,0.073086828,0,1,1,1,1,1,1,0.201553032,0,0.69278637,0.692828432,0.692819149
-7988,1,0.3703,1,1,1,1,1,1,1,1,0.2339,0.3703,0,1,0.2956,1,1,1,1,1,1,0.1271,0.2956,0,1,0.6177,1,1,1,0.1386,0.6177,0,1,1,1,1,1,0.173925221,0,0.988230586,1,1,1,1,1,0.101016745,0,1,1,1,1,1,1,0.282824278,0,0.665720155,0.665749947,0.665780142
-7989,1,0.3707,1,1,1,1,1,1,1,1,0.2096,0.3707,0,1,0.2957,1,1,1,1,1,1,0.1868,0.2957,0,1,0.6177,1,1,1,0.1464,0.6177,0,1,1,1,1,1,0.106887996,0,1,1,1,1,1,1,0.153780773,0,1,1,1,1,1,1,0.234562293,0,0.62179797,0.621747409,0.621897163
-7990,1,0.371,1,1,1,1,1,1,1,1,0.2268,0.371,0,1,0.2958,1,1,1,1,1,1,0.148,0.2958,0,1,0.6177,1,1,1,0.1523,0.6177,0,1,1,1,1,1,0.099941693,0,1,1,1,1,1,1,0.113740236,0,1,1,1,1,1,1,0.222852051,0,0.562469792,0.562513222,0.5625
-7991,1,0.3713,1,1,1,1,1,1,1,1,0.134,0.3713,0,1,0.2959,1,1,1,1,1,1,0.1089,0.2959,0,1,0.6178,1,1,1,0.2269,0.6178,0,1,1,1,1,1,0.05997204,0,1,1,1,1,1,1,0.082072712,0,1,1,1,1,1,1,0.409623981,0,0.507914451,0.507721599,0.507978723
-7992,1,0.3717,1,1,1,1,1,1,1,1,0.1011,0.3717,0,1,0.2961,1,1,1,1,1,1,0.1844,0.2961,0,1,0.6178,1,1,1,0.2395,0.6178,0,1,1,1,1,1,0.055277463,0,1,1,1,1,1,1,0.138651893,0,1,1,1,1,1,1,0.415652126,0,0.472631706,0.472815739,0.47251773
-7993,1,0.372,1,1,1,1,1,1,1,1,0.0842,0.372,0,1,0.2962,1,1,1,1,1,1,0.0878,0.2962,0,1,0.6179,1,1,1,0.2007,0.6179,0,1,1,1,1,1,0.05120606,0,1,1,1,1,1,1,0.059484947,0,1,1,1,1,1,1,0.354665965,0,0.454748671,0.454833933,0.454787234
-7994,1,0.3723,1,1,1,1,1,1,1,1,0.062,0.3723,0,1,0.2963,1,1,1,1,1,1,0.0373,0.2963,0,1,0.6179,1,1,1,0.2029,0.6179,0,1,1,1,1,1,0.055925112,0,0.999083877,1,1,1,1,1,0.024673734,0,1,1,1,1,1,1,0.359993517,0,0.446048816,0.445948805,0.445921986
-7995,1,0.3727,1,1,1,1,1,1,1,1,0.0661,0.3727,0,1,0.2964,1,1,1,1,1,1,0.0219,0.2964,0,1,0.618,1,1,1,0.1743,0.618,0,1,1,1,1,1,0.037397847,0,0.980601668,1,1,1,1,1,0.016180141,0,0.904518366,1,1,1,1,1,0.301030785,0,0.446592557,0.446583457,0.446808511
-7996,1,0.373,1,1,1,1,1,1,1,1,0.0432,0.373,0,1,0.2965,1,1,1,1,1,1,0.0165,0.2965,0,1,0.618,1,1,1,0.0985,0.618,0,1,1,1,1,1,0.034333844,0,0.683337569,1,1,1,1,1,0.012915779,0,0.725235403,1,1,1,1,1,0.173896983,0,0.460971484,0.460968902,0.460992908
-7997,1,0.3733,1,1,1,1,1,1,1,1,0.0431,0.3733,0,1,0.2966,1,1,1,1,1,1,0,0.2966,0,1,0.6181,1,1,1,0.0488,0.6181,0,1,1,1,1,1,0.035191678,0,0.468643188,1,1,1,1,1,0.000187557,0,0.446833491,1,1,1,1,1,0.078655705,0,0.506706138,0.506663846,0.506648936
-7998,1,0.3737,1,1,1,1,1,1,1,1,0.0533,0.3737,0,1,0.2967,1,1,1,1,1,1,0,0.2967,0,1,0.6181,1,1,1,0.0611,0.6181,0,1,1,1,1,1,0.034819394,0,0.115634903,1,1,1,1,1,0.000150668,0,0.08392147,1,1,1,1,1,0.081379801,0,0.586636056,0.586629998,0.58643617
-7999,1,0.374,1,1,1,1,1,1,1,1,0.0529,0.374,0,1,0.2969,1,1,1,1,1,1,0,0.2969,0,1,0.6182,1,1,1,0.0273,0.6182,0,1,1,1,1,1,0.032809034,0,0.136093721,1,1,1,1,1,0.00020233,0,0.073307864,1,1,1,1,1,0.040164284,0,0.627295795,0.627247726,0.627216312
-8000,1,0.3744,1,1,1,1,1,1,1,1,0.0701,0.3744,0.1993,1,0.297,1,1,1,1,1,1,0,0.297,0.1787,1,0.6182,1,1,1,0.0656,0.6182,0.2532,1,1,1,1,1,0.019227508,0.302115262,0.270216107,1,1,1,1,1,0.000218625,0.305932462,0.089328811,1,1,1,1,1,0.105091386,0.457827896,0.637264379,0.637402158,0.637411348
-8001,1,0.3747,1,1,1,1,1,1,1,1,0.1384,0.3747,0.38,1,0.2971,1,1,1,1,1,1,0.0032,0.2971,0.3826,1,0.6182,1,1,1,0.092,0.6182,0.4538,1,1,1,1,1,0.090710312,0.525112629,0.246423334,1,1,1,1,1,0.009029477,0.551130831,0.083473824,1,1,1,1,1,0.134892479,0.677278876,0.640164331,0.640152316,0.640514184
-8002,1,0.375,1,1,1,1,1,1,1,1,0.1702,0.375,0.4883,1,0.2972,1,1,1,1,1,1,0.0143,0.2972,0.4539,1,0.6183,1,1,1,0.0977,0.6183,0.5737,1,1,1,1,1,0.054718036,0.680359006,0.563368022,1,1,1,1,1,0.031933676,0.675427258,0.168307334,1,1,1,1,1,0.087819725,0.729031086,0.637868536,0.637825259,0.63785461
-8003,1,0.3754,1,1,1,1,1,1,1,1,0.1157,0.3754,0.5493,1,0.2973,1,1,1,1,1,1,0.0242,0.2973,0.5053,1,0.6183,1,1,1,0.0767,0.6183,0.6161,1,1,1,1,1,0.034887224,0.735138059,0.770965278,1,1,1,1,1,0.033688784,0.675959349,0.139800802,1,1,1,1,1,0.058212966,0.798017859,0.632914451,0.632959594,0.632978723
-8004,1,0.3757,1,1,1,1,1,1,1,1,0.0964,0.3757,0.5521,1,0.2974,1,1,1,1,1,1,0.0118,0.2974,0.4578,1,0.6184,1,1,1,0.0628,0.6184,0.6227,1,1,1,1,1,0.0247551,0.758300424,0.880878329,1,1,1,1,1,0.01610451,0.606686532,0.229424372,1,1,1,1,1,0.066636518,0.74461627,0.62681247,0.626824624,0.62677305
-8005,1,0.376,1,1,1,1,1,1,1,1,0.0424,0.376,0.5214,1,0.2976,1,1,1,1,1,1,0,0.2976,0.4155,1,0.6184,1,1,1,0.0662,0.6184,0.5834,1,1,1,1,1,0.008330446,0.688397884,0.602836728,1,1,1,1,1,0.003513793,0.598895252,0.314669669,1,1,1,1,1,0.071469717,0.77815187,0.625,0.625132219,0.625
-8006,1,0.3764,1,1,1,1,1,1,1,1,0.06,0.3764,0.4105,1,0.2977,1,1,1,1,1,1,0,0.2977,0.375,1,0.6185,1,1,1,0.0434,0.6185,0.4424,1,1,1,1,1,0.016444361,0.568004489,0.567695975,1,1,1,1,1,0.003959684,0.546385705,0.404798985,1,1,1,1,1,0.04692426,0.692486465,0.623006283,0.623016713,0.62322695
-8007,1,0.3767,1,1,1,1,1,1,1,1,0.0348,0.3767,0.2423,1,0.2978,1,1,1,1,1,1,0,0.2978,0.2447,1,0.6185,1,1,1,0.029,0.6185,0.2334,1,1,1,1,1,0.002933627,0.350288868,0.565878808,1,1,1,1,1,0.00206105,0.400614023,0.673835397,1,1,1,1,1,0.045116819,0.401211441,0.632612373,0.632748043,0.632978723
-8008,1,0.377,1,1,1,1,1,1,1,1,0.0237,0.377,0,1,0.2979,1,1,1,1,1,1,0.0045,0.2979,0.0002,1,0.6186,1,1,1,0.0021,0.6186,0,1,1,1,1,1,0.002807697,0,0.589396,1,1,1,1,1,0.009615107,0.001017286,0.545882523,1,1,1,1,1,0.001916001,0,0.681367811,0.681404696,0.681294326
-8009,1,0.3774,1,1,1,1,1,1,1,1,0.0207,0.3774,0,1,0.298,1,1,1,1,1,1,0,0.298,0,1,0.6186,1,1,1,0.0015,0.6186,0,1,1,1,1,1,0.001714308,0,0.548322082,1,1,1,1,1,0.003964115,0,0.579657376,1,1,1,1,1,0.003212306,0,0.707165297,0.707213878,0.707003546
-8010,1,0.3777,1,1,1,1,1,1,1,1,0.0094,0.3777,0,1,0.2981,1,1,1,1,1,1,0.0046,0.2981,0,1,0.6187,1,1,1,0.0043,0.6187,0,1,1,1,1,1,0.001135299,0,0.610456944,1,1,1,1,1,0.006693198,0,0.707265735,1,1,1,1,1,0.011343842,0,0.696109232,0.696001692,0.696365248
-8011,1,0.3781,1,1,1,1,1,1,1,1,0.011,0.3781,0,1,0.2982,1,1,1,1,1,1,0.0061,0.2982,0,1,0.6187,1,1,1,0.0072,0.6187,0,1,1,1,1,1,0.001173864,0,0.87074405,1,1,1,1,1,0.007448179,0,0.660263658,1,1,1,1,1,0.012948373,0,0.678286612,0.678231436,0.678634752
-8012,1,0.3784,1,1,1,1,1,1,1,1,0.0193,0.3784,0,1,0.2984,1,1,1,1,1,1,0.0402,0.2984,0,1,0.6187,1,1,1,0.0032,0.6187,0,1,1,1,1,1,0.003890026,0,0.997890174,1,1,1,1,1,0.03596662,0,1,1,1,1,1,1,0.004482383,0,0.655872402,0.655807066,0.656028369
-8013,1,0.3787,1,1,1,1,1,1,1,1,0.0105,0.3787,0,1,0.2985,1,1,1,1,1,1,0.0651,0.2985,0,1,0.6188,1,1,1,0.0052,0.6188,0,1,1,1,1,1,0.003398303,0,0.937602162,1,1,1,1,1,0.044520102,0,1,1,1,1,1,1,0.007472266,0,0.621616723,0.621747409,0.621897163
-8014,1,0.3791,1,1,1,1,1,1,1,1,0.0133,0.3791,0,1,0.2986,1,1,1,1,1,1,0.0559,0.2986,0,1,0.6188,1,1,1,0.0056,0.6188,0,1,1,1,1,1,0.001835574,0,0.984836459,1,1,1,1,1,0.040522061,0,1,1,1,1,1,1,0.011441329,0,0.573525858,0.573513857,0.574024823
-8015,1,0.3794,1,1,1,1,1,1,1,1,0.0112,0.3794,0,1,0.2987,1,1,1,1,1,1,0.0638,0.2987,0,1,0.6189,1,1,1,0.0071,0.6189,0,1,1,1,1,1,0.002040676,0,0.868629694,1,1,1,1,1,0.042349257,0,1,1,1,1,1,1,0.008816213,0,0.523682939,0.52379945,0.523492908
-8016,1,0.3797,1,1,1,1,1,1,1,1,0.0153,0.3797,0,1,0.2988,1,1,1,1,1,1,0.0449,0.2988,0,1,0.6189,1,1,1,0.0028,0.6189,0,1,1,1,1,1,0.00341149,0,0.726148844,1,1,1,1,1,0.02862199,0,1,1,1,1,1,1,0.005601436,0,0.485862736,0.48572033,0.485815603
-8017,1,0.3801,1,1,1,1,1,1,1,1,0.0185,0.3801,0,1,0.2989,1,1,1,1,1,1,0.0963,0.2989,0,1,0.619,1,1,1,0.0006,0.619,0,1,1,1,1,1,0.009689198,0,0.60728699,1,1,1,1,1,0.058640245,0,1,1,1,1,1,1,0.002875192,0,0.46381102,0.463719061,0.464095745
-8018,1,0.3804,1,1,1,1,1,1,1,1,0.0267,0.3804,0,1,0.299,1,1,1,1,1,1,0.1101,0.299,0,1,0.619,1,1,1,0.0014,0.619,0,1,1,1,1,1,0.008788262,0,0.648880959,1,1,1,1,1,0.081265256,0,1,1,1,1,1,1,0.00266632,0,0.453238279,0.453141527,0.453457447
-8019,1,0.3807,1,1,1,1,1,1,1,1,0.037,0.3807,0,1,0.2992,1,1,1,1,1,1,0.1211,0.2992,0,1,0.6191,1,1,1,0.0014,0.6191,0,1,1,1,1,1,0.005707949,0,0.885095716,1,1,1,1,1,0.098083682,0,1,1,1,1,1,1,0.003438647,0,0.449673755,0.449756717,0.449468085
-8020,1,0.3811,1,1,1,1,1,1,1,1,0.0351,0.3811,0,1,0.2993,1,1,1,1,1,1,0.1401,0.2993,0,1,0.6191,1,1,1,0.0017,0.6191,0,1,1,1,1,1,0.005603498,0,0.92850101,1,1,1,1,1,0.103956103,0,1,1,1,1,1,1,0.004923664,0,0.45378202,0.453776179,0.453900709
-8021,1,0.3814,1,1,1,1,1,1,1,1,0.0236,0.3814,0,1,0.2994,1,1,1,1,1,1,0.1422,0.2994,0,1,0.6192,1,1,1,0.001,0.6192,0,1,1,1,1,1,0.006799254,0,0.943481565,1,1,1,1,1,0.09818726,0,1,1,1,1,1,1,0.005382477,0,0.470879652,0.470911783,0.470744681
-8022,1,0.3817,1,1,1,1,1,1,1,1,0.0384,0.3817,0,1,0.2995,1,1,1,1,1,1,0.1394,0.2995,0,1,0.6192,1,1,1,0.0001,0.6192,0,1,1,1,1,1,0.011500474,0,1,1,1,1,1,1,0.103789188,0,1,1,1,1,1,1,0.006297767,0,0.505316578,0.505394542,0.505319149
-8023,1,0.3821,1,1,1,1,1,1,1,1,0.0156,0.3821,0,1,0.2996,1,1,1,1,1,1,0.1294,0.2996,0,1,0.6192,1,1,1,0.0003,0.6192,0,1,1,1,1,1,0.007472703,0,0.970999062,1,1,1,1,1,0.082212411,0,1,1,1,1,1,1,0.012668984,0,0.543801353,0.543685213,0.543882979
-8024,1,0.3824,1,1,1,1,1,1,1,1,0.0122,0.3824,0.2168,1,0.2997,1,1,1,1,1,1,0.1308,0.2997,0.2371,1,0.6193,1,1,1,0.0006,0.6193,0.1978,1,1,1,1,1,0.002717606,0.403877676,0.695376515,1,1,1,1,1,0.09022215,0.395360231,1,1,1,1,1,1,0.011959381,0.344021469,0.585911068,0.585783795,0.585992908
-8025,1,0.3828,1,1,1,1,1,1,1,1,0.0137,0.3828,0.3862,1,0.2998,1,1,1,1,1,1,0.0937,0.2998,0.3842,1,0.6193,1,1,1,0.0009,0.6193,0.3727,1,1,1,1,1,0.003614467,0.565143347,0.65967834,1,1,1,1,1,0.07327199,0.529287934,0.892986655,1,1,1,1,1,0.013783034,0.576927781,0.61358144,0.613708483,0.61391844
-8026,1,0.3831,1,1,1,1,1,1,1,1,0.0125,0.3831,0.4511,1,0.3,1,1,1,1,1,1,0.0721,0.3,0.4481,1,0.6194,1,1,1,0.0011,0.6194,0.4929,1,1,1,1,1,0.003912589,0.628446877,0.601409316,1,1,1,1,1,0.055301212,0.669122756,0.983537197,1,1,1,1,1,0.015142618,0.656270921,0.626329145,0.626401523,0.62677305
-8027,1,0.3834,1,1,1,1,1,1,1,1,0.0196,0.3834,0.4476,1,0.3001,1,1,1,1,1,1,0.0748,0.3001,0.4967,1,0.6194,1,1,1,0.0009,0.6194,0.5091,1,1,1,1,1,0.004069768,0.637056112,0.973421574,1,1,1,1,1,0.059699766,0.710929751,1,1,1,1,1,1,0.009650775,0.641759694,0.627839536,0.627670827,0.628102837
-8028,1,0.3838,1,1,1,1,1,1,1,1,0.0174,0.3838,0.4533,1,0.3002,1,1,1,1,1,1,0.0606,0.3002,0.4988,1,0.6195,1,1,1,0.0019,0.6195,0.5396,1,1,1,1,1,0.002147167,0.642902792,0.97332108,1,1,1,1,1,0.046346858,0.702866554,0.977036715,1,1,1,1,1,0.010156386,0.704708636,0.625060416,0.625132219,0.625
-8029,1,0.3841,1,1,1,1,1,1,1,1,0.014,0.3841,0.437,1,0.3003,1,1,1,1,1,1,0.0189,0.3003,0.4838,1,0.6195,1,1,1,0.0019,0.6195,0.4928,1,1,1,1,1,0.002754359,0.629520178,0.993482709,1,1,1,1,1,0.020878598,0.700867891,0.969573617,1,1,1,1,1,0.004441852,0.669581473,0.619139681,0.61899725,0.619237589
-8030,1,0.3844,1,1,1,1,1,1,1,1,0.0138,0.3844,0.4112,1,0.3004,1,1,1,1,1,1,0.0605,0.3004,0.4464,1,0.6196,1,1,1,0.0007,0.6196,0.3915,1,1,1,1,1,0.002724347,0.610622406,0.994381726,1,1,1,1,1,0.041327588,0.597175896,0.897678018,1,1,1,1,1,0.00668634,0.580035746,0.614910585,0.614977787,0.615248227
-8031,1,0.3848,1,1,1,1,1,1,1,1,0.0062,0.3848,0.275,1,0.3005,1,1,1,1,1,1,0.0455,0.3005,0.2983,1,0.6196,1,1,1,0.001,0.6196,0.2317,1,1,1,1,1,0.002651485,0.454796374,0.990636587,1,1,1,1,1,0.034805641,0.46378231,1,1,1,1,1,1,0.007807089,0.404765755,0.622583374,0.622593611,0.622783688
-8032,1,0.3851,1,1,1,1,1,1,1,1,0.0203,0.3851,0,1,0.3007,1,1,1,1,1,1,0.0748,0.3007,0.0032,1,0.6197,1,1,1,0.0016,0.6197,0,1,1,1,1,1,0.002558937,0,0.998815298,1,1,1,1,1,0.050621141,0.013750124,1,1,1,1,1,1,0.008028422,0,0.664209763,0.664269092,0.664450355
-8033,1,0.3854,1,1,1,1,1,1,1,1,0.0213,0.3854,0,1,0.3008,1,1,1,1,1,1,0.0503,0.3008,0,1,0.6197,1,1,1,0.0045,0.6197,0,1,1,1,1,1,0.002318556,0,0.998673558,1,1,1,1,1,0.037286069,0,1,1,1,1,1,1,0.020398438,0,0.682274045,0.682250899,0.682624113
-8034,1,0.3858,1,1,1,1,1,1,1,1,0.0136,0.3858,0,1,0.3009,1,1,1,1,1,1,0.0229,0.3009,0,1,0.6197,1,1,1,0.0043,0.6197,0,1,1,1,1,1,0.00157038,0,0.998547435,1,1,1,1,1,0.021279048,0,1,1,1,1,1,1,0.022987802,0,0.671036733,0.671038714,0.671099291
-8035,1,0.3861,1,1,1,1,1,1,1,1,0.0036,0.3861,0,1,0.301,1,1,1,1,1,1,0.0501,0.301,0,1,0.6198,1,1,1,0.0038,0.6198,0,1,1,1,1,1,0.001323135,0,0.990072489,1,1,1,1,1,0.03325516,0,1,1,1,1,1,1,0.019312797,0,0.649166264,0.649248995,0.649379433
-8036,1,0.3864,1,1,1,1,1,1,1,1,0.0036,0.3864,0,1,0.3011,1,1,1,1,1,1,0.0469,0.3011,0,1,0.6198,1,1,1,0.0033,0.6198,0,1,1,1,1,1,0.001077113,0,0.908829808,1,1,1,1,1,0.031395935,0,1,1,1,1,1,1,0.019601852,0,0.626872885,0.626824624,0.62677305
-8037,1,0.3868,1,1,1,1,1,1,1,1,0.0082,0.3868,0,1,0.3012,1,1,1,1,1,1,0.0678,0.3012,0,1,0.6199,1,1,1,0.0077,0.6199,0,1,1,1,1,1,0.003749341,0,0.914810538,1,1,1,1,1,0.045697365,0,1,1,1,1,1,1,0.035153903,0,0.596121315,0.596149778,0.596187943
-8038,1,0.3871,1,1,1,1,1,1,1,1,0.0029,0.3871,0,1,0.3013,1,1,1,1,1,1,0.0863,0.3013,0,1,0.6199,1,1,1,0.0069,0.6199,0,1,1,1,1,1,0.001266111,0,0.812467694,1,1,1,1,1,0.055918284,0,0.821455836,1,1,1,1,1,0.027383484,0,0.553467859,0.553628094,0.553634752
-8039,1,0.3875,1,1,1,1,1,1,1,1,0.0014,0.3875,0,1,0.3015,1,1,1,1,1,1,0.066,0.3015,0,1,0.62,1,1,1,0.0104,0.62,0,1,1,1,1,1,0.001159523,0,0.699967623,1,1,1,1,1,0.050853927,0,0.507976472,1,1,1,1,1,0.042763848,0,0.50682697,0.506663846,0.506648936
-8040,1,0.3878,1,1,1,1,1,1,1,1,0.0005,0.3878,0,1,0.3016,1,1,1,1,1,1,0.0347,0.3016,0,1,0.62,1,1,1,0.0171,0.62,0,1,1,1,1,1,0.000635983,0,0.616112649,1,1,1,1,1,0.032036941,0,0.182362586,1,1,1,1,1,0.063151166,0,0.470517158,0.470488682,0.470301418
-8041,1,0.3881,1,1,1,1,1,1,1,1,0.0007,0.3881,0,1,0.3017,1,1,1,1,1,1,0.0364,0.3017,0,1,0.6201,1,1,1,0.0149,0.6201,0,1,1,1,1,1,0.000354798,0,0.508544564,1,1,1,1,1,0.032986216,0,0.047037438,1,1,1,1,1,0.066018768,0,0.447740454,0.44764121,0.447695035
-8042,1,0.3885,1,1,1,1,1,1,1,1,0.0016,0.3885,0,1,0.3018,1,1,1,1,1,1,0.0428,0.3018,0,1,0.6201,1,1,1,0.0139,0.6201,0,1,1,1,1,1,0.000417392,0,0.443958491,1,1,1,1,1,0.034662239,0,0.001617801,1,1,1,1,1,0.069218226,0,0.434207347,0.434101967,0.434397163
-8043,1,0.3888,1,1,1,1,1,1,1,1,0.0023,0.3888,0,1,0.3019,1,1,1,1,1,1,0.0338,0.3019,0,1,0.6202,1,1,1,0.0194,0.6202,0,1,1,1,1,1,0.000474352,0,0.285038263,1,1,1,1,1,0.019713081,0,0.011062828,1,1,1,1,1,0.084987566,0,0.427984534,0.427966998,0.428191489
-8044,1,0.3891,1,1,1,1,1,1,1,1,0.0021,0.3891,0,1,0.302,1,1,1,1,1,1,0.0082,0.302,0,1,0.6202,1,1,1,0.0211,0.6202,0,1,1,1,1,1,0.000508982,0,0.229180574,1,1,1,1,1,0.007088856,0,0.019018326,1,1,1,1,1,0.096185684,0,0.428528275,0.42860165,0.428634752
-8045,1,0.3895,1,1,1,1,1,1,1,1,0.0033,0.3895,0,1,0.3021,1,1,1,1,1,1,0.0037,0.3021,0,1,0.6202,1,1,1,0.03,0.6202,0,1,1,1,1,1,0.000637171,0,0.197113723,1,1,1,1,1,0.006211583,0,0.01629398,1,1,1,1,1,0.092285797,0,0.438919768,0.438756082,0.438829787
-8046,1,0.3898,1,1,1,1,1,1,1,1,0.0092,0.3898,0,1,0.3023,1,1,1,1,1,1,0,0.3023,0,1,0.6203,1,1,1,0.0433,0.6203,0,1,1,1,1,1,0.000170374,0,0.233410209,1,1,1,1,1,0.000974515,0,0.035529319,1,1,1,1,1,0.119747564,0,0.461092315,0.460968902,0.460992908
-8047,1,0.3901,1,1,1,1,1,1,1,1,0.0104,0.3901,0,1,0.3024,1,1,1,1,1,1,0,0.3024,0,1,0.6203,1,1,1,0.0602,0.6203,0,1,1,1,1,1,0.000654606,0,0.222923055,1,1,1,1,1,0.001616157,0,0.01789555,1,1,1,1,1,0.14885357,0,0.48942726,0.489528242,0.489361702
-8048,1,0.3905,1,1,1,1,1,1,1,1,0.0156,0.3905,0.1184,1,0.3025,1,1,1,1,1,1,0,0.3025,0.0845,1,0.6204,1,1,1,0.054,0.6204,0.1269,1,1,1,1,1,0.000392988,0.181715071,0.128145799,1,1,1,1,1,0.000101102,0.094282977,0.022080107,1,1,1,1,1,0.135063767,0.358570218,0.52797245,0.527818913,0.527925532
-8049,1,0.3908,1,1,1,1,1,1,1,1,0.0218,0.3908,0.2778,1,0.3026,1,1,1,1,1,1,0,0.3026,0.2591,1,0.6204,1,1,1,0.0638,0.6204,0.2618,1,1,1,1,1,0.001975368,0.36354062,0.159274429,1,1,1,1,1,0.000175652,0.366459906,0.153609678,1,1,1,1,1,0.175852597,0.545579493,0.556065732,0.555955151,0.556294326
-8050,1,0.3912,1,1,1,1,1,1,1,1,0.0146,0.3912,0.3585,1,0.3027,1,1,1,1,1,1,0,0.3027,0.3346,1,0.6205,1,1,1,0.0583,0.6205,0.3322,1,1,1,1,1,0.001502549,0.461230397,0.306977004,1,1,1,1,1,0,0.485713601,0.301096886,1,1,1,1,1,0.139962703,0.708013952,0.568753021,0.568648191,0.569148936
-8051,1,0.3915,1,1,1,1,1,1,1,1,0.008,0.3915,0.3238,1,0.3028,1,1,1,1,1,1,0.0034,0.3028,0.3968,1,0.6205,1,1,1,0.0496,0.6205,0.3976,1,1,1,1,1,0.000999125,0.453944713,0.456691682,1,1,1,1,1,0.008250781,0.568539321,0.513457358,1,1,1,1,1,0.139126673,0.718810618,0.572861286,0.572667654,0.573138298
-8052,1,0.3918,1,1,1,1,1,1,1,1,0.0095,0.3918,0.3411,1,0.3029,1,1,1,1,1,1,0.0091,0.3029,0.3904,1,0.6206,1,1,1,0.0591,0.6206,0.4344,1,1,1,1,1,0.001858462,0.55963093,0.482562482,1,1,1,1,1,0.008697793,0.548029304,0.248004705,1,1,1,1,1,0.173222095,0.738773167,0.57322378,0.573302306,0.57358156
-8053,1,0.3922,1,1,1,1,1,1,1,1,0.0231,0.3922,0.3405,1,0.3031,1,1,1,1,1,1,0.0511,0.3031,0.4161,1,0.6206,1,1,1,0.0434,0.6206,0.3489,1,1,1,1,1,0.022166539,0.573268235,0.553833663,1,1,1,1,1,0.039669961,0.602113247,0.156569123,1,1,1,1,1,0.188505873,0.666517079,0.566940551,0.566955786,0.567375887
-8054,1,0.3925,1,1,1,1,1,1,1,1,0.0474,0.3925,0.286,1,0.3032,1,1,1,1,1,1,0.025,0.3032,0.324,1,0.6207,1,1,1,0.0679,0.6207,0.2041,1,1,1,1,1,0.027682822,0.450496793,0.528918922,1,1,1,1,1,0.02522154,0.392134309,0.049204979,1,1,1,1,1,0.199159145,0.550594509,0.561321895,0.561243918,0.561170213
-8055,1,0.3928,1,1,1,1,1,1,1,1,0.0673,0.3928,0.1028,1,0.3033,1,1,1,1,1,1,0.0506,0.3033,0.1612,1,0.6207,1,1,1,0.0501,0.6207,0.0995,1,1,1,1,1,0.042419344,0.156375334,0.46099782,1,1,1,1,1,0.05359247,0.225194097,0.192497388,1,1,1,1,1,0.192413032,0.362255186,0.569417593,0.569494394,0.569592199
-8056,1,0.3932,1,1,1,1,1,1,1,1,0.0542,0.3932,0,1,0.3034,1,1,1,1,1,1,0.0433,0.3034,0.0001,1,0.6208,1,1,1,0.0453,0.6208,0,1,1,1,1,1,0.02146784,0,0.779996634,1,1,1,1,1,0.036497425,0.001765464,0.292726159,1,1,1,1,1,0.126170978,0,0.625302078,0.62534377,0.625443262
-8057,1,0.3935,1,1,1,1,1,1,1,1,0.052,0.3935,0,1,0.3035,1,1,1,1,1,1,0.0428,0.3035,0,1,0.6208,1,1,1,0.0402,0.6208,0,1,1,1,1,1,0.012769416,0,0.64002502,1,1,1,1,1,0.035226628,0,0.307362586,1,1,1,1,1,0.111741915,0,0.659557757,0.659614978,0.66001773
-8058,1,0.3938,1,1,1,1,1,1,1,1,0.0817,0.3938,0,1,0.3036,1,1,1,1,1,1,0.0416,0.3036,0,1,0.6208,1,1,1,0.0507,0.6208,0,1,1,1,1,1,0.037953775,0,0.499738991,1,1,1,1,1,0.029602997,0,0.483751357,1,1,1,1,1,0.097798005,0,0.652126631,0.651999154,0.652039007
-8059,1,0.3942,1,1,1,1,1,1,1,1,0.1754,0.3942,0,1,0.3038,1,1,1,1,1,1,0.0584,0.3038,0,1,0.6209,1,1,1,0.0487,0.6209,0,1,1,1,1,1,0.084502362,0,0.20044668,1,1,1,1,1,0.045408919,0,0.522212029,1,1,1,1,1,0.112339266,0,0.633699855,0.633805796,0.633865248
-8060,1,0.3945,1,1,1,1,1,1,1,1,0.2236,0.3945,0,1,0.3039,1,1,1,1,1,1,0.0794,0.3039,0,1,0.6209,1,1,1,0.0409,0.6209,0,1,1,1,1,1,0.116973497,0,0.290713459,1,1,1,1,1,0.07249558,0,1,1,1,1,1,1,0.118460461,0,0.60621073,0.606092659,0.606382979
-8061,1,0.3948,1,1,1,1,1,1,1,1,0.1688,0.3948,0,1,0.304,1,1,1,1,1,1,0.038,0.304,0,1,0.621,1,1,1,0.057,0.621,0,1,1,1,1,1,0.075715043,0,0.354499698,1,1,1,1,1,0.026709819,0,1,1,1,1,1,1,0.107340917,0,0.562167714,0.562090121,0.562056738
-8062,1,0.3952,1,1,1,1,1,1,1,1,0.2538,0.3952,0,1,0.3041,1,1,1,1,1,1,0.0646,0.3041,0,1,0.621,1,1,1,0.0519,0.621,0,1,1,1,1,1,0.121751003,0,0.821005106,1,1,1,1,1,0.05231148,0,1,1,1,1,1,1,0.095547527,0,0.507854036,0.507721599,0.507978723
-8063,1,0.3955,1,1,1,1,1,1,1,1,0.1812,0.3955,0,1,0.3042,1,1,1,1,1,1,0.0687,0.3042,0,1,0.6211,1,1,1,0.092,0.6211,0,1,1,1,1,1,0.082899995,0,0.814428449,1,1,1,1,1,0.056019779,0,1,1,1,1,1,1,0.097788475,0,0.457769454,0.457795642,0.457890071
-8064,1,0.3959,1,1,1,1,1,1,1,1,0.2182,0.3959,0,1,0.3043,1,1,1,1,1,1,0.0308,0.3043,0,1,0.6211,1,1,1,0.1184,0.6211,0,1,1,1,1,1,0.062775739,0,0.978566587,1,1,1,1,1,0.033517685,0,1,1,1,1,1,1,0.126644164,0,0.42442001,0.424370637,0.424202128
-8065,1,0.3962,1,1,1,1,1,1,1,1,0.198,0.3962,0,1,0.3044,1,1,1,1,1,1,0.0179,0.3044,0,1,0.6212,1,1,1,0.074,0.6212,0,1,1,1,1,1,0.049918249,0,0.947070241,1,1,1,1,1,0.024187725,0,1,1,1,1,1,1,0.120152786,0,0.406536974,0.406600381,0.406471631
-8066,1,0.3965,1,1,1,1,1,1,1,1,0.1542,0.3965,0,1,0.3046,1,1,1,1,1,1,0.0141,0.3046,0,1,0.6212,1,1,1,0.0454,0.6212,0,1,1,1,1,1,0.029963888,0,0.966142893,1,1,1,1,1,0.021981787,0,1,1,1,1,1,1,0.102622665,0,0.397353794,0.397292151,0.397163121
-8067,1,0.3969,1,1,1,1,1,1,1,1,0.109,0.3969,0,1,0.3047,1,1,1,1,1,1,0.0178,0.3047,0,1,0.6213,1,1,1,0.0315,0.6213,0,1,1,1,1,1,0.028075639,0,0.719452679,1,1,1,1,1,0.018329475,0,1,1,1,1,1,1,0.071434572,0,0.398139198,0.398138354,0.398492908
-8068,1,0.3972,1,1,1,1,1,1,1,1,0.0558,0.3972,0,1,0.3048,1,1,1,1,1,1,0.012,0.3048,0,1,0.6213,1,1,1,0.0175,0.6213,0,1,1,1,1,1,0.010546665,0,0.70341146,1,1,1,1,1,0.012253664,0,1,1,1,1,1,1,0.03074583,0,0.413243113,0.413158451,0.41356383
-8069,1,0.3975,1,1,1,1,1,1,1,1,0.0304,0.3975,0,1,0.3049,1,1,1,1,1,1,0.0025,0.3049,0,1,0.6213,1,1,1,0.0714,0.6213,0,1,1,1,1,1,0.006792941,0,0.696230531,1,1,1,1,1,0.0043069,0,0.918825984,1,1,1,1,1,0.150874168,0,0.459098598,0.459064946,0.459219858
-8070,1,0.3979,1,1,1,1,1,1,1,1,0.0129,0.3979,0,1,0.305,1,1,1,1,1,1,0,0.305,0,1,0.6214,1,1,1,0.092,0.6214,0,1,1,1,1,1,0.004417915,0,0.416866243,1,1,1,1,1,0.000792058,0,0.322450519,1,1,1,1,1,0.173278838,0,0.540840986,0.540723503,0.540780142
-8071,1,0.3982,1,1,1,1,1,1,1,1,0.0136,0.3982,0,1,0.3051,1,1,1,1,1,1,0.0131,0.3051,0,1,0.6214,1,1,1,0.0896,0.6214,0,1,1,1,1,1,0.007639706,0,0.418800592,1,1,1,1,1,0.009171158,0,0.392461538,1,1,1,1,1,0.191084117,0,0.579748671,0.579860377,0.580230496
-8072,1,0.3985,1,1,1,1,1,1,1,1,0.0176,0.3985,0.2628,1,0.3052,1,1,1,1,1,1,0.0362,0.3052,0.2456,1,0.6215,1,1,1,0.1216,0.6215,0.2121,1,1,1,1,1,0.011824801,0.441337556,0.199902028,1,1,1,1,1,0.029590903,0.428850114,0.142501831,1,1,1,1,1,0.280430555,0.455881268,0.584763171,0.584726042,0.584663121
-8073,1,0.3989,1,1,1,1,1,1,1,1,0.0587,0.3989,0.4358,1,0.3054,1,1,1,1,1,1,0.1578,0.3054,0.3773,1,0.6215,1,1,1,0.1273,0.6215,0.3864,1,1,1,1,1,0.035013717,0.629760265,0.148469672,1,1,1,1,1,0.122452959,0.527167618,0.142669633,1,1,1,1,1,0.243042365,0.69620508,0.587300628,0.58726465,0.587322695
-8074,1,0.3992,1,1,1,1,1,1,1,1,0.1269,0.3992,0.5505,1,0.3055,1,1,1,1,1,1,0.2571,0.3055,0.5166,1,0.6216,1,1,1,0.2134,0.6216,0.4892,1,1,1,1,1,0.097255513,0.726908922,0.555755734,1,1,1,1,1,0.178759143,0.727020323,0.211264402,1,1,1,1,1,0.341089606,0.800238431,0.589475592,0.589591707,0.589539007
-8075,1,0.3996,1,1,1,1,1,1,1,1,0.198,0.3996,0.6131,1,0.3056,1,1,1,1,1,1,0.283,0.3056,0.613,1,0.6216,1,1,1,0.2039,0.6216,0.4896,1,1,1,1,1,0.166995481,0.834115267,0.466091782,1,1,1,1,1,0.225928694,0.806526124,0.245320708,1,1,1,1,1,0.246264875,0.830564857,0.586756887,0.586629998,0.586879433
-8076,1,0.3999,1,1,1,1,1,1,1,1,0.2421,0.3999,0.609,1,0.3057,1,1,1,1,1,1,0.1785,0.3057,0.5938,1,0.6217,1,1,1,0.1916,0.6217,0.4856,1,1,1,1,1,0.238945857,0.81938839,0.332496971,1,1,1,1,1,0.15004167,0.793884516,0.437560201,1,1,1,1,1,0.217773631,0.801917255,0.582467376,0.582610535,0.582446809
-8077,1,0.4002,1,1,1,1,1,1,1,1,0.1284,0.4002,0.5835,1,0.3058,1,1,1,1,1,1,0.1321,0.3058,0.5508,1,0.6217,1,1,1,0.1175,0.6217,0.4488,1,1,1,1,1,0.145867199,0.796815097,0.241384119,1,1,1,1,1,0.109022588,0.699896872,0.316244006,1,1,1,1,1,0.136052132,0.781021178,0.579386177,0.579437275,0.579787234
-8078,1,0.4006,1,1,1,1,1,1,1,1,0.0924,0.4006,0.4465,1,0.3059,1,1,1,1,1,1,0.0878,0.3059,0.4246,1,0.6218,1,1,1,0.1171,0.6218,0.3761,1,1,1,1,1,0.135467559,0.628141522,0.161926925,1,1,1,1,1,0.070520125,0.598440826,0.273062825,1,1,1,1,1,0.139949545,0.66706717,0.574734171,0.574783161,0.574911348
-8079,1,0.4009,1,1,1,1,1,1,1,1,0.0298,0.4009,0.2661,1,0.3061,1,1,1,1,1,1,0.0527,0.3061,0.274,1,0.6218,1,1,1,0.1284,0.6218,0.1822,1,1,1,1,1,0.054384153,0.424513876,0.044385478,1,1,1,1,1,0.03433311,0.474387497,0.185199752,1,1,1,1,1,0.16677615,0.406904727,0.579567424,0.579648826,0.579787234
-8080,1,0.4012,1,1,1,1,1,1,1,1,0.0019,0.4012,0.0001,1,0.3062,1,1,1,1,1,1,0.0181,0.3062,0.0198,1,0.6218,1,1,1,0.0872,0.6218,0,1,1,1,1,1,0.003945172,0.00143416,0.036400799,1,1,1,1,1,0.012517048,0.089860931,0.034466229,1,1,1,1,1,0.120165557,0,0.631524891,0.63169029,0.631648936
-8081,1,0.4016,1,1,1,1,1,1,1,1,0,0.4016,0,1,0.3063,1,1,1,1,1,1,0.0038,0.3063,0,1,0.6219,1,1,1,0.0567,0.6219,0,1,1,1,1,1,0.000554239,0,0.027054768,1,1,1,1,1,0.002795312,0,0.024869896,1,1,1,1,1,0.10647665,0,0.680642823,0.680770044,0.680851064
-8082,1,0.4019,1,1,1,1,1,1,1,1,0,0.4019,0,1,0.3064,1,1,1,1,1,1,0,0.3064,0,1,0.6219,1,1,1,0.0338,0.6219,0,1,1,1,1,1,0.000194802,0,0.038406312,1,1,1,1,1,0,0,0.017717279,1,1,1,1,1,0.061741918,0,0.678105365,0.678019886,0.678191489
-8083,1,0.4022,1,1,1,1,1,1,1,1,0,0.4022,0,1,0.3065,1,1,1,1,1,1,0,0.3065,0,1,0.622,1,1,1,0.0277,0.622,0,1,1,1,1,1,6.21E-05,0,0.010675322,1,1,1,1,1,0,0,0.000287958,1,1,1,1,1,0.032842614,0,0.662216046,0.662153586,0.662234043
-8084,1,0.4026,1,1,1,1,1,1,1,1,0,0.4026,0,1,0.3066,1,1,1,1,1,1,0,0.3066,0,1,0.622,1,1,1,0.0101,0.622,0,1,1,1,1,1,7.68E-05,0,0.005115971,1,1,1,1,1,2.78E-05,0,0,1,1,1,1,1,0.010386864,0,0.635814403,0.635709752,0.63608156
-8085,1,0.4029,1,1,1,1,1,1,1,1,0.0003,0.4029,0,1,0.3067,1,1,1,1,1,1,0,0.3067,0,1,0.6221,1,1,1,0.0074,0.6221,0,1,1,1,1,1,0.000144716,0,0.001609203,1,1,1,1,1,0.000142523,0,0,1,1,1,1,1,0.010310348,0,0.591952634,0.591918765,0.592198582
-8086,1,0.4032,1,1,1,1,1,1,1,1,0.0012,0.4032,0,1,0.3069,1,1,1,1,1,1,0,0.3069,0,1,0.6221,1,1,1,0.0008,0.6221,0,1,1,1,1,1,2.95E-05,0,0,1,1,1,1,1,6.85E-05,0,0,1,1,1,1,1,0.001539906,0,0.532866119,0.532896129,0.533244681
-8087,1,0.4036,1,1,1,1,1,1,1,1,0.001,0.4036,0,1,0.307,1,1,1,1,1,1,0,0.307,0,1,0.6222,1,1,1,0,0.6222,0,1,1,1,1,1,4.20E-05,0,0.002001546,1,1,1,1,1,0.000113806,0,0,1,1,1,1,1,0.00051082,0,0.479639923,0.479585361,0.479609929
-8088,1,0.4039,1,1,1,1,1,1,1,1,0,0.4039,0,1,0.3071,1,1,1,1,1,1,0,0.3071,0,1,0.6222,1,1,1,0,0.6222,0,1,1,1,1,1,0,0,0,1,1,1,1,1,4.31E-05,0,0,1,1,1,1,1,0.001271246,0,0.443269696,0.443198646,0.443262411
-8089,1,0.4043,1,1,1,1,1,1,1,1,0,0.4043,0,1,0.3072,1,1,1,1,1,1,0,0.3072,0,1,0.6223,1,1,1,0,0.6223,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0.001308191,0,0.425628323,0.425639941,0.425531915
-8090,1,0.4046,1,1,1,1,1,1,1,1,0.0001,0.4046,0,1,0.3073,1,1,1,1,1,1,0,0.3073,0,1,0.6223,1,1,1,0,0.6223,0,1,1,1,1,1,2.53E-05,0,0,1,1,1,1,1,0.001049686,0,0,1,1,1,1,1,0.002859297,0,0.418620106,0.418658769,0.418439716
-8091,1,0.4049,1,1,1,1,1,1,1,1,0,0.4049,0,1,0.3074,1,1,1,1,1,1,0,0.3074,0,1,0.6223,1,1,1,0,0.6223,0,1,1,1,1,1,3.75E-05,0,0,1,1,1,1,1,0.000843175,0,0.01818246,1,1,1,1,1,0.003185493,0,0.417895118,0.417812566,0.417553191
-8092,1,0.4053,1,1,1,1,1,1,1,1,0,0.4053,0,1,0.3075,1,1,1,1,1,1,0,0.3075,0,1,0.6224,1,1,1,0,0.6224,0,1,1,1,1,1,9.10E-06,0,0,1,1,1,1,1,0.00337108,0,0,1,1,1,1,1,0.000214354,0,0.432455292,0.432621113,0.432624113
-8093,1,0.4056,1,1,1,1,1,1,1,1,0,0.4056,0,1,0.3077,1,1,1,1,1,1,0,0.3077,0,1,0.6224,1,1,1,0.0003,0.6224,0,1,1,1,1,1,1.40E-05,0,0.001903127,1,1,1,1,1,0.000907836,0,0,1,1,1,1,1,0.001668636,0,0.478069116,0.477892955,0.478280142
-8094,1,0.4059,1,1,1,1,1,1,1,1,0,0.4059,0,1,0.3078,1,1,1,1,1,1,0,0.3078,0,1,0.6225,1,1,1,0,0.6225,0,1,1,1,1,1,6.38E-06,0,0.010931485,1,1,1,1,1,0.003507647,0,0,1,1,1,1,1,0.003674001,0,0.55860319,0.558493759,0.558953901
-8095,1,0.4063,1,1,1,1,1,1,1,1,0.005,0.4063,0,1,0.3079,1,1,1,1,1,1,0,0.3079,0,1,0.6225,1,1,1,0.0002,0.6225,0,1,1,1,1,1,0.001062779,0,0.003737872,1,1,1,1,1,0.00981164,0,0,1,1,1,1,1,0.004524359,0,0.602404543,0.602284747,0.602393617
-8096,1,0.4066,1,1,1,1,1,1,1,1,0.0036,0.4066,0.2441,1,0.308,1,1,1,1,1,1,0.0107,0.308,0.212,1,0.6226,1,1,1,0.001,0.6226,0.1929,1,1,1,1,1,0.001045925,0.419105351,0.001690269,1,1,1,1,1,0.013827625,0.358651727,0,1,1,1,1,1,0.014282824,0.364243478,0.611829386,0.611804527,0.611702128
-8097,1,0.4069,1,1,1,1,1,1,1,1,0.0079,0.4069,0.4013,1,0.3081,1,1,1,1,1,1,0,0.3081,0.3715,1,0.6226,1,1,1,0.0049,0.6226,0.3132,1,1,1,1,1,0.000503584,0.587027848,0.049211383,1,1,1,1,1,0.002334271,0.545069098,0,1,1,1,1,1,0.015323275,0.590210199,0.616843886,0.616670193,0.617021277
-8098,1,0.4073,1,1,1,1,1,1,1,1,0.0125,0.4073,0.4707,1,0.3082,1,1,1,1,1,1,0,0.3082,0.4482,1,0.6227,1,1,1,0.0142,0.6227,0.4409,1,1,1,1,1,0.001338898,0.622303486,0.110847488,1,1,1,1,1,0.0022778,0.597031295,0.074333504,1,1,1,1,1,0.041503798,0.66999048,0.620287579,0.620266554,0.620567376
-8099,1,0.4076,1,1,1,1,1,1,1,1,0.024,0.4076,0.4622,1,0.3083,1,1,1,1,1,1,0,0.3083,0.4504,1,0.6227,1,1,1,0.0344,0.6227,0.4687,1,1,1,1,1,0.003392213,0.631329715,0.177935869,1,1,1,1,1,0.00026986,0.646224141,0.213289291,1,1,1,1,1,0.047114171,0.697707057,0.620106332,0.620055003,0.620567376
-8100,1,0.4079,1,1,1,1,1,1,1,1,0.0313,0.4079,0.4498,1,0.3085,1,1,1,1,1,1,0,0.3085,0.4597,1,0.6228,1,1,1,0.0189,0.6228,0.495,1,1,1,1,1,0.00543303,0.639721811,0.247874588,1,1,1,1,1,0.001035321,0.694097638,0.178159431,1,1,1,1,1,0.044657391,0.616001248,0.616723055,0.616670193,0.616578014
-8101,1,0.4083,1,1,1,1,1,1,1,1,0.045,0.4083,0.4513,1,0.3086,1,1,1,1,1,1,0,0.3086,0.5072,1,0.6228,1,1,1,0.0504,0.6228,0.4438,1,1,1,1,1,0.007995872,0.654696941,0.295107841,1,1,1,1,1,0.002801639,0.760796547,0.397815734,1,1,1,1,1,0.091809064,0.58413583,0.613823103,0.613708483,0.61391844
-8102,1,0.4086,1,1,1,1,1,1,1,1,0.0479,0.4086,0.4101,1,0.3087,1,1,1,1,1,1,0.0075,0.3087,0.4786,1,0.6228,1,1,1,0.0521,0.6228,0.305,1,1,1,1,1,0.008334582,0.652487516,0.192580938,1,1,1,1,1,0.014018415,0.70538187,0.19413954,1,1,1,1,1,0.130073264,0.517783284,0.608385694,0.608419717,0.608599291
-8103,1,0.409,1,1,1,1,1,1,1,1,0.0298,0.409,0.279,1,0.3088,1,1,1,1,1,1,0,0.3088,0.3339,1,0.6229,1,1,1,0.0353,0.6229,0.213,1,1,1,1,1,0.005690752,0.509434104,0.102221593,1,1,1,1,1,0.006145854,0.526105464,0.18589136,1,1,1,1,1,0.098792136,0.363353074,0.613883519,0.613708483,0.61391844
-8104,1,0.4093,1,1,1,1,1,1,1,1,0.0355,0.4093,0,1,0.3089,1,1,1,1,1,1,0.0085,0.3089,0.0059,1,0.6229,1,1,1,0.0338,0.6229,0,1,1,1,1,1,0.007899837,0,0.107317612,1,1,1,1,1,0.011154335,0.06245685,0.367962301,1,1,1,1,1,0.110562235,0,0.661249396,0.661307383,0.661347518
-8105,1,0.4096,1,1,1,1,1,1,1,1,0.049,0.4096,0,1,0.309,1,1,1,1,1,1,0.0044,0.309,0,1,0.623,1,1,1,0.0337,0.623,0,1,1,1,1,1,0.00915345,0,0.140767634,1,1,1,1,1,0.011632526,0,0.616981387,1,1,1,1,1,0.133267105,0,0.693571774,0.693674635,0.693705674
-8106,1,0.41,1,1,1,1,1,1,1,1,0.0449,0.41,0,1,0.3092,1,1,1,1,1,1,0.0124,0.3092,0,1,0.623,1,1,1,0.0331,0.623,0,1,1,1,1,1,0.015201805,0,0.192060471,1,1,1,1,1,0.015787847,0,0.712492228,1,1,1,1,1,0.092385896,0,0.686684389,0.686693463,0.687056738
-8107,1,0.4103,1,1,1,1,1,1,1,1,0.0622,0.4103,0,1,0.3093,1,1,1,1,1,1,0.0241,0.3093,0,1,0.6231,1,1,1,0.0548,0.6231,0,1,1,1,1,1,0.024701569,0,0.402307659,1,1,1,1,1,0.027596422,0,0.841083765,1,1,1,1,1,0.155758098,0,0.665901402,0.665961498,0.666223404
-8108,1,0.4106,1,1,1,1,1,1,1,1,0.0972,0.4106,0,1,0.3094,1,1,1,1,1,1,0.0558,0.3094,0,1,0.6231,1,1,1,0.0697,0.6231,0,1,1,1,1,1,0.046599355,0,0.632024884,1,1,1,1,1,0.050565865,0,0.762885928,1,1,1,1,1,0.150321424,0,0.636478975,0.636555955,0.636968085
-8109,1,0.411,1,1,1,1,1,1,1,1,0.1348,0.411,0,1,0.3095,1,1,1,1,1,1,0.0843,0.3095,0,1,0.6232,1,1,1,0.1017,0.6232,0,1,1,1,1,1,0.067971066,0,0.489652753,1,1,1,1,1,0.063933074,0,0.566634297,1,1,1,1,1,0.177091613,0,0.590019333,0.590014809,0.590425532
-8110,1,0.4113,1,1,1,1,1,1,1,1,0.1556,0.4113,0,1,0.3096,1,1,1,1,1,1,0.1013,0.3096,0,1,0.6232,1,1,1,0.0625,0.6232,0,1,1,1,1,1,0.061250228,0,0.433738887,1,1,1,1,1,0.067904398,0,0.622327209,1,1,1,1,1,0.118975036,0,0.525434993,0.525491855,0.525265957
-8111,1,0.4116,1,1,1,1,1,1,1,1,0.1647,0.4116,0,1,0.3097,1,1,1,1,1,1,0.1104,0.3097,0,1,0.6233,1,1,1,0.0725,0.6233,0,1,1,1,1,1,0.091569044,0,0.282480299,1,1,1,1,1,0.090765566,0,0.617613137,1,1,1,1,1,0.113847271,0,0.468100532,0.468161625,0.468085106
-8112,1,0.412,1,1,1,1,1,1,1,1,0.1973,0.412,0,1,0.3098,1,1,1,1,1,1,0.1462,0.3098,0,1,0.6233,1,1,1,0.0711,0.6233,0,1,1,1,1,1,0.101566769,0,0.423977673,1,1,1,1,1,0.109599993,0,0.734073102,1,1,1,1,1,0.09332478,0,0.431730304,0.43177491,0.431737589
-8113,1,0.4123,1,1,1,1,1,1,1,1,0.223,0.4123,0,1,0.31,1,1,1,1,1,1,0.1219,0.31,0,1,0.6233,1,1,1,0.0962,0.6233,0,1,1,1,1,1,0.086598337,0,0.585412025,1,1,1,1,1,0.097398609,0,1,1,1,1,1,1,0.086587012,0,0.411491058,0.411466046,0.411347518
-8114,1,0.4127,1,1,1,1,1,1,1,1,0.1957,0.4127,0,1,0.3101,1,1,1,1,1,1,0.1154,0.3101,0,1,0.6234,1,1,1,0.1204,0.6234,0,1,1,1,1,1,0.0728411,0,0.619121909,1,1,1,1,1,0.083914235,0,0.714945614,1,1,1,1,1,0.077533752,0,0.399347511,0.399407658,0.399379433
-8115,1,0.413,1,1,1,1,1,1,1,1,0.1884,0.413,0,1,0.3102,1,1,1,1,1,1,0.195,0.3102,0,1,0.6234,1,1,1,0.0735,0.6234,0,1,1,1,1,1,0.063170016,0,0.834084749,1,1,1,1,1,0.139238864,0,1,1,1,1,1,1,0.075171843,0,0.396568391,0.396657499,0.396719858
-8116,1,0.4133,1,1,1,1,1,1,1,1,0.2508,0.4133,0,1,0.3103,1,1,1,1,1,1,0.343,0.3103,0,1,0.6235,1,1,1,0.0879,0.6235,0,1,1,1,1,1,0.126780316,0,0.999993026,1,1,1,1,1,0.260446906,0,1,1,1,1,1,1,0.080092937,0,0.408168197,0.408081235,0.408244681
-8117,1,0.4137,1,1,1,1,1,1,1,1,0.2638,0.4137,0,1,0.3104,1,1,1,1,1,1,0.1086,0.3104,0,1,0.6235,1,1,1,0.0756,0.6235,0,1,1,1,1,1,0.165281221,0,0.985414147,1,1,1,1,1,0.094712846,0,1,1,1,1,1,1,0.109932192,0,0.450398743,0.450391369,0.45035461
-8118,1,0.414,1,1,1,1,1,1,1,1,0.1647,0.414,0,1,0.3105,1,1,1,1,1,1,0.1505,0.3105,0,1,0.6236,1,1,1,0.0627,0.6236,0,1,1,1,1,1,0.083267182,0,0.954339147,1,1,1,1,1,0.113832355,0,0.998340368,1,1,1,1,1,0.127225533,0,0.530389077,0.530357521,0.530585106
-8119,1,0.4143,1,1,1,1,1,1,1,1,0.088,0.4143,0,1,0.3106,1,1,1,1,1,1,0.1838,0.3106,0,1,0.6236,1,1,1,0.1316,0.6236,0,1,1,1,1,1,0.067089707,0,0.935249686,1,1,1,1,1,0.134365872,0,1,1,1,1,1,1,0.299501806,0,0.572015466,0.572033002,0.571808511
-8120,1,0.4147,1,1,1,1,1,1,1,1,0.0834,0.4147,0.1008,1,0.3108,1,1,1,1,1,1,0.1913,0.3108,0.1014,1,0.6237,1,1,1,0.0539,0.6237,0.143,1,1,1,1,1,0.101620473,0.191078961,0.979946256,1,1,1,1,1,0.151059508,0.135681435,1,1,1,1,1,1,0.108316071,0.218654245,0.578661189,0.578802623,0.578900709
-8121,1,0.415,1,1,1,1,1,1,1,1,0.1486,0.415,0.2873,1,0.3109,1,1,1,1,1,1,0.2022,0.3109,0.2966,1,0.6237,1,1,1,0.0766,0.6237,0.3777,1,1,1,1,1,0.204092309,0.501297295,0.913430989,1,1,1,1,1,0.191197246,0.525170207,0.9788571,1,1,1,1,1,0.144830823,0.620032191,0.580775737,0.580706579,0.580673759
-8122,1,0.4153,1,1,1,1,1,1,1,1,0.2383,0.4153,0.5112,1,0.311,1,1,1,1,1,1,0.2396,0.311,0.5176,1,0.6238,1,1,1,0.1704,0.6238,0.4774,1,1,1,1,1,0.296155483,0.717920423,0.953858256,1,1,1,1,1,0.25061965,0.677055717,0.985445619,1,1,1,1,1,0.310825616,0.771341503,0.583131948,0.583245187,0.583333333
-8123,1,0.4157,1,1,1,1,1,1,1,1,0.3178,0.4157,0.536,1,0.3111,1,1,1,1,1,1,0.4909,0.3111,0.5081,1,0.6238,1,1,1,0.2463,0.6238,0.4955,1,1,1,1,1,0.448998302,0.690534651,0.721415699,1,1,1,1,1,0.468166411,0.713362217,0.831881523,1,1,1,1,1,0.50308603,0.786157787,0.58282987,0.582822086,0.582890071
-8124,1,0.416,1,1,1,1,1,1,1,1,0.2866,0.416,0.4996,1,0.3112,1,1,1,1,1,1,0.417,0.3112,0.4678,1,0.6238,1,1,1,0.2741,0.6238,0.4494,1,1,1,1,1,0.404672056,0.627258897,0.675600648,1,1,1,1,1,0.406498879,0.697588444,0.993717313,1,1,1,1,1,0.46194002,0.717412651,0.580654906,0.580706579,0.580673759
-8125,1,0.4163,1,1,1,1,1,1,1,1,0.2881,0.4163,0.3911,1,0.3113,1,1,1,1,1,1,0.5238,0.3113,0.4294,1,0.6239,1,1,1,0.381,0.6239,0.3637,1,1,1,1,1,0.372935355,0.472031355,0.630162597,1,1,1,1,1,0.498512626,0.595946968,1,1,1,1,1,1,0.671946764,0.44104892,0.581923635,0.581975883,0.582446809
-8126,1,0.4167,1,1,1,1,1,1,1,1,0.4114,0.4167,0.3097,1,0.3115,1,1,1,1,1,1,0.6944,0.3115,0.3534,1,0.6239,1,1,1,0.4414,0.6239,0.2879,1,1,1,1,1,0.484448731,0.43962723,0.427310765,1,1,1,1,1,0.608268976,0.489771366,1,1,1,1,1,1,0.740320981,0.330854595,0.580896568,0.58091813,0.581117021
-8127,1,0.417,1,1,1,1,1,1,1,1,0.4211,0.417,0.195,1,0.3116,1,1,1,1,1,1,0.6343,0.3116,0.2745,1,0.624,1,1,1,0.3142,0.624,0.1178,1,1,1,1,1,0.495457977,0.321761429,0.369645387,1,1,1,1,1,0.581763446,0.442478001,1,1,1,1,1,1,0.428670585,0.082389235,0.590683905,0.590649461,0.590868794
-8128,1,0.4174,1,1,1,1,1,1,1,1,0.378,0.4174,0,1,0.3117,1,1,1,1,1,1,0.5177,0.3117,0.0021,1,0.624,1,1,1,0.2836,0.624,0,1,1,1,1,1,0.413469106,0,0.454390883,1,1,1,1,1,0.494050175,0.007768535,1,1,1,1,1,1,0.494517535,0,0.647293378,0.647345039,0.647606383
-8129,1,0.4177,1,1,1,1,1,1,1,1,0.446,0.4177,0,1,0.3118,1,1,1,1,1,1,0.6384,0.3118,0,1,0.6241,1,1,1,0.2971,0.6241,0,1,1,1,1,1,0.479171306,0,0.589317679,1,1,1,1,1,0.599682391,0,1,1,1,1,1,1,0.484390944,0,0.69278637,0.692828432,0.692819149
-8130,1,0.418,1,1,1,1,1,1,1,1,0.4282,0.418,0,1,0.3119,1,1,1,1,1,1,0.6434,0.3119,0,1,0.6241,1,1,1,0.345,0.6241,0,1,1,1,1,1,0.391375631,0,0.889437437,1,1,1,1,1,0.566636801,0,1,1,1,1,1,1,0.496613175,0,0.692846786,0.692828432,0.692819149
-8131,1,0.4184,1,1,1,1,1,1,1,1,0.3553,0.4184,0,1,0.312,1,1,1,1,1,1,0.5369,0.312,0,1,0.6242,1,1,1,0.3947,0.6242,0,1,1,1,1,1,0.414873779,0,1,1,1,1,1,1,0.47248736,0,1,1,1,1,1,1,0.542892337,0,0.679615756,0.679712291,0.679521277
-8132,1,0.4187,1,1,1,1,1,1,1,1,0.3416,0.4187,0,1,0.3121,1,1,1,1,1,1,0.7387,0.3121,0,1,0.6242,1,1,1,0.4471,0.6242,0,1,1,1,1,1,0.471366346,0,1,1,1,1,1,1,0.631920397,0,1,1,1,1,1,1,0.680717111,0,0.65659739,0.656653268,0.656471631
-8133,1,0.419,1,1,1,1,1,1,1,1,0.4364,0.419,0,1,0.3123,1,1,1,1,1,1,0.7082,0.3123,0,1,0.6243,1,1,1,0.4678,0.6243,0,1,1,1,1,1,0.515406907,0,1,1,1,1,1,1,0.588884056,0,1,1,1,1,1,1,0.713147223,0,0.61358144,0.613708483,0.61391844
-8134,1,0.4194,1,1,1,1,1,1,1,1,0.4241,0.4194,0,1,0.3124,1,1,1,1,1,1,0.6686,0.3124,0,1,0.6243,1,1,1,0.4604,0.6243,0,1,1,1,1,1,0.49307543,0,1,1,1,1,1,1,0.564919651,0,1,1,1,1,1,1,0.616148949,0,0.555159497,0.555108949,0.554964539
-8135,1,0.4197,1,1,1,1,1,1,1,1,0.3852,0.4197,0,1,0.3125,1,1,1,1,1,1,0.6029,0.3125,0,1,0.6243,1,1,1,0.4939,0.6243,0,1,1,1,1,1,0.390754491,0,1,1,1,1,1,1,0.499679804,0,1,1,1,1,1,1,0.720187068,0,0.500966651,0.500951978,0.500886525
-8136,1,0.42,1,1,1,1,1,1,1,1,0.4393,0.42,0,1,0.3126,1,1,1,1,1,1,0.4603,0.3126,0,1,0.6244,1,1,1,0.4608,0.6244,0,1,1,1,1,1,0.388241619,0,1,1,1,1,1,1,0.402858377,0,1,1,1,1,1,1,0.708359838,0,0.4679797,0.467950074,0.468085106
-8137,1,0.4204,1,1,1,1,1,1,1,1,0.3643,0.4204,0,1,0.3127,1,1,1,1,1,1,0.3804,0.3127,0,1,0.6244,1,1,1,0.3503,0.6244,0,1,1,1,1,1,0.338709265,0,1,1,1,1,1,1,0.337826073,0,1,1,1,1,1,1,0.503146648,0,0.451788304,0.451660673,0.451684397
-8138,1,0.4207,1,1,1,1,1,1,1,1,0.2956,0.4207,0,1,0.3128,1,1,1,1,1,1,0.3127,0.3128,0,1,0.6245,1,1,1,0.369,0.6245,0,1,1,1,1,1,0.270418495,0,1,1,1,1,1,1,0.257465303,0,1,1,1,1,1,1,0.561109781,0,0.444840503,0.444891051,0.445035461
-8139,1,0.421,1,1,1,1,1,1,1,1,0.2279,0.421,0,1,0.3129,1,1,1,1,1,1,0.3743,0.3129,0,1,0.6245,1,1,1,0.3539,0.6245,0,1,1,1,1,1,0.220280766,0,1,1,1,1,1,1,0.284619212,0,1,1,1,1,1,1,0.508850098,0,0.445505075,0.445525703,0.445478723
-8140,1,0.4214,1,1,1,1,1,1,1,1,0.2066,0.4214,0,1,0.3131,1,1,1,1,1,1,0.5369,0.3131,0,1,0.6246,1,1,1,0.3471,0.6246,0,1,1,1,1,1,0.219258338,0,1,1,1,1,1,1,0.387902349,0,1,1,1,1,1,1,0.514402568,0,0.461817303,0.461815105,0.461879433
-8141,1,0.4217,1,1,1,1,1,1,1,1,0.1858,0.4217,0,1,0.3132,1,1,1,1,1,1,0.3795,0.3132,0,1,0.6246,1,1,1,0.3998,0.6246,0,1,1,1,1,1,0.18569769,0,1,1,1,1,1,1,0.295580626,0,1,1,1,1,1,1,0.474542975,0,0.510331078,0.510260207,0.510638298
-8142,1,0.4221,1,1,1,1,1,1,1,1,0.1286,0.4221,0,1,0.3133,1,1,1,1,1,1,0.2941,0.3133,0,1,0.6247,1,1,1,0.307,0.6247,0,1,1,1,1,1,0.102079749,0,1,1,1,1,1,1,0.241721377,0,1,1,1,1,1,1,0.394464195,0,0.594067182,0.594034271,0.594414894
-8143,1,0.4224,1,1,1,1,1,1,1,1,0.0895,0.4224,0,1,0.3134,1,1,1,1,1,1,0.1887,0.3134,0,1,0.6247,1,1,1,0.2316,0.6247,0,1,1,1,1,1,0.064241894,0,1,1,1,1,1,1,0.143361583,0,0.946759462,1,1,1,1,1,0.244444057,0,0.633699855,0.633805796,0.633865248
-8144,1,0.4227,1,1,1,1,1,1,1,1,0.0872,0.4227,0.2494,1,0.3135,1,1,1,1,1,1,0.16,0.3135,0.2504,1,0.6248,1,1,1,0.2343,0.6248,0.206,1,1,1,1,1,0.050772835,0.431769073,1,1,1,1,1,1,0.112030178,0.423943996,0.890856862,1,1,1,1,1,0.222040534,0.441907853,0.635874819,0.635921303,0.63608156
-8145,1,0.4231,1,1,1,1,1,1,1,1,0.1685,0.4231,0.4516,1,0.3136,1,1,1,1,1,1,0.1727,0.3136,0.4528,1,0.6248,1,1,1,0.2384,0.6248,0.4183,1,1,1,1,1,0.139725357,0.69354552,0.989379287,1,1,1,1,1,0.147971511,0.679114759,1,1,1,1,1,1,0.293304563,0.69983542,0.634001933,0.634017347,0.634308511
-8146,1,0.4234,1,1,1,1,1,1,1,1,0.1871,0.4234,0.6247,1,0.3137,1,1,1,1,1,1,0.0962,0.3137,0.6164,1,0.6248,1,1,1,0.4516,0.6248,0.56,1,1,1,1,1,0.166940749,0.879676163,0.625664771,1,1,1,1,1,0.095402241,0.863515854,0.56831336,1,1,1,1,1,0.558258772,0.882761717,0.63098115,0.631055638,0.631205674
-8147,1,0.4237,1,1,1,1,1,1,1,1,0.1644,0.4237,0.6776,1,0.3139,1,1,1,1,1,1,0.0651,0.3139,0.6767,1,0.6249,1,1,1,0.401,0.6249,0.6092,1,1,1,1,1,0.197519392,0.93219924,0.352505088,1,1,1,1,1,0.065047905,0.917118073,0.291889787,1,1,1,1,1,0.445202768,0.914763391,0.623368777,0.623439814,0.623670213
-8148,1,0.4241,1,1,1,1,1,1,1,1,0.0791,0.4241,0.6841,1,0.314,1,1,1,1,1,1,0.0047,0.314,0.6855,1,0.6249,1,1,1,0.3451,0.6249,0.6545,1,1,1,1,1,0.146823406,0.946795344,0.20770523,1,1,1,1,1,0.012965187,0.945549309,0.104800001,1,1,1,1,1,0.431338221,0.921670377,0.614668922,0.614766237,0.614804965
-8149,1,0.4244,1,1,1,1,1,1,1,1,0.0257,0.4244,0.3469,1,0.3141,1,1,1,1,1,1,0,0.3141,0.3527,1,0.625,1,1,1,0.3161,0.625,0.3741,1,1,1,1,1,0.064595982,0.504230857,0.120045401,1,1,1,1,1,0.004708035,0.511396527,0.035184555,1,1,1,1,1,0.410507828,0.487068772,0.609896085,0.609900571,0.609929078
-8150,1,0.4247,1,1,1,1,1,1,1,1,0.0069,0.4247,0.517,1,0.3142,1,1,1,1,1,1,0,0.3142,0.5361,1,0.625,1,1,1,0.2779,0.625,0.489,1,1,1,1,1,0.03122272,0.763243556,0.039155927,1,1,1,1,1,1.12E-05,0.80048573,0.008662042,1,1,1,1,1,0.282595187,0.755290151,0.605546158,0.605669558,0.605496454
-8151,1,0.4251,1,1,1,1,1,1,1,1,0.0021,0.4251,0.3333,1,0.3143,1,1,1,1,1,1,0,0.3143,0.3622,1,0.6251,1,1,1,0.1999,0.6251,0.2836,1,1,1,1,1,0.021756344,0.57397455,0.025656553,1,1,1,1,1,0,0.578941584,0.013949215,1,1,1,1,1,0.231310487,0.521199822,0.613883519,0.613708483,0.61391844
-8152,1,0.4254,1,1,1,1,1,1,1,1,0.0056,0.4254,0.0573,1,0.3144,1,1,1,1,1,1,0,0.3144,0.1022,1,0.6251,1,1,1,0.1608,0.6251,0,1,1,1,1,1,0.023235554,0.1708211,0.005734833,1,1,1,1,1,0,0.222003341,0,1,1,1,1,1,0.27298823,0,0.673513775,0.673577322,0.673758865
-8153,1,0.4258,1,1,1,1,1,1,1,1,0.0023,0.4258,0,1,0.3146,1,1,1,1,1,1,0,0.3146,0,1,0.6252,1,1,1,0.1137,0.6252,0,1,1,1,1,1,0.021491155,0,0.005714002,1,1,1,1,1,0,0,0,1,1,1,1,1,0.203053609,0,0.719490092,0.719695367,0.719414894
-8154,1,0.4261,1,1,1,1,1,1,1,1,0.0009,0.4261,0,1,0.3147,1,1,1,1,1,1,0,0.3147,0,1,0.6252,1,1,1,0.0964,0.6252,0,1,1,1,1,1,0.009608026,0,0.00142998,1,1,1,1,1,0,0,0,1,1,1,1,1,0.216484949,0,0.719671339,0.719695367,0.719858156
-8155,1,0.4264,1,1,1,1,1,1,1,1,0,0.4264,0,1,0.3148,1,1,1,1,1,1,0,0.3148,0,1,0.6253,1,1,1,0.0376,0.6253,0,1,1,1,1,1,0.006548548,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0.116334811,0,0.707648623,0.707636979,0.707890071
-8156,1,0.4268,1,1,1,1,1,1,1,1,0,0.4268,0,1,0.3149,1,1,1,1,1,1,0,0.3149,0,1,0.6253,1,1,1,0.0147,0.6253,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0.004229502,0,0,1,1,1,1,1,0.035782024,0,0.684871919,0.684789507,0.685283688
-8157,1,0.4271,1,1,1,1,1,1,1,1,0.0007,0.4271,0,1,0.315,1,1,1,1,1,1,0.0337,0.315,0,1,0.6253,1,1,1,0.0054,0.6253,0,1,1,1,1,1,0.002136713,0,0,1,1,1,1,1,0.035508282,0,0,1,1,1,1,1,0.012455063,0,0.643305945,0.643325576,0.643617021
-8158,1,0.4274,1,1,1,1,1,1,1,1,0.004,0.4274,0,1,0.3151,1,1,1,1,1,1,0.1426,0.3151,0,1,0.6254,1,1,1,0.0267,0.6254,0,1,1,1,1,1,0.01339627,0,0,1,1,1,1,1,0.133374557,0,0.000743456,1,1,1,1,1,0.061277326,0,0.58337361,0.583456738,0.583333333
-8159,1,0.4278,1,1,1,1,1,1,1,1,0.0521,0.4278,0,1,0.3152,1,1,1,1,1,1,0.3839,0.3152,0,1,0.6254,1,1,1,0.0697,0.6254,0,1,1,1,1,1,0.086229891,0,0,1,1,1,1,1,0.378884137,0,0.006697644,1,1,1,1,1,0.175029144,0,0.526280812,0.526338058,0.526595745
-8160,1,0.4281,1,1,1,1,1,1,1,1,0.1018,0.4281,0,1,0.3154,1,1,1,1,1,1,0.2389,0.3154,0,1,0.6255,1,1,1,0.0906,0.6255,0,1,1,1,1,1,0.120285712,0,0.001242758,1,1,1,1,1,0.31374529,0,0.042831153,1,1,1,1,1,0.277075708,0,0.489971,0.489951343,0.489804965
-8161,1,0.4284,1,1,1,1,1,1,1,1,0.0962,0.4284,0,1,0.3155,1,1,1,1,1,1,0.1741,0.3155,0,1,0.6255,1,1,1,0.151,0.6255,0,1,1,1,1,1,0.083223268,0,0,1,1,1,1,1,0.210253596,0,0,1,1,1,1,1,0.477045447,0,0.471665056,0.471757986,0.471631206
-8162,1,0.4288,1,1,1,1,1,1,1,1,0.0709,0.4288,0,1,0.3156,1,1,1,1,1,1,0.2014,0.3156,0,1,0.6256,1,1,1,0.141,0.6256,0,1,1,1,1,1,0.065923683,0,0.004502938,1,1,1,1,1,0.201742798,0,0,1,1,1,1,1,0.461490512,0,0.462300628,0.462238206,0.462322695
-8163,1,0.4291,1,1,1,1,1,1,1,1,0.095,0.4291,0,1,0.3157,1,1,1,1,1,1,0.1926,0.3157,0,1,0.6256,1,1,1,0.1494,0.6256,0,1,1,1,1,1,0.083085708,0,0.001471713,1,1,1,1,1,0.173579991,0,0,1,1,1,1,1,0.520803928,0,0.461515225,0.461603554,0.461879433
-8164,1,0.4294,1,1,1,1,1,1,1,1,0.1272,0.4294,0,1,0.3158,1,1,1,1,1,1,0.2698,0.3158,0,1,0.6257,1,1,1,0.1495,0.6257,0,1,1,1,1,1,0.117962189,0,0.000500445,1,1,1,1,1,0.22082895,0,0,1,1,1,1,1,0.535257757,0,0.47480667,0.474719695,0.474734043
-8165,1,0.4298,1,1,1,1,1,1,1,1,0.2172,0.4298,0,1,0.3159,1,1,1,1,1,1,0.296,0.3159,0,1,0.6257,1,1,1,0.1541,0.6257,0,1,1,1,1,1,0.178356439,0,0.015516596,1,1,1,1,1,0.249257043,0,0.019838482,1,1,1,1,1,0.518038273,0,0.518185114,0.518087582,0.518173759
-8166,1,0.4301,1,1,1,1,1,1,1,1,0.1562,0.4301,0,1,0.316,1,1,1,1,1,1,0.4222,0.316,0,1,0.6258,1,1,1,0.1828,0.6258,0,1,1,1,1,1,0.151347816,0,0.013317553,1,1,1,1,1,0.339309126,0,0.015770681,1,1,1,1,1,0.550718188,0,0.59757129,0.597630633,0.59751773
-8167,1,0.4305,1,1,1,1,1,1,1,1,0.1532,0.4305,0,1,0.3162,1,1,1,1,1,1,0.4626,0.3162,0,1,0.6258,1,1,1,0.3366,0.6258,0,1,1,1,1,1,0.14286834,0,0.004850841,1,1,1,1,1,0.388223767,0,0.014840316,1,1,1,1,1,0.761966646,0,0.639318511,0.639306114,0.639184397
-8168,1,0.4308,1,1,1,1,1,1,1,1,0.1377,0.4308,0.0738,1,0.3163,1,1,1,1,1,1,0.2361,0.3163,0.1048,1,0.6259,1,1,1,0.3053,0.6259,0.0849,1,1,1,1,1,0.151022196,0.155514047,0.00732333,1,1,1,1,1,0.209004402,0.152464435,0,1,1,1,1,1,0.620964706,0.091771588,0.646145481,0.646075735,0.646276596
-8169,1,0.4311,1,1,1,1,1,1,1,1,0.1507,0.4311,0.1992,1,0.3164,1,1,1,1,1,1,0.3646,0.3164,0.1945,1,0.6259,1,1,1,0.2968,0.6259,0.2604,1,1,1,1,1,0.228942677,0.318502843,0.001576866,1,1,1,1,1,0.348842889,0.317066967,0,1,1,1,1,1,0.615862131,0.445955873,0.644876752,0.644806431,0.644946809
-8170,1,0.4315,1,1,1,1,1,1,1,1,0.1219,0.4315,0.2704,1,0.3165,1,1,1,1,1,1,0.1104,0.3165,0.3618,1,0.6259,1,1,1,0.1819,0.6259,0.4112,1,1,1,1,1,0.141975746,0.463939667,0.016074974,1,1,1,1,1,0.122819707,0.476990759,0,1,1,1,1,1,0.407811195,0.629677951,0.643124698,0.643114026,0.643617021
-8171,1,0.4318,1,1,1,1,1,1,1,1,0.1296,0.4318,0.3616,1,0.3166,1,1,1,1,1,1,0.1394,0.3166,0.3608,1,0.626,1,1,1,0.1439,0.626,0.4652,1,1,1,1,1,0.106295153,0.592223883,0.03479176,1,1,1,1,1,0.128819391,0.510302901,0,1,1,1,1,1,0.303062856,0.727446914,0.63557274,0.635709752,0.635638298
-8172,1,0.4321,1,1,1,1,1,1,1,1,0.0931,0.4321,0.3916,1,0.3167,1,1,1,1,1,1,0.1888,0.3167,0.2887,1,0.626,1,1,1,0.1373,0.626,0.4167,1,1,1,1,1,0.08675579,0.526883006,0.03713847,1,1,1,1,1,0.186079904,0.39258334,0,1,1,1,1,1,0.267359734,0.736159742,0.625966651,0.625978422,0.626329787
-8173,1,0.4325,1,1,1,1,1,1,1,1,0.1152,0.4325,0.3009,1,0.3168,1,1,1,1,1,1,0.1437,0.3168,0.2133,1,0.6261,1,1,1,0.1529,0.6261,0.3911,1,1,1,1,1,0.110404581,0.40366295,0.043406177,1,1,1,1,1,0.12981683,0.329797894,0,1,1,1,1,1,0.249038994,0.588001907,0.623972934,0.623862915,0.624113475
-8174,1,0.4328,1,1,1,1,1,1,1,1,0.099,0.4328,0.1969,1,0.317,1,1,1,1,1,1,0.0997,0.317,0.2028,1,0.6261,1,1,1,0.1368,0.6261,0.2184,1,1,1,1,1,0.093367495,0.314386964,0.061431009,1,1,1,1,1,0.07923197,0.256526768,0,1,1,1,1,1,0.184893042,0.365998864,0.620770904,0.620689655,0.621010638
-8175,1,0.4331,1,1,1,1,1,1,1,1,0.0857,0.4331,0.0448,1,0.3171,1,1,1,1,1,1,0.048,0.3171,0.0511,1,0.6262,1,1,1,0.1586,0.6262,0.0876,1,1,1,1,1,0.071251661,0.068562984,0.049374435,1,1,1,1,1,0.040807448,0.08841531,0,1,1,1,1,1,0.249788821,0.164673805,0.627477042,0.627459276,0.627659574
-8176,1,0.4335,1,1,1,1,1,1,1,1,0.0721,0.4335,0,1,0.3172,1,1,1,1,1,1,0.1171,0.3172,0,1,0.6262,1,1,1,0.2077,0.6262,0,1,1,1,1,1,0.100383326,0,0.047636934,1,1,1,1,1,0.119591698,0,0,1,1,1,1,1,0.357744753,0,0.674299178,0.674211974,0.67464539
-8177,1,0.4338,1,1,1,1,1,1,1,1,0.0756,0.4338,0,1,0.3173,1,1,1,1,1,1,0.236,0.3173,0,1,0.6263,1,1,1,0.1959,0.6263,0,1,1,1,1,1,0.115237683,0,0.041954435,1,1,1,1,1,0.264477789,0,0,1,1,1,1,1,0.309914649,0,0.693148864,0.693251534,0.693262411
-8178,1,0.4341,1,1,1,1,1,1,1,1,0,0.4341,0,1,0.3174,1,1,1,1,1,1,0,0.3174,0,1,0.6263,1,1,1,0.0032,0.6263,0,1,1,1,1,1,2.76E-05,0,0.089956731,1,1,1,1,1,0.000306521,0,0.02743325,1,1,1,1,1,0.020201162,0,0.680884485,0.680770044,0.681294326
-8179,1,0.4345,1,1,1,1,1,1,1,1,0.0001,0.4345,0,1,0.3175,1,1,1,1,1,1,0,0.3175,0,1,0.6264,1,1,1,0.0035,0.6264,0,1,1,1,1,1,1.35E-05,0,0.089814141,1,1,1,1,1,0.000694158,0,0.014468586,1,1,1,1,1,0.019884584,0,0.658893185,0.658768775,0.659131206
-8180,1,0.4348,1,1,1,1,1,1,1,1,0.0006,0.4348,0,1,0.3177,1,1,1,1,1,1,0,0.3177,0,1,0.6264,1,1,1,0.0028,0.6264,0,1,1,1,1,1,0,0,0.024245834,1,1,1,1,1,0.000245483,0,0.034266494,1,1,1,1,1,0.013205377,0,0.633458192,0.633594246,0.633421986
-8181,1,0.4352,1,1,1,1,1,1,1,1,0.0033,0.4352,0,1,0.3178,1,1,1,1,1,1,0,0.3178,0,1,0.6264,1,1,1,0.0019,0.6264,0,1,1,1,1,1,2.93E-05,0,0.004264451,1,1,1,1,1,0,0,0.030649738,1,1,1,1,1,0.007193621,0,0.598356694,0.598476835,0.598404255
-8182,1,0.4355,1,1,1,1,1,1,1,1,0.0029,0.4355,0,1,0.3179,1,1,1,1,1,1,0,0.3179,0,1,0.6265,1,1,1,0.0013,0.6265,0,1,1,1,1,1,3.73E-05,0,0.034381669,1,1,1,1,1,0,0,0.11039111,1,1,1,1,1,0.003675031,0,0.548272112,0.548339327,0.548758865
-8183,1,0.4358,1,1,1,1,1,1,1,1,0.0262,0.4358,0,1,0.318,1,1,1,1,1,1,0.0177,0.318,0,1,0.6265,1,1,1,0.0475,0.6265,0,1,1,1,1,1,0.021066152,0,0.095947631,1,1,1,1,1,0.019810887,0,0.351046592,1,1,1,1,1,0.086621813,0,0.493958434,0.493970806,0.493794326
-8184,1,0.4362,1,1,1,1,1,1,1,1,0.0327,0.4362,0,1,0.3181,1,1,1,1,1,1,0.0631,0.3181,0,1,0.6266,1,1,1,0.0538,0.6266,0,1,1,1,1,1,0.037855227,0,0.125414923,1,1,1,1,1,0.070256725,0,0.120298959,1,1,1,1,1,0.086196601,0,0.453963267,0.45398773,0.453900709
-8185,1,0.4365,1,1,1,1,1,1,1,1,0.0489,0.4365,0,1,0.3182,1,1,1,1,1,1,0.0665,0.3182,0,1,0.6266,1,1,1,0.0625,0.6266,0,1,1,1,1,1,0.055293981,0,0.091963649,1,1,1,1,1,0.063993253,0,0.004151047,1,1,1,1,1,0.118738085,0,0.430703238,0.430717157,0.430407801
-8186,1,0.4368,1,1,1,1,1,1,1,1,0.0356,0.4368,0,1,0.3183,1,1,1,1,1,1,0.034,0.3183,0,1,0.6267,1,1,1,0.0601,0.6267,0,1,1,1,1,1,0.041027419,0,0.036501497,1,1,1,1,1,0.033654269,0,0,1,1,1,1,1,0.15796414,0,0.417109715,0.417177914,0.417109929
-8187,1,0.4372,1,1,1,1,1,1,1,1,0.0106,0.4372,0,1,0.3185,1,1,1,1,1,1,0.0169,0.3185,0,1,0.6267,1,1,1,0.0349,0.6267,0,1,1,1,1,1,0.011294373,0,0.023997242,1,1,1,1,1,0.015638702,0,0,1,1,1,1,1,0.110462792,0,0.412397293,0.412523799,0.412234043
-8188,1,0.4375,1,1,1,1,1,1,1,1,0,0.4375,0,1,0.3186,1,1,1,1,1,1,0,0.3186,0,1,0.6268,1,1,1,0.0155,0.6268,0,1,1,1,1,1,0.000229733,0,0.056291867,1,1,1,1,1,0,0,0.057558902,1,1,1,1,1,0.045844309,0,0.415538908,0.415697059,0.415780142
-8189,1,0.4378,1,1,1,1,1,1,1,1,0.0004,0.4378,0,1,0.3187,1,1,1,1,1,1,0.01,0.3187,0,1,0.6268,1,1,1,0.0141,0.6268,0,1,1,1,1,1,0.000114593,0,0.263916016,1,1,1,1,1,0.014997467,0,0.204958662,1,1,1,1,1,0.021726573,0,0.432032383,0.431986461,0.432180851
-8190,1,0.4382,1,1,1,1,1,1,1,1,0,0.4382,0,1,0.3188,1,1,1,1,1,1,0,0.3188,0,1,0.6269,1,1,1,0,0.6269,0,1,1,1,1,1,0,0,0.452032864,1,1,1,1,1,4.34E-05,0,0.150979847,1,1,1,1,1,0.00057954,0,0.463871435,0.463719061,0.464095745
-8191,1,0.4385,1,1,1,1,1,1,1,1,0.0029,0.4385,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6269,1,1,1,0,0.6269,0,1,1,1,1,1,3.01E-05,0,0.629049301,1,1,1,1,1,0.000162548,0,0.167977497,1,1,1,1,1,0.001227633,0,0.502295795,0.502221282,0.502216312
-8192,1,0.4385,1,1,1,1,1,1,1,1,0.0014,0.4385,0.1158,1,0.3189,1,1,1,1,1,1,0,0.3189,0.1552,1,0.6269,1,1,1,0,0.6269,0.0925,1,1,1,1,1,0.000429929,0.246511996,0.610713542,1,1,1,1,1,0.002898912,0.30224824,0.301325411,1,1,1,1,1,0.001171496,0.233686998,0.544526341,0.544531415,0.544326241
-8193,1,0.4385,1,1,1,1,1,1,1,1,0.0385,0.4385,0.0838,1,0.3189,1,1,1,1,1,1,0,0.3189,0.1243,1,0.6269,1,1,1,0.0367,0.6269,0.1872,1,1,1,1,1,0.03475374,0.150750756,0.86794275,1,1,1,1,1,0.002283567,0.199200556,0.458254755,1,1,1,1,1,0.109866507,0.244983032,0.572921701,0.572879205,0.573138298
-8194,1,0.4385,1,1,1,1,1,1,1,1,0.021,0.4385,0.1599,1,0.3189,1,1,1,1,1,1,0,0.3189,0.2932,1,0.6269,1,1,1,0.0484,0.6269,0.2097,1,1,1,1,1,0.003153908,0.251095444,0.825726151,1,1,1,1,1,0.001114089,0.477973223,0.610443234,1,1,1,1,1,0.134059176,0.224905014,0.58657564,0.586629998,0.58643617
-8195,1,0.4385,1,1,1,1,1,1,1,1,0.0304,0.4385,0.2742,1,0.3189,1,1,1,1,1,1,0,0.3189,0.3873,1,0.6269,1,1,1,0.0331,0.6269,0.2218,1,1,1,1,1,0.00387891,0.474837661,0.695977211,1,1,1,1,1,0.000276731,0.543817341,0.554479361,1,1,1,1,1,0.082304187,0.267727196,0.587481875,0.587687751,0.587765957
-8196,1,0.4385,1,1,1,1,1,1,1,1,0.0373,0.4385,0.4044,1,0.3189,1,1,1,1,1,1,0,0.3189,0.4331,1,0.6269,1,1,1,0.0179,0.6269,0.3036,1,1,1,1,1,0.005557769,0.59704572,0.566511869,1,1,1,1,1,0.001274024,0.572409153,0.833791137,1,1,1,1,1,0.055435173,0.332517177,0.581259062,0.581341231,0.581560284
-8197,1,0.4385,1,1,1,1,1,1,1,1,0.0301,0.4385,0.439,1,0.3189,1,1,1,1,1,1,0,0.3189,0.4312,1,0.6269,1,1,1,0.0241,0.6269,0.267,1,1,1,1,1,0.004335055,0.609741926,0.698338032,1,1,1,1,1,1.98E-05,0.575193405,0.732653975,1,1,1,1,1,0.053810637,0.466135114,0.572861286,0.572879205,0.573138298
-8198,1,0.4385,1,1,1,1,1,1,1,1,0.0187,0.4385,0.3592,1,0.3189,1,1,1,1,1,1,0,0.3189,0.377,1,0.6269,1,1,1,0.0415,0.6269,0.2176,1,1,1,1,1,0.002367684,0.52695626,0.852843046,1,1,1,1,1,0.001418579,0.505751789,0.759287477,1,1,1,1,1,0.089561947,0.44968611,0.569055099,0.569071293,0.569148936
-8199,1,0.4385,1,1,1,1,1,1,1,1,0.0111,0.4385,0.2206,1,0.3189,1,1,1,1,1,1,0.0114,0.3189,0.2455,1,0.6269,1,1,1,0.026,0.6269,0.1514,1,1,1,1,1,0.001400841,0.385131299,0.706698656,1,1,1,1,1,0.014731395,0.325473368,0.583543241,1,1,1,1,1,0.07596352,0.291248977,0.575821653,0.575840914,0.575797872
-8200,1,0.4385,1,1,1,1,1,1,1,1,0.0041,0.4385,0,1,0.3189,1,1,1,1,1,1,0.017,0.3189,0,1,0.6269,1,1,1,0.0654,0.6269,0,1,1,1,1,1,0.000855206,0,0.519148707,1,1,1,1,1,0.015085496,0,0.30331257,1,1,1,1,1,0.131605715,0,0.6199855,0.619843453,0.620124113
-8201,1,0.4385,1,1,1,1,1,1,1,1,0.005,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0675,0.3189,0,1,0.6269,1,1,1,0.0888,0.6269,0,1,1,1,1,1,0.009323653,0,0.246400774,1,1,1,1,1,0.073273607,0,0.209506571,1,1,1,1,1,0.176681995,0,0.643608023,0.643748678,0.643617021
-8202,1,0.4385,1,1,1,1,1,1,1,1,0.0093,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0731,0.3189,0,1,0.6269,1,1,1,0.0626,0.6269,0,1,1,1,1,1,0.015984742,0,0.068301663,1,1,1,1,1,0.076578684,0,0.186092168,1,1,1,1,1,0.155107602,0,0.631706138,0.63169029,0.632092199
-8203,1,0.4385,1,1,1,1,1,1,1,1,0.0217,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0404,0.3189,0,1,0.6269,1,1,1,0.0526,0.6269,0,1,1,1,1,1,0.029431693,0,0.069130301,1,1,1,1,1,0.042251278,0,0.098982468,1,1,1,1,1,0.179373533,0,0.611043983,0.610958325,0.611258865
-8204,1,0.4385,1,1,1,1,1,1,1,1,0.0478,0.4385,0,1,0.3189,1,1,1,1,1,1,0.088,0.3189,0,1,0.6269,1,1,1,0.0604,0.6269,0,1,1,1,1,1,0.055206373,0,0.193733394,1,1,1,1,1,0.082753807,0,0.014447906,1,1,1,1,1,0.243697733,0,0.590321411,0.59043791,0.590425532
-8205,1,0.4385,1,1,1,1,1,1,1,1,0.1175,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1735,0.3189,0,1,0.6269,1,1,1,0.0482,0.6269,0,1,1,1,1,1,0.125780255,0,0.265807211,1,1,1,1,1,0.184386849,0,0.007181152,1,1,1,1,1,0.223878309,0,0.561321895,0.561455469,0.561170213
-8206,1,0.4385,1,1,1,1,1,1,1,1,0.1043,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0408,0.3189,0,1,0.6269,1,1,1,0.0765,0.6269,0,1,1,1,1,1,0.1339757,0,0.23091726,1,1,1,1,1,0.050442129,0,0.028819112,1,1,1,1,1,0.341323644,0,0.521205897,0.521260842,0.521276596
-8207,1,0.4385,1,1,1,1,1,1,1,1,0.1518,0.4385,0,1,0.3189,1,1,1,1,1,1,0.085,0.3189,0,1,0.6269,1,1,1,0.162,0.6269,0,1,1,1,1,1,0.229791224,0,0.184924856,1,1,1,1,1,0.117210545,0,0.129913881,1,1,1,1,1,0.443088889,0,0.474746254,0.474719695,0.474734043
-8208,1,0.4385,1,1,1,1,1,1,1,1,0.2753,0.4385,0,1,0.3189,1,1,1,1,1,1,0.131,0.3189,0,1,0.6269,1,1,1,0.2111,0.6269,0,1,1,1,1,1,0.377829581,0,0.273320079,1,1,1,1,1,0.181574807,0,0.23946625,1,1,1,1,1,0.537349701,0,0.43819478,0.43812143,0.438386525
-8209,1,0.4385,1,1,1,1,1,1,1,1,0.2598,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1175,0.3189,0,1,0.6269,1,1,1,0.2862,0.6269,0,1,1,1,1,1,0.339502901,0,0.398807377,1,1,1,1,1,0.177578926,0,0.332493454,1,1,1,1,1,0.631440222,0,0.41481392,0.414639306,0.414893617
-8210,1,0.4385,1,1,1,1,1,1,1,1,0.2942,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2694,0.3189,0,1,0.6269,1,1,1,0.4525,0.6269,0,1,1,1,1,1,0.38321054,0,0.347730994,1,1,1,1,1,0.327879488,0,0.177964911,1,1,1,1,1,0.765933454,0,0.40242871,0.402580918,0.40248227
-8211,1,0.4385,1,1,1,1,1,1,1,1,0.2175,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4333,0.3189,0,1,0.6269,1,1,1,0.4866,0.6269,0,1,1,1,1,1,0.228670016,0,0.310366094,1,1,1,1,1,0.399000019,0,0.050641101,1,1,1,1,1,0.688322127,0,0.3969913,0.39686905,0.396719858
-8212,1,0.4385,1,1,1,1,1,1,1,1,0.1994,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4497,0.3189,0,1,0.6269,1,1,1,0.3433,0.6269,0,1,1,1,1,1,0.279794216,0,0.370854944,1,1,1,1,1,0.438750982,0,0.095394775,1,1,1,1,1,0.547831416,0,0.400132914,0.40004231,0.400265957
-8213,1,0.4385,1,1,1,1,1,1,1,1,0.1848,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4913,0.3189,0,1,0.6269,1,1,1,0.3781,0.6269,0,1,1,1,1,1,0.259054929,0,0.489140809,1,1,1,1,1,0.453076601,0,0.140114143,1,1,1,1,1,0.611272752,0,0.411793137,0.411677597,0.41179078
-8214,1,0.4385,1,1,1,1,1,1,1,1,0.1994,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4829,0.3189,0,1,0.6269,1,1,1,0.4047,0.6269,0,1,1,1,1,1,0.268646687,0,0.369204223,1,1,1,1,1,0.42590642,0,0.234647393,1,1,1,1,1,0.602829278,0,0.435536491,0.435582822,0.43572695
-8215,1,0.4385,1,1,1,1,1,1,1,1,0.169,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4011,0.3189,0,1,0.6269,1,1,1,0.3405,0.6269,0,1,1,1,1,1,0.179126531,0,0.519087315,1,1,1,1,1,0.35216397,0,0.267196864,1,1,1,1,1,0.446685314,0,0.460488159,0.460545801,0.460549645
-8216,1,0.4385,1,1,1,1,1,1,1,1,0.1806,0.4385,0.1664,1,0.3189,1,1,1,1,1,1,0.1746,0.3189,0.1072,1,0.6269,1,1,1,0.4088,0.6269,0.1736,1,1,1,1,1,0.166449547,0.179307997,0.599412441,1,1,1,1,1,0.182844415,0.110423848,0.475506306,1,1,1,1,1,0.610452473,0.408229232,0.49818753,0.498201819,0.49822695
-8217,1,0.4385,1,1,1,1,1,1,1,1,0.1407,0.4385,0.2594,1,0.3189,1,1,1,1,1,1,0.1821,0.3189,0.1988,1,0.6269,1,1,1,0.5027,0.6269,0.3693,1,1,1,1,1,0.199378416,0.303791553,0.747809052,1,1,1,1,1,0.187813714,0.240518272,0.921016216,1,1,1,1,1,0.736679316,0.643141747,0.527247463,0.527184261,0.52748227
-8218,1,0.4385,1,1,1,1,1,1,1,1,0.1057,0.4385,0.3346,1,0.3189,1,1,1,1,1,1,0.0773,0.3189,0.2289,1,0.6269,1,1,1,0.4026,0.6269,0.4742,1,1,1,1,1,0.126622468,0.381265402,0.420673907,1,1,1,1,1,0.106765784,0.299621403,0.413700759,1,1,1,1,1,0.555438936,0.694076121,0.542472209,0.542627459,0.542553191
-8219,1,0.4385,1,1,1,1,1,1,1,1,0.1289,0.4385,0.3242,1,0.3189,1,1,1,1,1,1,0,0.3189,0.2494,1,0.6269,1,1,1,0.2946,0.6269,0.4717,1,1,1,1,1,0.093443587,0.436313063,0.306886226,1,1,1,1,1,0.004850848,0.323040277,0.191934824,1,1,1,1,1,0.461767167,0.731453538,0.55080957,0.550666385,0.550975177
-8220,1,0.4385,1,1,1,1,1,1,1,1,0.082,0.4385,0.3183,1,0.3189,1,1,1,1,1,1,0,0.3189,0.2739,1,0.6269,1,1,1,0.2277,0.6269,0.4996,1,1,1,1,1,0.042809039,0.522485793,0.145951569,1,1,1,1,1,0.00799439,0.438950062,0.099058896,1,1,1,1,1,0.329640508,0.81018734,0.553769937,0.553839645,0.554078014
-8221,1,0.4385,1,1,1,1,1,1,1,1,0.0409,0.4385,0.3444,1,0.3189,1,1,1,1,1,1,0,0.3189,0.356,1,0.6269,1,1,1,0.3123,0.6269,0.4943,1,1,1,1,1,0.037870936,0.586857677,0.183162183,1,1,1,1,1,0.001372596,0.514297485,0.147184566,1,1,1,1,1,0.398653686,0.729041755,0.55080957,0.550666385,0.550975177
-8222,1,0.4385,1,1,1,1,1,1,1,1,0.0091,0.4385,0.3399,1,0.3189,1,1,1,1,1,1,0,0.3189,0.3581,1,0.6269,1,1,1,0.3538,0.6269,0.374,1,1,1,1,1,0.010178615,0.592258692,0.134558037,1,1,1,1,1,0,0.47160992,0.071712829,1,1,1,1,1,0.420088887,0.584767699,0.547728371,0.547704675,0.54787234
-8223,1,0.4385,1,1,1,1,1,1,1,1,0.0026,0.4385,0.2398,1,0.3189,1,1,1,1,1,1,0,0.3189,0.1753,1,0.6269,1,1,1,0.2214,0.6269,0.1676,1,1,1,1,1,0.000639219,0.413894713,0.120333001,1,1,1,1,1,0,0.243660003,0.125834554,1,1,1,1,1,0.307726949,0.425512731,0.562469792,0.562513222,0.5625
-8224,1,0.4385,1,1,1,1,1,1,1,1,0.0101,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0538,0.3189,0,1,0.6269,1,1,1,0.2013,0.6269,0,1,1,1,1,1,0.009307676,0.000418684,0.135382906,1,1,1,1,1,0.039994583,0,0.359549254,1,1,1,1,1,0.30415538,0,0.62820203,0.628093928,0.628546099
-8225,1,0.4385,1,1,1,1,1,1,1,1,0.019,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0606,0.3189,0,1,0.6269,1,1,1,0.1531,0.6269,0,1,1,1,1,1,0.021207234,0,0.355986536,1,1,1,1,1,0.07434611,0,0.394303143,1,1,1,1,1,0.230354577,0,0.665538908,0.665749947,0.665780142
-8226,1,0.4385,1,1,1,1,1,1,1,1,0.002,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0035,0.3189,0,1,0.6269,1,1,1,0.02,0.6269,0,1,1,1,1,1,0.000252724,0,0.501743257,1,1,1,1,1,0.003767488,0,0.98158747,1,1,1,1,1,0.013879325,0,0.661853552,0.661730484,0.662234043
-8227,1,0.4385,1,1,1,1,1,1,1,1,0.0213,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1061,0.3189,0,1,0.6269,1,1,1,0.031,0.6269,0,1,1,1,1,1,0.017695794,0,0.681870282,1,1,1,1,1,0.127547309,0,0.964828074,1,1,1,1,1,0.025700381,0,0.646447559,0.646498836,0.646719858
-8228,1,0.4385,1,1,1,1,1,1,1,1,0.0218,0.4385,0,1,0.3189,1,1,1,1,1,1,0.133,0.3189,0,1,0.6269,1,1,1,0.0124,0.6269,0,1,1,1,1,1,0.071349911,0,0.563194931,1,1,1,1,1,0.131235063,0,0.806841135,1,1,1,1,1,0.014036042,0,0.621314645,0.621324307,0.621453901
-8229,1,0.4385,1,1,1,1,1,1,1,1,0.1103,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2335,0.3189,0,1,0.6269,1,1,1,0.0285,0.6269,0,1,1,1,1,1,0.193988279,0,0.9370718,1,1,1,1,1,0.238085866,0,1,1,1,1,1,1,0.046275817,0,0.579809087,0.579860377,0.580230496
-8230,1,0.4385,1,1,1,1,1,1,1,1,0.1195,0.4385,0,1,0.3189,1,1,1,1,1,1,0.3696,0.3189,0,1,0.6269,1,1,1,0.0258,0.6269,0,1,1,1,1,1,0.194112688,0,0.959880948,1,1,1,1,1,0.345438451,0,1,1,1,1,1,1,0.057439499,0,0.524589174,0.524645653,0.524822695
-8231,1,0.4385,1,1,1,1,1,1,1,1,0.1302,0.4385,0,1,0.3189,1,1,1,1,1,1,0.206,0.3189,0,1,0.6269,1,1,1,0.0537,0.6269,0,1,1,1,1,1,0.220247731,0,0.790095568,1,1,1,1,1,0.271991014,0,1,1,1,1,1,1,0.127951443,0,0.472208797,0.472181087,0.47251773
-8232,1,0.4385,1,1,1,1,1,1,1,1,0.2015,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1976,0.3189,0,1,0.6269,1,1,1,0.1311,0.6269,0,1,1,1,1,1,0.293937713,0,0.990005791,1,1,1,1,1,0.342079937,0,1,1,1,1,1,1,0.321962386,0,0.437711455,0.437909879,0.437943262
-8233,1,0.4385,1,1,1,1,1,1,1,1,0.2281,0.4385,0,1,0.3189,1,1,1,1,1,1,0.3698,0.3189,0,1,0.6269,1,1,1,0.2143,0.6269,0,1,1,1,1,1,0.272192568,0,1,1,1,1,1,1,0.498212904,0,1,1,1,1,1,1,0.465011626,0,0.420311745,0.420351174,0.420212766
-8234,1,0.4385,1,1,1,1,1,1,1,1,0.2418,0.4385,0,1,0.3189,1,1,1,1,1,1,0.203,0.3189,0,1,0.6269,1,1,1,0.2763,0.6269,0,1,1,1,1,1,0.292998403,0,1,1,1,1,1,1,0.381218225,0,1,1,1,1,1,1,0.524216175,0,0.412518125,0.412523799,0.412677305
-8235,1,0.4385,1,1,1,1,1,1,1,1,0.1846,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1353,0.3189,0,1,0.6269,1,1,1,0.3579,0.6269,0,1,1,1,1,1,0.223772481,0,0.99147439,1,1,1,1,1,0.318560719,0,1,1,1,1,1,1,0.553635299,0,0.41161189,0.411677597,0.411347518
-8236,1,0.4385,1,1,1,1,1,1,1,1,0.2086,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1359,0.3189,0,1,0.6269,1,1,1,0.3708,0.6269,0,1,1,1,1,1,0.20246537,0,0.990980625,1,1,1,1,1,0.339164019,0,1,1,1,1,1,1,0.589667022,0,0.426111648,0.426063042,0.42641844
-8237,1,0.4385,1,1,1,1,1,1,1,1,0.2339,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1277,0.3189,0,1,0.6269,1,1,1,0.3193,0.6269,0,1,1,1,1,1,0.189386219,0,1,1,1,1,1,1,0.323456049,0,1,1,1,1,1,1,0.500536144,0,0.470154664,0.470065581,0.470301418
-8238,1,0.4385,1,1,1,1,1,1,1,1,0.1749,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0806,0.3189,0,1,0.6269,1,1,1,0.3522,0.6269,0,1,1,1,1,1,0.128333598,0,1,1,1,1,1,1,0.205544412,0,1,1,1,1,1,1,0.550755262,0,0.54942001,0.549397081,0.54964539
-8239,1,0.4385,1,1,1,1,1,1,1,1,0.1462,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0539,0.3189,0,1,0.6269,1,1,1,0.3951,0.6269,0,1,1,1,1,1,0.111111157,0,1,1,1,1,1,1,0.104203299,0,1,1,1,1,1,1,0.603925765,0,0.601498308,0.601650095,0.601507092
-8240,1,0.4385,1,1,1,1,1,1,1,1,0.2329,0.4385,0.0007,1,0.3189,1,1,1,1,1,1,0.0156,0.3189,0,1,0.6269,1,1,1,0.491,0.6269,0,1,1,1,1,1,0.141745389,0.001014402,1,1,1,1,1,1,0.088382632,3.32E-07,1,1,1,1,1,1,0.661757469,0,0.613339778,0.613285382,0.613475177
-8241,1,0.4385,1,1,1,1,1,1,1,1,0.3383,0.4385,0.0505,1,0.3189,1,1,1,1,1,1,0.018,0.3189,0.0292,1,0.6269,1,1,1,0.485,0.6269,0.0207,1,1,1,1,1,0.209437251,0.026645163,1,1,1,1,1,1,0.148865417,0.03287616,1,1,1,1,1,1,0.6455006,0.00097473,0.621495892,0.621535858,0.621897163
-8242,1,0.4385,1,1,1,1,1,1,1,1,0.3503,0.4385,0.1048,1,0.3189,1,1,1,1,1,1,0.2198,0.3189,0.1156,1,0.6269,1,1,1,0.4653,0.6269,0.0581,1,1,1,1,1,0.207237065,0.141669676,1,1,1,1,1,1,0.378893197,0.154149488,1,1,1,1,1,1,0.550421357,0.055409145,0.628081199,0.628093928,0.628546099
-8243,1,0.4385,1,1,1,1,1,1,1,1,0.3141,0.4385,0.1705,1,0.3189,1,1,1,1,1,1,0.2024,0.3189,0.2348,1,0.6269,1,1,1,0.3749,0.6269,0.0577,1,1,1,1,1,0.109442443,0.299427509,1,1,1,1,1,1,0.276743382,0.309363961,1,1,1,1,1,1,0.407886088,0.208423078,0.629047849,0.628940131,0.628989362
-8244,1,0.4385,1,1,1,1,1,1,1,1,0.2665,0.4385,0.1971,1,0.3189,1,1,1,1,1,1,0.1873,0.3189,0.1878,1,0.6269,1,1,1,0.3631,0.6269,0.0844,1,1,1,1,1,0.082340568,0.294794858,1,1,1,1,1,1,0.224581867,0.213472158,1,1,1,1,1,1,0.334290653,0.306086987,0.627295795,0.627459276,0.627216312
-8245,1,0.4385,1,1,1,1,1,1,1,1,0.2477,0.4385,0.1052,1,0.3189,1,1,1,1,1,1,0.2178,0.3189,0.1144,1,0.6269,1,1,1,0.2511,0.6269,0.1083,1,1,1,1,1,0.07493601,0.150754839,1,1,1,1,1,1,0.209249645,0.150377214,1,1,1,1,1,1,0.265924156,0.213908717,0.626449976,0.626613074,0.62677305
-8246,1,0.4385,1,1,1,1,1,1,1,1,0.0907,0.4385,0.2212,1,0.3189,1,1,1,1,1,1,0.0793,0.3189,0.2492,1,0.6269,1,1,1,0.0265,0.6269,0.1282,1,1,1,1,1,0.026651114,0.304602057,0.970216751,1,1,1,1,1,0.06037499,0.2911098,0.74820447,1,1,1,1,1,0.060960174,0.24653253,0.621193813,0.621324307,0.621453901
-8247,1,0.4385,1,1,1,1,1,1,1,1,0.2781,0.4385,0.0074,1,0.3189,1,1,1,1,1,1,0.1028,0.3189,0.0009,1,0.6269,1,1,1,0.0978,0.6269,0.0034,1,1,1,1,1,0.126306415,0.002657545,1,1,1,1,1,1,0.123924896,0.000669416,1,1,1,1,1,1,0.211293846,0.014162256,0.63098115,0.631055638,0.631205674
-8248,1,0.4385,1,1,1,1,1,1,1,1,0.2589,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1604,0.3189,0,1,0.6269,1,1,1,0.0739,0.6269,0,1,1,1,1,1,0.121635497,0,1,1,1,1,1,1,0.220141768,0,1,1,1,1,1,1,0.262946814,0,0.677682455,0.677596784,0.677748227
-8249,1,0.4385,1,1,1,1,1,1,1,1,0.2237,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2022,0.3189,0,1,0.6269,1,1,1,0.1044,0.6269,0,1,1,1,1,1,0.103256404,0,0.99267298,1,1,1,1,1,0.252242565,0,0.855179071,1,1,1,1,1,0.362003207,0,0.70559449,0.705733023,0.705673759
-8250,1,0.4385,1,1,1,1,1,1,1,1,0.1941,0.4385,0,1,0.3189,1,1,1,1,1,1,0.116,0.3189,0,1,0.6269,1,1,1,0.058,0.6269,0,1,1,1,1,1,0.126383021,0,0.858198047,1,1,1,1,1,0.138373524,0,0.91756022,1,1,1,1,1,0.323514551,0,0.696955051,0.697059446,0.697251773
-8251,1,0.4385,1,1,1,1,1,1,1,1,0.2119,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1106,0.3189,0,1,0.6269,1,1,1,0.045,0.6269,0,1,1,1,1,1,0.162266508,0,0.668922544,1,1,1,1,1,0.150311679,0,1,1,1,1,1,1,0.355102569,0,0.676051232,0.67611593,0.67641844
-8252,1,0.4385,1,1,1,1,1,1,1,1,0.1371,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0749,0.3189,0,1,0.6269,1,1,1,0.068,0.6269,0,1,1,1,1,1,0.119122699,0,1,1,1,1,1,1,0.116350867,0,1,1,1,1,1,1,0.343227565,0,0.645903818,0.645864184,0.645833333
-8253,1,0.4385,1,1,1,1,1,1,1,1,0.188,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0827,0.3189,0,1,0.6269,1,1,1,0.1301,0.6269,0,1,1,1,1,1,0.148837447,0,1,1,1,1,1,1,0.096714526,0,1,1,1,1,1,1,0.489823937,0,0.5979942,0.598053734,0.597960993
-8254,1,0.4385,1,1,1,1,1,1,1,1,0.2189,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0358,0.3189,0,1,0.6269,1,1,1,0.1855,0.6269,0,1,1,1,1,1,0.180609256,0,1,1,1,1,1,1,0.049021158,0,1,1,1,1,1,1,0.59027797,0,0.538484775,0.538607997,0.53856383
-8255,1,0.4385,1,1,1,1,1,1,1,1,0.1278,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2733,0.3189,0,1,0.6269,1,1,1,0.2267,0.6269,0,1,1,1,1,1,0.125879973,0,1,1,1,1,1,1,0.210410863,0,1,1,1,1,1,1,0.661383569,0,0.479096182,0.478950709,0.479166667
-8256,1,0.4385,1,1,1,1,1,1,1,1,0.1049,0.4385,0,1,0.3189,1,1,1,1,1,1,0.5603,0.3189,0,1,0.6269,1,1,1,0.1938,0.6269,0,1,1,1,1,1,0.100251324,0,1,1,1,1,1,1,0.47826007,0,1,1,1,1,1,1,0.590519428,0,0.436563557,0.436640575,0.436613475
-8257,1,0.4385,1,1,1,1,1,1,1,1,0.0455,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2084,0.3189,0,1,0.6269,1,1,1,0.0299,0.6269,0,1,1,1,1,1,0.076517902,0,0.591615736,1,1,1,1,1,0.191985279,0,1,1,1,1,1,1,0.048954256,0,0.413847269,0.413793103,0.41356383
-8258,1,0.4385,1,1,1,1,1,1,1,1,0.0599,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1381,0.3189,0,1,0.6269,1,1,1,0.0448,0.6269,0,1,1,1,1,1,0.04741516,0,0.704014182,1,1,1,1,1,0.136182442,0,0.994151831,1,1,1,1,1,0.098769285,0,0.40242871,0.402369367,0.40248227
-8259,1,0.4385,1,1,1,1,1,1,1,1,0.0172,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0781,0.3189,0,1,0.6269,1,1,1,0.059,0.6269,0,1,1,1,1,1,0.014762518,0,0.685671866,1,1,1,1,1,0.08230374,0,0.629026771,1,1,1,1,1,0.143113315,0,0.400374577,0.400465411,0.40070922
-8260,1,0.4385,1,1,1,1,1,1,1,1,0.0162,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0741,0.3189,0,1,0.6269,1,1,1,0.1345,0.6269,0,1,1,1,1,1,0.016080381,0,0.524860859,1,1,1,1,1,0.05831122,0,0.375491381,1,1,1,1,1,0.287031114,0,0.411672305,0.411677597,0.411347518
-8261,1,0.4385,1,1,1,1,1,1,1,1,0.0256,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0857,0.3189,0,1,0.6269,1,1,1,0.1154,0.6269,0,1,1,1,1,1,0.018355981,0,0.439163804,1,1,1,1,1,0.067340031,0,0.858187675,1,1,1,1,1,0.244176954,0,0.456802803,0.456737889,0.457003546
-8262,1,0.4385,1,1,1,1,1,1,1,1,0.0101,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0617,0.3189,0,1,0.6269,1,1,1,0.1262,0.6269,0,1,1,1,1,1,0.007500581,0,0.247735903,1,1,1,1,1,0.042527936,0,0.69698751,1,1,1,1,1,0.265724152,0,0.53939101,0.539454199,0.539450355
-8263,1,0.4385,1,1,1,1,1,1,1,1,0.0149,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0673,0.3189,0,1,0.6269,1,1,1,0.057,0.6269,0,1,1,1,1,1,0.011367943,0,0.148644358,1,1,1,1,1,0.048146121,0,0.497581452,1,1,1,1,1,0.133046657,0,0.588267279,0.588322403,0.588652482
-8264,1,0.4385,1,1,1,1,1,1,1,1,0.0516,0.4385,0.1639,1,0.3189,1,1,1,1,1,1,0.13,0.3189,0.1671,1,0.6269,1,1,1,0.078,0.6269,0.1291,1,1,1,1,1,0.051630266,0.296494901,0.022674326,1,1,1,1,1,0.10401918,0.290353894,1,1,1,1,1,1,0.169518217,0.281412572,0.598779604,0.598688386,0.59929078
-8265,1,0.4385,1,1,1,1,1,1,1,1,0.1304,0.4385,0.3664,1,0.3189,1,1,1,1,1,1,0.1494,0.3189,0.3708,1,0.6269,1,1,1,0.1321,0.6269,0.3395,1,1,1,1,1,0.119752653,0.568149567,0.308593124,1,1,1,1,1,0.131734595,0.559379041,0.996853471,1,1,1,1,1,0.243135378,0.539404273,0.601739971,0.601650095,0.601950355
-8266,1,0.4385,1,1,1,1,1,1,1,1,0.1708,0.4385,0.505,1,0.3189,1,1,1,1,1,1,0.2596,0.3189,0.5054,1,0.6269,1,1,1,0.1368,0.6269,0.4857,1,1,1,1,1,0.179936752,0.717381179,0.750325084,1,1,1,1,1,0.232998043,0.696205556,1,1,1,1,1,1,0.249330804,0.694236457,0.60161914,0.601650095,0.601507092
-8267,1,0.4385,1,1,1,1,1,1,1,1,0.2932,0.4385,0.5522,1,0.3189,1,1,1,1,1,1,0.418,0.3189,0.5503,1,0.6269,1,1,1,0.1237,0.6269,0.5507,1,1,1,1,1,0.311598748,0.767084658,0.992411673,1,1,1,1,1,0.377583146,0.750588417,1,1,1,1,1,1,0.221406713,0.752580285,0.599867086,0.599746139,0.599734043
-8268,1,0.4385,1,1,1,1,1,1,1,1,0.1637,0.4385,0.5432,1,0.3189,1,1,1,1,1,1,0.4016,0.3189,0.5484,1,0.6269,1,1,1,0.1671,0.6269,0.555,1,1,1,1,1,0.176207662,0.765912473,0.992450595,1,1,1,1,1,0.339317918,0.749267817,0.972984314,1,1,1,1,1,0.293510765,0.748132348,0.594308845,0.594457373,0.594414894
-8269,1,0.4385,1,1,1,1,1,1,1,1,0.1394,0.4385,0.5046,1,0.3189,1,1,1,1,1,1,0.2851,0.3189,0.5167,1,0.6269,1,1,1,0.1299,0.6269,0.5111,1,1,1,1,1,0.136515707,0.716980934,0.831174612,1,1,1,1,1,0.239467293,0.704404116,0.358461261,1,1,1,1,1,0.221310362,0.704455674,0.593221363,0.593188069,0.593085106
-8270,1,0.4385,1,1,1,1,1,1,1,1,0.1485,0.4385,0.39,1,0.3189,1,1,1,1,1,1,0.2727,0.3189,0.4102,1,0.6269,1,1,1,0.1171,0.6269,0.3886,1,1,1,1,1,0.146287993,0.604252517,0.421080053,1,1,1,1,1,0.246084213,0.595318198,0.338606834,1,1,1,1,1,0.212068871,0.574297547,0.591046399,0.591072562,0.590868794
-8271,1,0.4385,1,1,1,1,1,1,1,1,0.1331,0.4385,0.2203,1,0.3189,1,1,1,1,1,1,0.191,0.3189,0.2491,1,0.6269,1,1,1,0.0891,0.6269,0.2051,1,1,1,1,1,0.123935372,0.399148822,0.514924049,1,1,1,1,1,0.169848442,0.398737848,0.30270946,1,1,1,1,1,0.15620397,0.353945166,0.601437893,0.601438545,0.601507092
-8272,1,0.4385,1,1,1,1,1,1,1,1,0.0637,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2063,0.3189,0.0018,1,0.6269,1,1,1,0.0418,0.6269,0,1,1,1,1,1,0.069167078,0,0.354931533,1,1,1,1,1,0.180896521,0.00453483,0.335010231,1,1,1,1,1,0.091312312,0,0.659678589,0.659614978,0.66001773
-8273,1,0.4385,1,1,1,1,1,1,1,1,0.0188,0.4385,0,1,0.3189,1,1,1,1,1,1,0.082,0.3189,0,1,0.6269,1,1,1,0.0209,0.6269,0,1,1,1,1,1,0.026756886,0,0.347567856,1,1,1,1,1,0.065828279,0,0.165587693,1,1,1,1,1,0.048008695,0,0.706077815,0.706156124,0.706560284
-8274,1,0.4385,1,1,1,1,1,1,1,1,0.03,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0958,0.3189,0,1,0.6269,1,1,1,0.0412,0.6269,0,1,1,1,1,1,0.043260731,0,0.480054796,1,1,1,1,1,0.078765534,0,0.184448451,1,1,1,1,1,0.086501628,0,0.705715321,0.705733023,0.706117021
-8275,1,0.4385,1,1,1,1,1,1,1,1,0.0431,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0476,0.3189,0,1,0.6269,1,1,1,0.0295,0.6269,0,1,1,1,1,1,0.028335724,0,0.880066037,1,1,1,1,1,0.042772882,0,0.426027477,1,1,1,1,1,0.060143068,0,0.692242629,0.692405331,0.692375887
-8276,1,0.4385,1,1,1,1,1,1,1,1,0.0564,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0352,0.3189,0,1,0.6269,1,1,1,0.0347,0.6269,0,1,1,1,1,1,0.03579488,0,0.944016457,1,1,1,1,1,0.032262821,0,0.738762021,1,1,1,1,1,0.074148864,0,0.668438859,0.668500106,0.668882979
-8277,1,0.4385,1,1,1,1,1,1,1,1,0.0461,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0521,0.3189,0,1,0.6269,1,1,1,0.0309,0.6269,0,1,1,1,1,1,0.022191439,0,1,1,1,1,1,1,0.042864196,0,0.581073344,1,1,1,1,1,0.068674326,0,0.625543741,0.62555532,0.625886525
-8278,1,0.4385,1,1,1,1,1,1,1,1,0.0673,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0412,0.3189,0,1,0.6269,1,1,1,0.0188,0.6269,0,1,1,1,1,1,0.031199729,0,1,1,1,1,1,1,0.036955513,0,0.427625448,1,1,1,1,1,0.044715781,0,0.563738521,0.563782526,0.563829787
-8279,1,0.4385,1,1,1,1,1,1,1,1,0.0616,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0311,0.3189,0,1,0.6269,1,1,1,0.0248,0.6269,0,1,1,1,1,1,0.025080599,0,1,1,1,1,1,1,0.029366408,0,0.415565699,1,1,1,1,1,0.06964799,0,0.506162397,0.506240745,0.506205674
-8280,1,0.4385,1,1,1,1,1,1,1,1,0.083,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0369,0.3189,0,1,0.6269,1,1,1,0.0068,0.6269,0,1,1,1,1,1,0.049493894,0,1,1,1,1,1,1,0.040588725,0,0.42053169,1,1,1,1,1,0.029862851,0,0.470154664,0.470065581,0.470301418
-8281,1,0.4385,1,1,1,1,1,1,1,1,0.052,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0433,0.3189,0,1,0.6269,1,1,1,0.0176,0.6269,0,1,1,1,1,1,0.015575366,0,1,1,1,1,1,1,0.039503362,0,0.63803798,1,1,1,1,1,0.06241842,0,0.452694538,0.452718426,0.452570922
-8282,1,0.4385,1,1,1,1,1,1,1,1,0.0387,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0224,0.3189,0,1,0.6269,1,1,1,0.0052,0.6269,0,1,1,1,1,1,0.011476536,0,1,1,1,1,1,1,0.0209393,0,0.346174896,1,1,1,1,1,0.025207844,0,0.444900918,0.444891051,0.445035461
-8283,1,0.4385,1,1,1,1,1,1,1,1,0.0318,0.4385,0,1,0.3189,1,1,1,1,1,1,0.039,0.3189,0,1,0.6269,1,1,1,0.0073,0.6269,0,1,1,1,1,1,0.008862212,0,0.999928355,1,1,1,1,1,0.030498886,0,0.56641835,1,1,1,1,1,0.036860287,0,0.445505075,0.445525703,0.445478723
-8284,1,0.4385,1,1,1,1,1,1,1,1,0.1215,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0524,0.3189,0,1,0.6269,1,1,1,0.0936,0.6269,0,1,1,1,1,1,0.065029971,0,0.794135153,1,1,1,1,1,0.062754422,0,0.77061367,1,1,1,1,1,0.187562183,0,0.461333978,0.461392003,0.46143617
-8285,1,0.4385,1,1,1,1,1,1,1,1,0.1081,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0197,0.3189,0,1,0.6269,1,1,1,0.1105,0.6269,0,1,1,1,1,1,0.06309475,0,0.491611242,1,1,1,1,1,0.045414876,0,0.885925174,1,1,1,1,1,0.228637382,0,0.508276945,0.508144701,0.508421986
-8286,1,0.4385,1,1,1,1,1,1,1,1,0.122,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0123,0.3189,0,1,0.6269,1,1,1,0.1035,0.6269,0,1,1,1,1,1,0.074628592,0,0.298991561,1,1,1,1,1,0.035433594,0,0.704483271,1,1,1,1,1,0.208195418,0,0.592496375,0.592553417,0.592641844
-8287,1,0.4385,1,1,1,1,1,1,1,1,0.1038,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0136,0.3189,0,1,0.6269,1,1,1,0.1224,0.6269,0,1,1,1,1,1,0.086863056,0,0.26747185,1,1,1,1,1,0.029020038,0,0.335893214,1,1,1,1,1,0.233744979,0,0.636358144,0.636344404,0.636524823
-8288,1,0.4385,1,1,1,1,1,1,1,1,0.0631,0.4385,0.1778,1,0.3189,1,1,1,1,1,1,0.003,0.3189,0.1731,1,0.6269,1,1,1,0.1554,0.6269,0.2344,1,1,1,1,1,0.033121828,0.364806533,0.519305229,1,1,1,1,1,0.003218823,0.230903298,0.265934289,1,1,1,1,1,0.227672607,0.479087472,0.638895602,0.638883012,0.639184397
-8289,1,0.4385,1,1,1,1,1,1,1,1,0.0126,0.4385,0.3212,1,0.3189,1,1,1,1,1,1,0,0.3189,0.3189,1,0.6269,1,1,1,0.0035,0.6269,0.4291,1,1,1,1,1,0.000820297,0.565757811,0.575826406,1,1,1,1,1,0.000239302,0.415670931,0.840845883,1,1,1,1,1,0.020054573,0.689843893,0.636237313,0.636344404,0.636524823
-8290,1,0.4385,1,1,1,1,1,1,1,1,0.0317,0.4385,0.4819,1,0.3189,1,1,1,1,1,1,0,0.3189,0.4777,1,0.6269,1,1,1,0.0326,0.6269,0.5946,1,1,1,1,1,0.0109803,0.756870091,0.256356597,1,1,1,1,1,0.000521378,0.607785523,0.131545559,1,1,1,1,1,0.087693192,0.87215054,0.63321653,0.633171144,0.633421986
-8291,1,0.4385,1,1,1,1,1,1,1,1,0.033,0.4385,0.481,1,0.3189,1,1,1,1,1,1,0.0056,0.3189,0.4466,1,0.6269,1,1,1,0.0336,0.6269,0.6144,1,1,1,1,1,0.028657965,0.76620096,0.163773805,1,1,1,1,1,0.006520491,0.573669434,0.124420427,1,1,1,1,1,0.074808016,0.931876242,0.628866602,0.62872858,0.628989362
-8292,1,0.4385,1,1,1,1,1,1,1,1,0.0182,0.4385,0.4657,1,0.3189,1,1,1,1,1,1,0.0077,0.3189,0.4597,1,0.6269,1,1,1,0.0253,0.6269,0.6329,1,1,1,1,1,0.011463087,0.752373219,0.123599991,1,1,1,1,1,0.007750277,0.627819359,0.100502357,1,1,1,1,1,0.04491964,0.937800646,0.621193813,0.621324307,0.621453901
-8293,1,0.4385,1,1,1,1,1,1,1,1,0.0127,0.4385,0.4725,1,0.3189,1,1,1,1,1,1,0.0205,0.3189,0.4995,1,0.6269,1,1,1,0.0183,0.6269,0.5798,1,1,1,1,1,0.017128317,0.754975319,0.215188056,1,1,1,1,1,0.022092625,0.681372344,0.1828686,1,1,1,1,1,0.029828303,0.881824613,0.619139681,0.61899725,0.619237589
-8294,1,0.4385,1,1,1,1,1,1,1,1,0.035,0.4385,0.3945,1,0.3189,1,1,1,1,1,1,0.0483,0.3189,0.4403,1,0.6269,1,1,1,0.0211,0.6269,0.4193,1,1,1,1,1,0.03593393,0.672553897,0.195122853,1,1,1,1,1,0.039921299,0.620853186,0.150442421,1,1,1,1,1,0.029265683,0.75399518,0.614487675,0.614554686,0.614361702
-8295,1,0.4385,1,1,1,1,1,1,1,1,0.0436,0.4385,0.2277,1,0.3189,1,1,1,1,1,1,0.0348,0.3189,0.2698,1,0.6269,1,1,1,0.0328,0.6269,0.2621,1,1,1,1,1,0.055559672,0.464760303,0.18513377,1,1,1,1,1,0.030053727,0.431715369,0.166254714,1,1,1,1,1,0.065985858,0.517894804,0.625664572,0.625766871,0.625886525
-8296,1,0.4385,1,1,1,1,1,1,1,1,0.0515,0.4385,0.0087,1,0.3189,1,1,1,1,1,1,0.0204,0.3189,0.0372,1,0.6269,1,1,1,0.0286,0.6269,0,1,1,1,1,1,0.084287107,0.03741717,0.155796558,1,1,1,1,1,0.015969533,0.139741436,0.151598439,1,1,1,1,1,0.092129044,0,0.685053166,0.685001058,0.685283688
-8297,1,0.4385,1,1,1,1,1,1,1,1,0.0631,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0601,0.3189,0,1,0.6269,1,1,1,0.0319,0.6269,0,1,1,1,1,1,0.095959418,0,0.273520648,1,1,1,1,1,0.063119367,0,0.130317017,1,1,1,1,1,0.103030361,0,0.728733688,0.728792046,0.728723404
-8298,1,0.4385,1,1,1,1,1,1,1,1,0.0738,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0109,0.3189,0,1,0.6269,1,1,1,0.0573,0.6269,0,1,1,1,1,1,0.07979963,0,0.249644607,1,1,1,1,1,0.024117252,0,0.229719639,1,1,1,1,1,0.141899645,0,0.72577332,0.725830336,0.72606383
-8299,1,0.4385,1,1,1,1,1,1,1,1,0.0682,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0115,0.3189,0,1,0.6269,1,1,1,0.0839,0.6269,0,1,1,1,1,1,0.048630685,0,0.432160914,1,1,1,1,1,0.031795241,0,0.372123837,1,1,1,1,1,0.164827615,0,0.712602707,0.712714195,0.712765957
-8300,1,0.4385,1,1,1,1,1,1,1,1,0.108,0.4385,0,1,0.3189,1,1,1,1,1,1,0.009,0.3189,0,1,0.6269,1,1,1,0.1177,0.6269,0,1,1,1,1,1,0.125269234,0,0.416066766,1,1,1,1,1,0.045853451,0,0.348174632,1,1,1,1,1,0.222701982,0,0.688315611,0.688385868,0.688386525
-8301,1,0.4385,1,1,1,1,1,1,1,1,0.06,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0182,0.3189,0,1,0.6269,1,1,1,0.1245,0.6269,0,1,1,1,1,1,0.072405882,0,0.549788654,1,1,1,1,1,0.036487013,0,0.359678298,1,1,1,1,1,0.272916764,0,0.646810053,0.646710387,0.647163121
-8302,1,0.4385,1,1,1,1,1,1,1,1,0.0476,0.4385,0,1,0.3189,1,1,1,1,1,1,0.011,0.3189,0,1,0.6269,1,1,1,0.0701,0.6269,0,1,1,1,1,1,0.065976143,0,0.45144254,1,1,1,1,1,0.022740819,0,0.282496363,1,1,1,1,1,0.170551047,0,0.585004833,0.584937593,0.585106383
-8303,1,0.4385,1,1,1,1,1,1,1,1,0.0559,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0024,0.3189,0,1,0.6269,1,1,1,0.0846,0.6269,0,1,1,1,1,1,0.054068409,0,0.331399918,1,1,1,1,1,0.003284852,0,0.29928875,1,1,1,1,1,0.209208533,0,0.525737071,0.525703406,0.52570922
-8304,1,0.4385,1,1,1,1,1,1,1,1,0.062,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0044,0.3189,0,1,0.6269,1,1,1,0.0909,0.6269,0,1,1,1,1,1,0.059947371,0,0.281959087,1,1,1,1,1,0.004656905,0,0.282507867,1,1,1,1,1,0.199599177,0,0.485923151,0.485931881,0.485815603
-8305,1,0.4385,1,1,1,1,1,1,1,1,0.1004,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0032,0.3189,0,1,0.6269,1,1,1,0.0809,0.6269,0,1,1,1,1,1,0.079307109,0,0.249934345,1,1,1,1,1,0.005369035,0,0.29902333,1,1,1,1,1,0.192828134,0,0.46562349,0.465623017,0.465868794
-8306,1,0.4385,1,1,1,1,1,1,1,1,0.0761,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0126,0.3189,0,1,0.6269,1,1,1,0.075,0.6269,0,1,1,1,1,1,0.084896185,0,0.252833098,1,1,1,1,1,0.006691203,0,0.448342443,1,1,1,1,1,0.181070879,0,0.457225713,0.45716099,0.457446809
-8307,1,0.4385,1,1,1,1,1,1,1,1,0.1068,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0102,0.3189,0,1,0.6269,1,1,1,0.0823,0.6269,0,1,1,1,1,1,0.122351609,0,0.52502352,1,1,1,1,1,0.010662649,0,0.651947439,1,1,1,1,1,0.178924292,0,0.458131948,0.458007193,0.457890071
-8308,1,0.4385,1,1,1,1,1,1,1,1,0.1003,0.4385,0,1,0.3189,1,1,1,1,1,1,0.003,0.3189,0,1,0.6269,1,1,1,0.0965,0.6269,0,1,1,1,1,1,0.099787071,0,0.722268224,1,1,1,1,1,0.011973428,0,0.744705737,1,1,1,1,1,0.211412162,0,0.47202755,0.471969537,0.472074468
-8309,1,0.4385,1,1,1,1,1,1,1,1,0.085,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0169,0.3189,0,1,0.6269,1,1,1,0.1108,0.6269,0,1,1,1,1,1,0.102518447,0,0.709388614,1,1,1,1,1,0.029741194,0,0.586244047,1,1,1,1,1,0.222490728,0,0.518003867,0.517876031,0.518173759
-8310,1,0.4385,1,1,1,1,1,1,1,1,0.0988,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0965,0.3189,0,1,0.6269,1,1,1,0.1032,0.6269,0,1,1,1,1,1,0.125089943,0,0.733884156,1,1,1,1,1,0.0911652,0,0.604977489,1,1,1,1,1,0.155466601,0,0.601075399,0.601015443,0.601507092
-8311,1,0.4385,1,1,1,1,1,1,1,1,0.0647,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1271,0.3189,0,1,0.6269,1,1,1,0.1046,0.6269,0,1,1,1,1,1,0.083322421,0,0.638765812,1,1,1,1,1,0.114447005,0,0.550896645,1,1,1,1,1,0.195247337,0,0.643064282,0.643114026,0.643173759
-8312,1,0.4385,1,1,1,1,1,1,1,1,0.0766,0.4385,0.2204,1,0.3189,1,1,1,1,1,1,0.1121,0.3189,0.2305,1,0.6269,1,1,1,0.1474,0.6269,0.1859,1,1,1,1,1,0.119975314,0.420456827,0.324604601,1,1,1,1,1,0.111819893,0.416239709,0.351398945,1,1,1,1,1,0.20354715,0.453699529,0.645239246,0.645229532,0.645390071
-8313,1,0.4385,1,1,1,1,1,1,1,1,0.0356,0.4385,0.4407,1,0.3189,1,1,1,1,1,1,0.0327,0.3189,0.4559,1,0.6269,1,1,1,0.1306,0.6269,0.3751,1,1,1,1,1,0.076819003,0.70040524,0.301680565,1,1,1,1,1,0.039303605,0.699674904,0.439842165,1,1,1,1,1,0.17906867,0.717582941,0.636297728,0.636344404,0.636524823
-8314,1,0.4385,1,1,1,1,1,1,1,1,0.0067,0.4385,0.596,1,0.3189,1,1,1,1,1,1,0.0058,0.3189,0.6076,1,0.6269,1,1,1,0.0611,0.6269,0.5385,1,1,1,1,1,0.013533183,0.87091738,0.383235574,1,1,1,1,1,0.007930351,0.857663333,0.445109725,1,1,1,1,1,0.089118287,0.864742756,0.628020783,0.628093928,0.628102837
-8315,1,0.4385,1,1,1,1,1,1,1,1,0.0002,0.4385,0.6674,1,0.3189,1,1,1,1,1,1,0,0.3189,0.6761,1,0.6269,1,1,1,0.0166,0.6269,0.6186,1,1,1,1,1,0.00090678,0.931101501,0.284281075,1,1,1,1,1,2.58E-05,0.923980832,0.21721518,1,1,1,1,1,0.052939657,0.922588468,0.619441759,0.619420351,0.619680851
-8316,1,0.4385,1,1,1,1,1,1,1,1,0,0.4385,0.6674,1,0.3189,1,1,1,1,1,1,0,0.3189,0.6782,1,0.6269,1,1,1,0.0085,0.6269,0.5954,1,1,1,1,1,0,0.932857811,0.175820112,1,1,1,1,1,3.31E-05,0.931600928,0.194712847,1,1,1,1,1,0.040301871,0.86641854,0.610198163,0.610323673,0.61037234
-8317,1,0.4385,1,1,1,1,1,1,1,1,0,0.4385,0.6298,1,0.3189,1,1,1,1,1,1,0,0.3189,0.6478,1,0.6269,1,1,1,0.009,0.6269,0.5605,1,1,1,1,1,0,0.885603011,0.174454093,1,1,1,1,1,1.96E-05,0.885185361,0.138772771,1,1,1,1,1,0.038498264,0.785890043,0.60621073,0.60630421,0.606382979
-8318,1,0.4385,1,1,1,1,1,1,1,1,0,0.4385,0.5087,1,0.3189,1,1,1,1,1,1,0,0.3189,0.5328,1,0.6269,1,1,1,0.0051,0.6269,0.3817,1,1,1,1,1,0.000248046,0.771501184,0.163983896,1,1,1,1,1,1.06E-05,0.781086683,0.163801312,1,1,1,1,1,0.016967893,0.728982866,0.601860802,0.601861646,0.601950355
-8319,1,0.4385,1,1,1,1,1,1,1,1,0.0096,0.4385,0.3243,1,0.3189,1,1,1,1,1,1,0,0.3189,0.3529,1,0.6269,1,1,1,0.0144,0.6269,0.2414,1,1,1,1,1,0.007266218,0.558424115,0.07532765,1,1,1,1,1,0,0.580410421,0.053981416,1,1,1,1,1,0.023503235,0.502051592,0.610016916,0.609900571,0.609929078
-8320,1,0.4385,1,1,1,1,1,1,1,1,0.0432,0.4385,0.02,1,0.3189,1,1,1,1,1,1,0.0389,0.3189,0.0951,1,0.6269,1,1,1,0.0259,0.6269,0,1,1,1,1,1,0.056703988,0.08405149,0.106507041,1,1,1,1,1,0.044835754,0.237643391,0.032164663,1,1,1,1,1,0.043661006,0,0.666505558,0.66659615,0.666666667
-8321,1,0.4385,1,1,1,1,1,1,1,1,0.0272,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0575,0.3189,0,1,0.6269,1,1,1,0.045,0.6269,0,1,1,1,1,1,0.05584643,0,0.073222369,1,1,1,1,1,0.049443204,0,0.027716754,1,1,1,1,1,0.061289135,0,0.718281779,0.718214512,0.718528369
-8322,1,0.4385,1,1,1,1,1,1,1,1,0.0442,0.4385,0,1,0.3189,1,1,1,1,1,1,0.079,0.3189,0,1,0.6269,1,1,1,0.0883,0.6269,0,1,1,1,1,1,0.104342826,0,0.037650038,1,1,1,1,1,0.076158233,0,0.024071731,1,1,1,1,1,0.137339085,0,0.718946351,0.718849164,0.719414894
-8323,1,0.4385,1,1,1,1,1,1,1,1,0.0218,0.4385,0,1,0.3189,1,1,1,1,1,1,0.031,0.3189,0,1,0.6269,1,1,1,0.1344,0.6269,0,1,1,1,1,1,0.040947523,0,0.010061362,1,1,1,1,1,0.034376923,0,0.003171728,1,1,1,1,1,0.314635634,0,0.707709038,0.707636979,0.707890071
-8324,1,0.4385,1,1,1,1,1,1,1,1,0.0348,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0624,0.3189,0,1,0.6269,1,1,1,0.1204,0.6269,0,1,1,1,1,1,0.057467576,0,0.00670602,1,1,1,1,1,0.062045675,0,0.007308901,1,1,1,1,1,0.314932972,0,0.685657322,0.68563571,0.68572695
-8325,1,0.4385,1,1,1,1,1,1,1,1,0.0001,0.4385,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6269,1,1,1,0,0.6269,0,1,1,1,1,1,0,0,0.022089591,1,1,1,1,1,2.52E-05,0,0.01073508,1,1,1,1,1,0.009510082,0,0.645360077,0.645441083,0.645833333
-8326,1,0.4385,1,1,1,1,1,1,1,1,0.002,0.4385,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6269,1,1,1,0.0003,0.6269,0,1,1,1,1,1,9.39E-06,0,0.057334721,1,1,1,1,1,0,0,0.023151049,1,1,1,1,1,0.007609539,0,0.584823586,0.584726042,0.584663121
-8327,1,0.4385,1,1,1,1,1,1,1,1,0.0042,0.4385,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6269,1,1,1,0.0007,0.6269,0,1,1,1,1,1,6.94E-05,0,0.041145016,1,1,1,1,1,2.36E-05,0,0,1,1,1,1,1,0.008779565,0,0.526280812,0.526338058,0.526595745
-8328,1,0.4385,1,1,1,1,1,1,1,1,0.004,0.4385,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6269,1,1,1,0.0001,0.6269,0,1,1,1,1,1,9.14E-05,0,0.02886492,1,1,1,1,1,0.000108278,0,0,1,1,1,1,1,0.011220998,0,0.487493958,0.487624286,0.487588652
-8329,1,0.4385,1,1,1,1,1,1,1,1,0.0029,0.4385,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6269,1,1,1,0.0016,0.6269,0,1,1,1,1,1,0.00012011,0,0.014182524,1,1,1,1,1,0.000142112,0,0,1,1,1,1,1,0.016697779,0,0.468704688,0.468796277,0.468528369
-8330,1,0.4385,1,1,1,1,1,1,1,1,0.1029,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2454,0.3189,0,1,0.6269,1,1,1,0.2272,0.6269,0,1,1,1,1,1,0.112255111,0,0.005571306,1,1,1,1,1,0.279806733,0,0.123847388,1,1,1,1,1,0.572435141,0,0.460246496,0.46033425,0.460106383
-8331,1,0.4385,1,1,1,1,1,1,1,1,0.1907,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2726,0.3189,0,1,0.6269,1,1,1,0.2156,0.6269,0,1,1,1,1,1,0.244342893,0,0.003479216,1,1,1,1,1,0.372411519,0,0.122132465,1,1,1,1,1,0.523012996,0,0.460246496,0.46033425,0.460106383
-8332,1,0.4385,1,1,1,1,1,1,1,1,0.1812,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2391,0.3189,0,1,0.6269,1,1,1,0.1683,0.6269,0,1,1,1,1,1,0.246577293,0,0.025358411,1,1,1,1,1,0.319903851,0,0.227439806,1,1,1,1,1,0.408313423,0,0.474142098,0.474085043,0.47429078
-8333,1,0.4385,1,1,1,1,1,1,1,1,0.1798,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2718,0.3189,0,1,0.6269,1,1,1,0.1724,0.6269,0,1,1,1,1,1,0.249381244,0,0.070204757,1,1,1,1,1,0.341213495,0,0.195664659,1,1,1,1,1,0.36561957,0,0.519393427,0.519356886,0.519503546
-8334,1,0.4385,1,1,1,1,1,1,1,1,0.1801,0.4385,0,1,0.3189,1,1,1,1,1,1,0.3071,0.3189,0,1,0.6269,1,1,1,0.1478,0.6269,0,1,1,1,1,1,0.22853969,0,0.035712495,1,1,1,1,1,0.348884732,0,0.102704465,1,1,1,1,1,0.363620728,0,0.600471242,0.600592342,0.600620567
-8335,1,0.4385,1,1,1,1,1,1,1,1,0.2381,0.4385,0,1,0.3189,1,1,1,1,1,1,0.3513,0.3189,0,1,0.6269,1,1,1,0.1368,0.6269,0,1,1,1,1,1,0.300911307,0,0.062597662,1,1,1,1,1,0.42706275,0,0.216618866,1,1,1,1,1,0.351999134,0,0.642701788,0.642690924,0.642730496
-8336,1,0.4385,1,1,1,1,1,1,1,1,0.2092,0.4385,0.2408,1,0.3189,1,1,1,1,1,1,0.3356,0.3189,0.2428,1,0.6269,1,1,1,0.1184,0.6269,0.1644,1,1,1,1,1,0.25645116,0.417175472,0.028558359,1,1,1,1,1,0.39017421,0.421692878,0.358292699,1,1,1,1,1,0.318798482,0.450447202,0.644453842,0.64459488,0.644503546
-8337,1,0.4385,1,1,1,1,1,1,1,1,0.1807,0.4385,0.4528,1,0.3189,1,1,1,1,1,1,0.241,0.3189,0.4519,1,0.6269,1,1,1,0.15,0.6269,0.3957,1,1,1,1,1,0.230285481,0.702283084,0.018834006,1,1,1,1,1,0.28248319,0.685496628,0.302301586,1,1,1,1,1,0.403266728,0.714601576,0.637083132,0.637190607,0.637411348
-8338,1,0.4385,1,1,1,1,1,1,1,1,0.1406,0.4385,0.5998,1,0.3189,1,1,1,1,1,1,0.2151,0.3189,0.5844,1,0.6269,1,1,1,0.1367,0.6269,0.5178,1,1,1,1,1,0.118568763,0.84514606,0.064041749,1,1,1,1,1,0.225320831,0.811694622,0.508992195,1,1,1,1,1,0.300531954,0.846289515,0.630497825,0.630632536,0.630762411
-8339,1,0.4385,1,1,1,1,1,1,1,1,0.176,0.4385,0.6552,1,0.3189,1,1,1,1,1,1,0.1714,0.3189,0.6405,1,0.6269,1,1,1,0.1143,0.6269,0.4817,1,1,1,1,1,0.101675645,0.898849547,0.164447963,1,1,1,1,1,0.150299489,0.879361451,0.499171764,1,1,1,1,1,0.274285674,0.912464857,0.621495892,0.621535858,0.621897163
-8340,1,0.4385,1,1,1,1,1,1,1,1,0.1906,0.4385,0.6695,1,0.3189,1,1,1,1,1,1,0.1112,0.3189,0.667,1,0.6269,1,1,1,0.1208,0.6269,0.4361,1,1,1,1,1,0.105232947,0.929873049,0.387821168,1,1,1,1,1,0.108865865,0.931478262,0.668431997,1,1,1,1,1,0.285541922,0.899864554,0.609171097,0.609265919,0.609485816
-8341,1,0.4385,1,1,1,1,1,1,1,1,0.2478,0.4385,0.6377,1,0.3189,1,1,1,1,1,1,0.0447,0.3189,0.6421,1,0.6269,1,1,1,0.2031,0.6269,0.3704,1,1,1,1,1,0.156847835,0.890422225,0.556633115,1,1,1,1,1,0.039286017,0.892316878,0.367585897,1,1,1,1,1,0.458534181,0.819909215,0.600833736,0.600803893,0.60106383
-8342,1,0.4385,1,1,1,1,1,1,1,1,0.1426,0.4385,0.5151,1,0.3189,1,1,1,1,1,1,0.0484,0.3189,0.5325,1,0.6269,1,1,1,0.1951,0.6269,0.346,1,1,1,1,1,0.112362131,0.776547134,0.383151889,1,1,1,1,1,0.036668949,0.784914494,0.513046861,1,1,1,1,1,0.539067745,0.716174066,0.596362977,0.596361329,0.596631206
-8343,1,0.4385,1,1,1,1,1,1,1,1,0.254,0.4385,0.3276,1,0.3189,1,1,1,1,1,1,0.0866,0.3189,0.3499,1,0.6269,1,1,1,0.2233,0.6269,0.2094,1,1,1,1,1,0.286417663,0.557758629,0.371379018,1,1,1,1,1,0.087720685,0.56766659,0.403868854,1,1,1,1,1,0.568391681,0.493151486,0.6030087,0.602919399,0.603280142
-8344,1,0.4385,1,1,1,1,1,1,1,1,0.2617,0.4385,0.0316,1,0.3189,1,1,1,1,1,1,0.1261,0.3189,0.1018,1,0.6269,1,1,1,0.2219,0.6269,0,1,1,1,1,1,0.312287569,0.107927516,0.537762582,1,1,1,1,1,0.161510736,0.228734151,0.724747181,1,1,1,1,1,0.52710104,0,0.657805703,0.657711022,0.658244681
-8345,1,0.4385,1,1,1,1,1,1,1,1,0.2187,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2196,0.3189,0,1,0.6269,1,1,1,0.3204,0.6269,0,1,1,1,1,1,0.321942031,0,0.487307787,1,1,1,1,1,0.282289237,0,0.515324414,1,1,1,1,1,0.635837317,0,0.696532141,0.696636344,0.696365248
-8346,1,0.4385,1,1,1,1,1,1,1,1,0.2412,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2162,0.3189,0,1,0.6269,1,1,1,0.3861,0.6269,0,1,1,1,1,1,0.332131654,0,0.434217185,1,1,1,1,1,0.302764028,0,0.367906034,1,1,1,1,1,0.688716471,0,0.687953117,0.687962767,0.687943262
-8347,1,0.4385,1,1,1,1,1,1,1,1,0.2295,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1308,0.3189,0,1,0.6269,1,1,1,0.3229,0.6269,0,1,1,1,1,1,0.19720912,0,0.675443292,1,1,1,1,1,0.201991647,0,0.432688773,1,1,1,1,1,0.587006032,0,0.671157564,0.671250264,0.671099291
-8348,1,0.4385,1,1,1,1,1,1,1,1,0.1892,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0995,0.3189,0,1,0.6269,1,1,1,0.3866,0.6269,0,1,1,1,1,1,0.233685344,0,0.565024137,1,1,1,1,1,0.14761883,0,0.32784006,1,1,1,1,1,0.523156941,0,0.649951667,0.649883647,0.649822695
-8349,1,0.4385,1,1,1,1,1,1,1,1,0.1409,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2238,0.3189,0,1,0.6269,1,1,1,0.3362,0.6269,0,1,1,1,1,1,0.185392097,0,0.264021069,1,1,1,1,1,0.250598967,0,0.157289788,1,1,1,1,1,0.51508671,0,0.619139681,0.619208801,0.619237589
-8350,1,0.4385,1,1,1,1,1,1,1,1,0.2206,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1772,0.3189,0,1,0.6269,1,1,1,0.4134,0.6269,0,1,1,1,1,1,0.188430145,0,0.227910757,1,1,1,1,1,0.193865597,0,0.259302616,1,1,1,1,1,0.582790017,0,0.570323828,0.570340597,0.570478723
-8351,1,0.4385,1,1,1,1,1,1,1,1,0.2582,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1505,0.3189,0,1,0.6269,1,1,1,0.5237,0.6269,0,1,1,1,1,1,0.324524045,0,0.194698274,1,1,1,1,1,0.167255431,0,0.111567803,1,1,1,1,1,0.72603476,0,0.516553891,0.516606727,0.516843972
-8352,1,0.4385,1,1,1,1,1,1,1,1,0.0064,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0061,0.3189,0,1,0.6269,1,1,1,0.1839,0.6269,0,1,1,1,1,1,0.01041501,0,0.537790895,1,1,1,1,1,0.005871732,0,0.334172785,1,1,1,1,1,0.239857182,0,0.475894152,0.475777449,0.47606383
-8353,1,0.4385,1,1,1,1,1,1,1,1,0.1919,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1445,0.3189,0,1,0.6269,1,1,1,0.4123,0.6269,0,1,1,1,1,1,0.239711955,0,0.418361843,1,1,1,1,1,0.148912132,0,0.21388194,1,1,1,1,1,0.508985639,0,0.452090382,0.452083774,0.45212766
-8354,1,0.4385,1,1,1,1,1,1,1,1,0.1313,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1181,0.3189,0,1,0.6269,1,1,1,0.4328,0.6269,0,1,1,1,1,1,0.185873419,0,0.354446858,1,1,1,1,1,0.125957698,0,0.176098436,1,1,1,1,1,0.489702165,0,0.441759304,0.441929342,0.441932624
-8355,1,0.4385,1,1,1,1,1,1,1,1,0.1241,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0947,0.3189,0,1,0.6269,1,1,1,0.3879,0.6269,0,1,1,1,1,1,0.172160983,0,0.262086868,1,1,1,1,1,0.11575675,0,0.089919902,1,1,1,1,1,0.472656518,0,0.438376027,0.438544531,0.438829787
-8356,1,0.4385,1,1,1,1,1,1,1,1,0.1425,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1009,0.3189,0,1,0.6269,1,1,1,0.382,0.6269,0,1,1,1,1,1,0.129028857,0,0.310695171,1,1,1,1,1,0.152000844,0,0.19204843,1,1,1,1,1,0.445145547,0,0.443511358,0.443621747,0.443262411
-8357,1,0.4385,1,1,1,1,1,1,1,1,0.1361,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0602,0.3189,0,1,0.6269,1,1,1,0.3808,0.6269,0,1,1,1,1,1,0.096792936,0,0.394572258,1,1,1,1,1,0.108835608,0,0.316859961,1,1,1,1,1,0.453012019,0,0.46242146,0.462449757,0.462322695
-8358,1,0.4385,1,1,1,1,1,1,1,1,0.1688,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0519,0.3189,0,1,0.6269,1,1,1,0.3158,0.6269,0,1,1,1,1,1,0.113464758,0,0.606430292,1,1,1,1,1,0.087936483,0,0.345205784,1,1,1,1,1,0.375339687,0,0.498127115,0.498201819,0.49822695
-8359,1,0.4385,1,1,1,1,1,1,1,1,0.0189,0.4385,0,1,0.3189,1,1,1,1,1,1,0.001,0.3189,0,1,0.6269,1,1,1,0.0335,0.6269,0,1,1,1,1,1,0.003144848,0,0.3927944,1,1,1,1,1,0.003795005,0,0.468095571,1,1,1,1,1,0.039064832,0,0.534618173,0.534588534,0.534574468
-8360,1,0.4385,1,1,1,1,1,1,1,1,0.133,0.4385,0.2379,1,0.3189,1,1,1,1,1,1,0.0714,0.3189,0.233,1,0.6269,1,1,1,0.249,0.6269,0.2172,1,1,1,1,1,0.117867723,0.423832059,0.910044193,1,1,1,1,1,0.104339868,0.401267171,0.377557874,1,1,1,1,1,0.282739043,0.45070219,0.569417593,0.569494394,0.569592199
-8361,1,0.4385,1,1,1,1,1,1,1,1,0.1254,0.4385,0.4528,1,0.3189,1,1,1,1,1,1,0.0187,0.3189,0.4441,1,0.6269,1,1,1,0.2505,0.6269,0.4281,1,1,1,1,1,0.144966841,0.697794795,0.623421967,1,1,1,1,1,0.039609566,0.667310774,0.205215201,1,1,1,1,1,0.252296299,0.719493032,0.586938134,0.586841549,0.586879433
-8362,1,0.4385,1,1,1,1,1,1,1,1,0.1085,0.4385,0.6037,1,0.3189,1,1,1,1,1,1,0,0.3189,0.5875,1,0.6269,1,1,1,0.2432,0.6269,0.5897,1,1,1,1,1,0.147661969,0.854903221,0.337113202,1,1,1,1,1,0.001004491,0.812735796,0.130055502,1,1,1,1,1,0.185086593,0.875243306,0.589838086,0.589803258,0.58998227
-8363,1,0.4385,1,1,1,1,1,1,1,1,0.0611,0.4385,0.6357,1,0.3189,1,1,1,1,1,1,0,0.3189,0.6126,1,0.6269,1,1,1,0.1436,0.6269,0.6345,1,1,1,1,1,0.041429631,0.87080586,0.412477314,1,1,1,1,1,0.001891602,0.827073157,0.07013613,1,1,1,1,1,0.13443543,0.884930611,0.58337361,0.583456738,0.583333333
-8364,1,0.4385,1,1,1,1,1,1,1,1,0.0301,0.4385,0.6786,1,0.3189,1,1,1,1,1,1,0,0.3189,0.6661,1,0.6269,1,1,1,0.2062,0.6269,0.6616,1,1,1,1,1,0.036500946,0.940978885,0.24888368,1,1,1,1,1,1.01E-05,0.906839371,0.082587436,1,1,1,1,1,0.170382425,0.945718706,0.571773804,0.571821451,0.571808511
-8365,1,0.4385,1,1,1,1,1,1,1,1,0.0186,0.4385,0.6462,1,0.3189,1,1,1,1,1,1,0,0.3189,0.6359,1,0.6269,1,1,1,0.158,0.6269,0.6205,1,1,1,1,1,0.017901719,0.894878328,0.103276908,1,1,1,1,1,3.41E-05,0.87935704,0.025882462,1,1,1,1,1,0.08918649,0.890077889,0.560355244,0.560397715,0.56072695
-8366,1,0.4385,1,1,1,1,1,1,1,1,0.0159,0.4385,0.5241,1,0.3189,1,1,1,1,1,1,0,0.3189,0.5402,1,0.6269,1,1,1,0.1804,0.6269,0.4929,1,1,1,1,1,0.006618878,0.788945317,0.067995705,1,1,1,1,1,0,0.788143635,0,1,1,1,1,1,0.11282029,0.769978285,0.555944901,0.555955151,0.555851064
-8367,1,0.4385,1,1,1,1,1,1,1,1,0.0179,0.4385,0.3343,1,0.3189,1,1,1,1,1,1,0,0.3189,0.3539,1,0.6269,1,1,1,0.1793,0.6269,0.2967,1,1,1,1,1,0.020926824,0.556452632,0.043911405,1,1,1,1,1,0,0.558916688,0,1,1,1,1,1,0.132185206,0.537664115,0.565611406,0.565686482,0.565602837
-8368,1,0.4385,1,1,1,1,1,1,1,1,0.0054,0.4385,0.0421,1,0.3189,1,1,1,1,1,1,0,0.3189,0.0974,1,0.6269,1,1,1,0.1475,0.6269,0,1,1,1,1,1,0.007058826,0.135627389,0.054944508,1,1,1,1,1,0,0.203977033,0,1,1,1,1,1,0.146805078,0,0.627416626,0.627459276,0.627659574
-8369,1,0.4385,1,1,1,1,1,1,1,1,0.0089,0.4385,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6269,1,1,1,0.152,0.6269,0,1,1,1,1,1,0.023013823,0,0.061770231,1,1,1,1,1,0.004268258,0,0,1,1,1,1,1,0.200273767,0,0.669284679,0.669346308,0.669326241
-8370,1,0.4385,1,1,1,1,1,1,1,1,0.022,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0011,0.3189,0,1,0.6269,1,1,1,0.1714,0.6269,0,1,1,1,1,1,0.038017377,0,0.041758418,1,1,1,1,1,0.006925473,0,0,1,1,1,1,1,0.237201974,0,0.664088932,0.664057542,0.664450355
-8371,1,0.4385,1,1,1,1,1,1,1,1,0.0421,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0459,0.3189,0,1,0.6269,1,1,1,0.0889,0.6269,0,1,1,1,1,1,0.036640462,0,0.196843997,1,1,1,1,1,0.055565245,0,0.008625917,1,1,1,1,1,0.11602889,0,0.647957951,0.647979691,0.648049645
-8372,1,0.4385,1,1,1,1,1,1,1,1,0.0424,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0778,0.3189,0,1,0.6269,1,1,1,0.1352,0.6269,0,1,1,1,1,1,0.060716484,0,0.172856271,1,1,1,1,1,0.100996129,0,0.011404713,1,1,1,1,1,0.140032634,0,0.631766554,0.63169029,0.632092199
-8373,1,0.4385,1,1,1,1,1,1,1,1,0.0388,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0876,0.3189,0,1,0.6269,1,1,1,0.0919,0.6269,0,1,1,1,1,1,0.053427756,0,0.176759869,1,1,1,1,1,0.126047269,0,0.007906544,1,1,1,1,1,0.107501701,0,0.605062832,0.605034906,0.605496454
-8374,1,0.4385,1,1,1,1,1,1,1,1,0.0426,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0304,0.3189,0,1,0.6269,1,1,1,0.1053,0.6269,0,1,1,1,1,1,0.088225678,0,0.190390572,1,1,1,1,1,0.095682569,0,0.040682461,1,1,1,1,1,0.126369953,0,0.565248913,0.565263381,0.565159574
-8375,1,0.4385,1,1,1,1,1,1,1,1,0.043,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0731,0.3189,0,1,0.6269,1,1,1,0.1023,0.6269,0,1,1,1,1,1,0.102752134,0,0.085145213,1,1,1,1,1,0.17349191,0,0.111295812,1,1,1,1,1,0.11843162,0,0.517641373,0.517664481,0.517730496
-8376,1,0.4385,1,1,1,1,1,1,1,1,0.0708,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0964,0.3189,0,1,0.6269,1,1,1,0.1252,0.6269,0,1,1,1,1,1,0.142246604,0,0.082203113,1,1,1,1,1,0.168040067,0,0.158317029,1,1,1,1,1,0.102005273,0,0.478673272,0.478739158,0.478723404
-8377,1,0.4385,1,1,1,1,1,1,1,1,0.0156,0.4385,0,1,0.3189,1,1,1,1,1,1,0.046,0.3189,0,1,0.6269,1,1,1,0.0058,0.6269,0,1,1,1,1,1,0.004985381,0,0.32036674,1,1,1,1,1,0.031984188,0,0.373008132,1,1,1,1,1,0.009176714,0,0.454809087,0.454833933,0.454787234
-8378,1,0.4385,1,1,1,1,1,1,1,1,0.0807,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1213,0.3189,0,1,0.6269,1,1,1,0.0709,0.6269,0,1,1,1,1,1,0.12746647,0,0.205226719,1,1,1,1,1,0.181330115,0,0.360637963,1,1,1,1,1,0.071848832,0,0.442121798,0.442140893,0.442375887
-8379,1,0.4385,1,1,1,1,1,1,1,1,0.0477,0.4385,0,1,0.3189,1,1,1,1,1,1,0.076,0.3189,0,1,0.6269,1,1,1,0.0514,0.6269,0,1,1,1,1,1,0.088704027,0,0.29344362,1,1,1,1,1,0.138152272,0,0.453526706,1,1,1,1,1,0.074653082,0,0.436563557,0.436640575,0.436613475
-8380,1,0.4385,1,1,1,1,1,1,1,1,0.0332,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1329,0.3189,0,1,0.6269,1,1,1,0.0738,0.6269,0,1,1,1,1,1,0.080306605,0,0.397516131,1,1,1,1,1,0.230649352,0,0.549567878,1,1,1,1,1,0.079200819,0,0.438073949,0.437909879,0.438386525
-8381,1,0.4385,1,1,1,1,1,1,1,1,0.0279,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0959,0.3189,0,1,0.6269,1,1,1,0.097,0.6269,0,1,1,1,1,1,0.066293441,0,0.427848279,1,1,1,1,1,0.164616764,0,0.651697993,1,1,1,1,1,0.079625428,0,0.449492508,0.449545166,0.449468085
-8382,1,0.4385,1,1,1,1,1,1,1,1,0.0458,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0907,0.3189,0,1,0.6269,1,1,1,0.1168,0.6269,0,1,1,1,1,1,0.096292585,0,0.699308038,1,1,1,1,1,0.193576664,0,1,1,1,1,1,1,0.104410194,0,0.474081682,0.474085043,0.47429078
-8383,1,0.4385,1,1,1,1,1,1,1,1,0.057,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1775,0.3189,0,1,0.6269,1,1,1,0.0693,0.6269,0,1,1,1,1,1,0.100133955,0,0.77261734,1,1,1,1,1,0.22185418,0,0.996659756,1,1,1,1,1,0.093287915,0,0.505256162,0.505182991,0.505319149
-8384,1,0.4385,1,1,1,1,1,1,1,1,0.0818,0.4385,0.0685,1,0.3189,1,1,1,1,1,1,0.3557,0.3189,0.0364,1,0.6269,1,1,1,0.1177,0.6269,0.1019,1,1,1,1,1,0.148275703,0.102223329,0.520018876,1,1,1,1,1,0.427632332,0.061784819,1,1,1,1,1,1,0.179593131,0.191454828,0.550326245,0.550243283,0.550531915
-8385,1,0.4385,1,1,1,1,1,1,1,1,0.0944,0.4385,0.2141,1,0.3189,1,1,1,1,1,1,0.3174,0.3189,0.221,1,0.6269,1,1,1,0.1112,0.6269,0.2612,1,1,1,1,1,0.153367966,0.334939748,0.625217795,1,1,1,1,1,0.383349895,0.358296514,1,1,1,1,1,1,0.18293421,0.361197203,0.58657564,0.586629998,0.58643617
-8386,1,0.4385,1,1,1,1,1,1,1,1,0.1609,0.4385,0.3076,1,0.3189,1,1,1,1,1,1,0.3151,0.3189,0.2929,1,0.6269,1,1,1,0.0835,0.6269,0.3988,1,1,1,1,1,0.179944158,0.435634434,0.784008861,1,1,1,1,1,0.361959875,0.41852963,1,1,1,1,1,1,0.166348293,0.435141891,0.606150314,0.606092659,0.606382979
-8387,1,0.4385,1,1,1,1,1,1,1,1,0.1921,0.4385,0.3144,1,0.3189,1,1,1,1,1,1,0.4856,0.3189,0.324,1,0.6269,1,1,1,0.0505,0.6269,0.3579,1,1,1,1,1,0.145680144,0.426109999,0.920650959,1,1,1,1,1,0.533407509,0.476292849,1,1,1,1,1,1,0.081625015,0.497206122,0.617870952,0.617727946,0.618351064
-8388,1,0.4385,1,1,1,1,1,1,1,1,0.1594,0.4385,0.3146,1,0.3189,1,1,1,1,1,1,0.4228,0.3189,0.2761,1,0.6269,1,1,1,0.0435,0.6269,0.353,1,1,1,1,1,0.122332975,0.400825709,0.99797076,1,1,1,1,1,0.536471069,0.398083091,1,1,1,1,1,1,0.067802787,0.487831533,0.626872885,0.626824624,0.62677305
-8389,1,0.4385,1,1,1,1,1,1,1,1,0.1053,0.4385,0.3613,1,0.3189,1,1,1,1,1,1,0.2087,0.3189,0.415,1,0.6269,1,1,1,0.0028,0.6269,0.371,1,1,1,1,1,0.024025114,0.499643624,1,1,1,1,1,1,0.1809728,0.54820627,1,1,1,1,1,1,0.005198304,0.557072818,0.629833253,0.629786334,0.629875887
-8390,1,0.4385,1,1,1,1,1,1,1,1,0.1656,0.4385,0.1576,1,0.3189,1,1,1,1,1,1,0.3473,0.3189,0.0917,1,0.6269,1,1,1,0.0273,0.6269,0.2652,1,1,1,1,1,0.090989761,0.165550143,1,1,1,1,1,1,0.467025638,0.128611073,1,1,1,1,1,1,0.056794625,0.325090677,0.630799903,0.630632536,0.630762411
-8391,1,0.4385,1,1,1,1,1,1,1,1,0.1534,0.4385,0.0108,1,0.3189,1,1,1,1,1,1,0.3683,0.3189,0.0104,1,0.6269,1,1,1,0.0325,0.6269,0.0986,1,1,1,1,1,0.077089563,0.012253148,1,1,1,1,1,1,0.470511287,0.013496549,1,1,1,1,1,1,0.081419758,0.114651524,0.644695505,0.64459488,0.644946809
-8392,1,0.4385,1,1,1,1,1,1,1,1,0.1113,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4996,0.3189,0,1,0.6269,1,1,1,0.0554,0.6269,0,1,1,1,1,1,0.094958857,0,0.996515691,1,1,1,1,1,0.569177449,0,1,1,1,1,1,1,0.16200766,0,0.692303045,0.692405331,0.692375887
-8393,1,0.4385,1,1,1,1,1,1,1,1,0.161,0.4385,0,1,0.3189,1,1,1,1,1,1,0.3572,0.3189,0,1,0.6269,1,1,1,0.0575,0.6269,0,1,1,1,1,1,0.126827583,0,1,1,1,1,1,1,0.431039393,0,1,1,1,1,1,1,0.188981608,0,0.716348478,0.716310556,0.716755319
-8394,1,0.4385,1,1,1,1,1,1,1,1,0.1535,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2654,0.3189,0,1,0.6269,1,1,1,0.0764,0.6269,0,1,1,1,1,1,0.08241792,0,1,1,1,1,1,1,0.31371361,0,1,1,1,1,1,1,0.261475921,0,0.710488159,0.710598688,0.710992908
-8395,1,0.4385,1,1,1,1,1,1,1,1,0.2108,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2224,0.3189,0,1,0.6269,1,1,1,0.0754,0.6269,0,1,1,1,1,1,0.124861568,0,1,1,1,1,1,1,0.284390092,0,1,1,1,1,1,1,0.282633811,0,0.6909739,0.690924476,0.691046099
-8396,1,0.4385,1,1,1,1,1,1,1,1,0.2235,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2638,0.3189,0,1,0.6269,1,1,1,0.0887,0.6269,0,1,1,1,1,1,0.136906117,0,1,1,1,1,1,1,0.385987729,0,1,1,1,1,1,1,0.24117668,0,0.664632673,0.664692194,0.664893617
-8397,1,0.4385,1,1,1,1,1,1,1,1,0.2291,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2739,0.3189,0,1,0.6269,1,1,1,0.0758,0.6269,0,1,1,1,1,1,0.144563422,0,1,1,1,1,1,1,0.397995234,0,1,1,1,1,1,1,0.185936436,0,0.627295795,0.627247726,0.627216312
-8398,1,0.4385,1,1,1,1,1,1,1,1,0.2674,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4622,0.3189,0,1,0.6269,1,1,1,0.0592,0.6269,0,1,1,1,1,1,0.181490809,0,1,1,1,1,1,1,0.573403656,0,1,1,1,1,1,1,0.164604068,0,0.572619623,0.572667654,0.572695035
-8399,1,0.4385,1,1,1,1,1,1,1,1,0.2576,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4538,0.3189,0,1,0.6269,1,1,1,0.0618,0.6269,0,1,1,1,1,1,0.221100613,0,1,1,1,1,1,1,0.588906884,0,1,1,1,1,1,1,0.176442534,0,0.517339294,0.51745293,0.517287234
-8400,1,0.4385,1,1,1,1,1,1,1,1,0.3346,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4337,0.3189,0,1,0.6269,1,1,1,0.095,0.6269,0,1,1,1,1,1,0.33340928,0,1,1,1,1,1,1,0.580186248,0,1,1,1,1,1,1,0.194457218,0,0.476739971,0.476835202,0.476950355
-8401,1,0.4385,1,1,1,1,1,1,1,1,0.3615,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4442,0.3189,0,1,0.6269,1,1,1,0.1031,0.6269,0,1,1,1,1,1,0.313762248,0,1,1,1,1,1,1,0.586474001,0,1,1,1,1,1,1,0.19186081,0,0.453177864,0.453141527,0.453457447
-8402,1,0.4385,1,1,1,1,1,1,1,1,0.366,0.4385,0,1,0.3189,1,1,1,1,1,1,0.3455,0.3189,0,1,0.6269,1,1,1,0.1352,0.6269,0,1,1,1,1,1,0.263674021,0,1,1,1,1,1,1,0.511684477,0,1,1,1,1,1,1,0.204890668,0,0.444417593,0.44446795,0.444592199
-8403,1,0.4385,1,1,1,1,1,1,1,1,0.3316,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4116,0.3189,0,1,0.6269,1,1,1,0.1609,0.6269,0,1,1,1,1,1,0.263412178,0,1,1,1,1,1,1,0.527359009,0,1,1,1,1,1,1,0.246981069,0,0.443330111,0.443410197,0.443262411
-8404,1,0.4385,1,1,1,1,1,1,1,1,0.3977,0.4385,0,1,0.3189,1,1,1,1,1,1,0.474,0.3189,0,1,0.6269,1,1,1,0.1812,0.6269,0,1,1,1,1,1,0.272955686,0,1,1,1,1,1,1,0.609258235,0,1,1,1,1,1,1,0.25935486,0,0.458071532,0.458007193,0.457890071
-8405,1,0.4385,1,1,1,1,1,1,1,1,0.402,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4516,0.3189,0,1,0.6269,1,1,1,0.1976,0.6269,0,1,1,1,1,1,0.330963105,0,1,1,1,1,1,1,0.61150676,0,1,1,1,1,1,1,0.244576931,0,0.501147898,0.501163529,0.501329787
-8406,1,0.4385,1,1,1,1,1,1,1,1,0.3235,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2885,0.3189,0,1,0.6269,1,1,1,0.1826,0.6269,0,1,1,1,1,1,0.31086123,0,0.989116669,1,1,1,1,1,0.393935382,0,1,1,1,1,1,1,0.269571394,0,0.579507008,0.579437275,0.579787234
-8407,1,0.4385,1,1,1,1,1,1,1,1,0.3812,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1455,0.3189,0,1,0.6269,1,1,1,0.1688,0.6269,0,1,1,1,1,1,0.314240843,0,0.996963143,1,1,1,1,1,0.216194063,0,1,1,1,1,1,1,0.320740223,0,0.633699855,0.633805796,0.633865248
-8408,1,0.4385,1,1,1,1,1,1,1,1,0.2656,0.4385,0.0047,1,0.3189,1,1,1,1,1,1,0.128,0.3189,0.0012,1,0.6269,1,1,1,0.1537,0.6269,0.02,1,1,1,1,1,0.237012371,0.009829078,0.993883371,1,1,1,1,1,0.190771684,0.002407396,0.979383826,1,1,1,1,1,0.272383064,0.011826053,0.650072499,0.650095198,0.650265957
-8409,1,0.4385,1,1,1,1,1,1,1,1,0.3733,0.4385,0.0927,1,0.3189,1,1,1,1,1,1,0.3152,0.3189,0.1535,1,0.6269,1,1,1,0.1985,0.6269,0.1875,1,1,1,1,1,0.331651598,0.168344587,1,1,1,1,1,1,0.386923492,0.243118018,1,1,1,1,1,1,0.306694686,0.272987634,0.656536974,0.656653268,0.656471631
-8410,1,0.4385,1,1,1,1,1,1,1,1,0.1646,0.4385,0.4885,1,0.3189,1,1,1,1,1,1,0.3294,0.3189,0.4988,1,0.6269,1,1,1,0.0698,0.6269,0.3774,1,1,1,1,1,0.054398462,0.69270885,0.967994928,1,1,1,1,1,0.248311877,0.710061729,1,1,1,1,1,1,0.135030419,0.615977764,0.663061866,0.662999788,0.663120567
-8411,1,0.4385,1,1,1,1,1,1,1,1,0.2593,0.4385,0.2045,1,0.3189,1,1,1,1,1,1,0.1175,0.3189,0.2217,1,0.6269,1,1,1,0.1787,0.6269,0.191,1,1,1,1,1,0.151436478,0.389732897,1,1,1,1,1,1,0.143169284,0.357756406,0.956426144,1,1,1,1,1,0.308657378,0.291342378,0.664028516,0.664057542,0.664450355
-8412,1,0.4385,1,1,1,1,1,1,1,1,0.1535,0.4385,0.2195,1,0.3189,1,1,1,1,1,1,0.0979,0.3189,0.2522,1,0.6269,1,1,1,0.233,0.6269,0.1728,1,1,1,1,1,0.085438319,0.366023988,1,1,1,1,1,1,0.144749731,0.323182106,0.978102922,1,1,1,1,1,0.387588859,0.226061463,0.659920251,0.659826528,0.660460993
-8413,1,0.4385,1,1,1,1,1,1,1,1,0.1347,0.4385,0.2344,1,0.3189,1,1,1,1,1,1,0.0546,0.3189,0.208,1,0.6269,1,1,1,0.2731,0.6269,0.1379,1,1,1,1,1,0.080086082,0.350901455,0.804753482,1,1,1,1,1,0.134586483,0.28546083,0.898831725,1,1,1,1,1,0.449314833,0.195504338,0.657322378,0.65728792,0.657358156
-8414,1,0.4385,1,1,1,1,1,1,1,1,0.0949,0.4385,0.1627,1,0.3189,1,1,1,1,1,1,0.027,0.3189,0.161,1,0.6269,1,1,1,0.3152,0.6269,0.118,1,1,1,1,1,0.097902291,0.275423348,0.506706834,1,1,1,1,1,0.070234381,0.296661526,0.594553709,1,1,1,1,1,0.507244527,0.104412675,0.652670372,0.652633806,0.652925532
-8415,1,0.4385,1,1,1,1,1,1,1,1,0.0803,0.4385,0.0863,1,0.3189,1,1,1,1,1,1,0.0365,0.3189,0.0739,1,0.6269,1,1,1,0.351,0.6269,0.0429,1,1,1,1,1,0.07515721,0.152956158,0.400354356,1,1,1,1,1,0.092581898,0.116364643,0.667570949,1,1,1,1,1,0.586416543,0.004466153,0.661430643,0.661518934,0.66179078
-8416,1,0.4385,1,1,1,1,1,1,1,1,0.076,0.4385,0,1,0.3189,1,1,1,1,1,1,0.059,0.3189,0,1,0.6269,1,1,1,0.3933,0.6269,0,1,1,1,1,1,0.115087621,0,0.392785102,1,1,1,1,1,0.163890347,0,0.933901548,1,1,1,1,1,0.58417803,0,0.710911068,0.710810239,0.710992908
-8417,1,0.4385,1,1,1,1,1,1,1,1,0.1225,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0909,0.3189,0,1,0.6269,1,1,1,0.3515,0.6269,0,1,1,1,1,1,0.160391107,0,0.858478546,1,1,1,1,1,0.192122847,0,1,1,1,1,1,1,0.562224388,0,0.739246013,0.739369579,0.739361702
-8418,1,0.4385,1,1,1,1,1,1,1,1,0.1426,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0722,0.3189,0,1,0.6269,1,1,1,0.358,0.6269,0,1,1,1,1,1,0.186680809,0,0.792693138,1,1,1,1,1,0.144194812,0,0.788289547,1,1,1,1,1,0.523026526,0,0.731935718,0.731965306,0.732269504
-8419,1,0.4385,1,1,1,1,1,1,1,1,0.1339,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0677,0.3189,0,1,0.6269,1,1,1,0.3153,0.6269,0,1,1,1,1,1,0.162288696,0,0.78402245,1,1,1,1,1,0.106146753,0,0.52076447,1,1,1,1,1,0.547396779,0,0.713508942,0.713560398,0.713652482
-8420,1,0.4385,1,1,1,1,1,1,1,1,0.1167,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1166,0.3189,0,1,0.6269,1,1,1,0.196,0.6269,0,1,1,1,1,1,0.14504008,0,0.590626001,1,1,1,1,1,0.177273422,0,0.8774786,1,1,1,1,1,0.383555621,0,0.68541566,0.685424159,0.68572695
-8421,1,0.4385,1,1,1,1,1,1,1,1,0.1756,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1344,0.3189,0,1,0.6269,1,1,1,0.1629,0.6269,0,1,1,1,1,1,0.210829109,0,0.875937045,1,1,1,1,1,0.23290737,0,0.96796751,1,1,1,1,1,0.358429968,0,0.637626873,0.637825259,0.63785461
-8422,1,0.4385,1,1,1,1,1,1,1,1,0.2316,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1925,0.3189,0,1,0.6269,1,1,1,0.2237,0.6269,0,1,1,1,1,1,0.284649521,0,0.78473413,1,1,1,1,1,0.304218322,0,0.950224102,1,1,1,1,1,0.472435951,0,0.573102948,0.573090755,0.573138298
-8423,1,0.4385,1,1,1,1,1,1,1,1,0.1957,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2044,0.3189,0,1,0.6269,1,1,1,0.2241,0.6269,0,1,1,1,1,1,0.246841758,0,0.287036598,1,1,1,1,1,0.307912678,0,0.526562035,1,1,1,1,1,0.394183278,0,0.511478975,0.511529511,0.511524823
-8424,1,0.4385,1,1,1,1,1,1,1,1,0.2358,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2467,0.3189,0,1,0.6269,1,1,1,0.2562,0.6269,0,1,1,1,1,1,0.308431804,0,0.341010213,1,1,1,1,1,0.398891628,0,0.75751996,1,1,1,1,1,0.346047699,0,0.469369261,0.469430929,0.469414894
-8425,1,0.4385,1,1,1,1,1,1,1,1,0.2357,0.4385,0,1,0.3189,1,1,1,1,1,1,0.35,0.3189,0,1,0.6269,1,1,1,0.3416,0.6269,0,1,1,1,1,1,0.372850209,0,0.497128963,1,1,1,1,1,0.458627939,0,0.993659735,1,1,1,1,1,0.399974614,0,0.448525858,0.448698963,0.44858156
-8426,1,0.4385,1,1,1,1,1,1,1,1,0.2657,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4993,0.3189,0,1,0.6269,1,1,1,0.3857,0.6269,0,1,1,1,1,1,0.468318343,0,0.541384757,1,1,1,1,1,0.659520447,0,1,1,1,1,1,1,0.482911527,0,0.437046883,0.437063677,0.437056738
-8427,1,0.4385,1,1,1,1,1,1,1,1,0.2355,0.4385,0,1,0.3189,1,1,1,1,1,1,0.3268,0.3189,0,1,0.6269,1,1,1,0.4993,0.6269,0,1,1,1,1,1,0.479279667,0,0.430594683,1,1,1,1,1,0.467110932,0,0.995356083,1,1,1,1,1,0.678750336,0,0.434871919,0.434736619,0.434840426
-8428,1,0.4385,1,1,1,1,1,1,1,1,0.2947,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4178,0.3189,0,1,0.6269,1,1,1,0.5909,0.6269,0,1,1,1,1,1,0.575348496,0,0.626348555,1,1,1,1,1,0.505973279,0,1,1,1,1,1,1,0.75441134,0,0.446048816,0.445948805,0.445921986
-8429,1,0.4385,1,1,1,1,1,1,1,1,0.2825,0.4385,0,1,0.3189,1,1,1,1,1,1,0.3201,0.3189,0,1,0.6269,1,1,1,0.6367,0.6269,0,1,1,1,1,1,0.600694358,0,0.922184289,1,1,1,1,1,0.350442261,0,1,1,1,1,1,1,0.780698657,0,0.487916868,0.487835837,0.488031915
-8430,1,0.4385,1,1,1,1,1,1,1,1,0.3884,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2848,0.3189,0,1,0.6269,1,1,1,0.656,0.6269,0,1,1,1,1,1,0.654332936,0,0.966609716,1,1,1,1,1,0.414714903,0,0.825007319,1,1,1,1,1,0.847032189,0,0.5659739,0.565898033,0.566046099
-8431,1,0.4385,1,1,1,1,1,1,1,1,0.2904,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1934,0.3189,0,1,0.6269,1,1,1,0.7227,0.6269,0,1,1,1,1,1,0.46457395,0,0.927332819,1,1,1,1,1,0.356663346,0,0.505186677,1,1,1,1,1,0.890004098,0,0.616058482,0.616035541,0.616134752
-8432,1,0.4385,1,1,1,1,1,1,1,1,0.2349,0.4385,0.0207,1,0.3189,1,1,1,1,1,1,0.1315,0.3189,0.0011,1,0.6269,1,1,1,0.7407,0.6269,0,1,1,1,1,1,0.393226802,0.009062961,0.782737195,1,1,1,1,1,0.216815859,0,0.993607402,1,1,1,1,1,0.885823488,0,0.624154181,0.624074466,0.624556738
-8433,1,0.4385,1,1,1,1,1,1,1,1,0.2908,0.4385,0.0515,1,0.3189,1,1,1,1,1,1,0.0702,0.3189,0.1093,1,0.6269,1,1,1,0.6748,0.6269,0.0251,1,1,1,1,1,0.424774557,0.049682595,0.956826746,1,1,1,1,1,0.140400633,0.085634127,1,1,1,1,1,1,0.829022288,0,0.626993717,0.627036175,0.627216312
-8434,1,0.4385,1,1,1,1,1,1,1,1,0.1082,0.4385,0.1372,1,0.3189,1,1,1,1,1,1,0.0386,0.3189,0.239,1,0.6269,1,1,1,0.7226,0.6269,0.0724,1,1,1,1,1,0.197648153,0.165746659,1,1,1,1,1,1,0.058502574,0.29552865,1,1,1,1,1,1,0.902923405,0.130531147,0.630739488,0.630632536,0.630762411
-8435,1,0.4385,1,1,1,1,1,1,1,1,0.1047,0.4385,0.234,1,0.3189,1,1,1,1,1,1,0.0011,0.3189,0.3622,1,0.6269,1,1,1,0.8244,0.6269,0.1279,1,1,1,1,1,0.16081588,0.306378812,1,1,1,1,1,1,0.014505412,0.53940922,1,1,1,1,1,1,0.931664288,0.224181861,0.629652006,0.629786334,0.629875887
-8436,1,0.4385,1,1,1,1,1,1,1,1,0.1287,0.4385,0.3238,1,0.3189,1,1,1,1,1,1,0,0.3189,0.446,1,0.6269,1,1,1,0.7909,0.6269,0.1455,1,1,1,1,1,0.128623694,0.407859921,0.980166614,1,1,1,1,1,0.002691374,0.563620746,0.627471805,1,1,1,1,1,0.900152981,0.260188729,0.622945868,0.623016713,0.62322695
-8437,1,0.4385,1,1,1,1,1,1,1,1,0.0897,0.4385,0.3697,1,0.3189,1,1,1,1,1,1,0,0.3189,0.4443,1,0.6269,1,1,1,0.7326,0.6269,0.1327,1,1,1,1,1,0.085258096,0.47794953,0.69652915,1,1,1,1,1,0.011853591,0.51300323,0.667893469,1,1,1,1,1,0.876921654,0.229766876,0.620045916,0.620055003,0.620567376
-8438,1,0.4385,1,1,1,1,1,1,1,1,0.0972,0.4385,0.2723,1,0.3189,1,1,1,1,1,1,0.0035,0.3189,0.358,1,0.6269,1,1,1,0.6918,0.6269,0.1115,1,1,1,1,1,0.069388606,0.345492393,0.881039023,1,1,1,1,1,0.010061262,0.402227879,0.405720174,1,1,1,1,1,0.849927664,0.073116794,0.615333494,0.615400889,0.615691489
-8439,1,0.4385,1,1,1,1,1,1,1,1,0.11,0.4385,0.1336,1,0.3189,1,1,1,1,1,1,0.0279,0.3189,0.2271,1,0.6269,1,1,1,0.6722,0.6269,0.0467,1,1,1,1,1,0.054798678,0.173458591,0.786012053,1,1,1,1,1,0.034794595,0.310759544,0.3649351,1,1,1,1,1,0.791268706,0.000476552,0.622945868,0.622805162,0.622783688
-8440,1,0.4385,1,1,1,1,1,1,1,1,0.0595,0.4385,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0.0015,1,0.6269,1,1,1,0.6726,0.6269,0,1,1,1,1,1,0.028328069,0,0.416935086,1,1,1,1,1,0.001205176,3.59E-05,0.102424875,1,1,1,1,1,0.784243762,0,0.671157564,0.671250264,0.671099291
-8441,1,0.4385,1,1,1,1,1,1,1,1,0.0398,0.4385,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6269,1,1,1,0.2699,0.6269,0,1,1,1,1,1,0.009999872,0,0.350402147,1,1,1,1,1,0.000353075,0,0.147462577,1,1,1,1,1,0.398690104,0,0.706742388,0.706579226,0.707003546
-8442,1,0.4385,1,1,1,1,1,1,1,1,0.0539,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0773,0.3189,0,1,0.6269,1,1,1,0.6877,0.6269,0,1,1,1,1,1,0.031387016,0,0.264301807,1,1,1,1,1,0.096358672,0,0.190361783,1,1,1,1,1,0.787904143,0,0.702211213,0.702136662,0.702570922
-8443,1,0.4385,1,1,1,1,1,1,1,1,0.0188,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0041,0.3189,0,1,0.6269,1,1,1,0.2329,0.6269,0,1,1,1,1,1,0.001704211,0,0.327121407,1,1,1,1,1,0.020917119,0,0.046117805,1,1,1,1,1,0.372859508,0,0.686019816,0.686058811,0.686170213
-8444,1,0.4385,1,1,1,1,1,1,1,1,0.0682,0.4385,0,1,0.3189,1,1,1,1,1,1,0.3744,0.3189,0,1,0.6269,1,1,1,0.5885,0.6269,0,1,1,1,1,1,0.08358869,0,0.283994406,1,1,1,1,1,0.396812469,0,0.22182408,1,1,1,1,1,0.681506395,0,0.66022233,0.66024963,0.660460993
-8445,1,0.4385,1,1,1,1,1,1,1,1,0.051,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4418,0.3189,0,1,0.6269,1,1,1,0.5353,0.6269,0,1,1,1,1,1,0.103856765,0,0.205718637,1,1,1,1,1,0.391378522,0,0.47418797,1,1,1,1,1,0.556830108,0,0.616602223,0.616670193,0.616578014
-8446,1,0.4385,1,1,1,1,1,1,1,1,0.1151,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4538,0.3189,0,1,0.6269,1,1,1,0.5752,0.6269,0,1,1,1,1,1,0.194486856,0,0.139545605,1,1,1,1,1,0.484207004,0,0.990837693,1,1,1,1,1,0.593402207,0,0.555642823,0.555743601,0.555851064
-8447,1,0.4385,1,1,1,1,1,1,1,1,0.143,0.4385,0,1,0.3189,1,1,1,1,1,1,0.6377,0.3189,0,1,0.6269,1,1,1,0.5704,0.6269,0,1,1,1,1,1,0.264244527,0,0.048375331,1,1,1,1,1,0.594451368,0,1,1,1,1,1,1,0.605587542,0,0.495710488,0.495874762,0.496010638
-8448,1,0.4385,1,1,1,1,1,1,1,1,0.341,0.4385,0,1,0.3189,1,1,1,1,1,1,0.7797,0.3189,0,1,0.6269,1,1,1,0.5828,0.6269,0,1,1,1,1,1,0.448172867,0,0.415853024,1,1,1,1,1,0.672552109,0,1,1,1,1,1,1,0.591314018,0,0.452875785,0.452718426,0.453014184
-8449,1,0.4385,1,1,1,1,1,1,1,1,0.4215,0.4385,0,1,0.3189,1,1,1,1,1,1,0.8876,0.3189,0,1,0.6269,1,1,1,0.5106,0.6269,0,1,1,1,1,1,0.525241196,0,0.72381264,1,1,1,1,1,0.745686293,0,1,1,1,1,1,1,0.51058948,0,0.431488642,0.431563359,0.431737589
-8450,1,0.4385,1,1,1,1,1,1,1,1,0.4258,0.4385,0,1,0.3189,1,1,1,1,1,1,0.902,0.3189,0,1,0.6269,1,1,1,0.489,0.6269,0,1,1,1,1,1,0.550003052,0,0.992949426,1,1,1,1,1,0.760902166,0,1,1,1,1,1,1,0.492448479,0,0.422667956,0.422678231,0.422429078
-8451,1,0.4385,1,1,1,1,1,1,1,1,0.5117,0.4385,0,1,0.3189,1,1,1,1,1,1,0.8751,0.3189,0,1,0.6269,1,1,1,0.4827,0.6269,0,1,1,1,1,1,0.614614189,0,1,1,1,1,1,1,0.723777592,0,1,1,1,1,1,1,0.44164151,0,0.422547124,0.422678231,0.422429078
-8452,1,0.4385,1,1,1,1,1,1,1,1,0.5247,0.4385,0,1,0.3189,1,1,1,1,1,1,0.887,0.3189,0,1,0.6269,1,1,1,0.4558,0.6269,0,1,1,1,1,1,0.658213675,0,1,1,1,1,1,1,0.716118217,0,1,1,1,1,1,1,0.406163335,0,0.436926051,0.436852126,0.437056738
-8453,1,0.4385,1,1,1,1,1,1,1,1,0.5179,0.4385,0,1,0.3189,1,1,1,1,1,1,0.6944,0.3189,0,1,0.6269,1,1,1,0.4375,0.6269,0,1,1,1,1,1,0.607361734,0,1,1,1,1,1,1,0.657512367,0,1,1,1,1,1,1,0.385170937,0,0.480969067,0.480854665,0.480939716
-8454,1,0.4385,1,1,1,1,1,1,1,1,0.5118,0.4385,0,1,0.3189,1,1,1,1,1,1,0.5007,0.3189,0,1,0.6269,1,1,1,0.3864,0.6269,0,1,1,1,1,1,0.535888314,0,1,1,1,1,1,1,0.512208998,0,1,1,1,1,1,1,0.377217472,0,0.562046883,0.56187857,0.562056738
-8455,1,0.4385,1,1,1,1,1,1,1,1,0.583,0.4385,0,1,0.3189,1,1,1,1,1,1,0.8875,0.3189,0,1,0.6269,1,1,1,0.4159,0.6269,0,1,1,1,1,1,0.667639256,0,1,1,1,1,1,1,0.723566532,0,1,1,1,1,1,1,0.385710955,0,0.60941276,0.60947747,0.609929078
-8456,1,0.4385,1,1,1,1,1,1,1,1,0.7199,0.4385,0.131,1,0.3189,1,1,1,1,1,1,0.8517,0.3189,0.1541,1,0.6269,1,1,1,0.441,0.6269,0,1,1,1,1,1,0.77881223,0.224062786,1,1,1,1,1,1,0.756872237,0.261108786,1,1,1,1,1,1,0.334768087,0.020040056,0.616239729,0.616247091,0.616134752
-8457,1,0.4385,1,1,1,1,1,1,1,1,0.5318,0.4385,0.3268,1,0.3189,1,1,1,1,1,1,0.9133,0.3189,0.4076,1,0.6269,1,1,1,0.4655,0.6269,0.0908,1,1,1,1,1,0.545363843,0.530576348,1,1,1,1,1,1,0.782943189,0.620092452,1,1,1,1,1,1,0.36871621,0.165859595,0.617327211,0.617304845,0.617464539
-8458,1,0.4385,1,1,1,1,1,1,1,1,0.5064,0.4385,0.4726,1,0.3189,1,1,1,1,1,1,0.8039,0.3189,0.4867,1,0.6269,1,1,1,0.2958,0.6269,0.238,1,1,1,1,1,0.506142795,0.691015303,1,1,1,1,1,1,0.629559517,0.711632311,1,1,1,1,1,1,0.259193689,0.399027586,0.617568874,0.617727946,0.617907801
-8459,1,0.4385,1,1,1,1,1,1,1,1,0.6451,0.4385,0.4975,1,0.3189,1,1,1,1,1,1,0.9424,0.3189,0.502,1,0.6269,1,1,1,0.3383,0.6269,0.3133,1,1,1,1,1,0.709488213,0.695066214,1,1,1,1,1,1,0.857622981,0.75490725,1,1,1,1,1,1,0.292328805,0.417174369,0.614487675,0.614554686,0.614361702
-8460,1,0.4385,1,1,1,1,1,1,1,1,0.7008,0.4385,0.466,1,0.3189,1,1,1,1,1,1,0.9514,0.3189,0.4856,1,0.6269,1,1,1,0.3295,0.6269,0.3476,1,1,1,1,1,0.711008787,0.659567952,1,1,1,1,1,1,0.88117981,0.77726537,1,1,1,1,1,1,0.286473185,0.563140571,0.608869019,0.608842818,0.609042553
-8461,1,0.4385,1,1,1,1,1,1,1,1,0.7251,0.4385,0.4577,1,0.3189,1,1,1,1,1,1,0.9245,0.3189,0.4776,1,0.6269,1,1,1,0.3419,0.6269,0.2892,1,1,1,1,1,0.683178842,0.638391197,1,1,1,1,1,1,0.889892578,0.716599822,1,1,1,1,1,1,0.356150448,0.571592689,0.609594007,0.609689021,0.609929078
-8462,1,0.4385,1,1,1,1,1,1,1,1,0.6992,0.4385,0.3858,1,0.3189,1,1,1,1,1,1,0.9305,0.3189,0.4049,1,0.6269,1,1,1,0.3254,0.6269,0.2107,1,1,1,1,1,0.734116077,0.587709427,1,1,1,1,1,1,0.898129463,0.631949604,1,1,1,1,1,1,0.36943084,0.438011825,0.60898985,0.609054369,0.609042553
-8463,1,0.4385,1,1,1,1,1,1,1,1,0.5862,0.4385,0.2499,1,0.3189,1,1,1,1,1,1,0.8529,0.3189,0.2799,1,0.6269,1,1,1,0.3947,0.6269,0.1073,1,1,1,1,1,0.558974862,0.420251042,1,1,1,1,1,1,0.806602418,0.506838679,1,1,1,1,1,1,0.427469671,0.231847256,0.617387627,0.617516395,0.617464539
-8464,1,0.4385,1,1,1,1,1,1,1,1,0.5427,0.4385,0.0011,1,0.3189,1,1,1,1,1,1,0.9097,0.3189,0.0142,1,0.6269,1,1,1,0.4006,0.6269,0,1,1,1,1,1,0.490834713,0.008339464,1,1,1,1,1,1,0.797909439,0.124104775,1,1,1,1,1,1,0.421316236,0,0.670613823,0.670827163,0.671099291
-8465,1,0.4385,1,1,1,1,1,1,1,1,0.4974,0.4385,0,1,0.3189,1,1,1,1,1,1,0.9146,0.3189,0,1,0.6269,1,1,1,0.393,0.6269,0,1,1,1,1,1,0.60787791,0,1,1,1,1,1,1,0.748283565,0,1,1,1,1,1,1,0.335699528,0,0.713267279,0.713348847,0.71320922
-8466,1,0.4385,1,1,1,1,1,1,1,1,0.5035,0.4385,0,1,0.3189,1,1,1,1,1,1,0.9352,0.3189,0,1,0.6269,1,1,1,0.3737,0.6269,0,1,1,1,1,1,0.58129251,0,0.997867405,1,1,1,1,1,0.784561515,0,1,1,1,1,1,1,0.32520169,0,0.710971484,0.710810239,0.710992908
-8467,1,0.4385,1,1,1,1,1,1,1,1,0.1872,0.4385,0,1,0.3189,1,1,1,1,1,1,0.3882,0.3189,0,1,0.6269,1,1,1,0.0867,0.6269,0,1,1,1,1,1,0.165716082,0,1,1,1,1,1,1,0.301318586,0,1,1,1,1,1,1,0.092300773,0,0.69641131,0.696424794,0.696365248
-8468,1,0.4385,1,1,1,1,1,1,1,1,0.3234,0.4385,0,1,0.3189,1,1,1,1,1,1,0.6295,0.3189,0,1,0.6269,1,1,1,0.2414,0.6269,0,1,1,1,1,1,0.353175253,0,1,1,1,1,1,1,0.578488588,0,1,1,1,1,1,1,0.212087467,0,0.673634606,0.673577322,0.673758865
-8469,1,0.4385,1,1,1,1,1,1,1,1,0.3231,0.4385,0,1,0.3189,1,1,1,1,1,1,0.377,0.3189,0,1,0.6269,1,1,1,0.2354,0.6269,0,1,1,1,1,1,0.279256284,0,1,1,1,1,1,1,0.377283663,0,1,1,1,1,1,1,0.168911099,0,0.63237071,0.632536492,0.632535461
-8470,1,0.4385,1,1,1,1,1,1,1,1,0.3807,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4536,0.3189,0,1,0.6269,1,1,1,0.181,0.6269,0,1,1,1,1,1,0.321267307,0,0.999619007,1,1,1,1,1,0.447245151,0,1,1,1,1,1,1,0.155225307,0,0.571471725,0.571609901,0.571808511
-8471,1,0.4385,1,1,1,1,1,1,1,1,0.2126,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1442,0.3189,0,1,0.6269,1,1,1,0.1565,0.6269,0,1,1,1,1,1,0.141539335,0,0.97690618,1,1,1,1,1,0.202021271,0,1,1,1,1,1,1,0.121625468,0,0.510089415,0.510048657,0.510195035
-8472,1,0.4385,1,1,1,1,1,1,1,1,0.1906,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0923,0.3189,0,1,0.6269,1,1,1,0.1618,0.6269,0,1,1,1,1,1,0.163842931,0,0.967346311,1,1,1,1,1,0.15949063,0,1,1,1,1,1,1,0.142425776,0,0.469550507,0.469642479,0.469414894
-8473,1,0.4385,1,1,1,1,1,1,1,1,0.2656,0.4385,0,1,0.3189,1,1,1,1,1,1,0.3629,0.3189,0,1,0.6269,1,1,1,0.1224,0.6269,0,1,1,1,1,1,0.243992329,0,0.951063991,1,1,1,1,1,0.472350061,0,1,1,1,1,1,1,0.096663699,0,0.447196713,0.447218109,0.447251773
-8474,1,0.4385,1,1,1,1,1,1,1,1,0.2196,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4483,0.3189,0,1,0.6269,1,1,1,0.0703,0.6269,0,1,1,1,1,1,0.182993606,0,0.999738395,1,1,1,1,1,0.45509389,0,1,1,1,1,1,1,0.079960786,0,0.437711455,0.437909879,0.437943262
-8475,1,0.4385,1,1,1,1,1,1,1,1,0.2069,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2978,0.3189,0,1,0.6269,1,1,1,0.0629,0.6269,0,1,1,1,1,1,0.175874695,0,0.997569203,1,1,1,1,1,0.352816373,0,1,1,1,1,1,1,0.090665378,0,0.43777187,0.437909879,0.437943262
-8476,1,0.4385,1,1,1,1,1,1,1,1,0.1862,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1986,0.3189,0,1,0.6269,1,1,1,0.0689,0.6269,0,1,1,1,1,1,0.148745567,0,0.985744357,1,1,1,1,1,0.230971098,0,0.891561568,1,1,1,1,1,0.089285731,0,0.452513291,0.452506875,0.452570922
-8477,1,0.4385,1,1,1,1,1,1,1,1,0.1452,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1935,0.3189,0,1,0.6269,1,1,1,0.0886,0.6269,0,1,1,1,1,1,0.132119715,0,0.686545849,1,1,1,1,1,0.196875513,0,0.494360477,1,1,1,1,1,0.133006811,0,0.49861044,0.498624921,0.498670213
-8478,1,0.4385,1,1,1,1,1,1,1,1,0.093,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1547,0.3189,0,1,0.6269,1,1,1,0.0646,0.6269,0,1,1,1,1,1,0.073766947,0,0.479160666,1,1,1,1,1,0.178118765,0,0.328113109,1,1,1,1,1,0.128242955,0,0.580956984,0.58091813,0.581117021
-8479,1,0.4385,1,1,1,1,1,1,1,1,0.1192,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1723,0.3189,0,1,0.6269,1,1,1,0.0688,0.6269,0,1,1,1,1,1,0.087377071,0,0.763028681,1,1,1,1,1,0.220865622,0,0.249167278,1,1,1,1,1,0.117927313,0,0.623489609,0.623651365,0.623670213
-8480,1,0.4385,1,1,1,1,1,1,1,1,0.0079,0.4385,0.2102,1,0.3189,1,1,1,1,1,1,0,0.3189,0.2145,1,0.6269,1,1,1,0.0156,0.6269,0.1609,1,1,1,1,1,0.000408759,0.380608857,0.673576236,1,1,1,1,1,0.002550829,0.372425079,0.607998729,1,1,1,1,1,0.028641855,0.33959502,0.629531174,0.629574783,0.629432624
-8481,1,0.4385,1,1,1,1,1,1,1,1,0.015,0.4385,0.4132,1,0.3189,1,1,1,1,1,1,0,0.3189,0.43,1,0.6269,1,1,1,0.0048,0.6269,0.3588,1,1,1,1,1,0.001161388,0.649655342,0.670072019,1,1,1,1,1,0.010613155,0.655888796,0.790234089,1,1,1,1,1,0.007712661,0.581708252,0.627295795,0.627247726,0.627216312
-8482,1,0.4385,1,1,1,1,1,1,1,1,0.0381,0.4385,0.5376,1,0.3189,1,1,1,1,1,1,0,0.3189,0.588,1,0.6269,1,1,1,0.0017,0.6269,0.446,1,1,1,1,1,0.006236248,0.773131073,0.159837544,1,1,1,1,1,0.000238095,0.832999051,0.027303666,1,1,1,1,1,0.012401793,0.640987754,0.62361044,0.623651365,0.623670213
-8483,1,0.4385,1,1,1,1,1,1,1,1,0.0105,0.4385,0.5974,1,0.3189,1,1,1,1,1,1,0,0.3189,0.6619,1,0.6269,1,1,1,0.0013,0.6269,0.4992,1,1,1,1,1,0.001432274,0.838149011,0.130078942,1,1,1,1,1,0.001573125,0.901533425,0.020927226,1,1,1,1,1,0.006088824,0.69380939,0.617085549,0.617093294,0.617464539
-8484,1,0.4385,1,1,1,1,1,1,1,1,0.0278,0.4385,0.5731,1,0.3189,1,1,1,1,1,1,0,0.3189,0.6333,1,0.6269,1,1,1,0.0007,0.6269,0.4752,1,1,1,1,1,0.004279627,0.77268666,0.186739832,1,1,1,1,1,0.00205174,0.841515243,0.00979712,1,1,1,1,1,0.004835503,0.666056037,0.607962784,0.607996615,0.608156028
-8485,1,0.4385,1,1,1,1,1,1,1,1,0.0079,0.4385,0.4995,1,0.3189,1,1,1,1,1,1,0.0129,0.3189,0.5888,1,0.6269,1,1,1,0.0002,0.6269,0.4265,1,1,1,1,1,0.000998147,0.663904667,0.153388619,1,1,1,1,1,0.016757326,0.757152677,0.037619114,1,1,1,1,1,0.003486515,0.620859265,0.606754471,0.606727311,0.606826241
-8486,1,0.4385,1,1,1,1,1,1,1,1,0.0153,0.4385,0.3932,1,0.3189,1,1,1,1,1,1,0.0143,0.3189,0.3718,1,0.6269,1,1,1,0.0017,0.6269,0.3952,1,1,1,1,1,0.001317077,0.577529967,0.445405781,1,1,1,1,1,0.010938323,0.416123927,0.286316752,1,1,1,1,1,0.00076671,0.583505332,0.608808603,0.608842818,0.609042553
-8487,1,0.4385,1,1,1,1,1,1,1,1,0.0503,0.4385,0.1858,1,0.3189,1,1,1,1,1,1,0.0487,0.3189,0.1745,1,0.6269,1,1,1,0.0059,0.6269,0.1809,1,1,1,1,1,0.069883451,0.269530714,0.312022984,1,1,1,1,1,0.060042657,0.260769308,0.112418853,1,1,1,1,1,0.009337449,0.367932856,0.622402127,0.622382061,0.622340426
-8488,1,0.4385,1,1,1,1,1,1,1,1,0.0162,0.4385,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6269,1,1,1,0.0315,0.6269,0,1,1,1,1,1,0.027621677,0,0.192146778,1,1,1,1,1,0.012652484,0,0.076738745,1,1,1,1,1,0.079857826,0,0.674299178,0.674211974,0.67464539
-8489,1,0.4385,1,1,1,1,1,1,1,1,0.045,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0955,0.3189,0,1,0.6269,1,1,1,0.0333,0.6269,0,1,1,1,1,1,0.084600911,0,0.284092844,1,1,1,1,1,0.116671443,0,0.040719375,1,1,1,1,1,0.097541839,0,0.711152731,0.71123334,0.71143617
-8490,1,0.4385,1,1,1,1,1,1,1,1,0.0444,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1143,0.3189,0,1,0.6269,1,1,1,0.0408,0.6269,0,1,1,1,1,1,0.102136426,0,0.078165799,1,1,1,1,1,0.146857411,0,0.041142672,1,1,1,1,1,0.139975592,0,0.70698405,0.707002327,0.707003546
-8491,1,0.4385,1,1,1,1,1,1,1,1,0.1114,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0971,0.3189,0,1,0.6269,1,1,1,0.1121,0.6269,0,1,1,1,1,1,0.218661919,0,0.049514748,1,1,1,1,1,0.166403115,0,0.283598959,1,1,1,1,1,0.350459069,0,0.693511358,0.693674635,0.693705674
-8492,1,0.4385,1,1,1,1,1,1,1,1,0.0695,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1812,0.3189,0,1,0.6269,1,1,1,0.0934,0.6269,0,1,1,1,1,1,0.129356354,0,0.164620191,1,1,1,1,1,0.195686579,0,0.228022262,1,1,1,1,1,0.274882734,0,0.673936684,0.673788872,0.674202128
-8493,1,0.4385,1,1,1,1,1,1,1,1,0.0361,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2338,0.3189,0,1,0.6269,1,1,1,0.0923,0.6269,0,1,1,1,1,1,0.066996746,0,0.103971519,1,1,1,1,1,0.242224991,0,0.426948965,1,1,1,1,1,0.234894305,0,0.633518608,0.633594246,0.633421986
-8494,1,0.4385,1,1,1,1,1,1,1,1,0.0614,0.4385,0,1,0.3189,1,1,1,1,1,1,0.277,0.3189,0,1,0.6269,1,1,1,0.1298,0.6269,0,1,1,1,1,1,0.124165952,0,0.070546284,1,1,1,1,1,0.3050147,0,0.822446346,1,1,1,1,1,0.314029217,0,0.57280087,0.572667654,0.573138298
-8495,1,0.4385,1,1,1,1,1,1,1,1,0.0888,0.4385,0,1,0.3189,1,1,1,1,1,1,0.442,0.3189,0,1,0.6269,1,1,1,0.1697,0.6269,0,1,1,1,1,1,0.184367403,0,0.084680825,1,1,1,1,1,0.43063724,0,1,1,1,1,1,1,0.359179139,0,0.513533108,0.513645018,0.513741135
-8496,1,0.4385,1,1,1,1,1,1,1,1,0.0954,0.4385,0,1,0.3189,1,1,1,1,1,1,0.5151,0.3189,0,1,0.6269,1,1,1,0.1419,0.6269,0,1,1,1,1,1,0.18888396,0,0.30003801,1,1,1,1,1,0.556347251,0,1,1,1,1,1,1,0.262640625,0,0.47160464,0.471757986,0.471631206
-8497,1,0.4385,1,1,1,1,1,1,1,1,0.178,0.4385,0,1,0.3189,1,1,1,1,1,1,0.5903,0.3189,0,1,0.6269,1,1,1,0.1103,0.6269,0,1,1,1,1,1,0.264441639,0,0.665694833,1,1,1,1,1,0.639558315,0,1,1,1,1,1,1,0.204479784,0,0.44780087,0.447852761,0.447695035
-8498,1,0.4385,1,1,1,1,1,1,1,1,0.1695,0.4385,0,1,0.3189,1,1,1,1,1,1,0.6748,0.3189,0,1,0.6269,1,1,1,0.2328,0.6269,0,1,1,1,1,1,0.316236645,0,0.47031188,1,1,1,1,1,0.753578424,0,1,1,1,1,1,1,0.465351999,0,0.43638231,0.436429025,0.436613475
-8499,1,0.4385,1,1,1,1,1,1,1,1,0.3443,0.4385,0,1,0.3189,1,1,1,1,1,1,0.7431,0.3189,0,1,0.6269,1,1,1,0.2102,0.6269,0,1,1,1,1,1,0.463760465,0,1,1,1,1,1,1,0.833625555,0,1,1,1,1,1,1,0.39823994,0,0.436201063,0.436217474,0.436170213
-8500,1,0.4385,1,1,1,1,1,1,1,1,0.552,0.4385,0,1,0.3189,1,1,1,1,1,1,0.7387,0.3189,0,1,0.6269,1,1,1,0.2168,0.6269,0,1,1,1,1,1,0.576017261,0,1,1,1,1,1,1,0.844310582,0,1,1,1,1,1,1,0.381489217,0,0.447015466,0.447006558,0.447251773
-8501,1,0.4385,1,1,1,1,1,1,1,1,0.7188,0.4385,0,1,0.3189,1,1,1,1,1,1,0.8666,0.3189,0,1,0.6269,1,1,1,0.2847,0.6269,0,1,1,1,1,1,0.686539948,0,1,1,1,1,1,1,0.88634181,0,1,1,1,1,1,1,0.431437939,0,0.486708555,0.486778083,0.486702128
-8502,1,0.4385,1,1,1,1,1,1,1,1,0.7556,0.4385,0,1,0.3189,1,1,1,1,1,1,0.9008,0.3189,0,1,0.6269,1,1,1,0.3433,0.6269,0,1,1,1,1,1,0.730820894,0,1,1,1,1,1,1,0.920783043,0,1,1,1,1,1,1,0.489239573,0,0.560536491,0.560609266,0.56072695
-8503,1,0.4385,1,1,1,1,1,1,1,1,0.8117,0.4385,0,1,0.3189,1,1,1,1,1,1,0.7715,0.3189,0,1,0.6269,1,1,1,0.3694,0.6269,0,1,1,1,1,1,0.788691103,0,1,1,1,1,1,1,0.862879038,0,0.390052378,1,1,1,1,1,0.595776618,0,0.614306428,0.614343135,0.614361702
-8504,1,0.4385,1,1,1,1,1,1,1,1,0.8582,0.4385,0,1,0.3189,1,1,1,1,1,1,0.9264,0.3189,0.0001,1,0.6269,1,1,1,0.4263,0.6269,0,1,1,1,1,1,0.85143882,1.54E-06,1,1,1,1,1,1,0.942412615,0,0.052356023,1,1,1,1,1,0.602397799,0.011094768,0.632249879,0.632324942,0.632535461
-8505,1,0.4385,1,1,1,1,1,1,1,1,0.9209,0.4385,0.0446,1,0.3189,1,1,1,1,1,1,0.8933,0.3189,0.0558,1,0.6269,1,1,1,0.5482,0.6269,0.0512,1,1,1,1,1,0.939349353,0.044021182,1,1,1,1,1,1,0.923737645,0.017141907,1,1,1,1,1,1,0.762499809,0.052162431,0.641130981,0.64121007,0.641400709
-8506,1,0.4385,1,1,1,1,1,1,1,1,0.9474,0.4385,0.0583,1,0.3189,1,1,1,1,1,1,0.7997,0.3189,0.0287,1,0.6269,1,1,1,0.6409,0.6269,0.1353,1,1,1,1,1,0.937878966,0.075342216,1,1,1,1,1,1,0.874281704,0.019801348,1,1,1,1,1,1,0.845413685,0.148067132,0.644453842,0.64459488,0.644503546
-8507,1,0.4385,1,1,1,1,1,1,1,1,0.9322,0.4385,0.0588,1,0.3189,1,1,1,1,1,1,0.7379,0.3189,0.065,1,0.6269,1,1,1,0.6491,0.6269,0.2086,1,1,1,1,1,0.923209012,0.113887846,0.807193935,1,1,1,1,1,0.814786553,0.046707232,0,1,1,1,1,1,0.843078136,0.237766623,0.641916385,0.641844722,0.641843972
-8508,1,0.4385,1,1,1,1,1,1,1,1,0.9305,0.4385,0.0315,1,0.3189,1,1,1,1,1,1,0.7475,0.3189,0.0339,1,0.6269,1,1,1,0.7038,0.6269,0.1456,1,1,1,1,1,0.908578157,0.104333125,0.123675674,1,1,1,1,1,0.852567494,0.06979014,0.390052378,1,1,1,1,1,0.898101091,0.178652614,0.630256162,0.630209435,0.630319149
-8509,1,0.4385,1,1,1,1,1,1,1,1,0.9176,0.4385,0.0289,1,0.3189,1,1,1,1,1,1,0.8321,0.3189,0.2606,1,0.6269,1,1,1,0.8279,0.6269,0.2577,1,1,1,1,1,0.933961928,0.054416768,0.056868747,1,1,1,1,1,0.895705044,0.41158697,1,1,1,1,1,1,0.931783497,0.043520655,0.621193813,0.621324307,0.621453901
-8510,1,0.4385,1,1,1,1,1,1,1,1,0.9181,0.4385,0.1648,1,0.3189,1,1,1,1,1,1,0.601,0.3189,0.383,1,0.6269,1,1,1,0.8748,0.6269,0.197,1,1,1,1,1,0.926370859,0.267821312,0.734586954,1,1,1,1,1,0.676150858,0.531088173,1,1,1,1,1,1,0.942643762,0.001466182,0.608929435,0.608842818,0.609042553
-8511,1,0.4385,1,1,1,1,1,1,1,1,0.5052,0.4385,0.285,1,0.3189,1,1,1,1,1,1,0.3648,0.3189,0.2594,1,0.6269,1,1,1,0.5872,0.6269,0.2168,1,1,1,1,1,0.576872826,0.452669084,1,1,1,1,1,1,0.409917057,0.400234967,1,1,1,1,1,1,0.853679419,0.23700422,0.60578782,0.605669558,0.605939716
-8512,1,0.4385,1,1,1,1,1,1,1,1,0.756,0.4385,0,1,0.3189,1,1,1,1,1,1,0.7642,0.3189,0,1,0.6269,1,1,1,0.9502,0.6269,0,1,1,1,1,1,0.853764057,0,1,1,1,1,1,1,0.776443899,0.000235,1,1,1,1,1,1,0.943084896,0,0.649589174,0.649672096,0.649822695
-8513,1,0.4385,1,1,1,1,1,1,1,1,0.5291,0.4385,0,1,0.3189,1,1,1,1,1,1,0.3053,0.3189,0,1,0.6269,1,1,1,0.9244,0.6269,0,1,1,1,1,1,0.645878196,0,1,1,1,1,1,1,0.357974648,0,0.951774418,1,1,1,1,1,0.92137605,0,0.681609473,0.681616247,0.681737589
-8514,1,0.4385,1,1,1,1,1,1,1,1,0.5664,0.4385,0,1,0.3189,1,1,1,1,1,1,0.19,0.3189,0,1,0.6269,1,1,1,0.894,0.6269,0,1,1,1,1,1,0.478271067,0,0.96154654,1,1,1,1,1,0.232302845,0,1,1,1,1,1,1,0.920553327,0,0.670915901,0.670827163,0.671099291
-8515,1,0.4385,1,1,1,1,1,1,1,1,0.6014,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1209,0.3189,0,1,0.6269,1,1,1,0.8341,0.6269,0,1,1,1,1,1,0.519914627,0,0.80601573,1,1,1,1,1,0.158412218,0,0.786532044,1,1,1,1,1,0.884915829,0,0.652247463,0.652210704,0.652039007
-8516,1,0.4385,1,1,1,1,1,1,1,1,0.4431,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2882,0.3189,0,1,0.6269,1,1,1,0.8381,0.6269,0,1,1,1,1,1,0.373353958,0,0.910857797,1,1,1,1,1,0.29407227,0,1,1,1,1,1,1,0.875444293,0,0.629893668,0.629786334,0.629875887
-8517,1,0.4385,1,1,1,1,1,1,1,1,0.2764,0.4385,0,1,0.3189,1,1,1,1,1,1,0.074,0.3189,0,1,0.6269,1,1,1,0.3407,0.6269,0,1,1,1,1,1,0.119496472,0,1,1,1,1,1,1,0.098656058,0,1,1,1,1,1,1,0.239109367,0,0.59841711,0.598476835,0.598847518
-8518,1,0.4385,1,1,1,1,1,1,1,1,0.2508,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1342,0.3189,0,1,0.6269,1,1,1,0.3255,0.6269,0,1,1,1,1,1,0.109638803,0,1,1,1,1,1,1,0.12487682,0,1,1,1,1,1,1,0.214742184,0,0.552319961,0.55235879,0.552748227
-8519,1,0.4385,1,1,1,1,1,1,1,1,0.2218,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2242,0.3189,0,1,0.6269,1,1,1,0.5385,0.6269,0,1,1,1,1,1,0.169002816,0,0.98729682,1,1,1,1,1,0.204614311,0,1,1,1,1,1,1,0.53570503,0,0.499093765,0.499048022,0.499113475
-8520,1,0.4385,1,1,1,1,1,1,1,1,0.2127,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2806,0.3189,0,1,0.6269,1,1,1,0.4024,0.6269,0,1,1,1,1,1,0.146086797,0,0.80723387,1,1,1,1,1,0.248322949,0,0.971132278,1,1,1,1,1,0.362423241,0,0.459944418,0.459911149,0.459663121
-8521,1,0.4385,1,1,1,1,1,1,1,1,0.1857,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2227,0.3189,0,1,0.6269,1,1,1,0.3637,0.6269,0,1,1,1,1,1,0.131360531,0,0.74112165,1,1,1,1,1,0.206792727,0,0.914369226,1,1,1,1,1,0.355678558,0,0.436563557,0.436640575,0.436613475
-8522,1,0.4385,1,1,1,1,1,1,1,1,0.1657,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2015,0.3189,0,1,0.6269,1,1,1,0.3063,0.6269,0,1,1,1,1,1,0.108913481,0,0.593886256,1,1,1,1,1,0.187988207,0,0.831857324,1,1,1,1,1,0.344619453,0,0.42357419,0.423735985,0.423758865
-8523,1,0.4385,1,1,1,1,1,1,1,1,0.2579,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2948,0.3189,0,1,0.6269,1,1,1,0.2556,0.6269,0,1,1,1,1,1,0.194563016,0,0.733893633,1,1,1,1,1,0.260338962,0,0.85734427,1,1,1,1,1,0.286395401,0,0.420009667,0.419928073,0.419769504
-8524,1,0.4385,1,1,1,1,1,1,1,1,0.3923,0.4385,0,1,0.3189,1,1,1,1,1,1,0.3224,0.3189,0,1,0.6269,1,1,1,0.2457,0.6269,0,1,1,1,1,1,0.346242189,0,0.69017607,1,1,1,1,1,0.328635633,0,1,1,1,1,1,1,0.200861707,0,0.424057516,0.423947535,0.424202128
-8525,1,0.4385,1,1,1,1,1,1,1,1,0.4081,0.4385,0,1,0.3189,1,1,1,1,1,1,0.5903,0.3189,0,1,0.6269,1,1,1,0.2301,0.6269,0,1,1,1,1,1,0.348474205,0,0.744776368,1,1,1,1,1,0.587348461,0,1,1,1,1,1,1,0.173090607,0,0.438859352,0.438756082,0.438829787
-8526,1,0.4385,1,1,1,1,1,1,1,1,0.1115,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2554,0.3189,0,1,0.6269,1,1,1,0.0276,0.6269,0,1,1,1,1,1,0.071605824,0,1,1,1,1,1,1,0.253311306,0,1,1,1,1,1,1,0.039210524,0,0.471544224,0.471546435,0.471631206
-8527,1,0.4385,1,1,1,1,1,1,1,1,0.0785,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1977,0.3189,0,1,0.6269,1,1,1,0.0207,0.6269,0,1,1,1,1,1,0.05052742,0,1,1,1,1,1,1,0.230547667,0,1,1,1,1,1,1,0.034625784,0,0.508760271,0.508779353,0.508865248
-8528,1,0.4385,1,1,1,1,1,1,1,1,0.1498,0.4385,0.0978,1,0.3189,1,1,1,1,1,1,0.317,0.3189,0.0935,1,0.6269,1,1,1,0.0268,0.6269,0.1037,1,1,1,1,1,0.128718615,0.196341634,1,1,1,1,1,1,0.322550267,0.196632937,1,1,1,1,1,1,0.033077005,0.24493742,0.551111648,0.551089486,0.550975177
-8529,1,0.4385,1,1,1,1,1,1,1,1,0.3371,0.4385,0.2792,1,0.3189,1,1,1,1,1,1,0.8715,0.3189,0.2962,1,0.6269,1,1,1,0.0616,0.6269,0.2899,1,1,1,1,1,0.36219728,0.379060477,1,1,1,1,1,1,0.796125174,0.482240021,1,1,1,1,1,1,0.070720538,0.420919329,0.578902852,0.578802623,0.578900709
-8530,1,0.4385,1,1,1,1,1,1,1,1,0.4594,0.4385,0.4105,1,0.3189,1,1,1,1,1,1,0.9665,0.3189,0.4065,1,0.6269,1,1,1,0.0887,0.6269,0.3702,1,1,1,1,1,0.585943818,0.576544821,0.922006965,1,1,1,1,1,0.871876478,0.560455561,1,1,1,1,1,1,0.081724368,0.540887773,0.587965201,0.587899302,0.58820922
-8531,1,0.4385,1,1,1,1,1,1,1,1,0.6252,0.4385,0.4492,1,0.3189,1,1,1,1,1,1,0.9253,0.3189,0.4214,1,0.6269,1,1,1,0.1425,0.6269,0.4063,1,1,1,1,1,0.749622464,0.607801318,0.892214358,1,1,1,1,1,0.874696612,0.576676786,1,1,1,1,1,1,0.063234314,0.587063193,0.590140164,0.590226359,0.590425532
-8532,1,0.4385,1,1,1,1,1,1,1,1,0.6139,0.4385,0.4963,1,0.3189,1,1,1,1,1,1,0.966,0.3189,0.43,1,0.6269,1,1,1,0.1036,0.6269,0.3933,1,1,1,1,1,0.720857024,0.679176688,0.975053906,1,1,1,1,1,0.920807183,0.631066978,1,1,1,1,1,1,0.052305393,0.542780757,0.586092315,0.585995346,0.58643617
-8533,1,0.4385,1,1,1,1,1,1,1,1,0.6739,0.4385,0.4878,1,0.3189,1,1,1,1,1,1,0.9776,0.3189,0.4406,1,0.6269,1,1,1,0.1241,0.6269,0.3487,1,1,1,1,1,0.722800553,0.692049265,0.993351519,1,1,1,1,1,0.92075038,0.627709091,1,1,1,1,1,1,0.088021383,0.469323993,0.581500725,0.581552782,0.581560284
-8534,1,0.4385,1,1,1,1,1,1,1,1,0.7494,0.4385,0.4023,1,0.3189,1,1,1,1,1,1,0.9513,0.3189,0.3807,1,0.6269,1,1,1,0.1544,0.6269,0.2682,1,1,1,1,1,0.78684783,0.553897798,0.991584599,1,1,1,1,1,0.921035409,0.515034437,1,1,1,1,1,1,0.137321815,0.418182254,0.580775737,0.580706579,0.580673759
-8535,1,0.4385,1,1,1,1,1,1,1,1,0.7594,0.4385,0.2639,1,0.3189,1,1,1,1,1,1,0.9657,0.3189,0.2685,1,0.6269,1,1,1,0.1632,0.6269,0.1349,1,1,1,1,1,0.793801904,0.428406745,0.994586229,1,1,1,1,1,0.931852043,0.423202008,1,1,1,1,1,1,0.174348399,0.299359798,0.590683905,0.590649461,0.590868794
-8536,1,0.4385,1,1,1,1,1,1,1,1,0.5672,0.4385,0.0209,1,0.3189,1,1,1,1,1,1,0.8891,0.3189,0.0563,1,0.6269,1,1,1,0.2223,0.6269,0,1,1,1,1,1,0.609560311,0.069586389,1,1,1,1,1,1,0.844565272,0.116166174,1,1,1,1,1,1,0.239468798,0,0.642460126,0.642479374,0.642730496
-8537,1,0.4385,1,1,1,1,1,1,1,1,0.486,0.4385,0,1,0.3189,1,1,1,1,1,1,0.8333,0.3189,0,1,0.6269,1,1,1,0.2415,0.6269,0,1,1,1,1,1,0.517949641,0,0.995254278,1,1,1,1,1,0.759938359,0,1,1,1,1,1,1,0.398301274,0,0.68360319,0.683731754,0.683510638
-8538,1,0.4385,1,1,1,1,1,1,1,1,0.5142,0.4385,0,1,0.3189,1,1,1,1,1,1,0.9501,0.3189,0,1,0.6269,1,1,1,0.276,0.6269,0,1,1,1,1,1,0.608529747,0,0.995214522,1,1,1,1,1,0.827137053,0,1,1,1,1,1,1,0.506308794,0,0.681549058,0.681616247,0.681737589
-8539,1,0.4385,1,1,1,1,1,1,1,1,0.4679,0.4385,0,1,0.3189,1,1,1,1,1,1,0.9458,0.3189,0,1,0.6269,1,1,1,0.3425,0.6269,0,1,1,1,1,1,0.505548,0,0.998685539,1,1,1,1,1,0.860494018,0,1,1,1,1,1,1,0.698232174,0,0.667230546,0.667230802,0.667553191
-8540,1,0.4385,1,1,1,1,1,1,1,1,0.3682,0.4385,0,1,0.3189,1,1,1,1,1,1,0.9459,0.3189,0,1,0.6269,1,1,1,0.205,0.6269,0,1,1,1,1,1,0.396080583,0,1,1,1,1,1,1,0.834156811,0,1,1,1,1,1,1,0.410716981,0,0.649891252,0.649883647,0.649822695
-8541,1,0.4385,1,1,1,1,1,1,1,1,0.7269,0.4385,0,1,0.3189,1,1,1,1,1,1,0.8943,0.3189,0,1,0.6269,1,1,1,0.5771,0.6269,0,1,1,1,1,1,0.86168015,0,1,1,1,1,1,1,0.858190298,0,1,1,1,1,1,1,0.91053921,0,0.624697922,0.624709118,0.624556738
-8542,1,0.4385,1,1,1,1,1,1,1,1,0.5657,0.4385,0,1,0.3189,1,1,1,1,1,1,0.9349,0.3189,0,1,0.6269,1,1,1,0.5554,0.6269,0,1,1,1,1,1,0.69851476,0,1,1,1,1,1,1,0.839143991,0,1,1,1,1,1,1,0.932548881,0,0.583252779,0.583245187,0.583333333
-8543,1,0.4385,1,1,1,1,1,1,1,1,0.5864,0.4385,0,1,0.3189,1,1,1,1,1,1,0.9149,0.3189,0,1,0.6269,1,1,1,0.6079,0.6269,0,1,1,1,1,1,0.692740679,0,1,1,1,1,1,1,0.820301831,0,1,1,1,1,1,1,0.931621015,0,0.534195263,0.534165433,0.534131206
-8544,1,0.4385,1,1,1,1,1,1,1,1,0.6132,0.4385,0,1,0.3189,1,1,1,1,1,1,0.9438,0.3189,0,1,0.6269,1,1,1,0.647,0.6269,0,1,1,1,1,1,0.805759072,0,1,1,1,1,1,1,0.864470541,0,1,1,1,1,1,1,0.92937392,0,0.493656356,0.493759255,0.493794326
-8545,1,0.4385,1,1,1,1,1,1,1,1,0.5262,0.4385,0,1,0.3189,1,1,1,1,1,1,0.9528,0.3189,0,1,0.6269,1,1,1,0.7254,0.6269,0,1,1,1,1,1,0.723252296,0,1,1,1,1,1,1,0.809038043,0,1,1,1,1,1,1,0.957808495,0,0.467919285,0.467950074,0.468085106
-8546,1,0.4385,1,1,1,1,1,1,1,1,0.5841,0.4385,0,1,0.3189,1,1,1,1,1,1,0.941,0.3189,0,1,0.6269,1,1,1,0.7424,0.6269,0,1,1,1,1,1,0.750946164,0,0.950919747,1,1,1,1,1,0.743550658,0,1,1,1,1,1,1,0.969444156,0,0.454144514,0.454199281,0.453900709
-8547,1,0.4385,1,1,1,1,1,1,1,1,0.5464,0.4385,0,1,0.3189,1,1,1,1,1,1,0.8908,0.3189,0,1,0.6269,1,1,1,0.7189,0.6269,0,1,1,1,1,1,0.670407474,0,0.740284145,1,1,1,1,1,0.728592992,0,1,1,1,1,1,1,0.963626444,0,0.44780087,0.447852761,0.447695035
-8548,1,0.4385,1,1,1,1,1,1,1,1,0.458,0.4385,0,1,0.3189,1,1,1,1,1,1,0.6873,0.3189,0,1,0.6269,1,1,1,0.7006,0.6269,0,1,1,1,1,1,0.544805586,0,0.439351052,1,1,1,1,1,0.586682558,0,1,1,1,1,1,1,0.956286073,0,0.448888352,0.448910514,0.449024823
-8549,1,0.4385,1,1,1,1,1,1,1,1,0.4518,0.4385,0,1,0.3189,1,1,1,1,1,1,0.6336,0.3189,0,1,0.6269,1,1,1,0.6945,0.6269,0,1,1,1,1,1,0.493992358,0,0.373839438,1,1,1,1,1,0.576232076,0,1,1,1,1,1,1,0.941874087,0,0.461152731,0.461180453,0.46143617
-8550,1,0.4385,1,1,1,1,1,1,1,1,0.4955,0.4385,0,1,0.3189,1,1,1,1,1,1,0.6421,0.3189,0,1,0.6269,1,1,1,0.6427,0.6269,0,1,1,1,1,1,0.468978643,0,0.595835805,1,1,1,1,1,0.552468419,0,1,1,1,1,1,1,0.916909993,0,0.485983567,0.485931881,0.485815603
-8551,1,0.4385,1,1,1,1,1,1,1,1,0.3539,0.4385,0,1,0.3189,1,1,1,1,1,1,0.5303,0.3189,0,1,0.6269,1,1,1,0.7225,0.6269,0,1,1,1,1,1,0.362995327,0,0.721548796,1,1,1,1,1,0.449046791,0,1,1,1,1,1,1,0.958025038,0,0.512747704,0.512798815,0.51285461
-8552,1,0.4385,1,1,1,1,1,1,1,1,0.3405,0.4385,0.2274,1,0.3189,1,1,1,1,1,1,0.2385,0.3189,0.189,1,0.6269,1,1,1,0.7182,0.6269,0.1233,1,1,1,1,1,0.325892925,0.410353184,0.999089599,1,1,1,1,1,0.251502901,0.287901282,1,1,1,1,1,1,0.941139579,0.421172053,0.547728371,0.547704675,0.54787234
-8553,1,0.4385,1,1,1,1,1,1,1,1,0.1786,0.4385,0.4451,1,0.3189,1,1,1,1,1,1,0.1727,0.3189,0.346,1,0.6269,1,1,1,0.6511,0.6269,0.2972,1,1,1,1,1,0.23647806,0.652876258,0.55802834,1,1,1,1,1,0.20671241,0.490664929,0.417779863,1,1,1,1,1,0.900869846,0.699668765,0.570565491,0.570763698,0.570921986
-8554,1,0.4385,1,1,1,1,1,1,1,1,0.2496,0.4385,0.5487,1,0.3189,1,1,1,1,1,1,0.0839,0.3189,0.4271,1,0.6269,1,1,1,0.6066,0.6269,0.4402,1,1,1,1,1,0.193925962,0.724559426,0.701586127,1,1,1,1,1,0.097421721,0.636151552,0.48500368,1,1,1,1,1,0.849728048,0.85618329,0.578359111,0.578379522,0.578457447
-8555,1,0.4385,1,1,1,1,1,1,1,1,0.3316,0.4385,0.5288,1,0.3189,1,1,1,1,1,1,0.1316,0.3189,0.4127,1,0.6269,1,1,1,0.4947,0.6269,0.5145,1,1,1,1,1,0.299159259,0.724735081,0.652134717,1,1,1,1,1,0.138092458,0.615146041,0.373702884,1,1,1,1,1,0.707488477,0.928021252,0.58337361,0.583456738,0.583333333
-8556,1,0.4385,1,1,1,1,1,1,1,1,0.298,0.4385,0.4508,1,0.3189,1,1,1,1,1,1,0.0691,0.3189,0.4253,1,0.6269,1,1,1,0.5016,0.6269,0.5431,1,1,1,1,1,0.219928071,0.677630186,0.702157259,1,1,1,1,1,0.062908888,0.621222794,0.395518601,1,1,1,1,1,0.715612471,0.932812512,0.585246496,0.585149143,0.585106383
-8557,1,0.4385,1,1,1,1,1,1,1,1,0.2757,0.4385,0.4375,1,0.3189,1,1,1,1,1,1,0.0592,0.3189,0.4323,1,0.6269,1,1,1,0.3752,0.6269,0.4752,1,1,1,1,1,0.256481767,0.651949644,0.418154955,1,1,1,1,1,0.059445068,0.623824418,0.283836901,1,1,1,1,1,0.592879057,0.875110626,0.581259062,0.581341231,0.581560284
-8558,1,0.4385,1,1,1,1,1,1,1,1,0.2568,0.4385,0.3749,1,0.3189,1,1,1,1,1,1,0.1302,0.3189,0.3965,1,0.6269,1,1,1,0.2879,0.6269,0.3945,1,1,1,1,1,0.295139939,0.582705498,0.162211895,1,1,1,1,1,0.102694079,0.614593387,0.181032717,1,1,1,1,1,0.435741723,0.751785994,0.576727888,0.576687117,0.576684397
-8559,1,0.4385,1,1,1,1,1,1,1,1,0.224,0.4385,0.2477,1,0.3189,1,1,1,1,1,1,0.4719,0.3189,0.3089,1,0.6269,1,1,1,0.3117,0.6269,0.2408,1,1,1,1,1,0.28642711,0.444873065,0.014697591,1,1,1,1,1,0.361622423,0.526019096,0.341917038,1,1,1,1,1,0.474326164,0.520028591,0.580413243,0.580495029,0.580230496
-8560,1,0.4385,1,1,1,1,1,1,1,1,0.1432,0.4385,0.0342,1,0.3189,1,1,1,1,1,1,0.2363,0.3189,0.0853,1,0.6269,1,1,1,0.2524,0.6269,0,1,1,1,1,1,0.159104452,0.128139228,0.038905002,1,1,1,1,1,0.227246732,0.239632189,0.67926681,1,1,1,1,1,0.457181126,0,0.632612373,0.632748043,0.632978723
-8561,1,0.4385,1,1,1,1,1,1,1,1,0.0856,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0215,0.3189,0,1,0.6269,1,1,1,0.1871,0.6269,0,1,1,1,1,1,0.1510171,0,0.1501109,1,1,1,1,1,0.072846085,0,0.490142941,1,1,1,1,1,0.39378202,0,0.67677622,0.676750582,0.677304965
-8562,1,0.4385,1,1,1,1,1,1,1,1,0.1394,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0708,0.3189,0,1,0.6269,1,1,1,0.2474,0.6269,0,1,1,1,1,1,0.283996671,0,0.22248736,1,1,1,1,1,0.17030628,0,0.644459486,1,1,1,1,1,0.396279603,0,0.676292895,0.67632748,0.67641844
-8563,1,0.4385,1,1,1,1,1,1,1,1,0.1894,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1378,0.3189,0,1,0.6269,1,1,1,0.1501,0.6269,0,1,1,1,1,1,0.222307175,0,0.717617512,1,1,1,1,1,0.232263982,0,0.610659957,1,1,1,1,1,0.259351343,0,0.663907685,0.663845991,0.664007092
-8564,1,0.4385,1,1,1,1,1,1,1,1,0.2554,0.4385,0,1,0.3189,1,1,1,1,1,1,0.357,0.3189,0,1,0.6269,1,1,1,0.1439,0.6269,0,1,1,1,1,1,0.28293696,0,0.661156654,1,1,1,1,1,0.372507691,0,0.867667794,1,1,1,1,1,0.238388702,0,0.647474625,0.64755659,0.648049645
-8565,1,0.4385,1,1,1,1,1,1,1,1,0.2283,0.4385,0,1,0.3189,1,1,1,1,1,1,0.3347,0.3189,0,1,0.6269,1,1,1,0.166,0.6269,0,1,1,1,1,1,0.23229821,0,0.837358713,1,1,1,1,1,0.317135334,0,0.743637741,1,1,1,1,1,0.216352642,0,0.616843886,0.616670193,0.617021277
-8566,1,0.4385,1,1,1,1,1,1,1,1,0.2948,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1722,0.3189,0,1,0.6269,1,1,1,0.1078,0.6269,0,1,1,1,1,1,0.342633307,0,0.870871723,1,1,1,1,1,0.210560262,0,0.700236917,1,1,1,1,1,0.118511856,0,0.572982117,0.572879205,0.573138298
-8567,1,0.4385,1,1,1,1,1,1,1,1,0.449,0.4385,0,1,0.3189,1,1,1,1,1,1,0.3106,0.3189,0,1,0.6269,1,1,1,0.128,0.6269,0,1,1,1,1,1,0.532747269,0,0.575637281,1,1,1,1,1,0.429198354,0,0.65211314,1,1,1,1,1,0.141876072,0,0.521145481,0.521049291,0.521276596
-8568,1,0.4385,1,1,1,1,1,1,1,1,0.5322,0.4385,0,1,0.3189,1,1,1,1,1,1,0.257,0.3189,0,1,0.6269,1,1,1,0.137,0.6269,0,1,1,1,1,1,0.4513098,0,0.769750714,1,1,1,1,1,0.378816009,0,0.993583798,1,1,1,1,1,0.180562034,0,0.479760754,0.479796911,0.479609929
-8569,1,0.4385,1,1,1,1,1,1,1,1,0.4828,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2692,0.3189,0,1,0.6269,1,1,1,0.2195,0.6269,0,1,1,1,1,1,0.431335479,0,0.602164984,1,1,1,1,1,0.391910911,0,0.56994617,1,1,1,1,1,0.291149586,0,0.455775737,0.455680135,0.455673759
-8570,1,0.4385,1,1,1,1,1,1,1,1,0.4622,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1419,0.3189,0,1,0.6269,1,1,1,0.2576,0.6269,0,1,1,1,1,1,0.376579165,0,0.65346694,1,1,1,1,1,0.207200974,0,0.426544011,1,1,1,1,1,0.375446349,0,0.443390527,0.443410197,0.443262411
-8571,1,0.4385,1,1,1,1,1,1,1,1,0.3792,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1534,0.3189,0,1,0.6269,1,1,1,0.2782,0.6269,0,1,1,1,1,1,0.321633965,0,0.605450988,1,1,1,1,1,0.249492735,0,0.467077255,1,1,1,1,1,0.442304194,0,0.441155147,0.441083139,0.441046099
-8572,1,0.4385,1,1,1,1,1,1,1,1,0.3856,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1871,0.3189,0,1,0.6269,1,1,1,0.2529,0.6269,0,1,1,1,1,1,0.336801142,0,0.308108658,1,1,1,1,1,0.268667072,0,0.250716746,1,1,1,1,1,0.489084929,0,0.450882069,0.45081447,0.451241135
-8573,1,0.4385,1,1,1,1,1,1,1,1,0.3188,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2812,0.3189,0,1,0.6269,1,1,1,0.3266,0.6269,0,1,1,1,1,1,0.270376086,0,0.244316638,1,1,1,1,1,0.338786215,0,0.258046865,1,1,1,1,1,0.624104023,0,0.477283712,0.477258303,0.477393617
-8574,1,0.4385,1,1,1,1,1,1,1,1,0.2051,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1876,0.3189,0,1,0.6269,1,1,1,0.3767,0.6269,0,1,1,1,1,1,0.202263683,0,0.18443656,1,1,1,1,1,0.214364052,0,0.212507069,1,1,1,1,1,0.702093601,0,0.518426776,0.518510683,0.518617021
-8575,1,0.4385,1,1,1,1,1,1,1,1,0.1061,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2677,0.3189,0,1,0.6269,1,1,1,0.2997,0.6269,0,1,1,1,1,1,0.105008245,0,0.380501866,1,1,1,1,1,0.253935635,0,0.247564942,1,1,1,1,1,0.621995211,0,0.554917835,0.554897398,0.554964539
-8576,1,0.4384,1,1,1,1,1,1,1,1,0.1352,0.4384,0.2255,1,0.3189,1,1,1,1,1,1,0.1734,0.3189,0.1996,1,0.627,1,1,1,0.3126,0.627,0.1652,1,1,1,1,1,0.174275994,0.383286864,0.45866555,1,1,1,1,1,0.170466483,0.344298631,0.240032479,1,1,1,1,1,0.671337724,0.419778138,0.587179797,0.58726465,0.587322695
-8577,1,0.4382,1,1,1,1,1,1,1,1,0.1918,0.4382,0.4422,1,0.3189,1,1,1,1,1,1,0.1272,0.3189,0.3925,1,0.6271,1,1,1,0.3059,0.6271,0.3646,1,1,1,1,1,0.210683018,0.678470254,0.19199422,1,1,1,1,1,0.121492267,0.544966936,0.139052629,1,1,1,1,1,0.546967208,0.699351668,0.605244079,0.605246457,0.605496454
-8578,1,0.4381,1,1,1,1,1,1,1,1,0.1481,0.4381,0.5408,1,0.3189,1,1,1,1,1,1,0.1077,0.3189,0.5052,1,0.6272,1,1,1,0.1835,0.6272,0.4853,1,1,1,1,1,0.146053299,0.766658247,0.632569194,1,1,1,1,1,0.083881304,0.720754087,0.288114429,1,1,1,1,1,0.311656743,0.818118691,0.611346061,0.611381426,0.611702128
-8579,1,0.438,1,1,1,1,1,1,1,1,0.1637,0.438,0.6649,1,0.3189,1,1,1,1,1,1,0.0163,0.3189,0.6271,1,0.6273,1,1,1,0.3255,0.6273,0.5346,1,1,1,1,1,0.205447942,0.909654498,0.08245565,1,1,1,1,1,0.017148821,0.833440781,0.030080888,1,1,1,1,1,0.502684891,0.924545407,0.608385694,0.608419717,0.608599291
-8580,1,0.4378,1,1,1,1,1,1,1,1,0.0988,0.4378,0.6653,1,0.3189,1,1,1,1,1,1,0.01,0.3189,0.6283,1,0.6274,1,1,1,0.415,0.6274,0.5662,1,1,1,1,1,0.134313419,0.911120832,0.040766515,1,1,1,1,1,0.015458579,0.845905244,0,1,1,1,1,1,0.558065534,0.931040525,0.598598357,0.598688386,0.598847518
-8581,1,0.4377,1,1,1,1,1,1,1,1,0.07,0.4377,0.6232,1,0.3189,1,1,1,1,1,1,0.0008,0.3189,0.5558,1,0.6275,1,1,1,0.2688,0.6275,0.5376,1,1,1,1,1,0.100446895,0.853342891,0,1,1,1,1,1,0.002168536,0.718837798,0,1,1,1,1,1,0.39550209,0.88023138,0.590744321,0.590649461,0.590868794
-8582,1,0.4376,1,1,1,1,1,1,1,1,0.0655,0.4376,0.4789,1,0.3189,1,1,1,1,1,1,0,0.3189,0.3366,1,0.6276,1,1,1,0.3459,0.6276,0.4409,1,1,1,1,1,0.083306499,0.701078653,0,1,1,1,1,1,0,0.415539712,0,1,1,1,1,1,0.509147048,0.767633319,0.589173514,0.589168606,0.589095745
-8583,1,0.4374,1,1,1,1,1,1,1,1,0.0176,0.4374,0.2156,1,0.3189,1,1,1,1,1,1,0,0.3189,0.2418,1,0.6277,1,1,1,0.3294,0.6277,0.2847,1,1,1,1,1,0.02416929,0.345119506,0.005309603,1,1,1,1,1,0,0.465582103,0,1,1,1,1,1,0.535685122,0.549155712,0.595094248,0.595092025,0.594858156
-8584,1,0.4373,1,1,1,1,1,1,1,1,0.0171,0.4373,0.0405,1,0.3189,1,1,1,1,1,1,0,0.3189,0.0936,1,0.6278,1,1,1,0.3931,0.6278,0,1,1,1,1,1,0.029897463,0.102507934,0.017946048,1,1,1,1,1,0,0.202526644,0,1,1,1,1,1,0.69914341,4.76E-05,0.641372644,0.64142162,0.641400709
-8585,1,0.4372,1,1,1,1,1,1,1,1,0.0193,0.4372,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6279,1,1,1,0.315,0.6279,0,1,1,1,1,1,0.033580743,0,0.012539168,1,1,1,1,1,0,0,0,1,1,1,1,1,0.616783023,0,0.666747221,0.6668077,0.666666667
-8586,1,0.437,1,1,1,1,1,1,1,1,0.0035,0.437,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.628,1,1,1,0.2583,0.628,0,1,1,1,1,1,0.005703936,0,0.004846581,1,1,1,1,1,1.01E-05,0,0,1,1,1,1,1,0.490460038,0,0.640526825,0.640575418,0.640514184
-8587,1,0.4369,1,1,1,1,1,1,1,1,0.0003,0.4369,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6281,1,1,1,0.2149,0.6281,0,1,1,1,1,1,4.32E-05,0,0.000310163,1,1,1,1,1,0,0,0,1,1,1,1,1,0.449158162,0,0.614366844,0.614343135,0.614361702
-8588,1,0.4368,1,1,1,1,1,1,1,1,0.0005,0.4368,0,1,0.3189,1,1,1,1,1,1,0.0302,0.3189,0,1,0.6282,1,1,1,0.282,0.6282,0,1,1,1,1,1,0.002212907,0,0,1,1,1,1,1,0.049515229,0,0.017875131,1,1,1,1,1,0.440487087,0,0.59757129,0.597630633,0.59751773
-8589,1,0.4366,1,1,1,1,1,1,1,1,0.0006,0.4366,0,1,0.3189,1,1,1,1,1,1,0.0126,0.3189,0,1,0.6283,1,1,1,0.2286,0.6283,0,1,1,1,1,1,0.001755118,0,0,1,1,1,1,1,0.030420361,0,0,1,1,1,1,1,0.387485594,0,0.581681972,0.581764333,0.582003546
-8590,1,0.4365,1,1,1,1,1,1,1,1,0.0009,0.4365,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6284,1,1,1,0.1591,0.6284,0,1,1,1,1,1,0.00046509,0,0.005944007,1,1,1,1,1,0.018283328,0,0.033590317,1,1,1,1,1,0.438768804,0,0.555582407,0.555743601,0.555851064
-8591,1,0.4364,1,1,1,1,1,1,1,1,0.0044,0.4364,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6285,1,1,1,0.1525,0.6285,0,1,1,1,1,1,0.005862666,0,0.060981996,1,1,1,1,1,0.020253353,0,0.210612595,1,1,1,1,1,0.339749306,0,0.518547608,0.518510683,0.518617021
-8592,1,0.4362,1,1,1,1,1,1,1,1,0.0074,0.4362,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6286,1,1,1,0.169,0.6286,0,1,1,1,1,1,0.012930295,0,0.093656033,1,1,1,1,1,0.005870254,0,0.23539713,1,1,1,1,1,0.285466433,0,0.480304495,0.480220013,0.480496454
-8593,1,0.4361,1,1,1,1,1,1,1,1,0.0067,0.4361,0,1,0.3189,1,1,1,1,1,1,0.0092,0.3189,0,1,0.6287,1,1,1,0.2533,0.6287,0,1,1,1,1,1,0.024806466,0,0.177074239,1,1,1,1,1,0.031447191,0,0.244531959,1,1,1,1,1,0.420542032,0,0.452754954,0.452718426,0.453014184
-8594,1,0.436,1,1,1,1,1,1,1,1,0.0136,0.436,0,1,0.3189,1,1,1,1,1,1,0.0065,0.3189,0,1,0.6288,1,1,1,0.3463,0.6288,0,1,1,1,1,1,0.037010171,0,0.324677527,1,1,1,1,1,0.034517039,0,0.271789253,1,1,1,1,1,0.453172445,0,0.436926051,0.436852126,0.437056738
-8595,1,0.4358,1,1,1,1,1,1,1,1,0.0153,0.4358,0,1,0.3189,1,1,1,1,1,1,0.0135,0.3189,0,1,0.6289,1,1,1,0.3404,0.6289,0,1,1,1,1,1,0.032149937,0,0.472911417,1,1,1,1,1,0.036578756,0,0.455642164,1,1,1,1,1,0.465081811,0,0.432515708,0.432621113,0.432624113
-8596,1,0.4357,1,1,1,1,1,1,1,1,0.0173,0.4357,0,1,0.3189,1,1,1,1,1,1,0.002,0.3189,0,1,0.629,1,1,1,0.2698,0.629,0,1,1,1,1,1,0.040972866,0,0.452639163,1,1,1,1,1,0.017673541,0,0.490049511,1,1,1,1,1,0.423980802,0,0.435596907,0.435582822,0.43572695
-8597,1,0.4356,1,1,1,1,1,1,1,1,0.0254,0.4356,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6291,1,1,1,0.3031,0.6291,0,1,1,1,1,1,0.065585867,0,0.414274454,1,1,1,1,1,0.009146949,0,0.601914704,1,1,1,1,1,0.419888228,0,0.449552924,0.449545166,0.449468085
-8598,1,0.4354,1,1,1,1,1,1,1,1,0.0105,0.4354,0,1,0.3188,1,1,1,1,1,1,0.0156,0.3188,0,1,0.6292,1,1,1,0.287,0.6292,0,1,1,1,1,1,0.019044427,0,0.395027876,1,1,1,1,1,0.021586282,0,0.326585352,1,1,1,1,1,0.379225641,0,0.476014983,0.475988999,0.47606383
-8599,1,0.4353,1,1,1,1,1,1,1,1,0.035,0.4353,0,1,0.3188,1,1,1,1,1,1,0,0.3188,0,1,0.6293,1,1,1,0.2305,0.6293,0,1,1,1,1,1,0.011415727,0,0.776921809,1,1,1,1,1,0.011536676,0,0.340186417,1,1,1,1,1,0.409295052,0,0.510089415,0.510048657,0.510195035
-8600,1,0.4352,1,1,1,1,1,1,1,1,0.0509,0.4352,0.0422,1,0.3188,1,1,1,1,1,1,0,0.3188,0.0391,1,0.6294,1,1,1,0.2022,0.6294,0.114,1,1,1,1,1,0.011266928,0.114220366,0.948553205,1,1,1,1,1,0.023897877,0.087135799,0.187702104,1,1,1,1,1,0.360067576,0.167386174,0.548936684,0.548973979,0.548758865
-8601,1,0.435,1,1,1,1,1,1,1,1,0.158,0.435,0.2161,1,0.3188,1,1,1,1,1,1,0,0.3188,0.2392,1,0.6295,1,1,1,0.1326,0.6295,0.2781,1,1,1,1,1,0.038765527,0.349505544,0.894963861,1,1,1,1,1,0.016631765,0.397153616,0.700323939,1,1,1,1,1,0.29245469,0.305399925,0.576486225,0.576475566,0.576684397
-8602,1,0.4349,1,1,1,1,1,1,1,1,0.0612,0.4349,0.3402,1,0.3188,1,1,1,1,1,1,0.0094,0.3188,0.3993,1,0.6296,1,1,1,0.0979,0.6296,0.3443,1,1,1,1,1,0.037297171,0.473316163,0.85211575,1,1,1,1,1,0.033204757,0.592004538,0.789045036,1,1,1,1,1,0.25278163,0.391186148,0.587361044,0.587476201,0.587322695
-8603,1,0.4347,1,1,1,1,1,1,1,1,0.1188,0.4347,0.3622,1,0.3188,1,1,1,1,1,1,0.0162,0.3188,0.4447,1,0.6297,1,1,1,0.0817,0.6297,0.3512,1,1,1,1,1,0.06919454,0.515651405,0.969266534,1,1,1,1,1,0.035187379,0.632384002,0.666620433,1,1,1,1,1,0.186618939,0.524286628,0.591831803,0.591707214,0.592198582
-8604,1,0.4346,1,1,1,1,1,1,1,1,0.1071,0.4346,0.3953,1,0.3188,1,1,1,1,1,1,0.082,0.3188,0.4565,1,0.6298,1,1,1,0.0962,0.6298,0.4206,1,1,1,1,1,0.069487616,0.594230056,0.96402657,1,1,1,1,1,0.087570377,0.641184151,0.734536409,1,1,1,1,1,0.152147189,0.484296203,0.586938134,0.586841549,0.586879433
-8605,1,0.4345,1,1,1,1,1,1,1,1,0.1218,0.4345,0.3981,1,0.3188,1,1,1,1,1,1,0.2748,0.3188,0.4883,1,0.6299,1,1,1,0.1493,0.6299,0.4422,1,1,1,1,1,0.070928022,0.618580759,0.952979326,1,1,1,1,1,0.248688012,0.623721659,0.49058193,1,1,1,1,1,0.167256951,0.432019651,0.572196713,0.572244553,0.572251773
-8606,1,0.4343,1,1,1,1,1,1,1,1,0.1386,0.4343,0.3761,1,0.3188,1,1,1,1,1,1,0.1895,0.3188,0.4657,1,0.63,1,1,1,0.1602,0.63,0.391,1,1,1,1,1,0.101416618,0.635409951,0.906621695,1,1,1,1,1,0.158808947,0.598685324,0.435352087,1,1,1,1,1,0.194027275,0.465476662,0.555038666,0.555108949,0.554964539
-8607,1,0.4342,1,1,1,1,1,1,1,1,0.2246,0.4342,0.2498,1,0.3188,1,1,1,1,1,1,0.2305,0.3188,0.3093,1,0.6301,1,1,1,0.2788,0.6301,0.2341,1,1,1,1,1,0.214351028,0.515002429,0.520662189,1,1,1,1,1,0.177112043,0.474760085,0.625482202,1,1,1,1,1,0.370208502,0.325402349,0.549540841,0.549608631,0.54964539
-8608,1,0.4341,1,1,1,1,1,1,1,1,0.1528,0.4341,0.0551,1,0.3188,1,1,1,1,1,1,0.2836,0.3188,0.0873,1,0.6302,1,1,1,0.344,0.6302,0,1,1,1,1,1,0.173900515,0.172665238,0.79646194,1,1,1,1,1,0.221392214,0.220415145,0.729834318,1,1,1,1,1,0.473429501,0,0.580836153,0.580706579,0.581117021
-8609,1,0.4339,1,1,1,1,1,1,1,1,0.1829,0.4339,0,1,0.3188,1,1,1,1,1,1,0.2113,0.3188,0,1,0.6303,1,1,1,0.3216,0.6303,0,1,1,1,1,1,0.28511259,0,0.963436961,1,1,1,1,1,0.222274989,0,1,1,1,1,1,1,0.490807623,0,0.607116965,0.607150413,0.607269504
-8610,1,0.4338,1,1,1,1,1,1,1,1,0.1843,0.4338,0,1,0.3188,1,1,1,1,1,1,0.213,0.3188,0,1,0.6304,1,1,1,0.3277,0.6304,0,1,1,1,1,1,0.287328571,0,0.89590621,1,1,1,1,1,0.210866898,0,0.590427041,1,1,1,1,1,0.53238523,0,0.606573224,0.606727311,0.606826241
-8611,1,0.4337,1,1,1,1,1,1,1,1,0.1525,0.4337,0,1,0.3188,1,1,1,1,1,1,0.0973,0.3188,0,1,0.6304,1,1,1,0.3296,0.6304,0,1,1,1,1,1,0.212861627,0,0.752109766,1,1,1,1,1,0.116523959,0,0.607496858,1,1,1,1,1,0.588430762,0,0.603673272,0.603765602,0.603723404
-8612,1,0.4335,1,1,1,1,1,1,1,1,0.1689,0.4335,0,1,0.3188,1,1,1,1,1,1,0.1053,0.3188,0,1,0.6305,1,1,1,0.4494,0.6305,0,1,1,1,1,1,0.269156396,0,0.955579937,1,1,1,1,1,0.146273106,0,0.981802106,1,1,1,1,1,0.646618903,0,0.597873369,0.597842183,0.597960993
-8613,1,0.4334,1,1,1,1,1,1,1,1,0.196,0.4334,0,1,0.3188,1,1,1,1,1,1,0.1605,0.3188,0,1,0.6306,1,1,1,0.4533,0.6306,0,1,1,1,1,1,0.263305336,0,0.831377625,1,1,1,1,1,0.196906224,0,0.672614694,1,1,1,1,1,0.673037112,0,0.57920493,0.579225725,0.579343972
-8614,1,0.4333,1,1,1,1,1,1,1,1,0.2097,0.4333,0,1,0.3188,1,1,1,1,1,1,0.1776,0.3188,0,1,0.6307,1,1,1,0.4856,0.6307,0,1,1,1,1,1,0.295965433,0,0.394245446,1,1,1,1,1,0.191484496,0,0.369229317,1,1,1,1,1,0.744321883,0,0.543076365,0.543050561,0.542996454
-8615,1,0.4331,1,1,1,1,1,1,1,1,0.2801,0.4331,0,1,0.3188,1,1,1,1,1,1,0.2229,0.3188,0,1,0.6308,1,1,1,0.4236,0.6308,0,1,1,1,1,1,0.309852719,0,0.688839138,1,1,1,1,1,0.25471893,0,0.506582797,1,1,1,1,1,0.695153654,0,0.502356211,0.502432833,0.502216312
-8616,1,0.433,1,1,1,1,1,1,1,1,0.2563,0.433,0,1,0.3188,1,1,1,1,1,1,0.1659,0.3188,0,1,0.6309,1,1,1,0.3859,0.6309,0,1,1,1,1,1,0.317867637,0,0.855991542,1,1,1,1,1,0.185961872,0,0.831839323,1,1,1,1,1,0.690031052,0,0.472269212,0.472181087,0.47251773
-8617,1,0.4329,1,1,1,1,1,1,1,1,0.2557,0.4329,0,1,0.3188,1,1,1,1,1,1,0.1432,0.3188,0,1,0.631,1,1,1,0.3683,0.631,0,1,1,1,1,1,0.336720735,0,0.646706104,1,1,1,1,1,0.206908822,0,0.680983484,1,1,1,1,1,0.69025135,0,0.455896568,0.455891686,0.455673759
-8618,1,0.4327,1,1,1,1,1,1,1,1,0.2809,0.4327,0,1,0.3188,1,1,1,1,1,1,0.1208,0.3188,0,1,0.6311,1,1,1,0.4236,0.6311,0,1,1,1,1,1,0.306324184,0,0.690807343,1,1,1,1,1,0.169843793,0,0.764309168,1,1,1,1,1,0.75810647,0,0.448525858,0.448698963,0.44858156
-8619,1,0.4326,1,1,1,1,1,1,1,1,0.248,0.4326,0,1,0.3188,1,1,1,1,1,1,0.1371,0.3188,0,1,0.6312,1,1,1,0.4258,0.6312,0,1,1,1,1,1,0.275286853,0,0.612138629,1,1,1,1,1,0.194082424,0,0.763127804,1,1,1,1,1,0.75542587,0,0.450761237,0.45081447,0.450797872
-8620,1,0.4325,1,1,1,1,1,1,1,1,0.2558,0.4325,0,1,0.3188,1,1,1,1,1,1,0.1333,0.3188,0,1,0.6313,1,1,1,0.4318,0.6313,0,1,1,1,1,1,0.329604268,0,0.675187588,1,1,1,1,1,0.203557193,0,0.736647367,1,1,1,1,1,0.768731177,0,0.46381102,0.463719061,0.464095745
-8621,1,0.4323,1,1,1,1,1,1,1,1,0.2243,0.4323,0,1,0.3188,1,1,1,1,1,1,0.1863,0.3188,0,1,0.6314,1,1,1,0.3905,0.6314,0,1,1,1,1,1,0.318690747,0,0.655909896,1,1,1,1,1,0.287269801,0,0.692649722,1,1,1,1,1,0.730799556,0,0.497281295,0.497355617,0.497340426
-8622,1,0.4322,1,1,1,1,1,1,1,1,0.1913,0.4322,0,1,0.3188,1,1,1,1,1,1,0.1968,0.3188,0,1,0.6315,1,1,1,0.2861,0.6315,0,1,1,1,1,1,0.272674948,0,0.730415523,1,1,1,1,1,0.305230528,0,0.426620185,1,1,1,1,1,0.673492908,0,0.55177622,0.551724138,0.551861702
-8623,1,0.4321,1,1,1,1,1,1,1,1,0.1091,0.4321,0,1,0.3188,1,1,1,1,1,1,0.135,0.3188,0,1,0.6316,1,1,1,0.2613,0.6316,0,1,1,1,1,1,0.225874931,0,0.423525572,1,1,1,1,1,0.191497535,0,0.190212846,1,1,1,1,1,0.602858484,0,0.593644273,0.59361117,0.593528369
-8624,1,0.4319,1,1,1,1,1,1,1,1,0.0944,0.4319,0.2042,1,0.3188,1,1,1,1,1,1,0.2083,0.3188,0.1539,1,0.6317,1,1,1,0.2214,0.6317,0.1886,1,1,1,1,1,0.167793542,0.347799867,0.445551932,1,1,1,1,1,0.277705431,0.25526458,0.301255524,1,1,1,1,1,0.51417172,0.421842277,0.621677139,0.621747409,0.621897163
-8625,1,0.4318,1,1,1,1,1,1,1,1,0.0459,0.4318,0.4346,1,0.3188,1,1,1,1,1,1,0.0735,0.3188,0.4034,1,0.6318,1,1,1,0.19,0.6318,0.4087,1,1,1,1,1,0.075413682,0.676382661,0.293731362,1,1,1,1,1,0.110099822,0.574243963,0.510404468,1,1,1,1,1,0.38987577,0.700183868,0.639318511,0.639306114,0.639184397
-8626,1,0.4317,1,1,1,1,1,1,1,1,0.0103,0.4317,0.5342,1,0.3188,1,1,1,1,1,1,0.0866,0.3188,0.4186,1,0.6319,1,1,1,0.0571,0.6319,0.5598,1,1,1,1,1,0.004714091,0.753408194,0.559952796,1,1,1,1,1,0.071593836,0.485504568,0.993142962,1,1,1,1,1,0.05242569,0.827424645,0.648320445,0.648402792,0.648492908
-8627,1,0.4315,1,1,1,1,1,1,1,1,0.0212,0.4315,0.4958,1,0.3188,1,1,1,1,1,1,0.0838,0.3188,0.3768,1,0.632,1,1,1,0.0647,0.632,0.6389,1,1,1,1,1,0.00883499,0.687268317,0.72121954,1,1,1,1,1,0.100663111,0.485465795,0.84084928,1,1,1,1,1,0.127444044,0.917825997,0.651341228,0.651364502,0.651595745
-8628,1,0.4314,1,1,1,1,1,1,1,1,0.0397,0.4314,0.4244,1,0.3188,1,1,1,1,1,1,0.045,0.3188,0.2969,1,0.6321,1,1,1,0.0448,0.6321,0.6471,1,1,1,1,1,0.013514856,0.555034339,0.864030063,1,1,1,1,1,0.059058368,0.374854982,0.936018348,1,1,1,1,1,0.056486476,0.924626887,0.648622523,0.648614343,0.64893617
-8629,1,0.4313,1,1,1,1,1,1,1,1,0.0458,0.4313,0.2468,1,0.3188,1,1,1,1,1,1,0.0786,0.3188,0.241,1,0.6322,1,1,1,0.0243,0.6322,0.5652,1,1,1,1,1,0.017854149,0.383390874,0.831816673,1,1,1,1,1,0.094731018,0.326519877,1,1,1,1,1,1,0.028471911,0.755018294,0.647051716,0.647133488,0.647163121
-8630,1,0.4311,1,1,1,1,1,1,1,1,0.0474,0.4311,0.2304,1,0.3188,1,1,1,1,1,1,0.0499,0.3188,0.1715,1,0.6323,1,1,1,0.0282,0.6323,0.3799,1,1,1,1,1,0.011535533,0.298776478,0.830788553,1,1,1,1,1,0.086966336,0.228116363,1,1,1,1,1,1,0.037540801,0.487985432,0.645299662,0.645441083,0.645833333
-8631,1,0.431,1,1,1,1,1,1,1,1,0.0536,0.431,0.0783,1,0.3188,1,1,1,1,1,1,0.0665,0.3188,0.0827,1,0.6324,1,1,1,0.0411,0.6324,0.1802,1,1,1,1,1,0.023131967,0.125839055,0.799941778,1,1,1,1,1,0.13505742,0.117600285,1,1,1,1,1,1,0.08043582,0.234379023,0.654966167,0.654960863,0.655141844
-8632,1,0.4308,1,1,1,1,1,1,1,1,0.1679,0.4308,0,1,0.3187,1,1,1,1,1,1,0.1707,0.3187,0,1,0.6325,1,1,1,0.0826,0.6325,0,1,1,1,1,1,0.116001248,0,0.914940834,1,1,1,1,1,0.276016265,0,1,1,1,1,1,1,0.14536874,0,0.702634123,0.702559763,0.702570922
-8633,1,0.4307,1,1,1,1,1,1,1,1,0.1461,0.4307,0,1,0.3187,1,1,1,1,1,1,0.4444,0.3187,0,1,0.6326,1,1,1,0.1528,0.6326,0,1,1,1,1,1,0.151329994,0,0.966781974,1,1,1,1,1,0.608157635,0,1,1,1,1,1,1,0.268557221,0,0.731331561,0.731330654,0.731826241
-8634,1,0.4306,1,1,1,1,1,1,1,1,0.2246,0.4306,0,1,0.3187,1,1,1,1,1,1,0.7044,0.3187,0,1,0.6327,1,1,1,0.1861,0.6327,0,1,1,1,1,1,0.277118236,0,1,1,1,1,1,1,0.796442568,0,1,1,1,1,1,1,0.341130733,0,0.723779604,0.72371483,0.723847518
-8635,1,0.4304,1,1,1,1,1,1,1,1,0.1957,0.4304,0,1,0.3187,1,1,1,1,1,1,0.686,0.3187,0,1,0.6328,1,1,1,0.0165,0.6328,0,1,1,1,1,1,0.084489599,0,1,1,1,1,1,1,0.572376192,0,1,1,1,1,1,1,0.030613733,0,0.704386177,0.704463719,0.704787234
-8636,1,0.4303,1,1,1,1,1,1,1,1,0.2559,0.4303,0,1,0.3187,1,1,1,1,1,1,0.6916,0.3187,0,1,0.6329,1,1,1,0.0179,0.6329,0,1,1,1,1,1,0.111174576,0,1,1,1,1,1,1,0.538753152,0,1,1,1,1,1,1,0.032740761,0,0.678407443,0.678442987,0.678634752
-8637,1,0.4302,1,1,1,1,1,1,1,1,0.7404,0.4302,0,1,0.3187,1,1,1,1,1,1,0.9179,0.3187,0,1,0.633,1,1,1,0.0989,0.633,0,1,1,1,1,1,0.749126434,0,1,1,1,1,1,1,0.930229723,0,1,1,1,1,1,1,0.19264473,0,0.636962301,0.636979056,0.637411348
-8638,1,0.43,1,1,1,1,1,1,1,1,0.8564,0.43,0,1,0.3187,1,1,1,1,1,1,0.9626,0.3187,0,1,0.6331,1,1,1,0.1638,0.6331,0,1,1,1,1,1,0.83427906,0,1,1,1,1,1,1,0.952916265,0,1,1,1,1,1,1,0.338855147,0,0.583494442,0.583456738,0.583776596
-8639,1,0.4299,1,1,1,1,1,1,1,1,0.7295,0.4299,0,1,0.3187,1,1,1,1,1,1,0.968,0.3187,0,1,0.6332,1,1,1,0.1998,0.6332,0,1,1,1,1,1,0.605374753,0,1,1,1,1,1,1,0.960092068,0,0,1,1,1,1,1,0.40723151,0,0.529603673,0.529722869,0.529698582
-8640,1,0.4298,1,1,1,1,1,1,1,1,0.7777,0.4298,0,1,0.3187,1,1,1,1,1,1,0.9661,0.3187,0,1,0.6333,1,1,1,0.2101,0.6333,0,1,1,1,1,1,0.645279288,0,0.357875049,1,1,1,1,1,0.966411531,0,0,1,1,1,1,1,0.377798766,0,0.490454326,0.490585995,0.490691489
-8641,1,0.4296,1,1,1,1,1,1,1,1,0.8301,0.4296,0,1,0.3187,1,1,1,1,1,1,0.9682,0.3187,0,1,0.6334,1,1,1,0.2174,0.6334,0,1,1,1,1,1,0.693132281,0,0,1,1,1,1,1,0.965462983,0,0,1,1,1,1,1,0.387602836,0,0.468946351,0.468796277,0.468971631
-8642,1,0.4295,1,1,1,1,1,1,1,1,0.8819,0.4295,0,1,0.3187,1,1,1,1,1,1,0.9544,0.3187,0,1,0.6335,1,1,1,0.2958,0.6335,0,1,1,1,1,1,0.74372822,0,0,1,1,1,1,1,0.955827355,0,0,1,1,1,1,1,0.459880292,0,0.457769454,0.457795642,0.457890071
-8643,1,0.4294,1,1,1,1,1,1,1,1,0.9209,0.4294,0,1,0.3187,1,1,1,1,1,1,0.9721,0.3187,0,1,0.6336,1,1,1,0.3878,0.6336,0,1,1,1,1,1,0.877031088,0,0,1,1,1,1,1,0.969259202,0,0,1,1,1,1,1,0.485814899,0,0.450761237,0.45081447,0.450797872
-8644,1,0.4292,1,1,1,1,1,1,1,1,0.9755,0.4292,0,1,0.3187,1,1,1,1,1,1,0.9689,0.3187,0,1,0.6337,1,1,1,0.4998,0.6337,0,1,1,1,1,1,0.985364795,0,0,1,1,1,1,1,0.972181082,0,1,1,1,1,1,1,0.607357204,0,0.462240213,0.462238206,0.462322695
-8645,1,0.4291,1,1,1,1,1,1,1,1,0.8933,0.4291,0,1,0.3187,1,1,1,1,1,1,0.9346,0.3187,0,1,0.6338,1,1,1,0.6052,0.6338,0,1,1,1,1,1,0.968458235,0,0,1,1,1,1,1,0.945392847,0,1,1,1,1,1,1,0.774779141,0,0.492327211,0.492278401,0.492464539
-8646,1,0.429,1,1,1,1,1,1,1,1,0.8927,0.429,0,1,0.3187,1,1,1,1,1,1,0.9537,0.3187,0,1,0.6339,1,1,1,0.6472,0.6339,0,1,1,1,1,1,0.908490658,0,0.27057898,1,1,1,1,1,0.96148932,0,1,1,1,1,1,1,0.810255826,0,0.538666022,0.538819547,0.53856383
-8647,1,0.4288,1,1,1,1,1,1,1,1,0.8413,0.4288,0,1,0.3187,1,1,1,1,1,1,0.7894,0.3187,0,1,0.634,1,1,1,0.7485,0.634,0,1,1,1,1,1,0.82369715,0,0.897758722,1,1,1,1,1,0.853248298,0,1,1,1,1,1,1,0.904126406,0,0.58240696,0.582398985,0.582446809
-8648,1,0.4287,1,1,1,1,1,1,1,1,0.657,0.4287,0.0002,1,0.3187,1,1,1,1,1,1,0.8473,0.3187,0,1,0.6341,1,1,1,0.6943,0.6341,0,1,1,1,1,1,0.828188956,0,1,1,1,1,1,1,0.883508086,0,1,1,1,1,1,1,0.845290899,0,0.610560657,0.610535223,0.610815603
-8649,1,0.4286,1,1,1,1,1,1,1,1,0.6413,0.4286,0.0078,1,0.3187,1,1,1,1,1,1,0.8842,0.3187,0.0695,1,0.6342,1,1,1,0.8077,0.6342,0.017,1,1,1,1,1,0.852036119,0.045798216,1,1,1,1,1,1,0.841445625,0.07095848,0.839326739,1,1,1,1,1,0.874108911,0.000919545,0.636116481,0.636132854,0.636524823
-8650,1,0.4284,1,1,1,1,1,1,1,1,0.6411,0.4284,0.1472,1,0.3187,1,1,1,1,1,1,0.74,0.3187,0.2418,1,0.6343,1,1,1,0.9157,0.6343,0.0728,1,1,1,1,1,0.880368412,0.242150843,1,1,1,1,1,1,0.714048862,0.177136913,0.395934343,1,1,1,1,1,0.940596282,0.027204953,0.65242871,0.652422255,0.65248227
-8651,1,0.4283,1,1,1,1,1,1,1,1,0.728,0.4283,0.2069,1,0.3187,1,1,1,1,1,1,0.8091,0.3187,0.1787,1,0.6344,1,1,1,0.9146,0.6344,0.1303,1,1,1,1,1,0.922442257,0.279382169,0.989354134,1,1,1,1,1,0.849153042,0.160283893,0.80314219,1,1,1,1,1,0.940597951,0.158742428,0.659618173,0.659614978,0.66001773
-8652,1,0.4282,1,1,1,1,1,1,1,1,0.7036,0.4282,0.1823,1,0.3187,1,1,1,1,1,1,0.8337,0.3187,0.1451,1,0.6345,1,1,1,0.8843,0.6345,0.1327,1,1,1,1,1,0.903675556,0.245176241,0.955797672,1,1,1,1,1,0.859429896,0.167406768,0.614548743,1,1,1,1,1,0.944916487,0.261635274,0.657201547,0.65728792,0.657358156
-8653,1,0.428,1,1,1,1,1,1,1,1,0.638,0.428,0.1913,1,0.3187,1,1,1,1,1,1,0.9292,0.3187,0.1183,1,0.6346,1,1,1,0.9062,0.6346,0.0959,1,1,1,1,1,0.798094988,0.240847692,0.898260772,1,1,1,1,1,0.90344733,0.145968229,1,1,1,1,1,1,0.948046684,0.209441155,0.65297245,0.653056907,0.653368794
-8654,1,0.4279,1,1,1,1,1,1,1,1,0.4915,0.4279,0.1432,1,0.3187,1,1,1,1,1,1,0.9723,0.3187,0.1075,1,0.6347,1,1,1,0.9258,0.6347,0.1055,1,1,1,1,1,0.745840371,0.15815258,0.756374419,1,1,1,1,1,0.944867969,0.21657449,1,1,1,1,1,1,0.932254016,0.199818224,0.646810053,0.646710387,0.647163121
-8655,1,0.4278,1,1,1,1,1,1,1,1,0.5544,0.4278,0.0465,1,0.3187,1,1,1,1,1,1,0.9742,0.3187,0.0789,1,0.6348,1,1,1,0.9109,0.6348,0.0587,1,1,1,1,1,0.677139342,0.031952683,0.725794435,1,1,1,1,1,0.96001339,0.25710991,1,1,1,1,1,1,0.956574142,0.057549145,0.651341228,0.651364502,0.651595745
-8656,1,0.4276,1,1,1,1,1,1,1,1,0.721,0.4276,0,1,0.3187,1,1,1,1,1,1,0.966,0.3187,0.0027,1,0.6349,1,1,1,0.8948,0.6349,0,1,1,1,1,1,0.716452479,0,0.892147303,1,1,1,1,1,0.936015368,0.041455399,1,1,1,1,1,1,0.965931296,0,0.691638473,0.691770679,0.691932624
-8657,1,0.4275,1,1,1,1,1,1,1,1,0.8176,0.4275,0,1,0.3187,1,1,1,1,1,1,0.93,0.3187,0,1,0.635,1,1,1,0.863,0.635,0,1,1,1,1,1,0.758451521,0,1,1,1,1,1,1,0.919937849,0,1,1,1,1,1,1,0.941023827,0,0.725833736,0.725830336,0.72606383
-8658,1,0.4274,1,1,1,1,1,1,1,1,0.8452,0.4274,0,1,0.3187,1,1,1,1,1,1,0.8988,0.3187,0,1,0.6351,1,1,1,0.8614,0.6351,0,1,1,1,1,1,0.776959658,0,1,1,1,1,1,1,0.885898113,0,1,1,1,1,1,1,0.935225427,0,0.716348478,0.716522107,0.716755319
-8659,1,0.4272,1,1,1,1,1,1,1,1,0.6948,0.4272,0,1,0.3187,1,1,1,1,1,1,0.6914,0.3187,0,1,0.6352,1,1,1,0.8193,0.6352,0,1,1,1,1,1,0.659808755,0,1,1,1,1,1,1,0.693147719,0,1,1,1,1,1,1,0.879906118,0,0.695263412,0.69536704,0.695478723
-8660,1,0.4271,1,1,1,1,1,1,1,1,0.7996,0.4271,0,1,0.3187,1,1,1,1,1,1,0.8005,0.3187,0,1,0.6353,1,1,1,0.7397,0.6353,0,1,1,1,1,1,0.744940162,0,1,1,1,1,1,1,0.806102574,0,1,1,1,1,1,1,0.731100559,0,0.667895118,0.667865454,0.667996454
-8661,1,0.4269,1,1,1,1,1,1,1,1,0.5746,0.4269,0,1,0.3187,1,1,1,1,1,1,0.8701,0.3187,0,1,0.6354,1,1,1,0.7018,0.6354,0,1,1,1,1,1,0.517193615,0,1,1,1,1,1,1,0.81883359,0,1,1,1,1,1,1,0.70193851,0,0.626933301,0.626824624,0.62677305
-8662,1,0.4268,1,1,1,1,1,1,1,1,0.5119,0.4268,0,1,0.3187,1,1,1,1,1,1,0.9232,0.3187,0,1,0.6355,1,1,1,0.6963,0.6355,0,1,1,1,1,1,0.485017329,0,1,1,1,1,1,1,0.876730323,0,1,1,1,1,1,1,0.648173928,0,0.573405027,0.573513857,0.57358156
-8663,1,0.4267,1,1,1,1,1,1,1,1,0.4943,0.4267,0,1,0.3187,1,1,1,1,1,1,0.9494,0.3187,0,1,0.6356,1,1,1,0.765,0.6356,0,1,1,1,1,1,0.527080536,0,1,1,1,1,1,1,0.874893904,0,1,1,1,1,1,1,0.731531799,0,0.522474625,0.522530146,0.522606383
-8664,1,0.4265,1,1,1,1,1,1,1,1,0.4734,0.4265,0,1,0.3187,1,1,1,1,1,1,0.9204,0.3187,0,1,0.6357,1,1,1,0.8564,0.6357,0,1,1,1,1,1,0.533333302,0,1,1,1,1,1,1,0.819522202,0,1,1,1,1,1,1,0.848946631,0,0.486164814,0.486143431,0.486258865
-8665,1,0.4264,1,1,1,1,1,1,1,1,0.6451,0.4264,0,1,0.3186,1,1,1,1,1,1,0.9977,0.3186,0,1,0.6358,1,1,1,0.8721,0.6358,0,1,1,1,1,1,0.751148701,0,1,1,1,1,1,1,0.91029942,0,1,1,1,1,1,1,0.919492245,0,0.467194297,0.467315422,0.467198582
-8666,1,0.4263,1,1,1,1,1,1,1,1,0.6446,0.4263,0,1,0.3186,1,1,1,1,1,1,0.9878,0.3186,0,1,0.6359,1,1,1,0.8686,0.6359,0,1,1,1,1,1,0.809195876,0,1,1,1,1,1,1,0.922051907,0,1,1,1,1,1,1,0.921942413,0,0.457950701,0.457795642,0.457890071
-8667,1,0.4261,1,1,1,1,1,1,1,1,0.7488,0.4261,0,1,0.3186,1,1,1,1,1,1,0.9638,0.3186,0,1,0.636,1,1,1,0.8978,0.636,0,1,1,1,1,1,0.867663622,0,1,1,1,1,1,1,0.923931003,0,1,1,1,1,1,1,0.92727375,0,0.45698405,0.456949439,0.457003546
-8668,1,0.426,1,1,1,1,1,1,1,1,0.7845,0.426,0,1,0.3186,1,1,1,1,1,1,0.721,0.3186,0,1,0.6361,1,1,1,0.8828,0.6361,0,1,1,1,1,1,0.768792212,0,1,1,1,1,1,1,0.745340049,0,1,1,1,1,1,1,0.908144951,0,0.468342194,0.468373175,0.468085106
-8669,1,0.4259,1,1,1,1,1,1,1,1,0.8226,0.4259,0,1,0.3186,1,1,1,1,1,1,0.6269,0.3186,0,1,0.6362,1,1,1,0.9205,0.6362,0,1,1,1,1,1,0.729564071,0,1,1,1,1,1,1,0.646764636,0,1,1,1,1,1,1,0.964606762,0,0.500966651,0.500951978,0.500886525
-8670,1,0.4257,1,1,1,1,1,1,1,1,0.7389,0.4257,0,1,0.3186,1,1,1,1,1,1,0.5617,0.3186,0,1,0.6363,1,1,1,0.9061,0.6363,0,1,1,1,1,1,0.653755963,0,1,1,1,1,1,1,0.536169529,0,1,1,1,1,1,1,0.96692276,0,0.553165781,0.553204993,0.553191489
-8671,1,0.4256,1,1,1,1,1,1,1,1,0.5745,0.4256,0,1,0.3186,1,1,1,1,1,1,0.4125,0.3186,0,1,0.6364,1,1,1,0.8857,0.6364,0,1,1,1,1,1,0.525861204,0,1,1,1,1,1,1,0.408715874,0,1,1,1,1,1,1,0.944746792,0,0.592375544,0.592341866,0.592641844
-8672,1,0.4255,1,1,1,1,1,1,1,1,0.5193,0.4255,0.2081,1,0.3186,1,1,1,1,1,1,0.7087,0.3186,0.1748,1,0.6365,1,1,1,0.8181,0.6365,0.1358,1,1,1,1,1,0.548092961,0.374518454,1,1,1,1,1,1,0.613794506,0.257463515,1,1,1,1,1,1,0.918360353,0.27947861,0.618958434,0.61899725,0.619237589
-8673,1,0.4253,1,1,1,1,1,1,1,1,0.5888,0.4253,0.4198,1,0.3186,1,1,1,1,1,1,0.7162,0.3186,0.3271,1,0.6366,1,1,1,0.8367,0.6366,0.3428,1,1,1,1,1,0.513987124,0.611029863,1,1,1,1,1,1,0.646267295,0.483674794,1,1,1,1,1,1,0.936335504,0.632793069,0.634001933,0.634017347,0.634308511
-8674,1,0.4252,1,1,1,1,1,1,1,1,0.6577,0.4252,0.5566,1,0.3186,1,1,1,1,1,1,0.8245,0.3186,0.4408,1,0.6367,1,1,1,0.8122,0.6367,0.4382,1,1,1,1,1,0.637227297,0.741605103,1,1,1,1,1,1,0.735983789,0.580325484,1,1,1,1,1,1,0.923455,0.80376482,0.638835186,0.638883012,0.639184397
-8675,1,0.4251,1,1,1,1,1,1,1,1,0.5096,0.4251,0.6148,1,0.3186,1,1,1,1,1,1,0.7637,0.3186,0.5595,1,0.6368,1,1,1,0.7377,0.6368,0.4737,1,1,1,1,1,0.516869366,0.814595222,0.997066259,1,1,1,1,1,0.692294776,0.746157527,1,1,1,1,1,1,0.868557572,0.885825157,0.634847753,0.63486355,0.635195035
-8676,1,0.4249,1,1,1,1,1,1,1,1,0.5719,0.4249,0.6451,1,0.3186,1,1,1,1,1,1,0.8367,0.3186,0.6512,1,0.6369,1,1,1,0.6597,0.6369,0.505,1,1,1,1,1,0.62162143,0.867227376,0.92193985,1,1,1,1,1,0.761766732,0.847361028,0.897545874,1,1,1,1,1,0.826635063,0.897845864,0.625604157,0.625766871,0.625886525
-8677,1,0.4248,1,1,1,1,1,1,1,1,0.538,0.4248,0.6373,1,0.3186,1,1,1,1,1,1,0.6455,0.3186,0.64,1,0.637,1,1,1,0.6801,0.637,0.4649,1,1,1,1,1,0.60992974,0.8566764,0.573141098,1,1,1,1,1,0.549152493,0.851817548,0.582051039,1,1,1,1,1,0.883044481,0.854972303,0.617870952,0.617727946,0.618351064
-8678,1,0.4247,1,1,1,1,1,1,1,1,0.4281,0.4247,0.5305,1,0.3186,1,1,1,1,1,1,0.5283,0.3186,0.5406,1,0.6371,1,1,1,0.7738,0.6371,0.4116,1,1,1,1,1,0.532329261,0.775315166,0.368360668,1,1,1,1,1,0.427319676,0.766511023,0.617952704,1,1,1,1,1,0.893621087,0.750390768,0.611285645,0.611381426,0.611702128
-8679,1,0.4245,1,1,1,1,1,1,1,1,0.2509,0.4245,0.3574,1,0.3186,1,1,1,1,1,1,0.3322,0.3186,0.3785,1,0.6372,1,1,1,0.7545,0.6372,0.2596,1,1,1,1,1,0.327587396,0.59434551,0.371379673,1,1,1,1,1,0.256255686,0.598395467,0.516850531,1,1,1,1,1,0.910796762,0.541048586,0.613037699,0.613073831,0.613031915
-8680,1,0.4244,1,1,1,1,1,1,1,1,0.1941,0.4244,0.1069,1,0.3186,1,1,1,1,1,1,0.4271,0.3186,0.1241,1,0.6373,1,1,1,0.6424,0.6373,0,1,1,1,1,1,0.296020716,0.247777194,0.193471879,1,1,1,1,1,0.340823412,0.257040352,0.336696625,1,1,1,1,1,0.896974027,0.046163246,0.659557757,0.659614978,0.66001773
-8681,1,0.4243,1,1,1,1,1,1,1,1,0.2641,0.4243,0,1,0.3186,1,1,1,1,1,1,0.3746,0.3186,0,1,0.6374,1,1,1,0.6062,0.6374,0,1,1,1,1,1,0.404414445,0,0.208515614,1,1,1,1,1,0.365324765,0,0.304961532,1,1,1,1,1,0.836711645,0,0.705654906,0.705733023,0.705673759
-8682,1,0.4241,1,1,1,1,1,1,1,1,0.3503,0.4241,0,1,0.3186,1,1,1,1,1,1,0.4781,0.3186,0,1,0.6375,1,1,1,0.5328,0.6375,0,1,1,1,1,1,0.537481248,0,0.166442037,1,1,1,1,1,0.505841255,0,0.34814164,1,1,1,1,1,0.796250761,0,0.698646689,0.698751851,0.69858156
-8683,1,0.424,1,1,1,1,1,1,1,1,0.2852,0.424,0,1,0.3186,1,1,1,1,1,1,0.317,0.3186,0,1,0.6376,1,1,1,0.5175,0.6376,0,1,1,1,1,1,0.394012511,0,0.139788836,1,1,1,1,1,0.324774593,0,0.33537358,1,1,1,1,1,0.841002345,0,0.679676172,0.679712291,0.679521277
-8684,1,0.4239,1,1,1,1,1,1,1,1,0.1706,0.4239,0,1,0.3186,1,1,1,1,1,1,0.1695,0.3186,0,1,0.6377,1,1,1,0.5081,0.6377,0,1,1,1,1,1,0.155775622,0,0.366923869,1,1,1,1,1,0.148198664,0,0.429098189,1,1,1,1,1,0.813445866,0,0.657382794,0.657499471,0.657358156
-8685,1,0.4237,1,1,1,1,1,1,1,1,0.1199,0.4237,0,1,0.3186,1,1,1,1,1,1,0.219,0.3186,0,1,0.6378,1,1,1,0.3548,0.6378,0,1,1,1,1,1,0.164832801,0,0.274499834,1,1,1,1,1,0.195388421,0,0.385120153,1,1,1,1,1,0.667150974,0,0.623247946,0.623228263,0.62322695
-8686,1,0.4236,1,1,1,1,1,1,1,1,0.1463,0.4236,0,1,0.3186,1,1,1,1,1,1,0.1745,0.3186,0,1,0.6378,1,1,1,0.391,0.6378,0,1,1,1,1,1,0.287210196,0,0.157187626,1,1,1,1,1,0.173965305,0,0.250126183,1,1,1,1,1,0.746344149,0,0.578057032,0.577956421,0.578014184
-8687,1,0.4234,1,1,1,1,1,1,1,1,0.1546,0.4234,0,1,0.3186,1,1,1,1,1,1,0.149,0.3186,0,1,0.6379,1,1,1,0.4564,0.6379,0,1,1,1,1,1,0.286118388,0,0.086080745,1,1,1,1,1,0.138873488,0,0.08942645,1,1,1,1,1,0.761337876,0,0.529059932,0.529088217,0.529255319
-8688,1,0.4233,1,1,1,1,1,1,1,1,0.1072,0.4233,0,1,0.3186,1,1,1,1,1,1,0.1342,0.3186,0,1,0.638,1,1,1,0.5017,0.638,0,1,1,1,1,1,0.164425045,0,0.072092064,1,1,1,1,1,0.08737509,0,0.046657857,1,1,1,1,1,0.76030004,0,0.492931368,0.492913053,0.492907801
-8689,1,0.4232,1,1,1,1,1,1,1,1,0.1554,0.4232,0,1,0.3186,1,1,1,1,1,1,0.2439,0.3186,0,1,0.6381,1,1,1,0.5281,0.6381,0,1,1,1,1,1,0.274272233,0,0.026546413,1,1,1,1,1,0.195172533,0,0.038495552,1,1,1,1,1,0.812309384,0,0.471362977,0.471334885,0.471631206
-8690,1,0.423,1,1,1,1,1,1,1,1,0.1944,0.423,0,1,0.3186,1,1,1,1,1,1,0.2518,0.3186,0,1,0.6382,1,1,1,0.4998,0.6382,0,1,1,1,1,1,0.306680143,0,0.056289174,1,1,1,1,1,0.201544896,0,0.16977933,1,1,1,1,1,0.746996522,0,0.460790237,0.460757351,0.460992908
-8691,1,0.4229,1,1,1,1,1,1,1,1,0.1724,0.4229,0,1,0.3186,1,1,1,1,1,1,0.2309,0.3186,0,1,0.6383,1,1,1,0.4046,0.6383,0,1,1,1,1,1,0.281687438,0,0.026974875,1,1,1,1,1,0.170942634,0,0.079294771,1,1,1,1,1,0.626451194,0,0.455534074,0.455680135,0.455673759
-8692,1,0.4228,1,1,1,1,1,1,1,1,0.1663,0.4228,0,1,0.3186,1,1,1,1,1,1,0.1058,0.3186,0,1,0.6384,1,1,1,0.3604,0.6384,0,1,1,1,1,1,0.273750067,0,0.015436511,1,1,1,1,1,0.084718093,0,0.044451833,1,1,1,1,1,0.610622644,0,0.458252779,0.458218743,0.458333333
-8693,1,0.4226,1,1,1,1,1,1,1,1,0.1246,0.4226,0,1,0.3186,1,1,1,1,1,1,0.0138,0.3186,0,1,0.6385,1,1,1,0.3082,0.6385,0,1,1,1,1,1,0.239452288,0,0.004229959,1,1,1,1,1,0.017200237,0,0,1,1,1,1,1,0.465783924,0,0.473598357,0.473661942,0.473847518
-8694,1,0.4225,1,1,1,1,1,1,1,1,0.0952,0.4225,0,1,0.3186,1,1,1,1,1,1,0,0.3186,0,1,0.6386,1,1,1,0.3159,0.6386,0,1,1,1,1,1,0.211923972,0,0.012757323,1,1,1,1,1,0.001071126,0,0,1,1,1,1,1,0.484659404,0,0.500966651,0.500951978,0.500886525
-8695,1,0.4224,1,1,1,1,1,1,1,1,0.0329,0.4224,0,1,0.3186,1,1,1,1,1,1,0,0.3186,0,1,0.6387,1,1,1,0.2655,0.6387,0,1,1,1,1,1,0.049121249,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0.413777858,0,0.531476559,0.531626825,0.531914894
-8696,1,0.4222,1,1,1,1,1,1,1,1,0.0194,0.4222,0.0379,1,0.3186,1,1,1,1,1,1,0.0039,0.3186,0.0372,1,0.6388,1,1,1,0.295,0.6388,0.1116,1,1,1,1,1,0.05458615,0.086091973,0.015118633,1,1,1,1,1,0.001877781,0.110161319,0,1,1,1,1,1,0.454890847,0.253086686,0.568934268,0.568859742,0.569148936
-8697,1,0.4221,1,1,1,1,1,1,1,1,0.0068,0.4221,0.2093,1,0.3186,1,1,1,1,1,1,0.0624,0.3186,0.2143,1,0.6389,1,1,1,0.2312,0.6389,0.2876,1,1,1,1,1,0.02482257,0.341127753,0.021388253,1,1,1,1,1,0.035361186,0.318409175,0.008758901,1,1,1,1,1,0.37186709,0.417301148,0.598477525,0.598476835,0.598847518
-8698,1,0.422,1,1,1,1,1,1,1,1,0.0078,0.422,0.3024,1,0.3186,1,1,1,1,1,1,0.0391,0.3186,0.3707,1,0.639,1,1,1,0.0896,0.639,0.3854,1,1,1,1,1,0.037541427,0.464621395,0.076721728,1,1,1,1,1,0.045620106,0.515325129,0.129902363,1,1,1,1,1,0.144721493,0.465859711,0.613521025,0.613496933,0.61391844
-8699,1,0.4218,1,1,1,1,1,1,1,1,0.008,0.4218,0.3479,1,0.3185,1,1,1,1,1,1,0.0607,0.3185,0.3723,1,0.6391,1,1,1,0.025,0.6391,0.3898,1,1,1,1,1,0.037744738,0.52625078,0.183135033,1,1,1,1,1,0.093194231,0.465682864,0.176182985,1,1,1,1,1,0.038699578,0.473239839,0.616058482,0.616035541,0.616134752
-8700,1,0.4217,1,1,1,1,1,1,1,1,0.0021,0.4217,0.3523,1,0.3185,1,1,1,1,1,1,0.0519,0.3185,0.3829,1,0.6392,1,1,1,0.0051,0.6392,0.3724,1,1,1,1,1,0.009684078,0.532608151,0.252543986,1,1,1,1,1,0.067462474,0.428333223,0.307216257,1,1,1,1,1,0.021570576,0.510791659,0.616239729,0.616247091,0.616134752
-8701,1,0.4216,1,1,1,1,1,1,1,1,0.0195,0.4216,0.3162,1,0.3185,1,1,1,1,1,1,0.0185,0.3185,0.2855,1,0.6393,1,1,1,0.0066,0.6393,0.3154,1,1,1,1,1,0.014205419,0.460829198,0.469155014,1,1,1,1,1,0.045468979,0.358638555,0.312958121,1,1,1,1,1,0.017870726,0.405594051,0.614729338,0.614766237,0.614804965
-8702,1,0.4214,1,1,1,1,1,1,1,1,0.0849,0.4214,0.2668,1,0.3185,1,1,1,1,1,1,0.0746,0.3185,0.2404,1,0.6394,1,1,1,0.0175,0.6394,0.2037,1,1,1,1,1,0.04989494,0.387631774,0.943428397,1,1,1,1,1,0.099360503,0.310257971,0.587355793,1,1,1,1,1,0.033799194,0.283027232,0.615454326,0.615612439,0.615691489
-8703,1,0.4213,1,1,1,1,1,1,1,1,0.1095,0.4213,0.1084,1,0.3185,1,1,1,1,1,1,0.1206,0.3185,0.1241,1,0.6395,1,1,1,0.04,0.6395,0.0531,1,1,1,1,1,0.101524204,0.188078612,0.998455286,1,1,1,1,1,0.148988545,0.200047746,1,1,1,1,1,1,0.070656955,0.118686713,0.627477042,0.627459276,0.627659574
-8704,1,0.4212,1,1,1,1,1,1,1,1,0.0798,0.4212,0,1,0.3185,1,1,1,1,1,1,0.3063,0.3185,0.0025,1,0.6396,1,1,1,0.0475,0.6396,0,1,1,1,1,1,0.13798596,0,0.826595545,1,1,1,1,1,0.302592337,0.010436892,1,1,1,1,1,1,0.096346796,0,0.673392943,0.673365771,0.673315603
-8705,1,0.421,1,1,1,1,1,1,1,1,0.3346,0.421,0,1,0.3185,1,1,1,1,1,1,0.26,0.3185,0,1,0.6397,1,1,1,0.0646,0.6397,0,1,1,1,1,1,0.277743638,0,1,1,1,1,1,1,0.362841994,0,1,1,1,1,1,1,0.165144488,0,0.704023683,0.704040618,0.704343972
-8706,1,0.4209,1,1,1,1,1,1,1,1,0.4484,0.4209,0,1,0.3185,1,1,1,1,1,1,0.244,0.3185,0,1,0.6398,1,1,1,0.056,0.6398,0,1,1,1,1,1,0.271704316,0,1,1,1,1,1,1,0.373503625,0,1,1,1,1,1,1,0.097123206,0,0.698042533,0.698117199,0.69858156
-8707,1,0.4208,1,1,1,1,1,1,1,1,0.3163,0.4208,0,1,0.3185,1,1,1,1,1,1,0.1356,0.3185,0,1,0.6399,1,1,1,0.0877,0.6399,0,1,1,1,1,1,0.188966572,0,1,1,1,1,1,1,0.198094279,0,1,1,1,1,1,1,0.149941996,0,0.676594973,0.676750582,0.676861702
-8708,1,0.4206,1,1,1,1,1,1,1,1,0.5347,0.4206,0,1,0.3185,1,1,1,1,1,1,0.1233,0.3185,0,1,0.64,1,1,1,0.1243,0.64,0,1,1,1,1,1,0.282693565,0,1,1,1,1,1,1,0.256326258,0,1,1,1,1,1,1,0.152716666,0,0.650314161,0.650306748,0.650265957
-8709,1,0.4205,1,1,1,1,1,1,1,1,0.5685,0.4205,0,1,0.3185,1,1,1,1,1,1,0.0911,0.3185,0,1,0.6401,1,1,1,0.1298,0.6401,0,1,1,1,1,1,0.306389689,0,0.613132358,1,1,1,1,1,0.206367224,0,1,1,1,1,1,1,0.168820679,0,0.616300145,0.616458642,0.616134752
-8710,1,0.4204,1,1,1,1,1,1,1,1,0.4968,0.4204,0,1,0.3185,1,1,1,1,1,1,0.2262,0.3185,0,1,0.6402,1,1,1,0.2492,0.6402,0,1,1,1,1,1,0.363855004,0,1,1,1,1,1,1,0.302668452,0,1,1,1,1,1,1,0.305985242,0,0.571713388,0.571821451,0.571808511
-8711,1,0.4202,1,1,1,1,1,1,1,1,0.5746,0.4202,0,1,0.3185,1,1,1,1,1,1,0.3356,0.3185,0,1,0.6403,1,1,1,0.3091,0.6403,0,1,1,1,1,1,0.398880541,0,0.766222835,1,1,1,1,1,0.420730919,0,1,1,1,1,1,1,0.357370228,0,0.52561624,0.525703406,0.52570922
-8712,1,0.4201,1,1,1,1,1,1,1,1,0.6365,0.4201,0,1,0.3185,1,1,1,1,1,1,0.4735,0.3185,0,1,0.6404,1,1,1,0.3901,0.6404,0,1,1,1,1,1,0.476440221,0,0.734586954,1,1,1,1,1,0.568448544,0,1,1,1,1,1,1,0.408445299,0,0.489246013,0.489316691,0.489361702
-8713,1,0.42,1,1,1,1,1,1,1,1,0.6733,0.42,0,1,0.3185,1,1,1,1,1,1,0.717,0.3185,0,1,0.6405,1,1,1,0.5036,0.6405,0,1,1,1,1,1,0.528236628,0,1,1,1,1,1,1,0.766184211,0,1,1,1,1,1,1,0.54492259,0,0.465865152,0.465834567,0.466312057
-8714,1,0.4198,1,1,1,1,1,1,1,1,0.6045,0.4198,0,1,0.3185,1,1,1,1,1,1,0.8563,0.3185,0,1,0.6406,1,1,1,0.5417,0.6406,0,1,1,1,1,1,0.453645706,0,1,1,1,1,1,1,0.772263825,0,1,1,1,1,1,1,0.521870255,0,0.454688255,0.454833933,0.454787234
-8715,1,0.4197,1,1,1,1,1,1,1,1,0.5295,0.4197,0,1,0.3185,1,1,1,1,1,1,0.9718,0.3185,0,1,0.6407,1,1,1,0.5479,0.6407,0,1,1,1,1,1,0.445616186,0,1,1,1,1,1,1,0.869081914,0,1,1,1,1,1,1,0.471458793,0,0.449794587,0.449756717,0.449911348
-8716,1,0.4195,1,1,1,1,1,1,1,1,0.6331,0.4195,0,1,0.3185,1,1,1,1,1,1,0.988,0.3185,0,1,0.6408,1,1,1,0.6379,0.6408,0,1,1,1,1,1,0.655584753,0,1,1,1,1,1,1,0.919825315,0,1,1,1,1,1,1,0.535663724,0,0.452694538,0.452718426,0.452570922
-8717,1,0.4194,1,1,1,1,1,1,1,1,0.7129,0.4194,0,1,0.3185,1,1,1,1,1,1,0.9924,0.3185,0,1,0.6409,1,1,1,0.7085,0.6409,0,1,1,1,1,1,0.756157041,0,1,1,1,1,1,1,0.949028611,0,1,1,1,1,1,1,0.639939785,0,0.465563074,0.465623017,0.465868794
-8718,1,0.4193,1,1,1,1,1,1,1,1,0.8153,0.4193,0,1,0.3185,1,1,1,1,1,1,0.9979,0.3185,0,1,0.641,1,1,1,0.8053,0.641,0,1,1,1,1,1,0.837620914,0,1,1,1,1,1,1,0.973173141,0,1,1,1,1,1,1,0.767211378,0,0.48719188,0.487201185,0.48714539
-8719,1,0.4191,1,1,1,1,1,1,1,1,0.3432,0.4191,0,1,0.3185,1,1,1,1,1,1,0.4476,0.3185,0,1,0.6411,1,1,1,0.3701,0.6411,0,1,1,1,1,1,0.365367979,0,1,1,1,1,1,1,0.376384974,0,1,1,1,1,1,1,0.391139179,0,0.509304012,0.509414005,0.509308511
-8720,1,0.419,1,1,1,1,1,1,1,1,0.8472,0.419,0.1722,1,0.3185,1,1,1,1,1,1,0.9535,0.3185,0.1464,1,0.6412,1,1,1,0.9563,0.6412,0.0732,1,1,1,1,1,0.864583969,0.298757851,1,1,1,1,1,1,0.897465944,0.242358476,1,1,1,1,1,1,0.963959038,0.157809988,0.542774287,0.54283901,0.542996454
-8721,1,0.4189,1,1,1,1,1,1,1,1,0.8092,0.4189,0.3829,1,0.3185,1,1,1,1,1,1,0.8915,0.3185,0.3312,1,0.6413,1,1,1,0.9668,0.6413,0.2455,1,1,1,1,1,0.829080462,0.551283777,1,1,1,1,1,1,0.766165257,0.501937747,1,1,1,1,1,1,0.973111331,0.469201505,0.571532141,0.571609901,0.571808511
-8722,1,0.4187,1,1,1,1,1,1,1,1,0.8747,0.4187,0.5272,1,0.3185,1,1,1,1,1,1,1,0.3185,0.4611,1,0.6414,1,1,1,0.9582,0.6414,0.4036,1,1,1,1,1,0.932021558,0.695159912,1,1,1,1,1,1,0.957218051,0.640434742,1,1,1,1,1,1,0.940812707,0.646422088,0.590804737,0.590649461,0.590868794
-8723,1,0.4186,1,1,1,1,1,1,1,1,0.9147,0.4186,0.5885,1,0.3185,1,1,1,1,1,1,1,0.3185,0.5119,1,0.6415,1,1,1,0.9666,0.6415,0.4817,1,1,1,1,1,0.945012689,0.774931192,1,1,1,1,1,1,0.955961049,0.710560083,1,1,1,1,1,1,0.940031767,0.740412712,0.603069116,0.60313095,0.603280142
-8724,1,0.4185,1,1,1,1,1,1,1,1,0.9458,0.4185,0.569,1,0.3185,1,1,1,1,1,1,1,0.3185,0.511,1,0.6416,1,1,1,0.9848,0.6416,0.4789,1,1,1,1,1,0.976956129,0.786256313,1,1,1,1,1,1,0.970600963,0.76398623,1,1,1,1,1,1,0.941501796,0.746734023,0.607841953,0.607785065,0.607712766
-8725,1,0.4183,1,1,1,1,1,1,1,1,0.956,0.4183,0.5622,1,0.3185,1,1,1,1,1,1,0.9975,0.3185,0.5802,1,0.6417,1,1,1,0.8735,0.6417,0.4517,1,1,1,1,1,0.994929731,0.761763632,1,1,1,1,1,1,0.991146803,0.807960987,1,1,1,1,1,1,0.940200031,0.673807681,0.603250362,0.603342501,0.603280142
-8726,1,0.4182,1,1,1,1,1,1,1,1,0.8688,0.4182,0.4957,1,0.3185,1,1,1,1,1,1,0.9988,0.3185,0.5587,1,0.6418,1,1,1,0.9883,0.6418,0.3913,1,1,1,1,1,0.956876457,0.76205194,1,1,1,1,1,1,0.961670876,0.822876871,1,1,1,1,1,1,0.993997812,0.570052981,0.598296278,0.598265285,0.598404255
-8727,1,0.4181,1,1,1,1,1,1,1,1,0.9344,0.4181,0.3612,1,0.3185,1,1,1,1,1,1,0.9993,0.3185,0.3929,1,0.6419,1,1,1,0.988,0.6419,0.2579,1,1,1,1,1,0.98935324,0.598820448,1,1,1,1,1,1,0.994607389,0.640719056,1,1,1,1,1,1,0.99517864,0.361932367,0.603310778,0.603342501,0.603280142
-8728,1,0.4179,1,1,1,1,1,1,1,1,0.8441,0.4179,0.1212,1,0.3185,1,1,1,1,1,1,0.999,0.3185,0.1511,1,0.642,1,1,1,0.9889,0.642,0.0347,1,1,1,1,1,0.977195621,0.277439862,1,1,1,1,1,1,0.964105427,0.314402163,1,1,1,1,1,1,0.997073531,0.003399944,0.657805703,0.657711022,0.658244681
-8729,1,0.4178,1,1,1,1,1,1,1,1,0.8388,0.4178,0,1,0.3185,1,1,1,1,1,1,1,0.3185,0,1,0.6421,1,1,1,0.9938,0.6421,0,1,1,1,1,1,0.962564945,0,1,1,1,1,1,1,0.926676869,0,1,1,1,1,1,1,0.99796766,0,0.706863219,0.706790776,0.707003546
-8730,1,0.4177,1,1,1,1,1,1,1,1,0.8341,0.4177,0,1,0.3185,1,1,1,1,1,1,1,0.3185,0,1,0.6422,1,1,1,0.8892,0.6422,0,1,1,1,1,1,0.96103549,0,1,1,1,1,1,1,0.960712075,0,1,1,1,1,1,1,0.945487142,0,0.704446593,0.704463719,0.704787234
-8731,1,0.4175,1,1,1,1,1,1,1,1,0.8506,0.4175,0,1,0.3185,1,1,1,1,1,1,1,0.3185,0,1,0.6423,1,1,1,0.8864,0.6423,0,1,1,1,1,1,0.973442018,0,1,1,1,1,1,1,0.958771586,0,1,1,1,1,1,1,0.945531011,0,0.687046883,0.687116564,0.6875
-8732,1,0.4174,1,1,1,1,1,1,1,1,0.9123,0.4174,0,1,0.3184,1,1,1,1,1,1,1,0.3184,0,1,0.6424,1,1,1,0.8795,0.6424,0,1,1,1,1,1,0.973440886,0,1,1,1,1,1,1,0.995632768,0,1,1,1,1,1,1,0.877956152,0,0.667713871,0.667653903,0.667996454
-8733,1,0.4173,1,1,1,1,1,1,1,1,0.888,0.4173,0,1,0.3184,1,1,1,1,1,1,1,0.3184,0,1,0.6425,1,1,1,0.884,0.6425,0,1,1,1,1,1,0.961453021,0,1,1,1,1,1,1,0.989725828,0,1,1,1,1,1,1,0.878807306,0,0.634243596,0.634228898,0.634308511
-8734,1,0.4171,1,1,1,1,1,1,1,1,0.7798,0.4171,0,1,0.3184,1,1,1,1,1,1,1,0.3184,0,1,0.6426,1,1,1,0.8728,0.6426,0,1,1,1,1,1,0.93218708,0,1,1,1,1,1,1,0.960050464,0,1,1,1,1,1,1,0.878247559,0,0.590140164,0.590226359,0.590425532
-8735,1,0.417,1,1,1,1,1,1,1,1,0.7688,0.417,0,1,0.3184,1,1,1,1,1,1,1,0.3184,0,1,0.6427,1,1,1,0.8777,0.6427,0,1,1,1,1,1,0.930577099,0,1,1,1,1,1,1,0.910117924,0,1,1,1,1,1,1,0.87624824,0,0.543740938,0.543685213,0.543882979
-8736,1,0.4169,1,1,1,1,1,1,1,1,0.784,0.4169,0,1,0.3184,1,1,1,1,1,1,1,0.3184,0,1,0.6428,1,1,1,0.873,0.6428,0,1,1,1,1,1,0.939242303,0,1,1,1,1,1,1,0.846342921,0,1,1,1,1,1,1,0.875886738,0,0.509364427,0.509414005,0.509308511
-8737,1,0.4167,1,1,1,1,1,1,1,1,0.7595,0.4167,0,1,0.3184,1,1,1,1,1,1,1,0.3184,0,1,0.6429,1,1,1,0.8693,0.6429,0,1,1,1,1,1,0.93643409,0,1,1,1,1,1,1,0.859614015,0,1,1,1,1,1,1,0.806205273,0,0.490152247,0.490162894,0.490248227
-8738,1,0.4166,1,1,1,1,1,1,1,1,0.8533,0.4166,0,1,0.3184,1,1,1,1,1,1,1,0.3184,0,1,0.643,1,1,1,0.9641,0.643,0,1,1,1,1,1,0.937004745,0,1,1,1,1,1,1,0.877140522,0,1,1,1,1,1,1,0.994517326,0,0.480244079,0.480220013,0.480496454
-8739,1,0.4165,1,1,1,1,1,1,1,1,0.8841,0.4165,0,1,0.3184,1,1,1,1,1,1,0.9829,0.3184,0,1,0.6431,1,1,1,0.931,0.6431,0,1,1,1,1,1,0.917111814,0,1,1,1,1,1,1,0.827643752,0,1,1,1,1,1,1,0.993107736,0,0.478673272,0.478739158,0.478723404
-8740,1,0.4163,1,1,1,1,1,1,1,1,0.8797,0.4163,0,1,0.3184,1,1,1,1,1,1,0.6595,0.3184,0,1,0.6432,1,1,1,0.9026,0.6432,0,1,1,1,1,1,0.804423928,0,1,1,1,1,1,1,0.667416334,0,1,1,1,1,1,1,0.987740815,0,0.487373127,0.487412735,0.48714539
-8741,1,0.4162,1,1,1,1,1,1,1,1,0.8202,0.4162,0,1,0.3184,1,1,1,1,1,1,0.3481,0.3184,0,1,0.6433,1,1,1,0.9072,0.6433,0,1,1,1,1,1,0.730430067,0,1,1,1,1,1,1,0.647853017,0,1,1,1,1,1,1,0.989472866,0,0.51377477,0.513645018,0.513741135
-8742,1,0.4161,1,1,1,1,1,1,1,1,0.6956,0.4161,0,1,0.3184,1,1,1,1,1,1,0.4295,0.3184,0,1,0.6434,1,1,1,0.8955,0.6434,0,1,1,1,1,1,0.634979188,0,1,1,1,1,1,1,0.608301222,0,1,1,1,1,1,1,0.989648402,0,0.557817786,0.557859107,0.558067376
-8743,1,0.4159,1,1,1,1,1,1,1,1,0.0974,0.4159,0,1,0.3184,1,1,1,1,1,1,0.0217,0.3184,0,1,0.6435,1,1,1,0.4745,0.6435,0,1,1,1,1,1,0.073995225,0,1,1,1,1,1,1,0.017323989,0,1,1,1,1,1,1,0.644522011,0,0.592435959,0.592553417,0.592641844
-8744,1,0.4158,1,1,1,1,1,1,1,1,0.4449,0.4158,0.118,1,0.3184,1,1,1,1,1,1,0.2025,0.3184,0.0819,1,0.6436,1,1,1,0.8804,0.6436,0.1126,1,1,1,1,1,0.392174602,0.201326385,1,1,1,1,1,1,0.282433033,0.126813859,1,1,1,1,1,1,0.984549761,0.257012129,0.622100048,0.62217051,0.622340426
-8745,1,0.4156,1,1,1,1,1,1,1,1,0.4011,0.4156,0.2745,1,0.3184,1,1,1,1,1,1,0.1891,0.3184,0.268,1,0.6437,1,1,1,0.8402,0.6437,0.3547,1,1,1,1,1,0.375160664,0.415463418,1,1,1,1,1,1,0.245316818,0.429205179,1,1,1,1,1,1,0.974559426,0.64062953,0.644272595,0.64438333,0.644503546
-8746,1,0.4155,1,1,1,1,1,1,1,1,0.3191,0.4155,0.3837,1,0.3184,1,1,1,1,1,1,0.2018,0.3184,0.3915,1,0.6438,1,1,1,0.7382,0.6438,0.4853,1,1,1,1,1,0.282707691,0.548116863,0.919109106,1,1,1,1,1,0.202035055,0.609209776,0.884811044,1,1,1,1,1,0.962935567,0.831238031,0.654301595,0.654326211,0.654255319
-8747,1,0.4154,1,1,1,1,1,1,1,1,0.4194,0.4154,0.4294,1,0.3184,1,1,1,1,1,1,0.4765,0.3184,0.4355,1,0.6439,1,1,1,0.6426,0.6439,0.5214,1,1,1,1,1,0.419560641,0.617212057,0.63003695,1,1,1,1,1,0.461398125,0.687735915,0.945844293,1,1,1,1,1,0.912728965,0.894115448,0.65242871,0.652422255,0.65248227
-8748,1,0.4152,1,1,1,1,1,1,1,1,0.4265,0.4152,0.4076,1,0.3184,1,1,1,1,1,1,0.4563,0.3184,0.47,1,0.644,1,1,1,0.6309,0.644,0.5126,1,1,1,1,1,0.39961791,0.57515049,0.705742359,1,1,1,1,1,0.401336521,0.764111817,0.988811851,1,1,1,1,1,0.879714668,0.84920603,0.641795553,0.641844722,0.641843972
-8749,1,0.4151,1,1,1,1,1,1,1,1,0.347,0.4151,0.4265,1,0.3184,1,1,1,1,1,1,0.3282,0.3184,0.4632,1,0.6441,1,1,1,0.5411,0.6441,0.5144,1,1,1,1,1,0.353917301,0.610207617,0.532924354,1,1,1,1,1,0.284555018,0.658331215,0.703226447,1,1,1,1,1,0.816459537,0.786227703,0.631041566,0.631055638,0.631205674
-8750,1,0.415,1,1,1,1,1,1,1,1,0.2168,0.415,0.3834,1,0.3184,1,1,1,1,1,1,0.1265,0.3184,0.3739,1,0.6442,1,1,1,0.4111,0.6442,0.4198,1,1,1,1,1,0.198616356,0.530633688,0.468141317,1,1,1,1,1,0.116261289,0.485903203,0.420149744,1,1,1,1,1,0.671596169,0.668271482,0.624395843,0.624497567,0.624556738
-8751,1,0.4148,1,1,1,1,1,1,1,1,0.2446,0.4148,0.2594,1,0.3184,1,1,1,1,1,1,0.08,0.3184,0.2229,1,0.6443,1,1,1,0.2422,0.6443,0.2637,1,1,1,1,1,0.219682187,0.390108138,0.425978601,1,1,1,1,1,0.096316189,0.313567638,0.699123561,1,1,1,1,1,0.489251167,0.453968287,0.626208313,0.626189972,0.626329787
-8752,1,0.4147,1,1,1,1,1,1,1,1,0.2278,0.4147,0.078,1,0.3184,1,1,1,1,1,1,0.1298,0.3184,0.0795,1,0.6444,1,1,1,0.254,0.6444,0,1,1,1,1,1,0.243361205,0.146486372,0.526483119,1,1,1,1,1,0.19116661,0.138759971,0.780544996,1,1,1,1,1,0.469488412,0,0.671640889,0.671673366,0.671985816
-8753,1,0.4146,1,1,1,1,1,1,1,1,0.2821,0.4146,0,1,0.3184,1,1,1,1,1,1,0.2871,0.3184,0,1,0.6445,1,1,1,0.3287,0.6445,0,1,1,1,1,1,0.283615589,0,0.627807975,1,1,1,1,1,0.425589085,0,0.920850873,1,1,1,1,1,0.521170914,0,0.712300628,0.712291094,0.712765957
-8754,1,0.4144,1,1,1,1,1,1,1,1,0.2319,0.4144,0,1,0.3184,1,1,1,1,1,1,0.5918,0.3184,0,1,0.6446,1,1,1,0.3195,0.6446,0,1,1,1,1,1,0.250781506,0,0.427638799,1,1,1,1,1,0.748049021,0,0.896981716,1,1,1,1,1,0.405029297,0,0.691578057,0.691770679,0.691932624
-8755,1,0.4143,1,1,1,1,1,1,1,1,0.1702,0.4143,0,1,0.3184,1,1,1,1,1,1,0.134,0.3184,0,1,0.6447,1,1,1,0.2243,0.6447,0,1,1,1,1,1,0.187301517,0,0.221481621,1,1,1,1,1,0.118404441,0,0.563973367,1,1,1,1,1,0.350494027,0,0.593583857,0.795430506,0.587765957
-8756,1,0.4142,1,1,1,1,1,1,1,1,0.1729,0.4142,0,1,0.3184,1,1,1,1,1,1,0.1134,0.3184,0,1,0.6448,1,1,1,0.1976,0.6448,0,1,1,1,1,1,0.176146284,0,0.301076591,1,1,1,1,1,0.160262942,0,0.603668511,1,1,1,1,1,0.309507728,0,0.565913485,0.758409139,0.560283688
-8757,1,0.414,1,1,1,1,1,1,1,1,0.1893,0.414,0,1,0.3184,1,1,1,1,1,1,0.1329,0.3184,0,1,0.6449,1,1,1,0.2626,0.6449,0,1,1,1,1,1,0.201399446,0,0.475568116,1,1,1,1,1,0.135424986,0,0.625242651,1,1,1,1,1,0.423946232,0,0.539451426,0.723080178,0.534131206
-8758,1,0.4139,1,1,1,1,1,1,1,1,0.2851,0.4139,0,1,0.3184,1,1,1,1,1,1,0.276,0.3184,0,1,0.645,1,1,1,0.2805,0.645,0,1,1,1,1,1,0.305651695,0,0.690351009,1,1,1,1,1,0.266027272,0,0.529778063,1,1,1,1,1,0.455915332,0,0.511478975,0.687116564,0.506205674
-8759,1,0.4138,1,1,1,1,1,1,1,1,0.278,0.4138,0,1,0.3184,1,1,1,1,1,1,0.2997,0.3184,0,1,0.6451,1,1,1,0.426,0.6451,0,1,1,1,1,1,0.328695059,0,0.653574944,1,1,1,1,1,0.319995254,0,0.307369113,1,1,1,1,1,0.620064557,0,0.483869019,0.65072985,0.479166667
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Network.csv b/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Network.csv
deleted file mode 100644
index 7afea3db0f..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Network.csv
+++ /dev/null
@@ -1,4 +0,0 @@
-,Network_zones,Network_Lines,Start_Zone,End_Zone,Line_Max_Flow_MW,transmission_path_name,distance_mile,Line_Loss_Percentage,Line_Max_Reinforcement_MW,Line_Reinforcement_Cost_per_MWyr,DerateCapRes_1,CapRes_1,CapRes_Excl_1
-NENGREST,z1,1,1,2,2950,NENGREST_to_NENG_CT,123.0584,0.012305837,2950,12060,0.95,0,0
-NENG_CT,z2,2,1,3,2000,NENGREST_to_NENG_ME,196.5385,0.019653847,2000,19261,0.95,0,0
-NENG_ME,z3,,,,,,,,,,,,
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/README.md b/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/README.md
deleted file mode 100644
index 10fe014add..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/README.md
+++ /dev/null
@@ -1,19 +0,0 @@
-# Real System Example: Three Zones
-
-**RealSystemExample/ISONE_Trizone_FullTimeseries** is more detailed example system approximating the ISO New England region with three zones representing Connecticut, and Maine and rest of ISO New England (MA, VT, NH, RI).
-They are total of 58 different resources modeled in the system.
-This is full-year (8760 hour) case.
-
-To run the model, first navigate to the example directory at `GenX/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries`:
-
-`cd("Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries")`
-
-Next, ensure that your settings in `GenX_settings.yml` are correct.
-The default settings use the solver HiGHS (`Solver: highs`).
-Other optional policies include minimum capacity requirements, a capacity reserve margin, and more.
-
-Once the settings are confirmed, run the model with the `Run.jl` script in the example directory:
-
-`include("Run.jl")`
-
-Once the model has completed, results will write to the `Results` directory.
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Resources/Flex_demand.csv b/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Resources/Flex_demand.csv
deleted file mode 100644
index 4688819b38..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Resources/Flex_demand.csv
+++ /dev/null
@@ -1,4 +0,0 @@
-region,cluster,Resource,Resource_Type,MGA,R_ID,Zone,Commit,LDS,Min_Share,Max_Share,Existing_Cap_MW,New_Build,Can_Retire,Cap_Size,Min_Cap_MW,Max_Cap_MW,Inv_Cost_per_MWyr,Fixed_OM_Cost_per_MWyr,Var_OM_Cost_per_MWh,Start_Cost_per_MW,Start_Fuel_MMBTU_per_MW,Heat_Rate_MMBTU_per_MWh,Fuel,Min_Power,Hydro_Energy_to_Power_Ratio,Max_Flexible_Demand_Advance,Max_Flexible_Demand_Delay,Flexible_Demand_Energy_Eff,Ramp_Up_Percentage,Ramp_Dn_Percentage,Reg_Max,Rsv_Max,Reg_Cost,Rsv_Cost
-NENGREST,1,NENGREST_heat_load_shifting_1,heat_load_shifting,0,56,1,0,0,0,0,165.52,0,0,0.0,0,0.0,0,0,0.0,0,0.0,0.0,None,0.0,0.0,0,4,1,0.0,0.0,0.0,0.0,0,0
-NENG_CT,1,NENG_CT_heat_load_shifting_1,heat_load_shifting,0,57,2,0,0,0,0,47.27,0,0,0.0,0,0.0,0,0,0.0,0,0.0,0.0,None,0.0,0.0,0,4,1,0.0,0.0,0.0,0.0,0,0
-NENG_ME,1,NENG_ME_heat_load_shifting_1,heat_load_shifting,0,58,3,0,0,0,0,22.56,0,0,0.0,0,0.0,0,0,0.0,0,0.0,0.0,None,0.0,0.0,0,4,1,0.0,0.0,0.0,0.0,0,0
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Resources/Hydro.csv b/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Resources/Hydro.csv
deleted file mode 100644
index 9a5ee8f6c5..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Resources/Hydro.csv
+++ /dev/null
@@ -1,4 +0,0 @@
-region,cluster,Resource,Resource_Type,MGA,R_ID,Zone,Commit,LDS,Min_Share,Max_Share,Existing_Cap_MW,New_Build,Can_Retire,Cap_Size,Min_Cap_MW,Max_Cap_MW,Inv_Cost_per_MWyr,Fixed_OM_Cost_per_MWyr,Var_OM_Cost_per_MWh,Start_Cost_per_MW,Start_Fuel_MMBTU_per_MW,Heat_Rate_MMBTU_per_MWh,Fuel,Min_Power,Hydro_Energy_to_Power_Ratio,Ramp_Up_Percentage,Ramp_Dn_Percentage,Reg_Max,Rsv_Max,Reg_Cost,Rsv_Cost
-NENGREST,1,NENGREST_conventional_hydroelectric_1,other_renewables,0,2,1,0,0,0,0,662.983,0,0,11.24,0,0.0,0,46475,0.0,0,0.0,9.12,None,0.116,1.0,0.083,0.083,0.006916667,0.013833333,0,0
-NENG_CT,1,NENG_CT_conventional_hydroelectric_1,other_renewables,0,15,2,0,0,0,0,67.7,0,0,13.54,0,0.0,0,46475,0.0,0,0.0,9.12,None,0.18,1.0,0.083,0.083,0.006916667,0.013833333,0,0
-NENG_ME,1,NENG_ME_conventional_hydroelectric_1,other_renewables,0,26,3,0,0,0,0,327.81,0,0,7.8,0,0.0,0,46475,0.0,0,0.0,9.12,None,0.402,1.0,0.083,0.083,0.006916667,0.013833333,0,0
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Resources/Must_run.csv b/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Resources/Must_run.csv
deleted file mode 100644
index 4b21dc5d08..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Resources/Must_run.csv
+++ /dev/null
@@ -1,4 +0,0 @@
-region,cluster,Resource,Resource_Type,MGA,R_ID,Zone,Commit,LDS,Min_Share,Max_Share,Existing_Cap_MW,New_Build,Can_Retire,Cap_Size,Min_Cap_MW,Max_Cap_MW,Inv_Cost_per_MWyr,Fixed_OM_Cost_per_MWyr,Var_OM_Cost_per_MWh,Start_Cost_per_MW,Start_Fuel_MMBTU_per_MW,Heat_Rate_MMBTU_per_MWh,Fuel,Min_Power,Hydro_Energy_to_Power_Ratio,Ramp_Up_Percentage,Ramp_Dn_Percentage,Reg_Max,Rsv_Max,Reg_Cost,Rsv_Cost
-NENGREST,1,NENGREST_small_hydroelectric_1,other_renewables,0,12,1,0,0,0,0,186.355,0,0,0.79,0,0.0,0,46475,0.0,0,0.0,9.12,None,0.116,1.0,1.0,1.0,0.0,0.0,0,0
-NENG_CT,1,NENG_CT_small_hydroelectric_1,other_renewables,0,23,2,0,0,0,0,18.711,0,0,0.57,0,0.0,0,46475,0.0,0,0.0,9.12,None,0.18,1.0,1.0,1.0,0.0,0.0,0,0
-NENG_ME,1,NENG_ME_small_hydroelectric_1,other_renewables,0,31,3,0,0,0,0,195.266,0,0,1.1,0,0.0,0,46475,0.0,0,0.0,9.12,None,0.192,1.0,1.0,1.0,0.0,0.0,0,0
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Resources/Resource_capacity_reserve_margin.csv b/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Resources/Resource_capacity_reserve_margin.csv
deleted file mode 100644
index 4512c70f6a..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Resources/Resource_capacity_reserve_margin.csv
+++ /dev/null
@@ -1,59 +0,0 @@
-Resource,Derating_Factor_1
-NENGREST_biomass_1,0.93
-NENGREST_conventional_hydroelectric_1,0.8
-NENGREST_hydroelectric_pumped_storage_1,0.95
-NENGREST_natural_gas_fired_combined_cycle_1,0.93
-NENGREST_natural_gas_fired_combined_cycle_2,0.93
-NENGREST_natural_gas_fired_combustion_turbine_1,0.93
-NENGREST_natural_gas_fired_combustion_turbine_2,0.93
-NENGREST_natural_gas_steam_turbine_1,0.93
-NENGREST_nuclear_1,0.93
-NENGREST_offshore_wind_turbine_1,0.8
-NENGREST_onshore_wind_turbine_1,0.8
-NENGREST_small_hydroelectric_1,0
-NENGREST_solar_photovoltaic_1,0.8
-NENG_CT_biomass_1,0.93
-NENG_CT_conventional_hydroelectric_1,0.8
-NENG_CT_hydroelectric_pumped_storage_1,0.95
-NENG_CT_natural_gas_fired_combined_cycle_1,0.93
-NENG_CT_natural_gas_fired_combined_cycle_2,0.93
-NENG_CT_natural_gas_fired_combustion_turbine_1,0.93
-NENG_CT_natural_gas_fired_combustion_turbine_2,0.93
-NENG_CT_nuclear_1,0.93
-NENG_CT_onshore_wind_turbine_1,0.8
-NENG_CT_small_hydroelectric_1,0
-NENG_CT_solar_photovoltaic_1,0.8
-NENG_ME_biomass_1,0.93
-NENG_ME_conventional_hydroelectric_1,0.8
-NENG_ME_natural_gas_fired_combined_cycle_1,0.93
-NENG_ME_natural_gas_fired_combined_cycle_2,0.93
-NENG_ME_natural_gas_fired_combustion_turbine_1,0.93
-NENG_ME_onshore_wind_turbine_1,0.8
-NENG_ME_small_hydroelectric_1,0
-NENG_ME_solar_photovoltaic_1,0.8
-NENGREST_naturalgas_ccccsavgcf_mid_0,0.93
-NENGREST_naturalgas_ccavgcf_mid_0,0.93
-NENGREST_naturalgas_ctavgcf_mid_0,0.93
-NENGREST_battery_mid_0,0.95
-NENGREST_naturalgas_ccs100_mid_0,0.93
-NENGREST_landbasedwind_ltrg1_mid_130_1,0.8
-NENGREST_utilitypv_losangeles_mid_80_0_2_1,0.8
-NENGREST_offshorewind_otrg3_mid_fixed_1_176_77_1,0.8
-NENG_CT_naturalgas_ccccsavgcf_mid_0,0.93
-NENG_CT_naturalgas_ccavgcf_mid_0,0.93
-NENG_CT_naturalgas_ctavgcf_mid_0,0.93
-NENG_CT_battery_mid_0,0.95
-NENG_CT_naturalgas_ccs100_mid_0,0.93
-NENG_CT_landbasedwind_ltrg1_mid_110_1,0.8
-NENG_CT_utilitypv_losangeles_mid_80_0_2_1,0.8
-NENG_CT_offshorewind_otrg3_mid_fixed_1_176_77_1,0.8
-NENG_ME_naturalgas_ccccsavgcf_mid_0,0.93
-NENG_ME_naturalgas_ccavgcf_mid_0,0.93
-NENG_ME_naturalgas_ctavgcf_mid_0,0.93
-NENG_ME_battery_mid_0,0.95
-NENG_ME_naturalgas_ccs100_mid_0,0.93
-NENG_ME_landbasedwind_ltrg1_mid_110_1,0.8
-NENG_ME_utilitypv_losangeles_mid_100_0_2_1,0.8
-NENGREST_heat_load_shifting_1,0.95
-NENG_CT_heat_load_shifting_1,0.95
-NENG_ME_heat_load_shifting_1,0.95
\ No newline at end of file
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Resources/Resource_energy_share_requirement.csv b/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Resources/Resource_energy_share_requirement.csv
deleted file mode 100644
index 44e4d35879..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Resources/Resource_energy_share_requirement.csv
+++ /dev/null
@@ -1,27 +0,0 @@
-Resource,ESR_1,ESR_2
-NENGREST_conventional_hydroelectric_1,0,1
-NENGREST_nuclear_1,0,1
-NENG_CT_conventional_hydroelectric_1,0,1
-NENG_CT_nuclear_1,0,1
-NENG_ME_conventional_hydroelectric_1,0,1
-NENGREST_biomass_1,1,1
-NENGREST_offshore_wind_turbine_1,1,1
-NENGREST_onshore_wind_turbine_1,1,1
-NENGREST_small_hydroelectric_1,1,1
-NENGREST_solar_photovoltaic_1,1,1
-NENG_CT_biomass_1,1,1
-NENG_CT_onshore_wind_turbine_1,1,1
-NENG_CT_small_hydroelectric_1,1,1
-NENG_CT_solar_photovoltaic_1,1,1
-NENG_ME_biomass_1,1,1
-NENG_ME_onshore_wind_turbine_1,1,1
-NENG_ME_small_hydroelectric_1,1,1
-NENG_ME_solar_photovoltaic_1,1,1
-NENGREST_landbasedwind_ltrg1_mid_130_1,1,1
-NENGREST_utilitypv_losangeles_mid_80_0_2_1,1,1
-NENGREST_offshorewind_otrg3_mid_fixed_1_176_77_1,1,1
-NENG_CT_landbasedwind_ltrg1_mid_110_1,1,1
-NENG_CT_utilitypv_losangeles_mid_80_0_2_1,1,1
-NENG_CT_offshorewind_otrg3_mid_fixed_1_176_77_1,1,1
-NENG_ME_landbasedwind_ltrg1_mid_110_1,1,1
-NENG_ME_utilitypv_losangeles_mid_100_0_2_1,1,1
\ No newline at end of file
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Resources/Resource_minimum_capacity_requirement.csv b/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Resources/Resource_minimum_capacity_requirement.csv
deleted file mode 100644
index 058075909a..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Resources/Resource_minimum_capacity_requirement.csv
+++ /dev/null
@@ -1,9 +0,0 @@
-Resource,Min_Cap_1,Min_Cap_2,Min_Cap_3
-NENGREST_onshore_wind_turbine_1,1,0,0
-NENG_ME_onshore_wind_turbine_1,1,0,0
-NENGREST_landbasedwind_ltrg1_mid_130_1,1,0,0
-NENG_ME_landbasedwind_ltrg1_mid_110_1,1,0,0
-NENGREST_offshore_wind_turbine_1,1,1,0
-NENGREST_offshorewind_otrg3_mid_fixed_1_176_77_1,1,1,0
-NENGREST_solar_photovoltaic_1,0,0,1
-NENGREST_utilitypv_losangeles_mid_80_0_2_1,0,0,1
\ No newline at end of file
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Resources/Storage.csv b/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Resources/Storage.csv
deleted file mode 100644
index 83574879d2..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Resources/Storage.csv
+++ /dev/null
@@ -1,6 +0,0 @@
-region,cluster,Resource,Resource_Type,MGA,R_ID,Zone,Commit,Model,LDS,Min_Share,Max_Share,Existing_Cap_MW,Existing_Charge_Cap_MW,Existing_Cap_MWh,New_Build,Can_Retire,Cap_Size,Min_Cap_MW,Max_Cap_MW,Min_Charge_Cap_MW,Max_Charge_Cap_MW,Min_Cap_MWh,Max_Cap_MWh,Inv_Cost_per_MWyr,Fixed_OM_Cost_per_MWyr,Inv_Cost_per_MWhyr,Fixed_OM_Cost_per_MWhyr,Inv_Cost_Charge_per_MWyr,Fixed_OM_Cost_Charge_per_MWyr,Var_OM_Cost_per_MWh,Var_OM_Cost_per_MWh_In,Start_Cost_per_MW,Start_Fuel_MMBTU_per_MW,Heat_Rate_MMBTU_per_MWh,Fuel,Min_Power,Self_Disch,Eff_Up,Eff_Down,Hydro_Energy_to_Power_Ratio,Min_Duration,Max_Duration,Ramp_Up_Percentage,Ramp_Dn_Percentage,Reg_Max,Rsv_Max,Reg_Cost,Rsv_Cost
-NENGREST,1,NENGREST_hydroelectric_pumped_storage_1,hydroelectric_pumped_storage,0,3,1,0,1,0,0,0,1768.002,0,280635.2381,0,0,294.67,0,0.0,0,-1,0,-1,0,40113,0,0,0,0,0.0,0.0,0,0.0,0.0,None,0.532,0,0.866,0.866,158.730159,0,200,1.0,1.0,0.083333333,0.166666667,0,0
-NENG_CT,1,NENG_CT_hydroelectric_pumped_storage_1,hydroelectric_pumped_storage,0,16,2,0,1,0,0,0,30.999,0,4920.47619,0,0,10.33,0,0.0,0,-1,0,-1,0,40113,0,0,0,0,0.0,0.0,0,0.0,0.0,None,0.871,0,0.866,0.866,158.730159,0,200,1.0,1.0,0.083333333,0.166666667,0,0
-NENGREST,0,NENGREST_battery_mid_0,battery_mid,0,36,1,0,1,0,0,0,0.0,0,0.0,1,1,1.0,0,-1.0,0,-1,0,-1,19584,4895,22494,5622,0,0,0.15,0.15,0,0.0,0.0,None,0.0,0,0.92,0.92,1.0,1,10,1.0,1.0,0.083333333,0.166666667,0,0
-NENG_CT,0,NENG_CT_battery_mid_0,battery_mid,0,44,2,0,1,0,0,0,0.0,0,0.0,1,1,1.0,0,-1.0,0,-1,0,-1,19584,4895,22494,5622,0,0,0.15,0.15,0,0.0,0.0,None,0.0,0,0.92,0.92,1.0,1,10,1.0,1.0,0.083333333,0.166666667,0,0
-NENG_ME,0,NENG_ME_battery_mid_0,battery_mid,0,52,3,0,1,0,0,0,0.0,0,0.0,1,1,1.0,0,-1.0,0,-1,0,-1,19584,4895,22494,5622,0,0,0.15,0.15,0,0.0,0.0,None,0.0,0,0.92,0.92,1.0,1,10,1.0,1.0,0.083333333,0.166666667,0,0
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Resources/Thermal.csv b/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Resources/Thermal.csv
deleted file mode 100644
index 6a63efd8e0..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Resources/Thermal.csv
+++ /dev/null
@@ -1,30 +0,0 @@
-region,cluster,Resource,Resource_Type,MGA,R_ID,Zone,Model,Commit,LDS,Min_Share,Max_Share,Existing_Cap_MW,New_Build,Can_Retire,Cap_Size,Min_Cap_MW,Max_Cap_MW,Inv_Cost_per_MWyr,Fixed_OM_Cost_per_MWyr,Var_OM_Cost_per_MWh,Start_Cost_per_MW,Start_Fuel_MMBTU_per_MW,Heat_Rate_MMBTU_per_MWh,Fuel,Min_Power,Hydro_Energy_to_Power_Ratio,Ramp_Up_Percentage,Ramp_Dn_Percentage,Up_Time,Down_Time,Reg_Max,Rsv_Max,Reg_Cost,Rsv_Cost
-NENGREST,1,NENGREST_biomass_1,other_renewables,0,1,1,1,1,0,0,0,106.062,0,0,3.21,0,0.0,0,122976,5.08,0,0.0,14.58,None,0.45,1.0,1.0,1.0,0,0,0.083333333,0.166666667,0,0
-NENGREST,1,NENGREST_natural_gas_fired_combined_cycle_1,natural_gas,1,4,1,1,1,0,0,0,7077.3,0,1,471.82,0,0.0,0,10287,3.55,91,2.0,7.43,NENGREST_NG,0.468,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0
-NENGREST,2,NENGREST_natural_gas_fired_combined_cycle_2,natural_gas,1,5,1,1,1,0,0,0,2684.803,0,1,244.07,0,0.0,0,16291,4.5,91,2.0,8.29,NENGREST_NG,0.507,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0
-NENGREST,1,NENGREST_natural_gas_fired_combustion_turbine_1,natural_gas,1,6,1,1,1,0,0,0,302.701,0,1,43.24,0,0.0,0,12080,4.6,118,3.5,10.13,NENGREST_NG,0.456,1.0,3.78,3.78,1,1,0.315,0.63,0,0
-NENGREST,2,NENGREST_natural_gas_fired_combustion_turbine_2,natural_gas,1,7,1,1,1,0,0,0,62.704,0,1,7.84,0,0.0,0,13991,4.6,118,3.5,4.74,NENGREST_NG,0.488,1.0,3.78,3.78,1,1,0.315,0.63,0,0
-NENGREST,1,NENGREST_natural_gas_steam_turbine_1,natural_gas,1,8,1,1,1,0,0,0,0.6,0,1,0.6,0,0.0,0,50678,1.04,86,13.7,0.0,NENGREST_NG,0.0,0.0,0.0,0.0,0,0,0.0,0.0,0,0
-NENGREST,1,NENGREST_nuclear_1,nuclear,1,9,1,1,1,0,0,0,1242.0,0,1,1242.0,0,0.0,0,271818,2.32,245,0.0,10.46,new_england_uranium,0.5,1.0,0.25,0.25,24,24,0.020833333,0.041666667,0,0
-NENG_CT,1,NENG_CT_biomass_1,other_renewables,0,14,2,1,1,0,0,0,27.248,0,0,3.41,0,0.0,0,122976,5.37,0,0.0,15.33,None,0.348,1.0,1.0,1.0,0,0,0.083333333,0.166666667,0,0
-NENG_CT,1,NENG_CT_natural_gas_fired_combined_cycle_1,natural_gas,1,17,2,1,1,0,0,0,3488.704,0,1,436.09,0,0.0,0,9698,3.57,91,2.0,7.12,NENG_CT_NG,0.338,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0
-NENG_CT,2,NENG_CT_natural_gas_fired_combined_cycle_2,natural_gas,1,18,2,1,1,0,0,0,35.2,0,1,17.6,0,0.0,0,16291,4.5,91,2.0,10.77,NENG_CT_NG,0.466,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0
-NENG_CT,1,NENG_CT_natural_gas_fired_combustion_turbine_1,natural_gas,1,19,2,1,1,0,0,0,434.0,0,1,54.25,0,0.0,0,10609,4.6,118,3.5,11.06,NENG_CT_NG,0.124,1.0,3.78,3.78,1,1,0.315,0.63,0,0
-NENG_CT,2,NENG_CT_natural_gas_fired_combustion_turbine_2,natural_gas,1,20,2,1,1,0,0,0,124.9,0,1,24.98,0,0.0,0,13991,4.6,118,3.5,8.35,NENG_CT_NG,0.476,1.0,3.78,3.78,1,1,0.315,0.63,0,0
-NENG_CT,1,NENG_CT_nuclear_1,nuclear,1,21,2,1,1,0,0,0,2162.9,0,1,1081.45,0,0.0,0,190920,2.32,245,0.0,10.46,new_england_uranium,0.5,1.0,0.25,0.25,24,24,0.020833333,0.041666667,0,0
-NENG_ME,1,NENG_ME_biomass_1,other_renewables,0,25,3,1,1,0,0,0,24.95,0,0,2.5,0,0.0,0,122976,4.85,0,0.0,13.84,None,0.404,1.0,1.0,1.0,0,0,0.083333333,0.166666667,0,0
-NENG_ME,1,NENG_ME_natural_gas_fired_combined_cycle_1,natural_gas,1,27,3,1,1,0,0,0,274.5,0,1,137.25,0,0.0,0,16291,4.5,91,2.0,12.62,NENG_ME_NG,0.474,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0
-NENG_ME,2,NENG_ME_natural_gas_fired_combined_cycle_2,natural_gas,1,28,3,1,1,0,0,0,1114.1,0,1,557.05,0,0.0,0,9668,3.57,91,2.0,7.65,NENG_ME_NG,0.386,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0
-NENG_ME,1,NENG_ME_natural_gas_fired_combustion_turbine_1,natural_gas,1,29,3,1,1,0,0,0,163.5,0,1,54.5,0,0.0,0,11540,4.6,118,3.5,4.75,NENG_ME_NG,0.697,1.0,3.78,3.78,1,1,0.315,0.63,0,0
-NENGREST,0,NENGREST_naturalgas_ccccsavgcf_mid_0,natural_gas_CCS,1,33,1,1,1,0,0,0,0.0,0,1,500.0,0,-1.0,229388,27483,5.82,103,0.0,7.52,NENGREST_NG_ccs90,0.6,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0
-NENGREST,0,NENGREST_naturalgas_ccavgcf_mid_0,natural_gas,1,34,1,1,1,0,0,0,0.0,1,1,500.0,0,-1.0,110025,12441,1.61,103,2.0,6.27,NENGREST_NG,0.2,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0
-NENGREST,0,NENGREST_naturalgas_ctavgcf_mid_0,natural_gas,1,35,1,1,1,0,0,0,0.0,1,1,100.0,0,-1.0,81998,6960,4.49,134,3.5,9.9,NENGREST_NG,0.3,1.0,3.78,3.78,1,1,0.315,0.63,0,0
-NENGREST,0,NENGREST_naturalgas_ccs100_mid_0,natural_gas_CCS,1,37,1,1,1,0,0,0,0.0,0,1,500.0,0,-1.0,239841,37153,6.26,103,0.0,7.89,NENGREST_NG_ccs100,0.6,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0
-NENG_CT,0,NENG_CT_naturalgas_ccccsavgcf_mid_0,natural_gas_CCS,1,41,2,1,1,0,0,0,0.0,0,1,500.0,0,-1.0,229388,27483,5.82,103,0.0,7.52,NENG_CT_NG_ccs90,0.6,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0
-NENG_CT,0,NENG_CT_naturalgas_ccavgcf_mid_0,natural_gas,1,42,2,1,1,0,0,0,0.0,1,1,500.0,0,-1.0,110025,12441,1.61,103,2.0,6.27,NENG_CT_NG,0.2,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0
-NENG_CT,0,NENG_CT_naturalgas_ctavgcf_mid_0,natural_gas,1,43,2,1,1,0,0,0,0.0,1,1,100.0,0,-1.0,81998,6960,4.49,134,3.5,9.9,NENG_CT_NG,0.3,1.0,3.78,3.78,1,1,0.315,0.63,0,0
-NENG_CT,0,NENG_CT_naturalgas_ccs100_mid_0,natural_gas_CCS,1,45,2,1,1,0,0,0,0.0,0,1,500.0,0,-1.0,239841,37153,6.26,103,0.0,7.89,NENG_CT_NG_ccs100,0.6,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0
-NENG_ME,0,NENG_ME_naturalgas_ccccsavgcf_mid_0,natural_gas_CCS,1,49,3,1,1,0,0,0,0.0,0,1,500.0,0,-1.0,229388,27483,5.82,103,0.0,7.52,NENG_ME_NG_ccs90,0.6,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0
-NENG_ME,0,NENG_ME_naturalgas_ccavgcf_mid_0,natural_gas,1,50,3,1,1,0,0,0,0.0,1,1,500.0,0,-1.0,110025,12441,1.61,103,2.0,6.27,NENG_ME_NG,0.2,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0
-NENG_ME,0,NENG_ME_naturalgas_ctavgcf_mid_0,natural_gas,1,51,3,1,1,0,0,0,0.0,1,1,100.0,0,-1.0,81998,6960,4.49,134,3.5,9.9,NENG_ME_NG,0.3,1.0,3.78,3.78,1,1,0.315,0.63,0,0
-NENG_ME,0,NENG_ME_naturalgas_ccs100_mid_0,natural_gas_CCS,1,53,3,1,1,0,0,0,0.0,0,1,500.0,0,-1.0,239841,37153,6.26,103,0.0,7.89,NENG_ME_NG_ccs100,0.6,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Resources/Vre.csv b/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Resources/Vre.csv
deleted file mode 100644
index 9e005490f1..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Resources/Vre.csv
+++ /dev/null
@@ -1,16 +0,0 @@
-region,cluster,Resource,Resource_Type,MGA,R_ID,Zone,Commit,LDS,Num_VRE_Bins,Min_Share,Max_Share,Existing_Cap_MW,New_Build,Can_Retire,Cap_Size,Min_Cap_MW,Max_Cap_MW,Inv_Cost_per_MWyr,Fixed_OM_Cost_per_MWyr,Var_OM_Cost_per_MWh,Start_Cost_per_MW,Start_Fuel_MMBTU_per_MW,Heat_Rate_MMBTU_per_MWh,Fuel,Min_Power,Hydro_Energy_to_Power_Ratio,Ramp_Up_Percentage,Ramp_Dn_Percentage,Reg_Max,Rsv_Max,Reg_Cost,Rsv_Cost
-NENGREST,1,NENGREST_offshore_wind_turbine_1,offshore_wind,1,10,1,0,0,1,0,0,30.0,0,1,30.0,0,0.0,0,128440,0.0,0,0.0,9.12,None,0.0,0.0,0.0,0.0,0.0,0.0,0,0
-NENGREST,1,NENGREST_onshore_wind_turbine_1,onshore_wind,1,11,1,0,0,1,0,0,145.8,0,1,9.75,0,0.0,0,43205,-18.0,0,0.0,9.12,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0
-NENGREST,1,NENGREST_solar_photovoltaic_1,solar,1,13,1,0,0,1,0,0,821.4,0,1,2.6,0,0.0,0,18760,0.0,0,0.0,9.13,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0
-NENG_CT,1,NENG_CT_onshore_wind_turbine_1,onshore_wind,1,22,2,0,0,1,0,0,6.5,0,1,5.0,0,0.0,0,43205,-18.0,0,0.0,9.12,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0
-NENG_CT,1,NENG_CT_solar_photovoltaic_1,solar,1,24,2,0,0,1,0,0,374.6,0,1,5.67,0,0.0,0,18760,0.0,0,0.0,9.16,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0
-NENG_ME,1,NENG_ME_onshore_wind_turbine_1,onshore_wind,1,30,3,0,0,1,0,0,1190.9,0,1,48.5,0,0.0,0,43205,-18.0,0,0.0,9.12,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0
-NENG_ME,1,NENG_ME_solar_photovoltaic_1,solar,1,32,3,0,0,1,0,0,11.8,0,1,1.5,0,0.0,0,18760,0.0,0,0.0,9.12,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0
-NENGREST,1,NENGREST_landbasedwind_ltrg1_mid_130_1,onshore_wind,1,38,1,0,0,1,0,0,0.0,1,1,1.0,0,4888.236,194100,41460,0.0,0,0.0,0.0,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0
-NENGREST,1,NENGREST_utilitypv_losangeles_mid_80_0_2_1,solar,1,39,1,0,0,1,0,0,0.0,1,1,1.0,0,20835.569,99283,13055,0.0,0,0.0,0.0,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0
-NENGREST,1,NENGREST_offshorewind_otrg3_mid_fixed_1_176_77_1,offshore_wind,1,40,1,0,0,1,0,0,0.0,1,1,1.0,0,9848.442,260044,91549,0.0,0,0.0,0.0,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0
-NENG_CT,1,NENG_CT_landbasedwind_ltrg1_mid_110_1,onshore_wind,1,46,2,0,0,1,0,0,0.0,1,1,1.0,0,1982.895,185181,41460,0.0,0,0.0,0.0,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0
-NENG_CT,1,NENG_CT_utilitypv_losangeles_mid_80_0_2_1,solar,1,47,2,0,0,1,0,0,0.0,1,1,1.0,0,17063.264,98631,13055,0.0,0,0.0,0.0,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0
-NENG_CT,1,NENG_CT_offshorewind_otrg3_mid_fixed_1_176_77_1,offshore_wind,1,48,2,0,0,1,0,0,0.0,1,1,1.0,0,477.5,247542,91549,0.0,0,0.0,0.0,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0
-NENG_ME,1,NENG_ME_landbasedwind_ltrg1_mid_110_1,onshore_wind,1,54,3,0,0,1,0,0,0.0,1,1,1.0,0,20430.499,233173,41460,0.0,0,0.0,0.0,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0
-NENG_ME,1,NENG_ME_utilitypv_losangeles_mid_100_0_2_1,solar,1,55,3,0,0,1,0,0,0.0,1,1,1.0,0,21535.709,98706,13055,0.0,0,0.0,0.0,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Run.jl b/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Run.jl
deleted file mode 100644
index b44ca23ec1..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Run.jl
+++ /dev/null
@@ -1,3 +0,0 @@
-using GenX
-
-run_genx_case!(dirname(@__FILE__))
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Settings/cbc_settings.yml b/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Settings/cbc_settings.yml
deleted file mode 100644
index 92c6fa892f..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Settings/cbc_settings.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-# CBC Solver Parameters
-# Common solver settings
-TimeLimit: 110000 # Solution timeout limit. For example, set_optimizer_attribute(model, "seconds", 60.0).
-
-#CBC-specific solver settings
-logLevel: 1 # Set to 1 to enable solution output. For example, set_optimizer_attribute(model, "logLevel", 1).
-maxSolutions: -1 # Terminate after this many feasible solutions have been found. For example, set_optimizer_attribute(model, "maxSolutions", 1).
-maxNodes: 2000 # Terminate after this many branch-and-bound nodes have been evaluated. For example, set_optimizer_attribute(model, "maxNodes", 1).
-allowableGap: 1 # Terminate after optimality gap is less than this value (on an absolute scale). For example, set_optimizer_attribute(model, "allowableGap", 0.05).
-ratioGap: 0.01 # Terminate after optimality gap is smaller than this relative fraction. For example, set_optimizer_attribute(model, "allowableGap", 0.05).
-threads: 2 # Set the number of threads to use for parallel branch & bound. For example, set_optimizer_attribute(model, "threads", 2)
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Settings/genx_settings.yml b/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Settings/genx_settings.yml
deleted file mode 100644
index a4c29f8a01..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Settings/genx_settings.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-OverwriteResults: 0 # Overwrite existing results in output folder or create a new one; 0 = create new folder; 1 = overwrite existing results
-PrintModel: 0 # Write the model formulation as an output; 0 = active; 1 = not active
-NetworkExpansion: 1 # Transmission network expansionl; 0 = not active; 1 = active systemwide
-Trans_Loss_Segments: 1 # Number of segments used in piecewise linear approximation of transmission losses; 1 = linear, >2 = piecewise quadratic
-Reserves: 0 # Regulation (primary) and operating (secondary) reserves; 0 = not active, 1 = active systemwide
-EnergyShareRequirement: 1 # Minimum qualifying renewables penetration; 0 = not active; 1 = active systemwide
-CapacityReserveMargin: 1 # Number of capacity reserve margin constraints; 0 = not active; 1 = active systemwide
-CO2Cap: 1 # CO2 emissions cap; 0 = not active (no CO2 emission limit); 1 = mass-based emission limit constraint; 2 = demand + rate-based emission limit constraint; 3 = generation + rate-based emission limit constraint
-StorageLosses: 1 # Energy Share Requirement and CO2 constraints account for energy lost; 0 = not active (DO NOT account for energy lost); 1 = active systemwide (DO account for energy lost)
-MinCapReq: 1 # Activate minimum technology carveout constraints; 0 = not active; 1 = active
-MaxCapReq: 0 # Activate maximum technology carveout constraints; 0 = not active; 1 = active
-ParameterScale: 1 # Turn on parameter scaling wherein demand, capacity and power variables are defined in GW rather than MW. 0 = not active; 1 = active systemwide
-WriteShadowPrices: 1 # Write shadow prices of LP or relaxed MILP; 0 = not active; 1 = active
-UCommit: 0 # Unit committment of thermal power plants; 0 = not active; 1 = active using integer clestering; 2 = active using linearized clustering
-TimeDomainReductionFolder: "TDR_Results" # Directory name where results from time domain reduction will be saved. If results already exist here, these will be used without running time domain reduction script again.
-TimeDomainReduction: 0 # Time domain reduce (i.e. cluster) inputs based on Demand_data.csv, Generators_variability.csv, and Fuels_data.csv; 0 = not active (use input data as provided); 0 = active (cluster input data, or use data that has already been clustered)
-ModelingToGenerateAlternatives: 0 # Modeling to generate alternatives; 0 = not active; 1 = active. Note: produces a single solution as output
-ModelingtoGenerateAlternativeSlack: 0.1 # Slack value as a fraction of least-cost objective in budget constraint used for evaluating alternative model solutions; positive float value
-ModelingToGenerateAlternativeIterations: 3 # Number of MGA iterations with maximization and minimization objective
-MethodofMorris: 0 #Flag for turning on the Method of Morris analysis
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Settings/scip_settings.yml b/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Settings/scip_settings.yml
deleted file mode 100644
index 2779d54826..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone_FullTimeseries/Settings/scip_settings.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-# SCIP Solver Parameters
-
-#SCIP-specific solver settings
-Dispverblevel: 0
-limitsgap: 0.05
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/CO2_cap.csv b/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/CO2_cap.csv
deleted file mode 100644
index 97ba02e752..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/CO2_cap.csv
+++ /dev/null
@@ -1,4 +0,0 @@
-,Network_zones,CO_2_Cap_Zone_1,CO_2_Max_Mtons_1
-NENGREST,z1,1,8.59
-NENG_CT,z2,1,2.31
-NENG_ME,z3,1,1.29
\ No newline at end of file
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/Capacity_reserve_margin.csv b/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/Capacity_reserve_margin.csv
deleted file mode 100644
index 766b9ffed0..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/Capacity_reserve_margin.csv
+++ /dev/null
@@ -1,4 +0,0 @@
-,Network_zones,CapRes_1
-NENGREST,z1,0.193
-NENG_CT,z2,0.193
-NENG_ME,z3,0.193
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/Demand_data.csv b/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/Demand_data.csv
deleted file mode 100644
index d35fede20e..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/Demand_data.csv
+++ /dev/null
@@ -1,8761 +0,0 @@
-Voll,Demand_Segment,Cost_of_Demand_Curtailment_per_MW,Max_Demand_Curtailment,$/MWh,Rep_Periods,Timesteps_per_Rep_Period,Sub_Weights,Time_Index,Demand_MW_z1,Demand_MW_z2,Demand_MW_z3
-2000,1,1,1,2000,1,8760,8760,1,7850,2242,1070
-,2,0.9,0.04,1800,,,,2,7424,2120,1012
-,3,0.55,0.024,1100,,,,3,7107,2029,969
-,4,0.2,0.003,400,,,,4,6947,1984,947
-,,,,,,,,5,6922,1977,944
-,,,,,,,,6,7045,2012,960
-,,,,,,,,7,7307,2087,996
-,,,,,,,,8,7544,2154,1029
-,,,,,,,,9,7946,2269,1083
-,,,,,,,,10,8340,2382,1137
-,,,,,,,,11,8578,2449,1169
-,,,,,,,,12,8666,2474,1181
-,,,,,,,,13,8707,2487,1187
-,,,,,,,,14,8630,2464,1176
-,,,,,,,,15,8544,2440,1165
-,,,,,,,,16,8594,2454,1171
-,,,,,,,,17,9431,2693,1286
-,,,,,,,,18,10225,2920,1394
-,,,,,,,,19,10165,2903,1386
-,,,,,,,,20,9854,2815,1343
-,,,,,,,,21,9490,2710,1294
-,,,,,,,,22,8982,2565,1225
-,,,,,,,,23,8353,2385,1139
-,,,,,,,,24,7648,2184,1042
-,,,,,,,,25,7051,2013,961
-,,,,,,,,26,6689,1910,912
-,,,,,,,,27,6515,1861,888
-,,,,,,,,28,6476,1849,883
-,,,,,,,,29,6618,1890,902
-,,,,,,,,30,6980,1993,951
-,,,,,,,,31,7523,2148,1025
-,,,,,,,,32,7968,2275,1086
-,,,,,,,,33,8513,2431,1161
-,,,,,,,,34,9072,2591,1236
-,,,,,,,,35,9482,2708,1292
-,,,,,,,,36,9650,2755,1316
-,,,,,,,,37,9635,2751,1313
-,,,,,,,,38,9572,2734,1305
-,,,,,,,,39,9542,2725,1301
-,,,,,,,,40,9687,2766,1321
-,,,,,,,,41,10596,3026,1444
-,,,,,,,,42,11515,3289,1570
-,,,,,,,,43,11414,3260,1556
-,,,,,,,,44,11138,3181,1519
-,,,,,,,,45,10688,3052,1457
-,,,,,,,,46,9979,2850,1360
-,,,,,,,,47,9100,2599,1241
-,,,,,,,,48,8304,2372,1132
-,,,,,,,,49,7776,2221,1060
-,,,,,,,,50,7513,2145,1024
-,,,,,,,,51,7386,2109,1007
-,,,,,,,,52,7401,2114,1009
-,,,,,,,,53,7667,2189,1045
-,,,,,,,,54,8455,2414,1152
-,,,,,,,,55,9848,2812,1343
-,,,,,,,,56,10629,3035,1449
-,,,,,,,,57,10761,3073,1467
-,,,,,,,,58,10835,3094,1477
-,,,,,,,,59,10932,3122,1490
-,,,,,,,,60,10950,3127,1493
-,,,,,,,,61,10905,3115,1487
-,,,,,,,,62,10890,3111,1484
-,,,,,,,,63,10849,3098,1479
-,,,,,,,,64,10999,3141,1499
-,,,,,,,,65,11858,3386,1616
-,,,,,,,,66,12796,3654,1745
-,,,,,,,,67,12821,3661,1748
-,,,,,,,,68,12605,3600,1719
-,,,,,,,,69,12195,3483,1663
-,,,,,,,,70,11476,3277,1565
-,,,,,,,,71,10515,3003,1434
-,,,,,,,,72,9674,2763,1319
-,,,,,,,,73,9151,2614,1247
-,,,,,,,,74,8876,2535,1210
-,,,,,,,,75,8736,2495,1191
-,,,,,,,,76,8752,2499,1193
-,,,,,,,,77,8990,2568,1226
-,,,,,,,,78,9733,2780,1327
-,,,,,,,,79,11084,3166,1511
-,,,,,,,,80,11820,3376,1611
-,,,,,,,,81,11834,3380,1614
-,,,,,,,,82,11803,3371,1609
-,,,,,,,,83,11777,3363,1605
-,,,,,,,,84,11661,3330,1590
-,,,,,,,,85,11494,3283,1567
-,,,,,,,,86,11395,3255,1554
-,,,,,,,,87,11306,3229,1541
-,,,,,,,,88,11423,3262,1557
-,,,,,,,,89,12221,3491,1666
-,,,,,,,,90,12871,3676,1755
-,,,,,,,,91,12772,3647,1741
-,,,,,,,,92,12474,3562,1701
-,,,,,,,,93,11997,3426,1635
-,,,,,,,,94,11207,3201,1528
-,,,,,,,,95,10201,2914,1391
-,,,,,,,,96,9270,2648,1264
-,,,,,,,,97,8676,2478,1182
-,,,,,,,,98,8358,2387,1140
-,,,,,,,,99,8198,2341,1117
-,,,,,,,,100,8168,2333,1114
-,,,,,,,,101,8378,2393,1142
-,,,,,,,,102,9065,2589,1236
-,,,,,,,,103,10371,2962,1414
-,,,,,,,,104,11136,3181,1518
-,,,,,,,,105,11217,3204,1530
-,,,,,,,,106,11267,3218,1536
-,,,,,,,,107,11216,3203,1530
-,,,,,,,,108,11059,3159,1508
-,,,,,,,,109,10923,3119,1489
-,,,,,,,,110,10869,3104,1482
-,,,,,,,,111,10783,3080,1470
-,,,,,,,,112,10853,3100,1479
-,,,,,,,,113,11542,3296,1574
-,,,,,,,,114,12297,3512,1676
-,,,,,,,,115,12252,3499,1671
-,,,,,,,,116,11974,3420,1632
-,,,,,,,,117,11527,3292,1571
-,,,,,,,,118,10788,3081,1471
-,,,,,,,,119,9795,2797,1335
-,,,,,,,,120,8937,2553,1218
-,,,,,,,,121,8376,2392,1141
-,,,,,,,,122,8071,2305,1100
-,,,,,,,,123,7915,2260,1079
-,,,,,,,,124,7876,2249,1074
-,,,,,,,,125,8068,2304,1100
-,,,,,,,,126,8750,2499,1193
-,,,,,,,,127,10032,2865,1368
-,,,,,,,,128,10800,3085,1473
-,,,,,,,,129,10890,3110,1484
-,,,,,,,,130,10901,3113,1486
-,,,,,,,,131,10853,3100,1479
-,,,,,,,,132,10692,3053,1458
-,,,,,,,,133,10515,3003,1434
-,,,,,,,,134,10423,2976,1421
-,,,,,,,,135,10278,2935,1401
-,,,,,,,,136,10327,2950,1408
-,,,,,,,,137,10930,3121,1490
-,,,,,,,,138,11507,3286,1569
-,,,,,,,,139,11322,3234,1544
-,,,,,,,,140,10996,3140,1499
-,,,,,,,,141,10561,3016,1440
-,,,,,,,,142,9994,2855,1363
-,,,,,,,,143,9224,2635,1257
-,,,,,,,,144,8432,2408,1150
-,,,,,,,,145,7819,2234,1066
-,,,,,,,,146,7480,2136,1020
-,,,,,,,,147,7296,2083,994
-,,,,,,,,148,7221,2063,984
-,,,,,,,,149,7293,2083,994
-,,,,,,,,150,7571,2162,1032
-,,,,,,,,151,8073,2305,1100
-,,,,,,,,152,8602,2456,1172
-,,,,,,,,153,9143,2611,1247
-,,,,,,,,154,9471,2704,1291
-,,,,,,,,155,9563,2731,1303
-,,,,,,,,156,9486,2709,1293
-,,,,,,,,157,9312,2659,1269
-,,,,,,,,158,9115,2603,1242
-,,,,,,,,159,8976,2564,1224
-,,,,,,,,160,9072,2591,1236
-,,,,,,,,161,9736,2780,1328
-,,,,,,,,162,10403,2970,1418
-,,,,,,,,163,10280,2936,1402
-,,,,,,,,164,9950,2842,1357
-,,,,,,,,165,9638,2752,1314
-,,,,,,,,166,9187,2624,1252
-,,,,,,,,167,8597,2455,1172
-,,,,,,,,168,7948,2270,1084
-,,,,,,,,169,7404,2114,1010
-,,,,,,,,170,7089,2024,966
-,,,,,,,,171,6902,1971,941
-,,,,,,,,172,6852,1957,934
-,,,,,,,,173,6904,1972,941
-,,,,,,,,174,7105,2029,969
-,,,,,,,,175,7494,2140,1021
-,,,,,,,,176,7901,2256,1077
-,,,,,,,,177,8468,2418,1154
-,,,,,,,,178,8906,2544,1214
-,,,,,,,,179,9183,2623,1252
-,,,,,,,,180,9356,2672,1276
-,,,,,,,,181,9386,2680,1280
-,,,,,,,,182,9334,2665,1272
-,,,,,,,,183,9301,2656,1268
-,,,,,,,,184,9431,2694,1286
-,,,,,,,,185,10240,2925,1396
-,,,,,,,,186,11081,3165,1511
-,,,,,,,,187,11064,3160,1509
-,,,,,,,,188,10779,3078,1469
-,,,,,,,,189,10405,2971,1418
-,,,,,,,,190,9791,2796,1335
-,,,,,,,,191,8983,2565,1225
-,,,,,,,,192,8276,2364,1128
-,,,,,,,,193,7813,2231,1065
-,,,,,,,,194,7590,2168,1035
-,,,,,,,,195,7507,2144,1024
-,,,,,,,,196,7536,2152,1027
-,,,,,,,,197,7808,2230,1065
-,,,,,,,,198,8592,2454,1171
-,,,,,,,,199,10003,2857,1363
-,,,,,,,,200,10818,3090,1475
-,,,,,,,,201,10898,3112,1486
-,,,,,,,,202,10909,3115,1487
-,,,,,,,,203,10903,3114,1487
-,,,,,,,,204,10810,3087,1474
-,,,,,,,,205,10627,3035,1449
-,,,,,,,,206,10513,3002,1434
-,,,,,,,,207,10366,2960,1414
-,,,,,,,,208,10401,2970,1418
-,,,,,,,,209,11101,3170,1514
-,,,,,,,,210,12044,3440,1642
-,,,,,,,,211,12015,3431,1638
-,,,,,,,,212,11693,3339,1594
-,,,,,,,,213,11225,3205,1530
-,,,,,,,,214,10453,2985,1425
-,,,,,,,,215,9470,2704,1291
-,,,,,,,,216,8600,2456,1172
-,,,,,,,,217,8029,2293,1095
-,,,,,,,,218,7745,2212,1055
-,,,,,,,,219,7589,2167,1035
-,,,,,,,,220,7578,2164,1033
-,,,,,,,,221,7797,2227,1063
-,,,,,,,,222,8521,2434,1161
-,,,,,,,,223,9893,2825,1349
-,,,,,,,,224,10626,3035,1449
-,,,,,,,,225,10665,3046,1454
-,,,,,,,,226,10719,3061,1461
-,,,,,,,,227,10723,3062,1462
-,,,,,,,,228,10619,3033,1448
-,,,,,,,,229,10444,2983,1424
-,,,,,,,,230,10355,2957,1412
-,,,,,,,,231,10262,2930,1399
-,,,,,,,,232,10332,2950,1408
-,,,,,,,,233,11008,3144,1501
-,,,,,,,,234,11778,3363,1605
-,,,,,,,,235,11691,3339,1594
-,,,,,,,,236,11401,3256,1555
-,,,,,,,,237,10973,3134,1496
-,,,,,,,,238,10250,2927,1398
-,,,,,,,,239,9297,2655,1267
-,,,,,,,,240,8468,2418,1154
-,,,,,,,,241,7942,2269,1083
-,,,,,,,,242,7679,2193,1047
-,,,,,,,,243,7558,2158,1030
-,,,,,,,,244,7592,2168,1035
-,,,,,,,,245,7830,2236,1067
-,,,,,,,,246,8613,2459,1174
-,,,,,,,,247,9991,2854,1363
-,,,,,,,,248,10722,3062,1462
-,,,,,,,,249,10723,3062,1462
-,,,,,,,,250,10659,3044,1453
-,,,,,,,,251,10621,3033,1448
-,,,,,,,,252,10536,3009,1436
-,,,,,,,,253,10388,2966,1416
-,,,,,,,,254,10328,2950,1408
-,,,,,,,,255,10230,2921,1394
-,,,,,,,,256,10299,2941,1404
-,,,,,,,,257,10965,3131,1495
-,,,,,,,,258,11781,3365,1606
-,,,,,,,,259,11737,3352,1600
-,,,,,,,,260,11448,3270,1560
-,,,,,,,,261,11009,3144,1501
-,,,,,,,,262,10255,2929,1398
-,,,,,,,,263,9275,2649,1265
-,,,,,,,,264,8412,2402,1146
-,,,,,,,,265,7842,2239,1069
-,,,,,,,,266,7529,2150,1026
-,,,,,,,,267,7381,2108,1006
-,,,,,,,,268,7378,2107,1005
-,,,,,,,,269,7607,2172,1037
-,,,,,,,,270,8322,2376,1135
-,,,,,,,,271,9608,2744,1310
-,,,,,,,,272,10497,2998,1431
-,,,,,,,,273,10744,3068,1464
-,,,,,,,,274,10919,3119,1489
-,,,,,,,,275,11073,3162,1509
-,,,,,,,,276,11112,3173,1515
-,,,,,,,,277,11068,3161,1509
-,,,,,,,,278,11019,3147,1502
-,,,,,,,,279,10873,3105,1482
-,,,,,,,,280,10847,3098,1479
-,,,,,,,,281,11364,3246,1550
-,,,,,,,,282,11951,3413,1630
-,,,,,,,,283,11830,3378,1613
-,,,,,,,,284,11479,3278,1565
-,,,,,,,,285,10997,3140,1499
-,,,,,,,,286,10224,2920,1393
-,,,,,,,,287,9251,2642,1261
-,,,,,,,,288,8405,2400,1146
-,,,,,,,,289,7811,2231,1065
-,,,,,,,,290,7513,2145,1024
-,,,,,,,,291,7371,2105,1004
-,,,,,,,,292,7344,2098,1001
-,,,,,,,,293,7542,2154,1028
-,,,,,,,,294,8217,2347,1120
-,,,,,,,,295,9501,2713,1295
-,,,,,,,,296,10340,2953,1409
-,,,,,,,,297,10503,3000,1432
-,,,,,,,,298,10548,3012,1438
-,,,,,,,,299,10562,3016,1440
-,,,,,,,,300,10516,3003,1434
-,,,,,,,,301,10420,2976,1421
-,,,,,,,,302,10378,2964,1415
-,,,,,,,,303,10339,2953,1409
-,,,,,,,,304,10489,2995,1430
-,,,,,,,,305,11141,3182,1519
-,,,,,,,,306,11795,3369,1608
-,,,,,,,,307,11688,3338,1594
-,,,,,,,,308,11389,3253,1553
-,,,,,,,,309,11010,3145,1501
-,,,,,,,,310,10445,2983,1424
-,,,,,,,,311,9687,2766,1321
-,,,,,,,,312,8931,2550,1217
-,,,,,,,,313,8341,2382,1137
-,,,,,,,,314,7996,2284,1090
-,,,,,,,,315,7802,2229,1064
-,,,,,,,,316,7742,2211,1055
-,,,,,,,,317,7823,2234,1066
-,,,,,,,,318,8097,2313,1104
-,,,,,,,,319,8611,2459,1174
-,,,,,,,,320,9128,2607,1244
-,,,,,,,,321,9713,2774,1324
-,,,,,,,,322,10173,2905,1387
-,,,,,,,,323,10367,2960,1414
-,,,,,,,,324,10302,2942,1404
-,,,,,,,,325,10138,2895,1383
-,,,,,,,,326,9948,2841,1356
-,,,,,,,,327,9858,2815,1344
-,,,,,,,,328,9938,2838,1355
-,,,,,,,,329,10586,3023,1444
-,,,,,,,,330,11470,3276,1564
-,,,,,,,,331,11467,3275,1564
-,,,,,,,,332,11210,3201,1529
-,,,,,,,,333,10857,3101,1480
-,,,,,,,,334,10427,2978,1422
-,,,,,,,,335,9916,2832,1352
-,,,,,,,,336,9321,2662,1271
-,,,,,,,,337,8761,2502,1195
-,,,,,,,,338,8426,2406,1149
-,,,,,,,,339,8290,2368,1130
-,,,,,,,,340,8274,2363,1128
-,,,,,,,,341,8367,2389,1140
-,,,,,,,,342,8600,2456,1172
-,,,,,,,,343,9002,2571,1227
-,,,,,,,,344,9436,2694,1287
-,,,,,,,,345,10049,2870,1370
-,,,,,,,,346,10510,3001,1433
-,,,,,,,,347,10762,3073,1467
-,,,,,,,,348,10846,3097,1479
-,,,,,,,,349,10837,3095,1478
-,,,,,,,,350,10727,3064,1463
-,,,,,,,,351,10661,3045,1454
-,,,,,,,,352,10747,3069,1465
-,,,,,,,,353,11443,3268,1560
-,,,,,,,,354,12353,3528,1684
-,,,,,,,,355,12368,3532,1686
-,,,,,,,,356,12024,3434,1640
-,,,,,,,,357,11680,3336,1592
-,,,,,,,,358,11098,3170,1513
-,,,,,,,,359,10403,2971,1418
-,,,,,,,,360,9707,2772,1323
-,,,,,,,,361,9218,2633,1257
-,,,,,,,,362,8963,2559,1222
-,,,,,,,,363,8860,2530,1208
-,,,,,,,,364,8864,2532,1208
-,,,,,,,,365,9069,2590,1236
-,,,,,,,,366,9604,2743,1309
-,,,,,,,,367,10488,2995,1430
-,,,,,,,,368,11139,3181,1519
-,,,,,,,,369,11587,3309,1580
-,,,,,,,,370,11837,3381,1614
-,,,,,,,,371,11933,3408,1627
-,,,,,,,,372,11838,3381,1614
-,,,,,,,,373,11648,3326,1588
-,,,,,,,,374,11515,3289,1570
-,,,,,,,,375,11370,3247,1550
-,,,,,,,,376,11392,3254,1553
-,,,,,,,,377,11972,3419,1632
-,,,,,,,,378,12745,3640,1737
-,,,,,,,,379,12604,3600,1718
-,,,,,,,,380,12223,3491,1666
-,,,,,,,,381,11668,3332,1590
-,,,,,,,,382,10868,3104,1482
-,,,,,,,,383,9911,2830,1351
-,,,,,,,,384,9028,2579,1231
-,,,,,,,,385,8422,2405,1148
-,,,,,,,,386,8080,2308,1101
-,,,,,,,,387,7926,2264,1080
-,,,,,,,,388,7885,2252,1075
-,,,,,,,,389,8084,2309,1102
-,,,,,,,,390,8771,2504,1196
-,,,,,,,,391,10017,2861,1366
-,,,,,,,,392,10748,3070,1465
-,,,,,,,,393,10856,3101,1480
-,,,,,,,,394,10861,3101,1480
-,,,,,,,,395,10853,3100,1479
-,,,,,,,,396,10811,3087,1474
-,,,,,,,,397,10754,3071,1466
-,,,,,,,,398,10741,3068,1464
-,,,,,,,,399,10705,3057,1459
-,,,,,,,,400,10808,3086,1474
-,,,,,,,,401,11408,3258,1555
-,,,,,,,,402,11990,3424,1635
-,,,,,,,,403,11823,3376,1612
-,,,,,,,,404,11467,3275,1563
-,,,,,,,,405,10936,3124,1491
-,,,,,,,,406,10145,2897,1383
-,,,,,,,,407,9158,2615,1248
-,,,,,,,,408,8270,2362,1127
-,,,,,,,,409,7673,2191,1046
-,,,,,,,,410,7368,2104,1004
-,,,,,,,,411,7210,2059,983
-,,,,,,,,412,7192,2054,980
-,,,,,,,,413,7428,2121,1013
-,,,,,,,,414,8195,2340,1117
-,,,,,,,,415,9601,2742,1309
-,,,,,,,,416,10337,2952,1409
-,,,,,,,,417,10414,2974,1419
-,,,,,,,,418,10477,2992,1428
-,,,,,,,,419,10558,3015,1439
-,,,,,,,,420,10563,3017,1440
-,,,,,,,,421,10514,3003,1434
-,,,,,,,,422,10502,3000,1432
-,,,,,,,,423,10452,2985,1425
-,,,,,,,,424,10540,3010,1437
-,,,,,,,,425,11167,3189,1523
-,,,,,,,,426,12222,3491,1666
-,,,,,,,,427,12311,3516,1679
-,,,,,,,,428,12097,3455,1649
-,,,,,,,,429,11681,3336,1592
-,,,,,,,,430,10975,3135,1496
-,,,,,,,,431,10076,2878,1373
-,,,,,,,,432,9249,2641,1261
-,,,,,,,,433,8734,2494,1191
-,,,,,,,,434,8488,2424,1157
-,,,,,,,,435,8386,2395,1143
-,,,,,,,,436,8405,2400,1146
-,,,,,,,,437,8672,2476,1182
-,,,,,,,,438,9446,2698,1288
-,,,,,,,,439,10860,3101,1480
-,,,,,,,,440,11601,3313,1581
-,,,,,,,,441,11633,3322,1586
-,,,,,,,,442,11574,3306,1578
-,,,,,,,,443,11511,3287,1570
-,,,,,,,,444,11368,3246,1550
-,,,,,,,,445,11190,3196,1525
-,,,,,,,,446,11078,3164,1510
-,,,,,,,,447,10946,3126,1493
-,,,,,,,,448,11021,3148,1503
-,,,,,,,,449,11577,3306,1579
-,,,,,,,,450,12352,3528,1684
-,,,,,,,,451,12330,3521,1681
-,,,,,,,,452,12117,3461,1652
-,,,,,,,,453,11631,3322,1585
-,,,,,,,,454,10865,3103,1481
-,,,,,,,,455,9900,2827,1350
-,,,,,,,,456,9025,2578,1231
-,,,,,,,,457,8434,2409,1150
-,,,,,,,,458,8100,2314,1105
-,,,,,,,,459,7947,2269,1083
-,,,,,,,,460,7913,2260,1079
-,,,,,,,,461,8152,2329,1111
-,,,,,,,,462,8866,2532,1209
-,,,,,,,,463,10188,2910,1389
-,,,,,,,,464,10891,3111,1484
-,,,,,,,,465,10970,3133,1495
-,,,,,,,,466,11002,3142,1500
-,,,,,,,,467,11033,3151,1504
-,,,,,,,,468,10988,3138,1498
-,,,,,,,,469,10865,3103,1481
-,,,,,,,,470,10786,3081,1470
-,,,,,,,,471,10656,3043,1453
-,,,,,,,,472,10674,3049,1455
-,,,,,,,,473,11148,3184,1520
-,,,,,,,,474,12025,3435,1640
-,,,,,,,,475,11980,3421,1633
-,,,,,,,,476,11686,3337,1593
-,,,,,,,,477,11305,3229,1541
-,,,,,,,,478,10761,3073,1467
-,,,,,,,,479,10019,2861,1366
-,,,,,,,,480,9243,2639,1260
-,,,,,,,,481,8690,2482,1185
-,,,,,,,,482,8380,2393,1142
-,,,,,,,,483,8190,2339,1116
-,,,,,,,,484,8116,2318,1106
-,,,,,,,,485,8185,2338,1116
-,,,,,,,,486,8450,2414,1152
-,,,,,,,,487,8973,2563,1223
-,,,,,,,,488,9596,2740,1308
-,,,,,,,,489,10290,2939,1403
-,,,,,,,,490,10895,3111,1485
-,,,,,,,,491,11267,3218,1536
-,,,,,,,,492,11426,3263,1558
-,,,,,,,,493,11425,3263,1558
-,,,,,,,,494,11280,3221,1538
-,,,,,,,,495,11096,3169,1513
-,,,,,,,,496,11018,3146,1502
-,,,,,,,,497,11439,3266,1560
-,,,,,,,,498,12161,3473,1658
-,,,,,,,,499,12036,3437,1641
-,,,,,,,,500,11619,3318,1584
-,,,,,,,,501,11190,3195,1525
-,,,,,,,,502,10634,3037,1449
-,,,,,,,,503,9951,2842,1357
-,,,,,,,,504,9283,2651,1266
-,,,,,,,,505,8761,2502,1195
-,,,,,,,,506,8474,2420,1156
-,,,,,,,,507,8336,2380,1136
-,,,,,,,,508,8275,2364,1128
-,,,,,,,,509,8330,2379,1136
-,,,,,,,,510,8557,2444,1166
-,,,,,,,,511,8959,2559,1222
-,,,,,,,,512,9399,2684,1282
-,,,,,,,,513,9982,2850,1361
-,,,,,,,,514,10341,2953,1410
-,,,,,,,,515,10483,2994,1429
-,,,,,,,,516,10481,2993,1428
-,,,,,,,,517,10418,2975,1420
-,,,,,,,,518,10339,2953,1409
-,,,,,,,,519,10308,2944,1405
-,,,,,,,,520,10326,2949,1408
-,,,,,,,,521,10808,3086,1474
-,,,,,,,,522,11527,3292,1571
-,,,,,,,,523,11531,3293,1572
-,,,,,,,,524,11320,3233,1544
-,,,,,,,,525,10905,3115,1487
-,,,,,,,,526,10222,2920,1393
-,,,,,,,,527,9458,2701,1289
-,,,,,,,,528,8683,2479,1184
-,,,,,,,,529,8126,2321,1108
-,,,,,,,,530,7842,2239,1069
-,,,,,,,,531,7727,2207,1054
-,,,,,,,,532,7733,2209,1055
-,,,,,,,,533,7973,2277,1087
-,,,,,,,,534,8704,2485,1186
-,,,,,,,,535,10034,2865,1368
-,,,,,,,,536,10781,3079,1469
-,,,,,,,,537,10942,3126,1492
-,,,,,,,,538,11033,3151,1504
-,,,,,,,,539,11119,3176,1516
-,,,,,,,,540,11103,3170,1514
-,,,,,,,,541,10996,3140,1499
-,,,,,,,,542,10921,3119,1489
-,,,,,,,,543,10803,3085,1473
-,,,,,,,,544,10808,3086,1474
-,,,,,,,,545,11301,3227,1540
-,,,,,,,,546,12019,3432,1639
-,,,,,,,,547,11919,3404,1625
-,,,,,,,,548,11541,3296,1574
-,,,,,,,,549,10997,3140,1499
-,,,,,,,,550,10197,2912,1390
-,,,,,,,,551,9194,2625,1253
-,,,,,,,,552,8285,2366,1130
-,,,,,,,,553,7707,2201,1050
-,,,,,,,,554,7341,2097,1000
-,,,,,,,,555,7162,2045,976
-,,,,,,,,556,7116,2032,970
-,,,,,,,,557,7319,2090,998
-,,,,,,,,558,7994,2283,1090
-,,,,,,,,559,9337,2666,1273
-,,,,,,,,560,10078,2878,1374
-,,,,,,,,561,10153,2900,1384
-,,,,,,,,562,10111,2888,1378
-,,,,,,,,563,10123,2891,1380
-,,,,,,,,564,10081,2879,1374
-,,,,,,,,565,9965,2846,1358
-,,,,,,,,566,9889,2825,1348
-,,,,,,,,567,9783,2794,1333
-,,,,,,,,568,9791,2796,1335
-,,,,,,,,569,10281,2936,1402
-,,,,,,,,570,11182,3194,1525
-,,,,,,,,571,11192,3196,1526
-,,,,,,,,572,10926,3120,1489
-,,,,,,,,573,10493,2997,1430
-,,,,,,,,574,9776,2792,1332
-,,,,,,,,575,8880,2536,1211
-,,,,,,,,576,8042,2297,1096
-,,,,,,,,577,7503,2143,1023
-,,,,,,,,578,7232,2065,986
-,,,,,,,,579,7111,2031,969
-,,,,,,,,580,7117,2033,970
-,,,,,,,,581,7346,2098,1001
-,,,,,,,,582,8087,2309,1102
-,,,,,,,,583,9490,2710,1294
-,,,,,,,,584,10273,2934,1401
-,,,,,,,,585,10338,2952,1409
-,,,,,,,,586,10396,2969,1418
-,,,,,,,,587,10443,2982,1424
-,,,,,,,,588,10416,2975,1420
-,,,,,,,,589,10312,2945,1406
-,,,,,,,,590,10256,2929,1398
-,,,,,,,,591,10138,2895,1383
-,,,,,,,,592,10122,2891,1380
-,,,,,,,,593,10578,3021,1442
-,,,,,,,,594,11573,3306,1578
-,,,,,,,,595,11640,3325,1587
-,,,,,,,,596,11375,3249,1551
-,,,,,,,,597,10958,3130,1494
-,,,,,,,,598,10211,2916,1392
-,,,,,,,,599,9243,2639,1260
-,,,,,,,,600,8385,2394,1143
-,,,,,,,,601,7825,2235,1067
-,,,,,,,,602,7539,2153,1028
-,,,,,,,,603,7404,2114,1010
-,,,,,,,,604,7398,2113,1009
-,,,,,,,,605,7632,2180,1040
-,,,,,,,,606,8343,2383,1137
-,,,,,,,,607,9737,2780,1328
-,,,,,,,,608,10482,2994,1429
-,,,,,,,,609,10532,3008,1436
-,,,,,,,,610,10500,2999,1432
-,,,,,,,,611,10474,2991,1428
-,,,,,,,,612,10405,2972,1418
-,,,,,,,,613,10322,2948,1407
-,,,,,,,,614,10314,2945,1406
-,,,,,,,,615,10285,2937,1402
-,,,,,,,,616,10364,2960,1413
-,,,,,,,,617,10868,3104,1482
-,,,,,,,,618,11660,3330,1590
-,,,,,,,,619,11630,3321,1585
-,,,,,,,,620,11361,3245,1549
-,,,,,,,,621,10911,3116,1488
-,,,,,,,,622,10191,2910,1389
-,,,,,,,,623,9244,2640,1260
-,,,,,,,,624,8396,2398,1145
-,,,,,,,,625,7822,2234,1066
-,,,,,,,,626,7494,2140,1021
-,,,,,,,,627,7343,2097,1001
-,,,,,,,,628,7289,2082,994
-,,,,,,,,629,7482,2137,1020
-,,,,,,,,630,8142,2325,1110
-,,,,,,,,631,9388,2681,1280
-,,,,,,,,632,10233,2922,1395
-,,,,,,,,633,10494,2997,1431
-,,,,,,,,634,10665,3046,1454
-,,,,,,,,635,10780,3079,1469
-,,,,,,,,636,10817,3089,1474
-,,,,,,,,637,10743,3068,1464
-,,,,,,,,638,10657,3044,1453
-,,,,,,,,639,10516,3003,1434
-,,,,,,,,640,10468,2990,1427
-,,,,,,,,641,10788,3081,1471
-,,,,,,,,642,11254,3214,1535
-,,,,,,,,643,11088,3167,1512
-,,,,,,,,644,10715,3060,1461
-,,,,,,,,645,10312,2945,1406
-,,,,,,,,646,9767,2790,1332
-,,,,,,,,647,9041,2582,1232
-,,,,,,,,648,8305,2372,1132
-,,,,,,,,649,7713,2203,1051
-,,,,,,,,650,7356,2101,1003
-,,,,,,,,651,7174,2048,978
-,,,,,,,,652,7106,2029,969
-,,,,,,,,653,7170,2048,978
-,,,,,,,,654,7470,2134,1019
-,,,,,,,,655,7989,2282,1089
-,,,,,,,,656,8543,2439,1165
-,,,,,,,,657,9129,2607,1245
-,,,,,,,,658,9504,2715,1296
-,,,,,,,,659,9671,2762,1318
-,,,,,,,,660,9578,2735,1306
-,,,,,,,,661,9397,2684,1281
-,,,,,,,,662,9152,2614,1247
-,,,,,,,,663,9002,2571,1227
-,,,,,,,,664,9005,2572,1227
-,,,,,,,,665,9435,2694,1287
-,,,,,,,,666,10341,2953,1410
-,,,,,,,,667,10416,2975,1420
-,,,,,,,,668,10112,2888,1378
-,,,,,,,,669,9802,2800,1337
-,,,,,,,,670,9331,2665,1272
-,,,,,,,,671,8730,2493,1190
-,,,,,,,,672,8088,2310,1103
-,,,,,,,,673,7567,2161,1031
-,,,,,,,,674,7254,2072,989
-,,,,,,,,675,7088,2024,966
-,,,,,,,,676,7034,2008,959
-,,,,,,,,677,7101,2028,968
-,,,,,,,,678,7312,2089,997
-,,,,,,,,679,7699,2199,1050
-,,,,,,,,680,8090,2310,1103
-,,,,,,,,681,8673,2477,1182
-,,,,,,,,682,9069,2590,1236
-,,,,,,,,683,9285,2652,1266
-,,,,,,,,684,9361,2674,1276
-,,,,,,,,685,9332,2665,1272
-,,,,,,,,686,9237,2638,1259
-,,,,,,,,687,9137,2610,1246
-,,,,,,,,688,9177,2621,1251
-,,,,,,,,689,9706,2772,1323
-,,,,,,,,690,10782,3079,1470
-,,,,,,,,691,10950,3127,1493
-,,,,,,,,692,10691,3053,1458
-,,,,,,,,693,10288,2938,1403
-,,,,,,,,694,9638,2753,1314
-,,,,,,,,695,8849,2527,1206
-,,,,,,,,696,8115,2318,1106
-,,,,,,,,697,7619,2176,1039
-,,,,,,,,698,7374,2106,1005
-,,,,,,,,699,7278,2079,992
-,,,,,,,,700,7307,2087,996
-,,,,,,,,701,7571,2162,1032
-,,,,,,,,702,8318,2375,1134
-,,,,,,,,703,9726,2778,1326
-,,,,,,,,704,10481,2993,1428
-,,,,,,,,705,10580,3021,1443
-,,,,,,,,706,10670,3047,1454
-,,,,,,,,707,10661,3045,1454
-,,,,,,,,708,10615,3031,1447
-,,,,,,,,709,10532,3008,1436
-,,,,,,,,710,10454,2985,1425
-,,,,,,,,711,10343,2954,1410
-,,,,,,,,712,10379,2965,1415
-,,,,,,,,713,10817,3089,1474
-,,,,,,,,714,11845,3383,1615
-,,,,,,,,715,11974,3420,1633
-,,,,,,,,716,11692,3339,1594
-,,,,,,,,717,11253,3214,1535
-,,,,,,,,718,10485,2995,1429
-,,,,,,,,719,9509,2715,1297
-,,,,,,,,720,8633,2465,1176
-,,,,,,,,721,8084,2309,1102
-,,,,,,,,722,7784,2224,1061
-,,,,,,,,723,7640,2182,1041
-,,,,,,,,724,7626,2178,1040
-,,,,,,,,725,7846,2241,1070
-,,,,,,,,726,8557,2444,1166
-,,,,,,,,727,9910,2830,1351
-,,,,,,,,728,10659,3044,1454
-,,,,,,,,729,10732,3065,1463
-,,,,,,,,730,10721,3061,1462
-,,,,,,,,731,10670,3047,1454
-,,,,,,,,732,10547,3012,1438
-,,,,,,,,733,10366,2960,1414
-,,,,,,,,734,10220,2919,1393
-,,,,,,,,735,10048,2870,1370
-,,,,,,,,736,9990,2853,1362
-,,,,,,,,737,10334,2951,1408
-,,,,,,,,738,11293,3226,1540
-,,,,,,,,739,11423,3262,1557
-,,,,,,,,740,11148,3184,1520
-,,,,,,,,741,10694,3054,1458
-,,,,,,,,742,9971,2848,1359
-,,,,,,,,743,9016,2574,1229
-,,,,,,,,744,8164,2332,1113
-,,,,,,,,745,7617,2175,1038
-,,,,,,,,746,7315,2089,997
-,,,,,,,,747,7170,2048,977
-,,,,,,,,748,7170,2048,978
-,,,,,,,,749,7373,2105,1005
-,,,,,,,,750,8095,2312,1104
-,,,,,,,,751,9447,2698,1288
-,,,,,,,,752,10228,2921,1394
-,,,,,,,,753,10305,2943,1405
-,,,,,,,,754,10312,2945,1406
-,,,,,,,,755,10304,2943,1405
-,,,,,,,,756,10283,2937,1402
-,,,,,,,,757,10177,2906,1388
-,,,,,,,,758,10079,2879,1374
-,,,,,,,,759,9877,2820,1347
-,,,,,,,,760,9792,2796,1335
-,,,,,,,,761,10075,2877,1373
-,,,,,,,,762,10970,3133,1495
-,,,,,,,,763,11092,3168,1512
-,,,,,,,,764,10820,3090,1475
-,,,,,,,,765,10384,2965,1416
-,,,,,,,,766,9678,2764,1319
-,,,,,,,,767,8738,2495,1191
-,,,,,,,,768,7904,2258,1077
-,,,,,,,,769,7365,2103,1004
-,,,,,,,,770,7087,2024,966
-,,,,,,,,771,6960,1988,949
-,,,,,,,,772,6971,1991,950
-,,,,,,,,773,7203,2057,982
-,,,,,,,,774,7953,2271,1084
-,,,,,,,,775,9355,2672,1275
-,,,,,,,,776,10098,2884,1377
-,,,,,,,,777,10236,2923,1395
-,,,,,,,,778,10329,2950,1408
-,,,,,,,,779,10429,2979,1422
-,,,,,,,,780,10452,2985,1425
-,,,,,,,,781,10410,2973,1419
-,,,,,,,,782,10392,2968,1417
-,,,,,,,,783,10359,2958,1412
-,,,,,,,,784,10453,2985,1425
-,,,,,,,,785,10905,3115,1487
-,,,,,,,,786,11580,3307,1579
-,,,,,,,,787,11613,3316,1583
-,,,,,,,,788,11346,3241,1547
-,,,,,,,,789,10934,3123,1491
-,,,,,,,,790,10226,2920,1394
-,,,,,,,,791,9304,2657,1268
-,,,,,,,,792,8477,2421,1156
-,,,,,,,,793,7935,2266,1082
-,,,,,,,,794,7646,2184,1042
-,,,,,,,,795,7543,2154,1028
-,,,,,,,,796,7558,2158,1030
-,,,,,,,,797,7791,2225,1062
-,,,,,,,,798,8547,2440,1165
-,,,,,,,,799,9940,2839,1355
-,,,,,,,,800,10626,3035,1449
-,,,,,,,,801,10710,3059,1460
-,,,,,,,,802,10685,3051,1457
-,,,,,,,,803,10660,3045,1454
-,,,,,,,,804,10557,3015,1439
-,,,,,,,,805,10365,2960,1413
-,,,,,,,,806,10235,2923,1395
-,,,,,,,,807,10076,2878,1373
-,,,,,,,,808,10023,2863,1367
-,,,,,,,,809,10322,2948,1407
-,,,,,,,,810,11148,3184,1519
-,,,,,,,,811,11260,3216,1535
-,,,,,,,,812,10982,3136,1497
-,,,,,,,,813,10613,3030,1447
-,,,,,,,,814,10061,2873,1372
-,,,,,,,,815,9309,2659,1269
-,,,,,,,,816,8499,2427,1159
-,,,,,,,,817,7901,2256,1077
-,,,,,,,,818,7570,2162,1032
-,,,,,,,,819,7387,2109,1007
-,,,,,,,,820,7316,2089,997
-,,,,,,,,821,7371,2105,1004
-,,,,,,,,822,7638,2181,1041
-,,,,,,,,823,8163,2331,1113
-,,,,,,,,824,8703,2485,1186
-,,,,,,,,825,9272,2648,1264
-,,,,,,,,826,9619,2747,1312
-,,,,,,,,827,9738,2781,1328
-,,,,,,,,828,9663,2760,1318
-,,,,,,,,829,9503,2714,1296
-,,,,,,,,830,9303,2657,1268
-,,,,,,,,831,9178,2621,1252
-,,,,,,,,832,9189,2625,1252
-,,,,,,,,833,9551,2728,1302
-,,,,,,,,834,10473,2991,1428
-,,,,,,,,835,10674,3048,1455
-,,,,,,,,836,10427,2978,1422
-,,,,,,,,837,10133,2894,1382
-,,,,,,,,838,9685,2766,1320
-,,,,,,,,839,9087,2595,1239
-,,,,,,,,840,8459,2416,1153
-,,,,,,,,841,7956,2272,1085
-,,,,,,,,842,7671,2191,1045
-,,,,,,,,843,7538,2153,1028
-,,,,,,,,844,7501,2142,1023
-,,,,,,,,845,7559,2158,1030
-,,,,,,,,846,7779,2222,1060
-,,,,,,,,847,8146,2326,1110
-,,,,,,,,848,8595,2454,1171
-,,,,,,,,849,9189,2625,1252
-,,,,,,,,850,9570,2733,1305
-,,,,,,,,851,9729,2778,1326
-,,,,,,,,852,9782,2794,1333
-,,,,,,,,853,9742,2782,1328
-,,,,,,,,854,9604,2743,1309
-,,,,,,,,855,9506,2715,1296
-,,,,,,,,856,9559,2730,1303
-,,,,,,,,857,9975,2849,1360
-,,,,,,,,858,10870,3104,1482
-,,,,,,,,859,10727,3063,1463
-,,,,,,,,860,10204,2915,1391
-,,,,,,,,861,9940,2839,1355
-,,,,,,,,862,9511,2716,1297
-,,,,,,,,863,9184,2623,1252
-,,,,,,,,864,8431,2408,1149
-,,,,,,,,865,7866,2246,1072
-,,,,,,,,866,7599,2170,1036
-,,,,,,,,867,7502,2143,1023
-,,,,,,,,868,7529,2150,1026
-,,,,,,,,869,7768,2219,1059
-,,,,,,,,870,8497,2427,1158
-,,,,,,,,871,9827,2806,1340
-,,,,,,,,872,10489,2995,1430
-,,,,,,,,873,10582,3022,1443
-,,,,,,,,874,10526,3006,1435
-,,,,,,,,875,10498,2998,1431
-,,,,,,,,876,10405,2971,1418
-,,,,,,,,877,10220,2919,1393
-,,,,,,,,878,10077,2878,1374
-,,,,,,,,879,9898,2827,1349
-,,,,,,,,880,9825,2805,1339
-,,,,,,,,881,10130,2893,1381
-,,,,,,,,882,11094,3168,1513
-,,,,,,,,883,11372,3248,1550
-,,,,,,,,884,11090,3167,1512
-,,,,,,,,885,10602,3028,1445
-,,,,,,,,886,9842,2811,1342
-,,,,,,,,887,8928,2549,1217
-,,,,,,,,888,8095,2312,1104
-,,,,,,,,889,7570,2162,1032
-,,,,,,,,890,7296,2083,994
-,,,,,,,,891,7187,2053,979
-,,,,,,,,892,7201,2056,982
-,,,,,,,,893,7441,2125,1014
-,,,,,,,,894,8197,2341,1117
-,,,,,,,,895,9544,2725,1301
-,,,,,,,,896,10218,2918,1393
-,,,,,,,,897,10289,2939,1403
-,,,,,,,,898,10297,2940,1403
-,,,,,,,,899,10306,2944,1405
-,,,,,,,,900,10273,2934,1400
-,,,,,,,,901,10169,2904,1386
-,,,,,,,,902,10091,2882,1376
-,,,,,,,,903,9965,2846,1358
-,,,,,,,,904,9973,2848,1359
-,,,,,,,,905,10317,2946,1407
-,,,,,,,,906,11227,3206,1530
-,,,,,,,,907,11454,3271,1561
-,,,,,,,,908,11223,3205,1530
-,,,,,,,,909,10814,3088,1474
-,,,,,,,,910,10112,2888,1378
-,,,,,,,,911,9190,2625,1253
-,,,,,,,,912,8397,2398,1145
-,,,,,,,,913,7897,2255,1076
-,,,,,,,,914,7658,2187,1044
-,,,,,,,,915,7580,2164,1033
-,,,,,,,,916,7627,2179,1040
-,,,,,,,,917,7884,2252,1075
-,,,,,,,,918,8679,2479,1183
-,,,,,,,,919,10080,2879,1374
-,,,,,,,,920,10760,3073,1467
-,,,,,,,,921,10844,3096,1479
-,,,,,,,,922,10789,3081,1471
-,,,,,,,,923,10722,3062,1462
-,,,,,,,,924,10601,3028,1445
-,,,,,,,,925,10436,2980,1423
-,,,,,,,,926,10348,2955,1411
-,,,,,,,,927,10257,2930,1398
-,,,,,,,,928,10355,2957,1412
-,,,,,,,,929,10783,3080,1470
-,,,,,,,,930,11617,3318,1584
-,,,,,,,,931,11749,3356,1602
-,,,,,,,,932,11456,3271,1562
-,,,,,,,,933,11004,3143,1500
-,,,,,,,,934,10258,2930,1398
-,,,,,,,,935,9264,2646,1263
-,,,,,,,,936,8424,2406,1148
-,,,,,,,,937,7872,2249,1073
-,,,,,,,,938,7595,2169,1035
-,,,,,,,,939,7465,2132,1018
-,,,,,,,,940,7474,2134,1019
-,,,,,,,,941,7725,2206,1053
-,,,,,,,,942,8508,2429,1160
-,,,,,,,,943,9893,2825,1349
-,,,,,,,,944,10531,3008,1436
-,,,,,,,,945,10533,3008,1436
-,,,,,,,,946,10448,2984,1424
-,,,,,,,,947,10389,2967,1416
-,,,,,,,,948,10273,2934,1401
-,,,,,,,,949,10107,2886,1378
-,,,,,,,,950,10000,2856,1363
-,,,,,,,,951,9842,2810,1342
-,,,,,,,,952,9815,2803,1338
-,,,,,,,,953,10105,2886,1378
-,,,,,,,,954,11015,3146,1502
-,,,,,,,,955,11357,3244,1549
-,,,,,,,,956,11150,3185,1520
-,,,,,,,,957,10778,3078,1469
-,,,,,,,,958,10113,2888,1378
-,,,,,,,,959,9187,2624,1252
-,,,,,,,,960,8383,2394,1143
-,,,,,,,,961,7882,2251,1075
-,,,,,,,,962,7621,2177,1039
-,,,,,,,,963,7510,2145,1024
-,,,,,,,,964,7532,2151,1027
-,,,,,,,,965,7775,2220,1060
-,,,,,,,,966,8506,2429,1160
-,,,,,,,,967,9834,2809,1341
-,,,,,,,,968,10504,3000,1432
-,,,,,,,,969,10505,3000,1432
-,,,,,,,,970,10390,2967,1417
-,,,,,,,,971,10310,2945,1405
-,,,,,,,,972,10177,2906,1388
-,,,,,,,,973,9970,2848,1359
-,,,,,,,,974,9853,2814,1343
-,,,,,,,,975,9719,2775,1325
-,,,,,,,,976,9674,2763,1319
-,,,,,,,,977,9959,2845,1358
-,,,,,,,,978,10755,3071,1466
-,,,,,,,,979,10886,3109,1484
-,,,,,,,,980,10576,3020,1442
-,,,,,,,,981,10178,2907,1388
-,,,,,,,,982,9627,2749,1312
-,,,,,,,,983,8895,2540,1212
-,,,,,,,,984,8162,2331,1113
-,,,,,,,,985,7613,2174,1038
-,,,,,,,,986,7306,2086,996
-,,,,,,,,987,7122,2034,971
-,,,,,,,,988,7055,2015,962
-,,,,,,,,989,7132,2037,972
-,,,,,,,,990,7415,2118,1011
-,,,,,,,,991,7941,2268,1083
-,,,,,,,,992,8520,2433,1161
-,,,,,,,,993,9199,2627,1254
-,,,,,,,,994,9723,2777,1326
-,,,,,,,,995,9970,2848,1359
-,,,,,,,,996,10006,2858,1364
-,,,,,,,,997,9914,2831,1352
-,,,,,,,,998,9771,2790,1332
-,,,,,,,,999,9628,2749,1312
-,,,,,,,,1000,9559,2730,1303
-,,,,,,,,1001,9852,2814,1343
-,,,,,,,,1002,10586,3023,1444
-,,,,,,,,1003,10731,3065,1463
-,,,,,,,,1004,10422,2976,1421
-,,,,,,,,1005,10081,2880,1374
-,,,,,,,,1006,9629,2750,1312
-,,,,,,,,1007,9059,2587,1235
-,,,,,,,,1008,8468,2419,1155
-,,,,,,,,1009,8033,2294,1095
-,,,,,,,,1010,7793,2226,1062
-,,,,,,,,1011,7711,2203,1051
-,,,,,,,,1012,7718,2204,1052
-,,,,,,,,1013,7822,2234,1066
-,,,,,,,,1014,8062,2303,1099
-,,,,,,,,1015,8451,2414,1152
-,,,,,,,,1016,8882,2537,1211
-,,,,,,,,1017,9489,2710,1293
-,,,,,,,,1018,9926,2835,1353
-,,,,,,,,1019,10142,2896,1383
-,,,,,,,,1020,10189,2910,1389
-,,,,,,,,1021,10146,2898,1383
-,,,,,,,,1022,10036,2866,1368
-,,,,,,,,1023,9926,2835,1353
-,,,,,,,,1024,9981,2850,1361
-,,,,,,,,1025,10404,2971,1418
-,,,,,,,,1026,11369,3247,1550
-,,,,,,,,1027,11758,3358,1603
-,,,,,,,,1028,11556,3301,1575
-,,,,,,,,1029,11152,3185,1520
-,,,,,,,,1030,10484,2994,1429
-,,,,,,,,1031,9722,2776,1325
-,,,,,,,,1032,8998,2569,1226
-,,,,,,,,1033,8505,2429,1160
-,,,,,,,,1034,8265,2360,1126
-,,,,,,,,1035,8168,2333,1114
-,,,,,,,,1036,8189,2339,1116
-,,,,,,,,1037,8428,2407,1149
-,,,,,,,,1038,9147,2612,1247
-,,,,,,,,1039,10459,2987,1426
-,,,,,,,,1040,11099,3170,1514
-,,,,,,,,1041,11148,3184,1520
-,,,,,,,,1042,11081,3165,1510
-,,,,,,,,1043,11015,3146,1502
-,,,,,,,,1044,10917,3118,1489
-,,,,,,,,1045,10710,3059,1460
-,,,,,,,,1046,10549,3013,1439
-,,,,,,,,1047,10359,2958,1412
-,,,,,,,,1048,10290,2939,1403
-,,,,,,,,1049,10536,3009,1436
-,,,,,,,,1050,11403,3256,1555
-,,,,,,,,1051,11764,3360,1604
-,,,,,,,,1052,11544,3296,1574
-,,,,,,,,1053,11133,3180,1518
-,,,,,,,,1054,10421,2976,1421
-,,,,,,,,1055,9484,2709,1293
-,,,,,,,,1056,8634,2465,1177
-,,,,,,,,1057,8090,2310,1103
-,,,,,,,,1058,7811,2231,1065
-,,,,,,,,1059,7709,2202,1051
-,,,,,,,,1060,7707,2201,1050
-,,,,,,,,1061,7943,2269,1083
-,,,,,,,,1062,8680,2479,1183
-,,,,,,,,1063,10023,2863,1367
-,,,,,,,,1064,10659,3044,1454
-,,,,,,,,1065,10701,3056,1459
-,,,,,,,,1066,10668,3046,1454
-,,,,,,,,1067,10648,3041,1452
-,,,,,,,,1068,10556,3015,1439
-,,,,,,,,1069,10434,2980,1423
-,,,,,,,,1070,10341,2953,1410
-,,,,,,,,1071,10225,2920,1394
-,,,,,,,,1072,10169,2904,1386
-,,,,,,,,1073,10383,2965,1415
-,,,,,,,,1074,11184,3194,1525
-,,,,,,,,1075,11488,3281,1566
-,,,,,,,,1076,11197,3198,1526
-,,,,,,,,1077,10762,3073,1467
-,,,,,,,,1078,10056,2872,1371
-,,,,,,,,1079,9134,2609,1245
-,,,,,,,,1080,8318,2375,1134
-,,,,,,,,1081,7763,2217,1058
-,,,,,,,,1082,7466,2132,1018
-,,,,,,,,1083,7322,2091,998
-,,,,,,,,1084,7307,2087,996
-,,,,,,,,1085,7510,2144,1024
-,,,,,,,,1086,8252,2357,1125
-,,,,,,,,1087,9581,2736,1306
-,,,,,,,,1088,10291,2939,1403
-,,,,,,,,1089,10431,2979,1422
-,,,,,,,,1090,10465,2989,1427
-,,,,,,,,1091,10495,2997,1431
-,,,,,,,,1092,10449,2984,1424
-,,,,,,,,1093,10324,2949,1408
-,,,,,,,,1094,10266,2932,1399
-,,,,,,,,1095,10149,2899,1383
-,,,,,,,,1096,10110,2887,1378
-,,,,,,,,1097,10359,2959,1413
-,,,,,,,,1098,11099,3170,1513
-,,,,,,,,1099,11355,3243,1548
-,,,,,,,,1100,11088,3167,1512
-,,,,,,,,1101,10636,3037,1450
-,,,,,,,,1102,9927,2835,1353
-,,,,,,,,1103,8993,2569,1226
-,,,,,,,,1104,8142,2325,1110
-,,,,,,,,1105,7625,2178,1040
-,,,,,,,,1106,7352,2099,1002
-,,,,,,,,1107,7247,2069,988
-,,,,,,,,1108,7297,2084,994
-,,,,,,,,1109,7532,2151,1027
-,,,,,,,,1110,8314,2374,1133
-,,,,,,,,1111,9641,2754,1314
-,,,,,,,,1112,10287,2938,1403
-,,,,,,,,1113,10370,2961,1414
-,,,,,,,,1114,10385,2966,1416
-,,,,,,,,1115,10365,2960,1413
-,,,,,,,,1116,10310,2945,1405
-,,,,,,,,1117,10247,2926,1397
-,,,,,,,,1118,10244,2925,1397
-,,,,,,,,1119,10168,2904,1386
-,,,,,,,,1120,10204,2915,1391
-,,,,,,,,1121,10572,3020,1441
-,,,,,,,,1122,11259,3216,1535
-,,,,,,,,1123,11406,3257,1555
-,,,,,,,,1124,11121,3176,1516
-,,,,,,,,1125,10679,3050,1456
-,,,,,,,,1126,9966,2846,1358
-,,,,,,,,1127,9025,2578,1231
-,,,,,,,,1128,8187,2338,1116
-,,,,,,,,1129,7611,2174,1038
-,,,,,,,,1130,7284,2080,993
-,,,,,,,,1131,7110,2031,969
-,,,,,,,,1132,7082,2023,965
-,,,,,,,,1133,7266,2075,990
-,,,,,,,,1134,7941,2268,1083
-,,,,,,,,1135,9190,2625,1253
-,,,,,,,,1136,9935,2837,1354
-,,,,,,,,1137,10145,2897,1383
-,,,,,,,,1138,10199,2913,1390
-,,,,,,,,1139,10213,2917,1393
-,,,,,,,,1140,10135,2895,1382
-,,,,,,,,1141,9964,2845,1358
-,,,,,,,,1142,9842,2811,1342
-,,,,,,,,1143,9677,2764,1319
-,,,,,,,,1144,9588,2739,1308
-,,,,,,,,1145,9757,2786,1330
-,,,,,,,,1146,10423,2976,1421
-,,,,,,,,1147,10732,3065,1463
-,,,,,,,,1148,10465,2989,1427
-,,,,,,,,1149,10112,2888,1378
-,,,,,,,,1150,9608,2744,1310
-,,,,,,,,1151,8902,2543,1214
-,,,,,,,,1152,8169,2333,1114
-,,,,,,,,1153,7626,2178,1040
-,,,,,,,,1154,7319,2090,998
-,,,,,,,,1155,7175,2049,978
-,,,,,,,,1156,7115,2032,969
-,,,,,,,,1157,7188,2053,980
-,,,,,,,,1158,7493,2140,1021
-,,,,,,,,1159,7971,2277,1086
-,,,,,,,,1160,8487,2424,1157
-,,,,,,,,1161,9054,2586,1234
-,,,,,,,,1162,9378,2679,1278
-,,,,,,,,1163,9475,2706,1292
-,,,,,,,,1164,9397,2684,1281
-,,,,,,,,1165,9213,2631,1256
-,,,,,,,,1166,8987,2567,1225
-,,,,,,,,1167,8846,2526,1206
-,,,,,,,,1168,8855,2529,1207
-,,,,,,,,1169,9156,2614,1248
-,,,,,,,,1170,9899,2827,1349
-,,,,,,,,1171,10203,2914,1391
-,,,,,,,,1172,9935,2838,1354
-,,,,,,,,1173,9625,2749,1312
-,,,,,,,,1174,9180,2622,1252
-,,,,,,,,1175,8581,2451,1170
-,,,,,,,,1176,7971,2277,1086
-,,,,,,,,1177,7490,2138,1021
-,,,,,,,,1178,7210,2059,983
-,,,,,,,,1179,7059,2016,962
-,,,,,,,,1180,7011,2003,956
-,,,,,,,,1181,7070,2019,964
-,,,,,,,,1182,7293,2083,994
-,,,,,,,,1183,7609,2173,1037
-,,,,,,,,1184,8012,2288,1092
-,,,,,,,,1185,8538,2439,1164
-,,,,,,,,1186,8900,2542,1213
-,,,,,,,,1187,9034,2580,1232
-,,,,,,,,1188,9054,2585,1234
-,,,,,,,,1189,8953,2557,1221
-,,,,,,,,1190,8781,2508,1197
-,,,,,,,,1191,8625,2463,1176
-,,,,,,,,1192,8611,2459,1174
-,,,,,,,,1193,8917,2547,1216
-,,,,,,,,1194,9775,2791,1332
-,,,,,,,,1195,10295,2940,1403
-,,,,,,,,1196,10076,2878,1373
-,,,,,,,,1197,9756,2786,1330
-,,,,,,,,1198,9251,2642,1261
-,,,,,,,,1199,8620,2462,1175
-,,,,,,,,1200,8004,2286,1091
-,,,,,,,,1201,7591,2168,1035
-,,,,,,,,1202,7349,2099,1002
-,,,,,,,,1203,7210,2059,983
-,,,,,,,,1204,7233,2066,986
-,,,,,,,,1205,7428,2121,1013
-,,,,,,,,1206,7961,2274,1085
-,,,,,,,,1207,8744,2497,1192
-,,,,,,,,1208,9347,2670,1274
-,,,,,,,,1209,9828,2807,1340
-,,,,,,,,1210,10129,2893,1381
-,,,,,,,,1211,10263,2931,1399
-,,,,,,,,1212,10228,2921,1394
-,,,,,,,,1213,10062,2874,1372
-,,,,,,,,1214,9882,2822,1348
-,,,,,,,,1215,9738,2781,1328
-,,,,,,,,1216,9696,2769,1322
-,,,,,,,,1217,9990,2853,1362
-,,,,,,,,1218,10862,3102,1481
-,,,,,,,,1219,11318,3232,1543
-,,,,,,,,1220,11040,3153,1505
-,,,,,,,,1221,10615,3031,1447
-,,,,,,,,1222,9962,2845,1358
-,,,,,,,,1223,9128,2607,1244
-,,,,,,,,1224,8372,2391,1141
-,,,,,,,,1225,7888,2253,1075
-,,,,,,,,1226,7640,2182,1041
-,,,,,,,,1227,7545,2154,1029
-,,,,,,,,1228,7585,2166,1034
-,,,,,,,,1229,7831,2236,1068
-,,,,,,,,1230,8541,2439,1165
-,,,,,,,,1231,9651,2756,1316
-,,,,,,,,1232,10291,2939,1403
-,,,,,,,,1233,10491,2996,1430
-,,,,,,,,1234,10481,2993,1428
-,,,,,,,,1235,10455,2986,1425
-,,,,,,,,1236,10351,2956,1411
-,,,,,,,,1237,10191,2910,1389
-,,,,,,,,1238,10110,2888,1378
-,,,,,,,,1239,10039,2867,1368
-,,,,,,,,1240,10042,2868,1369
-,,,,,,,,1241,10338,2952,1409
-,,,,,,,,1242,11123,3176,1516
-,,,,,,,,1243,11418,3260,1557
-,,,,,,,,1244,11097,3169,1513
-,,,,,,,,1245,10601,3027,1445
-,,,,,,,,1246,9885,2823,1348
-,,,,,,,,1247,8968,2561,1222
-,,,,,,,,1248,8153,2329,1111
-,,,,,,,,1249,7599,2170,1036
-,,,,,,,,1250,7284,2080,993
-,,,,,,,,1251,7147,2041,974
-,,,,,,,,1252,7125,2035,971
-,,,,,,,,1253,7333,2094,999
-,,,,,,,,1254,7991,2282,1090
-,,,,,,,,1255,9047,2584,1233
-,,,,,,,,1256,9732,2780,1327
-,,,,,,,,1257,9950,2842,1357
-,,,,,,,,1258,9972,2848,1359
-,,,,,,,,1259,10004,2857,1364
-,,,,,,,,1260,9950,2842,1357
-,,,,,,,,1261,9807,2801,1337
-,,,,,,,,1262,9709,2773,1323
-,,,,,,,,1263,9560,2730,1303
-,,,,,,,,1264,9469,2704,1291
-,,,,,,,,1265,9656,2758,1317
-,,,,,,,,1266,10381,2965,1415
-,,,,,,,,1267,10819,3090,1475
-,,,,,,,,1268,10562,3016,1440
-,,,,,,,,1269,10151,2900,1384
-,,,,,,,,1270,9508,2715,1296
-,,,,,,,,1271,8638,2467,1177
-,,,,,,,,1272,7846,2241,1070
-,,,,,,,,1273,7303,2086,995
-,,,,,,,,1274,6999,1999,954
-,,,,,,,,1275,6838,1953,932
-,,,,,,,,1276,6820,1948,929
-,,,,,,,,1277,7001,1999,954
-,,,,,,,,1278,7652,2185,1043
-,,,,,,,,1279,8744,2497,1192
-,,,,,,,,1280,9451,2699,1288
-,,,,,,,,1281,9760,2787,1331
-,,,,,,,,1282,9924,2835,1353
-,,,,,,,,1283,9981,2850,1361
-,,,,,,,,1284,9974,2849,1360
-,,,,,,,,1285,9877,2820,1347
-,,,,,,,,1286,9772,2790,1332
-,,,,,,,,1287,9652,2756,1316
-,,,,,,,,1288,9540,2725,1301
-,,,,,,,,1289,9671,2762,1318
-,,,,,,,,1290,10355,2957,1412
-,,,,,,,,1291,10836,3095,1477
-,,,,,,,,1292,10620,3033,1448
-,,,,,,,,1293,10217,2918,1393
-,,,,,,,,1294,9588,2738,1307
-,,,,,,,,1295,8742,2497,1191
-,,,,,,,,1296,7977,2279,1087
-,,,,,,,,1297,7457,2129,1016
-,,,,,,,,1298,7157,2044,975
-,,,,,,,,1299,7019,2004,957
-,,,,,,,,1300,7027,2007,958
-,,,,,,,,1301,7231,2065,985
-,,,,,,,,1302,7861,2245,1071
-,,,,,,,,1303,8911,2545,1215
-,,,,,,,,1304,9703,2771,1322
-,,,,,,,,1305,10187,2910,1388
-,,,,,,,,1306,10441,2982,1424
-,,,,,,,,1307,10613,3031,1447
-,,,,,,,,1308,10669,3047,1454
-,,,,,,,,1309,10604,3028,1445
-,,,,,,,,1310,10565,3017,1440
-,,,,,,,,1311,10490,2995,1430
-,,,,,,,,1312,10443,2983,1424
-,,,,,,,,1313,10639,3039,1450
-,,,,,,,,1314,11072,3162,1509
-,,,,,,,,1315,11096,3169,1513
-,,,,,,,,1316,10745,3069,1465
-,,,,,,,,1317,10289,2939,1403
-,,,,,,,,1318,9690,2767,1321
-,,,,,,,,1319,8930,2550,1217
-,,,,,,,,1320,8178,2335,1115
-,,,,,,,,1321,7621,2177,1039
-,,,,,,,,1322,7287,2081,994
-,,,,,,,,1323,7110,2030,969
-,,,,,,,,1324,7044,2012,960
-,,,,,,,,1325,7131,2037,972
-,,,,,,,,1326,7410,2116,1010
-,,,,,,,,1327,7828,2235,1067
-,,,,,,,,1328,8316,2374,1134
-,,,,,,,,1329,8903,2543,1214
-,,,,,,,,1330,9358,2672,1276
-,,,,,,,,1331,9582,2736,1307
-,,,,,,,,1332,9587,2738,1307
-,,,,,,,,1333,9485,2709,1293
-,,,,,,,,1334,9318,2661,1270
-,,,,,,,,1335,9195,2626,1253
-,,,,,,,,1336,9175,2620,1251
-,,,,,,,,1337,9422,2690,1284
-,,,,,,,,1338,10096,2884,1377
-,,,,,,,,1339,10560,3015,1439
-,,,,,,,,1340,10326,2949,1408
-,,,,,,,,1341,9995,2855,1363
-,,,,,,,,1342,9553,2728,1302
-,,,,,,,,1343,8922,2549,1216
-,,,,,,,,1344,8318,2375,1134
-,,,,,,,,1345,7861,2245,1071
-,,,,,,,,1346,7565,2160,1031
-,,,,,,,,1347,7413,2117,1010
-,,,,,,,,1348,7380,2108,1006
-,,,,,,,,1349,7441,2125,1014
-,,,,,,,,1350,7665,2189,1045
-,,,,,,,,1351,7947,2269,1083
-,,,,,,,,1352,8333,2379,1136
-,,,,,,,,1353,8885,2538,1212
-,,,,,,,,1354,9239,2639,1259
-,,,,,,,,1355,9411,2688,1283
-,,,,,,,,1356,9462,2702,1290
-,,,,,,,,1357,9411,2688,1283
-,,,,,,,,1358,9235,2637,1259
-,,,,,,,,1359,9050,2584,1234
-,,,,,,,,1360,9032,2580,1232
-,,,,,,,,1361,9325,2663,1272
-,,,,,,,,1362,10098,2884,1377
-,,,,,,,,1363,10815,3089,1474
-,,,,,,,,1364,10621,3033,1448
-,,,,,,,,1365,10226,2920,1394
-,,,,,,,,1366,9618,2747,1311
-,,,,,,,,1367,8863,2531,1208
-,,,,,,,,1368,8192,2339,1116
-,,,,,,,,1369,7755,2214,1057
-,,,,,,,,1370,7537,2153,1027
-,,,,,,,,1371,7463,2131,1017
-,,,,,,,,1372,7507,2144,1024
-,,,,,,,,1373,7785,2224,1061
-,,,,,,,,1374,8561,2445,1167
-,,,,,,,,1375,9775,2791,1332
-,,,,,,,,1376,10421,2976,1421
-,,,,,,,,1377,10491,2996,1430
-,,,,,,,,1378,10455,2985,1425
-,,,,,,,,1379,10410,2973,1419
-,,,,,,,,1380,10322,2948,1407
-,,,,,,,,1381,10206,2915,1392
-,,,,,,,,1382,10120,2890,1379
-,,,,,,,,1383,9988,2853,1362
-,,,,,,,,1384,9982,2850,1361
-,,,,,,,,1385,10280,2936,1402
-,,,,,,,,1386,10958,3130,1494
-,,,,,,,,1387,11328,3235,1545
-,,,,,,,,1388,11037,3152,1504
-,,,,,,,,1389,10526,3006,1435
-,,,,,,,,1390,9789,2795,1334
-,,,,,,,,1391,8873,2535,1210
-,,,,,,,,1392,8044,2297,1096
-,,,,,,,,1393,7520,2148,1025
-,,,,,,,,1394,7231,2065,985
-,,,,,,,,1395,7107,2029,969
-,,,,,,,,1396,7106,2029,969
-,,,,,,,,1397,7335,2095,999
-,,,,,,,,1398,8093,2311,1103
-,,,,,,,,1399,9290,2653,1267
-,,,,,,,,1400,9931,2836,1354
-,,,,,,,,1401,10061,2874,1372
-,,,,,,,,1402,10102,2885,1378
-,,,,,,,,1403,10091,2882,1376
-,,,,,,,,1404,10018,2861,1366
-,,,,,,,,1405,9875,2820,1346
-,,,,,,,,1406,9788,2795,1334
-,,,,,,,,1407,9659,2759,1317
-,,,,,,,,1408,9603,2742,1309
-,,,,,,,,1409,9803,2800,1337
-,,,,,,,,1410,10518,3004,1434
-,,,,,,,,1411,11166,3189,1522
-,,,,,,,,1412,11523,3291,1571
-,,,,,,,,1413,10998,3141,1499
-,,,,,,,,1414,10215,2917,1393
-,,,,,,,,1415,9261,2645,1262
-,,,,,,,,1416,8427,2407,1149
-,,,,,,,,1417,7875,2249,1074
-,,,,,,,,1418,7605,2172,1036
-,,,,,,,,1419,7467,2133,1018
-,,,,,,,,1420,7469,2133,1018
-,,,,,,,,1421,7673,2191,1046
-,,,,,,,,1422,8349,2384,1138
-,,,,,,,,1423,9493,2711,1294
-,,,,,,,,1424,10224,2920,1394
-,,,,,,,,1425,10547,3012,1438
-,,,,,,,,1426,10752,3070,1466
-,,,,,,,,1427,10930,3121,1490
-,,,,,,,,1428,10989,3139,1499
-,,,,,,,,1429,10958,3130,1494
-,,,,,,,,1430,10901,3113,1486
-,,,,,,,,1431,10816,3089,1474
-,,,,,,,,1432,10785,3081,1470
-,,,,,,,,1433,10991,3139,1499
-,,,,,,,,1434,11525,3291,1571
-,,,,,,,,1435,11867,3389,1618
-,,,,,,,,1436,11605,3314,1582
-,,,,,,,,1437,11147,3183,1519
-,,,,,,,,1438,10416,2975,1420
-,,,,,,,,1439,9477,2706,1292
-,,,,,,,,1440,8641,2468,1178
-,,,,,,,,1441,8120,2319,1107
-,,,,,,,,1442,7834,2238,1068
-,,,,,,,,1443,7683,2194,1047
-,,,,,,,,1444,7693,2197,1049
-,,,,,,,,1445,7904,2257,1077
-,,,,,,,,1446,8636,2466,1177
-,,,,,,,,1447,9807,2800,1337
-,,,,,,,,1448,10509,3001,1433
-,,,,,,,,1449,10720,3061,1461
-,,,,,,,,1450,10776,3077,1469
-,,,,,,,,1451,10815,3088,1474
-,,,,,,,,1452,10751,3070,1466
-,,,,,,,,1453,10634,3037,1449
-,,,,,,,,1454,10572,3019,1441
-,,,,,,,,1455,10448,2984,1424
-,,,,,,,,1456,10397,2969,1418
-,,,,,,,,1457,10593,3025,1444
-,,,,,,,,1458,11080,3165,1510
-,,,,,,,,1459,11311,3231,1542
-,,,,,,,,1460,11017,3146,1502
-,,,,,,,,1461,10603,3028,1445
-,,,,,,,,1462,10035,2866,1368
-,,,,,,,,1463,9282,2651,1266
-,,,,,,,,1464,8517,2432,1161
-,,,,,,,,1465,7982,2279,1088
-,,,,,,,,1466,7654,2186,1044
-,,,,,,,,1467,7449,2127,1015
-,,,,,,,,1468,7341,2096,1000
-,,,,,,,,1469,7371,2105,1004
-,,,,,,,,1470,7615,2174,1038
-,,,,,,,,1471,8056,2301,1098
-,,,,,,,,1472,8598,2455,1172
-,,,,,,,,1473,9260,2645,1262
-,,,,,,,,1474,9749,2784,1329
-,,,,,,,,1475,9971,2848,1359
-,,,,,,,,1476,10017,2860,1366
-,,,,,,,,1477,9869,2819,1346
-,,,,,,,,1478,9583,2737,1307
-,,,,,,,,1479,9292,2654,1267
-,,,,,,,,1480,9102,2600,1241
-,,,,,,,,1481,9139,2610,1246
-,,,,,,,,1482,9614,2745,1311
-,,,,,,,,1483,10222,2920,1393
-,,,,,,,,1484,9995,2855,1363
-,,,,,,,,1485,9682,2765,1320
-,,,,,,,,1486,9202,2628,1254
-,,,,,,,,1487,8602,2457,1172
-,,,,,,,,1488,7977,2279,1087
-,,,,,,,,1489,7477,2135,1020
-,,,,,,,,1490,7172,2048,978
-,,,,,,,,1491,7002,2000,954
-,,,,,,,,1492,6932,1980,945
-,,,,,,,,1493,6985,1995,952
-,,,,,,,,1494,7176,2049,979
-,,,,,,,,1495,7482,2137,1020
-,,,,,,,,1496,7921,2262,1080
-,,,,,,,,1497,8559,2444,1166
-,,,,,,,,1498,9060,2588,1235
-,,,,,,,,1499,9283,2651,1266
-,,,,,,,,1500,9368,2675,1277
-,,,,,,,,1501,9349,2670,1274
-,,,,,,,,1502,9206,2629,1255
-,,,,,,,,1503,9116,2604,1242
-,,,,,,,,1504,9118,2604,1243
-,,,,,,,,1505,9343,2668,1273
-,,,,,,,,1506,9973,2849,1360
-,,,,,,,,1507,10663,3045,1454
-,,,,,,,,1508,10496,2998,1431
-,,,,,,,,1509,10096,2884,1377
-,,,,,,,,1510,9457,2700,1289
-,,,,,,,,1511,8678,2478,1183
-,,,,,,,,1512,7993,2283,1090
-,,,,,,,,1513,7552,2157,1030
-,,,,,,,,1514,7351,2099,1002
-,,,,,,,,1515,7282,2079,993
-,,,,,,,,1516,7335,2095,999
-,,,,,,,,1517,7619,2176,1039
-,,,,,,,,1518,8415,2403,1147
-,,,,,,,,1519,9632,2750,1313
-,,,,,,,,1520,10309,2944,1405
-,,,,,,,,1521,10445,2983,1424
-,,,,,,,,1522,10471,2991,1428
-,,,,,,,,1523,10485,2995,1429
-,,,,,,,,1524,10418,2975,1420
-,,,,,,,,1525,10262,2930,1399
-,,,,,,,,1526,10148,2898,1383
-,,,,,,,,1527,9977,2850,1360
-,,,,,,,,1528,9935,2838,1354
-,,,,,,,,1529,10160,2902,1385
-,,,,,,,,1530,10845,3097,1479
-,,,,,,,,1531,11615,3317,1584
-,,,,,,,,1532,11459,3272,1562
-,,,,,,,,1533,11049,3156,1506
-,,,,,,,,1534,10356,2958,1412
-,,,,,,,,1535,9442,2696,1288
-,,,,,,,,1536,8657,2472,1180
-,,,,,,,,1537,8163,2331,1113
-,,,,,,,,1538,7945,2269,1083
-,,,,,,,,1539,7862,2245,1072
-,,,,,,,,1540,7898,2256,1077
-,,,,,,,,1541,8165,2332,1113
-,,,,,,,,1542,8944,2555,1219
-,,,,,,,,1543,10130,2893,1381
-,,,,,,,,1544,10759,3072,1467
-,,,,,,,,1545,10816,3089,1474
-,,,,,,,,1546,10701,3056,1459
-,,,,,,,,1547,10651,3042,1452
-,,,,,,,,1548,10567,3018,1440
-,,,,,,,,1549,10376,2963,1414
-,,,,,,,,1550,10256,2929,1398
-,,,,,,,,1551,10085,2880,1375
-,,,,,,,,1552,9956,2844,1358
-,,,,,,,,1553,10142,2896,1383
-,,,,,,,,1554,10717,3060,1461
-,,,,,,,,1555,11461,3273,1563
-,,,,,,,,1556,11348,3241,1547
-,,,,,,,,1557,10960,3130,1494
-,,,,,,,,1558,10247,2926,1397
-,,,,,,,,1559,9288,2653,1267
-,,,,,,,,1560,8437,2409,1150
-,,,,,,,,1561,7910,2259,1078
-,,,,,,,,1562,7642,2183,1042
-,,,,,,,,1563,7501,2142,1023
-,,,,,,,,1564,7505,2144,1023
-,,,,,,,,1565,7716,2203,1052
-,,,,,,,,1566,8468,2419,1155
-,,,,,,,,1567,9601,2742,1309
-,,,,,,,,1568,10166,2903,1386
-,,,,,,,,1569,10185,2909,1388
-,,,,,,,,1570,10116,2890,1379
-,,,,,,,,1571,10057,2872,1371
-,,,,,,,,1572,9938,2838,1355
-,,,,,,,,1573,9791,2796,1335
-,,,,,,,,1574,9707,2772,1323
-,,,,,,,,1575,9530,2722,1299
-,,,,,,,,1576,9443,2697,1288
-,,,,,,,,1577,9574,2734,1305
-,,,,,,,,1578,10109,2887,1378
-,,,,,,,,1579,10805,3085,1473
-,,,,,,,,1580,10641,3039,1451
-,,,,,,,,1581,10230,2921,1394
-,,,,,,,,1582,9517,2718,1298
-,,,,,,,,1583,8590,2453,1171
-,,,,,,,,1584,7740,2211,1055
-,,,,,,,,1585,7227,2064,985
-,,,,,,,,1586,6947,1984,947
-,,,,,,,,1587,6804,1943,928
-,,,,,,,,1588,6773,1934,923
-,,,,,,,,1589,6978,1993,951
-,,,,,,,,1590,7694,2198,1049
-,,,,,,,,1591,8773,2505,1196
-,,,,,,,,1592,9442,2696,1288
-,,,,,,,,1593,9590,2739,1308
-,,,,,,,,1594,9641,2754,1314
-,,,,,,,,1595,9676,2764,1319
-,,,,,,,,1596,9667,2760,1318
-,,,,,,,,1597,9575,2735,1305
-,,,,,,,,1598,9532,2722,1299
-,,,,,,,,1599,9424,2691,1285
-,,,,,,,,1600,9358,2673,1276
-,,,,,,,,1601,9474,2705,1292
-,,,,,,,,1602,9975,2849,1360
-,,,,,,,,1603,10518,3004,1434
-,,,,,,,,1604,10324,2949,1408
-,,,,,,,,1605,9890,2825,1348
-,,,,,,,,1606,9189,2625,1252
-,,,,,,,,1607,8258,2359,1126
-,,,,,,,,1608,7447,2127,1015
-,,,,,,,,1609,6919,1976,944
-,,,,,,,,1610,6646,1898,906
-,,,,,,,,1611,6507,1858,887
-,,,,,,,,1612,6480,1850,883
-,,,,,,,,1613,6689,1910,912
-,,,,,,,,1614,7403,2114,1010
-,,,,,,,,1615,8626,2464,1176
-,,,,,,,,1616,9443,2697,1288
-,,,,,,,,1617,9704,2771,1322
-,,,,,,,,1618,9797,2798,1336
-,,,,,,,,1619,9842,2810,1342
-,,,,,,,,1620,9789,2795,1334
-,,,,,,,,1621,9649,2755,1316
-,,,,,,,,1622,9561,2730,1303
-,,,,,,,,1623,9425,2692,1285
-,,,,,,,,1624,9376,2678,1278
-,,,,,,,,1625,9491,2710,1294
-,,,,,,,,1626,9892,2825,1348
-,,,,,,,,1627,10483,2994,1429
-,,,,,,,,1628,10305,2943,1405
-,,,,,,,,1629,9964,2846,1358
-,,,,,,,,1630,9454,2700,1289
-,,,,,,,,1631,8738,2495,1191
-,,,,,,,,1632,8006,2287,1091
-,,,,,,,,1633,7498,2141,1022
-,,,,,,,,1634,7239,2068,987
-,,,,,,,,1635,7111,2031,969
-,,,,,,,,1636,7083,2023,965
-,,,,,,,,1637,7185,2052,979
-,,,,,,,,1638,7485,2138,1020
-,,,,,,,,1639,7906,2258,1078
-,,,,,,,,1640,8530,2436,1163
-,,,,,,,,1641,9122,2605,1243
-,,,,,,,,1642,9490,2710,1294
-,,,,,,,,1643,9569,2733,1304
-,,,,,,,,1644,9497,2712,1295
-,,,,,,,,1645,9328,2664,1272
-,,,,,,,,1646,9121,2604,1243
-,,,,,,,,1647,8940,2553,1219
-,,,,,,,,1648,8871,2534,1210
-,,,,,,,,1649,9010,2573,1228
-,,,,,,,,1650,9451,2700,1288
-,,,,,,,,1651,10147,2898,1383
-,,,,,,,,1652,10013,2860,1365
-,,,,,,,,1653,9737,2780,1328
-,,,,,,,,1654,9287,2652,1266
-,,,,,,,,1655,8667,2475,1181
-,,,,,,,,1656,8057,2301,1098
-,,,,,,,,1657,7591,2168,1035
-,,,,,,,,1658,7452,2128,1015
-,,,,,,,,1659,7312,2089,997
-,,,,,,,,1660,7169,2048,977
-,,,,,,,,1661,7138,2038,973
-,,,,,,,,1662,7249,2070,988
-,,,,,,,,1663,7512,2145,1024
-,,,,,,,,1664,7809,2230,1065
-,,,,,,,,1665,8257,2358,1126
-,,,,,,,,1666,8664,2474,1181
-,,,,,,,,1667,8875,2535,1210
-,,,,,,,,1668,8929,2550,1217
-,,,,,,,,1669,8867,2532,1209
-,,,,,,,,1670,8689,2481,1185
-,,,,,,,,1671,8473,2419,1155
-,,,,,,,,1672,8338,2381,1136
-,,,,,,,,1673,8375,2392,1141
-,,,,,,,,1674,8619,2461,1175
-,,,,,,,,1675,9041,2582,1232
-,,,,,,,,1676,9793,2796,1335
-,,,,,,,,1677,9641,2754,1314
-,,,,,,,,1678,9055,2586,1235
-,,,,,,,,1679,8301,2371,1131
-,,,,,,,,1680,7513,2145,1024
-,,,,,,,,1681,7018,2004,957
-,,,,,,,,1682,6730,1922,918
-,,,,,,,,1683,6622,1891,903
-,,,,,,,,1684,6637,1896,904
-,,,,,,,,1685,6834,1952,932
-,,,,,,,,1686,7545,2154,1029
-,,,,,,,,1687,8884,2537,1212
-,,,,,,,,1688,9660,2759,1317
-,,,,,,,,1689,9765,2789,1331
-,,,,,,,,1690,9727,2778,1326
-,,,,,,,,1691,9760,2787,1331
-,,,,,,,,1692,9738,2781,1328
-,,,,,,,,1693,9638,2752,1314
-,,,,,,,,1694,9575,2735,1305
-,,,,,,,,1695,9428,2693,1285
-,,,,,,,,1696,9292,2654,1267
-,,,,,,,,1697,9255,2644,1262
-,,,,,,,,1698,9377,2678,1278
-,,,,,,,,1699,9691,2768,1321
-,,,,,,,,1700,10200,2913,1391
-,,,,,,,,1701,9895,2826,1349
-,,,,,,,,1702,9179,2621,1252
-,,,,,,,,1703,8257,2358,1126
-,,,,,,,,1704,7404,2114,1010
-,,,,,,,,1705,6824,1948,930
-,,,,,,,,1706,6491,1853,885
-,,,,,,,,1707,6333,1808,863
-,,,,,,,,1708,6295,1798,858
-,,,,,,,,1709,6462,1845,881
-,,,,,,,,1710,7094,2026,967
-,,,,,,,,1711,8389,2396,1144
-,,,,,,,,1712,9259,2645,1262
-,,,,,,,,1713,9497,2712,1295
-,,,,,,,,1714,9587,2738,1307
-,,,,,,,,1715,9652,2756,1316
-,,,,,,,,1716,9664,2760,1318
-,,,,,,,,1717,9610,2745,1310
-,,,,,,,,1718,9593,2740,1308
-,,,,,,,,1719,9495,2712,1294
-,,,,,,,,1720,9400,2684,1282
-,,,,,,,,1721,9407,2687,1282
-,,,,,,,,1722,9511,2716,1297
-,,,,,,,,1723,9660,2759,1317
-,,,,,,,,1724,10128,2892,1381
-,,,,,,,,1725,9850,2813,1343
-,,,,,,,,1726,9147,2612,1247
-,,,,,,,,1727,8199,2341,1118
-,,,,,,,,1728,7325,2092,999
-,,,,,,,,1729,6740,1925,919
-,,,,,,,,1730,6425,1834,876
-,,,,,,,,1731,6264,1789,853
-,,,,,,,,1732,6257,1787,853
-,,,,,,,,1733,6405,1829,873
-,,,,,,,,1734,7053,2014,961
-,,,,,,,,1735,8360,2388,1140
-,,,,,,,,1736,9166,2618,1250
-,,,,,,,,1737,9354,2671,1275
-,,,,,,,,1738,9463,2703,1290
-,,,,,,,,1739,9550,2727,1302
-,,,,,,,,1740,9566,2732,1304
-,,,,,,,,1741,9480,2707,1292
-,,,,,,,,1742,9460,2701,1290
-,,,,,,,,1743,9358,2673,1276
-,,,,,,,,1744,9286,2652,1266
-,,,,,,,,1745,9356,2672,1276
-,,,,,,,,1746,9577,2735,1306
-,,,,,,,,1747,9809,2801,1338
-,,,,,,,,1748,10169,2904,1386
-,,,,,,,,1749,9908,2830,1351
-,,,,,,,,1750,9251,2642,1261
-,,,,,,,,1751,8331,2379,1136
-,,,,,,,,1752,7488,2138,1020
-,,,,,,,,1753,6946,1983,947
-,,,,,,,,1754,6646,1898,906
-,,,,,,,,1755,6500,1856,886
-,,,,,,,,1756,6489,1853,884
-,,,,,,,,1757,6670,1905,909
-,,,,,,,,1758,7351,2099,1002
-,,,,,,,,1759,8696,2484,1186
-,,,,,,,,1760,9549,2727,1302
-,,,,,,,,1761,9746,2783,1328
-,,,,,,,,1762,9834,2809,1341
-,,,,,,,,1763,9913,2831,1352
-,,,,,,,,1764,9869,2819,1346
-,,,,,,,,1765,9747,2784,1328
-,,,,,,,,1766,9662,2760,1318
-,,,,,,,,1767,9484,2709,1293
-,,,,,,,,1768,9390,2682,1280
-,,,,,,,,1769,9456,2700,1289
-,,,,,,,,1770,9694,2769,1322
-,,,,,,,,1771,10014,2860,1365
-,,,,,,,,1772,10428,2978,1422
-,,,,,,,,1773,10162,2902,1385
-,,,,,,,,1774,9552,2728,1302
-,,,,,,,,1775,8643,2468,1178
-,,,,,,,,1776,7788,2224,1062
-,,,,,,,,1777,7214,2060,984
-,,,,,,,,1778,6893,1968,939
-,,,,,,,,1779,6755,1929,921
-,,,,,,,,1780,6719,1919,916
-,,,,,,,,1781,6890,1968,939
-,,,,,,,,1782,7542,2154,1028
-,,,,,,,,1783,8822,2519,1202
-,,,,,,,,1784,9614,2745,1311
-,,,,,,,,1785,9858,2815,1344
-,,,,,,,,1786,9984,2851,1361
-,,,,,,,,1787,10096,2884,1377
-,,,,,,,,1788,10114,2889,1378
-,,,,,,,,1789,10041,2868,1369
-,,,,,,,,1790,10001,2856,1363
-,,,,,,,,1791,9878,2821,1347
-,,,,,,,,1792,9780,2793,1333
-,,,,,,,,1793,9754,2785,1330
-,,,,,,,,1794,9785,2795,1334
-,,,,,,,,1795,9873,2820,1346
-,,,,,,,,1796,10116,2889,1379
-,,,,,,,,1797,9842,2811,1342
-,,,,,,,,1798,9332,2665,1272
-,,,,,,,,1799,8603,2457,1173
-,,,,,,,,1800,7817,2233,1065
-,,,,,,,,1801,7210,2059,983
-,,,,,,,,1802,6839,1953,932
-,,,,,,,,1803,6646,1898,906
-,,,,,,,,1804,6556,1872,893
-,,,,,,,,1805,6599,1884,899
-,,,,,,,,1806,6830,1951,931
-,,,,,,,,1807,7298,2084,994
-,,,,,,,,1808,7834,2238,1068
-,,,,,,,,1809,8497,2427,1158
-,,,,,,,,1810,8943,2555,1219
-,,,,,,,,1811,9150,2613,1247
-,,,,,,,,1812,9123,2605,1244
-,,,,,,,,1813,8959,2559,1222
-,,,,,,,,1814,8750,2499,1192
-,,,,,,,,1815,8534,2437,1163
-,,,,,,,,1816,8354,2385,1139
-,,,,,,,,1817,8315,2374,1134
-,,,,,,,,1818,8349,2384,1138
-,,,,,,,,1819,8508,2429,1160
-,,,,,,,,1820,9060,2588,1235
-,,,,,,,,1821,8990,2568,1226
-,,,,,,,,1822,8609,2459,1173
-,,,,,,,,1823,8053,2300,1098
-,,,,,,,,1824,7430,2122,1013
-,,,,,,,,1825,6925,1978,944
-,,,,,,,,1826,6616,1889,902
-,,,,,,,,1827,6456,1843,880
-,,,,,,,,1828,6374,1820,868
-,,,,,,,,1829,6394,1826,872
-,,,,,,,,1830,6556,1872,893
-,,,,,,,,1831,6877,1964,938
-,,,,,,,,1832,7248,2070,988
-,,,,,,,,1833,7809,2230,1065
-,,,,,,,,1834,8267,2361,1127
-,,,,,,,,1835,8461,2416,1153
-,,,,,,,,1836,8497,2426,1158
-,,,,,,,,1837,8407,2401,1146
-,,,,,,,,1838,8247,2355,1124
-,,,,,,,,1839,8109,2316,1106
-,,,,,,,,1840,8033,2294,1095
-,,,,,,,,1841,8138,2324,1110
-,,,,,,,,1842,8344,2383,1137
-,,,,,,,,1843,8614,2460,1174
-,,,,,,,,1844,9319,2661,1271
-,,,,,,,,1845,9193,2625,1253
-,,,,,,,,1846,8559,2444,1166
-,,,,,,,,1847,7747,2213,1056
-,,,,,,,,1848,7009,2002,955
-,,,,,,,,1849,6488,1853,884
-,,,,,,,,1850,6220,1776,848
-,,,,,,,,1851,6097,1741,831
-,,,,,,,,1852,6095,1741,831
-,,,,,,,,1853,6305,1801,859
-,,,,,,,,1854,7009,2002,955
-,,,,,,,,1855,8321,2376,1135
-,,,,,,,,1856,9087,2595,1239
-,,,,,,,,1857,9303,2657,1268
-,,,,,,,,1858,9426,2692,1285
-,,,,,,,,1859,9581,2736,1306
-,,,,,,,,1860,9660,2759,1317
-,,,,,,,,1861,9664,2760,1318
-,,,,,,,,1862,9701,2770,1322
-,,,,,,,,1863,9625,2749,1312
-,,,,,,,,1864,9513,2717,1297
-,,,,,,,,1865,9440,2696,1287
-,,,,,,,,1866,9438,2695,1287
-,,,,,,,,1867,9510,2716,1297
-,,,,,,,,1868,10034,2865,1368
-,,,,,,,,1869,9803,2800,1337
-,,,,,,,,1870,9053,2585,1234
-,,,,,,,,1871,8084,2309,1102
-,,,,,,,,1872,7222,2063,984
-,,,,,,,,1873,6657,1901,908
-,,,,,,,,1874,6364,1818,868
-,,,,,,,,1875,6229,1779,849
-,,,,,,,,1876,6188,1767,843
-,,,,,,,,1877,6383,1823,870
-,,,,,,,,1878,7038,2010,959
-,,,,,,,,1879,8316,2375,1134
-,,,,,,,,1880,9058,2587,1235
-,,,,,,,,1881,9240,2639,1260
-,,,,,,,,1882,9335,2666,1272
-,,,,,,,,1883,9468,2704,1291
-,,,,,,,,1884,9552,2728,1302
-,,,,,,,,1885,9590,2739,1308
-,,,,,,,,1886,9666,2760,1318
-,,,,,,,,1887,9640,2753,1314
-,,,,,,,,1888,9594,2740,1308
-,,,,,,,,1889,9588,2738,1307
-,,,,,,,,1890,9612,2745,1310
-,,,,,,,,1891,9624,2749,1312
-,,,,,,,,1892,10133,2894,1382
-,,,,,,,,1893,9966,2846,1358
-,,,,,,,,1894,9241,2639,1260
-,,,,,,,,1895,8240,2353,1123
-,,,,,,,,1896,7373,2105,1005
-,,,,,,,,1897,6779,1936,924
-,,,,,,,,1898,6465,1846,881
-,,,,,,,,1899,6283,1794,857
-,,,,,,,,1900,6237,1781,850
-,,,,,,,,1901,6399,1828,873
-,,,,,,,,1902,7020,2005,957
-,,,,,,,,1903,8288,2367,1130
-,,,,,,,,1904,9036,2580,1232
-,,,,,,,,1905,9330,2665,1272
-,,,,,,,,1906,9512,2716,1297
-,,,,,,,,1907,9710,2773,1323
-,,,,,,,,1908,9832,2808,1341
-,,,,,,,,1909,9865,2817,1345
-,,,,,,,,1910,9921,2834,1353
-,,,,,,,,1911,9892,2825,1348
-,,,,,,,,1912,9842,2811,1342
-,,,,,,,,1913,9817,2804,1338
-,,,,,,,,1914,9815,2803,1338
-,,,,,,,,1915,9778,2793,1333
-,,,,,,,,1916,10245,2925,1397
-,,,,,,,,1917,10070,2876,1373
-,,,,,,,,1918,9360,2673,1276
-,,,,,,,,1919,8382,2394,1142
-,,,,,,,,1920,7475,2134,1019
-,,,,,,,,1921,6924,1978,944
-,,,,,,,,1922,6561,1873,894
-,,,,,,,,1923,6379,1822,869
-,,,,,,,,1924,6315,1803,861
-,,,,,,,,1925,6456,1843,880
-,,,,,,,,1926,7061,2017,963
-,,,,,,,,1927,8316,2375,1134
-,,,,,,,,1928,9067,2590,1236
-,,,,,,,,1929,9369,2675,1277
-,,,,,,,,1930,9601,2742,1309
-,,,,,,,,1931,9838,2810,1341
-,,,,,,,,1932,9967,2846,1359
-,,,,,,,,1933,10001,2856,1363
-,,,,,,,,1934,10114,2889,1379
-,,,,,,,,1935,10112,2888,1378
-,,,,,,,,1936,10096,2883,1377
-,,,,,,,,1937,10079,2879,1374
-,,,,,,,,1938,10039,2867,1368
-,,,,,,,,1939,9934,2837,1354
-,,,,,,,,1940,10363,2960,1413
-,,,,,,,,1941,10219,2919,1393
-,,,,,,,,1942,9523,2720,1298
-,,,,,,,,1943,8513,2431,1161
-,,,,,,,,1944,7619,2176,1039
-,,,,,,,,1945,7042,2011,960
-,,,,,,,,1946,6684,1908,911
-,,,,,,,,1947,6461,1845,881
-,,,,,,,,1948,6390,1825,871
-,,,,,,,,1949,6527,1863,889
-,,,,,,,,1950,7096,2027,967
-,,,,,,,,1951,8282,2365,1129
-,,,,,,,,1952,9039,2582,1232
-,,,,,,,,1953,9336,2666,1272
-,,,,,,,,1954,9530,2722,1299
-,,,,,,,,1955,9699,2770,1322
-,,,,,,,,1956,9746,2783,1328
-,,,,,,,,1957,9669,2761,1318
-,,,,,,,,1958,9692,2768,1321
-,,,,,,,,1959,9603,2743,1309
-,,,,,,,,1960,9488,2710,1293
-,,,,,,,,1961,9425,2691,1285
-,,,,,,,,1962,9321,2662,1271
-,,,,,,,,1963,9137,2610,1246
-,,,,,,,,1964,9519,2719,1298
-,,,,,,,,1965,9343,2669,1274
-,,,,,,,,1966,8803,2514,1200
-,,,,,,,,1967,8073,2305,1100
-,,,,,,,,1968,7301,2085,995
-,,,,,,,,1969,6716,1918,915
-,,,,,,,,1970,6351,1813,866
-,,,,,,,,1971,6143,1754,838
-,,,,,,,,1972,6033,1723,823
-,,,,,,,,1973,6043,1726,823
-,,,,,,,,1974,6246,1783,851
-,,,,,,,,1975,6660,1902,908
-,,,,,,,,1976,7157,2044,975
-,,,,,,,,1977,7838,2239,1069
-,,,,,,,,1978,8325,2378,1135
-,,,,,,,,1979,8539,2439,1164
-,,,,,,,,1980,8579,2450,1170
-,,,,,,,,1981,8483,2423,1156
-,,,,,,,,1982,8313,2374,1133
-,,,,,,,,1983,8175,2334,1115
-,,,,,,,,1984,8109,2316,1106
-,,,,,,,,1985,8166,2332,1113
-,,,,,,,,1986,8373,2391,1141
-,,,,,,,,1987,8583,2451,1170
-,,,,,,,,1988,8925,2549,1216
-,,,,,,,,1989,8761,2502,1195
-,,,,,,,,1990,8313,2374,1133
-,,,,,,,,1991,7709,2202,1051
-,,,,,,,,1992,7087,2023,966
-,,,,,,,,1993,6571,1877,896
-,,,,,,,,1994,6231,1779,849
-,,,,,,,,1995,6059,1730,826
-,,,,,,,,1996,5975,1706,814
-,,,,,,,,1997,5989,1711,817
-,,,,,,,,1998,6126,1749,835
-,,,,,,,,1999,6447,1841,878
-,,,,,,,,2000,6881,1965,938
-,,,,,,,,2001,7568,2161,1031
-,,,,,,,,2002,8160,2330,1112
-,,,,,,,,2003,8530,2436,1163
-,,,,,,,,2004,8748,2498,1192
-,,,,,,,,2005,8822,2519,1202
-,,,,,,,,2006,8734,2494,1191
-,,,,,,,,2007,8636,2466,1177
-,,,,,,,,2008,8569,2447,1168
-,,,,,,,,2009,8690,2482,1185
-,,,,,,,,2010,8933,2551,1218
-,,,,,,,,2011,9135,2609,1246
-,,,,,,,,2012,9515,2717,1298
-,,,,,,,,2013,9322,2662,1271
-,,,,,,,,2014,8673,2477,1182
-,,,,,,,,2015,7890,2254,1075
-,,,,,,,,2016,7164,2046,977
-,,,,,,,,2017,6656,1901,908
-,,,,,,,,2018,6385,1823,870
-,,,,,,,,2019,6273,1791,855
-,,,,,,,,2020,6282,1794,856
-,,,,,,,,2021,6506,1858,887
-,,,,,,,,2022,7224,2063,984
-,,,,,,,,2023,8559,2444,1166
-,,,,,,,,2024,9339,2667,1273
-,,,,,,,,2025,9607,2744,1310
-,,,,,,,,2026,9718,2775,1325
-,,,,,,,,2027,9773,2791,1332
-,,,,,,,,2028,9729,2779,1327
-,,,,,,,,2029,9628,2749,1312
-,,,,,,,,2030,9570,2733,1305
-,,,,,,,,2031,9429,2693,1286
-,,,,,,,,2032,9357,2672,1276
-,,,,,,,,2033,9428,2693,1285
-,,,,,,,,2034,9682,2765,1320
-,,,,,,,,2035,9938,2839,1355
-,,,,,,,,2036,10557,3015,1439
-,,,,,,,,2037,10473,2991,1428
-,,,,,,,,2038,9846,2812,1343
-,,,,,,,,2039,8933,2551,1218
-,,,,,,,,2040,8120,2319,1107
-,,,,,,,,2041,7602,2171,1036
-,,,,,,,,2042,7349,2099,1002
-,,,,,,,,2043,7243,2068,987
-,,,,,,,,2044,7256,2072,989
-,,,,,,,,2045,7490,2138,1021
-,,,,,,,,2046,8214,2346,1120
-,,,,,,,,2047,9521,2719,1298
-,,,,,,,,2048,10239,2925,1396
-,,,,,,,,2049,10321,2947,1407
-,,,,,,,,2050,10295,2940,1403
-,,,,,,,,2051,10266,2932,1399
-,,,,,,,,2052,10198,2912,1390
-,,,,,,,,2053,10051,2870,1370
-,,,,,,,,2054,9907,2830,1351
-,,,,,,,,2055,9697,2770,1322
-,,,,,,,,2056,9556,2729,1302
-,,,,,,,,2057,9541,2725,1301
-,,,,,,,,2058,9675,2763,1319
-,,,,,,,,2059,9821,2805,1339
-,,,,,,,,2060,10416,2975,1420
-,,,,,,,,2061,10368,2961,1414
-,,,,,,,,2062,9734,2780,1327
-,,,,,,,,2063,8802,2514,1200
-,,,,,,,,2064,7950,2270,1084
-,,,,,,,,2065,7419,2119,1011
-,,,,,,,,2066,7123,2034,971
-,,,,,,,,2067,6985,1995,952
-,,,,,,,,2068,6940,1982,946
-,,,,,,,,2069,7129,2036,972
-,,,,,,,,2070,7814,2232,1065
-,,,,,,,,2071,9102,2600,1241
-,,,,,,,,2072,9850,2813,1343
-,,,,,,,,2073,9991,2854,1362
-,,,,,,,,2074,10009,2859,1364
-,,,,,,,,2075,10071,2876,1373
-,,,,,,,,2076,10080,2879,1374
-,,,,,,,,2077,10032,2865,1368
-,,,,,,,,2078,10005,2857,1364
-,,,,,,,,2079,9815,2803,1338
-,,,,,,,,2080,9654,2757,1316
-,,,,,,,,2081,9677,2764,1319
-,,,,,,,,2082,9788,2795,1334
-,,,,,,,,2083,9896,2826,1349
-,,,,,,,,2084,10272,2934,1400
-,,,,,,,,2085,10092,2882,1376
-,,,,,,,,2086,9415,2689,1283
-,,,,,,,,2087,8440,2410,1151
-,,,,,,,,2088,7582,2165,1034
-,,,,,,,,2089,7018,2004,957
-,,,,,,,,2090,6727,1921,917
-,,,,,,,,2091,6581,1879,897
-,,,,,,,,2092,6556,1873,893
-,,,,,,,,2093,6753,1928,920
-,,,,,,,,2094,7428,2121,1013
-,,,,,,,,2095,8721,2491,1189
-,,,,,,,,2096,9477,2706,1292
-,,,,,,,,2097,9692,2768,1321
-,,,,,,,,2098,9838,2810,1341
-,,,,,,,,2099,9951,2842,1357
-,,,,,,,,2100,9968,2847,1359
-,,,,,,,,2101,9901,2828,1350
-,,,,,,,,2102,9852,2814,1343
-,,,,,,,,2103,9696,2769,1322
-,,,,,,,,2104,9638,2752,1314
-,,,,,,,,2105,9714,2775,1324
-,,,,,,,,2106,9890,2825,1348
-,,,,,,,,2107,10066,2875,1373
-,,,,,,,,2108,10410,2973,1419
-,,,,,,,,2109,10215,2917,1393
-,,,,,,,,2110,9560,2730,1303
-,,,,,,,,2111,8612,2459,1174
-,,,,,,,,2112,7785,2224,1061
-,,,,,,,,2113,7249,2070,988
-,,,,,,,,2114,6963,1989,949
-,,,,,,,,2115,6836,1953,932
-,,,,,,,,2116,6812,1945,929
-,,,,,,,,2117,7022,2005,957
-,,,,,,,,2118,7705,2201,1050
-,,,,,,,,2119,8921,2548,1216
-,,,,,,,,2120,9618,2747,1311
-,,,,,,,,2121,9746,2783,1328
-,,,,,,,,2122,9767,2790,1332
-,,,,,,,,2123,9788,2795,1334
-,,,,,,,,2124,9713,2774,1324
-,,,,,,,,2125,9546,2726,1302
-,,,,,,,,2126,9444,2697,1288
-,,,,,,,,2127,9255,2643,1262
-,,,,,,,,2128,9082,2594,1238
-,,,,,,,,2129,9013,2574,1229
-,,,,,,,,2130,9007,2572,1228
-,,,,,,,,2131,9062,2588,1236
-,,,,,,,,2132,9564,2731,1304
-,,,,,,,,2133,9562,2730,1303
-,,,,,,,,2134,9127,2607,1244
-,,,,,,,,2135,8436,2409,1150
-,,,,,,,,2136,7681,2193,1047
-,,,,,,,,2137,7087,2024,966
-,,,,,,,,2138,6762,1931,922
-,,,,,,,,2139,6596,1883,899
-,,,,,,,,2140,6546,1869,892
-,,,,,,,,2141,6599,1885,899
-,,,,,,,,2142,6846,1955,934
-,,,,,,,,2143,7298,2084,994
-,,,,,,,,2144,7929,2264,1081
-,,,,,,,,2145,8648,2469,1179
-,,,,,,,,2146,9085,2594,1238
-,,,,,,,,2147,9334,2665,1272
-,,,,,,,,2148,9377,2678,1278
-,,,,,,,,2149,9296,2655,1267
-,,,,,,,,2150,9083,2594,1238
-,,,,,,,,2151,8884,2537,1212
-,,,,,,,,2152,8759,2502,1194
-,,,,,,,,2153,8773,2505,1196
-,,,,,,,,2154,8886,2538,1212
-,,,,,,,,2155,8981,2564,1224
-,,,,,,,,2156,9364,2675,1277
-,,,,,,,,2157,9322,2662,1271
-,,,,,,,,2158,8950,2556,1220
-,,,,,,,,2159,8389,2396,1144
-,,,,,,,,2160,7741,2211,1055
-,,,,,,,,2161,7224,2063,984
-,,,,,,,,2162,6903,1971,941
-,,,,,,,,2163,6749,1928,920
-,,,,,,,,2164,6689,1910,912
-,,,,,,,,2165,6718,1918,916
-,,,,,,,,2166,6906,1973,941
-,,,,,,,,2167,7185,2052,979
-,,,,,,,,2168,7596,2169,1035
-,,,,,,,,2169,8115,2318,1106
-,,,,,,,,2170,8450,2414,1152
-,,,,,,,,2171,8577,2449,1169
-,,,,,,,,2172,8599,2455,1172
-,,,,,,,,2173,8594,2454,1171
-,,,,,,,,2174,8540,2439,1164
-,,,,,,,,2175,8484,2423,1156
-,,,,,,,,2176,8534,2437,1163
-,,,,,,,,2177,8782,2508,1197
-,,,,,,,,2178,9153,2614,1248
-,,,,,,,,2179,9422,2691,1284
-,,,,,,,,2180,9736,2780,1328
-,,,,,,,,2181,9489,2710,1293
-,,,,,,,,2182,8872,2534,1210
-,,,,,,,,2183,8082,2308,1101
-,,,,,,,,2184,7355,2100,1003
-,,,,,,,,2185,6876,1963,937
-,,,,,,,,2186,6614,1889,902
-,,,,,,,,2187,6517,1861,888
-,,,,,,,,2188,6532,1865,890
-,,,,,,,,2189,6766,1933,922
-,,,,,,,,2190,7523,2148,1025
-,,,,,,,,2191,8816,2518,1202
-,,,,,,,,2192,9589,2739,1308
-,,,,,,,,2193,9819,2805,1338
-,,,,,,,,2194,9916,2832,1352
-,,,,,,,,2195,9965,2846,1358
-,,,,,,,,2196,9892,2825,1348
-,,,,,,,,2197,9751,2785,1329
-,,,,,,,,2198,9647,2755,1315
-,,,,,,,,2199,9471,2704,1291
-,,,,,,,,2200,9332,2665,1272
-,,,,,,,,2201,9325,2663,1272
-,,,,,,,,2202,9458,2701,1289
-,,,,,,,,2203,9557,2730,1302
-,,,,,,,,2204,10085,2880,1375
-,,,,,,,,2205,10129,2893,1381
-,,,,,,,,2206,9521,2719,1298
-,,,,,,,,2207,8599,2455,1172
-,,,,,,,,2208,7736,2209,1055
-,,,,,,,,2209,7203,2057,982
-,,,,,,,,2210,6932,1979,945
-,,,,,,,,2211,6819,1948,929
-,,,,,,,,2212,6832,1951,931
-,,,,,,,,2213,7077,2021,964
-,,,,,,,,2214,7830,2236,1067
-,,,,,,,,2215,9084,2594,1238
-,,,,,,,,2216,9768,2790,1332
-,,,,,,,,2217,9830,2807,1340
-,,,,,,,,2218,9815,2803,1338
-,,,,,,,,2219,9799,2798,1336
-,,,,,,,,2220,9714,2774,1324
-,,,,,,,,2221,9585,2737,1307
-,,,,,,,,2222,9479,2707,1292
-,,,,,,,,2223,9337,2666,1273
-,,,,,,,,2224,9240,2639,1260
-,,,,,,,,2225,9233,2637,1259
-,,,,,,,,2226,9323,2662,1271
-,,,,,,,,2227,9414,2689,1283
-,,,,,,,,2228,9937,2838,1355
-,,,,,,,,2229,9994,2855,1363
-,,,,,,,,2230,9333,2665,1272
-,,,,,,,,2231,8389,2396,1144
-,,,,,,,,2232,7527,2149,1026
-,,,,,,,,2233,6960,1988,949
-,,,,,,,,2234,6679,1908,910
-,,,,,,,,2235,6534,1866,891
-,,,,,,,,2236,6513,1860,888
-,,,,,,,,2237,6704,1914,913
-,,,,,,,,2238,7411,2117,1010
-,,,,,,,,2239,8627,2464,1176
-,,,,,,,,2240,9314,2660,1270
-,,,,,,,,2241,9432,2694,1286
-,,,,,,,,2242,9460,2702,1290
-,,,,,,,,2243,9522,2720,1298
-,,,,,,,,2244,9523,2720,1298
-,,,,,,,,2245,9440,2696,1287
-,,,,,,,,2246,9418,2690,1284
-,,,,,,,,2247,9338,2667,1273
-,,,,,,,,2248,9238,2639,1259
-,,,,,,,,2249,9239,2639,1260
-,,,,,,,,2250,9325,2663,1272
-,,,,,,,,2251,9410,2687,1282
-,,,,,,,,2252,9863,2817,1345
-,,,,,,,,2253,9842,2810,1342
-,,,,,,,,2254,9200,2627,1254
-,,,,,,,,2255,8287,2366,1130
-,,,,,,,,2256,7424,2120,1012
-,,,,,,,,2257,6905,1972,941
-,,,,,,,,2258,6630,1893,903
-,,,,,,,,2259,6508,1858,887
-,,,,,,,,2260,6509,1858,887
-,,,,,,,,2261,6735,1923,919
-,,,,,,,,2262,7448,2127,1015
-,,,,,,,,2263,8697,2484,1186
-,,,,,,,,2264,9414,2689,1283
-,,,,,,,,2265,9560,2730,1303
-,,,,,,,,2266,9634,2751,1313
-,,,,,,,,2267,9685,2766,1320
-,,,,,,,,2268,9653,2757,1316
-,,,,,,,,2269,9554,2729,1302
-,,,,,,,,2270,9489,2710,1293
-,,,,,,,,2271,9323,2663,1271
-,,,,,,,,2272,9189,2625,1252
-,,,,,,,,2273,9160,2616,1249
-,,,,,,,,2274,9222,2634,1257
-,,,,,,,,2275,9281,2650,1265
-,,,,,,,,2276,9725,2777,1326
-,,,,,,,,2277,9827,2806,1340
-,,,,,,,,2278,9316,2660,1270
-,,,,,,,,2279,8468,2419,1155
-,,,,,,,,2280,7652,2185,1043
-,,,,,,,,2281,7106,2029,969
-,,,,,,,,2282,6821,1948,929
-,,,,,,,,2283,6690,1911,912
-,,,,,,,,2284,6683,1908,911
-,,,,,,,,2285,6860,1959,935
-,,,,,,,,2286,7437,2124,1014
-,,,,,,,,2287,8328,2379,1136
-,,,,,,,,2288,9012,2574,1229
-,,,,,,,,2289,9323,2663,1271
-,,,,,,,,2290,9474,2705,1292
-,,,,,,,,2291,9513,2717,1297
-,,,,,,,,2292,9423,2691,1285
-,,,,,,,,2293,9274,2649,1264
-,,,,,,,,2294,9140,2610,1246
-,,,,,,,,2295,8946,2555,1220
-,,,,,,,,2296,8784,2509,1197
-,,,,,,,,2297,8758,2501,1194
-,,,,,,,,2298,8814,2517,1202
-,,,,,,,,2299,8848,2527,1206
-,,,,,,,,2300,9241,2639,1260
-,,,,,,,,2301,9343,2668,1273
-,,,,,,,,2302,8918,2547,1216
-,,,,,,,,2303,8249,2356,1125
-,,,,,,,,2304,7548,2155,1029
-,,,,,,,,2305,7024,2006,958
-,,,,,,,,2306,6720,1919,916
-,,,,,,,,2307,6566,1875,895
-,,,,,,,,2308,6515,1860,888
-,,,,,,,,2309,6596,1884,899
-,,,,,,,,2310,6865,1960,936
-,,,,,,,,2311,7252,2071,989
-,,,,,,,,2312,7851,2243,1070
-,,,,,,,,2313,8444,2411,1151
-,,,,,,,,2314,8754,2500,1193
-,,,,,,,,2315,8824,2520,1203
-,,,,,,,,2316,8769,2504,1196
-,,,,,,,,2317,8634,2466,1177
-,,,,,,,,2318,8461,2416,1153
-,,,,,,,,2319,8302,2371,1131
-,,,,,,,,2320,8272,2363,1128
-,,,,,,,,2321,8425,2406,1149
-,,,,,,,,2322,8648,2469,1179
-,,,,,,,,2323,8817,2518,1202
-,,,,,,,,2324,9170,2619,1250
-,,,,,,,,2325,9161,2616,1249
-,,,,,,,,2326,8740,2496,1191
-,,,,,,,,2327,8107,2315,1106
-,,,,,,,,2328,7414,2117,1010
-,,,,,,,,2329,6845,1955,933
-,,,,,,,,2330,6515,1861,888
-,,,,,,,,2331,6319,1804,861
-,,,,,,,,2332,6247,1784,852
-,,,,,,,,2333,6279,1793,856
-,,,,,,,,2334,6458,1844,880
-,,,,,,,,2335,6766,1933,922
-,,,,,,,,2336,7333,2094,999
-,,,,,,,,2337,7978,2279,1088
-,,,,,,,,2338,8380,2394,1142
-,,,,,,,,2339,8520,2433,1161
-,,,,,,,,2340,8601,2456,1172
-,,,,,,,,2341,8527,2435,1162
-,,,,,,,,2342,8221,2348,1120
-,,,,,,,,2343,7912,2259,1079
-,,,,,,,,2344,7740,2210,1055
-,,,,,,,,2345,7701,2199,1050
-,,,,,,,,2346,7789,2224,1062
-,,,,,,,,2347,8001,2285,1090
-,,,,,,,,2348,8614,2460,1174
-,,,,,,,,2349,8920,2548,1216
-,,,,,,,,2350,8439,2409,1151
-,,,,,,,,2351,7707,2201,1050
-,,,,,,,,2352,7031,2008,959
-,,,,,,,,2353,6579,1879,897
-,,,,,,,,2354,6359,1816,867
-,,,,,,,,2355,6277,1793,856
-,,,,,,,,2356,6282,1794,856
-,,,,,,,,2357,6511,1859,888
-,,,,,,,,2358,7238,2067,987
-,,,,,,,,2359,8426,2406,1149
-,,,,,,,,2360,9225,2635,1257
-,,,,,,,,2361,9508,2715,1297
-,,,,,,,,2362,9628,2749,1312
-,,,,,,,,2363,9735,2780,1328
-,,,,,,,,2364,9736,2780,1328
-,,,,,,,,2365,9657,2758,1317
-,,,,,,,,2366,9585,2737,1307
-,,,,,,,,2367,9429,2693,1286
-,,,,,,,,2368,9322,2662,1271
-,,,,,,,,2369,9323,2663,1271
-,,,,,,,,2370,9432,2694,1286
-,,,,,,,,2371,9526,2720,1298
-,,,,,,,,2372,9928,2835,1353
-,,,,,,,,2373,9944,2840,1356
-,,,,,,,,2374,9255,2643,1262
-,,,,,,,,2375,8312,2374,1133
-,,,,,,,,2376,7435,2124,1014
-,,,,,,,,2377,6909,1973,942
-,,,,,,,,2378,6643,1898,906
-,,,,,,,,2379,6523,1863,889
-,,,,,,,,2380,6513,1860,888
-,,,,,,,,2381,6737,1924,919
-,,,,,,,,2382,7437,2124,1014
-,,,,,,,,2383,8592,2454,1171
-,,,,,,,,2384,9316,2660,1270
-,,,,,,,,2385,9460,2702,1290
-,,,,,,,,2386,9521,2719,1298
-,,,,,,,,2387,9583,2737,1307
-,,,,,,,,2388,9561,2730,1303
-,,,,,,,,2389,9503,2714,1296
-,,,,,,,,2390,9480,2707,1292
-,,,,,,,,2391,9352,2670,1275
-,,,,,,,,2392,9242,2639,1260
-,,,,,,,,2393,9257,2644,1262
-,,,,,,,,2394,9331,2665,1272
-,,,,,,,,2395,9395,2683,1281
-,,,,,,,,2396,9811,2802,1338
-,,,,,,,,2397,9848,2813,1343
-,,,,,,,,2398,9175,2620,1251
-,,,,,,,,2399,8230,2350,1122
-,,,,,,,,2400,7377,2107,1005
-,,,,,,,,2401,6850,1957,934
-,,,,,,,,2402,6579,1878,897
-,,,,,,,,2403,6458,1844,880
-,,,,,,,,2404,6458,1844,880
-,,,,,,,,2405,6673,1906,909
-,,,,,,,,2406,7373,2105,1005
-,,,,,,,,2407,8541,2439,1165
-,,,,,,,,2408,9323,2663,1271
-,,,,,,,,2409,9519,2719,1298
-,,,,,,,,2410,9553,2728,1302
-,,,,,,,,2411,9598,2741,1308
-,,,,,,,,2412,9572,2734,1305
-,,,,,,,,2413,9477,2706,1292
-,,,,,,,,2414,9433,2694,1286
-,,,,,,,,2415,9322,2662,1271
-,,,,,,,,2416,9225,2635,1257
-,,,,,,,,2417,9248,2641,1261
-,,,,,,,,2418,9347,2670,1274
-,,,,,,,,2419,9442,2696,1288
-,,,,,,,,2420,9864,2817,1345
-,,,,,,,,2421,9863,2817,1345
-,,,,,,,,2422,9208,2629,1256
-,,,,,,,,2423,8287,2367,1130
-,,,,,,,,2424,7446,2126,1015
-,,,,,,,,2425,6898,1970,940
-,,,,,,,,2426,6610,1888,901
-,,,,,,,,2427,6479,1850,883
-,,,,,,,,2428,6475,1849,883
-,,,,,,,,2429,6676,1907,910
-,,,,,,,,2430,7384,2109,1006
-,,,,,,,,2431,8535,2438,1163
-,,,,,,,,2432,9278,2649,1265
-,,,,,,,,2433,9466,2704,1291
-,,,,,,,,2434,9522,2720,1298
-,,,,,,,,2435,9555,2729,1302
-,,,,,,,,2436,9563,2731,1303
-,,,,,,,,2437,9526,2720,1298
-,,,,,,,,2438,9515,2717,1298
-,,,,,,,,2439,9401,2684,1282
-,,,,,,,,2440,9313,2659,1270
-,,,,,,,,2441,9341,2668,1273
-,,,,,,,,2442,9451,2699,1288
-,,,,,,,,2443,9480,2707,1292
-,,,,,,,,2444,9823,2805,1339
-,,,,,,,,2445,9873,2820,1346
-,,,,,,,,2446,9273,2648,1264
-,,,,,,,,2447,8381,2394,1142
-,,,,,,,,2448,7528,2149,1026
-,,,,,,,,2449,6991,1997,953
-,,,,,,,,2450,6724,1920,917
-,,,,,,,,2451,6596,1883,899
-,,,,,,,,2452,6596,1884,899
-,,,,,,,,2453,6801,1943,927
-,,,,,,,,2454,7481,2136,1020
-,,,,,,,,2455,8587,2452,1171
-,,,,,,,,2456,9306,2658,1268
-,,,,,,,,2457,9447,2698,1288
-,,,,,,,,2458,9497,2712,1295
-,,,,,,,,2459,9541,2725,1301
-,,,,,,,,2460,9480,2707,1292
-,,,,,,,,2461,9372,2676,1277
-,,,,,,,,2462,9309,2659,1269
-,,,,,,,,2463,9166,2618,1250
-,,,,,,,,2464,9001,2571,1227
-,,,,,,,,2465,8930,2550,1217
-,,,,,,,,2466,8879,2536,1211
-,,,,,,,,2467,8805,2514,1201
-,,,,,,,,2468,9104,2600,1242
-,,,,,,,,2469,9280,2650,1265
-,,,,,,,,2470,8797,2513,1199
-,,,,,,,,2471,8077,2307,1101
-,,,,,,,,2472,7300,2085,995
-,,,,,,,,2473,6755,1929,921
-,,,,,,,,2474,6437,1838,878
-,,,,,,,,2475,6256,1787,853
-,,,,,,,,2476,6218,1776,848
-,,,,,,,,2477,6288,1796,857
-,,,,,,,,2478,6558,1873,894
-,,,,,,,,2479,6904,1972,941
-,,,,,,,,2480,7527,2149,1026
-,,,,,,,,2481,8079,2307,1101
-,,,,,,,,2482,8418,2404,1147
-,,,,,,,,2483,8551,2442,1166
-,,,,,,,,2484,8516,2432,1161
-,,,,,,,,2485,8391,2396,1144
-,,,,,,,,2486,8236,2352,1123
-,,,,,,,,2487,8100,2314,1105
-,,,,,,,,2488,8053,2300,1098
-,,,,,,,,2489,8086,2309,1102
-,,,,,,,,2490,8187,2338,1116
-,,,,,,,,2491,8236,2352,1123
-,,,,,,,,2492,8553,2443,1166
-,,,,,,,,2493,8701,2484,1186
-,,,,,,,,2494,8272,2363,1128
-,,,,,,,,2495,7634,2180,1040
-,,,,,,,,2496,6991,1997,953
-,,,,,,,,2497,6480,1850,883
-,,,,,,,,2498,6158,1758,839
-,,,,,,,,2499,5969,1705,813
-,,,,,,,,2500,5896,1683,803
-,,,,,,,,2501,5909,1688,805
-,,,,,,,,2502,6047,1727,824
-,,,,,,,,2503,6242,1783,851
-,,,,,,,,2504,6709,1916,914
-,,,,,,,,2505,7350,2099,1002
-,,,,,,,,2506,7840,2239,1069
-,,,,,,,,2507,8098,2313,1104
-,,,,,,,,2508,8243,2354,1124
-,,,,,,,,2509,8274,2363,1128
-,,,,,,,,2510,8213,2345,1120
-,,,,,,,,2511,8162,2331,1113
-,,,,,,,,2512,8179,2336,1115
-,,,,,,,,2513,8311,2374,1133
-,,,,,,,,2514,8505,2429,1160
-,,,,,,,,2515,8581,2450,1170
-,,,,,,,,2516,8893,2539,1212
-,,,,,,,,2517,9031,2580,1232
-,,,,,,,,2518,8517,2432,1161
-,,,,,,,,2519,7798,2227,1063
-,,,,,,,,2520,7111,2031,969
-,,,,,,,,2521,6608,1888,901
-,,,,,,,,2522,6319,1804,861
-,,,,,,,,2523,6171,1763,841
-,,,,,,,,2524,6140,1753,837
-,,,,,,,,2525,6304,1800,859
-,,,,,,,,2526,6864,1960,936
-,,,,,,,,2527,7669,2190,1045
-,,,,,,,,2528,8552,2442,1166
-,,,,,,,,2529,9208,2629,1255
-,,,,,,,,2530,9678,2764,1319
-,,,,,,,,2531,10054,2871,1371
-,,,,,,,,2532,10306,2943,1405
-,,,,,,,,2533,10463,2988,1427
-,,,,,,,,2534,10571,3019,1441
-,,,,,,,,2535,10601,3028,1445
-,,,,,,,,2536,10595,3025,1444
-,,,,,,,,2537,10578,3021,1442
-,,,,,,,,2538,10493,2996,1430
-,,,,,,,,2539,10297,2940,1403
-,,,,,,,,2540,10362,2960,1413
-,,,,,,,,2541,10475,2991,1428
-,,,,,,,,2542,9742,2782,1328
-,,,,,,,,2543,8736,2495,1191
-,,,,,,,,2544,7797,2227,1063
-,,,,,,,,2545,7146,2041,974
-,,,,,,,,2546,6771,1933,923
-,,,,,,,,2547,6542,1868,892
-,,,,,,,,2548,6446,1841,878
-,,,,,,,,2549,6587,1881,898
-,,,,,,,,2550,7134,2038,973
-,,,,,,,,2551,7988,2281,1089
-,,,,,,,,2552,8934,2552,1218
-,,,,,,,,2553,9489,2710,1293
-,,,,,,,,2554,9825,2806,1339
-,,,,,,,,2555,10073,2877,1373
-,,,,,,,,2556,10198,2913,1390
-,,,,,,,,2557,10251,2928,1398
-,,,,,,,,2558,10355,2957,1412
-,,,,,,,,2559,10366,2960,1414
-,,,,,,,,2560,10344,2955,1410
-,,,,,,,,2561,10320,2947,1407
-,,,,,,,,2562,10229,2921,1394
-,,,,,,,,2563,9971,2848,1359
-,,,,,,,,2564,10006,2858,1364
-,,,,,,,,2565,10099,2884,1377
-,,,,,,,,2566,9367,2675,1277
-,,,,,,,,2567,8375,2392,1141
-,,,,,,,,2568,7490,2139,1021
-,,,,,,,,2569,6852,1957,934
-,,,,,,,,2570,6487,1853,884
-,,,,,,,,2571,6289,1796,858
-,,,,,,,,2572,6208,1773,846
-,,,,,,,,2573,6345,1812,865
-,,,,,,,,2574,6882,1966,938
-,,,,,,,,2575,7683,2194,1047
-,,,,,,,,2576,8510,2430,1160
-,,,,,,,,2577,8923,2549,1216
-,,,,,,,,2578,9152,2614,1247
-,,,,,,,,2579,9329,2665,1272
-,,,,,,,,2580,9411,2688,1283
-,,,,,,,,2581,9385,2680,1279
-,,,,,,,,2582,9389,2681,1280
-,,,,,,,,2583,9300,2656,1268
-,,,,,,,,2584,9163,2617,1249
-,,,,,,,,2585,9136,2610,1246
-,,,,,,,,2586,9176,2620,1251
-,,,,,,,,2587,9180,2622,1252
-,,,,,,,,2588,9428,2693,1285
-,,,,,,,,2589,9490,2710,1294
-,,,,,,,,2590,8880,2536,1211
-,,,,,,,,2591,8025,2292,1094
-,,,,,,,,2592,7210,2059,983
-,,,,,,,,2593,6671,1905,909
-,,,,,,,,2594,6372,1819,868
-,,,,,,,,2595,6204,1772,846
-,,,,,,,,2596,6173,1763,842
-,,,,,,,,2597,6352,1814,866
-,,,,,,,,2598,6918,1976,943
-,,,,,,,,2599,7804,2229,1064
-,,,,,,,,2600,8620,2462,1175
-,,,,,,,,2601,8997,2569,1226
-,,,,,,,,2602,9231,2636,1258
-,,,,,,,,2603,9413,2689,1283
-,,,,,,,,2604,9495,2711,1294
-,,,,,,,,2605,9478,2707,1292
-,,,,,,,,2606,9481,2708,1292
-,,,,,,,,2607,9413,2689,1283
-,,,,,,,,2608,9334,2666,1272
-,,,,,,,,2609,9320,2662,1271
-,,,,,,,,2610,9286,2652,1266
-,,,,,,,,2611,9175,2620,1251
-,,,,,,,,2612,9350,2670,1275
-,,,,,,,,2613,9569,2733,1304
-,,,,,,,,2614,8983,2565,1225
-,,,,,,,,2615,8108,2315,1106
-,,,,,,,,2616,7267,2075,990
-,,,,,,,,2617,6718,1918,916
-,,,,,,,,2618,6418,1833,875
-,,,,,,,,2619,6266,1789,854
-,,,,,,,,2620,6202,1771,845
-,,,,,,,,2621,6357,1816,867
-,,,,,,,,2622,6865,1961,936
-,,,,,,,,2623,7671,2191,1045
-,,,,,,,,2624,8476,2420,1156
-,,,,,,,,2625,8954,2557,1221
-,,,,,,,,2626,9292,2654,1267
-,,,,,,,,2627,9542,2725,1301
-,,,,,,,,2628,9660,2759,1317
-,,,,,,,,2629,9654,2757,1316
-,,,,,,,,2630,9664,2760,1318
-,,,,,,,,2631,9581,2736,1306
-,,,,,,,,2632,9465,2703,1290
-,,,,,,,,2633,9382,2680,1279
-,,,,,,,,2634,9251,2642,1261
-,,,,,,,,2635,9025,2578,1231
-,,,,,,,,2636,9124,2606,1244
-,,,,,,,,2637,9270,2648,1264
-,,,,,,,,2638,8744,2497,1192
-,,,,,,,,2639,8003,2285,1091
-,,,,,,,,2640,7237,2067,986
-,,,,,,,,2641,6672,1905,909
-,,,,,,,,2642,6341,1811,864
-,,,,,,,,2643,6150,1757,838
-,,,,,,,,2644,6065,1732,827
-,,,,,,,,2645,6112,1746,833
-,,,,,,,,2646,6317,1804,861
-,,,,,,,,2647,6622,1891,903
-,,,,,,,,2648,7218,2061,984
-,,,,,,,,2649,7883,2251,1075
-,,,,,,,,2650,8360,2388,1140
-,,,,,,,,2651,8615,2460,1175
-,,,,,,,,2652,8701,2484,1186
-,,,,,,,,2653,8697,2484,1186
-,,,,,,,,2654,8640,2467,1178
-,,,,,,,,2655,8583,2451,1170
-,,,,,,,,2656,8570,2448,1168
-,,,,,,,,2657,8630,2464,1176
-,,,,,,,,2658,8717,2490,1188
-,,,,,,,,2659,8680,2479,1183
-,,,,,,,,2660,8838,2525,1205
-,,,,,,,,2661,9013,2574,1229
-,,,,,,,,2662,8561,2445,1167
-,,,,,,,,2663,7906,2258,1078
-,,,,,,,,2664,7234,2066,986
-,,,,,,,,2665,6682,1908,911
-,,,,,,,,2666,6348,1813,865
-,,,,,,,,2667,6133,1752,836
-,,,,,,,,2668,6022,1720,821
-,,,,,,,,2669,6017,1718,820
-,,,,,,,,2670,6125,1749,835
-,,,,,,,,2671,6275,1792,855
-,,,,,,,,2672,6726,1921,917
-,,,,,,,,2673,7349,2099,1002
-,,,,,,,,2674,7889,2253,1075
-,,,,,,,,2675,8223,2349,1120
-,,,,,,,,2676,8446,2412,1151
-,,,,,,,,2677,8560,2444,1167
-,,,,,,,,2678,8565,2446,1167
-,,,,,,,,2679,8530,2436,1163
-,,,,,,,,2680,8569,2447,1168
-,,,,,,,,2681,8750,2499,1193
-,,,,,,,,2682,8957,2558,1221
-,,,,,,,,2683,9117,2604,1243
-,,,,,,,,2684,9243,2639,1260
-,,,,,,,,2685,9100,2599,1241
-,,,,,,,,2686,8489,2424,1157
-,,,,,,,,2687,7756,2215,1057
-,,,,,,,,2688,7072,2019,964
-,,,,,,,,2689,6626,1893,903
-,,,,,,,,2690,6392,1825,871
-,,,,,,,,2691,6286,1795,857
-,,,,,,,,2692,6264,1789,853
-,,,,,,,,2693,6445,1840,878
-,,,,,,,,2694,7127,2035,971
-,,,,,,,,2695,8305,2372,1132
-,,,,,,,,2696,9197,2626,1254
-,,,,,,,,2697,9568,2733,1304
-,,,,,,,,2698,9755,2786,1330
-,,,,,,,,2699,9891,2825,1348
-,,,,,,,,2700,9947,2841,1356
-,,,,,,,,2701,9884,2823,1348
-,,,,,,,,2702,9840,2810,1342
-,,,,,,,,2703,9705,2771,1323
-,,,,,,,,2704,9597,2740,1308
-,,,,,,,,2705,9638,2753,1314
-,,,,,,,,2706,9752,2785,1329
-,,,,,,,,2707,9732,2780,1327
-,,,,,,,,2708,9838,2810,1341
-,,,,,,,,2709,9811,2802,1338
-,,,,,,,,2710,9119,2604,1243
-,,,,,,,,2711,8183,2337,1116
-,,,,,,,,2712,7329,2093,999
-,,,,,,,,2713,6780,1936,924
-,,,,,,,,2714,6519,1862,888
-,,,,,,,,2715,6377,1821,869
-,,,,,,,,2716,6350,1813,866
-,,,,,,,,2717,6542,1868,892
-,,,,,,,,2718,7181,2051,979
-,,,,,,,,2719,8243,2354,1124
-,,,,,,,,2720,9045,2583,1233
-,,,,,,,,2721,9303,2657,1268
-,,,,,,,,2722,9450,2699,1288
-,,,,,,,,2723,9554,2729,1302
-,,,,,,,,2724,9546,2726,1302
-,,,,,,,,2725,9473,2705,1292
-,,,,,,,,2726,9439,2695,1287
-,,,,,,,,2727,9335,2666,1272
-,,,,,,,,2728,9235,2638,1259
-,,,,,,,,2729,9250,2642,1261
-,,,,,,,,2730,9308,2658,1269
-,,,,,,,,2731,9325,2663,1272
-,,,,,,,,2732,9589,2739,1308
-,,,,,,,,2733,9834,2809,1341
-,,,,,,,,2734,9223,2634,1257
-,,,,,,,,2735,8266,2360,1127
-,,,,,,,,2736,7403,2114,1010
-,,,,,,,,2737,6846,1955,934
-,,,,,,,,2738,6563,1874,894
-,,,,,,,,2739,6434,1838,877
-,,,,,,,,2740,6396,1827,872
-,,,,,,,,2741,6607,1887,901
-,,,,,,,,2742,7258,2073,989
-,,,,,,,,2743,8321,2376,1135
-,,,,,,,,2744,9055,2586,1235
-,,,,,,,,2745,9248,2641,1261
-,,,,,,,,2746,9365,2675,1277
-,,,,,,,,2747,9445,2697,1288
-,,,,,,,,2748,9476,2706,1292
-,,,,,,,,2749,9431,2693,1286
-,,,,,,,,2750,9411,2688,1283
-,,,,,,,,2751,9284,2651,1266
-,,,,,,,,2752,9200,2627,1254
-,,,,,,,,2753,9217,2632,1257
-,,,,,,,,2754,9275,2649,1265
-,,,,,,,,2755,9314,2659,1270
-,,,,,,,,2756,9529,2721,1299
-,,,,,,,,2757,9704,2771,1322
-,,,,,,,,2758,9135,2609,1246
-,,,,,,,,2759,8240,2354,1123
-,,,,,,,,2760,7404,2114,1010
-,,,,,,,,2761,6841,1953,933
-,,,,,,,,2762,6546,1869,893
-,,,,,,,,2763,6427,1835,876
-,,,,,,,,2764,6427,1835,876
-,,,,,,,,2765,6632,1894,904
-,,,,,,,,2766,7306,2087,996
-,,,,,,,,2767,8374,2392,1141
-,,,,,,,,2768,9114,2603,1242
-,,,,,,,,2769,9313,2659,1270
-,,,,,,,,2770,9396,2684,1281
-,,,,,,,,2771,9470,2704,1291
-,,,,,,,,2772,9511,2716,1297
-,,,,,,,,2773,9475,2706,1292
-,,,,,,,,2774,9481,2708,1292
-,,,,,,,,2775,9380,2679,1279
-,,,,,,,,2776,9301,2656,1268
-,,,,,,,,2777,9388,2681,1280
-,,,,,,,,2778,9586,2738,1307
-,,,,,,,,2779,9647,2755,1315
-,,,,,,,,2780,9786,2795,1334
-,,,,,,,,2781,9784,2794,1334
-,,,,,,,,2782,9146,2612,1247
-,,,,,,,,2783,8222,2348,1120
-,,,,,,,,2784,7374,2106,1005
-,,,,,,,,2785,6808,1944,928
-,,,,,,,,2786,6500,1856,886
-,,,,,,,,2787,6337,1810,863
-,,,,,,,,2788,6299,1798,858
-,,,,,,,,2789,6456,1843,880
-,,,,,,,,2790,7064,2018,963
-,,,,,,,,2791,8119,2319,1106
-,,,,,,,,2792,8944,2555,1219
-,,,,,,,,2793,9257,2644,1262
-,,,,,,,,2794,9407,2687,1282
-,,,,,,,,2795,9502,2714,1296
-,,,,,,,,2796,9483,2708,1292
-,,,,,,,,2797,9385,2680,1279
-,,,,,,,,2798,9325,2663,1272
-,,,,,,,,2799,9177,2621,1251
-,,,,,,,,2800,9030,2579,1231
-,,,,,,,,2801,8992,2568,1226
-,,,,,,,,2802,8973,2563,1223
-,,,,,,,,2803,8944,2555,1219
-,,,,,,,,2804,9191,2625,1253
-,,,,,,,,2805,9489,2710,1293
-,,,,,,,,2806,9078,2593,1237
-,,,,,,,,2807,8354,2386,1139
-,,,,,,,,2808,7594,2169,1035
-,,,,,,,,2809,7027,2007,958
-,,,,,,,,2810,6707,1915,914
-,,,,,,,,2811,6558,1873,894
-,,,,,,,,2812,6503,1857,886
-,,,,,,,,2813,6590,1883,899
-,,,,,,,,2814,6823,1948,930
-,,,,,,,,2815,7156,2044,975
-,,,,,,,,2816,7814,2232,1065
-,,,,,,,,2817,8360,2388,1140
-,,,,,,,,2818,8647,2469,1179
-,,,,,,,,2819,8695,2483,1186
-,,,,,,,,2820,8627,2464,1176
-,,,,,,,,2821,8476,2420,1156
-,,,,,,,,2822,8298,2369,1131
-,,,,,,,,2823,8138,2324,1110
-,,,,,,,,2824,8042,2297,1096
-,,,,,,,,2825,8087,2309,1102
-,,,,,,,,2826,8203,2343,1118
-,,,,,,,,2827,8278,2364,1129
-,,,,,,,,2828,8497,2427,1158
-,,,,,,,,2829,8824,2520,1203
-,,,,,,,,2830,8473,2419,1155
-,,,,,,,,2831,7862,2245,1072
-,,,,,,,,2832,7216,2061,984
-,,,,,,,,2833,6678,1908,910
-,,,,,,,,2834,6379,1822,869
-,,,,,,,,2835,6231,1779,849
-,,,,,,,,2836,6183,1766,843
-,,,,,,,,2837,6226,1778,848
-,,,,,,,,2838,6358,1816,867
-,,,,,,,,2839,6566,1875,895
-,,,,,,,,2840,7057,2015,962
-,,,,,,,,2841,7611,2174,1037
-,,,,,,,,2842,8009,2287,1092
-,,,,,,,,2843,8176,2335,1115
-,,,,,,,,2844,8248,2355,1125
-,,,,,,,,2845,8210,2344,1119
-,,,,,,,,2846,8101,2314,1105
-,,,,,,,,2847,7983,2280,1088
-,,,,,,,,2848,7964,2274,1085
-,,,,,,,,2849,8083,2309,1102
-,,,,,,,,2850,8309,2373,1133
-,,,,,,,,2851,8451,2414,1152
-,,,,,,,,2852,8721,2491,1189
-,,,,,,,,2853,9116,2604,1242
-,,,,,,,,2854,8590,2453,1171
-,,,,,,,,2855,7786,2224,1061
-,,,,,,,,2856,7052,2014,961
-,,,,,,,,2857,6583,1880,898
-,,,,,,,,2858,6346,1813,865
-,,,,,,,,2859,6259,1788,853
-,,,,,,,,2860,6291,1797,858
-,,,,,,,,2861,6536,1867,891
-,,,,,,,,2862,7230,2065,985
-,,,,,,,,2863,8393,2397,1144
-,,,,,,,,2864,9173,2620,1251
-,,,,,,,,2865,9327,2664,1272
-,,,,,,,,2866,9413,2689,1283
-,,,,,,,,2867,9479,2707,1292
-,,,,,,,,2868,9472,2705,1292
-,,,,,,,,2869,9405,2686,1282
-,,,,,,,,2870,9386,2680,1280
-,,,,,,,,2871,9285,2651,1266
-,,,,,,,,2872,9188,2625,1252
-,,,,,,,,2873,9181,2622,1252
-,,,,,,,,2874,9244,2640,1260
-,,,,,,,,2875,9319,2661,1271
-,,,,,,,,2876,9578,2735,1306
-,,,,,,,,2877,9769,2790,1332
-,,,,,,,,2878,9077,2592,1237
-,,,,,,,,2879,8118,2319,1106
-,,,,,,,,2880,7258,2073,989
-,,,,,,,,2881,6709,1916,914
-,,,,,,,,2882,6451,1843,879
-,,,,,,,,2883,6313,1803,860
-,,,,,,,,2884,6280,1793,856
-,,,,,,,,2885,6440,1839,878
-,,,,,,,,2886,7103,2028,968
-,,,,,,,,2887,8260,2359,1126
-,,,,,,,,2888,9180,2622,1252
-,,,,,,,,2889,9544,2725,1301
-,,,,,,,,2890,9773,2791,1332
-,,,,,,,,2891,9907,2830,1351
-,,,,,,,,2892,10041,2868,1369
-,,,,,,,,2893,10019,2861,1366
-,,,,,,,,2894,9939,2839,1355
-,,,,,,,,2895,9828,2807,1340
-,,,,,,,,2896,9744,2783,1328
-,,,,,,,,2897,9809,2801,1338
-,,,,,,,,2898,9948,2841,1356
-,,,,,,,,2899,9948,2841,1356
-,,,,,,,,2900,10011,2859,1365
-,,,,,,,,2901,10004,2857,1364
-,,,,,,,,2902,9333,2665,1272
-,,,,,,,,2903,8343,2383,1137
-,,,,,,,,2904,7472,2134,1019
-,,,,,,,,2905,6901,1971,941
-,,,,,,,,2906,6596,1884,899
-,,,,,,,,2907,6443,1840,878
-,,,,,,,,2908,6407,1830,873
-,,,,,,,,2909,6579,1878,897
-,,,,,,,,2910,7221,2063,984
-,,,,,,,,2911,8370,2390,1141
-,,,,,,,,2912,9232,2636,1258
-,,,,,,,,2913,9484,2709,1292
-,,,,,,,,2914,9630,2750,1312
-,,,,,,,,2915,9749,2784,1329
-,,,,,,,,2916,9754,2785,1330
-,,,,,,,,2917,9685,2765,1320
-,,,,,,,,2918,9652,2756,1316
-,,,,,,,,2919,9539,2725,1301
-,,,,,,,,2920,9443,2697,1288
-,,,,,,,,2921,9476,2706,1292
-,,,,,,,,2922,9590,2739,1308
-,,,,,,,,2923,9674,2763,1319
-,,,,,,,,2924,9848,2812,1343
-,,,,,,,,2925,9917,2832,1352
-,,,,,,,,2926,9286,2652,1266
-,,,,,,,,2927,8311,2374,1133
-,,,,,,,,2928,7439,2124,1014
-,,,,,,,,2929,6861,1959,935
-,,,,,,,,2930,6565,1874,895
-,,,,,,,,2931,6405,1829,873
-,,,,,,,,2932,6366,1818,868
-,,,,,,,,2933,6544,1869,892
-,,,,,,,,2934,7180,2051,979
-,,,,,,,,2935,8344,2383,1137
-,,,,,,,,2936,9230,2636,1258
-,,,,,,,,2937,9513,2717,1297
-,,,,,,,,2938,9662,2760,1318
-,,,,,,,,2939,9776,2792,1332
-,,,,,,,,2940,9809,2801,1338
-,,,,,,,,2941,9733,2780,1327
-,,,,,,,,2942,9711,2773,1324
-,,,,,,,,2943,9570,2733,1305
-,,,,,,,,2944,9474,2705,1292
-,,,,,,,,2945,9521,2719,1298
-,,,,,,,,2946,9626,2749,1312
-,,,,,,,,2947,9664,2760,1318
-,,,,,,,,2948,9815,2803,1338
-,,,,,,,,2949,9884,2823,1348
-,,,,,,,,2950,9262,2645,1262
-,,,,,,,,2951,8295,2369,1130
-,,,,,,,,2952,7414,2117,1010
-,,,,,,,,2953,6838,1953,932
-,,,,,,,,2954,6519,1862,888
-,,,,,,,,2955,6355,1815,866
-,,,,,,,,2956,6311,1803,860
-,,,,,,,,2957,6470,1848,882
-,,,,,,,,2958,7079,2022,965
-,,,,,,,,2959,8216,2346,1120
-,,,,,,,,2960,9099,2599,1241
-,,,,,,,,2961,9462,2702,1290
-,,,,,,,,2962,9642,2754,1314
-,,,,,,,,2963,9815,2803,1338
-,,,,,,,,2964,9838,2810,1341
-,,,,,,,,2965,9781,2793,1333
-,,,,,,,,2966,9747,2784,1328
-,,,,,,,,2967,9601,2742,1309
-,,,,,,,,2968,9472,2705,1292
-,,,,,,,,2969,9462,2702,1290
-,,,,,,,,2970,9435,2694,1287
-,,,,,,,,2971,9349,2670,1274
-,,,,,,,,2972,9360,2673,1276
-,,,,,,,,2973,9471,2704,1291
-,,,,,,,,2974,8998,2569,1226
-,,,,,,,,2975,8240,2354,1123
-,,,,,,,,2976,7445,2126,1014
-,,,,,,,,2977,6810,1945,929
-,,,,,,,,2978,6460,1844,880
-,,,,,,,,2979,6244,1783,851
-,,,,,,,,2980,6146,1755,838
-,,,,,,,,2981,6178,1764,842
-,,,,,,,,2982,6377,1821,869
-,,,,,,,,2983,6749,1928,920
-,,,,,,,,2984,7402,2114,1009
-,,,,,,,,2985,8089,2310,1103
-,,,,,,,,2986,8534,2437,1163
-,,,,,,,,2987,8730,2494,1190
-,,,,,,,,2988,8769,2504,1196
-,,,,,,,,2989,8682,2479,1184
-,,,,,,,,2990,8539,2439,1164
-,,,,,,,,2991,8400,2399,1146
-,,,,,,,,2992,8305,2372,1132
-,,,,,,,,2993,8298,2369,1131
-,,,,,,,,2994,8349,2384,1138
-,,,,,,,,2995,8331,2379,1136
-,,,,,,,,2996,8426,2406,1149
-,,,,,,,,2997,8744,2497,1192
-,,,,,,,,2998,8420,2404,1148
-,,,,,,,,2999,7804,2229,1064
-,,,,,,,,3000,7145,2040,974
-,,,,,,,,3001,6616,1889,902
-,,,,,,,,3002,6285,1795,857
-,,,,,,,,3003,6090,1739,830
-,,,,,,,,3004,5995,1712,817
-,,,,,,,,3005,5996,1713,817
-,,,,,,,,3006,6081,1737,829
-,,,,,,,,3007,6265,1789,854
-,,,,,,,,3008,6773,1934,923
-,,,,,,,,3009,7392,2111,1008
-,,,,,,,,3010,7861,2245,1071
-,,,,,,,,3011,8108,2315,1106
-,,,,,,,,3012,8206,2344,1119
-,,,,,,,,3013,8208,2344,1119
-,,,,,,,,3014,8126,2321,1108
-,,,,,,,,3015,8015,2289,1093
-,,,,,,,,3016,7992,2283,1090
-,,,,,,,,3017,8112,2317,1106
-,,,,,,,,3018,8327,2378,1136
-,,,,,,,,3019,8459,2416,1153
-,,,,,,,,3020,8642,2468,1178
-,,,,,,,,3021,9067,2590,1236
-,,,,,,,,3022,8566,2446,1168
-,,,,,,,,3023,7760,2216,1058
-,,,,,,,,3024,7002,1999,954
-,,,,,,,,3025,6463,1846,881
-,,,,,,,,3026,6193,1768,844
-,,,,,,,,3027,6076,1735,828
-,,,,,,,,3028,6057,1730,826
-,,,,,,,,3029,6268,1790,854
-,,,,,,,,3030,6857,1958,934
-,,,,,,,,3031,7994,2283,1090
-,,,,,,,,3032,8871,2534,1210
-,,,,,,,,3033,9169,2619,1250
-,,,,,,,,3034,9360,2673,1276
-,,,,,,,,3035,9545,2726,1302
-,,,,,,,,3036,9628,2749,1312
-,,,,,,,,3037,9623,2748,1312
-,,,,,,,,3038,9645,2755,1315
-,,,,,,,,3039,9563,2731,1303
-,,,,,,,,3040,9453,2700,1288
-,,,,,,,,3041,9409,2687,1282
-,,,,,,,,3042,9370,2676,1277
-,,,,,,,,3043,9301,2656,1268
-,,,,,,,,3044,9451,2699,1288
-,,,,,,,,3045,9724,2777,1326
-,,,,,,,,3046,9095,2597,1240
-,,,,,,,,3047,8107,2315,1106
-,,,,,,,,3048,7211,2059,983
-,,,,,,,,3049,6643,1897,905
-,,,,,,,,3050,6345,1812,865
-,,,,,,,,3051,6185,1767,843
-,,,,,,,,3052,6141,1754,837
-,,,,,,,,3053,6317,1804,861
-,,,,,,,,3054,6914,1974,943
-,,,,,,,,3055,8053,2300,1098
-,,,,,,,,3056,8980,2564,1224
-,,,,,,,,3057,9314,2659,1270
-,,,,,,,,3058,9508,2715,1296
-,,,,,,,,3059,9683,2765,1320
-,,,,,,,,3060,9738,2781,1328
-,,,,,,,,3061,9681,2765,1320
-,,,,,,,,3062,9696,2769,1322
-,,,,,,,,3063,9605,2743,1309
-,,,,,,,,3064,9555,2729,1302
-,,,,,,,,3065,9662,2760,1318
-,,,,,,,,3066,9823,2805,1339
-,,,,,,,,3067,9815,2803,1338
-,,,,,,,,3068,9866,2818,1345
-,,,,,,,,3069,9832,2808,1341
-,,,,,,,,3070,9155,2614,1248
-,,,,,,,,3071,8208,2344,1119
-,,,,,,,,3072,7342,2097,1001
-,,,,,,,,3073,6759,1930,921
-,,,,,,,,3074,6459,1844,880
-,,,,,,,,3075,6300,1799,858
-,,,,,,,,3076,6254,1786,853
-,,,,,,,,3077,6423,1834,875
-,,,,,,,,3078,7054,2014,962
-,,,,,,,,3079,8227,2349,1121
-,,,,,,,,3080,9197,2626,1254
-,,,,,,,,3081,9553,2728,1302
-,,,,,,,,3082,9767,2790,1332
-,,,,,,,,3083,9941,2840,1355
-,,,,,,,,3084,10013,2860,1365
-,,,,,,,,3085,9977,2850,1360
-,,,,,,,,3086,9971,2848,1359
-,,,,,,,,3087,9859,2815,1344
-,,,,,,,,3088,9795,2797,1335
-,,,,,,,,3089,9864,2817,1345
-,,,,,,,,3090,9949,2841,1357
-,,,,,,,,3091,9895,2826,1349
-,,,,,,,,3092,9935,2837,1354
-,,,,,,,,3093,9918,2832,1353
-,,,,,,,,3094,9279,2649,1265
-,,,,,,,,3095,8308,2373,1132
-,,,,,,,,3096,7433,2123,1013
-,,,,,,,,3097,6852,1957,934
-,,,,,,,,3098,6533,1866,890
-,,,,,,,,3099,6369,1818,868
-,,,,,,,,3100,6332,1808,863
-,,,,,,,,3101,6475,1849,883
-,,,,,,,,3102,7053,2014,961
-,,,,,,,,3103,8181,2336,1116
-,,,,,,,,3104,9105,2600,1242
-,,,,,,,,3105,9438,2695,1287
-,,,,,,,,3106,9602,2742,1309
-,,,,,,,,3107,9739,2781,1328
-,,,,,,,,3108,9786,2795,1334
-,,,,,,,,3109,9746,2783,1328
-,,,,,,,,3110,9718,2775,1325
-,,,,,,,,3111,9597,2740,1308
-,,,,,,,,3112,9482,2708,1292
-,,,,,,,,3113,9449,2699,1288
-,,,,,,,,3114,9431,2693,1286
-,,,,,,,,3115,9339,2667,1273
-,,,,,,,,3116,9383,2680,1279
-,,,,,,,,3117,9656,2757,1317
-,,,,,,,,3118,9166,2618,1250
-,,,,,,,,3119,8267,2361,1127
-,,,,,,,,3120,7366,2103,1004
-,,,,,,,,3121,6777,1935,923
-,,,,,,,,3122,6460,1844,880
-,,,,,,,,3123,6288,1796,857
-,,,,,,,,3124,6247,1784,852
-,,,,,,,,3125,6428,1836,876
-,,,,,,,,3126,6949,1984,947
-,,,,,,,,3127,8068,2304,1100
-,,,,,,,,3128,8906,2544,1214
-,,,,,,,,3129,9184,2623,1252
-,,,,,,,,3130,9349,2670,1274
-,,,,,,,,3131,9469,2704,1291
-,,,,,,,,3132,9517,2718,1298
-,,,,,,,,3133,9455,2700,1289
-,,,,,,,,3134,9411,2688,1283
-,,,,,,,,3135,9288,2653,1267
-,,,,,,,,3136,9165,2618,1249
-,,,,,,,,3137,9100,2599,1241
-,,,,,,,,3138,9024,2577,1230
-,,,,,,,,3139,8896,2540,1213
-,,,,,,,,3140,8876,2535,1210
-,,,,,,,,3141,9179,2621,1252
-,,,,,,,,3142,8858,2529,1207
-,,,,,,,,3143,8135,2323,1109
-,,,,,,,,3144,7328,2093,999
-,,,,,,,,3145,6724,1920,917
-,,,,,,,,3146,6374,1820,868
-,,,,,,,,3147,6179,1764,843
-,,,,,,,,3148,6108,1744,833
-,,,,,,,,3149,6138,1753,837
-,,,,,,,,3150,6272,1791,855
-,,,,,,,,3151,6667,1904,909
-,,,,,,,,3152,7333,2094,999
-,,,,,,,,3153,7984,2280,1089
-,,,,,,,,3154,8376,2392,1142
-,,,,,,,,3155,8512,2431,1161
-,,,,,,,,3156,8531,2436,1163
-,,,,,,,,3157,8461,2416,1153
-,,,,,,,,3158,8371,2390,1141
-,,,,,,,,3159,8296,2369,1131
-,,,,,,,,3160,8312,2374,1133
-,,,,,,,,3161,8397,2398,1145
-,,,,,,,,3162,8500,2428,1159
-,,,,,,,,3163,8517,2433,1161
-,,,,,,,,3164,8548,2441,1166
-,,,,,,,,3165,8877,2535,1210
-,,,,,,,,3166,8591,2454,1171
-,,,,,,,,3167,7944,2269,1083
-,,,,,,,,3168,7218,2061,984
-,,,,,,,,3169,6647,1898,906
-,,,,,,,,3170,6259,1788,853
-,,,,,,,,3171,6038,1724,823
-,,,,,,,,3172,5917,1690,807
-,,,,,,,,3173,5900,1685,804
-,,,,,,,,3174,5910,1688,806
-,,,,,,,,3175,6141,1753,837
-,,,,,,,,3176,6723,1920,917
-,,,,,,,,3177,7442,2125,1014
-,,,,,,,,3178,7980,2279,1088
-,,,,,,,,3179,8269,2362,1127
-,,,,,,,,3180,8423,2405,1148
-,,,,,,,,3181,8495,2426,1158
-,,,,,,,,3182,8479,2421,1156
-,,,,,,,,3183,8462,2417,1154
-,,,,,,,,3184,8499,2427,1159
-,,,,,,,,3185,8600,2456,1172
-,,,,,,,,3186,8723,2491,1189
-,,,,,,,,3187,8754,2500,1193
-,,,,,,,,3188,8899,2542,1213
-,,,,,,,,3189,9308,2658,1269
-,,,,,,,,3190,8922,2548,1216
-,,,,,,,,3191,8106,2315,1105
-,,,,,,,,3192,7299,2084,995
-,,,,,,,,3193,6722,1920,916
-,,,,,,,,3194,6422,1834,875
-,,,,,,,,3195,6253,1786,853
-,,,,,,,,3196,6207,1773,846
-,,,,,,,,3197,6397,1827,872
-,,,,,,,,3198,6964,1989,949
-,,,,,,,,3199,8084,2309,1102
-,,,,,,,,3200,9038,2581,1232
-,,,,,,,,3201,9453,2700,1288
-,,,,,,,,3202,9742,2782,1328
-,,,,,,,,3203,9996,2855,1363
-,,,,,,,,3204,10147,2898,1383
-,,,,,,,,3205,10197,2912,1390
-,,,,,,,,3206,10193,2911,1389
-,,,,,,,,3207,10112,2888,1378
-,,,,,,,,3208,10019,2861,1366
-,,,,,,,,3209,10014,2860,1365
-,,,,,,,,3210,10042,2868,1369
-,,,,,,,,3211,9969,2847,1359
-,,,,,,,,3212,9968,2847,1359
-,,,,,,,,3213,10030,2865,1368
-,,,,,,,,3214,9396,2683,1281
-,,,,,,,,3215,8420,2404,1148
-,,,,,,,,3216,7506,2144,1023
-,,,,,,,,3217,6913,1974,943
-,,,,,,,,3218,6585,1881,898
-,,,,,,,,3219,6405,1829,873
-,,,,,,,,3220,6361,1817,867
-,,,,,,,,3221,6521,1863,888
-,,,,,,,,3222,7087,2024,966
-,,,,,,,,3223,8206,2344,1119
-,,,,,,,,3224,9149,2613,1247
-,,,,,,,,3225,9570,2733,1305
-,,,,,,,,3226,9840,2810,1342
-,,,,,,,,3227,10085,2880,1375
-,,,,,,,,3228,10191,2910,1389
-,,,,,,,,3229,10199,2913,1390
-,,,,,,,,3230,10192,2910,1389
-,,,,,,,,3231,10065,2875,1373
-,,,,,,,,3232,9970,2848,1359
-,,,,,,,,3233,10007,2858,1364
-,,,,,,,,3234,10087,2880,1375
-,,,,,,,,3235,10050,2870,1370
-,,,,,,,,3236,10059,2873,1372
-,,,,,,,,3237,10046,2870,1370
-,,,,,,,,3238,9401,2684,1282
-,,,,,,,,3239,8436,2409,1150
-,,,,,,,,3240,7545,2154,1029
-,,,,,,,,3241,6966,1989,949
-,,,,,,,,3242,6639,1896,905
-,,,,,,,,3243,6469,1848,882
-,,,,,,,,3244,6417,1833,874
-,,,,,,,,3245,6577,1878,897
-,,,,,,,,3246,7183,2052,979
-,,,,,,,,3247,8342,2383,1137
-,,,,,,,,3248,9307,2658,1269
-,,,,,,,,3249,9736,2780,1328
-,,,,,,,,3250,9991,2854,1362
-,,,,,,,,3251,10189,2910,1389
-,,,,,,,,3252,10281,2936,1402
-,,,,,,,,3253,10273,2934,1401
-,,,,,,,,3254,10299,2941,1404
-,,,,,,,,3255,10290,2939,1403
-,,,,,,,,3256,10290,2939,1403
-,,,,,,,,3257,10321,2947,1407
-,,,,,,,,3258,10304,2943,1405
-,,,,,,,,3259,10166,2903,1386
-,,,,,,,,3260,10103,2885,1378
-,,,,,,,,3261,10329,2950,1408
-,,,,,,,,3262,9769,2790,1332
-,,,,,,,,3263,8752,2499,1193
-,,,,,,,,3264,7763,2217,1058
-,,,,,,,,3265,7107,2029,969
-,,,,,,,,3266,6731,1923,918
-,,,,,,,,3267,6517,1862,888
-,,,,,,,,3268,6422,1834,875
-,,,,,,,,3269,6530,1865,890
-,,,,,,,,3270,6991,1997,953
-,,,,,,,,3271,8081,2308,1101
-,,,,,,,,3272,8950,2556,1220
-,,,,,,,,3273,9308,2659,1269
-,,,,,,,,3274,9523,2720,1298
-,,,,,,,,3275,9711,2773,1324
-,,,,,,,,3276,9803,2800,1337
-,,,,,,,,3277,9803,2800,1337
-,,,,,,,,3278,9856,2815,1343
-,,,,,,,,3279,9815,2803,1338
-,,,,,,,,3280,9777,2792,1332
-,,,,,,,,3281,9764,2788,1331
-,,,,,,,,3282,9705,2771,1323
-,,,,,,,,3283,9544,2725,1301
-,,,,,,,,3284,9491,2710,1294
-,,,,,,,,3285,9784,2794,1333
-,,,,,,,,3286,9346,2669,1274
-,,,,,,,,3287,8373,2391,1141
-,,,,,,,,3288,7445,2126,1014
-,,,,,,,,3289,6823,1948,930
-,,,,,,,,3290,6458,1844,880
-,,,,,,,,3291,6273,1792,855
-,,,,,,,,3292,6210,1773,847
-,,,,,,,,3293,6366,1818,868
-,,,,,,,,3294,6839,1953,933
-,,,,,,,,3295,7937,2267,1082
-,,,,,,,,3296,8856,2529,1207
-,,,,,,,,3297,9259,2645,1262
-,,,,,,,,3298,9511,2716,1297
-,,,,,,,,3299,9709,2773,1323
-,,,,,,,,3300,9799,2798,1336
-,,,,,,,,3301,9788,2795,1334
-,,,,,,,,3302,9809,2801,1338
-,,,,,,,,3303,9735,2780,1327
-,,,,,,,,3304,9659,2759,1317
-,,,,,,,,3305,9582,2736,1307
-,,,,,,,,3306,9438,2695,1287
-,,,,,,,,3307,9215,2632,1257
-,,,,,,,,3308,9085,2594,1238
-,,,,,,,,3309,9319,2661,1271
-,,,,,,,,3310,9005,2572,1227
-,,,,,,,,3311,8232,2351,1122
-,,,,,,,,3312,7388,2109,1007
-,,,,,,,,3313,6759,1930,921
-,,,,,,,,3314,6396,1827,872
-,,,,,,,,3315,6180,1765,843
-,,,,,,,,3316,6066,1733,827
-,,,,,,,,3317,6104,1743,832
-,,,,,,,,3318,6184,1766,843
-,,,,,,,,3319,6602,1886,900
-,,,,,,,,3320,7307,2087,996
-,,,,,,,,3321,8035,2294,1095
-,,,,,,,,3322,8490,2424,1157
-,,,,,,,,3323,8717,2490,1188
-,,,,,,,,3324,8825,2520,1203
-,,,,,,,,3325,8821,2519,1202
-,,,,,,,,3326,8766,2504,1195
-,,,,,,,,3327,8740,2496,1191
-,,,,,,,,3328,8784,2509,1197
-,,,,,,,,3329,8882,2537,1211
-,,,,,,,,3330,8968,2561,1222
-,,,,,,,,3331,8918,2547,1216
-,,,,,,,,3332,8804,2514,1201
-,,,,,,,,3333,9029,2579,1231
-,,,,,,,,3334,8785,2509,1198
-,,,,,,,,3335,8100,2314,1105
-,,,,,,,,3336,7349,2099,1002
-,,,,,,,,3337,6750,1928,920
-,,,,,,,,3338,6363,1817,868
-,,,,,,,,3339,6119,1748,834
-,,,,,,,,3340,6015,1718,820
-,,,,,,,,3341,6006,1715,818
-,,,,,,,,3342,5990,1711,817
-,,,,,,,,3343,6238,1782,850
-,,,,,,,,3344,6845,1955,933
-,,,,,,,,3345,7587,2167,1035
-,,,,,,,,3346,8173,2334,1114
-,,,,,,,,3347,8532,2437,1163
-,,,,,,,,3348,8769,2504,1196
-,,,,,,,,3349,8891,2539,1212
-,,,,,,,,3350,8908,2545,1215
-,,,,,,,,3351,8925,2549,1216
-,,,,,,,,3352,8985,2566,1225
-,,,,,,,,3353,9106,2600,1242
-,,,,,,,,3354,9227,2635,1258
-,,,,,,,,3355,9221,2634,1257
-,,,,,,,,3356,9174,2620,1251
-,,,,,,,,3357,9466,2704,1291
-,,,,,,,,3358,9057,2587,1235
-,,,,,,,,3359,8153,2329,1111
-,,,,,,,,3360,7303,2085,995
-,,,,,,,,3361,6694,1912,913
-,,,,,,,,3362,6399,1828,873
-,,,,,,,,3363,6240,1782,850
-,,,,,,,,3364,6200,1771,845
-,,,,,,,,3365,6366,1818,868
-,,,,,,,,3366,6872,1963,937
-,,,,,,,,3367,8001,2285,1090
-,,,,,,,,3368,9001,2571,1227
-,,,,,,,,3369,9471,2705,1291
-,,,,,,,,3370,9792,2796,1335
-,,,,,,,,3371,10059,2873,1372
-,,,,,,,,3372,10214,2917,1393
-,,,,,,,,3373,10248,2927,1397
-,,,,,,,,3374,10315,2946,1406
-,,,,,,,,3375,10255,2929,1398
-,,,,,,,,3376,10171,2905,1387
-,,,,,,,,3377,10191,2910,1389
-,,,,,,,,3378,10207,2915,1392
-,,,,,,,,3379,10140,2896,1383
-,,,,,,,,3380,10104,2885,1378
-,,,,,,,,3381,10137,2895,1382
-,,,,,,,,3382,9507,2715,1296
-,,,,,,,,3383,8510,2430,1160
-,,,,,,,,3384,7615,2174,1038
-,,,,,,,,3385,7024,2006,958
-,,,,,,,,3386,6698,1913,913
-,,,,,,,,3387,6542,1868,892
-,,,,,,,,3388,6481,1851,883
-,,,,,,,,3389,6651,1899,907
-,,,,,,,,3390,7211,2059,983
-,,,,,,,,3391,8362,2389,1140
-,,,,,,,,3392,9310,2659,1269
-,,,,,,,,3393,9704,2771,1322
-,,,,,,,,3394,9969,2847,1359
-,,,,,,,,3395,10224,2920,1394
-,,,,,,,,3396,10341,2954,1410
-,,,,,,,,3397,10334,2951,1408
-,,,,,,,,3398,10342,2954,1410
-,,,,,,,,3399,10263,2931,1399
-,,,,,,,,3400,10196,2912,1390
-,,,,,,,,3401,10200,2913,1391
-,,,,,,,,3402,10227,2921,1394
-,,,,,,,,3403,10118,2890,1379
-,,,,,,,,3404,10046,2869,1369
-,,,,,,,,3405,10098,2884,1377
-,,,,,,,,3406,9550,2727,1302
-,,,,,,,,3407,8607,2458,1173
-,,,,,,,,3408,7700,2199,1050
-,,,,,,,,3409,7051,2013,961
-,,,,,,,,3410,6731,1923,918
-,,,,,,,,3411,6563,1874,894
-,,,,,,,,3412,6506,1858,887
-,,,,,,,,3413,6677,1907,910
-,,,,,,,,3414,7190,2054,980
-,,,,,,,,3415,8364,2389,1140
-,,,,,,,,3416,9356,2672,1276
-,,,,,,,,3417,9819,2805,1338
-,,,,,,,,3418,10125,2892,1380
-,,,,,,,,3419,10401,2970,1418
-,,,,,,,,3420,10581,3022,1443
-,,,,,,,,3421,10669,3047,1454
-,,,,,,,,3422,10785,3080,1470
-,,,,,,,,3423,10772,3076,1469
-,,,,,,,,3424,10697,3055,1459
-,,,,,,,,3425,10712,3060,1460
-,,,,,,,,3426,10691,3053,1458
-,,,,,,,,3427,10533,3008,1436
-,,,,,,,,3428,10411,2973,1419
-,,,,,,,,3429,10591,3025,1444
-,,,,,,,,3430,10147,2898,1383
-,,,,,,,,3431,9096,2598,1240
-,,,,,,,,3432,8074,2306,1100
-,,,,,,,,3433,7372,2105,1004
-,,,,,,,,3434,6949,1984,947
-,,,,,,,,3435,6713,1917,915
-,,,,,,,,3436,6616,1889,902
-,,,,,,,,3437,6759,1930,921
-,,,,,,,,3438,7270,2076,991
-,,,,,,,,3439,8474,2420,1156
-,,,,,,,,3440,9495,2711,1294
-,,,,,,,,3441,10001,2856,1363
-,,,,,,,,3442,10378,2964,1415
-,,,,,,,,3443,10689,3053,1457
-,,,,,,,,3444,10871,3105,1482
-,,,,,,,,3445,10926,3120,1489
-,,,,,,,,3446,10973,3134,1496
-,,,,,,,,3447,10944,3126,1492
-,,,,,,,,3448,10845,3097,1479
-,,,,,,,,3449,10795,3083,1472
-,,,,,,,,3450,10641,3039,1451
-,,,,,,,,3451,10416,2975,1420
-,,,,,,,,3452,10299,2941,1404
-,,,,,,,,3453,10479,2993,1428
-,,,,,,,,3454,10041,2868,1369
-,,,,,,,,3455,8999,2570,1226
-,,,,,,,,3456,7974,2277,1087
-,,,,,,,,3457,7304,2086,995
-,,,,,,,,3458,6936,1981,945
-,,,,,,,,3459,6716,1918,915
-,,,,,,,,3460,6647,1898,906
-,,,,,,,,3461,6788,1938,925
-,,,,,,,,3462,7289,2082,994
-,,,,,,,,3463,8375,2392,1141
-,,,,,,,,3464,9319,2661,1271
-,,,,,,,,3465,9781,2794,1333
-,,,,,,,,3466,10066,2875,1373
-,,,,,,,,3467,10279,2935,1402
-,,,,,,,,3468,10423,2977,1421
-,,,,,,,,3469,10446,2984,1424
-,,,,,,,,3470,10486,2995,1429
-,,,,,,,,3471,10432,2980,1422
-,,,,,,,,3472,10381,2965,1415
-,,,,,,,,3473,10378,2964,1415
-,,,,,,,,3474,10294,2940,1403
-,,,,,,,,3475,10108,2887,1378
-,,,,,,,,3476,9951,2842,1357
-,,,,,,,,3477,10083,2880,1374
-,,,,,,,,3478,9794,2797,1335
-,,,,,,,,3479,9012,2574,1228
-,,,,,,,,3480,8128,2321,1108
-,,,,,,,,3481,7456,2129,1016
-,,,,,,,,3482,7049,2013,961
-,,,,,,,,3483,6801,1943,927
-,,,,,,,,3484,6676,1907,910
-,,,,,,,,3485,6691,1911,912
-,,,,,,,,3486,6792,1939,926
-,,,,,,,,3487,7180,2051,979
-,,,,,,,,3488,7914,2260,1079
-,,,,,,,,3489,8779,2507,1196
-,,,,,,,,3490,9485,2709,1293
-,,,,,,,,3491,9971,2848,1359
-,,,,,,,,3492,10284,2937,1402
-,,,,,,,,3493,10471,2991,1428
-,,,,,,,,3494,10531,3007,1436
-,,,,,,,,3495,10571,3019,1441
-,,,,,,,,3496,10571,3019,1441
-,,,,,,,,3497,10646,3040,1451
-,,,,,,,,3498,10646,3040,1451
-,,,,,,,,3499,10497,2998,1431
-,,,,,,,,3500,10301,2942,1404
-,,,,,,,,3501,10400,2970,1418
-,,,,,,,,3502,10106,2886,1378
-,,,,,,,,3503,9277,2649,1265
-,,,,,,,,3504,8384,2394,1143
-,,,,,,,,3505,7640,2182,1041
-,,,,,,,,3506,7162,2045,976
-,,,,,,,,3507,6841,1953,933
-,,,,,,,,3508,6647,1898,906
-,,,,,,,,3509,6558,1873,894
-,,,,,,,,3510,6457,1844,880
-,,,,,,,,3511,6684,1909,911
-,,,,,,,,3512,7266,2075,990
-,,,,,,,,3513,7995,2284,1090
-,,,,,,,,3514,8642,2468,1178
-,,,,,,,,3515,9058,2587,1235
-,,,,,,,,3516,9340,2668,1273
-,,,,,,,,3517,9508,2715,1296
-,,,,,,,,3518,9535,2723,1300
-,,,,,,,,3519,9555,2729,1302
-,,,,,,,,3520,9605,2743,1309
-,,,,,,,,3521,9696,2769,1322
-,,,,,,,,3522,9737,2780,1328
-,,,,,,,,3523,9580,2736,1306
-,,,,,,,,3524,9398,2684,1281
-,,,,,,,,3525,9576,2735,1306
-,,,,,,,,3526,9380,2679,1278
-,,,,,,,,3527,8732,2494,1191
-,,,,,,,,3528,7970,2276,1086
-,,,,,,,,3529,7359,2102,1003
-,,,,,,,,3530,6956,1987,949
-,,,,,,,,3531,6729,1922,918
-,,,,,,,,3532,6618,1890,902
-,,,,,,,,3533,6632,1894,904
-,,,,,,,,3534,6695,1913,913
-,,,,,,,,3535,7002,2000,954
-,,,,,,,,3536,7631,2179,1040
-,,,,,,,,3537,8477,2421,1156
-,,,,,,,,3538,9180,2622,1252
-,,,,,,,,3539,9716,2775,1324
-,,,,,,,,3540,10115,2889,1379
-,,,,,,,,3541,10401,2970,1418
-,,,,,,,,3542,10505,3000,1432
-,,,,,,,,3543,10576,3020,1442
-,,,,,,,,3544,10656,3044,1453
-,,,,,,,,3545,10802,3085,1473
-,,,,,,,,3546,10909,3115,1487
-,,,,,,,,3547,10786,3081,1470
-,,,,,,,,3548,10652,3042,1452
-,,,,,,,,3549,10797,3084,1472
-,,,,,,,,3550,10315,2946,1406
-,,,,,,,,3551,9266,2646,1263
-,,,,,,,,3552,8261,2359,1126
-,,,,,,,,3553,7600,2170,1036
-,,,,,,,,3554,7198,2056,981
-,,,,,,,,3555,6976,1993,951
-,,,,,,,,3556,6917,1976,943
-,,,,,,,,3557,7060,2017,963
-,,,,,,,,3558,7604,2172,1036
-,,,,,,,,3559,8800,2514,1200
-,,,,,,,,3560,9891,2825,1348
-,,,,,,,,3561,10532,3008,1436
-,,,,,,,,3562,11048,3156,1506
-,,,,,,,,3563,11540,3296,1573
-,,,,,,,,3564,11957,3416,1631
-,,,,,,,,3565,12257,3501,1671
-,,,,,,,,3566,12520,3576,1707
-,,,,,,,,3567,12620,3605,1721
-,,,,,,,,3568,12744,3640,1737
-,,,,,,,,3569,12834,3666,1750
-,,,,,,,,3570,12738,3638,1737
-,,,,,,,,3571,12394,3540,1690
-,,,,,,,,3572,12135,3466,1655
-,,,,,,,,3573,11976,3421,1633
-,,,,,,,,3574,11116,3175,1515
-,,,,,,,,3575,9944,2840,1356
-,,,,,,,,3576,8893,2539,1212
-,,,,,,,,3577,8156,2329,1112
-,,,,,,,,3578,7716,2203,1052
-,,,,,,,,3579,7463,2132,1017
-,,,,,,,,3580,7362,2103,1004
-,,,,,,,,3581,7505,2144,1023
-,,,,,,,,3582,8024,2292,1094
-,,,,,,,,3583,9215,2632,1257
-,,,,,,,,3584,10240,2925,1396
-,,,,,,,,3585,10716,3060,1461
-,,,,,,,,3586,11033,3151,1504
-,,,,,,,,3587,11295,3226,1540
-,,,,,,,,3588,11454,3271,1561
-,,,,,,,,3589,11503,3286,1569
-,,,,,,,,3590,11591,3311,1580
-,,,,,,,,3591,11557,3301,1575
-,,,,,,,,3592,11529,3293,1572
-,,,,,,,,3593,11560,3301,1576
-,,,,,,,,3594,11492,3282,1567
-,,,,,,,,3595,11251,3213,1534
-,,,,,,,,3596,11073,3163,1509
-,,,,,,,,3597,11205,3201,1528
-,,,,,,,,3598,10734,3065,1464
-,,,,,,,,3599,9649,2755,1315
-,,,,,,,,3600,8591,2454,1171
-,,,,,,,,3601,7817,2233,1065
-,,,,,,,,3602,7373,2105,1005
-,,,,,,,,3603,7110,2030,969
-,,,,,,,,3604,6996,1998,954
-,,,,,,,,3605,7113,2032,969
-,,,,,,,,3606,7580,2165,1033
-,,,,,,,,3607,8736,2495,1191
-,,,,,,,,3608,9803,2800,1337
-,,,,,,,,3609,10321,2948,1407
-,,,,,,,,3610,10750,3070,1465
-,,,,,,,,3611,11125,3177,1517
-,,,,,,,,3612,11377,3249,1551
-,,,,,,,,3613,11517,3289,1570
-,,,,,,,,3614,11701,3341,1595
-,,,,,,,,3615,11761,3359,1604
-,,,,,,,,3616,11805,3371,1610
-,,,,,,,,3617,11807,3371,1610
-,,,,,,,,3618,11640,3325,1587
-,,,,,,,,3619,11293,3226,1540
-,,,,,,,,3620,10940,3125,1491
-,,,,,,,,3621,10965,3131,1495
-,,,,,,,,3622,10562,3016,1440
-,,,,,,,,3623,9450,2699,1288
-,,,,,,,,3624,8349,2384,1138
-,,,,,,,,3625,7591,2168,1035
-,,,,,,,,3626,7130,2036,972
-,,,,,,,,3627,6873,1963,937
-,,,,,,,,3628,6774,1934,923
-,,,,,,,,3629,6856,1958,934
-,,,,,,,,3630,7239,2068,987
-,,,,,,,,3631,8344,2383,1137
-,,,,,,,,3632,9331,2665,1272
-,,,,,,,,3633,9813,2802,1338
-,,,,,,,,3634,10131,2893,1381
-,,,,,,,,3635,10394,2969,1417
-,,,,,,,,3636,10522,3005,1434
-,,,,,,,,3637,10541,3010,1437
-,,,,,,,,3638,10597,3026,1444
-,,,,,,,,3639,10555,3015,1439
-,,,,,,,,3640,10441,2982,1424
-,,,,,,,,3641,10286,2937,1403
-,,,,,,,,3642,10012,2860,1365
-,,,,,,,,3643,9690,2767,1321
-,,,,,,,,3644,9533,2723,1300
-,,,,,,,,3645,9671,2762,1318
-,,,,,,,,3646,9359,2673,1276
-,,,,,,,,3647,8571,2448,1168
-,,,,,,,,3648,7726,2207,1053
-,,,,,,,,3649,7068,2018,964
-,,,,,,,,3650,6678,1908,910
-,,,,,,,,3651,6456,1843,880
-,,,,,,,,3652,6364,1818,868
-,,,,,,,,3653,6390,1825,871
-,,,,,,,,3654,6530,1865,890
-,,,,,,,,3655,6870,1962,936
-,,,,,,,,3656,7500,2142,1022
-,,,,,,,,3657,8261,2359,1126
-,,,,,,,,3658,8860,2530,1208
-,,,,,,,,3659,9253,2643,1262
-,,,,,,,,3660,9411,2688,1283
-,,,,,,,,3661,9399,2684,1282
-,,,,,,,,3662,9292,2654,1267
-,,,,,,,,3663,9179,2621,1252
-,,,,,,,,3664,9120,2604,1243
-,,,,,,,,3665,9180,2622,1252
-,,,,,,,,3666,9267,2646,1263
-,,,,,,,,3667,9233,2637,1259
-,,,,,,,,3668,9164,2617,1249
-,,,,,,,,3669,9198,2627,1254
-,,,,,,,,3670,8891,2539,1212
-,,,,,,,,3671,8260,2359,1126
-,,,,,,,,3672,7551,2156,1030
-,,,,,,,,3673,6977,1993,951
-,,,,,,,,3674,6581,1879,897
-,,,,,,,,3675,6344,1812,865
-,,,,,,,,3676,6213,1774,847
-,,,,,,,,3677,6189,1768,843
-,,,,,,,,3678,6178,1764,842
-,,,,,,,,3679,6407,1830,873
-,,,,,,,,3680,6953,1986,948
-,,,,,,,,3681,7685,2195,1048
-,,,,,,,,3682,8261,2359,1126
-,,,,,,,,3683,8622,2462,1176
-,,,,,,,,3684,8855,2529,1207
-,,,,,,,,3685,8946,2555,1220
-,,,,,,,,3686,8908,2545,1215
-,,,,,,,,3687,8866,2532,1209
-,,,,,,,,3688,8847,2527,1206
-,,,,,,,,3689,8923,2549,1216
-,,,,,,,,3690,9032,2580,1232
-,,,,,,,,3691,9107,2601,1242
-,,,,,,,,3692,9131,2608,1245
-,,,,,,,,3693,9239,2639,1260
-,,,,,,,,3694,8853,2529,1206
-,,,,,,,,3695,8083,2309,1102
-,,,,,,,,3696,7306,2087,996
-,,,,,,,,3697,6746,1927,919
-,,,,,,,,3698,6421,1833,875
-,,,,,,,,3699,6255,1787,853
-,,,,,,,,3700,6227,1778,848
-,,,,,,,,3701,6396,1827,872
-,,,,,,,,3702,6927,1979,944
-,,,,,,,,3703,8049,2299,1097
-,,,,,,,,3704,9007,2573,1228
-,,,,,,,,3705,9428,2693,1285
-,,,,,,,,3706,9693,2768,1322
-,,,,,,,,3707,9911,2830,1351
-,,,,,,,,3708,9980,2850,1361
-,,,,,,,,3709,9959,2845,1358
-,,,,,,,,3710,9926,2835,1353
-,,,,,,,,3711,9821,2805,1338
-,,,,,,,,3712,9755,2786,1330
-,,,,,,,,3713,9811,2802,1338
-,,,,,,,,3714,9911,2830,1351
-,,,,,,,,3715,9827,2806,1340
-,,,,,,,,3716,9711,2773,1324
-,,,,,,,,3717,9731,2779,1327
-,,,,,,,,3718,9244,2640,1260
-,,,,,,,,3719,8303,2371,1132
-,,,,,,,,3720,7418,2119,1011
-,,,,,,,,3721,6844,1954,933
-,,,,,,,,3722,6534,1866,891
-,,,,,,,,3723,6378,1822,869
-,,,,,,,,3724,6333,1808,863
-,,,,,,,,3725,6488,1853,884
-,,,,,,,,3726,6987,1995,953
-,,,,,,,,3727,8113,2317,1106
-,,,,,,,,3728,9049,2584,1234
-,,,,,,,,3729,9424,2691,1285
-,,,,,,,,3730,9630,2750,1312
-,,,,,,,,3731,9800,2799,1336
-,,,,,,,,3732,9889,2825,1348
-,,,,,,,,3733,9869,2819,1346
-,,,,,,,,3734,9871,2819,1346
-,,,,,,,,3735,9766,2789,1332
-,,,,,,,,3736,9705,2772,1323
-,,,,,,,,3737,9733,2780,1327
-,,,,,,,,3738,9753,2785,1329
-,,,,,,,,3739,9648,2755,1315
-,,,,,,,,3740,9616,2746,1311
-,,,,,,,,3741,9718,2775,1325
-,,,,,,,,3742,9355,2671,1275
-,,,,,,,,3743,8421,2404,1148
-,,,,,,,,3744,7534,2151,1027
-,,,,,,,,3745,6889,1968,939
-,,,,,,,,3746,6548,1870,893
-,,,,,,,,3747,6385,1823,870
-,,,,,,,,3748,6319,1804,861
-,,,,,,,,3749,6487,1853,884
-,,,,,,,,3750,6964,1989,949
-,,,,,,,,3751,8085,2309,1102
-,,,,,,,,3752,9023,2577,1230
-,,,,,,,,3753,9407,2687,1282
-,,,,,,,,3754,9631,2750,1313
-,,,,,,,,3755,9846,2812,1343
-,,,,,,,,3756,9951,2842,1357
-,,,,,,,,3757,9975,2849,1360
-,,,,,,,,3758,10011,2859,1365
-,,,,,,,,3759,9938,2839,1355
-,,,,,,,,3760,9877,2820,1347
-,,,,,,,,3761,9875,2820,1346
-,,,,,,,,3762,9838,2810,1341
-,,,,,,,,3763,9666,2760,1318
-,,,,,,,,3764,9588,2739,1308
-,,,,,,,,3765,9776,2792,1332
-,,,,,,,,3766,9437,2695,1287
-,,,,,,,,3767,8459,2415,1153
-,,,,,,,,3768,7534,2151,1027
-,,,,,,,,3769,6931,1979,944
-,,,,,,,,3770,6579,1878,897
-,,,,,,,,3771,6401,1828,873
-,,,,,,,,3772,6353,1814,866
-,,,,,,,,3773,6509,1859,888
-,,,,,,,,3774,6989,1996,953
-,,,,,,,,3775,8097,2313,1104
-,,,,,,,,3776,8997,2569,1226
-,,,,,,,,3777,9416,2690,1284
-,,,,,,,,3778,9764,2789,1331
-,,,,,,,,3779,10059,2873,1372
-,,,,,,,,3780,10252,2928,1398
-,,,,,,,,3781,10275,2935,1401
-,,,,,,,,3782,10343,2954,1410
-,,,,,,,,3783,10274,2935,1401
-,,,,,,,,3784,10226,2920,1394
-,,,,,,,,3785,10198,2913,1390
-,,,,,,,,3786,10114,2889,1379
-,,,,,,,,3787,9906,2829,1351
-,,,,,,,,3788,9797,2798,1336
-,,,,,,,,3789,9960,2845,1358
-,,,,,,,,3790,9627,2749,1312
-,,,,,,,,3791,8675,2477,1182
-,,,,,,,,3792,7722,2205,1053
-,,,,,,,,3793,7059,2016,962
-,,,,,,,,3794,6713,1917,915
-,,,,,,,,3795,6507,1858,887
-,,,,,,,,3796,6415,1832,874
-,,,,,,,,3797,6563,1874,894
-,,,,,,,,3798,7002,2000,954
-,,,,,,,,3799,8092,2311,1103
-,,,,,,,,3800,9077,2593,1237
-,,,,,,,,3801,9583,2737,1307
-,,,,,,,,3802,9973,2849,1360
-,,,,,,,,3803,10328,2950,1408
-,,,,,,,,3804,10548,3012,1438
-,,,,,,,,3805,10634,3037,1449
-,,,,,,,,3806,10768,3075,1468
-,,,,,,,,3807,10765,3075,1468
-,,,,,,,,3808,10683,3051,1456
-,,,,,,,,3809,10612,3030,1447
-,,,,,,,,3810,10425,2977,1421
-,,,,,,,,3811,10117,2890,1379
-,,,,,,,,3812,9920,2833,1353
-,,,,,,,,3813,10006,2858,1364
-,,,,,,,,3814,9724,2777,1326
-,,,,,,,,3815,8901,2542,1213
-,,,,,,,,3816,8015,2289,1093
-,,,,,,,,3817,7335,2094,999
-,,,,,,,,3818,6895,1969,940
-,,,,,,,,3819,6651,1899,907
-,,,,,,,,3820,6488,1853,884
-,,,,,,,,3821,6458,1844,880
-,,,,,,,,3822,6490,1853,884
-,,,,,,,,3823,6934,1980,945
-,,,,,,,,3824,7688,2196,1048
-,,,,,,,,3825,8479,2421,1156
-,,,,,,,,3826,8989,2567,1226
-,,,,,,,,3827,9274,2649,1264
-,,,,,,,,3828,9392,2682,1281
-,,,,,,,,3829,9400,2684,1282
-,,,,,,,,3830,9334,2665,1272
-,,,,,,,,3831,9274,2649,1264
-,,,,,,,,3832,9287,2652,1266
-,,,,,,,,3833,9386,2680,1280
-,,,,,,,,3834,9457,2701,1289
-,,,,,,,,3835,9390,2682,1280
-,,,,,,,,3836,9284,2651,1266
-,,,,,,,,3837,9418,2690,1284
-,,,,,,,,3838,9336,2666,1272
-,,,,,,,,3839,8687,2481,1184
-,,,,,,,,3840,7911,2259,1079
-,,,,,,,,3841,7236,2066,986
-,,,,,,,,3842,6813,1946,929
-,,,,,,,,3843,6550,1871,893
-,,,,,,,,3844,6399,1828,873
-,,,,,,,,3845,6329,1808,863
-,,,,,,,,3846,6265,1789,854
-,,,,,,,,3847,6550,1871,893
-,,,,,,,,3848,7214,2060,984
-,,,,,,,,3849,8035,2295,1095
-,,,,,,,,3850,8723,2492,1189
-,,,,,,,,3851,9191,2625,1253
-,,,,,,,,3852,9500,2713,1295
-,,,,,,,,3853,9687,2766,1321
-,,,,,,,,3854,9738,2781,1328
-,,,,,,,,3855,9772,2791,1332
-,,,,,,,,3856,9840,2810,1342
-,,,,,,,,3857,9972,2849,1359
-,,,,,,,,3858,10065,2875,1372
-,,,,,,,,3859,10001,2856,1363
-,,,,,,,,3860,9860,2816,1344
-,,,,,,,,3861,9938,2839,1355
-,,,,,,,,3862,9712,2774,1324
-,,,,,,,,3863,8783,2509,1197
-,,,,,,,,3864,7852,2243,1070
-,,,,,,,,3865,7198,2056,981
-,,,,,,,,3866,6820,1948,929
-,,,,,,,,3867,6632,1894,904
-,,,,,,,,3868,6575,1878,896
-,,,,,,,,3869,6721,1920,916
-,,,,,,,,3870,7203,2058,982
-,,,,,,,,3871,8348,2384,1138
-,,,,,,,,3872,9379,2679,1278
-,,,,,,,,3873,9934,2837,1354
-,,,,,,,,3874,10322,2948,1407
-,,,,,,,,3875,10623,3034,1449
-,,,,,,,,3876,10809,3087,1474
-,,,,,,,,3877,10911,3116,1488
-,,,,,,,,3878,11010,3145,1501
-,,,,,,,,3879,11011,3146,1501
-,,,,,,,,3880,11018,3147,1502
-,,,,,,,,3881,11030,3150,1504
-,,,,,,,,3882,10934,3123,1490
-,,,,,,,,3883,10633,3037,1449
-,,,,,,,,3884,10388,2967,1416
-,,,,,,,,3885,10438,2981,1423
-,,,,,,,,3886,10048,2870,1370
-,,,,,,,,3887,9000,2570,1227
-,,,,,,,,3888,7991,2282,1090
-,,,,,,,,3889,7338,2096,1000
-,,,,,,,,3890,6938,1982,946
-,,,,,,,,3891,6751,1928,920
-,,,,,,,,3892,6676,1907,910
-,,,,,,,,3893,6840,1953,933
-,,,,,,,,3894,7300,2085,995
-,,,,,,,,3895,8454,2414,1152
-,,,,,,,,3896,9469,2704,1291
-,,,,,,,,3897,10006,2858,1364
-,,,,,,,,3898,10341,2954,1410
-,,,,,,,,3899,10626,3035,1449
-,,,,,,,,3900,10780,3079,1469
-,,,,,,,,3901,10849,3099,1479
-,,,,,,,,3902,10977,3135,1496
-,,,,,,,,3903,10950,3127,1493
-,,,,,,,,3904,10892,3111,1484
-,,,,,,,,3905,10868,3104,1482
-,,,,,,,,3906,10767,3075,1468
-,,,,,,,,3907,10550,3013,1439
-,,,,,,,,3908,10414,2974,1419
-,,,,,,,,3909,10478,2992,1428
-,,,,,,,,3910,10018,2861,1366
-,,,,,,,,3911,9029,2579,1231
-,,,,,,,,3912,8087,2309,1102
-,,,,,,,,3913,7458,2130,1017
-,,,,,,,,3914,7101,2028,968
-,,,,,,,,3915,6908,1973,942
-,,,,,,,,3916,6846,1955,934
-,,,,,,,,3917,6982,1994,952
-,,,,,,,,3918,7519,2148,1025
-,,,,,,,,3919,8623,2463,1176
-,,,,,,,,3920,9656,2758,1317
-,,,,,,,,3921,10143,2897,1383
-,,,,,,,,3922,10421,2976,1421
-,,,,,,,,3923,10636,3037,1450
-,,,,,,,,3924,10732,3065,1463
-,,,,,,,,3925,10718,3061,1461
-,,,,,,,,3926,10740,3067,1464
-,,,,,,,,3927,10659,3044,1453
-,,,,,,,,3928,10578,3021,1442
-,,,,,,,,3929,10599,3027,1445
-,,,,,,,,3930,10591,3025,1444
-,,,,,,,,3931,10430,2979,1422
-,,,,,,,,3932,10270,2933,1400
-,,,,,,,,3933,10290,2939,1403
-,,,,,,,,3934,9974,2849,1360
-,,,,,,,,3935,9019,2576,1230
-,,,,,,,,3936,8058,2301,1099
-,,,,,,,,3937,7392,2111,1008
-,,,,,,,,3938,7004,2000,954
-,,,,,,,,3939,6762,1931,922
-,,,,,,,,3940,6687,1910,912
-,,,,,,,,3941,6814,1946,929
-,,,,,,,,3942,7291,2082,994
-,,,,,,,,3943,8384,2394,1143
-,,,,,,,,3944,9394,2683,1281
-,,,,,,,,3945,9918,2833,1353
-,,,,,,,,3946,10222,2920,1393
-,,,,,,,,3947,10468,2990,1427
-,,,,,,,,3948,10574,3020,1442
-,,,,,,,,3949,10612,3030,1447
-,,,,,,,,3950,10694,3055,1458
-,,,,,,,,3951,10721,3062,1462
-,,,,,,,,3952,10732,3065,1463
-,,,,,,,,3953,10747,3070,1465
-,,,,,,,,3954,10667,3046,1454
-,,,,,,,,3955,10417,2975,1420
-,,,,,,,,3956,10180,2907,1388
-,,,,,,,,3957,10206,2915,1391
-,,,,,,,,3958,9991,2854,1363
-,,,,,,,,3959,9018,2575,1230
-,,,,,,,,3960,8021,2291,1094
-,,,,,,,,3961,7319,2090,998
-,,,,,,,,3962,6879,1965,938
-,,,,,,,,3963,6647,1898,906
-,,,,,,,,3964,6563,1874,894
-,,,,,,,,3965,6672,1906,909
-,,,,,,,,3966,7054,2014,962
-,,,,,,,,3967,8116,2318,1106
-,,,,,,,,3968,9143,2611,1247
-,,,,,,,,3969,9767,2790,1332
-,,,,,,,,3970,10176,2906,1388
-,,,,,,,,3971,10484,2994,1429
-,,,,,,,,3972,10631,3036,1449
-,,,,,,,,3973,10675,3049,1455
-,,,,,,,,3974,10762,3074,1467
-,,,,,,,,3975,10762,3074,1467
-,,,,,,,,3976,10736,3066,1464
-,,,,,,,,3977,10711,3059,1460
-,,,,,,,,3978,10555,3015,1439
-,,,,,,,,3979,10228,2921,1394
-,,,,,,,,3980,9917,2833,1352
-,,,,,,,,3981,9863,2817,1345
-,,,,,,,,3982,9680,2765,1320
-,,,,,,,,3983,8855,2529,1207
-,,,,,,,,3984,7943,2269,1083
-,,,,,,,,3985,7231,2065,985
-,,,,,,,,3986,6801,1943,927
-,,,,,,,,3987,6561,1873,894
-,,,,,,,,3988,6427,1835,876
-,,,,,,,,3989,6395,1826,872
-,,,,,,,,3990,6403,1828,873
-,,,,,,,,3991,6845,1955,933
-,,,,,,,,3992,7613,2174,1038
-,,,,,,,,3993,8435,2409,1150
-,,,,,,,,3994,8994,2569,1226
-,,,,,,,,3995,9294,2655,1267
-,,,,,,,,3996,9403,2685,1282
-,,,,,,,,3997,9401,2685,1282
-,,,,,,,,3998,9316,2661,1270
-,,,,,,,,3999,9239,2639,1259
-,,,,,,,,4000,9219,2633,1257
-,,,,,,,,4001,9248,2641,1261
-,,,,,,,,4002,9270,2648,1264
-,,,,,,,,4003,9157,2615,1248
-,,,,,,,,4004,8985,2566,1225
-,,,,,,,,4005,9051,2585,1234
-,,,,,,,,4006,8952,2557,1221
-,,,,,,,,4007,8316,2375,1134
-,,,,,,,,4008,7540,2154,1028
-,,,,,,,,4009,6932,1980,945
-,,,,,,,,4010,6550,1871,893
-,,,,,,,,4011,6322,1806,862
-,,,,,,,,4012,6188,1768,843
-,,,,,,,,4013,6161,1759,840
-,,,,,,,,4014,6112,1745,833
-,,,,,,,,4015,6346,1813,865
-,,,,,,,,4016,6917,1976,943
-,,,,,,,,4017,7644,2183,1042
-,,,,,,,,4018,8199,2342,1118
-,,,,,,,,4019,8539,2439,1164
-,,,,,,,,4020,8734,2494,1191
-,,,,,,,,4021,8816,2518,1202
-,,,,,,,,4022,8771,2505,1196
-,,,,,,,,4023,8744,2497,1192
-,,,,,,,,4024,8771,2505,1196
-,,,,,,,,4025,8874,2535,1210
-,,,,,,,,4026,8982,2565,1225
-,,,,,,,,4027,8959,2559,1222
-,,,,,,,,4028,8888,2539,1212
-,,,,,,,,4029,9068,2590,1236
-,,,,,,,,4030,8955,2558,1221
-,,,,,,,,4031,8181,2337,1116
-,,,,,,,,4032,7353,2100,1002
-,,,,,,,,4033,6781,1937,924
-,,,,,,,,4034,6447,1841,878
-,,,,,,,,4035,6309,1802,860
-,,,,,,,,4036,6281,1793,856
-,,,,,,,,4037,6458,1844,880
-,,,,,,,,4038,6936,1981,945
-,,,,,,,,4039,7938,2268,1082
-,,,,,,,,4040,8944,2555,1219
-,,,,,,,,4041,9535,2723,1300
-,,,,,,,,4042,9918,2833,1353
-,,,,,,,,4043,10227,2921,1394
-,,,,,,,,4044,10389,2967,1416
-,,,,,,,,4045,10420,2976,1420
-,,,,,,,,4046,10564,3017,1440
-,,,,,,,,4047,10518,3004,1434
-,,,,,,,,4048,10494,2997,1431
-,,,,,,,,4049,10511,3002,1433
-,,,,,,,,4050,10450,2985,1424
-,,,,,,,,4051,10237,2924,1396
-,,,,,,,,4052,10031,2865,1368
-,,,,,,,,4053,10062,2874,1372
-,,,,,,,,4054,9773,2791,1332
-,,,,,,,,4055,8783,2509,1197
-,,,,,,,,4056,7825,2235,1067
-,,,,,,,,4057,7187,2053,979
-,,,,,,,,4058,6801,1943,927
-,,,,,,,,4059,6599,1885,899
-,,,,,,,,4060,6519,1862,888
-,,,,,,,,4061,6669,1905,909
-,,,,,,,,4062,7105,2029,969
-,,,,,,,,4063,8139,2324,1110
-,,,,,,,,4064,9184,2623,1252
-,,,,,,,,4065,9779,2793,1333
-,,,,,,,,4066,10148,2899,1383
-,,,,,,,,4067,10460,2987,1426
-,,,,,,,,4068,10675,3049,1455
-,,,,,,,,4069,10776,3078,1469
-,,,,,,,,4070,10911,3116,1488
-,,,,,,,,4071,10927,3121,1489
-,,,,,,,,4072,10887,3110,1484
-,,,,,,,,4073,10890,3111,1484
-,,,,,,,,4074,10859,3101,1480
-,,,,,,,,4075,10695,3055,1458
-,,,,,,,,4076,10568,3019,1441
-,,,,,,,,4077,10705,3057,1459
-,,,,,,,,4078,10488,2995,1430
-,,,,,,,,4079,9545,2726,1302
-,,,,,,,,4080,8551,2442,1166
-,,,,,,,,4081,7846,2241,1070
-,,,,,,,,4082,7428,2121,1013
-,,,,,,,,4083,7207,2058,983
-,,,,,,,,4084,7114,2032,969
-,,,,,,,,4085,7251,2071,989
-,,,,,,,,4086,7711,2203,1051
-,,,,,,,,4087,8877,2535,1210
-,,,,,,,,4088,10242,2925,1396
-,,,,,,,,4089,11330,3236,1545
-,,,,,,,,4090,12323,3520,1680
-,,,,,,,,4091,13271,3791,1809
-,,,,,,,,4092,14018,4003,1911
-,,,,,,,,4093,14581,4164,1988
-,,,,,,,,4094,15093,4311,2058
-,,,,,,,,4095,15447,4412,2106
-,,,,,,,,4096,15707,4486,2141
-,,,,,,,,4097,15909,4543,2169
-,,,,,,,,4098,15926,4548,2171
-,,,,,,,,4099,15700,4484,2140
-,,,,,,,,4100,15359,4387,2095
-,,,,,,,,4101,15173,4333,2069
-,,,,,,,,4102,14767,4217,2014
-,,,,,,,,4103,13435,3837,1832
-,,,,,,,,4104,12086,3451,1648
-,,,,,,,,4105,11038,3152,1505
-,,,,,,,,4106,10383,2965,1416
-,,,,,,,,4107,9935,2837,1354
-,,,,,,,,4108,9639,2753,1314
-,,,,,,,,4109,9592,2740,1308
-,,,,,,,,4110,9882,2823,1348
-,,,,,,,,4111,11019,3147,1502
-,,,,,,,,4112,12382,3536,1688
-,,,,,,,,4113,13487,3852,1839
-,,,,,,,,4114,14407,4115,1964
-,,,,,,,,4115,15168,4332,2068
-,,,,,,,,4116,15709,4487,2142
-,,,,,,,,4117,16041,4581,2187
-,,,,,,,,4118,16310,4658,2224
-,,,,,,,,4119,16457,4700,2244
-,,,,,,,,4120,16537,4724,2255
-,,,,,,,,4121,16586,4737,2262
-,,,,,,,,4122,16450,4698,2243
-,,,,,,,,4123,16134,4608,2200
-,,,,,,,,4124,15666,4474,2136
-,,,,,,,,4125,15366,4388,2095
-,,,,,,,,4126,14862,4244,2026
-,,,,,,,,4127,13490,3852,1839
-,,,,,,,,4128,12104,3457,1651
-,,,,,,,,4129,11046,3155,1506
-,,,,,,,,4130,10349,2955,1411
-,,,,,,,,4131,9877,2820,1347
-,,,,,,,,4132,9574,2735,1305
-,,,,,,,,4133,9561,2730,1303
-,,,,,,,,4134,9840,2810,1342
-,,,,,,,,4135,10905,3115,1487
-,,,,,,,,4136,12240,3496,1669
-,,,,,,,,4137,13344,3812,1819
-,,,,,,,,4138,14270,4076,1946
-,,,,,,,,4139,15030,4293,2050
-,,,,,,,,4140,15635,4465,2132
-,,,,,,,,4141,16034,4579,2186
-,,,,,,,,4142,16264,4644,2217
-,,,,,,,,4143,16219,4632,2212
-,,,,,,,,4144,16005,4570,2182
-,,,,,,,,4145,15501,4427,2114
-,,,,,,,,4146,14835,4237,2023
-,,,,,,,,4147,14025,4005,1913
-,,,,,,,,4148,13368,3817,1823
-,,,,,,,,4149,13065,3731,1782
-,,,,,,,,4150,12573,3591,1714
-,,,,,,,,4151,11562,3301,1576
-,,,,,,,,4152,10467,2990,1427
-,,,,,,,,4153,9583,2737,1307
-,,,,,,,,4154,9032,2580,1232
-,,,,,,,,4155,8647,2469,1179
-,,,,,,,,4156,8409,2401,1146
-,,,,,,,,4157,8334,2380,1136
-,,,,,,,,4158,8374,2391,1141
-,,,,,,,,4159,8676,2478,1182
-,,,,,,,,4160,9269,2647,1263
-,,,,,,,,4161,10067,2875,1373
-,,,,,,,,4162,10795,3083,1472
-,,,,,,,,4163,11427,3264,1558
-,,,,,,,,4164,11895,3397,1621
-,,,,,,,,4165,12183,3479,1661
-,,,,,,,,4166,12315,3517,1679
-,,,,,,,,4167,12399,3541,1691
-,,,,,,,,4168,12431,3551,1695
-,,,,,,,,4169,12327,3521,1681
-,,,,,,,,4170,11944,3411,1628
-,,,,,,,,4171,11379,3250,1551
-,,,,,,,,4172,10878,3107,1483
-,,,,,,,,4173,10615,3031,1447
-,,,,,,,,4174,10364,2960,1413
-,,,,,,,,4175,9619,2747,1312
-,,,,,,,,4176,8754,2500,1193
-,,,,,,,,4177,8078,2307,1101
-,,,,,,,,4178,7582,2165,1034
-,,,,,,,,4179,7262,2074,990
-,,,,,,,,4180,7068,2018,964
-,,,,,,,,4181,6984,1994,952
-,,,,,,,,4182,6883,1966,939
-,,,,,,,,4183,7183,2052,979
-,,,,,,,,4184,7864,2246,1072
-,,,,,,,,4185,8707,2487,1187
-,,,,,,,,4186,9444,2697,1288
-,,,,,,,,4187,9974,2849,1360
-,,,,,,,,4188,10341,2953,1410
-,,,,,,,,4189,10575,3020,1442
-,,,,,,,,4190,10729,3064,1463
-,,,,,,,,4191,10897,3112,1485
-,,,,,,,,4192,11069,3161,1509
-,,,,,,,,4193,11223,3205,1530
-,,,,,,,,4194,11227,3206,1530
-,,,,,,,,4195,11113,3174,1515
-,,,,,,,,4196,10923,3120,1489
-,,,,,,,,4197,11002,3142,1500
-,,,,,,,,4198,10849,3098,1479
-,,,,,,,,4199,10002,2857,1363
-,,,,,,,,4200,9065,2589,1236
-,,,,,,,,4201,8352,2385,1139
-,,,,,,,,4202,7919,2262,1080
-,,,,,,,,4203,7673,2192,1046
-,,,,,,,,4204,7587,2167,1035
-,,,,,,,,4205,7718,2204,1052
-,,,,,,,,4206,8148,2327,1110
-,,,,,,,,4207,9128,2607,1244
-,,,,,,,,4208,10217,2918,1393
-,,,,,,,,4209,10843,3096,1479
-,,,,,,,,4210,11187,3195,1525
-,,,,,,,,4211,11436,3266,1559
-,,,,,,,,4212,11483,3280,1565
-,,,,,,,,4213,11439,3267,1560
-,,,,,,,,4214,11403,3256,1555
-,,,,,,,,4215,11357,3244,1549
-,,,,,,,,4216,11332,3236,1545
-,,,,,,,,4217,11262,3216,1535
-,,,,,,,,4218,11187,3195,1525
-,,,,,,,,4219,10953,3128,1494
-,,,,,,,,4220,10679,3050,1456
-,,,,,,,,4221,10633,3036,1449
-,,,,,,,,4222,10269,2933,1400
-,,,,,,,,4223,9294,2655,1267
-,,,,,,,,4224,8329,2379,1136
-,,,,,,,,4225,7646,2184,1042
-,,,,,,,,4226,7232,2065,986
-,,,,,,,,4227,7005,2001,955
-,,,,,,,,4228,6894,1968,939
-,,,,,,,,4229,6995,1998,954
-,,,,,,,,4230,7368,2104,1004
-,,,,,,,,4231,8274,2363,1128
-,,,,,,,,4232,9235,2638,1259
-,,,,,,,,4233,9836,2810,1341
-,,,,,,,,4234,10224,2920,1394
-,,,,,,,,4235,10593,3025,1444
-,,,,,,,,4236,10793,3082,1471
-,,,,,,,,4237,10888,3110,1484
-,,,,,,,,4238,10944,3126,1492
-,,,,,,,,4239,10911,3115,1488
-,,,,,,,,4240,10803,3085,1473
-,,,,,,,,4241,10747,3070,1465
-,,,,,,,,4242,10657,3044,1453
-,,,,,,,,4243,10418,2975,1420
-,,,,,,,,4244,10184,2909,1388
-,,,,,,,,4245,10186,2909,1388
-,,,,,,,,4246,9873,2820,1346
-,,,,,,,,4247,8975,2563,1223
-,,,,,,,,4248,8029,2293,1095
-,,,,,,,,4249,7389,2110,1007
-,,,,,,,,4250,6997,1998,954
-,,,,,,,,4251,6763,1932,922
-,,,,,,,,4252,6700,1913,913
-,,,,,,,,4253,6818,1948,929
-,,,,,,,,4254,7232,2065,986
-,,,,,,,,4255,8148,2327,1110
-,,,,,,,,4256,9146,2612,1247
-,,,,,,,,4257,9789,2795,1334
-,,,,,,,,4258,10237,2924,1396
-,,,,,,,,4259,10628,3035,1449
-,,,,,,,,4260,10871,3105,1482
-,,,,,,,,4261,11000,3141,1499
-,,,,,,,,4262,11160,3187,1521
-,,,,,,,,4263,11214,3203,1529
-,,,,,,,,4264,11200,3199,1527
-,,,,,,,,4265,11185,3195,1525
-,,,,,,,,4266,11101,3170,1514
-,,,,,,,,4267,10862,3102,1481
-,,,,,,,,4268,10631,3036,1449
-,,,,,,,,4269,10606,3029,1446
-,,,,,,,,4270,10358,2958,1412
-,,,,,,,,4271,9432,2694,1286
-,,,,,,,,4272,8464,2417,1154
-,,,,,,,,4273,7752,2214,1057
-,,,,,,,,4274,7322,2091,998
-,,,,,,,,4275,7071,2019,964
-,,,,,,,,4276,6940,1982,946
-,,,,,,,,4277,7046,2013,960
-,,,,,,,,4278,7442,2125,1014
-,,,,,,,,4279,8394,2397,1144
-,,,,,,,,4280,9528,2721,1299
-,,,,,,,,4281,10325,2949,1408
-,,,,,,,,4282,10903,3114,1486
-,,,,,,,,4283,11418,3261,1557
-,,,,,,,,4284,11788,3366,1607
-,,,,,,,,4285,12051,3442,1643
-,,,,,,,,4286,12276,3506,1674
-,,,,,,,,4287,12496,3569,1704
-,,,,,,,,4288,12642,3611,1724
-,,,,,,,,4289,12819,3661,1747
-,,,,,,,,4290,12837,3667,1750
-,,,,,,,,4291,12597,3598,1717
-,,,,,,,,4292,12217,3489,1666
-,,,,,,,,4293,12093,3454,1649
-,,,,,,,,4294,11798,3370,1609
-,,,,,,,,4295,10737,3066,1464
-,,,,,,,,4296,9594,2740,1308
-,,,,,,,,4297,8726,2492,1190
-,,,,,,,,4298,8191,2339,1116
-,,,,,,,,4299,7875,2249,1074
-,,,,,,,,4300,7731,2208,1054
-,,,,,,,,4301,7822,2234,1066
-,,,,,,,,4302,8244,2354,1124
-,,,,,,,,4303,9145,2612,1247
-,,,,,,,,4304,10242,2925,1396
-,,,,,,,,4305,10958,3130,1494
-,,,,,,,,4306,11454,3271,1561
-,,,,,,,,4307,11983,3422,1634
-,,,,,,,,4308,12567,3590,1713
-,,,,,,,,4309,13150,3757,1793
-,,,,,,,,4310,13780,3936,1878
-,,,,,,,,4311,14271,4076,1946
-,,,,,,,,4312,14556,4158,1984
-,,,,,,,,4313,14788,4223,2016
-,,,,,,,,4314,14793,4225,2017
-,,,,,,,,4315,14460,4130,1972
-,,,,,,,,4316,13907,3972,1896
-,,,,,,,,4317,13507,3857,1842
-,,,,,,,,4318,12974,3706,1769
-,,,,,,,,4319,11782,3365,1606
-,,,,,,,,4320,10484,2994,1429
-,,,,,,,,4321,9449,2699,1288
-,,,,,,,,4322,8734,2494,1191
-,,,,,,,,4323,8252,2357,1125
-,,,,,,,,4324,7954,2272,1085
-,,,,,,,,4325,7828,2236,1067
-,,,,,,,,4326,7773,2220,1060
-,,,,,,,,4327,8250,2356,1125
-,,,,,,,,4328,9193,2625,1253
-,,,,,,,,4329,10284,2937,1402
-,,,,,,,,4330,11234,3209,1531
-,,,,,,,,4331,11980,3421,1633
-,,,,,,,,4332,12465,3560,1700
-,,,,,,,,4333,12755,3643,1739
-,,,,,,,,4334,12978,3706,1769
-,,,,,,,,4335,13142,3753,1792
-,,,,,,,,4336,13309,3801,1814
-,,,,,,,,4337,13437,3837,1832
-,,,,,,,,4338,13395,3826,1827
-,,,,,,,,4339,13099,3741,1786
-,,,,,,,,4340,12678,3621,1728
-,,,,,,,,4341,12422,3548,1694
-,,,,,,,,4342,12181,3479,1661
-,,,,,,,,4343,11301,3227,1540
-,,,,,,,,4344,10288,2938,1403
-,,,,,,,,4345,9425,2692,1285
-,,,,,,,,4346,8816,2518,1202
-,,,,,,,,4347,8385,2394,1143
-,,,,,,,,4348,8120,2319,1107
-,,,,,,,,4349,7969,2276,1086
-,,,,,,,,4350,7837,2239,1069
-,,,,,,,,4351,8129,2322,1108
-,,,,,,,,4352,8925,2549,1216
-,,,,,,,,4353,9992,2854,1363
-,,,,,,,,4354,11030,3150,1504
-,,,,,,,,4355,11869,3390,1618
-,,,,,,,,4356,12531,3579,1708
-,,,,,,,,4357,12991,3711,1772
-,,,,,,,,4358,13300,3799,1813
-,,,,,,,,4359,13431,3836,1831
-,,,,,,,,4360,13247,3783,1806
-,,,,,,,,4361,13041,3724,1778
-,,,,,,,,4362,12984,3708,1770
-,,,,,,,,4363,12890,3682,1757
-,,,,,,,,4364,12577,3592,1715
-,,,,,,,,4365,12377,3535,1687
-,,,,,,,,4366,12050,3441,1643
-,,,,,,,,4367,11015,3146,1502
-,,,,,,,,4368,9882,2822,1348
-,,,,,,,,4369,9050,2584,1234
-,,,,,,,,4370,8509,2430,1160
-,,,,,,,,4371,8159,2330,1112
-,,,,,,,,4372,7989,2282,1089
-,,,,,,,,4373,8068,2304,1100
-,,,,,,,,4374,8373,2391,1141
-,,,,,,,,4375,9321,2662,1271
-,,,,,,,,4376,10505,3000,1432
-,,,,,,,,4377,11418,3261,1557
-,,,,,,,,4378,12157,3472,1657
-,,,,,,,,4379,12737,3637,1737
-,,,,,,,,4380,13103,3742,1787
-,,,,,,,,4381,13301,3799,1813
-,,,,,,,,4382,13483,3851,1838
-,,,,,,,,4383,13586,3880,1853
-,,,,,,,,4384,13541,3867,1846
-,,,,,,,,4385,13497,3855,1840
-,,,,,,,,4386,13407,3829,1828
-,,,,,,,,4387,13101,3742,1787
-,,,,,,,,4388,12636,3609,1723
-,,,,,,,,4389,12320,3519,1680
-,,,,,,,,4390,11919,3404,1625
-,,,,,,,,4391,10802,3085,1473
-,,,,,,,,4392,9621,2748,1312
-,,,,,,,,4393,8752,2499,1193
-,,,,,,,,4394,8236,2352,1123
-,,,,,,,,4395,7883,2252,1075
-,,,,,,,,4396,7706,2201,1050
-,,,,,,,,4397,7738,2210,1055
-,,,,,,,,4398,8018,2290,1093
-,,,,,,,,4399,8938,2553,1218
-,,,,,,,,4400,10104,2886,1378
-,,,,,,,,4401,10993,3140,1499
-,,,,,,,,4402,11703,3342,1595
-,,,,,,,,4403,12247,3498,1670
-,,,,,,,,4404,12607,3601,1719
-,,,,,,,,4405,12849,3670,1752
-,,,,,,,,4406,13087,3737,1784
-,,,,,,,,4407,13245,3783,1806
-,,,,,,,,4408,13351,3813,1820
-,,,,,,,,4409,13421,3833,1830
-,,,,,,,,4410,13286,3795,1812
-,,,,,,,,4411,12765,3646,1741
-,,,,,,,,4412,12157,3472,1657
-,,,,,,,,4413,11911,3402,1624
-,,,,,,,,4414,11467,3275,1563
-,,,,,,,,4415,10628,3035,1449
-,,,,,,,,4416,9710,2773,1323
-,,,,,,,,4417,8938,2553,1218
-,,,,,,,,4418,8408,2401,1146
-,,,,,,,,4419,8066,2304,1100
-,,,,,,,,4420,7908,2259,1078
-,,,,,,,,4421,7919,2262,1080
-,,,,,,,,4422,8014,2289,1093
-,,,,,,,,4423,8275,2364,1128
-,,,,,,,,4424,8748,2499,1192
-,,,,,,,,4425,9400,2684,1282
-,,,,,,,,4426,10215,2918,1393
-,,,,,,,,4427,11051,3156,1507
-,,,,,,,,4428,11725,3349,1599
-,,,,,,,,4429,12204,3486,1664
-,,,,,,,,4430,12441,3553,1696
-,,,,,,,,4431,12584,3594,1716
-,,,,,,,,4432,12728,3636,1736
-,,,,,,,,4433,12889,3682,1757
-,,,,,,,,4434,12969,3704,1768
-,,,,,,,,4435,12743,3639,1737
-,,,,,,,,4436,12352,3528,1684
-,,,,,,,,4437,12170,3476,1659
-,,,,,,,,4438,11847,3383,1615
-,,,,,,,,4439,11209,3201,1528
-,,,,,,,,4440,10320,2947,1407
-,,,,,,,,4441,9537,2724,1300
-,,,,,,,,4442,8992,2568,1226
-,,,,,,,,4443,8645,2469,1179
-,,,,,,,,4444,8447,2413,1151
-,,,,,,,,4445,8485,2424,1156
-,,,,,,,,4446,8762,2503,1195
-,,,,,,,,4447,9698,2770,1322
-,,,,,,,,4448,10926,3120,1489
-,,,,,,,,4449,11922,3406,1625
-,,,,,,,,4450,12677,3621,1728
-,,,,,,,,4451,13248,3784,1807
-,,,,,,,,4452,13601,3885,1854
-,,,,,,,,4453,13815,3946,1883
-,,,,,,,,4454,13997,3997,1908
-,,,,,,,,4455,14106,4029,1923
-,,,,,,,,4456,14116,4032,1924
-,,,,,,,,4457,14082,4022,1920
-,,,,,,,,4458,13973,3991,1905
-,,,,,,,,4459,13607,3887,1855
-,,,,,,,,4460,13109,3744,1787
-,,,,,,,,4461,12808,3658,1747
-,,,,,,,,4462,12398,3541,1691
-,,,,,,,,4463,11266,3218,1536
-,,,,,,,,4464,10065,2875,1373
-,,,,,,,,4465,9169,2619,1250
-,,,,,,,,4466,8589,2453,1171
-,,,,,,,,4467,8212,2345,1120
-,,,,,,,,4468,7998,2284,1090
-,,,,,,,,4469,8000,2285,1090
-,,,,,,,,4470,8253,2357,1125
-,,,,,,,,4471,9151,2614,1247
-,,,,,,,,4472,10350,2956,1411
-,,,,,,,,4473,11360,3245,1549
-,,,,,,,,4474,12210,3487,1665
-,,,,,,,,4475,12922,3691,1762
-,,,,,,,,4476,13412,3831,1828
-,,,,,,,,4477,13731,3922,1872
-,,,,,,,,4478,14067,4017,1918
-,,,,,,,,4479,14277,4078,1947
-,,,,,,,,4480,14445,4126,1969
-,,,,,,,,4481,14533,4151,1982
-,,,,,,,,4482,14484,4137,1975
-,,,,,,,,4483,14001,3999,1909
-,,,,,,,,4484,13451,3842,1834
-,,,,,,,,4485,13265,3788,1808
-,,,,,,,,4486,12859,3672,1753
-,,,,,,,,4487,11842,3382,1615
-,,,,,,,,4488,10741,3067,1464
-,,,,,,,,4489,9882,2823,1348
-,,,,,,,,4490,9304,2657,1268
-,,,,,,,,4491,8908,2545,1215
-,,,,,,,,4492,8660,2474,1181
-,,,,,,,,4493,8559,2444,1166
-,,,,,,,,4494,8545,2440,1165
-,,,,,,,,4495,8902,2543,1214
-,,,,,,,,4496,9753,2785,1329
-,,,,,,,,4497,10833,3094,1477
-,,,,,,,,4498,11752,3356,1602
-,,,,,,,,4499,12385,3537,1689
-,,,,,,,,4500,12826,3663,1749
-,,,,,,,,4501,13126,3749,1790
-,,,,,,,,4502,13123,3748,1789
-,,,,,,,,4503,12843,3668,1751
-,,,,,,,,4504,12578,3592,1715
-,,,,,,,,4505,12574,3592,1714
-,,,,,,,,4506,12650,3613,1725
-,,,,,,,,4507,12507,3572,1705
-,,,,,,,,4508,12168,3476,1659
-,,,,,,,,4509,11980,3421,1633
-,,,,,,,,4510,11765,3360,1604
-,,,,,,,,4511,10978,3136,1497
-,,,,,,,,4512,10039,2867,1368
-,,,,,,,,4513,9203,2629,1255
-,,,,,,,,4514,8628,2464,1176
-,,,,,,,,4515,8228,2350,1121
-,,,,,,,,4516,7972,2277,1087
-,,,,,,,,4517,7828,2236,1067
-,,,,,,,,4518,7689,2196,1048
-,,,,,,,,4519,7962,2274,1085
-,,,,,,,,4520,8713,2489,1187
-,,,,,,,,4521,9707,2772,1323
-,,,,,,,,4522,10637,3038,1450
-,,,,,,,,4523,11412,3260,1556
-,,,,,,,,4524,12034,3437,1641
-,,,,,,,,4525,12440,3553,1696
-,,,,,,,,4526,12659,3616,1726
-,,,,,,,,4527,12820,3661,1748
-,,,,,,,,4528,12973,3705,1768
-,,,,,,,,4529,13161,3759,1794
-,,,,,,,,4530,13267,3789,1809
-,,,,,,,,4531,13076,3735,1783
-,,,,,,,,4532,12679,3621,1729
-,,,,,,,,4533,12546,3583,1711
-,,,,,,,,4534,12247,3498,1670
-,,,,,,,,4535,11193,3196,1526
-,,,,,,,,4536,10013,2860,1365
-,,,,,,,,4537,9095,2598,1240
-,,,,,,,,4538,8478,2421,1156
-,,,,,,,,4539,8088,2310,1102
-,,,,,,,,4540,7868,2248,1073
-,,,,,,,,4541,7891,2254,1075
-,,,,,,,,4542,8175,2335,1115
-,,,,,,,,4543,9100,2600,1241
-,,,,,,,,4544,10217,2918,1393
-,,,,,,,,4545,10992,3140,1499
-,,,,,,,,4546,11610,3316,1583
-,,,,,,,,4547,12102,3456,1650
-,,,,,,,,4548,12431,3551,1695
-,,,,,,,,4549,12669,3618,1727
-,,,,,,,,4550,12924,3691,1762
-,,,,,,,,4551,13076,3734,1782
-,,,,,,,,4552,13168,3761,1795
-,,,,,,,,4553,13252,3785,1807
-,,,,,,,,4554,13203,3771,1800
-,,,,,,,,4555,12840,3667,1751
-,,,,,,,,4556,12348,3526,1684
-,,,,,,,,4557,12081,3451,1647
-,,,,,,,,4558,11651,3327,1589
-,,,,,,,,4559,10510,3001,1433
-,,,,,,,,4560,9347,2670,1274
-,,,,,,,,4561,8501,2428,1159
-,,,,,,,,4562,7970,2276,1086
-,,,,,,,,4563,7631,2179,1040
-,,,,,,,,4564,7474,2134,1019
-,,,,,,,,4565,7520,2148,1025
-,,,,,,,,4566,7802,2229,1064
-,,,,,,,,4567,8732,2494,1191
-,,,,,,,,4568,9842,2810,1342
-,,,,,,,,4569,10628,3035,1449
-,,,,,,,,4570,11238,3210,1532
-,,,,,,,,4571,11769,3361,1605
-,,,,,,,,4572,12123,3462,1653
-,,,,,,,,4573,12376,3535,1687
-,,,,,,,,4574,12678,3621,1728
-,,,,,,,,4575,12913,3688,1761
-,,,,,,,,4576,13087,3737,1784
-,,,,,,,,4577,13199,3770,1800
-,,,,,,,,4578,13138,3752,1792
-,,,,,,,,4579,12816,3660,1747
-,,,,,,,,4580,12346,3526,1683
-,,,,,,,,4581,12145,3469,1656
-,,,,,,,,4582,11809,3372,1610
-,,,,,,,,4583,10701,3056,1459
-,,,,,,,,4584,9574,2735,1305
-,,,,,,,,4585,8744,2497,1192
-,,,,,,,,4586,8218,2347,1120
-,,,,,,,,4587,7898,2256,1077
-,,,,,,,,4588,7751,2214,1057
-,,,,,,,,4589,7813,2232,1065
-,,,,,,,,4590,8142,2325,1110
-,,,,,,,,4591,9078,2593,1237
-,,,,,,,,4592,10220,2919,1393
-,,,,,,,,4593,11085,3166,1511
-,,,,,,,,4594,11766,3361,1604
-,,,,,,,,4595,12371,3533,1686
-,,,,,,,,4596,12858,3672,1753
-,,,,,,,,4597,13188,3767,1798
-,,,,,,,,4598,13460,3844,1835
-,,,,,,,,4599,13601,3885,1854
-,,,,,,,,4600,13700,3913,1868
-,,,,,,,,4601,13818,3947,1884
-,,,,,,,,4602,13788,3937,1880
-,,,,,,,,4603,13449,3841,1833
-,,,,,,,,4604,12938,3695,1764
-,,,,,,,,4605,12688,3624,1730
-,,,,,,,,4606,12330,3521,1681
-,,,,,,,,4607,11198,3198,1527
-,,,,,,,,4608,10008,2859,1364
-,,,,,,,,4609,9141,2610,1247
-,,,,,,,,4610,8576,2449,1169
-,,,,,,,,4611,8198,2341,1117
-,,,,,,,,4612,8001,2285,1090
-,,,,,,,,4613,8042,2297,1096
-,,,,,,,,4614,8371,2391,1141
-,,,,,,,,4615,9362,2674,1277
-,,,,,,,,4616,10537,3010,1437
-,,,,,,,,4617,11452,3271,1561
-,,,,,,,,4618,12216,3489,1666
-,,,,,,,,4619,12969,3704,1768
-,,,,,,,,4620,13559,3872,1848
-,,,,,,,,4621,13872,3962,1892
-,,,,,,,,4622,14215,4060,1938
-,,,,,,,,4623,14448,4127,1970
-,,,,,,,,4624,14597,4169,1990
-,,,,,,,,4625,14703,4199,2004
-,,,,,,,,4626,14582,4165,1988
-,,,,,,,,4627,14172,4048,1932
-,,,,,,,,4628,13549,3870,1848
-,,,,,,,,4629,13253,3785,1807
-,,,,,,,,4630,12788,3652,1743
-,,,,,,,,4631,11597,3312,1581
-,,,,,,,,4632,10373,2962,1414
-,,,,,,,,4633,9427,2692,1285
-,,,,,,,,4634,8822,2519,1202
-,,,,,,,,4635,8450,2414,1152
-,,,,,,,,4636,8247,2355,1124
-,,,,,,,,4637,8287,2367,1130
-,,,,,,,,4638,8622,2462,1176
-,,,,,,,,4639,9550,2728,1302
-,,,,,,,,4640,10773,3076,1469
-,,,,,,,,4641,11761,3359,1604
-,,,,,,,,4642,12622,3605,1721
-,,,,,,,,4643,13390,3824,1826
-,,,,,,,,4644,13998,3997,1908
-,,,,,,,,4645,14440,4124,1969
-,,,,,,,,4646,14798,4227,2018
-,,,,,,,,4647,14926,4263,2035
-,,,,,,,,4648,14903,4257,2032
-,,,,,,,,4649,14806,4228,2019
-,,,,,,,,4650,14474,4134,1974
-,,,,,,,,4651,13881,3964,1893
-,,,,,,,,4652,13305,3800,1814
-,,,,,,,,4653,13088,3737,1784
-,,,,,,,,4654,12673,3619,1728
-,,,,,,,,4655,11619,3318,1584
-,,,,,,,,4656,10509,3001,1433
-,,,,,,,,4657,9642,2754,1314
-,,,,,,,,4658,9092,2597,1240
-,,,,,,,,4659,8730,2494,1190
-,,,,,,,,4660,8516,2432,1161
-,,,,,,,,4661,8455,2414,1152
-,,,,,,,,4662,8556,2444,1166
-,,,,,,,,4663,8908,2545,1215
-,,,,,,,,4664,9608,2744,1310
-,,,,,,,,4665,10551,3014,1439
-,,,,,,,,4666,11397,3255,1554
-,,,,,,,,4667,12026,3435,1640
-,,,,,,,,4668,12540,3581,1710
-,,,,,,,,4669,12936,3694,1763
-,,,,,,,,4670,13261,3787,1808
-,,,,,,,,4671,13576,3877,1851
-,,,,,,,,4672,13826,3948,1885
-,,,,,,,,4673,13992,3996,1908
-,,,,,,,,4674,14009,4001,1910
-,,,,,,,,4675,13742,3924,1873
-,,,,,,,,4676,13255,3786,1807
-,,,,,,,,4677,13031,3722,1777
-,,,,,,,,4678,12715,3631,1733
-,,,,,,,,4679,11760,3358,1603
-,,,,,,,,4680,10691,3053,1458
-,,,,,,,,4681,9803,2800,1337
-,,,,,,,,4682,9177,2621,1251
-,,,,,,,,4683,8748,2499,1192
-,,,,,,,,4684,8466,2418,1154
-,,,,,,,,4685,8307,2373,1132
-,,,,,,,,4686,8184,2337,1116
-,,,,,,,,4687,8417,2404,1147
-,,,,,,,,4688,9201,2628,1254
-,,,,,,,,4689,10284,2937,1402
-,,,,,,,,4690,11340,3239,1546
-,,,,,,,,4691,12274,3506,1674
-,,,,,,,,4692,13028,3721,1777
-,,,,,,,,4693,13460,3844,1835
-,,,,,,,,4694,13543,3867,1847
-,,,,,,,,4695,13550,3870,1848
-,,,,,,,,4696,13570,3876,1850
-,,,,,,,,4697,13596,3883,1853
-,,,,,,,,4698,13588,3881,1853
-,,,,,,,,4699,13368,3818,1823
-,,,,,,,,4700,13176,3763,1797
-,,,,,,,,4701,13220,3776,1803
-,,,,,,,,4702,12743,3639,1737
-,,,,,,,,4703,11746,3355,1601
-,,,,,,,,4704,10712,3059,1460
-,,,,,,,,4705,9966,2846,1358
-,,,,,,,,4706,9488,2710,1293
-,,,,,,,,4707,9182,2622,1252
-,,,,,,,,4708,9021,2576,1230
-,,,,,,,,4709,9083,2594,1238
-,,,,,,,,4710,9497,2712,1295
-,,,,,,,,4711,10491,2996,1430
-,,,,,,,,4712,11808,3372,1610
-,,,,,,,,4713,12831,3665,1749
-,,,,,,,,4714,13653,3899,1862
-,,,,,,,,4715,14376,4106,1960
-,,,,,,,,4716,14958,4272,2040
-,,,,,,,,4717,15407,4400,2100
-,,,,,,,,4718,15793,4511,2153
-,,,,,,,,4719,15875,4534,2165
-,,,,,,,,4720,15907,4543,2169
-,,,,,,,,4721,15877,4534,2165
-,,,,,,,,4722,15759,4501,2149
-,,,,,,,,4723,15392,4396,2099
-,,,,,,,,4724,14909,4258,2033
-,,,,,,,,4725,14720,4204,2007
-,,,,,,,,4726,14135,4037,1927
-,,,,,,,,4727,12785,3651,1743
-,,,,,,,,4728,11449,3270,1561
-,,,,,,,,4729,10503,3000,1432
-,,,,,,,,4730,9889,2825,1348
-,,,,,,,,4731,9493,2711,1294
-,,,,,,,,4732,9245,2640,1261
-,,,,,,,,4733,9268,2647,1263
-,,,,,,,,4734,9643,2754,1315
-,,,,,,,,4735,10684,3051,1457
-,,,,,,,,4736,12036,3437,1641
-,,,,,,,,4737,13120,3747,1789
-,,,,,,,,4738,14080,4021,1919
-,,,,,,,,4739,14910,4258,2033
-,,,,,,,,4740,15478,4421,2110
-,,,,,,,,4741,15870,4533,2164
-,,,,,,,,4742,16225,4633,2212
-,,,,,,,,4743,16448,4698,2242
-,,,,,,,,4744,16617,4746,2266
-,,,,,,,,4745,16717,4774,2279
-,,,,,,,,4746,16579,4735,2261
-,,,,,,,,4747,16199,4626,2209
-,,,,,,,,4748,15701,4484,2140
-,,,,,,,,4749,15416,4403,2102
-,,,,,,,,4750,14854,4243,2025
-,,,,,,,,4751,13581,3878,1852
-,,,,,,,,4752,12317,3518,1679
-,,,,,,,,4753,11428,3264,1558
-,,,,,,,,4754,10876,3106,1483
-,,,,,,,,4755,10527,3006,1435
-,,,,,,,,4756,10316,2946,1407
-,,,,,,,,4757,10305,2943,1405
-,,,,,,,,4758,10666,3046,1454
-,,,,,,,,4759,11610,3316,1583
-,,,,,,,,4760,12998,3712,1772
-,,,,,,,,4761,13972,3990,1905
-,,,,,,,,4762,14756,4214,2012
-,,,,,,,,4763,15564,4445,2122
-,,,,,,,,4764,16180,4621,2206
-,,,,,,,,4765,16567,4732,2259
-,,,,,,,,4766,16579,4735,2261
-,,,,,,,,4767,16191,4624,2207
-,,,,,,,,4768,15434,4408,2105
-,,,,,,,,4769,14862,4244,2026
-,,,,,,,,4770,14616,4174,1993
-,,,,,,,,4771,14244,4068,1942
-,,,,,,,,4772,13888,3967,1893
-,,,,,,,,4773,13782,3937,1879
-,,,,,,,,4774,13334,3808,1818
-,,,,,,,,4775,12202,3485,1664
-,,,,,,,,4776,11020,3147,1503
-,,,,,,,,4777,10113,2888,1378
-,,,,,,,,4778,9460,2702,1290
-,,,,,,,,4779,9045,2583,1233
-,,,,,,,,4780,8791,2511,1198
-,,,,,,,,4781,8777,2506,1196
-,,,,,,,,4782,9086,2595,1239
-,,,,,,,,4783,9840,2810,1342
-,,,,,,,,4784,10757,3072,1467
-,,,,,,,,4785,11290,3225,1540
-,,,,,,,,4786,11661,3331,1590
-,,,,,,,,4787,12023,3434,1639
-,,,,,,,,4788,12273,3506,1673
-,,,,,,,,4789,12425,3549,1694
-,,,,,,,,4790,12644,3611,1724
-,,,,,,,,4791,12722,3633,1735
-,,,,,,,,4792,12820,3661,1748
-,,,,,,,,4793,12921,3690,1762
-,,,,,,,,4794,12885,3680,1757
-,,,,,,,,4795,12514,3574,1707
-,,,,,,,,4796,12068,3446,1645
-,,,,,,,,4797,11994,3426,1635
-,,,,,,,,4798,11578,3306,1579
-,,,,,,,,4799,10569,3018,1441
-,,,,,,,,4800,9506,2715,1296
-,,,,,,,,4801,8709,2488,1187
-,,,,,,,,4802,8246,2355,1124
-,,,,,,,,4803,7952,2271,1084
-,,,,,,,,4804,7819,2233,1066
-,,,,,,,,4805,7898,2256,1077
-,,,,,,,,4806,8298,2369,1131
-,,,,,,,,4807,9095,2598,1240
-,,,,,,,,4808,10038,2867,1368
-,,,,,,,,4809,10658,3044,1453
-,,,,,,,,4810,10981,3136,1497
-,,,,,,,,4811,11194,3197,1526
-,,,,,,,,4812,11231,3207,1531
-,,,,,,,,4813,11176,3192,1524
-,,,,,,,,4814,11164,3189,1522
-,,,,,,,,4815,11055,3157,1507
-,,,,,,,,4816,10895,3111,1485
-,,,,,,,,4817,10808,3086,1474
-,,,,,,,,4818,10694,3054,1458
-,,,,,,,,4819,10434,2980,1423
-,,,,,,,,4820,10219,2919,1393
-,,,,,,,,4821,10306,2944,1405
-,,,,,,,,4822,10050,2870,1370
-,,,,,,,,4823,9270,2648,1264
-,,,,,,,,4824,8395,2398,1145
-,,,,,,,,4825,7709,2202,1051
-,,,,,,,,4826,7263,2074,990
-,,,,,,,,4827,6990,1996,953
-,,,,,,,,4828,6839,1953,933
-,,,,,,,,4829,6817,1947,929
-,,,,,,,,4830,6868,1962,936
-,,,,,,,,4831,7216,2061,984
-,,,,,,,,4832,7939,2268,1082
-,,,,,,,,4833,8804,2514,1200
-,,,,,,,,4834,9461,2702,1290
-,,,,,,,,4835,9878,2821,1347
-,,,,,,,,4836,10121,2890,1380
-,,,,,,,,4837,10244,2925,1397
-,,,,,,,,4838,10305,2943,1405
-,,,,,,,,4839,10361,2960,1413
-,,,,,,,,4840,10448,2984,1424
-,,,,,,,,4841,10582,3022,1443
-,,,,,,,,4842,10647,3040,1452
-,,,,,,,,4843,10513,3002,1434
-,,,,,,,,4844,10187,2910,1389
-,,,,,,,,4845,10152,2900,1384
-,,,,,,,,4846,9931,2836,1354
-,,,,,,,,4847,9213,2631,1256
-,,,,,,,,4848,8419,2404,1147
-,,,,,,,,4849,7742,2211,1055
-,,,,,,,,4850,7307,2087,996
-,,,,,,,,4851,7033,2008,959
-,,,,,,,,4852,6863,1960,935
-,,,,,,,,4853,6795,1941,926
-,,,,,,,,4854,6728,1922,917
-,,,,,,,,4855,6934,1980,945
-,,,,,,,,4856,7554,2158,1030
-,,,,,,,,4857,8403,2400,1146
-,,,,,,,,4858,9173,2620,1251
-,,,,,,,,4859,9807,2800,1337
-,,,,,,,,4860,10319,2947,1407
-,,,,,,,,4861,10683,3051,1456
-,,,,,,,,4862,10892,3111,1485
-,,,,,,,,4863,11086,3166,1511
-,,,,,,,,4864,11282,3222,1538
-,,,,,,,,4865,11542,3296,1574
-,,,,,,,,4866,11705,3343,1595
-,,,,,,,,4867,11579,3307,1579
-,,,,,,,,4868,11269,3219,1536
-,,,,,,,,4869,11276,3221,1537
-,,,,,,,,4870,10993,3140,1499
-,,,,,,,,4871,10136,2895,1382
-,,,,,,,,4872,9204,2629,1255
-,,,,,,,,4873,8503,2429,1159
-,,,,,,,,4874,8049,2299,1097
-,,,,,,,,4875,7789,2224,1062
-,,,,,,,,4876,7698,2199,1050
-,,,,,,,,4877,7855,2244,1070
-,,,,,,,,4878,8355,2386,1139
-,,,,,,,,4879,9252,2643,1262
-,,,,,,,,4880,10317,2946,1407
-,,,,,,,,4881,11097,3170,1513
-,,,,,,,,4882,11679,3336,1592
-,,,,,,,,4883,12225,3492,1666
-,,,,,,,,4884,12661,3616,1727
-,,,,,,,,4885,12965,3703,1767
-,,,,,,,,4886,13402,3828,1827
-,,,,,,,,4887,13743,3925,1873
-,,,,,,,,4888,13994,3997,1908
-,,,,,,,,4889,14146,4040,1929
-,,,,,,,,4890,14089,4024,1921
-,,,,,,,,4891,13759,3930,1876
-,,,,,,,,4892,13411,3830,1828
-,,,,,,,,4893,13436,3837,1832
-,,,,,,,,4894,12935,3694,1763
-,,,,,,,,4895,11812,3373,1611
-,,,,,,,,4896,10659,3044,1453
-,,,,,,,,4897,9823,2805,1339
-,,,,,,,,4898,9304,2657,1268
-,,,,,,,,4899,8976,2564,1224
-,,,,,,,,4900,8828,2521,1203
-,,,,,,,,4901,8898,2541,1213
-,,,,,,,,4902,9294,2655,1267
-,,,,,,,,4903,10147,2898,1383
-,,,,,,,,4904,11312,3231,1542
-,,,,,,,,4905,12317,3518,1679
-,,,,,,,,4906,13142,3754,1792
-,,,,,,,,4907,13876,3963,1892
-,,,,,,,,4908,14352,4099,1957
-,,,,,,,,4909,14766,4217,2014
-,,,,,,,,4910,15124,4319,2062
-,,,,,,,,4911,15260,4358,2080
-,,,,,,,,4912,15127,4320,2062
-,,,,,,,,4913,14868,4247,2027
-,,,,,,,,4914,14538,4152,1982
-,,,,,,,,4915,14018,4003,1911
-,,,,,,,,4916,13486,3852,1839
-,,,,,,,,4917,13252,3785,1807
-,,,,,,,,4918,12536,3581,1709
-,,,,,,,,4919,11223,3205,1530
-,,,,,,,,4920,9950,2842,1357
-,,,,,,,,4921,8983,2565,1225
-,,,,,,,,4922,8359,2387,1140
-,,,,,,,,4923,7973,2277,1087
-,,,,,,,,4924,7747,2213,1056
-,,,,,,,,4925,7777,2221,1060
-,,,,,,,,4926,8117,2319,1106
-,,,,,,,,4927,8937,2553,1218
-,,,,,,,,4928,9991,2854,1362
-,,,,,,,,4929,10734,3065,1464
-,,,,,,,,4930,11242,3211,1533
-,,,,,,,,4931,11641,3325,1587
-,,,,,,,,4932,11899,3398,1622
-,,,,,,,,4933,12074,3449,1646
-,,,,,,,,4934,12324,3520,1681
-,,,,,,,,4935,12535,3580,1709
-,,,,,,,,4936,12728,3635,1735
-,,,,,,,,4937,12896,3683,1758
-,,,,,,,,4938,12889,3681,1757
-,,,,,,,,4939,12544,3582,1711
-,,,,,,,,4940,12095,3455,1649
-,,,,,,,,4941,12113,3460,1651
-,,,,,,,,4942,11651,3327,1589
-,,,,,,,,4943,10594,3025,1444
-,,,,,,,,4944,9510,2716,1297
-,,,,,,,,4945,8759,2502,1194
-,,,,,,,,4946,8264,2360,1126
-,,,,,,,,4947,7967,2275,1086
-,,,,,,,,4948,7849,2242,1070
-,,,,,,,,4949,7954,2272,1085
-,,,,,,,,4950,8455,2415,1152
-,,,,,,,,4951,9376,2678,1278
-,,,,,,,,4952,10378,2964,1415
-,,,,,,,,4953,11047,3156,1506
-,,,,,,,,4954,11506,3286,1569
-,,,,,,,,4955,11849,3384,1615
-,,,,,,,,4956,12046,3441,1642
-,,,,,,,,4957,12214,3489,1666
-,,,,,,,,4958,12573,3592,1714
-,,,,,,,,4959,12889,3682,1757
-,,,,,,,,4960,13180,3765,1797
-,,,,,,,,4961,13473,3848,1837
-,,,,,,,,4962,13632,3893,1858
-,,,,,,,,4963,13487,3852,1839
-,,,,,,,,4964,13286,3795,1812
-,,,,,,,,4965,13151,3756,1793
-,,,,,,,,4966,12499,3570,1704
-,,,,,,,,4967,11417,3260,1556
-,,,,,,,,4968,10339,2953,1409
-,,,,,,,,4969,9548,2727,1302
-,,,,,,,,4970,9013,2574,1229
-,,,,,,,,4971,8661,2474,1181
-,,,,,,,,4972,8485,2424,1156
-,,,,,,,,4973,8561,2445,1167
-,,,,,,,,4974,9043,2583,1233
-,,,,,,,,4975,9888,2825,1348
-,,,,,,,,4976,10867,3104,1481
-,,,,,,,,4977,11565,3303,1577
-,,,,,,,,4978,12137,3466,1655
-,,,,,,,,4979,12638,3610,1723
-,,,,,,,,4980,13000,3713,1772
-,,,,,,,,4981,13226,3777,1803
-,,,,,,,,4982,13377,3821,1824
-,,,,,,,,4983,13376,3821,1823
-,,,,,,,,4984,13308,3801,1814
-,,,,,,,,4985,13228,3778,1803
-,,,,,,,,4986,13113,3746,1788
-,,,,,,,,4987,12794,3654,1744
-,,,,,,,,4988,12404,3543,1691
-,,,,,,,,4989,12263,3502,1672
-,,,,,,,,4990,11882,3394,1620
-,,,,,,,,4991,10973,3134,1496
-,,,,,,,,4992,9977,2850,1360
-,,,,,,,,4993,9158,2615,1248
-,,,,,,,,4994,8580,2450,1170
-,,,,,,,,4995,8199,2342,1118
-,,,,,,,,4996,7968,2276,1086
-,,,,,,,,4997,7916,2261,1079
-,,,,,,,,4998,7986,2281,1089
-,,,,,,,,4999,8292,2369,1130
-,,,,,,,,5000,9026,2578,1231
-,,,,,,,,5001,9953,2843,1357
-,,,,,,,,5002,10782,3080,1470
-,,,,,,,,5003,11373,3248,1550
-,,,,,,,,5004,11686,3337,1593
-,,,,,,,,5005,11806,3371,1610
-,,,,,,,,5006,11814,3374,1611
-,,,,,,,,5007,11721,3347,1598
-,,,,,,,,5008,11451,3271,1561
-,,,,,,,,5009,11217,3204,1530
-,,,,,,,,5010,11106,3172,1515
-,,,,,,,,5011,10936,3123,1491
-,,,,,,,,5012,10791,3081,1471
-,,,,,,,,5013,10794,3083,1472
-,,,,,,,,5014,10410,2973,1419
-,,,,,,,,5015,9728,2778,1326
-,,,,,,,,5016,8964,2560,1222
-,,,,,,,,5017,8300,2370,1131
-,,,,,,,,5018,7867,2247,1072
-,,,,,,,,5019,7584,2166,1034
-,,,,,,,,5020,7420,2119,1011
-,,,,,,,,5021,7381,2108,1006
-,,,,,,,,5022,7439,2124,1014
-,,,,,,,,5023,7568,2161,1031
-,,,,,,,,5024,8060,2302,1099
-,,,,,,,,5025,8761,2502,1195
-,,,,,,,,5026,9390,2682,1280
-,,,,,,,,5027,9825,2806,1339
-,,,,,,,,5028,10151,2899,1384
-,,,,,,,,5029,10348,2955,1411
-,,,,,,,,5030,10372,2962,1414
-,,,,,,,,5031,10339,2953,1409
-,,,,,,,,5032,10290,2939,1403
-,,,,,,,,5033,10390,2968,1417
-,,,,,,,,5034,10534,3009,1436
-,,,,,,,,5035,10475,2991,1428
-,,,,,,,,5036,10325,2949,1408
-,,,,,,,,5037,10438,2981,1423
-,,,,,,,,5038,10130,2893,1381
-,,,,,,,,5039,9363,2675,1277
-,,,,,,,,5040,8531,2436,1163
-,,,,,,,,5041,7873,2249,1073
-,,,,,,,,5042,7464,2132,1017
-,,,,,,,,5043,7232,2065,986
-,,,,,,,,5044,7138,2038,973
-,,,,,,,,5045,7286,2081,993
-,,,,,,,,5046,7725,2207,1053
-,,,,,,,,5047,8581,2451,1170
-,,,,,,,,5048,9682,2765,1320
-,,,,,,,,5049,10527,3006,1435
-,,,,,,,,5050,11156,3186,1521
-,,,,,,,,5051,11706,3343,1596
-,,,,,,,,5052,12107,3458,1651
-,,,,,,,,5053,12409,3544,1691
-,,,,,,,,5054,12741,3639,1737
-,,,,,,,,5055,12957,3701,1767
-,,,,,,,,5056,13076,3735,1783
-,,,,,,,,5057,13178,3764,1797
-,,,,,,,,5058,13105,3742,1787
-,,,,,,,,5059,12754,3642,1739
-,,,,,,,,5060,12278,3506,1674
-,,,,,,,,5061,12165,3475,1659
-,,,,,,,,5062,11609,3316,1583
-,,,,,,,,5063,10468,2990,1427
-,,,,,,,,5064,9345,2669,1274
-,,,,,,,,5065,8529,2436,1163
-,,,,,,,,5066,8022,2291,1094
-,,,,,,,,5067,7722,2205,1053
-,,,,,,,,5068,7572,2163,1032
-,,,,,,,,5069,7662,2189,1045
-,,,,,,,,5070,8086,2309,1102
-,,,,,,,,5071,8924,2549,1216
-,,,,,,,,5072,9968,2847,1359
-,,,,,,,,5073,10714,3060,1460
-,,,,,,,,5074,11246,3212,1534
-,,,,,,,,5075,11707,3344,1596
-,,,,,,,,5076,11990,3425,1635
-,,,,,,,,5077,12154,3471,1657
-,,,,,,,,5078,12338,3524,1682
-,,,,,,,,5079,12340,3525,1682
-,,,,,,,,5080,12210,3487,1665
-,,,,,,,,5081,12083,3451,1647
-,,,,,,,,5082,11950,3413,1629
-,,,,,,,,5083,11731,3351,1600
-,,,,,,,,5084,11567,3304,1577
-,,,,,,,,5085,11642,3325,1587
-,,,,,,,,5086,11121,3176,1516
-,,,,,,,,5087,10149,2899,1383
-,,,,,,,,5088,9201,2628,1254
-,,,,,,,,5089,8486,2424,1156
-,,,,,,,,5090,8036,2295,1095
-,,,,,,,,5091,7762,2217,1058
-,,,,,,,,5092,7648,2184,1043
-,,,,,,,,5093,7767,2219,1059
-,,,,,,,,5094,8252,2357,1125
-,,,,,,,,5095,9124,2606,1244
-,,,,,,,,5096,10202,2914,1391
-,,,,,,,,5097,11001,3142,1500
-,,,,,,,,5098,11664,3331,1590
-,,,,,,,,5099,12249,3499,1670
-,,,,,,,,5100,12679,3621,1728
-,,,,,,,,5101,13002,3713,1772
-,,,,,,,,5102,13287,3795,1812
-,,,,,,,,5103,13384,3822,1825
-,,,,,,,,5104,13258,3787,1807
-,,,,,,,,5105,13148,3756,1793
-,,,,,,,,5106,12990,3710,1771
-,,,,,,,,5107,12693,3625,1731
-,,,,,,,,5108,12415,3546,1693
-,,,,,,,,5109,12435,3551,1696
-,,,,,,,,5110,11945,3411,1629
-,,,,,,,,5111,10873,3105,1482
-,,,,,,,,5112,9809,2801,1338
-,,,,,,,,5113,9046,2584,1233
-,,,,,,,,5114,8557,2444,1166
-,,,,,,,,5115,8247,2355,1124
-,,,,,,,,5116,8143,2325,1110
-,,,,,,,,5117,8247,2355,1124
-,,,,,,,,5118,8732,2494,1191
-,,,,,,,,5119,9618,2747,1311
-,,,,,,,,5120,10744,3069,1464
-,,,,,,,,5121,11659,3330,1590
-,,,,,,,,5122,12476,3563,1701
-,,,,,,,,5123,13248,3784,1807
-,,,,,,,,5124,13850,3956,1888
-,,,,,,,,5125,14264,4074,1945
-,,,,,,,,5126,14667,4189,1999
-,,,,,,,,5127,14912,4259,2033
-,,,,,,,,5128,15064,4303,2054
-,,,,,,,,5129,15137,4323,2064
-,,,,,,,,5130,15065,4303,2054
-,,,,,,,,5131,14727,4206,2008
-,,,,,,,,5132,14260,4072,1944
-,,,,,,,,5133,14146,4040,1929
-,,,,,,,,5134,13542,3867,1847
-,,,,,,,,5135,12298,3512,1676
-,,,,,,,,5136,11092,3168,1512
-,,,,,,,,5137,10127,2892,1381
-,,,,,,,,5138,9512,2716,1297
-,,,,,,,,5139,9087,2595,1239
-,,,,,,,,5140,8869,2533,1209
-,,,,,,,,5141,8912,2545,1215
-,,,,,,,,5142,9341,2668,1273
-,,,,,,,,5143,10202,2914,1391
-,,,,,,,,5144,11330,3236,1545
-,,,,,,,,5145,12349,3527,1684
-,,,,,,,,5146,13260,3787,1808
-,,,,,,,,5147,14141,4039,1929
-,,,,,,,,5148,14796,4226,2017
-,,,,,,,,5149,15246,4354,2079
-,,,,,,,,5150,15635,4466,2132
-,,,,,,,,5151,15895,4540,2167
-,,,,,,,,5152,15988,4566,2180
-,,,,,,,,5153,15980,4563,2179
-,,,,,,,,5154,15768,4503,2150
-,,,,,,,,5155,15259,4358,2080
-,,,,,,,,5156,14744,4211,2010
-,,,,,,,,5157,14623,4176,1994
-,,,,,,,,5158,14068,4017,1918
-,,,,,,,,5159,12939,3695,1764
-,,,,,,,,5160,11753,3356,1602
-,,,,,,,,5161,10709,3058,1460
-,,,,,,,,5162,10050,2870,1370
-,,,,,,,,5163,9566,2732,1304
-,,,,,,,,5164,9257,2644,1262
-,,,,,,,,5165,9121,2605,1243
-,,,,,,,,5166,9160,2616,1249
-,,,,,,,,5167,9476,2706,1292
-,,,,,,,,5168,10334,2951,1408
-,,,,,,,,5169,11458,3272,1562
-,,,,,,,,5170,12492,3568,1703
-,,,,,,,,5171,13398,3827,1827
-,,,,,,,,5172,14068,4017,1918
-,,,,,,,,5173,14484,4137,1974
-,,,,,,,,5174,14729,4207,2009
-,,,,,,,,5175,14868,4247,2027
-,,,,,,,,5176,14882,4250,2029
-,,,,,,,,5177,14754,4213,2012
-,,,,,,,,5178,14477,4135,1974
-,,,,,,,,5179,13989,3995,1908
-,,,,,,,,5180,13512,3859,1843
-,,,,,,,,5181,13453,3842,1834
-,,,,,,,,5182,12956,3700,1767
-,,,,,,,,5183,12051,3441,1643
-,,,,,,,,5184,11074,3163,1509
-,,,,,,,,5185,10275,2935,1401
-,,,,,,,,5186,9702,2771,1322
-,,,,,,,,5187,9332,2665,1272
-,,,,,,,,5188,9095,2598,1240
-,,,,,,,,5189,9011,2574,1228
-,,,,,,,,5190,9042,2583,1232
-,,,,,,,,5191,9233,2637,1259
-,,,,,,,,5192,9911,2831,1351
-,,,,,,,,5193,10890,3111,1484
-,,,,,,,,5194,11930,3407,1626
-,,,,,,,,5195,12790,3653,1744
-,,,,,,,,5196,13493,3854,1840
-,,,,,,,,5197,14017,4003,1911
-,,,,,,,,5198,14261,4073,1944
-,,,,,,,,5199,14332,4093,1954
-,,,,,,,,5200,14338,4095,1955
-,,,,,,,,5201,14244,4068,1942
-,,,,,,,,5202,13952,3985,1902
-,,,,,,,,5203,13664,3902,1863
-,,,,,,,,5204,13451,3842,1834
-,,,,,,,,5205,13376,3820,1823
-,,,,,,,,5206,12834,3665,1750
-,,,,,,,,5207,11899,3398,1622
-,,,,,,,,5208,10905,3115,1487
-,,,,,,,,5209,10097,2884,1377
-,,,,,,,,5210,9596,2740,1308
-,,,,,,,,5211,9296,2655,1267
-,,,,,,,,5212,9149,2613,1247
-,,,,,,,,5213,9264,2646,1263
-,,,,,,,,5214,9738,2781,1328
-,,,,,,,,5215,10574,3020,1442
-,,,,,,,,5216,11733,3351,1600
-,,,,,,,,5217,12655,3614,1726
-,,,,,,,,5218,13304,3800,1814
-,,,,,,,,5219,13680,3907,1865
-,,,,,,,,5220,13970,3990,1904
-,,,,,,,,5221,14152,4042,1929
-,,,,,,,,5222,14325,4092,1954
-,,,,,,,,5223,14394,4111,1963
-,,,,,,,,5224,14423,4119,1967
-,,,,,,,,5225,14360,4102,1958
-,,,,,,,,5226,14119,4032,1925
-,,,,,,,,5227,13579,3878,1852
-,,,,,,,,5228,13008,3715,1773
-,,,,,,,,5229,12860,3672,1753
-,,,,,,,,5230,12148,3469,1656
-,,,,,,,,5231,10890,3110,1484
-,,,,,,,,5232,9729,2778,1326
-,,,,,,,,5233,8841,2525,1206
-,,,,,,,,5234,8290,2368,1130
-,,,,,,,,5235,7940,2268,1082
-,,,,,,,,5236,7780,2222,1060
-,,,,,,,,5237,7842,2240,1069
-,,,,,,,,5238,8243,2354,1124
-,,,,,,,,5239,9050,2584,1234
-,,,,,,,,5240,10120,2890,1380
-,,,,,,,,5241,10886,3109,1484
-,,,,,,,,5242,11513,3288,1570
-,,,,,,,,5243,12082,3451,1647
-,,,,,,,,5244,12519,3576,1707
-,,,,,,,,5245,12823,3662,1748
-,,,,,,,,5246,13148,3755,1793
-,,,,,,,,5247,13329,3807,1817
-,,,,,,,,5248,13448,3841,1833
-,,,,,,,,5249,13506,3857,1842
-,,,,,,,,5250,13365,3817,1823
-,,,,,,,,5251,12977,3706,1769
-,,,,,,,,5252,12581,3593,1716
-,,,,,,,,5253,12628,3606,1721
-,,,,,,,,5254,12040,3439,1641
-,,,,,,,,5255,10917,3118,1489
-,,,,,,,,5256,9815,2803,1338
-,,,,,,,,5257,8987,2567,1225
-,,,,,,,,5258,8439,2410,1151
-,,,,,,,,5259,8082,2308,1101
-,,,,,,,,5260,7904,2258,1077
-,,,,,,,,5261,7989,2282,1089
-,,,,,,,,5262,8431,2408,1150
-,,,,,,,,5263,9267,2647,1263
-,,,,,,,,5264,10384,2965,1416
-,,,,,,,,5265,11330,3236,1545
-,,,,,,,,5266,12128,3464,1654
-,,,,,,,,5267,12897,3683,1758
-,,,,,,,,5268,13475,3848,1837
-,,,,,,,,5269,13885,3966,1893
-,,,,,,,,5270,14265,4074,1945
-,,,,,,,,5271,14470,4132,1973
-,,,,,,,,5272,14565,4160,1986
-,,,,,,,,5273,14527,4149,1981
-,,,,,,,,5274,14322,4091,1953
-,,,,,,,,5275,13926,3977,1898
-,,,,,,,,5276,13589,3881,1853
-,,,,,,,,5277,13634,3894,1859
-,,,,,,,,5278,12975,3706,1769
-,,,,,,,,5279,11796,3369,1608
-,,,,,,,,5280,10595,3026,1444
-,,,,,,,,5281,9672,2762,1318
-,,,,,,,,5282,9147,2613,1247
-,,,,,,,,5283,8794,2512,1199
-,,,,,,,,5284,8631,2465,1176
-,,,,,,,,5285,8713,2489,1188
-,,,,,,,,5286,9214,2632,1256
-,,,,,,,,5287,10065,2875,1372
-,,,,,,,,5288,11176,3192,1524
-,,,,,,,,5289,12139,3467,1655
-,,,,,,,,5290,13013,3716,1774
-,,,,,,,,5291,13854,3957,1889
-,,,,,,,,5292,14496,4140,1976
-,,,,,,,,5293,14926,4262,2035
-,,,,,,,,5294,15280,4364,2084
-,,,,,,,,5295,15412,4402,2101
-,,,,,,,,5296,15428,4407,2104
-,,,,,,,,5297,15336,4379,2091
-,,,,,,,,5298,15060,4301,2053
-,,,,,,,,5299,14544,4153,1983
-,,,,,,,,5300,14187,4052,1934
-,,,,,,,,5301,14168,4046,1932
-,,,,,,,,5302,13459,3844,1835
-,,,,,,,,5303,12278,3506,1674
-,,,,,,,,5304,11108,3172,1515
-,,,,,,,,5305,10240,2925,1396
-,,,,,,,,5306,9706,2772,1323
-,,,,,,,,5307,9356,2672,1276
-,,,,,,,,5308,9200,2628,1254
-,,,,,,,,5309,9282,2651,1266
-,,,,,,,,5310,9783,2794,1333
-,,,,,,,,5311,10645,3040,1451
-,,,,,,,,5312,11749,3356,1602
-,,,,,,,,5313,12660,3616,1726
-,,,,,,,,5314,13396,3826,1827
-,,,,,,,,5315,13980,3992,1906
-,,,,,,,,5316,14370,4104,1959
-,,,,,,,,5317,14459,4129,1971
-,,,,,,,,5318,14379,4107,1960
-,,,,,,,,5319,14083,4022,1920
-,,,,,,,,5320,13676,3906,1865
-,,,,,,,,5321,13431,3836,1832
-,,,,,,,,5322,13155,3757,1793
-,,,,,,,,5323,12789,3652,1744
-,,,,,,,,5324,12523,3576,1707
-,,,,,,,,5325,12521,3576,1707
-,,,,,,,,5326,12052,3442,1643
-,,,,,,,,5327,11210,3201,1529
-,,,,,,,,5328,10273,2934,1401
-,,,,,,,,5329,9510,2715,1297
-,,,,,,,,5330,9001,2571,1227
-,,,,,,,,5331,8664,2474,1181
-,,,,,,,,5332,8475,2420,1156
-,,,,,,,,5333,8417,2404,1147
-,,,,,,,,5334,8517,2432,1161
-,,,,,,,,5335,8800,2514,1200
-,,,,,,,,5336,9531,2722,1299
-,,,,,,,,5337,10434,2980,1423
-,,,,,,,,5338,11266,3217,1536
-,,,,,,,,5339,11964,3416,1631
-,,,,,,,,5340,12382,3536,1688
-,,,,,,,,5341,12626,3606,1721
-,,,,,,,,5342,12774,3648,1741
-,,,,,,,,5343,12855,3671,1752
-,,,,,,,,5344,12918,3689,1762
-,,,,,,,,5345,12970,3704,1768
-,,,,,,,,5346,12947,3697,1765
-,,,,,,,,5347,12741,3639,1737
-,,,,,,,,5348,12530,3579,1708
-,,,,,,,,5349,12605,3600,1718
-,,,,,,,,5350,12141,3467,1656
-,,,,,,,,5351,11342,3239,1546
-,,,,,,,,5352,10448,2984,1424
-,,,,,,,,5353,9687,2766,1321
-,,,,,,,,5354,9169,2619,1250
-,,,,,,,,5355,8803,2514,1200
-,,,,,,,,5356,8602,2456,1172
-,,,,,,,,5357,8528,2435,1162
-,,,,,,,,5358,8596,2454,1171
-,,,,,,,,5359,8740,2496,1191
-,,,,,,,,5360,9186,2624,1252
-,,,,,,,,5361,9951,2842,1357
-,,,,,,,,5362,10741,3067,1464
-,,,,,,,,5363,11425,3263,1558
-,,,,,,,,5364,11959,3415,1631
-,,,,,,,,5365,12364,3531,1686
-,,,,,,,,5366,12618,3604,1721
-,,,,,,,,5367,12858,3672,1753
-,,,,,,,,5368,13072,3733,1782
-,,,,,,,,5369,13228,3778,1803
-,,,,,,,,5370,13260,3787,1808
-,,,,,,,,5371,13057,3728,1780
-,,,,,,,,5372,12766,3646,1741
-,,,,,,,,5373,12822,3661,1748
-,,,,,,,,5374,12217,3489,1666
-,,,,,,,,5375,11179,3192,1525
-,,,,,,,,5376,10117,2890,1379
-,,,,,,,,5377,9301,2656,1268
-,,,,,,,,5378,8763,2503,1195
-,,,,,,,,5379,8423,2405,1148
-,,,,,,,,5380,8247,2355,1124
-,,,,,,,,5381,8316,2375,1134
-,,,,,,,,5382,8758,2501,1194
-,,,,,,,,5383,9515,2718,1298
-,,,,,,,,5384,10599,3027,1445
-,,,,,,,,5385,11508,3286,1569
-,,,,,,,,5386,12270,3504,1673
-,,,,,,,,5387,12933,3693,1763
-,,,,,,,,5388,13400,3827,1827
-,,,,,,,,5389,13702,3913,1868
-,,,,,,,,5390,13977,3992,1906
-,,,,,,,,5391,14161,4044,1931
-,,,,,,,,5392,14240,4067,1942
-,,,,,,,,5393,14309,4087,1951
-,,,,,,,,5394,14209,4057,1937
-,,,,,,,,5395,13768,3932,1878
-,,,,,,,,5396,13349,3812,1820
-,,,,,,,,5397,13305,3800,1814
-,,,,,,,,5398,12499,3570,1704
-,,,,,,,,5399,11273,3220,1537
-,,,,,,,,5400,10098,2884,1377
-,,,,,,,,5401,9228,2635,1258
-,,,,,,,,5402,8653,2471,1180
-,,,,,,,,5403,8280,2364,1129
-,,,,,,,,5404,8098,2313,1104
-,,,,,,,,5405,8157,2329,1112
-,,,,,,,,5406,8628,2464,1176
-,,,,,,,,5407,9412,2688,1283
-,,,,,,,,5408,10495,2997,1431
-,,,,,,,,5409,11344,3240,1547
-,,,,,,,,5410,12073,3448,1646
-,,,,,,,,5411,12680,3621,1729
-,,,,,,,,5412,13090,3738,1785
-,,,,,,,,5413,13324,3806,1817
-,,,,,,,,5414,13491,3853,1839
-,,,,,,,,5415,13537,3866,1846
-,,,,,,,,5416,13487,3852,1839
-,,,,,,,,5417,13460,3844,1835
-,,,,,,,,5418,13310,3802,1815
-,,,,,,,,5419,12983,3707,1770
-,,,,,,,,5420,12775,3648,1741
-,,,,,,,,5421,12873,3677,1755
-,,,,,,,,5422,12195,3483,1663
-,,,,,,,,5423,11095,3169,1513
-,,,,,,,,5424,10017,2861,1366
-,,,,,,,,5425,9264,2645,1263
-,,,,,,,,5426,8769,2504,1196
-,,,,,,,,5427,8464,2417,1154
-,,,,,,,,5428,8336,2381,1136
-,,,,,,,,5429,8434,2409,1150
-,,,,,,,,5430,8961,2559,1222
-,,,,,,,,5431,9857,2815,1344
-,,,,,,,,5432,10746,3069,1465
-,,,,,,,,5433,11306,3229,1541
-,,,,,,,,5434,11716,3346,1597
-,,,,,,,,5435,12249,3498,1670
-,,,,,,,,5436,12779,3650,1742
-,,,,,,,,5437,13177,3763,1797
-,,,,,,,,5438,13545,3868,1847
-,,,,,,,,5439,13728,3921,1872
-,,,,,,,,5440,13802,3942,1882
-,,,,,,,,5441,13741,3924,1873
-,,,,,,,,5442,13524,3862,1844
-,,,,,,,,5443,13168,3761,1796
-,,,,,,,,5444,13022,3719,1776
-,,,,,,,,5445,12984,3707,1770
-,,,,,,,,5446,12263,3502,1672
-,,,,,,,,5447,11138,3181,1519
-,,,,,,,,5448,10030,2865,1368
-,,,,,,,,5449,9170,2619,1250
-,,,,,,,,5450,8622,2462,1176
-,,,,,,,,5451,8290,2368,1130
-,,,,,,,,5452,8144,2326,1110
-,,,,,,,,5453,8212,2345,1120
-,,,,,,,,5454,8709,2488,1187
-,,,,,,,,5455,9555,2729,1302
-,,,,,,,,5456,10478,2992,1428
-,,,,,,,,5457,11231,3208,1531
-,,,,,,,,5458,11915,3403,1625
-,,,,,,,,5459,12542,3582,1710
-,,,,,,,,5460,13007,3715,1773
-,,,,,,,,5461,13307,3801,1814
-,,,,,,,,5462,13570,3876,1850
-,,,,,,,,5463,13718,3917,1870
-,,,,,,,,5464,13779,3935,1878
-,,,,,,,,5465,13802,3942,1882
-,,,,,,,,5466,13658,3901,1863
-,,,,,,,,5467,13204,3771,1800
-,,,,,,,,5468,12794,3654,1744
-,,,,,,,,5469,12758,3643,1739
-,,,,,,,,5470,12019,3432,1639
-,,,,,,,,5471,10886,3109,1484
-,,,,,,,,5472,9742,2782,1328
-,,,,,,,,5473,8905,2544,1214
-,,,,,,,,5474,8347,2384,1138
-,,,,,,,,5475,7998,2284,1090
-,,,,,,,,5476,7822,2234,1066
-,,,,,,,,5477,7877,2250,1074
-,,,,,,,,5478,8298,2370,1131
-,,,,,,,,5479,9032,2580,1232
-,,,,,,,,5480,10023,2863,1367
-,,,,,,,,5481,10930,3121,1490
-,,,,,,,,5482,11698,3341,1595
-,,,,,,,,5483,12415,3546,1692
-,,,,,,,,5484,12962,3702,1767
-,,,,,,,,5485,13411,3831,1828
-,,,,,,,,5486,13832,3950,1886
-,,,,,,,,5487,14093,4025,1921
-,,,,,,,,5488,14180,4050,1933
-,,,,,,,,5489,14170,4047,1932
-,,,,,,,,5490,13925,3977,1898
-,,,,,,,,5491,13400,3827,1827
-,,,,,,,,5492,13094,3739,1785
-,,,,,,,,5493,13026,3720,1776
-,,,,,,,,5494,12323,3520,1681
-,,,,,,,,5495,11265,3217,1536
-,,,,,,,,5496,10211,2916,1392
-,,,,,,,,5497,9341,2668,1273
-,,,,,,,,5498,8754,2500,1193
-,,,,,,,,5499,8361,2388,1140
-,,,,,,,,5500,8106,2314,1105
-,,,,,,,,5501,8011,2288,1092
-,,,,,,,,5502,8106,2315,1105
-,,,,,,,,5503,8309,2373,1133
-,,,,,,,,5504,8809,2516,1201
-,,,,,,,,5505,9466,2704,1291
-,,,,,,,,5506,9985,2852,1361
-,,,,,,,,5507,10317,2946,1407
-,,,,,,,,5508,10518,3004,1434
-,,,,,,,,5509,10550,3013,1439
-,,,,,,,,5510,10520,3005,1434
-,,,,,,,,5511,10480,2993,1428
-,,,,,,,,5512,10443,2982,1424
-,,,,,,,,5513,10474,2991,1428
-,,,,,,,,5514,10471,2991,1428
-,,,,,,,,5515,10335,2951,1409
-,,,,,,,,5516,10196,2912,1390
-,,,,,,,,5517,10317,2946,1407
-,,,,,,,,5518,9840,2810,1342
-,,,,,,,,5519,9106,2600,1242
-,,,,,,,,5520,8307,2373,1132
-,,,,,,,,5521,7659,2188,1045
-,,,,,,,,5522,7206,2058,982
-,,,,,,,,5523,6894,1969,939
-,,,,,,,,5524,6733,1923,918
-,,,,,,,,5525,6663,1903,909
-,,,,,,,,5526,6708,1916,914
-,,,,,,,,5527,6779,1936,924
-,,,,,,,,5528,7275,2078,992
-,,,,,,,,5529,8022,2291,1094
-,,,,,,,,5530,8686,2480,1184
-,,,,,,,,5531,9142,2611,1247
-,,,,,,,,5532,9418,2690,1284
-,,,,,,,,5533,9574,2734,1305
-,,,,,,,,5534,9588,2738,1307
-,,,,,,,,5535,9596,2740,1308
-,,,,,,,,5536,9651,2756,1316
-,,,,,,,,5537,9811,2802,1338
-,,,,,,,,5538,9928,2835,1353
-,,,,,,,,5539,9906,2829,1351
-,,,,,,,,5540,9953,2843,1357
-,,,,,,,,5541,10173,2905,1387
-,,,,,,,,5542,9682,2765,1320
-,,,,,,,,5543,8890,2539,1212
-,,,,,,,,5544,8121,2319,1107
-,,,,,,,,5545,7551,2156,1030
-,,,,,,,,5546,7196,2055,981
-,,,,,,,,5547,6987,1995,953
-,,,,,,,,5548,6915,1975,943
-,,,,,,,,5549,7055,2015,962
-,,,,,,,,5550,7532,2151,1027
-,,,,,,,,5551,8326,2378,1135
-,,,,,,,,5552,9238,2639,1259
-,,,,,,,,5553,9968,2847,1359
-,,,,,,,,5554,10584,3023,1443
-,,,,,,,,5555,11101,3170,1514
-,,,,,,,,5556,11465,3274,1563
-,,,,,,,,5557,11684,3337,1593
-,,,,,,,,5558,11845,3383,1615
-,,,,,,,,5559,11878,3392,1620
-,,,,,,,,5560,11856,3386,1616
-,,,,,,,,5561,11874,3391,1619
-,,,,,,,,5562,11835,3380,1614
-,,,,,,,,5563,11522,3291,1571
-,,,,,,,,5564,11361,3245,1549
-,,,,,,,,5565,11462,3273,1563
-,,,,,,,,5566,10755,3071,1466
-,,,,,,,,5567,9727,2778,1326
-,,,,,,,,5568,8750,2499,1193
-,,,,,,,,5569,8051,2299,1098
-,,,,,,,,5570,7659,2188,1044
-,,,,,,,,5571,7406,2115,1010
-,,,,,,,,5572,7306,2086,996
-,,,,,,,,5573,7445,2126,1014
-,,,,,,,,5574,7989,2282,1089
-,,,,,,,,5575,8862,2531,1208
-,,,,,,,,5576,9775,2792,1332
-,,,,,,,,5577,10469,2990,1428
-,,,,,,,,5578,11051,3156,1507
-,,,,,,,,5579,11567,3303,1577
-,,,,,,,,5580,11911,3401,1624
-,,,,,,,,5581,12144,3468,1656
-,,,,,,,,5582,12378,3536,1688
-,,,,,,,,5583,12505,3571,1705
-,,,,,,,,5584,12545,3583,1711
-,,,,,,,,5585,12547,3583,1711
-,,,,,,,,5586,12342,3525,1683
-,,,,,,,,5587,11929,3406,1626
-,,,,,,,,5588,11695,3340,1595
-,,,,,,,,5589,11749,3356,1602
-,,,,,,,,5590,11022,3148,1503
-,,,,,,,,5591,9937,2838,1355
-,,,,,,,,5592,8909,2545,1215
-,,,,,,,,5593,8173,2334,1114
-,,,,,,,,5594,7720,2204,1052
-,,,,,,,,5595,7431,2122,1013
-,,,,,,,,5596,7280,2079,993
-,,,,,,,,5597,7365,2103,1004
-,,,,,,,,5598,7847,2241,1070
-,,,,,,,,5599,8598,2455,1172
-,,,,,,,,5600,9591,2740,1308
-,,,,,,,,5601,10349,2955,1411
-,,,,,,,,5602,10998,3141,1499
-,,,,,,,,5603,11566,3303,1577
-,,,,,,,,5604,11972,3419,1632
-,,,,,,,,5605,12218,3490,1666
-,,,,,,,,5606,12483,3565,1701
-,,,,,,,,5607,12644,3612,1724
-,,,,,,,,5608,12688,3624,1730
-,,,,,,,,5609,12716,3631,1734
-,,,,,,,,5610,12561,3587,1712
-,,,,,,,,5611,12173,3476,1660
-,,,,,,,,5612,11900,3399,1622
-,,,,,,,,5613,11963,3416,1631
-,,,,,,,,5614,11249,3213,1534
-,,,,,,,,5615,10154,2900,1384
-,,,,,,,,5616,9124,2606,1244
-,,,,,,,,5617,8372,2391,1141
-,,,,,,,,5618,7903,2257,1077
-,,,,,,,,5619,7589,2167,1035
-,,,,,,,,5620,7467,2133,1018
-,,,,,,,,5621,7548,2155,1029
-,,,,,,,,5622,8066,2304,1100
-,,,,,,,,5623,8853,2529,1206
-,,,,,,,,5624,9886,2824,1348
-,,,,,,,,5625,10738,3067,1464
-,,,,,,,,5626,11425,3263,1558
-,,,,,,,,5627,12013,3431,1638
-,,,,,,,,5628,12485,3566,1702
-,,,,,,,,5629,12852,3671,1752
-,,,,,,,,5630,13219,3776,1803
-,,,,,,,,5631,13393,3825,1826
-,,,,,,,,5632,13476,3849,1837
-,,,,,,,,5633,13499,3856,1841
-,,,,,,,,5634,13344,3811,1819
-,,,,,,,,5635,12938,3695,1764
-,,,,,,,,5636,12645,3612,1724
-,,,,,,,,5637,12667,3617,1727
-,,,,,,,,5638,11923,3405,1625
-,,,,,,,,5639,10795,3083,1472
-,,,,,,,,5640,9707,2772,1323
-,,,,,,,,5641,8924,2549,1216
-,,,,,,,,5642,8391,2396,1144
-,,,,,,,,5643,8047,2298,1097
-,,,,,,,,5644,7863,2246,1072
-,,,,,,,,5645,7926,2264,1080
-,,,,,,,,5646,8389,2396,1144
-,,,,,,,,5647,9131,2608,1245
-,,,,,,,,5648,10105,2886,1378
-,,,,,,,,5649,10944,3126,1492
-,,,,,,,,5650,11657,3329,1590
-,,,,,,,,5651,12300,3513,1677
-,,,,,,,,5652,12775,3648,1741
-,,,,,,,,5653,13085,3737,1784
-,,,,,,,,5654,13387,3823,1825
-,,,,,,,,5655,13514,3860,1843
-,,,,,,,,5656,13481,3851,1838
-,,,,,,,,5657,13421,3833,1830
-,,,,,,,,5658,13153,3757,1793
-,,,,,,,,5659,12657,3615,1726
-,,,,,,,,5660,12393,3540,1690
-,,,,,,,,5661,12326,3521,1681
-,,,,,,,,5662,11637,3323,1586
-,,,,,,,,5663,10661,3045,1454
-,,,,,,,,5664,9649,2755,1315
-,,,,,,,,5665,8831,2522,1204
-,,,,,,,,5666,8319,2376,1134
-,,,,,,,,5667,7971,2277,1086
-,,,,,,,,5668,7771,2219,1060
-,,,,,,,,5669,7740,2210,1055
-,,,,,,,,5670,7903,2257,1077
-,,,,,,,,5671,8195,2340,1117
-,,,,,,,,5672,8851,2528,1206
-,,,,,,,,5673,9711,2773,1324
-,,,,,,,,5674,10476,2992,1428
-,,,,,,,,5675,11040,3153,1505
-,,,,,,,,5676,11402,3256,1555
-,,,,,,,,5677,11628,3321,1585
-,,,,,,,,5678,11767,3361,1604
-,,,,,,,,5679,11836,3381,1614
-,,,,,,,,5680,11812,3373,1611
-,,,,,,,,5681,11747,3355,1601
-,,,,,,,,5682,11578,3306,1579
-,,,,,,,,5683,11236,3209,1532
-,,,,,,,,5684,11082,3166,1511
-,,,,,,,,5685,11053,3157,1507
-,,,,,,,,5686,10498,2998,1431
-,,,,,,,,5687,9703,2771,1322
-,,,,,,,,5688,8853,2529,1206
-,,,,,,,,5689,8179,2336,1115
-,,,,,,,,5690,7700,2199,1050
-,,,,,,,,5691,7398,2113,1009
-,,,,,,,,5692,7203,2057,982
-,,,,,,,,5693,7142,2039,974
-,,,,,,,,5694,7214,2060,984
-,,,,,,,,5695,7301,2085,995
-,,,,,,,,5696,7843,2240,1070
-,,,,,,,,5697,8673,2477,1182
-,,,,,,,,5698,9447,2698,1288
-,,,,,,,,5699,10041,2868,1369
-,,,,,,,,5700,10502,3000,1432
-,,,,,,,,5701,10865,3103,1481
-,,,,,,,,5702,11064,3160,1509
-,,,,,,,,5703,11245,3212,1533
-,,,,,,,,5704,11428,3264,1558
-,,,,,,,,5705,11611,3316,1583
-,,,,,,,,5706,11704,3342,1595
-,,,,,,,,5707,11491,3281,1566
-,,,,,,,,5708,11357,3244,1549
-,,,,,,,,5709,11389,3253,1553
-,,,,,,,,5710,10685,3051,1457
-,,,,,,,,5711,9703,2771,1322
-,,,,,,,,5712,8820,2519,1202
-,,,,,,,,5713,8120,2319,1107
-,,,,,,,,5714,7697,2199,1050
-,,,,,,,,5715,7446,2127,1015
-,,,,,,,,5716,7334,2094,999
-,,,,,,,,5717,7461,2131,1017
-,,,,,,,,5718,8007,2287,1091
-,,,,,,,,5719,8846,2527,1206
-,,,,,,,,5720,9844,2811,1342
-,,,,,,,,5721,10678,3050,1456
-,,,,,,,,5722,11367,3246,1550
-,,,,,,,,5723,11966,3417,1631
-,,,,,,,,5724,12465,3560,1700
-,,,,,,,,5725,12840,3667,1751
-,,,,,,,,5726,13232,3779,1804
-,,,,,,,,5727,13424,3834,1830
-,,,,,,,,5728,13450,3842,1834
-,,,,,,,,5729,13416,3832,1829
-,,,,,,,,5730,13242,3782,1806
-,,,,,,,,5731,12911,3687,1760
-,,,,,,,,5732,12922,3691,1762
-,,,,,,,,5733,12906,3686,1760
-,,,,,,,,5734,12173,3476,1660
-,,,,,,,,5735,11104,3171,1514
-,,,,,,,,5736,10108,2887,1378
-,,,,,,,,5737,9408,2687,1282
-,,,,,,,,5738,8963,2559,1222
-,,,,,,,,5739,8697,2484,1186
-,,,,,,,,5740,8595,2454,1171
-,,,,,,,,5741,8748,2499,1192
-,,,,,,,,5742,9399,2684,1282
-,,,,,,,,5743,10515,3003,1434
-,,,,,,,,5744,11457,3272,1562
-,,,,,,,,5745,11999,3427,1636
-,,,,,,,,5746,12342,3525,1682
-,,,,,,,,5747,12680,3621,1729
-,,,,,,,,5748,13070,3733,1782
-,,,,,,,,5749,13404,3828,1827
-,,,,,,,,5750,13783,3937,1879
-,,,,,,,,5751,14024,4005,1912
-,,,,,,,,5752,14106,4028,1923
-,,,,,,,,5753,14132,4036,1927
-,,,,,,,,5754,13934,3979,1900
-,,,,,,,,5755,13389,3824,1826
-,,,,,,,,5756,13155,3757,1793
-,,,,,,,,5757,12985,3708,1771
-,,,,,,,,5758,12030,3436,1641
-,,,,,,,,5759,10758,3072,1467
-,,,,,,,,5760,9594,2740,1308
-,,,,,,,,5761,8689,2481,1185
-,,,,,,,,5762,8135,2324,1109
-,,,,,,,,5763,7751,2214,1056
-,,,,,,,,5764,7548,2155,1029
-,,,,,,,,5765,7569,2162,1032
-,,,,,,,,5766,8077,2307,1101
-,,,,,,,,5767,8928,2550,1217
-,,,,,,,,5768,9764,2789,1331
-,,,,,,,,5769,10284,2937,1402
-,,,,,,,,5770,10659,3044,1453
-,,,,,,,,5771,10971,3133,1496
-,,,,,,,,5772,11163,3188,1522
-,,,,,,,,5773,11293,3226,1540
-,,,,,,,,5774,11461,3273,1563
-,,,,,,,,5775,11563,3302,1576
-,,,,,,,,5776,11628,3321,1585
-,,,,,,,,5777,11704,3342,1595
-,,,,,,,,5778,11646,3326,1588
-,,,,,,,,5779,11319,3233,1543
-,,,,,,,,5780,11209,3201,1528
-,,,,,,,,5781,11142,3182,1519
-,,,,,,,,5782,10343,2954,1410
-,,,,,,,,5783,9262,2645,1262
-,,,,,,,,5784,8261,2359,1126
-,,,,,,,,5785,7589,2168,1035
-,,,,,,,,5786,7177,2049,979
-,,,,,,,,5787,6931,1979,944
-,,,,,,,,5788,6834,1952,932
-,,,,,,,,5789,6949,1984,947
-,,,,,,,,5790,7507,2144,1023
-,,,,,,,,5791,8437,2409,1151
-,,,,,,,,5792,9308,2659,1269
-,,,,,,,,5793,9933,2837,1354
-,,,,,,,,5794,10443,2983,1424
-,,,,,,,,5795,10894,3111,1485
-,,,,,,,,5796,11181,3194,1525
-,,,,,,,,5797,11371,3247,1550
-,,,,,,,,5798,11619,3318,1584
-,,,,,,,,5799,11758,3358,1603
-,,,,,,,,5800,11851,3385,1615
-,,,,,,,,5801,11920,3405,1625
-,,,,,,,,5802,11794,3368,1608
-,,,,,,,,5803,11447,3269,1560
-,,,,,,,,5804,11463,3274,1563
-,,,,,,,,5805,11445,3269,1560
-,,,,,,,,5806,10697,3055,1459
-,,,,,,,,5807,9656,2758,1317
-,,,,,,,,5808,8719,2490,1188
-,,,,,,,,5809,8020,2290,1093
-,,,,,,,,5810,7558,2158,1030
-,,,,,,,,5811,7296,2083,994
-,,,,,,,,5812,7181,2051,979
-,,,,,,,,5813,7285,2081,993
-,,,,,,,,5814,7830,2236,1067
-,,,,,,,,5815,8688,2481,1184
-,,,,,,,,5816,9589,2739,1308
-,,,,,,,,5817,10348,2955,1411
-,,,,,,,,5818,10986,3138,1498
-,,,,,,,,5819,11555,3301,1575
-,,,,,,,,5820,12029,3436,1640
-,,,,,,,,5821,12365,3531,1686
-,,,,,,,,5822,12763,3646,1740
-,,,,,,,,5823,12988,3710,1771
-,,,,,,,,5824,13109,3744,1787
-,,,,,,,,5825,13134,3751,1791
-,,,,,,,,5826,13017,3717,1775
-,,,,,,,,5827,12609,3602,1719
-,,,,,,,,5828,12453,3556,1698
-,,,,,,,,5829,12353,3528,1684
-,,,,,,,,5830,11688,3338,1594
-,,,,,,,,5831,10787,3081,1470
-,,,,,,,,5832,9800,2799,1336
-,,,,,,,,5833,8900,2542,1213
-,,,,,,,,5834,8470,2419,1155
-,,,,,,,,5835,8173,2334,1114
-,,,,,,,,5836,7967,2275,1086
-,,,,,,,,5837,7870,2248,1073
-,,,,,,,,5838,7990,2282,1089
-,,,,,,,,5839,8198,2341,1117
-,,,,,,,,5840,8827,2521,1203
-,,,,,,,,5841,9760,2788,1331
-,,,,,,,,5842,10560,3016,1439
-,,,,,,,,5843,11105,3171,1514
-,,,,,,,,5844,11474,3277,1565
-,,,,,,,,5845,11661,3331,1590
-,,,,,,,,5846,11684,3337,1593
-,,,,,,,,5847,11646,3326,1588
-,,,,,,,,5848,11548,3298,1575
-,,,,,,,,5849,11476,3278,1565
-,,,,,,,,5850,11284,3223,1539
-,,,,,,,,5851,10909,3116,1488
-,,,,,,,,5852,10830,3093,1476
-,,,,,,,,5853,10726,3063,1462
-,,,,,,,,5854,10169,2905,1387
-,,,,,,,,5855,9406,2686,1282
-,,,,,,,,5856,8594,2454,1171
-,,,,,,,,5857,7934,2266,1081
-,,,,,,,,5858,7502,2143,1023
-,,,,,,,,5859,7216,2061,984
-,,,,,,,,5860,7063,2018,963
-,,,,,,,,5861,7000,1999,954
-,,,,,,,,5862,7071,2019,964
-,,,,,,,,5863,7168,2048,977
-,,,,,,,,5864,7634,2180,1040
-,,,,,,,,5865,8385,2394,1143
-,,,,,,,,5866,9027,2578,1231
-,,,,,,,,5867,9466,2704,1291
-,,,,,,,,5868,9769,2790,1332
-,,,,,,,,5869,10015,2860,1365
-,,,,,,,,5870,10116,2890,1379
-,,,,,,,,5871,10172,2905,1387
-,,,,,,,,5872,10191,2910,1389
-,,,,,,,,5873,10210,2916,1392
-,,,,,,,,5874,10225,2920,1394
-,,,,,,,,5875,10078,2879,1374
-,,,,,,,,5876,10127,2893,1381
-,,,,,,,,5877,10072,2877,1373
-,,,,,,,,5878,9582,2736,1307
-,,,,,,,,5879,8888,2539,1212
-,,,,,,,,5880,8142,2325,1110
-,,,,,,,,5881,7547,2155,1029
-,,,,,,,,5882,7150,2042,974
-,,,,,,,,5883,6905,1973,941
-,,,,,,,,5884,6784,1938,924
-,,,,,,,,5885,6794,1941,926
-,,,,,,,,5886,6988,1996,953
-,,,,,,,,5887,7209,2058,983
-,,,,,,,,5888,7658,2187,1044
-,,,,,,,,5889,8383,2394,1143
-,,,,,,,,5890,9091,2596,1239
-,,,,,,,,5891,9592,2740,1308
-,,,,,,,,5892,9917,2832,1352
-,,,,,,,,5893,10094,2883,1376
-,,,,,,,,5894,10204,2915,1391
-,,,,,,,,5895,10277,2935,1401
-,,,,,,,,5896,10346,2955,1410
-,,,,,,,,5897,10475,2991,1428
-,,,,,,,,5898,10566,3018,1440
-,,,,,,,,5899,10476,2992,1428
-,,,,,,,,5900,10695,3055,1458
-,,,,,,,,5901,10650,3041,1452
-,,,,,,,,5902,9894,2826,1349
-,,,,,,,,5903,8919,2548,1216
-,,,,,,,,5904,8067,2304,1100
-,,,,,,,,5905,7512,2145,1024
-,,,,,,,,5906,7187,2053,979
-,,,,,,,,5907,7036,2009,959
-,,,,,,,,5908,7009,2002,955
-,,,,,,,,5909,7187,2053,979
-,,,,,,,,5910,7883,2252,1075
-,,,,,,,,5911,9145,2612,1247
-,,,,,,,,5912,10061,2874,1372
-,,,,,,,,5913,10562,3016,1440
-,,,,,,,,5914,10966,3132,1495
-,,,,,,,,5915,11295,3226,1540
-,,,,,,,,5916,11462,3274,1563
-,,,,,,,,5917,11531,3294,1572
-,,,,,,,,5918,11610,3316,1583
-,,,,,,,,5919,11591,3311,1580
-,,,,,,,,5920,11637,3324,1586
-,,,,,,,,5921,11741,3353,1600
-,,,,,,,,5922,11872,3391,1619
-,,,,,,,,5923,11910,3401,1624
-,,,,,,,,5924,12123,3462,1653
-,,,,,,,,5925,11950,3413,1629
-,,,,,,,,5926,11234,3209,1531
-,,,,,,,,5927,10226,2920,1394
-,,,,,,,,5928,9316,2660,1270
-,,,,,,,,5929,8698,2484,1186
-,,,,,,,,5930,8348,2384,1138
-,,,,,,,,5931,8179,2336,1115
-,,,,,,,,5932,8142,2325,1110
-,,,,,,,,5933,8349,2384,1138
-,,,,,,,,5934,9085,2594,1238
-,,,,,,,,5935,10443,2983,1424
-,,,,,,,,5936,11421,3262,1557
-,,,,,,,,5937,11958,3415,1631
-,,,,,,,,5938,12381,3536,1688
-,,,,,,,,5939,12594,3597,1717
-,,,,,,,,5940,12653,3614,1725
-,,,,,,,,5941,12640,3610,1723
-,,,,,,,,5942,12733,3637,1736
-,,,,,,,,5943,12829,3664,1749
-,,,,,,,,5944,12874,3677,1755
-,,,,,,,,5945,12987,3709,1771
-,,,,,,,,5946,12971,3704,1768
-,,,,,,,,5947,12738,3638,1737
-,,,,,,,,5948,12792,3653,1744
-,,,,,,,,5949,12541,3581,1710
-,,,,,,,,5950,11639,3324,1587
-,,,,,,,,5951,10435,2980,1423
-,,,,,,,,5952,9353,2671,1275
-,,,,,,,,5953,8552,2442,1166
-,,,,,,,,5954,8057,2301,1098
-,,,,,,,,5955,7773,2220,1060
-,,,,,,,,5956,7652,2185,1043
-,,,,,,,,5957,7768,2219,1059
-,,,,,,,,5958,8389,2396,1144
-,,,,,,,,5959,9517,2718,1298
-,,,,,,,,5960,10359,2959,1412
-,,,,,,,,5961,10851,3099,1479
-,,,,,,,,5962,11262,3216,1535
-,,,,,,,,5963,11646,3326,1588
-,,,,,,,,5964,11875,3391,1619
-,,,,,,,,5965,11983,3422,1634
-,,,,,,,,5966,12241,3496,1669
-,,,,,,,,5967,12441,3553,1696
-,,,,,,,,5968,12539,3581,1710
-,,,,,,,,5969,12547,3584,1711
-,,,,,,,,5970,12386,3537,1689
-,,,,,,,,5971,12149,3470,1656
-,,,,,,,,5972,12379,3536,1688
-,,,,,,,,5973,12210,3487,1665
-,,,,,,,,5974,11389,3253,1553
-,,,,,,,,5975,10267,2932,1400
-,,,,,,,,5976,9241,2639,1260
-,,,,,,,,5977,8530,2436,1163
-,,,,,,,,5978,8091,2311,1103
-,,,,,,,,5979,7826,2235,1067
-,,,,,,,,5980,7696,2199,1050
-,,,,,,,,5981,7832,2237,1068
-,,,,,,,,5982,8472,2419,1155
-,,,,,,,,5983,9618,2747,1311
-,,,,,,,,5984,10499,2999,1431
-,,,,,,,,5985,11114,3174,1515
-,,,,,,,,5986,11695,3341,1595
-,,,,,,,,5987,12264,3503,1672
-,,,,,,,,5988,12797,3655,1745
-,,,,,,,,5989,13170,3761,1796
-,,,,,,,,5990,13503,3857,1841
-,,,,,,,,5991,13742,3925,1873
-,,,,,,,,5992,13848,3955,1888
-,,,,,,,,5993,13844,3954,1888
-,,,,,,,,5994,13545,3868,1847
-,,,,,,,,5995,13090,3738,1785
-,,,,,,,,5996,13095,3740,1786
-,,,,,,,,5997,12818,3661,1747
-,,,,,,,,5998,12044,3440,1642
-,,,,,,,,5999,11020,3147,1503
-,,,,,,,,6000,9981,2850,1361
-,,,,,,,,6001,9195,2626,1253
-,,,,,,,,6002,8670,2476,1182
-,,,,,,,,6003,8355,2386,1139
-,,,,,,,,6004,8180,2336,1116
-,,,,,,,,6005,8151,2328,1111
-,,,,,,,,6006,8389,2396,1144
-,,,,,,,,6007,8754,2500,1193
-,,,,,,,,6008,9371,2676,1277
-,,,,,,,,6009,10278,2935,1401
-,,,,,,,,6010,11036,3152,1504
-,,,,,,,,6011,11592,3311,1580
-,,,,,,,,6012,11897,3397,1622
-,,,,,,,,6013,12052,3442,1643
-,,,,,,,,6014,12081,3451,1647
-,,,,,,,,6015,12057,3443,1644
-,,,,,,,,6016,12023,3433,1639
-,,,,,,,,6017,12015,3431,1638
-,,,,,,,,6018,12007,3429,1637
-,,,,,,,,6019,12024,3434,1640
-,,,,,,,,6020,12093,3453,1649
-,,,,,,,,6021,11730,3350,1600
-,,,,,,,,6022,11030,3150,1504
-,,,,,,,,6023,10037,2866,1368
-,,,,,,,,6024,9011,2574,1228
-,,,,,,,,6025,8254,2357,1126
-,,,,,,,,6026,7746,2212,1056
-,,,,,,,,6027,7383,2109,1006
-,,,,,,,,6028,7171,2048,978
-,,,,,,,,6029,7078,2021,964
-,,,,,,,,6030,7146,2041,974
-,,,,,,,,6031,7318,2090,998
-,,,,,,,,6032,7673,2191,1046
-,,,,,,,,6033,8297,2369,1131
-,,,,,,,,6034,8843,2525,1206
-,,,,,,,,6035,9180,2622,1252
-,,,,,,,,6036,9402,2685,1282
-,,,,,,,,6037,9572,2734,1305
-,,,,,,,,6038,9583,2737,1307
-,,,,,,,,6039,9638,2752,1314
-,,,,,,,,6040,9729,2779,1327
-,,,,,,,,6041,9908,2830,1351
-,,,,,,,,6042,10054,2871,1371
-,,,,,,,,6043,10017,2861,1366
-,,,,,,,,6044,10275,2935,1401
-,,,,,,,,6045,10090,2881,1376
-,,,,,,,,6046,9364,2675,1277
-,,,,,,,,6047,8473,2419,1155
-,,,,,,,,6048,7662,2189,1045
-,,,,,,,,6049,7105,2029,969
-,,,,,,,,6050,6773,1934,923
-,,,,,,,,6051,6591,1883,899
-,,,,,,,,6052,6544,1869,892
-,,,,,,,,6053,6712,1917,915
-,,,,,,,,6054,7351,2099,1002
-,,,,,,,,6055,8428,2407,1149
-,,,,,,,,6056,9177,2621,1251
-,,,,,,,,6057,9611,2745,1310
-,,,,,,,,6058,9949,2842,1357
-,,,,,,,,6059,10231,2922,1395
-,,,,,,,,6060,10363,2960,1413
-,,,,,,,,6061,10354,2957,1412
-,,,,,,,,6062,10352,2956,1411
-,,,,,,,,6063,10256,2929,1398
-,,,,,,,,6064,10153,2900,1384
-,,,,,,,,6065,10137,2895,1382
-,,,,,,,,6066,10121,2890,1380
-,,,,,,,,6067,10033,2865,1368
-,,,,,,,,6068,10293,2940,1403
-,,,,,,,,6069,10027,2864,1367
-,,,,,,,,6070,9245,2640,1261
-,,,,,,,,6071,8259,2359,1126
-,,,,,,,,6072,7385,2109,1007
-,,,,,,,,6073,6833,1952,931
-,,,,,,,,6074,6505,1858,887
-,,,,,,,,6075,6326,1807,863
-,,,,,,,,6076,6285,1795,857
-,,,,,,,,6077,6447,1841,878
-,,,,,,,,6078,7087,2024,966
-,,,,,,,,6079,8159,2330,1112
-,,,,,,,,6080,8886,2538,1212
-,,,,,,,,6081,9243,2639,1260
-,,,,,,,,6082,9537,2724,1300
-,,,,,,,,6083,9788,2795,1334
-,,,,,,,,6084,9951,2842,1357
-,,,,,,,,6085,10028,2864,1367
-,,,,,,,,6086,10152,2900,1384
-,,,,,,,,6087,10168,2904,1386
-,,,,,,,,6088,10174,2906,1387
-,,,,,,,,6089,10216,2918,1393
-,,,,,,,,6090,10216,2918,1393
-,,,,,,,,6091,10112,2888,1378
-,,,,,,,,6092,10407,2972,1418
-,,,,,,,,6093,10156,2900,1384
-,,,,,,,,6094,9358,2673,1276
-,,,,,,,,6095,8353,2385,1139
-,,,,,,,,6096,7474,2134,1019
-,,,,,,,,6097,6884,1966,939
-,,,,,,,,6098,6554,1872,893
-,,,,,,,,6099,6386,1823,870
-,,,,,,,,6100,6338,1810,864
-,,,,,,,,6101,6488,1853,884
-,,,,,,,,6102,7116,2033,970
-,,,,,,,,6103,8236,2352,1123
-,,,,,,,,6104,8979,2564,1224
-,,,,,,,,6105,9336,2666,1272
-,,,,,,,,6106,9676,2764,1319
-,,,,,,,,6107,10036,2866,1368
-,,,,,,,,6108,10290,2939,1403
-,,,,,,,,6109,10425,2977,1421
-,,,,,,,,6110,10605,3029,1446
-,,,,,,,,6111,10656,3043,1453
-,,,,,,,,6112,10692,3054,1458
-,,,,,,,,6113,10735,3065,1464
-,,,,,,,,6114,10694,3054,1458
-,,,,,,,,6115,10534,3009,1436
-,,,,,,,,6116,10838,3095,1478
-,,,,,,,,6117,10562,3016,1440
-,,,,,,,,6118,9763,2788,1331
-,,,,,,,,6119,8754,2500,1193
-,,,,,,,,6120,7826,2235,1067
-,,,,,,,,6121,7215,2060,984
-,,,,,,,,6122,6861,1959,935
-,,,,,,,,6123,6677,1907,910
-,,,,,,,,6124,6607,1887,901
-,,,,,,,,6125,6751,1928,920
-,,,,,,,,6126,7369,2104,1004
-,,,,,,,,6127,8492,2425,1157
-,,,,,,,,6128,9257,2644,1262
-,,,,,,,,6129,9757,2786,1330
-,,,,,,,,6130,10184,2909,1388
-,,,,,,,,6131,10600,3027,1445
-,,,,,,,,6132,10917,3118,1489
-,,,,,,,,6133,11116,3175,1515
-,,,,,,,,6134,11355,3243,1548
-,,,,,,,,6135,11460,3273,1562
-,,,,,,,,6136,11536,3295,1573
-,,,,,,,,6137,11582,3308,1579
-,,,,,,,,6138,11458,3272,1562
-,,,,,,,,6139,11216,3203,1530
-,,,,,,,,6140,11466,3275,1563
-,,,,,,,,6141,11167,3190,1523
-,,,,,,,,6142,10329,2950,1408
-,,,,,,,,6143,9259,2645,1262
-,,,,,,,,6144,8286,2366,1130
-,,,,,,,,6145,7606,2172,1037
-,,,,,,,,6146,7205,2058,982
-,,,,,,,,6147,6969,1990,950
-,,,,,,,,6148,6882,1965,938
-,,,,,,,,6149,7002,2000,954
-,,,,,,,,6150,7605,2172,1036
-,,,,,,,,6151,8704,2486,1186
-,,,,,,,,6152,9477,2707,1292
-,,,,,,,,6153,10008,2859,1364
-,,,,,,,,6154,10485,2995,1429
-,,,,,,,,6155,10927,3120,1489
-,,,,,,,,6156,11260,3216,1535
-,,,,,,,,6157,11476,3277,1565
-,,,,,,,,6158,11715,3346,1597
-,,,,,,,,6159,11803,3371,1609
-,,,,,,,,6160,11789,3366,1607
-,,,,,,,,6161,11697,3341,1595
-,,,,,,,,6162,11374,3248,1550
-,,,,,,,,6163,11025,3149,1503
-,,,,,,,,6164,11167,3190,1523
-,,,,,,,,6165,10839,3095,1478
-,,,,,,,,6166,10183,2908,1388
-,,,,,,,,6167,9304,2657,1268
-,,,,,,,,6168,8418,2404,1147
-,,,,,,,,6169,7742,2211,1055
-,,,,,,,,6170,7327,2093,999
-,,,,,,,,6171,7086,2023,966
-,,,,,,,,6172,6954,1986,948
-,,,,,,,,6173,6956,1987,949
-,,,,,,,,6174,7174,2048,978
-,,,,,,,,6175,7518,2147,1025
-,,,,,,,,6176,8043,2297,1096
-,,,,,,,,6177,8721,2490,1189
-,,,,,,,,6178,9179,2621,1252
-,,,,,,,,6179,9396,2684,1281
-,,,,,,,,6180,9462,2702,1290
-,,,,,,,,6181,9456,2700,1289
-,,,,,,,,6182,9389,2681,1280
-,,,,,,,,6183,9310,2659,1269
-,,,,,,,,6184,9271,2648,1264
-,,,,,,,,6185,9292,2654,1267
-,,,,,,,,6186,9294,2655,1267
-,,,,,,,,6187,9244,2640,1260
-,,,,,,,,6188,9502,2714,1295
-,,,,,,,,6189,9270,2648,1264
-,,,,,,,,6190,8736,2494,1191
-,,,,,,,,6191,8058,2301,1099
-,,,,,,,,6192,7346,2098,1001
-,,,,,,,,6193,6803,1943,928
-,,,,,,,,6194,6456,1843,880
-,,,,,,,,6195,6238,1782,850
-,,,,,,,,6196,6116,1747,833
-,,,,,,,,6197,6107,1744,833
-,,,,,,,,6198,6236,1781,850
-,,,,,,,,6199,6434,1838,877
-,,,,,,,,6200,6883,1966,939
-,,,,,,,,6201,7581,2165,1034
-,,,,,,,,6202,8111,2317,1106
-,,,,,,,,6203,8427,2407,1149
-,,,,,,,,6204,8605,2457,1173
-,,,,,,,,6205,8728,2492,1190
-,,,,,,,,6206,8723,2491,1189
-,,,,,,,,6207,8721,2491,1189
-,,,,,,,,6208,8771,2504,1196
-,,,,,,,,6209,8918,2547,1216
-,,,,,,,,6210,9142,2611,1247
-,,,,,,,,6211,9235,2637,1259
-,,,,,,,,6212,9620,2747,1312
-,,,,,,,,6213,9322,2662,1271
-,,,,,,,,6214,8617,2461,1175
-,,,,,,,,6215,7793,2225,1062
-,,,,,,,,6216,7060,2016,963
-,,,,,,,,6217,6581,1879,897
-,,,,,,,,6218,6311,1803,860
-,,,,,,,,6219,6167,1761,841
-,,,,,,,,6220,6156,1758,839
-,,,,,,,,6221,6337,1810,863
-,,,,,,,,6222,6990,1997,953
-,,,,,,,,6223,8084,2309,1102
-,,,,,,,,6224,8823,2520,1203
-,,,,,,,,6225,9243,2639,1260
-,,,,,,,,6226,9578,2735,1306
-,,,,,,,,6227,9896,2826,1349
-,,,,,,,,6228,10088,2881,1375
-,,,,,,,,6229,10186,2910,1388
-,,,,,,,,6230,10324,2949,1408
-,,,,,,,,6231,10363,2960,1413
-,,,,,,,,6232,10374,2963,1414
-,,,,,,,,6233,10401,2970,1418
-,,,,,,,,6234,10419,2975,1420
-,,,,,,,,6235,10397,2970,1418
-,,,,,,,,6236,10738,3066,1464
-,,,,,,,,6237,10335,2951,1409
-,,,,,,,,6238,9517,2718,1298
-,,,,,,,,6239,8510,2430,1160
-,,,,,,,,6240,7628,2179,1040
-,,,,,,,,6241,7060,2017,963
-,,,,,,,,6242,6715,1918,915
-,,,,,,,,6243,6531,1865,890
-,,,,,,,,6244,6496,1855,885
-,,,,,,,,6245,6675,1907,910
-,,,,,,,,6246,7353,2100,1002
-,,,,,,,,6247,8559,2444,1166
-,,,,,,,,6248,9377,2678,1278
-,,,,,,,,6249,9834,2809,1341
-,,,,,,,,6250,10178,2907,1388
-,,,,,,,,6251,10492,2996,1430
-,,,,,,,,6252,10660,3045,1454
-,,,,,,,,6253,10721,3062,1462
-,,,,,,,,6254,10822,3091,1475
-,,,,,,,,6255,10789,3081,1471
-,,,,,,,,6256,10771,3076,1469
-,,,,,,,,6257,10897,3112,1485
-,,,,,,,,6258,11077,3164,1510
-,,,,,,,,6259,11211,3202,1529
-,,,,,,,,6260,11322,3234,1544
-,,,,,,,,6261,10907,3115,1487
-,,,,,,,,6262,10121,2890,1380
-,,,,,,,,6263,9136,2609,1246
-,,,,,,,,6264,8290,2368,1130
-,,,,,,,,6265,7701,2199,1050
-,,,,,,,,6266,7349,2099,1002
-,,,,,,,,6267,7136,2038,973
-,,,,,,,,6268,7048,2013,961
-,,,,,,,,6269,7146,2041,974
-,,,,,,,,6270,7725,2207,1053
-,,,,,,,,6271,8858,2530,1207
-,,,,,,,,6272,9564,2731,1304
-,,,,,,,,6273,9817,2804,1338
-,,,,,,,,6274,9991,2854,1363
-,,,,,,,,6275,10172,2905,1387
-,,,,,,,,6276,10290,2939,1403
-,,,,,,,,6277,10319,2947,1407
-,,,,,,,,6278,10390,2967,1417
-,,,,,,,,6279,10345,2955,1410
-,,,,,,,,6280,10288,2938,1403
-,,,,,,,,6281,10273,2934,1401
-,,,,,,,,6282,10190,2910,1389
-,,,,,,,,6283,10114,2889,1379
-,,,,,,,,6284,10460,2987,1426
-,,,,,,,,6285,10098,2884,1377
-,,,,,,,,6286,9324,2663,1271
-,,,,,,,,6287,8311,2374,1133
-,,,,,,,,6288,7446,2127,1015
-,,,,,,,,6289,6852,1957,934
-,,,,,,,,6290,6528,1864,890
-,,,,,,,,6291,6352,1813,866
-,,,,,,,,6292,6300,1799,858
-,,,,,,,,6293,6464,1846,881
-,,,,,,,,6294,7103,2028,969
-,,,,,,,,6295,8272,2363,1128
-,,,,,,,,6296,8961,2559,1222
-,,,,,,,,6297,9270,2647,1264
-,,,,,,,,6298,9497,2712,1295
-,,,,,,,,6299,9725,2777,1326
-,,,,,,,,6300,9828,2807,1340
-,,,,,,,,6301,9828,2807,1340
-,,,,,,,,6302,9897,2827,1349
-,,,,,,,,6303,9850,2813,1343
-,,,,,,,,6304,9775,2791,1332
-,,,,,,,,6305,9759,2787,1330
-,,,,,,,,6306,9755,2785,1330
-,,,,,,,,6307,9821,2805,1338
-,,,,,,,,6308,10216,2918,1393
-,,,,,,,,6309,9899,2827,1349
-,,,,,,,,6310,9176,2620,1251
-,,,,,,,,6311,8219,2347,1120
-,,,,,,,,6312,7353,2100,1002
-,,,,,,,,6313,6784,1938,924
-,,,,,,,,6314,6472,1848,882
-,,,,,,,,6315,6306,1801,859
-,,,,,,,,6316,6263,1788,853
-,,,,,,,,6317,6421,1833,875
-,,,,,,,,6318,7043,2012,960
-,,,,,,,,6319,8240,2354,1123
-,,,,,,,,6320,8962,2559,1222
-,,,,,,,,6321,9291,2654,1267
-,,,,,,,,6322,9519,2719,1298
-,,,,,,,,6323,9705,2772,1323
-,,,,,,,,6324,9764,2789,1331
-,,,,,,,,6325,9780,2793,1333
-,,,,,,,,6326,9797,2798,1336
-,,,,,,,,6327,9753,2785,1329
-,,,,,,,,6328,9693,2768,1322
-,,,,,,,,6329,9664,2760,1318
-,,,,,,,,6330,9594,2740,1308
-,,,,,,,,6331,9614,2745,1311
-,,,,,,,,6332,9900,2828,1350
-,,,,,,,,6333,9584,2737,1307
-,,,,,,,,6334,8975,2563,1223
-,,,,,,,,6335,8193,2339,1117
-,,,,,,,,6336,7395,2112,1008
-,,,,,,,,6337,6817,1947,929
-,,,,,,,,6338,6472,1848,882
-,,,,,,,,6339,6275,1792,855
-,,,,,,,,6340,6205,1772,846
-,,,,,,,,6341,6224,1778,848
-,,,,,,,,6342,6446,1841,878
-,,,,,,,,6343,6869,1962,936
-,,,,,,,,6344,7419,2119,1011
-,,,,,,,,6345,8119,2319,1107
-,,,,,,,,6346,8605,2458,1173
-,,,,,,,,6347,8856,2529,1207
-,,,,,,,,6348,8928,2550,1217
-,,,,,,,,6349,8926,2549,1217
-,,,,,,,,6350,8861,2531,1208
-,,,,,,,,6351,8833,2523,1204
-,,,,,,,,6352,8831,2522,1204
-,,,,,,,,6353,8917,2547,1216
-,,,,,,,,6354,9046,2584,1233
-,,,,,,,,6355,9261,2645,1262
-,,,,,,,,6356,9555,2729,1302
-,,,,,,,,6357,9280,2650,1265
-,,,,,,,,6358,8816,2518,1202
-,,,,,,,,6359,8170,2333,1114
-,,,,,,,,6360,7473,2134,1019
-,,,,,,,,6361,6985,1995,952
-,,,,,,,,6362,6616,1889,902
-,,,,,,,,6363,6403,1828,873
-,,,,,,,,6364,6295,1798,858
-,,,,,,,,6365,6265,1789,854
-,,,,,,,,6366,6390,1825,871
-,,,,,,,,6367,6614,1889,902
-,,,,,,,,6368,7001,1999,954
-,,,,,,,,6369,7656,2187,1044
-,,,,,,,,6370,8168,2333,1114
-,,,,,,,,6371,8466,2418,1154
-,,,,,,,,6372,8621,2462,1175
-,,,,,,,,6373,8680,2479,1183
-,,,,,,,,6374,8645,2469,1179
-,,,,,,,,6375,8623,2463,1176
-,,,,,,,,6376,8654,2471,1180
-,,,,,,,,6377,8782,2508,1197
-,,,,,,,,6378,9006,2572,1227
-,,,,,,,,6379,9215,2632,1257
-,,,,,,,,6380,9599,2741,1308
-,,,,,,,,6381,9233,2637,1259
-,,,,,,,,6382,8526,2435,1162
-,,,,,,,,6383,7755,2215,1057
-,,,,,,,,6384,7018,2004,957
-,,,,,,,,6385,6482,1851,883
-,,,,,,,,6386,6173,1763,842
-,,,,,,,,6387,6027,1721,822
-,,,,,,,,6388,6010,1716,819
-,,,,,,,,6389,6194,1769,844
-,,,,,,,,6390,6870,1962,936
-,,,,,,,,6391,8095,2312,1104
-,,,,,,,,6392,8847,2527,1206
-,,,,,,,,6393,9186,2624,1252
-,,,,,,,,6394,9431,2694,1286
-,,,,,,,,6395,9638,2753,1314
-,,,,,,,,6396,9755,2786,1330
-,,,,,,,,6397,9773,2791,1332
-,,,,,,,,6398,9809,2801,1338
-,,,,,,,,6399,9733,2780,1327
-,,,,,,,,6400,9658,2758,1317
-,,,,,,,,6401,9665,2760,1318
-,,,,,,,,6402,9762,2788,1331
-,,,,,,,,6403,9948,2841,1356
-,,,,,,,,6404,10290,2939,1403
-,,,,,,,,6405,9840,2810,1342
-,,,,,,,,6406,9050,2584,1234
-,,,,,,,,6407,8079,2307,1101
-,,,,,,,,6408,7235,2066,986
-,,,,,,,,6409,6687,1910,912
-,,,,,,,,6410,6397,1827,872
-,,,,,,,,6411,6238,1782,850
-,,,,,,,,6412,6213,1774,847
-,,,,,,,,6413,6384,1823,870
-,,,,,,,,6414,7054,2014,962
-,,,,,,,,6415,8306,2372,1132
-,,,,,,,,6416,9023,2577,1230
-,,,,,,,,6417,9284,2651,1266
-,,,,,,,,6418,9473,2705,1292
-,,,,,,,,6419,9685,2766,1320
-,,,,,,,,6420,9773,2791,1332
-,,,,,,,,6421,9791,2796,1335
-,,,,,,,,6422,9850,2813,1343
-,,,,,,,,6423,9823,2805,1339
-,,,,,,,,6424,9786,2795,1334
-,,,,,,,,6425,9834,2809,1341
-,,,,,,,,6426,9877,2821,1347
-,,,,,,,,6427,10061,2874,1372
-,,,,,,,,6428,10383,2965,1416
-,,,,,,,,6429,9939,2839,1355
-,,,,,,,,6430,9197,2626,1254
-,,,,,,,,6431,8227,2349,1121
-,,,,,,,,6432,7399,2113,1009
-,,,,,,,,6433,6841,1953,933
-,,,,,,,,6434,6540,1868,892
-,,,,,,,,6435,6390,1825,871
-,,,,,,,,6436,6355,1815,866
-,,,,,,,,6437,6550,1871,893
-,,,,,,,,6438,7208,2058,983
-,,,,,,,,6439,8429,2407,1149
-,,,,,,,,6440,9201,2628,1254
-,,,,,,,,6441,9612,2745,1310
-,,,,,,,,6442,9927,2835,1353
-,,,,,,,,6443,10206,2915,1391
-,,,,,,,,6444,10325,2949,1408
-,,,,,,,,6445,10347,2955,1411
-,,,,,,,,6446,10380,2965,1415
-,,,,,,,,6447,10316,2946,1407
-,,,,,,,,6448,10218,2919,1393
-,,,,,,,,6449,10280,2936,1402
-,,,,,,,,6450,10446,2983,1424
-,,,,,,,,6451,10670,3047,1454
-,,,,,,,,6452,10774,3077,1469
-,,,,,,,,6453,10328,2950,1408
-,,,,,,,,6454,9580,2736,1306
-,,,,,,,,6455,8611,2459,1174
-,,,,,,,,6456,7745,2212,1055
-,,,,,,,,6457,7157,2044,975
-,,,,,,,,6458,6828,1950,931
-,,,,,,,,6459,6623,1892,903
-,,,,,,,,6460,6565,1875,895
-,,,,,,,,6461,6716,1918,915
-,,,,,,,,6462,7404,2114,1010
-,,,,,,,,6463,8655,2472,1180
-,,,,,,,,6464,9363,2675,1277
-,,,,,,,,6465,9676,2763,1319
-,,,,,,,,6466,9885,2824,1348
-,,,,,,,,6467,10067,2875,1373
-,,,,,,,,6468,10162,2902,1385
-,,,,,,,,6469,10169,2905,1387
-,,,,,,,,6470,10193,2911,1389
-,,,,,,,,6471,10130,2893,1381
-,,,,,,,,6472,10056,2872,1371
-,,,,,,,,6473,10027,2864,1367
-,,,,,,,,6474,9979,2850,1361
-,,,,,,,,6475,10143,2897,1383
-,,,,,,,,6476,10425,2977,1421
-,,,,,,,,6477,10008,2858,1364
-,,,,,,,,6478,9269,2647,1263
-,,,,,,,,6479,8323,2377,1135
-,,,,,,,,6480,7457,2129,1016
-,,,,,,,,6481,6870,1962,937
-,,,,,,,,6482,6531,1865,890
-,,,,,,,,6483,6348,1813,865
-,,,,,,,,6484,6304,1800,859
-,,,,,,,,6485,6460,1845,880
-,,,,,,,,6486,7072,2020,964
-,,,,,,,,6487,8317,2375,1134
-,,,,,,,,6488,9111,2602,1242
-,,,,,,,,6489,9483,2709,1292
-,,,,,,,,6490,9702,2770,1322
-,,,,,,,,6491,9868,2819,1345
-,,,,,,,,6492,9943,2840,1356
-,,,,,,,,6493,9924,2835,1353
-,,,,,,,,6494,9925,2835,1353
-,,,,,,,,6495,9825,2806,1339
-,,,,,,,,6496,9772,2790,1332
-,,,,,,,,6497,9811,2802,1338
-,,,,,,,,6498,9906,2830,1351
-,,,,,,,,6499,10059,2873,1372
-,,,,,,,,6500,10014,2860,1365
-,,,,,,,,6501,9580,2736,1306
-,,,,,,,,6502,8999,2570,1226
-,,,,,,,,6503,8249,2356,1125
-,,,,,,,,6504,7472,2134,1019
-,,,,,,,,6505,6874,1963,937
-,,,,,,,,6506,6522,1863,889
-,,,,,,,,6507,6319,1804,861
-,,,,,,,,6508,6221,1777,848
-,,,,,,,,6509,6240,1782,851
-,,,,,,,,6510,6485,1852,883
-,,,,,,,,6511,6945,1983,947
-,,,,,,,,6512,7528,2150,1026
-,,,,,,,,6513,8221,2348,1120
-,,,,,,,,6514,8709,2487,1187
-,,,,,,,,6515,8956,2558,1221
-,,,,,,,,6516,9003,2571,1227
-,,,,,,,,6517,8944,2555,1219
-,,,,,,,,6518,8800,2514,1200
-,,,,,,,,6519,8686,2480,1184
-,,,,,,,,6520,8619,2461,1175
-,,,,,,,,6521,8700,2484,1186
-,,,,,,,,6522,8897,2541,1213
-,,,,,,,,6523,9191,2625,1253
-,,,,,,,,6524,9270,2648,1264
-,,,,,,,,6525,8960,2559,1222
-,,,,,,,,6526,8493,2425,1158
-,,,,,,,,6527,7869,2247,1073
-,,,,,,,,6528,7184,2052,979
-,,,,,,,,6529,6650,1899,907
-,,,,,,,,6530,6310,1802,860
-,,,,,,,,6531,6116,1747,833
-,,,,,,,,6532,6015,1718,820
-,,,,,,,,6533,6017,1718,820
-,,,,,,,,6534,6164,1760,840
-,,,,,,,,6535,6484,1852,883
-,,,,,,,,6536,6919,1976,944
-,,,,,,,,6537,7611,2174,1038
-,,,,,,,,6538,8217,2347,1120
-,,,,,,,,6539,8598,2455,1172
-,,,,,,,,6540,8807,2515,1201
-,,,,,,,,6541,8901,2542,1213
-,,,,,,,,6542,8810,2516,1202
-,,,,,,,,6543,8748,2498,1192
-,,,,,,,,6544,8693,2483,1185
-,,,,,,,,6545,8816,2518,1202
-,,,,,,,,6546,9005,2572,1227
-,,,,,,,,6547,9370,2676,1277
-,,,,,,,,6548,9588,2738,1308
-,,,,,,,,6549,9206,2629,1255
-,,,,,,,,6550,8514,2431,1161
-,,,,,,,,6551,7732,2209,1054
-,,,,,,,,6552,7004,2000,954
-,,,,,,,,6553,6483,1852,883
-,,,,,,,,6554,6200,1771,845
-,,,,,,,,6555,6081,1737,829
-,,,,,,,,6556,6059,1730,826
-,,,,,,,,6557,6262,1788,853
-,,,,,,,,6558,6965,1989,949
-,,,,,,,,6559,8239,2353,1123
-,,,,,,,,6560,8967,2561,1222
-,,,,,,,,6561,9263,2645,1262
-,,,,,,,,6562,9483,2708,1292
-,,,,,,,,6563,9682,2765,1320
-,,,,,,,,6564,9771,2790,1332
-,,,,,,,,6565,9779,2793,1333
-,,,,,,,,6566,9784,2795,1334
-,,,,,,,,6567,9722,2776,1325
-,,,,,,,,6568,9661,2759,1317
-,,,,,,,,6569,9691,2767,1321
-,,,,,,,,6570,9852,2814,1343
-,,,,,,,,6571,10221,2919,1393
-,,,,,,,,6572,10419,2975,1420
-,,,,,,,,6573,9967,2846,1359
-,,,,,,,,6574,9184,2623,1252
-,,,,,,,,6575,8212,2345,1120
-,,,,,,,,6576,7338,2096,1000
-,,,,,,,,6577,6757,1929,921
-,,,,,,,,6578,6447,1841,878
-,,,,,,,,6579,6292,1797,858
-,,,,,,,,6580,6262,1788,853
-,,,,,,,,6581,6442,1840,878
-,,,,,,,,6582,7086,2023,966
-,,,,,,,,6583,8373,2391,1141
-,,,,,,,,6584,9087,2595,1239
-,,,,,,,,6585,9391,2682,1280
-,,,,,,,,6586,9616,2746,1311
-,,,,,,,,6587,9844,2811,1342
-,,,,,,,,6588,9981,2850,1361
-,,,,,,,,6589,9998,2855,1363
-,,,,,,,,6590,10029,2865,1368
-,,,,,,,,6591,9955,2843,1358
-,,,,,,,,6592,9902,2828,1350
-,,,,,,,,6593,9965,2846,1358
-,,,,,,,,6594,10180,2907,1388
-,,,,,,,,6595,10513,3002,1434
-,,,,,,,,6596,10524,3005,1435
-,,,,,,,,6597,10055,2871,1371
-,,,,,,,,6598,9314,2660,1270
-,,,,,,,,6599,8351,2385,1138
-,,,,,,,,6600,7497,2141,1022
-,,,,,,,,6601,6914,1974,943
-,,,,,,,,6602,6605,1887,900
-,,,,,,,,6603,6463,1846,881
-,,,,,,,,6604,6437,1838,878
-,,,,,,,,6605,6610,1888,901
-,,,,,,,,6606,7272,2077,991
-,,,,,,,,6607,8580,2450,1170
-,,,,,,,,6608,9413,2688,1283
-,,,,,,,,6609,9709,2773,1323
-,,,,,,,,6610,9944,2840,1356
-,,,,,,,,6611,10152,2900,1384
-,,,,,,,,6612,10248,2927,1397
-,,,,,,,,6613,10226,2920,1394
-,,,,,,,,6614,10244,2925,1397
-,,,,,,,,6615,10178,2907,1388
-,,,,,,,,6616,10136,2895,1382
-,,,,,,,,6617,10202,2914,1391
-,,,,,,,,6618,10409,2973,1419
-,,,,,,,,6619,10739,3067,1464
-,,,,,,,,6620,10724,3063,1462
-,,,,,,,,6621,10321,2948,1407
-,,,,,,,,6622,9539,2725,1301
-,,,,,,,,6623,8633,2465,1176
-,,,,,,,,6624,7762,2217,1058
-,,,,,,,,6625,7119,2033,970
-,,,,,,,,6626,6770,1933,923
-,,,,,,,,6627,6596,1884,899
-,,,,,,,,6628,6550,1871,893
-,,,,,,,,6629,6707,1916,914
-,,,,,,,,6630,7365,2103,1004
-,,,,,,,,6631,8690,2482,1185
-,,,,,,,,6632,9534,2723,1300
-,,,,,,,,6633,9858,2815,1344
-,,,,,,,,6634,10090,2882,1376
-,,,,,,,,6635,10284,2937,1402
-,,,,,,,,6636,10372,2962,1414
-,,,,,,,,6637,10346,2955,1410
-,,,,,,,,6638,10327,2950,1408
-,,,,,,,,6639,10220,2919,1393
-,,,,,,,,6640,10143,2897,1383
-,,,,,,,,6641,10201,2914,1391
-,,,,,,,,6642,10396,2969,1418
-,,,,,,,,6643,10709,3058,1460
-,,,,,,,,6644,10670,3047,1454
-,,,,,,,,6645,10245,2926,1397
-,,,,,,,,6646,9538,2724,1300
-,,,,,,,,6647,8614,2459,1174
-,,,,,,,,6648,7718,2204,1052
-,,,,,,,,6649,7112,2031,969
-,,,,,,,,6650,6763,1932,922
-,,,,,,,,6651,6565,1875,895
-,,,,,,,,6652,6513,1860,888
-,,,,,,,,6653,6665,1903,909
-,,,,,,,,6654,7258,2073,989
-,,,,,,,,6655,8475,2420,1156
-,,,,,,,,6656,9224,2635,1257
-,,,,,,,,6657,9576,2735,1306
-,,,,,,,,6658,9892,2825,1348
-,,,,,,,,6659,10180,2908,1388
-,,,,,,,,6660,10334,2951,1408
-,,,,,,,,6661,10361,2959,1413
-,,,,,,,,6662,10405,2971,1418
-,,,,,,,,6663,10361,2959,1413
-,,,,,,,,6664,10294,2940,1403
-,,,,,,,,6665,10214,2917,1393
-,,,,,,,,6666,10085,2880,1375
-,,,,,,,,6667,10302,2942,1404
-,,,,,,,,6668,10387,2966,1416
-,,,,,,,,6669,9970,2847,1359
-,,,,,,,,6670,9376,2678,1278
-,,,,,,,,6671,8601,2456,1172
-,,,,,,,,6672,7793,2225,1062
-,,,,,,,,6673,7165,2046,977
-,,,,,,,,6674,6760,1931,922
-,,,,,,,,6675,6530,1865,890
-,,,,,,,,6676,6427,1835,876
-,,,,,,,,6677,6430,1837,877
-,,,,,,,,6678,6633,1894,904
-,,,,,,,,6679,7079,2022,965
-,,,,,,,,6680,7591,2168,1035
-,,,,,,,,6681,8309,2373,1133
-,,,,,,,,6682,8834,2523,1204
-,,,,,,,,6683,9125,2606,1244
-,,,,,,,,6684,9270,2648,1264
-,,,,,,,,6685,9282,2651,1266
-,,,,,,,,6686,9212,2631,1256
-,,,,,,,,6687,9149,2613,1247
-,,,,,,,,6688,9114,2603,1242
-,,,,,,,,6689,9193,2625,1253
-,,,,,,,,6690,9369,2675,1277
-,,,,,,,,6691,9554,2729,1302
-,,,,,,,,6692,9457,2700,1289
-,,,,,,,,6693,9063,2588,1236
-,,,,,,,,6694,8574,2449,1169
-,,,,,,,,6695,7900,2256,1077
-,,,,,,,,6696,7209,2058,983
-,,,,,,,,6697,6656,1901,908
-,,,,,,,,6698,6311,1803,860
-,,,,,,,,6699,6115,1746,833
-,,,,,,,,6700,6027,1721,822
-,,,,,,,,6701,6028,1722,822
-,,,,,,,,6702,6158,1758,839
-,,,,,,,,6703,6450,1842,879
-,,,,,,,,6704,6856,1958,934
-,,,,,,,,6705,7512,2145,1024
-,,,,,,,,6706,7980,2279,1088
-,,,,,,,,6707,8235,2352,1122
-,,,,,,,,6708,8363,2389,1140
-,,,,,,,,6709,8453,2414,1152
-,,,,,,,,6710,8448,2413,1151
-,,,,,,,,6711,8450,2413,1152
-,,,,,,,,6712,8488,2424,1157
-,,,,,,,,6713,8644,2469,1178
-,,,,,,,,6714,8863,2531,1208
-,,,,,,,,6715,9321,2662,1271
-,,,,,,,,6716,9296,2655,1267
-,,,,,,,,6717,8942,2554,1219
-,,,,,,,,6718,8377,2392,1142
-,,,,,,,,6719,7701,2199,1050
-,,,,,,,,6720,7033,2008,959
-,,,,,,,,6721,6528,1864,890
-,,,,,,,,6722,6230,1779,849
-,,,,,,,,6723,6090,1739,830
-,,,,,,,,6724,6072,1734,827
-,,,,,,,,6725,6225,1778,848
-,,,,,,,,6726,6689,1910,912
-,,,,,,,,6727,7495,2140,1022
-,,,,,,,,6728,8192,2339,1117
-,,,,,,,,6729,8756,2501,1194
-,,,,,,,,6730,9137,2610,1246
-,,,,,,,,6731,9358,2673,1276
-,,,,,,,,6732,9429,2693,1286
-,,,,,,,,6733,9370,2676,1277
-,,,,,,,,6734,9324,2663,1271
-,,,,,,,,6735,9261,2645,1262
-,,,,,,,,6736,9202,2628,1254
-,,,,,,,,6737,9323,2663,1271
-,,,,,,,,6738,9661,2760,1318
-,,,,,,,,6739,10218,2918,1393
-,,,,,,,,6740,10256,2929,1398
-,,,,,,,,6741,9802,2799,1336
-,,,,,,,,6742,9048,2584,1233
-,,,,,,,,6743,8118,2319,1106
-,,,,,,,,6744,7289,2082,994
-,,,,,,,,6745,6718,1918,916
-,,,,,,,,6746,6412,1831,874
-,,,,,,,,6747,6271,1791,855
-,,,,,,,,6748,6251,1785,852
-,,,,,,,,6749,6441,1839,878
-,,,,,,,,6750,7129,2036,972
-,,,,,,,,6751,8475,2420,1156
-,,,,,,,,6752,9271,2648,1264
-,,,,,,,,6753,9514,2717,1297
-,,,,,,,,6754,9664,2760,1318
-,,,,,,,,6755,9782,2794,1333
-,,,,,,,,6756,9832,2808,1340
-,,,,,,,,6757,9795,2797,1335
-,,,,,,,,6758,9784,2795,1334
-,,,,,,,,6759,9695,2769,1322
-,,,,,,,,6760,9635,2751,1313
-,,,,,,,,6761,9721,2776,1325
-,,,,,,,,6762,10006,2858,1364
-,,,,,,,,6763,10501,2999,1432
-,,,,,,,,6764,10482,2994,1429
-,,,,,,,,6765,10012,2860,1365
-,,,,,,,,6766,9232,2636,1258
-,,,,,,,,6767,8251,2356,1125
-,,,,,,,,6768,7381,2108,1006
-,,,,,,,,6769,6823,1948,930
-,,,,,,,,6770,6517,1861,888
-,,,,,,,,6771,6367,1818,868
-,,,,,,,,6772,6331,1808,863
-,,,,,,,,6773,6506,1858,887
-,,,,,,,,6774,7168,2048,977
-,,,,,,,,6775,8501,2428,1159
-,,,,,,,,6776,9336,2666,1272
-,,,,,,,,6777,9573,2734,1305
-,,,,,,,,6778,9726,2778,1326
-,,,,,,,,6779,9869,2819,1345
-,,,,,,,,6780,9935,2838,1354
-,,,,,,,,6781,9920,2833,1353
-,,,,,,,,6782,9921,2834,1353
-,,,,,,,,6783,9864,2817,1345
-,,,,,,,,6784,9830,2807,1340
-,,,,,,,,6785,9937,2838,1355
-,,,,,,,,6786,10163,2902,1386
-,,,,,,,,6787,10544,3011,1438
-,,,,,,,,6788,10513,3002,1434
-,,,,,,,,6789,10044,2869,1369
-,,,,,,,,6790,9283,2651,1266
-,,,,,,,,6791,8311,2374,1133
-,,,,,,,,6792,7430,2122,1013
-,,,,,,,,6793,6848,1956,934
-,,,,,,,,6794,6538,1867,891
-,,,,,,,,6795,6368,1818,868
-,,,,,,,,6796,6352,1814,866
-,,,,,,,,6797,6540,1868,892
-,,,,,,,,6798,7214,2060,984
-,,,,,,,,6799,8543,2440,1165
-,,,,,,,,6800,9247,2641,1261
-,,,,,,,,6801,9440,2696,1287
-,,,,,,,,6802,9530,2722,1299
-,,,,,,,,6803,9579,2735,1306
-,,,,,,,,6804,9570,2733,1305
-,,,,,,,,6805,9509,2715,1297
-,,,,,,,,6806,9486,2710,1293
-,,,,,,,,6807,9369,2675,1277
-,,,,,,,,6808,9297,2655,1267
-,,,,,,,,6809,9332,2665,1272
-,,,,,,,,6810,9543,2725,1301
-,,,,,,,,6811,10152,2900,1384
-,,,,,,,,6812,10323,2948,1408
-,,,,,,,,6813,9955,2843,1358
-,,,,,,,,6814,9241,2639,1260
-,,,,,,,,6815,8372,2391,1141
-,,,,,,,,6816,7532,2151,1027
-,,,,,,,,6817,6919,1976,944
-,,,,,,,,6818,6601,1885,900
-,,,,,,,,6819,6439,1839,878
-,,,,,,,,6820,6409,1830,873
-,,,,,,,,6821,6575,1878,896
-,,,,,,,,6822,7244,2069,988
-,,,,,,,,6823,8549,2441,1166
-,,,,,,,,6824,9279,2650,1265
-,,,,,,,,6825,9495,2711,1294
-,,,,,,,,6826,9685,2766,1320
-,,,,,,,,6827,9844,2811,1342
-,,,,,,,,6828,9877,2820,1347
-,,,,,,,,6829,9785,2795,1334
-,,,,,,,,6830,9703,2771,1322
-,,,,,,,,6831,9504,2715,1296
-,,,,,,,,6832,9356,2672,1276
-,,,,,,,,6833,9370,2676,1277
-,,,,,,,,6834,9575,2735,1305
-,,,,,,,,6835,10105,2886,1378
-,,,,,,,,6836,10165,2903,1386
-,,,,,,,,6837,9821,2805,1339
-,,,,,,,,6838,9297,2655,1267
-,,,,,,,,6839,8541,2439,1165
-,,,,,,,,6840,7776,2221,1060
-,,,,,,,,6841,7191,2054,980
-,,,,,,,,6842,6879,1965,938
-,,,,,,,,6843,6724,1920,917
-,,,,,,,,6844,6666,1903,909
-,,,,,,,,6845,6748,1927,920
-,,,,,,,,6846,7044,2012,960
-,,,,,,,,6847,7571,2162,1032
-,,,,,,,,6848,8141,2325,1110
-,,,,,,,,6849,8734,2494,1191
-,,,,,,,,6850,9001,2571,1227
-,,,,,,,,6851,9039,2582,1232
-,,,,,,,,6852,8917,2546,1216
-,,,,,,,,6853,8728,2493,1190
-,,,,,,,,6854,8523,2434,1162
-,,,,,,,,6855,8361,2388,1140
-,,,,,,,,6856,8316,2375,1134
-,,,,,,,,6857,8454,2414,1152
-,,,,,,,,6858,8810,2516,1202
-,,,,,,,,6859,9471,2704,1291
-,,,,,,,,6860,9488,2710,1293
-,,,,,,,,6861,9205,2629,1255
-,,,,,,,,6862,8742,2497,1191
-,,,,,,,,6863,8115,2318,1106
-,,,,,,,,6864,7452,2128,1016
-,,,,,,,,6865,6914,1974,943
-,,,,,,,,6866,6548,1870,893
-,,,,,,,,6867,6368,1818,868
-,,,,,,,,6868,6271,1791,855
-,,,,,,,,6869,6272,1791,855
-,,,,,,,,6870,6432,1837,877
-,,,,,,,,6871,6777,1936,923
-,,,,,,,,6872,7254,2072,989
-,,,,,,,,6873,7927,2264,1080
-,,,,,,,,6874,8483,2423,1156
-,,,,,,,,6875,8799,2513,1200
-,,,,,,,,6876,8974,2563,1223
-,,,,,,,,6877,9012,2574,1229
-,,,,,,,,6878,8904,2543,1214
-,,,,,,,,6879,8763,2503,1195
-,,,,,,,,6880,8696,2484,1186
-,,,,,,,,6881,8809,2516,1201
-,,,,,,,,6882,9089,2596,1239
-,,,,,,,,6883,9668,2761,1318
-,,,,,,,,6884,9709,2773,1323
-,,,,,,,,6885,9332,2665,1272
-,,,,,,,,6886,8614,2459,1174
-,,,,,,,,6887,7822,2234,1066
-,,,,,,,,6888,7108,2030,969
-,,,,,,,,6889,6609,1888,901
-,,,,,,,,6890,6360,1816,867
-,,,,,,,,6891,6251,1785,852
-,,,,,,,,6892,6247,1784,852
-,,,,,,,,6893,6447,1841,878
-,,,,,,,,6894,7148,2042,974
-,,,,,,,,6895,8479,2421,1156
-,,,,,,,,6896,9252,2642,1262
-,,,,,,,,6897,9501,2714,1295
-,,,,,,,,6898,9791,2796,1335
-,,,,,,,,6899,9989,2853,1362
-,,,,,,,,6900,10073,2877,1373
-,,,,,,,,6901,10059,2873,1372
-,,,,,,,,6902,10071,2876,1373
-,,,,,,,,6903,9979,2850,1360
-,,,,,,,,6904,9909,2830,1351
-,,,,,,,,6905,9971,2848,1359
-,,,,,,,,6906,10271,2934,1400
-,,,,,,,,6907,10775,3077,1469
-,,,,,,,,6908,10623,3034,1449
-,,,,,,,,6909,10107,2886,1378
-,,,,,,,,6910,9318,2661,1270
-,,,,,,,,6911,8351,2385,1138
-,,,,,,,,6912,7509,2144,1024
-,,,,,,,,6913,6933,1980,945
-,,,,,,,,6914,6601,1885,900
-,,,,,,,,6915,6414,1832,874
-,,,,,,,,6916,6340,1810,864
-,,,,,,,,6917,6463,1846,881
-,,,,,,,,6918,7074,2020,964
-,,,,,,,,6919,8360,2388,1140
-,,,,,,,,6920,9155,2614,1248
-,,,,,,,,6921,9305,2658,1268
-,,,,,,,,6922,9414,2689,1283
-,,,,,,,,6923,9547,2726,1302
-,,,,,,,,6924,9579,2735,1306
-,,,,,,,,6925,9511,2716,1297
-,,,,,,,,6926,9483,2708,1292
-,,,,,,,,6927,9361,2674,1277
-,,,,,,,,6928,9284,2651,1266
-,,,,,,,,6929,9371,2676,1277
-,,,,,,,,6930,9662,2760,1318
-,,,,,,,,6931,10331,2950,1408
-,,,,,,,,6932,10346,2955,1410
-,,,,,,,,6933,9935,2837,1354
-,,,,,,,,6934,9175,2620,1251
-,,,,,,,,6935,8327,2378,1136
-,,,,,,,,6936,7525,2149,1026
-,,,,,,,,6937,6909,1973,942
-,,,,,,,,6938,6616,1889,902
-,,,,,,,,6939,6489,1853,884
-,,,,,,,,6940,6478,1850,883
-,,,,,,,,6941,6687,1910,912
-,,,,,,,,6942,7393,2112,1008
-,,,,,,,,6943,8775,2506,1196
-,,,,,,,,6944,9497,2712,1295
-,,,,,,,,6945,9625,2749,1312
-,,,,,,,,6946,9630,2750,1312
-,,,,,,,,6947,9656,2758,1317
-,,,,,,,,6948,9617,2746,1311
-,,,,,,,,6949,9548,2727,1302
-,,,,,,,,6950,9525,2720,1298
-,,,,,,,,6951,9429,2693,1286
-,,,,,,,,6952,9358,2672,1276
-,,,,,,,,6953,9396,2684,1281
-,,,,,,,,6954,9674,2763,1319
-,,,,,,,,6955,10346,2955,1410
-,,,,,,,,6956,10339,2953,1409
-,,,,,,,,6957,9933,2837,1354
-,,,,,,,,6958,9213,2631,1256
-,,,,,,,,6959,8227,2349,1121
-,,,,,,,,6960,7412,2117,1010
-,,,,,,,,6961,6859,1958,935
-,,,,,,,,6962,6568,1876,895
-,,,,,,,,6963,6443,1840,878
-,,,,,,,,6964,6412,1831,874
-,,,,,,,,6965,6613,1888,902
-,,,,,,,,6966,7306,2087,996
-,,,,,,,,6967,8690,2482,1185
-,,,,,,,,6968,9437,2695,1287
-,,,,,,,,6969,9564,2731,1304
-,,,,,,,,6970,9616,2746,1311
-,,,,,,,,6971,9682,2765,1320
-,,,,,,,,6972,9234,2637,1259
-,,,,,,,,6973,9414,2689,1283
-,,,,,,,,6974,9407,2686,1282
-,,,,,,,,6975,9652,2756,1316
-,,,,,,,,6976,9064,2589,1236
-,,,,,,,,6977,9471,2704,1291
-,,,,,,,,6978,9694,2769,1322
-,,,,,,,,6979,10310,2945,1405
-,,,,,,,,6980,10305,2943,1405
-,,,,,,,,6981,9887,2824,1348
-,,,,,,,,6982,9182,2622,1252
-,,,,,,,,6983,8257,2358,1126
-,,,,,,,,6984,7406,2115,1010
-,,,,,,,,6985,6826,1949,930
-,,,,,,,,6986,6511,1859,888
-,,,,,,,,6987,6362,1817,867
-,,,,,,,,6988,6328,1807,863
-,,,,,,,,6989,6498,1856,886
-,,,,,,,,6990,7137,2038,973
-,,,,,,,,6991,8435,2409,1150
-,,,,,,,,6992,9309,2659,1269
-,,,,,,,,6993,9616,2746,1311
-,,,,,,,,6994,9834,2809,1341
-,,,,,,,,6995,10014,2860,1365
-,,,,,,,,6996,10062,2874,1372
-,,,,,,,,6997,10008,2858,1364
-,,,,,,,,6998,9997,2855,1363
-,,,,,,,,6999,9912,2831,1352
-,,,,,,,,7000,9856,2815,1343
-,,,,,,,,7001,9933,2837,1354
-,,,,,,,,7002,10180,2907,1388
-,,,,,,,,7003,10417,2975,1420
-,,,,,,,,7004,10163,2902,1386
-,,,,,,,,7005,9758,2787,1330
-,,,,,,,,7006,9185,2623,1252
-,,,,,,,,7007,8418,2404,1147
-,,,,,,,,7008,7613,2174,1038
-,,,,,,,,7009,7009,2002,955
-,,,,,,,,7010,6662,1903,909
-,,,,,,,,7011,6459,1844,880
-,,,,,,,,7012,6370,1819,868
-,,,,,,,,7013,6396,1827,872
-,,,,,,,,7014,6609,1888,901
-,,,,,,,,7015,7102,2028,968
-,,,,,,,,7016,7683,2194,1047
-,,,,,,,,7017,8347,2384,1138
-,,,,,,,,7018,8861,2530,1208
-,,,,,,,,7019,9116,2604,1243
-,,,,,,,,7020,9184,2623,1252
-,,,,,,,,7021,9113,2602,1242
-,,,,,,,,7022,8963,2559,1222
-,,,,,,,,7023,8783,2509,1197
-,,,,,,,,7024,8671,2476,1182
-,,,,,,,,7025,8696,2484,1186
-,,,,,,,,7026,8882,2537,1211
-,,,,,,,,7027,9420,2690,1284
-,,,,,,,,7028,9299,2655,1267
-,,,,,,,,7029,8961,2559,1222
-,,,,,,,,7030,8474,2420,1156
-,,,,,,,,7031,7835,2238,1068
-,,,,,,,,7032,7168,2047,977
-,,,,,,,,7033,6619,1890,903
-,,,,,,,,7034,6264,1788,853
-,,,,,,,,7035,6074,1735,827
-,,,,,,,,7036,5972,1706,814
-,,,,,,,,7037,5979,1708,815
-,,,,,,,,7038,6124,1749,835
-,,,,,,,,7039,6467,1847,882
-,,,,,,,,7040,6865,1960,936
-,,,,,,,,7041,7490,2139,1021
-,,,,,,,,7042,7979,2279,1088
-,,,,,,,,7043,8216,2346,1120
-,,,,,,,,7044,8342,2382,1137
-,,,,,,,,7045,8387,2395,1143
-,,,,,,,,7046,8333,2379,1136
-,,,,,,,,7047,8291,2368,1130
-,,,,,,,,7048,8314,2374,1133
-,,,,,,,,7049,8518,2433,1161
-,,,,,,,,7050,8915,2546,1216
-,,,,,,,,7051,9605,2743,1309
-,,,,,,,,7052,9438,2695,1287
-,,,,,,,,7053,9109,2601,1242
-,,,,,,,,7054,8429,2407,1149
-,,,,,,,,7055,7631,2179,1040
-,,,,,,,,7056,6913,1974,943
-,,,,,,,,7057,6413,1831,874
-,,,,,,,,7058,6160,1759,839
-,,,,,,,,7059,6057,1730,826
-,,,,,,,,7060,6063,1732,827
-,,,,,,,,7061,6264,1789,853
-,,,,,,,,7062,6969,1990,950
-,,,,,,,,7063,8336,2380,1136
-,,,,,,,,7064,9080,2594,1238
-,,,,,,,,7065,9266,2646,1263
-,,,,,,,,7066,9442,2696,1288
-,,,,,,,,7067,9596,2740,1308
-,,,,,,,,7068,9652,2756,1316
-,,,,,,,,7069,9608,2744,1310
-,,,,,,,,7070,9596,2740,1308
-,,,,,,,,7071,9499,2713,1295
-,,,,,,,,7072,9425,2692,1285
-,,,,,,,,7073,9486,2710,1293
-,,,,,,,,7074,9786,2795,1334
-,,,,,,,,7075,10450,2985,1424
-,,,,,,,,7076,10337,2952,1409
-,,,,,,,,7077,9823,2805,1339
-,,,,,,,,7078,9061,2588,1235
-,,,,,,,,7079,8155,2329,1111
-,,,,,,,,7080,7324,2092,999
-,,,,,,,,7081,6715,1918,915
-,,,,,,,,7082,6397,1827,872
-,,,,,,,,7083,6239,1782,850
-,,,,,,,,7084,6222,1777,848
-,,,,,,,,7085,6384,1823,870
-,,,,,,,,7086,7096,2027,967
-,,,,,,,,7087,8464,2417,1154
-,,,,,,,,7088,9188,2625,1252
-,,,,,,,,7089,9333,2665,1272
-,,,,,,,,7090,9428,2693,1285
-,,,,,,,,7091,9535,2723,1300
-,,,,,,,,7092,9581,2736,1306
-,,,,,,,,7093,9551,2728,1302
-,,,,,,,,7094,9564,2731,1304
-,,,,,,,,7095,9473,2705,1292
-,,,,,,,,7096,9411,2688,1283
-,,,,,,,,7097,9500,2714,1295
-,,,,,,,,7098,9880,2822,1347
-,,,,,,,,7099,10506,3000,1432
-,,,,,,,,7100,10330,2950,1408
-,,,,,,,,7101,9846,2812,1343
-,,,,,,,,7102,9109,2601,1242
-,,,,,,,,7103,8148,2327,1110
-,,,,,,,,7104,7310,2088,996
-,,,,,,,,7105,6766,1933,923
-,,,,,,,,7106,6471,1848,882
-,,,,,,,,7107,6318,1804,861
-,,,,,,,,7108,6281,1793,856
-,,,,,,,,7109,6460,1845,880
-,,,,,,,,7110,7134,2038,973
-,,,,,,,,7111,8524,2434,1162
-,,,,,,,,7112,9310,2659,1269
-,,,,,,,,7113,9468,2704,1291
-,,,,,,,,7114,9576,2735,1306
-,,,,,,,,7115,9653,2757,1316
-,,,,,,,,7116,9661,2759,1317
-,,,,,,,,7117,9627,2749,1312
-,,,,,,,,7118,9607,2744,1310
-,,,,,,,,7119,9503,2714,1296
-,,,,,,,,7120,9431,2694,1286
-,,,,,,,,7121,9538,2724,1300
-,,,,,,,,7122,9943,2840,1356
-,,,,,,,,7123,10492,2996,1430
-,,,,,,,,7124,10331,2950,1408
-,,,,,,,,7125,9879,2821,1347
-,,,,,,,,7126,9173,2620,1251
-,,,,,,,,7127,8195,2340,1117
-,,,,,,,,7128,7368,2104,1004
-,,,,,,,,7129,6806,1943,928
-,,,,,,,,7130,6511,1859,888
-,,,,,,,,7131,6370,1819,868
-,,,,,,,,7132,6352,1814,866
-,,,,,,,,7133,6528,1864,890
-,,,,,,,,7134,7225,2063,985
-,,,,,,,,7135,8600,2456,1172
-,,,,,,,,7136,9328,2665,1272
-,,,,,,,,7137,9431,2694,1286
-,,,,,,,,7138,9530,2721,1299
-,,,,,,,,7139,9618,2746,1311
-,,,,,,,,7140,9627,2749,1312
-,,,,,,,,7141,9564,2731,1304
-,,,,,,,,7142,9540,2725,1301
-,,,,,,,,7143,9430,2693,1286
-,,,,,,,,7144,9350,2670,1275
-,,,,,,,,7145,9411,2688,1283
-,,,,,,,,7146,9752,2785,1329
-,,,,,,,,7147,10385,2965,1416
-,,,,,,,,7148,10276,2935,1401
-,,,,,,,,7149,9867,2818,1345
-,,,,,,,,7150,9179,2621,1252
-,,,,,,,,7151,8248,2355,1125
-,,,,,,,,7152,7401,2114,1009
-,,,,,,,,7153,6835,1952,932
-,,,,,,,,7154,6513,1860,888
-,,,,,,,,7155,6361,1817,867
-,,,,,,,,7156,6338,1810,864
-,,,,,,,,7157,6503,1857,886
-,,,,,,,,7158,7168,2047,977
-,,,,,,,,7159,8481,2422,1156
-,,,,,,,,7160,9241,2639,1260
-,,,,,,,,7161,9414,2689,1283
-,,,,,,,,7162,9566,2732,1304
-,,,,,,,,7163,9676,2763,1319
-,,,,,,,,7164,9685,2765,1320
-,,,,,,,,7165,9607,2744,1310
-,,,,,,,,7166,9553,2728,1302
-,,,,,,,,7167,9443,2697,1288
-,,,,,,,,7168,9344,2669,1274
-,,,,,,,,7169,9334,2665,1272
-,,,,,,,,7170,9565,2732,1304
-,,,,,,,,7171,10029,2865,1368
-,,,,,,,,7172,9811,2802,1338
-,,,,,,,,7173,9424,2691,1285
-,,,,,,,,7174,8864,2532,1208
-,,,,,,,,7175,8111,2316,1106
-,,,,,,,,7176,7336,2095,1000
-,,,,,,,,7177,6759,1930,921
-,,,,,,,,7178,6417,1833,875
-,,,,,,,,7179,6229,1779,849
-,,,,,,,,7180,6139,1753,837
-,,,,,,,,7181,6177,1764,842
-,,,,,,,,7182,6432,1837,877
-,,,,,,,,7183,6962,1989,949
-,,,,,,,,7184,7531,2150,1026
-,,,,,,,,7185,8163,2331,1113
-,,,,,,,,7186,8594,2454,1171
-,,,,,,,,7187,8787,2509,1198
-,,,,,,,,7188,8790,2510,1198
-,,,,,,,,7189,8729,2493,1190
-,,,,,,,,7190,8608,2459,1173
-,,,,,,,,7191,8475,2420,1156
-,,,,,,,,7192,8413,2403,1147
-,,,,,,,,7193,8502,2428,1159
-,,,,,,,,7194,8917,2547,1216
-,,,,,,,,7195,9479,2707,1292
-,,,,,,,,7196,9271,2648,1264
-,,,,,,,,7197,8926,2549,1216
-,,,,,,,,7198,8445,2412,1151
-,,,,,,,,7199,7838,2239,1069
-,,,,,,,,7200,7185,2052,979
-,,,,,,,,7201,6664,1903,909
-,,,,,,,,7202,6321,1805,862
-,,,,,,,,7203,6114,1746,833
-,,,,,,,,7204,6015,1718,820
-,,,,,,,,7205,6013,1718,819
-,,,,,,,,7206,6167,1761,841
-,,,,,,,,7207,6531,1865,890
-,,,,,,,,7208,7035,2009,959
-,,,,,,,,7209,7696,2199,1050
-,,,,,,,,7210,8286,2366,1130
-,,,,,,,,7211,8626,2464,1176
-,,,,,,,,7212,8831,2522,1204
-,,,,,,,,7213,8955,2558,1221
-,,,,,,,,7214,8937,2553,1218
-,,,,,,,,7215,8906,2544,1214
-,,,,,,,,7216,8922,2548,1216
-,,,,,,,,7217,9164,2617,1249
-,,,,,,,,7218,9690,2767,1321
-,,,,,,,,7219,10129,2893,1381
-,,,,,,,,7220,9903,2828,1350
-,,,,,,,,7221,9435,2694,1287
-,,,,,,,,7222,8793,2511,1199
-,,,,,,,,7223,8056,2301,1098
-,,,,,,,,7224,7343,2097,1001
-,,,,,,,,7225,6750,1928,920
-,,,,,,,,7226,6410,1831,873
-,,,,,,,,7227,6232,1780,849
-,,,,,,,,7228,6190,1768,843
-,,,,,,,,7229,6339,1810,864
-,,,,,,,,7230,6905,1972,941
-,,,,,,,,7231,7872,2249,1073
-,,,,,,,,7232,8655,2472,1180
-,,,,,,,,7233,9215,2632,1257
-,,,,,,,,7234,9691,2767,1321
-,,,,,,,,7235,9958,2844,1358
-,,,,,,,,7236,10027,2864,1367
-,,,,,,,,7237,9900,2828,1350
-,,,,,,,,7238,9694,2768,1322
-,,,,,,,,7239,9270,2647,1264
-,,,,,,,,7240,8829,2521,1204
-,,,,,,,,7241,8607,2458,1173
-,,,,,,,,7242,8629,2464,1176
-,,,,,,,,7243,8384,2394,1143
-,,,,,,,,7244,7789,2224,1062
-,,,,,,,,7245,7274,2078,992
-,,,,,,,,7246,6786,1938,925
-,,,,,,,,7247,6243,1783,851
-,,,,,,,,7248,5745,1641,783
-,,,,,,,,7249,5396,1541,736
-,,,,,,,,7250,5207,1487,710
-,,,,,,,,7251,5105,1457,696
-,,,,,,,,7252,5098,1456,695
-,,,,,,,,7253,5246,1498,715
-,,,,,,,,7254,5692,1626,776
-,,,,,,,,7255,6529,1864,890
-,,,,,,,,7256,7244,2068,988
-,,,,,,,,7257,7692,2197,1049
-,,,,,,,,7258,8046,2298,1097
-,,,,,,,,7259,8334,2379,1136
-,,,,,,,,7260,8479,2421,1156
-,,,,,,,,7261,8558,2444,1166
-,,,,,,,,7262,8583,2451,1170
-,,,,,,,,7263,8515,2432,1161
-,,,,,,,,7264,8522,2434,1161
-,,,,,,,,7265,8707,2486,1187
-,,,,,,,,7266,9186,2624,1252
-,,,,,,,,7267,9486,2709,1293
-,,,,,,,,7268,9235,2637,1259
-,,,,,,,,7269,8834,2523,1205
-,,,,,,,,7270,8155,2329,1111
-,,,,,,,,7271,7406,2115,1010
-,,,,,,,,7272,6727,1921,917
-,,,,,,,,7273,6274,1792,855
-,,,,,,,,7274,6017,1718,820
-,,,,,,,,7275,5876,1678,801
-,,,,,,,,7276,5849,1670,797
-,,,,,,,,7277,6002,1714,818
-,,,,,,,,7278,6592,1883,899
-,,,,,,,,7279,7764,2218,1059
-,,,,,,,,7280,8532,2436,1163
-,,,,,,,,7281,8721,2490,1189
-,,,,,,,,7282,8900,2542,1213
-,,,,,,,,7283,9050,2584,1234
-,,,,,,,,7284,9105,2600,1242
-,,,,,,,,7285,9076,2592,1237
-,,,,,,,,7286,9058,2587,1235
-,,,,,,,,7287,8983,2565,1225
-,,,,,,,,7288,8949,2555,1220
-,,,,,,,,7289,9055,2586,1235
-,,,,,,,,7290,9309,2659,1269
-,,,,,,,,7291,9488,2710,1293
-,,,,,,,,7292,9292,2654,1267
-,,,,,,,,7293,9063,2589,1236
-,,,,,,,,7294,8543,2439,1165
-,,,,,,,,7295,7755,2214,1057
-,,,,,,,,7296,7018,2004,957
-,,,,,,,,7297,6536,1867,891
-,,,,,,,,7298,6281,1793,856
-,,,,,,,,7299,6141,1753,837
-,,,,,,,,7300,6110,1745,833
-,,,,,,,,7301,6288,1795,857
-,,,,,,,,7302,6921,1977,944
-,,,,,,,,7303,8159,2330,1112
-,,,,,,,,7304,8917,2547,1216
-,,,,,,,,7305,9048,2584,1233
-,,,,,,,,7306,9160,2616,1249
-,,,,,,,,7307,9242,2639,1260
-,,,,,,,,7308,9238,2638,1259
-,,,,,,,,7309,9182,2622,1252
-,,,,,,,,7310,9152,2614,1247
-,,,,,,,,7311,9066,2589,1236
-,,,,,,,,7312,9037,2581,1232
-,,,,,,,,7313,9198,2627,1254
-,,,,,,,,7314,9718,2775,1325
-,,,,,,,,7315,10165,2903,1386
-,,,,,,,,7316,9996,2855,1363
-,,,,,,,,7317,9595,2740,1308
-,,,,,,,,7318,8941,2553,1219
-,,,,,,,,7319,8071,2304,1100
-,,,,,,,,7320,7293,2083,994
-,,,,,,,,7321,6751,1928,920
-,,,,,,,,7322,6452,1843,879
-,,,,,,,,7323,6288,1796,857
-,,,,,,,,7324,6255,1786,853
-,,,,,,,,7325,6423,1834,875
-,,,,,,,,7326,7062,2017,963
-,,,,,,,,7327,8312,2374,1133
-,,,,,,,,7328,9124,2605,1244
-,,,,,,,,7329,9279,2649,1265
-,,,,,,,,7330,9383,2680,1279
-,,,,,,,,7331,9459,2701,1289
-,,,,,,,,7332,9385,2680,1279
-,,,,,,,,7333,9305,2657,1268
-,,,,,,,,7334,9291,2654,1267
-,,,,,,,,7335,9200,2627,1254
-,,,,,,,,7336,9147,2612,1247
-,,,,,,,,7337,9297,2655,1267
-,,,,,,,,7338,9724,2777,1326
-,,,,,,,,7339,10063,2874,1372
-,,,,,,,,7340,9823,2805,1339
-,,,,,,,,7341,9456,2700,1289
-,,,,,,,,7342,8934,2551,1218
-,,,,,,,,7343,8225,2349,1121
-,,,,,,,,7344,7491,2139,1021
-,,,,,,,,7345,6933,1980,945
-,,,,,,,,7346,6589,1882,899
-,,,,,,,,7347,6424,1834,876
-,,,,,,,,7348,6346,1813,865
-,,,,,,,,7349,6398,1827,872
-,,,,,,,,7350,6647,1898,906
-,,,,,,,,7351,7168,2047,977
-,,,,,,,,7352,7730,2208,1054
-,,,,,,,,7353,8280,2364,1129
-,,,,,,,,7354,8666,2474,1181
-,,,,,,,,7355,8792,2511,1199
-,,,,,,,,7356,8748,2498,1192
-,,,,,,,,7357,8634,2466,1177
-,,,,,,,,7358,8481,2422,1156
-,,,,,,,,7359,8362,2388,1140
-,,,,,,,,7360,8316,2374,1134
-,,,,,,,,7361,8517,2432,1161
-,,,,,,,,7362,9069,2590,1236
-,,,,,,,,7363,9568,2732,1304
-,,,,,,,,7364,9365,2675,1277
-,,,,,,,,7365,9078,2593,1237
-,,,,,,,,7366,8656,2472,1180
-,,,,,,,,7367,8089,2310,1103
-,,,,,,,,7368,7494,2140,1021
-,,,,,,,,7369,6949,1984,947
-,,,,,,,,7370,6507,1858,887
-,,,,,,,,7371,6314,1803,861
-,,,,,,,,7372,6304,1800,859
-,,,,,,,,7373,6414,1832,874
-,,,,,,,,7374,6687,1910,912
-,,,,,,,,7375,7075,2020,964
-,,,,,,,,7376,7640,2182,1041
-,,,,,,,,7377,8202,2342,1118
-,,,,,,,,7378,8477,2420,1156
-,,,,,,,,7379,8510,2430,1160
-,,,,,,,,7380,8481,2422,1156
-,,,,,,,,7381,8428,2407,1149
-,,,,,,,,7382,8366,2389,1140
-,,,,,,,,7383,8342,2383,1137
-,,,,,,,,7384,8492,2425,1157
-,,,,,,,,7385,9285,2651,1266
-,,,,,,,,7386,9997,2855,1363
-,,,,,,,,7387,10020,2861,1366
-,,,,,,,,7388,9713,2774,1324
-,,,,,,,,7389,9387,2680,1280
-,,,,,,,,7390,8555,2443,1166
-,,,,,,,,7391,7755,2215,1057
-,,,,,,,,7392,7082,2023,965
-,,,,,,,,7393,6782,1937,924
-,,,,,,,,7394,6581,1879,897
-,,,,,,,,7395,6505,1858,887
-,,,,,,,,7396,6550,1870,893
-,,,,,,,,7397,6827,1950,931
-,,,,,,,,7398,7644,2183,1042
-,,,,,,,,7399,8992,2568,1226
-,,,,,,,,7400,9716,2775,1324
-,,,,,,,,7401,9891,2825,1348
-,,,,,,,,7402,9973,2849,1360
-,,,,,,,,7403,9995,2855,1363
-,,,,,,,,7404,9959,2845,1358
-,,,,,,,,7405,9875,2820,1346
-,,,,,,,,7406,9805,2800,1337
-,,,,,,,,7407,9639,2753,1314
-,,,,,,,,7408,9717,2775,1325
-,,,,,,,,7409,10430,2979,1422
-,,,,,,,,7410,11293,3225,1540
-,,,,,,,,7411,11238,3210,1532
-,,,,,,,,7412,10930,3121,1490
-,,,,,,,,7413,10459,2987,1426
-,,,,,,,,7414,9726,2778,1326
-,,,,,,,,7415,8839,2525,1205
-,,,,,,,,7416,8038,2295,1095
-,,,,,,,,7417,7549,2156,1029
-,,,,,,,,7418,7310,2088,996
-,,,,,,,,7419,7228,2064,985
-,,,,,,,,7420,7262,2073,989
-,,,,,,,,7421,7519,2148,1025
-,,,,,,,,7422,8322,2376,1135
-,,,,,,,,7423,9464,2703,1290
-,,,,,,,,7424,10030,2865,1368
-,,,,,,,,7425,10132,2894,1382
-,,,,,,,,7426,10119,2890,1379
-,,,,,,,,7427,10087,2880,1375
-,,,,,,,,7428,10024,2863,1367
-,,,,,,,,7429,9907,2830,1351
-,,,,,,,,7430,9827,2806,1340
-,,,,,,,,7431,9742,2782,1328
-,,,,,,,,7432,9772,2790,1332
-,,,,,,,,7433,10374,2962,1414
-,,,,,,,,7434,11315,3231,1543
-,,,,,,,,7435,11326,3235,1545
-,,,,,,,,7436,11104,3171,1514
-,,,,,,,,7437,10657,3044,1453
-,,,,,,,,7438,9960,2845,1358
-,,,,,,,,7439,9088,2595,1239
-,,,,,,,,7440,8337,2381,1136
-,,,,,,,,7441,7946,2269,1083
-,,,,,,,,7442,7624,2177,1040
-,,,,,,,,7443,7412,2117,1010
-,,,,,,,,7444,7356,2101,1003
-,,,,,,,,7445,7642,2183,1042
-,,,,,,,,7446,8347,2384,1138
-,,,,,,,,7447,9626,2749,1312
-,,,,,,,,7448,10229,2921,1394
-,,,,,,,,7449,10463,2988,1427
-,,,,,,,,7450,10599,3027,1445
-,,,,,,,,7451,10700,3056,1459
-,,,,,,,,7452,10783,3080,1470
-,,,,,,,,7453,10782,3079,1470
-,,,,,,,,7454,10826,3091,1476
-,,,,,,,,7455,10864,3102,1481
-,,,,,,,,7456,11085,3166,1511
-,,,,,,,,7457,11609,3316,1583
-,,,,,,,,7458,12138,3466,1655
-,,,,,,,,7459,12100,3456,1650
-,,,,,,,,7460,11631,3321,1585
-,,,,,,,,7461,11198,3198,1527
-,,,,,,,,7462,10309,2944,1405
-,,,,,,,,7463,9301,2656,1268
-,,,,,,,,7464,8475,2420,1156
-,,,,,,,,7465,7891,2254,1075
-,,,,,,,,7466,7615,2175,1038
-,,,,,,,,7467,7474,2134,1019
-,,,,,,,,7468,7476,2134,1019
-,,,,,,,,7469,7696,2198,1050
-,,,,,,,,7470,8417,2404,1147
-,,,,,,,,7471,9576,2735,1306
-,,,,,,,,7472,10279,2935,1402
-,,,,,,,,7473,10586,3023,1444
-,,,,,,,,7474,10680,3050,1456
-,,,,,,,,7475,10774,3076,1469
-,,,,,,,,7476,10792,3082,1471
-,,,,,,,,7477,10698,3056,1459
-,,,,,,,,7478,10668,3046,1454
-,,,,,,,,7479,10575,3020,1442
-,,,,,,,,7480,10644,3040,1451
-,,,,,,,,7481,11210,3201,1529
-,,,,,,,,7482,11693,3340,1595
-,,,,,,,,7483,11538,3295,1573
-,,,,,,,,7484,11233,3208,1531
-,,,,,,,,7485,10756,3072,1466
-,,,,,,,,7486,9959,2844,1358
-,,,,,,,,7487,9011,2574,1228
-,,,,,,,,7488,8151,2328,1111
-,,,,,,,,7489,7636,2181,1041
-,,,,,,,,7490,7348,2099,1002
-,,,,,,,,7491,7194,2054,980
-,,,,,,,,7492,7183,2052,979
-,,,,,,,,7493,7412,2117,1010
-,,,,,,,,7494,8141,2325,1110
-,,,,,,,,7495,9330,2665,1272
-,,,,,,,,7496,9913,2831,1352
-,,,,,,,,7497,10016,2860,1366
-,,,,,,,,7498,10005,2857,1364
-,,,,,,,,7499,9988,2852,1362
-,,,,,,,,7500,9898,2827,1349
-,,,,,,,,7501,9723,2777,1326
-,,,,,,,,7502,9632,2750,1313
-,,,,,,,,7503,9524,2720,1298
-,,,,,,,,7504,9521,2719,1298
-,,,,,,,,7505,10054,2871,1371
-,,,,,,,,7506,10754,3071,1466
-,,,,,,,,7507,10612,3030,1447
-,,,,,,,,7508,10274,2935,1401
-,,,,,,,,7509,9885,2823,1348
-,,,,,,,,7510,9325,2663,1272
-,,,,,,,,7511,8600,2456,1172
-,,,,,,,,7512,7873,2249,1073
-,,,,,,,,7513,7311,2088,997
-,,,,,,,,7514,7015,2003,956
-,,,,,,,,7515,6844,1954,933
-,,,,,,,,7516,6783,1938,924
-,,,,,,,,7517,6872,1963,937
-,,,,,,,,7518,7168,2047,977
-,,,,,,,,7519,7632,2179,1040
-,,,,,,,,7520,8181,2336,1116
-,,,,,,,,7521,8726,2492,1190
-,,,,,,,,7522,8978,2564,1224
-,,,,,,,,7523,8996,2569,1226
-,,,,,,,,7524,8889,2539,1212
-,,,,,,,,7525,8728,2492,1190
-,,,,,,,,7526,8559,2444,1166
-,,,,,,,,7527,8459,2416,1153
-,,,,,,,,7528,8528,2435,1162
-,,,,,,,,7529,9199,2627,1254
-,,,,,,,,7530,9937,2838,1355
-,,,,,,,,7531,9805,2800,1337
-,,,,,,,,7532,9518,2718,1298
-,,,,,,,,7533,9193,2625,1253
-,,,,,,,,7534,8738,2495,1191
-,,,,,,,,7535,8149,2327,1110
-,,,,,,,,7536,7520,2148,1025
-,,,,,,,,7537,7043,2011,960
-,,,,,,,,7538,6729,1922,917
-,,,,,,,,7539,6554,1872,893
-,,,,,,,,7540,6477,1849,883
-,,,,,,,,7541,6517,1861,888
-,,,,,,,,7542,6693,1912,913
-,,,,,,,,7543,7009,2002,955
-,,,,,,,,7544,7476,2134,1019
-,,,,,,,,7545,8079,2307,1101
-,,,,,,,,7546,8429,2407,1149
-,,,,,,,,7547,8559,2444,1166
-,,,,,,,,7548,8593,2454,1171
-,,,,,,,,7549,8576,2449,1169
-,,,,,,,,7550,8462,2417,1154
-,,,,,,,,7551,8364,2389,1140
-,,,,,,,,7552,8398,2399,1145
-,,,,,,,,7553,9091,2596,1239
-,,,,,,,,7554,9896,2826,1349
-,,,,,,,,7555,9771,2790,1332
-,,,,,,,,7556,9445,2697,1288
-,,,,,,,,7557,9037,2581,1232
-,,,,,,,,7558,8453,2414,1152
-,,,,,,,,7559,7767,2219,1059
-,,,,,,,,7560,7130,2036,972
-,,,,,,,,7561,6683,1908,911
-,,,,,,,,7562,6430,1836,877
-,,,,,,,,7563,6310,1802,860
-,,,,,,,,7564,6315,1803,861
-,,,,,,,,7565,6511,1859,888
-,,,,,,,,7566,7110,2030,969
-,,,,,,,,7567,8009,2288,1092
-,,,,,,,,7568,8719,2490,1189
-,,,,,,,,7569,9184,2623,1252
-,,,,,,,,7570,9447,2698,1288
-,,,,,,,,7571,9603,2742,1309
-,,,,,,,,7572,9638,2753,1314
-,,,,,,,,7573,9594,2740,1308
-,,,,,,,,7574,9550,2727,1302
-,,,,,,,,7575,9478,2707,1292
-,,,,,,,,7576,9487,2710,1293
-,,,,,,,,7577,10163,2903,1386
-,,,,,,,,7578,10878,3106,1483
-,,,,,,,,7579,10702,3056,1459
-,,,,,,,,7580,10322,2948,1407
-,,,,,,,,7581,9805,2800,1337
-,,,,,,,,7582,9036,2580,1232
-,,,,,,,,7583,8126,2321,1108
-,,,,,,,,7584,7360,2102,1004
-,,,,,,,,7585,6825,1949,930
-,,,,,,,,7586,6525,1863,889
-,,,,,,,,7587,6366,1818,868
-,,,,,,,,7588,6353,1814,866
-,,,,,,,,7589,6544,1868,892
-,,,,,,,,7590,7251,2071,989
-,,,,,,,,7591,8516,2432,1161
-,,,,,,,,7592,9268,2647,1263
-,,,,,,,,7593,9477,2706,1292
-,,,,,,,,7594,9630,2750,1312
-,,,,,,,,7595,9780,2793,1333
-,,,,,,,,7596,9832,2808,1340
-,,,,,,,,7597,9815,2803,1338
-,,,,,,,,7598,9821,2805,1339
-,,,,,,,,7599,9773,2791,1332
-,,,,,,,,7600,9871,2819,1346
-,,,,,,,,7601,10449,2985,1424
-,,,,,,,,7602,11079,3165,1510
-,,,,,,,,7603,10981,3136,1497
-,,,,,,,,7604,10679,3050,1456
-,,,,,,,,7605,10229,2921,1394
-,,,,,,,,7606,9529,2721,1299
-,,,,,,,,7607,8609,2459,1174
-,,,,,,,,7608,7809,2230,1065
-,,,,,,,,7609,7299,2084,995
-,,,,,,,,7610,7024,2006,958
-,,,,,,,,7611,6910,1973,942
-,,,,,,,,7612,6923,1977,944
-,,,,,,,,7613,7172,2048,978
-,,,,,,,,7614,7956,2272,1085
-,,,,,,,,7615,9281,2650,1265
-,,,,,,,,7616,9915,2832,1352
-,,,,,,,,7617,9989,2853,1362
-,,,,,,,,7618,9955,2843,1358
-,,,,,,,,7619,9932,2836,1354
-,,,,,,,,7620,9850,2813,1343
-,,,,,,,,7621,9737,2780,1328
-,,,,,,,,7622,9660,2759,1317
-,,,,,,,,7623,9608,2744,1310
-,,,,,,,,7624,9711,2774,1324
-,,,,,,,,7625,10407,2972,1418
-,,,,,,,,7626,11254,3214,1535
-,,,,,,,,7627,11216,3203,1530
-,,,,,,,,7628,10959,3130,1494
-,,,,,,,,7629,10560,3016,1439
-,,,,,,,,7630,9865,2817,1345
-,,,,,,,,7631,8966,2560,1222
-,,,,,,,,7632,8145,2326,1110
-,,,,,,,,7633,7604,2172,1036
-,,,,,,,,7634,7334,2094,999
-,,,,,,,,7635,7209,2058,983
-,,,,,,,,7636,7240,2068,987
-,,,,,,,,7637,7477,2135,1020
-,,,,,,,,7638,8217,2347,1120
-,,,,,,,,7639,9528,2721,1299
-,,,,,,,,7640,10187,2910,1388
-,,,,,,,,7641,10291,2939,1403
-,,,,,,,,7642,10298,2941,1404
-,,,,,,,,7643,10272,2934,1400
-,,,,,,,,7644,10173,2905,1387
-,,,,,,,,7645,10035,2866,1368
-,,,,,,,,7646,9986,2852,1362
-,,,,,,,,7647,9905,2829,1350
-,,,,,,,,7648,10024,2863,1367
-,,,,,,,,7649,10758,3072,1467
-,,,,,,,,7650,11410,3259,1555
-,,,,,,,,7651,11345,3240,1547
-,,,,,,,,7652,11079,3164,1510
-,,,,,,,,7653,10654,3042,1453
-,,,,,,,,7654,9940,2839,1355
-,,,,,,,,7655,9032,2580,1232
-,,,,,,,,7656,8197,2341,1117
-,,,,,,,,7657,7669,2190,1045
-,,,,,,,,7658,7389,2110,1007
-,,,,,,,,7659,7243,2068,987
-,,,,,,,,7660,7254,2072,989
-,,,,,,,,7661,7472,2134,1019
-,,,,,,,,7662,8199,2341,1118
-,,,,,,,,7663,9450,2699,1288
-,,,,,,,,7664,10097,2884,1377
-,,,,,,,,7665,10220,2919,1393
-,,,,,,,,7666,10189,2910,1389
-,,,,,,,,7667,10148,2898,1383
-,,,,,,,,7668,10022,2862,1367
-,,,,,,,,7669,9891,2825,1348
-,,,,,,,,7670,9840,2810,1342
-,,,,,,,,7671,9760,2787,1331
-,,,,,,,,7672,9800,2799,1336
-,,,,,,,,7673,10442,2982,1424
-,,,,,,,,7674,11013,3146,1501
-,,,,,,,,7675,10864,3102,1481
-,,,,,,,,7676,10550,3013,1439
-,,,,,,,,7677,10198,2912,1390
-,,,,,,,,7678,9661,2760,1318
-,,,,,,,,7679,8967,2561,1222
-,,,,,,,,7680,8226,2349,1121
-,,,,,,,,7681,7654,2186,1044
-,,,,,,,,7682,7337,2095,1000
-,,,,,,,,7683,7190,2054,980
-,,,,,,,,7684,7152,2043,975
-,,,,,,,,7685,7232,2065,986
-,,,,,,,,7686,7545,2154,1029
-,,,,,,,,7687,8047,2299,1097
-,,,,,,,,7688,8588,2453,1171
-,,,,,,,,7689,9077,2592,1237
-,,,,,,,,7690,9312,2659,1269
-,,,,,,,,7691,9299,2656,1267
-,,,,,,,,7692,9181,2622,1252
-,,,,,,,,7693,9000,2570,1227
-,,,,,,,,7694,8811,2516,1202
-,,,,,,,,7695,8691,2482,1185
-,,,,,,,,7696,8794,2512,1199
-,,,,,,,,7697,9530,2721,1299
-,,,,,,,,7698,10269,2933,1400
-,,,,,,,,7699,10163,2902,1386
-,,,,,,,,7700,9887,2824,1348
-,,,,,,,,7701,9591,2739,1308
-,,,,,,,,7702,9155,2614,1248
-,,,,,,,,7703,8609,2459,1173
-,,,,,,,,7704,7998,2284,1090
-,,,,,,,,7705,7508,2144,1024
-,,,,,,,,7706,7225,2063,985
-,,,,,,,,7707,7088,2024,966
-,,,,,,,,7708,7040,2010,959
-,,,,,,,,7709,7101,2028,968
-,,,,,,,,7710,7334,2094,999
-,,,,,,,,7711,7705,2200,1050
-,,,,,,,,7712,8157,2329,1112
-,,,,,,,,7713,8671,2476,1182
-,,,,,,,,7714,8939,2553,1219
-,,,,,,,,7715,9005,2572,1227
-,,,,,,,,7716,8996,2569,1226
-,,,,,,,,7717,8922,2548,1216
-,,,,,,,,7718,8825,2520,1203
-,,,,,,,,7719,8781,2508,1197
-,,,,,,,,7720,8986,2566,1225
-,,,,,,,,7721,9858,2815,1344
-,,,,,,,,7722,10631,3036,1449
-,,,,,,,,7723,10584,3022,1443
-,,,,,,,,7724,10304,2943,1405
-,,,,,,,,7725,9937,2838,1355
-,,,,,,,,7726,9289,2653,1267
-,,,,,,,,7727,8529,2436,1163
-,,,,,,,,7728,7851,2242,1070
-,,,,,,,,7729,7406,2115,1010
-,,,,,,,,7730,7185,2052,979
-,,,,,,,,7731,7112,2031,969
-,,,,,,,,7732,7156,2044,975
-,,,,,,,,7733,7427,2121,1012
-,,,,,,,,7734,8204,2343,1119
-,,,,,,,,7735,9547,2726,1302
-,,,,,,,,7736,10229,2921,1394
-,,,,,,,,7737,10337,2952,1409
-,,,,,,,,7738,10290,2939,1403
-,,,,,,,,7739,10241,2925,1396
-,,,,,,,,7740,10140,2896,1383
-,,,,,,,,7741,9979,2850,1361
-,,,,,,,,7742,9891,2825,1348
-,,,,,,,,7743,9786,2795,1334
-,,,,,,,,7744,9860,2816,1344
-,,,,,,,,7745,10604,3029,1446
-,,,,,,,,7746,11377,3249,1551
-,,,,,,,,7747,11330,3236,1545
-,,,,,,,,7748,11072,3162,1509
-,,,,,,,,7749,10657,3044,1453
-,,,,,,,,7750,9929,2836,1353
-,,,,,,,,7751,9027,2578,1231
-,,,,,,,,7752,8183,2337,1116
-,,,,,,,,7753,7642,2183,1042
-,,,,,,,,7754,7364,2103,1004
-,,,,,,,,7755,7269,2076,991
-,,,,,,,,7756,7291,2082,994
-,,,,,,,,7757,7540,2153,1028
-,,,,,,,,7758,8324,2377,1135
-,,,,,,,,7759,9601,2742,1309
-,,,,,,,,7760,10207,2915,1392
-,,,,,,,,7761,10284,2937,1402
-,,,,,,,,7762,10220,2919,1393
-,,,,,,,,7763,10142,2896,1383
-,,,,,,,,7764,10032,2865,1368
-,,,,,,,,7765,9913,2831,1352
-,,,,,,,,7766,9838,2810,1342
-,,,,,,,,7767,9742,2782,1328
-,,,,,,,,7768,9819,2805,1338
-,,,,,,,,7769,10588,3024,1444
-,,,,,,,,7770,11242,3211,1533
-,,,,,,,,7771,11189,3195,1525
-,,,,,,,,7772,10925,3120,1489
-,,,,,,,,7773,10511,3002,1433
-,,,,,,,,7774,9860,2816,1344
-,,,,,,,,7775,8946,2555,1220
-,,,,,,,,7776,8094,2312,1103
-,,,,,,,,7777,7521,2148,1025
-,,,,,,,,7778,7214,2060,984
-,,,,,,,,7779,7066,2018,963
-,,,,,,,,7780,7049,2013,961
-,,,,,,,,7781,7264,2074,990
-,,,,,,,,7782,7949,2270,1084
-,,,,,,,,7783,9109,2601,1242
-,,,,,,,,7784,9815,2803,1338
-,,,,,,,,7785,10063,2874,1372
-,,,,,,,,7786,10162,2902,1385
-,,,,,,,,7787,10173,2905,1387
-,,,,,,,,7788,10100,2885,1377
-,,,,,,,,7789,9938,2839,1355
-,,,,,,,,7790,9864,2817,1345
-,,,,,,,,7791,9766,2789,1332
-,,,,,,,,7792,9736,2780,1328
-,,,,,,,,7793,10391,2967,1417
-,,,,,,,,7794,11042,3154,1505
-,,,,,,,,7795,10895,3111,1485
-,,,,,,,,7796,10584,3023,1443
-,,,,,,,,7797,10163,2903,1386
-,,,,,,,,7798,9558,2730,1303
-,,,,,,,,7799,8771,2504,1196
-,,,,,,,,7800,7955,2272,1085
-,,,,,,,,7801,7340,2096,1000
-,,,,,,,,7802,6984,1994,952
-,,,,,,,,7803,6782,1937,924
-,,,,,,,,7804,6711,1917,915
-,,,,,,,,7805,6782,1937,924
-,,,,,,,,7806,7105,2029,969
-,,,,,,,,7807,7588,2167,1035
-,,,,,,,,7808,8179,2335,1115
-,,,,,,,,7809,8835,2523,1205
-,,,,,,,,7810,9267,2646,1263
-,,,,,,,,7811,9453,2700,1288
-,,,,,,,,7812,9451,2699,1288
-,,,,,,,,7813,9125,2606,1244
-,,,,,,,,7814,8598,2455,1172
-,,,,,,,,7815,8129,2322,1108
-,,,,,,,,7816,7891,2254,1075
-,,,,,,,,7817,8192,2339,1116
-,,,,,,,,7818,8543,2439,1165
-,,,,,,,,7819,8548,2441,1166
-,,,,,,,,7820,8532,2436,1163
-,,,,,,,,7821,8492,2425,1157
-,,,,,,,,7822,8261,2359,1126
-,,,,,,,,7823,7903,2257,1077
-,,,,,,,,7824,7410,2116,1010
-,,,,,,,,7825,6969,1990,950
-,,,,,,,,7826,6729,1922,918
-,,,,,,,,7827,6640,1897,905
-,,,,,,,,7828,6630,1893,903
-,,,,,,,,7829,6787,1938,925
-,,,,,,,,7830,7187,2053,979
-,,,,,,,,7831,7711,2203,1051
-,,,,,,,,7832,8157,2329,1112
-,,,,,,,,7833,8591,2454,1171
-,,,,,,,,7834,8851,2528,1206
-,,,,,,,,7835,8933,2551,1218
-,,,,,,,,7836,8892,2539,1212
-,,,,,,,,7837,8760,2502,1194
-,,,,,,,,7838,8615,2460,1175
-,,,,,,,,7839,8537,2438,1164
-,,,,,,,,7840,8629,2464,1176
-,,,,,,,,7841,9420,2690,1284
-,,,,,,,,7842,10016,2860,1366
-,,,,,,,,7843,9855,2815,1343
-,,,,,,,,7844,9547,2726,1302
-,,,,,,,,7845,9193,2625,1253
-,,,,,,,,7846,8719,2490,1189
-,,,,,,,,7847,8094,2312,1103
-,,,,,,,,7848,7402,2114,1009
-,,,,,,,,7849,6872,1963,937
-,,,,,,,,7850,6544,1869,892
-,,,,,,,,7851,6377,1821,869
-,,,,,,,,7852,6310,1802,860
-,,,,,,,,7853,6372,1820,868
-,,,,,,,,7854,6634,1894,904
-,,,,,,,,7855,7101,2028,968
-,,,,,,,,7856,7634,2180,1040
-,,,,,,,,7857,8324,2377,1135
-,,,,,,,,7858,8796,2512,1199
-,,,,,,,,7859,8958,2559,1222
-,,,,,,,,7860,8986,2566,1225
-,,,,,,,,7861,8943,2554,1219
-,,,,,,,,7862,8836,2524,1205
-,,,,,,,,7863,8804,2514,1201
-,,,,,,,,7864,8959,2559,1222
-,,,,,,,,7865,9774,2791,1332
-,,,,,,,,7866,10390,2967,1417
-,,,,,,,,7867,10306,2944,1405
-,,,,,,,,7868,10063,2874,1372
-,,,,,,,,7869,9784,2795,1334
-,,,,,,,,7870,9359,2673,1276
-,,,,,,,,7871,8754,2500,1193
-,,,,,,,,7872,8104,2314,1105
-,,,,,,,,7873,7580,2164,1033
-,,,,,,,,7874,7256,2073,989
-,,,,,,,,7875,7093,2026,967
-,,,,,,,,7876,7037,2009,959
-,,,,,,,,7877,7101,2028,968
-,,,,,,,,7878,7309,2088,996
-,,,,,,,,7879,7638,2181,1041
-,,,,,,,,7880,8042,2297,1096
-,,,,,,,,7881,8689,2481,1185
-,,,,,,,,7882,9169,2619,1250
-,,,,,,,,7883,9458,2701,1289
-,,,,,,,,7884,9602,2742,1309
-,,,,,,,,7885,9614,2745,1311
-,,,,,,,,7886,9515,2717,1298
-,,,,,,,,7887,9508,2715,1297
-,,,,,,,,7888,9698,2770,1322
-,,,,,,,,7889,10569,3019,1441
-,,,,,,,,7890,11230,3207,1531
-,,,,,,,,7891,11144,3183,1519
-,,,,,,,,7892,10846,3097,1479
-,,,,,,,,7893,10479,2993,1428
-,,,,,,,,7894,9701,2770,1322
-,,,,,,,,7895,8857,2529,1207
-,,,,,,,,7896,8097,2312,1104
-,,,,,,,,7897,7591,2168,1035
-,,,,,,,,7898,7327,2093,999
-,,,,,,,,7899,7218,2061,984
-,,,,,,,,7900,7223,2063,984
-,,,,,,,,7901,7490,2138,1021
-,,,,,,,,7902,8250,2356,1125
-,,,,,,,,7903,9590,2739,1308
-,,,,,,,,7904,10268,2932,1400
-,,,,,,,,7905,10326,2949,1408
-,,,,,,,,7906,10344,2954,1410
-,,,,,,,,7907,10330,2950,1408
-,,,,,,,,7908,10270,2933,1400
-,,,,,,,,7909,10187,2910,1388
-,,,,,,,,7910,10113,2888,1378
-,,,,,,,,7911,10009,2859,1364
-,,,,,,,,7912,10116,2890,1379
-,,,,,,,,7913,10950,3127,1493
-,,,,,,,,7914,11774,3362,1605
-,,,,,,,,7915,11759,3358,1603
-,,,,,,,,7916,11508,3286,1569
-,,,,,,,,7917,11055,3157,1507
-,,,,,,,,7918,10308,2944,1405
-,,,,,,,,7919,9326,2664,1272
-,,,,,,,,7920,8445,2412,1151
-,,,,,,,,7921,7899,2256,1077
-,,,,,,,,7922,7613,2174,1038
-,,,,,,,,7923,7477,2135,1020
-,,,,,,,,7924,7470,2134,1018
-,,,,,,,,7925,7699,2199,1050
-,,,,,,,,7926,8428,2407,1149
-,,,,,,,,7927,9761,2787,1331
-,,,,,,,,7928,10471,2991,1428
-,,,,,,,,7929,10643,3040,1451
-,,,,,,,,7930,10719,3061,1461
-,,,,,,,,7931,10802,3085,1473
-,,,,,,,,7932,10835,3095,1477
-,,,,,,,,7933,10820,3090,1475
-,,,,,,,,7934,10811,3087,1474
-,,,,,,,,7935,10750,3070,1465
-,,,,,,,,7936,10888,3110,1484
-,,,,,,,,7937,11635,3323,1586
-,,,,,,,,7938,12129,3464,1654
-,,,,,,,,7939,12036,3437,1641
-,,,,,,,,7940,11714,3346,1597
-,,,,,,,,7941,11207,3201,1528
-,,,,,,,,7942,10396,2969,1418
-,,,,,,,,7943,9383,2680,1279
-,,,,,,,,7944,8476,2420,1156
-,,,,,,,,7945,7885,2252,1075
-,,,,,,,,7946,7571,2162,1032
-,,,,,,,,7947,7443,2125,1014
-,,,,,,,,7948,7441,2125,1014
-,,,,,,,,7949,7675,2192,1046
-,,,,,,,,7950,8416,2404,1147
-,,,,,,,,7951,9770,2790,1332
-,,,,,,,,7952,10485,2995,1429
-,,,,,,,,7953,10564,3017,1440
-,,,,,,,,7954,10582,3022,1443
-,,,,,,,,7955,10613,3030,1447
-,,,,,,,,7956,10530,3007,1435
-,,,,,,,,7957,10401,2970,1418
-,,,,,,,,7958,10370,2961,1414
-,,,,,,,,7959,10343,2954,1410
-,,,,,,,,7960,10495,2997,1431
-,,,,,,,,7961,11316,3231,1543
-,,,,,,,,7962,11972,3420,1632
-,,,,,,,,7963,11906,3400,1623
-,,,,,,,,7964,11643,3325,1587
-,,,,,,,,7965,11225,3205,1530
-,,,,,,,,7966,10509,3001,1433
-,,,,,,,,7967,9533,2722,1300
-,,,,,,,,7968,8640,2468,1178
-,,,,,,,,7969,8064,2303,1100
-,,,,,,,,7970,7777,2221,1060
-,,,,,,,,7971,7656,2187,1044
-,,,,,,,,7972,7656,2187,1044
-,,,,,,,,7973,7876,2249,1074
-,,,,,,,,7974,8638,2467,1177
-,,,,,,,,7975,10000,2856,1363
-,,,,,,,,7976,10639,3038,1450
-,,,,,,,,7977,10637,3038,1450
-,,,,,,,,7978,10562,3016,1440
-,,,,,,,,7979,10524,3005,1435
-,,,,,,,,7980,10445,2983,1424
-,,,,,,,,7981,10288,2938,1403
-,,,,,,,,7982,10236,2923,1395
-,,,,,,,,7983,10145,2897,1383
-,,,,,,,,7984,10265,2931,1399
-,,,,,,,,7985,11055,3157,1507
-,,,,,,,,7986,11768,3361,1605
-,,,,,,,,7987,11814,3374,1611
-,,,,,,,,7988,11582,3308,1579
-,,,,,,,,7989,11129,3179,1517
-,,,,,,,,7990,10395,2969,1417
-,,,,,,,,7991,9403,2685,1282
-,,,,,,,,7992,8491,2424,1157
-,,,,,,,,7993,7901,2257,1077
-,,,,,,,,7994,7603,2171,1036
-,,,,,,,,7995,7457,2129,1016
-,,,,,,,,7996,7466,2132,1018
-,,,,,,,,7997,7706,2201,1050
-,,,,,,,,7998,8471,2419,1155
-,,,,,,,,7999,9807,2800,1337
-,,,,,,,,8000,10487,2995,1429
-,,,,,,,,8001,10654,3043,1453
-,,,,,,,,8002,10702,3056,1459
-,,,,,,,,8003,10664,3046,1454
-,,,,,,,,8004,10581,3022,1443
-,,,,,,,,8005,10479,2993,1428
-,,,,,,,,8006,10449,2985,1424
-,,,,,,,,8007,10415,2975,1420
-,,,,,,,,8008,10576,3020,1442
-,,,,,,,,8009,11391,3253,1553
-,,,,,,,,8010,11822,3376,1611
-,,,,,,,,8011,11637,3323,1586
-,,,,,,,,8012,11339,3238,1546
-,,,,,,,,8013,10964,3131,1494
-,,,,,,,,8014,10392,2968,1417
-,,,,,,,,8015,9588,2738,1308
-,,,,,,,,8016,8754,2500,1193
-,,,,,,,,8017,8122,2319,1107
-,,,,,,,,8018,7753,2214,1057
-,,,,,,,,8019,7577,2164,1033
-,,,,,,,,8020,7518,2147,1025
-,,,,,,,,8021,7587,2167,1035
-,,,,,,,,8022,7872,2248,1073
-,,,,,,,,8023,8448,2413,1151
-,,,,,,,,8024,9091,2596,1239
-,,,,,,,,8025,9795,2797,1335
-,,,,,,,,8026,10257,2930,1398
-,,,,,,,,8027,10471,2991,1428
-,,,,,,,,8028,10496,2997,1431
-,,,,,,,,8029,10450,2985,1424
-,,,,,,,,8030,10350,2955,1411
-,,,,,,,,8031,10280,2936,1402
-,,,,,,,,8032,10408,2972,1419
-,,,,,,,,8033,11104,3171,1514
-,,,,,,,,8034,11406,3257,1555
-,,,,,,,,8035,11218,3204,1530
-,,,,,,,,8036,10853,3100,1479
-,,,,,,,,8037,10480,2993,1428
-,,,,,,,,8038,9965,2846,1358
-,,,,,,,,8039,9253,2643,1262
-,,,,,,,,8040,8473,2419,1155
-,,,,,,,,8041,7866,2246,1072
-,,,,,,,,8042,7485,2138,1020
-,,,,,,,,8043,7259,2073,989
-,,,,,,,,8044,7155,2044,975
-,,,,,,,,8045,7164,2046,977
-,,,,,,,,8046,7338,2095,1000
-,,,,,,,,8047,7708,2201,1050
-,,,,,,,,8048,8182,2337,1116
-,,,,,,,,8049,8826,2520,1203
-,,,,,,,,8050,9296,2655,1267
-,,,,,,,,8051,9508,2715,1297
-,,,,,,,,8052,9577,2735,1306
-,,,,,,,,8053,9583,2737,1307
-,,,,,,,,8054,9478,2707,1292
-,,,,,,,,8055,9384,2680,1279
-,,,,,,,,8056,9519,2719,1298
-,,,,,,,,8057,10454,2985,1425
-,,,,,,,,8058,11026,3149,1504
-,,,,,,,,8059,10901,3113,1486
-,,,,,,,,8060,10594,3025,1444
-,,,,,,,,8061,10134,2894,1382
-,,,,,,,,8062,9398,2684,1281
-,,,,,,,,8063,8490,2424,1157
-,,,,,,,,8064,7652,2185,1043
-,,,,,,,,8065,7095,2026,967
-,,,,,,,,8066,6796,1941,926
-,,,,,,,,8067,6642,1897,905
-,,,,,,,,8068,6656,1901,908
-,,,,,,,,8069,6908,1973,942
-,,,,,,,,8070,7675,2192,1046
-,,,,,,,,8071,9041,2582,1232
-,,,,,,,,8072,9692,2768,1322
-,,,,,,,,8073,9776,2792,1332
-,,,,,,,,8074,9819,2804,1338
-,,,,,,,,8075,9854,2815,1343
-,,,,,,,,8076,9809,2801,1338
-,,,,,,,,8077,9738,2781,1328
-,,,,,,,,8078,9686,2766,1321
-,,,,,,,,8079,9608,2744,1310
-,,,,,,,,8080,9689,2767,1321
-,,,,,,,,8081,10558,3015,1439
-,,,,,,,,8082,11379,3250,1551
-,,,,,,,,8083,11336,3237,1545
-,,,,,,,,8084,11070,3161,1509
-,,,,,,,,8085,10629,3035,1449
-,,,,,,,,8086,9895,2826,1349
-,,,,,,,,8087,8908,2545,1215
-,,,,,,,,8088,8018,2289,1093
-,,,,,,,,8089,7411,2116,1010
-,,,,,,,,8090,7115,2032,969
-,,,,,,,,8091,6998,1998,954
-,,,,,,,,8092,6986,1995,952
-,,,,,,,,8093,7230,2065,985
-,,,,,,,,8094,7992,2282,1090
-,,,,,,,,8095,9338,2666,1273
-,,,,,,,,8096,10070,2875,1373
-,,,,,,,,8097,10228,2921,1394
-,,,,,,,,8098,10312,2945,1406
-,,,,,,,,8099,10370,2961,1414
-,,,,,,,,8100,10367,2960,1414
-,,,,,,,,8101,10310,2945,1405
-,,,,,,,,8102,10261,2930,1399
-,,,,,,,,8103,10170,2905,1387
-,,,,,,,,8104,10262,2930,1399
-,,,,,,,,8105,11054,3157,1507
-,,,,,,,,8106,11595,3311,1580
-,,,,,,,,8107,11480,3279,1565
-,,,,,,,,8108,11132,3180,1518
-,,,,,,,,8109,10641,3039,1451
-,,,,,,,,8110,9863,2817,1345
-,,,,,,,,8111,8784,2509,1197
-,,,,,,,,8112,7825,2235,1067
-,,,,,,,,8113,7218,2061,984
-,,,,,,,,8114,6879,1964,938
-,,,,,,,,8115,6676,1907,910
-,,,,,,,,8116,6629,1893,903
-,,,,,,,,8117,6823,1948,930
-,,,,,,,,8118,7530,2150,1026
-,,,,,,,,8119,8866,2532,1209
-,,,,,,,,8120,9563,2731,1303
-,,,,,,,,8121,9674,2763,1319
-,,,,,,,,8122,9709,2773,1323
-,,,,,,,,8123,9749,2785,1329
-,,,,,,,,8124,9744,2783,1328
-,,,,,,,,8125,9708,2772,1323
-,,,,,,,,8126,9729,2779,1327
-,,,,,,,,8127,9712,2774,1324
-,,,,,,,,8128,9875,2820,1346
-,,,,,,,,8129,10821,3091,1475
-,,,,,,,,8130,11582,3308,1579
-,,,,,,,,8131,11583,3308,1579
-,,,,,,,,8132,11361,3245,1549
-,,,,,,,,8133,10976,3135,1496
-,,,,,,,,8134,10257,2930,1398
-,,,,,,,,8135,9281,2650,1265
-,,,,,,,,8136,8375,2392,1141
-,,,,,,,,8137,7823,2234,1066
-,,,,,,,,8138,7553,2157,1030
-,,,,,,,,8139,7437,2124,1014
-,,,,,,,,8140,7448,2127,1015
-,,,,,,,,8141,7720,2204,1052
-,,,,,,,,8142,8532,2436,1163
-,,,,,,,,8143,9931,2836,1354
-,,,,,,,,8144,10594,3025,1444
-,,,,,,,,8145,10631,3036,1449
-,,,,,,,,8146,10599,3027,1445
-,,,,,,,,8147,10549,3013,1439
-,,,,,,,,8148,10421,2976,1421
-,,,,,,,,8149,10276,2935,1401
-,,,,,,,,8150,10196,2912,1390
-,,,,,,,,8151,10123,2891,1380
-,,,,,,,,8152,10262,2930,1399
-,,,,,,,,8153,11259,3216,1535
-,,,,,,,,8154,12028,3436,1640
-,,,,,,,,8155,12032,3436,1641
-,,,,,,,,8156,11830,3378,1613
-,,,,,,,,8157,11449,3270,1561
-,,,,,,,,8158,10755,3071,1466
-,,,,,,,,8159,9753,2785,1329
-,,,,,,,,8160,8798,2513,1200
-,,,,,,,,8161,8191,2339,1116
-,,,,,,,,8162,7885,2252,1075
-,,,,,,,,8163,7728,2207,1054
-,,,,,,,,8164,7715,2203,1052
-,,,,,,,,8165,7937,2267,1082
-,,,,,,,,8166,8663,2474,1181
-,,,,,,,,8167,9990,2853,1362
-,,,,,,,,8168,10688,3052,1457
-,,,,,,,,8169,10802,3085,1473
-,,,,,,,,8170,10781,3079,1469
-,,,,,,,,8171,10752,3070,1466
-,,,,,,,,8172,10625,3035,1449
-,,,,,,,,8173,10465,2989,1427
-,,,,,,,,8174,10431,2979,1422
-,,,,,,,,8175,10378,2964,1415
-,,,,,,,,8176,10490,2995,1430
-,,,,,,,,8177,11272,3219,1537
-,,,,,,,,8178,11588,3310,1580
-,,,,,,,,8179,11383,3250,1552
-,,,,,,,,8180,11015,3146,1502
-,,,,,,,,8181,10590,3025,1444
-,,,,,,,,8182,10003,2857,1363
-,,,,,,,,8183,9166,2618,1250
-,,,,,,,,8184,8258,2359,1126
-,,,,,,,,8185,7590,2168,1035
-,,,,,,,,8186,7200,2056,981
-,,,,,,,,8187,6973,1992,950
-,,,,,,,,8188,6894,1969,939
-,,,,,,,,8189,6947,1984,947
-,,,,,,,,8190,7223,2063,984
-,,,,,,,,8191,7754,2214,1057
-,,,,,,,,8192,8397,2398,1145
-,,,,,,,,8193,9103,2600,1241
-,,,,,,,,8194,9578,2735,1306
-,,,,,,,,8195,9807,2800,1337
-,,,,,,,,8196,9821,2805,1339
-,,,,,,,,8197,9718,2775,1325
-,,,,,,,,8198,9577,2735,1306
-,,,,,,,,8199,9513,2717,1297
-,,,,,,,,8200,9627,2749,1312
-,,,,,,,,8201,10365,2960,1413
-,,,,,,,,8202,10760,3073,1467
-,,,,,,,,8203,10561,3016,1440
-,,,,,,,,8204,10215,2917,1393
-,,,,,,,,8205,9868,2819,1345
-,,,,,,,,8206,9384,2680,1279
-,,,,,,,,8207,8713,2489,1188
-,,,,,,,,8208,7936,2266,1082
-,,,,,,,,8209,7326,2092,999
-,,,,,,,,8210,6934,1980,945
-,,,,,,,,8211,6727,1922,917
-,,,,,,,,8212,6636,1895,904
-,,,,,,,,8213,6689,1910,912
-,,,,,,,,8214,6884,1966,939
-,,,,,,,,8215,7281,2079,993
-,,,,,,,,8216,7698,2199,1050
-,,,,,,,,8217,8329,2379,1136
-,,,,,,,,8218,8814,2517,1202
-,,,,,,,,8219,9069,2590,1236
-,,,,,,,,8220,9208,2629,1255
-,,,,,,,,8221,9258,2644,1262
-,,,,,,,,8222,9208,2629,1255
-,,,,,,,,8223,9157,2615,1248
-,,,,,,,,8224,9403,2685,1282
-,,,,,,,,8225,10502,2999,1432
-,,,,,,,,8226,11126,3178,1517
-,,,,,,,,8227,11064,3160,1509
-,,,,,,,,8228,10807,3086,1474
-,,,,,,,,8229,10387,2966,1416
-,,,,,,,,8230,9693,2768,1322
-,,,,,,,,8231,8769,2504,1196
-,,,,,,,,8232,7894,2254,1076
-,,,,,,,,8233,7318,2090,998
-,,,,,,,,8234,7026,2007,958
-,,,,,,,,8235,6896,1969,940
-,,,,,,,,8236,6881,1965,938
-,,,,,,,,8237,7124,2034,971
-,,,,,,,,8238,7859,2244,1071
-,,,,,,,,8239,9185,2623,1252
-,,,,,,,,8240,10055,2872,1371
-,,,,,,,,8241,10253,2928,1398
-,,,,,,,,8242,10390,2967,1417
-,,,,,,,,8243,10500,2999,1432
-,,,,,,,,8244,10516,3003,1434
-,,,,,,,,8245,10487,2995,1429
-,,,,,,,,8246,10473,2991,1428
-,,,,,,,,8247,10385,2966,1416
-,,,,,,,,8248,10549,3013,1439
-,,,,,,,,8249,11329,3236,1545
-,,,,,,,,8250,11796,3369,1608
-,,,,,,,,8251,11652,3328,1589
-,,,,,,,,8252,11302,3228,1541
-,,,,,,,,8253,10798,3084,1472
-,,,,,,,,8254,9997,2855,1363
-,,,,,,,,8255,9002,2571,1227
-,,,,,,,,8256,8009,2287,1092
-,,,,,,,,8257,7298,2084,994
-,,,,,,,,8258,6918,1976,943
-,,,,,,,,8259,6727,1921,917
-,,,,,,,,8260,6693,1912,913
-,,,,,,,,8261,6882,1965,938
-,,,,,,,,8262,7636,2181,1041
-,,,,,,,,8263,9017,2575,1229
-,,,,,,,,8264,9834,2809,1341
-,,,,,,,,8265,10010,2859,1365
-,,,,,,,,8266,10059,2873,1372
-,,,,,,,,8267,10057,2872,1371
-,,,,,,,,8268,10028,2864,1367
-,,,,,,,,8269,9935,2838,1354
-,,,,,,,,8270,9917,2832,1352
-,,,,,,,,8271,9880,2822,1347
-,,,,,,,,8272,10054,2871,1371
-,,,,,,,,8273,11028,3150,1504
-,,,,,,,,8274,11804,3371,1610
-,,,,,,,,8275,11798,3370,1609
-,,,,,,,,8276,11573,3306,1578
-,,,,,,,,8277,11174,3191,1524
-,,,,,,,,8278,10458,2986,1426
-,,,,,,,,8279,9424,2691,1285
-,,,,,,,,8280,8462,2417,1154
-,,,,,,,,8281,7859,2244,1071
-,,,,,,,,8282,7568,2161,1031
-,,,,,,,,8283,7438,2124,1014
-,,,,,,,,8284,7448,2127,1015
-,,,,,,,,8285,7712,2203,1051
-,,,,,,,,8286,8497,2426,1158
-,,,,,,,,8287,9905,2829,1350
-,,,,,,,,8288,10639,3038,1450
-,,,,,,,,8289,10681,3050,1456
-,,,,,,,,8290,10637,3038,1450
-,,,,,,,,8291,10586,3023,1444
-,,,,,,,,8292,10513,3002,1434
-,,,,,,,,8293,10385,2966,1416
-,,,,,,,,8294,10350,2955,1411
-,,,,,,,,8295,10273,2934,1400
-,,,,,,,,8296,10460,2987,1426
-,,,,,,,,8297,11452,3271,1561
-,,,,,,,,8298,12182,3479,1661
-,,,,,,,,8299,12133,3466,1655
-,,,,,,,,8300,11913,3402,1624
-,,,,,,,,8301,11507,3286,1569
-,,,,,,,,8302,10813,3088,1474
-,,,,,,,,8303,9780,2793,1333
-,,,,,,,,8304,8789,2510,1198
-,,,,,,,,8305,8123,2320,1107
-,,,,,,,,8306,7784,2223,1061
-,,,,,,,,8307,7644,2183,1042
-,,,,,,,,8308,7658,2187,1044
-,,,,,,,,8309,7891,2254,1075
-,,,,,,,,8310,8660,2473,1181
-,,,,,,,,8311,10048,2870,1370
-,,,,,,,,8312,10751,3070,1465
-,,,,,,,,8313,10787,3081,1470
-,,,,,,,,8314,10638,3038,1450
-,,,,,,,,8315,10499,2999,1431
-,,,,,,,,8316,10356,2957,1412
-,,,,,,,,8317,10201,2914,1391
-,,,,,,,,8318,10134,2895,1382
-,,,,,,,,8319,10061,2874,1372
-,,,,,,,,8320,10198,2912,1390
-,,,,,,,,8321,11142,3182,1519
-,,,,,,,,8322,12007,3429,1637
-,,,,,,,,8323,12019,3432,1639
-,,,,,,,,8324,11831,3379,1613
-,,,,,,,,8325,11463,3274,1563
-,,,,,,,,8326,10789,3081,1471
-,,,,,,,,8327,9777,2792,1332
-,,,,,,,,8328,8798,2513,1200
-,,,,,,,,8329,8150,2328,1111
-,,,,,,,,8330,7835,2238,1068
-,,,,,,,,8331,7694,2198,1049
-,,,,,,,,8332,7694,2198,1049
-,,,,,,,,8333,7926,2264,1080
-,,,,,,,,8334,8683,2479,1184
-,,,,,,,,8335,10038,2867,1368
-,,,,,,,,8336,10745,3069,1464
-,,,,,,,,8337,10774,3077,1469
-,,,,,,,,8338,10651,3042,1452
-,,,,,,,,8339,10540,3010,1437
-,,,,,,,,8340,10390,2967,1417
-,,,,,,,,8341,10184,2909,1388
-,,,,,,,,8342,10044,2869,1369
-,,,,,,,,8343,9969,2847,1359
-,,,,,,,,8344,10081,2879,1374
-,,,,,,,,8345,10996,3140,1499
-,,,,,,,,8346,11644,3326,1587
-,,,,,,,,8347,11501,3285,1568
-,,,,,,,,8348,11220,3205,1530
-,,,,,,,,8349,10866,3103,1481
-,,,,,,,,8350,10350,2956,1411
-,,,,,,,,8351,9535,2723,1300
-,,,,,,,,8352,8636,2466,1177
-,,,,,,,,8353,7956,2272,1085
-,,,,,,,,8354,7558,2158,1030
-,,,,,,,,8355,7385,2109,1007
-,,,,,,,,8356,7329,2093,999
-,,,,,,,,8357,7415,2118,1010
-,,,,,,,,8358,7730,2208,1054
-,,,,,,,,8359,8328,2379,1136
-,,,,,,,,8360,8937,2552,1218
-,,,,,,,,8361,9519,2719,1298
-,,,,,,,,8362,9813,2802,1338
-,,,,,,,,8363,9860,2816,1344
-,,,,,,,,8364,9753,2785,1329
-,,,,,,,,8365,9559,2730,1303
-,,,,,,,,8366,9368,2675,1277
-,,,,,,,,8367,9294,2655,1267
-,,,,,,,,8368,9456,2700,1289
-,,,,,,,,8369,10489,2995,1430
-,,,,,,,,8370,11189,3195,1525
-,,,,,,,,8371,11102,3170,1514
-,,,,,,,,8372,10833,3094,1477
-,,,,,,,,8373,10562,3016,1440
-,,,,,,,,8374,10115,2889,1379
-,,,,,,,,8375,9450,2699,1288
-,,,,,,,,8376,8654,2471,1180
-,,,,,,,,8377,8002,2285,1090
-,,,,,,,,8378,7604,2172,1036
-,,,,,,,,8379,7391,2111,1008
-,,,,,,,,8380,7298,2084,994
-,,,,,,,,8381,7324,2091,999
-,,,,,,,,8382,7515,2146,1025
-,,,,,,,,8383,7925,2264,1080
-,,,,,,,,8384,8447,2412,1151
-,,,,,,,,8385,9200,2627,1254
-,,,,,,,,8386,9807,2800,1337
-,,,,,,,,8387,10133,2894,1382
-,,,,,,,,8388,10329,2950,1408
-,,,,,,,,8389,10480,2993,1428
-,,,,,,,,8390,10529,3007,1435
-,,,,,,,,8391,10546,3011,1438
-,,,,,,,,8392,10778,3078,1469
-,,,,,,,,8393,11574,3306,1578
-,,,,,,,,8394,11976,3420,1633
-,,,,,,,,8395,11878,3392,1620
-,,,,,,,,8396,11551,3299,1575
-,,,,,,,,8397,11111,3173,1515
-,,,,,,,,8398,10487,2995,1429
-,,,,,,,,8399,9573,2734,1305
-,,,,,,,,8400,8649,2470,1179
-,,,,,,,,8401,7970,2276,1086
-,,,,,,,,8402,7576,2164,1033
-,,,,,,,,8403,7430,2122,1013
-,,,,,,,,8404,7412,2117,1010
-,,,,,,,,8405,7658,2187,1044
-,,,,,,,,8406,8378,2393,1142
-,,,,,,,,8407,9688,2766,1321
-,,,,,,,,8408,10594,3025,1444
-,,,,,,,,8409,10868,3104,1482
-,,,,,,,,8410,10975,3135,1496
-,,,,,,,,8411,11084,3166,1511
-,,,,,,,,8412,11101,3170,1514
-,,,,,,,,8413,11032,3150,1504
-,,,,,,,,8414,10988,3138,1498
-,,,,,,,,8415,10911,3115,1488
-,,,,,,,,8416,11057,3158,1508
-,,,,,,,,8417,11885,3394,1621
-,,,,,,,,8418,12358,3530,1685
-,,,,,,,,8419,12236,3495,1668
-,,,,,,,,8420,11929,3406,1626
-,,,,,,,,8421,11458,3272,1562
-,,,,,,,,8422,10660,3045,1454
-,,,,,,,,8423,9581,2736,1306
-,,,,,,,,8424,8551,2442,1166
-,,,,,,,,8425,7846,2241,1070
-,,,,,,,,8426,7499,2142,1022
-,,,,,,,,8427,7307,2087,996
-,,,,,,,,8428,7270,2076,991
-,,,,,,,,8429,7457,2129,1016
-,,,,,,,,8430,8157,2329,1112
-,,,,,,,,8431,9462,2702,1290
-,,,,,,,,8432,10299,2941,1404
-,,,,,,,,8433,10434,2980,1423
-,,,,,,,,8434,10482,2994,1429
-,,,,,,,,8435,10545,3011,1438
-,,,,,,,,8436,10526,3006,1435
-,,,,,,,,8437,10414,2975,1420
-,,,,,,,,8438,10366,2960,1414
-,,,,,,,,8439,10287,2938,1403
-,,,,,,,,8440,10414,2974,1419
-,,,,,,,,8441,11220,3205,1530
-,,,,,,,,8442,11815,3374,1611
-,,,,,,,,8443,11739,3352,1600
-,,,,,,,,8444,11469,3276,1564
-,,,,,,,,8445,11037,3152,1504
-,,,,,,,,8446,10308,2944,1405
-,,,,,,,,8447,9289,2653,1267
-,,,,,,,,8448,8287,2367,1130
-,,,,,,,,8449,7571,2162,1032
-,,,,,,,,8450,7214,2060,984
-,,,,,,,,8451,7066,2018,963
-,,,,,,,,8452,7064,2018,963
-,,,,,,,,8453,7305,2086,996
-,,,,,,,,8454,8040,2296,1096
-,,,,,,,,8455,9396,2683,1281
-,,,,,,,,8456,10188,2910,1389
-,,,,,,,,8457,10302,2942,1404
-,,,,,,,,8458,10320,2947,1407
-,,,,,,,,8459,10324,2949,1408
-,,,,,,,,8460,10273,2934,1400
-,,,,,,,,8461,10179,2907,1388
-,,,,,,,,8462,10191,2910,1389
-,,,,,,,,8463,10181,2908,1388
-,,,,,,,,8464,10321,2948,1407
-,,,,,,,,8465,11211,3202,1529
-,,,,,,,,8466,11925,3406,1625
-,,,,,,,,8467,11886,3394,1621
-,,,,,,,,8468,11642,3325,1587
-,,,,,,,,8469,11261,3216,1535
-,,,,,,,,8470,10572,3020,1441
-,,,,,,,,8471,9554,2729,1302
-,,,,,,,,8472,8528,2435,1162
-,,,,,,,,8473,7849,2242,1070
-,,,,,,,,8474,7476,2135,1019
-,,,,,,,,8475,7318,2090,998
-,,,,,,,,8476,7319,2090,998
-,,,,,,,,8477,7565,2160,1031
-,,,,,,,,8478,8336,2380,1136
-,,,,,,,,8479,9713,2774,1324
-,,,,,,,,8480,10423,2977,1421
-,,,,,,,,8481,10524,3005,1434
-,,,,,,,,8482,10487,2995,1429
-,,,,,,,,8483,10425,2977,1421
-,,,,,,,,8484,10316,2946,1407
-,,,,,,,,8485,10163,2903,1386
-,,,,,,,,8486,10143,2897,1383
-,,,,,,,,8487,10178,2907,1388
-,,,,,,,,8488,10405,2971,1418
-,,,,,,,,8489,11272,3219,1537
-,,,,,,,,8490,11889,3396,1621
-,,,,,,,,8491,11819,3376,1611
-,,,,,,,,8492,11594,3311,1580
-,,,,,,,,8493,11266,3217,1536
-,,,,,,,,8494,10591,3025,1444
-,,,,,,,,8495,9576,2735,1306
-,,,,,,,,8496,8585,2452,1171
-,,,,,,,,8497,7884,2252,1075
-,,,,,,,,8498,7487,2138,1020
-,,,,,,,,8499,7295,2083,994
-,,,,,,,,8500,7292,2083,994
-,,,,,,,,8501,7473,2134,1019
-,,,,,,,,8502,8136,2324,1109
-,,,,,,,,8503,9371,2676,1277
-,,,,,,,,8504,10270,2933,1400
-,,,,,,,,8505,10570,3019,1441
-,,,,,,,,8506,10718,3061,1461
-,,,,,,,,8507,10774,3077,1469
-,,,,,,,,8508,10732,3065,1463
-,,,,,,,,8509,10536,3009,1436
-,,,,,,,,8510,10385,2966,1416
-,,,,,,,,8511,10180,2907,1388
-,,,,,,,,8512,10127,2892,1381
-,,,,,,,,8513,10860,3101,1480
-,,,,,,,,8514,11395,3255,1554
-,,,,,,,,8515,11216,3203,1530
-,,,,,,,,8516,10903,3114,1486
-,,,,,,,,8517,10530,3007,1435
-,,,,,,,,8518,10004,2857,1364
-,,,,,,,,8519,9233,2637,1259
-,,,,,,,,8520,8344,2383,1137
-,,,,,,,,8521,7689,2196,1048
-,,,,,,,,8522,7298,2084,994
-,,,,,,,,8523,7081,2023,965
-,,,,,,,,8524,7021,2005,957
-,,,,,,,,8525,7089,2024,966
-,,,,,,,,8526,7337,2095,1000
-,,,,,,,,8527,7883,2251,1075
-,,,,,,,,8528,8505,2429,1160
-,,,,,,,,8529,9213,2631,1256
-,,,,,,,,8530,9678,2764,1319
-,,,,,,,,8531,9830,2807,1340
-,,,,,,,,8532,9865,2818,1345
-,,,,,,,,8533,9798,2798,1336
-,,,,,,,,8534,9722,2776,1325
-,,,,,,,,8535,9709,2773,1323
-,,,,,,,,8536,9875,2820,1346
-,,,,,,,,8537,10741,3067,1464
-,,,,,,,,8538,11428,3264,1558
-,,,,,,,,8539,11394,3254,1554
-,,,,,,,,8540,11154,3185,1521
-,,,,,,,,8541,10865,3103,1481
-,,,,,,,,8542,10443,2982,1424
-,,,,,,,,8543,9751,2785,1329
-,,,,,,,,8544,8930,2550,1217
-,,,,,,,,8545,8253,2357,1125
-,,,,,,,,8546,7822,2234,1066
-,,,,,,,,8547,7593,2169,1035
-,,,,,,,,8548,7487,2138,1020
-,,,,,,,,8549,7505,2144,1023
-,,,,,,,,8550,7709,2202,1051
-,,,,,,,,8551,8124,2320,1107
-,,,,,,,,8552,8572,2448,1168
-,,,,,,,,8553,9157,2615,1248
-,,,,,,,,8554,9539,2725,1301
-,,,,,,,,8555,9669,2761,1318
-,,,,,,,,8556,9753,2785,1329
-,,,,,,,,8557,9784,2794,1333
-,,,,,,,,8558,9718,2775,1325
-,,,,,,,,8559,9642,2754,1314
-,,,,,,,,8560,9703,2771,1322
-,,,,,,,,8561,10576,3020,1442
-,,,,,,,,8562,11314,3231,1543
-,,,,,,,,8563,11306,3229,1541
-,,,,,,,,8564,11099,3170,1513
-,,,,,,,,8565,10825,3091,1476
-,,,,,,,,8566,10312,2945,1406
-,,,,,,,,8567,9579,2735,1306
-,,,,,,,,8568,8713,2488,1187
-,,,,,,,,8569,8020,2290,1093
-,,,,,,,,8570,7619,2176,1039
-,,,,,,,,8571,7413,2117,1010
-,,,,,,,,8572,7375,2106,1005
-,,,,,,,,8573,7538,2153,1028
-,,,,,,,,8574,7979,2279,1088
-,,,,,,,,8575,8667,2475,1181
-,,,,,,,,8576,9277,2649,1265
-,,,,,,,,8577,9817,2804,1338
-,,,,,,,,8578,10118,2890,1379
-,,,,,,,,8579,10220,2919,1393
-,,,,,,,,8580,10171,2905,1387
-,,,,,,,,8581,10007,2858,1364
-,,,,,,,,8582,9875,2820,1347
-,,,,,,,,8583,9850,2813,1343
-,,,,,,,,8584,9948,2841,1356
-,,,,,,,,8585,10723,3062,1462
-,,,,,,,,8586,11146,3183,1519
-,,,,,,,,8587,10708,3058,1459
-,,,,,,,,8588,10271,2933,1400
-,,,,,,,,8589,9990,2853,1362
-,,,,,,,,8590,9725,2777,1326
-,,,,,,,,8591,9288,2653,1267
-,,,,,,,,8592,8669,2475,1181
-,,,,,,,,8593,8029,2293,1095
-,,,,,,,,8594,7569,2161,1032
-,,,,,,,,8595,7305,2086,996
-,,,,,,,,8596,7231,2065,985
-,,,,,,,,8597,7282,2079,993
-,,,,,,,,8598,7516,2146,1025
-,,,,,,,,8599,7958,2273,1085
-,,,,,,,,8600,8528,2435,1162
-,,,,,,,,8601,9177,2621,1251
-,,,,,,,,8602,9638,2752,1314
-,,,,,,,,8603,9819,2805,1338
-,,,,,,,,8604,9894,2825,1349
-,,,,,,,,8605,9813,2802,1338
-,,,,,,,,8606,9566,2732,1304
-,,,,,,,,8607,9279,2650,1265
-,,,,,,,,8608,9187,2624,1252
-,,,,,,,,8609,9711,2773,1324
-,,,,,,,,8610,10149,2899,1383
-,,,,,,,,8611,10140,2896,1383
-,,,,,,,,8612,10092,2882,1376
-,,,,,,,,8613,9995,2855,1363
-,,,,,,,,8614,9683,2765,1320
-,,,,,,,,8615,9079,2593,1237
-,,,,,,,,8616,8398,2399,1145
-,,,,,,,,8617,7895,2254,1076
-,,,,,,,,8618,7621,2177,1039
-,,,,,,,,8619,7499,2142,1022
-,,,,,,,,8620,7536,2152,1027
-,,,,,,,,8621,7753,2214,1057
-,,,,,,,,8622,8313,2374,1133
-,,,,,,,,8623,9224,2635,1257
-,,,,,,,,8624,9924,2834,1353
-,,,,,,,,8625,10393,2968,1417
-,,,,,,,,8626,10688,3052,1457
-,,,,,,,,8627,10839,3095,1478
-,,,,,,,,8628,10889,3110,1484
-,,,,,,,,8629,10844,3097,1479
-,,,,,,,,8630,10818,3090,1474
-,,,,,,,,8631,10788,3081,1471
-,,,,,,,,8632,10950,3127,1493
-,,,,,,,,8633,11747,3355,1601
-,,,,,,,,8634,12226,3491,1667
-,,,,,,,,8635,12099,3456,1650
-,,,,,,,,8636,11776,3363,1605
-,,,,,,,,8637,11341,3239,1546
-,,,,,,,,8638,10649,3041,1452
-,,,,,,,,8639,9755,2785,1330
-,,,,,,,,8640,8853,2529,1207
-,,,,,,,,8641,8199,2342,1118
-,,,,,,,,8642,7839,2239,1069
-,,,,,,,,8643,7652,2185,1043
-,,,,,,,,8644,7536,2152,1027
-,,,,,,,,8645,7727,2207,1054
-,,,,,,,,8646,8230,2350,1122
-,,,,,,,,8647,9005,2572,1227
-,,,,,,,,8648,9737,2780,1328
-,,,,,,,,8649,10207,2915,1392
-,,,,,,,,8650,10635,3037,1450
-,,,,,,,,8651,10907,3115,1487
-,,,,,,,,8652,11027,3150,1504
-,,,,,,,,8653,10986,3138,1498
-,,,,,,,,8654,10917,3118,1489
-,,,,,,,,8655,10813,3088,1474
-,,,,,,,,8656,10889,3110,1484
-,,,,,,,,8657,11563,3302,1576
-,,,,,,,,8658,12134,3466,1655
-,,,,,,,,8659,11976,3421,1633
-,,,,,,,,8660,11623,3320,1585
-,,,,,,,,8661,11165,3189,1522
-,,,,,,,,8662,10481,2993,1428
-,,,,,,,,8663,9586,2738,1307
-,,,,,,,,8664,8734,2494,1191
-,,,,,,,,8665,8127,2321,1108
-,,,,,,,,8666,7810,2231,1065
-,,,,,,,,8667,7656,2186,1044
-,,,,,,,,8668,7640,2182,1041
-,,,,,,,,8669,7829,2236,1067
-,,,,,,,,8670,8375,2392,1141
-,,,,,,,,8671,9248,2641,1261
-,,,,,,,,8672,9903,2828,1350
-,,,,,,,,8673,10347,2955,1411
-,,,,,,,,8674,10599,3027,1445
-,,,,,,,,8675,10680,3050,1456
-,,,,,,,,8676,10613,3031,1447
-,,,,,,,,8677,10459,2987,1426
-,,,,,,,,8678,10329,2950,1408
-,,,,,,,,8679,10219,2919,1393
-,,,,,,,,8680,10248,2927,1397
-,,,,,,,,8681,11026,3149,1504
-,,,,,,,,8682,11797,3369,1608
-,,,,,,,,8683,11680,3336,1592
-,,,,,,,,8684,11362,3245,1549
-,,,,,,,,8685,10989,3139,1498
-,,,,,,,,8686,10419,2975,1420
-,,,,,,,,8687,9664,2760,1318
-,,,,,,,,8688,8844,2526,1206
-,,,,,,,,8689,8241,2354,1123
-,,,,,,,,8690,7880,2250,1075
-,,,,,,,,8691,7703,2200,1050
-,,,,,,,,8692,7615,2175,1038
-,,,,,,,,8693,7660,2188,1045
-,,,,,,,,8694,7917,2261,1080
-,,,,,,,,8695,8375,2392,1141
-,,,,,,,,8696,8885,2538,1212
-,,,,,,,,8697,9511,2716,1297
-,,,,,,,,8698,10005,2857,1364
-,,,,,,,,8699,10256,2929,1398
-,,,,,,,,8700,10299,2941,1404
-,,,,,,,,8701,10302,2942,1404
-,,,,,,,,8702,10277,2935,1401
-,,,,,,,,8703,10289,2939,1403
-,,,,,,,,8704,10490,2995,1430
-,,,,,,,,8705,11257,3215,1535
-,,,,,,,,8706,11770,3361,1605
-,,,,,,,,8707,11670,3333,1591
-,,,,,,,,8708,11311,3231,1542
-,,,,,,,,8709,10872,3105,1482
-,,,,,,,,8710,10303,2943,1404
-,,,,,,,,8711,9558,2730,1303
-,,,,,,,,8712,8787,2509,1198
-,,,,,,,,8713,8179,2336,1115
-,,,,,,,,8714,7788,2224,1062
-,,,,,,,,8715,7602,2171,1036
-,,,,,,,,8716,7520,2148,1025
-,,,,,,,,8717,7568,2161,1031
-,,,,,,,,8718,7783,2223,1061
-,,,,,,,,8719,8145,2326,1110
-,,,,,,,,8720,8515,2432,1161
-,,,,,,,,8721,9074,2591,1237
-,,,,,,,,8722,9555,2729,1302
-,,,,,,,,8723,9877,2820,1347
-,,,,,,,,8724,10082,2880,1374
-,,,,,,,,8725,10161,2902,1385
-,,,,,,,,8726,10085,2880,1375
-,,,,,,,,8727,10002,2856,1363
-,,,,,,,,8728,10086,2880,1375
-,,,,,,,,8729,10996,3140,1499
-,,,,,,,,8730,11817,3375,1611
-,,,,,,,,8731,11777,3363,1605
-,,,,,,,,8732,11486,3281,1566
-,,,,,,,,8733,11162,3188,1522
-,,,,,,,,8734,10603,3028,1445
-,,,,,,,,8735,9865,2818,1345
-,,,,,,,,8736,9090,2596,1239
-,,,,,,,,8737,8516,2432,1161
-,,,,,,,,8738,8194,2340,1117
-,,,,,,,,8739,8028,2293,1095
-,,,,,,,,8740,8002,2285,1090
-,,,,,,,,8741,8148,2327,1110
-,,,,,,,,8742,8589,2453,1171
-,,,,,,,,8743,9325,2663,1272
-,,,,,,,,8744,9904,2829,1350
-,,,,,,,,8745,10400,2970,1418
-,,,,,,,,8746,10771,3076,1469
-,,,,,,,,8747,10938,3124,1491
-,,,,,,,,8748,10907,3115,1487
-,,,,,,,,8749,10730,3064,1463
-,,,,,,,,8750,10550,3013,1439
-,,,,,,,,8751,10438,2981,1423
-,,,,,,,,8752,10469,2990,1427
-,,,,,,,,8753,11228,3206,1531
-,,,,,,,,8754,11908,3401,1624
-,,,,,,,,8755,11562,3302,1576
-,,,,,,,,8756,9923,3797,1339
-,,,,,,,,8757,9461,3621,1277
-,,,,,,,,8758,9018,3452,1217
-,,,,,,,,8759,8551,3281,1154
-,,,,,,,,8760,8089,3106,1092
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/Energy_share_requirement.csv b/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/Energy_share_requirement.csv
deleted file mode 100644
index 749ddfeaf1..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/Energy_share_requirement.csv
+++ /dev/null
@@ -1,4 +0,0 @@
-,Network_zones,ESR_1,ESR_2
-NENGREST,z1,0.259,0.348
-NENG_CT,z2,0.44,0.44
-NENG_ME,z3,0.776,0.776
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/Fuels_data.csv b/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/Fuels_data.csv
deleted file mode 100644
index 5448cd0e9f..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/Fuels_data.csv
+++ /dev/null
@@ -1,8762 +0,0 @@
-Time_Index,NENG_CT_NG,NENG_ME_NG,NENGREST_NG,west_north_central_coal,new_england_uranium,NENG_CT_NG_ccs90,NENG_ME_NG_ccs90,NENGREST_NG_ccs90,NENG_CT_NG_ccs100,NENG_ME_NG_ccs100,NENGREST_NG_ccs100,None
-0,0.05306,0.05306,0.05306,0.09552,0,0.00531,0.00531,0.00531,0,0,0,0
-1,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-2,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-3,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-4,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-5,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-6,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-7,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-8,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-9,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-10,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-11,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-12,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-13,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-14,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-15,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-16,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-17,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-18,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-19,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-20,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-21,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-22,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-23,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-24,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-25,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-26,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-27,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-28,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-29,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-30,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-31,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-32,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-33,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-34,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-35,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-36,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-37,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-38,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-39,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-40,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-41,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-42,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-43,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-44,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-45,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-46,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-47,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-48,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-49,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-50,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-51,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-52,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-53,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-54,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-55,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-56,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-57,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-58,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-59,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-60,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-61,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-62,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-63,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-64,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-65,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-66,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-67,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-68,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-69,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-70,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-71,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-72,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-73,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-74,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-75,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-76,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-77,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-78,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-79,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-80,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-81,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-82,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-83,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-84,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-85,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-86,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-87,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-88,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-89,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-90,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-91,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-92,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-93,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-94,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-95,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-96,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-97,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-98,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-99,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-100,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-101,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-102,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-103,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-104,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-105,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-106,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-107,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-108,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-109,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-110,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-111,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-112,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-113,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-114,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-115,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-116,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-117,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-118,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-119,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-120,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-121,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-122,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-123,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-124,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-125,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-126,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-127,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-128,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-129,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-130,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-131,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-132,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-133,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-134,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-135,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-136,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-137,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-138,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-139,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-140,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-141,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-142,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-143,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-144,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-145,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-146,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-147,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-148,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-149,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-150,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-151,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-152,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-153,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-154,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-155,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-156,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-157,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-158,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-159,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-160,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-161,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-162,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-163,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-164,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-165,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-166,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-167,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-168,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-169,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-170,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-171,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-172,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-173,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-174,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-175,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-176,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-177,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-178,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-179,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-180,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-181,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-182,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-183,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-184,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-185,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-186,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-187,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-188,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-189,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-190,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-191,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-192,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-193,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-194,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-195,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-196,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-197,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-198,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-199,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-200,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-201,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-202,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-203,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-204,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-205,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-206,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-207,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-208,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-209,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-210,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-211,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-212,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-213,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-214,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-215,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-216,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-217,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-218,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-219,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-220,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-221,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-222,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-223,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-224,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-225,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-226,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-227,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-228,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-229,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-230,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-231,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-232,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-233,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-234,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-235,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-236,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-237,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-238,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-239,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-240,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-241,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-242,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-243,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-244,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-245,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-246,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-247,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-248,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-249,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-250,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-251,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-252,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-253,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-254,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-255,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-256,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-257,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-258,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-259,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-260,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-261,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-262,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-263,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-264,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-265,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-266,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-267,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-268,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-269,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-270,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-271,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-272,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-273,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-274,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-275,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-276,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-277,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-278,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-279,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-280,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-281,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-282,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-283,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-284,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-285,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-286,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-287,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-288,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-289,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-290,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-291,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-292,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-293,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-294,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-295,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-296,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-297,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-298,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-299,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-300,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-301,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-302,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-303,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-304,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-305,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-306,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-307,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-308,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-309,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-310,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-311,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-312,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-313,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-314,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-315,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-316,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-317,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-318,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-319,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-320,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-321,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-322,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-323,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-324,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-325,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-326,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-327,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-328,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-329,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-330,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-331,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-332,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-333,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-334,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-335,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-336,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-337,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-338,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-339,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-340,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-341,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-342,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-343,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-344,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-345,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-346,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-347,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-348,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-349,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-350,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-351,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-352,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-353,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-354,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-355,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-356,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-357,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-358,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-359,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-360,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-361,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-362,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-363,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-364,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-365,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-366,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-367,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-368,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-369,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-370,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-371,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-372,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-373,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-374,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-375,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-376,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-377,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-378,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-379,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-380,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-381,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-382,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-383,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-384,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-385,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-386,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-387,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-388,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-389,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-390,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-391,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-392,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-393,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-394,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-395,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-396,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-397,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-398,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-399,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-400,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-401,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-402,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-403,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-404,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-405,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-406,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-407,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-408,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-409,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-410,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-411,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-412,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-413,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-414,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-415,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-416,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-417,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-418,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-419,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-420,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-421,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-422,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-423,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-424,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-425,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-426,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-427,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-428,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-429,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-430,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-431,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-432,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-433,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-434,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-435,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-436,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-437,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-438,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-439,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-440,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-441,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-442,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-443,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-444,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-445,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-446,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-447,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-448,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-449,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-450,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-451,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-452,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-453,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-454,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-455,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-456,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-457,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-458,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-459,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-460,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-461,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-462,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-463,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-464,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-465,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-466,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-467,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-468,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-469,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-470,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-471,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-472,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-473,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-474,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-475,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-476,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-477,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-478,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-479,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-480,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-481,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-482,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-483,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-484,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-485,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-486,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-487,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-488,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-489,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-490,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-491,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-492,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-493,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-494,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-495,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-496,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-497,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-498,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-499,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-500,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-501,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-502,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-503,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-504,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-505,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-506,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-507,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-508,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-509,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-510,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-511,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-512,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-513,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-514,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-515,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-516,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-517,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-518,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-519,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-520,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-521,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-522,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-523,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-524,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-525,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-526,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-527,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-528,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-529,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-530,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-531,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-532,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-533,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-534,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-535,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-536,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-537,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-538,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-539,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-540,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-541,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-542,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-543,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-544,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-545,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-546,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-547,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-548,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-549,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-550,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-551,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-552,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-553,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-554,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-555,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-556,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-557,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-558,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-559,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-560,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-561,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-562,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-563,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-564,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-565,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-566,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-567,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-568,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-569,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-570,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-571,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-572,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-573,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-574,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-575,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-576,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-577,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-578,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-579,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-580,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-581,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-582,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-583,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-584,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-585,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-586,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-587,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-588,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-589,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-590,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-591,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-592,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-593,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-594,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-595,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-596,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-597,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-598,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-599,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-600,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-601,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-602,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-603,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-604,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-605,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-606,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-607,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-608,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-609,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-610,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-611,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-612,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-613,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-614,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-615,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-616,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-617,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-618,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-619,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-620,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-621,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-622,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-623,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-624,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-625,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-626,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-627,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-628,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-629,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-630,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-631,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-632,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-633,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-634,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-635,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-636,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-637,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-638,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-639,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-640,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-641,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-642,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-643,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-644,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-645,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-646,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-647,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-648,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-649,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-650,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-651,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-652,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-653,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-654,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-655,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-656,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-657,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-658,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-659,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-660,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-661,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-662,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-663,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-664,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-665,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-666,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-667,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-668,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-669,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-670,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-671,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-672,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-673,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-674,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-675,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-676,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-677,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-678,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-679,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-680,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-681,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-682,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-683,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-684,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-685,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-686,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-687,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-688,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-689,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-690,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-691,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-692,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-693,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-694,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-695,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-696,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-697,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-698,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-699,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-700,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-701,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-702,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-703,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-704,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-705,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-706,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-707,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-708,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-709,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-710,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-711,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-712,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-713,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-714,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-715,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-716,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-717,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-718,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-719,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-720,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-721,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-722,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-723,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-724,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-725,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-726,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-727,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-728,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-729,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-730,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-731,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-732,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-733,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-734,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-735,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-736,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-737,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-738,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-739,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-740,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-741,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-742,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-743,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-744,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-745,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-746,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-747,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-748,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-749,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-750,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-751,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-752,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-753,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-754,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-755,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-756,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-757,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-758,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-759,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-760,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-761,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-762,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-763,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-764,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-765,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-766,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-767,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-768,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-769,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-770,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-771,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-772,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-773,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-774,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-775,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-776,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-777,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-778,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-779,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-780,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-781,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-782,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-783,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-784,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-785,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-786,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-787,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-788,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-789,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-790,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-791,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-792,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-793,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-794,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-795,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-796,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-797,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-798,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-799,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-800,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-801,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-802,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-803,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-804,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-805,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-806,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-807,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-808,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-809,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-810,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-811,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-812,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-813,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-814,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-815,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-816,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-817,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-818,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-819,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-820,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-821,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-822,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-823,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-824,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-825,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-826,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-827,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-828,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-829,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-830,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-831,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-832,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-833,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-834,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-835,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-836,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-837,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-838,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-839,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-840,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-841,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-842,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-843,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-844,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-845,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-846,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-847,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-848,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-849,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-850,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-851,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-852,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-853,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-854,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-855,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-856,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-857,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-858,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-859,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-860,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-861,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-862,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-863,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-864,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-865,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-866,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-867,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-868,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-869,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-870,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-871,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-872,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-873,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-874,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-875,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-876,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-877,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-878,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-879,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-880,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-881,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-882,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-883,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-884,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-885,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-886,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-887,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-888,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-889,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-890,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-891,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-892,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-893,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-894,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-895,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-896,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-897,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-898,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-899,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-900,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-901,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-902,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-903,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-904,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-905,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-906,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-907,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-908,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-909,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-910,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-911,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-912,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-913,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-914,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-915,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-916,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-917,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-918,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-919,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-920,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-921,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-922,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-923,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-924,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-925,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-926,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-927,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-928,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-929,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-930,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-931,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-932,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-933,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-934,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-935,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-936,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-937,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-938,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-939,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-940,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-941,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-942,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-943,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-944,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-945,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-946,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-947,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-948,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-949,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-950,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-951,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-952,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-953,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-954,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-955,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-956,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-957,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-958,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-959,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-960,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-961,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-962,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-963,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-964,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-965,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-966,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-967,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-968,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-969,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-970,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-971,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-972,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-973,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-974,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-975,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-976,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-977,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-978,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-979,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-980,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-981,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-982,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-983,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-984,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-985,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-986,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-987,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-988,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-989,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-990,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-991,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-992,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-993,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-994,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-995,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-996,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-997,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-998,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-999,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1000,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1001,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1002,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1003,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1004,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1005,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1006,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1007,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1008,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1009,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1010,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1011,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1012,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1013,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1014,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1015,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1016,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1017,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1018,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1019,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1020,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1021,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1022,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1023,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1024,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1025,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1026,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1027,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1028,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1029,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1030,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1031,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1032,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1033,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1034,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1035,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1036,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1037,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1038,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1039,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1040,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1041,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1042,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1043,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1044,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1045,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1046,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1047,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1048,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1049,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1050,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1051,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1052,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1053,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1054,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1055,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1056,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1057,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1058,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1059,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1060,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1061,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1062,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1063,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1064,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1065,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1066,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1067,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1068,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1069,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1070,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1071,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1072,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1073,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1074,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1075,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1076,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1077,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1078,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1079,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1080,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1081,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1082,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1083,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1084,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1085,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1086,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1087,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1088,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1089,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1090,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1091,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1092,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1093,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1094,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1095,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1096,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1097,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1098,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1099,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1100,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1101,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1102,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1103,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1104,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1105,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1106,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1107,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1108,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1109,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1110,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1111,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1112,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1113,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1114,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1115,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1116,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1117,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1118,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1119,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1120,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1121,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1122,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1123,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1124,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1125,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1126,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1127,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1128,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1129,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1130,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1131,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1132,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1133,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1134,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1135,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1136,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1137,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1138,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1139,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1140,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1141,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1142,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1143,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1144,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1145,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1146,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1147,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1148,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1149,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1150,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1151,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1152,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1153,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1154,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1155,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1156,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1157,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1158,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1159,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1160,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1161,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1162,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1163,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1164,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1165,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1166,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1167,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1168,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1169,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1170,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1171,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1172,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1173,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1174,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1175,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1176,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1177,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1178,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1179,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1180,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1181,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1182,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1183,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1184,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1185,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1186,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1187,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1188,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1189,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1190,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1191,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1192,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1193,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1194,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1195,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1196,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1197,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1198,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1199,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1200,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1201,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1202,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1203,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1204,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1205,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1206,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1207,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1208,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1209,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1210,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1211,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1212,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1213,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1214,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1215,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1216,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1217,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1218,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1219,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1220,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1221,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1222,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1223,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1224,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1225,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1226,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1227,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1228,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1229,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1230,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1231,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1232,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1233,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1234,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1235,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1236,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1237,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1238,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1239,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1240,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1241,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1242,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1243,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1244,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1245,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1246,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1247,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1248,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1249,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1250,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1251,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1252,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1253,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1254,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1255,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1256,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1257,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1258,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1259,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1260,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1261,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1262,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1263,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1264,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1265,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1266,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1267,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1268,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1269,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1270,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1271,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1272,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1273,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1274,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1275,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1276,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1277,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1278,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1279,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1280,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1281,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1282,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1283,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1284,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1285,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1286,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1287,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1288,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1289,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1290,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1291,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1292,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1293,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1294,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1295,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1296,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1297,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1298,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1299,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1300,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1301,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1302,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1303,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1304,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1305,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1306,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1307,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1308,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1309,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1310,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1311,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1312,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1313,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1314,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1315,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1316,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1317,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1318,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1319,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1320,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1321,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1322,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1323,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1324,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1325,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1326,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1327,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1328,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1329,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1330,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1331,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1332,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1333,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1334,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1335,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1336,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1337,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1338,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1339,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1340,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1341,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1342,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1343,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1344,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1345,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1346,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1347,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1348,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1349,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1350,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1351,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1352,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1353,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1354,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1355,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1356,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1357,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1358,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1359,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1360,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1361,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1362,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1363,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1364,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1365,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1366,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1367,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1368,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1369,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1370,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1371,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1372,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1373,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1374,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1375,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1376,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1377,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1378,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1379,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1380,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1381,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1382,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1383,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1384,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1385,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1386,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1387,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1388,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1389,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1390,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1391,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1392,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1393,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1394,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1395,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1396,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1397,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1398,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1399,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1400,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1401,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1402,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1403,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1404,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1405,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1406,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1407,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1408,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1409,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1410,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1411,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1412,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1413,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1414,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1415,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1416,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1417,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1418,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1419,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1420,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1421,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1422,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1423,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1424,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1425,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1426,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1427,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1428,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1429,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1430,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1431,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1432,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1433,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1434,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1435,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1436,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1437,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1438,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1439,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1440,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1441,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1442,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1443,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1444,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1445,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1446,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1447,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1448,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1449,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1450,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1451,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1452,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1453,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1454,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1455,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1456,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1457,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1458,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1459,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1460,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1461,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1462,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1463,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1464,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1465,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1466,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1467,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1468,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1469,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1470,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1471,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1472,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1473,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1474,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1475,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1476,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1477,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1478,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1479,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1480,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1481,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1482,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1483,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1484,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1485,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1486,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1487,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1488,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1489,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1490,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1491,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1492,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1493,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1494,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1495,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1496,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1497,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1498,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1499,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1500,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1501,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1502,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1503,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1504,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1505,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1506,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1507,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1508,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1509,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1510,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1511,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1512,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1513,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1514,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1515,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1516,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1517,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1518,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1519,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1520,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1521,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1522,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1523,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1524,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1525,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1526,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1527,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1528,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1529,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1530,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1531,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1532,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1533,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1534,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1535,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1536,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1537,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1538,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1539,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1540,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1541,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1542,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1543,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1544,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1545,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1546,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1547,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1548,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1549,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1550,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1551,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1552,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1553,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1554,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1555,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1556,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1557,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1558,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1559,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1560,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1561,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1562,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1563,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1564,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1565,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1566,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1567,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1568,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1569,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1570,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1571,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1572,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1573,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1574,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1575,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1576,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1577,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1578,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1579,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1580,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1581,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1582,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1583,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1584,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1585,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1586,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1587,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1588,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1589,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1590,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1591,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1592,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1593,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1594,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1595,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1596,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1597,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1598,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1599,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1600,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1601,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1602,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1603,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1604,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1605,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1606,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1607,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1608,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1609,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1610,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1611,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1612,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1613,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1614,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1615,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1616,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1617,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1618,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1619,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1620,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1621,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1622,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1623,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1624,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1625,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1626,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1627,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1628,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1629,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1630,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1631,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1632,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1633,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1634,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1635,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1636,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1637,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1638,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1639,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1640,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1641,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1642,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1643,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1644,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1645,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1646,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1647,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1648,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1649,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1650,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1651,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1652,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1653,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1654,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1655,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1656,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1657,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1658,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1659,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1660,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1661,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1662,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1663,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1664,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1665,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1666,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1667,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1668,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1669,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1670,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1671,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1672,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1673,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1674,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1675,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1676,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1677,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1678,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1679,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1680,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1681,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1682,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1683,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1684,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1685,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1686,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1687,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1688,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1689,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1690,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1691,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1692,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1693,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1694,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1695,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1696,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1697,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1698,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1699,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1700,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1701,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1702,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1703,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1704,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1705,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1706,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1707,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1708,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1709,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1710,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1711,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1712,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1713,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1714,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1715,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1716,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1717,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1718,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1719,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1720,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1721,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1722,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1723,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1724,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1725,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1726,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1727,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1728,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1729,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1730,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1731,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1732,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1733,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1734,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1735,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1736,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1737,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1738,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1739,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1740,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1741,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1742,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1743,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1744,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1745,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1746,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1747,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1748,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1749,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1750,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1751,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1752,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1753,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1754,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1755,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1756,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1757,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1758,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1759,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1760,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1761,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1762,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1763,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1764,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1765,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1766,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1767,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1768,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1769,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1770,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1771,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1772,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1773,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1774,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1775,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1776,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1777,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1778,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1779,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1780,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1781,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1782,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1783,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1784,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1785,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1786,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1787,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1788,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1789,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1790,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1791,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1792,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1793,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1794,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1795,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1796,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1797,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1798,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1799,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1800,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1801,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1802,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1803,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1804,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1805,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1806,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1807,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1808,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1809,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1810,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1811,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1812,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1813,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1814,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1815,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1816,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1817,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1818,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1819,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1820,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1821,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1822,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1823,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1824,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1825,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1826,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1827,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1828,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1829,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1830,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1831,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1832,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1833,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1834,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1835,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1836,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1837,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1838,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1839,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1840,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1841,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1842,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1843,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1844,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1845,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1846,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1847,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1848,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1849,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1850,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1851,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1852,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1853,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1854,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1855,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1856,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1857,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1858,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1859,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1860,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1861,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1862,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1863,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1864,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1865,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1866,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1867,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1868,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1869,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1870,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1871,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1872,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1873,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1874,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1875,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1876,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1877,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1878,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1879,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1880,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1881,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1882,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1883,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1884,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1885,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1886,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1887,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1888,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1889,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1890,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1891,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1892,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1893,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1894,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1895,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1896,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1897,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1898,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1899,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1900,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1901,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1902,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1903,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1904,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1905,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1906,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1907,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1908,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1909,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1910,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1911,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1912,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1913,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1914,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1915,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1916,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1917,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1918,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1919,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1920,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1921,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1922,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1923,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1924,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1925,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1926,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1927,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1928,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1929,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1930,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1931,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1932,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1933,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1934,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1935,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1936,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1937,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1938,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1939,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1940,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1941,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1942,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1943,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1944,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1945,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1946,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1947,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1948,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1949,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1950,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1951,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1952,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1953,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1954,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1955,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1956,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1957,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1958,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1959,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1960,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1961,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1962,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1963,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1964,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1965,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1966,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1967,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1968,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1969,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1970,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1971,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1972,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1973,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1974,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1975,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1976,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1977,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1978,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1979,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1980,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1981,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1982,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1983,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1984,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1985,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1986,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1987,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1988,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1989,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1990,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1991,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1992,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1993,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1994,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1995,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1996,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1997,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1998,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1999,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2000,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2001,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2002,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2003,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2004,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2005,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2006,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2007,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2008,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2009,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2010,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2011,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2012,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2013,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2014,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2015,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2016,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2017,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2018,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2019,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2020,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2021,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2022,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2023,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2024,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2025,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2026,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2027,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2028,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2029,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2030,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2031,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2032,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2033,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2034,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2035,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2036,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2037,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2038,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2039,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2040,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2041,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2042,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2043,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2044,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2045,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2046,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2047,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2048,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2049,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2050,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2051,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2052,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2053,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2054,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2055,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2056,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2057,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2058,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2059,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2060,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2061,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2062,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2063,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2064,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2065,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2066,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2067,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2068,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2069,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2070,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2071,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2072,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2073,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2074,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2075,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2076,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2077,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2078,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2079,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2080,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2081,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2082,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2083,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2084,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2085,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2086,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2087,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2088,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2089,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2090,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2091,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2092,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2093,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2094,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2095,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2096,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2097,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2098,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2099,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2100,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2101,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2102,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2103,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2104,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2105,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2106,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2107,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2108,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2109,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2110,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2111,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2112,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2113,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2114,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2115,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2116,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2117,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2118,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2119,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2120,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2121,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2122,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2123,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2124,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2125,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2126,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2127,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2128,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2129,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2130,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2131,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2132,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2133,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2134,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2135,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2136,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2137,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2138,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2139,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2140,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2141,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2142,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2143,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2144,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2145,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2146,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2147,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2148,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2149,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2150,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2151,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2152,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2153,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2154,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2155,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2156,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2157,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2158,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2159,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2160,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2161,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2162,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2163,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2164,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2165,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2166,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2167,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2168,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2169,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2170,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2171,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2172,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2173,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2174,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2175,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2176,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2177,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2178,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2179,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2180,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2181,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2182,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2183,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2184,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2185,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2186,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2187,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2188,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2189,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2190,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2191,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2192,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2193,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2194,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2195,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2196,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2197,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2198,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2199,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2200,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2201,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2202,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2203,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2204,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2205,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2206,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2207,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2208,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2209,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2210,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2211,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2212,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2213,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2214,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2215,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2216,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2217,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2218,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2219,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2220,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2221,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2222,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2223,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2224,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2225,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2226,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2227,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2228,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2229,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2230,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2231,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2232,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2233,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2234,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2235,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2236,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2237,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2238,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2239,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2240,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2241,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2242,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2243,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2244,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2245,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2246,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2247,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2248,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2249,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2250,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2251,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2252,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2253,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2254,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2255,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2256,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2257,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2258,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2259,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2260,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2261,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2262,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2263,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2264,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2265,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2266,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2267,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2268,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2269,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2270,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2271,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2272,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2273,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2274,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2275,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2276,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2277,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2278,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2279,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2280,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2281,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2282,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2283,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2284,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2285,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2286,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2287,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2288,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2289,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2290,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2291,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2292,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2293,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2294,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2295,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2296,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2297,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2298,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2299,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2300,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2301,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2302,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2303,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2304,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2305,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2306,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2307,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2308,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2309,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2310,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2311,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2312,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2313,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2314,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2315,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2316,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2317,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2318,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2319,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2320,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2321,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2322,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2323,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2324,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2325,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2326,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2327,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2328,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2329,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2330,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2331,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2332,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2333,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2334,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2335,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2336,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2337,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2338,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2339,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2340,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2341,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2342,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2343,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2344,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2345,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2346,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2347,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2348,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2349,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2350,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2351,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2352,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2353,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2354,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2355,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2356,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2357,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2358,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2359,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2360,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2361,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2362,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2363,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2364,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2365,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2366,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2367,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2368,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2369,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2370,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2371,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2372,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2373,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2374,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2375,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2376,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2377,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2378,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2379,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2380,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2381,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2382,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2383,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2384,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2385,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2386,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2387,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2388,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2389,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2390,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2391,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2392,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2393,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2394,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2395,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2396,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2397,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2398,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2399,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2400,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2401,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2402,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2403,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2404,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2405,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2406,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2407,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2408,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2409,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2410,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2411,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2412,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2413,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2414,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2415,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2416,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2417,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2418,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2419,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2420,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2421,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2422,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2423,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2424,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2425,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2426,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2427,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2428,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2429,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2430,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2431,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2432,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2433,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2434,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2435,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2436,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2437,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2438,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2439,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2440,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2441,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2442,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2443,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2444,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2445,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2446,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2447,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2448,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2449,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2450,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2451,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2452,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2453,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2454,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2455,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2456,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2457,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2458,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2459,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2460,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2461,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2462,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2463,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2464,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2465,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2466,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2467,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2468,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2469,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2470,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2471,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2472,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2473,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2474,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2475,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2476,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2477,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2478,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2479,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2480,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2481,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2482,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2483,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2484,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2485,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2486,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2487,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2488,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2489,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2490,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2491,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2492,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2493,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2494,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2495,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2496,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2497,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2498,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2499,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2500,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2501,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2502,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2503,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2504,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2505,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2506,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2507,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2508,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2509,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2510,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2511,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2512,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2513,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2514,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2515,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2516,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2517,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2518,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2519,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2520,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2521,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2522,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2523,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2524,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2525,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2526,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2527,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2528,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2529,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2530,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2531,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2532,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2533,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2534,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2535,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2536,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2537,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2538,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2539,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2540,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2541,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2542,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2543,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2544,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2545,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2546,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2547,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2548,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2549,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2550,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2551,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2552,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2553,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2554,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2555,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2556,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2557,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2558,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2559,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2560,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2561,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2562,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2563,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2564,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2565,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2566,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2567,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2568,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2569,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2570,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2571,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2572,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2573,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2574,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2575,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2576,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2577,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2578,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2579,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2580,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2581,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2582,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2583,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2584,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2585,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2586,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2587,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2588,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2589,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2590,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2591,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2592,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2593,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2594,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2595,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2596,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2597,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2598,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2599,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2600,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2601,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2602,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2603,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2604,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2605,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2606,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2607,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2608,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2609,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2610,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2611,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2612,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2613,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2614,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2615,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2616,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2617,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2618,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2619,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2620,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2621,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2622,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2623,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2624,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2625,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2626,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2627,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2628,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2629,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2630,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2631,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2632,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2633,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2634,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2635,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2636,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2637,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2638,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2639,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2640,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2641,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2642,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2643,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2644,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2645,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2646,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2647,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2648,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2649,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2650,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2651,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2652,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2653,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2654,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2655,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2656,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2657,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2658,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2659,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2660,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2661,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2662,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2663,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2664,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2665,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2666,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2667,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2668,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2669,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2670,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2671,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2672,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2673,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2674,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2675,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2676,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2677,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2678,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2679,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2680,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2681,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2682,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2683,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2684,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2685,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2686,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2687,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2688,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2689,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2690,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2691,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2692,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2693,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2694,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2695,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2696,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2697,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2698,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2699,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2700,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2701,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2702,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2703,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2704,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2705,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2706,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2707,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2708,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2709,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2710,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2711,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2712,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2713,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2714,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2715,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2716,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2717,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2718,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2719,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2720,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2721,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2722,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2723,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2724,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2725,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2726,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2727,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2728,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2729,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2730,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2731,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2732,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2733,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2734,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2735,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2736,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2737,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2738,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2739,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2740,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2741,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2742,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2743,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2744,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2745,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2746,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2747,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2748,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2749,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2750,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2751,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2752,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2753,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2754,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2755,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2756,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2757,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2758,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2759,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2760,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2761,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2762,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2763,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2764,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2765,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2766,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2767,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2768,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2769,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2770,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2771,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2772,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2773,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2774,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2775,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2776,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2777,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2778,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2779,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2780,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2781,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2782,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2783,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2784,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2785,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2786,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2787,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2788,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2789,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2790,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2791,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2792,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2793,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2794,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2795,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2796,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2797,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2798,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2799,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2800,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2801,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2802,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2803,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2804,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2805,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2806,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2807,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2808,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2809,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2810,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2811,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2812,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2813,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2814,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2815,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2816,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2817,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2818,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2819,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2820,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2821,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2822,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2823,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2824,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2825,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2826,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2827,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2828,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2829,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2830,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2831,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2832,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2833,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2834,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2835,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2836,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2837,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2838,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2839,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2840,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2841,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2842,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2843,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2844,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2845,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2846,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2847,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2848,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2849,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2850,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2851,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2852,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2853,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2854,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2855,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2856,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2857,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2858,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2859,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2860,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2861,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2862,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2863,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2864,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2865,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2866,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2867,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2868,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2869,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2870,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2871,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2872,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2873,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2874,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2875,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2876,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2877,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2878,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2879,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2880,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2881,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2882,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2883,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2884,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2885,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2886,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2887,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2888,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2889,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2890,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2891,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2892,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2893,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2894,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2895,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2896,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2897,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2898,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2899,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2900,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2901,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2902,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2903,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2904,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2905,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2906,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2907,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2908,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2909,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2910,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2911,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2912,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2913,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2914,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2915,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2916,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2917,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2918,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2919,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2920,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2921,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2922,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2923,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2924,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2925,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2926,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2927,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2928,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2929,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2930,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2931,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2932,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2933,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2934,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2935,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2936,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2937,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2938,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2939,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2940,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2941,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2942,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2943,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2944,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2945,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2946,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2947,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2948,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2949,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2950,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2951,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2952,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2953,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2954,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2955,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2956,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2957,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2958,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2959,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2960,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2961,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2962,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2963,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2964,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2965,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2966,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2967,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2968,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2969,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2970,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2971,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2972,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2973,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2974,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2975,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2976,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2977,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2978,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2979,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2980,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2981,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2982,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2983,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2984,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2985,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2986,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2987,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2988,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2989,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2990,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2991,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2992,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2993,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2994,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2995,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2996,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2997,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2998,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2999,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3000,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3001,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3002,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3003,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3004,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3005,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3006,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3007,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3008,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3009,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3010,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3011,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3012,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3013,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3014,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3015,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3016,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3017,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3018,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3019,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3020,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3021,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3022,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3023,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3024,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3025,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3026,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3027,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3028,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3029,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3030,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3031,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3032,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3033,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3034,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3035,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3036,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3037,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3038,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3039,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3040,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3041,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3042,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3043,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3044,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3045,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3046,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3047,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3048,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3049,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3050,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3051,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3052,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3053,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3054,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3055,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3056,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3057,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3058,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3059,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3060,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3061,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3062,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3063,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3064,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3065,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3066,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3067,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3068,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3069,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3070,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3071,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3072,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3073,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3074,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3075,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3076,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3077,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3078,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3079,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3080,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3081,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3082,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3083,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3084,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3085,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3086,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3087,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3088,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3089,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3090,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3091,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3092,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3093,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3094,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3095,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3096,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3097,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3098,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3099,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3100,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3101,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3102,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3103,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3104,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3105,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3106,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3107,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3108,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3109,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3110,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3111,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3112,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3113,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3114,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3115,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3116,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3117,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3118,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3119,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3120,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3121,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3122,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3123,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3124,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3125,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3126,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3127,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3128,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3129,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3130,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3131,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3132,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3133,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3134,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3135,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3136,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3137,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3138,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3139,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3140,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3141,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3142,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3143,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3144,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3145,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3146,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3147,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3148,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3149,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3150,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3151,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3152,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3153,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3154,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3155,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3156,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3157,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3158,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3159,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3160,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3161,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3162,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3163,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3164,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3165,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3166,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3167,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3168,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3169,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3170,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3171,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3172,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3173,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3174,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3175,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3176,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3177,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3178,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3179,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3180,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3181,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3182,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3183,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3184,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3185,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3186,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3187,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3188,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3189,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3190,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3191,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3192,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3193,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3194,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3195,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3196,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3197,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3198,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3199,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3200,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3201,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3202,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3203,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3204,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3205,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3206,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3207,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3208,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3209,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3210,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3211,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3212,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3213,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3214,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3215,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3216,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3217,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3218,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3219,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3220,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3221,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3222,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3223,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3224,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3225,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3226,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3227,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3228,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3229,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3230,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3231,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3232,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3233,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3234,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3235,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3236,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3237,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3238,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3239,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3240,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3241,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3242,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3243,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3244,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3245,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3246,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3247,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3248,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3249,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3250,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3251,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3252,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3253,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3254,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3255,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3256,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3257,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3258,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3259,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3260,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3261,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3262,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3263,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3264,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3265,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3266,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3267,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3268,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3269,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3270,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3271,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3272,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3273,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3274,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3275,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3276,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3277,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3278,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3279,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3280,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3281,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3282,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3283,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3284,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3285,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3286,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3287,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3288,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3289,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3290,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3291,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3292,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3293,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3294,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3295,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3296,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3297,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3298,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3299,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3300,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3301,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3302,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3303,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3304,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3305,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3306,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3307,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3308,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3309,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3310,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3311,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3312,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3313,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3314,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3315,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3316,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3317,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3318,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3319,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3320,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3321,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3322,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3323,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3324,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3325,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3326,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3327,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3328,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3329,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3330,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3331,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3332,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3333,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3334,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3335,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3336,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3337,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3338,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3339,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3340,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3341,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3342,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3343,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3344,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3345,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3346,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3347,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3348,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3349,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3350,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3351,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3352,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3353,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3354,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3355,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3356,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3357,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3358,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3359,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3360,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3361,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3362,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3363,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3364,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3365,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3366,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3367,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3368,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3369,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3370,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3371,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3372,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3373,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3374,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3375,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3376,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3377,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3378,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3379,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3380,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3381,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3382,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3383,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3384,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3385,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3386,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3387,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3388,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3389,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3390,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3391,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3392,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3393,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3394,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3395,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3396,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3397,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3398,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3399,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3400,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3401,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3402,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3403,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3404,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3405,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3406,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3407,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3408,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3409,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3410,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3411,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3412,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3413,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3414,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3415,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3416,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3417,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3418,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3419,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3420,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3421,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3422,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3423,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3424,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3425,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3426,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3427,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3428,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3429,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3430,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3431,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3432,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3433,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3434,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3435,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3436,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3437,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3438,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3439,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3440,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3441,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3442,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3443,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3444,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3445,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3446,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3447,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3448,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3449,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3450,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3451,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3452,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3453,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3454,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3455,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3456,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3457,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3458,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3459,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3460,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3461,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3462,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3463,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3464,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3465,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3466,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3467,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3468,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3469,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3470,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3471,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3472,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3473,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3474,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3475,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3476,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3477,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3478,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3479,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3480,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3481,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3482,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3483,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3484,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3485,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3486,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3487,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3488,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3489,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3490,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3491,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3492,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3493,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3494,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3495,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3496,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3497,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3498,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3499,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3500,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3501,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3502,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3503,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3504,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3505,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3506,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3507,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3508,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3509,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3510,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3511,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3512,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3513,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3514,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3515,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3516,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3517,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3518,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3519,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3520,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3521,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3522,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3523,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3524,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3525,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3526,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3527,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3528,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3529,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3530,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3531,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3532,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3533,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3534,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3535,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3536,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3537,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3538,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3539,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3540,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3541,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3542,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3543,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3544,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3545,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3546,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3547,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3548,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3549,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3550,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3551,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3552,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3553,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3554,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3555,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3556,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3557,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3558,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3559,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3560,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3561,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3562,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3563,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3564,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3565,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3566,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3567,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3568,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3569,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3570,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3571,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3572,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3573,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3574,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3575,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3576,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3577,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3578,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3579,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3580,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3581,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3582,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3583,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3584,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3585,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3586,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3587,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3588,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3589,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3590,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3591,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3592,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3593,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3594,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3595,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3596,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3597,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3598,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3599,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3600,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3601,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3602,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3603,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3604,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3605,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3606,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3607,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3608,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3609,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3610,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3611,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3612,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3613,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3614,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3615,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3616,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3617,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3618,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3619,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3620,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3621,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3622,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3623,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3624,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3625,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3626,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3627,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3628,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3629,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3630,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3631,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3632,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3633,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3634,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3635,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3636,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3637,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3638,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3639,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3640,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3641,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3642,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3643,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3644,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3645,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3646,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3647,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3648,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3649,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3650,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3651,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3652,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3653,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3654,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3655,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3656,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3657,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3658,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3659,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3660,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3661,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3662,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3663,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3664,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3665,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3666,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3667,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3668,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3669,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3670,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3671,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3672,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3673,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3674,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3675,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3676,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3677,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3678,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3679,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3680,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3681,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3682,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3683,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3684,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3685,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3686,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3687,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3688,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3689,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3690,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3691,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3692,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3693,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3694,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3695,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3696,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3697,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3698,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3699,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3700,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3701,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3702,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3703,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3704,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3705,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3706,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3707,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3708,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3709,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3710,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3711,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3712,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3713,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3714,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3715,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3716,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3717,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3718,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3719,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3720,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3721,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3722,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3723,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3724,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3725,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3726,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3727,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3728,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3729,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3730,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3731,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3732,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3733,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3734,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3735,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3736,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3737,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3738,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3739,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3740,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3741,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3742,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3743,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3744,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3745,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3746,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3747,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3748,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3749,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3750,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3751,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3752,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3753,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3754,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3755,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3756,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3757,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3758,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3759,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3760,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3761,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3762,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3763,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3764,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3765,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3766,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3767,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3768,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3769,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3770,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3771,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3772,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3773,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3774,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3775,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3776,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3777,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3778,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3779,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3780,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3781,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3782,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3783,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3784,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3785,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3786,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3787,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3788,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3789,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3790,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3791,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3792,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3793,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3794,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3795,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3796,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3797,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3798,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3799,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3800,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3801,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3802,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3803,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3804,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3805,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3806,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3807,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3808,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3809,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3810,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3811,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3812,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3813,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3814,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3815,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3816,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3817,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3818,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3819,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3820,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3821,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3822,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3823,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3824,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3825,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3826,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3827,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3828,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3829,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3830,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3831,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3832,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3833,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3834,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3835,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3836,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3837,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3838,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3839,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3840,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3841,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3842,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3843,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3844,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3845,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3846,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3847,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3848,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3849,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3850,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3851,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3852,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3853,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3854,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3855,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3856,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3857,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3858,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3859,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3860,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3861,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3862,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3863,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3864,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3865,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3866,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3867,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3868,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3869,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3870,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3871,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3872,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3873,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3874,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3875,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3876,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3877,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3878,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3879,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3880,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3881,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3882,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3883,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3884,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3885,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3886,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3887,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3888,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3889,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3890,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3891,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3892,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3893,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3894,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3895,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3896,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3897,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3898,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3899,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3900,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3901,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3902,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3903,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3904,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3905,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3906,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3907,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3908,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3909,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3910,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3911,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3912,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3913,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3914,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3915,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3916,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3917,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3918,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3919,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3920,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3921,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3922,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3923,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3924,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3925,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3926,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3927,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3928,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3929,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3930,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3931,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3932,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3933,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3934,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3935,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3936,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3937,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3938,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3939,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3940,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3941,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3942,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3943,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3944,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3945,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3946,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3947,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3948,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3949,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3950,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3951,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3952,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3953,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3954,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3955,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3956,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3957,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3958,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3959,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3960,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3961,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3962,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3963,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3964,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3965,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3966,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3967,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3968,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3969,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3970,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3971,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3972,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3973,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3974,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3975,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3976,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3977,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3978,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3979,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3980,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3981,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3982,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3983,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3984,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3985,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3986,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3987,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3988,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3989,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3990,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3991,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3992,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3993,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3994,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3995,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3996,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3997,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3998,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3999,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4000,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4001,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4002,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4003,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4004,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4005,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4006,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4007,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4008,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4009,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4010,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4011,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4012,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4013,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4014,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4015,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4016,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4017,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4018,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4019,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4020,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4021,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4022,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4023,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4024,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4025,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4026,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4027,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4028,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4029,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4030,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4031,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4032,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4033,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4034,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4035,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4036,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4037,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4038,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4039,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4040,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4041,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4042,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4043,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4044,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4045,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4046,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4047,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4048,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4049,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4050,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4051,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4052,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4053,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4054,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4055,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4056,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4057,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4058,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4059,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4060,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4061,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4062,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4063,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4064,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4065,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4066,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4067,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4068,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4069,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4070,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4071,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4072,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4073,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4074,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4075,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4076,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4077,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4078,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4079,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4080,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4081,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4082,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4083,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4084,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4085,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4086,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4087,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4088,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4089,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4090,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4091,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4092,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4093,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4094,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4095,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4096,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4097,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4098,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4099,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4100,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4101,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4102,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4103,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4104,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4105,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4106,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4107,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4108,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4109,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4110,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4111,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4112,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4113,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4114,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4115,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4116,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4117,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4118,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4119,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4120,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4121,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4122,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4123,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4124,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4125,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4126,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4127,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4128,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4129,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4130,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4131,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4132,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4133,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4134,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4135,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4136,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4137,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4138,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4139,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4140,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4141,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4142,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4143,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4144,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4145,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4146,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4147,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4148,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4149,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4150,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4151,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4152,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4153,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4154,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4155,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4156,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4157,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4158,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4159,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4160,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4161,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4162,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4163,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4164,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4165,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4166,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4167,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4168,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4169,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4170,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4171,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4172,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4173,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4174,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4175,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4176,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4177,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4178,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4179,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4180,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4181,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4182,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4183,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4184,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4185,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4186,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4187,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4188,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4189,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4190,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4191,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4192,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4193,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4194,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4195,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4196,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4197,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4198,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4199,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4200,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4201,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4202,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4203,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4204,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4205,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4206,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4207,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4208,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4209,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4210,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4211,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4212,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4213,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4214,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4215,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4216,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4217,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4218,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4219,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4220,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4221,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4222,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4223,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4224,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4225,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4226,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4227,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4228,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4229,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4230,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4231,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4232,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4233,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4234,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4235,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4236,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4237,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4238,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4239,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4240,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4241,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4242,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4243,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4244,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4245,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4246,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4247,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4248,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4249,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4250,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4251,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4252,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4253,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4254,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4255,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4256,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4257,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4258,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4259,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4260,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4261,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4262,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4263,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4264,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4265,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4266,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4267,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4268,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4269,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4270,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4271,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4272,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4273,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4274,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4275,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4276,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4277,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4278,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4279,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4280,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4281,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4282,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4283,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4284,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4285,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4286,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4287,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4288,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4289,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4290,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4291,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4292,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4293,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4294,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4295,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4296,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4297,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4298,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4299,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4300,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4301,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4302,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4303,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4304,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4305,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4306,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4307,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4308,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4309,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4310,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4311,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4312,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4313,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4314,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4315,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4316,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4317,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4318,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4319,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4320,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4321,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4322,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4323,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4324,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4325,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4326,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4327,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4328,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4329,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4330,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4331,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4332,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4333,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4334,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4335,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4336,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4337,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4338,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4339,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4340,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4341,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4342,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4343,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4344,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4345,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4346,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4347,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4348,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4349,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4350,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4351,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4352,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4353,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4354,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4355,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4356,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4357,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4358,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4359,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4360,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4361,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4362,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4363,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4364,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4365,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4366,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4367,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4368,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4369,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4370,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4371,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4372,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4373,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4374,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4375,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4376,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4377,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4378,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4379,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4380,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4381,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4382,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4383,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4384,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4385,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4386,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4387,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4388,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4389,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4390,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4391,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4392,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4393,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4394,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4395,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4396,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4397,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4398,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4399,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4400,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4401,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4402,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4403,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4404,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4405,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4406,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4407,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4408,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4409,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4410,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4411,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4412,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4413,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4414,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4415,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4416,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4417,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4418,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4419,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4420,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4421,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4422,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4423,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4424,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4425,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4426,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4427,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4428,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4429,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4430,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4431,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4432,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4433,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4434,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4435,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4436,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4437,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4438,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4439,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4440,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4441,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4442,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4443,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4444,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4445,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4446,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4447,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4448,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4449,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4450,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4451,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4452,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4453,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4454,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4455,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4456,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4457,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4458,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4459,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4460,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4461,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4462,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4463,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4464,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4465,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4466,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4467,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4468,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4469,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4470,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4471,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4472,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4473,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4474,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4475,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4476,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4477,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4478,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4479,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4480,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4481,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4482,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4483,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4484,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4485,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4486,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4487,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4488,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4489,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4490,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4491,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4492,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4493,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4494,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4495,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4496,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4497,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4498,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4499,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4500,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4501,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4502,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4503,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4504,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4505,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4506,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4507,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4508,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4509,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4510,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4511,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4512,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4513,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4514,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4515,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4516,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4517,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4518,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4519,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4520,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4521,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4522,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4523,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4524,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4525,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4526,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4527,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4528,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4529,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4530,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4531,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4532,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4533,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4534,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4535,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4536,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4537,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4538,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4539,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4540,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4541,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4542,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4543,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4544,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4545,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4546,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4547,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4548,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4549,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4550,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4551,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4552,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4553,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4554,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4555,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4556,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4557,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4558,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4559,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4560,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4561,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4562,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4563,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4564,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4565,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4566,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4567,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4568,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4569,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4570,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4571,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4572,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4573,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4574,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4575,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4576,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4577,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4578,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4579,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4580,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4581,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4582,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4583,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4584,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4585,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4586,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4587,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4588,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4589,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4590,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4591,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4592,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4593,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4594,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4595,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4596,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4597,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4598,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4599,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4600,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4601,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4602,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4603,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4604,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4605,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4606,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4607,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4608,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4609,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4610,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4611,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4612,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4613,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4614,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4615,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4616,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4617,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4618,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4619,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4620,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4621,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4622,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4623,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4624,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4625,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4626,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4627,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4628,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4629,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4630,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4631,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4632,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4633,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4634,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4635,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4636,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4637,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4638,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4639,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4640,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4641,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4642,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4643,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4644,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4645,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4646,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4647,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4648,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4649,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4650,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4651,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4652,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4653,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4654,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4655,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4656,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4657,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4658,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4659,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4660,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4661,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4662,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4663,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4664,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4665,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4666,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4667,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4668,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4669,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4670,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4671,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4672,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4673,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4674,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4675,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4676,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4677,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4678,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4679,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4680,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4681,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4682,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4683,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4684,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4685,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4686,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4687,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4688,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4689,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4690,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4691,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4692,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4693,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4694,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4695,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4696,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4697,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4698,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4699,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4700,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4701,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4702,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4703,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4704,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4705,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4706,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4707,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4708,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4709,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4710,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4711,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4712,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4713,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4714,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4715,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4716,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4717,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4718,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4719,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4720,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4721,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4722,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4723,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4724,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4725,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4726,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4727,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4728,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4729,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4730,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4731,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4732,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4733,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4734,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4735,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4736,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4737,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4738,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4739,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4740,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4741,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4742,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4743,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4744,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4745,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4746,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4747,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4748,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4749,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4750,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4751,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4752,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4753,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4754,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4755,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4756,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4757,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4758,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4759,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4760,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4761,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4762,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4763,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4764,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4765,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4766,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4767,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4768,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4769,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4770,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4771,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4772,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4773,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4774,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4775,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4776,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4777,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4778,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4779,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4780,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4781,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4782,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4783,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4784,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4785,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4786,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4787,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4788,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4789,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4790,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4791,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4792,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4793,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4794,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4795,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4796,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4797,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4798,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4799,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4800,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4801,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4802,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4803,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4804,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4805,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4806,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4807,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4808,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4809,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4810,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4811,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4812,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4813,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4814,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4815,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4816,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4817,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4818,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4819,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4820,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4821,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4822,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4823,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4824,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4825,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4826,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4827,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4828,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4829,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4830,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4831,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4832,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4833,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4834,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4835,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4836,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4837,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4838,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4839,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4840,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4841,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4842,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4843,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4844,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4845,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4846,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4847,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4848,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4849,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4850,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4851,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4852,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4853,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4854,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4855,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4856,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4857,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4858,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4859,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4860,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4861,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4862,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4863,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4864,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4865,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4866,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4867,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4868,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4869,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4870,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4871,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4872,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4873,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4874,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4875,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4876,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4877,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4878,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4879,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4880,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4881,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4882,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4883,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4884,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4885,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4886,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4887,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4888,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4889,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4890,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4891,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4892,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4893,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4894,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4895,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4896,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4897,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4898,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4899,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4900,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4901,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4902,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4903,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4904,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4905,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4906,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4907,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4908,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4909,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4910,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4911,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4912,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4913,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4914,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4915,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4916,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4917,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4918,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4919,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4920,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4921,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4922,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4923,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4924,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4925,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4926,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4927,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4928,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4929,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4930,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4931,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4932,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4933,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4934,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4935,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4936,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4937,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4938,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4939,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4940,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4941,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4942,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4943,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4944,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4945,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4946,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4947,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4948,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4949,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4950,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4951,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4952,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4953,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4954,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4955,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4956,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4957,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4958,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4959,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4960,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4961,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4962,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4963,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4964,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4965,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4966,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4967,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4968,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4969,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4970,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4971,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4972,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4973,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4974,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4975,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4976,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4977,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4978,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4979,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4980,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4981,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4982,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4983,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4984,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4985,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4986,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4987,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4988,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4989,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4990,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4991,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4992,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4993,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4994,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4995,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4996,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4997,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4998,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4999,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5000,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5001,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5002,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5003,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5004,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5005,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5006,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5007,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5008,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5009,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5010,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5011,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5012,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5013,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5014,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5015,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5016,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5017,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5018,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5019,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5020,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5021,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5022,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5023,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5024,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5025,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5026,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5027,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5028,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5029,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5030,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5031,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5032,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5033,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5034,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5035,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5036,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5037,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5038,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5039,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5040,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5041,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5042,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5043,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5044,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5045,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5046,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5047,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5048,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5049,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5050,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5051,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5052,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5053,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5054,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5055,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5056,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5057,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5058,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5059,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5060,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5061,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5062,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5063,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5064,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5065,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5066,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5067,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5068,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5069,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5070,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5071,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5072,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5073,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5074,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5075,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5076,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5077,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5078,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5079,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5080,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5081,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5082,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5083,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5084,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5085,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5086,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5087,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5088,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5089,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5090,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5091,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5092,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5093,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5094,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5095,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5096,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5097,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5098,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5099,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5100,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5101,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5102,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5103,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5104,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5105,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5106,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5107,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5108,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5109,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5110,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5111,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5112,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5113,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5114,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5115,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5116,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5117,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5118,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5119,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5120,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5121,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5122,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5123,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5124,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5125,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5126,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5127,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5128,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5129,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5130,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5131,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5132,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5133,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5134,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5135,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5136,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5137,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5138,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5139,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5140,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5141,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5142,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5143,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5144,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5145,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5146,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5147,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5148,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5149,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5150,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5151,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5152,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5153,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5154,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5155,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5156,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5157,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5158,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5159,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5160,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5161,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5162,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5163,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5164,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5165,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5166,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5167,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5168,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5169,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5170,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5171,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5172,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5173,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5174,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5175,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5176,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5177,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5178,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5179,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5180,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5181,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5182,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5183,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5184,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5185,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5186,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5187,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5188,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5189,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5190,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5191,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5192,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5193,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5194,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5195,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5196,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5197,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5198,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5199,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5200,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5201,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5202,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5203,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5204,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5205,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5206,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5207,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5208,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5209,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5210,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5211,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5212,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5213,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5214,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5215,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5216,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5217,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5218,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5219,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5220,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5221,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5222,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5223,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5224,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5225,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5226,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5227,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5228,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5229,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5230,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5231,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5232,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5233,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5234,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5235,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5236,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5237,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5238,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5239,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5240,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5241,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5242,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5243,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5244,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5245,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5246,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5247,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5248,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5249,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5250,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5251,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5252,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5253,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5254,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5255,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5256,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5257,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5258,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5259,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5260,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5261,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5262,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5263,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5264,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5265,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5266,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5267,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5268,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5269,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5270,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5271,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5272,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5273,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5274,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5275,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5276,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5277,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5278,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5279,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5280,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5281,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5282,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5283,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5284,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5285,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5286,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5287,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5288,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5289,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5290,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5291,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5292,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5293,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5294,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5295,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5296,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5297,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5298,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5299,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5300,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5301,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5302,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5303,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5304,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5305,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5306,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5307,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5308,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5309,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5310,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5311,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5312,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5313,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5314,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5315,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5316,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5317,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5318,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5319,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5320,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5321,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5322,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5323,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5324,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5325,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5326,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5327,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5328,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5329,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5330,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5331,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5332,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5333,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5334,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5335,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5336,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5337,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5338,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5339,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5340,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5341,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5342,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5343,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5344,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5345,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5346,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5347,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5348,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5349,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5350,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5351,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5352,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5353,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5354,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5355,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5356,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5357,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5358,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5359,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5360,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5361,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5362,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5363,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5364,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5365,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5366,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5367,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5368,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5369,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5370,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5371,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5372,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5373,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5374,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5375,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5376,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5377,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5378,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5379,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5380,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5381,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5382,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5383,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5384,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5385,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5386,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5387,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5388,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5389,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5390,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5391,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5392,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5393,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5394,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5395,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5396,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5397,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5398,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5399,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5400,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5401,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5402,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5403,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5404,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5405,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5406,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5407,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5408,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5409,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5410,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5411,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5412,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5413,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5414,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5415,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5416,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5417,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5418,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5419,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5420,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5421,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5422,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5423,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5424,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5425,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5426,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5427,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5428,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5429,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5430,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5431,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5432,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5433,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5434,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5435,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5436,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5437,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5438,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5439,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5440,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5441,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5442,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5443,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5444,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5445,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5446,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5447,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5448,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5449,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5450,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5451,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5452,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5453,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5454,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5455,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5456,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5457,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5458,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5459,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5460,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5461,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5462,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5463,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5464,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5465,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5466,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5467,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5468,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5469,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5470,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5471,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5472,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5473,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5474,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5475,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5476,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5477,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5478,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5479,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5480,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5481,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5482,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5483,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5484,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5485,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5486,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5487,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5488,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5489,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5490,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5491,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5492,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5493,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5494,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5495,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5496,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5497,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5498,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5499,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5500,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5501,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5502,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5503,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5504,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5505,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5506,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5507,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5508,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5509,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5510,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5511,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5512,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5513,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5514,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5515,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5516,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5517,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5518,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5519,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5520,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5521,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5522,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5523,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5524,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5525,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5526,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5527,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5528,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5529,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5530,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5531,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5532,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5533,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5534,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5535,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5536,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5537,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5538,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5539,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5540,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5541,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5542,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5543,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5544,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5545,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5546,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5547,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5548,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5549,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5550,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5551,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5552,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5553,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5554,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5555,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5556,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5557,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5558,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5559,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5560,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5561,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5562,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5563,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5564,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5565,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5566,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5567,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5568,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5569,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5570,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5571,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5572,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5573,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5574,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5575,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5576,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5577,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5578,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5579,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5580,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5581,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5582,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5583,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5584,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5585,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5586,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5587,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5588,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5589,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5590,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5591,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5592,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5593,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5594,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5595,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5596,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5597,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5598,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5599,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5600,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5601,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5602,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5603,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5604,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5605,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5606,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5607,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5608,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5609,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5610,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5611,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5612,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5613,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5614,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5615,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5616,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5617,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5618,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5619,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5620,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5621,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5622,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5623,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5624,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5625,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5626,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5627,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5628,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5629,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5630,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5631,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5632,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5633,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5634,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5635,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5636,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5637,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5638,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5639,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5640,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5641,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5642,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5643,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5644,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5645,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5646,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5647,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5648,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5649,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5650,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5651,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5652,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5653,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5654,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5655,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5656,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5657,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5658,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5659,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5660,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5661,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5662,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5663,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5664,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5665,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5666,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5667,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5668,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5669,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5670,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5671,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5672,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5673,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5674,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5675,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5676,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5677,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5678,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5679,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5680,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5681,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5682,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5683,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5684,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5685,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5686,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5687,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5688,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5689,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5690,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5691,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5692,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5693,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5694,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5695,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5696,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5697,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5698,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5699,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5700,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5701,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5702,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5703,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5704,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5705,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5706,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5707,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5708,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5709,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5710,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5711,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5712,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5713,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5714,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5715,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5716,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5717,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5718,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5719,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5720,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5721,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5722,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5723,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5724,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5725,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5726,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5727,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5728,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5729,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5730,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5731,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5732,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5733,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5734,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5735,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5736,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5737,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5738,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5739,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5740,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5741,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5742,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5743,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5744,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5745,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5746,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5747,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5748,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5749,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5750,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5751,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5752,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5753,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5754,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5755,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5756,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5757,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5758,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5759,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5760,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5761,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5762,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5763,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5764,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5765,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5766,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5767,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5768,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5769,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5770,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5771,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5772,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5773,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5774,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5775,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5776,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5777,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5778,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5779,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5780,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5781,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5782,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5783,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5784,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5785,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5786,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5787,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5788,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5789,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5790,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5791,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5792,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5793,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5794,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5795,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5796,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5797,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5798,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5799,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5800,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5801,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5802,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5803,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5804,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5805,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5806,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5807,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5808,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5809,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5810,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5811,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5812,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5813,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5814,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5815,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5816,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5817,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5818,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5819,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5820,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5821,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5822,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5823,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5824,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5825,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5826,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5827,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5828,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5829,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5830,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5831,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5832,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5833,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5834,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5835,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5836,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5837,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5838,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5839,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5840,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5841,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5842,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5843,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5844,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5845,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5846,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5847,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5848,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5849,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5850,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5851,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5852,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5853,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5854,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5855,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5856,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5857,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5858,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5859,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5860,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5861,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5862,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5863,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5864,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5865,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5866,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5867,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5868,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5869,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5870,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5871,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5872,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5873,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5874,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5875,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5876,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5877,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5878,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5879,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5880,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5881,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5882,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5883,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5884,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5885,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5886,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5887,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5888,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5889,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5890,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5891,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5892,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5893,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5894,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5895,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5896,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5897,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5898,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5899,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5900,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5901,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5902,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5903,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5904,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5905,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5906,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5907,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5908,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5909,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5910,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5911,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5912,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5913,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5914,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5915,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5916,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5917,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5918,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5919,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5920,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5921,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5922,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5923,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5924,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5925,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5926,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5927,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5928,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5929,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5930,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5931,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5932,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5933,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5934,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5935,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5936,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5937,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5938,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5939,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5940,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5941,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5942,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5943,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5944,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5945,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5946,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5947,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5948,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5949,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5950,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5951,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5952,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5953,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5954,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5955,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5956,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5957,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5958,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5959,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5960,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5961,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5962,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5963,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5964,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5965,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5966,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5967,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5968,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5969,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5970,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5971,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5972,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5973,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5974,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5975,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5976,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5977,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5978,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5979,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5980,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5981,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5982,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5983,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5984,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5985,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5986,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5987,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5988,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5989,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5990,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5991,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5992,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5993,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5994,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5995,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5996,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5997,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5998,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5999,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6000,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6001,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6002,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6003,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6004,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6005,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6006,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6007,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6008,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6009,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6010,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6011,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6012,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6013,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6014,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6015,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6016,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6017,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6018,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6019,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6020,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6021,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6022,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6023,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6024,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6025,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6026,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6027,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6028,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6029,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6030,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6031,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6032,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6033,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6034,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6035,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6036,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6037,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6038,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6039,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6040,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6041,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6042,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6043,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6044,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6045,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6046,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6047,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6048,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6049,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6050,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6051,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6052,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6053,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6054,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6055,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6056,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6057,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6058,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6059,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6060,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6061,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6062,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6063,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6064,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6065,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6066,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6067,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6068,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6069,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6070,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6071,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6072,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6073,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6074,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6075,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6076,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6077,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6078,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6079,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6080,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6081,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6082,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6083,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6084,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6085,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6086,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6087,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6088,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6089,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6090,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6091,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6092,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6093,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6094,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6095,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6096,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6097,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6098,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6099,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6100,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6101,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6102,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6103,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6104,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6105,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6106,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6107,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6108,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6109,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6110,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6111,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6112,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6113,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6114,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6115,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6116,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6117,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6118,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6119,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6120,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6121,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6122,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6123,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6124,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6125,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6126,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6127,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6128,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6129,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6130,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6131,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6132,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6133,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6134,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6135,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6136,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6137,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6138,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6139,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6140,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6141,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6142,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6143,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6144,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6145,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6146,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6147,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6148,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6149,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6150,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6151,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6152,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6153,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6154,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6155,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6156,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6157,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6158,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6159,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6160,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6161,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6162,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6163,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6164,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6165,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6166,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6167,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6168,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6169,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6170,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6171,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6172,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6173,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6174,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6175,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6176,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6177,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6178,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6179,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6180,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6181,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6182,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6183,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6184,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6185,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6186,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6187,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6188,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6189,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6190,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6191,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6192,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6193,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6194,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6195,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6196,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6197,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6198,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6199,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6200,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6201,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6202,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6203,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6204,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6205,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6206,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6207,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6208,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6209,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6210,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6211,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6212,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6213,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6214,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6215,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6216,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6217,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6218,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6219,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6220,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6221,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6222,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6223,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6224,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6225,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6226,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6227,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6228,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6229,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6230,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6231,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6232,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6233,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6234,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6235,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6236,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6237,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6238,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6239,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6240,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6241,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6242,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6243,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6244,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6245,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6246,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6247,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6248,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6249,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6250,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6251,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6252,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6253,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6254,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6255,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6256,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6257,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6258,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6259,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6260,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6261,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6262,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6263,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6264,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6265,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6266,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6267,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6268,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6269,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6270,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6271,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6272,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6273,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6274,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6275,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6276,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6277,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6278,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6279,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6280,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6281,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6282,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6283,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6284,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6285,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6286,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6287,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6288,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6289,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6290,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6291,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6292,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6293,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6294,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6295,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6296,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6297,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6298,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6299,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6300,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6301,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6302,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6303,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6304,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6305,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6306,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6307,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6308,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6309,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6310,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6311,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6312,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6313,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6314,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6315,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6316,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6317,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6318,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6319,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6320,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6321,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6322,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6323,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6324,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6325,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6326,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6327,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6328,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6329,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6330,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6331,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6332,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6333,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6334,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6335,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6336,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6337,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6338,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6339,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6340,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6341,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6342,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6343,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6344,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6345,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6346,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6347,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6348,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6349,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6350,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6351,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6352,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6353,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6354,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6355,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6356,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6357,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6358,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6359,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6360,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6361,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6362,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6363,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6364,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6365,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6366,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6367,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6368,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6369,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6370,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6371,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6372,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6373,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6374,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6375,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6376,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6377,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6378,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6379,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6380,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6381,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6382,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6383,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6384,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6385,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6386,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6387,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6388,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6389,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6390,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6391,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6392,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6393,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6394,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6395,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6396,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6397,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6398,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6399,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6400,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6401,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6402,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6403,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6404,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6405,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6406,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6407,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6408,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6409,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6410,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6411,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6412,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6413,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6414,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6415,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6416,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6417,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6418,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6419,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6420,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6421,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6422,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6423,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6424,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6425,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6426,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6427,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6428,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6429,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6430,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6431,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6432,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6433,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6434,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6435,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6436,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6437,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6438,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6439,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6440,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6441,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6442,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6443,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6444,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6445,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6446,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6447,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6448,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6449,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6450,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6451,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6452,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6453,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6454,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6455,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6456,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6457,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6458,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6459,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6460,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6461,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6462,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6463,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6464,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6465,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6466,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6467,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6468,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6469,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6470,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6471,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6472,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6473,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6474,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6475,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6476,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6477,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6478,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6479,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6480,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6481,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6482,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6483,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6484,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6485,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6486,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6487,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6488,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6489,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6490,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6491,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6492,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6493,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6494,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6495,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6496,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6497,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6498,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6499,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6500,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6501,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6502,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6503,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6504,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6505,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6506,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6507,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6508,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6509,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6510,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6511,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6512,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6513,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6514,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6515,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6516,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6517,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6518,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6519,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6520,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6521,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6522,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6523,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6524,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6525,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6526,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6527,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6528,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6529,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6530,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6531,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6532,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6533,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6534,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6535,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6536,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6537,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6538,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6539,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6540,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6541,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6542,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6543,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6544,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6545,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6546,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6547,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6548,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6549,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6550,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6551,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6552,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6553,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6554,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6555,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6556,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6557,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6558,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6559,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6560,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6561,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6562,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6563,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6564,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6565,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6566,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6567,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6568,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6569,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6570,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6571,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6572,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6573,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6574,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6575,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6576,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6577,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6578,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6579,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6580,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6581,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6582,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6583,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6584,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6585,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6586,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6587,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6588,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6589,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6590,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6591,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6592,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6593,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6594,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6595,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6596,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6597,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6598,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6599,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6600,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6601,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6602,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6603,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6604,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6605,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6606,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6607,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6608,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6609,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6610,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6611,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6612,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6613,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6614,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6615,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6616,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6617,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6618,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6619,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6620,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6621,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6622,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6623,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6624,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6625,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6626,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6627,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6628,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6629,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6630,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6631,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6632,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6633,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6634,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6635,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6636,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6637,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6638,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6639,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6640,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6641,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6642,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6643,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6644,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6645,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6646,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6647,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6648,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6649,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6650,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6651,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6652,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6653,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6654,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6655,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6656,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6657,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6658,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6659,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6660,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6661,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6662,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6663,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6664,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6665,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6666,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6667,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6668,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6669,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6670,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6671,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6672,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6673,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6674,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6675,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6676,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6677,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6678,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6679,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6680,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6681,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6682,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6683,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6684,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6685,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6686,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6687,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6688,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6689,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6690,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6691,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6692,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6693,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6694,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6695,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6696,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6697,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6698,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6699,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6700,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6701,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6702,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6703,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6704,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6705,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6706,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6707,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6708,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6709,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6710,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6711,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6712,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6713,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6714,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6715,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6716,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6717,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6718,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6719,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6720,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6721,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6722,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6723,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6724,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6725,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6726,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6727,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6728,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6729,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6730,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6731,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6732,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6733,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6734,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6735,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6736,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6737,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6738,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6739,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6740,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6741,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6742,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6743,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6744,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6745,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6746,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6747,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6748,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6749,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6750,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6751,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6752,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6753,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6754,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6755,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6756,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6757,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6758,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6759,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6760,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6761,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6762,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6763,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6764,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6765,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6766,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6767,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6768,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6769,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6770,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6771,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6772,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6773,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6774,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6775,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6776,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6777,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6778,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6779,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6780,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6781,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6782,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6783,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6784,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6785,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6786,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6787,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6788,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6789,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6790,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6791,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6792,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6793,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6794,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6795,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6796,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6797,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6798,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6799,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6800,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6801,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6802,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6803,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6804,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6805,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6806,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6807,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6808,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6809,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6810,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6811,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6812,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6813,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6814,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6815,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6816,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6817,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6818,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6819,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6820,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6821,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6822,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6823,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6824,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6825,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6826,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6827,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6828,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6829,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6830,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6831,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6832,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6833,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6834,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6835,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6836,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6837,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6838,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6839,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6840,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6841,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6842,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6843,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6844,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6845,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6846,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6847,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6848,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6849,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6850,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6851,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6852,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6853,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6854,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6855,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6856,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6857,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6858,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6859,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6860,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6861,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6862,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6863,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6864,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6865,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6866,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6867,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6868,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6869,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6870,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6871,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6872,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6873,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6874,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6875,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6876,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6877,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6878,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6879,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6880,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6881,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6882,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6883,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6884,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6885,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6886,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6887,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6888,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6889,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6890,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6891,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6892,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6893,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6894,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6895,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6896,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6897,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6898,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6899,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6900,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6901,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6902,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6903,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6904,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6905,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6906,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6907,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6908,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6909,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6910,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6911,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6912,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6913,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6914,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6915,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6916,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6917,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6918,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6919,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6920,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6921,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6922,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6923,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6924,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6925,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6926,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6927,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6928,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6929,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6930,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6931,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6932,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6933,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6934,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6935,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6936,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6937,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6938,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6939,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6940,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6941,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6942,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6943,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6944,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6945,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6946,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6947,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6948,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6949,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6950,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6951,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6952,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6953,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6954,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6955,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6956,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6957,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6958,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6959,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6960,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6961,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6962,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6963,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6964,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6965,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6966,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6967,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6968,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6969,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6970,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6971,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6972,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6973,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6974,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6975,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6976,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6977,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6978,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6979,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6980,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6981,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6982,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6983,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6984,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6985,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6986,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6987,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6988,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6989,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6990,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6991,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6992,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6993,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6994,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6995,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6996,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6997,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6998,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6999,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7000,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7001,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7002,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7003,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7004,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7005,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7006,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7007,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7008,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7009,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7010,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7011,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7012,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7013,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7014,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7015,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7016,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7017,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7018,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7019,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7020,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7021,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7022,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7023,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7024,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7025,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7026,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7027,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7028,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7029,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7030,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7031,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7032,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7033,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7034,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7035,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7036,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7037,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7038,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7039,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7040,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7041,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7042,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7043,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7044,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7045,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7046,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7047,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7048,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7049,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7050,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7051,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7052,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7053,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7054,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7055,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7056,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7057,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7058,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7059,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7060,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7061,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7062,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7063,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7064,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7065,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7066,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7067,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7068,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7069,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7070,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7071,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7072,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7073,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7074,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7075,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7076,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7077,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7078,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7079,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7080,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7081,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7082,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7083,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7084,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7085,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7086,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7087,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7088,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7089,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7090,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7091,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7092,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7093,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7094,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7095,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7096,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7097,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7098,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7099,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7100,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7101,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7102,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7103,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7104,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7105,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7106,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7107,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7108,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7109,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7110,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7111,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7112,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7113,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7114,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7115,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7116,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7117,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7118,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7119,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7120,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7121,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7122,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7123,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7124,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7125,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7126,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7127,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7128,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7129,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7130,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7131,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7132,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7133,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7134,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7135,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7136,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7137,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7138,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7139,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7140,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7141,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7142,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7143,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7144,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7145,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7146,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7147,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7148,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7149,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7150,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7151,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7152,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7153,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7154,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7155,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7156,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7157,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7158,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7159,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7160,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7161,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7162,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7163,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7164,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7165,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7166,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7167,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7168,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7169,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7170,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7171,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7172,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7173,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7174,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7175,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7176,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7177,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7178,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7179,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7180,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7181,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7182,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7183,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7184,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7185,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7186,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7187,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7188,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7189,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7190,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7191,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7192,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7193,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7194,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7195,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7196,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7197,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7198,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7199,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7200,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7201,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7202,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7203,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7204,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7205,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7206,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7207,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7208,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7209,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7210,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7211,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7212,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7213,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7214,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7215,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7216,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7217,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7218,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7219,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7220,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7221,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7222,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7223,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7224,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7225,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7226,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7227,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7228,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7229,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7230,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7231,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7232,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7233,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7234,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7235,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7236,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7237,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7238,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7239,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7240,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7241,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7242,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7243,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7244,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7245,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7246,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7247,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7248,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7249,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7250,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7251,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7252,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7253,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7254,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7255,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7256,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7257,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7258,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7259,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7260,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7261,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7262,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7263,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7264,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7265,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7266,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7267,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7268,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7269,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7270,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7271,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7272,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7273,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7274,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7275,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7276,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7277,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7278,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7279,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7280,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7281,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7282,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7283,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7284,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7285,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7286,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7287,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7288,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7289,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7290,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7291,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7292,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7293,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7294,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7295,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7296,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7297,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7298,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7299,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7300,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7301,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7302,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7303,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7304,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7305,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7306,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7307,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7308,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7309,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7310,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7311,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7312,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7313,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7314,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7315,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7316,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7317,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7318,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7319,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7320,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7321,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7322,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7323,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7324,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7325,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7326,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7327,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7328,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7329,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7330,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7331,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7332,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7333,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7334,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7335,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7336,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7337,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7338,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7339,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7340,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7341,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7342,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7343,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7344,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7345,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7346,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7347,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7348,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7349,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7350,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7351,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7352,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7353,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7354,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7355,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7356,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7357,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7358,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7359,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7360,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7361,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7362,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7363,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7364,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7365,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7366,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7367,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7368,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7369,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7370,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7371,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7372,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7373,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7374,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7375,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7376,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7377,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7378,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7379,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7380,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7381,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7382,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7383,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7384,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7385,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7386,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7387,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7388,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7389,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7390,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7391,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7392,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7393,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7394,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7395,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7396,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7397,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7398,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7399,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7400,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7401,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7402,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7403,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7404,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7405,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7406,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7407,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7408,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7409,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7410,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7411,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7412,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7413,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7414,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7415,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7416,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7417,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7418,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7419,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7420,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7421,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7422,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7423,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7424,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7425,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7426,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7427,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7428,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7429,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7430,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7431,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7432,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7433,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7434,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7435,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7436,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7437,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7438,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7439,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7440,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7441,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7442,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7443,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7444,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7445,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7446,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7447,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7448,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7449,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7450,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7451,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7452,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7453,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7454,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7455,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7456,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7457,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7458,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7459,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7460,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7461,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7462,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7463,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7464,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7465,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7466,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7467,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7468,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7469,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7470,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7471,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7472,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7473,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7474,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7475,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7476,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7477,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7478,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7479,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7480,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7481,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7482,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7483,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7484,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7485,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7486,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7487,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7488,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7489,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7490,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7491,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7492,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7493,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7494,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7495,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7496,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7497,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7498,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7499,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7500,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7501,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7502,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7503,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7504,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7505,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7506,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7507,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7508,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7509,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7510,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7511,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7512,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7513,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7514,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7515,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7516,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7517,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7518,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7519,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7520,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7521,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7522,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7523,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7524,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7525,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7526,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7527,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7528,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7529,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7530,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7531,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7532,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7533,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7534,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7535,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7536,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7537,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7538,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7539,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7540,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7541,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7542,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7543,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7544,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7545,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7546,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7547,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7548,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7549,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7550,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7551,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7552,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7553,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7554,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7555,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7556,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7557,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7558,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7559,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7560,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7561,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7562,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7563,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7564,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7565,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7566,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7567,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7568,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7569,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7570,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7571,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7572,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7573,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7574,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7575,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7576,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7577,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7578,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7579,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7580,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7581,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7582,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7583,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7584,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7585,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7586,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7587,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7588,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7589,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7590,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7591,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7592,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7593,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7594,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7595,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7596,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7597,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7598,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7599,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7600,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7601,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7602,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7603,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7604,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7605,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7606,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7607,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7608,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7609,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7610,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7611,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7612,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7613,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7614,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7615,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7616,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7617,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7618,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7619,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7620,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7621,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7622,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7623,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7624,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7625,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7626,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7627,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7628,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7629,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7630,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7631,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7632,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7633,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7634,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7635,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7636,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7637,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7638,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7639,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7640,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7641,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7642,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7643,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7644,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7645,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7646,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7647,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7648,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7649,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7650,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7651,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7652,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7653,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7654,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7655,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7656,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7657,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7658,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7659,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7660,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7661,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7662,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7663,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7664,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7665,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7666,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7667,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7668,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7669,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7670,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7671,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7672,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7673,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7674,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7675,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7676,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7677,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7678,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7679,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7680,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7681,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7682,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7683,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7684,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7685,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7686,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7687,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7688,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7689,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7690,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7691,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7692,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7693,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7694,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7695,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7696,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7697,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7698,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7699,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7700,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7701,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7702,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7703,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7704,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7705,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7706,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7707,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7708,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7709,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7710,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7711,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7712,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7713,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7714,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7715,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7716,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7717,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7718,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7719,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7720,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7721,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7722,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7723,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7724,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7725,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7726,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7727,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7728,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7729,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7730,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7731,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7732,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7733,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7734,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7735,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7736,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7737,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7738,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7739,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7740,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7741,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7742,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7743,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7744,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7745,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7746,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7747,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7748,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7749,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7750,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7751,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7752,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7753,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7754,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7755,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7756,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7757,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7758,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7759,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7760,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7761,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7762,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7763,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7764,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7765,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7766,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7767,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7768,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7769,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7770,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7771,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7772,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7773,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7774,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7775,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7776,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7777,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7778,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7779,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7780,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7781,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7782,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7783,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7784,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7785,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7786,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7787,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7788,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7789,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7790,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7791,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7792,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7793,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7794,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7795,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7796,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7797,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7798,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7799,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7800,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7801,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7802,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7803,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7804,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7805,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7806,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7807,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7808,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7809,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7810,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7811,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7812,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7813,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7814,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7815,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7816,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7817,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7818,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7819,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7820,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7821,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7822,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7823,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7824,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7825,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7826,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7827,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7828,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7829,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7830,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7831,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7832,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7833,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7834,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7835,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7836,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7837,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7838,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7839,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7840,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7841,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7842,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7843,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7844,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7845,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7846,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7847,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7848,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7849,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7850,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7851,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7852,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7853,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7854,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7855,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7856,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7857,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7858,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7859,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7860,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7861,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7862,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7863,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7864,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7865,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7866,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7867,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7868,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7869,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7870,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7871,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7872,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7873,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7874,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7875,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7876,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7877,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7878,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7879,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7880,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7881,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7882,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7883,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7884,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7885,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7886,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7887,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7888,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7889,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7890,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7891,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7892,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7893,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7894,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7895,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7896,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7897,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7898,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7899,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7900,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7901,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7902,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7903,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7904,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7905,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7906,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7907,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7908,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7909,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7910,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7911,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7912,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7913,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7914,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7915,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7916,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7917,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7918,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7919,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7920,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7921,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7922,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7923,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7924,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7925,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7926,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7927,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7928,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7929,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7930,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7931,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7932,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7933,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7934,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7935,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7936,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7937,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7938,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7939,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7940,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7941,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7942,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7943,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7944,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7945,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7946,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7947,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7948,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7949,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7950,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7951,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7952,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7953,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7954,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7955,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7956,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7957,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7958,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7959,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7960,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7961,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7962,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7963,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7964,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7965,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7966,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7967,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7968,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7969,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7970,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7971,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7972,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7973,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7974,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7975,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7976,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7977,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7978,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7979,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7980,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7981,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7982,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7983,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7984,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7985,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7986,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7987,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7988,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7989,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7990,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7991,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7992,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7993,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7994,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7995,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7996,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7997,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7998,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7999,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8000,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8001,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8002,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8003,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8004,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8005,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8006,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8007,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8008,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8009,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8010,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8011,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8012,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8013,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8014,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8015,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8016,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8017,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8018,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8019,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8020,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8021,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8022,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8023,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8024,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8025,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8026,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8027,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8028,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8029,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8030,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8031,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8032,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8033,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8034,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8035,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8036,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8037,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8038,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8039,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8040,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8041,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8042,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8043,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8044,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8045,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8046,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8047,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8048,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8049,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8050,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8051,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8052,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8053,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8054,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8055,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8056,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8057,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8058,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8059,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8060,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8061,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8062,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8063,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8064,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8065,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8066,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8067,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8068,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8069,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8070,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8071,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8072,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8073,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8074,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8075,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8076,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8077,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8078,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8079,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8080,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8081,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8082,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8083,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8084,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8085,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8086,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8087,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8088,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8089,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8090,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8091,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8092,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8093,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8094,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8095,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8096,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8097,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8098,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8099,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8100,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8101,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8102,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8103,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8104,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8105,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8106,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8107,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8108,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8109,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8110,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8111,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8112,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8113,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8114,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8115,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8116,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8117,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8118,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8119,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8120,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8121,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8122,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8123,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8124,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8125,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8126,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8127,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8128,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8129,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8130,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8131,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8132,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8133,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8134,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8135,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8136,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8137,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8138,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8139,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8140,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8141,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8142,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8143,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8144,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8145,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8146,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8147,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8148,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8149,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8150,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8151,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8152,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8153,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8154,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8155,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8156,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8157,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8158,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8159,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8160,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8161,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8162,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8163,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8164,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8165,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8166,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8167,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8168,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8169,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8170,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8171,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8172,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8173,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8174,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8175,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8176,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8177,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8178,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8179,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8180,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8181,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8182,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8183,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8184,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8185,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8186,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8187,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8188,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8189,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8190,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8191,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8192,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8193,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8194,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8195,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8196,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8197,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8198,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8199,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8200,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8201,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8202,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8203,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8204,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8205,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8206,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8207,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8208,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8209,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8210,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8211,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8212,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8213,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8214,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8215,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8216,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8217,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8218,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8219,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8220,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8221,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8222,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8223,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8224,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8225,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8226,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8227,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8228,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8229,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8230,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8231,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8232,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8233,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8234,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8235,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8236,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8237,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8238,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8239,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8240,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8241,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8242,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8243,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8244,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8245,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8246,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8247,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8248,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8249,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8250,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8251,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8252,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8253,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8254,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8255,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8256,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8257,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8258,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8259,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8260,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8261,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8262,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8263,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8264,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8265,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8266,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8267,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8268,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8269,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8270,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8271,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8272,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8273,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8274,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8275,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8276,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8277,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8278,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8279,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8280,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8281,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8282,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8283,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8284,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8285,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8286,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8287,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8288,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8289,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8290,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8291,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8292,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8293,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8294,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8295,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8296,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8297,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8298,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8299,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8300,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8301,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8302,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8303,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8304,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8305,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8306,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8307,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8308,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8309,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8310,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8311,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8312,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8313,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8314,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8315,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8316,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8317,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8318,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8319,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8320,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8321,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8322,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8323,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8324,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8325,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8326,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8327,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8328,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8329,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8330,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8331,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8332,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8333,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8334,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8335,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8336,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8337,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8338,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8339,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8340,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8341,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8342,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8343,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8344,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8345,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8346,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8347,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8348,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8349,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8350,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8351,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8352,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8353,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8354,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8355,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8356,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8357,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8358,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8359,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8360,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8361,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8362,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8363,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8364,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8365,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8366,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8367,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8368,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8369,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8370,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8371,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8372,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8373,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8374,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8375,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8376,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8377,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8378,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8379,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8380,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8381,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8382,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8383,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8384,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8385,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8386,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8387,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8388,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8389,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8390,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8391,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8392,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8393,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8394,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8395,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8396,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8397,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8398,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8399,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8400,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8401,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8402,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8403,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8404,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8405,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8406,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8407,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8408,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8409,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8410,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8411,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8412,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8413,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8414,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8415,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8416,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8417,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8418,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8419,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8420,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8421,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8422,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8423,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8424,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8425,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8426,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8427,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8428,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8429,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8430,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8431,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8432,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8433,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8434,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8435,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8436,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8437,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8438,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8439,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8440,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8441,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8442,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8443,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8444,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8445,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8446,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8447,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8448,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8449,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8450,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8451,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8452,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8453,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8454,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8455,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8456,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8457,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8458,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8459,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8460,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8461,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8462,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8463,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8464,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8465,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8466,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8467,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8468,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8469,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8470,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8471,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8472,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8473,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8474,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8475,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8476,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8477,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8478,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8479,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8480,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8481,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8482,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8483,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8484,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8485,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8486,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8487,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8488,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8489,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8490,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8491,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8492,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8493,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8494,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8495,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8496,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8497,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8498,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8499,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8500,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8501,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8502,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8503,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8504,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8505,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8506,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8507,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8508,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8509,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8510,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8511,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8512,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8513,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8514,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8515,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8516,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8517,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8518,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8519,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8520,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8521,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8522,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8523,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8524,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8525,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8526,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8527,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8528,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8529,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8530,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8531,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8532,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8533,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8534,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8535,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8536,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8537,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8538,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8539,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8540,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8541,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8542,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8543,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8544,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8545,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8546,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8547,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8548,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8549,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8550,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8551,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8552,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8553,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8554,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8555,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8556,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8557,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8558,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8559,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8560,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8561,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8562,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8563,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8564,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8565,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8566,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8567,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8568,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8569,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8570,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8571,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8572,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8573,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8574,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8575,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8576,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8577,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8578,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8579,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8580,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8581,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8582,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8583,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8584,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8585,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8586,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8587,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8588,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8589,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8590,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8591,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8592,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8593,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8594,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8595,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8596,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8597,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8598,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8599,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8600,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8601,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8602,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8603,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8604,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8605,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8606,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8607,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8608,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8609,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8610,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8611,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8612,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8613,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8614,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8615,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8616,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8617,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8618,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8619,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8620,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8621,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8622,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8623,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8624,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8625,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8626,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8627,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8628,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8629,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8630,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8631,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8632,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8633,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8634,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8635,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8636,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8637,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8638,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8639,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8640,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8641,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8642,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8643,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8644,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8645,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8646,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8647,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8648,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8649,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8650,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8651,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8652,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8653,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8654,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8655,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8656,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8657,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8658,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8659,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8660,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8661,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8662,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8663,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8664,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8665,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8666,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8667,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8668,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8669,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8670,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8671,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8672,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8673,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8674,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8675,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8676,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8677,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8678,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8679,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8680,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8681,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8682,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8683,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8684,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8685,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8686,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8687,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8688,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8689,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8690,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8691,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8692,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8693,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8694,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8695,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8696,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8697,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8698,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8699,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8700,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8701,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8702,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8703,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8704,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8705,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8706,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8707,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8708,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8709,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8710,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8711,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8712,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8713,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8714,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8715,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8716,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8717,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8718,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8719,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8720,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8721,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8722,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8723,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8724,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8725,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8726,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8727,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8728,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8729,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8730,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8731,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8732,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8733,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8734,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8735,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8736,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8737,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8738,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8739,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8740,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8741,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8742,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8743,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8744,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8745,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8746,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8747,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8748,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8749,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8750,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8751,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8752,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8753,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8754,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8755,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8756,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8757,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8758,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8759,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8760,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
\ No newline at end of file
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/Generators_variability.csv b/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/Generators_variability.csv
deleted file mode 100644
index e167444dd7..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/Generators_variability.csv
+++ /dev/null
@@ -1,8761 +0,0 @@
-Time_Index,NENGREST_biomass_1,NENGREST_conventional_hydroelectric_1,NENGREST_hydroelectric_pumped_storage_1,NENGREST_natural_gas_fired_combined_cycle_1,NENGREST_natural_gas_fired_combined_cycle_2,NENGREST_natural_gas_fired_combustion_turbine_1,NENGREST_natural_gas_fired_combustion_turbine_2,NENGREST_natural_gas_steam_turbine_1,NENGREST_nuclear_1,NENGREST_offshore_wind_turbine_1,NENGREST_onshore_wind_turbine_1,NENGREST_small_hydroelectric_1,NENGREST_solar_photovoltaic_1,NENG_CT_biomass_1,NENG_CT_conventional_hydroelectric_1,NENG_CT_hydroelectric_pumped_storage_1,NENG_CT_natural_gas_fired_combined_cycle_1,NENG_CT_natural_gas_fired_combined_cycle_2,NENG_CT_natural_gas_fired_combustion_turbine_1,NENG_CT_natural_gas_fired_combustion_turbine_2,NENG_CT_nuclear_1,NENG_CT_onshore_wind_turbine_1,NENG_CT_small_hydroelectric_1,NENG_CT_solar_photovoltaic_1,NENG_ME_biomass_1,NENG_ME_conventional_hydroelectric_1,NENG_ME_natural_gas_fired_combined_cycle_1,NENG_ME_natural_gas_fired_combined_cycle_2,NENG_ME_natural_gas_fired_combustion_turbine_1,NENG_ME_onshore_wind_turbine_1,NENG_ME_small_hydroelectric_1,NENG_ME_solar_photovoltaic_1,NENGREST_naturalgas_ccccsavgcf_mid_0,NENGREST_naturalgas_ccavgcf_mid_0,NENGREST_naturalgas_ctavgcf_mid_0,NENGREST_battery_mid_0,NENGREST_naturalgas_ccs100_mid_0,NENGREST_landbasedwind_ltrg1_mid_130_1,NENGREST_utilitypv_losangeles_mid_80_0_2_1,NENGREST_offshorewind_otrg3_mid_fixed_1_176_77_1,NENG_CT_naturalgas_ccccsavgcf_mid_0,NENG_CT_naturalgas_ccavgcf_mid_0,NENG_CT_naturalgas_ctavgcf_mid_0,NENG_CT_battery_mid_0,NENG_CT_naturalgas_ccs100_mid_0,NENG_CT_landbasedwind_ltrg1_mid_110_1,NENG_CT_utilitypv_losangeles_mid_80_0_2_1,NENG_CT_offshorewind_otrg3_mid_fixed_1_176_77_1,NENG_ME_naturalgas_ccccsavgcf_mid_0,NENG_ME_naturalgas_ccavgcf_mid_0,NENG_ME_naturalgas_ctavgcf_mid_0,NENG_ME_battery_mid_0,NENG_ME_naturalgas_ccs100_mid_0,NENG_ME_landbasedwind_ltrg1_mid_110_1,NENG_ME_utilitypv_losangeles_mid_100_0_2_1,NENGREST_heat_load_shifting_1,NENG_CT_heat_load_shifting_1,NENG_ME_heat_load_shifting_1
-0,1,0.4136,1,1,1,1,1,1,1,1,0.2949,0.4136,0,1,0.3184,1,1,1,1,1,1,0.1727,0.3184,0,1,0.6451,1,1,1,0.5246,0.6451,0,1,1,1,1,1,0.396942616,0,0.692882299,1,1,1,1,1,0.227019295,0,0.100365713,1,1,1,1,1,0.750804782,0,0.469610923,0.469642479,0.469858156
-1,1,0.4135,1,1,1,1,1,1,1,1,0.2855,0.4135,0,1,0.3184,1,1,1,1,1,1,0.1644,0.3184,0,1,0.6452,1,1,1,0.5049,0.6452,0,1,1,1,1,1,0.351704359,0,0.756700516,1,1,1,1,1,0.235586584,0,0.267657876,1,1,1,1,1,0.71875,0,0.444055099,0.444044849,0.444148936
-2,1,0.4134,1,1,1,1,1,1,1,1,0.2822,0.4134,0,1,0.3184,1,1,1,1,1,1,0.2645,0.3184,0,1,0.6453,1,1,1,0.4734,0.6453,0,1,1,1,1,1,0.397691101,0,0.573801279,1,1,1,1,1,0.297784984,0,0.260432482,1,1,1,1,1,0.628944397,0,0.425144998,0.425005289,0.425088652
-3,1,0.4132,1,1,1,1,1,1,1,1,0.2999,0.4132,0,1,0.3184,1,1,1,1,1,1,0.214,0.3184,0,1,0.6454,1,1,1,0.443,0.6454,0,1,1,1,1,1,0.427253336,0,0.457804859,1,1,1,1,1,0.25886327,0,0.229244262,1,1,1,1,1,0.579314351,0,0.415538908,0.415697059,0.415780142
-4,1,0.4131,1,1,1,1,1,1,1,1,0.2623,0.4131,0,1,0.3184,1,1,1,1,1,1,0.1407,0.3184,0,1,0.6455,1,1,1,0.4305,0.6455,0,1,1,1,1,1,0.339119017,0,0.468307495,1,1,1,1,1,0.153275698,0,0.092216238,1,1,1,1,1,0.528715968,0,0.414088932,0.414004654,0.414007092
-5,1,0.413,1,1,1,1,1,1,1,1,0.1912,0.413,0,1,0.3184,1,1,1,1,1,1,0.0858,0.3184,0,1,0.6456,1,1,1,0.3967,0.6456,0,1,1,1,1,1,0.236915365,0,0.412337005,1,1,1,1,1,0.099269398,0,0.104046598,1,1,1,1,1,0.454047352,0,0.421399227,0.421408927,0.421542553
-6,1,0.4128,1,1,1,1,1,1,1,1,0.136,0.4128,0,1,0.3183,1,1,1,1,1,1,0.1152,0.3183,0,1,0.6457,1,1,1,0.342,0.6457,0,1,1,1,1,1,0.193665192,0,0.262161851,1,1,1,1,1,0.12413507,0,0.04129529,1,1,1,1,1,0.373771489,0,0.437046883,0.437063677,0.437056738
-7,1,0.4127,1,1,1,1,1,1,1,1,0.1334,0.4127,0,1,0.3183,1,1,1,1,1,1,0.1681,0.3183,0,1,0.6458,1,1,1,0.2295,0.6458,0,1,1,1,1,1,0.214257017,0,0.125884831,1,1,1,1,1,0.171423361,0,0.014864398,1,1,1,1,1,0.307659447,0,0.451244563,0.451237571,0.451241135
-8,1,0.4126,1,1,1,1,1,1,1,1,0.0745,0.4126,0.1779,1,0.3183,1,1,1,1,1,1,0.1389,0.3183,0.2003,1,0.6459,1,1,1,0.1839,0.6459,0.0921,1,1,1,1,1,0.137640193,0.307505727,0.016297186,1,1,1,1,1,0.140140936,0.349100381,0.035862304,1,1,1,1,1,0.271249354,0.322813988,0.475350411,0.475354347,0.475177305
-9,1,0.4124,1,1,1,1,1,1,1,1,0.0048,0.4124,0.429,1,0.3183,1,1,1,1,1,1,0,0.3183,0.4221,1,0.646,1,1,1,0.0605,0.646,0.3908,1,1,1,1,1,0.001854794,0.664258897,0.006198792,1,1,1,1,1,0,0.649626613,0.058487438,1,1,1,1,1,0.041609347,0.698319793,0.498852102,0.498836471,0.499113475
-10,1,0.4123,1,1,1,1,1,1,1,1,0.0102,0.4123,0.5748,1,0.3183,1,1,1,1,1,1,0,0.3183,0.5774,1,0.6461,1,1,1,0.02,0.6461,0.5199,1,1,1,1,1,0.001021812,0.806394994,0.004277106,1,1,1,1,1,0,0.817615747,0.048426706,1,1,1,1,1,0.017806141,0.848766565,0.513110198,0.513010366,0.51285461
-11,1,0.4121,1,1,1,1,1,1,1,1,0.0157,0.4121,0.6484,1,0.3183,1,1,1,1,1,1,0,0.3183,0.6504,1,0.6462,1,1,1,0.0054,0.6462,0.5648,1,1,1,1,1,0.000917067,0.890713811,0.008617217,1,1,1,1,1,0.000700216,0.874043703,0.054960214,1,1,1,1,1,0.005531413,0.923345685,0.518366361,0.518299133,0.518617021
-12,1,0.412,1,1,1,1,1,1,1,1,0.0189,0.412,0.6208,1,0.3183,1,1,1,1,1,1,0.0381,0.3183,0.6166,1,0.6463,1,1,1,0.0009,0.6463,0.5842,1,1,1,1,1,0.001747156,0.851356745,0.138515979,1,1,1,1,1,0.036487028,0.881147265,0.092642143,1,1,1,1,1,0.007275489,0.939960599,0.520843403,0.520837741,0.521276596
-13,1,0.4119,1,1,1,1,1,1,1,1,0.0143,0.4119,0.596,1,0.3183,1,1,1,1,1,1,0.1596,0.3183,0.6205,1,0.6464,1,1,1,0.0022,0.6464,0.5502,1,1,1,1,1,0.002922443,0.827452779,0.164322734,1,1,1,1,1,0.142956242,0.858554244,0.275910497,1,1,1,1,1,0.013224672,0.819240212,0.516191397,0.516183626,0.516400709
-14,1,0.4117,1,1,1,1,1,1,1,1,0.0458,0.4117,0.5013,1,0.3183,1,1,1,1,1,1,0.1289,0.3183,0.513,1,0.6465,1,1,1,0.0013,0.6465,0.4342,1,1,1,1,1,0.032402053,0.734777331,0.15682584,1,1,1,1,1,0.137140393,0.767803848,0.46294868,1,1,1,1,1,0.015135724,0.684976399,0.511056066,0.51110641,0.51108156
-15,1,0.4116,1,1,1,1,1,1,1,1,0.067,0.4116,0.3311,1,0.3183,1,1,1,1,1,1,0.1519,0.3183,0.3369,1,0.6466,1,1,1,0.0144,0.6466,0.2639,1,1,1,1,1,0.063479923,0.490042329,0.114826471,1,1,1,1,1,0.152674079,0.544382453,0.8360641,1,1,1,1,1,0.047520526,0.462253869,0.514076849,0.514068119,0.514184397
-16,1,0.4115,1,1,1,1,1,1,1,1,0.0606,0.4115,0.0642,1,0.3183,1,1,1,1,1,1,0.1017,0.3183,0.1068,1,0.6467,1,1,1,0.0585,0.6467,0.0101,1,1,1,1,1,0.04487535,0.181476921,0.14554593,1,1,1,1,1,0.100329429,0.254588842,0.683939576,1,1,1,1,1,0.162931502,4.89E-06,0.564101015,0.563994077,0.56427305
-17,1,0.4113,1,1,1,1,1,1,1,1,0.1477,0.4113,0,1,0.3183,1,1,1,1,1,1,0.3104,0.3183,0,1,0.6468,1,1,1,0.1846,0.6468,0,1,1,1,1,1,0.181191564,0,0.555196047,1,1,1,1,1,0.355215728,0,0.775931239,1,1,1,1,1,0.392363906,0,0.611648139,0.611804527,0.611702128
-18,1,0.4112,1,1,1,1,1,1,1,1,0.3617,0.4112,0,1,0.3183,1,1,1,1,1,1,0.3362,0.3183,0,1,0.6469,1,1,1,0.2693,0.6469,0,1,1,1,1,1,0.402027905,0,0.834268093,1,1,1,1,1,0.43245405,0,0.868137777,1,1,1,1,1,0.55997026,0,0.608083615,0.607996615,0.608156028
-19,1,0.4111,1,1,1,1,1,1,1,1,0.3334,0.4111,0,1,0.3183,1,1,1,1,1,1,0.295,0.3183,0,1,0.647,1,1,1,0.3721,0.647,0,1,1,1,1,1,0.39749518,0,0.727838397,1,1,1,1,1,0.356460899,0,0.465393215,1,1,1,1,1,0.690556824,0,0.589475592,0.589591707,0.589539007
-20,1,0.4109,1,1,1,1,1,1,1,1,0.3371,0.4109,0,1,0.3183,1,1,1,1,1,1,0.3486,0.3183,0,1,0.6471,1,1,1,0.4032,0.6471,0,1,1,1,1,1,0.496466726,0,0.715845704,1,1,1,1,1,0.360006928,0,0.662286997,1,1,1,1,1,0.705738544,0,0.567665539,0.567801989,0.567819149
-21,1,0.4108,1,1,1,1,1,1,1,1,0.3655,0.4108,0,1,0.3183,1,1,1,1,1,1,0.402,0.3183,0,1,0.6472,1,1,1,0.4321,0.6472,0,1,1,1,1,1,0.473803699,0,0.997990131,1,1,1,1,1,0.485178649,0,1,1,1,1,1,1,0.706102192,0,0.537276462,0.537338693,0.537677305
-22,1,0.4107,1,1,1,1,1,1,1,1,0.3239,0.4107,0,1,0.3183,1,1,1,1,1,1,0.5832,0.3183,0,1,0.6473,1,1,1,0.3869,0.6473,0,1,1,1,1,1,0.41893515,0,1,1,1,1,1,1,0.574807107,0,1,1,1,1,1,1,0.678121626,0,0.499637506,0.499682674,0.5
-23,1,0.4105,1,1,1,1,1,1,1,1,0.3099,0.4105,0,1,0.3183,1,1,1,1,1,1,0.2323,0.3183,0,1,0.6474,1,1,1,0.3839,0.6474,0,1,1,1,1,1,0.284269661,0,1,1,1,1,1,1,0.278674126,0,1,1,1,1,1,1,0.698061824,0,0.457467376,0.457372541,0.457446809
-24,1,0.4104,1,1,1,1,1,1,1,1,0.2563,0.4104,0,1,0.3183,1,1,1,1,1,1,0.1156,0.3183,0,1,0.6475,1,1,1,0.3826,0.6475,0,1,1,1,1,1,0.188350141,0,1,1,1,1,1,1,0.139861226,0,1,1,1,1,1,1,0.621020198,0,0.421761721,0.421832029,0.421985816
-25,1,0.4103,1,1,1,1,1,1,1,1,0.2859,0.4103,0,1,0.3183,1,1,1,1,1,1,0.1172,0.3183,0,1,0.6476,1,1,1,0.371,0.6476,0,1,1,1,1,1,0.224506184,0,1,1,1,1,1,1,0.168102473,0,1,1,1,1,1,1,0.474156827,0,0.400132914,0.40004231,0.400265957
-26,1,0.4101,1,1,1,1,1,1,1,1,0.3088,0.4101,0,1,0.3183,1,1,1,1,1,1,0.2896,0.3183,0,1,0.6477,1,1,1,0.398,0.6477,0,1,1,1,1,1,0.251233041,0,1,1,1,1,1,1,0.320846438,0,1,1,1,1,1,1,0.397637963,0,0.389741421,0.389676327,0.390070922
-27,1,0.41,1,1,1,1,1,1,1,1,0.4519,0.41,0,1,0.3183,1,1,1,1,1,1,0.3875,0.3183,0,1,0.6478,1,1,1,0.4724,0.6478,0,1,1,1,1,1,0.423246384,0,1,1,1,1,1,1,0.398732245,0,1,1,1,1,1,1,0.459125578,0,0.387324795,0.38734927,0.387411348
-28,1,0.4099,1,1,1,1,1,1,1,1,0.5653,0.4099,0,1,0.3183,1,1,1,1,1,1,0.1827,0.3183,0,1,0.6479,1,1,1,0.3937,0.6479,0,1,1,1,1,1,0.421854436,0,1,1,1,1,1,1,0.229090437,0,1,1,1,1,1,1,0.582124412,0,0.395903818,0.395811297,0.395833333
-29,1,0.4097,1,1,1,1,1,1,1,1,0.4498,0.4097,0,1,0.3183,1,1,1,1,1,1,0.163,0.3183,0,1,0.648,1,1,1,0.2414,0.648,0,1,1,1,1,1,0.305953681,0,1,1,1,1,1,1,0.256587178,0,1,1,1,1,1,1,0.594611824,0,0.417532624,0.417601015,0.417553191
-30,1,0.4096,1,1,1,1,1,1,1,1,0.2783,0.4096,0,1,0.3183,1,1,1,1,1,1,0.2013,0.3183,0,1,0.6481,1,1,1,0.2083,0.6481,0,1,1,1,1,1,0.192249268,0,1,1,1,1,1,1,0.295360506,0,1,1,1,1,1,1,0.523316741,0,0.449975834,0.449968267,0.449911348
-31,1,0.4095,1,1,1,1,1,1,1,1,0.1689,0.4095,0,1,0.3183,1,1,1,1,1,1,0.0845,0.3183,0,1,0.6482,1,1,1,0.2312,0.6482,0,1,1,1,1,1,0.149604544,0,0.995912135,1,1,1,1,1,0.099968791,0,1,1,1,1,1,1,0.505927622,0,0.47661914,0.476623651,0.476950355
-32,1,0.4093,1,1,1,1,1,1,1,1,0.1614,0.4093,0.16,1,0.3183,1,1,1,1,1,1,0.16,0.3183,0.1615,1,0.6483,1,1,1,0.2862,0.6483,0.0553,1,1,1,1,1,0.180308625,0.267868817,0.993907154,1,1,1,1,1,0.25320828,0.32061851,1,1,1,1,1,1,0.699059665,0.272139698,0.50918318,0.509202454,0.509308511
-33,1,0.4092,1,1,1,1,1,1,1,1,0.3342,0.4092,0.3418,1,0.3183,1,1,1,1,1,1,0.384,0.3183,0.4263,1,0.6484,1,1,1,0.3787,0.6484,0.2643,1,1,1,1,1,0.256795734,0.513893187,1,1,1,1,1,1,0.36892122,0.678075731,1,1,1,1,1,1,0.826630592,0.615309954,0.542653456,0.54283901,0.542553191
-34,1,0.4091,1,1,1,1,1,1,1,1,0.4243,0.4091,0.4952,1,0.3183,1,1,1,1,1,1,0.8484,0.3183,0.57,1,0.6485,1,1,1,0.447,0.6485,0.3818,1,1,1,1,1,0.383252978,0.735028386,1,1,1,1,1,1,0.792916954,0.822538674,1,1,1,1,1,1,0.659122109,0.788045704,0.567182214,0.567167337,0.567375887
-35,1,0.4089,1,1,1,1,1,1,1,1,0.5246,0.4089,0.5654,1,0.3183,1,1,1,1,1,1,0.5963,0.3183,0.6482,1,0.6486,1,1,1,0.3888,0.6486,0.4467,1,1,1,1,1,0.555624604,0.808727384,1,1,1,1,1,1,0.622025073,0.88778913,1,1,1,1,1,1,0.634221315,0.864383221,0.577211213,0.577110218,0.577570922
-36,1,0.4088,1,1,1,1,1,1,1,1,0.5181,0.4088,0.5713,1,0.3183,1,1,1,1,1,1,0.7561,0.3183,0.6314,1,0.6487,1,1,1,0.416,0.6487,0.4562,1,1,1,1,1,0.684506655,0.772403061,1,1,1,1,1,1,0.744931161,0.83617878,1,1,1,1,1,1,0.725925446,0.822544813,0.576304978,0.576264015,0.576241135
-37,1,0.4087,1,1,1,1,1,1,1,1,0.5327,0.4087,0.5414,1,0.3183,1,1,1,1,1,1,0.6341,0.3183,0.5409,1,0.6488,1,1,1,0.3332,0.6488,0.4705,1,1,1,1,1,0.744437516,0.757805645,1,1,1,1,1,1,0.652433395,0.713875294,1,1,1,1,1,1,0.581048727,0.782269299,0.572559207,0.572667654,0.572695035
-38,1,0.4085,1,1,1,1,1,1,1,1,0.5546,0.4085,0.4677,1,0.3183,1,1,1,1,1,1,0.6438,0.3183,0.4277,1,0.6489,1,1,1,0.3748,0.6489,0.3819,1,1,1,1,1,0.774056852,0.653667092,1,1,1,1,1,1,0.639724731,0.613905907,0.990713418,1,1,1,1,1,0.599362791,0.710992575,0.570746738,0.570763698,0.570921986
-39,1,0.4084,1,1,1,1,1,1,1,1,0.4497,0.4084,0.3193,1,0.3182,1,1,1,1,1,1,0.4929,0.3182,0.3402,1,0.649,1,1,1,0.4559,0.649,0.2288,1,1,1,1,1,0.625833631,0.466638684,0.948113322,1,1,1,1,1,0.437041402,0.494133532,0.788425088,1,1,1,1,1,0.75038898,0.541579366,0.579446593,0.579437275,0.579787234
-40,1,0.4082,1,1,1,1,1,1,1,1,0.4803,0.4082,0.1003,1,0.3182,1,1,1,1,1,1,0.3692,0.3182,0.1301,1,0.6491,1,1,1,0.3908,0.6491,0,1,1,1,1,1,0.617654681,0.230477333,0.91214627,1,1,1,1,1,0.348974109,0.251622826,0.807352126,1,1,1,1,1,0.637100637,0.060262267,0.633820686,0.633805796,0.633865248
-41,1,0.4081,1,1,1,1,1,1,1,1,0.3576,0.4081,0,1,0.3182,1,1,1,1,1,1,0.2805,0.3182,0,1,0.6492,1,1,1,0.2995,0.6492,0,1,1,1,1,1,0.432098866,0,0.639367938,1,1,1,1,1,0.270527005,0,0.650535107,1,1,1,1,1,0.387857139,0,0.688798937,0.68880897,0.688829787
-42,1,0.408,1,1,1,1,1,1,1,1,0.2938,0.408,0,1,0.3182,1,1,1,1,1,1,0.1947,0.3182,0,1,0.6493,1,1,1,0.3621,0.6493,0,1,1,1,1,1,0.304841578,0,0.511902213,1,1,1,1,1,0.203147843,0,0.771845579,1,1,1,1,1,0.415177315,0,0.682757371,0.682674,0.683067376
-43,1,0.4078,1,1,1,1,1,1,1,1,0.1823,0.4078,0,1,0.3182,1,1,1,1,1,1,0.0487,0.3182,0,1,0.6494,1,1,1,0.3461,0.6494,0,1,1,1,1,1,0.190144315,0,0.272218019,1,1,1,1,1,0.068841651,0,0.557867289,1,1,1,1,1,0.488176942,0,0.666263896,0.666384599,0.666666667
-44,1,0.4077,1,1,1,1,1,1,1,1,0.3251,0.4077,0,1,0.3182,1,1,1,1,1,1,0.1325,0.3182,0,1,0.6495,1,1,1,0.434,0.6495,0,1,1,1,1,1,0.361776382,0,0.275240481,1,1,1,1,1,0.189152598,0,0.986330926,1,1,1,1,1,0.524830461,0,0.639318511,0.639306114,0.639184397
-45,1,0.4076,1,1,1,1,1,1,1,1,0.3995,0.4076,0,1,0.3182,1,1,1,1,1,1,0.1941,0.3182,0,1,0.6496,1,1,1,0.3591,0.6496,0,1,1,1,1,1,0.456682593,0,0.350170732,1,1,1,1,1,0.223696217,0,1,1,1,1,1,1,0.477410108,0,0.596967134,0.59678443,0.597074468
-46,1,0.4074,1,1,1,1,1,1,1,1,0.3288,0.4074,0,1,0.3182,1,1,1,1,1,1,0.1941,0.3182,0,1,0.6497,1,1,1,0.299,0.6497,0,1,1,1,1,1,0.342495501,0,0.389028907,1,1,1,1,1,0.203342319,0,1,1,1,1,1,1,0.441564977,0,0.544345094,0.544319865,0.544326241
-47,1,0.4073,1,1,1,1,1,1,1,1,0.3197,0.4073,0,1,0.3182,1,1,1,1,1,1,0.2426,0.3182,0,1,0.6498,1,1,1,0.3381,0.6498,0,1,1,1,1,1,0.306501925,0,0.503914595,1,1,1,1,1,0.222409695,0,0.968077779,1,1,1,1,1,0.536026478,0,0.496737554,0.496720965,0.496897163
-48,1,0.4072,1,1,1,1,1,1,1,1,0.2969,0.4072,0,1,0.3182,1,1,1,1,1,1,0.2357,0.3182,0,1,0.6499,1,1,1,0.3664,0.6499,0,1,1,1,1,1,0.32572329,0,0.24414511,1,1,1,1,1,0.218940973,0,0.749802947,1,1,1,1,1,0.602063954,0,0.465140164,0.465199915,0.465425532
-49,1,0.407,1,1,1,1,1,1,1,1,0.224,0.407,0,1,0.3182,1,1,1,1,1,1,0.2982,0.3182,0,1,0.65,1,1,1,0.2414,0.65,0,1,1,1,1,1,0.208208695,0,0.1234212,1,1,1,1,1,0.242061779,0,0.676838756,1,1,1,1,1,0.434863895,0,0.449371677,0.449333615,0.449468085
-50,1,0.4069,1,1,1,1,1,1,1,1,0.1816,0.4069,0,1,0.3182,1,1,1,1,1,1,0.2342,0.3182,0,1,0.6501,1,1,1,0.1824,0.6501,0,1,1,1,1,1,0.152336597,0,0.172045961,1,1,1,1,1,0.205231965,0,0.734210789,1,1,1,1,1,0.254829139,0,0.44181972,0.441929342,0.441932624
-51,1,0.4068,1,1,1,1,1,1,1,1,0.1696,0.4068,0,1,0.3182,1,1,1,1,1,1,0.2856,0.3182,0,1,0.6502,1,1,1,0.1756,0.6502,0,1,1,1,1,1,0.187121183,0,0.189573288,1,1,1,1,1,0.261295259,0,0.828126192,1,1,1,1,1,0.259319037,0,0.442665539,0.442775545,0.442819149
-52,1,0.4066,1,1,1,1,1,1,1,1,0.1621,0.4066,0,1,0.3182,1,1,1,1,1,1,0.3671,0.3182,0,1,0.6503,1,1,1,0.2,0.6503,0,1,1,1,1,1,0.199526519,0,0.318691969,1,1,1,1,1,0.343304396,0,0.950107694,1,1,1,1,1,0.38145259,0,0.458615273,0.458641845,0.458776596
-53,1,0.4065,1,1,1,1,1,1,1,1,0.169,0.4065,0,1,0.3182,1,1,1,1,1,1,0.3614,0.3182,0,1,0.6504,1,1,1,0.2298,0.6504,0,1,1,1,1,1,0.226160377,0,0.509960473,1,1,1,1,1,0.363762766,0,0.999816775,1,1,1,1,1,0.401218414,0,0.505739488,0.505817643,0.505762411
-54,1,0.4064,1,1,1,1,1,1,1,1,0.1211,0.4064,0,1,0.3182,1,1,1,1,1,1,0.3268,0.3182,0,1,0.6505,1,1,1,0.2734,0.6505,0,1,1,1,1,1,0.183621809,0,0.403186202,1,1,1,1,1,0.353066385,0,0.698425889,1,1,1,1,1,0.545749605,0,0.589052682,0.588957055,0.589095745
-55,1,0.4062,1,1,1,1,1,1,1,1,0.0938,0.4062,0,1,0.3182,1,1,1,1,1,1,0.2762,0.3182,0,1,0.6506,1,1,1,0.2639,0.6506,0,1,1,1,1,1,0.122188985,0,0.482090294,1,1,1,1,1,0.301282674,0,0.605316997,1,1,1,1,1,0.457954705,0,0.635814403,0.635709752,0.63608156
-56,1,0.4061,1,1,1,1,1,1,1,1,0.0928,0.4061,0.2147,1,0.3182,1,1,1,1,1,1,0.3377,0.3182,0.1899,1,0.6507,1,1,1,0.3078,0.6507,0.1703,1,1,1,1,1,0.137520224,0.395305604,0.416719675,1,1,1,1,1,0.374472648,0.350484133,0.540939331,1,1,1,1,1,0.502052248,0.394182235,0.643668439,0.643748678,0.643617021
-57,1,0.406,1,1,1,1,1,1,1,1,0.2384,0.406,0.436,1,0.3182,1,1,1,1,1,1,0.6793,0.3182,0.4305,1,0.6508,1,1,1,0.341,0.6508,0.3583,1,1,1,1,1,0.328548133,0.641342103,0.428497672,1,1,1,1,1,0.641915321,0.662915409,0.751653135,1,1,1,1,1,0.536866546,0.69322449,0.648078782,0.647979691,0.648049645
-58,1,0.4058,1,1,1,1,1,1,1,1,0.3066,0.4058,0.5787,1,0.3182,1,1,1,1,1,1,0.7365,0.3182,0.5707,1,0.6509,1,1,1,0.5544,0.6509,0.4939,1,1,1,1,1,0.396716595,0.765691698,0.5600034,1,1,1,1,1,0.735446751,0.817304313,0.898560882,1,1,1,1,1,0.710736573,0.85924542,0.653939101,0.65390311,0.654255319
-59,1,0.4057,1,1,1,1,1,1,1,1,0.3292,0.4057,0.632,1,0.3182,1,1,1,1,1,1,0.8911,0.3182,0.6554,1,0.651,1,1,1,0.6632,0.651,0.5515,1,1,1,1,1,0.499022812,0.828145742,0.571449041,1,1,1,1,1,0.86163491,0.890637636,1,1,1,1,1,1,0.886420965,0.941310167,0.654966167,0.654960863,0.655141844
-60,1,0.4056,1,1,1,1,1,1,1,1,0.3922,0.4056,0.6451,1,0.3182,1,1,1,1,1,1,0.8943,0.3182,0.6621,1,0.6511,1,1,1,0.621,0.6511,0.5697,1,1,1,1,1,0.538534641,0.888879836,0.68392539,1,1,1,1,1,0.883432627,0.905325174,1,1,1,1,1,1,0.876134813,0.954019547,0.652368294,0.652422255,0.65248227
-61,1,0.4054,1,1,1,1,1,1,1,1,0.3307,0.4054,0.6207,1,0.3182,1,1,1,1,1,1,0.7112,0.3182,0.6529,1,0.6512,1,1,1,0.6835,0.6512,0.5708,1,1,1,1,1,0.468892992,0.886032701,0.938763678,1,1,1,1,1,0.70698905,0.873718977,1,1,1,1,1,1,0.924243748,0.913916171,0.651401643,0.651576052,0.651595745
-62,1,0.4053,1,1,1,1,1,1,1,1,0.3784,0.4053,0.5504,1,0.3182,1,1,1,1,1,1,0.7989,0.3182,0.5731,1,0.6513,1,1,1,0.6098,0.6513,0.4763,1,1,1,1,1,0.487322062,0.810727179,0.831255794,1,1,1,1,1,0.793363512,0.818553567,1,1,1,1,1,1,0.842735767,0.803696096,0.648924601,0.648825894,0.64893617
-63,1,0.4052,1,1,1,1,1,1,1,1,0.4111,0.4052,0.3781,1,0.3182,1,1,1,1,1,1,0.7933,0.3182,0.4127,1,0.6514,1,1,1,0.5581,0.6514,0.3256,1,1,1,1,1,0.587873876,0.624401689,0.940001607,1,1,1,1,1,0.792309403,0.652243853,1,1,1,1,1,1,0.880416214,0.595546067,0.65798695,0.657922572,0.658244681
-64,1,0.405,1,1,1,1,1,1,1,1,0.4189,0.405,0.1371,1,0.3182,1,1,1,1,1,1,0.4585,0.3182,0.1725,1,0.6515,1,1,1,0.6882,0.6515,0.0502,1,1,1,1,1,0.362284303,0.305081964,1,1,1,1,1,1,0.479706526,0.34574154,1,1,1,1,1,1,0.976625502,0.168175057,0.709279845,0.709329384,0.709219858
-65,1,0.4049,1,1,1,1,1,1,1,1,0.4118,0.4049,0,1,0.3182,1,1,1,1,1,1,0.6187,0.3182,0,1,0.6516,1,1,1,0.68,0.6516,0,1,1,1,1,1,0.35654062,0,1,1,1,1,1,1,0.58513701,0,1,1,1,1,1,1,0.9670856,0,0.765405993,0.765390311,0.765957447
-66,1,0.4048,1,1,1,1,1,1,1,1,0.5302,0.4048,0,1,0.3182,1,1,1,1,1,1,0.7853,0.3182,0,1,0.6517,1,1,1,0.676,0.6517,0,1,1,1,1,1,0.506931663,0,1,1,1,1,1,1,0.78423816,0,1,1,1,1,1,1,0.947072089,0,0.766916385,0.766871166,0.767287234
-67,1,0.4046,1,1,1,1,1,1,1,1,0.4124,0.4046,0,1,0.3182,1,1,1,1,1,1,0.658,0.3182,0,1,0.6518,1,1,1,0.5953,0.6518,0,1,1,1,1,1,0.330748141,0,1,1,1,1,1,1,0.621035099,0,1,1,1,1,1,1,0.885129869,0,0.753987434,0.753966575,0.754432624
-68,1,0.4045,1,1,1,1,1,1,1,1,0.4913,0.4045,0,1,0.3182,1,1,1,1,1,1,0.8943,0.3182,0,1,0.6519,1,1,1,0.6744,0.6519,0,1,1,1,1,1,0.444034606,0,1,1,1,1,1,1,0.850476027,0,1,1,1,1,1,1,0.938178599,0,0.729519091,0.729638248,0.730053191
-69,1,0.4043,1,1,1,1,1,1,1,1,0.5003,0.4043,0,1,0.3182,1,1,1,1,1,1,0.6396,0.3182,0,1,0.652,1,1,1,0.6384,0.652,0,1,1,1,1,1,0.470490813,0,1,1,1,1,1,1,0.605204284,0,1,1,1,1,1,1,0.947439253,0,0.686442726,0.686481912,0.686613475
-70,1,0.4042,1,1,1,1,1,1,1,1,0.578,0.4042,0,1,0.3182,1,1,1,1,1,1,0.6728,0.3182,0,1,0.6521,1,1,1,0.5919,0.6521,0,1,1,1,1,1,0.623107553,0,1,1,1,1,1,1,0.600420117,0,1,1,1,1,1,1,0.923821628,0,0.628987434,0.628940131,0.628989362
-71,1,0.4041,1,1,1,1,1,1,1,1,0.4769,0.4041,0,1,0.3182,1,1,1,1,1,1,0.8453,0.3182,0,1,0.6522,1,1,1,0.6094,0.6522,0,1,1,1,1,1,0.481376976,0,1,1,1,1,1,1,0.765127242,0,1,1,1,1,1,1,0.897304535,0,0.578661189,0.578802623,0.578900709
-72,1,0.4039,1,1,1,1,1,1,1,1,0.6133,0.4039,0,1,0.3182,1,1,1,1,1,1,0.9751,0.3182,0,1,0.6523,1,1,1,0.7632,0.6523,0,1,1,1,1,1,0.719660997,0,1,1,1,1,1,1,0.92217803,0,1,1,1,1,1,1,0.969212413,0,0.547426293,0.547493125,0.547429078
-73,1,0.4038,1,1,1,1,1,1,1,1,0.5683,0.4038,0,1,0.3181,1,1,1,1,1,1,0.7979,0.3181,0,1,0.6524,1,1,1,0.6559,0.6524,0,1,1,1,1,1,0.547050893,0,1,1,1,1,1,1,0.717326641,0,1,1,1,1,1,1,0.957773507,0,0.530993233,0.530992173,0.531028369
-74,1,0.4037,1,1,1,1,1,1,1,1,0.555,0.4037,0,1,0.3181,1,1,1,1,1,1,0.5823,0.3181,0,1,0.6525,1,1,1,0.5774,0.6525,0,1,1,1,1,1,0.470467687,0,1,1,1,1,1,1,0.512277961,0,1,1,1,1,1,1,0.933361471,0,0.522595457,0.522741697,0.522606383
-75,1,0.4035,1,1,1,1,1,1,1,1,0.5631,0.4035,0,1,0.3181,1,1,1,1,1,1,0.47,0.3181,0,1,0.6525,1,1,1,0.5751,0.6525,0,1,1,1,1,1,0.50397408,0,1,1,1,1,1,1,0.406315148,0,1,1,1,1,1,1,0.886988461,0,0.523562107,0.523587899,0.523492908
-76,1,0.4034,1,1,1,1,1,1,1,1,0.5285,0.4034,0,1,0.3181,1,1,1,1,1,1,0.4719,0.3181,0,1,0.6526,1,1,1,0.5982,0.6526,0,1,1,1,1,1,0.513184905,0,1,1,1,1,1,1,0.390780807,0,1,1,1,1,1,1,0.881918311,0,0.537759787,0.537761794,0.538120567
-77,1,0.4033,1,1,1,1,1,1,1,1,0.4011,0.4033,0,1,0.3181,1,1,1,1,1,1,0.5206,0.3181,0,1,0.6527,1,1,1,0.6538,0.6527,0,1,1,1,1,1,0.3862921,0,1,1,1,1,1,1,0.383892357,0,1,1,1,1,1,1,0.926977396,0,0.582165297,0.582187434,0.582446809
-78,1,0.4031,1,1,1,1,1,1,1,1,0.4094,0.4031,0,1,0.3181,1,1,1,1,1,1,0.3122,0.3181,0,1,0.6528,1,1,1,0.5569,0.6528,0,1,1,1,1,1,0.374304056,0,1,1,1,1,1,1,0.260629743,0,1,1,1,1,1,1,0.898742259,0,0.663061866,0.662999788,0.663120567
-79,1,0.403,1,1,1,1,1,1,1,1,0.2796,0.403,0,1,0.3181,1,1,1,1,1,1,0.2049,0.3181,0,1,0.6529,1,1,1,0.5291,0.6529,0,1,1,1,1,1,0.303671598,0,0.79506427,1,1,1,1,1,0.187239915,0,0.980068088,1,1,1,1,1,0.899598479,0,0.707044466,0.707002327,0.707003546
-80,1,0.4029,1,1,1,1,1,1,1,1,0.2454,0.4029,0.2277,1,0.3181,1,1,1,1,1,1,0.1897,0.3181,0.2204,1,0.653,1,1,1,0.5028,0.653,0.1813,1,1,1,1,1,0.210105136,0.40111059,0.713887632,1,1,1,1,1,0.14861691,0.379578501,0.828166723,1,1,1,1,1,0.820098996,0.426266551,0.707890285,0.70784853,0.708333333
-81,1,0.4027,1,1,1,1,1,1,1,1,0.2614,0.4027,0.4502,1,0.3181,1,1,1,1,1,1,0.1877,0.3181,0.4435,1,0.6531,1,1,1,0.4579,0.6531,0.4049,1,1,1,1,1,0.214994207,0.685723305,0.725933433,1,1,1,1,1,0.14870362,0.638918638,0.961138606,1,1,1,1,1,0.768165588,0.704990745,0.7060174,0.705944574,0.706117021
-82,1,0.4026,1,1,1,1,1,1,1,1,0.2123,0.4026,0.6046,1,0.3181,1,1,1,1,1,1,0.1767,0.3181,0.5641,1,0.6532,1,1,1,0.4124,0.6532,0.557,1,1,1,1,1,0.216699123,0.850697517,0.404623479,1,1,1,1,1,0.159576088,0.772440135,0.893139005,1,1,1,1,1,0.737351954,0.806788087,0.704446593,0.704463719,0.704787234
-83,1,0.4025,1,1,1,1,1,1,1,1,0.0897,0.4025,0.6791,1,0.3181,1,1,1,1,1,1,0.0114,0.3181,0.6709,1,0.6533,1,1,1,0.075,0.6533,0.6302,1,1,1,1,1,0.027246328,0.87061125,0.557595432,1,1,1,1,1,0.012375797,0.910031199,0.979220986,1,1,1,1,1,0.189122841,0.857473493,0.697498792,0.697482547,0.697695035
-84,1,0.4023,1,1,1,1,1,1,1,1,0.0698,0.4023,0.6728,1,0.3181,1,1,1,1,1,1,0,0.3181,0.6513,1,0.6534,1,1,1,0.1,0.6534,0.5543,1,1,1,1,1,0.013832925,0.857418537,0.573979974,1,1,1,1,1,0.000447456,0.852032661,0.801642418,1,1,1,1,1,0.216265351,0.864036083,0.687530208,0.687751216,0.687943262
-85,1,0.4022,1,1,1,1,1,1,1,1,0.0485,0.4022,0.6482,1,0.3181,1,1,1,1,1,1,0,0.3181,0.6024,1,0.6535,1,1,1,0.0673,0.6535,0.5588,1,1,1,1,1,0.007879721,0.86078459,0.51413095,1,1,1,1,1,0.000196807,0.705932498,0.58360815,1,1,1,1,1,0.140386179,0.83635056,0.681609473,0.681616247,0.681737589
-86,1,0.4021,1,1,1,1,1,1,1,1,0.0481,0.4021,0.528,1,0.3181,1,1,1,1,1,1,0,0.3181,0.4635,1,0.6536,1,1,1,0.0519,0.6536,0.4418,1,1,1,1,1,0.003915385,0.709806919,0.436993241,1,1,1,1,1,0.000131813,0.595638692,0.519329846,1,1,1,1,1,0.066910073,0.679095566,0.676292895,0.67632748,0.67641844
-87,1,0.4019,1,1,1,1,1,1,1,1,0.055,0.4019,0.3343,1,0.3181,1,1,1,1,1,1,0,0.3181,0.305,1,0.6537,1,1,1,0.0271,0.6537,0.2619,1,1,1,1,1,0.005388106,0.494193435,0.25202024,1,1,1,1,1,0.000806518,0.480196565,0.343497157,1,1,1,1,1,0.05286302,0.442367494,0.683301112,0.683308652,0.683510638
-88,1,0.4018,1,1,1,1,1,1,1,1,0.0429,0.4018,0.028,1,0.3181,1,1,1,1,1,1,0,0.3181,0.0783,1,0.6538,1,1,1,0.0066,0.6538,0.0253,1,1,1,1,1,0.00263382,0.106032312,0.186905026,1,1,1,1,1,0.00030586,0.157339483,0.335973322,1,1,1,1,1,0.046531331,0.005017253,0.731029483,0.731119103,0.731382979
-89,1,0.4017,1,1,1,1,1,1,1,1,0.028,0.4017,0,1,0.3181,1,1,1,1,1,1,0.0393,0.3181,0,1,0.6539,1,1,1,0.0653,0.6539,0,1,1,1,1,1,0.018397879,0,0.124454945,1,1,1,1,1,0.03994374,0,0.184973314,1,1,1,1,1,0.137151971,0,0.769876752,0.769832875,0.770390071
-90,1,0.4015,1,1,1,1,1,1,1,1,0.0625,0.4015,0,1,0.3181,1,1,1,1,1,1,0.0793,0.3181,0,1,0.654,1,1,1,0.0551,0.654,0,1,1,1,1,1,0.070976824,0,0.006961153,1,1,1,1,1,0.098625697,0,0.214811265,1,1,1,1,1,0.12389563,0,0.763956017,0.763909456,0.764184397
-91,1,0.4014,1,1,1,1,1,1,1,1,0.0847,0.4014,0,1,0.3181,1,1,1,1,1,1,0.0489,0.3181,0,1,0.6541,1,1,1,0.0838,0.6541,0,1,1,1,1,1,0.083924681,0,0.003198395,1,1,1,1,1,0.072225496,0,0.285006285,1,1,1,1,1,0.137572616,0,0.746193813,0.7461392,0.746453901
-92,1,0.4013,1,1,1,1,1,1,1,1,0.1229,0.4013,0,1,0.3181,1,1,1,1,1,1,0.0462,0.3181,0,1,0.6542,1,1,1,0.0707,0.6542,0,1,1,1,1,1,0.128393263,0,0.108685762,1,1,1,1,1,0.078545853,0,0.233654216,1,1,1,1,1,0.131399348,0,0.717617206,0.717791411,0.717641844
-93,1,0.4011,1,1,1,1,1,1,1,1,0.1363,0.4011,0,1,0.3181,1,1,1,1,1,1,0.1135,0.3181,0,1,0.6543,1,1,1,0.106,0.6543,0,1,1,1,1,1,0.120600045,0,0.445443064,1,1,1,1,1,0.149306133,0,0.09463796,1,1,1,1,1,0.210099816,0,0.67037216,0.670404062,0.670656028
-94,1,0.401,1,1,1,1,1,1,1,1,0.1754,0.401,0,1,0.3181,1,1,1,1,1,1,0.1682,0.3181,0,1,0.6544,1,1,1,0.151,0.6544,0,1,1,1,1,1,0.140354604,0,0.875929296,1,1,1,1,1,0.242303163,0,0.522529364,1,1,1,1,1,0.271630615,0,0.610198163,0.610323673,0.61037234
-95,1,0.4008,1,1,1,1,1,1,1,1,0.207,0.4008,0,1,0.3181,1,1,1,1,1,1,0.1532,0.3181,0,1,0.6545,1,1,1,0.1894,0.6545,0,1,1,1,1,1,0.128189832,0,0.920759916,1,1,1,1,1,0.191114381,0,0.456919134,1,1,1,1,1,0.348147362,0,0.554494925,0.554685847,0.554964539
-96,1,0.4007,1,1,1,1,1,1,1,1,0.1748,0.4007,0,1,0.3181,1,1,1,1,1,1,0.0821,0.3181,0,1,0.6546,1,1,1,0.1416,0.6546,0,1,1,1,1,1,0.099169187,0,0.939646482,1,1,1,1,1,0.124390215,0,0.220467538,1,1,1,1,1,0.246382296,0,0.518970517,0.518933785,0.519060284
-97,1,0.4006,1,1,1,1,1,1,1,1,0.301,0.4006,0,1,0.3181,1,1,1,1,1,1,0.0942,0.3181,0,1,0.6547,1,1,1,0.1497,0.6547,0,1,1,1,1,1,0.177062199,0,0.844688892,1,1,1,1,1,0.159192622,0,0.516141891,1,1,1,1,1,0.227046132,0,0.499939584,0.499894225,0.5
-98,1,0.4004,1,1,1,1,1,1,1,1,0.2396,0.4004,0,1,0.3181,1,1,1,1,1,1,0.1132,0.3181,0,1,0.6548,1,1,1,0.1275,0.6548,0,1,1,1,1,1,0.122812316,0,0.920122206,1,1,1,1,1,0.174249291,0,0.82681632,1,1,1,1,1,0.256108433,0,0.49039391,0.490374445,0.490248227
-99,1,0.4003,1,1,1,1,1,1,1,1,0.2318,0.4003,0,1,0.3181,1,1,1,1,1,1,0.1273,0.3181,0,1,0.6549,1,1,1,0.1305,0.6549,0,1,1,1,1,1,0.138673455,0,0.673818231,1,1,1,1,1,0.197087079,0,0.751163125,1,1,1,1,1,0.324528009,0,0.48858144,0.488682039,0.48891844
-100,1,0.4002,1,1,1,1,1,1,1,1,0.2242,0.4002,0,1,0.3181,1,1,1,1,1,1,0.116,0.3181,0,1,0.655,1,1,1,0.1117,0.655,0,1,1,1,1,1,0.142375141,0,0.419740528,1,1,1,1,1,0.193994716,0,0.500402093,1,1,1,1,1,0.300269991,0,0.501147898,0.501163529,0.501329787
-101,1,0.4,1,1,1,1,1,1,1,1,0.155,0.4,0,1,0.3181,1,1,1,1,1,1,0.038,0.3181,0,1,0.6551,1,1,1,0.0978,0.6551,0,1,1,1,1,1,0.109176964,0,0.182347387,1,1,1,1,1,0.069650866,0,0.240936399,1,1,1,1,1,0.358129978,0,0.542230546,0.542204358,0.542109929
-102,1,0.3999,1,1,1,1,1,1,1,1,0.0898,0.3999,0,1,0.3181,1,1,1,1,1,1,0.0013,0.3181,0,1,0.6552,1,1,1,0.0956,0.6552,0,1,1,1,1,1,0.064965032,0,0.077774674,1,1,1,1,1,0.016336124,0,0.163478807,1,1,1,1,1,0.373863578,0,0.620347994,0.620478105,0.620567376
-103,1,0.3998,1,1,1,1,1,1,1,1,0.0721,0.3998,0,1,0.3181,1,1,1,1,1,1,0.0015,0.3181,0,1,0.6553,1,1,1,0.0668,0.6553,0,1,1,1,1,1,0.074147031,0,0.036225185,1,1,1,1,1,0.011013146,0,0.036664136,1,1,1,1,1,0.213828713,0,0.666143064,0.666173048,0.666223404
-104,1,0.3996,1,1,1,1,1,1,1,1,0.0955,0.3996,0.1033,1,0.3181,1,1,1,1,1,1,0.0025,0.3181,0.1154,1,0.6554,1,1,1,0.072,0.6554,0.0482,1,1,1,1,1,0.084841259,0.170587122,0.004370186,1,1,1,1,1,0.007550301,0.227526784,0.118446343,1,1,1,1,1,0.222036108,0.111522958,0.670976317,0.671038714,0.671099291
-105,1,0.3995,1,1,1,1,1,1,1,1,0.0982,0.3995,0.2804,1,0.3181,1,1,1,1,1,1,0.0427,0.3181,0.2997,1,0.6555,1,1,1,0.0616,0.6555,0.2431,1,1,1,1,1,0.075930282,0.427075237,0.038382038,1,1,1,1,1,0.054869097,0.494544566,0.322951078,1,1,1,1,1,0.203863323,0.320321381,0.6739971,0.674000423,0.674202128
-106,1,0.3994,1,1,1,1,1,1,1,1,0.1052,0.3994,0.4372,1,0.318,1,1,1,1,1,1,0.0262,0.318,0.4896,1,0.6556,1,1,1,0.0511,0.6556,0.3597,1,1,1,1,1,0.070377506,0.6255126,0.100025997,1,1,1,1,1,0.034308519,0.707907856,0.274292946,1,1,1,1,1,0.160617232,0.46530956,0.670915901,0.670827163,0.671099291
-107,1,0.3992,1,1,1,1,1,1,1,1,0.0752,0.3992,0.5913,1,0.318,1,1,1,1,1,1,0.0213,0.318,0.5795,1,0.6557,1,1,1,0.0432,0.6557,0.4739,1,1,1,1,1,0.061042849,0.778813064,0.109422177,1,1,1,1,1,0.023143828,0.838773012,0.163496614,1,1,1,1,1,0.130611658,0.517060995,0.661551474,0.661730484,0.66179078
-108,1,0.3991,1,1,1,1,1,1,1,1,0.1,0.3991,0.5349,1,0.318,1,1,1,1,1,1,0.0434,0.318,0.5517,1,0.6558,1,1,1,0.0854,0.6558,0.3585,1,1,1,1,1,0.064188167,0.678289473,0.129945844,1,1,1,1,1,0.035331529,0.763692617,0.174199238,1,1,1,1,1,0.196464628,0.641685784,0.653334944,0.653268458,0.653812057
-109,1,0.399,1,1,1,1,1,1,1,1,0.151,0.399,0.4854,1,0.318,1,1,1,1,1,1,0.1355,0.318,0.4408,1,0.6559,1,1,1,0.1041,0.6559,0.4206,1,1,1,1,1,0.107618414,0.622370958,0.199214041,1,1,1,1,1,0.105356306,0.641899705,0.366807103,1,1,1,1,1,0.180373907,0.704404235,0.650132914,0.650095198,0.650265957
-110,1,0.3988,1,1,1,1,1,1,1,1,0.1471,0.3988,0.3973,1,0.318,1,1,1,1,1,1,0.1242,0.318,0.4072,1,0.656,1,1,1,0.0911,0.656,0.4373,1,1,1,1,1,0.125134125,0.568854988,0.260116994,1,1,1,1,1,0.131830156,0.569831371,0.627275407,1,1,1,1,1,0.157320336,0.63567555,0.644997583,0.645017982,0.645390071
-111,1,0.3987,1,1,1,1,1,1,1,1,0.2669,0.3987,0.2948,1,0.318,1,1,1,1,1,1,0.3859,0.318,0.3063,1,0.6561,1,1,1,0.1645,0.6561,0.2491,1,1,1,1,1,0.289148122,0.43725276,0.480007172,1,1,1,1,1,0.341677129,0.431045443,0.818747461,1,1,1,1,1,0.27536422,0.512663722,0.649166264,0.649248995,0.649379433
-112,1,0.3986,1,1,1,1,1,1,1,1,0.2296,0.3986,0.0897,1,0.318,1,1,1,1,1,1,0.5122,0.318,0.1054,1,0.6562,1,1,1,0.1979,0.6562,0.0255,1,1,1,1,1,0.261808902,0.18709299,0.623305559,1,1,1,1,1,0.419357747,0.212632164,0.80335474,1,1,1,1,1,0.299150616,0.085365221,0.690430159,0.690501375,0.690602837
-113,1,0.3984,1,1,1,1,1,1,1,1,0.2405,0.3984,0,1,0.318,1,1,1,1,1,1,0.4354,0.318,0,1,0.6563,1,1,1,0.2064,0.6563,0,1,1,1,1,1,0.276638418,0,0.589919508,1,1,1,1,1,0.443739682,0,0.767231226,1,1,1,1,1,0.281344533,0,0.735621073,0.735561667,0.735815603
-114,1,0.3983,1,1,1,1,1,1,1,1,0.2231,0.3983,0,1,0.318,1,1,1,1,1,1,0.3491,0.318,0,1,0.6564,1,1,1,0.2486,0.6564,0,1,1,1,1,1,0.229469642,0,0.333613008,1,1,1,1,1,0.339800358,0,0.488186687,1,1,1,1,1,0.435778499,0,0.732902368,0.732811508,0.733156028
-115,1,0.3982,1,1,1,1,1,1,1,1,0.1826,0.3982,0,1,0.318,1,1,1,1,1,1,0.1172,0.318,0,1,0.6565,1,1,1,0.1978,0.6565,0,1,1,1,1,1,0.155514032,0,0.207612798,1,1,1,1,1,0.144994408,0,0.95292598,1,1,1,1,1,0.432481408,0,0.716288062,0.716310556,0.716312057
-116,1,0.398,1,1,1,1,1,1,1,1,0.1899,0.398,0,1,0.318,1,1,1,1,1,1,0.0698,0.318,0,1,0.6566,1,1,1,0.2679,0.6566,0,1,1,1,1,1,0.151678458,0,0.245712638,1,1,1,1,1,0.11266268,0,0.942502141,1,1,1,1,1,0.570106685,0,0.689523925,0.689655172,0.689716312
-117,1,0.3979,1,1,1,1,1,1,1,1,0.0929,0.3979,0,1,0.318,1,1,1,1,1,1,0,0.318,0,1,0.6567,1,1,1,0.0855,0.6567,0,1,1,1,1,1,0.029920489,0,0.377252847,1,1,1,1,1,0.001731739,0,0.961126506,1,1,1,1,1,0.181978405,0,0.645299662,0.645229532,0.645833333
-118,1,0.3978,1,1,1,1,1,1,1,1,0.1682,0.3978,0,1,0.318,1,1,1,1,1,1,0,0.318,0,1,0.6568,1,1,1,0.1891,0.6568,0,1,1,1,1,1,0.11637032,0,0.699890256,1,1,1,1,1,0.017933788,0,0.31618771,1,1,1,1,1,0.313817173,0,0.585911068,0.585783795,0.585992908
-119,1,0.3976,1,1,1,1,1,1,1,1,0.1428,0.3976,0,1,0.318,1,1,1,1,1,1,0,0.318,0,1,0.6569,1,1,1,0.14,0.6569,0,1,1,1,1,1,0.052022554,0,0.96739471,1,1,1,1,1,0.009927007,0,0.097181946,1,1,1,1,1,0.209452331,0,0.534618173,0.534800085,0.534574468
-120,1,0.3975,1,1,1,1,1,1,1,1,0.174,0.3975,0,1,0.318,1,1,1,1,1,1,0,0.318,0,1,0.657,1,1,1,0.1205,0.657,0,1,1,1,1,1,0.100811645,0,0.996472955,1,1,1,1,1,0.020035353,0,0.159050792,1,1,1,1,1,0.137416765,0,0.501027066,0.500951978,0.500886525
-121,1,0.3974,1,1,1,1,1,1,1,1,0.1184,0.3974,0,1,0.318,1,1,1,1,1,1,0,0.318,0,1,0.6571,1,1,1,0.0821,0.6571,0,1,1,1,1,1,0.089771733,0,0.890340626,1,1,1,1,1,0.023398837,0,0.093050271,1,1,1,1,1,0.106846578,0,0.482781537,0.482758621,0.483156028
-122,1,0.3972,1,1,1,1,1,1,1,1,0.0543,0.3972,0,1,0.318,1,1,1,1,1,1,0.0397,0.318,0,1,0.6572,1,1,1,0.042,0.6572,0,1,1,1,1,1,0.047412973,0,0.603442788,1,1,1,1,1,0.067663163,0,0.079989269,1,1,1,1,1,0.063711219,0,0.473477525,0.473450391,0.473404255
-123,1,0.3971,1,1,1,1,1,1,1,1,0.0179,0.3971,0,1,0.318,1,1,1,1,1,1,0.1098,0.318,0,1,0.6573,1,1,1,0.0179,0.6573,0,1,1,1,1,1,0.021708414,0,0.28053081,1,1,1,1,1,0.172149748,0,0.109709695,1,1,1,1,1,0.039446644,0,0.471121315,0.471123334,0.471187943
-124,1,0.3969,1,1,1,1,1,1,1,1,0.0286,0.3969,0,1,0.318,1,1,1,1,1,1,0.1402,0.318,0,1,0.6574,1,1,1,0.0121,0.6574,0,1,1,1,1,1,0.041665893,0,0.075039111,1,1,1,1,1,0.187274218,0,0.213280618,1,1,1,1,1,0.021535872,0,0.48260029,0.482758621,0.482712766
-125,1,0.3968,1,1,1,1,1,1,1,1,0.0435,0.3968,0,1,0.318,1,1,1,1,1,1,0.1177,0.318,0,1,0.6575,1,1,1,0.0105,0.6575,0,1,1,1,1,1,0.0607864,0,0.018569788,1,1,1,1,1,0.169424832,0,0.283104211,1,1,1,1,1,0.013929317,0,0.52338086,0.523376349,0.523492908
-126,1,0.3967,1,1,1,1,1,1,1,1,0.0405,0.3967,0,1,0.318,1,1,1,1,1,1,0.1377,0.318,0,1,0.6576,1,1,1,0.0142,0.6576,0,1,1,1,1,1,0.075446598,0,0.012270059,1,1,1,1,1,0.20931673,0,0.194493979,1,1,1,1,1,0.024829233,0,0.600108748,0.59995769,0.600177305
-127,1,0.3965,1,1,1,1,1,1,1,1,0.0444,0.3965,0,1,0.318,1,1,1,1,1,1,0.2695,0.318,0,1,0.6577,1,1,1,0.036,0.6577,0,1,1,1,1,1,0.072514653,0,0.062731408,1,1,1,1,1,0.378788114,0,0.424616009,1,1,1,1,1,0.076633878,0,0.64602465,0.646075735,0.646276596
-128,1,0.3964,1,1,1,1,1,1,1,1,0.1087,0.3964,0.1023,1,0.318,1,1,1,1,1,1,0.1842,0.318,0.139,1,0.6578,1,1,1,0.0357,0.6578,0.0809,1,1,1,1,1,0.141860232,0.185360298,0.292724222,1,1,1,1,1,0.256563604,0.304059505,0.699964166,1,1,1,1,1,0.092142537,0.123772576,0.651401643,0.651364502,0.651595745
-129,1,0.3963,1,1,1,1,1,1,1,1,0.168,0.3963,0.2939,1,0.318,1,1,1,1,1,1,0.2117,0.318,0.4082,1,0.6579,1,1,1,0.04,0.6579,0.2336,1,1,1,1,1,0.176396817,0.4773314,0.401476204,1,1,1,1,1,0.331442624,0.644938588,0.91281575,1,1,1,1,1,0.108975753,0.349737227,0.652066216,0.651999154,0.652039007
-130,1,0.3961,1,1,1,1,1,1,1,1,0.1208,0.3961,0.5036,1,0.318,1,1,1,1,1,1,0.4262,0.318,0.5689,1,0.658,1,1,1,0.0531,0.658,0.358,1,1,1,1,1,0.077700116,0.728351235,0.437379599,1,1,1,1,1,0.33502984,0.819003105,1,1,1,1,1,1,0.138936266,0.466088116,0.649166264,0.649248995,0.649379433
-131,1,0.396,1,1,1,1,1,1,1,1,0.0839,0.396,0.62,1,0.318,1,1,1,1,1,1,0.2701,0.318,0.6386,1,0.6581,1,1,1,0.0589,0.6581,0.3937,1,1,1,1,1,0.07965333,0.826952994,0.509132266,1,1,1,1,1,0.220307335,0.896056294,1,1,1,1,1,1,0.160782441,0.543091416,0.639560174,0.639517664,0.63962766
-132,1,0.3959,1,1,1,1,1,1,1,1,0.1382,0.3959,0.5947,1,0.318,1,1,1,1,1,1,0.1854,0.318,0.5749,1,0.6582,1,1,1,0.062,0.6582,0.4307,1,1,1,1,1,0.074873224,0.792589486,0.653930247,1,1,1,1,1,0.182048112,0.873944104,1,1,1,1,1,1,0.180024505,0.523182154,0.628987434,0.628940131,0.628989362
-133,1,0.3957,1,1,1,1,1,1,1,1,0.2099,0.3957,0.4261,1,0.318,1,1,1,1,1,1,0.1818,0.318,0.557,1,0.6583,1,1,1,0.0611,0.6583,0.4089,1,1,1,1,1,0.113207147,0.696804523,0.814667046,1,1,1,1,1,0.180924833,0.705279112,1,1,1,1,1,1,0.200875998,0.515216649,0.623489609,0.623439814,0.623670213
-134,1,0.3956,1,1,1,1,1,1,1,1,0.1521,0.3956,0.3649,1,0.318,1,1,1,1,1,1,0.05,0.318,0.3724,1,0.6584,1,1,1,0.0305,0.6584,0.374,1,1,1,1,1,0.056827873,0.601124287,0.995130956,1,1,1,1,1,0.071058825,0.57268995,0.991760254,1,1,1,1,1,0.126304641,0.456569463,0.614789754,0.614766237,0.614804965
-135,1,0.3955,1,1,1,1,1,1,1,1,0.0683,0.3955,0.1992,1,0.318,1,1,1,1,1,1,0.0642,0.318,0.1936,1,0.6585,1,1,1,0.0618,0.6585,0.2142,1,1,1,1,1,0.037358858,0.413076133,1,1,1,1,1,1,0.116053015,0.31940183,0.97741127,1,1,1,1,1,0.209481969,0.326284349,0.617750121,0.617727946,0.617907801
-136,1,0.3953,1,1,1,1,1,1,1,1,0.0759,0.3953,0.0151,1,0.318,1,1,1,1,1,1,0.2367,0.318,0.0704,1,0.6586,1,1,1,0.0912,0.6586,0,1,1,1,1,1,0.085969821,0.112508036,0.984038055,1,1,1,1,1,0.288551122,0.179582879,0.845369399,1,1,1,1,1,0.26427111,0.001671461,0.65381827,0.653691559,0.654255319
-137,1,0.3952,1,1,1,1,1,1,1,1,0.1221,0.3952,0,1,0.318,1,1,1,1,1,1,0.3325,0.318,0,1,0.6587,1,1,1,0.1164,0.6587,0,1,1,1,1,1,0.128555551,0,0.798958719,1,1,1,1,1,0.478020161,0,0.993219972,1,1,1,1,1,0.211875349,0,0.688315611,0.688385868,0.688386525
-138,1,0.3951,1,1,1,1,1,1,1,1,0.1165,0.3951,0,1,0.318,1,1,1,1,1,1,0.3772,0.318,0,1,0.6588,1,1,1,0.1202,0.6588,0,1,1,1,1,1,0.110376433,0,0.917728066,1,1,1,1,1,0.533747077,0,1,1,1,1,1,1,0.231116161,0,0.677259546,0.677385234,0.677304965
-139,1,0.3949,1,1,1,1,1,1,1,1,0.0695,0.3949,0,1,0.3179,1,1,1,1,1,1,0.4737,0.3179,0,1,0.6589,1,1,1,0.1092,0.6589,0,1,1,1,1,1,0.053824816,0,0.979925394,1,1,1,1,1,0.579329133,0,1,1,1,1,1,1,0.252502561,0,0.657805703,0.657711022,0.658244681
-140,1,0.3948,1,1,1,1,1,1,1,1,0.1746,0.3948,0,1,0.3179,1,1,1,1,1,1,0.7695,0.3179,0,1,0.659,1,1,1,0.0658,0.659,0,1,1,1,1,1,0.128802568,0,1,1,1,1,1,1,0.77134943,0,1,1,1,1,1,1,0.225661665,0,0.631706138,0.63169029,0.632092199
-141,1,0.3947,1,1,1,1,1,1,1,1,0.1894,0.3947,0,1,0.3179,1,1,1,1,1,1,0.6069,0.3179,0,1,0.6591,1,1,1,0.0407,0.6591,0,1,1,1,1,1,0.144425601,0,1,1,1,1,1,1,0.621898949,0,0.927658379,1,1,1,1,1,0.228556156,0,0.597812953,0.597842183,0.597960993
-142,1,0.3945,1,1,1,1,1,1,1,1,0.2462,0.3945,0,1,0.3179,1,1,1,1,1,1,0.541,0.3179,0,1,0.6592,1,1,1,0.0616,0.6592,0,1,1,1,1,1,0.15601936,0,1,1,1,1,1,1,0.563661098,0,0.908954263,1,1,1,1,1,0.310867965,0,0.55177622,0.551724138,0.551861702
-143,1,0.3944,1,1,1,1,1,1,1,1,0.2121,0.3944,0,1,0.3179,1,1,1,1,1,1,0.2816,0.3179,0,1,0.6593,1,1,1,0.0657,0.6593,0,1,1,1,1,1,0.144045681,0,0.912509561,1,1,1,1,1,0.403389901,0,0.839505196,1,1,1,1,1,0.310114652,0,0.504349928,0.504336789,0.504432624
-144,1,0.3943,1,1,1,1,1,1,1,1,0.2074,0.3943,0,1,0.3179,1,1,1,1,1,1,0.3788,0.3179,0,1,0.6594,1,1,1,0.0535,0.6594,0,1,1,1,1,1,0.125581056,0,0.769363821,1,1,1,1,1,0.439836204,0,1,1,1,1,1,1,0.266269714,0,0.467738038,0.467738523,0.468085106
-145,1,0.3941,1,1,1,1,1,1,1,1,0.2209,0.3941,0,1,0.3179,1,1,1,1,1,1,0.4611,0.3179,0,1,0.6595,1,1,1,0.0674,0.6595,0,1,1,1,1,1,0.155800313,0,0.997899354,1,1,1,1,1,0.466972113,0,1,1,1,1,1,1,0.251812458,0,0.447438376,0.447429659,0.447251773
-146,1,0.394,1,1,1,1,1,1,1,1,0.2043,0.394,0,1,0.3179,1,1,1,1,1,1,0.3004,0.3179,0,1,0.6596,1,1,1,0.0929,0.6596,0,1,1,1,1,1,0.165351838,0,1,1,1,1,1,1,0.320554376,0,1,1,1,1,1,1,0.300524473,0,0.436442726,0.436429025,0.436613475
-147,1,0.3939,1,1,1,1,1,1,1,1,0.1431,0.3939,0,1,0.3179,1,1,1,1,1,1,0.2485,0.3179,0,1,0.6597,1,1,1,0.1079,0.6597,0,1,1,1,1,1,0.149981067,0,0.879248679,1,1,1,1,1,0.234269142,0,1,1,1,1,1,1,0.364857018,0,0.431911551,0.431986461,0.432180851
-148,1,0.3937,1,1,1,1,1,1,1,1,0.1095,0.3937,0,1,0.3179,1,1,1,1,1,1,0.1179,0.3179,0,1,0.6598,1,1,1,0.0969,0.6598,0,1,1,1,1,1,0.101606213,0,0.652260303,1,1,1,1,1,0.103491649,0,0.981260061,1,1,1,1,1,0.360342234,0,0.436261479,0.436217474,0.436613475
-149,1,0.3936,1,1,1,1,1,1,1,1,0.0574,0.3936,0,1,0.3179,1,1,1,1,1,1,0.0589,0.3179,0,1,0.6599,1,1,1,0.0809,0.6599,0,1,1,1,1,1,0.03089999,0,0.522282004,1,1,1,1,1,0.044309031,0,0.736548245,1,1,1,1,1,0.291499645,0,0.452875785,0.452718426,0.453014184
-150,1,0.3934,1,1,1,1,1,1,1,1,0.0491,0.3934,0,1,0.3179,1,1,1,1,1,1,0.0983,0.3179,0,1,0.6599,1,1,1,0.0765,0.6599,0,1,1,1,1,1,0.020953078,0,0.666678071,1,1,1,1,1,0.0758316,0,0.718301356,1,1,1,1,1,0.230846629,0,0.482902368,0.482758621,0.483156028
-151,1,0.3933,1,1,1,1,1,1,1,1,0.0424,0.3933,0,1,0.3179,1,1,1,1,1,1,0.0845,0.3179,0,1,0.66,1,1,1,0.0562,0.66,0,1,1,1,1,1,0.020881666,0,0.671678662,1,1,1,1,1,0.058989674,0,0.52993536,1,1,1,1,1,0.188626125,0,0.514560174,0.514491221,0.51462766
-152,1,0.3932,1,1,1,1,1,1,1,1,0.0678,0.3932,0.1883,1,0.3179,1,1,1,1,1,1,0.1375,0.3179,0.1888,1,0.6601,1,1,1,0.0288,0.6601,0.0283,1,1,1,1,1,0.051156409,0.351036876,0.62553829,1,1,1,1,1,0.104667753,0.35002166,0.425320745,1,1,1,1,1,0.118105114,0.125800461,0.546942968,0.546858473,0.546985816
-153,1,0.393,1,1,1,1,1,1,1,1,0.1221,0.393,0.4067,1,0.3179,1,1,1,1,1,1,0.2531,0.3179,0.418,1,0.6602,1,1,1,0.0129,0.6602,0.2162,1,1,1,1,1,0.089656405,0.619287968,0.587967038,1,1,1,1,1,0.233937562,0.660088658,0.331576973,1,1,1,1,1,0.053463232,0.403309524,0.566517641,0.566532685,0.566489362
-154,1,0.3929,1,1,1,1,1,1,1,1,0.1334,0.3929,0.5478,1,0.3179,1,1,1,1,1,1,0.2684,0.3179,0.5584,1,0.6603,1,1,1,0.0092,0.6603,0.3554,1,1,1,1,1,0.117224008,0.785794616,0.717235327,1,1,1,1,1,0.296673715,0.806930482,0.329441369,1,1,1,1,1,0.018045329,0.519458115,0.572015466,0.572033002,0.571808511
-155,1,0.3928,1,1,1,1,1,1,1,1,0.0832,0.3928,0.6386,1,0.3179,1,1,1,1,1,1,0.2463,0.3179,0.6543,1,0.6604,1,1,1,0.0116,0.6604,0.3415,1,1,1,1,1,0.075509615,0.905285895,0.824079096,1,1,1,1,1,0.191872358,0.910348594,0.486140609,1,1,1,1,1,0.02884767,0.753734529,0.567423876,0.567378887,0.567375887
-156,1,0.3926,1,1,1,1,1,1,1,1,0.1125,0.3926,0.6504,1,0.3179,1,1,1,1,1,1,0.2488,0.3179,0.6701,1,0.6605,1,1,1,0.012,0.6605,0.3857,1,1,1,1,1,0.078392886,0.891079426,1,1,1,1,1,1,0.19907096,0.936917841,0.975297093,1,1,1,1,1,0.038041543,0.83075124,0.557032383,0.557012905,0.556737589
-157,1,0.3925,1,1,1,1,1,1,1,1,0.1817,0.3925,0.6311,1,0.3179,1,1,1,1,1,1,0.2425,0.3179,0.647,1,0.6606,1,1,1,0.0147,0.6606,0.402,1,1,1,1,1,0.095105343,0.817447066,1,1,1,1,1,1,0.216151059,0.900446236,1,1,1,1,1,1,0.033375405,0.710378289,0.545251329,0.545166067,0.545212766
-158,1,0.3924,1,1,1,1,1,1,1,1,0.263,0.3924,0.5093,1,0.3179,1,1,1,1,1,1,0.2601,0.3179,0.5124,1,0.6607,1,1,1,0.0103,0.6607,0.3421,1,1,1,1,1,0.138140485,0.640372276,1,1,1,1,1,1,0.227062032,0.757096589,1,1,1,1,1,1,0.029614527,0.555731773,0.536913968,0.536915591,0.537234043
-159,1,0.3922,1,1,1,1,1,1,1,1,0.2431,0.3922,0.299,1,0.3179,1,1,1,1,1,1,0.1232,0.3179,0.316,1,0.6608,1,1,1,0.0278,0.6608,0.1273,1,1,1,1,1,0.141146839,0.441087514,1,1,1,1,1,1,0.141871184,0.488292456,1,1,1,1,1,1,0.048891362,0.328809351,0.542653456,0.54283901,0.542553191
-160,1,0.3921,1,1,1,1,1,1,1,1,0.1515,0.3921,0.0553,1,0.3179,1,1,1,1,1,1,0.1151,0.3179,0.1148,1,0.6609,1,1,1,0.0393,0.6609,0,1,1,1,1,1,0.109279126,0.146455288,0.999486566,1,1,1,1,1,0.210509539,0.251701355,1,1,1,1,1,1,0.075152986,0,0.582346544,0.582398985,0.582446809
-161,1,0.392,1,1,1,1,1,1,1,1,0.2487,0.392,0,1,0.3179,1,1,1,1,1,1,0.3379,0.3179,0,1,0.661,1,1,1,0.0331,0.661,0,1,1,1,1,1,0.224165872,0,0.997973144,1,1,1,1,1,0.445290416,0,1,1,1,1,1,1,0.127303258,0,0.622281295,0.62217051,0.622340426
-162,1,0.3918,1,1,1,1,1,1,1,1,0.4787,0.3918,0,1,0.3179,1,1,1,1,1,1,0.2533,0.3179,0,1,0.6611,1,1,1,0.0687,0.6611,0,1,1,1,1,1,0.403216988,0,0.998343229,1,1,1,1,1,0.373950571,0,1,1,1,1,1,1,0.212911427,0,0.614910585,0.614977787,0.615248227
-163,1,0.3917,1,1,1,1,1,1,1,1,0.3828,0.3917,0,1,0.3179,1,1,1,1,1,1,0.0323,0.3179,0,1,0.6612,1,1,1,0.0773,0.6612,0,1,1,1,1,1,0.406515628,0,0.999373019,1,1,1,1,1,0.091711089,0,0.970958114,1,1,1,1,1,0.252609104,0,0.59521508,0.595303575,0.595301418
-164,1,0.3916,1,1,1,1,1,1,1,1,0.353,0.3916,0,1,0.3179,1,1,1,1,1,1,0.1582,0.3179,0,1,0.6613,1,1,1,0.0737,0.6613,0,1,1,1,1,1,0.465022057,0,0.999333918,1,1,1,1,1,0.268757284,0,1,1,1,1,1,1,0.237305686,0,0.576486225,0.576475566,0.576684397
-165,1,0.3914,1,1,1,1,1,1,1,1,0.2208,0.3914,0,1,0.3179,1,1,1,1,1,1,0.3859,0.3179,0,1,0.6614,1,1,1,0.1379,0.6614,0,1,1,1,1,1,0.462766081,0,1,1,1,1,1,1,0.472837806,0,0.855820179,1,1,1,1,1,0.40507862,0,0.549540841,0.549608631,0.54964539
-166,1,0.3913,1,1,1,1,1,1,1,1,0.2817,0.3913,0,1,0.3179,1,1,1,1,1,1,0.4086,0.3179,0,1,0.6615,1,1,1,0.3173,0.6615,0,1,1,1,1,1,0.623637617,0,0.791018248,1,1,1,1,1,0.496928155,0,0.224977508,1,1,1,1,1,0.549032152,0,0.514258096,0.51427967,0.51462766
-167,1,0.3912,1,1,1,1,1,1,1,1,0.3581,0.3912,0,1,0.3179,1,1,1,1,1,1,0.2684,0.3179,0,1,0.6616,1,1,1,0.2677,0.6616,0,1,1,1,1,1,0.639050901,0,0.576337457,1,1,1,1,1,0.411808074,0,0.086479068,1,1,1,1,1,0.443719596,0,0.475410826,0.475565898,0.475620567
-168,1,0.391,1,1,1,1,1,1,1,1,0.4621,0.391,0,1,0.3179,1,1,1,1,1,1,0.3442,0.3179,0,1,0.6617,1,1,1,0.2914,0.6617,0,1,1,1,1,1,0.686666548,0,0.452253044,1,1,1,1,1,0.561259866,0,0.268882751,1,1,1,1,1,0.383727908,0,0.442846786,0.442775545,0.443262411
-169,1,0.3909,1,1,1,1,1,1,1,1,0.5296,0.3909,0,1,0.3179,1,1,1,1,1,1,0.3906,0.3179,0,1,0.6618,1,1,1,0.224,0.6618,0,1,1,1,1,1,0.607914746,0,0.300419182,1,1,1,1,1,0.543580651,0,1,1,1,1,1,1,0.321433812,0,0.424057516,0.423947535,0.424202128
-170,1,0.3908,1,1,1,1,1,1,1,1,0.557,0.3908,0,1,0.3179,1,1,1,1,1,1,0.4338,0.3179,0,1,0.6619,1,1,1,0.2328,0.6619,0,1,1,1,1,1,0.572131515,0,0.409598082,1,1,1,1,1,0.586874485,0,0.989531398,1,1,1,1,1,0.353678197,0,0.412880619,0.41273535,0.413120567
-171,1,0.3906,1,1,1,1,1,1,1,1,0.4902,0.3906,0,1,0.3179,1,1,1,1,1,1,0.4514,0.3179,0,1,0.662,1,1,1,0.273,0.662,0,1,1,1,1,1,0.52833873,0,0.644146502,1,1,1,1,1,0.594080508,0,0.71316731,1,1,1,1,1,0.42398569,0,0.409859836,0.409773641,0.41001773
-172,1,0.3905,1,1,1,1,1,1,1,1,0.4219,0.3905,0,1,0.3179,1,1,1,1,1,1,0.3284,0.3179,0,1,0.6621,1,1,1,0.3023,0.6621,0,1,1,1,1,1,0.521793962,0,0.778336883,1,1,1,1,1,0.474858522,0,0.355401874,1,1,1,1,1,0.437122196,0,0.41300145,0.412946901,0.413120567
-173,1,0.3904,1,1,1,1,1,1,1,1,0.4694,0.3904,0,1,0.3178,1,1,1,1,1,1,0.2486,0.3178,0,1,0.6622,1,1,1,0.3078,0.6622,0,1,1,1,1,1,0.543539464,0,0.748621821,1,1,1,1,1,0.454101503,0,0.312565744,1,1,1,1,1,0.41463837,0,0.425024166,0.425005289,0.425088652
-174,1,0.3902,1,1,1,1,1,1,1,1,0.475,0.3902,0,1,0.3178,1,1,1,1,1,1,0.1745,0.3178,0,1,0.6623,1,1,1,0.3473,0.6623,0,1,1,1,1,1,0.490042329,0,0.651935875,1,1,1,1,1,0.334245116,0,0.204179063,1,1,1,1,1,0.494388849,0,0.44822378,0.448275862,0.448138298
-175,1,0.3901,1,1,1,1,1,1,1,1,0.266,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1918,0.3178,0,1,0.6624,1,1,1,0.1593,0.6624,0,1,1,1,1,1,0.202547133,0,0.450812697,1,1,1,1,1,0.33496505,0,0.227047935,1,1,1,1,1,0.279073626,0,0.472631706,0.472604189,0.47251773
-176,1,0.3901,1,1,1,1,1,1,1,1,0.2648,0.3901,0.2056,1,0.3178,1,1,1,1,1,1,0.2478,0.3178,0.1964,1,0.6624,1,1,1,0.197,0.6624,0.1522,1,1,1,1,1,0.213512689,0.345601231,0.456957757,1,1,1,1,1,0.306543738,0.315837443,0.240813345,1,1,1,1,1,0.33440426,0.351901531,0.506524891,0.506452295,0.506205674
-177,1,0.3901,1,1,1,1,1,1,1,1,0.1662,0.3901,0.4097,1,0.3178,1,1,1,1,1,1,0.292,0.3178,0.35,1,0.6624,1,1,1,0.2432,0.6624,0.3604,1,1,1,1,1,0.174213558,0.566147029,0.318742633,1,1,1,1,1,0.271153986,0.46024847,0.198341101,1,1,1,1,1,0.292750835,0.58458364,0.532745288,0.532684578,0.532801418
-178,1,0.3901,1,1,1,1,1,1,1,1,0.135,0.3901,0.5584,1,0.3178,1,1,1,1,1,1,0.7811,0.3178,0.4004,1,0.6624,1,1,1,0.2177,0.6624,0.5977,1,1,1,1,1,0.221653312,0.7259233,0.168887392,1,1,1,1,1,0.583435357,0.566219926,0.104793459,1,1,1,1,1,0.20057185,0.863583505,0.549299178,0.549397081,0.549202128
-179,1,0.3901,1,1,1,1,1,1,1,1,0.1194,0.3901,0.4656,1,0.3178,1,1,1,1,1,1,0.6829,0.3178,0.5397,1,0.6624,1,1,1,0.2019,0.6624,0.541,1,1,1,1,1,0.277017355,0.635938942,0.205231264,1,1,1,1,1,0.528369904,0.788891673,0.080325395,1,1,1,1,1,0.267492235,0.713043511,0.559630256,0.559763063,0.559840426
-180,1,0.3901,1,1,1,1,1,1,1,1,0.1254,0.3901,0.5802,1,0.3178,1,1,1,1,1,1,0.4365,0.3178,0.5759,1,0.6624,1,1,1,0.1679,0.6624,0.545,1,1,1,1,1,0.263291091,0.796859801,0.14308843,1,1,1,1,1,0.362736672,0.736478508,0.061300792,1,1,1,1,1,0.206581235,0.633046031,0.561442726,0.561455469,0.561613475
-181,1,0.3901,1,1,1,1,1,1,1,1,0.0938,0.3901,0.5964,1,0.3178,1,1,1,1,1,1,0.3529,0.3178,0.508,1,0.6624,1,1,1,0.1766,0.6624,0.5096,1,1,1,1,1,0.147995383,0.787820339,0.193140745,1,1,1,1,1,0.351427853,0.723053038,0.055496596,1,1,1,1,1,0.253050596,0.676588893,0.558361527,0.558282209,0.558510638
-182,1,0.3901,1,1,1,1,1,1,1,1,0.1271,0.3901,0.5111,1,0.3178,1,1,1,1,1,1,0.512,0.3178,0.4839,1,0.6624,1,1,1,0.2567,0.6624,0.3986,1,1,1,1,1,0.170357823,0.71737349,0.186769903,1,1,1,1,1,0.456674516,0.685913444,0.069324613,1,1,1,1,1,0.42970854,0.657885075,0.556367811,0.556378253,0.556737589
-183,1,0.3901,1,1,1,1,1,1,1,1,0.1077,0.3901,0.3605,1,0.3178,1,1,1,1,1,1,0.1586,0.3178,0.3378,1,0.6624,1,1,1,0.2626,0.6624,0.2671,1,1,1,1,1,0.103544593,0.533353209,0.180912837,1,1,1,1,1,0.173481762,0.517142177,0.05566597,1,1,1,1,1,0.477926105,0.489545971,0.564101015,0.564205627,0.56427305
-184,1,0.3901,1,1,1,1,1,1,1,1,0.2045,0.3901,0.1202,1,0.3178,1,1,1,1,1,1,0.3049,0.3178,0.1348,1,0.6624,1,1,1,0.2323,0.6624,0.018,1,1,1,1,1,0.254027218,0.243827745,0.222155884,1,1,1,1,1,0.291565716,0.271715552,0.069258645,1,1,1,1,1,0.451150745,0.138578326,0.612554374,0.61265073,0.612588652
-185,1,0.3901,1,1,1,1,1,1,1,1,0.2097,0.3901,0,1,0.3178,1,1,1,1,1,1,0.278,0.3178,0,1,0.6624,1,1,1,0.2513,0.6624,0,1,1,1,1,1,0.268435091,0,0.311881125,1,1,1,1,1,0.292506754,0,0.12673901,1,1,1,1,1,0.467240334,0,0.662880619,0.662788238,0.663120567
-186,1,0.3901,1,1,1,1,1,1,1,1,0.2091,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2788,0.3178,0,1,0.6624,1,1,1,0.2835,0.6624,0,1,1,1,1,1,0.232917935,0,0.558521032,1,1,1,1,1,0.321917266,0,0.274734557,1,1,1,1,1,0.581171215,0,0.661853552,0.661730484,0.662234043
-187,1,0.3901,1,1,1,1,1,1,1,1,0.1655,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3497,0.3178,0,1,0.6624,1,1,1,0.2211,0.6624,0,1,1,1,1,1,0.179451391,0,0.19075416,1,1,1,1,1,0.330650538,0,0.186350793,1,1,1,1,1,0.47033596,0,0.644755921,0.64459488,0.644946809
-188,1,0.3901,1,1,1,1,1,1,1,1,0.2507,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4967,0.3178,0,1,0.6624,1,1,1,0.2073,0.6624,0,1,1,1,1,1,0.233523786,0,0.535915017,1,1,1,1,1,0.428534478,0,0.266032457,1,1,1,1,1,0.460571229,0,0.622402127,0.622382061,0.622340426
-189,1,0.3901,1,1,1,1,1,1,1,1,0.2124,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3421,0.3178,0,1,0.6624,1,1,1,0.1611,0.6624,0,1,1,1,1,1,0.197916046,0,0.611964345,1,1,1,1,1,0.288343489,0,0.361465454,1,1,1,1,1,0.381219059,0,0.585669406,0.585572245,0.585992908
-190,1,0.3901,1,1,1,1,1,1,1,1,0.2242,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2756,0.3178,0,1,0.6624,1,1,1,0.1603,0.6624,0,1,1,1,1,1,0.217971355,0,0.939801395,1,1,1,1,1,0.293203682,0,0.823400021,1,1,1,1,1,0.366700947,0,0.537336878,0.537338693,0.537677305
-191,1,0.3901,1,1,1,1,1,1,1,1,0.1402,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0957,0.3178,0,1,0.6624,1,1,1,0.1348,0.6624,0,1,1,1,1,1,0.10303878,0,0.810448647,1,1,1,1,1,0.118923396,0,0.804819345,1,1,1,1,1,0.304392785,0,0.495045916,0.495028559,0.495124113
-192,1,0.3901,1,1,1,1,1,1,1,1,0.1431,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0651,0.3178,0,1,0.6624,1,1,1,0.1281,0.6624,0,1,1,1,1,1,0.147764057,0,0.395258129,1,1,1,1,1,0.082972042,0,0.483844012,1,1,1,1,1,0.344584882,0,0.467375544,0.467315422,0.467641844
-193,1,0.3901,1,1,1,1,1,1,1,1,0.1002,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0526,0.3178,0,1,0.6624,1,1,1,0.0796,0.6624,0,1,1,1,1,1,0.085156471,0,0.310488403,1,1,1,1,1,0.072127879,0,0.313701302,1,1,1,1,1,0.255002499,0,0.453963267,0.45398773,0.453900709
-194,1,0.3901,1,1,1,1,1,1,1,1,0.0991,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0423,0.3178,0,1,0.6624,1,1,1,0.0623,0.6624,0,1,1,1,1,1,0.072525367,0,0.457707167,1,1,1,1,1,0.066141412,0,0.378204465,1,1,1,1,1,0.230172008,0,0.449009183,0.448910514,0.449468085
-195,1,0.3901,1,1,1,1,1,1,1,1,0.0744,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0308,0.3178,0,1,0.6624,1,1,1,0.0647,0.6624,0,1,1,1,1,1,0.071579069,0,0.636734128,1,1,1,1,1,0.043133982,0,0.445469886,1,1,1,1,1,0.248969957,0,0.450761237,0.45081447,0.450797872
-196,1,0.3901,1,1,1,1,1,1,1,1,0.0575,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0204,0.3178,0,1,0.6624,1,1,1,0.0873,0.6624,0,1,1,1,1,1,0.065758899,0,0.520035744,1,1,1,1,1,0.031730294,0,0.285743475,1,1,1,1,1,0.363280237,0,0.467073465,0.467103871,0.467198582
-197,1,0.3901,1,1,1,1,1,1,1,1,0.0686,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0637,0.3178,0,1,0.6624,1,1,1,0.1157,0.6624,0,1,1,1,1,1,0.069720209,0,0.359866887,1,1,1,1,1,0.060913507,0,0.20936048,1,1,1,1,1,0.431663752,0,0.513956017,0.513856569,0.514184397
-198,1,0.3901,1,1,1,1,1,1,1,1,0.0494,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0768,0.3178,0,1,0.6624,1,1,1,0.116,0.6624,0,1,1,1,1,1,0.056189146,0,0.225535557,1,1,1,1,1,0.074776053,0,0.132242933,1,1,1,1,1,0.410505325,0,0.598356694,0.598476835,0.598404255
-199,1,0.3901,1,1,1,1,1,1,1,1,0.0621,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0465,0.3178,0,1,0.6624,1,1,1,0.1029,0.6624,0,1,1,1,1,1,0.060359363,0,0.275905073,1,1,1,1,1,0.04852362,0,0.162598431,1,1,1,1,1,0.36536485,0,0.647051716,0.647133488,0.647606383
-200,1,0.3901,1,1,1,1,1,1,1,1,0.0559,0.3901,0.1584,1,0.3178,1,1,1,1,1,1,0.0561,0.3178,0.1776,1,0.6624,1,1,1,0.0879,0.6624,0.1217,1,1,1,1,1,0.062977754,0.276372254,0.124938294,1,1,1,1,1,0.040680349,0.337920904,0.052235603,1,1,1,1,1,0.342171937,0.246680662,0.651884969,0.651787603,0.652039007
-201,1,0.3901,1,1,1,1,1,1,1,1,0.0284,0.3901,0.3603,1,0.3178,1,1,1,1,1,1,0.0187,0.3178,0.3604,1,0.6624,1,1,1,0.0881,0.6624,0.2632,1,1,1,1,1,0.035491686,0.503390014,0.079028197,1,1,1,1,1,0.014109918,0.572151363,0.060230635,1,1,1,1,1,0.328503311,0.488681912,0.652549541,0.652633806,0.65248227
-202,1,0.3901,1,1,1,1,1,1,1,1,0.0208,0.3901,0.4586,1,0.3178,1,1,1,1,1,1,0.0059,0.3178,0.4766,1,0.6624,1,1,1,0.0665,0.6624,0.3302,1,1,1,1,1,0.025099194,0.587988615,0.042986747,1,1,1,1,1,0.009063695,0.723044753,0,1,1,1,1,1,0.23677364,0.717196882,0.652247463,0.652210704,0.65248227
-203,1,0.3901,1,1,1,1,1,1,1,1,0.0119,0.3901,0.4847,1,0.3178,1,1,1,1,1,1,0.0047,0.3178,0.5273,1,0.6624,1,1,1,0.0426,0.6624,0.4142,1,1,1,1,1,0.008326887,0.621785879,0.038227208,1,1,1,1,1,0.013290644,0.824058175,0,1,1,1,1,1,0.142485827,0.759250998,0.646628806,0.646710387,0.646719858
-204,1,0.3901,1,1,1,1,1,1,1,1,0.0061,0.3901,0.5907,1,0.3178,1,1,1,1,1,1,0.0094,0.3178,0.6539,1,0.6624,1,1,1,0.0259,0.6624,0.4301,1,1,1,1,1,0.003663684,0.744298935,0,1,1,1,1,1,0.00793491,0.961136997,0,1,1,1,1,1,0.098549098,0.794671774,0.635693572,0.635709752,0.635638298
-205,1,0.3901,1,1,1,1,1,1,1,1,0.0129,0.3901,0.7654,1,0.3178,1,1,1,1,1,1,0.0296,0.3178,0.7914,1,0.6624,1,1,1,0.0368,0.6624,0.5913,1,1,1,1,1,0.0199946,0.966370106,0,1,1,1,1,1,0.025331905,1,0,1,1,1,1,1,0.107496016,0.944644928,0.628866602,0.62872858,0.628989362
-206,1,0.3901,1,1,1,1,1,1,1,1,0.0347,0.3901,0.5757,1,0.3178,1,1,1,1,1,1,0.0843,0.3178,0.5949,1,0.6624,1,1,1,0.0724,0.6624,0.4197,1,1,1,1,1,0.069297858,0.83535111,0,1,1,1,1,1,0.082340918,0.864198089,0,1,1,1,1,1,0.14258711,0.772429883,0.620045916,0.620055003,0.620567376
-207,1,0.3901,1,1,1,1,1,1,1,1,0.0908,0.3901,0.4019,1,0.3178,1,1,1,1,1,1,0.0548,0.3178,0.4277,1,0.6624,1,1,1,0.076,0.6624,0.2693,1,1,1,1,1,0.12937811,0.661422789,0,1,1,1,1,1,0.068690114,0.687489092,0,1,1,1,1,1,0.159735858,0.602521539,0.622160464,0.62217051,0.622340426
-208,1,0.3901,1,1,1,1,1,1,1,1,0.1278,0.3901,0.1541,1,0.3178,1,1,1,1,1,1,0.107,0.3178,0.1815,1,0.6624,1,1,1,0.1224,0.6624,0.0422,1,1,1,1,1,0.196126029,0.324260175,0.00136373,1,1,1,1,1,0.147525936,0.353324205,0,1,1,1,1,1,0.21488446,0.217336237,0.664028516,0.664057542,0.664450355
-209,1,0.3901,1,1,1,1,1,1,1,1,0.2179,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2529,0.3178,0,1,0.6624,1,1,1,0.2081,0.6624,0,1,1,1,1,1,0.353550047,0,0.003544211,1,1,1,1,1,0.325946659,0,0,1,1,1,1,1,0.346074641,0,0.720456742,0.72054157,0.720744681
-210,1,0.3901,1,1,1,1,1,1,1,1,0.3161,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2145,0.3178,0,1,0.6624,1,1,1,0.2143,0.6624,0,1,1,1,1,1,0.509063959,0,0.006642011,1,1,1,1,1,0.26263231,0,0,1,1,1,1,1,0.386885196,0,0.718704688,0.718637614,0.718971631
-211,1,0.3901,1,1,1,1,1,1,1,1,0.2441,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0721,0.3178,0,1,0.6624,1,1,1,0.2305,0.6624,0,1,1,1,1,1,0.383011222,0,0.02023825,1,1,1,1,1,0.127883226,0,0,1,1,1,1,1,0.415913731,0,0.699432093,0.699386503,0.699468085
-212,1,0.3901,1,1,1,1,1,1,1,1,0.2008,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0908,0.3178,0,1,0.6624,1,1,1,0.2202,0.6624,0,1,1,1,1,1,0.362071484,0,0.00365085,1,1,1,1,1,0.125612289,0,0,1,1,1,1,1,0.321157962,0,0.671459642,0.671461815,0.671542553
-213,1,0.3901,1,1,1,1,1,1,1,1,0.2149,0.3901,0,1,0.3178,1,1,1,1,1,1,0.077,0.3178,0,1,0.6624,1,1,1,0.2228,0.6624,0,1,1,1,1,1,0.321069121,0,0.046263084,1,1,1,1,1,0.108288124,0,0,1,1,1,1,1,0.478097707,0,0.625241663,0.62534377,0.625443262
-214,1,0.3901,1,1,1,1,1,1,1,1,0.1922,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0957,0.3178,0,1,0.6624,1,1,1,0.2421,0.6624,0,1,1,1,1,1,0.302196592,0,0.117049649,1,1,1,1,1,0.124955013,0,0,1,1,1,1,1,0.602264404,0,0.566457226,0.566532685,0.566489362
-215,1,0.3901,1,1,1,1,1,1,1,1,0.2232,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0707,0.3178,0,1,0.6624,1,1,1,0.2317,0.6624,0,1,1,1,1,1,0.371074796,0,0.121016964,1,1,1,1,1,0.091939658,0,0,1,1,1,1,1,0.590563655,0,0.514439343,0.514491221,0.51462766
-216,1,0.3901,1,1,1,1,1,1,1,1,0.198,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0462,0.3178,0,1,0.6624,1,1,1,0.2227,0.6624,0,1,1,1,1,1,0.302639276,0,0.195917934,1,1,1,1,1,0.067138597,0,0.024278272,1,1,1,1,1,0.575982213,0,0.480304495,0.480220013,0.480496454
-217,1,0.3901,1,1,1,1,1,1,1,1,0.1546,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0198,0.3178,0,1,0.6624,1,1,1,0.2261,0.6624,0,1,1,1,1,1,0.263071388,0,0.2421,1,1,1,1,1,0.036668267,0,0.002262566,1,1,1,1,1,0.655436516,0,0.463327695,0.463295959,0.46320922
-218,1,0.3901,1,1,1,1,1,1,1,1,0.1653,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0553,0.3178,0,1,0.6624,1,1,1,0.2701,0.6624,0,1,1,1,1,1,0.312604427,0,0.213288948,1,1,1,1,1,0.07977096,0,0.189022526,1,1,1,1,1,0.647818506,0,0.453902852,0.453776179,0.453900709
-219,1,0.3901,1,1,1,1,1,1,1,1,0.1749,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0958,0.3178,0,1,0.6624,1,1,1,0.2599,0.6624,0,1,1,1,1,1,0.333749324,0,0.221722022,1,1,1,1,1,0.103449941,0,0.380198181,1,1,1,1,1,0.643763781,0,0.453298695,0.453141527,0.453457447
-220,1,0.3901,1,1,1,1,1,1,1,1,0.0983,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0433,0.3178,0,1,0.6624,1,1,1,0.1944,0.6624,0,1,1,1,1,1,0.178379744,0,0.197167411,1,1,1,1,1,0.052775551,0,0.226042941,1,1,1,1,1,0.486042619,0,0.466408893,0.466469219,0.466312057
-221,1,0.3901,1,1,1,1,1,1,1,1,0.1047,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0717,0.3178,0,1,0.6624,1,1,1,0.2003,0.6624,0,1,1,1,1,1,0.182532981,0,0.1864952,1,1,1,1,1,0.071044549,0,0.258432746,1,1,1,1,1,0.48717621,0,0.509666506,0.509837106,0.509751773
-222,1,0.3901,1,1,1,1,1,1,1,1,0.0929,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1079,0.3178,0,1,0.6624,1,1,1,0.2279,0.6624,0,1,1,1,1,1,0.150467202,0,0.060836557,1,1,1,1,1,0.110895261,0,0.185562834,1,1,1,1,1,0.48205024,0,0.591831803,0.591707214,0.592198582
-223,1,0.3901,1,1,1,1,1,1,1,1,0.1185,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0817,0.3178,0,1,0.6624,1,1,1,0.2753,0.6624,0,1,1,1,1,1,0.214620605,0,0.050602857,1,1,1,1,1,0.075528733,0,0.206351072,1,1,1,1,1,0.488786489,0,0.635633156,0.635709752,0.635638298
-224,1,0.3901,1,1,1,1,1,1,1,1,0.114,0.3901,0.1709,1,0.3178,1,1,1,1,1,1,0.2208,0.3178,0.1778,1,0.6624,1,1,1,0.2258,0.6624,0.11,1,1,1,1,1,0.223796159,0.294971883,0.047991022,1,1,1,1,1,0.268649101,0.333648056,0.667355299,1,1,1,1,1,0.356165349,0.30182007,0.637928951,0.637825259,0.63785461
-225,1,0.3901,1,1,1,1,1,1,1,1,0.1039,0.3901,0.3428,1,0.3178,1,1,1,1,1,1,0.0591,0.3178,0.3614,1,0.6624,1,1,1,0.2103,0.6624,0.2628,1,1,1,1,1,0.156572431,0.505941212,0.118972525,1,1,1,1,1,0.050864745,0.570085824,0.807765722,1,1,1,1,1,0.370222688,0.426658571,0.641191397,0.64121007,0.641400709
-226,1,0.3901,1,1,1,1,1,1,1,1,0.1886,0.3901,0.4545,1,0.3178,1,1,1,1,1,1,0.0968,0.3178,0.4885,1,0.6624,1,1,1,0.2038,0.6624,0.3126,1,1,1,1,1,0.192778453,0.673364401,0.2692388,1,1,1,1,1,0.091097057,0.675946474,0.503357053,1,1,1,1,1,0.32965818,0.473291039,0.641372644,0.64142162,0.641400709
-227,1,0.3901,1,1,1,1,1,1,1,1,0.1247,0.3901,0.5223,1,0.3178,1,1,1,1,1,1,0.1117,0.3178,0.5863,1,0.6624,1,1,1,0.227,0.6624,0.3216,1,1,1,1,1,0.144624099,0.787525713,0.34765631,1,1,1,1,1,0.112575106,0.71120137,0.511253953,1,1,1,1,1,0.313061386,0.505457759,0.635210246,0.635286651,0.635195035
-228,1,0.3901,1,1,1,1,1,1,1,1,0.1464,0.3901,0.5971,1,0.3178,1,1,1,1,1,1,0.1581,0.3178,0.5876,1,0.6624,1,1,1,0.155,0.6624,0.3381,1,1,1,1,1,0.175225928,0.818466902,0.455421895,1,1,1,1,1,0.162781134,0.781647444,0.79771471,1,1,1,1,1,0.249325559,0.605726838,0.624697922,0.624709118,0.624556738
-229,1,0.3901,1,1,1,1,1,1,1,1,0.1602,0.3901,0.6098,1,0.3178,1,1,1,1,1,1,0.1474,0.3178,0.5302,1,0.6624,1,1,1,0.1424,0.6624,0.4114,1,1,1,1,1,0.202324748,0.779298604,0.360453963,1,1,1,1,1,0.17729947,0.675989747,0.497001886,1,1,1,1,1,0.267502129,0.693576753,0.619441759,0.619420351,0.619680851
-230,1,0.3901,1,1,1,1,1,1,1,1,0.1334,0.3901,0.5176,1,0.3178,1,1,1,1,1,1,0.1807,0.3178,0.4279,1,0.6624,1,1,1,0.186,0.6624,0.3916,1,1,1,1,1,0.193230435,0.660780966,0.186220258,1,1,1,1,1,0.235788912,0.562865138,0.700961292,1,1,1,1,1,0.37764746,0.593967557,0.613883519,0.613708483,0.61391844
-231,1,0.3901,1,1,1,1,1,1,1,1,0.1721,0.3901,0.3503,1,0.3178,1,1,1,1,1,1,0.1845,0.3178,0.2873,1,0.6624,1,1,1,0.2311,0.6624,0.2578,1,1,1,1,1,0.27955395,0.474767894,0.37871629,1,1,1,1,1,0.245300382,0.451547176,0.935683846,1,1,1,1,1,0.436159343,0.465108603,0.618052199,0.617939497,0.618351064
-232,1,0.3901,1,1,1,1,1,1,1,1,0.1873,0.3901,0.1105,1,0.3178,1,1,1,1,1,1,0.2469,0.3178,0.1142,1,0.6624,1,1,1,0.2519,0.6624,0.0069,1,1,1,1,1,0.298573434,0.213693738,0.601674139,1,1,1,1,1,0.299913794,0.237883806,0.907049835,1,1,1,1,1,0.529682159,0.076301232,0.658470275,0.658557224,0.658687943
-233,1,0.3901,1,1,1,1,1,1,1,1,0.242,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2081,0.3178,0,1,0.6624,1,1,1,0.3493,0.6624,0,1,1,1,1,1,0.245693415,0,0.876646042,1,1,1,1,1,0.266704261,0,0.995430946,1,1,1,1,1,0.712863207,0,0.704507008,0.704463719,0.704787234
-234,1,0.3901,1,1,1,1,1,1,1,1,0.2628,0.3901,0,1,0.3178,1,1,1,1,1,1,0.296,0.3178,0,1,0.6624,1,1,1,0.4746,0.6624,0,1,1,1,1,1,0.340046257,0,0.884292006,1,1,1,1,1,0.377890676,0,1,1,1,1,1,1,0.832049489,0,0.699311261,0.699386503,0.699468085
-235,1,0.3901,1,1,1,1,1,1,1,1,0.1955,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1096,0.3178,0,1,0.6624,1,1,1,0.567,0.6624,0,1,1,1,1,1,0.207921654,0,0.864516497,1,1,1,1,1,0.170502841,0,0.963919401,1,1,1,1,1,0.851759732,0,0.681971967,0.682039348,0.682180851
-236,1,0.3901,1,1,1,1,1,1,1,1,0.1863,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1436,0.3178,0,1,0.6624,1,1,1,0.6104,0.6624,0,1,1,1,1,1,0.204992115,0,0.968983352,1,1,1,1,1,0.2100465,0,0.673694015,1,1,1,1,1,0.868061364,0,0.656416143,0.656441718,0.656471631
-237,1,0.3901,1,1,1,1,1,1,1,1,0.1745,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1962,0.3178,0,1,0.6624,1,1,1,0.6489,0.6624,0,1,1,1,1,1,0.226403102,0,0.827410579,1,1,1,1,1,0.289611697,0,0.562394261,1,1,1,1,1,0.828646958,0,0.613158531,0.613073831,0.613475177
-238,1,0.3901,1,1,1,1,1,1,1,1,0.1926,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1179,0.3178,0,1,0.6624,1,1,1,0.6722,0.6624,0,1,1,1,1,1,0.243016481,0,0.841277778,1,1,1,1,1,0.222531497,0,0.852905512,1,1,1,1,1,0.775122285,0,0.556126148,0.556166702,0.556294326
-239,1,0.3901,1,1,1,1,1,1,1,1,0.268,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1488,0.3178,0,1,0.6624,1,1,1,0.6139,0.6624,0,1,1,1,1,1,0.284408391,0,0.695922613,1,1,1,1,1,0.331273735,0,0.98426342,1,1,1,1,1,0.768194735,0,0.506524891,0.506452295,0.506205674
-240,1,0.3901,1,1,1,1,1,1,1,1,0.2232,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0593,0.3178,0,1,0.6624,1,1,1,0.5739,0.6624,0,1,1,1,1,1,0.136679202,0,0.757170558,1,1,1,1,1,0.186490044,0,1,1,1,1,1,1,0.724086463,0,0.475108748,0.475142797,0.475177305
-241,1,0.3901,1,1,1,1,1,1,1,1,0.1416,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1005,0.3178,0,1,0.6624,1,1,1,0.4716,0.6624,0,1,1,1,1,1,0.080614135,0,0.617257476,1,1,1,1,1,0.163047209,0,0.568916261,1,1,1,1,1,0.680777907,0,0.459279845,0.459276497,0.459663121
-242,1,0.3901,1,1,1,1,1,1,1,1,0.0806,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0446,0.3178,0,1,0.6624,1,1,1,0.355,0.6624,0,1,1,1,1,1,0.036182791,0,0.379604399,1,1,1,1,1,0.069105901,0,0.237542689,1,1,1,1,1,0.502547562,0,0.452090382,0.452083774,0.45212766
-243,1,0.3901,1,1,1,1,1,1,1,1,0.0567,0.3901,0,1,0.3178,1,1,1,1,1,1,0.001,0.3178,0,1,0.6624,1,1,1,0.2618,0.6624,0,1,1,1,1,1,0.038662121,0,0.202409118,1,1,1,1,1,0.02132386,0,0.062203147,1,1,1,1,1,0.349566966,0,0.454084099,0.45398773,0.453900709
-244,1,0.3901,1,1,1,1,1,1,1,1,0.0553,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0562,0.3178,0,1,0.6624,1,1,1,0.1584,0.6624,0,1,1,1,1,1,0.045082051,0,0.176703244,1,1,1,1,1,0.102172196,0,0.056030106,1,1,1,1,1,0.21410659,0,0.46840261,0.468373175,0.468085106
-245,1,0.3901,1,1,1,1,1,1,1,1,0.0602,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1323,0.3178,0,1,0.6624,1,1,1,0.1459,0.6624,0,1,1,1,1,1,0.05319171,0,0.173600957,1,1,1,1,1,0.228121877,0,0.067370161,1,1,1,1,1,0.204058722,0,0.515164331,0.515125873,0.515070922
-246,1,0.3901,1,1,1,1,1,1,1,1,0.0663,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0891,0.3178,0,1,0.6624,1,1,1,0.1188,0.6624,0,1,1,1,1,1,0.066936791,0,0.199694216,1,1,1,1,1,0.173654556,0,0.098741636,1,1,1,1,1,0.201993749,0,0.597631706,0.597630633,0.597960993
-247,1,0.3901,1,1,1,1,1,1,1,1,0.0186,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0828,0.3178,0,1,0.6624,1,1,1,0.0679,0.6624,0,1,1,1,1,1,0.038173757,0,0.113522388,1,1,1,1,1,0.120949909,0,0.031515967,1,1,1,1,1,0.141252577,0,0.641372644,0.64142162,0.641400709
-248,1,0.3901,1,1,1,1,1,1,1,1,0.0023,0.3901,0.1904,1,0.3178,1,1,1,1,1,1,0.002,0.3178,0.1817,1,0.6624,1,1,1,0.112,0.6624,0.1915,1,1,1,1,1,0.014021291,0.333027333,0.074958459,1,1,1,1,1,0.019483481,0.334220946,0.016308378,1,1,1,1,1,0.182588384,0.418111622,0.641372644,0.64142162,0.641400709
-249,1,0.3901,1,1,1,1,1,1,1,1,0.0057,0.3901,0.3998,1,0.3178,1,1,1,1,1,1,0.0227,0.3178,0.3776,1,0.6624,1,1,1,0.1061,0.6624,0.4013,1,1,1,1,1,0.002819492,0.6092574,0.12960501,1,1,1,1,1,0.015071142,0.621074975,0.000575916,1,1,1,1,1,0.11207664,0.68553251,0.637566457,0.637613708,0.637411348
-250,1,0.3901,1,1,1,1,1,1,1,1,0.0049,0.3901,0.5013,1,0.3178,1,1,1,1,1,1,0,0.3178,0.5216,1,0.6624,1,1,1,0.0655,0.6624,0.5489,1,1,1,1,1,0.002542447,0.664640903,0.124712363,1,1,1,1,1,0.000297571,0.804549634,0,1,1,1,1,1,0.073932163,0.842455089,0.635331078,0.635286651,0.635195035
-251,1,0.3901,1,1,1,1,1,1,1,1,0.0119,0.3901,0.5482,1,0.3178,1,1,1,1,1,1,0,0.3178,0.6342,1,0.6624,1,1,1,0.0257,0.6624,0.5712,1,1,1,1,1,0.001646245,0.724983215,0.132610857,1,1,1,1,1,0.000883579,0.907052815,0,1,1,1,1,1,0.034809116,0.895346045,0.630256162,0.630209435,0.630319149
-252,1,0.3901,1,1,1,1,1,1,1,1,0.0001,0.3901,0.5471,1,0.3178,1,1,1,1,1,1,0,0.3178,0.6809,1,0.6624,1,1,1,0.0084,0.6624,0.5562,1,1,1,1,1,4.56E-06,0.747913063,0.094713494,1,1,1,1,1,0.001406988,0.945675135,0,1,1,1,1,1,0.007758846,0.841864586,0.62137506,0.621324307,0.621453901
-253,1,0.3901,1,1,1,1,1,1,1,1,0.0005,0.3901,0.5638,1,0.3178,1,1,1,1,1,1,0.0183,0.3178,0.6637,1,0.6624,1,1,1,0.0075,0.6624,0.4639,1,1,1,1,1,0.000524132,0.746150136,0.100870654,1,1,1,1,1,0.014435953,0.920805573,0.000287958,1,1,1,1,1,0.007867993,0.838654399,0.617810536,0.617727946,0.617907801
-254,1,0.3901,1,1,1,1,1,1,1,1,0.0027,0.3901,0.4942,1,0.3178,1,1,1,1,1,1,0.055,0.3178,0.5758,1,0.6624,1,1,1,0.0066,0.6624,0.4478,1,1,1,1,1,0.008103127,0.675547957,0.038816467,1,1,1,1,1,0.055314414,0.835924745,0.001696335,1,1,1,1,1,0.010572084,0.757168651,0.611950217,0.611804527,0.611702128
-255,1,0.3901,1,1,1,1,1,1,1,1,0.0193,0.3901,0.358,1,0.3178,1,1,1,1,1,1,0.0855,0.3178,0.4076,1,0.6624,1,1,1,0.0134,0.6624,0.2893,1,1,1,1,1,0.045695066,0.546369016,0.089161843,1,1,1,1,1,0.087672457,0.601625383,0.045447905,1,1,1,1,1,0.024493992,0.482877761,0.616058482,0.616035541,0.616134752
-256,1,0.3901,1,1,1,1,1,1,1,1,0.0259,0.3901,0.1237,1,0.3178,1,1,1,1,1,1,0.0845,0.3178,0.1352,1,0.6624,1,1,1,0.0269,0.6624,0.0178,1,1,1,1,1,0.077881113,0.252424687,0.122047246,1,1,1,1,1,0.103971079,0.243936017,0.054183774,1,1,1,1,1,0.04668469,0.028385982,0.655932818,0.655807066,0.656471631
-257,1,0.3901,1,1,1,1,1,1,1,1,0.0951,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1567,0.3178,0,1,0.6624,1,1,1,0.0344,0.6624,0,1,1,1,1,1,0.191320345,0,0.223094314,1,1,1,1,1,0.21387437,0,0.231293976,1,1,1,1,1,0.082200684,0,0.704688255,0.70467527,0.704787234
-258,1,0.3901,1,1,1,1,1,1,1,1,0.1304,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2152,0.3178,0,1,0.6624,1,1,1,0.0406,0.6624,0,1,1,1,1,1,0.215141863,0,0.299939692,1,1,1,1,1,0.283218205,0,0.382775396,1,1,1,1,1,0.102908634,0,0.702090382,0.702136662,0.702570922
-259,1,0.3901,1,1,1,1,1,1,1,1,0.1322,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1186,0.3178,0,1,0.6624,1,1,1,0.0344,0.6624,0,1,1,1,1,1,0.153298661,0,0.564502239,1,1,1,1,1,0.1467361,0,0.534064412,1,1,1,1,1,0.099765256,0,0.684811503,0.684789507,0.684840426
-260,1,0.3901,1,1,1,1,1,1,1,1,0.1124,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1396,0.3178,0,1,0.6624,1,1,1,0.0893,0.6624,0,1,1,1,1,1,0.167470008,0,0.530351102,1,1,1,1,1,0.165441945,0,0.325419664,1,1,1,1,1,0.203330696,0,0.658530691,0.658557224,0.658687943
-261,1,0.3901,1,1,1,1,1,1,1,1,0.0917,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1212,0.3178,0,1,0.6624,1,1,1,0.106,0.6624,0,1,1,1,1,1,0.114720486,0,0.7570858,1,1,1,1,1,0.158409834,0,0.420566499,1,1,1,1,1,0.22229515,0,0.613460609,0.613496933,0.61391844
-262,1,0.3901,1,1,1,1,1,1,1,1,0.0832,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1352,0.3178,0,1,0.6624,1,1,1,0.0991,0.6624,0,1,1,1,1,1,0.106846943,0,0.79648602,1,1,1,1,1,0.177239537,0,0.545936704,1,1,1,1,1,0.238715395,0,0.554797003,0.554685847,0.554964539
-263,1,0.3901,1,1,1,1,1,1,1,1,0.1724,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1283,0.3178,0,1,0.6624,1,1,1,0.0617,0.6624,0,1,1,1,1,1,0.14725326,0,0.972417831,1,1,1,1,1,0.172387347,0,0.959240079,1,1,1,1,1,0.216598734,0,0.503141614,0.503067485,0.503102837
-264,1,0.3901,1,1,1,1,1,1,1,1,0.2353,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2223,0.3178,0,1,0.6624,1,1,1,0.0853,0.6624,0,1,1,1,1,1,0.209360868,0,0.999604702,1,1,1,1,1,0.326823711,0,1,1,1,1,1,1,0.234016851,0,0.469127598,0.469007827,0.468971631
-265,1,0.3901,1,1,1,1,1,1,1,1,0.3027,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4588,0.3178,0,1,0.6624,1,1,1,0.1049,0.6624,0,1,1,1,1,1,0.292143703,0,1,1,1,1,1,1,0.588610947,0,1,1,1,1,1,1,0.221090242,0,0.450338328,0.450391369,0.45035461
-266,1,0.3901,1,1,1,1,1,1,1,1,0.3992,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5617,0.3178,0,1,0.6624,1,1,1,0.1123,0.6624,0,1,1,1,1,1,0.406935632,0,1,1,1,1,1,1,0.701722741,0,1,1,1,1,1,1,0.23139976,0,0.441517641,0.441506241,0.441489362
-267,1,0.3901,1,1,1,1,1,1,1,1,0.5173,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6365,0.3178,0,1,0.6624,1,1,1,0.1493,0.6624,0,1,1,1,1,1,0.562687576,0,1,1,1,1,1,1,0.773771405,0,1,1,1,1,1,1,0.262748182,0,0.441336394,0.44129469,0.441046099
-268,1,0.3901,1,1,1,1,1,1,1,1,0.5307,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4515,0.3178,0,1,0.6624,1,1,1,0.156,0.6624,0,1,1,1,1,1,0.46007356,0,1,1,1,1,1,1,0.651500046,0,1,1,1,1,1,1,0.296734899,0,0.454990333,0.454833933,0.455230496
-269,1,0.3901,1,1,1,1,1,1,1,1,0.6135,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6162,0.3178,0,1,0.6624,1,1,1,0.2391,0.6624,0,1,1,1,1,1,0.550437272,0,1,1,1,1,1,1,0.759138584,0,1,1,1,1,1,1,0.391515285,0,0.497764621,0.497778718,0.497783688
-270,1,0.3901,1,1,1,1,1,1,1,1,0.6996,0.3901,0,1,0.3178,1,1,1,1,1,1,0.7449,0.3178,0,1,0.6624,1,1,1,0.2026,0.6624,0,1,1,1,1,1,0.707036734,0,1,1,1,1,1,1,0.810491323,0,1,1,1,1,1,1,0.346123993,0,0.574734171,0.574783161,0.574911348
-271,1,0.3901,1,1,1,1,1,1,1,1,0.6876,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6273,0.3178,0,1,0.6624,1,1,1,0.2094,0.6624,0,1,1,1,1,1,0.626464605,0,1,1,1,1,1,1,0.744643569,0,1,1,1,1,1,1,0.373617917,0,0.627899952,0.627882378,0.628102837
-272,1,0.3901,1,1,1,1,1,1,1,1,0.7481,0.3901,0,1,0.3178,1,1,1,1,1,1,0.8289,0.3178,0.0001,1,0.6624,1,1,1,0.2736,0.6624,0.0154,1,1,1,1,1,0.724641323,0,1,1,1,1,1,1,0.860166192,5.93E-06,1,1,1,1,1,1,0.42761305,0.003274266,0.642641373,0.642690924,0.642730496
-273,1,0.3901,1,1,1,1,1,1,1,1,0.7162,0.3901,0.0026,1,0.3178,1,1,1,1,1,1,0.8756,0.3178,0.0041,1,0.6624,1,1,1,0.2895,0.6624,0.0761,1,1,1,1,1,0.729462445,0.01296409,1,1,1,1,1,1,0.878538132,0.013474061,1,1,1,1,1,1,0.390865058,0.103457332,0.653153697,0.653268458,0.653368794
-274,1,0.3901,1,1,1,1,1,1,1,1,0.7156,0.3901,0.0598,1,0.3178,1,1,1,1,1,1,0.8734,0.3178,0.0626,1,0.6624,1,1,1,0.329,0.6624,0.1435,1,1,1,1,1,0.781377256,0.116044685,1,1,1,1,1,1,0.88024354,0.072577767,1,1,1,1,1,1,0.483459949,0.189409554,0.662397293,0.662365136,0.662234043
-275,1,0.3901,1,1,1,1,1,1,1,1,0.8305,0.3901,0.1045,1,0.3178,1,1,1,1,1,1,0.9607,0.3178,0.0905,1,0.6624,1,1,1,0.5503,0.6624,0.1695,1,1,1,1,1,0.824034154,0.171812311,1,1,1,1,1,1,0.945016623,0.168727875,1,1,1,1,1,1,0.724869907,0.218318224,0.664693088,0.664692194,0.664893617
-276,1,0.3901,1,1,1,1,1,1,1,1,0.8531,0.3901,0.0515,1,0.3178,1,1,1,1,1,1,0.9574,0.3178,0.1765,1,0.6624,1,1,1,0.6352,0.6624,0.1899,1,1,1,1,1,0.859429896,0.134762511,1,1,1,1,1,1,0.925606847,0.284446388,1,1,1,1,1,1,0.766550124,0.258529097,0.662095215,0.662153586,0.662234043
-277,1,0.3901,1,1,1,1,1,1,1,1,0.8322,0.3901,0.0671,1,0.3178,1,1,1,1,1,1,0.8909,0.3178,0.3062,1,0.6624,1,1,1,0.7038,0.6624,0.1761,1,1,1,1,1,0.897070885,0.166007161,0.977309346,1,1,1,1,1,0.82940793,0.434566885,1,1,1,1,1,1,0.788836181,0.23809211,0.659134848,0.659191876,0.659131206
-278,1,0.3901,1,1,1,1,1,1,1,1,0.6043,0.3901,0.1956,1,0.3178,1,1,1,1,1,1,0.833,0.3178,0.369,1,0.6624,1,1,1,0.7892,0.6624,0.114,1,1,1,1,1,0.761992693,0.322211862,1,1,1,1,1,1,0.803979039,0.504662395,1,1,1,1,1,1,0.847524703,0.089512557,0.650374577,0.650306748,0.650265957
-279,1,0.3901,1,1,1,1,1,1,1,1,0.5006,0.3901,0.1553,1,0.3178,1,1,1,1,1,1,0.6077,0.3178,0.2813,1,0.6624,1,1,1,0.7605,0.6624,0.0091,1,1,1,1,1,0.588742733,0.316072851,1,1,1,1,1,1,0.603957295,0.45194751,1,1,1,1,1,1,0.847279131,0.003176415,0.64880377,0.648825894,0.64893617
-280,1,0.3901,1,1,1,1,1,1,1,1,0.2822,0.3901,0.0357,1,0.3178,1,1,1,1,1,1,0.3565,0.3178,0.0903,1,0.6624,1,1,1,0.7746,0.6624,0,1,1,1,1,1,0.29994908,0.136594579,0.963706374,1,1,1,1,1,0.41915673,0.205591708,1,1,1,1,1,1,0.854549527,0,0.679797003,0.679712291,0.679964539
-281,1,0.3901,1,1,1,1,1,1,1,1,0.2834,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3099,0.3178,0,1,0.6624,1,1,1,0.8118,0.6624,0,1,1,1,1,1,0.307975203,0,0.881096423,1,1,1,1,1,0.385385543,0,1,1,1,1,1,1,0.848926723,0,0.714838086,0.714829702,0.715425532
-282,1,0.3901,1,1,1,1,1,1,1,1,0.1301,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1319,0.3178,0,1,0.6624,1,1,1,0.7995,0.6624,0,1,1,1,1,1,0.260822922,0,0.76111877,1,1,1,1,1,0.166846186,0,0.994544506,1,1,1,1,1,0.792726994,0,0.707648623,0.707636979,0.707890071
-283,1,0.3901,1,1,1,1,1,1,1,1,0.1432,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0593,0.3178,0,1,0.6624,1,1,1,0.681,0.6624,0,1,1,1,1,1,0.211217582,0,0.733645141,1,1,1,1,1,0.04777687,0,0.757136643,1,1,1,1,1,0.721951365,0,0.686623973,0.686693463,0.686613475
-284,1,0.3901,1,1,1,1,1,1,1,1,0.0841,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0795,0.3178,0,1,0.6624,1,1,1,0.7275,0.6624,0,1,1,1,1,1,0.124039516,0,0.725912154,1,1,1,1,1,0.079344474,0,0.589054704,1,1,1,1,1,0.744703054,0,0.657866119,0.657711022,0.658244681
-285,1,0.3901,1,1,1,1,1,1,1,1,0.0306,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0267,0.3178,0,1,0.6624,1,1,1,0.5356,0.6624,0,1,1,1,1,1,0.056662973,0,0.5796206,1,1,1,1,1,0.035126336,0,0.248280376,1,1,1,1,1,0.636325777,0,0.611587724,0.611592977,0.611702128
-286,1,0.3901,1,1,1,1,1,1,1,1,0.0143,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0265,0.3178,0,1,0.6624,1,1,1,0.5356,0.6624,0,1,1,1,1,1,0.01199519,0,0.217244759,1,1,1,1,1,0.043390274,0,0.061151315,1,1,1,1,1,0.621648669,0,0.553347028,0.553416543,0.553191489
-287,1,0.3901,1,1,1,1,1,1,1,1,0.0008,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0888,0.3178,0,1,0.6624,1,1,1,0.2785,0.6624,0,1,1,1,1,1,0.002584272,0,0.041855775,1,1,1,1,1,0.122340515,0,0.010365184,1,1,1,1,1,0.409045577,0,0.50277912,0.502644383,0.502659574
-288,1,0.3901,1,1,1,1,1,1,1,1,0,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0702,0.3178,0,1,0.6624,1,1,1,0.2303,0.6624,0,1,1,1,1,1,0.001614372,0,0.003052184,1,1,1,1,1,0.103317067,0,0.000471204,1,1,1,1,1,0.346886635,0,0.467254712,0.467315422,0.467198582
-289,1,0.3901,1,1,1,1,1,1,1,1,0.0008,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0635,0.3178,0,1,0.6624,1,1,1,0.161,0.6624,0,1,1,1,1,1,0.002314894,0,0.000391255,1,1,1,1,1,0.102357417,0,0,1,1,1,1,1,0.216164514,0,0.449371677,0.449333615,0.449468085
-290,1,0.3901,1,1,1,1,1,1,1,1,0.0044,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0567,0.3178,0,1,0.6624,1,1,1,0.111,0.6624,0,1,1,1,1,1,0.008313945,0,0.003111364,1,1,1,1,1,0.100106694,0,0,1,1,1,1,1,0.202855125,0,0.440913485,0.440871589,0.440602837
-291,1,0.3901,1,1,1,1,1,1,1,1,0.0177,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0908,0.3178,0,1,0.6624,1,1,1,0.137,0.6624,0,1,1,1,1,1,0.038700275,0,0.013789442,1,1,1,1,1,0.180414379,0,0.123798177,1,1,1,1,1,0.170724392,0,0.439282262,0.439390734,0.43927305
-292,1,0.3901,1,1,1,1,1,1,1,1,0.0258,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0583,0.3178,0,1,0.6624,1,1,1,0.0695,0.6624,0,1,1,1,1,1,0.038929641,0,0.045770571,1,1,1,1,1,0.137775376,0,0.290196627,1,1,1,1,1,0.08043769,0,0.451123731,0.451026021,0.451241135
-293,1,0.3901,1,1,1,1,1,1,1,1,0.0417,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0842,0.3178,0,1,0.6624,1,1,1,0.0305,0.6624,0,1,1,1,1,1,0.048493069,0,0.27295664,1,1,1,1,1,0.175127685,0,0.87879765,1,1,1,1,1,0.073979475,0,0.491541808,0.491643749,0.491578014
-294,1,0.3901,1,1,1,1,1,1,1,1,0.1531,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2545,0.3178,0,1,0.6624,1,1,1,0.0298,0.6624,0,1,1,1,1,1,0.22325857,0,0.822794676,1,1,1,1,1,0.397352576,0,1,1,1,1,1,1,0.075900286,0,0.568330111,0.56822509,0.568262411
-295,1,0.3901,1,1,1,1,1,1,1,1,0.086,0.3901,0,1,0.3178,1,1,1,1,1,1,0.048,0.3178,0,1,0.6624,1,1,1,0.0541,0.6624,0,1,1,1,1,1,0.173317075,0,1,1,1,1,1,1,0.118468612,0,1,1,1,1,1,1,0.191491708,0,0.618535524,0.618574149,0.618351064
-296,1,0.3901,1,1,1,1,1,1,1,1,0.1621,0.3901,0.0041,1,0.3178,1,1,1,1,1,1,0.0586,0.3178,0.0067,1,0.6624,1,1,1,0.0491,0.6624,0.0153,1,1,1,1,1,0.226987273,0.00542623,1,1,1,1,1,1,0.143054366,0.01760618,1,1,1,1,1,1,0.144371629,0.057406876,0.628262446,0.628305479,0.628546099
-297,1,0.3901,1,1,1,1,1,1,1,1,0.2261,0.3901,0.0805,1,0.3178,1,1,1,1,1,1,0,0.3178,0.1502,1,0.6624,1,1,1,0.1013,0.6624,0.1851,1,1,1,1,1,0.266392291,0.102957033,1,1,1,1,1,1,0.119836152,0.175748333,1,1,1,1,1,1,0.269643426,0.168756366,0.630920735,0.630844087,0.630762411
-298,1,0.3901,1,1,1,1,1,1,1,1,0.3396,0.3901,0.2869,1,0.3178,1,1,1,1,1,1,0.135,0.3178,0.4189,1,0.6624,1,1,1,0.0957,0.6624,0.2993,1,1,1,1,1,0.346137375,0.362422585,1,1,1,1,1,1,0.386217207,0.568506658,1,1,1,1,1,1,0.206520423,0.22278598,0.631766554,0.63169029,0.632092199
-299,1,0.3901,1,1,1,1,1,1,1,1,0.5037,0.3901,0.4127,1,0.3178,1,1,1,1,1,1,0.9328,0.3178,0.4948,1,0.6624,1,1,1,0.0805,0.6624,0.3524,1,1,1,1,1,0.25591749,0.559332788,1,1,1,1,1,1,0.907499671,0.663060069,1,1,1,1,1,1,0.191428378,0.238746792,0.629047849,0.628940131,0.628989362
-300,1,0.3901,1,1,1,1,1,1,1,1,0.5458,0.3901,0.5241,1,0.3178,1,1,1,1,1,1,0.9623,0.3178,0.5722,1,0.6624,1,1,1,0.1369,0.6624,0.3807,1,1,1,1,1,0.300684631,0.63937521,1,1,1,1,1,1,0.953840971,0.744644761,1,1,1,1,1,1,0.280201852,0.226352155,0.623308362,0.623439814,0.623670213
-301,1,0.3901,1,1,1,1,1,1,1,1,0.7326,0.3901,0.5732,1,0.3178,1,1,1,1,1,1,0.8932,0.3178,0.5483,1,0.6624,1,1,1,0.1816,0.6624,0.1914,1,1,1,1,1,0.564882994,0.706642687,1,1,1,1,1,1,0.91263628,0.673237801,1,1,1,1,1,1,0.33959341,0.276738614,0.620770904,0.620689655,0.621010638
-302,1,0.3901,1,1,1,1,1,1,1,1,0.9417,0.3901,0.4743,1,0.3178,1,1,1,1,1,1,0.9597,0.3178,0.4087,1,0.6624,1,1,1,0.2656,0.6624,0.1549,1,1,1,1,1,0.857216716,0.586708784,1,1,1,1,1,1,0.964770496,0.533234537,1,1,1,1,1,1,0.448480546,0.444043428,0.618475109,0.618574149,0.618351064
-303,1,0.3901,1,1,1,1,1,1,1,1,0.9758,0.3901,0.305,1,0.3178,1,1,1,1,1,1,0.9759,0.3178,0.313,1,0.6624,1,1,1,0.4152,0.6624,0.1127,1,1,1,1,1,0.956630409,0.442821741,1,1,1,1,1,1,0.98351568,0.45230031,1,1,1,1,1,1,0.443527579,0.400851309,0.627416626,0.627459276,0.627659574
-304,1,0.3901,1,1,1,1,1,1,1,1,0.964,0.3901,0.0978,1,0.3178,1,1,1,1,1,1,0.98,0.3178,0.1318,1,0.6624,1,1,1,0.4312,0.6624,0.0109,1,1,1,1,1,0.946623504,0.231859997,1,1,1,1,1,1,0.979675651,0.267697781,1,1,1,1,1,1,0.335936725,0.169954926,0.666445143,0.66659615,0.666666667
-305,1,0.3901,1,1,1,1,1,1,1,1,0.9176,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9869,0.3178,0,1,0.6624,1,1,1,0.5434,0.6624,0,1,1,1,1,1,0.961721957,0,1,1,1,1,1,1,0.97143209,0,1,1,1,1,1,1,0.562189877,0,0.705534074,0.705733023,0.705673759
-306,1,0.3901,1,1,1,1,1,1,1,1,0.9713,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9885,0.3178,0,1,0.6624,1,1,1,0.719,0.6624,0,1,1,1,1,1,0.972354114,0,1,1,1,1,1,1,0.980069935,0,1,1,1,1,1,1,0.771246314,0,0.699130014,0.699174952,0.699468085
-307,1,0.3901,1,1,1,1,1,1,1,1,0.9394,0.3901,0,1,0.3178,1,1,1,1,1,1,0.808,0.3178,0,1,0.6624,1,1,1,0.703,0.6624,0,1,1,1,1,1,0.909962118,0,1,1,1,1,1,1,0.822283685,0,1,1,1,1,1,1,0.816351771,0,0.681246979,0.681404696,0.681294326
-308,1,0.3901,1,1,1,1,1,1,1,1,0.9075,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9922,0.3178,0,1,0.6624,1,1,1,0.825,0.6624,0,1,1,1,1,1,0.972278595,0,1,1,1,1,1,1,0.980137706,0,1,1,1,1,1,1,0.89483583,0,0.658591107,0.658768775,0.658687943
-309,1,0.3901,1,1,1,1,1,1,1,1,0.9408,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9917,0.3178,0,1,0.6624,1,1,1,0.7283,0.6624,0,1,1,1,1,1,0.965658426,0,1,1,1,1,1,1,0.966689825,0,1,1,1,1,1,1,0.830695748,0,0.624818753,0.624709118,0.625
-310,1,0.3901,1,1,1,1,1,1,1,1,0.9146,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9831,0.3178,0,1,0.6624,1,1,1,0.807,0.6624,0,1,1,1,1,1,0.94616425,0,1,1,1,1,1,1,0.924124181,0,1,1,1,1,1,1,0.923424721,0,0.579446593,0.579437275,0.579787234
-311,1,0.3901,1,1,1,1,1,1,1,1,0.861,0.3901,0,1,0.3178,1,1,1,1,1,1,0.7875,0.3178,0,1,0.6624,1,1,1,0.8976,0.6624,0,1,1,1,1,1,0.8238585,0,1,1,1,1,1,1,0.690458834,0,1,1,1,1,1,1,0.962420166,0,0.534255679,0.534165433,0.534131206
-312,1,0.3901,1,1,1,1,1,1,1,1,0.85,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6203,0.3178,0,1,0.6624,1,1,1,0.9208,0.6624,0,1,1,1,1,1,0.805558801,0,1,1,1,1,1,1,0.54963994,0,1,1,1,1,1,1,0.972655118,0,0.498912518,0.498836471,0.499113475
-313,1,0.3901,1,1,1,1,1,1,1,1,0.8923,0.3901,0,1,0.3178,1,1,1,1,1,1,0.7652,0.3178,0,1,0.6624,1,1,1,0.8705,0.6624,0,1,1,1,1,1,0.87369895,0,1,1,1,1,1,1,0.713473439,0,1,1,1,1,1,1,0.971156716,0,0.478310778,0.478316057,0.478280142
-314,1,0.3901,1,1,1,1,1,1,1,1,0.8971,0.3901,0,1,0.3178,1,1,1,1,1,1,0.804,0.3178,0,1,0.6624,1,1,1,0.8168,0.6624,0,1,1,1,1,1,0.848095298,0,1,1,1,1,1,1,0.782789111,0,1,1,1,1,1,1,0.965029716,0,0.466710971,0.466892321,0.466755319
-315,1,0.3901,1,1,1,1,1,1,1,1,0.8652,0.3901,0,1,0.3178,1,1,1,1,1,1,0.664,0.3178,0,1,0.6624,1,1,1,0.7206,0.6624,0,1,1,1,1,1,0.853713751,0,1,1,1,1,1,1,0.712811947,0,1,1,1,1,1,1,0.942024589,0,0.463146448,0.463084409,0.46320922
-316,1,0.3901,1,1,1,1,1,1,1,1,0.7108,0.3901,0,1,0.3178,1,1,1,1,1,1,0.577,0.3178,0,1,0.6624,1,1,1,0.7269,0.6624,0,1,1,1,1,1,0.740675211,0,1,1,1,1,1,1,0.600000143,0,1,1,1,1,1,1,0.940861583,0,0.4679797,0.467950074,0.468085106
-317,1,0.3901,1,1,1,1,1,1,1,1,0.6051,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4629,0.3178,0,1,0.6624,1,1,1,0.7089,0.6624,0,1,1,1,1,1,0.59751904,0,1,1,1,1,1,1,0.50231123,0,1,1,1,1,1,1,0.874329388,0,0.484352344,0.484451026,0.484485816
-318,1,0.3901,1,1,1,1,1,1,1,1,0.4924,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5347,0.3178,0,1,0.6624,1,1,1,0.4909,0.6624,0,1,1,1,1,1,0.49123019,0,0.96658951,1,1,1,1,1,0.549668789,0,1,1,1,1,1,1,0.680419207,0,0.515043499,0.514914322,0.515070922
-319,1,0.3901,1,1,1,1,1,1,1,1,0.3262,0.3901,0,1,0.3178,1,1,1,1,1,1,0.274,0.3178,0,1,0.6624,1,1,1,0.4807,0.6624,0,1,1,1,1,1,0.242247924,0,0.831059813,1,1,1,1,1,0.291041762,0,1,1,1,1,1,1,0.717020333,0,0.546036733,0.54601227,0.546099291
-320,1,0.3901,1,1,1,1,1,1,1,1,0.29,0.3901,0.1892,1,0.3178,1,1,1,1,1,1,0.5181,0.3178,0.164,1,0.6624,1,1,1,0.562,0.6624,0.134,1,1,1,1,1,0.212731034,0.327919871,0.576810718,1,1,1,1,1,0.462106407,0.294794917,0.962370753,1,1,1,1,1,0.799753189,0.229555279,0.580956984,0.58091813,0.581117021
-321,1,0.3901,1,1,1,1,1,1,1,1,0.3772,0.3901,0.3808,1,0.3178,1,1,1,1,1,1,0.4932,0.3178,0.3817,1,0.6624,1,1,1,0.6309,0.6624,0.2731,1,1,1,1,1,0.376277477,0.571572304,0.710981965,1,1,1,1,1,0.443678021,0.568842471,0.996513128,1,1,1,1,1,0.830781639,0.415565878,0.608506525,0.608631267,0.608599291
-322,1,0.3901,1,1,1,1,1,1,1,1,0.3912,0.3901,0.5055,1,0.3178,1,1,1,1,1,1,0.5811,0.3178,0.5261,1,0.6624,1,1,1,0.5317,0.6624,0.3781,1,1,1,1,1,0.448986948,0.727478921,0.738250494,1,1,1,1,1,0.579555571,0.761997223,0.960837483,1,1,1,1,1,0.824395299,0.517297804,0.620106332,0.620055003,0.620567376
-323,1,0.3901,1,1,1,1,1,1,1,1,0.3729,0.3901,0.6058,1,0.3178,1,1,1,1,1,1,0.5491,0.3178,0.6015,1,0.6624,1,1,1,0.5013,0.6624,0.4016,1,1,1,1,1,0.45277217,0.80152297,0.814331174,1,1,1,1,1,0.566531062,0.832924485,1,1,1,1,1,1,0.777929604,0.560199678,0.616239729,0.616247091,0.616134752
-324,1,0.3901,1,1,1,1,1,1,1,1,0.4077,0.3901,0.6621,1,0.3178,1,1,1,1,1,1,0.4749,0.3178,0.6392,1,0.6624,1,1,1,0.5725,0.6624,0.5125,1,1,1,1,1,0.428942919,0.86989826,0.945265293,1,1,1,1,1,0.494375587,0.856732726,1,1,1,1,1,1,0.851027012,0.77268827,0.606452392,0.606515761,0.606826241
-325,1,0.3901,1,1,1,1,1,1,1,1,0.4335,0.3901,0.6563,1,0.3178,1,1,1,1,1,1,0.5709,0.3178,0.6448,1,0.6624,1,1,1,0.5067,0.6624,0.5583,1,1,1,1,1,0.495659024,0.868683875,0.979756415,1,1,1,1,1,0.545692801,0.892047703,1,1,1,1,1,1,0.831909835,0.877836943,0.595094248,0.595092025,0.594858156
-326,1,0.3901,1,1,1,1,1,1,1,1,0.4928,0.3901,0.5704,1,0.3178,1,1,1,1,1,1,0.7502,0.3178,0.5771,1,0.6624,1,1,1,0.537,0.6624,0.5263,1,1,1,1,1,0.537670493,0.811561048,0.941316605,1,1,1,1,1,0.691064179,0.809917331,1,1,1,1,1,1,0.872466266,0.764827013,0.589717255,0.589591707,0.58998227
-327,1,0.3901,1,1,1,1,1,1,1,1,0.4674,0.3901,0.4009,1,0.3178,1,1,1,1,1,1,0.7068,0.3178,0.422,1,0.6624,1,1,1,0.7095,0.6624,0.367,1,1,1,1,1,0.630279779,0.657610416,0.864448547,1,1,1,1,1,0.667701244,0.649855316,1,1,1,1,1,1,0.961626947,0.58844316,0.594490092,0.594457373,0.594858156
-328,1,0.3901,1,1,1,1,1,1,1,1,0.421,0.3901,0.1757,1,0.3178,1,1,1,1,1,1,0.5032,0.3178,0.2093,1,0.6624,1,1,1,0.7313,0.6624,0.1225,1,1,1,1,1,0.551268995,0.368624568,0.530406773,1,1,1,1,1,0.548282385,0.395703107,1,1,1,1,1,1,0.954732299,0.262379587,0.63321653,0.633171144,0.633421986
-329,1,0.3901,1,1,1,1,1,1,1,1,0.3983,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3054,0.3178,0,1,0.6624,1,1,1,0.7091,0.6624,0,1,1,1,1,1,0.396350145,0,0.737602115,1,1,1,1,1,0.340201706,0,1,1,1,1,1,1,0.947714448,0,0.686080232,0.686058811,0.686170213
-330,1,0.3901,1,1,1,1,1,1,1,1,0.5662,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3252,0.3178,0,1,0.6624,1,1,1,0.6948,0.6624,0,1,1,1,1,1,0.468771636,0,0.891667426,1,1,1,1,1,0.367579341,0,1,1,1,1,1,1,0.953668058,0,0.685898985,0.68584726,0.686170213
-331,1,0.3901,1,1,1,1,1,1,1,1,0.4164,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2821,0.3178,0,1,0.6624,1,1,1,0.6359,0.6624,0,1,1,1,1,1,0.358679861,0,0.866793752,1,1,1,1,1,0.313991904,0,1,1,1,1,1,1,0.909224033,0,0.670553407,0.670615612,0.671099291
-332,1,0.3901,1,1,1,1,1,1,1,1,0.4739,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3545,0.3178,0,1,0.6624,1,1,1,0.731,0.6624,0,1,1,1,1,1,0.424402118,0,0.978688419,1,1,1,1,1,0.398572475,0,1,1,1,1,1,1,0.940662801,0,0.649407927,0.649460546,0.649822695
-333,1,0.3901,1,1,1,1,1,1,1,1,0.445,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4216,0.3178,0,1,0.6624,1,1,1,0.6767,0.6624,0,1,1,1,1,1,0.488866329,0,0.998945951,1,1,1,1,1,0.470222682,0,1,1,1,1,1,1,0.904950202,0,0.623731271,0.623651365,0.624113475
-334,1,0.3901,1,1,1,1,1,1,1,1,0.3336,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5448,0.3178,0,1,0.6624,1,1,1,0.6803,0.6624,0,1,1,1,1,1,0.403039038,0,0.800533295,1,1,1,1,1,0.50776428,0,0.990772605,1,1,1,1,1,0.842024565,0,0.593160947,0.593188069,0.593085106
-335,1,0.3901,1,1,1,1,1,1,1,1,0.3438,0.3901,0,1,0.3178,1,1,1,1,1,1,0.7133,0.3178,0,1,0.6624,1,1,1,0.6208,0.6624,0,1,1,1,1,1,0.371945441,0,0.680279613,1,1,1,1,1,0.605972171,0,1,1,1,1,1,1,0.870617509,0,0.557576124,0.557647557,0.557624113
-336,1,0.3901,1,1,1,1,1,1,1,1,0.392,0.3901,0,1,0.3178,1,1,1,1,1,1,0.8092,0.3178,0,1,0.6624,1,1,1,0.6196,0.6624,0,1,1,1,1,1,0.481509626,0,0.495306522,1,1,1,1,1,0.723427296,0,1,1,1,1,1,1,0.878662527,0,0.524105848,0.524011001,0.524379433
-337,1,0.3901,1,1,1,1,1,1,1,1,0.3702,0.3901,0,1,0.3178,1,1,1,1,1,1,0.8661,0.3178,0,1,0.6624,1,1,1,0.5305,0.6624,0,1,1,1,1,1,0.44781062,0,0.785767376,1,1,1,1,1,0.741629243,0,1,1,1,1,1,1,0.802598238,0,0.503987434,0.503913687,0.504432624
-338,1,0.3901,1,1,1,1,1,1,1,1,0.3225,0.3901,0,1,0.3178,1,1,1,1,1,1,0.8695,0.3178,0,1,0.6624,1,1,1,0.4943,0.6624,0,1,1,1,1,1,0.381781459,0,0.982372284,1,1,1,1,1,0.76918143,0,1,1,1,1,1,1,0.80714941,0,0.495891735,0.495874762,0.496010638
-339,1,0.3901,1,1,1,1,1,1,1,1,0.3422,0.3901,0,1,0.3178,1,1,1,1,1,1,0.8387,0.3178,0,1,0.6624,1,1,1,0.4408,0.6624,0,1,1,1,1,1,0.342624962,0,1,1,1,1,1,1,0.764603734,0,1,1,1,1,1,1,0.734698594,0,0.494925085,0.494817009,0.495124113
-340,1,0.3901,1,1,1,1,1,1,1,1,0.3952,0.3901,0,1,0.3178,1,1,1,1,1,1,0.7721,0.3178,0,1,0.6624,1,1,1,0.4408,0.6624,0,1,1,1,1,1,0.359862238,0,1,1,1,1,1,1,0.707345366,0,1,1,1,1,1,1,0.730946124,0,0.500483325,0.500528877,0.500443262
-341,1,0.3901,1,1,1,1,1,1,1,1,0.4271,0.3901,0,1,0.3178,1,1,1,1,1,1,0.8077,0.3178,0,1,0.6624,1,1,1,0.3164,0.6624,0,1,1,1,1,1,0.411332548,0,0.993359685,1,1,1,1,1,0.76887989,0,1,1,1,1,1,1,0.668768585,0,0.514439343,0.514491221,0.51462766
-342,1,0.3901,1,1,1,1,1,1,1,1,0.4266,0.3901,0,1,0.3178,1,1,1,1,1,1,0.695,0.3178,0,1,0.6624,1,1,1,0.3301,0.6624,0,1,1,1,1,1,0.391038597,0,0.966036022,1,1,1,1,1,0.63568294,0,1,1,1,1,1,1,0.531463563,0,0.538484775,0.538607997,0.53856383
-343,1,0.3901,1,1,1,1,1,1,1,1,0.3633,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5624,0.3178,0,1,0.6624,1,1,1,0.2867,0.6624,0,1,1,1,1,1,0.332429647,0,0.99403441,1,1,1,1,1,0.504585385,0,1,1,1,1,1,1,0.448241681,0,0.564403093,0.564417178,0.564716312
-344,1,0.3901,1,1,1,1,1,1,1,1,0.3713,0.3901,0.2406,1,0.3178,1,1,1,1,1,1,0.627,0.3178,0.2384,1,0.6624,1,1,1,0.3032,0.6624,0.1933,1,1,1,1,1,0.34316197,0.437668353,1,1,1,1,1,1,0.59841913,0.425316781,1,1,1,1,1,1,0.375696719,0.422520816,0.601135814,0.601015443,0.601507092
-345,1,0.3901,1,1,1,1,1,1,1,1,0.3806,0.3901,0.4691,1,0.3178,1,1,1,1,1,1,0.5681,0.3178,0.4718,1,0.6624,1,1,1,0.4096,0.6624,0.418,1,1,1,1,1,0.302021444,0.733755112,1,1,1,1,1,1,0.56215322,0.727232456,1,1,1,1,1,1,0.472504824,0.714558601,0.628685355,0.62872858,0.628989362
-346,1,0.3901,1,1,1,1,1,1,1,1,0.3217,0.3901,0.6312,1,0.3178,1,1,1,1,1,1,0.4146,0.3178,0.6341,1,0.6624,1,1,1,0.5428,0.6624,0.5779,1,1,1,1,1,0.250944793,0.900904655,0.996979296,1,1,1,1,1,0.446300417,0.89987582,1,1,1,1,1,1,0.5887447,0.884959877,0.643728855,0.643748678,0.643617021
-347,1,0.3901,1,1,1,1,1,1,1,1,0.2857,0.3901,0.7083,1,0.3178,1,1,1,1,1,1,0.3272,0.3178,0.7179,1,0.6624,1,1,1,0.6906,0.6624,0.6298,1,1,1,1,1,0.221681699,0.980220258,0.991624475,1,1,1,1,1,0.337166041,0.98327893,1,1,1,1,1,1,0.808998406,0.966268361,0.648743354,0.648614343,0.64893617
-348,1,0.3901,1,1,1,1,1,1,1,1,0.3814,0.3901,0.7193,1,0.3178,1,1,1,1,1,1,0.7153,0.3178,0.7315,1,0.6624,1,1,1,0.6313,0.6624,0.6506,1,1,1,1,1,0.361806154,0.996063471,0.781678796,1,1,1,1,1,0.656169295,0.999380589,0.914508939,1,1,1,1,1,0.885973692,0.982502162,0.648199613,0.648191242,0.648492908
-349,1,0.3901,1,1,1,1,1,1,1,1,0.3796,0.3901,0.7062,1,0.3178,1,1,1,1,1,1,0.4602,0.3178,0.7192,1,0.6624,1,1,1,0.6041,0.6624,0.6433,1,1,1,1,1,0.354752004,0.976572871,0.99276042,1,1,1,1,1,0.457023084,0.988266528,1,1,1,1,1,1,0.839294136,0.948023915,0.641614306,0.641844722,0.641843972
-350,1,0.3901,1,1,1,1,1,1,1,1,0.4121,0.3901,0.6127,1,0.3178,1,1,1,1,1,1,0.6343,0.3178,0.6369,1,0.6624,1,1,1,0.6529,0.6624,0.5524,1,1,1,1,1,0.50681895,0.892493129,0.973407626,1,1,1,1,1,0.664633274,0.913149118,0.992474377,1,1,1,1,1,0.901921868,0.821802139,0.637687289,0.637825259,0.63785461
-351,1,0.3901,1,1,1,1,1,1,1,1,0.4304,0.3901,0.4407,1,0.3178,1,1,1,1,1,1,0.583,0.3178,0.4702,1,0.6624,1,1,1,0.6413,0.6624,0.3778,1,1,1,1,1,0.491588086,0.708393097,1,1,1,1,1,1,0.618395269,0.744274139,1,1,1,1,1,1,0.896115124,0.65018332,0.64282262,0.642690924,0.643173759
-352,1,0.3901,1,1,1,1,1,1,1,1,0.503,0.3901,0.1983,1,0.3178,1,1,1,1,1,1,0.6642,0.3178,0.2351,1,0.6624,1,1,1,0.6681,0.6624,0.1339,1,1,1,1,1,0.511681259,0.401169479,1,1,1,1,1,1,0.654563785,0.447798878,1,1,1,1,1,1,0.940045059,0.325932324,0.684509425,0.684577956,0.684840426
-353,1,0.3901,1,1,1,1,1,1,1,1,0.4755,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5634,0.3178,0,1,0.6624,1,1,1,0.7552,0.6624,0,1,1,1,1,1,0.501770616,0,1,1,1,1,1,1,0.543611407,0,1,1,1,1,1,1,0.951184392,0,0.738943934,0.738946478,0.73891844
-354,1,0.3901,1,1,1,1,1,1,1,1,0.4729,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5727,0.3178,0,1,0.6624,1,1,1,0.7656,0.6624,0,1,1,1,1,1,0.498016298,0,1,1,1,1,1,1,0.589547753,0,1,1,1,1,1,1,0.970027924,0,0.739850169,0.73979268,0.740248227
-355,1,0.3901,1,1,1,1,1,1,1,1,0.4273,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6481,0.3178,0,1,0.6624,1,1,1,0.6786,0.6624,0,1,1,1,1,1,0.527157903,0,0.991619527,1,1,1,1,1,0.54614985,0,1,1,1,1,1,1,0.946092963,0,0.719248429,0.719272266,0.719414894
-356,1,0.3901,1,1,1,1,1,1,1,1,0.4287,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6947,0.3178,0,1,0.6624,1,1,1,0.6623,0.6624,0,1,1,1,1,1,0.437362939,0,1,1,1,1,1,1,0.566157281,0,1,1,1,1,1,1,0.94265157,0,0.698646689,0.698751851,0.69858156
-357,1,0.3901,1,1,1,1,1,1,1,1,0.4318,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4959,0.3178,0,1,0.6624,1,1,1,0.7202,0.6624,0,1,1,1,1,1,0.420679986,0,1,1,1,1,1,1,0.37926513,0,1,1,1,1,1,1,0.952116191,0,0.663847269,0.663845991,0.664007092
-358,1,0.3901,1,1,1,1,1,1,1,1,0.4821,0.3901,0,1,0.3178,1,1,1,1,1,1,0.474,0.3178,0,1,0.6624,1,1,1,0.7321,0.6624,0,1,1,1,1,1,0.475877225,0,1,1,1,1,1,1,0.41925478,0,1,1,1,1,1,1,0.952411592,0,0.622281295,0.622382061,0.622340426
-359,1,0.3901,1,1,1,1,1,1,1,1,0.432,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4198,0.3178,0,1,0.6624,1,1,1,0.7478,0.6624,0,1,1,1,1,1,0.36946097,0,1,1,1,1,1,1,0.380924284,0,1,1,1,1,1,1,0.922290683,0,0.580654906,0.580706579,0.580673759
-360,1,0.3901,1,1,1,1,1,1,1,1,0.4819,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5171,0.3178,0,1,0.6624,1,1,1,0.7258,0.6624,0,1,1,1,1,1,0.462438822,0,1,1,1,1,1,1,0.495006233,0,1,1,1,1,1,1,0.928043365,0,0.551413726,0.551512587,0.55141844
-361,1,0.3901,1,1,1,1,1,1,1,1,0.4622,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4429,0.3178,0,1,0.6624,1,1,1,0.6395,0.6624,0,1,1,1,1,1,0.440559208,0,1,1,1,1,1,1,0.452055395,0,1,1,1,1,1,1,0.906476855,0,0.53618898,0.536069389,0.535904255
-362,1,0.3901,1,1,1,1,1,1,1,1,0.4361,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3376,0.3178,0,1,0.6624,1,1,1,0.5498,0.6624,0,1,1,1,1,1,0.420898914,0,1,1,1,1,1,1,0.388162971,0,1,1,1,1,1,1,0.904076993,0,0.530026583,0.529934419,0.530141844
-363,1,0.3901,1,1,1,1,1,1,1,1,0.3831,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2411,0.3178,0,1,0.6624,1,1,1,0.514,0.6624,0,1,1,1,1,1,0.399690419,0,1,1,1,1,1,1,0.34426564,0,0.949129343,1,1,1,1,1,0.883394718,0,0.530268246,0.530357521,0.530141844
-364,1,0.3901,1,1,1,1,1,1,1,1,0.3587,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2376,0.3178,0,1,0.6624,1,1,1,0.4308,0.6624,0,1,1,1,1,1,0.360647738,0,1,1,1,1,1,1,0.318780333,0,0.618742704,1,1,1,1,1,0.829895318,0,0.542472209,0.542627459,0.542553191
-365,1,0.3901,1,1,1,1,1,1,1,1,0.3632,0.3901,0,1,0.3178,1,1,1,1,1,1,0.259,0.3178,0,1,0.6624,1,1,1,0.4113,0.6624,0,1,1,1,1,1,0.382698387,0,0.998037457,1,1,1,1,1,0.33537811,0,0.493264675,1,1,1,1,1,0.791144669,0,0.574492508,0.57457161,0.574468085
-366,1,0.3901,1,1,1,1,1,1,1,1,0.3068,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1823,0.3178,0,1,0.6624,1,1,1,0.3854,0.6624,0,1,1,1,1,1,0.325934082,0,0.821552753,1,1,1,1,1,0.221614212,0,0.191097379,1,1,1,1,1,0.765305758,0,0.627356211,0.627459276,0.627659574
-367,1,0.3901,1,1,1,1,1,1,1,1,0.2271,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0821,0.3178,0,1,0.6624,1,1,1,0.3229,0.6624,0,1,1,1,1,1,0.254894465,0,0.116391897,1,1,1,1,1,0.079850912,0,0.005930891,1,1,1,1,1,0.750555217,0,0.666324311,0.666384599,0.666666667
-368,1,0.3901,1,1,1,1,1,1,1,1,0.1618,0.3901,0.2391,1,0.3178,1,1,1,1,1,1,0.027,0.3178,0.2371,1,0.6624,1,1,1,0.2869,0.6624,0.1816,1,1,1,1,1,0.150812358,0.430249393,0.162209779,1,1,1,1,1,0.022979878,0.422578245,0.009451571,1,1,1,1,1,0.634722471,0.428597093,0.693088449,0.693039983,0.693262411
-369,1,0.3901,1,1,1,1,1,1,1,1,0.0646,0.3901,0.4586,1,0.3178,1,1,1,1,1,1,0,0.3178,0.4656,1,0.6624,1,1,1,0.1947,0.6624,0.412,1,1,1,1,1,0.053993151,0.711719751,0.094412737,1,1,1,1,1,0.000726155,0.71897167,0,1,1,1,1,1,0.540025651,0.702553272,0.708011116,0.70806008,0.708333333
-370,1,0.3901,1,1,1,1,1,1,1,1,0.0211,0.3901,0.6179,1,0.3178,1,1,1,1,1,1,0,0.3178,0.6211,1,0.6624,1,1,1,0.0879,0.6624,0.5542,1,1,1,1,1,0.012151721,0.881203294,0.004478052,1,1,1,1,1,0.001966788,0.879336178,0,1,1,1,1,1,0.290318519,0.881075859,0.713750604,0.713771948,0.714095745
-371,1,0.3901,1,1,1,1,1,1,1,1,0.0026,0.3901,0.6974,1,0.3178,1,1,1,1,1,1,0.0275,0.3178,0.6556,1,0.6624,1,1,1,0.0361,0.6624,0.6111,1,1,1,1,1,5.71E-05,0.953297973,0,1,1,1,1,1,0.031153996,0.905017912,0,1,1,1,1,1,0.119981699,0.927993774,0.708071532,0.70806008,0.708333333
-372,1,0.3901,1,1,1,1,1,1,1,1,0.0081,0.3901,0.6672,1,0.3178,1,1,1,1,1,1,0.0905,0.3178,0.6465,1,0.6624,1,1,1,0.0116,0.6624,0.6507,1,1,1,1,1,0.003552211,0.856300354,0,1,1,1,1,1,0.083473116,0.851296067,0,1,1,1,1,1,0.031676795,0.900650322,0.696713388,0.696636344,0.696808511
-373,1,0.3901,1,1,1,1,1,1,1,1,0.0457,0.3901,0.6136,1,0.3178,1,1,1,1,1,1,0.2143,0.3178,0.6058,1,0.6624,1,1,1,0.02,0.6624,0.561,1,1,1,1,1,0.037330016,0.875971854,0.002044601,1,1,1,1,1,0.186922207,0.80682373,0.03465445,1,1,1,1,1,0.056572106,0.894745588,0.688798937,0.68880897,0.688829787
-374,1,0.3901,1,1,1,1,1,1,1,1,0.1742,0.3901,0.4943,1,0.3178,1,1,1,1,1,1,0.3027,0.3178,0.435,1,0.6624,1,1,1,0.0969,0.6624,0.4806,1,1,1,1,1,0.190420628,0.692793548,0.045957789,1,1,1,1,1,0.298767149,0.662852764,0.216061011,1,1,1,1,1,0.211366862,0.729146838,0.680159497,0.680135392,0.680407801
-375,1,0.3901,1,1,1,1,1,1,1,1,0.2027,0.3901,0.2741,1,0.3178,1,1,1,1,1,1,0.5253,0.3178,0.2901,1,0.6624,1,1,1,0.2327,0.6624,0.3181,1,1,1,1,1,0.286925584,0.403169692,0.146228045,1,1,1,1,1,0.512551665,0.505365312,0.435345292,1,1,1,1,1,0.487870127,0.460294008,0.681428226,0.681616247,0.681294326
-376,1,0.3901,1,1,1,1,1,1,1,1,0.3069,0.3901,0.0666,1,0.3178,1,1,1,1,1,1,0.5872,0.3178,0.1376,1,0.6624,1,1,1,0.2862,0.6624,0.0498,1,1,1,1,1,0.449744582,0.122730449,0.154036805,1,1,1,1,1,0.569435358,0.265167356,0.437401086,1,1,1,1,1,0.564221919,0.112632535,0.716167231,0.716099006,0.716312057
-377,1,0.3901,1,1,1,1,1,1,1,1,0.3725,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5895,0.3178,0,1,0.6624,1,1,1,0.402,0.6624,0,1,1,1,1,1,0.501970053,0,0.224602312,1,1,1,1,1,0.68536979,0,0.915144026,1,1,1,1,1,0.69693172,0,0.76238521,0.762428602,0.762411348
-378,1,0.3901,1,1,1,1,1,1,1,1,0.5432,0.3901,0,1,0.3178,1,1,1,1,1,1,0.7771,0.3178,0,1,0.6624,1,1,1,0.5035,0.6624,0,1,1,1,1,1,0.612541556,0,0.476460189,1,1,1,1,1,0.8542974,0,1,1,1,1,1,1,0.853129625,0,0.753927018,0.753966575,0.753989362
-379,1,0.3901,1,1,1,1,1,1,1,1,0.5075,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6573,0.3178,0,1,0.6624,1,1,1,0.584,0.6624,0,1,1,1,1,1,0.576890111,0,0.97957474,1,1,1,1,1,0.638969183,0,1,1,1,1,1,1,0.899047196,0,0.731150314,0.731119103,0.731382979
-380,1,0.3901,1,1,1,1,1,1,1,1,0.2177,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2502,0.3178,0,1,0.6624,1,1,1,0.0448,0.6624,0,1,1,1,1,1,0.103799678,0,1,1,1,1,1,1,0.202495888,0,1,1,1,1,1,1,0.142290503,0,0.697921701,0.697905648,0.698138298
-381,1,0.3901,1,1,1,1,1,1,1,1,0.6852,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6105,0.3178,0,1,0.6624,1,1,1,0.3925,0.6624,0,1,1,1,1,1,0.553805888,0,1,1,1,1,1,1,0.600691378,0,1,1,1,1,1,1,0.767983377,0,0.650072499,0.650095198,0.650265957
-382,1,0.3901,1,1,1,1,1,1,1,1,0.8063,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6075,0.3178,0,1,0.6624,1,1,1,0.3484,0.6624,0,1,1,1,1,1,0.613865554,0,1,1,1,1,1,1,0.629161656,0,1,1,1,1,1,1,0.61280477,0,0.592858869,0.592764967,0.592641844
-383,1,0.3901,1,1,1,1,1,1,1,1,0.8128,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5927,0.3178,0,1,0.6624,1,1,1,0.4006,0.6624,0,1,1,1,1,1,0.698983371,0,1,1,1,1,1,1,0.520045877,0,1,1,1,1,1,1,0.594156086,0,0.540055582,0.540088851,0.540336879
-384,1,0.3901,1,1,1,1,1,1,1,1,0.695,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3563,0.3178,0,1,0.6624,1,1,1,0.3458,0.6624,0,1,1,1,1,1,0.526279807,0,1,1,1,1,1,1,0.361357629,0,0.965445399,1,1,1,1,1,0.534747422,0,0.503745771,0.503702137,0.503989362
-385,1,0.3901,1,1,1,1,1,1,1,1,0.5813,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2215,0.3178,0,1,0.6624,1,1,1,0.4179,0.6624,0,1,1,1,1,1,0.502307832,0,1,1,1,1,1,1,0.271983624,0,1,1,1,1,1,1,0.673535883,0,0.483325278,0.483393273,0.483156028
-386,1,0.3901,1,1,1,1,1,1,1,1,0.5395,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3454,0.3178,0,1,0.6624,1,1,1,0.3771,0.6624,0,1,1,1,1,1,0.443870187,0,1,1,1,1,1,1,0.375826299,0,1,1,1,1,1,1,0.616952002,0,0.474142098,0.474085043,0.47429078
-387,1,0.3901,1,1,1,1,1,1,1,1,0.4422,0.3901,0,1,0.3178,1,1,1,1,1,1,0.55,0.3178,0,1,0.6624,1,1,1,0.3296,0.6624,0,1,1,1,1,1,0.369682193,0,0.996216893,1,1,1,1,1,0.566017568,0,1,1,1,1,1,1,0.577567875,0,0.471665056,0.471757986,0.471631206
-388,1,0.3901,1,1,1,1,1,1,1,1,0.4023,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5533,0.3178,0,1,0.6624,1,1,1,0.2489,0.6624,0,1,1,1,1,1,0.2517896,0,1,1,1,1,1,1,0.54229939,0,1,1,1,1,1,1,0.515356421,0,0.483566941,0.483604823,0.483599291
-389,1,0.3901,1,1,1,1,1,1,1,1,0.4314,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2933,0.3178,0,1,0.6624,1,1,1,0.1738,0.6624,0,1,1,1,1,1,0.252520919,0,1,1,1,1,1,1,0.310769796,0,1,1,1,1,1,1,0.441194504,0,0.524710005,0.524645653,0.524822695
-390,1,0.3901,1,1,1,1,1,1,1,1,0.4833,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1843,0.3178,0,1,0.6624,1,1,1,0.1167,0.6624,0,1,1,1,1,1,0.23804529,0,1,1,1,1,1,1,0.210583091,0,1,1,1,1,1,1,0.317486733,0,0.599202513,0.599323038,0.59929078
-391,1,0.3901,1,1,1,1,1,1,1,1,0.2655,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1276,0.3178,0,1,0.6624,1,1,1,0.1058,0.6624,0,1,1,1,1,1,0.100081086,0,1,1,1,1,1,1,0.150378525,0,1,1,1,1,1,1,0.280023575,0,0.642883035,0.642902475,0.643173759
-392,1,0.3901,1,1,1,1,1,1,1,1,0.1609,0.3901,0.063,1,0.3178,1,1,1,1,1,1,0.1176,0.3178,0.0851,1,0.6624,1,1,1,0.0785,0.6624,0.0576,1,1,1,1,1,0.056107827,0.167742223,1,1,1,1,1,1,0.139606684,0.17891188,1,1,1,1,1,1,0.177853063,0.069300145,0.649347511,0.649460546,0.649822695
-393,1,0.3901,1,1,1,1,1,1,1,1,0.1768,0.3901,0.2298,1,0.3178,1,1,1,1,1,1,0.1206,0.3178,0.3003,1,0.6624,1,1,1,0.0512,0.6624,0.1851,1,1,1,1,1,0.071597129,0.396749318,0.99787879,1,1,1,1,1,0.128449559,0.46153301,0.975909233,1,1,1,1,1,0.091018863,0.325113773,0.649649589,0.649672096,0.649822695
-394,1,0.3901,1,1,1,1,1,1,1,1,0.171,0.3901,0.3955,1,0.3178,1,1,1,1,1,1,0.0733,0.3178,0.4133,1,0.6624,1,1,1,0.0378,0.6624,0.3784,1,1,1,1,1,0.061109871,0.566914558,0.993127465,1,1,1,1,1,0.11336045,0.559717536,0.938727021,1,1,1,1,1,0.037045337,0.637242138,0.649166264,0.649248995,0.649379433
-395,1,0.3901,1,1,1,1,1,1,1,1,0.1726,0.3901,0.4576,1,0.3178,1,1,1,1,1,1,0.0636,0.3178,0.3578,1,0.6624,1,1,1,0.031,0.6624,0.4178,1,1,1,1,1,0.067929581,0.617911875,0.993915081,1,1,1,1,1,0.132509038,0.483069122,0.763355255,1,1,1,1,1,0.052394979,0.648774862,0.646689222,0.646710387,0.646719858
-396,1,0.3901,1,1,1,1,1,1,1,1,0.1363,0.3901,0.4251,1,0.3178,1,1,1,1,1,1,0.026,0.3178,0.355,1,0.6624,1,1,1,0.0222,0.6624,0.4227,1,1,1,1,1,0.052551724,0.585543692,0.986866355,1,1,1,1,1,0.072747551,0.471657395,0.60518229,1,1,1,1,1,0.022067763,0.662449837,0.643245529,0.643325576,0.643617021
-397,1,0.3901,1,1,1,1,1,1,1,1,0.124,0.3901,0.397,1,0.3178,1,1,1,1,1,1,0.043,0.3178,0.307,1,0.6624,1,1,1,0.0161,0.6624,0.3468,1,1,1,1,1,0.069550678,0.531238675,0.883383274,1,1,1,1,1,0.073250182,0.442183197,0.723922253,1,1,1,1,1,0.008797491,0.597736835,0.642460126,0.642690924,0.642730496
-398,1,0.3901,1,1,1,1,1,1,1,1,0.1317,0.3901,0.2726,1,0.3178,1,1,1,1,1,1,0.0925,0.3178,0.2953,1,0.6624,1,1,1,0.0079,0.6624,0.203,1,1,1,1,1,0.133094877,0.35763371,0.797959507,1,1,1,1,1,0.138139263,0.392827898,0.740975618,1,1,1,1,1,0.012294615,0.440570235,0.640345578,0.640363867,0.640514184
-399,1,0.3901,1,1,1,1,1,1,1,1,0.1484,0.3901,0.148,1,0.3178,1,1,1,1,1,1,0.1214,0.3178,0.1986,1,0.6624,1,1,1,0.0229,0.6624,0.0908,1,1,1,1,1,0.228896469,0.250497311,0.707796633,1,1,1,1,1,0.163716197,0.239633694,0.481385887,1,1,1,1,1,0.043536328,0.205038115,0.646507975,0.646498836,0.646719858
-400,1,0.3901,1,1,1,1,1,1,1,1,0.1284,0.3901,0.0133,1,0.3178,1,1,1,1,1,1,0.1501,0.3178,0.0092,1,0.6624,1,1,1,0.0588,0.6624,0,1,1,1,1,1,0.251527578,0.049606688,0.482574522,1,1,1,1,1,0.197619453,0.012480863,0.811747372,1,1,1,1,1,0.128094047,0,0.682394877,0.68246245,0.682624113
-401,1,0.3901,1,1,1,1,1,1,1,1,0.1386,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1138,0.3178,0,1,0.6624,1,1,1,0.1364,0.6624,0,1,1,1,1,1,0.244949996,0,0.587484598,1,1,1,1,1,0.179676712,0,0.954821825,1,1,1,1,1,0.278807074,0,0.717194297,0.717156759,0.717641844
-402,1,0.3901,1,1,1,1,1,1,1,1,0.2485,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2179,0.3178,0,1,0.6624,1,1,1,0.2438,0.6624,0,1,1,1,1,1,0.268768251,0,0.949216545,1,1,1,1,1,0.31675297,0,1,1,1,1,1,1,0.457183421,0,0.707225713,0.707213878,0.707446809
-403,1,0.3901,1,1,1,1,1,1,1,1,0.2028,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1956,0.3178,0,1,0.6624,1,1,1,0.432,0.6624,0,1,1,1,1,1,0.242845386,0,1,1,1,1,1,1,0.242909387,0,1,1,1,1,1,1,0.594815671,0,0.685898985,0.68584726,0.68572695
-404,1,0.3901,1,1,1,1,1,1,1,1,0.2347,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2519,0.3178,0,1,0.6624,1,1,1,0.3565,0.6624,0,1,1,1,1,1,0.255537897,0,1,1,1,1,1,1,0.306541324,0,1,1,1,1,1,1,0.466577828,0,0.654180764,0.654326211,0.654255319
-405,1,0.3901,1,1,1,1,1,1,1,1,0.3304,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2888,0.3178,0,1,0.6624,1,1,1,0.3105,0.6624,0,1,1,1,1,1,0.245553732,0,1,1,1,1,1,1,0.377221525,0,1,1,1,1,1,1,0.498495251,0,0.606875302,0.606727311,0.607269504
-406,1,0.3901,1,1,1,1,1,1,1,1,0.5596,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4677,0.3178,0,1,0.6624,1,1,1,0.2911,0.6624,0,1,1,1,1,1,0.490364164,0,1,1,1,1,1,1,0.540012598,0,1,1,1,1,1,1,0.523875177,0,0.547788787,0.547704675,0.54787234
-407,1,0.3901,1,1,1,1,1,1,1,1,0.599,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5108,0.3178,0,1,0.6624,1,1,1,0.2842,0.6624,0,1,1,1,1,1,0.484706938,0,1,1,1,1,1,1,0.420217991,0,1,1,1,1,1,1,0.491250843,0,0.494683422,0.494817009,0.494680851
-408,1,0.3901,1,1,1,1,1,1,1,1,0.7715,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6001,0.3178,0,1,0.6624,1,1,1,0.24,0.6624,0,1,1,1,1,1,0.630524218,0,1,1,1,1,1,1,0.59315455,0,1,1,1,1,1,1,0.518332303,0,0.458977767,0.458853395,0.459219858
-409,1,0.3901,1,1,1,1,1,1,1,1,0.8222,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6516,0.3178,0,1,0.6624,1,1,1,0.3082,0.6624,0,1,1,1,1,1,0.616517186,0,1,1,1,1,1,1,0.59798044,0,1,1,1,1,1,1,0.596019208,0,0.440732238,0.440660038,0.440602837
-410,1,0.3901,1,1,1,1,1,1,1,1,0.8901,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9031,0.3178,0,1,0.6624,1,1,1,0.3308,0.6624,0,1,1,1,1,1,0.693802893,0,1,1,1,1,1,1,0.869351387,0,1,1,1,1,1,1,0.686696827,0,0.431246979,0.431351809,0.431294326
-411,1,0.3901,1,1,1,1,1,1,1,1,0.9201,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9469,0.3178,0,1,0.6624,1,1,1,0.4625,0.6624,0,1,1,1,1,1,0.854747176,0,1,1,1,1,1,1,0.947921276,0,1,1,1,1,1,1,0.775108814,0,0.430219913,0.430082505,0.430407801
-412,1,0.3901,1,1,1,1,1,1,1,1,0.9488,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9562,0.3178,0,1,0.6624,1,1,1,0.5457,0.6624,0,1,1,1,1,1,0.957574606,0,1,1,1,1,1,1,0.954206467,0,1,1,1,1,1,1,0.743757784,0,0.444296762,0.444256399,0.444592199
-413,1,0.3901,1,1,1,1,1,1,1,1,0.9643,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9675,0.3178,0,1,0.6624,1,1,1,0.7475,0.6624,0,1,1,1,1,1,0.975052416,0,1,1,1,1,1,1,0.955592275,0,1,1,1,1,1,1,0.933625102,0,0.490212663,0.490162894,0.490248227
-414,1,0.3901,1,1,1,1,1,1,1,1,0.9406,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9749,0.3178,0,1,0.6624,1,1,1,0.833,0.6624,0,1,1,1,1,1,0.981197774,0,1,1,1,1,1,1,0.940063119,0,1,1,1,1,1,1,0.957292199,0,0.574311261,0.574360059,0.574468085
-415,1,0.3901,1,1,1,1,1,1,1,1,0.8334,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9426,0.3178,0,1,0.6624,1,1,1,0.897,0.6624,0,1,1,1,1,1,0.967520952,0,1,1,1,1,1,1,0.88106209,0,1,1,1,1,1,1,0.97295779,0,0.618354277,0.618362598,0.618351064
-416,1,0.3901,1,1,1,1,1,1,1,1,0.8394,0.3901,0.2194,1,0.3178,1,1,1,1,1,1,0.8183,0.3178,0.1986,1,0.6624,1,1,1,0.9444,0.6624,0.1714,1,1,1,1,1,0.928897381,0.392245501,1,1,1,1,1,1,0.726038337,0.348595232,1,1,1,1,1,1,0.982295394,0.438023001,0.622945868,0.622805162,0.622783688
-417,1,0.3901,1,1,1,1,1,1,1,1,0.6658,0.3901,0.4257,1,0.3178,1,1,1,1,1,1,0.9867,0.3178,0.4033,1,0.6624,1,1,1,0.8417,0.6624,0.3667,1,1,1,1,1,0.916898251,0.651247323,0.98929733,1,1,1,1,1,0.89675492,0.610955536,1,1,1,1,1,1,0.974738657,0.712425828,0.626691638,0.626613074,0.62677305
-418,1,0.3901,1,1,1,1,1,1,1,1,0.7876,0.3901,0.5872,1,0.3178,1,1,1,1,1,1,0.932,0.3178,0.5454,1,0.6624,1,1,1,0.9124,0.6624,0.5272,1,1,1,1,1,0.945043147,0.828912795,0.992920041,1,1,1,1,1,0.895061612,0.736530304,1,1,1,1,1,1,0.987088144,0.805391848,0.631524891,0.63169029,0.631648936
-419,1,0.3901,1,1,1,1,1,1,1,1,0.8561,0.3901,0.6481,1,0.3178,1,1,1,1,1,1,0.991,0.3178,0.5963,1,0.6624,1,1,1,0.8692,0.6624,0.5663,1,1,1,1,1,0.964804411,0.883946121,0.968551457,1,1,1,1,1,0.950729966,0.808954477,1,1,1,1,1,1,0.984131634,0.878283858,0.63182697,0.63190184,0.632092199
-420,1,0.3901,1,1,1,1,1,1,1,1,0.8913,0.3901,0.6592,1,0.3178,1,1,1,1,1,1,0.9905,0.3178,0.6098,1,0.6624,1,1,1,0.8459,0.6624,0.5929,1,1,1,1,1,0.951295555,0.890850604,1,1,1,1,1,1,0.944790363,0.813984096,1,1,1,1,1,1,0.982371509,0.948247671,0.628927018,0.628940131,0.628989362
-421,1,0.3901,1,1,1,1,1,1,1,1,0.939,0.3901,0.6547,1,0.3178,1,1,1,1,1,1,0.9981,0.3178,0.6572,1,0.6624,1,1,1,0.9231,0.6624,0.6011,1,1,1,1,1,0.969199359,0.871985674,1,1,1,1,1,1,0.967471182,0.874804735,1,1,1,1,1,1,0.993554056,0.936746716,0.62820203,0.628305479,0.628546099
-422,1,0.3901,1,1,1,1,1,1,1,1,0.9495,0.3901,0.5823,1,0.3178,1,1,1,1,1,1,0.9987,0.3178,0.6051,1,0.6624,1,1,1,0.9759,0.6624,0.5178,1,1,1,1,1,0.978009999,0.830305099,1,1,1,1,1,1,0.975967407,0.865763664,1,1,1,1,1,1,0.996892452,0.859966516,0.625181247,0.62534377,0.625443262
-423,1,0.3901,1,1,1,1,1,1,1,1,0.9386,0.3901,0.4386,1,0.3178,1,1,1,1,1,1,1,0.3178,0.4694,1,0.6624,1,1,1,0.9823,0.6624,0.3812,1,1,1,1,1,0.980868757,0.720126152,1,1,1,1,1,1,0.995267153,0.748162508,1,1,1,1,1,1,0.998964667,0.682053447,0.630497825,0.630632536,0.630762411
-424,1,0.3901,1,1,1,1,1,1,1,1,0.788,0.3901,0.2089,1,0.3178,1,1,1,1,1,1,0.9294,0.3178,0.2449,1,0.6624,1,1,1,0.9687,0.6624,0.1508,1,1,1,1,1,0.912962615,0.430147707,1,1,1,1,1,1,0.884061098,0.469457507,1,1,1,1,1,1,0.99778688,0.355515212,0.66801595,0.667865454,0.668439716
-425,1,0.3901,1,1,1,1,1,1,1,1,0.7031,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9234,0.3178,0,1,0.6624,1,1,1,0.9586,0.6624,0,1,1,1,1,1,0.9026106,0,1,1,1,1,1,1,0.908834636,0,1,1,1,1,1,1,0.998849034,0,0.731089899,0.731119103,0.731382979
-426,1,0.3901,1,1,1,1,1,1,1,1,0.6899,0.3901,0,1,0.3178,1,1,1,1,1,1,0.8104,0.3178,0,1,0.6624,1,1,1,0.9247,0.6624,0,1,1,1,1,1,0.822175145,0,1,1,1,1,1,1,0.814421892,0,1,1,1,1,1,1,0.996289968,0,0.736406477,0.73661942,0.736702128
-427,1,0.3901,1,1,1,1,1,1,1,1,0.5641,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6822,0.3178,0,1,0.6624,1,1,1,0.8991,0.6624,0,1,1,1,1,1,0.660280704,0,1,1,1,1,1,1,0.656548023,0,1,1,1,1,1,1,0.991905928,0,0.723658772,0.72371483,0.723847518
-428,1,0.3901,1,1,1,1,1,1,1,1,0.4991,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4649,0.3178,0,1,0.6624,1,1,1,0.897,0.6624,0,1,1,1,1,1,0.529035687,0,1,1,1,1,1,1,0.446159869,0,1,1,1,1,1,1,0.990887403,0,0.698707105,0.698751851,0.69858156
-429,1,0.3901,1,1,1,1,1,1,1,1,0.4078,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5058,0.3178,0,1,0.6624,1,1,1,0.8511,0.6624,0,1,1,1,1,1,0.511684358,0,0.997487307,1,1,1,1,1,0.454757988,0,1,1,1,1,1,1,0.986278594,0,0.656536974,0.656653268,0.656471631
-430,1,0.3901,1,1,1,1,1,1,1,1,0.3512,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4695,0.3178,0,1,0.6624,1,1,1,0.8545,0.6624,0,1,1,1,1,1,0.441790134,0,0.815066516,1,1,1,1,1,0.390729934,0,0.879849792,1,1,1,1,1,0.979028404,0,0.602767037,0.602707849,0.602836879
-431,1,0.3901,1,1,1,1,1,1,1,1,0.3009,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2722,0.3178,0,1,0.6624,1,1,1,0.8102,0.6624,0,1,1,1,1,1,0.380974203,0,0.91803056,1,1,1,1,1,0.256818384,0,0.882418096,1,1,1,1,1,0.971856177,0,0.553226196,0.553204993,0.553191489
-432,1,0.3901,1,1,1,1,1,1,1,1,0.2652,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3513,0.3178,0,1,0.6624,1,1,1,0.7987,0.6624,0,1,1,1,1,1,0.305024683,0,0.912304938,1,1,1,1,1,0.283523858,0,0.80612123,1,1,1,1,1,0.964531183,0,0.522474625,0.522530146,0.522606383
-433,1,0.3901,1,1,1,1,1,1,1,1,0.2107,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0349,0.3178,0,1,0.6624,1,1,1,0.7231,0.6624,0,1,1,1,1,1,0.205657512,0,0.948770225,1,1,1,1,1,0.073238835,0,0.948538005,1,1,1,1,1,0.94792068,0,0.507733204,0.507721599,0.507978723
-434,1,0.3901,1,1,1,1,1,1,1,1,0.1716,0.3901,0,1,0.3178,1,1,1,1,1,1,0,0.3178,0,1,0.6624,1,1,1,0.6122,0.6624,0,1,1,1,1,1,0.118623689,0,0.980902255,1,1,1,1,1,0.023112569,0,0.92279619,1,1,1,1,1,0.9124704,0,0.501631223,0.501798181,0.50177305
-435,1,0.3901,1,1,1,1,1,1,1,1,0.1649,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0293,0.3178,0,1,0.6624,1,1,1,0.4186,0.6624,0,1,1,1,1,1,0.078991354,0,0.916975737,1,1,1,1,1,0.065747797,0,0.81556046,1,1,1,1,1,0.787933767,0,0.50277912,0.502644383,0.502659574
-436,1,0.3901,1,1,1,1,1,1,1,1,0.1202,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0398,0.3178,0,1,0.6624,1,1,1,0.3207,0.6624,0,1,1,1,1,1,0.048874948,0,0.972158432,1,1,1,1,1,0.075349748,0,0.808600307,1,1,1,1,1,0.662914515,0,0.518728855,0.518722234,0.519060284
-437,1,0.3901,1,1,1,1,1,1,1,1,0.0685,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0396,0.3178,0,1,0.6624,1,1,1,0.1897,0.6624,0,1,1,1,1,1,0.028377425,0,0.801332235,1,1,1,1,1,0.079530381,0,0.924199283,1,1,1,1,1,0.414977252,0,0.56500725,0.56505183,0.565159574
-438,1,0.3901,1,1,1,1,1,1,1,1,0.044,0.3901,0,1,0.3178,1,1,1,1,1,1,0,0.3178,0,1,0.6624,1,1,1,0.06,0.6624,0,1,1,1,1,1,0.021134142,0,0.522561312,1,1,1,1,1,0.018503219,0,0.490474641,1,1,1,1,1,0.198370844,0,0.649589174,0.649672096,0.649822695
-439,1,0.3901,1,1,1,1,1,1,1,1,0.0524,0.3901,0,1,0.3178,1,1,1,1,1,1,0,0.3178,0,1,0.6624,1,1,1,0.0404,0.6624,0,1,1,1,1,1,0.011528028,0,0.510543048,1,1,1,1,1,0.011333896,0,0.265728801,1,1,1,1,1,0.057998598,0,0.693934268,0.693886186,0.694148936
-440,1,0.3901,1,1,1,1,1,1,1,1,0.0521,0.3901,0.2198,1,0.3178,1,1,1,1,1,1,0.0231,0.3178,0.2185,1,0.6624,1,1,1,0.0344,0.6624,0.2049,1,1,1,1,1,0.013533669,0.411290258,0.511383235,1,1,1,1,1,0.031904433,0.403030336,0.15645054,1,1,1,1,1,0.016493127,0.45603919,0.695867569,0.695790142,0.696365248
-441,1,0.3901,1,1,1,1,1,1,1,1,0.0696,0.3901,0.4112,1,0.3178,1,1,1,1,1,1,0,0.3178,0.3732,1,0.6624,1,1,1,0.0009,0.6624,0.4566,1,1,1,1,1,0.006490308,0.615725577,0.672119915,1,1,1,1,1,0.000954009,0.565912426,0.343959928,1,1,1,1,1,0.011184643,0.77289474,0.692303045,0.692405331,0.692375887
-442,1,0.3901,1,1,1,1,1,1,1,1,0.0495,0.3901,0.5551,1,0.3178,1,1,1,1,1,1,0,0.3178,0.5366,1,0.6624,1,1,1,0.0016,0.6624,0.6112,1,1,1,1,1,0.003911171,0.710923612,0.487019986,1,1,1,1,1,4.61E-05,0.780745804,0.253931671,1,1,1,1,1,0.026587032,0.870703101,0.688557274,0.688597419,0.688829787
-443,1,0.3901,1,1,1,1,1,1,1,1,0.0273,0.3901,0.6202,1,0.3178,1,1,1,1,1,1,0,0.3178,0.6392,1,0.6624,1,1,1,0.0069,0.6624,0.6858,1,1,1,1,1,0.001113157,0.872561872,0.261537224,1,1,1,1,1,3.53E-05,0.880199969,0.168435365,1,1,1,1,1,0.049465343,0.829433799,0.680038666,0.679923842,0.679964539
-444,1,0.3901,1,1,1,1,1,1,1,1,0.0139,0.3901,0.6322,1,0.3178,1,1,1,1,1,1,0,0.3178,0.6719,1,0.6624,1,1,1,0.0019,0.6624,0.5749,1,1,1,1,1,0.002695863,0.915826082,0.327955723,1,1,1,1,1,0.001604196,0.952863872,0.035539273,1,1,1,1,1,0.035578288,0.944527924,0.669345094,0.669557859,0.669326241
-445,1,0.3901,1,1,1,1,1,1,1,1,0.0225,0.3901,0.6454,1,0.3178,1,1,1,1,1,1,0.0045,0.3178,0.6925,1,0.6624,1,1,1,0.0171,0.6624,0.5797,1,1,1,1,1,0.021730665,0.936775565,0.417019188,1,1,1,1,1,0.009186365,0.974448323,0.036948957,1,1,1,1,1,0.078375988,0.924676299,0.662699372,0.662788238,0.662677305
-446,1,0.3901,1,1,1,1,1,1,1,1,0.0739,0.3901,0.582,1,0.3178,1,1,1,1,1,1,0.0437,0.3178,0.5905,1,0.6624,1,1,1,0.0027,0.6624,0.5597,1,1,1,1,1,0.080908231,0.882329226,0.593714356,1,1,1,1,1,0.042887881,0.872480035,0.003990314,1,1,1,1,1,0.029694661,0.829630315,0.65478492,0.654749312,0.655141844
-447,1,0.3901,1,1,1,1,1,1,1,1,0.1286,0.3901,0.4182,1,0.3178,1,1,1,1,1,1,0.0876,0.3178,0.3985,1,0.6624,1,1,1,0.0262,0.6624,0.3855,1,1,1,1,1,0.134713426,0.672721744,0.841067255,1,1,1,1,1,0.077657878,0.586841226,0,1,1,1,1,1,0.042823806,0.654481173,0.659255679,0.659403427,0.659574468
-448,1,0.3901,1,1,1,1,1,1,1,1,0.156,0.3901,0.1694,1,0.3178,1,1,1,1,1,1,0.0875,0.3178,0.1216,1,0.6624,1,1,1,0.1042,0.6624,0.1392,1,1,1,1,1,0.173640892,0.330146551,0.904563069,1,1,1,1,1,0.074121185,0.142736346,0,1,1,1,1,1,0.213361785,0.311305791,0.692484292,0.692616882,0.692819149
-449,1,0.3901,1,1,1,1,1,1,1,1,0.0971,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0664,0.3178,0,1,0.6624,1,1,1,0.0968,0.6624,0,1,1,1,1,1,0.112953134,0,0.952021718,1,1,1,1,1,0.054471456,0,0,1,1,1,1,1,0.206945404,0,0.738883519,0.738946478,0.73891844
-450,1,0.3901,1,1,1,1,1,1,1,1,0.0668,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0212,0.3178,0,1,0.6624,1,1,1,0.0761,0.6624,0,1,1,1,1,1,0.059604332,0,0.98928535,1,1,1,1,1,0.024995042,0,0.041161779,1,1,1,1,1,0.212057233,0,0.737554374,0.737677174,0.738031915
-451,1,0.3901,1,1,1,1,1,1,1,1,0.0542,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0354,0.3178,0,1,0.6624,1,1,1,0.1442,0.6624,0,1,1,1,1,1,0.038877577,0,0.971204281,1,1,1,1,1,0.030700974,0,0.239700794,1,1,1,1,1,0.335861593,0,0.72480667,0.724772583,0.725177305
-452,1,0.3901,1,1,1,1,1,1,1,1,0.2307,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1311,0.3178,0,1,0.6624,1,1,1,0.3328,0.6624,0,1,1,1,1,1,0.245034218,0,0.325733781,1,1,1,1,1,0.179591045,0,0.414397895,1,1,1,1,1,0.530606866,0,0.695746738,0.695790142,0.695921986
-453,1,0.3901,1,1,1,1,1,1,1,1,0.2251,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0696,0.3178,0,1,0.6624,1,1,1,0.315,0.6624,0,1,1,1,1,1,0.209093347,0,0.744041562,1,1,1,1,1,0.139438674,0,0.547870219,1,1,1,1,1,0.619190514,0,0.649891252,0.649883647,0.649822695
-454,1,0.3901,1,1,1,1,1,1,1,1,0.2574,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0523,0.3178,0,1,0.6624,1,1,1,0.3661,0.6624,0,1,1,1,1,1,0.191284269,0,0.949224889,1,1,1,1,1,0.126669332,0,0.817178369,1,1,1,1,1,0.586992502,0,0.592194297,0.592130315,0.592641844
-455,1,0.3901,1,1,1,1,1,1,1,1,0.1503,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0502,0.3178,0,1,0.6624,1,1,1,0.3069,0.6624,0,1,1,1,1,1,0.061584868,0,1,1,1,1,1,1,0.098195553,0,0.963890553,1,1,1,1,1,0.534930646,0,0.539874335,0.539877301,0.540336879
-456,1,0.3901,1,1,1,1,1,1,1,1,0.1933,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0698,0.3178,0,1,0.6624,1,1,1,0.2218,0.6624,0,1,1,1,1,1,0.060301598,0,0.952429771,1,1,1,1,1,0.101443239,0,0.882593513,1,1,1,1,1,0.405846894,0,0.504470759,0.504548339,0.504432624
-457,1,0.3901,1,1,1,1,1,1,1,1,0.0872,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0679,0.3178,0,1,0.6624,1,1,1,0.1872,0.6624,0,1,1,1,1,1,0.038687643,0,1,1,1,1,1,1,0.136911333,0,1,1,1,1,1,1,0.305333346,0,0.484533591,0.484662577,0.484929078
-458,1,0.3901,1,1,1,1,1,1,1,1,0.0789,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0584,0.3178,0,1,0.6624,1,1,1,0.1576,0.6624,0,1,1,1,1,1,0.052367814,0,0.989252985,1,1,1,1,1,0.118600897,0,0.71376574,1,1,1,1,1,0.28055805,0,0.475410826,0.475354347,0.475177305
-459,1,0.3901,1,1,1,1,1,1,1,1,0.0327,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1404,0.3178,0,1,0.6624,1,1,1,0.1692,0.6624,0,1,1,1,1,1,0.025965821,0,0.913152337,1,1,1,1,1,0.151041836,0,0.831908166,1,1,1,1,1,0.236387566,0,0.473356694,0.473450391,0.473404255
-460,1,0.3901,1,1,1,1,1,1,1,1,0.0924,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1767,0.3178,0,1,0.6624,1,1,1,0.1475,0.6624,0,1,1,1,1,1,0.0541979,0,0.857063115,1,1,1,1,1,0.199102342,0,0.807334602,1,1,1,1,1,0.217554927,0,0.48761479,0.487835837,0.487588652
-461,1,0.3901,1,1,1,1,1,1,1,1,0.1821,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2285,0.3178,0,1,0.6624,1,1,1,0.1125,0.6624,0,1,1,1,1,1,0.128512084,0,0.786879659,1,1,1,1,1,0.228443399,0,0.85664773,1,1,1,1,1,0.203422695,0,0.530389077,0.530357521,0.530585106
-462,1,0.3901,1,1,1,1,1,1,1,1,0.3668,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6427,0.3178,0,1,0.6624,1,1,1,0.1013,0.6624,0,1,1,1,1,1,0.343881905,0,0.69471848,1,1,1,1,1,0.529061794,0,0.985715508,1,1,1,1,1,0.183470994,0,0.60941276,0.60947747,0.609929078
-463,1,0.3901,1,1,1,1,1,1,1,1,0.3585,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5361,0.3178,0,1,0.6624,1,1,1,0.1135,0.6624,0,1,1,1,1,1,0.414614201,0,0.647118092,1,1,1,1,1,0.462496877,0,0.916347623,1,1,1,1,1,0.205119312,0,0.651462059,0.651576052,0.651595745
-464,1,0.3901,1,1,1,1,1,1,1,1,0.4135,0.3901,0.2238,1,0.3178,1,1,1,1,1,1,0.5544,0.3178,0.2158,1,0.6624,1,1,1,0.2493,0.6624,0.1793,1,1,1,1,1,0.482371628,0.429120481,0.767559767,1,1,1,1,1,0.511038005,0.411824733,0.772261262,1,1,1,1,1,0.212890446,0.438703597,0.656234896,0.656230167,0.656471631
-465,1,0.3901,1,1,1,1,1,1,1,1,0.2923,0.3901,0.4608,1,0.3178,1,1,1,1,1,1,0.481,0.3178,0.458,1,0.6624,1,1,1,0.2541,0.6624,0.405,1,1,1,1,1,0.298863828,0.73180294,0.660552084,1,1,1,1,1,0.430669308,0.730306983,0.922693789,1,1,1,1,1,0.250985682,0.734348357,0.658107782,0.658134123,0.658244681
-466,1,0.3901,1,1,1,1,1,1,1,1,0.4971,0.3901,0.6129,1,0.3178,1,1,1,1,1,1,0.5914,0.3178,0.6197,1,0.6624,1,1,1,0.3693,0.6624,0.546,1,1,1,1,1,0.618131816,0.859213591,0.664822459,1,1,1,1,1,0.572664678,0.893384695,0.769447446,1,1,1,1,1,0.420424223,0.891783476,0.659980667,0.660038079,0.660460993
-467,1,0.3901,1,1,1,1,1,1,1,1,0.5383,0.3901,0.681,1,0.3178,1,1,1,1,1,1,0.758,0.3178,0.7022,1,0.6624,1,1,1,0.5169,0.6624,0.6041,1,1,1,1,1,0.714111984,0.942465425,0.625752807,1,1,1,1,1,0.707137406,0.973526597,0.827565789,1,1,1,1,1,0.736439347,0.939484,0.657322378,0.65728792,0.657358156
-468,1,0.3901,1,1,1,1,1,1,1,1,0.2994,0.3901,0.7075,1,0.3178,1,1,1,1,1,1,0.2141,0.3178,0.7162,1,0.6624,1,1,1,0.3065,0.6624,0.5902,1,1,1,1,1,0.358367443,0.986808836,0.965357125,1,1,1,1,1,0.266686767,0.998027921,1,1,1,1,1,1,0.567754865,0.953807414,0.649891252,0.649883647,0.649822695
-469,1,0.3901,1,1,1,1,1,1,1,1,0.3166,0.3901,0.6971,1,0.3178,1,1,1,1,1,1,0.2874,0.3178,0.7045,1,0.6624,1,1,1,0.2753,0.6624,0.5947,1,1,1,1,1,0.361421704,0.97357434,0.845093966,1,1,1,1,1,0.337183982,0.982177496,1,1,1,1,1,1,0.511032104,0.931961894,0.64517883,0.645229532,0.645390071
-470,1,0.3901,1,1,1,1,1,1,1,1,0.3308,0.3901,0.6128,1,0.3178,1,1,1,1,1,1,0.3042,0.3178,0.626,1,0.6624,1,1,1,0.6583,0.6624,0.5254,1,1,1,1,1,0.420900971,0.89623481,0.487880349,1,1,1,1,1,0.28736186,0.906737745,0.551939249,1,1,1,1,1,0.873086631,0.858559906,0.63738521,0.637402158,0.637411348
-471,1,0.3901,1,1,1,1,1,1,1,1,0.3472,0.3901,0.4488,1,0.3178,1,1,1,1,1,1,0.2341,0.3178,0.4726,1,0.6624,1,1,1,0.6415,0.6624,0.3998,1,1,1,1,1,0.437112898,0.737294376,0.327344358,1,1,1,1,1,0.256210387,0.751284838,0.336488724,1,1,1,1,1,0.839392126,0.69221437,0.638472692,0.638671462,0.638741135
-472,1,0.3901,1,1,1,1,1,1,1,1,0.2352,0.3901,0.217,1,0.3178,1,1,1,1,1,1,0.118,0.3178,0.2484,1,0.6624,1,1,1,0.5088,0.6624,0.1611,1,1,1,1,1,0.247130617,0.443182856,0.26769045,1,1,1,1,1,0.138095245,0.469806969,0.263054222,1,1,1,1,1,0.691238761,0.370956063,0.666868052,0.6668077,0.667109929
-473,1,0.3901,1,1,1,1,1,1,1,1,0.1405,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1232,0.3178,0,1,0.6624,1,1,1,0.3413,0.6624,0,1,1,1,1,1,0.215588436,0,0.222559556,1,1,1,1,1,0.126801297,0,0.168555766,1,1,1,1,1,0.643653929,0,0.719308845,0.719483816,0.719414894
-474,1,0.3901,1,1,1,1,1,1,1,1,0.1727,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1029,0.3178,0,1,0.6624,1,1,1,0.4105,0.6624,0,1,1,1,1,1,0.237578884,0,0.393547803,1,1,1,1,1,0.130261034,0,0.292771995,1,1,1,1,1,0.8280316,0,0.71659014,0.716733658,0.716755319
-475,1,0.3901,1,1,1,1,1,1,1,1,0.1355,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1337,0.3178,0,1,0.6624,1,1,1,0.4858,0.6624,0,1,1,1,1,1,0.219292209,0,0.274731517,1,1,1,1,1,0.18790634,0,0.269932747,1,1,1,1,1,0.838251114,0,0.699009183,0.698963402,0.699024823
-476,1,0.3901,1,1,1,1,1,1,1,1,0.1037,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2951,0.3178,0,1,0.6624,1,1,1,0.5459,0.6624,0,1,1,1,1,1,0.168475688,0,0.260657549,1,1,1,1,1,0.304629892,0,0.282043219,1,1,1,1,1,0.87201488,0,0.676232479,0.67632748,0.67641844
-477,1,0.3901,1,1,1,1,1,1,1,1,0.1818,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1828,0.3178,0,1,0.6624,1,1,1,0.5861,0.6624,0,1,1,1,1,1,0.194298401,0,0.130660817,1,1,1,1,1,0.220796838,0,0.151731431,1,1,1,1,1,0.862756014,0,0.643668439,0.643748678,0.643617021
-478,1,0.3901,1,1,1,1,1,1,1,1,0.1784,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1076,0.3178,0,1,0.6624,1,1,1,0.4793,0.6624,0,1,1,1,1,1,0.251181543,0,0.068567067,1,1,1,1,1,0.123792112,0,0.044594765,1,1,1,1,1,0.795127988,0,0.599323345,0.599323038,0.59929078
-479,1,0.3901,1,1,1,1,1,1,1,1,0.1932,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0262,0.3178,0,1,0.6624,1,1,1,0.4529,0.6624,0,1,1,1,1,1,0.259776115,0,0.09286087,1,1,1,1,1,0.052685954,0,0.050675917,1,1,1,1,1,0.792559087,0,0.552924118,0.552781891,0.552748227
-480,1,0.3901,1,1,1,1,1,1,1,1,0.1119,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0099,0.3178,0,1,0.6624,1,1,1,0.4984,0.6624,0,1,1,1,1,1,0.120503485,0,0.109031886,1,1,1,1,1,0.036232617,0,0.03731833,1,1,1,1,1,0.832992256,0,0.519816336,0.519779987,0.519946809
-481,1,0.3901,1,1,1,1,1,1,1,1,0.0794,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0128,0.3178,0,1,0.6624,1,1,1,0.3099,0.6624,0,1,1,1,1,1,0.057855781,0,0.073038578,1,1,1,1,1,0.042845599,0,0.037343461,1,1,1,1,1,0.606036305,0,0.501268729,0.501163529,0.501329787
-482,1,0.3901,1,1,1,1,1,1,1,1,0.0495,0.3901,0,1,0.3178,1,1,1,1,1,1,0,0.3178,0,1,0.6624,1,1,1,0.2899,0.6624,0,1,1,1,1,1,0.053303592,0,0.043719381,1,1,1,1,1,0.014324972,0,0.037011258,1,1,1,1,1,0.531005204,0,0.489910585,0.489951343,0.489804965
-483,1,0.3901,1,1,1,1,1,1,1,1,0.0548,0.3901,0,1,0.3178,1,1,1,1,1,1,0.006,0.3178,0,1,0.6624,1,1,1,0.2222,0.6624,0,1,1,1,1,1,0.026825195,0,0.077305451,1,1,1,1,1,0.036265694,0,0.040064923,1,1,1,1,1,0.471726447,0,0.485500242,0.485508779,0.48537234
-484,1,0.3901,1,1,1,1,1,1,1,1,0.0331,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0342,0.3178,0,1,0.6624,1,1,1,0.1204,0.6624,0,1,1,1,1,1,0.012255548,0,0.077560157,1,1,1,1,1,0.060173765,0,0.078937434,1,1,1,1,1,0.274086297,0,0.489608507,0.489739793,0.489361702
-485,1,0.3901,1,1,1,1,1,1,1,1,0.0221,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0501,0.3178,0,1,0.6624,1,1,1,0.0692,0.6624,0,1,1,1,1,1,0.01008457,0,0.091319233,1,1,1,1,1,0.063513756,0,0.155076712,1,1,1,1,1,0.189517856,0,0.505437409,0.505606093,0.505762411
-486,1,0.3901,1,1,1,1,1,1,1,1,0.006,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0687,0.3178,0,1,0.6624,1,1,1,0.0688,0.6624,0,1,1,1,1,1,0.004177272,0,0.089516357,1,1,1,1,1,0.089355811,0,0.307229847,1,1,1,1,1,0.148454115,0,0.536732721,0.536704041,0.53679078
-487,1,0.3901,1,1,1,1,1,1,1,1,0.0002,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0216,0.3178,0,1,0.6624,1,1,1,0.0359,0.6624,0,1,1,1,1,1,0.000670298,0,0.15081726,1,1,1,1,1,0.039953135,0,0.434677243,1,1,1,1,1,0.070686765,0,0.574009183,0.573936958,0.574024823
-488,1,0.3901,1,1,1,1,1,1,1,1,0.0113,0.3901,0.0338,1,0.3178,1,1,1,1,1,1,0.0774,0.3178,0.0205,1,0.6624,1,1,1,0.0199,0.6624,0.0959,1,1,1,1,1,0.004628616,0.053709865,0.419818997,1,1,1,1,1,0.109133691,0.018420931,0.63019973,1,1,1,1,1,0.045996632,0.078395985,0.615514741,0.615612439,0.615691489
-489,1,0.3901,1,1,1,1,1,1,1,1,0.0389,0.3901,0.1381,1,0.3178,1,1,1,1,1,1,0.0679,0.3178,0.109,1,0.6624,1,1,1,0.0099,0.6624,0.2689,1,1,1,1,1,0.014147853,0.192283168,0.760859013,1,1,1,1,1,0.120777823,0.144316494,1,1,1,1,1,1,0.032252479,0.304617047,0.651703722,0.651576052,0.652039007
-490,1,0.3901,1,1,1,1,1,1,1,1,0.0663,0.3901,0.2102,1,0.3178,1,1,1,1,1,1,0.1044,0.3178,0.1812,1,0.6624,1,1,1,0.0005,0.6624,0.3327,1,1,1,1,1,0.026046477,0.303351104,0.987595797,1,1,1,1,1,0.186181381,0.250372738,1,1,1,1,1,1,0.013428211,0.385682464,0.6739971,0.674000423,0.674202128
-491,1,0.3901,1,1,1,1,1,1,1,1,0.1178,0.3901,0.2284,1,0.3178,1,1,1,1,1,1,0.1631,0.3178,0.211,1,0.6624,1,1,1,0.0001,0.6624,0.4238,1,1,1,1,1,0.034658346,0.341895819,0.995827317,1,1,1,1,1,0.265076429,0.288601547,1,1,1,1,1,1,0.008641397,0.480376244,0.683482359,0.683520203,0.683510638
-492,1,0.3901,1,1,1,1,1,1,1,1,0.211,0.3901,0.2429,1,0.3178,1,1,1,1,1,1,0.1642,0.3178,0.2366,1,0.6624,1,1,1,0.0004,0.6624,0.4288,1,1,1,1,1,0.057607554,0.354768723,1,1,1,1,1,1,0.312806368,0.341011763,1,1,1,1,1,1,0.010712845,0.51420486,0.683421943,0.683520203,0.683510638
-493,1,0.3901,1,1,1,1,1,1,1,1,0.2425,0.3901,0.2345,1,0.3178,1,1,1,1,1,1,0.1714,0.3178,0.243,1,0.6624,1,1,1,0.0062,0.6624,0.4197,1,1,1,1,1,0.067297198,0.399075508,1,1,1,1,1,1,0.278471023,0.351463228,1,1,1,1,1,1,0.027082564,0.57644248,0.674782504,0.674846626,0.675088652
-494,1,0.3901,1,1,1,1,1,1,1,1,0.3825,0.3901,0.196,1,0.3178,1,1,1,1,1,1,0.2593,0.3178,0.2089,1,0.6624,1,1,1,0.0067,0.6624,0.4012,1,1,1,1,1,0.107579127,0.358603001,1,1,1,1,1,1,0.363505065,0.30205816,1,1,1,1,1,1,0.024522964,0.57705462,0.663726438,0.66363444,0.664007092
-495,1,0.3901,1,1,1,1,1,1,1,1,0.4625,0.3901,0.1088,1,0.3178,1,1,1,1,1,1,0.2369,0.3178,0.1287,1,0.6624,1,1,1,0.009,0.6624,0.3214,1,1,1,1,1,0.174622506,0.226323158,1,1,1,1,1,1,0.372528017,0.172121823,1,1,1,1,1,1,0.032747258,0.471946716,0.659074432,0.658980326,0.659131206
-496,1,0.3901,1,1,1,1,1,1,1,1,0.461,0.3901,0.0095,1,0.3178,1,1,1,1,1,1,0.2483,0.3178,0.0039,1,0.6624,1,1,1,0.03,0.6624,0.1402,1,1,1,1,1,0.179446012,0.054913122,1,1,1,1,1,1,0.404273152,0.00736948,1,1,1,1,1,1,0.069884099,0.234559417,0.684267762,0.684154855,0.684397163
-497,1,0.3901,1,1,1,1,1,1,1,1,0.467,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1636,0.3178,0,1,0.6624,1,1,1,0.0663,0.6624,0,1,1,1,1,1,0.211576432,0,1,1,1,1,1,1,0.251190245,0,1,1,1,1,1,1,0.12557368,0,0.727464959,0.727522742,0.727836879
-498,1,0.3901,1,1,1,1,1,1,1,1,0.4127,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1287,0.3178,0,1,0.6624,1,1,1,0.0988,0.6624,0,1,1,1,1,1,0.199717,0,1,1,1,1,1,1,0.21637997,0,1,1,1,1,1,1,0.168479249,0,0.719913001,0.719906918,0.719858156
-499,1,0.3901,1,1,1,1,1,1,1,1,0.3576,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0478,0.3178,0,1,0.6624,1,1,1,0.1317,0.6624,0,1,1,1,1,1,0.184474587,0,1,1,1,1,1,1,0.114194989,0,1,1,1,1,1,1,0.229773998,0,0.69502175,0.694943939,0.695035461
-500,1,0.3901,1,1,1,1,1,1,1,1,0.3696,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0305,0.3178,0,1,0.6624,1,1,1,0.2168,0.6624,0,1,1,1,1,1,0.152843535,0,1,1,1,1,1,1,0.113586158,0,1,1,1,1,1,1,0.363334149,0,0.669345094,0.669346308,0.669326241
-501,1,0.3901,1,1,1,1,1,1,1,1,0.3535,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0737,0.3178,0,1,0.6624,1,1,1,0.2153,0.6624,0,1,1,1,1,1,0.184802026,0,1,1,1,1,1,1,0.171696171,0,1,1,1,1,1,1,0.443449885,0,0.636116481,0.636132854,0.63608156
-502,1,0.3901,1,1,1,1,1,1,1,1,0.2283,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0515,0.3178,0,1,0.6624,1,1,1,0.2561,0.6624,0,1,1,1,1,1,0.067875408,0,1,1,1,1,1,1,0.133330569,0,1,1,1,1,1,1,0.476634681,0,0.595275495,0.595303575,0.595301418
-503,1,0.3901,1,1,1,1,1,1,1,1,0.3722,0.3901,0,1,0.3178,1,1,1,1,1,1,0.143,0.3178,0,1,0.6624,1,1,1,0.2426,0.6624,0,1,1,1,1,1,0.189117149,0,1,1,1,1,1,1,0.269549131,0,1,1,1,1,1,1,0.365168929,0,0.555280329,0.555320499,0.555407801
-504,1,0.3901,1,1,1,1,1,1,1,1,0.4256,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1096,0.3178,0,1,0.6624,1,1,1,0.29,0.6624,0,1,1,1,1,1,0.160570681,0,1,1,1,1,1,1,0.252668351,0,1,1,1,1,1,1,0.431885868,0,0.524105848,0.524011001,0.524379433
-505,1,0.3901,1,1,1,1,1,1,1,1,0.2923,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1097,0.3178,0,1,0.6624,1,1,1,0.2866,0.6624,0,1,1,1,1,1,0.109217495,0,1,1,1,1,1,1,0.23330684,0,1,1,1,1,1,1,0.45360738,0,0.506887385,0.506875397,0.507092199
-506,1,0.3901,1,1,1,1,1,1,1,1,0.1925,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1475,0.3178,0,1,0.6624,1,1,1,0.3085,0.6624,0,1,1,1,1,1,0.106418639,0,1,1,1,1,1,1,0.256683856,0,1,1,1,1,1,1,0.496107429,0,0.49861044,0.498624921,0.498670213
-507,1,0.3901,1,1,1,1,1,1,1,1,0.209,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1033,0.3178,0,1,0.6624,1,1,1,0.1829,0.6624,0,1,1,1,1,1,0.104868852,0,1,1,1,1,1,1,0.22366941,0,1,1,1,1,1,1,0.349143177,0,0.4949855,0.495028559,0.495124113
-508,1,0.3901,1,1,1,1,1,1,1,1,0.2068,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0775,0.3178,0,1,0.6624,1,1,1,0.1996,0.6624,0,1,1,1,1,1,0.107377291,0,1,1,1,1,1,1,0.177673981,0,1,1,1,1,1,1,0.314562023,0,0.498247946,0.498201819,0.49822695
-509,1,0.3901,1,1,1,1,1,1,1,1,0.2067,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0869,0.3178,0,1,0.6624,1,1,1,0.2681,0.6624,0,1,1,1,1,1,0.115992263,0,1,1,1,1,1,1,0.193624631,0,1,1,1,1,1,1,0.419279188,0,0.511841469,0.511741062,0.511968085
-510,1,0.3901,1,1,1,1,1,1,1,1,0.1446,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1155,0.3178,0,1,0.6624,1,1,1,0.2711,0.6624,0,1,1,1,1,1,0.077996135,0,0.964708924,1,1,1,1,1,0.223193496,0,0.981933296,1,1,1,1,1,0.457887143,0,0.535947318,0.535857838,0.535904255
-511,1,0.3901,1,1,1,1,1,1,1,1,0.1159,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1327,0.3178,0,1,0.6624,1,1,1,0.2358,0.6624,0,1,1,1,1,1,0.064411893,0,0.859868348,1,1,1,1,1,0.196382344,0,0.693728566,1,1,1,1,1,0.423730552,0,0.56222813,0.562301671,0.5625
-512,1,0.3901,1,1,1,1,1,1,1,1,0.1664,0.3901,0.2175,1,0.3178,1,1,1,1,1,1,0.1563,0.3178,0.2258,1,0.6624,1,1,1,0.2464,0.6624,0.1997,1,1,1,1,1,0.098334894,0.404655278,1,1,1,1,1,1,0.263617486,0.401312143,0.990814686,1,1,1,1,1,0.459070086,0.440780342,0.597087965,0.596995981,0.597074468
-513,1,0.3901,1,1,1,1,1,1,1,1,0.1006,0.3901,0.4081,1,0.3178,1,1,1,1,1,1,0.0155,0.3178,0.4428,1,0.6624,1,1,1,0.074,0.6624,0.4197,1,1,1,1,1,0.050663918,0.679540217,0.956516743,1,1,1,1,1,0.062423609,0.68576932,0.840303779,1,1,1,1,1,0.139345616,0.720973849,0.61859594,0.618574149,0.618794326
-514,1,0.3901,1,1,1,1,1,1,1,1,0.0487,0.3901,0.5613,1,0.3178,1,1,1,1,1,1,0,0.3178,0.5538,1,0.6624,1,1,1,0.0244,0.6624,0.5556,1,1,1,1,1,0.009933624,0.833085418,0.73586607,1,1,1,1,1,0.004825974,0.769854367,0.615973592,1,1,1,1,1,0.047255825,0.860327959,0.627054132,0.627036175,0.627216312
-515,1,0.3901,1,1,1,1,1,1,1,1,0.0376,0.3901,0.5322,1,0.3178,1,1,1,1,1,1,0.0065,0.3178,0.6097,1,0.6624,1,1,1,0.0085,0.6624,0.6247,1,1,1,1,1,0.009950076,0.780405462,0.693450689,1,1,1,1,1,0.01372513,0.854087532,0.560471773,1,1,1,1,1,0.025679257,0.950450242,0.626933301,0.626824624,0.62677305
-516,1,0.3901,1,1,1,1,1,1,1,1,0.0262,0.3901,0.5679,1,0.3178,1,1,1,1,1,1,0.0269,0.3178,0.6059,1,0.6624,1,1,1,0.008,0.6624,0.5837,1,1,1,1,1,0.004341427,0.862391829,0.582497954,1,1,1,1,1,0.031877942,0.823680341,0.259051323,1,1,1,1,1,0.029347412,0.900006175,0.62318753,0.623228263,0.62322695
-517,1,0.3901,1,1,1,1,1,1,1,1,0.0174,0.3901,0.5247,1,0.3178,1,1,1,1,1,1,0.0101,0.3178,0.5139,1,0.6624,1,1,1,0.0026,0.6624,0.5606,1,1,1,1,1,0.002885567,0.785116851,0.586721659,1,1,1,1,1,0.01491439,0.66516012,0.155594766,1,1,1,1,1,0.015595263,0.772518218,0.618475109,0.618574149,0.618351064
-518,1,0.3901,1,1,1,1,1,1,1,1,0.004,0.3901,0.4229,1,0.3178,1,1,1,1,1,1,0,0.3178,0.4232,1,0.6624,1,1,1,0.0138,0.6624,0.4619,1,1,1,1,1,0.002349213,0.637138128,0.539751291,1,1,1,1,1,0.00301314,0.593340456,0.220113367,1,1,1,1,1,0.033706091,0.706330597,0.616602223,0.616670193,0.616578014
-519,1,0.3901,1,1,1,1,1,1,1,1,0.0203,0.3901,0.3114,1,0.3178,1,1,1,1,1,1,0.0687,0.3178,0.363,1,0.6624,1,1,1,0.0296,0.6624,0.3161,1,1,1,1,1,0.025419714,0.509942234,0.364952117,1,1,1,1,1,0.071307532,0.568504333,0.21019949,1,1,1,1,1,0.067622408,0.520428538,0.617689705,0.617727946,0.617907801
-520,1,0.3901,1,1,1,1,1,1,1,1,0.0341,0.3901,0.109,1,0.3178,1,1,1,1,1,1,0.0981,0.3178,0.1806,1,0.6624,1,1,1,0.0849,0.6624,0.1138,1,1,1,1,1,0.058809057,0.282011777,0.308240443,1,1,1,1,1,0.104445308,0.306727648,0.153333008,1,1,1,1,1,0.17168577,0.25320223,0.646507975,0.646498836,0.646719858
-521,1,0.3901,1,1,1,1,1,1,1,1,0.0718,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1428,0.3178,0,1,0.6624,1,1,1,0.2129,0.6624,0,1,1,1,1,1,0.140464246,0,0.243977129,1,1,1,1,1,0.178153262,0,0.130465731,1,1,1,1,1,0.429364324,0,0.689523925,0.689655172,0.689716312
-522,1,0.3901,1,1,1,1,1,1,1,1,0.1569,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1886,0.3178,0,1,0.6624,1,1,1,0.3401,0.6624,0,1,1,1,1,1,0.338828415,0,0.160066932,1,1,1,1,1,0.295357883,0,0.063504189,1,1,1,1,1,0.642948687,0,0.689765587,0.689655172,0.689716312
-523,1,0.3901,1,1,1,1,1,1,1,1,0.1861,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0455,0.3178,0,1,0.6624,1,1,1,0.3487,0.6624,0,1,1,1,1,1,0.403424114,0,0.206176162,1,1,1,1,1,0.114362463,0,0.125471741,1,1,1,1,1,0.678964555,0,0.677138714,0.677173683,0.677304965
-524,1,0.3901,1,1,1,1,1,1,1,1,0.1315,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1484,0.3178,0,1,0.6624,1,1,1,0.3144,0.6624,0,1,1,1,1,1,0.382502913,0,0.229102075,1,1,1,1,1,0.231769681,0,0.195113361,1,1,1,1,1,0.532498121,0,0.652307878,0.652422255,0.65248227
-525,1,0.3901,1,1,1,1,1,1,1,1,0.1463,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1426,0.3178,0,1,0.6624,1,1,1,0.386,0.6624,0,1,1,1,1,1,0.389041603,0,0.192775786,1,1,1,1,1,0.207796887,0,0.23948063,1,1,1,1,1,0.677794218,0,0.611466892,0.611592977,0.611702128
-526,1,0.3901,1,1,1,1,1,1,1,1,0.1285,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1579,0.3178,0,1,0.6624,1,1,1,0.3647,0.6624,0,1,1,1,1,1,0.3803505,0,0.183335111,1,1,1,1,1,0.258410692,0,0.296441138,1,1,1,1,1,0.691874802,0,0.565732238,0.565686482,0.565602837
-527,1,0.3901,1,1,1,1,1,1,1,1,0.1069,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1479,0.3178,0,1,0.6624,1,1,1,0.3353,0.6624,0,1,1,1,1,1,0.289933115,0,0.137859643,1,1,1,1,1,0.243095577,0,0.177257091,1,1,1,1,1,0.699401915,0,0.519393427,0.519356886,0.519503546
-528,1,0.3901,1,1,1,1,1,1,1,1,0.136,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1693,0.3178,0,1,0.6624,1,1,1,0.3501,0.6624,0,1,1,1,1,1,0.315427333,0,0.084138379,1,1,1,1,1,0.274803817,0,0.148058385,1,1,1,1,1,0.718370974,0,0.486104398,0.486143431,0.486258865
-529,1,0.3901,1,1,1,1,1,1,1,1,0.1734,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3006,0.3178,0,1,0.6624,1,1,1,0.3708,0.6624,0,1,1,1,1,1,0.413454682,0,0.213552058,1,1,1,1,1,0.433208376,0,0.109275922,1,1,1,1,1,0.700574815,0,0.469127598,0.469007827,0.468971631
-530,1,0.3901,1,1,1,1,1,1,1,1,0.1678,0.3901,0,1,0.3178,1,1,1,1,1,1,0.225,0.3178,0,1,0.6624,1,1,1,0.4118,0.6624,0,1,1,1,1,1,0.379670739,0,0.323283702,1,1,1,1,1,0.332038134,0,0.164830625,1,1,1,1,1,0.762360513,0,0.462240213,0.462238206,0.462322695
-531,1,0.3901,1,1,1,1,1,1,1,1,0.1565,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2714,0.3178,0,1,0.6624,1,1,1,0.4473,0.6624,0,1,1,1,1,1,0.372016937,0,0.204186901,1,1,1,1,1,0.389134824,0,0.16150026,1,1,1,1,1,0.870534658,0,0.462602707,0.462661307,0.462765957
-532,1,0.3901,1,1,1,1,1,1,1,1,0.2762,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3333,0.3178,0,1,0.6624,1,1,1,0.3735,0.6624,0,1,1,1,1,1,0.533230722,0,0.269460559,1,1,1,1,1,0.501860023,0,0.388051033,1,1,1,1,1,0.829701543,0,0.476921218,0.476835202,0.476950355
-533,1,0.3901,1,1,1,1,1,1,1,1,0.2992,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2885,0.3178,0,1,0.6624,1,1,1,0.2641,0.6624,0,1,1,1,1,1,0.559709728,0,0.451925099,1,1,1,1,1,0.384678572,0,0.629839301,1,1,1,1,1,0.694203913,0,0.52060174,0.52062619,0.520833333
-534,1,0.3901,1,1,1,1,1,1,1,1,0.2145,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1549,0.3178,0,1,0.6624,1,1,1,0.2381,0.6624,0,1,1,1,1,1,0.392397463,0,0.559710622,1,1,1,1,1,0.246748239,0,0.879858136,1,1,1,1,1,0.636787057,0,0.60022958,0.600169241,0.600620567
-535,1,0.3901,1,1,1,1,1,1,1,1,0.1484,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0467,0.3178,0,1,0.6624,1,1,1,0.3623,0.6624,0,1,1,1,1,1,0.246410802,0,0.492618084,1,1,1,1,1,0.088999912,0,0.755990088,1,1,1,1,1,0.785576642,0,0.644876752,0.644806431,0.644946809
-536,1,0.3901,1,1,1,1,1,1,1,1,0.1407,0.3901,0.109,1,0.3178,1,1,1,1,1,1,0.0434,0.3178,0.1325,1,0.6624,1,1,1,0.3712,0.6624,0.1791,1,1,1,1,1,0.206950858,0.241210476,0.387375861,1,1,1,1,1,0.105640069,0.158013523,0.616167545,1,1,1,1,1,0.778141201,0.290976077,0.654543258,0.654749312,0.654698582
-537,1,0.3901,1,1,1,1,1,1,1,1,0.1245,0.3901,0.3235,1,0.3178,1,1,1,1,1,1,0.1744,0.3178,0.3044,1,0.6624,1,1,1,0.2961,0.6624,0.347,1,1,1,1,1,0.196065307,0.465222418,0.370672822,1,1,1,1,1,0.298146397,0.286300719,0.798244238,1,1,1,1,1,0.645206273,0.564218819,0.659980667,0.660038079,0.660460993
-538,1,0.3901,1,1,1,1,1,1,1,1,0.096,0.3901,0.3563,1,0.3178,1,1,1,1,1,1,0.0759,0.3178,0.3022,1,0.6624,1,1,1,0.2881,0.6624,0.4265,1,1,1,1,1,0.145341292,0.506199479,0.520363033,1,1,1,1,1,0.163800865,0.416147053,0.622791171,1,1,1,1,1,0.589344859,0.639770865,0.665115998,0.665115295,0.665336879
-539,1,0.3901,1,1,1,1,1,1,1,1,0.1166,0.3901,0.3784,1,0.3178,1,1,1,1,1,1,0.04,0.3178,0.4041,1,0.6624,1,1,1,0.1706,0.6624,0.3306,1,1,1,1,1,0.101395622,0.566710174,0.6584903,1,1,1,1,1,0.116298988,0.398162782,0.375435352,1,1,1,1,1,0.39519158,0.500069618,0.664149348,0.664057542,0.664450355
-540,1,0.3901,1,1,1,1,1,1,1,1,0.1044,0.3901,0.3346,1,0.3178,1,1,1,1,1,1,0.0816,0.3178,0.2614,1,0.6624,1,1,1,0.1698,0.6624,0.3834,1,1,1,1,1,0.086076871,0.433936596,0.579901576,1,1,1,1,1,0.220251709,0.365732104,0.236882731,1,1,1,1,1,0.385340095,0.380476654,0.657805703,0.657711022,0.658244681
-541,1,0.3901,1,1,1,1,1,1,1,1,0.2326,0.3901,0.2609,1,0.3178,1,1,1,1,1,1,0.1738,0.3178,0.2753,1,0.6624,1,1,1,0.1955,0.6624,0.2391,1,1,1,1,1,0.191405714,0.379352331,0.621176779,1,1,1,1,1,0.398240268,0.328983128,0.509845316,1,1,1,1,1,0.443078369,0.370686889,0.653214113,0.653268458,0.653368794
-542,1,0.3901,1,1,1,1,1,1,1,1,0.1805,0.3901,0.2381,1,0.3178,1,1,1,1,1,1,0.119,0.3178,0.1934,1,0.6624,1,1,1,0.3019,0.6624,0.2144,1,1,1,1,1,0.160513535,0.35280031,0.898490191,1,1,1,1,1,0.356975317,0.275281847,1,1,1,1,1,1,0.535503387,0.306617081,0.646205897,0.646287286,0.646276596
-543,1,0.3901,1,1,1,1,1,1,1,1,0.1597,0.3901,0.1307,1,0.3178,1,1,1,1,1,1,0.0979,0.3178,0.2166,1,0.6624,1,1,1,0.34,0.6624,0.0893,1,1,1,1,1,0.124228887,0.193886682,0.937764466,1,1,1,1,1,0.289872289,0.259687006,0.885226965,1,1,1,1,1,0.605705738,0.111397766,0.646507975,0.646498836,0.646719858
-544,1,0.3901,1,1,1,1,1,1,1,1,0.1483,0.3901,0.0266,1,0.3178,1,1,1,1,1,1,0.044,0.3178,0.0182,1,0.6624,1,1,1,0.4315,0.6624,0.0033,1,1,1,1,1,0.087120563,0.102469601,0.934247494,1,1,1,1,1,0.197817445,0.019180359,0.833556056,1,1,1,1,1,0.74196279,0,0.675990817,0.675904379,0.675975177
-545,1,0.3901,1,1,1,1,1,1,1,1,0.1784,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1346,0.3178,0,1,0.6624,1,1,1,0.5071,0.6624,0,1,1,1,1,1,0.147102803,0,0.984330416,1,1,1,1,1,0.392012477,0,0.997785449,1,1,1,1,1,0.791446865,0,0.718946351,0.718849164,0.719414894
-546,1,0.3901,1,1,1,1,1,1,1,1,0.2497,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2903,0.3178,0,1,0.6624,1,1,1,0.3505,0.6624,0,1,1,1,1,1,0.212808251,0,1,1,1,1,1,1,0.556888342,0,1,1,1,1,1,1,0.657197833,0,0.712965201,0.712925746,0.71320922
-547,1,0.3901,1,1,1,1,1,1,1,1,0.1879,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4373,0.3178,0,1,0.6624,1,1,1,0.473,0.6624,0,1,1,1,1,1,0.202867627,0,1,1,1,1,1,1,0.619576454,0,1,1,1,1,1,1,0.732649088,0,0.690369744,0.690289824,0.690602837
-548,1,0.3901,1,1,1,1,1,1,1,1,0.3712,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6209,0.3178,0,1,0.6624,1,1,1,0.438,0.6624,0,1,1,1,1,1,0.416482389,0,1,1,1,1,1,1,0.701148629,0,1,1,1,1,1,1,0.644316316,0,0.657866119,0.657711022,0.658244681
-549,1,0.3901,1,1,1,1,1,1,1,1,0.3268,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3763,0.3178,0,1,0.6624,1,1,1,0.4976,0.6624,0,1,1,1,1,1,0.427124679,0,1,1,1,1,1,1,0.519282937,0,1,1,1,1,1,1,0.766804516,0,0.609956501,0.609900571,0.609929078
-550,1,0.3901,1,1,1,1,1,1,1,1,0.4796,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3135,0.3178,0,1,0.6624,1,1,1,0.5917,0.6624,0,1,1,1,1,1,0.539691865,0,1,1,1,1,1,1,0.442616165,0,1,1,1,1,1,1,0.82458663,0,0.549963751,0.549820182,0.550088652
-551,1,0.3901,1,1,1,1,1,1,1,1,0.4519,0.3901,0,1,0.3178,1,1,1,1,1,1,0.487,0.3178,0,1,0.6624,1,1,1,0.5097,0.6624,0,1,1,1,1,1,0.260195225,0,1,1,1,1,1,1,0.492745399,0,1,1,1,1,1,1,0.786526084,0,0.495589657,0.495663211,0.496010638
-552,1,0.3901,1,1,1,1,1,1,1,1,0.5536,0.3901,0,1,0.3178,1,1,1,1,1,1,0.64,0.3178,0,1,0.6624,1,1,1,0.4291,0.6624,0,1,1,1,1,1,0.216492116,0,1,1,1,1,1,1,0.625216007,0,1,1,1,1,1,1,0.639156282,0,0.461031899,0.460968902,0.460992908
-553,1,0.3901,1,1,1,1,1,1,1,1,0.5864,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6807,0.3178,0,1,0.6624,1,1,1,0.3328,0.6624,0,1,1,1,1,1,0.214984268,0,1,1,1,1,1,1,0.661117792,0,1,1,1,1,1,1,0.516517222,0,0.439101015,0.439179183,0.438829787
-554,1,0.3901,1,1,1,1,1,1,1,1,0.6644,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5887,0.3178,0,1,0.6624,1,1,1,0.3521,0.6624,0,1,1,1,1,1,0.352891088,0,1,1,1,1,1,1,0.618125498,0,1,1,1,1,1,1,0.549280345,0,0.428407443,0.428390099,0.428191489
-555,1,0.3901,1,1,1,1,1,1,1,1,0.7506,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2931,0.3178,0,1,0.6624,1,1,1,0.2979,0.6624,0,1,1,1,1,1,0.442067266,0,1,1,1,1,1,1,0.368625551,0,1,1,1,1,1,1,0.507342696,0,0.425688739,0.425639941,0.425975177
-556,1,0.3901,1,1,1,1,1,1,1,1,0.5882,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1128,0.3178,0,1,0.6624,1,1,1,0.3221,0.6624,0,1,1,1,1,1,0.371072769,0,1,1,1,1,1,1,0.214122772,0,1,1,1,1,1,1,0.475048184,0,0.43777187,0.437909879,0.437943262
-557,1,0.3901,1,1,1,1,1,1,1,1,0.5954,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0639,0.3178,0,1,0.6624,1,1,1,0.3993,0.6624,0,1,1,1,1,1,0.399746835,0,1,1,1,1,1,1,0.143449828,0,1,1,1,1,1,1,0.624332368,0,0.478189947,0.478104506,0.478280142
-558,1,0.3901,1,1,1,1,1,1,1,1,0.3232,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0905,0.3178,0,1,0.6624,1,1,1,0.393,0.6624,0,1,1,1,1,1,0.24813661,0,1,1,1,1,1,1,0.136806577,0,1,1,1,1,1,1,0.72884357,0,0.558482359,0.558493759,0.558953901
-559,1,0.3901,1,1,1,1,1,1,1,1,0.297,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1307,0.3178,0,1,0.6624,1,1,1,0.2839,0.6624,0,1,1,1,1,1,0.282510638,0,1,1,1,1,1,1,0.165759057,0,1,1,1,1,1,1,0.579252362,0,0.602887869,0.602707849,0.603280142
-560,1,0.3899,1,1,1,1,1,1,1,1,0.1826,0.3899,0.1008,1,0.3177,1,1,1,1,1,1,0.3306,0.3177,0.1563,1,0.6622,1,1,1,0.2003,0.6622,0.0817,1,1,1,1,1,0.182465851,0.236937389,1,1,1,1,1,1,0.299337327,0.362588108,0.560800374,1,1,1,1,1,0.442220718,0.255904913,0.607358627,0.607361963,0.607712766
-561,1,0.3898,1,1,1,1,1,1,1,1,0.1408,0.3898,0.3571,1,0.3176,1,1,1,1,1,1,0.2714,0.3176,0.4284,1,0.6621,1,1,1,0.1738,0.6621,0.3005,1,1,1,1,1,0.131159633,0.612088859,0.958232522,1,1,1,1,1,0.191371769,0.682959735,0.373580128,1,1,1,1,1,0.422047853,0.593546093,0.60482117,0.604823355,0.605053191
-562,1,0.3896,1,1,1,1,1,1,1,1,0.1367,0.3896,0.5425,1,0.3175,1,1,1,1,1,1,0.3441,0.3175,0.5777,1,0.6619,1,1,1,0.1747,0.6619,0.3797,1,1,1,1,1,0.143900737,0.780409455,0.730005682,1,1,1,1,1,0.303414434,0.831908643,0.360524356,1,1,1,1,1,0.3751598,0.751739025,0.605546158,0.605669558,0.605496454
-563,1,0.3895,1,1,1,1,1,1,1,1,0.2209,0.3895,0.6327,1,0.3174,1,1,1,1,1,1,0.1898,0.3174,0.6501,1,0.6617,1,1,1,0.165,0.6617,0.4315,1,1,1,1,1,0.198314294,0.858942091,0.920607209,1,1,1,1,1,0.21737963,0.910569906,0.537046909,1,1,1,1,1,0.259621054,0.794378459,0.6030087,0.602919399,0.603280142
-564,1,0.3893,1,1,1,1,1,1,1,1,0.2392,0.3893,0.6563,1,0.3173,1,1,1,1,1,1,0.2485,0.3173,0.6632,1,0.6615,1,1,1,0.2132,0.6615,0.4191,1,1,1,1,1,0.218283534,0.897629023,0.974759161,1,1,1,1,1,0.276159108,0.94185859,0.58096838,1,1,1,1,1,0.343196511,0.823120117,0.596121315,0.596149778,0.596187943
-565,1,0.3892,1,1,1,1,1,1,1,1,0.2848,0.3892,0.6462,1,0.3172,1,1,1,1,1,1,0.1227,0.3172,0.6461,1,0.6614,1,1,1,0.2082,0.6614,0.4222,1,1,1,1,1,0.254532039,0.900672555,1,1,1,1,1,1,0.185802132,0.896925211,0.582921743,1,1,1,1,1,0.438845277,0.863766789,0.59159014,0.591707214,0.591755319
-566,1,0.389,1,1,1,1,1,1,1,1,0.2453,0.389,0.5642,1,0.3171,1,1,1,1,1,1,0.2346,0.3171,0.5617,1,0.6612,1,1,1,0.4143,0.6612,0.4058,1,1,1,1,1,0.247006446,0.795192599,0.99453032,1,1,1,1,1,0.283673108,0.775765479,0.68333137,1,1,1,1,1,0.596738219,0.748500109,0.58518608,0.585149143,0.585106383
-567,1,0.3889,1,1,1,1,1,1,1,1,0.2811,0.3889,0.3954,1,0.317,1,1,1,1,1,1,0.1022,0.317,0.3732,1,0.661,1,1,1,0.4471,0.661,0.3121,1,1,1,1,1,0.209499329,0.584593952,1,1,1,1,1,1,0.122582026,0.593517125,0.626590669,1,1,1,1,1,0.588526428,0.574264288,0.585669406,0.585572245,0.585992908
-568,1,0.3887,1,1,1,1,1,1,1,1,0.3158,0.3887,0.1551,1,0.3169,1,1,1,1,1,1,0.3814,0.3169,0.1768,1,0.6608,1,1,1,0.3686,0.6608,0.0905,1,1,1,1,1,0.383485585,0.310923249,0.932848334,1,1,1,1,1,0.395263761,0.305663049,0.687052906,1,1,1,1,1,0.538321972,0.267084718,0.614971,0.614977787,0.615248227
-569,1,0.3886,1,1,1,1,1,1,1,1,0.3149,0.3886,0,1,0.3167,1,1,1,1,1,1,0.1815,0.3167,0,1,0.6607,1,1,1,0.3004,0.6607,0,1,1,1,1,1,0.426643223,0,0.928340018,1,1,1,1,1,0.225260541,0,0.999099612,1,1,1,1,1,0.471244842,0,0.668861769,0.668923207,0.668882979
-570,1,0.3884,1,1,1,1,1,1,1,1,0.3414,0.3884,0,1,0.3166,1,1,1,1,1,1,0.1595,0.3166,0,1,0.6605,1,1,1,0.3144,0.6605,0,1,1,1,1,1,0.368312597,0,0.959610164,1,1,1,1,1,0.244742572,0,1,1,1,1,1,1,0.457496494,0,0.669465926,0.669557859,0.669769504
-571,1,0.3883,1,1,1,1,1,1,1,1,0.2419,0.3883,0,1,0.3165,1,1,1,1,1,1,0.1428,0.3165,0,1,0.6603,1,1,1,0.3457,0.6603,0,1,1,1,1,1,0.233646572,0,0.994261146,1,1,1,1,1,0.196254939,0,1,1,1,1,1,1,0.486181587,0,0.653576607,0.653691559,0.653812057
-572,1,0.3881,1,1,1,1,1,1,1,1,0.1498,0.3881,0,1,0.3164,1,1,1,1,1,1,0.1519,0.3164,0,1,0.6601,1,1,1,0.4419,0.6601,0,1,1,1,1,1,0.174997136,0,0.985978961,1,1,1,1,1,0.17046386,0,1,1,1,1,1,1,0.631752074,0,0.627658289,0.627670827,0.627659574
-573,1,0.388,1,1,1,1,1,1,1,1,0.2856,0.388,0,1,0.3163,1,1,1,1,1,1,0.2419,0.3163,0,1,0.66,1,1,1,0.3133,0.66,0,1,1,1,1,1,0.394229263,0,0.99136734,1,1,1,1,1,0.286830157,0,1,1,1,1,1,1,0.574119985,0,0.584763171,0.584726042,0.584663121
-574,1,0.3878,1,1,1,1,1,1,1,1,0.4486,0.3878,0,1,0.3162,1,1,1,1,1,1,0.3086,0.3162,0,1,0.6598,1,1,1,0.1992,0.6598,0,1,1,1,1,1,0.462068379,0,0.628719449,1,1,1,1,1,0.333986431,0,0.995685935,1,1,1,1,1,0.437746197,0,0.53117448,0.531203723,0.531471631
-575,1,0.3876,1,1,1,1,1,1,1,1,0.3611,0.3876,0,1,0.3161,1,1,1,1,1,1,0.4669,0.3161,0,1,0.6596,1,1,1,0.2688,0.6596,0,1,1,1,1,1,0.333746761,0,0.774292469,1,1,1,1,1,0.38871792,0,0.996052384,1,1,1,1,1,0.521710396,0,0.481029483,0.481066215,0.480939716
-576,1,0.3875,1,1,1,1,1,1,1,1,0.4759,0.3875,0,1,0.316,1,1,1,1,1,1,0.4722,0.316,0,1,0.6594,1,1,1,0.2558,0.6594,0,1,1,1,1,1,0.489188701,0,0.84896034,1,1,1,1,1,0.402688414,0,1,1,1,1,1,1,0.426426917,0,0.448767521,0.448698963,0.449024823
-577,1,0.3873,1,1,1,1,1,1,1,1,0.4474,0.3873,0,1,0.3159,1,1,1,1,1,1,0.273,0.3159,0,1,0.6593,1,1,1,0.1948,0.6593,0,1,1,1,1,1,0.417572975,0,0.999582231,1,1,1,1,1,0.28726536,0,0.833452106,1,1,1,1,1,0.330883145,0,0.432576124,0.432621113,0.432624113
-578,1,0.3872,1,1,1,1,1,1,1,1,0.4146,0.3872,0,1,0.3158,1,1,1,1,1,1,0.3192,0.3158,0,1,0.6591,1,1,1,0.244,0.6591,0,1,1,1,1,1,0.345514774,0,0.999977231,1,1,1,1,1,0.312160701,0,0.944065988,1,1,1,1,1,0.39330411,0,0.42538666,0.42542839,0.425531915
-579,1,0.387,1,1,1,1,1,1,1,1,0.4603,0.387,0,1,0.3156,1,1,1,1,1,1,0.4239,0.3156,0,1,0.6589,1,1,1,0.2604,0.6589,0,1,1,1,1,1,0.420190364,0,1,1,1,1,1,1,0.440265417,0,0.870837688,1,1,1,1,1,0.391834348,0,0.425749154,0.425851491,0.425975177
-580,1,0.3869,1,1,1,1,1,1,1,1,0.4241,0.3869,0,1,0.3155,1,1,1,1,1,1,0.3815,0.3155,0,1,0.6587,1,1,1,0.3297,0.6587,0,1,1,1,1,1,0.415558308,0,1,1,1,1,1,1,0.414175659,0,0.395810753,1,1,1,1,1,0.498160928,0,0.439403093,0.439390734,0.43927305
-581,1,0.3867,1,1,1,1,1,1,1,1,0.4894,0.3867,0,1,0.3154,1,1,1,1,1,1,0.3252,0.3154,0,1,0.6585,1,1,1,0.4811,0.6585,0,1,1,1,1,1,0.456650943,0,1,1,1,1,1,1,0.314807564,0,0.397059202,1,1,1,1,1,0.722540975,0,0.483748188,0.483816374,0.483599291
-582,1,0.3866,1,1,1,1,1,1,1,1,0.4371,0.3866,0,1,0.3153,1,1,1,1,1,1,0.5992,0.3153,0,1,0.6584,1,1,1,0.4895,0.6584,0,1,1,1,1,1,0.493094742,0,0.583743513,1,1,1,1,1,0.520567358,0,0.14359346,1,1,1,1,1,0.735848248,0,0.567665539,0.567801989,0.567819149
-583,1,0.3864,1,1,1,1,1,1,1,1,0.3153,0.3864,0,1,0.3152,1,1,1,1,1,1,0.4132,0.3152,0,1,0.6582,1,1,1,0.466,0.6582,0,1,1,1,1,1,0.300916314,0,0.531594515,1,1,1,1,1,0.364879787,0,0.20582357,1,1,1,1,1,0.66808939,0,0.614487675,0.614554686,0.614804965
-584,1,0.3863,1,1,1,1,1,1,1,1,0.2686,0.3863,0.2189,1,0.3151,1,1,1,1,1,1,0.4574,0.3151,0.1756,1,0.658,1,1,1,0.4903,0.658,0.1407,1,1,1,1,1,0.340108603,0.358293593,0.938513279,1,1,1,1,1,0.394662738,0.316526949,0.319411546,1,1,1,1,1,0.732019544,0.391000897,0.618414693,0.618362598,0.618351064
-585,1,0.3861,1,1,1,1,1,1,1,1,0.2575,0.3861,0.4091,1,0.315,1,1,1,1,1,1,0.3574,0.315,0.359,1,0.6578,1,1,1,0.4467,0.6578,0.3446,1,1,1,1,1,0.251977801,0.599058032,0.739635706,1,1,1,1,1,0.284827352,0.533650219,0.344575942,1,1,1,1,1,0.695160449,0.677797437,0.621858386,0.621747409,0.622340426
-586,1,0.386,1,1,1,1,1,1,1,1,0.4374,0.386,0.5094,1,0.3149,1,1,1,1,1,1,0.5825,0.3149,0.4301,1,0.6577,1,1,1,0.5488,0.6577,0.4295,1,1,1,1,1,0.496520638,0.647871733,0.632276773,1,1,1,1,1,0.517772794,0.598422885,0.365909934,1,1,1,1,1,0.758457422,0.776703358,0.624697922,0.624709118,0.624556738
-587,1,0.3858,1,1,1,1,1,1,1,1,0.3697,0.3858,0.5486,1,0.3148,1,1,1,1,1,1,0.3382,0.3148,0.4563,1,0.6575,1,1,1,0.5928,0.6575,0.4125,1,1,1,1,1,0.422879845,0.672670722,0.767869174,1,1,1,1,1,0.325244099,0.63447547,0.444308639,1,1,1,1,1,0.761558533,0.811625898,0.623066699,0.623016713,0.62322695
-588,1,0.3857,1,1,1,1,1,1,1,1,0.3565,0.3857,0.5372,1,0.3147,1,1,1,1,1,1,0.4357,0.3147,0.3894,1,0.6573,1,1,1,0.6825,0.6573,0.4151,1,1,1,1,1,0.441731602,0.662819028,0.623599112,1,1,1,1,1,0.41004473,0.609050035,0.374702901,1,1,1,1,1,0.854872763,0.779817641,0.616843886,0.616670193,0.617021277
-589,1,0.3855,1,1,1,1,1,1,1,1,0.3288,0.3855,0.4018,1,0.3145,1,1,1,1,1,1,0.4026,0.3145,0.4534,1,0.6571,1,1,1,0.498,0.6571,0.444,1,1,1,1,1,0.401867121,0.605373263,0.556857169,1,1,1,1,1,0.394465923,0.676954925,0.445392907,1,1,1,1,1,0.64416647,0.782181382,0.613521025,0.613496933,0.61391844
-590,1,0.3854,1,1,1,1,1,1,1,1,0.3493,0.3854,0.4305,1,0.3144,1,1,1,1,1,1,0.4021,0.3144,0.5024,1,0.657,1,1,1,0.4806,0.657,0.4659,1,1,1,1,1,0.36109221,0.620410562,0.672560215,1,1,1,1,1,0.372465551,0.743851304,0.393600047,1,1,1,1,1,0.618431449,0.780852199,0.606452392,0.606515761,0.606826241
-591,1,0.3852,1,1,1,1,1,1,1,1,0.2265,0.3852,0.3475,1,0.3143,1,1,1,1,1,1,0.2265,0.3143,0.3741,1,0.6568,1,1,1,0.4912,0.6568,0.3397,1,1,1,1,1,0.297763556,0.534464717,0.278141558,1,1,1,1,1,0.211190283,0.636800349,0.166827753,1,1,1,1,1,0.641328692,0.655101478,0.605485742,0.605669558,0.605496454
-592,1,0.3851,1,1,1,1,1,1,1,1,0.1734,0.3851,0.1858,1,0.3142,1,1,1,1,1,1,0.1763,0.3142,0.207,1,0.6566,1,1,1,0.458,0.6566,0.1275,1,1,1,1,1,0.197994575,0.354209036,0.290519476,1,1,1,1,1,0.158811167,0.392985761,0.07054764,1,1,1,1,1,0.578898311,0.354823411,0.632733204,0.632748043,0.632978723
-593,1,0.3849,1,1,1,1,1,1,1,1,0.1369,0.3849,0,1,0.3141,1,1,1,1,1,1,0.1353,0.3141,0,1,0.6564,1,1,1,0.4369,0.6564,0,1,1,1,1,1,0.148943529,0,0.156472445,1,1,1,1,1,0.132124409,0,0.031189268,1,1,1,1,1,0.616996288,0,0.692242629,0.692405331,0.692375887
-594,1,0.3848,1,1,1,1,1,1,1,1,0.1799,0.3848,0,1,0.314,1,1,1,1,1,1,0.1251,0.314,0,1,0.6563,1,1,1,0.4754,0.6563,0,1,1,1,1,1,0.143909767,0,0.255329669,1,1,1,1,1,0.133462116,0,0.062945031,1,1,1,1,1,0.602789283,0,0.696290478,0.696424794,0.696365248
-595,1,0.3846,1,1,1,1,1,1,1,1,0.1723,0.3846,0,1,0.3139,1,1,1,1,1,1,0.1825,0.3139,0,1,0.6561,1,1,1,0.4697,0.6561,0,1,1,1,1,1,0.183670819,0,0.164927736,1,1,1,1,1,0.197019786,0,0.099078536,1,1,1,1,1,0.66353476,0,0.68040116,0.680558494,0.680851064
-596,1,0.3845,1,1,1,1,1,1,1,1,0.1187,0.3845,0,1,0.3138,1,1,1,1,1,1,0.0917,0.3138,0,1,0.6559,1,1,1,0.5191,0.6559,0,1,1,1,1,1,0.09163221,0,0.179845124,1,1,1,1,1,0.088107832,0,0.015037436,1,1,1,1,1,0.681188524,0,0.655509908,0.655595515,0.655585106
-597,1,0.3843,1,1,1,1,1,1,1,1,0.1093,0.3843,0,1,0.3137,1,1,1,1,1,1,0.1364,0.3137,0,1,0.6557,1,1,1,0.4529,0.6557,0,1,1,1,1,1,0.174718991,0,0.031226497,1,1,1,1,1,0.138947293,0,0,1,1,1,1,1,0.620798707,0,0.61080232,0.610746774,0.610815603
-598,1,0.3841,1,1,1,1,1,1,1,1,0.0535,0.3841,0,1,0.3136,1,1,1,1,1,1,0.0822,0.3136,0,1,0.6556,1,1,1,0.1777,0.6556,0,1,1,1,1,1,0.014788951,0,0.170183629,1,1,1,1,1,0.052167375,0,0.005672514,1,1,1,1,1,0.327306896,0,0.552924118,0.552781891,0.552748227
-599,1,0.384,1,1,1,1,1,1,1,1,0.1034,0.384,0,1,0.3135,1,1,1,1,1,1,0.0748,0.3135,0,1,0.6554,1,1,1,0.4597,0.6554,0,1,1,1,1,1,0.147517458,0,0.062072858,1,1,1,1,1,0.061291531,0,0,1,1,1,1,1,0.683841348,0,0.501570807,0.50158663,0.50177305
-600,1,0.3838,1,1,1,1,1,1,1,1,0.0915,0.3838,0,1,0.3133,1,1,1,1,1,1,0.0887,0.3133,0,1,0.6552,1,1,1,0.3328,0.6552,0,1,1,1,1,1,0.13724345,0,0.058244884,1,1,1,1,1,0.068499386,0,0,1,1,1,1,1,0.586221635,0,0.468100532,0.468161625,0.468085106
-601,1,0.3837,1,1,1,1,1,1,1,1,0.1094,0.3837,0,1,0.3132,1,1,1,1,1,1,0.1224,0.3132,0,1,0.655,1,1,1,0.2999,0.655,0,1,1,1,1,1,0.193607986,0,0.087129362,1,1,1,1,1,0.102647305,0,0.039577752,1,1,1,1,1,0.553320289,0,0.450942484,0.45081447,0.451241135
-602,1,0.3835,1,1,1,1,1,1,1,1,0.0911,0.3835,0,1,0.3131,1,1,1,1,1,1,0.0299,0.3131,0,1,0.6549,1,1,1,0.3022,0.6549,0,1,1,1,1,1,0.118656315,0,0.177676097,1,1,1,1,1,0.029255692,0,0.069270164,1,1,1,1,1,0.551909387,0,0.442846786,0.442775545,0.443262411
-603,1,0.3834,1,1,1,1,1,1,1,1,0.0832,0.3834,0,1,0.313,1,1,1,1,1,1,0.0375,0.313,0,1,0.6547,1,1,1,0.2252,0.6547,0,1,1,1,1,1,0.087048076,0,0.24338229,1,1,1,1,1,0.035653032,0,0.050582204,1,1,1,1,1,0.474139631,0,0.442544708,0.442563994,0.442819149
-604,1,0.3832,1,1,1,1,1,1,1,1,0.0755,0.3832,0,1,0.3129,1,1,1,1,1,1,0.0738,0.3129,0,1,0.6545,1,1,1,0.2218,0.6545,0,1,1,1,1,1,0.085566327,0,0.248538062,1,1,1,1,1,0.069283016,0,0.142071486,1,1,1,1,1,0.498969346,0,0.456561141,0.456737889,0.456560284
-605,1,0.3831,1,1,1,1,1,1,1,1,0.0415,0.3831,0,1,0.3128,1,1,1,1,1,1,0.016,0.3128,0,1,0.6543,1,1,1,0.2543,0.6543,0,1,1,1,1,1,0.074081197,0,0.190469414,1,1,1,1,1,0.020682409,0,0.181864142,1,1,1,1,1,0.591580212,0,0.499033349,0.499048022,0.499113475
-606,1,0.3829,1,1,1,1,1,1,1,1,0.0268,0.3829,0,1,0.3127,1,1,1,1,1,1,0.0045,0.3127,0,1,0.6542,1,1,1,0.31,0.6542,0,1,1,1,1,1,0.06859386,0,0.049613796,1,1,1,1,1,0.006563755,0,0.103531681,1,1,1,1,1,0.699123502,0,0.58240696,0.582398985,0.582446809
-607,1,0.3828,1,1,1,1,1,1,1,1,0.0185,0.3828,0,1,0.3126,1,1,1,1,1,1,0.0015,0.3126,0,1,0.654,1,1,1,0.3017,0.654,0,1,1,1,1,1,0.065313764,0,0.024210449,1,1,1,1,1,0.002785042,0,0.034864403,1,1,1,1,1,0.67261976,0,0.626993717,0.627036175,0.627216312
-608,1,0.3826,1,1,1,1,1,1,1,1,0.024,0.3826,0.1243,1,0.3125,1,1,1,1,1,1,0,0.3125,0.1448,1,0.6538,1,1,1,0.2925,0.6538,0.2245,1,1,1,1,1,0.066988498,0.247575253,0.043692045,1,1,1,1,1,4.60E-06,0.258888632,0.01613979,1,1,1,1,1,0.630500019,0.424496561,0.6300145,0.629997884,0.630319149
-609,1,0.3825,1,1,1,1,1,1,1,1,0.0203,0.3825,0.3369,1,0.3124,1,1,1,1,1,1,0,0.3124,0.381,1,0.6536,1,1,1,0.2612,0.6536,0.4472,1,1,1,1,1,0.042550109,0.575708807,0.00519342,1,1,1,1,1,3.23E-06,0.5777601,0,1,1,1,1,1,0.542867362,0.712700248,0.628081199,0.628093928,0.628546099
-610,1,0.3823,1,1,1,1,1,1,1,1,0.0055,0.3823,0.5427,1,0.3122,1,1,1,1,1,1,0,0.3122,0.4255,1,0.6535,1,1,1,0.1809,0.6535,0.5679,1,1,1,1,1,0.00825364,0.781011939,0,1,1,1,1,1,0,0.521630049,0,1,1,1,1,1,0.366893589,0.775194108,0.626510391,0.626613074,0.62677305
-611,1,0.3822,1,1,1,1,1,1,1,1,0.0011,0.3822,0.5165,1,0.3121,1,1,1,1,1,1,0,0.3121,0.4001,1,0.6533,1,1,1,0.0763,0.6533,0.6351,1,1,1,1,1,0.004422471,0.804382026,0.000119032,1,1,1,1,1,0,0.507921994,0,1,1,1,1,1,0.148796767,0.8407408,0.622402127,0.622593611,0.622340426
-612,1,0.382,1,1,1,1,1,1,1,1,0,0.382,0.4801,1,0.312,1,1,1,1,1,1,0,0.312,0.3675,1,0.6531,1,1,1,0.0449,0.6531,0.6353,1,1,1,1,1,0.001256692,0.720386565,0.000134545,1,1,1,1,1,0,0.496290207,0,1,1,1,1,1,0.072886944,0.766697526,0.617448043,0.617516395,0.617464539
-613,1,0.3819,1,1,1,1,1,1,1,1,0,0.3819,0.4327,1,0.3119,1,1,1,1,1,1,0,0.3119,0.3052,1,0.6529,1,1,1,0.0463,0.6529,0.5753,1,1,1,1,1,0,0.705069244,0,1,1,1,1,1,0,0.417920351,0,1,1,1,1,1,0.048782278,0.750041425,0.616964717,0.616881743,0.617021277
-614,1,0.3817,1,1,1,1,1,1,1,1,0,0.3817,0.3182,1,0.3118,1,1,1,1,1,1,0.0032,0.3118,0.2707,1,0.6528,1,1,1,0.042,0.6528,0.4665,1,1,1,1,1,0.000410148,0.50827086,0.001187988,1,1,1,1,1,0.007451276,0.361803889,0,1,1,1,1,1,0.023484301,0.692609072,0.615212663,0.615189338,0.615248227
-615,1,0.3816,1,1,1,1,1,1,1,1,0.003,0.3816,0.1995,1,0.3117,1,1,1,1,1,1,0.0431,0.3117,0.1831,1,0.6526,1,1,1,0.0247,0.6526,0.3082,1,1,1,1,1,0.008168358,0.323573858,0.04370828,1,1,1,1,1,0.051157478,0.249857247,0,1,1,1,1,1,0.004145185,0.55074662,0.619925085,0.619843453,0.620124113
-616,1,0.3814,1,1,1,1,1,1,1,1,0.0294,0.3814,0.0683,1,0.3116,1,1,1,1,1,1,0.064,0.3116,0.078,1,0.6524,1,1,1,0.0168,0.6524,0.1206,1,1,1,1,1,0.03084855,0.151331499,0.142538816,1,1,1,1,1,0.079772346,0.113793433,0,1,1,1,1,1,0.005122714,0.187016308,0.650072499,0.650095198,0.650265957
-617,1,0.3813,1,1,1,1,1,1,1,1,0.0637,0.3813,0,1,0.3115,1,1,1,1,1,1,0.1052,0.3115,0,1,0.6522,1,1,1,0.032,0.6522,0,1,1,1,1,1,0.145465717,0,0.075760752,1,1,1,1,1,0.135483041,0,0.048312046,1,1,1,1,1,0.053936299,0,0.697438376,0.697482547,0.697695035
-618,1,0.3811,1,1,1,1,1,1,1,1,0.0966,0.3811,0,1,0.3114,1,1,1,1,1,1,0.1811,0.3114,0,1,0.652,1,1,1,0.0385,0.652,0,1,1,1,1,1,0.220970854,0,0.086736053,1,1,1,1,1,0.217748672,0,0.241386145,1,1,1,1,1,0.080244169,0,0.695686322,0.695790142,0.695921986
-619,1,0.3809,1,1,1,1,1,1,1,1,0.0562,0.3809,0,1,0.3113,1,1,1,1,1,1,0.0426,0.3113,0,1,0.6519,1,1,1,0.1001,0.6519,0,1,1,1,1,1,0.105599023,0,0.196974486,1,1,1,1,1,0.084181391,0,0.571929097,1,1,1,1,1,0.236160487,0,0.679615756,0.679712291,0.679521277
-620,1,0.3808,1,1,1,1,1,1,1,1,0.0558,0.3808,0,1,0.3111,1,1,1,1,1,1,0.0846,0.3111,0,1,0.6517,1,1,1,0.121,0.6517,0,1,1,1,1,1,0.106197707,0,0.294079006,1,1,1,1,1,0.112470403,0,0.876425147,1,1,1,1,1,0.277428091,0,0.652670372,0.652633806,0.652925532
-621,1,0.3806,1,1,1,1,1,1,1,1,0.03,0.3806,0,1,0.311,1,1,1,1,1,1,0.0713,0.311,0,1,0.6515,1,1,1,0.1342,0.6515,0,1,1,1,1,1,0.035682432,0,0.391463429,1,1,1,1,1,0.095174044,0,0.899896622,1,1,1,1,1,0.329252154,0,0.609594007,0.609689021,0.609929078
-622,1,0.3805,1,1,1,1,1,1,1,1,0.0517,0.3805,0,1,0.3109,1,1,1,1,1,1,0.0696,0.3109,0,1,0.6513,1,1,1,0.2389,0.6513,0,1,1,1,1,1,0.055853795,0,0.549338222,1,1,1,1,1,0.115338489,0,1,1,1,1,1,1,0.568365276,0,0.552924118,0.552993442,0.552748227
-623,1,0.3803,1,1,1,1,1,1,1,1,0.0534,0.3803,0,1,0.3108,1,1,1,1,1,1,0.0892,0.3108,0,1,0.6512,1,1,1,0.2478,0.6512,0,1,1,1,1,1,0.049037419,0,0.961796224,1,1,1,1,1,0.133189738,0,1,1,1,1,1,1,0.572181284,0,0.502235379,0.502221282,0.502216312
-624,1,0.3802,1,1,1,1,1,1,1,1,0.1353,0.3802,0,1,0.3107,1,1,1,1,1,1,0.2072,0.3107,0,1,0.651,1,1,1,0.2216,0.651,0,1,1,1,1,1,0.170084938,0,0.953303576,1,1,1,1,1,0.281778336,0,1,1,1,1,1,1,0.49949947,0,0.467919285,0.467738523,0.468085106
-625,1,0.38,1,1,1,1,1,1,1,1,0.1535,0.38,0,1,0.3106,1,1,1,1,1,1,0.2397,0.3106,0,1,0.6508,1,1,1,0.2574,0.6508,0,1,1,1,1,1,0.261222571,0,0.981042147,1,1,1,1,1,0.372100711,0,1,1,1,1,1,1,0.538811803,0,0.44822378,0.448275862,0.448138298
-626,1,0.3799,1,1,1,1,1,1,1,1,0.2361,0.3799,0,1,0.3105,1,1,1,1,1,1,0.2263,0.3105,0,1,0.6506,1,1,1,0.2832,0.6506,0,1,1,1,1,1,0.322729915,0,1,1,1,1,1,1,0.40667221,0,1,1,1,1,1,1,0.576628089,0,0.439221846,0.439179183,0.43927305
-627,1,0.3797,1,1,1,1,1,1,1,1,0.2747,0.3797,0,1,0.3104,1,1,1,1,1,1,0.1432,0.3104,0,1,0.6505,1,1,1,0.2605,0.6505,0,1,1,1,1,1,0.263423473,0,1,1,1,1,1,1,0.319662035,0,1,1,1,1,1,1,0.533195674,0,0.436019816,0.436005923,0.436170213
-628,1,0.3796,1,1,1,1,1,1,1,1,0.2275,0.3796,0,1,0.3103,1,1,1,1,1,1,0.1127,0.3103,0,1,0.6503,1,1,1,0.2039,0.6503,0,1,1,1,1,1,0.178422123,0,1,1,1,1,1,1,0.264479518,0,1,1,1,1,1,1,0.481517255,0,0.447559207,0.44764121,0.447251773
-629,1,0.3794,1,1,1,1,1,1,1,1,0.1815,0.3794,0,1,0.3102,1,1,1,1,1,1,0.1903,0.3102,0,1,0.6501,1,1,1,0.2105,0.6501,0,1,1,1,1,1,0.2145897,0,1,1,1,1,1,1,0.284821928,0,1,1,1,1,1,1,0.494110167,0,0.487010633,0.486989634,0.48714539
-630,1,0.3793,1,1,1,1,1,1,1,1,0.2567,0.3793,0,1,0.31,1,1,1,1,1,1,0.1807,0.31,0,1,0.6499,1,1,1,0.2406,0.6499,0,1,1,1,1,1,0.375197649,0,1,1,1,1,1,1,0.303391635,0,1,1,1,1,1,1,0.480849266,0,0.561563557,0.561667019,0.561613475
-631,1,0.3791,1,1,1,1,1,1,1,1,0.2621,0.3791,0,1,0.3099,1,1,1,1,1,1,0.1474,0.3099,0,1,0.6498,1,1,1,0.3488,0.6498,0,1,1,1,1,1,0.397743911,0,1,1,1,1,1,1,0.236991867,0,1,1,1,1,1,1,0.618304014,0,0.612131464,0.612016078,0.61214539
-632,1,0.379,1,1,1,1,1,1,1,1,0.3502,0.379,0,1,0.3098,1,1,1,1,1,1,0.1199,0.3098,0,1,0.6496,1,1,1,0.4766,0.6496,0,1,1,1,1,1,0.457231224,0,1,1,1,1,1,1,0.208644316,0,1,1,1,1,1,1,0.767292142,0,0.627718705,0.627670827,0.628102837
-633,1,0.3788,1,1,1,1,1,1,1,1,0.2171,0.3788,0.003,1,0.3097,1,1,1,1,1,1,0.0663,0.3097,0.0064,1,0.6494,1,1,1,0.5254,0.6494,0.0234,1,1,1,1,1,0.262761533,0.015014823,1,1,1,1,1,1,0.139995515,0.019250775,1,1,1,1,1,1,0.732001603,0,0.637928951,0.637825259,0.63785461
-634,1,0.3787,1,1,1,1,1,1,1,1,0.1692,0.3787,0.0852,1,0.3096,1,1,1,1,1,1,0.0985,0.3096,0.116,1,0.6492,1,1,1,0.6409,0.6492,0.1406,1,1,1,1,1,0.166110188,0.148363501,1,1,1,1,1,1,0.178102583,0.191159189,1,1,1,1,1,1,0.821379781,0.064316794,0.644816336,0.644806431,0.644946809
-635,1,0.3785,1,1,1,1,1,1,1,1,0.2391,0.3785,0.1324,1,0.3095,1,1,1,1,1,1,0.0757,0.3095,0.0999,1,0.6491,1,1,1,0.7424,0.6491,0.1415,1,1,1,1,1,0.210309014,0.1683442,1,1,1,1,1,1,0.127607673,0.076648757,1,1,1,1,1,1,0.865313411,0.137265489,0.647051716,0.646921938,0.647163121
-636,1,0.3784,1,1,1,1,1,1,1,1,0.197,0.3784,0.1041,1,0.3094,1,1,1,1,1,1,0.044,0.3094,0.1202,1,0.6489,1,1,1,0.6495,0.6489,0.1945,1,1,1,1,1,0.201382548,0.202384576,1,1,1,1,1,1,0.09301053,0.157419056,1,1,1,1,1,1,0.735441148,0.156513914,0.642580957,0.642690924,0.642730496
-637,1,0.3782,1,1,1,1,1,1,1,1,0.1746,0.3782,0.1276,1,0.3093,1,1,1,1,1,1,0.0391,0.3093,0.192,1,0.6487,1,1,1,0.5721,0.6487,0.183,1,1,1,1,1,0.115082055,0.200509071,1,1,1,1,1,1,0.063435324,0.268677115,1,1,1,1,1,1,0.57429713,0.246812478,0.637445626,0.637613708,0.637411348
-638,1,0.3781,1,1,1,1,1,1,1,1,0.1467,0.3781,0.1108,1,0.3092,1,1,1,1,1,1,0.0169,0.3092,0.1404,1,0.6485,1,1,1,0.5835,0.6485,0.1284,1,1,1,1,1,0.050830528,0.194122791,1,1,1,1,1,1,0.038466357,0.202169389,1,1,1,1,1,1,0.555346072,0.209053099,0.629047849,0.628940131,0.628989362
-639,1,0.3779,1,1,1,1,1,1,1,1,0.1467,0.3779,0.0825,1,0.3091,1,1,1,1,1,1,0,0.3091,0.0697,1,0.6484,1,1,1,0.5144,0.6484,0.0489,1,1,1,1,1,0.040021624,0.124319747,1,1,1,1,1,1,0.013936793,0.09972021,1,1,1,1,1,1,0.526749194,0.075820178,0.626147898,0.626189972,0.626329787
-640,1,0.3778,1,1,1,1,1,1,1,1,0.1,0.3778,0.0043,1,0.3089,1,1,1,1,1,1,0,0.3089,0,1,0.6482,1,1,1,0.3273,0.6482,0,1,1,1,1,1,0.026508961,0.00296579,1,1,1,1,1,1,0.045524113,2.16E-05,1,1,1,1,1,1,0.439190477,0.00040764,0.645299662,0.645229532,0.645833333
-641,1,0.3776,1,1,1,1,1,1,1,1,0.1319,0.3776,0,1,0.3088,1,1,1,1,1,1,0.3107,0.3088,0,1,0.648,1,1,1,0.2613,0.648,0,1,1,1,1,1,0.040535539,0,1,1,1,1,1,1,0.444163173,0,1,1,1,1,1,1,0.359936625,0,0.673211696,0.67315422,0.673315603
-642,1,0.3774,1,1,1,1,1,1,1,1,0.2064,0.3774,0,1,0.3087,1,1,1,1,1,1,0.6362,0.3087,0,1,0.6478,1,1,1,0.2687,0.6478,0,1,1,1,1,1,0.129400522,0,1,1,1,1,1,1,0.601451337,0,1,1,1,1,1,1,0.267912865,0,0.663303528,0.66342289,0.66356383
-643,1,0.3773,1,1,1,1,1,1,1,1,0.3886,0.3773,0,1,0.3086,1,1,1,1,1,1,0.7526,0.3086,0,1,0.6477,1,1,1,0.2726,0.6477,0,1,1,1,1,1,0.351908416,0,1,1,1,1,1,1,0.625239611,0,1,1,1,1,1,1,0.155880705,0,0.640949734,0.640786968,0.641400709
-644,1,0.3771,1,1,1,1,1,1,1,1,0.6033,0.3771,0,1,0.3085,1,1,1,1,1,1,0.9388,0.3085,0,1,0.6475,1,1,1,0.2797,0.6475,0,1,1,1,1,1,0.631176412,0,1,1,1,1,1,1,0.845756888,0,1,1,1,1,1,1,0.108018771,0,0.616843886,0.616881743,0.617021277
-645,1,0.377,1,1,1,1,1,1,1,1,0.8754,0.377,0,1,0.3084,1,1,1,1,1,1,0.9627,0.3084,0,1,0.6473,1,1,1,0.3901,0.6473,0,1,1,1,1,1,0.879908085,0,1,1,1,1,1,1,0.890227377,0,1,1,1,1,1,1,0.222118244,0,0.58421943,0.584302941,0.584219858
-646,1,0.3768,1,1,1,1,1,1,1,1,0.9678,0.3768,0,1,0.3083,1,1,1,1,1,1,0.9676,0.3083,0,1,0.6471,1,1,1,0.4131,0.6471,0,1,1,1,1,1,0.967607021,0,1,1,1,1,1,1,0.943976939,0,1,1,1,1,1,1,0.451790184,0,0.540840986,0.540723503,0.540780142
-647,1,0.3767,1,1,1,1,1,1,1,1,0.9443,0.3767,0,1,0.3082,1,1,1,1,1,1,0.9531,0.3082,0,1,0.647,1,1,1,0.4999,0.647,0,1,1,1,1,1,0.957826316,0,1,1,1,1,1,1,0.932717502,0,1,1,1,1,1,1,0.676793516,0,0.49679797,0.496720965,0.496897163
-648,1,0.3765,1,1,1,1,1,1,1,1,0.9115,0.3765,0,1,0.3081,1,1,1,1,1,1,0.9641,0.3081,0,1,0.6468,1,1,1,0.6401,0.6468,0,1,1,1,1,1,0.960236907,0,1,1,1,1,1,1,0.957852125,0,1,1,1,1,1,1,0.855455041,0,0.461394393,0.461392003,0.46143617
-649,1,0.3764,1,1,1,1,1,1,1,1,0.8185,0.3764,0,1,0.308,1,1,1,1,1,1,0.8945,0.308,0,1,0.6466,1,1,1,0.7935,0.6466,0,1,1,1,1,1,0.931005359,0,1,1,1,1,1,1,0.890662432,0,1,1,1,1,1,1,0.951167703,0,0.44000725,0.440025386,0.440159574
-650,1,0.3762,1,1,1,1,1,1,1,1,0.7619,0.3762,0,1,0.3079,1,1,1,1,1,1,0.9156,0.3079,0,1,0.6464,1,1,1,0.8589,0.6464,0,1,1,1,1,1,0.931265414,0,1,1,1,1,1,1,0.843958676,0,1,1,1,1,1,1,0.97099489,0,0.429132431,0.429024751,0.429078014
-651,1,0.3761,1,1,1,1,1,1,1,1,0.6855,0.3761,0,1,0.3077,1,1,1,1,1,1,0.8399,0.3077,0,1,0.6462,1,1,1,0.9181,0.6462,0,1,1,1,1,1,0.883428454,0,1,1,1,1,1,1,0.759104848,0,1,1,1,1,1,1,0.978216827,0,0.425084582,0.425005289,0.425088652
-652,1,0.3759,1,1,1,1,1,1,1,1,0.5951,0.3759,0,1,0.3076,1,1,1,1,1,1,0.6028,0.3076,0,1,0.6461,1,1,1,0.8885,0.6461,0,1,1,1,1,1,0.786411822,0,1,1,1,1,1,1,0.582306862,0,1,1,1,1,1,1,0.9763695,0,0.428890768,0.428813201,0.429078014
-653,1,0.3758,1,1,1,1,1,1,1,1,0.5371,0.3758,0,1,0.3075,1,1,1,1,1,1,0.239,0.3075,0,1,0.6459,1,1,1,0.8668,0.6459,0,1,1,1,1,1,0.622321367,0,1,1,1,1,1,1,0.336476386,0,1,1,1,1,1,1,0.964216471,0,0.446834219,0.446795007,0.447251773
-654,1,0.3756,1,1,1,1,1,1,1,1,0.3055,0.3756,0,1,0.3074,1,1,1,1,1,1,0.0718,0.3074,0,1,0.6457,1,1,1,0.7868,0.6457,0,1,1,1,1,1,0.322991431,0,0.998100519,1,1,1,1,1,0.104825154,0,0.627320707,1,1,1,1,1,0.957720041,0,0.477887869,0.477892955,0.477836879
-655,1,0.3755,1,1,1,1,1,1,1,1,0.2784,0.3755,0,1,0.3073,1,1,1,1,1,1,0.1693,0.3073,0,1,0.6455,1,1,1,0.7238,0.6455,0,1,1,1,1,1,0.303662419,0,0.582226038,1,1,1,1,1,0.208732933,0,0.267903447,1,1,1,1,1,0.95400095,0,0.51099565,0.510894859,0.51108156
-656,1,0.3753,1,1,1,1,1,1,1,1,0.1511,0.3753,0.2499,1,0.3072,1,1,1,1,1,1,0.2085,0.3072,0.2267,1,0.6454,1,1,1,0.5979,0.6454,0.1634,1,1,1,1,1,0.196145549,0.44528982,0.352877676,1,1,1,1,1,0.226760179,0.363116056,0.046648957,1,1,1,1,1,0.890537918,0.477387875,0.546097148,0.54601227,0.546542553
-657,1,0.3752,1,1,1,1,1,1,1,1,0.0525,0.3752,0.4155,1,0.3071,1,1,1,1,1,1,0.0463,0.3071,0.3616,1,0.6452,1,1,1,0.3628,0.6452,0.3363,1,1,1,1,1,0.042788792,0.622520924,0.29695043,1,1,1,1,1,0.053807579,0.52983731,0.026459163,1,1,1,1,1,0.59047091,0.685063541,0.568511358,0.568648191,0.568705674
-658,1,0.375,1,1,1,1,1,1,1,1,0.0277,0.375,0.5324,1,0.307,1,1,1,1,1,1,0,0.307,0.4427,1,0.645,1,1,1,0.193,0.645,0.4693,1,1,1,1,1,0.011821246,0.804685712,0.127722979,1,1,1,1,1,0,0.54540956,0,1,1,1,1,1,0.276397079,0.829084218,0.578479942,0.578591073,0.578457447
-659,1,0.3749,1,1,1,1,1,1,1,1,0.0068,0.3749,0.4953,1,0.3069,1,1,1,1,1,1,0,0.3069,0.4972,1,0.6448,1,1,1,0.2813,0.6448,0.5868,1,1,1,1,1,0.005843355,0.73452425,0.018542565,1,1,1,1,1,0,0.727039814,0,1,1,1,1,1,0.336583614,0.759685516,0.572921701,0.572879205,0.573138298
-660,1,0.3747,1,1,1,1,1,1,1,1,0,0.3747,0.5597,1,0.3068,1,1,1,1,1,1,0,0.3068,0.6758,1,0.6447,1,1,1,0.1937,0.6447,0.4678,1,1,1,1,1,0.000462786,0.848281503,0,1,1,1,1,1,0.013070012,0.975156724,0.01455288,1,1,1,1,1,0.171790466,0.846579671,0.562107298,0.562090121,0.562056738
-661,1,0.3746,1,1,1,1,1,1,1,1,0.0079,0.3746,0.6671,1,0.3066,1,1,1,1,1,1,0.0969,0.3066,0.7002,1,0.6445,1,1,1,0.0934,0.6445,0.5709,1,1,1,1,1,0.009797176,0.961847782,0.03989616,1,1,1,1,1,0.108992383,0.969406962,0.100279853,1,1,1,1,1,0.038150046,0.815563858,0.547426293,0.547493125,0.547429078
-662,1,0.3744,1,1,1,1,1,1,1,1,0.058,0.3744,0.6148,1,0.3065,1,1,1,1,1,1,0.1436,0.3065,0.6275,1,0.6443,1,1,1,0.0699,0.6443,0.4689,1,1,1,1,1,0.057972655,0.908995152,0.111601725,1,1,1,1,1,0.177566811,0.86101985,0.069866501,1,1,1,1,1,0.01870211,0.758101702,0.538484775,0.538607997,0.53856383
-663,1,0.3742,1,1,1,1,1,1,1,1,0.197,0.3742,0.4365,1,0.3064,1,1,1,1,1,1,0.4481,0.3064,0.3833,1,0.6441,1,1,1,0.0455,0.6441,0.3123,1,1,1,1,1,0.174912453,0.631457925,0.308525681,1,1,1,1,1,0.461255193,0.570626676,0.085716754,1,1,1,1,1,0.049859539,0.57779038,0.538666022,0.538819547,0.53856383
-664,1,0.3741,1,1,1,1,1,1,1,1,0.2843,0.3741,0.195,1,0.3063,1,1,1,1,1,1,0.4712,0.3063,0.1751,1,0.644,1,1,1,0.0869,0.644,0.1265,1,1,1,1,1,0.271847159,0.306951433,0.595755696,1,1,1,1,1,0.478942037,0.354032248,0.223167017,1,1,1,1,1,0.179660678,0.258644462,0.564342678,0.564417178,0.564716312
-665,1,0.3739,1,1,1,1,1,1,1,1,0.2034,0.3739,0,1,0.3062,1,1,1,1,1,1,0.3595,0.3062,0,1,0.6438,1,1,1,0.1604,0.6438,0,1,1,1,1,1,0.299783349,0,0.272999346,1,1,1,1,1,0.349123061,0,0.156824604,1,1,1,1,1,0.396896362,0,0.61859594,0.618574149,0.618794326
-666,1,0.3738,1,1,1,1,1,1,1,1,0.2306,0.3738,0,1,0.3061,1,1,1,1,1,1,0.2726,0.3061,0,1,0.6436,1,1,1,0.2982,0.6436,0,1,1,1,1,1,0.390023828,0,0.235572577,1,1,1,1,1,0.301772535,0,0.278177768,1,1,1,1,1,0.625838637,0,0.623066699,0.623016713,0.62322695
-667,1,0.3736,1,1,1,1,1,1,1,1,0.3242,0.3736,0,1,0.306,1,1,1,1,1,1,0.1405,0.306,0,1,0.6434,1,1,1,0.4346,0.6434,0,1,1,1,1,1,0.367237478,0,0.393160701,1,1,1,1,1,0.206949919,0,0.504400492,1,1,1,1,1,0.810631812,0,0.604881585,0.604823355,0.605053191
-668,1,0.3735,1,1,1,1,1,1,1,1,0.387,0.3735,0,1,0.3059,1,1,1,1,1,1,0.2523,0.3059,0,1,0.6433,1,1,1,0.369,0.6433,0,1,1,1,1,1,0.394125998,0,0.451379776,1,1,1,1,1,0.368086636,0,0.696952105,1,1,1,1,1,0.731389225,0,0.586333978,0.586418447,0.58643617
-669,1,0.3733,1,1,1,1,1,1,1,1,0.6132,0.3733,0,1,0.3058,1,1,1,1,1,1,0.4744,0.3058,0,1,0.6431,1,1,1,0.4551,0.6431,0,1,1,1,1,1,0.550852895,0,0.879236639,1,1,1,1,1,0.639301121,0,0.998951316,1,1,1,1,1,0.742257357,0,0.55818028,0.558070658,0.558510638
-670,1,0.3732,1,1,1,1,1,1,1,1,0.7034,0.3732,0,1,0.3057,1,1,1,1,1,1,0.8217,0.3057,0,1,0.6429,1,1,1,0.4384,0.6429,0,1,1,1,1,1,0.670110226,0,0.991981328,1,1,1,1,1,0.720568538,0,0.825406075,1,1,1,1,1,0.715708613,0,0.522172547,0.522107045,0.522163121
-671,1,0.373,1,1,1,1,1,1,1,1,0.6513,0.373,0,1,0.3055,1,1,1,1,1,1,0.585,0.3055,0,1,0.6427,1,1,1,0.4385,0.6427,0,1,1,1,1,1,0.627546132,0,0.888428569,1,1,1,1,1,0.60114187,0,0.672966778,1,1,1,1,1,0.666772246,0,0.483808603,0.483816374,0.484042553
-672,1,0.3729,1,1,1,1,1,1,1,1,0.7621,0.3729,0,1,0.3054,1,1,1,1,1,1,0.6168,0.3054,0,1,0.6426,1,1,1,0.4061,0.6426,0,1,1,1,1,1,0.682488441,0,0.946749508,1,1,1,1,1,0.705940127,0,1,1,1,1,1,1,0.567642391,0,0.452634123,0.452718426,0.452570922
-673,1,0.3727,1,1,1,1,1,1,1,1,0.8403,0.3727,0,1,0.3053,1,1,1,1,1,1,0.6578,0.3053,0,1,0.6424,1,1,1,0.4931,0.6424,0,1,1,1,1,1,0.646453977,0,0.998146892,1,1,1,1,1,0.716586411,0,1,1,1,1,1,1,0.739495397,0,0.433905268,0.433890417,0.433953901
-674,1,0.3726,1,1,1,1,1,1,1,1,0.8266,0.3726,0,1,0.3052,1,1,1,1,1,1,0.7048,0.3052,0,1,0.6422,1,1,1,0.5656,0.6422,0,1,1,1,1,1,0.765600204,0,1,1,1,1,1,1,0.750145555,0,1,1,1,1,1,1,0.850405574,0,0.4239971,0.423947535,0.424202128
-675,1,0.3724,1,1,1,1,1,1,1,1,0.793,0.3724,0,1,0.3051,1,1,1,1,1,1,0.6246,0.3051,0,1,0.642,1,1,1,0.5026,0.642,0,1,1,1,1,1,0.77344048,0,1,1,1,1,1,1,0.656825125,0,1,1,1,1,1,1,0.860972583,0,0.420734654,0.420774275,0.420656028
-676,1,0.3723,1,1,1,1,1,1,1,1,0.7993,0.3723,0,1,0.305,1,1,1,1,1,1,0.5796,0.305,0,1,0.6419,1,1,1,0.4996,0.6419,0,1,1,1,1,1,0.747929871,0,1,1,1,1,1,1,0.589634717,0,1,1,1,1,1,1,0.901877701,0,0.424782504,0.424793738,0.42464539
-677,1,0.3721,1,1,1,1,1,1,1,1,0.7436,0.3721,0,1,0.3049,1,1,1,1,1,1,0.4262,0.3049,0,1,0.6417,1,1,1,0.561,0.6417,0,1,1,1,1,1,0.723802388,0,1,1,1,1,1,1,0.47571516,0,1,1,1,1,1,1,0.937902212,0,0.437348961,0.437486778,0.4375
-678,1,0.372,1,1,1,1,1,1,1,1,0.6739,0.372,0,1,0.3048,1,1,1,1,1,1,0.2806,0.3048,0,1,0.6415,1,1,1,0.6179,0.6415,0,1,1,1,1,1,0.660487115,0,1,1,1,1,1,1,0.288439095,0,1,1,1,1,1,1,0.957668066,0,0.460548574,0.460545801,0.460549645
-679,1,0.3718,1,1,1,1,1,1,1,1,0.4969,0.3718,0,1,0.3047,1,1,1,1,1,1,0.2084,0.3047,0,1,0.6413,1,1,1,0.5835,0.6413,0,1,1,1,1,1,0.523729503,0,1,1,1,1,1,1,0.171884656,0,0.925436735,1,1,1,1,1,0.947165906,0,0.483929435,0.483816374,0.484042553
-680,1,0.3717,1,1,1,1,1,1,1,1,0.4157,0.3717,0.2679,1,0.3046,1,1,1,1,1,1,0.313,0.3046,0.2674,1,0.6412,1,1,1,0.6457,0.6412,0.2221,1,1,1,1,1,0.437141359,0.508003712,0.979514599,1,1,1,1,1,0.268391728,0.49956876,0.974034846,1,1,1,1,1,0.906116366,0.507833421,0.51878927,0.518722234,0.519060284
-681,1,0.3715,1,1,1,1,1,1,1,1,0.334,0.3715,0.4889,1,0.3044,1,1,1,1,1,1,0.503,0.3044,0.4917,1,0.641,1,1,1,0.6037,0.641,0.4307,1,1,1,1,1,0.327369541,0.782663167,0.765719295,1,1,1,1,1,0.422759354,0.789465725,0.549318612,1,1,1,1,1,0.837091804,0.79136169,0.542472209,0.542627459,0.542553191
-682,1,0.3714,1,1,1,1,1,1,1,1,0.4754,0.3714,0.6489,1,0.3043,1,1,1,1,1,1,0.6127,0.3043,0.6548,1,0.6408,1,1,1,0.7225,0.6408,0.582,1,1,1,1,1,0.527858496,0.939754069,0.425613999,1,1,1,1,1,0.496465206,0.94925487,0.376968086,1,1,1,1,1,0.869529843,0.938853025,0.55540116,0.55553205,0.555407801
-683,1,0.3712,1,1,1,1,1,1,1,1,0.4644,0.3712,0.7238,1,0.3042,1,1,1,1,1,1,0.534,0.3042,0.7303,1,0.6406,1,1,1,0.6581,0.6406,0.5846,1,1,1,1,1,0.529582143,0.998795509,0.404223859,1,1,1,1,1,0.452305079,0.993124425,0.44823432,1,1,1,1,1,0.875281572,0.995560884,0.559932334,0.559974614,0.559840426
-684,1,0.371,1,1,1,1,1,1,1,1,0.4403,0.371,0.7197,1,0.3041,1,1,1,1,1,1,0.3973,0.3041,0.7211,1,0.6404,1,1,1,0.555,0.6404,0.6015,1,1,1,1,1,0.458119094,0.995455265,0.582638621,1,1,1,1,1,0.353528798,0.966846526,0.548245072,1,1,1,1,1,0.684114575,0.969263554,0.558240696,0.558282209,0.558510638
-685,1,0.3709,1,1,1,1,1,1,1,1,0.3459,0.3709,0.6822,1,0.304,1,1,1,1,1,1,0.3659,0.304,0.6605,1,0.6403,1,1,1,0.5111,0.6403,0.5869,1,1,1,1,1,0.421708673,0.976144433,0.64797914,1,1,1,1,1,0.328840196,0.89793992,0.472621799,1,1,1,1,1,0.656952143,0.97545433,0.552561624,0.552570341,0.552748227
-686,1,0.3707,1,1,1,1,1,1,1,1,0.2862,0.3707,0.5905,1,0.3039,1,1,1,1,1,1,0.3736,0.3039,0.5757,1,0.6401,1,1,1,0.4008,0.6401,0.5306,1,1,1,1,1,0.32286185,0.875390291,0.861143351,1,1,1,1,1,0.374148875,0.79373157,0.699418128,1,1,1,1,1,0.521611392,0.904713988,0.546580474,0.546646922,0.546542553
-687,1,0.3706,1,1,1,1,1,1,1,1,0.3284,0.3706,0.44,1,0.3038,1,1,1,1,1,1,0.4289,0.3038,0.474,1,0.6399,1,1,1,0.3324,0.6399,0.3828,1,1,1,1,1,0.268063784,0.730913699,0.999654233,1,1,1,1,1,0.37962684,0.766609848,0.99781394,1,1,1,1,1,0.478730589,0.7426489,0.548936684,0.548973979,0.548758865
-688,1,0.3704,1,1,1,1,1,1,1,1,0.2899,0.3704,0.238,1,0.3037,1,1,1,1,1,1,0.3746,0.3037,0.2667,1,0.6397,1,1,1,0.3653,0.6397,0.1741,1,1,1,1,1,0.256722242,0.478340626,0.998853385,1,1,1,1,1,0.389001906,0.499644518,1,1,1,1,1,1,0.435328662,0.448188484,0.580534074,0.580706579,0.580673759
-689,1,0.3703,1,1,1,1,1,1,1,1,0.2221,0.3703,0,1,0.3036,1,1,1,1,1,1,0.2903,0.3036,0,1,0.6396,1,1,1,0.3058,0.6396,0,1,1,1,1,1,0.220592275,0,1,1,1,1,1,1,0.36145997,0,1,1,1,1,1,1,0.408493042,0,0.644937168,0.644806431,0.645390071
-690,1,0.3701,1,1,1,1,1,1,1,1,0.2651,0.3701,0,1,0.3035,1,1,1,1,1,1,0.2475,0.3035,0,1,0.6394,1,1,1,0.2939,0.6394,0,1,1,1,1,1,0.32395488,0,0.898866773,1,1,1,1,1,0.346280634,0,0.841668844,1,1,1,1,1,0.433938324,0,0.654966167,0.654960863,0.655141844
-691,1,0.37,1,1,1,1,1,1,1,1,0.3274,0.37,0,1,0.3034,1,1,1,1,1,1,0.1454,0.3034,0,1,0.6392,1,1,1,0.4955,0.6392,0,1,1,1,1,1,0.296001494,0,0.91696775,1,1,1,1,1,0.218159795,0,0.506630421,1,1,1,1,1,0.664528906,0,0.639499758,0.639517664,0.63962766
-692,1,0.3698,1,1,1,1,1,1,1,1,0.3383,0.3698,0,1,0.3032,1,1,1,1,1,1,0.2031,0.3032,0,1,0.639,1,1,1,0.38,0.639,0,1,1,1,1,1,0.313049495,0,0.760930181,1,1,1,1,1,0.357158959,0,0.575616837,1,1,1,1,1,0.521850824,0,0.61539391,0.615400889,0.615691489
-693,1,0.3697,1,1,1,1,1,1,1,1,0.3885,0.3697,0,1,0.3031,1,1,1,1,1,1,0.4169,0.3031,0,1,0.6389,1,1,1,0.3322,0.6389,0,1,1,1,1,1,0.33155933,0,0.677775323,1,1,1,1,1,0.556685567,0,0.492381424,1,1,1,1,1,0.416059226,0,0.576486225,0.576687117,0.576684397
-694,1,0.3695,1,1,1,1,1,1,1,1,0.4521,0.3695,0,1,0.303,1,1,1,1,1,1,0.496,0.303,0,1,0.6387,1,1,1,0.2598,0.6387,0,1,1,1,1,1,0.345982015,0,0.822036982,1,1,1,1,1,0.576903641,0,1,1,1,1,1,1,0.324872196,0,0.529362011,0.529299767,0.529698582
-695,1,0.3694,1,1,1,1,1,1,1,1,0.4178,0.3694,0,1,0.3029,1,1,1,1,1,1,0.311,0.3029,0,1,0.6385,1,1,1,0.2345,0.6385,0,1,1,1,1,1,0.297829479,0,0.92110467,1,1,1,1,1,0.396260142,0,0.711791694,1,1,1,1,1,0.346901834,0,0.485439826,0.485508779,0.48537234
-696,1,0.3692,1,1,1,1,1,1,1,1,0.4911,0.3692,0,1,0.3028,1,1,1,1,1,1,0.3837,0.3028,0,1,0.6383,1,1,1,0.1877,0.6383,0,1,1,1,1,1,0.346512496,0,0.999434888,1,1,1,1,1,0.449382722,0,0.790513158,1,1,1,1,1,0.278244853,0,0.455775737,0.455680135,0.455673759
-697,1,0.3691,1,1,1,1,1,1,1,1,0.4857,0.3691,0,1,0.3027,1,1,1,1,1,1,0.6757,0.3027,0,1,0.6382,1,1,1,0.1575,0.6382,0,1,1,1,1,1,0.304065496,0,1,1,1,1,1,1,0.66889739,0,1,1,1,1,1,1,0.263141453,0,0.441094732,0.441083139,0.441046099
-698,1,0.3689,1,1,1,1,1,1,1,1,0.5554,0.3689,0,1,0.3026,1,1,1,1,1,1,0.7032,0.3026,0,1,0.638,1,1,1,0.1263,0.638,0,1,1,1,1,1,0.380187452,0,1,1,1,1,1,1,0.695176542,0,1,1,1,1,1,1,0.252868682,0,0.435355244,0.435371271,0.435283688
-699,1,0.3688,1,1,1,1,1,1,1,1,0.4853,0.3688,0,1,0.3025,1,1,1,1,1,1,0.7233,0.3025,0,1,0.6378,1,1,1,0.1375,0.6378,0,1,1,1,1,1,0.327263355,0,1,1,1,1,1,1,0.667211592,0,0.991929054,1,1,1,1,1,0.267921925,0,0.437046883,0.437063677,0.437056738
-700,1,0.3686,1,1,1,1,1,1,1,1,0.419,0.3686,0,1,0.3024,1,1,1,1,1,1,0.7122,0.3024,0,1,0.6376,1,1,1,0.0887,0.6376,0,1,1,1,1,1,0.293062389,0,1,1,1,1,1,1,0.728541195,0,1,1,1,1,1,1,0.222316235,0,0.452875785,0.452718426,0.453014184
-701,1,0.3685,1,1,1,1,1,1,1,1,0.46,0.3685,0,1,0.3023,1,1,1,1,1,1,0.9504,0.3023,0,1,0.6375,1,1,1,0.0975,0.6375,0,1,1,1,1,1,0.345914841,0,0.998240471,1,1,1,1,1,0.901816249,0,1,1,1,1,1,1,0.293643445,0,0.497583374,0.497567167,0.497783688
-702,1,0.3683,1,1,1,1,1,1,1,1,0.1543,0.3683,0,1,0.3021,1,1,1,1,1,1,0.4289,0.3021,0,1,0.6373,1,1,1,0.0261,0.6373,0,1,1,1,1,1,0.056454238,0,1,1,1,1,1,1,0.337329328,0,1,1,1,1,1,1,0.024198923,0,0.581742388,0.581764333,0.582003546
-703,1,0.3682,1,1,1,1,1,1,1,1,0.248,0.3682,0,1,0.302,1,1,1,1,1,1,0.4117,0.302,0,1,0.6371,1,1,1,0.0616,0.6371,0,1,1,1,1,1,0.146795094,0,1,1,1,1,1,1,0.339936554,0,1,1,1,1,1,1,0.121501409,0,0.626933301,0.626824624,0.62677305
-704,1,0.368,1,1,1,1,1,1,1,1,0.3373,0.368,0.2215,1,0.3019,1,1,1,1,1,1,0.5353,0.3019,0.236,1,0.6369,1,1,1,0.0571,0.6369,0.1773,1,1,1,1,1,0.27827388,0.414404154,1,1,1,1,1,1,0.441627443,0.447806627,1,1,1,1,1,1,0.133307591,0.224287525,0.632854036,0.632748043,0.632978723
-705,1,0.3679,1,1,1,1,1,1,1,1,0.4176,0.3679,0.448,1,0.3018,1,1,1,1,1,1,0.5947,0.3018,0.471,1,0.6368,1,1,1,0.0573,0.6368,0.4061,1,1,1,1,1,0.356309325,0.712888837,1,1,1,1,1,1,0.47934407,0.757454634,1,1,1,1,1,1,0.067949355,0.495823205,0.638231029,0.63824836,0.638297872
-706,1,0.3677,1,1,1,1,1,1,1,1,0.4808,0.3677,0.6102,1,0.3017,1,1,1,1,1,1,0.4454,0.3017,0.6334,1,0.6366,1,1,1,0.2335,0.6366,0.5659,1,1,1,1,1,0.313325703,0.873371482,1,1,1,1,1,1,0.442656696,0.92319417,1,1,1,1,1,1,0.438463628,0.642003179,0.637687289,0.637825259,0.63785461
-707,1,0.3675,1,1,1,1,1,1,1,1,0.5693,0.3675,0.6827,1,0.3016,1,1,1,1,1,1,0.4691,0.3016,0.7139,1,0.6364,1,1,1,0.1884,0.6364,0.6322,1,1,1,1,1,0.574857771,0.946648121,1,1,1,1,1,1,0.460231006,0.994986176,1,1,1,1,1,1,0.130700991,0.704824805,0.634968584,0.63486355,0.635195035
-708,1,0.3674,1,1,1,1,1,1,1,1,0.4579,0.3674,0.6919,1,0.3015,1,1,1,1,1,1,0.4276,0.3015,0.7247,1,0.6362,1,1,1,0.1984,0.6362,0.6405,1,1,1,1,1,0.473998129,0.959498882,1,1,1,1,1,1,0.340561569,0.998752475,1,1,1,1,1,1,0.331951827,0.717520297,0.6300145,0.629997884,0.630319149
-709,1,0.3672,1,1,1,1,1,1,1,1,0.4683,0.3672,0.6824,1,0.3014,1,1,1,1,1,1,0.2652,0.3014,0.7167,1,0.6361,1,1,1,0.2114,0.6361,0.62,1,1,1,1,1,0.518446982,0.945263445,1,1,1,1,1,1,0.282666534,0.996567249,1,1,1,1,1,1,0.296692103,0.692368329,0.625302078,0.62534377,0.625443262
-710,1,0.3671,1,1,1,1,1,1,1,1,0.5532,0.3671,0.6061,1,0.3013,1,1,1,1,1,1,0.0864,0.3013,0.6474,1,0.6359,1,1,1,0.1889,0.6359,0.5308,1,1,1,1,1,0.42639181,0.868514061,1,1,1,1,1,1,0.168020353,0.937445462,1,1,1,1,1,1,0.20898971,0.601571798,0.618716771,0.618574149,0.618794326
-711,1,0.3669,1,1,1,1,1,1,1,1,0.4139,0.3669,0.4429,1,0.3012,1,1,1,1,1,1,0.1256,0.3012,0.4924,1,0.6357,1,1,1,0.1508,0.6357,0.3621,1,1,1,1,1,0.340004355,0.706862092,1,1,1,1,1,1,0.148906708,0.791096509,1,1,1,1,1,1,0.247686967,0.424707174,0.620831319,0.620901206,0.621010638
-712,1,0.3668,1,1,1,1,1,1,1,1,0.298,0.3668,0.2227,1,0.301,1,1,1,1,1,1,0.154,0.301,0.2754,1,0.6355,1,1,1,0.138,0.6355,0.1427,1,1,1,1,1,0.212602124,0.423650503,0.935757637,1,1,1,1,1,0.126329929,0.522770882,1,1,1,1,1,1,0.260299593,0.137884155,0.647051716,0.646921938,0.647163121
-713,1,0.3666,1,1,1,1,1,1,1,1,0.1633,0.3666,0,1,0.3009,1,1,1,1,1,1,0.0559,0.3009,0,1,0.6354,1,1,1,0.1783,0.6354,0,1,1,1,1,1,0.106923983,0,0.837244391,1,1,1,1,1,0.044779666,4.50E-05,1,1,1,1,1,1,0.299376994,0,0.708494442,0.708694732,0.708776596
-714,1,0.3665,1,1,1,1,1,1,1,1,0.076,0.3665,0,1,0.3008,1,1,1,1,1,1,0,0.3008,0,1,0.6352,1,1,1,0.136,0.6352,0,1,1,1,1,1,0.023491262,0,0.785219193,1,1,1,1,1,0.000987947,0,1,1,1,1,1,1,0.259205699,0,0.716288062,0.716310556,0.716755319
-715,1,0.3663,1,1,1,1,1,1,1,1,0.0296,0.3663,0,1,0.3007,1,1,1,1,1,1,0,0.3007,0,1,0.635,1,1,1,0.1003,0.635,0,1,1,1,1,1,0.001616626,0,0.504896641,1,1,1,1,1,0.00040761,0,0.860150278,1,1,1,1,1,0.144372672,0,0.699371677,0.699386503,0.699468085
-716,1,0.3662,1,1,1,1,1,1,1,1,0.1552,0.3662,0,1,0.3006,1,1,1,1,1,1,0.0038,0.3006,0,1,0.6348,1,1,1,0.3234,0.6348,0,1,1,1,1,1,0.058922194,0,1,1,1,1,1,1,0.016701592,0,0.946340084,1,1,1,1,1,0.606236696,0,0.673151281,0.67315422,0.673315603
-717,1,0.366,1,1,1,1,1,1,1,1,0.0934,0.366,0,1,0.3005,1,1,1,1,1,1,0.0027,0.3005,0,1,0.6347,1,1,1,0.2504,0.6347,0,1,1,1,1,1,0.035856403,0,0.809620976,1,1,1,1,1,0.014445241,0,0.448923588,1,1,1,1,1,0.518492937,0,0.627174964,0.627247726,0.627216312
-718,1,0.3659,1,1,1,1,1,1,1,1,0.0855,0.3659,0,1,0.3004,1,1,1,1,1,1,0.0091,0.3004,0,1,0.6345,1,1,1,0.3029,0.6345,0,1,1,1,1,1,0.037749905,0,0.370103121,1,1,1,1,1,0.030333854,0,0.236813128,1,1,1,1,1,0.577022552,0,0.568813436,0.568648191,0.569148936
-719,1,0.3657,1,1,1,1,1,1,1,1,0.0518,0.3657,0,1,0.3003,1,1,1,1,1,1,0.0537,0.3003,0,1,0.6343,1,1,1,0.2838,0.6343,0,1,1,1,1,1,0.032550916,0,0.146000713,1,1,1,1,1,0.086291268,0,0.163842931,1,1,1,1,1,0.53186059,0,0.516372644,0.516395177,0.516400709
-720,1,0.3656,1,1,1,1,1,1,1,1,0.0223,0.3656,0,1,0.3002,1,1,1,1,1,1,0,0.3002,0,1,0.6341,1,1,1,0.2334,0.6341,0,1,1,1,1,1,0.029826351,0,0.026591711,1,1,1,1,1,0.002040227,0,0.120910741,1,1,1,1,1,0.486531198,0,0.483566941,0.483604823,0.483599291
-721,1,0.3654,1,1,1,1,1,1,1,1,0.0073,0.3654,0,1,0.3001,1,1,1,1,1,1,0,0.3001,0,1,0.6339,1,1,1,0.1917,0.6339,0,1,1,1,1,1,0.015305787,0,0,1,1,1,1,1,0.015601134,0,0.039146334,1,1,1,1,1,0.388217211,0,0.46562349,0.465834567,0.465868794
-722,1,0.3653,1,1,1,1,1,1,1,1,0.0127,0.3653,0,1,0.2999,1,1,1,1,1,1,0.012,0.2999,0,1,0.6338,1,1,1,0.1636,0.6338,0,1,1,1,1,1,0.021220416,0,0,1,1,1,1,1,0.028963096,0,0.02363953,1,1,1,1,1,0.34352845,0,0.457044466,0.456949439,0.457003546
-723,1,0.3651,1,1,1,1,1,1,1,1,0.0187,0.3651,0,1,0.2998,1,1,1,1,1,1,0.0224,0.2998,0,1,0.6336,1,1,1,0.1039,0.6336,0,1,1,1,1,1,0.038987201,0,0.018615248,1,1,1,1,1,0.065739609,0,0.00034555,1,1,1,1,1,0.243391722,0,0.456138231,0.456103237,0.456117021
-724,1,0.365,1,1,1,1,1,1,1,1,0.0302,0.365,0,1,0.2997,1,1,1,1,1,1,0.0074,0.2997,0,1,0.6334,1,1,1,0.0409,0.6334,0,1,1,1,1,1,0.027633574,0,0.16717954,1,1,1,1,1,0.052821957,0,0.090721734,1,1,1,1,1,0.107667208,0,0.469369261,0.469430929,0.469414894
-725,1,0.3648,1,1,1,1,1,1,1,1,0.0649,0.3648,0,1,0.2996,1,1,1,1,1,1,0.0252,0.2996,0,1,0.6332,1,1,1,0.0171,0.6332,0,1,1,1,1,1,0.05999621,0,0.474989295,1,1,1,1,1,0.120119259,0,0.567165196,1,1,1,1,1,0.041668154,0,0.511841469,0.511741062,0.511968085
-726,1,0.3647,1,1,1,1,1,1,1,1,0.0866,0.3647,0,1,0.2995,1,1,1,1,1,1,0.0119,0.2995,0,1,0.6331,1,1,1,0.0186,0.6331,0,1,1,1,1,1,0.05497665,0,0.702596068,1,1,1,1,1,0.081295967,0,0.924010992,1,1,1,1,1,0.015827598,0,0.592798453,0.592764967,0.592641844
-727,1,0.3645,1,1,1,1,1,1,1,1,0.1032,0.3645,0,1,0.2994,1,1,1,1,1,1,0.0752,0.2994,0,1,0.6329,1,1,1,0.06,0.6329,0,1,1,1,1,1,0.125590041,0,0.570208311,1,1,1,1,1,0.196727902,0,0.897093773,1,1,1,1,1,0.065328009,0,0.637566457,0.637613708,0.63785461
-728,1,0.3643,1,1,1,1,1,1,1,1,0.0927,0.3643,0.2201,1,0.2993,1,1,1,1,1,1,0.0558,0.2993,0.234,1,0.6327,1,1,1,0.0449,0.6327,0.1239,1,1,1,1,1,0.053490415,0.350113332,0.395216346,1,1,1,1,1,0.129380703,0.430211067,0.95732832,1,1,1,1,1,0.073457122,0.106152534,0.641916385,0.641844722,0.641843972
-729,1,0.3642,1,1,1,1,1,1,1,1,0.0895,0.3642,0.4205,1,0.2992,1,1,1,1,1,1,0.1476,0.2992,0.4451,1,0.6325,1,1,1,0.0418,0.6325,0.3257,1,1,1,1,1,0.060285859,0.623270571,0.599500954,1,1,1,1,1,0.203242242,0.720799208,1,1,1,1,1,1,0.0931051,0.358650148,0.641312228,0.64121007,0.641400709
-730,1,0.364,1,1,1,1,1,1,1,1,0.0435,0.364,0.5658,1,0.2991,1,1,1,1,1,1,0.0738,0.2991,0.6077,1,0.6324,1,1,1,0.0275,0.6324,0.4554,1,1,1,1,1,0.040066771,0.777687848,0.92329669,1,1,1,1,1,0.079362586,0.900471985,1,1,1,1,1,1,0.090384506,0.476272225,0.638231029,0.63824836,0.638297872
-731,1,0.3639,1,1,1,1,1,1,1,1,0.0295,0.3639,0.6243,1,0.299,1,1,1,1,1,1,0.064,0.299,0.6753,1,0.6322,1,1,1,0.0076,0.6322,0.4968,1,1,1,1,1,0.017825676,0.830272317,1,1,1,1,1,1,0.083569184,0.959325969,1,1,1,1,1,1,0.04085689,0.541094244,0.630860319,0.630844087,0.630762411
-732,1,0.3637,1,1,1,1,1,1,1,1,0.0465,0.3637,0.6336,1,0.2988,1,1,1,1,1,1,0.1217,0.2988,0.6821,1,0.632,1,1,1,0.0078,0.632,0.4691,1,1,1,1,1,0.027911656,0.849254251,1,1,1,1,1,1,0.153156906,0.964432359,1,1,1,1,1,1,0.034648474,0.545795739,0.620045916,0.620055003,0.620567376
-733,1,0.3636,1,1,1,1,1,1,1,1,0.072,0.3636,0.6206,1,0.2987,1,1,1,1,1,1,0.1294,0.2987,0.6674,1,0.6318,1,1,1,0.0106,0.6318,0.4368,1,1,1,1,1,0.027777761,0.826158643,1,1,1,1,1,1,0.173289895,0.947248697,1,1,1,1,1,1,0.053723283,0.506604612,0.611346061,0.611381426,0.611702128
-734,1,0.3634,1,1,1,1,1,1,1,1,0.1158,0.3634,0.5519,1,0.2986,1,1,1,1,1,1,0.2031,0.2986,0.6036,1,0.6317,1,1,1,0.0118,0.6317,0.3514,1,1,1,1,1,0.045486916,0.755250156,1,1,1,1,1,1,0.21944499,0.881622553,1,1,1,1,1,1,0.071680576,0.399403095,0.601075399,0.601015443,0.601507092
-735,1,0.3633,1,1,1,1,1,1,1,1,0.1096,0.3633,0.4038,1,0.2985,1,1,1,1,1,1,0.3855,0.2985,0.4617,1,0.6315,1,1,1,0.0224,0.6315,0.2073,1,1,1,1,1,0.05112312,0.604750156,1,1,1,1,1,1,0.413495034,0.749254167,1,1,1,1,1,1,0.082987361,0.208369225,0.59757129,0.597630633,0.59751773
-736,1,0.3631,1,1,1,1,1,1,1,1,0.0817,0.3631,0.2062,1,0.2984,1,1,1,1,1,1,0.3768,0.2984,0.2558,1,0.6313,1,1,1,0.0304,0.6313,0.0582,1,1,1,1,1,0.066213124,0.384492695,1,1,1,1,1,1,0.374422878,0.499689281,1,1,1,1,1,1,0.080590084,0.013048113,0.61817303,0.618151047,0.618351064
-737,1,0.363,1,1,1,1,1,1,1,1,0.1465,0.363,0,1,0.2983,1,1,1,1,1,1,0.4424,0.2983,0,1,0.6311,1,1,1,0.0565,0.6311,0,1,1,1,1,1,0.132454336,0,1,1,1,1,1,1,0.54305923,0,1,1,1,1,1,1,0.098910362,0,0.675507492,0.675692828,0.675531915
-738,1,0.3628,1,1,1,1,1,1,1,1,0.289,0.3628,0,1,0.2982,1,1,1,1,1,1,0.6404,0.2982,0,1,0.631,1,1,1,0.0782,0.631,0,1,1,1,1,1,0.216164663,0,1,1,1,1,1,1,0.773179889,0,0.992604494,1,1,1,1,1,0.156909674,0,0.683301112,0.683308652,0.683510638
-739,1,0.3627,1,1,1,1,1,1,1,1,0.1934,0.3627,0,1,0.2981,1,1,1,1,1,1,0.3338,0.2981,0,1,0.6308,1,1,1,0.0999,0.6308,0,1,1,1,1,1,0.212767228,0,0.99742651,1,1,1,1,1,0.417156637,0,1,1,1,1,1,1,0.232134402,0,0.666868052,0.6668077,0.667109929
-740,1,0.3625,1,1,1,1,1,1,1,1,0.1938,0.3625,0,1,0.298,1,1,1,1,1,1,0.3207,0.298,0,1,0.6306,1,1,1,0.0718,0.6306,0,1,1,1,1,1,0.128602982,0,1,1,1,1,1,1,0.427400231,0,0.975618124,1,1,1,1,1,0.182363257,0,0.639681005,0.639729215,0.63962766
-741,1,0.3624,1,1,1,1,1,1,1,1,0.1014,0.3624,0,1,0.2979,1,1,1,1,1,1,0.3026,0.2979,0,1,0.6304,1,1,1,0.0486,0.6304,0,1,1,1,1,1,0.096482679,0,0.788550317,1,1,1,1,1,0.380007029,0,0.709034085,1,1,1,1,1,0.147907212,0,0.596483809,0.596572879,0.596631206
-742,1,0.3622,1,1,1,1,1,1,1,1,0.1063,0.3622,0,1,0.2978,1,1,1,1,1,1,0.4876,0.2978,0,1,0.6303,1,1,1,0.0509,0.6303,0,1,1,1,1,1,0.089189716,0,0.796837807,1,1,1,1,1,0.47132799,0,0.531679034,1,1,1,1,1,0.147287339,0,0.539330594,0.539242649,0.539450355
-743,1,0.3621,1,1,1,1,1,1,1,1,0.0784,0.3621,0,1,0.2976,1,1,1,1,1,1,0.3831,0.2976,0,1,0.6301,1,1,1,0.0677,0.6301,0,1,1,1,1,1,0.076498419,0,0.98845458,1,1,1,1,1,0.449668467,0,0.996921539,1,1,1,1,1,0.173190057,0,0.488339778,0.488470489,0.488475177
-744,1,0.3619,1,1,1,1,1,1,1,1,0.096,0.3619,0,1,0.2975,1,1,1,1,1,1,0.6331,0.2975,0,1,0.6299,1,1,1,0.1024,0.6299,0,1,1,1,1,1,0.1096773,0,1,1,1,1,1,1,0.714267015,0,1,1,1,1,1,1,0.247732997,0,0.45559449,0.455680135,0.455673759
-745,1,0.3618,1,1,1,1,1,1,1,1,0.137,0.3618,0,1,0.2974,1,1,1,1,1,1,0.6382,0.2974,0,1,0.6297,1,1,1,0.1007,0.6297,0,1,1,1,1,1,0.194803089,0,1,1,1,1,1,1,0.671616912,0,1,1,1,1,1,1,0.265643954,0,0.437530208,0.437486778,0.4375
-746,1,0.3616,1,1,1,1,1,1,1,1,0.2063,0.3616,0,1,0.2973,1,1,1,1,1,1,0.5644,0.2973,0,1,0.6296,1,1,1,0.0909,0.6296,0,1,1,1,1,1,0.254814744,0,1,1,1,1,1,1,0.6663059,0,1,1,1,1,1,1,0.236190215,0,0.428890768,0.428813201,0.428634752
-747,1,0.3615,1,1,1,1,1,1,1,1,0.2178,0.3615,0,1,0.2972,1,1,1,1,1,1,0.535,0.2972,0,1,0.6294,1,1,1,0.1062,0.6294,0,1,1,1,1,1,0.241616324,0,1,1,1,1,1,1,0.707053363,0,1,1,1,1,1,1,0.255432367,0,0.428890768,0.428813201,0.429078014
-748,1,0.3613,1,1,1,1,1,1,1,1,0.2845,0.3613,0,1,0.2971,1,1,1,1,1,1,0.4271,0.2971,0,1,0.6292,1,1,1,0.0818,0.6292,0,1,1,1,1,1,0.200721651,0,1,1,1,1,1,1,0.596340716,0,1,1,1,1,1,1,0.229046464,0,0.441034316,0.440871589,0.441046099
-749,1,0.3611,1,1,1,1,1,1,1,1,0.2248,0.3611,0,1,0.297,1,1,1,1,1,1,0.4552,0.297,0,1,0.629,1,1,1,0.0779,0.629,0,1,1,1,1,1,0.160680622,0,1,1,1,1,1,1,0.562845349,0,1,1,1,1,1,1,0.203031078,0,0.484231513,0.484239475,0.484485816
-750,1,0.361,1,1,1,1,1,1,1,1,0.2908,0.361,0,1,0.2969,1,1,1,1,1,1,0.4525,0.2969,0,1,0.6289,1,1,1,0.1109,0.6289,0,1,1,1,1,1,0.247534588,0,1,1,1,1,1,1,0.585826874,0,1,1,1,1,1,1,0.181782275,0,0.565067666,0.56505183,0.565159574
-751,1,0.3608,1,1,1,1,1,1,1,1,0.216,0.3608,0,1,0.2968,1,1,1,1,1,1,0.4902,0.2968,0,1,0.6287,1,1,1,0.1084,0.6287,0,1,1,1,1,1,0.173735887,0,1,1,1,1,1,1,0.529611707,0,1,1,1,1,1,1,0.193198591,0,0.611829386,0.611804527,0.611702128
-752,1,0.3607,1,1,1,1,1,1,1,1,0.3332,0.3607,0.0461,1,0.2967,1,1,1,1,1,1,0.4202,0.2967,0.0364,1,0.6285,1,1,1,0.1087,0.6285,0.0057,1,1,1,1,1,0.216041267,0.093299352,1,1,1,1,1,1,0.402385354,0.063233517,1,1,1,1,1,1,0.211891547,0.036422238,0.616420976,0.616458642,0.616578014
-753,1,0.3605,1,1,1,1,1,1,1,1,0.4728,0.3605,0.1938,1,0.2965,1,1,1,1,1,1,0.6382,0.2965,0.2206,1,0.6283,1,1,1,0.1239,0.6283,0.1477,1,1,1,1,1,0.304699868,0.283161372,1,1,1,1,1,1,0.495198876,0.382269412,1,1,1,1,1,1,0.204375938,0.17722699,0.616843886,0.616670193,0.617021277
-754,1,0.3604,1,1,1,1,1,1,1,1,0.0566,0.3604,0.3902,1,0.2964,1,1,1,1,1,1,0.0922,0.2964,0.3836,1,0.6281,1,1,1,0.0176,0.6281,0.4071,1,1,1,1,1,0.019990467,0.601121902,1,1,1,1,1,1,0.0603595,0.554088175,1,1,1,1,1,1,0.040625706,0.498945832,0.616360561,0.616458642,0.616578014
-755,1,0.3602,1,1,1,1,1,1,1,1,0.401,0.3602,0.3957,1,0.2963,1,1,1,1,1,1,0.3524,0.2963,0.3151,1,0.628,1,1,1,0.1117,0.628,0.3391,1,1,1,1,1,0.267131478,0.538249075,1,1,1,1,1,1,0.349170536,0.506150186,1,1,1,1,1,1,0.257165611,0.490984559,0.615091832,0.615189338,0.615248227
-756,1,0.3601,1,1,1,1,1,1,1,1,0.4547,0.3601,0.4156,1,0.2962,1,1,1,1,1,1,0.396,0.2962,0.3405,1,0.6278,1,1,1,0.0921,0.6278,0.3883,1,1,1,1,1,0.277173162,0.575325131,1,1,1,1,1,1,0.340544671,0.551843703,1,1,1,1,1,1,0.180945426,0.502223969,0.608748188,0.608842818,0.609042553
-757,1,0.3599,1,1,1,1,1,1,1,1,0.425,0.3599,0.4371,1,0.2961,1,1,1,1,1,1,0.5962,0.2961,0.5179,1,0.6276,1,1,1,0.0767,0.6276,0.3857,1,1,1,1,1,0.295559257,0.650248885,1,1,1,1,1,1,0.523572087,0.803297877,1,1,1,1,1,1,0.121393159,0.502091944,0.602887869,0.602919399,0.603280142
-758,1,0.3598,1,1,1,1,1,1,1,1,0.3442,0.3598,0.5286,1,0.296,1,1,1,1,1,1,0.3907,0.296,0.5831,1,0.6274,1,1,1,0.0637,0.6274,0.2815,1,1,1,1,1,0.284105003,0.789278746,1,1,1,1,1,1,0.363970846,0.807305992,1,1,1,1,1,1,0.095153846,0.637228251,0.590804737,0.590649461,0.590868794
-759,1,0.3596,1,1,1,1,1,1,1,1,0.508,0.3596,0.4206,1,0.2959,1,1,1,1,1,1,0.4543,0.2959,0.4177,1,0.6273,1,1,1,0.0605,0.6273,0.2399,1,1,1,1,1,0.51749301,0.649998069,1,1,1,1,1,1,0.48369953,0.644721627,1,1,1,1,1,1,0.084747866,0.608169794,0.585729821,0.585572245,0.585992908
-760,1,0.3595,1,1,1,1,1,1,1,1,0.6019,0.3595,0.2085,1,0.2958,1,1,1,1,1,1,0.7078,0.2958,0.2475,1,0.6271,1,1,1,0.1009,0.6271,0.0524,1,1,1,1,1,0.625428975,0.408553988,1,1,1,1,1,1,0.65403223,0.462702394,1,1,1,1,1,1,0.126617715,0.326582402,0.602706622,0.602707849,0.602836879
-761,1,0.3593,1,1,1,1,1,1,1,1,0.5202,0.3593,0,1,0.2957,1,1,1,1,1,1,0.6405,0.2957,0,1,0.6269,1,1,1,0.1203,0.6269,0,1,1,1,1,1,0.726660848,0,1,1,1,1,1,1,0.619054437,0,1,1,1,1,1,1,0.180751711,0,0.656234896,0.656230167,0.656471631
-762,1,0.3592,1,1,1,1,1,1,1,1,0.4682,0.3592,0,1,0.2956,1,1,1,1,1,1,0.4393,0.2956,0,1,0.6267,1,1,1,0.1132,0.6267,0,1,1,1,1,1,0.591703415,0,1,1,1,1,1,1,0.563939154,0,1,1,1,1,1,1,0.156880841,0,0.663484775,0.66363444,0.66356383
-763,1,0.359,1,1,1,1,1,1,1,1,0.5178,0.359,0,1,0.2954,1,1,1,1,1,1,0.4075,0.2954,0,1,0.6266,1,1,1,0.1585,0.6266,0,1,1,1,1,1,0.628118157,0,1,1,1,1,1,1,0.470415711,0,1,1,1,1,1,1,0.149838775,0,0.647172547,0.647133488,0.647606383
-764,1,0.3589,1,1,1,1,1,1,1,1,0.4126,0.3589,0,1,0.2953,1,1,1,1,1,1,0.6693,0.2953,0,1,0.6264,1,1,1,0.1223,0.6264,0,1,1,1,1,1,0.458319247,0,1,1,1,1,1,1,0.595134854,0,1,1,1,1,1,1,0.136293709,0,0.621133398,0.621112757,0.621453901
-765,1,0.3587,1,1,1,1,1,1,1,1,0.4976,0.3587,0,1,0.2952,1,1,1,1,1,1,0.6403,0.2952,0,1,0.6262,1,1,1,0.1301,0.6262,0,1,1,1,1,1,0.534213841,0,1,1,1,1,1,1,0.525857151,0,1,1,1,1,1,1,0.199996233,0,0.578902852,0.578802623,0.578900709
-766,1,0.3586,1,1,1,1,1,1,1,1,0.3818,0.3586,0,1,0.2951,1,1,1,1,1,1,0.1559,0.2951,0,1,0.626,1,1,1,0.1651,0.626,0,1,1,1,1,1,0.353278667,0,1,1,1,1,1,1,0.180678129,0,1,1,1,1,1,1,0.271416903,0,0.522716288,0.522741697,0.523049645
-767,1,0.3584,1,1,1,1,1,1,1,1,0.3869,0.3584,0,1,0.295,1,1,1,1,1,1,0.1395,0.295,0,1,0.6259,1,1,1,0.1833,0.6259,0,1,1,1,1,1,0.314005017,0,0.976829052,1,1,1,1,1,0.267841458,0,1,1,1,1,1,1,0.18743366,0,0.472812953,0.472815739,0.47251773
-768,1,0.3583,1,1,1,1,1,1,1,1,0.3766,0.3583,0,1,0.2949,1,1,1,1,1,1,0.1651,0.2949,0,1,0.6257,1,1,1,0.1326,0.6257,0,1,1,1,1,1,0.383086562,0,0.980810642,1,1,1,1,1,0.251514494,0,0.72747016,1,1,1,1,1,0.107498989,0,0.440550991,0.440660038,0.440602837
-769,1,0.3581,1,1,1,1,1,1,1,1,0.3818,0.3581,0,1,0.2948,1,1,1,1,1,1,0.1017,0.2948,0,1,0.6255,1,1,1,0.1683,0.6255,0,1,1,1,1,1,0.44350031,0,0.996657252,1,1,1,1,1,0.176520094,0,0.414286911,1,1,1,1,1,0.126835629,0,0.423936684,0.423947535,0.424202128
-770,1,0.358,1,1,1,1,1,1,1,1,0.3323,0.358,0,1,0.2947,1,1,1,1,1,1,0.1661,0.2947,0,1,0.6253,1,1,1,0.1828,0.6253,0,1,1,1,1,1,0.368468523,0,0.985633254,1,1,1,1,1,0.269503593,0,0.674025476,1,1,1,1,1,0.196585596,0,0.416324311,0.416331711,0.416223404
-771,1,0.3578,1,1,1,1,1,1,1,1,0.3623,0.3578,0,1,0.2946,1,1,1,1,1,1,0.2851,0.2946,0,1,0.6252,1,1,1,0.2129,0.6252,0,1,1,1,1,1,0.395563096,0,0.823532403,1,1,1,1,1,0.402520478,0,0.497878581,1,1,1,1,1,0.257330477,0,0.416988884,0.416966363,0.417109929
-772,1,0.3576,1,1,1,1,1,1,1,1,0.2286,0.3576,0,1,0.2945,1,1,1,1,1,1,0.2959,0.2945,0,1,0.625,1,1,1,0.1277,0.625,0,1,1,1,1,1,0.167541265,0,0.547575772,1,1,1,1,1,0.319666445,0,0.388032496,1,1,1,1,1,0.181628242,0,0.430884485,0.430717157,0.430851064
-773,1,0.3575,1,1,1,1,1,1,1,1,0.157,0.3575,0,1,0.2943,1,1,1,1,1,1,0.1445,0.2943,0,1,0.6248,1,1,1,0.1051,0.6248,0,1,1,1,1,1,0.139193848,0,0.388577133,1,1,1,1,1,0.215694755,0,0.347200036,1,1,1,1,1,0.15911755,0,0.47577332,0.475777449,0.475620567
-774,1,0.3573,1,1,1,1,1,1,1,1,0.1319,0.3573,0,1,0.2942,1,1,1,1,1,1,0.1067,0.2942,0,1,0.6246,1,1,1,0.1199,0.6246,0,1,1,1,1,1,0.156281605,0,0.407628477,1,1,1,1,1,0.215539813,0,0.386353433,1,1,1,1,1,0.180105969,0,0.559569841,0.559763063,0.559397163
-775,1,0.3572,1,1,1,1,1,1,1,1,0.1174,0.3572,0,1,0.2941,1,1,1,1,1,1,0.0747,0.2941,0,1,0.6245,1,1,1,0.113,0.6245,0,1,1,1,1,1,0.084279515,0,0.243772924,1,1,1,1,1,0.1368981,0,0.228318334,1,1,1,1,1,0.187229291,0,0.604035766,0.603977153,0.604166667
-776,1,0.357,1,1,1,1,1,1,1,1,0.0933,0.357,0.1455,1,0.294,1,1,1,1,1,1,0.0156,0.294,0.09,1,0.6243,1,1,1,0.1572,0.6243,0.1705,1,1,1,1,1,0.055331144,0.206003532,0.052970622,1,1,1,1,1,0.054104786,0.133128136,0.021001048,1,1,1,1,1,0.234524131,0.330661446,0.612312711,0.612227629,0.61214539
-777,1,0.3569,1,1,1,1,1,1,1,1,0.0477,0.3569,0.2427,1,0.2939,1,1,1,1,1,1,0.0078,0.2939,0.1936,1,0.6241,1,1,1,0.1303,0.6241,0.3236,1,1,1,1,1,0.056644224,0.3757824,0.057929832,1,1,1,1,1,0.029560359,0.298018128,0.019363616,1,1,1,1,1,0.184579626,0.482598841,0.617870952,0.617727946,0.618351064
-778,1,0.3567,1,1,1,1,1,1,1,1,0.0732,0.3567,0.3104,1,0.2938,1,1,1,1,1,1,0.0075,0.2938,0.3332,1,0.6239,1,1,1,0.1332,0.6239,0.4292,1,1,1,1,1,0.10449855,0.501835227,0.089388102,1,1,1,1,1,0.016660545,0.456856132,0.058379062,1,1,1,1,1,0.162646934,0.59535259,0.623852102,0.623862915,0.624113475
-779,1,0.3566,1,1,1,1,1,1,1,1,0.1364,0.3566,0.3464,1,0.2937,1,1,1,1,1,1,0.1109,0.2937,0.3326,1,0.6238,1,1,1,0.1222,0.6238,0.4401,1,1,1,1,1,0.096431807,0.542283416,0.109146088,1,1,1,1,1,0.104794927,0.510558486,0.037707854,1,1,1,1,1,0.148397759,0.633067608,0.625181247,0.625132219,0.625443262
-780,1,0.3564,1,1,1,1,1,1,1,1,0.1731,0.3564,0.3283,1,0.2936,1,1,1,1,1,1,0.1611,0.2936,0.3824,1,0.6236,1,1,1,0.1236,0.6236,0.4514,1,1,1,1,1,0.092881538,0.520615101,0.261178374,1,1,1,1,1,0.137853146,0.556712389,0.207398713,1,1,1,1,1,0.147312954,0.654635489,0.622704205,0.622593611,0.622783688
-781,1,0.3563,1,1,1,1,1,1,1,1,0.2094,0.3563,0.2946,1,0.2935,1,1,1,1,1,1,0.0972,0.2935,0.3927,1,0.6234,1,1,1,0.1172,0.6234,0.5043,1,1,1,1,1,0.09639807,0.520744085,0.378957778,1,1,1,1,1,0.108982205,0.592068791,0.343934834,1,1,1,1,1,0.171648934,0.63020426,0.621616723,0.621747409,0.621897163
-782,1,0.3561,1,1,1,1,1,1,1,1,0.2582,0.3561,0.2536,1,0.2934,1,1,1,1,1,1,0.0618,0.2934,0.3493,1,0.6232,1,1,1,0.1344,0.6232,0.4798,1,1,1,1,1,0.093670771,0.443469852,0.494419336,1,1,1,1,1,0.083654523,0.508905947,0.31976676,1,1,1,1,1,0.19780083,0.585876882,0.619623006,0.619631902,0.619680851
-783,1,0.356,1,1,1,1,1,1,1,1,0.2275,0.356,0.175,1,0.2933,1,1,1,1,1,1,0.0742,0.2933,0.2221,1,0.6231,1,1,1,0.0897,0.6231,0.3351,1,1,1,1,1,0.065327302,0.282931417,0.771311641,1,1,1,1,1,0.09714818,0.336022586,0.20859766,1,1,1,1,1,0.114634141,0.393366545,0.625241663,0.62534377,0.625443262
-784,1,0.3558,1,1,1,1,1,1,1,1,0.2053,0.3558,0.034,1,0.2931,1,1,1,1,1,1,0.1879,0.2931,0.0478,1,0.6229,1,1,1,0.0933,0.6229,0.1195,1,1,1,1,1,0.072655536,0.059185028,0.924888492,1,1,1,1,1,0.170839787,0.102845892,0.265742421,1,1,1,1,1,0.092381261,0.07587561,0.652368294,0.652422255,0.65248227
-785,1,0.3557,1,1,1,1,1,1,1,1,0.1966,0.3557,0,1,0.293,1,1,1,1,1,1,0.2954,0.293,0,1,0.6227,1,1,1,0.1399,0.6227,0,1,1,1,1,1,0.106875919,0,1,1,1,1,1,1,0.24082078,0,0.409732759,1,1,1,1,1,0.180342734,0,0.692665539,0.692616882,0.692819149
-786,1,0.3555,1,1,1,1,1,1,1,1,0.1835,0.3555,0,1,0.2929,1,1,1,1,1,1,0.3657,0.2929,0,1,0.6225,1,1,1,0.2193,0.6225,0,1,1,1,1,1,0.136248887,0,1,1,1,1,1,1,0.32001996,0,0.409101367,1,1,1,1,1,0.309749097,0,0.694659256,0.694732388,0.694592199
-787,1,0.3554,1,1,1,1,1,1,1,1,0.1348,0.3554,0,1,0.2928,1,1,1,1,1,1,0.2629,0.2928,0,1,0.6223,1,1,1,0.1539,0.6223,0,1,1,1,1,1,0.120198637,0,0.969779372,1,1,1,1,1,0.220218718,0,0.202965468,1,1,1,1,1,0.208642468,0,0.678709522,0.678654538,0.679078014
-788,1,0.3552,1,1,1,1,1,1,1,1,0.1303,0.3552,0,1,0.2927,1,1,1,1,1,1,0.5648,0.2927,0,1,0.6222,1,1,1,0.2421,0.6222,0,1,1,1,1,1,0.185680255,0,0.88285172,1,1,1,1,1,0.456699103,0,0.271671474,1,1,1,1,1,0.299866736,0,0.654059932,0.65411466,0.654255319
-789,1,0.3551,1,1,1,1,1,1,1,1,0.1532,0.3551,0,1,0.2926,1,1,1,1,1,1,0.5892,0.2926,0,1,0.622,1,1,1,0.222,0.622,0,1,1,1,1,1,0.261445582,0,0.851768255,1,1,1,1,1,0.530942202,0,0.297862083,1,1,1,1,1,0.280218422,0,0.611708555,0.611804527,0.611702128
-790,1,0.3549,1,1,1,1,1,1,1,1,0.2442,0.3549,0,1,0.2925,1,1,1,1,1,1,0.6145,0.2925,0,1,0.6218,1,1,1,0.2078,0.6218,0,1,1,1,1,1,0.389072001,0,0.768877149,1,1,1,1,1,0.627009869,0,0.523702145,1,1,1,1,1,0.268600106,0,0.556549058,0.556589803,0.556737589
-791,1,0.3548,1,1,1,1,1,1,1,1,0.2866,0.3548,0,1,0.2924,1,1,1,1,1,1,0.5073,0.2924,0,1,0.6216,1,1,1,0.2657,0.6216,0,1,1,1,1,1,0.419161379,0,0.709473848,1,1,1,1,1,0.51958853,0,0.626044512,1,1,1,1,1,0.341568589,0,0.507068632,0.507086947,0.507092199
-792,1,0.3546,1,1,1,1,1,1,1,1,0.306,0.3546,0,1,0.2923,1,1,1,1,1,1,0.6853,0.2923,0,1,0.6215,1,1,1,0.3213,0.6215,0,1,1,1,1,1,0.476029575,0,0.703855813,1,1,1,1,1,0.717554569,0,0.584649742,1,1,1,1,1,0.409523487,0,0.474685839,0.474719695,0.474734043
-793,1,0.3544,1,1,1,1,1,1,1,1,0.3078,0.3544,0,1,0.2922,1,1,1,1,1,1,0.6133,0.2922,0,1,0.6213,1,1,1,0.2832,0.6213,0,1,1,1,1,1,0.411838561,0,0.978587091,1,1,1,1,1,0.667128503,0,0.773313165,1,1,1,1,1,0.345329881,0,0.45740696,0.457372541,0.457446809
-794,1,0.3543,1,1,1,1,1,1,1,1,0.2736,0.3543,0,1,0.292,1,1,1,1,1,1,0.5158,0.292,0,1,0.6211,1,1,1,0.2951,0.6211,0,1,1,1,1,1,0.287796199,0,0.999675751,1,1,1,1,1,0.614007771,0,1,1,1,1,1,1,0.428371191,0,0.451184147,0.451237571,0.451241135
-795,1,0.3541,1,1,1,1,1,1,1,1,0.2412,0.3541,0,1,0.2919,1,1,1,1,1,1,0.3481,0.2919,0,1,0.6209,1,1,1,0.3276,0.6209,0,1,1,1,1,1,0.231116414,0,0.925075769,1,1,1,1,1,0.428339601,0,1,1,1,1,1,1,0.47630775,0,0.452090382,0.452083774,0.45212766
-796,1,0.354,1,1,1,1,1,1,1,1,0.3107,0.354,0,1,0.2918,1,1,1,1,1,1,0.2595,0.2918,0,1,0.6208,1,1,1,0.4021,0.6208,0,1,1,1,1,1,0.247458607,0,1,1,1,1,1,1,0.343908995,0,1,1,1,1,1,1,0.594658077,0,0.466046399,0.466046118,0.466312057
-797,1,0.3538,1,1,1,1,1,1,1,1,0.2331,0.3538,0,1,0.2917,1,1,1,1,1,1,0.3978,0.2917,0,1,0.6206,1,1,1,0.4368,0.6206,0,1,1,1,1,1,0.244129777,0,0.902260423,1,1,1,1,1,0.460561693,0,1,1,1,1,1,1,0.664610445,0,0.511237313,0.51110641,0.51108156
-798,1,0.3537,1,1,1,1,1,1,1,1,0.2189,0.3537,0,1,0.2916,1,1,1,1,1,1,0.3029,0.2916,0,1,0.6204,1,1,1,0.4581,0.6204,0,1,1,1,1,1,0.184182227,0,0.835264206,1,1,1,1,1,0.297472179,0,1,1,1,1,1,1,0.710611522,0,0.594610923,0.594668923,0.594858156
-799,1,0.3535,1,1,1,1,1,1,1,1,0.2299,0.3535,0,1,0.2915,1,1,1,1,1,1,0.2191,0.2915,0,1,0.6202,1,1,1,0.37,0.6202,0,1,1,1,1,1,0.225504801,0,0.67254287,1,1,1,1,1,0.198571995,0,0.926411092,1,1,1,1,1,0.622478068,0,0.635633156,0.635709752,0.635638298
-800,1,0.3534,1,1,1,1,1,1,1,1,0.2891,0.3534,0.2753,1,0.2914,1,1,1,1,1,1,0.3339,0.2914,0.2852,1,0.6201,1,1,1,0.5172,0.6201,0.2222,1,1,1,1,1,0.287564903,0.550591052,0.565490961,1,1,1,1,1,0.29392606,0.535572886,0.735062361,1,1,1,1,1,0.774337292,0.488184839,0.640647656,0.640786968,0.640957447
-801,1,0.3532,1,1,1,1,1,1,1,1,0.2375,0.3532,0.4988,1,0.2913,1,1,1,1,1,1,0.4184,0.2913,0.5084,1,0.6199,1,1,1,0.3984,0.6199,0.3733,1,1,1,1,1,0.227531835,0.825124741,0.503312111,1,1,1,1,1,0.394023865,0.816006422,0.869518399,1,1,1,1,1,0.638944924,0.723017454,0.639137264,0.639094563,0.639184397
-802,1,0.3531,1,1,1,1,1,1,1,1,0.1947,0.3531,0.6555,1,0.2912,1,1,1,1,1,1,0.4496,0.2912,0.6649,1,0.6197,1,1,1,0.3475,0.6197,0.4894,1,1,1,1,1,0.193130091,0.968725562,0.397825956,1,1,1,1,1,0.443158627,0.967505455,0.512563586,1,1,1,1,1,0.539852619,0.87814343,0.637626873,0.637825259,0.63785461
-803,1,0.3529,1,1,1,1,1,1,1,1,0.1596,0.3529,0.727,1,0.2911,1,1,1,1,1,1,0.4542,0.2911,0.739,1,0.6195,1,1,1,0.3008,0.6195,0.6147,1,1,1,1,1,0.184616253,0.997696698,0.467158616,1,1,1,1,1,0.424032271,1,0.436321497,1,1,1,1,1,0.458831966,0.96494925,0.631464476,0.631478739,0.631648936
-804,1,0.3528,1,1,1,1,1,1,1,1,0.2111,0.3528,0.7355,1,0.2909,1,1,1,1,1,1,0.4211,0.2909,0.7491,1,0.6194,1,1,1,0.231,0.6194,0.674,1,1,1,1,1,0.253531963,1,0.465070426,1,1,1,1,1,0.374708116,1,0.454321802,1,1,1,1,1,0.350636512,0.939557195,0.6199855,0.619843453,0.620124113
-805,1,0.3526,1,1,1,1,1,1,1,1,0.2691,0.3526,0.7286,1,0.2908,1,1,1,1,1,1,0.3076,0.2908,0.7427,1,0.6192,1,1,1,0.3002,0.6192,0.6074,1,1,1,1,1,0.365109563,0.997563839,0.527628541,1,1,1,1,1,0.27788797,1,0.467457116,1,1,1,1,1,0.471201092,0.879588604,0.612252296,0.612227629,0.61214539
-806,1,0.3525,1,1,1,1,1,1,1,1,0.3164,0.3525,0.6589,1,0.2907,1,1,1,1,1,1,0.3027,0.2907,0.6855,1,0.619,1,1,1,0.3104,0.619,0.5635,1,1,1,1,1,0.383451283,0.974974573,0.402595043,1,1,1,1,1,0.29648748,0.98572433,0.433334589,1,1,1,1,1,0.492583811,0.906751275,0.602767037,0.602707849,0.602836879
-807,1,0.3523,1,1,1,1,1,1,1,1,0.2354,0.3523,0.4977,1,0.2906,1,1,1,1,1,1,0.2465,0.2906,0.5306,1,0.6188,1,1,1,0.2295,0.6188,0.4017,1,1,1,1,1,0.262180358,0.810561597,0.319198489,1,1,1,1,1,0.253713667,0.845061898,0.376916498,1,1,1,1,1,0.394755781,0.779628754,0.599565007,0.599746139,0.599734043
-808,1,0.3522,1,1,1,1,1,1,1,1,0.216,0.3522,0.2796,1,0.2905,1,1,1,1,1,1,0.2435,0.2905,0.3169,1,0.6187,1,1,1,0.1604,0.6187,0.1843,1,1,1,1,1,0.237569928,0.552969933,0.186368495,1,1,1,1,1,0.245726928,0.586941719,0.370740831,1,1,1,1,1,0.321599871,0.4947671,0.617448043,0.617516395,0.617464539
-809,1,0.352,1,1,1,1,1,1,1,1,0.1181,0.352,0,1,0.2904,1,1,1,1,1,1,0.0876,0.2904,0.0002,1,0.6185,1,1,1,0.2637,0.6185,0,1,1,1,1,1,0.154034868,0,0.095573373,1,1,1,1,1,0.122582242,0.003754332,0.28421545,1,1,1,1,1,0.539359212,0,0.666868052,0.6668077,0.666666667
-810,1,0.3519,1,1,1,1,1,1,1,1,0.137,0.3519,0,1,0.2903,1,1,1,1,1,1,0.0671,0.2903,0,1,0.6183,1,1,1,0.2786,0.6183,0,1,1,1,1,1,0.210450292,0,0.170891523,1,1,1,1,1,0.104897082,0,0.395336926,1,1,1,1,1,0.582202852,0,0.67357419,0.673577322,0.673758865
-811,1,0.3517,1,1,1,1,1,1,1,1,0.1675,0.3517,0,1,0.2902,1,1,1,1,1,1,0.0428,0.2902,0,1,0.6181,1,1,1,0.1842,0.6181,0,1,1,1,1,1,0.231337026,0,0.261744946,1,1,1,1,1,0.079567641,0,0.522135854,1,1,1,1,1,0.398145735,0,0.656959884,0.656864819,0.656914894
-812,1,0.3516,1,1,1,1,1,1,1,1,0.1272,0.3516,0,1,0.2901,1,1,1,1,1,1,0.0346,0.2901,0,1,0.618,1,1,1,0.1593,0.618,0,1,1,1,1,1,0.160837963,0,0.202107742,1,1,1,1,1,0.056579795,0,0.158446863,1,1,1,1,1,0.235560238,0,0.634847753,0.634651999,0.635195035
-813,1,0.3514,1,1,1,1,1,1,1,1,0.1433,0.3514,0,1,0.29,1,1,1,1,1,1,0.0315,0.29,0,1,0.6178,1,1,1,0.1576,0.6178,0,1,1,1,1,1,0.171566278,0,0.202914476,1,1,1,1,1,0.046720639,0,0.035966493,1,1,1,1,1,0.216202423,0,0.601860802,0.601650095,0.601950355
-814,1,0.3512,1,1,1,1,1,1,1,1,0.2056,0.3512,0,1,0.2898,1,1,1,1,1,1,0.0468,0.2898,0,1,0.6176,1,1,1,0.1383,0.6176,0,1,1,1,1,1,0.206517622,0,0.189484596,1,1,1,1,1,0.070696503,0,0.051558644,1,1,1,1,1,0.183955804,0,0.556851136,0.556801354,0.556737589
-815,1,0.3511,1,1,1,1,1,1,1,1,0.1736,0.3511,0,1,0.2897,1,1,1,1,1,1,0.1015,0.2897,0,1,0.6174,1,1,1,0.1539,0.6174,0,1,1,1,1,1,0.176681399,0,0.352852225,1,1,1,1,1,0.142729834,0,0.143725678,1,1,1,1,1,0.334290475,0,0.508397777,0.508356251,0.508421986
-816,1,0.3509,1,1,1,1,1,1,1,1,0.1804,0.3509,0,1,0.2896,1,1,1,1,1,1,0.166,0.2896,0,1,0.6173,1,1,1,0.162,0.6173,0,1,1,1,1,1,0.186427265,0,0.281211197,1,1,1,1,1,0.208615676,0,0.128578529,1,1,1,1,1,0.369595319,0,0.472631706,0.472604189,0.47251773
-817,1,0.3508,1,1,1,1,1,1,1,1,0.1662,0.3508,0,1,0.2895,1,1,1,1,1,1,0.2032,0.2895,0,1,0.6171,1,1,1,0.1114,0.6171,0,1,1,1,1,1,0.141543105,0,0.24352926,1,1,1,1,1,0.252239645,0,0.276502103,1,1,1,1,1,0.268615037,0,0.45281537,0.452718426,0.453014184
-818,1,0.3506,1,1,1,1,1,1,1,1,0.1975,0.3506,0,1,0.2894,1,1,1,1,1,1,0.218,0.2894,0,1,0.6169,1,1,1,0.0935,0.6169,0,1,1,1,1,1,0.127795607,0,0.551390767,1,1,1,1,1,0.279464722,0,0.622407973,1,1,1,1,1,0.245638654,0,0.441880135,0.441929342,0.441932624
-819,1,0.3505,1,1,1,1,1,1,1,1,0.2276,0.3505,0,1,0.2893,1,1,1,1,1,1,0.233,0.2893,0,1,0.6167,1,1,1,0.1134,0.6167,0,1,1,1,1,1,0.181273267,0,0.639246702,1,1,1,1,1,0.317038506,0,0.581334531,1,1,1,1,1,0.272215456,0,0.437590623,0.437698329,0.4375
-820,1,0.3503,1,1,1,1,1,1,1,1,0.2669,0.3503,0,1,0.2892,1,1,1,1,1,1,0.27,0.2892,0,1,0.6166,1,1,1,0.1904,0.6166,0,1,1,1,1,1,0.244429097,0,0.686047196,1,1,1,1,1,0.390875399,0,0.642005801,1,1,1,1,1,0.330373973,0,0.440913485,0.440871589,0.440602837
-821,1,0.3502,1,1,1,1,1,1,1,1,0.2565,0.3502,0,1,0.2891,1,1,1,1,1,1,0.2033,0.2891,0,1,0.6164,1,1,1,0.226,0.6164,0,1,1,1,1,1,0.259771109,0,0.794963002,1,1,1,1,1,0.304329753,0,0.480959177,1,1,1,1,1,0.291830659,0,0.456863219,0.456737889,0.457003546
-822,1,0.35,1,1,1,1,1,1,1,1,0.191,0.35,0,1,0.289,1,1,1,1,1,1,0.2361,0.289,0,1,0.6162,1,1,1,0.2889,0.6162,0,1,1,1,1,1,0.236181334,0,0.556034267,1,1,1,1,1,0.339219898,0,0.283207864,1,1,1,1,1,0.351346254,0,0.488279362,0.488258938,0.488475177
-823,1,0.3499,1,1,1,1,1,1,1,1,0.2067,0.3499,0,1,0.2889,1,1,1,1,1,1,0.2096,0.2889,0,1,0.616,1,1,1,0.2231,0.616,0,1,1,1,1,1,0.188757405,0,0.737434208,1,1,1,1,1,0.298683941,0,0.633132994,1,1,1,1,1,0.285051942,0,0.520541324,0.52062619,0.520833333
-824,1,0.3497,1,1,1,1,1,1,1,1,0.2028,0.3497,0.2573,1,0.2887,1,1,1,1,1,1,0.1707,0.2887,0.2491,1,0.6158,1,1,1,0.277,0.6158,0.2179,1,1,1,1,1,0.236170962,0.460373342,0.82946074,1,1,1,1,1,0.187391132,0.41150254,0.628424644,1,1,1,1,1,0.510358453,0.426907063,0.554615756,0.554685847,0.554964539
-825,1,0.3496,1,1,1,1,1,1,1,1,0.1655,0.3496,0.4428,1,0.2886,1,1,1,1,1,1,0.1428,0.2886,0.4212,1,0.6157,1,1,1,0.1817,0.6157,0.4377,1,1,1,1,1,0.150341004,0.712262988,0.899591923,1,1,1,1,1,0.133782476,0.644474685,0.619172275,1,1,1,1,1,0.330415368,0.684625208,0.575398743,0.575417813,0.575797872
-826,1,0.3494,1,1,1,1,1,1,1,1,0.2659,0.3494,0.5817,1,0.2885,1,1,1,1,1,1,0.398,0.2885,0.565,1,0.6155,1,1,1,0.2194,0.6155,0.5688,1,1,1,1,1,0.258907408,0.809171498,0.853770852,1,1,1,1,1,0.350717634,0.803192556,0.431081176,1,1,1,1,1,0.325391978,0.830927074,0.582467376,0.582610535,0.582446809
-827,1,0.3493,1,1,1,1,1,1,1,1,0.2453,0.3493,0.5987,1,0.2884,1,1,1,1,1,1,0.5621,0.2884,0.6201,1,0.6153,1,1,1,0.2477,0.6153,0.5992,1,1,1,1,1,0.283280671,0.85270822,0.646825612,1,1,1,1,1,0.471854299,0.840317607,0.371200025,1,1,1,1,1,0.376242936,0.963212609,0.577996617,0.577956421,0.578014184
-828,1,0.3491,1,1,1,1,1,1,1,1,0.2446,0.3491,0.6564,1,0.2883,1,1,1,1,1,1,0.4415,0.2883,0.6135,1,0.6151,1,1,1,0.3111,0.6151,0.6509,1,1,1,1,1,0.273270667,0.911302209,0.369567186,1,1,1,1,1,0.391232908,0.816644371,0.242984816,1,1,1,1,1,0.489652574,0.98288697,0.568450942,0.568436641,0.568705674
-829,1,0.349,1,1,1,1,1,1,1,1,0.226,0.349,0.6124,1,0.2882,1,1,1,1,1,1,0.3494,0.2882,0.5587,1,0.615,1,1,1,0.2731,0.615,0.666,1,1,1,1,1,0.253780514,0.836064219,0.140949965,1,1,1,1,1,0.315298557,0.813836873,0.103268854,1,1,1,1,1,0.432372004,0.995891333,0.556488642,0.556589803,0.556737589
-830,1,0.3488,1,1,1,1,1,1,1,1,0.1888,0.3488,0.5068,1,0.2881,1,1,1,1,1,1,0.4235,0.2881,0.5271,1,0.6148,1,1,1,0.3021,0.6148,0.6132,1,1,1,1,1,0.230576187,0.759458184,0.335208744,1,1,1,1,1,0.356083214,0.776669323,0.15858981,1,1,1,1,1,0.428593785,0.920336485,0.5489971,0.548973979,0.549202128
-831,1,0.3487,1,1,1,1,1,1,1,1,0.157,0.3487,0.4084,1,0.288,1,1,1,1,1,1,0.4151,0.288,0.3826,1,0.6146,1,1,1,0.2923,0.6146,0.4604,1,1,1,1,1,0.223688602,0.676817715,0.551024437,1,1,1,1,1,0.354273677,0.57527405,0.182983503,1,1,1,1,1,0.411392301,0.759069204,0.549661672,0.549820182,0.54964539
-832,1,0.3485,1,1,1,1,1,1,1,1,0.1292,0.3485,0.2368,1,0.2879,1,1,1,1,1,1,0.2194,0.2879,0.213,1,0.6144,1,1,1,0.3571,0.6144,0.239,1,1,1,1,1,0.180839539,0.492759377,0.602906704,1,1,1,1,1,0.209992796,0.383338153,0.146773562,1,1,1,1,1,0.541352153,0.494016945,0.571290478,0.57139835,0.571365248
-833,1,0.3484,1,1,1,1,1,1,1,1,0.0989,0.3484,0,1,0.2878,1,1,1,1,1,1,0.106,0.2878,0,1,0.6143,1,1,1,0.4468,0.6143,0,1,1,1,1,1,0.189725265,0,0.447923183,1,1,1,1,1,0.107788622,0,0.066135868,1,1,1,1,1,0.659112215,0,0.626449976,0.626401523,0.62677305
-834,1,0.3482,1,1,1,1,1,1,1,1,0.1215,0.3482,0,1,0.2877,1,1,1,1,1,1,0.0704,0.2877,0,1,0.6141,1,1,1,0.4554,0.6141,0,1,1,1,1,1,0.215308055,0,0.116892323,1,1,1,1,1,0.112563796,0,0.064659432,1,1,1,1,1,0.706642568,0,0.638472692,0.638459911,0.638741135
-835,1,0.3481,1,1,1,1,1,1,1,1,0.0708,0.3481,0,1,0.2875,1,1,1,1,1,1,0.0673,0.2875,0,1,0.6139,1,1,1,0.2964,0.6139,0,1,1,1,1,1,0.095725782,0,0.076190785,1,1,1,1,1,0.11805065,0,0.125782728,1,1,1,1,1,0.498981714,0,0.623731271,0.623651365,0.624113475
-836,1,0.3479,1,1,1,1,1,1,1,1,0.1338,0.3479,0,1,0.2874,1,1,1,1,1,1,0.0646,0.2874,0,1,0.6137,1,1,1,0.2663,0.6137,0,1,1,1,1,1,0.118272997,0,0.233428583,1,1,1,1,1,0.144602031,0,0.103449479,1,1,1,1,1,0.504814029,0,0.606150314,0.606092659,0.606382979
-837,1,0.3477,1,1,1,1,1,1,1,1,0.0713,0.3477,0,1,0.2873,1,1,1,1,1,1,0.0594,0.2873,0,1,0.6136,1,1,1,0.2632,0.6136,0,1,1,1,1,1,0.084747814,0,0.343013287,1,1,1,1,1,0.110897079,0,0.400012612,1,1,1,1,1,0.579486549,0,0.579325761,0.579437275,0.579343972
-838,1,0.3476,1,1,1,1,1,1,1,1,0.1374,0.3476,0,1,0.2872,1,1,1,1,1,1,0.0433,0.2872,0,1,0.6134,1,1,1,0.3004,0.6134,0,1,1,1,1,1,0.123605423,0,0.184366614,1,1,1,1,1,0.104109451,0,0.381395578,1,1,1,1,1,0.613389611,0,0.543559691,0.543685213,0.543882979
-839,1,0.3474,1,1,1,1,1,1,1,1,0.1337,0.3474,0,1,0.2871,1,1,1,1,1,1,0,0.2871,0,1,0.6132,1,1,1,0.3288,0.6132,0,1,1,1,1,1,0.105448969,0,0.225676388,1,1,1,1,1,0.042924725,0,0.252165437,1,1,1,1,1,0.622210026,0,0.50598115,0.506029194,0.506205674
-840,1,0.3473,1,1,1,1,1,1,1,1,0.1238,0.3473,0,1,0.287,1,1,1,1,1,1,0,0.287,0,1,0.613,1,1,1,0.3566,0.613,0,1,1,1,1,1,0.089078993,0,0.345335156,1,1,1,1,1,0.014412494,0,0.162546873,1,1,1,1,1,0.563840568,0,0.475894152,0.475777449,0.47606383
-841,1,0.3471,1,1,1,1,1,1,1,1,0.1302,0.3471,0,1,0.2869,1,1,1,1,1,1,0.0069,0.2869,0,1,0.6129,1,1,1,0.3586,0.6129,0,1,1,1,1,1,0.117024496,0,0.391366065,1,1,1,1,1,0.039288551,0,0.24222514,1,1,1,1,1,0.534364223,0,0.458856936,0.458853395,0.458776596
-842,1,0.347,1,1,1,1,1,1,1,1,0.1362,0.347,0,1,0.2868,1,1,1,1,1,1,0.0183,0.2868,0,1,0.6127,1,1,1,0.3681,0.6127,0,1,1,1,1,1,0.118824854,0,0.553888798,1,1,1,1,1,0.059918709,0,0.830320418,1,1,1,1,1,0.514667571,0,0.450882069,0.45081447,0.451241135
-843,1,0.3468,1,1,1,1,1,1,1,1,0.1338,0.3468,0,1,0.2867,1,1,1,1,1,1,0.0036,0.2867,0,1,0.6125,1,1,1,0.3488,0.6125,0,1,1,1,1,1,0.111476235,0,0.491337121,1,1,1,1,1,0.022630405,0,0.957851589,1,1,1,1,1,0.48230046,0,0.448646689,0.448698963,0.449024823
-844,1,0.3467,1,1,1,1,1,1,1,1,0.1287,0.3467,0,1,0.2866,1,1,1,1,1,1,0.0093,0.2866,0,1,0.6123,1,1,1,0.3451,0.6123,0,1,1,1,1,1,0.097801648,0,0.427437663,1,1,1,1,1,0.037658282,0,0.838200331,1,1,1,1,1,0.440921515,0,0.452150797,0.452083774,0.45212766
-845,1,0.3465,1,1,1,1,1,1,1,1,0.1538,0.3465,0,1,0.2864,1,1,1,1,1,1,0.0075,0.2864,0,1,0.6122,1,1,1,0.4285,0.6122,0,1,1,1,1,1,0.141445696,0,0.340255171,1,1,1,1,1,0.029856095,0,0.514610529,1,1,1,1,1,0.55461657,0,0.465321411,0.465411466,0.465425532
-846,1,0.3464,1,1,1,1,1,1,1,1,0.1,0.3464,0,1,0.2863,1,1,1,1,1,1,0,0.2863,0,1,0.612,1,1,1,0.3794,0.612,0,1,1,1,1,1,0.085419931,0,0.429540783,1,1,1,1,1,0.003638875,0,0.399053693,1,1,1,1,1,0.582363784,0,0.487252296,0.487201185,0.48714539
-847,1,0.3462,1,1,1,1,1,1,1,1,0.0843,0.3462,0,1,0.2862,1,1,1,1,1,1,0,0.2862,0,1,0.6118,1,1,1,0.2214,0.6118,0,1,1,1,1,1,0.068729863,0,0.727027893,1,1,1,1,1,0.006751534,0,0.320848674,1,1,1,1,1,0.552599251,0,0.514137264,0.514068119,0.514184397
-848,1,0.3461,1,1,1,1,1,1,1,1,0.0517,0.3461,0.2891,1,0.2861,1,1,1,1,1,1,0,0.2861,0.268,1,0.6116,1,1,1,0.373,0.6116,0.2526,1,1,1,1,1,0.032762598,0.559990883,0.439785004,1,1,1,1,1,0.008029918,0.498138011,0.245589018,1,1,1,1,1,0.678423524,0.563844919,0.549661672,0.549820182,0.54964539
-849,1,0.3459,1,1,1,1,1,1,1,1,0.0273,0.3459,0.5073,1,0.286,1,1,1,1,1,1,0,0.286,0.5038,1,0.6115,1,1,1,0.2296,0.6115,0.4753,1,1,1,1,1,0.00369777,0.828204632,0.227832958,1,1,1,1,1,0.002756852,0.805535793,0.189753145,1,1,1,1,1,0.46848011,0.8287853,0.572438376,0.572456103,0.572695035
-850,1,0.3458,1,1,1,1,1,1,1,1,0.021,0.3458,0.6627,1,0.2859,1,1,1,1,1,1,0,0.2859,0.6629,1,0.6113,1,1,1,0.1883,0.6113,0.6362,1,1,1,1,1,0.002533805,0.968664467,0.142831534,1,1,1,1,1,0.009650202,0.957534432,0.117912307,1,1,1,1,1,0.305383831,0.964415908,0.581923635,0.581764333,0.582003546
-851,1,0.3456,1,1,1,1,1,1,1,1,0.0086,0.3456,0.7274,1,0.2858,1,1,1,1,1,1,0,0.2858,0.7289,1,0.6111,1,1,1,0.1326,0.6111,0.6977,1,1,1,1,1,0.001343728,1,0.10869509,1,1,1,1,1,0.001418007,0.999038279,0.055679325,1,1,1,1,1,0.155464932,0.998545766,0.585125665,0.585149143,0.585106383
-852,1,0.3455,1,1,1,1,1,1,1,1,0.0026,0.3455,0.7364,1,0.2857,1,1,1,1,1,1,0,0.2857,0.7458,1,0.6109,1,1,1,0.159,0.6109,0.7077,1,1,1,1,1,0.001844888,1,0.072744042,1,1,1,1,1,0.004862037,1,0.067545027,1,1,1,1,1,0.266074628,1,0.582709038,0.582822086,0.582890071
-853,1,0.3453,1,1,1,1,1,1,1,1,0.0085,0.3453,0.7298,1,0.2856,1,1,1,1,1,1,0.0234,0.2856,0.7384,1,0.6108,1,1,1,0.2519,0.6108,0.6917,1,1,1,1,1,0.017535098,1,0.022759173,1,1,1,1,1,0.034208026,1,0.026721729,1,1,1,1,1,0.466025144,0.999994397,0.574492508,0.57457161,0.574468085
-854,1,0.3452,1,1,1,1,1,1,1,1,0.0239,0.3452,0.6666,1,0.2855,1,1,1,1,1,1,0.0506,0.2855,0.6868,1,0.6106,1,1,1,0.1972,0.6106,0.6104,1,1,1,1,1,0.042058464,0.977776766,0.002403918,1,1,1,1,1,0.048270788,0.987263799,0,1,1,1,1,1,0.427839428,0.948432624,0.568632189,0.568648191,0.568705674
-855,1,0.345,1,1,1,1,1,1,1,1,0.0313,0.345,0.508,1,0.2853,1,1,1,1,1,1,0.1276,0.2853,0.5375,1,0.6104,1,1,1,0.2052,0.6104,0.4583,1,1,1,1,1,0.06331417,0.841757059,0.000469796,1,1,1,1,1,0.106572866,0.857233703,0,1,1,1,1,1,0.487281531,0.798542261,0.571773804,0.571821451,0.571808511
-856,1,0.3449,1,1,1,1,1,1,1,1,0.0467,0.3449,0.2905,1,0.2852,1,1,1,1,1,1,0.1355,0.2852,0.3275,1,0.6102,1,1,1,0.1815,0.6102,0.2207,1,1,1,1,1,0.087024055,0.586571217,0.002594088,1,1,1,1,1,0.108025193,0.614912093,0,1,1,1,1,1,0.473844349,0.525247097,0.596725471,0.59678443,0.597074468
-857,1,0.3447,1,1,1,1,1,1,1,1,0.0943,0.3447,0,1,0.2851,1,1,1,1,1,1,0.2339,0.2851,0.0084,1,0.61,1,1,1,0.1914,0.61,0,1,1,1,1,1,0.179989189,0,0.020382648,1,1,1,1,1,0.204743609,0.123265848,0.053870682,1,1,1,1,1,0.542647839,0,0.65019333,0.650095198,0.650265957
-858,1,0.3445,1,1,1,1,1,1,1,1,0.1309,0.3445,0,1,0.285,1,1,1,1,1,1,0.1358,0.285,0,1,0.6099,1,1,1,0.2341,0.6099,0,1,1,1,1,1,0.243733898,0,0.066605665,1,1,1,1,1,0.154349297,0,0.152911514,1,1,1,1,1,0.645147681,0,0.641614306,0.641633171,0.641843972
-859,1,0.3444,1,1,1,1,1,1,1,1,0.0999,0.3444,0,1,0.2849,1,1,1,1,1,1,0.1261,0.2849,0,1,0.6097,1,1,1,0.3084,0.6097,0,1,1,1,1,1,0.143719301,0,0.045102619,1,1,1,1,1,0.160438299,0,0.104438744,1,1,1,1,1,0.582486331,0,0.61037941,0.610535223,0.61037234
-860,1,0.3442,1,1,1,1,1,1,1,1,0.1963,0.3442,0,1,0.2848,1,1,1,1,1,1,0.2141,0.2848,0,1,0.6095,1,1,1,0.2774,0.6095,0,1,1,1,1,1,0.292737603,0,0.062908851,1,1,1,1,1,0.22821632,0,0.23796232,1,1,1,1,1,0.506457984,0,0.594610923,0.594668923,0.594858156
-861,1,0.3441,1,1,1,1,1,1,1,1,0.1694,0.3441,0,1,0.2847,1,1,1,1,1,1,0.235,0.2847,0,1,0.6093,1,1,1,0.2634,0.6093,0,1,1,1,1,1,0.313496947,0,0.02836982,1,1,1,1,1,0.233154789,0,0.158601314,1,1,1,1,1,0.594888866,0,0.568934268,0.568859742,0.569148936
-862,1,0.3439,1,1,1,1,1,1,1,1,0.1844,0.3439,0,1,0.2846,1,1,1,1,1,1,0.2489,0.2846,0,1,0.6092,1,1,1,0.3102,0.6092,0,1,1,1,1,1,0.339334935,0,0.040908046,1,1,1,1,1,0.242684647,0,0.189613894,1,1,1,1,1,0.656316519,0,0.549359594,0.549397081,0.54964539
-863,1,0.3438,1,1,1,1,1,1,1,1,0.1828,0.3438,0,1,0.2845,1,1,1,1,1,1,0.224,0.2845,0,1,0.609,1,1,1,0.4361,0.609,0,1,1,1,1,1,0.280231357,0,0.062880099,1,1,1,1,1,0.224786684,0,0.229880109,1,1,1,1,1,0.72626847,0,0.504289512,0.504336789,0.504432624
-864,1,0.3436,1,1,1,1,1,1,1,1,0.157,0.3436,0,1,0.2844,1,1,1,1,1,1,0.1175,0.2844,0,1,0.6088,1,1,1,0.4127,0.6088,0,1,1,1,1,1,0.217731684,0,0.08453732,1,1,1,1,1,0.103881255,0,0.178353414,1,1,1,1,1,0.738749683,0,0.470517158,0.470488682,0.470301418
-865,1,0.3435,1,1,1,1,1,1,1,1,0.1917,0.3435,0,1,0.2842,1,1,1,1,1,1,0.1444,0.2842,0,1,0.6086,1,1,1,0.4573,0.6086,0,1,1,1,1,1,0.322006822,0,0.190398842,1,1,1,1,1,0.118003353,0,0.114973046,1,1,1,1,1,0.790799856,0,0.454507008,0.454622382,0.454787234
-866,1,0.3433,1,1,1,1,1,1,1,1,0.2377,0.3433,0,1,0.2841,1,1,1,1,1,1,0.224,0.2841,0,1,0.6085,1,1,1,0.4732,0.6085,0,1,1,1,1,1,0.434507161,0,0.266363323,1,1,1,1,1,0.213176996,0,0.076398179,1,1,1,1,1,0.843530893,0,0.448707105,0.448698963,0.449024823
-867,1,0.3432,1,1,1,1,1,1,1,1,0.2793,0.3432,0,1,0.284,1,1,1,1,1,1,0.3452,0.284,0,1,0.6083,1,1,1,0.5226,0.6083,0,1,1,1,1,1,0.448220879,0,0.196252823,1,1,1,1,1,0.347487897,0,0.095417023,1,1,1,1,1,0.845435321,0,0.450338328,0.450391369,0.45035461
-868,1,0.343,1,1,1,1,1,1,1,1,0.3921,0.343,0,1,0.2839,1,1,1,1,1,1,0.3049,0.2839,0,1,0.6081,1,1,1,0.5124,0.6081,0,1,1,1,1,1,0.498054385,0,0.246389389,1,1,1,1,1,0.319264442,0,0.183113351,1,1,1,1,1,0.812508643,0,0.464656839,0.464776814,0.464539007
-869,1,0.3429,1,1,1,1,1,1,1,1,0.4844,0.3429,0,1,0.2838,1,1,1,1,1,1,0.383,0.2838,0,1,0.6079,1,1,1,0.4337,0.6079,0,1,1,1,1,1,0.571516097,0,0.336540699,1,1,1,1,1,0.44384259,0,0.166173816,1,1,1,1,1,0.735674143,0,0.508276945,0.508356251,0.508421986
-870,1,0.3427,1,1,1,1,1,1,1,1,0.4505,0.3427,0,1,0.2837,1,1,1,1,1,1,0.3496,0.2837,0,1,0.6078,1,1,1,0.4693,0.6078,0,1,1,1,1,1,0.452351123,0,0.152177453,1,1,1,1,1,0.402027518,0,0.263483763,1,1,1,1,1,0.770290077,0,0.587783954,0.587687751,0.58820922
-871,1,0.3426,1,1,1,1,1,1,1,1,0.4145,0.3426,0.0007,1,0.2836,1,1,1,1,1,1,0.2058,0.2836,0,1,0.6076,1,1,1,0.5481,0.6076,0,1,1,1,1,1,0.359483004,2.32E-05,0.325337172,1,1,1,1,1,0.22563006,0,0.536849499,1,1,1,1,1,0.835405648,0,0.627416626,0.627459276,0.627659574
-872,1,0.3424,1,1,1,1,1,1,1,1,0.3808,0.3424,0.2746,1,0.2835,1,1,1,1,1,1,0.1886,0.2835,0.2778,1,0.6074,1,1,1,0.5645,0.6074,0.2167,1,1,1,1,1,0.341211319,0.528892577,0.449014544,1,1,1,1,1,0.228945702,0.532952964,0.568651915,1,1,1,1,1,0.807698667,0.451677591,0.632974867,0.632959594,0.632978723
-873,1,0.3423,1,1,1,1,1,1,1,1,0.3383,0.3423,0.492,1,0.2834,1,1,1,1,1,1,0.3511,0.2834,0.4936,1,0.6072,1,1,1,0.4348,0.6072,0.34,1,1,1,1,1,0.269757479,0.805305839,0.506131291,1,1,1,1,1,0.337922454,0.799732506,1,1,1,1,1,1,0.74455297,0.690983951,0.629652006,0.629786334,0.629875887
-874,1,0.3421,1,1,1,1,1,1,1,1,0.5224,0.3421,0.6453,1,0.2833,1,1,1,1,1,1,0.3534,0.2833,0.6446,1,0.6071,1,1,1,0.4252,0.6071,0.4983,1,1,1,1,1,0.383661836,0.939649642,0.819687724,1,1,1,1,1,0.321436882,0.944417119,1,1,1,1,1,1,0.723505318,0.915546715,0.627960367,0.627882378,0.628102837
-875,1,0.342,1,1,1,1,1,1,1,1,0.5617,0.342,0.7063,1,0.2831,1,1,1,1,1,1,0.2163,0.2831,0.7134,1,0.6069,1,1,1,0.3999,0.6069,0.5683,1,1,1,1,1,0.414074868,0.989290476,1,1,1,1,1,1,0.208660483,0.999168813,1,1,1,1,1,1,0.68421036,0.962843657,0.622402127,0.622382061,0.622340426
-876,1,0.3418,1,1,1,1,1,1,1,1,0.4832,0.3418,0.7157,1,0.283,1,1,1,1,1,1,0.1643,0.283,0.7244,1,0.6067,1,1,1,0.3997,0.6067,0.6317,1,1,1,1,1,0.422837973,0.998237729,0.996147513,1,1,1,1,1,0.173754543,1,1,1,1,1,1,1,0.67844522,0.977529526,0.611346061,0.611381426,0.611702128
-877,1,0.3417,1,1,1,1,1,1,1,1,0.4552,0.3417,0.7094,1,0.2829,1,1,1,1,1,1,0.1637,0.2829,0.7198,1,0.6065,1,1,1,0.2908,0.6065,0.6378,1,1,1,1,1,0.352924198,0.997105777,1,1,1,1,1,1,0.146003991,0.999991655,1,1,1,1,1,1,0.561279058,0.960744679,0.602767037,0.602707849,0.603280142
-878,1,0.3415,1,1,1,1,1,1,1,1,0.4717,0.3415,0.6458,1,0.2828,1,1,1,1,1,1,0.3163,0.2828,0.6669,1,0.6064,1,1,1,0.3819,0.6064,0.5874,1,1,1,1,1,0.515564084,0.950941801,1,1,1,1,1,1,0.29335773,0.965414941,1,1,1,1,1,1,0.572497129,0.899567187,0.592073465,0.592130315,0.592198582
-879,1,0.3413,1,1,1,1,1,1,1,1,0.5764,0.3413,0.4907,1,0.2827,1,1,1,1,1,1,0.3085,0.2827,0.5206,1,0.6062,1,1,1,0.4325,0.6062,0.4346,1,1,1,1,1,0.582765281,0.817281365,1,1,1,1,1,1,0.277480423,0.837704718,1,1,1,1,1,1,0.580146909,0.757680297,0.587663122,0.587687751,0.587765957
-880,1,0.3412,1,1,1,1,1,1,1,1,0.4931,0.3412,0.2821,1,0.2826,1,1,1,1,1,1,0.3737,0.2826,0.3184,1,0.606,1,1,1,0.4773,0.606,0.2275,1,1,1,1,1,0.511580646,0.573025286,1,1,1,1,1,1,0.338979989,0.603546917,1,1,1,1,1,1,0.700382829,0.498774469,0.605969067,0.605881109,0.605939716
-881,1,0.341,1,1,1,1,1,1,1,1,0.4024,0.341,0,1,0.2825,1,1,1,1,1,1,0.3419,0.2825,0.0115,1,0.6058,1,1,1,0.5313,0.6058,0,1,1,1,1,1,0.506615758,0,1,1,1,1,1,1,0.418177366,0.135398328,1,1,1,1,1,1,0.776309967,0,0.663605607,0.66363444,0.664007092
-882,1,0.3409,1,1,1,1,1,1,1,1,0.489,0.3409,0,1,0.2824,1,1,1,1,1,1,0.5999,0.2824,0,1,0.6057,1,1,1,0.5295,0.6057,0,1,1,1,1,1,0.616340458,0,1,1,1,1,1,1,0.754378319,0,1,1,1,1,1,1,0.809028089,0,0.680280329,0.680346943,0.680407801
-883,1,0.3407,1,1,1,1,1,1,1,1,0.4349,0.3407,0,1,0.2823,1,1,1,1,1,1,0.2528,0.2823,0,1,0.6055,1,1,1,0.5477,0.6055,0,1,1,1,1,1,0.439251482,0,1,1,1,1,1,1,0.360683084,0,1,1,1,1,1,1,0.768584311,0,0.66342436,0.66342289,0.66356383
-884,1,0.3406,1,1,1,1,1,1,1,1,0.3887,0.3406,0,1,0.2822,1,1,1,1,1,1,0.5007,0.2822,0,1,0.6053,1,1,1,0.4565,0.6053,0,1,1,1,1,1,0.427492529,0,0.98142159,1,1,1,1,1,0.665062845,0,1,1,1,1,1,1,0.763937235,0,0.63418318,0.634228898,0.634308511
-885,1,0.3404,1,1,1,1,1,1,1,1,0.3718,0.3404,0,1,0.2821,1,1,1,1,1,1,0.3313,0.2821,0,1,0.6051,1,1,1,0.3776,0.6051,0,1,1,1,1,1,0.309671938,0,0.638815701,1,1,1,1,1,0.429146141,0,1,1,1,1,1,1,0.648963213,0,0.588750604,0.588745505,0.588652482
-886,1,0.3403,1,1,1,1,1,1,1,1,0.398,0.3403,0,1,0.2819,1,1,1,1,1,1,0.4466,0.2819,0,1,0.605,1,1,1,0.2795,0.605,0,1,1,1,1,1,0.398460567,0,0.899093509,1,1,1,1,1,0.639959455,0,1,1,1,1,1,1,0.42705822,0,0.534074432,0.533953882,0.534131206
-887,1,0.3401,1,1,1,1,1,1,1,1,0.3008,0.3401,0,1,0.2818,1,1,1,1,1,1,0.0995,0.2818,0,1,0.6048,1,1,1,0.3026,0.6048,0,1,1,1,1,1,0.21190393,0,0.86605525,1,1,1,1,1,0.206361905,0,1,1,1,1,1,1,0.43610093,0,0.484231513,0.484239475,0.484485816
-888,1,0.34,1,1,1,1,1,1,1,1,0.3574,0.34,0,1,0.2817,1,1,1,1,1,1,0.2425,0.2817,0,1,0.6046,1,1,1,0.3338,0.6046,0,1,1,1,1,1,0.34381783,0,0.780282259,1,1,1,1,1,0.408159643,0,1,1,1,1,1,1,0.503180444,0,0.45281537,0.452718426,0.453014184
-889,1,0.3398,1,1,1,1,1,1,1,1,0.368,0.3398,0,1,0.2816,1,1,1,1,1,1,0.4751,0.2816,0,1,0.6044,1,1,1,0.3169,0.6044,0,1,1,1,1,1,0.401574969,0,0.961565614,1,1,1,1,1,0.628419042,0,1,1,1,1,1,1,0.440585762,0,0.436442726,0.436429025,0.436613475
-890,1,0.3397,1,1,1,1,1,1,1,1,0.3636,0.3397,0,1,0.2815,1,1,1,1,1,1,0.347,0.2815,0,1,0.6043,1,1,1,0.3036,0.6043,0,1,1,1,1,1,0.397520423,0,0.99991709,1,1,1,1,1,0.464952976,0,1,1,1,1,1,1,0.396383971,0,0.429917835,0.429870954,0.429964539
-891,1,0.3395,1,1,1,1,1,1,1,1,0.3033,0.3395,0,1,0.2814,1,1,1,1,1,1,0.2926,0.2814,0,1,0.6041,1,1,1,0.3301,0.6041,0,1,1,1,1,1,0.421912849,0,0.894317508,1,1,1,1,1,0.425444424,0,0.67153275,1,1,1,1,1,0.432080746,0,0.430763654,0.430717157,0.430851064
-892,1,0.3394,1,1,1,1,1,1,1,1,0.3323,0.3394,0,1,0.2813,1,1,1,1,1,1,0.1969,0.2813,0,1,0.6039,1,1,1,0.2991,0.6039,0,1,1,1,1,1,0.414401203,0,0.889158845,1,1,1,1,1,0.314375073,0,0.92017436,1,1,1,1,1,0.404167712,0,0.445082165,0.445102602,0.445035461
-893,1,0.3392,1,1,1,1,1,1,1,1,0.2271,0.3392,0,1,0.2812,1,1,1,1,1,1,0.1136,0.2812,0,1,0.6037,1,1,1,0.445,0.6037,0,1,1,1,1,1,0.337654531,0,0.799364269,1,1,1,1,1,0.185344249,0,0.65764451,1,1,1,1,1,0.591239512,0,0.490333494,0.490374445,0.490248227
-894,1,0.3391,1,1,1,1,1,1,1,1,0.2309,0.3391,0,1,0.2811,1,1,1,1,1,1,0.148,0.2811,0,1,0.6035,1,1,1,0.2927,0.6035,0,1,1,1,1,1,0.313400358,0,0.600375533,1,1,1,1,1,0.229152933,0,0.909160495,1,1,1,1,1,0.448447227,0,0.570867569,0.570763698,0.570921986
-895,1,0.3389,1,1,1,1,1,1,1,1,0.254,0.3389,0.0032,1,0.281,1,1,1,1,1,1,0.164,0.281,0,1,0.6034,1,1,1,0.2964,0.6034,0,1,1,1,1,1,0.156435713,0.003382961,0.931128383,1,1,1,1,1,0.284557939,0,0.916105509,1,1,1,1,1,0.46241203,0,0.61122523,0.611169875,0.611258865
-896,1,0.3388,1,1,1,1,1,1,1,1,0.1934,0.3388,0.2384,1,0.2808,1,1,1,1,1,1,0.2015,0.2808,0.2432,1,0.6032,1,1,1,0.2808,0.6032,0.1891,1,1,1,1,1,0.201335296,0.413449168,0.942748904,1,1,1,1,1,0.19769077,0.447379738,0.590335131,1,1,1,1,1,0.409634531,0.41120252,0.615454326,0.615612439,0.615691489
-897,1,0.3386,1,1,1,1,1,1,1,1,0.1201,0.3386,0.4037,1,0.2807,1,1,1,1,1,1,0.1203,0.2807,0.4211,1,0.603,1,1,1,0.3625,0.603,0.3711,1,1,1,1,1,0.137726232,0.606514692,0.88629961,1,1,1,1,1,0.108863041,0.676199257,0.224229872,1,1,1,1,1,0.507120132,0.599168301,0.615937651,0.61582399,0.616134752
-898,1,0.3385,1,1,1,1,1,1,1,1,0.1167,0.3385,0.4987,1,0.2806,1,1,1,1,1,1,0.2081,0.2806,0.5184,1,0.6028,1,1,1,0.3121,0.6028,0.5037,1,1,1,1,1,0.137375489,0.677564323,0.420618236,1,1,1,1,1,0.212151676,0.729998946,0.240720689,1,1,1,1,1,0.31317693,0.705118656,0.616481392,0.616670193,0.616578014
-899,1,0.3383,1,1,1,1,1,1,1,1,0.1309,0.3383,0.5164,1,0.2805,1,1,1,1,1,1,0.4877,0.2805,0.507,1,0.6027,1,1,1,0.3034,0.6027,0.5509,1,1,1,1,1,0.153366208,0.667800605,0.286153495,1,1,1,1,1,0.443989933,0.686734855,0.250088513,1,1,1,1,1,0.352777928,0.76408267,0.614487675,0.614554686,0.614361702
-900,1,0.3382,1,1,1,1,1,1,1,1,0.1378,0.3382,0.5155,1,0.2804,1,1,1,1,1,1,0.548,0.2804,0.5207,1,0.6025,1,1,1,0.359,0.6025,0.5999,1,1,1,1,1,0.149416313,0.693078399,0.072866887,1,1,1,1,1,0.464408457,0.746120691,0.145657599,1,1,1,1,1,0.42303437,0.810994804,0.608264862,0.608208166,0.608156028
-901,1,0.338,1,1,1,1,1,1,1,1,0.1576,0.338,0.5077,1,0.2803,1,1,1,1,1,1,0.5475,0.2803,0.5885,1,0.6023,1,1,1,0.2852,0.6023,0.6117,1,1,1,1,1,0.188480645,0.696148574,0.095365442,1,1,1,1,1,0.456013083,0.798753023,0.288513094,1,1,1,1,1,0.30928424,0.847603679,0.603612856,0.603765602,0.603723404
-902,1,0.3378,1,1,1,1,1,1,1,1,0.2074,0.3378,0.4962,1,0.2802,1,1,1,1,1,1,0.6782,0.2802,0.5703,1,0.6021,1,1,1,0.3815,0.6021,0.5823,1,1,1,1,1,0.218559891,0.668526053,0.212103426,1,1,1,1,1,0.534315586,0.806372404,0.713015735,1,1,1,1,1,0.453084469,0.870163321,0.596121315,0.596149778,0.596187943
-903,1,0.3377,1,1,1,1,1,1,1,1,0.1941,0.3377,0.3746,1,0.2801,1,1,1,1,1,1,0.7632,0.2801,0.4369,1,0.602,1,1,1,0.5388,0.602,0.4451,1,1,1,1,1,0.255088717,0.581814408,0.215419337,1,1,1,1,1,0.590402544,0.663644075,0.670018077,1,1,1,1,1,0.710197091,0.778396249,0.59660464,0.596572879,0.596631206
-904,1,0.3375,1,1,1,1,1,1,1,1,0.2128,0.3375,0.2158,1,0.28,1,1,1,1,1,1,0.609,0.28,0.255,1,0.6018,1,1,1,0.604,0.6018,0.2483,1,1,1,1,1,0.305723727,0.396026999,0.400711715,1,1,1,1,1,0.506118655,0.450626612,0.733323574,1,1,1,1,1,0.799660802,0.519109845,0.617145964,0.617093294,0.617464539
-905,1,0.3374,1,1,1,1,1,1,1,1,0.2506,0.3374,0,1,0.2799,1,1,1,1,1,1,0.496,0.2799,0.0015,1,0.6016,1,1,1,0.6218,0.6016,0,1,1,1,1,1,0.368766814,0,0.593709767,1,1,1,1,1,0.453768641,0.004660992,0.833751619,1,1,1,1,1,0.890558958,0,0.671580474,0.671673366,0.671542553
-906,1,0.3372,1,1,1,1,1,1,1,1,0.2589,0.3372,0,1,0.2797,1,1,1,1,1,1,0.3557,0.2797,0,1,0.6014,1,1,1,0.5887,0.6014,0,1,1,1,1,1,0.39569664,0,0.786679447,1,1,1,1,1,0.345581353,0,0.733156025,1,1,1,1,1,0.937424839,0,0.685173997,0.685212608,0.685283688
-907,1,0.3371,1,1,1,1,1,1,1,1,0.1735,0.3371,0,1,0.2796,1,1,1,1,1,1,0.2155,0.2796,0,1,0.6013,1,1,1,0.5493,0.6013,0,1,1,1,1,1,0.198486522,0,0.463659167,1,1,1,1,1,0.224041611,0,0.716237187,1,1,1,1,1,0.852246642,0,0.671338811,0.671461815,0.671542553
-908,1,0.3369,1,1,1,1,1,1,1,1,0.1725,0.3369,0,1,0.2795,1,1,1,1,1,1,0.1841,0.2795,0,1,0.6011,1,1,1,0.5877,0.6011,0,1,1,1,1,1,0.238860011,0,0.403880775,1,1,1,1,1,0.224743173,0,0.742499471,1,1,1,1,1,0.859263062,0,0.646870469,0.646710387,0.647163121
-909,1,0.3368,1,1,1,1,1,1,1,1,0.2633,0.3368,0,1,0.2794,1,1,1,1,1,1,0.2926,0.2794,0,1,0.6009,1,1,1,0.5356,0.6009,0,1,1,1,1,1,0.361191034,0,0.303498685,1,1,1,1,1,0.321837157,0,0.870155573,1,1,1,1,1,0.806376576,0,0.604881585,0.604823355,0.605053191
-910,1,0.3366,1,1,1,1,1,1,1,1,0.249,0.3366,0,1,0.2793,1,1,1,1,1,1,0.2151,0.2793,0,1,0.6007,1,1,1,0.3509,0.6007,0,1,1,1,1,1,0.261697739,0,0.262483507,1,1,1,1,1,0.227093473,0,0.98071754,1,1,1,1,1,0.530261874,0,0.549722088,0.549820182,0.550088652
-911,1,0.3365,1,1,1,1,1,1,1,1,0.1444,0.3365,0,1,0.2792,1,1,1,1,1,1,0.1942,0.2792,0,1,0.6006,1,1,1,0.3966,0.6006,0,1,1,1,1,1,0.085800417,0,0.177454978,1,1,1,1,1,0.179636508,0,0.6298908,1,1,1,1,1,0.627902567,0,0.502295795,0.502221282,0.502216312
-912,1,0.3363,1,1,1,1,1,1,1,1,0.1588,0.3363,0,1,0.2791,1,1,1,1,1,1,0.2019,0.2791,0,1,0.6004,1,1,1,0.3252,0.6004,0,1,1,1,1,1,0.097384028,0,0.109492801,1,1,1,1,1,0.189287841,0,0.385437965,1,1,1,1,1,0.569091201,0,0.472390043,0.472392638,0.47251773
-913,1,0.3362,1,1,1,1,1,1,1,1,0.1399,0.3362,0,1,0.279,1,1,1,1,1,1,0.1171,0.279,0,1,0.6002,1,1,1,0.2796,0.6002,0,1,1,1,1,1,0.073396206,0,0.28800416,1,1,1,1,1,0.135337368,0,0.372601599,1,1,1,1,1,0.54565078,0,0.458071532,0.458007193,0.457890071
-914,1,0.336,1,1,1,1,1,1,1,1,0.1417,0.336,0,1,0.2789,1,1,1,1,1,1,0.0663,0.2789,0,1,0.6,1,1,1,0.2496,0.6,0,1,1,1,1,1,0.084847279,0,0.58873111,1,1,1,1,1,0.097487003,0,0.272771984,1,1,1,1,1,0.527507126,0,0.453419526,0.453353078,0.453457447
-915,1,0.3359,1,1,1,1,1,1,1,1,0.1471,0.3359,0,1,0.2788,1,1,1,1,1,1,0.0502,0.2788,0,1,0.5999,1,1,1,0.1842,0.5999,0,1,1,1,1,1,0.121713847,0,0.704860568,1,1,1,1,1,0.095570028,0,0.42476517,1,1,1,1,1,0.432466298,0,0.456198647,0.456314787,0.456117021
-916,1,0.3357,1,1,1,1,1,1,1,1,0.1371,0.3357,0,1,0.2786,1,1,1,1,1,1,0.0372,0.2786,0,1,0.5997,1,1,1,0.1832,0.5997,0,1,1,1,1,1,0.112878889,0,0.878026545,1,1,1,1,1,0.07679753,0,0.420339555,1,1,1,1,1,0.465921223,0,0.47160464,0.471757986,0.471631206
-917,1,0.3356,1,1,1,1,1,1,1,1,0.1152,0.3356,0,1,0.2785,1,1,1,1,1,1,0.0263,0.2785,0,1,0.5995,1,1,1,0.1839,0.5995,0,1,1,1,1,1,0.082721524,0,0.892152309,1,1,1,1,1,0.049127869,0,0.419798195,1,1,1,1,1,0.515941739,0,0.519151764,0.519145335,0.519060284
-918,1,0.3354,1,1,1,1,1,1,1,1,0.0544,0.3354,0,1,0.2784,1,1,1,1,1,1,0.0224,0.2784,0,1,0.5993,1,1,1,0.2303,0.5993,0,1,1,1,1,1,0.06513609,0,0.459823608,1,1,1,1,1,0.046345126,0,0.427722812,1,1,1,1,1,0.613605797,0,0.6030087,0.602919399,0.603280142
-919,1,0.3353,1,1,1,1,1,1,1,1,0.0155,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0135,0.2783,0,1,0.5992,1,1,1,0.2428,0.5992,0,1,1,1,1,1,0.023484521,0,0.259056985,1,1,1,1,1,0.033544984,0,0.314475179,1,1,1,1,1,0.664337873,0,0.643608023,0.643748678,0.643617021
-920,1,0.3353,1,1,1,1,1,1,1,1,0.0081,0.3353,0.2567,1,0.2783,1,1,1,1,1,1,0,0.2783,0.222,1,0.5992,1,1,1,0.3084,0.5992,0.2764,1,1,1,1,1,0.017530737,0.478803039,0.144261166,1,1,1,1,1,0.005041248,0.389822036,0.12362095,1,1,1,1,1,0.746099472,0.608844161,0.648622523,0.648614343,0.64893617
-921,1,0.3353,1,1,1,1,1,1,1,1,0.0035,0.3353,0.4516,1,0.2783,1,1,1,1,1,1,0,0.2783,0.4091,1,0.5992,1,1,1,0.3194,0.5992,0.489,1,1,1,1,1,0.00241074,0.730657279,0.057272945,1,1,1,1,1,2.88E-05,0.626902699,0.12881206,1,1,1,1,1,0.739114523,0.839755952,0.645360077,0.645441083,0.645833333
-922,1,0.3353,1,1,1,1,1,1,1,1,0.0013,0.3353,0.5729,1,0.2783,1,1,1,1,1,1,0,0.2783,0.5404,1,0.5992,1,1,1,0.2263,0.5992,0.6483,1,1,1,1,1,3.98E-05,0.830075383,0.057148214,1,1,1,1,1,0,0.781955659,0.096793465,1,1,1,1,1,0.54561156,0.959761024,0.641372644,0.64142162,0.641400709
-923,1,0.3353,1,1,1,1,1,1,1,1,0.0004,0.3353,0.5979,1,0.2783,1,1,1,1,1,1,0,0.2783,0.6504,1,0.5992,1,1,1,0.2005,0.5992,0.7064,1,1,1,1,1,0.000216389,0.863983631,0.021615583,1,1,1,1,1,0,0.935784757,0.045890056,1,1,1,1,1,0.442248732,0.997628629,0.634122765,0.634228898,0.634308511
-924,1,0.3353,1,1,1,1,1,1,1,1,0,0.3353,0.6425,1,0.2783,1,1,1,1,1,1,0,0.2783,0.6938,1,0.5992,1,1,1,0.1648,0.5992,0.7038,1,1,1,1,1,0,0.945392847,0.013119214,1,1,1,1,1,0,0.946457148,0.017349999,1,1,1,1,1,0.265957534,0.999646604,0.624275012,0.624286017,0.624556738
-925,1,0.3353,1,1,1,1,1,1,1,1,0.0027,0.3353,0.6437,1,0.2783,1,1,1,1,1,1,0,0.2783,0.6029,1,0.5992,1,1,1,0.1769,0.5992,0.7046,1,1,1,1,1,0.001921524,0.896237373,0.0106464,1,1,1,1,1,0,0.775809884,0.005775131,1,1,1,1,1,0.307036787,0.998101711,0.61901885,0.61899725,0.619237589
-926,1,0.3353,1,1,1,1,1,1,1,1,0.0115,0.3353,0.5573,1,0.2783,1,1,1,1,1,1,0.0015,0.2783,0.4281,1,0.5992,1,1,1,0.2093,0.5992,0.6194,1,1,1,1,1,0.013147038,0.771041214,0.006621342,1,1,1,1,1,0.005921105,0.570875287,0.052729845,1,1,1,1,1,0.326862484,0.939182043,0.61358144,0.613708483,0.61391844
-927,1,0.3353,1,1,1,1,1,1,1,1,0.0411,0.3353,0.3212,1,0.2783,1,1,1,1,1,1,0.0022,0.2783,0.3287,1,0.5992,1,1,1,0.2342,0.5992,0.4486,1,1,1,1,1,0.054488908,0.511619449,0.006832063,1,1,1,1,1,0.004587956,0.517181396,0.04883508,1,1,1,1,1,0.30621773,0.778100848,0.619441759,0.619420351,0.619680851
-928,1,0.3353,1,1,1,1,1,1,1,1,0.052,0.3353,0.1424,1,0.2783,1,1,1,1,1,1,0.0024,0.2783,0.1264,1,0.5992,1,1,1,0.3493,0.5992,0.2364,1,1,1,1,1,0.086204506,0.257950723,0.0022874,1,1,1,1,1,0.005444179,0.215009332,0.020723298,1,1,1,1,1,0.470120966,0.463278264,0.644997583,0.645017982,0.645390071
-929,1,0.3353,1,1,1,1,1,1,1,1,0.0721,0.3353,0,1,0.2783,1,1,1,1,1,1,0.042,0.2783,0.0001,1,0.5992,1,1,1,0.4545,0.5992,0,1,1,1,1,1,0.159917772,0,0.008258529,1,1,1,1,1,0.047482468,0,0.031285603,1,1,1,1,1,0.657294333,0,0.694900918,0.694943939,0.695035461
-930,1,0.3353,1,1,1,1,1,1,1,1,0.0988,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0609,0.2783,0,1,0.5992,1,1,1,0.5367,0.5992,0,1,1,1,1,1,0.18543525,0,0.027056536,1,1,1,1,1,0.074212991,0,0.064751834,1,1,1,1,1,0.707331836,0,0.702754954,0.702771314,0.703014184
-931,1,0.3353,1,1,1,1,1,1,1,1,0.0714,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0067,0.2783,0,1,0.5992,1,1,1,0.5994,0.5992,0,1,1,1,1,1,0.153760165,0,0.016273754,1,1,1,1,1,0.018042235,0,0.076128013,1,1,1,1,1,0.77309823,0,0.685294828,0.685212608,0.68572695
-932,1,0.3353,1,1,1,1,1,1,1,1,0.0391,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0181,0.2783,0,1,0.5992,1,1,1,0.4723,0.5992,0,1,1,1,1,1,0.114854768,0,0.017348081,1,1,1,1,1,0.023498617,0,0.051188745,1,1,1,1,1,0.638951182,0,0.658228613,0.658345674,0.658244681
-933,1,0.3353,1,1,1,1,1,1,1,1,0.0276,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0133,0.2783,0,1,0.5992,1,1,1,0.4873,0.5992,0,1,1,1,1,1,0.079493351,0,0.063280627,1,1,1,1,1,0.019474827,0,0.006099477,1,1,1,1,1,0.719004989,0,0.613641856,0.613708483,0.61391844
-934,1,0.3353,1,1,1,1,1,1,1,1,0.0511,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1268,0.2783,0,1,0.5992,1,1,1,0.3754,0.5992,0,1,1,1,1,1,0.07764595,0,0.040690549,1,1,1,1,1,0.124034241,0,0,1,1,1,1,1,0.679546535,0,0.554132431,0.554262746,0.554521277
-935,1,0.3353,1,1,1,1,1,1,1,1,0.0394,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0623,0.2783,0,1,0.5992,1,1,1,0.3274,0.5992,0,1,1,1,1,1,0.036435369,0,0.017452955,1,1,1,1,1,0.053915933,0,0.014373822,1,1,1,1,1,0.743414998,0,0.503866602,0.503913687,0.503989362
-936,1,0.3353,1,1,1,1,1,1,1,1,0.0441,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1222,0.2783,0,1,0.5992,1,1,1,0.2854,0.5992,0,1,1,1,1,1,0.060656779,0,0.1392425,1,1,1,1,1,0.09910728,0,0.0641644,1,1,1,1,1,0.685059071,0,0.470879652,0.470911783,0.470744681
-937,1,0.3353,1,1,1,1,1,1,1,1,0.0518,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1032,0.2783,0,1,0.5992,1,1,1,0.2795,0.5992,0,1,1,1,1,1,0.133792862,0,0.460240185,1,1,1,1,1,0.103719182,0,0.254691899,1,1,1,1,1,0.69080478,0,0.454265346,0.454199281,0.454343972
-938,1,0.3353,1,1,1,1,1,1,1,1,0.0622,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0114,0.2783,0,1,0.5992,1,1,1,0.311,0.5992,0,1,1,1,1,1,0.163754955,0,0.63208884,1,1,1,1,1,0.02899882,0,0.412506849,1,1,1,1,1,0.685123086,0,0.446532141,0.446583457,0.446808511
-939,1,0.3353,1,1,1,1,1,1,1,1,0.0886,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0207,0.2783,0,1,0.5992,1,1,1,0.3404,0.5992,0,1,1,1,1,1,0.190143675,0,0.569267333,1,1,1,1,1,0.042203669,0,0.259145558,1,1,1,1,1,0.632939577,0,0.447075882,0.447006558,0.447251773
-940,1,0.3353,1,1,1,1,1,1,1,1,0.1336,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1124,0.2783,0,1,0.5992,1,1,1,0.3092,0.5992,0,1,1,1,1,1,0.28579244,0,0.483095378,1,1,1,1,1,0.148798555,0,0.145970166,1,1,1,1,1,0.674110532,0,0.462119381,0.462026655,0.461879433
-941,1,0.3353,1,1,1,1,1,1,1,1,0.1478,0.3353,0,1,0.2783,1,1,1,1,1,1,0.138,0.2783,0,1,0.5992,1,1,1,0.2615,0.5992,0,1,1,1,1,1,0.230251342,0,0.493802786,1,1,1,1,1,0.175720721,0,0.346918076,1,1,1,1,1,0.609456122,0,0.508881102,0.508779353,0.508865248
-942,1,0.3353,1,1,1,1,1,1,1,1,0.0635,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1401,0.2783,0,1,0.5992,1,1,1,0.276,0.5992,0,1,1,1,1,1,0.128229037,0,0.506312668,1,1,1,1,1,0.158401996,0,0.265459418,1,1,1,1,1,0.677560151,0,0.591831803,0.591707214,0.592198582
-943,1,0.3353,1,1,1,1,1,1,1,1,0.1316,0.3353,0.0009,1,0.2783,1,1,1,1,1,1,0.1292,0.2783,0,1,0.5992,1,1,1,0.2349,0.5992,0.0016,1,1,1,1,1,0.240473926,0.00023733,0.397593975,1,1,1,1,1,0.15792872,0,0.326302379,1,1,1,1,1,0.636918485,0.02686641,0.629954084,0.629997884,0.630319149
-944,1,0.3353,1,1,1,1,1,1,1,1,0.1227,0.3353,0.291,1,0.2783,1,1,1,1,1,1,0.2944,0.2783,0.2908,1,0.5992,1,1,1,0.2434,0.5992,0.2764,1,1,1,1,1,0.211762488,0.570210934,0.211564004,1,1,1,1,1,0.300366372,0.557290971,0.263880372,1,1,1,1,1,0.537241399,0.587840438,0.630074915,0.629997884,0.630319149
-945,1,0.3353,1,1,1,1,1,1,1,1,0.1308,0.3353,0.5064,1,0.2783,1,1,1,1,1,1,0.5017,0.2783,0.5104,1,0.5992,1,1,1,0.2814,0.5992,0.465,1,1,1,1,1,0.137916625,0.83654356,0.172400281,1,1,1,1,1,0.378508717,0.823338747,0.333218634,1,1,1,1,1,0.603166699,0.838939309,0.624939584,0.624920669,0.625
-946,1,0.3353,1,1,1,1,1,1,1,1,0.2264,0.3353,0.6688,1,0.2783,1,1,1,1,1,1,0.486,0.2783,0.6711,1,0.5992,1,1,1,0.2066,0.5992,0.6296,1,1,1,1,1,0.235166296,0.982595921,0.17811735,1,1,1,1,1,0.399557263,0.978062987,0.472497642,1,1,1,1,1,0.502195537,0.97090441,0.621435476,0.621535858,0.621453901
-947,1,0.3353,1,1,1,1,1,1,1,1,0.1863,0.3353,0.7318,1,0.2783,1,1,1,1,1,1,0.2743,0.2783,0.7409,1,0.5992,1,1,1,0.2216,0.5992,0.6996,1,1,1,1,1,0.167857885,1,0.369416356,1,1,1,1,1,0.242847323,1,0.716210246,1,1,1,1,1,0.462017119,1,0.614487675,0.614554686,0.614804965
-948,1,0.3353,1,1,1,1,1,1,1,1,0.1771,0.3353,0.7417,1,0.2783,1,1,1,1,1,1,0.3059,0.2783,0.7511,1,0.5992,1,1,1,0.1879,0.5992,0.7068,1,1,1,1,1,0.192910597,1,0.397594184,1,1,1,1,1,0.27090162,1,0.633645058,1,1,1,1,1,0.430604577,1,0.604579507,0.604611805,0.604609929
-949,1,0.3353,1,1,1,1,1,1,1,1,0.2406,0.3353,0.7336,1,0.2783,1,1,1,1,1,1,0.2546,0.2783,0.7431,1,0.5992,1,1,1,0.2771,0.5992,0.7012,1,1,1,1,1,0.254873663,1,0.348711789,1,1,1,1,1,0.236897022,1,0.548234582,1,1,1,1,1,0.644477844,0.999992132,0.598175447,0.598265285,0.598404255
-950,1,0.3353,1,1,1,1,1,1,1,1,0.2019,0.3353,0.6768,1,0.2783,1,1,1,1,1,1,0.2245,0.2783,0.6956,1,0.5992,1,1,1,0.2936,0.5992,0.6382,1,1,1,1,1,0.276122838,0.995310962,0.274769306,1,1,1,1,1,0.221031725,0.99668628,0.479777813,1,1,1,1,1,0.704698145,0.963631153,0.588750604,0.588745505,0.588652482
-951,1,0.3353,1,1,1,1,1,1,1,1,0.2826,0.3353,0.5196,1,0.2783,1,1,1,1,1,1,0.2924,0.2783,0.5493,1,0.5992,1,1,1,0.2157,0.5992,0.4776,1,1,1,1,1,0.389865935,0.867875159,0.41402185,1,1,1,1,1,0.295966238,0.878723741,0.510567605,1,1,1,1,1,0.599111199,0.827104986,0.587058966,0.587053099,0.587322695
-952,1,0.3353,1,1,1,1,1,1,1,1,0.2336,0.3353,0.3089,1,0.2783,1,1,1,1,1,1,0.1612,0.2783,0.3462,1,0.5992,1,1,1,0.185,0.5992,0.2605,1,1,1,1,1,0.325614542,0.62749207,0.259387642,1,1,1,1,1,0.177548468,0.649909377,0.486015737,1,1,1,1,1,0.419902503,0.566375732,0.604458676,0.604611805,0.604609929
-953,1,0.3353,1,1,1,1,1,1,1,1,0.219,0.3353,0.0174,1,0.2783,1,1,1,1,1,1,0.1302,0.2783,0.0767,1,0.5992,1,1,1,0.1439,0.5992,0,1,1,1,1,1,0.304759651,0.133066207,0.192048475,1,1,1,1,1,0.165790781,0.262131572,0.507749259,1,1,1,1,1,0.240389511,0,0.658893185,0.658980326,0.659131206
-954,1,0.3353,1,1,1,1,1,1,1,1,0.2727,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2059,0.2783,0,1,0.5992,1,1,1,0.1993,0.5992,0,1,1,1,1,1,0.476978272,0,0.240796968,1,1,1,1,1,0.229858831,0,0.381052345,1,1,1,1,1,0.289213717,0,0.679374094,0.67950074,0.679521277
-955,1,0.3353,1,1,1,1,1,1,1,1,0.2119,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1115,0.2783,0,1,0.5992,1,1,1,0.2756,0.5992,0,1,1,1,1,1,0.287736595,0,0.497888446,1,1,1,1,1,0.107668862,0,0.314602643,1,1,1,1,1,0.415108293,0,0.666988884,0.667019251,0.667109929
-956,1,0.3353,1,1,1,1,1,1,1,1,0.1347,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0373,0.2783,0,1,0.5992,1,1,1,0.2469,0.5992,0,1,1,1,1,1,0.174734503,0,0.286568463,1,1,1,1,1,0.066726014,0,0.188845292,1,1,1,1,1,0.57478565,0,0.644695505,0.64459488,0.644946809
-957,1,0.3353,1,1,1,1,1,1,1,1,0.0166,0.3353,0,1,0.2783,1,1,1,1,1,1,0,0.2783,0,1,0.5992,1,1,1,0.0453,0.5992,0,1,1,1,1,1,0.00348076,0,0.17506969,1,1,1,1,1,0.000226261,0,0.40059948,1,1,1,1,1,0.066648774,0,0.604942001,0.604823355,0.605053191
-958,1,0.3353,1,1,1,1,1,1,1,1,0.0317,0.3353,0,1,0.2783,1,1,1,1,1,1,0,0.2783,0,1,0.5992,1,1,1,0.0328,0.5992,0,1,1,1,1,1,0.005797977,0,0.2799806,1,1,1,1,1,0.000355864,0,0.519773841,1,1,1,1,1,0.061095539,0,0.549540841,0.549608631,0.54964539
-959,1,0.3353,1,1,1,1,1,1,1,1,0.0991,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0686,0.2783,0,1,0.5992,1,1,1,0.1744,0.5992,0,1,1,1,1,1,0.082442909,0,0.283396482,1,1,1,1,1,0.094070606,0,0.387646347,1,1,1,1,1,0.326525867,0,0.501449976,0.50158663,0.50177305
-960,1,0.3353,1,1,1,1,1,1,1,1,0.1603,0.3353,0,1,0.2783,1,1,1,1,1,1,0.124,0.2783,0,1,0.5992,1,1,1,0.173,0.5992,0,1,1,1,1,1,0.192211509,0,0.251019657,1,1,1,1,1,0.145073384,0,0.381545842,1,1,1,1,1,0.377768397,0,0.471483809,0.471546435,0.471631206
-961,1,0.3353,1,1,1,1,1,1,1,1,0.194,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1729,0.2783,0,1,0.5992,1,1,1,0.1912,0.5992,0,1,1,1,1,1,0.259797513,0,0.166515797,1,1,1,1,1,0.191558436,0,0.280013114,1,1,1,1,1,0.443867177,0,0.455896568,0.455891686,0.455673759
-962,1,0.3353,1,1,1,1,1,1,1,1,0.2002,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1263,0.2783,0,1,0.5992,1,1,1,0.2424,0.5992,0,1,1,1,1,1,0.281993687,0,0.139896274,1,1,1,1,1,0.129477069,0,0.295582235,1,1,1,1,1,0.568917513,0,0.44919043,0.449333615,0.449468085
-963,1,0.3353,1,1,1,1,1,1,1,1,0.1865,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0695,0.2783,0,1,0.5992,1,1,1,0.2191,0.5992,0,1,1,1,1,1,0.259965241,0,0.07402166,1,1,1,1,1,0.06620644,0,0.215836912,1,1,1,1,1,0.546525836,0,0.450519575,0.450602919,0.450797872
-964,1,0.3353,1,1,1,1,1,1,1,1,0.1257,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0461,0.2783,0,1,0.5992,1,1,1,0.3144,0.5992,0,1,1,1,1,1,0.209235623,0,0.044927388,1,1,1,1,1,0.041947193,0,0.118945822,1,1,1,1,1,0.642778039,0,0.465079749,0.464988365,0.46498227
-965,1,0.3353,1,1,1,1,1,1,1,1,0.2094,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1127,0.2783,0,1,0.5992,1,1,1,0.3815,0.5992,0,1,1,1,1,1,0.430994511,0,0.001662373,1,1,1,1,1,0.097525619,0,0.066679329,1,1,1,1,1,0.691159725,0,0.508760271,0.508779353,0.508865248
-966,1,0.3353,1,1,1,1,1,1,1,1,0.2057,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1059,0.2783,0,1,0.5992,1,1,1,0.4068,0.5992,0,1,1,1,1,1,0.40743044,0,0.00011941,1,1,1,1,1,0.080834992,0,0,1,1,1,1,1,0.741512001,0,0.588267279,0.588322403,0.588652482
-967,1,0.3353,1,1,1,1,1,1,1,1,0.1501,0.3353,0.0002,1,0.2783,1,1,1,1,1,1,0.0743,0.2783,0,1,0.5992,1,1,1,0.3175,0.5992,0.0062,1,1,1,1,1,0.283340156,0.001328748,0.017961884,1,1,1,1,1,0.056468122,0,0,1,1,1,1,1,0.649675608,0.182551101,0.628322861,0.628305479,0.628546099
-968,1,0.3353,1,1,1,1,1,1,1,1,0.0692,0.3353,0.2979,1,0.2783,1,1,1,1,1,1,0.3076,0.2783,0.3081,1,0.5992,1,1,1,0.3043,0.5992,0.2814,1,1,1,1,1,0.144478694,0.600062847,0.010826412,1,1,1,1,1,0.245003507,0.584017158,0.059855498,1,1,1,1,1,0.637852728,0.625747859,0.628383277,0.62851703,0.628546099
-969,1,0.3353,1,1,1,1,1,1,1,1,0.0799,0.3353,0.5138,1,0.2783,1,1,1,1,1,1,0.2435,0.2783,0.5213,1,0.5992,1,1,1,0.2085,0.5992,0.4911,1,1,1,1,1,0.130932346,0.852407694,0.248982623,1,1,1,1,1,0.250066757,0.842926204,0.252722532,1,1,1,1,1,0.53203702,0.863942385,0.621495892,0.621535858,0.621897163
-970,1,0.3353,1,1,1,1,1,1,1,1,0.0568,0.3353,0.6683,1,0.2783,1,1,1,1,1,1,0.1163,0.2783,0.6705,1,0.5992,1,1,1,0.1007,0.5992,0.6482,1,1,1,1,1,0.015608282,0.981759906,0.383435756,1,1,1,1,1,0.085818343,0.979888856,0.211092681,1,1,1,1,1,0.282902479,0.9871732,0.616723055,0.616670193,0.616578014
-971,1,0.3353,1,1,1,1,1,1,1,1,0.1004,0.3353,0.7254,1,0.2783,1,1,1,1,1,1,0.0508,0.2783,0.732,1,0.5992,1,1,1,0.1344,0.5992,0.7067,1,1,1,1,1,0.048859607,0.999952972,0.294932783,1,1,1,1,1,0.03712061,0.999999225,0.198111534,1,1,1,1,1,0.198076919,0.999972463,0.608748188,0.608842818,0.609042553
-972,1,0.3353,1,1,1,1,1,1,1,1,0.1859,0.3353,0.7336,1,0.2783,1,1,1,1,1,1,0.2352,0.2783,0.7351,1,0.5992,1,1,1,0.1255,0.5992,0.7048,1,1,1,1,1,0.070159122,1,0.380007237,1,1,1,1,1,0.198771566,0.99910742,0.19230184,1,1,1,1,1,0.122567475,1,0.596423393,0.596572879,0.596631206
-973,1,0.3353,1,1,1,1,1,1,1,1,0.2656,0.3353,0.7183,1,0.2783,1,1,1,1,1,1,0.3331,0.2783,0.6979,1,0.5992,1,1,1,0.178,0.5992,0.6813,1,1,1,1,1,0.142978996,0.996208489,0.322287619,1,1,1,1,1,0.30716452,0.948613942,0.220985085,1,1,1,1,1,0.08271727,0.995460451,0.589415176,0.589380157,0.589539007
-974,1,0.3353,1,1,1,1,1,1,1,1,0.3845,0.3353,0.6142,1,0.2783,1,1,1,1,1,1,0.2232,0.2783,0.5716,1,0.5992,1,1,1,0.2235,0.5992,0.6221,1,1,1,1,1,0.29084301,0.882435799,0.328840256,1,1,1,1,1,0.267286777,0.767878711,0.059539534,1,1,1,1,1,0.110803008,0.950921416,0.581319478,0.581341231,0.581560284
-975,1,0.3353,1,1,1,1,1,1,1,1,0.5815,0.3353,0.4189,1,0.2783,1,1,1,1,1,1,0.2294,0.2783,0.3971,1,0.5992,1,1,1,0.1885,0.5992,0.4086,1,1,1,1,1,0.454183877,0.628107786,0.324876815,1,1,1,1,1,0.295761734,0.623722255,0.030429583,1,1,1,1,1,0.183224007,0.765063882,0.578661189,0.578802623,0.578900709
-976,1,0.3353,1,1,1,1,1,1,1,1,0.3503,0.3353,0.2042,1,0.2783,1,1,1,1,1,1,0.2024,0.2783,0.2264,1,0.5992,1,1,1,0.1793,0.5992,0.1537,1,1,1,1,1,0.253684759,0.340742469,0.168192416,1,1,1,1,1,0.227281377,0.374042958,0.01463508,1,1,1,1,1,0.178852603,0.348350942,0.595758821,0.595726677,0.595744681
-977,1,0.3353,1,1,1,1,1,1,1,1,0.2831,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1108,0.2783,0.0023,1,0.5992,1,1,1,0.183,0.5992,0,1,1,1,1,1,0.269345015,0,0.021986499,1,1,1,1,1,0.146964222,0.042436339,0.021434033,1,1,1,1,1,0.270573229,0,0.643305945,0.643325576,0.643617021
-978,1,0.3353,1,1,1,1,1,1,1,1,0.2616,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1167,0.2783,0,1,0.5992,1,1,1,0.3836,0.5992,0,1,1,1,1,1,0.316218793,0,0.059050471,1,1,1,1,1,0.150608331,0,0.093239531,1,1,1,1,1,0.399160296,0,0.651159981,0.651152951,0.651595745
-979,1,0.3353,1,1,1,1,1,1,1,1,0.2296,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0677,0.2783,0,1,0.5992,1,1,1,0.3412,0.5992,0,1,1,1,1,1,0.22402896,0,0.255463421,1,1,1,1,1,0.122798666,0,0.215428561,1,1,1,1,1,0.461178511,0,0.632612373,0.632748043,0.632978723
-980,1,0.3353,1,1,1,1,1,1,1,1,0.1802,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0434,0.2783,0,1,0.5992,1,1,1,0.2537,0.5992,0,1,1,1,1,1,0.254507363,0,0.365646362,1,1,1,1,1,0.084972627,0,0.362817556,1,1,1,1,1,0.45922941,0,0.608808603,0.608842818,0.609042553
-981,1,0.3353,1,1,1,1,1,1,1,1,0.1209,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0063,0.2783,0,1,0.5992,1,1,1,0.2534,0.5992,0,1,1,1,1,1,0.133257568,0,0.421183705,1,1,1,1,1,0.036071025,0,0.497210473,1,1,1,1,1,0.378728479,0,0.575821653,0.575840914,0.575797872
-982,1,0.3353,1,1,1,1,1,1,1,1,0.1419,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0375,0.2783,0,1,0.5992,1,1,1,0.2489,0.5992,0,1,1,1,1,1,0.111522615,0,0.556722045,1,1,1,1,1,0.093388923,0,0.498071492,1,1,1,1,1,0.455523968,0,0.532080715,0.532049926,0.531914894
-983,1,0.3353,1,1,1,1,1,1,1,1,0.13,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0218,0.2783,0,1,0.5992,1,1,1,0.2352,0.5992,0,1,1,1,1,1,0.101838641,0,0.603742003,1,1,1,1,1,0.098627083,0,0.983052135,1,1,1,1,1,0.451550603,0,0.488218946,0.488258938,0.488475177
-984,1,0.3353,1,1,1,1,1,1,1,1,0.1871,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0042,0.2783,0,1,0.5992,1,1,1,0.3091,0.5992,0,1,1,1,1,1,0.119146258,0,0.512349963,1,1,1,1,1,0.075214103,0,0.678964138,1,1,1,1,1,0.469229728,0,0.455352827,0.455468585,0.455673759
-985,1,0.3353,1,1,1,1,1,1,1,1,0.0992,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0013,0.2783,0,1,0.5992,1,1,1,0.3047,0.5992,0,1,1,1,1,1,0.037307777,0,0.23996377,1,1,1,1,1,0.027106524,0,0.268665731,1,1,1,1,1,0.275259465,0,0.436986467,0.436852126,0.437056738
-986,1,0.3353,1,1,1,1,1,1,1,1,0.0252,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0035,0.2783,0,1,0.5992,1,1,1,0.2869,0.5992,0,1,1,1,1,1,0.017660681,0,0.114763036,1,1,1,1,1,0.038624652,0,0.22446388,1,1,1,1,1,0.216916919,0,0.425990817,0.426063042,0.42641844
-987,1,0.3353,1,1,1,1,1,1,1,1,0.0067,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0254,0.2783,0,1,0.5992,1,1,1,0.2393,0.5992,0,1,1,1,1,1,0.011837586,0,0.075957984,1,1,1,1,1,0.055825043,0,0.072592147,1,1,1,1,1,0.203363091,0,0.422003383,0.422043579,0.421985816
-988,1,0.3353,1,1,1,1,1,1,1,1,0.004,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0463,0.2783,0,1,0.5992,1,1,1,0.183,0.5992,0,1,1,1,1,1,0.005541872,0,0.07101614,1,1,1,1,1,0.064348713,0,0.033945031,1,1,1,1,1,0.176135257,0,0.426594973,0.426697694,0.42641844
-989,1,0.3353,1,1,1,1,1,1,1,1,0.001,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0626,0.2783,0,1,0.5992,1,1,1,0.2153,0.5992,0,1,1,1,1,1,0.009552292,0,0.068489954,1,1,1,1,1,0.05825495,0,0.018912828,1,1,1,1,1,0.228353679,0,0.443511358,0.443621747,0.443705674
-990,1,0.3353,1,1,1,1,1,1,1,1,0.0009,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0655,0.2783,0,1,0.5992,1,1,1,0.2255,0.5992,0,1,1,1,1,1,0.015355505,0,0.09561386,1,1,1,1,1,0.049348976,0,0.047345813,1,1,1,1,1,0.197284475,0,0.475048333,0.474931246,0.475177305
-991,1,0.3353,1,1,1,1,1,1,1,1,0.0022,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0501,0.2783,0,1,0.5992,1,1,1,0.1776,0.5992,0,1,1,1,1,1,0.012834967,0,0.181769371,1,1,1,1,1,0.03487524,0,0.149651051,1,1,1,1,1,0.102401681,0,0.50960609,0.509625555,0.509751773
-992,1,0.3353,1,1,1,1,1,1,1,1,0.0047,0.3353,0.106,1,0.2783,1,1,1,1,1,1,0.0024,0.2783,0.1374,1,0.5992,1,1,1,0.1616,0.5992,0.1625,1,1,1,1,1,0.00523561,0.277247548,0.374329358,1,1,1,1,1,0.004975806,0.31111899,0.270498186,1,1,1,1,1,0.09301845,0.332879722,0.550265829,0.550243283,0.550531915
-993,1,0.3353,1,1,1,1,1,1,1,1,0.0046,0.3353,0.2685,1,0.2783,1,1,1,1,1,1,0,0.2783,0.3286,1,0.5992,1,1,1,0.1074,0.5992,0.3294,1,1,1,1,1,0.010161001,0.544262946,0.308500826,1,1,1,1,1,0.001382765,0.500942945,0.207784802,1,1,1,1,1,0.064485915,0.521864653,0.581561141,0.581764333,0.582003546
-994,1,0.3353,1,1,1,1,1,1,1,1,0.0093,0.3353,0.3766,1,0.2783,1,1,1,1,1,1,0,0.2783,0.376,1,0.5992,1,1,1,0.1255,0.5992,0.5231,1,1,1,1,1,0.011795122,0.572412133,0.331469923,1,1,1,1,1,0.000788104,0.523706317,0.283866465,1,1,1,1,1,0.074675515,0.639113009,0.596423393,0.596572879,0.596631206
-995,1,0.3353,1,1,1,1,1,1,1,1,0.0526,0.3353,0.3609,1,0.2783,1,1,1,1,1,1,0,0.2783,0.4245,1,0.5992,1,1,1,0.131,0.5992,0.5211,1,1,1,1,1,0.053845905,0.579763234,0.573933125,1,1,1,1,1,0.005343742,0.632877469,0.434298694,1,1,1,1,1,0.075400993,0.633334816,0.598537941,0.598688386,0.598847518
-996,1,0.3353,1,1,1,1,1,1,1,1,0.1343,0.3353,0.3393,1,0.2783,1,1,1,1,1,1,0.0439,0.2783,0.3968,1,0.5992,1,1,1,0.1625,0.5992,0.5266,1,1,1,1,1,0.112441264,0.576181769,0.942377448,1,1,1,1,1,0.055058822,0.592379987,0.643681943,1,1,1,1,1,0.104760535,0.570801437,0.593040116,0.592976518,0.593085106
-997,1,0.3353,1,1,1,1,1,1,1,1,0.1232,0.3353,0.3399,1,0.2783,1,1,1,1,1,1,0.1345,0.2783,0.4516,1,0.5992,1,1,1,0.2301,0.5992,0.4403,1,1,1,1,1,0.129515812,0.574957669,0.647807419,1,1,1,1,1,0.128572986,0.61369592,0.380440354,1,1,1,1,1,0.162414417,0.455399334,0.584461092,0.584514491,0.584219858
-998,1,0.3353,1,1,1,1,1,1,1,1,0.163,0.3353,0.3814,1,0.2783,1,1,1,1,1,1,0.2639,0.2783,0.4937,1,0.5992,1,1,1,0.2845,0.5992,0.4195,1,1,1,1,1,0.222762048,0.639861941,0.539479196,1,1,1,1,1,0.261873424,0.630830884,0.61972332,1,1,1,1,1,0.222900659,0.383354187,0.575882069,0.575840914,0.575797872
-999,1,0.3353,1,1,1,1,1,1,1,1,0.2424,0.3353,0.3407,1,0.2783,1,1,1,1,1,1,0.3015,0.2783,0.3912,1,0.5992,1,1,1,0.4484,0.5992,0.3253,1,1,1,1,1,0.339895278,0.586501002,0.917442203,1,1,1,1,1,0.299337894,0.551814318,0.806361079,1,1,1,1,1,0.508149981,0.407395422,0.571773804,0.571821451,0.571808511
-1000,1,0.3353,1,1,1,1,1,1,1,1,0.3777,0.3353,0.1825,1,0.2783,1,1,1,1,1,1,0.4645,0.2783,0.2354,1,0.5992,1,1,1,0.5316,0.5992,0.2008,1,1,1,1,1,0.479439616,0.350577384,1,1,1,1,1,1,0.432543933,0.381328315,0.975922227,1,1,1,1,1,0.573647439,0.295213759,0.589354761,0.589380157,0.589539007
-1001,1,0.3353,1,1,1,1,1,1,1,1,0.5062,0.3353,0,1,0.2783,1,1,1,1,1,1,0.6465,0.2783,0.0022,1,0.5992,1,1,1,0.6996,0.5992,0,1,1,1,1,1,0.667505622,0.000240093,1,1,1,1,1,1,0.581797898,0.011207844,0.998547912,1,1,1,1,1,0.737276912,0,0.63321653,0.633171144,0.633421986
-1002,1,0.3353,1,1,1,1,1,1,1,1,0.4303,0.3353,0,1,0.2783,1,1,1,1,1,1,0.4926,0.2783,0,1,0.5992,1,1,1,0.6531,0.5992,0,1,1,1,1,1,0.635980606,0,0.981949687,1,1,1,1,1,0.454837114,0,0.705097437,1,1,1,1,1,0.648154795,0,0.641855969,0.641844722,0.641843972
-1003,1,0.3353,1,1,1,1,1,1,1,1,0.3844,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2711,0.2783,0,1,0.5992,1,1,1,0.6122,0.5992,0,1,1,1,1,1,0.460202307,0,1,1,1,1,1,1,0.300260305,0,0.652037203,1,1,1,1,1,0.597028792,0,0.623429193,0.623439814,0.623670213
-1004,1,0.3353,1,1,1,1,1,1,1,1,0.488,0.3353,0,1,0.2783,1,1,1,1,1,1,0.3936,0.2783,0,1,0.5992,1,1,1,0.7352,0.5992,0,1,1,1,1,1,0.673371017,0,1,1,1,1,1,1,0.458772182,0,0.659503162,1,1,1,1,1,0.67633605,0,0.6030087,0.60313095,0.603280142
-1005,1,0.3353,1,1,1,1,1,1,1,1,0.6254,0.3353,0,1,0.2783,1,1,1,1,1,1,0.6571,0.2783,0,1,0.5992,1,1,1,0.8231,0.5992,0,1,1,1,1,1,0.854493618,0,0.999863505,1,1,1,1,1,0.647039056,0,0.580108643,1,1,1,1,1,0.798802912,0,0.575942484,0.576052465,0.575797872
-1006,1,0.3353,1,1,1,1,1,1,1,1,0.512,0.3353,0,1,0.2783,1,1,1,1,1,1,0.7653,0.2783,0,1,0.5992,1,1,1,0.7744,0.5992,0,1,1,1,1,1,0.76531744,0,0.995842814,1,1,1,1,1,0.783647418,0,0.570874929,1,1,1,1,1,0.744980097,0,0.541928468,0.541781257,0.542109929
-1007,1,0.3353,1,1,1,1,1,1,1,1,0.5771,0.3353,0,1,0.2783,1,1,1,1,1,1,0.9272,0.2783,0,1,0.5992,1,1,1,0.9148,0.5992,0,1,1,1,1,1,0.826409817,0,1,1,1,1,1,1,0.929853201,0,0.971697688,1,1,1,1,1,0.862176478,0,0.506524891,0.506663846,0.506648936
-1008,1,0.3353,1,1,1,1,1,1,1,1,0.7939,0.3353,0,1,0.2783,1,1,1,1,1,1,0.9855,0.2783,0,1,0.5992,1,1,1,0.904,0.5992,0,1,1,1,1,1,0.949221849,0,1,1,1,1,1,1,0.986414909,0,1,1,1,1,1,1,0.850910902,0,0.480546158,0.480643114,0.480939716
-1009,1,0.3353,1,1,1,1,1,1,1,1,0.8919,0.3353,0,1,0.2783,1,1,1,1,1,1,0.9458,0.2783,0,1,0.5992,1,1,1,0.9164,0.5992,0,1,1,1,1,1,0.960429847,0,1,1,1,1,1,1,0.979432106,0,1,1,1,1,1,1,0.940730512,0,0.466167231,0.466257669,0.466312057
-1010,1,0.3353,1,1,1,1,1,1,1,1,0.9127,0.3353,0,1,0.2783,1,1,1,1,1,1,0.9685,0.2783,0,1,0.5992,1,1,1,0.8531,0.5992,0,1,1,1,1,1,0.971240282,0,1,1,1,1,1,1,0.995323062,0,1,1,1,1,1,1,0.862010956,0,0.461273562,0.461392003,0.46143617
-1011,1,0.3353,1,1,1,1,1,1,1,1,0.9731,0.3353,0,1,0.2783,1,1,1,1,1,1,0.9912,0.2783,0,1,0.5992,1,1,1,0.8621,0.5992,0,1,1,1,1,1,0.988786578,0,1,1,1,1,1,1,0.999886632,0,1,1,1,1,1,1,0.871958375,0,0.461696472,0.461815105,0.461879433
-1012,1,0.3353,1,1,1,1,1,1,1,1,0.9472,0.3353,0,1,0.2783,1,1,1,1,1,1,1,0.2783,0,1,0.5992,1,1,1,0.8834,0.5992,0,1,1,1,1,1,0.97153002,0,1,1,1,1,1,1,1,0,1,1,1,1,1,1,0.943235338,0,0.467919285,0.467950074,0.468085106
-1013,1,0.3353,1,1,1,1,1,1,1,1,0.7286,0.3353,0,1,0.2783,1,1,1,1,1,1,0.7587,0.2783,0,1,0.5992,1,1,1,0.7849,0.5992,0,1,1,1,1,1,0.686352313,0,1,1,1,1,1,1,0.831292808,0,1,1,1,1,1,1,0.89932102,0,0.482237796,0.482335519,0.482269504
-1014,1,0.3353,1,1,1,1,1,1,1,1,0.6994,0.3353,0,1,0.2783,1,1,1,1,1,1,0.5281,0.2783,0,1,0.5992,1,1,1,0.7777,0.5992,0,1,1,1,1,1,0.599076509,0,1,1,1,1,1,1,0.543294072,0,1,1,1,1,1,1,0.925986946,0,0.505497825,0.505606093,0.505762411
-1015,1,0.3353,1,1,1,1,1,1,1,1,0.5722,0.3353,0.0402,1,0.2783,1,1,1,1,1,1,0.5371,0.2783,0.0169,1,0.5992,1,1,1,0.6421,0.5992,0.0241,1,1,1,1,1,0.558437586,0.090527713,1,1,1,1,1,1,0.464635491,0.024631232,1,1,1,1,1,1,0.849391043,0.184296533,0.531295312,0.531415274,0.531471631
-1016,1,0.3353,1,1,1,1,1,1,1,1,0.6724,0.3353,0.321,1,0.2783,1,1,1,1,1,1,0.7171,0.2783,0.2875,1,0.5992,1,1,1,0.7405,0.5992,0.2786,1,1,1,1,1,0.686959982,0.619437873,1,1,1,1,1,1,0.619482636,0.487117261,1,1,1,1,1,1,0.946173012,0.638931632,0.567605123,0.567590438,0.567375887
-1017,1,0.3353,1,1,1,1,1,1,1,1,0.6696,0.3353,0.5245,1,0.2783,1,1,1,1,1,1,0.7395,0.2783,0.4137,1,0.5992,1,1,1,0.8206,0.5992,0.4592,1,1,1,1,1,0.717285275,0.845923901,1,1,1,1,1,1,0.686923146,0.715388775,1,1,1,1,1,1,0.967147589,0.884190798,0.593765104,0.59361117,0.593971631
-1018,1,0.3353,1,1,1,1,1,1,1,1,0.6538,0.3353,0.6441,1,0.2783,1,1,1,1,1,1,0.5848,0.2783,0.4555,1,0.5992,1,1,1,0.873,0.5992,0.5737,1,1,1,1,1,0.759602785,0.904015422,0.994104028,1,1,1,1,1,0.569577098,0.74786222,1,1,1,1,1,1,0.98012197,0.998743474,0.606694055,0.606727311,0.606826241
-1019,1,0.3353,1,1,1,1,1,1,1,1,0.614,0.3353,0.7124,1,0.2783,1,1,1,1,1,1,0.8972,0.2783,0.5821,1,0.5992,1,1,1,0.8804,0.5992,0.5877,1,1,1,1,1,0.785805941,0.968153715,0.979509115,1,1,1,1,1,0.798628211,0.899564683,1,1,1,1,1,1,0.974202812,1,0.609473175,0.609689021,0.609929078
-1020,1,0.3353,1,1,1,1,1,1,1,1,0.6348,0.3353,0.7357,1,0.2783,1,1,1,1,1,1,0.5867,0.2783,0.6565,1,0.5992,1,1,1,0.7768,0.5992,0.5796,1,1,1,1,1,0.77627176,0.993761897,0.996788025,1,1,1,1,1,0.594937861,0.915567696,1,1,1,1,1,1,0.94339031,0.994064271,0.606935718,0.606938862,0.607269504
-1021,1,0.3353,1,1,1,1,1,1,1,1,0.7252,0.3353,0.7389,1,0.2783,1,1,1,1,1,1,0.6538,0.2783,0.7141,1,0.5992,1,1,1,0.8069,0.5992,0.608,1,1,1,1,1,0.864143133,0.999612212,1,1,1,1,1,1,0.65962851,0.91098392,1,1,1,1,1,1,0.963540792,0.990459502,0.600350411,0.600380791,0.600620567
-1022,1,0.3353,1,1,1,1,1,1,1,1,0.8045,0.3353,0.6854,1,0.2783,1,1,1,1,1,1,0.683,0.2783,0.6489,1,0.5992,1,1,1,0.7823,0.5992,0.6174,1,1,1,1,1,0.823230505,0.980759859,1,1,1,1,1,1,0.676310778,0.905569375,1,1,1,1,1,1,0.958282471,0.980168104,0.593765104,0.59361117,0.593971631
-1023,1,0.3353,1,1,1,1,1,1,1,1,0.9261,0.3353,0.5341,1,0.2783,1,1,1,1,1,1,0.7927,0.2783,0.523,1,0.5992,1,1,1,0.8161,0.5992,0.4746,1,1,1,1,1,0.922717035,0.872315288,1,1,1,1,1,1,0.793216765,0.785997272,1,1,1,1,1,1,0.96189332,0.854058266,0.597087965,0.596995981,0.597074468
-1024,1,0.3353,1,1,1,1,1,1,1,1,0.8529,0.3353,0.3205,1,0.2783,1,1,1,1,1,1,0.9438,0.2783,0.3346,1,0.5992,1,1,1,0.8626,0.5992,0.2741,1,1,1,1,1,0.830996811,0.631514311,1,1,1,1,1,1,0.905080378,0.582761168,1,1,1,1,1,1,0.986580849,0.597520769,0.622341711,0.622382061,0.622340426
-1025,1,0.3353,1,1,1,1,1,1,1,1,0.6895,0.3353,0.0422,1,0.2783,1,1,1,1,1,1,0.8516,0.2783,0.079,1,0.5992,1,1,1,0.8721,0.5992,0,1,1,1,1,1,0.693335056,0.212807029,1,1,1,1,1,1,0.795225739,0.234032705,1,1,1,1,1,1,0.988930881,0,0.680038666,0.680135392,0.680407801
-1026,1,0.3353,1,1,1,1,1,1,1,1,0.5444,0.3353,0,1,0.2783,1,1,1,1,1,1,0.8756,0.2783,0,1,0.5992,1,1,1,0.749,0.5992,0,1,1,1,1,1,0.556593001,0,1,1,1,1,1,1,0.81844306,0,1,1,1,1,1,1,0.961959541,0,0.703298695,0.703405966,0.703457447
-1027,1,0.3353,1,1,1,1,1,1,1,1,0.3196,0.3353,0,1,0.2783,1,1,1,1,1,1,0.6978,0.2783,0,1,0.5992,1,1,1,0.6771,0.5992,0,1,1,1,1,1,0.403906047,0,0.942388296,1,1,1,1,1,0.639412045,0,1,1,1,1,1,1,0.963806748,0,0.691215563,0.691347578,0.691489362
-1028,1,0.3353,1,1,1,1,1,1,1,1,0.4701,0.3353,0,1,0.2783,1,1,1,1,1,1,0.782,0.2783,0,1,0.5992,1,1,1,0.723,0.5992,0,1,1,1,1,1,0.502149522,0,1,1,1,1,1,1,0.759958923,0,1,1,1,1,1,1,0.951873124,0,0.667109715,0.667019251,0.667109929
-1029,1,0.3353,1,1,1,1,1,1,1,1,0.3047,0.3353,0,1,0.2783,1,1,1,1,1,1,0.807,0.2783,0,1,0.5992,1,1,1,0.5694,0.5992,0,1,1,1,1,1,0.216403693,0,1,1,1,1,1,1,0.743023992,0,1,1,1,1,1,1,0.86858052,0,0.627114548,0.627036175,0.627216312
-1030,1,0.3353,1,1,1,1,1,1,1,1,0.2104,0.3353,0,1,0.2783,1,1,1,1,1,1,0.3724,0.2783,0,1,0.5992,1,1,1,0.3938,0.5992,0,1,1,1,1,1,0.11713592,0,1,1,1,1,1,1,0.303072393,0,1,1,1,1,1,1,0.788485348,0,0.581500725,0.581552782,0.581560284
-1031,1,0.3353,1,1,1,1,1,1,1,1,0.2499,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1835,0.2783,0,1,0.5992,1,1,1,0.3314,0.5992,0,1,1,1,1,1,0.134658724,0,1,1,1,1,1,1,0.228407115,0,1,1,1,1,1,1,0.745531321,0,0.538243113,0.538184895,0.538120567
-1032,1,0.3353,1,1,1,1,1,1,1,1,0.1986,0.3353,0,1,0.2783,1,1,1,1,1,1,0.047,0.2783,0,1,0.5992,1,1,1,0.358,0.5992,0,1,1,1,1,1,0.133515179,0,1,1,1,1,1,1,0.082354978,0,1,1,1,1,1,1,0.717508078,0,0.508760271,0.508779353,0.508865248
-1033,1,0.3353,1,1,1,1,1,1,1,1,0.1447,0.3353,0,1,0.2783,1,1,1,1,1,1,0,0.2783,0,1,0.5992,1,1,1,0.341,0.5992,0,1,1,1,1,1,0.127683818,0,1,1,1,1,1,1,0.019477557,0,1,1,1,1,1,1,0.67595464,0,0.494381344,0.494393907,0.494237589
-1034,1,0.3353,1,1,1,1,1,1,1,1,0.1472,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0148,0.2783,0,1,0.5992,1,1,1,0.3144,0.5992,0,1,1,1,1,1,0.170505077,0,0.985633731,1,1,1,1,1,0.042647615,0,0.573532999,1,1,1,1,1,0.644147515,0,0.48858144,0.488682039,0.48891844
-1035,1,0.3353,1,1,1,1,1,1,1,1,0.2388,0.3353,0,1,0.2783,1,1,1,1,1,1,0.093,0.2783,0,1,0.5992,1,1,1,0.2754,0.5992,0,1,1,1,1,1,0.295705885,0,0.969053149,1,1,1,1,1,0.156690001,0,0.363570988,1,1,1,1,1,0.512547493,0,0.489850169,0.489739793,0.489804965
-1036,1,0.3353,1,1,1,1,1,1,1,1,0.289,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2339,0.2783,0,1,0.5992,1,1,1,0.2813,0.5992,0,1,1,1,1,1,0.369917989,0,0.879668534,1,1,1,1,1,0.321417838,0,0.728458941,1,1,1,1,1,0.500334024,0,0.504108265,0.504125238,0.504432624
-1037,1,0.3353,1,1,1,1,1,1,1,1,0.3285,0.3353,0,1,0.2783,1,1,1,1,1,1,0.4105,0.2783,0,1,0.5992,1,1,1,0.2519,0.5992,0,1,1,1,1,1,0.385765702,0,0.722514331,1,1,1,1,1,0.464779735,0,1,1,1,1,1,1,0.479207754,0,0.54718463,0.547070023,0.547429078
-1038,1,0.3353,1,1,1,1,1,1,1,1,0.3608,0.3353,0,1,0.2783,1,1,1,1,1,1,0.4634,0.2783,0,1,0.5992,1,1,1,0.3391,0.5992,0,1,1,1,1,1,0.389281601,0,0.375971466,1,1,1,1,1,0.524917603,0,1,1,1,1,1,1,0.619532764,0,0.625604157,0.625766871,0.625886525
-1039,1,0.3353,1,1,1,1,1,1,1,1,0.399,0.3353,0.0059,1,0.2783,1,1,1,1,1,1,0.3937,0.2783,0.0003,1,0.5992,1,1,1,0.3347,0.5992,0.0115,1,1,1,1,1,0.255584747,0.018440766,0.476107359,1,1,1,1,1,0.399483383,0.005323761,1,1,1,1,1,1,0.632665634,0.184353784,0.663907685,0.663845991,0.664450355
-1040,1,0.3353,1,1,1,1,1,1,1,1,0.5781,0.3353,0.2662,1,0.2783,1,1,1,1,1,1,0.4806,0.2783,0.2569,1,0.5992,1,1,1,0.2986,0.5992,0.2343,1,1,1,1,1,0.393638909,0.4953053,0.99849993,1,1,1,1,1,0.507252634,0.481455207,1,1,1,1,1,1,0.708755732,0.599122882,0.666868052,0.6668077,0.667109929
-1041,1,0.3353,1,1,1,1,1,1,1,1,0.562,0.3353,0.4829,1,0.2783,1,1,1,1,1,1,0.5678,0.2783,0.4694,1,0.5992,1,1,1,0.2415,0.5992,0.4158,1,1,1,1,1,0.384723723,0.726844013,1,1,1,1,1,1,0.562826037,0.733446002,1,1,1,1,1,1,0.678595603,0.827152729,0.662880619,0.662788238,0.662677305
-1042,1,0.3353,1,1,1,1,1,1,1,1,0.665,0.3353,0.5778,1,0.2783,1,1,1,1,1,1,0.7888,0.2783,0.5771,1,0.5992,1,1,1,0.2353,0.5992,0.5485,1,1,1,1,1,0.506199658,0.802469909,1,1,1,1,1,1,0.748238623,0.840353489,1,1,1,1,1,1,0.624711215,0.95588094,0.658893185,0.658980326,0.659131206
-1043,1,0.3353,1,1,1,1,1,1,1,1,0.676,0.3353,0.5997,1,0.2783,1,1,1,1,1,1,0.7221,0.2783,0.6414,1,0.5992,1,1,1,0.2822,0.5992,0.5484,1,1,1,1,1,0.596518219,0.820268512,1,1,1,1,1,1,0.751242757,0.946367383,0.967928827,1,1,1,1,1,0.616666555,0.969604492,0.65297245,0.653056907,0.653368794
-1044,1,0.3353,1,1,1,1,1,1,1,1,0.6962,0.3353,0.6695,1,0.2783,1,1,1,1,1,1,0.8543,0.2783,0.7203,1,0.5992,1,1,1,0.3593,0.5992,0.5631,1,1,1,1,1,0.689195514,0.902582049,1,1,1,1,1,1,0.825788617,0.99072957,1,1,1,1,1,1,0.610661745,0.930236697,0.640647656,0.640786968,0.640957447
-1045,1,0.3353,1,1,1,1,1,1,1,1,0.6085,0.3353,0.7068,1,0.2783,1,1,1,1,1,1,0.8225,0.2783,0.7268,1,0.5992,1,1,1,0.3074,0.5992,0.5958,1,1,1,1,1,0.658835292,0.967365324,1,1,1,1,1,1,0.752197742,0.997730374,1,1,1,1,1,1,0.469080865,0.930337965,0.63098115,0.631055638,0.631205674
-1046,1,0.3353,1,1,1,1,1,1,1,1,0.5131,0.3353,0.671,1,0.2783,1,1,1,1,1,1,0.6911,0.2783,0.689,1,0.5992,1,1,1,0.3432,0.5992,0.572,1,1,1,1,1,0.608707428,0.967673123,0.999680877,1,1,1,1,1,0.660742164,0.99534905,0.997730196,1,1,1,1,1,0.489898354,0.94499135,0.619623006,0.619631902,0.619680851
-1047,1,0.3353,1,1,1,1,1,1,1,1,0.4954,0.3353,0.5219,1,0.2783,1,1,1,1,1,1,0.4994,0.2783,0.5492,1,0.5992,1,1,1,0.38,0.5992,0.4334,1,1,1,1,1,0.532896399,0.859537721,1,1,1,1,1,1,0.595777094,0.889701724,1,1,1,1,1,1,0.545039296,0.828703642,0.615514741,0.615612439,0.615691489
-1048,1,0.3353,1,1,1,1,1,1,1,1,0.5677,0.3353,0.315,1,0.2783,1,1,1,1,1,1,0.3673,0.2783,0.3525,1,0.5992,1,1,1,0.3804,0.5992,0.2407,1,1,1,1,1,0.578208685,0.634054959,1,1,1,1,1,1,0.441985667,0.670821309,1,1,1,1,1,1,0.514895082,0.587968647,0.630256162,0.630209435,0.630319149
-1049,1,0.3353,1,1,1,1,1,1,1,1,0.3957,0.3353,0.0489,1,0.2783,1,1,1,1,1,1,0.2035,0.2783,0.0911,1,0.5992,1,1,1,0.3173,0.5992,0,1,1,1,1,1,0.431189686,0.235400751,1,1,1,1,1,1,0.25458619,0.297201306,1,1,1,1,1,1,0.456587642,3.11E-05,0.682092798,0.682039348,0.682180851
-1050,1,0.3353,1,1,1,1,1,1,1,1,0.3048,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1018,0.2783,0,1,0.5992,1,1,1,0.2877,0.5992,0,1,1,1,1,1,0.427675366,0,0.982306719,1,1,1,1,1,0.206333905,0,1,1,1,1,1,1,0.479605615,0,0.703661189,0.703829067,0.703900709
-1051,1,0.3353,1,1,1,1,1,1,1,1,0.1941,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0685,0.2783,0,1,0.5992,1,1,1,0.2284,0.5992,0,1,1,1,1,1,0.277788043,0,0.977837861,1,1,1,1,1,0.128975511,0,1,1,1,1,1,1,0.301128358,0,0.690550991,0.690501375,0.690602837
-1052,1,0.3353,1,1,1,1,1,1,1,1,0.1047,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0559,0.2783,0,1,0.5992,1,1,1,0.1682,0.5992,0,1,1,1,1,1,0.236096486,0,0.933708906,1,1,1,1,1,0.210136294,0,1,1,1,1,1,1,0.184097201,0,0.665961817,0.665961498,0.666223404
-1053,1,0.3353,1,1,1,1,1,1,1,1,0.1916,0.3353,0,1,0.2783,1,1,1,1,1,1,0.18,0.2783,0,1,0.5992,1,1,1,0.1045,0.5992,0,1,1,1,1,1,0.305373579,0,1,1,1,1,1,1,0.486193508,0,1,1,1,1,1,1,0.133716792,0,0.623368777,0.623439814,0.623670213
-1054,1,0.3353,1,1,1,1,1,1,1,1,0.1403,0.3353,0,1,0.2783,1,1,1,1,1,1,0.345,0.2783,0,1,0.5992,1,1,1,0.0678,0.5992,0,1,1,1,1,1,0.181378096,0,1,1,1,1,1,1,0.536791325,0,1,1,1,1,1,1,0.093254708,0,0.567303045,0.567378887,0.567375887
-1055,1,0.3353,1,1,1,1,1,1,1,1,0.1019,0.3353,0,1,0.2783,1,1,1,1,1,1,0.3224,0.2783,0,1,0.5992,1,1,1,0.0489,0.5992,0,1,1,1,1,1,0.190009132,0,1,1,1,1,1,1,0.41206342,0,1,1,1,1,1,1,0.053925574,0,0.516433059,0.516395177,0.516843972
-1056,1,0.3353,1,1,1,1,1,1,1,1,0.2342,0.3353,0,1,0.2783,1,1,1,1,1,1,0.3328,0.2783,0,1,0.5992,1,1,1,0.0464,0.5992,0,1,1,1,1,1,0.340543807,0,0.951961637,1,1,1,1,1,0.396313548,0,1,1,1,1,1,1,0.057745896,0,0.483929435,0.483816374,0.484042553
-1057,1,0.3353,1,1,1,1,1,1,1,1,0.3291,0.3353,0,1,0.2783,1,1,1,1,1,1,0.3303,0.2783,0,1,0.5992,1,1,1,0.0914,0.5992,0,1,1,1,1,1,0.47736305,0,0.723744631,1,1,1,1,1,0.344732225,0,0.674463391,1,1,1,1,1,0.210174009,0,0.467254712,0.467315422,0.467198582
-1058,1,0.3353,1,1,1,1,1,1,1,1,0.2905,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1811,0.2783,0,1,0.5992,1,1,1,0.1582,0.5992,0,1,1,1,1,1,0.471031487,0,0.453945518,1,1,1,1,1,0.159885496,0,0.496303141,1,1,1,1,1,0.332458019,0,0.461152731,0.461180453,0.46143617
-1059,1,0.3353,1,1,1,1,1,1,1,1,0.2069,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1306,0.2783,0,1,0.5992,1,1,1,0.2336,0.5992,0,1,1,1,1,1,0.398436338,0,0.282089144,1,1,1,1,1,0.091254428,0,0.341608644,1,1,1,1,1,0.458970815,0,0.461031899,0.460968902,0.460992908
-1060,1,0.3353,1,1,1,1,1,1,1,1,0.0684,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0311,0.2783,0,1,0.5992,1,1,1,0.2549,0.5992,0,1,1,1,1,1,0.180473939,0,0.185217351,1,1,1,1,1,0.020236973,0,0.244839817,1,1,1,1,1,0.531448722,0,0.475169164,0.475142797,0.475177305
-1061,1,0.3353,1,1,1,1,1,1,1,1,0.0999,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0115,0.2783,0,1,0.5992,1,1,1,0.201,0.5992,0,1,1,1,1,1,0.206174016,0,0.17999509,1,1,1,1,1,0.006590917,0,0.162442416,1,1,1,1,1,0.458401471,0,0.51921218,0.519145335,0.519060284
-1062,1,0.3353,1,1,1,1,1,1,1,1,0.073,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0632,0.2783,0,1,0.5992,1,1,1,0.1695,0.5992,0,1,1,1,1,1,0.15341562,0,0.067971632,1,1,1,1,1,0.037877314,0,0.120555505,1,1,1,1,1,0.364987403,0,0.599565007,0.599746139,0.599734043
-1063,1,0.3353,1,1,1,1,1,1,1,1,0.0613,0.3353,0.0062,1,0.2783,1,1,1,1,1,1,0.0268,0.2783,0,1,0.5992,1,1,1,0.1387,0.5992,0.0255,1,1,1,1,1,0.118538402,0.014192468,0.091725685,1,1,1,1,1,0.012939813,0,0.042171728,1,1,1,1,1,0.266541362,0.186134338,0.637566457,0.637613708,0.63785461
-1064,1,0.3353,1,1,1,1,1,1,1,1,0.0495,0.3353,0.2119,1,0.2783,1,1,1,1,1,1,0.0074,0.2783,0.1959,1,0.5992,1,1,1,0.0777,0.5992,0.2837,1,1,1,1,1,0.102821335,0.339985967,0.011115281,1,1,1,1,1,0.004708332,0.310952276,0,1,1,1,1,1,0.106331266,0.525537193,0.640103915,0.640152316,0.640070922
-1065,1,0.3353,1,1,1,1,1,1,1,1,0.0178,0.3353,0.3608,1,0.2783,1,1,1,1,1,1,0.0016,0.2783,0.3224,1,0.5992,1,1,1,0.0498,0.5992,0.4763,1,1,1,1,1,0.04687928,0.518666685,0.00168068,1,1,1,1,1,0.001076122,0.499693483,0.040739004,1,1,1,1,1,0.101931214,0.698534489,0.638110198,0.63803681,0.638297872
-1066,1,0.3353,1,1,1,1,1,1,1,1,0.0057,0.3353,0.4334,1,0.2783,1,1,1,1,1,1,0,0.2783,0.4463,1,0.5992,1,1,1,0.0473,0.5992,0.6271,1,1,1,1,1,0.006887557,0.595648408,0.001408386,1,1,1,1,1,0.000328184,0.61341995,0.010822514,1,1,1,1,1,0.086632088,0.757857621,0.636901885,0.636979056,0.637411348
-1067,1,0.3353,1,1,1,1,1,1,1,1,0.0008,0.3353,0.496,1,0.2783,1,1,1,1,1,1,0,0.2783,0.4513,1,0.5992,1,1,1,0.0389,0.5992,0.695,1,1,1,1,1,0.000104528,0.705536485,0.002444054,1,1,1,1,1,0,0.633169591,0.021018326,1,1,1,1,1,0.079875037,0.754530132,0.63140406,0.631478739,0.631648936
-1068,1,0.3353,1,1,1,1,1,1,1,1,0,0.3353,0.4844,1,0.2783,1,1,1,1,1,1,0.0391,0.2783,0.4641,1,0.5992,1,1,1,0.0446,0.5992,0.6414,1,1,1,1,1,0.002018983,0.70180279,7.22E-05,1,1,1,1,1,0.037956238,0.632471561,0.002988744,1,1,1,1,1,0.105751939,0.828321338,0.624154181,0.624074466,0.624556738
-1069,1,0.3353,1,1,1,1,1,1,1,1,0.0121,0.3353,0.5786,1,0.2783,1,1,1,1,1,1,0.0153,0.2783,0.6105,1,0.5992,1,1,1,0.0419,0.5992,0.7025,1,1,1,1,1,0.007209733,0.767341495,0.003048972,1,1,1,1,1,0.009417345,0.881190777,0,1,1,1,1,1,0.092641033,0.958709717,0.61859594,0.618574149,0.618794326
-1070,1,0.3353,1,1,1,1,1,1,1,1,0.0395,0.3353,0.4078,1,0.2783,1,1,1,1,1,1,0.0327,0.2783,0.4214,1,0.5992,1,1,1,0.0602,0.5992,0.5202,1,1,1,1,1,0.052469421,0.575399458,0.01162939,1,1,1,1,1,0.034468301,0.621795774,0,1,1,1,1,1,0.103165664,0.839419246,0.611648139,0.611804527,0.611702128
-1071,1,0.3353,1,1,1,1,1,1,1,1,0.036,0.3353,0.3444,1,0.2783,1,1,1,1,1,1,0.0099,0.2783,0.3846,1,0.5992,1,1,1,0.1176,0.5992,0.4177,1,1,1,1,1,0.053068925,0.546132028,0.089984819,1,1,1,1,1,0.022223983,0.65506351,0,1,1,1,1,1,0.173716277,0.687713146,0.608264862,0.608208166,0.608156028
-1072,1,0.3353,1,1,1,1,1,1,1,1,0.0415,0.3353,0.2249,1,0.2783,1,1,1,1,1,1,0.0157,0.2783,0.2885,1,0.5992,1,1,1,0.1981,0.5992,0.2377,1,1,1,1,1,0.108836338,0.444707453,0.091163978,1,1,1,1,1,0.027305046,0.528101385,0,1,1,1,1,1,0.252788484,0.41919291,0.621072982,0.621112757,0.621010638
-1073,1,0.3353,1,1,1,1,1,1,1,1,0.0367,0.3353,0.0122,1,0.2783,1,1,1,1,1,1,0.0208,0.2783,0.0337,1,0.5992,1,1,1,0.3519,0.5992,0,1,1,1,1,1,0.08615572,0.038480602,0.180393949,1,1,1,1,1,0.035222165,0.136732534,0,1,1,1,1,1,0.463289082,0,0.6689826,0.668923207,0.668882979
-1074,1,0.3353,1,1,1,1,1,1,1,1,0.0721,0.3353,0,1,0.2783,1,1,1,1,1,1,0.061,0.2783,0,1,0.5992,1,1,1,0.3697,0.5992,0,1,1,1,1,1,0.135538846,0,0.139605165,1,1,1,1,1,0.088056445,0,0,1,1,1,1,1,0.527615786,0,0.687167714,0.687116564,0.6875
-1075,1,0.3353,1,1,1,1,1,1,1,1,0.0678,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0396,0.2783,0,1,0.5992,1,1,1,0.3254,0.5992,0,1,1,1,1,1,0.043199215,0,0.53976059,1,1,1,1,1,0.088940099,0,0.039158117,1,1,1,1,1,0.453964204,0,0.669768004,0.66976941,0.669769504
-1076,1,0.3353,1,1,1,1,1,1,1,1,0.0755,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0236,0.2783,0,1,0.5992,1,1,1,0.2045,0.5992,0,1,1,1,1,1,0.042970236,0,0.480655342,1,1,1,1,1,0.059755467,0,0.19911781,1,1,1,1,1,0.269749194,0,0.643728855,0.643748678,0.643617021
-1077,1,0.3353,1,1,1,1,1,1,1,1,0.0509,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0371,0.2783,0,1,0.5992,1,1,1,0.132,0.5992,0,1,1,1,1,1,0.03064315,0,0.166967809,1,1,1,1,1,0.054738641,0,0.22547619,1,1,1,1,1,0.177533671,0,0.601558724,0.601650095,0.601507092
-1078,1,0.3353,1,1,1,1,1,1,1,1,0.0503,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0521,0.2783,0,1,0.5992,1,1,1,0.1442,0.5992,0,1,1,1,1,1,0.049356826,0,0.098843873,1,1,1,1,1,0.097993135,0,0.278927267,1,1,1,1,1,0.170501396,0,0.546399227,0.546435371,0.546542553
-1079,1,0.3353,1,1,1,1,1,1,1,1,0.0611,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0031,0.2783,0,1,0.5992,1,1,1,0.156,0.5992,0,1,1,1,1,1,0.051604521,0,0.161583245,1,1,1,1,1,0.029563505,0,0.389920473,1,1,1,1,1,0.147218838,0,0.497583374,0.497567167,0.497783688
-1080,1,0.3353,1,1,1,1,1,1,1,1,0.0394,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0468,0.2783,0,1,0.5992,1,1,1,0.171,0.5992,0,1,1,1,1,1,0.029222723,0,0.162525415,1,1,1,1,1,0.075474158,0,0.313165724,1,1,1,1,1,0.194382474,0,0.464354761,0.464353713,0.464095745
-1081,1,0.3353,1,1,1,1,1,1,1,1,0.0533,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1899,0.2783,0,1,0.5992,1,1,1,0.1461,0.5992,0,1,1,1,1,1,0.047840923,0,0.095295846,1,1,1,1,1,0.153759107,0,0.067757592,1,1,1,1,1,0.157280669,0,0.446592557,0.446583457,0.446808511
-1082,1,0.3353,1,1,1,1,1,1,1,1,0.0469,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0194,0.2783,0,1,0.5992,1,1,1,0.095,0.5992,0,1,1,1,1,1,0.065937504,0,0.011147552,1,1,1,1,1,0.051554609,0,0.096064925,1,1,1,1,1,0.103672326,0,0.437953117,0.437909879,0.437943262
-1083,1,0.3353,1,1,1,1,1,1,1,1,0.0487,0.3353,0,1,0.2783,1,1,1,1,1,1,0,0.2783,0,1,0.5992,1,1,1,0.0664,0.5992,0,1,1,1,1,1,0.070105247,0,0.006252729,1,1,1,1,1,0.002158957,0,0,1,1,1,1,1,0.06112304,0,0.437046883,0.437063677,0.437056738
-1084,1,0.3353,1,1,1,1,1,1,1,1,0.0454,0.3353,0,1,0.2783,1,1,1,1,1,1,0,0.2783,0,1,0.5992,1,1,1,0.0515,0.5992,0,1,1,1,1,1,0.045880351,0,0,1,1,1,1,1,0.000149522,0,0,1,1,1,1,1,0.040833768,0,0.44919043,0.449122065,0.449468085
-1085,1,0.3353,1,1,1,1,1,1,1,1,0.0353,0.3353,0,1,0.2783,1,1,1,1,1,1,0,0.2783,0,1,0.5992,1,1,1,0.0399,0.5992,0,1,1,1,1,1,0.017604046,0,0,1,1,1,1,1,0.000263594,0,0,1,1,1,1,1,0.059951149,0,0.49359594,0.493759255,0.493794326
-1086,1,0.3353,1,1,1,1,1,1,1,1,0.0146,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0149,0.2783,0,1,0.5992,1,1,1,0.0214,0.5992,0,1,1,1,1,1,0.00301992,0,0.006769722,1,1,1,1,1,0.008667981,0,0.012625917,1,1,1,1,1,0.042005826,0,0.573102948,0.573090755,0.573138298
-1087,1,0.3353,1,1,1,1,1,1,1,1,0.0174,0.3353,0,1,0.2783,1,1,1,1,1,1,0,0.2783,0,1,0.5992,1,1,1,0.0106,0.5992,0,1,1,1,1,1,0.00625662,0,0.014876311,1,1,1,1,1,0.005263689,0,0.080059424,1,1,1,1,1,0.03722835,0.013479548,0.615575157,0.615612439,0.615691489
-1088,1,0.3353,1,1,1,1,1,1,1,1,0.0093,0.3353,0.142,1,0.2783,1,1,1,1,1,1,0,0.2783,0.2009,1,0.5992,1,1,1,0.0042,0.5992,0.202,1,1,1,1,1,0.003951265,0.349179506,0.015524953,1,1,1,1,1,0.000401821,0.291373551,0.061198957,1,1,1,1,1,0.022719318,0.434636295,0.623972934,0.623862915,0.624113475
-1089,1,0.3353,1,1,1,1,1,1,1,1,0.0033,0.3353,0.2896,1,0.2783,1,1,1,1,1,1,0,0.2783,0.3639,1,0.5992,1,1,1,0.0012,0.5992,0.3615,1,1,1,1,1,0.004615302,0.514957786,0.010969135,1,1,1,1,1,0.003379712,0.534627438,0,1,1,1,1,1,0.007916735,0.58468765,0.625966651,0.625978422,0.626329787
-1090,1,0.3353,1,1,1,1,1,1,1,1,0.0006,0.3353,0.3832,1,0.2783,1,1,1,1,1,1,0,0.2783,0.4752,1,0.5992,1,1,1,0.001,0.5992,0.4506,1,1,1,1,1,0.005063584,0.558726788,0.017523618,1,1,1,1,1,0.003152695,0.647850692,0,1,1,1,1,1,0.001069679,0.608341455,0.62777912,0.627670827,0.628102837
-1091,1,0.3353,1,1,1,1,1,1,1,1,0.0013,0.3353,0.4001,1,0.2783,1,1,1,1,1,1,0,0.2783,0.4461,1,0.5992,1,1,1,0,0.5992,0.4365,1,1,1,1,1,0.004127369,0.582769394,0.025185499,1,1,1,1,1,0.003216316,0.642627358,0,1,1,1,1,1,0.000370599,0.611747622,0.625,0.624920669,0.625
-1092,1,0.3353,1,1,1,1,1,1,1,1,0,0.3353,0.3979,1,0.2783,1,1,1,1,1,1,0,0.2783,0.4694,1,0.5992,1,1,1,0.0025,0.5992,0.4185,1,1,1,1,1,0.000329846,0.602562308,0.015069776,1,1,1,1,1,0.002190562,0.662625432,0.008151309,1,1,1,1,1,0.004105932,0.595377803,0.617568874,0.617727946,0.617907801
-1093,1,0.3353,1,1,1,1,1,1,1,1,0.001,0.3353,0.3975,1,0.2783,1,1,1,1,1,1,0,0.2783,0.4491,1,0.5992,1,1,1,0.008,0.5992,0.3787,1,1,1,1,1,0,0.633594096,0.013273727,1,1,1,1,1,0.001052633,0.672993779,0.101724088,1,1,1,1,1,0.022061357,0.557721913,0.614064766,0.614131585,0.61391844
-1094,1,0.3353,1,1,1,1,1,1,1,1,0.002,0.3353,0.4351,1,0.2783,1,1,1,1,1,1,0,0.2783,0.4923,1,0.5992,1,1,1,0.0235,0.5992,0.4175,1,1,1,1,1,2.31E-06,0.671257675,0.071118698,1,1,1,1,1,0.000637823,0.694713473,0.156142414,1,1,1,1,1,0.046326287,0.546066582,0.607116965,0.607150413,0.607269504
-1095,1,0.3353,1,1,1,1,1,1,1,1,0.0013,0.3353,0.3602,1,0.2783,1,1,1,1,1,1,0,0.2783,0.4357,1,0.5992,1,1,1,0.0588,0.5992,0.3264,1,1,1,1,1,0.002965278,0.59887594,0.156938747,1,1,1,1,1,0.000722208,0.595216334,0.201426715,1,1,1,1,1,0.066430353,0.508017361,0.604760754,0.604823355,0.605053191
-1096,1,0.3353,1,1,1,1,1,1,1,1,0.0048,0.3353,0.2179,1,0.2783,1,1,1,1,1,1,0,0.2783,0.2689,1,0.5992,1,1,1,0.087,0.5992,0.1731,1,1,1,1,1,0.003663415,0.423196405,0.235061526,1,1,1,1,1,0.000460288,0.453348726,0.132251054,1,1,1,1,1,0.084686771,0.337374985,0.619623006,0.619631902,0.620124113
-1097,1,0.3353,1,1,1,1,1,1,1,1,0.0028,0.3353,0.0012,1,0.2783,1,1,1,1,1,1,0.0074,0.2783,0.0291,1,0.5992,1,1,1,0.1081,0.5992,0,1,1,1,1,1,0.010761268,0.028205086,0.254560232,1,1,1,1,1,0.013701504,0.093099222,0.135036409,1,1,1,1,1,0.0773632,0,0.663907685,0.663845991,0.664007092
-1098,1,0.3353,1,1,1,1,1,1,1,1,0.0037,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0422,0.2783,0,1,0.5992,1,1,1,0.1147,0.5992,0,1,1,1,1,1,0.046665151,0,0.242791414,1,1,1,1,1,0.072233729,0,0.298220694,1,1,1,1,1,0.106213242,0,0.679253262,0.67928919,0.679521277
-1099,1,0.3353,1,1,1,1,1,1,1,1,0.0048,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0909,0.2783,0,1,0.5992,1,1,1,0.1005,0.5992,0,1,1,1,1,1,0.055832595,0,0.059668772,1,1,1,1,1,0.136343688,0,0.192917556,1,1,1,1,1,0.113991655,0,0.663303528,0.66342289,0.66356383
-1100,1,0.3353,1,1,1,1,1,1,1,1,0.0225,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1208,0.2783,0,1,0.5992,1,1,1,0.0787,0.5992,0,1,1,1,1,1,0.075337775,0,0.047003094,1,1,1,1,1,0.177106515,0,0.439277738,1,1,1,1,1,0.097335458,0,0.636176897,0.636132854,0.636524823
-1101,1,0.3353,1,1,1,1,1,1,1,1,0.0683,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1202,0.2783,0,1,0.5992,1,1,1,0.0675,0.5992,0,1,1,1,1,1,0.082746476,0,0.020546136,1,1,1,1,1,0.168459937,0,0.275989294,1,1,1,1,1,0.125470683,0,0.59382552,0.593822721,0.593971631
-1102,1,0.3353,1,1,1,1,1,1,1,1,0.1146,0.3353,0,1,0.2783,1,1,1,1,1,1,0.157,0.2783,0,1,0.5992,1,1,1,0.044,0.5992,0,1,1,1,1,1,0.11460375,0,0.008724602,1,1,1,1,1,0.209471554,0,0.3150644,1,1,1,1,1,0.085176602,0,0.537941034,0.537973345,0.538120567
-1103,1,0.3353,1,1,1,1,1,1,1,1,0.0572,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1428,0.2783,0,1,0.5992,1,1,1,0.0343,0.5992,0,1,1,1,1,1,0.048893597,0,0.028796984,1,1,1,1,1,0.157406271,0,0.28583324,1,1,1,1,1,0.054507188,0,0.487010633,0.486989634,0.48714539
-1104,1,0.3353,1,1,1,1,1,1,1,1,0.0689,0.3353,0,1,0.2783,1,1,1,1,1,1,0.079,0.2783,0,1,0.5992,1,1,1,0.0523,0.5992,0,1,1,1,1,1,0.081243813,0,0.071472019,1,1,1,1,1,0.109008878,0,0.205130637,1,1,1,1,1,0.071306929,0,0.456077815,0.456103237,0.456117021
-1105,1,0.3353,1,1,1,1,1,1,1,1,0.0757,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0466,0.2783,0,1,0.5992,1,1,1,0.0731,0.5992,0,1,1,1,1,1,0.078676045,0,0.132356673,1,1,1,1,1,0.083080128,0,0.280035615,1,1,1,1,1,0.112381756,0,0.439765587,0.439813835,0.439716312
-1106,1,0.3353,1,1,1,1,1,1,1,1,0.0796,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0425,0.2783,0,1,0.5992,1,1,1,0.0643,0.5992,0,1,1,1,1,1,0.106914848,0,0.117482096,1,1,1,1,1,0.079231285,0,0.12364766,1,1,1,1,1,0.10742867,0,0.433482359,0.433467315,0.433510638
-1107,1,0.3353,1,1,1,1,1,1,1,1,0.0756,0.3353,0,1,0.2783,1,1,1,1,1,1,0.04,0.2783,0,1,0.5992,1,1,1,0.0536,0.5992,0,1,1,1,1,1,0.084026337,0,0.143809155,1,1,1,1,1,0.075666659,0,0.096530899,1,1,1,1,1,0.098277256,0,0.436503142,0.436640575,0.436613475
-1108,1,0.3353,1,1,1,1,1,1,1,1,0.0874,0.3353,0,1,0.2783,1,1,1,1,1,1,0.038,0.2783,0,1,0.5992,1,1,1,0.0417,0.5992,0,1,1,1,1,1,0.107747838,0,0.181571946,1,1,1,1,1,0.072163574,0,0.17054294,1,1,1,1,1,0.071277931,0,0.450519575,0.450602919,0.450797872
-1109,1,0.3353,1,1,1,1,1,1,1,1,0.0652,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0076,0.2783,0,1,0.5992,1,1,1,0.0264,0.5992,0,1,1,1,1,1,0.08012899,0,0.148158878,1,1,1,1,1,0.022536812,0,0.160324097,1,1,1,1,1,0.040680472,0,0.497341711,0.497355617,0.497340426
-1110,1,0.3353,1,1,1,1,1,1,1,1,0.0332,0.3353,0,1,0.2783,1,1,1,1,1,1,0,0.2783,0,1,0.5992,1,1,1,0.0182,0.5992,0,1,1,1,1,1,0.042060122,0,0.060637206,1,1,1,1,1,0.011356694,0,0.052404717,1,1,1,1,1,0.03396637,0,0.576667472,0.576687117,0.576684397
-1111,1,0.3353,1,1,1,1,1,1,1,1,0.008,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0185,0.2783,0,1,0.5992,1,1,1,0.0106,0.5992,0,1,1,1,1,1,0.011661833,0,0.026185583,1,1,1,1,1,0.014108179,0,0.030558117,1,1,1,1,1,0.023133211,0,0.615333494,0.615400889,0.615691489
-1112,1,0.3353,1,1,1,1,1,1,1,1,0.0002,0.3353,0.251,1,0.2783,1,1,1,1,1,1,0,0.2783,0.2135,1,0.5992,1,1,1,0.0287,0.5992,0.2287,1,1,1,1,1,0.004216762,0.421669364,0.011390129,1,1,1,1,1,0.001075404,0.366246313,0.046053402,1,1,1,1,1,0.042276233,0.52107513,0.620287579,0.620266554,0.620567376
-1113,1,0.3353,1,1,1,1,1,1,1,1,0,0.3353,0.398,1,0.2783,1,1,1,1,1,1,0,0.2783,0.3957,1,0.5992,1,1,1,0.0187,0.5992,0.36,1,1,1,1,1,0.000107081,0.624025583,0.003211733,1,1,1,1,1,0.000291988,0.569521368,0,1,1,1,1,1,0.020247368,0.771772504,0.621193813,0.621324307,0.621453901
-1114,1,0.3353,1,1,1,1,1,1,1,1,0,0.3353,0.5777,1,0.2783,1,1,1,1,1,1,0.0231,0.2783,0.4714,1,0.5992,1,1,1,0.0105,0.5992,0.6638,1,1,1,1,1,0,0.830872178,0,1,1,1,1,1,0.035424843,0.60886234,0,1,1,1,1,1,0.01060041,0.999690711,0.6199855,0.620055003,0.620124113
-1115,1,0.3353,1,1,1,1,1,1,1,1,0,0.3353,0.5222,1,0.2783,1,1,1,1,1,1,0,0.2783,0.446,1,0.5992,1,1,1,0.006,0.5992,0.5803,1,1,1,1,1,0,0.712612987,0,1,1,1,1,1,0.002315169,0.535365283,0,1,1,1,1,1,0.004428415,0.885320663,0.616723055,0.616670193,0.616578014
-1116,1,0.3353,1,1,1,1,1,1,1,1,0.0026,0.3353,0.4391,1,0.2783,1,1,1,1,1,1,0,0.2783,0.4033,1,0.5992,1,1,1,0.0027,0.5992,0.585,1,1,1,1,1,0.000138794,0.62785691,0,1,1,1,1,1,0.005570312,0.554500699,0,1,1,1,1,1,0.000169873,0.855731487,0.612977284,0.612862281,0.613031915
-1117,1,0.3353,1,1,1,1,1,1,1,1,0.0162,0.3353,0.4041,1,0.2783,1,1,1,1,1,1,0.0075,0.2783,0.4023,1,0.5992,1,1,1,0.0064,0.5992,0.5582,1,1,1,1,1,0.012443317,0.572152019,0.003454699,1,1,1,1,1,0.017332878,0.555582404,0.024717279,1,1,1,1,1,0.000638945,0.805173159,0.612796037,0.612862281,0.613031915
-1118,1,0.3353,1,1,1,1,1,1,1,1,0.0418,0.3353,0.3776,1,0.2783,1,1,1,1,1,1,0,0.2783,0.3253,1,0.5992,1,1,1,0.0056,0.5992,0.5298,1,1,1,1,1,0.007533296,0.520351827,0.084458515,1,1,1,1,1,0.007419934,0.458313495,0.068899736,1,1,1,1,1,0.002452825,0.724157333,0.608264862,0.608208166,0.608156028
-1119,1,0.3353,1,1,1,1,1,1,1,1,0.0384,0.3353,0.2577,1,0.2783,1,1,1,1,1,1,0.0017,0.2783,0.2138,1,0.5992,1,1,1,0.0174,0.5992,0.3695,1,1,1,1,1,0.008783901,0.413797915,0.062754475,1,1,1,1,1,0.010369309,0.320449889,0.05394372,1,1,1,1,1,0.006953084,0.616675735,0.61037941,0.610535223,0.61037234
-1120,1,0.3353,1,1,1,1,1,1,1,1,0.0812,0.3353,0.0836,1,0.2783,1,1,1,1,1,1,0.0403,0.2783,0.0846,1,0.5992,1,1,1,0.047,0.5992,0.2124,1,1,1,1,1,0.079519555,0.127957165,0.054840323,1,1,1,1,1,0.058607429,0.130032092,0.009626178,1,1,1,1,1,0.041584462,0.378108114,0.63237071,0.632536492,0.632535461
-1121,1,0.3353,1,1,1,1,1,1,1,1,0.0687,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0755,0.2783,0,1,0.5992,1,1,1,0.1222,0.5992,0,1,1,1,1,1,0.095078185,0,0.080111712,1,1,1,1,1,0.087329604,0,0.038936131,1,1,1,1,1,0.145138115,0,0.673513775,0.673577322,0.673758865
-1122,1,0.3353,1,1,1,1,1,1,1,1,0.0442,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0938,0.2783,0,1,0.5992,1,1,1,0.2036,0.5992,0,1,1,1,1,1,0.06459564,0,0.048527647,1,1,1,1,1,0.108412832,0,0,1,1,1,1,1,0.304443628,0,0.682274045,0.682250899,0.682624113
-1123,1,0.3353,1,1,1,1,1,1,1,1,0.0257,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0371,0.2783,0,1,0.5992,1,1,1,0.2666,0.5992,0,1,1,1,1,1,0.023319216,0,0.000567935,1,1,1,1,1,0.059193447,0,0,1,1,1,1,1,0.515886605,0,0.665236829,0.665326846,0.665336879
-1124,1,0.3353,1,1,1,1,1,1,1,1,0.0221,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1563,0.2783,0,1,0.5992,1,1,1,0.1433,0.5992,0,1,1,1,1,1,0.039155327,0,0,1,1,1,1,1,0.180636972,0,0.006618849,1,1,1,1,1,0.31086725,0,0.63877477,0.638671462,0.639184397
-1125,1,0.3353,1,1,1,1,1,1,1,1,0.013,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1412,0.2783,0,1,0.5992,1,1,1,0.1562,0.5992,0,1,1,1,1,1,0.012497285,0,0.001954996,1,1,1,1,1,0.158648685,0,0.003782199,1,1,1,1,1,0.356954515,0,0.59618173,0.596149778,0.596187943
-1126,1,0.3353,1,1,1,1,1,1,1,1,0.0373,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1121,0.2783,0,1,0.5992,1,1,1,0.2046,0.5992,0,1,1,1,1,1,0.043758962,0,0.030432951,1,1,1,1,1,0.131980807,0,0.036523037,1,1,1,1,1,0.426760942,0,0.539874335,0.539877301,0.540336879
-1127,1,0.3353,1,1,1,1,1,1,1,1,0.0718,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1073,0.2783,0,1,0.5992,1,1,1,0.2062,0.5992,0,1,1,1,1,1,0.061800312,0,0.07291609,1,1,1,1,1,0.147166222,0,0.21237959,1,1,1,1,1,0.395702064,0,0.489729338,0.489739793,0.489804965
-1128,1,0.3353,1,1,1,1,1,1,1,1,0.0873,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1343,0.2783,0,1,0.5992,1,1,1,0.2341,0.5992,0,1,1,1,1,1,0.068880677,0,0.066637523,1,1,1,1,1,0.185943991,0,0.194197387,1,1,1,1,1,0.399948031,0,0.455231996,0.455257034,0.455673759
-1129,1,0.3353,1,1,1,1,1,1,1,1,0.1224,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2056,0.2783,0,1,0.5992,1,1,1,0.2438,0.5992,0,1,1,1,1,1,0.107841097,0,0.026773676,1,1,1,1,1,0.290738761,0,0.059220687,1,1,1,1,1,0.395727009,0,0.435717738,0.435794373,0.43572695
-1130,1,0.3353,1,1,1,1,1,1,1,1,0.1607,0.3353,0,1,0.2783,1,1,1,1,1,1,0.3046,0.2783,0,1,0.5992,1,1,1,0.2289,0.5992,0,1,1,1,1,1,0.15782921,0,0.032786746,1,1,1,1,1,0.385691464,0,0.07835184,1,1,1,1,1,0.310579389,0,0.425326245,0.42542839,0.425531915
-1131,1,0.3353,1,1,1,1,1,1,1,1,0.1622,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2478,0.2783,0,1,0.5992,1,1,1,0.158,0.5992,0,1,1,1,1,1,0.197893649,0,0.054544114,1,1,1,1,1,0.310194105,0,0.007161519,1,1,1,1,1,0.257609129,0,0.423634606,0.423735985,0.423758865
-1132,1,0.3353,1,1,1,1,1,1,1,1,0.1664,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2256,0.2783,0,1,0.5992,1,1,1,0.1621,0.5992,0,1,1,1,1,1,0.178165928,0,0.036942624,1,1,1,1,1,0.216431111,0,0,1,1,1,1,1,0.207180604,0,0.434630256,0.434736619,0.434840426
-1133,1,0.3353,1,1,1,1,1,1,1,1,0.1754,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0788,0.2783,0,1,0.5992,1,1,1,0.1834,0.5992,0,1,1,1,1,1,0.149377078,0,0.067278497,1,1,1,1,1,0.10681536,0,0.037470419,1,1,1,1,1,0.228798643,0,0.475048333,0.474931246,0.475177305
-1134,1,0.3353,1,1,1,1,1,1,1,1,0.1451,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0726,0.2783,0,1,0.5992,1,1,1,0.1712,0.5992,0,1,1,1,1,1,0.108588591,0,0.1455497,1,1,1,1,1,0.095053226,0,0.053612571,1,1,1,1,1,0.231774837,0,0.549722088,0.549820182,0.550088652
-1135,1,0.3353,1,1,1,1,1,1,1,1,0.1264,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0824,0.2783,0,1,0.5992,1,1,1,0.1808,0.5992,0,1,1,1,1,1,0.122287504,0,0.162636712,1,1,1,1,1,0.113910697,0,0,1,1,1,1,1,0.23295176,0,0.594308845,0.594245822,0.594414894
-1136,1,0.3353,1,1,1,1,1,1,1,1,0.1382,0.3353,0.1131,1,0.2783,1,1,1,1,1,1,0.0955,0.2783,0.1509,1,0.5992,1,1,1,0.1763,0.5992,0.1502,1,1,1,1,1,0.138602197,0.273250043,0.3493644,1,1,1,1,1,0.10015589,0.314969033,0.009180104,1,1,1,1,1,0.147349983,0.222592801,0.606875302,0.606727311,0.607269504
-1137,1,0.3353,1,1,1,1,1,1,1,1,0.0699,0.3353,0.3099,1,0.2783,1,1,1,1,1,1,0.0936,0.2783,0.3546,1,0.5992,1,1,1,0.1801,0.5992,0.2967,1,1,1,1,1,0.083995506,0.55990386,0.288135141,1,1,1,1,1,0.103539191,0.597141385,0.00792932,1,1,1,1,1,0.160080031,0.441352129,0.610077332,0.610112122,0.609929078
-1138,1,0.3353,1,1,1,1,1,1,1,1,0.0934,0.3353,0.4462,1,0.2783,1,1,1,1,1,1,0.3774,0.2783,0.5514,1,0.5992,1,1,1,0.1307,0.5992,0.432,1,1,1,1,1,0.106427036,0.712844014,0.124160439,1,1,1,1,1,0.299305052,0.822447777,0,1,1,1,1,1,0.11868111,0.557519674,0.610923151,0.610958325,0.611258865
-1139,1,0.3353,1,1,1,1,1,1,1,1,0.1113,0.3353,0.4971,1,0.2783,1,1,1,1,1,1,0.3909,0.2783,0.5828,1,0.5992,1,1,1,0.1105,0.5992,0.4349,1,1,1,1,1,0.146284461,0.745839894,0.083927713,1,1,1,1,1,0.340600729,0.788909256,0.07988482,1,1,1,1,1,0.10592211,0.721094608,0.606271145,0.60630421,0.606382979
-1140,1,0.3353,1,1,1,1,1,1,1,1,0.1494,0.3353,0.5491,1,0.2783,1,1,1,1,1,1,0.4286,0.2783,0.5721,1,0.5992,1,1,1,0.1267,0.5992,0.4613,1,1,1,1,1,0.227206588,0.795065403,0.120059073,1,1,1,1,1,0.361115009,0.798173189,0.304969668,1,1,1,1,1,0.173086584,0.709834695,0.596060899,0.595938227,0.596187943
-1141,1,0.3353,1,1,1,1,1,1,1,1,0.2268,0.3353,0.5788,1,0.2783,1,1,1,1,1,1,0.2547,0.2783,0.5944,1,0.5992,1,1,1,0.1659,0.5992,0.4651,1,1,1,1,1,0.325680584,0.81992197,0.215272263,1,1,1,1,1,0.223857179,0.829602122,0.281709433,1,1,1,1,1,0.261818111,0.696449697,0.588750604,0.588745505,0.588652482
-1142,1,0.3353,1,1,1,1,1,1,1,1,0.1818,0.3353,0.5935,1,0.2783,1,1,1,1,1,1,0.4355,0.2783,0.5804,1,0.5992,1,1,1,0.1349,0.5992,0.4731,1,1,1,1,1,0.357862145,0.852696896,0.297833979,1,1,1,1,1,0.398809969,0.793542385,0.31898874,1,1,1,1,1,0.257945806,0.723677814,0.578842436,0.578802623,0.578900709
-1143,1,0.3353,1,1,1,1,1,1,1,1,0.204,0.3353,0.4606,1,0.2783,1,1,1,1,1,1,0.266,0.2783,0.5083,1,0.5992,1,1,1,0.0952,0.5992,0.368,1,1,1,1,1,0.316188395,0.782290101,0.313831151,1,1,1,1,1,0.283590913,0.765566111,0.347253174,1,1,1,1,1,0.15048115,0.647790313,0.573525858,0.573725407,0.574024823
-1144,1,0.3353,1,1,1,1,1,1,1,1,0.169,0.3353,0.2861,1,0.2783,1,1,1,1,1,1,0.4383,0.2783,0.3311,1,0.5992,1,1,1,0.1087,0.5992,0.1997,1,1,1,1,1,0.236047566,0.577710569,0.164843708,1,1,1,1,1,0.414026558,0.572428346,0.326350272,1,1,1,1,1,0.198451817,0.454336852,0.583615273,0.583668289,0.583776596
-1145,1,0.3353,1,1,1,1,1,1,1,1,0.1969,0.3353,0.04,1,0.2783,1,1,1,1,1,1,0.246,0.2783,0.0839,1,0.5992,1,1,1,0.1683,0.5992,0,1,1,1,1,1,0.219240755,0.181716263,0.234954879,1,1,1,1,1,0.259087026,0.263534009,0.994571567,1,1,1,1,1,0.338978112,0.016318373,0.623489609,0.623439814,0.623670213
-1146,1,0.3353,1,1,1,1,1,1,1,1,0.1917,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0964,0.2783,0,1,0.5992,1,1,1,0.1426,0.5992,0,1,1,1,1,1,0.144899592,0,0.460470438,1,1,1,1,1,0.147896081,0,1,1,1,1,1,1,0.272070825,0,0.641916385,0.641844722,0.641843972
-1147,1,0.3353,1,1,1,1,1,1,1,1,0.2034,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1788,0.2783,0,1,0.5992,1,1,1,0.2315,0.5992,0,1,1,1,1,1,0.218267709,0,0.595855176,1,1,1,1,1,0.210983038,0,0.999340415,1,1,1,1,1,0.247287497,0,0.625966651,0.625978422,0.626329787
-1148,1,0.3353,1,1,1,1,1,1,1,1,0.2599,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2117,0.2783,0,1,0.5992,1,1,1,0.1944,0.5992,0,1,1,1,1,1,0.231125847,0,0.991824508,1,1,1,1,1,0.242717549,0,0.991057634,1,1,1,1,1,0.294774503,0,0.604881585,0.604823355,0.605053191
-1149,1,0.3353,1,1,1,1,1,1,1,1,0.2623,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2868,0.2783,0,1,0.5992,1,1,1,0.1141,0.5992,0,1,1,1,1,1,0.257896334,0,0.977468252,1,1,1,1,1,0.375778913,0,0.82260704,1,1,1,1,1,0.182252407,0,0.574734171,0.574783161,0.574911348
-1150,1,0.3353,1,1,1,1,1,1,1,1,0.3366,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1927,0.2783,0,1,0.5992,1,1,1,0.1659,0.5992,0,1,1,1,1,1,0.315684408,0,0.876997232,1,1,1,1,1,0.238841474,0,0.364857614,1,1,1,1,1,0.261173576,0,0.532503625,0.532684578,0.532801418
-1151,1,0.3353,1,1,1,1,1,1,1,1,0.275,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1699,0.2783,0,1,0.5992,1,1,1,0.2065,0.5992,0,1,1,1,1,1,0.219144747,0,0.755017519,1,1,1,1,1,0.237392083,0,0.300655782,1,1,1,1,1,0.340680182,0,0.488641856,0.488682039,0.48891844
-1152,1,0.3353,1,1,1,1,1,1,1,1,0.3217,0.3353,0,1,0.2783,1,1,1,1,1,1,0.331,0.2783,0,1,0.5992,1,1,1,0.256,0.5992,0,1,1,1,1,1,0.354020715,0,0.576135039,1,1,1,1,1,0.397597373,0,0.296086907,1,1,1,1,1,0.418633997,0,0.456138231,0.456103237,0.456117021
-1153,1,0.3353,1,1,1,1,1,1,1,1,0.3247,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2944,0.2783,0,1,0.5992,1,1,1,0.2984,0.5992,0,1,1,1,1,1,0.283025086,0,0.626205683,1,1,1,1,1,0.385783881,0,0.236033261,1,1,1,1,1,0.491624504,0,0.43777187,0.437909879,0.437943262
-1154,1,0.3353,1,1,1,1,1,1,1,1,0.3578,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2322,0.2783,0,1,0.5992,1,1,1,0.2796,0.5992,0,1,1,1,1,1,0.293709457,0,0.767984271,1,1,1,1,1,0.32566306,0,0.153242946,1,1,1,1,1,0.531821907,0,0.429192847,0.429236302,0.429078014
-1155,1,0.3353,1,1,1,1,1,1,1,1,0.4037,0.3353,0,1,0.2783,1,1,1,1,1,1,0.232,0.2783,0,1,0.5992,1,1,1,0.2611,0.5992,0,1,1,1,1,1,0.320410371,0,0.852543592,1,1,1,1,1,0.274338067,0,0.290835351,1,1,1,1,1,0.522841454,0,0.425628323,0.425639941,0.425531915
-1156,1,0.3353,1,1,1,1,1,1,1,1,0.4499,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2136,0.2783,0,1,0.5992,1,1,1,0.217,0.5992,0,1,1,1,1,1,0.358748078,0,0.99939537,1,1,1,1,1,0.246637285,0,0.611278057,1,1,1,1,1,0.423829794,0,0.42997825,0.429870954,0.430407801
-1157,1,0.3353,1,1,1,1,1,1,1,1,0.4056,0.3353,0,1,0.2783,1,1,1,1,1,1,0.206,0.2783,0,1,0.5992,1,1,1,0.206,0.5992,0,1,1,1,1,1,0.349777102,0,0.998455644,1,1,1,1,1,0.263135016,0,0.728486896,1,1,1,1,1,0.455891222,0,0.448163364,0.448275862,0.448138298
-1158,1,0.3353,1,1,1,1,1,1,1,1,0.2791,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1149,0.2783,0,1,0.5992,1,1,1,0.2717,0.5992,0,1,1,1,1,1,0.248066247,0,0.896258473,1,1,1,1,1,0.129025087,0,0.41236943,1,1,1,1,1,0.534036696,0,0.476800387,0.476835202,0.476950355
-1159,1,0.3353,1,1,1,1,1,1,1,1,0.1758,0.3353,0.0686,1,0.2783,1,1,1,1,1,1,0.0483,0.2783,0.0668,1,0.5992,1,1,1,0.2637,0.5992,0.0179,1,1,1,1,1,0.148530319,0.265751928,0.966250598,1,1,1,1,1,0.08097402,0.216029584,0.572412848,1,1,1,1,1,0.513921797,0.206477448,0.507672789,0.507721599,0.507978723
-1160,1,0.3353,1,1,1,1,1,1,1,1,0.2065,0.3353,0.3334,1,0.2783,1,1,1,1,1,1,0.0618,0.2783,0.3332,1,0.5992,1,1,1,0.2935,0.5992,0.246,1,1,1,1,1,0.153094873,0.66551131,0.9830091,1,1,1,1,1,0.059812039,0.629539251,0.505583763,1,1,1,1,1,0.562816799,0.566612899,0.54162639,0.541781257,0.541666667
-1161,1,0.3353,1,1,1,1,1,1,1,1,0.2129,0.3353,0.535,1,0.2783,1,1,1,1,1,1,0.0447,0.2783,0.5359,1,0.5992,1,1,1,0.34,0.5992,0.4373,1,1,1,1,1,0.147931859,0.890404403,0.961132944,1,1,1,1,1,0.059360567,0.879184842,0.359537959,1,1,1,1,1,0.600973427,0.811100245,0.560959401,0.561032367,0.561170213
-1162,1,0.3353,1,1,1,1,1,1,1,1,0.3361,0.3353,0.6862,1,0.2783,1,1,1,1,1,1,0.1131,0.2783,0.6854,1,0.5992,1,1,1,0.3936,0.5992,0.5082,1,1,1,1,1,0.290128022,0.985478044,0.968965769,1,1,1,1,1,0.105776787,0.995797515,0.288859189,1,1,1,1,1,0.536126375,0.83561933,0.566759304,0.566744235,0.566932624
-1163,1,0.3353,1,1,1,1,1,1,1,1,0.2029,0.3353,0.7269,1,0.2783,1,1,1,1,1,1,0.0854,0.2783,0.7362,1,0.5992,1,1,1,0.3636,0.5992,0.4812,1,1,1,1,1,0.199890614,0.993222833,0.760709882,1,1,1,1,1,0.075366028,0.981716096,0.184054464,1,1,1,1,1,0.44908309,0.837790012,0.562107298,0.562090121,0.562056738
-1164,1,0.3353,1,1,1,1,1,1,1,1,0.2194,0.3353,0.7132,1,0.2783,1,1,1,1,1,1,0.0613,0.2783,0.6619,1,0.5992,1,1,1,0.3216,0.5992,0.4676,1,1,1,1,1,0.239717662,0.943248749,0.49961102,1,1,1,1,1,0.060589828,0.850915074,0.128481418,1,1,1,1,1,0.462041587,0.872471511,0.551111648,0.551089486,0.550975177
-1165,1,0.3353,1,1,1,1,1,1,1,1,0.2335,0.3353,0.6894,1,0.2783,1,1,1,1,1,1,0.1519,0.2783,0.5674,1,0.5992,1,1,1,0.3557,0.5992,0.4749,1,1,1,1,1,0.239567488,0.93822521,0.620042503,1,1,1,1,1,0.150274158,0.81651938,0.163270175,1,1,1,1,1,0.520643532,0.867996216,0.53757854,0.537761794,0.537677305
-1166,1,0.3353,1,1,1,1,1,1,1,1,0.2508,0.3353,0.6259,1,0.2783,1,1,1,1,1,1,0.1319,0.2783,0.551,1,0.5992,1,1,1,0.3121,0.5992,0.4582,1,1,1,1,1,0.236098781,0.869975448,0.793558598,1,1,1,1,1,0.140550196,0.701701403,0.13430053,1,1,1,1,1,0.420947999,0.86914444,0.529180764,0.529088217,0.529255319
-1167,1,0.3353,1,1,1,1,1,1,1,1,0.2597,0.3353,0.4635,1,0.2783,1,1,1,1,1,1,0.146,0.2783,0.406,1,0.5992,1,1,1,0.3169,0.5992,0.3793,1,1,1,1,1,0.236285761,0.708693385,0.854089141,1,1,1,1,1,0.16729033,0.610197723,0.414416492,1,1,1,1,1,0.497466505,0.692764342,0.529724505,0.529722869,0.529698582
-1168,1,0.3353,1,1,1,1,1,1,1,1,0.2519,0.3353,0.2577,1,0.2783,1,1,1,1,1,1,0.1588,0.2783,0.2966,1,0.5992,1,1,1,0.3352,0.5992,0.2249,1,1,1,1,1,0.184167624,0.474652469,0.993203402,1,1,1,1,1,0.176503003,0.534153879,0.654207349,1,1,1,1,1,0.529282808,0.53376931,0.547667956,0.547704675,0.54787234
-1169,1,0.3353,1,1,1,1,1,1,1,1,0.3595,0.3353,0.0324,1,0.2783,1,1,1,1,1,1,0.0601,0.2783,0.084,1,0.5992,1,1,1,0.3211,0.5992,0.001,1,1,1,1,1,0.249948338,0.121315122,0.926506758,1,1,1,1,1,0.119256131,0.196006551,0.39112252,1,1,1,1,1,0.543855071,0.012251442,0.592133881,0.592130315,0.592198582
-1170,1,0.3353,1,1,1,1,1,1,1,1,0.2783,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1367,0.2783,0,1,0.5992,1,1,1,0.3345,0.5992,0,1,1,1,1,1,0.299996644,0,0.903561115,1,1,1,1,1,0.219918966,0,0.304903656,1,1,1,1,1,0.624993742,0,0.610318995,0.610323673,0.61037234
-1171,1,0.3353,1,1,1,1,1,1,1,1,0.3213,0.3353,0,1,0.2783,1,1,1,1,1,1,0.246,0.2783,0,1,0.5992,1,1,1,0.2798,0.5992,0,1,1,1,1,1,0.270766437,0,0.994238257,1,1,1,1,1,0.378410816,0,0.369773567,1,1,1,1,1,0.519669414,0,0.594308845,0.594457373,0.594414894
-1172,1,0.3353,1,1,1,1,1,1,1,1,0.1659,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2162,0.2783,0,1,0.5992,1,1,1,0.3531,0.5992,0,1,1,1,1,1,0.150617227,0,0.855373979,1,1,1,1,1,0.240363032,0,0.096578017,1,1,1,1,1,0.615719616,0,0.575700822,0.575840914,0.575797872
-1173,1,0.3353,1,1,1,1,1,1,1,1,0.1219,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2135,0.2783,0,1,0.5992,1,1,1,0.3076,0.5992,0,1,1,1,1,1,0.104000352,0,0.744946659,1,1,1,1,1,0.2302728,0,0.156496346,1,1,1,1,1,0.593123198,0,0.549117931,0.54918553,0.549202128
-1174,1,0.3353,1,1,1,1,1,1,1,1,0.1001,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1968,0.2783,0,1,0.5992,1,1,1,0.3344,0.5992,0,1,1,1,1,1,0.130229473,0,0.510496557,1,1,1,1,1,0.25795871,0,0.284826994,1,1,1,1,1,0.648395598,0,0.513291445,0.513433467,0.513297872
-1175,1,0.3353,1,1,1,1,1,1,1,1,0.0975,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1998,0.2783,0,1,0.5992,1,1,1,0.355,0.5992,0,1,1,1,1,1,0.18592751,0,0.501775682,1,1,1,1,1,0.252325535,0,0.200153947,1,1,1,1,1,0.706662953,0,0.476800387,0.476835202,0.476950355
-1176,1,0.3353,1,1,1,1,1,1,1,1,0.2142,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2339,0.2783,0,1,0.5992,1,1,1,0.3921,0.5992,0,1,1,1,1,1,0.34257105,0,0.884343505,1,1,1,1,1,0.275555044,0,0.237068862,1,1,1,1,1,0.702264607,0,0.448042533,0.447852761,0.448138298
-1177,1,0.3353,1,1,1,1,1,1,1,1,0.2635,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2747,0.2783,0,1,0.5992,1,1,1,0.439,0.5992,0,1,1,1,1,1,0.379954606,0,0.89125824,1,1,1,1,1,0.304752886,0,0.21636048,1,1,1,1,1,0.796591163,0,0.431246979,0.431351809,0.431294326
-1178,1,0.3353,1,1,1,1,1,1,1,1,0.2618,0.3353,0,1,0.2783,1,1,1,1,1,1,0.4028,0.2783,0,1,0.5992,1,1,1,0.4469,0.5992,0,1,1,1,1,1,0.364985079,0,0.582847238,1,1,1,1,1,0.364899576,0,0.251361251,1,1,1,1,1,0.837558866,0,0.422245046,0.42225513,0.421985816
-1179,1,0.3353,1,1,1,1,1,1,1,1,0.2707,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2866,0.2783,0,1,0.5992,1,1,1,0.5558,0.5992,0,1,1,1,1,1,0.356354982,0,0.603048086,1,1,1,1,1,0.272461951,0,0.391483009,1,1,1,1,1,0.897390604,0,0.41940551,0.419504971,0.419769504
-1180,1,0.3353,1,1,1,1,1,1,1,1,0.2648,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1908,0.2783,0,1,0.5992,1,1,1,0.5454,0.5992,0,1,1,1,1,1,0.317749798,0,0.52846092,1,1,1,1,1,0.193034649,0,0.545575678,1,1,1,1,1,0.868138731,0,0.422909618,0.422889782,0.42287234
-1181,1,0.3353,1,1,1,1,1,1,1,1,0.2244,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2149,0.2783,0,1,0.5992,1,1,1,0.5286,0.5992,0,1,1,1,1,1,0.26673305,0,0.701657176,1,1,1,1,1,0.203845307,0,0.776575208,1,1,1,1,1,0.79021436,0,0.436261479,0.436217474,0.436613475
-1182,1,0.3353,1,1,1,1,1,1,1,1,0.1686,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1957,0.2783,0,1,0.5992,1,1,1,0.4403,0.5992,0,1,1,1,1,1,0.211779445,0,0.776404262,1,1,1,1,1,0.216442317,0,0.709726691,1,1,1,1,1,0.662970185,0,0.455111165,0.455045483,0.455230496
-1183,1,0.3353,1,1,1,1,1,1,1,1,0.19,0.3353,0.0784,1,0.2783,1,1,1,1,1,1,0.1343,0.2783,0.079,1,0.5992,1,1,1,0.375,0.5992,0.0458,1,1,1,1,1,0.234211475,0.290317029,0.452911258,1,1,1,1,1,0.158347115,0.264449507,0.783980489,1,1,1,1,1,0.665955484,0.319937825,0.479277429,0.479162259,0.479166667
-1184,1,0.3353,1,1,1,1,1,1,1,1,0.1761,0.3353,0.3412,1,0.2783,1,1,1,1,1,1,0.0824,0.2783,0.3487,1,0.5992,1,1,1,0.4968,0.5992,0.3034,1,1,1,1,1,0.17609331,0.683308363,0.543763638,1,1,1,1,1,0.10551554,0.668060899,0.41762045,1,1,1,1,1,0.772591352,0.699757576,0.510693572,0.510683309,0.510638298
-1185,1,0.3353,1,1,1,1,1,1,1,1,0.0706,0.3353,0.5422,1,0.2783,1,1,1,1,1,1,0.0624,0.2783,0.5498,1,0.5992,1,1,1,0.4705,0.5992,0.4778,1,1,1,1,1,0.054128706,0.908714414,0.29177025,1,1,1,1,1,0.061619103,0.900407374,0.220553935,1,1,1,1,1,0.641739547,0.913370728,0.532382794,0.532473027,0.532358156
-1186,1,0.3353,1,1,1,1,1,1,1,1,0.0604,0.3353,0.6945,1,0.2783,1,1,1,1,1,1,0.087,0.2783,0.6995,1,0.5992,1,1,1,0.4941,0.5992,0.6087,1,1,1,1,1,0.060741138,0.999978423,0.283452332,1,1,1,1,1,0.098234922,0.999555409,0.244476184,1,1,1,1,1,0.692647755,0.999934196,0.540418076,0.540511953,0.540336879
-1187,1,0.3353,1,1,1,1,1,1,1,1,0.0525,0.3353,0.7433,1,0.2783,1,1,1,1,1,1,0.0403,0.2783,0.7507,1,0.5992,1,1,1,0.4114,0.5992,0.6522,1,1,1,1,1,0.082532115,1,0.144570887,1,1,1,1,1,0.054434132,0.999752343,0.14840655,1,1,1,1,1,0.566773534,1,0.54162639,0.541569706,0.541666667
-1188,1,0.3353,1,1,1,1,1,1,1,1,0.0678,0.3353,0.7488,1,0.2783,1,1,1,1,1,1,0.0588,0.2783,0.7584,1,0.5992,1,1,1,0.4713,0.5992,0.6251,1,1,1,1,1,0.115371801,1,0.119253427,1,1,1,1,1,0.062569231,0.999800324,0.066537961,1,1,1,1,1,0.627323389,1,0.535584824,0.535646287,0.535904255
-1189,1,0.3353,1,1,1,1,1,1,1,1,0.0873,0.3353,0.7431,1,0.2783,1,1,1,1,1,1,0.0751,0.2783,0.7463,1,0.5992,1,1,1,0.3702,0.5992,0.6554,1,1,1,1,1,0.189287961,0.99999994,0.006707564,1,1,1,1,1,0.067489773,0.997997522,0,1,1,1,1,1,0.4699772,1,0.525253746,0.525280305,0.525265957
-1190,1,0.3353,1,1,1,1,1,1,1,1,0.0522,0.3353,0.6884,1,0.2783,1,1,1,1,1,1,0.0527,0.2783,0.7059,1,0.5992,1,1,1,0.4283,0.5992,0.621,1,1,1,1,1,0.127854243,0.996839941,0.009228606,1,1,1,1,1,0.046768688,0.992907286,0,1,1,1,1,1,0.462422341,0.995893836,0.515889319,0.515760525,0.515957447
-1191,1,0.3353,1,1,1,1,1,1,1,1,0.0479,0.3353,0.5364,1,0.2783,1,1,1,1,1,1,0.0604,0.2783,0.5699,1,0.5992,1,1,1,0.4987,0.5992,0.4806,1,1,1,1,1,0.103054546,0.910212874,0.027962007,1,1,1,1,1,0.050751761,0.919697404,0,1,1,1,1,1,0.615406752,0.881769955,0.515043499,0.514914322,0.515070922
-1192,1,0.3353,1,1,1,1,1,1,1,1,0.0443,0.3353,0.3355,1,0.2783,1,1,1,1,1,1,0.0497,0.2783,0.3757,1,0.5992,1,1,1,0.4396,0.5992,0.2899,1,1,1,1,1,0.087240607,0.693072557,0.013756168,1,1,1,1,1,0.041317541,0.703042865,0,1,1,1,1,1,0.555635095,0.650424719,0.53340986,0.533530781,0.533687943
-1193,1,0.3353,1,1,1,1,1,1,1,1,0.0388,0.3353,0.076,1,0.2783,1,1,1,1,1,1,0.1113,0.2783,0.1078,1,0.5992,1,1,1,0.4348,0.5992,0.0337,1,1,1,1,1,0.099036202,0.304884374,0.030201707,1,1,1,1,1,0.098236836,0.312655956,0,1,1,1,1,1,0.605677247,0.225583762,0.584702755,0.584726042,0.584663121
-1194,1,0.3353,1,1,1,1,1,1,1,1,0.0434,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2035,0.2783,0,1,0.5992,1,1,1,0.4138,0.5992,0,1,1,1,1,1,0.112512924,0,0.035261165,1,1,1,1,1,0.25040102,0,0,1,1,1,1,1,0.589774549,0,0.61581682,0.61582399,0.616134752
-1195,1,0.3353,1,1,1,1,1,1,1,1,0.0494,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0821,0.2783,0,1,0.5992,1,1,1,0.4393,0.5992,0,1,1,1,1,1,0.079058319,0,0.032347452,1,1,1,1,1,0.137184724,0,0,1,1,1,1,1,0.671919942,0,0.602767037,0.602707849,0.602836879
-1196,1,0.3353,1,1,1,1,1,1,1,1,0.0371,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0861,0.2783,0,1,0.5992,1,1,1,0.4446,0.5992,0,1,1,1,1,1,0.074687466,0,0.030308779,1,1,1,1,1,0.174827784,0,0.019841623,1,1,1,1,1,0.655061901,0,0.583554857,0.583668289,0.583776596
-1197,1,0.3353,1,1,1,1,1,1,1,1,0.0921,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1608,0.2783,0,1,0.5992,1,1,1,0.4098,0.5992,0,1,1,1,1,1,0.145479605,0,0.085572705,1,1,1,1,1,0.329065114,0,0.019498432,1,1,1,1,1,0.636019588,0,0.553347028,0.553416543,0.553191489
-1198,1,0.3353,1,1,1,1,1,1,1,1,0.1025,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2622,0.2783,0,1,0.5992,1,1,1,0.4292,0.5992,0,1,1,1,1,1,0.106259964,0,0.155441791,1,1,1,1,1,0.355211437,0,0,1,1,1,1,1,0.626657784,0,0.51558724,0.515760525,0.515514184
-1199,1,0.3353,1,1,1,1,1,1,1,1,0.1791,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1959,0.2783,0,1,0.5992,1,1,1,0.4239,0.5992,0,1,1,1,1,1,0.206970379,0,0.191097513,1,1,1,1,1,0.279841602,0,0,1,1,1,1,1,0.626023889,0,0.478794103,0.478739158,0.478723404
-1200,1,0.3353,1,1,1,1,1,1,1,1,0.2395,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1099,0.2783,0,1,0.5992,1,1,1,0.4053,0.5992,0,1,1,1,1,1,0.259314418,0,0.388427049,1,1,1,1,1,0.171567887,0,0.098786131,1,1,1,1,1,0.580145001,0,0.454023683,0.45398773,0.453900709
-1201,1,0.3353,1,1,1,1,1,1,1,1,0.2597,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0612,0.2783,0,1,0.5992,1,1,1,0.4663,0.5992,0,1,1,1,1,1,0.218423486,0,0.697703183,1,1,1,1,1,0.141861767,0,0.266124606,1,1,1,1,1,0.606708288,0,0.43958434,0.439602285,0.439716312
-1202,1,0.3353,1,1,1,1,1,1,1,1,0.3032,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1135,0.2783,0,1,0.5992,1,1,1,0.5107,0.5992,0,1,1,1,1,1,0.24375546,0,1,1,1,1,1,1,0.193154573,0,1,1,1,1,1,1,0.645770729,0,0.431246979,0.431351809,0.431294326
-1203,1,0.3353,1,1,1,1,1,1,1,1,0.303,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1305,0.2783,0,1,0.5992,1,1,1,0.4902,0.5992,0,1,1,1,1,1,0.301116645,0,1,1,1,1,1,1,0.180218548,0,1,1,1,1,1,1,0.64125526,0,0.432636539,0.432832663,0.432624113
-1204,1,0.3353,1,1,1,1,1,1,1,1,0.284,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0786,0.2783,0,1,0.5992,1,1,1,0.4791,0.5992,0,1,1,1,1,1,0.272147238,0,1,1,1,1,1,1,0.101176038,0,1,1,1,1,1,1,0.665428162,0,0.444296762,0.444256399,0.444592199
-1205,1,0.3353,1,1,1,1,1,1,1,1,0.2177,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0724,0.2783,0,1,0.5992,1,1,1,0.4915,0.5992,0,1,1,1,1,1,0.183430716,0,1,1,1,1,1,1,0.117090717,0,1,1,1,1,1,1,0.773636878,0,0.47619623,0.47620055,0.476507092
-1206,1,0.3353,1,1,1,1,1,1,1,1,0.2689,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1681,0.2783,0,1,0.5992,1,1,1,0.497,0.5992,0,1,1,1,1,1,0.196102008,0,1,1,1,1,1,1,0.253720134,0,1,1,1,1,1,1,0.770896137,0,0.523078782,0.522953247,0.523492908
-1207,1,0.3353,1,1,1,1,1,1,1,1,0.2261,0.3353,0.0526,1,0.2783,1,1,1,1,1,1,0.1185,0.2783,0.0396,1,0.5992,1,1,1,0.3451,0.5992,0.0693,1,1,1,1,1,0.129979447,0.209990487,1,1,1,1,1,1,0.176377565,0.099274933,1,1,1,1,1,1,0.624243617,0.334314644,0.559086515,0.559128411,0.558953901
-1208,1,0.3353,1,1,1,1,1,1,1,1,0.1588,0.3353,0.2708,1,0.2783,1,1,1,1,1,1,0.0827,0.2783,0.2314,1,0.5992,1,1,1,0.216,0.5992,0.3342,1,1,1,1,1,0.083324097,0.529185474,1,1,1,1,1,1,0.098851025,0.410609573,1,1,1,1,1,1,0.421067536,0.719351232,0.587844369,0.587899302,0.58820922
-1209,1,0.3353,1,1,1,1,1,1,1,1,0.2587,0.3353,0.4689,1,0.2783,1,1,1,1,1,1,0.2917,0.2783,0.448,1,0.5992,1,1,1,0.544,0.5992,0.5331,1,1,1,1,1,0.2894409,0.805612147,0.989696026,1,1,1,1,1,0.344901145,0.717778742,1,1,1,1,1,1,0.757465303,0.927321315,0.605908652,0.605881109,0.605939716
-1210,1,0.3353,1,1,1,1,1,1,1,1,0.3488,0.3353,0.7172,1,0.2783,1,1,1,1,1,1,0.4892,0.2783,0.6663,1,0.5992,1,1,1,0.4913,0.5992,0.7582,1,1,1,1,1,0.395743012,0.96883285,0.948044896,1,1,1,1,1,0.511600554,0.960655212,0.917132497,1,1,1,1,1,0.707884908,1,0.613883519,0.613920034,0.61391844
-1211,1,0.3353,1,1,1,1,1,1,1,1,0.3546,0.3353,0.6904,1,0.2783,1,1,1,1,1,1,0.499,0.2783,0.6944,1,0.5992,1,1,1,0.6022,0.5992,0.6389,1,1,1,1,1,0.416882783,0.962394953,0.940832615,1,1,1,1,1,0.519321442,0.966035604,0.989882946,1,1,1,1,1,0.776862264,1,0.611829386,0.611804527,0.611702128
-1212,1,0.3353,1,1,1,1,1,1,1,1,0.3761,0.3353,0.7406,1,0.2783,1,1,1,1,1,1,0.5806,0.2783,0.7372,1,0.5992,1,1,1,0.693,0.5992,0.6418,1,1,1,1,1,0.52716738,0.990813255,0.907992423,1,1,1,1,1,0.601437092,0.986241937,0.964481473,1,1,1,1,1,0.841103196,1,0.601921218,0.601861646,0.601950355
-1213,1,0.3353,1,1,1,1,1,1,1,1,0.4917,0.3353,0.7488,1,0.2783,1,1,1,1,1,1,0.5994,0.2783,0.7649,1,0.5992,1,1,1,0.7011,0.5992,0.6489,1,1,1,1,1,0.640658677,0.999713778,0.735951126,1,1,1,1,1,0.640074909,1,0.814268887,1,1,1,1,1,0.850628614,1,0.591167231,0.591072562,0.591312057
-1214,1,0.3353,1,1,1,1,1,1,1,1,0.4786,0.3353,0.7112,1,0.2783,1,1,1,1,1,1,0.5702,0.2783,0.7313,1,0.5992,1,1,1,0.7136,0.5992,0.6201,1,1,1,1,1,0.591258228,1,0.778917193,1,1,1,1,1,0.625877619,1,0.835932493,1,1,1,1,1,0.918173254,1,0.582467376,0.582610535,0.582446809
-1215,1,0.3353,1,1,1,1,1,1,1,1,0.5805,0.3353,0.557,1,0.2783,1,1,1,1,1,1,0.5296,0.2783,0.5886,1,0.5992,1,1,1,0.8363,0.5992,0.494,1,1,1,1,1,0.771389246,0.937734127,0.676527977,1,1,1,1,1,0.612376571,0.948776364,0.648184359,1,1,1,1,1,0.941183925,0.905944824,0.579990333,0.579860377,0.580230496
-1216,1,0.3353,1,1,1,1,1,1,1,1,0.5614,0.3353,0.354,1,0.2783,1,1,1,1,1,1,0.4041,0.2783,0.3926,1,0.5992,1,1,1,0.8439,0.5992,0.2958,1,1,1,1,1,0.648257077,0.720954776,0.721462965,1,1,1,1,1,0.44365108,0.741374433,0.681868076,1,1,1,1,1,0.937252581,0.672855318,0.59757129,0.597630633,0.59751773
-1217,1,0.3353,1,1,1,1,1,1,1,1,0.4235,0.3353,0.088,1,0.2783,1,1,1,1,1,1,0.3464,0.2783,0.1269,1,0.5992,1,1,1,0.6979,0.5992,0.0355,1,1,1,1,1,0.51754427,0.339663208,0.637686014,1,1,1,1,1,0.344229102,0.3750453,0.587886691,1,1,1,1,1,0.858302116,0.271466434,0.649710005,0.649672096,0.649822695
-1218,1,0.3353,1,1,1,1,1,1,1,1,0.3091,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2925,0.2783,0,1,0.5992,1,1,1,0.686,0.5992,0,1,1,1,1,1,0.380971849,0,0.735828876,1,1,1,1,1,0.282929033,0,0.758348167,1,1,1,1,1,0.922894716,0,0.677017883,0.676962132,0.677304965
-1219,1,0.3353,1,1,1,1,1,1,1,1,0.2876,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1423,0.2783,0,1,0.5992,1,1,1,0.5335,0.5992,0,1,1,1,1,1,0.229913279,0,0.708653569,1,1,1,1,1,0.155442357,0,0.760674357,1,1,1,1,1,0.795302987,0,0.660403577,0.66046118,0.660460993
-1220,1,0.3353,1,1,1,1,1,1,1,1,0.2022,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0246,0.2783,0,1,0.5992,1,1,1,0.4951,0.5992,0,1,1,1,1,1,0.18043147,0,0.902265966,1,1,1,1,1,0.03515631,0,0.656223595,1,1,1,1,1,0.681383967,0,0.634968584,0.63486355,0.635195035
-1221,1,0.3353,1,1,1,1,1,1,1,1,0.1987,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0036,0.2783,0,1,0.5992,1,1,1,0.5101,0.5992,0,1,1,1,1,1,0.19018729,0,0.989155293,1,1,1,1,1,0.020197783,0,0.497124612,1,1,1,1,1,0.764848948,0,0.595940068,0.595938227,0.596187943
-1222,1,0.3353,1,1,1,1,1,1,1,1,0.228,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0176,0.2783,0,1,0.5992,1,1,1,0.5117,0.5992,0,1,1,1,1,1,0.279156238,0,0.92850256,1,1,1,1,1,0.029275812,0,0.287356585,1,1,1,1,1,0.805401266,0,0.546036733,0.54601227,0.546099291
-1223,1,0.3353,1,1,1,1,1,1,1,1,0.15,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0195,0.2783,0,1,0.5992,1,1,1,0.4329,0.5992,0,1,1,1,1,1,0.221314549,0,0.869086862,1,1,1,1,1,0.040583201,0,0.170259446,1,1,1,1,1,0.758990109,0,0.500785404,0.500740427,0.500886525
-1224,1,0.3353,1,1,1,1,1,1,1,1,0.0948,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0793,0.2783,0,1,0.5992,1,1,1,0.3324,0.5992,0,1,1,1,1,1,0.12267781,0,0.582565308,1,1,1,1,1,0.10492897,0,0.072730631,1,1,1,1,1,0.615701675,0,0.471846303,0.471757986,0.472074468
-1225,1,0.3353,1,1,1,1,1,1,1,1,0.1295,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0878,0.2783,0,1,0.5992,1,1,1,0.2587,0.5992,0,1,1,1,1,1,0.119748831,0,0.735725641,1,1,1,1,1,0.114267059,0,0.070223562,1,1,1,1,1,0.52477622,0,0.45698405,0.456949439,0.457003546
-1226,1,0.3353,1,1,1,1,1,1,1,1,0.1628,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1152,0.2783,0,1,0.5992,1,1,1,0.2238,0.5992,0,1,1,1,1,1,0.181095943,0,0.6454252,1,1,1,1,1,0.133335337,0,0.034494765,1,1,1,1,1,0.460157454,0,0.451304978,0.451237571,0.451241135
-1227,1,0.3353,1,1,1,1,1,1,1,1,0.1314,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0998,0.2783,0,1,0.5992,1,1,1,0.2084,0.5992,0,1,1,1,1,1,0.157336593,0,0.607481718,1,1,1,1,1,0.106242403,0,0.032175656,1,1,1,1,1,0.35201478,0,0.453661189,0.453776179,0.453457447
-1228,1,0.3353,1,1,1,1,1,1,1,1,0.0988,0.3353,0,1,0.2783,1,1,1,1,1,1,0.0785,0.2783,0,1,0.5992,1,1,1,0.1722,0.5992,0,1,1,1,1,1,0.145745352,0,0.39130339,1,1,1,1,1,0.068140909,0,0.022184294,1,1,1,1,1,0.309123874,0,0.468463026,0.468373175,0.468528369
-1229,1,0.3353,1,1,1,1,1,1,1,1,0.0582,0.3353,0,1,0.2783,1,1,1,1,1,1,0,0.2783,0,1,0.5992,1,1,1,0.1649,0.5992,0,1,1,1,1,1,0.080616646,0,0.138528466,1,1,1,1,1,0.004297344,0,0.025823038,1,1,1,1,1,0.284348249,0,0.510874819,0.510894859,0.51108156
-1230,1,0.3353,1,1,1,1,1,1,1,1,0.0142,0.3353,0,1,0.2783,1,1,1,1,1,1,0,0.2783,0,1,0.5992,1,1,1,0.1364,0.5992,0,1,1,1,1,1,0.013597928,0,0.029796135,1,1,1,1,1,0.001061968,0,0.013726441,1,1,1,1,1,0.248689145,0,0.577271629,0.577321769,0.577570922
-1231,1,0.3353,1,1,1,1,1,1,1,1,0.0002,0.3353,0.0473,1,0.2783,1,1,1,1,1,1,0.0275,0.2783,0.0287,1,0.5992,1,1,1,0.0668,0.5992,0.0426,1,1,1,1,1,0.00013219,0.200453222,0.020030674,1,1,1,1,1,0.013340943,0.087813288,0.026402095,1,1,1,1,1,0.111826383,0.277007848,0.615575157,0.615612439,0.615691489
-1232,1,0.3353,1,1,1,1,1,1,1,1,0.0056,0.3353,0.297,1,0.2783,1,1,1,1,1,1,0.1819,0.2783,0.3047,1,0.5992,1,1,1,0.0329,0.5992,0.2972,1,1,1,1,1,0.006537379,0.608580887,0,1,1,1,1,1,0.135482728,0.595647395,0,1,1,1,1,1,0.060718052,0.647970617,0.627537458,0.627670827,0.627659574
-1233,1,0.3353,1,1,1,1,1,1,1,1,0,0.3353,0.5162,1,0.2783,1,1,1,1,1,1,0,0.2783,0.5333,1,0.5992,1,1,1,0.001,0.5992,0.485,1,1,1,1,1,0,0.841356874,0,1,1,1,1,1,0,0.804462194,0,1,1,1,1,1,0.006389246,0.903139591,0.626933301,0.626824624,0.62677305
-1234,1,0.3353,1,1,1,1,1,1,1,1,0.0003,0.3353,0.6557,1,0.2783,1,1,1,1,1,1,0.0111,0.2783,0.6153,1,0.5992,1,1,1,0.0004,0.5992,0.6439,1,1,1,1,1,0,0.945711374,0.076287441,1,1,1,1,1,0.013186519,0.848996758,0.033314139,1,1,1,1,1,0.001167379,0.913696229,0.625362494,0.62555532,0.625443262
-1235,1,0.3353,1,1,1,1,1,1,1,1,0.013,0.3353,0.6814,1,0.2783,1,1,1,1,1,1,0.1347,0.2783,0.6478,1,0.5992,1,1,1,0.0074,0.5992,0.6539,1,1,1,1,1,0.032558631,0.926897466,0.026296321,1,1,1,1,1,0.128107622,0.889334559,0.002270419,1,1,1,1,1,0.020156203,0.942379534,0.619200097,0.619208801,0.619237589
-1236,1,0.3353,1,1,1,1,1,1,1,1,0.0529,0.3353,0.6802,1,0.2783,1,1,1,1,1,1,0.4101,0.2783,0.6655,1,0.5992,1,1,1,0.0491,0.5992,0.5717,1,1,1,1,1,0.112971641,0.94293654,0.020983305,1,1,1,1,1,0.35931617,0.916000903,0.025246076,1,1,1,1,1,0.101816893,0.854736626,0.609594007,0.609689021,0.609929078
-1237,1,0.3353,1,1,1,1,1,1,1,1,0.1343,0.3353,0.6721,1,0.2783,1,1,1,1,1,1,0.3353,0.2783,0.5906,1,0.5992,1,1,1,0.1925,0.5992,0.42,1,1,1,1,1,0.196501359,0.922810555,0.058169805,1,1,1,1,1,0.338804722,0.725093126,0.062176701,1,1,1,1,1,0.349339694,0.795264959,0.604760754,0.604823355,0.605053191
-1238,1,0.3353,1,1,1,1,1,1,1,1,0.2566,0.3353,0.5062,1,0.2783,1,1,1,1,1,1,0.4104,0.2783,0.4254,1,0.5992,1,1,1,0.2493,0.5992,0.4475,1,1,1,1,1,0.319762141,0.59853673,0.10187839,1,1,1,1,1,0.454937726,0.575564027,0.045463089,1,1,1,1,1,0.402323842,0.61471498,0.600531658,0.600592342,0.600620567
-1239,1,0.3353,1,1,1,1,1,1,1,1,0.3723,0.3353,0.379,1,0.2783,1,1,1,1,1,1,0.5315,0.2783,0.3642,1,0.5992,1,1,1,0.268,0.5992,0.2824,1,1,1,1,1,0.3862876,0.532084823,0.066966079,1,1,1,1,1,0.619408846,0.568591952,0.032490052,1,1,1,1,1,0.481660813,0.400441289,0.600712905,0.600803893,0.60106383
-1240,1,0.3353,1,1,1,1,1,1,1,1,0.5036,0.3353,0.2003,1,0.2783,1,1,1,1,1,1,0.6459,0.2783,0.2198,1,0.5992,1,1,1,0.4745,0.5992,0.1181,1,1,1,1,1,0.518953919,0.341629773,0.103378564,1,1,1,1,1,0.696878076,0.438707918,0.095000267,1,1,1,1,1,0.750598669,0.146077305,0.618414693,0.618362598,0.618351064
-1241,1,0.3353,1,1,1,1,1,1,1,1,0.3912,0.3353,0.015,1,0.2783,1,1,1,1,1,1,0.585,0.2783,0.0566,1,0.5992,1,1,1,0.4755,0.5992,0,1,1,1,1,1,0.473258883,0.062551729,0.310588539,1,1,1,1,1,0.646404862,0.178026602,0.376240849,1,1,1,1,1,0.793471038,0.018920012,0.665357661,0.665326846,0.665336879
-1242,1,0.3353,1,1,1,1,1,1,1,1,0.3224,0.3353,0,1,0.2783,1,1,1,1,1,1,0.5352,0.2783,0,1,0.5992,1,1,1,0.4672,0.5992,0,1,1,1,1,1,0.447152525,0,0.541391194,1,1,1,1,1,0.539625585,0,0.65070951,1,1,1,1,1,0.775042534,0,0.682999033,0.682885551,0.683510638
-1243,1,0.3353,1,1,1,1,1,1,1,1,0.2435,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1965,0.2783,0,1,0.5992,1,1,1,0.4683,0.5992,0,1,1,1,1,1,0.28336516,0,0.872553468,1,1,1,1,1,0.207418442,0,0.956400752,1,1,1,1,1,0.803244233,0,0.663847269,0.66363444,0.664007092
-1244,1,0.3353,1,1,1,1,1,1,1,1,0.2578,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1047,0.2783,0,1,0.5992,1,1,1,0.5337,0.5992,0,1,1,1,1,1,0.232483596,0,0.984864175,1,1,1,1,1,0.149239272,0,0.999052405,1,1,1,1,1,0.855464935,0,0.634122765,0.634017347,0.634308511
-1245,1,0.3353,1,1,1,1,1,1,1,1,0.2975,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1011,0.2783,0,1,0.5992,1,1,1,0.3963,0.5992,0,1,1,1,1,1,0.234399393,0,0.818525434,1,1,1,1,1,0.187863141,0,0.979749799,1,1,1,1,1,0.631435037,0,0.591348478,0.591284113,0.591312057
-1246,1,0.3353,1,1,1,1,1,1,1,1,0.2575,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1793,0.2783,0,1,0.5992,1,1,1,0.3754,0.5992,0,1,1,1,1,1,0.237351075,0,0.564247489,1,1,1,1,1,0.281222403,0,0.914140344,1,1,1,1,1,0.649055243,0,0.536491058,0.53649249,0.536347518
-1247,1,0.3353,1,1,1,1,1,1,1,1,0.1833,0.3353,0,1,0.2783,1,1,1,1,1,1,0.231,0.2783,0,1,0.5992,1,1,1,0.3758,0.5992,0,1,1,1,1,1,0.145845681,0,0.5568977,1,1,1,1,1,0.313693285,0,1,1,1,1,1,1,0.623736143,0,0.487675205,0.487835837,0.487588652
-1248,1,0.3353,1,1,1,1,1,1,1,1,0.1827,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2869,0.2783,0,1,0.5992,1,1,1,0.3186,0.5992,0,1,1,1,1,1,0.192881912,0,0.759407043,1,1,1,1,1,0.335984886,0,1,1,1,1,1,1,0.496516883,0,0.454507008,0.454622382,0.454787234
-1249,1,0.3353,1,1,1,1,1,1,1,1,0.1941,0.3353,0,1,0.2783,1,1,1,1,1,1,0.2854,0.2783,0,1,0.5992,1,1,1,0.2287,0.5992,0,1,1,1,1,1,0.225544587,0,0.680343151,1,1,1,1,1,0.30439356,0,0.997335196,1,1,1,1,1,0.403343916,0,0.435717738,0.435794373,0.43572695
-1250,1,0.3353,1,1,1,1,1,1,1,1,0.1924,0.3353,0,1,0.2783,1,1,1,1,1,1,0.3241,0.2783,0,1,0.5992,1,1,1,0.1448,0.5992,0,1,1,1,1,1,0.221153587,0,0.968756557,1,1,1,1,1,0.338723153,0,1,1,1,1,1,1,0.287768155,0,0.427501208,0.427543897,0.427748227
-1251,1,0.3353,1,1,1,1,1,1,1,1,0.1556,0.3353,0,1,0.2783,1,1,1,1,1,1,0.3461,0.2783,0,1,0.5992,1,1,1,0.1212,0.5992,0,1,1,1,1,1,0.200243726,0,0.990717232,1,1,1,1,1,0.363049507,0,0.706227243,1,1,1,1,1,0.25916478,0,0.426172064,0.426274593,0.42641844
-1252,1,0.3353,1,1,1,1,1,1,1,1,0.1523,0.3353,0,1,0.2783,1,1,1,1,1,1,0.321,0.2783,0,1,0.5992,1,1,1,0.0914,0.5992,0,1,1,1,1,1,0.127799094,0,0.977195561,1,1,1,1,1,0.247806251,0,0.243618071,1,1,1,1,1,0.267055422,0,0.43861769,0.438756082,0.438829787
-1253,1,0.3353,1,1,1,1,1,1,1,1,0.207,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1395,0.2783,0,1,0.5992,1,1,1,0.0765,0.5992,0,1,1,1,1,1,0.183896467,0,0.817924261,1,1,1,1,1,0.127526626,0,0.109899484,1,1,1,1,1,0.240386575,0,0.4780087,0.477892955,0.478280142
-1254,1,0.3353,1,1,1,1,1,1,1,1,0.1562,0.3353,0,1,0.2783,1,1,1,1,1,1,0.1475,0.2783,0,1,0.5992,1,1,1,0.096,0.5992,0,1,1,1,1,1,0.143469617,0,0.611737728,1,1,1,1,1,0.198952988,0,0.309592962,1,1,1,1,1,0.218967497,0,0.54120348,0.541146605,0.541223404
-1255,1,0.3353,1,1,1,1,1,1,1,1,0.0781,0.3353,0.0178,1,0.2783,1,1,1,1,1,1,0.1137,0.2783,0.0475,1,0.5992,1,1,1,0.1043,0.5992,0.0013,1,1,1,1,1,0.052887458,0.061954297,0.380340695,1,1,1,1,1,0.135195225,0.157654122,0.33144635,1,1,1,1,1,0.200551838,0.007494121,0.582104882,0.582187434,0.582446809
-1256,1,0.3359,1,1,1,1,1,1,1,1,0.1079,0.3359,0.2828,1,0.2786,1,1,1,1,1,1,0.1508,0.2786,0.3083,1,0.5991,1,1,1,0.0673,0.5991,0.1184,1,1,1,1,1,0.074471742,0.54457742,0.751787663,1,1,1,1,1,0.18433328,0.596763849,0.989632726,1,1,1,1,1,0.129703015,0.297285795,0.59521508,0.595303575,0.595301418
-1257,1,0.3365,1,1,1,1,1,1,1,1,0.1319,0.3365,0.4612,1,0.2788,1,1,1,1,1,1,0.1571,0.2788,0.4876,1,0.5991,1,1,1,0.0754,0.5991,0.3463,1,1,1,1,1,0.083197743,0.774211228,1,1,1,1,1,1,0.15972808,0.802803457,0.952175975,1,1,1,1,1,0.132988721,0.561455786,0.596544224,0.596572879,0.596631206
-1258,1,0.3371,1,1,1,1,1,1,1,1,0.2068,0.3371,0.59,1,0.279,1,1,1,1,1,1,0.6434,0.279,0.5371,1,0.5991,1,1,1,0.1251,0.5991,0.45,1,1,1,1,1,0.163465798,0.84327662,1,1,1,1,1,1,0.532671988,0.753663421,1,1,1,1,1,1,0.177618653,0.669893742,0.59841711,0.598476835,0.598847518
-1259,1,0.3377,1,1,1,1,1,1,1,1,0.2733,0.3377,0.4844,1,0.2793,1,1,1,1,1,1,0.4403,0.2793,0.4457,1,0.5991,1,1,1,0.138,0.5991,0.5603,1,1,1,1,1,0.191814885,0.739630401,1,1,1,1,1,1,0.427028179,0.7079826,1,1,1,1,1,1,0.145948917,0.678676665,0.59521508,0.595303575,0.595301418
-1260,1,0.3383,1,1,1,1,1,1,1,1,0.2959,0.3383,0.5318,1,0.2795,1,1,1,1,1,1,0.3884,0.2795,0.6086,1,0.5991,1,1,1,0.142,0.5991,0.4689,1,1,1,1,1,0.187671036,0.814717412,1,1,1,1,1,1,0.324422479,0.905207634,1,1,1,1,1,1,0.185355663,0.886141658,0.586636056,0.586629998,0.58643617
-1261,1,0.3389,1,1,1,1,1,1,1,1,0.4267,0.3389,0.6033,1,0.2797,1,1,1,1,1,1,0.2605,0.2797,0.6557,1,0.599,1,1,1,0.2028,0.599,0.455,1,1,1,1,1,0.365172595,0.88222456,1,1,1,1,1,1,0.23880294,0.943364382,1,1,1,1,1,1,0.288252354,0.904223919,0.580775737,0.580706579,0.580673759
-1262,1,0.3395,1,1,1,1,1,1,1,1,0.3732,0.3395,0.5808,1,0.28,1,1,1,1,1,1,0.4289,0.28,0.658,1,0.599,1,1,1,0.2688,0.599,0.4434,1,1,1,1,1,0.34226194,0.925309241,1,1,1,1,1,1,0.375387669,0.897034287,1,1,1,1,1,1,0.425903082,0.822983027,0.571834219,0.571821451,0.571808511
-1263,1,0.3401,1,1,1,1,1,1,1,1,0.485,0.3401,0.4795,1,0.2802,1,1,1,1,1,1,0.589,0.2802,0.5115,1,0.599,1,1,1,0.2647,0.599,0.4251,1,1,1,1,1,0.339123189,0.822530031,1,1,1,1,1,1,0.564603627,0.733990431,1,1,1,1,1,1,0.509761512,0.742143929,0.56639681,0.566532685,0.566489362
-1264,1,0.3407,1,1,1,1,1,1,1,1,0.3916,0.3407,0.2821,1,0.2804,1,1,1,1,1,1,0.3355,0.2804,0.2812,1,0.599,1,1,1,0.2972,0.599,0.2432,1,1,1,1,1,0.230754226,0.499520063,1,1,1,1,1,1,0.36340782,0.469824493,0.984803677,1,1,1,1,1,0.603255808,0.431670308,0.577573707,0.57774487,0.578014184
-1265,1,0.3413,1,1,1,1,1,1,1,1,0.2487,0.3413,0.0584,1,0.2807,1,1,1,1,1,1,0.251,0.2807,0.0769,1,0.599,1,1,1,0.3014,0.599,0.0077,1,1,1,1,1,0.255292296,0.188859239,1,1,1,1,1,1,0.304650635,0.195803821,0.899818301,1,1,1,1,1,0.59485209,0.015759615,0.620952151,0.620901206,0.621010638
-1266,1,0.3419,1,1,1,1,1,1,1,1,0.2725,0.3419,0,1,0.2809,1,1,1,1,1,1,0.3266,0.2809,0,1,0.599,1,1,1,0.3105,0.599,0,1,1,1,1,1,0.389020324,0,0.886451364,1,1,1,1,1,0.445158958,0,0.578374922,1,1,1,1,1,0.46803838,0,0.647172547,0.647133488,0.647606383
-1267,1,0.3425,1,1,1,1,1,1,1,1,0.3705,0.3425,0,1,0.2811,1,1,1,1,1,1,0.2541,0.2811,0,1,0.5989,1,1,1,0.2538,0.5989,0,1,1,1,1,1,0.446674466,0,0.643674016,1,1,1,1,1,0.301800936,0,0.294561565,1,1,1,1,1,0.476828396,0,0.631766554,0.63169029,0.632092199
-1268,1,0.3431,1,1,1,1,1,1,1,1,0.3078,0.3431,0,1,0.2814,1,1,1,1,1,1,0.2664,0.2814,0,1,0.5989,1,1,1,0.1513,0.5989,0,1,1,1,1,1,0.401613057,0,0.504628181,1,1,1,1,1,0.323874235,0,0.493187696,1,1,1,1,1,0.357799411,0,0.607237796,0.607361963,0.607712766
-1269,1,0.3437,1,1,1,1,1,1,1,1,0.3153,0.3437,0,1,0.2816,1,1,1,1,1,1,0.2807,0.2816,0,1,0.5989,1,1,1,0.1685,0.5989,0,1,1,1,1,1,0.365097135,0,0.44705224,1,1,1,1,1,0.39114815,0,0.792457342,1,1,1,1,1,0.254000485,0,0.568753021,0.568648191,0.568705674
-1270,1,0.3443,1,1,1,1,1,1,1,1,0.3729,0.3443,0,1,0.2818,1,1,1,1,1,1,0.477,0.2818,0,1,0.5989,1,1,1,0.122,0.5989,0,1,1,1,1,1,0.572151005,0,0.640709698,1,1,1,1,1,0.543472588,0,0.956823587,1,1,1,1,1,0.233387962,0,0.516674722,0.516818278,0.516843972
-1271,1,0.3449,1,1,1,1,1,1,1,1,0.3149,0.3449,0,1,0.2821,1,1,1,1,1,1,0.2384,0.2821,0,1,0.5989,1,1,1,0.108,0.5989,0,1,1,1,1,1,0.512703836,0,0.715035856,1,1,1,1,1,0.289053887,0,0.620271266,1,1,1,1,1,0.222865403,0,0.469369261,0.469430929,0.469414894
-1272,1,0.3455,1,1,1,1,1,1,1,1,0.4488,0.3455,0,1,0.2823,1,1,1,1,1,1,0.3105,0.2823,0,1,0.5988,1,1,1,0.0824,0.5988,0,1,1,1,1,1,0.597768128,0,0.718040764,1,1,1,1,1,0.376777291,0,0.616438031,1,1,1,1,1,0.216197759,0,0.436865636,0.436852126,0.436613475
-1273,1,0.3461,1,1,1,1,1,1,1,1,0.4586,0.3461,0,1,0.2825,1,1,1,1,1,1,0.3398,0.2825,0,1,0.5988,1,1,1,0.1212,0.5988,0,1,1,1,1,1,0.562234521,0,0.796499372,1,1,1,1,1,0.4510144,0,1,1,1,1,1,1,0.292201489,0,0.418680522,0.418658769,0.418882979
-1274,1,0.3467,1,1,1,1,1,1,1,1,0.4546,0.3467,0,1,0.2828,1,1,1,1,1,1,0.2696,0.2828,0,1,0.5988,1,1,1,0.178,0.5988,0,1,1,1,1,1,0.470672846,0,1,1,1,1,1,1,0.406587183,0,1,1,1,1,1,1,0.320563316,0,0.409074432,0.408927438,0.409131206
-1275,1,0.3473,1,1,1,1,1,1,1,1,0.3802,0.3473,0,1,0.283,1,1,1,1,1,1,0.2504,0.283,0,1,0.5988,1,1,1,0.1598,0.5988,0,1,1,1,1,1,0.378588676,0,1,1,1,1,1,1,0.352490872,0,1,1,1,1,1,1,0.394142121,0,0.40798695,0.407869685,0.407801418
-1276,1,0.3479,1,1,1,1,1,1,1,1,0.4253,0.3479,0,1,0.2832,1,1,1,1,1,1,0.1822,0.2832,0,1,0.5988,1,1,1,0.2126,0.5988,0,1,1,1,1,1,0.242047861,0,1,1,1,1,1,1,0.206284046,0,1,1,1,1,1,1,0.488511741,0,0.418801353,0.418658769,0.418882979
-1277,1,0.3485,1,1,1,1,1,1,1,1,0.4498,0.3485,0,1,0.2835,1,1,1,1,1,1,0.2596,0.2835,0,1,0.5987,1,1,1,0.1789,0.5987,0,1,1,1,1,1,0.273181021,0,1,1,1,1,1,1,0.276217043,0,1,1,1,1,1,1,0.413801819,0,0.457709038,0.457795642,0.457890071
-1278,1,0.3491,1,1,1,1,1,1,1,1,0.3514,0.3491,0,1,0.2837,1,1,1,1,1,1,0.1936,0.2837,0,1,0.5987,1,1,1,0.1278,0.5987,0,1,1,1,1,1,0.198539451,0,1,1,1,1,1,1,0.243297219,0,1,1,1,1,1,1,0.428897977,0,0.523018366,0.522953247,0.523492908
-1279,1,0.3497,1,1,1,1,1,1,1,1,0.2111,0.3497,0.0098,1,0.2839,1,1,1,1,1,1,0.0752,0.2839,0.0242,1,0.5987,1,1,1,0.1035,0.5987,0,1,1,1,1,1,0.137245446,0.062433504,1,1,1,1,1,1,0.08450833,0.034546033,1,1,1,1,1,1,0.396486402,5.63E-05,0.565309328,0.565263381,0.565159574
-1280,1,0.3503,1,1,1,1,1,1,1,1,0.0972,0.3503,0.2113,1,0.2842,1,1,1,1,1,1,0.0375,0.2842,0.2168,1,0.5987,1,1,1,0.1288,0.5987,0.0713,1,1,1,1,1,0.06988728,0.34076196,0.989760876,1,1,1,1,1,0.048313886,0.387334466,1,1,1,1,1,1,0.263175696,0.199672639,0.58379652,0.583668289,0.584219858
-1281,1,0.3509,1,1,1,1,1,1,1,1,0.122,0.3509,0.343,1,0.2844,1,1,1,1,1,1,0.0838,0.2844,0.3838,1,0.5987,1,1,1,0.1227,0.5987,0.2311,1,1,1,1,1,0.052816831,0.589486957,1,1,1,1,1,1,0.09111242,0.662246227,1,1,1,1,1,1,0.167601854,0.448468894,0.593644273,0.59361117,0.593971631
-1282,1,0.3515,1,1,1,1,1,1,1,1,0.1585,0.3515,0.4909,1,0.2846,1,1,1,1,1,1,0.4778,0.2846,0.5236,1,0.5987,1,1,1,0.2418,0.5987,0.3291,1,1,1,1,1,0.126831919,0.683608651,1,1,1,1,1,1,0.358711839,0.782662153,1,1,1,1,1,1,0.314609855,0.5225088,0.597087965,0.596995981,0.597074468
-1283,1,0.3521,1,1,1,1,1,1,1,1,0.1679,0.3521,0.5888,1,0.2849,1,1,1,1,1,1,0.4556,0.2849,0.5921,1,0.5986,1,1,1,0.3327,0.5986,0.5451,1,1,1,1,1,0.255177975,0.837827563,1,1,1,1,1,1,0.433710188,0.851044536,1,1,1,1,1,1,0.49648422,0.81898284,0.596665056,0.59678443,0.597074468
-1284,1,0.3527,1,1,1,1,1,1,1,1,0.237,0.3527,0.5443,1,0.2851,1,1,1,1,1,1,0.71,0.2851,0.6525,1,0.5986,1,1,1,0.3215,0.5986,0.445,1,1,1,1,1,0.456137389,0.808911741,1,1,1,1,1,1,0.65092361,0.899470925,1,1,1,1,1,1,0.575410485,0.612674475,0.590804737,0.590649461,0.590868794
-1285,1,0.3533,1,1,1,1,1,1,1,1,0.5744,0.3533,0.6127,1,0.2853,1,1,1,1,1,1,0.7658,0.2853,0.6696,1,0.5986,1,1,1,0.289,0.5986,0.4548,1,1,1,1,1,0.593424857,0.856749237,1,1,1,1,1,1,0.747352958,0.898315907,1,1,1,1,1,1,0.553369701,0.622755229,0.584521508,0.584514491,0.584663121
-1286,1,0.3539,1,1,1,1,1,1,1,1,0.7582,0.3539,0.627,1,0.2856,1,1,1,1,1,1,0.6801,0.2856,0.6441,1,0.5986,1,1,1,0.3012,0.5986,0.4677,1,1,1,1,1,0.721879005,0.894888163,1,1,1,1,1,1,0.725638032,0.913553238,1,1,1,1,1,1,0.538440466,0.62441957,0.577332044,0.577321769,0.577570922
-1287,1,0.3545,1,1,1,1,1,1,1,1,0.6963,0.3545,0.5153,1,0.2858,1,1,1,1,1,1,0.5571,0.2858,0.5578,1,0.5986,1,1,1,0.2712,0.5986,0.3962,1,1,1,1,1,0.681199372,0.84538424,1,1,1,1,1,1,0.59813869,0.902203262,1,1,1,1,1,1,0.430618316,0.729390621,0.570625906,0.570763698,0.570921986
-1288,1,0.3551,1,1,1,1,1,1,1,1,0.739,0.3551,0.3325,1,0.286,1,1,1,1,1,1,0.6914,0.286,0.3759,1,0.5985,1,1,1,0.2832,0.5985,0.2473,1,1,1,1,1,0.696949899,0.689520776,1,1,1,1,1,1,0.693293095,0.714245617,1,1,1,1,1,1,0.395086884,0.596349001,0.578479942,0.578591073,0.578457447
-1289,1,0.3557,1,1,1,1,1,1,1,1,0.6472,0.3557,0.0824,1,0.2863,1,1,1,1,1,1,0.559,0.2863,0.111,1,0.5985,1,1,1,0.3337,0.5985,0.0286,1,1,1,1,1,0.559926927,0.317620397,1,1,1,1,1,1,0.527720332,0.325306147,1,1,1,1,1,1,0.487112373,0.26411894,0.619441759,0.619420351,0.619680851
-1290,1,0.3563,1,1,1,1,1,1,1,1,0.4169,0.3563,0,1,0.2865,1,1,1,1,1,1,0.183,0.2865,0,1,0.5985,1,1,1,0.3851,0.5985,0,1,1,1,1,1,0.358484685,0,1,1,1,1,1,1,0.202356428,0,0.636315167,1,1,1,1,1,0.661008537,0,0.648139198,0.648191242,0.648049645
-1291,1,0.3569,1,1,1,1,1,1,1,1,0.1973,0.3569,0,1,0.2867,1,1,1,1,1,1,0.103,0.2867,0,1,0.5985,1,1,1,0.4038,0.5985,0,1,1,1,1,1,0.182122439,0,0.961899161,1,1,1,1,1,0.129594669,0,0.346731693,1,1,1,1,1,0.696350753,0,0.635270662,0.635286651,0.635195035
-1292,1,0.3575,1,1,1,1,1,1,1,1,0.215,0.3575,0,1,0.287,1,1,1,1,1,1,0.0885,0.287,0,1,0.5985,1,1,1,0.4196,0.5985,0,1,1,1,1,1,0.23306419,0,0.809939981,1,1,1,1,1,0.115363881,0,0.24555552,1,1,1,1,1,0.672653854,0,0.611164814,0.611169875,0.611258865
-1293,1,0.3581,1,1,1,1,1,1,1,1,0.1793,0.3581,0,1,0.2872,1,1,1,1,1,1,0.1031,0.2872,0,1,0.5985,1,1,1,0.5134,0.5985,0,1,1,1,1,1,0.202887669,0,0.458781987,1,1,1,1,1,0.126856744,0,0.153600812,1,1,1,1,1,0.840643644,0,0.573525858,0.573513857,0.57358156
-1294,1,0.3587,1,1,1,1,1,1,1,1,0.1907,0.3587,0,1,0.2874,1,1,1,1,1,1,0.0235,0.2874,0,1,0.5984,1,1,1,0.5233,0.5984,0,1,1,1,1,1,0.209851041,0,0.473931372,1,1,1,1,1,0.046903845,0,0.111508638,1,1,1,1,1,0.842725039,0,0.522897535,0.522953247,0.523049645
-1295,1,0.3593,1,1,1,1,1,1,1,1,0.0933,0.3593,0,1,0.2877,1,1,1,1,1,1,0.0021,0.2877,0,1,0.5984,1,1,1,0.4678,0.5984,0,1,1,1,1,1,0.085011847,0,0.601617455,1,1,1,1,1,0.012367749,0,0.087178275,1,1,1,1,1,0.771754146,0,0.477162881,0.477258303,0.476950355
-1296,1,0.3599,1,1,1,1,1,1,1,1,0.0656,0.3599,0,1,0.2879,1,1,1,1,1,1,0,0.2879,0,1,0.5984,1,1,1,0.3118,0.5984,0,1,1,1,1,1,0.056546774,0,0.387497216,1,1,1,1,1,0.003658375,0,0.089841887,1,1,1,1,1,0.556725979,0,0.446048816,0.445948805,0.445921986
-1297,1,0.3605,1,1,1,1,1,1,1,1,0.0165,0.3605,0,1,0.2881,1,1,1,1,1,1,0.0298,0.2881,0,1,0.5984,1,1,1,0.2239,0.5984,0,1,1,1,1,1,0.018742098,0,0.167623088,1,1,1,1,1,0.057470795,0,0.221981436,1,1,1,1,1,0.374796093,0,0.428105365,0.428178549,0.428191489
-1298,1,0.3611,1,1,1,1,1,1,1,1,0.0043,0.3611,0,1,0.2884,1,1,1,1,1,1,0.0743,0.2884,0,1,0.5984,1,1,1,0.1781,0.5984,0,1,1,1,1,1,0.002943271,0,0.041397966,1,1,1,1,1,0.081975415,0,0.322343737,1,1,1,1,1,0.337859899,0,0.419888835,0.419716522,0.419769504
-1299,1,0.3617,1,1,1,1,1,1,1,1,0,0.3617,0,1,0.2886,1,1,1,1,1,1,0.0649,0.2886,0,1,0.5983,1,1,1,0.1176,0.5983,0,1,1,1,1,1,0.001003696,0,0.049545422,1,1,1,1,1,0.093722016,0,0.570925951,1,1,1,1,1,0.19810164,0,0.420311745,0.420351174,0.420212766
-1300,1,0.3623,1,1,1,1,1,1,1,1,0.0033,0.3623,0,1,0.2888,1,1,1,1,1,1,0.0539,0.2888,0,1,0.5983,1,1,1,0.096,0.5983,0,1,1,1,1,1,0.005477726,0,0.219191343,1,1,1,1,1,0.078267813,0,0.995172858,1,1,1,1,1,0.145328045,0,0.432515708,0.432621113,0.432624113
-1301,1,0.3629,1,1,1,1,1,1,1,1,0.0027,0.3629,0,1,0.2891,1,1,1,1,1,1,0.039,0.2891,0,1,0.5983,1,1,1,0.0688,0.5983,0,1,1,1,1,1,0.006234003,0,0.46999377,1,1,1,1,1,0.088919044,0,0.833426476,1,1,1,1,1,0.103639677,0,0.470275495,0.470277131,0.470301418
-1302,1,0.3635,1,1,1,1,1,1,1,1,0.0105,0.3635,0,1,0.2893,1,1,1,1,1,1,0.0203,0.2893,0,1,0.5983,1,1,1,0.0882,0.5983,0,1,1,1,1,1,0.025593078,0,0.584437668,1,1,1,1,1,0.045663498,0,0.305219382,1,1,1,1,1,0.124697581,0,0.533047366,0.533107679,0.533244681
-1303,1,0.3641,1,1,1,1,1,1,1,1,0.0074,0.3641,0.0002,1,0.2895,1,1,1,1,1,1,0.0096,0.2895,0,1,0.5983,1,1,1,0.0677,0.5983,0.0133,1,1,1,1,1,0.025141658,0.000324235,0.236021847,1,1,1,1,1,0.034273997,0,0.675448954,1,1,1,1,1,0.083172642,0.028464276,0.580413243,0.580495029,0.580230496
-1304,1,0.3647,1,1,1,1,1,1,1,1,0.0047,0.3647,0.0507,1,0.2898,1,1,1,1,1,1,0.0271,0.2898,0.0483,1,0.5983,1,1,1,0.0513,0.5983,0.1766,1,1,1,1,1,0.012744561,0.077645347,0.794546962,1,1,1,1,1,0.047928579,0.053134739,0.991343498,1,1,1,1,1,0.044215489,0.320836127,0.609352344,0.60947747,0.609485816
-1305,1,0.3653,1,1,1,1,1,1,1,1,0.0161,0.3653,0.1645,1,0.29,1,1,1,1,1,1,0.0591,0.29,0.1509,1,0.5982,1,1,1,0.032,0.5982,0.337,1,1,1,1,1,0.009554233,0.240409642,0.842727065,1,1,1,1,1,0.077119127,0.194267601,0.980055749,1,1,1,1,1,0.031099331,0.577275991,0.62457709,0.624709118,0.624556738
-1306,1,0.3659,1,1,1,1,1,1,1,1,0.0261,0.3659,0.2004,1,0.2903,1,1,1,1,1,1,0.0766,0.2903,0.2083,1,0.5982,1,1,1,0.0077,0.5982,0.4257,1,1,1,1,1,0.012290949,0.301648617,0.931053162,1,1,1,1,1,0.11183843,0.305209458,0.971990407,1,1,1,1,1,0.007281076,0.518242121,0.634847753,0.63486355,0.635195035
-1307,1,0.3665,1,1,1,1,1,1,1,1,0.0965,0.3665,0.2721,1,0.2905,1,1,1,1,1,1,0.198,0.2905,0.2789,1,0.5982,1,1,1,0.0066,0.5982,0.3835,1,1,1,1,1,0.062894732,0.398636848,0.873205185,1,1,1,1,1,0.218700439,0.414122999,0.986589909,1,1,1,1,1,0.011633769,0.451070547,0.638170614,0.63824836,0.638297872
-1308,1,0.3671,1,1,1,1,1,1,1,1,0.0428,0.3671,0.3008,1,0.2907,1,1,1,1,1,1,0.1852,0.2907,0.3221,1,0.5982,1,1,1,0.0116,0.5982,0.4131,1,1,1,1,1,0.056631945,0.405220002,0.743574083,1,1,1,1,1,0.20301716,0.488623857,0.989910722,1,1,1,1,1,0.021698674,0.484003603,0.634304012,0.634228898,0.634308511
-1309,1,0.3677,1,1,1,1,1,1,1,1,0.0852,0.3677,0.5094,1,0.291,1,1,1,1,1,1,0.1679,0.291,0.4879,1,0.5982,1,1,1,0.0688,0.5982,0.5642,1,1,1,1,1,0.130666986,0.757061481,0.668191373,1,1,1,1,1,0.190034106,0.671466947,0.894696832,1,1,1,1,1,0.11355716,0.800311208,0.631947801,0.63190184,0.632092199
-1310,1,0.3683,1,1,1,1,1,1,1,1,0.1133,0.3683,0.3392,1,0.2912,1,1,1,1,1,1,0.1921,0.2912,0.3708,1,0.5981,1,1,1,0.101,0.5981,0.2608,1,1,1,1,1,0.132567897,0.533663273,0.987213075,1,1,1,1,1,0.223015547,0.538129807,1,1,1,1,1,1,0.177575201,0.560627639,0.627477042,0.627459276,0.627659574
-1311,1,0.3689,1,1,1,1,1,1,1,1,0.0796,0.3689,0.3026,1,0.2914,1,1,1,1,1,1,0.1712,0.2914,0.3666,1,0.5981,1,1,1,0.0946,0.5981,0.2336,1,1,1,1,1,0.081370413,0.465063274,0.987200141,1,1,1,1,1,0.223882675,0.550227225,1,1,1,1,1,1,0.165157378,0.397921354,0.624697922,0.624709118,0.624556738
-1312,1,0.3695,1,1,1,1,1,1,1,1,0.1024,0.3695,0.1432,1,0.2917,1,1,1,1,1,1,0.2503,0.2917,0.102,1,0.5981,1,1,1,0.2505,0.5981,0.0856,1,1,1,1,1,0.156682655,0.218181029,0.931186199,1,1,1,1,1,0.306666225,0.160354704,0.975267887,1,1,1,1,1,0.451901972,0.125545084,0.636358144,0.636555955,0.636524823
-1313,1,0.3701,1,1,1,1,1,1,1,1,0.0899,0.3701,0,1,0.2919,1,1,1,1,1,1,0.4189,0.2919,0,1,0.5981,1,1,1,0.3246,0.5981,0,1,1,1,1,1,0.151764467,0,0.771703243,1,1,1,1,1,0.479703546,0,1,1,1,1,1,1,0.551815331,0,0.662336878,0.662365136,0.662234043
-1314,1,0.3707,1,1,1,1,1,1,1,1,0.1702,0.3707,0,1,0.2921,1,1,1,1,1,1,0.3383,0.2921,0,1,0.5981,1,1,1,0.3312,0.5981,0,1,1,1,1,1,0.230366468,0,0.94558996,1,1,1,1,1,0.438070804,0,1,1,1,1,1,1,0.567458868,0,0.663726438,0.66363444,0.664007092
-1315,1,0.3713,1,1,1,1,1,1,1,1,0.2567,0.3713,0,1,0.2924,1,1,1,1,1,1,0.0181,0.2924,0,1,0.5981,1,1,1,0.3439,0.5981,0,1,1,1,1,1,0.22786358,0,1,1,1,1,1,1,0.093027979,0,1,1,1,1,1,1,0.599731922,0,0.642701788,0.642690924,0.643173759
-1316,1,0.3719,1,1,1,1,1,1,1,1,0.2394,0.3719,0,1,0.2926,1,1,1,1,1,1,0,0.2926,0,1,0.598,1,1,1,0.439,0.598,0,1,1,1,1,1,0.108728901,0,1,1,1,1,1,1,0.026132356,0,1,1,1,1,1,1,0.768398821,0,0.615454326,0.615612439,0.615691489
-1317,1,0.3725,1,1,1,1,1,1,1,1,0.1183,0.3725,0,1,0.2928,1,1,1,1,1,1,0,0.2928,0,1,0.598,1,1,1,0.3574,0.598,0,1,1,1,1,1,0.039160803,0,1,1,1,1,1,1,0.036585167,0,1,1,1,1,1,1,0.640086412,0,0.57962784,0.579648826,0.579787234
-1318,1,0.3731,1,1,1,1,1,1,1,1,0.1302,0.3731,0,1,0.2931,1,1,1,1,1,1,0.2543,0.2931,0,1,0.598,1,1,1,0.2989,0.598,0,1,1,1,1,1,0.085274756,0,1,1,1,1,1,1,0.311777771,0,1,1,1,1,1,1,0.496033221,0,0.534195263,0.534165433,0.534131206
-1319,1,0.3737,1,1,1,1,1,1,1,1,0.1838,0.3737,0,1,0.2933,1,1,1,1,1,1,0.0998,0.2933,0,1,0.598,1,1,1,0.2266,0.598,0,1,1,1,1,1,0.039959304,0,1,1,1,1,1,1,0.133038312,0,1,1,1,1,1,1,0.336138308,0,0.489185597,0.489105141,0.489361702
-1320,1,0.3743,1,1,1,1,1,1,1,1,0.4055,0.3743,0,1,0.2935,1,1,1,1,1,1,0.5924,0.2935,0,1,0.598,1,1,1,0.2598,0.598,0,1,1,1,1,1,0.228962988,0,0.871175766,1,1,1,1,1,0.666006923,0,1,1,1,1,1,1,0.22421062,0,0.455896568,0.455891686,0.455673759
-1321,1,0.3749,1,1,1,1,1,1,1,1,0.5068,0.3749,0,1,0.2938,1,1,1,1,1,1,0.9565,0.2938,0,1,0.5979,1,1,1,0.2904,0.5979,0,1,1,1,1,1,0.388753176,0,0.970920622,1,1,1,1,1,0.868086576,0,1,1,1,1,1,1,0.179767862,0,0.435898985,0.435794373,0.436170213
-1322,1,0.3755,1,1,1,1,1,1,1,1,0.8509,0.3755,0,1,0.294,1,1,1,1,1,1,0.956,0.294,0,1,0.5979,1,1,1,0.2738,0.5979,0,1,1,1,1,1,0.576755106,0,1,1,1,1,1,1,0.923796654,0,1,1,1,1,1,1,0.162344143,0,0.425326245,0.425216839,0.425531915
-1323,1,0.3761,1,1,1,1,1,1,1,1,0.7998,0.3761,0,1,0.2942,1,1,1,1,1,1,0.9584,0.2942,0,1,0.5979,1,1,1,0.2015,0.5979,0,1,1,1,1,1,0.63207829,0,1,1,1,1,1,1,0.930249631,0,1,1,1,1,1,1,0.14903678,0,0.421338811,0.421408927,0.421542553
-1324,1,0.3767,1,1,1,1,1,1,1,1,0.8691,0.3767,0,1,0.2945,1,1,1,1,1,1,0.9593,0.2945,0,1,0.5979,1,1,1,0.3486,0.5979,0,1,1,1,1,1,0.71319443,0,1,1,1,1,1,1,0.942029476,0,1,1,1,1,1,1,0.277663946,0,0.426534558,0.426697694,0.42641844
-1325,1,0.3773,1,1,1,1,1,1,1,1,0.9013,0.3773,0,1,0.2947,1,1,1,1,1,1,0.9578,0.2947,0,1,0.5979,1,1,1,0.2825,0.5979,0,1,1,1,1,1,0.796449542,0,1,1,1,1,1,1,0.928397298,0,1,1,1,1,1,1,0.451028734,0,0.44320928,0.443198646,0.443262411
-1326,1,0.3779,1,1,1,1,1,1,1,1,0.9206,0.3779,0,1,0.2949,1,1,1,1,1,1,0.9597,0.2949,0,1,0.5978,1,1,1,0.3297,0.5978,0,1,1,1,1,1,0.841671467,0,1,1,1,1,1,1,0.919228077,0,1,1,1,1,1,1,0.56486398,0,0.468281779,0.468161625,0.468085106
-1327,1,0.3785,1,1,1,1,1,1,1,1,0.7999,0.3785,0.0882,1,0.2952,1,1,1,1,1,1,0.902,0.2952,0.0983,1,0.5978,1,1,1,0.402,0.5978,0.0458,1,1,1,1,1,0.726985872,0.277773619,1,1,1,1,1,1,0.734071493,0.293455034,1,1,1,1,1,1,0.602734327,0.329893559,0.497462542,0.497355617,0.497783688
-1328,1,0.3791,1,1,1,1,1,1,1,1,0.8407,0.3791,0.3218,1,0.2954,1,1,1,1,1,1,0.9659,0.2954,0.3413,1,0.5978,1,1,1,0.5115,0.5978,0.2451,1,1,1,1,1,0.732297003,0.611659586,1,1,1,1,1,1,0.836524308,0.650136054,1,1,1,1,1,1,0.654950023,0.613743782,0.532564041,0.532684578,0.532801418
-1329,1,0.3797,1,1,1,1,1,1,1,1,0.9712,0.3797,0.4539,1,0.2956,1,1,1,1,1,1,0.9694,0.2956,0.4658,1,0.5978,1,1,1,0.5638,0.5978,0.3765,1,1,1,1,1,0.90402174,0.737601042,1,1,1,1,1,1,0.950955153,0.762886465,1,1,1,1,1,1,0.678514183,0.768934846,0.559751087,0.559763063,0.559840426
-1330,1,0.3803,1,1,1,1,1,1,1,1,0.9766,0.3803,0.5352,1,0.2959,1,1,1,1,1,1,0.9702,0.2959,0.5679,1,0.5978,1,1,1,0.5649,0.5978,0.4778,1,1,1,1,1,0.9559412,0.730834484,1,1,1,1,1,1,0.974388897,0.850554168,1,1,1,1,1,1,0.710761845,0.868766129,0.573163364,0.573090755,0.57358156
-1331,1,0.3809,1,1,1,1,1,1,1,1,0.9785,0.3809,0.5652,1,0.2961,1,1,1,1,1,1,0.9666,0.2961,0.5889,1,0.5978,1,1,1,0.5316,0.5978,0.487,1,1,1,1,1,0.974506199,0.729095042,1,1,1,1,1,1,0.970642447,0.838641286,1,1,1,1,1,1,0.618104994,0.798904002,0.573465442,0.573513857,0.57358156
-1332,1,0.3815,1,1,1,1,1,1,1,1,0.9702,0.3815,0.584,1,0.2963,1,1,1,1,1,1,0.9669,0.2963,0.5828,1,0.5977,1,1,1,0.6224,0.5977,0.4816,1,1,1,1,1,0.972126365,0.804526806,1,1,1,1,1,1,0.966408014,0.837254286,1,1,1,1,1,1,0.753435552,0.729391336,0.567363461,0.567378887,0.567375887
-1333,1,0.3821,1,1,1,1,1,1,1,1,0.9724,0.3821,0.5703,1,0.2966,1,1,1,1,1,1,0.9673,0.2966,0.5741,1,0.5977,1,1,1,0.6867,0.5977,0.468,1,1,1,1,1,0.971493125,0.776832998,1,1,1,1,1,1,0.969139695,0.829262674,1,1,1,1,1,1,0.825195968,0.717027485,0.557394877,0.557436006,0.557180851
-1334,1,0.3827,1,1,1,1,1,1,1,1,0.9765,0.3827,0.5633,1,0.2968,1,1,1,1,1,1,0.9691,0.2968,0.5656,1,0.5977,1,1,1,0.7376,0.5977,0.4218,1,1,1,1,1,0.969842792,0.796316981,1,1,1,1,1,1,0.961800933,0.822032928,1,1,1,1,1,1,0.813766658,0.701921761,0.550024166,0.550031733,0.550088652
-1335,1,0.3833,1,1,1,1,1,1,1,1,0.9762,0.3833,0.4633,1,0.297,1,1,1,1,1,1,0.9694,0.297,0.4765,1,0.5977,1,1,1,0.799,0.5977,0.3101,1,1,1,1,1,0.973545671,0.739484847,1,1,1,1,1,1,0.971742392,0.748809874,1,1,1,1,1,1,0.897161841,0.613052368,0.548815853,0.548762429,0.548758865
-1336,1,0.3839,1,1,1,1,1,1,1,1,0.959,0.3839,0.2981,1,0.2973,1,1,1,1,1,1,0.9718,0.2973,0.3272,1,0.5977,1,1,1,0.8208,0.5977,0.1894,1,1,1,1,1,0.971290708,0.58064878,1,1,1,1,1,1,0.968642831,0.577480495,1,1,1,1,1,1,0.944352627,0.375265718,0.56361769,0.563570975,0.563386525
-1337,1,0.3845,1,1,1,1,1,1,1,1,0.9316,0.3845,0.077,1,0.2975,1,1,1,1,1,1,0.9476,0.2975,0.108,1,0.5976,1,1,1,0.9082,0.5976,0.016,1,1,1,1,1,0.953714192,0.273189336,1,1,1,1,1,1,0.910219073,0.29159382,1,1,1,1,1,1,0.960935414,0.075830221,0.603914935,0.603977153,0.604166667
-1338,1,0.3851,1,1,1,1,1,1,1,1,0.8885,0.3851,0,1,0.2977,1,1,1,1,1,1,0.9751,0.2977,0,1,0.5976,1,1,1,0.8751,0.5976,0,1,1,1,1,1,0.943401456,0,1,1,1,1,1,1,0.919100761,0,1,1,1,1,1,1,0.962599039,0,0.631645723,0.63169029,0.631648936
-1339,1,0.3857,1,1,1,1,1,1,1,1,0.8968,0.3857,0,1,0.298,1,1,1,1,1,1,0.984,0.298,0,1,0.5976,1,1,1,0.8396,0.5976,0,1,1,1,1,1,0.913772643,0,1,1,1,1,1,1,0.879617214,0,1,1,1,1,1,1,0.964071155,0,0.617689705,0.617727946,0.617907801
-1340,1,0.3863,1,1,1,1,1,1,1,1,0.8877,0.3863,0,1,0.2982,1,1,1,1,1,1,0.9839,0.2982,0,1,0.5976,1,1,1,0.857,0.5976,0,1,1,1,1,1,0.958814144,0,1,1,1,1,1,1,0.921122432,0,1,1,1,1,1,1,0.973388016,0,0.597873369,0.597842183,0.597960993
-1341,1,0.3869,1,1,1,1,1,1,1,1,0.8191,0.3869,0,1,0.2984,1,1,1,1,1,1,0.9886,0.2984,0,1,0.5976,1,1,1,0.8416,0.5976,0,1,1,1,1,1,0.959707975,0,1,1,1,1,1,1,0.946029782,0,1,1,1,1,1,1,0.974438787,0,0.57141131,0.57139835,0.571808511
-1342,1,0.3875,1,1,1,1,1,1,1,1,0.6508,0.3875,0,1,0.2987,1,1,1,1,1,1,0.9924,0.2987,0,1,0.5976,1,1,1,0.874,0.5976,0,1,1,1,1,1,0.90000999,0,1,1,1,1,1,1,0.92674613,0,1,1,1,1,1,1,0.982605457,0,0.533711938,0.533742331,0.533687943
-1343,1,0.3881,1,1,1,1,1,1,1,1,0.8075,0.3881,0,1,0.2989,1,1,1,1,1,1,0.9947,0.2989,0,1,0.5975,1,1,1,0.9307,0.5975,0,1,1,1,1,1,0.9665007,0,1,1,1,1,1,1,0.970354676,0,1,1,1,1,1,1,0.989796162,0,0.497583374,0.497567167,0.497783688
-1344,1,0.3887,1,1,1,1,1,1,1,1,0.7508,0.3887,0,1,0.2991,1,1,1,1,1,1,0.999,0.2991,0,1,0.5975,1,1,1,0.939,0.5975,0,1,1,1,1,1,0.943549097,0,1,1,1,1,1,1,0.967241883,0,1,1,1,1,1,1,0.988565147,0,0.470275495,0.470277131,0.470301418
-1345,1,0.3893,1,1,1,1,1,1,1,1,0.8909,0.3893,0,1,0.2994,1,1,1,1,1,1,0.9986,0.2994,0,1,0.5975,1,1,1,0.9531,0.5975,0,1,1,1,1,1,0.963329613,0,1,1,1,1,1,1,0.981462777,0,1,1,1,1,1,1,0.995053172,0,0.452513291,0.452506875,0.452570922
-1346,1,0.3899,1,1,1,1,1,1,1,1,0.8686,0.3899,0,1,0.2996,1,1,1,1,1,1,1,0.2996,0,1,0.5975,1,1,1,0.9528,0.5975,0,1,1,1,1,1,0.971921444,0,1,1,1,1,1,1,0.980597138,0,1,1,1,1,1,1,0.996607661,0,0.443390527,0.443410197,0.443262411
-1347,1,0.3905,1,1,1,1,1,1,1,1,0.8082,0.3905,0,1,0.2998,1,1,1,1,1,1,1,0.2998,0,1,0.5975,1,1,1,0.9662,0.5975,0,1,1,1,1,1,0.950454354,0,1,1,1,1,1,1,0.937438786,0,1,1,1,1,1,1,0.99787575,0,0.441457226,0.441506241,0.441489362
-1348,1,0.3911,1,1,1,1,1,1,1,1,0.864,0.3911,0,1,0.3001,1,1,1,1,1,1,1,0.3001,0,1,0.5974,1,1,1,0.9699,0.5974,0,1,1,1,1,1,0.963821113,0,1,1,1,1,1,1,0.961028695,0,1,1,1,1,1,1,0.999011219,0,0.445082165,0.445102602,0.445035461
-1349,1,0.3917,1,1,1,1,1,1,1,1,0.7867,0.3917,0,1,0.3003,1,1,1,1,1,1,1,0.3003,0,1,0.5974,1,1,1,0.9777,0.5974,0,1,1,1,1,1,0.934031069,0,1,1,1,1,1,1,0.959061384,0,1,1,1,1,1,1,0.999496818,0,0.458554857,0.458641845,0.458776596
-1350,1,0.3923,1,1,1,1,1,1,1,1,0.8708,0.3923,0,1,0.3005,1,1,1,1,1,1,0.9563,0.3005,0,1,0.5974,1,1,1,0.9664,0.5974,0,1,1,1,1,1,0.948308229,0,1,1,1,1,1,1,0.925626755,0,1,1,1,1,1,1,0.999040663,0,0.475410826,0.475354347,0.475177305
-1351,1,0.3929,1,1,1,1,1,1,1,1,0.7436,0.3929,0.1132,1,0.3008,1,1,1,1,1,1,0.5124,0.3008,0.1169,1,0.5974,1,1,1,0.9754,0.5974,0.0873,1,1,1,1,1,0.673776627,0.380184084,1,1,1,1,1,1,0.500424027,0.348994851,1,1,1,1,1,1,0.926479578,0.40346995,0.498429193,0.49841337,0.49822695
-1352,1,0.3935,1,1,1,1,1,1,1,1,0.8568,0.3935,0.3726,1,0.301,1,1,1,1,1,1,0.5067,0.301,0.3777,1,0.5974,1,1,1,0.8668,0.5974,0.3461,1,1,1,1,1,0.879325628,0.747488022,1,1,1,1,1,1,0.515205622,0.721513391,1,1,1,1,1,1,0.945862234,0.76561439,0.531476559,0.531626825,0.531914894
-1353,1,0.3941,1,1,1,1,1,1,1,1,0.8293,0.3941,0.5733,1,0.3012,1,1,1,1,1,1,0.6716,0.3012,0.5671,1,0.5974,1,1,1,0.9515,0.5974,0.5473,1,1,1,1,1,0.828299761,0.958439887,1,1,1,1,1,1,0.610354304,0.924636483,1,1,1,1,1,1,0.95347327,0.963426113,0.552682455,0.552781891,0.552748227
-1354,1,0.3947,1,1,1,1,1,1,1,1,0.7608,0.3947,0.7192,1,0.3015,1,1,1,1,1,1,0.5923,0.3015,0.6984,1,0.5973,1,1,1,0.9491,0.5973,0.7068,1,1,1,1,1,0.766573787,0.996143222,1,1,1,1,1,1,0.563391447,0.996631265,0.949548185,1,1,1,1,1,0.997194707,1,0.562953117,0.562936323,0.563386525
-1355,1,0.3953,1,1,1,1,1,1,1,1,0.648,0.3953,0.7624,1,0.3017,1,1,1,1,1,1,0.5251,0.3017,0.7635,1,0.5973,1,1,1,0.9214,0.5973,0.7457,1,1,1,1,1,0.680464208,1,1,1,1,1,1,1,0.499737114,1,0.758391678,1,1,1,1,1,0.993804753,1,0.5659739,0.565898033,0.566046099
-1356,1,0.3959,1,1,1,1,1,1,1,1,0.6485,0.3959,0.765,1,0.3019,1,1,1,1,1,1,0.4625,0.3019,0.7656,1,0.5973,1,1,1,0.9207,0.5973,0.7486,1,1,1,1,1,0.7091102,1,0.998373628,1,1,1,1,1,0.46664834,1,0.712369919,1,1,1,1,1,0.995408058,1,0.562953117,0.562936323,0.563386525
-1357,1,0.3965,1,1,1,1,1,1,1,1,0.5521,0.3965,0.7629,1,0.3022,1,1,1,1,1,1,0.3932,0.3022,0.7658,1,0.5973,1,1,1,0.8491,0.5973,0.7423,1,1,1,1,1,0.616682291,1,0.974059701,1,1,1,1,1,0.382922828,1,0.597445309,1,1,1,1,1,0.983997345,1,0.552440793,0.55235879,0.552748227
-1358,1,0.3971,1,1,1,1,1,1,1,1,0.4857,0.3971,0.7244,1,0.3024,1,1,1,1,1,1,0.3747,0.3024,0.738,1,0.5973,1,1,1,0.8228,0.5973,0.6965,1,1,1,1,1,0.523320854,1,0.986467838,1,1,1,1,1,0.358929902,1,0.629803181,1,1,1,1,1,0.980063558,1,0.541384727,0.541358155,0.541666667
-1359,1,0.3977,1,1,1,1,1,1,1,1,0.439,0.3977,0.5702,1,0.3027,1,1,1,1,1,1,0.3714,0.3027,0.5992,1,0.5972,1,1,1,0.8434,0.5972,0.5379,1,1,1,1,1,0.489137053,0.964454651,0.805681169,1,1,1,1,1,0.384776711,0.973220229,0.37966466,1,1,1,1,1,0.991401792,0.944366217,0.540297245,0.540300402,0.540336879
-1360,1,0.3983,1,1,1,1,1,1,1,1,0.3714,0.3983,0.3664,1,0.3029,1,1,1,1,1,1,0.2807,0.3029,0.4051,1,0.5972,1,1,1,0.7662,0.5972,0.3298,1,1,1,1,1,0.429671884,0.75846231,0.654947042,1,1,1,1,1,0.290667504,0.773025155,0.303463876,1,1,1,1,1,0.958641052,0.723766208,0.557817786,0.557859107,0.558067376
-1361,1,0.3989,1,1,1,1,1,1,1,1,0.2583,0.3989,0.1085,1,0.3031,1,1,1,1,1,1,0.1946,0.3031,0.1494,1,0.5972,1,1,1,0.7163,0.5972,0.0662,1,1,1,1,1,0.335600346,0.400780499,0.26600486,1,1,1,1,1,0.185770124,0.426674515,0.095825128,1,1,1,1,1,0.960792303,0.343844831,0.604035766,0.603977153,0.604166667
-1362,1,0.3995,1,1,1,1,1,1,1,1,0.1796,0.3995,0,1,0.3034,1,1,1,1,1,1,0.0866,0.3034,0,1,0.5972,1,1,1,0.6729,0.5972,0,1,1,1,1,1,0.205480218,0,0.329015583,1,1,1,1,1,0.113186471,0,0.095980629,1,1,1,1,1,0.913514912,0,0.646930884,0.646921938,0.647163121
-1363,1,0.4001,1,1,1,1,1,1,1,1,0.14,0.4001,0,1,0.3036,1,1,1,1,1,1,0.0508,0.3036,0,1,0.5972,1,1,1,0.4822,0.5972,0,1,1,1,1,1,0.126232415,0,0.444709897,1,1,1,1,1,0.113077998,0,0.109419376,1,1,1,1,1,0.712830365,0,0.635331078,0.635286651,0.635195035
-1364,1,0.4007,1,1,1,1,1,1,1,1,0.1106,0.4007,0,1,0.3038,1,1,1,1,1,1,0.0053,0.3038,0,1,0.5971,1,1,1,0.4654,0.5971,0,1,1,1,1,1,0.099625178,0,0.496824026,1,1,1,1,1,0.018656563,0,0.177619115,1,1,1,1,1,0.670239925,0,0.611708555,0.611804527,0.611702128
-1365,1,0.4013,1,1,1,1,1,1,1,1,0.1455,0.4013,0,1,0.3041,1,1,1,1,1,1,0.014,0.3041,0,1,0.5971,1,1,1,0.3715,0.5971,0,1,1,1,1,1,0.158217758,0,0.416036844,1,1,1,1,1,0.025997382,0,0.166979596,1,1,1,1,1,0.557789922,0,0.575277912,0.575417813,0.57535461
-1366,1,0.4019,1,1,1,1,1,1,1,1,0.1314,0.4019,0,1,0.3043,1,1,1,1,1,1,0.02,0.3043,0,1,0.5971,1,1,1,0.3448,0.5971,0,1,1,1,1,1,0.158169836,0,0.308257461,1,1,1,1,1,0.031609539,0,0.202650249,1,1,1,1,1,0.494479626,0,0.53020783,0.53014597,0.530141844
-1367,1,0.4025,1,1,1,1,1,1,1,1,0.0398,0.4025,0,1,0.3045,1,1,1,1,1,1,0.0042,0.3045,0,1,0.5971,1,1,1,0.3336,0.5971,0,1,1,1,1,1,0.03931801,0,0.206810862,1,1,1,1,1,0.003531702,0,0.175025925,1,1,1,1,1,0.531199872,0,0.490031416,0.489951343,0.489804965
-1368,1,0.4031,1,1,1,1,1,1,1,1,0.0292,0.4031,0,1,0.3048,1,1,1,1,1,1,0,0.3048,0,1,0.5971,1,1,1,0.3394,0.5971,0,1,1,1,1,1,0.027643431,0,0.148094043,1,1,1,1,1,0.002073728,0,0.170892417,1,1,1,1,1,0.578431785,0,0.463931851,0.463719061,0.464095745
-1369,1,0.4037,1,1,1,1,1,1,1,1,0.0092,0.4037,0,1,0.305,1,1,1,1,1,1,0,0.305,0,1,0.5971,1,1,1,0.3368,0.5971,0,1,1,1,1,1,0.011203881,0,0.066478491,1,1,1,1,1,0.002047388,0,0.130538478,1,1,1,1,1,0.700736046,0,0.450821653,0.45081447,0.450797872
-1370,1,0.4043,1,1,1,1,1,1,1,1,0.0004,0.4043,0,1,0.3052,1,1,1,1,1,1,0.0402,0.3052,0,1,0.597,1,1,1,0.2879,0.597,0,1,1,1,1,1,0.001025435,0,0.05046368,1,1,1,1,1,0.06456849,0,0.126999483,1,1,1,1,1,0.533127069,0,0.44641131,0.446371906,0.446365248
-1371,1,0.4049,1,1,1,1,1,1,1,1,0,0.4049,0,1,0.3055,1,1,1,1,1,1,0.1299,0.3055,0,1,0.597,1,1,1,0.2485,0.597,0,1,1,1,1,1,0.000819372,0,0.022333281,1,1,1,1,1,0.146446526,0,0.119898692,1,1,1,1,1,0.483755887,0,0.449009183,0.448910514,0.449468085
-1372,1,0.4055,1,1,1,1,1,1,1,1,0,0.4055,0,1,0.3057,1,1,1,1,1,1,0.2862,0.3057,0,1,0.597,1,1,1,0.2129,0.597,0,1,1,1,1,1,0.000865534,0,0.005766654,1,1,1,1,1,0.269678175,0,0.198452368,1,1,1,1,1,0.315237284,0,0.465683905,0.465834567,0.465868794
-1373,1,0.4061,1,1,1,1,1,1,1,1,0.002,0.4061,0,1,0.3059,1,1,1,1,1,1,0.4551,0.3059,0,1,0.597,1,1,1,0.1319,0.597,0,1,1,1,1,1,0.002846701,0,0.005199458,1,1,1,1,1,0.388945311,0,0.241447926,1,1,1,1,1,0.143216237,0,0.512083132,0.512164163,0.512411348
-1374,1,0.4067,1,1,1,1,1,1,1,1,0.0168,0.4067,0,1,0.3062,1,1,1,1,1,1,0.6174,0.3062,0,1,0.597,1,1,1,0.0671,0.597,0,1,1,1,1,1,0.025565792,0,0.015766324,1,1,1,1,1,0.502005875,0,0.21913588,1,1,1,1,1,0.056583114,0,0.584702755,0.584726042,0.584663121
-1375,1,0.4073,1,1,1,1,1,1,1,1,0.0699,0.4073,0.1125,1,0.3064,1,1,1,1,1,1,0.6954,0.3064,0.1173,1,0.5969,1,1,1,0.0196,0.5969,0.083,1,1,1,1,1,0.091522515,0.362919331,0.003080994,1,1,1,1,1,0.517395973,0.342945755,0.081954718,1,1,1,1,1,0.025577867,0.314811617,0.623368777,0.623439814,0.623670213
-1376,1,0.4079,1,1,1,1,1,1,1,1,0.0772,0.4079,0.356,1,0.3066,1,1,1,1,1,1,0.4774,0.3066,0.3683,1,0.5969,1,1,1,0.0281,0.5969,0.2995,1,1,1,1,1,0.113768086,0.652352095,0.007784966,1,1,1,1,1,0.414589107,0.70518738,0.08363089,1,1,1,1,1,0.024252212,0.549876451,0.627537458,0.627670827,0.627659574
-1377,1,0.4085,1,1,1,1,1,1,1,1,0.0621,0.4085,0.5329,1,0.3069,1,1,1,1,1,1,0.1986,0.3069,0.5489,1,0.5969,1,1,1,0.0245,0.5969,0.4315,1,1,1,1,1,0.06129599,0.824364781,0.103760526,1,1,1,1,1,0.19695501,0.887570798,0.244821727,1,1,1,1,1,0.053954117,0.612171948,0.625362494,0.62534377,0.625443262
-1378,1,0.4091,1,1,1,1,1,1,1,1,0.0835,0.4091,0.6532,1,0.3071,1,1,1,1,1,1,0.2539,0.3071,0.6211,1,0.5969,1,1,1,0.0191,0.5969,0.5097,1,1,1,1,1,0.061323229,0.867859423,0.109047562,1,1,1,1,1,0.216848075,0.91510272,0.267828822,1,1,1,1,1,0.072543785,0.734690309,0.622704205,0.622593611,0.622783688
-1379,1,0.4097,1,1,1,1,1,1,1,1,0.2013,0.4097,0.6198,1,0.3073,1,1,1,1,1,1,0.1509,0.3073,0.6396,1,0.5969,1,1,1,0.0497,0.5969,0.4446,1,1,1,1,1,0.119529605,0.79660821,0.267525673,1,1,1,1,1,0.201398998,0.919546485,0.371808946,1,1,1,1,1,0.130728632,0.794998407,0.617448043,0.617516395,0.617464539
-1380,1,0.4103,1,1,1,1,1,1,1,1,0.3588,0.4103,0.576,1,0.3076,1,1,1,1,1,1,0.2876,0.3076,0.562,1,0.5969,1,1,1,0.0595,0.5969,0.4083,1,1,1,1,1,0.201812148,0.732457042,0.504703224,1,1,1,1,1,0.293056548,0.777469456,0.569104493,1,1,1,1,1,0.14536351,0.803508759,0.610500242,0.610535223,0.610815603
-1381,1,0.4109,1,1,1,1,1,1,1,1,0.3983,0.4109,0.4972,1,0.3078,1,1,1,1,1,1,0.2302,0.3078,0.5109,1,0.5968,1,1,1,0.1,0.5968,0.3889,1,1,1,1,1,0.250873774,0.650224507,0.556471407,1,1,1,1,1,0.232702523,0.741259098,0.497884303,1,1,1,1,1,0.228707269,0.750751674,0.605364911,0.605458007,0.605496454
-1382,1,0.4115,1,1,1,1,1,1,1,1,0.5283,0.4115,0.434,1,0.308,1,1,1,1,1,1,0.3073,0.308,0.4805,1,0.5968,1,1,1,0.0939,0.5968,0.3912,1,1,1,1,1,0.302939594,0.5960235,0.74094075,1,1,1,1,1,0.409153998,0.73521781,0.848526776,1,1,1,1,1,0.240087718,0.675051689,0.597450459,0.597630633,0.59751773
-1383,1,0.4121,1,1,1,1,1,1,1,1,0.5046,0.4121,0.3725,1,0.3083,1,1,1,1,1,1,0.3485,0.3083,0.4096,1,0.5968,1,1,1,0.0921,0.5968,0.308,1,1,1,1,1,0.387218773,0.579043031,0.798558354,1,1,1,1,1,0.432504773,0.619027436,1,1,1,1,1,1,0.24192293,0.566764593,0.597087965,0.596995981,0.597074468
-1384,1,0.4127,1,1,1,1,1,1,1,1,0.392,0.4127,0.2309,1,0.3085,1,1,1,1,1,1,0.3114,0.3085,0.2484,1,0.5968,1,1,1,0.1639,0.5968,0.2116,1,1,1,1,1,0.253047496,0.379780114,0.961131096,1,1,1,1,1,0.39296484,0.413040906,1,1,1,1,1,1,0.403388083,0.339580894,0.614910585,0.614977787,0.615248227
-1385,1,0.4133,1,1,1,1,1,1,1,1,0.4748,0.4133,0.031,1,0.3087,1,1,1,1,1,1,0.3276,0.3087,0.0355,1,0.5968,1,1,1,0.1114,0.5968,0.017,1,1,1,1,1,0.365817815,0.137814298,0.839261591,1,1,1,1,1,0.419300318,0.075406827,0.660296857,1,1,1,1,1,0.285845131,0.093449876,0.655509908,0.655595515,0.655585106
-1386,1,0.4139,1,1,1,1,1,1,1,1,0.4369,0.4139,0,1,0.309,1,1,1,1,1,1,0.357,0.309,0,1,0.5967,1,1,1,0.1053,0.5967,0,1,1,1,1,1,0.383567482,0,0.827914476,1,1,1,1,1,0.385179281,0,0.954192996,1,1,1,1,1,0.256930202,0,0.67762204,0.677596784,0.677748227
-1387,1,0.4145,1,1,1,1,1,1,1,1,0.2959,0.4145,0,1,0.3092,1,1,1,1,1,1,0.1144,0.3092,0,1,0.5967,1,1,1,0.104,0.5967,0,1,1,1,1,1,0.189153269,0,1,1,1,1,1,1,0.133154303,0,1,1,1,1,1,1,0.226283118,0,0.66022233,0.66024963,0.660460993
-1388,1,0.4151,1,1,1,1,1,1,1,1,0.3496,0.4151,0,1,0.3094,1,1,1,1,1,1,0.1938,0.3094,0,1,0.5967,1,1,1,0.0795,0.5967,0,1,1,1,1,1,0.242191285,0,1,1,1,1,1,1,0.267156661,0,1,1,1,1,1,1,0.169738308,0,0.629652006,0.629786334,0.629875887
-1389,1,0.4157,1,1,1,1,1,1,1,1,0.3048,0.4157,0,1,0.3097,1,1,1,1,1,1,0.2593,0.3097,0,1,0.5967,1,1,1,0.0678,0.5967,0,1,1,1,1,1,0.270067394,0,1,1,1,1,1,1,0.316021323,0,1,1,1,1,1,1,0.165571645,0,0.585548574,0.585572245,0.585549645
-1390,1,0.4163,1,1,1,1,1,1,1,1,0.4117,0.4163,0,1,0.3099,1,1,1,1,1,1,0.3685,0.3099,0,1,0.5967,1,1,1,0.1001,0.5967,0,1,1,1,1,1,0.445810914,0,1,1,1,1,1,1,0.397743702,0,1,1,1,1,1,1,0.272629648,0,0.530811986,0.530780622,0.531028369
-1391,1,0.4169,1,1,1,1,1,1,1,1,0.2682,0.4169,0,1,0.3101,1,1,1,1,1,1,0.0299,0.3101,0,1,0.5967,1,1,1,0.1169,0.5967,0,1,1,1,1,1,0.265841335,0,1,1,1,1,1,1,0.110970452,0,1,1,1,1,1,1,0.37582624,0,0.481150314,0.481066215,0.480939716
-1392,1,0.4175,1,1,1,1,1,1,1,1,0.2878,0.4175,0,1,0.3104,1,1,1,1,1,1,0.2292,0.3104,0,1,0.5966,1,1,1,0.1835,0.5966,0,1,1,1,1,1,0.394671381,0,1,1,1,1,1,1,0.36709407,0,1,1,1,1,1,1,0.437679321,0,0.449794587,0.449756717,0.449911348
-1393,1,0.4181,1,1,1,1,1,1,1,1,0.4232,0.4181,0,1,0.3106,1,1,1,1,1,1,0.8014,0.3106,0,1,0.5966,1,1,1,0.2542,0.5966,0,1,1,1,1,1,0.591702759,0,1,1,1,1,1,1,0.826440215,0,1,1,1,1,1,1,0.469971448,0,0.432515708,0.432621113,0.432624113
-1394,1,0.4187,1,1,1,1,1,1,1,1,0.6124,0.4187,0,1,0.3108,1,1,1,1,1,1,0.9494,0.3108,0,1,0.5966,1,1,1,0.3498,0.5966,0,1,1,1,1,1,0.680683792,0,1,1,1,1,1,1,0.844846487,0,1,1,1,1,1,1,0.603803635,0,0.425144998,0.425005289,0.425088652
-1395,1,0.4193,1,1,1,1,1,1,1,1,0.7899,0.4193,0,1,0.3111,1,1,1,1,1,1,0.9171,0.3111,0,1,0.5966,1,1,1,0.3433,0.5966,0,1,1,1,1,1,0.716486096,0,1,1,1,1,1,1,0.809390187,0,1,1,1,1,1,1,0.628529966,0,0.425084582,0.425005289,0.425088652
-1396,1,0.4199,1,1,1,1,1,1,1,1,0.7323,0.4199,0,1,0.3113,1,1,1,1,1,1,0.9201,0.3113,0,1,0.5966,1,1,1,0.3059,0.5966,0,1,1,1,1,1,0.70897305,0,1,1,1,1,1,1,0.846399724,0,1,1,1,1,1,1,0.572255909,0,0.438738521,0.438756082,0.438829787
-1397,1,0.4205,1,1,1,1,1,1,1,1,0.5026,0.4205,0,1,0.3115,1,1,1,1,1,1,0.5768,0.3115,0,1,0.5965,1,1,1,0.3223,0.5965,0,1,1,1,1,1,0.446083426,0,1,1,1,1,1,1,0.543145537,0,1,1,1,1,1,1,0.564633429,0,0.484110681,0.484027925,0.484042553
-1398,1,0.4211,1,1,1,1,1,1,1,1,0.4904,0.4211,0,1,0.3118,1,1,1,1,1,1,0.9158,0.3118,0,1,0.5965,1,1,1,0.3202,0.5965,0,1,1,1,1,1,0.459275633,0,1,1,1,1,1,1,0.824941993,0,1,1,1,1,1,1,0.572813094,0,0.555703238,0.555743601,0.555851064
-1399,1,0.4217,1,1,1,1,1,1,1,1,0.4545,0.4217,0.1087,1,0.312,1,1,1,1,1,1,0.9817,0.312,0.0994,1,0.5965,1,1,1,0.2834,0.5965,0.0737,1,1,1,1,1,0.469420403,0.32464236,1,1,1,1,1,1,0.882201612,0.263971478,0.851763666,1,1,1,1,1,0.405773878,0.264471114,0.594067182,0.594034271,0.594414894
-1400,1,0.4223,1,1,1,1,1,1,1,1,0.5209,0.4223,0.3544,1,0.3122,1,1,1,1,1,1,0.996,0.3122,0.3477,1,0.5965,1,1,1,0.4425,0.5965,0.2356,1,1,1,1,1,0.667920172,0.672137439,1,1,1,1,1,1,0.934551001,0.639833689,1,1,1,1,1,1,0.567210317,0.54321593,0.601860802,0.601861646,0.601950355
-1401,1,0.4229,1,1,1,1,1,1,1,1,0.6531,0.4229,0.526,1,0.3125,1,1,1,1,1,1,0.9906,0.3125,0.5349,1,0.5965,1,1,1,0.5557,0.5965,0.4073,1,1,1,1,1,0.798058748,0.807663262,0.978954554,1,1,1,1,1,0.931928515,0.831799269,1,1,1,1,1,1,0.682784438,0.855044365,0.604277429,0.604400254,0.604609929
-1402,1,0.4235,1,1,1,1,1,1,1,1,0.6549,0.4235,0.6408,1,0.3127,1,1,1,1,1,1,0.9029,0.3127,0.6978,1,0.5964,1,1,1,0.4798,0.5964,0.5928,1,1,1,1,1,0.804043353,0.905044079,0.996002078,1,1,1,1,1,0.804359198,0.967157662,1,1,1,1,1,1,0.580327749,0.961527109,0.603612856,0.603765602,0.603723404
-1403,1,0.4241,1,1,1,1,1,1,1,1,0.6261,0.4241,0.7259,1,0.3129,1,1,1,1,1,1,0.7263,0.3129,0.7436,1,0.5964,1,1,1,0.4861,0.5964,0.6234,1,1,1,1,1,0.808500886,0.997356832,0.97644031,1,1,1,1,1,0.686719179,1,0.88184768,1,1,1,1,1,0.644620359,1,0.599262929,0.599323038,0.59929078
-1404,1,0.4247,1,1,1,1,1,1,1,1,0.5034,0.4247,0.7394,1,0.3132,1,1,1,1,1,1,0.5745,0.3132,0.7539,1,0.5964,1,1,1,0.4388,0.5964,0.6626,1,1,1,1,1,0.586636424,0.999852955,0.961481094,1,1,1,1,1,0.557103157,1,0.900544763,1,1,1,1,1,0.65318197,1,0.590683905,0.590649461,0.590868794
-1405,1,0.4253,1,1,1,1,1,1,1,1,0.3529,0.4253,0.7445,1,0.3134,1,1,1,1,1,1,0.3597,0.3134,0.7562,1,0.5964,1,1,1,0.3954,0.5964,0.6882,1,1,1,1,1,0.420677632,0.998685718,0.743787408,1,1,1,1,1,0.38711518,0.999702573,0.5241189,1,1,1,1,1,0.554245591,1,0.585488159,0.585572245,0.585549645
-1406,1,0.4259,1,1,1,1,1,1,1,1,0.2567,0.4259,0.6903,1,0.3136,1,1,1,1,1,1,0.3605,0.3136,0.7237,1,0.5964,1,1,1,0.3959,0.5964,0.6502,1,1,1,1,1,0.262393802,0.992434502,0.664148569,1,1,1,1,1,0.36765945,1,0.394364953,1,1,1,1,1,0.616644979,0.999871492,0.577754954,0.57774487,0.578014184
-1407,1,0.4265,1,1,1,1,1,1,1,1,0.2756,0.4265,0.5453,1,0.3139,1,1,1,1,1,1,0.4314,0.3139,0.5939,1,0.5964,1,1,1,0.3948,0.5964,0.4902,1,1,1,1,1,0.255487084,0.941280425,0.755597949,1,1,1,1,1,0.429942608,0.967983127,0.467331171,1,1,1,1,1,0.627849758,0.91193819,0.574432093,0.574360059,0.574468085
-1408,1,0.4271,1,1,1,1,1,1,1,1,0.2144,0.4271,0.3608,1,0.3141,1,1,1,1,1,1,0.3611,0.3141,0.4036,1,0.5963,1,1,1,0.3295,0.5963,0.2916,1,1,1,1,1,0.252370685,0.757384777,0.849936962,1,1,1,1,1,0.350114912,0.774371386,0.42420736,1,1,1,1,1,0.597174942,0.630802751,0.586394393,0.586418447,0.58643617
-1409,1,0.4277,1,1,1,1,1,1,1,1,0.1339,0.4277,0.1034,1,0.3143,1,1,1,1,1,1,0.3655,0.3143,0.1432,1,0.5963,1,1,1,0.1643,0.5963,0.0647,1,1,1,1,1,0.16882728,0.377316296,0.586313844,1,1,1,1,1,0.32397458,0.418524355,0.418375671,1,1,1,1,1,0.332959235,0.2942141,0.629168681,0.629151682,0.629432624
-1410,1,0.4283,1,1,1,1,1,1,1,1,0.1083,0.4283,0,1,0.3146,1,1,1,1,1,1,0.1859,0.3146,0,1,0.5963,1,1,1,0.1129,0.5963,0,1,1,1,1,1,0.147950053,0,0.336912453,1,1,1,1,1,0.21825318,0,0.611462116,1,1,1,1,1,0.227619901,0,0.667955534,0.667865454,0.667996454
-1411,1,0.4289,1,1,1,1,1,1,1,1,0.0977,0.4289,0,1,0.3148,1,1,1,1,1,1,0.1212,0.3148,0,1,0.5963,1,1,1,0.0851,0.5963,0,1,1,1,1,1,0.062489115,0,0.206251562,1,1,1,1,1,0.201518953,0,0.297430634,1,1,1,1,1,0.184943378,0,0.689282262,0.689443622,0.689716312
-1412,1,0.4295,1,1,1,1,1,1,1,1,0.0625,0.4295,0,1,0.315,1,1,1,1,1,1,0.0489,0.315,0,1,0.5963,1,1,1,0.1272,0.5963,0,1,1,1,1,1,0.042908009,0,0.072877184,1,1,1,1,1,0.107294559,0,0.056432463,1,1,1,1,1,0.33956477,0,0.657926535,0.657922572,0.658244681
-1413,1,0.4301,1,1,1,1,1,1,1,1,0.051,0.4301,0,1,0.3153,1,1,1,1,1,1,0.0351,0.3153,0,1,0.5962,1,1,1,0.1914,0.5962,0,1,1,1,1,1,0.06019498,0,0.066931695,1,1,1,1,1,0.077615045,0,0.031275395,1,1,1,1,1,0.546048582,0,0.611043983,0.610958325,0.611258865
-1414,1,0.4307,1,1,1,1,1,1,1,1,0.0394,0.4307,0,1,0.3155,1,1,1,1,1,1,0.0388,0.3155,0,1,0.5962,1,1,1,0.2219,0.5962,0,1,1,1,1,1,0.029386185,0,0.085998125,1,1,1,1,1,0.090608999,0,0.037075132,1,1,1,1,1,0.622187912,0,0.553951184,0.554051195,0.554078014
-1415,1,0.4313,1,1,1,1,1,1,1,1,0.0237,0.4313,0,1,0.3158,1,1,1,1,1,1,0.0071,0.3158,0,1,0.5962,1,1,1,0.2569,0.5962,0,1,1,1,1,1,0.019183569,0,0.027430978,1,1,1,1,1,0.033019662,0,0.004704189,1,1,1,1,1,0.607523501,0,0.504047849,0.504125238,0.504432624
-1416,1,0.4464,1,1,1,1,1,1,1,1,0.3783,0.4464,0,1,0.3216,1,1,1,1,1,1,0.2079,0.3216,0,1,0.5958,1,1,1,0.5114,0.5958,0,1,1,1,1,1,0.236058563,0,1,1,1,1,1,1,0.33556211,0,1,1,1,1,1,1,0.703887403,0,0.471060899,0.471123334,0.471187943
-1417,1,0.447,1,1,1,1,1,1,1,1,0.4998,0.447,0,1,0.3218,1,1,1,1,1,1,0.2403,0.3218,0,1,0.5957,1,1,1,0.5333,0.5957,0,1,1,1,1,1,0.381674767,0,1,1,1,1,1,1,0.34285441,0,1,1,1,1,1,1,0.734618843,0,0.454869502,0.454833933,0.454787234
-1418,1,0.4476,1,1,1,1,1,1,1,1,0.4703,0.4476,0,1,0.3221,1,1,1,1,1,1,0.3205,0.3221,0,1,0.5957,1,1,1,0.4822,0.5957,0,1,1,1,1,1,0.414666831,0,1,1,1,1,1,1,0.446593821,0,1,1,1,1,1,1,0.698781192,0,0.446652972,0.446795007,0.446808511
-1419,1,0.4482,1,1,1,1,1,1,1,1,0.5433,0.4482,0,1,0.3223,1,1,1,1,1,1,0.7249,0.3223,0,1,0.5957,1,1,1,0.471,0.5957,0,1,1,1,1,1,0.547833204,0,1,1,1,1,1,1,0.773082435,0,1,1,1,1,1,1,0.66486311,0,0.446773804,0.446795007,0.446808511
-1420,1,0.4488,1,1,1,1,1,1,1,1,0.6033,0.4488,0,1,0.3225,1,1,1,1,1,1,0.7394,0.3225,0,1,0.5957,1,1,1,0.5416,0.5957,0,1,1,1,1,1,0.632923007,0,1,1,1,1,1,1,0.762058139,0,1,1,1,1,1,1,0.786570668,0,0.458977767,0.458853395,0.459219858
-1421,1,0.4494,1,1,1,1,1,1,1,1,0.5526,0.4494,0,1,0.3228,1,1,1,1,1,1,0.5011,0.3228,0,1,0.5957,1,1,1,0.5642,0.5957,0,1,1,1,1,1,0.536062539,0,1,1,1,1,1,1,0.678338349,0,1,1,1,1,1,1,0.840595365,0,0.499395843,0.499471123,0.499556738
-1422,1,0.45,1,1,1,1,1,1,1,1,0.7082,0.45,0,1,0.323,1,1,1,1,1,1,0.3877,0.323,0,1,0.5956,1,1,1,0.5117,0.5956,0,1,1,1,1,1,0.730086029,0,1,1,1,1,1,1,0.509266555,0,1,1,1,1,1,1,0.738868535,0,0.567846786,0.567801989,0.567819149
-1423,1,0.4506,1,1,1,1,1,1,1,1,0.5337,0.4506,0.0012,1,0.3232,1,1,1,1,1,1,0.1968,0.3232,0,1,0.5956,1,1,1,0.4334,0.5956,0.0313,1,1,1,1,1,0.503750265,0.001447855,1,1,1,1,1,1,0.208025396,0,0.897579074,1,1,1,1,1,0.663309753,0.01847956,0.611587724,0.611592977,0.611702128
-1424,1,0.4512,1,1,1,1,1,1,1,1,0.5129,0.4512,0.0987,1,0.3235,1,1,1,1,1,1,0.3503,0.3235,0.1325,1,0.5956,1,1,1,0.4872,0.5956,0.1533,1,1,1,1,1,0.571908832,0.171162888,1,1,1,1,1,1,0.348672062,0.157126576,1,1,1,1,1,1,0.682545781,0.237672031,0.630860319,0.630844087,0.630762411
-1425,1,0.4518,1,1,1,1,1,1,1,1,0.5016,0.4518,0.236,1,0.3237,1,1,1,1,1,1,0.2689,0.3237,0.2152,1,0.5956,1,1,1,0.6826,0.5956,0.237,1,1,1,1,1,0.546067178,0.33188802,0.996508241,1,1,1,1,1,0.292752385,0.291008651,0.825727522,1,1,1,1,1,0.758242428,0.467406809,0.643124698,0.643114026,0.643617021
-1426,1,0.4524,1,1,1,1,1,1,1,1,0.3496,0.4524,0.2788,1,0.3239,1,1,1,1,1,1,0.3206,0.3239,0.271,1,0.5956,1,1,1,0.7223,0.5956,0.3442,1,1,1,1,1,0.389580488,0.384430587,0.730470657,1,1,1,1,1,0.326574594,0.383120477,0.503938258,1,1,1,1,1,0.840414703,0.49779129,0.653757854,0.653691559,0.654255319
-1427,1,0.453,1,1,1,1,1,1,1,1,0.4899,0.453,0.2928,1,0.3242,1,1,1,1,1,1,0.2516,0.3242,0.2875,1,0.5955,1,1,1,0.651,0.5955,0.4079,1,1,1,1,1,0.525342405,0.426064044,0.429888517,1,1,1,1,1,0.29891783,0.386217058,0.215972781,1,1,1,1,1,0.796205163,0.60894227,0.657382794,0.657499471,0.657801418
-1428,1,0.4536,1,1,1,1,1,1,1,1,0.4972,0.4536,0.305,1,0.3244,1,1,1,1,1,1,0.1737,0.3244,0.2862,1,0.5955,1,1,1,0.6022,0.5955,0.4069,1,1,1,1,1,0.560156584,0.460175931,0.377106726,1,1,1,1,1,0.228068918,0.420754761,0.281012058,1,1,1,1,1,0.737926304,0.721467257,0.655509908,0.655595515,0.655585106
-1429,1,0.4542,1,1,1,1,1,1,1,1,0.3772,0.4542,0.3275,1,0.3246,1,1,1,1,1,1,0.2194,0.3246,0.3344,1,0.5955,1,1,1,0.5819,0.5955,0.3995,1,1,1,1,1,0.370929271,0.48941341,0.498627692,1,1,1,1,1,0.231788993,0.494857073,0.477401316,1,1,1,1,1,0.684996784,0.678143859,0.652066216,0.651999154,0.652039007
-1430,1,0.4548,1,1,1,1,1,1,1,1,0.3438,0.4548,0.2761,1,0.3249,1,1,1,1,1,1,0.0763,0.3249,0.2861,1,0.5955,1,1,1,0.5939,0.5955,0.4217,1,1,1,1,1,0.311155796,0.44111979,0.177044883,1,1,1,1,1,0.074859217,0.426072925,0.08502461,1,1,1,1,1,0.694380224,0.656176209,0.646930884,0.646921938,0.647163121
-1431,1,0.4554,1,1,1,1,1,1,1,1,0.4127,0.4554,0.2452,1,0.3251,1,1,1,1,1,1,0.149,0.3251,0.2878,1,0.5955,1,1,1,0.4528,0.5955,0.3544,1,1,1,1,1,0.310162783,0.440178603,0.271545738,1,1,1,1,1,0.132390499,0.388051748,0.230217278,1,1,1,1,1,0.563242495,0.544935942,0.645118415,0.645229532,0.645390071
-1432,1,0.456,1,1,1,1,1,1,1,1,0.4948,0.456,0.1599,1,0.3253,1,1,1,1,1,1,0.1176,0.3253,0.1996,1,0.5955,1,1,1,0.3128,0.5955,0.1943,1,1,1,1,1,0.329362243,0.315480709,0.389777482,1,1,1,1,1,0.139075771,0.292189628,0.960815191,1,1,1,1,1,0.405376673,0.331703842,0.657503625,0.657499471,0.657801418
-1433,1,0.4566,1,1,1,1,1,1,1,1,0.4882,0.4566,0.0273,1,0.3256,1,1,1,1,1,1,0.104,0.3256,0.0536,1,0.5954,1,1,1,0.2706,0.5954,0.0125,1,1,1,1,1,0.269563437,0.10764236,0.581470251,1,1,1,1,1,0.158418596,0.102566533,1,1,1,1,1,1,0.321549803,0.081433713,0.689403093,0.689443622,0.689716312
-1434,1,0.4572,1,1,1,1,1,1,1,1,0.502,0.4572,0,1,0.3258,1,1,1,1,1,1,0.148,0.3258,0,1,0.5954,1,1,1,0.195,0.5954,0,1,1,1,1,1,0.239605755,0,0.94175458,1,1,1,1,1,0.189406425,0,1,1,1,1,1,1,0.197799429,0,0.709823586,0.709752486,0.710106383
-1435,1,0.4578,1,1,1,1,1,1,1,1,0.5481,0.4578,0,1,0.326,1,1,1,1,1,1,0.0708,0.326,0,1,0.5954,1,1,1,0.1746,0.5954,0,1,1,1,1,1,0.271193445,0,0.980552793,1,1,1,1,1,0.103755251,0,0.705266833,1,1,1,1,1,0.18107903,0,0.69417593,0.694097736,0.694148936
-1436,1,0.4584,1,1,1,1,1,1,1,1,0.4296,0.4584,0,1,0.3263,1,1,1,1,1,1,0.1414,0.3263,0,1,0.5954,1,1,1,0.2216,0.5954,0,1,1,1,1,1,0.146482587,0,0.973687828,1,1,1,1,1,0.175272584,0,0.896142185,1,1,1,1,1,0.259848893,0,0.666807637,0.6668077,0.666666667
-1437,1,0.459,1,1,1,1,1,1,1,1,0.4335,0.459,0,1,0.3265,1,1,1,1,1,1,0.1619,0.3265,0,1,0.5954,1,1,1,0.2177,0.5954,0,1,1,1,1,1,0.17974323,0,1,1,1,1,1,1,0.222684994,0,1,1,1,1,1,1,0.24826096,0,0.623066699,0.623016713,0.62322695
-1438,1,0.4596,1,1,1,1,1,1,1,1,0.3909,0.4596,0,1,0.3267,1,1,1,1,1,1,0.1105,0.3267,0,1,0.5953,1,1,1,0.187,0.5953,0,1,1,1,1,1,0.16350086,0,1,1,1,1,1,1,0.209297463,0,1,1,1,1,1,1,0.203393623,0,0.566880135,0.566744235,0.566932624
-1439,1,0.4602,1,1,1,1,1,1,1,1,0.4076,0.4602,0,1,0.327,1,1,1,1,1,1,0.0465,0.327,0,1,0.5953,1,1,1,0.1284,0.5953,0,1,1,1,1,1,0.160651237,0,1,1,1,1,1,1,0.096745439,0,1,1,1,1,1,1,0.146427602,0,0.516855969,0.516818278,0.516843972
-1440,1,0.4608,1,1,1,1,1,1,1,1,0.2612,0.4608,0,1,0.3272,1,1,1,1,1,1,0.1105,0.3272,0,1,0.5953,1,1,1,0.0966,0.5953,0,1,1,1,1,1,0.085876822,0,1,1,1,1,1,1,0.155250385,0,1,1,1,1,1,1,0.114304587,0,0.485741904,0.48572033,0.485815603
-1441,1,0.4614,1,1,1,1,1,1,1,1,0.3,0.4614,0,1,0.3274,1,1,1,1,1,1,0.0822,0.3274,0,1,0.5953,1,1,1,0.0825,0.5953,0,1,1,1,1,1,0.104943633,0,1,1,1,1,1,1,0.1122794,0,0.830070972,1,1,1,1,1,0.116835162,0,0.468644273,0.468796277,0.468528369
-1442,1,0.462,1,1,1,1,1,1,1,1,0.1953,0.462,0,1,0.3277,1,1,1,1,1,1,0.0468,0.3277,0,1,0.5953,1,1,1,0.0676,0.5953,0,1,1,1,1,1,0.045927264,0,1,1,1,1,1,1,0.053551797,0,0.346093744,1,1,1,1,1,0.08538644,0,0.459581924,0.459699598,0.459663121
-1443,1,0.4626,1,1,1,1,1,1,1,1,0.1357,0.4626,0,1,0.3279,1,1,1,1,1,1,0.0278,0.3279,0,1,0.5953,1,1,1,0.0641,0.5953,0,1,1,1,1,1,0.037467021,0,0.978099942,1,1,1,1,1,0.044079501,0,0.543439567,1,1,1,1,1,0.086929232,0,0.46018608,0.460122699,0.460106383
-1444,1,0.4632,1,1,1,1,1,1,1,1,0.1204,0.4632,0,1,0.3282,1,1,1,1,1,1,0.0567,0.3282,0,1,0.5952,1,1,1,0.043,0.5952,0,1,1,1,1,1,0.031195018,0,0.992019773,1,1,1,1,1,0.079618059,0,0.57833302,1,1,1,1,1,0.087139457,0,0.472812953,0.472815739,0.47251773
-1445,1,0.4638,1,1,1,1,1,1,1,1,0.1157,0.4638,0,1,0.3284,1,1,1,1,1,1,0.021,0.3284,0,1,0.5952,1,1,1,0.0455,0.5952,0,1,1,1,1,1,0.036286328,0,0.970421076,1,1,1,1,1,0.039314326,0,0.360164434,1,1,1,1,1,0.089921661,0,0.516553891,0.516606727,0.516843972
-1446,1,0.4644,1,1,1,1,1,1,1,1,0.0798,0.4644,0,1,0.3286,1,1,1,1,1,1,0,0.3286,0,1,0.5952,1,1,1,0.0425,0.5952,0,1,1,1,1,1,0.022009969,0,0.677206099,1,1,1,1,1,0.008433513,0,0.15020211,1,1,1,1,1,0.089621007,0,0.586636056,0.586629998,0.58643617
-1447,1,0.465,1,1,1,1,1,1,1,1,0.06,0.465,0.08,1,0.3289,1,1,1,1,1,1,0,0.3289,0.0821,1,0.5952,1,1,1,0.0273,0.5952,0.1116,1,1,1,1,1,0.019928429,0.230487347,0.429493636,1,1,1,1,1,0.00225046,0.213005543,0.034930628,1,1,1,1,1,0.080581687,0.404202014,0.62862494,0.62872858,0.628989362
-1448,1,0.4656,1,1,1,1,1,1,1,1,0.0436,0.4656,0.2855,1,0.3291,1,1,1,1,1,1,0,0.3291,0.3,1,0.5952,1,1,1,0.0315,0.5952,0.3085,1,1,1,1,1,0.01011998,0.489325792,0.284449577,1,1,1,1,1,0.003017116,0.502930224,0,1,1,1,1,1,0.082491755,0.69350493,0.641251812,0.64121007,0.641400709
-1449,1,0.4662,1,1,1,1,1,1,1,1,0.0273,0.4662,0.4105,1,0.3293,1,1,1,1,1,1,0,0.3293,0.4184,1,0.5951,1,1,1,0.0252,0.5951,0.4517,1,1,1,1,1,0.002791016,0.637326479,0.260011911,1,1,1,1,1,0.002861086,0.657484472,0.000701571,1,1,1,1,1,0.047316089,0.811350822,0.644574674,0.64459488,0.644946809
-1450,1,0.4668,1,1,1,1,1,1,1,1,0.0145,0.4668,0.4747,1,0.3296,1,1,1,1,1,1,0.0118,0.3296,0.4849,1,0.5951,1,1,1,0.0175,0.5951,0.5673,1,1,1,1,1,0.002380059,0.685161471,0.215823472,1,1,1,1,1,0.014542954,0.696919084,0.006459686,1,1,1,1,1,0.039567672,0.88748616,0.646930884,0.646710387,0.647163121
-1451,1,0.4674,1,1,1,1,1,1,1,1,0.0067,0.4674,0.4782,1,0.3298,1,1,1,1,1,1,0,0.3298,0.4879,1,0.5951,1,1,1,0.0165,0.5951,0.5496,1,1,1,1,1,0.001479373,0.66568768,0.119631961,1,1,1,1,1,0.002051761,0.689991117,0.007522252,1,1,1,1,1,0.041550081,0.849277616,0.643064282,0.643114026,0.643617021
-1452,1,0.468,1,1,1,1,1,1,1,1,0.0048,0.468,0.4608,1,0.33,1,1,1,1,1,1,0.0459,0.33,0.4876,1,0.5951,1,1,1,0.0294,0.5951,0.531,1,1,1,1,1,0.003205543,0.678426385,0.029586229,1,1,1,1,1,0.067774393,0.695884764,0,1,1,1,1,1,0.083877131,0.812250137,0.636116481,0.636132854,0.63608156
-1453,1,0.4686,1,1,1,1,1,1,1,1,0.005,0.4686,0.4747,1,0.3303,1,1,1,1,1,1,0.0086,0.3303,0.4735,1,0.5951,1,1,1,0.0637,0.5951,0.4696,1,1,1,1,1,0.015528908,0.684808612,0.005995625,1,1,1,1,1,0.013340081,0.668911636,0,1,1,1,1,1,0.179861754,0.756536186,0.63237071,0.632324942,0.632535461
-1454,1,0.4692,1,1,1,1,1,1,1,1,0.0082,0.4692,0.4699,1,0.3305,1,1,1,1,1,1,0.0223,0.3305,0.4588,1,0.5951,1,1,1,0.052,0.5951,0.4523,1,1,1,1,1,0.019834103,0.677579522,0.023330478,1,1,1,1,1,0.026444178,0.654447079,0,1,1,1,1,1,0.151158571,0.717748284,0.624939584,0.624920669,0.625
-1455,1,0.4698,1,1,1,1,1,1,1,1,0.0055,0.4698,0.3974,1,0.3307,1,1,1,1,1,1,0.0784,0.3307,0.3853,1,0.595,1,1,1,0.0518,0.595,0.4064,1,1,1,1,1,0.02578265,0.626488984,0.023887396,1,1,1,1,1,0.077085674,0.550337732,0,1,1,1,1,1,0.150257394,0.623671055,0.621918801,0.621747409,0.622340426
-1456,1,0.4704,1,1,1,1,1,1,1,1,0.0504,0.4704,0.2223,1,0.331,1,1,1,1,1,1,0.0702,0.331,0.1751,1,0.595,1,1,1,0.0864,0.595,0.2645,1,1,1,1,1,0.122426704,0.390353918,0.009307191,1,1,1,1,1,0.073773935,0.227936909,0.000465969,1,1,1,1,1,0.207640707,0.497329235,0.633639439,0.633805796,0.633865248
-1457,1,0.471,1,1,1,1,1,1,1,1,0.0514,0.471,0.0145,1,0.3312,1,1,1,1,1,1,0.0797,0.3312,0.0119,1,0.595,1,1,1,0.184,0.595,0.0549,1,1,1,1,1,0.127224758,0.049607038,0.045390859,1,1,1,1,1,0.112529814,0.019595865,0.0256822,1,1,1,1,1,0.332658619,0.198717922,0.662820203,0.662788238,0.662677305
-1458,1,0.4716,1,1,1,1,1,1,1,1,0.0381,0.4716,0,1,0.3314,1,1,1,1,1,1,0.0486,0.3314,0,1,0.595,1,1,1,0.2718,0.595,0,1,1,1,1,1,0.090794317,0,0.050449431,1,1,1,1,1,0.067550391,0,0.155000269,1,1,1,1,1,0.434766769,0,0.676594973,0.676750582,0.676861702
-1459,1,0.4722,1,1,1,1,1,1,1,1,0.0619,0.4722,0,1,0.3317,1,1,1,1,1,1,0.0952,0.3317,0,1,0.595,1,1,1,0.3082,0.595,0,1,1,1,1,1,0.130821213,0,0.054654043,1,1,1,1,1,0.1487111,0,0.292370677,1,1,1,1,1,0.414321601,0,0.659014016,0.658980326,0.659131206
-1460,1,0.4728,1,1,1,1,1,1,1,1,0.0868,0.4728,0,1,0.3319,1,1,1,1,1,1,0.1242,0.3319,0,1,0.5949,1,1,1,0.2808,0.5949,0,1,1,1,1,1,0.153709069,0,0.109856233,1,1,1,1,1,0.185637787,0,0.829612911,1,1,1,1,1,0.436375648,0,0.634243596,0.634228898,0.634308511
-1461,1,0.4734,1,1,1,1,1,1,1,1,0.1108,0.4734,0,1,0.3321,1,1,1,1,1,1,0.2067,0.3321,0,1,0.5949,1,1,1,0.2485,0.5949,0,1,1,1,1,1,0.166512772,0,0.139930442,1,1,1,1,1,0.266869664,0,0.912310541,1,1,1,1,1,0.472139716,0,0.600289995,0.600380791,0.600620567
-1462,1,0.474,1,1,1,1,1,1,1,1,0.1235,0.474,0,1,0.3324,1,1,1,1,1,1,0.1643,0.3324,0,1,0.5949,1,1,1,0.3336,0.5949,0,1,1,1,1,1,0.146909863,0,0.391067952,1,1,1,1,1,0.204822153,0,1,1,1,1,1,1,0.606206357,0,0.555219913,0.555320499,0.555407801
-1463,1,0.4746,1,1,1,1,1,1,1,1,0.2239,0.4746,0,1,0.3326,1,1,1,1,1,1,0.3317,0.3326,0,1,0.5949,1,1,1,0.3559,0.5949,0,1,1,1,1,1,0.269388497,0,0.807666779,1,1,1,1,1,0.406913042,0,1,1,1,1,1,1,0.672877729,0,0.509424843,0.509414005,0.509751773
-1464,1,0.4752,1,1,1,1,1,1,1,1,0.2186,0.4752,0,1,0.3328,1,1,1,1,1,1,0.4122,0.3328,0,1,0.5949,1,1,1,0.3396,0.5949,0,1,1,1,1,1,0.295049578,0,1,1,1,1,1,1,0.487999976,0,0.999193788,1,1,1,1,1,0.670425117,0,0.477464959,0.477469854,0.477393617
-1465,1,0.4758,1,1,1,1,1,1,1,1,0.3517,0.4758,0,1,0.3331,1,1,1,1,1,1,0.5326,0.3331,0,1,0.5948,1,1,1,0.3756,0.5948,0,1,1,1,1,1,0.48993066,0,1,1,1,1,1,1,0.624202669,0,1,1,1,1,1,1,0.694090962,0,0.457890285,0.457795642,0.457890071
-1466,1,0.4764,1,1,1,1,1,1,1,1,0.474,0.4764,0,1,0.3333,1,1,1,1,1,1,0.4499,0.3333,0,1,0.5948,1,1,1,0.3951,0.5948,0,1,1,1,1,1,0.471177936,0,1,1,1,1,1,1,0.558007896,0,1,1,1,1,1,1,0.696803749,0,0.445565491,0.445525703,0.445478723
-1467,1,0.477,1,1,1,1,1,1,1,1,0.4784,0.477,0,1,0.3335,1,1,1,1,1,1,0.2817,0.3335,0,1,0.5948,1,1,1,0.3928,0.5948,0,1,1,1,1,1,0.427010179,0,1,1,1,1,1,1,0.402901322,0,1,1,1,1,1,1,0.645138085,0,0.439101015,0.438967633,0.438829787
-1468,1,0.4776,1,1,1,1,1,1,1,1,0.437,0.4776,0,1,0.3338,1,1,1,1,1,1,0.4271,0.3338,0,1,0.5948,1,1,1,0.4562,0.5948,0,1,1,1,1,1,0.396080464,0,1,1,1,1,1,1,0.548188508,0,1,1,1,1,1,1,0.748088777,0,0.440913485,0.440871589,0.440602837
-1469,1,0.4782,1,1,1,1,1,1,1,1,0.4329,0.4782,0,1,0.334,1,1,1,1,1,1,0.4083,0.334,0,1,0.5948,1,1,1,0.5714,0.5948,0,1,1,1,1,1,0.4095411,0,1,1,1,1,1,1,0.569811344,0,1,1,1,1,1,1,0.876476526,0,0.455473659,0.455468585,0.455673759
-1470,1,0.4788,1,1,1,1,1,1,1,1,0.4344,0.4788,0,1,0.3342,1,1,1,1,1,1,0.3632,0.3342,0,1,0.5948,1,1,1,0.6546,0.5948,0,1,1,1,1,1,0.393673003,0,1,1,1,1,1,1,0.538909674,0,1,1,1,1,1,1,0.910119295,0,0.481875302,0.481912418,0.481826241
-1471,1,0.4794,1,1,1,1,1,1,1,1,0.2777,0.4794,0,1,0.3345,1,1,1,1,1,1,0.1228,0.3345,0,1,0.5947,1,1,1,0.6673,0.5947,0.0454,1,1,1,1,1,0.233857065,0,1,1,1,1,1,1,0.281160951,0,1,1,1,1,1,1,0.939406276,0.000158409,0.514318511,0.51427967,0.51462766
-1472,1,0.48,1,1,1,1,1,1,1,1,0.2548,0.48,0.0075,1,0.3347,1,1,1,1,1,1,0.0851,0.3347,0.0049,1,0.5947,1,1,1,0.6197,0.5947,0.2683,1,1,1,1,1,0.126435742,0.016767081,1,1,1,1,1,1,0.192366257,0.005097856,1,1,1,1,1,1,0.886193216,0.002556141,0.553890768,0.553839645,0.554078014
-1473,1,0.4806,1,1,1,1,1,1,1,1,0.2763,0.4806,0.0829,1,0.3349,1,1,1,1,1,1,0.0834,0.3349,0.0507,1,0.5947,1,1,1,0.5699,0.5947,0.172,1,1,1,1,1,0.151731223,0.136652529,1,1,1,1,1,1,0.146835387,0.035024069,1,1,1,1,1,1,0.813308299,0.025795203,0.583131948,0.583033637,0.583333333
-1474,1,0.4812,1,1,1,1,1,1,1,1,0.1695,0.4812,0.106,1,0.3352,1,1,1,1,1,1,0.0122,0.3352,0.0354,1,0.5947,1,1,1,0.6417,0.5947,0.1674,1,1,1,1,1,0.062204644,0.152659342,1,1,1,1,1,1,0.029567886,0.061835174,1,1,1,1,1,1,0.802486658,0.156311408,0.596483809,0.596572879,0.596631206
-1475,1,0.4818,1,1,1,1,1,1,1,1,0.1502,0.4818,0.1481,1,0.3354,1,1,1,1,1,1,0,0.3354,0.1404,1,0.5947,1,1,1,0.6049,0.5947,0.2111,1,1,1,1,1,0.046351451,0.223132804,1,1,1,1,1,1,0.009951118,0.221889228,1,1,1,1,1,1,0.772704542,0.151675478,0.599202513,0.599111487,0.59929078
-1476,1,0.4824,1,1,1,1,1,1,1,1,0.1546,0.4824,0.1729,1,0.3356,1,1,1,1,1,1,0.0213,0.3356,0.1899,1,0.5946,1,1,1,0.4834,0.5946,0.2479,1,1,1,1,1,0.047368135,0.275656879,1,1,1,1,1,1,0.048096407,0.253947735,1,1,1,1,1,1,0.681399703,0.278237224,0.590381827,0.59043791,0.590868794
-1477,1,0.483,1,1,1,1,1,1,1,1,0.1938,0.483,0.2197,1,0.3359,1,1,1,1,1,1,0.0148,0.3359,0.2374,1,0.5946,1,1,1,0.3389,0.5946,0.322,1,1,1,1,1,0.077854082,0.336820513,1,1,1,1,1,1,0.036151186,0.395382643,1,1,1,1,1,1,0.401138157,0.3505584,0.57322378,0.573302306,0.57358156
-1478,1,0.4836,1,1,1,1,1,1,1,1,0.1978,0.4836,0.1981,1,0.3361,1,1,1,1,1,1,0.1023,0.3361,0.3049,1,0.5946,1,1,1,0.2014,0.5946,0.4038,1,1,1,1,1,0.063200928,0.336473942,1,1,1,1,1,1,0.113011718,0.531285286,1,1,1,1,1,1,0.311431229,0.33545208,0.55582407,0.555743601,0.555851064
-1479,1,0.4842,1,1,1,1,1,1,1,1,0.3191,0.4842,0.2511,1,0.3363,1,1,1,1,1,1,0.5985,0.3363,0.327,1,0.5946,1,1,1,0.1103,0.5946,0.369,1,1,1,1,1,0.293522865,0.422080398,1,1,1,1,1,1,0.511190057,0.679573655,1,1,1,1,1,1,0.245810598,0.352280498,0.544465926,0.544531415,0.544326241
-1480,1,0.4848,1,1,1,1,1,1,1,1,0.3346,0.4848,0.2893,1,0.3366,1,1,1,1,1,1,0.6503,0.3366,0.3624,1,0.5946,1,1,1,0.1185,0.5946,0.2859,1,1,1,1,1,0.373637229,0.616692185,1,1,1,1,1,1,0.56341958,0.730983198,1,1,1,1,1,1,0.308830529,0.398242712,0.546701305,0.546646922,0.546542553
-1481,1,0.4854,1,1,1,1,1,1,1,1,0.318,0.4854,0.0931,1,0.3368,1,1,1,1,1,1,0.6959,0.3368,0.1473,1,0.5946,1,1,1,0.2026,0.5946,0.0542,1,1,1,1,1,0.443012595,0.326315731,1,1,1,1,1,1,0.637347996,0.454033822,1,1,1,1,1,1,0.336714149,0.18829155,0.575036249,0.574994711,0.57535461
-1482,1,0.486,1,1,1,1,1,1,1,1,0.2786,0.486,0,1,0.337,1,1,1,1,1,1,0.5222,0.337,0,1,0.5945,1,1,1,0.1927,0.5945,0,1,1,1,1,1,0.462583244,0,1,1,1,1,1,1,0.630622029,0,1,1,1,1,1,1,0.282986641,0,0.611466892,0.611592977,0.611702128
-1483,1,0.4866,1,1,1,1,1,1,1,1,0.37,0.4866,0,1,0.3373,1,1,1,1,1,1,0.3222,0.3373,0,1,0.5945,1,1,1,0.2924,0.5945,0,1,1,1,1,1,0.466991663,0,1,1,1,1,1,1,0.44465667,0,1,1,1,1,1,1,0.490888178,0,0.597873369,0.597842183,0.597960993
-1484,1,0.4872,1,1,1,1,1,1,1,1,0.2926,0.4872,0,1,0.3375,1,1,1,1,1,1,0.5625,0.3375,0,1,0.5945,1,1,1,0.2762,0.5945,0,1,1,1,1,1,0.326022953,0,1,1,1,1,1,1,0.672228217,0,1,1,1,1,1,1,0.539395928,0,0.579144514,0.579225725,0.579343972
-1485,1,0.4878,1,1,1,1,1,1,1,1,0.5474,0.4878,0,1,0.3377,1,1,1,1,1,1,0.3875,0.3377,0,1,0.5945,1,1,1,0.3572,0.5945,0,1,1,1,1,1,0.561423182,0,1,1,1,1,1,1,0.532287121,0,1,1,1,1,1,1,0.475714564,0,0.550447076,0.550454834,0.550531915
-1486,1,0.4884,1,1,1,1,1,1,1,1,0.6628,0.4884,0,1,0.338,1,1,1,1,1,1,0.3346,0.338,0,1,0.5945,1,1,1,0.413,0.5945,0,1,1,1,1,1,0.702121735,0,1,1,1,1,1,1,0.506600618,0,1,1,1,1,1,1,0.500717819,0,0.514560174,0.514702771,0.51462766
-1487,1,0.489,1,1,1,1,1,1,1,1,0.5306,0.489,0,1,0.3382,1,1,1,1,1,1,0.4894,0.3382,0,1,0.5944,1,1,1,0.4878,0.5944,0,1,1,1,1,1,0.592050672,0,1,1,1,1,1,1,0.594060659,0,1,1,1,1,1,1,0.637212634,0,0.477162881,0.477258303,0.476950355
-1488,1,0.4896,1,1,1,1,1,1,1,1,0.5144,0.4896,0,1,0.3384,1,1,1,1,1,1,0.5745,0.3384,0,1,0.5944,1,1,1,0.4669,0.5944,0,1,1,1,1,1,0.549934447,0,1,1,1,1,1,1,0.580389559,0,1,1,1,1,1,1,0.725654662,0,0.447257129,0.447218109,0.447251773
-1489,1,0.4902,1,1,1,1,1,1,1,1,0.4576,0.4902,0,1,0.3387,1,1,1,1,1,1,0.4326,0.3387,0,1,0.5944,1,1,1,0.5006,0.5944,0,1,1,1,1,1,0.505604684,0,1,1,1,1,1,1,0.533136606,0,1,1,1,1,1,1,0.819786668,0,0.4290116,0.429024751,0.429078014
-1490,1,0.4908,1,1,1,1,1,1,1,1,0.4611,0.4908,0,1,0.3389,1,1,1,1,1,1,0.2948,0.3389,0,1,0.5944,1,1,1,0.6019,0.5944,0,1,1,1,1,1,0.572264493,0,0.99257803,1,1,1,1,1,0.412082374,0,1,1,1,1,1,1,0.858103156,0,0.418861769,0.418870319,0.418882979
-1491,1,0.4914,1,1,1,1,1,1,1,1,0.332,0.4914,0,1,0.3391,1,1,1,1,1,1,0.2165,0.3391,0,1,0.5944,1,1,1,0.5517,0.5944,0,1,1,1,1,1,0.433350623,0,0.545916021,1,1,1,1,1,0.308668941,0,0.348807871,1,1,1,1,1,0.833776951,0,0.414693088,0.414639306,0.414893617
-1492,1,0.492,1,1,1,1,1,1,1,1,0.2637,0.492,0,1,0.3394,1,1,1,1,1,1,0.1931,0.3394,0,1,0.5944,1,1,1,0.5052,0.5944,0,1,1,1,1,1,0.366017401,0,0.171151966,1,1,1,1,1,0.265906602,0,0.26447019,1,1,1,1,1,0.818540514,0,0.417834703,0.417812566,0.417553191
-1493,1,0.4926,1,1,1,1,1,1,1,1,0.1611,0.4926,0,1,0.3396,1,1,1,1,1,1,0.0972,0.3396,0,1,0.5943,1,1,1,0.4833,0.5943,0,1,1,1,1,1,0.257029861,0,0.076044418,1,1,1,1,1,0.166297078,0,0.19457069,1,1,1,1,1,0.826571584,0,0.429253262,0.429236302,0.429521277
-1494,1,0.4932,1,1,1,1,1,1,1,1,0.0844,0.4932,0,1,0.3398,1,1,1,1,1,1,0.0144,0.3398,0,1,0.5943,1,1,1,0.3692,0.5943,0,1,1,1,1,1,0.160023004,0,0.035946719,1,1,1,1,1,0.056021981,0,0.127109438,1,1,1,1,1,0.759704292,0,0.447559207,0.44764121,0.447251773
-1495,1,0.4938,1,1,1,1,1,1,1,1,0.0789,0.4938,0.0225,1,0.3401,1,1,1,1,1,1,0.0027,0.3401,0.0184,1,0.5943,1,1,1,0.3284,0.5943,0.0925,1,1,1,1,1,0.153576329,0.044885438,0.063634515,1,1,1,1,1,0.009534962,0.033923261,0.268246353,1,1,1,1,1,0.606556356,0.153328478,0.473840019,0.473661942,0.473847518
-1496,1,0.4944,1,1,1,1,1,1,1,1,0.0437,0.4944,0.1601,1,0.3403,1,1,1,1,1,1,0.0054,0.3403,0.1664,1,0.5943,1,1,1,0.2563,0.5943,0.2424,1,1,1,1,1,0.094674103,0.269106686,0.021243481,1,1,1,1,1,0.009012634,0.254819751,0.052057859,1,1,1,1,1,0.496676236,0.339585066,0.511962301,0.511952613,0.511968085
-1497,1,0.495,1,1,1,1,1,1,1,1,0.0123,0.495,0.2694,1,0.3406,1,1,1,1,1,1,0.0124,0.3406,0.2802,1,0.5943,1,1,1,0.1308,0.5943,0.384,1,1,1,1,1,0.042170804,0.38435331,0.063890681,1,1,1,1,1,0.019682148,0.409950733,0.035039794,1,1,1,1,1,0.194045871,0.419688135,0.541928468,0.541992807,0.542109929
-1498,1,0.4956,1,1,1,1,1,1,1,1,0.0064,0.4956,0.3401,1,0.3408,1,1,1,1,1,1,0.0065,0.3408,0.3801,1,0.5942,1,1,1,0.1129,0.5942,0.3817,1,1,1,1,1,0.027644167,0.520602942,0.114222281,1,1,1,1,1,0.017014949,0.592956305,0,1,1,1,1,1,0.109531678,0.477905691,0.555280329,0.555320499,0.555407801
-1499,1,0.4962,1,1,1,1,1,1,1,1,0.024,0.4962,0.3964,1,0.341,1,1,1,1,1,1,0.0071,0.341,0.4466,1,0.5942,1,1,1,0.0638,0.5942,0.3952,1,1,1,1,1,0.064090587,0.61809355,0.068158671,1,1,1,1,1,0.02196797,0.730536342,0.002093717,1,1,1,1,1,0.06176256,0.611729681,0.560355244,0.560397715,0.56072695
-1500,1,0.4968,1,1,1,1,1,1,1,1,0.0166,0.4968,0.429,1,0.3413,1,1,1,1,1,1,0.0061,0.3413,0.5091,1,0.5942,1,1,1,0.0496,0.5942,0.3997,1,1,1,1,1,0.049363542,0.639919519,0.088903382,1,1,1,1,1,0.015290962,0.7829386,0,1,1,1,1,1,0.06801042,0.610709667,0.559207347,0.559128411,0.558953901
-1501,1,0.4974,1,1,1,1,1,1,1,1,0.0175,0.4974,0.4177,1,0.3415,1,1,1,1,1,1,0.003,0.3415,0.4771,1,0.5942,1,1,1,0.0956,0.5942,0.3884,1,1,1,1,1,0.034275468,0.628247261,0.026340038,1,1,1,1,1,0.00870211,0.649605215,0,1,1,1,1,1,0.0951894,0.623983324,0.550688739,0.550666385,0.550975177
-1502,1,0.498,1,1,1,1,1,1,1,1,0.021,0.498,0.4012,1,0.3417,1,1,1,1,1,1,0.0137,0.3417,0.3706,1,0.5942,1,1,1,0.0909,0.5942,0.4084,1,1,1,1,1,0.047722314,0.570636868,0.06147531,1,1,1,1,1,0.031341441,0.534113884,0,1,1,1,1,1,0.126306608,0.684868574,0.545311745,0.545377618,0.545212766
-1503,1,0.4986,1,1,1,1,1,1,1,1,0.0094,0.4986,0.3398,1,0.342,1,1,1,1,1,1,0.055,0.342,0.3706,1,0.5941,1,1,1,0.1863,0.5941,0.3863,1,1,1,1,1,0.047855951,0.504211068,0.037697971,1,1,1,1,1,0.100998409,0.535456896,0,1,1,1,1,1,0.256611288,0.632180154,0.545432576,0.545589169,0.545656028
-1504,1,0.4992,1,1,1,1,1,1,1,1,0.0192,0.4992,0.2407,1,0.3422,1,1,1,1,1,1,0.1205,0.3422,0.2872,1,0.5941,1,1,1,0.1882,0.5941,0.2416,1,1,1,1,1,0.077282041,0.445455372,0.039093956,1,1,1,1,1,0.167979509,0.467538893,0.010367277,1,1,1,1,1,0.235390529,0.505751491,0.558844853,0.55870531,0.558953901
-1505,1,0.4998,1,1,1,1,1,1,1,1,0.0461,0.4998,0.0868,1,0.3424,1,1,1,1,1,1,0.1137,0.3424,0.1182,1,0.5941,1,1,1,0.1013,0.5941,0.0589,1,1,1,1,1,0.139852479,0.284459889,0.007918805,1,1,1,1,1,0.128826976,0.282834798,0.023934295,1,1,1,1,1,0.129371941,0.296040952,0.59660464,0.59678443,0.597074468
-1506,1,0.5004,1,1,1,1,1,1,1,1,0.119,0.5004,0,1,0.3427,1,1,1,1,1,1,0.0708,0.3427,0,1,0.5941,1,1,1,0.2073,0.5941,0,1,1,1,1,1,0.249654144,0,0.014802895,1,1,1,1,1,0.104352146,0,0.05073848,1,1,1,1,1,0.232025012,0,0.63780812,0.637825259,0.63785461
-1507,1,0.501,1,1,1,1,1,1,1,1,0.0968,0.501,0,1,0.3429,1,1,1,1,1,1,0.0188,0.3429,0,1,0.5941,1,1,1,0.2674,0.5941,0,1,1,1,1,1,0.159881234,0,0.014252175,1,1,1,1,1,0.054014228,0,0.263895571,1,1,1,1,1,0.44653219,0,0.627839536,0.627882378,0.628102837
-1508,1,0.5016,1,1,1,1,1,1,1,1,0.0935,0.5016,0,1,0.3431,1,1,1,1,1,1,0.1187,0.3431,0,1,0.5941,1,1,1,0.2854,0.5941,0,1,1,1,1,1,0.193241999,0,0.01141595,1,1,1,1,1,0.147416398,0,0.655766726,1,1,1,1,1,0.546100855,0,0.603914935,0.603977153,0.604166667
-1509,1,0.5022,1,1,1,1,1,1,1,1,0.1518,0.5022,0,1,0.3434,1,1,1,1,1,1,0.1169,0.3434,0,1,0.594,1,1,1,0.2281,0.594,0,1,1,1,1,1,0.201605469,0,0.044721443,1,1,1,1,1,0.187421277,0,0.968544006,1,1,1,1,1,0.476611972,0,0.565671822,0.565686482,0.565602837
-1510,1,0.5028,1,1,1,1,1,1,1,1,0.2504,0.5028,0,1,0.3436,1,1,1,1,1,1,0.0988,0.3436,0,1,0.594,1,1,1,0.1717,0.594,0,1,1,1,1,1,0.205421031,0,0.229395524,1,1,1,1,1,0.198774621,0,1,1,1,1,1,1,0.287792623,0,0.519091348,0.518933785,0.519060284
-1511,1,0.5034,1,1,1,1,1,1,1,1,0.3273,0.5034,0,1,0.3438,1,1,1,1,1,1,0.2337,0.3438,0,1,0.594,1,1,1,0.2324,0.594,0,1,1,1,1,1,0.244026467,0,0.425031483,1,1,1,1,1,0.284535021,0,1,1,1,1,1,1,0.414514363,0,0.478129531,0.478104506,0.478280142
-1512,1,0.504,1,1,1,1,1,1,1,1,0.2628,0.504,0,1,0.3441,1,1,1,1,1,1,0.2571,0.3441,0,1,0.594,1,1,1,0.1944,0.594,0,1,1,1,1,1,0.246221781,0,0.517504156,1,1,1,1,1,0.261350721,0,1,1,1,1,1,1,0.375365645,0,0.451727888,0.451660673,0.451684397
-1513,1,0.5046,1,1,1,1,1,1,1,1,0.3088,0.5046,0,1,0.3443,1,1,1,1,1,1,0.3382,0.3443,0,1,0.594,1,1,1,0.1957,0.594,0,1,1,1,1,1,0.273677737,0,0.8923136,1,1,1,1,1,0.339039803,0,1,1,1,1,1,1,0.358263403,0,0.439705172,0.439813835,0.439716312
-1514,1,0.5052,1,1,1,1,1,1,1,1,0.2935,0.5052,0,1,0.3445,1,1,1,1,1,1,0.253,0.3445,0,1,0.5939,1,1,1,0.1971,0.5939,0,1,1,1,1,1,0.296796173,0,0.757583678,1,1,1,1,1,0.230932683,0,1,1,1,1,1,1,0.328679711,0,0.435596907,0.435582822,0.43572695
-1515,1,0.5058,1,1,1,1,1,1,1,1,0.2319,0.5058,0,1,0.3448,1,1,1,1,1,1,0.158,0.3448,0,1,0.5939,1,1,1,0.1682,0.5939,0,1,1,1,1,1,0.216292739,0,0.611205399,1,1,1,1,1,0.191687226,0,0.985776246,1,1,1,1,1,0.351458937,0,0.438738521,0.438756082,0.438829787
-1516,1,0.5064,1,1,1,1,1,1,1,1,0.2021,0.5064,0,1,0.345,1,1,1,1,1,1,0.2148,0.345,0,1,0.5939,1,1,1,0.196,0.5939,0,1,1,1,1,1,0.186104119,0,0.328879654,1,1,1,1,1,0.268593431,0,0.747401595,1,1,1,1,1,0.38629514,0,0.455775737,0.455680135,0.455673759
-1517,1,0.507,1,1,1,1,1,1,1,1,0.1842,0.507,0,1,0.3452,1,1,1,1,1,1,0.2071,0.3452,0,1,0.5939,1,1,1,0.2109,0.5939,0,1,1,1,1,1,0.162532166,0,0.242443398,1,1,1,1,1,0.240081683,0,0.982414186,1,1,1,1,1,0.3958565,0,0.503383277,0.503279035,0.503546099
-1518,1,0.5076,1,1,1,1,1,1,1,1,0.2302,0.5076,0,1,0.3455,1,1,1,1,1,1,0.1736,0.3455,0,1,0.5939,1,1,1,0.3175,0.5939,0,1,1,1,1,1,0.237917796,0,0.158644855,1,1,1,1,1,0.199077234,0,0.940948486,1,1,1,1,1,0.506935596,0,0.576123731,0.576052465,0.576241135
-1519,1,0.5082,1,1,1,1,1,1,1,1,0.1163,0.5082,0.1375,1,0.3457,1,1,1,1,1,1,0.0702,0.3457,0.1477,1,0.5939,1,1,1,0.221,0.5939,0.1184,1,1,1,1,1,0.057165042,0.401354492,0.132770866,1,1,1,1,1,0.093473658,0.421206087,0.853064179,1,1,1,1,1,0.455031157,0.402024746,0.616662639,0.616670193,0.616578014
-1520,1,0.5088,1,1,1,1,1,1,1,1,0.2503,0.5088,0.3806,1,0.3459,1,1,1,1,1,1,0.1843,0.3459,0.3948,1,0.5938,1,1,1,0.2187,0.5938,0.3122,1,1,1,1,1,0.222654551,0.723481596,0.36579296,1,1,1,1,1,0.208840087,0.767897248,0.97792536,1,1,1,1,1,0.442949504,0.724544168,0.624818753,0.624709118,0.625
-1521,1,0.5094,1,1,1,1,1,1,1,1,0.274,0.5094,0.5627,1,0.3462,1,1,1,1,1,1,0.2337,0.3462,0.584,1,0.5938,1,1,1,0.2226,0.5938,0.4339,1,1,1,1,1,0.272586077,0.913457394,0.839491129,1,1,1,1,1,0.249750286,0.966103077,1,1,1,1,1,1,0.458725989,0.891388297,0.626329145,0.626401523,0.62677305
-1522,1,0.51,1,1,1,1,1,1,1,1,0.3605,0.51,0.7102,1,0.3464,1,1,1,1,1,1,0.4642,0.3464,0.7282,1,0.5938,1,1,1,0.3714,0.5938,0.589,1,1,1,1,1,0.393836915,0.978453755,0.980626583,1,1,1,1,1,0.412813991,1,0.972071528,1,1,1,1,1,0.701001167,0.922099471,0.627174964,0.627247726,0.627216312
-1523,1,0.5106,1,1,1,1,1,1,1,1,0.302,0.5106,0.7463,1,0.3466,1,1,1,1,1,1,0.3909,0.3466,0.7649,1,0.5938,1,1,1,0.3436,0.5938,0.6519,1,1,1,1,1,0.333189875,0.989519954,0.981619596,1,1,1,1,1,0.371098429,1,0.808559716,1,1,1,1,1,0.67985642,0.951832891,0.62318753,0.623228263,0.62322695
-1524,1,0.5112,1,1,1,1,1,1,1,1,0.2733,0.5112,0.7455,1,0.3469,1,1,1,1,1,1,0.2359,0.3469,0.7661,1,0.5938,1,1,1,0.1905,0.5938,0.6772,1,1,1,1,1,0.230534464,0.994743228,0.998116612,1,1,1,1,1,0.213746682,1,0.682944298,1,1,1,1,1,0.395038188,0.979560435,0.613883519,0.613708483,0.61391844
-1525,1,0.5118,1,1,1,1,1,1,1,1,0.2627,0.5118,0.7486,1,0.3471,1,1,1,1,1,1,0.3443,0.3471,0.7688,1,0.5937,1,1,1,0.2907,0.5937,0.7071,1,1,1,1,1,0.247349426,0.99934423,0.908228636,1,1,1,1,1,0.299793422,1,0.287645042,1,1,1,1,1,0.579223096,0.996462286,0.607056549,0.606938862,0.607269504
-1526,1,0.5124,1,1,1,1,1,1,1,1,0.344,0.5124,0.7211,1,0.3473,1,1,1,1,1,1,0.3999,0.3473,0.7453,1,0.5937,1,1,1,0.2575,0.5937,0.6782,1,1,1,1,1,0.333247662,0.999901295,0.930409074,1,1,1,1,1,0.331087768,0.999911726,0.253474087,1,1,1,1,1,0.495921463,0.994435728,0.596846303,0.59678443,0.597074468
-1527,1,0.513,1,1,1,1,1,1,1,1,0.3479,0.513,0.5753,1,0.3476,1,1,1,1,1,1,0.3819,0.3476,0.5992,1,0.5937,1,1,1,0.2957,0.5937,0.5303,1,1,1,1,1,0.398359597,0.987040997,0.923501015,1,1,1,1,1,0.358259261,0.987933755,0.148258388,1,1,1,1,1,0.544527113,0.93437016,0.594308845,0.594457373,0.594414894
-1528,1,0.5136,1,1,1,1,1,1,1,1,0.355,0.5136,0.3772,1,0.3478,1,1,1,1,1,1,0.5018,0.3478,0.4054,1,0.5937,1,1,1,0.3933,0.5937,0.333,1,1,1,1,1,0.417876124,0.795351624,0.730341733,1,1,1,1,1,0.467477709,0.797176838,0.080217019,1,1,1,1,1,0.722610772,0.739397407,0.607781537,0.607785065,0.607712766
-1529,1,0.5142,1,1,1,1,1,1,1,1,0.3389,0.5142,0.1252,1,0.348,1,1,1,1,1,1,0.5596,0.348,0.1689,1,0.5937,1,1,1,0.4165,0.5937,0.0911,1,1,1,1,1,0.438909471,0.459366858,0.666773796,1,1,1,1,1,0.481414586,0.490369886,0.085778281,1,1,1,1,1,0.774807274,0.372861594,0.648682939,0.648614343,0.64893617
-1530,1,0.5148,1,1,1,1,1,1,1,1,0.3027,0.5148,0,1,0.3483,1,1,1,1,1,1,0.5204,0.3483,0,1,0.5937,1,1,1,0.3351,0.5937,0,1,1,1,1,1,0.325690359,0,0.517974317,1,1,1,1,1,0.542087913,0,0.381978273,1,1,1,1,1,0.664096713,0,0.694780087,0.694732388,0.695035461
-1531,1,0.5154,1,1,1,1,1,1,1,1,0.25,0.5154,0,1,0.3485,1,1,1,1,1,1,0.6291,0.3485,0,1,0.5936,1,1,1,0.369,0.5936,0,1,1,1,1,1,0.291058332,0,0.510727048,1,1,1,1,1,0.61370492,0,0.742220998,1,1,1,1,1,0.695466101,0,0.685476075,0.685424159,0.68572695
-1532,1,0.516,1,1,1,1,1,1,1,1,0.1496,0.516,0,1,0.3487,1,1,1,1,1,1,0.2461,0.3487,0,1,0.5936,1,1,1,0.4338,0.5936,0,1,1,1,1,1,0.15745604,0,0.821688533,1,1,1,1,1,0.159373268,0,1,1,1,1,1,1,0.836431086,0,0.660947318,0.660884282,0.660904255
-1533,1,0.5166,1,1,1,1,1,1,1,1,0.1502,0.5166,0,1,0.349,1,1,1,1,1,1,0.451,0.349,0,1,0.5936,1,1,1,0.4162,0.5936,0,1,1,1,1,1,0.176233798,0,0.92461437,1,1,1,1,1,0.423031449,0,1,1,1,1,1,1,0.799699485,0,0.619441759,0.619631902,0.619680851
-1534,1,0.5172,1,1,1,1,1,1,1,1,0.1766,0.5172,0,1,0.3492,1,1,1,1,1,1,0.4751,0.3492,0,1,0.5936,1,1,1,0.3383,0.5936,0,1,1,1,1,1,0.156323105,0,0.883757532,1,1,1,1,1,0.426481783,0,1,1,1,1,1,1,0.661871612,0,0.564765587,0.564628729,0.565159574
-1535,1,0.5178,1,1,1,1,1,1,1,1,0.2282,0.5178,0,1,0.3494,1,1,1,1,1,1,0.1944,0.3494,0,1,0.5936,1,1,1,0.3783,0.5936,0,1,1,1,1,1,0.089333974,0,1,1,1,1,1,1,0.22275421,0,1,1,1,1,1,1,0.702108383,0,0.51782262,0.517664481,0.517730496
-1536,1,0.5184,1,1,1,1,1,1,1,1,0.3397,0.5184,0,1,0.3497,1,1,1,1,1,1,0.2574,0.3497,0,1,0.5935,1,1,1,0.3557,0.5935,0,1,1,1,1,1,0.198557124,0,0.997292638,1,1,1,1,1,0.312620521,0,1,1,1,1,1,1,0.661284447,0,0.488279362,0.488258938,0.488475177
-1537,1,0.519,1,1,1,1,1,1,1,1,0.3249,0.519,0,1,0.3499,1,1,1,1,1,1,0.2861,0.3499,0,1,0.5935,1,1,1,0.3852,0.5935,0,1,1,1,1,1,0.232267097,0,0.996933699,1,1,1,1,1,0.292945117,0,1,1,1,1,1,1,0.659402847,0,0.475289995,0.475354347,0.475177305
-1538,1,0.5196,1,1,1,1,1,1,1,1,0.3255,0.5196,0,1,0.3501,1,1,1,1,1,1,0.3246,0.3501,0,1,0.5935,1,1,1,0.3626,0.5935,0,1,1,1,1,1,0.265490353,0,1,1,1,1,1,1,0.339881301,0,1,1,1,1,1,1,0.610947371,0,0.470275495,0.470277131,0.470301418
-1539,1,0.5202,1,1,1,1,1,1,1,1,0.3212,0.5202,0,1,0.3504,1,1,1,1,1,1,0.1862,0.3504,0,1,0.5935,1,1,1,0.2604,0.5935,0,1,1,1,1,1,0.187989026,0,1,1,1,1,1,1,0.233305961,0,1,1,1,1,1,1,0.395374328,0,0.472450459,0.472604189,0.47251773
-1540,1,0.5208,1,1,1,1,1,1,1,1,0.3483,0.5208,0,1,0.3506,1,1,1,1,1,1,0.0951,0.3506,0,1,0.5935,1,1,1,0.3385,0.5935,0,1,1,1,1,1,0.200842947,0,1,1,1,1,1,1,0.147392035,0,1,1,1,1,1,1,0.594175637,0,0.488400193,0.488470489,0.488475177
-1541,1,0.5214,1,1,1,1,1,1,1,1,0.3277,0.5214,0,1,0.3508,1,1,1,1,1,1,0.1033,0.3508,0,1,0.5935,1,1,1,0.3848,0.5935,0,1,1,1,1,1,0.191434443,0,1,1,1,1,1,1,0.152669296,0,1,1,1,1,1,1,0.724620283,0,0.535041083,0.535011635,0.53501773
-1542,1,0.522,1,1,1,1,1,1,1,1,0.3235,0.522,0,1,0.3511,1,1,1,1,1,1,0.3182,0.3511,0,1,0.5934,1,1,1,0.3831,0.5934,0,1,1,1,1,1,0.255384654,0,1,1,1,1,1,1,0.408341348,0,1,1,1,1,1,1,0.754115522,0,0.605969067,0.605881109,0.605939716
-1543,1,0.5226,1,1,1,1,1,1,1,1,0.2762,0.5226,0.156,1,0.3513,1,1,1,1,1,1,0.2225,0.3513,0.166,1,0.5934,1,1,1,0.3689,0.5934,0.139,1,1,1,1,1,0.262080729,0.483776748,0.960467696,1,1,1,1,1,0.241964012,0.464433789,0.967728555,1,1,1,1,1,0.743842661,0.506894112,0.643547608,0.643537127,0.643617021
-1544,1,0.5232,1,1,1,1,1,1,1,1,0.2765,0.5232,0.404,1,0.3515,1,1,1,1,1,1,0.2767,0.3515,0.415,1,0.5934,1,1,1,0.3076,0.5934,0.3795,1,1,1,1,1,0.193793297,0.814071298,0.938319087,1,1,1,1,1,0.171248972,0.800797641,0.997009277,1,1,1,1,1,0.600612879,0.83468914,0.646930884,0.646921938,0.647163121
-1545,1,0.5238,1,1,1,1,1,1,1,1,0.1304,0.5238,0.5895,1,0.3518,1,1,1,1,1,1,0.0151,0.3518,0.5985,1,0.5934,1,1,1,0.0827,0.5934,0.593,1,1,1,1,1,0.054422088,0.990100026,0.999763072,1,1,1,1,1,0.019202117,0.976729393,1,1,1,1,1,1,0.17930074,0.999327064,0.640103915,0.640152316,0.640070922
-1546,1,0.5244,1,1,1,1,1,1,1,1,0.1045,0.5244,0.7352,1,0.352,1,1,1,1,1,1,0.1514,0.352,0.7319,1,0.5934,1,1,1,0.1814,0.5934,0.7196,1,1,1,1,1,0.086182997,1,0.583948493,1,1,1,1,1,0.137930632,1,0.660050571,1,1,1,1,1,0.402560294,1,0.637083132,0.637190607,0.637411348
-1547,1,0.525,1,1,1,1,1,1,1,1,0.0368,0.525,0.7585,1,0.3522,1,1,1,1,1,1,0.1313,0.3522,0.7612,1,0.5933,1,1,1,0.2082,0.5933,0.7427,1,1,1,1,1,0.031177094,1,0.413773507,1,1,1,1,1,0.108538367,1,0.350335062,1,1,1,1,1,0.423941344,1,0.632068632,0.632113391,0.632092199
-1548,1,0.5256,1,1,1,1,1,1,1,1,0.077,0.5256,0.7574,1,0.3525,1,1,1,1,1,1,0.0958,0.3525,0.7616,1,0.5933,1,1,1,0.1119,0.5933,0.7419,1,1,1,1,1,0.061385352,1,0.262270868,1,1,1,1,1,0.079590276,1,0.209713086,1,1,1,1,1,0.230592608,1,0.620650072,0.620689655,0.620567376
-1549,1,0.5262,1,1,1,1,1,1,1,1,0.0498,0.5262,0.7564,1,0.3527,1,1,1,1,1,1,0.0143,0.3527,0.7613,1,0.5933,1,1,1,0.0525,0.5933,0.7424,1,1,1,1,1,0.036392156,1,0.15420559,1,1,1,1,1,0.016385268,1,0.158462316,1,1,1,1,1,0.108577907,1,0.613521025,0.613496933,0.61391844
-1550,1,0.5268,1,1,1,1,1,1,1,1,0.067,0.5268,0.7218,1,0.353,1,1,1,1,1,1,0.0121,0.353,0.734,1,0.5933,1,1,1,0.0587,0.5933,0.6984,1,1,1,1,1,0.058449108,1,0.246384919,1,1,1,1,1,0.014795569,1,0.101129323,1,1,1,1,1,0.140876532,1,0.603250362,0.603342501,0.603280142
-1551,1,0.5274,1,1,1,1,1,1,1,1,0.0571,0.5274,0.5695,1,0.3532,1,1,1,1,1,1,0.0102,0.3532,0.5963,1,0.5933,1,1,1,0.0813,0.5933,0.5422,1,1,1,1,1,0.056665756,0.97612685,0.216501474,1,1,1,1,1,0.010910358,0.970461965,0.050421733,1,1,1,1,1,0.20266588,0.965329587,0.595577574,0.595726677,0.595744681
-1552,1,0.528,1,1,1,1,1,1,1,1,0.0694,0.528,0.3748,1,0.3534,1,1,1,1,1,1,0.0358,0.3534,0.4114,1,0.5932,1,1,1,0.072,0.5932,0.3423,1,1,1,1,1,0.099626571,0.791853249,0.123714931,1,1,1,1,1,0.029488731,0.787945569,0.127282739,1,1,1,1,1,0.193381622,0.774445355,0.606694055,0.606727311,0.606826241
-1553,1,0.5286,1,1,1,1,1,1,1,1,0.0264,0.5286,0.1256,1,0.3537,1,1,1,1,1,1,0.0148,0.3537,0.1663,1,0.5932,1,1,1,0.1195,0.5932,0.0972,1,1,1,1,1,0.042031806,0.457255661,0.215923622,1,1,1,1,1,0.025589101,0.475779384,0.264528036,1,1,1,1,1,0.306165755,0.424264044,0.641070565,0.640998519,0.641400709
-1554,1,0.5292,1,1,1,1,1,1,1,1,0.0534,0.5292,0,1,0.3539,1,1,1,1,1,1,0.055,0.3539,0,1,0.5932,1,1,1,0.1628,0.5932,0,1,1,1,1,1,0.043649055,0,0.310427368,1,1,1,1,1,0.112034261,0,0.257292956,1,1,1,1,1,0.350272477,0,0.685596907,0.68563571,0.68572695
-1555,1,0.5298,1,1,1,1,1,1,1,1,0.0291,0.5298,0,1,0.3541,1,1,1,1,1,1,0.058,0.3541,0,1,0.5932,1,1,1,0.1319,0.5932,0,1,1,1,1,1,0.026875766,0,0.136234954,1,1,1,1,1,0.079116099,0,0.11578168,1,1,1,1,1,0.333191186,0,0.678830353,0.678866088,0.679078014
-1556,1,0.5304,1,1,1,1,1,1,1,1,0.0764,0.5304,0,1,0.3544,1,1,1,1,1,1,0.2384,0.3544,0,1,0.5932,1,1,1,0.0943,0.5932,0,1,1,1,1,1,0.057644419,0,0.217378199,1,1,1,1,1,0.204662398,0,0.115454718,1,1,1,1,1,0.231612176,0,0.655630739,0.655595515,0.656028369
-1557,1,0.531,1,1,1,1,1,1,1,1,0.0967,0.531,0,1,0.3546,1,1,1,1,1,1,0.3604,0.3546,0,1,0.5932,1,1,1,0.0735,0.5932,0,1,1,1,1,1,0.095883094,0,0.20558165,1,1,1,1,1,0.429821163,0,0.083650261,1,1,1,1,1,0.204467893,0,0.612977284,0.612862281,0.613031915
-1558,1,0.5316,1,1,1,1,1,1,1,1,0.1877,0.5316,0,1,0.3548,1,1,1,1,1,1,0.4591,0.3548,0,1,0.5931,1,1,1,0.0554,0.5931,0,1,1,1,1,1,0.241718143,0,0.317156315,1,1,1,1,1,0.534335077,0,0.10086152,1,1,1,1,1,0.079035863,0,0.555582407,0.555743601,0.555851064
-1559,1,0.5322,1,1,1,1,1,1,1,1,0.3311,0.5322,0,1,0.3551,1,1,1,1,1,1,0.6695,0.3551,0,1,0.5931,1,1,1,0.1163,0.5931,0,1,1,1,1,1,0.493620723,0,0.256201893,1,1,1,1,1,0.665404737,0,0.039497644,1,1,1,1,1,0.182821766,0,0.504652006,0.50475989,0.504432624
-1560,1,0.5328,1,1,1,1,1,1,1,1,0.3806,0.5328,0,1,0.3553,1,1,1,1,1,1,0.6213,0.3553,0,1,0.5931,1,1,1,0.1789,0.5931,0,1,1,1,1,1,0.592777312,0,0.149195015,1,1,1,1,1,0.642988801,0,0.181956276,1,1,1,1,1,0.324244827,0,0.473175447,0.473238841,0.472960993
-1561,1,0.5334,1,1,1,1,1,1,1,1,0.3486,0.5334,0,1,0.3555,1,1,1,1,1,1,0.6385,0.3555,0,1,0.5931,1,1,1,0.2135,0.5931,0,1,1,1,1,1,0.517985404,0,0.102514461,1,1,1,1,1,0.689819098,0,0.41589427,1,1,1,1,1,0.505919576,0,0.457165297,0.45716099,0.457446809
-1562,1,0.534,1,1,1,1,1,1,1,1,0.4482,0.534,0,1,0.3558,1,1,1,1,1,1,0.6365,0.3558,0,1,0.5931,1,1,1,0.2458,0.5931,0,1,1,1,1,1,0.620130897,0,0.27019456,1,1,1,1,1,0.643648863,0,0.438411027,1,1,1,1,1,0.677864969,0,0.448646689,0.448698963,0.449024823
-1563,1,0.5346,1,1,1,1,1,1,1,1,0.4484,0.5346,0,1,0.356,1,1,1,1,1,1,0.6943,0.356,0,1,0.593,1,1,1,0.2732,0.593,0,1,1,1,1,1,0.618587911,0,0.308137417,1,1,1,1,1,0.685104966,0,0.637724876,1,1,1,1,1,0.693961203,0,0.448888352,0.448910514,0.449024823
-1564,1,0.5352,1,1,1,1,1,1,1,1,0.5334,0.5352,0,1,0.3562,1,1,1,1,1,1,0.8376,0.3562,0,1,0.593,1,1,1,0.2634,0.593,0,1,1,1,1,1,0.621738613,0,0.306639552,1,1,1,1,1,0.762992978,0,0.771577835,1,1,1,1,1,0.642487586,0,0.46157564,0.461603554,0.461879433
-1565,1,0.5358,1,1,1,1,1,1,1,1,0.5323,0.5358,0,1,0.3565,1,1,1,1,1,1,0.595,0.3565,0,1,0.593,1,1,1,0.2343,0.593,0,1,1,1,1,1,0.548516572,0,0.391302884,1,1,1,1,1,0.539941072,0,0.677426696,1,1,1,1,1,0.444444835,0,0.506524891,0.506663846,0.506648936
-1566,1,0.5364,1,1,1,1,1,1,1,1,0.5598,0.5364,0,1,0.3567,1,1,1,1,1,1,0.6906,0.3567,0,1,0.593,1,1,1,0.2747,0.593,0,1,1,1,1,1,0.504590452,0,0.713812232,1,1,1,1,1,0.602782249,0,0.618970156,1,1,1,1,1,0.506469429,0,0.574311261,0.574360059,0.574468085
-1567,1,0.537,1,1,1,1,1,1,1,1,0.454,0.537,0.1417,1,0.3569,1,1,1,1,1,1,0.6856,0.3569,0.1471,1,0.593,1,1,1,0.2656,0.593,0.1099,1,1,1,1,1,0.408154339,0.442769974,0.861481071,1,1,1,1,1,0.56273967,0.415620238,0.68204999,1,1,1,1,1,0.516630113,0.39026767,0.608144031,0.607996615,0.608156028
-1568,1,0.5376,1,1,1,1,1,1,1,1,0.3085,0.5376,0.3746,1,0.3572,1,1,1,1,1,1,0.484,0.3572,0.3839,1,0.593,1,1,1,0.2203,0.593,0.3035,1,1,1,1,1,0.228254497,0.762160182,0.763051391,1,1,1,1,1,0.390257478,0.750620723,0.754218936,1,1,1,1,1,0.328400254,0.764740944,0.609231513,0.609265919,0.609485816
-1569,1,0.5382,1,1,1,1,1,1,1,1,0.6375,0.5382,0.555,1,0.3574,1,1,1,1,1,1,0.4636,0.3574,0.5632,1,0.5929,1,1,1,0.1925,0.5929,0.4643,1,1,1,1,1,0.308171183,0.936788559,0.994457245,1,1,1,1,1,0.488165975,0.940228045,0.987341404,1,1,1,1,1,0.268438369,0.895090878,0.605123248,0.605246457,0.605496454
-1570,1,0.5388,1,1,1,1,1,1,1,1,0.5965,0.5388,0.6888,1,0.3576,1,1,1,1,1,1,0.3707,0.3576,0.6936,1,0.5929,1,1,1,0.1937,0.5929,0.6647,1,1,1,1,1,0.273568451,0.984285474,1,1,1,1,1,1,0.412011564,0.996433437,1,1,1,1,1,1,0.33773005,0.970453739,0.60161914,0.601650095,0.601507092
-1571,1,0.5394,1,1,1,1,1,1,1,1,0.6244,0.5394,0.7151,1,0.3579,1,1,1,1,1,1,0.3582,0.3579,0.7288,1,0.5929,1,1,1,0.1904,0.5929,0.6901,1,1,1,1,1,0.313525498,0.997968912,1,1,1,1,1,1,0.398974657,0.999849916,1,1,1,1,1,1,0.306286961,0.988882959,0.594490092,0.594457373,0.594858156
-1572,1,0.54,1,1,1,1,1,1,1,1,0.568,0.54,0.7191,1,0.3581,1,1,1,1,1,1,0.2126,0.3581,0.7308,1,0.5929,1,1,1,0.2786,0.5929,0.6863,1,1,1,1,1,0.250249505,0.996667266,1,1,1,1,1,1,0.247472003,0.999885023,1,1,1,1,1,1,0.41372627,0.983587921,0.585669406,0.585572245,0.585992908
-1573,1,0.5406,1,1,1,1,1,1,1,1,0.5078,0.5406,0.7169,1,0.3583,1,1,1,1,1,1,0.1579,0.3583,0.7273,1,0.5929,1,1,1,0.4245,0.5929,0.6392,1,1,1,1,1,0.196273774,0.995894432,1,1,1,1,1,1,0.18203494,0.998825669,1,1,1,1,1,1,0.634953141,0.96023047,0.580654906,0.580706579,0.580673759
-1574,1,0.5412,1,1,1,1,1,1,1,1,0.5223,0.5412,0.6913,1,0.3586,1,1,1,1,1,1,0.1564,0.3586,0.7098,1,0.5928,1,1,1,0.0747,0.5928,0.6379,1,1,1,1,1,0.161538795,0.995304465,1,1,1,1,1,1,0.178897828,0.985819936,1,1,1,1,1,1,0.187039137,0.967498481,0.57002175,0.570129046,0.570035461
-1575,1,0.5418,1,1,1,1,1,1,1,1,0.4745,0.5418,0.5456,1,0.3588,1,1,1,1,1,1,0.1811,0.3588,0.5645,1,0.5928,1,1,1,0.0691,0.5928,0.5102,1,1,1,1,1,0.180149138,0.943608224,1,1,1,1,1,1,0.170582876,0.879755437,1,1,1,1,1,1,0.187170655,0.864057899,0.564826003,0.564840279,0.565159574
-1576,1,0.5424,1,1,1,1,1,1,1,1,0.5855,0.5424,0.3435,1,0.359,1,1,1,1,1,1,0.3191,0.359,0.3522,1,0.5928,1,1,1,0.4247,0.5928,0.3017,1,1,1,1,1,0.354545683,0.689433098,1,1,1,1,1,1,0.352526456,0.70636344,1,1,1,1,1,1,0.661942959,0.684351802,0.572680039,0.572667654,0.572695035
-1577,1,0.543,1,1,1,1,1,1,1,1,0.5818,0.543,0.1074,1,0.3593,1,1,1,1,1,1,0.2541,0.3593,0.1413,1,0.5928,1,1,1,0.5403,0.5928,0.066,1,1,1,1,1,0.453181565,0.290395975,1,1,1,1,1,1,0.304581672,0.386674434,1,1,1,1,1,1,0.836115837,0.366079122,0.604700338,0.604823355,0.605053191
-1578,1,0.5436,1,1,1,1,1,1,1,1,0.5596,0.5436,0,1,0.3595,1,1,1,1,1,1,0.3209,0.3595,0,1,0.5928,1,1,1,0.631,0.5928,0,1,1,1,1,1,0.550240397,0,1,1,1,1,1,1,0.414221346,0,1,1,1,1,1,1,0.892819583,0,0.646326728,0.646287286,0.646276596
-1579,1,0.5442,1,1,1,1,1,1,1,1,0.537,0.5442,0,1,0.3597,1,1,1,1,1,1,0.3474,0.3597,0,1,0.5928,1,1,1,0.5804,0.5928,0,1,1,1,1,1,0.571475267,0,1,1,1,1,1,1,0.423457146,0,1,1,1,1,1,1,0.922140181,0,0.636478975,0.636555955,0.636968085
-1580,1,0.5448,1,1,1,1,1,1,1,1,0.5935,0.5448,0,1,0.36,1,1,1,1,1,1,0.5626,0.36,0,1,0.5927,1,1,1,0.4469,0.5927,0,1,1,1,1,1,0.577341855,0,1,1,1,1,1,1,0.587526202,0,1,1,1,1,1,1,0.876328886,0,0.611950217,0.611804527,0.611702128
-1581,1,0.5454,1,1,1,1,1,1,1,1,0.5752,0.5454,0,1,0.3602,1,1,1,1,1,1,0.6834,0.3602,0,1,0.5927,1,1,1,0.5157,0.5927,0,1,1,1,1,1,0.590707898,0,1,1,1,1,1,1,0.65455699,0,1,1,1,1,1,1,0.890415072,0,0.569296762,0.569282843,0.569592199
-1582,1,0.5461,1,1,1,1,1,1,1,1,0.5973,0.5461,0,1,0.3604,1,1,1,1,1,1,0.7201,0.3604,0,1,0.5927,1,1,1,0.6573,0.5927,0,1,1,1,1,1,0.52090621,0,1,1,1,1,1,1,0.727207065,0,1,1,1,1,1,1,0.925126612,0,0.513835186,0.513645018,0.513741135
-1583,1,0.5467,1,1,1,1,1,1,1,1,0.7428,0.5467,0,1,0.3607,1,1,1,1,1,1,0.7189,0.3607,0,1,0.5927,1,1,1,0.6424,0.5927,0,1,1,1,1,1,0.577043951,0,1,1,1,1,1,1,0.752252936,0,1,1,1,1,1,1,0.927918494,0,0.463025616,0.463084409,0.46320922
-1584,1,0.5473,1,1,1,1,1,1,1,1,0.8076,0.5473,0,1,0.3609,1,1,1,1,1,1,0.759,0.3609,0,1,0.5927,1,1,1,0.6866,0.5927,0,1,1,1,1,1,0.683564961,0,1,1,1,1,1,1,0.835491657,0,1,1,1,1,1,1,0.925234437,0,0.432274045,0.432409562,0.432624113
-1585,1,0.5479,1,1,1,1,1,1,1,1,0.8299,0.5479,0,1,0.3611,1,1,1,1,1,1,0.8969,0.3611,0,1,0.5926,1,1,1,0.6689,0.5926,0,1,1,1,1,1,0.673779488,0,1,1,1,1,1,1,0.850275576,0,1,1,1,1,1,1,0.918716013,0,0.415538908,0.415697059,0.415780142
-1586,1,0.5485,1,1,1,1,1,1,1,1,0.9067,0.5485,0,1,0.3614,1,1,1,1,1,1,0.913,0.3614,0,1,0.5926,1,1,1,0.7197,0.5926,0,1,1,1,1,1,0.72783792,0,1,1,1,1,1,1,0.868870914,0,1,1,1,1,1,1,0.932045519,0,0.4070203,0.407023482,0.407358156
-1587,1,0.5491,1,1,1,1,1,1,1,1,0.896,0.5491,0,1,0.3616,1,1,1,1,1,1,0.8583,0.3616,0,1,0.5926,1,1,1,0.6727,0.5926,0,1,1,1,1,1,0.787974775,0,1,1,1,1,1,1,0.852692842,0,1,1,1,1,1,1,0.923702478,0,0.405147414,0.405119526,0.405141844
-1588,1,0.5497,1,1,1,1,1,1,1,1,0.8089,0.5497,0,1,0.3618,1,1,1,1,1,1,0.8801,0.3618,0,1,0.5926,1,1,1,0.6031,0.5926,0,1,1,1,1,1,0.636757493,0,1,1,1,1,1,1,0.830993176,0,1,1,1,1,1,1,0.900497973,0,0.417411793,0.417389465,0.417553191
-1589,1,0.5503,1,1,1,1,1,1,1,1,0.8374,0.5503,0,1,0.3621,1,1,1,1,1,1,0.9082,0.3621,0,1,0.5926,1,1,1,0.7149,0.5926,0,1,1,1,1,1,0.754259944,0,1,1,1,1,1,1,0.866036296,0,1,1,1,1,1,1,0.9311589,0,0.460246496,0.46033425,0.460106383
-1590,1,0.5509,1,1,1,1,1,1,1,1,0.8168,0.5509,0,1,0.3623,1,1,1,1,1,1,0.8,0.3623,0,1,0.5925,1,1,1,0.6261,0.5925,0,1,1,1,1,1,0.729888737,0,1,1,1,1,1,1,0.714856684,0,1,1,1,1,1,1,0.923695683,0,0.52477042,0.524857203,0.524822695
-1591,1,0.5515,1,1,1,1,1,1,1,1,0.6975,0.5515,0.1197,1,0.3625,1,1,1,1,1,1,0.6192,0.3625,0.1399,1,0.5925,1,1,1,0.6852,0.5925,0.0905,1,1,1,1,1,0.54520154,0.357258469,1,1,1,1,1,1,0.561798215,0.365195334,1,1,1,1,1,1,0.919603884,0.440714091,0.564765587,0.564628729,0.565159574
-1592,1,0.5515,1,1,1,1,1,1,1,1,0.8327,0.5515,0.3088,1,0.3625,1,1,1,1,1,1,0.5985,0.3625,0.3618,1,0.5925,1,1,1,0.6667,0.5925,0.3173,1,1,1,1,1,0.608099818,0.615952969,1,1,1,1,1,1,0.503827333,0.687378526,1,1,1,1,1,1,0.89751637,0.584277034,0.573646689,0.573725407,0.574024823
-1593,1,0.5515,1,1,1,1,1,1,1,1,0.5904,0.5515,0.5262,1,0.3625,1,1,1,1,1,1,0.1697,0.3625,0.5493,1,0.5925,1,1,1,0.0872,0.5925,0.5125,1,1,1,1,1,0.297275811,0.915090084,1,1,1,1,1,1,0.179308906,0.894177258,1,1,1,1,1,1,0.209299639,0.884277344,0.576667472,0.576687117,0.576684397
-1594,1,0.5515,1,1,1,1,1,1,1,1,0.6626,0.5515,0.6962,1,0.3625,1,1,1,1,1,1,0.1661,0.3625,0.6799,1,0.5925,1,1,1,0.1885,0.5925,0.621,1,1,1,1,1,0.360418081,0.988397717,1,1,1,1,1,1,0.207999915,0.937313795,1,1,1,1,1,1,0.299883127,0.98978579,0.57878202,0.578802623,0.578900709
-1595,1,0.5515,1,1,1,1,1,1,1,1,0.6685,0.5515,0.7041,1,0.3625,1,1,1,1,1,1,0.2397,0.3625,0.6712,1,0.5925,1,1,1,0.213,0.5925,0.6523,1,1,1,1,1,0.407291681,0.98331672,1,1,1,1,1,1,0.297820389,0.980817676,1,1,1,1,1,1,0.219983965,0.983471751,0.578238279,0.578167971,0.578014184
-1596,1,0.5515,1,1,1,1,1,1,1,1,0.7422,0.5515,0.7214,1,0.3625,1,1,1,1,1,1,0.3331,0.3625,0.7275,1,0.5925,1,1,1,0.2609,0.5925,0.6343,1,1,1,1,1,0.556212604,0.996929824,1,1,1,1,1,1,0.383096159,0.990143001,1,1,1,1,1,1,0.166604519,0.991454661,0.572740454,0.572667654,0.572695035
-1597,1,0.5515,1,1,1,1,1,1,1,1,0.7674,0.5515,0.7182,1,0.3625,1,1,1,1,1,1,0.4557,0.3625,0.7167,1,0.5925,1,1,1,0.2438,0.5925,0.5735,1,1,1,1,1,0.66943723,0.998512626,1,1,1,1,1,1,0.506614625,0.989419281,1,1,1,1,1,1,0.322746545,0.999382377,0.570142581,0.570129046,0.570035461
-1598,1,0.5515,1,1,1,1,1,1,1,1,0.7687,0.5515,0.6799,1,0.3625,1,1,1,1,1,1,0.4247,0.3625,0.6531,1,0.5925,1,1,1,0.2502,0.5925,0.4745,1,1,1,1,1,0.662912846,0.976852417,1,1,1,1,1,1,0.505847692,0.839540124,1,1,1,1,1,1,0.298763096,0.989241719,0.563738521,0.563782526,0.563829787
-1599,1,0.5515,1,1,1,1,1,1,1,1,0.782,0.5515,0.5003,1,0.3625,1,1,1,1,1,1,0.5707,0.3625,0.4194,1,0.5925,1,1,1,0.2208,0.5925,0.22,1,1,1,1,1,0.671130657,0.817957997,1,1,1,1,1,1,0.584523916,0.527978957,1,1,1,1,1,1,0.25661701,0.909874201,0.559751087,0.559763063,0.559840426
-1600,1,0.5515,1,1,1,1,1,1,1,1,0.7155,0.5515,0.2563,1,0.3625,1,1,1,1,1,1,0.3612,0.3625,0.2272,1,0.5925,1,1,1,0.2078,0.5925,0.1424,1,1,1,1,1,0.568624556,0.402879089,1,1,1,1,1,1,0.40275389,0.401612222,1,1,1,1,1,1,0.356752723,0.418209136,0.566698888,0.566744235,0.566932624
-1601,1,0.5515,1,1,1,1,1,1,1,1,0.7253,0.5515,0.0573,1,0.3625,1,1,1,1,1,1,0.3981,0.3625,0.0997,1,0.5925,1,1,1,0.1734,0.5925,0.0104,1,1,1,1,1,0.548410416,0.088211581,1,1,1,1,1,1,0.406320721,0.29240936,1,1,1,1,1,1,0.400000632,0.10165225,0.596725471,0.59678443,0.597074468
-1602,1,0.5515,1,1,1,1,1,1,1,1,0.6727,0.5515,0,1,0.3625,1,1,1,1,1,1,0.3525,0.3625,0,1,0.5925,1,1,1,0.1857,0.5925,0,1,1,1,1,1,0.479129672,0,1,1,1,1,1,1,0.367507935,0,1,1,1,1,1,1,0.389383167,0,0.629168681,0.629151682,0.629432624
-1603,1,0.5515,1,1,1,1,1,1,1,1,0.6702,0.5515,0,1,0.3625,1,1,1,1,1,1,0.4261,0.3625,0,1,0.5925,1,1,1,0.1586,0.5925,0,1,1,1,1,1,0.471857429,0,1,1,1,1,1,1,0.407611221,0,1,1,1,1,1,1,0.258776128,0,0.617568874,0.617727946,0.617907801
-1604,1,0.5515,1,1,1,1,1,1,1,1,0.6578,0.5515,0,1,0.3625,1,1,1,1,1,1,0.4381,0.3625,0,1,0.5925,1,1,1,0.2273,0.5925,0,1,1,1,1,1,0.46741575,0,1,1,1,1,1,1,0.430710614,0,1,1,1,1,1,1,0.458280921,0,0.59159014,0.591707214,0.591755319
-1605,1,0.5515,1,1,1,1,1,1,1,1,0.9069,0.5515,0,1,0.3625,1,1,1,1,1,1,0.6809,0.3625,0,1,0.5925,1,1,1,0.7028,0.5925,0,1,1,1,1,1,0.779232323,0,1,1,1,1,1,1,0.773129106,0,1,1,1,1,1,1,0.818864703,0,0.549661672,0.549820182,0.54964539
-1606,1,0.5515,1,1,1,1,1,1,1,1,0.9541,0.5515,0,1,0.3625,1,1,1,1,1,1,0.7942,0.3625,0,1,0.5925,1,1,1,0.7749,0.5925,0,1,1,1,1,1,0.825844467,0,1,1,1,1,1,1,0.860483408,0,1,1,1,1,1,1,0.855474234,0,0.493958434,0.493970806,0.493794326
-1607,1,0.5515,1,1,1,1,1,1,1,1,0.9542,0.5515,0,1,0.3625,1,1,1,1,1,1,0.9021,0.3625,0,1,0.5925,1,1,1,0.7906,0.5925,0,1,1,1,1,1,0.797679424,0,1,1,1,1,1,1,0.892169654,0,1,1,1,1,1,1,0.847854376,0,0.445444659,0.445525703,0.445478723
-1608,1,0.5515,1,1,1,1,1,1,1,1,0.9566,0.5515,0,1,0.3625,1,1,1,1,1,1,0.9183,0.3625,0,1,0.5925,1,1,1,0.8065,0.5925,0,1,1,1,1,1,0.885086954,0,0.197469115,1,1,1,1,1,0.882890999,0,1,1,1,1,1,1,0.873839557,0,0.413907685,0.413793103,0.414007092
-1609,1,0.5515,1,1,1,1,1,1,1,1,0.9573,0.5515,0,1,0.3625,1,1,1,1,1,1,0.5749,0.3625,0,1,0.5925,1,1,1,0.7716,0.5925,0,1,1,1,1,1,0.916450381,0,0.028076233,1,1,1,1,1,0.698614478,0,0.947643995,1,1,1,1,1,0.871856749,0,0.397595457,0.397715253,0.397606383
-1610,1,0.5515,1,1,1,1,1,1,1,1,0.8391,0.5515,0,1,0.3625,1,1,1,1,1,1,0.905,0.3625,0,1,0.5925,1,1,1,0.6777,0.5925,0,1,1,1,1,1,0.752360463,0,0.997443497,1,1,1,1,1,0.851738334,0,1,1,1,1,1,1,0.907818556,0,0.38919768,0.389253226,0.389184397
-1611,1,0.5515,1,1,1,1,1,1,1,1,0.7577,0.5515,0,1,0.3625,1,1,1,1,1,1,0.7297,0.3625,0,1,0.5925,1,1,1,0.5487,0.5925,0,1,1,1,1,1,0.664799571,0,0.436031491,1,1,1,1,1,0.755984128,0,1,1,1,1,1,1,0.855595469,0,0.387566457,0.387560821,0.38785461
-1612,1,0.5515,1,1,1,1,1,1,1,1,0.707,0.5515,0,1,0.3625,1,1,1,1,1,1,0.8466,0.3625,0,1,0.5925,1,1,1,0.5934,0.5925,0,1,1,1,1,1,0.63061595,0,0.734586954,1,1,1,1,1,0.719594121,0,1,1,1,1,1,1,0.879971147,0,0.400132914,0.40004231,0.400265957
-1613,1,0.5515,1,1,1,1,1,1,1,1,0.8201,0.5515,0,1,0.3625,1,1,1,1,1,1,0.7761,0.3625,0,1,0.5925,1,1,1,0.5472,0.5925,0,1,1,1,1,1,0.781985998,0,0.988169968,1,1,1,1,1,0.56978035,0,1,1,1,1,1,1,0.837416768,0,0.44278637,0.442775545,0.443262411
-1614,1,0.5515,1,1,1,1,1,1,1,1,0.7002,0.5515,0,1,0.3625,1,1,1,1,1,1,0.9796,0.3625,0,1,0.5925,1,1,1,0.5752,0.5925,0,1,1,1,1,1,0.897109866,0,0.985049129,1,1,1,1,1,0.853379667,0,1,1,1,1,1,1,0.891189814,0,0.515949734,0.515972075,0.515957447
-1615,1,0.5515,1,1,1,1,1,1,1,1,0.4891,0.5515,0.068,1,0.3625,1,1,1,1,1,1,0.778,0.3625,0.0835,1,0.5925,1,1,1,0.7222,0.5925,0.1383,1,1,1,1,1,0.690046489,0.202957138,0.946949244,1,1,1,1,1,0.714301944,0.173413798,1,1,1,1,1,1,0.9318434,0.350801051,0.564826003,0.564840279,0.565159574
-1616,1,0.5515,1,1,1,1,1,1,1,1,0.541,0.5515,0.2112,1,0.3625,1,1,1,1,1,1,0.7118,0.3625,0.2695,1,0.5925,1,1,1,0.8159,0.5925,0.3531,1,1,1,1,1,0.47604537,0.497306317,0.99736011,1,1,1,1,1,0.674274921,0.52526021,1,1,1,1,1,1,0.93800658,0.744586647,0.580413243,0.580495029,0.580230496
-1617,1,0.5515,1,1,1,1,1,1,1,1,0.2819,0.5515,0.3565,1,0.3625,1,1,1,1,1,1,0.5645,0.3625,0.3713,1,0.5925,1,1,1,0.6945,0.5925,0.5293,1,1,1,1,1,0.243047521,0.681473553,0.992332339,1,1,1,1,1,0.503347397,0.566655934,0.982382774,1,1,1,1,1,0.801297426,0.943983793,0.586031899,0.585995346,0.58643617
-1618,1,0.5515,1,1,1,1,1,1,1,1,0.2005,0.5515,0.6662,1,0.3625,1,1,1,1,1,1,0.5871,0.3625,0.6201,1,0.5925,1,1,1,0.5684,0.5925,0.4578,1,1,1,1,1,0.276873291,0.776893198,0.620034277,1,1,1,1,1,0.501756787,0.860726297,0.678890347,1,1,1,1,1,0.742708027,0.610192001,0.588690188,0.588745505,0.588652482
-1619,1,0.5515,1,1,1,1,1,1,1,1,0.1202,0.5515,0.5108,1,0.3625,1,1,1,1,1,1,0.3463,0.3625,0.564,1,0.5925,1,1,1,0.3827,0.5925,0.6439,1,1,1,1,1,0.140759185,0.803697646,0.343417227,1,1,1,1,1,0.317332447,0.805722177,0.291768074,1,1,1,1,1,0.493854761,0.996325195,0.585548574,0.585572245,0.585549645
-1620,1,0.5515,1,1,1,1,1,1,1,1,0.0507,0.5515,0.5606,1,0.3625,1,1,1,1,1,1,0.1615,0.3625,0.6273,1,0.5925,1,1,1,0.3163,0.5925,0.6658,1,1,1,1,1,0.062462978,0.85678643,0.200738907,1,1,1,1,1,0.158089906,0.883064449,0.214346081,1,1,1,1,1,0.45745337,0.99818331,0.577150797,0.577110218,0.577570922
-1621,1,0.5515,1,1,1,1,1,1,1,1,0.0416,0.5515,0.6121,1,0.3625,1,1,1,1,1,1,0.1646,0.3625,0.6487,1,0.5925,1,1,1,0.2969,0.5925,0.6657,1,1,1,1,1,0.085290462,0.904605329,0.152455986,1,1,1,1,1,0.150224671,0.87305963,0.141165197,1,1,1,1,1,0.388091773,0.992011666,0.571894635,0.571821451,0.571808511
-1622,1,0.5515,1,1,1,1,1,1,1,1,0.0315,0.5515,0.5991,1,0.3625,1,1,1,1,1,1,0.2023,0.3625,0.6268,1,0.5925,1,1,1,0.2672,0.5925,0.6224,1,1,1,1,1,0.090555586,0.842091143,0.286803216,1,1,1,1,1,0.216816649,0.880941451,0.29166621,1,1,1,1,1,0.300055921,0.962563515,0.563798937,0.563782526,0.563829787
-1623,1,0.5515,1,1,1,1,1,1,1,1,0.053,0.5515,0.4829,1,0.3625,1,1,1,1,1,1,0.1535,0.3625,0.5499,1,0.5925,1,1,1,0.2288,0.5925,0.472,1,1,1,1,1,0.101061799,0.847547352,0.656881928,1,1,1,1,1,0.177662149,0.873821139,0.105808906,1,1,1,1,1,0.277242541,0.880690634,0.560838569,0.560820817,0.561170213
-1624,1,0.5515,1,1,1,1,1,1,1,1,0.0455,0.5515,0.3458,1,0.3625,1,1,1,1,1,1,0.0661,0.3625,0.3951,1,0.5925,1,1,1,0.2066,0.5925,0.3164,1,1,1,1,1,0.083675146,0.744192362,0.487276375,1,1,1,1,1,0.09603215,0.721122622,0.00160733,1,1,1,1,1,0.33485356,0.734784484,0.567725955,0.567801989,0.567819149
-1625,1,0.5515,1,1,1,1,1,1,1,1,0.0201,0.5515,0.1261,1,0.3625,1,1,1,1,1,1,0.0116,0.3625,0.1602,1,0.5925,1,1,1,0.1965,0.5925,0.1016,1,1,1,1,1,0.036377404,0.472617507,0.299913138,1,1,1,1,1,0.022772186,0.379841715,0.001361257,1,1,1,1,1,0.337445855,0.446126342,0.591710971,0.591707214,0.591755319
-1626,1,0.5515,1,1,1,1,1,1,1,1,0.0171,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1334,0.3625,0,1,0.5925,1,1,1,0.1997,0.5925,0,1,1,1,1,1,0.076095864,0,0.305352002,1,1,1,1,1,0.155464724,0,0.01646754,1,1,1,1,1,0.435668737,0,0.627054132,0.627036175,0.627216312
-1627,1,0.5515,1,1,1,1,1,1,1,1,0.0233,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2408,0.3625,0,1,0.5925,1,1,1,0.2447,0.5925,0,1,1,1,1,1,0.113696687,0,0.348873794,1,1,1,1,1,0.31257537,0,0.081824094,1,1,1,1,1,0.578936279,0,0.616420976,0.616458642,0.616578014
-1628,1,0.5515,1,1,1,1,1,1,1,1,0.0223,0.5515,0,1,0.3625,1,1,1,1,1,1,0.4176,0.3625,0,1,0.5925,1,1,1,0.2606,0.5925,0,1,1,1,1,1,0.1389772,0,0.124029636,1,1,1,1,1,0.359158099,0,0.024788745,1,1,1,1,1,0.465824544,0,0.596060899,0.596149778,0.596187943
-1629,1,0.5515,1,1,1,1,1,1,1,1,0.0797,0.5515,0,1,0.3625,1,1,1,1,1,1,0.3397,0.3625,0,1,0.5925,1,1,1,0.1673,0.5925,0,1,1,1,1,1,0.179176733,0,0.121089756,1,1,1,1,1,0.39903751,0,0.255037963,1,1,1,1,1,0.297451377,0,0.565490575,0.565686482,0.565602837
-1630,1,0.5515,1,1,1,1,1,1,1,1,0.1554,0.5515,0,1,0.3625,1,1,1,1,1,1,0.4366,0.3625,0,1,0.5925,1,1,1,0.1275,0.5925,0,1,1,1,1,1,0.213129595,0,0.040761869,1,1,1,1,1,0.505250752,0,0.670004487,1,1,1,1,1,0.247665778,0,0.522716288,0.522741697,0.523049645
-1631,1,0.5515,1,1,1,1,1,1,1,1,0.2232,0.5515,0,1,0.3625,1,1,1,1,1,1,0.5063,0.3625,0,1,0.5925,1,1,1,0.142,0.5925,0,1,1,1,1,1,0.195545718,0,0.194601744,1,1,1,1,1,0.502002597,0,0.978693247,1,1,1,1,1,0.271208704,0,0.478914935,0.478950709,0.478723404
-1632,1,0.5515,1,1,1,1,1,1,1,1,0.2518,0.5515,0,1,0.3625,1,1,1,1,1,1,0.5921,0.3625,0,1,0.5925,1,1,1,0.0878,0.5925,0,1,1,1,1,1,0.132259086,0,0.436875463,1,1,1,1,1,0.498669654,0,1,1,1,1,1,1,0.171520293,0,0.448465442,0.448487413,0.44858156
-1633,1,0.5515,1,1,1,1,1,1,1,1,0.2695,0.5515,0,1,0.3625,1,1,1,1,1,1,0.6547,0.3625,0,1,0.5925,1,1,1,0.0773,0.5925,0,1,1,1,1,1,0.197326198,0,0.690235555,1,1,1,1,1,0.538032174,0,0.635722518,1,1,1,1,1,0.172419727,0,0.432999033,0.433044214,0.433067376
-1634,1,0.5515,1,1,1,1,1,1,1,1,0.3891,0.5515,0,1,0.3625,1,1,1,1,1,1,0.6664,0.3625,0,1,0.5925,1,1,1,0.0762,0.5925,0,1,1,1,1,1,0.280963004,0,0.982168972,1,1,1,1,1,0.519915104,0,0.750381351,1,1,1,1,1,0.229810104,0,0.42538666,0.42542839,0.425531915
-1635,1,0.5515,1,1,1,1,1,1,1,1,0.422,0.5515,0,1,0.3625,1,1,1,1,1,1,0.4892,0.3625,0,1,0.5925,1,1,1,0.1313,0.5925,0,1,1,1,1,1,0.22539027,0,1,1,1,1,1,1,0.448536247,0,0.983918905,1,1,1,1,1,0.34550792,0,0.423695022,0.423735985,0.423758865
-1636,1,0.5515,1,1,1,1,1,1,1,1,0.4542,0.5515,0,1,0.3625,1,1,1,1,1,1,0.3936,0.3625,0,1,0.5925,1,1,1,0.187,0.5925,0,1,1,1,1,1,0.250351518,0,1,1,1,1,1,1,0.345535845,0,0.981596351,1,1,1,1,1,0.442602068,0,0.429797003,0.429870954,0.429964539
-1637,1,0.5515,1,1,1,1,1,1,1,1,0.3604,0.5515,0,1,0.3625,1,1,1,1,1,1,0.6329,0.3625,0,1,0.5925,1,1,1,0.1856,0.5925,0,1,1,1,1,1,0.247113138,0,1,1,1,1,1,1,0.557105184,0,0.740668416,1,1,1,1,1,0.364490122,0,0.447740454,0.44764121,0.447695035
-1638,1,0.5515,1,1,1,1,1,1,1,1,0.3227,0.5515,0,1,0.3625,1,1,1,1,1,1,0.5888,0.3625,0,1,0.5925,1,1,1,0.1871,0.5925,0,1,1,1,1,1,0.228736684,0,0.999815404,1,1,1,1,1,0.500100911,0,0.683725357,1,1,1,1,1,0.337393939,0,0.472933784,0.472815739,0.472960993
-1639,1,0.5515,1,1,1,1,1,1,1,1,0.2034,0.5515,0.1557,1,0.3625,1,1,1,1,1,1,0.7562,0.3625,0.1773,1,0.5925,1,1,1,0.1627,0.5925,0.1569,1,1,1,1,1,0.142234087,0.457531571,0.932333648,1,1,1,1,1,0.711516321,0.476797789,1,1,1,1,1,1,0.268532395,0.44552967,0.510210246,0.510260207,0.510638298
-1640,1,0.5515,1,1,1,1,1,1,1,1,0.3351,0.5515,0.3873,1,0.3625,1,1,1,1,1,1,0.8749,0.3625,0.4252,1,0.5925,1,1,1,0.1332,0.5925,0.3989,1,1,1,1,1,0.226437107,0.771392167,0.997555733,1,1,1,1,1,0.833676875,0.809971035,1,1,1,1,1,1,0.205240995,0.81624347,0.545674239,0.545800719,0.545656028
-1641,1,0.5515,1,1,1,1,1,1,1,1,0.4238,0.5515,0.5217,1,0.3625,1,1,1,1,1,1,0.6365,0.3625,0.6064,1,0.5925,1,1,1,0.1091,0.5925,0.5846,1,1,1,1,1,0.245485619,0.845848024,1,1,1,1,1,1,0.654220998,0.98676616,1,1,1,1,1,1,0.121849313,0.989966393,0.567665539,0.567801989,0.567819149
-1642,1,0.5515,1,1,1,1,1,1,1,1,0.2968,0.5515,0.5533,1,0.3625,1,1,1,1,1,1,0.1539,0.3625,0.672,1,0.5925,1,1,1,0.0233,0.5925,0.7363,1,1,1,1,1,0.094963908,0.788755357,1,1,1,1,1,1,0.172783136,0.990190089,1,1,1,1,1,1,0.020567462,1,0.57237796,0.572456103,0.572251773
-1643,1,0.5515,1,1,1,1,1,1,1,1,0.33,0.5515,0.5509,1,0.3625,1,1,1,1,1,1,0.3073,0.3625,0.662,1,0.5925,1,1,1,0.0127,0.5925,0.6834,1,1,1,1,1,0.112869158,0.756831169,1,1,1,1,1,1,0.352357507,0.979325831,1,1,1,1,1,1,0.014133765,1,0.568088449,0.568013539,0.568262411
-1644,1,0.5515,1,1,1,1,1,1,1,1,0.2082,0.5515,0.5609,1,0.3625,1,1,1,1,1,1,0.2056,0.3625,0.6731,1,0.5925,1,1,1,0.0294,0.5925,0.6589,1,1,1,1,1,0.049464446,0.752304792,0.945918083,1,1,1,1,1,0.221520469,0.976593375,0.619166791,1,1,1,1,1,0.032475282,0.999686599,0.557999033,0.557859107,0.558067376
-1645,1,0.5515,1,1,1,1,1,1,1,1,0.125,0.5515,0.5476,1,0.3625,1,1,1,1,1,1,0.1,0.3625,0.6822,1,0.5925,1,1,1,0.0166,0.5925,0.6191,1,1,1,1,1,0.034932144,0.736694992,0.865072608,1,1,1,1,1,0.113109216,0.97254616,0.408305764,1,1,1,1,1,0.037449077,0.977125406,0.545613823,0.545589169,0.545656028
-1646,1,0.5515,1,1,1,1,1,1,1,1,0.1036,0.5515,0.5405,1,0.3625,1,1,1,1,1,1,0.0832,0.3625,0.664,1,0.5925,1,1,1,0.045,0.5925,0.5878,1,1,1,1,1,0.036551092,0.737741947,0.83358115,1,1,1,1,1,0.095039576,0.966529191,0.305389822,1,1,1,1,1,0.053485017,0.876885414,0.53479942,0.534800085,0.53501773
-1647,1,0.5515,1,1,1,1,1,1,1,1,0.0671,0.5515,0.4664,1,0.3625,1,1,1,1,1,1,0.1047,0.3625,0.5402,1,0.5925,1,1,1,0.0353,0.5925,0.48,1,1,1,1,1,0.037257809,0.78654784,0.794692039,1,1,1,1,1,0.099403217,0.92119962,0.154189795,1,1,1,1,1,0.02163779,0.78767395,0.530691155,0.530780622,0.531028369
-1648,1,0.5515,1,1,1,1,1,1,1,1,0.0421,0.5515,0.3215,1,0.3625,1,1,1,1,1,1,0.0129,0.3625,0.4126,1,0.5925,1,1,1,0.0206,0.5925,0.3238,1,1,1,1,1,0.026719242,0.678082526,0.651129961,1,1,1,1,1,0.014200841,0.809571028,0.060653932,1,1,1,1,1,0.022550806,0.664866805,0.538968101,0.538819547,0.539007092
-1649,1,0.5515,1,1,1,1,1,1,1,1,0.0073,0.5515,0.1216,1,0.3625,1,1,1,1,1,1,0,0.3625,0.1657,1,0.5925,1,1,1,0.0178,0.5925,0.107,1,1,1,1,1,0.006348055,0.438308388,0.479593247,1,1,1,1,1,0.003880366,0.508517623,0.010125131,1,1,1,1,1,0.03430903,0.413358212,0.565309328,0.565474931,0.565159574
-1650,1,0.5515,1,1,1,1,1,1,1,1,0.0054,0.5515,0,1,0.3625,1,1,1,1,1,1,0,0.3625,0,1,0.5925,1,1,1,0.0203,0.5925,0,1,1,1,1,1,0.005007674,0,0.238659218,1,1,1,1,1,0.001481916,0,0,1,1,1,1,1,0.068969414,0,0.606996133,0.606938862,0.607269504
-1651,1,0.5515,1,1,1,1,1,1,1,1,0.0071,0.5515,0,1,0.3625,1,1,1,1,1,1,0,0.3625,0,1,0.5925,1,1,1,0.0064,0.5925,0,1,1,1,1,1,0.004860274,0,0.321272343,1,1,1,1,1,0.000731612,0,0,1,1,1,1,1,0.040294282,0,0.598960851,0.598899937,0.59929078
-1652,1,0.5515,1,1,1,1,1,1,1,1,0.0127,0.5515,0,1,0.3625,1,1,1,1,1,1,0,0.3625,0,1,0.5925,1,1,1,0.0021,0.5925,0,1,1,1,1,1,0.008865508,0,0.090152167,1,1,1,1,1,0.000359164,0,0,1,1,1,1,1,0.024384486,0,0.58240696,0.582398985,0.582446809
-1653,1,0.5515,1,1,1,1,1,1,1,1,0.0152,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0051,0.3625,0,1,0.5925,1,1,1,0.0081,0.5925,0,1,1,1,1,1,0.01239216,0,0.059374444,1,1,1,1,1,0.008760923,0,0,1,1,1,1,1,0.043816391,0,0.555521991,0.55553205,0.555407801
-1654,1,0.5515,1,1,1,1,1,1,1,1,0.0159,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0019,0.3625,0,1,0.5925,1,1,1,0.0185,0.5925,0,1,1,1,1,1,0.01122924,0,0.018855955,1,1,1,1,1,0.004630304,0,0,1,1,1,1,1,0.075370356,0,0.518426776,0.518510683,0.518617021
-1655,1,0.5515,1,1,1,1,1,1,1,1,0.0212,0.5515,0,1,0.3625,1,1,1,1,1,1,0,0.3625,0,1,0.5925,1,1,1,0.04,0.5925,0,1,1,1,1,1,0.013325811,0,0.0061451,1,1,1,1,1,0.004993117,0,0,1,1,1,1,1,0.117809355,0,0.481935718,0.481912418,0.481826241
-1656,1,0.5515,1,1,1,1,1,1,1,1,0.0247,0.5515,0,1,0.3625,1,1,1,1,1,1,0,0.3625,0,1,0.5925,1,1,1,0.0538,0.5925,0,1,1,1,1,1,0.013300466,0,0.012933142,1,1,1,1,1,0.003890652,0,0,1,1,1,1,1,0.160998672,0,0.454023683,0.45398773,0.453900709
-1657,1,0.5515,1,1,1,1,1,1,1,1,0.0984,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0228,0.3625,0,1,0.5925,1,1,1,0.0798,0.5925,0,1,1,1,1,1,0.067309007,0,0.041815974,1,1,1,1,1,0.051894378,0,0.000680628,1,1,1,1,1,0.266973913,0,0.445746738,0.445737254,0.445478723
-1658,1,0.5515,1,1,1,1,1,1,1,1,0.1096,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1009,0.3625,0,1,0.5925,1,1,1,0.135,0.5925,0,1,1,1,1,1,0.087600313,0,0.054362971,1,1,1,1,1,0.137854487,0,0.053268589,1,1,1,1,1,0.429224432,0,0.437348961,0.437486778,0.4375
-1659,1,0.5515,1,1,1,1,1,1,1,1,0.1184,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1913,0.3625,0,1,0.5925,1,1,1,0.1589,0.5925,0,1,1,1,1,1,0.106687203,0,0.047210507,1,1,1,1,1,0.256540745,0,0.103429064,1,1,1,1,1,0.501912951,0,0.428830353,0.428813201,0.428634752
-1660,1,0.5515,1,1,1,1,1,1,1,1,0.2818,0.5515,0,1,0.3625,1,1,1,1,1,1,0.3729,0.3625,0,1,0.5925,1,1,1,0.1842,0.5925,0,1,1,1,1,1,0.303881288,0,0.066526279,1,1,1,1,1,0.510635674,0,0.114703149,1,1,1,1,1,0.513417602,0,0.426957467,0.426909245,0.426861702
-1661,1,0.5515,1,1,1,1,1,1,1,1,0.378,0.5515,0,1,0.3625,1,1,1,1,1,1,0.4827,0.3625,0,1,0.5925,1,1,1,0.2294,0.5925,0,1,1,1,1,1,0.465139091,0,0.085601866,1,1,1,1,1,0.635343075,0,0.191850528,1,1,1,1,1,0.621783495,0,0.43360319,0.433678866,0.433510638
-1662,1,0.5515,1,1,1,1,1,1,1,1,0.3066,0.5515,0,1,0.3625,1,1,1,1,1,1,0.353,0.3625,0,1,0.5925,1,1,1,0.2513,0.5925,0,1,1,1,1,1,0.383763343,0,0.082927011,1,1,1,1,1,0.403808832,0,0.147796869,1,1,1,1,1,0.653955817,0,0.449311261,0.449333615,0.449468085
-1663,1,0.5515,1,1,1,1,1,1,1,1,0.4726,0.5515,0.1634,1,0.3625,1,1,1,1,1,1,0.3695,0.3625,0.1727,1,0.5925,1,1,1,0.3066,0.5925,0.1421,1,1,1,1,1,0.516997218,0.507438302,0.336815298,1,1,1,1,1,0.37387526,0.479216188,0.337343991,1,1,1,1,1,0.685943365,0.5238536,0.467133881,0.467103871,0.467198582
-1664,1,0.5515,1,1,1,1,1,1,1,1,0.3849,0.5515,0.3936,1,0.3625,1,1,1,1,1,1,0.665,0.3625,0.403,1,0.5925,1,1,1,0.2529,0.5925,0.3488,1,1,1,1,1,0.314271301,0.801765263,0.303787351,1,1,1,1,1,0.582865775,0.784460068,0.643457055,1,1,1,1,1,0.477914542,0.806726754,0.493898018,0.493759255,0.493794326
-1665,1,0.5515,1,1,1,1,1,1,1,1,0.6071,0.5515,0.5714,1,0.3625,1,1,1,1,1,1,0.6364,0.3625,0.5786,1,0.5925,1,1,1,0.2313,0.5925,0.4989,1,1,1,1,1,0.463339388,0.952402413,0.527336955,1,1,1,1,1,0.637072563,0.953331172,1,1,1,1,1,1,0.379278153,0.953903854,0.518245529,0.518299133,0.518617021
-1666,1,0.5515,1,1,1,1,1,1,1,1,0.552,0.5515,0.71,1,0.3625,1,1,1,1,1,1,0.478,0.3625,0.7085,1,0.5925,1,1,1,0.1437,0.5925,0.6665,1,1,1,1,1,0.354203403,0.997625351,0.510962725,1,1,1,1,1,0.46271795,0.999858499,0.95038116,1,1,1,1,1,0.21676138,0.999646306,0.530872402,0.530780622,0.531028369
-1667,1,0.5515,1,1,1,1,1,1,1,1,0.5521,0.5515,0.7321,1,0.3625,1,1,1,1,1,1,0.3612,0.3625,0.7397,1,0.5925,1,1,1,0.1633,0.5925,0.718,1,1,1,1,1,0.336664379,1,0.750521779,1,1,1,1,1,0.360046029,1,0.890296102,1,1,1,1,1,0.157845914,0.999985933,0.534134848,0.534165433,0.534131206
-1668,1,0.5515,1,1,1,1,1,1,1,1,0.5242,0.5515,0.7319,1,0.3625,1,1,1,1,1,1,0.2764,0.3625,0.7344,1,0.5925,1,1,1,0.1376,0.5925,0.7121,1,1,1,1,1,0.272698939,0.999613285,0.984010696,1,1,1,1,1,0.304579496,0.998068154,1,1,1,1,1,1,0.114375457,0.999846756,0.530449493,0.530357521,0.530585106
-1669,1,0.5515,1,1,1,1,1,1,1,1,0.4744,0.5515,0.7256,1,0.3625,1,1,1,1,1,1,0.1863,0.3625,0.7274,1,0.5925,1,1,1,0.1236,0.5925,0.709,1,1,1,1,1,0.207774743,0.998631954,0.798059523,1,1,1,1,1,0.240263775,0.99827534,0.987679124,1,1,1,1,1,0.141785055,0.999547362,0.519695505,0.519779987,0.519946809
-1670,1,0.5515,1,1,1,1,1,1,1,1,0.5232,0.5515,0.6916,1,0.3625,1,1,1,1,1,1,0.31,0.3625,0.7056,1,0.5925,1,1,1,0.1165,0.5925,0.6718,1,1,1,1,1,0.263967574,0.997389674,0.751763821,1,1,1,1,1,0.362974226,0.994450212,0.891626239,1,1,1,1,1,0.240409225,0.985084951,0.50682697,0.506663846,0.506648936
-1671,1,0.5515,1,1,1,1,1,1,1,1,0.5644,0.5515,0.5494,1,0.3625,1,1,1,1,1,1,0.3398,0.3625,0.582,1,0.5925,1,1,1,0.0967,0.5925,0.5204,1,1,1,1,1,0.295265138,0.951327682,0.987117648,1,1,1,1,1,0.393812984,0.967962384,1,1,1,1,1,1,0.228107512,0.923037767,0.498731271,0.498624921,0.498670213
-1672,1,0.5515,1,1,1,1,1,1,1,1,0.3504,0.5515,0.3596,1,0.3625,1,1,1,1,1,1,0.3252,0.3625,0.4025,1,0.5925,1,1,1,0.0962,0.5925,0.3265,1,1,1,1,1,0.166067973,0.778443515,0.991090775,1,1,1,1,1,0.3491745,0.802148223,0.98133564,1,1,1,1,1,0.210034549,0.739891231,0.500966651,0.500951978,0.500886525
-1673,1,0.5515,1,1,1,1,1,1,1,1,0.31,0.5515,0.1252,1,0.3625,1,1,1,1,1,1,0.272,0.3625,0.1701,1,0.5925,1,1,1,0.1849,0.5925,0.0953,1,1,1,1,1,0.207864329,0.47040236,0.944704473,1,1,1,1,1,0.294460475,0.50445044,0.956727028,1,1,1,1,1,0.403992862,0.417360723,0.515526825,0.515548974,0.515514184
-1674,1,0.5515,1,1,1,1,1,1,1,1,0.2882,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1178,0.3625,0,1,0.5925,1,1,1,0.2177,0.5925,0,1,1,1,1,1,0.237447575,0,0.731960416,1,1,1,1,1,0.160375819,0,0.608651876,1,1,1,1,1,0.460977912,0,0.540840986,0.540723503,0.540780142
-1675,1,0.5515,1,1,1,1,1,1,1,1,0.3122,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1731,0.3625,0,1,0.5925,1,1,1,0.2826,0.5925,0,1,1,1,1,1,0.2346946,0,1,1,1,1,1,1,0.240899205,0,0.926711559,1,1,1,1,1,0.540494263,0,0.585790237,0.585572245,0.585992908
-1676,1,0.5515,1,1,1,1,1,1,1,1,0.3913,0.5515,0,1,0.3625,1,1,1,1,1,1,0.4742,0.3625,0,1,0.5925,1,1,1,0.2912,0.5925,0,1,1,1,1,1,0.36329028,0,0.99898994,1,1,1,1,1,0.575870037,0,0.926043034,1,1,1,1,1,0.536586642,0,0.576667472,0.576687117,0.576684397
-1677,1,0.5515,1,1,1,1,1,1,1,1,0.4397,0.5515,0,1,0.3625,1,1,1,1,1,1,0.5102,0.3625,0,1,0.5925,1,1,1,0.3229,0.5925,0,1,1,1,1,1,0.463743716,0,0.995701194,1,1,1,1,1,0.619621098,0,0.904618382,1,1,1,1,1,0.625951946,0,0.541686805,0.541781257,0.542109929
-1678,1,0.5515,1,1,1,1,1,1,1,1,0.5219,0.5515,0,1,0.3625,1,1,1,1,1,1,0.5611,0.3625,0,1,0.5925,1,1,1,0.3397,0.5925,0,1,1,1,1,1,0.514432311,0,1,1,1,1,1,1,0.622110844,0,1,1,1,1,1,1,0.696650624,0,0.496556307,0.496720965,0.496453901
-1679,1,0.5515,1,1,1,1,1,1,1,1,0.5014,0.5515,0,1,0.3625,1,1,1,1,1,1,0.5635,0.3625,0,1,0.5925,1,1,1,0.3376,0.5925,0,1,1,1,1,1,0.484193861,0,1,1,1,1,1,1,0.710645974,0,1,1,1,1,1,1,0.762925386,0,0.449371677,0.449333615,0.449468085
-1680,1,0.5515,1,1,1,1,1,1,1,1,0.5509,0.5515,0,1,0.3625,1,1,1,1,1,1,0.6928,0.3625,0,1,0.5925,1,1,1,0.3687,0.5925,0,1,1,1,1,1,0.574724257,0,1,1,1,1,1,1,0.816254497,0,1,1,1,1,1,1,0.767451525,0,0.41982842,0.419716522,0.419769504
-1681,1,0.5515,1,1,1,1,1,1,1,1,0.6738,0.5515,0,1,0.3625,1,1,1,1,1,1,0.7903,0.3625,0,1,0.5925,1,1,1,0.4992,0.5925,0,1,1,1,1,1,0.682199121,0,1,1,1,1,1,1,0.906872869,0,1,1,1,1,1,1,0.842648149,0,0.402609957,0.402580918,0.402925532
-1682,1,0.5515,1,1,1,1,1,1,1,1,0.6782,0.5515,0,1,0.3625,1,1,1,1,1,1,0.7175,0.3625,0,1,0.5925,1,1,1,0.507,0.5925,0,1,1,1,1,1,0.711650968,0,1,1,1,1,1,1,0.850154877,0,1,1,1,1,1,1,0.862965226,0,0.396145481,0.396022847,0.396276596
-1683,1,0.5515,1,1,1,1,1,1,1,1,0.6281,0.5515,0,1,0.3625,1,1,1,1,1,1,0.6648,0.3625,0,1,0.5925,1,1,1,0.4958,0.5925,0,1,1,1,1,1,0.666432679,0,1,1,1,1,1,1,0.816641569,0,1,1,1,1,1,1,0.853192449,0,0.397051716,0.397080601,0.396719858
-1684,1,0.5515,1,1,1,1,1,1,1,1,0.6057,0.5515,0,1,0.3625,1,1,1,1,1,1,0.7099,0.3625,0,1,0.5925,1,1,1,0.397,0.5925,0,1,1,1,1,1,0.633211136,0,1,1,1,1,1,1,0.835256994,0,1,1,1,1,1,1,0.766388893,0,0.408832769,0.408927438,0.409131206
-1685,1,0.5515,1,1,1,1,1,1,1,1,0.4353,0.5515,0,1,0.3625,1,1,1,1,1,1,0.6043,0.3625,0,1,0.5925,1,1,1,0.3677,0.5925,0,1,1,1,1,1,0.514934599,0,1,1,1,1,1,1,0.716337442,0,1,1,1,1,1,1,0.719361961,0,0.451304978,0.451237571,0.451241135
-1686,1,0.5515,1,1,1,1,1,1,1,1,0.2745,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2175,0.3625,0,1,0.5925,1,1,1,0.3454,0.5925,0,1,1,1,1,1,0.258416951,0,0.997458458,1,1,1,1,1,0.202985525,0,0.78390944,1,1,1,1,1,0.701236248,0,0.531416143,0.531415274,0.531914894
-1687,1,0.5515,1,1,1,1,1,1,1,1,0.3282,0.5515,0.1679,1,0.3625,1,1,1,1,1,1,0.1909,0.3625,0.178,1,0.5925,1,1,1,0.2717,0.5925,0.1461,1,1,1,1,1,0.309196055,0.524000347,1,1,1,1,1,1,0.181269035,0.450945616,0.965364695,1,1,1,1,1,0.559585273,0.404855281,0.57781537,0.57774487,0.578014184
-1688,1,0.5515,1,1,1,1,1,1,1,1,0.2032,0.5515,0.396,1,0.3625,1,1,1,1,1,1,0.1401,0.3625,0.3975,1,0.5925,1,1,1,0.2628,0.5925,0.3761,1,1,1,1,1,0.243910983,0.813130856,0.95618397,1,1,1,1,1,0.146556675,0.748894811,0.498951077,1,1,1,1,1,0.538024902,0.780002236,0.584098598,0.58409139,0.584219858
-1689,1,0.5515,1,1,1,1,1,1,1,1,0.0679,0.5515,0.563,1,0.3625,1,1,1,1,1,1,0.0279,0.3625,0.5443,1,0.5925,1,1,1,0.1638,0.5925,0.5573,1,1,1,1,1,0.084896877,0.929271162,0.801962852,1,1,1,1,1,0.041073464,0.87798512,0.4385432,1,1,1,1,1,0.334700495,0.867808998,0.581802803,0.581764333,0.582003546
-1690,1,0.5515,1,1,1,1,1,1,1,1,0.0157,0.5515,0.6706,1,0.3625,1,1,1,1,1,1,0,0.3625,0.6526,1,0.5925,1,1,1,0.0883,0.5925,0.6754,1,1,1,1,1,0.023642113,0.930954754,0.667806268,1,1,1,1,1,0.000720761,0.951846719,0.494915187,1,1,1,1,1,0.184159249,0.972964168,0.58379652,0.583668289,0.584219858
-1691,1,0.5515,1,1,1,1,1,1,1,1,0.0103,0.5515,0.6657,1,0.3625,1,1,1,1,1,1,0,0.3625,0.7038,1,0.5925,1,1,1,0.07,0.5925,0.6544,1,1,1,1,1,0.011686536,0.933623731,0.421392322,1,1,1,1,1,0.000435256,0.993291616,0.383675665,1,1,1,1,1,0.065676644,0.974522173,0.582467376,0.582610535,0.582446809
-1692,1,0.5515,1,1,1,1,1,1,1,1,0.013,0.5515,0.6913,1,0.3625,1,1,1,1,1,1,0,0.3625,0.7204,1,0.5925,1,1,1,0.0708,0.5925,0.6608,1,1,1,1,1,0.008265927,0.983928502,0.308415681,1,1,1,1,1,0.001685919,0.995555401,0.344047129,1,1,1,1,1,0.056819931,0.916195631,0.576486225,0.576475566,0.576684397
-1693,1,0.5515,1,1,1,1,1,1,1,1,0.0568,0.5515,0.7119,1,0.3625,1,1,1,1,1,1,0.0211,0.3625,0.7054,1,0.5925,1,1,1,0.0865,0.5925,0.6662,1,1,1,1,1,0.010485996,0.996459723,0.412774503,1,1,1,1,1,0.017052779,0.966646075,0.267705798,1,1,1,1,1,0.068898059,0.929828882,0.572740454,0.572667654,0.572695035
-1694,1,0.5515,1,1,1,1,1,1,1,1,0.0905,0.5515,0.6575,1,0.3625,1,1,1,1,1,1,0.0252,0.3625,0.6333,1,0.5925,1,1,1,0.0789,0.5925,0.6201,1,1,1,1,1,0.021222722,0.948382139,0.687232077,1,1,1,1,1,0.031440414,0.837504029,0.746784866,1,1,1,1,1,0.068709545,0.951098502,0.563980184,0.563994077,0.563829787
-1695,1,0.5515,1,1,1,1,1,1,1,1,0.1465,0.5515,0.4746,1,0.3625,1,1,1,1,1,1,0.1253,0.3625,0.4573,1,0.5925,1,1,1,0.0703,0.5925,0.4504,1,1,1,1,1,0.03982497,0.765796363,1,1,1,1,1,1,0.130539432,0.703757048,1,1,1,1,1,1,0.059204083,0.840224683,0.55582407,0.555743601,0.555851064
-1696,1,0.5515,1,1,1,1,1,1,1,1,0.1814,0.5515,0.2529,1,0.3625,1,1,1,1,1,1,0.1332,0.3625,0.2714,1,0.5925,1,1,1,0.0418,0.5925,0.2448,1,1,1,1,1,0.072125502,0.428006768,1,1,1,1,1,1,0.152878776,0.539909899,0.914336443,1,1,1,1,1,0.017563321,0.53790015,0.55358869,0.553839645,0.553634752
-1697,1,0.5515,1,1,1,1,1,1,1,1,0.1159,0.5515,0.0605,1,0.3625,1,1,1,1,1,1,0.1478,0.3625,0.12,1,0.5925,1,1,1,0.029,0.5925,0.0526,1,1,1,1,1,0.052620817,0.107792795,1,1,1,1,1,1,0.183736563,0.223461077,1,1,1,1,1,1,0.020639313,0.186050609,0.560898985,0.560820817,0.561170213
-1698,1,0.5515,1,1,1,1,1,1,1,1,0.128,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1383,0.3625,0,1,0.5925,1,1,1,0.0185,0.5925,0,1,1,1,1,1,0.066740118,0,0.950959265,1,1,1,1,1,0.168372899,0,1,1,1,1,1,1,0.023625933,0,0.579688255,0.579860377,0.579787234
-1699,1,0.5515,1,1,1,1,1,1,1,1,0.1781,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2073,0.3625,0,1,0.5925,1,1,1,0.0124,0.5925,0,1,1,1,1,1,0.117186099,0,1,1,1,1,1,1,0.226522118,0,1,1,1,1,1,1,0.054503024,0,0.610137748,0.610112122,0.61037234
-1700,1,0.5515,1,1,1,1,1,1,1,1,0.1561,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0737,0.3625,0,1,0.5925,1,1,1,0.0196,0.5925,0,1,1,1,1,1,0.112028092,0,0.995742202,1,1,1,1,1,0.113568246,0,0.981634319,1,1,1,1,1,0.090003289,0,0.591952634,0.591918765,0.592198582
-1701,1,0.5515,1,1,1,1,1,1,1,1,0.2578,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2374,0.3625,0,1,0.5925,1,1,1,0.0129,0.5925,0,1,1,1,1,1,0.21539019,0,1,1,1,1,1,1,0.278454065,0,1,1,1,1,1,1,0.056362361,0,0.549057516,0.548973979,0.549202128
-1702,1,0.5515,1,1,1,1,1,1,1,1,0.1935,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1921,0.3625,0,1,0.5925,1,1,1,0.012,0.5925,0,1,1,1,1,1,0.223351315,0,0.987218678,1,1,1,1,1,0.263134241,0,1,1,1,1,1,1,0.028052427,0,0.493898018,0.493759255,0.493794326
-1703,1,0.5515,1,1,1,1,1,1,1,1,0.3032,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2982,0.3625,0,1,0.5925,1,1,1,0.0177,0.5925,0,1,1,1,1,1,0.309461176,0,1,1,1,1,1,1,0.435710907,0,1,1,1,1,1,1,0.022771208,0,0.442846786,0.442775545,0.443262411
-1704,1,0.5515,1,1,1,1,1,1,1,1,0.3817,0.5515,0,1,0.3625,1,1,1,1,1,1,0.37,0.3625,0,1,0.5925,1,1,1,0.0278,0.5925,0,1,1,1,1,1,0.347218841,0,1,1,1,1,1,1,0.482757151,0,1,1,1,1,1,1,0.055998977,0,0.408228613,0.408081235,0.408244681
-1705,1,0.5515,1,1,1,1,1,1,1,1,0.528,0.5515,0,1,0.3625,1,1,1,1,1,1,0.3508,0.3625,0,1,0.5925,1,1,1,0.0794,0.5925,0,1,1,1,1,1,0.392522067,0,1,1,1,1,1,1,0.465468347,0,1,1,1,1,1,1,0.164867774,0,0.388231029,0.388195473,0.388297872
-1706,1,0.5515,1,1,1,1,1,1,1,1,0.488,0.5515,0,1,0.3625,1,1,1,1,1,1,0.3296,0.3625,0,1,0.5925,1,1,1,0.1393,0.5925,0,1,1,1,1,1,0.351304621,0,1,1,1,1,1,1,0.427500546,0,1,1,1,1,1,1,0.327104151,0,0.378806187,0.378887243,0.378989362
-1707,1,0.5515,1,1,1,1,1,1,1,1,0.4292,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1973,0.3625,0,1,0.5925,1,1,1,0.1468,0.5925,0,1,1,1,1,1,0.319853038,0,1,1,1,1,1,1,0.236555755,0,1,1,1,1,1,1,0.30811438,0,0.376510391,0.376560186,0.376329787
-1708,1,0.5515,1,1,1,1,1,1,1,1,0.359,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1616,0.3625,0,1,0.5925,1,1,1,0.1492,0.5925,0,1,1,1,1,1,0.213663831,0,1,1,1,1,1,1,0.175954625,0,1,1,1,1,1,1,0.306417376,0,0.386539391,0.386503067,0.386524823
-1709,1,0.5515,1,1,1,1,1,1,1,1,0.2262,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1971,0.3625,0,1,0.5925,1,1,1,0.1958,0.5925,0,1,1,1,1,1,0.150823072,0,1,1,1,1,1,1,0.211246207,0,1,1,1,1,1,1,0.35319677,0,0.424359594,0.424370637,0.424202128
-1710,1,0.5515,1,1,1,1,1,1,1,1,0.2149,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0853,0.3625,0,1,0.5925,1,1,1,0.1993,0.5925,0,1,1,1,1,1,0.178870663,0,1,1,1,1,1,1,0.112878561,0,1,1,1,1,1,1,0.323554069,0,0.50181247,0.501798181,0.502216312
-1711,1,0.5515,1,1,1,1,1,1,1,1,0.1331,0.5515,0.0216,1,0.3625,1,1,1,1,1,1,0.0411,0.3625,0.0008,1,0.5925,1,1,1,0.2454,0.5925,0.118,1,1,1,1,1,0.115636081,0.026299937,0.979040504,1,1,1,1,1,0.087980852,0.003429557,1,1,1,1,1,1,0.407860041,0.17756936,0.553830353,0.553839645,0.554078014
-1712,1,0.5515,1,1,1,1,1,1,1,1,0.1433,0.5515,0.1372,1,0.3625,1,1,1,1,1,1,0.0782,0.3625,0.1681,1,0.5925,1,1,1,0.2805,0.5925,0.287,1,1,1,1,1,0.161446825,0.24637267,0.980611265,1,1,1,1,1,0.10895279,0.281384677,0.778698206,1,1,1,1,1,0.351443976,0.495976895,0.568088449,0.568013539,0.568262411
-1713,1,0.5515,1,1,1,1,1,1,1,1,0.1238,0.5515,0.3468,1,0.3625,1,1,1,1,1,1,0.1138,0.3625,0.2841,1,0.5925,1,1,1,0.3661,0.5925,0.4184,1,1,1,1,1,0.116953321,0.518289983,0.984301209,1,1,1,1,1,0.155796409,0.465173692,1,1,1,1,1,1,0.423916072,0.752842963,0.573465442,0.573513857,0.57358156
-1714,1,0.5515,1,1,1,1,1,1,1,1,0.1262,0.5515,0.3952,1,0.3625,1,1,1,1,1,1,0.1179,0.3625,0.4238,1,0.5925,1,1,1,0.3419,0.5925,0.4466,1,1,1,1,1,0.099451557,0.672699869,1,1,1,1,1,1,0.146063343,0.607152939,0.995441139,1,1,1,1,1,0.418510467,0.82061708,0.577332044,0.577321769,0.577570922
-1715,1,0.5515,1,1,1,1,1,1,1,1,0.1563,0.5515,0.4551,1,0.3625,1,1,1,1,1,1,0.1173,0.3625,0.5036,1,0.5925,1,1,1,0.3346,0.5925,0.4374,1,1,1,1,1,0.127019614,0.735465527,1,1,1,1,1,1,0.125657707,0.734074712,0.927544534,1,1,1,1,1,0.468200862,0.858729601,0.578057032,0.577956421,0.578014184
-1716,1,0.5515,1,1,1,1,1,1,1,1,0.2149,0.5515,0.5095,1,0.3625,1,1,1,1,1,1,0.0501,0.3625,0.5608,1,0.5925,1,1,1,0.303,0.5925,0.4787,1,1,1,1,1,0.164488465,0.773904026,1,1,1,1,1,1,0.042886108,0.845103621,0.829560518,1,1,1,1,1,0.430171281,0.89209491,0.574855002,0.574783161,0.574911348
-1717,1,0.5515,1,1,1,1,1,1,1,1,0.2563,0.5515,0.5567,1,0.3625,1,1,1,1,1,1,0.1023,0.3625,0.6057,1,0.5925,1,1,1,0.3088,0.5925,0.4293,1,1,1,1,1,0.185257554,0.82567668,1,1,1,1,1,1,0.105061248,0.877608895,1,1,1,1,1,1,0.281017452,0.780676246,0.573827936,0.573725407,0.574024823
-1718,1,0.5515,1,1,1,1,1,1,1,1,0.3258,0.5515,0.5691,1,0.3625,1,1,1,1,1,1,0.2125,0.3625,0.6271,1,0.5925,1,1,1,0.2454,0.5925,0.446,1,1,1,1,1,0.191534221,0.834254324,1,1,1,1,1,1,0.200866997,0.861678362,1,1,1,1,1,1,0.229844913,0.634837031,0.567967617,0.568013539,0.567819149
-1719,1,0.5515,1,1,1,1,1,1,1,1,0.255,0.5515,0.4904,1,0.3625,1,1,1,1,1,1,0.1222,0.3625,0.5014,1,0.5925,1,1,1,0.2075,0.5925,0.3639,1,1,1,1,1,0.134823501,0.783505499,1,1,1,1,1,1,0.148557946,0.765957892,1,1,1,1,1,1,0.194142073,0.594836771,0.562288545,0.562301671,0.5625
-1720,1,0.5515,1,1,1,1,1,1,1,1,0.2394,0.5515,0.3087,1,0.3625,1,1,1,1,1,1,0.1071,0.3625,0.3431,1,0.5925,1,1,1,0.1731,0.5925,0.2763,1,1,1,1,1,0.181500077,0.596509635,0.976199269,1,1,1,1,1,0.145286083,0.672838509,1,1,1,1,1,1,0.210093334,0.519791245,0.562711455,0.562724773,0.562943262
-1721,1,0.5515,1,1,1,1,1,1,1,1,0.252,0.5515,0.1034,1,0.3625,1,1,1,1,1,1,0.1157,0.3625,0.1478,1,0.5925,1,1,1,0.1936,0.5925,0.07,1,1,1,1,1,0.252470285,0.3640984,1,1,1,1,1,1,0.168507963,0.423687518,1,1,1,1,1,1,0.202471614,0.285611749,0.568934268,0.568859742,0.569148936
-1722,1,0.5515,1,1,1,1,1,1,1,1,0.2508,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2183,0.3625,0,1,0.5925,1,1,1,0.2434,0.5925,0,1,1,1,1,1,0.244300306,0,1,1,1,1,1,1,0.21892193,0,1,1,1,1,1,1,0.16853033,0,0.57781537,0.57774487,0.578014184
-1723,1,0.5515,1,1,1,1,1,1,1,1,0.2435,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1347,0.3625,0,1,0.5925,1,1,1,0.1552,0.5925,0,1,1,1,1,1,0.258565754,0,1,1,1,1,1,1,0.158244103,0,1,1,1,1,1,1,0.135513917,0,0.605848236,0.605669558,0.605939716
-1724,1,0.5515,1,1,1,1,1,1,1,1,0.1671,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1087,0.3625,0,1,0.5925,1,1,1,0.1115,0.5925,0,1,1,1,1,1,0.20699212,0,0.998329163,1,1,1,1,1,0.141151756,0,1,1,1,1,1,1,0.105681926,0,0.589173514,0.589168606,0.589095745
-1725,1,0.5515,1,1,1,1,1,1,1,1,0.1807,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1298,0.3625,0,1,0.5925,1,1,1,0.1138,0.5925,0,1,1,1,1,1,0.214985341,0,1,1,1,1,1,1,0.129186615,0,1,1,1,1,1,1,0.167359352,0,0.54718463,0.547070023,0.547429078
-1726,1,0.5515,1,1,1,1,1,1,1,1,0.1913,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0465,0.3625,0,1,0.5925,1,1,1,0.0768,0.5925,0,1,1,1,1,1,0.154586628,0,1,1,1,1,1,1,0.114174135,0,1,1,1,1,1,1,0.116848066,0,0.490454326,0.490374445,0.490691489
-1727,1,0.5515,1,1,1,1,1,1,1,1,0.1254,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2289,0.3625,0,1,0.5925,1,1,1,0.1024,0.5925,0,1,1,1,1,1,0.146541029,0,0.680334926,1,1,1,1,1,0.2684865,0,1,1,1,1,1,1,0.106790513,0,0.438134364,0.43812143,0.438386525
-1728,1,0.5515,1,1,1,1,1,1,1,1,0.1518,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2094,0.3625,0,1,0.5925,1,1,1,0.1166,0.5925,0,1,1,1,1,1,0.143106252,0,0.995283604,1,1,1,1,1,0.330285341,0,1,1,1,1,1,1,0.151145652,0,0.403214113,0.40321557,0.402925532
-1729,1,0.5515,1,1,1,1,1,1,1,1,0.0972,0.5515,0,1,0.3625,1,1,1,1,1,1,0.311,0.3625,0,1,0.5925,1,1,1,0.1071,0.5925,0,1,1,1,1,1,0.115304761,0,1,1,1,1,1,1,0.311832249,0,1,1,1,1,1,1,0.175017089,0,0.384304012,0.38417601,0.384308511
-1730,1,0.5515,1,1,1,1,1,1,1,1,0.111,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1517,0.3625,0,1,0.5925,1,1,1,0.1298,0.5925,0,1,1,1,1,1,0.069806412,0,1,1,1,1,1,1,0.198970437,0,1,1,1,1,1,1,0.190226331,0,0.374697922,0.374867781,0.374556738
-1731,1,0.5515,1,1,1,1,1,1,1,1,0.0675,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1515,0.3625,0,1,0.5925,1,1,1,0.1215,0.5925,0,1,1,1,1,1,0.034580171,0,1,1,1,1,1,1,0.219954923,0,1,1,1,1,1,1,0.169419214,0,0.374275012,0.374233129,0.374113475
-1732,1,0.5515,1,1,1,1,1,1,1,1,0.0671,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0712,0.3625,0,1,0.5925,1,1,1,0.1378,0.5925,0,1,1,1,1,1,0.0211649,0,0.991128445,1,1,1,1,1,0.094971023,0,1,1,1,1,1,1,0.133375168,0,0.383095698,0.383118257,0.382978723
-1733,1,0.5515,1,1,1,1,1,1,1,1,0.0691,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0188,0.3625,0,1,0.5925,1,1,1,0.0885,0.5925,0,1,1,1,1,1,0.025425225,0,0.809598207,1,1,1,1,1,0.087702684,0,0.954809725,1,1,1,1,1,0.137158647,0,0.421882552,0.421832029,0.421985816
-1734,1,0.5515,1,1,1,1,1,1,1,1,0.04,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0107,0.3625,0,1,0.5925,1,1,1,0.0975,0.5925,0,1,1,1,1,1,0.020982316,0,0.5306108,1,1,1,1,1,0.066192776,0,0.482276767,1,1,1,1,1,0.149320245,0,0.500060416,0.500105775,0.5
-1735,1,0.5515,1,1,1,1,1,1,1,1,0.0402,0.5515,0.1381,1,0.3625,1,1,1,1,1,1,0.0322,0.3625,0.1811,1,0.5925,1,1,1,0.0825,0.5925,0.0677,1,1,1,1,1,0.037779789,0.459490389,0.11970941,1,1,1,1,1,0.095193587,0.517112792,0.300206542,1,1,1,1,1,0.074359834,0.100909635,0.548272112,0.548339327,0.548758865
-1736,1,0.5515,1,1,1,1,1,1,1,1,0.0354,0.5515,0.3552,1,0.3625,1,1,1,1,1,1,0.0045,0.3625,0.4159,1,0.5925,1,1,1,0.0936,0.5925,0.2245,1,1,1,1,1,0.01452402,0.750550389,0.144527495,1,1,1,1,1,0.021676518,0.820192456,0.365216732,1,1,1,1,1,0.106650658,0.4207201,0.559509425,0.559551513,0.559397163
-1737,1,0.5515,1,1,1,1,1,1,1,1,0.0229,0.5515,0.516,1,0.3625,1,1,1,1,1,1,0.1912,0.3625,0.5904,1,0.5925,1,1,1,0.088,0.5925,0.3383,1,1,1,1,1,0.067525521,0.911103129,0.205037221,1,1,1,1,1,0.185777262,0.97908622,0.504319131,1,1,1,1,1,0.090980798,0.578258634,0.566034316,0.566109583,0.566046099
-1738,1,0.5515,1,1,1,1,1,1,1,1,0.0359,0.5515,0.6441,1,0.3625,1,1,1,1,1,1,0.4129,0.3625,0.7199,1,0.5925,1,1,1,0.0745,0.5925,0.3617,1,1,1,1,1,0.064102553,0.957896173,0.298219085,1,1,1,1,1,0.374621153,0.999971867,0.562464178,1,1,1,1,1,0.094607666,0.634622157,0.571230063,0.571186799,0.571365248
-1739,1,0.5515,1,1,1,1,1,1,1,1,0.068,0.5515,0.6863,1,0.3625,1,1,1,1,1,1,0.3873,0.3625,0.7504,1,0.5925,1,1,1,0.0681,0.5925,0.3917,1,1,1,1,1,0.123367131,0.976772428,0.577710152,1,1,1,1,1,0.353668064,0.999994636,0.645945847,1,1,1,1,1,0.080323026,0.677430511,0.572196713,0.572244553,0.572251773
-1740,1,0.5515,1,1,1,1,1,1,1,1,0.0786,0.5515,0.6974,1,0.3625,1,1,1,1,1,1,0.3752,0.3625,0.7513,1,0.5925,1,1,1,0.0756,0.5925,0.4646,1,1,1,1,1,0.1172712,0.981441379,0.400975168,1,1,1,1,1,0.326289326,0.99999404,0.196446866,1,1,1,1,1,0.085106075,0.734319448,0.567061382,0.566955786,0.567375887
-1741,1,0.5515,1,1,1,1,1,1,1,1,0.1001,0.5515,0.689,1,0.3625,1,1,1,1,1,1,0.3384,0.3625,0.7527,1,0.5925,1,1,1,0.0817,0.5925,0.4188,1,1,1,1,1,0.178249866,0.968708634,0.232831091,1,1,1,1,1,0.296924829,0.999992013,0.047417805,1,1,1,1,1,0.085674182,0.697424769,0.565853069,0.565686482,0.566046099
-1742,1,0.5515,1,1,1,1,1,1,1,1,0.1346,0.5515,0.6444,1,0.3625,1,1,1,1,1,1,0.4649,0.3625,0.7282,1,0.5925,1,1,1,0.0821,0.5925,0.3733,1,1,1,1,1,0.24915415,0.91183275,0.087279335,1,1,1,1,1,0.405457765,0.999986231,0.080145031,1,1,1,1,1,0.053469837,0.549378037,0.559751087,0.559763063,0.559840426
-1743,1,0.5515,1,1,1,1,1,1,1,1,0.1231,0.5515,0.5104,1,0.3625,1,1,1,1,1,1,0.6049,0.3625,0.5953,1,0.5925,1,1,1,0.0596,0.5925,0.3193,1,1,1,1,1,0.252639651,0.848678589,0.067868449,1,1,1,1,1,0.546363175,0.995084286,0.320227504,1,1,1,1,1,0.045919836,0.510945678,0.555461576,0.55553205,0.555407801
-1744,1,0.5515,1,1,1,1,1,1,1,1,0.1899,0.5515,0.3224,1,0.3625,1,1,1,1,1,1,0.4072,0.3625,0.4131,1,0.5925,1,1,1,0.0524,0.5925,0.1881,1,1,1,1,1,0.169540808,0.64736557,0.218348622,1,1,1,1,1,0.396441877,0.836713612,0.923858106,1,1,1,1,1,0.046030775,0.376843303,0.559630256,0.559763063,0.559840426
-1745,1,0.5515,1,1,1,1,1,1,1,1,0.2262,0.5515,0.0976,1,0.3625,1,1,1,1,1,1,0.2391,0.3625,0.1772,1,0.5925,1,1,1,0.0574,0.5925,0.0349,1,1,1,1,1,0.110772863,0.359108984,0.255488038,1,1,1,1,1,0.253771096,0.535573244,1,1,1,1,1,1,0.033609807,0.065564707,0.572861286,0.572879205,0.573138298
-1746,1,0.5515,1,1,1,1,1,1,1,1,0.2076,0.5515,0,1,0.3625,1,1,1,1,1,1,0.07,0.3625,0,1,0.5925,1,1,1,0.0845,0.5925,0,1,1,1,1,1,0.089698806,0,0.319727659,1,1,1,1,1,0.125358015,0,1,1,1,1,1,1,0.035388585,0,0.586756887,0.586629998,0.586879433
-1747,1,0.5515,1,1,1,1,1,1,1,1,0.0977,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0592,0.3625,0,1,0.5925,1,1,1,0.0465,0.5925,0,1,1,1,1,1,0.044339329,0,0.208312094,1,1,1,1,1,0.136112496,0,1,1,1,1,1,1,0.02575309,0,0.608264862,0.608208166,0.608156028
-1748,1,0.5515,1,1,1,1,1,1,1,1,0.0982,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0966,0.3625,0,1,0.5925,1,1,1,0.07,0.5925,0,1,1,1,1,1,0.037860218,0,0.121615089,1,1,1,1,1,0.141679347,0,0.970225215,1,1,1,1,1,0.084335454,0,0.592677622,0.592764967,0.592641844
-1749,1,0.5515,1,1,1,1,1,1,1,1,0.0775,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1124,0.3625,0,1,0.5925,1,1,1,0.0873,0.5925,0,1,1,1,1,1,0.038989089,0,0.428217232,1,1,1,1,1,0.174880087,0,0.25235498,1,1,1,1,1,0.088335022,0,0.553347028,0.553416543,0.553191489
-1750,1,0.5515,1,1,1,1,1,1,1,1,0.0677,0.5515,0,1,0.3625,1,1,1,1,1,1,0.063,0.3625,0,1,0.5925,1,1,1,0.0748,0.5925,0,1,1,1,1,1,0.032629881,0,0.241970539,1,1,1,1,1,0.12147598,0,0.989081979,1,1,1,1,1,0.066638954,0,0.498308362,0.49841337,0.49822695
-1751,1,0.5515,1,1,1,1,1,1,1,1,0.0391,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1432,0.3625,0,1,0.5925,1,1,1,0.0737,0.5925,0,1,1,1,1,1,0.0156067,0,0.124972217,1,1,1,1,1,0.159391761,0,0.997947693,1,1,1,1,1,0.058776438,0,0.447921701,0.447852761,0.447695035
-1752,1,0.5515,1,1,1,1,1,1,1,1,0.0241,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1571,0.3625,0,1,0.5925,1,1,1,0.0739,0.5925,0,1,1,1,1,1,0.008690809,0,0.051830143,1,1,1,1,1,0.219018161,0,0.616876185,1,1,1,1,1,0.05876879,0,0.415478492,0.415485509,0.415780142
-1753,1,0.5515,1,1,1,1,1,1,1,1,0.0223,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0603,0.3625,0,1,0.5925,1,1,1,0.0616,0.5925,0,1,1,1,1,1,0.002988421,0,0.04946889,1,1,1,1,1,0.086156622,0,0.274680883,1,1,1,1,1,0.044548918,0,0.397595457,0.397715253,0.397606383
-1754,1,0.5515,1,1,1,1,1,1,1,1,0.0163,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0187,0.3625,0,1,0.5925,1,1,1,0.0654,0.5925,0,1,1,1,1,1,0.002389602,0,0.180311412,1,1,1,1,1,0.057802066,0,0.243769914,1,1,1,1,1,0.059283152,0,0.38877477,0.388830125,0.388741135
-1755,1,0.5515,1,1,1,1,1,1,1,1,0.0103,0.5515,0,1,0.3625,1,1,1,1,1,1,0,0.3625,0,1,0.5925,1,1,1,0.1039,0.5925,0,1,1,1,1,1,0.002852813,0,0.197104603,1,1,1,1,1,0.023940083,0,0.206516504,1,1,1,1,1,0.103998579,0,0.388110198,0.387983922,0.388297872
-1756,1,0.5515,1,1,1,1,1,1,1,1,0.0084,0.5515,0,1,0.3625,1,1,1,1,1,1,0,0.3625,0,1,0.5925,1,1,1,0.1319,0.5925,0,1,1,1,1,1,0.003587533,0,0.255359501,1,1,1,1,1,0.017390905,0,0.224760205,1,1,1,1,1,0.135006174,0,0.398985017,0.398984557,0.39893617
-1757,1,0.5515,1,1,1,1,1,1,1,1,0.0141,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0239,0.3625,0,1,0.5925,1,1,1,0.115,0.5925,0,1,1,1,1,1,0.004361832,0,0.276588142,1,1,1,1,1,0.0511318,0,0.179500267,1,1,1,1,1,0.104642518,0,0.439705172,0.439813835,0.439716312
-1758,1,0.5515,1,1,1,1,1,1,1,1,0.0088,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0231,0.3625,0,1,0.5925,1,1,1,0.1065,0.5925,0,1,1,1,1,1,0.001724491,0,0.206568196,1,1,1,1,1,0.043107942,0,0.140081942,1,1,1,1,1,0.101212256,0,0.520118415,0.520203089,0.520390071
-1759,1,0.5515,1,1,1,1,1,1,1,1,0.003,0.5515,0.1353,1,0.3625,1,1,1,1,1,1,0.0099,0.3625,0.1354,1,0.5925,1,1,1,0.0802,0.5925,0.1503,1,1,1,1,1,0.004147269,0.343968034,0.154827967,1,1,1,1,1,0.027101463,0.332160562,0.115700528,1,1,1,1,1,0.091261268,0.453343332,0.571169647,0.571186799,0.571365248
-1760,1,0.5515,1,1,1,1,1,1,1,1,0.0091,0.5515,0.3241,1,0.3625,1,1,1,1,1,1,0.0044,0.3625,0.3278,1,0.5925,1,1,1,0.1422,0.5925,0.329,1,1,1,1,1,0.009654808,0.56994164,0.051863514,1,1,1,1,1,0.017764129,0.601148725,0.067172252,1,1,1,1,1,0.130065367,0.681766033,0.582950701,0.582822086,0.582890071
-1761,1,0.5515,1,1,1,1,1,1,1,1,0.028,0.5515,0.4493,1,0.3625,1,1,1,1,1,1,0.0048,0.3625,0.4588,1,0.5925,1,1,1,0.1335,0.5925,0.4349,1,1,1,1,1,0.009996654,0.673025608,0.008011933,1,1,1,1,1,0.01098536,0.715331376,0.078546599,1,1,1,1,1,0.088596277,0.750889897,0.588206863,0.588322403,0.588652482
-1762,1,0.5515,1,1,1,1,1,1,1,1,0.0208,0.5515,0.5111,1,0.3625,1,1,1,1,1,1,0.0047,0.3625,0.5147,1,0.5925,1,1,1,0.0998,0.5925,0.4667,1,1,1,1,1,0.004087534,0.706403196,0.022404362,1,1,1,1,1,0.008437676,0.753777206,0.051542148,1,1,1,1,1,0.070251726,0.77558738,0.5929797,0.592976518,0.593085106
-1763,1,0.5515,1,1,1,1,1,1,1,1,0.0051,0.5515,0.5157,1,0.3625,1,1,1,1,1,1,0.0132,0.3625,0.5454,1,0.5925,1,1,1,0.0402,0.5925,0.4964,1,1,1,1,1,0.00123732,0.719166338,0.039658189,1,1,1,1,1,0.015142253,0.810320139,0.08185707,1,1,1,1,1,0.033016395,0.75766921,0.590381827,0.59043791,0.590868794
-1764,1,0.5515,1,1,1,1,1,1,1,1,0.0057,0.5515,0.5283,1,0.3625,1,1,1,1,1,1,0.0148,0.3625,0.5871,1,0.5925,1,1,1,0.043,0.5925,0.5141,1,1,1,1,1,0.002884177,0.744595885,0.042450078,1,1,1,1,1,0.020244611,0.921604574,0.045223039,1,1,1,1,1,0.030535681,0.807892263,0.583011116,0.583033637,0.582890071
-1765,1,0.5515,1,1,1,1,1,1,1,1,0.0078,0.5515,0.5478,1,0.3625,1,1,1,1,1,1,0.0265,0.3625,0.6394,1,0.5925,1,1,1,0.0477,0.5925,0.517,1,1,1,1,1,0.002791797,0.754130602,0.044187844,1,1,1,1,1,0.035994455,0.915518761,0.022327488,1,1,1,1,1,0.076371282,0.866582751,0.577936201,0.577956421,0.578014184
-1766,1,0.5515,1,1,1,1,1,1,1,1,0.0181,0.5515,0.5083,1,0.3625,1,1,1,1,1,1,0.0499,0.3625,0.6015,1,0.5925,1,1,1,0.0288,0.5925,0.5542,1,1,1,1,1,0.00539788,0.696613848,0.035014715,1,1,1,1,1,0.081874534,0.822051823,0.025230628,1,1,1,1,1,0.034556657,0.878534913,0.567303045,0.567378887,0.567375887
-1767,1,0.5515,1,1,1,1,1,1,1,1,0.0137,0.5515,0.4275,1,0.3625,1,1,1,1,1,1,0.066,0.3625,0.4526,1,0.5925,1,1,1,0.016,0.5925,0.4776,1,1,1,1,1,0.010122919,0.681718349,0.062095501,1,1,1,1,1,0.103606597,0.625797153,0.030878015,1,1,1,1,1,0.025532935,0.888546467,0.561684389,0.561667019,0.561613475
-1768,1,0.5515,1,1,1,1,1,1,1,1,0.0385,0.5515,0.2737,1,0.3625,1,1,1,1,1,1,0.0716,0.3625,0.2548,1,0.5925,1,1,1,0.0243,0.5925,0.332,1,1,1,1,1,0.037085086,0.520816326,0.029132765,1,1,1,1,1,0.107357696,0.374472201,0.108656541,1,1,1,1,1,0.027194314,0.769235373,0.565611406,0.565686482,0.565602837
-1769,1,0.5515,1,1,1,1,1,1,1,1,0.0371,0.5515,0.0788,1,0.3625,1,1,1,1,1,1,0.0716,0.3625,0.0717,1,0.5925,1,1,1,0.0262,0.5925,0.1007,1,1,1,1,1,0.056044914,0.281762511,0.016458303,1,1,1,1,1,0.10092178,0.170452073,0.073106289,1,1,1,1,1,0.035089865,0.468452036,0.579869502,0.579860377,0.580230496
-1770,1,0.5515,1,1,1,1,1,1,1,1,0.0255,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0274,0.3625,0,1,0.5925,1,1,1,0.0907,0.5925,0,1,1,1,1,1,0.068474971,0,0.047343899,1,1,1,1,1,0.035624489,0,0.083929062,1,1,1,1,1,0.164517671,0,0.599021266,0.599111487,0.59929078
-1771,1,0.5515,1,1,1,1,1,1,1,1,0.0209,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0599,0.3625,0,1,0.5925,1,1,1,0.1194,0.5925,0,1,1,1,1,1,0.060826875,0,0.065217018,1,1,1,1,1,0.074518815,0,0.089179844,1,1,1,1,1,0.2538746,0,0.623791687,0.623651365,0.624113475
-1772,1,0.5515,1,1,1,1,1,1,1,1,0.0299,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0451,0.3625,0,1,0.5925,1,1,1,0.059,0.5925,0,1,1,1,1,1,0.057409119,0,0.121319778,1,1,1,1,1,0.073262244,0,0.081689276,1,1,1,1,1,0.125937462,0,0.607902368,0.607785065,0.607712766
-1773,1,0.5515,1,1,1,1,1,1,1,1,0.0681,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0567,0.3625,0,1,0.5925,1,1,1,0.0823,0.5925,0,1,1,1,1,1,0.149717316,0,0.215854928,1,1,1,1,1,0.097174436,0,0.133349493,1,1,1,1,1,0.218399718,0,0.571350894,0.57139835,0.571808511
-1774,1,0.5515,1,1,1,1,1,1,1,1,0.047,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1147,0.3625,0,1,0.5925,1,1,1,0.0925,0.5925,0,1,1,1,1,1,0.11011371,0,0.142460346,1,1,1,1,1,0.136301488,0,0.372292459,1,1,1,1,1,0.257820547,0,0.5169768,0.516818278,0.516843972
-1775,1,0.5515,1,1,1,1,1,1,1,1,0.0426,0.5515,0,1,0.3625,1,1,1,1,1,1,0.103,0.3625,0,1,0.5925,1,1,1,0.0881,0.5925,0,1,1,1,1,1,0.108615346,0,0.07518205,1,1,1,1,1,0.120992899,0,0.384824097,1,1,1,1,1,0.248485163,0,0.465865152,0.465834567,0.466312057
-1776,1,0.5515,1,1,1,1,1,1,1,1,0.0284,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1236,0.3625,0,1,0.5925,1,1,1,0.0496,0.5925,0,1,1,1,1,1,0.086190462,0,0.024176892,1,1,1,1,1,0.1430161,0,0.301168859,1,1,1,1,1,0.17537877,0,0.431488642,0.431563359,0.431737589
-1777,1,0.5515,1,1,1,1,1,1,1,1,0.042,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1176,0.3625,0,1,0.5925,1,1,1,0.0569,0.5925,0,1,1,1,1,1,0.104392834,0,0.027173884,1,1,1,1,1,0.135917693,0,0.220025137,1,1,1,1,1,0.152197748,0,0.412336878,0.412312249,0.412234043
-1778,1,0.5515,1,1,1,1,1,1,1,1,0.0159,0.5515,0,1,0.3625,1,1,1,1,1,1,0.124,0.3625,0,1,0.5925,1,1,1,0.0483,0.5925,0,1,1,1,1,1,0.070049755,0,0.064449668,1,1,1,1,1,0.14826867,0,0.175084293,1,1,1,1,1,0.141162962,0,0.404059932,0.404061773,0.404255319
-1779,1,0.5515,1,1,1,1,1,1,1,1,0.0038,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0527,0.3625,0,1,0.5925,1,1,1,0.0536,0.5925,0,1,1,1,1,1,0.029680403,0,0.04418464,1,1,1,1,1,0.063270137,0,0.165939018,1,1,1,1,1,0.154726535,0,0.401945384,0.401946266,0.402039007
-1780,1,0.5515,1,1,1,1,1,1,1,1,0.0129,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0217,0.3625,0,1,0.5925,1,1,1,0.0575,0.5925,0,1,1,1,1,1,0.040915269,0,0.03560273,1,1,1,1,1,0.027167108,0,0.147543728,1,1,1,1,1,0.136880264,0,0.412155631,0.412100698,0.412234043
-1781,1,0.5515,1,1,1,1,1,1,1,1,0.0165,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0589,0.3625,0,1,0.5925,1,1,1,0.058,0.5925,0,1,1,1,1,1,0.044068195,0,0.033597849,1,1,1,1,1,0.055304434,0,0.051127229,1,1,1,1,1,0.133310556,0,0.451123731,0.451026021,0.451241135
-1782,1,0.5515,1,1,1,1,1,1,1,1,0.024,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0166,0.3625,0,1,0.5925,1,1,1,0.0451,0.5925,0,1,1,1,1,1,0.056654349,0,0.035635628,1,1,1,1,1,0.01627828,0,0.038881153,1,1,1,1,1,0.157064885,0,0.527730788,0.527607362,0.52748227
-1783,1,0.5515,1,1,1,1,1,1,1,1,0.0378,0.5515,0.1294,1,0.3625,1,1,1,1,1,1,0.0157,0.3625,0.0587,1,0.5925,1,1,1,0.0832,0.5925,0.0725,1,1,1,1,1,0.086588383,0.253444403,0.046015475,1,1,1,1,1,0.015844479,0.085523561,0.098212831,1,1,1,1,1,0.233237162,0.188702658,0.575036249,0.574994711,0.57535461
-1784,1,0.5515,1,1,1,1,1,1,1,1,0.0473,0.5515,0.2557,1,0.3625,1,1,1,1,1,1,0.0018,0.3625,0.2359,1,0.5925,1,1,1,0.0858,0.5925,0.1756,1,1,1,1,1,0.091803603,0.365056157,0.052725915,1,1,1,1,1,0.00387397,0.346324742,0.085824348,1,1,1,1,1,0.219443083,0.3744542,0.589717255,0.589591707,0.58998227
-1785,1,0.5515,1,1,1,1,1,1,1,1,0.0284,0.5515,0.3575,1,0.3625,1,1,1,1,1,1,0.0013,0.3625,0.363,1,0.5925,1,1,1,0.0799,0.5925,0.2288,1,1,1,1,1,0.078414269,0.508041441,0.015219314,1,1,1,1,1,0.006971548,0.496842057,0.055997126,1,1,1,1,1,0.226082757,0.483581632,0.597208797,0.597207531,0.597074468
-1786,1,0.5515,1,1,1,1,1,1,1,1,0.0106,0.5515,0.4229,1,0.3625,1,1,1,1,1,1,0,0.3625,0.4041,1,0.5925,1,1,1,0.0869,0.5925,0.3249,1,1,1,1,1,0.040662244,0.621997237,0.053707056,1,1,1,1,1,0.000701291,0.540067255,0.051443979,1,1,1,1,1,0.228931442,0.57101202,0.603914935,0.603977153,0.604166667
-1787,1,0.5515,1,1,1,1,1,1,1,1,0.0118,0.5515,0.4246,1,0.3625,1,1,1,1,1,1,0.0054,0.3625,0.4404,1,0.5925,1,1,1,0.0717,0.5925,0.3781,1,1,1,1,1,0.029052602,0.635797918,0.046501115,1,1,1,1,1,0.007645336,0.624879003,0.136139005,1,1,1,1,1,0.204621449,0.581080616,0.605002417,0.605034906,0.605053191
-1788,1,0.5515,1,1,1,1,1,1,1,1,0.0065,0.5515,0.4343,1,0.3625,1,1,1,1,1,1,0,0.3625,0.4086,1,0.5925,1,1,1,0.069,0.5925,0.3677,1,1,1,1,1,0.011574349,0.6066342,0.03760121,1,1,1,1,1,7.47E-05,0.569299221,0.097358376,1,1,1,1,1,0.177072972,0.579841137,0.600652489,0.600803893,0.60106383
-1789,1,0.5515,1,1,1,1,1,1,1,1,0.019,0.5515,0.3961,1,0.3625,1,1,1,1,1,1,0,0.3625,0.3769,1,0.5925,1,1,1,0.0743,0.5925,0.3346,1,1,1,1,1,0.023361167,0.551735997,0.011439389,1,1,1,1,1,2.72E-05,0.568509996,0.058270685,1,1,1,1,1,0.198888406,0.501050889,0.598235863,0.598265285,0.598404255
-1790,1,0.5515,1,1,1,1,1,1,1,1,0.0172,0.5515,0.3624,1,0.3625,1,1,1,1,1,1,0.0135,0.3625,0.4113,1,0.5925,1,1,1,0.0844,0.5925,0.306,1,1,1,1,1,0.009822381,0.508171201,0.011856605,1,1,1,1,1,0.01429602,0.587741733,0.078535616,1,1,1,1,1,0.202982426,0.468512028,0.590925568,0.590861011,0.590868794
-1791,1,0.5515,1,1,1,1,1,1,1,1,0.0125,0.5515,0.3349,1,0.3625,1,1,1,1,1,1,0.0062,0.3625,0.3935,1,0.5925,1,1,1,0.0654,0.5925,0.1548,1,1,1,1,1,0.012342216,0.560804904,0.01505051,1,1,1,1,1,0.004122368,0.579036474,0.166097909,1,1,1,1,1,0.165567204,0.407559574,0.585004833,0.584937593,0.585106383
-1792,1,0.5515,1,1,1,1,1,1,1,1,0.0011,0.5515,0.2482,1,0.3625,1,1,1,1,1,1,0,0.3625,0.2956,1,0.5925,1,1,1,0.1013,0.5925,0.1508,1,1,1,1,1,0.001468413,0.525383413,0.090902567,1,1,1,1,1,1.85E-05,0.550167024,0.122306034,1,1,1,1,1,0.257251382,0.24147363,0.583434026,0.583456738,0.583776596
-1793,1,0.5515,1,1,1,1,1,1,1,1,0,0.5515,0.077,1,0.3625,1,1,1,1,1,1,0.0115,0.3625,0.1214,1,0.5925,1,1,1,0.1026,0.5925,0.0368,1,1,1,1,1,0.00018174,0.334844977,0.247529745,1,1,1,1,1,0.007889576,0.331487507,0.132093966,1,1,1,1,1,0.325384438,0.047541805,0.585306912,0.585360694,0.585549645
-1794,1,0.5515,1,1,1,1,1,1,1,1,0.0071,0.5515,0,1,0.3625,1,1,1,1,1,1,0,0.3625,0,1,0.5925,1,1,1,0.144,0.5925,0,1,1,1,1,1,0.009106685,0,0.336092949,1,1,1,1,1,0.001062569,0,0.238406301,1,1,1,1,1,0.474801183,0,0.590563074,0.590649461,0.590868794
-1795,1,0.5515,1,1,1,1,1,1,1,1,0.029,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1425,0.3625,0,1,0.5925,1,1,1,0.1995,0.5925,0,1,1,1,1,1,0.057404701,0,0.15993309,1,1,1,1,1,0.119172066,0,0.066810995,1,1,1,1,1,0.519007146,0,0.605123248,0.605034906,0.605496454
-1796,1,0.5515,1,1,1,1,1,1,1,1,0.0194,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1753,0.3625,0,1,0.5925,1,1,1,0.2041,0.5925,0,1,1,1,1,1,0.051229611,0,0.148881167,1,1,1,1,1,0.153507665,0,0.015773037,1,1,1,1,1,0.429611832,0,0.588750604,0.588745505,0.588652482
-1797,1,0.5515,1,1,1,1,1,1,1,1,0.0239,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2412,0.3625,0,1,0.5925,1,1,1,0.3155,0.5925,0,1,1,1,1,1,0.074476898,0,0.029891226,1,1,1,1,1,0.205143154,0,0,1,1,1,1,1,0.551877081,0,0.558240696,0.558282209,0.558510638
-1798,1,0.5515,1,1,1,1,1,1,1,1,0.098,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1534,0.3625,0,1,0.5925,1,1,1,0.3205,0.5925,0,1,1,1,1,1,0.211431712,0,0.014975368,1,1,1,1,1,0.163193479,0,0,1,1,1,1,1,0.541362286,0,0.514560174,0.514702771,0.51462766
-1799,1,0.5515,1,1,1,1,1,1,1,1,0.1565,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1436,0.3625,0,1,0.5925,1,1,1,0.3824,0.5925,0,1,1,1,1,1,0.302534193,0,0.007345118,1,1,1,1,1,0.165467918,0,0,1,1,1,1,1,0.590384007,0,0.467617206,0.467738523,0.467641844
-1800,1,0.5515,1,1,1,1,1,1,1,1,0.0903,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0824,0.3625,0,1,0.5925,1,1,1,0.3333,0.5925,0,1,1,1,1,1,0.181142926,0,0.13431555,1,1,1,1,1,0.134991363,0,0.029178536,1,1,1,1,1,0.517682493,0,0.431246979,0.431351809,0.431294326
-1801,1,0.5515,1,1,1,1,1,1,1,1,0.0663,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0329,0.3625,0,1,0.5925,1,1,1,0.3177,0.5925,0,1,1,1,1,1,0.127938807,0,0.15980871,1,1,1,1,1,0.060174331,0,0.062566496,1,1,1,1,1,0.50495857,0,0.409134848,0.409138989,0.409131206
-1802,1,0.5515,1,1,1,1,1,1,1,1,0.0332,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0149,0.3625,0,1,0.5925,1,1,1,0.3228,0.5925,0,1,1,1,1,1,0.078315362,0,0.154153839,1,1,1,1,1,0.044098385,0,0.017981676,1,1,1,1,1,0.498286426,0,0.397595457,0.397715253,0.397606383
-1803,1,0.5515,1,1,1,1,1,1,1,1,0.0594,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0169,0.3625,0,1,0.5925,1,1,1,0.2801,0.5925,0,1,1,1,1,1,0.0732667,0,0.331305861,1,1,1,1,1,0.07777945,0,0.113358907,1,1,1,1,1,0.42870453,0,0.392158047,0.392003385,0.392287234
-1804,1,0.5515,1,1,1,1,1,1,1,1,0.0595,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0112,0.3625,0,1,0.5925,1,1,1,0.2208,0.5925,0,1,1,1,1,1,0.082370758,0,0.582618058,1,1,1,1,1,0.072234526,0,0.263346612,1,1,1,1,1,0.355839252,0,0.394755921,0.394753543,0.394503546
-1805,1,0.5515,1,1,1,1,1,1,1,1,0.0374,0.5515,0,1,0.3625,1,1,1,1,1,1,0,0.3625,0,1,0.5925,1,1,1,0.181,0.5925,0,1,1,1,1,1,0.059377555,0,0.590159357,1,1,1,1,1,0.037245169,0,0.217022508,1,1,1,1,1,0.261813909,0,0.408591107,0.408715887,0.408687943
-1806,1,0.5515,1,1,1,1,1,1,1,1,0.0226,0.5515,0,1,0.3625,1,1,1,1,1,1,0,0.3625,0,1,0.5925,1,1,1,0.202,0.5925,0.0003,1,1,1,1,1,0.03784183,0,0.376458466,1,1,1,1,1,0.00849474,0,0.153690845,1,1,1,1,1,0.267266482,0.000256367,0.436563557,0.436640575,0.436613475
-1807,1,0.5515,1,1,1,1,1,1,1,1,0.0117,0.5515,0.1565,1,0.3625,1,1,1,1,1,1,0,0.3625,0.1624,1,0.5925,1,1,1,0.1055,0.5925,0.1668,1,1,1,1,1,0.014805809,0.446888745,0.256865382,1,1,1,1,1,0.008890332,0.441020817,0.100265451,1,1,1,1,1,0.132310227,0.448405027,0.468644273,0.468796277,0.468528369
-1808,1,0.5515,1,1,1,1,1,1,1,1,0.0125,0.5515,0.335,1,0.3625,1,1,1,1,1,1,0,0.3625,0.341,1,0.5925,1,1,1,0.1064,0.5925,0.3796,1,1,1,1,1,0.003743255,0.648139238,0.180346891,1,1,1,1,1,0.001252718,0.618202567,0.136080638,1,1,1,1,1,0.122368492,0.743463933,0.508276945,0.508356251,0.508421986
-1809,1,0.5515,1,1,1,1,1,1,1,1,0.0104,0.5515,0.4633,1,0.3625,1,1,1,1,1,1,0,0.3625,0.4545,1,0.5925,1,1,1,0.0711,0.5925,0.5223,1,1,1,1,1,0.002006577,0.721168399,0.234733939,1,1,1,1,1,0.001746752,0.696716607,0.173879832,1,1,1,1,1,0.057661418,0.879514515,0.534980667,0.535011635,0.53501773
-1810,1,0.5515,1,1,1,1,1,1,1,1,0.004,0.5515,0.5242,1,0.3625,1,1,1,1,1,1,0,0.3625,0.529,1,0.5925,1,1,1,0.0248,0.5925,0.649,1,1,1,1,1,0.000467952,0.741131663,0.149156302,1,1,1,1,1,0.000340867,0.79499954,0.205834836,1,1,1,1,1,0.02039252,0.912048459,0.547305462,0.547281574,0.547429078
-1811,1,0.5515,1,1,1,1,1,1,1,1,0.0059,0.5515,0.5091,1,0.3625,1,1,1,1,1,1,0,0.3625,0.5333,1,0.5925,1,1,1,0.0084,0.5925,0.6963,1,1,1,1,1,0.000799881,0.721734166,0.070803754,1,1,1,1,1,0.000123902,0.844072104,0.162398443,1,1,1,1,1,0.002653072,0.923582494,0.545734654,0.545800719,0.546099291
-1812,1,0.5515,1,1,1,1,1,1,1,1,0.006,0.5515,0.5234,1,0.3625,1,1,1,1,1,1,0.0023,0.3625,0.5503,1,0.5925,1,1,1,0.0026,0.5925,0.7074,1,1,1,1,1,0.002714419,0.729320168,0.073613636,1,1,1,1,1,0.003331026,0.891414642,0.132146865,1,1,1,1,1,0.000771692,0.958413899,0.535947318,0.535857838,0.535904255
-1813,1,0.5515,1,1,1,1,1,1,1,1,0.0032,0.5515,0.51,1,0.3625,1,1,1,1,1,1,0.0031,0.3625,0.5553,1,0.5925,1,1,1,0,0.5925,0.6817,1,1,1,1,1,0.004823856,0.707592905,0.146808237,1,1,1,1,1,0.00656933,0.907955706,0.180583,1,1,1,1,1,0.004099048,0.981813073,0.52338086,0.523376349,0.523492908
-1814,1,0.5515,1,1,1,1,1,1,1,1,0.0018,0.5515,0.5288,1,0.3625,1,1,1,1,1,1,0,0.3625,0.6184,1,0.5925,1,1,1,0.0013,0.5925,0.6602,1,1,1,1,1,0.001012409,0.739665151,0.158733621,1,1,1,1,1,0.000491463,0.939874768,0.093258128,1,1,1,1,1,0.01593785,0.964443445,0.510451909,0.510471758,0.510638298
-1815,1,0.5515,1,1,1,1,1,1,1,1,0.0005,0.5515,0.4951,1,0.3625,1,1,1,1,1,1,0.0022,0.3625,0.5482,1,0.5925,1,1,1,0.0057,0.5925,0.4951,1,1,1,1,1,0.001588959,0.834832311,0.11686255,1,1,1,1,1,0.008769047,0.938777208,0.090973303,1,1,1,1,1,0.045831539,0.913417399,0.499697922,0.499682674,0.5
-1816,1,0.5515,1,1,1,1,1,1,1,1,0.0004,0.5515,0.3505,1,0.3625,1,1,1,1,1,1,0.0139,0.3625,0.404,1,0.5925,1,1,1,0.0223,0.5925,0.2881,1,1,1,1,1,0.004109984,0.750075638,0.082951367,1,1,1,1,1,0.021528456,0.82747072,0.082213357,1,1,1,1,1,0.064406998,0.72597599,0.497402127,0.497355617,0.497783688
-1817,1,0.5515,1,1,1,1,1,1,1,1,0.0096,0.5515,0.1309,1,0.3625,1,1,1,1,1,1,0.012,0.3625,0.1765,1,0.5925,1,1,1,0.0419,0.5925,0.0925,1,1,1,1,1,0.031140998,0.448292464,0.065123186,1,1,1,1,1,0.03556589,0.514018774,0.044742409,1,1,1,1,1,0.088586241,0.445514023,0.499395843,0.499471123,0.499556738
-1818,1,0.5515,1,1,1,1,1,1,1,1,0.029,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0835,0.3625,0,1,0.5925,1,1,1,0.2214,0.5925,0,1,1,1,1,1,0.059625003,0,0.054908372,1,1,1,1,1,0.137710676,0,0.011345288,1,1,1,1,1,0.286579609,0,0.508881102,0.508779353,0.508865248
-1819,1,0.5515,1,1,1,1,1,1,1,1,0.0667,0.5515,0,1,0.3625,1,1,1,1,1,1,0.157,0.3625,0,1,0.5925,1,1,1,0.3191,0.5925,0,1,1,1,1,1,0.119760059,0,0.027286593,1,1,1,1,1,0.209781796,0,0,1,1,1,1,1,0.501396656,0,0.541928468,0.541992807,0.542109929
-1820,1,0.5515,1,1,1,1,1,1,1,1,0.1048,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1217,0.3625,0,1,0.5925,1,1,1,0.2109,0.5925,0,1,1,1,1,1,0.206968844,0,0.032173499,1,1,1,1,1,0.196225643,0,0.000863874,1,1,1,1,1,0.430760652,0,0.537759787,0.537761794,0.538120567
-1821,1,0.5515,1,1,1,1,1,1,1,1,0.1498,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1365,0.3625,0,1,0.5925,1,1,1,0.2562,0.5925,0,1,1,1,1,1,0.264924437,0,0.025174795,1,1,1,1,1,0.205704719,0,0.015250001,1,1,1,1,1,0.536401629,0,0.514922668,0.514914322,0.51462766
-1822,1,0.5515,1,1,1,1,1,1,1,1,0.2493,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1781,0.3625,0,1,0.5925,1,1,1,0.2701,0.5925,0,1,1,1,1,1,0.43896693,0,0.034217656,1,1,1,1,1,0.253396124,0,0.024219371,1,1,1,1,1,0.568849385,0,0.481694055,0.481700867,0.481826241
-1823,1,0.5515,1,1,1,1,1,1,1,1,0.2633,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1927,0.3625,0,1,0.5925,1,1,1,0.2569,0.5925,0,1,1,1,1,1,0.492786586,0,0.036771677,1,1,1,1,1,0.258957505,0,0.02765733,1,1,1,1,1,0.573400855,0,0.444417593,0.44446795,0.444592199
-1824,1,0.5515,1,1,1,1,1,1,1,1,0.2829,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2619,0.3625,0,1,0.5925,1,1,1,0.3848,0.5925,0,1,1,1,1,1,0.318602771,0,0.115161322,1,1,1,1,1,0.328934669,0,0.078312576,1,1,1,1,1,0.685750782,0,0.414270179,0.414216205,0.414007092
-1825,1,0.5515,1,1,1,1,1,1,1,1,0.3021,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2248,0.3625,0,1,0.5925,1,1,1,0.4299,0.5925,0,1,1,1,1,1,0.303586572,0,0.10608536,1,1,1,1,1,0.275080264,0,0.036950264,1,1,1,1,1,0.779978216,0,0.395782987,0.395811297,0.395833333
-1826,1,0.5515,1,1,1,1,1,1,1,1,0.2965,0.5515,0,1,0.3625,1,1,1,1,1,1,0.3524,0.3625,0,1,0.5925,1,1,1,0.4188,0.5925,0,1,1,1,1,1,0.272193015,0,0.123109855,1,1,1,1,1,0.381424934,0,0.037552357,1,1,1,1,1,0.814296424,0,0.386176897,0.386079966,0.38608156
-1827,1,0.5515,1,1,1,1,1,1,1,1,0.2868,0.5515,0,1,0.3625,1,1,1,1,1,1,0.288,0.3625,0,1,0.5925,1,1,1,0.3785,0.5925,0,1,1,1,1,1,0.270751417,0,0.148020521,1,1,1,1,1,0.306892544,0,0.056179062,1,1,1,1,1,0.795009792,0,0.381283229,0.381214301,0.381205674
-1828,1,0.5515,1,1,1,1,1,1,1,1,0.28,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2943,0.3625,0,1,0.5925,1,1,1,0.3527,0.5925,0,1,1,1,1,1,0.279594243,0,0.055070408,1,1,1,1,1,0.313369691,0,0.011829582,1,1,1,1,1,0.755893648,0,0.382431126,0.382483605,0.382535461
-1829,1,0.5515,1,1,1,1,1,1,1,1,0.2384,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2891,0.3625,0,1,0.5925,1,1,1,0.3135,0.5925,0,1,1,1,1,1,0.256610692,0,0.015395355,1,1,1,1,1,0.290324479,0,0,1,1,1,1,1,0.719999313,0,0.392158047,0.392003385,0.392287234
-1830,1,0.5515,1,1,1,1,1,1,1,1,0.2844,0.5515,0.0016,1,0.3625,1,1,1,1,1,1,0.1977,0.3625,0,1,0.5925,1,1,1,0.3491,0.5925,0,1,1,1,1,1,0.287172079,0.004063008,0.028487708,1,1,1,1,1,0.152592197,0,0,1,1,1,1,1,0.810429454,0,0.411370227,0.411466046,0.411347518
-1831,1,0.5515,1,1,1,1,1,1,1,1,0.296,0.5515,0.1781,1,0.3625,1,1,1,1,1,1,0.1902,0.3625,0.1668,1,0.5925,1,1,1,0.2936,0.5925,0.1568,1,1,1,1,1,0.281195253,0.477965474,0.173556238,1,1,1,1,1,0.155520901,0.417082667,0.040029325,1,1,1,1,1,0.763780475,0.525399089,0.433542774,0.433678866,0.433510638
-1832,1,0.5515,1,1,1,1,1,1,1,1,0.2006,0.5515,0.3859,1,0.3625,1,1,1,1,1,1,0.0774,0.3625,0.3594,1,0.5925,1,1,1,0.2293,0.5925,0.3618,1,1,1,1,1,0.161302194,0.709018111,0.106556758,1,1,1,1,1,0.043457519,0.658076108,0.026818324,1,1,1,1,1,0.708789229,0.780739248,0.467133881,0.467103871,0.467198582
-1833,1,0.5515,1,1,1,1,1,1,1,1,0.1469,0.5515,0.534,1,0.3625,1,1,1,1,1,1,0.0219,0.3625,0.4832,1,0.5925,1,1,1,0.1835,0.5925,0.5246,1,1,1,1,1,0.096899278,0.794947565,0.188870937,1,1,1,1,1,0.015678529,0.771934271,0.051012568,1,1,1,1,1,0.600051582,0.904116273,0.494502175,0.494605458,0.494680851
-1834,1,0.5515,1,1,1,1,1,1,1,1,0.1677,0.5515,0.6506,1,0.3625,1,1,1,1,1,1,0.0359,0.3625,0.5788,1,0.5925,1,1,1,0.1909,0.5925,0.6538,1,1,1,1,1,0.108825132,0.861594141,0.311724305,1,1,1,1,1,0.025069568,0.853528678,0.118079856,1,1,1,1,1,0.526442289,0.947464764,0.506101982,0.506029194,0.506205674
-1835,1,0.5515,1,1,1,1,1,1,1,1,0.2396,0.5515,0.701,1,0.3625,1,1,1,1,1,1,0.0144,0.3625,0.675,1,0.5925,1,1,1,0.1643,0.5925,0.6736,1,1,1,1,1,0.103101738,0.975647151,0.409103096,1,1,1,1,1,0.015786048,0.977357328,0.158567294,1,1,1,1,1,0.475420088,0.984244883,0.508276945,0.508144701,0.508421986
-1836,1,0.5515,1,1,1,1,1,1,1,1,0.1517,0.5515,0.7158,1,0.3625,1,1,1,1,1,1,0,0.3625,0.7196,1,0.5925,1,1,1,0.1753,0.5925,0.6883,1,1,1,1,1,0.038114659,0.998935342,0.289915323,1,1,1,1,1,0,0.999238074,0.057067804,1,1,1,1,1,0.484070182,0.990476549,0.502899952,0.502855934,0.503102837
-1837,1,0.5515,1,1,1,1,1,1,1,1,0.1001,0.5515,0.7076,1,0.3625,1,1,1,1,1,1,0,0.3625,0.7165,1,0.5925,1,1,1,0.1502,0.5925,0.6948,1,1,1,1,1,0.016917042,0.997435093,0.284536719,1,1,1,1,1,0.001971502,0.99930948,0.132329851,1,1,1,1,1,0.468029261,0.992917538,0.493293862,0.493336154,0.493351064
-1838,1,0.5515,1,1,1,1,1,1,1,1,0.181,0.5515,0.6734,1,0.3625,1,1,1,1,1,1,0,0.3625,0.692,1,0.5925,1,1,1,0.1864,0.5925,0.6543,1,1,1,1,1,0.055633001,0.98552233,0.586639643,1,1,1,1,1,0.008152015,0.996646881,0.217836663,1,1,1,1,1,0.470404595,0.980663896,0.485077332,0.485085678,0.48537234
-1839,1,0.5515,1,1,1,1,1,1,1,1,0.2379,0.5515,0.5358,1,0.3625,1,1,1,1,1,1,0.0014,0.3625,0.5711,1,0.5925,1,1,1,0.1834,0.5925,0.5083,1,1,1,1,1,0.090543494,0.943327188,0.8100788,1,1,1,1,1,0.031323038,0.964352071,0.312785625,1,1,1,1,1,0.387756646,0.927116394,0.480546158,0.480643114,0.480496454
-1840,1,0.5515,1,1,1,1,1,1,1,1,0.1937,0.5515,0.3592,1,0.3625,1,1,1,1,1,1,0.0374,0.3625,0.4068,1,0.5925,1,1,1,0.2383,0.5925,0.3277,1,1,1,1,1,0.087412864,0.807556033,0.891669035,1,1,1,1,1,0.069408499,0.835771978,0.581462026,1,1,1,1,1,0.47701028,0.787061632,0.486829386,0.486778083,0.48714539
-1841,1,0.5515,1,1,1,1,1,1,1,1,0.2483,0.5515,0.1325,1,0.3625,1,1,1,1,1,1,0.1148,0.3625,0.1851,1,0.5925,1,1,1,0.2191,0.5925,0.0994,1,1,1,1,1,0.169595718,0.526239336,0.987887025,1,1,1,1,1,0.145107746,0.567808986,0.50333643,1,1,1,1,1,0.486971736,0.478607714,0.499093765,0.499048022,0.499113475
-1842,1,0.5515,1,1,1,1,1,1,1,1,0.2633,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0722,0.3625,0,1,0.5925,1,1,1,0.3832,0.5925,0,1,1,1,1,1,0.253910184,0,0.948260665,1,1,1,1,1,0.092685416,0,0.285177261,1,1,1,1,1,0.643630087,0,0.515224746,0.515337423,0.515070922
-1843,1,0.5515,1,1,1,1,1,1,1,1,0.179,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0769,0.3625,0,1,0.5925,1,1,1,0.3494,0.5925,0,1,1,1,1,1,0.172867253,0,0.775805354,1,1,1,1,1,0.09995009,0,0.462190866,1,1,1,1,1,0.659234226,0,0.557455292,0.557436006,0.557624113
-1844,1,0.5515,1,1,1,1,1,1,1,1,0.2037,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2464,0.3625,0,1,0.5925,1,1,1,0.2598,0.5925,0,1,1,1,1,1,0.223202765,0,0.507425308,1,1,1,1,1,0.259672433,0,0.466361552,1,1,1,1,1,0.606505573,0,0.549903335,0.549820182,0.550088652
-1845,1,0.5515,1,1,1,1,1,1,1,1,0.3178,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2816,0.3625,0,1,0.5925,1,1,1,0.3185,0.5925,0,1,1,1,1,1,0.365610272,0,0.576201797,1,1,1,1,1,0.312779009,0,0.465358406,1,1,1,1,1,0.704502821,0,0.511962301,0.511952613,0.511968085
-1846,1,0.5515,1,1,1,1,1,1,1,1,0.3892,0.5515,0,1,0.3625,1,1,1,1,1,1,0.3763,0.3625,0,1,0.5925,1,1,1,0.3332,0.5925,0,1,1,1,1,1,0.436742485,0,0.685285926,1,1,1,1,1,0.442100525,0,0.553014934,1,1,1,1,1,0.713182211,0,0.463448526,0.46350751,0.463652482
-1847,1,0.5515,1,1,1,1,1,1,1,1,0.4354,0.5515,0,1,0.3625,1,1,1,1,1,1,0.6626,0.3625,0,1,0.5925,1,1,1,0.358,0.5925,0,1,1,1,1,1,0.48007372,0,0.900729656,1,1,1,1,1,0.690980434,0,0.561489582,1,1,1,1,1,0.716964126,0,0.419284679,0.419293421,0.419326241
-1848,1,0.5515,1,1,1,1,1,1,1,1,0.5354,0.5515,0,1,0.3625,1,1,1,1,1,1,0.6708,0.3625,0,1,0.5925,1,1,1,0.4934,0.5925,0,1,1,1,1,1,0.575912178,0,0.97519207,1,1,1,1,1,0.718503296,0,0.368856013,1,1,1,1,1,0.820688903,0,0.388049783,0.387983922,0.388297872
-1849,1,0.5515,1,1,1,1,1,1,1,1,0.5062,0.5515,0,1,0.3625,1,1,1,1,1,1,0.5559,0.3625,0,1,0.5925,1,1,1,0.5143,0.5925,0,1,1,1,1,1,0.550798893,0,0.94529444,1,1,1,1,1,0.579962909,0,0.247815713,1,1,1,1,1,0.843023956,0,0.372039633,0.371906072,0.371897163
-1850,1,0.5515,1,1,1,1,1,1,1,1,0.4937,0.5515,0,1,0.3625,1,1,1,1,1,1,0.5649,0.3625,0,1,0.5925,1,1,1,0.4303,0.5925,0,1,1,1,1,1,0.506235957,0,0.994957924,1,1,1,1,1,0.563004792,0,0.35968852,1,1,1,1,1,0.801195502,0,0.364729338,0.364713349,0.364804965
-1851,1,0.5515,1,1,1,1,1,1,1,1,0.5118,0.5515,0,1,0.3625,1,1,1,1,1,1,0.426,0.3625,0,1,0.5925,1,1,1,0.3711,0.5925,0,1,1,1,1,1,0.477644742,0,0.994188905,1,1,1,1,1,0.43783161,0,0.582120419,1,1,1,1,1,0.713638127,0,0.364608507,0.364713349,0.364804965
-1852,1,0.5515,1,1,1,1,1,1,1,1,0.5152,0.5515,0,1,0.3625,1,1,1,1,1,1,0.3684,0.3625,0,1,0.5925,1,1,1,0.362,0.5925,0,1,1,1,1,1,0.495493799,0,0.965045393,1,1,1,1,1,0.38433525,0,0.606269956,1,1,1,1,1,0.637043774,0,0.377114548,0.377194838,0.377216312
-1853,1,0.5515,1,1,1,1,1,1,1,1,0.4524,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2916,0.3625,0,1,0.5925,1,1,1,0.3447,0.5925,0,1,1,1,1,1,0.442052394,0,0.681805491,1,1,1,1,1,0.262215078,0,0.465559185,1,1,1,1,1,0.485840291,0,0.419284679,0.419293421,0.419326241
-1854,1,0.5515,1,1,1,1,1,1,1,1,0.3047,0.5515,0.0029,1,0.3625,1,1,1,1,1,1,0.0898,0.3625,0,1,0.5925,1,1,1,0.344,0.5925,0,1,1,1,1,1,0.318735898,0.012769897,0.373132259,1,1,1,1,1,0.066752188,0,0.149087965,1,1,1,1,1,0.427811533,0.009433975,0.497764621,0.497778718,0.497783688
-1855,1,0.5515,1,1,1,1,1,1,1,1,0.2404,0.5515,0.1779,1,0.3625,1,1,1,1,1,1,0.0481,0.3625,0.1726,1,0.5925,1,1,1,0.1901,0.5925,0.1725,1,1,1,1,1,0.175350934,0.490739048,0.623202205,1,1,1,1,1,0.055272311,0.491458774,0.291832745,1,1,1,1,1,0.284100294,0.438528687,0.543559691,0.543685213,0.543882979
-1856,1,0.5515,1,1,1,1,1,1,1,1,0.1201,0.5515,0.3938,1,0.3625,1,1,1,1,1,1,0,0.3625,0.3929,1,0.5925,1,1,1,0.1291,0.5925,0.3807,1,1,1,1,1,0.089877084,0.770961523,0.739797235,1,1,1,1,1,0.023755793,0.777905822,0.289037168,1,1,1,1,1,0.230244651,0.627546191,0.556488642,0.556589803,0.556737589
-1857,1,0.5515,1,1,1,1,1,1,1,1,0.0492,0.5515,0.5573,1,0.3625,1,1,1,1,1,1,0,0.3625,0.563,1,0.5925,1,1,1,0.0953,0.5925,0.5489,1,1,1,1,1,0.048311606,0.905664325,0.776806056,1,1,1,1,1,0.004745154,0.911077082,0.313006282,1,1,1,1,1,0.115432508,0.778587759,0.563859352,0.563782526,0.563829787
-1858,1,0.5515,1,1,1,1,1,1,1,1,0.0153,0.5515,0.6766,1,0.3625,1,1,1,1,1,1,0,0.3625,0.6712,1,0.5925,1,1,1,0.0513,0.5925,0.6676,1,1,1,1,1,0.013550434,0.941111326,0.865521848,1,1,1,1,1,0.000597247,0.955057502,0.244136155,1,1,1,1,1,0.053354457,0.863503039,0.573102948,0.573090755,0.573138298
-1859,1,0.5515,1,1,1,1,1,1,1,1,0.0095,0.5515,0.678,1,0.3625,1,1,1,1,1,1,0,0.3625,0.683,1,0.5925,1,1,1,0.0598,0.5925,0.6753,1,1,1,1,1,0.002840121,0.931599259,0.697455049,1,1,1,1,1,0.000281318,0.968090653,0.205552638,1,1,1,1,1,0.079542257,0.893154204,0.57781537,0.57774487,0.578014184
-1860,1,0.5515,1,1,1,1,1,1,1,1,0.0176,0.5515,0.6611,1,0.3625,1,1,1,1,1,1,0,0.3625,0.6739,1,0.5925,1,1,1,0.0349,0.5925,0.6692,1,1,1,1,1,0.003214199,0.892167389,0.620453954,1,1,1,1,1,0.000513719,0.969335914,0.23917149,1,1,1,1,1,0.082256287,0.904779196,0.578057032,0.577956421,0.578014184
-1861,1,0.5515,1,1,1,1,1,1,1,1,0.0298,0.5515,0.6551,1,0.3625,1,1,1,1,1,1,0,0.3625,0.6618,1,0.5925,1,1,1,0.0435,0.5925,0.6228,1,1,1,1,1,0.015028005,0.880997181,0.807269335,1,1,1,1,1,0.002011627,0.956224799,0.407856047,1,1,1,1,1,0.107135139,0.906592071,0.580292412,0.580283478,0.580230496
-1862,1,0.5515,1,1,1,1,1,1,1,1,0.0872,0.5515,0.6173,1,0.3625,1,1,1,1,1,1,0,0.3625,0.6523,1,0.5925,1,1,1,0.0323,0.5925,0.5775,1,1,1,1,1,0.040699247,0.835227251,0.813234448,1,1,1,1,1,0.00809572,0.94368583,0.291621208,1,1,1,1,1,0.096188597,0.865751803,0.575700822,0.575840914,0.575797872
-1863,1,0.5515,1,1,1,1,1,1,1,1,0.2159,0.5515,0.4965,1,0.3625,1,1,1,1,1,1,0.003,0.3625,0.546,1,0.5925,1,1,1,0.0534,0.5925,0.4324,1,1,1,1,1,0.115357518,0.763660192,0.792226911,1,1,1,1,1,0.034675475,0.899678111,0.305899501,1,1,1,1,1,0.119653001,0.835310757,0.569055099,0.569071293,0.569148936
-1864,1,0.5515,1,1,1,1,1,1,1,1,0.2666,0.5515,0.3363,1,0.3625,1,1,1,1,1,1,0.011,0.3625,0.3826,1,0.5925,1,1,1,0.1105,0.5925,0.2449,1,1,1,1,1,0.149580061,0.655879974,0.721529186,1,1,1,1,1,0.087686338,0.755137563,0.219002634,1,1,1,1,1,0.22788927,0.704100728,0.564644756,0.564628729,0.564716312
-1865,1,0.5515,1,1,1,1,1,1,1,1,0.1641,0.5515,0.1242,1,0.3625,1,1,1,1,1,1,0.1093,0.3625,0.1625,1,0.5925,1,1,1,0.1736,0.5925,0.0727,1,1,1,1,1,0.155925766,0.443850756,0.257354021,1,1,1,1,1,0.138095051,0.463102609,0.050870944,1,1,1,1,1,0.352046818,0.416478336,0.564523925,0.564628729,0.564716312
-1866,1,0.5515,1,1,1,1,1,1,1,1,0.1232,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1594,0.3625,0,1,0.5925,1,1,1,0.1641,0.5925,0,1,1,1,1,1,0.208904326,0,0.152127832,1,1,1,1,1,0.198716536,0,0.082387447,1,1,1,1,1,0.34519434,0,0.568873852,0.568859742,0.569148936
-1867,1,0.5515,1,1,1,1,1,1,1,1,0.0814,0.5515,0,1,0.3625,1,1,1,1,1,1,0.4581,0.3625,0,1,0.5925,1,1,1,0.1972,0.5925,0,1,1,1,1,1,0.109567821,0,0.326028436,1,1,1,1,1,0.477567971,0,0.261608392,1,1,1,1,1,0.475682795,0,0.60022958,0.600169241,0.600620567
-1868,1,0.5515,1,1,1,1,1,1,1,1,0.1026,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1326,0.3625,0,1,0.5925,1,1,1,0.2024,0.5925,0,1,1,1,1,1,0.17028001,0,0.426281393,1,1,1,1,1,0.158971757,0,0.294298947,1,1,1,1,1,0.542057097,0,0.586333978,0.586418447,0.58643617
-1869,1,0.5515,1,1,1,1,1,1,1,1,0.0618,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0772,0.3625,0,1,0.5925,1,1,1,0.1797,0.5925,0,1,1,1,1,1,0.087764621,0,0.3646276,1,1,1,1,1,0.119291812,0,0.325807095,1,1,1,1,1,0.453259766,0,0.541565974,0.541569706,0.541666667
-1870,1,0.5515,1,1,1,1,1,1,1,1,0.1101,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2131,0.3625,0,1,0.5925,1,1,1,0.1257,0.5925,0,1,1,1,1,1,0.126438633,0,0.274470747,1,1,1,1,1,0.186922222,0,0.158157349,1,1,1,1,1,0.291258574,0,0.483566941,0.483604823,0.483599291
-1871,1,0.5515,1,1,1,1,1,1,1,1,0.0874,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1897,0.3625,0,1,0.5925,1,1,1,0.1467,0.5925,0,1,1,1,1,1,0.112801671,0,0.264330745,1,1,1,1,1,0.239448428,0,0.235271752,1,1,1,1,1,0.301508158,0,0.431971967,0.431986461,0.432180851
-1872,1,0.5515,1,1,1,1,1,1,1,1,0.0281,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2139,0.3625,0,1,0.5925,1,1,1,0.1914,0.5925,0,1,1,1,1,1,0.058420897,0,0.147624999,1,1,1,1,1,0.244146228,0,0.228147134,1,1,1,1,1,0.312171489,0,0.398260029,0.398138354,0.398492908
-1873,1,0.5515,1,1,1,1,1,1,1,1,0.018,0.5515,0,1,0.3625,1,1,1,1,1,1,0.3929,0.3625,0,1,0.5925,1,1,1,0.199,0.5925,0,1,1,1,1,1,0.041012075,0,0.297362149,1,1,1,1,1,0.33130008,0,0.31720233,1,1,1,1,1,0.353311032,0,0.380679072,0.380791199,0.380762411
-1874,1,0.5515,1,1,1,1,1,1,1,1,0.0166,0.5515,0,1,0.3625,1,1,1,1,1,1,0.3585,0.3625,0,1,0.5925,1,1,1,0.1362,0.5925,0,1,1,1,1,1,0.026827827,0,0.289697737,1,1,1,1,1,0.302794814,0,0.079395026,1,1,1,1,1,0.343842983,0,0.372583374,0.372752274,0.372783688
-1875,1,0.5515,1,1,1,1,1,1,1,1,0.0161,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1904,0.3625,0,1,0.5925,1,1,1,0.1142,0.5925,0,1,1,1,1,1,0.014149613,0,0.154429317,1,1,1,1,1,0.145198464,0,0.012811517,1,1,1,1,1,0.361353993,0,0.370166747,0.370002116,0.370124113
-1876,1,0.5515,1,1,1,1,1,1,1,1,0.011,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0758,0.3625,0,1,0.5925,1,1,1,0.1546,0.5925,0,1,1,1,1,1,0.012279437,0,0.059329562,1,1,1,1,1,0.040654264,0,0.018505236,1,1,1,1,1,0.460464656,0,0.381766554,0.381637402,0.381648936
-1877,1,0.5515,1,1,1,1,1,1,1,1,0.0044,0.5515,0,1,0.3625,1,1,1,1,1,1,0.038,0.3625,0,1,0.5925,1,1,1,0.1939,0.5925,0,1,1,1,1,1,0.014563631,0,0.011595624,1,1,1,1,1,0.018240878,0,0.033424869,1,1,1,1,1,0.551829338,0,0.420976317,0.420985826,0.421099291
-1878,1,0.5515,1,1,1,1,1,1,1,1,0.01,0.5515,0,1,0.3625,1,1,1,1,1,1,0,0.3625,0,1,0.5925,1,1,1,0.1721,0.5925,0,1,1,1,1,1,0.023463821,6.02E-05,0.003618953,1,1,1,1,1,0.004449369,0,0.155142158,1,1,1,1,1,0.516139627,0.028947569,0.497462542,0.497567167,0.497783688
-1879,1,0.5515,1,1,1,1,1,1,1,1,0.0541,0.5515,0.1809,1,0.3625,1,1,1,1,1,1,0.125,0.3625,0.1937,1,0.5925,1,1,1,0.1134,0.5925,0.1709,1,1,1,1,1,0.059859637,0.53971076,0.006763698,1,1,1,1,1,0.131411046,0.534011006,0.049014665,1,1,1,1,1,0.386391133,0.558339715,0.541868052,0.541781257,0.542109929
-1880,1,0.5515,1,1,1,1,1,1,1,1,0.0073,0.5515,0.3869,1,0.3625,1,1,1,1,1,1,0.0494,0.3625,0.4011,1,0.5925,1,1,1,0.0609,0.5925,0.3885,1,1,1,1,1,0.012739524,0.788526416,0.008970929,1,1,1,1,1,0.058152139,0.785412788,0.087294243,1,1,1,1,1,0.274587065,0.815508842,0.552742871,0.552781891,0.552748227
-1881,1,0.5515,1,1,1,1,1,1,1,1,0,0.5515,0.5486,1,0.3625,1,1,1,1,1,1,0,0.3625,0.5435,1,0.5925,1,1,1,0.0442,0.5925,0.5577,1,1,1,1,1,3.91E-05,0.893930137,0.012762158,1,1,1,1,1,3.32E-05,0.892755389,0.032549478,1,1,1,1,1,0.201858982,0.922031701,0.558421943,0.558493759,0.558510638
-1882,1,0.5515,1,1,1,1,1,1,1,1,0,0.5515,0.673,1,0.3625,1,1,1,1,1,1,0,0.3625,0.6766,1,0.5925,1,1,1,0.019,0.5925,0.6807,1,1,1,1,1,4.67E-05,0.951487422,0.005132088,1,1,1,1,1,0.000118619,0.96396625,0.005734817,1,1,1,1,1,0.11740458,0.956445098,0.566336394,0.566321134,0.566489362
-1883,1,0.5515,1,1,1,1,1,1,1,1,0.0027,0.5515,0.688,1,0.3625,1,1,1,1,1,1,0,0.3625,0.6954,1,0.5925,1,1,1,0.0213,0.5925,0.6914,1,1,1,1,1,4.63E-05,0.968495727,0.002611108,1,1,1,1,1,0.004692591,0.978394628,0.022135342,1,1,1,1,1,0.098015189,0.966575384,0.571350894,0.57139835,0.571808511
-1884,1,0.5515,1,1,1,1,1,1,1,1,0.0371,0.5515,0.6933,1,0.3625,1,1,1,1,1,1,0.0443,0.3625,0.698,1,0.5925,1,1,1,0.0399,0.5925,0.6898,1,1,1,1,1,0.011564457,0.977487206,0.02746214,1,1,1,1,1,0.058273591,0.972721815,0.010821467,1,1,1,1,1,0.126980737,0.969393253,0.573646689,0.573725407,0.574024823
-1885,1,0.5515,1,1,1,1,1,1,1,1,0.0916,0.5515,0.6864,1,0.3625,1,1,1,1,1,1,0.1176,0.3625,0.6964,1,0.5925,1,1,1,0.0677,0.5925,0.6722,1,1,1,1,1,0.031843446,0.968132615,0.03932244,1,1,1,1,1,0.135591909,0.961300611,0,1,1,1,1,1,0.156332448,0.955165327,0.578177864,0.578167971,0.578014184
-1886,1,0.5515,1,1,1,1,1,1,1,1,0.19,0.5515,0.65,1,0.3625,1,1,1,1,1,1,0.0908,0.3625,0.6672,1,0.5925,1,1,1,0.078,0.5925,0.6145,1,1,1,1,1,0.074945763,0.940301299,0.070940927,1,1,1,1,1,0.124876246,0.92871654,0,1,1,1,1,1,0.142826632,0.922772884,0.576607057,0.576687117,0.576684397
-1887,1,0.5515,1,1,1,1,1,1,1,1,0.1798,0.5515,0.5134,1,0.3625,1,1,1,1,1,1,0.0769,0.3625,0.5446,1,0.5925,1,1,1,0.0914,0.5925,0.4724,1,1,1,1,1,0.089082375,0.892808795,0.070817545,1,1,1,1,1,0.088660449,0.88511318,0,1,1,1,1,1,0.128857806,0.866346717,0.573888352,0.573725407,0.574024823
-1888,1,0.5515,1,1,1,1,1,1,1,1,0.2013,0.5515,0.3401,1,0.3625,1,1,1,1,1,1,0.0788,0.3625,0.3849,1,0.5925,1,1,1,0.1386,0.5925,0.313,1,1,1,1,1,0.104343168,0.756498694,0.080895312,1,1,1,1,1,0.086277157,0.772328973,0.021823823,1,1,1,1,1,0.25004217,0.715436935,0.573525858,0.573513857,0.57358156
-1889,1,0.5515,1,1,1,1,1,1,1,1,0.1583,0.5515,0.123,1,0.3625,1,1,1,1,1,1,0.0747,0.3625,0.17,1,0.5925,1,1,1,0.131,0.5925,0.0971,1,1,1,1,1,0.097401232,0.479814261,0.067636207,1,1,1,1,1,0.091082923,0.517712831,0.007804713,1,1,1,1,1,0.279375911,0.416870534,0.574975834,0.574994711,0.574911348
-1890,1,0.5515,1,1,1,1,1,1,1,1,0.1933,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1075,0.3625,0,1,0.5925,1,1,1,0.2395,0.5925,0,1,1,1,1,1,0.19705826,0,0.016367702,1,1,1,1,1,0.148314148,0,0,1,1,1,1,1,0.493238658,0,0.575640406,0.575840914,0.575797872
-1891,1,0.5515,1,1,1,1,1,1,1,1,0.2088,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0525,0.3625,0,1,0.5925,1,1,1,0.3298,0.5925,0,1,1,1,1,1,0.194294646,0,0.12380746,1,1,1,1,1,0.082015142,0,0,1,1,1,1,1,0.607684314,0,0.606150314,0.606092659,0.606382979
-1892,1,0.5515,1,1,1,1,1,1,1,1,0.36,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0986,0.3625,0,1,0.5925,1,1,1,0.327,0.5925,0,1,1,1,1,1,0.288651347,0,0.123464018,1,1,1,1,1,0.13414675,0,0,1,1,1,1,1,0.630945802,0,0.59618173,0.596149778,0.596187943
-1893,1,0.5515,1,1,1,1,1,1,1,1,0.3448,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1108,0.3625,0,1,0.5925,1,1,1,0.2918,0.5925,0,1,1,1,1,1,0.277813941,0,0.160098851,1,1,1,1,1,0.161873698,0,0,1,1,1,1,1,0.553679347,0,0.552803287,0.552781891,0.552748227
-1894,1,0.5515,1,1,1,1,1,1,1,1,0.276,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0924,0.3625,0,1,0.5925,1,1,1,0.2589,0.5925,0,1,1,1,1,1,0.221123785,0,0.071567476,1,1,1,1,1,0.108765379,0,0,1,1,1,1,1,0.49917531,0,0.492870952,0.492701502,0.492907801
-1895,1,0.5515,1,1,1,1,1,1,1,1,0.3006,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1015,0.3625,0,1,0.5925,1,1,1,0.2922,0.5925,0,1,1,1,1,1,0.224845171,0,0.065680057,1,1,1,1,1,0.112056457,0,0.037976705,1,1,1,1,1,0.529552937,0,0.441034316,0.440871589,0.441046099
-1896,1,0.5515,1,1,1,1,1,1,1,1,0.3063,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1092,0.3625,0,1,0.5925,1,1,1,0.254,0.5925,0,1,1,1,1,1,0.246365845,0,0.061961692,1,1,1,1,1,0.097598732,0,0.009558115,1,1,1,1,1,0.453214973,0,0.405509908,0.405542627,0.405585106
-1897,1,0.5515,1,1,1,1,1,1,1,1,0.3593,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0747,0.3625,0,1,0.5925,1,1,1,0.2471,0.5925,0,1,1,1,1,1,0.334200203,0,0.121711411,1,1,1,1,1,0.074453332,0,0.041156285,1,1,1,1,1,0.387562454,0,0.386720638,0.386714618,0.386524823
-1898,1,0.5515,1,1,1,1,1,1,1,1,0.3708,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0846,0.3625,0,1,0.5925,1,1,1,0.2624,0.5925,0,1,1,1,1,1,0.399279654,0,0.228575557,1,1,1,1,1,0.099314295,0,0.090476178,1,1,1,1,1,0.42928502,0,0.375785404,0.375713983,0.375886525
-1899,1,0.5515,1,1,1,1,1,1,1,1,0.3942,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1517,0.3625,0,1,0.5925,1,1,1,0.3694,0.5925,0,1,1,1,1,1,0.437781483,0,0.332270831,1,1,1,1,1,0.167065591,0,0.174881175,1,1,1,1,1,0.599664748,0,0.373066699,0.372963825,0.37322695
-1900,1,0.5515,1,1,1,1,1,1,1,1,0.1605,0.5515,0,1,0.3625,1,1,1,1,1,1,0.118,0.3625,0,1,0.5925,1,1,1,0.3717,0.5925,0,1,1,1,1,1,0.114973508,0,0.348683238,1,1,1,1,1,0.124727212,0,0.15753378,1,1,1,1,1,0.63238579,0,0.382733204,0.382695155,0.382978723
-1901,1,0.5515,1,1,1,1,1,1,1,1,0.1798,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1025,0.3625,0,1,0.5925,1,1,1,0.3881,0.5925,0,1,1,1,1,1,0.196167767,0,0.17174679,1,1,1,1,1,0.091046222,0,0.202370957,1,1,1,1,1,0.663707435,0,0.419949251,0.419928073,0.419769504
-1902,1,0.5515,1,1,1,1,1,1,1,1,0.1484,0.5515,0.0004,1,0.3625,1,1,1,1,1,1,0.2368,0.3625,0,1,0.5925,1,1,1,0.4472,0.5925,0.0019,1,1,1,1,1,0.185624853,0.00280504,0.149933428,1,1,1,1,1,0.231393561,0,0.33731389,1,1,1,1,1,0.733114064,0.125328779,0.495770904,0.495874762,0.496010638
-1903,1,0.5515,1,1,1,1,1,1,1,1,0.1168,0.5515,0.1559,1,0.3625,1,1,1,1,1,1,0.1315,0.3625,0.1358,1,0.5925,1,1,1,0.2848,0.5925,0.1788,1,1,1,1,1,0.12541841,0.431119174,0.205352038,1,1,1,1,1,0.129919544,0.343621999,0.373506844,1,1,1,1,1,0.583411098,0.572842717,0.540538908,0.540511953,0.540336879
-1904,1,0.5515,1,1,1,1,1,1,1,1,0.0983,0.5515,0.3681,1,0.3625,1,1,1,1,1,1,0.0417,0.3625,0.3612,1,0.5925,1,1,1,0.1555,0.5925,0.3901,1,1,1,1,1,0.089519039,0.741754353,0.278545618,1,1,1,1,1,0.037700091,0.61994344,0.291467041,1,1,1,1,1,0.502321362,0.81635797,0.558119865,0.558070658,0.558067376
-1905,1,0.5515,1,1,1,1,1,1,1,1,0.0433,0.5515,0.5112,1,0.3625,1,1,1,1,1,1,0.0017,0.3625,0.4843,1,0.5925,1,1,1,0.0941,0.5925,0.5553,1,1,1,1,1,0.02628905,0.827683091,0.222841471,1,1,1,1,1,0.000740191,0.747976184,0.06969922,1,1,1,1,1,0.337539613,0.907528162,0.568994683,0.568859742,0.569148936
-1906,1,0.5515,1,1,1,1,1,1,1,1,0.0228,0.5515,0.7546,1,0.3625,1,1,1,1,1,1,0,0.3625,0.723,1,0.5925,1,1,1,0.1191,0.5925,0.7836,1,1,1,1,1,0.010458171,1,0.125123739,1,1,1,1,1,0,0.995388985,0.013898954,1,1,1,1,1,0.257004678,1,0.580775737,0.580706579,0.580673759
-1907,1,0.5515,1,1,1,1,1,1,1,1,0.0252,0.5515,0.6648,1,0.3625,1,1,1,1,1,1,0,0.3625,0.6153,1,0.5925,1,1,1,0.1331,0.5925,0.6825,1,1,1,1,1,0.004845952,0.921968937,0.09094087,1,1,1,1,1,0,0.810903072,0.024607331,1,1,1,1,1,0.211217552,0.962771595,0.588146448,0.588110853,0.588652482
-1908,1,0.5515,1,1,1,1,1,1,1,1,0.051,0.5515,0.6766,1,0.3625,1,1,1,1,1,1,0,0.3625,0.642,1,0.5925,1,1,1,0.0939,0.5925,0.6749,1,1,1,1,1,0.010471623,0.941140234,0.114524119,1,1,1,1,1,0.000341225,0.860701144,0.091013625,1,1,1,1,1,0.205916181,0.949095726,0.590140164,0.590014809,0.590425532
-1909,1,0.5515,1,1,1,1,1,1,1,1,0.0828,0.5515,0.6849,1,0.3625,1,1,1,1,1,1,0.0285,0.3625,0.6483,1,0.5925,1,1,1,0.0942,0.5925,0.6644,1,1,1,1,1,0.019139543,0.962915659,0.152716726,1,1,1,1,1,0.032957062,0.844802022,0.260495305,1,1,1,1,1,0.146814987,0.933301568,0.593463026,0.59361117,0.593528369
-1910,1,0.5515,1,1,1,1,1,1,1,1,0.2227,0.5515,0.6482,1,0.3625,1,1,1,1,1,1,0.1263,0.3625,0.6173,1,0.5925,1,1,1,0.0973,0.5925,0.6296,1,1,1,1,1,0.069845505,0.934328258,0.255726099,1,1,1,1,1,0.119941771,0.808485568,0.403873324,1,1,1,1,1,0.116166487,0.913420856,0.591710971,0.591707214,0.591755319
-1911,1,0.5515,1,1,1,1,1,1,1,1,0.2417,0.5515,0.5121,1,0.3625,1,1,1,1,1,1,0.1083,0.3625,0.5187,1,0.5925,1,1,1,0.0857,0.5925,0.493,1,1,1,1,1,0.125398904,0.90005219,0.364916444,1,1,1,1,1,0.124861769,0.789834619,0.432369649,1,1,1,1,1,0.134632036,0.862738669,0.588750604,0.588745505,0.588652482
-1912,1,0.5515,1,1,1,1,1,1,1,1,0.4035,0.5515,0.3377,1,0.3625,1,1,1,1,1,1,0.1353,0.3625,0.3615,1,0.5925,1,1,1,0.111,0.5925,0.3183,1,1,1,1,1,0.312312305,0.761978984,0.593126178,1,1,1,1,1,0.156023666,0.677072644,0.456494749,1,1,1,1,1,0.1766233,0.716325641,0.587179797,0.58726465,0.587322695
-1913,1,0.5515,1,1,1,1,1,1,1,1,0.343,0.5515,0.1213,1,0.3625,1,1,1,1,1,1,0.0846,0.3625,0.1552,1,0.5925,1,1,1,0.1381,0.5925,0.1016,1,1,1,1,1,0.259364963,0.488683909,0.856432319,1,1,1,1,1,0.099907622,0.439181,0.245101333,1,1,1,1,1,0.274113923,0.441301346,0.587119381,0.587053099,0.587322695
-1914,1,0.5515,1,1,1,1,1,1,1,1,0.3018,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0541,0.3625,0,1,0.5925,1,1,1,0.1771,0.5925,0,1,1,1,1,1,0.307687342,0,0.704607248,1,1,1,1,1,0.073287532,0,0.180228293,1,1,1,1,1,0.33064273,0,0.584884002,0.584937593,0.585106383
-1915,1,0.5515,1,1,1,1,1,1,1,1,0.1941,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0777,0.3625,0,1,0.5925,1,1,1,0.1793,0.5925,0,1,1,1,1,1,0.211906105,0,0.545993388,1,1,1,1,1,0.10806486,0,0.201926708,1,1,1,1,1,0.388735831,0,0.612856452,0.612862281,0.613031915
-1916,1,0.5515,1,1,1,1,1,1,1,1,0.2161,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0419,0.3625,0,1,0.5925,1,1,1,0.1831,0.5925,0,1,1,1,1,1,0.196293533,0,0.366996527,1,1,1,1,1,0.074731648,0,0.241527498,1,1,1,1,1,0.410305381,0,0.602404543,0.602496298,0.602393617
-1917,1,0.5515,1,1,1,1,1,1,1,1,0.2935,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0747,0.3625,0,1,0.5925,1,1,1,0.1604,0.5925,0,1,1,1,1,1,0.283520818,0,0.424225271,1,1,1,1,1,0.121017322,0,0.279173791,1,1,1,1,1,0.333483428,0,0.559871919,0.559763063,0.559840426
-1918,1,0.5515,1,1,1,1,1,1,1,1,0.2301,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1128,0.3625,0,1,0.5925,1,1,1,0.1512,0.5925,0,1,1,1,1,1,0.195483372,0,0.251153588,1,1,1,1,1,0.133523256,0,0.21838665,1,1,1,1,1,0.253231049,0,0.50138956,0.501375079,0.501329787
-1919,1,0.5515,1,1,1,1,1,1,1,1,0.3067,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1312,0.3625,0,1,0.5925,1,1,1,0.1597,0.5925,0,1,1,1,1,1,0.244183317,0,0.452922851,1,1,1,1,1,0.172481924,0,0.202754721,1,1,1,1,1,0.298671067,0,0.447136298,0.447006558,0.447251773
-1920,1,0.5515,1,1,1,1,1,1,1,1,0.3603,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1386,0.3625,0,1,0.5925,1,1,1,0.1681,0.5925,0,1,1,1,1,1,0.305153549,0,0.666562378,1,1,1,1,1,0.16993174,0,0.205971479,1,1,1,1,1,0.373855025,0,0.414209763,0.414216205,0.414007092
-1921,1,0.5515,1,1,1,1,1,1,1,1,0.3992,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2311,0.3625,0,1,0.5925,1,1,1,0.249,0.5925,0,1,1,1,1,1,0.377660275,0,0.843184054,1,1,1,1,1,0.265127271,0,0.330616534,1,1,1,1,1,0.559129894,0,0.392460126,0.392426486,0.392287234
-1922,1,0.5515,1,1,1,1,1,1,1,1,0.0382,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0108,0.3625,0,1,0.5925,1,1,1,0.0102,0.5925,0,1,1,1,1,1,0.013928389,0,0.464287996,1,1,1,1,1,0.005284211,0,0.394993186,1,1,1,1,1,0.072383933,0,0.381585307,0.381637402,0.381648936
-1923,1,0.5515,1,1,1,1,1,1,1,1,0.2225,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1664,0.3625,0,1,0.5925,1,1,1,0.4256,0.5925,0,1,1,1,1,1,0.209305078,0,0.757846594,1,1,1,1,1,0.163843364,0,0.420790315,1,1,1,1,1,0.808897436,0,0.377718705,0.377617939,0.377659574
-1924,1,0.5515,1,1,1,1,1,1,1,1,0.3424,0.5515,0,1,0.3625,1,1,1,1,1,1,0.087,0.3625,0,1,0.5925,1,1,1,0.3991,0.5925,0,1,1,1,1,1,0.327714533,0,0.987719893,1,1,1,1,1,0.113869429,0,0.404017568,1,1,1,1,1,0.776889861,0,0.386176897,0.386079966,0.38608156
-1925,1,0.5515,1,1,1,1,1,1,1,1,0.2899,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1482,0.3625,0,1,0.5925,1,1,1,0.4465,0.5925,0,1,1,1,1,1,0.315704912,0,0.935359716,1,1,1,1,1,0.166456357,0,0.298624903,1,1,1,1,1,0.798287153,0,0.422365877,0.422466681,0.422429078
-1926,1,0.5515,1,1,1,1,1,1,1,1,0.227,0.5515,0.0008,1,0.3625,1,1,1,1,1,1,0.1236,0.3625,0,1,0.5925,1,1,1,0.491,0.5925,0.0023,1,1,1,1,1,0.25813368,0.026345234,0.930178046,1,1,1,1,1,0.134008303,0,0.279414415,1,1,1,1,1,0.843873143,0.223355547,0.497462542,0.497567167,0.497783688
-1927,1,0.5515,1,1,1,1,1,1,1,1,0.1726,0.5515,0.1746,1,0.3625,1,1,1,1,1,1,0.1347,0.3625,0.157,1,0.5925,1,1,1,0.38,0.5925,0.1814,1,1,1,1,1,0.181650475,0.514061689,0.851898372,1,1,1,1,1,0.146409959,0.411988437,0.431296885,1,1,1,1,1,0.776710272,0.637248516,0.542351377,0.542415909,0.542109929
-1928,1,0.5515,1,1,1,1,1,1,1,1,0.1705,0.5515,0.3796,1,0.3625,1,1,1,1,1,1,0.0786,0.3625,0.3642,1,0.5925,1,1,1,0.3065,0.5925,0.3796,1,1,1,1,1,0.145532832,0.744758189,0.537759781,1,1,1,1,1,0.072663605,0.706883967,0.395857632,1,1,1,1,1,0.716698825,0.861965597,0.56041566,0.560397715,0.56072695
-1929,1,0.5515,1,1,1,1,1,1,1,1,0.1282,0.5515,0.555,1,0.3625,1,1,1,1,1,1,0.0029,0.3625,0.5463,1,0.5925,1,1,1,0.3086,0.5925,0.5413,1,1,1,1,1,0.096170723,0.905487061,0.616252184,1,1,1,1,1,0.006316348,0.893391013,0.328576744,1,1,1,1,1,0.644211113,0.936430514,0.574311261,0.574360059,0.574468085
-1930,1,0.5515,1,1,1,1,1,1,1,1,0.1669,0.5515,0.6824,1,0.3625,1,1,1,1,1,1,0.0143,0.3625,0.6775,1,0.5925,1,1,1,0.2997,0.5925,0.6638,1,1,1,1,1,0.067696586,0.976568341,0.972098708,1,1,1,1,1,0.018203799,0.965079308,0.456909478,1,1,1,1,1,0.532675087,0.971434593,0.588448526,0.588533954,0.588652482
-1931,1,0.5515,1,1,1,1,1,1,1,1,0.1306,0.5515,0.6979,1,0.3625,1,1,1,1,1,1,0.0104,0.3625,0.6949,1,0.5925,1,1,1,0.2959,0.5925,0.6665,1,1,1,1,1,0.047144577,0.988943696,0.905925393,1,1,1,1,1,0.010286603,0.986807942,0.243036136,1,1,1,1,1,0.482994348,0.973291814,0.596242146,0.596149778,0.596631206
-1932,1,0.5515,1,1,1,1,1,1,1,1,0.1929,0.5515,0.6999,1,0.3625,1,1,1,1,1,1,0.0138,0.3625,0.6981,1,0.5925,1,1,1,0.261,0.5925,0.6711,1,1,1,1,1,0.10563013,0.991093516,0.969443142,1,1,1,1,1,0.034903731,0.987982929,0.363945842,1,1,1,1,1,0.378157139,0.97567755,0.598235863,0.598265285,0.598404255
-1933,1,0.5515,1,1,1,1,1,1,1,1,0.2135,0.5515,0.6953,1,0.3625,1,1,1,1,1,1,0.0084,0.3625,0.6977,1,0.5925,1,1,1,0.239,0.5925,0.653,1,1,1,1,1,0.143298313,0.985553801,0.917058885,1,1,1,1,1,0.029305417,0.984937072,0.473383516,1,1,1,1,1,0.426473558,0.9635759,0.605002417,0.605034906,0.605496454
-1934,1,0.5515,1,1,1,1,1,1,1,1,0.2868,0.5515,0.6556,1,0.3625,1,1,1,1,1,1,0,0.3625,0.6681,1,0.5925,1,1,1,0.3824,0.5925,0.5757,1,1,1,1,1,0.177492246,0.963768303,0.957795799,1,1,1,1,1,0.032711938,0.961502433,0.827466309,1,1,1,1,1,0.6445871,0.933789968,0.604881585,0.604823355,0.605053191
-1935,1,0.5515,1,1,1,1,1,1,1,1,0.3378,0.5515,0.5221,1,0.3625,1,1,1,1,1,1,0.0208,0.3625,0.5478,1,0.5925,1,1,1,0.4805,0.5925,0.4533,1,1,1,1,1,0.215584144,0.919954658,0.878300786,1,1,1,1,1,0.073830575,0.9161309,1,1,1,1,1,1,0.745911241,0.887136638,0.603914935,0.603765602,0.604166667
-1936,1,0.5515,1,1,1,1,1,1,1,1,0.3565,0.5515,0.3484,1,0.3625,1,1,1,1,1,1,0.0445,0.3625,0.3858,1,0.5925,1,1,1,0.6062,0.5925,0.2556,1,1,1,1,1,0.200751156,0.791791558,1,1,1,1,1,1,0.097186208,0.788114548,1,1,1,1,1,1,0.809291959,0.740720987,0.602887869,0.602919399,0.603280142
-1937,1,0.5515,1,1,1,1,1,1,1,1,0.4075,0.5515,0.1274,1,0.3625,1,1,1,1,1,1,0.0905,0.3625,0.1707,1,0.5925,1,1,1,0.6444,0.5925,0.0504,1,1,1,1,1,0.326573163,0.507250786,1,1,1,1,1,1,0.153839722,0.527559102,1,1,1,1,1,1,0.766420901,0.390319526,0.600531658,0.600592342,0.600620567
-1938,1,0.5515,1,1,1,1,1,1,1,1,0.2646,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0495,0.3625,0,1,0.5925,1,1,1,0.585,0.5925,0,1,1,1,1,1,0.241777644,0,1,1,1,1,1,1,0.098354056,0,1,1,1,1,1,1,0.745950997,0,0.594248429,0.594245822,0.594414894
-1939,1,0.5515,1,1,1,1,1,1,1,1,0.346,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0225,0.3625,0,1,0.5925,1,1,1,0.4867,0.5925,0,1,1,1,1,1,0.399172425,0,1,1,1,1,1,1,0.132273585,0,1,1,1,1,1,1,0.757110357,0,0.619864669,0.619843453,0.620124113
-1940,1,0.5515,1,1,1,1,1,1,1,1,0.3521,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0197,0.3625,0,1,0.5925,1,1,1,0.5033,0.5925,0,1,1,1,1,1,0.364827931,0,0.991142869,1,1,1,1,1,0.157613575,0,0.667907596,1,1,1,1,1,0.771672606,0,0.611285645,0.611381426,0.611702128
-1941,1,0.5515,1,1,1,1,1,1,1,1,0.4119,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1385,0.3625,0,1,0.5925,1,1,1,0.6062,0.5925,0,1,1,1,1,1,0.438637316,0,1,1,1,1,1,1,0.209197432,0,0.915498972,1,1,1,1,1,0.797025204,0,0.56959884,0.569705945,0.569592199
-1942,1,0.5515,1,1,1,1,1,1,1,1,0.3158,0.5515,0,1,0.3625,1,1,1,1,1,1,0.5123,0.3625,0,1,0.5925,1,1,1,0.4914,0.5925,0,1,1,1,1,1,0.350087821,0,1,1,1,1,1,1,0.505845189,0,0.983351588,1,1,1,1,1,0.607639432,0,0.50918318,0.509202454,0.509308511
-1943,1,0.5515,1,1,1,1,1,1,1,1,0.3795,0.5515,0,1,0.3625,1,1,1,1,1,1,0.4021,0.3625,0,1,0.5925,1,1,1,0.3411,0.5925,0,1,1,1,1,1,0.415119201,0,1,1,1,1,1,1,0.472065687,0,1,1,1,1,1,1,0.448052764,0,0.455775737,0.455680135,0.455673759
-1944,1,0.5515,1,1,1,1,1,1,1,1,0.4277,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1812,0.3625,0,1,0.5925,1,1,1,0.3162,0.5925,0,1,1,1,1,1,0.392953753,0,1,1,1,1,1,1,0.281282157,0,1,1,1,1,1,1,0.533367097,0,0.42121798,0.421197377,0.421542553
-1945,1,0.5515,1,1,1,1,1,1,1,1,0.4365,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1279,0.3625,0,1,0.5925,1,1,1,0.3281,0.5925,0,1,1,1,1,1,0.377559662,0,1,1,1,1,1,1,0.232832417,0,1,1,1,1,1,1,0.591846704,0,0.399830836,0.399830759,0.399822695
-1946,1,0.5515,1,1,1,1,1,1,1,1,0.2903,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2242,0.3625,0,1,0.5925,1,1,1,0.3636,0.5925,0,1,1,1,1,1,0.270261884,0,1,1,1,1,1,1,0.3226493,0,1,1,1,1,1,1,0.646532893,0,0.386478975,0.386503067,0.386524823
-1947,1,0.5515,1,1,1,1,1,1,1,1,0.3052,0.5515,0,1,0.3625,1,1,1,1,1,1,0.3319,0.3625,0,1,0.5925,1,1,1,0.3641,0.5925,0,1,1,1,1,1,0.234263346,0,1,1,1,1,1,1,0.405956209,0,0.837455571,1,1,1,1,1,0.628585041,0,0.382189464,0.382272054,0.382092199
-1948,1,0.5515,1,1,1,1,1,1,1,1,0.3591,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1377,0.3625,0,1,0.5925,1,1,1,0.3357,0.5925,0,1,1,1,1,1,0.328346372,0,1,1,1,1,1,1,0.226909399,0,0.703004718,1,1,1,1,1,0.615533054,0,0.390405993,0.390310979,0.390070922
-1949,1,0.5515,1,1,1,1,1,1,1,1,0.2301,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2002,0.3625,0,1,0.5925,1,1,1,0.3779,0.5925,0,1,1,1,1,1,0.252286196,0,0.815383315,1,1,1,1,1,0.278056532,0,0.515269697,1,1,1,1,1,0.655998588,0,0.424480425,0.424582187,0.424202128
-1950,1,0.5515,1,1,1,1,1,1,1,1,0.2145,0.5515,0,1,0.3625,1,1,1,1,1,1,0.097,0.3625,0,1,0.5925,1,1,1,0.4043,0.5925,0.0059,1,1,1,1,1,0.136138394,0.000319931,0.487929344,1,1,1,1,1,0.160722822,0,0.213006288,1,1,1,1,1,0.718013167,0.239883542,0.49540841,0.495451661,0.495567376
-1951,1,0.5515,1,1,1,1,1,1,1,1,0.2032,0.5515,0.1287,1,0.3625,1,1,1,1,1,1,0.1559,0.3625,0.1307,1,0.5925,1,1,1,0.4081,0.5925,0.1949,1,1,1,1,1,0.102107719,0.319872499,0.775986671,1,1,1,1,1,0.220035046,0.28783071,0.364868373,1,1,1,1,1,0.723628342,0.644112647,0.540720155,0.540723503,0.540780142
-1952,1,0.5515,1,1,1,1,1,1,1,1,0.1499,0.5515,0.2969,1,0.3625,1,1,1,1,1,1,0.101,0.3625,0.3218,1,0.5925,1,1,1,0.5577,0.5925,0.4163,1,1,1,1,1,0.092203125,0.590452671,0.997895956,1,1,1,1,1,0.158092692,0.589053988,0.956449866,1,1,1,1,1,0.86227107,0.862038136,0.558482359,0.558493759,0.558510638
-1953,1,0.5515,1,1,1,1,1,1,1,1,0.1433,0.5515,0.4366,1,0.3625,1,1,1,1,1,1,0.0949,0.3625,0.4241,1,0.5925,1,1,1,0.7686,0.5925,0.599,1,1,1,1,1,0.188934818,0.734357417,1,1,1,1,1,1,0.100284144,0.665011644,0.983993232,1,1,1,1,1,0.903677702,0.913852096,0.57002175,0.570129046,0.570035461
-1954,1,0.5515,1,1,1,1,1,1,1,1,0.2013,0.5515,0.5574,1,0.3625,1,1,1,1,1,1,0.1215,0.3625,0.4843,1,0.5925,1,1,1,0.8472,0.5925,0.7291,1,1,1,1,1,0.287662685,0.834649622,0.968044817,1,1,1,1,1,0.146022454,0.616007805,0.872793794,1,1,1,1,1,0.927358508,0.990587831,0.58017158,0.580071927,0.580230496
-1955,1,0.5515,1,1,1,1,1,1,1,1,0.1617,0.5515,0.6471,1,0.3625,1,1,1,1,1,1,0.0511,0.3625,0.5087,1,0.5925,1,1,1,0.8482,0.5925,0.7455,1,1,1,1,1,0.275473833,0.912183762,0.706181407,1,1,1,1,1,0.067206338,0.620474875,0.78178823,1,1,1,1,1,0.927271187,0.999805868,0.582950701,0.582822086,0.582890071
-1956,1,0.5515,1,1,1,1,1,1,1,1,0.1481,0.5515,0.6988,1,0.3625,1,1,1,1,1,1,0.0123,0.3625,0.6118,1,0.5925,1,1,1,0.8372,0.5925,0.7484,1,1,1,1,1,0.241071865,0.97454983,0.377428412,1,1,1,1,1,0.021978207,0.840404749,0.721843481,1,1,1,1,1,0.925703049,0.999799907,0.578359111,0.578379522,0.578457447
-1957,1,0.5515,1,1,1,1,1,1,1,1,0.1059,0.5515,0.7057,1,0.3625,1,1,1,1,1,1,0,0.3625,0.6588,1,0.5925,1,1,1,0.828,0.5925,0.7384,1,1,1,1,1,0.225118175,0.988235652,0.191460252,1,1,1,1,1,0.003004422,0.879738688,0.544903159,1,1,1,1,1,0.905176997,0.999790192,0.579748671,0.579860377,0.579787234
-1958,1,0.5515,1,1,1,1,1,1,1,1,0.1808,0.5515,0.6681,1,0.3625,1,1,1,1,1,1,0,0.3625,0.6495,1,0.5925,1,1,1,0.8163,0.5925,0.6629,1,1,1,1,1,0.351787865,0.970565259,0.158980459,1,1,1,1,1,0.003345785,0.892946839,0.399174094,1,1,1,1,1,0.907655001,0.999148726,0.574432093,0.57457161,0.574468085
-1959,1,0.5515,1,1,1,1,1,1,1,1,0.2703,0.5515,0.5204,1,0.3625,1,1,1,1,1,1,0,0.3625,0.4946,1,0.5925,1,1,1,0.8283,0.5925,0.5388,1,1,1,1,1,0.367224127,0.894818485,0.120452218,1,1,1,1,1,0.018183744,0.788296819,0.399462342,1,1,1,1,1,0.912351131,0.957093358,0.567544708,0.567590438,0.567375887
-1960,1,0.5515,1,1,1,1,1,1,1,1,0.3684,0.5515,0.3357,1,0.3625,1,1,1,1,1,1,0.0317,0.3625,0.3379,1,0.5925,1,1,1,0.8477,0.5925,0.35,1,1,1,1,1,0.466554701,0.727267444,0.06317994,1,1,1,1,1,0.06912902,0.629140556,0.129037172,1,1,1,1,1,0.906745315,0.771900058,0.563798937,0.563782526,0.563829787
-1961,1,0.5515,1,1,1,1,1,1,1,1,0.4007,0.5515,0.1217,1,0.3625,1,1,1,1,1,1,0.1651,0.3625,0.1415,1,0.5925,1,1,1,0.8421,0.5925,0.1194,1,1,1,1,1,0.432882786,0.447610199,0.190913662,1,1,1,1,1,0.201995119,0.302649289,0.087749749,1,1,1,1,1,0.914203525,0.498137057,0.557576124,0.557647557,0.557624113
-1962,1,0.5515,1,1,1,1,1,1,1,1,0.2902,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2657,0.3625,0,1,0.5925,1,1,1,0.8107,0.5925,0,1,1,1,1,1,0.256510377,0,0.182657823,1,1,1,1,1,0.23365128,0,0.032922514,1,1,1,1,1,0.896437824,0,0.546580474,0.546646922,0.546542553
-1963,1,0.5515,1,1,1,1,1,1,1,1,0.2471,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1512,0.3625,0,1,0.5925,1,1,1,0.6521,0.5925,0,1,1,1,1,1,0.191169232,0,0.443339288,1,1,1,1,1,0.153197333,0,0.166065976,1,1,1,1,1,0.775519431,0,0.569417593,0.569494394,0.569592199
-1964,1,0.5515,1,1,1,1,1,1,1,1,0.311,0.5515,0,1,0.3625,1,1,1,1,1,1,0.0956,0.3625,0,1,0.5925,1,1,1,0.7341,0.5925,0,1,1,1,1,1,0.401650041,0,0.343654484,1,1,1,1,1,0.106003307,0,0.187918603,1,1,1,1,1,0.83104986,0,0.558844853,0.558916861,0.558953901
-1965,1,0.5515,1,1,1,1,1,1,1,1,0.4007,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1117,0.3625,0,1,0.5925,1,1,1,0.5105,0.5925,0,1,1,1,1,1,0.56600219,0,0.395341009,1,1,1,1,1,0.133882478,0,0.260864943,1,1,1,1,1,0.586915731,0,0.52658289,0.526761159,0.526595745
-1966,1,0.5515,1,1,1,1,1,1,1,1,0.3553,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1353,0.3625,0,1,0.5925,1,1,1,0.4285,0.5925,0,1,1,1,1,1,0.485423625,0,0.300232708,1,1,1,1,1,0.165508896,0,0.288360983,1,1,1,1,1,0.538048923,0,0.482902368,0.482758621,0.483156028
-1967,1,0.5515,1,1,1,1,1,1,1,1,0.2113,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1223,0.3625,0,1,0.5925,1,1,1,0.3081,0.5925,0,1,1,1,1,1,0.231470391,0,0.689410567,1,1,1,1,1,0.179863006,0,0.380477786,1,1,1,1,1,0.356515825,0,0.436744804,0.436852126,0.436613475
-1968,1,0.5515,1,1,1,1,1,1,1,1,0.2424,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2767,0.3625,0,1,0.5925,1,1,1,0.2483,0.5925,0,1,1,1,1,1,0.23329775,0,0.764876366,1,1,1,1,1,0.262008697,0,0.103993207,1,1,1,1,1,0.321252406,0,0.401764137,0.401734715,0.401595745
-1969,1,0.5515,1,1,1,1,1,1,1,1,0.3809,0.5515,0,1,0.3625,1,1,1,1,1,1,0.3293,0.3625,0,1,0.5925,1,1,1,0.159,0.5925,0,1,1,1,1,1,0.25295943,0,0.896236777,1,1,1,1,1,0.459684134,0,0.212274104,1,1,1,1,1,0.21174103,0,0.379893668,0.379733446,0.379875887
-1970,1,0.5515,1,1,1,1,1,1,1,1,0.4075,0.5515,0,1,0.3625,1,1,1,1,1,1,0.3653,0.3625,0,1,0.5925,1,1,1,0.122,0.5925,0,1,1,1,1,1,0.269797564,0,0.994456649,1,1,1,1,1,0.4906075,0,0.218966514,1,1,1,1,1,0.148624226,0,0.367448043,0.367463508,0.367464539
-1971,1,0.5515,1,1,1,1,1,1,1,1,0.3314,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2095,0.3625,0,1,0.5925,1,1,1,0.116,0.5925,0,1,1,1,1,1,0.235817373,0,1,1,1,1,1,1,0.32428062,0,0.2079283,1,1,1,1,1,0.108415432,0,0.360862736,0.360905437,0.360815603
-1972,1,0.5515,1,1,1,1,1,1,1,1,0.2887,0.5515,0,1,0.3625,1,1,1,1,1,1,0.215,0.3625,0,1,0.5925,1,1,1,0.1034,0.5925,0,1,1,1,1,1,0.287605554,0,1,1,1,1,1,1,0.320263475,0,1,1,1,1,1,1,0.08950527,0,0.361466892,0.361540089,0.361258865
-1973,1,0.5515,1,1,1,1,1,1,1,1,0.1187,0.5515,0,1,0.3625,1,1,1,1,1,1,0.2776,0.3625,0,1,0.5925,1,1,1,0.0745,0.5925,0,1,1,1,1,1,0.158053353,0,0.986504853,1,1,1,1,1,0.355415732,0,1,1,1,1,1,1,0.052681029,0,0.37361044,0.373598477,0.37322695
-1974,1,0.5515,1,1,1,1,1,1,1,1,0.0428,0.5515,0,1,0.3625,1,1,1,1,1,1,0.1703,0.3625,0,1,0.5925,1,1,1,0.0558,0.5925,0.0046,1,1,1,1,1,0.037407849,0.010923957,0.892234206,1,1,1,1,1,0.226211488,0.002400952,0.97269249,1,1,1,1,1,0.039601646,0.039687261,0.39838086,0.398349905,0.398492908
-1975,1,0.5515,1,1,1,1,1,1,1,1,0.0606,0.5515,0.1681,1,0.3625,1,1,1,1,1,1,0.0822,0.3625,0.2003,1,0.5925,1,1,1,0.0316,0.5925,0.1373,1,1,1,1,1,0.054159001,0.432745457,0.679984212,1,1,1,1,1,0.148090988,0.477510184,0.85109973,1,1,1,1,1,0.014418196,0.408274651,0.428105365,0.428178549,0.428191489
-1976,1,0.5511,1,1,1,1,1,1,1,1,0.0603,0.5511,0.3275,1,0.3623,1,1,1,1,1,1,0.0852,0.3623,0.3963,1,0.5924,1,1,1,0.0489,0.5924,0.2865,1,1,1,1,1,0.042333312,0.648380637,0.529756308,1,1,1,1,1,0.106581554,0.69408679,0.620244503,1,1,1,1,1,0.022603605,0.645404577,0.468885935,0.468796277,0.468971631
-1977,1,0.5507,1,1,1,1,1,1,1,1,0.036,0.5507,0.47,1,0.3621,1,1,1,1,1,1,0.0798,0.3621,0.4968,1,0.5923,1,1,1,0.1049,0.5923,0.4283,1,1,1,1,1,0.022177983,0.743868589,0.33852607,1,1,1,1,1,0.091653481,0.677715838,0.392203152,1,1,1,1,1,0.03981423,0.749180436,0.497945868,0.497990269,0.497783688
-1978,1,0.5504,1,1,1,1,1,1,1,1,0.0301,0.5504,0.4264,1,0.3619,1,1,1,1,1,1,0.0286,0.3619,0.4553,1,0.5921,1,1,1,0.086,0.5921,0.5047,1,1,1,1,1,0.019247016,0.623589933,0.358374476,1,1,1,1,1,0.054894976,0.632042766,0.374276966,1,1,1,1,1,0.042031839,0.813204288,0.510753987,0.510683309,0.510638298
-1979,1,0.55,1,1,1,1,1,1,1,1,0.0383,0.55,0.4459,1,0.3617,1,1,1,1,1,1,0.0454,0.3617,0.4639,1,0.592,1,1,1,0.1034,0.592,0.5393,1,1,1,1,1,0.017445274,0.605043054,0.27562058,1,1,1,1,1,0.061932072,0.691549361,0.340240061,1,1,1,1,1,0.0493128,0.764436603,0.513170614,0.513221917,0.513297872
-1980,1,0.5497,1,1,1,1,1,1,1,1,0.0392,0.5497,0.4834,1,0.3615,1,1,1,1,1,1,0.018,0.3615,0.4762,1,0.5919,1,1,1,0.0514,0.5919,0.5482,1,1,1,1,1,0.018916525,0.637825847,0.351197541,1,1,1,1,1,0.049679432,0.702080786,0.498398721,1,1,1,1,1,0.015180683,0.795143306,0.507431126,0.507510049,0.507535461
-1981,1,0.5493,1,1,1,1,1,1,1,1,0.0222,0.5493,0.6303,1,0.3613,1,1,1,1,1,1,0.0367,0.3613,0.6118,1,0.5917,1,1,1,0.0537,0.5917,0.6986,1,1,1,1,1,0.013848988,0.826422453,0.235992104,1,1,1,1,1,0.099063575,0.847020626,0.577684343,1,1,1,1,1,0.016733805,0.840121508,0.497281295,0.497355617,0.497340426
-1982,1,0.549,1,1,1,1,1,1,1,1,0.0342,0.549,0.3922,1,0.3611,1,1,1,1,1,1,0.0353,0.3611,0.4236,1,0.5916,1,1,1,0.0535,0.5916,0.5414,1,1,1,1,1,0.013781238,0.565254688,0.193453282,1,1,1,1,1,0.095282175,0.603784144,0.582453728,1,1,1,1,1,0.0176975,0.58168453,0.48900435,0.48889359,0.489361702
-1983,1,0.5486,1,1,1,1,1,1,1,1,0.0351,0.5486,0.3528,1,0.3608,1,1,1,1,1,1,0.0797,0.3608,0.2969,1,0.5915,1,1,1,0.0613,0.5915,0.4276,1,1,1,1,1,0.014128912,0.475534111,0.131051123,1,1,1,1,1,0.092695594,0.453415751,0.401811004,1,1,1,1,1,0.023396604,0.446282864,0.485077332,0.485085678,0.48537234
-1984,1,0.5483,1,1,1,1,1,1,1,1,0.0289,0.5483,0.2192,1,0.3606,1,1,1,1,1,1,0.0689,0.3606,0.2024,1,0.5913,1,1,1,0.0603,0.5913,0.248,1,1,1,1,1,0.044707991,0.29517135,0.137121126,1,1,1,1,1,0.082667425,0.291390389,0.378596067,1,1,1,1,1,0.029312057,0.352678508,0.488460609,0.488470489,0.488475177
-1985,1,0.5479,1,1,1,1,1,1,1,1,0.0108,0.5479,0.0833,1,0.3604,1,1,1,1,1,1,0.0469,0.3604,0.0789,1,0.5912,1,1,1,0.0834,0.5912,0.0933,1,1,1,1,1,0.049421877,0.143082455,0.100918226,1,1,1,1,1,0.067512706,0.151176572,0.344289005,1,1,1,1,1,0.077234544,0.159411892,0.500845819,0.500740427,0.500886525
-1986,1,0.5476,1,1,1,1,1,1,1,1,0.0084,0.5476,0,1,0.3602,1,1,1,1,1,1,0.0777,0.3602,0,1,0.5911,1,1,1,0.0952,0.5911,0,1,1,1,1,1,0.035595253,0,0.133207738,1,1,1,1,1,0.11900349,0,0.625624895,1,1,1,1,1,0.156941384,0,0.513412276,0.513433467,0.513297872
-1987,1,0.5472,1,1,1,1,1,1,1,1,0.003,0.5472,0,1,0.36,1,1,1,1,1,1,0.1314,0.36,0,1,0.591,1,1,1,0.0893,0.591,0,1,1,1,1,1,0.050682273,0,0.085536435,1,1,1,1,1,0.154584497,0,0.332496583,1,1,1,1,1,0.130784571,0,0.533893185,0.533742331,0.533687943
-1988,1,0.5469,1,1,1,1,1,1,1,1,0.0067,0.5469,0,1,0.3598,1,1,1,1,1,1,0.0364,0.3598,0,1,0.5908,1,1,1,0.0664,0.5908,0,1,1,1,1,1,0.053743523,0,0.172918946,1,1,1,1,1,0.058697723,0,0.538806081,1,1,1,1,1,0.098397613,0,0.524105848,0.524011001,0.524379433
-1989,1,0.5465,1,1,1,1,1,1,1,1,0.0106,0.5465,0,1,0.3596,1,1,1,1,1,1,0.0499,0.3596,0,1,0.5907,1,1,1,0.0979,0.5907,0,1,1,1,1,1,0.044519566,0,0.316217244,1,1,1,1,1,0.071999036,0,0.712035418,1,1,1,1,1,0.123944983,0,0.497281295,0.497355617,0.497340426
-1990,1,0.5462,1,1,1,1,1,1,1,1,0.0006,0.5462,0,1,0.3594,1,1,1,1,1,1,0.0488,0.3594,0,1,0.5906,1,1,1,0.1452,0.5906,0,1,1,1,1,1,0.012757078,0,0.263781905,1,1,1,1,1,0.072739288,0,0.657565176,1,1,1,1,1,0.131637678,0,0.461152731,0.461180453,0.46143617
-1991,1,0.5458,1,1,1,1,1,1,1,1,0.0038,0.5458,0,1,0.3591,1,1,1,1,1,1,0.0534,0.3591,0,1,0.5904,1,1,1,0.0739,0.5904,0,1,1,1,1,1,0.024516985,0,0.224135503,1,1,1,1,1,0.084455252,0,0.635806024,1,1,1,1,1,0.064253561,0,0.423936684,0.423735985,0.424202128
-1992,1,0.5455,1,1,1,1,1,1,1,1,0.0057,0.5455,0,1,0.3589,1,1,1,1,1,1,0.0837,0.3589,0,1,0.5903,1,1,1,0.0468,0.5903,0,1,1,1,1,1,0.02330091,0,0.271334201,1,1,1,1,1,0.128775865,0,0.369061768,1,1,1,1,1,0.098770835,0,0.393064282,0.393061138,0.393173759
-1993,1,0.5451,1,1,1,1,1,1,1,1,0.008,0.5451,0,1,0.3587,1,1,1,1,1,1,0.1236,0.3587,0,1,0.5902,1,1,1,0.0553,0.5902,0,1,1,1,1,1,0.026054997,0,0.392207623,1,1,1,1,1,0.182794631,0,0.348713607,1,1,1,1,1,0.137267604,0,0.372704205,0.372752274,0.372783688
-1994,1,0.5448,1,1,1,1,1,1,1,1,0.0077,0.5448,0,1,0.3585,1,1,1,1,1,1,0.1016,0.3585,0,1,0.59,1,1,1,0.056,0.59,0,1,1,1,1,1,0.016198015,0,0.656928778,1,1,1,1,1,0.173299447,0,0.82317543,1,1,1,1,1,0.129441872,0,0.362433543,0.362386292,0.362588652
-1995,1,0.5444,1,1,1,1,1,1,1,1,0.0128,0.5444,0,1,0.3583,1,1,1,1,1,1,0.0813,0.3583,0,1,0.5899,1,1,1,0.0431,0.5899,0,1,1,1,1,1,0.014565131,0,0.934959829,1,1,1,1,1,0.139544129,0,1,1,1,1,1,1,0.129570752,0,0.357419043,0.357309076,0.357269504
-1996,1,0.544,1,1,1,1,1,1,1,1,0.018,0.544,0,1,0.3581,1,1,1,1,1,1,0.0517,0.3581,0,1,0.5898,1,1,1,0.0496,0.5898,0,1,1,1,1,1,0.010142092,0,0.990923285,1,1,1,1,1,0.092204675,0,0.878812671,1,1,1,1,1,0.135611996,0,0.358264862,0.358366829,0.358599291
-1997,1,0.5437,1,1,1,1,1,1,1,1,0.0129,0.5437,0,1,0.3579,1,1,1,1,1,1,0.0196,0.3579,0,1,0.5896,1,1,1,0.0432,0.5896,0,1,1,1,1,1,0.004315884,0,0.899942815,1,1,1,1,1,0.045158114,0,0.805836916,1,1,1,1,1,0.123266496,0,0.366420976,0.366405754,0.366578014
-1998,1,0.5433,1,1,1,1,1,1,1,1,0.0039,0.5433,0,1,0.3577,1,1,1,1,1,1,0.0162,0.3577,0,1,0.5895,1,1,1,0.0355,0.5895,0,1,1,1,1,1,0.000529735,0,0.784292102,1,1,1,1,1,0.023013959,0,0.496428311,1,1,1,1,1,0.079983391,0,0.385633156,0.385656865,0.385638298
-1999,1,0.543,1,1,1,1,1,1,1,1,0.0073,0.543,0.0483,1,0.3575,1,1,1,1,1,1,0,0.3575,0.0107,1,0.5894,1,1,1,0.0564,0.5894,0.0311,1,1,1,1,1,0.000921979,0.052121263,0.728568316,1,1,1,1,1,0.001391481,0.00632863,0.57251966,1,1,1,1,1,0.112503514,0.150499746,0.41161189,0.411677597,0.411347518
-2000,1,0.5426,1,1,1,1,1,1,1,1,0.0189,0.5426,0.1379,1,0.3572,1,1,1,1,1,1,0,0.3572,0.1244,1,0.5892,1,1,1,0.0456,0.5892,0.1143,1,1,1,1,1,0.004997779,0.193354338,0.658861101,1,1,1,1,1,0.008285087,0.170830116,0.495265961,1,1,1,1,1,0.113281749,0.256390452,0.452694538,0.452718426,0.452570922
-2001,1,0.5423,1,1,1,1,1,1,1,1,0.0358,0.5423,0.2279,1,0.357,1,1,1,1,1,1,0,0.357,0.1986,1,0.5891,1,1,1,0.0279,0.5891,0.2337,1,1,1,1,1,0.009099569,0.301204979,0.604407907,1,1,1,1,1,0.007486542,0.275949955,0.538680673,1,1,1,1,1,0.122366242,0.33497718,0.488098115,0.488047387,0.488031915
-2002,1,0.5419,1,1,1,1,1,1,1,1,0.0374,0.5419,0.2641,1,0.3568,1,1,1,1,1,1,0,0.3568,0.2571,1,0.589,1,1,1,0.0237,0.589,0.2942,1,1,1,1,1,0.007065001,0.343764752,0.648321748,1,1,1,1,1,0.007077803,0.371380746,0.335247397,1,1,1,1,1,0.108646661,0.446786702,0.510210246,0.510260207,0.510638298
-2003,1,0.5416,1,1,1,1,1,1,1,1,0.0184,0.5416,0.2979,1,0.3566,1,1,1,1,1,1,0,0.3566,0.3222,1,0.5889,1,1,1,0.0522,0.5889,0.3032,1,1,1,1,1,0.002430476,0.391688257,0.542844772,1,1,1,1,1,0.000396365,0.451807857,0.111108907,1,1,1,1,1,0.101601884,0.467754185,0.523260029,0.523164798,0.523492908
-2004,1,0.5412,1,1,1,1,1,1,1,1,0.0073,0.5412,0.3468,1,0.3564,1,1,1,1,1,1,0,0.3564,0.3903,1,0.5887,1,1,1,0.0521,0.5887,0.3412,1,1,1,1,1,0.000844475,0.458759725,0.640780091,1,1,1,1,1,0.000417433,0.561251163,0.150706291,1,1,1,1,1,0.111820996,0.483816803,0.527730788,0.527607362,0.52748227
-2005,1,0.5409,1,1,1,1,1,1,1,1,0.004,0.5409,0.3644,1,0.3562,1,1,1,1,1,1,0,0.3562,0.4114,1,0.5886,1,1,1,0.0571,0.5886,0.3261,1,1,1,1,1,0.000446646,0.52680248,0.355040878,1,1,1,1,1,0.00150404,0.62429136,0.353339553,1,1,1,1,1,0.153137371,0.486128807,0.52241421,0.522530146,0.522606383
-2006,1,0.5405,1,1,1,1,1,1,1,1,0.013,0.5405,0.3465,1,0.356,1,1,1,1,1,1,0,0.356,0.4116,1,0.5885,1,1,1,0.08,0.5885,0.3916,1,1,1,1,1,0.001789951,0.551074564,0.141294613,1,1,1,1,1,0.002972384,0.601837993,0.477064431,1,1,1,1,1,0.146636769,0.584053814,0.516553891,0.516606727,0.516843972
-2007,1,0.5402,1,1,1,1,1,1,1,1,0.0469,0.5402,0.324,1,0.3558,1,1,1,1,1,1,0,0.3558,0.3266,1,0.5883,1,1,1,0.062,0.5883,0.3635,1,1,1,1,1,0.00870096,0.473455697,0.059559226,1,1,1,1,1,0.007799443,0.468196273,0.34318772,1,1,1,1,1,0.107176855,0.60283643,0.512566457,0.512587265,0.51285461
-2008,1,0.5398,1,1,1,1,1,1,1,1,0.063,0.5398,0.2125,1,0.3555,1,1,1,1,1,1,0,0.3555,0.2253,1,0.5882,1,1,1,0.0705,0.5882,0.2597,1,1,1,1,1,0.011752079,0.327557206,0.217921227,1,1,1,1,1,0.010016731,0.369484961,0.45123899,1,1,1,1,1,0.121800259,0.507716596,0.519816336,0.519779987,0.519946809
-2009,1,0.5395,1,1,1,1,1,1,1,1,0.041,0.5395,0.0673,1,0.3553,1,1,1,1,1,1,0,0.3553,0.0732,1,0.5881,1,1,1,0.0924,0.5881,0.083,1,1,1,1,1,0.007319191,0.118999235,0.55213958,1,1,1,1,1,0.001293453,0.127347931,0.851389527,1,1,1,1,1,0.129928783,0.222230211,0.53437651,0.534376983,0.534574468
-2010,1,0.5391,1,1,1,1,1,1,1,1,0.0387,0.5391,0,1,0.3551,1,1,1,1,1,1,0,0.3551,0,1,0.5879,1,1,1,0.0795,0.5879,0,1,1,1,1,1,0.006902671,0,0.760528326,1,1,1,1,1,0.000699326,0,0.86937952,1,1,1,1,1,0.111920767,0,0.546459642,0.546435371,0.546542553
-2011,1,0.5388,1,1,1,1,1,1,1,1,0.0344,0.5388,0,1,0.3549,1,1,1,1,1,1,0,0.3549,0,1,0.5878,1,1,1,0.0692,0.5878,0,1,1,1,1,1,0.005273843,0,0.609557629,1,1,1,1,1,0.009823859,0,0.63759166,1,1,1,1,1,0.14292118,0,0.56917593,0.569071293,0.569592199
-2012,1,0.5384,1,1,1,1,1,1,1,1,0.0166,0.5384,0,1,0.3547,1,1,1,1,1,1,0.0526,0.3547,0,1,0.5877,1,1,1,0.1088,0.5877,0,1,1,1,1,1,0.002824586,0,0.308614552,1,1,1,1,1,0.082647227,0,0.271856546,1,1,1,1,1,0.139029533,0,0.557636539,0.557647557,0.557624113
-2013,1,0.538,1,1,1,1,1,1,1,1,0.0545,0.538,0,1,0.3545,1,1,1,1,1,1,0.1811,0.3545,0,1,0.5875,1,1,1,0.1053,0.5875,0,1,1,1,1,1,0.012906608,0,0.490614235,1,1,1,1,1,0.181124151,0,0.405759156,1,1,1,1,1,0.139231592,0,0.51878927,0.518722234,0.519060284
-2014,1,0.5377,1,1,1,1,1,1,1,1,0.0336,0.5377,0,1,0.3543,1,1,1,1,1,1,0.1171,0.3543,0,1,0.5874,1,1,1,0.1664,0.5874,0,1,1,1,1,1,0.009507388,0,0.820476115,1,1,1,1,1,0.160016865,0,0.351842165,1,1,1,1,1,0.297567546,0,0.471967134,0.471969537,0.472074468
-2015,1,0.5373,1,1,1,1,1,1,1,1,0.1001,0.5373,0,1,0.3541,1,1,1,1,1,1,0.2813,0.3541,0,1,0.5873,1,1,1,0.1612,0.5873,0,1,1,1,1,1,0.072721757,0,0.833298206,1,1,1,1,1,0.306419045,0,0.477559149,1,1,1,1,1,0.405247182,0,0.428528275,0.42860165,0.428634752
-2016,1,0.537,1,1,1,1,1,1,1,1,0.1561,0.537,0,1,0.3538,1,1,1,1,1,1,0.4333,0.3538,0,1,0.5871,1,1,1,0.1541,0.5871,0,1,1,1,1,1,0.177852437,0,0.561942995,1,1,1,1,1,0.434132934,0,0.141270697,1,1,1,1,1,0.431738287,0,0.398139198,0.398138354,0.398492908
-2017,1,0.5366,1,1,1,1,1,1,1,1,0.1374,0.5366,0,1,0.3536,1,1,1,1,1,1,0.339,0.3536,0,1,0.587,1,1,1,0.1664,0.587,0,1,1,1,1,1,0.164474994,0,0.641000271,1,1,1,1,1,0.378319561,0,0.227177501,1,1,1,1,1,0.471788615,0,0.381887385,0.381848953,0.381648936
-2018,1,0.5363,1,1,1,1,1,1,1,1,0.1016,0.5363,0,1,0.3534,1,1,1,1,1,1,0.1974,0.3534,0,1,0.5869,1,1,1,0.2115,0.5869,0,1,1,1,1,1,0.120350271,0,0.881502509,1,1,1,1,1,0.307081968,0,0.574560463,1,1,1,1,1,0.541540325,0,0.375241663,0.375079331,0.375443262
-2019,1,0.5359,1,1,1,1,1,1,1,1,0.078,0.5359,0,1,0.3532,1,1,1,1,1,1,0.2705,0.3532,0,1,0.5868,1,1,1,0.248,0.5868,0,1,1,1,1,1,0.163322523,0,0.684633136,1,1,1,1,1,0.382685244,0,0.258890837,1,1,1,1,1,0.492961347,0,0.375785404,0.375713983,0.375443262
-2020,1,0.5356,1,1,1,1,1,1,1,1,0.1642,0.5356,0,1,0.353,1,1,1,1,1,1,0.3021,0.353,0,1,0.5866,1,1,1,0.3644,0.5866,0,1,1,1,1,1,0.331210017,0,0.358260393,1,1,1,1,1,0.37555486,0,0.095712304,1,1,1,1,1,0.743565142,0,0.389137264,0.389041675,0.389184397
-2021,1,0.5352,1,1,1,1,1,1,1,1,0.4191,0.5352,0,1,0.3528,1,1,1,1,1,1,0.2936,0.3528,0,1,0.5865,1,1,1,0.551,0.5865,0,1,1,1,1,1,0.527361095,0,0.257225692,1,1,1,1,1,0.416181147,0,0.16369766,1,1,1,1,1,0.861568809,0,0.432092798,0.432198011,0.432180851
-2022,1,0.5349,1,1,1,1,1,1,1,1,0.4007,0.5349,0.0093,1,0.3526,1,1,1,1,1,1,0.3159,0.3526,0.0024,1,0.5864,1,1,1,0.6456,0.5864,0.006,1,1,1,1,1,0.605301023,0.089004368,0.125443339,1,1,1,1,1,0.445002496,0.07233087,0.184434056,1,1,1,1,1,0.898757219,0.075085051,0.511962301,0.511952613,0.511968085
-2023,1,0.5345,1,1,1,1,1,1,1,1,0.4382,0.5345,0.1704,1,0.3524,1,1,1,1,1,1,0.3738,0.3524,0.1838,1,0.5862,1,1,1,0.7274,0.5862,0.1798,1,1,1,1,1,0.732687235,0.392193139,0.048985831,1,1,1,1,1,0.406315833,0.400458634,0.16760315,1,1,1,1,1,0.934841394,0.324817628,0.55860319,0.55870531,0.558953901
-2024,1,0.5342,1,1,1,1,1,1,1,1,0.4343,0.5342,0.328,1,0.3522,1,1,1,1,1,1,0.8539,0.3522,0.3654,1,0.5861,1,1,1,0.8239,0.5861,0.3555,1,1,1,1,1,0.687841356,0.616279125,0.018665861,1,1,1,1,1,0.704806328,0.69478035,0.236974865,1,1,1,1,1,0.971985698,0.598551929,0.574673755,0.574783161,0.574911348
-2025,1,0.5338,1,1,1,1,1,1,1,1,0.8214,0.5338,0.4703,1,0.3519,1,1,1,1,1,1,0.9515,0.3519,0.5204,1,0.586,1,1,1,0.8922,0.586,0.5421,1,1,1,1,1,0.931995034,0.818758249,0.014007057,1,1,1,1,1,0.931087613,0.857432783,0.823286474,1,1,1,1,1,0.983307242,0.85543561,0.581259062,0.581341231,0.581560284
-2026,1,0.5335,1,1,1,1,1,1,1,1,0.9029,0.5335,0.6274,1,0.3517,1,1,1,1,1,1,0.971,0.3517,0.692,1,0.5858,1,1,1,0.9064,0.5858,0.6411,1,1,1,1,1,0.959467888,0.951312184,0.173098385,1,1,1,1,1,0.966973305,0.963198662,1,1,1,1,1,1,0.987016439,0.982207537,0.584581924,0.584726042,0.584663121
-2027,1,0.5331,1,1,1,1,1,1,1,1,0.8836,0.5331,0.7216,1,0.3515,1,1,1,1,1,1,0.973,0.3515,0.7504,1,0.5857,1,1,1,0.981,0.5857,0.6581,1,1,1,1,1,0.966507018,0.994554222,0.679725051,1,1,1,1,1,0.965955138,0.999642372,1,1,1,1,1,1,0.993050158,0.999980927,0.581923635,0.581975883,0.582446809
-2028,1,0.5328,1,1,1,1,1,1,1,1,0.9449,0.5328,0.7561,1,0.3513,1,1,1,1,1,1,0.9753,0.3513,0.7711,1,0.5856,1,1,1,0.8955,0.5856,0.6258,1,1,1,1,1,0.984147429,0.999972701,0.984556854,1,1,1,1,1,0.974770546,1,1,1,1,1,1,1,0.991046071,1,0.575882069,0.575840914,0.575797872
-2029,1,0.5324,1,1,1,1,1,1,1,1,0.9657,0.5324,0.7595,1,0.3511,1,1,1,1,1,1,0.9757,0.3511,0.773,1,0.5854,1,1,1,0.9451,0.5854,0.6163,1,1,1,1,1,0.988101125,0.999901533,1,1,1,1,1,1,0.976025939,1,1,1,1,1,1,1,0.988730252,0.999364495,0.572438376,0.572456103,0.572695035
-2030,1,0.5321,1,1,1,1,1,1,1,1,0.9639,0.5321,0.7269,1,0.3509,1,1,1,1,1,1,0.9731,0.3509,0.7412,1,0.5853,1,1,1,0.9645,0.5853,0.5752,1,1,1,1,1,0.986947417,0.999301791,0.987079442,1,1,1,1,1,0.975554466,0.999884605,1,1,1,1,1,1,0.993401349,0.987773359,0.563980184,0.563994077,0.56427305
-2031,1,0.5317,1,1,1,1,1,1,1,1,0.9765,0.5317,0.5849,1,0.3507,1,1,1,1,1,1,0.9757,0.3507,0.6155,1,0.5852,1,1,1,0.9724,0.5852,0.4504,1,1,1,1,1,0.989486814,0.995606422,1,1,1,1,1,1,0.97430861,0.996299624,1,1,1,1,1,1,0.988649666,0.907063782,0.559690672,0.559763063,0.559840426
-2032,1,0.5313,1,1,1,1,1,1,1,1,0.9684,0.5313,0.3979,1,0.3505,1,1,1,1,1,1,0.9776,0.3505,0.4425,1,0.585,1,1,1,0.9776,0.585,0.3197,1,1,1,1,1,0.98879844,0.880238652,1,1,1,1,1,1,0.970631719,0.899674237,1,1,1,1,1,1,0.985827208,0.741951525,0.563980184,0.563994077,0.563829787
-2033,1,0.531,1,1,1,1,1,1,1,1,0.9742,0.531,0.1641,1,0.3502,1,1,1,1,1,1,0.9793,0.3502,0.2161,1,0.5849,1,1,1,0.9827,0.5849,0.1326,1,1,1,1,1,0.990243733,0.605868697,1,1,1,1,1,1,0.976068854,0.653755307,1,1,1,1,1,1,0.985551119,0.491071045,0.579144514,0.579225725,0.579343972
-2034,1,0.5306,1,1,1,1,1,1,1,1,0.9064,0.5306,0,1,0.35,1,1,1,1,1,1,0.9535,0.35,0.0076,1,0.5848,1,1,1,0.9894,0.5848,0,1,1,1,1,1,0.965444028,0,1,1,1,1,1,1,0.942668915,0.160882175,1,1,1,1,1,1,0.990825891,0,0.594490092,0.594668923,0.594858156
-2035,1,0.5303,1,1,1,1,1,1,1,1,0.8227,0.5303,0,1,0.3498,1,1,1,1,1,1,0.8588,0.3498,0,1,0.5847,1,1,1,0.9823,0.5847,0,1,1,1,1,1,0.919312775,0,1,1,1,1,1,1,0.898309112,0,1,1,1,1,1,1,0.991266012,0,0.631464476,0.631478739,0.631648936
-2036,1,0.5299,1,1,1,1,1,1,1,1,0.7378,0.5299,0,1,0.3496,1,1,1,1,1,1,0.8081,0.3496,0,1,0.5845,1,1,1,0.9768,0.5845,0,1,1,1,1,1,0.861337602,0,1,1,1,1,1,1,0.834837019,0,1,1,1,1,1,1,0.988659739,0,0.626449976,0.626401523,0.62677305
-2037,1,0.5296,1,1,1,1,1,1,1,1,0.741,0.5296,0,1,0.3494,1,1,1,1,1,1,0.9425,0.3494,0,1,0.5844,1,1,1,0.9927,0.5844,0,1,1,1,1,1,0.932858586,0,1,1,1,1,1,1,0.909475923,0,1,1,1,1,1,1,0.991354644,0,0.588931851,0.588957055,0.589095745
-2038,1,0.5292,1,1,1,1,1,1,1,1,0.628,0.5292,0,1,0.3492,1,1,1,1,1,1,0.8182,0.3492,0,1,0.5843,1,1,1,0.99,0.5843,0,1,1,1,1,1,0.862947404,0,1,1,1,1,1,1,0.751600087,0,1,1,1,1,1,1,0.994900286,0,0.53437651,0.534376983,0.534574468
-2039,1,0.5289,1,1,1,1,1,1,1,1,0.5852,0.5289,0,1,0.349,1,1,1,1,1,1,0.9159,0.349,0,1,0.5841,1,1,1,0.9695,0.5841,0,1,1,1,1,1,0.864316523,0,1,1,1,1,1,1,0.822837949,0,1,1,1,1,1,1,0.990960181,0,0.485741904,0.48572033,0.485815603
-2040,1,0.5285,1,1,1,1,1,1,1,1,0.5985,0.5285,0,1,0.3488,1,1,1,1,1,1,0.98,0.3488,0,1,0.584,1,1,1,0.9942,0.584,0,1,1,1,1,1,0.893724382,0,1,1,1,1,1,1,0.874561191,0,1,1,1,1,1,1,0.998026848,0,0.454688255,0.454833933,0.454787234
-2041,1,0.5282,1,1,1,1,1,1,1,1,0.6261,0.5282,0,1,0.3485,1,1,1,1,1,1,0.9292,0.3485,0,1,0.5839,1,1,1,0.9923,0.5839,0,1,1,1,1,1,0.89935267,0,1,1,1,1,1,1,0.833358347,0,1,1,1,1,1,1,0.998391688,0,0.43958434,0.439602285,0.439716312
-2042,1,0.5278,1,1,1,1,1,1,1,1,0.6142,0.5278,0,1,0.3483,1,1,1,1,1,1,0.801,0.3483,0,1,0.5837,1,1,1,0.9919,0.5837,0,1,1,1,1,1,0.87119782,0,1,1,1,1,1,1,0.740655661,0,1,1,1,1,1,1,0.997853875,0,0.433240696,0.433255765,0.433067376
-2043,1,0.5275,1,1,1,1,1,1,1,1,0.7134,0.5275,0,1,0.3481,1,1,1,1,1,1,0.8667,0.3481,0,1,0.5836,1,1,1,0.9754,0.5836,0,1,1,1,1,1,0.907533944,0,1,1,1,1,1,1,0.847406626,0,1,1,1,1,1,1,0.996375501,0,0.4340261,0.433890417,0.433953901
-2044,1,0.5271,1,1,1,1,1,1,1,1,0.6516,0.5271,0,1,0.3479,1,1,1,1,1,1,0.6724,0.3479,0,1,0.5835,1,1,1,0.96,0.5835,0,1,1,1,1,1,0.801742196,0,1,1,1,1,1,1,0.647891581,0,1,1,1,1,1,1,0.992416739,0,0.448042533,0.447852761,0.448138298
-2045,1,0.5268,1,1,1,1,1,1,1,1,0.7011,0.5268,0,1,0.3477,1,1,1,1,1,1,0.6166,0.3477,0,1,0.5833,1,1,1,0.9578,0.5833,0,1,1,1,1,1,0.742116868,0,1,1,1,1,1,1,0.578751206,0,1,1,1,1,1,1,0.995509386,0,0.491360561,0.491432198,0.491578014
-2046,1,0.5264,1,1,1,1,1,1,1,1,0.6554,0.5264,0.0322,1,0.3475,1,1,1,1,1,1,0.5817,0.3475,0.0473,1,0.5832,1,1,1,0.9726,0.5832,0.0252,1,1,1,1,1,0.799021184,0.32100746,1,1,1,1,1,1,0.571850359,0.282651722,1,1,1,1,1,1,0.996480644,0.378021717,0.569538424,0.569494394,0.569592199
-2047,1,0.5261,1,1,1,1,1,1,1,1,0.6853,0.5261,0.2371,1,0.3473,1,1,1,1,1,1,0.5587,0.3473,0.2558,1,0.5831,1,1,1,0.9475,0.5831,0.2296,1,1,1,1,1,0.807285368,0.71826309,1,1,1,1,1,1,0.622052968,0.687153637,1,1,1,1,1,1,0.977934539,0.761462212,0.612493958,0.61265073,0.612588652
-2048,1,0.5257,1,1,1,1,1,1,1,1,0.76,0.5257,0.4628,1,0.3471,1,1,1,1,1,1,0.7022,0.3471,0.4783,1,0.5829,1,1,1,0.9664,0.5829,0.4557,1,1,1,1,1,0.922520339,0.955013514,0.996040881,1,1,1,1,1,0.757740378,0.93295753,1,1,1,1,1,1,0.992382646,0.980609417,0.617387627,0.617304845,0.617464539
-2049,1,0.5253,1,1,1,1,1,1,1,1,0.7396,0.5253,0.6346,1,0.3468,1,1,1,1,1,1,0.6862,0.3468,0.6419,1,0.5828,1,1,1,0.9598,0.5828,0.6292,1,1,1,1,1,0.881023824,1,0.866211176,1,1,1,1,1,0.722971857,1,1,1,1,1,1,1,0.979066074,1,0.61581682,0.61582399,0.616134752
-2050,1,0.525,1,1,1,1,1,1,1,1,0.6639,0.525,0.8577,1,0.3466,1,1,1,1,1,1,0.5861,0.3466,0.8593,1,0.5827,1,1,1,0.9186,0.5827,0.8508,1,1,1,1,1,0.809798539,1,0.965169013,1,1,1,1,1,0.623769879,1,1,1,1,1,1,1,0.986848474,1,0.614064766,0.614131585,0.61391844
-2051,1,0.5246,1,1,1,1,1,1,1,1,0.7379,0.5246,0.7819,1,0.3464,1,1,1,1,1,1,0.6039,0.3464,0.7843,1,0.5826,1,1,1,0.9025,0.5826,0.7737,1,1,1,1,1,0.854991794,1,0.99970907,1,1,1,1,1,0.653861523,1,1,1,1,1,1,1,0.980056226,1,0.610016916,0.609900571,0.609929078
-2052,1,0.5243,1,1,1,1,1,1,1,1,0.718,0.5243,0.7841,1,0.3462,1,1,1,1,1,1,0.4924,0.3462,0.7864,1,0.5824,1,1,1,0.9244,0.5824,0.7737,1,1,1,1,1,0.854605794,1,0.767255366,1,1,1,1,1,0.553801179,1,0.968453646,1,1,1,1,1,0.977330625,1,0.601256646,0.601226994,0.601507092
-2053,1,0.5239,1,1,1,1,1,1,1,1,0.5658,0.5239,0.778,1,0.346,1,1,1,1,1,1,0.2849,0.346,0.7818,1,0.5823,1,1,1,0.9097,0.5823,0.77,1,1,1,1,1,0.74360925,1,0.84883821,1,1,1,1,1,0.346036106,1,0.781940341,1,1,1,1,1,0.973697782,1,0.592617206,0.592764967,0.592641844
-2054,1,0.5236,1,1,1,1,1,1,1,1,0.3163,0.5236,0.7305,1,0.3458,1,1,1,1,1,1,0.2871,0.3458,0.749,1,0.5822,1,1,1,0.8675,0.5822,0.7212,1,1,1,1,1,0.492875069,1,0.453091264,1,1,1,1,1,0.333134532,1,0.659935892,1,1,1,1,1,0.961482882,1,0.580050749,0.580071927,0.580230496
-2055,1,0.5232,1,1,1,1,1,1,1,1,0.2411,0.5232,0.5829,1,0.3456,1,1,1,1,1,1,0.3501,0.3456,0.6151,1,0.582,1,1,1,0.8418,0.582,0.5626,1,1,1,1,1,0.39456591,1,0.229752898,1,1,1,1,1,0.348549783,0.999958038,0.417318106,1,1,1,1,1,0.946411192,0.998370886,0.571592557,0.571609901,0.571808511
-2056,1,0.5229,1,1,1,1,1,1,1,1,0.279,0.5229,0.3959,1,0.3454,1,1,1,1,1,1,0.318,0.3454,0.4406,1,0.5819,1,1,1,0.8295,0.5819,0.3702,1,1,1,1,1,0.44377172,0.907647192,0.117680356,1,1,1,1,1,0.289846212,0.892464161,0.312575698,1,1,1,1,1,0.931886613,0.897560418,0.570686322,0.570763698,0.570921986
-2057,1,0.5225,1,1,1,1,1,1,1,1,0.273,0.5225,0.1617,1,0.3452,1,1,1,1,1,1,0.3109,0.3452,0.2144,1,0.5818,1,1,1,0.7041,0.5818,0.1345,1,1,1,1,1,0.455995679,0.637757719,0.032388151,1,1,1,1,1,0.292732805,0.65530318,0.454472005,1,1,1,1,1,0.768384218,0.61389178,0.578721605,0.578802623,0.578900709
-2058,1,0.5222,1,1,1,1,1,1,1,1,0.1151,0.5222,0.002,1,0.3449,1,1,1,1,1,1,0.0897,0.3449,0.0139,1,0.5816,1,1,1,0.5309,0.5816,0,1,1,1,1,1,0.226892039,0.062539607,0.013965351,1,1,1,1,1,0.086010456,0.201621085,0.482454747,1,1,1,1,1,0.602285266,0,0.587481875,0.587476201,0.587765957
-2059,1,0.5218,1,1,1,1,1,1,1,1,0.1114,0.5218,0,1,0.3447,1,1,1,1,1,1,0.026,0.3447,0,1,0.5815,1,1,1,0.3052,0.5815,0,1,1,1,1,1,0.162585616,0,0.029627394,1,1,1,1,1,0.062567599,0,0.848149002,1,1,1,1,1,0.443542421,0,0.623066699,0.623016713,0.62322695
-2060,1,0.5215,1,1,1,1,1,1,1,1,0.1041,0.5215,0,1,0.3445,1,1,1,1,1,1,0.0176,0.3445,0,1,0.5814,1,1,1,0.2749,0.5814,0,1,1,1,1,1,0.217665985,0,0.010044506,1,1,1,1,1,0.043685183,0,0.318304211,1,1,1,1,1,0.498040259,0,0.620166747,0.620266554,0.620567376
-2061,1,0.5211,1,1,1,1,1,1,1,1,0.0967,0.5211,0,1,0.3443,1,1,1,1,1,1,0.003,0.3443,0,1,0.5812,1,1,1,0.19,0.5812,0,1,1,1,1,1,0.136591241,0,0.030185193,1,1,1,1,1,0.0217981,0,0.289092958,1,1,1,1,1,0.464544743,0,0.582225713,0.582187434,0.582446809
-2062,1,0.5208,1,1,1,1,1,1,1,1,0.0484,0.5208,0,1,0.3441,1,1,1,1,1,1,0,0.3441,0,1,0.5811,1,1,1,0.137,0.5811,0,1,1,1,1,1,0.055450302,0,0.031430148,1,1,1,1,1,0.007850045,0,0.060360476,1,1,1,1,1,0.33523795,0,0.526522475,0.526549609,0.526595745
-2063,1,0.5204,1,1,1,1,1,1,1,1,0.0126,0.5204,0,1,0.3439,1,1,1,1,1,1,0.0196,0.3439,0,1,0.581,1,1,1,0.1108,0.581,0,1,1,1,1,1,0.025174908,0,0.069335826,1,1,1,1,1,0.057347927,0,0,1,1,1,1,1,0.264138877,0,0.475531658,0.475565898,0.475620567
-2064,1,0.5201,1,1,1,1,1,1,1,1,0.0015,0.5201,0,1,0.3437,1,1,1,1,1,1,0.0533,0.3437,0,1,0.5808,1,1,1,0.119,0.5808,0,1,1,1,1,1,0.002615977,0,0.024610102,1,1,1,1,1,0.080582112,0,0,1,1,1,1,1,0.248087496,0,0.443753021,0.443833298,0.443705674
-2065,1,0.5197,1,1,1,1,1,1,1,1,0.0025,0.5197,0,1,0.3435,1,1,1,1,1,1,0.1609,0.3435,0,1,0.5807,1,1,1,0.0895,0.5807,0,1,1,1,1,1,0.02275962,0,0.02713595,1,1,1,1,1,0.220126063,0,0.010492932,1,1,1,1,1,0.220457822,0,0.426051232,0.426063042,0.42641844
-2066,1,0.5194,1,1,1,1,1,1,1,1,0.0122,0.5194,0,1,0.3432,1,1,1,1,1,1,0.2637,0.3432,0,1,0.5806,1,1,1,0.0409,0.5806,0,1,1,1,1,1,0.055445611,0,0.016740002,1,1,1,1,1,0.38122651,0,0.097180635,1,1,1,1,1,0.052219383,0,0.417834703,0.417812566,0.417553191
-2067,1,0.519,1,1,1,1,1,1,1,1,0.0225,0.519,0,1,0.343,1,1,1,1,1,1,0.1743,0.343,0,1,0.5805,1,1,1,0.0331,0.5805,0,1,1,1,1,1,0.039372787,0,0.006358286,1,1,1,1,1,0.259493381,0,0.156999737,1,1,1,1,1,0.012954007,0,0.415115998,0.415062407,0.415336879
-2068,1,0.5186,1,1,1,1,1,1,1,1,0.0128,0.5186,0,1,0.3428,1,1,1,1,1,1,0,0.3428,0,1,0.5803,1,1,1,0.0241,0.5803,0,1,1,1,1,1,0.033994216,0,6.62E-05,1,1,1,1,1,0.04204528,0,0.190604985,1,1,1,1,1,0.019546676,0,0.426413726,0.426486143,0.42641844
-2069,1,0.5183,1,1,1,1,1,1,1,1,0.0222,0.5183,0,1,0.3426,1,1,1,1,1,1,0.0063,0.3426,0,1,0.5802,1,1,1,0.0196,0.5802,0,1,1,1,1,1,0.07032647,0,0,1,1,1,1,1,0.026390191,0,0.053642154,1,1,1,1,1,0.039727159,0,0.467435959,0.467526973,0.467641844
-2070,1,0.5179,1,1,1,1,1,1,1,1,0.0658,0.5179,0.0062,1,0.3424,1,1,1,1,1,1,0.0758,0.3424,0.0214,1,0.5801,1,1,1,0.036,0.5801,0.0217,1,1,1,1,1,0.110837795,0.064042337,0.07063219,1,1,1,1,1,0.109292313,0.103679582,0.187924609,1,1,1,1,1,0.058938239,0.037555981,0.544465926,0.544531415,0.544326241
-2071,1,0.5176,1,1,1,1,1,1,1,1,0.1108,0.5176,0.1823,1,0.3422,1,1,1,1,1,1,0.0266,0.3422,0.1952,1,0.5799,1,1,1,0.0532,0.5799,0.1843,1,1,1,1,1,0.148704752,0.31271857,0.099202946,1,1,1,1,1,0.058593776,0.489495933,0.551733792,1,1,1,1,1,0.116448909,0.467784047,0.589173514,0.589168606,0.589095745
-2072,1,0.5172,1,1,1,1,1,1,1,1,0.2123,0.5172,0.3468,1,0.342,1,1,1,1,1,1,0.1754,0.342,0.4136,1,0.5798,1,1,1,0.089,0.5798,0.3371,1,1,1,1,1,0.294496655,0.609973669,0.158118278,1,1,1,1,1,0.217355072,0.78862673,0.805972815,1,1,1,1,1,0.151238948,0.556640208,0.597631706,0.597630633,0.59751773
-2073,1,0.5169,1,1,1,1,1,1,1,1,0.2133,0.5169,0.4701,1,0.3418,1,1,1,1,1,1,0.2396,0.3418,0.4593,1,0.5797,1,1,1,0.0867,0.5797,0.413,1,1,1,1,1,0.234456167,0.703083396,0.442655444,1,1,1,1,1,0.250613928,0.716896474,1,1,1,1,1,1,0.143756911,0.573472619,0.598719188,0.598688386,0.598847518
-2074,1,0.5165,1,1,1,1,1,1,1,1,0.2695,0.5165,0.5805,1,0.3415,1,1,1,1,1,1,0.0958,0.3415,0.4825,1,0.5795,1,1,1,0.1285,0.5795,0.5574,1,1,1,1,1,0.167424604,0.787750363,0.774102926,1,1,1,1,1,0.144320905,0.737859964,1,1,1,1,1,1,0.265172631,0.84602201,0.602464959,0.602496298,0.602836879
-2075,1,0.5162,1,1,1,1,1,1,1,1,0.2319,0.5162,0.4333,1,0.3413,1,1,1,1,1,1,0.0702,0.3413,0.3521,1,0.5794,1,1,1,0.1352,0.5794,0.521,1,1,1,1,1,0.090607844,0.670430422,0.952748537,1,1,1,1,1,0.115384206,0.420175523,1,1,1,1,1,1,0.262376845,0.660295188,0.6030087,0.602919399,0.603280142
-2076,1,0.5158,1,1,1,1,1,1,1,1,0.2544,0.5158,0.3946,1,0.3411,1,1,1,1,1,1,0.0199,0.3411,0.3159,1,0.5793,1,1,1,0.1024,0.5793,0.4733,1,1,1,1,1,0.091922484,0.55141741,1,1,1,1,1,1,0.035012044,0.43704915,1,1,1,1,1,1,0.253983855,0.726530433,0.600108748,0.600169241,0.600177305
-2077,1,0.5155,1,1,1,1,1,1,1,1,0.263,0.5155,0.4064,1,0.3409,1,1,1,1,1,1,0.0323,0.3409,0.5105,1,0.5791,1,1,1,0.1646,0.5791,0.4628,1,1,1,1,1,0.132360488,0.654439688,1,1,1,1,1,1,0.056232065,0.790070176,1,1,1,1,1,1,0.352095723,0.672097802,0.598477525,0.598476835,0.598847518
-2078,1,0.5151,1,1,1,1,1,1,1,1,0.3481,0.5151,0.471,1,0.3407,1,1,1,1,1,1,0.0851,0.3407,0.5995,1,0.579,1,1,1,0.1587,0.579,0.4117,1,1,1,1,1,0.19965072,0.730828881,0.918446541,1,1,1,1,1,0.08940585,0.882239401,1,1,1,1,1,1,0.316034347,0.67233032,0.587058966,0.587053099,0.587322695
-2079,1,0.5148,1,1,1,1,1,1,1,1,0.2365,0.5148,0.4242,1,0.3405,1,1,1,1,1,1,0.0805,0.3405,0.4973,1,0.5789,1,1,1,0.095,0.5789,0.3805,1,1,1,1,1,0.12652117,0.720612049,0.935789526,1,1,1,1,1,0.104949452,0.851834595,1,1,1,1,1,1,0.240897551,0.642395616,0.577452876,0.577533319,0.577570922
-2080,1,0.5144,1,1,1,1,1,1,1,1,0.1489,0.5144,0.3109,1,0.3403,1,1,1,1,1,1,0.1661,0.3403,0.3863,1,0.5787,1,1,1,0.1478,0.5787,0.2171,1,1,1,1,1,0.078091405,0.649416924,0.988883495,1,1,1,1,1,0.159399584,0.801943243,1,1,1,1,1,1,0.341571718,0.489868969,0.578842436,0.578802623,0.578900709
-2081,1,0.5141,1,1,1,1,1,1,1,1,0.0462,0.5141,0.1233,1,0.3401,1,1,1,1,1,1,0.0801,0.3401,0.1823,1,0.5786,1,1,1,0.1287,0.5786,0.0482,1,1,1,1,1,0.030290561,0.383870959,0.956296742,1,1,1,1,1,0.072850376,0.546498001,1,1,1,1,1,1,0.247897759,0.158536285,0.585488159,0.585572245,0.585549645
-2082,1,0.5137,1,1,1,1,1,1,1,1,0.0378,0.5137,0,1,0.3398,1,1,1,1,1,1,0.0256,0.3398,0,1,0.5785,1,1,1,0.1145,0.5785,0,1,1,1,1,1,0.018167937,0,0.97432518,1,1,1,1,1,0.051652916,0.001755913,0.90772754,1,1,1,1,1,0.222761571,0,0.591952634,0.591918765,0.592198582
-2083,1,0.5134,1,1,1,1,1,1,1,1,0.0321,0.5134,0,1,0.3396,1,1,1,1,1,1,0,0.3396,0,1,0.5784,1,1,1,0.156,0.5784,0,1,1,1,1,1,0.009188335,0,0.892423749,1,1,1,1,1,0.023915678,0,0.673082769,1,1,1,1,1,0.207436517,0,0.61442726,0.614554686,0.614361702
-2084,1,0.513,1,1,1,1,1,1,1,1,0.009,0.513,0,1,0.3394,1,1,1,1,1,1,0.0013,0.3394,0,1,0.5782,1,1,1,0.1583,0.5782,0,1,1,1,1,1,0.015191402,0,0.729807317,1,1,1,1,1,0.014546472,0,0.646509171,1,1,1,1,1,0.193576351,0,0.603673272,0.603765602,0.603723404
-2085,1,0.5126,1,1,1,1,1,1,1,1,0.0157,0.5126,0,1,0.3392,1,1,1,1,1,1,0.0326,0.3392,0,1,0.5781,1,1,1,0.1198,0.5781,0,1,1,1,1,1,0.025089163,0,0.692465305,1,1,1,1,1,0.06214156,0,0.932560921,1,1,1,1,1,0.142941758,0,0.56319478,0.563147874,0.563386525
-2086,1,0.5123,1,1,1,1,1,1,1,1,0.0159,0.5123,0,1,0.339,1,1,1,1,1,1,0.0421,0.339,0,1,0.578,1,1,1,0.1009,0.578,0,1,1,1,1,1,0.050239056,0,0.468972206,1,1,1,1,1,0.070885107,0,0.552702367,1,1,1,1,1,0.111650541,0,0.504833253,0.50475989,0.504875887
-2087,1,0.5119,1,1,1,1,1,1,1,1,0.0333,0.5119,0,1,0.3388,1,1,1,1,1,1,0.3035,0.3388,0,1,0.5778,1,1,1,0.0985,0.5778,0,1,1,1,1,1,0.080801934,0,0.230185419,1,1,1,1,1,0.326457411,0,0.555186391,1,1,1,1,1,0.089535512,0,0.453479942,0.453564629,0.453457447
-2088,1,0.5116,1,1,1,1,1,1,1,1,0.1137,0.5116,0,1,0.3386,1,1,1,1,1,1,0.3056,0.3386,0,1,0.5777,1,1,1,0.088,0.5777,0,1,1,1,1,1,0.155632362,0,0.043288887,1,1,1,1,1,0.431628078,0,0.527482986,1,1,1,1,1,0.115902491,0,0.41982842,0.419716522,0.419769504
-2089,1,0.5112,1,1,1,1,1,1,1,1,0.286,0.5112,0,1,0.3384,1,1,1,1,1,1,0.4024,0.3384,0,1,0.5776,1,1,1,0.1063,0.5776,0,1,1,1,1,1,0.340807527,0,0,1,1,1,1,1,0.564802468,0,0.511513352,1,1,1,1,1,0.103929237,0,0.40242871,0.402369367,0.40248227
-2090,1,0.5109,1,1,1,1,1,1,1,1,0.2971,0.5109,0,1,0.3382,1,1,1,1,1,1,0.6107,0.3382,0,1,0.5774,1,1,1,0.0959,0.5774,0,1,1,1,1,1,0.382931113,0,0,1,1,1,1,1,0.652069032,0,0.456982464,1,1,1,1,1,0.096434839,0,0.393668439,0.39369579,0.393617021
-2091,1,0.5105,1,1,1,1,1,1,1,1,0.2357,0.5105,0,1,0.3379,1,1,1,1,1,1,0.7475,0.3379,0,1,0.5773,1,1,1,0.0898,0.5773,0,1,1,1,1,1,0.363883853,0,0.00094261,1,1,1,1,1,0.71512413,0,0.828860521,1,1,1,1,1,0.062157176,0,0.392218463,0.392214935,0.392287234
-2092,1,0.5102,1,1,1,1,1,1,1,1,0.2138,0.5102,0,1,0.3377,1,1,1,1,1,1,0.7534,0.3377,0,1,0.5772,1,1,1,0.0751,0.5772,0,1,1,1,1,1,0.308984846,0,0.043114126,1,1,1,1,1,0.794547617,0,1,1,1,1,1,1,0.057611115,0,0.403939101,0.403850222,0.403812057
-2093,1,0.5098,1,1,1,1,1,1,1,1,0.1805,0.5098,0,1,0.3375,1,1,1,1,1,1,0.4883,0.3375,0,1,0.577,1,1,1,0.1008,0.577,0,1,1,1,1,1,0.271572113,0,0.235064626,1,1,1,1,1,0.485670626,0,1,1,1,1,1,1,0.066973373,0,0.444296762,0.444256399,0.444592199
-2094,1,0.5095,1,1,1,1,1,1,1,1,0.2662,0.5095,0.0003,1,0.3373,1,1,1,1,1,1,0.4743,0.3373,0.0086,1,0.5769,1,1,1,0.0931,0.5769,0,1,1,1,1,1,0.37748608,0.013543777,0.711286545,1,1,1,1,1,0.445403069,0.017028201,1,1,1,1,1,1,0.069381803,0,0.521689222,0.521683943,0.521719858
-2095,1,0.5091,1,1,1,1,1,1,1,1,0.2415,0.5091,0.1554,1,0.3371,1,1,1,1,1,1,0.2991,0.3371,0.1543,1,0.5768,1,1,1,0.0658,0.5768,0.1287,1,1,1,1,1,0.314420849,0.294432521,0.879388988,1,1,1,1,1,0.269062519,0.301098704,1,1,1,1,1,1,0.054554243,0.128169939,0.566880135,0.566744235,0.566932624
-2096,1,0.5088,1,1,1,1,1,1,1,1,0.3647,0.5088,0.3028,1,0.3369,1,1,1,1,1,1,0.5314,0.3369,0.2992,1,0.5766,1,1,1,0.0338,0.5766,0.2576,1,1,1,1,1,0.497679174,0.462612003,0.950134635,1,1,1,1,1,0.550182223,0.473300785,1,1,1,1,1,1,0.024890505,0.431119859,0.579748671,0.579860377,0.579787234
-2097,1,0.5084,1,1,1,1,1,1,1,1,0.3698,0.5084,0.3862,1,0.3367,1,1,1,1,1,1,0.4596,0.3367,0.4224,1,0.5765,1,1,1,0.0792,0.5765,0.355,1,1,1,1,1,0.425485462,0.545245945,0.965646505,1,1,1,1,1,0.554425836,0.585873425,1,1,1,1,1,1,0.055342004,0.602086067,0.588448526,0.588533954,0.588652482
-2098,1,0.5081,1,1,1,1,1,1,1,1,0.3693,0.5081,0.422,1,0.3365,1,1,1,1,1,1,0.3371,0.3365,0.4196,1,0.5764,1,1,1,0.0614,0.5764,0.3978,1,1,1,1,1,0.302777678,0.598082006,0.939345002,1,1,1,1,1,0.428997576,0.599374652,1,1,1,1,1,1,0.052605759,0.615815222,0.595275495,0.595303575,0.595301418
-2099,1,0.5077,1,1,1,1,1,1,1,1,0.3576,0.5077,0.4326,1,0.3362,1,1,1,1,1,1,0.3608,0.3362,0.4247,1,0.5763,1,1,1,0.0407,0.5763,0.4231,1,1,1,1,1,0.316363692,0.611638427,0.77428174,1,1,1,1,1,0.415052772,0.634793937,0.975451648,1,1,1,1,1,0.028667193,0.596347511,0.596302562,0.596361329,0.596631206
-2100,1,0.5074,1,1,1,1,1,1,1,1,0.2967,0.5074,0.4121,1,0.336,1,1,1,1,1,1,0.3338,0.336,0.4602,1,0.5761,1,1,1,0.0389,0.5761,0.4242,1,1,1,1,1,0.271539718,0.601244688,0.631940961,1,1,1,1,1,0.397550166,0.680061221,0.714603722,1,1,1,1,1,0.031836092,0.588616252,0.592254712,0.592341866,0.592641844
-2101,1,0.507,1,1,1,1,1,1,1,1,0.2782,0.507,0.4057,1,0.3358,1,1,1,1,1,1,0.3209,0.3358,0.4552,1,0.576,1,1,1,0.0606,0.576,0.4469,1,1,1,1,1,0.245962635,0.598281682,0.821590066,1,1,1,1,1,0.407244503,0.676200747,0.998549819,1,1,1,1,1,0.082131535,0.555193424,0.589294345,0.589380157,0.589539007
-2102,1,0.5067,1,1,1,1,1,1,1,1,0.3044,0.5067,0.4261,1,0.3356,1,1,1,1,1,1,0.42,0.3356,0.4655,1,0.5759,1,1,1,0.1258,0.5759,0.415,1,1,1,1,1,0.353191942,0.628223419,0.862652183,1,1,1,1,1,0.509804249,0.661741853,0.973703504,1,1,1,1,1,0.189821973,0.589120746,0.579990333,0.579860377,0.580230496
-2103,1,0.5063,1,1,1,1,1,1,1,1,0.2501,0.5063,0.3988,1,0.3354,1,1,1,1,1,1,0.4832,0.3354,0.4156,1,0.5757,1,1,1,0.1535,0.5757,0.3778,1,1,1,1,1,0.322138309,0.610694647,0.834353805,1,1,1,1,1,0.544197202,0.645766556,1,1,1,1,1,1,0.247116998,0.593474984,0.576486225,0.576475566,0.576684397
-2104,1,0.5059,1,1,1,1,1,1,1,1,0.2552,0.5059,0.2941,1,0.3352,1,1,1,1,1,1,0.7479,0.3352,0.3156,1,0.5756,1,1,1,0.1299,0.5756,0.2866,1,1,1,1,1,0.33378455,0.548125267,0.783373117,1,1,1,1,1,0.723509073,0.567026079,0.995759249,1,1,1,1,1,0.229711816,0.513653576,0.5810174,0.581129681,0.581117021
-2105,1,0.5056,1,1,1,1,1,1,1,1,0.2636,0.5056,0.1285,1,0.335,1,1,1,1,1,1,0.7418,0.335,0.1611,1,0.5755,1,1,1,0.1742,0.5755,0.1227,1,1,1,1,1,0.363121927,0.354235023,0.662854314,1,1,1,1,1,0.711928964,0.416881353,0.791443467,1,1,1,1,1,0.294108599,0.357723266,0.59159014,0.591707214,0.591755319
-2106,1,0.5052,1,1,1,1,1,1,1,1,0.2029,0.5052,0,1,0.3348,1,1,1,1,1,1,0.6082,0.3348,0,1,0.5753,1,1,1,0.1769,0.5753,0,1,1,1,1,1,0.282754034,0,0.449526608,1,1,1,1,1,0.544215977,0.000219516,0.99720943,1,1,1,1,1,0.28624928,0,0.602162881,0.602073197,0.602393617
-2107,1,0.5049,1,1,1,1,1,1,1,1,0.1932,0.5049,0,1,0.3345,1,1,1,1,1,1,0.4468,0.3345,0,1,0.5752,1,1,1,0.3051,0.5752,0,1,1,1,1,1,0.27217263,0,0.330942899,1,1,1,1,1,0.449699491,0,0.983136415,1,1,1,1,1,0.558664203,0,0.622704205,0.622593611,0.622783688
-2108,1,0.5045,1,1,1,1,1,1,1,1,0.214,0.5045,0,1,0.3343,1,1,1,1,1,1,0.4473,0.3343,0,1,0.5751,1,1,1,0.3129,0.5751,0,1,1,1,1,1,0.255494505,0,0.248415083,1,1,1,1,1,0.433179826,0,0.659264147,1,1,1,1,1,0.625955939,0,0.611043983,0.610958325,0.611258865
-2109,1,0.5042,1,1,1,1,1,1,1,1,0.1024,0.5042,0,1,0.3341,1,1,1,1,1,1,0.054,0.3341,0,1,0.5749,1,1,1,0.2538,0.5749,0,1,1,1,1,1,0.113313265,0,0.336223453,1,1,1,1,1,0.055747494,0,0.611964464,1,1,1,1,1,0.550651014,0,0.571834219,0.571821451,0.571808511
-2110,1,0.5038,1,1,1,1,1,1,1,1,0.1002,0.5038,0,1,0.3339,1,1,1,1,1,1,0.0629,0.3339,0,1,0.5748,1,1,1,0.3564,0.5748,0,1,1,1,1,1,0.154789895,0,0.164386839,1,1,1,1,1,0.075239912,0,0.202434033,1,1,1,1,1,0.706849813,0,0.515103915,0.515125873,0.515070922
-2111,1,0.5035,1,1,1,1,1,1,1,1,0.1535,0.5035,0,1,0.3337,1,1,1,1,1,1,0.1602,0.3337,0,1,0.5747,1,1,1,0.3435,0.5747,0,1,1,1,1,1,0.189154983,0,0.279623747,1,1,1,1,1,0.188760459,0,0.264558911,1,1,1,1,1,0.649192035,0,0.465683905,0.465834567,0.465868794
-2112,1,0.5031,1,1,1,1,1,1,1,1,0.2193,0.5031,0,1,0.3335,1,1,1,1,1,1,0.2118,0.3335,0,1,0.5745,1,1,1,0.3312,0.5745,0,1,1,1,1,1,0.245214373,0,0.250068605,1,1,1,1,1,0.225934237,0,0.184169903,1,1,1,1,1,0.634838164,0,0.43360319,0.433678866,0.433510638
-2113,1,0.5028,1,1,1,1,1,1,1,1,0.1671,0.5028,0,1,0.3333,1,1,1,1,1,1,0.1434,0.3333,0,1,0.5744,1,1,1,0.3077,0.5744,0,1,1,1,1,1,0.161683977,0,0.271128356,1,1,1,1,1,0.171697378,0,0.030484816,1,1,1,1,1,0.616345882,0,0.416505558,0.416543262,0.416666667
-2114,1,0.5024,1,1,1,1,1,1,1,1,0.2039,0.5024,0,1,0.3331,1,1,1,1,1,1,0.0875,0.3331,0,1,0.5743,1,1,1,0.2675,0.5743,0,1,1,1,1,1,0.190114439,0,0.231147259,1,1,1,1,1,0.099871516,0,0,1,1,1,1,1,0.54362011,0,0.408953601,0.408927438,0.409131206
-2115,1,0.5021,1,1,1,1,1,1,1,1,0.1807,0.5021,0,1,0.3328,1,1,1,1,1,1,0.0344,0.3328,0,1,0.5742,1,1,1,0.3227,0.5742,0,1,1,1,1,1,0.14072293,0,0.300540864,1,1,1,1,1,0.068222702,0,0.075483248,1,1,1,1,1,0.632940114,0,0.407503625,0.407446583,0.407358156
-2116,1,0.5017,1,1,1,1,1,1,1,1,0.3448,0.5017,0,1,0.3326,1,1,1,1,1,1,0.2371,0.3326,0,1,0.574,1,1,1,0.3554,0.574,0,1,1,1,1,1,0.323979676,0,0.332995296,1,1,1,1,1,0.299325615,0,0.302121997,1,1,1,1,1,0.619051576,0,0.420070082,0.419928073,0.419769504
-2117,1,0.5014,1,1,1,1,1,1,1,1,0.2973,0.5014,0,1,0.3324,1,1,1,1,1,1,0.2257,0.3324,0,1,0.5739,1,1,1,0.4105,0.5739,0,1,1,1,1,1,0.264719605,0,0.349836946,1,1,1,1,1,0.220784232,0,0.406285584,1,1,1,1,1,0.670942903,0,0.460911068,0.460968902,0.460992908
-2118,1,0.501,1,1,1,1,1,1,1,1,0.2366,0.501,0.0348,1,0.3322,1,1,1,1,1,1,0.214,0.3322,0.0441,1,0.5738,1,1,1,0.4775,0.5738,0.036,1,1,1,1,1,0.232860252,0.298092425,0.391262233,1,1,1,1,1,0.213067293,0.286190867,0.366284311,1,1,1,1,1,0.742978871,0.374086261,0.533651522,0.533742331,0.533687943
-2119,1,0.5007,1,1,1,1,1,1,1,1,0.2114,0.5007,0.2341,1,0.332,1,1,1,1,1,1,0.2176,0.332,0.2563,1,0.5736,1,1,1,0.533,0.5736,0.2292,1,1,1,1,1,0.203420758,0.688368618,0.347885311,1,1,1,1,1,0.18309924,0.698394954,0.312140882,1,1,1,1,1,0.763351858,0.732803464,0.575277912,0.575417813,0.57535461
-2120,1,0.5003,1,1,1,1,1,1,1,1,0.3738,0.5003,0.4473,1,0.3318,1,1,1,1,1,1,0.5034,0.3318,0.4724,1,0.5735,1,1,1,0.484,0.5735,0.4234,1,1,1,1,1,0.462790072,0.929841995,0.301579088,1,1,1,1,1,0.499067187,0.936419189,0.451868355,1,1,1,1,1,0.645098746,0.939621508,0.582950701,0.582822086,0.582890071
-2121,1,0.4999,1,1,1,1,1,1,1,1,0.3205,0.4999,0.6206,1,0.3316,1,1,1,1,1,1,0.4494,0.3316,0.6332,1,0.5734,1,1,1,0.6486,0.5734,0.5901,1,1,1,1,1,0.443046004,0.99999094,0.271269947,1,1,1,1,1,0.485341519,1,0.550396621,1,1,1,1,1,0.787723482,0.998232961,0.58421943,0.584302941,0.584219858
-2122,1,0.4996,1,1,1,1,1,1,1,1,0.3145,0.4996,0.7471,1,0.3314,1,1,1,1,1,1,0.2632,0.3314,0.7473,1,0.5732,1,1,1,0.5817,0.5732,0.7017,1,1,1,1,1,0.405037314,1,0.269026965,1,1,1,1,1,0.301399559,1,0.581048727,1,1,1,1,1,0.688553572,1,0.585488159,0.585572245,0.585549645
-2123,1,0.4992,1,1,1,1,1,1,1,1,0.2541,0.4992,0.7657,1,0.3312,1,1,1,1,1,1,0.2653,0.3312,0.7719,1,0.5731,1,1,1,0.5287,0.5731,0.7304,1,1,1,1,1,0.374217808,1,0.217990279,1,1,1,1,1,0.270332307,1,0.295771241,1,1,1,1,1,0.761522889,0.997911811,0.580956984,0.58091813,0.581117021
-2124,1,0.4989,1,1,1,1,1,1,1,1,0.189,0.4989,0.7661,1,0.3309,1,1,1,1,1,1,0.1406,0.3309,0.7706,1,0.573,1,1,1,0.6229,0.573,0.7352,1,1,1,1,1,0.300850838,1,0.24757129,1,1,1,1,1,0.135394335,1,0.277479887,1,1,1,1,1,0.819962263,0.99821949,0.5709884,0.570975249,0.571365248
-2125,1,0.4985,1,1,1,1,1,1,1,1,0.1722,0.4985,0.7566,1,0.3307,1,1,1,1,1,1,0.0718,0.3307,0.7614,1,0.5728,1,1,1,0.5854,0.5728,0.6932,1,1,1,1,1,0.273744464,1,0.349771559,1,1,1,1,1,0.07017307,1,0.260669649,1,1,1,1,1,0.800981522,0.999500811,0.564886419,0.564840279,0.565159574
-2126,1,0.4982,1,1,1,1,1,1,1,1,0.1061,0.4982,0.7129,1,0.3305,1,1,1,1,1,1,0.0205,0.3305,0.7266,1,0.5727,1,1,1,0.6147,0.5727,0.6498,1,1,1,1,1,0.215732396,1,0.190847069,1,1,1,1,1,0.021658447,1,0.213025942,1,1,1,1,1,0.781267405,0.998529017,0.55358869,0.553628094,0.553634752
-2127,1,0.4978,1,1,1,1,1,1,1,1,0.0491,0.4978,0.5686,1,0.3303,1,1,1,1,1,1,0.0189,0.3303,0.5963,1,0.5726,1,1,1,0.4451,0.5726,0.5126,1,1,1,1,1,0.13529247,0.999579072,0.134440422,1,1,1,1,1,0.014296038,0.980640829,0.090512305,1,1,1,1,1,0.606415272,0.992723763,0.543257612,0.543262111,0.543439716
-2128,1,0.4975,1,1,1,1,1,1,1,1,0.0558,0.4975,0.3842,1,0.3301,1,1,1,1,1,1,0.0316,0.3301,0.4179,1,0.5724,1,1,1,0.4141,0.5724,0.3443,1,1,1,1,1,0.149060726,0.889121056,0.14198406,1,1,1,1,1,0.02667735,0.856366158,0.078691632,1,1,1,1,1,0.647889018,0.848412752,0.539149348,0.539242649,0.539450355
-2129,1,0.4971,1,1,1,1,1,1,1,1,0.034,0.4971,0.1565,1,0.3299,1,1,1,1,1,1,0.0092,0.3299,0.2005,1,0.5723,1,1,1,0.2655,0.5723,0.1315,1,1,1,1,1,0.084690906,0.6108042,0.215452552,1,1,1,1,1,0.009285019,0.596009433,0.075604975,1,1,1,1,1,0.427304983,0.577690065,0.538786854,0.538819547,0.539007092
-2130,1,0.4968,1,1,1,1,1,1,1,1,0.018,0.4968,0.0002,1,0.3297,1,1,1,1,1,1,0,0.3297,0.0016,1,0.5722,1,1,1,0.179,0.5722,0.0004,1,1,1,1,1,0.041039925,0.019090872,0.170804664,1,1,1,1,1,0.003158724,0.008397481,0.140457869,1,1,1,1,1,0.352947831,0,0.542049299,0.541992807,0.542109929
-2131,1,0.4964,1,1,1,1,1,1,1,1,0.0184,0.4964,0,1,0.3295,1,1,1,1,1,1,0,0.3295,0,1,0.5721,1,1,1,0.1757,0.5721,0,1,1,1,1,1,0.026072886,0,0.093571916,1,1,1,1,1,0.01291729,0,0.050005242,1,1,1,1,1,0.397973031,0,0.572075882,0.572033002,0.572251773
-2132,1,0.4961,1,1,1,1,1,1,1,1,0.0488,0.4961,0,1,0.3292,1,1,1,1,1,1,0.005,0.3292,0,1,0.5719,1,1,1,0.1919,0.5719,0,1,1,1,1,1,0.054681472,0,0.088610739,1,1,1,1,1,0.051216558,0,0.035685867,1,1,1,1,1,0.4759399,0,0.571955051,0.571821451,0.571808511
-2133,1,0.4957,1,1,1,1,1,1,1,1,0.0631,0.4957,0,1,0.329,1,1,1,1,1,1,0.0302,0.329,0,1,0.5718,1,1,1,0.1706,0.5718,0,1,1,1,1,1,0.124682918,0,0.132089496,1,1,1,1,1,0.142777562,0,0.088131681,1,1,1,1,1,0.476877868,0,0.545976317,0.54601227,0.546099291
-2134,1,0.4954,1,1,1,1,1,1,1,1,0.0642,0.4954,0,1,0.3288,1,1,1,1,1,1,0.1213,0.3288,0,1,0.5717,1,1,1,0.1907,0.5717,0,1,1,1,1,1,0.180384204,0,0.108533859,1,1,1,1,1,0.195083186,0,0,1,1,1,1,1,0.557246625,0,0.50459159,0.50475989,0.504432624
-2135,1,0.495,1,1,1,1,1,1,1,1,0.0351,0.495,0,1,0.3286,1,1,1,1,1,1,0.0338,0.3286,0,1,0.5715,1,1,1,0.1612,0.5715,0,1,1,1,1,1,0.11800833,0,0.073920198,1,1,1,1,1,0.105477735,0,0,1,1,1,1,1,0.472838461,0,0.459461092,0.459488047,0.459663121
-2136,1,0.4947,1,1,1,1,1,1,1,1,0.0489,0.4947,0,1,0.3284,1,1,1,1,1,1,0.0545,0.3284,0,1,0.5714,1,1,1,0.1888,0.5714,0,1,1,1,1,1,0.160442501,0,0.085768476,1,1,1,1,1,0.12484134,0,0,1,1,1,1,1,0.511091292,0,0.423936684,0.423947535,0.424202128
-2137,1,0.4943,1,1,1,1,1,1,1,1,0.0516,0.4943,0,1,0.3282,1,1,1,1,1,1,0.0658,0.3282,0,1,0.5713,1,1,1,0.1958,0.5713,0,1,1,1,1,1,0.122756928,0,0.130084023,1,1,1,1,1,0.128472686,0,0,1,1,1,1,1,0.512136161,0,0.404482842,0.404484874,0.404698582
-2138,1,0.494,1,1,1,1,1,1,1,1,0.0597,0.494,0,1,0.328,1,1,1,1,1,1,0.0167,0.328,0,1,0.5711,1,1,1,0.1709,0.5711,0,1,1,1,1,1,0.085967727,0,0.180239722,1,1,1,1,1,0.079580888,0,0.02755864,1,1,1,1,1,0.406566292,0,0.394574674,0.394541993,0.394503546
-2139,1,0.4936,1,1,1,1,1,1,1,1,0.049,0.4936,0,1,0.3278,1,1,1,1,1,1,0.0464,0.3278,0,1,0.571,1,1,1,0.2041,0.571,0,1,1,1,1,1,0.097124524,0,0.246857077,1,1,1,1,1,0.07802096,0,0.069874607,1,1,1,1,1,0.430379093,0,0.391553891,0.391580283,0.391400709
-2140,1,0.4932,1,1,1,1,1,1,1,1,0.0377,0.4932,0,1,0.3275,1,1,1,1,1,1,0.0161,0.3275,0,1,0.5709,1,1,1,0.1719,0.5709,0,1,1,1,1,1,0.100610398,0,0.175417274,1,1,1,1,1,0.040539883,0,0.657546878,1,1,1,1,1,0.331915557,0,0.394755921,0.394753543,0.394503546
-2141,1,0.4929,1,1,1,1,1,1,1,1,0.0464,0.4929,0,1,0.3273,1,1,1,1,1,1,0.0364,0.3273,0,1,0.5707,1,1,1,0.1335,0.5707,0,1,1,1,1,1,0.087341592,0,0.380016208,1,1,1,1,1,0.060402125,0,0.983223915,1,1,1,1,1,0.254624277,0,0.409497342,0.40956209,0.409574468
-2142,1,0.4925,1,1,1,1,1,1,1,1,0.0415,0.4925,0.0002,1,0.3271,1,1,1,1,1,1,0.0274,0.3271,0,1,0.5706,1,1,1,0.1226,0.5706,0.0375,1,1,1,1,1,0.102598697,0.012517329,0.806171179,1,1,1,1,1,0.036647983,0,0.981287539,1,1,1,1,1,0.214944914,0.154244468,0.436563557,0.436640575,0.436613475
-2143,1,0.4922,1,1,1,1,1,1,1,1,0.0188,0.4922,0.0882,1,0.3269,1,1,1,1,1,1,0.0427,0.3269,0.0678,1,0.5705,1,1,1,0.1088,0.5705,0.2162,1,1,1,1,1,0.053490348,0.149885088,0.61306113,1,1,1,1,1,0.050864838,0.074005626,0.993413687,1,1,1,1,1,0.233619332,0.4920941,0.474323345,0.474296594,0.474734043
-2144,1,0.4918,1,1,1,1,1,1,1,1,0.011,0.4918,0.2562,1,0.3267,1,1,1,1,1,1,0.0477,0.3267,0.2867,1,0.5703,1,1,1,0.029,0.5703,0.348,1,1,1,1,1,0.041817345,0.387214124,0.620738328,1,1,1,1,1,0.056378789,0.474837035,0.889653683,1,1,1,1,1,0.063452512,0.621639013,0.517278879,0.517241379,0.517287234
-2145,1,0.4915,1,1,1,1,1,1,1,1,0.0046,0.4915,0.3786,1,0.3265,1,1,1,1,1,1,0.0491,0.3265,0.3682,1,0.5702,1,1,1,0.0082,0.5702,0.4609,1,1,1,1,1,0.020891329,0.554850459,0.644790411,1,1,1,1,1,0.065625578,0.522950172,0.924168706,1,1,1,1,1,0.008182024,0.627215743,0.543438859,0.543473662,0.543439716
-2146,1,0.4911,1,1,1,1,1,1,1,1,0.0268,0.4911,0.4047,1,0.3263,1,1,1,1,1,1,0.1222,0.3263,0.4194,1,0.5701,1,1,1,0.0289,0.5701,0.5524,1,1,1,1,1,0.034460314,0.5822559,0.747157633,1,1,1,1,1,0.124789298,0.58887893,1,1,1,1,1,1,0.014656316,0.646971583,0.558361527,0.558282209,0.558510638
-2147,1,0.4908,1,1,1,1,1,1,1,1,0.038,0.4908,0.4264,1,0.3261,1,1,1,1,1,1,0.1361,0.3261,0.421,1,0.57,1,1,1,0.032,0.57,0.6767,1,1,1,1,1,0.042161375,0.601284564,0.93050158,1,1,1,1,1,0.132014528,0.584897161,1,1,1,1,1,1,0.037203554,0.724350572,0.560898985,0.560820817,0.561170213
-2148,1,0.4904,1,1,1,1,1,1,1,1,0.0242,0.4904,0.4633,1,0.3259,1,1,1,1,1,1,0.2175,0.3259,0.4735,1,0.5698,1,1,1,0.0146,0.5698,0.7092,1,1,1,1,1,0.024494968,0.667667508,0.917931437,1,1,1,1,1,0.195686743,0.677599311,1,1,1,1,1,1,0.011891515,0.752363563,0.556065732,0.555955151,0.556294326
-2149,1,0.4901,1,1,1,1,1,1,1,1,0.0296,0.4901,0.4704,1,0.3256,1,1,1,1,1,1,0.1282,0.3256,0.4678,1,0.5697,1,1,1,0.0447,0.5697,0.746,1,1,1,1,1,0.012465203,0.675257742,0.862262011,1,1,1,1,1,0.114309527,0.668555498,1,1,1,1,1,1,0.063041851,0.829344571,0.543318028,0.543473662,0.543439716
-2150,1,0.4897,1,1,1,1,1,1,1,1,0.0367,0.4897,0.4735,1,0.3254,1,1,1,1,1,1,0.068,0.3254,0.4481,1,0.5696,1,1,1,0.0335,0.5696,0.6949,1,1,1,1,1,0.011290095,0.729632854,0.911075115,1,1,1,1,1,0.052091297,0.632131755,0.996649265,1,1,1,1,1,0.079195455,0.991899848,0.531416143,0.531415274,0.531914894
-2151,1,0.4894,1,1,1,1,1,1,1,1,0.0441,0.4894,0.4192,1,0.3252,1,1,1,1,1,1,0.0145,0.3252,0.4137,1,0.5694,1,1,1,0.0559,0.5694,0.547,1,1,1,1,1,0.010740448,0.70072037,0.984258413,1,1,1,1,1,0.015364009,0.567938983,0.999763608,1,1,1,1,1,0.102764383,0.978371203,0.523985017,0.524011001,0.52393617
-2152,1,0.489,1,1,1,1,1,1,1,1,0.0271,0.489,0.3137,1,0.325,1,1,1,1,1,1,0,0.325,0.3232,1,0.5693,1,1,1,0.0487,0.5693,0.3611,1,1,1,1,1,0.005148791,0.649596214,0.759607017,1,1,1,1,1,0.002558082,0.493977189,0.895842671,1,1,1,1,1,0.09949296,0.870839179,0.52477042,0.524857203,0.524822695
-2153,1,0.4887,1,1,1,1,1,1,1,1,0.0062,0.4887,0.1351,1,0.3248,1,1,1,1,1,1,0,0.3248,0.1625,1,0.5692,1,1,1,0.0537,0.5692,0.13,1,1,1,1,1,0.001568698,0.424598336,0.710629463,1,1,1,1,1,0.000650199,0.381471097,0.645158648,1,1,1,1,1,0.11397852,0.593866169,0.531536974,0.531626825,0.531914894
-2154,1,0.4883,1,1,1,1,1,1,1,1,0.0012,0.4883,0,1,0.3246,1,1,1,1,1,1,0,0.3246,0,1,0.569,1,1,1,0.066,0.569,0.0009,1,1,1,1,1,0.003932552,0,0.557523012,1,1,1,1,1,0.001071307,0.000360775,0.588125467,1,1,1,1,1,0.148189247,0,0.537216046,0.537127142,0.537234043
-2155,1,0.488,1,1,1,1,1,1,1,1,0.0015,0.488,0,1,0.3244,1,1,1,1,1,1,0,0.3244,0,1,0.5689,1,1,1,0.0609,0.5689,0,1,1,1,1,1,0.007241916,0,0.355947077,1,1,1,1,1,0.000910299,0,0.353875399,1,1,1,1,1,0.118898585,0,0.560113581,0.560186165,0.560283688
-2156,1,0.4876,1,1,1,1,1,1,1,1,0.0073,0.4876,0,1,0.3242,1,1,1,1,1,1,0,0.3242,0,1,0.5688,1,1,1,0.0952,0.5688,0,1,1,1,1,1,0.03906329,0,0.234336793,1,1,1,1,1,0.003126944,0,0.263114929,1,1,1,1,1,0.15052177,0,0.557636539,0.557647557,0.557624113
-2157,1,0.4872,1,1,1,1,1,1,1,1,0.0025,0.4872,0,1,0.3239,1,1,1,1,1,1,0.0029,0.3239,0,1,0.5686,1,1,1,0.0872,0.5686,0,1,1,1,1,1,0.043302074,0,0.227064013,1,1,1,1,1,0.004791957,0,0.151329041,1,1,1,1,1,0.126404569,0,0.535403577,0.535434737,0.535460993
-2158,1,0.4869,1,1,1,1,1,1,1,1,0.0033,0.4869,0,1,0.3237,1,1,1,1,1,1,0.0195,0.3237,0,1,0.5685,1,1,1,0.0557,0.5685,0,1,1,1,1,1,0.053038515,0,0.197154999,1,1,1,1,1,0.011426532,0,0.084226966,1,1,1,1,1,0.076950133,0,0.50181247,0.501798181,0.502216312
-2159,1,0.4865,1,1,1,1,1,1,1,1,0.0216,0.4865,0,1,0.3235,1,1,1,1,1,1,0.0609,0.3235,0,1,0.5684,1,1,1,0.0353,0.5684,0,1,1,1,1,1,0.082262732,0,0.126260266,1,1,1,1,1,0.037451081,0,0.037768066,1,1,1,1,1,0.040129095,0,0.463086032,0.463084409,0.46320922
-2160,1,0.4862,1,1,1,1,1,1,1,1,0.0294,0.4862,0,1,0.3233,1,1,1,1,1,1,0.0449,0.3233,0,1,0.5682,1,1,1,0.0216,0.5682,0,1,1,1,1,1,0.088893592,0,0.143198431,1,1,1,1,1,0.021151856,0,0.043347646,1,1,1,1,1,0.028047394,0,0.432092798,0.431986461,0.432180851
-2161,1,0.4858,1,1,1,1,1,1,1,1,0.0302,0.4858,0,1,0.3231,1,1,1,1,1,1,0.0769,0.3231,0,1,0.5681,1,1,1,0.0273,0.5681,0,1,1,1,1,1,0.074954994,0,0.0800054,1,1,1,1,1,0.044168837,0,0,1,1,1,1,1,0.040623866,0,0.412941034,0.41273535,0.413120567
-2162,1,0.4855,1,1,1,1,1,1,1,1,0.0424,0.4855,0,1,0.3229,1,1,1,1,1,1,0.1088,0.3229,0,1,0.568,1,1,1,0.0252,0.568,0,1,1,1,1,1,0.070783541,0,0.050645545,1,1,1,1,1,0.084644407,0,0.007590838,1,1,1,1,1,0.040826738,0,0.403757854,0.403850222,0.403812057
-2163,1,0.4851,1,1,1,1,1,1,1,1,0.0554,0.4851,0,1,0.3227,1,1,1,1,1,1,0.1179,0.3227,0,1,0.5679,1,1,1,0.0183,0.5679,0,1,1,1,1,1,0.057813447,0,0.094445623,1,1,1,1,1,0.10231515,0,0.065183513,1,1,1,1,1,0.039665785,0,0.400132914,0.40004231,0.400265957
-2164,1,0.4848,1,1,1,1,1,1,1,1,0.0503,0.4848,0,1,0.3225,1,1,1,1,1,1,0.1137,0.3225,0,1,0.5677,1,1,1,0.0241,0.5677,0,1,1,1,1,1,0.038352847,0,0.161953643,1,1,1,1,1,0.096253574,0,0.167065188,1,1,1,1,1,0.052356035,0,0.401884969,0.401734715,0.402039007
-2165,1,0.4844,1,1,1,1,1,1,1,1,0.0486,0.4844,0,1,0.3222,1,1,1,1,1,1,0.0821,0.3222,0,1,0.5676,1,1,1,0.0259,0.5676,0,1,1,1,1,1,0.032021083,0,0.153492481,1,1,1,1,1,0.06536641,0,0.083239272,1,1,1,1,1,0.06638559,0,0.413122281,0.413158451,0.413120567
-2166,1,0.4841,1,1,1,1,1,1,1,1,0.0389,0.4841,0.037,1,0.322,1,1,1,1,1,1,0.0537,0.322,0.0339,1,0.5675,1,1,1,0.0349,0.5675,0.041,1,1,1,1,1,0.025988787,0.255522639,0.102215692,1,1,1,1,1,0.038458958,0.185652897,0.022036914,1,1,1,1,1,0.092653528,0.424500763,0.429797003,0.429870954,0.429964539
-2167,1,0.4837,1,1,1,1,1,1,1,1,0.0255,0.4837,0.2248,1,0.3218,1,1,1,1,1,1,0.0363,0.3218,0.217,1,0.5673,1,1,1,0.0309,0.5673,0.2191,1,1,1,1,1,0.008294512,0.566683531,0.04696982,1,1,1,1,1,0.027848249,0.458176613,0.008510472,1,1,1,1,1,0.115722142,0.739730477,0.454325761,0.454410831,0.454343972
-2168,1,0.4834,1,1,1,1,1,1,1,1,0.0001,0.4834,0.4018,1,0.3216,1,1,1,1,1,1,0,0.3216,0.365,1,0.5672,1,1,1,0.0178,0.5672,0.3909,1,1,1,1,1,0.000194679,0.730523288,0.063773364,1,1,1,1,1,0,0.631613672,0.010059426,1,1,1,1,1,0.074513845,0.959661543,0.485439826,0.485508779,0.48537234
-2169,1,0.483,1,1,1,1,1,1,1,1,0,0.483,0.5175,1,0.3214,1,1,1,1,1,1,0,0.3214,0.47,1,0.5671,1,1,1,0.0027,0.5671,0.5293,1,1,1,1,1,0,0.777365446,0.064366415,1,1,1,1,1,0,0.668397248,0,1,1,1,1,1,0.01409546,0.973358393,0.505437409,0.505606093,0.505762411
-2170,1,0.4827,1,1,1,1,1,1,1,1,0,0.4827,0.5659,1,0.3212,1,1,1,1,1,1,0,0.3212,0.4742,1,0.5669,1,1,1,0,0.5669,0.5899,1,1,1,1,1,1.99E-05,0.748992085,0.009108027,1,1,1,1,1,3.24E-05,0.654955506,0,1,1,1,1,1,0.004161812,0.920098126,0.513049783,0.513010366,0.51285461
-2171,1,0.4823,1,1,1,1,1,1,1,1,0.0068,0.4823,0.5358,1,0.321,1,1,1,1,1,1,0,0.321,0.457,1,0.5668,1,1,1,0.0016,0.5668,0.5509,1,1,1,1,1,0.010462735,0.697507143,0.008737891,1,1,1,1,1,0.00112821,0.648838103,0,1,1,1,1,1,0.007460317,0.943111062,0.514318511,0.51427967,0.51462766
-2172,1,0.482,1,1,1,1,1,1,1,1,0.0464,0.482,0.5103,1,0.3208,1,1,1,1,1,1,0,0.3208,0.4717,1,0.5667,1,1,1,0.0001,0.5667,0.4731,1,1,1,1,1,0.032999404,0.665670156,0.016516345,1,1,1,1,1,0.006702609,0.690283895,0,1,1,1,1,1,0.011261608,0.818701744,0.514076849,0.514068119,0.514184397
-2173,1,0.4816,1,1,1,1,1,1,1,1,0.0978,0.4816,0.49,1,0.3205,1,1,1,1,1,1,0.0222,0.3205,0.4841,1,0.5665,1,1,1,0.0059,0.5665,0.4278,1,1,1,1,1,0.056221813,0.642728329,0.019125748,1,1,1,1,1,0.043034256,0.679630756,0,1,1,1,1,1,0.020250537,0.639585853,0.510814403,0.510683309,0.510638298
-2174,1,0.4813,1,1,1,1,1,1,1,1,0.1328,0.4813,0.4501,1,0.3203,1,1,1,1,1,1,0.0356,0.3203,0.4229,1,0.5664,1,1,1,0.0222,0.5664,0.3492,1,1,1,1,1,0.073986813,0.649714887,0.005723024,1,1,1,1,1,0.074951574,0.622908592,0.012258377,1,1,1,1,1,0.03978046,0.541175783,0.507491542,0.507510049,0.507535461
-2175,1,0.4809,1,1,1,1,1,1,1,1,0.1699,0.4809,0.3662,1,0.3201,1,1,1,1,1,1,0.0641,0.3201,0.3364,1,0.5663,1,1,1,0.0201,0.5663,0.3038,1,1,1,1,1,0.10921938,0.538159013,0.005152978,1,1,1,1,1,0.098959669,0.459990442,0.091343202,1,1,1,1,1,0.042986985,0.518229902,0.510451909,0.510471758,0.510638298
-2176,1,0.4805,1,1,1,1,1,1,1,1,0.1756,0.4805,0.213,1,0.3199,1,1,1,1,1,1,0.0137,0.3199,0.1942,1,0.5661,1,1,1,0.0274,0.5661,0.2192,1,1,1,1,1,0.106667615,0.305924892,0.021572903,1,1,1,1,1,0.035982598,0.281972587,0.136462301,1,1,1,1,1,0.033477552,0.354088813,0.525314161,0.525280305,0.525265957
-2177,1,0.4802,1,1,1,1,1,1,1,1,0.147,0.4802,0.0551,1,0.3197,1,1,1,1,1,1,0.0206,0.3197,0.049,1,0.566,1,1,1,0.0269,0.566,0.1198,1,1,1,1,1,0.054406907,0.091979422,0.073518679,1,1,1,1,1,0.04334107,0.07907892,0.072221734,1,1,1,1,1,0.031291325,0.103269748,0.547547124,0.547704675,0.54787234
-2178,1,0.4798,1,1,1,1,1,1,1,1,0.0793,0.4798,0,1,0.3195,1,1,1,1,1,1,0.0041,0.3195,0,1,0.5659,1,1,1,0.0346,0.5659,0,1,1,1,1,1,0.0164329,0,0.077771828,1,1,1,1,1,0.010718719,0,0.056515709,1,1,1,1,1,0.03418795,0,0.56361769,0.563782526,0.563386525
-2179,1,0.4795,1,1,1,1,1,1,1,1,0.0547,0.4795,0,1,0.3193,1,1,1,1,1,1,0.0217,0.3193,0,1,0.5658,1,1,1,0.0614,0.5658,0,1,1,1,1,1,0.011007748,0,0.061593629,1,1,1,1,1,0.028729308,0,0.069752619,1,1,1,1,1,0.037652072,0,0.582346544,0.582398985,0.582446809
-2180,1,0.4791,1,1,1,1,1,1,1,1,0.0631,0.4791,0,1,0.3191,1,1,1,1,1,1,0.0296,0.3191,0,1,0.5656,1,1,1,0.0491,0.5656,0,1,1,1,1,1,0.017342083,0,0.182969421,1,1,1,1,1,0.032168947,0,0.067474082,1,1,1,1,1,0.047755215,0,0.567605123,0.567590438,0.567375887
-2181,1,0.4788,1,1,1,1,1,1,1,1,0.0855,0.4788,0,1,0.3189,1,1,1,1,1,1,0.064,0.3189,0,1,0.5655,1,1,1,0.0467,0.5655,0,1,1,1,1,1,0.025373116,0,0.145282671,1,1,1,1,1,0.060574885,0,0.111936912,1,1,1,1,1,0.048329368,0,0.530751571,0.530780622,0.531028369
-2182,1,0.4784,1,1,1,1,1,1,1,1,0.0938,0.4784,0,1,0.3186,1,1,1,1,1,1,0.0802,0.3186,0,1,0.5654,1,1,1,0.0437,0.5654,0,1,1,1,1,1,0.046636179,0,0.090332188,1,1,1,1,1,0.077525154,0,0.064325914,1,1,1,1,1,0.06300126,0,0.483446109,0.483393273,0.483156028
-2183,1,0.4781,1,1,1,1,1,1,1,1,0.0547,0.4781,0,1,0.3184,1,1,1,1,1,1,0.2093,0.3184,0,1,0.5652,1,1,1,0.0263,0.5652,0,1,1,1,1,1,0.046311028,0,0.063679472,1,1,1,1,1,0.170476466,0,0.056404192,1,1,1,1,1,0.045172699,0,0.439946834,0.439813835,0.440159574
-2184,1,0.4777,1,1,1,1,1,1,1,1,0.032,0.4777,0,1,0.3182,1,1,1,1,1,1,0.24,0.3182,0,1,0.5651,1,1,1,0.0419,0.5651,0,1,1,1,1,1,0.048337094,0,0.095568344,1,1,1,1,1,0.211036459,0,0.060120687,1,1,1,1,1,0.086458147,0,0.411309812,0.411254495,0.411347518
-2185,1,0.4774,1,1,1,1,1,1,1,1,0.0305,0.4774,0,1,0.318,1,1,1,1,1,1,0.3166,0.318,0,1,0.565,1,1,1,0.0467,0.565,0,1,1,1,1,1,0.064567335,0,0.096129261,1,1,1,1,1,0.298412532,0,0.043177225,1,1,1,1,1,0.099587217,0,0.395662156,0.395811297,0.395833333
-2186,1,0.477,1,1,1,1,1,1,1,1,0.0529,0.477,0,1,0.3178,1,1,1,1,1,1,0.4401,0.3178,0,1,0.5648,1,1,1,0.0566,0.5648,0,1,1,1,1,1,0.106034793,0,0.149702668,1,1,1,1,1,0.431478173,0,0,1,1,1,1,1,0.110057235,0,0.389801837,0.389676327,0.390070922
-2187,1,0.4767,1,1,1,1,1,1,1,1,0.0779,0.4767,0,1,0.3176,1,1,1,1,1,1,0.376,0.3176,0,1,0.5647,1,1,1,0.0732,0.5647,0,1,1,1,1,1,0.138484299,0,0.139156088,1,1,1,1,1,0.448260993,0,0.011616754,1,1,1,1,1,0.148079634,0,0.390708072,0.390734081,0.390514184
-2188,1,0.4763,1,1,1,1,1,1,1,1,0.1001,0.4763,0,1,0.3174,1,1,1,1,1,1,0.3356,0.3174,0,1,0.5646,1,1,1,0.0789,0.5646,0,1,1,1,1,1,0.14188689,0,0.140225112,1,1,1,1,1,0.377688169,0,0.087884292,1,1,1,1,1,0.215695024,0,0.404724505,0.404907975,0.404698582
-2189,1,0.476,1,1,1,1,1,1,1,1,0.1652,0.476,0,1,0.3172,1,1,1,1,1,1,0.2223,0.3172,0,1,0.5644,1,1,1,0.1211,0.5644,0,1,1,1,1,1,0.143565714,0,0.079133861,1,1,1,1,1,0.308508217,0,0.391520917,1,1,1,1,1,0.294185996,0,0.449975834,0.449968267,0.449911348
-2190,1,0.4756,1,1,1,1,1,1,1,1,0.206,0.4756,0.0202,1,0.3169,1,1,1,1,1,1,0.1511,0.3169,0.0353,1,0.5643,1,1,1,0.1763,0.5643,0.0334,1,1,1,1,1,0.17028904,0.128109232,0.06498152,1,1,1,1,1,0.202305496,0.169255719,0.292907059,1,1,1,1,1,0.375039637,0.178345039,0.527368294,0.527395811,0.52748227
-2191,1,0.4753,1,1,1,1,1,1,1,1,0.1744,0.4753,0.2003,1,0.3167,1,1,1,1,1,1,0.1149,0.3167,0.2328,1,0.5642,1,1,1,0.2083,0.5642,0.226,1,1,1,1,1,0.207402095,0.508085132,0.135178283,1,1,1,1,1,0.161580443,0.539457679,0.313797951,1,1,1,1,1,0.408155382,0.54765588,0.573586274,0.573725407,0.574024823
-2192,1,0.4749,1,1,1,1,1,1,1,1,0.293,0.4749,0.3569,1,0.3165,1,1,1,1,1,1,0.3988,0.3165,0.3991,1,0.564,1,1,1,0.2169,0.564,0.4395,1,1,1,1,1,0.267240077,0.692430019,0.438349187,1,1,1,1,1,0.447849691,0.703404903,0.884636998,1,1,1,1,1,0.380469322,0.792599261,0.587361044,0.587476201,0.587322695
-2193,1,0.4745,1,1,1,1,1,1,1,1,0.366,0.4745,0.4826,1,0.3163,1,1,1,1,1,1,0.583,0.3163,0.5443,1,0.5639,1,1,1,0.267,0.5639,0.5961,1,1,1,1,1,0.338257492,0.832036734,0.520628333,1,1,1,1,1,0.630054951,0.779238105,0.736341059,1,1,1,1,1,0.429458648,0.891874671,0.593160947,0.593188069,0.593085106
-2194,1,0.4742,1,1,1,1,1,1,1,1,0.5705,0.4742,0.5807,1,0.3161,1,1,1,1,1,1,0.5409,0.3161,0.6581,1,0.5638,1,1,1,0.4531,0.5638,0.6715,1,1,1,1,1,0.505305171,0.88298142,0.373201698,1,1,1,1,1,0.63012141,0.901081264,0.581519961,1,1,1,1,1,0.623566031,0.890388429,0.596121315,0.596149778,0.596187943
-2195,1,0.4738,1,1,1,1,1,1,1,1,0.5227,0.4738,0.6111,1,0.3159,1,1,1,1,1,1,0.5143,0.3159,0.6947,1,0.5637,1,1,1,0.3153,0.5637,0.6489,1,1,1,1,1,0.442622066,0.91389823,0.371245652,1,1,1,1,1,0.597579241,0.957634926,0.848031998,1,1,1,1,1,0.354756206,0.860843599,0.591710971,0.591707214,0.591755319
-2196,1,0.4735,1,1,1,1,1,1,1,1,0.5081,0.4735,0.6514,1,0.3157,1,1,1,1,1,1,0.371,0.3157,0.7107,1,0.5635,1,1,1,0.3774,0.5635,0.7107,1,1,1,1,1,0.57242614,0.951030195,0.469277442,1,1,1,1,1,0.447836101,0.981128156,0.614678264,1,1,1,1,1,0.415975034,0.904455662,0.583252779,0.583245187,0.583333333
-2197,1,0.4731,1,1,1,1,1,1,1,1,0.4926,0.4731,0.6594,1,0.3155,1,1,1,1,1,1,0.6571,0.3155,0.7251,1,0.5634,1,1,1,0.5201,0.5634,0.697,1,1,1,1,1,0.621201694,0.966417074,0.731073737,1,1,1,1,1,0.658184052,0.987961411,0.560189545,1,1,1,1,1,0.629616082,0.919931889,0.577029966,0.577110218,0.57712766
-2198,1,0.4728,1,1,1,1,1,1,1,1,0.4325,0.4728,0.6682,1,0.3152,1,1,1,1,1,1,0.5904,0.3152,0.7135,1,0.5633,1,1,1,0.4843,0.5633,0.6609,1,1,1,1,1,0.621629596,0.98263967,0.866592705,1,1,1,1,1,0.638195157,0.997631669,0.555088222,1,1,1,1,1,0.60542345,0.874141097,0.566517641,0.566532685,0.566489362
-2199,1,0.4724,1,1,1,1,1,1,1,1,0.3476,0.4724,0.5455,1,0.315,1,1,1,1,1,1,0.5319,0.315,0.5933,1,0.5631,1,1,1,0.4832,0.5631,0.5129,1,1,1,1,1,0.549874187,0.971026659,0.968435287,1,1,1,1,1,0.587468028,0.992797256,0.757214427,1,1,1,1,1,0.511912286,0.876404047,0.558240696,0.558282209,0.558510638
-2200,1,0.4721,1,1,1,1,1,1,1,1,0.4497,0.4721,0.3775,1,0.3148,1,1,1,1,1,1,0.789,0.3148,0.4316,1,0.563,1,1,1,0.6421,0.563,0.345,1,1,1,1,1,0.78054595,0.900088906,0.785129786,1,1,1,1,1,0.787102103,0.915418983,0.46919769,1,1,1,1,1,0.690988541,0.803705156,0.557817786,0.557859107,0.558067376
-2201,1,0.4717,1,1,1,1,1,1,1,1,0.4934,0.4717,0.1581,1,0.3146,1,1,1,1,1,1,0.8681,0.3146,0.211,1,0.5629,1,1,1,0.6516,0.5629,0.1364,1,1,1,1,1,0.847915113,0.646733522,0.434430361,1,1,1,1,1,0.843003988,0.660184503,0.769737244,1,1,1,1,1,0.702089965,0.602088988,0.565732238,0.565686482,0.565602837
-2202,1,0.4714,1,1,1,1,1,1,1,1,0.3623,0.4714,0.0085,1,0.3144,1,1,1,1,1,1,0.4276,0.3144,0.0362,1,0.5627,1,1,1,0.5684,0.5627,0.0038,1,1,1,1,1,0.61884582,0.231897503,0.119317755,1,1,1,1,1,0.505191088,0.270873606,1,1,1,1,1,1,0.714493632,0.065420605,0.571652972,0.571821451,0.571808511
-2203,1,0.471,1,1,1,1,1,1,1,1,0.2994,0.471,0,1,0.3142,1,1,1,1,1,1,0.1765,0.3142,0,1,0.5626,1,1,1,0.3602,0.5626,0,1,1,1,1,1,0.334361553,0,0.047299512,1,1,1,1,1,0.253055722,0,1,1,1,1,1,1,0.603972793,0,0.603250362,0.603342501,0.603280142
-2204,1,0.4707,1,1,1,1,1,1,1,1,0.2751,0.4707,0,1,0.314,1,1,1,1,1,1,0.4478,0.314,0,1,0.5625,1,1,1,0.324,0.5625,0,1,1,1,1,1,0.450045913,0,0.012542864,1,1,1,1,1,0.558512092,0,0.913727045,1,1,1,1,1,0.566799223,0,0.605908652,0.605881109,0.605939716
-2205,1,0.4703,1,1,1,1,1,1,1,1,0.4858,0.4703,0,1,0.3138,1,1,1,1,1,1,0.5396,0.3138,0,1,0.5623,1,1,1,0.3061,0.5623,0,1,1,1,1,1,0.55003202,0,0.016410643,1,1,1,1,1,0.647190809,0,0.998099566,1,1,1,1,1,0.529045463,0,0.569538424,0.569494394,0.569592199
-2206,1,0.47,1,1,1,1,1,1,1,1,0.2981,0.47,0,1,0.3135,1,1,1,1,1,1,0.339,0.3135,0,1,0.5622,1,1,1,0.4394,0.5622,0,1,1,1,1,1,0.287153542,0,0.060662173,1,1,1,1,1,0.343063056,0,1,1,1,1,1,1,0.757363319,0,0.514318511,0.51427967,0.51462766
-2207,1,0.4696,1,1,1,1,1,1,1,1,0.2083,0.4696,0,1,0.3133,1,1,1,1,1,1,0.1174,0.3133,0,1,0.5621,1,1,1,0.4023,0.5621,0,1,1,1,1,1,0.275854707,0,0.310647666,1,1,1,1,1,0.197472751,0,1,1,1,1,1,1,0.691795349,0,0.462783954,0.462872858,0.462765957
-2208,1,0.4693,1,1,1,1,1,1,1,1,0.2153,0.4693,0,1,0.3131,1,1,1,1,1,1,0.0944,0.3131,0,1,0.5619,1,1,1,0.3241,0.5619,0,1,1,1,1,1,0.249696031,0,0.870013833,1,1,1,1,1,0.152024895,0,1,1,1,1,1,1,0.538556159,0,0.430884485,0.430717157,0.430851064
-2209,1,0.4689,1,1,1,1,1,1,1,1,0.2624,0.4689,0,1,0.3129,1,1,1,1,1,1,0.0972,0.3129,0,1,0.5618,1,1,1,0.2871,0.5618,0,1,1,1,1,1,0.266128153,0,0.810471952,1,1,1,1,1,0.154328376,0,0.666316271,1,1,1,1,1,0.499759674,0,0.414693088,0.414639306,0.414893617
-2210,1,0.4686,1,1,1,1,1,1,1,1,0.2626,0.4686,0,1,0.3127,1,1,1,1,1,1,0.1385,0.3127,0,1,0.5617,1,1,1,0.3003,0.5617,0,1,1,1,1,1,0.236792669,0,0.807970881,1,1,1,1,1,0.202387542,0,0.438606054,1,1,1,1,1,0.48871547,0,0.407926535,0.407869685,0.407801418
-2211,1,0.4682,1,1,1,1,1,1,1,1,0.2414,0.4682,0,1,0.3125,1,1,1,1,1,1,0.1428,0.3125,0,1,0.5616,1,1,1,0.2358,0.5616,0,1,1,1,1,1,0.179108202,0,0.973808289,1,1,1,1,1,0.221723646,0,0.611302376,1,1,1,1,1,0.431162387,0,0.408711938,0.408715887,0.408687943
-2212,1,0.4678,1,1,1,1,1,1,1,1,0.4102,0.4678,0,1,0.3123,1,1,1,1,1,1,0.1808,0.3123,0,1,0.5614,1,1,1,0.2758,0.5614,0,1,1,1,1,1,0.38824746,0,0.998248458,1,1,1,1,1,0.295982897,0,0.527602375,1,1,1,1,1,0.480299592,0,0.423332528,0.423312883,0.423315603
-2213,1,0.4675,1,1,1,1,1,1,1,1,0.3589,0.4675,0,1,0.3121,1,1,1,1,1,1,0.1513,0.3121,0,1,0.5613,1,1,1,0.3545,0.5613,0,1,1,1,1,1,0.376907468,0,1,1,1,1,1,1,0.251252949,0,0.501084566,1,1,1,1,1,0.582075894,0,0.46840261,0.468373175,0.468085106
-2214,1,0.4671,1,1,1,1,1,1,1,1,0.3535,0.4671,0.0496,1,0.3119,1,1,1,1,1,1,0.1415,0.3119,0.0713,1,0.5612,1,1,1,0.4285,0.5612,0.0409,1,1,1,1,1,0.3853378,0.398932397,1,1,1,1,1,1,0.234711394,0.366387427,0.284336418,1,1,1,1,1,0.685242772,0.440731645,0.543378444,0.543473662,0.543439716
-2215,1,0.4668,1,1,1,1,1,1,1,1,0.3585,0.4668,0.2468,1,0.3116,1,1,1,1,1,1,0.1033,0.3116,0.2695,1,0.561,1,1,1,0.3946,0.561,0.2369,1,1,1,1,1,0.440486103,0.757886529,0.943080664,1,1,1,1,1,0.162089884,0.7323367,0.357742131,1,1,1,1,1,0.597575605,0.779404879,0.584279845,0.584302941,0.584219858
-2216,1,0.4664,1,1,1,1,1,1,1,1,0.3694,0.4664,0.4598,1,0.3114,1,1,1,1,1,1,0.2539,0.3114,0.478,1,0.5609,1,1,1,0.504,0.5609,0.4501,1,1,1,1,1,0.420196205,0.963266611,0.986557662,1,1,1,1,1,0.224840745,0.949219346,0.396894246,1,1,1,1,1,0.590808034,0.96503973,0.587965201,0.587899302,0.58820922
-2217,1,0.4661,1,1,1,1,1,1,1,1,0.3349,0.4661,0.625,1,0.3112,1,1,1,1,1,1,0.362,0.3112,0.6325,1,0.5608,1,1,1,0.5148,0.5608,0.6216,1,1,1,1,1,0.430814505,1,0.882269323,1,1,1,1,1,0.380483031,1,0.485945851,1,1,1,1,1,0.524817169,1,0.587058966,0.587053099,0.587322695
-2218,1,0.4657,1,1,1,1,1,1,1,1,0.3627,0.4657,0.7514,1,0.311,1,1,1,1,1,1,0.3743,0.311,0.7526,1,0.5606,1,1,1,0.5459,0.5606,0.7458,1,1,1,1,1,0.480443388,1,0.708438277,1,1,1,1,1,0.403098702,1,0.813491106,1,1,1,1,1,0.63573724,1,0.586152731,0.585995346,0.58643617
-2219,1,0.4654,1,1,1,1,1,1,1,1,0.3694,0.4654,0.7624,1,0.3108,1,1,1,1,1,1,0.4208,0.3108,0.7707,1,0.5605,1,1,1,0.6123,0.5605,0.7561,1,1,1,1,1,0.502028227,1,0.779216707,1,1,1,1,1,0.434940577,1,0.848430872,1,1,1,1,1,0.729662895,1,0.5810174,0.58091813,0.581117021
-2220,1,0.465,1,1,1,1,1,1,1,1,0.3966,0.465,0.7642,1,0.3106,1,1,1,1,1,1,0.4369,0.3106,0.7735,1,0.5604,1,1,1,0.556,0.5604,0.7617,1,1,1,1,1,0.560047805,1,0.591255665,1,1,1,1,1,0.460977018,1,0.703208566,1,1,1,1,1,0.782622576,1,0.573344611,0.573302306,0.57358156
-2221,1,0.4647,1,1,1,1,1,1,1,1,0.307,0.4647,0.7554,1,0.3104,1,1,1,1,1,1,0.3663,0.3104,0.7577,1,0.5602,1,1,1,0.5654,0.5602,0.7488,1,1,1,1,1,0.47984761,1,0.383600265,1,1,1,1,1,0.413854361,0.997925103,0.571635425,1,1,1,1,1,0.722000301,0.999992013,0.567000967,0.566955786,0.567375887
-2222,1,0.4643,1,1,1,1,1,1,1,1,0.359,0.4643,0.7045,1,0.3102,1,1,1,1,1,1,0.621,0.3102,0.7077,1,0.5601,1,1,1,0.5691,0.5601,0.695,1,1,1,1,1,0.594032764,1,0.093454614,1,1,1,1,1,0.613650382,0.990345061,0.531228006,1,1,1,1,1,0.737840831,0.999962687,0.558482359,0.558493759,0.558953901
-2223,1,0.464,1,1,1,1,1,1,1,1,0.3141,0.464,0.5605,1,0.3099,1,1,1,1,1,1,0.6897,0.3099,0.5966,1,0.56,1,1,1,0.6346,0.56,0.546,1,1,1,1,1,0.548088729,0.990895987,0.065566532,1,1,1,1,1,0.689219534,0.999193788,0.74564898,1,1,1,1,1,0.767729342,0.997312009,0.552742871,0.552781891,0.552748227
-2224,1,0.4636,1,1,1,1,1,1,1,1,0.332,0.4636,0.3719,1,0.3097,1,1,1,1,1,1,0.6231,0.3097,0.4238,1,0.5598,1,1,1,0.5201,0.5598,0.3489,1,1,1,1,1,0.526810288,0.870217085,0.081121452,1,1,1,1,1,0.650822759,0.897767603,0.645065725,1,1,1,1,1,0.704014242,0.837762475,0.552319961,0.55235879,0.552748227
-2225,1,0.4633,1,1,1,1,1,1,1,1,0.1688,0.4633,0.1554,1,0.3095,1,1,1,1,1,1,0.3862,0.3095,0.2109,1,0.5597,1,1,1,0.5193,0.5597,0.1267,1,1,1,1,1,0.256578118,0.627924979,0.122664839,1,1,1,1,1,0.353145182,0.66939652,0.339280665,1,1,1,1,1,0.697323561,0.562893689,0.557696955,0.557647557,0.557624113
-2226,1,0.4629,1,1,1,1,1,1,1,1,0.1288,0.4629,0.01,1,0.3093,1,1,1,1,1,1,0.2058,0.3093,0.0329,1,0.5596,1,1,1,0.4409,0.5596,0.0038,1,1,1,1,1,0.140433118,0.166819647,0.134819493,1,1,1,1,1,0.192064583,0.250454247,0.237516761,1,1,1,1,1,0.653485954,0.009502519,0.563134364,0.563147874,0.563386525
-2227,1,0.4626,1,1,1,1,1,1,1,1,0.1874,0.4626,0,1,0.3091,1,1,1,1,1,1,0.2881,0.3091,0,1,0.5595,1,1,1,0.3065,0.5595,0,1,1,1,1,1,0.146561816,0,0.154455289,1,1,1,1,1,0.311180592,0,0.234208643,1,1,1,1,1,0.552324414,0,0.594429676,0.594457373,0.594858156
-2228,1,0.4622,1,1,1,1,1,1,1,1,0.1793,0.4622,0,1,0.3089,1,1,1,1,1,1,0.4627,0.3089,0,1,0.5593,1,1,1,0.3595,0.5593,0,1,1,1,1,1,0.225248381,0,0.180715844,1,1,1,1,1,0.462207079,0,0.176857322,1,1,1,1,1,0.658310056,0,0.597812953,0.597842183,0.597960993
-2229,1,0.4618,1,1,1,1,1,1,1,1,0.2331,0.4618,0,1,0.3087,1,1,1,1,1,1,0.4116,0.3087,0,1,0.5592,1,1,1,0.3678,0.5592,0,1,1,1,1,1,0.34131363,0,0.150482744,1,1,1,1,1,0.396910995,0,0.183213353,1,1,1,1,1,0.651255488,0,0.558301112,0.558282209,0.558510638
-2230,1,0.4615,1,1,1,1,1,1,1,1,0.1058,0.4615,0,1,0.3085,1,1,1,1,1,1,0.0623,0.3085,0,1,0.5591,1,1,1,0.4437,0.5591,0,1,1,1,1,1,0.215000063,0,0.139843538,1,1,1,1,1,0.082550071,0,0.181673571,1,1,1,1,1,0.755538285,0,0.50181247,0.501798181,0.502216312
-2231,1,0.4611,1,1,1,1,1,1,1,1,0.0748,0.4611,0,1,0.3082,1,1,1,1,1,1,0.1521,0.3082,0,1,0.5589,1,1,1,0.3727,0.5589,0,1,1,1,1,1,0.158149153,0,0.198666304,1,1,1,1,1,0.165720537,0,0.481270969,1,1,1,1,1,0.6119802,0,0.450217496,0.450179818,0.45035461
-2232,1,0.4608,1,1,1,1,1,1,1,1,0.0906,0.4608,0,1,0.308,1,1,1,1,1,1,0.1951,0.308,0,1,0.5588,1,1,1,0.3112,0.5588,0,1,1,1,1,1,0.120483175,0,0.50894475,1,1,1,1,1,0.203981325,0,0.594148993,1,1,1,1,1,0.566834509,0,0.416324311,0.416331711,0.416223404
-2233,1,0.4604,1,1,1,1,1,1,1,1,0.1014,0.4604,0,1,0.3078,1,1,1,1,1,1,0.2085,0.3078,0,1,0.5587,1,1,1,0.2488,0.5587,0,1,1,1,1,1,0.186833516,0,0.440866232,1,1,1,1,1,0.244611472,0,0.425591141,1,1,1,1,1,0.484076709,0,0.399528758,0.399619209,0.399379433
-2234,1,0.4601,1,1,1,1,1,1,1,1,0.1093,0.4601,0,1,0.3076,1,1,1,1,1,1,0.1393,0.3076,0,1,0.5585,1,1,1,0.2455,0.5585,0,1,1,1,1,1,0.210474372,0,0.473853886,1,1,1,1,1,0.205300242,0,0.43616125,1,1,1,1,1,0.451834142,0,0.390889319,0.390734081,0.390957447
-2235,1,0.4597,1,1,1,1,1,1,1,1,0.0429,0.4597,0,1,0.3074,1,1,1,1,1,1,0.0646,0.3074,0,1,0.5584,1,1,1,0.267,0.5584,0,1,1,1,1,1,0.095583059,0,0.621932745,1,1,1,1,1,0.075304262,0,0.356092185,1,1,1,1,1,0.422652543,0,0.389560174,0.389676327,0.38962766
-2236,1,0.4594,1,1,1,1,1,1,1,1,0.0784,0.4594,0,1,0.3072,1,1,1,1,1,1,0.0999,0.3072,0,1,0.5583,1,1,1,0.2088,0.5583,0,1,1,1,1,1,0.202663779,0,0.612399697,1,1,1,1,1,0.101371393,0,0.408392459,1,1,1,1,1,0.314312577,0,0.401039149,0.400888513,0.40070922
-2237,1,0.459,1,1,1,1,1,1,1,1,0.1434,0.459,0,1,0.307,1,1,1,1,1,1,0.1799,0.307,0,1,0.5581,1,1,1,0.1366,0.5581,0,1,1,1,1,1,0.26273191,0,0.540507197,1,1,1,1,1,0.202023074,0,0.395342678,1,1,1,1,1,0.218430266,0,0.443269696,0.443410197,0.443262411
-2238,1,0.4587,1,1,1,1,1,1,1,1,0.1708,0.4587,0.0491,1,0.3068,1,1,1,1,1,1,0.1445,0.3068,0.0645,1,0.558,1,1,1,0.1414,0.558,0.0422,1,1,1,1,1,0.298473448,0.380568296,0.242008328,1,1,1,1,1,0.178205788,0.349604249,0.174248457,1,1,1,1,1,0.255567372,0.377028078,0.51601015,0.515972075,0.516400709
-2239,1,0.4583,1,1,1,1,1,1,1,1,0.0881,0.4583,0.2141,1,0.3066,1,1,1,1,1,1,0.1774,0.3066,0.2388,1,0.5579,1,1,1,0.139,0.5579,0.1998,1,1,1,1,1,0.141713083,0.816883743,0.041023605,1,1,1,1,1,0.233504653,0.775757194,0.091373831,1,1,1,1,1,0.397792578,0.859568179,0.557153214,0.557224455,0.557180851
-2240,1,0.458,1,1,1,1,1,1,1,1,0.0338,0.458,0.4515,1,0.3063,1,1,1,1,1,1,0.0716,0.3063,0.4697,1,0.5577,1,1,1,0.171,0.5577,0.4047,1,1,1,1,1,0.045160435,0.955845714,0.048482228,1,1,1,1,1,0.066860512,0.939972878,0.150006026,1,1,1,1,1,0.479732692,0.964850247,0.564221846,0.564205627,0.56427305
-2241,1,0.4576,1,1,1,1,1,1,1,1,0.0919,0.4576,0.6117,1,0.3061,1,1,1,1,1,1,0.2656,0.3061,0.6216,1,0.5576,1,1,1,0.1428,0.5576,0.5207,1,1,1,1,1,0.145759851,0.999678195,0.034562007,1,1,1,1,1,0.258809596,0.999967635,0.177942142,1,1,1,1,1,0.265677065,0.98658818,0.565853069,0.565898033,0.566046099
-2242,1,0.4573,1,1,1,1,1,1,1,1,0.1977,0.4573,0.6309,1,0.3059,1,1,1,1,1,1,0.4906,0.3059,0.6341,1,0.5575,1,1,1,0.1329,0.5575,0.6379,1,1,1,1,1,0.302494198,0.896809757,0.000418771,1,1,1,1,1,0.452163756,0.897884607,0.361110508,1,1,1,1,1,0.141145408,0.89134568,0.56959884,0.569705945,0.569592199
-2243,1,0.4569,1,1,1,1,1,1,1,1,0.3377,0.4569,0.7525,1,0.3057,1,1,1,1,1,1,0.5012,0.3057,0.7604,1,0.5574,1,1,1,0.3196,0.5574,0.5042,1,1,1,1,1,0.511145532,0.999992967,0,1,1,1,1,1,0.481704116,0.999997616,0.232630104,1,1,1,1,1,0.307193309,0.871549904,0.56959884,0.569705945,0.569592199
-2244,1,0.4566,1,1,1,1,1,1,1,1,0.3401,0.4566,0.7496,1,0.3055,1,1,1,1,1,1,0.6435,0.3055,0.7653,1,0.5572,1,1,1,0.3951,0.5572,0.5738,1,1,1,1,1,0.515899479,0.999996841,0.003623679,1,1,1,1,1,0.614102483,1,0.075523302,1,1,1,1,1,0.39961797,0.827712297,0.564644756,0.564628729,0.564716312
-2245,1,0.4562,1,1,1,1,1,1,1,1,0.3978,0.4562,0.7257,1,0.3053,1,1,1,1,1,1,0.6391,0.3053,0.7561,1,0.5571,1,1,1,0.5118,0.5571,0.5116,1,1,1,1,1,0.475184321,0.954505444,0.036062334,1,1,1,1,1,0.644744158,0.999990761,0.086819381,1,1,1,1,1,0.691374362,0.842872441,0.563376027,0.563359425,0.563386525
-2246,1,0.4559,1,1,1,1,1,1,1,1,0.4868,0.4559,0.6541,1,0.3051,1,1,1,1,1,1,0.8121,0.3051,0.6999,1,0.557,1,1,1,0.5017,0.557,0.4484,1,1,1,1,1,0.553095341,0.836771905,0.318468034,1,1,1,1,1,0.794636786,0.991339087,0.270485878,1,1,1,1,1,0.6344437,0.878367901,0.55860319,0.55870531,0.558953901
-2247,1,0.4555,1,1,1,1,1,1,1,1,0.5306,0.4555,0.4976,1,0.3049,1,1,1,1,1,1,0.8957,0.3049,0.562,1,0.5568,1,1,1,0.4194,0.5568,0.3985,1,1,1,1,1,0.510438025,0.806689262,0.559596539,1,1,1,1,1,0.869104385,0.968558311,0.508720934,1,1,1,1,1,0.476884961,0.726161182,0.55262204,0.552781891,0.552748227
-2248,1,0.4551,1,1,1,1,1,1,1,1,0.6506,0.4551,0.3381,1,0.3046,1,1,1,1,1,1,0.8642,0.3046,0.397,1,0.5567,1,1,1,0.4618,0.5567,0.2922,1,1,1,1,1,0.544432223,0.734582484,0.87544173,1,1,1,1,1,0.849470496,0.793715,0.505403697,1,1,1,1,1,0.518254936,0.702409148,0.552682455,0.552781891,0.552748227
-2249,1,0.4548,1,1,1,1,1,1,1,1,0.5609,0.4548,0.147,1,0.3044,1,1,1,1,1,1,0.8468,0.3044,0.1981,1,0.5566,1,1,1,0.3913,0.5566,0.1249,1,1,1,1,1,0.479349762,0.456680655,0.997903705,1,1,1,1,1,0.855378807,0.489622623,0.679783225,1,1,1,1,1,0.519078791,0.522507489,0.557817786,0.557859107,0.558067376
-2250,1,0.4544,1,1,1,1,1,1,1,1,0.386,0.4544,0.0018,1,0.3042,1,1,1,1,1,1,0.6919,0.3042,0.024,1,0.5564,1,1,1,0.3059,0.5564,0,1,1,1,1,1,0.449531198,0.070221886,1,1,1,1,1,1,0.689547241,0.08924491,1,1,1,1,1,1,0.510406733,0.009760808,0.562892702,0.562724773,0.562943262
-2251,1,0.4541,1,1,1,1,1,1,1,1,0.316,0.4541,0,1,0.304,1,1,1,1,1,1,0.5528,0.304,0,1,0.5563,1,1,1,0.3092,0.5563,0,1,1,1,1,1,0.3604469,0,0.535110712,1,1,1,1,1,0.577465951,0,0.650967658,1,1,1,1,1,0.549557865,0,0.590019333,0.590014809,0.590425532
-2252,1,0.4537,1,1,1,1,1,1,1,1,0.2911,0.4537,0,1,0.3038,1,1,1,1,1,1,0.7637,0.3038,0,1,0.5562,1,1,1,0.3895,0.5562,0,1,1,1,1,1,0.288843691,0,0.846096694,1,1,1,1,1,0.73597908,0,1,1,1,1,1,1,0.633788824,0,0.588690188,0.588745505,0.588652482
-2253,1,0.4534,1,1,1,1,1,1,1,1,0.4085,0.4534,0,1,0.3036,1,1,1,1,1,1,0.7388,0.3036,0,1,0.556,1,1,1,0.3714,0.556,0,1,1,1,1,1,0.404046267,0,0.961305439,1,1,1,1,1,0.775122046,0,1,1,1,1,1,1,0.599431455,0,0.550326245,0.550243283,0.550531915
-2254,1,0.453,1,1,1,1,1,1,1,1,0.2887,0.453,0,1,0.3034,1,1,1,1,1,1,0.2455,0.3034,0,1,0.5559,1,1,1,0.5165,0.5559,0,1,1,1,1,1,0.249982074,0,1,1,1,1,1,1,0.246234179,0,1,1,1,1,1,1,0.78576237,0,0.495710488,0.495663211,0.496010638
-2255,1,0.4527,1,1,1,1,1,1,1,1,0.3201,0.4527,0,1,0.3032,1,1,1,1,1,1,0.4238,0.3032,0,1,0.5558,1,1,1,0.5009,0.5558,0,1,1,1,1,1,0.407155573,0,1,1,1,1,1,1,0.474454552,0,1,1,1,1,1,1,0.7517187,0,0.444055099,0.444044849,0.444148936
-2256,1,0.4523,1,1,1,1,1,1,1,1,0.4101,0.4523,0,1,0.3029,1,1,1,1,1,1,0.6027,0.3029,0,1,0.5556,1,1,1,0.4175,0.5556,0,1,1,1,1,1,0.476967394,0,1,1,1,1,1,1,0.589656055,0,0.959152937,1,1,1,1,1,0.687497318,0,0.413061866,0.412946901,0.413120567
-2257,1,0.452,1,1,1,1,1,1,1,1,0.4952,0.452,0,1,0.3027,1,1,1,1,1,1,0.5197,0.3027,0,1,0.5555,1,1,1,0.3786,0.5555,0,1,1,1,1,1,0.498590976,0,1,1,1,1,1,1,0.476182193,0,1,1,1,1,1,1,0.640233934,0,0.396628806,0.396657499,0.396719858
-2258,1,0.4516,1,1,1,1,1,1,1,1,0.4592,0.4516,0,1,0.3025,1,1,1,1,1,1,0.2122,0.3025,0,1,0.5554,1,1,1,0.4226,0.5554,0,1,1,1,1,1,0.470422447,0,1,1,1,1,1,1,0.27670458,0,1,1,1,1,1,1,0.712579429,0,0.389258096,0.389253226,0.389184397
-2259,1,0.4513,1,1,1,1,1,1,1,1,0.4049,0.4513,0,1,0.3023,1,1,1,1,1,1,0.0635,0.3023,0,1,0.5553,1,1,1,0.4538,0.5553,0,1,1,1,1,1,0.346992671,0,0.990863681,1,1,1,1,1,0.136217594,0,1,1,1,1,1,1,0.744524598,0,0.389318511,0.389253226,0.389184397
-2260,1,0.4509,1,1,1,1,1,1,1,1,0.3285,0.4509,0,1,0.3021,1,1,1,1,1,1,0.0985,0.3021,0,1,0.5551,1,1,1,0.509,0.5551,0,1,1,1,1,1,0.289311677,0,1,1,1,1,1,1,0.189932719,0,0.905247986,1,1,1,1,1,0.791623354,0,0.402912035,0.402792469,0.402925532
-2261,1,0.4506,1,1,1,1,1,1,1,1,0.2978,0.4506,0,1,0.3019,1,1,1,1,1,1,0.1057,0.3019,0,1,0.555,1,1,1,0.4936,0.555,0,1,1,1,1,1,0.313348264,0,1,1,1,1,1,1,0.212815017,0,0.712376475,1,1,1,1,1,0.769264579,0,0.445505075,0.445525703,0.445478723
-2262,1,0.4502,1,1,1,1,1,1,1,1,0.2782,0.4502,0.0491,1,0.3017,1,1,1,1,1,1,0.152,0.3017,0.0718,1,0.5549,1,1,1,0.5661,0.5549,0.0414,1,1,1,1,1,0.300854117,0.361320257,0.773641884,1,1,1,1,1,0.269306213,0.37413311,0.206056029,1,1,1,1,1,0.826928318,0.394809544,0.52017883,0.520203089,0.520390071
-2263,1,0.4499,1,1,1,1,1,1,1,1,0.3024,0.4499,0.2422,1,0.3015,1,1,1,1,1,1,0.1462,0.3015,0.2699,1,0.5547,1,1,1,0.3684,0.5547,0.2221,1,1,1,1,1,0.327373445,0.679524839,0.459496677,1,1,1,1,1,0.201117858,0.725462735,0.143115714,1,1,1,1,1,0.522849917,0.697245598,0.563134364,0.563147874,0.563386525
-2264,1,0.4495,1,1,1,1,1,1,1,1,0.3569,0.4495,0.4257,1,0.3012,1,1,1,1,1,1,0.242,0.3012,0.4642,1,0.5546,1,1,1,0.5373,0.5546,0.3815,1,1,1,1,1,0.435058475,0.825449109,0.311575651,1,1,1,1,1,0.278140485,0.915807545,0.231906295,1,1,1,1,1,0.720430553,0.907906651,0.571834219,0.571821451,0.571808511
-2265,1,0.4491,1,1,1,1,1,1,1,1,0.3161,0.4491,0.546,1,0.301,1,1,1,1,1,1,0.465,0.301,0.5714,1,0.5545,1,1,1,0.632,0.5545,0.4813,1,1,1,1,1,0.445942611,0.836699069,0.218173504,1,1,1,1,1,0.481018603,0.951060832,0.243204713,1,1,1,1,1,0.8447119,0.914483726,0.576244563,0.576264015,0.576241135
-2266,1,0.4488,1,1,1,1,1,1,1,1,0.3395,0.4488,0.6216,1,0.3008,1,1,1,1,1,1,0.2926,0.3008,0.6484,1,0.5543,1,1,1,0.6013,0.5543,0.5057,1,1,1,1,1,0.470401943,0.833785474,0.235469416,1,1,1,1,1,0.33076629,0.958930492,0.298091412,1,1,1,1,1,0.806876421,0.87660259,0.579325761,0.579437275,0.579343972
-2267,1,0.4484,1,1,1,1,1,1,1,1,0.243,0.4484,0.5762,1,0.3006,1,1,1,1,1,1,0.3273,0.3006,0.6217,1,0.5542,1,1,1,0.5859,0.5542,0.4841,1,1,1,1,1,0.41196534,0.801787019,0.135875642,1,1,1,1,1,0.341409862,0.934768736,0.171734035,1,1,1,1,1,0.727741122,0.79472065,0.57739246,0.577533319,0.577570922
-2268,1,0.4481,1,1,1,1,1,1,1,1,0.2362,0.4481,0.5653,1,0.3004,1,1,1,1,1,1,0.2611,0.3004,0.6372,1,0.5541,1,1,1,0.6224,0.5541,0.4597,1,1,1,1,1,0.359807551,0.818917751,0.122584641,1,1,1,1,1,0.273267746,0.942100644,0.179910481,1,1,1,1,1,0.761469305,0.808406413,0.571471725,0.571609901,0.571808511
-2269,1,0.4477,1,1,1,1,1,1,1,1,0.255,0.4477,0.6065,1,0.3002,1,1,1,1,1,1,0.3635,0.3002,0.6742,1,0.5539,1,1,1,0.5785,0.5539,0.4646,1,1,1,1,1,0.417034298,0.880409896,0.262121677,1,1,1,1,1,0.367964745,0.964945316,0.241594255,1,1,1,1,1,0.810711741,0.840993166,0.567605123,0.567801989,0.567375887
-2270,1,0.4474,1,1,1,1,1,1,1,1,0.1483,0.4474,0.6343,1,0.3,1,1,1,1,1,1,0.3524,0.3,0.697,1,0.5538,1,1,1,0.5747,0.5538,0.4617,1,1,1,1,1,0.301189601,0.917061508,0.20692046,1,1,1,1,1,0.324651062,0.991811454,0.291871488,1,1,1,1,1,0.859708667,0.879897475,0.557696955,0.557859107,0.557624113
-2271,1,0.447,1,1,1,1,1,1,1,1,0.1401,0.447,0.5315,1,0.2998,1,1,1,1,1,1,0.3951,0.2998,0.5815,1,0.5537,1,1,1,0.6566,0.5537,0.3914,1,1,1,1,1,0.305778056,0.934976876,0.089936048,1,1,1,1,1,0.361141026,0.983953238,0.117632985,1,1,1,1,1,0.854463518,0.847181499,0.549661672,0.549820182,0.54964539
-2272,1,0.4467,1,1,1,1,1,1,1,1,0.2441,0.4467,0.2983,1,0.2996,1,1,1,1,1,1,0.4104,0.2996,0.3161,1,0.5535,1,1,1,0.4794,0.5535,0.2821,1,1,1,1,1,0.443371862,0.534808218,0.047251947,1,1,1,1,1,0.369687289,0.543370306,0.180539802,1,1,1,1,1,0.670479596,0.48958078,0.547909618,0.547916226,0.548315603
-2273,1,0.4463,1,1,1,1,1,1,1,1,0.2601,0.4463,0.16,1,0.2993,1,1,1,1,1,1,0.4417,0.2993,0.2137,1,0.5534,1,1,1,0.4249,0.5534,0.1356,1,1,1,1,1,0.392136276,0.653766274,0.018098421,1,1,1,1,1,0.42561698,0.683643758,0.53812623,1,1,1,1,1,0.699902773,0.571754575,0.551655389,0.551724138,0.551861702
-2274,1,0.446,1,1,1,1,1,1,1,1,0.0854,0.446,0.014,1,0.2991,1,1,1,1,1,1,0.1341,0.2991,0.0404,1,0.5533,1,1,1,0.3526,0.5533,0.0001,1,1,1,1,1,0.114650711,0.239587396,0.000302709,1,1,1,1,1,0.129715651,0.279484123,0.488722801,1,1,1,1,1,0.659250736,0.068176426,0.555159497,0.555108949,0.554964539
-2275,1,0.4456,1,1,1,1,1,1,1,1,0.0704,0.4456,0,1,0.2989,1,1,1,1,1,1,0.1429,0.2989,0,1,0.5532,1,1,1,0.3599,0.5532,0,1,1,1,1,1,0.087758124,0,0.101324372,1,1,1,1,1,0.182773024,0,0.579780936,1,1,1,1,1,0.714483976,0,0.581681972,0.581764333,0.582003546
-2276,1,0.4453,1,1,1,1,1,1,1,1,0.1231,0.4453,0,1,0.2987,1,1,1,1,1,1,0.3015,0.2987,0,1,0.553,1,1,1,0.3495,0.553,0,1,1,1,1,1,0.142061561,0,0.046742249,1,1,1,1,1,0.424159288,0,0.657028794,1,1,1,1,1,0.689931154,0,0.587783954,0.587687751,0.58820922
-2277,1,0.4449,1,1,1,1,1,1,1,1,0.216,0.4449,0,1,0.2985,1,1,1,1,1,1,0.2583,0.2985,0,1,0.5529,1,1,1,0.2421,0.5529,0,1,1,1,1,1,0.222658545,0,0.014272904,1,1,1,1,1,0.397371233,0,0.538307607,1,1,1,1,1,0.487866849,0,0.557274045,0.557224455,0.557180851
-2278,1,0.4446,1,1,1,1,1,1,1,1,0.1685,0.4446,0,1,0.2983,1,1,1,1,1,1,0.0964,0.2983,0,1,0.5528,1,1,1,0.3019,0.5528,0,1,1,1,1,1,0.191449523,0,0.042758867,1,1,1,1,1,0.179778546,0,0.438736916,1,1,1,1,1,0.523111641,0,0.506524891,0.506663846,0.506648936
-2279,1,0.4442,1,1,1,1,1,1,1,1,0.2047,0.4442,0,1,0.2981,1,1,1,1,1,1,0.1702,0.2981,0,1,0.5526,1,1,1,0.2956,0.5526,0,1,1,1,1,1,0.283608228,0,0.082866296,1,1,1,1,1,0.291303873,0,0.327741623,1,1,1,1,1,0.545642495,0,0.457769454,0.457795642,0.457890071
-2280,1,0.4439,1,1,1,1,1,1,1,1,0.1995,0.4439,0,1,0.2979,1,1,1,1,1,1,0.1738,0.2979,0,1,0.5525,1,1,1,0.2778,0.5525,0,1,1,1,1,1,0.278365523,0,0.328466088,1,1,1,1,1,0.286960036,0,0.439489305,1,1,1,1,1,0.518706381,0,0.425084582,0.425005289,0.425088652
-2281,1,0.4435,1,1,1,1,1,1,1,1,0.1482,0.4435,0,1,0.2976,1,1,1,1,1,1,0.171,0.2976,0,1,0.5524,1,1,1,0.2462,0.5524,0,1,1,1,1,1,0.207924724,0,0.416212261,1,1,1,1,1,0.257686138,0,0.800361753,1,1,1,1,1,0.436748564,0,0.408047366,0.407869685,0.407801418
-2282,1,0.4432,1,1,1,1,1,1,1,1,0.1017,0.4432,0,1,0.2974,1,1,1,1,1,1,0.1503,0.2974,0,1,0.5522,1,1,1,0.2162,0.5522,0,1,1,1,1,1,0.156252041,0,0.278468847,1,1,1,1,1,0.225583613,0,0.517892718,1,1,1,1,1,0.372655213,0,0.40019333,0.400253861,0.400265957
-2283,1,0.4428,1,1,1,1,1,1,1,1,0.0553,0.4428,0,1,0.2972,1,1,1,1,1,1,0.0699,0.2972,0,1,0.5521,1,1,1,0.2185,0.5521,0,1,1,1,1,1,0.133354902,0,0.14816229,1,1,1,1,1,0.133726567,0,0.189251572,1,1,1,1,1,0.408976674,0,0.39977042,0.399830759,0.399822695
-2284,1,0.4424,1,1,1,1,1,1,1,1,0.0979,0.4424,0,1,0.297,1,1,1,1,1,1,0.0417,0.297,0,1,0.552,1,1,1,0.2562,0.552,0,1,1,1,1,1,0.165835708,0,0.162115365,1,1,1,1,1,0.091641277,0,0.118134305,1,1,1,1,1,0.495698124,0,0.410343161,0.410408293,0.410460993
-2285,1,0.4421,1,1,1,1,1,1,1,1,0.1424,0.4421,0,1,0.2968,1,1,1,1,1,1,0.0353,0.2968,0,1,0.5518,1,1,1,0.349,0.5518,0,1,1,1,1,1,0.148467511,0,0.203128844,1,1,1,1,1,0.093984,0,0.098090842,1,1,1,1,1,0.576408267,0,0.444840503,0.444679501,0.445035461
-2286,1,0.4417,1,1,1,1,1,1,1,1,0.106,0.4417,0.0569,1,0.2966,1,1,1,1,1,1,0.0062,0.2966,0.0772,1,0.5517,1,1,1,0.3986,0.5517,0.052,1,1,1,1,1,0.095712371,0.394241989,0.290790588,1,1,1,1,1,0.044054858,0.38476944,0.127972782,1,1,1,1,1,0.635763943,0.383946836,0.498127115,0.498201819,0.49822695
-2287,1,0.4414,1,1,1,1,1,1,1,1,0.0482,0.4414,0.2498,1,0.2964,1,1,1,1,1,1,0.0101,0.2964,0.2769,1,0.5516,1,1,1,0.3866,0.5516,0.2162,1,1,1,1,1,0.069142669,0.716678679,0.124111414,1,1,1,1,1,0.028974047,0.747627556,0.192732215,1,1,1,1,1,0.619220793,0.64225316,0.539088932,0.539031098,0.539450355
-2288,1,0.441,1,1,1,1,1,1,1,1,0.0684,0.441,0.4465,1,0.2962,1,1,1,1,1,1,0.0146,0.2962,0.4831,1,0.5514,1,1,1,0.5092,0.5514,0.3678,1,1,1,1,1,0.086917803,0.898685217,0.07246317,1,1,1,1,1,0.019849217,0.954879463,0.115086652,1,1,1,1,1,0.774836004,0.824450135,0.557696955,0.557859107,0.557624113
-2289,1,0.4407,1,1,1,1,1,1,1,1,0.091,0.4407,0.5542,1,0.2959,1,1,1,1,1,1,0.0675,0.2959,0.6311,1,0.5513,1,1,1,0.4019,0.5513,0.501,1,1,1,1,1,0.161626354,0.863950849,0.07760857,1,1,1,1,1,0.075528868,0.999949276,0.177766234,1,1,1,1,1,0.702643752,0.917491257,0.566698888,0.566744235,0.566932624
-2290,1,0.4403,1,1,1,1,1,1,1,1,0.1017,0.4403,0.6096,1,0.2957,1,1,1,1,1,1,0.0752,0.2957,0.7279,1,0.5512,1,1,1,0.3887,0.5512,0.6763,1,1,1,1,1,0.211488023,0.896778345,0.034805354,1,1,1,1,1,0.083419777,0.998688877,0.138590842,1,1,1,1,1,0.683287501,0.980270565,0.569055099,0.569071293,0.569148936
-2291,1,0.44,1,1,1,1,1,1,1,1,0.0882,0.44,0.6639,1,0.2955,1,1,1,1,1,1,0.2123,0.2955,0.745,1,0.5511,1,1,1,0.417,0.5511,0.7548,1,1,1,1,1,0.157274619,0.980108023,0.002515839,1,1,1,1,1,0.198730066,0.999878407,0.066265449,1,1,1,1,1,0.70162648,0.984091759,0.563678105,0.563782526,0.563829787
-2292,1,0.4396,1,1,1,1,1,1,1,1,0.1029,0.4396,0.7193,1,0.2953,1,1,1,1,1,1,0.2984,0.2953,0.764,1,0.5509,1,1,1,0.4258,0.5509,0.7719,1,1,1,1,1,0.145715699,0.993355155,0.000343295,1,1,1,1,1,0.248687357,1,0.063256808,1,1,1,1,1,0.726687312,0.993580997,0.554736588,0.554685847,0.554964539
-2293,1,0.4393,1,1,1,1,1,1,1,1,0.1417,0.4393,0.737,1,0.2951,1,1,1,1,1,1,0.3643,0.2951,0.7684,1,0.5508,1,1,1,0.3544,0.5508,0.7576,1,1,1,1,1,0.201004148,0.996642232,0.021207161,1,1,1,1,1,0.333952546,1,0.221493721,1,1,1,1,1,0.584868789,0.997773886,0.546761721,0.546646922,0.546542553
-2294,1,0.4389,1,1,1,1,1,1,1,1,0.133,0.4389,0.6988,1,0.2949,1,1,1,1,1,1,0.3719,0.2949,0.7296,1,0.5507,1,1,1,0.4841,0.5507,0.7031,1,1,1,1,1,0.251764953,0.996128142,0.037825927,1,1,1,1,1,0.33402583,1,0.386519402,1,1,1,1,1,0.74356389,0.99872005,0.535161914,0.535011635,0.535460993
-2295,1,0.4386,1,1,1,1,1,1,1,1,0.1663,0.4386,0.562,1,0.2947,1,1,1,1,1,1,0.4499,0.2947,0.6023,1,0.5505,1,1,1,0.4592,0.5505,0.5523,1,1,1,1,1,0.305252254,0.994350195,0.02603347,1,1,1,1,1,0.428509176,0.999468803,0.556217551,1,1,1,1,1,0.695353806,0.996850729,0.525434993,0.525491855,0.525265957
-2296,1,0.4382,1,1,1,1,1,1,1,1,0.2425,0.4382,0.385,1,0.2945,1,1,1,1,1,1,0.5192,0.2945,0.435,1,0.5504,1,1,1,0.5444,0.5504,0.3621,1,1,1,1,1,0.445679784,0.927779734,0.078236446,1,1,1,1,1,0.506050825,0.940998971,0.982608676,1,1,1,1,1,0.759813309,0.911131024,0.523924601,0.52379945,0.52393617
-2297,1,0.4379,1,1,1,1,1,1,1,1,0.2258,0.4379,0.1601,1,0.2942,1,1,1,1,1,1,0.3681,0.2942,0.2154,1,0.5503,1,1,1,0.4409,0.5503,0.137,1,1,1,1,1,0.423461676,0.683075488,0.259407014,1,1,1,1,1,0.390254557,0.700001955,0.709079385,1,1,1,1,1,0.659922838,0.657195151,0.527247463,0.527184261,0.52748227
-2298,1,0.4375,1,1,1,1,1,1,1,1,0.1752,0.4375,0.0192,1,0.294,1,1,1,1,1,1,0.2244,0.294,0.0465,1,0.5501,1,1,1,0.2427,0.5501,0.0021,1,1,1,1,1,0.384897828,0.28298229,0.358013451,1,1,1,1,1,0.282288373,0.308621109,0.415073067,1,1,1,1,1,0.379031003,0.191915482,0.529301595,0.529299767,0.529698582
-2299,1,0.4372,1,1,1,1,1,1,1,1,0.1039,0.4372,0,1,0.2938,1,1,1,1,1,1,0.1385,0.2938,0,1,0.55,1,1,1,0.2164,0.55,0,1,1,1,1,1,0.296467066,0,0.299271375,1,1,1,1,1,0.22040391,0,0.105945557,1,1,1,1,1,0.360984445,0,0.552803287,0.552781891,0.552748227
-2300,1,0.4368,1,1,1,1,1,1,1,1,0.1159,0.4368,0,1,0.2936,1,1,1,1,1,1,0.2109,0.2936,0,1,0.5499,1,1,1,0.254,0.5499,0,1,1,1,1,1,0.311901957,0,0.074860558,1,1,1,1,1,0.278260589,0,0.006314922,1,1,1,1,1,0.388388932,0,0.558844853,0.55870531,0.558953901
-2301,1,0.4364,1,1,1,1,1,1,1,1,0.2415,0.4364,0,1,0.2934,1,1,1,1,1,1,0.5083,0.2934,0,1,0.5497,1,1,1,0.2689,0.5497,0,1,1,1,1,1,0.610538244,0,0.034526363,1,1,1,1,1,0.624260783,0,0.008780105,1,1,1,1,1,0.389117569,0,0.533470275,0.533530781,0.533687943
-2302,1,0.4361,1,1,1,1,1,1,1,1,0.2288,0.4361,0,1,0.2932,1,1,1,1,1,1,0.4322,0.2932,0,1,0.5496,1,1,1,0.2228,0.5496,0,1,1,1,1,1,0.592327416,0,0.029107703,1,1,1,1,1,0.507889152,0,0.004322513,1,1,1,1,1,0.395044297,0,0.493414693,0.493547705,0.493794326
-2303,1,0.4357,1,1,1,1,1,1,1,1,0.1828,0.4357,0,1,0.293,1,1,1,1,1,1,0.3112,0.293,0,1,0.5495,1,1,1,0.1763,0.5495,0,1,1,1,1,1,0.486008316,0,0.052859172,1,1,1,1,1,0.426277637,0,0,1,1,1,1,1,0.357924372,0,0.451486225,0.451449122,0.451241135
-2304,1,0.4354,1,1,1,1,1,1,1,1,0.3014,0.4354,0,1,0.2928,1,1,1,1,1,1,0.268,0.2928,0,1,0.5493,1,1,1,0.1728,0.5493,0,1,1,1,1,1,0.49012658,0,0.131197289,1,1,1,1,1,0.430317491,0,0,1,1,1,1,1,0.344940603,0,0.420190913,0.420139623,0.420212766
-2305,1,0.435,1,1,1,1,1,1,1,1,0.2541,0.435,0,1,0.2926,1,1,1,1,1,1,0.231,0.2926,0,1,0.5492,1,1,1,0.1474,0.5492,0,1,1,1,1,1,0.298374861,0,0.206969619,1,1,1,1,1,0.313085943,0,0,1,1,1,1,1,0.322376788,0,0.4020058,0.401946266,0.402039007
-2306,1,0.4347,1,1,1,1,1,1,1,1,0.2134,0.4347,0,1,0.2923,1,1,1,1,1,1,0.1164,0.2923,0,1,0.5491,1,1,1,0.1621,0.5491,0,1,1,1,1,1,0.197769284,0,0.428179771,1,1,1,1,1,0.209791064,0,0.01975733,1,1,1,1,1,0.332141072,0,0.392762204,0.392849587,0.392730496
-2307,1,0.4343,1,1,1,1,1,1,1,1,0.2218,0.4343,0,1,0.2921,1,1,1,1,1,1,0.1157,0.2921,0,1,0.549,1,1,1,0.1783,0.549,0,1,1,1,1,1,0.174733475,0,0.622328758,1,1,1,1,1,0.203243345,0,0.24711284,1,1,1,1,1,0.275928587,0,0.389681005,0.389676327,0.38962766
-2308,1,0.434,1,1,1,1,1,1,1,1,0.1903,0.434,0,1,0.2919,1,1,1,1,1,1,0.1102,0.2919,0,1,0.5488,1,1,1,0.1734,0.5488,0,1,1,1,1,1,0.16677472,0,0.50346899,1,1,1,1,1,0.190016806,0,0.333815992,1,1,1,1,1,0.237705007,0,0.394574674,0.394753543,0.394503546
-2309,1,0.4336,1,1,1,1,1,1,1,1,0.0951,0.4336,0,1,0.2917,1,1,1,1,1,1,0.097,0.2917,0,1,0.5487,1,1,1,0.1873,0.5487,0,1,1,1,1,1,0.092407614,0,0.345071912,1,1,1,1,1,0.181828901,0,0.242344782,1,1,1,1,1,0.269959033,0,0.410645239,0.410619843,0.410904255
-2310,1,0.4333,1,1,1,1,1,1,1,1,0.0927,0.4333,0.0555,1,0.2915,1,1,1,1,1,1,0.0655,0.2915,0.0779,1,0.5486,1,1,1,0.186,0.5486,0.0555,1,1,1,1,1,0.087969288,0.390514672,0.208414197,1,1,1,1,1,0.134738997,0.390841752,0.265023321,1,1,1,1,1,0.281334579,0.383404255,0.433784437,0.433890417,0.433953901
-2311,1,0.4329,1,1,1,1,1,1,1,1,0.1067,0.4329,0.241,1,0.2913,1,1,1,1,1,1,0.1073,0.2913,0.2745,1,0.5484,1,1,1,0.1576,0.5484,0.2393,1,1,1,1,1,0.121897846,0.719197631,0.329640478,1,1,1,1,1,0.17860575,0.743662,0.490840554,1,1,1,1,1,0.17721054,0.729512334,0.469671339,0.469642479,0.469858156
-2312,1,0.4326,1,1,1,1,1,1,1,1,0.1011,0.4326,0.4392,1,0.2911,1,1,1,1,1,1,0.0784,0.2911,0.475,1,0.5483,1,1,1,0.2627,0.5483,0.4018,1,1,1,1,1,0.097591735,0.916659296,0.392859399,1,1,1,1,1,0.081287697,0.944571495,0.424569637,1,1,1,1,1,0.253246725,0.862576365,0.505074915,0.504971441,0.505319149
-2313,1,0.4322,1,1,1,1,1,1,1,1,0.1589,0.4322,0.6086,1,0.2909,1,1,1,1,1,1,0.1767,0.2909,0.6284,1,0.5482,1,1,1,0.2473,0.5482,0.4912,1,1,1,1,1,0.128071949,0.993704081,0.955367684,1,1,1,1,1,0.131770805,1,0.922968149,1,1,1,1,1,0.370724499,0.880752981,0.523682939,0.52379945,0.523492908
-2314,1,0.4319,1,1,1,1,1,1,1,1,0.2608,0.4319,0.7464,1,0.2906,1,1,1,1,1,1,0.1416,0.2906,0.7511,1,0.548,1,1,1,0.2534,0.548,0.4946,1,1,1,1,1,0.302410066,0.999845743,0.947712064,1,1,1,1,1,0.160491228,1,1,1,1,1,1,1,0.357065469,0.883078814,0.527851619,0.527818913,0.527925532
-2315,1,0.4315,1,1,1,1,1,1,1,1,0.2129,0.4315,0.757,1,0.2904,1,1,1,1,1,1,0.3131,0.2904,0.7673,1,0.5479,1,1,1,0.2608,0.5479,0.4726,1,1,1,1,1,0.28859508,0.998562098,0.713160157,1,1,1,1,1,0.248580068,1,0.871286392,1,1,1,1,1,0.378948689,0.826426804,0.524528758,0.524645653,0.524822695
-2316,1,0.4312,1,1,1,1,1,1,1,1,0.2477,0.4312,0.7343,1,0.2902,1,1,1,1,1,1,0.2808,0.2902,0.7677,1,0.5478,1,1,1,0.2067,0.5478,0.4716,1,1,1,1,1,0.340643793,0.978251576,0.45969826,1,1,1,1,1,0.248279288,1,0.823058903,1,1,1,1,1,0.197405994,0.807666242,0.516433059,0.516606727,0.516843972
-2317,1,0.4308,1,1,1,1,1,1,1,1,0.2737,0.4308,0.6407,1,0.29,1,1,1,1,1,1,0.3143,0.29,0.7558,1,0.5476,1,1,1,0.4056,0.5476,0.4809,1,1,1,1,1,0.322096705,0.929647803,0.291483879,1,1,1,1,1,0.297844946,1,0.723389089,1,1,1,1,1,0.422208607,0.695158064,0.506101982,0.506029194,0.506205674
-2318,1,0.4304,1,1,1,1,1,1,1,1,0.3395,0.4304,0.5061,1,0.2898,1,1,1,1,1,1,0.4626,0.2898,0.6718,1,0.5475,1,1,1,0.4741,0.5475,0.4775,1,1,1,1,1,0.43493101,0.816124797,0.55060488,1,1,1,1,1,0.500287652,0.984784186,0.484227002,1,1,1,1,1,0.465992004,0.640105963,0.496616723,0.496720965,0.496453901
-2319,1,0.4301,1,1,1,1,1,1,1,1,0.3135,0.4301,0.3957,1,0.2896,1,1,1,1,1,1,0.3641,0.2896,0.4877,1,0.5474,1,1,1,0.4289,0.5474,0.4161,1,1,1,1,1,0.430731177,0.626926184,0.816548586,1,1,1,1,1,0.382570356,0.882320046,0.171625406,1,1,1,1,1,0.490503877,0.612801015,0.494804253,0.494817009,0.495124113
-2320,1,0.4297,1,1,1,1,1,1,1,1,0.2443,0.4297,0.2808,1,0.2894,1,1,1,1,1,1,0.265,0.2894,0.3224,1,0.5472,1,1,1,0.3579,0.5472,0.2872,1,1,1,1,1,0.385862917,0.545582235,0.933982611,1,1,1,1,1,0.378920764,0.649178445,0.383465201,1,1,1,1,1,0.495901763,0.512737095,0.503927018,0.503913687,0.504432624
-2321,1,0.4294,1,1,1,1,1,1,1,1,0.1749,0.4294,0.1299,1,0.2892,1,1,1,1,1,1,0.4037,0.2892,0.1501,1,0.5471,1,1,1,0.2998,0.5471,0.1242,1,1,1,1,1,0.269665688,0.375408411,0.395993531,1,1,1,1,1,0.488338917,0.409632504,0.636820436,1,1,1,1,1,0.385473192,0.354043305,0.517278879,0.517241379,0.517287234
-2322,1,0.429,1,1,1,1,1,1,1,1,0.0951,0.429,0,1,0.2889,1,1,1,1,1,1,0.3265,0.2889,0.0021,1,0.547,1,1,1,0.2697,0.547,0,1,1,1,1,1,0.178340986,0,0.199388385,1,1,1,1,1,0.406371325,0.018150082,0.38836652,1,1,1,1,1,0.404849529,0,0.52742871,0.527395811,0.52748227
-2323,1,0.4287,1,1,1,1,1,1,1,1,0.0756,0.4287,0,1,0.2887,1,1,1,1,1,1,0.1054,0.2887,0,1,0.5469,1,1,1,0.1759,0.5469,0,1,1,1,1,1,0.139008865,0,0.056102067,1,1,1,1,1,0.151651829,0,0.020481678,1,1,1,1,1,0.325440556,0,0.548513775,0.548550878,0.548758865
-2324,1,0.4283,1,1,1,1,1,1,1,1,0.0702,0.4283,0,1,0.2885,1,1,1,1,1,1,0.2184,0.2885,0,1,0.5467,1,1,1,0.1739,0.5467,0,1,1,1,1,1,0.134729028,0,0.042638723,1,1,1,1,1,0.302589625,0,0.011083771,1,1,1,1,1,0.333030313,0,0.547970034,0.547916226,0.548315603
-2325,1,0.428,1,1,1,1,1,1,1,1,0.0355,0.428,0,1,0.2883,1,1,1,1,1,1,0.1254,0.2883,0,1,0.5466,1,1,1,0.1822,0.5466,0,1,1,1,1,1,0.086634427,0,0.021452449,1,1,1,1,1,0.21058917,0,0.073298439,1,1,1,1,1,0.297481626,0,0.522776704,0.522741697,0.523049645
-2326,1,0.4276,1,1,1,1,1,1,1,1,0.024,0.4276,0,1,0.2881,1,1,1,1,1,1,0.0386,0.2881,0,1,0.5465,1,1,1,0.1551,0.5465,0,1,1,1,1,1,0.066580623,0,0.013411021,1,1,1,1,1,0.105330437,0,0.257150292,1,1,1,1,1,0.228112563,0,0.484956501,0.484874127,0.48537234
-2327,1,0.4273,1,1,1,1,1,1,1,1,0.0295,0.4273,0,1,0.2879,1,1,1,1,1,1,0.0131,0.2879,0,1,0.5463,1,1,1,0.1446,0.5463,0,1,1,1,1,1,0.059867468,0,0.019180311,1,1,1,1,1,0.03184443,0,0.17521964,1,1,1,1,1,0.200005487,0,0.443450942,0.443410197,0.443262411
-2328,1,0.4269,1,1,1,1,1,1,1,1,0.0624,0.4269,0,1,0.2877,1,1,1,1,1,1,0.0082,0.2877,0,1,0.5462,1,1,1,0.1768,0.5462,0,1,1,1,1,1,0.086900957,0,0.018071484,1,1,1,1,1,0.015572469,0,0.033279322,1,1,1,1,1,0.249974221,0,0.409436926,0.40956209,0.409131206
-2329,1,0.4266,1,1,1,1,1,1,1,1,0.0812,0.4266,0,1,0.2875,1,1,1,1,1,1,0,0.2875,0,1,0.5461,1,1,1,0.1857,0.5461,0,1,1,1,1,1,0.117042422,0,0.015896931,1,1,1,1,1,0.013588725,0,0.014758117,1,1,1,1,1,0.26693663,0,0.389741421,0.389676327,0.390070922
-2330,1,0.4262,1,1,1,1,1,1,1,1,0.0813,0.4262,0,1,0.2872,1,1,1,1,1,1,0,0.2872,0,1,0.5459,1,1,1,0.1432,0.5459,0,1,1,1,1,1,0.127568319,0,0.005199922,1,1,1,1,1,0.011319332,0,0.000303665,1,1,1,1,1,0.217720613,0,0.377960367,0.37782949,0.377659574
-2331,1,0.4259,1,1,1,1,1,1,1,1,0.0635,0.4259,0,1,0.287,1,1,1,1,1,1,0,0.287,0,1,0.5458,1,1,1,0.1214,0.5458,0,1,1,1,1,1,0.144132257,0,0.000310946,1,1,1,1,1,0.019368757,0,0.020002881,1,1,1,1,1,0.195825905,0,0.373670855,0.373810028,0.373670213
-2332,1,0.4255,1,1,1,1,1,1,1,1,0.0753,0.4255,0,1,0.2868,1,1,1,1,1,1,0.0073,0.2868,0,1,0.5457,1,1,1,0.1497,0.5457,0,1,1,1,1,1,0.169225916,0,0,1,1,1,1,1,0.024973989,0,0.077846333,1,1,1,1,1,0.232225254,0,0.375604157,0.375713983,0.375443262
-2333,1,0.4252,1,1,1,1,1,1,1,1,0.0562,0.4252,0,1,0.2866,1,1,1,1,1,1,0.0108,0.2866,0,1,0.5455,1,1,1,0.2008,0.5455,0,1,1,1,1,1,0.119181775,0,0.012571973,1,1,1,1,1,0.033473417,0,0.098214142,1,1,1,1,1,0.320820391,0,0.386297728,0.386291517,0.38608156
-2334,1,0.4248,1,1,1,1,1,1,1,1,0.0471,0.4248,0.0464,1,0.2864,1,1,1,1,1,1,0.0019,0.2864,0.053,1,0.5454,1,1,1,0.238,0.5454,0.0447,1,1,1,1,1,0.064052731,0.239389241,0.040026754,1,1,1,1,1,0.010545531,0.267900884,0.195299223,1,1,1,1,1,0.411521167,0.283234209,0.404724505,0.404907975,0.404698582
-2335,1,0.4245,1,1,1,1,1,1,1,1,0.0773,0.4245,0.209,1,0.2862,1,1,1,1,1,1,0.047,0.2862,0.2357,1,0.5453,1,1,1,0.1935,0.5453,0.2143,1,1,1,1,1,0.078287609,0.499287426,0.079223551,1,1,1,1,1,0.084255628,0.617864192,0.15482749,1,1,1,1,1,0.272755861,0.542050183,0.43861769,0.438756082,0.438829787
-2336,1,0.4245,1,1,1,1,1,1,1,1,0.1025,0.4245,0.3667,1,0.2862,1,1,1,1,1,1,0.0297,0.2862,0.4154,1,0.5453,1,1,1,0.3558,0.5453,0.379,1,1,1,1,1,0.126761109,0.71256125,0.125894904,1,1,1,1,1,0.037144676,0.851529419,0.249151587,1,1,1,1,1,0.499777883,0.664503872,0.477223296,0.477258303,0.477393617
-2337,1,0.4245,1,1,1,1,1,1,1,1,0.1081,0.4245,0.4803,1,0.2862,1,1,1,1,1,1,0.0966,0.2862,0.5534,1,0.5453,1,1,1,0.3351,0.5453,0.4536,1,1,1,1,1,0.155192673,0.752148032,0.105476826,1,1,1,1,1,0.081327714,0.908745348,0.265271753,1,1,1,1,1,0.531981707,0.724169552,0.501268729,0.501375079,0.501329787
-2338,1,0.4245,1,1,1,1,1,1,1,1,0.1174,0.4245,0.4824,1,0.2862,1,1,1,1,1,1,0.1979,0.2862,0.5898,1,0.5453,1,1,1,0.4042,0.5453,0.4816,1,1,1,1,1,0.201657787,0.684583545,0.159272552,1,1,1,1,1,0.194480211,0.887773693,0.556438267,1,1,1,1,1,0.631881177,0.70582974,0.50960609,0.509625555,0.509751773
-2339,1,0.4245,1,1,1,1,1,1,1,1,0.1528,0.4245,0.45,1,0.2862,1,1,1,1,1,1,0.1638,0.2862,0.5845,1,0.5453,1,1,1,0.3747,0.5453,0.4893,1,1,1,1,1,0.224351659,0.656890571,0.322180986,1,1,1,1,1,0.181516483,0.913379431,0.744720459,1,1,1,1,1,0.537979662,0.693307102,0.514439343,0.514491221,0.51462766
-2340,1,0.4245,1,1,1,1,1,1,1,1,0.2487,0.4245,0.4528,1,0.2862,1,1,1,1,1,1,0.1437,0.2862,0.6481,1,0.5453,1,1,1,0.4131,0.5453,0.4532,1,1,1,1,1,0.283019304,0.676313341,0.54690063,1,1,1,1,1,0.178033918,0.967416942,0.759207428,1,1,1,1,1,0.562045336,0.682011306,0.510029,0.510048657,0.510195035
-2341,1,0.4245,1,1,1,1,1,1,1,1,0.156,0.4245,0.4866,1,0.2862,1,1,1,1,1,1,0.1945,0.2862,0.6926,1,0.5453,1,1,1,0.4159,0.5453,0.4921,1,1,1,1,1,0.161450639,0.718845367,0.612654924,1,1,1,1,1,0.210909471,0.985015035,0.458200812,1,1,1,1,1,0.604485214,0.669732392,0.49178347,0.491855299,0.491578014
-2342,1,0.4245,1,1,1,1,1,1,1,1,0.1987,0.4245,0.5044,1,0.2862,1,1,1,1,1,1,0.2619,0.2862,0.665,1,0.5453,1,1,1,0.4892,0.5453,0.4623,1,1,1,1,1,0.140872225,0.758494139,0.582283378,1,1,1,1,1,0.221012771,0.986182928,0.420258135,1,1,1,1,1,0.712054133,0.610868573,0.473296278,0.473238841,0.473404255
-2343,1,0.4245,1,1,1,1,1,1,1,1,0.1495,0.4245,0.4501,1,0.2862,1,1,1,1,1,1,0.3101,0.2862,0.5611,1,0.5453,1,1,1,0.4442,0.5453,0.3752,1,1,1,1,1,0.066121623,0.784720302,0.633285642,1,1,1,1,1,0.28203246,0.977569938,0.162726462,1,1,1,1,1,0.668014944,0.514802217,0.463025616,0.462872858,0.46320922
-2344,1,0.4245,1,1,1,1,1,1,1,1,0.0733,0.4245,0.3317,1,0.2862,1,1,1,1,1,1,0.7329,0.2862,0.4108,1,0.5453,1,1,1,0.348,0.5453,0.2333,1,1,1,1,1,0.036540929,0.740222096,0.370735347,1,1,1,1,1,0.565450788,0.902128398,0,1,1,1,1,1,0.600002348,0.426689416,0.460669406,0.460757351,0.460549645
-2345,1,0.4245,1,1,1,1,1,1,1,1,0.0143,0.4245,0.1451,1,0.2862,1,1,1,1,1,1,0.758,0.2862,0.1975,1,0.5453,1,1,1,0.2519,0.5453,0.0931,1,1,1,1,1,0.010343741,0.490217805,0.280467719,1,1,1,1,1,0.624435723,0.663797855,0.129302084,1,1,1,1,1,0.446082592,0.245839983,0.465925568,0.465834567,0.466312057
-2346,1,0.4245,1,1,1,1,1,1,1,1,0.0135,0.4245,0.0059,1,0.2862,1,1,1,1,1,1,0.4942,0.2862,0.0421,1,0.5453,1,1,1,0.2222,0.5453,0,1,1,1,1,1,0.040765084,0.10630621,0.062164262,1,1,1,1,1,0.477530181,0.287374586,0.624201298,1,1,1,1,1,0.438523471,0,0.478612856,0.478739158,0.478723404
-2347,1,0.4245,1,1,1,1,1,1,1,1,0.1689,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2489,0.2862,0,1,0.5453,1,1,1,0.2542,0.5453,0,1,1,1,1,1,0.071799725,0,0.051722325,1,1,1,1,1,0.293969423,0,0.858030915,1,1,1,1,1,0.529245615,0,0.515224746,0.515337423,0.515070922
-2348,1,0.4245,1,1,1,1,1,1,1,1,0.0634,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3568,0.2862,0,1,0.5453,1,1,1,0.178,0.5453,0,1,1,1,1,1,0.081532322,0,0.055799812,1,1,1,1,1,0.418535322,0,0.837557375,1,1,1,1,1,0.344259351,0,0.533591107,0.533742331,0.533687943
-2349,1,0.4245,1,1,1,1,1,1,1,1,0.153,0.4245,0,1,0.2862,1,1,1,1,1,1,0.5314,0.2862,0,1,0.5453,1,1,1,0.1122,0.5453,0,1,1,1,1,1,0.263237149,0,0.262511313,1,1,1,1,1,0.649861217,0,0.728077769,1,1,1,1,1,0.165717244,0,0.504772837,0.50475989,0.504875887
-2350,1,0.4245,1,1,1,1,1,1,1,1,0.2979,0.4245,0,1,0.2862,1,1,1,1,1,1,0.4477,0.2862,0,1,0.5453,1,1,1,0.1264,0.5453,0,1,1,1,1,1,0.374837816,0,0.823107719,1,1,1,1,1,0.547056317,0,0.149001047,1,1,1,1,1,0.181520894,0,0.461031899,0.460968902,0.460992908
-2351,1,0.4245,1,1,1,1,1,1,1,1,0.264,0.4245,0,1,0.2862,1,1,1,1,1,1,0.6297,0.2862,0,1,0.5453,1,1,1,0.1643,0.5453,0,1,1,1,1,1,0.440100133,0,0.743784308,1,1,1,1,1,0.673485875,0,0.071238481,1,1,1,1,1,0.192440763,0,0.420553407,0.420562725,0.420656028
-2352,1,0.4245,1,1,1,1,1,1,1,1,0.3986,0.4245,0,1,0.2862,1,1,1,1,1,1,0.6463,0.2862,0,1,0.5453,1,1,1,0.1456,0.5453,0,1,1,1,1,1,0.591757536,0,0.917679846,1,1,1,1,1,0.650663495,0,0.091587961,1,1,1,1,1,0.159381747,0,0.393547608,0.39369579,0.393617021
-2353,1,0.4245,1,1,1,1,1,1,1,1,0.4841,0.4245,0,1,0.2862,1,1,1,1,1,1,0.7852,0.2862,0,1,0.5453,1,1,1,0.1377,0.5453,0,1,1,1,1,1,0.610304117,0,0.769261599,1,1,1,1,1,0.764682114,0,0.099649742,1,1,1,1,1,0.150746465,0,0.380376994,0.380368098,0.380319149
-2354,1,0.4245,1,1,1,1,1,1,1,1,0.5462,0.4245,0,1,0.2862,1,1,1,1,1,1,0.6297,0.2862,0,1,0.5453,1,1,1,0.1798,0.5453,0,1,1,1,1,1,0.650990844,0,0.573360562,1,1,1,1,1,0.646100044,0,0.997523665,1,1,1,1,1,0.193442464,0,0.375483325,0.375502433,0.375443262
-2355,1,0.4245,1,1,1,1,1,1,1,1,0.6556,0.4245,0,1,0.2862,1,1,1,1,1,1,0.5376,0.2862,0,1,0.5453,1,1,1,0.1748,0.5453,0,1,1,1,1,1,0.663504064,0,0.364295304,1,1,1,1,1,0.564658821,0,1,1,1,1,1,1,0.203322098,0,0.375785404,0.375713983,0.375443262
-2356,1,0.4245,1,1,1,1,1,1,1,1,0.7539,0.4245,0,1,0.2862,1,1,1,1,1,1,0.5216,0.2862,0,1,0.5453,1,1,1,0.1104,0.5453,0,1,1,1,1,1,0.720885277,0,0.590444028,1,1,1,1,1,0.564208746,0,1,1,1,1,1,1,0.174134135,0,0.389439343,0.389464777,0.38962766
-2357,1,0.4245,1,1,1,1,1,1,1,1,0.6494,0.4245,0,1,0.2862,1,1,1,1,1,1,0.4775,0.2862,0,1,0.5453,1,1,1,0.078,0.5453,0,1,1,1,1,1,0.575342238,0,0.927775085,1,1,1,1,1,0.564016163,0,1,1,1,1,1,1,0.159424692,0,0.432938618,0.432832663,0.433067376
-2358,1,0.4245,1,1,1,1,1,1,1,1,0.6213,0.4245,0.0445,1,0.2862,1,1,1,1,1,1,0.5896,0.2862,0.0573,1,0.5453,1,1,1,0.0641,0.5453,0.0369,1,1,1,1,1,0.572953761,0.24425064,1,1,1,1,1,1,0.538755834,0.277790666,1,1,1,1,1,1,0.119036958,0.253215492,0.503987434,0.503913687,0.504432624
-2359,1,0.4245,1,1,1,1,1,1,1,1,0.7206,0.4245,0.2149,1,0.2862,1,1,1,1,1,1,0.504,0.2862,0.2177,1,0.5453,1,1,1,0.0915,0.5453,0.1866,1,1,1,1,1,0.584543407,0.569677591,1,1,1,1,1,1,0.413358778,0.564855218,1,1,1,1,1,1,0.186093345,0.478957355,0.551836636,0.551724138,0.551861702
-2360,1,0.4245,1,1,1,1,1,1,1,1,0.8202,0.4245,0.3872,1,0.2862,1,1,1,1,1,1,0.7968,0.2862,0.4045,1,0.5453,1,1,1,0.0615,0.5453,0.3206,1,1,1,1,1,0.69336921,0.714124203,1,1,1,1,1,1,0.786319554,0.744084835,1,1,1,1,1,1,0.131437063,0.638905048,0.568753021,0.568648191,0.569148936
-2361,1,0.4245,1,1,1,1,1,1,1,1,0.7202,0.4245,0.5191,1,0.2862,1,1,1,1,1,1,0.7633,0.2862,0.5333,1,0.5453,1,1,1,0.0859,0.5453,0.4374,1,1,1,1,1,0.697440624,0.780353785,1,1,1,1,1,1,0.780543685,0.805142879,1,1,1,1,1,1,0.141723782,0.722808123,0.575882069,0.575840914,0.575797872
-2362,1,0.4245,1,1,1,1,1,1,1,1,0.7481,0.4245,0.6164,1,0.2862,1,1,1,1,1,1,0.843,0.2862,0.587,1,0.5453,1,1,1,0.0969,0.5453,0.4636,1,1,1,1,1,0.746851742,0.838016868,1,1,1,1,1,1,0.840795994,0.86961472,0.823831499,1,1,1,1,1,0.144349158,0.755368948,0.582286129,0.582398985,0.582446809
-2363,1,0.4245,1,1,1,1,1,1,1,1,0.7189,0.4245,0.6094,1,0.2862,1,1,1,1,1,1,0.8818,0.2862,0.6136,1,0.5453,1,1,1,0.1351,0.5453,0.4986,1,1,1,1,1,0.787263811,0.821857214,1,1,1,1,1,1,0.856730223,0.931857646,1,1,1,1,1,1,0.162509933,0.753691494,0.582346544,0.582398985,0.582446809
-2364,1,0.4245,1,1,1,1,1,1,1,1,0.6593,0.4245,0.6213,1,0.2862,1,1,1,1,1,1,0.8858,0.2862,0.6059,1,0.5453,1,1,1,0.1638,0.5453,0.5036,1,1,1,1,1,0.77396822,0.827171385,1,1,1,1,1,1,0.863253593,0.9209342,1,1,1,1,1,1,0.166206926,0.752946556,0.577634123,0.57774487,0.578014184
-2365,1,0.4245,1,1,1,1,1,1,1,1,0.5979,0.4245,0.5855,1,0.2862,1,1,1,1,1,1,0.8656,0.2862,0.5508,1,0.5453,1,1,1,0.1793,0.5453,0.4023,1,1,1,1,1,0.779183865,0.800005198,1,1,1,1,1,1,0.826067269,0.81075561,1,1,1,1,1,1,0.250471085,0.70920825,0.573344611,0.573302306,0.57358156
-2366,1,0.4245,1,1,1,1,1,1,1,1,0.6899,0.4245,0.5484,1,0.2862,1,1,1,1,1,1,0.8324,0.2862,0.5046,1,0.5453,1,1,1,0.1669,0.5453,0.3479,1,1,1,1,1,0.784327328,0.743552864,1,1,1,1,1,1,0.809670806,0.735693753,1,1,1,1,1,1,0.283635855,0.707769334,0.563980184,0.563994077,0.56427305
-2367,1,0.4245,1,1,1,1,1,1,1,1,0.6817,0.4245,0.4324,1,0.2862,1,1,1,1,1,1,0.7906,0.2862,0.396,1,0.5453,1,1,1,0.2015,0.5453,0.3355,1,1,1,1,1,0.772770822,0.682655573,1,1,1,1,1,1,0.719258308,0.670332551,1,1,1,1,1,1,0.3569296,0.729306042,0.557636539,0.557647557,0.557624113
-2368,1,0.4245,1,1,1,1,1,1,1,1,0.6803,0.4245,0.2942,1,0.2862,1,1,1,1,1,1,0.9278,0.2862,0.3157,1,0.5453,1,1,1,0.1855,0.5453,0.2496,1,1,1,1,1,0.780385256,0.599606752,1,1,1,1,1,1,0.843097448,0.672409475,1,1,1,1,1,1,0.355192572,0.643232107,0.557696955,0.557859107,0.557624113
-2369,1,0.4245,1,1,1,1,1,1,1,1,0.632,0.4245,0.1239,1,0.2862,1,1,1,1,1,1,0.5949,0.2862,0.1728,1,0.5453,1,1,1,0.1377,0.5453,0.1147,1,1,1,1,1,0.660213053,0.45065248,1,1,1,1,1,1,0.545917869,0.529297233,1,1,1,1,1,1,0.275106192,0.458304316,0.564221846,0.564205627,0.56427305
-2370,1,0.4245,1,1,1,1,1,1,1,1,0.5305,0.4245,0.0042,1,0.2862,1,1,1,1,1,1,0.3689,0.2862,0.0254,1,0.5453,1,1,1,0.1269,0.5453,0,1,1,1,1,1,0.530580759,0.113852404,1,1,1,1,1,1,0.37795487,0.204765037,1,1,1,1,1,1,0.231526703,0.027797615,0.569780087,0.569705945,0.569592199
-2371,1,0.4245,1,1,1,1,1,1,1,1,0.3886,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1446,0.2862,0,1,0.5453,1,1,1,0.1285,0.5453,0,1,1,1,1,1,0.437527746,0,0.849748909,1,1,1,1,1,0.221698985,0,0.941090107,1,1,1,1,1,0.320943177,0,0.593885935,0.593822721,0.593971631
-2372,1,0.4245,1,1,1,1,1,1,1,1,0.2416,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1453,0.2862,0,1,0.5453,1,1,1,0.1177,0.5453,0,1,1,1,1,1,0.335813493,0,0.583182096,1,1,1,1,1,0.224569991,0,0.961822033,1,1,1,1,1,0.267977387,0,0.594852586,0.594668923,0.594858156
-2373,1,0.4245,1,1,1,1,1,1,1,1,0.1477,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1077,0.2862,0,1,0.5453,1,1,1,0.089,0.5453,0,1,1,1,1,1,0.245619163,0,0.40467307,1,1,1,1,1,0.203539759,0,0.958387494,1,1,1,1,1,0.20511654,0,0.55358869,0.553628094,0.553634752
-2374,1,0.4245,1,1,1,1,1,1,1,1,0.2077,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2344,0.2862,0,1,0.5453,1,1,1,0.075,0.5453,0,1,1,1,1,1,0.351983428,0,0.296248049,1,1,1,1,1,0.253803015,0,0.953000069,1,1,1,1,1,0.207454845,0,0.49722088,0.497144066,0.497340426
-2375,1,0.4245,1,1,1,1,1,1,1,1,0.292,0.4245,0,1,0.2862,1,1,1,1,1,1,0.104,0.2862,0,1,0.5453,1,1,1,0.0856,0.5453,0,1,1,1,1,1,0.421793431,0,0.051782906,1,1,1,1,1,0.226401061,0,0.976204276,1,1,1,1,1,0.21271722,0,0.444719671,0.444679501,0.445035461
-2376,1,0.4245,1,1,1,1,1,1,1,1,0.2603,0.4245,0,1,0.2862,1,1,1,1,1,1,0.5581,0.2862,0,1,0.5453,1,1,1,0.1135,0.5453,0,1,1,1,1,1,0.42069459,0,0.075881258,1,1,1,1,1,0.550512016,0,1,1,1,1,1,1,0.265471458,0,0.413303528,0.413158451,0.41356383
-2377,1,0.4245,1,1,1,1,1,1,1,1,0.2653,0.4245,0,1,0.2862,1,1,1,1,1,1,0.6118,0.2862,0,1,0.5453,1,1,1,0.1025,0.5453,0,1,1,1,1,1,0.491691172,0,0.532232225,1,1,1,1,1,0.603414416,0,1,1,1,1,1,1,0.251244754,0,0.39741421,0.397503702,0.397606383
-2378,1,0.4245,1,1,1,1,1,1,1,1,0.2456,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3027,0.2862,0,1,0.5453,1,1,1,0.1072,0.5453,0,1,1,1,1,1,0.45256573,0,0.7046597,1,1,1,1,1,0.465344787,0,1,1,1,1,1,1,0.272663713,0,0.390164331,0.390099429,0.390070922
-2379,1,0.4245,1,1,1,1,1,1,1,1,0.1232,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2471,0.2862,0,1,0.5453,1,1,1,0.1007,0.5453,0,1,1,1,1,1,0.24667576,0,0.683561146,1,1,1,1,1,0.448550463,0,1,1,1,1,1,1,0.264167249,0,0.389560174,0.389676327,0.38962766
-2380,1,0.4245,1,1,1,1,1,1,1,1,0.1621,0.4245,0,1,0.2862,1,1,1,1,1,1,0.4412,0.2862,0,1,0.5453,1,1,1,0.1005,0.5453,0,1,1,1,1,1,0.278832614,0,0.805912733,1,1,1,1,1,0.574424982,0,0.613283515,1,1,1,1,1,0.277607948,0,0.403032866,0.403004019,0.402925532
-2381,1,0.4245,1,1,1,1,1,1,1,1,0.1828,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2442,0.2862,0,1,0.5453,1,1,1,0.0811,0.5453,0,1,1,1,1,1,0.233823985,0,0.705246806,1,1,1,1,1,0.35170579,0,0.434003115,1,1,1,1,1,0.259481907,0,0.444840503,0.444679501,0.445035461
-2382,1,0.4245,1,1,1,1,1,1,1,1,0.1922,0.4245,0.0596,1,0.2862,1,1,1,1,1,1,0.1621,0.2862,0.0855,1,0.5453,1,1,1,0.0826,0.5453,0.0543,1,1,1,1,1,0.222814277,0.335511744,0.512364924,1,1,1,1,1,0.232250378,0.385996103,0.336659163,1,1,1,1,1,0.25904426,0.263589084,0.513956017,0.513856569,0.514184397
-2383,1,0.4245,1,1,1,1,1,1,1,1,0.1671,0.4245,0.2421,1,0.2862,1,1,1,1,1,1,0.1579,0.2862,0.2731,1,0.5453,1,1,1,0.0605,0.5453,0.2124,1,1,1,1,1,0.115778245,0.674033344,0.394664943,1,1,1,1,1,0.219103456,0.72850281,0.26674661,1,1,1,1,1,0.158274353,0.576895893,0.557274045,0.557224455,0.557180851
-2384,1,0.4245,1,1,1,1,1,1,1,1,0.3016,0.4245,0.4408,1,0.2862,1,1,1,1,1,1,0.4829,0.2862,0.4671,1,0.5453,1,1,1,0.0635,0.5453,0.3661,1,1,1,1,1,0.301958561,0.841422439,0.083721101,1,1,1,1,1,0.468997478,0.926454365,0.32491833,1,1,1,1,1,0.149003595,0.713134944,0.565853069,0.565898033,0.566046099
-2385,1,0.4245,1,1,1,1,1,1,1,1,0.2706,0.4245,0.5842,1,0.2862,1,1,1,1,1,1,0.5437,0.2862,0.608,1,0.5453,1,1,1,0.0493,0.5453,0.486,1,1,1,1,1,0.285437226,0.836826086,0.064671017,1,1,1,1,1,0.521677434,0.982723594,0.913489103,1,1,1,1,1,0.14180328,0.772304833,0.569538424,0.569494394,0.569592199
-2386,1,0.4245,1,1,1,1,1,1,1,1,0.2537,0.4245,0.6896,1,0.2862,1,1,1,1,1,1,0.4589,0.2862,0.7062,1,0.5453,1,1,1,0.0488,0.5453,0.5671,1,1,1,1,1,0.322164029,0.866493583,0.387754768,1,1,1,1,1,0.421813965,0.984566331,0.807914972,1,1,1,1,1,0.135554925,0.797819734,0.57322378,0.573302306,0.57358156
-2387,1,0.4245,1,1,1,1,1,1,1,1,0.3209,0.4245,0.6858,1,0.2862,1,1,1,1,1,1,0.3198,0.2862,0.6378,1,0.5453,1,1,1,0.054,0.5453,0.5792,1,1,1,1,1,0.293218493,0.906674087,0.56370306,1,1,1,1,1,0.329758078,0.872911513,0.588924885,1,1,1,1,1,0.115621448,0.831892967,0.571894635,0.571821451,0.571808511
-2388,1,0.4245,1,1,1,1,1,1,1,1,0.3465,0.4245,0.6341,1,0.2862,1,1,1,1,1,1,0.3727,0.2862,0.5752,1,0.5453,1,1,1,0.0898,0.5453,0.5764,1,1,1,1,1,0.271251351,0.839842558,0.311490208,1,1,1,1,1,0.378137201,0.800376654,0.904426932,1,1,1,1,1,0.211725265,0.821363091,0.568450942,0.568436641,0.568705674
-2389,1,0.4245,1,1,1,1,1,1,1,1,0.4461,0.4245,0.5742,1,0.2862,1,1,1,1,1,1,0.2936,0.2862,0.5323,1,0.5453,1,1,1,0.0714,0.5453,0.5106,1,1,1,1,1,0.319397867,0.782794058,0.269464046,1,1,1,1,1,0.295735896,0.788152218,0.935589552,1,1,1,1,1,0.120053962,0.805911064,0.567061382,0.566955786,0.567375887
-2390,1,0.4245,1,1,1,1,1,1,1,1,0.4761,0.4245,0.5271,1,0.2862,1,1,1,1,1,1,0.1816,0.2862,0.5201,1,0.5453,1,1,1,0.1075,0.5453,0.5251,1,1,1,1,1,0.316630423,0.74479413,0.26291889,1,1,1,1,1,0.211603492,0.713861525,0.723444343,1,1,1,1,1,0.132852048,0.784252763,0.559388594,0.559339962,0.559397163
-2391,1,0.4245,1,1,1,1,1,1,1,1,0.5895,0.4245,0.4501,1,0.2862,1,1,1,1,1,1,0.2304,0.2862,0.4571,1,0.5453,1,1,1,0.1175,0.5453,0.4022,1,1,1,1,1,0.259302974,0.706061602,0.3938438,1,1,1,1,1,0.275097072,0.686971307,1,1,1,1,1,1,0.210874885,0.748907268,0.552803287,0.552781891,0.552748227
-2392,1,0.4245,1,1,1,1,1,1,1,1,0.5217,0.4245,0.3211,1,0.2862,1,1,1,1,1,1,0.3505,0.2862,0.339,1,0.5453,1,1,1,0.0749,0.5453,0.2621,1,1,1,1,1,0.211083651,0.64662087,0.677485585,1,1,1,1,1,0.333771348,0.622640014,1,1,1,1,1,1,0.175782412,0.689906299,0.553709522,0.553839645,0.554078014
-2393,1,0.4245,1,1,1,1,1,1,1,1,0.3347,0.4245,0.1502,1,0.2862,1,1,1,1,1,1,0.1512,0.2862,0.1788,1,0.5453,1,1,1,0.093,0.5453,0.1009,1,1,1,1,1,0.209632665,0.509566903,0.528625727,1,1,1,1,1,0.148260862,0.483609229,1,1,1,1,1,1,0.202468529,0.442679405,0.55818028,0.558070658,0.558510638
-2394,1,0.4245,1,1,1,1,1,1,1,1,0.1829,0.4245,0.0118,1,0.2862,1,1,1,1,1,1,0.1383,0.2862,0.0161,1,0.5453,1,1,1,0.0962,0.5453,0.0013,1,1,1,1,1,0.154508233,0.16670157,0.592336178,1,1,1,1,1,0.155717373,0.156405061,1,1,1,1,1,1,0.24918966,0.019115118,0.561986467,0.56187857,0.562056738
-2395,1,0.4245,1,1,1,1,1,1,1,1,0.1696,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0913,0.2862,0,1,0.5453,1,1,1,0.0798,0.5453,0,1,1,1,1,1,0.159599394,0,0.998612881,1,1,1,1,1,0.1434993,0,1,1,1,1,1,1,0.273575515,0,0.586817303,0.586841549,0.586879433
-2396,1,0.4245,1,1,1,1,1,1,1,1,0.1965,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1575,0.2862,0,1,0.5453,1,1,1,0.0669,0.5453,0,1,1,1,1,1,0.294394106,0,0.923617065,1,1,1,1,1,0.277828068,0,0.490775406,1,1,1,1,1,0.268954009,0,0.589113098,0.589168606,0.589095745
-2397,1,0.4245,1,1,1,1,1,1,1,1,0.2486,0.4245,0,1,0.2862,1,1,1,1,1,1,0.4419,0.2862,0,1,0.5453,1,1,1,0.0816,0.5453,0,1,1,1,1,1,0.362602115,0,0.832950711,1,1,1,1,1,0.338001043,0,0.198926955,1,1,1,1,1,0.25091958,0,0.548815853,0.548762429,0.548758865
-2398,1,0.4245,1,1,1,1,1,1,1,1,0.1914,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1136,0.2862,0,1,0.5453,1,1,1,0.0427,0.5453,0,1,1,1,1,1,0.281978369,0,0.431697547,1,1,1,1,1,0.148195118,0,0.058832727,1,1,1,1,1,0.163296238,0,0.492327211,0.492278401,0.492464539
-2399,1,0.4245,1,1,1,1,1,1,1,1,0.1511,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0485,0.2862,0,1,0.5453,1,1,1,0.0387,0.5453,0,1,1,1,1,1,0.218655199,0,0.200375855,1,1,1,1,1,0.091254033,0,0.019300262,1,1,1,1,1,0.171135888,0,0.441275979,0.44129469,0.441046099
-2400,1,0.4245,1,1,1,1,1,1,1,1,0.2035,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1027,0.2862,0,1,0.5453,1,1,1,0.0283,0.5453,0,1,1,1,1,1,0.235553354,0,0.07236506,1,1,1,1,1,0.144930854,0,0.042158641,1,1,1,1,1,0.127909467,0,0.409739004,0.409773641,0.409574468
-2401,1,0.4245,1,1,1,1,1,1,1,1,0.2643,0.4245,0,1,0.2862,1,1,1,1,1,1,0.149,0.2862,0,1,0.5453,1,1,1,0.0287,0.5453,0,1,1,1,1,1,0.281421602,0,0.078817979,1,1,1,1,1,0.186349794,0,0.21970576,1,1,1,1,1,0.130500659,0,0.393487192,0.393484239,0.393617021
-2402,1,0.4245,1,1,1,1,1,1,1,1,0.2569,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2092,0.2862,0,1,0.5453,1,1,1,0.0246,0.5453,0,1,1,1,1,1,0.28585875,0,0.065232322,1,1,1,1,1,0.264256805,0,0.097500525,1,1,1,1,1,0.098434016,0,0.386297728,0.386291517,0.38608156
-2403,1,0.4245,1,1,1,1,1,1,1,1,0.1726,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1753,0.2862,0,1,0.5453,1,1,1,0.0207,0.5453,0,1,1,1,1,1,0.170132935,0,0.067645416,1,1,1,1,1,0.20123741,0,0.058172252,1,1,1,1,1,0.08337418,0,0.386297728,0.386291517,0.38608156
-2404,1,0.4245,1,1,1,1,1,1,1,1,0.1769,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1791,0.2862,0,1,0.5453,1,1,1,0.0176,0.5453,0,1,1,1,1,1,0.172773436,0,0.10180109,1,1,1,1,1,0.241835624,0,0.373656869,1,1,1,1,1,0.069703832,0,0.399166264,0.399196107,0.39893617
-2405,1,0.4245,1,1,1,1,1,1,1,1,0.1807,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2578,0.2862,0,1,0.5453,1,1,1,0.0248,0.5453,0,1,1,1,1,1,0.207861543,0,0.090104707,1,1,1,1,1,0.326628149,0,0.592640042,1,1,1,1,1,0.077247381,0,0.441034316,0.440871589,0.441046099
-2406,1,0.4245,1,1,1,1,1,1,1,1,0.1584,0.4245,0.0674,1,0.2862,1,1,1,1,1,1,0.2002,0.2862,0.0783,1,0.5453,1,1,1,0.0142,0.5453,0.0589,1,1,1,1,1,0.153997153,0.307319045,0.129524931,1,1,1,1,1,0.229144663,0.273935884,0.495601058,1,1,1,1,1,0.058070768,0.44045803,0.510874819,0.510894859,0.51108156
-2407,1,0.4245,1,1,1,1,1,1,1,1,0.0505,0.4245,0.2425,1,0.2862,1,1,1,1,1,1,0.1598,0.2862,0.2579,1,0.5453,1,1,1,0.0149,0.5453,0.2383,1,1,1,1,1,0.046199154,0.661670446,0.095761955,1,1,1,1,1,0.137906402,0.563638508,0.241518617,1,1,1,1,1,0.047308989,0.721742988,0.557696955,0.557859107,0.557624113
-2408,1,0.4245,1,1,1,1,1,1,1,1,0.0305,0.4245,0.4158,1,0.2862,1,1,1,1,1,1,0.1765,0.2862,0.4056,1,0.5453,1,1,1,0.0095,0.5453,0.4212,1,1,1,1,1,0.016975848,0.830601752,0.093696967,1,1,1,1,1,0.145873144,0.696767271,0.200979322,1,1,1,1,1,0.032024786,0.884272099,0.569417593,0.569494394,0.569592199
-2409,1,0.4245,1,1,1,1,1,1,1,1,0.036,0.4245,0.5463,1,0.2862,1,1,1,1,1,1,0.0844,0.2862,0.5052,1,0.5453,1,1,1,0.0079,0.5453,0.5364,1,1,1,1,1,0.01061753,0.855284095,0.111376345,1,1,1,1,1,0.084910832,0.724508703,0.228091896,1,1,1,1,1,0.024270346,0.888445437,0.57141131,0.57139835,0.571808511
-2410,1,0.4245,1,1,1,1,1,1,1,1,0.0373,0.4245,0.6386,1,0.2862,1,1,1,1,1,1,0.018,0.2862,0.6202,1,0.5453,1,1,1,0.003,0.5453,0.548,1,1,1,1,1,0.008384686,0.875071883,0.22299616,1,1,1,1,1,0.042510044,0.786699712,0.221861511,1,1,1,1,1,0.009868236,0.861770868,0.574130014,0.574148509,0.574024823
-2411,1,0.4245,1,1,1,1,1,1,1,1,0.0677,0.4245,0.6422,1,0.2862,1,1,1,1,1,1,0.0154,0.2862,0.6711,1,0.5453,1,1,1,0.0221,0.5453,0.578,1,1,1,1,1,0.02002342,0.847079337,0.646603346,1,1,1,1,1,0.055134192,0.81109333,0.391404748,1,1,1,1,1,0.04673636,0.813089013,0.572559207,0.572667654,0.572695035
-2412,1,0.4245,1,1,1,1,1,1,1,1,0.1109,0.4245,0.619,1,0.2862,1,1,1,1,1,1,0.0273,0.2862,0.6594,1,0.5453,1,1,1,0.0236,0.5453,0.5707,1,1,1,1,1,0.027680065,0.82403928,0.792108119,1,1,1,1,1,0.076236039,0.808554471,0.35915947,1,1,1,1,1,0.029423857,0.797669351,0.566880135,0.566744235,0.566932624
-2413,1,0.4245,1,1,1,1,1,1,1,1,0.11,0.4245,0.535,1,0.2862,1,1,1,1,1,1,0.1205,0.2862,0.6022,1,0.5453,1,1,1,0.0623,0.5453,0.6078,1,1,1,1,1,0.02787682,0.715975046,0.527847826,1,1,1,1,1,0.111165777,0.778837621,0.291130394,1,1,1,1,1,0.114615045,0.828508794,0.564221846,0.564205627,0.56427305
-2414,1,0.4245,1,1,1,1,1,1,1,1,0.164,0.4245,0.4947,1,0.2862,1,1,1,1,1,1,0.1179,0.2862,0.4993,1,0.5453,1,1,1,0.0638,0.5453,0.5179,1,1,1,1,1,0.041135002,0.653909981,0.579618037,1,1,1,1,1,0.090541676,0.72729075,0.14299503,1,1,1,1,1,0.07671532,0.753476739,0.557636539,0.557647557,0.557624113
-2415,1,0.4245,1,1,1,1,1,1,1,1,0.217,0.4245,0.436,1,0.2862,1,1,1,1,1,1,0.0964,0.2862,0.4129,1,0.5453,1,1,1,0.0756,0.5453,0.4329,1,1,1,1,1,0.073516883,0.608779609,0.742167056,1,1,1,1,1,0.123751,0.713828444,0.235643744,1,1,1,1,1,0.077351652,0.722953618,0.551836636,0.551724138,0.551861702
-2416,1,0.4245,1,1,1,1,1,1,1,1,0.2491,0.4245,0.31,1,0.2862,1,1,1,1,1,1,0.1063,0.2862,0.3183,1,0.5453,1,1,1,0.0616,0.5453,0.3111,1,1,1,1,1,0.159559146,0.713551939,0.894349813,1,1,1,1,1,0.139994204,0.698900223,0.38906312,1,1,1,1,1,0.079458751,0.87133199,0.553165781,0.553204993,0.553191489
-2417,1,0.4245,1,1,1,1,1,1,1,1,0.1714,0.4245,0.141,1,0.2862,1,1,1,1,1,1,0.1452,0.2862,0.1614,1,0.5453,1,1,1,0.084,0.5453,0.1294,1,1,1,1,1,0.19067803,0.368282527,0.884993434,1,1,1,1,1,0.169386327,0.375807405,0.850899041,1,1,1,1,1,0.082304336,0.505309522,0.559086515,0.559128411,0.558953901
-2418,1,0.4245,1,1,1,1,1,1,1,1,0.135,0.4245,0.0057,1,0.2862,1,1,1,1,1,1,0.0498,0.2862,0.0049,1,0.5453,1,1,1,0.1365,0.5453,0.0106,1,1,1,1,1,0.192277506,0.034873657,0.863598943,1,1,1,1,1,0.076030739,0.069646031,0.98006922,1,1,1,1,1,0.192692935,0.007892683,0.564765587,0.564628729,0.565159574
-2419,1,0.4245,1,1,1,1,1,1,1,1,0.0478,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0251,0.2862,0,1,0.5453,1,1,1,0.1196,0.5453,0,1,1,1,1,1,0.073196985,0,0.487474799,1,1,1,1,1,0.049583692,0,0.418017298,1,1,1,1,1,0.206104681,0,0.590079749,0.590014809,0.590425532
-2420,1,0.4245,1,1,1,1,1,1,1,1,0.0452,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0735,0.2862,0,1,0.5453,1,1,1,0.1974,0.5453,0,1,1,1,1,1,0.120737754,0,0.243135959,1,1,1,1,1,0.118213162,0,0.142166495,1,1,1,1,1,0.31415236,0,0.590019333,0.590014809,0.590425532
-2421,1,0.4245,1,1,1,1,1,1,1,1,0.0539,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1021,0.2862,0,1,0.5453,1,1,1,0.1692,0.5453,0,1,1,1,1,1,0.107005812,0,0.081017479,1,1,1,1,1,0.128904,0,0.138731956,1,1,1,1,1,0.232007951,0,0.55080957,0.550666385,0.550975177
-2422,1,0.4245,1,1,1,1,1,1,1,1,0.0525,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1827,0.2862,0,1,0.5453,1,1,1,0.259,0.5453,0,1,1,1,1,1,0.118370056,0,0.014535849,1,1,1,1,1,0.163327932,0,0.321100295,1,1,1,1,1,0.387205273,0,0.495710488,0.495874762,0.496010638
-2423,1,0.4245,1,1,1,1,1,1,1,1,0.0372,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1892,0.2862,0,1,0.5453,1,1,1,0.2531,0.5453,0,1,1,1,1,1,0.104649402,0,0.004093621,1,1,1,1,1,0.207261384,0,0.547722042,1,1,1,1,1,0.408274293,0,0.445384244,0.445314153,0.445478723
-2424,1,0.4245,1,1,1,1,1,1,1,1,0.0474,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2453,0.2862,0,1,0.5453,1,1,1,0.1894,0.5453,0,1,1,1,1,1,0.120462358,0,0.008662247,1,1,1,1,1,0.245910197,0,0.435845315,1,1,1,1,1,0.332667857,0,0.412638956,0.41273535,0.412677305
-2425,1,0.4245,1,1,1,1,1,1,1,1,0.0574,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1917,0.2862,0,1,0.5453,1,1,1,0.1844,0.5453,0,1,1,1,1,1,0.10167487,0,0.100970417,1,1,1,1,1,0.205970228,0,0.190444246,1,1,1,1,1,0.29158023,0,0.395420493,0.395388195,0.395390071
-2426,1,0.4245,1,1,1,1,1,1,1,1,0.1246,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1561,0.2862,0,1,0.5453,1,1,1,0.198,0.5453,0,1,1,1,1,1,0.096575841,0,0.348448873,1,1,1,1,1,0.208136111,0,0.191566765,1,1,1,1,1,0.282127172,0,0.387506042,0.387560821,0.38785461
-2427,1,0.4245,1,1,1,1,1,1,1,1,0.1801,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1745,0.2862,0,1,0.5453,1,1,1,0.2169,0.5453,0,1,1,1,1,1,0.129712105,0,0.286758244,1,1,1,1,1,0.262073576,0,0.486716539,1,1,1,1,1,0.276042998,0,0.387324795,0.38734927,0.387411348
-2428,1,0.4245,1,1,1,1,1,1,1,1,0.1992,0.4245,0,1,0.2862,1,1,1,1,1,1,0.272,0.2862,0,1,0.5453,1,1,1,0.2182,0.5453,0,1,1,1,1,1,0.203951016,0,0.220197797,1,1,1,1,1,0.346437663,0,0.223710477,1,1,1,1,1,0.314397961,0,0.399347511,0.399407658,0.399379433
-2429,1,0.4245,1,1,1,1,1,1,1,1,0.1989,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2975,0.2862,0,1,0.5453,1,1,1,0.2153,0.5453,0,1,1,1,1,1,0.310027182,0,0.034807079,1,1,1,1,1,0.353859425,0,0.146596074,1,1,1,1,1,0.315238029,0,0.441698888,0.441717791,0.441489362
-2430,1,0.4245,1,1,1,1,1,1,1,1,0.1322,0.4245,0.0646,1,0.2862,1,1,1,1,1,1,0.2056,0.2862,0.0723,1,0.5453,1,1,1,0.2142,0.5453,0.0799,1,1,1,1,1,0.200546429,0.31970647,0.009727502,1,1,1,1,1,0.242123216,0.352269113,0.018837435,1,1,1,1,1,0.318507254,0.426424414,0.510512325,0.510683309,0.510638298
-2431,1,0.4245,1,1,1,1,1,1,1,1,0.0889,0.4245,0.24,1,0.2862,1,1,1,1,1,1,0.1368,0.2862,0.2571,1,0.5453,1,1,1,0.1538,0.5453,0.2302,1,1,1,1,1,0.087227464,0.640926242,0.015920106,1,1,1,1,1,0.147936404,0.69518137,0.015571728,1,1,1,1,1,0.215776742,0.702073812,0.55497825,0.554897398,0.554964539
-2432,1,0.4245,1,1,1,1,1,1,1,1,0.0655,0.4245,0.4124,1,0.2862,1,1,1,1,1,1,0.1356,0.2862,0.434,1,0.5453,1,1,1,0.1515,0.5453,0.3766,1,1,1,1,1,0.065659128,0.836843848,0.020144705,1,1,1,1,1,0.168098062,0.8834337,0.029469112,1,1,1,1,1,0.171756029,0.743613958,0.566215563,0.566321134,0.566489362
-2433,1,0.4245,1,1,1,1,1,1,1,1,0.2003,0.4245,0.5387,1,0.2862,1,1,1,1,1,1,0.2334,0.2862,0.5476,1,0.5453,1,1,1,0.1841,0.5453,0.5024,1,1,1,1,1,0.158533067,0.900318861,0.101055257,1,1,1,1,1,0.260917246,0.900915027,0.101513878,1,1,1,1,1,0.166165888,0.753646553,0.56959884,0.569705945,0.569592199
-2434,1,0.4245,1,1,1,1,1,1,1,1,0.1672,0.4245,0.5942,1,0.2862,1,1,1,1,1,1,0.132,0.2862,0.6195,1,0.5453,1,1,1,0.279,0.5453,0.637,1,1,1,1,1,0.175076827,0.817512572,0.267614484,1,1,1,1,1,0.173112124,0.83472693,0.257291377,1,1,1,1,1,0.30405277,0.744919896,0.571532141,0.571609901,0.571808511
-2435,1,0.4245,1,1,1,1,1,1,1,1,0.1654,0.4245,0.5769,1,0.2862,1,1,1,1,1,1,0.2562,0.2862,0.6025,1,0.5453,1,1,1,0.2074,0.5453,0.6009,1,1,1,1,1,0.203530416,0.806068599,0.327880114,1,1,1,1,1,0.261727065,0.825434089,0.355634809,1,1,1,1,1,0.257543653,0.810474515,0.572015466,0.572033002,0.571808511
-2436,1,0.4245,1,1,1,1,1,1,1,1,0.1582,0.4245,0.5447,1,0.2862,1,1,1,1,1,1,0.3761,0.2862,0.5788,1,0.5453,1,1,1,0.3291,0.5453,0.5298,1,1,1,1,1,0.207437173,0.757832825,0.35496223,1,1,1,1,1,0.373266697,0.774769902,0.339724094,1,1,1,1,1,0.368885309,0.793942213,0.569780087,0.569705945,0.569592199
-2437,1,0.4245,1,1,1,1,1,1,1,1,0.1622,0.4245,0.5418,1,0.2862,1,1,1,1,1,1,0.1424,0.2862,0.5354,1,0.5453,1,1,1,0.4283,0.5453,0.493,1,1,1,1,1,0.163356438,0.737932801,0.24459976,1,1,1,1,1,0.14931722,0.761669397,0.054541886,1,1,1,1,1,0.377505213,0.74222362,0.56917593,0.569071293,0.569592199
-2438,1,0.4245,1,1,1,1,1,1,1,1,0.2698,0.4245,0.534,1,0.2862,1,1,1,1,1,1,0.0685,0.2862,0.5095,1,0.5453,1,1,1,0.4286,0.5453,0.4915,1,1,1,1,1,0.217375919,0.7526443,0.531295419,1,1,1,1,1,0.163647741,0.769992948,0.110059693,1,1,1,1,1,0.445056349,0.711393952,0.562348961,0.562301671,0.5625
-2439,1,0.4245,1,1,1,1,1,1,1,1,0.2774,0.4245,0.4351,1,0.2862,1,1,1,1,1,1,0.2595,0.2862,0.4716,1,0.5453,1,1,1,0.3957,0.5453,0.4306,1,1,1,1,1,0.258304268,0.713365078,0.687309146,1,1,1,1,1,0.344486266,0.802844048,0.139997661,1,1,1,1,1,0.473153174,0.68204838,0.557092798,0.557012905,0.557180851
-2440,1,0.4245,1,1,1,1,1,1,1,1,0.1411,0.4245,0.2974,1,0.2862,1,1,1,1,1,1,0.3596,0.2862,0.3522,1,0.5453,1,1,1,0.241,0.5453,0.303,1,1,1,1,1,0.129279315,0.646387398,0.687662959,1,1,1,1,1,0.326570928,0.745564759,0.061512828,1,1,1,1,1,0.338282287,0.634998918,0.558724021,0.55870531,0.558953901
-2441,1,0.4245,1,1,1,1,1,1,1,1,0.141,0.4245,0.1269,1,0.2862,1,1,1,1,1,1,0.1904,0.2862,0.1757,1,0.5453,1,1,1,0.1074,0.5453,0.1332,1,1,1,1,1,0.135995433,0.462041795,0.605591893,1,1,1,1,1,0.17610836,0.549953222,0.034151312,1,1,1,1,1,0.161893025,0.426197261,0.565309328,0.565263381,0.565159574
-2442,1,0.4245,1,1,1,1,1,1,1,1,0.0681,0.4245,0.0095,1,0.2862,1,1,1,1,1,1,0.0123,0.2862,0.0216,1,0.5453,1,1,1,0.0616,0.5453,0.006,1,1,1,1,1,0.036077045,0.124793895,0.492998481,1,1,1,1,1,0.018507756,0.209454566,0.39168483,1,1,1,1,1,0.09570536,0.021876052,0.567061382,0.566955786,0.567375887
-2443,1,0.4245,1,1,1,1,1,1,1,1,0.023,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0197,0.2862,0,1,0.5453,1,1,1,0.046,0.5453,0,1,1,1,1,1,0.039765816,0,0.184074119,1,1,1,1,1,0.019261952,0,0.245948449,1,1,1,1,1,0.124119744,0,0.587602707,0.587687751,0.587765957
-2444,1,0.4245,1,1,1,1,1,1,1,1,0.0146,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0055,0.2862,0,1,0.5453,1,1,1,0.0735,0.5453,0,1,1,1,1,1,0.042670727,0,0.052982487,1,1,1,1,1,0.0311541,0,0.024386127,1,1,1,1,1,0.160714984,0,0.59062349,0.590649461,0.590868794
-2445,1,0.4245,1,1,1,1,1,1,1,1,0.0384,0.4245,0,1,0.2862,1,1,1,1,1,1,0,0.2862,0,1,0.5453,1,1,1,0.1048,0.5453,0,1,1,1,1,1,0.067996904,0,0.115479216,1,1,1,1,1,0.014714612,0,0.038736388,1,1,1,1,1,0.221270472,0,0.554676172,0.554685847,0.554964539
-2446,1,0.4245,1,1,1,1,1,1,1,1,0.0287,0.4245,0,1,0.2862,1,1,1,1,1,1,0,0.2862,0,1,0.5453,1,1,1,0.1283,0.5453,0,1,1,1,1,1,0.041602053,0,0.120981365,1,1,1,1,1,0.031592637,0,0.032952096,1,1,1,1,1,0.27668348,0,0.501329145,0.501375079,0.501329787
-2447,1,0.4245,1,1,1,1,1,1,1,1,0.0507,0.4245,0,1,0.2862,1,1,1,1,1,1,0,0.2862,0,1,0.5453,1,1,1,0.1187,0.5453,0,1,1,1,1,1,0.087907754,0,0.10217201,1,1,1,1,1,0.053369075,0,0.020777225,1,1,1,1,1,0.25677681,0,0.450277912,0.450179818,0.45035461
-2448,1,0.4245,1,1,1,1,1,1,1,1,0.1152,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0634,0.2862,0,1,0.5453,1,1,1,0.1246,0.5453,0,1,1,1,1,1,0.136053428,0,0.15679118,1,1,1,1,1,0.14721337,0,0.120203152,1,1,1,1,1,0.276025295,0,0.418197197,0.418235667,0.417996454
-2449,1,0.4245,1,1,1,1,1,1,1,1,0.156,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1399,0.2862,0,1,0.5453,1,1,1,0.1306,0.5453,0,1,1,1,1,1,0.146545738,0,0.193758428,1,1,1,1,1,0.21131511,0,0.128932208,1,1,1,1,1,0.263261408,0,0.402247463,0.402157817,0.40248227
-2450,1,0.4245,1,1,1,1,1,1,1,1,0.1823,0.4245,0,1,0.2862,1,1,1,1,1,1,0.297,0.2862,0,1,0.5453,1,1,1,0.12,0.5453,0,1,1,1,1,1,0.188780174,0,0.238242179,1,1,1,1,1,0.315877378,0,0.126761004,1,1,1,1,1,0.238032386,0,0.394574674,0.394541993,0.394503546
-2451,1,0.4245,1,1,1,1,1,1,1,1,0.1797,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2693,0.2862,0,1,0.5453,1,1,1,0.1106,0.5453,0,1,1,1,1,1,0.21170184,0,0.303852379,1,1,1,1,1,0.29678151,0,0.246780902,1,1,1,1,1,0.200641096,0,0.394574674,0.394753543,0.394503546
-2452,1,0.4245,1,1,1,1,1,1,1,1,0.1927,0.4245,0,1,0.2862,1,1,1,1,1,1,0.4,0.2862,0,1,0.5453,1,1,1,0.1184,0.5453,0,1,1,1,1,1,0.259285927,0,0.298891366,1,1,1,1,1,0.407176316,0,0.285555005,1,1,1,1,1,0.191044688,0,0.406839053,0.406811931,0.406914894
-2453,1,0.4245,1,1,1,1,1,1,1,1,0.1802,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2897,0.2862,0,1,0.5453,1,1,1,0.1241,0.5453,0,1,1,1,1,1,0.270649761,0,0.335378945,1,1,1,1,1,0.309182584,0,0.453060508,1,1,1,1,1,0.199507788,0,0.447498792,0.447429659,0.447251773
-2454,1,0.4245,1,1,1,1,1,1,1,1,0.1657,0.4245,0.0702,1,0.2862,1,1,1,1,1,1,0.2195,0.2862,0.0963,1,0.5453,1,1,1,0.1361,0.5453,0.0626,1,1,1,1,1,0.291815162,0.477733552,0.233181342,1,1,1,1,1,0.217198044,0.458388448,0.368128031,1,1,1,1,1,0.261936426,0.549007952,0.513653939,0.513645018,0.513741135
-2455,1,0.4245,1,1,1,1,1,1,1,1,0.0783,0.4245,0.2614,1,0.2862,1,1,1,1,1,1,0.1303,0.2862,0.287,1,0.5453,1,1,1,0.0658,0.5453,0.256,1,1,1,1,1,0.123018593,0.801833451,0.271869838,1,1,1,1,1,0.157562613,0.785470128,0.567231953,1,1,1,1,1,0.183851138,0.838491678,0.556669889,0.556589803,0.556737589
-2456,1,0.4245,1,1,1,1,1,1,1,1,0.0056,0.4245,0.4627,1,0.2862,1,1,1,1,1,1,0.0175,0.2862,0.4836,1,0.5453,1,1,1,0.0303,0.5453,0.458,1,1,1,1,1,0.010465258,0.969449282,0.128247082,1,1,1,1,1,0.01750177,0.967897296,0.297040343,1,1,1,1,1,0.116391778,0.975656092,0.565067666,0.56505183,0.565159574
-2457,1,0.4245,1,1,1,1,1,1,1,1,0.0212,0.4245,0.6166,1,0.2862,1,1,1,1,1,1,0.0564,0.2862,0.625,1,0.5453,1,1,1,0.0228,0.5453,0.6143,1,1,1,1,1,0.021839943,0.998789907,0.124600485,1,1,1,1,1,0.050834816,0.998796582,0.295126975,1,1,1,1,1,0.087612264,0.999965966,0.568088449,0.568013539,0.568262411
-2458,1,0.4245,1,1,1,1,1,1,1,1,0.0399,0.4245,0.7112,1,0.2862,1,1,1,1,1,1,0.0949,0.2862,0.7167,1,0.5453,1,1,1,0.1228,0.5453,0.7365,1,1,1,1,1,0.076107316,0.993309557,0.069125459,1,1,1,1,1,0.073512696,0.991890848,0.285357356,1,1,1,1,1,0.264964491,0.999960065,0.570686322,0.570763698,0.570921986
-2459,1,0.4245,1,1,1,1,1,1,1,1,0.0572,0.4245,0.716,1,0.2862,1,1,1,1,1,1,0.1677,0.2862,0.7262,1,0.5453,1,1,1,0.1841,0.5453,0.7529,1,1,1,1,1,0.114816934,0.98658818,0.039422136,1,1,1,1,1,0.13872087,0.993703067,0.228182465,1,1,1,1,1,0.295892596,0.999529302,0.567061382,0.566955786,0.567375887
-2460,1,0.4245,1,1,1,1,1,1,1,1,0.0426,0.4245,0.7297,1,0.2862,1,1,1,1,1,1,0.1738,0.2862,0.7395,1,0.5453,1,1,1,0.163,0.5453,0.7557,1,1,1,1,1,0.073797181,0.996314108,0.007270413,1,1,1,1,1,0.134251863,0.997786283,0.014077749,1,1,1,1,1,0.254925847,0.997704506,0.560596907,0.560609266,0.56072695
-2461,1,0.4245,1,1,1,1,1,1,1,1,0.0562,0.4245,0.7274,1,0.2862,1,1,1,1,1,1,0.1296,0.2862,0.744,1,0.5453,1,1,1,0.0762,0.5453,0.7464,1,1,1,1,1,0.072795153,0.995897651,0.017269824,1,1,1,1,1,0.110585451,0.997889102,0.000581152,1,1,1,1,1,0.137502968,1,0.556851136,0.556801354,0.556737589
-2462,1,0.4245,1,1,1,1,1,1,1,1,0.1409,0.4245,0.6825,1,0.2862,1,1,1,1,1,1,0.1413,0.2862,0.7054,1,0.5453,1,1,1,0.1572,0.5453,0.6841,1,1,1,1,1,0.162685364,0.997097075,0.089559145,1,1,1,1,1,0.124579228,0.998034835,0.008413089,1,1,1,1,1,0.244602472,0.980597854,0.548272112,0.548339327,0.548758865
-2463,1,0.4245,1,1,1,1,1,1,1,1,0.1894,0.4245,0.5492,1,0.2862,1,1,1,1,1,1,0.1142,0.2862,0.5849,1,0.5453,1,1,1,0.2062,0.5453,0.5321,1,1,1,1,1,0.14764674,0.998052597,0.205554575,1,1,1,1,1,0.107147112,0.999577165,0.115237445,1,1,1,1,1,0.368981183,0.935413599,0.53842436,0.538607997,0.53856383
-2464,1,0.4245,1,1,1,1,1,1,1,1,0.2479,0.4245,0.3739,1,0.2862,1,1,1,1,1,1,0.1179,0.2862,0.4262,1,0.5453,1,1,1,0.2957,0.5453,0.3501,1,1,1,1,1,0.192644149,0.931230724,0.42768389,1,1,1,1,1,0.123146296,0.939841926,0.5544644,1,1,1,1,1,0.51755619,0.891582727,0.534195263,0.534165433,0.534131206
-2465,1,0.4245,1,1,1,1,1,1,1,1,0.267,0.4245,0.1552,1,0.2862,1,1,1,1,1,1,0.1817,0.2862,0.2129,1,0.5453,1,1,1,0.1539,0.5453,0.1298,1,1,1,1,1,0.245497525,0.699574113,0.726032972,1,1,1,1,1,0.184592381,0.716006815,1,1,1,1,1,1,0.260985225,0.672774911,0.531114065,0.531203723,0.531471631
-2466,1,0.4245,1,1,1,1,1,1,1,1,0.305,0.4245,0.0324,1,0.2862,1,1,1,1,1,1,0.1916,0.2862,0.0599,1,0.5453,1,1,1,0.1798,0.5453,0.0206,1,1,1,1,1,0.330435753,0.322303444,0.930636942,1,1,1,1,1,0.214155763,0.338781863,1,1,1,1,1,1,0.342008829,0.289676547,0.526703722,0.526761159,0.527039007
-2467,1,0.4245,1,1,1,1,1,1,1,1,0.294,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1401,0.2862,0,1,0.5453,1,1,1,0.2197,0.5453,0,1,1,1,1,1,0.276343435,0,0.982862175,1,1,1,1,1,0.216852203,0,1,1,1,1,1,1,0.523256302,0,0.544586757,0.544742966,0.544769504
-2468,1,0.4245,1,1,1,1,1,1,1,1,0.2073,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2576,0.2862,0,1,0.5453,1,1,1,0.3421,0.5453,0,1,1,1,1,1,0.266328931,0,1,1,1,1,1,1,0.335053325,0,0.923255324,1,1,1,1,1,0.676800609,0,0.555099082,0.555108949,0.554964539
-2469,1,0.4245,1,1,1,1,1,1,1,1,0.3748,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2697,0.2862,0,1,0.5453,1,1,1,0.3318,0.5453,0,1,1,1,1,1,0.37749368,0,1,1,1,1,1,1,0.462889075,0,1,1,1,1,1,1,0.653873563,0,0.526220396,0.526338058,0.526152482
-2470,1,0.4245,1,1,1,1,1,1,1,1,0.3475,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2587,0.2862,0,1,0.5453,1,1,1,0.3957,0.5453,0,1,1,1,1,1,0.31583336,0,1,1,1,1,1,1,0.395368576,0,1,1,1,1,1,1,0.723086774,0,0.483144031,0.483181722,0.483156028
-2471,1,0.4245,1,1,1,1,1,1,1,1,0.448,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3602,0.2862,0,1,0.5453,1,1,1,0.3592,0.5453,0,1,1,1,1,1,0.402784705,0,1,1,1,1,1,1,0.440958828,0,1,1,1,1,1,1,0.743967891,0,0.436684389,0.436852126,0.436613475
-2472,1,0.4245,1,1,1,1,1,1,1,1,0.3695,0.4245,0,1,0.2862,1,1,1,1,1,1,0.309,0.2862,0,1,0.5453,1,1,1,0.4096,0.5453,0,1,1,1,1,1,0.360299915,0,1,1,1,1,1,1,0.35782516,0,1,1,1,1,1,1,0.812541008,0,0.404059932,0.404061773,0.404255319
-2473,1,0.4245,1,1,1,1,1,1,1,1,0.4104,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2944,0.2862,0,1,0.5453,1,1,1,0.4057,0.5453,0,1,1,1,1,1,0.430584729,0,1,1,1,1,1,1,0.356063873,0,1,1,1,1,1,1,0.794231355,0,0.385029,0.385022213,0.385195035
-2474,1,0.4245,1,1,1,1,1,1,1,1,0.412,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2815,0.2862,0,1,0.5453,1,1,1,0.3056,0.5453,0,1,1,1,1,1,0.506457686,0,1,1,1,1,1,1,0.312273145,0,1,1,1,1,1,1,0.668741107,0,0.374214596,0.374233129,0.374113475
-2475,1,0.4245,1,1,1,1,1,1,1,1,0.4122,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3507,0.2862,0,1,0.5453,1,1,1,0.3764,0.5453,0,1,1,1,1,1,0.547450244,0,1,1,1,1,1,1,0.4063164,0,1,1,1,1,1,1,0.725850284,0,0.371918801,0.371906072,0.371897163
-2476,1,0.4245,1,1,1,1,1,1,1,1,0.4699,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3011,0.2862,0,1,0.5453,1,1,1,0.3475,0.5453,0,1,1,1,1,1,0.624615014,0,1,1,1,1,1,1,0.411764205,0,1,1,1,1,1,1,0.714150071,0,0.376147898,0.376137085,0.375886525
-2477,1,0.4245,1,1,1,1,1,1,1,1,0.336,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3292,0.2862,0,1,0.5453,1,1,1,0.3264,0.5453,0,1,1,1,1,1,0.470374823,0,1,1,1,1,1,1,0.399669975,0,0.814881146,1,1,1,1,1,0.660247087,0,0.392278879,0.392214935,0.392287234
-2478,1,0.4245,1,1,1,1,1,1,1,1,0.2757,0.4245,0.0727,1,0.2862,1,1,1,1,1,1,0.1094,0.2862,0.0994,1,0.5453,1,1,1,0.2782,0.5453,0.0626,1,1,1,1,1,0.307447165,0.471886396,0.986908853,1,1,1,1,1,0.156918198,0.331526309,0.610193193,1,1,1,1,1,0.574186683,0.560416818,0.41300145,0.412946901,0.413120567
-2479,1,0.4245,1,1,1,1,1,1,1,1,0.1409,0.4245,0.2557,1,0.2862,1,1,1,1,1,1,0.1092,0.2862,0.2751,1,0.5453,1,1,1,0.1128,0.5453,0.2504,1,1,1,1,1,0.09603256,0.752766371,0.980601907,1,1,1,1,1,0.129552796,0.693021357,0.546091914,1,1,1,1,1,0.288349301,0.813744307,0.450217496,0.450179818,0.45035461
-2480,1,0.4245,1,1,1,1,1,1,1,1,0.0562,0.4245,0.4497,1,0.2862,1,1,1,1,1,1,0.0246,0.2862,0.4564,1,0.5453,1,1,1,0.12,0.5453,0.444,1,1,1,1,1,0.032651946,0.917388439,0.87109983,1,1,1,1,1,0.037278797,0.906100512,0.44013536,1,1,1,1,1,0.22914353,0.961844623,0.483264862,0.483181722,0.483156028
-2481,1,0.4245,1,1,1,1,1,1,1,1,0.0138,0.4245,0.5925,1,0.2862,1,1,1,1,1,1,0.0466,0.2862,0.6063,1,0.5453,1,1,1,0.1664,0.5453,0.6114,1,1,1,1,1,0.019374562,0.962516665,0.599432647,1,1,1,1,1,0.038805664,0.927363694,0.307992667,1,1,1,1,1,0.31790182,0.903873622,0.503504108,0.503490586,0.503546099
-2482,1,0.4245,1,1,1,1,1,1,1,1,0.0215,0.4245,0.704,1,0.2862,1,1,1,1,1,1,0.066,0.2862,0.717,1,0.5453,1,1,1,0.1728,0.5453,0.7222,1,1,1,1,1,0.028838929,0.989628017,0.306328475,1,1,1,1,1,0.055897258,0.998014271,0.163761526,1,1,1,1,1,0.330778927,0.918700933,0.511478975,0.511529511,0.511524823
-2483,1,0.4245,1,1,1,1,1,1,1,1,0.0618,0.4245,0.7225,1,0.2862,1,1,1,1,1,1,0.1283,0.2862,0.7277,1,0.5453,1,1,1,0.2218,0.5453,0.708,1,1,1,1,1,0.053736739,0.998208344,0.353666186,1,1,1,1,1,0.101137586,0.961816728,0.10375943,1,1,1,1,1,0.348830342,0.96350354,0.509364427,0.509414005,0.509308511
-2484,1,0.4245,1,1,1,1,1,1,1,1,0.111,0.4245,0.701,1,0.2862,1,1,1,1,1,1,0.0399,0.2862,0.6985,1,0.5453,1,1,1,0.3554,0.5453,0.6729,1,1,1,1,1,0.033874854,0.973093271,0.503898203,1,1,1,1,1,0.038357183,0.988126278,0.043291625,1,1,1,1,1,0.474205762,0.961141765,0.501933301,0.501798181,0.502216312
-2485,1,0.4245,1,1,1,1,1,1,1,1,0.1933,0.4245,0.6769,1,0.2862,1,1,1,1,1,1,0.0455,0.2862,0.6616,1,0.5453,1,1,1,0.4032,0.5453,0.5957,1,1,1,1,1,0.041645333,0.961446822,0.383917272,1,1,1,1,1,0.068082914,0.887316585,0.250566244,1,1,1,1,1,0.483246565,0.882935286,0.49262929,0.492701502,0.492907801
-2486,1,0.4245,1,1,1,1,1,1,1,1,0.3495,0.4245,0.5474,1,0.2862,1,1,1,1,1,1,0.1391,0.2862,0.5647,1,0.5453,1,1,1,0.3807,0.5453,0.4928,1,1,1,1,1,0.118403032,0.709434032,0.532284319,1,1,1,1,1,0.146606714,0.713641644,0.312600791,1,1,1,1,1,0.413008183,0.784994185,0.484533591,0.484662577,0.484929078
-2487,1,0.4245,1,1,1,1,1,1,1,1,0.565,0.4245,0.3879,1,0.2862,1,1,1,1,1,1,0.1669,0.2862,0.4475,1,0.5453,1,1,1,0.3639,0.5453,0.4251,1,1,1,1,1,0.278095156,0.642230988,0.796129584,1,1,1,1,1,0.164719909,0.733059347,0.409595847,1,1,1,1,1,0.308310151,0.626287282,0.481694055,0.481700867,0.481826241
-2488,1,0.4245,1,1,1,1,1,1,1,1,0.4684,0.4245,0.2913,1,0.2862,1,1,1,1,1,1,0.3392,0.2862,0.3432,1,0.5453,1,1,1,0.2073,0.5453,0.2452,1,1,1,1,1,0.188652128,0.715679884,0.885837972,1,1,1,1,1,0.30519554,0.739502966,0.526640356,1,1,1,1,1,0.24018383,0.519256711,0.483687772,0.483816374,0.483599291
-2489,1,0.4245,1,1,1,1,1,1,1,1,0.3858,0.4245,0.1353,1,0.2862,1,1,1,1,1,1,0.1913,0.2862,0.192,1,0.5453,1,1,1,0.1283,0.5453,0.1209,1,1,1,1,1,0.162878081,0.434168965,1,1,1,1,1,1,0.233457774,0.580409288,0.503321767,1,1,1,1,1,0.244095877,0.360286474,0.489729338,0.489739793,0.489804965
-2490,1,0.4245,1,1,1,1,1,1,1,1,0.3371,0.4245,0.0179,1,0.2862,1,1,1,1,1,1,0.1098,0.2862,0.0412,1,0.5453,1,1,1,0.1259,0.5453,0.0121,1,1,1,1,1,0.233313501,0.181796446,1,1,1,1,1,1,0.225192457,0.220783636,0.651734591,1,1,1,1,1,0.296786934,0.142402381,0.49262929,0.492701502,0.492907801
-2491,1,0.4245,1,1,1,1,1,1,1,1,0.2723,0.4245,0,1,0.2862,1,1,1,1,1,1,0.5293,0.2862,0,1,0.5453,1,1,1,0.149,0.5453,0,1,1,1,1,1,0.231355757,0,1,1,1,1,1,1,0.550059438,0,0.925268114,1,1,1,1,1,0.389651448,0,0.511599807,0.511741062,0.511524823
-2492,1,0.4245,1,1,1,1,1,1,1,1,0.2714,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2411,0.2862,0,1,0.5453,1,1,1,0.1879,0.5453,0,1,1,1,1,1,0.271391541,0,0.999638915,1,1,1,1,1,0.288198948,0,1,1,1,1,1,1,0.504854381,0,0.520420493,0.520414639,0.520833333
-2493,1,0.4245,1,1,1,1,1,1,1,1,0.3167,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3055,0.2862,0,1,0.5453,1,1,1,0.1697,0.5453,0,1,1,1,1,1,0.359315097,0,1,1,1,1,1,1,0.371512622,0,1,1,1,1,1,1,0.484294832,0,0.494804253,0.494817009,0.495124113
-2494,1,0.4245,1,1,1,1,1,1,1,1,0.2431,0.4245,0,1,0.2862,1,1,1,1,1,1,0.333,0.2862,0,1,0.5453,1,1,1,0.1341,0.5453,0,1,1,1,1,1,0.271676004,0,1,1,1,1,1,1,0.426157176,0,1,1,1,1,1,1,0.433634788,0,0.456681972,0.456737889,0.456560284
-2495,1,0.4245,1,1,1,1,1,1,1,1,0.2779,0.4245,0,1,0.2862,1,1,1,1,1,1,0.4237,0.2862,0,1,0.5453,1,1,1,0.1033,0.5453,0,1,1,1,1,1,0.200665563,0,1,1,1,1,1,1,0.508299828,0,1,1,1,1,1,1,0.270943999,0,0.418197197,0.418235667,0.417996454
-2496,1,0.4245,1,1,1,1,1,1,1,1,0.3287,0.4245,0,1,0.2862,1,1,1,1,1,1,0.6883,0.2862,0,1,0.5453,1,1,1,0.1525,0.5453,0,1,1,1,1,1,0.243217021,0,1,1,1,1,1,1,0.709250212,0,1,1,1,1,1,1,0.275851309,0,0.387566457,0.387560821,0.38785461
-2497,1,0.4245,1,1,1,1,1,1,1,1,0.4429,0.4245,0,1,0.2862,1,1,1,1,1,1,0.4347,0.2862,0,1,0.5453,1,1,1,0.1973,0.5453,0,1,1,1,1,1,0.289839625,0,1,1,1,1,1,1,0.498681486,0,1,1,1,1,1,1,0.25200367,0,0.368354277,0.36830971,0.368351064
-2498,1,0.4245,1,1,1,1,1,1,1,1,0.4621,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1512,0.2862,0,1,0.5453,1,1,1,0.1865,0.5453,0,1,1,1,1,1,0.308891475,0,1,1,1,1,1,1,0.241931498,0,1,1,1,1,1,1,0.250362277,0,0.357056549,0.357097525,0.356826241
-2499,1,0.4245,1,1,1,1,1,1,1,1,0.4873,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2217,0.2862,0,1,0.5453,1,1,1,0.1837,0.5453,0,1,1,1,1,1,0.329027593,0,1,1,1,1,1,1,0.310863078,0,1,1,1,1,1,1,0.275183827,0,0.352706622,0.352654961,0.352393617
-2500,1,0.4245,1,1,1,1,1,1,1,1,0.4178,0.4245,0,1,0.2862,1,1,1,1,1,1,0.253,0.2862,0,1,0.5453,1,1,1,0.151,0.5453,0,1,1,1,1,1,0.33051154,0,1,1,1,1,1,1,0.328347325,0,1,1,1,1,1,1,0.283706397,0,0.353492025,0.353501164,0.353280142
-2501,1,0.4245,1,1,1,1,1,1,1,1,0.2618,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1193,0.2862,0,1,0.5453,1,1,1,0.1853,0.5453,0,1,1,1,1,1,0.221717939,0,1,1,1,1,1,1,0.162438959,0,1,1,1,1,1,1,0.434088975,0,0.361708555,0.36175164,0.361702128
-2502,1,0.4245,1,1,1,1,1,1,1,1,0.1582,0.4245,0.0607,1,0.2862,1,1,1,1,1,1,0.0055,0.2862,0.0579,1,0.5453,1,1,1,0.1896,0.5453,0.0624,1,1,1,1,1,0.115911886,0.351738423,1,1,1,1,1,1,0.015220839,0.204348043,0.860318422,1,1,1,1,1,0.421843529,0.529806674,0.373368777,0.373386926,0.37322695
-2503,1,0.4245,1,1,1,1,1,1,1,1,0.1232,0.4245,0.2295,1,0.2862,1,1,1,1,1,1,0.0255,0.2862,0.2299,1,0.5453,1,1,1,0.0927,0.5453,0.2296,1,1,1,1,1,0.081068873,0.655867398,0.997082829,1,1,1,1,1,0.037632018,0.54396981,0.654098451,1,1,1,1,1,0.330988973,0.797651112,0.401341228,0.401311614,0.401152482
-2504,1,0.4245,1,1,1,1,1,1,1,1,0.059,0.4245,0.3989,1,0.2862,1,1,1,1,1,1,0.0473,0.2862,0.4242,1,0.5453,1,1,1,0.0219,0.5453,0.3904,1,1,1,1,1,0.02683218,0.821093976,0.993757606,1,1,1,1,1,0.059833225,0.793237925,1,1,1,1,1,1,0.141516477,0.92774564,0.439644756,0.439813835,0.439716312
-2505,1,0.4245,1,1,1,1,1,1,1,1,0.0855,0.4245,0.5445,1,0.2862,1,1,1,1,1,1,0.0508,0.2862,0.5574,1,0.5453,1,1,1,0.0545,0.5453,0.5535,1,1,1,1,1,0.072000474,0.879803538,1,1,1,1,1,1,0.051144172,0.895340264,1,1,1,1,1,1,0.156160891,0.963061094,0.469006767,0.469007827,0.468971631
-2506,1,0.4245,1,1,1,1,1,1,1,1,0.1467,0.4245,0.6313,1,0.2862,1,1,1,1,1,1,0.0012,0.2862,0.6353,1,0.5453,1,1,1,0.0701,0.5453,0.6605,1,1,1,1,1,0.075858794,0.862598062,1,1,1,1,1,1,0.012609165,0.893304944,1,1,1,1,1,1,0.185343504,0.976727486,0.48441276,0.484451026,0.484485816
-2507,1,0.4245,1,1,1,1,1,1,1,1,0.2461,0.4245,0.5756,1,0.2862,1,1,1,1,1,1,0.0524,0.2862,0.617,1,0.5453,1,1,1,0.1372,0.5453,0.6851,1,1,1,1,1,0.11694961,0.818359971,1,1,1,1,1,1,0.064122111,0.843741238,1,1,1,1,1,1,0.298200667,0.943724751,0.493052199,0.493124603,0.493351064
-2508,1,0.4245,1,1,1,1,1,1,1,1,0.3683,0.4245,0.4796,1,0.2862,1,1,1,1,1,1,0.123,0.2862,0.5755,1,0.5453,1,1,1,0.2046,0.5453,0.6966,1,1,1,1,1,0.24365741,0.665924668,1,1,1,1,1,1,0.139003828,0.793799698,1,1,1,1,1,1,0.273509026,0.956639647,0.494925085,0.494817009,0.495124113
-2509,1,0.4245,1,1,1,1,1,1,1,1,0.4465,0.4245,0.4497,1,0.2862,1,1,1,1,1,1,0.2201,0.2862,0.5562,1,0.5453,1,1,1,0.1817,0.5453,0.6798,1,1,1,1,1,0.361936659,0.725093246,1,1,1,1,1,1,0.235522792,0.696265399,1,1,1,1,1,1,0.137662351,0.970710993,0.491300145,0.491220647,0.491578014
-2510,1,0.4245,1,1,1,1,1,1,1,1,0.3975,0.4245,0.3945,1,0.2862,1,1,1,1,1,1,0.3039,0.2862,0.3893,1,0.5453,1,1,1,0.2144,0.5453,0.549,1,1,1,1,1,0.278621376,0.553507805,0.973932981,1,1,1,1,1,0.313741088,0.579774261,1,1,1,1,1,1,0.136297166,0.854653239,0.488218946,0.488258938,0.488475177
-2511,1,0.4245,1,1,1,1,1,1,1,1,0.3868,0.4245,0.3274,1,0.2862,1,1,1,1,1,1,0.273,0.2862,0.3372,1,0.5453,1,1,1,0.2285,0.5453,0.4194,1,1,1,1,1,0.329274654,0.470024854,0.999174118,1,1,1,1,1,0.286375105,0.437717617,1,1,1,1,1,1,0.129946291,0.698881626,0.489246013,0.489316691,0.489361702
-2512,1,0.4245,1,1,1,1,1,1,1,1,0.2934,0.4245,0.224,1,0.2862,1,1,1,1,1,1,0.411,0.2862,0.2202,1,0.5453,1,1,1,0.1721,0.5453,0.2944,1,1,1,1,1,0.234705567,0.383551389,1,1,1,1,1,1,0.36978671,0.356749266,1,1,1,1,1,1,0.097465105,0.699672878,0.497160464,0.497144066,0.497340426
-2513,1,0.4245,1,1,1,1,1,1,1,1,0.2251,0.4245,0.1102,1,0.2862,1,1,1,1,1,1,0.3268,0.2862,0.1251,1,0.5453,1,1,1,0.1933,0.5453,0.1099,1,1,1,1,1,0.166703925,0.252560943,1,1,1,1,1,1,0.286912978,0.269961566,1,1,1,1,1,1,0.150829256,0.462082714,0.508760271,0.508779353,0.508865248
-2514,1,0.4245,1,1,1,1,1,1,1,1,0.2157,0.4245,0.0001,1,0.2862,1,1,1,1,1,1,0.159,0.2862,0.0017,1,0.5453,1,1,1,0.1997,0.5453,0.0135,1,1,1,1,1,0.143746778,5.45E-05,1,1,1,1,1,1,0.175247759,0.00521652,1,1,1,1,1,1,0.269317001,0.077913761,0.513291445,0.513221917,0.513297872
-2515,1,0.4245,1,1,1,1,1,1,1,1,0.2328,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0201,0.2862,0,1,0.5453,1,1,1,0.3969,0.5453,0,1,1,1,1,1,0.210132495,0,1,1,1,1,1,1,0.051217534,0,1,1,1,1,1,1,0.471935123,0,0.531959884,0.531838375,0.531914894
-2516,1,0.4245,1,1,1,1,1,1,1,1,0.17,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0298,0.2862,0,1,0.5453,1,1,1,0.2323,0.5453,0,1,1,1,1,1,0.142252147,0,1,1,1,1,1,1,0.044444188,0,1,1,1,1,1,1,0.407527834,0,0.540236829,0.540300402,0.540336879
-2517,1,0.4245,1,1,1,1,1,1,1,1,0.2692,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0897,0.2862,0,1,0.5453,1,1,1,0.0873,0.5453,0,1,1,1,1,1,0.211926401,0,1,1,1,1,1,1,0.119992912,0,1,1,1,1,1,1,0.210684195,0,0.509424843,0.509414005,0.509751773
-2518,1,0.4245,1,1,1,1,1,1,1,1,0.2691,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0421,0.2862,0,1,0.5453,1,1,1,0.0934,0.5453,0,1,1,1,1,1,0.25666976,0,1,1,1,1,1,1,0.087911233,0,1,1,1,1,1,1,0.165785566,0,0.466469309,0.466469219,0.466312057
-2519,1,0.4245,1,1,1,1,1,1,1,1,0.2556,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0966,0.2862,0,1,0.5453,1,1,1,0.1309,0.5453,0,1,1,1,1,1,0.238016933,0,1,1,1,1,1,1,0.134551391,0,1,1,1,1,1,1,0.224507228,0,0.42538666,0.42542839,0.425531915
-2520,1,0.4245,1,1,1,1,1,1,1,1,0.1765,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2869,0.2862,0,1,0.5453,1,1,1,0.1737,0.5453,0,1,1,1,1,1,0.238186479,0,0.912577868,1,1,1,1,1,0.310470164,0,1,1,1,1,1,1,0.293726355,0,0.395299662,0.395388195,0.395390071
-2521,1,0.4245,1,1,1,1,1,1,1,1,0.1072,0.4245,0,1,0.2862,1,1,1,1,1,1,0.4074,0.2862,0,1,0.5453,1,1,1,0.1674,0.5453,0,1,1,1,1,1,0.16237995,0,0.654373229,1,1,1,1,1,0.440143228,0,1,1,1,1,1,1,0.329554677,0,0.377960367,0.37782949,0.377659574
-2522,1,0.4245,1,1,1,1,1,1,1,1,0.0863,0.4245,0,1,0.2862,1,1,1,1,1,1,0.484,0.2862,0,1,0.5453,1,1,1,0.1749,0.5453,0,1,1,1,1,1,0.171774223,0,0.735824645,1,1,1,1,1,0.482261151,0,1,1,1,1,1,1,0.350561112,0,0.369139681,0.369155913,0.369237589
-2523,1,0.4245,1,1,1,1,1,1,1,1,0.1272,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3729,0.2862,0,1,0.5453,1,1,1,0.136,0.5453,0,1,1,1,1,1,0.213483304,0,0.715399265,1,1,1,1,1,0.407754838,0,1,1,1,1,1,1,0.271425426,0,0.367266796,0.367251957,0.367021277
-2524,1,0.4245,1,1,1,1,1,1,1,1,0.1832,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3666,0.2862,0,1,0.5453,1,1,1,0.1768,0.5453,0,1,1,1,1,1,0.257668853,0,0.806107163,1,1,1,1,1,0.427185416,0,1,1,1,1,1,1,0.289469123,0,0.377054132,0.376983287,0.377216312
-2525,1,0.4245,1,1,1,1,1,1,1,1,0.1743,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3106,0.2862,0,1,0.5453,1,1,1,0.1795,0.5453,0,1,1,1,1,1,0.224930719,0,0.919457078,1,1,1,1,1,0.346193522,0,1,1,1,1,1,1,0.34635818,0,0.410584824,0.410619843,0.410904255
-2526,1,0.4245,1,1,1,1,1,1,1,1,0.1165,0.4245,0.0551,1,0.2862,1,1,1,1,1,1,0.1075,0.2862,0.0809,1,0.5453,1,1,1,0.125,0.5453,0.0593,1,1,1,1,1,0.116492189,0.262776017,0.732616425,1,1,1,1,1,0.101692282,0.30705291,1,1,1,1,1,1,0.323470205,0.346399814,0.45879652,0.458853395,0.458776596
-2527,1,0.4245,1,1,1,1,1,1,1,1,0.0608,0.4245,0.2308,1,0.2862,1,1,1,1,1,1,0.0749,0.2862,0.2562,1,0.5453,1,1,1,0.0721,0.5453,0.2246,1,1,1,1,1,0.063173711,0.667913556,0.369604528,1,1,1,1,1,0.081966184,0.672451735,0.729692161,1,1,1,1,1,0.256177962,0.665947258,0.511539391,0.511529511,0.511524823
-2528,1,0.4245,1,1,1,1,1,1,1,1,0.0293,0.4245,0.4115,1,0.2862,1,1,1,1,1,1,0,0.2862,0.4358,1,0.5453,1,1,1,0.0498,0.5453,0.3788,1,1,1,1,1,0.011293342,0.816504598,0.066147044,1,1,1,1,1,0.003352479,0.867417693,0.428270996,1,1,1,1,1,0.124738947,0.823781371,0.55080957,0.550666385,0.550975177
-2529,1,0.4245,1,1,1,1,1,1,1,1,0.0251,0.4245,0.5502,1,0.2862,1,1,1,1,1,1,0,0.2862,0.5661,1,0.5453,1,1,1,0.0528,0.5453,0.4943,1,1,1,1,1,0.002861354,0.900933325,0.123823136,1,1,1,1,1,0.00120033,0.916794121,0.541788518,1,1,1,1,1,0.082043424,0.872651339,0.578902852,0.578802623,0.578900709
-2530,1,0.4245,1,1,1,1,1,1,1,1,0.061,0.4245,0.6653,1,0.2862,1,1,1,1,1,1,0,0.2862,0.6522,1,0.5453,1,1,1,0.1234,0.5453,0.6515,1,1,1,1,1,0.012010027,0.940920711,0.31189543,1,1,1,1,1,0.008075198,0.895069897,0.635408163,1,1,1,1,1,0.158364475,0.909113944,0.601437893,0.601438545,0.601507092
-2531,1,0.4245,1,1,1,1,1,1,1,1,0.1449,0.4245,0.6636,1,0.2862,1,1,1,1,1,1,0.073,0.2862,0.6494,1,0.5453,1,1,1,0.2149,0.5453,0.5705,1,1,1,1,1,0.059805751,0.932907462,0.688344657,1,1,1,1,1,0.087401412,0.914081573,1,1,1,1,1,1,0.270703524,0.932557046,0.616481392,0.616458642,0.616578014
-2532,1,0.4245,1,1,1,1,1,1,1,1,0.2406,0.4245,0.6573,1,0.2862,1,1,1,1,1,1,0.1258,0.2862,0.6072,1,0.5453,1,1,1,0.3641,0.5453,0.5971,1,1,1,1,1,0.140957028,0.919007659,0.939685702,1,1,1,1,1,0.156774819,0.835997462,1,1,1,1,1,1,0.478123009,0.928526282,0.625845819,0.625766871,0.626329787
-2533,1,0.4245,1,1,1,1,1,1,1,1,0.3211,0.4245,0.6282,1,0.2862,1,1,1,1,1,1,0.0613,0.2862,0.5521,1,0.5453,1,1,1,0.5107,0.5453,0.5866,1,1,1,1,1,0.204753533,0.876267493,1,1,1,1,1,1,0.108543076,0.810092449,1,1,1,1,1,1,0.612654805,0.875459671,0.632310295,0.632324942,0.632535461
-2534,1,0.4245,1,1,1,1,1,1,1,1,0.4082,0.4245,0.5712,1,0.2862,1,1,1,1,1,1,0.0941,0.2862,0.5665,1,0.5453,1,1,1,0.5277,0.5453,0.4434,1,1,1,1,1,0.305027962,0.788596094,1,1,1,1,1,1,0.219123572,0.817235708,0.83776629,1,1,1,1,1,0.543579996,0.824903905,0.634122765,0.634228898,0.634308511
-2535,1,0.4245,1,1,1,1,1,1,1,1,0.4654,0.4245,0.4475,1,0.2862,1,1,1,1,1,1,0.3044,0.2862,0.5059,1,0.5453,1,1,1,0.4988,0.5453,0.387,1,1,1,1,1,0.341323882,0.730884731,1,1,1,1,1,1,0.386454761,0.778866053,0.968050838,1,1,1,1,1,0.516964316,0.749096692,0.633760271,0.633805796,0.633865248
-2536,1,0.4245,1,1,1,1,1,1,1,1,0.3651,0.4245,0.3088,1,0.2862,1,1,1,1,1,1,0.4934,0.2862,0.3336,1,0.5453,1,1,1,0.5362,0.5453,0.2332,1,1,1,1,1,0.354705334,0.707458854,1,1,1,1,1,1,0.521709383,0.669363797,1,1,1,1,1,1,0.609507442,0.568817735,0.632733204,0.632748043,0.632978723
-2537,1,0.4245,1,1,1,1,1,1,1,1,0.3421,0.4245,0.1392,1,0.2862,1,1,1,1,1,1,0.3577,0.2862,0.1808,1,0.5453,1,1,1,0.5019,0.5453,0.1022,1,1,1,1,1,0.392302603,0.493918747,1,1,1,1,1,1,0.385617912,0.604054689,1,1,1,1,1,1,0.643553257,0.311875492,0.627658289,0.627670827,0.627659574
-2538,1,0.4245,1,1,1,1,1,1,1,1,0.4218,0.4245,0.0306,1,0.2862,1,1,1,1,1,1,0.3179,0.2862,0.0559,1,0.5453,1,1,1,0.4238,0.5453,0.0083,1,1,1,1,1,0.518892765,0.240013048,1,1,1,1,1,1,0.335849702,0.289599329,0.997335196,1,1,1,1,1,0.639019608,0.078950264,0.615937651,0.61582399,0.616134752
-2539,1,0.4245,1,1,1,1,1,1,1,1,0.349,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1353,0.2862,0,1,0.5453,1,1,1,0.4722,0.5453,0,1,1,1,1,1,0.515758276,0,0.981053472,1,1,1,1,1,0.170363918,0,1,1,1,1,1,1,0.716360152,0,0.619804253,0.619843453,0.620124113
-2540,1,0.4245,1,1,1,1,1,1,1,1,0.3321,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1467,0.2862,0,1,0.5453,1,1,1,0.4611,0.5453,0,1,1,1,1,1,0.464735955,0,0.910712004,1,1,1,1,1,0.177361697,0,1,1,1,1,1,1,0.672731578,0,0.626570807,0.626613074,0.62677305
-2541,1,0.4245,1,1,1,1,1,1,1,1,0.3698,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3102,0.2862,0,1,0.5453,1,1,1,0.3594,0.5453,0,1,1,1,1,1,0.517345786,0,1,1,1,1,1,1,0.370449096,0,1,1,1,1,1,1,0.650033772,0,0.582709038,0.582822086,0.582890071
-2542,1,0.4245,1,1,1,1,1,1,1,1,0.2899,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2579,0.2862,0,1,0.5453,1,1,1,0.2914,0.5453,0,1,1,1,1,1,0.386501938,0,1,1,1,1,1,1,0.293041855,0,1,1,1,1,1,1,0.620473623,0,0.522595457,0.522741697,0.522606383
-2543,1,0.4245,1,1,1,1,1,1,1,1,0.2959,0.4245,0,1,0.2862,1,1,1,1,1,1,0.5326,0.2862,0,1,0.5453,1,1,1,0.3455,0.5453,0,1,1,1,1,1,0.43971771,0,0.988943934,1,1,1,1,1,0.546195388,0,1,1,1,1,1,1,0.681596339,0,0.466408893,0.466469219,0.466312057
-2544,1,0.4245,1,1,1,1,1,1,1,1,0.334,0.4245,0,1,0.2862,1,1,1,1,1,1,0.6019,0.2862,0,1,0.5453,1,1,1,0.3169,0.5453,0,1,1,1,1,1,0.502716184,0,1,1,1,1,1,1,0.593919456,0,1,1,1,1,1,1,0.655867577,0,0.427440793,0.427543897,0.427748227
-2545,1,0.4245,1,1,1,1,1,1,1,1,0.2815,0.4245,0,1,0.2862,1,1,1,1,1,1,0.7342,0.2862,0,1,0.5453,1,1,1,0.2781,0.5453,0,1,1,1,1,1,0.454034746,0,1,1,1,1,1,1,0.61937207,0,1,1,1,1,1,1,0.628307879,0,0.405026583,0.404907975,0.405141844
-2546,1,0.4245,1,1,1,1,1,1,1,1,0.3032,0.4245,0,1,0.2862,1,1,1,1,1,1,0.5768,0.2862,0,1,0.5453,1,1,1,0.2889,0.5453,0,1,1,1,1,1,0.528916299,0,1,1,1,1,1,1,0.548516273,0,1,1,1,1,1,1,0.567080259,0,0.391312228,0.391368733,0.391400709
-2547,1,0.4245,1,1,1,1,1,1,1,1,0.2333,0.4245,0,1,0.2862,1,1,1,1,1,1,0.7909,0.2862,0,1,0.5453,1,1,1,0.3406,0.5453,0,1,1,1,1,1,0.453639388,0,1,1,1,1,1,1,0.645803154,0,1,1,1,1,1,1,0.679125726,0,0.38557274,0.385656865,0.385638298
-2548,1,0.4245,1,1,1,1,1,1,1,1,0.448,0.4245,0,1,0.2862,1,1,1,1,1,1,0.7263,0.2862,0,1,0.5453,1,1,1,0.4295,0.5453,0,1,1,1,1,1,0.698574126,0,0.994756699,1,1,1,1,1,0.65191412,0,1,1,1,1,1,1,0.783653557,0,0.394030933,0.393907341,0.394060284
-2549,1,0.4245,1,1,1,1,1,1,1,1,0.3896,0.4245,0,1,0.2862,1,1,1,1,1,1,0.4708,0.2862,0,1,0.5453,1,1,1,0.453,0.5453,0,1,1,1,1,1,0.641223073,0,0.944002569,1,1,1,1,1,0.501901209,0,1,1,1,1,1,1,0.774729431,0,0.426715805,0.426697694,0.426861702
-2550,1,0.4245,1,1,1,1,1,1,1,1,0.4692,0.4245,0.0631,1,0.2862,1,1,1,1,1,1,0.7917,0.2862,0.0853,1,0.5453,1,1,1,0.4727,0.5453,0.0564,1,1,1,1,1,0.702678502,0.444588363,0.718759537,1,1,1,1,1,0.660969019,0.422350168,0.694392979,1,1,1,1,1,0.821794748,0.440302283,0.477827453,0.477681405,0.477836879
-2551,1,0.4245,1,1,1,1,1,1,1,1,0.3127,0.4245,0.2384,1,0.2862,1,1,1,1,1,1,0.8413,0.2862,0.2625,1,0.5453,1,1,1,0.3084,0.5453,0.2269,1,1,1,1,1,0.53415215,0.733291447,0.492025793,1,1,1,1,1,0.748878121,0.733710349,0.706155777,1,1,1,1,1,0.614100397,0.703602374,0.534436926,0.534588534,0.534574468
-2552,1,0.4245,1,1,1,1,1,1,1,1,0.3133,0.4245,0.4278,1,0.2862,1,1,1,1,1,1,0.7838,0.2862,0.4547,1,0.5453,1,1,1,0.198,0.5453,0.432,1,1,1,1,1,0.477759898,0.907521129,0.407077491,1,1,1,1,1,0.725172698,0.913560748,0.584464908,1,1,1,1,1,0.432099402,0.884666383,0.567605123,0.567590438,0.567375887
-2553,1,0.4245,1,1,1,1,1,1,1,1,0.3605,0.4245,0.5697,1,0.2862,1,1,1,1,1,1,0.8687,0.2862,0.599,1,0.5453,1,1,1,0.1297,0.5453,0.5824,1,1,1,1,1,0.535795808,0.961923301,0.260699302,1,1,1,1,1,0.826647401,0.976283908,0.892408967,1,1,1,1,1,0.354618996,0.956061959,0.587723538,0.587687751,0.587765957
-2554,1,0.4245,1,1,1,1,1,1,1,1,0.2028,0.4245,0.6876,1,0.2862,1,1,1,1,1,1,0.6327,0.2862,0.7096,1,0.5453,1,1,1,0.1454,0.5453,0.668,1,1,1,1,1,0.299316257,0.991083026,0.156415135,1,1,1,1,1,0.600230098,0.998163342,0.365528524,1,1,1,1,1,0.448277056,0.979393125,0.60258579,0.602707849,0.602836879
-2555,1,0.4245,1,1,1,1,1,1,1,1,0.1893,0.4245,0.6993,1,0.2862,1,1,1,1,1,1,0.5056,0.2862,0.7198,1,0.5453,1,1,1,0.1709,0.5453,0.6863,1,1,1,1,1,0.293685138,0.994470954,0.154601708,1,1,1,1,1,0.472546279,0.986742437,0.474748731,1,1,1,1,1,0.431797892,0.980010808,0.610016916,0.610112122,0.609929078
-2556,1,0.4245,1,1,1,1,1,1,1,1,0.2399,0.4245,0.6955,1,0.2862,1,1,1,1,1,1,0.3916,0.2862,0.6991,1,0.5453,1,1,1,0.2364,0.5453,0.6227,1,1,1,1,1,0.3419936,0.982487977,0.369198322,1,1,1,1,1,0.378073096,0.953682482,0.958040357,1,1,1,1,1,0.457792342,0.986502707,0.613218946,0.613285382,0.613475177
-2557,1,0.4245,1,1,1,1,1,1,1,1,0.2294,0.4245,0.6864,1,0.2862,1,1,1,1,1,1,0.4542,0.2862,0.6783,1,0.5453,1,1,1,0.3628,0.5453,0.6267,1,1,1,1,1,0.374469876,0.977801263,0.532957315,1,1,1,1,1,0.416814774,0.925067604,1,1,1,1,1,1,0.642838955,0.979607582,0.619441759,0.619420351,0.619680851
-2558,1,0.4245,1,1,1,1,1,1,1,1,0.1973,0.4245,0.6366,1,0.2862,1,1,1,1,1,1,0.4454,0.2862,0.6732,1,0.5453,1,1,1,0.493,0.5453,0.5709,1,1,1,1,1,0.387484193,0.963404417,0.64070785,1,1,1,1,1,0.42628324,0.98878938,1,1,1,1,1,1,0.720932722,0.952029228,0.620045916,0.620055003,0.620567376
-2559,1,0.4245,1,1,1,1,1,1,1,1,0.2105,0.4245,0.5082,1,0.2862,1,1,1,1,1,1,0.2703,0.2862,0.5563,1,0.5453,1,1,1,0.4679,0.5453,0.4894,1,1,1,1,1,0.362427533,0.955589592,0.714095354,1,1,1,1,1,0.285438597,0.956554174,1,1,1,1,1,1,0.616013706,0.906403065,0.618777187,0.618785699,0.618794326
-2560,1,0.4245,1,1,1,1,1,1,1,1,0.2641,0.4245,0.3536,1,0.2862,1,1,1,1,1,1,0.4513,0.2862,0.4041,1,0.5453,1,1,1,0.5634,0.5453,0.3292,1,1,1,1,1,0.448112547,0.885870039,0.487758458,1,1,1,1,1,0.448459566,0.888515115,0.943165779,1,1,1,1,1,0.699920356,0.808826923,0.617327211,0.617304845,0.617464539
-2561,1,0.4245,1,1,1,1,1,1,1,1,0.3792,0.4245,0.1506,1,0.2862,1,1,1,1,1,1,0.4806,0.2862,0.2055,1,0.5453,1,1,1,0.6212,0.5453,0.1296,1,1,1,1,1,0.537234843,0.676858902,0.337881505,1,1,1,1,1,0.454696506,0.688384831,0.794183731,1,1,1,1,1,0.707664371,0.61368233,0.611889802,0.611804527,0.611702128
-2562,1,0.4245,1,1,1,1,1,1,1,1,0.3869,0.4245,0.0365,1,0.2862,1,1,1,1,1,1,0.4341,0.2862,0.0597,1,0.5453,1,1,1,0.657,0.5453,0.0333,1,1,1,1,1,0.530140996,0.278641969,0.472568721,1,1,1,1,1,0.420256853,0.261720031,0.933507621,1,1,1,1,1,0.831712008,0.247860566,0.596483809,0.596572879,0.596631206
-2563,1,0.4245,1,1,1,1,1,1,1,1,0.5215,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2091,0.2862,0,1,0.5453,1,1,1,0.706,0.5453,0,1,1,1,1,1,0.451997846,0,0.912396967,1,1,1,1,1,0.277241468,0,0.92590946,1,1,1,1,1,0.856929123,0,0.598537941,0.598688386,0.598847518
-2564,1,0.4245,1,1,1,1,1,1,1,1,0.4893,0.4245,0,1,0.2862,1,1,1,1,1,1,0.6042,0.2862,0,1,0.5453,1,1,1,0.734,0.5453,0,1,1,1,1,1,0.567514896,0,0.993498206,1,1,1,1,1,0.689514279,0,0.589731693,1,1,1,1,1,0.853063047,0,0.604096182,0.603977153,0.604166667
-2565,1,0.4245,1,1,1,1,1,1,1,1,0.5918,0.4245,0,1,0.2862,1,1,1,1,1,1,0.769,0.2862,0,1,0.5453,1,1,1,0.8276,0.5453,0,1,1,1,1,1,0.652266502,0,0.983555675,1,1,1,1,1,0.762937665,0,0.843411326,1,1,1,1,1,0.908099473,0,0.560294828,0.560397715,0.560283688
-2566,1,0.4245,1,1,1,1,1,1,1,1,0.6617,0.4245,0,1,0.2862,1,1,1,1,1,1,0.805,0.2862,0,1,0.5453,1,1,1,0.8177,0.5453,0,1,1,1,1,1,0.61750567,0,0.993493676,1,1,1,1,1,0.770311236,0,1,1,1,1,1,1,0.897740185,0,0.500966651,0.500951978,0.500886525
-2567,1,0.4245,1,1,1,1,1,1,1,1,0.5362,0.4245,0,1,0.2862,1,1,1,1,1,1,0.7818,0.2862,0,1,0.5453,1,1,1,0.6835,0.5453,0,1,1,1,1,1,0.538986444,0,1,1,1,1,1,1,0.756126583,0,1,1,1,1,1,1,0.7969625,0,0.448042533,0.448064311,0.448138298
-2568,1,0.4245,1,1,1,1,1,1,1,1,0.4797,0.4245,0,1,0.2862,1,1,1,1,1,1,0.7484,0.2862,0,1,0.5453,1,1,1,0.5575,0.5453,0,1,1,1,1,1,0.56396544,0,1,1,1,1,1,1,0.778722763,0,1,1,1,1,1,1,0.709414423,0,0.409859836,0.409773641,0.41001773
-2569,1,0.4245,1,1,1,1,1,1,1,1,0.4881,0.4245,0,1,0.2862,1,1,1,1,1,1,0.473,0.2862,0,1,0.5453,1,1,1,0.336,0.5453,0,1,1,1,1,1,0.482619047,0,1,1,1,1,1,1,0.587880492,0,1,1,1,1,1,1,0.474304557,0,0.387989367,0.387983922,0.388297872
-2570,1,0.4245,1,1,1,1,1,1,1,1,0.4655,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2468,0.2862,0,1,0.5453,1,1,1,0.2871,0.5453,0,1,1,1,1,1,0.34279865,0,1,1,1,1,1,1,0.388821483,0,1,1,1,1,1,1,0.422143877,0,0.376147898,0.376137085,0.376329787
-2571,1,0.4245,1,1,1,1,1,1,1,1,0.4107,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1842,0.2862,0,1,0.5453,1,1,1,0.2626,0.5453,0,1,1,1,1,1,0.324467242,0,1,1,1,1,1,1,0.315188229,0,1,1,1,1,1,1,0.337537318,0,0.371314645,0.37127142,0.371453901
-2572,1,0.4245,1,1,1,1,1,1,1,1,0.3036,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2461,0.2862,0,1,0.5453,1,1,1,0.2355,0.5453,0,1,1,1,1,1,0.289199263,0,1,1,1,1,1,1,0.328137815,0,1,1,1,1,1,1,0.302655697,0,0.379531174,0.379521895,0.379875887
-2573,1,0.4245,1,1,1,1,1,1,1,1,0.2408,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1503,0.2862,0,1,0.5453,1,1,1,0.311,0.5453,0,1,1,1,1,1,0.221096441,0,1,1,1,1,1,1,0.200679988,0,1,1,1,1,1,1,0.412225485,0.002770446,0.411672305,0.411677597,0.411347518
-2574,1,0.4245,1,1,1,1,1,1,1,1,0.179,0.4245,0.0781,1,0.2862,1,1,1,1,1,1,0.19,0.2862,0.0913,1,0.5453,1,1,1,0.2915,0.5453,0.0704,1,1,1,1,1,0.209973678,0.426344156,0.995850801,1,1,1,1,1,0.22497803,0.426014662,0.806334376,1,1,1,1,1,0.327292532,0.552866101,0.459581924,0.459699598,0.459663121
-2575,1,0.4245,1,1,1,1,1,1,1,1,0.1343,0.4245,0.2608,1,0.2862,1,1,1,1,1,1,0.1169,0.2862,0.2631,1,0.5453,1,1,1,0.2167,0.5453,0.2592,1,1,1,1,1,0.0839867,0.730861664,0.972055316,1,1,1,1,1,0.168002337,0.679516494,0.796120763,1,1,1,1,1,0.216787785,0.813419223,0.509001933,0.508990903,0.508865248
-2576,1,0.4245,1,1,1,1,1,1,1,1,0.117,0.4245,0.4544,1,0.2862,1,1,1,1,1,1,0.0779,0.2862,0.4507,1,0.5453,1,1,1,0.2849,0.5453,0.4581,1,1,1,1,1,0.059475649,0.940973878,0.775160313,1,1,1,1,1,0.131925941,0.847438037,0.660935163,1,1,1,1,1,0.225611195,0.943709731,0.533772354,0.533742331,0.533687943
-2577,1,0.4245,1,1,1,1,1,1,1,1,0.0627,0.4245,0.599,1,0.2862,1,1,1,1,1,1,0.016,0.2862,0.607,1,0.5453,1,1,1,0.1929,0.5453,0.6166,1,1,1,1,1,0.035507672,0.958990335,0.726079106,1,1,1,1,1,0.048896402,0.959121704,0.369625688,1,1,1,1,1,0.136467889,0.970975995,0.547426293,0.547493125,0.547429078
-2578,1,0.4245,1,1,1,1,1,1,1,1,0.0575,0.4245,0.7065,1,0.2862,1,1,1,1,1,1,0.0155,0.2862,0.6945,1,0.5453,1,1,1,0.1452,0.5453,0.7306,1,1,1,1,1,0.046340816,0.958329201,0.651912451,1,1,1,1,1,0.040399227,0.92365694,0.111816756,1,1,1,1,1,0.103999339,0.932786822,0.558059449,0.558070658,0.558067376
-2579,1,0.4245,1,1,1,1,1,1,1,1,0.0751,0.4245,0.7095,1,0.2862,1,1,1,1,1,1,0,0.2862,0.7035,1,0.5453,1,1,1,0.1004,0.5453,0.7393,1,1,1,1,1,0.026924033,0.910146832,0.763509572,1,1,1,1,1,0.004380333,0.911148548,0.1339131,1,1,1,1,1,0.056455176,0.930849791,0.562953117,0.562936323,0.563386525
-2580,1,0.4245,1,1,1,1,1,1,1,1,0.105,0.4245,0.6849,1,0.2862,1,1,1,1,1,1,0,0.2862,0.6451,1,0.5453,1,1,1,0.1164,0.5453,0.7223,1,1,1,1,1,0.028508903,0.880084634,0.773595452,1,1,1,1,1,0.002600644,0.813875139,0.114055231,1,1,1,1,1,0.089612238,0.90099138,0.56138231,0.561455469,0.561170213
-2581,1,0.4245,1,1,1,1,1,1,1,1,0.1101,0.4245,0.697,1,0.2862,1,1,1,1,1,1,0,0.2862,0.6623,1,0.5453,1,1,1,0.1125,0.5453,0.8108,1,1,1,1,1,0.028923068,0.839026451,0.61258918,1,1,1,1,1,0.010748756,0.805295467,0.27034241,1,1,1,1,1,0.084658265,0.965397477,0.561623973,0.561667019,0.561613475
-2582,1,0.4245,1,1,1,1,1,1,1,1,0.1369,0.4245,0.4869,1,0.2862,1,1,1,1,1,1,0,0.2862,0.4454,1,0.5453,1,1,1,0.104,0.5453,0.6264,1,1,1,1,1,0.023293408,0.658499539,0.489647567,1,1,1,1,1,0.014407043,0.627873123,0.216029853,1,1,1,1,1,0.064214468,0.812907755,0.556307395,0.556378253,0.556737589
-2583,1,0.4245,1,1,1,1,1,1,1,1,0.1927,0.4245,0.3611,1,0.2862,1,1,1,1,1,1,0,0.2862,0.3532,1,0.5453,1,1,1,0.0461,0.5453,0.4679,1,1,1,1,1,0.027869809,0.552439034,0.339365184,1,1,1,1,1,0.023173165,0.528404832,0.040692676,1,1,1,1,1,0.025171194,0.642624259,0.548090865,0.548127777,0.548315603
-2584,1,0.4245,1,1,1,1,1,1,1,1,0.0879,0.4245,0.252,1,0.2862,1,1,1,1,1,1,0,0.2862,0.2602,1,0.5453,1,1,1,0.0333,0.5453,0.31,1,1,1,1,1,0.014641375,0.425844938,0.230772167,1,1,1,1,1,0.012520999,0.499183834,0,1,1,1,1,1,0.007341852,0.386681706,0.546520058,0.546646922,0.546542553
-2585,1,0.4245,1,1,1,1,1,1,1,1,0.0919,0.4245,0.1208,1,0.2862,1,1,1,1,1,1,0.0225,0.2862,0.1457,1,0.5453,1,1,1,0.0225,0.5453,0.1301,1,1,1,1,1,0.023173798,0.306977987,0.202030227,1,1,1,1,1,0.038846228,0.435976863,0.024834294,1,1,1,1,1,0.008369561,0.216569141,0.548876269,0.548762429,0.548758865
-2586,1,0.4245,1,1,1,1,1,1,1,1,0.0497,0.4245,0.0097,1,0.2862,1,1,1,1,1,1,0.0284,0.2862,0.0164,1,0.5453,1,1,1,0.0652,0.5453,0.0204,1,1,1,1,1,0.036620449,0.045078781,0.282380551,1,1,1,1,1,0.032687757,0.109470554,0.071370423,1,1,1,1,1,0.044420283,0.004004681,0.549117931,0.54918553,0.549202128
-2587,1,0.4245,1,1,1,1,1,1,1,1,0.0518,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0678,0.2862,0,1,0.5453,1,1,1,0.1041,0.5453,0,1,1,1,1,1,0.108480372,0,0.148888648,1,1,1,1,1,0.083022192,0,0.181917548,1,1,1,1,1,0.092577033,0,0.563980184,0.563994077,0.563829787
-2588,1,0.4245,1,1,1,1,1,1,1,1,0.0884,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0312,0.2862,0,1,0.5453,1,1,1,0.123,0.5453,0,1,1,1,1,1,0.127673641,0,0.069245279,1,1,1,1,1,0.058269348,0,0.103692681,1,1,1,1,1,0.134417921,0,0.567665539,0.567801989,0.567819149
-2589,1,0.4245,1,1,1,1,1,1,1,1,0.0962,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0072,0.2862,0,1,0.5453,1,1,1,0.1011,0.5453,0,1,1,1,1,1,0.132890686,0,0.060203709,1,1,1,1,1,0.060957663,0,0.05075236,1,1,1,1,1,0.082696803,0,0.53117448,0.531203723,0.531471631
-2590,1,0.4245,1,1,1,1,1,1,1,1,0.1043,0.4245,0,1,0.2862,1,1,1,1,1,1,0.033,0.2862,0,1,0.5453,1,1,1,0.0897,0.5453,0,1,1,1,1,1,0.165400177,0,0.03148403,1,1,1,1,1,0.078232996,0,0.049014922,1,1,1,1,1,0.077318728,0,0.480062832,0.480008462,0.480053191
-2591,1,0.4245,1,1,1,1,1,1,1,1,0.0811,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0246,0.2862,0,1,0.5453,1,1,1,0.1387,0.5453,0,1,1,1,1,1,0.083026581,0,0.023563575,1,1,1,1,1,0.061941374,0,0.046940058,1,1,1,1,1,0.139076114,0,0.431246979,0.431351809,0.431294326
-2592,1,0.4245,1,1,1,1,1,1,1,1,0.0324,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1337,0.2862,0,1,0.5453,1,1,1,0.1484,0.5453,0,1,1,1,1,1,0.030926615,0,0.001416536,1,1,1,1,1,0.167422011,0,0,1,1,1,1,1,0.203654796,0,0.399045433,0.398984557,0.39893617
-2593,1,0.4245,1,1,1,1,1,1,1,1,0.0219,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1603,0.2862,0,1,0.5453,1,1,1,0.1603,0.5453,0,1,1,1,1,1,0.030961893,0,0.00240499,1,1,1,1,1,0.169339374,0,0,1,1,1,1,1,0.31268695,0,0.381162397,0.38100275,0.381205674
-2594,1,0.4245,1,1,1,1,1,1,1,1,0.0253,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2151,0.2862,0,1,0.5453,1,1,1,0.1338,0.5453,0,1,1,1,1,1,0.03271988,0,0.003852777,1,1,1,1,1,0.189523801,0,0.000596859,1,1,1,1,1,0.286581278,0,0.371072982,0.371059869,0.371453901
-2595,1,0.4245,1,1,1,1,1,1,1,1,0.043,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1698,0.2862,0,1,0.5453,1,1,1,0.1427,0.5453,0,1,1,1,1,1,0.042547558,0,0.004539064,1,1,1,1,1,0.124537818,0,0,1,1,1,1,1,0.292710245,0,0.369260512,0.369155913,0.369237589
-2596,1,0.4245,1,1,1,1,1,1,1,1,0.0425,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0929,0.2862,0,1,0.5453,1,1,1,0.1543,0.5453,0,1,1,1,1,1,0.019593365,0,0.006521045,1,1,1,1,1,0.075242192,0,0,1,1,1,1,1,0.315866858,0,0.379954084,0.379944997,0.379875887
-2597,1,0.4245,1,1,1,1,1,1,1,1,0.031,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1282,0.2862,0,1,0.5453,1,1,1,0.1761,0.5453,0.0227,1,1,1,1,1,0.016263686,0,0.023679735,1,1,1,1,1,0.115237474,0,0.021133248,1,1,1,1,1,0.387776196,0.026861018,0.413847269,0.413793103,0.41356383
-2598,1,0.4245,1,1,1,1,1,1,1,1,0.0146,0.4245,0.073,1,0.2862,1,1,1,1,1,1,0.1313,0.2862,0.0756,1,0.5453,1,1,1,0.126,0.5453,0.0733,1,1,1,1,1,0.008373454,0.402580768,0.003490337,1,1,1,1,1,0.108004853,0.386208355,0.027902357,1,1,1,1,1,0.330982238,0.552647114,0.466831803,0.466892321,0.466755319
-2599,1,0.4245,1,1,1,1,1,1,1,1,0.012,0.4245,0.2431,1,0.2862,1,1,1,1,1,1,0.1253,0.2862,0.2584,1,0.5453,1,1,1,0.0606,0.5453,0.2599,1,1,1,1,1,0.006801706,0.728098273,0,1,1,1,1,1,0.12628971,0.708193183,0,1,1,1,1,1,0.217237234,0.835552871,0.51558724,0.515760525,0.515514184
-2600,1,0.4245,1,1,1,1,1,1,1,1,0.0041,0.4245,0.4253,1,0.2862,1,1,1,1,1,1,0.008,0.2862,0.4477,1,0.5453,1,1,1,0.0159,0.5453,0.457,1,1,1,1,1,0.000438113,0.907336056,0,1,1,1,1,1,0.004228799,0.914204299,0,1,1,1,1,1,0.040242258,0.956473351,0.538182697,0.538184895,0.538120567
-2601,1,0.4245,1,1,1,1,1,1,1,1,0.0039,0.4245,0.575,1,0.2862,1,1,1,1,1,1,0,0.2862,0.603,1,0.5453,1,1,1,0.0568,0.5453,0.6095,1,1,1,1,1,0.000502576,0.974433959,0.001366206,1,1,1,1,1,0.001015566,0.976977468,0,1,1,1,1,1,0.11815957,0.998099864,0.55219913,0.552147239,0.552304965
-2602,1,0.4245,1,1,1,1,1,1,1,1,0.0359,0.4245,0.6945,1,0.2862,1,1,1,1,1,1,0.0099,0.2862,0.7172,1,0.5453,1,1,1,0.0735,0.5453,0.7258,1,1,1,1,1,0.005844343,0.992004871,0.002510674,1,1,1,1,1,0.00956759,0.996992409,0,1,1,1,1,1,0.166000247,0.999919593,0.563073949,0.563147874,0.563386525
-2603,1,0.4245,1,1,1,1,1,1,1,1,0.0812,0.4245,0.7176,1,0.2862,1,1,1,1,1,1,0.0233,0.2862,0.7315,1,0.5453,1,1,1,0.0912,0.5453,0.7279,1,1,1,1,1,0.009613743,0.999334693,0,1,1,1,1,1,0.022971142,0.999984264,0,1,1,1,1,1,0.194598928,0.99896127,0.567967617,0.567801989,0.567819149
-2604,1,0.4245,1,1,1,1,1,1,1,1,0.2307,0.4245,0.7241,1,0.2862,1,1,1,1,1,1,0,0.2862,0.7328,1,0.5453,1,1,1,0.143,0.5453,0.7311,1,1,1,1,1,0.023083813,0.999993086,0.000887153,1,1,1,1,1,0.012470894,1,0,1,1,1,1,1,0.278978705,0.999224544,0.566940551,0.566955786,0.567375887
-2605,1,0.4245,1,1,1,1,1,1,1,1,0.2369,0.4245,0.7208,1,0.2862,1,1,1,1,1,1,0,0.2862,0.7283,1,0.5453,1,1,1,0.1342,0.5453,0.669,1,1,1,1,1,0.02480505,0.999936283,0.001057759,1,1,1,1,1,0.022567634,0.999936223,0,1,1,1,1,1,0.2082026,0.99999392,0.567121798,0.567167337,0.567375887
-2606,1,0.4245,1,1,1,1,1,1,1,1,0.2874,0.4245,0.663,1,0.2862,1,1,1,1,1,1,0,0.2862,0.681,1,0.5453,1,1,1,0.1635,0.5453,0.6503,1,1,1,1,1,0.036460727,0.996516943,0.036121473,1,1,1,1,1,0.025861137,0.999281943,0.013752095,1,1,1,1,1,0.232603103,0.998517573,0.563073949,0.563147874,0.563386525
-2607,1,0.4245,1,1,1,1,1,1,1,1,0.3208,0.4245,0.5295,1,0.2862,1,1,1,1,1,1,0.0053,0.2862,0.5637,1,0.5453,1,1,1,0.2079,0.5453,0.5009,1,1,1,1,1,0.047893256,0.979327023,0.137130454,1,1,1,1,1,0.050645646,0.977861762,0.089601837,1,1,1,1,1,0.253720343,0.971612215,0.558361527,0.558493759,0.558510638
-2608,1,0.4245,1,1,1,1,1,1,1,1,0.287,0.4245,0.3579,1,0.2862,1,1,1,1,1,1,0.0103,0.2862,0.4093,1,0.5453,1,1,1,0.3317,0.5453,0.2714,1,1,1,1,1,0.065494493,0.907812476,0.081235476,1,1,1,1,1,0.06483075,0.912201345,0.07399974,1,1,1,1,1,0.332404584,0.862438738,0.557515708,0.557647557,0.557624113
-2609,1,0.4245,1,1,1,1,1,1,1,1,0.2368,0.4245,0.1521,1,0.2862,1,1,1,1,1,1,0.0475,0.2862,0.2091,1,0.5453,1,1,1,0.2902,0.5453,0.1253,1,1,1,1,1,0.091369048,0.693195701,0.084160522,1,1,1,1,1,0.138832778,0.707866907,0.126086384,1,1,1,1,1,0.371175319,0.625756145,0.555461576,0.55553205,0.555407801
-2610,1,0.4245,1,1,1,1,1,1,1,1,0.1764,0.4245,0.0416,1,0.2862,1,1,1,1,1,1,0.1114,0.2862,0.0674,1,0.5453,1,1,1,0.2274,0.5453,0.017,1,1,1,1,1,0.088480897,0.332212329,0.060616266,1,1,1,1,1,0.134548962,0.354023188,0.064603403,1,1,1,1,1,0.399830461,0.116476536,0.548815853,0.548762429,0.548758865
-2611,1,0.4245,1,1,1,1,1,1,1,1,0.164,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0837,0.2862,0,1,0.5453,1,1,1,0.3184,0.5453,0,1,1,1,1,1,0.173557401,0,0.185160488,1,1,1,1,1,0.112532392,0,0.172547385,1,1,1,1,1,0.576877236,0,0.559267762,0.559339962,0.559397163
-2612,1,0.4245,1,1,1,1,1,1,1,1,0.2348,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2885,0.2862,0,1,0.5453,1,1,1,0.2539,0.5453,0,1,1,1,1,1,0.342174649,0,0.236511886,1,1,1,1,1,0.387438565,0,0.315059453,1,1,1,1,1,0.405443072,0,0.57237796,0.572456103,0.572251773
-2613,1,0.4245,1,1,1,1,1,1,1,1,0.2285,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2405,0.2862,0,1,0.5453,1,1,1,0.143,0.5453,0,1,1,1,1,1,0.314047307,0,0.09782239,1,1,1,1,1,0.315539688,0,0.102714665,1,1,1,1,1,0.312920898,0,0.537336878,0.537338693,0.537677305
-2614,1,0.4245,1,1,1,1,1,1,1,1,0.1158,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2411,0.2862,0,1,0.5453,1,1,1,0.1394,0.5453,0,1,1,1,1,1,0.168169379,0,0.100397632,1,1,1,1,1,0.295023501,0,0.211846858,1,1,1,1,1,0.320039809,0,0.485016916,0.484874127,0.48537234
-2615,1,0.4245,1,1,1,1,1,1,1,1,0.2547,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2711,0.2862,0,1,0.5453,1,1,1,0.1651,0.5453,0,1,1,1,1,1,0.23065871,0,0.05368086,1,1,1,1,1,0.321406037,0,0.116798438,1,1,1,1,1,0.385202557,0,0.434690672,0.434736619,0.434840426
-2616,1,0.4245,1,1,1,1,1,1,1,1,0.249,0.4245,0,1,0.2862,1,1,1,1,1,1,0.5172,0.2862,0,1,0.5453,1,1,1,0.1551,0.5453,0,1,1,1,1,1,0.291951299,0,0.027416287,1,1,1,1,1,0.553881764,0,0.058206283,1,1,1,1,1,0.450419575,0,0.401884969,0.401734715,0.402039007
-2617,1,0.4245,1,1,1,1,1,1,1,1,0.4799,0.4245,0,1,0.2862,1,1,1,1,1,1,0.6234,0.2862,0,1,0.5453,1,1,1,0.1989,0.5453,0,1,1,1,1,1,0.42297253,0,0.086423069,1,1,1,1,1,0.635892272,0,0.156273305,1,1,1,1,1,0.422072232,0,0.383881102,0.383752909,0.383865248
-2618,1,0.4245,1,1,1,1,1,1,1,1,0.4741,0.4245,0,1,0.2862,1,1,1,1,1,1,0.6622,0.2862,0,1,0.5453,1,1,1,0.1952,0.5453,0,1,1,1,1,1,0.415099889,0,0.204104319,1,1,1,1,1,0.650937319,0,0.243295565,1,1,1,1,1,0.362497926,0,0.374818753,0.374867781,0.375
-2619,1,0.4245,1,1,1,1,1,1,1,1,0.3525,0.4245,0,1,0.2862,1,1,1,1,1,1,0.5257,0.2862,0,1,0.5453,1,1,1,0.1697,0.5453,0,1,1,1,1,1,0.339321494,0,0.258464873,1,1,1,1,1,0.563535929,0,0.234835863,1,1,1,1,1,0.379051447,0,0.370952151,0.370848318,0.371010638
-2620,1,0.4245,1,1,1,1,1,1,1,1,0.3535,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3834,0.2862,0,1,0.5453,1,1,1,0.1804,0.5453,0,1,1,1,1,1,0.382053077,0,0.26406908,1,1,1,1,1,0.417245716,0,0.102524877,1,1,1,1,1,0.409253478,0,0.380256162,0.380368098,0.380319149
-2621,1,0.4245,1,1,1,1,1,1,1,1,0.1742,0.4245,0,1,0.2862,1,1,1,1,1,1,0.4571,0.2862,0,1,0.5453,1,1,1,0.1842,0.5453,0,1,1,1,1,1,0.240141138,0,0.084626466,1,1,1,1,1,0.407539785,0,0.125601053,1,1,1,1,1,0.435152471,0,0.410645239,0.410831394,0.410904255
-2622,1,0.4245,1,1,1,1,1,1,1,1,0.0884,0.4245,0.0778,1,0.2862,1,1,1,1,1,1,0.203,0.2862,0.1059,1,0.5453,1,1,1,0.1791,0.5453,0.0695,1,1,1,1,1,0.14437367,0.506818473,0.020847924,1,1,1,1,1,0.163101643,0.479316235,0.017137174,1,1,1,1,1,0.424348712,0.500906229,0.458856936,0.458853395,0.458776596
-2623,1,0.4245,1,1,1,1,1,1,1,1,0.042,0.4245,0.2571,1,0.2862,1,1,1,1,1,1,0.0627,0.2862,0.2839,1,0.5453,1,1,1,0.0789,0.5453,0.2375,1,1,1,1,1,0.039644904,0.759187698,0.091437146,1,1,1,1,1,0.061067984,0.769984603,0.082826965,1,1,1,1,1,0.276034921,0.77304709,0.507008217,0.506875397,0.507092199
-2624,1,0.4245,1,1,1,1,1,1,1,1,0.0268,0.4245,0.4415,1,0.2862,1,1,1,1,1,1,0,0.2862,0.463,1,0.5453,1,1,1,0.0168,0.5453,0.4009,1,1,1,1,1,0.006022167,0.913792193,0.007851144,1,1,1,1,1,0.000148245,0.906527936,0.053118326,1,1,1,1,1,0.072784834,0.92801702,0.535645239,0.535646287,0.535904255
-2625,1,0.4245,1,1,1,1,1,1,1,1,0.0279,0.4245,0.5769,1,0.2862,1,1,1,1,1,1,0,0.2862,0.5831,1,0.5453,1,1,1,0.0065,0.5453,0.4991,1,1,1,1,1,0.0040701,0.933915675,0.003673489,1,1,1,1,1,0.000147824,0.924281001,0.036861777,1,1,1,1,1,0.021879796,0.949989676,0.55582407,0.555743601,0.555851064
-2626,1,0.4245,1,1,1,1,1,1,1,1,0.1261,0.4245,0.659,1,0.2862,1,1,1,1,1,1,0.0055,0.2862,0.6466,1,0.5453,1,1,1,0.0007,0.5453,0.5616,1,1,1,1,1,0.059134223,0.884739995,0.027103804,1,1,1,1,1,0.026216544,0.914626181,0.0418377,1,1,1,1,1,0.022585461,0.897901356,0.570746738,0.570763698,0.570921986
-2627,1,0.4245,1,1,1,1,1,1,1,1,0.2501,0.4245,0.648,1,0.2862,1,1,1,1,1,1,0.1206,0.2862,0.6319,1,0.5453,1,1,1,0.0057,0.5453,0.5005,1,1,1,1,1,0.165146098,0.853617668,0.023907023,1,1,1,1,1,0.130044252,0.907189012,0.011137697,1,1,1,1,1,0.024133675,0.78410399,0.57781537,0.57774487,0.578014184
-2628,1,0.4245,1,1,1,1,1,1,1,1,0.4664,0.4245,0.6455,1,0.2862,1,1,1,1,1,1,0.3082,0.2862,0.685,1,0.5453,1,1,1,0.0194,0.5453,0.5171,1,1,1,1,1,0.347844124,0.929026484,0.028445853,1,1,1,1,1,0.317792922,0.975061238,0,1,1,1,1,1,0.035300687,0.821944475,0.577452876,0.577533319,0.577570922
-2629,1,0.4245,1,1,1,1,1,1,1,1,0.4382,0.4245,0.6584,1,0.2862,1,1,1,1,1,1,0.3352,0.2862,0.7031,1,0.5453,1,1,1,0.023,0.5453,0.5073,1,1,1,1,1,0.392095178,0.962646008,0.055585839,1,1,1,1,1,0.367130399,0.965975642,0.031590056,1,1,1,1,1,0.040021479,0.897679985,0.578057032,0.577956421,0.578014184
-2630,1,0.4245,1,1,1,1,1,1,1,1,0.3902,0.4245,0.6393,1,0.2862,1,1,1,1,1,1,0.3769,0.2862,0.6401,1,0.5453,1,1,1,0.0534,0.5453,0.5357,1,1,1,1,1,0.431762874,0.983557165,0.05378706,1,1,1,1,1,0.428354383,0.924715042,0.048672251,1,1,1,1,1,0.070202842,0.919345319,0.573102948,0.573090755,0.573138298
-2631,1,0.4245,1,1,1,1,1,1,1,1,0.4817,0.4245,0.5194,1,0.2862,1,1,1,1,1,1,0.4669,0.2862,0.5318,1,0.5453,1,1,1,0.114,0.5453,0.4057,1,1,1,1,1,0.559509099,0.959857702,0.182964027,1,1,1,1,1,0.514834166,0.865182757,0.210672796,1,1,1,1,1,0.142215624,0.885568678,0.566155147,0.566109583,0.566046099
-2632,1,0.4245,1,1,1,1,1,1,1,1,0.6064,0.4245,0.3527,1,0.2862,1,1,1,1,1,1,0.6793,0.2862,0.3754,1,0.5453,1,1,1,0.176,0.5453,0.2817,1,1,1,1,1,0.722781062,0.870484531,0.411179245,1,1,1,1,1,0.693566322,0.764374673,0.624840617,1,1,1,1,1,0.202858359,0.82423842,0.561201063,0.561243918,0.561170213
-2633,1,0.4245,1,1,1,1,1,1,1,1,0.5255,0.4245,0.1498,1,0.2862,1,1,1,1,1,1,0.5267,0.2862,0.1825,1,0.5453,1,1,1,0.2253,0.5453,0.1269,1,1,1,1,1,0.710130572,0.621243954,0.347673744,1,1,1,1,1,0.527558029,0.564416885,0.459695846,1,1,1,1,1,0.253216505,0.569920897,0.553347028,0.553416543,0.553191489
-2634,1,0.4245,1,1,1,1,1,1,1,1,0.4156,0.4245,0.0324,1,0.2862,1,1,1,1,1,1,0.495,0.2862,0.0398,1,0.5453,1,1,1,0.2595,0.5453,0.018,1,1,1,1,1,0.571673155,0.277333409,0.432760924,1,1,1,1,1,0.458988458,0.232354656,0.587395549,1,1,1,1,1,0.335121721,0.202076569,0.539874335,0.539877301,0.540336879
-2635,1,0.4245,1,1,1,1,1,1,1,1,0.3699,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2572,0.2862,0,1,0.5453,1,1,1,0.2486,0.5453,0,1,1,1,1,1,0.430542976,0,0.755848348,1,1,1,1,1,0.284316003,0,0.993842959,1,1,1,1,1,0.32323873,0,0.54579507,0.545800719,0.546099291
-2636,1,0.4245,1,1,1,1,1,1,1,1,0.3444,0.4245,0,1,0.2862,1,1,1,1,1,1,0.2656,0.2862,0,1,0.5453,1,1,1,0.3213,0.5453,0,1,1,1,1,1,0.537676454,0,0.617279887,1,1,1,1,1,0.265421361,0,1,1,1,1,1,1,0.465000808,0,0.554494925,0.554685847,0.554964539
-2637,1,0.4245,1,1,1,1,1,1,1,1,0.3037,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0784,0.2862,0,1,0.5453,1,1,1,0.3723,0.5453,0,1,1,1,1,1,0.409113646,0,0.837044716,1,1,1,1,1,0.091496155,0,1,1,1,1,1,1,0.575722575,0,0.523018366,0.522953247,0.523492908
-2638,1,0.4245,1,1,1,1,1,1,1,1,0.2412,0.4245,0,1,0.2862,1,1,1,1,1,1,0.1163,0.2862,0,1,0.5453,1,1,1,0.4278,0.5453,0,1,1,1,1,1,0.322334945,0,1,1,1,1,1,1,0.142091602,0,1,1,1,1,1,1,0.657400072,0,0.478733688,0.478739158,0.478723404
-2639,1,0.4245,1,1,1,1,1,1,1,1,0.2707,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0822,0.2862,0,1,0.5453,1,1,1,0.3708,0.5453,0,1,1,1,1,1,0.357842505,0,0.994949937,1,1,1,1,1,0.095761687,0,1,1,1,1,1,1,0.626936615,0,0.432878202,0.432832663,0.432624113
-2640,1,0.4245,1,1,1,1,1,1,1,1,0.2041,0.4245,0,1,0.2862,1,1,1,1,1,1,0.051,0.2862,0,1,0.5453,1,1,1,0.402,0.5453,0,1,1,1,1,1,0.24322103,0,1,1,1,1,1,1,0.096738905,0,1,1,1,1,1,1,0.642493904,0,0.399105848,0.398984557,0.39893617
-2641,1,0.4245,1,1,1,1,1,1,1,1,0.1946,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0716,0.2862,0,1,0.5453,1,1,1,0.2627,0.5453,0,1,1,1,1,1,0.212518558,0,1,1,1,1,1,1,0.11368607,0,1,1,1,1,1,1,0.515783787,0,0.379289512,0.379310345,0.379432624
-2642,1,0.4245,1,1,1,1,1,1,1,1,0.1199,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0542,0.2862,0,1,0.5453,1,1,1,0.2543,0.5453,0,1,1,1,1,1,0.187022761,0,1,1,1,1,1,1,0.082431659,0,1,1,1,1,1,1,0.47913754,0,0.367870952,0.367886609,0.367907801
-2643,1,0.4245,1,1,1,1,1,1,1,1,0.156,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0581,0.2862,0,1,0.5453,1,1,1,0.2453,0.5453,0,1,1,1,1,1,0.207674921,0,1,1,1,1,1,1,0.083542243,0,1,1,1,1,1,1,0.475455403,0,0.362796037,0.362809393,0.362588652
-2644,1,0.4245,1,1,1,1,1,1,1,1,0.159,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0357,0.2862,0,1,0.5453,1,1,1,0.2562,0.5453,0,1,1,1,1,1,0.175908595,0,1,1,1,1,1,1,0.069661655,0,1,1,1,1,1,1,0.47555095,0,0.365575157,0.365771102,0.365691489
-2645,1,0.4245,1,1,1,1,1,1,1,1,0.0809,0.4245,0,1,0.2862,1,1,1,1,1,1,0.023,0.2862,0,1,0.5453,1,1,1,0.2402,0.5453,0,1,1,1,1,1,0.08478079,0,1,1,1,1,1,1,0.060745895,0,0.92072016,1,1,1,1,1,0.404107213,0,0.377839536,0.37782949,0.377659574
-2646,1,0.4245,1,1,1,1,1,1,1,1,0.0309,0.4245,0.0573,1,0.2862,1,1,1,1,1,1,0.0268,0.2862,0.0752,1,0.5453,1,1,1,0.2258,0.5453,0.07,1,1,1,1,1,0.01520334,0.301692247,0.825017095,1,1,1,1,1,0.030587766,0.254855543,0.441799998,1,1,1,1,1,0.374840885,0.408968955,0.396145481,0.396022847,0.396276596
-2647,1,0.4245,1,1,1,1,1,1,1,1,0.0287,0.4245,0.1902,1,0.2862,1,1,1,1,1,1,0.0056,0.2862,0.2161,1,0.5453,1,1,1,0.2129,0.5453,0.2083,1,1,1,1,1,0.005160285,0.707542002,0.391548693,1,1,1,1,1,0.014745788,0.672226489,0.211260214,1,1,1,1,1,0.271937668,0.81552738,0.431730304,0.43177491,0.431737589
-2648,1,0.4245,1,1,1,1,1,1,1,1,0.0566,0.4245,0.3846,1,0.2862,1,1,1,1,1,1,0.0866,0.2862,0.3905,1,0.5453,1,1,1,0.2191,0.5453,0.3761,1,1,1,1,1,0.021721829,0.713448703,0.169072181,1,1,1,1,1,0.076169848,0.691358507,0.040350787,1,1,1,1,1,0.197670564,0.732206941,0.471544224,0.471546435,0.471631206
-2649,1,0.4245,1,1,1,1,1,1,1,1,0.0856,0.4245,0.508,1,0.2862,1,1,1,1,1,1,0.0349,0.2862,0.5169,1,0.5453,1,1,1,0.1833,0.5453,0.4841,1,1,1,1,1,0.036709003,0.755417228,0.063419677,1,1,1,1,1,0.032942493,0.797089577,0.071138225,1,1,1,1,1,0.121099561,0.815100789,0.500060416,0.500105775,0.5
-2650,1,0.4245,1,1,1,1,1,1,1,1,0.1424,0.4245,0.61,1,0.2862,1,1,1,1,1,1,0.0314,0.2862,0.627,1,0.5453,1,1,1,0.1573,0.5453,0.5706,1,1,1,1,1,0.124263048,0.854536951,0.011408004,1,1,1,1,1,0.041336838,0.864685416,0.112993196,1,1,1,1,1,0.087604679,0.854356408,0.515285162,0.515337423,0.515514184
-2651,1,0.4245,1,1,1,1,1,1,1,1,0.1784,0.4245,0.6501,1,0.2862,1,1,1,1,1,1,0.0879,0.2862,0.6556,1,0.5453,1,1,1,0.1113,0.5453,0.6053,1,1,1,1,1,0.153520331,0.868635714,0.041994363,1,1,1,1,1,0.107270047,0.903080463,0.264587164,1,1,1,1,1,0.077758029,0.869101048,0.520420493,0.520414639,0.520833333
-2652,1,0.4245,1,1,1,1,1,1,1,1,0.2709,0.4245,0.6423,1,0.2862,1,1,1,1,1,1,0.0603,0.2862,0.6445,1,0.5453,1,1,1,0.1942,0.5453,0.5502,1,1,1,1,1,0.132802978,0.885649443,0.128245384,1,1,1,1,1,0.1164039,0.890242398,0.353542686,1,1,1,1,1,0.146516368,0.885152459,0.52017883,0.520203089,0.520390071
-2653,1,0.4245,1,1,1,1,1,1,1,1,0.3725,0.4245,0.6489,1,0.2862,1,1,1,1,1,1,0.1979,0.2862,0.6383,1,0.5453,1,1,1,0.2145,0.5453,0.5709,1,1,1,1,1,0.199937075,0.899887443,0.317462295,1,1,1,1,1,0.251665533,0.911254764,0.55715549,1,1,1,1,1,0.200233489,0.928205132,0.516795553,0.516818278,0.516843972
-2654,1,0.4245,1,1,1,1,1,1,1,1,0.4037,0.4245,0.5848,1,0.2862,1,1,1,1,1,1,0.381,0.2862,0.5723,1,0.5453,1,1,1,0.2169,0.5453,0.4668,1,1,1,1,1,0.208618283,0.841117978,0.516115665,1,1,1,1,1,0.41644609,0.866707265,0.885122538,1,1,1,1,1,0.256891966,0.898115218,0.513412276,0.513433467,0.513297872
-2655,1,0.4245,1,1,1,1,1,1,1,1,0.4676,0.4245,0.4683,1,0.2862,1,1,1,1,1,1,0.5082,0.2862,0.5163,1,0.5453,1,1,1,0.155,0.5453,0.4134,1,1,1,1,1,0.327034712,0.801546574,0.919717968,1,1,1,1,1,0.528023779,0.878550231,1,1,1,1,1,1,0.240184143,0.793291211,0.512626873,0.512798815,0.51285461
-2656,1,0.4245,1,1,1,1,1,1,1,1,0.4435,0.4245,0.3278,1,0.2862,1,1,1,1,1,1,0.7532,0.2862,0.3814,1,0.5453,1,1,1,0.2079,0.5453,0.234,1,1,1,1,1,0.336550027,0.812857628,0.617837846,1,1,1,1,1,0.689512312,0.801270306,0.851875186,1,1,1,1,1,0.265545875,0.592094958,0.516191397,0.516183626,0.516400709
-2657,1,0.4245,1,1,1,1,1,1,1,1,0.3844,0.4245,0.1379,1,0.2862,1,1,1,1,1,1,0.6433,0.2862,0.1889,1,0.5453,1,1,1,0.113,0.5453,0.0793,1,1,1,1,1,0.38589415,0.585639179,0.667359531,1,1,1,1,1,0.654697359,0.481158912,0.858595073,1,1,1,1,1,0.161117435,0.539979696,0.521387144,0.521472393,0.521276596
-2658,1,0.4245,1,1,1,1,1,1,1,1,0.3826,0.4245,0.0234,1,0.2862,1,1,1,1,1,1,0.5878,0.2862,0.0427,1,0.5453,1,1,1,0.1459,0.5453,0.0092,1,1,1,1,1,0.408087969,0.103367314,0.79356432,1,1,1,1,1,0.478244662,0.155948788,0.530465245,1,1,1,1,1,0.200060338,0.190477371,0.51921218,0.519145335,0.519060284
-2659,1,0.4245,1,1,1,1,1,1,1,1,0.2503,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0439,0.2862,0,1,0.5453,1,1,1,0.1918,0.5453,0,1,1,1,1,1,0.341794252,0,0.569353938,1,1,1,1,1,0.112388059,0,0.514296889,1,1,1,1,1,0.228625581,0,0.528697438,0.528876666,0.528812057
-2660,1,0.4245,1,1,1,1,1,1,1,1,0.1799,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0046,0.2862,0,1,0.5453,1,1,1,0.2926,0.5453,0,1,1,1,1,1,0.219727382,0,0.478954256,1,1,1,1,1,0.048836671,0,0.43932882,1,1,1,1,1,0.367407769,0,0.539149348,0.539031098,0.539450355
-2661,1,0.4245,1,1,1,1,1,1,1,1,0.1141,0.4245,0,1,0.2862,1,1,1,1,1,1,0,0.2862,0,1,0.5453,1,1,1,0.2727,0.5453,0,1,1,1,1,1,0.188620493,0,0.189126536,1,1,1,1,1,0.019710727,0,0.894116759,1,1,1,1,1,0.355973035,0,0.512083132,0.512164163,0.512411348
-2662,1,0.4245,1,1,1,1,1,1,1,1,0.0887,0.4245,0,1,0.2862,1,1,1,1,1,1,0,0.2862,0,1,0.5453,1,1,1,0.3045,0.5453,0,1,1,1,1,1,0.15726018,0,0.595265985,1,1,1,1,1,0.019782778,0,1,1,1,1,1,1,0.343075722,0,0.472933784,0.472815739,0.472960993
-2663,1,0.4245,1,1,1,1,1,1,1,1,0.0625,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0205,0.2862,0,1,0.5453,1,1,1,0.3747,0.5453,0,1,1,1,1,1,0.136501044,0,0.954638839,1,1,1,1,1,0.085147724,0,1,1,1,1,1,1,0.450772345,0,0.432696955,0.432832663,0.432624113
-2664,1,0.4245,1,1,1,1,1,1,1,1,0.1021,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0495,0.2862,0,1,0.5453,1,1,1,0.3136,0.5453,0,1,1,1,1,1,0.156980827,0,1,1,1,1,1,1,0.083253674,0,1,1,1,1,1,1,0.387372077,0,0.399710005,0.399830759,0.399822695
-2665,1,0.4245,1,1,1,1,1,1,1,1,0.0922,0.4245,0,1,0.2862,1,1,1,1,1,1,0.0485,0.2862,0,1,0.5453,1,1,1,0.3962,0.5453,0,1,1,1,1,1,0.136291564,0,1,1,1,1,1,1,0.11718756,0,1,1,1,1,1,1,0.529994607,0,0.379712421,0.379733446,0.379875887
-2666,1,0.4245,1,1,1,1,1,1,1,1,0.0741,0.4245,0,1,0.2862,1,1,1,1,1,1,0.5091,0.2862,0,1,0.5453,1,1,1,0.332,0.5453,0,1,1,1,1,1,0.152487934,0,1,1,1,1,1,1,0.489376128,0,1,1,1,1,1,1,0.457471281,0,0.366843886,0.366828856,0.367021277
-2667,1,0.4245,1,1,1,1,1,1,1,1,0.2191,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3626,0.2862,0,1,0.5453,1,1,1,0.2638,0.5453,0,1,1,1,1,1,0.374930918,0,1,1,1,1,1,1,0.378513932,0,0.898738503,1,1,1,1,1,0.335884333,0,0.360198163,0.360270785,0.36037234
-2668,1,0.4245,1,1,1,1,1,1,1,1,0.2052,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3997,0.2862,0,1,0.5453,1,1,1,0.2412,0.5453,0,1,1,1,1,1,0.399464339,0,1,1,1,1,1,1,0.474842578,0,0.687939286,1,1,1,1,1,0.37248975,0,0.359896085,0.359847684,0.359929078
-2669,1,0.4245,1,1,1,1,1,1,1,1,0.2299,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3066,0.2862,0,1,0.5453,1,1,1,0.2662,0.5453,0,1,1,1,1,1,0.311986446,0,1,1,1,1,1,1,0.388618708,0,0.343713373,1,1,1,1,1,0.402529806,0,0.366360561,0.366405754,0.366578014
-2670,1,0.4245,1,1,1,1,1,1,1,1,0.1665,0.4245,0.0323,1,0.2862,1,1,1,1,1,1,0.1191,0.2862,0.058,1,0.5453,1,1,1,0.3858,0.5453,0.0108,1,1,1,1,1,0.205774128,0.098257482,0.995825887,1,1,1,1,1,0.15255411,0.110117763,0.121393725,1,1,1,1,1,0.585798025,0.006033102,0.375362494,0.375290882,0.375443262
-2671,1,0.4245,1,1,1,1,1,1,1,1,0.1321,0.4245,0.1293,1,0.2862,1,1,1,1,1,1,0.0862,0.2862,0.1563,1,0.5453,1,1,1,0.3384,0.5453,0.1237,1,1,1,1,1,0.122765705,0.232695743,0.880227983,1,1,1,1,1,0.109262437,0.279457361,0.256717026,1,1,1,1,1,0.454149872,0.129223108,0.402368294,0.402369367,0.40248227
-2672,1,0.4245,1,1,1,1,1,1,1,1,0.1657,0.4245,0.1894,1,0.2862,1,1,1,1,1,1,0.127,0.2862,0.2515,1,0.5453,1,1,1,0.2794,0.5453,0.2347,1,1,1,1,1,0.145725667,0.299880922,0.806457579,1,1,1,1,1,0.168937564,0.359381288,0.160953939,1,1,1,1,1,0.273521334,0.266260177,0.43958434,0.439602285,0.439716312
-2673,1,0.4245,1,1,1,1,1,1,1,1,0.1584,0.4245,0.2513,1,0.2862,1,1,1,1,1,1,0.1767,0.2862,0.3013,1,0.5453,1,1,1,0.3037,0.5453,0.3048,1,1,1,1,1,0.179505408,0.375930786,0.847841322,1,1,1,1,1,0.201001227,0.439117908,0.043097645,1,1,1,1,1,0.318265289,0.365659565,0.471906718,0.471757986,0.472074468
-2674,1,0.4245,1,1,1,1,1,1,1,1,0.1689,0.4245,0.3005,1,0.2862,1,1,1,1,1,1,0.1503,0.2862,0.3415,1,0.5453,1,1,1,0.3736,0.5453,0.3901,1,1,1,1,1,0.230092168,0.4377985,0.809524,1,1,1,1,1,0.177409798,0.502170861,0.016256284,1,1,1,1,1,0.435707986,0.453546226,0.491904302,0.491855299,0.491578014
-2675,1,0.4245,1,1,1,1,1,1,1,1,0.1922,0.4245,0.3063,1,0.2862,1,1,1,1,1,1,0.0944,0.2862,0.3756,1,0.5453,1,1,1,0.4022,0.5453,0.4048,1,1,1,1,1,0.202600017,0.457182378,0.746398866,1,1,1,1,1,0.137086064,0.545141816,0.072660215,1,1,1,1,1,0.465346992,0.467521042,0.505195747,0.505182991,0.505319149
-2676,1,0.4245,1,1,1,1,1,1,1,1,0.1436,0.4245,0.3569,1,0.2862,1,1,1,1,1,1,0.0439,0.2862,0.3573,1,0.5453,1,1,1,0.4039,0.5453,0.4,1,1,1,1,1,0.064813703,0.48541224,0.362543792,1,1,1,1,1,0.113600343,0.553892553,0.260896355,1,1,1,1,1,0.543967605,0.531375587,0.512022716,0.511952613,0.512411348
-2677,1,0.4245,1,1,1,1,1,1,1,1,0.2391,0.4245,0.3508,1,0.2862,1,1,1,1,1,1,0.1021,0.2862,0.3515,1,0.5453,1,1,1,0.4356,0.5453,0.3639,1,1,1,1,1,0.111261874,0.466717184,0.370395422,1,1,1,1,1,0.160570115,0.50679934,0.454319149,1,1,1,1,1,0.506033838,0.529720724,0.512324795,0.512375714,0.512411348
-2678,1,0.4245,1,1,1,1,1,1,1,1,0.3337,0.4245,0.2968,1,0.2862,1,1,1,1,1,1,0.0888,0.2862,0.2854,1,0.5453,1,1,1,0.4734,0.5453,0.3461,1,1,1,1,1,0.194509983,0.421878248,0.747047782,1,1,1,1,1,0.194135502,0.410767257,0.371954978,1,1,1,1,1,0.617521942,0.427117229,0.510210246,0.510260207,0.510638298
-2679,1,0.4245,1,1,1,1,1,1,1,1,0.341,0.4245,0.2386,1,0.2862,1,1,1,1,1,1,0.1465,0.2862,0.2111,1,0.5453,1,1,1,0.5038,0.5453,0.2926,1,1,1,1,1,0.195853204,0.313882887,0.829402566,1,1,1,1,1,0.238229722,0.294295728,1,1,1,1,1,1,0.541786611,0.327982545,0.512566457,0.512587265,0.51285461
-2680,1,0.4245,1,1,1,1,1,1,1,1,0.4499,0.4245,0.1541,1,0.2862,1,1,1,1,1,1,0.2174,0.2862,0.1166,1,0.5453,1,1,1,0.518,0.5453,0.1869,1,1,1,1,1,0.271363407,0.193904668,0.877044678,1,1,1,1,1,0.270968825,0.148557916,1,1,1,1,1,1,0.544690371,0.153142452,0.523441276,0.523376349,0.523492908
-2681,1,0.4245,1,1,1,1,1,1,1,1,0.544,0.4245,0.0215,1,0.2862,1,1,1,1,1,1,0.4399,0.2862,0.0192,1,0.5453,1,1,1,0.3735,0.5453,0.0653,1,1,1,1,1,0.293469489,0.016215729,0.842550278,1,1,1,1,1,0.452019274,0.030457962,1,1,1,1,1,1,0.430177003,0.018063724,0.535826486,0.535646287,0.535904255
-2682,1,0.4245,1,1,1,1,1,1,1,1,0.5718,0.4245,0,1,0.2862,1,1,1,1,1,1,0.6255,0.2862,0,1,0.5453,1,1,1,0.2543,0.5453,0,1,1,1,1,1,0.35108164,0,0.840675235,1,1,1,1,1,0.676472604,0,1,1,1,1,1,1,0.307396561,0,0.54537216,0.545377618,0.545656028
-2683,1,0.4245,1,1,1,1,1,1,1,1,0.417,0.4245,0,1,0.2862,1,1,1,1,1,1,0.567,0.2862,0,1,0.5453,1,1,1,0.1999,0.5453,0,1,1,1,1,1,0.280592769,0,0.861886442,1,1,1,1,1,0.59729135,0,1,1,1,1,1,1,0.257857472,0,0.552924118,0.552781891,0.552748227
-2684,1,0.4245,1,1,1,1,1,1,1,1,0.5281,0.4245,0,1,0.2862,1,1,1,1,1,1,0.8379,0.2862,0,1,0.5453,1,1,1,0.3167,0.5453,0,1,1,1,1,1,0.512780249,0,0.922847629,1,1,1,1,1,0.81712842,0,1,1,1,1,1,1,0.462016433,0,0.544345094,0.544319865,0.544326241
-2685,1,0.4245,1,1,1,1,1,1,1,1,0.6834,0.4245,0,1,0.2862,1,1,1,1,1,1,0.9298,0.2862,0,1,0.5453,1,1,1,0.5239,0.5453,0,1,1,1,1,1,0.652680278,0,0.995096028,1,1,1,1,1,0.913167834,0,1,1,1,1,1,1,0.688891411,0,0.50779362,0.507721599,0.507978723
-2686,1,0.4245,1,1,1,1,1,1,1,1,0.7168,0.4245,0,1,0.2862,1,1,1,1,1,1,0.8532,0.2862,0,1,0.5453,1,1,1,0.5237,0.5453,0,1,1,1,1,1,0.653878212,0,1,1,1,1,1,1,0.897036493,0,1,1,1,1,1,1,0.718627453,0,0.463992267,0.463930611,0.464095745
-2687,1,0.4245,1,1,1,1,1,1,1,1,0.7218,0.4245,0,1,0.2862,1,1,1,1,1,1,0.9499,0.2862,0,1,0.5453,1,1,1,0.5347,0.5453,0,1,1,1,1,1,0.676584661,0,1,1,1,1,1,1,0.951865554,0,1,1,1,1,1,1,0.748449206,0,0.423030449,0.422889782,0.423315603
-2688,1,0.4245,1,1,1,1,1,1,1,1,0.7222,0.4245,0,1,0.2862,1,1,1,1,1,1,0.9456,0.2862,0,1,0.5453,1,1,1,0.6495,0.5453,0,1,1,1,1,1,0.785370529,0,0.971923709,1,1,1,1,1,0.950820088,0,1,1,1,1,1,1,0.802234292,0,0.396387144,0.396445949,0.396719858
-2689,1,0.4245,1,1,1,1,1,1,1,1,0.8435,0.4245,0,1,0.2862,1,1,1,1,1,1,0.9456,0.2862,0,1,0.5453,1,1,1,0.7196,0.5453,0,1,1,1,1,1,0.900539637,0,0.734586954,1,1,1,1,1,0.951650143,0,1,1,1,1,1,1,0.848921299,0,0.382310295,0.382272054,0.382092199
-2690,1,0.4245,1,1,1,1,1,1,1,1,0.7162,0.4245,0,1,0.2862,1,1,1,1,1,1,0.9179,0.2862,0,1,0.5453,1,1,1,0.7905,0.5453,0,1,1,1,1,1,0.880817473,0,0.207641646,1,1,1,1,1,0.918605149,0,0.052356023,1,1,1,1,1,0.892086208,0,0.376027066,0.375925534,0.375886525
-2691,1,0.4245,1,1,1,1,1,1,1,1,0.5295,0.4245,0,1,0.2862,1,1,1,1,1,1,0.709,0.2862,0,1,0.5453,1,1,1,0.864,0.5453,0,1,1,1,1,1,0.820702612,0,0.056831181,1,1,1,1,1,0.81024909,0,0,1,1,1,1,1,0.914151609,0,0.374697922,0.374867781,0.374556738
-2692,1,0.4245,1,1,1,1,1,1,1,1,0.5583,0.4245,0,1,0.2862,1,1,1,1,1,1,0.7221,0.2862,0,1,0.5453,1,1,1,0.9055,0.5453,0,1,1,1,1,1,0.800587893,0,0.336381435,1,1,1,1,1,0.797807097,0,0,1,1,1,1,1,0.945165038,0,0.385512325,0.385445314,0.385638298
-2693,1,0.4245,1,1,1,1,1,1,1,1,0.4484,0.4245,0,1,0.2862,1,1,1,1,1,1,0.4875,0.2862,0,1,0.5453,1,1,1,0.9067,0.5453,0,1,1,1,1,1,0.646574378,0,0.734586954,1,1,1,1,1,0.633175373,0,1,1,1,1,1,1,0.954563081,0,0.426292895,0.426274593,0.42641844
-2694,1,0.4245,1,1,1,1,1,1,1,1,0.4719,0.4245,0,1,0.2862,1,1,1,1,1,1,0.3295,0.2862,0,1,0.5453,1,1,1,0.9463,0.5453,0.0145,1,1,1,1,1,0.636002004,0,0.884865463,1,1,1,1,1,0.483007073,0.001741898,1,1,1,1,1,1,0.948802173,0,0.49679797,0.496720965,0.496897163
-2695,1,0.4245,1,1,1,1,1,1,1,1,0.5206,0.4245,0.0092,1,0.2862,1,1,1,1,1,1,0.2892,0.2862,0.0238,1,0.5453,1,1,1,0.8578,0.5453,0.0778,1,1,1,1,1,0.64376235,0.031724446,1,1,1,1,1,1,0.412784755,0.102551229,1,1,1,1,1,1,0.940999687,0.001014912,0.550144998,0.550031733,0.550531915
-2696,1,0.4248,1,1,1,1,1,1,1,1,0.6714,0.4248,0.0916,1,0.2864,1,1,1,1,1,1,0.413,0.2864,0.1984,1,0.5455,1,1,1,0.8793,0.5455,0.1911,1,1,1,1,1,0.629071534,0.153454483,1,1,1,1,1,1,0.516200304,0.353171229,1,1,1,1,1,1,0.916537285,0.085423477,0.572317545,0.572456103,0.572251773
-2697,1,0.4252,1,1,1,1,1,1,1,1,0.6357,0.4252,0.3281,1,0.2867,1,1,1,1,1,1,0.2892,0.2867,0.3732,1,0.5457,1,1,1,0.8469,0.5457,0.2431,1,1,1,1,1,0.51518929,0.424378812,1,1,1,1,1,1,0.41179806,0.544487536,1,1,1,1,1,1,0.917108774,0.147620171,0.583494442,0.583668289,0.583776596
-2698,1,0.4255,1,1,1,1,1,1,1,1,0.5344,0.4255,0.423,1,0.2869,1,1,1,1,1,1,0.1684,0.2869,0.4554,1,0.5458,1,1,1,0.8419,0.5458,0.3821,1,1,1,1,1,0.295751691,0.621472299,1,1,1,1,1,1,0.244779885,0.647387683,1,1,1,1,1,1,0.909280777,0.388234705,0.591710971,0.591707214,0.591755319
-2699,1,0.4259,1,1,1,1,1,1,1,1,0.4371,0.4259,0.4581,1,0.2871,1,1,1,1,1,1,0.1935,0.2871,0.4953,1,0.546,1,1,1,0.7973,0.546,0.3618,1,1,1,1,1,0.231062874,0.666144907,1,1,1,1,1,1,0.242668331,0.680498898,0.995214701,1,1,1,1,1,0.863693595,0.444251209,0.595033833,0.595092025,0.594858156
-2700,1,0.4262,1,1,1,1,1,1,1,1,0.3122,0.4262,0.4584,1,0.2874,1,1,1,1,1,1,0.1572,0.2874,0.4939,1,0.5462,1,1,1,0.7024,0.5462,0.3974,1,1,1,1,1,0.176757455,0.680133641,1,1,1,1,1,1,0.204794347,0.691818297,1,1,1,1,1,1,0.754281163,0.491976798,0.591288062,0.591284113,0.591312057
-2701,1,0.4266,1,1,1,1,1,1,1,1,0.3189,0.4266,0.4346,1,0.2876,1,1,1,1,1,1,0.2455,0.2876,0.4942,1,0.5464,1,1,1,0.6932,0.5464,0.4304,1,1,1,1,1,0.251236618,0.666738451,0.86003828,1,1,1,1,1,0.304431915,0.659746885,0.764526486,1,1,1,1,1,0.722271264,0.50990653,0.588629773,0.588745505,0.588652482
-2702,1,0.4269,1,1,1,1,1,1,1,1,0.304,0.4269,0.3725,1,0.2878,1,1,1,1,1,1,0.3053,0.2878,0.4446,1,0.5466,1,1,1,0.6722,0.5466,0.4048,1,1,1,1,1,0.264398962,0.601036787,0.851855278,1,1,1,1,1,0.400043428,0.635209501,0.978219211,1,1,1,1,1,0.741673231,0.442836583,0.580534074,0.580495029,0.580673759
-2703,1,0.4273,1,1,1,1,1,1,1,1,0.2639,0.4273,0.3797,1,0.2881,1,1,1,1,1,1,0.3436,0.2881,0.4313,1,0.5468,1,1,1,0.6817,0.5468,0.291,1,1,1,1,1,0.396146983,0.57425952,0.83642447,1,1,1,1,1,0.434248775,0.593845963,0.726898432,1,1,1,1,1,0.779893875,0.312850416,0.574069599,0.573936958,0.574024823
-2704,1,0.4276,1,1,1,1,1,1,1,1,0.2964,0.4276,0.266,1,0.2883,1,1,1,1,1,1,0.49,0.2883,0.3186,1,0.547,1,1,1,0.5943,0.547,0.184,1,1,1,1,1,0.432702482,0.548457146,0.86046052,1,1,1,1,1,0.578551948,0.540510416,0.667315185,1,1,1,1,1,0.70224148,0.157987565,0.576486225,0.576687117,0.576684397
-2705,1,0.428,1,1,1,1,1,1,1,1,0.2713,0.428,0.1099,1,0.2885,1,1,1,1,1,1,0.1526,0.2885,0.1679,1,0.5472,1,1,1,0.5414,0.5472,0.0477,1,1,1,1,1,0.26060155,0.380763203,0.810180068,1,1,1,1,1,0.198396325,0.405159175,0.554820418,1,1,1,1,1,0.651316583,0.009811619,0.583313195,0.583456738,0.583333333
-2706,1,0.4283,1,1,1,1,1,1,1,1,0.3576,0.4283,0.0132,1,0.2888,1,1,1,1,1,1,0.2074,0.2888,0.0334,1,0.5473,1,1,1,0.4557,0.5473,0.0117,1,1,1,1,1,0.3187989,0.193336725,0.959774733,1,1,1,1,1,0.263427943,0.163710847,0.778061092,1,1,1,1,1,0.636298478,0,0.582104882,0.582187434,0.582446809
-2707,1,0.4287,1,1,1,1,1,1,1,1,0.3127,0.4287,0,1,0.289,1,1,1,1,1,1,0.1261,0.289,0,1,0.5475,1,1,1,0.5446,0.5475,0,1,1,1,1,1,0.20510456,0,0.991879344,1,1,1,1,1,0.160886139,0,0.74278456,1,1,1,1,1,0.780330777,0,0.588508942,0.588533954,0.588652482
-2708,1,0.429,1,1,1,1,1,1,1,1,0.3401,0.429,0,1,0.2892,1,1,1,1,1,1,0.2399,0.2892,0,1,0.5477,1,1,1,0.5443,0.5477,0,1,1,1,1,1,0.309383452,0,0.807699323,1,1,1,1,1,0.29506883,0,1,1,1,1,1,1,0.75485605,0,0.586817303,0.586841549,0.586879433
-2709,1,0.4294,1,1,1,1,1,1,1,1,0.3373,0.4294,0,1,0.2895,1,1,1,1,1,1,0.2054,0.2895,0,1,0.5479,1,1,1,0.4748,0.5479,0,1,1,1,1,1,0.421286494,0,0.673774362,1,1,1,1,1,0.2826823,0,0.796000838,1,1,1,1,1,0.643066645,0,0.545492992,0.545589169,0.545656028
-2710,1,0.4297,1,1,1,1,1,1,1,1,0.2877,0.4297,0,1,0.2897,1,1,1,1,1,1,0.3248,0.2897,0,1,0.5481,1,1,1,0.4847,0.5481,0,1,1,1,1,1,0.351143688,0,0.472672224,1,1,1,1,1,0.366475552,0,0.72397989,1,1,1,1,1,0.688420653,0,0.489487675,0.489528242,0.489361702
-2711,1,0.4301,1,1,1,1,1,1,1,1,0.239,0.4301,0,1,0.2899,1,1,1,1,1,1,0.2631,0.2899,0,1,0.5483,1,1,1,0.5555,0.5483,0,1,1,1,1,1,0.36599651,0,0.429126024,1,1,1,1,1,0.375437886,0,0.805107355,1,1,1,1,1,0.767147362,0,0.438376027,0.438332981,0.438386525
-2712,1,0.4304,1,1,1,1,1,1,1,1,0.325,0.4304,0,1,0.2902,1,1,1,1,1,1,0.2849,0.2902,0,1,0.5485,1,1,1,0.4769,0.5485,0,1,1,1,1,1,0.454651415,0,0.574166775,1,1,1,1,1,0.348290741,0,0.570800304,1,1,1,1,1,0.724911809,0,0.405570324,0.405542627,0.405585106
-2713,1,0.4308,1,1,1,1,1,1,1,1,0.3876,0.4308,0,1,0.2904,1,1,1,1,1,1,0.315,0.2904,0,1,0.5487,1,1,1,0.4511,0.5487,0,1,1,1,1,1,0.541741073,0,0.606154799,1,1,1,1,1,0.365291417,0,0.495911568,1,1,1,1,1,0.703047574,0,0.389922668,0.389887878,0.390070922
-2714,1,0.4312,1,1,1,1,1,1,1,1,0.3238,0.4312,0,1,0.2906,1,1,1,1,1,1,0.2608,0.2906,0,1,0.5488,1,1,1,0.4297,0.5488,0,1,1,1,1,1,0.45965305,0,0.674890757,1,1,1,1,1,0.320185691,0,0.869297743,1,1,1,1,1,0.661154211,0,0.381464476,0.381425851,0.381648936
-2715,1,0.4315,1,1,1,1,1,1,1,1,0.3789,0.4315,0,1,0.2909,1,1,1,1,1,1,0.2034,0.2909,0,1,0.549,1,1,1,0.3561,0.549,0,1,1,1,1,1,0.431269199,0,0.764271259,1,1,1,1,1,0.246537372,0,0.87827754,1,1,1,1,1,0.581205964,0,0.379833253,0.379733446,0.379875887
-2716,1,0.4319,1,1,1,1,1,1,1,1,0.4623,0.4319,0,1,0.2911,1,1,1,1,1,1,0.2734,0.2911,0,1,0.5492,1,1,1,0.4146,0.5492,0,1,1,1,1,1,0.545951188,0,0.905958235,1,1,1,1,1,0.344197631,0,0.899018168,1,1,1,1,1,0.669071257,0,0.391312228,0.391368733,0.391400709
-2717,1,0.4322,1,1,1,1,1,1,1,1,0.418,0.4322,0,1,0.2914,1,1,1,1,1,1,0.2339,0.2914,0,1,0.5494,1,1,1,0.4189,0.5494,0,1,1,1,1,1,0.482284844,0,1,1,1,1,1,1,0.263795346,0,0.746636152,1,1,1,1,1,0.657233119,0,0.429555341,0.429659403,0.429521277
-2718,1,0.4326,1,1,1,1,1,1,1,1,0.3201,0.4326,0.0942,1,0.2916,1,1,1,1,1,1,0.149,0.2916,0.1216,1,0.5496,1,1,1,0.3521,0.5496,0.0811,1,1,1,1,1,0.447617292,0.445197195,0.946662426,1,1,1,1,1,0.160768449,0.388496816,0.773418546,1,1,1,1,1,0.580847979,0.376226217,0.493052199,0.493124603,0.493351064
-2719,1,0.4329,1,1,1,1,1,1,1,1,0.3314,0.4329,0.2605,1,0.2918,1,1,1,1,1,1,0.2134,0.2918,0.2739,1,0.5498,1,1,1,0.3649,0.5498,0.2411,1,1,1,1,1,0.425749689,0.650996447,0.999482989,1,1,1,1,1,0.268425822,0.617011607,1,1,1,1,1,1,0.611559927,0.652337551,0.541082649,0.540935054,0.541223404
-2720,1,0.4333,1,1,1,1,1,1,1,1,0.4887,0.4333,0.4075,1,0.2921,1,1,1,1,1,1,0.2955,0.2921,0.4273,1,0.55,1,1,1,0.4432,0.55,0.3776,1,1,1,1,1,0.515419245,0.733516753,1,1,1,1,1,1,0.357034087,0.732112885,1,1,1,1,1,1,0.735639453,0.790674686,0.556488642,0.556589803,0.556737589
-2721,1,0.4336,1,1,1,1,1,1,1,1,0.4707,0.4336,0.5245,1,0.2923,1,1,1,1,1,1,0.2848,0.2923,0.5165,1,0.5502,1,1,1,0.3922,0.5502,0.5386,1,1,1,1,1,0.421479613,0.774460793,1,1,1,1,1,1,0.360108078,0.772252798,1,1,1,1,1,1,0.676976085,0.821300983,0.565248913,0.565263381,0.565159574
-2722,1,0.434,1,1,1,1,1,1,1,1,0.4367,0.434,0.6,1,0.2925,1,1,1,1,1,1,0.2706,0.2925,0.5981,1,0.5504,1,1,1,0.3864,0.5504,0.571,1,1,1,1,1,0.382467806,0.821229517,1,1,1,1,1,1,0.302800953,0.812562644,0.773742914,1,1,1,1,1,0.667250276,0.818854272,0.571471725,0.571609901,0.571808511
-2723,1,0.4343,1,1,1,1,1,1,1,1,0.4633,0.4343,0.612,1,0.2928,1,1,1,1,1,1,0.2314,0.2928,0.6208,1,0.5505,1,1,1,0.5935,0.5505,0.5884,1,1,1,1,1,0.385675699,0.817220926,1,1,1,1,1,1,0.309961647,0.827108443,0.865537167,1,1,1,1,1,0.823172688,0.845779359,0.5709884,0.570975249,0.571365248
-2724,1,0.4347,1,1,1,1,1,1,1,1,0.5341,0.4347,0.6225,1,0.293,1,1,1,1,1,1,0.2973,0.293,0.5842,1,0.5507,1,1,1,0.5573,0.5507,0.6154,1,1,1,1,1,0.490700752,0.852387667,0.973414361,1,1,1,1,1,0.358092308,0.790297985,0.98920393,1,1,1,1,1,0.770936191,0.800313354,0.566638473,0.566744235,0.566932624
-2725,1,0.435,1,1,1,1,1,1,1,1,0.5134,0.435,0.7787,1,0.2932,1,1,1,1,1,1,0.2431,0.2932,0.719,1,0.5509,1,1,1,0.6965,0.5509,0.7166,1,1,1,1,1,0.492446929,0.99399519,0.992114425,1,1,1,1,1,0.306503296,0.962671638,1,1,1,1,1,1,0.874481082,0.990128875,0.56458434,0.564628729,0.564716312
-2726,1,0.4354,1,1,1,1,1,1,1,1,0.4225,0.4354,0.5473,1,0.2935,1,1,1,1,1,1,0.1201,0.2935,0.5147,1,0.5511,1,1,1,0.4535,0.5511,0.4556,1,1,1,1,1,0.326745063,0.759253204,1,1,1,1,1,1,0.171703354,0.683122396,1,1,1,1,1,1,0.464147002,0.742604196,0.558421943,0.558493759,0.558510638
-2727,1,0.4357,1,1,1,1,1,1,1,1,0.5805,0.4357,0.4565,1,0.2937,1,1,1,1,1,1,0.0815,0.2937,0.4242,1,0.5513,1,1,1,0.3477,0.5513,0.444,1,1,1,1,1,0.488597602,0.676332831,1,1,1,1,1,1,0.137626708,0.615599692,0.923417807,1,1,1,1,1,0.337892443,0.809128881,0.552440793,0.552570341,0.552748227
-2728,1,0.4361,1,1,1,1,1,1,1,1,0.4496,0.4361,0.323,1,0.2939,1,1,1,1,1,1,0.0058,0.2939,0.325,1,0.5515,1,1,1,0.3584,0.5515,0.2986,1,1,1,1,1,0.303591371,0.59014678,1,1,1,1,1,1,0.056670282,0.529215574,0.203455493,1,1,1,1,1,0.331406087,0.778568566,0.553286612,0.553416543,0.553191489
-2729,1,0.4364,1,1,1,1,1,1,1,1,0.304,0.4364,0.1512,1,0.2942,1,1,1,1,1,1,0.0249,0.2942,0.1869,1,0.5517,1,1,1,0.2624,0.5517,0.1466,1,1,1,1,1,0.169655278,0.507646799,0.915672719,1,1,1,1,1,0.062578127,0.453971773,0.160778791,1,1,1,1,1,0.204283908,0.621801615,0.55679072,0.556589803,0.556737589
-2730,1,0.4368,1,1,1,1,1,1,1,1,0.4595,0.4368,0.0499,1,0.2944,1,1,1,1,1,1,0.2002,0.2944,0.0568,1,0.5519,1,1,1,0.4298,0.5519,0.0417,1,1,1,1,1,0.388386756,0.242649853,0.238182008,1,1,1,1,1,0.284705639,0.24051924,0.858568311,1,1,1,1,1,0.431215644,0.309628159,0.557817786,0.557859107,0.558067376
-2731,1,0.4371,1,1,1,1,1,1,1,1,0.082,0.4371,0,1,0.2946,1,1,1,1,1,1,0.0457,0.2946,0,1,0.552,1,1,1,0.0751,0.552,0,1,1,1,1,1,0.036005527,0,0.223872364,1,1,1,1,1,0.035773925,0,0.470522523,1,1,1,1,1,0.08426217,0,0.573586274,0.573725407,0.574024823
-2732,1,0.4375,1,1,1,1,1,1,1,1,0.2155,0.4375,0,1,0.2949,1,1,1,1,1,1,0.1485,0.2949,0,1,0.5522,1,1,1,0.3601,0.5522,0,1,1,1,1,1,0.210960865,0,0.247359678,1,1,1,1,1,0.155272886,0,0.661190629,1,1,1,1,1,0.423157871,0,0.588206863,0.588322403,0.588652482
-2733,1,0.4378,1,1,1,1,1,1,1,1,0.2545,0.4378,0,1,0.2951,1,1,1,1,1,1,0.1335,0.2951,0,1,0.5524,1,1,1,0.277,0.5524,0,1,1,1,1,1,0.284953982,0,0.562797904,1,1,1,1,1,0.198170051,0,0.809405088,1,1,1,1,1,0.444366992,0,0.551715805,0.551724138,0.551861702
-2734,1,0.4382,1,1,1,1,1,1,1,1,0.1599,0.4382,0,1,0.2953,1,1,1,1,1,1,0.1161,0.2953,0,1,0.5526,1,1,1,0.2113,0.5526,0,1,1,1,1,1,0.092526734,0,0.702963352,1,1,1,1,1,0.145778239,0,0.99788487,1,1,1,1,1,0.371877342,0,0.494441759,0.494393907,0.494680851
-2735,1,0.4386,1,1,1,1,1,1,1,1,0.2487,0.4386,0,1,0.2956,1,1,1,1,1,1,0.1239,0.2956,0,1,0.5528,1,1,1,0.2485,0.5528,0,1,1,1,1,1,0.226024479,0,0.818042219,1,1,1,1,1,0.177843481,0,1,1,1,1,1,1,0.433157235,0,0.44278637,0.442775545,0.443262411
-2736,1,0.4389,1,1,1,1,1,1,1,1,0.0261,0.4389,0,1,0.2958,1,1,1,1,1,1,0,0.2958,0,1,0.553,1,1,1,0.0131,0.553,0,1,1,1,1,1,0.003685403,0,0.994975746,1,1,1,1,1,0.001039337,0,1,1,1,1,1,1,0.055596575,0,0.409497342,0.40956209,0.409574468
-2737,1,0.4393,1,1,1,1,1,1,1,1,0.2149,0.4393,0,1,0.296,1,1,1,1,1,1,0.0656,0.296,0,1,0.5532,1,1,1,0.2199,0.5532,0,1,1,1,1,1,0.23046121,0,0.896880269,1,1,1,1,1,0.107340567,0,1,1,1,1,1,1,0.4770464,0,0.392580957,0.392638037,0.392287234
-2738,1,0.4396,1,1,1,1,1,1,1,1,0.0304,0.4396,0,1,0.2963,1,1,1,1,1,1,0.0171,0.2963,0,1,0.5534,1,1,1,0.0092,0.5534,0,1,1,1,1,1,0.002055374,0,0.656240702,1,1,1,1,1,0.020996686,0,0.872880936,1,1,1,1,1,0.051148407,0,0.384847753,0.384810662,0.384751773
-2739,1,0.44,1,1,1,1,1,1,1,1,0.1528,0.44,0,1,0.2965,1,1,1,1,1,1,0.2847,0.2965,0,1,0.5535,1,1,1,0.1595,0.5535,0,1,1,1,1,1,0.105734318,0,0.669404387,1,1,1,1,1,0.299770862,0,0.631741941,1,1,1,1,1,0.427521259,0,0.382551957,0.382695155,0.382535461
-2740,1,0.4403,1,1,1,1,1,1,1,1,0.22,0.4403,0,1,0.2968,1,1,1,1,1,1,0.2039,0.2968,0,1,0.5537,1,1,1,0.1149,0.5537,0,1,1,1,1,1,0.17490086,0,0.756407857,1,1,1,1,1,0.243579268,0,0.696235657,1,1,1,1,1,0.318448097,0,0.395239246,0.395176645,0.395390071
-2741,1,0.4407,1,1,1,1,1,1,1,1,0.0276,0.4407,0.0005,1,0.297,1,1,1,1,1,1,0.0094,0.297,0,1,0.5539,1,1,1,0.0099,0.5539,0.0325,1,1,1,1,1,0.002736029,0.000146972,0.781696141,1,1,1,1,1,0.003433182,0,0.22573036,1,1,1,1,1,0.060197633,0.125203222,0.434146931,0.434101967,0.434397163
-2742,1,0.441,1,1,1,1,1,1,1,1,0.0641,0.441,0.0872,1,0.2972,1,1,1,1,1,1,0.1193,0.2972,0.1218,1,0.5541,1,1,1,0.0744,0.5541,0.0962,1,1,1,1,1,0.043087225,0.58929038,0.164565712,1,1,1,1,1,0.106475562,0.563917696,0.133609697,1,1,1,1,1,0.128087357,0.61029768,0.497764621,0.497778718,0.497783688
-2743,1,0.4414,1,1,1,1,1,1,1,1,0.0668,0.4414,0.2712,1,0.2975,1,1,1,1,1,1,0,0.2975,0.2991,1,0.5543,1,1,1,0.0352,0.5543,0.2683,1,1,1,1,1,0.016651142,0.826890528,0.81358403,1,1,1,1,1,0.000236518,0.808328331,0.148762316,1,1,1,1,1,0.086705834,0.844294012,0.541686805,0.541781257,0.542109929
-2744,1,0.4417,1,1,1,1,1,1,1,1,0.095,0.4417,0.4665,1,0.2977,1,1,1,1,1,1,0,0.2977,0.4859,1,0.5545,1,1,1,0.1062,0.5545,0.4058,1,1,1,1,1,0.061280563,0.973333061,0.803124964,1,1,1,1,1,0.00018277,0.948777318,0.094907597,1,1,1,1,1,0.121260077,0.897402704,0.553165781,0.553204993,0.553191489
-2745,1,0.4421,1,1,1,1,1,1,1,1,0.1053,0.4421,0.6087,1,0.2979,1,1,1,1,1,1,0.1252,0.2979,0.6103,1,0.5547,1,1,1,0.2221,0.5547,0.5121,1,1,1,1,1,0.111960888,0.996291161,0.125394344,1,1,1,1,1,0.111392222,0.914905608,0.03728063,1,1,1,1,1,0.275820225,0.966420412,0.560173997,0.560186165,0.560283688
-2746,1,0.4424,1,1,1,1,1,1,1,1,0.0865,0.4424,0.7054,1,0.2982,1,1,1,1,1,1,0.3366,0.2982,0.6446,1,0.5549,1,1,1,0.3077,0.5549,0.5394,1,1,1,1,1,0.115251631,0.967725098,0.046397366,1,1,1,1,1,0.281080008,0.867586613,0,1,1,1,1,1,0.373385489,0.982796431,0.564946834,0.564840279,0.565159574
-2747,1,0.4428,1,1,1,1,1,1,1,1,0.1126,0.4428,0.6586,1,0.2984,1,1,1,1,1,1,0.5518,0.2984,0.5585,1,0.5551,1,1,1,0.2834,0.5551,0.548,1,1,1,1,1,0.165598586,0.847578049,0.055085991,1,1,1,1,1,0.412992537,0.809469223,0,1,1,1,1,1,0.267747939,0.994278789,0.56681972,0.566744235,0.566932624
-2748,1,0.4431,1,1,1,1,1,1,1,1,0.1689,0.4431,0.5991,1,0.2986,1,1,1,1,1,1,0.3965,0.2986,0.6046,1,0.5552,1,1,1,0.2537,0.5552,0.566,1,1,1,1,1,0.18062751,0.81741643,0.068401225,1,1,1,1,1,0.325824171,0.83724016,0.020124085,1,1,1,1,1,0.176732883,0.91386658,0.564101015,0.563994077,0.56427305
-2749,1,0.4435,1,1,1,1,1,1,1,1,0.2298,0.4435,0.5881,1,0.2989,1,1,1,1,1,1,0.3041,0.2989,0.552,1,0.5554,1,1,1,0.2507,0.5554,0.5653,1,1,1,1,1,0.200977609,0.801635683,0.0973427,1,1,1,1,1,0.275839388,0.757307887,0.09811493,1,1,1,1,1,0.197512627,0.867425859,0.562953117,0.562936323,0.563386525
-2750,1,0.4438,1,1,1,1,1,1,1,1,0.3113,0.4438,0.573,1,0.2991,1,1,1,1,1,1,0.2242,0.2991,0.5218,1,0.5556,1,1,1,0.1772,0.5556,0.5419,1,1,1,1,1,0.215718418,0.820532858,0.243948489,1,1,1,1,1,0.230708808,0.733349144,0.255326688,1,1,1,1,1,0.116085857,0.85717988,0.555340744,0.555320499,0.555407801
-2751,1,0.4442,1,1,1,1,1,1,1,1,0.337,0.4442,0.4545,1,0.2993,1,1,1,1,1,1,0.2028,0.2993,0.4655,1,0.5558,1,1,1,0.1239,0.5558,0.4146,1,1,1,1,1,0.183192462,0.779780984,0.250481635,1,1,1,1,1,0.213257179,0.759011686,0.236499757,1,1,1,1,1,0.082861684,0.771551013,0.550326245,0.550243283,0.550531915
-2752,1,0.4445,1,1,1,1,1,1,1,1,0.3742,0.4445,0.3241,1,0.2996,1,1,1,1,1,1,0.1081,0.2996,0.3282,1,0.556,1,1,1,0.1141,0.556,0.2967,1,1,1,1,1,0.217356905,0.675747573,0.551589191,1,1,1,1,1,0.149103999,0.719170153,0.511533022,1,1,1,1,1,0.06625057,0.663619161,0.551353311,0.551301037,0.55141844
-2753,1,0.4449,1,1,1,1,1,1,1,1,0.2586,0.4449,0.1461,1,0.2998,1,1,1,1,1,1,0.1936,0.2998,0.1803,1,0.5562,1,1,1,0.0934,0.5562,0.1362,1,1,1,1,1,0.225417197,0.501175463,0.604030311,1,1,1,1,1,0.225128978,0.537162304,0.835308671,1,1,1,1,1,0.089023933,0.537089586,0.554797003,0.554685847,0.554964539
-2754,1,0.4453,1,1,1,1,1,1,1,1,0.1485,0.4453,0.0381,1,0.3,1,1,1,1,1,1,0.0457,0.3,0.0636,1,0.5564,1,1,1,0.0689,0.5564,0.0363,1,1,1,1,1,0.106396697,0.245740831,0.936930299,1,1,1,1,1,0.039896492,0.350587696,0.871697664,1,1,1,1,1,0.103960872,0.237447158,0.557153214,0.557012905,0.557180851
-2755,1,0.4456,1,1,1,1,1,1,1,1,0.1623,0.4456,0,1,0.3003,1,1,1,1,1,1,0,0.3003,0,1,0.5566,1,1,1,0.0903,0.5566,0,1,1,1,1,1,0.104685158,0,0.871201992,1,1,1,1,1,0.004777768,0,0.676659167,1,1,1,1,1,0.161801234,0,0.569961334,0.569917495,0.570035461
-2756,1,0.446,1,1,1,1,1,1,1,1,0.1173,0.446,0,1,0.3005,1,1,1,1,1,1,0.0398,0.3005,0,1,0.5567,1,1,1,0.0826,0.5567,0,1,1,1,1,1,0.16287455,0,0.590993762,1,1,1,1,1,0.055512797,0,0.407209724,1,1,1,1,1,0.219070688,0,0.580413243,0.580495029,0.580230496
-2757,1,0.4463,1,1,1,1,1,1,1,1,0.1503,0.4463,0,1,0.3007,1,1,1,1,1,1,0.0852,0.3007,0,1,0.5569,1,1,1,0.151,0.5569,0,1,1,1,1,1,0.274736762,0,0.465105116,1,1,1,1,1,0.084820241,0,0.277795553,1,1,1,1,1,0.381697059,0,0.546459642,0.546435371,0.546542553
-2758,1,0.4467,1,1,1,1,1,1,1,1,0.0755,0.4467,0,1,0.301,1,1,1,1,1,1,0.1813,0.301,0,1,0.5571,1,1,1,0.1596,0.5571,0,1,1,1,1,1,0.173839226,0,0.246232077,1,1,1,1,1,0.20091483,0,0.054546863,1,1,1,1,1,0.345692128,0,0.492870952,0.492913053,0.492907801
-2759,1,0.447,1,1,1,1,1,1,1,1,0.1559,0.447,0,1,0.3012,1,1,1,1,1,1,0.1655,0.3012,0,1,0.5573,1,1,1,0.2497,0.5573,0,1,1,1,1,1,0.347946942,0,0.109395631,1,1,1,1,1,0.23817949,0,0,1,1,1,1,1,0.482916057,0,0.442846786,0.442775545,0.443262411
-2760,1,0.4474,1,1,1,1,1,1,1,1,0.1289,0.4474,0,1,0.3014,1,1,1,1,1,1,0.0881,0.3014,0,1,0.5575,1,1,1,0.2733,0.5575,0,1,1,1,1,1,0.194750547,0,0.044117957,1,1,1,1,1,0.133998841,0,0,1,1,1,1,1,0.541144669,0,0.409255679,0.409138989,0.409131206
-2761,1,0.4477,1,1,1,1,1,1,1,1,0.1371,0.4477,0,1,0.3017,1,1,1,1,1,1,0.0779,0.3017,0,1,0.5577,1,1,1,0.1724,0.5577,0,1,1,1,1,1,0.157999843,0,0.020718034,1,1,1,1,1,0.100430854,0,0,1,1,1,1,1,0.397764683,0,0.391614306,0.391580283,0.391843972
-2762,1,0.4481,1,1,1,1,1,1,1,1,0.1807,0.4481,0,1,0.3019,1,1,1,1,1,1,0.0443,0.3019,0,1,0.5579,1,1,1,0.1871,0.5579,0,1,1,1,1,1,0.163493648,0,0.074818656,1,1,1,1,1,0.05912872,0,0.003721204,1,1,1,1,1,0.420940638,0,0.384424843,0.384387561,0.384308511
-2763,1,0.4484,1,1,1,1,1,1,1,1,0.1461,0.4484,0,1,0.3021,1,1,1,1,1,1,0.0097,0.3021,0,1,0.5581,1,1,1,0.1811,0.5581,0,1,1,1,1,1,0.112055652,0,0.107112676,1,1,1,1,1,0.025026133,0,0,1,1,1,1,1,0.372326404,0,0.384424843,0.384387561,0.384308511
-2764,1,0.4488,1,1,1,1,1,1,1,1,0.0884,0.4488,0,1,0.3024,1,1,1,1,1,1,0,0.3024,0,1,0.5582,1,1,1,0.1203,0.5582,0,1,1,1,1,1,0.088571794,0,0.156754076,1,1,1,1,1,0.000480383,0,0.013347907,1,1,1,1,1,0.243162647,0,0.396749638,0.39686905,0.396719858
-2765,1,0.4491,1,1,1,1,1,1,1,1,0.0757,0.4491,0.0493,1,0.3026,1,1,1,1,1,1,0,0.3026,0,1,0.5584,1,1,1,0.1117,0.5584,0.0325,1,1,1,1,1,0.084350824,0.061826251,0.128923923,1,1,1,1,1,0.001286462,0,0.045309424,1,1,1,1,1,0.225146234,0.250483036,0.436986467,0.437063677,0.437056738
-2766,1,0.4495,1,1,1,1,1,1,1,1,0.0198,0.4495,0.0917,1,0.3029,1,1,1,1,1,1,0.0008,0.3029,0.1251,1,0.5586,1,1,1,0.0582,0.5586,0.0836,1,1,1,1,1,0.017811885,0.600081325,0.123071387,1,1,1,1,1,0.000939571,0.571525693,0.017898168,1,1,1,1,1,0.129663244,0.644148469,0.500906235,0.500951978,0.500886525
-2767,1,0.4498,1,1,1,1,1,1,1,1,0.003,0.4498,0.2768,1,0.3031,1,1,1,1,1,1,0.0241,0.3031,0.3055,1,0.5588,1,1,1,0.0118,0.5588,0.264,1,1,1,1,1,0.003108446,0.856332123,0.095381126,1,1,1,1,1,0.025171934,0.826801717,0,1,1,1,1,1,0.053892266,0.888023734,0.545190913,0.545166067,0.545212766
-2768,1,0.4502,1,1,1,1,1,1,1,1,0,0.4502,0.4619,1,0.3033,1,1,1,1,1,1,0,0.3033,0.4662,1,0.559,1,1,1,0.0091,0.559,0.4289,1,1,1,1,1,0.000199871,0.945281982,0,1,1,1,1,1,0.000519058,0.907545865,0,1,1,1,1,1,0.019204339,0.97489357,0.557092798,0.557012905,0.557180851
-2769,1,0.4505,1,1,1,1,1,1,1,1,0.001,0.4505,0.6047,1,0.3036,1,1,1,1,1,1,0,0.3036,0.556,1,0.5592,1,1,1,0.0141,0.5592,0.5633,1,1,1,1,1,0.001384481,0.987334073,0,1,1,1,1,1,0.003577342,0.844802439,0.026429322,1,1,1,1,1,0.045659218,0.999335647,0.562046883,0.562090121,0.562056738
-2770,1,0.4509,1,1,1,1,1,1,1,1,0.001,0.4509,0.7077,1,0.3038,1,1,1,1,1,1,0.0251,0.3038,0.613,1,0.5594,1,1,1,0.0572,0.5594,0.6662,1,1,1,1,1,0.001466126,0.981916428,0.017132301,1,1,1,1,1,0.036830079,0.78991729,0.207679838,1,1,1,1,1,0.116200484,0.998729706,0.566457226,0.566532685,0.566489362
-2771,1,0.4512,1,1,1,1,1,1,1,1,0.0617,0.4512,0.6966,1,0.304,1,1,1,1,1,1,0.0958,0.304,0.5149,1,0.5596,1,1,1,0.0168,0.5596,0.663,1,1,1,1,1,0.01933804,0.936384916,0.116572827,1,1,1,1,1,0.15696159,0.675210178,0.549911559,1,1,1,1,1,0.060175478,0.999609828,0.568934268,0.568859742,0.569148936
-2772,1,0.4516,1,1,1,1,1,1,1,1,0.1493,0.4516,0.6007,1,0.3043,1,1,1,1,1,1,0.1724,0.3043,0.4499,1,0.5598,1,1,1,0.0211,0.5598,0.6909,1,1,1,1,1,0.058664531,0.76776135,0.182056904,1,1,1,1,1,0.23268497,0.609968245,0.797189355,1,1,1,1,1,0.052479438,0.999975741,0.566759304,0.566744235,0.566932624
-2773,1,0.4519,1,1,1,1,1,1,1,1,0.2129,0.4519,0.5188,1,0.3045,1,1,1,1,1,1,0.187,0.3045,0.4268,1,0.5599,1,1,1,0.0495,0.5599,0.682,1,1,1,1,1,0.099508464,0.681960583,0.351518571,1,1,1,1,1,0.236780733,0.595137715,1,1,1,1,1,1,0.078694217,0.972845495,0.567121798,0.567167337,0.567375887
-2774,1,0.4523,1,1,1,1,1,1,1,1,0.1556,0.4523,0.4571,1,0.3047,1,1,1,1,1,1,0.1884,0.3047,0.4157,1,0.5601,1,1,1,0.0826,0.5601,0.555,1,1,1,1,1,0.106306754,0.618560672,0.321116388,1,1,1,1,1,0.250496805,0.591196477,1,1,1,1,1,1,0.111892119,0.845200062,0.561080232,0.561032367,0.561170213
-2775,1,0.4527,1,1,1,1,1,1,1,1,0.1666,0.4527,0.3729,1,0.305,1,1,1,1,1,1,0.1354,0.305,0.363,1,0.5603,1,1,1,0.1967,0.5603,0.3701,1,1,1,1,1,0.151510879,0.538853288,0.815832496,1,1,1,1,1,0.185870752,0.570495844,1,1,1,1,1,1,0.323158354,0.67319721,0.556367811,0.556378253,0.556737589
-2776,1,0.453,1,1,1,1,1,1,1,1,0.2787,0.453,0.2741,1,0.3052,1,1,1,1,1,1,0.3042,0.3052,0.258,1,0.5605,1,1,1,0.2537,0.5605,0.268,1,1,1,1,1,0.274440229,0.459368676,0.935214758,1,1,1,1,1,0.417293131,0.411445737,1,1,1,1,1,1,0.308203697,0.481298983,0.561563557,0.561667019,0.561613475
-2777,1,0.4534,1,1,1,1,1,1,1,1,0.2483,0.4534,0.1203,1,0.3054,1,1,1,1,1,1,0.515,0.3054,0.1186,1,0.5607,1,1,1,0.3196,0.5607,0.1352,1,1,1,1,1,0.218272656,0.233873278,1,1,1,1,1,1,0.530422688,0.102364711,1,1,1,1,1,1,0.520698071,0.309072077,0.573405027,0.573513857,0.57358156
-2778,1,0.4537,1,1,1,1,1,1,1,1,0.1505,0.4537,0.0016,1,0.3057,1,1,1,1,1,1,0.1629,0.3057,0.0007,1,0.5609,1,1,1,0.3343,0.5609,0.0077,1,1,1,1,1,0.178012222,0.007702353,1,1,1,1,1,1,0.17787011,0.002382334,1,1,1,1,1,1,0.545336664,0.070979059,0.577029966,0.577110218,0.57712766
-2779,1,0.4541,1,1,1,1,1,1,1,1,0.1147,0.4541,0,1,0.3059,1,1,1,1,1,1,0.0415,0.3059,0,1,0.5611,1,1,1,0.3908,0.5611,0,1,1,1,1,1,0.154732376,0,1,1,1,1,1,1,0.053865448,0,1,1,1,1,1,1,0.601462007,0,0.585367327,0.585360694,0.585549645
-2780,1,0.4544,1,1,1,1,1,1,1,1,0.1428,0.4544,0,1,0.3061,1,1,1,1,1,1,0.0834,0.3061,0,1,0.5613,1,1,1,0.5107,0.5613,0,1,1,1,1,1,0.211365178,0,1,1,1,1,1,1,0.092122875,0,1,1,1,1,1,1,0.728796422,0,0.585246496,0.585149143,0.585549645
-2781,1,0.4548,1,1,1,1,1,1,1,1,0.2004,0.4548,0,1,0.3064,1,1,1,1,1,1,0.0263,0.3064,0,1,0.5614,1,1,1,0.2826,0.5614,0,1,1,1,1,1,0.223239899,0,1,1,1,1,1,1,0.057617817,0,1,1,1,1,1,1,0.51068598,0,0.547124215,0.547070023,0.546985816
-2782,1,0.4551,1,1,1,1,1,1,1,1,0.1332,0.4551,0,1,0.3066,1,1,1,1,1,1,0,0.3066,0,1,0.5616,1,1,1,0.1969,0.5616,0,1,1,1,1,1,0.134169683,0,1,1,1,1,1,1,0.011789963,0,1,1,1,1,1,1,0.359215856,0,0.491843886,0.491855299,0.491578014
-2783,1,0.4555,1,1,1,1,1,1,1,1,0.0676,0.4555,0,1,0.3068,1,1,1,1,1,1,0.0514,0.3068,0,1,0.5618,1,1,1,0.1721,0.5618,0,1,1,1,1,1,0.050397187,0,0.954736769,1,1,1,1,1,0.073181845,0,0.438734829,1,1,1,1,1,0.327090949,0,0.441094732,0.441083139,0.441046099
-2784,1,0.4558,1,1,1,1,1,1,1,1,0.0651,0.4558,0,1,0.3071,1,1,1,1,1,1,0.1965,0.3071,0,1,0.562,1,1,1,0.1078,0.562,0,1,1,1,1,1,0.024751868,0,0.80520761,1,1,1,1,1,0.2315218,0,0.194274619,1,1,1,1,1,0.263675004,0,0.407261962,0.407235033,0.407358156
-2785,1,0.4562,1,1,1,1,1,1,1,1,0.0924,0.4562,0,1,0.3073,1,1,1,1,1,1,0.5526,0.3073,0,1,0.5622,1,1,1,0.1147,0.5622,0,1,1,1,1,1,0.096401319,0,0.588162541,1,1,1,1,1,0.546630263,0,0.695739269,1,1,1,1,1,0.172353044,0,0.38877477,0.388830125,0.388741135
-2786,1,0.4565,1,1,1,1,1,1,1,1,0.1658,0.4565,0,1,0.3075,1,1,1,1,1,1,0.6471,0.3075,0,1,0.5624,1,1,1,0.1414,0.5624,0,1,1,1,1,1,0.204547569,0,0.956304789,1,1,1,1,1,0.744021833,0,0.759784818,1,1,1,1,1,0.108125143,0,0.379047849,0.379098794,0.378989362
-2787,1,0.4569,1,1,1,1,1,1,1,1,0.5715,0.4569,0,1,0.3078,1,1,1,1,1,1,0.8264,0.3078,0,1,0.5626,1,1,1,0.1108,0.5626,0,1,1,1,1,1,0.399029583,0,1,1,1,1,1,1,0.819691122,0,1,1,1,1,1,1,0.08890716,0,0.376752054,0.376771737,0.37677305
-2788,1,0.4572,1,1,1,1,1,1,1,1,0.347,0.4572,0,1,0.308,1,1,1,1,1,1,0.9258,0.308,0,1,0.5628,1,1,1,0.106,0.5628,0,1,1,1,1,1,0.382025242,0,1,1,1,1,1,1,0.879662871,0,1,1,1,1,1,1,0.100302354,0,0.386176897,0.386079966,0.38608156
-2789,1,0.4576,1,1,1,1,1,1,1,1,0.5509,0.4576,0,1,0.3083,1,1,1,1,1,1,0.921,0.3083,0,1,0.563,1,1,1,0.1572,0.563,0,1,1,1,1,1,0.676950514,0,1,1,1,1,1,1,0.851612091,0,1,1,1,1,1,1,0.196594492,0,0.422547124,0.422678231,0.422429078
-2790,1,0.4579,1,1,1,1,1,1,1,1,0.573,0.4579,0.0835,1,0.3085,1,1,1,1,1,1,0.8819,0.3085,0.1167,1,0.5631,1,1,1,0.2414,0.5631,0.0539,1,1,1,1,1,0.537667751,0.414271533,1,1,1,1,1,1,0.823378086,0.499033451,1,1,1,1,1,1,0.33025068,0.111517906,0.485681489,0.48572033,0.48537234
-2791,1,0.4583,1,1,1,1,1,1,1,1,0.6365,0.4583,0.2597,1,0.3087,1,1,1,1,1,1,0.9563,0.3087,0.3008,1,0.5633,1,1,1,0.2023,0.5633,0.2049,1,1,1,1,1,0.822190225,0.672401965,0.94303453,1,1,1,1,1,0.925931931,0.796913922,1,1,1,1,1,1,0.201649025,0.313334107,0.535041083,0.535011635,0.53501773
-2792,1,0.4586,1,1,1,1,1,1,1,1,0.7527,0.4586,0.426,1,0.309,1,1,1,1,1,1,0.9637,0.309,0.4797,1,0.5635,1,1,1,0.2614,0.5635,0.3349,1,1,1,1,1,0.854863763,0.825684547,1,1,1,1,1,1,0.957303047,0.891000867,1,1,1,1,1,1,0.369605303,0.53126359,0.553709522,0.553839645,0.554078014
-2793,1,0.459,1,1,1,1,1,1,1,1,0.8748,0.459,0.5534,1,0.3092,1,1,1,1,1,1,0.9497,0.3092,0.6032,1,0.5637,1,1,1,0.575,0.5637,0.383,1,1,1,1,1,0.930038631,0.872477412,1,1,1,1,1,1,0.943231285,0.907549679,1,1,1,1,1,1,0.800978363,0.706767201,0.562711455,0.562724773,0.562943262
-2794,1,0.4594,1,1,1,1,1,1,1,1,0.8711,0.4594,0.7817,1,0.3094,1,1,1,1,1,1,0.9605,0.3094,0.8177,1,0.5639,1,1,1,0.6401,0.5639,0.6357,1,1,1,1,1,0.945019186,0.999973536,1,1,1,1,1,1,0.941494465,1,1,1,1,1,1,1,0.855511427,0.935761988,0.568390527,0.568436641,0.568705674
-2795,1,0.4597,1,1,1,1,1,1,1,1,0.8566,0.4597,0.6721,1,0.3097,1,1,1,1,1,1,0.8828,0.3097,0.6935,1,0.5641,1,1,1,0.7377,0.5641,0.521,1,1,1,1,1,0.921808481,0.917437553,1,1,1,1,1,1,0.867851377,0.956817031,1,1,1,1,1,1,0.902126849,0.888043702,0.567242629,0.567167337,0.567375887
-2796,1,0.4601,1,1,1,1,1,1,1,1,0.9137,0.4601,0.6865,1,0.3099,1,1,1,1,1,1,0.9423,0.3099,0.6996,1,0.5643,1,1,1,0.7893,0.5643,0.4963,1,1,1,1,1,0.949155569,0.925425887,1,1,1,1,1,1,0.897680521,0.980173826,1,1,1,1,1,1,0.943540514,0.933085442,0.56138231,0.561455469,0.561170213
-2797,1,0.4604,1,1,1,1,1,1,1,1,0.8645,0.4604,0.6856,1,0.3101,1,1,1,1,1,1,0.893,0.3101,0.6933,1,0.5645,1,1,1,0.7933,0.5645,0.46,1,1,1,1,1,0.904958427,0.913919687,1,1,1,1,1,1,0.858499765,0.961281538,1,1,1,1,1,1,0.944595337,0.955212295,0.557817786,0.557859107,0.558067376
-2798,1,0.4608,1,1,1,1,1,1,1,1,0.8339,0.4608,0.6293,1,0.3104,1,1,1,1,1,1,0.9351,0.3104,0.6467,1,0.5646,1,1,1,0.9168,0.5646,0.5074,1,1,1,1,1,0.882280827,0.883890688,1,1,1,1,1,1,0.904635906,0.938839972,1,1,1,1,1,1,0.962100029,0.965111017,0.548936684,0.548973979,0.548758865
-2799,1,0.4611,1,1,1,1,1,1,1,1,0.8908,0.4611,0.513,1,0.3106,1,1,1,1,1,1,0.8471,0.3106,0.5478,1,0.5648,1,1,1,0.8756,0.5648,0.4375,1,1,1,1,1,0.917559803,0.871122599,1,1,1,1,1,1,0.874618888,0.859104633,1,1,1,1,1,1,0.956050217,0.937674403,0.540176414,0.540088851,0.540336879
-2800,1,0.4615,1,1,1,1,1,1,1,1,0.8961,0.4615,0.3588,1,0.3108,1,1,1,1,1,1,0.9063,0.3108,0.4061,1,0.565,1,1,1,0.9366,0.565,0.3185,1,1,1,1,1,0.916023731,0.816815019,1,1,1,1,1,1,0.934524179,0.782082438,1,1,1,1,1,1,0.963262975,0.852765262,0.537880619,0.537761794,0.538120567
-2801,1,0.4618,1,1,1,1,1,1,1,1,0.9224,0.4618,0.1693,1,0.3111,1,1,1,1,1,1,0.9146,0.3111,0.2237,1,0.5652,1,1,1,0.9221,0.5652,0.1674,1,1,1,1,1,0.921922028,0.67329824,1,1,1,1,1,1,0.916420698,0.631460786,1,1,1,1,1,1,0.960596085,0.661942601,0.536732721,0.536704041,0.53679078
-2802,1,0.4622,1,1,1,1,1,1,1,1,0.9189,0.4622,0.0613,1,0.3113,1,1,1,1,1,1,0.8922,0.3113,0.0894,1,0.5654,1,1,1,0.9502,0.5654,0.0569,1,1,1,1,1,0.934916794,0.358505726,1,1,1,1,1,1,0.921246409,0.348572552,1,1,1,1,1,1,0.963549495,0.336500078,0.535041083,0.535011635,0.53501773
-2803,1,0.4625,1,1,1,1,1,1,1,1,0.5707,0.4625,0,1,0.3115,1,1,1,1,1,1,0.6619,0.3115,0,1,0.5656,1,1,1,0.9466,0.5656,0,1,1,1,1,1,0.654394388,0,1,1,1,1,1,1,0.72431469,0,1,1,1,1,1,1,0.96360153,0,0.549782504,0.549820182,0.550088652
-2804,1,0.4629,1,1,1,1,1,1,1,1,0.6407,0.4629,0,1,0.3118,1,1,1,1,1,1,0.6863,0.3118,0,1,0.5658,1,1,1,0.95,0.5658,0,1,1,1,1,1,0.786570013,0,1,1,1,1,1,1,0.711281538,0,1,1,1,1,1,1,0.971066356,0,0.567605123,0.567801989,0.567375887
-2805,1,0.4632,1,1,1,1,1,1,1,1,0.6175,0.4632,0,1,0.312,1,1,1,1,1,1,0.5917,0.312,0,1,0.566,1,1,1,0.9081,0.566,0,1,1,1,1,1,0.693930626,0,1,1,1,1,1,1,0.58833164,0,1,1,1,1,1,1,0.970552802,0,0.54301595,0.543050561,0.542996454
-2806,1,0.4636,1,1,1,1,1,1,1,1,0.5495,0.4636,0,1,0.3122,1,1,1,1,1,1,0.5545,0.3122,0,1,0.5661,1,1,1,0.8851,0.5661,0,1,1,1,1,1,0.618890107,0,1,1,1,1,1,1,0.540282428,0,1,1,1,1,1,1,0.972145319,0,0.499697922,0.499894225,0.5
-2807,1,0.4639,1,1,1,1,1,1,1,1,0.4065,0.4639,0,1,0.3125,1,1,1,1,1,1,0.5976,0.3125,0,1,0.5663,1,1,1,0.9276,0.5663,0,1,1,1,1,1,0.536976576,0,0.999175787,1,1,1,1,1,0.503245711,0,0.999586463,1,1,1,1,1,0.976746738,0,0.45420493,0.454199281,0.454343972
-2808,1,0.4643,1,1,1,1,1,1,1,1,0.4153,0.4643,0,1,0.3127,1,1,1,1,1,1,0.3944,0.3127,0,1,0.5665,1,1,1,0.9099,0.5665,0,1,1,1,1,1,0.544930339,0,1,1,1,1,1,1,0.427845806,0,0.999649286,1,1,1,1,1,0.978527904,0,0.420311745,0.420351174,0.420212766
-2809,1,0.4646,1,1,1,1,1,1,1,1,0.428,0.4646,0,1,0.3129,1,1,1,1,1,1,0.2464,0.3129,0,1,0.5667,1,1,1,0.8649,0.5667,0,1,1,1,1,1,0.537012815,0,1,1,1,1,1,1,0.336454868,0,0.668670475,1,1,1,1,1,0.975855529,0,0.401220396,0.401100063,0.401152482
-2810,1,0.465,1,1,1,1,1,1,1,1,0.4707,0.465,0,1,0.3132,1,1,1,1,1,1,0.4123,0.3132,0,1,0.5669,1,1,1,0.8353,0.5669,0,1,1,1,1,1,0.631369472,0,1,1,1,1,1,1,0.479067177,0,0.84284842,1,1,1,1,1,0.974405468,0,0.392339294,0.392426486,0.392287234
-2811,1,0.4653,1,1,1,1,1,1,1,1,0.408,0.4653,0,1,0.3134,1,1,1,1,1,1,0.2502,0.3134,0,1,0.5671,1,1,1,0.8352,0.5671,0,1,1,1,1,1,0.44863832,0,0.971553266,1,1,1,1,1,0.348087102,0,0.612034559,1,1,1,1,1,0.966775775,0,0.388956017,0.388830125,0.388741135
-2812,1,0.4657,1,1,1,1,1,1,1,1,0.3614,0.4657,0,1,0.3137,1,1,1,1,1,1,0.2647,0.3137,0,1,0.5673,1,1,1,0.7875,0.5673,0,1,1,1,1,1,0.385952711,0,0.640640974,1,1,1,1,1,0.407000959,0,0.522273302,1,1,1,1,1,0.944217443,0,0.39421218,0.394330442,0.394503546
-2813,1,0.466,1,1,1,1,1,1,1,1,0.432,0.466,0.0969,1,0.3139,1,1,1,1,1,1,0.2529,0.3139,0.087,1,0.5675,1,1,1,0.8081,0.5675,0.0454,1,1,1,1,1,0.486817986,0.179509923,0.514031351,1,1,1,1,1,0.343334287,0.075344943,0.675700068,1,1,1,1,1,0.950773835,0.258053869,0.408168197,0.408081235,0.408244681
-2814,1,0.4664,1,1,1,1,1,1,1,1,0.3971,0.4664,0.0994,1,0.3141,1,1,1,1,1,1,0.3036,0.3141,0.1337,1,0.5677,1,1,1,0.8325,0.5677,0.1216,1,1,1,1,1,0.446007103,0.618392706,0.423475623,1,1,1,1,1,0.31170845,0.611521602,0.802685618,1,1,1,1,1,0.956868231,0.623467743,0.428044949,0.427966998,0.428191489
-2815,1,0.4668,1,1,1,1,1,1,1,1,0.4085,0.4668,0.267,1,0.3144,1,1,1,1,1,1,0.5376,0.3144,0.3054,1,0.5678,1,1,1,0.7454,0.5678,0.2454,1,1,1,1,1,0.528468192,0.984433651,0.771424294,1,1,1,1,1,0.40612334,0.966411293,0.589278579,1,1,1,1,1,0.914406061,0.995854616,0.467435959,0.467526973,0.467641844
-2816,1,0.4671,1,1,1,1,1,1,1,1,0.275,0.4671,0.4652,1,0.3146,1,1,1,1,1,1,0.4676,0.3146,0.4933,1,0.568,1,1,1,0.7971,0.568,0.4392,1,1,1,1,1,0.442770898,0.97224915,0.571578383,1,1,1,1,1,0.43161577,0.963305295,0.554042935,1,1,1,1,1,0.952203274,0.987696767,0.500060416,0.500105775,0.5
-2817,1,0.4675,1,1,1,1,1,1,1,1,0.1588,0.4675,0.6177,1,0.3148,1,1,1,1,1,1,0.3521,0.3148,0.6328,1,0.5682,1,1,1,0.7558,0.5682,0.597,1,1,1,1,1,0.262548864,0.996548772,0.566793919,1,1,1,1,1,0.318251669,0.999299407,0.627083838,1,1,1,1,1,0.936439693,1,0.517218463,0.517241379,0.517287234
-2818,1,0.4678,1,1,1,1,1,1,1,1,0.1409,0.4678,0.7405,1,0.3151,1,1,1,1,1,1,0.2401,0.3151,0.7381,1,0.5684,1,1,1,0.7256,0.5684,0.7321,1,1,1,1,1,0.219225228,1,0.546913028,1,1,1,1,1,0.226946518,0.999778867,0.56571126,1,1,1,1,1,0.892200112,1,0.520057999,0.519991538,0.520390071
-2819,1,0.4682,1,1,1,1,1,1,1,1,0.1841,0.4682,0.7489,1,0.3153,1,1,1,1,1,1,0.1348,0.3153,0.7418,1,0.5686,1,1,1,0.6816,0.5686,0.7557,1,1,1,1,1,0.23357594,0.999976158,0.769405007,1,1,1,1,1,0.126201332,0.999966025,0.469024658,1,1,1,1,1,0.840828955,1,0.51601015,0.515972075,0.515957447
-2820,1,0.4685,1,1,1,1,1,1,1,1,0.2066,0.4685,0.7483,1,0.3155,1,1,1,1,1,1,0.1913,0.3155,0.7424,1,0.5688,1,1,1,0.603,0.5688,0.7615,1,1,1,1,1,0.314032018,0.999540985,0.700332642,1,1,1,1,1,0.171890512,0.988459587,0.244409174,1,1,1,1,1,0.82676661,0.999952435,0.507008217,0.506875397,0.507092199
-2821,1,0.4689,1,1,1,1,1,1,1,1,0.2004,0.4689,0.7424,1,0.3158,1,1,1,1,1,1,0.2278,0.3158,0.7348,1,0.569,1,1,1,0.602,0.569,0.7604,1,1,1,1,1,0.282633275,0.997694194,0.635447741,1,1,1,1,1,0.208570227,0.969490051,0.138524354,1,1,1,1,1,0.779580176,0.999992728,0.49637506,0.496297863,0.496453901
-2822,1,0.4692,1,1,1,1,1,1,1,1,0.2811,0.4692,0.6644,1,0.316,1,1,1,1,1,1,0.2554,0.316,0.6813,1,0.5692,1,1,1,0.5421,0.5692,0.6824,1,1,1,1,1,0.307838291,0.976199567,0.862449527,1,1,1,1,1,0.268688202,0.980117619,0.345586926,1,1,1,1,1,0.800037146,0.971011519,0.486829386,0.486778083,0.48714539
-2823,1,0.4696,1,1,1,1,1,1,1,1,0.28,0.4696,0.5355,1,0.3162,1,1,1,1,1,1,0.223,0.3162,0.5282,1,0.5693,1,1,1,0.61,0.5693,0.5361,1,1,1,1,1,0.313695371,0.979177952,0.984669328,1,1,1,1,1,0.246622592,0.926223636,0.319021463,1,1,1,1,1,0.75491339,0.92345196,0.481029483,0.481066215,0.480939716
-2824,1,0.4699,1,1,1,1,1,1,1,1,0.2724,0.4699,0.3457,1,0.3165,1,1,1,1,1,1,0.2238,0.3165,0.3801,1,0.5695,1,1,1,0.6019,0.5695,0.3499,1,1,1,1,1,0.349231929,0.882890999,0.977753758,1,1,1,1,1,0.246028572,0.857445121,0.5051018,1,1,1,1,1,0.740609467,0.906283319,0.483748188,0.483816374,0.483599291
-2825,1,0.4703,1,1,1,1,1,1,1,1,0.3565,0.4703,0.15,1,0.3167,1,1,1,1,1,1,0.1151,0.3167,0.2018,1,0.5697,1,1,1,0.5238,0.5697,0.1354,1,1,1,1,1,0.376290888,0.67476964,0.934835076,1,1,1,1,1,0.140267342,0.641389728,0.834567904,1,1,1,1,1,0.6579144,0.7429052,0.490695988,0.490797546,0.490691489
-2826,1,0.4706,1,1,1,1,1,1,1,1,0.2393,0.4706,0.059,1,0.3169,1,1,1,1,1,1,0.1627,0.3169,0.0706,1,0.5699,1,1,1,0.3895,0.5699,0.0637,1,1,1,1,1,0.262071609,0.325819194,0.912928581,1,1,1,1,1,0.158052459,0.292133689,1,1,1,1,1,1,0.566999614,0.424880713,0.495166747,0.49524011,0.495567376
-2827,1,0.471,1,1,1,1,1,1,1,1,0.1208,0.471,0,1,0.3172,1,1,1,1,1,1,0.1778,0.3172,0,1,0.5701,1,1,1,0.3329,0.5701,0,1,1,1,1,1,0.106796347,0,0.994819224,1,1,1,1,1,0.177035123,0,0.914530396,1,1,1,1,1,0.464025944,0,0.508276945,0.508356251,0.508421986
-2828,1,0.4713,1,1,1,1,1,1,1,1,0.1324,0.4713,0,1,0.3174,1,1,1,1,1,1,0.1495,0.3174,0,1,0.5703,1,1,1,0.3707,0.5703,0,1,1,1,1,1,0.202100545,0,0.753355742,1,1,1,1,1,0.225503743,0,0.581345558,1,1,1,1,1,0.587749898,0,0.527851619,0.527818913,0.527925532
-2829,1,0.4717,1,1,1,1,1,1,1,1,0.1251,0.4717,0,1,0.3176,1,1,1,1,1,1,0.2139,0.3176,0,1,0.5705,1,1,1,0.4047,0.5705,0,1,1,1,1,1,0.274410307,0,0.351651937,1,1,1,1,1,0.28129825,0,0.584516287,1,1,1,1,1,0.657916367,0,0.50682697,0.506663846,0.506648936
-2830,1,0.472,1,1,1,1,1,1,1,1,0.1336,0.472,0,1,0.3179,1,1,1,1,1,1,0.3719,0.3179,0,1,0.5707,1,1,1,0.4304,0.5707,0,1,1,1,1,1,0.39655447,0,0.264583349,1,1,1,1,1,0.376899064,0,0.818161249,1,1,1,1,1,0.66566205,0,0.470275495,0.470277131,0.470301418
-2831,1,0.4724,1,1,1,1,1,1,1,1,0.1497,0.4724,0,1,0.3181,1,1,1,1,1,1,0.3077,0.3181,0,1,0.5708,1,1,1,0.4095,0.5708,0,1,1,1,1,1,0.377275139,0,0.361054689,1,1,1,1,1,0.33780086,0,0.878723025,1,1,1,1,1,0.579104781,0,0.431609473,0.43177491,0.431737589
-2832,1,0.4727,1,1,1,1,1,1,1,1,0.1364,0.4727,0,1,0.3183,1,1,1,1,1,1,0.3436,0.3183,0,1,0.571,1,1,1,0.3216,0.571,0,1,1,1,1,1,0.355094999,0,0.266315043,1,1,1,1,1,0.380621225,0,0.398293734,1,1,1,1,1,0.529598117,0,0.399468342,0.399619209,0.399379433
-2833,1,0.4731,1,1,1,1,1,1,1,1,0.1683,0.4731,0,1,0.3186,1,1,1,1,1,1,0.3091,0.3186,0,1,0.5712,1,1,1,0.2525,0.5712,0,1,1,1,1,1,0.414912641,0,0.113483801,1,1,1,1,1,0.443874002,0,0.11428535,1,1,1,1,1,0.370393336,0,0.381585307,0.381637402,0.381648936
-2834,1,0.4735,1,1,1,1,1,1,1,1,0.2131,0.4735,0,1,0.3188,1,1,1,1,1,1,0.32,0.3188,0,1,0.5714,1,1,1,0.1783,0.5714,0,1,1,1,1,1,0.491161048,0,0.058841463,1,1,1,1,1,0.486012042,0,0.109909683,1,1,1,1,1,0.204132587,0,0.372704205,0.372752274,0.372783688
-2835,1,0.4738,1,1,1,1,1,1,1,1,0.2815,0.4738,0,1,0.319,1,1,1,1,1,1,0.342,0.319,0,1,0.5716,1,1,1,0.1172,0.5716,0,1,1,1,1,1,0.441373229,0,0.073227867,1,1,1,1,1,0.499409795,0,0.246138752,1,1,1,1,1,0.153158382,0,0.369864669,0.369790565,0.369680851
-2836,1,0.4742,1,1,1,1,1,1,1,1,0.2414,0.4742,0,1,0.3193,1,1,1,1,1,1,0.4934,0.3193,0,1,0.5718,1,1,1,0.089,0.5718,0,1,1,1,1,1,0.405412346,0,0.103896275,1,1,1,1,1,0.654608727,0,0.300569355,1,1,1,1,1,0.160416991,0,0.372402127,0.372540724,0.372340426
-2837,1,0.4745,1,1,1,1,1,1,1,1,0.1469,0.4745,0.0968,1,0.3195,1,1,1,1,1,1,0.3203,0.3195,0.0727,1,0.572,1,1,1,0.0934,0.572,0.1022,1,1,1,1,1,0.277864188,0.229593217,0.028188616,1,1,1,1,1,0.458520859,0.074051663,0.108244509,1,1,1,1,1,0.199242339,0.229982376,0.380316578,0.380368098,0.380319149
-2838,1,0.4749,1,1,1,1,1,1,1,1,0.0672,0.4749,0.0959,1,0.3198,1,1,1,1,1,1,0.1307,0.3198,0.1334,1,0.5722,1,1,1,0.094,0.5722,0.0827,1,1,1,1,1,0.120931983,0.644818485,0.048278686,1,1,1,1,1,0.199238867,0.613668621,0.218502894,1,1,1,1,1,0.226624891,0.642377198,0.392762204,0.392849587,0.392730496
-2839,1,0.4752,1,1,1,1,1,1,1,1,0.0467,0.4752,0.2821,1,0.32,1,1,1,1,1,1,0.0365,0.32,0.3146,1,0.5724,1,1,1,0.0898,0.5724,0.2744,1,1,1,1,1,0.081982061,0.898203313,0.078122251,1,1,1,1,1,0.053970575,0.877184927,0.156962842,1,1,1,1,1,0.132730067,0.92959702,0.422124215,0.422043579,0.421985816
-2840,1,0.4756,1,1,1,1,1,1,1,1,0.1554,0.4756,0.4778,1,0.3202,1,1,1,1,1,1,0.082,0.3202,0.4983,1,0.5725,1,1,1,0.2363,0.5725,0.4743,1,1,1,1,1,0.201583251,0.999727607,0.028453827,1,1,1,1,1,0.086338073,0.998411357,0.133697391,1,1,1,1,1,0.223073721,0.999966383,0.455231996,0.455257034,0.455230496
-2841,1,0.4759,1,1,1,1,1,1,1,1,0.2054,0.4759,0.6264,1,0.3205,1,1,1,1,1,1,0.2192,0.3205,0.6336,1,0.5727,1,1,1,0.2864,0.5727,0.6341,1,1,1,1,1,0.243961781,1,0.051144511,1,1,1,1,1,0.209744632,1,0.131819382,1,1,1,1,1,0.355693579,0.996097207,0.479096182,0.478950709,0.479166667
-2842,1,0.4763,1,1,1,1,1,1,1,1,0.2271,0.4763,0.7379,1,0.3207,1,1,1,1,1,1,0.3738,0.3207,0.7354,1,0.5729,1,1,1,0.4573,0.5729,0.7548,1,1,1,1,1,0.342798084,1,0.131335169,1,1,1,1,1,0.315316588,1,0.221199751,1,1,1,1,1,0.506578207,0.999319613,0.489064766,0.489105141,0.489361702
-2843,1,0.4766,1,1,1,1,1,1,1,1,0.2423,0.4766,0.758,1,0.3209,1,1,1,1,1,1,0.5343,0.3209,0.7642,1,0.5731,1,1,1,0.4573,0.5731,0.7678,1,1,1,1,1,0.403102666,1,0.143547505,1,1,1,1,1,0.472930551,1,0.203631416,1,1,1,1,1,0.599234283,1,0.493354277,0.493336154,0.493794326
-2844,1,0.477,1,1,1,1,1,1,1,1,0.2769,0.477,0.7581,1,0.3212,1,1,1,1,1,1,0.6264,0.3212,0.7653,1,0.5733,1,1,1,0.6081,0.5733,0.7714,1,1,1,1,1,0.537309349,1,0.328259766,1,1,1,1,1,0.580996871,1,0.152568325,1,1,1,1,1,0.693028331,1,0.491118898,0.491009097,0.491134752
-2845,1,0.4773,1,1,1,1,1,1,1,1,0.3612,0.4773,0.7456,1,0.3214,1,1,1,1,1,1,0.6667,0.3214,0.7615,1,0.5735,1,1,1,0.6132,0.5735,0.7632,1,1,1,1,1,0.509155452,0.989407659,0.923304796,1,1,1,1,1,0.658959746,1,0.231194511,1,1,1,1,1,0.811469018,1,0.484594007,0.484662577,0.484929078
-2846,1,0.4777,1,1,1,1,1,1,1,1,0.4897,0.4777,0.6691,1,0.3216,1,1,1,1,1,1,0.7875,0.3216,0.7018,1,0.5737,1,1,1,0.59,0.5737,0.6773,1,1,1,1,1,0.543600202,0.999689817,1,1,1,1,1,1,0.743986487,1,0.356089294,1,1,1,1,1,0.836319268,1,0.477525375,0.477681405,0.477393617
-2847,1,0.478,1,1,1,1,1,1,1,1,0.5764,0.478,0.5448,1,0.3219,1,1,1,1,1,1,0.7056,0.3219,0.5819,1,0.5739,1,1,1,0.767,0.5739,0.5354,1,1,1,1,1,0.573366165,0.999971747,1,1,1,1,1,1,0.693212032,0.999994278,0.706530333,1,1,1,1,1,0.916329443,1,0.476377477,0.476412101,0.476507092
-2848,1,0.4784,1,1,1,1,1,1,1,1,0.5292,0.4784,0.3721,1,0.3221,1,1,1,1,1,1,0.8289,0.3221,0.4279,1,0.574,1,1,1,0.7485,0.574,0.3521,1,1,1,1,1,0.697881937,0.984873176,0.990797877,1,1,1,1,1,0.819169641,0.98780179,0.831756353,1,1,1,1,1,0.912025571,0.974916816,0.483506525,0.483604823,0.483599291
-2849,1,0.4787,1,1,1,1,1,1,1,1,0.5513,0.4787,0.1593,1,0.3223,1,1,1,1,1,1,0.7191,0.3223,0.2221,1,0.5742,1,1,1,0.818,0.5742,0.1354,1,1,1,1,1,0.697321177,0.79585278,0.987020373,1,1,1,1,1,0.751800895,0.805318952,0.951270461,1,1,1,1,1,0.945128441,0.779663682,0.497039633,0.496932515,0.497340426
-2850,1,0.4791,1,1,1,1,1,1,1,1,0.4896,0.4791,0.0698,1,0.3226,1,1,1,1,1,1,0.5382,0.3226,0.1006,1,0.5744,1,1,1,0.6876,0.5744,0.0633,1,1,1,1,1,0.566247106,0.468397468,0.849003315,1,1,1,1,1,0.599348545,0.486880243,0.790319443,1,1,1,1,1,0.846870065,0.437772155,0.505497825,0.505606093,0.505762411
-2851,1,0.4794,1,1,1,1,1,1,1,1,0.2744,0.4794,0,1,0.3228,1,1,1,1,1,1,0.2727,0.3228,0,1,0.5746,1,1,1,0.4003,0.5746,0,1,1,1,1,1,0.350900918,0,0.162581503,1,1,1,1,1,0.33628577,0,0.701237738,1,1,1,1,1,0.605091393,0,0.521689222,0.521683943,0.521719858
-2852,1,0.4798,1,1,1,1,1,1,1,1,0.1972,0.4798,0,1,0.323,1,1,1,1,1,1,0.2296,0.323,0,1,0.5748,1,1,1,0.4509,0.5748,0,1,1,1,1,1,0.346057713,0,0.215642124,1,1,1,1,1,0.357141614,0,0.695205808,1,1,1,1,1,0.744224906,0,0.545311745,0.545377618,0.545212766
-2853,1,0.4801,1,1,1,1,1,1,1,1,0.1975,0.4801,0,1,0.3233,1,1,1,1,1,1,0.1481,0.3233,0,1,0.575,1,1,1,0.4002,0.575,0,1,1,1,1,1,0.381412178,0,0.270904064,1,1,1,1,1,0.248273253,0,0.836961031,1,1,1,1,1,0.724954009,0,0.513835186,0.513645018,0.514184397
-2854,1,0.4805,1,1,1,1,1,1,1,1,0.1801,0.4805,0,1,0.3235,1,1,1,1,1,1,0.2272,0.3235,0,1,0.5752,1,1,1,0.3725,0.5752,0,1,1,1,1,1,0.396083921,0,0.147060439,1,1,1,1,1,0.370825768,0,0.70772779,1,1,1,1,1,0.760820746,0,0.465744321,0.465834567,0.465868794
-2855,1,0.4809,1,1,1,1,1,1,1,1,0.3662,0.4809,0,1,0.3237,1,1,1,1,1,1,0.402,0.3237,0,1,0.5754,1,1,1,0.3648,0.5754,0,1,1,1,1,1,0.515105069,0,0.034564421,1,1,1,1,1,0.618138194,0,0.344791621,1,1,1,1,1,0.775065482,0,0.421822136,0.421832029,0.421985816
-2856,1,0.4812,1,1,1,1,1,1,1,1,0.4621,0.4812,0,1,0.324,1,1,1,1,1,1,0.3354,0.324,0,1,0.5755,1,1,1,0.34,0.5755,0,1,1,1,1,1,0.473241895,0,0.227578759,1,1,1,1,1,0.496285141,0,0.365901053,1,1,1,1,1,0.73510623,0,0.39378927,0.39369579,0.394060284
-2857,1,0.4816,1,1,1,1,1,1,1,1,0.4129,0.4816,0,1,0.3242,1,1,1,1,1,1,0.3284,0.3242,0,1,0.5757,1,1,1,0.374,0.5757,0,1,1,1,1,1,0.454747736,0,0.172604457,1,1,1,1,1,0.431793869,0,0.126208127,1,1,1,1,1,0.71387428,0,0.37959159,0.379733446,0.379875887
-2858,1,0.4819,1,1,1,1,1,1,1,1,0.2433,0.4819,0,1,0.3244,1,1,1,1,1,1,0.1334,0.3244,0,1,0.5759,1,1,1,0.2899,0.5759,0,1,1,1,1,1,0.287712336,0,0.336816102,1,1,1,1,1,0.235057712,0,0.114438482,1,1,1,1,1,0.582633972,0,0.374395843,0.37444468,0.374556738
-2859,1,0.4823,1,1,1,1,1,1,1,1,0.148,0.4823,0,1,0.3247,1,1,1,1,1,1,0.0645,0.3247,0,1,0.5761,1,1,1,0.2429,0.5761,0,1,1,1,1,1,0.224953592,0,0.513371646,1,1,1,1,1,0.096078649,0,0.243033528,1,1,1,1,1,0.48433435,0,0.376268729,0.376348635,0.376329787
-2860,1,0.4826,1,1,1,1,1,1,1,1,0.1672,0.4826,0,1,0.3249,1,1,1,1,1,1,0.08,0.3249,0,1,0.5763,1,1,1,0.2259,0.5763,0,1,1,1,1,1,0.233020529,0,0.334687263,1,1,1,1,1,0.104821369,0,0.187267557,1,1,1,1,1,0.414148808,0,0.390949734,0.390945631,0.390957447
-2861,1,0.483,1,1,1,1,1,1,1,1,0.1582,0.483,0.1109,1,0.3252,1,1,1,1,1,1,0.0814,0.3252,0.1157,1,0.5765,1,1,1,0.1999,0.5765,0.0999,1,1,1,1,1,0.127364382,0.251231968,0.174048364,1,1,1,1,1,0.113164864,0.183500305,0.144672766,1,1,1,1,1,0.30789727,0.310040295,0.432455292,0.432621113,0.432624113
-2862,1,0.4833,1,1,1,1,1,1,1,1,0.115,0.4833,0.098,1,0.3254,1,1,1,1,1,1,0.0965,0.3254,0.1345,1,0.5767,1,1,1,0.1451,0.5767,0.0842,1,1,1,1,1,0.069673054,0.633871138,0.093335226,1,1,1,1,1,0.126437455,0.599730909,0.042477492,1,1,1,1,1,0.225819588,0.678795099,0.502054132,0.502009731,0.502216312
-2863,1,0.4837,1,1,1,1,1,1,1,1,0.0542,0.4837,0.2796,1,0.3256,1,1,1,1,1,1,0.0057,0.3256,0.3099,1,0.5769,1,1,1,0.1579,0.5769,0.2702,1,1,1,1,1,0.063946284,0.880398154,0.157581747,1,1,1,1,1,0.030596051,0.858408689,0.081150785,1,1,1,1,1,0.158948049,0.901025534,0.548695022,0.548762429,0.548758865
-2864,1,0.484,1,1,1,1,1,1,1,1,0.0218,0.484,0.4674,1,0.3259,1,1,1,1,1,1,0,0.3259,0.4874,1,0.5771,1,1,1,0.1667,0.5771,0.4622,1,1,1,1,1,0.003552637,0.981387973,0.180664286,1,1,1,1,1,3.59E-05,0.973081172,0.09837383,1,1,1,1,1,0.140169159,0.988842964,0.557938618,0.557859107,0.558067376
-2865,1,0.4844,1,1,1,1,1,1,1,1,0.0082,0.4844,0.6082,1,0.3261,1,1,1,1,1,1,0,0.3261,0.6085,1,0.5772,1,1,1,0.1358,0.5772,0.6131,1,1,1,1,1,0.008292227,0.999704897,0.065930434,1,1,1,1,1,8.88E-06,0.969079018,0.027540315,1,1,1,1,1,0.165296748,0.999795794,0.563073949,0.563147874,0.563386525
-2866,1,0.4847,1,1,1,1,1,1,1,1,0.0069,0.4847,0.7158,1,0.3263,1,1,1,1,1,1,0,0.3263,0.6619,1,0.5774,1,1,1,0.1309,0.5774,0.716,1,1,1,1,1,0.002031884,0.997739673,0.028934915,1,1,1,1,1,0,0.87814796,0.00052356,1,1,1,1,1,0.183444694,0.9997226,0.567000967,0.566955786,0.567375887
-2867,1,0.4851,1,1,1,1,1,1,1,1,0.0173,0.4851,0.6519,1,0.3266,1,1,1,1,1,1,0.0048,0.3266,0.6534,1,0.5776,1,1,1,0.1457,0.5776,0.6428,1,1,1,1,1,0.004670694,0.878128231,1.38E-05,1,1,1,1,1,0.004335224,0.880962908,0,1,1,1,1,1,0.162122339,0.999806941,0.566578057,0.566744235,0.566932624
-2868,1,0.4854,1,1,1,1,1,1,1,1,0.0257,0.4854,0.6012,1,0.3268,1,1,1,1,1,1,0.0028,0.3268,0.6176,1,0.5778,1,1,1,0.0794,0.5778,0.702,1,1,1,1,1,0.007603187,0.856162727,0,1,1,1,1,1,0.004427467,0.863162041,0,1,1,1,1,1,0.087723017,0.908228815,0.562590623,0.562724773,0.562943262
-2869,1,0.4858,1,1,1,1,1,1,1,1,0.0584,0.4858,0.5879,1,0.327,1,1,1,1,1,1,0.0175,0.327,0.5969,1,0.578,1,1,1,0.1451,0.578,0.6889,1,1,1,1,1,0.014069956,0.829072177,0.001057759,1,1,1,1,1,0.031400513,0.839701772,0,1,1,1,1,1,0.097758345,0.902255714,0.561442726,0.561455469,0.561613475
-2870,1,0.4861,1,1,1,1,1,1,1,1,0.0851,0.4861,0.5462,1,0.3273,1,1,1,1,1,1,0.0106,0.3273,0.5383,1,0.5782,1,1,1,0.1761,0.5782,0.5945,1,1,1,1,1,0.019712195,0.758472443,0.004157288,1,1,1,1,1,0.031430323,0.776644766,0.007902094,1,1,1,1,1,0.178931117,0.839037418,0.55540116,0.555320499,0.555407801
-2871,1,0.4865,1,1,1,1,1,1,1,1,0.1573,0.4865,0.4003,1,0.3275,1,1,1,1,1,1,0.0273,0.3275,0.4116,1,0.5784,1,1,1,0.1656,0.5784,0.4312,1,1,1,1,1,0.029030696,0.619329035,0.079586655,1,1,1,1,1,0.072829932,0.680970073,0.07977435,1,1,1,1,1,0.085663624,0.723519444,0.549601257,0.549820182,0.54964539
-2872,1,0.4868,1,1,1,1,1,1,1,1,0.1682,0.4868,0.2505,1,0.3277,1,1,1,1,1,1,0.0334,0.3277,0.2934,1,0.5786,1,1,1,0.0539,0.5786,0.2865,1,1,1,1,1,0.037822388,0.358863294,0.059061293,1,1,1,1,1,0.107036024,0.528370202,0.124046862,1,1,1,1,1,0.050030317,0.625269234,0.549178347,0.54918553,0.549202128
-2873,1,0.4872,1,1,1,1,1,1,1,1,0.1873,0.4872,0.1252,1,0.328,1,1,1,1,1,1,0.0695,0.328,0.163,1,0.5787,1,1,1,0.0294,0.5787,0.1421,1,1,1,1,1,0.048854619,0.197511986,0.093802258,1,1,1,1,1,0.148079872,0.410648644,0.09706755,1,1,1,1,1,0.021144764,0.461019456,0.552924118,0.552993442,0.552748227
-2874,1,0.4876,1,1,1,1,1,1,1,1,0.0805,0.4876,0.0221,1,0.3282,1,1,1,1,1,1,0.1107,0.3282,0.0341,1,0.5789,1,1,1,0.035,0.5789,0.0572,1,1,1,1,1,0.046544489,0.034166034,0.032753102,1,1,1,1,1,0.155543357,0.110494882,0.191518068,1,1,1,1,1,0.027098216,0.149166673,0.557455292,0.557436006,0.557624113
-2875,1,0.4879,1,1,1,1,1,1,1,1,0.0994,0.4879,0,1,0.3284,1,1,1,1,1,1,0.096,0.3284,0,1,0.5791,1,1,1,0.0481,0.5791,0,1,1,1,1,1,0.128833845,0,0.037863329,1,1,1,1,1,0.131995335,0,0.101183519,1,1,1,1,1,0.082526147,0,0.572921701,0.572879205,0.573138298
-2876,1,0.4883,1,1,1,1,1,1,1,1,0.1299,0.4883,0,1,0.3287,1,1,1,1,1,1,0.0932,0.3287,0,1,0.5793,1,1,1,0.051,0.5793,0,1,1,1,1,1,0.197272986,0,0.004760252,1,1,1,1,1,0.12568301,0,0.046123825,1,1,1,1,1,0.068222038,0,0.584340261,0.584302941,0.584219858
-2877,1,0.4886,1,1,1,1,1,1,1,1,0.1985,0.4886,0,1,0.3289,1,1,1,1,1,1,0.165,0.3289,0,1,0.5795,1,1,1,0.1207,0.5795,0,1,1,1,1,1,0.336420447,0,0.007517637,1,1,1,1,1,0.24233669,0,0.073284298,1,1,1,1,1,0.157521904,0,0.542955534,0.54283901,0.542996454
-2878,1,0.489,1,1,1,1,1,1,1,1,0.2386,0.489,0,1,0.3291,1,1,1,1,1,1,0.0753,0.3291,0,1,0.5797,1,1,1,0.19,0.5797,0,1,1,1,1,1,0.411967605,0,0.065948017,1,1,1,1,1,0.103620708,0,0.075111002,1,1,1,1,1,0.315079451,0,0.485621073,0.48572033,0.48537234
-2879,1,0.4893,1,1,1,1,1,1,1,1,0.2686,0.4893,0,1,0.3294,1,1,1,1,1,1,0.2046,0.3294,0,1,0.5799,1,1,1,0.1784,0.5799,0,1,1,1,1,1,0.390073806,0,0.326245248,1,1,1,1,1,0.279271781,0,0.239142686,1,1,1,1,1,0.395299792,0,0.434146931,0.434101967,0.434397163
-2880,1,0.4897,1,1,1,1,1,1,1,1,0.2665,0.4897,0,1,0.3296,1,1,1,1,1,1,0.2329,0.3296,0,1,0.5801,1,1,1,0.2073,0.5801,0,1,1,1,1,1,0.374032915,0,0.384157956,1,1,1,1,1,0.314719677,0,0.447955757,1,1,1,1,1,0.49006772,0,0.401341228,0.401311614,0.401152482
-2881,1,0.49,1,1,1,1,1,1,1,1,0.1976,0.49,0,1,0.3298,1,1,1,1,1,1,0.2476,0.3298,0,1,0.5802,1,1,1,0.277,0.5802,0,1,1,1,1,1,0.344501913,0,0.434896052,1,1,1,1,1,0.319090605,0,0.536813915,1,1,1,1,1,0.573293269,0,0.385874819,0.385868415,0.38608156
-2882,1,0.4904,1,1,1,1,1,1,1,1,0.1441,0.4904,0,1,0.3301,1,1,1,1,1,1,0.2366,0.3301,0,1,0.5804,1,1,1,0.3667,0.5804,0,1,1,1,1,1,0.248673171,0,0.637335062,1,1,1,1,1,0.331580907,0,0.895771742,1,1,1,1,1,0.704737425,0,0.377597873,0.377617939,0.377659574
-2883,1,0.4907,1,1,1,1,1,1,1,1,0.1082,0.4907,0,1,0.3303,1,1,1,1,1,1,0.1841,0.3303,0,1,0.5806,1,1,1,0.2841,0.5806,0,1,1,1,1,1,0.126318902,0,0.714768171,1,1,1,1,1,0.253957897,0,1,1,1,1,1,1,0.540378571,0,0.375664572,0.375713983,0.375443262
-2884,1,0.4911,1,1,1,1,1,1,1,1,0.1121,0.4911,0,1,0.3306,1,1,1,1,1,1,0.1362,0.3306,0,1,0.5808,1,1,1,0.3313,0.5808,0,1,1,1,1,1,0.120883077,0,0.723559499,1,1,1,1,1,0.171293125,0,1,1,1,1,1,1,0.630306602,0,0.385210246,0.385233763,0.385195035
-2885,1,0.4914,1,1,1,1,1,1,1,1,0.1302,0.4914,0,1,0.3308,1,1,1,1,1,1,0.1218,0.3308,0,1,0.581,1,1,1,0.3039,0.581,0,1,1,1,1,1,0.158099696,0,0.994400084,1,1,1,1,1,0.184694126,0,1,1,1,1,1,1,0.627977431,0,0.424903335,0.424793738,0.42464539
-2886,1,0.4918,1,1,1,1,1,1,1,1,0.1357,0.4918,0.0012,1,0.331,1,1,1,1,1,1,0.0988,0.331,0.0007,1,0.5812,1,1,1,0.2993,0.5812,0.0477,1,1,1,1,1,0.101620421,0.001880701,1,1,1,1,1,1,0.180765316,0.00057017,1,1,1,1,1,1,0.583808959,0.025218761,0.494079265,0.494182357,0.494237589
-2887,1,0.4921,1,1,1,1,1,1,1,1,0.137,0.4921,0.0441,1,0.3313,1,1,1,1,1,1,0.1602,0.3313,0.0595,1,0.5814,1,1,1,0.3107,0.5814,0.1233,1,1,1,1,1,0.177569419,0.056854144,0.98329103,1,1,1,1,1,0.219282806,0.07982897,1,1,1,1,1,1,0.619630992,0.183878928,0.549117931,0.54918553,0.549202128
-2888,1,0.4925,1,1,1,1,1,1,1,1,0.2628,0.4925,0.1344,1,0.3315,1,1,1,1,1,1,0.1766,0.3315,0.1074,1,0.5816,1,1,1,0.2629,0.5816,0.2292,1,1,1,1,1,0.231192678,0.146837533,1,1,1,1,1,1,0.280815899,0.129290745,1,1,1,1,1,1,0.425597906,0.262816638,0.570867569,0.570763698,0.570921986
-2889,1,0.4928,1,1,1,1,1,1,1,1,0.2367,0.4928,0.2087,1,0.3317,1,1,1,1,1,1,0.1737,0.3317,0.1745,1,0.5818,1,1,1,0.3326,0.5818,0.2755,1,1,1,1,1,0.18600072,0.293037832,1,1,1,1,1,1,0.255967498,0.257891148,1,1,1,1,1,1,0.529754758,0.353627831,0.584581924,0.584726042,0.584663121
-2890,1,0.4932,1,1,1,1,1,1,1,1,0.203,0.4932,0.3106,1,0.332,1,1,1,1,1,1,0.0738,0.332,0.3643,1,0.5819,1,1,1,0.4301,0.5819,0.414,1,1,1,1,1,0.160884231,0.497491449,0.998441815,1,1,1,1,1,0.120649964,0.53279084,0.997099519,1,1,1,1,1,0.611355245,0.55713582,0.592617206,0.592764967,0.592641844
-2891,1,0.4935,1,1,1,1,1,1,1,1,0.2386,0.4935,0.3357,1,0.3322,1,1,1,1,1,1,0.0474,0.3322,0.3286,1,0.5821,1,1,1,0.3507,0.5821,0.3997,1,1,1,1,1,0.141681597,0.496967375,1,1,1,1,1,1,0.074363217,0.440227509,1,1,1,1,1,1,0.491899461,0.575933576,0.600652489,0.600803893,0.60106383
-2892,1,0.4939,1,1,1,1,1,1,1,1,0.1785,0.4939,0.3555,1,0.3324,1,1,1,1,1,1,0.0128,0.3324,0.3839,1,0.5823,1,1,1,0.2225,0.5823,0.4307,1,1,1,1,1,0.075771131,0.525078237,1,1,1,1,1,1,0.018541725,0.584932148,1,1,1,1,1,1,0.42406708,0.577116311,0.599323345,0.599323038,0.59929078
-2893,1,0.4942,1,1,1,1,1,1,1,1,0.1397,0.4942,0.3706,1,0.3327,1,1,1,1,1,1,0,0.3327,0.4742,1,0.5825,1,1,1,0.2472,0.5825,0.4011,1,1,1,1,1,0.081404038,0.614836454,1,1,1,1,1,1,0.000585697,0.700944901,1,1,1,1,1,1,0.507056832,0.590266287,0.594550507,0.594668923,0.594858156
-2894,1,0.4946,1,1,1,1,1,1,1,1,0.1036,0.4946,0.393,1,0.3329,1,1,1,1,1,1,0.0021,0.3329,0.5053,1,0.5827,1,1,1,0.3387,0.5827,0.389,1,1,1,1,1,0.081007667,0.650476098,1,1,1,1,1,1,0.012575194,0.720901489,1,1,1,1,1,1,0.603399038,0.624164581,0.587844369,0.587899302,0.58820922
-2895,1,0.495,1,1,1,1,1,1,1,1,0.1019,0.495,0.3865,1,0.3331,1,1,1,1,1,1,0.0161,0.3331,0.4473,1,0.5829,1,1,1,0.2266,0.5829,0.3955,1,1,1,1,1,0.091307446,0.668016195,0.894510031,1,1,1,1,1,0.039179973,0.714123607,1,1,1,1,1,1,0.416734159,0.664647639,0.58282987,0.582822086,0.582890071
-2896,1,0.4953,1,1,1,1,1,1,1,1,0.1179,0.4953,0.2835,1,0.3334,1,1,1,1,1,1,0,0.3334,0.333,1,0.5831,1,1,1,0.1707,0.5831,0.2844,1,1,1,1,1,0.087558076,0.603912234,0.74027288,1,1,1,1,1,0.016878195,0.639546335,0.782282233,1,1,1,1,1,0.336929321,0.548325658,0.586756887,0.586629998,0.586879433
-2897,1,0.4957,1,1,1,1,1,1,1,1,0.0975,0.4957,0.1398,1,0.3336,1,1,1,1,1,1,0,0.3336,0.1856,1,0.5833,1,1,1,0.1172,0.5833,0.1287,1,1,1,1,1,0.045873724,0.454874486,0.619769454,1,1,1,1,1,0.013716182,0.530683696,0.910012841,1,1,1,1,1,0.285199702,0.225088194,0.595094248,0.595092025,0.594858156
-2898,1,0.496,1,1,1,1,1,1,1,1,0.1293,0.496,0.0212,1,0.3338,1,1,1,1,1,1,0.0199,0.3338,0.0629,1,0.5834,1,1,1,0.0869,0.5834,0.0141,1,1,1,1,1,0.051407393,0.21487689,0.552618325,1,1,1,1,1,0.044787265,0.274741739,1,1,1,1,1,1,0.239496127,0.039597992,0.595094248,0.595092025,0.594858156
-2899,1,0.4964,1,1,1,1,1,1,1,1,0.0839,0.4964,0,1,0.3341,1,1,1,1,1,1,0.0029,0.3341,0,1,0.5836,1,1,1,0.0798,0.5836,0,1,1,1,1,1,0.035479411,0,0.251815826,1,1,1,1,1,0.018267367,0,0.559298992,1,1,1,1,1,0.260860234,0,0.598840019,0.598688386,0.59929078
-2900,1,0.4967,1,1,1,1,1,1,1,1,0.1208,0.4967,0,1,0.3343,1,1,1,1,1,1,0.0247,0.3343,0,1,0.5838,1,1,1,0.1211,0.5838,0,1,1,1,1,1,0.058053479,0,0.36910975,1,1,1,1,1,0.047008276,0,0.53254503,1,1,1,1,1,0.264322966,0,0.59841711,0.598476835,0.598847518
-2901,1,0.4971,1,1,1,1,1,1,1,1,0.1426,0.4971,0,1,0.3345,1,1,1,1,1,1,0.0563,0.3345,0,1,0.584,1,1,1,0.0823,0.584,0,1,1,1,1,1,0.093633577,0,0.994926393,1,1,1,1,1,0.076717898,0,0.810381174,1,1,1,1,1,0.201889694,0,0.558301112,0.558282209,0.558510638
-2902,1,0.4974,1,1,1,1,1,1,1,1,0.0737,0.4974,0,1,0.3348,1,1,1,1,1,1,0.0585,0.3348,0,1,0.5842,1,1,1,0.052,0.5842,0,1,1,1,1,1,0.041955546,0,0.89402622,1,1,1,1,1,0.060837708,0,0.542177796,1,1,1,1,1,0.137496322,0,0.499033349,0.499048022,0.499113475
-2903,1,0.4978,1,1,1,1,1,1,1,1,0.0792,0.4978,0,1,0.335,1,1,1,1,1,1,0.0644,0.335,0,1,0.5844,1,1,1,0.0526,0.5844,0,1,1,1,1,1,0.044045091,0,0.839200735,1,1,1,1,1,0.072671726,0,0.415598214,1,1,1,1,1,0.137387738,0,0.446955051,0.446795007,0.447251773
-2904,1,0.4981,1,1,1,1,1,1,1,1,0.1108,0.4981,0,1,0.3352,1,1,1,1,1,1,0.038,0.3352,0,1,0.5846,1,1,1,0.04,0.5846,0,1,1,1,1,1,0.067891136,0,0.914891124,1,1,1,1,1,0.053093582,0,0.348953962,1,1,1,1,1,0.109099768,0,0.412820203,0.41273535,0.413120567
-2905,1,0.4985,1,1,1,1,1,1,1,1,0.1375,0.4985,0,1,0.3355,1,1,1,1,1,1,0.0157,0.3355,0,1,0.5848,1,1,1,0.032,0.5848,0,1,1,1,1,1,0.072146006,0,0.990689039,1,1,1,1,1,0.038642194,0,0.229804173,1,1,1,1,1,0.089290038,0,0.394574674,0.394753543,0.394503546
-2906,1,0.4988,1,1,1,1,1,1,1,1,0.1498,0.4988,0,1,0.3357,1,1,1,1,1,1,0.0266,0.3357,0,1,0.585,1,1,1,0.0566,0.585,0,1,1,1,1,1,0.083206892,0,0.99891758,1,1,1,1,1,0.0594455,0,0.309927523,1,1,1,1,1,0.144125521,0,0.385391493,0.385445314,0.385638298
-2907,1,0.4992,1,1,1,1,1,1,1,1,0.1248,0.4992,0,1,0.3359,1,1,1,1,1,1,0.0166,0.3359,0,1,0.5851,1,1,1,0.0674,0.5851,0,1,1,1,1,1,0.033324007,0,0.980419636,1,1,1,1,1,0.024567343,0,0.287643194,1,1,1,1,1,0.172647327,0,0.38321653,0.383329807,0.383421986
-2908,1,0.4995,1,1,1,1,1,1,1,1,0.096,0.4995,0,1,0.3362,1,1,1,1,1,1,0.0201,0.3362,0,1,0.5853,1,1,1,0.0554,0.5853,0,1,1,1,1,1,0.031056475,0,0.916876137,1,1,1,1,1,0.029807292,0,0.253744781,1,1,1,1,1,0.158774137,0,0.393487192,0.393484239,0.393617021
-2909,1,0.4999,1,1,1,1,1,1,1,1,0.0554,0.4999,0,1,0.3364,1,1,1,1,1,1,0.023,0.3364,0,1,0.5855,1,1,1,0.0275,0.5855,0.0034,1,1,1,1,1,0.031089172,0.00075799,0.692012489,1,1,1,1,1,0.040053349,0,0.303004473,1,1,1,1,1,0.091364615,0,0.431911551,0.431986461,0.432180851
-2910,1,0.5002,1,1,1,1,1,1,1,1,0.0642,0.5002,0.0938,1,0.3367,1,1,1,1,1,1,0.0034,0.3367,0.0765,1,0.5857,1,1,1,0.0114,0.5857,0.101,1,1,1,1,1,0.054796208,0.275592744,0.390109837,1,1,1,1,1,0.010445092,0.096174538,0.139134556,1,1,1,1,1,0.048757013,0.161476329,0.500664572,0.500740427,0.500886525
-2911,1,0.5006,1,1,1,1,1,1,1,1,0.0608,0.5006,0.2344,1,0.3369,1,1,1,1,1,1,0.0189,0.3369,0.2208,1,0.5859,1,1,1,0.0119,0.5859,0.2355,1,1,1,1,1,0.030983597,0.448448837,0.425323337,1,1,1,1,1,0.031456687,0.321667314,0.107835606,1,1,1,1,1,0.05695701,0.419303179,0.552259546,0.552147239,0.552304965
-2912,1,0.5009,1,1,1,1,1,1,1,1,0.0854,0.5009,0.3352,1,0.3371,1,1,1,1,1,1,0.0178,0.3371,0.3293,1,0.5861,1,1,1,0.0135,0.5861,0.3571,1,1,1,1,1,0.044937056,0.481443703,0.343770832,1,1,1,1,1,0.02070646,0.381578088,0.067007862,1,1,1,1,1,0.054553762,0.579555035,0.567303045,0.567378887,0.567375887
-2913,1,0.5013,1,1,1,1,1,1,1,1,0.0619,0.5013,0.3986,1,0.3374,1,1,1,1,1,1,0.0221,0.3374,0.4192,1,0.5863,1,1,1,0.0024,0.5863,0.4494,1,1,1,1,1,0.032826975,0.589672089,0.289964497,1,1,1,1,1,0.028250335,0.518403888,0.047843978,1,1,1,1,1,0.005935965,0.704024315,0.5760029,0.576052465,0.575797872
-2914,1,0.5017,1,1,1,1,1,1,1,1,0.0423,0.5017,0.3991,1,0.3376,1,1,1,1,1,1,0.0183,0.3376,0.3901,1,0.5865,1,1,1,0.0017,0.5865,0.4653,1,1,1,1,1,0.024530962,0.588542581,0.272738874,1,1,1,1,1,0.026357066,0.504788995,0.12437959,1,1,1,1,1,0.006470653,0.749355555,0.583131948,0.583033637,0.583333333
-2915,1,0.502,1,1,1,1,1,1,1,1,0.0268,0.502,0.425,1,0.3378,1,1,1,1,1,1,0.0148,0.3378,0.3448,1,0.5866,1,1,1,0.0032,0.5866,0.4621,1,1,1,1,1,0.018559715,0.586294055,0.256420135,1,1,1,1,1,0.025433239,0.445289433,0.237252384,1,1,1,1,1,0.00940332,0.736844718,0.583434026,0.583456738,0.583776596
-2916,1,0.5024,1,1,1,1,1,1,1,1,0.0154,0.5024,0.5339,1,0.3381,1,1,1,1,1,1,0.0115,0.3381,0.4879,1,0.5868,1,1,1,0.0051,0.5868,0.484,1,1,1,1,1,0.014937374,0.749167323,0.240834355,1,1,1,1,1,0.025363419,0.669980109,0.389145553,1,1,1,1,1,0.014131592,0.725286126,0.579325761,0.579225725,0.579343972
-2917,1,0.5027,1,1,1,1,1,1,1,1,0.0128,0.5027,0.5171,1,0.3383,1,1,1,1,1,1,0.0172,0.3383,0.466,1,0.587,1,1,1,0.0304,0.587,0.4899,1,1,1,1,1,0.015044962,0.71466589,0.170256555,1,1,1,1,1,0.029968549,0.634001911,0.253835618,1,1,1,1,1,0.059666719,0.729178727,0.577332044,0.577321769,0.577570922
-2918,1,0.5031,1,1,1,1,1,1,1,1,0.0121,0.5031,0.5028,1,0.3385,1,1,1,1,1,1,0.0234,0.3385,0.4587,1,0.5872,1,1,1,0.0547,0.5872,0.4558,1,1,1,1,1,0.015642023,0.718829036,0.188475102,1,1,1,1,1,0.026876943,0.628613174,0.287607342,1,1,1,1,1,0.136414602,0.710446358,0.570565491,0.570763698,0.570921986
-2919,1,0.5034,1,1,1,1,1,1,1,1,0.0507,0.5034,0.4266,1,0.3388,1,1,1,1,1,1,0.043,0.3388,0.4236,1,0.5874,1,1,1,0.0664,0.5874,0.3963,1,1,1,1,1,0.072730504,0.671663463,0.354271501,1,1,1,1,1,0.053566959,0.651159286,0.350553691,1,1,1,1,1,0.161198661,0.682088375,0.564826003,0.564840279,0.565159574
-2920,1,0.5038,1,1,1,1,1,1,1,1,0.0479,0.5038,0.3027,1,0.339,1,1,1,1,1,1,0.0163,0.339,0.3152,1,0.5876,1,1,1,0.0926,0.5876,0.2974,1,1,1,1,1,0.045566801,0.602082551,0.548403502,1,1,1,1,1,0.02404888,0.587739646,0.131395295,1,1,1,1,1,0.202474102,0.615872145,0.56681972,0.566744235,0.566932624
-2921,1,0.5041,1,1,1,1,1,1,1,1,0.0356,0.5041,0.1497,1,0.3392,1,1,1,1,1,1,0.0399,0.3392,0.1748,1,0.5878,1,1,1,0.0805,0.5878,0.1385,1,1,1,1,1,0.042091262,0.429286838,0.353707254,1,1,1,1,1,0.047428384,0.449125975,0.192658633,1,1,1,1,1,0.15408662,0.46288538,0.573646689,0.573725407,0.574024823
-2922,1,0.5045,1,1,1,1,1,1,1,1,0.0663,0.5045,0.0267,1,0.3395,1,1,1,1,1,1,0.0166,0.3395,0.0387,1,0.588,1,1,1,0.0677,0.588,0.0405,1,1,1,1,1,0.073591001,0.189598441,0.385414809,1,1,1,1,1,0.019105775,0.137116581,0.204576194,1,1,1,1,1,0.147659287,0.148701265,0.578661189,0.578802623,0.578900709
-2923,1,0.5048,1,1,1,1,1,1,1,1,0.0844,0.5048,0,1,0.3397,1,1,1,1,1,1,0,0.3397,0,1,0.5881,1,1,1,0.0797,0.5881,0,1,1,1,1,1,0.110689893,0,0.47784698,1,1,1,1,1,0.009076601,0,0.575002372,1,1,1,1,1,0.203062996,0,0.589052682,0.588957055,0.589095745
-2924,1,0.5052,1,1,1,1,1,1,1,1,0.0629,0.5052,0,1,0.3399,1,1,1,1,1,1,0.0031,0.3399,0,1,0.5883,1,1,1,0.1159,0.5883,0,1,1,1,1,1,0.083564937,0,0.230549008,1,1,1,1,1,0.006661656,0,0.339165717,1,1,1,1,1,0.264384121,0,0.593221363,0.593188069,0.593085106
-2925,1,0.5055,1,1,1,1,1,1,1,1,0.1091,0.5055,0,1,0.3402,1,1,1,1,1,1,0.0674,0.3402,0,1,0.5885,1,1,1,0.0914,0.5885,0,1,1,1,1,1,0.174994305,0,0.250165731,1,1,1,1,1,0.0982088,0,0.271537423,1,1,1,1,1,0.18911691,0,0.555461576,0.55553205,0.555407801
-2926,1,0.5059,1,1,1,1,1,1,1,1,0.0404,0.5059,0,1,0.3404,1,1,1,1,1,1,0.0293,0.3404,0,1,0.5887,1,1,1,0.1254,0.5887,0,1,1,1,1,1,0.086980693,0,0.234328523,1,1,1,1,1,0.048159972,0,0.189887434,1,1,1,1,1,0.271659106,0,0.497160464,0.497144066,0.497340426
-2927,1,0.5062,1,1,1,1,1,1,1,1,0.0315,0.5062,0,1,0.3406,1,1,1,1,1,1,0.0796,0.3406,0,1,0.5889,1,1,1,0.1102,0.5889,0,1,1,1,1,1,0.069264606,0,0.187984332,1,1,1,1,1,0.1115328,0,0.177065462,1,1,1,1,1,0.253571123,0,0.444961334,0.444891051,0.445035461
-2928,1,0.5066,1,1,1,1,1,1,1,1,0.0367,0.5066,0,1,0.3409,1,1,1,1,1,1,0.1686,0.3409,0,1,0.5891,1,1,1,0.1,0.5891,0,1,1,1,1,1,0.088102087,0,0.15075013,1,1,1,1,1,0.164034382,0,0.033980634,1,1,1,1,1,0.2307273,0,0.410403577,0.410408293,0.410460993
-2929,1,0.5069,1,1,1,1,1,1,1,1,0.0238,0.5069,0,1,0.3411,1,1,1,1,1,1,0.0848,0.3411,0,1,0.5893,1,1,1,0.1236,0.5893,0,1,1,1,1,1,0.087768659,0,0.116026551,1,1,1,1,1,0.08370924,0,0.070834816,1,1,1,1,1,0.307186425,0,0.392701788,0.392638037,0.392730496
-2930,1,0.5073,1,1,1,1,1,1,1,1,0.0267,0.5073,0,1,0.3413,1,1,1,1,1,1,0.0562,0.3413,0,1,0.5895,1,1,1,0.0827,0.5895,0,1,1,1,1,1,0.072613344,0,0.171079636,1,1,1,1,1,0.077911854,0,0.11554791,1,1,1,1,1,0.224351794,0,0.383095698,0.383118257,0.382978723
-2931,1,0.5076,1,1,1,1,1,1,1,1,0.0037,0.5076,0,1,0.3416,1,1,1,1,1,1,0.0204,0.3416,0,1,0.5897,1,1,1,0.0363,0.5897,0,1,1,1,1,1,0.0043649,0,0.163948506,1,1,1,1,1,0.036027413,0,0.240809709,1,1,1,1,1,0.104899392,0,0.380799903,0.380791199,0.380762411
-2932,1,0.508,1,1,1,1,1,1,1,1,0,0.508,0,1,0.3418,1,1,1,1,1,1,0.0338,0.3418,0,1,0.5898,1,1,1,0.0219,0.5898,0,1,1,1,1,1,0.001071783,0,0.125607014,1,1,1,1,1,0.037965715,0,0.169498444,1,1,1,1,1,0.075799897,0,0.391493475,0.391580283,0.391400709
-2933,1,0.5083,1,1,1,1,1,1,1,1,0.0029,0.5083,0,1,0.3421,1,1,1,1,1,1,0.0401,0.3421,0,1,0.59,1,1,1,0.0291,0.59,0.0092,1,1,1,1,1,0.008034942,0,0.023307772,1,1,1,1,1,0.048288994,0,0.064737692,1,1,1,1,1,0.094290942,0.012414054,0.429494925,0.429659403,0.429521277
-2934,1,0.5087,1,1,1,1,1,1,1,1,0.0029,0.5087,0.0066,1,0.3423,1,1,1,1,1,1,0.027,0.3423,0.033,1,0.5902,1,1,1,0.0303,0.5902,0.0923,1,1,1,1,1,0.010388207,0.013417944,0.015755178,1,1,1,1,1,0.038123287,0.030142494,0.017926702,1,1,1,1,1,0.099811755,0.215096921,0.499093765,0.499048022,0.499113475
-2935,1,0.5091,1,1,1,1,1,1,1,1,0.0062,0.5091,0.1643,1,0.3425,1,1,1,1,1,1,0.0351,0.3425,0.2171,1,0.5904,1,1,1,0.0693,0.5904,0.2418,1,1,1,1,1,0.038041655,0.425846219,0.015562235,1,1,1,1,1,0.040995959,0.429974467,0.019047383,1,1,1,1,1,0.151206195,0.499659419,0.552138714,0.552147239,0.552304965
-2936,1,0.5094,1,1,1,1,1,1,1,1,0.013,0.5094,0.3256,1,0.3428,1,1,1,1,1,1,0.0081,0.3428,0.349,1,0.5906,1,1,1,0.055,0.5906,0.3878,1,1,1,1,1,0.046415243,0.55475843,0.007271362,1,1,1,1,1,0.017559562,0.572792113,0.012162566,1,1,1,1,1,0.121514581,0.672318995,0.569055099,0.569071293,0.569148936
-2937,1,0.5098,1,1,1,1,1,1,1,1,0.0128,0.5098,0.4547,1,0.343,1,1,1,1,1,1,0,0.343,0.4265,1,0.5908,1,1,1,0.0169,0.5908,0.4865,1,1,1,1,1,0.043773782,0.675909579,0.010125183,1,1,1,1,1,0.008033177,0.638133526,0.033033509,1,1,1,1,1,0.016594997,0.745256305,0.577936201,0.577956421,0.578014184
-2938,1,0.5101,1,1,1,1,1,1,1,1,0.0019,0.5101,0.5008,1,0.3432,1,1,1,1,1,1,0,0.3432,0.4642,1,0.591,1,1,1,0.015,0.591,0.533,1,1,1,1,1,0.010353032,0.711135507,0.01151189,1,1,1,1,1,0.001765813,0.692522943,0.087958381,1,1,1,1,1,0.010890026,0.760879159,0.584763171,0.584726042,0.584663121
-2939,1,0.5105,1,1,1,1,1,1,1,1,0.0002,0.5105,0.5252,1,0.3435,1,1,1,1,1,1,0,0.3435,0.508,1,0.5912,1,1,1,0.0307,0.5912,0.5568,1,1,1,1,1,0.00144028,0.744616389,0.004956485,1,1,1,1,1,0.000923214,0.734955907,0.081294775,1,1,1,1,1,0.042439986,0.732402682,0.586696472,0.586629998,0.586879433
-2940,1,0.5108,1,1,1,1,1,1,1,1,0.0029,0.5108,0.5246,1,0.3437,1,1,1,1,1,1,0,0.3437,0.5335,1,0.5913,1,1,1,0.0403,0.5913,0.5223,1,1,1,1,1,0.0130901,0.765759706,0.001898917,1,1,1,1,1,0.004799303,0.756270826,0.121682197,1,1,1,1,1,0.041791007,0.759234548,0.582165297,0.582187434,0.582446809
-2941,1,0.5112,1,1,1,1,1,1,1,1,0.0094,0.5112,0.5286,1,0.3439,1,1,1,1,1,1,0.0047,0.3439,0.5286,1,0.5915,1,1,1,0.0414,0.5915,0.4879,1,1,1,1,1,0.003289817,0.763190389,0.002003978,1,1,1,1,1,0.009680038,0.750269532,0.190491885,1,1,1,1,1,0.033837568,0.734878719,0.580836153,0.580706579,0.581117021
-2942,1,0.5115,1,1,1,1,1,1,1,1,0.0065,0.5115,0.5154,1,0.3442,1,1,1,1,1,1,0.0205,0.3442,0.5268,1,0.5917,1,1,1,0.0568,0.5917,0.4861,1,1,1,1,1,0.005266686,0.748675346,0.000269296,1,1,1,1,1,0.021212898,0.751760304,0.100234821,1,1,1,1,1,0.033706546,0.713296533,0.572438376,0.572456103,0.572695035
-2943,1,0.5119,1,1,1,1,1,1,1,1,0.0034,0.5119,0.4331,1,0.3444,1,1,1,1,1,1,0.0203,0.3444,0.4584,1,0.5919,1,1,1,0.0179,0.5919,0.4224,1,1,1,1,1,0.003469589,0.726477444,0,1,1,1,1,1,0.031451523,0.724613547,0.030907331,1,1,1,1,1,0.035726622,0.691535592,0.566698888,0.566744235,0.566932624
-2944,1,0.5122,1,1,1,1,1,1,1,1,0.0049,0.5122,0.3071,1,0.3446,1,1,1,1,1,1,0.0048,0.3446,0.3415,1,0.5921,1,1,1,0.008,0.5921,0.2849,1,1,1,1,1,0.000329542,0.657877684,0.002137647,1,1,1,1,1,0.01771906,0.668249249,0,1,1,1,1,1,0.02488552,0.60977,0.569538424,0.569494394,0.569592199
-2945,1,0.5126,1,1,1,1,1,1,1,1,0.005,0.5126,0.1464,1,0.3449,1,1,1,1,1,1,0.0416,0.3449,0.1899,1,0.5923,1,1,1,0.0143,0.5923,0.1305,1,1,1,1,1,0.002241735,0.528858483,0,1,1,1,1,1,0.061558265,0.540012956,0,1,1,1,1,1,0.042203221,0.467334509,0.575761237,0.575840914,0.575797872
-2946,1,0.5129,1,1,1,1,1,1,1,1,0.0049,0.5129,0.0363,1,0.3451,1,1,1,1,1,1,0.0327,0.3451,0.0612,1,0.5925,1,1,1,0.0624,0.5925,0.0354,1,1,1,1,1,0.00462852,0.239400268,0,1,1,1,1,1,0.046889372,0.267735541,0.013764923,1,1,1,1,1,0.121732183,0.153431952,0.578057032,0.577956421,0.578014184
-2947,1,0.5133,1,1,1,1,1,1,1,1,0.0075,0.5133,0,1,0.3453,1,1,1,1,1,1,0,0.3453,0,1,0.5927,1,1,1,0.0858,0.5927,0,1,1,1,1,1,0.014818247,0,0.008755081,1,1,1,1,1,0.008904798,0,0.0097911,1,1,1,1,1,0.202592224,0,0.587058966,0.587053099,0.587322695
-2948,1,0.5136,1,1,1,1,1,1,1,1,0.0057,0.5136,0,1,0.3456,1,1,1,1,1,1,0,0.3456,0,1,0.5928,1,1,1,0.1809,0.5928,0,1,1,1,1,1,0.020988956,0,0.019522719,1,1,1,1,1,0.003639861,0,0.024757331,1,1,1,1,1,0.286037415,0,0.591288062,0.591284113,0.591312057
-2949,1,0.514,1,1,1,1,1,1,1,1,0.0266,0.514,0,1,0.3458,1,1,1,1,1,1,0.027,0.3458,0,1,0.593,1,1,1,0.081,0.593,0,1,1,1,1,1,0.072198294,0,0.00526625,1,1,1,1,1,0.048860975,0,0.03183927,1,1,1,1,1,0.172382861,0,0.5540116,0.554051195,0.554078014
-2950,1,0.5143,1,1,1,1,1,1,1,1,0.0158,0.5143,0,1,0.346,1,1,1,1,1,1,0.0027,0.346,0,1,0.5932,1,1,1,0.0732,0.5932,0,1,1,1,1,1,0.049815711,0,4.79E-05,1,1,1,1,1,0.011718004,0,0.03227016,1,1,1,1,1,0.167406827,0,0.496193813,0.496086313,0.496010638
-2951,1,0.5147,1,1,1,1,1,1,1,1,0.028,0.5147,0,1,0.3463,1,1,1,1,1,1,0.0181,0.3463,0,1,0.5934,1,1,1,0.0501,0.5934,0,1,1,1,1,1,0.085190453,0,0.01299704,1,1,1,1,1,0.033129714,0,0.041493453,1,1,1,1,1,0.135300577,0,0.443450942,0.443410197,0.443262411
-2952,1,0.515,1,1,1,1,1,1,1,1,0.0359,0.515,0,1,0.3465,1,1,1,1,1,1,0.0314,0.3465,0,1,0.5936,1,1,1,0.0754,0.5936,0,1,1,1,1,1,0.08294782,0,0,1,1,1,1,1,0.044071995,0,0.019021466,1,1,1,1,1,0.168199673,0,0.409074432,0.408927438,0.409131206
-2953,1,0.5154,1,1,1,1,1,1,1,1,0.0388,0.5154,0,1,0.3467,1,1,1,1,1,1,0.0605,0.3467,0,1,0.5938,1,1,1,0.089,0.5938,0,1,1,1,1,1,0.082866468,0,0.017380826,1,1,1,1,1,0.074111193,0,0.06733875,1,1,1,1,1,0.169720203,0,0.389983084,0.389887878,0.390070922
-2954,1,0.5158,1,1,1,1,1,1,1,1,0.0833,0.5158,0,1,0.347,1,1,1,1,1,1,0.1573,0.347,0,1,0.594,1,1,1,0.0507,0.594,0,1,1,1,1,1,0.150055557,0,0.166109011,1,1,1,1,1,0.197006688,0,0.13058117,1,1,1,1,1,0.122927904,0,0.380135331,0.380156547,0.379875887
-2955,1,0.5161,1,1,1,1,1,1,1,1,0.0625,0.5161,0,1,0.3472,1,1,1,1,1,1,0.0727,0.3472,0,1,0.5942,1,1,1,0.037,0.5942,0,1,1,1,1,1,0.089784294,0,0.185260817,1,1,1,1,1,0.083739534,0,0.179018348,1,1,1,1,1,0.143889755,0,0.377477042,0.377617939,0.377659574
-2956,1,0.5165,1,1,1,1,1,1,1,1,0.039,0.5165,0,1,0.3474,1,1,1,1,1,1,0.023,0.3474,0,1,0.5944,1,1,1,0.0586,0.5944,0,1,1,1,1,1,0.056234483,0,0.14733766,1,1,1,1,1,0.032663453,0,0.299121737,1,1,1,1,1,0.208671466,0,0.386962301,0.386926169,0.386968085
-2957,1,0.5168,1,1,1,1,1,1,1,1,0.0413,0.5168,0,1,0.3477,1,1,1,1,1,1,0.2029,0.3477,0,1,0.5945,1,1,1,0.0491,0.5945,0,1,1,1,1,1,0.100596942,0,0.086953521,1,1,1,1,1,0.221786916,0,0.187138498,1,1,1,1,1,0.174131557,0,0.423453359,0.423524434,0.423758865
-2958,1,0.5172,1,1,1,1,1,1,1,1,0.011,0.5172,0.0615,1,0.3479,1,1,1,1,1,1,0.0967,0.3479,0.0184,1,0.5947,1,1,1,0.0522,0.5947,0.0355,1,1,1,1,1,0.02614891,0.084732085,0.061774448,1,1,1,1,1,0.100436062,0.042571966,0.358822823,1,1,1,1,1,0.14262192,0.133957237,0.491481392,0.491432198,0.491578014
-2959,1,0.5175,1,1,1,1,1,1,1,1,0.0703,0.5175,0.1816,1,0.3482,1,1,1,1,1,1,0.048,0.3482,0.185,1,0.5949,1,1,1,0.0387,0.5949,0.1674,1,1,1,1,1,0.025504131,0.228155583,0.286309063,1,1,1,1,1,0.064469583,0.381343275,0.889266253,1,1,1,1,1,0.094520494,0.274847925,0.544284679,0.544319865,0.544326241
-2960,1,0.5179,1,1,1,1,1,1,1,1,0.0579,0.5179,0.3186,1,0.3484,1,1,1,1,1,1,0.0332,0.3484,0.3329,1,0.5951,1,1,1,0.0416,0.5951,0.3368,1,1,1,1,1,0.019938158,0.52539742,0.312618136,1,1,1,1,1,0.046719819,0.577446938,0.742222548,1,1,1,1,1,0.107873656,0.42171064,0.5659739,0.565898033,0.566046099
-2961,1,0.5182,1,1,1,1,1,1,1,1,0.0482,0.5182,0.4432,1,0.3486,1,1,1,1,1,1,0.0207,0.3486,0.4105,1,0.5953,1,1,1,0.0456,0.5953,0.3973,1,1,1,1,1,0.016665401,0.592704952,0.342743903,1,1,1,1,1,0.032054044,0.631619215,0.582980394,1,1,1,1,1,0.122576207,0.515755892,0.576727888,0.576687117,0.576684397
-2962,1,0.5186,1,1,1,1,1,1,1,1,0.0402,0.5186,0.4334,1,0.3489,1,1,1,1,1,1,0.0098,0.3489,0.4216,1,0.5955,1,1,1,0.051,0.5955,0.4791,1,1,1,1,1,0.016067289,0.592952073,0.377889782,1,1,1,1,1,0.020142369,0.655735373,0.445517838,1,1,1,1,1,0.138642058,0.618971348,0.587119381,0.587053099,0.587322695
-2963,1,0.5189,1,1,1,1,1,1,1,1,0.0336,0.5189,0.4417,1,0.3491,1,1,1,1,1,1,0.0037,0.3491,0.4549,1,0.5957,1,1,1,0.0579,0.5957,0.4925,1,1,1,1,1,0.016875599,0.646284759,0.419727743,1,1,1,1,1,0.011038585,0.675365806,0.338556796,1,1,1,1,1,0.15610151,0.631759703,0.588508942,0.588533954,0.588652482
-2964,1,0.5193,1,1,1,1,1,1,1,1,0.0284,0.5193,0.4653,1,0.3493,1,1,1,1,1,1,0,0.3493,0.4653,1,0.5959,1,1,1,0.0659,0.5959,0.4905,1,1,1,1,1,0.018937597,0.690174282,0.468512774,1,1,1,1,1,0.005050311,0.656636477,0.253676474,1,1,1,1,1,0.174943924,0.650308967,0.585065249,0.584937593,0.585106383
-2965,1,0.5196,1,1,1,1,1,1,1,1,0.0252,0.5196,0.4785,1,0.3496,1,1,1,1,1,1,0,0.3496,0.5339,1,0.596,1,1,1,0.0749,0.596,0.4945,1,1,1,1,1,0.02243704,0.703783691,0.525684416,1,1,1,1,1,0.002135206,0.727599859,0.182345301,1,1,1,1,1,0.195073456,0.650085092,0.583011116,0.583033637,0.582890071
-2966,1,0.52,1,1,1,1,1,1,1,1,0.0236,0.52,0.4424,1,0.3498,1,1,1,1,1,1,0,0.3498,0.5021,1,0.5962,1,1,1,0.0851,0.5962,0.4516,1,1,1,1,1,0.026802108,0.669629157,0.588758349,1,1,1,1,1,0.001256728,0.749795079,0.121446602,1,1,1,1,1,0.216450185,0.612207472,0.574311261,0.574360059,0.574468085
-2967,1,0.5203,1,1,1,1,1,1,1,1,0.0333,0.5203,0.4038,1,0.35,1,1,1,1,1,1,0,0.35,0.467,1,0.5964,1,1,1,0.0809,0.5964,0.3619,1,1,1,1,1,0.015004885,0.649888396,0.455580503,1,1,1,1,1,0.003608963,0.781739593,0.133027747,1,1,1,1,1,0.218134567,0.58420825,0.566578057,0.566744235,0.566932624
-2968,1,0.5207,1,1,1,1,1,1,1,1,0.0354,0.5207,0.275,1,0.3503,1,1,1,1,1,1,0,0.3503,0.3331,1,0.5966,1,1,1,0.0862,0.5966,0.2456,1,1,1,1,1,0.037351262,0.454633743,0.448503911,1,1,1,1,1,0.005514869,0.667160273,0.235276192,1,1,1,1,1,0.180023372,0.383479446,0.5659739,0.565898033,0.566046099
-2969,1,0.521,1,1,1,1,1,1,1,1,0.0156,0.521,0.1259,1,0.3505,1,1,1,1,1,1,0,0.3505,0.1703,1,0.5968,1,1,1,0.0555,0.5968,0.1175,1,1,1,1,1,0.043810725,0.272156477,0.260890931,1,1,1,1,1,0.001413946,0.376493245,0.159901589,1,1,1,1,1,0.067408375,0.215892076,0.564342678,0.564417178,0.564716312
-2970,1,0.5214,1,1,1,1,1,1,1,1,0.0081,0.5214,0.0128,1,0.3507,1,1,1,1,1,1,0,0.3507,0.0439,1,0.597,1,1,1,0.0521,0.597,0.0129,1,1,1,1,1,0.019303821,0.070021965,0.262794405,1,1,1,1,1,0.000624925,0.132474467,0.055880629,1,1,1,1,1,0.068067811,0.004195694,0.559207347,0.559128411,0.558953901
-2971,1,0.5217,1,1,1,1,1,1,1,1,0.0148,0.5217,0,1,0.351,1,1,1,1,1,1,0.0155,0.351,0,1,0.5972,1,1,1,0.0919,0.5972,0,1,1,1,1,1,0.034148574,0,0.136734173,1,1,1,1,1,0.02374131,0,0,1,1,1,1,1,0.180521145,0,0.559871919,0.559763063,0.559840426
-2972,1,0.5221,1,1,1,1,1,1,1,1,0.0268,0.5221,0,1,0.3512,1,1,1,1,1,1,0.0181,0.3512,0,1,0.5974,1,1,1,0.1206,0.5974,0,1,1,1,1,1,0.047697857,0,0.106413811,1,1,1,1,1,0.026258856,0,0,1,1,1,1,1,0.178518385,0,0.566517641,0.566532685,0.566489362
-2973,1,0.5224,1,1,1,1,1,1,1,1,0.0177,0.5224,0,1,0.3514,1,1,1,1,1,1,0.0069,0.3514,0,1,0.5975,1,1,1,0.0992,0.5975,0,1,1,1,1,1,0.033414286,0,0.054603048,1,1,1,1,1,0.019318249,0,0,1,1,1,1,1,0.137630299,0,0.538243113,0.538184895,0.538120567
-2974,1,0.5228,1,1,1,1,1,1,1,1,0.008,0.5228,0,1,0.3517,1,1,1,1,1,1,0.0024,0.3517,0,1,0.5977,1,1,1,0.0784,0.5977,0,1,1,1,1,1,0.015290028,0,0.037176639,1,1,1,1,1,0.019809281,0,0.025469635,1,1,1,1,1,0.113693282,0,0.492870952,0.492913053,0.492907801
-2975,1,0.5232,1,1,1,1,1,1,1,1,0,0.5232,0,1,0.3519,1,1,1,1,1,1,0.016,0.3519,0,1,0.5979,1,1,1,0.0692,0.5979,0,1,1,1,1,1,0.003004572,0,0.029764062,1,1,1,1,1,0.024218623,0,0.146064669,1,1,1,1,1,0.107901208,0,0.445323828,0.445314153,0.445035461
-2976,1,0.5235,1,1,1,1,1,1,1,1,0.0008,0.5235,0,1,0.3521,1,1,1,1,1,1,0.0289,0.3521,0,1,0.5981,1,1,1,0.0397,0.5981,0,1,1,1,1,1,0.002183518,0,0.015278479,1,1,1,1,1,0.052781586,0,0.023954712,1,1,1,1,1,0.096927457,0,0.407382794,0.407446583,0.407358156
-2977,1,0.5239,1,1,1,1,1,1,1,1,0,0.5239,0,1,0.3524,1,1,1,1,1,1,0.0098,0.3524,0,1,0.5983,1,1,1,0.0362,0.5983,0,1,1,1,1,1,0.005682567,0,0.012156825,1,1,1,1,1,0.039040811,0,0.014313089,1,1,1,1,1,0.091337681,0,0.38641856,0.386291517,0.38608156
-2978,1,0.5242,1,1,1,1,1,1,1,1,0.001,0.5242,0,1,0.3526,1,1,1,1,1,1,0.0129,0.3526,0,1,0.5985,1,1,1,0.0546,0.5985,0,1,1,1,1,1,0.002688087,0,0.009592883,1,1,1,1,1,0.050042689,0,0.008934816,1,1,1,1,1,0.13715364,0,0.373489609,0.373598477,0.37322695
-2979,1,0.5246,1,1,1,1,1,1,1,1,0,0.5246,0,1,0.3528,1,1,1,1,1,1,0.0157,0.3528,0,1,0.5987,1,1,1,0.0926,0.5987,0,1,1,1,1,1,0.000339122,0,0.001891257,1,1,1,1,1,0.041102942,0,0.013420157,1,1,1,1,1,0.259349555,0,0.36762929,0.367675058,0.367464539
-2980,1,0.5249,1,1,1,1,1,1,1,1,0,0.5249,0,1,0.3531,1,1,1,1,1,1,0,0.3531,0,1,0.5989,1,1,1,0.1784,0.5989,0,1,1,1,1,1,0.00232565,0,0.013419834,1,1,1,1,1,0.002176899,0,0.010336125,1,1,1,1,1,0.42140165,0,0.369562591,0.369579014,0.369237589
-2981,1,0.5253,1,1,1,1,1,1,1,1,0,0.5253,0,1,0.3533,1,1,1,1,1,1,0,0.3533,0,1,0.5991,1,1,1,0.1756,0.5991,0,1,1,1,1,1,0.014075786,0,0.01414604,1,1,1,1,1,0.00284425,0,0.029957592,1,1,1,1,1,0.32654649,0.001290377,0.381464476,0.381425851,0.381648936
-2982,1,0.5256,1,1,1,1,1,1,1,1,0.0124,0.5256,0.0244,1,0.3536,1,1,1,1,1,1,0,0.3536,0.0064,1,0.5992,1,1,1,0.1058,0.5992,0.102,1,1,1,1,1,0.036616072,0.018489476,0.00083706,1,1,1,1,1,0.010977256,0.020049099,0.075855762,1,1,1,1,1,0.193167597,0.223961145,0.403757854,0.403850222,0.403812057
-2983,1,0.526,1,1,1,1,1,1,1,1,0.0171,0.526,0.1612,1,0.3538,1,1,1,1,1,1,0.0011,0.3538,0.201,1,0.5994,1,1,1,0.1077,0.5994,0.2185,1,1,1,1,1,0.042201243,0.189106166,0.00258675,1,1,1,1,1,0.009185951,0.388049513,0.08800289,1,1,1,1,1,0.173730865,0.415567815,0.442725955,0.442775545,0.442819149
-2984,1,0.5263,1,1,1,1,1,1,1,1,0.023,0.5263,0.2826,1,0.354,1,1,1,1,1,1,0.0018,0.354,0.3271,1,0.5996,1,1,1,0.1117,0.5996,0.3952,1,1,1,1,1,0.049540389,0.421323359,0.005774333,1,1,1,1,1,0.007937103,0.523275495,0.101587437,1,1,1,1,1,0.157018498,0.678514183,0.483869019,0.483816374,0.484042553
-2985,1,0.5267,1,1,1,1,1,1,1,1,0.03,0.5267,0.4098,1,0.3543,1,1,1,1,1,1,0.0026,0.3543,0.3918,1,0.5998,1,1,1,0.1178,0.5998,0.4958,1,1,1,1,1,0.059886716,0.629356682,0.011219386,1,1,1,1,1,0.00851612,0.603680968,0.116519898,1,1,1,1,1,0.14299421,0.77960968,0.510451909,0.510471758,0.510638298
-2986,1,0.527,1,1,1,1,1,1,1,1,0.0384,0.527,0.4915,1,0.3545,1,1,1,1,1,1,0.0035,0.3545,0.4546,1,0.6,1,1,1,0.1261,0.6,0.5453,1,1,1,1,1,0.073092788,0.703840435,0.019350629,1,1,1,1,1,0.011948313,0.657987833,0.132684827,1,1,1,1,1,0.13152945,0.810850501,0.522232963,0.522318595,0.522163121
-2987,1,0.5274,1,1,1,1,1,1,1,1,0.0495,0.5274,0.5294,1,0.3547,1,1,1,1,1,1,0.0105,0.3547,0.4968,1,0.6002,1,1,1,0.1367,0.6002,0.5766,1,1,1,1,1,0.089564256,0.740961373,0.031086622,1,1,1,1,1,0.018786052,0.717039824,0.149931684,1,1,1,1,1,0.122505032,0.792795062,0.524528758,0.524645653,0.524822695
-2988,1,0.5277,1,1,1,1,1,1,1,1,0.0641,0.5277,0.51,1,0.355,1,1,1,1,1,1,0.0177,0.355,0.4935,1,0.6004,1,1,1,0.1496,0.6004,0.6445,1,1,1,1,1,0.109343782,0.716770887,0.046602875,1,1,1,1,1,0.028150916,0.665625751,0.168344766,1,1,1,1,1,0.115852058,0.806533992,0.519333011,0.519356886,0.519503546
-2989,1,0.5281,1,1,1,1,1,1,1,1,0.0259,0.5281,0.6343,1,0.3552,1,1,1,1,1,1,0,0.3552,0.6583,1,0.6006,1,1,1,0.1341,0.6006,0.7976,1,1,1,1,1,0.048093911,0.876496911,0.052018583,1,1,1,1,1,0.000417859,0.936190963,0.141026184,1,1,1,1,1,0.119376086,0.969490945,0.510753987,0.510683309,0.510638298
-2990,1,0.5284,1,1,1,1,1,1,1,1,0.0164,0.5284,0.4632,1,0.3554,1,1,1,1,1,1,0,0.3554,0.5201,1,0.6007,1,1,1,0.1308,0.6007,0.6052,1,1,1,1,1,0.025126355,0.674888909,0.102951542,1,1,1,1,1,0.001082972,0.765830398,0.141024619,1,1,1,1,1,0.077949211,0.827833891,0.502477042,0.502432833,0.502659574
-2991,1,0.5288,1,1,1,1,1,1,1,1,0.014,0.5288,0.341,1,0.3557,1,1,1,1,1,1,0.0116,0.3557,0.4155,1,0.6009,1,1,1,0.1002,0.6009,0.4863,1,1,1,1,1,0.022955155,0.599265814,0.151304334,1,1,1,1,1,0.00932222,0.718190968,0.254790336,1,1,1,1,1,0.037540548,0.785779178,0.49679797,0.496720965,0.496897163
-2992,1,0.5291,1,1,1,1,1,1,1,1,0.0235,0.5291,0.2327,1,0.3559,1,1,1,1,1,1,0,0.3559,0.2841,1,0.6011,1,1,1,0.1691,0.6011,0.3266,1,1,1,1,1,0.060020283,0.453005195,0.193655699,1,1,1,1,1,0.00600677,0.567552924,0.350987732,1,1,1,1,1,0.113049686,0.808784425,0.49637506,0.496297863,0.496453901
-2993,1,0.5295,1,1,1,1,1,1,1,1,0.0179,0.5295,0.1225,1,0.3561,1,1,1,1,1,1,0,0.3561,0.1595,1,0.6013,1,1,1,0.1692,0.6013,0.1266,1,1,1,1,1,0.057521977,0.473808885,0.106045082,1,1,1,1,1,0.006390921,0.318858296,0.237981945,1,1,1,1,1,0.075237796,0.679283261,0.499395843,0.499471123,0.499556738
-2994,1,0.5299,1,1,1,1,1,1,1,1,0.0138,0.5299,0.0432,1,0.3564,1,1,1,1,1,1,0,0.3564,0.0414,1,0.6015,1,1,1,0.1205,0.6015,0.0678,1,1,1,1,1,0.052433945,0.261503607,0.095311962,1,1,1,1,1,0.004839906,0.195898905,0.231100798,1,1,1,1,1,0.116018347,0.394346744,0.498308362,0.49841337,0.49822695
-2995,1,0.5302,1,1,1,1,1,1,1,1,0.0164,0.5302,0,1,0.3566,1,1,1,1,1,1,0,0.3566,0,1,0.6017,1,1,1,0.0692,0.6017,0,1,1,1,1,1,0.052651983,0,0.029823303,1,1,1,1,1,0.001945257,0,0.212642163,1,1,1,1,1,0.14139007,0,0.503987434,0.503913687,0.504432624
-2996,1,0.5306,1,1,1,1,1,1,1,1,0.0171,0.5306,0,1,0.3568,1,1,1,1,1,1,0,0.3568,0,1,0.6019,1,1,1,0.1874,0.6019,0,1,1,1,1,1,0.072319679,0,0.059279166,1,1,1,1,1,0.014383059,0,0.398673326,1,1,1,1,1,0.350693166,0,0.523018366,0.522953247,0.523492908
-2997,1,0.5309,1,1,1,1,1,1,1,1,0.0012,0.5309,0,1,0.3571,1,1,1,1,1,1,0.0022,0.3571,0,1,0.6021,1,1,1,0.253,0.6021,0,1,1,1,1,1,0.04088771,0,0.062507704,1,1,1,1,1,0.060346548,0,0.24270761,1,1,1,1,1,0.431854635,0,0.50362494,0.503702137,0.503989362
-2998,1,0.5313,1,1,1,1,1,1,1,1,0.0049,0.5313,0,1,0.3573,1,1,1,1,1,1,0.0459,0.3573,0,1,0.6022,1,1,1,0.2292,0.6022,0,1,1,1,1,1,0.041947778,0,0.036122974,1,1,1,1,1,0.105904847,0,0.285141885,1,1,1,1,1,0.394325793,0,0.466831803,0.466892321,0.466755319
-2999,1,0.5316,1,1,1,1,1,1,1,1,0.0113,0.5316,0,1,0.3575,1,1,1,1,1,1,0.0372,0.3575,0,1,0.6024,1,1,1,0.162,0.6024,0,1,1,1,1,1,0.02461949,0,0.018865079,1,1,1,1,1,0.05164855,0,0.100586653,1,1,1,1,1,0.282276958,0,0.427380377,0.427332346,0.427304965
-3000,1,0.532,1,1,1,1,1,1,1,1,0.0316,0.532,0,1,0.3578,1,1,1,1,1,1,0.0255,0.3578,0,1,0.6026,1,1,1,0.1704,0.6026,0,1,1,1,1,1,0.048881032,0,0.085002579,1,1,1,1,1,0.041799333,0,0.137098953,1,1,1,1,1,0.275855571,0,0.395782987,0.395811297,0.395833333
-3001,1,0.5323,1,1,1,1,1,1,1,1,0.0195,0.5323,0,1,0.358,1,1,1,1,1,1,0.0101,0.358,0,1,0.6028,1,1,1,0.1556,0.6028,0,1,1,1,1,1,0.048795186,0,0.203066498,1,1,1,1,1,0.017394008,0,0.221917808,1,1,1,1,1,0.222843483,0,0.375906235,0.375925534,0.375886525
-3002,1,0.5327,1,1,1,1,1,1,1,1,0.0124,0.5327,0,1,0.3582,1,1,1,1,1,1,0.0118,0.3582,0,1,0.603,1,1,1,0.1526,0.603,0,1,1,1,1,1,0.026825679,0,0.20498544,1,1,1,1,1,0.017997328,0,0.329267263,1,1,1,1,1,0.179027557,0,0.364306428,0.364290248,0.364361702
-3003,1,0.533,1,1,1,1,1,1,1,1,0.0086,0.533,0,1,0.3585,1,1,1,1,1,1,0.0028,0.3585,0,1,0.6032,1,1,1,0.1457,0.6032,0,1,1,1,1,1,0.014975848,0,0.172693893,1,1,1,1,1,0.014640631,0,0.219485357,1,1,1,1,1,0.119399384,0,0.358627356,0.35857838,0.358599291
-3004,1,0.5334,1,1,1,1,1,1,1,1,0.0155,0.5334,0,1,0.3587,1,1,1,1,1,1,0,0.3587,0,1,0.6034,1,1,1,0.1534,0.6034,0,1,1,1,1,1,0.027650708,0,0.225395694,1,1,1,1,1,0.006658307,0,0.131014928,1,1,1,1,1,0.089436114,0,0.358687772,0.35878993,0.358599291
-3005,1,0.5337,1,1,1,1,1,1,1,1,0.0259,0.5337,0.0464,1,0.359,1,1,1,1,1,1,0,0.359,0.0091,1,0.6036,1,1,1,0.1296,0.6036,0.1332,1,1,1,1,1,0.026864368,0.126623884,0.241429359,1,1,1,1,1,0.003471182,0.012221592,0.20425421,1,1,1,1,1,0.057209309,0.307380289,0.363762687,0.363867146,0.36391844
-3006,1,0.5341,1,1,1,1,1,1,1,1,0.0116,0.5341,0.1035,1,0.3592,1,1,1,1,1,1,0,0.3592,0.1225,1,0.6038,1,1,1,0.1108,0.6038,0.0937,1,1,1,1,1,0.020444082,0.510385633,0.289167762,1,1,1,1,1,0.004645394,0.451326847,0.321572274,1,1,1,1,1,0.058072064,0.632003605,0.374758337,0.374867781,0.375
-3007,1,0.5344,1,1,1,1,1,1,1,1,0.0032,0.5344,0.2664,1,0.3594,1,1,1,1,1,1,0,0.3594,0.2873,1,0.6039,1,1,1,0.0349,0.6039,0.2681,1,1,1,1,1,0.001686233,0.723668694,0.30596447,1,1,1,1,1,1.64E-05,0.696060896,0.25240472,1,1,1,1,1,0.017156376,0.866352201,0.405147414,0.405119526,0.405141844
-3008,1,0.5348,1,1,1,1,1,1,1,1,0.0099,0.5348,0.4112,1,0.3597,1,1,1,1,1,1,0,0.3597,0.4241,1,0.6041,1,1,1,0.018,0.6041,0.4231,1,1,1,1,1,0.003630077,0.788268745,0.372494906,1,1,1,1,1,5.70E-05,0.7332654,0.383424878,1,1,1,1,1,0.005000401,0.935046136,0.442182214,0.442140893,0.442375887
-3009,1,0.5351,1,1,1,1,1,1,1,1,0.0251,0.5351,0.5047,1,0.3599,1,1,1,1,1,1,0,0.3599,0.5213,1,0.6043,1,1,1,0.062,0.6043,0.5307,1,1,1,1,1,0.003984384,0.760450423,0.261774272,1,1,1,1,1,0.00137271,0.737268448,0.249489814,1,1,1,1,1,0.018663496,0.848951697,0.470275495,0.470277131,0.470301418
-3010,1,0.5355,1,1,1,1,1,1,1,1,0.0471,0.5355,0.5421,1,0.3601,1,1,1,1,1,1,0,0.3601,0.5502,1,0.6045,1,1,1,0.057,0.6045,0.57,1,1,1,1,1,0.009783161,0.754028976,0.218680114,1,1,1,1,1,0.001692145,0.718967736,0.185871735,1,1,1,1,1,0.015439176,0.857708454,0.485016916,0.484874127,0.48537234
-3011,1,0.5358,1,1,1,1,1,1,1,1,0.0443,0.5358,0.5389,1,0.3604,1,1,1,1,1,1,0,0.3604,0.527,1,0.6047,1,1,1,0.081,0.6047,0.6262,1,1,1,1,1,0.008574449,0.759180605,0.270553023,1,1,1,1,1,0.000981491,0.699343324,0.18868798,1,1,1,1,1,0.020814374,0.852018595,0.490877235,0.490797546,0.491134752
-3012,1,0.5362,1,1,1,1,1,1,1,1,0.0498,0.5362,0.5425,1,0.3606,1,1,1,1,1,1,0.0045,0.3606,0.558,1,0.6049,1,1,1,0.088,0.6049,0.6483,1,1,1,1,1,0.020681713,0.766733646,0.28544721,1,1,1,1,1,0.006268982,0.76546216,0.13118273,1,1,1,1,1,0.037724327,0.859670699,0.490998067,0.491009097,0.491134752
-3013,1,0.5365,1,1,1,1,1,1,1,1,0.048,0.5365,0.5567,1,0.3608,1,1,1,1,1,1,0,0.3608,0.5624,1,0.6051,1,1,1,0.12,0.6051,0.702,1,1,1,1,1,0.015921209,0.773685217,0.191866606,1,1,1,1,1,0.013881992,0.790405333,0.039112568,1,1,1,1,1,0.036427207,0.893624425,0.486104398,0.486143431,0.486258865
-3014,1,0.5369,1,1,1,1,1,1,1,1,0.0606,0.5369,0.561,1,0.3611,1,1,1,1,1,1,0.0038,0.3611,0.5658,1,0.6053,1,1,1,0.1389,0.6053,0.6381,1,1,1,1,1,0.027044695,0.827275515,0.398896903,1,1,1,1,1,0.039323375,0.801967144,0.01061309,1,1,1,1,1,0.028738456,0.946724772,0.479458676,0.479585361,0.479609929
-3015,1,0.5373,1,1,1,1,1,1,1,1,0.0977,0.5373,0.4936,1,0.3613,1,1,1,1,1,1,0.0356,0.3613,0.4944,1,0.6054,1,1,1,0.1225,0.6054,0.5048,1,1,1,1,1,0.058795951,0.848995268,0.489767611,1,1,1,1,1,0.06361784,0.785164416,0.014247907,1,1,1,1,1,0.072209686,0.942869306,0.478069116,0.478104506,0.478280142
-3016,1,0.5376,1,1,1,1,1,1,1,1,0.0739,0.5376,0.343,1,0.3615,1,1,1,1,1,1,0.0526,0.3615,0.3734,1,0.6056,1,1,1,0.0819,0.6056,0.3271,1,1,1,1,1,0.067507811,0.819464743,0.283663094,1,1,1,1,1,0.07056722,0.767448008,0.034786914,1,1,1,1,1,0.036024559,0.904914975,0.485258579,0.485297229,0.48537234
-3017,1,0.538,1,1,1,1,1,1,1,1,0.0533,0.538,0.1536,1,0.3618,1,1,1,1,1,1,0.0676,0.3618,0.2074,1,0.6058,1,1,1,0.1002,0.6058,0.1274,1,1,1,1,1,0.072933644,0.654888213,0.263284624,1,1,1,1,1,0.082239583,0.670252144,0,1,1,1,1,1,0.081663243,0.7401371,0.498066699,0.497990269,0.49822695
-3018,1,0.5383,1,1,1,1,1,1,1,1,0.0375,0.5383,0.0619,1,0.362,1,1,1,1,1,1,0.1127,0.362,0.0927,1,0.606,1,1,1,0.0721,0.606,0.0714,1,1,1,1,1,0.076671332,0.35506469,0.130301863,1,1,1,1,1,0.101802111,0.417197227,0,1,1,1,1,1,0.077910468,0.410764605,0.50598115,0.506029194,0.506205674
-3019,1,0.5387,1,1,1,1,1,1,1,1,0.0386,0.5387,0,1,0.3622,1,1,1,1,1,1,0.1538,0.3622,0,1,0.6062,1,1,1,0.0896,0.6062,0,1,1,1,1,1,0.143105671,0,0.036843043,1,1,1,1,1,0.191671982,0,0,1,1,1,1,1,0.142099515,0,0.516916385,0.516818278,0.516843972
-3020,1,0.539,1,1,1,1,1,1,1,1,0.0571,0.539,0,1,0.3625,1,1,1,1,1,1,0.1336,0.3625,0,1,0.6064,1,1,1,0.1328,0.6064,0,1,1,1,1,1,0.236948431,0,0.016255669,1,1,1,1,1,0.192110658,0,0.029024869,1,1,1,1,1,0.277833849,0,0.542351377,0.542415909,0.542109929
-3021,1,0.5394,1,1,1,1,1,1,1,1,0.0644,0.5394,0,1,0.3627,1,1,1,1,1,1,0.1762,0.3627,0,1,0.6066,1,1,1,0.2275,0.6066,0,1,1,1,1,1,0.207133383,0,0.001652052,1,1,1,1,1,0.195382208,0,0.069042675,1,1,1,1,1,0.374014556,0,0.51238521,0.512375714,0.51285461
-3022,1,0.5397,1,1,1,1,1,1,1,1,0.0798,0.5397,0,1,0.3629,1,1,1,1,1,1,0.1648,0.3629,0,1,0.6068,1,1,1,0.2606,0.6068,0,1,1,1,1,1,0.157126874,0,0,1,1,1,1,1,0.193244025,0,0.025806807,1,1,1,1,1,0.408976674,0,0.464233929,0.464142162,0.464095745
-3023,1,0.5401,1,1,1,1,1,1,1,1,0.055,0.5401,0,1,0.3632,1,1,1,1,1,1,0.1259,0.3632,0,1,0.607,1,1,1,0.2264,0.607,0,1,1,1,1,1,0.120090403,0,0.000523137,1,1,1,1,1,0.156108916,0,0,1,1,1,1,1,0.385151207,0,0.418861769,0.418658769,0.418882979
-3024,1,0.5404,1,1,1,1,1,1,1,1,0.0402,0.5404,0,1,0.3634,1,1,1,1,1,1,0.1477,0.3634,0,1,0.6071,1,1,1,0.1821,0.6071,0,1,1,1,1,1,0.100287467,0,0.005531359,1,1,1,1,1,0.1558467,0,0,1,1,1,1,1,0.321938306,0,0.386599807,0.386714618,0.386524823
-3025,1,0.5408,1,1,1,1,1,1,1,1,0.0628,0.5408,0,1,0.3636,1,1,1,1,1,1,0.2668,0.3636,0,1,0.6073,1,1,1,0.1596,0.6073,0,1,1,1,1,1,0.101295754,0,0.010932561,1,1,1,1,1,0.237185925,0,0.000413613,1,1,1,1,1,0.277554125,0,0.37040841,0.370425217,0.370567376
-3026,1,0.5411,1,1,1,1,1,1,1,1,0.1002,0.5411,0,1,0.3639,1,1,1,1,1,1,0.2605,0.3639,0,1,0.6075,1,1,1,0.1481,0.6075,0,1,1,1,1,1,0.087046482,0,0.040771604,1,1,1,1,1,0.253885627,0,0.056958899,1,1,1,1,1,0.229714021,0,0.363460609,0.363444045,0.363475177
-3027,1,0.5415,1,1,1,1,1,1,1,1,0.0809,0.5415,0,1,0.3641,1,1,1,1,1,1,0.335,0.3641,0,1,0.6077,1,1,1,0.1519,0.6077,0,1,1,1,1,1,0.062780365,0,0.045739248,1,1,1,1,1,0.312875152,0,0.027070422,1,1,1,1,1,0.188389927,0,0.362312711,0.362386292,0.362588652
-3028,1,0.5418,1,1,1,1,1,1,1,1,0.0849,0.5418,0,1,0.3643,1,1,1,1,1,1,0.3865,0.3643,0,1,0.6079,1,1,1,0.122,0.6079,0,1,1,1,1,1,0.066846617,0,0.106503487,1,1,1,1,1,0.444811165,0,0.02137042,1,1,1,1,1,0.129325107,0,0.374939584,0.374867781,0.375
-3029,1,0.5422,1,1,1,1,1,1,1,1,0.0438,0.5422,0.08,1,0.3646,1,1,1,1,1,1,0.3117,0.3646,0.0761,1,0.6081,1,1,1,0.0988,0.6081,0.1326,1,1,1,1,1,0.083832689,0.14186433,0.093182743,1,1,1,1,1,0.331490636,0.10566777,0.026991101,1,1,1,1,1,0.101927616,0.326739252,0.410161914,0.410196742,0.41001773
-3030,1,0.5425,1,1,1,1,1,1,1,1,0.0312,0.5425,0.0962,1,0.3648,1,1,1,1,1,1,0.2149,0.3648,0.1204,1,0.6083,1,1,1,0.0532,0.6083,0.0865,1,1,1,1,1,0.051057074,0.605317831,0.066344947,1,1,1,1,1,0.180318147,0.493487835,0.049339794,1,1,1,1,1,0.069507606,0.716439366,0.478189947,0.478104506,0.478280142
-3031,1,0.5429,1,1,1,1,1,1,1,1,0.0182,0.5429,0.2692,1,0.3651,1,1,1,1,1,1,0,0.3651,0.2931,1,0.6085,1,1,1,0.0044,0.6085,0.2676,1,1,1,1,1,0.008809977,0.856718719,0.100873679,1,1,1,1,1,0.009510274,0.802717686,0.073591366,1,1,1,1,1,0.012928808,0.938932896,0.530691155,0.530780622,0.531028369
-3032,1,0.5432,1,1,1,1,1,1,1,1,0.0008,0.5432,0.4479,1,0.3653,1,1,1,1,1,1,0,0.3653,0.4616,1,0.6086,1,1,1,0.0002,0.6086,0.4573,1,1,1,1,1,0.000731337,0.940531075,0.069096811,1,1,1,1,1,0,0.899172902,0.017808901,1,1,1,1,1,0.001271096,0.992724419,0.548453359,0.548550878,0.548758865
-3033,1,0.5436,1,1,1,1,1,1,1,1,0.0018,0.5436,0.5826,1,0.3655,1,1,1,1,1,1,0,0.3655,0.5836,1,0.6088,1,1,1,0.0019,0.6088,0.5984,1,1,1,1,1,0.000150542,0.97210449,0.023849655,1,1,1,1,1,0,0.912081301,0,1,1,1,1,1,0.000526274,0.998007417,0.559871919,0.559763063,0.559840426
-3034,1,0.544,1,1,1,1,1,1,1,1,0.0064,0.544,0.683,1,0.3658,1,1,1,1,1,1,0,0.3658,0.6775,1,0.609,1,1,1,0.0217,0.609,0.707,1,1,1,1,1,0.000190461,0.975322306,0.018505298,1,1,1,1,1,0.002632067,0.938575625,0,1,1,1,1,1,0.002578449,0.998167455,0.570927985,0.570975249,0.571365248
-3035,1,0.5443,1,1,1,1,1,1,1,1,0.0197,0.5443,0.6924,1,0.366,1,1,1,1,1,1,0.001,0.366,0.6925,1,0.6092,1,1,1,0.0382,0.6092,0.7238,1,1,1,1,1,0.0038602,0.970849872,0.008367648,1,1,1,1,1,0.003647594,0.930994451,0,1,1,1,1,1,0.00598556,0.998790681,0.575882069,0.575840914,0.575797872
-3036,1,0.5447,1,1,1,1,1,1,1,1,0.0678,0.5447,0.6825,1,0.3662,1,1,1,1,1,1,0.0328,0.3662,0.6905,1,0.6094,1,1,1,0.044,0.6094,0.7204,1,1,1,1,1,0.013944619,0.947838187,0.013104846,1,1,1,1,1,0.061254688,0.901736617,0,1,1,1,1,1,0.00885912,0.999390841,0.57557999,0.575629363,0.575797872
-3037,1,0.545,1,1,1,1,1,1,1,1,0.2024,0.545,0.6547,1,0.3665,1,1,1,1,1,1,0.1004,0.3665,0.6762,1,0.6096,1,1,1,0.0073,0.6096,0.7194,1,1,1,1,1,0.02790365,0.922464669,0.003013268,1,1,1,1,1,0.129126772,0.839140534,0.015695026,1,1,1,1,1,0.015472572,0.998423874,0.576909135,0.576898667,0.57712766
-3038,1,0.5454,1,1,1,1,1,1,1,1,0.1791,0.5454,0.5878,1,0.3667,1,1,1,1,1,1,0.1106,0.3667,0.5897,1,0.6098,1,1,1,0.0064,0.6098,0.6301,1,1,1,1,1,0.03257665,0.877068281,0.004807506,1,1,1,1,1,0.137566119,0.772318363,0.025026703,1,1,1,1,1,0.022115104,0.994399846,0.572015466,0.572033002,0.571808511
-3039,1,0.5457,1,1,1,1,1,1,1,1,0.2081,0.5457,0.4732,1,0.3669,1,1,1,1,1,1,0.1344,0.3669,0.4958,1,0.61,1,1,1,0.0087,0.61,0.4955,1,1,1,1,1,0.061530411,0.81950736,0.014963668,1,1,1,1,1,0.189578563,0.763380647,0.14059189,1,1,1,1,1,0.032232314,0.964297414,0.565430159,0.565474931,0.565159574
-3040,1,0.5461,1,1,1,1,1,1,1,1,0.2053,0.5461,0.3272,1,0.3672,1,1,1,1,1,1,0.2639,0.3672,0.34,1,0.6101,1,1,1,0.0219,0.6101,0.3179,1,1,1,1,1,0.095980704,0.794418573,0.021263875,1,1,1,1,1,0.285795152,0.5817765,0.202458635,1,1,1,1,1,0.051624019,0.920538902,0.562832286,0.562724773,0.562943262
-3041,1,0.5464,1,1,1,1,1,1,1,1,0.357,0.5464,0.153,1,0.3674,1,1,1,1,1,1,0.447,0.3674,0.1756,1,0.6103,1,1,1,0.0483,0.6103,0.1239,1,1,1,1,1,0.280863076,0.409310967,0.07672625,1,1,1,1,1,0.478341281,0.39564845,0.339036644,1,1,1,1,1,0.102151021,0.72237879,0.560476075,0.560609266,0.56072695
-3042,1,0.5468,1,1,1,1,1,1,1,1,0.3847,0.5468,0.0376,1,0.3676,1,1,1,1,1,1,0.3273,0.3676,0.0739,1,0.6105,1,1,1,0.0866,0.6105,0.0713,1,1,1,1,1,0.485710859,0.116508722,0.058029629,1,1,1,1,1,0.351879239,0.178238153,0.339423835,1,1,1,1,1,0.145246655,0.405273885,0.556367811,0.556378253,0.556737589
-3043,1,0.5471,1,1,1,1,1,1,1,1,0.239,0.5471,0,1,0.3679,1,1,1,1,1,1,0.161,0.3679,0,1,0.6107,1,1,1,0.1861,0.6107,0,1,1,1,1,1,0.352930278,0,0.053898998,1,1,1,1,1,0.195606872,0,0.265067816,1,1,1,1,1,0.316281497,0,0.565309328,0.565263381,0.565159574
-3044,1,0.5475,1,1,1,1,1,1,1,1,0.1993,0.5475,0,1,0.3681,1,1,1,1,1,1,0.1291,0.3681,0,1,0.6109,1,1,1,0.3272,0.6109,0,1,1,1,1,1,0.321515769,0,0.041621827,1,1,1,1,1,0.149058104,0,0.174570158,1,1,1,1,1,0.452082157,0,0.581621556,0.581764333,0.582003546
-3045,1,0.5478,1,1,1,1,1,1,1,1,0.2376,0.5478,0,1,0.3683,1,1,1,1,1,1,0.1441,0.3683,0,1,0.6111,1,1,1,0.218,0.6111,0,1,1,1,1,1,0.421113789,0,0.057345286,1,1,1,1,1,0.173128068,0,0.220411777,1,1,1,1,1,0.462791741,0,0.544043016,0.543896763,0.544326241
-3046,1,0.5482,1,1,1,1,1,1,1,1,0.1892,0.5482,0,1,0.3686,1,1,1,1,1,1,0.1802,0.3686,0,1,0.6113,1,1,1,0.2674,0.6113,0,1,1,1,1,1,0.29296726,0,0.076654911,1,1,1,1,1,0.201333672,0,0.206784293,1,1,1,1,1,0.592541039,0,0.484956501,0.484874127,0.48537234
-3047,1,0.5485,1,1,1,1,1,1,1,1,0.2209,0.5485,0,1,0.3688,1,1,1,1,1,1,0.1947,0.3688,0,1,0.6115,1,1,1,0.2685,0.6115,0,1,1,1,1,1,0.310904503,0,0.075027838,1,1,1,1,1,0.253332049,0,0.198870182,1,1,1,1,1,0.665873885,0,0.431367811,0.431351809,0.431294326
-3048,1,0.5489,1,1,1,1,1,1,1,1,0.1662,0.5489,0,1,0.369,1,1,1,1,1,1,0.0473,0.369,0,1,0.6117,1,1,1,0.3139,0.6117,0,1,1,1,1,1,0.266855747,0,0.035169058,1,1,1,1,1,0.072381496,0,0.140888751,1,1,1,1,1,0.697441339,0,0.39741421,0.397292151,0.397163121
-3049,1,0.5492,1,1,1,1,1,1,1,1,0.2377,0.5492,0,1,0.3693,1,1,1,1,1,1,0.0089,0.3693,0,1,0.6118,1,1,1,0.3819,0.6118,0,1,1,1,1,1,0.307531595,0,0.116995931,1,1,1,1,1,0.049168263,0,0.250443459,1,1,1,1,1,0.759955525,0,0.379531174,0.379521895,0.379875887
-3050,1,0.5496,1,1,1,1,1,1,1,1,0.2799,0.5496,0,1,0.3695,1,1,1,1,1,1,0.0443,0.3695,0,1,0.612,1,1,1,0.3046,0.612,0,1,1,1,1,1,0.293591827,0,0.167495191,1,1,1,1,1,0.100816637,0,0.232804745,1,1,1,1,1,0.695892751,0,0.3699855,0.370002116,0.370124113
-3051,1,0.5499,1,1,1,1,1,1,1,1,0.2643,0.5499,0,1,0.3697,1,1,1,1,1,1,0.0715,0.3697,0,1,0.6122,1,1,1,0.3266,0.6122,0,1,1,1,1,1,0.221964598,0,0.19346869,1,1,1,1,1,0.144270346,0,0.259390593,1,1,1,1,1,0.682269633,0,0.367327211,0.367463508,0.367021277
-3052,1,0.5503,1,1,1,1,1,1,1,1,0.2106,0.5503,0,1,0.37,1,1,1,1,1,1,0.0605,0.37,0,1,0.6124,1,1,1,0.4068,0.6124,0,1,1,1,1,1,0.200717732,0,0.084273472,1,1,1,1,1,0.087384462,0,0.145235866,1,1,1,1,1,0.736589134,0,0.377839536,0.37782949,0.377659574
-3053,1,0.5506,1,1,1,1,1,1,1,1,0.0967,0.5506,0.0003,1,0.3702,1,1,1,1,1,1,0.0977,0.3702,0,1,0.6126,1,1,1,0.3234,0.6126,0.0103,1,1,1,1,1,0.124859288,0.000156921,0.107732363,1,1,1,1,1,0.157228962,0,0.362413108,1,1,1,1,1,0.618697941,0.008938991,0.413605607,0.413581553,0.41356383
-3054,1,0.551,1,1,1,1,1,1,1,1,0.1352,0.551,0.1183,1,0.3705,1,1,1,1,1,1,0.1435,0.3705,0.1017,1,0.6128,1,1,1,0.3289,0.6128,0.1066,1,1,1,1,1,0.156680733,0.303809792,0.24033165,1,1,1,1,1,0.20676282,0.151477277,0.633829057,1,1,1,1,1,0.619738102,0.28671211,0.481694055,0.481700867,0.481826241
-3055,1,0.5514,1,1,1,1,1,1,1,1,0.1823,0.5514,0.2276,1,0.3707,1,1,1,1,1,1,0.1999,0.3707,0.2182,1,0.613,1,1,1,0.3366,0.613,0.2129,1,1,1,1,1,0.197865978,0.531760931,0.437482327,1,1,1,1,1,0.265418172,0.346183419,0.947754264,1,1,1,1,1,0.620049536,0.418442249,0.537155631,0.537127142,0.537234043
-3056,1,0.5514,1,1,1,1,1,1,1,1,0.2393,0.5514,0.3245,1,0.3707,1,1,1,1,1,1,0.2682,0.3707,0.2787,1,0.613,1,1,1,0.3464,0.613,0.3086,1,1,1,1,1,0.249861896,0.527677,0.71786356,1,1,1,1,1,0.333191037,0.368336797,1,1,1,1,1,1,0.619944692,0.519445837,0.557153214,0.557012905,0.557180851
-3057,1,0.5514,1,1,1,1,1,1,1,1,0.3069,0.5514,0.3045,1,0.3707,1,1,1,1,1,1,0.3487,0.3707,0.2748,1,0.613,1,1,1,0.3576,0.613,0.3138,1,1,1,1,1,0.313082308,0.428509325,0.921926618,1,1,1,1,1,0.409130514,0.403445452,1,1,1,1,1,1,0.619723558,0.462499797,0.568753021,0.568648191,0.568705674
-3058,1,0.5514,1,1,1,1,1,1,1,1,0.4081,0.5514,0.3433,1,0.3707,1,1,1,1,1,1,0.3861,0.3707,0.3545,1,0.613,1,1,1,0.4221,0.613,0.3612,1,1,1,1,1,0.487144649,0.505259097,0.950084686,1,1,1,1,1,0.441614211,0.487726331,1,1,1,1,1,1,0.611924887,0.533802688,0.57920493,0.579225725,0.579343972
-3059,1,0.5514,1,1,1,1,1,1,1,1,0.4386,0.5514,0.3785,1,0.3707,1,1,1,1,1,1,0.421,0.3707,0.3891,1,0.613,1,1,1,0.4426,0.613,0.3538,1,1,1,1,1,0.469449162,0.535502315,0.993827343,1,1,1,1,1,0.49349761,0.584728539,1,1,1,1,1,1,0.65542382,0.523746908,0.582467376,0.582610535,0.582446809
-3060,1,0.5514,1,1,1,1,1,1,1,1,0.518,0.5514,0.438,1,0.3707,1,1,1,1,1,1,0.5018,0.3707,0.4407,1,0.613,1,1,1,0.5907,0.613,0.377,1,1,1,1,1,0.462457746,0.606426358,1,1,1,1,1,1,0.584345162,0.62943995,1,1,1,1,1,1,0.811092734,0.515321076,0.579084099,0.579014174,0.579343972
-3061,1,0.5514,1,1,1,1,1,1,1,1,0.5596,0.5514,0.364,1,0.3707,1,1,1,1,1,1,0.4452,0.3707,0.3752,1,0.613,1,1,1,0.656,0.613,0.2372,1,1,1,1,1,0.561926067,0.510940373,1,1,1,1,1,1,0.59860301,0.461984992,1,1,1,1,1,1,0.866431832,0.518118143,0.579990333,0.579860377,0.580230496
-3062,1,0.5514,1,1,1,1,1,1,1,1,0.5275,0.5514,0.3523,1,0.3707,1,1,1,1,1,1,0.6153,0.3707,0.3413,1,0.613,1,1,1,0.6344,0.613,0.2496,1,1,1,1,1,0.44351089,0.464406639,1,1,1,1,1,1,0.651564598,0.500769973,1,1,1,1,1,1,0.846628904,0.421831846,0.574552924,0.57457161,0.574468085
-3063,1,0.5514,1,1,1,1,1,1,1,1,0.4567,0.5514,0.2649,1,0.3707,1,1,1,1,1,1,0.6602,0.3707,0.2711,1,0.613,1,1,1,0.647,0.613,0.1858,1,1,1,1,1,0.287257761,0.361513793,1,1,1,1,1,1,0.722461283,0.344642222,1,1,1,1,1,1,0.8356902,0.243044019,0.571532141,0.571609901,0.571808511
-3064,1,0.5514,1,1,1,1,1,1,1,1,0.4656,0.5514,0.1739,1,0.3707,1,1,1,1,1,1,0.3321,0.3707,0.1633,1,0.613,1,1,1,0.5192,0.613,0.1402,1,1,1,1,1,0.291600317,0.230451047,1,1,1,1,1,1,0.458843678,0.2408133,1,1,1,1,1,1,0.781031609,0.199704781,0.577936201,0.577956421,0.578014184
-3065,1,0.5514,1,1,1,1,1,1,1,1,0.4922,0.5514,0.068,1,0.3707,1,1,1,1,1,1,0.2991,0.3707,0.0955,1,0.613,1,1,1,0.3984,0.613,0.0579,1,1,1,1,1,0.314048052,0.100412108,1,1,1,1,1,1,0.40491122,0.155565783,1,1,1,1,1,1,0.683984756,0.015495664,0.587602707,0.587687751,0.587765957
-3066,1,0.5514,1,1,1,1,1,1,1,1,0.4786,0.5514,0.0032,1,0.3707,1,1,1,1,1,1,0.2365,0.3707,0.0068,1,0.613,1,1,1,0.2741,0.613,0,1,1,1,1,1,0.298728853,0.016161527,1,1,1,1,1,1,0.293494314,0.014613152,1,1,1,1,1,1,0.586134672,0,0.587119381,0.587053099,0.587322695
-3067,1,0.5514,1,1,1,1,1,1,1,1,0.5138,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2744,0.3707,0,1,0.613,1,1,1,0.2805,0.613,0,1,1,1,1,1,0.313239992,0,1,1,1,1,1,1,0.298986197,0,1,1,1,1,1,1,0.488662243,0,0.59020058,0.590226359,0.590425532
-3068,1,0.5514,1,1,1,1,1,1,1,1,0.3864,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1933,0.3707,0,1,0.613,1,1,1,0.2765,0.613,0,1,1,1,1,1,0.211035907,0,1,1,1,1,1,1,0.198382139,0,1,1,1,1,1,1,0.425425589,0,0.588146448,0.588110853,0.588652482
-3069,1,0.5514,1,1,1,1,1,1,1,1,0.3289,0.5514,0,1,0.3707,1,1,1,1,1,1,0.3272,0.3707,0,1,0.613,1,1,1,0.2027,0.613,0,1,1,1,1,1,0.242146417,0,1,1,1,1,1,1,0.323174059,0,1,1,1,1,1,1,0.390699476,0,0.547667956,0.547704675,0.54787234
-3070,1,0.5514,1,1,1,1,1,1,1,1,0.3163,0.5514,0,1,0.3707,1,1,1,1,1,1,0.3039,0.3707,0,1,0.613,1,1,1,0.1411,0.613,0,1,1,1,1,1,0.260244191,0,1,1,1,1,1,1,0.292289972,0,1,1,1,1,1,1,0.287027925,0,0.490998067,0.490797546,0.491134752
-3071,1,0.5514,1,1,1,1,1,1,1,1,0.2817,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1752,0.3707,0,1,0.613,1,1,1,0.1122,0.613,0,1,1,1,1,1,0.240034953,0,1,1,1,1,1,1,0.181820497,0,1,1,1,1,1,1,0.244842619,0,0.439161431,0.439179183,0.43927305
-3072,1,0.5514,1,1,1,1,1,1,1,1,0.265,0.5514,0,1,0.3707,1,1,1,1,1,1,0.224,0.3707,0,1,0.613,1,1,1,0.0771,0.613,0,1,1,1,1,1,0.249031991,0,1,1,1,1,1,1,0.186418295,0,1,1,1,1,1,1,0.189968467,0,0.404301595,0.404273323,0.404255319
-3073,1,0.5514,1,1,1,1,1,1,1,1,0.2674,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2289,0.3707,0,1,0.613,1,1,1,0.0902,0.613,0,1,1,1,1,1,0.241316602,0,1,1,1,1,1,1,0.205004245,0,1,1,1,1,1,1,0.207428962,0,0.386358144,0.386291517,0.38608156
-3074,1,0.5514,1,1,1,1,1,1,1,1,0.2086,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1122,0.3707,0,1,0.613,1,1,1,0.109,0.613,0,1,1,1,1,1,0.172924608,0,1,1,1,1,1,1,0.135403231,0,1,1,1,1,1,1,0.191979304,0,0.37681247,0.376771737,0.37677305
-3075,1,0.5514,1,1,1,1,1,1,1,1,0.216,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0125,0.3707,0,1,0.613,1,1,1,0.0886,0.613,0,1,1,1,1,1,0.131784841,0,1,1,1,1,1,1,0.043823998,0,0.974301338,1,1,1,1,1,0.146338731,0,0.374093765,0.374021578,0.374113475
-3076,1,0.5514,1,1,1,1,1,1,1,1,0.1836,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0079,0.3707,0,1,0.613,1,1,1,0.0707,0.613,0,1,1,1,1,1,0.09600424,0,1,1,1,1,1,1,0.046301462,0,1,1,1,1,1,1,0.143230051,0,0.38418318,0.38417601,0.383865248
-3077,1,0.5514,1,1,1,1,1,1,1,1,0.1785,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0477,0.613,0,1,1,1,1,1,0.071455717,0,1,1,1,1,1,1,0.029396962,0,1,1,1,1,1,1,0.128817946,0,0.421942968,0.421832029,0.421985816
-3078,1,0.5514,1,1,1,1,1,1,1,1,0.1543,0.5514,0.0147,1,0.3707,1,1,1,1,1,1,0,0.3707,0.0111,1,0.613,1,1,1,0.0423,0.613,0.0584,1,1,1,1,1,0.045265645,0.03434002,1,1,1,1,1,1,0.017658452,0.009917888,1,1,1,1,1,1,0.110518649,0.138559252,0.492085549,0.49206685,0.492021277
-3079,1,0.5514,1,1,1,1,1,1,1,1,0.1762,0.5514,0.0856,1,0.3707,1,1,1,1,1,1,0,0.3707,0.1055,1,0.613,1,1,1,0.0584,0.613,0.2246,1,1,1,1,1,0.039558623,0.16594936,1,1,1,1,1,1,0.014257271,0.18429628,1,1,1,1,1,1,0.162029594,0.217585921,0.550144998,0.550031733,0.550531915
-3080,1,0.5514,1,1,1,1,1,1,1,1,0.2184,0.5514,0.1722,1,0.3707,1,1,1,1,1,1,0,0.3707,0.2396,1,0.613,1,1,1,0.028,0.613,0.3188,1,1,1,1,1,0.043255083,0.319782287,1,1,1,1,1,1,0.022929404,0.350754648,1,1,1,1,1,1,0.067318477,0.397389114,0.57141131,0.57139835,0.571808511
-3081,1,0.5514,1,1,1,1,1,1,1,1,0.189,0.5514,0.2509,1,0.3707,1,1,1,1,1,1,0,0.3707,0.3134,1,0.613,1,1,1,0.0199,0.613,0.4308,1,1,1,1,1,0.037794773,0.405761778,1,1,1,1,1,1,0.014388829,0.439215422,1,1,1,1,1,1,0.027901087,0.482075036,0.58421943,0.584302941,0.584219858
-3082,1,0.5514,1,1,1,1,1,1,1,1,0.1448,0.5514,0.3024,1,0.3707,1,1,1,1,1,1,0,0.3707,0.377,1,0.613,1,1,1,0.0085,0.613,0.3932,1,1,1,1,1,0.021639708,0.46628347,1,1,1,1,1,1,0.009224593,0.563435435,1,1,1,1,1,1,0.026163276,0.575453997,0.594671339,0.594668923,0.594858156
-3083,1,0.5514,1,1,1,1,1,1,1,1,0.1623,0.5514,0.3723,1,0.3707,1,1,1,1,1,1,0,0.3707,0.3916,1,0.613,1,1,1,0.004,0.613,0.4097,1,1,1,1,1,0.022331141,0.571268618,1,1,1,1,1,1,0.004717922,0.540187299,1,1,1,1,1,1,0.011930367,0.515494585,0.598960851,0.598899937,0.59929078
-3084,1,0.5514,1,1,1,1,1,1,1,1,0.1481,0.5514,0.3725,1,0.3707,1,1,1,1,1,1,0,0.3707,0.3709,1,0.613,1,1,1,0.0056,0.613,0.393,1,1,1,1,1,0.023191469,0.535458565,1,1,1,1,1,1,0.003356208,0.528377652,1,1,1,1,1,1,0.009086104,0.568012536,0.596846303,0.59678443,0.597074468
-3085,1,0.5514,1,1,1,1,1,1,1,1,0.1256,0.5514,0.3379,1,0.3707,1,1,1,1,1,1,0,0.3707,0.3712,1,0.613,1,1,1,0.0043,0.613,0.4092,1,1,1,1,1,0.019629244,0.523207486,1,1,1,1,1,1,0.001233356,0.508414507,1,1,1,1,1,1,0.013035147,0.547736824,0.596483809,0.596572879,0.596631206
-3086,1,0.5514,1,1,1,1,1,1,1,1,0.1326,0.5514,0.3128,1,0.3707,1,1,1,1,1,1,0,0.3707,0.3164,1,0.613,1,1,1,0.0043,0.613,0.3604,1,1,1,1,1,0.020170255,0.433873981,1,1,1,1,1,1,0.002500119,0.430772126,1,1,1,1,1,1,0.032770168,0.589299262,0.58977767,0.589591707,0.58998227
-3087,1,0.5514,1,1,1,1,1,1,1,1,0.2011,0.5514,0.235,1,0.3707,1,1,1,1,1,1,0,0.3707,0.2211,1,0.613,1,1,1,0.0176,0.613,0.3128,1,1,1,1,1,0.031488299,0.321942449,1,1,1,1,1,1,0.005110606,0.327482045,1,1,1,1,1,1,0.044615515,0.39297384,0.585911068,0.585783795,0.585992908
-3088,1,0.5514,1,1,1,1,1,1,1,1,0.1595,0.5514,0.1418,1,0.3707,1,1,1,1,1,1,0,0.3707,0.164,1,0.613,1,1,1,0.0371,0.613,0.1706,1,1,1,1,1,0.038731597,0.218959346,0.998301387,1,1,1,1,1,0.009716763,0.233388349,0.762332976,1,1,1,1,1,0.087226659,0.207798138,0.590079749,0.590014809,0.590425532
-3089,1,0.5514,1,1,1,1,1,1,1,1,0.1012,0.5514,0.0599,1,0.3707,1,1,1,1,1,1,0,0.3707,0.0636,1,0.613,1,1,1,0.0244,0.613,0.0965,1,1,1,1,1,0.028813072,0.091620035,0.934785366,1,1,1,1,1,0.004324722,0.106455185,0.83215642,1,1,1,1,1,0.036363963,0.085727282,0.595154664,0.595092025,0.595301418
-3090,1,0.5514,1,1,1,1,1,1,1,1,0.093,0.5514,0.0025,1,0.3707,1,1,1,1,1,1,0,0.3707,0.0014,1,0.613,1,1,1,0.03,0.613,0.0134,1,1,1,1,1,0.034817345,0.001221306,0.991598129,1,1,1,1,1,0.000418105,0.001956674,1,1,1,1,1,1,0.042951412,0,0.591952634,0.591918765,0.592198582
-3091,1,0.5514,1,1,1,1,1,1,1,1,0.1087,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0037,0.3707,0,1,0.613,1,1,1,0.0449,0.613,0,1,1,1,1,1,0.067928195,0,1,1,1,1,1,1,0.019987293,0,1,1,1,1,1,1,0.083381951,0,0.594308845,0.594245822,0.594414894
-3092,1,0.5514,1,1,1,1,1,1,1,1,0.0969,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0665,0.613,0,1,1,1,1,1,0.017200679,0,1,1,1,1,1,1,0.005680996,0,0.961533546,1,1,1,1,1,0.12195868,0,0.593281779,0.593188069,0.593528369
-3093,1,0.5514,1,1,1,1,1,1,1,1,0.0708,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0563,0.613,0,1,1,1,1,1,0.01463124,0,0.996593475,1,1,1,1,1,0.000793728,0,0.551168084,1,1,1,1,1,0.111339226,0,0.555038666,0.554897398,0.554964539
-3094,1,0.5514,1,1,1,1,1,1,1,1,0.1037,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0436,0.613,0,1,1,1,1,1,0.029771134,0,1,1,1,1,1,1,0.000681085,0,0.458502918,1,1,1,1,1,0.094245233,0,0.496979217,0.496932515,0.496897163
-3095,1,0.5514,1,1,1,1,1,1,1,1,0.1032,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0601,0.613,0,1,1,1,1,1,0.025979266,0,0.841516495,1,1,1,1,1,0.015194653,0,0.182388753,1,1,1,1,1,0.140795141,0,0.44459884,0.444679501,0.444592199
-3096,1,0.5514,1,1,1,1,1,1,1,1,0.0467,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0778,0.3707,0,1,0.613,1,1,1,0.0403,0.613,0,1,1,1,1,1,0.015930722,0,0.775089443,1,1,1,1,1,0.075452551,0,0.114576444,1,1,1,1,1,0.153732672,0,0.409859836,0.409773641,0.41001773
-3097,1,0.5514,1,1,1,1,1,1,1,1,0.1371,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2337,0.3707,0,1,0.613,1,1,1,0.0336,0.613,0,1,1,1,1,1,0.102328531,0,0.949375987,1,1,1,1,1,0.230632648,0,0.024976179,1,1,1,1,1,0.116295218,0,0.390768487,0.390734081,0.390514184
-3098,1,0.5514,1,1,1,1,1,1,1,1,0.1751,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1975,0.3707,0,1,0.613,1,1,1,0.0391,0.613,0,1,1,1,1,1,0.220645949,0,0.997537076,1,1,1,1,1,0.272967875,0,0,1,1,1,1,1,0.070833966,0,0.38098115,0.380791199,0.381205674
-3099,1,0.5514,1,1,1,1,1,1,1,1,0.2513,0.5514,0,1,0.3707,1,1,1,1,1,1,0.3982,0.3707,0,1,0.613,1,1,1,0.057,0.613,0,1,1,1,1,1,0.422199816,0,0.951133728,1,1,1,1,1,0.466235101,0,0.019147383,1,1,1,1,1,0.079790801,0,0.378745771,0.378887243,0.378546099
-3100,1,0.5514,1,1,1,1,1,1,1,1,0.2181,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2408,0.3707,0,1,0.613,1,1,1,0.0812,0.613,0,1,1,1,1,1,0.452056348,0,0.887968302,1,1,1,1,1,0.376029849,0,0.137204722,1,1,1,1,1,0.123169385,0,0.387324795,0.38734927,0.387411348
-3101,1,0.5514,1,1,1,1,1,1,1,1,0.3008,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1282,0.3707,0,1,0.613,1,1,1,0.0975,0.613,0,1,1,1,1,1,0.433986366,0,0.80823946,1,1,1,1,1,0.244975731,0,1,1,1,1,1,1,0.157799304,0,0.421882552,0.421832029,0.421985816
-3102,1,0.5514,1,1,1,1,1,1,1,1,0.2582,0.5514,0.01,1,0.3707,1,1,1,1,1,1,0.1336,0.3707,0.0355,1,0.613,1,1,1,0.1469,0.613,0.0216,1,1,1,1,1,0.164210871,0.030318761,0.870605528,1,1,1,1,1,0.185321301,0.093014695,1,1,1,1,1,1,0.260769695,0.023204286,0.489366844,0.489316691,0.489361702
-3103,1,0.5514,1,1,1,1,1,1,1,1,0.2979,0.5514,0.1406,1,0.3707,1,1,1,1,1,1,0.1115,0.3707,0.1854,1,0.613,1,1,1,0.1636,0.613,0.0983,1,1,1,1,1,0.102028072,0.240397915,0.963048458,1,1,1,1,1,0.133674726,0.373348564,1,1,1,1,1,1,0.226253539,0.031407002,0.544647173,0.544742966,0.544769504
-3104,1,0.5514,1,1,1,1,1,1,1,1,0.3519,0.5514,0.2487,1,0.3707,1,1,1,1,1,1,0.2386,0.3707,0.3056,1,0.613,1,1,1,0.1455,0.613,0.182,1,1,1,1,1,0.094778545,0.372197211,0.917864442,1,1,1,1,1,0.225880012,0.638606012,0.975449502,1,1,1,1,1,0.208279431,0.229153678,0.564523925,0.564628729,0.564716312
-3105,1,0.5514,1,1,1,1,1,1,1,1,0.182,0.5514,0.373,1,0.3707,1,1,1,1,1,1,0.3497,0.3707,0.4704,1,0.613,1,1,1,0.1899,0.613,0.237,1,1,1,1,1,0.056798115,0.549844325,0.952371657,1,1,1,1,1,0.316586643,0.758509755,0.693723381,1,1,1,1,1,0.274994344,0.393232584,0.574371677,0.574360059,0.574468085
-3106,1,0.5514,1,1,1,1,1,1,1,1,0.1216,0.5514,0.4494,1,0.3707,1,1,1,1,1,1,0.8103,0.3707,0.5901,1,0.613,1,1,1,0.1973,0.613,0.3477,1,1,1,1,1,0.152892843,0.702600002,0.697203875,1,1,1,1,1,0.743637621,0.780477285,1,1,1,1,1,1,0.27343449,0.513368428,0.582527791,0.582610535,0.582446809
-3107,1,0.5514,1,1,1,1,1,1,1,1,0.1503,0.5514,0.4989,1,0.3707,1,1,1,1,1,1,0.7115,0.3707,0.5627,1,0.613,1,1,1,0.1852,0.613,0.3746,1,1,1,1,1,0.210784405,0.754518211,0.612850487,1,1,1,1,1,0.618076503,0.747254491,0.806605041,1,1,1,1,1,0.298900962,0.587541103,0.585367327,0.585360694,0.585549645
-3108,1,0.5514,1,1,1,1,1,1,1,1,0.2012,0.5514,0.5063,1,0.3707,1,1,1,1,1,1,0.6539,0.3707,0.5449,1,0.613,1,1,1,0.1525,0.613,0.4259,1,1,1,1,1,0.249616548,0.75784272,0.969345808,1,1,1,1,1,0.646284461,0.776593447,0.325254738,1,1,1,1,1,0.269659519,0.611650288,0.582950701,0.582822086,0.582890071
-3109,1,0.5514,1,1,1,1,1,1,1,1,0.1579,0.5514,0.5298,1,0.3707,1,1,1,1,1,1,0.8098,0.3707,0.5707,1,0.613,1,1,1,0.1493,0.613,0.4137,1,1,1,1,1,0.246660069,0.768758059,0.868775725,1,1,1,1,1,0.738170803,0.767285705,0.302462041,1,1,1,1,1,0.251589984,0.572398007,0.581259062,0.581341231,0.581560284
-3110,1,0.5514,1,1,1,1,1,1,1,1,0.3024,0.5514,0.5309,1,0.3707,1,1,1,1,1,1,0.7239,0.3707,0.5412,1,0.613,1,1,1,0.2078,0.613,0.3541,1,1,1,1,1,0.381585747,0.782902479,1,1,1,1,1,1,0.68636632,0.794384062,1,1,1,1,1,1,0.423822194,0.583877146,0.574069599,0.573936958,0.574024823
-3111,1,0.5514,1,1,1,1,1,1,1,1,0.3403,0.5514,0.4408,1,0.3707,1,1,1,1,1,1,0.6322,0.3707,0.4695,1,0.613,1,1,1,0.212,0.613,0.3582,1,1,1,1,1,0.37544176,0.738470137,1,1,1,1,1,1,0.644069791,0.744459152,1,1,1,1,1,1,0.375341088,0.668108702,0.567182214,0.567167337,0.567375887
-3112,1,0.5514,1,1,1,1,1,1,1,1,0.4017,0.5514,0.3139,1,0.3707,1,1,1,1,1,1,0.6995,0.3707,0.3531,1,0.613,1,1,1,0.3105,0.613,0.2607,1,1,1,1,1,0.422143579,0.690556765,1,1,1,1,1,1,0.727021337,0.71990484,1,1,1,1,1,1,0.448474556,0.62609607,0.565188497,0.565263381,0.565159574
-3113,1,0.5514,1,1,1,1,1,1,1,1,0.3609,0.5514,0.1579,1,0.3707,1,1,1,1,1,1,0.6305,0.3707,0.2015,1,0.613,1,1,1,0.3754,0.613,0.1565,1,1,1,1,1,0.341190606,0.551213026,1,1,1,1,1,1,0.631391406,0.587067902,1,1,1,1,1,1,0.503002763,0.47879529,0.564101015,0.563994077,0.56427305
-3114,1,0.5514,1,1,1,1,1,1,1,1,0.1656,0.5514,0.0659,1,0.3707,1,1,1,1,1,1,0.406,0.3707,0.0997,1,0.613,1,1,1,0.3931,0.613,0.0634,1,1,1,1,1,0.245021045,0.317539662,0.994324446,1,1,1,1,1,0.42833066,0.388537586,1,1,1,1,1,1,0.533321023,0.233728707,0.55860319,0.55870531,0.558953901
-3115,1,0.5514,1,1,1,1,1,1,1,1,0.2221,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2418,0.3707,0,1,0.613,1,1,1,0.3622,0.613,0,1,1,1,1,1,0.290454537,0,1,1,1,1,1,1,0.309674263,0,1,1,1,1,1,1,0.550678253,0,0.561261479,0.561243918,0.561170213
-3116,1,0.5514,1,1,1,1,1,1,1,1,0.3165,0.5514,0,1,0.3707,1,1,1,1,1,1,0.5313,0.3707,0,1,0.613,1,1,1,0.2951,0.613,0,1,1,1,1,1,0.299572855,0,0.989776552,1,1,1,1,1,0.507888258,0,1,1,1,1,1,1,0.486034006,0,0.577573707,0.577533319,0.578014184
-3117,1,0.5514,1,1,1,1,1,1,1,1,0.319,0.5514,0,1,0.3707,1,1,1,1,1,1,0.4081,0.3707,0,1,0.613,1,1,1,0.2191,0.613,0,1,1,1,1,1,0.292996585,0,0.99045229,1,1,1,1,1,0.417812586,0,0.997665048,1,1,1,1,1,0.465756059,0,0.548272112,0.548339327,0.548758865
-3118,1,0.5514,1,1,1,1,1,1,1,1,0.2136,0.5514,0,1,0.3707,1,1,1,1,1,1,0.286,0.3707,0,1,0.613,1,1,1,0.1776,0.613,0,1,1,1,1,1,0.212597206,0,0.726204276,1,1,1,1,1,0.349298179,0,0.565574646,1,1,1,1,1,0.411405116,0,0.494502175,0.494605458,0.494680851
-3119,1,0.5514,1,1,1,1,1,1,1,1,0.2459,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2617,0.3707,0,1,0.613,1,1,1,0.1572,0.613,0,1,1,1,1,1,0.262501955,0,0.616573691,1,1,1,1,1,0.327857494,0,0.804514766,1,1,1,1,1,0.396348089,0,0.440611406,0.440660038,0.440602837
-3120,1,0.5514,1,1,1,1,1,1,1,1,0.3429,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2196,0.3707,0,1,0.613,1,1,1,0.1698,0.613,0,1,1,1,1,1,0.344862014,0,0.574480712,1,1,1,1,1,0.342501193,0,1,1,1,1,1,1,0.392400831,0,0.405389077,0.405331077,0.405141844
-3121,1,0.5514,1,1,1,1,1,1,1,1,0.389,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1561,0.3707,0,1,0.613,1,1,1,0.1575,0.613,0,1,1,1,1,1,0.348239809,0,0.902467728,1,1,1,1,1,0.256803095,0,1,1,1,1,1,1,0.356183797,0,0.38641856,0.386291517,0.38608156
-3122,1,0.5514,1,1,1,1,1,1,1,1,0.3309,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1748,0.3707,0,1,0.613,1,1,1,0.1234,0.613,0,1,1,1,1,1,0.355203032,0,0.728469968,1,1,1,1,1,0.290768057,0,1,1,1,1,1,1,0.299225569,0,0.376147898,0.376137085,0.375886525
-3123,1,0.5514,1,1,1,1,1,1,1,1,0.3494,0.5514,0,1,0.3707,1,1,1,1,1,1,0.239,0.3707,0,1,0.613,1,1,1,0.1753,0.613,0,1,1,1,1,1,0.394383729,0,0.762069643,1,1,1,1,1,0.329351664,0,1,1,1,1,1,1,0.378810763,0,0.373670855,0.373810028,0.373670213
-3124,1,0.5514,1,1,1,1,1,1,1,1,0.2548,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1404,0.3707,0,1,0.613,1,1,1,0.1838,0.613,0,1,1,1,1,1,0.287227154,0,0.520671725,1,1,1,1,1,0.233140916,0,0.796834588,1,1,1,1,1,0.428487003,0,0.384485259,0.384599111,0.384308511
-3125,1,0.5514,1,1,1,1,1,1,1,1,0.2059,0.5514,0.1153,1,0.3707,1,1,1,1,1,1,0.2564,0.3707,0.1323,1,0.613,1,1,1,0.1839,0.613,0.064,1,1,1,1,1,0.242828161,0.283095658,0.447928786,1,1,1,1,1,0.332454622,0.257891148,0.469884843,1,1,1,1,1,0.478340447,0.347810715,0.415659739,0.415697059,0.415780142
-3126,1,0.5514,1,1,1,1,1,1,1,1,0.2708,0.5514,0.0994,1,0.3707,1,1,1,1,1,1,0.0794,0.3707,0.1358,1,0.613,1,1,1,0.2717,0.613,0.1063,1,1,1,1,1,0.32733795,0.661239982,0.332069665,1,1,1,1,1,0.133467406,0.632590294,0.438453436,1,1,1,1,1,0.619648576,0.669599831,0.48260029,0.482758621,0.482712766
-3127,1,0.5514,1,1,1,1,1,1,1,1,0.3394,0.5514,0.2756,1,0.3707,1,1,1,1,1,1,0.102,0.3707,0.3081,1,0.613,1,1,1,0.3443,0.613,0.2575,1,1,1,1,1,0.400178134,0.882611632,0.40566349,1,1,1,1,1,0.139710262,0.865898848,0.578572571,1,1,1,1,1,0.660771251,0.827498972,0.532745288,0.532684578,0.532801418
-3128,1,0.5514,1,1,1,1,1,1,1,1,0.3521,0.5514,0.4609,1,0.3707,1,1,1,1,1,1,0.2893,0.3707,0.4821,1,0.613,1,1,1,0.3146,0.613,0.3906,1,1,1,1,1,0.513720334,0.968888521,0.456194818,1,1,1,1,1,0.323518634,0.970613658,0.523332,1,1,1,1,1,0.546906412,0.849216342,0.549359594,0.549397081,0.54964539
-3129,1,0.5514,1,1,1,1,1,1,1,1,0.2223,0.5514,0.5865,1,0.3707,1,1,1,1,1,1,0.2389,0.3707,0.6095,1,0.613,1,1,1,0.3162,0.613,0.4772,1,1,1,1,1,0.375787944,0.970754325,0.53029114,1,1,1,1,1,0.264145344,0.974548817,0.672613144,1,1,1,1,1,0.491092741,0.864119411,0.559207347,0.559128411,0.558953901
-3130,1,0.5514,1,1,1,1,1,1,1,1,0.2637,0.5514,0.6153,1,0.3707,1,1,1,1,1,1,0.3797,0.3707,0.6333,1,0.613,1,1,1,0.2893,0.613,0.5494,1,1,1,1,1,0.381283045,0.862384915,0.763099015,1,1,1,1,1,0.350983679,0.852188945,0.38092646,1,1,1,1,1,0.466492891,0.844746768,0.56639681,0.566532685,0.566489362
-3131,1,0.5514,1,1,1,1,1,1,1,1,0.2873,0.5514,0.5241,1,0.3707,1,1,1,1,1,1,0.3973,0.3707,0.5641,1,0.613,1,1,1,0.3891,0.613,0.602,1,1,1,1,1,0.379618883,0.764578104,1,1,1,1,1,1,0.373645991,0.766464114,0.234542161,1,1,1,1,1,0.665963352,0.824996591,0.569296762,0.569282843,0.569592199
-3132,1,0.5514,1,1,1,1,1,1,1,1,0.2485,0.5514,0.517,1,0.3707,1,1,1,1,1,1,0.3971,0.3707,0.5751,1,0.613,1,1,1,0.4207,0.613,0.5931,1,1,1,1,1,0.276523143,0.760440886,1,1,1,1,1,1,0.385041714,0.882862985,0.382449508,1,1,1,1,1,0.697630882,0.825891078,0.565550991,0.565686482,0.565602837
-3133,1,0.5514,1,1,1,1,1,1,1,1,0.1328,0.5514,0.5234,1,0.3707,1,1,1,1,1,1,0.4498,0.3707,0.6419,1,0.613,1,1,1,0.3956,0.613,0.6068,1,1,1,1,1,0.18276602,0.764127672,1,1,1,1,1,1,0.392321378,0.911210418,0.509016812,1,1,1,1,1,0.695465624,0.773253798,0.562953117,0.562936323,0.563386525
-3134,1,0.5514,1,1,1,1,1,1,1,1,0.1023,0.5514,0.5164,1,0.3707,1,1,1,1,1,1,0.2895,0.3707,0.6036,1,0.613,1,1,1,0.3148,0.613,0.5388,1,1,1,1,1,0.126766041,0.796823502,1,1,1,1,1,1,0.276388317,0.94911027,0.81327939,1,1,1,1,1,0.515819967,0.684405506,0.555582407,0.555743601,0.555851064
-3135,1,0.5514,1,1,1,1,1,1,1,1,0.1139,0.5514,0.4389,1,0.3707,1,1,1,1,1,1,0.3721,0.3707,0.5145,1,0.613,1,1,1,0.3431,0.613,0.432,1,1,1,1,1,0.110989265,0.799240351,1,1,1,1,1,1,0.395389855,0.945801437,1,1,1,1,1,1,0.546237767,0.646626472,0.548211696,0.548339327,0.548315603
-3136,1,0.5514,1,1,1,1,1,1,1,1,0.0673,0.5514,0.3264,1,0.3707,1,1,1,1,1,1,0.6102,0.3707,0.3916,1,0.613,1,1,1,0.2521,0.613,0.2881,1,1,1,1,1,0.125809565,0.794588804,1,1,1,1,1,1,0.563897491,0.92561245,1,1,1,1,1,1,0.391427428,0.536530972,0.544345094,0.544319865,0.544326241
-3137,1,0.5514,1,1,1,1,1,1,1,1,0.0546,0.5514,0.1549,1,0.3707,1,1,1,1,1,1,0.6534,0.3707,0.2161,1,0.613,1,1,1,0.2213,0.613,0.1326,1,1,1,1,1,0.139809832,0.695486248,1,1,1,1,1,1,0.622751236,0.807539821,1,1,1,1,1,1,0.394026101,0.370682061,0.53981392,0.53966575,0.539893617
-3138,1,0.5514,1,1,1,1,1,1,1,1,0.0413,0.5514,0.0725,1,0.3707,1,1,1,1,1,1,0.5548,0.3707,0.1126,1,0.613,1,1,1,0.1071,0.613,0.0496,1,1,1,1,1,0.107999727,0.445454508,0.988978803,1,1,1,1,1,0.54574883,0.537548065,1,1,1,1,1,1,0.225748181,0.105487123,0.532141131,0.532049926,0.532358156
-3139,1,0.5514,1,1,1,1,1,1,1,1,0.0218,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2449,0.3707,0,1,0.613,1,1,1,0.0919,0.613,0,1,1,1,1,1,0.060518194,0,0.92338717,1,1,1,1,1,0.299476773,0,1,1,1,1,1,1,0.233479872,0,0.530993233,0.530992173,0.531028369
-3140,1,0.5514,1,1,1,1,1,1,1,1,0.0747,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2499,0.3707,0,1,0.613,1,1,1,0.0854,0.613,0,1,1,1,1,1,0.154048726,0,0.808943987,1,1,1,1,1,0.366765738,0,1,1,1,1,1,1,0.244309604,0,0.549057516,0.548973979,0.549202128
-3141,1,0.5514,1,1,1,1,1,1,1,1,0.1199,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2376,0.3707,0,1,0.613,1,1,1,0.1127,0.613,0,1,1,1,1,1,0.218858719,0,0.7139467,1,1,1,1,1,0.382285357,0,1,1,1,1,1,1,0.266663283,0,0.529905752,0.529722869,0.529698582
-3142,1,0.5514,1,1,1,1,1,1,1,1,0.133,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1853,0.3707,0,1,0.613,1,1,1,0.1623,0.613,0,1,1,1,1,1,0.164864808,0,0.643042207,1,1,1,1,1,0.291756183,0,0.827183247,1,1,1,1,1,0.341581166,0,0.486587724,0.486566533,0.486702128
-3143,1,0.5514,1,1,1,1,1,1,1,1,0.2335,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2258,0.3707,0,1,0.613,1,1,1,0.192,0.613,0,1,1,1,1,1,0.260462195,0,0.718864083,1,1,1,1,1,0.324894726,0,0.238780379,1,1,1,1,1,0.421452731,0,0.438315611,0.438332981,0.438386525
-3144,1,0.5514,1,1,1,1,1,1,1,1,0.2831,0.5514,0,1,0.3707,1,1,1,1,1,1,0.221,0.3707,0,1,0.613,1,1,1,0.2605,0.613,0,1,1,1,1,1,0.321243644,0,0.531870961,1,1,1,1,1,0.331875592,0,0.058907859,1,1,1,1,1,0.466235101,0,0.402247463,0.402157817,0.40248227
-3145,1,0.5514,1,1,1,1,1,1,1,1,0.2591,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1195,0.3707,0,1,0.613,1,1,1,0.288,0.613,0,1,1,1,1,1,0.240558714,0,0.551312447,1,1,1,1,1,0.221004859,0,0.09406729,1,1,1,1,1,0.457950145,0,0.381283229,0.381214301,0.381205674
-3146,1,0.5514,1,1,1,1,1,1,1,1,0.1624,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0886,0.3707,0,1,0.613,1,1,1,0.3556,0.613,0,1,1,1,1,1,0.167860061,0,0.38649267,1,1,1,1,1,0.162988812,0,0.160664409,1,1,1,1,1,0.496936142,0,0.369623006,0.369579014,0.369680851
-3147,1,0.5514,1,1,1,1,1,1,1,1,0.139,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1518,0.3707,0,1,0.613,1,1,1,0.4082,0.613,0,1,1,1,1,1,0.198564529,0,0.335980058,1,1,1,1,1,0.169840991,0,0.274151325,1,1,1,1,1,0.506455302,0,0.365333494,0.365348001,0.365248227
-3148,1,0.5514,1,1,1,1,1,1,1,1,0.1471,0.5514,0,1,0.3707,1,1,1,1,1,1,0.13,0.3707,0,1,0.613,1,1,1,0.3941,0.613,0,1,1,1,1,1,0.247916356,0,0.512617886,1,1,1,1,1,0.134788036,0,0.383783787,1,1,1,1,1,0.568884492,0,0.367145964,0.367040406,0.367021277
-3149,1,0.5514,1,1,1,1,1,1,1,1,0.2142,0.5514,0.1439,1,0.3707,1,1,1,1,1,1,0.1949,0.3707,0.1647,1,0.613,1,1,1,0.3522,0.613,0.1405,1,1,1,1,1,0.339087516,0.348163933,0.608574033,1,1,1,1,1,0.196130693,0.313889235,0.725426793,1,1,1,1,1,0.539111435,0.416082859,0.375181247,0.375079331,0.375443262
-3150,1,0.5514,1,1,1,1,1,1,1,1,0.1833,0.5514,0.0999,1,0.3707,1,1,1,1,1,1,0.1553,0.3707,0.1429,1,0.613,1,1,1,0.2863,0.613,0.0852,1,1,1,1,1,0.249882266,0.706830442,0.690851331,1,1,1,1,1,0.157791346,0.679342926,0.845899463,1,1,1,1,1,0.527180552,0.748651564,0.39880377,0.398773006,0.39893617
-3151,1,0.5514,1,1,1,1,1,1,1,1,0.1088,0.5514,0.273,1,0.3707,1,1,1,1,1,1,0.0302,0.3707,0.3044,1,0.613,1,1,1,0.1449,0.613,0.2644,1,1,1,1,1,0.123664066,0.900541782,0.648151398,1,1,1,1,1,0.034871999,0.87835145,0.468395561,1,1,1,1,1,0.270421147,0.927220702,0.43861769,0.438756082,0.438829787
-3152,1,0.5514,1,1,1,1,1,1,1,1,0.0697,0.5514,0.4545,1,0.3707,1,1,1,1,1,1,0.0169,0.3707,0.4736,1,0.613,1,1,1,0.0888,0.613,0.4509,1,1,1,1,1,0.071692705,0.986741245,0.391763002,1,1,1,1,1,0.023911376,0.972213387,0.254528284,1,1,1,1,1,0.177544251,0.993393779,0.47758579,0.477681405,0.477836879
-3153,1,0.5514,1,1,1,1,1,1,1,1,0.0933,0.5514,0.5942,1,0.3707,1,1,1,1,1,1,0.0338,0.3707,0.601,1,0.613,1,1,1,0.1908,0.613,0.5972,1,1,1,1,1,0.08257927,0.99965471,0.306881309,1,1,1,1,1,0.031985331,0.998153806,0.087381676,1,1,1,1,1,0.384661913,0.999962628,0.501027066,0.500951978,0.501329787
-3154,1,0.5514,1,1,1,1,1,1,1,1,0.1086,0.5514,0.6924,1,0.3707,1,1,1,1,1,1,0.0532,0.3707,0.6893,1,0.613,1,1,1,0.2431,0.613,0.701,1,1,1,1,1,0.120175339,0.999252915,0.318251044,1,1,1,1,1,0.049303614,0.998055518,0.235075921,1,1,1,1,1,0.43455103,0.999971032,0.509122765,0.509202454,0.509308511
-3155,1,0.5514,1,1,1,1,1,1,1,1,0.1075,0.5514,0.72,1,0.3707,1,1,1,1,1,1,0.1123,0.3707,0.722,1,0.613,1,1,1,0.3928,0.613,0.7326,1,1,1,1,1,0.126765504,0.9998914,0.242457137,1,1,1,1,1,0.099919431,0.999773622,0.218046606,1,1,1,1,1,0.573013246,0.999984682,0.510270662,0.510260207,0.510638298
-3156,1,0.5514,1,1,1,1,1,1,1,1,0.1653,0.5514,0.7196,1,0.3707,1,1,1,1,1,1,0.1461,0.3707,0.7199,1,0.613,1,1,1,0.408,0.613,0.735,1,1,1,1,1,0.197918996,0.99991715,0.511185408,1,1,1,1,1,0.127653986,0.999316096,0.142531946,1,1,1,1,1,0.585171461,0.999934435,0.506101982,0.506029194,0.506205674
-3157,1,0.5514,1,1,1,1,1,1,1,1,0.2181,0.5514,0.716,1,0.3707,1,1,1,1,1,1,0.1183,0.3707,0.7163,1,0.613,1,1,1,0.4738,0.613,0.7151,1,1,1,1,1,0.250370085,0.999637604,0.963112414,1,1,1,1,1,0.126522496,0.995274603,0.288693726,1,1,1,1,1,0.665795743,0.999710441,0.500724988,0.500740427,0.500886525
-3158,1,0.5514,1,1,1,1,1,1,1,1,0.2591,0.5514,0.6301,1,0.3707,1,1,1,1,1,1,0.1183,0.3707,0.6451,1,0.613,1,1,1,0.3523,0.613,0.6195,1,1,1,1,1,0.320397705,0.995551169,1,1,1,1,1,1,0.158714235,0.982198238,1,1,1,1,1,1,0.552884042,0.996894777,0.496254229,0.496297863,0.496453901
-3159,1,0.5514,1,1,1,1,1,1,1,1,0.3541,0.5514,0.504,1,0.3707,1,1,1,1,1,1,0.1034,0.3707,0.5307,1,0.613,1,1,1,0.3246,0.613,0.482,1,1,1,1,1,0.373532414,0.970357656,1,1,1,1,1,1,0.149207011,0.938277185,1,1,1,1,1,1,0.517498791,0.979378998,0.49722088,0.497144066,0.497340426
-3160,1,0.5514,1,1,1,1,1,1,1,1,0.3598,0.5514,0.3413,1,0.3707,1,1,1,1,1,1,0.1233,0.3707,0.385,1,0.613,1,1,1,0.1716,0.613,0.3132,1,1,1,1,1,0.28085807,0.912842572,1,1,1,1,1,1,0.187107712,0.891856074,1,1,1,1,1,1,0.233880937,0.91902101,0.502295795,0.502221282,0.502216312
-3161,1,0.5514,1,1,1,1,1,1,1,1,0.4381,0.5514,0.1489,1,0.3707,1,1,1,1,1,1,0.0435,0.3707,0.2054,1,0.613,1,1,1,0.0929,0.613,0.1334,1,1,1,1,1,0.224593475,0.743480504,1,1,1,1,1,1,0.11134927,0.744852781,1,1,1,1,1,1,0.118973657,0.74915278,0.508458192,0.508567802,0.508421986
-3162,1,0.5514,1,1,1,1,1,1,1,1,0.4588,0.5514,0.0735,1,0.3707,1,1,1,1,1,1,0.0245,0.3707,0.1014,1,0.613,1,1,1,0.0563,0.613,0.0686,1,1,1,1,1,0.197730124,0.441629052,1,1,1,1,1,1,0.112896815,0.461385131,1,1,1,1,1,1,0.064801656,0.424163043,0.509424843,0.509625555,0.509751773
-3163,1,0.5514,1,1,1,1,1,1,1,1,0.3921,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0547,0.3707,0,1,0.613,1,1,1,0.0431,0.613,0,1,1,1,1,1,0.313527256,0,0.853037715,1,1,1,1,1,0.125335306,0,0.347886652,1,1,1,1,1,0.074706808,0,0.511297728,0.511317961,0.511524823
-3164,1,0.5514,1,1,1,1,1,1,1,1,0.4508,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0765,0.3707,0,1,0.613,1,1,1,0.0393,0.613,0,1,1,1,1,1,0.458028078,0,0.715727329,1,1,1,1,1,0.204995424,0,0.268041372,1,1,1,1,1,0.045901418,0,0.530993233,0.530992173,0.531028369
-3165,1,0.5514,1,1,1,1,1,1,1,1,0.4413,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2098,0.3707,0,1,0.613,1,1,1,0.0365,0.613,0,1,1,1,1,1,0.424273074,0,0.795585513,1,1,1,1,1,0.44916746,0,0.45066914,1,1,1,1,1,0.050751127,0,0.513895602,0.513856569,0.514184397
-3166,1,0.5514,1,1,1,1,1,1,1,1,0.318,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1911,0.3707,0,1,0.613,1,1,1,0.0405,0.613,0,1,1,1,1,1,0.171648592,0,0.584665298,1,1,1,1,1,0.336303562,0,0.394108951,1,1,1,1,1,0.060611032,0,0.47522958,0.475142797,0.475177305
-3167,1,0.5514,1,1,1,1,1,1,1,1,0.2804,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1813,0.3707,0,1,0.613,1,1,1,0.0602,0.613,0,1,1,1,1,1,0.136969924,0,0.850148261,1,1,1,1,1,0.28530547,0,0.88391757,1,1,1,1,1,0.176159337,0,0.431730304,0.43177491,0.431737589
-3168,1,0.5514,1,1,1,1,1,1,1,1,0.2599,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1362,0.3707,0,1,0.613,1,1,1,0.0994,0.613,0,1,1,1,1,1,0.086475834,0,0.861881077,1,1,1,1,1,0.180019617,0,1,1,1,1,1,1,0.29929772,0,0.397655872,0.397715253,0.397606383
-3169,1,0.5514,1,1,1,1,1,1,1,1,0.2162,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0502,0.3707,0,1,0.613,1,1,1,0.1279,0.613,0,1,1,1,1,1,0.050558895,0,1,1,1,1,1,1,0.060052525,0,1,1,1,1,1,1,0.428472072,0,0.374395843,0.37444468,0.374556738
-3170,1,0.5514,1,1,1,1,1,1,1,1,0.1544,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0019,0.3707,0,1,0.613,1,1,1,0.1137,0.613,0,1,1,1,1,1,0.036333434,0,1,1,1,1,1,1,0.012671577,0,1,1,1,1,1,1,0.413085252,0,0.361164814,0.361116988,0.361258865
-3171,1,0.5514,1,1,1,1,1,1,1,1,0.1186,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0127,0.3707,0,1,0.613,1,1,1,0.1403,0.613,0,1,1,1,1,1,0.032755759,0,0.997184992,1,1,1,1,1,0.013818009,0,1,1,1,1,1,1,0.405421168,0,0.35397535,0.353924265,0.354166667
-3172,1,0.5514,1,1,1,1,1,1,1,1,0.1464,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0781,0.3707,0,1,0.613,1,1,1,0.1567,0.613,0,1,1,1,1,1,0.073014393,0,0.993295074,1,1,1,1,1,0.059007302,0,1,1,1,1,1,1,0.38309598,0,0.352948284,0.352866512,0.352836879
-3173,1,0.5514,1,1,1,1,1,1,1,1,0.1471,0.5514,0.0495,1,0.3707,1,1,1,1,1,1,0.1148,0.3707,0.0184,1,0.613,1,1,1,0.1582,0.613,0.0219,1,1,1,1,1,0.144636691,0.107333697,1,1,1,1,1,1,0.090746365,0.038688991,1,1,1,1,1,1,0.392524749,0.151494592,0.353552441,0.353501164,0.353723404
-3174,1,0.5514,1,1,1,1,1,1,1,1,0.1419,0.5514,0.1088,1,0.3707,1,1,1,1,1,1,0.0785,0.3707,0.1142,1,0.613,1,1,1,0.2023,0.613,0.1163,1,1,1,1,1,0.1891554,0.36468327,1,1,1,1,1,1,0.066478997,0.288186431,1,1,1,1,1,1,0.455750048,0.409259111,0.367327211,0.367251957,0.367021277
-3175,1,0.5514,1,1,1,1,1,1,1,1,0.067,0.5514,0.215,1,0.3707,1,1,1,1,1,1,0.0382,0.3707,0.2286,1,0.613,1,1,1,0.1695,0.613,0.2298,1,1,1,1,1,0.111783102,0.431050152,0.780664086,1,1,1,1,1,0.037129071,0.52883935,0.800329089,1,1,1,1,1,0.425017148,0.632594049,0.402187047,0.402157817,0.40248227
-3176,1,0.5514,1,1,1,1,1,1,1,1,0.0163,0.5514,0.314,1,0.3707,1,1,1,1,1,1,0,0.3707,0.3597,1,0.613,1,1,1,0.0677,0.613,0.3375,1,1,1,1,1,0.013868776,0.48036477,0.674231887,1,1,1,1,1,0.000588871,0.692886889,0.844980121,1,1,1,1,1,0.230355769,0.651045561,0.445142581,0.445102602,0.445035461
-3177,1,0.5514,1,1,1,1,1,1,1,1,0.0081,0.5514,0.4037,1,0.3707,1,1,1,1,1,1,0,0.3707,0.4743,1,0.613,1,1,1,0.0283,0.613,0.4137,1,1,1,1,1,0.005101336,0.605391204,0.546060801,1,1,1,1,1,0.000166501,0.742006302,0.69910109,1,1,1,1,1,0.071139276,0.763683498,0.477344128,0.477258303,0.477393617
-3178,1,0.5514,1,1,1,1,1,1,1,1,0.0112,0.5514,0.4935,1,0.3707,1,1,1,1,1,1,0,0.3707,0.5905,1,0.613,1,1,1,0.0339,0.613,0.4751,1,1,1,1,1,0.002855922,0.749419928,0.713683426,1,1,1,1,1,0.002472606,0.880372107,0.764492989,1,1,1,1,1,0.036831871,0.817810833,0.494623006,0.494817009,0.494680851
-3179,1,0.5514,1,1,1,1,1,1,1,1,0.0307,0.5514,0.5497,1,0.3707,1,1,1,1,1,1,0.0156,0.3707,0.6772,1,0.613,1,1,1,0.0497,0.613,0.5155,1,1,1,1,1,0.006731627,0.869244456,0.82045573,1,1,1,1,1,0.033179298,0.956004918,1,1,1,1,1,1,0.042289998,0.789291978,0.503806187,0.503702137,0.503989362
-3180,1,0.5514,1,1,1,1,1,1,1,1,0.1576,0.5514,0.6028,1,0.3707,1,1,1,1,1,1,0.0489,0.3707,0.6568,1,0.613,1,1,1,0.0096,0.613,0.5256,1,1,1,1,1,0.070125207,0.917194664,0.710800052,1,1,1,1,1,0.061670821,0.922279537,0.746521533,1,1,1,1,1,0.017074388,0.805738628,0.508156114,0.508144701,0.508421986
-3181,1,0.5514,1,1,1,1,1,1,1,1,0.2932,0.5514,0.6675,1,0.3707,1,1,1,1,1,1,0.0962,0.3707,0.6527,1,0.613,1,1,1,0.0422,0.613,0.5111,1,1,1,1,1,0.12424197,0.933966756,1,1,1,1,1,1,0.138744354,0.918123364,0.757080913,1,1,1,1,1,0.033762597,0.770609617,0.507189464,0.507086947,0.507092199
-3182,1,0.5514,1,1,1,1,1,1,1,1,0.2328,0.5514,0.5725,1,0.3707,1,1,1,1,1,1,0.0353,0.3707,0.5829,1,0.613,1,1,1,0.068,0.613,0.4551,1,1,1,1,1,0.110461563,0.87936914,0.902625322,1,1,1,1,1,0.098507062,0.821167707,0.713812351,1,1,1,1,1,0.089710593,0.734023213,0.506162397,0.506240745,0.506205674
-3183,1,0.5514,1,1,1,1,1,1,1,1,0.1964,0.5514,0.4333,1,0.3707,1,1,1,1,1,1,0.0472,0.3707,0.4701,1,0.613,1,1,1,0.1474,0.613,0.3522,1,1,1,1,1,0.134044915,0.813044548,0.749714494,1,1,1,1,1,0.122008935,0.790194154,0.800225973,1,1,1,1,1,0.135587677,0.699804068,0.508397777,0.508356251,0.508421986
-3184,1,0.5514,1,1,1,1,1,1,1,1,0.1901,0.5514,0.3056,1,0.3707,1,1,1,1,1,1,0.1392,0.3707,0.3561,1,0.613,1,1,1,0.0951,0.613,0.2611,1,1,1,1,1,0.151552156,0.719038248,0.911787033,1,1,1,1,1,0.220356941,0.767052591,1,1,1,1,1,1,0.109924726,0.565696955,0.514439343,0.514491221,0.51462766
-3185,1,0.5514,1,1,1,1,1,1,1,1,0.2028,0.5514,0.1615,1,0.3707,1,1,1,1,1,1,0.1492,0.3707,0.2072,1,0.613,1,1,1,0.0854,0.613,0.1226,1,1,1,1,1,0.15941608,0.542040169,1,1,1,1,1,1,0.127546906,0.641435444,1,1,1,1,1,1,0.120825149,0.377905846,0.521810053,0.521683943,0.521719858
-3186,1,0.5514,1,1,1,1,1,1,1,1,0.2885,0.5514,0.0703,1,0.3707,1,1,1,1,1,1,0.392,0.3707,0.0969,1,0.613,1,1,1,0.0885,0.613,0.045,1,1,1,1,1,0.2495884,0.301724672,1,1,1,1,1,1,0.391321927,0.341482133,1,1,1,1,1,1,0.214336723,0.156539157,0.523682939,0.52379945,0.523492908
-3187,1,0.5514,1,1,1,1,1,1,1,1,0.2988,0.5514,0,1,0.3707,1,1,1,1,1,1,0.3894,0.3707,0,1,0.613,1,1,1,0.0309,0.613,0,1,1,1,1,1,0.203296244,0,1,1,1,1,1,1,0.45579052,0,1,1,1,1,1,1,0.135194004,0,0.532322378,0.532473027,0.532358156
-3188,1,0.5514,1,1,1,1,1,1,1,1,0.2877,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2678,0.3707,0,1,0.613,1,1,1,0.0165,0.613,0,1,1,1,1,1,0.273507506,0,0.861265719,1,1,1,1,1,0.312090427,0,1,1,1,1,1,1,0.062814765,0,0.55679072,0.556589803,0.556737589
-3189,1,0.5514,1,1,1,1,1,1,1,1,0.3124,0.5514,0,1,0.3707,1,1,1,1,1,1,0.391,0.3707,0,1,0.613,1,1,1,0.0111,0.613,0,1,1,1,1,1,0.251892716,0,0.937746644,1,1,1,1,1,0.429087281,0,1,1,1,1,1,1,0.019601928,0,0.533711938,0.533742331,0.533687943
-3190,1,0.5514,1,1,1,1,1,1,1,1,0.2463,0.5514,0,1,0.3707,1,1,1,1,1,1,0.4023,0.3707,0,1,0.613,1,1,1,0.0019,0.613,0,1,1,1,1,1,0.269104868,0,0.611603737,1,1,1,1,1,0.435833395,0,1,1,1,1,1,1,0.010402508,0,0.484896085,0.484874127,0.484929078
-3191,1,0.5514,1,1,1,1,1,1,1,1,0.1978,0.5514,0,1,0.3707,1,1,1,1,1,1,0.3331,0.3707,0,1,0.613,1,1,1,0.0049,0.613,0,1,1,1,1,1,0.225194559,0,0.625537336,1,1,1,1,1,0.351462066,0,1,1,1,1,1,1,0.008198523,0,0.436623973,0.436640575,0.436613475
-3192,1,0.5514,1,1,1,1,1,1,1,1,0.1794,0.5514,0,1,0.3707,1,1,1,1,1,1,0.3061,0.3707,0,1,0.613,1,1,1,0.0043,0.613,0,1,1,1,1,1,0.157857165,0,0.999361396,1,1,1,1,1,0.360194653,0,1,1,1,1,1,1,0.006064592,0,0.402126631,0.402157817,0.402039007
-3193,1,0.5514,1,1,1,1,1,1,1,1,0.1894,0.5514,0,1,0.3707,1,1,1,1,1,1,0.38,0.3707,0,1,0.613,1,1,1,0.0049,0.613,0,1,1,1,1,1,0.162101865,0,1,1,1,1,1,1,0.440100223,0,1,1,1,1,1,1,0.006209596,0,0.384122765,0.38417601,0.383865248
-3194,1,0.5514,1,1,1,1,1,1,1,1,0.2151,0.5514,0,1,0.3707,1,1,1,1,1,1,0.3757,0.3707,0,1,0.613,1,1,1,0.0061,0.613,0,1,1,1,1,1,0.198134243,0,1,1,1,1,1,1,0.482299626,0,1,1,1,1,1,1,0.011701248,0,0.374033349,0.374021578,0.374113475
-3195,1,0.5514,1,1,1,1,1,1,1,1,0.2129,0.5514,0,1,0.3707,1,1,1,1,1,1,0.4077,0.3707,0,1,0.613,1,1,1,0.0116,0.613,0,1,1,1,1,1,0.187068135,0,1,1,1,1,1,1,0.5637182,0,1,1,1,1,1,1,0.027636467,0,0.371254229,0.37127142,0.371453901
-3196,1,0.5514,1,1,1,1,1,1,1,1,0.1724,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2563,0.3707,0,1,0.613,1,1,1,0.0258,0.613,0,1,1,1,1,1,0.087062925,0,1,1,1,1,1,1,0.280168355,0,1,1,1,1,1,1,0.042666912,0,0.382612373,0.382695155,0.382535461
-3197,1,0.5514,1,1,1,1,1,1,1,1,0.0966,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1456,0.3707,0,1,0.613,1,1,1,0.0381,0.613,0.0344,1,1,1,1,1,0.098952472,1.92E-06,1,1,1,1,1,1,0.17857115,0,1,1,1,1,1,1,0.058809049,0.022539159,0.416565974,0.416754813,0.416666667
-3198,1,0.5514,1,1,1,1,1,1,1,1,0.0268,0.5514,0.0825,1,0.3707,1,1,1,1,1,1,0.3085,0.3707,0.0783,1,0.613,1,1,1,0.0183,0.613,0.0919,1,1,1,1,1,0.023426274,0.203266799,1,1,1,1,1,1,0.249682516,0.114760317,1,1,1,1,1,1,0.045866638,0.207900241,0.483566941,0.483604823,0.483599291
-3199,1,0.5514,1,1,1,1,1,1,1,1,0.0149,0.5514,0.2082,1,0.3707,1,1,1,1,1,1,0.0828,0.3707,0.2023,1,0.613,1,1,1,0.015,0.613,0.2133,1,1,1,1,1,0.023795024,0.360714912,0.997593701,1,1,1,1,1,0.123146281,0.359636873,1,1,1,1,1,1,0.045728687,0.426216483,0.540659739,0.540723503,0.540780142
-3200,1,0.5514,1,1,1,1,1,1,1,1,0.0138,0.5514,0.3309,1,0.3707,1,1,1,1,1,1,0.0016,0.3707,0.3522,1,0.613,1,1,1,0.0004,0.613,0.3498,1,1,1,1,1,0.008209709,0.545952618,0.896183133,1,1,1,1,1,0.009397389,0.503389597,0.859673858,1,1,1,1,1,0.003066539,0.528925419,0.565430159,0.565474931,0.565159574
-3201,1,0.5514,1,1,1,1,1,1,1,1,0.0171,0.5514,0.4573,1,0.3707,1,1,1,1,1,1,0,0.3707,0.4342,1,0.613,1,1,1,0.0001,0.613,0.4271,1,1,1,1,1,0.004991244,0.630850673,0.874004126,1,1,1,1,1,0.00616655,0.669264913,0.667262316,1,1,1,1,1,0.0024793,0.590271592,0.582709038,0.582822086,0.582890071
-3202,1,0.5514,1,1,1,1,1,1,1,1,0.0287,0.5514,0.4965,1,0.3707,1,1,1,1,1,1,0.006,0.3707,0.4766,1,0.613,1,1,1,0.0001,0.613,0.4558,1,1,1,1,1,0.003019141,0.662618399,0.863556623,1,1,1,1,1,0.02283521,0.668580651,0.613512635,1,1,1,1,1,0.003079286,0.591199219,0.597933784,0.597842183,0.597960993
-3203,1,0.5514,1,1,1,1,1,1,1,1,0.0265,0.5514,0.4893,1,0.3707,1,1,1,1,1,1,0.052,0.3707,0.4596,1,0.613,1,1,1,0,0.613,0.4763,1,1,1,1,1,0.003513404,0.658961594,0.25986883,1,1,1,1,1,0.095578402,0.658876598,0.429378808,1,1,1,1,1,0.004707471,0.638255477,0.606996133,0.606938862,0.607269504
-3204,1,0.5514,1,1,1,1,1,1,1,1,0.0857,0.5514,0.468,1,0.3707,1,1,1,1,1,1,0.0475,0.3707,0.4479,1,0.613,1,1,1,0.0135,0.613,0.5032,1,1,1,1,1,0.014262171,0.663062453,0.375486106,1,1,1,1,1,0.085774027,0.63327235,0.720803022,1,1,1,1,1,0.027776547,0.672674596,0.609956501,0.609900571,0.609929078
-3205,1,0.5514,1,1,1,1,1,1,1,1,0.1324,0.5514,0.4295,1,0.3707,1,1,1,1,1,1,0.1396,0.3707,0.4338,1,0.613,1,1,1,0.0702,0.613,0.4848,1,1,1,1,1,0.019859117,0.598790467,0.308630109,1,1,1,1,1,0.113101602,0.598593891,0.532212853,1,1,1,1,1,0.105315179,0.652817249,0.609714838,0.609689021,0.609929078
-3206,1,0.5514,1,1,1,1,1,1,1,1,0.1588,0.5514,0.4079,1,0.3707,1,1,1,1,1,1,0.1931,0.3707,0.4112,1,0.613,1,1,1,0.057,0.613,0.4606,1,1,1,1,1,0.057720773,0.542870462,0.166391388,1,1,1,1,1,0.165987253,0.599688947,0.204380125,1,1,1,1,1,0.12211331,0.556830168,0.604881585,0.604823355,0.605053191
-3207,1,0.5514,1,1,1,1,1,1,1,1,0.176,0.5514,0.3452,1,0.3707,1,1,1,1,1,1,0.1708,0.3707,0.3684,1,0.613,1,1,1,0.0687,0.613,0.356,1,1,1,1,1,0.046736818,0.494711578,0.228648007,1,1,1,1,1,0.150883317,0.542978048,0.225800008,1,1,1,1,1,0.131399333,0.550176561,0.599323345,0.599323038,0.59929078
-3208,1,0.5514,1,1,1,1,1,1,1,1,0.1013,0.5514,0.2643,1,0.3707,1,1,1,1,1,1,0.0329,0.3707,0.2748,1,0.613,1,1,1,0.0876,0.613,0.2364,1,1,1,1,1,0.042993303,0.435061485,0.101538919,1,1,1,1,1,0.074418716,0.431564093,0.121465191,1,1,1,1,1,0.148063838,0.422889352,0.599021266,0.599111487,0.59929078
-3209,1,0.5514,1,1,1,1,1,1,1,1,0.0712,0.5514,0.1438,1,0.3707,1,1,1,1,1,1,0.0378,0.3707,0.1397,1,0.613,1,1,1,0.0901,0.613,0.1116,1,1,1,1,1,0.041262455,0.283412158,0.036125265,1,1,1,1,1,0.048782151,0.217178315,0.118606016,1,1,1,1,1,0.167685091,0.235206515,0.600712905,0.600803893,0.60106383
-3210,1,0.5514,1,1,1,1,1,1,1,1,0.0367,0.5514,0.0228,1,0.3707,1,1,1,1,1,1,0.0097,0.3707,0.0223,1,0.613,1,1,1,0.1199,0.613,0.0269,1,1,1,1,1,0.025405163,0.051139332,0.018233992,1,1,1,1,1,0.020598952,0.055958893,0.18390131,1,1,1,1,1,0.226830944,0.074659236,0.596362977,0.596361329,0.596631206
-3211,1,0.5514,1,1,1,1,1,1,1,1,0.082,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.1953,0.613,0,1,1,1,1,1,0.057113327,0,0.212985992,1,1,1,1,1,0.006237817,0,0.423529863,1,1,1,1,1,0.416892946,0,0.596302562,0.596361329,0.596631206
-3212,1,0.5514,1,1,1,1,1,1,1,1,0.095,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0057,0.3707,0,1,0.613,1,1,1,0.1358,0.613,0,1,1,1,1,1,0.055531226,0,0.300799251,1,1,1,1,1,0.017010296,0,0.586278856,1,1,1,1,1,0.272644699,0,0.599987917,0.59995769,0.600177305
-3213,1,0.5514,1,1,1,1,1,1,1,1,0.0958,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0235,0.3707,0,1,0.613,1,1,1,0.0794,0.613,0,1,1,1,1,1,0.050249781,0,0.469188482,1,1,1,1,1,0.036358628,0,0.994544506,1,1,1,1,1,0.133903801,0,0.562046883,0.56187857,0.562056738
-3214,1,0.5514,1,1,1,1,1,1,1,1,0.1012,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0501,0.3707,0,1,0.613,1,1,1,0.1038,0.613,0,1,1,1,1,1,0.06273479,0,0.619087875,1,1,1,1,1,0.093111724,0,1,1,1,1,1,1,0.241941035,0,0.50362494,0.503702137,0.503989362
-3215,1,0.5514,1,1,1,1,1,1,1,1,0.0982,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0854,0.3707,0,1,0.613,1,1,1,0.1258,0.613,0,1,1,1,1,1,0.057106845,0,0.785108924,1,1,1,1,1,0.129744679,0,1,1,1,1,1,1,0.267611682,0,0.448948768,0.448910514,0.449024823
-3216,1,0.5514,1,1,1,1,1,1,1,1,0.1181,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0908,0.3707,0,1,0.613,1,1,1,0.1598,0.613,0,1,1,1,1,1,0.091980688,0,0.939513922,1,1,1,1,1,0.112582311,0,1,1,1,1,1,1,0.325895578,0,0.413545191,0.413581553,0.41356383
-3217,1,0.5514,1,1,1,1,1,1,1,1,0.1568,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1224,0.3707,0,1,0.613,1,1,1,0.1405,0.613,0,1,1,1,1,1,0.169618562,0,0.914101779,1,1,1,1,1,0.158373758,0,1,1,1,1,1,1,0.362315267,0,0.393910101,0.393907341,0.394060284
-3218,1,0.5514,1,1,1,1,1,1,1,1,0.1795,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1145,0.3707,0,1,0.613,1,1,1,0.1204,0.613,0,1,1,1,1,1,0.213774011,0,0.952121258,1,1,1,1,1,0.191429287,0,1,1,1,1,1,1,0.315215439,0,0.383095698,0.383118257,0.383421986
-3219,1,0.5514,1,1,1,1,1,1,1,1,0.1589,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0502,0.3707,0,1,0.613,1,1,1,0.0961,0.613,0,1,1,1,1,1,0.133631393,0,0.989922345,1,1,1,1,1,0.136673152,0,1,1,1,1,1,1,0.240946382,0,0.380497825,0.380579649,0.380319149
-3220,1,0.5514,1,1,1,1,1,1,1,1,0.1301,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0092,0.3707,0,1,0.613,1,1,1,0.087,0.613,0,1,1,1,1,1,0.099865854,0,0.96362412,1,1,1,1,1,0.087184928,0,1,1,1,1,1,1,0.227938786,0,0.390043499,0.390099429,0.390070922
-3221,1,0.5514,1,1,1,1,1,1,1,1,0.0734,0.5514,0.0078,1,0.3707,1,1,1,1,1,1,0.0379,0.3707,0.0014,1,0.613,1,1,1,0.072,0.613,0,1,1,1,1,1,0.071261778,0.006837609,0.955001295,1,1,1,1,1,0.083999649,0.001449593,1,1,1,1,1,1,0.194311813,2.37E-05,0.423936684,0.423947535,0.424202128
-3222,1,0.5514,1,1,1,1,1,1,1,1,0.0796,0.5514,0.121,1,0.3707,1,1,1,1,1,1,0.0681,0.3707,0.0852,1,0.613,1,1,1,0.0808,0.613,0.0382,1,1,1,1,1,0.084196582,0.187517107,0.915736854,1,1,1,1,1,0.122809201,0.132955253,1,1,1,1,1,1,0.197675124,0.163047016,0.490877235,0.490797546,0.491134752
-3223,1,0.5514,1,1,1,1,1,1,1,1,0.0585,0.5514,0.2329,1,0.3707,1,1,1,1,1,1,0.0865,0.3707,0.2061,1,0.613,1,1,1,0.0748,0.613,0.159,1,1,1,1,1,0.050559215,0.436293691,0.78238982,1,1,1,1,1,0.105850771,0.379475623,1,1,1,1,1,1,0.200120628,0.312679768,0.547305462,0.547281574,0.547429078
-3224,1,0.5514,1,1,1,1,1,1,1,1,0.166,0.5514,0.3461,1,0.3707,1,1,1,1,1,1,0.1661,0.3707,0.2951,1,0.613,1,1,1,0.0941,0.613,0.2921,1,1,1,1,1,0.100850105,0.570950925,0.762964666,1,1,1,1,1,0.170880824,0.427320153,1,1,1,1,1,1,0.149922252,0.470037401,0.572438376,0.572456103,0.572695035
-3225,1,0.5514,1,1,1,1,1,1,1,1,0.2448,0.5514,0.4434,1,0.3707,1,1,1,1,1,1,0.1909,0.3707,0.3645,1,0.613,1,1,1,0.0553,0.613,0.3491,1,1,1,1,1,0.131612301,0.599099934,0.871849656,1,1,1,1,1,0.215981901,0.459461778,1,1,1,1,1,1,0.064085171,0.605886936,0.588569357,0.588745505,0.588652482
-3226,1,0.5514,1,1,1,1,1,1,1,1,0.2797,0.5514,0.4744,1,0.3707,1,1,1,1,1,1,0.3458,0.3707,0.3895,1,0.613,1,1,1,0.0655,0.613,0.3345,1,1,1,1,1,0.17907016,0.64467901,0.939565301,1,1,1,1,1,0.356334865,0.508613646,1,1,1,1,1,1,0.103961818,0.722738624,0.603250362,0.603342501,0.603280142
-3227,1,0.5514,1,1,1,1,1,1,1,1,0.3256,0.5514,0.4548,1,0.3707,1,1,1,1,1,1,0.3413,0.3707,0.3723,1,0.613,1,1,1,0.1217,0.613,0.4039,1,1,1,1,1,0.240410984,0.594995797,1,1,1,1,1,1,0.374683589,0.49207598,1,1,1,1,1,1,0.199424565,0.816446185,0.609594007,0.609689021,0.609929078
-3228,1,0.5514,1,1,1,1,1,1,1,1,0.3816,0.5514,0.401,1,0.3707,1,1,1,1,1,1,0.4097,0.3707,0.3623,1,0.613,1,1,1,0.1718,0.613,0.4757,1,1,1,1,1,0.295966268,0.56375432,1,1,1,1,1,1,0.492580533,0.494169056,1,1,1,1,1,1,0.321833253,0.772302985,0.610077332,0.610112122,0.609929078
-3229,1,0.5514,1,1,1,1,1,1,1,1,0.3887,0.5514,0.3553,1,0.3707,1,1,1,1,1,1,0.1516,0.3707,0.3359,1,0.613,1,1,1,0.212,0.613,0.4493,1,1,1,1,1,0.325756162,0.500454426,1,1,1,1,1,1,0.245486572,0.512360096,1,1,1,1,1,1,0.364112765,0.681569695,0.609654422,0.609689021,0.609929078
-3230,1,0.5514,1,1,1,1,1,1,1,1,0.2805,0.5514,0.3467,1,0.3707,1,1,1,1,1,1,0.1392,0.3707,0.3835,1,0.613,1,1,1,0.2819,0.613,0.3894,1,1,1,1,1,0.223890021,0.467114538,1,1,1,1,1,1,0.211011231,0.563734353,1,1,1,1,1,1,0.423713446,0.556696773,0.602102465,0.602073197,0.602393617
-3231,1,0.5514,1,1,1,1,1,1,1,1,0.2135,0.5514,0.3166,1,0.3707,1,1,1,1,1,1,0.1571,0.3707,0.2429,1,0.613,1,1,1,0.2714,0.613,0.2615,1,1,1,1,1,0.163082644,0.457947373,1,1,1,1,1,1,0.198351264,0.348376632,1,1,1,1,1,1,0.322567999,0.446750641,0.596423393,0.596572879,0.596631206
-3232,1,0.5514,1,1,1,1,1,1,1,1,0.1165,0.5514,0.2293,1,0.3707,1,1,1,1,1,1,0.1346,0.3707,0.1303,1,0.613,1,1,1,0.384,0.613,0.1661,1,1,1,1,1,0.119374767,0.314301103,1,1,1,1,1,1,0.157761604,0.13501665,1,1,1,1,1,1,0.374273062,0.362672031,0.598598357,0.598688386,0.598847518
-3233,1,0.5514,1,1,1,1,1,1,1,1,0.0874,0.5514,0.0839,1,0.3707,1,1,1,1,1,1,0.0962,0.3707,0.0098,1,0.613,1,1,1,0.3236,0.613,0.1129,1,1,1,1,1,0.083513319,0.119968854,1,1,1,1,1,1,0.100132316,0.03546204,1,1,1,1,1,1,0.413638175,0.26584056,0.603371194,0.603342501,0.603280142
-3234,1,0.5514,1,1,1,1,1,1,1,1,0.1027,0.5514,0.002,1,0.3707,1,1,1,1,1,1,0.04,0.3707,0.001,1,0.613,1,1,1,0.3061,0.613,0.0272,1,1,1,1,1,0.057709191,0.003873655,1,1,1,1,1,1,0.064969108,0.010557941,1,1,1,1,1,1,0.475105256,0.064940326,0.60119623,0.601226994,0.601507092
-3235,1,0.5514,1,1,1,1,1,1,1,1,0.1462,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0145,0.3707,0,1,0.613,1,1,1,0.272,0.613,0,1,1,1,1,1,0.077495597,0,1,1,1,1,1,1,0.034909327,0,1,1,1,1,1,1,0.516725242,0,0.601739971,0.601650095,0.601950355
-3236,1,0.5514,1,1,1,1,1,1,1,1,0.1545,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.3037,0.613,0,1,1,1,1,1,0.078004591,0,1,1,1,1,1,1,0.009109791,0,1,1,1,1,1,1,0.495127141,0,0.600954567,0.601015443,0.601507092
-3237,1,0.5514,1,1,1,1,1,1,1,1,0.2746,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.2376,0.613,0,1,1,1,1,1,0.129053131,0,1,1,1,1,1,1,0.016018208,0,1,1,1,1,1,1,0.403491825,0,0.562348961,0.562301671,0.5625
-3238,1,0.5514,1,1,1,1,1,1,1,1,0.2593,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0035,0.3707,0,1,0.613,1,1,1,0.2126,0.613,0,1,1,1,1,1,0.049039181,0,1,1,1,1,1,1,0.016144084,0,1,1,1,1,1,1,0.335057676,0,0.50459159,0.50475989,0.504432624
-3239,1,0.5514,1,1,1,1,1,1,1,1,0.2437,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.1528,0.613,0,1,1,1,1,1,0.044079971,0,1,1,1,1,1,1,0.018056899,0,1,1,1,1,1,1,0.209652439,0,0.451304978,0.451237571,0.451241135
-3240,1,0.5514,1,1,1,1,1,1,1,1,0.1402,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.1669,0.613,0,1,1,1,1,1,0.025932493,0,1,1,1,1,1,1,0.004891437,0,1,1,1,1,1,1,0.21258375,0,0.416686805,0.416754813,0.416666667
-3241,1,0.5514,1,1,1,1,1,1,1,1,0.177,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.1304,0.613,0,1,1,1,1,1,0.040377162,0,1,1,1,1,1,1,0.008715033,0,1,1,1,1,1,1,0.198474795,0,0.397172547,0.397080601,0.397163121
-3242,1,0.5514,1,1,1,1,1,1,1,1,0.2143,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0057,0.3707,0,1,0.613,1,1,1,0.0813,0.613,0,1,1,1,1,1,0.065653309,0,1,1,1,1,1,1,0.022188861,0,1,1,1,1,1,1,0.160341546,0,0.386962301,0.386926169,0.386968085
-3243,1,0.5514,1,1,1,1,1,1,1,1,0.1885,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0054,0.3707,0,1,0.613,1,1,1,0.1025,0.613,0,1,1,1,1,1,0.035982136,0,1,1,1,1,1,1,0.012125852,0,1,1,1,1,1,1,0.181534201,0,0.383820686,0.383752909,0.383865248
-3244,1,0.5514,1,1,1,1,1,1,1,1,0.1285,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0961,0.613,0,1,1,1,1,1,0.027051151,0,1,1,1,1,1,1,0.002849645,0,0.517055809,1,1,1,1,1,0.145112231,0,0.393366361,0.393484239,0.393617021
-3245,1,0.5514,1,1,1,1,1,1,1,1,0.051,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0678,0.613,0,1,1,1,1,1,0.010532743,0,0.973627865,1,1,1,1,1,0.001104158,0,0.360100806,1,1,1,1,1,0.105923891,0.00019797,0.429676172,0.429870954,0.429964539
-3246,1,0.5514,1,1,1,1,1,1,1,1,0.0291,0.5514,0.0203,1,0.3707,1,1,1,1,1,1,0,0.3707,0.0079,1,0.613,1,1,1,0.0987,0.613,0.0594,1,1,1,1,1,0.002937044,0.041049976,0.593811512,1,1,1,1,1,0.000143914,0.023894772,0.290376723,1,1,1,1,1,0.080617331,0.074334748,0.498972934,0.499048022,0.499113475
-3247,1,0.5514,1,1,1,1,1,1,1,1,0.0774,0.5514,0.1277,1,0.3707,1,1,1,1,1,1,0,0.3707,0.1093,1,0.613,1,1,1,0.1167,0.613,0.1495,1,1,1,1,1,0.01241593,0.164978877,0.935883641,1,1,1,1,1,0.000961879,0.172177792,0.260333776,1,1,1,1,1,0.117979988,0.357661873,0.556730304,0.556589803,0.556737589
-3248,1,0.5514,1,1,1,1,1,1,1,1,0.0298,0.5514,0.1519,1,0.3707,1,1,1,1,1,1,0,0.3707,0.2011,1,0.613,1,1,1,0.0865,0.613,0.3338,1,1,1,1,1,0.008550669,0.219480902,0.992282867,1,1,1,1,1,0.002442925,0.378114343,0.65193069,1,1,1,1,1,0.057970718,0.479449332,0.582346544,0.582398985,0.582446809
-3249,1,0.5514,1,1,1,1,1,1,1,1,0.0354,0.5514,0.2408,1,0.3707,1,1,1,1,1,1,0,0.3707,0.3287,1,0.613,1,1,1,0.088,0.613,0.3976,1,1,1,1,1,0.010320151,0.369893372,1,1,1,1,1,1,0.002986471,0.572346151,0.063946068,1,1,1,1,1,0.047490895,0.472977698,0.597631706,0.597630633,0.59751773
-3250,1,0.5514,1,1,1,1,1,1,1,1,0.1096,0.5514,0.4103,1,0.3707,1,1,1,1,1,1,0,0.3707,0.4937,1,0.613,1,1,1,0.0668,0.613,0.4944,1,1,1,1,1,0.02562895,0.724281371,1,1,1,1,1,1,0.00189249,0.69722873,0.228383526,1,1,1,1,1,0.054885119,0.409339219,0.609473175,0.60947747,0.609929078
-3251,1,0.5514,1,1,1,1,1,1,1,1,0.0683,0.5514,0.3947,1,0.3707,1,1,1,1,1,1,0,0.3707,0.4051,1,0.613,1,1,1,0.0967,0.613,0.5044,1,1,1,1,1,0.010086086,0.58752346,1,1,1,1,1,1,0.000118709,0.641323924,0.304031163,1,1,1,1,1,0.070870936,0.563053906,0.614971,0.614977787,0.615248227
-3252,1,0.5514,1,1,1,1,1,1,1,1,0.0875,0.5514,0.4113,1,0.3707,1,1,1,1,1,1,0,0.3707,0.4479,1,0.613,1,1,1,0.0975,0.613,0.5505,1,1,1,1,1,0.012967049,0.632830441,1,1,1,1,1,1,0.000680731,0.713279665,0.5623312,1,1,1,1,1,0.086357668,0.636495531,0.614487675,0.614554686,0.614804965
-3253,1,0.5514,1,1,1,1,1,1,1,1,0.0957,0.5514,0.4268,1,0.3707,1,1,1,1,1,1,0.025,0.3707,0.5024,1,0.613,1,1,1,0.1245,0.613,0.5905,1,1,1,1,1,0.023989778,0.659374237,1,1,1,1,1,1,0.015906258,0.685600102,0.373460233,1,1,1,1,1,0.152018815,0.660086334,0.616058482,0.616035541,0.616134752
-3254,1,0.5514,1,1,1,1,1,1,1,1,0.1643,0.5514,0.4759,1,0.3707,1,1,1,1,1,1,0.0431,0.3707,0.5042,1,0.613,1,1,1,0.1435,0.613,0.4958,1,1,1,1,1,0.127791747,0.71533978,0.995272815,1,1,1,1,1,0.051115789,0.744361103,0.298380375,1,1,1,1,1,0.258754432,0.625716567,0.615514741,0.615612439,0.615691489
-3255,1,0.5514,1,1,1,1,1,1,1,1,0.1133,0.5514,0.4177,1,0.3707,1,1,1,1,1,1,0.1095,0.3707,0.4513,1,0.613,1,1,1,0.1319,0.613,0.358,1,1,1,1,1,0.127736792,0.702758074,0.874123454,1,1,1,1,1,0.097912408,0.752361655,0.173739806,1,1,1,1,1,0.252619505,0.640847743,0.615514741,0.615612439,0.615691489
-3256,1,0.5514,1,1,1,1,1,1,1,1,0.1427,0.5514,0.3011,1,0.3707,1,1,1,1,1,1,0.1007,0.3707,0.3717,1,0.613,1,1,1,0.0826,0.613,0.235,1,1,1,1,1,0.126679614,0.871008873,0.783360362,1,1,1,1,1,0.121838018,0.882502377,0.223421216,1,1,1,1,1,0.232979566,0.769984126,0.617387627,0.617304845,0.617464539
-3257,1,0.5514,1,1,1,1,1,1,1,1,0.0941,0.5514,0.1519,1,0.3707,1,1,1,1,1,1,0.0937,0.3707,0.1946,1,0.613,1,1,1,0.1,0.613,0.1199,1,1,1,1,1,0.07527744,0.619948566,0.393322468,1,1,1,1,1,0.100839987,0.650115132,0.119344771,1,1,1,1,1,0.322536856,0.524516821,0.616360561,0.616458642,0.616578014
-3258,1,0.5514,1,1,1,1,1,1,1,1,0.1324,0.5514,0.0629,1,0.3707,1,1,1,1,1,1,0.1106,0.3707,0.0958,1,0.613,1,1,1,0.1269,0.613,0.0431,1,1,1,1,1,0.101728305,0.393275589,0.315299749,1,1,1,1,1,0.12196894,0.410679787,0.13865681,1,1,1,1,1,0.273119986,0.313581675,0.608144031,0.607996615,0.608156028
-3259,1,0.5514,1,1,1,1,1,1,1,1,0.2082,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1687,0.3707,0,1,0.613,1,1,1,0.1053,0.613,0,1,1,1,1,1,0.13818197,0,0.705063343,1,1,1,1,1,0.218676835,0,0.281746596,1,1,1,1,1,0.175493121,0,0.604337844,0.604400254,0.604609929
-3260,1,0.5514,1,1,1,1,1,1,1,1,0.179,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2885,0.3707,0,1,0.613,1,1,1,0.0821,0.613,0,1,1,1,1,1,0.11748302,0,0.364438415,1,1,1,1,1,0.313437819,0,0.221448183,1,1,1,1,1,0.085225806,0,0.617870952,0.617727946,0.618351064
-3261,1,0.5514,1,1,1,1,1,1,1,1,0.2598,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0843,0.3707,0,1,0.613,1,1,1,0.041,0.613,0,1,1,1,1,1,0.186661646,0,0.896942973,1,1,1,1,1,0.279356539,0,0.706539333,1,1,1,1,1,0.041591216,0,0.584340261,0.584302941,0.584219858
-3262,1,0.5514,1,1,1,1,1,1,1,1,0.2496,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2944,0.3707,0,1,0.613,1,1,1,0.0217,0.613,0,1,1,1,1,1,0.169513345,0,1,1,1,1,1,1,0.307400763,0,0.880222023,1,1,1,1,1,0.045887269,0,0.523562107,0.523587899,0.523492908
-3263,1,0.5514,1,1,1,1,1,1,1,1,0.3349,0.5514,0,1,0.3707,1,1,1,1,1,1,0.371,0.3707,0,1,0.613,1,1,1,0.0558,0.613,0,1,1,1,1,1,0.289715081,0,1,1,1,1,1,1,0.425603807,0,1,1,1,1,1,1,0.059210867,0,0.464354761,0.464353713,0.464095745
-3264,1,0.5514,1,1,1,1,1,1,1,1,0.3692,0.5514,0,1,0.3707,1,1,1,1,1,1,0.9019,0.3707,0,1,0.613,1,1,1,0.1084,0.613,0,1,1,1,1,1,0.461463124,0,1,1,1,1,1,1,0.74983114,0,1,1,1,1,1,1,0.063679315,0,0.425144998,0.425005289,0.425088652
-3265,1,0.5514,1,1,1,1,1,1,1,1,0.3649,0.5514,0,1,0.3707,1,1,1,1,1,1,0.8244,0.3707,0,1,0.613,1,1,1,0.1428,0.613,0,1,1,1,1,1,0.520628095,0,1,1,1,1,1,1,0.790055692,0,1,1,1,1,1,1,0.141292021,0,0.402670372,0.402792469,0.402925532
-3266,1,0.5514,1,1,1,1,1,1,1,1,0.4218,0.5514,0,1,0.3707,1,1,1,1,1,1,0.8205,0.3707,0,1,0.613,1,1,1,0.1695,0.613,0,1,1,1,1,1,0.598469019,0,1,1,1,1,1,1,0.790394187,0,1,1,1,1,1,1,0.24444665,0,0.389862252,0.389887878,0.390070922
-3267,1,0.5514,1,1,1,1,1,1,1,1,0.4602,0.5514,0,1,0.3707,1,1,1,1,1,1,0.6809,0.3707,0,1,0.613,1,1,1,0.2705,0.613,0,1,1,1,1,1,0.593565166,0,1,1,1,1,1,1,0.709866047,0,1,1,1,1,1,1,0.545867503,0,0.384122765,0.38417601,0.383865248
-3268,1,0.5514,1,1,1,1,1,1,1,1,0.4079,0.5514,0,1,0.3707,1,1,1,1,1,1,0.6416,0.3707,0,1,0.613,1,1,1,0.4216,0.613,0,1,1,1,1,1,0.562440336,0,0.974945605,1,1,1,1,1,0.689373493,0,1,1,1,1,1,1,0.742635012,0,0.39058724,0.390734081,0.390514184
-3269,1,0.5514,1,1,1,1,1,1,1,1,0.4435,0.5514,0.0655,1,0.3707,1,1,1,1,1,1,0.6384,0.3707,0.0876,1,0.613,1,1,1,0.4558,0.613,0.1114,1,1,1,1,1,0.576483667,0.218108073,0.911326528,1,1,1,1,1,0.677494168,0.200281829,1,1,1,1,1,1,0.795803487,0.386573911,0.418197197,0.418235667,0.417996454
-3270,1,0.5514,1,1,1,1,1,1,1,1,0.3759,0.5514,0.1207,1,0.3707,1,1,1,1,1,1,0.4197,0.3707,0.1365,1,0.613,1,1,1,0.4675,0.613,0.0949,1,1,1,1,1,0.484002858,0.585406184,0.704827368,1,1,1,1,1,0.424999356,0.598282516,0.980170488,1,1,1,1,1,0.796406507,0.709828794,0.483385694,0.483393273,0.483156028
-3271,1,0.5514,1,1,1,1,1,1,1,1,0.355,0.5514,0.2508,1,0.3707,1,1,1,1,1,1,0.3136,0.3707,0.2938,1,0.613,1,1,1,0.401,0.613,0.2621,1,1,1,1,1,0.45062381,0.804222763,0.538320243,1,1,1,1,1,0.343723744,0.842432261,0.963744581,1,1,1,1,1,0.599217296,0.887786746,0.535403577,0.535434737,0.535460993
-3272,1,0.5514,1,1,1,1,1,1,1,1,0.3216,0.5514,0.4298,1,0.3707,1,1,1,1,1,1,0.4521,0.3707,0.4662,1,0.613,1,1,1,0.5338,0.613,0.4415,1,1,1,1,1,0.472126126,0.940051317,0.654929399,1,1,1,1,1,0.441441447,0.964748919,0.366532475,1,1,1,1,1,0.706372738,0.969293416,0.55679072,0.556801354,0.556737589
-3273,1,0.5514,1,1,1,1,1,1,1,1,0.2772,0.5514,0.5837,1,0.3707,1,1,1,1,1,1,0.3719,0.3707,0.6014,1,0.613,1,1,1,0.5858,0.613,0.5766,1,1,1,1,1,0.36798498,0.994523406,0.58867538,1,1,1,1,1,0.377211571,0.997967541,0.51033932,1,1,1,1,1,0.666653216,0.99832195,0.56959884,0.569705945,0.569592199
-3274,1,0.5514,1,1,1,1,1,1,1,1,0.1866,0.5514,0.6924,1,0.3707,1,1,1,1,1,1,0.1358,0.3707,0.6941,1,0.613,1,1,1,0.4903,0.613,0.6702,1,1,1,1,1,0.276662081,0.999555826,0.580903172,1,1,1,1,1,0.143017367,0.999680042,0.641312897,1,1,1,1,1,0.470030874,0.999554873,0.580836153,0.580706579,0.581117021
-3275,1,0.5514,1,1,1,1,1,1,1,1,0.136,0.5514,0.7224,1,0.3707,1,1,1,1,1,1,0.1349,0.3707,0.7264,1,0.613,1,1,1,0.4669,0.613,0.6591,1,1,1,1,1,0.159837216,0.999710023,0.541784406,1,1,1,1,1,0.139033243,0.999851108,0.507269442,1,1,1,1,1,0.577417433,0.999819517,0.586394393,0.586418447,0.58643617
-3276,1,0.5514,1,1,1,1,1,1,1,1,0.0992,0.5514,0.7193,1,0.3707,1,1,1,1,1,1,0.1214,0.3707,0.7241,1,0.613,1,1,1,0.4169,0.613,0.6461,1,1,1,1,1,0.125203028,0.999262154,0.480140895,1,1,1,1,1,0.12752901,0.999614775,0.225092947,1,1,1,1,1,0.49664703,0.997603297,0.586333978,0.586418447,0.58643617
-3277,1,0.5514,1,1,1,1,1,1,1,1,0.0655,0.5514,0.713,1,0.3707,1,1,1,1,1,1,0.0935,0.3707,0.7211,1,0.613,1,1,1,0.3841,0.613,0.6705,1,1,1,1,1,0.070804395,0.998866975,0.557927847,1,1,1,1,1,0.086638883,0.999301255,0.19126676,1,1,1,1,1,0.455507189,0.993552148,0.589596423,0.589591707,0.589539007
-3278,1,0.5514,1,1,1,1,1,1,1,1,0.0665,0.5514,0.629,1,0.3707,1,1,1,1,1,1,0.0458,0.3707,0.6509,1,0.613,1,1,1,0.4391,0.613,0.5943,1,1,1,1,1,0.049095184,0.995081127,0.571605504,1,1,1,1,1,0.05905376,0.997370124,0.202929586,1,1,1,1,1,0.534048676,0.993469119,0.587058966,0.587053099,0.587322695
-3279,1,0.5514,1,1,1,1,1,1,1,1,0.0488,0.5514,0.5021,1,0.3707,1,1,1,1,1,1,0.0551,0.3707,0.5351,1,0.613,1,1,1,0.3052,0.613,0.4878,1,1,1,1,1,0.036482334,0.967737436,0.3899239,1,1,1,1,1,0.061411731,0.967089951,0.062052101,1,1,1,1,1,0.453445137,0.979270697,0.584823586,0.584726042,0.584663121
-3280,1,0.5514,1,1,1,1,1,1,1,1,0.035,0.5514,0.3394,1,0.3707,1,1,1,1,1,1,0.079,0.3707,0.3904,1,0.613,1,1,1,0.2589,0.613,0.3247,1,1,1,1,1,0.033434693,0.92034471,0.299853563,1,1,1,1,1,0.071557306,0.928643405,0.00462644,1,1,1,1,1,0.346913278,0.942266822,0.584038183,0.583879839,0.584219858
-3281,1,0.5514,1,1,1,1,1,1,1,1,0.0174,0.5514,0.1538,1,0.3707,1,1,1,1,1,1,0.0803,0.3707,0.2148,1,0.613,1,1,1,0.2383,0.613,0.1297,1,1,1,1,1,0.025560945,0.795824707,0.230506271,1,1,1,1,1,0.070367545,0.79651314,0,1,1,1,1,1,0.219398901,0.808998168,0.580534074,0.580495029,0.580673759
-3282,1,0.5514,1,1,1,1,1,1,1,1,0.0097,0.5514,0.0874,1,0.3707,1,1,1,1,1,1,0.0984,0.3707,0.1168,1,0.613,1,1,1,0.1837,0.613,0.0823,1,1,1,1,1,0.02004284,0.517592072,0.294098675,1,1,1,1,1,0.08231236,0.536177099,0,1,1,1,1,1,0.180802077,0.538319409,0.570867569,0.570763698,0.570921986
-3283,1,0.5514,1,1,1,1,1,1,1,1,0.0045,0.5514,0,1,0.3707,1,1,1,1,1,1,0.052,0.3707,0,1,0.613,1,1,1,0.1329,0.613,0,1,1,1,1,1,0.015505292,0,0.327249318,1,1,1,1,1,0.076364987,0,0,1,1,1,1,1,0.199554935,0,0.567725955,0.567801989,0.567819149
-3284,1,0.5514,1,1,1,1,1,1,1,1,0.0042,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0915,0.3707,0,1,0.613,1,1,1,0.0767,0.613,0,1,1,1,1,1,0.039592069,0,0.203540877,1,1,1,1,1,0.145257533,0,0,1,1,1,1,1,0.175978258,0,0.585246496,0.585149143,0.585106383
-3285,1,0.5514,1,1,1,1,1,1,1,1,0.0164,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1468,0.3707,0,1,0.613,1,1,1,0.0801,0.613,0,1,1,1,1,1,0.113012448,0,0.335402638,1,1,1,1,1,0.189760596,0,0,1,1,1,1,1,0.228838265,0,0.5590261,0.558916861,0.558953901
-3286,1,0.5514,1,1,1,1,1,1,1,1,0.0887,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1846,0.3707,0,1,0.613,1,1,1,0.0928,0.613,0,1,1,1,1,1,0.161852628,0,0.384330601,1,1,1,1,1,0.222431749,0,0,1,1,1,1,1,0.240093246,0,0.500845819,0.500740427,0.500886525
-3287,1,0.5514,1,1,1,1,1,1,1,1,0.0826,0.5514,0,1,0.3707,1,1,1,1,1,1,0.3417,0.3707,0,1,0.613,1,1,1,0.131,0.613,0,1,1,1,1,1,0.210301042,0,0.49000451,1,1,1,1,1,0.374731213,0,0,1,1,1,1,1,0.315097213,0,0.445323828,0.445314153,0.445035461
-3288,1,0.5514,1,1,1,1,1,1,1,1,0.0424,0.5514,0,1,0.3707,1,1,1,1,1,1,0.3357,0.3707,0,1,0.613,1,1,1,0.1725,0.613,0,1,1,1,1,1,0.139158398,0,0.626732767,1,1,1,1,1,0.431380153,0,0.004940576,1,1,1,1,1,0.398683965,0,0.408168197,0.408081235,0.408244681
-3289,1,0.5514,1,1,1,1,1,1,1,1,0.0247,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2884,0.3707,0,1,0.613,1,1,1,0.2488,0.613,0,1,1,1,1,1,0.090597436,0,0.607489228,1,1,1,1,1,0.31919834,0,0.013601832,1,1,1,1,1,0.526051581,0,0.386297728,0.386291517,0.38608156
-3290,1,0.5514,1,1,1,1,1,1,1,1,0.031,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2562,0.3707,0,1,0.613,1,1,1,0.2239,0.613,0,1,1,1,1,1,0.122551836,0,0.614804506,1,1,1,1,1,0.301481724,0,0.004911518,1,1,1,1,1,0.457641363,0,0.375241663,0.375290882,0.375443262
-3291,1,0.5514,1,1,1,1,1,1,1,1,0.021,0.5514,0,1,0.3707,1,1,1,1,1,1,0.147,0.3707,0,1,0.613,1,1,1,0.2379,0.613,0,1,1,1,1,1,0.077373311,0,0.608622432,1,1,1,1,1,0.203482628,0,0.01701911,1,1,1,1,1,0.467612028,0,0.371435476,0.37148297,0.371453901
-3292,1,0.5514,1,1,1,1,1,1,1,1,0.0254,0.5514,0,1,0.3707,1,1,1,1,1,1,0.051,0.3707,0,1,0.613,1,1,1,0.2267,0.613,0,1,1,1,1,1,0.104433335,0,0.553371429,1,1,1,1,1,0.084826536,0,0.006343456,1,1,1,1,1,0.46634233,0,0.380799903,0.380791199,0.380762411
-3293,1,0.5514,1,1,1,1,1,1,1,1,0.0411,0.5514,0.1456,1,0.3707,1,1,1,1,1,1,0.2272,0.3707,0.1737,1,0.613,1,1,1,0.1872,0.613,0.1466,1,1,1,1,1,0.141374588,0.360615999,0.526421189,1,1,1,1,1,0.261345446,0.335135281,0.009454189,1,1,1,1,1,0.383335263,0.439274788,0.409134848,0.409138989,0.409131206
-3294,1,0.5514,1,1,1,1,1,1,1,1,0.0229,0.5514,0.1055,1,0.3707,1,1,1,1,1,1,0.1511,0.3707,0.1423,1,0.613,1,1,1,0.0955,0.613,0.0877,1,1,1,1,1,0.097564973,0.683441222,0.32005778,1,1,1,1,1,0.164136648,0.670309246,0.019216232,1,1,1,1,1,0.245551184,0.7512604,0.47480667,0.474719695,0.474734043
-3295,1,0.5514,1,1,1,1,1,1,1,1,0,0.5514,0.2666,1,0.3707,1,1,1,1,1,1,0.047,0.3707,0.298,1,0.613,1,1,1,0.0241,0.613,0.2623,1,1,1,1,1,0.004198231,0.869528413,0.263391852,1,1,1,1,1,0.065210409,0.874850273,0.00921021,1,1,1,1,1,0.087150864,0.920036972,0.52978492,0.529722869,0.529698582
-3296,1,0.5514,1,1,1,1,1,1,1,1,0.0007,0.5514,0.4338,1,0.3707,1,1,1,1,1,1,0.0042,0.3707,0.4572,1,0.613,1,1,1,0.0422,0.613,0.4449,1,1,1,1,1,2.50E-05,0.929816723,0.371221334,1,1,1,1,1,0.010746675,0.941412747,0.052735087,1,1,1,1,1,0.044194568,0.962392449,0.553830353,0.553839645,0.554078014
-3297,1,0.5514,1,1,1,1,1,1,1,1,0.0112,0.5514,0.5573,1,0.3707,1,1,1,1,1,1,0,0.3707,0.5676,1,0.613,1,1,1,0.0559,0.613,0.5827,1,1,1,1,1,0.002703548,0.938479543,0.668846607,1,1,1,1,1,0,0.949462473,0.119132474,1,1,1,1,1,0.033226475,0.980229735,0.568934268,0.568859742,0.569148936
-3298,1,0.5514,1,1,1,1,1,1,1,1,0.0276,0.5514,0.6376,1,0.3707,1,1,1,1,1,1,0,0.3707,0.6456,1,0.613,1,1,1,0.0657,0.613,0.6836,1,1,1,1,1,0.005386798,0.936651886,0.808428049,1,1,1,1,1,0.00219582,0.952655673,0.206793994,1,1,1,1,1,0.087432586,0.984066606,0.580775737,0.580706579,0.580673759
-3299,1,0.5514,1,1,1,1,1,1,1,1,0.0675,0.5514,0.6613,1,0.3707,1,1,1,1,1,1,0.015,0.3707,0.6885,1,0.613,1,1,1,0.0718,0.613,0.7037,1,1,1,1,1,0.010703497,0.954806149,0.838380218,1,1,1,1,1,0.019319423,0.97664392,0.319396883,1,1,1,1,1,0.095960535,0.992706716,0.586152731,0.585995346,0.58643617
-3300,1,0.5514,1,1,1,1,1,1,1,1,0.0902,0.5514,0.6631,1,0.3707,1,1,1,1,1,1,0.0043,0.3707,0.6972,1,0.613,1,1,1,0.0889,0.613,0.7008,1,1,1,1,1,0.014889078,0.963112295,0.895021677,1,1,1,1,1,0.025556857,0.980869889,0.445671737,1,1,1,1,1,0.074711144,0.974922478,0.585488159,0.585572245,0.585549645
-3301,1,0.5514,1,1,1,1,1,1,1,1,0.0951,0.5514,0.6473,1,0.3707,1,1,1,1,1,1,0.0136,0.3707,0.6911,1,0.613,1,1,1,0.1202,0.613,0.6975,1,1,1,1,1,0.018558905,0.946237862,0.906076312,1,1,1,1,1,0.044097297,0.973162293,0.599924326,1,1,1,1,1,0.103845052,0.970584035,0.586756887,0.586629998,0.586879433
-3302,1,0.5514,1,1,1,1,1,1,1,1,0.0779,0.5514,0.5858,1,0.3707,1,1,1,1,1,1,0,0.3707,0.6217,1,0.613,1,1,1,0.1148,0.613,0.612,1,1,1,1,1,0.015517082,0.931970477,0.931997776,1,1,1,1,1,0.019441273,0.953900099,1,1,1,1,1,1,0.125683784,0.958291888,0.582286129,0.582398985,0.582446809
-3303,1,0.5514,1,1,1,1,1,1,1,1,0.0485,0.5514,0.4687,1,0.3707,1,1,1,1,1,1,0.0024,0.3707,0.516,1,0.613,1,1,1,0.1573,0.613,0.4828,1,1,1,1,1,0.015778925,0.899944305,0.877686739,1,1,1,1,1,0.018918645,0.937080145,0.873262644,1,1,1,1,1,0.1385355,0.935985327,0.577754954,0.57774487,0.578014184
-3304,1,0.5514,1,1,1,1,1,1,1,1,0.0844,0.5514,0.3282,1,0.3707,1,1,1,1,1,1,0.0361,0.3707,0.3821,1,0.613,1,1,1,0.1678,0.613,0.3169,1,1,1,1,1,0.024757832,0.861861289,0.771280408,1,1,1,1,1,0.068260528,0.90052408,0.646452904,1,1,1,1,1,0.123050824,0.892815113,0.573163364,0.573090755,0.57358156
-3305,1,0.5514,1,1,1,1,1,1,1,1,0.0629,0.5514,0.1581,1,0.3707,1,1,1,1,1,1,0.0347,0.3707,0.2116,1,0.613,1,1,1,0.1444,0.613,0.1243,1,1,1,1,1,0.026675887,0.736087918,0.581761241,1,1,1,1,1,0.051018298,0.780210614,0.662975967,1,1,1,1,1,0.118382782,0.753134668,0.564523925,0.564628729,0.564716312
-3306,1,0.5514,1,1,1,1,1,1,1,1,0.0408,0.5514,0.0825,1,0.3707,1,1,1,1,1,1,0.0345,0.3707,0.1134,1,0.613,1,1,1,0.1284,0.613,0.0769,1,1,1,1,1,0.046435311,0.478651375,0.523937345,1,1,1,1,1,0.034645855,0.520086169,0.695058465,1,1,1,1,1,0.127742559,0.483923346,0.551232479,0.551301037,0.55141844
-3307,1,0.5514,1,1,1,1,1,1,1,1,0.0643,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1196,0.3707,0,1,0.613,1,1,1,0.1439,0.613,0,1,1,1,1,1,0.1603764,0,0.543319702,1,1,1,1,1,0.152247488,0,0.568211555,1,1,1,1,1,0.161634073,0,0.543438859,0.543473662,0.543439716
-3308,1,0.5514,1,1,1,1,1,1,1,1,0.0877,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1439,0.3707,0,1,0.613,1,1,1,0.1312,0.613,0,1,1,1,1,1,0.218385875,0,0.492759556,1,1,1,1,1,0.218293548,0,0.455351889,1,1,1,1,1,0.147992939,0,0.557455292,0.557436006,0.557624113
-3309,1,0.5514,1,1,1,1,1,1,1,1,0.071,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1256,0.3707,0,1,0.613,1,1,1,0.0859,0.613,0,1,1,1,1,1,0.16995886,0,0.30072099,1,1,1,1,1,0.179964125,0,0.153332204,1,1,1,1,1,0.152187452,0,0.538666022,0.538819547,0.53856383
-3310,1,0.5514,1,1,1,1,1,1,1,1,0.0976,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1364,0.3707,0,1,0.613,1,1,1,0.1089,0.613,0,1,1,1,1,1,0.221550763,0,0.163857624,1,1,1,1,1,0.128234297,0,0.078734033,1,1,1,1,1,0.157003298,0,0.492387627,0.492489951,0.492464539
-3311,1,0.5514,1,1,1,1,1,1,1,1,0.1147,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1373,0.3707,0,1,0.613,1,1,1,0.0756,0.613,0,1,1,1,1,1,0.264279574,0,0.284560502,1,1,1,1,1,0.121118136,0,0.200340852,1,1,1,1,1,0.108366325,0,0.441940551,0.441929342,0.441932624
-3312,1,0.5514,1,1,1,1,1,1,1,1,0.1429,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1157,0.3707,0,1,0.613,1,1,1,0.0846,0.613,0,1,1,1,1,1,0.258774966,0,0.548570395,1,1,1,1,1,0.106435597,0,0.195518076,1,1,1,1,1,0.097431131,0,0.404301595,0.404273323,0.404255319
-3313,1,0.5514,1,1,1,1,1,1,1,1,0.1679,0.5514,0,1,0.3707,1,1,1,1,1,1,0.133,0.3707,0,1,0.613,1,1,1,0.1019,0.613,0,1,1,1,1,1,0.245906398,0,0.62077266,1,1,1,1,1,0.11730133,0,0.115007862,1,1,1,1,1,0.122141123,0,0.382551957,0.382695155,0.382535461
-3314,1,0.5514,1,1,1,1,1,1,1,1,0.1545,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0565,0.3707,0,1,0.613,1,1,1,0.1203,0.613,0,1,1,1,1,1,0.164964467,0,0.476395011,1,1,1,1,1,0.049984541,0,0.181832463,1,1,1,1,1,0.181396201,0,0.369683422,0.369790565,0.369680851
-3315,1,0.5514,1,1,1,1,1,1,1,1,0.1536,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0468,0.3707,0,1,0.613,1,1,1,0.0911,0.613,0,1,1,1,1,1,0.180951282,0,0.370214999,1,1,1,1,1,0.036841542,0,0.198409975,1,1,1,1,1,0.178949207,0,0.362856452,0.362809393,0.362588652
-3316,1,0.5514,1,1,1,1,1,1,1,1,0.1605,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2139,0.3707,0,1,0.613,1,1,1,0.115,0.613,0,1,1,1,1,1,0.285395235,0,0.451340824,1,1,1,1,1,0.204874769,0,0.303556055,1,1,1,1,1,0.236279622,0,0.365091832,0.36513645,0.364804965
-3317,1,0.5514,1,1,1,1,1,1,1,1,0.2039,0.5514,0.1377,1,0.3707,1,1,1,1,1,1,0.2172,0.3707,0.1525,1,0.613,1,1,1,0.1449,0.613,0.1194,1,1,1,1,1,0.35095045,0.330305189,0.631823361,1,1,1,1,1,0.235584319,0.287228405,0.623086214,1,1,1,1,1,0.283866525,0.381698757,0.369925085,0.369790565,0.369680851
-3318,1,0.5514,1,1,1,1,1,1,1,1,0.2019,0.5514,0.1,1,0.3707,1,1,1,1,1,1,0.1678,0.3707,0.1393,1,0.613,1,1,1,0.1088,0.613,0.0882,1,1,1,1,1,0.352946758,0.660345733,0.739519238,1,1,1,1,1,0.164728269,0.633852959,0.616050303,1,1,1,1,1,0.255655318,0.697619915,0.394937168,0.394965094,0.394946809
-3319,1,0.5514,1,1,1,1,1,1,1,1,0.0287,0.5514,0.2653,1,0.3707,1,1,1,1,1,1,0.0064,0.3707,0.2971,1,0.613,1,1,1,0.0414,0.613,0.2547,1,1,1,1,1,0.040977281,0.865051627,0.692431509,1,1,1,1,1,0.011887716,0.848638296,0.385252655,1,1,1,1,1,0.143915057,0.873927236,0.437046883,0.437063677,0.437056738
-3320,1,0.5514,1,1,1,1,1,1,1,1,0.0141,0.5514,0.4367,1,0.3707,1,1,1,1,1,1,0,0.3707,0.4571,1,0.613,1,1,1,0.0089,0.613,0.4268,1,1,1,1,1,0.002383661,0.928566575,0.883302927,1,1,1,1,1,0.000396202,0.925241113,0.510625184,1,1,1,1,1,0.012675122,0.924150527,0.480666989,0.480643114,0.480939716
-3321,1,0.5514,1,1,1,1,1,1,1,1,0.0199,0.5514,0.5673,1,0.3707,1,1,1,1,1,1,0,0.3707,0.5769,1,0.613,1,1,1,0.0058,0.613,0.5551,1,1,1,1,1,0.003343314,0.954118073,0.975346804,1,1,1,1,1,0.000793563,0.95378238,0.893317044,1,1,1,1,1,0.00759003,0.937558472,0.507854036,0.507721599,0.507978723
-3322,1,0.5514,1,1,1,1,1,1,1,1,0.0282,0.5514,0.6662,1,0.3707,1,1,1,1,1,1,0,0.3707,0.6647,1,0.613,1,1,1,0.0068,0.613,0.6454,1,1,1,1,1,0.006005508,0.965234756,0.960902035,1,1,1,1,1,0.000153573,0.962550044,0.988417029,1,1,1,1,1,0.008060955,0.950959086,0.521387144,0.521472393,0.521276596
-3323,1,0.5514,1,1,1,1,1,1,1,1,0.0407,0.5514,0.692,1,0.3707,1,1,1,1,1,1,0,0.3707,0.6898,1,0.613,1,1,1,0.0318,0.613,0.6747,1,1,1,1,1,0.007863272,0.967790604,0.995467544,1,1,1,1,1,0.00018126,0.966658115,0.988720953,1,1,1,1,1,0.014839862,0.958428621,0.527912035,0.527818913,0.527925532
-3324,1,0.5514,1,1,1,1,1,1,1,1,0.0712,0.5514,0.6929,1,0.3707,1,1,1,1,1,1,0.0185,0.3707,0.6909,1,0.613,1,1,1,0.0279,0.613,0.6696,1,1,1,1,1,0.014795394,0.970078588,1,1,1,1,1,1,0.014008564,0.968114495,1,1,1,1,1,1,0.029756261,0.959175587,0.527670372,0.527607362,0.52748227
-3325,1,0.5514,1,1,1,1,1,1,1,1,0.0587,0.5514,0.6872,1,0.3707,1,1,1,1,1,1,0.0092,0.3707,0.6833,1,0.613,1,1,1,0.0449,0.613,0.6704,1,1,1,1,1,0.011903366,0.960905552,1,1,1,1,1,1,0.007538644,0.960461199,1,1,1,1,1,1,0.075653836,0.947517574,0.524407927,0.524434102,0.524379433
-3326,1,0.5514,1,1,1,1,1,1,1,1,0.029,0.5514,0.6049,1,0.3707,1,1,1,1,1,1,0,0.3707,0.6168,1,0.613,1,1,1,0.0707,0.613,0.584,1,1,1,1,1,0.009491814,0.948564231,0.984170675,1,1,1,1,1,0.004281887,0.94788146,1,1,1,1,1,1,0.14265801,0.936015725,0.522837119,0.522741697,0.523049645
-3327,1,0.5514,1,1,1,1,1,1,1,1,0.0444,0.5514,0.4851,1,0.3707,1,1,1,1,1,1,0,0.3707,0.5115,1,0.613,1,1,1,0.0856,0.613,0.4584,1,1,1,1,1,0.017842192,0.92296201,0.951681018,1,1,1,1,1,0.007536219,0.920545936,1,1,1,1,1,1,0.171482772,0.914089322,0.525434993,0.525491855,0.525265957
-3328,1,0.5514,1,1,1,1,1,1,1,1,0.0793,0.5514,0.3326,1,0.3707,1,1,1,1,1,1,0,0.3707,0.3766,1,0.613,1,1,1,0.0923,0.613,0.3045,1,1,1,1,1,0.044394113,0.87883085,0.987411261,1,1,1,1,1,0.014940683,0.879461527,1,1,1,1,1,1,0.11574588,0.866925597,0.531295312,0.531415274,0.531471631
-3329,1,0.5514,1,1,1,1,1,1,1,1,0.066,0.5514,0.1486,1,0.3707,1,1,1,1,1,1,0,0.3707,0.2038,1,0.613,1,1,1,0.1054,0.613,0.1256,1,1,1,1,1,0.082443073,0.744639695,0.949362457,1,1,1,1,1,0.026657132,0.747790575,1,1,1,1,1,1,0.100281462,0.722593188,0.536491058,0.53649249,0.536347518
-3330,1,0.5514,1,1,1,1,1,1,1,1,0.0343,0.5514,0.0793,1,0.3707,1,1,1,1,1,1,0.0089,0.3707,0.1054,1,0.613,1,1,1,0.0703,0.613,0.0713,1,1,1,1,1,0.07597068,0.473824382,0.888160944,1,1,1,1,1,0.042327031,0.481009245,1,1,1,1,1,1,0.09891437,0.444333076,0.533470275,0.533530781,0.533687943
-3331,1,0.5514,1,1,1,1,1,1,1,1,0.04,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0797,0.3707,0,1,0.613,1,1,1,0.063,0.613,0,1,1,1,1,1,0.109526768,0,0.900860667,1,1,1,1,1,0.092191204,0,0.961711586,1,1,1,1,1,0.057265021,0,0.526643306,0.526761159,0.527039007
-3332,1,0.5514,1,1,1,1,1,1,1,1,0.0978,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0888,0.3707,0,1,0.613,1,1,1,0.0852,0.613,0,1,1,1,1,1,0.195917472,0,0.72653234,1,1,1,1,1,0.1163394,0,0.976503253,1,1,1,1,1,0.075536877,0,0.540115998,0.540088851,0.540336879
-3333,1,0.5514,1,1,1,1,1,1,1,1,0.1173,0.5514,0,1,0.3707,1,1,1,1,1,1,0.109,0.3707,0,1,0.613,1,1,1,0.0636,0.613,0,1,1,1,1,1,0.207315639,0,0.681088388,1,1,1,1,1,0.130774736,0,0.800349236,1,1,1,1,1,0.127048209,0,0.525495408,0.525703406,0.52570922
-3334,1,0.5514,1,1,1,1,1,1,1,1,0.1673,0.5514,0,1,0.3707,1,1,1,1,1,1,0.125,0.3707,0,1,0.613,1,1,1,0.0798,0.613,0,1,1,1,1,1,0.279689223,0,0.441781461,1,1,1,1,1,0.132415116,0,0.720396399,1,1,1,1,1,0.134851009,0,0.484533591,0.484662577,0.484929078
-3335,1,0.5514,1,1,1,1,1,1,1,1,0.175,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1653,0.3707,0,1,0.613,1,1,1,0.0896,0.613,0,1,1,1,1,1,0.255702168,0,0.276512682,1,1,1,1,1,0.165889889,0,0.379673332,1,1,1,1,1,0.112597421,0,0.43958434,0.439602285,0.439716312
-3336,1,0.5514,1,1,1,1,1,1,1,1,0.1041,0.5514,0,1,0.3707,1,1,1,1,1,1,0.2211,0.3707,0,1,0.613,1,1,1,0.0716,0.613,0,1,1,1,1,1,0.11862611,0,0.321078718,1,1,1,1,1,0.198724538,0,0.241783261,1,1,1,1,1,0.071710236,0,0.403757854,0.403850222,0.403812057
-3337,1,0.5514,1,1,1,1,1,1,1,1,0.0767,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1854,0.3707,0,1,0.613,1,1,1,0.0826,0.613,0,1,1,1,1,1,0.093986027,0,0.322926104,1,1,1,1,1,0.160915047,0,0.184785873,1,1,1,1,1,0.055874806,0,0.380618656,0.380579649,0.380762411
-3338,1,0.5514,1,1,1,1,1,1,1,1,0.07,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1004,0.3707,0,1,0.613,1,1,1,0.1151,0.613,0,1,1,1,1,1,0.071691886,0,0.320868522,1,1,1,1,1,0.093182772,0,0.095010214,1,1,1,1,1,0.111458793,0,0.365998067,0.365982653,0.366134752
-3339,1,0.5514,1,1,1,1,1,1,1,1,0.0793,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0967,0.3707,0,1,0.613,1,1,1,0.0794,0.613,0,1,1,1,1,1,0.069460228,0,0.228324622,1,1,1,1,1,0.108163744,0,0.11067906,1,1,1,1,1,0.090230018,0,0.359775254,0.359847684,0.359929078
-3340,1,0.5514,1,1,1,1,1,1,1,1,0.1126,0.5514,0,1,0.3707,1,1,1,1,1,1,0.121,0.3707,0,1,0.613,1,1,1,0.0494,0.613,0,1,1,1,1,1,0.118772462,0,0.257794082,1,1,1,1,1,0.140717164,0,0.277904481,1,1,1,1,1,0.067942247,0,0.359231513,0.359213032,0.359042553
-3341,1,0.5514,1,1,1,1,1,1,1,1,0.0528,0.5514,0.0891,1,0.3707,1,1,1,1,1,1,0.1,0.3707,0.1198,1,0.613,1,1,1,0.0315,0.613,0.107,1,1,1,1,1,0.084897079,0.229491577,0.320036352,1,1,1,1,1,0.101656556,0.245549634,0.474798977,1,1,1,1,1,0.052448735,0.339123338,0.358325278,0.358366829,0.358599291
-3342,1,0.5514,1,1,1,1,1,1,1,1,0.0119,0.5514,0.1098,1,0.3707,1,1,1,1,1,1,0.0196,0.3707,0.1413,1,0.613,1,1,1,0.0232,0.613,0.0935,1,1,1,1,1,0.042722549,0.548405409,0.258595139,1,1,1,1,1,0.014782799,0.604666829,0.26911518,1,1,1,1,1,0.039308719,0.652143002,0.373127115,0.373175376,0.37322695
-3343,1,0.5514,1,1,1,1,1,1,1,1,0.0015,0.5514,0.2557,1,0.3707,1,1,1,1,1,1,0,0.3707,0.2912,1,0.613,1,1,1,0.0029,0.613,0.2508,1,1,1,1,1,0.00274481,0.75610584,0.411817998,1,1,1,1,1,0.004695301,0.825528324,0.453221202,1,1,1,1,1,0.028975958,0.822459519,0.409436926,0.40956209,0.409131206
-3344,1,0.5514,1,1,1,1,1,1,1,1,0,0.5514,0.4128,1,0.3707,1,1,1,1,1,1,0,0.3707,0.4455,1,0.613,1,1,1,0,0.613,0.4181,1,1,1,1,1,8.69E-06,0.832305908,0.51788187,1,1,1,1,1,0.000139858,0.900188923,0.497169137,1,1,1,1,1,0.006713511,0.876686454,0.45378202,0.453776179,0.453900709
-3345,1,0.5514,1,1,1,1,1,1,1,1,0.0023,0.5514,0.5425,1,0.3707,1,1,1,1,1,1,0,0.3707,0.5601,1,0.613,1,1,1,0.0042,0.613,0.5448,1,1,1,1,1,0.000115816,0.888579905,0.793397307,1,1,1,1,1,0.000120263,0.931022406,0.380510986,1,1,1,1,1,0.016368194,0.912454367,0.488883519,0.48889359,0.48891844
-3346,1,0.5514,1,1,1,1,1,1,1,1,0.0084,0.5514,0.6428,1,0.3707,1,1,1,1,1,1,0.0011,0.3707,0.6446,1,0.613,1,1,1,0.0056,0.613,0.6383,1,1,1,1,1,0.001516738,0.926006436,0.823333442,1,1,1,1,1,0.004853536,0.945649147,0.355962843,1,1,1,1,1,0.009858617,0.927399457,0.510331078,0.510471758,0.510638298
-3347,1,0.5514,1,1,1,1,1,1,1,1,0.0196,0.5514,0.6633,1,0.3707,1,1,1,1,1,1,0.0072,0.3707,0.651,1,0.613,1,1,1,0.0153,0.613,0.6606,1,1,1,1,1,0.006290683,0.922699809,0.734544992,1,1,1,1,1,0.012105688,0.925068021,0.275247395,1,1,1,1,1,0.014868694,0.946684003,0.524589174,0.524645653,0.524822695
-3348,1,0.5514,1,1,1,1,1,1,1,1,0.0437,0.5514,0.6577,1,0.3707,1,1,1,1,1,1,0.0045,0.3707,0.6554,1,0.613,1,1,1,0.0207,0.613,0.6639,1,1,1,1,1,0.008391503,0.919001818,0.770020127,1,1,1,1,1,0.021916389,0.917264462,0.285455793,1,1,1,1,1,0.005844885,0.942216516,0.531839053,0.531838375,0.531914894
-3349,1,0.5514,1,1,1,1,1,1,1,1,0.0614,0.5514,0.6463,1,0.3707,1,1,1,1,1,1,0.0145,0.3707,0.6337,1,0.613,1,1,1,0.0404,0.613,0.6614,1,1,1,1,1,0.019128153,0.904807448,0.675402045,1,1,1,1,1,0.056694046,0.849667728,0.413697422,1,1,1,1,1,0.034150928,0.94396019,0.532866119,0.532896129,0.533244681
-3350,1,0.5514,1,1,1,1,1,1,1,1,0.0661,0.5514,0.5752,1,0.3707,1,1,1,1,1,1,0.0494,0.3707,0.5998,1,0.613,1,1,1,0.0736,0.613,0.5817,1,1,1,1,1,0.037536163,0.891396165,0.656724989,1,1,1,1,1,0.104389414,0.919224441,0.65567857,1,1,1,1,1,0.078711681,0.929053962,0.533893185,0.533742331,0.533687943
-3351,1,0.5514,1,1,1,1,1,1,1,1,0.0554,0.5514,0.462,1,0.3707,1,1,1,1,1,1,0.0998,0.3707,0.4987,1,0.613,1,1,1,0.1305,0.613,0.4613,1,1,1,1,1,0.05488687,0.816360295,0.675937235,1,1,1,1,1,0.138709277,0.89428407,0.720898151,1,1,1,1,1,0.168209344,0.908824682,0.537457709,0.537550243,0.537677305
-3352,1,0.5514,1,1,1,1,1,1,1,1,0.1265,0.5514,0.3197,1,0.3707,1,1,1,1,1,1,0.2045,0.3707,0.3604,1,0.613,1,1,1,0.1374,0.613,0.3025,1,1,1,1,1,0.143872663,0.769343197,0.721483469,1,1,1,1,1,0.236744493,0.863268435,0.94440949,1,1,1,1,1,0.17322731,0.861782968,0.544707588,0.544742966,0.544769504
-3353,1,0.5514,1,1,1,1,1,1,1,1,0.2572,0.5514,0.1594,1,0.3707,1,1,1,1,1,1,0.2549,0.3707,0.2071,1,0.613,1,1,1,0.2017,0.613,0.1196,1,1,1,1,1,0.375576705,0.654247463,0.666000962,1,1,1,1,1,0.283884495,0.701325357,1,1,1,1,1,1,0.284709185,0.72431922,0.551957467,0.551935689,0.552304965
-3354,1,0.5514,1,1,1,1,1,1,1,1,0.1745,0.5514,0.0775,1,0.3707,1,1,1,1,1,1,0.1063,0.3707,0.1021,1,0.613,1,1,1,0.2937,0.613,0.0714,1,1,1,1,1,0.349041879,0.332094699,0.629434943,1,1,1,1,1,0.138880089,0.438479483,1,1,1,1,1,1,0.38537097,0.448991001,0.551594973,0.551724138,0.551861702
-3355,1,0.5514,1,1,1,1,1,1,1,1,0.0515,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0925,0.3707,0,1,0.613,1,1,1,0.4006,0.613,0,1,1,1,1,1,0.135699853,0,0.533854485,1,1,1,1,1,0.105779231,0,0.456646383,1,1,1,1,1,0.662602305,0,0.548755437,0.548762429,0.548758865
-3356,1,0.5514,1,1,1,1,1,1,1,1,0.0884,0.5514,0,1,0.3707,1,1,1,1,1,1,0.164,0.3707,0,1,0.613,1,1,1,0.3453,0.613,0,1,1,1,1,1,0.210106716,0,0.417882621,1,1,1,1,1,0.19793424,0,0.195142686,1,1,1,1,1,0.572568119,0,0.566215563,0.566321134,0.566489362
-3357,1,0.5514,1,1,1,1,1,1,1,1,0.0834,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1734,0.3707,0,1,0.613,1,1,1,0.2815,0.613,0,1,1,1,1,1,0.223802015,0,0.235892922,1,1,1,1,1,0.242088288,0,0.061319903,1,1,1,1,1,0.506730497,0,0.541807637,0.541781257,0.542109929
-3358,1,0.5514,1,1,1,1,1,1,1,1,0.0397,0.5514,0,1,0.3707,1,1,1,1,1,1,0.068,0.3707,0,1,0.613,1,1,1,0.2354,0.613,0,1,1,1,1,1,0.097959287,0,0.112199739,1,1,1,1,1,0.10628818,0,0.096226186,1,1,1,1,1,0.455847859,0,0.487675205,0.487835837,0.487588652
-3359,1,0.5514,1,1,1,1,1,1,1,1,0.0418,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0462,0.3707,0,1,0.613,1,1,1,0.2537,0.613,0,1,1,1,1,1,0.090032458,0,0.11451894,1,1,1,1,1,0.089467056,0,0.197567552,1,1,1,1,1,0.510062575,0,0.436865636,0.436852126,0.436613475
-3360,1,0.5514,1,1,1,1,1,1,1,1,0.0188,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0433,0.3707,0,1,0.613,1,1,1,0.2387,0.613,0,1,1,1,1,1,0.032404255,0,0.232287914,1,1,1,1,1,0.098450139,0,0.328303933,1,1,1,1,1,0.508678675,0,0.400434993,0.400465411,0.40070922
-3361,1,0.5514,1,1,1,1,1,1,1,1,0.0273,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0393,0.3707,0,1,0.613,1,1,1,0.176,0.613,0,1,1,1,1,1,0.018663356,0,0.474641681,1,1,1,1,1,0.094680175,0,0.374372542,1,1,1,1,1,0.480622172,0,0.382733204,0.382695155,0.382978723
-3362,1,0.5514,1,1,1,1,1,1,1,1,0.025,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0503,0.3707,0,1,0.613,1,1,1,0.1612,0.613,0,1,1,1,1,1,0.020345494,0,0.486587405,1,1,1,1,1,0.122661315,0,0.304058135,1,1,1,1,1,0.473405421,0,0.373247946,0.373175376,0.37322695
-3363,1,0.5514,1,1,1,1,1,1,1,1,0.0174,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0877,0.3707,0,1,0.613,1,1,1,0.2159,0.613,0,1,1,1,1,1,0.012537468,0,0.412834704,1,1,1,1,1,0.163412169,0,0.27778089,1,1,1,1,1,0.575165391,0,0.370831319,0.370848318,0.371010638
-3364,1,0.5514,1,1,1,1,1,1,1,1,0.0135,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1511,0.3707,0,1,0.613,1,1,1,0.1998,0.613,0,1,1,1,1,1,0.019592196,0,0.45624572,1,1,1,1,1,0.214811489,0,0.378903925,1,1,1,1,1,0.506217659,0,0.380799903,0.380791199,0.380762411
-3365,1,0.5514,1,1,1,1,1,1,1,1,0.0212,0.5514,0.0591,1,0.3707,1,1,1,1,1,1,0.1205,0.3707,0.0238,1,0.613,1,1,1,0.1987,0.613,0.0987,1,1,1,1,1,0.044697292,0.21476087,0.556234479,1,1,1,1,1,0.162873954,0.030837342,0.480935633,1,1,1,1,1,0.438453466,0.384205341,0.411068149,0.411042945,0.411347518
-3366,1,0.5514,1,1,1,1,1,1,1,1,0.0062,0.5514,0.1027,1,0.3707,1,1,1,1,1,1,0.0343,0.3707,0.1141,1,0.613,1,1,1,0.1317,0.613,0.0973,1,1,1,1,1,0.018860187,0.467500418,0.554472446,1,1,1,1,1,0.05818538,0.272229254,0.300389558,1,1,1,1,1,0.313202709,0.693175793,0.478612856,0.478739158,0.478723404
-3367,1,0.5514,1,1,1,1,1,1,1,1,0.0036,0.5514,0.241,1,0.3707,1,1,1,1,1,1,0.0243,0.3707,0.2446,1,0.613,1,1,1,0.0879,0.613,0.2492,1,1,1,1,1,0.015690191,0.621259809,0.479643792,1,1,1,1,1,0.048915438,0.448439986,0.294777244,1,1,1,1,1,0.192170426,0.854083955,0.53842436,0.538607997,0.53856383
-3368,1,0.5514,1,1,1,1,1,1,1,1,0.0098,0.5514,0.3745,1,0.3707,1,1,1,1,1,1,0.0076,0.3707,0.3769,1,0.613,1,1,1,0.1093,0.613,0.4186,1,1,1,1,1,0.00859528,0.6801247,0.60849762,1,1,1,1,1,0.026313551,0.631764948,0.61832881,1,1,1,1,1,0.157319248,0.899240315,0.566517641,0.566744235,0.566489362
-3369,1,0.5514,1,1,1,1,1,1,1,1,0.0152,0.5514,0.4822,1,0.3707,1,1,1,1,1,1,0.0178,0.3707,0.4779,1,0.613,1,1,1,0.178,0.613,0.5598,1,1,1,1,1,0.012179825,0.728365362,0.825820446,1,1,1,1,1,0.030258968,0.662115276,0.738766789,1,1,1,1,1,0.271768957,0.906147599,0.585729821,0.585572245,0.585992908
-3370,1,0.5514,1,1,1,1,1,1,1,1,0.0231,0.5514,0.5138,1,0.3707,1,1,1,1,1,1,0.0056,0.3707,0.5184,1,0.613,1,1,1,0.2131,0.613,0.6575,1,1,1,1,1,0.024126835,0.750829935,0.883086324,1,1,1,1,1,0.016756123,0.697378576,0.534440279,1,1,1,1,1,0.318618208,0.923531115,0.601739971,0.601650095,0.601950355
-3371,1,0.5514,1,1,1,1,1,1,1,1,0.0421,0.5514,0.5102,1,0.3707,1,1,1,1,1,1,0.0104,0.3707,0.5128,1,0.613,1,1,1,0.1995,0.613,0.6646,1,1,1,1,1,0.051148638,0.74030757,0.859726787,1,1,1,1,1,0.025617065,0.704005361,0.335177779,1,1,1,1,1,0.323294044,0.946990728,0.610983567,0.610958325,0.611258865
-3372,1,0.5514,1,1,1,1,1,1,1,1,0.0301,0.5514,0.5122,1,0.3707,1,1,1,1,1,1,0.0127,0.3707,0.4976,1,0.613,1,1,1,0.3203,0.613,0.6599,1,1,1,1,1,0.043836564,0.741196334,0.890237689,1,1,1,1,1,0.029176883,0.669753611,0.327329874,1,1,1,1,1,0.316438019,0.941192985,0.613037699,0.613073831,0.613031915
-3373,1,0.5514,1,1,1,1,1,1,1,1,0.0571,0.5514,0.4765,1,0.3707,1,1,1,1,1,1,0.0453,0.3707,0.4525,1,0.613,1,1,1,0.2491,0.613,0.5995,1,1,1,1,1,0.094319448,0.705770373,0.878272176,1,1,1,1,1,0.058943141,0.641264975,0.494135916,1,1,1,1,1,0.284032196,0.937545717,0.617025133,0.617093294,0.617021277
-3374,1,0.5514,1,1,1,1,1,1,1,1,0.0984,0.5514,0.4441,1,0.3707,1,1,1,1,1,1,0.1252,0.3707,0.4297,1,0.613,1,1,1,0.2773,0.613,0.5228,1,1,1,1,1,0.174535036,0.625595927,0.972553074,1,1,1,1,1,0.148266926,0.578438401,0.646385908,1,1,1,1,1,0.315469295,0.91139704,0.613460609,0.613496933,0.61391844
-3375,1,0.5514,1,1,1,1,1,1,1,1,0.0647,0.5514,0.3548,1,0.3707,1,1,1,1,1,1,0.1434,0.3707,0.3421,1,0.613,1,1,1,0.312,0.613,0.4073,1,1,1,1,1,0.14226912,0.540901005,0.949373066,1,1,1,1,1,0.159067154,0.467799842,0.752951026,1,1,1,1,1,0.416694254,0.856595993,0.608385694,0.608419717,0.608599291
-3376,1,0.5514,1,1,1,1,1,1,1,1,0.07,0.5514,0.2592,1,0.3707,1,1,1,1,1,1,0.0673,0.3707,0.2427,1,0.613,1,1,1,0.3665,0.613,0.284,1,1,1,1,1,0.127324566,0.469379634,0.612847328,1,1,1,1,1,0.094152719,0.376240969,0.977200031,1,1,1,1,1,0.403455079,0.744654775,0.609594007,0.609689021,0.609929078
-3377,1,0.5514,1,1,1,1,1,1,1,1,0.0469,0.5514,0.1488,1,0.3707,1,1,1,1,1,1,0.011,0.3707,0.0953,1,0.613,1,1,1,0.3922,0.613,0.1307,1,1,1,1,1,0.105285503,0.313469648,0.358947873,1,1,1,1,1,0.036416724,0.142494857,0.755585909,1,1,1,1,1,0.545448244,0.573652446,0.610560657,0.610746774,0.610815603
-3378,1,0.5514,1,1,1,1,1,1,1,1,0.0534,0.5514,0.0308,1,0.3707,1,1,1,1,1,1,0.0771,0.3707,0.008,1,0.613,1,1,1,0.3092,0.613,0.0694,1,1,1,1,1,0.120313309,0.050172895,0.352206796,1,1,1,1,1,0.111198097,0.006438262,0.821861506,1,1,1,1,1,0.454013765,0.302949131,0.606573224,0.606727311,0.606826241
-3379,1,0.5514,1,1,1,1,1,1,1,1,0.0251,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0231,0.3707,0,1,0.613,1,1,1,0.3203,0.613,0,1,1,1,1,1,0.079361014,0,0.44682464,1,1,1,1,1,0.043114588,0,0.92577827,1,1,1,1,1,0.54517132,0,0.60439826,0.604400254,0.604609929
-3380,1,0.5514,1,1,1,1,1,1,1,1,0.0012,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0285,0.613,0,1,1,1,1,1,0.003914807,0,0.169097915,1,1,1,1,1,0.000672967,0,0.468118608,1,1,1,1,1,0.046172608,0,0.606391977,0.606515761,0.606382979
-3381,1,0.5514,1,1,1,1,1,1,1,1,0.0155,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0633,0.3707,0,1,0.613,1,1,1,0.1977,0.613,0,1,1,1,1,1,0.051246148,0,0.201334745,1,1,1,1,1,0.091751538,0,0.609149754,1,1,1,1,1,0.352664083,0,0.568692605,0.568648191,0.568705674
-3382,1,0.5514,1,1,1,1,1,1,1,1,0.0124,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0356,0.3707,0,1,0.613,1,1,1,0.1679,0.613,0,1,1,1,1,1,0.031818017,0,0.308196634,1,1,1,1,1,0.061373562,0,0.336467028,1,1,1,1,1,0.357987255,0,0.509001933,0.508990903,0.508865248
-3383,1,0.5514,1,1,1,1,1,1,1,1,0.0223,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0382,0.3707,0,1,0.613,1,1,1,0.1712,0.613,0,1,1,1,1,1,0.046516567,0,0.479343057,1,1,1,1,1,0.08504805,0,0.463663101,1,1,1,1,1,0.368685395,0,0.455473659,0.455468585,0.455673759
-3384,1,0.5514,1,1,1,1,1,1,1,1,0.0265,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0954,0.3707,0,1,0.613,1,1,1,0.0915,0.613,0,1,1,1,1,1,0.045596369,0,0.58565402,1,1,1,1,1,0.119016744,0,0.907091856,1,1,1,1,1,0.219137251,0,0.420190913,0.420139623,0.420212766
-3385,1,0.5514,1,1,1,1,1,1,1,1,0.0275,0.5514,0,1,0.3707,1,1,1,1,1,1,0.1033,0.3707,0,1,0.613,1,1,1,0.0573,0.613,0,1,1,1,1,1,0.025195394,0,0.550256371,1,1,1,1,1,0.131745502,0,0.760507107,1,1,1,1,1,0.151042804,0,0.400676655,0.400888513,0.40070922
-3386,1,0.5514,1,1,1,1,1,1,1,1,0.0321,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0657,0.3707,0,1,0.613,1,1,1,0.0685,0.613,0,1,1,1,1,1,0.042083509,0,0.697140753,1,1,1,1,1,0.106605083,0,0.988417029,1,1,1,1,1,0.183569506,0,0.391372644,0.391368733,0.391400709
-3387,1,0.5514,1,1,1,1,1,1,1,1,0.0444,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0344,0.3707,0,1,0.613,1,1,1,0.0705,0.613,0,1,1,1,1,1,0.057416212,0,0.91112411,1,1,1,1,1,0.084847741,0,1,1,1,1,1,1,0.166466892,0,0.387626873,0.387772371,0.38785461
-3388,1,0.5514,1,1,1,1,1,1,1,1,0.0422,0.5514,0,1,0.3707,1,1,1,1,1,1,0.039,0.3707,0,1,0.613,1,1,1,0.0549,0.613,0,1,1,1,1,1,0.060361288,0,0.822330952,1,1,1,1,1,0.080816559,0,1,1,1,1,1,1,0.133710504,0,0.397897535,0.397715253,0.398049645
-3389,1,0.5514,1,1,1,1,1,1,1,1,0.0672,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0454,0.3707,0,1,0.613,1,1,1,0.0379,0.613,0.0001,1,1,1,1,1,0.060055081,2.11E-06,0.832012653,1,1,1,1,1,0.077629685,0,1,1,1,1,1,1,0.128994405,0,0.431367811,0.431351809,0.431294326
-3390,1,0.5514,1,1,1,1,1,1,1,1,0.0281,0.5514,0.0582,1,0.3707,1,1,1,1,1,1,0.0181,0.3707,0.0345,1,0.613,1,1,1,0.0182,0.613,0.0416,1,1,1,1,1,0.015455631,0.092209093,0.903179765,1,1,1,1,1,0.036286332,0.016092965,0.600396097,1,1,1,1,1,0.086611293,0.051264685,0.500181247,0.500317326,0.5
-3391,1,0.5514,1,1,1,1,1,1,1,1,0.033,0.5514,0.1711,1,0.3707,1,1,1,1,1,1,0.0518,0.3707,0.1701,1,0.613,1,1,1,0.0211,0.613,0.1503,1,1,1,1,1,0.013392327,0.342335284,1,1,1,1,1,1,0.076187663,0.179367796,0.649539292,1,1,1,1,1,0.071200699,0.223262832,0.556911551,0.556801354,0.556737589
-3392,1,0.5514,1,1,1,1,1,1,1,1,0.0456,0.5514,0.2655,1,0.3707,1,1,1,1,1,1,0.0703,0.3707,0.3071,1,0.613,1,1,1,0.0304,0.613,0.2814,1,1,1,1,1,0.014397321,0.446133941,0.765540302,1,1,1,1,1,0.096801616,0.369359493,0.511719704,1,1,1,1,1,0.061541282,0.373032242,0.580413243,0.580495029,0.580230496
-3393,1,0.5514,1,1,1,1,1,1,1,1,0.0629,0.5514,0.3221,1,0.3707,1,1,1,1,1,1,0.0511,0.3707,0.3757,1,0.613,1,1,1,0.0116,0.613,0.3433,1,1,1,1,1,0.017329443,0.496446401,0.710533261,1,1,1,1,1,0.075093001,0.5014956,0.745805264,1,1,1,1,1,0.044841167,0.502474308,0.596362977,0.596361329,0.596631206
-3394,1,0.5514,1,1,1,1,1,1,1,1,0.0806,0.5514,0.3596,1,0.3707,1,1,1,1,1,1,0.0327,0.3707,0.4154,1,0.613,1,1,1,0.0137,0.613,0.4398,1,1,1,1,1,0.026772618,0.542304456,0.652241707,1,1,1,1,1,0.065028071,0.555862904,0.759071231,1,1,1,1,1,0.027643921,0.609902501,0.611587724,0.611804527,0.611702128
-3395,1,0.5514,1,1,1,1,1,1,1,1,0.0876,0.5514,0.3832,1,0.3707,1,1,1,1,1,1,0.0207,0.3707,0.4546,1,0.613,1,1,1,0.0196,0.613,0.4441,1,1,1,1,1,0.046777397,0.579957604,0.414398372,1,1,1,1,1,0.039323844,0.607539773,0.511166513,1,1,1,1,1,0.042391568,0.654446185,0.61859594,0.618574149,0.618794326
-3396,1,0.5514,1,1,1,1,1,1,1,1,0.0863,0.5514,0.3572,1,0.3707,1,1,1,1,1,1,0.0645,0.3707,0.4483,1,0.613,1,1,1,0.0237,0.613,0.4433,1,1,1,1,1,0.074066937,0.552254498,0.29224211,1,1,1,1,1,0.072157487,0.632128835,0.490141153,1,1,1,1,1,0.094150357,0.613041997,0.61817303,0.618151047,0.618351064
-3397,1,0.5514,1,1,1,1,1,1,1,1,0.0513,0.5514,0.3095,1,0.3707,1,1,1,1,1,1,0.0207,0.3707,0.4287,1,0.613,1,1,1,0.025,0.613,0.4394,1,1,1,1,1,0.026266038,0.529401124,0.188791931,1,1,1,1,1,0.027472405,0.627588391,0.141000271,1,1,1,1,1,0.10232535,0.598980665,0.618656356,0.618574149,0.618794326
-3398,1,0.5514,1,1,1,1,1,1,1,1,0.0567,0.5514,0.3088,1,0.3707,1,1,1,1,1,1,0.0234,0.3707,0.4109,1,0.613,1,1,1,0.025,0.613,0.4239,1,1,1,1,1,0.02594927,0.512982011,0.064985029,1,1,1,1,1,0.030283216,0.605727613,0.022648171,1,1,1,1,1,0.066922933,0.559335232,0.613883519,0.613920034,0.61391844
-3399,1,0.5514,1,1,1,1,1,1,1,1,0.1047,0.5514,0.269,1,0.3707,1,1,1,1,1,1,0.0505,0.3707,0.3592,1,0.613,1,1,1,0.0228,0.613,0.3583,1,1,1,1,1,0.073583394,0.444422722,0.0548568,1,1,1,1,1,0.056381717,0.54158318,0.019172251,1,1,1,1,1,0.064755879,0.432804912,0.609896085,0.609900571,0.609929078
-3400,1,0.5514,1,1,1,1,1,1,1,1,0.1525,0.5514,0.1935,1,0.3707,1,1,1,1,1,1,0.0695,0.3707,0.2883,1,0.613,1,1,1,0.0201,0.613,0.2511,1,1,1,1,1,0.115161449,0.389917761,0.075900018,1,1,1,1,1,0.090992734,0.498489559,0.093690574,1,1,1,1,1,0.047856733,0.267252564,0.610137748,0.610112122,0.61037234
-3401,1,0.5514,1,1,1,1,1,1,1,1,0.0894,0.5514,0.0948,1,0.3707,1,1,1,1,1,1,0,0.3707,0.1673,1,0.613,1,1,1,0.0141,0.613,0.1269,1,1,1,1,1,0.042162728,0.267805129,0.057955481,1,1,1,1,1,0.007668747,0.413642734,0.058832206,1,1,1,1,1,0.055613246,0.153902963,0.611768971,0.611804527,0.611702128
-3402,1,0.5514,1,1,1,1,1,1,1,1,0.0682,0.5514,0.0166,1,0.3707,1,1,1,1,1,1,0.0042,0.3707,0.0446,1,0.613,1,1,1,0.024,0.613,0.0231,1,1,1,1,1,0.044858988,0.074997343,0.102597862,1,1,1,1,1,0.015227236,0.130882844,0.08040262,1,1,1,1,1,0.062356927,0.020978229,0.605244079,0.605246457,0.605496454
-3403,1,0.5514,1,1,1,1,1,1,1,1,0.0263,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0678,0.613,0,1,1,1,1,1,0.026421783,0,0.135259569,1,1,1,1,1,0.011742698,0,0.10818848,1,1,1,1,1,0.139692843,0,0.600954567,0.600803893,0.60106383
-3404,1,0.5514,1,1,1,1,1,1,1,1,0.0107,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0028,0.3707,0,1,0.613,1,1,1,0.0809,0.613,0,1,1,1,1,1,0.018720144,0,0.034149025,1,1,1,1,1,0.007857889,0,0.085490838,1,1,1,1,1,0.127801687,0,0.604035766,0.603977153,0.604166667
-3405,1,0.5514,1,1,1,1,1,1,1,1,0.0007,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0134,0.3707,0,1,0.613,1,1,1,0.0837,0.613,0,1,1,1,1,1,0.002332808,0,0.005964304,1,1,1,1,1,0.013225574,0,0.03157749,1,1,1,1,1,0.184325129,0,0.571230063,0.571186799,0.571365248
-3406,1,0.5514,1,1,1,1,1,1,1,1,0.0024,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0208,0.3707,0,1,0.613,1,1,1,0.0786,0.613,0,1,1,1,1,1,0.002287351,0,0.01069922,1,1,1,1,1,0.027057718,0,0,1,1,1,1,1,0.14715679,0,0.514801837,0.514702771,0.51462766
-3407,1,0.5514,1,1,1,1,1,1,1,1,0.0115,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0348,0.613,0,1,1,1,1,1,0.002761744,0,0.023969738,1,1,1,1,1,0.004585529,0,0,1,1,1,1,1,0.058564458,0,0.46060899,0.460757351,0.460549645
-3408,1,0.5514,1,1,1,1,1,1,1,1,0.0016,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0134,0.613,0,1,1,1,1,1,0.000267,0,0.03413748,1,1,1,1,1,3.56E-05,0,0,1,1,1,1,1,0.035135176,0,0.421761721,0.421832029,0.421985816
-3409,1,0.5514,1,1,1,1,1,1,1,1,0.0039,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0051,0.613,0,1,1,1,1,1,0.000620019,0,0.056755748,1,1,1,1,1,4.22E-05,0,0.027182985,1,1,1,1,1,0.03933154,0,0.402670372,0.402792469,0.402925532
-3410,1,0.5514,1,1,1,1,1,1,1,1,0.0063,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0105,0.613,0,1,1,1,1,1,0.001312308,0,0.070242018,1,1,1,1,1,0.000361656,0,0.066073306,1,1,1,1,1,0.056017403,0,0.392580957,0.392638037,0.392287234
-3411,1,0.5514,1,1,1,1,1,1,1,1,0.0041,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0157,0.613,0,1,1,1,1,1,0.001168721,0,0.095359817,1,1,1,1,1,0.002878586,0,0.085587963,1,1,1,1,1,0.060454115,0,0.389137264,0.389041675,0.389184397
-3412,1,0.5514,1,1,1,1,1,1,1,1,0.0088,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0234,0.613,0,1,1,1,1,1,0.002275184,0,0.223710924,1,1,1,1,1,3.56E-05,0,0.12716572,1,1,1,1,1,0.060545694,0,0.399407927,0.399407658,0.399379433
-3413,1,0.5514,1,1,1,1,1,1,1,1,0.01,0.5514,0.0234,1,0.3707,1,1,1,1,1,1,0.0021,0.3707,0.0156,1,0.613,1,1,1,0.0221,0.613,0.0029,1,1,1,1,1,0.004299578,0.06631434,0.195455939,1,1,1,1,1,0.002843483,0.007819951,0.088839531,1,1,1,1,1,0.066447861,0.154078513,0.430099082,0.430082505,0.430407801
-3414,1,0.5514,1,1,1,1,1,1,1,1,0.0036,0.5514,0.0965,1,0.3707,1,1,1,1,1,1,0,0.3707,0.12,1,0.613,1,1,1,0.0325,0.613,0.0995,1,1,1,1,1,0.00300922,0.400322855,0.157073215,1,1,1,1,1,0.002365553,0.406461388,0.036778014,1,1,1,1,1,0.073078886,0.413618892,0.500302078,0.500317326,0.5
-3415,1,0.5514,1,1,1,1,1,1,1,1,0.0024,0.5514,0.1994,1,0.3707,1,1,1,1,1,1,0,0.3707,0.239,1,0.613,1,1,1,0.0308,0.613,0.1984,1,1,1,1,1,0.001247703,0.787533939,0.108073339,1,1,1,1,1,0,0.776742518,0,1,1,1,1,1,0.084373556,0.819456398,0.559630256,0.559763063,0.559840426
-3416,1,0.5514,1,1,1,1,1,1,1,1,0.0028,0.5514,0.3784,1,0.3707,1,1,1,1,1,1,0,0.3707,0.3948,1,0.613,1,1,1,0.0406,0.613,0.3865,1,1,1,1,1,0.000652556,0.677225947,0.088226721,1,1,1,1,1,0,0.661551237,0,1,1,1,1,1,0.054242305,0.731225431,0.587300628,0.587476201,0.587322695
-3417,1,0.5514,1,1,1,1,1,1,1,1,0.0012,0.5514,0.4894,1,0.3707,1,1,1,1,1,1,0,0.3707,0.4799,1,0.613,1,1,1,0.0568,0.613,0.5001,1,1,1,1,1,0.000220229,0.744704068,0.064890765,1,1,1,1,1,0,0.708013833,0,1,1,1,1,1,0.056013212,0.791965008,0.605666989,0.605669558,0.605496454
-3418,1,0.5514,1,1,1,1,1,1,1,1,0.0006,0.5514,0.5499,1,0.3707,1,1,1,1,1,1,0,0.3707,0.5376,1,0.613,1,1,1,0.061,0.613,0.5543,1,1,1,1,1,0.000179856,0.768761933,0.040240157,1,1,1,1,1,5.21E-06,0.739349067,0,1,1,1,1,1,0.045100331,0.763883471,0.622160464,0.62217051,0.622340426
-3419,1,0.5514,1,1,1,1,1,1,1,1,0.0001,0.5514,0.5594,1,0.3707,1,1,1,1,1,1,0,0.3707,0.5505,1,0.613,1,1,1,0.0636,0.613,0.5724,1,1,1,1,1,1.03E-05,0.783911169,0.021449119,1,1,1,1,1,9.27E-06,0.728149354,0,1,1,1,1,1,0.048345938,0.74111861,0.632914451,0.632959594,0.632978723
-3420,1,0.5514,1,1,1,1,1,1,1,1,0.0007,0.5514,0.5474,1,0.3707,1,1,1,1,1,1,0,0.3707,0.5396,1,0.613,1,1,1,0.0778,0.613,0.5737,1,1,1,1,1,0.001904674,0.754557967,0.005830184,1,1,1,1,1,0.001597267,0.729690909,0,1,1,1,1,1,0.058159005,0.742696583,0.638170614,0.63824836,0.638297872
-3421,1,0.5514,1,1,1,1,1,1,1,1,0.0119,0.5514,0.5285,1,0.3707,1,1,1,1,1,1,0,0.3707,0.5043,1,0.613,1,1,1,0.0988,0.613,0.5739,1,1,1,1,1,0.007492599,0.724374592,0.004489713,1,1,1,1,1,0.010473478,0.68455416,0.015928797,1,1,1,1,1,0.076563276,0.762102842,0.645118415,0.645017982,0.645390071
-3422,1,0.5514,1,1,1,1,1,1,1,1,0.017,0.5514,0.491,1,0.3707,1,1,1,1,1,1,0.0019,0.3707,0.4487,1,0.613,1,1,1,0.0868,0.613,0.5618,1,1,1,1,1,0.014735066,0.713644087,0.001294925,1,1,1,1,1,0.020237166,0.638029337,0.014923822,1,1,1,1,1,0.103327386,0.735951662,0.644333011,0.64438333,0.644503546
-3423,1,0.5514,1,1,1,1,1,1,1,1,0.0232,0.5514,0.4144,1,0.3707,1,1,1,1,1,1,0.0047,0.3707,0.4276,1,0.613,1,1,1,0.058,0.613,0.45,1,1,1,1,1,0.015700631,0.680871487,0.004066769,1,1,1,1,1,0.025879256,0.65657562,0.032557856,1,1,1,1,1,0.059895158,0.741880417,0.639862252,0.639729215,0.640070922
-3424,1,0.5514,1,1,1,1,1,1,1,1,0.006,0.5514,0.2826,1,0.3707,1,1,1,1,1,1,0,0.3707,0.3154,1,0.613,1,1,1,0.0799,0.613,0.303,1,1,1,1,1,0.005734195,0.562735379,0.000976318,1,1,1,1,1,0.006302195,0.586698294,0,1,1,1,1,1,0.0491587,0.695370138,0.640768487,0.640786968,0.640957447
-3425,1,0.5514,1,1,1,1,1,1,1,1,0.0114,0.5514,0.1494,1,0.3707,1,1,1,1,1,1,0,0.3707,0.1903,1,0.613,1,1,1,0.0649,0.613,0.1306,1,1,1,1,1,0.014844269,0.550969899,0.000156156,1,1,1,1,1,0.007802607,0.370952308,0,1,1,1,1,1,0.033939362,0.566615105,0.639499758,0.639517664,0.63962766
-3426,1,0.5514,1,1,1,1,1,1,1,1,0.027,0.5514,0.0658,1,0.3707,1,1,1,1,1,1,0,0.3707,0.0565,1,0.613,1,1,1,0.1214,0.613,0.0719,1,1,1,1,1,0.023386423,0.314637542,0.002531895,1,1,1,1,1,0.003415106,0.230748251,0,1,1,1,1,1,0.097557858,0.322521001,0.630074915,0.629997884,0.630319149
-3427,1,0.5514,1,1,1,1,1,1,1,1,0.0427,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0855,0.613,0,1,1,1,1,1,0.021582315,0,0.0015306,1,1,1,1,1,0.01525211,0,0,1,1,1,1,1,0.132356375,0,0.622764621,0.622593611,0.622783688
-3428,1,0.5514,1,1,1,1,1,1,1,1,0.0573,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0463,0.3707,0,1,0.613,1,1,1,0.1347,0.613,0,1,1,1,1,1,0.080011405,0,0.014103653,1,1,1,1,1,0.055296846,0,0,1,1,1,1,1,0.315653592,0,0.633518608,0.633594246,0.633421986
-3429,1,0.5514,1,1,1,1,1,1,1,1,0.0453,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0518,0.3707,0,1,0.613,1,1,1,0.1212,0.613,0,1,1,1,1,1,0.082346343,0,0.03186401,1,1,1,1,1,0.058920253,0,0.01448351,1,1,1,1,1,0.303479105,0,0.606996133,0.606938862,0.607269504
-3430,1,0.5514,1,1,1,1,1,1,1,1,0.0339,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0408,0.3707,0,1,0.613,1,1,1,0.0788,0.613,0,1,1,1,1,1,0.051965147,0,0.045722023,1,1,1,1,1,0.053545997,0,0.057021469,1,1,1,1,1,0.218411222,0,0.544103432,0.544108314,0.544326241
-3431,1,0.5514,1,1,1,1,1,1,1,1,0.0703,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0215,0.3707,0,1,0.613,1,1,1,0.0715,0.613,0,1,1,1,1,1,0.087467246,0,0.008336272,1,1,1,1,1,0.030728551,0,0.089755237,1,1,1,1,1,0.189382553,0,0.482962784,0.482970171,0.483156028
-3432,1,0.5514,1,1,1,1,1,1,1,1,0.073,0.5514,0,1,0.3707,1,1,1,1,1,1,0.0049,0.3707,0,1,0.613,1,1,1,0.036,0.613,0,1,1,1,1,1,0.066103749,0,0.002266695,1,1,1,1,1,0.005596309,0,0.023637958,1,1,1,1,1,0.117511019,0,0.4409739,0.440871589,0.440602837
-3433,1,0.5514,1,1,1,1,1,1,1,1,0.1021,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0276,0.613,0,1,1,1,1,1,0.083101273,0,0.002451736,1,1,1,1,1,5.52E-05,0,0,1,1,1,1,1,0.103216507,0,0.415659739,0.415697059,0.415780142
-3434,1,0.5514,1,1,1,1,1,1,1,1,0.0364,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.023,0.613,0,1,1,1,1,1,0.027998246,0,0.00754009,1,1,1,1,1,0.00461325,0,0.073571995,1,1,1,1,1,0.110934719,0,0.40158289,0.401523165,0.401595745
-3435,1,0.5514,1,1,1,1,1,1,1,1,0.0013,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0675,0.613,0,1,1,1,1,1,0.000799814,0,0.000184543,1,1,1,1,1,0.000323112,0,0.168209687,1,1,1,1,1,0.207377553,0,0.395782987,0.395811297,0.395833333
-3436,1,0.5514,1,1,1,1,1,1,1,1,0.0116,0.5514,0,1,0.3707,1,1,1,1,1,1,0,0.3707,0,1,0.613,1,1,1,0.0288,0.613,0,1,1,1,1,1,0.003262347,0,0.017448017,1,1,1,1,1,0.001135918,0,0.279242396,1,1,1,1,1,0.098779067,0,0.404301595,0.404273323,0.404255319
-3437,1,0.5514,1,1,1,1,1,1,1,1,0.0087,0.5514,0.0298,1,0.3707,1,1,1,1,1,1,0,0.3707,0.0078,1,0.613,1,1,1,0.0268,0.613,0.0703,1,1,1,1,1,0.009466476,0.083634451,0.090852886,1,1,1,1,1,0.004652179,0.001557372,0.36012122,1,1,1,1,1,0.082035147,0.14480865,0.434871919,0.434736619,0.434840426
-3438,1,0.5514,1,1,1,1,1,1,1,1,0.0223,0.5514,0.1007,1,0.3707,1,1,1,1,1,1,0.0039,0.3707,0.1126,1,0.613,1,1,1,0.0508,0.613,0.1069,1,1,1,1,1,0.028017439,0.400053144,0.190497562,1,1,1,1,1,0.012464007,0.296034843,0.693024158,1,1,1,1,1,0.134297073,0.42994681,0.506887385,0.506875397,0.507092199
-3439,1,0.5514,1,1,1,1,1,1,1,1,0.0068,0.5514,0.2348,1,0.3707,1,1,1,1,1,1,0.0178,0.3707,0.2539,1,0.613,1,1,1,0.0665,0.613,0.2514,1,1,1,1,1,0.014299627,0.587608814,0.131103426,1,1,1,1,1,0.027023166,0.504684806,0.470253944,1,1,1,1,1,0.168334246,0.607358396,0.567967617,0.567801989,0.567819149
-3440,1,0.5508,1,1,1,1,1,1,1,1,0.014,0.5508,0.3877,1,0.3705,1,1,1,1,1,1,0,0.3705,0.3807,1,0.613,1,1,1,0.0447,0.613,0.3793,1,1,1,1,1,0.01547463,0.705734313,0.17860955,1,1,1,1,1,0.014582946,0.649468541,0.810101867,1,1,1,1,1,0.157643259,0.682978272,0.598235863,0.598265285,0.598404255
-3441,1,0.5503,1,1,1,1,1,1,1,1,0.0169,0.5503,0.4973,1,0.3704,1,1,1,1,1,1,0.0078,0.3704,0.4984,1,0.613,1,1,1,0.083,0.613,0.4944,1,1,1,1,1,0.011340565,0.779313207,0.144254446,1,1,1,1,1,0.020098079,0.733565152,0.794440329,1,1,1,1,1,0.159563154,0.733393073,0.620770904,0.620689655,0.621010638
-3442,1,0.5498,1,1,1,1,1,1,1,1,0.0299,0.5498,0.5721,1,0.3702,1,1,1,1,1,1,0.0396,0.3702,0.5364,1,0.613,1,1,1,0.1003,0.613,0.5532,1,1,1,1,1,0.022809681,0.780468941,0.122383058,1,1,1,1,1,0.050471917,0.748351753,0.538054764,1,1,1,1,1,0.18744342,0.757321358,0.639378927,0.639517664,0.639184397
-3443,1,0.5493,1,1,1,1,1,1,1,1,0.0338,0.5493,0.5828,1,0.3701,1,1,1,1,1,1,0.0648,0.3701,0.5507,1,0.613,1,1,1,0.1123,0.613,0.558,1,1,1,1,1,0.032735813,0.770803392,0.097772233,1,1,1,1,1,0.084127486,0.763103068,0.406183243,1,1,1,1,1,0.18306604,0.792571008,0.650253746,0.650306748,0.650265957
-3444,1,0.5488,1,1,1,1,1,1,1,1,0.0458,0.5488,0.5848,1,0.3699,1,1,1,1,1,1,0.1653,0.3699,0.5586,1,0.613,1,1,1,0.2082,0.613,0.5575,1,1,1,1,1,0.060192451,0.772764862,0.090960808,1,1,1,1,1,0.187437415,0.750354409,0.235186666,1,1,1,1,1,0.306867778,0.797318697,0.653576607,0.653691559,0.653812057
-3445,1,0.5483,1,1,1,1,1,1,1,1,0.0988,0.5483,0.5786,1,0.3697,1,1,1,1,1,1,0.1468,0.3697,0.5368,1,0.613,1,1,1,0.2898,0.613,0.567,1,1,1,1,1,0.063807517,0.763955235,0.079440206,1,1,1,1,1,0.181904525,0.731600523,0.146332726,1,1,1,1,1,0.458615869,0.807575464,0.656355727,0.656441718,0.656471631
-3446,1,0.5478,1,1,1,1,1,1,1,1,0.169,0.5478,0.5307,1,0.3696,1,1,1,1,1,1,0.2313,0.3696,0.5046,1,0.613,1,1,1,0.3854,0.613,0.514,1,1,1,1,1,0.147838518,0.751835048,0.096445128,1,1,1,1,1,0.274663091,0.708454967,0.080829844,1,1,1,1,1,0.542868078,0.814196467,0.654603673,0.654749312,0.654698582
-3447,1,0.5473,1,1,1,1,1,1,1,1,0.226,0.5473,0.4368,1,0.3694,1,1,1,1,1,1,0.2022,0.3694,0.4322,1,0.613,1,1,1,0.4232,0.613,0.4208,1,1,1,1,1,0.227536231,0.712680936,0.131005615,1,1,1,1,1,0.236663163,0.653109789,0.101551831,1,1,1,1,1,0.607588112,0.795339048,0.648682939,0.648614343,0.64893617
-3448,1,0.5468,1,1,1,1,1,1,1,1,0.1551,0.5468,0.3052,1,0.3693,1,1,1,1,1,1,0.1265,0.3693,0.2895,1,0.613,1,1,1,0.3143,0.613,0.2958,1,1,1,1,1,0.154646173,0.610535383,0.118572623,1,1,1,1,1,0.133681923,0.511365533,0.108006284,1,1,1,1,1,0.481347799,0.774178445,0.645722571,0.645864184,0.645833333
-3449,1,0.5463,1,1,1,1,1,1,1,1,0.1455,0.5463,0.1539,1,0.3691,1,1,1,1,1,1,0.1572,0.3691,0.139,1,0.613,1,1,1,0.3409,0.613,0.1337,1,1,1,1,1,0.143451914,0.43259266,0.176172718,1,1,1,1,1,0.181797266,0.35239771,0.169848442,1,1,1,1,1,0.485537499,0.624308825,0.636478975,0.636555955,0.636968085
-3450,1,0.5458,1,1,1,1,1,1,1,1,0.0996,0.5458,0.0575,1,0.3689,1,1,1,1,1,1,0.0682,0.3689,0.0344,1,0.613,1,1,1,0.2982,0.613,0.0658,1,1,1,1,1,0.109594755,0.190924168,0.098642766,1,1,1,1,1,0.079629242,0.071969092,0.12886858,1,1,1,1,1,0.483139217,0.332194388,0.623066699,0.623016713,0.62322695
-3451,1,0.5453,1,1,1,1,1,1,1,1,0.0929,0.5453,0,1,0.3688,1,1,1,1,1,1,0.0433,0.3688,0,1,0.613,1,1,1,0.338,0.613,0,1,1,1,1,1,0.115438215,0,0.149727851,1,1,1,1,1,0.066774122,0,0.279161811,1,1,1,1,1,0.560994804,0,0.616058482,0.616035541,0.616134752
-3452,1,0.5448,1,1,1,1,1,1,1,1,0.0889,0.5448,0,1,0.3686,1,1,1,1,1,1,0.0359,0.3686,0,1,0.613,1,1,1,0.4159,0.613,0,1,1,1,1,1,0.104698867,0,0.129299656,1,1,1,1,1,0.049539119,0,0.354586929,1,1,1,1,1,0.596070349,0,0.62681247,0.626824624,0.62677305
-3453,1,0.5443,1,1,1,1,1,1,1,1,0.1079,0.5443,0,1,0.3685,1,1,1,1,1,1,0.0811,0.3685,0,1,0.613,1,1,1,0.3756,0.613,0,1,1,1,1,1,0.192899168,0,0.12716344,1,1,1,1,1,0.101408817,0,0.241489008,1,1,1,1,1,0.548299432,0,0.600652489,0.600803893,0.60106383
-3454,1,0.5438,1,1,1,1,1,1,1,1,0.0714,0.5438,0,1,0.3683,1,1,1,1,1,1,0.0203,0.3683,0,1,0.613,1,1,1,0.3309,0.613,0,1,1,1,1,1,0.09371981,0,0.217031419,1,1,1,1,1,0.03365114,0,0.192921996,1,1,1,1,1,0.486032307,0,0.538303528,0.538396446,0.538120567
-3455,1,0.5433,1,1,1,1,1,1,1,1,0.032,0.5433,0,1,0.3682,1,1,1,1,1,1,0.032,0.3682,0,1,0.613,1,1,1,0.232,0.613,0,1,1,1,1,1,0.068723232,0,0.286517292,1,1,1,1,1,0.053391904,0,0.241089284,1,1,1,1,1,0.302335143,0,0.476981634,0.476835202,0.476950355
-3456,1,0.5428,1,1,1,1,1,1,1,1,0.0554,0.5428,0,1,0.368,1,1,1,1,1,1,0.0509,0.368,0,1,0.613,1,1,1,0.2436,0.613,0,1,1,1,1,1,0.102929287,0,0.28655833,1,1,1,1,1,0.067501307,0,0.306544006,1,1,1,1,1,0.360672176,0,0.436865636,0.436852126,0.436613475
-3457,1,0.5423,1,1,1,1,1,1,1,1,0.0335,0.5423,0,1,0.3678,1,1,1,1,1,1,0.0245,0.3678,0,1,0.613,1,1,1,0.2548,0.613,0,1,1,1,1,1,0.070069149,0,0.244399473,1,1,1,1,1,0.03964423,0,0.445659459,1,1,1,1,1,0.358865291,0,0.414934751,0.414850857,0.414893617
-3458,1,0.5418,1,1,1,1,1,1,1,1,0.0298,0.5418,0,1,0.3677,1,1,1,1,1,1,0.0196,0.3677,0,1,0.6131,1,1,1,0.148,0.6131,0,1,1,1,1,1,0.069911592,0,0.244833529,1,1,1,1,1,0.040781192,0,0.689976454,1,1,1,1,1,0.262341768,0,0.401764137,0.401734715,0.401595745
-3459,1,0.5412,1,1,1,1,1,1,1,1,0.0084,0.5412,0,1,0.3675,1,1,1,1,1,1,0.0156,0.3675,0,1,0.6131,1,1,1,0.1111,0.6131,0,1,1,1,1,1,0.014961205,0,0.244127989,1,1,1,1,1,0.03616431,0,0.791790605,1,1,1,1,1,0.221059725,0,0.397655872,0.397715253,0.397606383
-3460,1,0.5407,1,1,1,1,1,1,1,1,0.0085,0.5407,0,1,0.3674,1,1,1,1,1,1,0,0.3674,0,1,0.6131,1,1,1,0.125,0.6131,0,1,1,1,1,1,0.020019906,0,0.211876005,1,1,1,1,1,0.014359617,0,0.465516508,1,1,1,1,1,0.230596468,0,0.406053649,0.405965729,0.406028369
-3461,1,0.5402,1,1,1,1,1,1,1,1,0.0021,0.5402,0.0049,1,0.3672,1,1,1,1,1,1,0,0.3672,0.0008,1,0.6131,1,1,1,0.1131,0.6131,0.0136,1,1,1,1,1,0.007520093,0.004839725,0.289745718,1,1,1,1,1,0.007557144,0,0.460135877,1,1,1,1,1,0.226175949,0.008954303,0.436019816,0.436005923,0.436170213
-3462,1,0.5397,1,1,1,1,1,1,1,1,0.0029,0.5397,0.0941,1,0.367,1,1,1,1,1,1,0.0049,0.367,0.0735,1,0.6131,1,1,1,0.1255,0.6131,0.0987,1,1,1,1,1,0.007531909,0.163497344,0.223146796,1,1,1,1,1,0.016487908,0.124448769,0.405033797,1,1,1,1,1,0.204162121,0.166514277,0.500966651,0.500951978,0.500886525
-3463,1,0.5392,1,1,1,1,1,1,1,1,0.0095,0.5392,0.2171,1,0.3669,1,1,1,1,1,1,0.0036,0.3669,0.1971,1,0.6131,1,1,1,0.1218,0.6131,0.2353,1,1,1,1,1,0.020222772,0.366256326,0.399918079,1,1,1,1,1,0.017013889,0.339877576,0.214261025,1,1,1,1,1,0.217606798,0.377554804,0.557455292,0.557436006,0.557624113
-3464,1,0.5387,1,1,1,1,1,1,1,1,0.0202,0.5387,0.338,1,0.3667,1,1,1,1,1,1,0,0.3667,0.352,1,0.6131,1,1,1,0.1588,0.6131,0.3624,1,1,1,1,1,0.012131217,0.51266861,0.372137129,1,1,1,1,1,0.01705572,0.548357666,0.205175936,1,1,1,1,1,0.246868595,0.564755321,0.585065249,0.585149143,0.585106383
-3465,1,0.5382,1,1,1,1,1,1,1,1,0.0118,0.5382,0.4496,1,0.3666,1,1,1,1,1,1,0.003,0.3666,0.4415,1,0.6131,1,1,1,0.1834,0.6131,0.4693,1,1,1,1,1,0.015408305,0.641467035,0.271962106,1,1,1,1,1,0.021653213,0.667341053,0.148014396,1,1,1,1,1,0.319478989,0.682289004,0.602162881,0.602073197,0.602393617
-3466,1,0.5377,1,1,1,1,1,1,1,1,0.0115,0.5377,0.6574,1,0.3664,1,1,1,1,1,1,0.0112,0.3664,0.6511,1,0.6131,1,1,1,0.1882,0.6131,0.6499,1,1,1,1,1,0.012474523,0.944623053,0.297082424,1,1,1,1,1,0.024686296,0.929904997,0.127350539,1,1,1,1,1,0.321994692,0.959149837,0.614850169,0.614766237,0.615248227
-3467,1,0.5372,1,1,1,1,1,1,1,1,0.0167,0.5372,0.5304,1,0.3662,1,1,1,1,1,1,0.0051,0.3662,0.5241,1,0.6131,1,1,1,0.2792,0.6131,0.5302,1,1,1,1,1,0.03286979,0.763183296,0.365212739,1,1,1,1,1,0.016091846,0.713555157,0.460607886,1,1,1,1,1,0.464787126,0.736581981,0.623489609,0.623651365,0.623670213
-3468,1,0.5367,1,1,1,1,1,1,1,1,0.0139,0.5367,0.518,1,0.3661,1,1,1,1,1,1,0.0277,0.3661,0.5291,1,0.6131,1,1,1,0.2951,0.6131,0.5243,1,1,1,1,1,0.021454006,0.752946496,0.472586632,1,1,1,1,1,0.040691424,0.725884199,1,1,1,1,1,1,0.486889899,0.747741342,0.624818753,0.624920669,0.625
-3469,1,0.5362,1,1,1,1,1,1,1,1,0.0296,0.5362,0.5066,1,0.3659,1,1,1,1,1,1,0.0879,0.3659,0.5035,1,0.6131,1,1,1,0.3901,0.6131,0.5014,1,1,1,1,1,0.082228646,0.733274221,0.558043897,1,1,1,1,1,0.089652121,0.732926846,1,1,1,1,1,1,0.637303412,0.747792244,0.627235379,0.627247726,0.627216312
-3470,1,0.5357,1,1,1,1,1,1,1,1,0.0675,0.5357,0.4998,1,0.3658,1,1,1,1,1,1,0.2124,0.3658,0.5097,1,0.6131,1,1,1,0.4318,0.6131,0.5092,1,1,1,1,1,0.147074938,0.716671348,0.273781955,1,1,1,1,1,0.210959673,0.731348395,0.453748465,1,1,1,1,1,0.659193039,0.715080202,0.624033349,0.624074466,0.624113475
-3471,1,0.5352,1,1,1,1,1,1,1,1,0.0874,0.5352,0.4264,1,0.3656,1,1,1,1,1,1,0.1334,0.3656,0.4509,1,0.6131,1,1,1,0.3482,0.6131,0.3765,1,1,1,1,1,0.160640761,0.693377793,0.213523984,1,1,1,1,1,0.137134001,0.705526233,0.311781704,1,1,1,1,1,0.529499769,0.698079467,0.620952151,0.621112757,0.621010638
-3472,1,0.5347,1,1,1,1,1,1,1,1,0.0934,0.5347,0.2974,1,0.3655,1,1,1,1,1,1,0.0398,0.3655,0.3258,1,0.6131,1,1,1,0.3334,0.6131,0.2584,1,1,1,1,1,0.129200593,0.586790562,0.138957962,1,1,1,1,1,0.050490655,0.63049984,0.185062319,1,1,1,1,1,0.503858209,0.581993341,0.620770904,0.620689655,0.621010638
-3473,1,0.5342,1,1,1,1,1,1,1,1,0.0969,0.5342,0.1493,1,0.3653,1,1,1,1,1,1,0.0497,0.3653,0.1867,1,0.6131,1,1,1,0.3284,0.6131,0.1442,1,1,1,1,1,0.114053294,0.403389722,0.092829756,1,1,1,1,1,0.061868861,0.513354957,0.176666498,1,1,1,1,1,0.515562952,0.306327373,0.615756404,0.61582399,0.616134752
-3474,1,0.5337,1,1,1,1,1,1,1,1,0.1098,0.5337,0.0488,1,0.3651,1,1,1,1,1,1,0.0749,0.3651,0.0732,1,0.6131,1,1,1,0.358,0.6131,0.0591,1,1,1,1,1,0.127998903,0.22100696,0.117127135,1,1,1,1,1,0.085354745,0.28799805,0.125957608,1,1,1,1,1,0.495559037,0.070040196,0.604639923,0.604823355,0.605053191
-3475,1,0.5332,1,1,1,1,1,1,1,1,0.1264,0.5332,0,1,0.365,1,1,1,1,1,1,0.0365,0.365,0,1,0.6131,1,1,1,0.4554,0.6131,0,1,1,1,1,1,0.103152841,0,0.117953621,1,1,1,1,1,0.060099483,0,0.039143719,1,1,1,1,1,0.6747877,0,0.595275495,0.595303575,0.595301418
-3476,1,0.5327,1,1,1,1,1,1,1,1,0.1441,0.5327,0,1,0.3648,1,1,1,1,1,1,0.0602,0.3648,0,1,0.6131,1,1,1,0.455,0.6131,0,1,1,1,1,1,0.143746465,0,0.147683203,1,1,1,1,1,0.090489812,0,0.059764139,1,1,1,1,1,0.623450279,0,0.603129531,0.60313095,0.603280142
-3477,1,0.5322,1,1,1,1,1,1,1,1,0.1966,0.5322,0,1,0.3647,1,1,1,1,1,1,0.0289,0.3647,0,1,0.6131,1,1,1,0.3671,0.6131,0,1,1,1,1,1,0.192906633,0,0.373705029,1,1,1,1,1,0.039535411,0,0.138283253,1,1,1,1,1,0.560451567,0,0.585850652,0.585783795,0.585992908
-3478,1,0.5316,1,1,1,1,1,1,1,1,0.1432,0.5316,0,1,0.3645,1,1,1,1,1,1,0.0601,0.3645,0,1,0.6131,1,1,1,0.3246,0.6131,0,1,1,1,1,1,0.18569909,0,0.575402319,1,1,1,1,1,0.076915391,0,0.194575399,1,1,1,1,1,0.552035093,0,0.539088932,0.539031098,0.539007092
-3479,1,0.5311,1,1,1,1,1,1,1,1,0.1587,0.5311,0,1,0.3643,1,1,1,1,1,1,0.0983,0.3643,0,1,0.6131,1,1,1,0.3508,0.6131,0,1,1,1,1,1,0.17065762,0,0.666500807,1,1,1,1,1,0.12334802,0,0.305845827,1,1,1,1,1,0.653798878,0,0.48622523,0.486143431,0.486258865
-3480,1,0.5306,1,1,1,1,1,1,1,1,0.2148,0.5306,0,1,0.3642,1,1,1,1,1,1,0.1068,0.3642,0,1,0.6131,1,1,1,0.3604,0.6131,0,1,1,1,1,1,0.201032296,0,0.954202414,1,1,1,1,1,0.123919778,0,0.3628833,1,1,1,1,1,0.672906995,0,0.4459884,0.445948805,0.445921986
-3481,1,0.5301,1,1,1,1,1,1,1,1,0.2955,0.5301,0,1,0.364,1,1,1,1,1,1,0.1037,0.364,0,1,0.6132,1,1,1,0.3634,0.6132,0,1,1,1,1,1,0.236418411,0,0.979016721,1,1,1,1,1,0.103414245,0,0.396931976,1,1,1,1,1,0.68204242,0,0.421640889,0.421832029,0.421985816
-3482,1,0.5296,1,1,1,1,1,1,1,1,0.332,0.5296,0,1,0.3639,1,1,1,1,1,1,0.0938,0.3639,0,1,0.6132,1,1,1,0.3532,0.6132,0,1,1,1,1,1,0.301238269,0,0.955985069,1,1,1,1,1,0.089088917,0,0.432177484,1,1,1,1,1,0.731578231,0,0.406839053,0.406811931,0.406914894
-3483,1,0.5291,1,1,1,1,1,1,1,1,0.4087,0.5291,0,1,0.3637,1,1,1,1,1,1,0.1876,0.3637,0,1,0.6132,1,1,1,0.2717,0.6132,0,1,1,1,1,1,0.39020884,0,0.993632317,1,1,1,1,1,0.210339248,0,0.387375653,1,1,1,1,1,0.558156729,0,0.399347511,0.399407658,0.399379433
-3484,1,0.5286,1,1,1,1,1,1,1,1,0.349,0.5286,0,1,0.3636,1,1,1,1,1,1,0.1478,0.3636,0,1,0.6132,1,1,1,0.2064,0.6132,0,1,1,1,1,1,0.380123615,0,0.918339968,1,1,1,1,1,0.176655948,0,0.334295839,1,1,1,1,1,0.441318661,0,0.400253746,0.400253861,0.400265957
-3485,1,0.5281,1,1,1,1,1,1,1,1,0.1797,0.5281,0.026,1,0.3634,1,1,1,1,1,1,0.1886,0.3634,0.0121,1,0.6132,1,1,1,0.1902,0.6132,0.0409,1,1,1,1,1,0.235861972,0.049373325,0.466329932,1,1,1,1,1,0.192031875,0.022724975,0.339601845,1,1,1,1,1,0.45386827,0.152818382,0.406295312,0.406177279,0.406471631
-3486,1,0.5276,1,1,1,1,1,1,1,1,0.1659,0.5276,0.1018,1,0.3632,1,1,1,1,1,1,0.1399,0.3632,0.13,1,0.6132,1,1,1,0.1876,0.6132,0.0873,1,1,1,1,1,0.183815897,0.458189815,0.338065684,1,1,1,1,1,0.108884692,0.487261832,0.352346092,1,1,1,1,1,0.440796673,0.420681775,0.429494925,0.429659403,0.429521277
-3487,1,0.5271,1,1,1,1,1,1,1,1,0.1331,0.5271,0.2433,1,0.3631,1,1,1,1,1,1,0.0987,0.3631,0.2585,1,0.6132,1,1,1,0.0837,0.6132,0.1897,1,1,1,1,1,0.089953057,0.603047132,0.594026804,1,1,1,1,1,0.081454344,0.610282898,0.403067827,1,1,1,1,1,0.192150861,0.466695249,0.47341711,0.473450391,0.473404255
-3488,1,0.5266,1,1,1,1,1,1,1,1,0.128,0.5266,0.3818,1,0.3629,1,1,1,1,1,1,0.0154,0.3629,0.3965,1,0.6132,1,1,1,0.0755,0.6132,0.3086,1,1,1,1,1,0.054063726,0.670013547,0.604393601,1,1,1,1,1,0.015007132,0.726192355,0.381297648,1,1,1,1,1,0.196360469,0.658982933,0.525132914,0.525068754,0.525265957
-3489,1,0.5261,1,1,1,1,1,1,1,1,0.0712,0.5261,0.4982,1,0.3628,1,1,1,1,1,1,0.0061,0.3628,0.4937,1,0.6132,1,1,1,0.0858,0.6132,0.3997,1,1,1,1,1,0.020784948,0.770968735,0.401578367,1,1,1,1,1,0.012040151,0.772229612,0.591825485,1,1,1,1,1,0.164881259,0.673514366,0.567363461,0.567378887,0.567375887
-3490,1,0.5256,1,1,1,1,1,1,1,1,0.0862,0.5256,0.5353,1,0.3626,1,1,1,1,1,1,0.0043,0.3626,0.5335,1,0.6132,1,1,1,0.0808,0.6132,0.5139,1,1,1,1,1,0.016812757,0.697871029,0.580888927,1,1,1,1,1,0.009310487,0.794491172,0.598218679,1,1,1,1,1,0.114012696,0.597352087,0.596483809,0.596572879,0.596631206
-3491,1,0.5251,1,1,1,1,1,1,1,1,0.1196,0.5251,0.5261,1,0.3624,1,1,1,1,1,1,0.0594,0.3624,0.539,1,0.6132,1,1,1,0.1086,0.6132,0.582,1,1,1,1,1,0.068726256,0.74565649,0.828314841,1,1,1,1,1,0.043812402,0.794821799,0.682179809,1,1,1,1,1,0.129964679,0.606385469,0.615152247,0.615189338,0.615248227
-3492,1,0.5246,1,1,1,1,1,1,1,1,0.1109,0.5246,0.5122,1,0.3623,1,1,1,1,1,1,0.0492,0.3623,0.5061,1,0.6132,1,1,1,0.2391,0.6132,0.6627,1,1,1,1,1,0.071737021,0.684711933,0.73906374,1,1,1,1,1,0.039249744,0.753941178,0.780026495,1,1,1,1,1,0.252119541,0.737015903,0.626329145,0.626401523,0.62677305
-3493,1,0.5241,1,1,1,1,1,1,1,1,0.1518,0.5241,0.6212,1,0.3621,1,1,1,1,1,1,0.0035,0.3621,0.6245,1,0.6132,1,1,1,0.277,0.6132,0.7799,1,1,1,1,1,0.073892027,0.868428469,1,1,1,1,1,1,0.011705987,0.874346673,1,1,1,1,1,1,0.298006117,0.994849503,0.629954084,0.629786334,0.630319149
-3494,1,0.5236,1,1,1,1,1,1,1,1,0.1656,0.5236,0.4165,1,0.362,1,1,1,1,1,1,0.0012,0.362,0.3972,1,0.6132,1,1,1,0.2761,0.6132,0.5856,1,1,1,1,1,0.059361372,0.639644206,0.995629609,1,1,1,1,1,0.015990097,0.549309194,0.671295524,1,1,1,1,1,0.283086956,0.914367557,0.632310295,0.632324942,0.632535461
-3495,1,0.5231,1,1,1,1,1,1,1,1,0.2013,0.5231,0.3874,1,0.3618,1,1,1,1,1,1,0.0066,0.3618,0.3532,1,0.6132,1,1,1,0.347,0.6132,0.4619,1,1,1,1,1,0.084108204,0.702865779,0.998854637,1,1,1,1,1,0.028533269,0.520966053,0.786381781,1,1,1,1,1,0.340696096,0.89767617,0.632310295,0.632324942,0.632535461
-3496,1,0.5226,1,1,1,1,1,1,1,1,0.1814,0.5226,0.2828,1,0.3617,1,1,1,1,1,1,0,0.3617,0.2343,1,0.6132,1,1,1,0.4828,0.6132,0.3078,1,1,1,1,1,0.061644688,0.633072138,0.977961302,1,1,1,1,1,0.015878014,0.335467786,0.738582492,1,1,1,1,1,0.539063334,0.852163374,0.636781054,0.636767506,0.636968085
-3497,1,0.5221,1,1,1,1,1,1,1,1,0.175,0.5221,0.1567,1,0.3615,1,1,1,1,1,1,0.044,0.3615,0.1124,1,0.6132,1,1,1,0.3649,0.6132,0.1234,1,1,1,1,1,0.08750321,0.476917624,0.963040888,1,1,1,1,1,0.057438612,0.174902946,0.750400543,1,1,1,1,1,0.430850416,0.733914018,0.636781054,0.636767506,0.636968085
-3498,1,0.5215,1,1,1,1,1,1,1,1,0.2286,0.5215,0.0604,1,0.3613,1,1,1,1,1,1,0.0109,0.3613,0.0397,1,0.6132,1,1,1,0.2706,0.6132,0.0769,1,1,1,1,1,0.110712282,0.242785856,1,1,1,1,1,1,0.082583472,0.041037187,1,1,1,1,1,1,0.307669967,0.490603566,0.627899952,0.627882378,0.628102837
-3499,1,0.521,1,1,1,1,1,1,1,1,0.0939,0.521,0.0018,1,0.3612,1,1,1,1,1,1,0.0113,0.3612,0,1,0.6132,1,1,1,0.2094,0.6132,0.0408,1,1,1,1,1,0.062685139,0,0.791789591,1,1,1,1,1,0.030916506,0,0.591982543,1,1,1,1,1,0.280342638,0,0.616179314,0.616247091,0.616134752
-3500,1,0.5205,1,1,1,1,1,1,1,1,0.1196,0.5205,0,1,0.361,1,1,1,1,1,1,0.0207,0.361,0,1,0.6132,1,1,1,0.2086,0.6132,0,1,1,1,1,1,0.079687506,0,0.690502524,1,1,1,1,1,0.035293765,0,0.387329578,1,1,1,1,1,0.32381013,0,0.622100048,0.62217051,0.622340426
-3501,1,0.52,1,1,1,1,1,1,1,1,0.1163,0.52,0,1,0.3609,1,1,1,1,1,1,0.0913,0.3609,0,1,0.6132,1,1,1,0.2564,0.6132,0,1,1,1,1,1,0.209309652,0,0.371470213,1,1,1,1,1,0.118508779,0,0.186375141,1,1,1,1,1,0.345559239,0,0.604519091,0.604611805,0.604609929
-3502,1,0.5195,1,1,1,1,1,1,1,1,0.1461,0.5195,0,1,0.3607,1,1,1,1,1,1,0.2797,0.3607,0,1,0.6132,1,1,1,0.3102,0.6132,0,1,1,1,1,1,0.347161263,0,0.235487819,1,1,1,1,1,0.293499112,0,0.287831694,1,1,1,1,1,0.48878479,0,0.554917835,0.554897398,0.554964539
-3503,1,0.519,1,1,1,1,1,1,1,1,0.2864,0.519,0,1,0.3605,1,1,1,1,1,1,0.5674,0.3605,0,1,0.6132,1,1,1,0.3171,0.6132,0,1,1,1,1,1,0.426779628,0,0.24946785,1,1,1,1,1,0.531790853,0,0.560889304,1,1,1,1,1,0.432373047,0,0.501510391,0.50158663,0.50177305
-3504,1,0.5185,1,1,1,1,1,1,1,1,0.2711,0.5185,0,1,0.3604,1,1,1,1,1,1,0.2931,0.3604,0,1,0.6132,1,1,1,0.1866,0.6132,0,1,1,1,1,1,0.34032023,0,0.653070331,1,1,1,1,1,0.393169761,0,0.617837012,1,1,1,1,1,0.343333662,0,0.457044466,0.456949439,0.457003546
-3505,1,0.518,1,1,1,1,1,1,1,1,0.1829,0.518,0,1,0.3602,1,1,1,1,1,1,0.2742,0.3602,0,1,0.6133,1,1,1,0.1478,0.6133,0,1,1,1,1,1,0.209819674,0,0.869526088,1,1,1,1,1,0.371684939,0,0.72388792,1,1,1,1,1,0.284313917,0,0.428407443,0.428390099,0.428191489
-3506,1,0.5175,1,1,1,1,1,1,1,1,0.1844,0.5175,0,1,0.3601,1,1,1,1,1,1,0.5432,0.3601,0,1,0.6133,1,1,1,0.1773,0.6133,0,1,1,1,1,1,0.228416383,0,0.928739488,1,1,1,1,1,0.457418025,0,0.751158357,1,1,1,1,1,0.241683677,0,0.409255679,0.409138989,0.409131206
-3507,1,0.517,1,1,1,1,1,1,1,1,0.2522,0.517,0,1,0.3599,1,1,1,1,1,1,0.33,0.3599,0,1,0.6133,1,1,1,0.1432,0.6133,0,1,1,1,1,1,0.207252786,0,0.845790386,1,1,1,1,1,0.43018651,0,0.829544604,1,1,1,1,1,0.22548914,0,0.397655872,0.397715253,0.397606383
-3508,1,0.5165,1,1,1,1,1,1,1,1,0.2607,0.5165,0,1,0.3598,1,1,1,1,1,1,0.2193,0.3598,0,1,0.6133,1,1,1,0.1329,0.6133,0,1,1,1,1,1,0.195063695,0,0.479269803,1,1,1,1,1,0.330451816,0,0.775633276,1,1,1,1,1,0.221389621,0,0.392278879,0.392214935,0.392287234
-3509,1,0.516,1,1,1,1,1,1,1,1,0.2212,0.516,0.0973,1,0.3596,1,1,1,1,1,1,0.2581,0.3596,0.0752,1,0.6133,1,1,1,0.0723,0.6133,0.059,1,1,1,1,1,0.195275858,0.248310834,0.218139723,1,1,1,1,1,0.33224842,0.115721382,0.579433203,1,1,1,1,1,0.13964197,0.231346115,0.386237313,0.386291517,0.38608156
-3510,1,0.5155,1,1,1,1,1,1,1,1,0.1456,0.5155,0.1144,1,0.3594,1,1,1,1,1,1,0.164,0.3594,0.138,1,0.6133,1,1,1,0.0453,0.6133,0.1168,1,1,1,1,1,0.109856687,0.525692761,0.150333703,1,1,1,1,1,0.206480548,0.31754446,0.140880883,1,1,1,1,1,0.076125711,0.655412436,0.399830836,0.399830759,0.399822695
-3511,1,0.515,1,1,1,1,1,1,1,1,0.0674,0.515,0.2496,1,0.3593,1,1,1,1,1,1,0.0309,0.3593,0.2598,1,0.6133,1,1,1,0.0091,0.6133,0.2575,1,1,1,1,1,0.020254515,0.707271993,0.119932413,1,1,1,1,1,0.052579988,0.485493958,0.044088483,1,1,1,1,1,0.006525885,0.772856474,0.434630256,0.434736619,0.434840426
-3512,1,0.5145,1,1,1,1,1,1,1,1,0.0287,0.5145,0.4063,1,0.3591,1,1,1,1,1,1,0,0.3591,0.4016,1,0.6133,1,1,1,0.0063,0.6133,0.416,1,1,1,1,1,0.006522118,0.818332374,0.115701422,1,1,1,1,1,0.002567487,0.668443859,0.057944506,1,1,1,1,1,0.002153539,0.882645607,0.478250362,0.478316057,0.478280142
-3513,1,0.514,1,1,1,1,1,1,1,1,0.0344,0.514,0.5217,1,0.359,1,1,1,1,1,1,0,0.359,0.5187,1,0.6133,1,1,1,0.0061,0.6133,0.5489,1,1,1,1,1,0.00640721,0.858387113,0.094033748,1,1,1,1,1,0.001303967,0.821421921,0.033942148,1,1,1,1,1,0.001924694,0.91635406,0.516916385,0.516818278,0.516843972
-3514,1,0.5135,1,1,1,1,1,1,1,1,0.0279,0.5135,0.6837,1,0.3588,1,1,1,1,1,1,0,0.3588,0.6685,1,0.6133,1,1,1,0.0053,0.6133,0.7417,1,1,1,1,1,0.005469657,0.990906656,0.089679062,1,1,1,1,1,0.002256513,0.980414927,0.069912314,1,1,1,1,1,0.009007787,1,0.541868052,0.541781257,0.542109929
-3515,1,0.513,1,1,1,1,1,1,1,1,0.0209,0.513,0.6141,1,0.3586,1,1,1,1,1,1,0,0.3586,0.5887,1,0.6133,1,1,1,0.0099,0.6133,0.6676,1,1,1,1,1,0.005807847,0.866961598,0.052571714,1,1,1,1,1,0.000736253,0.781377852,0.003317539,1,1,1,1,1,0.006347829,0.915979266,0.558724021,0.55870531,0.558953901
-3516,1,0.5125,1,1,1,1,1,1,1,1,0.0305,0.5125,0.6254,1,0.3585,1,1,1,1,1,1,0,0.3585,0.5841,1,0.6133,1,1,1,0.0158,0.6133,0.61,1,1,1,1,1,0.009198739,0.88501215,0.048186928,1,1,1,1,1,0.002049996,0.801012933,0,1,1,1,1,1,0.028446689,0.920965672,0.568753021,0.568648191,0.568705674
-3517,1,0.5119,1,1,1,1,1,1,1,1,0.0314,0.5119,0.6295,1,0.3583,1,1,1,1,1,1,0,0.3583,0.5947,1,0.6133,1,1,1,0.017,0.6133,0.527,1,1,1,1,1,0.010839716,0.867754877,0.028566901,1,1,1,1,1,0.006953634,0.824292362,0.009132199,1,1,1,1,1,0.045451026,0.90958482,0.570323828,0.570340597,0.570478723
-3518,1,0.5114,1,1,1,1,1,1,1,1,0.0375,0.5114,0.5713,1,0.3582,1,1,1,1,1,1,0.0108,0.3582,0.5658,1,0.6133,1,1,1,0.0292,0.6133,0.4364,1,1,1,1,1,0.029926123,0.866189599,0.090105362,1,1,1,1,1,0.019025767,0.844137788,0.069604456,1,1,1,1,1,0.042708278,0.542909801,0.571532141,0.571609901,0.571808511
-3519,1,0.5109,1,1,1,1,1,1,1,1,0.0911,0.5109,0.4664,1,0.358,1,1,1,1,1,1,0.0329,0.358,0.4846,1,0.6133,1,1,1,0.015,0.6133,0.4434,1,1,1,1,1,0.054838117,0.855623722,0.175722048,1,1,1,1,1,0.048079811,0.831098139,0.020941624,1,1,1,1,1,0.044498995,0.443953484,0.574552924,0.57457161,0.574468085
-3520,1,0.5104,1,1,1,1,1,1,1,1,0.1296,0.5104,0.3225,1,0.3578,1,1,1,1,1,1,0.0352,0.3578,0.357,1,0.6133,1,1,1,0.0328,0.6133,0.29,1,1,1,1,1,0.07538908,0.792096496,0.200383514,1,1,1,1,1,0.069456629,0.765474975,0.040855758,1,1,1,1,1,0.071649931,0.638964295,0.579990333,0.579860377,0.580230496
-3521,1,0.5099,1,1,1,1,1,1,1,1,0.1024,0.5099,0.1542,1,0.3577,1,1,1,1,1,1,0.0063,0.3577,0.1974,1,0.6133,1,1,1,0.0373,0.6133,0.1523,1,1,1,1,1,0.08161626,0.6482867,0.156256527,1,1,1,1,1,0.038182136,0.617378116,0.041342147,1,1,1,1,1,0.087772548,0.638399243,0.58240696,0.582398985,0.582446809
-3522,1,0.5094,1,1,1,1,1,1,1,1,0.0762,0.5094,0.0734,1,0.3575,1,1,1,1,1,1,0.0553,0.3575,0.0874,1,0.6133,1,1,1,0.0424,0.6133,0.0676,1,1,1,1,1,0.07382483,0.326692373,0.046422366,1,1,1,1,1,0.084147491,0.315512568,0.045055497,1,1,1,1,1,0.085680999,0.305667967,0.573042533,0.573090755,0.573138298
-3523,1,0.5089,1,1,1,1,1,1,1,1,0.104,0.5089,0,1,0.3574,1,1,1,1,1,1,0.0847,0.3574,0,1,0.6133,1,1,1,0.0541,0.6133,0,1,1,1,1,1,0.161338687,0,0.067104608,1,1,1,1,1,0.132098615,0,0.146847129,1,1,1,1,1,0.085918419,0,0.562167714,0.562090121,0.562056738
-3524,1,0.5084,1,1,1,1,1,1,1,1,0.1042,0.5084,0,1,0.3572,1,1,1,1,1,1,0.1265,0.3572,0,1,0.6133,1,1,1,0.04,0.6133,0,1,1,1,1,1,0.15919514,0,0.039689653,1,1,1,1,1,0.163268238,0,0.123765454,1,1,1,1,1,0.058647409,0,0.57280087,0.572667654,0.573138298
-3525,1,0.5079,1,1,1,1,1,1,1,1,0.087,0.5079,0,1,0.3571,1,1,1,1,1,1,0.1107,0.3571,0,1,0.6133,1,1,1,0.0466,0.6133,0,1,1,1,1,1,0.108535185,0,0.065212756,1,1,1,1,1,0.142740086,0,0.338499755,1,1,1,1,1,0.067917563,0,0.561080232,0.561032367,0.561170213
-3526,1,0.5074,1,1,1,1,1,1,1,1,0.0581,0.5074,0,1,0.3569,1,1,1,1,1,1,0.1212,0.3569,0,1,0.6133,1,1,1,0.0512,0.6133,0,1,1,1,1,1,0.071472719,0,0.217857033,1,1,1,1,1,0.138909176,0,0.244642153,1,1,1,1,1,0.092894673,0,0.522353794,0.522318595,0.522606383
-3527,1,0.5069,1,1,1,1,1,1,1,1,0.0925,0.5069,0,1,0.3567,1,1,1,1,1,1,0.2,0.3567,0,1,0.6133,1,1,1,0.0627,0.6133,0,1,1,1,1,1,0.111822933,0,0.349852622,1,1,1,1,1,0.214631125,0,0.414055526,1,1,1,1,1,0.148355186,0,0.476739971,0.476835202,0.476950355
-3528,1,0.5064,1,1,1,1,1,1,1,1,0.0786,0.5064,0,1,0.3566,1,1,1,1,1,1,0.1856,0.3566,0,1,0.6134,1,1,1,0.0398,0.6134,0,1,1,1,1,1,0.110325836,0,0.327212632,1,1,1,1,1,0.184857607,0,0.563972533,1,1,1,1,1,0.099001825,0,0.440188497,0.440236937,0.440159574
-3529,1,0.5059,1,1,1,1,1,1,1,1,0.0609,0.5059,0,1,0.3564,1,1,1,1,1,1,0.1325,0.3564,0,1,0.6134,1,1,1,0.0292,0.6134,0,1,1,1,1,1,0.093629137,0,0.378330529,1,1,1,1,1,0.166632116,0,0.674354196,1,1,1,1,1,0.125508308,0,0.416082649,0.416120161,0.416223404
-3530,1,0.5054,1,1,1,1,1,1,1,1,0.0554,0.5054,0,1,0.3563,1,1,1,1,1,1,0.1046,0.3563,0,1,0.6134,1,1,1,0.0325,0.6134,0,1,1,1,1,1,0.047552854,0,0.675056875,1,1,1,1,1,0.142442837,0,0.82370317,1,1,1,1,1,0.152086809,0,0.402549541,0.402580918,0.402925532
-3531,1,0.5049,1,1,1,1,1,1,1,1,0.0389,0.5049,0,1,0.3561,1,1,1,1,1,1,0.0672,0.3561,0,1,0.6134,1,1,1,0.0299,0.6134,0,1,1,1,1,1,0.035386208,0,0.779412627,1,1,1,1,1,0.093350187,0,1,1,1,1,1,1,0.082653493,0,0.395903818,0.395811297,0.395833333
-3532,1,0.5044,1,1,1,1,1,1,1,1,0.0278,0.5044,0,1,0.3559,1,1,1,1,1,1,0.043,0.3559,0,1,0.6134,1,1,1,0.0299,0.6134,0,1,1,1,1,1,0.044179618,0,0.970574141,1,1,1,1,1,0.075678729,0,1,1,1,1,1,1,0.051712863,0,0.396749638,0.39686905,0.396719858
-3533,1,0.5039,1,1,1,1,1,1,1,1,0.0018,0.5039,0.0359,1,0.3558,1,1,1,1,1,1,0.046,0.3558,0.0118,1,0.6134,1,1,1,0.0385,0.6134,0.0436,1,1,1,1,1,0.050887093,0.096717402,0.811164498,1,1,1,1,1,0.057695933,0.069058806,1,1,1,1,1,1,0.053232022,0.136604279,0.400495408,0.400676962,0.40070922
-3534,1,0.5034,1,1,1,1,1,1,1,1,0.0034,0.5034,0.1068,1,0.3556,1,1,1,1,1,1,0.005,0.3556,0.1206,1,0.6134,1,1,1,0.0259,0.6134,0.1378,1,1,1,1,1,0.011802151,0.445279241,0.798115969,1,1,1,1,1,0.012516349,0.452267677,0.873755574,1,1,1,1,1,0.056437861,0.427904367,0.418861769,0.418870319,0.418882979
-3535,1,0.5029,1,1,1,1,1,1,1,1,0.0048,0.5029,0.2425,1,0.3555,1,1,1,1,1,1,0,0.3555,0.2677,1,0.6134,1,1,1,0.0286,0.6134,0.248,1,1,1,1,1,0.010198699,0.683956683,0.860122561,1,1,1,1,1,0,0.708063066,0.443921745,1,1,1,1,1,0.056191221,0.709809661,0.456440309,0.456526338,0.456560284
-3536,1,0.5023,1,1,1,1,1,1,1,1,0.0012,0.5023,0.3923,1,0.3553,1,1,1,1,1,1,0,0.3553,0.4168,1,0.6134,1,1,1,0.0205,0.6134,0.3691,1,1,1,1,1,0.002185003,0.78157872,0.587973356,1,1,1,1,1,4.14E-06,0.817111433,0.803598762,1,1,1,1,1,0.017246963,0.820502579,0.507068632,0.507086947,0.507092199
-3537,1,0.5018,1,1,1,1,1,1,1,1,0.0087,0.5018,0.5074,1,0.3552,1,1,1,1,1,1,0,0.3552,0.5283,1,0.6134,1,1,1,0.0351,0.6134,0.4759,1,1,1,1,1,0.003054135,0.843060255,0.593473434,1,1,1,1,1,0,0.858579099,0.628719926,1,1,1,1,1,0.012483159,0.880974174,0.549117931,0.54918553,0.549202128
-3538,1,0.5013,1,1,1,1,1,1,1,1,0.0083,0.5013,0.6026,1,0.355,1,1,1,1,1,1,0,0.355,0.6076,1,0.6134,1,1,1,0.0482,0.6134,0.47,1,1,1,1,1,0.001627549,0.880451083,0.41860193,1,1,1,1,1,0.000109725,0.877711236,0.17581363,1,1,1,1,1,0.018060023,0.881064296,0.581138231,0.581129681,0.581117021
-3539,1,0.5008,1,1,1,1,1,1,1,1,0.0145,0.5008,0.6293,1,0.3548,1,1,1,1,1,1,0,0.3548,0.6221,1,0.6134,1,1,1,0.0367,0.6134,0.521,1,1,1,1,1,0.002265822,0.880549073,0.187907904,1,1,1,1,1,0.002390011,0.876857698,0.130292937,1,1,1,1,1,0.002811063,0.880626678,0.605062832,0.605034906,0.605496454
-3540,1,0.5003,1,1,1,1,1,1,1,1,0.0189,0.5003,0.6032,1,0.3547,1,1,1,1,1,1,0,0.3547,0.5993,1,0.6134,1,1,1,0.0405,0.6134,0.5412,1,1,1,1,1,0.004129499,0.82160759,0.064052969,1,1,1,1,1,0.002647798,0.859360158,0.097917542,1,1,1,1,1,0.005518335,0.911264956,0.622160464,0.62217051,0.622340426
-3541,1,0.4998,1,1,1,1,1,1,1,1,0.0219,0.4998,0.5956,1,0.3545,1,1,1,1,1,1,0,0.3545,0.5694,1,0.6134,1,1,1,0.0526,0.6134,0.4555,1,1,1,1,1,0.007144081,0.80483216,0.088177927,1,1,1,1,1,0.004862648,0.765307426,0.012381938,1,1,1,1,1,0.051187783,0.865523696,0.628383277,0.62851703,0.628546099
-3542,1,0.4993,1,1,1,1,1,1,1,1,0.0499,0.4993,0.5497,1,0.3544,1,1,1,1,1,1,0,0.3544,0.5184,1,0.6134,1,1,1,0.1268,0.6134,0.4178,1,1,1,1,1,0.020478513,0.803928673,0.069377817,1,1,1,1,1,0.013637004,0.728534877,0.009062566,1,1,1,1,1,0.125595883,0.733185232,0.632612373,0.632748043,0.632978723
-3543,1,0.4988,1,1,1,1,1,1,1,1,0.077,0.4988,0.4475,1,0.3542,1,1,1,1,1,1,0,0.3542,0.4624,1,0.6134,1,1,1,0.2036,0.6134,0.3587,1,1,1,1,1,0.078456752,0.806182384,0.043587331,1,1,1,1,1,0.040330511,0.784437716,0.061906025,1,1,1,1,1,0.230736941,0.637027204,0.63738521,0.637613708,0.637411348
-3544,1,0.4983,1,1,1,1,1,1,1,1,0.0979,0.4983,0.3146,1,0.354,1,1,1,1,1,1,0,0.354,0.3444,1,0.6134,1,1,1,0.1319,0.6134,0.2848,1,1,1,1,1,0.145345926,0.754471779,0.033999901,1,1,1,1,1,0.068920702,0.731807947,0.021825396,1,1,1,1,1,0.1605739,0.685909629,0.646145481,0.646287286,0.646276596
-3545,1,0.4978,1,1,1,1,1,1,1,1,0.1186,0.4978,0.1529,1,0.3539,1,1,1,1,1,1,0.1888,0.3539,0.1995,1,0.6134,1,1,1,0.1342,0.6134,0.134,1,1,1,1,1,0.250567436,0.6176669,0.015773797,1,1,1,1,1,0.280011445,0.514961958,0,1,1,1,1,1,0.161806598,0.586301327,0.652549541,0.652633806,0.65248227
-3546,1,0.4973,1,1,1,1,1,1,1,1,0.1807,0.4973,0.0686,1,0.3537,1,1,1,1,1,1,0.2795,0.3537,0.0905,1,0.6134,1,1,1,0.1234,0.6134,0.0714,1,1,1,1,1,0.293726653,0.340904981,0.018532129,1,1,1,1,1,0.338294953,0.294265181,0,1,1,1,1,1,0.174860343,0.342638254,0.64517883,0.645229532,0.645390071
-3547,1,0.4968,1,1,1,1,1,1,1,1,0.0655,0.4968,0,1,0.3536,1,1,1,1,1,1,0.0233,0.3536,0,1,0.6134,1,1,1,0.176,0.6134,0,1,1,1,1,1,0.129458889,0,0.00505148,1,1,1,1,1,0.041073062,0,0,1,1,1,1,1,0.268521637,1.96E-05,0.637143548,0.637190607,0.637411348
-3548,1,0.4963,1,1,1,1,1,1,1,1,0.0918,0.4963,0,1,0.3534,1,1,1,1,1,1,0.1062,0.3534,0,1,0.6134,1,1,1,0.1566,0.6134,0,1,1,1,1,1,0.165676624,0,0.010476673,1,1,1,1,1,0.148222417,0,0.053382203,1,1,1,1,1,0.233442634,0,0.645843403,0.645864184,0.645833333
-3549,1,0.4958,1,1,1,1,1,1,1,1,0.0698,0.4958,0,1,0.3533,1,1,1,1,1,1,0.222,0.3533,0,1,0.6134,1,1,1,0.1314,0.6134,0,1,1,1,1,1,0.198202223,0,0.014508187,1,1,1,1,1,0.238910809,0,0.098121732,1,1,1,1,1,0.265107542,0,0.617025133,0.617093294,0.617021277
-3550,1,0.4953,1,1,1,1,1,1,1,1,0.0486,0.4953,0,1,0.3531,1,1,1,1,1,1,0.175,0.3531,0,1,0.6134,1,1,1,0.1383,0.6134,0,1,1,1,1,1,0.161508366,0,0.045076083,1,1,1,1,1,0.196971089,0,0.138786927,1,1,1,1,1,0.306821913,0,0.554253262,0.554262746,0.554521277
-3551,1,0.4948,1,1,1,1,1,1,1,1,0.0422,0.4948,0,1,0.3529,1,1,1,1,1,1,0.1053,0.3529,0,1,0.6135,1,1,1,0.1693,0.6135,0,1,1,1,1,1,0.127100974,0,0.161075637,1,1,1,1,1,0.140977368,0,0.392001361,1,1,1,1,1,0.321119994,0,0.494139681,0.494182357,0.494237589
-3552,1,0.4943,1,1,1,1,1,1,1,1,0.0614,0.4943,0,1,0.3528,1,1,1,1,1,1,0.0802,0.3528,0,1,0.6135,1,1,1,0.1562,0.6135,0,1,1,1,1,1,0.134983927,0,0.302574456,1,1,1,1,1,0.129486099,0,0.604636133,1,1,1,1,1,0.277356297,0,0.454567424,0.454622382,0.454787234
-3553,1,0.4938,1,1,1,1,1,1,1,1,0.0586,0.4938,0,1,0.3526,1,1,1,1,1,1,0.1593,0.3526,0,1,0.6135,1,1,1,0.2077,0.6135,0,1,1,1,1,1,0.095916808,0,0.462299556,1,1,1,1,1,0.218365997,0,0.904499292,1,1,1,1,1,0.310569346,0,0.430582407,0.430717157,0.430407801
-3554,1,0.4933,1,1,1,1,1,1,1,1,0.0823,0.4933,0,1,0.3525,1,1,1,1,1,1,0.1103,0.3525,0,1,0.6135,1,1,1,0.2088,0.6135,0,1,1,1,1,1,0.096861482,0,0.473362982,1,1,1,1,1,0.161450595,0,0.891003489,1,1,1,1,1,0.33170417,0,0.417290962,0.417389465,0.417553191
-3555,1,0.4927,1,1,1,1,1,1,1,1,0.0674,0.4927,0,1,0.3523,1,1,1,1,1,1,0.0943,0.3523,0,1,0.6135,1,1,1,0.1993,0.6135,0,1,1,1,1,1,0.074121825,0,0.50206548,1,1,1,1,1,0.138166785,0,0.9489218,1,1,1,1,1,0.366298378,0,0.413786854,0.413793103,0.41356383
-3556,1,0.4922,1,1,1,1,1,1,1,1,0.054,0.4922,0,1,0.3521,1,1,1,1,1,1,0.1462,0.3521,0,1,0.6135,1,1,1,0.1675,0.6135,0,1,1,1,1,1,0.052917473,0,0.768061638,1,1,1,1,1,0.13619478,0,1,1,1,1,1,1,0.32209,0,0.422305462,0.422466681,0.422429078
-3557,1,0.4917,1,1,1,1,1,1,1,1,0.0358,0.4917,0.0148,1,0.352,1,1,1,1,1,1,0.0557,0.352,0.032,1,0.6135,1,1,1,0.2271,0.6135,0.0244,1,1,1,1,1,0.026969271,0.070500441,0.585641623,1,1,1,1,1,0.048281468,0.077097453,1,1,1,1,1,1,0.349496812,0,0.454809087,0.454833933,0.454787234
-3558,1,0.4912,1,1,1,1,1,1,1,1,0.0224,0.4912,0.1044,1,0.3518,1,1,1,1,1,1,0.0639,0.3518,0.1203,1,0.6135,1,1,1,0.201,0.6135,0.0567,1,1,1,1,1,0.030121982,0.410938352,0.758760929,1,1,1,1,1,0.065637685,0.447071463,1,1,1,1,1,1,0.321707338,0.167623729,0.526401643,0.526549609,0.526595745
-3559,1,0.4907,1,1,1,1,1,1,1,1,0.0043,0.4907,0.2411,1,0.3517,1,1,1,1,1,1,0.0155,0.3517,0.2619,1,0.6135,1,1,1,0.2613,0.6135,0.0383,1,1,1,1,1,0.017276993,0.623462379,0.729055047,1,1,1,1,1,0.011409696,0.681864798,0.816406548,1,1,1,1,1,0.494587451,0.205715001,0.591710971,0.591707214,0.591755319
-3560,1,0.4902,1,1,1,1,1,1,1,1,0.0104,0.4902,0.3853,1,0.3515,1,1,1,1,1,1,0.0232,0.3515,0.4121,1,0.6135,1,1,1,0.2085,0.6135,0.1539,1,1,1,1,1,0.005447025,0.731657028,0.50614059,1,1,1,1,1,0.015683249,0.797211289,0.365352094,1,1,1,1,1,0.266718864,0.340459406,0.6300145,0.629997884,0.630319149
-3561,1,0.4897,1,1,1,1,1,1,1,1,0.0119,0.4897,0.5037,1,0.3514,1,1,1,1,1,1,0.0305,0.3514,0.5289,1,0.6135,1,1,1,0.1263,0.6135,0.2423,1,1,1,1,1,0.008583868,0.81203258,0.562331557,1,1,1,1,1,0.020236006,0.851493597,0.415123314,1,1,1,1,1,0.250760853,0.418974966,0.660886902,0.660884282,0.660904255
-3562,1,0.4892,1,1,1,1,1,1,1,1,0.0461,0.4892,0.5908,1,0.3512,1,1,1,1,1,1,0.0417,0.3512,0.6104,1,0.6135,1,1,1,0.203,0.6135,0.4239,1,1,1,1,1,0.038597256,0.856958032,0.994569004,1,1,1,1,1,0.038675472,0.879827023,0.959577799,1,1,1,1,1,0.271708995,0.531847715,0.690309328,0.690501375,0.690159574
-3563,1,0.4887,1,1,1,1,1,1,1,1,0.0496,0.4887,0.6139,1,0.351,1,1,1,1,1,1,0.0412,0.351,0.6329,1,0.6135,1,1,1,0.257,0.6135,0.5109,1,1,1,1,1,0.031461589,0.872548461,1,1,1,1,1,1,0.049061257,0.886400044,1,1,1,1,1,1,0.207245737,0.641080022,0.71520058,0.715464354,0.715425532
-3564,1,0.4882,1,1,1,1,1,1,1,1,0.0671,0.4882,0.6184,1,0.3509,1,1,1,1,1,1,0.0313,0.3509,0.6364,1,0.6135,1,1,1,0.1599,0.6135,0.5668,1,1,1,1,1,0.045831367,0.872018576,1,1,1,1,1,1,0.082603991,0.886848688,1,1,1,1,1,1,0.148514807,0.76868546,0.733204447,0.73344616,0.733599291
-3565,1,0.4877,1,1,1,1,1,1,1,1,0.1359,0.4877,0.7381,1,0.3507,1,1,1,1,1,1,0.2037,0.3507,0.7612,1,0.6135,1,1,1,0.1744,0.6135,0.6953,1,1,1,1,1,0.121270075,1,1,1,1,1,1,1,0.234823585,1,1,1,1,1,1,1,0.189844504,0.981084824,0.748912518,0.74910091,0.749113475
-3566,1,0.4872,1,1,1,1,1,1,1,1,0.2853,0.4872,0.5381,1,0.3506,1,1,1,1,1,1,0.5795,0.3506,0.568,1,0.6135,1,1,1,0.2001,0.6135,0.4214,1,1,1,1,1,0.324162006,0.805744886,1,1,1,1,1,1,0.571432233,0.795587182,1,1,1,1,1,1,0.236119002,0.775294781,0.754893668,0.755024328,0.755319149
-3567,1,0.4867,1,1,1,1,1,1,1,1,0.3985,0.4867,0.4411,1,0.3504,1,1,1,1,1,1,0.8316,0.3504,0.4747,1,0.6135,1,1,1,0.1687,0.6135,0.2961,1,1,1,1,1,0.344619453,0.713221431,1,1,1,1,1,1,0.748876095,0.724183679,1,1,1,1,1,1,0.27526775,0.458135545,0.762324795,0.762428602,0.762411348
-3568,1,0.4862,1,1,1,1,1,1,1,1,0.3226,0.4862,0.2971,1,0.3502,1,1,1,1,1,1,0.5426,0.3502,0.3364,1,0.6135,1,1,1,0.1926,0.6135,0.106,1,1,1,1,1,0.163874745,0.565094471,1,1,1,1,1,1,0.569252372,0.490527153,1,1,1,1,1,1,0.332711935,0.194451988,0.767701788,0.767717368,0.768173759
-3569,1,0.4857,1,1,1,1,1,1,1,1,0.2602,0.4857,0.1374,1,0.3501,1,1,1,1,1,1,0.2145,0.3501,0.1676,1,0.6135,1,1,1,0.1851,0.6135,0.0548,1,1,1,1,1,0.168310583,0.339601398,1,1,1,1,1,1,0.254812121,0.335416704,1,1,1,1,1,1,0.260572493,0.034248512,0.761962301,0.7620055,0.761968085
-3570,1,0.4852,1,1,1,1,1,1,1,1,0.1575,0.4852,0.0379,1,0.3499,1,1,1,1,1,1,0.1054,0.3499,0.0514,1,0.6135,1,1,1,0.2073,0.6135,0.0016,1,1,1,1,1,0.095797844,0.07388413,1,1,1,1,1,1,0.114533648,0.114983805,1,1,1,1,1,1,0.236689717,0,0.741360561,0.741485086,0.741578014
-3571,1,0.4847,1,1,1,1,1,1,1,1,0.0595,0.4847,0,1,0.3498,1,1,1,1,1,1,0.0148,0.3498,0,1,0.6135,1,1,1,0.1577,0.6135,0,1,1,1,1,1,0.026433082,0,1,1,1,1,1,1,0.051009551,0,1,1,1,1,1,1,0.171446875,0,0.725894152,0.726041887,0.72606383
-3572,1,0.4842,1,1,1,1,1,1,1,1,0.1047,0.4842,0,1,0.3496,1,1,1,1,1,1,0.2086,0.3496,0,1,0.6135,1,1,1,0.1903,0.6135,0,1,1,1,1,1,0.031283509,0,0.989433348,1,1,1,1,1,0.247665733,0,1,1,1,1,1,1,0.258566171,0,0.716348478,0.716522107,0.716755319
-3573,1,0.4837,1,1,1,1,1,1,1,1,0.2137,0.4837,0,1,0.3494,1,1,1,1,1,1,0,0.3494,0,1,0.6135,1,1,1,0.2456,0.6135,0,1,1,1,1,1,0.141787693,0,1,1,1,1,1,1,0.07560759,0,1,1,1,1,1,1,0.416303754,0,0.664934751,0.664903744,0.664893617
-3574,1,0.4831,1,1,1,1,1,1,1,1,0.1181,0.4831,0,1,0.3493,1,1,1,1,1,1,0.0896,0.3493,0,1,0.6136,1,1,1,0.1519,0.6136,0,1,1,1,1,1,0.124550261,0,1,1,1,1,1,1,0.125292331,0,0.97251153,1,1,1,1,1,0.269533306,0,0.594852586,0.594880474,0.594858156
-3575,1,0.4826,1,1,1,1,1,1,1,1,0.081,0.4826,0,1,0.3491,1,1,1,1,1,1,0.0128,0.3491,0,1,0.6136,1,1,1,0.2199,0.6136,0,1,1,1,1,1,0.071941905,0,0.954828322,1,1,1,1,1,0.022194223,0,1,1,1,1,1,1,0.211073011,0,0.531959884,0.531838375,0.531914894
-3576,1,0.4821,1,1,1,1,1,1,1,1,0.0823,0.4821,0,1,0.349,1,1,1,1,1,1,0.0072,0.349,0,1,0.6136,1,1,1,0.1855,0.6136,0,1,1,1,1,1,0.05590377,0,0.730763555,1,1,1,1,1,0.021764979,0,0.995413661,1,1,1,1,1,0.15457876,0,0.487856452,0.487835837,0.488031915
-3577,1,0.4816,1,1,1,1,1,1,1,1,0.1181,0.4816,0,1,0.3488,1,1,1,1,1,1,0,0.3488,0,1,0.6136,1,1,1,0.1242,0.6136,0,1,1,1,1,1,0.052254882,0,1,1,1,1,1,1,0.015713951,0,1,1,1,1,1,1,0.182732388,0,0.46157564,0.461603554,0.461879433
-3578,1,0.4811,1,1,1,1,1,1,1,1,0.1527,0.4811,0,1,0.3487,1,1,1,1,1,1,0.0347,0.3487,0,1,0.6136,1,1,1,0.0603,0.6136,0,1,1,1,1,1,0.068050891,0,1,1,1,1,1,1,0.061540037,0,1,1,1,1,1,1,0.19726111,0,0.44641131,0.446583457,0.446365248
-3579,1,0.4806,1,1,1,1,1,1,1,1,0.2263,0.4806,0,1,0.3485,1,1,1,1,1,1,0.0248,0.3485,0,1,0.6136,1,1,1,0.0587,0.6136,0,1,1,1,1,1,0.132380158,0,1,1,1,1,1,1,0.042824194,0,1,1,1,1,1,1,0.18383497,0,0.440369744,0.440448487,0.440602837
-3580,1,0.4801,1,1,1,1,1,1,1,1,0.204,0.4801,0,1,0.3483,1,1,1,1,1,1,0.0544,0.3483,0,1,0.6136,1,1,1,0.0675,0.6136,0,1,1,1,1,1,0.124652833,0,1,1,1,1,1,1,0.074165821,0,1,1,1,1,1,1,0.184977099,0,0.448888352,0.448910514,0.449024823
-3581,1,0.4796,1,1,1,1,1,1,1,1,0.2219,0.4796,0.002,1,0.3482,1,1,1,1,1,1,0.0281,0.3482,0.0002,1,0.6136,1,1,1,0.0648,0.6136,0.0147,1,1,1,1,1,0.170570537,0.003178586,1,1,1,1,1,1,0.051906705,0.000125042,1,1,1,1,1,1,0.12028639,0.015197527,0.480002417,0.480008462,0.480053191
-3582,1,0.4791,1,1,1,1,1,1,1,1,0.1753,0.4791,0.1075,1,0.348,1,1,1,1,1,1,0.0282,0.348,0.1097,1,0.6136,1,1,1,0.0469,0.6136,0.1052,1,1,1,1,1,0.124947153,0.167441785,1,1,1,1,1,1,0.026179761,0.145759761,0.51885426,1,1,1,1,1,0.10415519,0.150937274,0.551232479,0.551301037,0.55141844
-3583,1,0.4786,1,1,1,1,1,1,1,1,0.0384,0.4786,0.2007,1,0.3479,1,1,1,1,1,1,0.0044,0.3479,0.2004,1,0.6136,1,1,1,0.0372,0.6136,0.1987,1,1,1,1,1,0.039014544,0.298524797,0.593866229,1,1,1,1,1,0.003811974,0.276540428,0.22970289,1,1,1,1,1,0.080116943,0.28707549,0.612554374,0.61265073,0.612588652
-3584,1,0.4781,1,1,1,1,1,1,1,1,0.0222,0.4781,0.2846,1,0.3477,1,1,1,1,1,1,0,0.3477,0.2668,1,0.6136,1,1,1,0.0498,0.6136,0.3068,1,1,1,1,1,0.025984548,0.382080019,0.370234758,1,1,1,1,1,0,0.362351686,0.035187438,1,1,1,1,1,0.105128475,0.399401307,0.64101015,0.640998519,0.641400709
-3585,1,0.4776,1,1,1,1,1,1,1,1,0.0051,0.4776,0.3183,1,0.3475,1,1,1,1,1,1,0,0.3475,0.3084,1,0.6136,1,1,1,0.0363,0.6136,0.4275,1,1,1,1,1,0.000958713,0.457785666,0.144416004,1,1,1,1,1,0,0.460772693,0,1,1,1,1,1,0.082781754,0.521990716,0.659980667,0.660038079,0.660460993
-3586,1,0.4771,1,1,1,1,1,1,1,1,0.0044,0.4771,0.3736,1,0.3474,1,1,1,1,1,1,0,0.3474,0.4055,1,0.6136,1,1,1,0.0123,0.6136,0.4821,1,1,1,1,1,0.000409772,0.555519164,0.203527361,1,1,1,1,1,0,0.569360733,0,1,1,1,1,1,0.038041174,0.566524148,0.675628323,0.675692828,0.675531915
-3587,1,0.4766,1,1,1,1,1,1,1,1,0.0054,0.4766,0.4224,1,0.3472,1,1,1,1,1,1,0,0.3472,0.4178,1,0.6136,1,1,1,0.0414,0.6136,0.5455,1,1,1,1,1,0.001427055,0.61434859,0.01457786,1,1,1,1,1,0.000145628,0.598573744,0,1,1,1,1,1,0.097164094,0.652651668,0.685173997,0.685212608,0.685283688
-3588,1,0.4761,1,1,1,1,1,1,1,1,0.0053,0.4761,0.4295,1,0.3471,1,1,1,1,1,1,0.0232,0.3471,0.422,1,0.6136,1,1,1,0.0494,0.6136,0.5476,1,1,1,1,1,0.006413298,0.59093082,0.127637714,1,1,1,1,1,0.015548449,0.57221657,0.092401564,1,1,1,1,1,0.159426495,0.644114256,0.688073949,0.688174318,0.688386525
-3589,1,0.4756,1,1,1,1,1,1,1,1,0.0075,0.4756,0.4159,1,0.3469,1,1,1,1,1,1,0.1607,0.3469,0.4159,1,0.6136,1,1,1,0.0778,0.6136,0.5293,1,1,1,1,1,0.015314573,0.559303105,0.411627948,1,1,1,1,1,0.098427951,0.530068099,0.219325662,1,1,1,1,1,0.224676102,0.606813788,0.693330111,0.693463084,0.693705674
-3590,1,0.4751,1,1,1,1,1,1,1,1,0.0119,0.4751,0.3889,1,0.3468,1,1,1,1,1,1,0.1757,0.3468,0.4302,1,0.6136,1,1,1,0.0413,0.6136,0.5193,1,1,1,1,1,0.054875229,0.599603295,0.9761011,1,1,1,1,1,0.167373911,0.685566843,0.083227761,1,1,1,1,1,0.121130861,0.574466109,0.691336394,0.691347578,0.691489362
-3591,1,0.4746,1,1,1,1,1,1,1,1,0.0246,0.4746,0.3467,1,0.3466,1,1,1,1,1,1,0.3044,0.3466,0.3795,1,0.6136,1,1,1,0.0268,0.6136,0.3997,1,1,1,1,1,0.11570403,0.582882106,0.920983315,1,1,1,1,1,0.311571509,0.667802811,0,1,1,1,1,1,0.057124626,0.599562407,0.689644756,0.689655172,0.689716312
-3592,1,0.4741,1,1,1,1,1,1,1,1,0.0292,0.4741,0.2554,1,0.3464,1,1,1,1,1,1,0.3246,0.3464,0.2824,1,0.6136,1,1,1,0.014,0.6136,0.2785,1,1,1,1,1,0.051086944,0.608874619,0.396034092,1,1,1,1,1,0.240544051,0.706816077,0.010640839,1,1,1,1,1,0.031951375,0.732347608,0.691457226,0.691559128,0.691932624
-3593,1,0.4735,1,1,1,1,1,1,1,1,0.0587,0.4735,0.1413,1,0.3463,1,1,1,1,1,1,0.04,0.3463,0.1668,1,0.6136,1,1,1,0.0155,0.6136,0.1408,1,1,1,1,1,0.10252665,0.288796395,0.02681198,1,1,1,1,1,0.087525427,0.347997516,0,1,1,1,1,1,0.027813198,0.382452756,0.687409377,0.687539666,0.687943262
-3594,1,0.473,1,1,1,1,1,1,1,1,0.0257,0.473,0.0476,1,0.3461,1,1,1,1,1,1,0.0042,0.3461,0.0622,1,0.6136,1,1,1,0.0176,0.6136,0.0709,1,1,1,1,1,0.056637146,0.081843391,0.013291403,1,1,1,1,1,0.025414973,0.183916718,0,1,1,1,1,1,0.019783616,0.210265309,0.673030449,0.67294267,0.67287234
-3595,1,0.4725,1,1,1,1,1,1,1,1,0.0246,0.4725,0,1,0.346,1,1,1,1,1,1,0,0.346,0,1,0.6136,1,1,1,0.0234,0.6136,0,1,1,1,1,1,0.046157405,0,0.013034803,1,1,1,1,1,0.006350074,0,0.002988744,1,1,1,1,1,0.008704186,0,0.662397293,0.662576687,0.662234043
-3596,1,0.472,1,1,1,1,1,1,1,1,0.0363,0.472,0,1,0.3458,1,1,1,1,1,1,0,0.3458,0,1,0.6136,1,1,1,0.0363,0.6136,0,1,1,1,1,1,0.061773781,0,0.00369045,1,1,1,1,1,0.007882418,0,0,1,1,1,1,1,0.009674998,0,0.670251329,0.670404062,0.670656028
-3597,1,0.4715,1,1,1,1,1,1,1,1,0.0671,0.4715,0,1,0.3456,1,1,1,1,1,1,0,0.3456,0,1,0.6137,1,1,1,0.0411,0.6137,0,1,1,1,1,1,0.096286289,0,0.052643508,1,1,1,1,1,0.011339388,0,0.028554451,1,1,1,1,1,0.019246452,0,0.642037216,0.642056272,0.642287234
-3598,1,0.471,1,1,1,1,1,1,1,1,0.0912,0.471,0,1,0.3455,1,1,1,1,1,1,0,0.3455,0,1,0.6137,1,1,1,0.0276,0.6137,0,1,1,1,1,1,0.147588089,0,0.040527374,1,1,1,1,1,0.003352188,0,0.036013089,1,1,1,1,1,0.032649454,0,0.577150797,0.577110218,0.57712766
-3599,1,0.4705,1,1,1,1,1,1,1,1,0.1121,0.4705,0,1,0.3453,1,1,1,1,1,1,0.0077,0.3453,0,1,0.6137,1,1,1,0.0469,0.6137,0,1,1,1,1,1,0.22943607,0,0.045700494,1,1,1,1,1,0.012609962,0,0.002971728,1,1,1,1,1,0.083014138,0,0.513895602,0.513856569,0.514184397
-3600,1,0.47,1,1,1,1,1,1,1,1,0.1116,0.47,0,1,0.3452,1,1,1,1,1,1,0.0761,0.3452,0,1,0.6137,1,1,1,0.0889,0.6137,0,1,1,1,1,1,0.265228838,0,0.044710577,1,1,1,1,1,0.080985188,0,0.022147644,1,1,1,1,1,0.135346234,0,0.467617206,0.467738523,0.467641844
-3601,1,0.4695,1,1,1,1,1,1,1,1,0.1462,0.4695,0,1,0.345,1,1,1,1,1,1,0.0834,0.345,0,1,0.6137,1,1,1,0.1575,0.6137,0,1,1,1,1,1,0.278411746,0,0.013399864,1,1,1,1,1,0.095106736,0,0.074301317,1,1,1,1,1,0.170565993,0,0.441034316,0.440871589,0.441046099
-3602,1,0.469,1,1,1,1,1,1,1,1,0.097,0.469,0,1,0.3449,1,1,1,1,1,1,0.0974,0.3449,0,1,0.6137,1,1,1,0.1482,0.6137,0,1,1,1,1,1,0.210183948,0,0.000778167,1,1,1,1,1,0.124244757,0,0.259686917,1,1,1,1,1,0.184833884,0,0.425326245,0.425216839,0.425531915
-3603,1,0.4685,1,1,1,1,1,1,1,1,0.0614,0.4685,0,1,0.3447,1,1,1,1,1,1,0.072,0.3447,0,1,0.6137,1,1,1,0.1197,0.6137,0,1,1,1,1,1,0.11129193,0,0.050860643,1,1,1,1,1,0.11038062,0,0.286540598,1,1,1,1,1,0.154759809,0,0.418499275,0.418658769,0.418439716
-3604,1,0.468,1,1,1,1,1,1,1,1,0.0816,0.468,0,1,0.3445,1,1,1,1,1,1,0.0543,0.3445,0,1,0.6137,1,1,1,0.0981,0.6137,0,1,1,1,1,1,0.209114179,0,0.080338366,1,1,1,1,1,0.11673975,0,0.141397133,1,1,1,1,1,0.143215388,0,0.425507492,0.425639941,0.425531915
-3605,1,0.4675,1,1,1,1,1,1,1,1,0.047,0.4675,0.1103,1,0.3444,1,1,1,1,1,1,0.1111,0.3444,0.1317,1,0.6137,1,1,1,0.087,0.6137,0.1407,1,1,1,1,1,0.128798485,0.294550776,0.050390474,1,1,1,1,1,0.198811069,0.301408499,0.190907344,1,1,1,1,1,0.119628698,0.138829365,0.453419526,0.453564629,0.453457447
-3606,1,0.467,1,1,1,1,1,1,1,1,0.0371,0.467,0.0997,1,0.3442,1,1,1,1,1,1,0.1158,0.3442,0.1367,1,0.6137,1,1,1,0.0707,0.6137,0.1012,1,1,1,1,1,0.076849751,0.629781008,0.048902348,1,1,1,1,1,0.154458016,0.622606814,0.209068328,1,1,1,1,1,0.118433177,0.565673649,0.522595457,0.522741697,0.522606383
-3607,1,0.4665,1,1,1,1,1,1,1,1,0.0454,0.4665,0.2496,1,0.3441,1,1,1,1,1,1,0.1179,0.3441,0.2754,1,0.6137,1,1,1,0.0347,0.6137,0.2479,1,1,1,1,1,0.064500004,0.786151409,0.009268311,1,1,1,1,1,0.110682294,0.821594775,0.135306284,1,1,1,1,1,0.079650596,0.796645463,0.586333978,0.586418447,0.58643617
-3608,1,0.466,1,1,1,1,1,1,1,1,0.0534,0.466,0.4178,1,0.3439,1,1,1,1,1,1,0.1729,0.3439,0.4423,1,0.6137,1,1,1,0.0482,0.6137,0.4177,1,1,1,1,1,0.052190546,0.903112888,0.097391859,1,1,1,1,1,0.191908777,0.911204576,0.096522786,1,1,1,1,1,0.124503464,0.881063402,0.617387627,0.617516395,0.617464539
-3609,1,0.4655,1,1,1,1,1,1,1,1,0.0851,0.4655,0.5477,1,0.3437,1,1,1,1,1,1,0.1736,0.3437,0.562,1,0.6137,1,1,1,0.031,0.6137,0.5327,1,1,1,1,1,0.054193079,0.937021554,0.145918429,1,1,1,1,1,0.217475533,0.943914533,0.525630891,1,1,1,1,1,0.092089318,0.916442573,0.643003867,0.642902475,0.643173759
-3610,1,0.465,1,1,1,1,1,1,1,1,0.0491,0.465,0.6433,1,0.3436,1,1,1,1,1,1,0.174,0.3436,0.6518,1,0.6137,1,1,1,0.0701,0.6137,0.5951,1,1,1,1,1,0.043425784,0.950980544,0.160027146,1,1,1,1,1,0.196705058,0.958842874,0.776943326,1,1,1,1,1,0.135851324,0.909355044,0.665478492,0.665538396,0.665780142
-3611,1,0.4645,1,1,1,1,1,1,1,1,0.0678,0.4645,0.6742,1,0.3434,1,1,1,1,1,1,0.187,0.3434,0.6871,1,0.6137,1,1,1,0.0771,0.6137,0.593,1,1,1,1,1,0.079824336,0.944515049,0.241265267,1,1,1,1,1,0.167650819,0.966106832,0.555461049,1,1,1,1,1,0.134416476,0.870692134,0.680521991,0.680558494,0.680851064
-3612,1,0.4639,1,1,1,1,1,1,1,1,0.0452,0.4639,0.6652,1,0.3433,1,1,1,1,1,1,0.1244,0.3433,0.6858,1,0.6137,1,1,1,0.1084,0.6137,0.5919,1,1,1,1,1,0.074940018,0.920206547,0.112088993,1,1,1,1,1,0.121765047,0.937099457,0.405834854,1,1,1,1,1,0.1691809,0.827361882,0.688919768,0.68880897,0.68927305
-3613,1,0.4634,1,1,1,1,1,1,1,1,0.033,0.4634,0.6442,1,0.3431,1,1,1,1,1,1,0.244,0.3431,0.6817,1,0.6137,1,1,1,0.0711,0.6137,0.5522,1,1,1,1,1,0.048547745,0.908255279,0.15032877,1,1,1,1,1,0.231109664,0.9221313,0.473765492,1,1,1,1,1,0.14805007,0.833411098,0.699915418,0.699809604,0.70035461
-3614,1,0.4629,1,1,1,1,1,1,1,1,0.0703,0.4629,0.5684,1,0.343,1,1,1,1,1,1,0.2456,0.343,0.6137,1,0.6137,1,1,1,0.1918,0.6137,0.515,1,1,1,1,1,0.087439373,0.88481462,0.202150628,1,1,1,1,1,0.244286567,0.918569803,0.490187705,1,1,1,1,1,0.353945315,0.810814023,0.703479942,0.703617516,0.703900709
-3615,1,0.4624,1,1,1,1,1,1,1,1,0.0989,0.4624,0.4627,1,0.3428,1,1,1,1,1,1,0.3262,0.3428,0.5155,1,0.6137,1,1,1,0.3121,0.6137,0.4454,1,1,1,1,1,0.125587195,0.873117447,0.100791462,1,1,1,1,1,0.33289519,0.915029585,0.399913669,1,1,1,1,1,0.471137404,0.78790164,0.706138231,0.706156124,0.706560284
-3616,1,0.4619,1,1,1,1,1,1,1,1,0.1385,0.4619,0.327,1,0.3426,1,1,1,1,1,1,0.3265,0.3426,0.3831,1,0.6137,1,1,1,0.2522,0.6137,0.3034,1,1,1,1,1,0.202094838,0.836880386,0.12338841,1,1,1,1,1,0.322177172,0.895411015,0.721084833,1,1,1,1,1,0.365073174,0.7301929,0.706259062,0.706156124,0.706560284
-3617,1,0.4614,1,1,1,1,1,1,1,1,0.1675,0.4614,0.1535,1,0.3425,1,1,1,1,1,1,0.4117,0.3425,0.2145,1,0.6137,1,1,1,0.2632,0.6137,0.1413,1,1,1,1,1,0.256001323,0.747255087,0.071122013,1,1,1,1,1,0.404744923,0.795376241,0.69007802,1,1,1,1,1,0.4356291,0.631903708,0.696290478,0.696424794,0.696365248
-3618,1,0.4609,1,1,1,1,1,1,1,1,0.1567,0.4609,0.0846,1,0.3423,1,1,1,1,1,1,0.3767,0.3423,0.1202,1,0.6137,1,1,1,0.3362,0.6137,0.0791,1,1,1,1,1,0.344221175,0.509467781,0.042513158,1,1,1,1,1,0.396902502,0.560490251,0.419285655,1,1,1,1,1,0.543726861,0.399428636,0.675507492,0.675692828,0.675531915
-3619,1,0.4604,1,1,1,1,1,1,1,1,0.0631,0.4604,0.0126,1,0.3422,1,1,1,1,1,1,0.1491,0.3422,0.0913,1,0.6137,1,1,1,0.2649,0.6137,0.0671,1,1,1,1,1,0.127659813,0.01395418,0.071372882,1,1,1,1,1,0.167030811,0.155470818,0.227948442,1,1,1,1,1,0.395153612,0,0.654422426,0.654537762,0.654255319
-3620,1,0.4599,1,1,1,1,1,1,1,1,0.1111,0.4599,0,1,0.342,1,1,1,1,1,1,0.2171,0.342,0,1,0.6138,1,1,1,0.1705,0.6138,0,1,1,1,1,1,0.251687884,0,0.186001688,1,1,1,1,1,0.298245907,0,0.219502881,1,1,1,1,1,0.263324589,0,0.655932818,0.655807066,0.656471631
-3621,1,0.4594,1,1,1,1,1,1,1,1,0.0723,0.4594,0,1,0.3418,1,1,1,1,1,1,0.2111,0.3418,0,1,0.6138,1,1,1,0.1516,0.6138,0,1,1,1,1,1,0.111730307,0,0.159558699,1,1,1,1,1,0.297321081,0,0.16866231,1,1,1,1,1,0.246314824,0,0.631766554,0.63169029,0.632092199
-3622,1,0.4589,1,1,1,1,1,1,1,1,0.1066,0.4589,0,1,0.3417,1,1,1,1,1,1,0.134,0.3417,0,1,0.6138,1,1,1,0.2397,0.6138,0,1,1,1,1,1,0.112210199,0,0.07789965,1,1,1,1,1,0.20667991,0,0.162020937,1,1,1,1,1,0.384479284,0,0.565248913,0.565263381,0.565159574
-3623,1,0.4584,1,1,1,1,1,1,1,1,0.1728,0.4584,0,1,0.3415,1,1,1,1,1,1,0.3392,0.3415,0,1,0.6138,1,1,1,0.2568,0.6138,0,1,1,1,1,1,0.214597136,0,0.072429277,1,1,1,1,1,0.505731046,0,0.227493212,1,1,1,1,1,0.397652447,0,0.499395843,0.499471123,0.499556738
-3624,1,0.4579,1,1,1,1,1,1,1,1,0.1902,0.4579,0,1,0.3414,1,1,1,1,1,1,0.2282,0.3414,0,1,0.6138,1,1,1,0.1919,0.6138,0,1,1,1,1,1,0.220104828,0,0.066358104,1,1,1,1,1,0.39473623,0,0.275316775,1,1,1,1,1,0.356375724,0,0.454023683,0.45398773,0.453900709
-3625,1,0.4574,1,1,1,1,1,1,1,1,0.1984,0.4574,0,1,0.3412,1,1,1,1,1,1,0.145,0.3412,0,1,0.6138,1,1,1,0.1656,0.6138,0,1,1,1,1,1,0.16251035,0,0.169652149,1,1,1,1,1,0.296465725,0,0.355639279,1,1,1,1,1,0.377810627,0,0.426474142,0.426486143,0.42641844
-3626,1,0.4569,1,1,1,1,1,1,1,1,0.161,0.4569,0,1,0.341,1,1,1,1,1,1,0.2981,0.341,0,1,0.6138,1,1,1,0.1707,0.6138,0,1,1,1,1,1,0.135001555,0,0.297644556,1,1,1,1,1,0.435203075,0,0.318132222,1,1,1,1,1,0.381688952,0,0.411128565,0.411042945,0.411347518
-3627,1,0.4564,1,1,1,1,1,1,1,1,0.1362,0.4564,0,1,0.3409,1,1,1,1,1,1,0.3911,0.3409,0,1,0.6138,1,1,1,0.1391,0.6138,0,1,1,1,1,1,0.121214435,0,0.387083441,1,1,1,1,1,0.48616153,0,0.193061531,1,1,1,1,1,0.279537678,0,0.40520783,0.405119526,0.405141844
-3628,1,0.4559,1,1,1,1,1,1,1,1,0.1748,0.4559,0,1,0.3407,1,1,1,1,1,1,0.3499,0.3407,0,1,0.6138,1,1,1,0.099,0.6138,0,1,1,1,1,1,0.151856005,0,0.293611705,1,1,1,1,1,0.397327125,0,0.107350528,1,1,1,1,1,0.181376502,0,0.410101498,0.409985191,0.41001773
-3629,1,0.4554,1,1,1,1,1,1,1,1,0.1223,0.4554,0.1307,1,0.3406,1,1,1,1,1,1,0.1152,0.3406,0.1544,1,0.6138,1,1,1,0.0963,0.6138,0.1626,1,1,1,1,1,0.091832846,0.315466613,0.174070582,1,1,1,1,1,0.178706974,0.293171436,0.146445811,1,1,1,1,1,0.148755625,0.424672961,0.432999033,0.433044214,0.433067376
-3630,1,0.4549,1,1,1,1,1,1,1,1,0.0631,0.4549,0.0992,1,0.3404,1,1,1,1,1,1,0.0761,0.3404,0.1364,1,0.6138,1,1,1,0.0602,0.6138,0.0904,1,1,1,1,1,0.060758747,0.637273788,0.173018187,1,1,1,1,1,0.140503496,0.620603979,0.216538757,1,1,1,1,1,0.078324087,0.711996377,0.499093765,0.499048022,0.499113475
-3631,1,0.4543,1,1,1,1,1,1,1,1,0.1455,0.4543,0.255,1,0.3403,1,1,1,1,1,1,0.06,0.3403,0.2872,1,0.6138,1,1,1,0.0216,0.6138,0.2511,1,1,1,1,1,0.076638483,0.826831996,0.60165596,1,1,1,1,1,0.089426592,0.822481692,0.384987712,1,1,1,1,1,0.0095576,0.792920113,0.55818028,0.558070658,0.558510638
-3632,1,0.4538,1,1,1,1,1,1,1,1,0.1202,0.4538,0.4233,1,0.3401,1,1,1,1,1,1,0.0811,0.3401,0.4403,1,0.6138,1,1,1,0.0438,0.6138,0.4014,1,1,1,1,1,0.072920777,0.881243587,0.3454144,1,1,1,1,1,0.090378538,0.886839747,0.294275939,1,1,1,1,1,0.011222085,0.91424191,0.586938134,0.586841549,0.586879433
-3633,1,0.4533,1,1,1,1,1,1,1,1,0.0762,0.4533,0.5451,1,0.3399,1,1,1,1,1,1,0.0864,0.3399,0.5542,1,0.6138,1,1,1,0.1078,0.6138,0.5626,1,1,1,1,1,0.028154815,0.908463895,0.379384339,1,1,1,1,1,0.107550234,0.915656865,0.481964976,1,1,1,1,1,0.026371909,0.954071403,0.606029483,0.605881109,0.605939716
-3634,1,0.4528,1,1,1,1,1,1,1,1,0.0519,0.4528,0.6353,1,0.3398,1,1,1,1,1,1,0.1041,0.3398,0.629,1,0.6138,1,1,1,0.1174,0.6138,0.6611,1,1,1,1,1,0.017606569,0.927685678,0.385042012,1,1,1,1,1,0.124816991,0.921165109,0.65324533,1,1,1,1,1,0.069317371,0.974697292,0.621737554,0.621747409,0.621897163
-3635,1,0.4523,1,1,1,1,1,1,1,1,0.0491,0.4523,0.6692,1,0.3396,1,1,1,1,1,1,0.0801,0.3396,0.6193,1,0.6138,1,1,1,0.0851,0.6138,0.6933,1,1,1,1,1,0.013769839,0.933502913,0.312586129,1,1,1,1,1,0.096868917,0.867018282,0.385390103,1,1,1,1,1,0.031627446,0.959830105,0.629410343,0.629363232,0.629432624
-3636,1,0.4518,1,1,1,1,1,1,1,1,0.0574,0.4518,0.6538,1,0.3395,1,1,1,1,1,1,0.0993,0.3395,0.5949,1,0.6138,1,1,1,0.1145,0.6138,0.6921,1,1,1,1,1,0.017284688,0.878040552,0.280176908,1,1,1,1,1,0.115224481,0.770761251,0.341741383,1,1,1,1,1,0.031468306,0.963229418,0.630497825,0.630632536,0.630762411
-3637,1,0.4513,1,1,1,1,1,1,1,1,0.0638,0.4513,0.6225,1,0.3393,1,1,1,1,1,1,0.1525,0.3393,0.5232,1,0.6138,1,1,1,0.0686,0.6138,0.6519,1,1,1,1,1,0.022115849,0.821674645,0.254374802,1,1,1,1,1,0.188761786,0.714902282,0.587288737,1,1,1,1,1,0.013179851,0.94028008,0.633881102,0.633805796,0.633865248
-3638,1,0.4508,1,1,1,1,1,1,1,1,0.1015,0.4508,0.5084,1,0.3391,1,1,1,1,1,1,0.1574,0.3391,0.4923,1,0.6138,1,1,1,0.0609,0.6138,0.5492,1,1,1,1,1,0.040341221,0.71021378,0.214455545,1,1,1,1,1,0.235561252,0.687769771,0.581740856,1,1,1,1,1,0.005932573,0.942838848,0.631343644,0.631478739,0.631648936
-3639,1,0.4503,1,1,1,1,1,1,1,1,0.1453,0.4503,0.4208,1,0.339,1,1,1,1,1,1,0.1986,0.339,0.386,1,0.6138,1,1,1,0.0607,0.6138,0.4041,1,1,1,1,1,0.104619943,0.633912265,0.323845863,1,1,1,1,1,0.288428962,0.544816315,0.60852778,1,1,1,1,1,0.021743879,0.854016185,0.62457709,0.624709118,0.624556738
-3640,1,0.4498,1,1,1,1,1,1,1,1,0.1764,0.4498,0.2983,1,0.3388,1,1,1,1,1,1,0.2135,0.3388,0.3085,1,0.6138,1,1,1,0.042,0.6138,0.2802,1,1,1,1,1,0.153054535,0.566240072,0.409584075,1,1,1,1,1,0.25996688,0.525747299,0.720840096,1,1,1,1,1,0.021859867,0.654237747,0.615273079,0.615189338,0.615691489
-3641,1,0.4493,1,1,1,1,1,1,1,1,0.1839,0.4493,0.1575,1,0.3387,1,1,1,1,1,1,0.2906,0.3387,0.1726,1,0.6138,1,1,1,0.0417,0.6138,0.1446,1,1,1,1,1,0.215194941,0.411462665,0.427686334,1,1,1,1,1,0.351391137,0.360357046,0.647653401,1,1,1,1,1,0.056162968,0.466473222,0.598900435,0.598899937,0.59929078
-3642,1,0.4488,1,1,1,1,1,1,1,1,0.1542,0.4488,0.0543,1,0.3385,1,1,1,1,1,1,0.3524,0.3385,0.0611,1,0.6138,1,1,1,0.0406,0.6138,0.0561,1,1,1,1,1,0.242492169,0.122263849,0.367886692,1,1,1,1,1,0.420476258,0.135645747,0.864194751,1,1,1,1,1,0.063265584,0.235885322,0.57962784,0.579648826,0.579787234
-3643,1,0.4483,1,1,1,1,1,1,1,1,0.087,0.4483,0,1,0.3384,1,1,1,1,1,1,0.2299,0.3384,0,1,0.6139,1,1,1,0.1049,0.6139,0,1,1,1,1,1,0.137363076,0,0.484514773,1,1,1,1,1,0.289258957,0,0.933056056,1,1,1,1,1,0.197004706,0,0.570202997,0.570340597,0.570478723
-3644,1,0.4478,1,1,1,1,1,1,1,1,0.1415,0.4478,0,1,0.3382,1,1,1,1,1,1,0.4493,0.3382,0,1,0.6139,1,1,1,0.1259,0.6139,0,1,1,1,1,1,0.284821361,0,0.473454177,1,1,1,1,1,0.5252648,0,0.997879624,1,1,1,1,1,0.242101327,0,0.578479942,0.578591073,0.578457447
-3645,1,0.4473,1,1,1,1,1,1,1,1,0.1257,0.4473,0,1,0.338,1,1,1,1,1,1,0.4231,0.338,0,1,0.6139,1,1,1,0.2069,0.6139,0,1,1,1,1,1,0.207399592,0,0.534038782,1,1,1,1,1,0.503309965,0,1,1,1,1,1,1,0.370011717,0,0.559811503,0.559763063,0.559840426
-3646,1,0.4468,1,1,1,1,1,1,1,1,0.2087,0.4468,0,1,0.3379,1,1,1,1,1,1,0.5196,0.3379,0,1,0.6139,1,1,1,0.1933,0.6139,0,1,1,1,1,1,0.336811095,0,0.719918966,1,1,1,1,1,0.630371213,0,1,1,1,1,1,1,0.413169354,0,0.512687289,0.512798815,0.51285461
-3647,1,0.4463,1,1,1,1,1,1,1,1,0.1376,0.4463,0,1,0.3377,1,1,1,1,1,1,0.5379,0.3377,0,1,0.6139,1,1,1,0.1367,0.6139,0,1,1,1,1,1,0.23077403,0,0.697033226,1,1,1,1,1,0.62905544,0,1,1,1,1,1,1,0.333869249,0,0.462179797,0.462238206,0.461879433
-3648,1,0.4458,1,1,1,1,1,1,1,1,0.1685,0.4458,0,1,0.3376,1,1,1,1,1,1,0.4489,0.3376,0,1,0.6139,1,1,1,0.0968,0.6139,0,1,1,1,1,1,0.196265593,0,0.996395051,1,1,1,1,1,0.598395109,0,1,1,1,1,1,1,0.26991111,0,0.422788787,0.422678231,0.42287234
-3649,1,0.4453,1,1,1,1,1,1,1,1,0.2051,0.4453,0,1,0.3374,1,1,1,1,1,1,0.3923,0.3374,0,1,0.6139,1,1,1,0.1448,0.6139,0,1,1,1,1,1,0.2594015,0,0.99939388,1,1,1,1,1,0.56311059,0,1,1,1,1,1,1,0.359982818,0,0.399468342,0.399619209,0.399379433
-3650,1,0.4447,1,1,1,1,1,1,1,1,0.3196,0.4447,0,1,0.3372,1,1,1,1,1,1,0.606,0.3372,0,1,0.6139,1,1,1,0.1722,0.6139,0,1,1,1,1,1,0.371094197,0,1,1,1,1,1,1,0.68696928,0,1,1,1,1,1,1,0.348143876,0,0.386176897,0.386079966,0.38608156
-3651,1,0.4442,1,1,1,1,1,1,1,1,0.4201,0.4442,0,1,0.3371,1,1,1,1,1,1,0.3636,0.3371,0,1,0.6139,1,1,1,0.1467,0.6139,0,1,1,1,1,1,0.459315717,0,1,1,1,1,1,1,0.620057464,0,1,1,1,1,1,1,0.282130033,0,0.380679072,0.380791199,0.380762411
-3652,1,0.4437,1,1,1,1,1,1,1,1,0.5461,0.4437,0,1,0.3369,1,1,1,1,1,1,0.147,0.3369,0,1,0.6139,1,1,1,0.181,0.6139,0,1,1,1,1,1,0.555617929,0,1,1,1,1,1,1,0.372210979,0,1,1,1,1,1,1,0.359937668,0,0.382189464,0.382272054,0.382092199
-3653,1,0.4432,1,1,1,1,1,1,1,1,0.4552,0.4432,0,1,0.3368,1,1,1,1,1,1,0.1786,0.3368,0,1,0.6139,1,1,1,0.2395,0.6139,0.0112,1,1,1,1,1,0.359094352,0,1,1,1,1,1,1,0.32450819,0,1,1,1,1,1,1,0.435267448,0.010349398,0.39058724,0.390734081,0.390514184
-3654,1,0.4427,1,1,1,1,1,1,1,1,0.3901,0.4427,0.0048,1,0.3366,1,1,1,1,1,1,0.0833,0.3366,0.0041,1,0.6139,1,1,1,0.3997,0.6139,0.0773,1,1,1,1,1,0.366241544,0.005226039,1,1,1,1,1,1,0.173335001,0.00085826,1,1,1,1,1,1,0.652237535,0.119480878,0.410947318,0.410831394,0.410904255
-3655,1,0.4422,1,1,1,1,1,1,1,1,0.436,0.4422,0.0888,1,0.3365,1,1,1,1,1,1,0.0948,0.3365,0.0463,1,0.6139,1,1,1,0.3211,0.6139,0.1858,1,1,1,1,1,0.426189065,0.15231666,1,1,1,1,1,1,0.180188864,0.027270162,1,1,1,1,1,1,0.58273989,0.299057066,0.448586274,0.448698963,0.44858156
-3656,1,0.4417,1,1,1,1,1,1,1,1,0.4956,0.4417,0.2405,1,0.3363,1,1,1,1,1,1,0.2139,0.3363,0.1303,1,0.6139,1,1,1,0.3887,0.6139,0.2709,1,1,1,1,1,0.462012202,0.320774496,1,1,1,1,1,1,0.343463302,0.166457668,1,1,1,1,1,1,0.649702609,0.388790786,0.494139681,0.494182357,0.494237589
-3657,1,0.4412,1,1,1,1,1,1,1,1,0.4886,0.4412,0.2647,1,0.3361,1,1,1,1,1,1,0.1957,0.3361,0.1874,1,0.6139,1,1,1,0.4901,0.6139,0.3288,1,1,1,1,1,0.531023383,0.375329614,1,1,1,1,1,1,0.304165781,0.319556892,1,1,1,1,1,1,0.703566074,0.509194016,0.530026583,0.529934419,0.530141844
-3658,1,0.4407,1,1,1,1,1,1,1,1,0.4383,0.4407,0.2777,1,0.336,1,1,1,1,1,1,0.2643,0.336,0.3219,1,0.6139,1,1,1,0.4288,0.6139,0.3565,1,1,1,1,1,0.518799722,0.402940929,1,1,1,1,1,1,0.343010992,0.433344871,1,1,1,1,1,1,0.618007243,0.564208865,0.553467859,0.553628094,0.553634752
-3659,1,0.4402,1,1,1,1,1,1,1,1,0.4128,0.4402,0.3175,1,0.3358,1,1,1,1,1,1,0.161,0.3358,0.3042,1,0.6139,1,1,1,0.4943,0.6139,0.4011,1,1,1,1,1,0.458749861,0.479400694,1,1,1,1,1,1,0.254493117,0.521175981,1,1,1,1,1,1,0.736280978,0.546187162,0.562953117,0.562936323,0.563386525
-3660,1,0.4397,1,1,1,1,1,1,1,1,0.4165,0.4397,0.3554,1,0.3357,1,1,1,1,1,1,0.0927,0.3357,0.3373,1,0.6139,1,1,1,0.4801,0.6139,0.4315,1,1,1,1,1,0.306086242,0.485356212,1,1,1,1,1,1,0.114934862,0.558767617,1,1,1,1,1,1,0.735167861,0.42165181,0.56222813,0.562301671,0.5625
-3661,1,0.4392,1,1,1,1,1,1,1,1,0.5303,0.4392,0.2982,1,0.3355,1,1,1,1,1,1,0.0031,0.3355,0.3776,1,0.6139,1,1,1,0.4743,0.6139,0.3992,1,1,1,1,1,0.34338671,0.415252566,1,1,1,1,1,1,0.032586258,0.556238353,1,1,1,1,1,1,0.749486148,0.439915568,0.55582407,0.555743601,0.555851064
-3662,1,0.4387,1,1,1,1,1,1,1,1,0.4022,0.4387,0.314,1,0.3353,1,1,1,1,1,1,0.0018,0.3353,0.3655,1,0.6139,1,1,1,0.5019,0.6139,0.35,1,1,1,1,1,0.289724141,0.434736818,1,1,1,1,1,1,0.013731722,0.531185925,0.902234077,1,1,1,1,1,0.790543258,0.383892715,0.549057516,0.548973979,0.549202128
-3663,1,0.4382,1,1,1,1,1,1,1,1,0.3062,0.4382,0.2613,1,0.3352,1,1,1,1,1,1,0,0.3352,0.3401,1,0.6139,1,1,1,0.5168,0.6139,0.279,1,1,1,1,1,0.276016116,0.357479334,0.928049088,1,1,1,1,1,0.00784502,0.564507484,0.426357597,1,1,1,1,1,0.784014881,0.255389988,0.545553407,0.545589169,0.545656028
-3664,1,0.4377,1,1,1,1,1,1,1,1,0.2481,0.4377,0.1802,1,0.335,1,1,1,1,1,1,0,0.335,0.2625,1,0.6139,1,1,1,0.4332,0.6139,0.2047,1,1,1,1,1,0.232257426,0.264468223,0.829591513,1,1,1,1,1,0.00647261,0.549466848,0.396753699,1,1,1,1,1,0.68997407,0.135115564,0.549117931,0.54918553,0.549202128
-3665,1,0.4372,1,1,1,1,1,1,1,1,0.2261,0.4372,0.1035,1,0.3349,1,1,1,1,1,1,0,0.3349,0.1827,1,0.6139,1,1,1,0.4007,0.6139,0.1298,1,1,1,1,1,0.236929759,0.190593213,0.795053601,1,1,1,1,1,0.00906894,0.482882351,0.314722002,1,1,1,1,1,0.655171037,0.024344839,0.554313678,0.554262746,0.554521277
-3666,1,0.4367,1,1,1,1,1,1,1,1,0.2159,0.4367,0.0223,1,0.3347,1,1,1,1,1,1,0,0.3347,0.093,1,0.614,1,1,1,0.4292,0.614,0.015,1,1,1,1,1,0.215585813,0.090469271,0.728134334,1,1,1,1,1,0.01049507,0.2030655,0.383648992,1,1,1,1,1,0.715851128,0,0.552319961,0.55235879,0.552748227
-3667,1,0.4362,1,1,1,1,1,1,1,1,0.1496,0.4362,0,1,0.3346,1,1,1,1,1,1,0,0.3346,0.0002,1,0.614,1,1,1,0.3716,0.614,0,1,1,1,1,1,0.090533391,0,0.665646195,1,1,1,1,1,0.011542985,0.001426086,0.238464147,1,1,1,1,1,0.667770326,0,0.548151281,0.548127777,0.548315603
-3668,1,0.4357,1,1,1,1,1,1,1,1,0.1107,0.4357,0,1,0.3344,1,1,1,1,1,1,0,0.3344,0,1,0.614,1,1,1,0.4298,0.614,0,1,1,1,1,1,0.111712985,0,0.617758393,1,1,1,1,1,0.014937008,0,0.439427763,1,1,1,1,1,0.796705782,0,0.550205413,0.550243283,0.550531915
-3669,1,0.4351,1,1,1,1,1,1,1,1,0.0741,0.4351,0,1,0.3342,1,1,1,1,1,1,0,0.3342,0,1,0.614,1,1,1,0.4736,0.614,0,1,1,1,1,1,0.085888192,0,0.474508524,1,1,1,1,1,0.021519728,0,0.692446113,1,1,1,1,1,0.8416394,0,0.531839053,0.531838375,0.531914894
-3670,1,0.4346,1,1,1,1,1,1,1,1,0.0682,0.4346,0,1,0.3341,1,1,1,1,1,1,0.2032,0.3341,0,1,0.614,1,1,1,0.4274,0.614,0,1,1,1,1,1,0.104364648,0,0.304600358,1,1,1,1,1,0.21153146,0,0.860230923,1,1,1,1,1,0.815995812,0,0.494079265,0.493970806,0.494237589
-3671,1,0.4341,1,1,1,1,1,1,1,1,0.0609,0.4341,0,1,0.3339,1,1,1,1,1,1,0.1084,0.3339,0,1,0.614,1,1,1,0.4028,0.614,0,1,1,1,1,1,0.083977148,0,0.070736237,1,1,1,1,1,0.144450977,0,0.632204533,1,1,1,1,1,0.760758638,0,0.451667472,0.451660673,0.451684397
-3672,1,0.4336,1,1,1,1,1,1,1,1,0.0374,0.4336,0,1,0.3338,1,1,1,1,1,1,0.0984,0.3338,0,1,0.614,1,1,1,0.3681,0.614,0,1,1,1,1,1,0.051283441,0,0.037519827,1,1,1,1,1,0.127155855,0,0.652634859,1,1,1,1,1,0.7039361,0,0.417351377,0.417389465,0.417553191
-3673,1,0.4331,1,1,1,1,1,1,1,1,0.0393,0.4331,0,1,0.3336,1,1,1,1,1,1,0.1021,0.3336,0,1,0.614,1,1,1,0.3651,0.614,0,1,1,1,1,1,0.046389058,0,0.05537143,1,1,1,1,1,0.132935986,0,0.524515212,1,1,1,1,1,0.613075018,0,0.393608023,0.39369579,0.393617021
-3674,1,0.4326,1,1,1,1,1,1,1,1,0.048,0.4326,0,1,0.3334,1,1,1,1,1,1,0.0969,0.3334,0,1,0.614,1,1,1,0.3257,0.614,0,1,1,1,1,1,0.064666487,0,0.130607963,1,1,1,1,1,0.149365202,0,0.61136204,1,1,1,1,1,0.502191544,0,0.379470759,0.379521895,0.379875887
-3675,1,0.4321,1,1,1,1,1,1,1,1,0.0884,0.4321,0,1,0.3333,1,1,1,1,1,1,0.0521,0.3333,0,1,0.614,1,1,1,0.3265,0.614,0,1,1,1,1,1,0.088992149,0,0.346836507,1,1,1,1,1,0.098791361,0,0.78782624,1,1,1,1,1,0.354318172,0,0.371616723,0.371694521,0.371453901
-3676,1,0.4316,1,1,1,1,1,1,1,1,0.089,0.4316,0,1,0.3331,1,1,1,1,1,1,0.0616,0.3331,0,1,0.614,1,1,1,0.2972,0.614,0,1,1,1,1,1,0.085884489,0,0.559254229,1,1,1,1,1,0.104008704,0,0.691861868,1,1,1,1,1,0.280124933,0,0.370227163,0.370213666,0.370124113
-3677,1,0.4311,1,1,1,1,1,1,1,1,0.0779,0.4311,0.0963,1,0.333,1,1,1,1,1,1,0.0628,0.333,0.1652,1,0.614,1,1,1,0.3635,0.614,0.0087,1,1,1,1,1,0.072609179,0.254658252,0.508368433,1,1,1,1,1,0.097186446,0.318234265,0.550051332,1,1,1,1,1,0.351183325,0,0.369562591,0.369579014,0.369237589
-3678,1,0.4306,1,1,1,1,1,1,1,1,0.0992,0.4306,0.1022,1,0.3328,1,1,1,1,1,1,0.0126,0.3328,0.1401,1,0.614,1,1,1,0.3223,0.614,0.0596,1,1,1,1,1,0.061893065,0.555262208,0.741918802,1,1,1,1,1,0.032183126,0.648759127,0.641959667,1,1,1,1,1,0.301642627,0.039632019,0.38321653,0.383329807,0.383421986
-3679,1,0.4301,1,1,1,1,1,1,1,1,0.0775,0.4301,0.2495,1,0.3326,1,1,1,1,1,1,0.0075,0.3326,0.2895,1,0.614,1,1,1,0.2842,0.614,0.1179,1,1,1,1,1,0.024276923,0.746884763,0.560129285,1,1,1,1,1,0.016327258,0.858217359,0.516943455,1,1,1,1,1,0.314939827,0.156632155,0.415901402,0.41590861,0.415780142
-3680,1,0.4296,1,1,1,1,1,1,1,1,0.1047,0.4296,0.4041,1,0.3325,1,1,1,1,1,1,0.0152,0.3325,0.4498,1,0.614,1,1,1,0.3032,0.614,0.2524,1,1,1,1,1,0.07331349,0.838012338,0.511790931,1,1,1,1,1,0.023150219,0.928503931,0.391725659,1,1,1,1,1,0.429592371,0.322717488,0.459702755,0.459699598,0.459663121
-3681,1,0.4291,1,1,1,1,1,1,1,1,0.1749,0.4291,0.5273,1,0.3323,1,1,1,1,1,1,0.0144,0.3323,0.5659,1,0.614,1,1,1,0.3939,0.614,0.3431,1,1,1,1,1,0.116580948,0.880677342,0.803390145,1,1,1,1,1,0.03326961,0.949872494,0.382005244,1,1,1,1,1,0.487792611,0.453778863,0.494139681,0.494182357,0.494237589
-3682,1,0.4286,1,1,1,1,1,1,1,1,0.2294,0.4286,0.6181,1,0.3322,1,1,1,1,1,1,0.0024,0.3322,0.6481,1,0.614,1,1,1,0.3752,0.614,0.3676,1,1,1,1,1,0.096997276,0.913656235,0.902366936,1,1,1,1,1,0.019685324,0.948614001,0.239879876,1,1,1,1,1,0.539879501,0.465652674,0.515708072,0.515760525,0.515957447
-3683,1,0.4281,1,1,1,1,1,1,1,1,0.2402,0.4281,0.6383,1,0.332,1,1,1,1,1,1,0.0168,0.332,0.6623,1,0.614,1,1,1,0.3847,0.614,0.3951,1,1,1,1,1,0.107575253,0.908506811,0.787165284,1,1,1,1,1,0.025919579,0.917514443,0.161321476,1,1,1,1,1,0.513972878,0.499101698,0.529724505,0.529722869,0.529698582
-3684,1,0.4276,1,1,1,1,1,1,1,1,0.2151,0.4276,0.6196,1,0.3319,1,1,1,1,1,1,0.0386,0.3319,0.6073,1,0.614,1,1,1,0.3099,0.614,0.4055,1,1,1,1,1,0.085108891,0.863355935,0.662183344,1,1,1,1,1,0.037696108,0.879746616,0.156660214,1,1,1,1,1,0.355547339,0.502522588,0.535161914,0.535223186,0.535460993
-3685,1,0.4271,1,1,1,1,1,1,1,1,0.2546,0.4271,0.5846,1,0.3317,1,1,1,1,1,1,0,0.3317,0.5796,1,0.614,1,1,1,0.2369,0.614,0.3903,1,1,1,1,1,0.099325769,0.802475691,0.696914673,1,1,1,1,1,0.007513822,0.813813031,0.553215981,1,1,1,1,1,0.248689979,0.454467207,0.532866119,0.532896129,0.533244681
-3686,1,0.4266,1,1,1,1,1,1,1,1,0.2001,0.4266,0.5465,1,0.3315,1,1,1,1,1,1,0,0.3315,0.501,1,0.614,1,1,1,0.2682,0.614,0.3026,1,1,1,1,1,0.097925432,0.777472496,0.839197934,1,1,1,1,1,0.022888316,0.619611502,1,1,1,1,1,1,0.206110731,0.410071641,0.530389077,0.530357521,0.530585106
-3687,1,0.4261,1,1,1,1,1,1,1,1,0.2277,0.4261,0.4383,1,0.3314,1,1,1,1,1,1,0.105,0.3314,0.371,1,0.614,1,1,1,0.2456,0.614,0.263,1,1,1,1,1,0.144568175,0.684097826,0.711732745,1,1,1,1,1,0.074222103,0.495732307,0.994743466,1,1,1,1,1,0.170101017,0.382289439,0.529241179,0.529299767,0.529698582
-3688,1,0.4255,1,1,1,1,1,1,1,1,0.1296,0.4255,0.3035,1,0.3312,1,1,1,1,1,1,0.0106,0.3312,0.2636,1,0.614,1,1,1,0.2774,0.614,0.1529,1,1,1,1,1,0.121536463,0.577007592,0.624179244,1,1,1,1,1,0.030632269,0.565857291,1,1,1,1,1,1,0.205246344,0.352278411,0.533772354,0.533742331,0.533687943
-3689,1,0.425,1,1,1,1,1,1,1,1,0.1962,0.425,0.1541,1,0.3311,1,1,1,1,1,1,0,0.3311,0.1696,1,0.6141,1,1,1,0.324,0.6141,0.0848,1,1,1,1,1,0.140211761,0.348543286,0.570244908,1,1,1,1,1,0.026241746,0.46019277,0.99425137,1,1,1,1,1,0.280479223,0.228300273,0.540297245,0.540300402,0.540336879
-3690,1,0.4245,1,1,1,1,1,1,1,1,0.1454,0.4245,0.0422,1,0.3309,1,1,1,1,1,1,0,0.3309,0.075,1,0.6141,1,1,1,0.3248,0.6141,0.0326,1,1,1,1,1,0.106486171,0.152079478,0.427240461,1,1,1,1,1,0.046941571,0.274281442,0.825680673,1,1,1,1,1,0.364272773,0.025549049,0.544768004,0.544742966,0.544769504
-3691,1,0.424,1,1,1,1,1,1,1,1,0.1381,0.424,0,1,0.3307,1,1,1,1,1,1,0.0018,0.3307,0.0006,1,0.6141,1,1,1,0.2689,0.6141,0,1,1,1,1,1,0.084717274,0,0.981776714,1,1,1,1,1,0.046070896,0.004133811,0.259303689,1,1,1,1,1,0.369002789,0,0.54621798,0.546223821,0.546542553
-3692,1,0.4235,1,1,1,1,1,1,1,1,0.2489,0.4235,0,1,0.3306,1,1,1,1,1,1,0.0355,0.3306,0,1,0.6141,1,1,1,0.2937,0.6141,0,1,1,1,1,1,0.145785421,0,0.945423484,1,1,1,1,1,0.071979642,0,0.2359377,1,1,1,1,1,0.492198527,0,0.552682455,0.552781891,0.552748227
-3693,1,0.423,1,1,1,1,1,1,1,1,0.1983,0.423,0,1,0.3304,1,1,1,1,1,1,0.1497,0.3304,0,1,0.6141,1,1,1,0.3503,0.6141,0,1,1,1,1,1,0.147401944,0,0.90106678,1,1,1,1,1,0.131382555,0,0.602051854,1,1,1,1,1,0.589935184,0,0.529603673,0.529722869,0.529698582
-3694,1,0.4225,1,1,1,1,1,1,1,1,0.1473,0.4225,0,1,0.3303,1,1,1,1,1,1,0.1173,0.3303,0,1,0.6141,1,1,1,0.4823,0.6141,0,1,1,1,1,1,0.098679289,0,0.624602675,1,1,1,1,1,0.104537606,0,0.196577504,1,1,1,1,1,0.701899529,0,0.483506525,0.483604823,0.483599291
-3695,1,0.422,1,1,1,1,1,1,1,1,0.1745,0.422,0,1,0.3301,1,1,1,1,1,1,0.0477,0.3301,0,1,0.6141,1,1,1,0.3541,0.6141,0,1,1,1,1,1,0.135031983,0,0.322918355,1,1,1,1,1,0.067292169,0,0.025648432,1,1,1,1,1,0.628808439,0,0.436986467,0.437063677,0.437056738
-3696,1,0.4215,1,1,1,1,1,1,1,1,0.1908,0.4215,0,1,0.33,1,1,1,1,1,1,0.0048,0.33,0,1,0.6141,1,1,1,0.3627,0.6141,0,1,1,1,1,1,0.169976935,0,0.308063954,1,1,1,1,1,0.035905216,0,0.035591625,1,1,1,1,1,0.582036972,0,0.403516191,0.403638671,0.403368794
-3697,1,0.421,1,1,1,1,1,1,1,1,0.1999,0.421,0,1,0.3298,1,1,1,1,1,1,0,0.3298,0,1,0.6141,1,1,1,0.2564,0.6141,0,1,1,1,1,1,0.194958612,0,0.28176862,1,1,1,1,1,0.031089742,0,0.068114139,1,1,1,1,1,0.400702536,0,0.384062349,0.383964459,0.383865248
-3698,1,0.4205,1,1,1,1,1,1,1,1,0.1629,0.4205,0,1,0.3296,1,1,1,1,1,1,0.0017,0.3296,0,1,0.6141,1,1,1,0.3011,0.6141,0,1,1,1,1,1,0.158993185,0,0.298350751,1,1,1,1,1,0.041513417,0,0.232487172,1,1,1,1,1,0.36877951,0,0.374154181,0.374233129,0.374113475
-3699,1,0.42,1,1,1,1,1,1,1,1,0.1352,0.42,0,1,0.3295,1,1,1,1,1,1,0.0055,0.3295,0,1,0.6141,1,1,1,0.3348,0.6141,0,1,1,1,1,1,0.12008059,0,0.247951061,1,1,1,1,1,0.039412431,0,0.195174605,1,1,1,1,1,0.374569476,0,0.372462542,0.372540724,0.372340426
-3700,1,0.4195,1,1,1,1,1,1,1,1,0.1422,0.4195,0,1,0.3293,1,1,1,1,1,1,0.0481,0.3293,0,1,0.6141,1,1,1,0.4479,0.6141,0,1,1,1,1,1,0.097150825,0,0.316267371,1,1,1,1,1,0.071980909,0,0.144642159,1,1,1,1,1,0.501455724,0,0.382551957,0.382695155,0.382535461
-3701,1,0.419,1,1,1,1,1,1,1,1,0.1638,0.419,0.037,1,0.3292,1,1,1,1,1,1,0.0779,0.3292,0.0449,1,0.6141,1,1,1,0.4408,0.6141,0.0024,1,1,1,1,1,0.142082125,0.130450279,0.403216302,1,1,1,1,1,0.058008164,0.065670222,0.112338752,1,1,1,1,1,0.51143539,9.57E-06,0.41439101,0.414427755,0.414450355
-3702,1,0.4185,1,1,1,1,1,1,1,1,0.2875,0.4185,0.0888,1,0.329,1,1,1,1,1,1,0.0236,0.329,0.1338,1,0.6141,1,1,1,0.5432,0.6141,0.073,1,1,1,1,1,0.271730036,0.364630044,0.642998815,1,1,1,1,1,0.023197575,0.387776017,0.111048177,1,1,1,1,1,0.637146294,0.028393028,0.481452392,0.481489317,0.481382979
-3703,1,0.418,1,1,1,1,1,1,1,1,0.1083,0.418,0.2116,1,0.3288,1,1,1,1,1,1,0.0055,0.3288,0.2638,1,0.6141,1,1,1,0.4156,0.6141,0.1884,1,1,1,1,1,0.098852746,0.440212131,0.357938737,1,1,1,1,1,0.009289187,0.529572546,0.132357597,1,1,1,1,1,0.517725587,0.18831712,0.538786854,0.538819547,0.539007092
-3704,1,0.4175,1,1,1,1,1,1,1,1,0.1641,0.4175,0.3092,1,0.3287,1,1,1,1,1,1,0.1783,0.3287,0.3827,1,0.6141,1,1,1,0.3833,0.6141,0.2913,1,1,1,1,1,0.156946957,0.470731497,0.576240301,1,1,1,1,1,0.164386764,0.654841065,0.153201833,1,1,1,1,1,0.44860521,0.358858675,0.563980184,0.563994077,0.563829787
-3705,1,0.417,1,1,1,1,1,1,1,1,0.2774,0.417,0.3972,1,0.3285,1,1,1,1,1,1,0.3492,0.3285,0.4632,1,0.6141,1,1,1,0.3819,0.6141,0.3813,1,1,1,1,1,0.229110241,0.584803343,0.756421924,1,1,1,1,1,0.310255647,0.655493855,0.201852888,1,1,1,1,1,0.452816606,0.459830672,0.579809087,0.579860377,0.580230496
-3706,1,0.4165,1,1,1,1,1,1,1,1,0.3907,0.4165,0.4405,1,0.3284,1,1,1,1,1,1,0.1497,0.3284,0.4917,1,0.6141,1,1,1,0.4123,0.6141,0.4268,1,1,1,1,1,0.234045714,0.658285141,0.875363111,1,1,1,1,1,0.163071334,0.680894732,0.338100284,1,1,1,1,1,0.581092894,0.512573242,0.592858869,0.592764967,0.592641844
-3707,1,0.4159,1,1,1,1,1,1,1,1,0.4832,0.4159,0.4781,1,0.3282,1,1,1,1,1,1,0.1377,0.3282,0.5261,1,0.6141,1,1,1,0.464,0.6141,0.4678,1,1,1,1,1,0.215135336,0.711962402,0.854198933,1,1,1,1,1,0.184488699,0.735806465,0.435403705,1,1,1,1,1,0.591883659,0.580499411,0.59702755,0.596995981,0.597074468
-3708,1,0.4154,1,1,1,1,1,1,1,1,0.4951,0.4154,0.5043,1,0.3281,1,1,1,1,1,1,0.1858,0.3281,0.5423,1,0.6141,1,1,1,0.3035,0.6141,0.4516,1,1,1,1,1,0.291209996,0.731385946,0.786272883,1,1,1,1,1,0.226976186,0.782573283,0.420670956,1,1,1,1,1,0.364999443,0.598079801,0.595758821,0.595726677,0.595744681
-3709,1,0.4149,1,1,1,1,1,1,1,1,0.5158,0.4149,0.4636,1,0.3279,1,1,1,1,1,1,0.1375,0.3279,0.5338,1,0.6141,1,1,1,0.29,0.6141,0.464,1,1,1,1,1,0.338525355,0.698432386,0.730393529,1,1,1,1,1,0.245386615,0.743087828,0.71119374,1,1,1,1,1,0.338254392,0.580863297,0.593765104,0.59361117,0.593971631
-3710,1,0.4144,1,1,1,1,1,1,1,1,0.5585,0.4144,0.4099,1,0.3277,1,1,1,1,1,1,0.0949,0.3277,0.4952,1,0.6141,1,1,1,0.3172,0.6141,0.4151,1,1,1,1,1,0.349694788,0.642148793,0.940648854,1,1,1,1,1,0.225127757,0.6904006,1,1,1,1,1,1,0.384246469,0.602927566,0.58742146,0.587476201,0.587322695
-3711,1,0.4139,1,1,1,1,1,1,1,1,0.5193,0.4139,0.3449,1,0.3276,1,1,1,1,1,1,0.1617,0.3276,0.4282,1,0.6141,1,1,1,0.2906,0.6141,0.3682,1,1,1,1,1,0.303247899,0.596921623,0.963702083,1,1,1,1,1,0.240089595,0.646483183,1,1,1,1,1,1,0.304430455,0.604838789,0.583494442,0.583668289,0.583776596
-3712,1,0.4134,1,1,1,1,1,1,1,1,0.4082,0.4134,0.2532,1,0.3274,1,1,1,1,1,1,0.2105,0.3274,0.3241,1,0.6142,1,1,1,0.2702,0.6142,0.2332,1,1,1,1,1,0.19331342,0.513196349,0.934857845,1,1,1,1,1,0.241646588,0.566360593,1,1,1,1,1,1,0.176595941,0.474093914,0.586817303,0.586841549,0.586879433
-3713,1,0.4129,1,1,1,1,1,1,1,1,0.4011,0.4129,0.1406,1,0.3273,1,1,1,1,1,1,0.3263,0.3273,0.1906,1,0.6142,1,1,1,0.221,0.6142,0.1434,1,1,1,1,1,0.166390181,0.391771644,1,1,1,1,1,1,0.308009148,0.435040593,1,1,1,1,1,1,0.131046832,0.316203356,0.592858869,0.592764967,0.592641844
-3714,1,0.4124,1,1,1,1,1,1,1,1,0.3986,0.4124,0.0262,1,0.3271,1,1,1,1,1,1,0.1864,0.3271,0.0738,1,0.6142,1,1,1,0.1936,0.6142,0.0662,1,1,1,1,1,0.17408818,0.112944335,1,1,1,1,1,1,0.223996848,0.182343379,1,1,1,1,1,1,0.117899865,0.093462937,0.587783954,0.587687751,0.58820922
-3715,1,0.4119,1,1,1,1,1,1,1,1,0.2577,0.4119,0,1,0.3269,1,1,1,1,1,1,0.0687,0.3269,0,1,0.6142,1,1,1,0.1367,0.6142,0,1,1,1,1,1,0.081157468,0,1,1,1,1,1,1,0.109725408,0,1,1,1,1,1,1,0.101974756,0,0.580836153,0.580706579,0.581117021
-3716,1,0.4114,1,1,1,1,1,1,1,1,0.2481,0.4114,0,1,0.3268,1,1,1,1,1,1,0.137,0.3268,0,1,0.6142,1,1,1,0.1483,0.6142,0,1,1,1,1,1,0.097862191,0,1,1,1,1,1,1,0.209060937,0,1,1,1,1,1,1,0.183102742,0,0.582044466,0.581975883,0.582446809
-3717,1,0.4109,1,1,1,1,1,1,1,1,0.2064,0.4109,0,1,0.3266,1,1,1,1,1,1,0.0577,0.3266,0,1,0.6142,1,1,1,0.1688,0.6142,0,1,1,1,1,1,0.096761256,0,1,1,1,1,1,1,0.11119765,0,1,1,1,1,1,1,0.210458323,0,0.552924118,0.552993442,0.552748227
-3718,1,0.4104,1,1,1,1,1,1,1,1,0.2217,0.4104,0,1,0.3265,1,1,1,1,1,1,0.0515,0.3265,0,1,0.6142,1,1,1,0.207,0.6142,0,1,1,1,1,1,0.129344076,0,1,1,1,1,1,1,0.090417638,0,1,1,1,1,1,1,0.246420145,0,0.496677139,0.496720965,0.496897163
-3719,1,0.4099,1,1,1,1,1,1,1,1,0.247,0.4099,0,1,0.3263,1,1,1,1,1,1,0.1047,0.3263,0,1,0.6142,1,1,1,0.1909,0.6142,0,1,1,1,1,1,0.160034552,0,1,1,1,1,1,1,0.16079773,0,1,1,1,1,1,1,0.218634874,0,0.443692605,0.443833298,0.443705674
-3720,1,0.4094,1,1,1,1,1,1,1,1,0.2294,0.4094,0,1,0.3262,1,1,1,1,1,1,0.1733,0.3262,0,1,0.6142,1,1,1,0.1819,0.6142,0,1,1,1,1,1,0.154761553,0,1,1,1,1,1,1,0.231682122,0,1,1,1,1,1,1,0.215702206,0,0.40937651,0.409350539,0.409131206
-3721,1,0.4089,1,1,1,1,1,1,1,1,0.1917,0.4089,0,1,0.326,1,1,1,1,1,1,0.1479,0.326,0,1,0.6142,1,1,1,0.209,0.6142,0,1,1,1,1,1,0.108289689,0,1,1,1,1,1,1,0.182703346,0,1,1,1,1,1,1,0.289306492,0,0.390828903,0.390734081,0.390957447
-3722,1,0.4084,1,1,1,1,1,1,1,1,0.1528,0.4084,0,1,0.3258,1,1,1,1,1,1,0.1118,0.3258,0,1,0.6142,1,1,1,0.1742,0.6142,0,1,1,1,1,1,0.096169531,0,1,1,1,1,1,1,0.157264784,0,1,1,1,1,1,1,0.247155681,0,0.381524891,0.381637402,0.381648936
-3723,1,0.4079,1,1,1,1,1,1,1,1,0.1581,0.4079,0,1,0.3257,1,1,1,1,1,1,0.145,0.3257,0,1,0.6142,1,1,1,0.2146,0.6142,0,1,1,1,1,1,0.141691759,0,1,1,1,1,1,1,0.202727884,0,1,1,1,1,1,1,0.332779199,0,0.378806187,0.378887243,0.378989362
-3724,1,0.4074,1,1,1,1,1,1,1,1,0.2039,0.4074,0,1,0.3255,1,1,1,1,1,1,0.1184,0.3255,0,1,0.6142,1,1,1,0.204,0.6142,0,1,1,1,1,1,0.213782787,0,1,1,1,1,1,1,0.173774317,0,0.965306044,1,1,1,1,1,0.307049096,0,0.388049783,0.387983922,0.388297872
-3725,1,0.4069,1,1,1,1,1,1,1,1,0.142,0.4069,0.0476,1,0.3254,1,1,1,1,1,1,0.0646,0.3254,0.1079,1,0.6142,1,1,1,0.2062,0.6142,0.0755,1,1,1,1,1,0.116656832,0.113267981,1,1,1,1,1,1,0.109711632,0.199523821,1,1,1,1,1,1,0.258094847,0.056423433,0.417955534,0.417812566,0.417996454
-3726,1,0.4063,1,1,1,1,1,1,1,1,0.1105,0.4063,0.1306,1,0.3252,1,1,1,1,1,1,0.024,0.3252,0.1604,1,0.6142,1,1,1,0.2024,0.6142,0.1177,1,1,1,1,1,0.095980987,0.325772196,0.998458862,1,1,1,1,1,0.053636033,0.428433508,1,1,1,1,1,1,0.256775171,0.331635594,0.485318995,0.485297229,0.48537234
-3727,1,0.4058,1,1,1,1,1,1,1,1,0.0654,0.4058,0.2459,1,0.325,1,1,1,1,1,1,0.0127,0.325,0.2594,1,0.6142,1,1,1,0.1329,0.6142,0.2459,1,1,1,1,1,0.043661125,0.489980549,0.99620676,1,1,1,1,1,0.020640481,0.597046554,1,1,1,1,1,1,0.17813547,0.490100801,0.541324311,0.541358155,0.541666667
-3728,1,0.4053,1,1,1,1,1,1,1,1,0.0755,0.4053,0.3497,1,0.3249,1,1,1,1,1,1,0.0414,0.3249,0.362,1,0.6142,1,1,1,0.283,0.6142,0.3737,1,1,1,1,1,0.046884172,0.588355541,0.981896579,1,1,1,1,1,0.049257115,0.613627374,1,1,1,1,1,1,0.342125356,0.579664648,0.563738521,0.563782526,0.563829787
-3729,1,0.4048,1,1,1,1,1,1,1,1,0.1509,0.4048,0.4365,1,0.3247,1,1,1,1,1,1,0.025,0.3247,0.4785,1,0.6142,1,1,1,0.2602,0.6142,0.456,1,1,1,1,1,0.056295544,0.682541072,0.942227721,1,1,1,1,1,0.036574069,0.676944554,0.940313637,1,1,1,1,1,0.323525757,0.641908348,0.5760029,0.576052465,0.575797872
-3730,1,0.4043,1,1,1,1,1,1,1,1,0.107,0.4043,0.4947,1,0.3246,1,1,1,1,1,1,0.0606,0.3246,0.5287,1,0.6142,1,1,1,0.2496,0.6142,0.4896,1,1,1,1,1,0.060412586,0.694889605,0.60057658,1,1,1,1,1,0.107763261,0.72457993,0.643079877,1,1,1,1,1,0.24538666,0.691232443,0.586213146,0.586206897,0.58643617
-3731,1,0.4038,1,1,1,1,1,1,1,1,0.1013,0.4038,0.4811,1,0.3244,1,1,1,1,1,1,0.0553,0.3244,0.5346,1,0.6142,1,1,1,0.2762,0.6142,0.4913,1,1,1,1,1,0.047419898,0.71350944,0.369316041,1,1,1,1,1,0.128892899,0.747344017,0.352376163,1,1,1,1,1,0.239113554,0.694984078,0.59159014,0.591707214,0.591755319
-3732,1,0.4033,1,1,1,1,1,1,1,1,0.0956,0.4033,0.4833,1,0.3242,1,1,1,1,1,1,0.0604,0.3242,0.491,1,0.6142,1,1,1,0.3122,0.6142,0.4885,1,1,1,1,1,0.039242432,0.702834189,0.443530858,1,1,1,1,1,0.090575874,0.741607666,0.235317811,1,1,1,1,1,0.278072268,0.684973717,0.590381827,0.59043791,0.590868794
-3733,1,0.4028,1,1,1,1,1,1,1,1,0.0732,0.4028,0.5991,1,0.3241,1,1,1,1,1,1,0.0527,0.3241,0.606,1,0.6142,1,1,1,0.3332,0.6142,0.5995,1,1,1,1,1,0.019922761,0.840733528,0.353149116,1,1,1,1,1,0.052980371,0.84963429,0.097277224,1,1,1,1,1,0.288171172,0.820876956,0.590442243,0.59043791,0.590868794
-3734,1,0.4023,1,1,1,1,1,1,1,1,0.085,0.4023,0.5007,1,0.3239,1,1,1,1,1,1,0.0938,0.3239,0.5281,1,0.6142,1,1,1,0.3602,0.6142,0.517,1,1,1,1,1,0.028016636,0.705163777,0.537361622,1,1,1,1,1,0.082506023,0.748869419,0.126611531,1,1,1,1,1,0.391039044,0.633679748,0.584159014,0.58409139,0.584219858
-3735,1,0.4018,1,1,1,1,1,1,1,1,0.0753,0.4018,0.4215,1,0.3238,1,1,1,1,1,1,0.035,0.3238,0.4547,1,0.6143,1,1,1,0.3056,0.6143,0.4354,1,1,1,1,1,0.023601064,0.677020669,0.556989431,1,1,1,1,1,0.048082285,0.727259517,0.182199746,1,1,1,1,1,0.351923376,0.68897593,0.580534074,0.580706579,0.580673759
-3736,1,0.4013,1,1,1,1,1,1,1,1,0.0463,0.4013,0.3054,1,0.3236,1,1,1,1,1,1,0.0385,0.3236,0.339,1,0.6143,1,1,1,0.1678,0.6143,0.2946,1,1,1,1,1,0.030874256,0.611339927,0.651393652,1,1,1,1,1,0.05131387,0.660859585,0.155691117,1,1,1,1,1,0.166295424,0.708753943,0.582165297,0.582187434,0.582446809
-3737,1,0.4008,1,1,1,1,1,1,1,1,0.0744,0.4008,0.1696,1,0.3235,1,1,1,1,1,1,0,0.3235,0.2035,1,0.6143,1,1,1,0.1533,0.6143,0.1557,1,1,1,1,1,0.027049357,0.56061101,0.748532534,1,1,1,1,1,0.001817031,0.560966909,0.008239267,1,1,1,1,1,0.130094633,0.595679641,0.58337361,0.583456738,0.583333333
-3738,1,0.4003,1,1,1,1,1,1,1,1,0.0191,0.4003,0.0767,1,0.3233,1,1,1,1,1,1,0,0.3233,0.0981,1,0.6143,1,1,1,0.1319,0.6143,0.1006,1,1,1,1,1,0.014874659,0.314956486,0.560352206,1,1,1,1,1,0.00063931,0.344712853,0.000769634,1,1,1,1,1,0.080850199,0.343284577,0.577090382,0.577110218,0.57712766
-3739,1,0.3998,1,1,1,1,1,1,1,1,0.0095,0.3998,0.0025,1,0.3231,1,1,1,1,1,1,0,0.3231,0.0148,1,0.6143,1,1,1,0.0656,0.6143,0.0024,1,1,1,1,1,0.012179023,0.000750664,0.51079005,1,1,1,1,1,0.001912867,0.014063145,0.011089006,1,1,1,1,1,0.043799929,0,0.575157081,0.575206262,0.57535461
-3740,1,0.3993,1,1,1,1,1,1,1,1,0.0005,0.3993,0,1,0.323,1,1,1,1,1,1,0,0.323,0,1,0.6143,1,1,1,0.0774,0.6143,0,1,1,1,1,1,0.022146679,0,0.287745625,1,1,1,1,1,0.00271318,0,0.008719895,1,1,1,1,1,0.082362413,0,0.581259062,0.581341231,0.581560284
-3741,1,0.3988,1,1,1,1,1,1,1,1,0,0.3988,0,1,0.3228,1,1,1,1,1,1,0.0068,0.3228,0,1,0.6143,1,1,1,0.0644,0.6143,0,1,1,1,1,1,0.048662152,0,0.147055656,1,1,1,1,1,0.002833799,0,0,1,1,1,1,1,0.057092886,0,0.559569841,0.559551513,0.559397163
-3742,1,0.3983,1,1,1,1,1,1,1,1,0.0076,0.3983,0,1,0.3227,1,1,1,1,1,1,0.0014,0.3227,0,1,0.6143,1,1,1,0.055,0.6143,0,1,1,1,1,1,0.049283009,0,0.123676762,1,1,1,1,1,0.001976993,0,0,1,1,1,1,1,0.06031036,0,0.503685355,0.503702137,0.503989362
-3743,1,0.3978,1,1,1,1,1,1,1,1,0.0046,0.3978,0,1,0.3225,1,1,1,1,1,1,0,0.3225,0,1,0.6143,1,1,1,0.0649,0.6143,0,1,1,1,1,1,0.046742506,0,0.099475071,1,1,1,1,1,0.01251928,0,0,1,1,1,1,1,0.069554009,0,0.450640406,0.450602919,0.450797872
-3744,1,0.3973,1,1,1,1,1,1,1,1,0.0191,0.3973,0,1,0.3223,1,1,1,1,1,1,0,0.3223,0,1,0.6143,1,1,1,0.0763,0.6143,0,1,1,1,1,1,0.043879498,0,0.122645847,1,1,1,1,1,0.005613299,0,0.009393194,1,1,1,1,1,0.102995872,0,0.412095215,0.412100698,0.412234043
-3745,1,0.3967,1,1,1,1,1,1,1,1,0.0158,0.3967,0,1,0.3222,1,1,1,1,1,1,0,0.3222,0,1,0.6143,1,1,1,0.078,0.6143,0,1,1,1,1,1,0.018257389,0,0.207783282,1,1,1,1,1,0.001394002,0,0.012623299,1,1,1,1,1,0.120765433,0,0.391735138,0.391791834,0.391843972
-3746,1,0.3962,1,1,1,1,1,1,1,1,0.0138,0.3962,0,1,0.322,1,1,1,1,1,1,0,0.322,0,1,0.6143,1,1,1,0.0713,0.6143,0,1,1,1,1,1,0.01582359,0,0.118809298,1,1,1,1,1,0.0010975,0,0,1,1,1,1,1,0.129374444,0,0.381887385,0.381848953,0.381648936
-3747,1,0.3957,1,1,1,1,1,1,1,1,0.0139,0.3957,0,1,0.3219,1,1,1,1,1,1,0.0191,0.3219,0,1,0.6143,1,1,1,0.0654,0.6143,0,1,1,1,1,1,0.012153586,0,0.094481386,1,1,1,1,1,0.019836087,0,0,1,1,1,1,1,0.112777889,0,0.377960367,0.37782949,0.377659574
-3748,1,0.3952,1,1,1,1,1,1,1,1,0.0196,0.3952,0,1,0.3217,1,1,1,1,1,1,0.0294,0.3217,0,1,0.6143,1,1,1,0.0717,0.6143,0,1,1,1,1,1,0.017570913,0,0.126439705,1,1,1,1,1,0.02163448,0,0,1,1,1,1,1,0.094080001,0,0.387989367,0.387983922,0.388297872
-3749,1,0.3947,1,1,1,1,1,1,1,1,0,0.3947,0.1241,1,0.3216,1,1,1,1,1,1,0,0.3216,0.1383,1,0.6143,1,1,1,0.004,0.6143,0.122,1,1,1,1,1,0.000506061,0.249265119,0.007158874,1,1,1,1,1,0.002071805,0.234061226,0,1,1,1,1,1,0.003371501,0.325253129,0.416565974,0.416754813,0.416666667
-3750,1,0.3942,1,1,1,1,1,1,1,1,0,0.3942,0.1222,1,0.3214,1,1,1,1,1,1,0,0.3214,0.1429,1,0.6143,1,1,1,0.0076,0.6143,0.1325,1,1,1,1,1,0,0.477671534,0.008782838,1,1,1,1,1,0,0.449204087,0,1,1,1,1,1,0.00588188,0.526377201,0.483627356,0.483816374,0.483599291
-3751,1,0.3937,1,1,1,1,1,1,1,1,0.0003,0.3937,0.2512,1,0.3212,1,1,1,1,1,1,0,0.3212,0.2677,1,0.6143,1,1,1,0.0625,0.6143,0.2508,1,1,1,1,1,1.43E-05,0.613138199,0.000485861,1,1,1,1,1,0,0.534691572,0,1,1,1,1,1,0.062866099,0.673485994,0.539753504,0.53966575,0.539893617
-3752,1,0.3932,1,1,1,1,1,1,1,1,0,0.3932,0.3878,1,0.3211,1,1,1,1,1,1,0,0.3211,0.3854,1,0.6143,1,1,1,0.0597,0.6143,0.3882,1,1,1,1,1,1.39E-06,0.68796277,0.003669593,1,1,1,1,1,0,0.625641763,0,1,1,1,1,1,0.051479612,0.738955379,0.562711455,0.562724773,0.562943262
-3753,1,0.3927,1,1,1,1,1,1,1,1,0.0024,0.3927,0.4871,1,0.3209,1,1,1,1,1,1,0,0.3209,0.4668,1,0.6143,1,1,1,0.0979,0.6143,0.4952,1,1,1,1,1,0.000462071,0.730652511,0,1,1,1,1,1,5.58E-06,0.665381908,0.007840315,1,1,1,1,1,0.086009897,0.812840223,0.576063316,0.576052465,0.576241135
-3754,1,0.3922,1,1,1,1,1,1,1,1,0.0059,0.3922,0.5537,1,0.3208,1,1,1,1,1,1,0,0.3208,0.5018,1,0.6143,1,1,1,0.0793,0.6143,0.5704,1,1,1,1,1,0.002540509,0.781079054,0,1,1,1,1,1,0.003238793,0.689219654,0.012224608,1,1,1,1,1,0.087704509,0.856286645,0.588931851,0.588957055,0.589095745
-3755,1,0.3917,1,1,1,1,1,1,1,1,0.0104,0.3917,0.5492,1,0.3206,1,1,1,1,1,1,0,0.3206,0.5033,1,0.6143,1,1,1,0.1081,0.6143,0.5917,1,1,1,1,1,0.006394552,0.749305904,0,1,1,1,1,1,0.00355149,0.687061846,0,1,1,1,1,1,0.054203592,0.908898234,0.595275495,0.595303575,0.595301418
-3756,1,0.3912,1,1,1,1,1,1,1,1,0.0153,0.3912,0.5536,1,0.3204,1,1,1,1,1,1,0,0.3204,0.5427,1,0.6143,1,1,1,0.0859,0.6143,0.5607,1,1,1,1,1,0.009031196,0.775185108,0.000276822,1,1,1,1,1,0.005097766,0.754668176,0,1,1,1,1,1,0.069391534,0.885374188,0.596725471,0.59678443,0.597074468
-3757,1,0.3907,1,1,1,1,1,1,1,1,0.0159,0.3907,0.5461,1,0.3203,1,1,1,1,1,1,0,0.3203,0.5784,1,0.6143,1,1,1,0.0482,0.6143,0.5706,1,1,1,1,1,0.008292647,0.781242669,0.001586638,1,1,1,1,1,0.003246881,0.806595922,0,1,1,1,1,1,0.039924718,0.832529724,0.598840019,0.598688386,0.59929078
-3758,1,0.3902,1,1,1,1,1,1,1,1,0.0108,0.3902,0.5098,1,0.3201,1,1,1,1,1,1,0,0.3201,0.528,1,0.6144,1,1,1,0.0335,0.6144,0.5712,1,1,1,1,1,0.004829584,0.755361974,0.005767275,1,1,1,1,1,0.01192704,0.811023235,0,1,1,1,1,1,0.023409953,0.773797154,0.594490092,0.594668923,0.594858156
-3759,1,0.3897,1,1,1,1,1,1,1,1,0.007,0.3897,0.4265,1,0.32,1,1,1,1,1,1,0.0058,0.32,0.4384,1,0.6144,1,1,1,0.0246,0.6144,0.4508,1,1,1,1,1,0.002454245,0.707368314,0.013667549,1,1,1,1,1,0.011536092,0.747442842,0,1,1,1,1,1,0.029180074,0.714936256,0.590804737,0.590649461,0.590868794
-3760,1,0.3892,1,1,1,1,1,1,1,1,0.024,0.3892,0.3101,1,0.3198,1,1,1,1,1,1,0.0072,0.3198,0.3373,1,0.6144,1,1,1,0.0188,0.6144,0.3013,1,1,1,1,1,0.018071467,0.671942353,0,1,1,1,1,1,0.01962547,0.692184448,0.004525131,1,1,1,1,1,0.033210207,0.668248773,0.590683905,0.590649461,0.590868794
-3761,1,0.3887,1,1,1,1,1,1,1,1,0.0069,0.3887,0.1759,1,0.3197,1,1,1,1,1,1,0.0014,0.3197,0.2155,1,0.6144,1,1,1,0.0128,0.6144,0.1408,1,1,1,1,1,0.022315653,0.558520913,0.003013499,1,1,1,1,1,0.018603265,0.593762994,0.037276961,1,1,1,1,1,0.017319983,0.536962807,0.588508942,0.588533954,0.588652482
-3762,1,0.3882,1,1,1,1,1,1,1,1,0.0081,0.3882,0.0906,1,0.3195,1,1,1,1,1,1,0,0.3195,0.0932,1,0.6144,1,1,1,0.0188,0.6144,0.0806,1,1,1,1,1,0.022203704,0.321631581,0.005824281,1,1,1,1,1,0.011808019,0.312237918,0.109563351,1,1,1,1,1,0.01851611,0.356585473,0.578177864,0.578167971,0.578014184
-3763,1,0.3877,1,1,1,1,1,1,1,1,0.0206,0.3877,0.0081,1,0.3193,1,1,1,1,1,1,0.0121,0.3193,0.0058,1,0.6144,1,1,1,0.0174,0.6144,0.051,1,1,1,1,1,0.036593918,0.013942987,0.001919353,1,1,1,1,1,0.004888179,0.019218268,0.048613347,1,1,1,1,1,0.012748487,0,0.573525858,0.573725407,0.574024823
-3764,1,0.3871,1,1,1,1,1,1,1,1,0.0359,0.3871,0,1,0.3192,1,1,1,1,1,1,0.0056,0.3192,0,1,0.6144,1,1,1,0.0429,0.6144,0,1,1,1,1,1,0.045524109,0,0.000155521,1,1,1,1,1,0.003179062,0,0,1,1,1,1,1,0.037198469,0,0.584763171,0.584726042,0.584663121
-3765,1,0.3866,1,1,1,1,1,1,1,1,0.0532,0.3866,0,1,0.319,1,1,1,1,1,1,0,0.319,0,1,0.6144,1,1,1,0.0544,0.6144,0,1,1,1,1,1,0.066263825,0,0.004371807,1,1,1,1,1,0.008821904,0,0.001620942,1,1,1,1,1,0.053473443,0,0.564463509,0.564628729,0.564716312
-3766,1,0.3861,1,1,1,1,1,1,1,1,0.0473,0.3861,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6144,1,1,1,0.0376,0.6144,0,1,1,1,1,1,0.056390721,0,0.014998789,1,1,1,1,1,0.005959344,0,0.019620419,1,1,1,1,1,0.0658416,0,0.50598115,0.505817643,0.506205674
-3767,1,0.3856,1,1,1,1,1,1,1,1,0.036,0.3856,0,1,0.3187,1,1,1,1,1,1,0,0.3187,0,1,0.6144,1,1,1,0.0155,0.6144,0,1,1,1,1,1,0.043227356,0,0.027550871,1,1,1,1,1,0.00466945,0,0.060014922,1,1,1,1,1,0.04728936,0,0.450640406,0.450602919,0.450797872
-3768,1,0.3851,1,1,1,1,1,1,1,1,0.0366,0.3851,0,1,0.3185,1,1,1,1,1,1,0,0.3185,0,1,0.6144,1,1,1,0.0059,0.6144,0,1,1,1,1,1,0.057702526,0,0.037790045,1,1,1,1,1,0.002832129,0,0.059812307,1,1,1,1,1,0.025354313,0,0.414632673,0.414639306,0.414450355
-3769,1,0.3846,1,1,1,1,1,1,1,1,0.043,0.3846,0,1,0.3184,1,1,1,1,1,1,0,0.3184,0,1,0.6144,1,1,1,0.0063,0.6144,0,1,1,1,1,1,0.05386686,0,0.070607089,1,1,1,1,1,0.001263,0,0.191966772,1,1,1,1,1,0.013024315,0,0.393487192,0.393484239,0.393617021
-3770,1,0.3841,1,1,1,1,1,1,1,1,0.0211,0.3841,0,1,0.3182,1,1,1,1,1,1,0,0.3182,0,1,0.6144,1,1,1,0.0118,0.6144,0,1,1,1,1,1,0.025459711,0,0.014455982,1,1,1,1,1,0.000387157,0,0.174740583,1,1,1,1,1,0.012086002,0,0.382854036,0.382906706,0.382978723
-3771,1,0.3836,1,1,1,1,1,1,1,1,0.0096,0.3836,0,1,0.3181,1,1,1,1,1,1,0,0.3181,0,1,0.6144,1,1,1,0.0081,0.6144,0,1,1,1,1,1,0.011689012,0,0.027269673,1,1,1,1,1,0.000164783,0,0.131753936,1,1,1,1,1,0.011656821,0,0.3800145,0.379944997,0.379875887
-3772,1,0.3831,1,1,1,1,1,1,1,1,0.0059,0.3831,0,1,0.3179,1,1,1,1,1,1,0,0.3179,0,1,0.6144,1,1,1,0.0057,0.6144,0,1,1,1,1,1,0.00751544,0,0.08508496,1,1,1,1,1,0.000439369,0,0.053317282,1,1,1,1,1,0.009293511,0,0.389378927,0.389464777,0.38962766
-3773,1,0.3826,1,1,1,1,1,1,1,1,0.0059,0.3826,0.06,1,0.3178,1,1,1,1,1,1,0,0.3178,0.0936,1,0.6144,1,1,1,0.0027,0.6144,0.0877,1,1,1,1,1,0.009981646,0.094782166,0.031917904,1,1,1,1,1,0.000151984,0.215425938,0.046086915,1,1,1,1,1,0.005643889,0.177499905,0.418076365,0.418024117,0.417996454
-3774,1,0.3821,1,1,1,1,1,1,1,1,0.0026,0.3821,0.1215,1,0.3176,1,1,1,1,1,1,0,0.3176,0.1361,1,0.6144,1,1,1,0.002,0.6144,0.1,1,1,1,1,1,0.007962682,0.434211969,0.0045158,1,1,1,1,1,0.000247016,0.507811964,0.00652644,1,1,1,1,1,0.00375145,0.447928309,0.484352344,0.484451026,0.484485816
-3775,1,0.3816,1,1,1,1,1,1,1,1,0,0.3816,0.2508,1,0.3174,1,1,1,1,1,1,0,0.3174,0.2743,1,0.6144,1,1,1,0.0005,0.6144,0.2313,1,1,1,1,1,4.50E-06,0.63399148,0.044343352,1,1,1,1,1,0.000318462,0.702271223,0.023234818,1,1,1,1,1,0.00084049,0.637398958,0.538182697,0.538184895,0.538120567
-3776,1,0.3811,1,1,1,1,1,1,1,1,0,0.3811,0.3959,1,0.3173,1,1,1,1,1,1,0,0.3173,0.4289,1,0.6144,1,1,1,0.0004,0.6144,0.3609,1,1,1,1,1,6.86E-05,0.724411488,0.044418093,1,1,1,1,1,0,0.864521146,0.070246868,1,1,1,1,1,0.000761108,0.717485785,0.563255196,0.563359425,0.563386525
-3777,1,0.3806,1,1,1,1,1,1,1,1,0,0.3806,0.4885,1,0.3171,1,1,1,1,1,1,0,0.3171,0.5036,1,0.6144,1,1,1,0.0028,0.6144,0.4336,1,1,1,1,1,0,0.742560148,0.120998725,1,1,1,1,1,2.43E-05,0.808232307,0.029817542,1,1,1,1,1,0.000351264,0.667050481,0.584038183,0.58409139,0.584219858
-3778,1,0.3801,1,1,1,1,1,1,1,1,0.0056,0.3801,0.5839,1,0.317,1,1,1,1,1,1,0,0.317,0.6008,1,0.6144,1,1,1,0.0053,0.6144,0.5146,1,1,1,1,1,0.001938305,0.846293211,0.001744886,1,1,1,1,1,0.000180901,0.896276474,0.009171466,1,1,1,1,1,0.001553323,0.705338001,0.601739971,0.601650095,0.601950355
-3779,1,0.3796,1,1,1,1,1,1,1,1,0.0119,0.3796,0.6002,1,0.3168,1,1,1,1,1,1,0,0.3168,0.6268,1,0.6144,1,1,1,0.0033,0.6144,0.5526,1,1,1,1,1,0.007195343,0.8746261,0.000392444,1,1,1,1,1,0.005069264,0.873966992,0.015218064,1,1,1,1,1,0.003407832,0.717353106,0.613279362,0.613285382,0.613475177
-3780,1,0.3791,1,1,1,1,1,1,1,1,0.0291,0.3791,0.5814,1,0.3166,1,1,1,1,1,1,0.0085,0.3166,0.6449,1,0.6144,1,1,1,0.0079,0.6144,0.5112,1,1,1,1,1,0.020042667,0.831165075,0.005794654,1,1,1,1,1,0.02311746,0.882810414,0,1,1,1,1,1,0.008975899,0.703085065,0.614608507,0.614766237,0.614804965
-3781,1,0.3786,1,1,1,1,1,1,1,1,0.0583,0.3786,0.5694,1,0.3165,1,1,1,1,1,1,0.0132,0.3165,0.6367,1,0.6145,1,1,1,0.0165,0.6145,0.4949,1,1,1,1,1,0.046274729,0.803987682,0.128102764,1,1,1,1,1,0.039571151,0.898209512,0,1,1,1,1,1,0.020160893,0.69816637,0.618716771,0.618574149,0.618794326
-3782,1,0.3781,1,1,1,1,1,1,1,1,0.0785,0.3781,0.5128,1,0.3163,1,1,1,1,1,1,0.0244,0.3163,0.5413,1,0.6145,1,1,1,0.007,0.6145,0.4392,1,1,1,1,1,0.027398005,0.76201427,0.273634672,1,1,1,1,1,0.033263076,0.861177921,0.001183246,1,1,1,1,1,0.026943829,0.62566489,0.614548091,0.614766237,0.614804965
-3783,1,0.3775,1,1,1,1,1,1,1,1,0.0543,0.3775,0.4113,1,0.3162,1,1,1,1,1,1,0.0246,0.3162,0.4578,1,0.6145,1,1,1,0.0056,0.6145,0.4016,1,1,1,1,1,0.011335768,0.7384969,0.151464969,1,1,1,1,1,0.029635433,0.832141101,0.000324607,1,1,1,1,1,0.031128237,0.535396278,0.611708555,0.611804527,0.611702128
-3784,1,0.377,1,1,1,1,1,1,1,1,0.0404,0.377,0.2989,1,0.316,1,1,1,1,1,1,0.0075,0.316,0.3469,1,0.6145,1,1,1,0.0056,0.6145,0.289,1,1,1,1,1,0.007955132,0.648345709,0.231446147,1,1,1,1,1,0.018267082,0.745251298,0.00586021,1,1,1,1,1,0.019710306,0.490406454,0.610016916,0.610112122,0.609929078
-3785,1,0.3765,1,1,1,1,1,1,1,1,0.0197,0.3765,0.1584,1,0.3158,1,1,1,1,1,1,0.0013,0.3158,0.1927,1,0.6145,1,1,1,0.0092,0.6145,0.1597,1,1,1,1,1,0.019585866,0.513570547,0.315191686,1,1,1,1,1,0.009050885,0.651491165,0.069356285,1,1,1,1,1,0.020743297,0.462946445,0.605002417,0.605034906,0.605496454
-3786,1,0.376,1,1,1,1,1,1,1,1,0.0242,0.376,0.0753,1,0.3157,1,1,1,1,1,1,0,0.3157,0.0887,1,0.6145,1,1,1,0.0128,0.6145,0.0828,1,1,1,1,1,0.021784158,0.305550218,0.360432774,1,1,1,1,1,0.008457402,0.342309892,0.202497393,1,1,1,1,1,0.023470804,0.222129092,0.592556791,0.592553417,0.592641844
-3787,1,0.3755,1,1,1,1,1,1,1,1,0.01,0.3755,0.0051,1,0.3155,1,1,1,1,1,1,0,0.3155,0.0409,1,0.6145,1,1,1,0.0551,0.6145,0.0975,1,1,1,1,1,0.025142362,0.004234293,0.326351792,1,1,1,1,1,0.032181013,0.037715074,0.353112578,1,1,1,1,1,0.093151562,0,0.586031899,0.585995346,0.58643617
-3788,1,0.375,1,1,1,1,1,1,1,1,0.0027,0.375,0,1,0.3154,1,1,1,1,1,1,0.0514,0.3154,0,1,0.6145,1,1,1,0.0741,0.6145,0,1,1,1,1,1,0.013350673,0,0.17457816,1,1,1,1,1,0.069366567,0,0.608469605,1,1,1,1,1,0.127661809,0,0.595819236,0.595726677,0.595744681
-3789,1,0.3745,1,1,1,1,1,1,1,1,0.0145,0.3745,0,1,0.3152,1,1,1,1,1,1,0.008,0.3152,0,1,0.6145,1,1,1,0.0895,0.6145,0,1,1,1,1,1,0.034476113,0,0.192237526,1,1,1,1,1,0.01656618,0,0.643387198,1,1,1,1,1,0.154247046,0,0.575821653,0.575840914,0.575797872
-3790,1,0.374,1,1,1,1,1,1,1,1,0.0019,0.374,0,1,0.3151,1,1,1,1,1,1,0.0298,0.3151,0,1,0.6145,1,1,1,0.1046,0.6145,0,1,1,1,1,1,0.01893899,0,0.149100736,1,1,1,1,1,0.019957853,0,0.449931681,1,1,1,1,1,0.193828881,0,0.518910101,0.518722234,0.519060284
-3791,1,0.3735,1,1,1,1,1,1,1,1,0.0092,0.3735,0,1,0.3149,1,1,1,1,1,1,0.0621,0.3149,0,1,0.6145,1,1,1,0.1176,0.6145,0,1,1,1,1,1,0.015666679,0,0.119310059,1,1,1,1,1,0.047911465,0,0.263630629,1,1,1,1,1,0.210006669,0,0.461938134,0.461815105,0.461879433
-3792,1,0.373,1,1,1,1,1,1,1,1,0.0115,0.373,0,1,0.3147,1,1,1,1,1,1,0.0456,0.3147,0,1,0.6145,1,1,1,0.0904,0.6145,0,1,1,1,1,1,0.022718068,0,0.037563358,1,1,1,1,1,0.034737825,0,0.133160204,1,1,1,1,1,0.189467132,0,0.422245046,0.42225513,0.421985816
-3793,1,0.3725,1,1,1,1,1,1,1,1,0.0045,0.3725,0,1,0.3146,1,1,1,1,1,1,0.0041,0.3146,0,1,0.6145,1,1,1,0.1027,0.6145,0,1,1,1,1,1,0.01765389,0,0.013947112,1,1,1,1,1,0.010000912,0,0.171622515,1,1,1,1,1,0.198047042,0,0.40158289,0.401523165,0.401595745
-3794,1,0.372,1,1,1,1,1,1,1,1,0.0109,0.372,0,1,0.3144,1,1,1,1,1,1,0,0.3144,0,1,0.6145,1,1,1,0.1006,0.6145,0,1,1,1,1,1,0.020071909,0,0.003968054,1,1,1,1,1,0.001859932,0,0.131186411,1,1,1,1,1,0.187681556,0,0.38919768,0.389253226,0.389184397
-3795,1,0.3715,1,1,1,1,1,1,1,1,0.0286,0.3715,0,1,0.3143,1,1,1,1,1,1,0,0.3143,0,1,0.6145,1,1,1,0.0903,0.6145,0,1,1,1,1,1,0.040615525,0,0,1,1,1,1,1,0.001157789,0,0.142886132,1,1,1,1,1,0.215646267,0,0.383699855,0.383752909,0.383865248
-3796,1,0.371,1,1,1,1,1,1,1,1,0.0351,0.371,0,1,0.3141,1,1,1,1,1,1,0,0.3141,0,1,0.6145,1,1,1,0.111,0.6145,0,1,1,1,1,1,0.059996817,0,0.001077456,1,1,1,1,1,0.000875867,0,0.073468328,1,1,1,1,1,0.287140012,0,0.392580957,0.392638037,0.392287234
-3797,1,0.3705,1,1,1,1,1,1,1,1,0.0398,0.3705,0.1173,1,0.3139,1,1,1,1,1,1,0,0.3139,0.1594,1,0.6145,1,1,1,0.0916,0.6145,0.0967,1,1,1,1,1,0.05672488,0.29715991,0.00064287,1,1,1,1,1,0.00057851,0.326300949,0.029824346,1,1,1,1,1,0.252670407,0.298414975,0.418861769,0.418870319,0.418882979
-3798,1,0.37,1,1,1,1,1,1,1,1,0.0298,0.37,0.1091,1,0.3138,1,1,1,1,1,1,0.0269,0.3138,0.1408,1,0.6145,1,1,1,0.0423,0.6145,0.133,1,1,1,1,1,0.045390572,0.598180234,0.001011598,1,1,1,1,1,0.044164613,0.641082108,0.013758116,1,1,1,1,1,0.170852572,0.544724941,0.484050266,0.484027925,0.484042553
-3799,1,0.3695,1,1,1,1,1,1,1,1,0.0292,0.3695,0.2543,1,0.3136,1,1,1,1,1,1,0.0161,0.3136,0.2798,1,0.6145,1,1,1,0.032,0.6145,0.2474,1,1,1,1,1,0.040155347,0.753158092,0.010667876,1,1,1,1,1,0.027314324,0.841355205,0.024864921,1,1,1,1,1,0.133128121,0.597320378,0.542955534,0.543050561,0.542996454
-3800,1,0.3695,1,1,1,1,1,1,1,1,0.0122,0.3695,0.4103,1,0.3136,1,1,1,1,1,1,0.0046,0.3136,0.4417,1,0.6145,1,1,1,0.0249,0.6145,0.3703,1,1,1,1,1,0.010608869,0.866016507,0.036362313,1,1,1,1,1,0.003390273,0.920823753,0,1,1,1,1,1,0.035312384,0.622587085,0.57322378,0.573302306,0.57358156
-3801,1,0.3695,1,1,1,1,1,1,1,1,0.0033,0.3695,0.5368,1,0.3136,1,1,1,1,1,1,0.004,0.3136,0.5567,1,0.6145,1,1,1,0.0112,0.6145,0.4006,1,1,1,1,1,0.001097377,0.932702482,0.061881803,1,1,1,1,1,0.005567893,0.929556847,0.012953142,1,1,1,1,1,0.025785362,0.786822438,0.59660464,0.59678443,0.597074468
-3802,1,0.3695,1,1,1,1,1,1,1,1,0.0202,0.3695,0.6338,1,0.3136,1,1,1,1,1,1,0.0274,0.3136,0.6407,1,0.6145,1,1,1,0.0365,0.6145,0.5231,1,1,1,1,1,0.005701158,0.941606283,0.064184695,1,1,1,1,1,0.025788317,0.93139863,0,1,1,1,1,1,0.035463199,0.883285046,0.617810536,0.617727946,0.617907801
-3803,1,0.3695,1,1,1,1,1,1,1,1,0.0743,0.3695,0.6642,1,0.3136,1,1,1,1,1,1,0.042,0.3136,0.669,1,0.6145,1,1,1,0.0417,0.6145,0.5441,1,1,1,1,1,0.011890108,0.890469551,0.076393522,1,1,1,1,1,0.037307177,0.948401093,0,1,1,1,1,1,0.036356758,0.824671268,0.630920735,0.630844087,0.630762411
-3804,1,0.3695,1,1,1,1,1,1,1,1,0.1919,0.3695,0.6187,1,0.3136,1,1,1,1,1,1,0.0906,0.3136,0.62,1,0.6145,1,1,1,0.0576,0.6145,0.4693,1,1,1,1,1,0.026111444,0.867726088,0.079811156,1,1,1,1,1,0.079912968,0.903063715,0,1,1,1,1,1,0.049196936,0.814444184,0.636116481,0.636132854,0.63608156
-3805,1,0.3695,1,1,1,1,1,1,1,1,0.222,0.3695,0.6035,1,0.3136,1,1,1,1,1,1,0.0479,0.3136,0.5729,1,0.6145,1,1,1,0.0826,0.6145,0.5646,1,1,1,1,1,0.044095393,0.807070434,0.104898177,1,1,1,1,1,0.047897063,0.848401904,0.002695812,1,1,1,1,1,0.05837094,0.780907273,0.644091348,0.644171779,0.644060284
-3806,1,0.3695,1,1,1,1,1,1,1,1,0.2293,0.3695,0.5322,1,0.3136,1,1,1,1,1,1,0.1056,0.3136,0.5269,1,0.6145,1,1,1,0.1417,0.6145,0.3666,1,1,1,1,1,0.078989603,0.710661054,0.116375454,1,1,1,1,1,0.106938109,0.74147886,0.076028273,1,1,1,1,1,0.172896877,0.706547201,0.643910101,0.643960228,0.644060284
-3807,1,0.3695,1,1,1,1,1,1,1,1,0.2955,0.3695,0.3911,1,0.3136,1,1,1,1,1,1,0.2768,0.3136,0.45,1,0.6145,1,1,1,0.1486,0.6145,0.2778,1,1,1,1,1,0.131724879,0.635742843,0.248948798,1,1,1,1,1,0.242092624,0.728936613,0.236336142,1,1,1,1,1,0.17567803,0.517727852,0.639016433,0.639094563,0.639184397
-3808,1,0.3695,1,1,1,1,1,1,1,1,0.2883,0.3695,0.2873,1,0.3136,1,1,1,1,1,1,0.3294,0.3136,0.3316,1,0.6145,1,1,1,0.1277,0.6145,0.2064,1,1,1,1,1,0.117614791,0.469980508,0.339534521,1,1,1,1,1,0.274483293,0.621194124,0.410385072,1,1,1,1,1,0.111729637,0.322074205,0.634787337,0.634651999,0.635195035
-3809,1,0.3695,1,1,1,1,1,1,1,1,0.2902,0.3695,0.1572,1,0.3136,1,1,1,1,1,1,0.139,0.3136,0.2115,1,0.6145,1,1,1,0.0765,0.6145,0.1516,1,1,1,1,1,0.116898224,0.424625278,0.494507074,1,1,1,1,1,0.141382292,0.467411876,0.454307348,1,1,1,1,1,0.084031366,0.164293975,0.62361044,0.623651365,0.623670213
-3810,1,0.3695,1,1,1,1,1,1,1,1,0.1737,0.3695,0.0753,1,0.3136,1,1,1,1,1,1,0.1109,0.3136,0.0873,1,0.6145,1,1,1,0.0558,0.6145,0.0366,1,1,1,1,1,0.08320269,0.224011883,0.378289878,1,1,1,1,1,0.111961901,0.16727747,0.557315707,1,1,1,1,1,0.094664194,0.10209351,0.605183664,0.605246457,0.605496454
-3811,1,0.3695,1,1,1,1,1,1,1,1,0.2018,0.3695,0,1,0.3136,1,1,1,1,1,1,0.196,0.3136,0,1,0.6145,1,1,1,0.0356,0.6145,0,1,1,1,1,1,0.148468256,0,0.79186213,1,1,1,1,1,0.241517246,0.000625001,0.710817575,1,1,1,1,1,0.071506992,0,0.59340261,0.593399619,0.593528369
-3812,1,0.3695,1,1,1,1,1,1,1,1,0.2613,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2029,0.3136,0,1,0.6145,1,1,1,0.0576,0.6145,0,1,1,1,1,1,0.241333902,0,0.899522245,1,1,1,1,1,0.254255295,0,0.795350313,1,1,1,1,1,0.055394955,0,0.598537941,0.598688386,0.598847518
-3813,1,0.3695,1,1,1,1,1,1,1,1,0.3291,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1181,0.3136,0,1,0.6145,1,1,1,0.045,0.6145,0,1,1,1,1,1,0.342269957,0,0.98636353,1,1,1,1,1,0.153309613,0,0.961085439,1,1,1,1,1,0.063831151,0,0.581621556,0.581764333,0.582003546
-3814,1,0.3695,1,1,1,1,1,1,1,1,0.2797,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1418,0.3136,0,1,0.6145,1,1,1,0.0967,0.6145,0,1,1,1,1,1,0.22688733,0,1,1,1,1,1,1,0.165051013,0,1,1,1,1,1,1,0.11923936,0,0.532443209,0.532473027,0.532358156
-3815,1,0.3695,1,1,1,1,1,1,1,1,0.2166,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1911,0.3136,0,1,0.6145,1,1,1,0.1236,0.6145,0,1,1,1,1,1,0.103716575,0,1,1,1,1,1,1,0.202923134,0,1,1,1,1,1,1,0.204200879,0,0.479458676,0.479585361,0.479609929
-3816,1,0.3695,1,1,1,1,1,1,1,1,0.234,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2683,0.3136,0,1,0.6145,1,1,1,0.0855,0.6145,0,1,1,1,1,1,0.150300384,0,1,1,1,1,1,1,0.365311861,0,1,1,1,1,1,1,0.176857084,0,0.438738521,0.438756082,0.438829787
-3817,1,0.3695,1,1,1,1,1,1,1,1,0.201,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2202,0.3136,0,1,0.6145,1,1,1,0.1462,0.6145,0,1,1,1,1,1,0.176256076,0,1,1,1,1,1,1,0.329134852,0,1,1,1,1,1,1,0.320028514,0,0.412457709,0.412523799,0.412677305
-3818,1,0.3695,1,1,1,1,1,1,1,1,0.2999,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2468,0.3136,0,1,0.6145,1,1,1,0.1619,0.6145,0,1,1,1,1,1,0.358552933,0,1,1,1,1,1,1,0.405307114,0,1,1,1,1,1,1,0.394502521,0,0.397897535,0.397715253,0.398049645
-3819,1,0.3695,1,1,1,1,1,1,1,1,0.3003,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2027,0.3136,0,1,0.6145,1,1,1,0.2106,0.6145,0,1,1,1,1,1,0.331923008,0,1,1,1,1,1,1,0.343608469,0,0.909977794,1,1,1,1,1,0.493733257,0,0.388049783,0.387983922,0.388297872
-3820,1,0.3695,1,1,1,1,1,1,1,1,0.2741,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2054,0.3136,0,1,0.6145,1,1,1,0.1612,0.6145,0,1,1,1,1,1,0.288332611,0,1,1,1,1,1,1,0.33400315,0,0.84547621,1,1,1,1,1,0.404295027,0,0.386297728,0.386291517,0.38608156
-3821,1,0.3695,1,1,1,1,1,1,1,1,0.2079,0.3695,0.1204,1,0.3136,1,1,1,1,1,1,0.1334,0.3136,0.0374,1,0.6145,1,1,1,0.1597,0.6145,0.1703,1,1,1,1,1,0.240365952,0.262888312,1,1,1,1,1,1,0.198722363,0.028162623,0.7716223,1,1,1,1,1,0.404893279,0.472293913,0.388170614,0.388195473,0.388297872
-3822,1,0.3695,1,1,1,1,1,1,1,1,0.1097,0.3695,0.1029,1,0.3136,1,1,1,1,1,1,0.017,0.3136,0.1252,1,0.6145,1,1,1,0.1498,0.6145,0.0785,1,1,1,1,1,0.106934547,0.500888109,0.995484591,1,1,1,1,1,0.038150921,0.219890863,0.512174904,1,1,1,1,1,0.346411973,0.752523541,0.41481392,0.414639306,0.414893617
-3823,1,0.3695,1,1,1,1,1,1,1,1,0.08,0.3695,0.2414,1,0.3136,1,1,1,1,1,1,0.0205,0.3136,0.2235,1,0.6145,1,1,1,0.1354,0.6145,0.2411,1,1,1,1,1,0.063444704,0.607426822,0.998620689,1,1,1,1,1,0.036902219,0.336326092,0.421404213,1,1,1,1,1,0.383137941,0.897215068,0.459884002,0.459911149,0.459663121
-3824,1,0.3695,1,1,1,1,1,1,1,1,0.0775,0.3695,0.3655,1,0.3136,1,1,1,1,1,1,0.0091,0.3136,0.3201,1,0.6145,1,1,1,0.2328,0.6145,0.4204,1,1,1,1,1,0.059062131,0.679268062,0.652118564,1,1,1,1,1,0.010429602,0.474945724,0.169212312,1,1,1,1,1,0.559875429,0.952899218,0.507189464,0.507086947,0.507092199
-3825,1,0.3695,1,1,1,1,1,1,1,1,0.0682,0.3695,0.4439,1,0.3136,1,1,1,1,1,1,0.0074,0.3136,0.4008,1,0.6145,1,1,1,0.2043,0.6145,0.5511,1,1,1,1,1,0.096189268,0.696035564,0.267243922,1,1,1,1,1,0.01263681,0.520544708,0.077692412,1,1,1,1,1,0.491520166,0.97763896,0.537699372,0.537761794,0.538120567
-3826,1,0.3695,1,1,1,1,1,1,1,1,0.029,0.3695,0.5051,1,0.3136,1,1,1,1,1,1,0,0.3136,0.44,1,0.6145,1,1,1,0.2299,0.6145,0.6374,1,1,1,1,1,0.044650935,0.688874722,0.164091527,1,1,1,1,1,0.000327643,0.560952961,0.055288747,1,1,1,1,1,0.486297876,0.982740521,0.554736588,0.554685847,0.554964539
-3827,1,0.3695,1,1,1,1,1,1,1,1,0.0157,0.3695,0.5225,1,0.3136,1,1,1,1,1,1,0,0.3136,0.4501,1,0.6145,1,1,1,0.3356,0.6145,0.6705,1,1,1,1,1,0.023206348,0.710966229,0.031552292,1,1,1,1,1,0.002662415,0.607325137,0.025999477,1,1,1,1,1,0.594362199,0.980256796,0.56180522,0.561667019,0.562056738
-3828,1,0.3695,1,1,1,1,1,1,1,1,0.022,0.3695,0.5304,1,0.3136,1,1,1,1,1,1,0.0493,0.3136,0.4479,1,0.6145,1,1,1,0.2625,0.6145,0.6784,1,1,1,1,1,0.032722875,0.701665521,0.001511908,1,1,1,1,1,0.037859973,0.600097775,0,1,1,1,1,1,0.384012908,0.968788803,0.562288545,0.562301671,0.5625
-3829,1,0.3695,1,1,1,1,1,1,1,1,0.0598,0.3695,0.4989,1,0.3136,1,1,1,1,1,1,0.0354,0.3136,0.4261,1,0.6145,1,1,1,0.2719,0.6145,0.6702,1,1,1,1,1,0.047688819,0.67618084,0.009561259,1,1,1,1,1,0.032927759,0.591872931,0,1,1,1,1,1,0.425363213,0.966337264,0.558361527,0.558282209,0.558510638
-3830,1,0.3695,1,1,1,1,1,1,1,1,0.1057,0.3695,0.4838,1,0.3136,1,1,1,1,1,1,0,0.3136,0.4641,1,0.6145,1,1,1,0.2534,0.6145,0.598,1,1,1,1,1,0.049450401,0.693012834,0.107630417,1,1,1,1,1,0.018188175,0.664861679,0,1,1,1,1,1,0.453184664,0.925094485,0.554736588,0.554685847,0.554964539
-3831,1,0.3695,1,1,1,1,1,1,1,1,0.0998,0.3695,0.4305,1,0.3136,1,1,1,1,1,1,0.0066,0.3136,0.4392,1,0.6145,1,1,1,0.2276,0.6145,0.4729,1,1,1,1,1,0.03293138,0.759625435,0.132844135,1,1,1,1,1,0.026494335,0.635333717,0.000575916,1,1,1,1,1,0.350557089,0.92005682,0.555521991,0.55553205,0.555407801
-3832,1,0.3695,1,1,1,1,1,1,1,1,0.1392,0.3695,0.3179,1,0.3136,1,1,1,1,1,1,0.0547,0.3136,0.3369,1,0.6145,1,1,1,0.2677,0.6145,0.3325,1,1,1,1,1,0.08179003,0.928042412,0.095876865,1,1,1,1,1,0.067698739,0.626356006,0,1,1,1,1,1,0.449343354,0.998728335,0.561442726,0.561455469,0.561613475
-3833,1,0.3695,1,1,1,1,1,1,1,1,0.1532,0.3695,0.1632,1,0.3136,1,1,1,1,1,1,0.0967,0.3136,0.183,1,0.6145,1,1,1,0.2596,0.6145,0.1307,1,1,1,1,1,0.135438263,0.680861652,0.221850902,1,1,1,1,1,0.113220833,0.395611435,0.021824084,1,1,1,1,1,0.433767229,0.814160883,0.565671822,0.565686482,0.565602837
-3834,1,0.3695,1,1,1,1,1,1,1,1,0.0911,0.3695,0.082,1,0.3136,1,1,1,1,1,1,0.0365,0.3136,0.0942,1,0.6145,1,1,1,0.174,0.6145,0.0865,1,1,1,1,1,0.056544241,0.471925884,0.253049016,1,1,1,1,1,0.047046509,0.336835563,0.015314923,1,1,1,1,1,0.275719762,0.585682809,0.561684389,0.561667019,0.561613475
-3835,1,0.3695,1,1,1,1,1,1,1,1,0.0296,0.3695,0.0162,1,0.3136,1,1,1,1,1,1,0.0066,0.3136,0.0077,1,0.6145,1,1,1,0.0947,0.6145,0.2156,1,1,1,1,1,0.013200922,0.0545002,0.049715683,1,1,1,1,1,0.011944038,0.001857316,0,1,1,1,1,1,0.180366114,0.188506767,0.555340744,0.555320499,0.555407801
-3836,1,0.3695,1,1,1,1,1,1,1,1,0.0371,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0126,0.3136,0,1,0.6145,1,1,1,0.0827,0.6145,0,1,1,1,1,1,0.031356383,0,0.01529526,1,1,1,1,1,0.018418435,0,0,1,1,1,1,1,0.191646144,0,0.563376027,0.563359425,0.563386525
-3837,1,0.3695,1,1,1,1,1,1,1,1,0.0714,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0178,0.3136,0,1,0.6145,1,1,1,0.1353,0.6145,0,1,1,1,1,1,0.052155338,0,0.015546439,1,1,1,1,1,0.02534347,0,0.000303665,1,1,1,1,1,0.282814473,0,0.558482359,0.558493759,0.558510638
-3838,1,0.3695,1,1,1,1,1,1,1,1,0.0353,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0176,0.3136,0,1,0.6145,1,1,1,0.1526,0.6145,0,1,1,1,1,1,0.060285896,0,0.048062839,1,1,1,1,1,0.024478672,0,0.000387435,1,1,1,1,1,0.291136861,0,0.519635089,0.519779987,0.519503546
-3839,1,0.3695,1,1,1,1,1,1,1,1,0.0519,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0145,0.3136,0,1,0.6145,1,1,1,0.1625,0.6145,0,1,1,1,1,1,0.049590476,0,0.110772096,1,1,1,1,1,0.018964672,0,0.000340314,1,1,1,1,1,0.281604439,0,0.473235863,0.473238841,0.473404255
-3840,1,0.3695,1,1,1,1,1,1,1,1,0.0602,0.3695,0,1,0.3136,1,1,1,1,1,1,0.029,0.3136,0,1,0.6145,1,1,1,0.1559,0.6145,0,1,1,1,1,1,0.053860944,0,0.129036322,1,1,1,1,1,0.035842333,0,0.078311525,1,1,1,1,1,0.264733642,0,0.432817786,0.432832663,0.432624113
-3841,1,0.3695,1,1,1,1,1,1,1,1,0.0902,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0318,0.3136,0,1,0.6145,1,1,1,0.1613,0.6145,0,1,1,1,1,1,0.050208382,0,0.153378263,1,1,1,1,1,0.038540665,0,0.085280366,1,1,1,1,1,0.19855468,0,0.407564041,0.407658134,0.407358156
-3842,1,0.3695,1,1,1,1,1,1,1,1,0.0839,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0494,0.3136,0,1,0.6145,1,1,1,0.1508,0.6145,0,1,1,1,1,1,0.040141106,0,0.161103219,1,1,1,1,1,0.042874251,0,0.056837961,1,1,1,1,1,0.16749914,0,0.391855969,0.391791834,0.391843972
-3843,1,0.3695,1,1,1,1,1,1,1,1,0.0742,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0143,0.3136,0,1,0.6145,1,1,1,0.1496,0.6145,0,1,1,1,1,1,0.024345122,0,0.16209811,1,1,1,1,1,0.011598874,0,0.049767543,1,1,1,1,1,0.125259966,0,0.382733204,0.382695155,0.382978723
-3844,1,0.3695,1,1,1,1,1,1,1,1,0.0818,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0044,0.3136,0,1,0.6145,1,1,1,0.1737,0.6145,0,1,1,1,1,1,0.026840031,0,0.227187872,1,1,1,1,1,0.006958446,0,0.087544248,1,1,1,1,1,0.114650048,0,0.378564524,0.378675693,0.378546099
-3845,1,0.3695,1,1,1,1,1,1,1,1,0.0449,0.3695,0.109,1,0.3136,1,1,1,1,1,1,0.0044,0.3136,0.0677,1,0.6145,1,1,1,0.1786,0.6145,0.1743,1,1,1,1,1,0.016043292,0.233483106,0.17175597,1,1,1,1,1,0.01568656,0.145099074,0.065680638,1,1,1,1,1,0.090891816,0.488731563,0.374758337,0.374867781,0.375
-3846,1,0.3695,1,1,1,1,1,1,1,1,0.019,0.3695,0.0981,1,0.3136,1,1,1,1,1,1,0.0174,0.3136,0.1287,1,0.6145,1,1,1,0.1234,0.6145,0.0799,1,1,1,1,1,0.021749338,0.622246325,0.070032641,1,1,1,1,1,0.012697204,0.495566726,0,1,1,1,1,1,0.064725816,0.76381731,0.391855969,0.391791834,0.391843972
-3847,1,0.3695,1,1,1,1,1,1,1,1,0.0042,0.3695,0.2276,1,0.3136,1,1,1,1,1,1,0,0.3136,0.259,1,0.6145,1,1,1,0.0386,0.6145,0.2275,1,1,1,1,1,0.017589247,0.93753624,0.148203999,1,1,1,1,1,0.001410813,0.867017627,0.1090644,1,1,1,1,1,0.04318836,0.999591827,0.431488642,0.431563359,0.431737589
-3848,1,0.3695,1,1,1,1,1,1,1,1,0.0057,0.3695,0.4068,1,0.3136,1,1,1,1,1,1,0,0.3136,0.4189,1,0.6145,1,1,1,0.0204,0.6145,0.4147,1,1,1,1,1,0.000961639,0.869672,0.06028093,1,1,1,1,1,0,0.823113143,0.058521207,1,1,1,1,1,0.021806439,0.950877666,0.480666989,0.480643114,0.480939716
-3849,1,0.3695,1,1,1,1,1,1,1,1,0.0089,0.3695,0.5303,1,0.3136,1,1,1,1,1,1,0,0.3136,0.5266,1,0.6145,1,1,1,0.0313,0.6145,0.5475,1,1,1,1,1,0.001517902,0.895404816,0.027537914,1,1,1,1,1,0,0.816906273,0.024046337,1,1,1,1,1,0.031409945,0.96311146,0.521810053,0.521895494,0.521719858
-3850,1,0.3695,1,1,1,1,1,1,1,1,0.0315,0.3695,0.7236,1,0.3136,1,1,1,1,1,1,0,0.3136,0.7074,1,0.6145,1,1,1,0.0752,0.6145,0.7416,1,1,1,1,1,0.005956152,0.99938345,0.029934481,1,1,1,1,1,3.79E-05,0.993385792,0.003073037,1,1,1,1,1,0.07468991,1,0.549782504,0.549820182,0.550088652
-3851,1,0.3695,1,1,1,1,1,1,1,1,0.026,0.3695,0.6557,1,0.3136,1,1,1,1,1,1,0,0.3136,0.6286,1,0.6145,1,1,1,0.1212,0.6145,0.6827,1,1,1,1,1,0.004554445,0.911543965,0.008246758,1,1,1,1,1,0.000929388,0.836972892,0.029252619,1,1,1,1,1,0.107036151,0.967528582,0.568269696,0.56822509,0.568262411
-3852,1,0.3695,1,1,1,1,1,1,1,1,0.0393,0.3695,0.6538,1,0.3136,1,1,1,1,1,1,0,0.3136,0.6221,1,0.6145,1,1,1,0.1103,0.6145,0.6599,1,1,1,1,1,0.006812623,0.904641032,0.017620582,1,1,1,1,1,0.004915052,0.832128465,0.036261521,1,1,1,1,1,0.071315199,0.951492488,0.579446593,0.579437275,0.579787234
-3853,1,0.3695,1,1,1,1,1,1,1,1,0.0799,0.3695,0.6461,1,0.3136,1,1,1,1,1,1,0,0.3136,0.611,1,0.6145,1,1,1,0.0719,0.6145,0.6626,1,1,1,1,1,0.014765352,0.881653786,0.021642305,1,1,1,1,1,0.012383495,0.833316326,0.021220159,1,1,1,1,1,0.037692904,0.95522809,0.582467376,0.582610535,0.582446809
-3854,1,0.3695,1,1,1,1,1,1,1,1,0.1754,0.3695,0.5663,1,0.3136,1,1,1,1,1,1,0,0.3136,0.5649,1,0.6145,1,1,1,0.0525,0.6145,0.5861,1,1,1,1,1,0.030576743,0.821439505,0.035163276,1,1,1,1,1,0.018780118,0.787786365,0.051135868,1,1,1,1,1,0.065481372,0.89526391,0.584521508,0.584726042,0.584663121
-3855,1,0.3695,1,1,1,1,1,1,1,1,0.221,0.3695,0.4522,1,0.3136,1,1,1,1,1,1,0,0.3136,0.4731,1,0.6145,1,1,1,0.0362,0.6145,0.4602,1,1,1,1,1,0.04955722,0.784421146,0.035020262,1,1,1,1,1,0.032974888,0.753855467,0.071004719,1,1,1,1,1,0.033604786,0.893411279,0.588569357,0.588745505,0.588652482
-3856,1,0.3695,1,1,1,1,1,1,1,1,0.173,0.3695,0.3203,1,0.3136,1,1,1,1,1,1,0,0.3136,0.3513,1,0.6145,1,1,1,0.0339,0.6145,0.2931,1,1,1,1,1,0.064593494,0.752974868,0.038061935,1,1,1,1,1,0.062565483,0.688477278,0.110220164,1,1,1,1,1,0.041594017,0.841479063,0.596544224,0.59678443,0.596631206
-3857,1,0.3695,1,1,1,1,1,1,1,1,0.208,0.3695,0.1618,1,0.3136,1,1,1,1,1,1,0.065,0.3136,0.2051,1,0.6145,1,1,1,0.0434,0.6145,0.1342,1,1,1,1,1,0.154444218,0.688172877,0.073767968,1,1,1,1,1,0.08385703,0.568054795,0.090024084,1,1,1,1,1,0.084779724,0.703142881,0.602102465,0.602073197,0.601950355
-3858,1,0.3695,1,1,1,1,1,1,1,1,0.2109,0.3695,0.0857,1,0.3136,1,1,1,1,1,1,0.1424,0.3136,0.1072,1,0.6145,1,1,1,0.0575,0.6145,0.0868,1,1,1,1,1,0.248529077,0.464170665,0.125408262,1,1,1,1,1,0.162145466,0.360156357,0.154153675,1,1,1,1,1,0.12483415,0.383528531,0.598235863,0.598265285,0.598404255
-3859,1,0.3695,1,1,1,1,1,1,1,1,0.1936,0.3695,0.0362,1,0.3136,1,1,1,1,1,1,0.1429,0.3136,0.0002,1,0.6145,1,1,1,0.0848,0.6145,0.0633,1,1,1,1,1,0.290116042,0.03168935,0.515584946,1,1,1,1,1,0.170041606,0.001188901,0.263568103,1,1,1,1,1,0.159886658,0.001365947,0.589838086,0.589803258,0.58998227
-3860,1,0.3695,1,1,1,1,1,1,1,1,0.1427,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1533,0.3136,0,1,0.6145,1,1,1,0.1382,0.6145,0,1,1,1,1,1,0.25914675,0,0.455973625,1,1,1,1,1,0.166953743,0,0.52713877,1,1,1,1,1,0.264809966,0,0.594490092,0.594668923,0.594858156
-3861,1,0.3695,1,1,1,1,1,1,1,1,0.0167,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.0009,0.6145,0,1,1,1,1,1,0.008712161,0,0.329669416,1,1,1,1,1,0.004218348,0,0.249943987,1,1,1,1,1,0.001745948,0,0.580896568,0.58091813,0.581117021
-3862,1,0.3695,1,1,1,1,1,1,1,1,0.0429,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0738,0.3136,0,1,0.6145,1,1,1,0.1167,0.6145,0,1,1,1,1,1,0.113600776,0,0.136698037,1,1,1,1,1,0.104371995,0,0.341744542,1,1,1,1,1,0.27753067,0,0.525374577,0.525491855,0.525265957
-3863,1,0.3695,1,1,1,1,1,1,1,1,0.0556,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0546,0.3136,0,1,0.6145,1,1,1,0.0894,0.6145,0,1,1,1,1,1,0.107239224,0,0.02864217,1,1,1,1,1,0.089905396,0,0.426214933,1,1,1,1,1,0.225932136,0,0.469731754,0.469642479,0.469858156
-3864,1,0.3695,1,1,1,1,1,1,1,1,0.0617,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0737,0.3136,0,1,0.6145,1,1,1,0.0856,0.6145,0,1,1,1,1,1,0.125791788,0,0.032611638,1,1,1,1,1,0.106946588,0,0.376664162,1,1,1,1,1,0.212899417,0,0.430582407,0.430717157,0.430407801
-3865,1,0.3695,1,1,1,1,1,1,1,1,0.0676,0.3695,0,1,0.3136,1,1,1,1,1,1,0.05,0.3136,0,1,0.6145,1,1,1,0.1299,0.6145,0,1,1,1,1,1,0.136382192,0,0.008450244,1,1,1,1,1,0.071203887,0,0.210115463,1,1,1,1,1,0.351252377,0,0.40798695,0.407869685,0.407801418
-3866,1,0.3695,1,1,1,1,1,1,1,1,0.0324,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0608,0.3136,0,1,0.6145,1,1,1,0.0897,0.6145,0,1,1,1,1,1,0.078404933,0,0.035746537,1,1,1,1,1,0.084767193,0,0.13707383,1,1,1,1,1,0.264089942,0,0.396749638,0.39686905,0.396719858
-3867,1,0.3695,1,1,1,1,1,1,1,1,0.0357,0.3695,0,1,0.3136,1,1,1,1,1,1,0.062,0.3136,0,1,0.6145,1,1,1,0.1441,0.6145,0,1,1,1,1,1,0.083792746,0,0.058651909,1,1,1,1,1,0.078671627,0,0.141204461,1,1,1,1,1,0.416035056,0,0.393245529,0.393272689,0.393173759
-3868,1,0.3695,1,1,1,1,1,1,1,1,0.0354,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0413,0.3136,0,1,0.6145,1,1,1,0.1523,0.6145,0,1,1,1,1,1,0.098383367,0,0.040182486,1,1,1,1,1,0.083031744,0,0.064855501,1,1,1,1,1,0.460275114,0,0.402066216,0.402157817,0.402039007
-3869,1,0.3695,1,1,1,1,1,1,1,1,0.0329,0.3695,0.0862,1,0.3136,1,1,1,1,1,1,0.0641,0.3136,0.0741,1,0.6145,1,1,1,0.1342,0.6145,0.1134,1,1,1,1,1,0.070243165,0.144517869,0.004518487,1,1,1,1,1,0.090341628,0.162909687,0.05676388,1,1,1,1,1,0.475575954,0.255651474,0.430884485,0.430928707,0.430851064
-3870,1,0.3695,1,1,1,1,1,1,1,1,0.0217,0.3695,0.1147,1,0.3136,1,1,1,1,1,1,0.0163,0.3136,0.1331,1,0.6145,1,1,1,0.097,0.6145,0.1057,1,1,1,1,1,0.047444277,0.369476438,0.024446316,1,1,1,1,1,0.026381038,0.406315207,0.135147899,1,1,1,1,1,0.343200773,0.498732328,0.499335428,0.499471123,0.499556738
-3871,1,0.3695,1,1,1,1,1,1,1,1,0.0159,0.3695,0.2431,1,0.3136,1,1,1,1,1,1,0.0217,0.3136,0.2546,1,0.6145,1,1,1,0.0727,0.6145,0.2429,1,1,1,1,1,0.01789679,0.577551305,0.08620178,1,1,1,1,1,0.046776615,0.599924207,0.184738755,1,1,1,1,1,0.22515142,0.619898915,0.561019816,0.561032367,0.561170213
-3872,1,0.3695,1,1,1,1,1,1,1,1,0.031,0.3695,0.3828,1,0.3136,1,1,1,1,1,1,0.0494,0.3136,0.3673,1,0.6145,1,1,1,0.0849,0.6145,0.3957,1,1,1,1,1,0.033984214,0.649401963,0.126972497,1,1,1,1,1,0.075619653,0.652798891,0.37998876,1,1,1,1,1,0.199518308,0.685338795,0.594248429,0.594245822,0.594414894
-3873,1,0.3695,1,1,1,1,1,1,1,1,0.0715,0.3695,0.492,1,0.3136,1,1,1,1,1,1,0.0496,0.3136,0.4812,1,0.6145,1,1,1,0.0746,0.6145,0.513,1,1,1,1,1,0.079667144,0.717460811,0.185857713,1,1,1,1,1,0.079823732,0.751134932,0.462884307,1,1,1,1,1,0.160261482,0.721212745,0.617448043,0.617516395,0.617464539
-3874,1,0.3695,1,1,1,1,1,1,1,1,0.0842,0.3695,0.5487,1,0.3136,1,1,1,1,1,1,0.1159,0.3136,0.5556,1,0.6145,1,1,1,0.1277,0.6145,0.5951,1,1,1,1,1,0.122391157,0.777045071,0.26393488,1,1,1,1,1,0.147527099,0.803015649,0.455184549,1,1,1,1,1,0.255549818,0.748122275,0.635451909,0.635498202,0.635638298
-3875,1,0.3695,1,1,1,1,1,1,1,1,0.1098,0.3695,0.5534,1,0.3136,1,1,1,1,1,1,0.151,0.3136,0.5748,1,0.6145,1,1,1,0.1761,0.6145,0.6037,1,1,1,1,1,0.141395226,0.762662709,0.214071214,1,1,1,1,1,0.202170432,0.826028764,0.352361798,1,1,1,1,1,0.366204172,0.786532044,0.646568391,0.646710387,0.646719858
-3876,1,0.3695,1,1,1,1,1,1,1,1,0.2073,0.3695,0.558,1,0.3136,1,1,1,1,1,1,0.213,0.3136,0.5721,1,0.6145,1,1,1,0.2064,0.6145,0.5828,1,1,1,1,1,0.201954648,0.781572938,0.169044957,1,1,1,1,1,0.274332762,0.83304882,0.499380648,1,1,1,1,1,0.315057844,0.806946158,0.652670372,0.652633806,0.652925532
-3877,1,0.3695,1,1,1,1,1,1,1,1,0.2766,0.3695,0.5522,1,0.3136,1,1,1,1,1,1,0.2688,0.3136,0.5592,1,0.6145,1,1,1,0.1883,0.6145,0.5872,1,1,1,1,1,0.23952055,0.796944559,0.116115704,1,1,1,1,1,0.341202915,0.790522218,0.513433516,1,1,1,1,1,0.250604033,0.811199307,0.658591107,0.658768775,0.658687943
-3878,1,0.3695,1,1,1,1,1,1,1,1,0.2968,0.3695,0.5321,1,0.3136,1,1,1,1,1,1,0.2817,0.3136,0.5415,1,0.6145,1,1,1,0.2278,0.6145,0.5354,1,1,1,1,1,0.293560594,0.762012362,0.161814988,1,1,1,1,1,0.307464898,0.806527376,0.565962315,1,1,1,1,1,0.252367347,0.794304132,0.658651522,0.658768775,0.658687943
-3879,1,0.3695,1,1,1,1,1,1,1,1,0.2212,0.3695,0.4367,1,0.3136,1,1,1,1,1,1,0.2341,0.3136,0.4812,1,0.6145,1,1,1,0.2682,0.6145,0.4439,1,1,1,1,1,0.258115739,0.728601456,0.078858674,1,1,1,1,1,0.282316655,0.831673026,0.321248978,1,1,1,1,1,0.343125463,0.797228932,0.659074432,0.659191876,0.659131206
-3880,1,0.3695,1,1,1,1,1,1,1,1,0.2104,0.3695,0.315,1,0.3136,1,1,1,1,1,1,0.2356,0.3136,0.3599,1,0.6145,1,1,1,0.3118,0.6145,0.3047,1,1,1,1,1,0.241772577,0.679620266,0.050940201,1,1,1,1,1,0.270298481,0.792333066,0.189241633,1,1,1,1,1,0.378919452,0.732562959,0.65979942,0.659826528,0.66001773
-3881,1,0.3695,1,1,1,1,1,1,1,1,0.1658,0.3695,0.1671,1,0.3136,1,1,1,1,1,1,0.2446,0.3136,0.207,1,0.6145,1,1,1,0.3073,0.6145,0.1465,1,1,1,1,1,0.181639656,0.660179138,0.096075639,1,1,1,1,1,0.262448668,0.688943148,0.144374087,1,1,1,1,1,0.34872514,0.647164226,0.653999517,0.65411466,0.654255319
-3882,1,0.3695,1,1,1,1,1,1,1,1,0.1397,0.3695,0.0824,1,0.3136,1,1,1,1,1,1,0.1481,0.3136,0.1017,1,0.6145,1,1,1,0.2935,0.6145,0.0717,1,1,1,1,1,0.188455433,0.424525976,0.072226211,1,1,1,1,1,0.154481798,0.414447129,0.104523048,1,1,1,1,1,0.358344883,0.429920435,0.63599565,0.636132854,0.63608156
-3883,1,0.3695,1,1,1,1,1,1,1,1,0.126,0.3695,0.0091,1,0.3136,1,1,1,1,1,1,0.1695,0.3136,0.0396,1,0.6145,1,1,1,0.2737,0.6145,0.0255,1,1,1,1,1,0.150892898,0.011148802,0.102089509,1,1,1,1,1,0.211984694,0.009110727,0.065727495,1,1,1,1,1,0.45993945,0,0.62137506,0.621535858,0.621453901
-3884,1,0.3695,1,1,1,1,1,1,1,1,0.1067,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1455,0.3136,0,1,0.6145,1,1,1,0.2763,0.6145,0,1,1,1,1,1,0.129650667,0,0.065100223,1,1,1,1,1,0.171550602,0,0.039796859,1,1,1,1,1,0.444358468,0,0.624395843,0.624497567,0.624556738
-3885,1,0.3695,1,1,1,1,1,1,1,1,0.1286,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1676,0.3136,0,1,0.6145,1,1,1,0.2175,0.6145,0,1,1,1,1,1,0.209761396,0,0.037188396,1,1,1,1,1,0.215656206,0,0.046240576,1,1,1,1,1,0.354713321,0,0.601075399,0.601015443,0.601507092
-3886,1,0.3695,1,1,1,1,1,1,1,1,0.119,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0786,0.3136,0,1,0.6145,1,1,1,0.2736,0.6145,0,1,1,1,1,1,0.238658756,0,0.071491443,1,1,1,1,1,0.096542478,0,0.091639534,1,1,1,1,1,0.452044547,0,0.538363944,0.538396446,0.53856383
-3887,1,0.3695,1,1,1,1,1,1,1,1,0.1334,0.3695,0,1,0.3136,1,1,1,1,1,1,0.079,0.3136,0,1,0.6145,1,1,1,0.2372,0.6145,0,1,1,1,1,1,0.222618788,0,0.08663483,1,1,1,1,1,0.111848652,0,0.201702386,1,1,1,1,1,0.415616959,0,0.4780087,0.477892955,0.478280142
-3888,1,0.3695,1,1,1,1,1,1,1,1,0.164,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1101,0.3136,0,1,0.6145,1,1,1,0.1808,0.6145,0,1,1,1,1,1,0.230638251,0,0.120411582,1,1,1,1,1,0.153721988,0,0.227657855,1,1,1,1,1,0.345812082,0,0.438919768,0.438967633,0.438829787
-3889,1,0.3695,1,1,1,1,1,1,1,1,0.1767,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1456,0.3136,0,1,0.6145,1,1,1,0.1775,0.6145,0,1,1,1,1,1,0.225297421,0,0.104333818,1,1,1,1,1,0.20658505,0,0.201597393,1,1,1,1,1,0.398327082,0,0.414995167,0.415062407,0.415336879
-3890,1,0.3695,1,1,1,1,1,1,1,1,0.1581,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1053,0.3136,0,1,0.6145,1,1,1,0.1602,0.6145,0,1,1,1,1,1,0.185487941,0,0.16025278,1,1,1,1,1,0.186585397,0,0.28678745,1,1,1,1,1,0.344399959,0,0.40381827,0.403850222,0.403812057
-3891,1,0.3695,1,1,1,1,1,1,1,1,0.1199,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0314,0.3136,0,1,0.6145,1,1,1,0.1432,0.6145,0,1,1,1,1,1,0.100888275,0,0.251470566,1,1,1,1,1,0.068540797,0,0.445114136,1,1,1,1,1,0.353885084,0,0.399347511,0.399407658,0.399379433
-3892,1,0.3695,1,1,1,1,1,1,1,1,0.0802,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0062,0.3136,0,1,0.6145,1,1,1,0.1464,0.6145,0,1,1,1,1,1,0.065638684,0,0.256998658,1,1,1,1,1,0.037227109,0,0.465208918,1,1,1,1,1,0.443310708,0,0.409195263,0.409138989,0.409131206
-3893,1,0.3695,1,1,1,1,1,1,1,1,0.0539,0.3695,0.0587,1,0.3136,1,1,1,1,1,1,0.0182,0.3136,0.0126,1,0.6145,1,1,1,0.1364,0.6145,0.0918,1,1,1,1,1,0.047600932,0.073878169,0.259277344,1,1,1,1,1,0.054335855,0.010030346,0.561240554,1,1,1,1,1,0.405835778,0.300832361,0.436684389,0.436852126,0.436613475
-3894,1,0.3695,1,1,1,1,1,1,1,1,0.0637,0.3695,0.1202,1,0.3136,1,1,1,1,1,1,0.0075,0.3136,0.1019,1,0.6145,1,1,1,0.0696,0.6145,0.1046,1,1,1,1,1,0.048285563,0.228185013,0.166553229,1,1,1,1,1,0.02982321,0.131641313,0.547796607,1,1,1,1,1,0.193330944,0.597437203,0.505679072,0.505817643,0.505762411
-3895,1,0.3695,1,1,1,1,1,1,1,1,0.108,0.3695,0.2267,1,0.3136,1,1,1,1,1,1,0.067,0.3136,0.2045,1,0.6145,1,1,1,0.0369,0.6145,0.2398,1,1,1,1,1,0.087092057,0.403640032,0.221648678,1,1,1,1,1,0.086887047,0.288869977,0.568203926,1,1,1,1,1,0.068514243,0.722953916,0.56639681,0.566532685,0.566489362
-3896,1,0.3695,1,1,1,1,1,1,1,1,0.107,0.3695,0.3121,1,0.3136,1,1,1,1,1,1,0.0291,0.3136,0.3112,1,0.6145,1,1,1,0.035,0.6145,0.3669,1,1,1,1,1,0.061413523,0.427540898,0.347964168,1,1,1,1,1,0.049211379,0.478641659,0.554230452,1,1,1,1,1,0.023772798,0.763109207,0.598537941,0.598688386,0.598847518
-3897,1,0.3695,1,1,1,1,1,1,1,1,0.1488,0.3695,0.3871,1,0.3136,1,1,1,1,1,1,0.0963,0.3136,0.3663,1,0.6145,1,1,1,0.0359,0.6145,0.4581,1,1,1,1,1,0.088382885,0.565565109,0.399062783,1,1,1,1,1,0.116533875,0.532404125,0.800057411,1,1,1,1,1,0.026071079,0.723713756,0.61859594,0.618574149,0.618794326
-3898,1,0.3695,1,1,1,1,1,1,1,1,0.1665,0.3695,0.4377,1,0.3136,1,1,1,1,1,1,0.1083,0.3136,0.4167,1,0.6145,1,1,1,0.064,0.6145,0.5222,1,1,1,1,1,0.124463432,0.662037849,0.442753434,1,1,1,1,1,0.121829331,0.608207405,0.768440127,1,1,1,1,1,0.041377913,0.705736399,0.635633156,0.635709752,0.635638298
-3899,1,0.3695,1,1,1,1,1,1,1,1,0.2311,0.3695,0.4715,1,0.3136,1,1,1,1,1,1,0.1509,0.3136,0.4684,1,0.6145,1,1,1,0.0921,0.6145,0.575,1,1,1,1,1,0.168079928,0.662199378,0.389388919,1,1,1,1,1,0.154911339,0.667546391,0.509220183,1,1,1,1,1,0.060679674,0.662190616,0.644816336,0.644806431,0.644946809
-3900,1,0.3695,1,1,1,1,1,1,1,1,0.262,0.3695,0.481,1,0.3136,1,1,1,1,1,1,0.136,0.3136,0.4928,1,0.6145,1,1,1,0.1107,0.6145,0.5118,1,1,1,1,1,0.179775506,0.677194893,0.382050991,1,1,1,1,1,0.153032511,0.665718377,0.576013148,1,1,1,1,1,0.094126284,0.638030291,0.648924601,0.649037444,0.649379433
-3901,1,0.3695,1,1,1,1,1,1,1,1,0.2698,0.3695,0.4752,1,0.3136,1,1,1,1,1,1,0.1252,0.3136,0.4656,1,0.6145,1,1,1,0.1698,0.6145,0.5191,1,1,1,1,1,0.19779785,0.686141014,0.430927604,1,1,1,1,1,0.139154702,0.639829755,0.676750004,1,1,1,1,1,0.145922869,0.61223352,0.656657806,0.656653268,0.656471631
-3902,1,0.3695,1,1,1,1,1,1,1,1,0.2432,0.3695,0.4683,1,0.3136,1,1,1,1,1,1,0.1256,0.3136,0.3782,1,0.6145,1,1,1,0.2032,0.6145,0.4272,1,1,1,1,1,0.158226758,0.613622069,0.37107724,1,1,1,1,1,0.135598809,0.509394884,0.567159176,1,1,1,1,1,0.170459509,0.669688404,0.655026583,0.654960863,0.655141844
-3903,1,0.3695,1,1,1,1,1,1,1,1,0.2088,0.3695,0.3812,1,0.3136,1,1,1,1,1,1,0.1144,0.3136,0.3149,1,0.6145,1,1,1,0.2266,0.6145,0.3208,1,1,1,1,1,0.133614421,0.533294797,0.305199027,1,1,1,1,1,0.130742192,0.418753415,0.343793988,1,1,1,1,1,0.190928325,0.594005764,0.651522475,0.651576052,0.651595745
-3904,1,0.3695,1,1,1,1,1,1,1,1,0.1801,0.3695,0.2652,1,0.3136,1,1,1,1,1,1,0.029,0.3136,0.2465,1,0.6145,1,1,1,0.2178,0.6145,0.2303,1,1,1,1,1,0.09428554,0.420046717,0.286288142,1,1,1,1,1,0.053731576,0.402849555,0.485965192,1,1,1,1,1,0.211336613,0.47269848,0.650072499,0.650095198,0.650265957
-3905,1,0.3695,1,1,1,1,1,1,1,1,0.161,0.3695,0.1535,1,0.3136,1,1,1,1,1,1,0.0723,0.3136,0.1617,1,0.6145,1,1,1,0.111,0.6145,0.1421,1,1,1,1,1,0.094436087,0.297235608,0.381693721,1,1,1,1,1,0.098680288,0.306156278,0.510471523,1,1,1,1,1,0.077079348,0.324772507,0.644030933,0.643960228,0.644060284
-3906,1,0.3695,1,1,1,1,1,1,1,1,0.2654,0.3695,0.0289,1,0.3136,1,1,1,1,1,1,0.1974,0.3136,0.0083,1,0.6145,1,1,1,0.2363,0.6145,0.0526,1,1,1,1,1,0.254171669,0.031066034,0.993241251,1,1,1,1,1,0.247972995,0.010701922,1,1,1,1,1,1,0.299383163,0.107693054,0.631041566,0.631055638,0.631205674
-3907,1,0.3695,1,1,1,1,1,1,1,1,0.222,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1034,0.3136,0,1,0.6145,1,1,1,0.2358,0.6145,0,1,1,1,1,1,0.168738797,0,0.998741865,1,1,1,1,1,0.166225344,0,1,1,1,1,1,1,0.3997522,0,0.622945868,0.622805162,0.622783688
-3908,1,0.3695,1,1,1,1,1,1,1,1,0.2053,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0604,0.3136,0,1,0.6145,1,1,1,0.2684,0.6145,0,1,1,1,1,1,0.151784495,0,0.940774977,1,1,1,1,1,0.097597048,0,1,1,1,1,1,1,0.385541916,0,0.626752054,0.626613074,0.62677305
-3909,1,0.3695,1,1,1,1,1,1,1,1,0.1351,0.3695,0,1,0.3136,1,1,1,1,1,1,0.112,0.3136,0,1,0.6145,1,1,1,0.2461,0.6145,0,1,1,1,1,1,0.138402537,0,0.996070147,1,1,1,1,1,0.149186641,0,1,1,1,1,1,1,0.366183013,0,0.599262929,0.599323038,0.59929078
-3910,1,0.3695,1,1,1,1,1,1,1,1,0.083,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1351,0.3136,0,1,0.6145,1,1,1,0.1942,0.6145,0,1,1,1,1,1,0.066546373,0,1,1,1,1,1,1,0.188528985,0,1,1,1,1,1,1,0.292150676,0,0.540115998,0.540088851,0.540336879
-3911,1,0.3695,1,1,1,1,1,1,1,1,0.0898,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0236,0.3136,0,1,0.6145,1,1,1,0.1706,0.6145,0,1,1,1,1,1,0.066682816,0,0.998488903,1,1,1,1,1,0.073311746,0,1,1,1,1,1,1,0.248530746,0,0.483748188,0.483816374,0.483599291
-3912,1,0.3695,1,1,1,1,1,1,1,1,0.1301,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0395,0.3136,0,1,0.6145,1,1,1,0.1725,0.6145,0,1,1,1,1,1,0.095904753,0,1,1,1,1,1,1,0.100579105,0,1,1,1,1,1,1,0.259730011,0,0.446109232,0.446160355,0.446365248
-3913,1,0.3695,1,1,1,1,1,1,1,1,0.1045,0.3695,0,1,0.3136,1,1,1,1,1,1,0.051,0.3136,0,1,0.6145,1,1,1,0.154,0.6145,0,1,1,1,1,1,0.09171696,0,0.940226853,1,1,1,1,1,0.094303429,0,1,1,1,1,1,1,0.247429162,0,0.424782504,0.424793738,0.42464539
-3914,1,0.3695,1,1,1,1,1,1,1,1,0.0671,0.3695,0,1,0.3136,1,1,1,1,1,1,0.007,0.3136,0,1,0.6145,1,1,1,0.1558,0.6145,0,1,1,1,1,1,0.091391481,0,0.93182987,1,1,1,1,1,0.044892877,0,1,1,1,1,1,1,0.280300975,0,0.413243113,0.413158451,0.41356383
-3915,1,0.3695,1,1,1,1,1,1,1,1,0.104,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.1541,0.6145,0,1,1,1,1,1,0.137117416,0,0.996565104,1,1,1,1,1,0.034217976,0,1,1,1,1,1,1,0.316754967,0,0.409497342,0.40956209,0.409574468
-3916,1,0.3695,1,1,1,1,1,1,1,1,0.1118,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.1068,0.6145,0,1,1,1,1,1,0.061925258,0,1,1,1,1,1,1,0.026279731,0,1,1,1,1,1,1,0.226339847,0,0.417653456,0.417812566,0.417553191
-3917,1,0.3695,1,1,1,1,1,1,1,1,0.0675,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.1535,0.6145,0,1,1,1,1,1,0.068243958,0,0.987036467,1,1,1,1,1,0.009973031,0,1,1,1,1,1,1,0.294958264,1.11E-05,0.449734171,0.449756717,0.449468085
-3918,1,0.3695,1,1,1,1,1,1,1,1,0.0518,0.3695,0.0152,1,0.3136,1,1,1,1,1,1,0,0.3136,0.001,1,0.6145,1,1,1,0.11,0.6145,0.0025,1,1,1,1,1,0.072054319,0.002780323,0.945551753,1,1,1,1,1,0.026722707,0.000467267,1,1,1,1,1,1,0.243500456,0.014330448,0.515768487,0.515760525,0.515957447
-3919,1,0.3695,1,1,1,1,1,1,1,1,0.0916,0.3695,0.0911,1,0.3136,1,1,1,1,1,1,0,0.3136,0.0361,1,0.6145,1,1,1,0.1676,0.6145,0.1121,1,1,1,1,1,0.100273587,0.067415662,0.957896829,1,1,1,1,1,0.038427312,0.119180635,0.996691108,1,1,1,1,1,0.300617933,0.073370099,0.577573707,0.57774487,0.578014184
-3920,1,0.3695,1,1,1,1,1,1,1,1,0.0583,0.3695,0.1895,1,0.3136,1,1,1,1,1,1,0.121,0.3136,0.1556,1,0.6145,1,1,1,0.2189,0.6145,0.2114,1,1,1,1,1,0.070397884,0.235135093,0.806765974,1,1,1,1,1,0.206235573,0.312235355,0.807338059,1,1,1,1,1,0.318614513,0.165372074,0.606754471,0.606727311,0.606826241
-3921,1,0.3695,1,1,1,1,1,1,1,1,0.0413,0.3695,0.2332,1,0.3136,1,1,1,1,1,1,0.2465,0.3136,0.2229,1,0.6145,1,1,1,0.1805,0.6145,0.2579,1,1,1,1,1,0.04936938,0.273091733,0.430097818,1,1,1,1,1,0.222131908,0.415380031,0.376942962,1,1,1,1,1,0.281858504,0.332858294,0.623368777,0.623439814,0.623670213
-3922,1,0.3695,1,1,1,1,1,1,1,1,0.0213,0.3695,0.2898,1,0.3136,1,1,1,1,1,1,0.1577,0.3136,0.3207,1,0.6145,1,1,1,0.1751,0.6145,0.3261,1,1,1,1,1,0.027636893,0.409733146,0.730483294,1,1,1,1,1,0.177981183,0.528091311,0.609869421,1,1,1,1,1,0.231042013,0.446080118,0.636176897,0.636132854,0.636524823
-3923,1,0.3695,1,1,1,1,1,1,1,1,0.0135,0.3695,0.3538,1,0.3136,1,1,1,1,1,1,0.057,0.3136,0.3915,1,0.6145,1,1,1,0.2579,0.6145,0.4859,1,1,1,1,1,0.01802253,0.518884301,0.89041388,1,1,1,1,1,0.082392335,0.627979875,1,1,1,1,1,1,0.221788019,0.532552719,0.641916385,0.641844722,0.641843972
-3924,1,0.3695,1,1,1,1,1,1,1,1,0.0116,0.3695,0.3662,1,0.3136,1,1,1,1,1,1,0.016,0.3136,0.4183,1,0.6145,1,1,1,0.2757,0.6145,0.4845,1,1,1,1,1,0.001296592,0.569083691,0.772392154,1,1,1,1,1,0.042049948,0.666047812,1,1,1,1,1,1,0.225632444,0.455842704,0.641130981,0.64121007,0.641400709
-3925,1,0.3695,1,1,1,1,1,1,1,1,0.023,0.3695,0.3455,1,0.3136,1,1,1,1,1,1,0,0.3136,0.4072,1,0.6145,1,1,1,0.1898,0.6145,0.4548,1,1,1,1,1,0.004581393,0.536696136,0.732086778,1,1,1,1,1,0.020229075,0.637506127,1,1,1,1,1,1,0.18121393,0.53008765,0.64239971,0.642479374,0.642730496
-3926,1,0.3695,1,1,1,1,1,1,1,1,0.0336,0.3695,0.2894,1,0.3136,1,1,1,1,1,1,0.0274,0.3136,0.3946,1,0.6145,1,1,1,0.2085,0.6145,0.4598,1,1,1,1,1,0.010682946,0.510621369,0.469396591,1,1,1,1,1,0.048642699,0.642213881,1,1,1,1,1,1,0.200605378,0.556978285,0.637566457,0.637613708,0.637411348
-3927,1,0.3695,1,1,1,1,1,1,1,1,0.0114,0.3695,0.2522,1,0.3136,1,1,1,1,1,1,0.019,0.3136,0.3199,1,0.6145,1,1,1,0.1394,0.6145,0.3988,1,1,1,1,1,0.005177626,0.484725684,0.520241082,1,1,1,1,1,0.029071096,0.617620349,0.99193716,1,1,1,1,1,0.226022899,0.471917123,0.632733204,0.632748043,0.632978723
-3928,1,0.3695,1,1,1,1,1,1,1,1,0.0056,0.3695,0.177,1,0.3136,1,1,1,1,1,1,0.052,0.3136,0.2486,1,0.6145,1,1,1,0.1196,0.6145,0.3024,1,1,1,1,1,0.005787578,0.46080783,0.344247222,1,1,1,1,1,0.04609327,0.631235957,0.99242413,1,1,1,1,1,0.248942748,0.500754595,0.634001933,0.634017347,0.634308511
-3929,1,0.3695,1,1,1,1,1,1,1,1,0.0092,0.3695,0.1159,1,0.3136,1,1,1,1,1,1,0.0768,0.3136,0.1285,1,0.6145,1,1,1,0.182,0.6145,0.1489,1,1,1,1,1,0.026349785,0.469627887,0.235925347,1,1,1,1,1,0.049196374,0.562880993,0.707959414,1,1,1,1,1,0.41653195,0.477351785,0.633518608,0.633594246,0.633421986
-3930,1,0.3695,1,1,1,1,1,1,1,1,0.0484,0.3695,0.0529,1,0.3136,1,1,1,1,1,1,0.0107,0.3136,0.068,1,0.6145,1,1,1,0.1483,0.6145,0.075,1,1,1,1,1,0.110064514,0.342868745,0.128330678,1,1,1,1,1,0.018445674,0.404984623,0.286071241,1,1,1,1,1,0.369250596,0.35287559,0.623912518,0.623862915,0.624113475
-3931,1,0.3695,1,1,1,1,1,1,1,1,0.0998,0.3695,0.048,1,0.3136,1,1,1,1,1,1,0,0.3136,0.0668,1,0.6145,1,1,1,0.109,0.6145,0.1319,1,1,1,1,1,0.148592249,0.092094004,0.151441842,1,1,1,1,1,0.01096425,0.106095016,0.133738756,1,1,1,1,1,0.235104099,0.03003688,0.614306428,0.614343135,0.614361702
-3932,1,0.3695,1,1,1,1,1,1,1,1,0.1285,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.13,0.6145,0,1,1,1,1,1,0.198716789,0,0.079286754,1,1,1,1,1,0.002111821,0,0.062490582,1,1,1,1,1,0.212609828,0,0.615514741,0.615612439,0.615691489
-3933,1,0.3695,1,1,1,1,1,1,1,1,0.077,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.1578,0.6145,0,1,1,1,1,1,0.207110286,0,0.071510859,1,1,1,1,1,0.005797342,0,0.030680105,1,1,1,1,1,0.242969394,0,0.596665056,0.59678443,0.597074468
-3934,1,0.3695,1,1,1,1,1,1,1,1,0.1162,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0405,0.3136,0,1,0.6145,1,1,1,0.1855,0.6145,0,1,1,1,1,1,0.319898188,0,0.030408951,1,1,1,1,1,0.096480601,0,0.038348433,1,1,1,1,1,0.328934222,0,0.539511841,0.53966575,0.539893617
-3935,1,0.3695,1,1,1,1,1,1,1,1,0.0941,0.3695,0,1,0.3136,1,1,1,1,1,1,0.092,0.3136,0,1,0.6145,1,1,1,0.2078,0.6145,0,1,1,1,1,1,0.244231492,0,0.014314446,1,1,1,1,1,0.196699366,0,0.14818038,1,1,1,1,1,0.328827888,0,0.481996133,0.481912418,0.482269504
-3936,1,0.3695,1,1,1,1,1,1,1,1,0.076,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2337,0.3136,0,1,0.6145,1,1,1,0.2238,0.6145,0,1,1,1,1,1,0.207935914,0,0.020111335,1,1,1,1,1,0.234890386,0,0.183041364,1,1,1,1,1,0.329797029,0,0.442182214,0.442140893,0.442375887
-3937,1,0.3695,1,1,1,1,1,1,1,1,0.0576,0.3695,0,1,0.3136,1,1,1,1,1,1,0.367,0.3136,0,1,0.6145,1,1,1,0.2077,0.6145,0,1,1,1,1,1,0.178988606,0,0.004274368,1,1,1,1,1,0.326236188,0,0.148703933,1,1,1,1,1,0.268016726,0,0.4189826,0.418870319,0.418882979
-3938,1,0.3695,1,1,1,1,1,1,1,1,0.073,0.3695,0,1,0.3136,1,1,1,1,1,1,0.4408,0.3136,0,1,0.6145,1,1,1,0.215,0.6145,0,1,1,1,1,1,0.219661027,0,0.028541215,1,1,1,1,1,0.455581993,0,0.119319379,1,1,1,1,1,0.281098425,0,0.404482842,0.404484874,0.404698582
-3939,1,0.3695,1,1,1,1,1,1,1,1,0.0632,0.3695,0,1,0.3136,1,1,1,1,1,1,0.3024,0.3136,0,1,0.6145,1,1,1,0.2219,0.6145,0,1,1,1,1,1,0.191293821,0,0.106817976,1,1,1,1,1,0.360523164,0,0.089691103,1,1,1,1,1,0.304590464,0,0.400012083,0.40004231,0.400265957
-3940,1,0.3695,1,1,1,1,1,1,1,1,0.0915,0.3695,0,1,0.3136,1,1,1,1,1,1,0.414,0.3136,0,1,0.6145,1,1,1,0.2102,0.6145,0,1,1,1,1,1,0.243085399,0,0.159052357,1,1,1,1,1,0.512964904,0,0.076485343,1,1,1,1,1,0.326541007,0,0.407624456,0.407658134,0.407358156
-3941,1,0.3695,1,1,1,1,1,1,1,1,0.0934,0.3695,0.1017,1,0.3136,1,1,1,1,1,1,0.2844,0.3136,0.1517,1,0.6145,1,1,1,0.2094,0.6145,0.171,1,1,1,1,1,0.219541013,0.295125932,0.152948156,1,1,1,1,1,0.366536438,0.294465959,0.050393458,1,1,1,1,1,0.33412832,0.412155151,0.436140648,0.436005923,0.436170213
-3942,1,0.3695,1,1,1,1,1,1,1,1,0.0659,0.3695,0.103,1,0.3136,1,1,1,1,1,1,0.1051,0.3136,0.1317,1,0.6145,1,1,1,0.163,0.6145,0.0791,1,1,1,1,1,0.107628435,0.560618222,0.141519085,1,1,1,1,1,0.149448648,0.611616015,0.033715185,1,1,1,1,1,0.196072847,0.664297581,0.501510391,0.50158663,0.50177305
-3943,1,0.3695,1,1,1,1,1,1,1,1,0.0718,0.3695,0.2403,1,0.3136,1,1,1,1,1,1,0.1913,0.3136,0.2659,1,0.6145,1,1,1,0.1402,0.6145,0.235,1,1,1,1,1,0.07088054,0.73317951,0.145151094,1,1,1,1,1,0.239839792,0.80098933,0.068328544,1,1,1,1,1,0.110540263,0.842958808,0.561926051,0.56187857,0.562056738
-3944,1,0.3695,1,1,1,1,1,1,1,1,0.121,0.3695,0.3815,1,0.3136,1,1,1,1,1,1,0.1701,0.3136,0.4216,1,0.6145,1,1,1,0.1977,0.6145,0.4137,1,1,1,1,1,0.111347988,0.774317741,0.163553834,1,1,1,1,1,0.191809475,0.881071746,0.103675656,1,1,1,1,1,0.152006492,0.927829862,0.593281779,0.593399619,0.593528369
-3945,1,0.3695,1,1,1,1,1,1,1,1,0.1612,0.3695,0.4815,1,0.3136,1,1,1,1,1,1,0.2117,0.3136,0.4981,1,0.6145,1,1,1,0.3237,0.6145,0.5533,1,1,1,1,1,0.118333027,0.776206195,0.319058269,1,1,1,1,1,0.231076464,0.871800065,0.137380898,1,1,1,1,1,0.31573841,0.956441045,0.611466892,0.611592977,0.611702128
-3946,1,0.3695,1,1,1,1,1,1,1,1,0.1546,0.3695,0.5593,1,0.3136,1,1,1,1,1,1,0.1469,0.3136,0.5462,1,0.6145,1,1,1,0.273,0.6145,0.6578,1,1,1,1,1,0.096230701,0.800163686,0.315231889,1,1,1,1,1,0.173532739,0.845448077,0.21911782,1,1,1,1,1,0.204542786,0.975318789,0.626147898,0.626189972,0.626329787
-3947,1,0.3695,1,1,1,1,1,1,1,1,0.1653,0.3695,0.6001,1,0.3136,1,1,1,1,1,1,0.1008,0.3136,0.5636,1,0.6145,1,1,1,0.2186,0.6145,0.6994,1,1,1,1,1,0.053723358,0.832893312,0.561950922,1,1,1,1,1,0.132240728,0.823394239,0.363270164,1,1,1,1,1,0.134291083,0.976400197,0.632491542,0.632536492,0.632978723
-3948,1,0.3695,1,1,1,1,1,1,1,1,0.1399,0.3695,0.6257,1,0.3136,1,1,1,1,1,1,0.1038,0.3136,0.584,1,0.6145,1,1,1,0.2243,0.6145,0.7031,1,1,1,1,1,0.039465103,0.859294891,0.752830565,1,1,1,1,1,0.138191909,0.852541089,0.829873323,1,1,1,1,1,0.152615786,0.971327305,0.634787337,0.634651999,0.635195035
-3949,1,0.3695,1,1,1,1,1,1,1,1,0.1319,0.3695,0.6342,1,0.3136,1,1,1,1,1,1,0.0636,0.3136,0.5905,1,0.6145,1,1,1,0.1599,0.6145,0.6878,1,1,1,1,1,0.026429459,0.860585034,0.694570899,1,1,1,1,1,0.091908127,0.841261268,1,1,1,1,1,1,0.156555995,0.9750278,0.639681005,0.639729215,0.63962766
-3950,1,0.3695,1,1,1,1,1,1,1,1,0.0693,0.3695,0.5798,1,0.3136,1,1,1,1,1,1,0.0156,0.3136,0.5736,1,0.6145,1,1,1,0.1939,0.6145,0.6002,1,1,1,1,1,0.011926952,0.840375841,0.292730629,1,1,1,1,1,0.029979229,0.865156412,0.654406548,1,1,1,1,1,0.206737235,0.962308943,0.641312228,0.64142162,0.641400709
-3951,1,0.3695,1,1,1,1,1,1,1,1,0.1189,0.3695,0.4757,1,0.3136,1,1,1,1,1,1,0,0.3136,0.4946,1,0.6145,1,1,1,0.2413,0.6145,0.4763,1,1,1,1,1,0.017452491,0.849942803,0.466410011,1,1,1,1,1,0.016527608,0.866619647,0.661453724,1,1,1,1,1,0.274960756,0.938275695,0.641916385,0.641844722,0.641843972
-3952,1,0.3695,1,1,1,1,1,1,1,1,0.1006,0.3695,0.3352,1,0.3136,1,1,1,1,1,1,0,0.3136,0.3746,1,0.6145,1,1,1,0.2161,0.6145,0.317,1,1,1,1,1,0.01632419,0.837653637,0.815886259,1,1,1,1,1,0.005057977,0.839822173,0.921130598,1,1,1,1,1,0.158504799,0.904550195,0.64282262,0.642902475,0.643173759
-3953,1,0.3695,1,1,1,1,1,1,1,1,0.082,0.3695,0.1595,1,0.3136,1,1,1,1,1,1,0.0032,0.3136,0.2176,1,0.6145,1,1,1,0.2222,0.6145,0.1294,1,1,1,1,1,0.022212807,0.765170455,0.900308371,1,1,1,1,1,0.007158945,0.777968585,0.844154179,1,1,1,1,1,0.184249505,0.811907947,0.638049783,0.63803681,0.638297872
-3954,1,0.3695,1,1,1,1,1,1,1,1,0.0508,0.3695,0.0851,1,0.3136,1,1,1,1,1,1,0,0.3136,0.1172,1,0.6145,1,1,1,0.1466,0.6145,0.0768,1,1,1,1,1,0.038439799,0.545549929,0.729257941,1,1,1,1,1,0.004610012,0.560049415,0.585642219,1,1,1,1,1,0.107207254,0.583880603,0.623127115,0.623228263,0.62322695
-3955,1,0.3695,1,1,1,1,1,1,1,1,0.0614,0.3695,0.1883,1,0.3136,1,1,1,1,1,1,0,0.3136,0.1645,1,0.6145,1,1,1,0.0744,0.6145,0.2564,1,1,1,1,1,0.104102097,0.178901061,0.747210145,1,1,1,1,1,0.006429224,0.202977553,0.291681677,1,1,1,1,1,0.037697576,0.204811454,0.608929435,0.608842818,0.609042553
-3956,1,0.3695,1,1,1,1,1,1,1,1,0.0567,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.1721,0.6145,0,1,1,1,1,1,0.129774541,0,0.158275783,1,1,1,1,1,0.017289193,0,0.179577753,1,1,1,1,1,0.141561046,0,0.610500242,0.610535223,0.61037234
-3957,1,0.3695,1,1,1,1,1,1,1,1,0.036,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0106,0.3136,0,1,0.6145,1,1,1,0.1898,0.6145,0,1,1,1,1,1,0.083181404,0,0.201004073,1,1,1,1,1,0.025495812,0,0.109966241,1,1,1,1,1,0.193462417,0,0.597631706,0.597630633,0.597960993
-3958,1,0.3695,1,1,1,1,1,1,1,1,0.0217,0.3695,0,1,0.3136,1,1,1,1,1,1,0.012,0.3136,0,1,0.6145,1,1,1,0.2805,0.6145,0,1,1,1,1,1,0.07412184,0,0.192415759,1,1,1,1,1,0.038347736,0,0.131562054,1,1,1,1,1,0.300790817,0,0.539451426,0.539454199,0.539893617
-3959,1,0.3695,1,1,1,1,1,1,1,1,0.0599,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0543,0.3136,0,1,0.6145,1,1,1,0.2573,0.6145,0,1,1,1,1,1,0.104432099,0,0.384469688,1,1,1,1,1,0.086859688,0,0.138041362,1,1,1,1,1,0.330640405,0,0.47982117,0.479796911,0.480053191
-3960,1,0.3695,1,1,1,1,1,1,1,1,0.057,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1599,0.3136,0,1,0.6145,1,1,1,0.2284,0.6145,0,1,1,1,1,1,0.083708957,0,0.416009247,1,1,1,1,1,0.09573292,0,0.047634557,1,1,1,1,1,0.326058656,0,0.43777187,0.437909879,0.437943262
-3961,1,0.3695,1,1,1,1,1,1,1,1,0.0387,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2462,0.3136,0,1,0.6145,1,1,1,0.2225,0.6145,0,1,1,1,1,1,0.037430868,0,0.227429032,1,1,1,1,1,0.17434746,0,0.01623377,1,1,1,1,1,0.378727913,0,0.411491058,0.411677597,0.411347518
-3962,1,0.3695,1,1,1,1,1,1,1,1,0.0384,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1621,0.3136,0,1,0.6145,1,1,1,0.1988,0.6145,0,1,1,1,1,1,0.019725908,0,0.104383066,1,1,1,1,1,0.180437475,0,0.031799477,1,1,1,1,1,0.42103526,0,0.397655872,0.397715253,0.397606383
-3963,1,0.3695,1,1,1,1,1,1,1,1,0.0694,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0449,0.3136,0,1,0.6145,1,1,1,0.1773,0.6145,0,1,1,1,1,1,0.045333803,0,0.117788754,1,1,1,1,1,0.057518698,0,0.059490316,1,1,1,1,1,0.440585941,0,0.392580957,0.392638037,0.392287234
-3964,1,0.3695,1,1,1,1,1,1,1,1,0.1214,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.1452,0.6145,0,1,1,1,1,1,0.078417592,0,0.227261022,1,1,1,1,1,0.023013867,0,0.156565204,1,1,1,1,1,0.319241822,0,0.399105848,0.399196107,0.39893617
-3965,1,0.3695,1,1,1,1,1,1,1,1,0.1971,0.3695,0.187,1,0.3136,1,1,1,1,1,1,0,0.3136,0.1914,1,0.6145,1,1,1,0.1089,0.6145,0.1891,1,1,1,1,1,0.139445126,0.40604943,0.340906501,1,1,1,1,1,0.035810854,0.318959981,0.225520939,1,1,1,1,1,0.138745695,0.493717849,0.421942968,0.421832029,0.421985816
-3966,1,0.3695,1,1,1,1,1,1,1,1,0.1387,0.3695,0.093,1,0.3136,1,1,1,1,1,1,0,0.3136,0.1356,1,0.6145,1,1,1,0.0424,0.6145,0.0777,1,1,1,1,1,0.105304852,0.70958519,0.276671648,1,1,1,1,1,0.030526146,0.629725635,0.171378806,1,1,1,1,1,0.076884329,0.770243287,0.485500242,0.485508779,0.48537234
-3967,1,0.3695,1,1,1,1,1,1,1,1,0.1257,0.3695,0.2452,1,0.3136,1,1,1,1,1,1,0.0016,0.3136,0.2812,1,0.6145,1,1,1,0.0248,0.6145,0.2353,1,1,1,1,1,0.03993123,0.892113984,0.419997483,1,1,1,1,1,0.01830625,0.850933075,0.270949751,1,1,1,1,1,0.020137945,0.906355977,0.546942968,0.546858473,0.546985816
-3968,1,0.3695,1,1,1,1,1,1,1,1,0.1054,0.3695,0.4187,1,0.3136,1,1,1,1,1,1,0.0175,0.3136,0.4427,1,0.6145,1,1,1,0.0191,0.6145,0.4121,1,1,1,1,1,0.023286365,0.94239074,0.457224429,1,1,1,1,1,0.032432847,0.926579356,0.297206044,1,1,1,1,1,0.0096875,0.948787272,0.58421943,0.584302941,0.584219858
-3969,1,0.3695,1,1,1,1,1,1,1,1,0.158,0.3695,0.5509,1,0.3136,1,1,1,1,1,1,0.0274,0.3136,0.564,1,0.6145,1,1,1,0.0405,0.6145,0.5453,1,1,1,1,1,0.036434233,0.963434339,0.690230191,1,1,1,1,1,0.039831154,0.954713702,0.65311861,1,1,1,1,1,0.01345742,0.956484735,0.608687772,0.608842818,0.609042553
-3970,1,0.3695,1,1,1,1,1,1,1,1,0.1811,0.3695,0.6487,1,0.3136,1,1,1,1,1,1,0.0843,0.3136,0.6528,1,0.6145,1,1,1,0.0816,0.6145,0.6424,1,1,1,1,1,0.041753672,0.968289793,0.826572716,1,1,1,1,1,0.078674264,0.966621161,0.964717031,1,1,1,1,1,0.020208664,0.960054398,0.627114548,0.627036175,0.627216312
-3971,1,0.3695,1,1,1,1,1,1,1,1,0.2272,0.3695,0.6968,1,0.3136,1,1,1,1,1,1,0.1403,0.3136,0.7036,1,0.6145,1,1,1,0.0938,0.6145,0.6834,1,1,1,1,1,0.057518996,0.975289941,0.977464855,1,1,1,1,1,0.12374004,0.980608225,0.974007368,1,1,1,1,1,0.023730775,0.92512089,0.635874819,0.635921303,0.63608156
-3972,1,0.3695,1,1,1,1,1,1,1,1,0.2578,0.3695,0.693,1,0.3136,1,1,1,1,1,1,0.1856,0.3136,0.7014,1,0.6145,1,1,1,0.0673,0.6145,0.6928,1,1,1,1,1,0.067047782,0.957613885,0.997804761,1,1,1,1,1,0.161989897,0.967539191,0.856662333,1,1,1,1,1,0.029155673,0.922658265,0.638533108,0.638671462,0.638741135
-3973,1,0.3695,1,1,1,1,1,1,1,1,0.3375,0.3695,0.6863,1,0.3136,1,1,1,1,1,1,0.2101,0.3136,0.6962,1,0.6145,1,1,1,0.0875,0.6145,0.676,1,1,1,1,1,0.093139052,0.967062712,1,1,1,1,1,1,0.186012715,0.977163315,0.830448985,1,1,1,1,1,0.06089431,0.950507939,0.643728855,0.643748678,0.643617021
-3974,1,0.3695,1,1,1,1,1,1,1,1,0.2551,0.3695,0.6064,1,0.3136,1,1,1,1,1,1,0.1788,0.3136,0.6233,1,0.6145,1,1,1,0.1109,0.6145,0.5946,1,1,1,1,1,0.083922714,0.955257535,1,1,1,1,1,1,0.158083737,0.961120367,1,1,1,1,1,1,0.059426863,0.951952696,0.643728855,0.643748678,0.643617021
-3975,1,0.3695,1,1,1,1,1,1,1,1,0.1834,0.3695,0.4918,1,0.3136,1,1,1,1,1,1,0.0735,0.3136,0.5182,1,0.6145,1,1,1,0.1473,0.6145,0.4715,1,1,1,1,1,0.062651843,0.931689918,0.810105622,1,1,1,1,1,0.096928537,0.937255144,1,1,1,1,1,1,0.091569945,0.936016619,0.642158047,0.642267823,0.642287234
-3976,1,0.3695,1,1,1,1,1,1,1,1,0.1977,0.3695,0.343,1,0.3136,1,1,1,1,1,1,0.0198,0.3136,0.3867,1,0.6145,1,1,1,0.0791,0.6145,0.3139,1,1,1,1,1,0.087313786,0.900319099,1,1,1,1,1,1,0.053612463,0.901056647,1,1,1,1,1,1,0.067449309,0.899894655,0.640708072,0.640786968,0.640957447
-3977,1,0.3695,1,1,1,1,1,1,1,1,0.1275,0.3695,0.1604,1,0.3136,1,1,1,1,1,1,0.0069,0.3136,0.2214,1,0.6145,1,1,1,0.0583,0.6145,0.1276,1,1,1,1,1,0.079932436,0.80967164,0.867857695,1,1,1,1,1,0.04137148,0.804583967,0.929812789,1,1,1,1,1,0.06932012,0.801430762,0.631343644,0.631478739,0.631205674
-3978,1,0.3695,1,1,1,1,1,1,1,1,0.0837,0.3695,0.087,1,0.3136,1,1,1,1,1,1,0,0.3136,0.1234,1,0.6145,1,1,1,0.0436,0.6145,0.0744,1,1,1,1,1,0.094254255,0.592985034,0.651062965,1,1,1,1,1,0.021205485,0.586022556,0.696920216,1,1,1,1,1,0.08044453,0.572668791,0.611829386,0.611804527,0.611702128
-3979,1,0.3695,1,1,1,1,1,1,1,1,0.1001,0.3695,0.2318,1,0.3136,1,1,1,1,1,1,0.0461,0.3136,0.2254,1,0.6145,1,1,1,0.0395,0.6145,0.2181,1,1,1,1,1,0.157092169,0.250485241,0.989147782,1,1,1,1,1,0.098738939,0.240498692,0.729404688,1,1,1,1,1,0.07732635,0.204972565,0.593221363,0.593399619,0.593085106
-3980,1,0.3695,1,1,1,1,1,1,1,1,0.0635,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0597,0.3136,0,1,0.6145,1,1,1,0.1387,0.6145,0,1,1,1,1,1,0.149413317,0,0.486609578,1,1,1,1,1,0.121978745,0,0.503311276,1,1,1,1,1,0.078733131,0,0.590019333,0.590014809,0.590425532
-3981,1,0.3695,1,1,1,1,1,1,1,1,0.0931,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0264,0.3136,0,1,0.6145,1,1,1,0.0977,0.6145,0,1,1,1,1,1,0.225820065,0,0.459035903,1,1,1,1,1,0.097268656,0,0.471401572,1,1,1,1,1,0.129213899,0,0.579023683,0.579014174,0.579343972
-3982,1,0.3695,1,1,1,1,1,1,1,1,0.0886,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0377,0.3136,0,1,0.6145,1,1,1,0.0701,0.6145,0,1,1,1,1,1,0.225499302,0,0.338023961,1,1,1,1,1,0.115793549,0,0.370910227,1,1,1,1,1,0.162992239,0,0.529724505,0.529722869,0.529698582
-3983,1,0.3695,1,1,1,1,1,1,1,1,0.0698,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0464,0.3136,0,1,0.6145,1,1,1,0.0416,0.6145,0,1,1,1,1,1,0.132551149,0,0.239697725,1,1,1,1,1,0.091632299,0,0.118574351,1,1,1,1,1,0.122920893,0,0.475169164,0.475142797,0.475177305
-3984,1,0.3695,1,1,1,1,1,1,1,1,0.1277,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.0571,0.6145,0,1,1,1,1,1,0.093539596,0,0.286030948,1,1,1,1,1,0.036934659,0,0.073598698,1,1,1,1,1,0.133223012,0,0.432515708,0.432621113,0.432624113
-3985,1,0.3695,1,1,1,1,1,1,1,1,0.1594,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.0898,0.6145,0,1,1,1,1,1,0.090673611,0,0.440956891,1,1,1,1,1,0.027249979,0,0.051769376,1,1,1,1,1,0.192961201,0,0.406839053,0.406811931,0.406914894
-3986,1,0.3695,1,1,1,1,1,1,1,1,0.1476,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.1081,0.6145,0,1,1,1,1,1,0.077307776,0,0.419128239,1,1,1,1,1,0.021940101,0,0,1,1,1,1,1,0.191508934,0,0.392460126,0.392426486,0.392287234
-3987,1,0.3695,1,1,1,1,1,1,1,1,0.1542,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.1013,0.6145,0,1,1,1,1,1,0.057223219,0,0.424681544,1,1,1,1,1,0.025296524,0,0,1,1,1,1,1,0.167702019,0,0.384424843,0.384387561,0.384308511
-3988,1,0.3695,1,1,1,1,1,1,1,1,0.1471,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.0562,0.6145,0,1,1,1,1,1,0.046166323,0,0.330878496,1,1,1,1,1,0.023634713,0,0,1,1,1,1,1,0.154446378,0,0.382491542,0.382483605,0.382535461
-3989,1,0.3695,1,1,1,1,1,1,1,1,0.1436,0.3695,0.1887,1,0.3136,1,1,1,1,1,1,0,0.3136,0.2121,1,0.6145,1,1,1,0.0403,0.6145,0.1809,1,1,1,1,1,0.063097544,0.409909189,0.241606295,1,1,1,1,1,0.050118886,0.3645522,0.061628014,1,1,1,1,1,0.155257732,0.469502002,0.382974867,0.382906706,0.382978723
-3990,1,0.3695,1,1,1,1,1,1,1,1,0.0647,0.3695,0.0929,1,0.3136,1,1,1,1,1,1,0,0.3136,0.1401,1,0.6145,1,1,1,0.0215,0.6145,0.0818,1,1,1,1,1,0.049054697,0.704336643,0.060584199,1,1,1,1,1,0.02373961,0.671487033,0.062337965,1,1,1,1,1,0.090758257,0.735638857,0.409436926,0.40956209,0.409131206
-3991,1,0.3695,1,1,1,1,1,1,1,1,0.0459,0.3695,0.2427,1,0.3136,1,1,1,1,1,1,0,0.3136,0.2791,1,0.6145,1,1,1,0.0029,0.6145,0.2348,1,1,1,1,1,0.010381327,0.864227295,0.111575454,1,1,1,1,1,0.006646982,0.850148737,0.131798953,1,1,1,1,1,0.012370389,0.835047722,0.455413243,0.455468585,0.455673759
-3992,1,0.3695,1,1,1,1,1,1,1,1,0.085,0.3695,0.4116,1,0.3136,1,1,1,1,1,1,0,0.3136,0.4387,1,0.6145,1,1,1,0.0096,0.6145,0.3917,1,1,1,1,1,0.023461482,0.925025463,0.128042206,1,1,1,1,1,0.007223985,0.922147095,0.174150273,1,1,1,1,1,0.007836023,0.86267823,0.504531174,0.504548339,0.504432624
-3993,1,0.3695,1,1,1,1,1,1,1,1,0.1205,0.3695,0.5369,1,0.3136,1,1,1,1,1,1,0,0.3136,0.554,1,0.6145,1,1,1,0.0047,0.6145,0.4989,1,1,1,1,1,0.026909389,0.939776778,0.159022838,1,1,1,1,1,0.006405575,0.93910563,0.249002904,1,1,1,1,1,0.007498681,0.86883235,0.53800145,0.537973345,0.538120567
-3994,1,0.3695,1,1,1,1,1,1,1,1,0.128,0.3695,0.6279,1,0.3136,1,1,1,1,1,1,0.0132,0.3136,0.6423,1,0.6145,1,1,1,0.0127,0.6145,0.5752,1,1,1,1,1,0.032230068,0.940229654,0.313385993,1,1,1,1,1,0.014276151,0.950669825,0.341271758,1,1,1,1,1,0.023099076,0.86806035,0.555944901,0.555955151,0.556294326
-3995,1,0.3695,1,1,1,1,1,1,1,1,0.1087,0.3695,0.6575,1,0.3136,1,1,1,1,1,1,0.0156,0.3136,0.6722,1,0.6145,1,1,1,0.0241,0.6145,0.5815,1,1,1,1,1,0.034643933,0.930073857,0.443333447,1,1,1,1,1,0.010120997,0.9312765,0.331042677,1,1,1,1,1,0.046297923,0.879809022,0.562469792,0.562513222,0.5625
-3996,1,0.3695,1,1,1,1,1,1,1,1,0.1863,0.3695,0.6482,1,0.3136,1,1,1,1,1,1,0.0371,0.3136,0.6526,1,0.6145,1,1,1,0.046,0.6145,0.608,1,1,1,1,1,0.056438871,0.911234975,0.708687544,1,1,1,1,1,0.028783876,0.911738336,0.296561539,1,1,1,1,1,0.081226759,0.875076592,0.562348961,0.562513222,0.5625
-3997,1,0.3695,1,1,1,1,1,1,1,1,0.1897,0.3695,0.6391,1,0.3136,1,1,1,1,1,1,0.048,0.3136,0.6397,1,0.6145,1,1,1,0.0372,0.6145,0.6415,1,1,1,1,1,0.110032149,0.911855519,0.614568949,1,1,1,1,1,0.044816323,0.913496017,0.161854714,1,1,1,1,1,0.068067767,0.889935493,0.557274045,0.557436006,0.557180851
-3998,1,0.3695,1,1,1,1,1,1,1,1,0.191,0.3695,0.5776,1,0.3136,1,1,1,1,1,1,0.0335,0.3136,0.5868,1,0.6145,1,1,1,0.0419,0.6145,0.573,1,1,1,1,1,0.117520414,0.914889574,0.518443763,1,1,1,1,1,0.039279155,0.882177055,0.200130373,1,1,1,1,1,0.092191719,0.879097879,0.552682455,0.552781891,0.552748227
-3999,1,0.3695,1,1,1,1,1,1,1,1,0.2023,0.3695,0.4757,1,0.3136,1,1,1,1,1,1,0.0242,0.3136,0.4965,1,0.6145,1,1,1,0.0374,0.6145,0.4589,1,1,1,1,1,0.188050658,0.912537277,0.407435834,1,1,1,1,1,0.031063322,0.863945127,0.204636633,1,1,1,1,1,0.068142004,0.869859457,0.551474142,0.551512587,0.55141844
-4000,1,0.3695,1,1,1,1,1,1,1,1,0.2149,0.3695,0.3383,1,0.3136,1,1,1,1,1,1,0.0776,0.3136,0.3819,1,0.6145,1,1,1,0.0262,0.6145,0.3096,1,1,1,1,1,0.206167102,0.893204808,0.762417912,1,1,1,1,1,0.090132244,0.84740901,0.23503536,1,1,1,1,1,0.041656613,0.838154614,0.553165781,0.553204993,0.553191489
-4001,1,0.3695,1,1,1,1,1,1,1,1,0.1797,0.3695,0.1684,1,0.3136,1,1,1,1,1,1,0.0916,0.3136,0.2233,1,0.6145,1,1,1,0.0597,0.6145,0.138,1,1,1,1,1,0.205259323,0.796313703,0.880072236,1,1,1,1,1,0.150933653,0.788396597,0.251487702,1,1,1,1,1,0.099261843,0.745223165,0.554494925,0.554685847,0.554964539
-4002,1,0.3695,1,1,1,1,1,1,1,1,0.1813,0.3695,0.0868,1,0.3136,1,1,1,1,1,1,0.1108,0.3136,0.1236,1,0.6145,1,1,1,0.0838,0.6145,0.0854,1,1,1,1,1,0.248542756,0.575302839,0.61987108,1,1,1,1,1,0.185031235,0.569973767,0.342025101,1,1,1,1,1,0.154785573,0.544818521,0.547728371,0.547704675,0.54787234
-4003,1,0.3695,1,1,1,1,1,1,1,1,0.1192,0.3695,0.0487,1,0.3136,1,1,1,1,1,1,0.0964,0.3136,0.0592,1,0.6145,1,1,1,0.0883,0.6145,0.0469,1,1,1,1,1,0.151643217,0.078496307,0.497722387,1,1,1,1,1,0.120896272,0.08915434,0.236718059,1,1,1,1,1,0.17396234,0.0656268,0.537457709,0.537550243,0.537677305
-4004,1,0.3695,1,1,1,1,1,1,1,1,0.0734,0.3695,0,1,0.3136,1,1,1,1,1,1,0.083,0.3136,0,1,0.6145,1,1,1,0.1085,0.6145,0,1,1,1,1,1,0.117305055,0,0.42802763,1,1,1,1,1,0.124392316,0,0.243037716,1,1,1,1,1,0.202336654,0,0.541445143,0.541569706,0.541666667
-4005,1,0.3695,1,1,1,1,1,1,1,1,0.0588,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0902,0.3136,0,1,0.6145,1,1,1,0.1268,0.6145,0,1,1,1,1,1,0.10987433,0,0.410541058,1,1,1,1,1,0.142493129,0,0.159803942,1,1,1,1,1,0.224110931,0,0.535524408,0.535646287,0.535904255
-4006,1,0.3695,1,1,1,1,1,1,1,1,0.0157,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0716,0.3136,0,1,0.6145,1,1,1,0.0957,0.6145,0,1,1,1,1,1,0.031974088,0,0.24460575,1,1,1,1,1,0.110511035,0,0.162743464,1,1,1,1,1,0.193088159,0,0.497462542,0.497567167,0.497783688
-4007,1,0.3695,1,1,1,1,1,1,1,1,0.004,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0692,0.3136,0,1,0.6145,1,1,1,0.0877,0.6145,0,1,1,1,1,1,0.004891144,0,0.248189241,1,1,1,1,1,0.095882311,0,0.114603668,1,1,1,1,1,0.217990935,0,0.4510029,0.451026021,0.451241135
-4008,1,0.3695,1,1,1,1,1,1,1,1,0.0013,0.3695,0,1,0.3136,1,1,1,1,1,1,0.024,0.3136,0,1,0.6145,1,1,1,0.0953,0.6145,0,1,1,1,1,1,0.000400297,0,0.283544481,1,1,1,1,1,0.038719289,0,0.098710209,1,1,1,1,1,0.20352149,0,0.414693088,0.414639306,0.414893617
-4009,1,0.3695,1,1,1,1,1,1,1,1,0.0005,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0208,0.3136,0,1,0.6145,1,1,1,0.0875,0.6145,0,1,1,1,1,1,0.000250571,0,0.210221246,1,1,1,1,1,0.023431927,0,0.091523834,1,1,1,1,1,0.232503623,0,0.391795553,0.391791834,0.391843972
-4010,1,0.3695,1,1,1,1,1,1,1,1,0,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0122,0.3136,0,1,0.6145,1,1,1,0.081,0.6145,0,1,1,1,1,1,0.000111495,0,0.12284261,1,1,1,1,1,0.012309065,0,0.05003953,1,1,1,1,1,0.171351045,0,0.378141614,0.378252591,0.378102837
-4011,1,0.3695,1,1,1,1,1,1,1,1,0.0006,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.0747,0.6145,0,1,1,1,1,1,0.003981801,0,0.142439261,1,1,1,1,1,0.007222341,0,0.083573565,1,1,1,1,1,0.154682487,0,0.370166747,0.370213666,0.370124113
-4012,1,0.3695,1,1,1,1,1,1,1,1,0.007,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.048,0.6145,0,1,1,1,1,1,0.005698027,0,0.228971362,1,1,1,1,1,0.005369182,0,0.220181674,1,1,1,1,1,0.115628138,0,0.368535524,0.368521261,0.368794326
-4013,1,0.3695,1,1,1,1,1,1,1,1,0.0047,0.3695,0.1238,1,0.3136,1,1,1,1,1,1,0,0.3136,0.1169,1,0.6145,1,1,1,0.0393,0.6145,0.1293,1,1,1,1,1,0.003532863,0.290561974,0.238807112,1,1,1,1,1,0.001970759,0.150604039,0.239318073,1,1,1,1,1,0.111081272,0.435886919,0.365575157,0.365559552,0.365691489
-4014,1,0.3695,1,1,1,1,1,1,1,1,0.0026,0.3695,0.1126,1,0.3136,1,1,1,1,1,1,0,0.3136,0.1345,1,0.6145,1,1,1,0.0273,0.6145,0.0873,1,1,1,1,1,0.001649539,0.542452455,0.187052399,1,1,1,1,1,0.000245603,0.481151134,0.180967808,1,1,1,1,1,0.097561628,0.714199483,0.37959159,0.379733446,0.379875887
-4015,1,0.3695,1,1,1,1,1,1,1,1,0.004,0.3695,0.2482,1,0.3136,1,1,1,1,1,1,0,0.3136,0.267,1,0.6145,1,1,1,0.0271,0.6145,0.2391,1,1,1,1,1,0.000871715,0.723904431,0.250374466,1,1,1,1,1,0.000146084,0.672319055,0.199338242,1,1,1,1,1,0.074130714,0.844734251,0.413786854,0.413793103,0.41356383
-4016,1,0.3695,1,1,1,1,1,1,1,1,0.0071,0.3695,0.4064,1,0.3136,1,1,1,1,1,1,0.0015,0.3136,0.4155,1,0.6145,1,1,1,0.0244,0.6145,0.4037,1,1,1,1,1,0.008216443,0.840524733,0.139415145,1,1,1,1,1,0.002878999,0.735328376,0.129696071,1,1,1,1,1,0.037851568,0.889125943,0.457225713,0.45716099,0.457446809
-4017,1,0.3695,1,1,1,1,1,1,1,1,0.015,0.3695,0.5351,1,0.3136,1,1,1,1,1,1,0,0.3136,0.5408,1,0.6145,1,1,1,0.0207,0.6145,0.5388,1,1,1,1,1,0.015304347,0.907595575,0.191778541,1,1,1,1,1,0.000129135,0.817049026,0.1250076,1,1,1,1,1,0.017083172,0.914722919,0.490454326,0.490585995,0.490691489
-4018,1,0.3695,1,1,1,1,1,1,1,1,0.0245,0.3695,0.6317,1,0.3136,1,1,1,1,1,1,0,0.3136,0.633,1,0.6145,1,1,1,0.0257,0.6145,0.6396,1,1,1,1,1,0.013234046,0.937648177,0.219598234,1,1,1,1,1,3.74E-05,0.89125669,0.152231932,1,1,1,1,1,0.029635878,0.91584754,0.510753987,0.510683309,0.510638298
-4019,1,0.3695,1,1,1,1,1,1,1,1,0.0285,0.3695,0.6694,1,0.3136,1,1,1,1,1,1,0,0.3136,0.6776,1,0.6145,1,1,1,0.0361,0.6145,0.6823,1,1,1,1,1,0.008822437,0.944102526,0.195984453,1,1,1,1,1,0.001489249,0.91451174,0.096691102,1,1,1,1,1,0.069847301,0.943225741,0.522474625,0.522530146,0.522606383
-4020,1,0.3695,1,1,1,1,1,1,1,1,0.0532,0.3695,0.6718,1,0.3136,1,1,1,1,1,1,0.0164,0.3136,0.6771,1,0.6145,1,1,1,0.0877,0.6145,0.6854,1,1,1,1,1,0.028156212,0.934626877,0.298232377,1,1,1,1,1,0.016511401,0.908035755,0.093828276,1,1,1,1,1,0.176679179,0.944832087,0.527368294,0.527395811,0.52748227
-4021,1,0.3695,1,1,1,1,1,1,1,1,0.0406,0.3695,0.6624,1,0.3136,1,1,1,1,1,1,0.0105,0.3136,0.6612,1,0.6145,1,1,1,0.0755,0.6145,0.6708,1,1,1,1,1,0.024588147,0.916547537,0.284157813,1,1,1,1,1,0.016693663,0.896161199,0.093561262,1,1,1,1,1,0.168284625,0.936726391,0.524710005,0.524857203,0.524822695
-4022,1,0.3695,1,1,1,1,1,1,1,1,0.0604,0.3695,0.5849,1,0.3136,1,1,1,1,1,1,0.0146,0.3136,0.5833,1,0.6145,1,1,1,0.1619,0.6145,0.5863,1,1,1,1,1,0.044594795,0.882597566,0.219846308,1,1,1,1,1,0.02928628,0.862840176,0.169599742,1,1,1,1,1,0.269335389,0.914111018,0.523018366,0.522953247,0.523492908
-4023,1,0.3695,1,1,1,1,1,1,1,1,0.091,0.3695,0.4741,1,0.3136,1,1,1,1,1,1,0.0359,0.3136,0.4927,1,0.6145,1,1,1,0.2474,0.6145,0.4668,1,1,1,1,1,0.093772128,0.826629877,0.232558936,1,1,1,1,1,0.045271032,0.84329927,0.147070944,1,1,1,1,1,0.434504658,0.906885147,0.524710005,0.524857203,0.524822695
-4024,1,0.3695,1,1,1,1,1,1,1,1,0.1017,0.3695,0.3354,1,0.3136,1,1,1,1,1,1,0.1271,0.3136,0.3771,1,0.6145,1,1,1,0.3394,0.6145,0.3163,1,1,1,1,1,0.119898729,0.778730989,0.156760156,1,1,1,1,1,0.117004141,0.82290256,0.090384029,1,1,1,1,1,0.528980136,0.87971741,0.530872402,0.530780622,0.531028369
-4025,1,0.3695,1,1,1,1,1,1,1,1,0.0885,0.3695,0.1691,1,0.3136,1,1,1,1,1,1,0.0835,0.3136,0.2266,1,0.6145,1,1,1,0.2839,0.6145,0.1344,1,1,1,1,1,0.130513236,0.728924453,0.157803088,1,1,1,1,1,0.115092978,0.7416448,0.088996083,1,1,1,1,1,0.43957305,0.796005011,0.537276462,0.537338693,0.537677305
-4026,1,0.3695,1,1,1,1,1,1,1,1,0.1466,0.3695,0.0894,1,0.3136,1,1,1,1,1,1,0.1109,0.3136,0.1258,1,0.6145,1,1,1,0.3359,0.6145,0.0768,1,1,1,1,1,0.243648127,0.532861888,0.087418184,1,1,1,1,1,0.1453574,0.543106437,0.111684561,1,1,1,1,1,0.55765301,0.571730077,0.535947318,0.535857838,0.535904255
-4027,1,0.3695,1,1,1,1,1,1,1,1,0.097,0.3695,0.1753,1,0.3136,1,1,1,1,1,1,0.1248,0.3136,0.1013,1,0.6145,1,1,1,0.2939,0.6145,0.2291,1,1,1,1,1,0.148824111,0.174745068,0.125926703,1,1,1,1,1,0.148538917,0.186734483,0.058572516,1,1,1,1,1,0.489750803,0.220157444,0.531657806,0.531626825,0.531914894
-4028,1,0.3695,1,1,1,1,1,1,1,1,0.0918,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1464,0.3136,0,1,0.6145,1,1,1,0.2674,0.6145,0,1,1,1,1,1,0.187076002,0,0.059750013,1,1,1,1,1,0.173028544,0,0.109855242,1,1,1,1,1,0.415113539,0,0.542411793,0.542627459,0.542553191
-4029,1,0.3695,1,1,1,1,1,1,1,1,0.0702,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1601,0.3136,0,1,0.6145,1,1,1,0.1909,0.6145,0,1,1,1,1,1,0.191336915,0,0.03283076,1,1,1,1,1,0.172789022,0,0.107557863,1,1,1,1,1,0.303604215,0,0.535705655,0.535646287,0.535904255
-4030,1,0.3695,1,1,1,1,1,1,1,1,0.0427,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0784,0.3136,0,1,0.6145,1,1,1,0.1845,0.6145,0,1,1,1,1,1,0.094267584,0,0.092912167,1,1,1,1,1,0.080040395,0,0.036463875,1,1,1,1,1,0.254562527,0,0.489366844,0.489528242,0.489361702
-4031,1,0.3695,1,1,1,1,1,1,1,1,0.0254,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0231,0.3136,0,1,0.6145,1,1,1,0.1466,0.6145,0,1,1,1,1,1,0.061906472,0,0.054528724,1,1,1,1,1,0.036218114,0,0.015468588,1,1,1,1,1,0.20037429,0,0.439826003,0.439813835,0.439716312
-4032,1,0.3695,1,1,1,1,1,1,1,1,0.017,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0284,0.3136,0,1,0.6145,1,1,1,0.0812,0.6145,0,1,1,1,1,1,0.047783222,0,0.044645973,1,1,1,1,1,0.035746127,0,0.037370943,1,1,1,1,1,0.127094314,0,0.405630739,0.405754178,0.405585106
-4033,1,0.3695,1,1,1,1,1,1,1,1,0.0064,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0093,0.3136,0,1,0.6145,1,1,1,0.0904,0.6145,0,1,1,1,1,1,0.02783874,0,0.019886414,1,1,1,1,1,0.01921732,0,0.028757069,1,1,1,1,1,0.119068235,0,0.385633156,0.385656865,0.385638298
-4034,1,0.3695,1,1,1,1,1,1,1,1,0.0086,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0034,0.3136,0,1,0.6145,1,1,1,0.1135,0.6145,0,1,1,1,1,1,0.032282177,0,0.044469237,1,1,1,1,1,0.016744614,0,0.032022513,1,1,1,1,1,0.1795495,0,0.377356211,0.377406389,0.377659574
-4035,1,0.3695,1,1,1,1,1,1,1,1,0.0051,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0065,0.3136,0,1,0.6145,1,1,1,0.1248,0.6145,0,1,1,1,1,1,0.017767617,0,0.093514875,1,1,1,1,1,0.038465973,0,0.09219791,1,1,1,1,1,0.245314315,0,0.375724988,0.375713983,0.375443262
-4036,1,0.3695,1,1,1,1,1,1,1,1,0.0047,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.1221,0.6145,0,1,1,1,1,1,0.01178567,0,0.08411856,1,1,1,1,1,0.025917426,0,0.057856023,1,1,1,1,1,0.215451121,0,0.386297728,0.386291517,0.38608156
-4037,1,0.3695,1,1,1,1,1,1,1,1,0.0037,0.3695,0.1413,1,0.3136,1,1,1,1,1,1,0.0164,0.3136,0.0819,1,0.6145,1,1,1,0.0872,0.6145,0.0909,1,1,1,1,1,0.010598953,0.276887119,0.048589904,1,1,1,1,1,0.036026392,0.156760484,0.035802357,1,1,1,1,1,0.18115373,0.343656272,0.414934751,0.414850857,0.414893617
-4038,1,0.3695,1,1,1,1,1,1,1,1,0.0042,0.3695,0.1111,1,0.3136,1,1,1,1,1,1,0.0115,0.3136,0.1374,1,0.6145,1,1,1,0.0734,0.6145,0.1189,1,1,1,1,1,0.014331635,0.536551952,0.037863191,1,1,1,1,1,0.018773772,0.479090661,0,1,1,1,1,1,0.13205868,0.587671518,0.474867086,0.474931246,0.474734043
-4039,1,0.3695,1,1,1,1,1,1,1,1,0.0041,0.3695,0.2426,1,0.3136,1,1,1,1,1,1,0.0108,0.3136,0.2703,1,0.6145,1,1,1,0.061,0.6145,0.2419,1,1,1,1,1,0.013350572,0.702393353,0.081180573,1,1,1,1,1,0.007200525,0.697064281,0,1,1,1,1,1,0.11734584,0.706119478,0.535041083,0.535011635,0.53501773
-4040,1,0.3695,1,1,1,1,1,1,1,1,0.0032,0.3695,0.3826,1,0.3136,1,1,1,1,1,1,0.0059,0.3136,0.3901,1,0.6145,1,1,1,0.0438,0.6145,0.3766,1,1,1,1,1,0.012534857,0.735653341,0.039324082,1,1,1,1,1,0.008796813,0.729508519,0,1,1,1,1,1,0.071031317,0.754020154,0.570323828,0.570340597,0.570478723
-4041,1,0.3695,1,1,1,1,1,1,1,1,0.0001,0.3695,0.4891,1,0.3136,1,1,1,1,1,1,0.0139,0.3136,0.4868,1,0.6145,1,1,1,0.0616,0.6145,0.5022,1,1,1,1,1,0.002105056,0.781864583,0.072123982,1,1,1,1,1,0.008221506,0.733479381,0,1,1,1,1,1,0.086839907,0.764420748,0.593281779,0.593399619,0.593528369
-4042,1,0.3695,1,1,1,1,1,1,1,1,0.0031,0.3695,0.569,1,0.3136,1,1,1,1,1,1,0.0181,0.3136,0.5596,1,0.6145,1,1,1,0.0712,0.6145,0.5825,1,1,1,1,1,0.006646138,0.809185147,0.129294842,1,1,1,1,1,0.013423452,0.794466853,0,1,1,1,1,1,0.080828145,0.783513784,0.611768971,0.611804527,0.611702128
-4043,1,0.3695,1,1,1,1,1,1,1,1,0.0137,0.3695,0.6004,1,0.3136,1,1,1,1,1,1,0.0415,0.3136,0.5879,1,0.6145,1,1,1,0.0522,0.6145,0.6067,1,1,1,1,1,0.008787082,0.826619327,0.125520244,1,1,1,1,1,0.031309649,0.809552014,0.004491623,1,1,1,1,1,0.068098485,0.809649229,0.621435476,0.621535858,0.621453901
-4044,1,0.3695,1,1,1,1,1,1,1,1,0.0251,0.3695,0.6034,1,0.3136,1,1,1,1,1,1,0.0199,0.3136,0.6235,1,0.6145,1,1,1,0.0418,0.6145,0.6328,1,1,1,1,1,0.003462762,0.823436022,0.091823421,1,1,1,1,1,0.022015469,0.867200971,0,1,1,1,1,1,0.08077383,0.841875255,0.623308362,0.623439814,0.62322695
-4045,1,0.3695,1,1,1,1,1,1,1,1,0.0501,0.3695,0.6211,1,0.3136,1,1,1,1,1,1,0,0.3136,0.6489,1,0.6145,1,1,1,0.0378,0.6145,0.665,1,1,1,1,1,0.012970339,0.880968869,0.087348625,1,1,1,1,1,0.007582573,0.886814177,0,1,1,1,1,1,0.058992233,0.882187128,0.631887385,0.63190184,0.632092199
-4046,1,0.3695,1,1,1,1,1,1,1,1,0.0332,0.3695,0.5338,1,0.3136,1,1,1,1,1,1,0.0081,0.3136,0.5552,1,0.6145,1,1,1,0.0635,0.6145,0.5534,1,1,1,1,1,0.007243186,0.803610444,0.18720302,1,1,1,1,1,0.012442706,0.791603506,0.045290578,1,1,1,1,1,0.084361978,0.86849004,0.629168681,0.629151682,0.628989362
-4047,1,0.3695,1,1,1,1,1,1,1,1,0.0954,0.3695,0.4669,1,0.3136,1,1,1,1,1,1,0.0084,0.3136,0.5102,1,0.6145,1,1,1,0.1131,0.6145,0.4721,1,1,1,1,1,0.024766393,0.865307868,0.049091078,1,1,1,1,1,0.025789412,0.866050065,0,1,1,1,1,1,0.149710536,0.92883271,0.627718705,0.627670827,0.628102837
-4048,1,0.3695,1,1,1,1,1,1,1,1,0.1083,0.3695,0.334,1,0.3136,1,1,1,1,1,1,0.0034,0.3136,0.388,1,0.6145,1,1,1,0.1764,0.6145,0.3177,1,1,1,1,1,0.021936309,0.852908194,0.043046918,1,1,1,1,1,0.02568992,0.832457721,0,1,1,1,1,1,0.26499483,0.905079424,0.628745771,0.62872858,0.628989362
-4049,1,0.3695,1,1,1,1,1,1,1,1,0.0872,0.3695,0.1671,1,0.3136,1,1,1,1,1,1,0.0227,0.3136,0.2236,1,0.6145,1,1,1,0.1908,0.6145,0.1321,1,1,1,1,1,0.025903778,0.78136301,0.039421789,1,1,1,1,1,0.05027283,0.692580283,0,1,1,1,1,1,0.268983305,0.809081614,0.625060416,0.625132219,0.625
-4050,1,0.3695,1,1,1,1,1,1,1,1,0.0878,0.3695,0.086,1,0.3136,1,1,1,1,1,1,0.0565,0.3136,0.1238,1,0.6145,1,1,1,0.214,0.6145,0.0767,1,1,1,1,1,0.074785583,0.567881942,0.026613461,1,1,1,1,1,0.074771732,0.498457849,0.003908377,1,1,1,1,1,0.322788626,0.590806246,0.612373127,0.612439179,0.612588652
-4051,1,0.3695,1,1,1,1,1,1,1,1,0.0978,0.3695,0.1706,1,0.3136,1,1,1,1,1,1,0.1592,0.3136,0.2023,1,0.6145,1,1,1,0.2192,0.6145,0.2736,1,1,1,1,1,0.134975463,0.233580291,0.027029581,1,1,1,1,1,0.174950644,0.136178255,0.013282198,1,1,1,1,1,0.364619523,0.184792444,0.600048333,0.59995769,0.600177305
-4052,1,0.3695,1,1,1,1,1,1,1,1,0.056,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0907,0.3136,0,1,0.6145,1,1,1,0.2121,0.6145,0,1,1,1,1,1,0.137919262,0,0.01370094,1,1,1,1,1,0.102463581,0,0.013008378,1,1,1,1,1,0.324710727,0,0.601921218,0.601861646,0.601950355
-4053,1,0.3695,1,1,1,1,1,1,1,1,0.0489,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1117,0.3136,0,1,0.6145,1,1,1,0.1518,0.6145,0,1,1,1,1,1,0.157266259,0,0.013127656,1,1,1,1,1,0.15395698,0,0.037096601,1,1,1,1,1,0.244462654,0,0.584581924,0.584726042,0.584663121
-4054,1,0.3695,1,1,1,1,1,1,1,1,0.0085,0.3695,0,1,0.3136,1,1,1,1,1,1,0.019,0.3136,0,1,0.6145,1,1,1,0.0014,0.6145,0,1,1,1,1,1,0.013122186,0,0.002352635,1,1,1,1,1,0.022042654,0,0.028781939,1,1,1,1,1,0.005974425,0,0.525374577,0.525491855,0.525265957
-4055,1,0.3695,1,1,1,1,1,1,1,1,0.0754,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0804,0.3136,0,1,0.6145,1,1,1,0.1455,0.6145,0,1,1,1,1,1,0.164252207,0,0.002472884,1,1,1,1,1,0.111045703,0,0,1,1,1,1,1,0.259086579,0,0.468100532,0.468161625,0.468085106
-4056,1,0.3695,1,1,1,1,1,1,1,1,0.073,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0655,0.3136,0,1,0.6145,1,1,1,0.1039,0.6145,0,1,1,1,1,1,0.166536555,0,0,1,1,1,1,1,0.084548101,0,0,1,1,1,1,1,0.212751642,0,0.429917835,0.429870954,0.429964539
-4057,1,0.3695,1,1,1,1,1,1,1,1,0.1459,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0617,0.3136,0,1,0.6145,1,1,1,0.1022,0.6145,0,1,1,1,1,1,0.175224826,0,0,1,1,1,1,1,0.082292423,0,0,1,1,1,1,1,0.229889125,0,0.406839053,0.406811931,0.406914894
-4058,1,0.3695,1,1,1,1,1,1,1,1,0.1397,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0856,0.3136,0,1,0.6145,1,1,1,0.1033,0.6145,0,1,1,1,1,1,0.131430387,0,0.009458866,1,1,1,1,1,0.114101477,0,0.05236388,1,1,1,1,1,0.269734859,0,0.394755921,0.394753543,0.394503546
-4059,1,0.3695,1,1,1,1,1,1,1,1,0.0454,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0705,0.3136,0,1,0.6145,1,1,1,0.0644,0.6145,0,1,1,1,1,1,0.046464331,0,0.018709943,1,1,1,1,1,0.080655575,0,0.068018332,1,1,1,1,1,0.184918821,0,0.389983084,0.389887878,0.390070922
-4060,1,0.3695,1,1,1,1,1,1,1,1,0.0373,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0361,0.3136,0,1,0.6145,1,1,1,0.0472,0.6145,0,1,1,1,1,1,0.043995794,0,0.044094909,1,1,1,1,1,0.041846879,0,0.05599162,1,1,1,1,1,0.147771731,0,0.398924601,0.398984557,0.39893617
-4061,1,0.3695,1,1,1,1,1,1,1,1,0.0409,0.3695,0.1356,1,0.3136,1,1,1,1,1,1,0.0161,0.3136,0.082,1,0.6145,1,1,1,0.047,0.6145,0.1248,1,1,1,1,1,0.041509733,0.250241101,0.091984391,1,1,1,1,1,0.031988166,0.090794876,0.054427229,1,1,1,1,1,0.140358537,0.336863637,0.425024166,0.425005289,0.425088652
-4062,1,0.3695,1,1,1,1,1,1,1,1,0.0201,0.3695,0.1041,1,0.3136,1,1,1,1,1,1,0.0028,0.3136,0.139,1,0.6145,1,1,1,0.0173,0.6145,0.1052,1,1,1,1,1,0.012956657,0.497694254,0.182105839,1,1,1,1,1,0.014142957,0.426526457,0.160378009,1,1,1,1,1,0.049576551,0.543044627,0.486829386,0.486778083,0.48714539
-4063,1,0.3695,1,1,1,1,1,1,1,1,0.0131,0.3695,0.2399,1,0.3136,1,1,1,1,1,1,0.0082,0.3136,0.2537,1,0.6145,1,1,1,0.0185,0.6145,0.2343,1,1,1,1,1,0.009844533,0.615100265,0.191731781,1,1,1,1,1,0.013809206,0.580022454,0.168327749,1,1,1,1,1,0.039441954,0.690504313,0.549359594,0.549397081,0.54964539
-4064,1,0.3695,1,1,1,1,1,1,1,1,0.0336,0.3695,0.3785,1,0.3136,1,1,1,1,1,1,0.023,0.3136,0.3737,1,0.6145,1,1,1,0.0362,0.6145,0.3666,1,1,1,1,1,0.019925328,0.685418367,0.047078695,1,1,1,1,1,0.024155561,0.632735789,0.08289896,1,1,1,1,1,0.04615229,0.707807422,0.584944418,0.584937593,0.585106383
-4065,1,0.3695,1,1,1,1,1,1,1,1,0.026,0.3695,0.4837,1,0.3136,1,1,1,1,1,1,0.014,0.3136,0.4621,1,0.6145,1,1,1,0.0542,0.6145,0.4835,1,1,1,1,1,0.013261253,0.747752726,0.051811345,1,1,1,1,1,0.014118521,0.661668897,0.0557089,1,1,1,1,1,0.098234698,0.775766253,0.607056549,0.607150413,0.607269504
-4066,1,0.3695,1,1,1,1,1,1,1,1,0.0394,0.3695,0.5323,1,0.3136,1,1,1,1,1,1,0.0069,0.3136,0.5091,1,0.6145,1,1,1,0.0485,0.6145,0.5517,1,1,1,1,1,0.017647656,0.709060729,0.054019827,1,1,1,1,1,0.010794106,0.715342581,0.015517279,1,1,1,1,1,0.106671661,0.779189825,0.625664572,0.625766871,0.625886525
-4067,1,0.3695,1,1,1,1,1,1,1,1,0.0643,0.3695,0.5114,1,0.3136,1,1,1,1,1,1,0.0227,0.3136,0.5107,1,0.6145,1,1,1,0.0838,0.6145,0.5438,1,1,1,1,1,0.03175617,0.716661096,0.048407059,1,1,1,1,1,0.025235096,0.753721535,0.072278537,1,1,1,1,1,0.165427014,0.733062804,0.638533108,0.638671462,0.638741135
-4068,1,0.3695,1,1,1,1,1,1,1,1,0.1547,0.3695,0.5175,1,0.3136,1,1,1,1,1,1,0.0542,0.3136,0.5195,1,0.6145,1,1,1,0.109,0.6145,0.5582,1,1,1,1,1,0.075378194,0.745063066,0.214970589,1,1,1,1,1,0.064800933,0.736869216,0.193901315,1,1,1,1,1,0.160354957,0.824123919,0.644574674,0.64459488,0.644946809
-4069,1,0.3695,1,1,1,1,1,1,1,1,0.2035,0.3695,0.5099,1,0.3136,1,1,1,1,1,1,0.0021,0.3136,0.5249,1,0.6145,1,1,1,0.1028,0.6145,0.5232,1,1,1,1,1,0.066583432,0.73367703,0.285046935,1,1,1,1,1,0.021041788,0.723081529,0.210622013,1,1,1,1,1,0.14255318,0.707099497,0.652670372,0.652633806,0.652925532
-4070,1,0.3695,1,1,1,1,1,1,1,1,0.206,0.3695,0.502,1,0.3136,1,1,1,1,1,1,0.0636,0.3136,0.4878,1,0.6145,1,1,1,0.1593,0.6145,0.4466,1,1,1,1,1,0.068047166,0.740075648,0.372072041,1,1,1,1,1,0.087775677,0.651776969,0.302989304,1,1,1,1,1,0.293747216,0.555602849,0.653637023,0.653691559,0.653812057
-4071,1,0.3695,1,1,1,1,1,1,1,1,0.2242,0.3695,0.4113,1,0.3136,1,1,1,1,1,1,0.0983,0.3136,0.4141,1,0.6145,1,1,1,0.1581,0.6145,0.3354,1,1,1,1,1,0.09499795,0.634105682,0.548815846,1,1,1,1,1,0.115614124,0.569107771,0.303139329,1,1,1,1,1,0.167676836,0.545012832,0.651220396,0.651364502,0.651595745
-4072,1,0.3695,1,1,1,1,1,1,1,1,0.2334,0.3695,0.3017,1,0.3136,1,1,1,1,1,1,0.041,0.3136,0.3055,1,0.6145,1,1,1,0.1411,0.6145,0.2465,1,1,1,1,1,0.100582436,0.565059602,0.727634013,1,1,1,1,1,0.065806836,0.472448409,0.274183244,1,1,1,1,1,0.161653742,0.50679481,0.651401643,0.651576052,0.651595745
-4073,1,0.3695,1,1,1,1,1,1,1,1,0.1423,0.3695,0.1773,1,0.3136,1,1,1,1,1,1,0.0242,0.3136,0.2022,1,0.6145,1,1,1,0.1603,0.6145,0.1426,1,1,1,1,1,0.067544088,0.426190287,0.629675746,1,1,1,1,1,0.054016892,0.453215182,0.299401581,1,1,1,1,1,0.206281617,0.307609588,0.649528758,0.649672096,0.649822695
-4074,1,0.3695,1,1,1,1,1,1,1,1,0.1337,0.3695,0.0811,1,0.3136,1,1,1,1,1,1,0.0128,0.3136,0.0982,1,0.6145,1,1,1,0.1247,0.6145,0.0577,1,1,1,1,1,0.07317999,0.252081752,0.488696545,1,1,1,1,1,0.023226555,0.298736006,0.349041879,1,1,1,1,1,0.200121224,0.108572975,0.639741421,0.639729215,0.63962766
-4075,1,0.3695,1,1,1,1,1,1,1,1,0.1025,0.3695,0.0006,1,0.3136,1,1,1,1,1,1,0.0091,0.3136,0.0033,1,0.6145,1,1,1,0.1101,0.6145,0.0039,1,1,1,1,1,0.056793846,4.90E-05,0.523400009,1,1,1,1,1,0.02214358,0.012662577,0.484151334,1,1,1,1,1,0.18545723,0,0.632129048,0.632324942,0.632535461
-4076,1,0.3695,1,1,1,1,1,1,1,1,0.0808,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0225,0.3136,0,1,0.6145,1,1,1,0.1263,0.6145,0,1,1,1,1,1,0.055356599,0,0.248545393,1,1,1,1,1,0.036211997,0,0.390963078,1,1,1,1,1,0.206699669,0,0.640345578,0.640363867,0.640514184
-4077,1,0.3695,1,1,1,1,1,1,1,1,0.0806,0.3695,0,1,0.3136,1,1,1,1,1,1,0.076,0.3136,0,1,0.6145,1,1,1,0.1118,0.6145,0,1,1,1,1,1,0.068324596,0,0.23915258,1,1,1,1,1,0.086478874,0,0.551799536,1,1,1,1,1,0.230988339,0,0.627356211,0.627459276,0.627659574
-4078,1,0.3695,1,1,1,1,1,1,1,1,0.1646,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1091,0.3136,0,1,0.6145,1,1,1,0.0802,0.6145,0,1,1,1,1,1,0.14401859,0,0.517001987,1,1,1,1,1,0.150684625,0,0.502231419,1,1,1,1,1,0.166235134,0,0.570927985,0.570975249,0.571365248
-4079,1,0.3695,1,1,1,1,1,1,1,1,0.313,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1719,0.3136,0,1,0.6145,1,1,1,0.0953,0.6145,0,1,1,1,1,1,0.241526246,0,1,1,1,1,1,1,0.222834587,0,0.968729377,1,1,1,1,1,0.158774182,0,0.511478975,0.511529511,0.511524823
-4080,1,0.3695,1,1,1,1,1,1,1,1,0.2931,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2378,0.3136,0,1,0.6145,1,1,1,0.1005,0.6145,0,1,1,1,1,1,0.236916736,0,1,1,1,1,1,1,0.265920252,0,1,1,1,1,1,1,0.210781857,0,0.469369261,0.469430929,0.469414894
-4081,1,0.3695,1,1,1,1,1,1,1,1,0.3428,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2752,0.3136,0,1,0.6145,1,1,1,0.1809,0.6145,0,1,1,1,1,1,0.305042326,0,1,1,1,1,1,1,0.301600605,0,1,1,1,1,1,1,0.481133014,0,0.444296762,0.444256399,0.444592199
-4082,1,0.3695,1,1,1,1,1,1,1,1,0.2942,0.3695,0,1,0.3136,1,1,1,1,1,1,0.3714,0.3136,0,1,0.6145,1,1,1,0.186,0.6145,0,1,1,1,1,1,0.260163993,0,1,1,1,1,1,1,0.375182271,0,1,1,1,1,1,1,0.588669658,0,0.431126148,0.431140258,0.431294326
-4083,1,0.3695,1,1,1,1,1,1,1,1,0.2154,0.3695,0,1,0.3136,1,1,1,1,1,1,0.3157,0.3136,0,1,0.6145,1,1,1,0.1877,0.6145,0,1,1,1,1,1,0.192978501,0,1,1,1,1,1,1,0.337608248,0,1,1,1,1,1,1,0.551788568,0,0.425567907,0.425639941,0.425531915
-4084,1,0.3695,1,1,1,1,1,1,1,1,0.208,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1936,0.3136,0,1,0.6145,1,1,1,0.1437,0.6145,0,1,1,1,1,1,0.172204062,0,1,1,1,1,1,1,0.23272872,0,1,1,1,1,1,1,0.434350342,0,0.433724021,0.433890417,0.433953901
-4085,1,0.3695,1,1,1,1,1,1,1,1,0.1638,0.3695,0.0521,1,0.3136,1,1,1,1,1,1,0.1552,0.3136,0.0471,1,0.6145,1,1,1,0.1804,0.6145,0.0582,1,1,1,1,1,0.178554207,0.113267317,1,1,1,1,1,1,0.197159678,0.067774549,0.638338506,1,1,1,1,1,0.501324534,0.233879626,0.461273562,0.461392003,0.46143617
-4086,1,0.3695,1,1,1,1,1,1,1,1,0.0838,0.3695,0.0985,1,0.3136,1,1,1,1,1,1,0.0855,0.3136,0.1273,1,0.6145,1,1,1,0.1409,0.6145,0.11,1,1,1,1,1,0.078373641,0.460110009,0.698509634,1,1,1,1,1,0.101479262,0.437342376,0.506128073,1,1,1,1,1,0.446620911,0.537834704,0.530993233,0.530992173,0.531028369
-4087,1,0.3695,1,1,1,1,1,1,1,1,0.0903,0.3695,0.2328,1,0.3136,1,1,1,1,1,1,0.1265,0.3136,0.257,1,0.6145,1,1,1,0.1047,0.6145,0.2295,1,1,1,1,1,0.067328498,0.699576497,0.959646642,1,1,1,1,1,0.127893239,0.644053817,1,1,1,1,1,1,0.352506757,0.729084492,0.612675205,0.612862281,0.612588652
-4088,1,0.3695,1,1,1,1,1,1,1,1,0.0912,0.3695,0.3833,1,0.3136,1,1,1,1,1,1,0.1893,0.3136,0.3987,1,0.6145,1,1,1,0.1286,0.6145,0.378,1,1,1,1,1,0.074282646,0.782688975,0.967691422,1,1,1,1,1,0.128367096,0.779782772,1,1,1,1,1,1,0.288480848,0.814639211,0.677742871,0.677808335,0.677748227
-4089,1,0.3695,1,1,1,1,1,1,1,1,0.0883,0.3695,0.4987,1,0.3136,1,1,1,1,1,1,0.1135,0.3136,0.5031,1,0.6145,1,1,1,0.1088,0.6145,0.4964,1,1,1,1,1,0.067295857,0.82498914,1,1,1,1,1,1,0.10064353,0.81962049,0.544189811,1,1,1,1,1,0.267182827,0.843043208,0.737131464,0.737254072,0.73714539
-4090,1,0.3695,1,1,1,1,1,1,1,1,0.1128,0.3695,0.5835,1,0.3136,1,1,1,1,1,1,0.1126,0.3136,0.5786,1,0.6145,1,1,1,0.1612,0.6145,0.5479,1,1,1,1,1,0.096285462,0.84442246,1,1,1,1,1,1,0.094180219,0.829053998,0.493498981,1,1,1,1,1,0.311071664,0.862197042,0.793861769,0.793949651,0.793882979
-4091,1,0.3695,1,1,1,1,1,1,1,1,0.1518,0.3695,0.6064,1,0.3136,1,1,1,1,1,1,0.1194,0.3136,0.6038,1,0.6145,1,1,1,0.1838,0.6145,0.5996,1,1,1,1,1,0.095187344,0.85617882,1,1,1,1,1,1,0.102163956,0.844157934,0.455854475,1,1,1,1,1,0.349929184,0.868745327,0.838508942,0.838586842,0.838652482
-4092,1,0.3695,1,1,1,1,1,1,1,1,0.2205,0.3695,0.6063,1,0.3136,1,1,1,1,1,1,0.2055,0.3136,0.5953,1,0.6145,1,1,1,0.1231,0.6145,0.6114,1,1,1,1,1,0.184676275,0.861486614,1,1,1,1,1,1,0.182876021,0.853951931,0.791490912,1,1,1,1,1,0.233567178,0.875639021,0.87222088,0.872223398,0.872340426
-4093,1,0.3695,1,1,1,1,1,1,1,1,0.1793,0.3695,0.5912,1,0.3136,1,1,1,1,1,1,0.1833,0.3136,0.5798,1,0.6145,1,1,1,0.1942,0.6145,0.5984,1,1,1,1,1,0.107360154,0.840043902,1,1,1,1,1,1,0.15269044,0.837943971,1,1,1,1,1,1,0.207771048,0.853686094,0.902791203,0.902898244,0.902925532
-4094,1,0.3695,1,1,1,1,1,1,1,1,0.1813,0.3695,0.5341,1,0.3136,1,1,1,1,1,1,0.2156,0.3136,0.5288,1,0.6145,1,1,1,0.2647,0.6145,0.5447,1,1,1,1,1,0.11845801,0.803788006,1,1,1,1,1,1,0.208656371,0.792399466,1,1,1,1,1,1,0.236338884,0.818123341,0.9239971,0.924053311,0.924202128
-4095,1,0.3695,1,1,1,1,1,1,1,1,0.2886,0.3695,0.4368,1,0.3136,1,1,1,1,1,1,0.2122,0.3136,0.4498,1,0.6145,1,1,1,0.2983,0.6145,0.4304,1,1,1,1,1,0.181351751,0.758344173,1,1,1,1,1,1,0.230750114,0.745681047,1,1,1,1,1,1,0.275061607,0.799450576,0.93958434,0.939496509,0.939716312
-4096,1,0.3695,1,1,1,1,1,1,1,1,0.3825,0.3695,0.3104,1,0.3136,1,1,1,1,1,1,0.176,0.3136,0.3467,1,0.6145,1,1,1,0.3049,0.6145,0.2992,1,1,1,1,1,0.253660202,0.666186988,1,1,1,1,1,1,0.239021569,0.714821696,1,1,1,1,1,1,0.245762393,0.744829237,0.951607057,0.951554897,0.951684397
-4097,1,0.3695,1,1,1,1,1,1,1,1,0.3646,0.3695,0.1689,1,0.3136,1,1,1,1,1,1,0.1298,0.3136,0.2084,1,0.6145,1,1,1,0.1819,0.6145,0.1404,1,1,1,1,1,0.261401236,0.548727751,1,1,1,1,1,1,0.184161678,0.576037169,1,1,1,1,1,1,0.154315501,0.581007123,0.952634123,0.952612651,0.953014184
-4098,1,0.3695,1,1,1,1,1,1,1,1,0.3632,0.3695,0.0764,1,0.3136,1,1,1,1,1,1,0.1338,0.3136,0.094,1,0.6145,1,1,1,0.1362,0.6145,0.0685,1,1,1,1,1,0.248202696,0.325237513,1,1,1,1,1,1,0.15097864,0.332576185,1,1,1,1,1,1,0.080012172,0.309513032,0.939161431,0.939284959,0.93927305
-4099,1,0.3695,1,1,1,1,1,1,1,1,0.1994,0.3695,0.0051,1,0.3136,1,1,1,1,1,1,0.0792,0.3136,0.0099,1,0.6145,1,1,1,0.1259,0.6145,0.0687,1,1,1,1,1,0.205441475,0.007967019,1,1,1,1,1,1,0.100421757,0.016234126,0.882363915,1,1,1,1,1,0.131538659,0,0.918740938,0.918764544,0.919326241
-4100,1,0.3695,1,1,1,1,1,1,1,1,0.1491,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1215,0.3136,0,1,0.6145,1,1,1,0.133,0.6145,0,1,1,1,1,1,0.193607792,0,1,1,1,1,1,1,0.137935847,0,0.753293276,1,1,1,1,1,0.146119326,0,0.907564041,0.907763909,0.907801418
-4101,1,0.3695,1,1,1,1,1,1,1,1,0.273,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1282,0.3136,0,1,0.6145,1,1,1,0.1804,0.6145,0,1,1,1,1,1,0.419688463,0,1,1,1,1,1,1,0.175616667,0,1,1,1,1,1,1,0.196488529,0,0.883337361,0.883435583,0.883865248
-4102,1,0.3695,1,1,1,1,1,1,1,1,0.161,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0649,0.3136,0,1,0.6145,1,1,1,0.2015,0.6145,0,1,1,1,1,1,0.135296553,0,1,1,1,1,1,1,0.098502457,0,1,1,1,1,1,1,0.177291438,0,0.803649106,0.803680982,0.804078014
-4103,1,0.3695,1,1,1,1,1,1,1,1,0.2508,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1255,0.3136,0,1,0.6145,1,1,1,0.1791,0.6145,0,1,1,1,1,1,0.272048056,0,1,1,1,1,1,1,0.175304621,0,1,1,1,1,1,1,0.241927534,0,0.7229942,0.722868627,0.723404255
-4104,1,0.3695,1,1,1,1,1,1,1,1,0.2977,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1631,0.3136,0,1,0.6145,1,1,1,0.1824,0.6145,0,1,1,1,1,1,0.279566288,0,1,1,1,1,1,1,0.200955585,0,1,1,1,1,1,1,0.28420639,0,0.660282745,0.66024963,0.660460993
-4105,1,0.3695,1,1,1,1,1,1,1,1,0.3743,0.3695,0,1,0.3136,1,1,1,1,1,1,0.205,0.3136,0,1,0.6145,1,1,1,0.2373,0.6145,0,1,1,1,1,1,0.375032306,0,1,1,1,1,1,1,0.245447069,0,1,1,1,1,1,1,0.315817088,0,0.621072982,0.621112757,0.621453901
-4106,1,0.3695,1,1,1,1,1,1,1,1,0.412,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2488,0.3136,0,1,0.6145,1,1,1,0.2779,0.6145,0,1,1,1,1,1,0.415054381,0,1,1,1,1,1,1,0.307345331,0,1,1,1,1,1,1,0.423673689,0,0.594308845,0.594245822,0.594414894
-4107,1,0.3695,1,1,1,1,1,1,1,1,0.4562,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1845,0.3136,0,1,0.6145,1,1,1,0.2284,0.6145,0,1,1,1,1,1,0.471136302,0,1,1,1,1,1,1,0.2643466,0,1,1,1,1,1,1,0.319774151,0,0.576546641,0.576687117,0.576684397
-4108,1,0.3695,1,1,1,1,1,1,1,1,0.5013,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2775,0.3136,0,1,0.6145,1,1,1,0.1748,0.6145,0,1,1,1,1,1,0.51620239,0,1,1,1,1,1,1,0.327137351,0,0.836186171,1,1,1,1,1,0.257682145,0,0.573767521,0.573725407,0.574024823
-4109,1,0.3695,1,1,1,1,1,1,1,1,0.355,0.3695,0.1443,1,0.3136,1,1,1,1,1,1,0.1908,0.3136,0.1514,1,0.6145,1,1,1,0.1223,0.6145,0.1089,1,1,1,1,1,0.401216507,0.307155013,1,1,1,1,1,1,0.22569342,0.269469291,0.912963867,1,1,1,1,1,0.167552024,0.306393564,0.591167231,0.591284113,0.591312057
-4110,1,0.3695,1,1,1,1,1,1,1,1,0.2126,0.3695,0.0852,1,0.3136,1,1,1,1,1,1,0.1201,0.3136,0.1229,1,0.6145,1,1,1,0.0995,0.6145,0.0877,1,1,1,1,1,0.272233009,0.615897715,1,1,1,1,1,1,0.156943753,0.598523378,0.946757436,1,1,1,1,1,0.144428879,0.606460929,0.659134848,0.659191876,0.659131206
-4111,1,0.3695,1,1,1,1,1,1,1,1,0.2675,0.3695,0.2259,1,0.3136,1,1,1,1,1,1,0.1497,0.3136,0.2574,1,0.6145,1,1,1,0.1095,0.6145,0.223,1,1,1,1,1,0.411548108,0.794643939,0.836984098,1,1,1,1,1,0.157206297,0.791732192,0.633183539,1,1,1,1,1,0.184032559,0.773742497,0.740695988,0.740638883,0.740691489
-4112,1,0.3695,1,1,1,1,1,1,1,1,0.1745,0.3695,0.3874,1,0.3136,1,1,1,1,1,1,0.1697,0.3136,0.4085,1,0.6145,1,1,1,0.1156,0.6145,0.3687,1,1,1,1,1,0.223920405,0.857299566,0.998342633,1,1,1,1,1,0.147063926,0.861457646,0.52872777,1,1,1,1,1,0.19000265,0.833709717,0.80679072,0.806854242,0.807180851
-4113,1,0.3695,1,1,1,1,1,1,1,1,0.1001,0.3695,0.4981,1,0.3136,1,1,1,1,1,1,0.1614,0.3136,0.5056,1,0.6145,1,1,1,0.0514,0.6145,0.472,1,1,1,1,1,0.092350475,0.848022521,0.44529286,1,1,1,1,1,0.133697584,0.850377083,0.21655865,1,1,1,1,1,0.081729919,0.822346926,0.861829386,0.861857415,0.86214539
-4114,1,0.3695,1,1,1,1,1,1,1,1,0.0936,0.3695,0.7094,1,0.3136,1,1,1,1,1,1,0.1381,0.3136,0.7166,1,0.6145,1,1,1,0.0647,0.6145,0.6814,1,1,1,1,1,0.10869392,1,0.854734063,1,1,1,1,1,0.129399896,1,0.651492953,1,1,1,1,1,0.089736044,0.994183302,0.907261962,0.907340808,0.907358156
-4115,1,0.3695,1,1,1,1,1,1,1,1,0.0681,0.3695,0.6284,1,0.3136,1,1,1,1,1,1,0.1429,0.3136,0.6408,1,0.6145,1,1,1,0.0932,0.6145,0.5815,1,1,1,1,1,0.118365377,0.886581421,0.663073719,1,1,1,1,1,0.12798059,0.907521844,0.311485887,1,1,1,1,1,0.146731183,0.822503448,0.939705172,0.93970806,0.940159574
-4116,1,0.3695,1,1,1,1,1,1,1,1,0.1045,0.3695,0.5976,1,0.3136,1,1,1,1,1,1,0.1897,0.3136,0.6134,1,0.6145,1,1,1,0.0364,0.6145,0.5594,1,1,1,1,1,0.141018882,0.831821859,0.370729238,1,1,1,1,1,0.174751624,0.854314387,0.197533518,1,1,1,1,1,0.023727622,0.807638109,0.959521508,0.959593823,0.960106383
-4117,1,0.3695,1,1,1,1,1,1,1,1,0.0117,0.3695,0.6137,1,0.3136,1,1,1,1,1,1,0.0894,0.3136,0.6356,1,0.6145,1,1,1,0.0272,0.6145,0.5558,1,1,1,1,1,0.037233219,0.869730055,0.232105508,1,1,1,1,1,0.088375941,0.892392337,0.126144513,1,1,1,1,1,0.046549175,0.839014769,0.975592073,0.975671673,0.97606383
-4118,1,0.3695,1,1,1,1,1,1,1,1,0.0293,0.3695,0.5524,1,0.3136,1,1,1,1,1,1,0.0665,0.3136,0.5786,1,0.6145,1,1,1,0.0274,0.6145,0.525,1,1,1,1,1,0.051382076,0.858904123,0.214581609,1,1,1,1,1,0.072253577,0.875063241,0.065448686,1,1,1,1,1,0.042513069,0.8314147,0.98441276,0.984556801,0.984929078
-4119,1,0.3695,1,1,1,1,1,1,1,1,0.0493,0.3695,0.4502,1,0.3136,1,1,1,1,1,1,0.0338,0.3136,0.4832,1,0.6145,1,1,1,0.0222,0.6145,0.4288,1,1,1,1,1,0.036650214,0.833494246,0.194482356,1,1,1,1,1,0.0451301,0.84525913,0.017697122,1,1,1,1,1,0.027399518,0.805791974,0.989246013,0.989422467,0.989804965
-4120,1,0.3695,1,1,1,1,1,1,1,1,0.079,0.3695,0.3184,1,0.3136,1,1,1,1,1,1,0.0353,0.3136,0.3605,1,0.6145,1,1,1,0.037,0.6145,0.2992,1,1,1,1,1,0.037231475,0.787182152,0.173634663,1,1,1,1,1,0.052477922,0.795833826,0.04318063,1,1,1,1,1,0.027528213,0.751113772,0.992145964,0.992172625,0.992464539
-4121,1,0.3695,1,1,1,1,1,1,1,1,0.0895,0.3695,0.157,1,0.3136,1,1,1,1,1,1,0.0191,0.3136,0.2053,1,0.6145,1,1,1,0.0205,0.6145,0.1398,1,1,1,1,1,0.066983812,0.68000102,0.25748086,1,1,1,1,1,0.049096979,0.67797941,0.283987194,1,1,1,1,1,0.025030935,0.645370603,0.984050266,0.9841337,0.984485816
-4122,1,0.3695,1,1,1,1,1,1,1,1,0.0906,0.3695,0.074,1,0.3136,1,1,1,1,1,1,0,0.3136,0.1019,1,0.6145,1,1,1,0.0105,0.6145,0.0703,1,1,1,1,1,0.044857047,0.453564018,0.351238966,1,1,1,1,1,0.015554048,0.442829818,0.286764652,1,1,1,1,1,0.032310363,0.415869534,0.965079749,0.96509414,0.965425532
-4123,1,0.3695,1,1,1,1,1,1,1,1,0.1293,0.3695,0.0333,1,0.3136,1,1,1,1,1,1,0.0075,0.3136,0.0425,1,0.6145,1,1,1,0.0285,0.6145,0.0905,1,1,1,1,1,0.117366672,0.059452478,0.380287677,1,1,1,1,1,0.043542162,0.057303887,0.108695298,1,1,1,1,1,0.063168839,0,0.937107298,0.937169452,0.9375
-4124,1,0.3695,1,1,1,1,1,1,1,1,0.1699,0.3695,0,1,0.3136,1,1,1,1,1,1,0,0.3136,0,1,0.6145,1,1,1,0.0275,0.6145,0,1,1,1,1,1,0.150238052,0,0.532956183,1,1,1,1,1,0.016749045,0,0.406687707,1,1,1,1,1,0.065569788,0,0.919163847,0.919187645,0.919769504
-4125,1,0.3695,1,1,1,1,1,1,1,1,0.1407,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0023,0.3136,0,1,0.6145,1,1,1,0.0329,0.6145,0,1,1,1,1,1,0.147656649,0,0.568220735,1,1,1,1,1,0.032400068,0,0.734358966,1,1,1,1,1,0.093251407,0,0.889016433,0.8889359,0.889184397
-4126,1,0.3695,1,1,1,1,1,1,1,1,0.1271,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0125,0.3136,0,1,0.6145,1,1,1,0.0428,0.6145,0,1,1,1,1,1,0.154596761,0,0.704668045,1,1,1,1,1,0.058750503,0,0.815935373,1,1,1,1,1,0.131267905,0,0.806971967,0.806854242,0.807180851
-4127,1,0.3695,1,1,1,1,1,1,1,1,0.175,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0397,0.3136,0,1,0.6145,1,1,1,0.0521,0.6145,0,1,1,1,1,1,0.1962239,0,0.789226711,1,1,1,1,1,0.098188423,0,0.879596353,1,1,1,1,1,0.198390856,0,0.724081682,0.724137931,0.72429078
-4128,1,0.3695,1,1,1,1,1,1,1,1,0.2058,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1883,0.3136,0,1,0.6145,1,1,1,0.0887,0.6145,0,1,1,1,1,1,0.257008851,0,0.721215665,1,1,1,1,1,0.200602889,0,1,1,1,1,1,1,0.264056653,0,0.660766071,0.660672731,0.660904255
-4129,1,0.3695,1,1,1,1,1,1,1,1,0.3062,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2511,0.3136,0,1,0.6145,1,1,1,0.1335,0.6145,0,1,1,1,1,1,0.261670142,0,0.983621478,1,1,1,1,1,0.234897286,0,1,1,1,1,1,1,0.304418564,0,0.619079265,0.61899725,0.619237589
-4130,1,0.3695,1,1,1,1,1,1,1,1,0.1858,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2058,0.3136,0,1,0.6145,1,1,1,0.1339,0.6145,0,1,1,1,1,1,0.255540431,0,0.998821735,1,1,1,1,1,0.209122986,0,1,1,1,1,1,1,0.325641274,0,0.590804737,0.590649461,0.590868794
-4131,1,0.3695,1,1,1,1,1,1,1,1,0.1643,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1913,0.3136,0,1,0.6145,1,1,1,0.1487,0.6145,0,1,1,1,1,1,0.219020456,0,0.985538244,1,1,1,1,1,0.237260848,0,1,1,1,1,1,1,0.353640199,0,0.572680039,0.572667654,0.572695035
-4132,1,0.3695,1,1,1,1,1,1,1,1,0.1693,0.3695,0,1,0.3136,1,1,1,1,1,1,0.163,0.3136,0,1,0.6145,1,1,1,0.1543,0.6145,0,1,1,1,1,1,0.221601561,0,0.952227712,1,1,1,1,1,0.20124428,0,0.935687184,1,1,1,1,1,0.298939228,0,0.571894635,0.571821451,0.571808511
-4133,1,0.3695,1,1,1,1,1,1,1,1,0.1707,0.3695,0.1089,1,0.3136,1,1,1,1,1,1,0.1243,0.3136,0.0959,1,0.6145,1,1,1,0.182,0.6145,0.1244,1,1,1,1,1,0.254481077,0.246466964,0.721742749,1,1,1,1,1,0.129947498,0.171940982,0.662753165,1,1,1,1,1,0.33069247,0.325664312,0.588629773,0.588745505,0.588652482
-4134,1,0.3695,1,1,1,1,1,1,1,1,0.1336,0.3695,0.092,1,0.3136,1,1,1,1,1,1,0.1101,0.3136,0.1187,1,0.6145,1,1,1,0.0819,0.6145,0.087,1,1,1,1,1,0.233798444,0.549980998,0.459320128,1,1,1,1,1,0.11797332,0.430191517,0.469944209,1,1,1,1,1,0.208942324,0.593649864,0.652368294,0.652422255,0.65248227
-4135,1,0.3695,1,1,1,1,1,1,1,1,0.0724,0.3695,0.2267,1,0.3136,1,1,1,1,1,1,0.0777,0.3136,0.2371,1,0.6145,1,1,1,0.0706,0.6145,0.2253,1,1,1,1,1,0.108789042,0.72648412,0.360006273,1,1,1,1,1,0.078327328,0.637280822,0.220481426,1,1,1,1,1,0.086728863,0.757147551,0.73217738,0.732176856,0.732269504
-4136,1,0.3695,1,1,1,1,1,1,1,1,0.0547,0.3695,0.3764,1,0.3136,1,1,1,1,1,1,0.047,0.3136,0.3797,1,0.6145,1,1,1,0.0693,0.6145,0.3735,1,1,1,1,1,0.084153086,0.777200401,0.064989537,1,1,1,1,1,0.041786723,0.700436711,0.031725656,1,1,1,1,1,0.06617517,0.81556797,0.798211696,0.798392215,0.798315603
-4137,1,0.3695,1,1,1,1,1,1,1,1,0.0573,0.3695,0.4909,1,0.3136,1,1,1,1,1,1,0.1071,0.3136,0.4531,1,0.6145,1,1,1,0.0976,0.6145,0.4853,1,1,1,1,1,0.079132758,0.829860151,0.013317294,1,1,1,1,1,0.091219187,0.723399043,0,1,1,1,1,1,0.092426375,0.840001702,0.853612856,0.853606939,0.854166667
-4138,1,0.3695,1,1,1,1,1,1,1,1,0.0338,0.3695,0.5724,1,0.3136,1,1,1,1,1,1,0.0643,0.3136,0.5043,1,0.6145,1,1,1,0.0964,0.6145,0.5338,1,1,1,1,1,0.048500881,0.833654881,0.012169781,1,1,1,1,1,0.048766058,0.78557688,0,1,1,1,1,1,0.114814304,0.850192904,0.899045433,0.899090332,0.899379433
-4139,1,0.3695,1,1,1,1,1,1,1,1,0.0247,0.3695,0.6002,1,0.3136,1,1,1,1,1,1,0.0356,0.3136,0.5887,1,0.6145,1,1,1,0.1143,0.6145,0.5803,1,1,1,1,1,0.034833375,0.848944783,0.037892144,1,1,1,1,1,0.029041782,0.80059588,0,1,1,1,1,1,0.163658693,0.872180223,0.935234413,0.935265496,0.93572695
-4140,1,0.3695,1,1,1,1,1,1,1,1,0.0206,0.3695,0.6122,1,0.3136,1,1,1,1,1,1,0.0106,0.3136,0.5789,1,0.6145,1,1,1,0.113,0.6145,0.5962,1,1,1,1,1,0.026706045,0.854317665,0.116662458,1,1,1,1,1,0.014633979,0.773067892,0.010700525,1,1,1,1,1,0.222887337,0.858449996,0.959098598,0.959170721,0.959663121
-4141,1,0.3695,1,1,1,1,1,1,1,1,0.0594,0.3695,0.5975,1,0.3136,1,1,1,1,1,1,0,0.3136,0.568,1,0.6145,1,1,1,0.1553,0.6145,0.5517,1,1,1,1,1,0.047545396,0.831787825,0.079670347,1,1,1,1,1,0.011117468,0.736395895,0,1,1,1,1,1,0.262163043,0.850969017,0.972873369,0.972709964,0.972960993
-4142,1,0.3695,1,1,1,1,1,1,1,1,0.1382,0.3695,0.5315,1,0.3136,1,1,1,1,1,1,0,0.3136,0.3858,1,0.6145,1,1,1,0.1809,0.6145,0.4434,1,1,1,1,1,0.096777633,0.781426191,0.112361126,1,1,1,1,1,0.009878804,0.504443407,0,1,1,1,1,1,0.307482541,0.751387358,0.970154664,0.970171356,0.970744681
-4143,1,0.3695,1,1,1,1,1,1,1,1,0.1874,0.3695,0.3419,1,0.3136,1,1,1,1,1,1,0.0662,0.3136,0.2035,1,0.6145,1,1,1,0.1867,0.6145,0.3712,1,1,1,1,1,0.084975228,0.417950392,0.063833393,1,1,1,1,1,0.1618613,0.293310106,0.013020943,1,1,1,1,1,0.326411724,0.638511837,0.957346544,0.957266765,0.957890071
-4144,1,0.3695,1,1,1,1,1,1,1,1,0.1942,0.3695,0.1672,1,0.3136,1,1,1,1,1,1,0.0015,0.3136,0.1565,1,0.6145,1,1,1,0.1906,0.6145,0.298,1,1,1,1,1,0.076377511,0.220190853,0.070505328,1,1,1,1,1,0.055891469,0.195001483,0.056282468,1,1,1,1,1,0.473039776,0.421626091,0.927259546,0.927226571,0.927748227
-4145,1,0.3695,1,1,1,1,1,1,1,1,0.2791,0.3695,0.0733,1,0.3136,1,1,1,1,1,1,0.0751,0.3136,0.0803,1,0.6145,1,1,1,0.1721,0.6145,0.1491,1,1,1,1,1,0.153464228,0.133338839,0.414392531,1,1,1,1,1,0.061927475,0.07656759,0.25882566,1,1,1,1,1,0.445888996,0.246413827,0.88738521,0.887455045,0.88785461
-4146,1,0.3695,1,1,1,1,1,1,1,1,0.3092,0.3695,0.0088,1,0.3136,1,1,1,1,1,1,0.0112,0.3136,0.011,1,0.6145,1,1,1,0.117,0.6145,0.0748,1,1,1,1,1,0.144407943,0.011833644,0.627623081,1,1,1,1,1,0.041857302,0.019207215,0.127564132,1,1,1,1,1,0.275001138,0.073019765,0.838931851,0.838798392,0.839539007
-4147,1,0.3695,1,1,1,1,1,1,1,1,0.0579,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0046,0.3136,0,1,0.6145,1,1,1,0.0725,0.6145,0,1,1,1,1,1,0.055214413,0,0.170705169,1,1,1,1,1,0.007874383,0,0.161029577,1,1,1,1,1,0.137354031,0,0.799661672,0.799661519,0.79964539
-4148,1,0.3695,1,1,1,1,1,1,1,1,0.0366,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0076,0.3136,0,1,0.6145,1,1,1,0.0694,0.6145,0,1,1,1,1,1,0.019819459,0,0.865145445,1,1,1,1,1,0.010209421,0,0.350481689,1,1,1,1,1,0.137852043,0,0.781476559,0.781468162,0.781914894
-4149,1,0.3695,1,1,1,1,1,1,1,1,0.0658,0.3695,0,1,0.3136,1,1,1,1,1,1,0.0768,0.3136,0,1,0.6145,1,1,1,0.0774,0.6145,0,1,1,1,1,1,0.061116677,0,0.934445858,1,1,1,1,1,0.0789662,0,1,1,1,1,1,1,0.168259278,0,0.752054132,0.752062619,0.752216312
-4150,1,0.3695,1,1,1,1,1,1,1,1,0.0933,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1137,0.3136,0,1,0.6145,1,1,1,0.124,0.6145,0,1,1,1,1,1,0.085083134,0,1,1,1,1,1,1,0.121551767,0,0.617360234,1,1,1,1,1,0.278669477,0,0.691578057,0.691559128,0.691932624
-4151,1,0.3695,1,1,1,1,1,1,1,1,0.0749,0.3695,0,1,0.3136,1,1,1,1,1,1,0.165,0.3136,0,1,0.6145,1,1,1,0.1318,0.6145,0,1,1,1,1,1,0.106814429,0,1,1,1,1,1,1,0.164984122,0,0.786654949,1,1,1,1,1,0.258418083,0,0.626087482,0.626189972,0.626329787
-4152,1,0.3695,1,1,1,1,1,1,1,1,0.0971,0.3695,0,1,0.3136,1,1,1,1,1,1,0.3517,0.3136,0,1,0.6145,1,1,1,0.0957,0.6145,0,1,1,1,1,1,0.205582872,0,0.838231623,1,1,1,1,1,0.357802421,0,0.484408438,1,1,1,1,1,0.128037348,0,0.57322378,0.573302306,0.57358156
-4153,1,0.3695,1,1,1,1,1,1,1,1,0.0931,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2228,0.3136,0,1,0.6145,1,1,1,0.0436,0.6145,0,1,1,1,1,1,0.156874716,0,0.800204277,1,1,1,1,1,0.228976637,0,0.163383245,1,1,1,1,1,0.060067035,0,0.540297245,0.540300402,0.540336879
-4154,1,0.3695,1,1,1,1,1,1,1,1,0.0754,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2274,0.3136,0,1,0.6145,1,1,1,0.0286,0.6145,0,1,1,1,1,1,0.148560256,0,0.461551487,1,1,1,1,1,0.240783632,0,0.860601783,1,1,1,1,1,0.044120077,0,0.517218463,0.517241379,0.517287234
-4155,1,0.3695,1,1,1,1,1,1,1,1,0.0909,0.3695,0,1,0.3136,1,1,1,1,1,1,0.2078,0.3136,0,1,0.6145,1,1,1,0.039,0.6145,0,1,1,1,1,1,0.157618135,0,0.93327117,1,1,1,1,1,0.227170125,0,0.249363631,1,1,1,1,1,0.050677747,0,0.503020783,0.502855934,0.503102837
-4156,1,0.3695,1,1,1,1,1,1,1,1,0.0941,0.3695,0,1,0.3136,1,1,1,1,1,1,0.1753,0.3136,0,1,0.6145,1,1,1,0.0671,0.6145,0,1,1,1,1,1,0.15662919,0,0.947596669,1,1,1,1,1,0.232682288,0,0.381533802,1,1,1,1,1,0.122747377,0,0.498489609,0.498624921,0.498670213
-4157,1,0.3695,1,1,1,1,1,1,1,1,0.0808,0.3695,0.0043,1,0.3136,1,1,1,1,1,1,0.2001,0.3136,0.0043,1,0.6145,1,1,1,0.1314,0.6145,0.1029,1,1,1,1,1,0.108105399,0.000749537,0.274481535,1,1,1,1,1,0.247389168,0.006309402,0.279906303,1,1,1,1,1,0.181915641,0.036992289,0.500906235,0.500740427,0.500886525
-4158,1,0.3695,1,1,1,1,1,1,1,1,0.2364,0.3695,0.0623,1,0.3136,1,1,1,1,1,1,0.1164,0.3136,0.0961,1,0.6145,1,1,1,0.0853,0.6145,0.1103,1,1,1,1,1,0.140109241,0.115723588,0.145686239,1,1,1,1,1,0.165340796,0.276739597,0.367285371,1,1,1,1,1,0.187013179,0.149525836,0.518970517,0.518933785,0.519060284
-4159,1,0.3695,1,1,1,1,1,1,1,1,0.0921,0.3695,0.2003,1,0.3136,1,1,1,1,1,1,0.105,0.3136,0.2305,1,0.6145,1,1,1,0.0177,0.6145,0.2199,1,1,1,1,1,0.072692595,0.477467179,0.644698262,1,1,1,1,1,0.118898243,0.55939585,0.028154714,1,1,1,1,1,0.037892215,0.344048083,0.554434509,0.554474297,0.554521277
-4160,1,0.3689,1,1,1,1,1,1,1,1,0.0308,0.3689,0.3362,1,0.3134,1,1,1,1,1,1,0.0813,0.3134,0.3627,1,0.6143,1,1,1,0.0246,0.6143,0.3598,1,1,1,1,1,0.026179455,0.654653251,0.334136546,1,1,1,1,1,0.083708294,0.737159729,0,1,1,1,1,1,0.057957254,0.484429091,0.602223296,0.602284747,0.602393617
-4161,1,0.3683,1,1,1,1,1,1,1,1,0.0188,0.3683,0.4571,1,0.3131,1,1,1,1,1,1,0.1139,0.3131,0.4839,1,0.6141,1,1,1,0.0186,0.6141,0.475,1,1,1,1,1,0.016196841,0.750433028,0.134679168,1,1,1,1,1,0.102998361,0.826508582,0.070798434,1,1,1,1,1,0.074394904,0.615289569,0.645722571,0.645864184,0.645833333
-4162,1,0.3678,1,1,1,1,1,1,1,1,0.0354,0.3678,0.5548,1,0.3128,1,1,1,1,1,1,0.1295,0.3128,0.5896,1,0.6139,1,1,1,0.0264,0.6139,0.4866,1,1,1,1,1,0.031360608,0.848404706,0.157172307,1,1,1,1,1,0.108021095,0.89993459,0.18535839,1,1,1,1,1,0.047945783,0.655210435,0.683542774,0.683731754,0.683510638
-4163,1,0.3672,1,1,1,1,1,1,1,1,0.0176,0.3672,0.5854,1,0.3125,1,1,1,1,1,1,0.0921,0.3125,0.6302,1,0.6136,1,1,1,0.0514,0.6136,0.4501,1,1,1,1,1,0.0225068,0.863352895,0.283339113,1,1,1,1,1,0.078167155,0.903567493,0.188301057,1,1,1,1,1,0.078853182,0.726300657,0.711515225,0.711656442,0.71143617
-4164,1,0.3666,1,1,1,1,1,1,1,1,0.0072,0.3666,0.6017,1,0.3123,1,1,1,1,1,1,0.1611,0.3123,0.6216,1,0.6134,1,1,1,0.1364,0.6134,0.4314,1,1,1,1,1,0.01650835,0.826288164,0.280575931,1,1,1,1,1,0.124330513,0.904439986,0.193699747,1,1,1,1,1,0.198015288,0.817036271,0.728794103,0.728792046,0.729166667
-4165,1,0.3661,1,1,1,1,1,1,1,1,0.0462,0.3661,0.6029,1,0.312,1,1,1,1,1,1,0.1398,0.312,0.6042,1,0.6132,1,1,1,0.11,0.6132,0.5297,1,1,1,1,1,0.068615146,0.823775113,0.201978669,1,1,1,1,1,0.109407395,0.909853458,0.180978283,1,1,1,1,1,0.104848221,0.798485458,0.736648139,0.73661942,0.736702128
-4166,1,0.3655,1,1,1,1,1,1,1,1,0.1345,0.3655,0.541,1,0.3117,1,1,1,1,1,1,0.1145,0.3117,0.5685,1,0.613,1,1,1,0.0741,0.613,0.458,1,1,1,1,1,0.294094652,0.809991419,0.232701197,1,1,1,1,1,0.118712842,0.904442489,0.161787182,1,1,1,1,1,0.076867543,0.744207561,0.741662639,0.741696636,0.742021277
-4167,1,0.3649,1,1,1,1,1,1,1,1,0.1402,0.3649,0.425,1,0.3114,1,1,1,1,1,1,0.1519,0.3114,0.4758,1,0.6128,1,1,1,0.0654,0.6128,0.3625,1,1,1,1,1,0.235526413,0.706161559,0.188829795,1,1,1,1,1,0.178430066,0.870500684,0.115296334,1,1,1,1,1,0.087666094,0.551460564,0.74359594,0.743600592,0.743794326
-4168,1,0.3644,1,1,1,1,1,1,1,1,0.2261,0.3644,0.286,1,0.3112,1,1,1,1,1,1,0.3723,0.3112,0.3732,1,0.6125,1,1,1,0.1445,0.6125,0.2125,1,1,1,1,1,0.383856565,0.565360427,0.219514802,1,1,1,1,1,0.372148991,0.790781438,0.104263097,1,1,1,1,1,0.239224717,0.324741066,0.737373127,0.737465623,0.737588652
-4169,1,0.3638,1,1,1,1,1,1,1,1,0.2576,0.3638,0.1556,1,0.3109,1,1,1,1,1,1,0.3982,0.3109,0.2119,1,0.6123,1,1,1,0.1505,0.6123,0.1155,1,1,1,1,1,0.335396558,0.582435429,0.261358827,1,1,1,1,1,0.397063196,0.762791753,0.153729066,1,1,1,1,1,0.238438249,0.152852401,0.714415176,0.714618151,0.714539007
-4170,1,0.3632,1,1,1,1,1,1,1,1,0.2741,0.3632,0.072,1,0.3106,1,1,1,1,1,1,0.1991,0.3106,0.1158,1,0.6121,1,1,1,0.1292,0.6121,0.0366,1,1,1,1,1,0.18820937,0.445662647,0.573776722,1,1,1,1,1,0.309197217,0.55553019,0.434060752,1,1,1,1,1,0.261624396,0.056170706,0.680642823,0.680770044,0.680851064
-4171,1,0.3626,1,1,1,1,1,1,1,1,0.0982,0.3626,0.0689,1,0.3103,1,1,1,1,1,1,0.0214,0.3103,0.1682,1,0.6119,1,1,1,0.119,0.6119,0,1,1,1,1,1,0.064640507,0.113897189,0.574818373,1,1,1,1,1,0.035934836,0.213216126,0.310075134,1,1,1,1,1,0.246045604,0,0.650737071,0.65072985,0.65070922
-4172,1,0.3621,1,1,1,1,1,1,1,1,0.0465,0.3621,0,1,0.3101,1,1,1,1,1,1,0.0873,0.3101,0,1,0.6117,1,1,1,0.0224,0.6117,0,1,1,1,1,1,0.077794962,0,0.545572519,1,1,1,1,1,0.104354665,0,0.32499817,1,1,1,1,1,0.11466527,0,0.634968584,0.63486355,0.635195035
-4173,1,0.3615,1,1,1,1,1,1,1,1,0.0941,0.3615,0,1,0.3098,1,1,1,1,1,1,0.1408,0.3098,0,1,0.6114,1,1,1,0.0212,0.6114,0,1,1,1,1,1,0.144716814,0,0.367653579,1,1,1,1,1,0.184234038,0,0.270120978,1,1,1,1,1,0.09744662,0,0.619925085,0.619843453,0.620124113
-4174,1,0.3609,1,1,1,1,1,1,1,1,0.0893,0.3609,0,1,0.3095,1,1,1,1,1,1,0.1671,0.3095,0,1,0.6112,1,1,1,0.0231,0.6112,0,1,1,1,1,1,0.120834276,0,0.258791864,1,1,1,1,1,0.210572883,0,0.140987188,1,1,1,1,1,0.0832645,0,0.575398743,0.575417813,0.575797872
-4175,1,0.3604,1,1,1,1,1,1,1,1,0.1799,0.3604,0,1,0.3092,1,1,1,1,1,1,0.234,0.3092,0,1,0.611,1,1,1,0.0573,0.611,0,1,1,1,1,1,0.284091234,0,0.452103674,1,1,1,1,1,0.293886423,0,0.186446071,1,1,1,1,1,0.11543759,0,0.523682939,0.52379945,0.523492908
-4176,1,0.3598,1,1,1,1,1,1,1,1,0.2044,0.3598,0,1,0.309,1,1,1,1,1,1,0.2366,0.309,0,1,0.6108,1,1,1,0.1182,0.6108,0,1,1,1,1,1,0.301703215,0,0.803771019,1,1,1,1,1,0.265762538,0,0.125838742,1,1,1,1,1,0.242929801,0,0.483204447,0.483181722,0.483156028
-4177,1,0.3592,1,1,1,1,1,1,1,1,0.2302,0.3592,0,1,0.3087,1,1,1,1,1,1,0.222,0.3087,0,1,0.6105,1,1,1,0.1424,0.6105,0,1,1,1,1,1,0.333557278,0,0.651081204,1,1,1,1,1,0.285174668,0,0.071521997,1,1,1,1,1,0.244196489,0,0.453479942,0.453564629,0.453457447
-4178,1,0.3587,1,1,1,1,1,1,1,1,0.2338,0.3587,0,1,0.3084,1,1,1,1,1,1,0.2463,0.3084,0,1,0.6103,1,1,1,0.1409,0.6103,0,1,1,1,1,1,0.293225557,0,0.64940536,1,1,1,1,1,0.306483328,0,0.108214661,1,1,1,1,1,0.240016744,0,0.434388594,0.434525069,0.434840426
-4179,1,0.3581,1,1,1,1,1,1,1,1,0.2237,0.3581,0,1,0.3082,1,1,1,1,1,1,0.2619,0.3082,0,1,0.6101,1,1,1,0.1671,0.6101,0,1,1,1,1,1,0.271757185,0,0.571675658,1,1,1,1,1,0.319681525,0,0.128826976,1,1,1,1,1,0.224445581,0,0.422788787,0.422678231,0.42287234
-4180,1,0.3575,1,1,1,1,1,1,1,1,0.1946,0.3575,0,1,0.3079,1,1,1,1,1,1,0.2826,0.3079,0,1,0.6099,1,1,1,0.1367,0.6099,0,1,1,1,1,1,0.237801835,0,0.393149972,1,1,1,1,1,0.353165388,0,0.156425655,1,1,1,1,1,0.240509614,0,0.417774287,0.417812566,0.417553191
-4181,1,0.357,1,1,1,1,1,1,1,1,0.1926,0.357,0.189,1,0.3076,1,1,1,1,1,1,0.2585,0.3076,0.2137,1,0.6097,1,1,1,0.2276,0.6097,0.1265,1,1,1,1,1,0.278965384,0.380127132,0.213617697,1,1,1,1,1,0.348058283,0.360403419,0.157460213,1,1,1,1,1,0.41511488,0.307241827,0.411732721,0.411677597,0.41179078
-4182,1,0.3564,1,1,1,1,1,1,1,1,0.1098,0.3564,0.0883,1,0.3073,1,1,1,1,1,1,0.065,0.3073,0.1337,1,0.6094,1,1,1,0.2482,0.6094,0.0926,1,1,1,1,1,0.131256685,0.686822772,0.277098,1,1,1,1,1,0.092147015,0.675272644,0.275837213,1,1,1,1,1,0.496715605,0.62692523,0.429676172,0.429870954,0.429964539
-4183,1,0.3558,1,1,1,1,1,1,1,1,0.0894,0.3558,0.2346,1,0.3071,1,1,1,1,1,1,0.0614,0.3071,0.2722,1,0.6092,1,1,1,0.2787,0.6092,0.223,1,1,1,1,1,0.122980729,0.866323233,0.19949457,1,1,1,1,1,0.079586856,0.86388427,0.415231436,1,1,1,1,1,0.460950851,0.81747514,0.470396327,0.470488682,0.470301418
-4184,1,0.3553,1,1,1,1,1,1,1,1,0.0447,0.3553,0.4067,1,0.3068,1,1,1,1,1,1,0.0213,0.3068,0.4308,1,0.609,1,1,1,0.3419,0.609,0.3964,1,1,1,1,1,0.05414971,0.931410909,0.04767219,1,1,1,1,1,0.020887725,0.923099875,0.14474006,1,1,1,1,1,0.42847535,0.907724261,0.520782987,0.520837741,0.521276596
-4185,1,0.3547,1,1,1,1,1,1,1,1,0.028,0.3547,0.5354,1,0.3065,1,1,1,1,1,1,0.0688,0.3065,0.5428,1,0.6088,1,1,1,0.3777,0.6088,0.5294,1,1,1,1,1,0.045509379,0.947784305,0.023423497,1,1,1,1,1,0.062092315,0.917539775,0.080131426,1,1,1,1,1,0.48204723,0.941620946,0.564886419,0.564840279,0.565159574
-4186,1,0.3541,1,1,1,1,1,1,1,1,0.03,0.3541,0.6306,1,0.3062,1,1,1,1,1,1,0.0168,0.3062,0.6218,1,0.6086,1,1,1,0.3001,0.6086,0.6312,1,1,1,1,1,0.053486586,0.945886195,0.005050672,1,1,1,1,1,0.018095713,0.923344791,0.041481417,1,1,1,1,1,0.453157753,0.959257603,0.596665056,0.59678443,0.597074468
-4187,1,0.3536,1,1,1,1,1,1,1,1,0.0252,0.3536,0.6745,1,0.306,1,1,1,1,1,1,0.0257,0.306,0.6687,1,0.6083,1,1,1,0.1887,0.6083,0.6708,1,1,1,1,1,0.043577269,0.949210525,0.008372298,1,1,1,1,1,0.023325911,0.932496071,0,1,1,1,1,1,0.311498642,0.950859964,0.61859594,0.618574149,0.618794326
-4188,1,0.353,1,1,1,1,1,1,1,1,0.0268,0.353,0.6685,1,0.3057,1,1,1,1,1,1,0.0146,0.3057,0.6634,1,0.6081,1,1,1,0.1936,0.6081,0.6657,1,1,1,1,1,0.043522157,0.929816723,0.031815749,1,1,1,1,1,0.020317303,0.915879726,0.005124084,1,1,1,1,1,0.393442214,0.931479335,0.632551957,0.632748043,0.632978723
-4189,1,0.3524,1,1,1,1,1,1,1,1,0.0387,0.3524,0.6592,1,0.3054,1,1,1,1,1,1,0.0085,0.3054,0.6569,1,0.6079,1,1,1,0.1297,0.6079,0.6492,1,1,1,1,1,0.027039368,0.925941288,0.043522224,1,1,1,1,1,0.014531272,0.900663733,0.036041364,1,1,1,1,1,0.302256435,0.935854971,0.641735138,0.641844722,0.641843972
-4190,1,0.3519,1,1,1,1,1,1,1,1,0.09,0.3519,0.5789,1,0.3051,1,1,1,1,1,1,0.003,0.3051,0.5749,1,0.6077,1,1,1,0.1126,0.6077,0.5717,1,1,1,1,1,0.033929653,0.893359959,0.065608218,1,1,1,1,1,0.008038621,0.775790691,0.187880114,1,1,1,1,1,0.29401648,0.92170608,0.651824553,0.651787603,0.652039007
-4191,1,0.3513,1,1,1,1,1,1,1,1,0.1123,0.3513,0.4474,1,0.3049,1,1,1,1,1,1,0,0.3049,0.3695,1,0.6075,1,1,1,0.0832,0.6075,0.4652,1,1,1,1,1,0.027404942,0.742291927,0.114988849,1,1,1,1,1,0.014646105,0.530024171,0.275352627,1,1,1,1,1,0.217856884,0.898490548,0.662155631,0.662153586,0.662234043
-4192,1,0.3507,1,1,1,1,1,1,1,1,0.1374,0.3507,0.278,1,0.3046,1,1,1,1,1,1,0.0714,0.3046,0.2678,1,0.6072,1,1,1,0.0792,0.6072,0.3128,1,1,1,1,1,0.053341568,0.45002538,0.274404526,1,1,1,1,1,0.067203932,0.414099097,0.834983826,1,1,1,1,1,0.19381988,0.85556221,0.671338811,0.671461815,0.671542553
-4193,1,0.3501,1,1,1,1,1,1,1,1,0.1517,0.3501,0.1607,1,0.3043,1,1,1,1,1,1,0.084,0.3043,0.1913,1,0.607,1,1,1,0.038,0.607,0.1518,1,1,1,1,1,0.070769951,0.484190941,0.445969313,1,1,1,1,1,0.081882522,0.39310506,0.687033534,1,1,1,1,1,0.111742124,0.762750626,0.671580474,0.671673366,0.671542553
-4194,1,0.3496,1,1,1,1,1,1,1,1,0.1529,0.3496,0.0851,1,0.304,1,1,1,1,1,1,0.0792,0.304,0.0951,1,0.6068,1,1,1,0.0375,0.6068,0.0827,1,1,1,1,1,0.068607569,0.270016849,0.595854759,1,1,1,1,1,0.098457962,0.199486136,0.546664953,1,1,1,1,1,0.090344094,0.509705305,0.664753504,0.664692194,0.664893617
-4195,1,0.349,1,1,1,1,1,1,1,1,0.1331,0.349,0,1,0.3038,1,1,1,1,1,1,0.0386,0.3038,0,1,0.6066,1,1,1,0.0713,0.6066,0.0997,1,1,1,1,1,0.065346539,7.39E-05,0.677960396,1,1,1,1,1,0.062302209,0.00012552,0.264131933,1,1,1,1,1,0.197042108,0.046046108,0.653334944,0.653480008,0.653812057
-4196,1,0.3484,1,1,1,1,1,1,1,1,0.1922,0.3484,0,1,0.3035,1,1,1,1,1,1,0.0678,0.3035,0,1,0.6063,1,1,1,0.0784,0.6063,0,1,1,1,1,1,0.101535998,0,0.788325787,1,1,1,1,1,0.119566932,0,0.183950275,1,1,1,1,1,0.186386734,0,0.658107782,0.658134123,0.658244681
-4197,1,0.3479,1,1,1,1,1,1,1,1,0.2557,0.3479,0,1,0.3032,1,1,1,1,1,1,0.1238,0.3032,0,1,0.6061,1,1,1,0.1042,0.6061,0,1,1,1,1,1,0.16059491,0,0.670482635,1,1,1,1,1,0.192071691,0,0.164669901,1,1,1,1,1,0.239642471,0,0.648924601,0.648825894,0.64893617
-4198,1,0.3473,1,1,1,1,1,1,1,1,0.2174,0.3473,0,1,0.3029,1,1,1,1,1,1,0.1324,0.3029,0,1,0.6059,1,1,1,0.0859,0.6059,0,1,1,1,1,1,0.166157439,0,0.460523367,1,1,1,1,1,0.188497007,0,0.199295819,1,1,1,1,1,0.146455824,0,0.598296278,0.598476835,0.598404255
-4199,1,0.3467,1,1,1,1,1,1,1,1,0.1366,0.3467,0,1,0.3027,1,1,1,1,1,1,0.114,0.3027,0,1,0.6057,1,1,1,0.0344,0.6057,0,1,1,1,1,1,0.10500221,0,0.247691154,1,1,1,1,1,0.136803865,0,0.203269124,1,1,1,1,1,0.101485714,0,0.542230546,0.542204358,0.542109929
-4200,1,0.3462,1,1,1,1,1,1,1,1,0.1717,0.3462,0,1,0.3024,1,1,1,1,1,1,0.126,0.3024,0,1,0.6055,1,1,1,0.0472,0.6055,0,1,1,1,1,1,0.125074193,0,0.156088963,1,1,1,1,1,0.168526351,0,0.399188221,1,1,1,1,1,0.11027687,0,0.49957709,0.499682674,0.5
-4201,1,0.3456,1,1,1,1,1,1,1,1,0.2165,0.3456,0,1,0.3021,1,1,1,1,1,1,0.1982,0.3021,0,1,0.6052,1,1,1,0.0519,0.6052,0,1,1,1,1,1,0.128429785,0,0.267875463,1,1,1,1,1,0.234149367,0,0.513961792,1,1,1,1,1,0.168949351,0,0.473719188,0.473661942,0.473847518
-4202,1,0.345,1,1,1,1,1,1,1,1,0.1645,0.345,0,1,0.3019,1,1,1,1,1,1,0.1928,0.3019,0,1,0.605,1,1,1,0.0409,0.605,0,1,1,1,1,1,0.090474181,0,0.579443336,1,1,1,1,1,0.224511638,0,1,1,1,1,1,1,0.17587842,0,0.458977767,0.459064946,0.459219858
-4203,1,0.3445,1,1,1,1,1,1,1,1,0.2475,0.3445,0,1,0.3016,1,1,1,1,1,1,0.2183,0.3016,0,1,0.6048,1,1,1,0.0389,0.6048,0,1,1,1,1,1,0.145147085,0,0.839278579,1,1,1,1,1,0.235399693,0,0.714585662,1,1,1,1,1,0.095526345,0,0.45378202,0.453776179,0.453900709
-4204,1,0.3439,1,1,1,1,1,1,1,1,0.1647,0.3439,0,1,0.3013,1,1,1,1,1,1,0.1012,0.3013,0,1,0.6046,1,1,1,0.0456,0.6046,0,1,1,1,1,1,0.130890489,0,0.817849636,1,1,1,1,1,0.131898418,0,1,1,1,1,1,1,0.051015951,0,0.461696472,0.461815105,0.461879433
-4205,1,0.3433,1,1,1,1,1,1,1,1,0.1152,0.3433,0.0729,1,0.301,1,1,1,1,1,1,0.1342,0.301,0.0045,1,0.6044,1,1,1,0.0497,0.6044,0.0372,1,1,1,1,1,0.107621603,0.05881688,0.39895317,1,1,1,1,1,0.159934953,0.007450704,0.955534816,1,1,1,1,1,0.060222402,0.041144729,0.487373127,0.487412735,0.48714539
-4206,1,0.3428,1,1,1,1,1,1,1,1,0.0718,0.3428,0.1009,1,0.3008,1,1,1,1,1,1,0.0306,0.3008,0.0667,1,0.6041,1,1,1,0.0423,0.6041,0.0753,1,1,1,1,1,0.060780846,0.153963029,0.271483183,1,1,1,1,1,0.056599773,0.0726422,1,1,1,1,1,1,0.100827903,0.213522136,0.546036733,0.54601227,0.546099291
-4207,1,0.3422,1,1,1,1,1,1,1,1,0.0249,0.3422,0.1676,1,0.3005,1,1,1,1,1,1,0,0.3005,0.0988,1,0.6039,1,1,1,0.0317,0.6039,0.2139,1,1,1,1,1,0.015715146,0.218862772,0.579425216,1,1,1,1,1,0.008336566,0.139622867,0.994492173,1,1,1,1,1,0.09477707,0.413489044,0.611164814,0.611169875,0.611258865
-4208,1,0.3416,1,1,1,1,1,1,1,1,0.0542,0.3416,0.2093,1,0.3002,1,1,1,1,1,1,0,0.3002,0.1514,1,0.6037,1,1,1,0.0281,0.6037,0.3436,1,1,1,1,1,0.006083617,0.281898379,0.622712672,1,1,1,1,1,0.017832858,0.292516768,1,1,1,1,1,1,0.043517277,0.453528643,0.648562107,0.648614343,0.64893617
-4209,1,0.3411,1,1,1,1,1,1,1,1,0.0784,0.3411,0.2328,1,0.2999,1,1,1,1,1,1,0,0.2999,0.2216,1,0.6035,1,1,1,0.0373,0.6035,0.3719,1,1,1,1,1,0.011306429,0.347062021,0.787559271,1,1,1,1,1,0.01132273,0.32455343,1,1,1,1,1,1,0.051185854,0.463855863,0.669224263,0.669134758,0.669326241
-4210,1,0.3405,1,1,1,1,1,1,1,1,0.1206,0.3405,0.2979,1,0.2997,1,1,1,1,1,1,0,0.2997,0.2792,1,0.6033,1,1,1,0.0281,0.6033,0.402,1,1,1,1,1,0.022972103,0.425614417,0.856295288,1,1,1,1,1,0.010841716,0.387314528,1,1,1,1,1,1,0.041709386,0.492200315,0.684086515,0.683943304,0.683953901
-4211,1,0.3399,1,1,1,1,1,1,1,1,0.1204,0.3399,0.3235,1,0.2994,1,1,1,1,1,1,0.0041,0.2994,0.3546,1,0.603,1,1,1,0.0283,0.603,0.4323,1,1,1,1,1,0.064041883,0.459847033,0.652921736,1,1,1,1,1,0.014962133,0.538085461,1,1,1,1,1,1,0.044925213,0.497460395,0.686865636,0.686905014,0.687056738
-4212,1,0.3394,1,1,1,1,1,1,1,1,0.1029,0.3394,0.348,1,0.2991,1,1,1,1,1,1,0.0102,0.2991,0.5518,1,0.6028,1,1,1,0.046,0.6028,0.3933,1,1,1,1,1,0.10092894,0.53833425,0.781952262,1,1,1,1,1,0.020422971,0.768414795,0.974535108,1,1,1,1,1,0.056391664,0.498739064,0.684267762,0.684366406,0.684397163
-4213,1,0.3388,1,1,1,1,1,1,1,1,0.0996,0.3388,0.4524,1,0.2988,1,1,1,1,1,1,0.104,0.2988,0.5912,1,0.6026,1,1,1,0.1143,0.6026,0.3494,1,1,1,1,1,0.090286873,0.725911498,0.437458038,1,1,1,1,1,0.106887192,0.849054158,0.42672202,1,1,1,1,1,0.154747382,0.522318363,0.682092798,0.682039348,0.682180851
-4214,1,0.3382,1,1,1,1,1,1,1,1,0.129,0.3382,0.4243,1,0.2986,1,1,1,1,1,1,0.0128,0.2986,0.5081,1,0.6024,1,1,1,0.0538,0.6024,0.314,1,1,1,1,1,0.0623549,0.648545206,0.647722602,1,1,1,1,1,0.054624058,0.659252048,0.424425423,1,1,1,1,1,0.12475577,0.488299221,0.679374094,0.67950074,0.679521277
-4215,1,0.3376,1,1,1,1,1,1,1,1,0.2007,0.3376,0.3714,1,0.2983,1,1,1,1,1,1,0.0643,0.2983,0.3934,1,0.6021,1,1,1,0.0559,0.6021,0.3115,1,1,1,1,1,0.083440058,0.589224696,0.612799525,1,1,1,1,1,0.049592331,0.489732265,0.124992415,1,1,1,1,1,0.149705574,0.431011856,0.677863702,0.677808335,0.678191489
-4216,1,0.3371,1,1,1,1,1,1,1,1,0.145,0.3371,0.2726,1,0.298,1,1,1,1,1,1,0.0364,0.298,0.2812,1,0.6019,1,1,1,0.0626,0.6019,0.177,1,1,1,1,1,0.059525505,0.46711126,0.639344871,1,1,1,1,1,0.053491451,0.504046977,0.014873037,1,1,1,1,1,0.218417123,0.383673817,0.673695022,0.673577322,0.673758865
-4217,1,0.3365,1,1,1,1,1,1,1,1,0.0947,0.3365,0.1542,1,0.2977,1,1,1,1,1,1,0.0078,0.2977,0.1914,1,0.6017,1,1,1,0.1217,0.6017,0.1294,1,1,1,1,1,0.019149516,0.345799625,0.344304085,1,1,1,1,1,0.029519536,0.40971899,0.055172253,1,1,1,1,1,0.094127931,0.359638989,0.669224263,0.669134758,0.669326241
-4218,1,0.3359,1,1,1,1,1,1,1,1,0.0873,0.3359,0.0637,1,0.2975,1,1,1,1,1,1,0.0344,0.2975,0.0871,1,0.6015,1,1,1,0.1301,0.6015,0.0404,1,1,1,1,1,0.015133962,0.188818023,0.356653154,1,1,1,1,1,0.040389102,0.283831209,0.000361257,1,1,1,1,1,0.148032352,0.139965594,0.65520783,0.655172414,0.655585106
-4219,1,0.3354,1,1,1,1,1,1,1,1,0.0686,0.3354,0.0004,1,0.2972,1,1,1,1,1,1,0.1134,0.2972,0.0176,1,0.6013,1,1,1,0.1192,0.6013,0,1,1,1,1,1,0.049642418,0.002699702,0.488190383,1,1,1,1,1,0.103938565,0.04887924,0,1,1,1,1,1,0.163334429,0,0.63877477,0.638671462,0.639184397
-4220,1,0.3348,1,1,1,1,1,1,1,1,0.099,0.3348,0,1,0.2969,1,1,1,1,1,1,0.2015,0.2969,0,1,0.601,1,1,1,0.1721,0.601,0,1,1,1,1,1,0.15899916,0,0.47196725,1,1,1,1,1,0.216413543,0,0.017050523,1,1,1,1,1,0.191713452,0,0.63599565,0.635921303,0.63608156
-4221,1,0.3342,1,1,1,1,1,1,1,1,0.0941,0.3342,0,1,0.2967,1,1,1,1,1,1,0.1996,0.2967,0,1,0.6008,1,1,1,0.1376,0.6008,0,1,1,1,1,1,0.140183955,0,0.660698175,1,1,1,1,1,0.232576996,0,0.008632723,1,1,1,1,1,0.113444008,0,0.614246013,0.614343135,0.614361702
-4222,1,0.3337,1,1,1,1,1,1,1,1,0.0915,0.3337,0,1,0.2964,1,1,1,1,1,1,0.2699,0.2964,0,1,0.6006,1,1,1,0.1968,0.6006,0,1,1,1,1,1,0.163364753,0,0.388594031,1,1,1,1,1,0.240418851,0,0,1,1,1,1,1,0.08975859,0,0.555944901,0.555955151,0.556294326
-4223,1,0.3331,1,1,1,1,1,1,1,1,0.0581,0.3331,0,1,0.2961,1,1,1,1,1,1,0.5806,0.2961,0,1,0.6004,1,1,1,0.1629,0.6004,0,1,1,1,1,1,0.147887573,0,0.333012491,1,1,1,1,1,0.548021555,0,0.038072255,1,1,1,1,1,0.080213301,0,0.49818753,0.498201819,0.49822695
-4224,1,0.3325,1,1,1,1,1,1,1,1,0.0603,0.3325,0,1,0.2958,1,1,1,1,1,1,0.5003,0.2958,0,1,0.6002,1,1,1,0.154,0.6002,0,1,1,1,1,1,0.121986516,0,0.223267049,1,1,1,1,1,0.499392062,0,0.093199745,1,1,1,1,1,0.088045046,0,0.457346544,0.457372541,0.457446809
-4225,1,0.332,1,1,1,1,1,1,1,1,0.0891,0.332,0,1,0.2956,1,1,1,1,1,1,0.3943,0.2956,0,1,0.5999,1,1,1,0.0953,0.5999,0,1,1,1,1,1,0.147306576,0,0.115742184,1,1,1,1,1,0.394907027,0,0.272800028,1,1,1,1,1,0.059694115,0,0.432576124,0.432621113,0.432624113
-4226,1,0.3314,1,1,1,1,1,1,1,1,0.1126,0.3314,0,1,0.2953,1,1,1,1,1,1,0.3509,0.2953,0,1,0.5997,1,1,1,0.0927,0.5997,0,1,1,1,1,1,0.182819426,0,0.038695127,1,1,1,1,1,0.385900497,0,0.499563396,1,1,1,1,1,0.060552008,0,0.419043016,0.41908187,0.419326241
-4227,1,0.3308,1,1,1,1,1,1,1,1,0.1106,0.3308,0,1,0.295,1,1,1,1,1,1,0.2773,0.295,0,1,0.5995,1,1,1,0.1103,0.5995,0,1,1,1,1,1,0.146626428,0,0.050252944,1,1,1,1,1,0.316981196,0,0.637344003,1,1,1,1,1,0.090112381,0,0.412397293,0.412312249,0.412234043
-4228,1,0.3303,1,1,1,1,1,1,1,1,0.1401,0.3303,0,1,0.2947,1,1,1,1,1,1,0.2767,0.2947,0,1,0.5993,1,1,1,0.0968,0.5993,0,1,1,1,1,1,0.220440999,0,0.20191583,1,1,1,1,1,0.296649158,0,0.68420738,1,1,1,1,1,0.109924406,0,0.418438859,0.418447218,0.418439716
-4229,1,0.3297,1,1,1,1,1,1,1,1,0.1417,0.3297,0.1207,1,0.2945,1,1,1,1,1,1,0.3196,0.2945,0.145,1,0.5991,1,1,1,0.0824,0.5991,0,1,1,1,1,1,0.152731225,0.230652124,0.290930837,1,1,1,1,1,0.306741416,0.25126788,0.709796131,1,1,1,1,1,0.082055643,0.000144555,0.440732238,0.440660038,0.440602837
-4230,1,0.3291,1,1,1,1,1,1,1,1,0.1477,0.3291,0.1022,1,0.2942,1,1,1,1,1,1,0.2581,0.2942,0.1338,1,0.5988,1,1,1,0.0949,0.5988,0.0082,1,1,1,1,1,0.20116438,0.531180263,0.208029717,1,1,1,1,1,0.252004206,0.539397895,0.760868609,1,1,1,1,1,0.133663386,0.178241268,0.494925085,0.494817009,0.495124113
-4231,1,0.3286,1,1,1,1,1,1,1,1,0.0587,0.3286,0.2362,1,0.2939,1,1,1,1,1,1,0.1675,0.2939,0.2663,1,0.5986,1,1,1,0.01,0.5986,0.18,1,1,1,1,1,0.053389281,0.733279407,0.437936693,1,1,1,1,1,0.145281047,0.746178031,1,1,1,1,1,1,0.007588879,0.456070811,0.552440793,0.552570341,0.552748227
-4232,1,0.328,1,1,1,1,1,1,1,1,0.1048,0.328,0.3808,1,0.2936,1,1,1,1,1,1,0.2233,0.2936,0.4101,1,0.5984,1,1,1,0.0093,0.5984,0.3199,1,1,1,1,1,0.129925832,0.768724203,0.630100846,1,1,1,1,1,0.212033391,0.798046112,1,1,1,1,1,1,0.011884114,0.612900198,0.58838811,0.588533954,0.588652482
-4233,1,0.3274,1,1,1,1,1,1,1,1,0.0952,0.3274,0.4803,1,0.2934,1,1,1,1,1,1,0.1499,0.2934,0.5025,1,0.5982,1,1,1,0.0313,0.5982,0.3962,1,1,1,1,1,0.115292139,0.748806179,0.504466474,1,1,1,1,1,0.153599665,0.79525578,1,1,1,1,1,1,0.031186197,0.660035372,0.611587724,0.611804527,0.611702128
-4234,1,0.3269,1,1,1,1,1,1,1,1,0.108,0.3269,0.5357,1,0.2931,1,1,1,1,1,1,0.2782,0.2931,0.5635,1,0.5979,1,1,1,0.039,0.5979,0.4214,1,1,1,1,1,0.151757747,0.727994204,0.439361453,1,1,1,1,1,0.274487525,0.785184622,0.930899262,1,1,1,1,1,0.026292412,0.68329823,0.633639439,0.633805796,0.633865248
-4235,1,0.3263,1,1,1,1,1,1,1,1,0.1316,0.3263,0.5432,1,0.2928,1,1,1,1,1,1,0.3202,0.2928,0.5587,1,0.5977,1,1,1,0.0648,0.5977,0.4538,1,1,1,1,1,0.185021862,0.735778689,0.347412974,1,1,1,1,1,0.324833632,0.764226913,1,1,1,1,1,1,0.070104152,0.684560716,0.64560174,0.645652634,0.645833333
-4236,1,0.3257,1,1,1,1,1,1,1,1,0.1236,0.3257,0.5438,1,0.2925,1,1,1,1,1,1,0.5036,0.2925,0.5235,1,0.5975,1,1,1,0.0428,0.5975,0.4688,1,1,1,1,1,0.151518181,0.737933636,0.411206365,1,1,1,1,1,0.500543654,0.746804893,1,1,1,1,1,1,0.053527232,0.65396899,0.651280812,0.651364502,0.651595745
-4237,1,0.3251,1,1,1,1,1,1,1,1,0.167,0.3251,0.5222,1,0.2923,1,1,1,1,1,1,0.5128,0.2923,0.5203,1,0.5973,1,1,1,0.0556,0.5973,0.4715,1,1,1,1,1,0.247554168,0.712105155,0.802298725,1,1,1,1,1,0.546846628,0.765576541,1,1,1,1,1,1,0.057111192,0.604558885,0.654664089,0.654749312,0.654698582
-4238,1,0.3246,1,1,1,1,1,1,1,1,0.2172,0.3246,0.502,1,0.292,1,1,1,1,1,1,0.4408,0.292,0.5073,1,0.5971,1,1,1,0.1019,0.5971,0.4538,1,1,1,1,1,0.31993863,0.661936045,0.948695838,1,1,1,1,1,0.458730042,0.745941341,1,1,1,1,1,1,0.107275732,0.594790995,0.652670372,0.652633806,0.652925532
-4239,1,0.324,1,1,1,1,1,1,1,1,0.195,0.324,0.413,1,0.2917,1,1,1,1,1,1,0.4128,0.2917,0.4417,1,0.5968,1,1,1,0.1243,0.5968,0.3838,1,1,1,1,1,0.273251593,0.652054906,0.975528955,1,1,1,1,1,0.462335527,0.763454735,1,1,1,1,1,1,0.160563886,0.535702527,0.646205897,0.646287286,0.646276596
-4240,1,0.3234,1,1,1,1,1,1,1,1,0.1776,0.3234,0.3067,1,0.2914,1,1,1,1,1,1,0.5387,0.2914,0.3374,1,0.5966,1,1,1,0.103,0.5966,0.2709,1,1,1,1,1,0.263960481,0.606690705,0.799552679,1,1,1,1,1,0.511781752,0.666902363,1,1,1,1,1,1,0.1261985,0.525466681,0.64282262,0.642902475,0.643173759
-4241,1,0.3229,1,1,1,1,1,1,1,1,0.1815,0.3229,0.1705,1,0.2912,1,1,1,1,1,1,0.4358,0.2912,0.2166,1,0.5964,1,1,1,0.1231,0.5964,0.1508,1,1,1,1,1,0.306880444,0.526119769,0.41961956,1,1,1,1,1,0.419991821,0.594360471,1,1,1,1,1,1,0.144866362,0.406357437,0.637445626,0.637613708,0.637411348
-4242,1,0.3223,1,1,1,1,1,1,1,1,0.2414,0.3223,0.0746,1,0.2909,1,1,1,1,1,1,0.3657,0.2909,0.1064,1,0.5962,1,1,1,0.1938,0.5962,0.0451,1,1,1,1,1,0.398807883,0.298121631,0.932125151,1,1,1,1,1,0.385095119,0.358472437,0.460442662,1,1,1,1,1,0.161762133,0.108215526,0.62318753,0.623228263,0.62322695
-4243,1,0.3217,1,1,1,1,1,1,1,1,0.2719,0.3217,0.0012,1,0.2906,1,1,1,1,1,1,0.2263,0.2906,0.0064,1,0.596,1,1,1,0.162,0.596,0,1,1,1,1,1,0.406930774,0.008524892,0.797150195,1,1,1,1,1,0.256979764,0.012403538,0.722209752,1,1,1,1,1,0.124607511,0,0.609171097,0.609265919,0.609485816
-4244,1,0.3212,1,1,1,1,1,1,1,1,0.2206,0.3212,0,1,0.2904,1,1,1,1,1,1,0.2142,0.2904,0,1,0.5957,1,1,1,0.1995,0.5957,0,1,1,1,1,1,0.411494195,0,0.528430045,1,1,1,1,1,0.242864788,0,0.707452357,1,1,1,1,1,0.182575524,0,0.609291928,0.609265919,0.609485816
-4245,1,0.3206,1,1,1,1,1,1,1,1,0.328,0.3206,0,1,0.2901,1,1,1,1,1,1,0.1483,0.2901,0,1,0.5955,1,1,1,0.1965,0.5955,0,1,1,1,1,1,0.438510627,0,0.906420827,1,1,1,1,1,0.189579725,0,1,1,1,1,1,1,0.201647997,0,0.590563074,0.590649461,0.590868794
-4246,1,0.32,1,1,1,1,1,1,1,1,0.2429,0.32,0,1,0.2898,1,1,1,1,1,1,0.1328,0.2898,0,1,0.5953,1,1,1,0.2113,0.5953,0,1,1,1,1,1,0.296864331,0,0.573798299,1,1,1,1,1,0.146033794,0,0.417640865,1,1,1,1,1,0.247938931,0,0.536853552,0.536704041,0.53679078
-4247,1,0.3195,1,1,1,1,1,1,1,1,0.328,0.3195,0,1,0.2895,1,1,1,1,1,1,0.2999,0.2895,0,1,0.5951,1,1,1,0.2145,0.5951,0,1,1,1,1,1,0.42136842,0,0.491421223,1,1,1,1,1,0.360120028,0,0.283483028,1,1,1,1,1,0.244898304,0,0.480304495,0.480220013,0.480496454
-4248,1,0.3189,1,1,1,1,1,1,1,1,0.437,0.3189,0,1,0.2893,1,1,1,1,1,1,0.4876,0.2893,0,1,0.5948,1,1,1,0.2041,0.5948,0,1,1,1,1,1,0.493652105,0,0.890231967,1,1,1,1,1,0.509060085,0,0.564302087,1,1,1,1,1,0.202780813,0,0.442000967,0.441929342,0.441932624
-4249,1,0.3183,1,1,1,1,1,1,1,1,0.425,0.3183,0,1,0.289,1,1,1,1,1,1,0.2843,0.289,0,1,0.5946,1,1,1,0.2361,0.5946,0,1,1,1,1,1,0.458987802,0,0.840798318,1,1,1,1,1,0.340534836,0,0.61705029,1,1,1,1,1,0.211292773,0,0.418559691,0.418658769,0.418439716
-4250,1,0.3178,1,1,1,1,1,1,1,1,0.3963,0.3178,0,1,0.2887,1,1,1,1,1,1,0.2539,0.2887,0,1,0.5944,1,1,1,0.2421,0.5944,0,1,1,1,1,1,0.401718736,0,0.664237857,1,1,1,1,1,0.347895026,0,0.813390136,1,1,1,1,1,0.247400731,0,0.404543258,0.404696425,0.404698582
-4251,1,0.3172,1,1,1,1,1,1,1,1,0.3567,0.3172,0,1,0.2884,1,1,1,1,1,1,0.1887,0.2884,0,1,0.5942,1,1,1,0.2558,0.5942,0,1,1,1,1,1,0.325392962,0,0.79788065,1,1,1,1,1,0.249425769,0,0.909552097,1,1,1,1,1,0.281958491,0,0.400797487,0.400888513,0.40070922
-4252,1,0.3166,1,1,1,1,1,1,1,1,0.4303,0.3166,0,1,0.2882,1,1,1,1,1,1,0.1586,0.2882,0,1,0.594,1,1,1,0.3089,0.594,0,1,1,1,1,1,0.446727157,0,0.848458827,1,1,1,1,1,0.200823396,0,0.902774334,1,1,1,1,1,0.313622832,0,0.407866119,0.407869685,0.407801418
-4253,1,0.3161,1,1,1,1,1,1,1,1,0.375,0.3161,0.0428,1,0.2879,1,1,1,1,1,1,0.2271,0.2879,0.0797,1,0.5937,1,1,1,0.3313,0.5937,0.0074,1,1,1,1,1,0.398370862,0.073085062,0.881352305,1,1,1,1,1,0.273373902,0.131281406,1,1,1,1,1,1,0.382724404,0.01000403,0.432576124,0.432621113,0.432624113
-4254,1,0.3155,1,1,1,1,1,1,1,1,0.2868,0.3155,0.1073,1,0.2876,1,1,1,1,1,1,0.1801,0.2876,0.1161,1,0.5935,1,1,1,0.3238,0.5935,0.0985,1,1,1,1,1,0.309854716,0.275243819,0.880467534,1,1,1,1,1,0.203456789,0.473010182,0.814975679,1,1,1,1,1,0.368207335,0.220816538,0.487373127,0.487412735,0.48714539
-4255,1,0.3149,1,1,1,1,1,1,1,1,0.2592,0.3149,0.2165,1,0.2873,1,1,1,1,1,1,0.1302,0.2873,0.2643,1,0.5933,1,1,1,0.247,0.5933,0.1985,1,1,1,1,1,0.296534717,0.536165714,0.887020469,1,1,1,1,1,0.152831823,0.731318891,0.843904495,1,1,1,1,1,0.311755151,0.527254581,0.547124215,0.547070023,0.546985816
-4256,1,0.3144,1,1,1,1,1,1,1,1,0.2428,0.3144,0.369,1,0.2871,1,1,1,1,1,1,0.2746,0.2871,0.423,1,0.5931,1,1,1,0.2303,0.5931,0.2864,1,1,1,1,1,0.27233097,0.696089447,0.697787881,1,1,1,1,1,0.278415501,0.866642118,0.698399186,1,1,1,1,1,0.208174571,0.618843555,0.585548574,0.585572245,0.585549645
-4257,1,0.3138,1,1,1,1,1,1,1,1,0.212,0.3138,0.4939,1,0.2868,1,1,1,1,1,1,0.3976,0.2868,0.5249,1,0.5929,1,1,1,0.2264,0.5929,0.3466,1,1,1,1,1,0.328083724,0.825284243,0.401317984,1,1,1,1,1,0.419400454,0.881664634,0.749748468,1,1,1,1,1,0.211483419,0.64178431,0.612373127,0.612439179,0.612588652
-4258,1,0.3132,1,1,1,1,1,1,1,1,0.2024,0.3132,0.5937,1,0.2865,1,1,1,1,1,1,0.5971,0.2865,0.6044,1,0.5926,1,1,1,0.1743,0.5926,0.3947,1,1,1,1,1,0.338831246,0.839011967,0.424452484,1,1,1,1,1,0.571537852,0.756931484,0.51018697,1,1,1,1,1,0.17779623,0.609688997,0.635753987,0.635709752,0.635638298
-4259,1,0.3126,1,1,1,1,1,1,1,1,0.2844,0.3126,0.595,1,0.2862,1,1,1,1,1,1,0.5974,0.2862,0.645,1,0.5924,1,1,1,0.1897,0.5924,0.413,1,1,1,1,1,0.423445106,0.818742156,0.529366791,1,1,1,1,1,0.558297575,0.944596946,0.701546907,1,1,1,1,1,0.180416182,0.65158397,0.650253746,0.650306748,0.650265957
-4260,1,0.3121,1,1,1,1,1,1,1,1,0.3272,0.3121,0.5971,1,0.286,1,1,1,1,1,1,0.514,0.286,0.6586,1,0.5922,1,1,1,0.1414,0.5922,0.4428,1,1,1,1,1,0.424753428,0.820767343,0.771279573,1,1,1,1,1,0.494140625,0.953331709,0.784831285,1,1,1,1,1,0.204430342,0.693499625,0.658047366,0.657922572,0.658244681
-4261,1,0.3115,1,1,1,1,1,1,1,1,0.2279,0.3115,0.5788,1,0.2857,1,1,1,1,1,1,0.379,0.2857,0.6612,1,0.592,1,1,1,0.1394,0.592,0.489,1,1,1,1,1,0.2970002,0.825005293,0.895133376,1,1,1,1,1,0.391819656,0.950716019,0.562667072,1,1,1,1,1,0.231354266,0.689331591,0.66759304,0.667653903,0.667553191
-4262,1,0.3109,1,1,1,1,1,1,1,1,0.2697,0.3109,0.5256,1,0.2854,1,1,1,1,1,1,0.4035,0.2854,0.5838,1,0.5918,1,1,1,0.1259,0.5918,0.4483,1,1,1,1,1,0.26115936,0.76050806,0.919101894,1,1,1,1,1,0.398120672,0.919816852,0.556838751,1,1,1,1,1,0.201551005,0.640240252,0.67079507,0.670827163,0.671099291
-4263,1,0.3104,1,1,1,1,1,1,1,1,0.2105,0.3104,0.4145,1,0.2851,1,1,1,1,1,1,0.4633,0.2851,0.4878,1,0.5915,1,1,1,0.1667,0.5915,0.3872,1,1,1,1,1,0.171027854,0.678677738,0.952709436,1,1,1,1,1,0.401699662,0.878504753,0.852437496,1,1,1,1,1,0.260445535,0.589284182,0.669949251,0.66998096,0.670212766
-4264,1,0.3098,1,1,1,1,1,1,1,1,0.2314,0.3098,0.2927,1,0.2849,1,1,1,1,1,1,0.5683,0.2849,0.3664,1,0.5913,1,1,1,0.1943,0.5913,0.2943,1,1,1,1,1,0.300136447,0.58593291,1,1,1,1,1,1,0.532545567,0.828437924,0.994518399,1,1,1,1,1,0.326628774,0.532039881,0.669103432,0.669134758,0.669326241
-4265,1,0.3092,1,1,1,1,1,1,1,1,0.2334,0.3092,0.1595,1,0.2846,1,1,1,1,1,1,0.3916,0.2846,0.2178,1,0.5911,1,1,1,0.2232,0.5911,0.159,1,1,1,1,1,0.257691205,0.456188172,1,1,1,1,1,1,0.428370535,0.746840477,0.990377069,1,1,1,1,1,0.368248045,0.450044721,0.664028516,0.664057542,0.664450355
-4266,1,0.3087,1,1,1,1,1,1,1,1,0.1503,0.3087,0.064,1,0.2843,1,1,1,1,1,1,0.1404,0.2843,0.1144,1,0.5909,1,1,1,0.2016,0.5909,0.0774,1,1,1,1,1,0.156605288,0.252613097,0.953237653,1,1,1,1,1,0.171357304,0.521312475,1,1,1,1,1,1,0.378324777,0.28605482,0.649710005,0.649672096,0.649822695
-4267,1,0.3081,1,1,1,1,1,1,1,1,0.1353,0.3081,0.0001,1,0.2841,1,1,1,1,1,1,0.1562,0.2841,0.0513,1,0.5906,1,1,1,0.1993,0.5906,0.0142,1,1,1,1,1,0.182268769,0.00020588,0.805970669,1,1,1,1,1,0.186420873,0.160699308,1,1,1,1,1,1,0.401483774,0,0.635874819,0.635921303,0.63608156
-4268,1,0.3075,1,1,1,1,1,1,1,1,0.1047,0.3075,0,1,0.2838,1,1,1,1,1,1,0.2412,0.2838,0,1,0.5904,1,1,1,0.195,0.5904,0,1,1,1,1,1,0.240582496,0,0.574524105,1,1,1,1,1,0.259112328,0,1,1,1,1,1,1,0.386291087,0,0.634424843,0.634440448,0.634751773
-4269,1,0.307,1,1,1,1,1,1,1,1,0.1732,0.307,0,1,0.2835,1,1,1,1,1,1,0.1592,0.2835,0,1,0.5902,1,1,1,0.1769,0.5902,0,1,1,1,1,1,0.309891701,0,0.663059413,1,1,1,1,1,0.213044971,0,1,1,1,1,1,1,0.371260434,0,0.619562591,0.619631902,0.619680851
-4270,1,0.3064,1,1,1,1,1,1,1,1,0.1059,0.3064,0,1,0.2832,1,1,1,1,1,1,0.1405,0.2832,0,1,0.59,1,1,1,0.1921,0.59,0,1,1,1,1,1,0.17971991,0,0.539870322,1,1,1,1,1,0.160234049,0,0.573001564,1,1,1,1,1,0.448594004,0,0.564221846,0.564205627,0.56427305
-4271,1,0.3058,1,1,1,1,1,1,1,1,0.1639,0.3058,0,1,0.283,1,1,1,1,1,1,0.2787,0.283,0,1,0.5898,1,1,1,0.2071,0.5898,0,1,1,1,1,1,0.28555581,0,0.744543791,1,1,1,1,1,0.34653455,0,0.618400812,1,1,1,1,1,0.407615036,0,0.506283229,0.506240745,0.506205674
-4272,1,0.3053,1,1,1,1,1,1,1,1,0.1989,0.3053,0,1,0.2827,1,1,1,1,1,1,0.2234,0.2827,0,1,0.5895,1,1,1,0.1849,0.5895,0,1,1,1,1,1,0.303422213,0,0.762862027,1,1,1,1,1,0.336600661,0,0.624681413,1,1,1,1,1,0.353314847,0,0.463750604,0.463719061,0.464095745
-4273,1,0.3047,1,1,1,1,1,1,1,1,0.2745,0.3047,0,1,0.2824,1,1,1,1,1,1,0.29,0.2824,0,1,0.5893,1,1,1,0.1567,0.5893,0,1,1,1,1,1,0.422449887,0,0.76888442,1,1,1,1,1,0.414323986,0,0.675179601,1,1,1,1,1,0.293166518,0,0.437953117,0.437909879,0.437943262
-4274,1,0.3041,1,1,1,1,1,1,1,1,0.2604,0.3041,0,1,0.2821,1,1,1,1,1,1,0.4065,0.2821,0,1,0.5891,1,1,1,0.1887,0.5891,0,1,1,1,1,1,0.441602826,0,0.628555834,1,1,1,1,1,0.513967693,0,0.635119915,1,1,1,1,1,0.320617616,0,0.422970034,0.422889782,0.42287234
-4275,1,0.3036,1,1,1,1,1,1,1,1,0.2636,0.3036,0,1,0.2819,1,1,1,1,1,1,0.3364,0.2819,0,1,0.5889,1,1,1,0.16,0.5889,0,1,1,1,1,1,0.454292446,0,0.541705489,1,1,1,1,1,0.488878787,0,0.63337779,1,1,1,1,1,0.279711604,0,0.415115998,0.415062407,0.415336879
-4276,1,0.303,1,1,1,1,1,1,1,1,0.2146,0.303,0,1,0.2816,1,1,1,1,1,1,0.1909,0.2816,0,1,0.5887,1,1,1,0.1077,0.5887,0,1,1,1,1,1,0.308058292,0,0.77933228,1,1,1,1,1,0.279996932,0,0.330293983,1,1,1,1,1,0.192585766,0,0.421459642,0.421620478,0.421542553
-4277,1,0.3024,1,1,1,1,1,1,1,1,0.1811,0.3024,0.1196,1,0.2813,1,1,1,1,1,1,0.0777,0.2813,0.1791,1,0.5884,1,1,1,0.1134,0.5884,0.0417,1,1,1,1,1,0.236174613,0.270144701,0.591749549,1,1,1,1,1,0.088785686,0.295191467,0.218188494,1,1,1,1,1,0.206148759,0.182109877,0.445142581,0.445102602,0.445035461
-4278,1,0.3019,1,1,1,1,1,1,1,1,0.1082,0.3019,0.0917,1,0.281,1,1,1,1,1,1,0.08,0.281,0.1294,1,0.5882,1,1,1,0.1072,0.5882,0.104,1,1,1,1,1,0.151900515,0.595791638,0.342646718,1,1,1,1,1,0.105791546,0.627202332,0.225848183,1,1,1,1,1,0.219007626,0.464422554,0.502114548,0.502009731,0.502216312
-4279,1,0.3013,1,1,1,1,1,1,1,1,0.111,0.3013,0.2305,1,0.2808,1,1,1,1,1,1,0.1552,0.2808,0.2651,1,0.588,1,1,1,0.1156,0.588,0.2212,1,1,1,1,1,0.179378659,0.80538702,0.466968417,1,1,1,1,1,0.167856634,0.832579672,0.332618326,1,1,1,1,1,0.20215787,0.693092883,0.569900918,0.569917495,0.570035461
-4280,1,0.3007,1,1,1,1,1,1,1,1,0.0885,0.3007,0.392,1,0.2805,1,1,1,1,1,1,0.1474,0.2805,0.4225,1,0.5878,1,1,1,0.1455,0.5878,0.3741,1,1,1,1,1,0.142288238,0.869440794,0.340480387,1,1,1,1,1,0.155781776,0.902613759,0.206513882,1,1,1,1,1,0.288880944,0.830290914,0.61762929,0.617727946,0.617907801
-4281,1,0.3001,1,1,1,1,1,1,1,1,0.0774,0.3001,0.5141,1,0.2802,1,1,1,1,1,1,0.1043,0.2802,0.5401,1,0.5876,1,1,1,0.1632,0.5876,0.4889,1,1,1,1,1,0.147448972,0.900569797,0.2817747,1,1,1,1,1,0.101018436,0.925599217,0.207899749,1,1,1,1,1,0.305734128,0.794544458,0.652247463,0.652210704,0.652039007
-4282,1,0.2996,1,1,1,1,1,1,1,1,0.0962,0.2996,0.6074,1,0.2799,1,1,1,1,1,1,0.0839,0.2799,0.6252,1,0.5873,1,1,1,0.1257,0.5873,0.5439,1,1,1,1,1,0.166275263,0.906845391,0.238735586,1,1,1,1,1,0.074035034,0.932304263,0.213445544,1,1,1,1,1,0.230006829,0.817576051,0.682999033,0.683097102,0.683510638
-4283,1,0.299,1,1,1,1,1,1,1,1,0.1207,0.299,0.6526,1,0.2797,1,1,1,1,1,1,0.0743,0.2797,0.668,1,0.5871,1,1,1,0.1024,0.5871,0.5149,1,1,1,1,1,0.155932799,0.917341948,0.307804346,1,1,1,1,1,0.07000798,0.941357255,0.139452368,1,1,1,1,1,0.183474332,0.818089247,0.705111165,0.705098371,0.705230496
-4284,1,0.2984,1,1,1,1,1,1,1,1,0.1079,0.2984,0.6509,1,0.2794,1,1,1,1,1,1,0.0923,0.2794,0.6618,1,0.5869,1,1,1,0.074,0.5869,0.5389,1,1,1,1,1,0.129676566,0.908462405,0.308719456,1,1,1,1,1,0.078143045,0.920594275,0.033576179,1,1,1,1,1,0.103751704,0.811632991,0.720879652,0.720964671,0.721187943
-4285,1,0.2979,1,1,1,1,1,1,1,1,0.1205,0.2979,0.643,1,0.2791,1,1,1,1,1,1,0.0497,0.2791,0.656,1,0.5867,1,1,1,0.077,0.5867,0.5697,1,1,1,1,1,0.079697758,0.898694515,0.19890517,1,1,1,1,1,0.045039229,0.915199876,0.056495812,1,1,1,1,1,0.10465958,0.813816726,0.734352344,0.734503914,0.734485816
-4286,1,0.2973,1,1,1,1,1,1,1,1,0.1144,0.2973,0.5701,1,0.2788,1,1,1,1,1,1,0.0462,0.2788,0.5945,1,0.5864,1,1,1,0.0971,0.5864,0.5234,1,1,1,1,1,0.041324321,0.880804598,0.27988404,1,1,1,1,1,0.048591033,0.89135164,0.277441889,1,1,1,1,1,0.137355939,0.827561498,0.747462542,0.747620055,0.747783688
-4287,1,0.2967,1,1,1,1,1,1,1,1,0.1021,0.2967,0.4684,1,0.2786,1,1,1,1,1,1,0.0206,0.2786,0.4964,1,0.5862,1,1,1,0.107,0.5862,0.4227,1,1,1,1,1,0.021883609,0.868550658,0.346515417,1,1,1,1,1,0.03398088,0.858320415,0.486922503,1,1,1,1,1,0.19329457,0.795151889,0.756222813,0.756293632,0.756648936
-4288,1,0.2962,1,1,1,1,1,1,1,1,0.1262,0.2962,0.3352,1,0.2783,1,1,1,1,1,1,0.0133,0.2783,0.3775,1,0.586,1,1,1,0.0759,0.586,0.3105,1,1,1,1,1,0.042491637,0.85143286,0.604572356,1,1,1,1,1,0.029370319,0.838955164,0.324581176,1,1,1,1,1,0.124528438,0.762142777,0.766795553,0.766871166,0.766843972
-4289,1,0.2956,1,1,1,1,1,1,1,1,0.1573,0.2956,0.1631,1,0.278,1,1,1,1,1,1,0.0164,0.278,0.2189,1,0.5858,1,1,1,0.0724,0.5858,0.1537,1,1,1,1,1,0.059621654,0.768808246,0.914089084,1,1,1,1,1,0.045335934,0.744909286,0.368489563,1,1,1,1,1,0.125129819,0.713109076,0.767883035,0.767928919,0.768173759
-4290,1,0.295,1,1,1,1,1,1,1,1,0.226,0.295,0.0781,1,0.2778,1,1,1,1,1,1,0.0007,0.2778,0.1124,1,0.5856,1,1,1,0.0754,0.5856,0.0771,1,1,1,1,1,0.094325721,0.539532423,0.946152687,1,1,1,1,1,0.028215906,0.520884573,0.41291362,1,1,1,1,1,0.136180967,0.473078787,0.753504108,0.753755024,0.753546099
-4291,1,0.2945,1,1,1,1,1,1,1,1,0.1803,0.2945,0.0021,1,0.2775,1,1,1,1,1,1,0,0.2775,0.0028,1,0.5853,1,1,1,0.0665,0.5853,0.0117,1,1,1,1,1,0.09179727,0.001078435,0.516059279,1,1,1,1,1,0.021397648,0.000903821,0.173507079,1,1,1,1,1,0.187071621,0,0.73078782,0.730696002,0.730939716
-4292,1,0.2939,1,1,1,1,1,1,1,1,0.1813,0.2939,0,1,0.2772,1,1,1,1,1,1,0.0297,0.2772,0,1,0.5851,1,1,1,0.0761,0.5851,0,1,1,1,1,1,0.088599756,0,0.579195917,1,1,1,1,1,0.051748306,0,0.22815761,1,1,1,1,1,0.258184642,0,0.72341711,0.723503279,0.723847518
-4293,1,0.2933,1,1,1,1,1,1,1,1,0.2399,0.2933,0,1,0.2769,1,1,1,1,1,1,0.127,0.2769,0,1,0.5849,1,1,1,0.1101,0.5849,0,1,1,1,1,1,0.153596655,0,0.400301933,1,1,1,1,1,0.133470327,0,0.551561832,1,1,1,1,1,0.359150797,0,0.705715321,0.705733023,0.706117021
-4294,1,0.2928,1,1,1,1,1,1,1,1,0.2709,0.2928,0,1,0.2767,1,1,1,1,1,1,0.1274,0.2767,0,1,0.5847,1,1,1,0.1628,0.5847,0,1,1,1,1,1,0.162515417,0,0.588119268,1,1,1,1,1,0.136888236,0,0.87109375,1,1,1,1,1,0.44486928,0,0.642218463,0.642267823,0.642287234
-4295,1,0.2922,1,1,1,1,1,1,1,1,0.2544,0.2922,0,1,0.2764,1,1,1,1,1,1,0.1743,0.2764,0,1,0.5845,1,1,1,0.1886,0.5845,0,1,1,1,1,1,0.152713865,0,0.388605118,1,1,1,1,1,0.155075192,0,0.47088486,1,1,1,1,1,0.539480507,0,0.573888352,0.573725407,0.574024823
-4296,1,0.2916,1,1,1,1,1,1,1,1,0.2591,0.2916,0,1,0.2761,1,1,1,1,1,1,0.1698,0.2761,0,1,0.5842,1,1,1,0.1889,0.5842,0,1,1,1,1,1,0.140215337,0,0.458955109,1,1,1,1,1,0.159679979,0,0.528171301,1,1,1,1,1,0.525805652,0,0.521930884,0.521895494,0.522163121
-4297,1,0.2911,1,1,1,1,1,1,1,1,0.2516,0.2911,0,1,0.2758,1,1,1,1,1,1,0.1669,0.2758,0,1,0.584,1,1,1,0.1293,0.584,0,1,1,1,1,1,0.131026074,0,0.663236678,1,1,1,1,1,0.176993996,0,0.875494242,1,1,1,1,1,0.383833915,0,0.489971,0.489951343,0.489804965
-4298,1,0.2905,1,1,1,1,1,1,1,1,0.2381,0.2905,0,1,0.2756,1,1,1,1,1,1,0.4202,0.2756,0,1,0.5838,1,1,1,0.1333,0.5838,0,1,1,1,1,1,0.129429191,0,0.934209704,1,1,1,1,1,0.390413642,0,1,1,1,1,1,1,0.342785239,0,0.471060899,0.471123334,0.471187943
-4299,1,0.2899,1,1,1,1,1,1,1,1,0.1684,0.2899,0,1,0.2753,1,1,1,1,1,1,0.3948,0.2753,0,1,0.5836,1,1,1,0.1305,0.5836,0,1,1,1,1,1,0.071574777,0,0.920388222,1,1,1,1,1,0.377456129,0,1,1,1,1,1,1,0.337733865,0,0.462481875,0.462449757,0.462322695
-4300,1,0.2894,1,1,1,1,1,1,1,1,0.1412,0.2894,0,1,0.275,1,1,1,1,1,1,0.1839,0.275,0,1,0.5834,1,1,1,0.1459,0.5834,0,1,1,1,1,1,0.055776194,0,0.899468303,1,1,1,1,1,0.180641934,0,0.904840887,1,1,1,1,1,0.333979249,0,0.467919285,0.467950074,0.468085106
-4301,1,0.2888,1,1,1,1,1,1,1,1,0.0995,0.2888,0.0147,1,0.2747,1,1,1,1,1,1,0.2542,0.2747,0.0002,1,0.5831,1,1,1,0.1362,0.5831,0.0029,1,1,1,1,1,0.054279581,0.006780986,0.834481359,1,1,1,1,1,0.246338993,0.000346861,0.97284925,1,1,1,1,1,0.355522633,0.010064389,0.493112615,0.493124603,0.493351064
-4302,1,0.2882,1,1,1,1,1,1,1,1,0.1222,0.2882,0.0785,1,0.2745,1,1,1,1,1,1,0.324,0.2745,0.049,1,0.5829,1,1,1,0.0953,0.5829,0.0703,1,1,1,1,1,0.078795932,0.102621913,0.972747803,1,1,1,1,1,0.30944404,0.057927739,1,1,1,1,1,1,0.285252392,0.16389221,0.547063799,0.547070023,0.546985816
-4303,1,0.2876,1,1,1,1,1,1,1,1,0.1065,0.2876,0.1559,1,0.2742,1,1,1,1,1,1,0.31,0.2742,0.159,1,0.5827,1,1,1,0.1867,0.5827,0.2015,1,1,1,1,1,0.180195227,0.233276963,0.985759735,1,1,1,1,1,0.310873359,0.277321517,0.939449787,1,1,1,1,1,0.420548767,0.309961259,0.612675205,0.612862281,0.612588652
-4304,1,0.2871,1,1,1,1,1,1,1,1,0.1023,0.2871,0.2278,1,0.2739,1,1,1,1,1,1,0.0748,0.2739,0.3285,1,0.5825,1,1,1,0.1817,0.5825,0.3185,1,1,1,1,1,0.132339612,0.410266727,0.978679895,1,1,1,1,1,0.07345771,0.642117739,0.684387445,1,1,1,1,1,0.398414463,0.371227741,0.655509908,0.655595515,0.656028369
-4305,1,0.2865,1,1,1,1,1,1,1,1,0.0343,0.2865,0.3812,1,0.2736,1,1,1,1,1,1,0.026,0.2736,0.4663,1,0.5822,1,1,1,0.1289,0.5822,0.5089,1,1,1,1,1,0.01550984,0.63799423,0.944377184,1,1,1,1,1,0.022098437,0.782066703,1,1,1,1,1,1,0.253026843,0.539760232,0.685173997,0.685212608,0.685283688
-4306,1,0.2859,1,1,1,1,1,1,1,1,0.0127,0.2859,0.5423,1,0.2734,1,1,1,1,1,1,0.0147,0.2734,0.5564,1,0.582,1,1,1,0.0456,0.582,0.5881,1,1,1,1,1,0.003249776,0.83178854,0.788831651,1,1,1,1,1,0.016583342,0.825554669,0.071594507,1,1,1,1,1,0.023036255,0.845782995,0.716771387,0.716733658,0.717198582
-4307,1,0.2854,1,1,1,1,1,1,1,1,0.01,0.2854,0.5978,1,0.2731,1,1,1,1,1,1,0.0073,0.2731,0.622,1,0.5818,1,1,1,0.1889,0.5818,0.6293,1,1,1,1,1,0.007955587,0.869488716,0.774668217,1,1,1,1,1,0.009757258,0.88591516,1,1,1,1,1,1,0.272609711,0.899610758,0.751752054,0.751851068,0.75177305
-4308,1,0.2848,1,1,1,1,1,1,1,1,0.0771,0.2848,0.6228,1,0.2728,1,1,1,1,1,1,0.0044,0.2728,0.6377,1,0.5816,1,1,1,0.1846,0.5816,0.6524,1,1,1,1,1,0.069321781,0.892356932,0.221565366,1,1,1,1,1,0.006357149,0.895022631,0.669207096,1,1,1,1,1,0.238991931,0.901941001,0.78661189,0.786756928,0.78679078
-4309,1,0.2842,1,1,1,1,1,1,1,1,0.0831,0.2842,0.6322,1,0.2726,1,1,1,1,1,1,0.0775,0.2726,0.6379,1,0.5814,1,1,1,0.2504,0.5814,0.6264,1,1,1,1,1,0.090944611,0.899011135,0.257440448,1,1,1,1,1,0.081550673,0.897852957,0.486547917,1,1,1,1,1,0.313300222,0.909263492,0.824250846,0.824412947,0.824468085
-4310,1,0.2837,1,1,1,1,1,1,1,1,0.2087,0.2837,0.569,1,0.2723,1,1,1,1,1,1,0.208,0.2723,0.5803,1,0.5811,1,1,1,0.279,0.5811,0.5661,1,1,1,1,1,0.166515157,0.880627036,0.850317359,1,1,1,1,1,0.227537811,0.877468884,0.990335107,1,1,1,1,1,0.385358542,0.896064103,0.853673272,0.853606939,0.854166667
-4311,1,0.2831,1,1,1,1,1,1,1,1,0.3597,0.2831,0.4645,1,0.272,1,1,1,1,1,1,0.4812,0.272,0.4878,1,0.5809,1,1,1,0.3888,0.5809,0.4539,1,1,1,1,1,0.315552652,0.853583455,0.998671472,1,1,1,1,1,0.455698758,0.85043329,1,1,1,1,1,1,0.442576438,0.867812693,0.870710488,0.870742543,0.871010638
-4312,1,0.2825,1,1,1,1,1,1,1,1,0.4805,0.2825,0.3287,1,0.2717,1,1,1,1,1,1,0.5025,0.2717,0.3666,1,0.5807,1,1,1,0.3692,0.5807,0.3117,1,1,1,1,1,0.523374736,0.820938408,1,1,1,1,1,1,0.45617485,0.811438501,1,1,1,1,1,1,0.363101035,0.806293726,0.88460609,0.884704887,0.884751773
-4313,1,0.282,1,1,1,1,1,1,1,1,0.4159,0.282,0.1604,1,0.2715,1,1,1,1,1,1,0.4306,0.2715,0.2138,1,0.5805,1,1,1,0.2766,0.5805,0.142,1,1,1,1,1,0.539542258,0.746721029,1,1,1,1,1,1,0.412150264,0.730700254,1,1,1,1,1,1,0.273326367,0.702251852,0.884908168,0.884916437,0.885195035
-4314,1,0.2814,1,1,1,1,1,1,1,1,0.3468,0.2814,0.0747,1,0.2712,1,1,1,1,1,1,0.222,0.2712,0.1071,1,0.5803,1,1,1,0.2073,0.5803,0.0632,1,1,1,1,1,0.510194838,0.547814429,0.953757167,1,1,1,1,1,0.216508597,0.532183528,1,1,1,1,1,1,0.285885751,0.430021584,0.864971,0.865030675,0.865248227
-4315,1,0.2808,1,1,1,1,1,1,1,1,0.2421,0.2808,0.0929,1,0.2709,1,1,1,1,1,1,0.0737,0.2709,0.1388,1,0.58,1,1,1,0.1891,0.58,0.1191,1,1,1,1,1,0.359747142,0.17146942,0.998730004,1,1,1,1,1,0.126646146,0.182459816,1,1,1,1,1,1,0.383231759,0.016231064,0.831863219,0.83181722,0.832003546
-4316,1,0.2803,1,1,1,1,1,1,1,1,0.31,0.2803,0,1,0.2706,1,1,1,1,1,1,0.2136,0.2706,0,1,0.5798,1,1,1,0.1858,0.5798,0,1,1,1,1,1,0.443373233,0,0.841405272,1,1,1,1,1,0.26692462,0,1,1,1,1,1,1,0.309484273,0,0.807938618,0.807911995,0.808067376
-4317,1,0.2797,1,1,1,1,1,1,1,1,0.2666,0.2797,0,1,0.2704,1,1,1,1,1,1,0.1918,0.2704,0,1,0.5796,1,1,1,0.1731,0.5796,0,1,1,1,1,1,0.436429977,0,0.853706837,1,1,1,1,1,0.341259301,0,1,1,1,1,1,1,0.392590374,0,0.776039149,0.776179395,0.776595745
-4318,1,0.2791,1,1,1,1,1,1,1,1,0.1682,0.2791,0,1,0.2701,1,1,1,1,1,1,0.252,0.2701,0,1,0.5794,1,1,1,0.1825,0.5794,0,1,1,1,1,1,0.363704175,0,0.963898003,1,1,1,1,1,0.401889592,0,1,1,1,1,1,1,0.418049395,0,0.704748671,0.70467527,0.704787234
-4319,1,0.2786,1,1,1,1,1,1,1,1,0.2581,0.2786,0,1,0.2698,1,1,1,1,1,1,0.207,0.2698,0,1,0.5791,1,1,1,0.2892,0.5791,0,1,1,1,1,1,0.516370177,0,0.958604932,1,1,1,1,1,0.253880739,0,1,1,1,1,1,1,0.637393892,0,0.627114548,0.627036175,0.627216312
-4320,1,0.278,1,1,1,1,1,1,1,1,0.2474,0.278,0,1,0.2695,1,1,1,1,1,1,0.1911,0.2695,0,1,0.5789,1,1,1,0.3214,0.5789,0,1,1,1,1,1,0.492910951,0,0.703931332,1,1,1,1,1,0.203007177,0,0.400691658,1,1,1,1,1,0.666787088,0,0.565188497,0.565263381,0.565159574
-4321,1,0.2774,1,1,1,1,1,1,1,1,0.2089,0.2774,0,1,0.2693,1,1,1,1,1,1,0.2208,0.2693,0,1,0.5787,1,1,1,0.2384,0.5787,0,1,1,1,1,1,0.416543305,0,0.277879417,1,1,1,1,1,0.21910584,0,0.02307906,1,1,1,1,1,0.559486151,0,0.522474625,0.522530146,0.522606383
-4322,1,0.2769,1,1,1,1,1,1,1,1,0.2616,0.2769,0,1,0.269,1,1,1,1,1,1,0.2987,0.269,0,1,0.5785,1,1,1,0.2006,0.5785,0,1,1,1,1,1,0.477190852,0,0.057040956,1,1,1,1,1,0.334396183,0,0,1,1,1,1,1,0.508150518,0,0.49359594,0.493759255,0.493794326
-4323,1,0.2763,1,1,1,1,1,1,1,1,0.2961,0.2763,0,1,0.2687,1,1,1,1,1,1,0.492,0.2687,0,1,0.5783,1,1,1,0.2298,0.5783,0,1,1,1,1,1,0.549577594,0,0.038895346,1,1,1,1,1,0.478565037,0,0.156229064,1,1,1,1,1,0.519069552,0,0.47577332,0.475777449,0.47606383
-4324,1,0.2757,1,1,1,1,1,1,1,1,0.3565,0.2757,0,1,0.2684,1,1,1,1,1,1,0.3726,0.2684,0,1,0.578,1,1,1,0.1735,0.578,0,1,1,1,1,1,0.588820219,0,0.205128402,1,1,1,1,1,0.399203002,0,0.423158109,1,1,1,1,1,0.377447516,0,0.468281779,0.468373175,0.468085106
-4325,1,0.2751,1,1,1,1,1,1,1,1,0.2758,0.2751,0.1443,1,0.2682,1,1,1,1,1,1,0.4248,0.2682,0.1423,1,0.5778,1,1,1,0.139,0.5778,0.1645,1,1,1,1,1,0.420443773,0.289319009,0.356508255,1,1,1,1,1,0.482277364,0.251814634,1,1,1,1,1,1,0.295281738,0.404203355,0.464958917,0.464988365,0.46498227
-4326,1,0.2746,1,1,1,1,1,1,1,1,0.2893,0.2746,0.0982,1,0.2679,1,1,1,1,1,1,0.2507,0.2679,0.1288,1,0.5776,1,1,1,0.0958,0.5776,0.0733,1,1,1,1,1,0.300447404,0.626626611,0.831567407,1,1,1,1,1,0.310714155,0.588346183,0.732802629,1,1,1,1,1,0.256696761,0.690002382,0.493475109,0.493547705,0.493794326
-4327,1,0.274,1,1,1,1,1,1,1,1,0.2069,0.274,0.2283,1,0.2676,1,1,1,1,1,1,0.1237,0.2676,0.2595,1,0.5774,1,1,1,0.0677,0.5774,0.2176,1,1,1,1,1,0.18763499,0.802948236,1,1,1,1,1,1,0.126517192,0.806666553,0.273111552,1,1,1,1,1,0.195821345,0.846673071,0.549903335,0.549820182,0.550088652
-4328,1,0.2734,1,1,1,1,1,1,1,1,0.1628,0.2734,0.3865,1,0.2673,1,1,1,1,1,1,0.0675,0.2673,0.4111,1,0.5772,1,1,1,0.045,0.5772,0.3892,1,1,1,1,1,0.145848066,0.875485778,0.653779984,1,1,1,1,1,0.062039685,0.889373362,0.076530896,1,1,1,1,1,0.129677087,0.89114362,0.615152247,0.615189338,0.615248227
-4329,1,0.2729,1,1,1,1,1,1,1,1,0.1936,0.2729,0.5162,1,0.2671,1,1,1,1,1,1,0.2412,0.2671,0.525,1,0.5769,1,1,1,0.0589,0.5769,0.5208,1,1,1,1,1,0.208922058,0.913387716,0.354706347,1,1,1,1,1,0.197369426,0.889635444,0.281253427,1,1,1,1,1,0.134820312,0.907586932,0.672003383,0.672096467,0.671985816
-4330,1,0.2723,1,1,1,1,1,1,1,1,0.2514,0.2723,0.6098,1,0.2668,1,1,1,1,1,1,0.2548,0.2668,0.6027,1,0.5767,1,1,1,0.0706,0.5767,0.6183,1,1,1,1,1,0.318274826,0.920982957,0.27969709,1,1,1,1,1,0.235273987,0.899205923,0.418275684,1,1,1,1,1,0.143854007,0.914351344,0.716650556,0.716733658,0.716755319
-4331,1,0.2717,1,1,1,1,1,1,1,1,0.2519,0.2717,0.6572,1,0.2665,1,1,1,1,1,1,0.2642,0.2665,0.6716,1,0.5765,1,1,1,0.0751,0.5765,0.6552,1,1,1,1,1,0.341128528,0.918417394,0.200960904,1,1,1,1,1,0.26530689,0.940516472,0.217954189,1,1,1,1,1,0.108461857,0.87203747,0.745650072,0.745716099,0.746010638
-4332,1,0.2712,1,1,1,1,1,1,1,1,0.1864,0.2712,0.6208,1,0.2663,1,1,1,1,1,1,0.2336,0.2663,0.6504,1,0.5763,1,1,1,0.1573,0.5763,0.6528,1,1,1,1,1,0.298371673,0.879889309,0.177826047,1,1,1,1,1,0.238896444,0.925871789,0.089835078,1,1,1,1,1,0.208983883,0.78959322,0.762989367,0.763063254,0.763297872
-4333,1,0.2706,1,1,1,1,1,1,1,1,0.1708,0.2706,0.59,1,0.266,1,1,1,1,1,1,0.3131,0.266,0.6406,1,0.5761,1,1,1,0.2307,0.5761,0.6425,1,1,1,1,1,0.311759472,0.779056549,0.200698987,1,1,1,1,1,0.282439083,0.918954432,0.016156023,1,1,1,1,1,0.363407075,0.818975985,0.776280812,0.776390946,0.776595745
-4334,1,0.27,1,1,1,1,1,1,1,1,0.1951,0.27,0.5564,1,0.2657,1,1,1,1,1,1,0.1812,0.2657,0.5846,1,0.5758,1,1,1,0.2762,0.5758,0.5726,1,1,1,1,1,0.254395485,0.813568652,0.263671786,1,1,1,1,1,0.157960817,0.881995201,0.001350785,1,1,1,1,1,0.465735823,0.723672032,0.786128565,0.786122276,0.786347518
-4335,1,0.2695,1,1,1,1,1,1,1,1,0.2189,0.2695,0.4649,1,0.2654,1,1,1,1,1,1,0.1528,0.2654,0.4911,1,0.5756,1,1,1,0.2376,0.5756,0.4583,1,1,1,1,1,0.233000711,0.815057397,0.247384071,1,1,1,1,1,0.133135051,0.834253252,0.047164403,1,1,1,1,1,0.431096196,0.857474566,0.796157564,0.796065158,0.796099291
-4336,1,0.2689,1,1,1,1,1,1,1,1,0.2812,0.2689,0.328,1,0.2652,1,1,1,1,1,1,0.3118,0.2652,0.3458,1,0.5754,1,1,1,0.1594,0.5754,0.3124,1,1,1,1,1,0.280998737,0.788849354,0.213841826,1,1,1,1,1,0.264760405,0.606976986,0.253175139,1,1,1,1,1,0.322912097,0.798961103,0.803769937,0.803680982,0.804078014
-4337,1,0.2683,1,1,1,1,1,1,1,1,0.2933,0.2683,0.1655,1,0.2649,1,1,1,1,1,1,0.2588,0.2649,0.2061,1,0.5752,1,1,1,0.1302,0.5752,0.1386,1,1,1,1,1,0.229681134,0.588640213,0.168574482,1,1,1,1,1,0.220367044,0.447969764,0.351627231,1,1,1,1,1,0.291544378,0.726010203,0.801292895,0.801353924,0.801861702
-4338,1,0.2678,1,1,1,1,1,1,1,1,0.2845,0.2678,0.0849,1,0.2646,1,1,1,1,1,1,0.136,0.2646,0.095,1,0.5749,1,1,1,0.1324,0.5749,0.0669,1,1,1,1,1,0.19780764,0.313896179,0.533970714,1,1,1,1,1,0.135628283,0.34918493,0.553844571,1,1,1,1,1,0.234789312,0.491755486,0.783530691,0.783583668,0.783687943
-4339,1,0.2672,1,1,1,1,1,1,1,1,0.2202,0.2672,0.0224,1,0.2643,1,1,1,1,1,1,0.0808,0.2643,0.0588,1,0.5747,1,1,1,0.1282,0.5747,0.1552,1,1,1,1,1,0.217588395,0.092716709,0.486112058,1,1,1,1,1,0.110071927,0.12897867,0.421374917,1,1,1,1,1,0.291740268,0.102779813,0.758337361,0.758409139,0.758421986
-4340,1,0.2666,1,1,1,1,1,1,1,1,0.1938,0.2666,0,1,0.2641,1,1,1,1,1,1,0.1349,0.2641,0,1,0.5745,1,1,1,0.1581,0.5745,0,1,1,1,1,1,0.219159305,0,0.375302136,1,1,1,1,1,0.174228072,0,0.618146062,1,1,1,1,1,0.325332403,0,0.743052199,0.743177491,0.743351064
-4341,1,0.2661,1,1,1,1,1,1,1,1,0.2397,0.2661,0,1,0.2638,1,1,1,1,1,1,0.3361,0.2638,0,1,0.5743,1,1,1,0.1711,0.5743,0,1,1,1,1,1,0.297668159,0,0.843924642,1,1,1,1,1,0.409149379,0,1,1,1,1,1,1,0.335006446,0,0.728673272,0.728792046,0.728723404
-4342,1,0.2655,1,1,1,1,1,1,1,1,0.2275,0.2655,0,1,0.2635,1,1,1,1,1,1,0.4379,0.2635,0,1,0.5741,1,1,1,0.0588,0.5741,0,1,1,1,1,1,0.244628772,0,1,1,1,1,1,1,0.535847425,0,1,1,1,1,1,1,0.129554391,0,0.675990817,0.675904379,0.675975177
-4343,1,0.2649,1,1,1,1,1,1,1,1,0.2454,0.2649,0,1,0.2632,1,1,1,1,1,1,0.4008,0.2632,0,1,0.5738,1,1,1,0.0383,0.5738,0,1,1,1,1,1,0.246069565,0,1,1,1,1,1,1,0.482276708,0,1,1,1,1,1,1,0.10105627,0,0.61539391,0.615400889,0.615691489
-4344,1,0.2644,1,1,1,1,1,1,1,1,0.3223,0.2644,0,1,0.263,1,1,1,1,1,1,0.4321,0.263,0,1,0.5736,1,1,1,0.0479,0.5736,0,1,1,1,1,1,0.372447968,0,1,1,1,1,1,1,0.551091433,0,0.908933878,1,1,1,1,1,0.143919289,0,0.563798937,0.563782526,0.563829787
-4345,1,0.2638,1,1,1,1,1,1,1,1,0.2749,0.2638,0,1,0.2627,1,1,1,1,1,1,0.5448,0.2627,0,1,0.5734,1,1,1,0.0835,0.5734,0,1,1,1,1,1,0.379197687,0,0.981072366,1,1,1,1,1,0.601626158,0,0.42446965,1,1,1,1,1,0.27430284,0,0.527368294,0.527395811,0.52748227
-4346,1,0.2632,1,1,1,1,1,1,1,1,0.376,0.2632,0,1,0.2624,1,1,1,1,1,1,0.3958,0.2624,0,1,0.5732,1,1,1,0.0947,0.5732,0,1,1,1,1,1,0.506019235,0,0.823318243,1,1,1,1,1,0.524755716,0,0.293759167,1,1,1,1,1,0.264069229,0,0.501570807,0.50158663,0.50177305
-4347,1,0.2626,1,1,1,1,1,1,1,1,0.3871,0.2626,0,1,0.2621,1,1,1,1,1,1,0.3713,0.2621,0,1,0.573,1,1,1,0.1365,0.573,0,1,1,1,1,1,0.523700356,0,0.634203315,1,1,1,1,1,0.488469124,0,0.631464481,1,1,1,1,1,0.333183795,0,0.485741904,0.48572033,0.485815603
-4348,1,0.2621,1,1,1,1,1,1,1,1,0.3899,0.2621,0,1,0.2619,1,1,1,1,1,1,0.2908,0.2619,0,1,0.5727,1,1,1,0.1511,0.5727,0,1,1,1,1,1,0.498105913,0,0.499036908,1,1,1,1,1,0.362858355,0,0.596749246,1,1,1,1,1,0.377964228,0,0.476679555,0.476835202,0.476950355
-4349,1,0.2615,1,1,1,1,1,1,1,1,0.2299,0.2615,0.1508,1,0.2616,1,1,1,1,1,1,0.1989,0.2616,0.1576,1,0.5725,1,1,1,0.1045,0.5725,0.1276,1,1,1,1,1,0.353723615,0.304348409,0.272253603,1,1,1,1,1,0.245267019,0.264728516,0.350830913,1,1,1,1,1,0.301857382,0.314381868,0.46882552,0.468796277,0.468971631
-4350,1,0.2609,1,1,1,1,1,1,1,1,0.1274,0.2609,0.0868,1,0.2613,1,1,1,1,1,1,0.0462,0.2613,0.1266,1,0.5723,1,1,1,0.0431,0.5723,0.0827,1,1,1,1,1,0.173299268,0.630426228,0.205757111,1,1,1,1,1,0.06422057,0.557242393,0.139622003,1,1,1,1,1,0.12157391,0.614854872,0.486285645,0.486354982,0.486258865
-4351,1,0.2604,1,1,1,1,1,1,1,1,0.07,0.2604,0.2252,1,0.261,1,1,1,1,1,1,0.0024,0.261,0.2581,1,0.5721,1,1,1,0.0222,0.5721,0.2222,1,1,1,1,1,0.061108664,0.805506468,0.367114574,1,1,1,1,1,0.004192762,0.745137691,0.110625662,1,1,1,1,1,0.045643367,0.803140581,0.533893185,0.533953882,0.533687943
-4352,1,0.2598,1,1,1,1,1,1,1,1,0.0209,0.2598,0.3843,1,0.2608,1,1,1,1,1,1,0,0.2608,0.4007,1,0.5719,1,1,1,0.021,0.5719,0.3594,1,1,1,1,1,0.010387532,0.852140725,0.198373228,1,1,1,1,1,0.00013641,0.823988497,0.036533773,1,1,1,1,1,0.041226108,0.858162045,0.597692122,0.597630633,0.597960993
-4353,1,0.2592,1,1,1,1,1,1,1,1,0.0493,0.2592,0.4963,1,0.2605,1,1,1,1,1,1,0.0548,0.2605,0.491,1,0.5716,1,1,1,0.0462,0.5716,0.4477,1,1,1,1,1,0.071127594,0.865883529,0.164035514,1,1,1,1,1,0.050315831,0.845931113,0.00982932,1,1,1,1,1,0.074174196,0.888293028,0.65979942,0.659826528,0.66001773
-4354,1,0.2587,1,1,1,1,1,1,1,1,0.0543,0.2587,0.5815,1,0.2602,1,1,1,1,1,1,0.0545,0.2602,0.5893,1,0.5714,1,1,1,0.0352,0.5714,0.5312,1,1,1,1,1,0.057990678,0.879227698,0.226263553,1,1,1,1,1,0.04359765,0.866275907,0.026328273,1,1,1,1,1,0.053496581,0.895510316,0.709944418,0.709964036,0.710106383
-4355,1,0.2581,1,1,1,1,1,1,1,1,0.0704,0.2581,0.6222,1,0.26,1,1,1,1,1,1,0.0342,0.26,0.6051,1,0.5712,1,1,1,0.051,0.5712,0.5683,1,1,1,1,1,0.047918975,0.893490136,0.355376065,1,1,1,1,1,0.037998505,0.844809294,0.211726189,1,1,1,1,1,0.077237181,0.888865709,0.74957709,0.749735562,0.749556738
-4356,1,0.2575,1,1,1,1,1,1,1,1,0.1088,0.2575,0.6205,1,0.2597,1,1,1,1,1,1,0.0432,0.2597,0.6034,1,0.571,1,1,1,0.0413,0.571,0.5212,1,1,1,1,1,0.052994352,0.877085328,0.667968631,1,1,1,1,1,0.053765979,0.831945598,0.340554208,1,1,1,1,1,0.064998314,0.838718653,0.777066216,0.777237148,0.77748227
-4357,1,0.257,1,1,1,1,1,1,1,1,0.1564,0.257,0.592,1,0.2594,1,1,1,1,1,1,0.0342,0.2594,0.5631,1,0.5707,1,1,1,0.0554,0.5707,0.5145,1,1,1,1,1,0.061725836,0.853857279,0.720118403,1,1,1,1,1,0.068079263,0.761927843,0.290690601,1,1,1,1,1,0.083575882,0.795250118,0.795613823,0.795642056,0.795656028
-4358,1,0.2564,1,1,1,1,1,1,1,1,0.2525,0.2564,0.4165,1,0.2591,1,1,1,1,1,1,0.0096,0.2591,0.3841,1,0.5705,1,1,1,0.0626,0.5705,0.542,1,1,1,1,1,0.095654212,0.648412168,0.548790455,1,1,1,1,1,0.068490267,0.598144829,0.261739016,1,1,1,1,1,0.10646604,0.729301572,0.803407443,0.803469431,0.803634752
-4359,1,0.2558,1,1,1,1,1,1,1,1,0.2232,0.2558,0.2767,1,0.2589,1,1,1,1,1,1,0,0.2589,0.3151,1,0.5703,1,1,1,0.0472,0.5703,0.4389,1,1,1,1,1,0.10198687,0.556752682,0.447876692,1,1,1,1,1,0.04112459,0.588802576,0.277986646,1,1,1,1,1,0.080083802,0.659401715,0.792411793,0.792468796,0.792553191
-4360,1,0.2553,1,1,1,1,1,1,1,1,0.1665,0.2553,0.2584,1,0.2586,1,1,1,1,1,1,0.0242,0.2586,0.3217,1,0.5701,1,1,1,0.0806,0.5701,0.3092,1,1,1,1,1,0.125147939,0.684903622,0.271750867,1,1,1,1,1,0.073665984,0.646370471,0.406272233,1,1,1,1,1,0.15457283,0.528212428,0.780026583,0.779987307,0.780585106
-4361,1,0.2547,1,1,1,1,1,1,1,1,0.1492,0.2547,0.1568,1,0.2583,1,1,1,1,1,1,0.1884,0.2583,0.1621,1,0.5699,1,1,1,0.1464,0.5699,0.1572,1,1,1,1,1,0.216534376,0.562786937,0.358610719,1,1,1,1,1,0.25566861,0.541719139,0.932255268,1,1,1,1,1,0.208179638,0.395254374,0.776643306,0.776602496,0.776595745
-4362,1,0.2541,1,1,1,1,1,1,1,1,0.0959,0.2541,0.0537,1,0.258,1,1,1,1,1,1,0.1283,0.258,0.0782,1,0.5696,1,1,1,0.143,0.5696,0.0585,1,1,1,1,1,0.164320379,0.340225011,0.436508924,1,1,1,1,1,0.127438277,0.425358713,0.992680669,1,1,1,1,1,0.215237424,0.139914006,0.77102465,0.771102179,0.771276596
-4363,1,0.2536,1,1,1,1,1,1,1,1,0.0745,0.2536,0.0702,1,0.2578,1,1,1,1,1,1,0.1046,0.2578,0.1001,1,0.5694,1,1,1,0.0876,0.5694,0.0267,1,1,1,1,1,0.114378981,0.085359693,0.709865987,1,1,1,1,1,0.120362222,0.135812193,1,1,1,1,1,1,0.140320241,0,0.752295795,0.75248572,0.752659574
-4364,1,0.253,1,1,1,1,1,1,1,1,0.0554,0.253,0,1,0.2575,1,1,1,1,1,1,0.1259,0.2575,0,1,0.5692,1,1,1,0.1156,0.5692,0,1,1,1,1,1,0.120174795,0,0.560584784,1,1,1,1,1,0.154028773,0,0.980293274,1,1,1,1,1,0.201559409,0,0.74039391,0.740427332,0.740691489
-4365,1,0.2524,1,1,1,1,1,1,1,1,0.0576,0.2524,0,1,0.2572,1,1,1,1,1,1,0.1889,0.2572,0,1,0.569,1,1,1,0.1141,0.569,0,1,1,1,1,1,0.142954037,0,0.452195883,1,1,1,1,1,0.207245439,0,1,1,1,1,1,1,0.203709304,0,0.720819236,0.72075312,0.721187943
-4366,1,0.2519,1,1,1,1,1,1,1,1,0.0659,0.2519,0,1,0.2569,1,1,1,1,1,1,0.2707,0.2569,0,1,0.5688,1,1,1,0.0909,0.5688,0,1,1,1,1,1,0.109079644,0,0.696377039,1,1,1,1,1,0.281507969,0,0.985162377,1,1,1,1,1,0.172572955,0,0.658893185,0.658980326,0.659131206
-4367,1,0.2513,1,1,1,1,1,1,1,1,0.0677,0.2513,0,1,0.2567,1,1,1,1,1,1,0.3516,0.2567,0,1,0.5685,1,1,1,0.0525,0.5685,0,1,1,1,1,1,0.104718357,0,0.497142494,1,1,1,1,1,0.394628406,0,0.791167855,1,1,1,1,1,0.109798983,0,0.591167231,0.591072562,0.591312057
-4368,1,0.2507,1,1,1,1,1,1,1,1,0.1172,0.2507,0,1,0.2564,1,1,1,1,1,1,0.2212,0.2564,0,1,0.5683,1,1,1,0.0696,0.5683,0,1,1,1,1,1,0.12028496,0,0.351299703,1,1,1,1,1,0.355438471,0,0.709870458,1,1,1,1,1,0.131693721,0,0.541384727,0.541358155,0.541666667
-4369,1,0.2501,1,1,1,1,1,1,1,1,0.0908,0.2501,0,1,0.2561,1,1,1,1,1,1,0.251,0.2561,0,1,0.5681,1,1,1,0.1201,0.5681,0,1,1,1,1,1,0.132570207,0,0.322685778,1,1,1,1,1,0.355011016,0,0.640828311,1,1,1,1,1,0.207992584,0,0.508941518,0.508990903,0.508865248
-4370,1,0.2496,1,1,1,1,1,1,1,1,0.1044,0.2496,0,1,0.2558,1,1,1,1,1,1,0.1992,0.2558,0,1,0.5679,1,1,1,0.1384,0.5679,0,1,1,1,1,1,0.15370059,0,0.244400442,1,1,1,1,1,0.29243952,0,0.53543663,1,1,1,1,1,0.271099836,0,0.488037699,0.488047387,0.488031915
-4371,1,0.249,1,1,1,1,1,1,1,1,0.1169,0.249,0,1,0.2556,1,1,1,1,1,1,0.1365,0.2556,0,1,0.5676,1,1,1,0.1488,0.5676,0,1,1,1,1,1,0.17744337,0,0.123936936,1,1,1,1,1,0.21988517,0,0.291212857,1,1,1,1,1,0.27053538,0,0.477887869,0.477892955,0.477836879
-4372,1,0.2484,1,1,1,1,1,1,1,1,0.0747,0.2484,0,1,0.2553,1,1,1,1,1,1,0.0789,0.2553,0,1,0.5674,1,1,1,0.1195,0.5674,0,1,1,1,1,1,0.122283444,0,0.092149347,1,1,1,1,1,0.149289757,0,0.149480626,1,1,1,1,1,0.200411543,0,0.48260029,0.482758621,0.482712766
-4373,1,0.2479,1,1,1,1,1,1,1,1,0.0638,0.2479,0.1168,1,0.255,1,1,1,1,1,1,0.1083,0.255,0.145,1,0.5672,1,1,1,0.1026,0.5672,0.1361,1,1,1,1,1,0.104162529,0.197812378,0.076995283,1,1,1,1,1,0.163067162,0.239238173,0.145739019,1,1,1,1,1,0.188072532,0.227315456,0.500845819,0.500740427,0.500886525
-4374,1,0.2473,1,1,1,1,1,1,1,1,0.0417,0.2473,0.091,1,0.2548,1,1,1,1,1,1,0.0307,0.2548,0.1224,1,0.567,1,1,1,0.0523,0.567,0.0839,1,1,1,1,1,0.057434209,0.519448042,0.11485365,1,1,1,1,1,0.065282777,0.552478015,0.151156291,1,1,1,1,1,0.135510579,0.551806808,0.557576124,0.557647557,0.557624113
-4375,1,0.2467,1,1,1,1,1,1,1,1,0.0302,0.2467,0.2258,1,0.2545,1,1,1,1,1,1,0.0451,0.2545,0.2575,1,0.5668,1,1,1,0.0268,0.5668,0.222,1,1,1,1,1,0.040434085,0.728520393,0.15826866,1,1,1,1,1,0.034640856,0.775832891,0.013767278,1,1,1,1,1,0.064522654,0.674908578,0.628383277,0.62851703,0.628546099
-4376,1,0.2462,1,1,1,1,1,1,1,1,0.0978,0.2462,0.388,1,0.2542,1,1,1,1,1,1,0.155,0.2542,0.4072,1,0.5665,1,1,1,0.0244,0.5665,0.3851,1,1,1,1,1,0.068129495,0.825085282,0.192376837,1,1,1,1,1,0.141253248,0.850049496,0.015124347,1,1,1,1,1,0.035630375,0.806901336,0.682999033,0.683097102,0.683510638
-4377,1,0.2456,1,1,1,1,1,1,1,1,0.0985,0.2456,0.505,1,0.2539,1,1,1,1,1,1,0.1204,0.2539,0.5021,1,0.5663,1,1,1,0.0396,0.5663,0.4989,1,1,1,1,1,0.083173461,0.844380379,0.204994336,1,1,1,1,1,0.097053841,0.858320236,0.06655629,1,1,1,1,1,0.065553151,0.870780408,0.727223296,0.727311191,0.727393617
-4378,1,0.245,1,1,1,1,1,1,1,1,0.0692,0.245,0.564,1,0.2537,1,1,1,1,1,1,0.0626,0.2537,0.572,1,0.5661,1,1,1,0.0568,0.5661,0.5664,1,1,1,1,1,0.091265455,0.82215029,0.453283966,1,1,1,1,1,0.049927726,0.859287858,0.196724102,1,1,1,1,1,0.121335752,0.833956838,0.761901885,0.76179395,0.761968085
-4379,1,0.2445,1,1,1,1,1,1,1,1,0.0743,0.2445,0.5897,1,0.2534,1,1,1,1,1,1,0.0992,0.2534,0.5861,1,0.5659,1,1,1,0.0934,0.5659,0.5917,1,1,1,1,1,0.118093625,0.830472112,0.153584391,1,1,1,1,1,0.077432618,0.848988652,0.108968593,1,1,1,1,1,0.162182644,0.841480613,0.783772354,0.783795219,0.784131206
-4380,1,0.2439,1,1,1,1,1,1,1,1,0.0838,0.2439,0.5797,1,0.2531,1,1,1,1,1,1,0.0029,0.2531,0.566,1,0.5657,1,1,1,0.0768,0.5657,0.5399,1,1,1,1,1,0.093493916,0.829359114,0.014522792,1,1,1,1,1,0.016035369,0.851881027,0.006831414,1,1,1,1,1,0.160918355,0.788781881,0.795674239,0.795642056,0.795656028
-4381,1,0.2433,1,1,1,1,1,1,1,1,0.0918,0.2433,0.5759,1,0.2528,1,1,1,1,1,1,0.0894,0.2528,0.5915,1,0.5654,1,1,1,0.0386,0.5654,0.5402,1,1,1,1,1,0.098650388,0.819081962,0.001471551,1,1,1,1,1,0.102665536,0.862342656,0,1,1,1,1,1,0.114222959,0.789956093,0.806549058,0.806642691,0.806737589
-4382,1,0.2428,1,1,1,1,1,1,1,1,0.0728,0.2428,0.5229,1,0.2526,1,1,1,1,1,1,0.2702,0.2526,0.5309,1,0.5652,1,1,1,0.047,0.5652,0.5196,1,1,1,1,1,0.116809949,0.744977832,0.002085822,1,1,1,1,1,0.193904862,0.807651937,0,1,1,1,1,1,0.158833146,0.758441985,0.812711455,0.81277766,0.812943262
-4383,1,0.2422,1,1,1,1,1,1,1,1,0.0565,0.2422,0.4212,1,0.2523,1,1,1,1,1,1,0.2688,0.2523,0.4564,1,0.565,1,1,1,0.0609,0.565,0.4281,1,1,1,1,1,0.080643922,0.725426853,0.038032211,1,1,1,1,1,0.206686154,0.735754132,0,1,1,1,1,1,0.126120865,0.674730361,0.80999275,0.810027502,0.810283688
-4384,1,0.2416,1,1,1,1,1,1,1,1,0.0862,0.2416,0.3117,1,0.252,1,1,1,1,1,1,0.1405,0.252,0.3339,1,0.5648,1,1,1,0.0764,0.5648,0.2865,1,1,1,1,1,0.052966747,0.704554617,0.176747829,1,1,1,1,1,0.138332754,0.762506604,0,1,1,1,1,1,0.133432925,0.683621824,0.807394877,0.807488894,0.807624113
-4385,1,0.2411,1,1,1,1,1,1,1,1,0.084,0.2411,0.1674,1,0.2517,1,1,1,1,1,1,0.0115,0.2517,0.2068,1,0.5646,1,1,1,0.0626,0.5646,0.1584,1,1,1,1,1,0.038669512,0.640865326,0.380429387,1,1,1,1,1,0.027820878,0.693809092,0.106930114,1,1,1,1,1,0.121632531,0.613734305,0.801957467,0.801988576,0.802304965
-4386,1,0.2405,1,1,1,1,1,1,1,1,0.0351,0.2405,0.0734,1,0.2515,1,1,1,1,1,1,0,0.2515,0.0833,1,0.5643,1,1,1,0.0682,0.5643,0.0723,1,1,1,1,1,0.006349224,0.408023179,0.330409974,1,1,1,1,1,0.005110471,0.47869125,0.163902625,1,1,1,1,1,0.148931861,0.407794088,0.783711938,0.783795219,0.784131206
-4387,1,0.2399,1,1,1,1,1,1,1,1,0.0329,0.2399,0.0566,1,0.2512,1,1,1,1,1,1,0,0.2512,0.1042,1,0.5641,1,1,1,0.0525,0.5641,0,1,1,1,1,1,0.008869697,0.092732996,0.528993428,1,1,1,1,1,0.003258662,0.15948543,0.147861004,1,1,1,1,1,0.154664218,0.000230576,0.755860319,0.755870531,0.756205674
-4388,1,0.2394,1,1,1,1,1,1,1,1,0.0488,0.2394,0,1,0.2509,1,1,1,1,1,1,0.0537,0.2509,0,1,0.5639,1,1,1,0.0805,0.5639,0,1,1,1,1,1,0.039309565,0,0.531161308,1,1,1,1,1,0.049484428,0,0.101016499,1,1,1,1,1,0.22241585,0,0.736950217,0.737042522,0.73714539
-4389,1,0.2388,1,1,1,1,1,1,1,1,0.0795,0.2388,0,1,0.2506,1,1,1,1,1,1,0.2512,0.2506,0,1,0.5637,1,1,1,0.1153,0.5637,0,1,1,1,1,1,0.088504113,0,0.462703705,1,1,1,1,1,0.240617096,0,0.121000275,1,1,1,1,1,0.244184345,0,0.712965201,0.712925746,0.71320922
-4390,1,0.2382,1,1,1,1,1,1,1,1,0.1334,0.2382,0,1,0.2504,1,1,1,1,1,1,0.4355,0.2504,0,1,0.5634,1,1,1,0.0859,0.5634,0,1,1,1,1,1,0.181507155,0,0.149243653,1,1,1,1,1,0.520377874,0,0.039821208,1,1,1,1,1,0.231376693,0,0.646145481,0.646075735,0.646276596
-4391,1,0.2376,1,1,1,1,1,1,1,1,0.2419,0.2376,0,1,0.2501,1,1,1,1,1,1,0.3194,0.2501,0,1,0.5632,1,1,1,0.13,0.5632,0,1,1,1,1,1,0.346002072,0,0.028017741,1,1,1,1,1,0.436432034,0,0,1,1,1,1,1,0.321213871,0,0.575459159,0.575629363,0.575797872
-4392,1,0.2371,1,1,1,1,1,1,1,1,0.191,0.2371,0,1,0.2498,1,1,1,1,1,1,0.3775,0.2498,0,1,0.563,1,1,1,0.1499,0.563,0,1,1,1,1,1,0.323428631,0,0.024091061,1,1,1,1,1,0.510816813,0,0,1,1,1,1,1,0.296050966,0,0.523562107,0.523587899,0.523492908
-4393,1,0.2365,1,1,1,1,1,1,1,1,0.1972,0.2365,0,1,0.2495,1,1,1,1,1,1,0.4257,0.2495,0,1,0.5628,1,1,1,0.1538,0.5628,0,1,1,1,1,1,0.288430959,0,0.088297889,1,1,1,1,1,0.506530046,0,0.025692672,1,1,1,1,1,0.28486222,0,0.49262929,0.492701502,0.492907801
-4394,1,0.2359,1,1,1,1,1,1,1,1,0.1562,0.2359,0,1,0.2493,1,1,1,1,1,1,0.3379,0.2493,0,1,0.5626,1,1,1,0.1682,0.5626,0,1,1,1,1,1,0.26058352,0,0.192177743,1,1,1,1,1,0.431975156,0,0.1307576,1,1,1,1,1,0.314100266,0,0.471544224,0.471757986,0.471631206
-4395,1,0.2354,1,1,1,1,1,1,1,1,0.1198,0.2354,0,1,0.249,1,1,1,1,1,1,0.1548,0.249,0,1,0.5623,1,1,1,0.158,0.5623,0,1,1,1,1,1,0.14900519,0,0.475549012,1,1,1,1,1,0.198367953,0,0.242943719,1,1,1,1,1,0.280514061,0,0.460971484,0.460968902,0.460992908
-4396,1,0.2348,1,1,1,1,1,1,1,1,0.0921,0.2348,0,1,0.2487,1,1,1,1,1,1,0.2297,0.2487,0,1,0.5621,1,1,1,0.161,0.5621,0,1,1,1,1,1,0.168260887,0,0.614508867,1,1,1,1,1,0.255253226,0,0.205129057,1,1,1,1,1,0.309217185,0,0.462904785,0.462872858,0.462765957
-4397,1,0.2342,1,1,1,1,1,1,1,1,0.1292,0.2342,0.1441,1,0.2485,1,1,1,1,1,1,0.192,0.2485,0.156,1,0.5619,1,1,1,0.1602,0.5619,0.1276,1,1,1,1,1,0.218256429,0.278072238,0.523941875,1,1,1,1,1,0.216945007,0.249432355,0.157978565,1,1,1,1,1,0.331387579,0.11963404,0.479639923,0.479796911,0.479609929
-4398,1,0.2337,1,1,1,1,1,1,1,1,0.0684,0.2337,0.0922,1,0.2482,1,1,1,1,1,1,0.0739,0.2482,0.1088,1,0.5617,1,1,1,0.0755,0.5617,0.0794,1,1,1,1,1,0.135497242,0.585216463,0.294313103,1,1,1,1,1,0.096158966,0.566260517,0.07291466,1,1,1,1,1,0.182639226,0.60244602,0.534678589,0.534800085,0.534574468
-4399,1,0.2331,1,1,1,1,1,1,1,1,0.0567,0.2331,0.2275,1,0.2479,1,1,1,1,1,1,0.0388,0.2479,0.2604,1,0.5615,1,1,1,0.0228,0.5615,0.2212,1,1,1,1,1,0.050844744,0.825928628,0.625630617,1,1,1,1,1,0.050741959,0.801020741,0.040556286,1,1,1,1,1,0.04904468,0.838766575,0.60439826,0.604611805,0.604609929
-4400,1,0.2325,1,1,1,1,1,1,1,1,0.0479,0.2325,0.3968,1,0.2476,1,1,1,1,1,1,0.045,0.2476,0.4166,1,0.5612,1,1,1,0.0187,0.5612,0.3917,1,1,1,1,1,0.061049666,0.895120502,0.466449022,1,1,1,1,1,0.041171271,0.878015816,0.017650787,1,1,1,1,1,0.043878861,0.906633019,0.657624456,0.657711022,0.657801418
-4401,1,0.232,1,1,1,1,1,1,1,1,0.0884,0.232,0.5262,1,0.2474,1,1,1,1,1,1,0.0319,0.2474,0.5314,1,0.561,1,1,1,0.0588,0.561,0.5236,1,1,1,1,1,0.110411331,0.92136389,0.686120868,1,1,1,1,1,0.031750776,0.906415045,0.060667802,1,1,1,1,1,0.11083059,0.916707277,0.700036249,0.700021155,0.70035461
-4402,1,0.2314,1,1,1,1,1,1,1,1,0.0955,0.2314,0.6258,1,0.2471,1,1,1,1,1,1,0.0491,0.2471,0.6253,1,0.5608,1,1,1,0.0135,0.5608,0.5954,1,1,1,1,1,0.119363949,0.942547023,0.578566194,1,1,1,1,1,0.046828002,0.927877247,0.067616761,1,1,1,1,1,0.030295303,0.888754487,0.73260029,0.732811508,0.732712766
-4403,1,0.2308,1,1,1,1,1,1,1,1,0.0754,0.2308,0.6683,1,0.2468,1,1,1,1,1,1,0.0756,0.2468,0.6604,1,0.5606,1,1,1,0.0235,0.5606,0.6537,1,1,1,1,1,0.114628285,0.946641326,0.163034737,1,1,1,1,1,0.059849322,0.920972347,0.000293194,1,1,1,1,1,0.038938109,0.91048944,0.754108265,0.754178126,0.754432624
-4404,1,0.2303,1,1,1,1,1,1,1,1,0.0589,0.2303,0.6589,1,0.2465,1,1,1,1,1,1,0.123,0.2465,0.6453,1,0.5604,1,1,1,0.0522,0.5604,0.6456,1,1,1,1,1,0.069876872,0.916281819,0.062791981,1,1,1,1,1,0.09599819,0.897421956,0.002235602,1,1,1,1,1,0.092938028,0.901670098,0.768608023,0.768563571,0.768617021
-4405,1,0.2297,1,1,1,1,1,1,1,1,0.0678,0.2297,0.6377,1,0.2463,1,1,1,1,1,1,0.1067,0.2463,0.6279,1,0.5601,1,1,1,0.0397,0.5601,0.6344,1,1,1,1,1,0.074079238,0.896206737,0.075843804,1,1,1,1,1,0.08153633,0.886995792,0.009813875,1,1,1,1,1,0.063023545,0.876143157,0.782805703,0.782737466,0.782801418
-4406,1,0.2291,1,1,1,1,1,1,1,1,0.0725,0.2291,0.561,1,0.246,1,1,1,1,1,1,0.0627,0.246,0.5698,1,0.5599,1,1,1,0.0468,0.5599,0.5617,1,1,1,1,1,0.027240094,0.845820069,0.200539649,1,1,1,1,1,0.053047318,0.856265903,0.190716758,1,1,1,1,1,0.068240345,0.840875924,0.792290962,0.792468796,0.792553191
-4407,1,0.2286,1,1,1,1,1,1,1,1,0.0804,0.2286,0.4526,1,0.2457,1,1,1,1,1,1,0.0101,0.2457,0.4767,1,0.5597,1,1,1,0.0447,0.5597,0.456,1,1,1,1,1,0.034244448,0.809242725,0.300285161,1,1,1,1,1,0.029027719,0.822935402,0.357239008,1,1,1,1,1,0.085650988,0.804512143,0.798634606,0.798603766,0.798758865
-4408,1,0.228,1,1,1,1,1,1,1,1,0.1007,0.228,0.3257,1,0.2454,1,1,1,1,1,1,0,0.2454,0.347,1,0.5595,1,1,1,0.0481,0.5595,0.3102,1,1,1,1,1,0.031353943,0.756607234,0.498714149,1,1,1,1,1,0.016290152,0.637792826,0.432435095,1,1,1,1,1,0.083452068,0.804660678,0.802803287,0.802834779,0.803191489
-4409,1,0.2274,1,1,1,1,1,1,1,1,0.1164,0.2274,0.1711,1,0.2452,1,1,1,1,1,1,0,0.2452,0.1762,1,0.5592,1,1,1,0.0182,0.5592,0.143,1,1,1,1,1,0.021640062,0.457257509,0.577475905,1,1,1,1,1,0.021289825,0.238107353,0.576523066,1,1,1,1,1,0.026391188,0.645107985,0.794768004,0.794795854,0.795212766
-4410,1,0.2269,1,1,1,1,1,1,1,1,0.1253,0.2269,0.0727,1,0.2449,1,1,1,1,1,1,0,0.2449,0.0552,1,0.559,1,1,1,0.0102,0.559,0.077,1,1,1,1,1,0.019787397,0.101293348,0.635736525,1,1,1,1,1,0.017152105,0.08578603,0.702171743,1,1,1,1,1,0.021241587,0.401804119,0.763533108,0.763697906,0.763741135
-4411,1,0.2263,1,1,1,1,1,1,1,1,0.0889,0.2263,0,1,0.2446,1,1,1,1,1,1,0,0.2446,0,1,0.5588,1,1,1,0.0381,0.5588,0.0061,1,1,1,1,1,0.015818665,0,0.703395009,1,1,1,1,1,0.011837182,0,0.760705709,1,1,1,1,1,0.035040319,0,0.727223296,0.727311191,0.727393617
-4412,1,0.2257,1,1,1,1,1,1,1,1,0.0713,0.2257,0,1,0.2443,1,1,1,1,1,1,0.0163,0.2443,0,1,0.5586,1,1,1,0.0485,0.5586,0,1,1,1,1,1,0.01328519,0,0.71351099,1,1,1,1,1,0.048470039,0,0.713253438,1,1,1,1,1,0.04444414,0,0.712481875,0.712714195,0.712765957
-4413,1,0.2251,1,1,1,1,1,1,1,1,0.1085,0.2251,0,1,0.2441,1,1,1,1,1,1,0.0475,0.2441,0,1,0.5584,1,1,1,0.0365,0.5584,0,1,1,1,1,1,0.04248216,0,0.957080901,1,1,1,1,1,0.093805254,0,0.748690128,1,1,1,1,1,0.0320393,0,0.685898985,0.68584726,0.68572695
-4414,1,0.2246,1,1,1,1,1,1,1,1,0.0573,0.2246,0,1,0.2438,1,1,1,1,1,1,0.0463,0.2438,0,1,0.5581,1,1,1,0.0779,0.5581,0,1,1,1,1,1,0.04036789,0,0.969459891,1,1,1,1,1,0.089986622,0,0.466903955,1,1,1,1,1,0.070189938,0,0.635753987,0.635709752,0.63608156
-4415,1,0.224,1,1,1,1,1,1,1,1,0.0656,0.224,0,1,0.2435,1,1,1,1,1,1,0.0861,0.2435,0,1,0.5579,1,1,1,0.0863,0.5579,0,1,1,1,1,1,0.048059963,0,0.998987317,1,1,1,1,1,0.156242788,0,0.541128278,1,1,1,1,1,0.088191785,0,0.580775737,0.580706579,0.580673759
-4416,1,0.2234,1,1,1,1,1,1,1,1,0.0912,0.2234,0,1,0.2432,1,1,1,1,1,1,0.2261,0.2432,0,1,0.5577,1,1,1,0.0807,0.5577,0,1,1,1,1,1,0.09245088,0,0.995982528,1,1,1,1,1,0.297136903,0,0.934730172,1,1,1,1,1,0.144612089,0,0.534678589,0.534800085,0.534574468
-4417,1,0.2229,1,1,1,1,1,1,1,1,0.1524,0.2229,0,1,0.243,1,1,1,1,1,1,0.2114,0.243,0,1,0.5575,1,1,1,0.1005,0.5575,0,1,1,1,1,1,0.176841065,0,0.913101196,1,1,1,1,1,0.28728646,0,1,1,1,1,1,1,0.27975738,0,0.502960367,0.502855934,0.503102837
-4418,1,0.2223,1,1,1,1,1,1,1,1,0.2193,0.2223,0,1,0.2427,1,1,1,1,1,1,0.1685,0.2427,0,1,0.5573,1,1,1,0.0711,0.5573,0,1,1,1,1,1,0.216098398,0,0.907705069,1,1,1,1,1,0.208280712,0,1,1,1,1,1,1,0.318745852,0,0.482479459,0.48254707,0.482712766
-4419,1,0.2217,1,1,1,1,1,1,1,1,0.3394,0.2217,0,1,0.2424,1,1,1,1,1,1,0.1781,0.2424,0,1,0.557,1,1,1,0.0573,0.557,0,1,1,1,1,1,0.295488894,0,1,1,1,1,1,1,0.220619738,0,0.936000347,1,1,1,1,1,0.322516322,0,0.473054616,0.47302729,0.472960993
-4420,1,0.2212,1,1,1,1,1,1,1,1,0.2139,0.2212,0,1,0.2422,1,1,1,1,1,1,0.0617,0.2422,0,1,0.5568,1,1,1,0.0578,0.5568,0,1,1,1,1,1,0.179754809,0,0.917831004,1,1,1,1,1,0.074078701,0,0.386021495,1,1,1,1,1,0.279410154,0,0.473719188,0.473661942,0.473847518
-4421,1,0.2206,1,1,1,1,1,1,1,1,0.0447,0.2206,0,1,0.2419,1,1,1,1,1,1,0.054,0.2419,0,1,0.5566,1,1,1,0.0811,0.5566,0,1,1,1,1,1,0.035763633,0,0.650101721,1,1,1,1,1,0.064404845,0,0.082511,1,1,1,1,1,0.289877266,0.001877067,0.47939826,0.479585361,0.479609929
-4422,1,0.22,1,1,1,1,1,1,1,1,0.0618,0.22,0.0269,1,0.2416,1,1,1,1,1,1,0.0045,0.2416,0.0242,1,0.5564,1,1,1,0.0411,0.5564,0.0431,1,1,1,1,1,0.034746401,0.039670657,0.708189487,1,1,1,1,1,0.009821427,0.032201804,0.462438226,1,1,1,1,1,0.224980533,0.092480458,0.4949855,0.495028559,0.495124113
-4423,1,0.2195,1,1,1,1,1,1,1,1,0.0745,0.2195,0.1519,1,0.2413,1,1,1,1,1,1,0,0.2413,0.1591,1,0.5562,1,1,1,0.0546,0.5562,0.2106,1,1,1,1,1,0.048566636,0.253209174,0.709331274,1,1,1,1,1,0.000734207,0.257266223,0.574185312,1,1,1,1,1,0.158620641,0.319114953,0.523260029,0.523376349,0.523492908
-4424,1,0.2189,1,1,1,1,1,1,1,1,0.0544,0.2189,0.2952,1,0.2411,1,1,1,1,1,1,0,0.2411,0.3185,1,0.5559,1,1,1,0.0222,0.5559,0.3365,1,1,1,1,1,0.027270313,0.574504673,0.774344265,1,1,1,1,1,0.003106984,0.631878734,0.533751607,1,1,1,1,1,0.103516884,0.521627545,0.562288545,0.562301671,0.5625
-4425,1,0.2183,1,1,1,1,1,1,1,1,0.0523,0.2183,0.4336,1,0.2408,1,1,1,1,1,1,0,0.2408,0.469,1,0.5557,1,1,1,0.0034,0.5557,0.4495,1,1,1,1,1,0.021626601,0.755450368,0.641052604,1,1,1,1,1,0.006455759,0.775259137,0.748186171,1,1,1,1,1,0.046910197,0.668854654,0.611043983,0.611169875,0.611258865
-4426,1,0.2178,1,1,1,1,1,1,1,1,0.052,0.2178,0.6431,1,0.2405,1,1,1,1,1,1,0.0105,0.2405,0.6608,1,0.5555,1,1,1,0.0156,0.5555,0.6328,1,1,1,1,1,0.030500717,0.97019577,0.351118028,1,1,1,1,1,0.029385351,0.985659242,0.488135397,1,1,1,1,1,0.034979679,0.943571627,0.661068149,0.661095832,0.661347518
-4427,1,0.2172,1,1,1,1,1,1,1,1,0.0364,0.2172,0.5725,1,0.2402,1,1,1,1,1,1,0.0035,0.2402,0.5721,1,0.5553,1,1,1,0.0329,0.5553,0.5243,1,1,1,1,1,0.039543159,0.810283542,0.280112445,1,1,1,1,1,0.010639272,0.826742589,0.219896078,1,1,1,1,1,0.07263457,0.794173956,0.701365394,0.70150201,0.701684397
-4428,1,0.2166,1,1,1,1,1,1,1,1,0.0611,0.2166,0.5841,1,0.24,1,1,1,1,1,1,0.0458,0.24,0.5845,1,0.555,1,1,1,0.0234,0.555,0.5477,1,1,1,1,1,0.039515536,0.825015545,0.473154694,1,1,1,1,1,0.046697203,0.84645623,0.205647662,1,1,1,1,1,0.048638321,0.794912219,0.730002417,0.73006135,0.730053191
-4429,1,0.2161,1,1,1,1,1,1,1,1,0.0865,0.2161,0.5682,1,0.2397,1,1,1,1,1,1,0.0862,0.2397,0.5715,1,0.5548,1,1,1,0.0239,0.5548,0.585,1,1,1,1,1,0.041545264,0.810106337,0.630562186,1,1,1,1,1,0.082552016,0.836528838,0.271411777,1,1,1,1,1,0.029561196,0.78209585,0.744200097,0.744235244,0.744680851
-4430,1,0.2155,1,1,1,1,1,1,1,1,0.1824,0.2155,0.5387,1,0.2394,1,1,1,1,1,1,0.139,0.2394,0.555,1,0.5546,1,1,1,0.0331,0.5546,0.4234,1,1,1,1,1,0.095327638,0.815385461,0.65515697,1,1,1,1,1,0.130203694,0.837066889,0.324764162,1,1,1,1,1,0.034609009,0.790364623,0.752718705,0.752697271,0.753102837
-4431,1,0.2149,1,1,1,1,1,1,1,1,0.1692,0.2149,0.448,1,0.2391,1,1,1,1,1,1,0.0597,0.2391,0.4755,1,0.5544,1,1,1,0.044,0.5544,0.2741,1,1,1,1,1,0.064917237,0.809738815,0.546873689,1,1,1,1,1,0.064258225,0.802268744,0.378238767,1,1,1,1,1,0.056402363,0.698686957,0.761358144,0.761582399,0.761968085
-4432,1,0.2144,1,1,1,1,1,1,1,1,0.2258,0.2144,0.3257,1,0.2389,1,1,1,1,1,1,0.0183,0.2389,0.3598,1,0.5542,1,1,1,0.0468,0.5542,0.1831,1,1,1,1,1,0.094156392,0.773854017,0.85464406,1,1,1,1,1,0.040619925,0.751166463,0.493641675,1,1,1,1,1,0.063108951,0.43916291,0.770964234,0.771102179,0.771276596
-4433,1,0.2138,1,1,1,1,1,1,1,1,0.2182,0.2138,0.1648,1,0.2386,1,1,1,1,1,1,0.08,0.2386,0.2128,1,0.5539,1,1,1,0.0657,0.5539,0.1087,1,1,1,1,1,0.079801008,0.660352588,0.836753368,1,1,1,1,1,0.110368267,0.558832586,0.529580951,1,1,1,1,1,0.069082089,0.117910624,0.775737071,0.775756294,0.776152482
-4434,1,0.2132,1,1,1,1,1,1,1,1,0.222,0.2132,0.0701,1,0.2383,1,1,1,1,1,1,0.0797,0.2383,0.1095,1,0.5537,1,1,1,0.0497,0.5537,0.0177,1,1,1,1,1,0.117756307,0.356418312,0.758145094,1,1,1,1,1,0.082098186,0.286794782,0.505896568,1,1,1,1,1,0.097856216,0.003235555,0.762264379,0.762217051,0.762411348
-4435,1,0.2126,1,1,1,1,1,1,1,1,0.1434,0.2126,0,1,0.238,1,1,1,1,1,1,0.0559,0.238,0.0028,1,0.5535,1,1,1,0.0543,0.5535,0,1,1,1,1,1,0.064686164,0,0.509756684,1,1,1,1,1,0.070138693,0.000569961,0.288650542,1,1,1,1,1,0.136244833,0,0.738883519,0.738946478,0.73891844
-4436,1,0.2121,1,1,1,1,1,1,1,1,0.1427,0.2121,0,1,0.2378,1,1,1,1,1,1,0.0494,0.2378,0,1,0.5533,1,1,1,0.0371,0.5533,0,1,1,1,1,1,0.054427512,0,0.594174623,1,1,1,1,1,0.051724389,0,0.502667308,1,1,1,1,1,0.127201453,0,0.7280087,0.727945843,0.727836879
-4437,1,0.2115,1,1,1,1,1,1,1,1,0.1742,0.2115,0,1,0.2375,1,1,1,1,1,1,0.1042,0.2375,0,1,0.5531,1,1,1,0.0604,0.5531,0,1,1,1,1,1,0.100302279,0,0.696716547,1,1,1,1,1,0.125671849,0,0.879600763,1,1,1,1,1,0.158119529,0,0.708615273,0.708694732,0.708776596
-4438,1,0.2109,1,1,1,1,1,1,1,1,0.1337,0.2109,0,1,0.2372,1,1,1,1,1,1,0.1259,0.2372,0,1,0.5528,1,1,1,0.077,0.5528,0,1,1,1,1,1,0.094901264,0,0.479921579,1,1,1,1,1,0.202186137,0,0.860613704,1,1,1,1,1,0.199601173,0,0.670492992,0.670615612,0.670656028
-4439,1,0.2104,1,1,1,1,1,1,1,1,0.1315,0.2104,0,1,0.2369,1,1,1,1,1,1,0.1669,0.2369,0,1,0.5526,1,1,1,0.071,0.5526,0,1,1,1,1,1,0.090198137,0,0.570623994,1,1,1,1,1,0.211480156,0,0.15312095,1,1,1,1,1,0.278780073,0,0.617327211,0.617304845,0.617464539
-4440,1,0.2098,1,1,1,1,1,1,1,1,0.2108,0.2098,0,1,0.2367,1,1,1,1,1,1,0.183,0.2367,0,1,0.5524,1,1,1,0.1,0.5524,0,1,1,1,1,1,0.192076504,0,0.973155737,1,1,1,1,1,0.204264447,0,0.946779132,1,1,1,1,1,0.258810222,0,0.570444659,0.570552147,0.570478723
-4441,1,0.2092,1,1,1,1,1,1,1,1,0.2129,0.2092,0,1,0.2364,1,1,1,1,1,1,0.2016,0.2364,0,1,0.5522,1,1,1,0.0745,0.5522,0,1,1,1,1,1,0.260947406,0,1,1,1,1,1,1,0.273568332,0,0.54145968,1,1,1,1,1,0.174154058,0,0.537880619,0.537761794,0.538120567
-4442,1,0.2087,1,1,1,1,1,1,1,1,0.2883,0.2087,0,1,0.2361,1,1,1,1,1,1,0.227,0.2361,0,1,0.5519,1,1,1,0.0694,0.5519,0,1,1,1,1,1,0.316749334,0,0.988012671,1,1,1,1,1,0.30046463,0,0.34907043,1,1,1,1,1,0.187399089,0,0.517097632,0.517241379,0.517287234
-4443,1,0.2081,1,1,1,1,1,1,1,1,0.1829,0.2081,0,1,0.2359,1,1,1,1,1,1,0.2193,0.2359,0,1,0.5517,1,1,1,0.0563,0.5517,0,1,1,1,1,1,0.281124741,0,0.733053863,1,1,1,1,1,0.324177563,0,0.230692685,1,1,1,1,1,0.154496461,0,0.505256162,0.505394542,0.505319149
-4444,1,0.2075,1,1,1,1,1,1,1,1,0.2656,0.2075,0,1,0.2356,1,1,1,1,1,1,0.2662,0.2356,0,1,0.5515,1,1,1,0.1062,0.5515,0,1,1,1,1,1,0.341472119,0,0.805062711,1,1,1,1,1,0.429302752,0,0.324054182,1,1,1,1,1,0.245488346,0,0.507551957,0.507721599,0.507535461
-4445,1,0.207,1,1,1,1,1,1,1,1,0.3256,0.207,0.1293,1,0.2353,1,1,1,1,1,1,0.1796,0.2353,0.1483,1,0.5513,1,1,1,0.1313,0.5513,0.0901,1,1,1,1,1,0.310243219,0.267777354,0.823861718,1,1,1,1,1,0.325637877,0.228284106,0.343899786,1,1,1,1,1,0.275627166,0.262006253,0.524166264,0.524222551,0.524379433
-4446,1,0.2064,1,1,1,1,1,1,1,1,0.2141,0.2064,0.0851,1,0.235,1,1,1,1,1,1,0.0641,0.235,0.1209,1,0.5511,1,1,1,0.1082,0.5511,0.095,1,1,1,1,1,0.226426139,0.592672646,0.816699028,1,1,1,1,1,0.090391532,0.550887287,0.392653167,1,1,1,1,1,0.208797634,0.547217071,0.580111165,0.580071927,0.580230496
-4447,1,0.2058,1,1,1,1,1,1,1,1,0.182,0.2058,0.2233,1,0.2348,1,1,1,1,1,1,0.0318,0.2348,0.2531,1,0.5508,1,1,1,0.1182,0.5508,0.2174,1,1,1,1,1,0.202257603,0.802574873,0.612163365,1,1,1,1,1,0.050333332,0.776887417,0.202272788,1,1,1,1,1,0.203204796,0.754629135,0.653576607,0.653691559,0.653812057
-4448,1,0.2053,1,1,1,1,1,1,1,1,0.1782,0.2053,0.3887,1,0.2345,1,1,1,1,1,1,0.0177,0.2345,0.4034,1,0.5506,1,1,1,0.0608,0.5506,0.3617,1,1,1,1,1,0.186137691,0.863020658,0.444697857,1,1,1,1,1,0.029823093,0.828547001,0.14206624,1,1,1,1,1,0.107254893,0.807869434,0.713146448,0.713348847,0.71320922
-4449,1,0.2047,1,1,1,1,1,1,1,1,0.1961,0.2047,0.5069,1,0.2342,1,1,1,1,1,1,0.163,0.2342,0.5103,1,0.5504,1,1,1,0.1202,0.5504,0.4744,1,1,1,1,1,0.208307207,0.86106807,0.336582869,1,1,1,1,1,0.149298593,0.855578244,0.195287973,1,1,1,1,1,0.186263815,0.789486349,0.758276945,0.758409139,0.758421986
-4450,1,0.2041,1,1,1,1,1,1,1,1,0.2293,0.2041,0.5897,1,0.2339,1,1,1,1,1,1,0.1595,0.2339,0.5879,1,0.5502,1,1,1,0.1563,0.5502,0.5464,1,1,1,1,1,0.236603826,0.869638741,0.199030817,1,1,1,1,1,0.185521558,0.862586856,0.199077487,1,1,1,1,1,0.240175277,0.780897141,0.792472209,0.792680347,0.792996454
-4451,1,0.2036,1,1,1,1,1,1,1,1,0.227,0.2036,0.5968,1,0.2337,1,1,1,1,1,1,0.1671,0.2337,0.6018,1,0.55,1,1,1,0.1021,0.55,0.5644,1,1,1,1,1,0.183209836,0.846296132,0.077208452,1,1,1,1,1,0.19382897,0.818274915,0.083179057,1,1,1,1,1,0.122785687,0.756242037,0.813557274,0.813623863,0.813829787
-4452,1,0.203,1,1,1,1,1,1,1,1,0.1981,0.203,0.5784,1,0.2334,1,1,1,1,1,1,0.1318,0.2334,0.5767,1,0.5497,1,1,1,0.1296,0.5497,0.519,1,1,1,1,1,0.167177141,0.822345972,0.205453306,1,1,1,1,1,0.144384563,0.780323088,0.068697914,1,1,1,1,1,0.163601309,0.779218376,0.826365394,0.826528454,0.826684397
-4453,1,0.2024,1,1,1,1,1,1,1,1,0.1838,0.2024,0.5602,1,0.2331,1,1,1,1,1,1,0.0564,0.2331,0.5315,1,0.5495,1,1,1,0.1315,0.5495,0.4853,1,1,1,1,1,0.141390994,0.768217564,0.495643318,1,1,1,1,1,0.059797071,0.783283532,0.116447121,1,1,1,1,1,0.145033583,0.7864452,0.837240213,0.837317538,0.837765957
-4454,1,0.2019,1,1,1,1,1,1,1,1,0.1902,0.2019,0.4569,1,0.2328,1,1,1,1,1,1,0.1502,0.2328,0.4724,1,0.5493,1,1,1,0.1735,0.5493,0.4408,1,1,1,1,1,0.126454696,0.624144137,0.703931808,1,1,1,1,1,0.107778922,0.762053847,0.060732722,1,1,1,1,1,0.212787971,0.691753387,0.843765104,0.843875608,0.843971631
-4455,1,0.2013,1,1,1,1,1,1,1,1,0.1612,0.2013,0.3911,1,0.2326,1,1,1,1,1,1,0.1515,0.2326,0.4094,1,0.5491,1,1,1,0.1803,0.5491,0.3975,1,1,1,1,1,0.117145717,0.591452837,0.720405698,1,1,1,1,1,0.104473516,0.696659267,0.108284034,1,1,1,1,1,0.22559987,0.632823467,0.844369261,0.84451026,0.844414894
-4456,1,0.2007,1,1,1,1,1,1,1,1,0.124,0.2007,0.3015,1,0.2323,1,1,1,1,1,1,0.1291,0.2323,0.323,1,0.5489,1,1,1,0.2085,0.5489,0.3039,1,1,1,1,1,0.100497097,0.571835876,0.754024267,1,1,1,1,1,0.124754034,0.657853901,0.026608119,1,1,1,1,1,0.277530015,0.570218921,0.842315128,0.842394754,0.842641844
-4457,1,0.2001,1,1,1,1,1,1,1,1,0.1117,0.2001,0.1686,1,0.232,1,1,1,1,1,1,0.1147,0.232,0.2072,1,0.5486,1,1,1,0.1803,0.5486,0.1506,1,1,1,1,1,0.103957124,0.551462114,0.637484193,1,1,1,1,1,0.111563034,0.646862686,0.009698168,1,1,1,1,1,0.192769319,0.567137122,0.835790237,0.835836683,0.835992908
-4458,1,0.1996,1,1,1,1,1,1,1,1,0.0539,0.1996,0.0771,1,0.2317,1,1,1,1,1,1,0.094,0.2317,0.1078,1,0.5484,1,1,1,0.072,0.5484,0.0645,1,1,1,1,1,0.068700135,0.431417316,0.405207038,1,1,1,1,1,0.085097685,0.500499129,0.543753684,1,1,1,1,1,0.074675515,0.414198637,0.813919768,0.814046964,0.81427305
-4459,1,0.199,1,1,1,1,1,1,1,1,0.0292,0.199,0.0584,1,0.2315,1,1,1,1,1,1,0.0457,0.2315,0.1164,1,0.5482,1,1,1,0.051,0.5482,0.0713,1,1,1,1,1,0.07408186,0.108261615,0.369385123,1,1,1,1,1,0.056250133,0.166818053,0.779578924,1,1,1,1,1,0.106981702,0.003997409,0.784195263,0.78421832,0.784574468
-4460,1,0.1984,1,1,1,1,1,1,1,1,0.011,0.1984,0,1,0.2312,1,1,1,1,1,1,0.0634,0.2312,0,1,0.548,1,1,1,0.0785,0.548,0,1,1,1,1,1,0.053028241,0,0.080444589,1,1,1,1,1,0.083659396,0,0.354417026,1,1,1,1,1,0.157494634,0,0.766130981,0.766236514,0.766400709
-4461,1,0.1979,1,1,1,1,1,1,1,1,0.0287,0.1979,0,1,0.2309,1,1,1,1,1,1,0.0647,0.2309,0,1,0.5477,1,1,1,0.1161,0.5477,0,1,1,1,1,1,0.08927469,0,0.016250949,1,1,1,1,1,0.087756939,0,0.094050527,1,1,1,1,1,0.204042569,0,0.741602223,0.741696636,0.742021277
-4462,1,0.1973,1,1,1,1,1,1,1,1,0.0366,0.1973,0,1,0.2307,1,1,1,1,1,1,0,0.2307,0,1,0.5475,1,1,1,0.136,0.5475,0,1,1,1,1,1,0.058163621,0,0,1,1,1,1,1,0.01779303,0,0.017228536,1,1,1,1,1,0.253442526,0,0.673936684,0.674000423,0.674202128
-4463,1,0.1967,1,1,1,1,1,1,1,1,0.0787,0.1967,0,1,0.2304,1,1,1,1,1,1,0.0115,0.2304,0,1,0.5473,1,1,1,0.1282,0.5473,0,1,1,1,1,1,0.12129873,0,0.005378828,1,1,1,1,1,0.056929581,0,0.009249478,1,1,1,1,1,0.250102639,0,0.602102465,0.602073197,0.602393617
-4464,1,0.1962,1,1,1,1,1,1,1,1,0.0757,0.1962,0,1,0.2301,1,1,1,1,1,1,0.0026,0.2301,0,1,0.5471,1,1,1,0.1183,0.5471,0,1,1,1,1,1,0.123493366,0,0.035287987,1,1,1,1,1,0.023385108,0,0.002465183,1,1,1,1,1,0.27209428,0,0.548453359,0.548550878,0.548758865
-4465,1,0.1956,1,1,1,1,1,1,1,1,0.0906,0.1956,0,1,0.2298,1,1,1,1,1,1,0.0137,0.2298,0,1,0.5469,1,1,1,0.0828,0.5469,0,1,1,1,1,1,0.15528664,0,0.058431175,1,1,1,1,1,0.04129082,0,0.021208901,1,1,1,1,1,0.20240663,0,0.51377477,0.513645018,0.513741135
-4466,1,0.195,1,1,1,1,1,1,1,1,0.0791,0.195,0,1,0.2296,1,1,1,1,1,1,0.0555,0.2296,0,1,0.5466,1,1,1,0.0722,0.5466,0,1,1,1,1,1,0.156400323,0,0.065168977,1,1,1,1,1,0.091516018,0,0.011147383,1,1,1,1,1,0.17153357,0,0.491239729,0.491220647,0.491578014
-4467,1,0.1945,1,1,1,1,1,1,1,1,0.0798,0.1945,0,1,0.2293,1,1,1,1,1,1,0.0457,0.2293,0,1,0.5464,1,1,1,0.0681,0.5464,0,1,1,1,1,1,0.121229574,0,0.035901219,1,1,1,1,1,0.084878162,0,0,1,1,1,1,1,0.143300831,0,0.478431609,0.478527607,0.478723404
-4468,1,0.1939,1,1,1,1,1,1,1,1,0.068,0.1939,0,1,0.229,1,1,1,1,1,1,0.0416,0.229,0,1,0.5462,1,1,1,0.0286,0.5462,0,1,1,1,1,1,0.101815812,0,0.026873123,1,1,1,1,1,0.069395229,0,0,1,1,1,1,1,0.039154097,0,0.478552441,0.478739158,0.478723404
-4469,1,0.1933,1,1,1,1,1,1,1,1,0.0473,0.1933,0.1516,1,0.2287,1,1,1,1,1,1,0.0062,0.2287,0.1734,1,0.546,1,1,1,0.0152,0.546,0.1341,1,1,1,1,1,0.093472995,0.28632015,0.047029395,1,1,1,1,1,0.013755038,0.277498364,0,1,1,1,1,1,0.025017966,0.310073137,0.493656356,0.493759255,0.493794326
-4470,1,0.1928,1,1,1,1,1,1,1,1,0.0198,0.1928,0.0848,1,0.2285,1,1,1,1,1,1,0,0.2285,0.1214,1,0.5458,1,1,1,0.0142,0.5458,0.0765,1,1,1,1,1,0.052300215,0.592405736,0.059423365,1,1,1,1,1,0.000988139,0.592971087,0.015978796,1,1,1,1,1,0.048344079,0.620917797,0.547426293,0.547493125,0.547429078
-4471,1,0.1922,1,1,1,1,1,1,1,1,0.0151,0.1922,0.2216,1,0.2282,1,1,1,1,1,1,0,0.2282,0.2556,1,0.5455,1,1,1,0.0084,0.5455,0.2169,1,1,1,1,1,0.011171082,0.792516291,0.168292806,1,1,1,1,1,0,0.799856842,0.032200266,1,1,1,1,1,0.018322038,0.794321775,0.619139681,0.619208801,0.619237589
-4472,1,0.1916,1,1,1,1,1,1,1,1,0.0108,0.1916,0.3852,1,0.2279,1,1,1,1,1,1,0,0.2279,0.4092,1,0.5453,1,1,1,0.0127,0.5453,0.3796,1,1,1,1,1,0.002278332,0.862863958,0.084399305,1,1,1,1,1,0.000293031,0.870562434,0,1,1,1,1,1,0.02928995,0.849707723,0.679555341,0.679712291,0.679521277
-4473,1,0.1911,1,1,1,1,1,1,1,1,0.0051,0.1911,0.5053,1,0.2276,1,1,1,1,1,1,0.0086,0.2276,0.5206,1,0.5451,1,1,1,0.0048,0.5451,0.5095,1,1,1,1,1,0.001060737,0.880755782,0.094701245,1,1,1,1,1,0.016391469,0.894801974,0,1,1,1,1,1,0.016333628,0.867988229,0.730364911,0.730484451,0.730496454
-4474,1,0.1905,1,1,1,1,1,1,1,1,0.008,0.1905,0.5913,1,0.2274,1,1,1,1,1,1,0.0089,0.2274,0.6145,1,0.5449,1,1,1,0.0076,0.5449,0.5942,1,1,1,1,1,0.002302204,0.843569398,0.090907782,1,1,1,1,1,0.010404314,0.834825516,0,1,1,1,1,1,0.01740809,0.86893332,0.772957951,0.773006135,0.773049645
-4475,1,0.1899,1,1,1,1,1,1,1,1,0.018,0.1899,0.5977,1,0.2271,1,1,1,1,1,1,0.0141,0.2271,0.5897,1,0.5447,1,1,1,0.0042,0.5447,0.5354,1,1,1,1,1,0.007974,0.853777707,0.052869506,1,1,1,1,1,0.011937976,0.840036035,0,1,1,1,1,1,0.006072049,0.825111926,0.802259546,0.802411678,0.802304965
-4476,1,0.1894,1,1,1,1,1,1,1,1,0.0582,0.1894,0.6319,1,0.2268,1,1,1,1,1,1,0.013,0.2268,0.6352,1,0.5444,1,1,1,0.0126,0.5444,0.6142,1,1,1,1,1,0.014833947,0.888036609,0.028479438,1,1,1,1,1,0.012404978,0.901707053,0,1,1,1,1,1,0.006692015,0.775236189,0.821350894,0.821451238,0.821365248
-4477,1,0.1888,1,1,1,1,1,1,1,1,0.0739,0.1888,0.614,1,0.2265,1,1,1,1,1,1,0.0084,0.2265,0.6337,1,0.5442,1,1,1,0.0216,0.5442,0.5457,1,1,1,1,1,0.01546809,0.88558805,0.01527492,1,1,1,1,1,0.010063907,0.912517369,0,1,1,1,1,1,0.019716345,0.782313585,0.841408893,0.841548551,0.841755319
-4478,1,0.1882,1,1,1,1,1,1,1,1,0.0806,0.1882,0.5582,1,0.2263,1,1,1,1,1,1,0.0547,0.2263,0.5851,1,0.544,1,1,1,0.0097,0.544,0.5063,1,1,1,1,1,0.013322551,0.852453113,0.00286159,1,1,1,1,1,0.044298828,0.897323787,0,1,1,1,1,1,0.047811072,0.807759345,0.854035766,0.854241591,0.854609929
-4479,1,0.1876,1,1,1,1,1,1,1,1,0.1061,0.1876,0.4593,1,0.226,1,1,1,1,1,1,0.0524,0.226,0.4851,1,0.5438,1,1,1,0.0202,0.5438,0.4026,1,1,1,1,1,0.024783194,0.847798765,0.0192232,1,1,1,1,1,0.04009385,0.872974455,0,1,1,1,1,1,0.079617716,0.755025506,0.864064766,0.864184472,0.864361702
-4480,1,0.1871,1,1,1,1,1,1,1,1,0.117,0.1871,0.332,1,0.2257,1,1,1,1,1,1,0.0186,0.2257,0.3765,1,0.5435,1,1,1,0.0246,0.5435,0.2829,1,1,1,1,1,0.02092715,0.835634768,0.033841677,1,1,1,1,1,0.021946393,0.84497124,0.000340314,1,1,1,1,1,0.080322996,0.772390127,0.869320928,0.869473239,0.869680851
-4481,1,0.1865,1,1,1,1,1,1,1,1,0.1185,0.1865,0.1649,1,0.2254,1,1,1,1,1,1,0,0.2254,0.2154,1,0.5433,1,1,1,0.0377,0.5433,0.1344,1,1,1,1,1,0.024917813,0.372043788,0.111601762,1,1,1,1,1,0.01241737,0.567416251,0.078909695,1,1,1,1,1,0.105159879,0.556317031,0.866420976,0.86651153,0.867021277
-4482,1,0.1859,1,1,1,1,1,1,1,1,0.1568,0.1859,0.0539,1,0.2252,1,1,1,1,1,1,0,0.2252,0.0699,1,0.5431,1,1,1,0.0391,0.5431,0.0579,1,1,1,1,1,0.029856538,0.092082605,0.260396898,1,1,1,1,1,0.010891998,0.122037217,0.139729589,1,1,1,1,1,0.116395891,0.055363752,0.837481875,0.837740639,0.837765957
-4483,1,0.1854,1,1,1,1,1,1,1,1,0.1448,0.1854,0.0018,1,0.2249,1,1,1,1,1,1,0.0049,0.2249,0.0001,1,0.5429,1,1,1,0.0656,0.5429,0,1,1,1,1,1,0.036172457,0,0.352989167,1,1,1,1,1,0.016817087,0,0.180565178,1,1,1,1,1,0.154293463,0,0.804615756,0.804738735,0.804964539
-4484,1,0.1848,1,1,1,1,1,1,1,1,0.1657,0.1848,0,1,0.2246,1,1,1,1,1,1,0.004,0.2246,0,1,0.5427,1,1,1,0.111,0.5427,0,1,1,1,1,1,0.04311474,0,0.435246348,1,1,1,1,1,0.027926249,0,0.234177232,1,1,1,1,1,0.228089586,0,0.793499275,0.79352655,0.793439716
-4485,1,0.1842,1,1,1,1,1,1,1,1,0.155,0.1842,0,1,0.2244,1,1,1,1,1,1,0.0066,0.2244,0,1,0.5424,1,1,1,0.0988,0.5424,0,1,1,1,1,1,0.06788341,0,0.361470014,1,1,1,1,1,0.046756849,0,0.364958912,1,1,1,1,1,0.234123677,0,0.769151764,0.769198223,0.769503546
-4486,1,0.1837,1,1,1,1,1,1,1,1,0.2766,0.1837,0,1,0.2241,1,1,1,1,1,1,0.0114,0.2241,0,1,0.5422,1,1,1,0.128,0.5422,0,1,1,1,1,1,0.188613445,0,0.550160944,1,1,1,1,1,0.06953223,0,0.432914943,1,1,1,1,1,0.26865533,0,0.708313195,0.708483182,0.708776596
-4487,1,0.1831,1,1,1,1,1,1,1,1,0.2913,0.1831,0,1,0.2238,1,1,1,1,1,1,0.1788,0.2238,0,1,0.542,1,1,1,0.1459,0.542,0,1,1,1,1,1,0.281235993,0,0.619658947,1,1,1,1,1,0.2192792,0,0.789837182,1,1,1,1,1,0.390497416,0,0.642460126,0.642479374,0.642730496
-4488,1,0.1825,1,1,1,1,1,1,1,1,0.276,0.1825,0,1,0.2235,1,1,1,1,1,1,0.4205,0.2235,0,1,0.5418,1,1,1,0.1743,0.5418,0,1,1,1,1,1,0.276597202,0,0.935366154,1,1,1,1,1,0.406765699,0,1,1,1,1,1,1,0.478357464,0,0.591167231,0.591284113,0.591312057
-4489,1,0.182,1,1,1,1,1,1,1,1,0.3214,0.182,0,1,0.2233,1,1,1,1,1,1,0.4383,0.2233,0,1,0.5416,1,1,1,0.197,0.5416,0,1,1,1,1,1,0.34288311,0,1,1,1,1,1,1,0.524861395,0,1,1,1,1,1,1,0.522042513,0,0.556549058,0.556589803,0.556737589
-4490,1,0.1814,1,1,1,1,1,1,1,1,0.3687,0.1814,0,1,0.223,1,1,1,1,1,1,0.2666,0.223,0,1,0.5413,1,1,1,0.1567,0.5413,0,1,1,1,1,1,0.431612492,0,1,1,1,1,1,1,0.375841498,0,1,1,1,1,1,1,0.433700353,0,0.532866119,0.532896129,0.533244681
-4491,1,0.1808,1,1,1,1,1,1,1,1,0.3421,0.1808,0,1,0.2227,1,1,1,1,1,1,0.275,0.2227,0,1,0.5411,1,1,1,0.1452,0.5411,0,1,1,1,1,1,0.390602827,0,1,1,1,1,1,1,0.323068351,0,1,1,1,1,1,1,0.384740829,0,0.518003867,0.518087582,0.518173759
-4492,1,0.1803,1,1,1,1,1,1,1,1,0.3135,0.1803,0,1,0.2224,1,1,1,1,1,1,0.2902,0.2224,0,1,0.5409,1,1,1,0.1069,0.5409,0,1,1,1,1,1,0.336288303,0,1,1,1,1,1,1,0.321069717,0,1,1,1,1,1,1,0.274951279,0,0.511962301,0.511952613,0.511968085
-4493,1,0.1797,1,1,1,1,1,1,1,1,0.17,0.1797,0.0746,1,0.2222,1,1,1,1,1,1,0.4004,0.2222,0.1148,1,0.5407,1,1,1,0.119,0.5407,0.0006,1,1,1,1,1,0.265694797,0.096646026,1,1,1,1,1,1,0.39681837,0.16866073,1,1,1,1,1,1,0.319535762,9.53E-07,0.511116481,0.51110641,0.51108156
-4494,1,0.1791,1,1,1,1,1,1,1,1,0.1082,0.1791,0.094,1,0.2219,1,1,1,1,1,1,0.0852,0.2219,0.1246,1,0.5404,1,1,1,0.1427,0.5404,0.1109,1,1,1,1,1,0.097987734,0.366840094,1,1,1,1,1,1,0.080391131,0.330700248,1,1,1,1,1,1,0.354771584,0.13985537,0.532503625,0.532684578,0.532801418
-4495,1,0.1786,1,1,1,1,1,1,1,1,0.0311,0.1786,0.2183,1,0.2216,1,1,1,1,1,1,0.0333,0.2216,0.2414,1,0.5402,1,1,1,0.1043,0.5402,0.208,1,1,1,1,1,0.030278277,0.520771325,0.993175745,1,1,1,1,1,0.030578811,0.470787406,0.993738294,1,1,1,1,1,0.265683413,0.289335608,0.58337361,0.583456738,0.583333333
-4496,1,0.178,1,1,1,1,1,1,1,1,0.0315,0.178,0.3221,1,0.2213,1,1,1,1,1,1,0.0066,0.2213,0.3138,1,0.54,1,1,1,0.0633,0.54,0.3179,1,1,1,1,1,0.013793694,0.508028865,0.60680294,1,1,1,1,1,0.013901452,0.473971069,0.523657918,1,1,1,1,1,0.192755416,0.418217778,0.647957951,0.647979691,0.648049645
-4497,1,0.1774,1,1,1,1,1,1,1,1,0.008,0.1774,0.3609,1,0.2211,1,1,1,1,1,1,0.0123,0.2211,0.376,1,0.5398,1,1,1,0.0971,0.5398,0.4411,1,1,1,1,1,0.007774655,0.494603813,0.550085306,1,1,1,1,1,0.010569578,0.517088592,0.347328842,1,1,1,1,1,0.207034945,0.495713681,0.702936201,0.702982864,0.703014184
-4498,1,0.1769,1,1,1,1,1,1,1,1,0.0037,0.1769,0.3746,1,0.2208,1,1,1,1,1,1,0.0029,0.2208,0.442,1,0.5396,1,1,1,0.0865,0.5396,0.4904,1,1,1,1,1,0.002026606,0.512572706,0.482496083,1,1,1,1,1,0.010959362,0.650633633,0.154282466,1,1,1,1,1,0.090919241,0.545266569,0.740877235,0.740850434,0.741134752
-4499,1,0.1763,1,1,1,1,1,1,1,1,0.0208,0.1763,0.4013,1,0.2205,1,1,1,1,1,1,0.061,0.2205,0.5073,1,0.5393,1,1,1,0.0962,0.5393,0.5013,1,1,1,1,1,0.036040179,0.556717932,0.401961625,1,1,1,1,1,0.072294928,0.764585376,0.121243209,1,1,1,1,1,0.07144656,0.600699365,0.767218463,0.767294267,0.767730496
-4500,1,0.1757,1,1,1,1,1,1,1,1,0.0284,0.1757,0.3806,1,0.2202,1,1,1,1,1,1,0.1466,0.2202,0.4423,1,0.5391,1,1,1,0.1862,0.5391,0.5646,1,1,1,1,1,0.064880416,0.556104302,0.541372895,1,1,1,1,1,0.129359931,0.606846809,0.275048971,1,1,1,1,1,0.188580796,0.620971262,0.785161914,0.785276074,0.785460993
-4501,1,0.1751,1,1,1,1,1,1,1,1,0.0467,0.1751,0.377,1,0.22,1,1,1,1,1,1,0.2281,0.22,0.3761,1,0.5389,1,1,1,0.1379,0.5389,0.5653,1,1,1,1,1,0.052315503,0.501961946,0.457297385,1,1,1,1,1,0.218277231,0.525169551,0.291021228,1,1,1,1,1,0.153882176,0.662165582,0.785041083,0.785064523,0.78501773
-4502,1,0.1746,1,1,1,1,1,1,1,1,0.1359,0.1746,0.3338,1,0.2197,1,1,1,1,1,1,0.2596,0.2197,0.3463,1,0.5387,1,1,1,0.179,0.5387,0.5488,1,1,1,1,1,0.114136755,0.503515661,0.516245425,1,1,1,1,1,0.279489696,0.490185916,0.35068509,1,1,1,1,1,0.259061217,0.697864532,0.768245529,0.76835202,0.768173759
-4503,1,0.174,1,1,1,1,1,1,1,1,0.1988,0.174,0.3031,1,0.2194,1,1,1,1,1,1,0.2022,0.2194,0.275,1,0.5385,1,1,1,0.1389,0.5385,0.4565,1,1,1,1,1,0.16276294,0.517669022,0.847153366,1,1,1,1,1,0.209442586,0.430433393,0.264634818,1,1,1,1,1,0.207866341,0.710493684,0.752356211,0.75248572,0.752659574
-4504,1,0.1734,1,1,1,1,1,1,1,1,0.1626,0.1734,0.2765,1,0.2191,1,1,1,1,1,1,0.2055,0.2191,0.2746,1,0.5382,1,1,1,0.1873,0.5382,0.3148,1,1,1,1,1,0.169175163,0.506136,0.929117382,1,1,1,1,1,0.219367459,0.412760019,0.787781358,1,1,1,1,1,0.260577291,0.728330374,0.752174964,0.75227417,0.752216312
-4505,1,0.1729,1,1,1,1,1,1,1,1,0.1498,0.1729,0.1654,1,0.2189,1,1,1,1,1,1,0.1494,0.2189,0.1788,1,0.538,1,1,1,0.2072,0.538,0.1467,1,1,1,1,1,0.129261166,0.407688022,0.999773741,1,1,1,1,1,0.150124639,0.38187173,1,1,1,1,1,1,0.356799692,0.662014306,0.756706138,0.756716734,0.757092199
-4506,1,0.1723,1,1,1,1,1,1,1,1,0.1504,0.1723,0.0663,1,0.2186,1,1,1,1,1,1,0.1758,0.2186,0.0714,1,0.5378,1,1,1,0.2436,0.5378,0.0629,1,1,1,1,1,0.134876266,0.274834365,1,1,1,1,1,1,0.175994366,0.149463907,1,1,1,1,1,1,0.496245116,0.46551162,0.748127115,0.748254707,0.74822695
-4507,1,0.1717,1,1,1,1,1,1,1,1,0.1295,0.1717,0.0062,1,0.2183,1,1,1,1,1,1,0.045,0.2183,0,1,0.5376,1,1,1,0.2325,0.5376,0,1,1,1,1,1,0.094509833,0.00099648,0.964839101,1,1,1,1,1,0.070739061,0,0.72032702,1,1,1,1,1,0.427159995,0.029156109,0.727887869,0.727945843,0.727836879
-4508,1,0.1712,1,1,1,1,1,1,1,1,0.0833,0.1712,0,1,0.2181,1,1,1,1,1,1,0.1532,0.2181,0,1,0.5374,1,1,1,0.2537,0.5374,0,1,1,1,1,1,0.1487661,0,0.860168099,1,1,1,1,1,0.200545222,0,0.143500775,1,1,1,1,1,0.49635905,0,0.716650556,0.716733658,0.716755319
-4509,1,0.1706,1,1,1,1,1,1,1,1,0.127,0.1706,0,1,0.2178,1,1,1,1,1,1,0.2994,0.2178,0,1,0.5371,1,1,1,0.3059,0.5371,0,1,1,1,1,1,0.26770556,0,0.585268199,1,1,1,1,1,0.304919809,0,0.3046529,1,1,1,1,1,0.520116329,0,0.703721605,0.703829067,0.703900709
-4510,1,0.17,1,1,1,1,1,1,1,1,0.1534,0.17,0,1,0.2175,1,1,1,1,1,1,0.316,0.2175,0,1,0.5369,1,1,1,0.3129,0.5369,0,1,1,1,1,1,0.287789464,0,0.873058498,1,1,1,1,1,0.32879436,0,0.113174886,1,1,1,1,1,0.512134492,0,0.656718221,0.656653268,0.656914894
-4511,1,0.1695,1,1,1,1,1,1,1,1,0.1954,0.1695,0,1,0.2172,1,1,1,1,1,1,0.1863,0.2172,0,1,0.5367,1,1,1,0.2488,0.5367,0,1,1,1,1,1,0.348548025,0,0.875947118,1,1,1,1,1,0.228480622,0,0.145807594,1,1,1,1,1,0.418082684,0,0.600531658,0.600592342,0.600620567
-4512,1,0.1689,1,1,1,1,1,1,1,1,0.2417,0.1689,0,1,0.217,1,1,1,1,1,1,0.2657,0.217,0,1,0.5365,1,1,1,0.2767,0.5365,0,1,1,1,1,1,0.415165961,0,0.801316738,1,1,1,1,1,0.333288223,0,0.022712043,1,1,1,1,1,0.492622852,0,0.550507492,0.550666385,0.550975177
-4513,1,0.1683,1,1,1,1,1,1,1,1,0.2712,0.1683,0,1,0.2167,1,1,1,1,1,1,0.2858,0.2167,0,1,0.5362,1,1,1,0.2427,0.5362,0,1,1,1,1,1,0.421527416,0,0.584855199,1,1,1,1,1,0.364053369,0,0.09706676,1,1,1,1,1,0.452406555,0,0.516070565,0.516183626,0.516400709
-4514,1,0.1678,1,1,1,1,1,1,1,1,0.2566,0.1678,0,1,0.2164,1,1,1,1,1,1,0.2783,0.2164,0,1,0.536,1,1,1,0.2103,0.536,0,1,1,1,1,1,0.371157169,0,0.495415688,1,1,1,1,1,0.378977954,0,0.035979845,1,1,1,1,1,0.421732664,0,0.49220638,0.492278401,0.492021277
-4515,1,0.1672,1,1,1,1,1,1,1,1,0.2011,0.1672,0,1,0.2161,1,1,1,1,1,1,0.188,0.2161,0,1,0.5358,1,1,1,0.1886,0.5358,0,1,1,1,1,1,0.266415417,0,0.393248618,1,1,1,1,1,0.298926353,0,0.013702357,1,1,1,1,1,0.377208143,0,0.476860802,0.476835202,0.476950355
-4516,1,0.1666,1,1,1,1,1,1,1,1,0.1741,0.1666,0,1,0.2159,1,1,1,1,1,1,0.2302,0.2159,0,1,0.5356,1,1,1,0.1775,0.5356,0,1,1,1,1,1,0.210342884,0,0.253154248,1,1,1,1,1,0.346858203,0,0.00778089,1,1,1,1,1,0.335629463,0,0.468281779,0.468373175,0.468085106
-4517,1,0.1661,1,1,1,1,1,1,1,1,0.1093,0.1661,0.1241,1,0.2156,1,1,1,1,1,1,0.1906,0.2156,0.1273,1,0.5354,1,1,1,0.141,0.5354,0.154,1,1,1,1,1,0.128301203,0.187186554,0.172797814,1,1,1,1,1,0.298137665,0.189793617,0.001890053,1,1,1,1,1,0.276557267,0.207789525,0.459944418,0.459911149,0.459663121
-4518,1,0.1655,1,1,1,1,1,1,1,1,0.0719,0.1655,0.0868,1,0.2153,1,1,1,1,1,1,0.084,0.2153,0.1108,1,0.5351,1,1,1,0.1536,0.5351,0.0717,1,1,1,1,1,0.123986363,0.534038723,0.139169976,1,1,1,1,1,0.119236171,0.511660457,0.011096336,1,1,1,1,1,0.282501608,0.576651096,0.476256646,0.476412101,0.476507092
-4519,1,0.1649,1,1,1,1,1,1,1,1,0.0657,0.1649,0.2205,1,0.215,1,1,1,1,1,1,0.048,0.215,0.2493,1,0.5349,1,1,1,0.1935,0.5349,0.2153,1,1,1,1,1,0.065185688,0.765039563,0.040942736,1,1,1,1,1,0.046916105,0.746162057,0.039993461,1,1,1,1,1,0.300858885,0.79816699,0.521145481,0.521260842,0.521276596
-4520,1,0.1649,1,1,1,1,1,1,1,1,0.0691,0.1649,0.385,1,0.215,1,1,1,1,1,1,0.0095,0.215,0.4029,1,0.5349,1,1,1,0.197,0.5349,0.3855,1,1,1,1,1,0.044559486,0.850887299,0.155120045,1,1,1,1,1,0.022832684,0.836577535,0.112954453,1,1,1,1,1,0.296564102,0.868790507,0.580654906,0.580706579,0.580673759
-4521,1,0.1649,1,1,1,1,1,1,1,1,0.0617,0.1649,0.5096,1,0.215,1,1,1,1,1,1,0,0.215,0.5159,1,0.5349,1,1,1,0.2598,0.5349,0.4868,1,1,1,1,1,0.052009199,0.877342165,0.103837833,1,1,1,1,1,0.007041526,0.868595958,0.08834137,1,1,1,1,1,0.285074264,0.902234197,0.636237313,0.636344404,0.636524823
-4522,1,0.1649,1,1,1,1,1,1,1,1,0.0281,0.1649,0.6007,1,0.215,1,1,1,1,1,1,0,0.215,0.5921,1,0.5349,1,1,1,0.3018,0.5349,0.6,1,1,1,1,1,0.047358088,0.885475457,0.016609415,1,1,1,1,1,0.000638992,0.863911569,0.010328273,1,1,1,1,1,0.428020179,0.919418216,0.682636539,0.682674,0.683067376
-4523,1,0.1649,1,1,1,1,1,1,1,1,0.0824,0.1649,0.631,1,0.215,1,1,1,1,1,1,0.0563,0.215,0.6084,1,0.5349,1,1,1,0.3219,0.5349,0.6606,1,1,1,1,1,0.139889747,0.884513021,0,1,1,1,1,1,0.043854896,0.877058506,0,1,1,1,1,1,0.434151322,0.930836082,0.719852586,0.719906918,0.719858156
-4524,1,0.1649,1,1,1,1,1,1,1,1,0.0881,0.1649,0.6153,1,0.215,1,1,1,1,1,1,0.0878,0.215,0.6164,1,0.5349,1,1,1,0.3692,0.5349,0.6735,1,1,1,1,1,0.169335708,0.867800117,0.00221274,1,1,1,1,1,0.058685821,0.875095785,0.013459424,1,1,1,1,1,0.459732741,0.92317605,0.744139681,0.744235244,0.744680851
-4525,1,0.1649,1,1,1,1,1,1,1,1,0.1243,0.1649,0.6066,1,0.215,1,1,1,1,1,1,0.0562,0.215,0.6162,1,0.5349,1,1,1,0.2335,0.5349,0.6665,1,1,1,1,1,0.151931778,0.856849611,0.003649575,1,1,1,1,1,0.047788695,0.853738308,0,1,1,1,1,1,0.386316329,0.917986631,0.757249879,0.757351386,0.757535461
-4526,1,0.1649,1,1,1,1,1,1,1,1,0.1827,0.1649,0.5631,1,0.215,1,1,1,1,1,1,0.1011,0.215,0.5802,1,0.5349,1,1,1,0.354,0.5349,0.598,1,1,1,1,1,0.208514675,0.864134312,0.030052401,1,1,1,1,1,0.126984254,0.841626406,0,1,1,1,1,1,0.541039228,0.915180922,0.766855969,0.766871166,0.767287234
-4527,1,0.1649,1,1,1,1,1,1,1,1,0.1557,0.1649,0.4664,1,0.215,1,1,1,1,1,1,0.2516,0.215,0.4874,1,0.5349,1,1,1,0.3922,0.5349,0.4836,1,1,1,1,1,0.156313032,0.838619232,0.078271203,1,1,1,1,1,0.249028042,0.808674097,0.008037958,1,1,1,1,1,0.463180721,0.894048631,0.775978734,0.775967844,0.776152482
-4528,1,0.1649,1,1,1,1,1,1,1,1,0.1801,0.1649,0.3333,1,0.215,1,1,1,1,1,1,0.3314,0.215,0.3753,1,0.5349,1,1,1,0.4239,0.5349,0.3322,1,1,1,1,1,0.234723419,0.795750916,0.146415666,1,1,1,1,1,0.280476391,0.789936185,0.052008905,1,1,1,1,1,0.406755865,0.848128557,0.787276462,0.78739158,0.787234043
-4529,1,0.1649,1,1,1,1,1,1,1,1,0.1924,0.1649,0.168,1,0.215,1,1,1,1,1,1,0.1463,0.215,0.2182,1,0.5349,1,1,1,0.2488,0.5349,0.1466,1,1,1,1,1,0.265369624,0.70194149,0.230136752,1,1,1,1,1,0.171185672,0.693864286,0.030449478,1,1,1,1,1,0.271063656,0.769573987,0.793620106,0.79352655,0.793882979
-4530,1,0.1649,1,1,1,1,1,1,1,1,0.2155,0.1649,0.0733,1,0.215,1,1,1,1,1,1,0.1251,0.215,0.1033,1,0.5349,1,1,1,0.1917,0.5349,0.069,1,1,1,1,1,0.290846705,0.453967035,0.429038733,1,1,1,1,1,0.159931213,0.481114686,0.104623571,1,1,1,1,1,0.210464582,0.538572669,0.782201547,0.782314364,0.782801418
-4531,1,0.1649,1,1,1,1,1,1,1,1,0.1807,0.1649,0.0316,1,0.215,1,1,1,1,1,1,0.1783,0.215,0.0648,1,0.5349,1,1,1,0.1272,0.5349,0.2136,1,1,1,1,1,0.19124566,0.051359773,0.414613783,1,1,1,1,1,0.203215271,0.107790567,0.130316243,1,1,1,1,1,0.133535147,0.183130667,0.758397777,0.75862069,0.758865248
-4532,1,0.1649,1,1,1,1,1,1,1,1,0.1804,0.1649,0,1,0.215,1,1,1,1,1,1,0.1241,0.215,0,1,0.5349,1,1,1,0.1624,0.5349,0,1,1,1,1,1,0.148455396,0,0.514826894,1,1,1,1,1,0.160956562,0,0.340668619,1,1,1,1,1,0.241872549,0,0.750483325,0.750581764,0.750886525
-4533,1,0.1649,1,1,1,1,1,1,1,1,0.22,0.1649,0,1,0.215,1,1,1,1,1,1,0.1463,0.215,0,1,0.5349,1,1,1,0.1579,0.5349,0,1,1,1,1,1,0.226717234,0,0.865889251,1,1,1,1,1,0.254755795,0,0.650078535,1,1,1,1,1,0.233888656,0,0.73260029,0.732811508,0.732712766
-4534,1,0.1649,1,1,1,1,1,1,1,1,0.157,0.1649,0,1,0.215,1,1,1,1,1,1,0.1535,0.215,0,1,0.5349,1,1,1,0.2398,0.5349,0,1,1,1,1,1,0.261281937,0,0.638395667,1,1,1,1,1,0.259614319,0,0.338563889,1,1,1,1,1,0.362082958,0,0.669526341,0.669557859,0.669769504
-4535,1,0.1649,1,1,1,1,1,1,1,1,0.2038,0.1649,0,1,0.215,1,1,1,1,1,1,0.3403,0.215,0,1,0.5349,1,1,1,0.2619,0.5349,0,1,1,1,1,1,0.281665176,0,0.679180741,1,1,1,1,1,0.452457398,0,0.104858905,1,1,1,1,1,0.458242416,0,0.598960851,0.598899937,0.59929078
-4536,1,0.1649,1,1,1,1,1,1,1,1,0.3011,0.1649,0,1,0.215,1,1,1,1,1,1,0.2008,0.215,0,1,0.5349,1,1,1,0.344,0.5349,0,1,1,1,1,1,0.240215376,0,0.606531143,1,1,1,1,1,0.327164173,0,0.138351589,1,1,1,1,1,0.634339333,0,0.544043016,0.544108314,0.544326241
-4537,1,0.1649,1,1,1,1,1,1,1,1,0.3328,0.1649,0,1,0.215,1,1,1,1,1,1,0.2104,0.215,0,1,0.5349,1,1,1,0.3625,0.5349,0,1,1,1,1,1,0.185202345,0,0.53185463,1,1,1,1,1,0.362368703,0,0.215465978,1,1,1,1,1,0.639220059,0,0.507129048,0.507086947,0.507092199
-4538,1,0.1649,1,1,1,1,1,1,1,1,0.1891,0.1649,0,1,0.215,1,1,1,1,1,1,0.1505,0.215,0,1,0.5349,1,1,1,0.3284,0.5349,0,1,1,1,1,1,0.127422094,0,0.612564385,1,1,1,1,1,0.26760906,0,0.172554716,1,1,1,1,1,0.581608474,0,0.483808603,0.483816374,0.483599291
-4539,1,0.1649,1,1,1,1,1,1,1,1,0.1859,0.1649,0,1,0.215,1,1,1,1,1,1,0.1778,0.215,0,1,0.5349,1,1,1,0.3154,0.5349,0,1,1,1,1,1,0.226742491,0,0.517863333,1,1,1,1,1,0.282688975,0,0.239704713,1,1,1,1,1,0.582918942,0,0.470637989,0.470911783,0.470744681
-4540,1,0.1649,1,1,1,1,1,1,1,1,0.1686,0.1649,0,1,0.215,1,1,1,1,1,1,0.2679,0.215,0,1,0.5349,1,1,1,0.2297,0.5349,0,1,1,1,1,1,0.251657426,0,0.240269959,1,1,1,1,1,0.344096869,0,0.636253953,1,1,1,1,1,0.397720844,0,0.47202755,0.471969537,0.472074468
-4541,1,0.1649,1,1,1,1,1,1,1,1,0.1381,0.1649,0.1589,1,0.215,1,1,1,1,1,1,0.1931,0.215,0.1619,1,0.5349,1,1,1,0.169,0.5349,0.1953,1,1,1,1,1,0.228671297,0.299790382,0.24293083,1,1,1,1,1,0.2610403,0.200785637,0.527930677,1,1,1,1,1,0.284113228,0.419684321,0.48900435,0.489105141,0.489361702
-4542,1,0.1649,1,1,1,1,1,1,1,1,0.0635,0.1649,0.0943,1,0.215,1,1,1,1,1,1,0.0198,0.215,0.1276,1,0.5349,1,1,1,0.1035,0.5349,0.0696,1,1,1,1,1,0.098503828,0.586710632,0.399398923,1,1,1,1,1,0.035371304,0.418061167,0.353842407,1,1,1,1,1,0.168322206,0.719482005,0.544345094,0.544531415,0.544326241
-4543,1,0.1649,1,1,1,1,1,1,1,1,0.0336,0.1649,0.2225,1,0.215,1,1,1,1,1,1,0,0.215,0.2324,1,0.5349,1,1,1,0.0774,0.5349,0.2185,1,1,1,1,1,0.024369784,0.748446107,0.325467736,1,1,1,1,1,0.001179286,0.648640692,0.263336897,1,1,1,1,1,0.129346669,0.880134284,0.611164814,0.611169875,0.611258865
-4544,1,0.1649,1,1,1,1,1,1,1,1,0.0064,0.1649,0.3699,1,0.215,1,1,1,1,1,1,0,0.215,0.3786,1,0.5349,1,1,1,0.1123,0.5349,0.3998,1,1,1,1,1,0.001666868,0.824808836,0.276387751,1,1,1,1,1,0.000224048,0.804775596,0.399657339,1,1,1,1,1,0.193776041,0.926323891,0.657564041,0.657711022,0.657801418
-4545,1,0.1649,1,1,1,1,1,1,1,1,0.0199,0.1649,0.5086,1,0.215,1,1,1,1,1,1,0,0.215,0.5158,1,0.5349,1,1,1,0.1987,0.5349,0.5365,1,1,1,1,1,0.033098325,0.896960616,0.339927465,1,1,1,1,1,0.002698997,0.873093545,0.501406312,1,1,1,1,1,0.271334618,0.945712328,0.694478009,0.694520838,0.694592199
-4546,1,0.1649,1,1,1,1,1,1,1,1,0.0428,0.1649,0.5908,1,0.215,1,1,1,1,1,1,0.0285,0.215,0.601,1,0.5349,1,1,1,0.2974,0.5349,0.64,1,1,1,1,1,0.084989823,0.896962404,0.267819166,1,1,1,1,1,0.028726274,0.879751801,0.287691414,1,1,1,1,1,0.430798322,0.961536348,0.723960851,0.72392638,0.723847518
-4547,1,0.1649,1,1,1,1,1,1,1,1,0.0601,0.1649,0.6336,1,0.215,1,1,1,1,1,1,0.1177,0.215,0.6416,1,0.5349,1,1,1,0.3,0.5349,0.6795,1,1,1,1,1,0.10179013,0.907057583,0.135218084,1,1,1,1,1,0.098219194,0.906283855,0.169071481,1,1,1,1,1,0.473910749,0.963922143,0.74359594,0.743600592,0.743794326
-4548,1,0.1649,1,1,1,1,1,1,1,1,0.0469,0.1649,0.6495,1,0.215,1,1,1,1,1,1,0.1393,0.215,0.6538,1,0.5349,1,1,1,0.2266,0.5349,0.6835,1,1,1,1,1,0.074527383,0.910188437,0.00595954,1,1,1,1,1,0.105961427,0.917593181,0,1,1,1,1,1,0.32666406,0.952722192,0.75779362,0.757774487,0.757978723
-4549,1,0.1649,1,1,1,1,1,1,1,1,0.0599,0.1649,0.6516,1,0.215,1,1,1,1,1,1,0.1106,0.215,0.6476,1,0.5349,1,1,1,0.1953,0.5349,0.6841,1,1,1,1,1,0.074972689,0.910532176,0.022566065,1,1,1,1,1,0.086091965,0.911207974,0.041409686,1,1,1,1,1,0.255868077,0.95767051,0.773078782,0.773006135,0.773049645
-4550,1,0.1649,1,1,1,1,1,1,1,1,0.0658,0.1649,0.5842,1,0.215,1,1,1,1,1,1,0.0354,0.215,0.5803,1,0.5349,1,1,1,0.2326,0.5349,0.6065,1,1,1,1,1,0.070355937,0.889499843,0.025723204,1,1,1,1,1,0.032383006,0.865862191,0,1,1,1,1,1,0.331204087,0.949376404,0.782141131,0.782102814,0.782358156
-4551,1,0.1649,1,1,1,1,1,1,1,1,0.0641,0.1649,0.4786,1,0.215,1,1,1,1,1,1,0,0.215,0.4959,1,0.5349,1,1,1,0.2136,0.5349,0.4861,1,1,1,1,1,0.06842611,0.876704574,0.025964664,1,1,1,1,1,0.000935695,0.851410627,0,1,1,1,1,1,0.229241759,0.930969119,0.787699372,0.787603131,0.787677305
-4552,1,0.1649,1,1,1,1,1,1,1,1,0.082,0.1649,0.3446,1,0.215,1,1,1,1,1,1,0.0078,0.215,0.3844,1,0.5349,1,1,1,0.2924,0.5349,0.3345,1,1,1,1,1,0.09920758,0.85985595,0.055186227,1,1,1,1,1,0.014803994,0.841366291,0.000282723,1,1,1,1,1,0.276251793,0.903919339,0.792713871,0.792680347,0.792996454
-4553,1,0.1649,1,1,1,1,1,1,1,1,0.0694,0.1649,0.1706,1,0.215,1,1,1,1,1,1,0.0352,0.215,0.2211,1,0.5349,1,1,1,0.257,0.5349,0.1434,1,1,1,1,1,0.087624073,0.752737641,0.141481429,1,1,1,1,1,0.040905938,0.719171047,0.001675393,1,1,1,1,1,0.318502545,0.807012975,0.78981392,0.789718638,0.789893617
-4554,1,0.1649,1,1,1,1,1,1,1,1,0.0812,0.1649,0.0752,1,0.215,1,1,1,1,1,1,0.0859,0.215,0.108,1,0.5349,1,1,1,0.1674,0.5349,0.0655,1,1,1,1,1,0.1061652,0.528079152,0.046367299,1,1,1,1,1,0.085995793,0.505563676,0.03224843,1,1,1,1,1,0.217251033,0.587836385,0.768064282,0.76814047,0.768173759
-4555,1,0.1649,1,1,1,1,1,1,1,1,0.0354,0.1649,0.1152,1,0.215,1,1,1,1,1,1,0.2305,0.215,0.1398,1,0.5349,1,1,1,0.1194,0.5349,0.2656,1,1,1,1,1,0.095668674,0.17240265,0.002320517,1,1,1,1,1,0.21528694,0.153020129,0.000460733,1,1,1,1,1,0.225013316,0.239153013,0.738641856,0.738734927,0.73891844
-4556,1,0.1649,1,1,1,1,1,1,1,1,0.0337,0.1649,0,1,0.215,1,1,1,1,1,1,0.0756,0.215,0,1,0.5349,1,1,1,0.2242,0.5349,0,1,1,1,1,1,0.091237642,0,0.000503597,1,1,1,1,1,0.099840291,0,0.001722251,1,1,1,1,1,0.469202638,0,0.722692122,0.722657076,0.722960993
-4557,1,0.1649,1,1,1,1,1,1,1,1,0.1112,0.1649,0,1,0.215,1,1,1,1,1,1,0.0586,0.215,0,1,0.5349,1,1,1,0.3088,0.5349,0,1,1,1,1,1,0.229856327,0,0.027175836,1,1,1,1,1,0.08876694,0,0.087625399,1,1,1,1,1,0.552122474,0,0.696955051,0.696847895,0.697251773
-4558,1,0.1649,1,1,1,1,1,1,1,1,0.0928,0.1649,0,1,0.215,1,1,1,1,1,1,0.0876,0.215,0,1,0.5349,1,1,1,0.3262,0.5349,0,1,1,1,1,1,0.172652885,0,0.040392715,1,1,1,1,1,0.10952919,0,0.05060184,1,1,1,1,1,0.542490721,0,0.628685355,0.62872858,0.628989362
-4559,1,0.1649,1,1,1,1,1,1,1,1,0.0681,0.1649,0,1,0.215,1,1,1,1,1,1,0.3006,0.215,0,1,0.5349,1,1,1,0.3235,0.5349,0,1,1,1,1,1,0.13417843,0,0.052731574,1,1,1,1,1,0.304177642,0,0.031946339,1,1,1,1,1,0.539355338,0,0.559086515,0.559128411,0.558953901
-4560,1,0.1649,1,1,1,1,1,1,1,1,0.0432,0.1649,0,1,0.215,1,1,1,1,1,1,0.209,0.215,0,1,0.5349,1,1,1,0.3244,0.5349,0,1,1,1,1,1,0.126800567,0,0.009040922,1,1,1,1,1,0.355337381,0,0.000429319,1,1,1,1,1,0.586952448,0,0.508518608,0.508567802,0.508421986
-4561,1,0.1649,1,1,1,1,1,1,1,1,0.0604,0.1649,0,1,0.215,1,1,1,1,1,1,0.1677,0.215,0,1,0.5349,1,1,1,0.2578,0.5349,0,1,1,1,1,1,0.117375888,0,0.010700999,1,1,1,1,1,0.328281701,0,0,1,1,1,1,1,0.497897118,0,0.476739971,0.476835202,0.476950355
-4562,1,0.1649,1,1,1,1,1,1,1,1,0.1041,0.1649,0,1,0.215,1,1,1,1,1,1,0.2466,0.215,0,1,0.5349,1,1,1,0.2348,0.5349,0,1,1,1,1,1,0.11730016,0,0.019372389,1,1,1,1,1,0.337617606,0,0,1,1,1,1,1,0.448131382,0,0.456440309,0.456526338,0.456560284
-4563,1,0.1649,1,1,1,1,1,1,1,1,0.1221,0.1649,0,1,0.215,1,1,1,1,1,1,0.1919,0.215,0,1,0.5349,1,1,1,0.2089,0.5349,0,1,1,1,1,1,0.109040059,0,0.075558469,1,1,1,1,1,0.258722901,0,0.004970681,1,1,1,1,1,0.371384352,0,0.447075882,0.447006558,0.447251773
-4564,1,0.1649,1,1,1,1,1,1,1,1,0.1552,0.1649,0,1,0.215,1,1,1,1,1,1,0.2403,0.215,0,1,0.5349,1,1,1,0.1653,0.5349,0,1,1,1,1,1,0.113978662,0,0.007823808,1,1,1,1,1,0.320683807,0,0,1,1,1,1,1,0.277494013,0,0.449794587,0.449756717,0.449911348
-4565,1,0.1649,1,1,1,1,1,1,1,1,0.0689,0.1649,0.1589,1,0.215,1,1,1,1,1,1,0.1461,0.215,0.166,1,0.5349,1,1,1,0.1511,0.5349,0.1851,1,1,1,1,1,0.096548021,0.295903802,0,1,1,1,1,1,0.195106149,0.239913195,0.031394504,1,1,1,1,1,0.288968742,0.402855992,0.466710971,0.466892321,0.466755319
-4566,1,0.1649,1,1,1,1,1,1,1,1,0.0186,0.1649,0.089,1,0.215,1,1,1,1,1,1,0.027,0.215,0.1233,1,0.5349,1,1,1,0.1148,0.5349,0.0709,1,1,1,1,1,0.050237436,0.61857903,0.001557206,1,1,1,1,1,0.058814235,0.57313776,0.103196338,1,1,1,1,1,0.270762891,0.708621144,0.522353794,0.522530146,0.522606383
-4567,1,0.1649,1,1,1,1,1,1,1,1,0.0111,0.1649,0.2251,1,0.215,1,1,1,1,1,1,0,0.215,0.2577,1,0.5349,1,1,1,0.0467,0.5349,0.2191,1,1,1,1,1,0.022647895,0.824998498,0.037429925,1,1,1,1,1,0.002814673,0.791690409,0.13961257,1,1,1,1,1,0.153645515,0.876606166,0.588690188,0.588745505,0.588652482
-4568,1,0.1649,1,1,1,1,1,1,1,1,0.0017,0.1649,0.3939,1,0.215,1,1,1,1,1,1,0,0.215,0.4171,1,0.5349,1,1,1,0.065,0.5349,0.3986,1,1,1,1,1,0.003443164,0.892328084,0.071977928,1,1,1,1,1,4.72E-05,0.877991378,0.11173404,1,1,1,1,1,0.141394287,0.923650324,0.635753987,0.635709752,0.63608156
-4569,1,0.1649,1,1,1,1,1,1,1,1,0.0074,0.1649,0.5244,1,0.215,1,1,1,1,1,1,0,0.215,0.5388,1,0.5349,1,1,1,0.0685,0.5349,0.5341,1,1,1,1,1,0.00120122,0.912463427,0.047073521,1,1,1,1,1,1.28E-05,0.911513984,0.12455368,1,1,1,1,1,0.146805108,0.942021251,0.672245046,0.672308018,0.672429078
-4570,1,0.1649,1,1,1,1,1,1,1,1,0.0176,0.1649,0.6196,1,0.215,1,1,1,1,1,1,0,0.215,0.6238,1,0.5349,1,1,1,0.0774,0.5349,0.631,1,1,1,1,1,0.004967152,0.927716911,0.009600339,1,1,1,1,1,2.56E-05,0.918792903,0.099846601,1,1,1,1,1,0.141122907,0.938211501,0.703963267,0.704040618,0.704343972
-4571,1,0.1649,1,1,1,1,1,1,1,1,0.04,0.1649,0.6585,1,0.215,1,1,1,1,1,1,0,0.215,0.6613,1,0.5349,1,1,1,0.1412,0.5349,0.6455,1,1,1,1,1,0.013914152,0.931353331,0.016327491,1,1,1,1,1,0.000614528,0.924386382,0.084059432,1,1,1,1,1,0.277158082,0.915364206,0.725169164,0.725195684,0.725620567
-4572,1,0.1649,1,1,1,1,1,1,1,1,0.048,0.1649,0.659,1,0.215,1,1,1,1,1,1,0,0.215,0.6531,1,0.5349,1,1,1,0.1633,0.5349,0.6332,1,1,1,1,1,0.036119699,0.907358646,0,1,1,1,1,1,0.000649086,0.895169973,0.008940576,1,1,1,1,1,0.354162633,0.919856489,0.740333494,0.740427332,0.740691489
-4573,1,0.1649,1,1,1,1,1,1,1,1,0.0507,0.1649,0.6504,1,0.215,1,1,1,1,1,1,0,0.215,0.6415,1,0.5349,1,1,1,0.1866,0.5349,0.602,1,1,1,1,1,0.040336594,0.892362237,0.043706916,1,1,1,1,1,0.005178696,0.888840616,0.059667803,1,1,1,1,1,0.206955597,0.901673794,0.758337361,0.758409139,0.758421986
-4574,1,0.1649,1,1,1,1,1,1,1,1,0.0805,0.1649,0.5857,1,0.215,1,1,1,1,1,1,0,0.215,0.5953,1,0.5349,1,1,1,0.1799,0.5349,0.5521,1,1,1,1,1,0.048996352,0.878441215,0.060809001,1,1,1,1,1,0.006333191,0.891644239,0.012364137,1,1,1,1,1,0.222694397,0.879780531,0.77241421,0.772583034,0.772606383
-4575,1,0.1649,1,1,1,1,1,1,1,1,0.1026,0.1649,0.4782,1,0.215,1,1,1,1,1,1,0.0154,0.215,0.4992,1,0.5349,1,1,1,0.2574,0.5349,0.4603,1,1,1,1,1,0.065419622,0.868760705,0.046980508,1,1,1,1,1,0.034104124,0.849379539,0,1,1,1,1,1,0.39379403,0.891451955,0.782805703,0.782737466,0.782801418
-4576,1,0.1649,1,1,1,1,1,1,1,1,0.1478,0.1649,0.3406,1,0.215,1,1,1,1,1,1,0.032,0.215,0.3779,1,0.5349,1,1,1,0.2339,0.5349,0.3251,1,1,1,1,1,0.070174739,0.826696754,0.092696272,1,1,1,1,1,0.04721041,0.786374032,0,1,1,1,1,1,0.38990289,0.861899197,0.789572257,0.789507087,0.789893617
-4577,1,0.1649,1,1,1,1,1,1,1,1,0.2244,0.1649,0.1721,1,0.215,1,1,1,1,1,1,0.0061,0.215,0.2209,1,0.5349,1,1,1,0.1836,0.5349,0.1526,1,1,1,1,1,0.073744237,0.724335074,0.174735695,1,1,1,1,1,0.036712937,0.714148939,0.000586387,1,1,1,1,1,0.296189159,0.769533634,0.785886902,0.785910726,0.786347518
-4578,1,0.1649,1,1,1,1,1,1,1,1,0.1642,0.1649,0.0742,1,0.215,1,1,1,1,1,1,0,0.215,0.1052,1,0.5349,1,1,1,0.1073,0.5349,0.0695,1,1,1,1,1,0.076156206,0.460583091,0.224289685,1,1,1,1,1,0.016656948,0.397961378,0,1,1,1,1,1,0.179693311,0.535692632,0.766614306,0.766659615,0.766843972
-4579,1,0.1649,1,1,1,1,1,1,1,1,0.1729,0.1649,0.0396,1,0.215,1,1,1,1,1,1,0,0.215,0.0287,1,0.5349,1,1,1,0.1275,0.5349,0.1393,1,1,1,1,1,0.084253766,0.047741,0.29884249,1,1,1,1,1,0.025736772,0.017116729,0,1,1,1,1,1,0.272959918,0.11236988,0.738521025,0.738734927,0.738475177
-4580,1,0.1649,1,1,1,1,1,1,1,1,0.0957,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.2056,0.5349,0,1,1,1,1,1,0.11492572,0,0.090018727,1,1,1,1,1,0.026988108,0,0,1,1,1,1,1,0.374312729,0,0.726498308,0.726676539,0.726507092
-4581,1,0.1649,1,1,1,1,1,1,1,1,0.118,0.1649,0,1,0.215,1,1,1,1,1,1,0.0249,0.215,0,1,0.5349,1,1,1,0.2133,0.5349,0,1,1,1,1,1,0.131896973,0,0.089296058,1,1,1,1,1,0.076655813,0,0.049773827,1,1,1,1,1,0.332623512,0,0.706379894,0.706367675,0.706560284
-4582,1,0.1649,1,1,1,1,1,1,1,1,0.0609,0.1649,0,1,0.215,1,1,1,1,1,1,0.0263,0.215,0,1,0.5349,1,1,1,0.229,0.5349,0,1,1,1,1,1,0.04941804,0,0.018922241,1,1,1,1,1,0.084114097,0,0.025931679,1,1,1,1,1,0.342292905,0,0.640103915,0.640152316,0.640070922
-4583,1,0.1649,1,1,1,1,1,1,1,1,0.0329,0.1649,0,1,0.215,1,1,1,1,1,1,0.0371,0.215,0,1,0.5349,1,1,1,0.1217,0.5349,0,1,1,1,1,1,0.038970567,0,0.065646529,1,1,1,1,1,0.106934726,0,0.144325137,1,1,1,1,1,0.200212032,0,0.572680039,0.572667654,0.572695035
-4584,1,0.1649,1,1,1,1,1,1,1,1,0.0256,0.1649,0,1,0.215,1,1,1,1,1,1,0.0281,0.215,0,1,0.5349,1,1,1,0.1234,0.5349,0,1,1,1,1,1,0.017477872,0,0.023011936,1,1,1,1,1,0.107518859,0,0.043141887,1,1,1,1,1,0.172220066,0,0.523018366,0.522953247,0.523492908
-4585,1,0.1649,1,1,1,1,1,1,1,1,0.0312,0.1649,0,1,0.215,1,1,1,1,1,1,0.0147,0.215,0,1,0.5349,1,1,1,0.1233,0.5349,0,1,1,1,1,1,0.015946062,0,0,1,1,1,1,1,0.06456051,0,0,1,1,1,1,1,0.149903715,0,0.491602223,0.491643749,0.491578014
-4586,1,0.1649,1,1,1,1,1,1,1,1,0.0379,0.1649,0,1,0.215,1,1,1,1,1,1,0.0025,0.215,0,1,0.5349,1,1,1,0.1275,0.5349,0,1,1,1,1,1,0.031368297,0,0.005540087,1,1,1,1,1,0.020897336,0,0,1,1,1,1,1,0.142594993,0,0.472450459,0.472604189,0.47251773
-4587,1,0.1649,1,1,1,1,1,1,1,1,0.0417,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.1435,0.5349,0,1,1,1,1,1,0.05439163,0,0.019934623,1,1,1,1,1,0.010354674,0,0,1,1,1,1,1,0.156718165,0,0.463690188,0.463719061,0.464095745
-4588,1,0.1649,1,1,1,1,1,1,1,1,0.0337,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.1389,0.5349,0,1,1,1,1,1,0.052562293,0,0.015704699,1,1,1,1,1,0.006948706,0,0,1,1,1,1,1,0.158252835,0,0.467375544,0.467526973,0.467641844
-4589,1,0.1649,1,1,1,1,1,1,1,1,0.029,0.1649,0.0857,1,0.215,1,1,1,1,1,1,0,0.215,0.0724,1,0.5349,1,1,1,0.1096,0.5349,0.1916,1,1,1,1,1,0.048049815,0.196552306,0.016564392,1,1,1,1,1,0.005581112,0.138693467,0,1,1,1,1,1,0.143740952,0.384175241,0.487010633,0.486989634,0.48714539
-4590,1,0.1649,1,1,1,1,1,1,1,1,0.0164,0.1649,0.0985,1,0.215,1,1,1,1,1,1,0.0149,0.215,0.1164,1,0.5349,1,1,1,0.0707,0.5349,0.0685,1,1,1,1,1,0.049381342,0.53232336,0.008056277,1,1,1,1,1,0.013062516,0.492183208,0,1,1,1,1,1,0.161437944,0.690355897,0.54301595,0.543050561,0.542996454
-4591,1,0.1649,1,1,1,1,1,1,1,1,0.0123,0.1649,0.2236,1,0.215,1,1,1,1,1,1,0,0.215,0.2424,1,0.5349,1,1,1,0.0197,0.5349,0.2166,1,1,1,1,1,0.004699086,0.767758548,0.010770668,1,1,1,1,1,0,0.720361531,0,1,1,1,1,1,0.077365547,0.860381901,0.611346061,0.611381426,0.611702128
-4592,1,0.1649,1,1,1,1,1,1,1,1,0.0057,0.1649,0.3682,1,0.215,1,1,1,1,1,1,0,0.215,0.3825,1,0.5349,1,1,1,0.0043,0.5349,0.396,1,1,1,1,1,0.001925269,0.823925257,0.017612737,1,1,1,1,1,0,0.799010336,0.04796309,1,1,1,1,1,0.012792563,0.906301498,0.663122281,0.663211339,0.663120567
-4593,1,0.1649,1,1,1,1,1,1,1,1,0.0057,0.1649,0.461,1,0.215,1,1,1,1,1,1,0,0.215,0.4792,1,0.5349,1,1,1,0,0.5349,0.5295,1,1,1,1,1,0.000166831,0.821475625,0.022944991,1,1,1,1,1,0,0.822012305,0.131513879,1,1,1,1,1,0.001885378,0.921342969,0.70378202,0.703829067,0.703900709
-4594,1,0.1649,1,1,1,1,1,1,1,1,0.0231,0.1649,0.5657,1,0.215,1,1,1,1,1,1,0.0013,0.215,0.6047,1,0.5349,1,1,1,0,0.5349,0.6339,1,1,1,1,1,0.001297859,0.883023143,0.032660924,1,1,1,1,1,0.001359559,0.889536738,0.13667357,1,1,1,1,1,0.001279259,0.92832768,0.740031416,0.740004231,0.740248227
-4595,1,0.1649,1,1,1,1,1,1,1,1,0.0836,0.1649,0.6113,1,0.215,1,1,1,1,1,1,0.0139,0.215,0.635,1,0.5349,1,1,1,0.0177,0.5349,0.6739,1,1,1,1,1,0.007875931,0.893559217,0.061565246,1,1,1,1,1,0.009777756,0.880728841,0.100605771,1,1,1,1,1,0.035101432,0.929525077,0.769091348,0.769198223,0.769503546
-4596,1,0.1649,1,1,1,1,1,1,1,1,0.0908,0.1649,0.6112,1,0.215,1,1,1,1,1,1,0.0043,0.215,0.6169,1,0.5349,1,1,1,0.0378,0.5349,0.6661,1,1,1,1,1,0.011299586,0.860225618,0.05488852,1,1,1,1,1,0.008849667,0.851678312,0.005672514,1,1,1,1,1,0.042773895,0.913926661,0.788907685,0.788872435,0.789007092
-4597,1,0.1649,1,1,1,1,1,1,1,1,0.1496,0.1649,0.7148,1,0.215,1,1,1,1,1,1,0.0058,0.215,0.7353,1,0.5349,1,1,1,0.041,0.5349,0.7781,1,1,1,1,1,0.019578576,0.981569529,0.066686891,1,1,1,1,1,0.022242997,0.98788023,0,1,1,1,1,1,0.077881917,1,0.805159497,0.805161836,0.805407801
-4598,1,0.1649,1,1,1,1,1,1,1,1,0.2687,0.1649,0.5522,1,0.215,1,1,1,1,1,1,0,0.215,0.5818,1,0.5349,1,1,1,0.0612,0.5349,0.5843,1,1,1,1,1,0.031404775,0.842909575,0.095844626,1,1,1,1,1,0.050948478,0.859335363,0.02765419,1,1,1,1,1,0.143500149,0.884604573,0.813557274,0.813623863,0.813829787
-4599,1,0.1649,1,1,1,1,1,1,1,1,0.1361,0.1649,0.4604,1,0.215,1,1,1,1,1,1,0.0164,0.215,0.4931,1,0.5349,1,1,1,0.0514,0.5349,0.4725,1,1,1,1,1,0.021904688,0.833620548,0.103164352,1,1,1,1,1,0.055040732,0.851282239,0.062916495,1,1,1,1,1,0.114806049,0.868783951,0.819478009,0.819758832,0.819592199
-4600,1,0.1649,1,1,1,1,1,1,1,1,0.0974,0.1649,0.3336,1,0.215,1,1,1,1,1,1,0.0798,0.215,0.3819,1,0.5349,1,1,1,0.0339,0.5349,0.3253,1,1,1,1,1,0.020632546,0.813394189,0.069270954,1,1,1,1,1,0.077611655,0.81863296,0.03054948,1,1,1,1,1,0.071834609,0.849752545,0.826546641,0.826528454,0.82712766
-4601,1,0.1649,1,1,1,1,1,1,1,1,0.1518,0.1649,0.1691,1,0.215,1,1,1,1,1,1,0.1063,0.215,0.2235,1,0.5349,1,1,1,0.0388,0.5349,0.1437,1,1,1,1,1,0.04118491,0.713377535,0.034862291,1,1,1,1,1,0.118908428,0.71758908,0.035744768,1,1,1,1,1,0.045462303,0.754195869,0.824734171,0.824624498,0.824911348
-4602,1,0.1649,1,1,1,1,1,1,1,1,0.0921,0.1649,0.0764,1,0.215,1,1,1,1,1,1,0.0467,0.215,0.1006,1,0.5349,1,1,1,0.031,0.5349,0.0648,1,1,1,1,1,0.04558973,0.504038036,0.013621192,1,1,1,1,1,0.053963438,0.452721298,0.031722516,1,1,1,1,1,0.0506844,0.532171905,0.804494925,0.804527184,0.804521277
-4603,1,0.1649,1,1,1,1,1,1,1,1,0.0661,0.1649,0.0422,1,0.215,1,1,1,1,1,1,0.0759,0.215,0.0385,1,0.5349,1,1,1,0.0521,0.5349,0.1252,1,1,1,1,1,0.064729795,0.096442908,0.0034442,1,1,1,1,1,0.143015489,0.018241514,0,1,1,1,1,1,0.071008854,0.104772352,0.773924601,0.773852338,0.774379433
-4604,1,0.1649,1,1,1,1,1,1,1,1,0.0986,0.1649,0,1,0.215,1,1,1,1,1,1,0.0322,0.215,0,1,0.5349,1,1,1,0.0781,0.5349,0,1,1,1,1,1,0.129942492,0,0.022928344,1,1,1,1,1,0.079751775,0,0.01396754,1,1,1,1,1,0.095369749,0,0.758941518,0.759043791,0.759308511
-4605,1,0.1649,1,1,1,1,1,1,1,1,0.1501,0.1649,0,1,0.215,1,1,1,1,1,1,0.0954,0.215,0,1,0.5349,1,1,1,0.0996,0.5349,0,1,1,1,1,1,0.233679667,0,0.028593719,1,1,1,1,1,0.200098842,0,0.031301051,1,1,1,1,1,0.147344068,0,0.737554374,0.737677174,0.738031915
-4606,1,0.1649,1,1,1,1,1,1,1,1,0.0373,0.1649,0,1,0.215,1,1,1,1,1,1,0.1325,0.215,0,1,0.5349,1,1,1,0.1145,0.5349,0,1,1,1,1,1,0.093149327,0,0.14173764,1,1,1,1,1,0.139289558,0,0.058307327,1,1,1,1,1,0.243155465,0,0.66982842,0.66976941,0.670212766
-4607,1,0.1649,1,1,1,1,1,1,1,1,0.0762,0.1649,0,1,0.215,1,1,1,1,1,1,0.0047,0.215,0,1,0.5349,1,1,1,0.1041,0.5349,0,1,1,1,1,1,0.195798546,0,0.129281387,1,1,1,1,1,0.045058493,0,0.062877752,1,1,1,1,1,0.295430809,0,0.598658772,0.598688386,0.598847518
-4608,1,0.1649,1,1,1,1,1,1,1,1,0.1555,0.1649,0,1,0.215,1,1,1,1,1,1,0.0134,0.215,0,1,0.5349,1,1,1,0.1407,0.5349,0,1,1,1,1,1,0.237181187,0,0.075871915,1,1,1,1,1,0.032135155,0,0.008966231,1,1,1,1,1,0.413104624,0,0.546822136,0.546646922,0.546985816
-4609,1,0.1649,1,1,1,1,1,1,1,1,0.161,0.1649,0,1,0.215,1,1,1,1,1,1,0.0197,0.215,0,1,0.5349,1,1,1,0.1714,0.5349,0,1,1,1,1,1,0.186601385,0,0.051258244,1,1,1,1,1,0.050551001,0,0,1,1,1,1,1,0.453022331,0,0.512989367,0.513010366,0.51285461
-4610,1,0.1649,1,1,1,1,1,1,1,1,0.2157,0.1649,0,1,0.215,1,1,1,1,1,1,0.0856,0.215,0,1,0.5349,1,1,1,0.27,0.5349,0,1,1,1,1,1,0.231027767,0,0.045410115,1,1,1,1,1,0.093142413,0,0.005062566,1,1,1,1,1,0.608575761,0,0.49039391,0.490374445,0.490248227
-4611,1,0.1649,1,1,1,1,1,1,1,1,0.2159,0.1649,0,1,0.215,1,1,1,1,1,1,0.1242,0.215,0,1,0.5349,1,1,1,0.2378,0.5349,0,1,1,1,1,1,0.257407844,0,0.057035215,1,1,1,1,1,0.129642785,0,0.00396466,1,1,1,1,1,0.581806719,0,0.478612856,0.478739158,0.478723404
-4612,1,0.1649,1,1,1,1,1,1,1,1,0.1458,0.1649,0,1,0.215,1,1,1,1,1,1,0.0762,0.215,0,1,0.5349,1,1,1,0.1626,0.5349,0,1,1,1,1,1,0.177562878,0,0.091143385,1,1,1,1,1,0.087476075,0,0,1,1,1,1,1,0.461481661,0,0.481029483,0.481066215,0.480939716
-4613,1,0.1649,1,1,1,1,1,1,1,1,0.105,0.1649,0.1104,1,0.215,1,1,1,1,1,1,0.1192,0.215,0.0658,1,0.5349,1,1,1,0.178,0.5349,0.1729,1,1,1,1,1,0.14154835,0.183100566,0.088242948,1,1,1,1,1,0.114219874,0.0724722,0,1,1,1,1,1,0.492926955,0.367914557,0.500724988,0.500740427,0.500886525
-4614,1,0.1649,1,1,1,1,1,1,1,1,0.0349,0.1649,0.0878,1,0.215,1,1,1,1,1,1,0.0872,0.215,0.1202,1,0.5349,1,1,1,0.0848,0.5349,0.0705,1,1,1,1,1,0.063438088,0.536426842,0.200750679,1,1,1,1,1,0.074470259,0.485471547,0.045667015,1,1,1,1,1,0.311727077,0.677712917,0.55999275,0.559974614,0.560283688
-4615,1,0.1649,1,1,1,1,1,1,1,1,0.0113,0.1649,0.2191,1,0.215,1,1,1,1,1,1,0.0175,0.215,0.254,1,0.5349,1,1,1,0.0417,0.5349,0.214,1,1,1,1,1,0.015899045,0.780742347,0.289498568,1,1,1,1,1,0.021625509,0.733392715,0.225387454,1,1,1,1,1,0.145666569,0.848693609,0.630316578,0.630420986,0.630762411
-4616,1,0.1649,1,1,1,1,1,1,1,1,0.0091,0.1649,0.3857,1,0.215,1,1,1,1,1,1,0,0.215,0.4076,1,0.5349,1,1,1,0.0374,0.5349,0.3879,1,1,1,1,1,0.003327843,0.866507828,0.428038776,1,1,1,1,1,1.95E-05,0.836399317,0.176881939,1,1,1,1,1,0.062632188,0.899957418,0.685053166,0.685001058,0.685283688
-4617,1,0.1649,1,1,1,1,1,1,1,1,0.0052,0.1649,0.5104,1,0.215,1,1,1,1,1,1,0,0.215,0.5215,1,0.5349,1,1,1,0.0969,0.5349,0.5208,1,1,1,1,1,0.002459566,0.896244407,0.188096344,1,1,1,1,1,0.002331703,0.880769134,0.016289268,1,1,1,1,1,0.084564969,0.914354622,0.730727405,0.730696002,0.730939716
-4618,1,0.1649,1,1,1,1,1,1,1,1,0.0169,0.1649,0.6019,1,0.215,1,1,1,1,1,1,0,0.215,0.6039,1,0.5349,1,1,1,0.1222,0.5349,0.6196,1,1,1,1,1,0.001092428,0.901538789,0.129652321,1,1,1,1,1,0.005465081,0.896495819,0,1,1,1,1,1,0.085711733,0.918314099,0.775737071,0.775756294,0.776152482
-4619,1,0.1649,1,1,1,1,1,1,1,1,0.031,0.1649,0.6436,1,0.215,1,1,1,1,1,1,0,0.215,0.6412,1,0.5349,1,1,1,0.1478,0.5349,0.6661,1,1,1,1,1,0.005841807,0.897779226,0.057430401,1,1,1,1,1,0.006785851,0.898946762,0,1,1,1,1,1,0.098632038,0.912651181,0.811080232,0.811085255,0.811170213
-4620,1,0.1649,1,1,1,1,1,1,1,1,0.0361,0.1649,0.6155,1,0.215,1,1,1,1,1,1,0,0.215,0.6345,1,0.5349,1,1,1,0.1747,0.5349,0.6597,1,1,1,1,1,0.022299556,0.874617457,0.005146235,1,1,1,1,1,0.008539568,0.884647548,0,1,1,1,1,1,0.152797669,0.908065021,0.829748671,0.829701714,0.830230496
-4621,1,0.1649,1,1,1,1,1,1,1,1,0.0571,0.1649,0.7403,1,0.215,1,1,1,1,1,1,0,0.215,0.7585,1,0.5349,1,1,1,0.1845,0.5349,0.7818,1,1,1,1,1,0.01957269,0.997398019,0.003246291,1,1,1,1,1,0.014718108,0.999983311,0,1,1,1,1,1,0.252395064,1,0.850289995,0.850433679,0.850620567
-4622,1,0.1649,1,1,1,1,1,1,1,1,0.0868,0.1649,0.5629,1,0.215,1,1,1,1,1,1,0,0.215,0.5834,1,0.5349,1,1,1,0.1664,0.5349,0.5867,1,1,1,1,1,0.022531951,0.863935113,0.000729333,1,1,1,1,1,0.018277917,0.871172488,0,1,1,1,1,1,0.227126643,0.904387236,0.864246013,0.864396023,0.864804965
-4623,1,0.1649,1,1,1,1,1,1,1,1,0.1465,0.1649,0.4731,1,0.215,1,1,1,1,1,1,0,0.215,0.4988,1,0.5349,1,1,1,0.2292,0.5349,0.4708,1,1,1,1,1,0.030463506,0.860496163,0.00416251,1,1,1,1,1,0.030839847,0.853352785,0.01059398,1,1,1,1,1,0.153208598,0.88546145,0.87318753,0.873281151,0.873670213
-4624,1,0.1649,1,1,1,1,1,1,1,1,0.1285,0.1649,0.3398,1,0.215,1,1,1,1,1,1,0,0.215,0.3796,1,0.5349,1,1,1,0.1966,0.5349,0.3236,1,1,1,1,1,0.032371651,0.832155287,0.001017951,1,1,1,1,1,0.036930796,0.807715058,0,1,1,1,1,1,0.079636067,0.853968084,0.879470759,0.879627671,0.879875887
-4625,1,0.1649,1,1,1,1,1,1,1,1,0.1282,0.1649,0.1685,1,0.215,1,1,1,1,1,1,0,0.215,0.2249,1,0.5349,1,1,1,0.1794,0.5349,0.1414,1,1,1,1,1,0.047987979,0.737465382,0.004245374,1,1,1,1,1,0.050621971,0.725260437,0.030533247,1,1,1,1,1,0.081538923,0.757652104,0.872281295,0.872434948,0.872340426
-4626,1,0.1649,1,1,1,1,1,1,1,1,0.1147,0.1649,0.073,1,0.215,1,1,1,1,1,1,0,0.215,0.1097,1,0.5349,1,1,1,0.0937,0.5349,0.0608,1,1,1,1,1,0.046220943,0.514223218,0.068968594,1,1,1,1,1,0.082592398,0.507819295,0.261414409,1,1,1,1,1,0.054829754,0.534038186,0.847692122,0.84768352,0.847960993
-4627,1,0.1649,1,1,1,1,1,1,1,1,0.0834,0.1649,0.0515,1,0.215,1,1,1,1,1,1,0.0937,0.215,0.0755,1,0.5349,1,1,1,0.0579,0.5349,0.166,1,1,1,1,1,0.059367806,0.111642726,0.136280432,1,1,1,1,1,0.124165319,0.108786762,0.285743475,1,1,1,1,1,0.06841851,0.108432427,0.810476075,0.810662154,0.81072695
-4628,1,0.1649,1,1,1,1,1,1,1,1,0.1233,0.1649,0,1,0.215,1,1,1,1,1,1,0.1974,0.215,0,1,0.5349,1,1,1,0.0979,0.5349,0,1,1,1,1,1,0.123087756,0,0.122209147,1,1,1,1,1,0.162523746,0,0.194658652,1,1,1,1,1,0.144032657,0,0.792774287,0.792680347,0.792996454
-4629,1,0.1649,1,1,1,1,1,1,1,1,0.1778,0.1649,0,1,0.215,1,1,1,1,1,1,0.2007,0.215,0,1,0.5349,1,1,1,0.1006,0.5349,0,1,1,1,1,1,0.183292314,0,0.152504325,1,1,1,1,1,0.198268607,0,0.133121997,1,1,1,1,1,0.176009983,0,0.764922668,0.76496721,0.765070922
-4630,1,0.1649,1,1,1,1,1,1,1,1,0.1264,0.1649,0,1,0.215,1,1,1,1,1,1,0.2477,0.215,0,1,0.5349,1,1,1,0.1144,0.5349,0,1,1,1,1,1,0.121382318,0,0.080738559,1,1,1,1,1,0.207275659,0,0.053963095,1,1,1,1,1,0.219497591,0,0.693692605,0.693674635,0.694148936
-4631,1,0.1649,1,1,1,1,1,1,1,1,0.1585,0.1649,0,1,0.215,1,1,1,1,1,1,0.2502,0.215,0,1,0.5349,1,1,1,0.1103,0.5349,0,1,1,1,1,1,0.17641902,0,0.040866558,1,1,1,1,1,0.266886175,0,0.010142409,1,1,1,1,1,0.214553729,0,0.620468826,0.620478105,0.620567376
-4632,1,0.1649,1,1,1,1,1,1,1,1,0.2667,0.1649,0,1,0.215,1,1,1,1,1,1,0.3346,0.215,0,1,0.5349,1,1,1,0.1261,0.5349,0,1,1,1,1,1,0.224247962,0,0.039455775,1,1,1,1,1,0.270485997,0,0.003755236,1,1,1,1,1,0.261272937,0,0.563859352,0.563782526,0.563829787
-4633,1,0.1649,1,1,1,1,1,1,1,1,0.3538,0.1649,0,1,0.215,1,1,1,1,1,1,0.2629,0.215,0,1,0.5349,1,1,1,0.1329,0.5349,0,1,1,1,1,1,0.294434369,0,0.064199045,1,1,1,1,1,0.333940208,0,0.034242932,1,1,1,1,1,0.289071977,0,0.527730788,0.527607362,0.52748227
-4634,1,0.1649,1,1,1,1,1,1,1,1,0.3353,0.1649,0,1,0.215,1,1,1,1,1,1,0.3579,0.215,0,1,0.5349,1,1,1,0.1581,0.5349,0,1,1,1,1,1,0.296592414,0,0.121917874,1,1,1,1,1,0.424908459,0,0.060548961,1,1,1,1,1,0.347953945,0,0.505437409,0.505606093,0.505762411
-4635,1,0.1649,1,1,1,1,1,1,1,1,0.2152,0.1649,0,1,0.215,1,1,1,1,1,1,0.2723,0.215,0,1,0.5349,1,1,1,0.1736,0.5349,0,1,1,1,1,1,0.185435176,0,0.069976687,1,1,1,1,1,0.324677914,0,0.037290055,1,1,1,1,1,0.401043892,0,0.493293862,0.493336154,0.493351064
-4636,1,0.1649,1,1,1,1,1,1,1,1,0.1511,0.1649,0,1,0.215,1,1,1,1,1,1,0.1775,0.215,0,1,0.5349,1,1,1,0.1889,0.5349,0,1,1,1,1,1,0.186441571,0,0.032681372,1,1,1,1,1,0.187885508,0,0.032739006,1,1,1,1,1,0.49850446,0,0.495710488,0.495874762,0.496010638
-4637,1,0.1649,1,1,1,1,1,1,1,1,0.0901,0.1649,0.1349,1,0.215,1,1,1,1,1,1,0.1901,0.215,0.0848,1,0.5349,1,1,1,0.2284,0.5349,0.1675,1,1,1,1,1,0.139441624,0.222859353,0,1,1,1,1,1,0.182015806,0.098510385,0.016673822,1,1,1,1,1,0.618844151,0.36067462,0.515708072,0.515760525,0.515957447
-4638,1,0.1649,1,1,1,1,1,1,1,1,0.0725,0.1649,0.087,1,0.215,1,1,1,1,1,1,0.0887,0.215,0.091,1,0.5349,1,1,1,0.1266,0.5349,0.0682,1,1,1,1,1,0.077616453,0.532326341,0,1,1,1,1,1,0.109087989,0.368745595,0.00082199,1,1,1,1,1,0.48001501,0.658879757,0.571230063,0.57139835,0.571365248
-4639,1,0.1649,1,1,1,1,1,1,1,1,0.0329,0.1649,0.2179,1,0.215,1,1,1,1,1,1,0.002,0.215,0.1993,1,0.5349,1,1,1,0.0546,0.5349,0.2095,1,1,1,1,1,0.00790773,0.723854959,0.005795951,1,1,1,1,1,0.0055184,0.511332929,0,1,1,1,1,1,0.233292058,0.828857064,0.644393427,0.64438333,0.644503546
-4640,1,0.1649,1,1,1,1,1,1,1,1,0.0103,0.1649,0.3662,1,0.215,1,1,1,1,1,1,0,0.215,0.3474,1,0.5349,1,1,1,0.029,0.5349,0.3858,1,1,1,1,1,0.003443412,0.75099206,0.002354298,1,1,1,1,1,9.05E-05,0.568866074,0,1,1,1,1,1,0.103762358,0.893467426,0.703479942,0.703617516,0.703900709
-4641,1,0.1649,1,1,1,1,1,1,1,1,0.0145,0.1649,0.453,1,0.215,1,1,1,1,1,1,0,0.215,0.4397,1,0.5349,1,1,1,0.0219,0.5349,0.5156,1,1,1,1,1,0.001984734,0.750372231,0.021949522,1,1,1,1,1,0.000465991,0.633613825,0.002106806,1,1,1,1,1,0.07567063,0.90249157,0.7550145,0.755024328,0.755319149
-4642,1,0.1649,1,1,1,1,1,1,1,1,0.0329,0.1649,0.5139,1,0.215,1,1,1,1,1,1,0,0.215,0.5108,1,0.5349,1,1,1,0.0196,0.5349,0.6096,1,1,1,1,1,0.00297885,0.770632803,0.048508875,1,1,1,1,1,0.001146832,0.648673952,0.012318325,1,1,1,1,1,0.057120562,0.907256365,0.800990817,0.800930823,0.80141844
-4643,1,0.1649,1,1,1,1,1,1,1,1,0.0431,0.1649,0.5027,1,0.215,1,1,1,1,1,1,0,0.215,0.4458,1,0.5349,1,1,1,0.022,0.5349,0.6478,1,1,1,1,1,0.00333746,0.775748968,0.004188773,1,1,1,1,1,0.001547371,0.663758934,0,1,1,1,1,1,0.027282434,0.911918938,0.837300628,0.837317538,0.837765957
-4644,1,0.1649,1,1,1,1,1,1,1,1,0.0892,0.1649,0.486,1,0.215,1,1,1,1,1,1,0.0037,0.215,0.4827,1,0.5349,1,1,1,0.0599,0.5349,0.6462,1,1,1,1,1,0.012068123,0.791111588,0.017163409,1,1,1,1,1,0.01258783,0.708187103,0,1,1,1,1,1,0.044258691,0.910324872,0.863762687,0.863761371,0.86391844
-4645,1,0.1649,1,1,1,1,1,1,1,1,0.1249,0.1649,0.5046,1,0.215,1,1,1,1,1,1,0.03,0.215,0.4512,1,0.5349,1,1,1,0.0737,0.5349,0.6424,1,1,1,1,1,0.032458641,0.7843979,0.103257358,1,1,1,1,1,0.039081283,0.68520385,0.039197911,1,1,1,1,1,0.089459881,0.91021961,0.885149831,0.885339539,0.885638298
-4646,1,0.1649,1,1,1,1,1,1,1,1,0.2015,0.1649,0.4792,1,0.215,1,1,1,1,1,1,0.0149,0.215,0.4062,1,0.5349,1,1,1,0.0847,0.5349,0.5718,1,1,1,1,1,0.061401136,0.744602442,0.264659643,1,1,1,1,1,0.039603494,0.573858917,0.035135079,1,1,1,1,1,0.083375342,0.902072251,0.89282262,0.892955363,0.893173759
-4647,1,0.1649,1,1,1,1,1,1,1,1,0.2839,0.1649,0.4084,1,0.215,1,1,1,1,1,1,0.0411,0.215,0.3605,1,0.5349,1,1,1,0.0673,0.5349,0.457,1,1,1,1,1,0.10544765,0.64543277,0.40575695,1,1,1,1,1,0.065075286,0.481071115,0.031418588,1,1,1,1,1,0.085650064,0.873847246,0.891433059,0.891686059,0.891843972
-4648,1,0.1649,1,1,1,1,1,1,1,1,0.2501,0.1649,0.2899,1,0.215,1,1,1,1,1,1,0.0407,0.215,0.2536,1,0.5349,1,1,1,0.0772,0.5349,0.3156,1,1,1,1,1,0.131591201,0.588228822,0.064039066,1,1,1,1,1,0.067063227,0.348968744,0,1,1,1,1,1,0.09488783,0.826543212,0.885633156,0.885551089,0.88608156
-4649,1,0.1649,1,1,1,1,1,1,1,1,0.2173,0.1649,0.1532,1,0.215,1,1,1,1,1,1,0.0271,0.215,0.1258,1,0.5349,1,1,1,0.0663,0.5349,0.1402,1,1,1,1,1,0.141558215,0.415836811,0.013373343,1,1,1,1,1,0.039727286,0.190630019,0,1,1,1,1,1,0.095465034,0.718600214,0.86581682,0.865876878,0.866134752
-4650,1,0.1649,1,1,1,1,1,1,1,1,0.1673,0.1649,0.0512,1,0.215,1,1,1,1,1,1,0.0805,0.215,0.0334,1,0.5349,1,1,1,0.0873,0.5349,0.0575,1,1,1,1,1,0.123393156,0.181043372,0.033178799,1,1,1,1,1,0.090823844,0.042501546,0,1,1,1,1,1,0.084556922,0.481957704,0.830292412,0.830336366,0.830673759
-4651,1,0.1649,1,1,1,1,1,1,1,1,0.1066,0.1649,0.0079,1,0.215,1,1,1,1,1,1,0.0252,0.215,0,1,0.5349,1,1,1,0.1039,0.5349,0.0712,1,1,1,1,1,0.07130146,0.003456226,0.042108607,1,1,1,1,1,0.032594077,0,0,1,1,1,1,1,0.099461034,0,0.795915901,0.795853607,0.796099291
-4652,1,0.1649,1,1,1,1,1,1,1,1,0.1118,0.1649,0,1,0.215,1,1,1,1,1,1,0.0579,0.215,0,1,0.5349,1,1,1,0.1225,0.5349,0,1,1,1,1,1,0.144163862,0,0.02987097,1,1,1,1,1,0.07564351,0,0.008050786,1,1,1,1,1,0.134684443,0,0.782866119,0.782737466,0.782801418
-4653,1,0.1649,1,1,1,1,1,1,1,1,0.1642,0.1649,0,1,0.215,1,1,1,1,1,1,0.0836,0.215,0,1,0.5349,1,1,1,0.0875,0.5349,0,1,1,1,1,1,0.21283254,0,0.064797826,1,1,1,1,1,0.110019363,0,0.07450629,1,1,1,1,1,0.154243231,0,0.758035283,0.757986038,0.758421986
-4654,1,0.1649,1,1,1,1,1,1,1,1,0.1576,0.1649,0,1,0.215,1,1,1,1,1,1,0.0749,0.215,0,1,0.5349,1,1,1,0.0691,0.5349,0,1,1,1,1,1,0.16333361,0,0.070385933,1,1,1,1,1,0.107226446,0,0.06417723,1,1,1,1,1,0.17602548,0,0.69502175,0.694943939,0.695035461
-4655,1,0.1649,1,1,1,1,1,1,1,1,0.1024,0.1649,0,1,0.215,1,1,1,1,1,1,0.0413,0.215,0,1,0.5349,1,1,1,0.0667,0.5349,0,1,1,1,1,1,0.08728797,0,0.063302085,1,1,1,1,1,0.065709561,0,0.041863617,1,1,1,1,1,0.222649157,0,0.62862494,0.62872858,0.628989362
-4656,1,0.1649,1,1,1,1,1,1,1,1,0.0596,0.1649,0,1,0.215,1,1,1,1,1,1,0.1051,0.215,0,1,0.5349,1,1,1,0.1038,0.5349,0,1,1,1,1,1,0.054189064,0,0.084187515,1,1,1,1,1,0.119322971,0,0.065880366,1,1,1,1,1,0.20342496,0,0.576727888,0.576687117,0.576684397
-4657,1,0.1649,1,1,1,1,1,1,1,1,0.0851,0.1649,0,1,0.215,1,1,1,1,1,1,0.1414,0.215,0,1,0.5349,1,1,1,0.1137,0.5349,0,1,1,1,1,1,0.102445096,0,0.14343141,1,1,1,1,1,0.166101217,0,0.21779871,1,1,1,1,1,0.196040198,0,0.543861769,0.543896763,0.544326241
-4658,1,0.1649,1,1,1,1,1,1,1,1,0.1172,0.1649,0,1,0.215,1,1,1,1,1,1,0.2212,0.215,0,1,0.5349,1,1,1,0.1877,0.5349,0,1,1,1,1,1,0.155381098,0,0.228022903,1,1,1,1,1,0.254172921,0,0.658159435,1,1,1,1,1,0.369688004,0,0.522232963,0.522318595,0.522163121
-4659,1,0.1649,1,1,1,1,1,1,1,1,0.1552,0.1649,0,1,0.215,1,1,1,1,1,1,0.1965,0.215,0,1,0.5349,1,1,1,0.2398,0.5349,0,1,1,1,1,1,0.184693694,0,0.239420384,1,1,1,1,1,0.274542391,0,0.638125658,1,1,1,1,1,0.514881134,0,0.509364427,0.509414005,0.509308511
-4660,1,0.1649,1,1,1,1,1,1,1,1,0.1543,0.1649,0,1,0.215,1,1,1,1,1,1,0.2633,0.215,0,1,0.5349,1,1,1,0.259,0.5349,0,1,1,1,1,1,0.193368554,0,0.242715478,1,1,1,1,1,0.30999437,0,0.422872305,1,1,1,1,1,0.601846337,0,0.505739488,0.505817643,0.505762411
-4661,1,0.1649,1,1,1,1,1,1,1,1,0.2031,0.1649,0.0009,1,0.215,1,1,1,1,1,1,0.2216,0.215,0,1,0.5349,1,1,1,0.2733,0.5349,0.0763,1,1,1,1,1,0.264291555,0,0.296075404,1,1,1,1,1,0.297131896,0,0.471037209,1,1,1,1,1,0.656232059,0.148706377,0.511781054,0.511741062,0.511968085
-4662,1,0.1649,1,1,1,1,1,1,1,1,0.2032,0.1649,0.0476,1,0.215,1,1,1,1,1,1,0.1779,0.215,0.069,1,0.5349,1,1,1,0.2266,0.5349,0.0944,1,1,1,1,1,0.303738773,0.118595958,0.315287232,1,1,1,1,1,0.204669803,0.109209485,0.675930142,1,1,1,1,1,0.628784478,0.406969309,0.532866119,0.532896129,0.533244681
-4663,1,0.1649,1,1,1,1,1,1,1,1,0.1144,0.1649,0.1894,1,0.215,1,1,1,1,1,1,0.065,0.215,0.2037,1,0.5349,1,1,1,0.1184,0.5349,0.2157,1,1,1,1,1,0.101745777,0.404080331,0.56115979,1,1,1,1,1,0.083992884,0.373133868,0.372845829,1,1,1,1,1,0.329779476,0.606278419,0.574734171,0.574783161,0.574911348
-4664,1,0.1649,1,1,1,1,1,1,1,1,0.0729,0.1649,0.3091,1,0.215,1,1,1,1,1,1,0.0777,0.215,0.3469,1,0.5349,1,1,1,0.0514,0.5349,0.3477,1,1,1,1,1,0.127678126,0.506910324,0.081163935,1,1,1,1,1,0.094507396,0.602416337,0.041524872,1,1,1,1,1,0.149604395,0.673542678,0.631101982,0.631267188,0.631205674
-4665,1,0.1649,1,1,1,1,1,1,1,1,0.0233,0.1649,0.3908,1,0.215,1,1,1,1,1,1,0.0184,0.215,0.4454,1,0.5349,1,1,1,0.0502,0.5349,0.4577,1,1,1,1,1,0.052304782,0.587717772,0.104734711,1,1,1,1,1,0.026924757,0.657242298,0.056748431,1,1,1,1,1,0.119328514,0.635746479,0.681730304,0.681616247,0.681737589
-4666,1,0.1649,1,1,1,1,1,1,1,1,0.0304,0.1649,0.4513,1,0.215,1,1,1,1,1,1,0.0478,0.215,0.5356,1,0.5349,1,1,1,0.0538,0.5349,0.553,1,1,1,1,1,0.050051317,0.685666859,0.281228125,1,1,1,1,1,0.047431126,0.741309464,0.05634686,1,1,1,1,1,0.112112738,0.595606506,0.719369261,0.719483816,0.719414894
-4667,1,0.1649,1,1,1,1,1,1,1,1,0.033,0.1649,0.4954,1,0.215,1,1,1,1,1,1,0.0643,0.215,0.5765,1,0.5349,1,1,1,0.0286,0.5349,0.5392,1,1,1,1,1,0.023670264,0.796479762,0.383338392,1,1,1,1,1,0.045411408,0.84471637,0.027076179,1,1,1,1,1,0.057803769,0.621968985,0.750120831,0.750158663,0.750443262
-4668,1,0.1649,1,1,1,1,1,1,1,1,0.0709,0.1649,0.5444,1,0.215,1,1,1,1,1,1,0.0332,0.215,0.6069,1,0.5349,1,1,1,0.0433,0.5349,0.5248,1,1,1,1,1,0.019367483,0.823700428,0.722572982,1,1,1,1,1,0.034261879,0.880090177,0.088387698,1,1,1,1,1,0.07130716,0.593571842,0.77380377,0.773640787,0.77393617
-4669,1,0.1649,1,1,1,1,1,1,1,1,0.0985,0.1649,0.5906,1,0.215,1,1,1,1,1,1,0.0132,0.215,0.621,1,0.5349,1,1,1,0.1406,0.5349,0.5614,1,1,1,1,1,0.027239513,0.869930744,0.580233097,1,1,1,1,1,0.040535867,0.864830852,0.106463879,1,1,1,1,1,0.239826471,0.578227878,0.793257612,0.793314999,0.793439716
-4670,1,0.1649,1,1,1,1,1,1,1,1,0.1248,0.1649,0.5663,1,0.215,1,1,1,1,1,1,0,0.215,0.5791,1,0.5349,1,1,1,0.1855,0.5349,0.5237,1,1,1,1,1,0.045230273,0.85642767,0.58479178,1,1,1,1,1,0.043205865,0.831206977,0.162436664,1,1,1,1,1,0.261936247,0.581313491,0.812107298,0.812143008,0.8125
-4671,1,0.1649,1,1,1,1,1,1,1,1,0.116,0.1649,0.463,1,0.215,1,1,1,1,1,1,0,0.215,0.48,1,0.5349,1,1,1,0.1518,0.5349,0.4021,1,1,1,1,1,0.02370403,0.821468234,0.510187984,1,1,1,1,1,0.039585676,0.797136664,0.181722522,1,1,1,1,1,0.17675218,0.70270896,0.827029966,0.826951555,0.82712766
-4672,1,0.1649,1,1,1,1,1,1,1,1,0.1805,0.1649,0.3344,1,0.215,1,1,1,1,1,1,0,0.215,0.3653,1,0.5349,1,1,1,0.14,0.5349,0.28,1,1,1,1,1,0.027542252,0.795984149,0.49246347,1,1,1,1,1,0.050284892,0.757740736,0.451580405,1,1,1,1,1,0.099347427,0.683844924,0.836938134,0.836894436,0.837322695
-4673,1,0.1649,1,1,1,1,1,1,1,1,0.2247,0.1649,0.1675,1,0.215,1,1,1,1,1,1,0,0.215,0.2149,1,0.5349,1,1,1,0.1512,0.5349,0.1459,1,1,1,1,1,0.047403872,0.689428568,0.33369416,1,1,1,1,1,0.063149452,0.619993269,0.815701067,1,1,1,1,1,0.127648771,0.530290484,0.837965201,0.83795219,0.83820922
-4674,1,0.1649,1,1,1,1,1,1,1,1,0.246,0.1649,0.0696,1,0.215,1,1,1,1,1,1,0,0.215,0.1006,1,0.5349,1,1,1,0.0934,0.5349,0.0596,1,1,1,1,1,0.049937062,0.4493981,0.526521981,1,1,1,1,1,0.078227311,0.39158389,0.750835896,1,1,1,1,1,0.122207209,0.262411118,0.822015466,0.821874339,0.822251773
-4675,1,0.1649,1,1,1,1,1,1,1,1,0.1992,0.1649,0.0264,1,0.215,1,1,1,1,1,1,0,0.215,0.0248,1,0.5349,1,1,1,0.0736,0.5349,0.0469,1,1,1,1,1,0.060738824,0.026643148,0.793536186,1,1,1,1,1,0.073859841,0.022228075,0.855590105,1,1,1,1,1,0.12705937,0,0.792895118,0.792891898,0.793439716
-4676,1,0.1649,1,1,1,1,1,1,1,1,0.1611,0.1649,0,1,0.215,1,1,1,1,1,1,0.0738,0.215,0,1,0.5349,1,1,1,0.0884,0.5349,0,1,1,1,1,1,0.069772847,0,0.946129143,1,1,1,1,1,0.124703988,0,0.644510508,1,1,1,1,1,0.14324449,0,0.779482842,0.779564206,0.779698582
-4677,1,0.1649,1,1,1,1,1,1,1,1,0.2017,0.1649,0,1,0.215,1,1,1,1,1,1,0.1219,0.215,0,1,0.5349,1,1,1,0.1024,0.5349,0,1,1,1,1,1,0.121694937,0,0.998300076,1,1,1,1,1,0.180469722,0,0.647948742,1,1,1,1,1,0.122026853,0,0.76057274,0.760524646,0.760638298
-4678,1,0.1649,1,1,1,1,1,1,1,1,0.2,0.1649,0,1,0.215,1,1,1,1,1,1,0.1368,0.215,0,1,0.5349,1,1,1,0.1609,0.5349,0,1,1,1,1,1,0.139499903,0,0.894397914,1,1,1,1,1,0.197449937,0,0.413186431,1,1,1,1,1,0.104968809,0,0.703419526,0.703405966,0.703457447
-4679,1,0.1649,1,1,1,1,1,1,1,1,0.223,0.1649,0,1,0.215,1,1,1,1,1,1,0.1769,0.215,0,1,0.5349,1,1,1,0.1373,0.5349,0,1,1,1,1,1,0.137453899,0,0.771385849,1,1,1,1,1,0.206618518,0,0.255341381,1,1,1,1,1,0.094221592,0,0.639499758,0.639517664,0.63962766
-4680,1,0.1649,1,1,1,1,1,1,1,1,0.1982,0.1649,0,1,0.215,1,1,1,1,1,1,0.1535,0.215,0,1,0.5349,1,1,1,0.081,0.5349,0,1,1,1,1,1,0.115534909,0,0.6009776,1,1,1,1,1,0.183647886,0,0.31083405,1,1,1,1,1,0.105376169,0,0.586333978,0.586418447,0.58643617
-4681,1,0.1649,1,1,1,1,1,1,1,1,0.2099,0.1649,0,1,0.215,1,1,1,1,1,1,0.0985,0.215,0,1,0.5349,1,1,1,0.0994,0.5349,0,1,1,1,1,1,0.134240031,0,0.58920449,1,1,1,1,1,0.12719214,0,0.354557335,1,1,1,1,1,0.167077437,0,0.548936684,0.548973979,0.548758865
-4682,1,0.1649,1,1,1,1,1,1,1,1,0.1758,0.1649,0,1,0.215,1,1,1,1,1,1,0.076,0.215,0,1,0.5349,1,1,1,0.0834,0.5349,0,1,1,1,1,1,0.113121778,0,0.44209671,1,1,1,1,1,0.086630896,0,0.251520693,1,1,1,1,1,0.202421695,0,0.523260029,0.523376349,0.523492908
-4683,1,0.1649,1,1,1,1,1,1,1,1,0.1185,0.1649,0,1,0.215,1,1,1,1,1,1,0.0467,0.215,0,1,0.5349,1,1,1,0.0605,0.5349,0,1,1,1,1,1,0.057242475,0,0.497670889,1,1,1,1,1,0.06908033,0,0.324002653,1,1,1,1,1,0.174081296,0,0.50640406,0.506452295,0.506205674
-4684,1,0.1649,1,1,1,1,1,1,1,1,0.0694,0.1649,0,1,0.215,1,1,1,1,1,1,0.0226,0.215,0,1,0.5349,1,1,1,0.0623,0.5349,0,1,1,1,1,1,0.043173727,0,0.609315276,1,1,1,1,1,0.049340636,0,0.343986154,1,1,1,1,1,0.178972825,0,0.496918801,0.496932515,0.496897163
-4685,1,0.1649,1,1,1,1,1,1,1,1,0.1148,0.1649,0.1152,1,0.215,1,1,1,1,1,1,0.0151,0.215,0.0347,1,0.5349,1,1,1,0.053,0.5349,0.1235,1,1,1,1,1,0.060303312,0.199164018,0.811409652,1,1,1,1,1,0.047646619,0.021931337,0.265548706,1,1,1,1,1,0.183527723,0.245587766,0.489548091,0.489528242,0.489361702
-4686,1,0.1649,1,1,1,1,1,1,1,1,0.076,0.1649,0.0873,1,0.215,1,1,1,1,1,1,0.0139,0.215,0.1075,1,0.5349,1,1,1,0.0398,0.5349,0.0728,1,1,1,1,1,0.083686791,0.513577104,0.479535818,1,1,1,1,1,0.028761502,0.356453806,0.103148967,1,1,1,1,1,0.12977837,0.567447543,0.503443693,0.503490586,0.503546099
-4687,1,0.1649,1,1,1,1,1,1,1,1,0.0305,0.1649,0.2188,1,0.215,1,1,1,1,1,1,0.0058,0.215,0.2322,1,0.5349,1,1,1,0.0089,0.5349,0.2107,1,1,1,1,1,0.0199655,0.724022567,0.377587676,1,1,1,1,1,0.005206743,0.483136207,0.204115987,1,1,1,1,1,0.052282058,0.753111064,0.55038666,0.550454834,0.550531915
-4688,1,0.1649,1,1,1,1,1,1,1,1,0.0116,0.1649,0.361,1,0.215,1,1,1,1,1,1,0,0.215,0.3316,1,0.5349,1,1,1,0.0062,0.5349,0.3738,1,1,1,1,1,0.000657824,0.67629838,0.367629558,1,1,1,1,1,0,0.446670175,0.143720955,1,1,1,1,1,0.015997782,0.837077558,0.615152247,0.615189338,0.615248227
-4689,1,0.1649,1,1,1,1,1,1,1,1,0.0091,0.1649,0.4632,1,0.215,1,1,1,1,1,1,0,0.215,0.3595,1,0.5349,1,1,1,0.011,0.5349,0.4969,1,1,1,1,1,0.000726254,0.735363841,0.30856055,1,1,1,1,1,0.001073296,0.540772498,0.164289534,1,1,1,1,1,0.009948041,0.859918237,0.678347028,0.678442987,0.678634752
-4690,1,0.1649,1,1,1,1,1,1,1,1,0.0324,0.1649,0.5972,1,0.215,1,1,1,1,1,1,0,0.215,0.4541,1,0.5349,1,1,1,0.0112,0.5349,0.6818,1,1,1,1,1,0.002149665,0.833833516,0.216924399,1,1,1,1,1,0.003627881,0.658618271,0.086022258,1,1,1,1,1,0.011514721,0.999795854,0.734231513,0.734292363,0.734485816
-4691,1,0.1649,1,1,1,1,1,1,1,1,0.0886,0.1649,0.464,1,0.215,1,1,1,1,1,1,0.0443,0.215,0.4555,1,0.5349,1,1,1,0.0173,0.5349,0.5575,1,1,1,1,1,0.011802758,0.59772712,0.213118806,1,1,1,1,1,0.021584164,0.616696835,0.064858377,1,1,1,1,1,0.024382629,0.810772002,0.779301595,0.779352655,0.779698582
-4692,1,0.1649,1,1,1,1,1,1,1,1,0.1489,0.1649,0.4484,1,0.215,1,1,1,1,1,1,0.0248,0.215,0.4176,1,0.5349,1,1,1,0.0246,0.5349,0.5211,1,1,1,1,1,0.032929402,0.620448649,0.132134989,1,1,1,1,1,0.015868232,0.58591485,0.009025655,1,1,1,1,1,0.043987252,0.751202285,0.805159497,0.805161836,0.805407801
-4693,1,0.1649,1,1,1,1,1,1,1,1,0.2065,0.1649,0.4266,1,0.215,1,1,1,1,1,1,0.026,0.215,0.3601,1,0.5349,1,1,1,0.0576,0.5349,0.4457,1,1,1,1,1,0.053638272,0.598211765,0.223576069,1,1,1,1,1,0.032229498,0.460846066,0.097270951,1,1,1,1,1,0.072273389,0.740888536,0.810113581,0.810027502,0.810283688
-4694,1,0.1649,1,1,1,1,1,1,1,1,0.2226,0.1649,0.4012,1,0.215,1,1,1,1,1,1,0,0.215,0.3141,1,0.5349,1,1,1,0.0584,0.5349,0.3687,1,1,1,1,1,0.087210797,0.547647476,0.403292716,1,1,1,1,1,0.009909032,0.386574,0.124635607,1,1,1,1,1,0.059469584,0.681151867,0.810536491,0.810662154,0.81072695
-4695,1,0.1649,1,1,1,1,1,1,1,1,0.2101,0.1649,0.3295,1,0.215,1,1,1,1,1,1,0.0114,0.215,0.2299,1,0.5349,1,1,1,0.0634,0.5349,0.3562,1,1,1,1,1,0.092219234,0.454084367,0.609977424,1,1,1,1,1,0.027104029,0.258763641,0.096393988,1,1,1,1,1,0.032332353,0.566805542,0.811744804,0.811719907,0.812056738
-4696,1,0.1649,1,1,1,1,1,1,1,1,0.1652,0.1649,0.2302,1,0.215,1,1,1,1,1,1,0.05,0.215,0.1561,1,0.5349,1,1,1,0.0741,0.5349,0.2527,1,1,1,1,1,0.066533186,0.355320185,0.924541295,1,1,1,1,1,0.051091909,0.226163357,0.186309934,1,1,1,1,1,0.068308577,0.42917034,0.813255196,0.813412312,0.813386525
-4697,1,0.1649,1,1,1,1,1,1,1,1,0.1767,0.1649,0.1164,1,0.215,1,1,1,1,1,1,0.0731,0.215,0.0778,1,0.5349,1,1,1,0.0666,0.5349,0.1406,1,1,1,1,1,0.062259413,0.154161736,0.901211143,1,1,1,1,1,0.078111269,0.126792386,0.290060222,1,1,1,1,1,0.071803361,0.228641167,0.81277187,0.81277766,0.812943262
-4698,1,0.1649,1,1,1,1,1,1,1,1,0.1602,0.1649,0.0125,1,0.215,1,1,1,1,1,1,0.0071,0.215,0.0004,1,0.5349,1,1,1,0.0748,0.5349,0.0412,1,1,1,1,1,0.030076884,0.002190551,0.78159523,1,1,1,1,1,0.013328771,0.002986677,0.509434819,1,1,1,1,1,0.097607605,0.026495216,0.799661672,0.799661519,0.79964539
-4699,1,0.1649,1,1,1,1,1,1,1,1,0.1416,0.1649,0,1,0.215,1,1,1,1,1,1,0.0248,0.215,0,1,0.5349,1,1,1,0.1076,0.5349,0,1,1,1,1,1,0.10549169,0,0.6711905,1,1,1,1,1,0.034133602,0,0.994130969,1,1,1,1,1,0.208273754,0,0.788182697,0.788237783,0.78856383
-4700,1,0.1649,1,1,1,1,1,1,1,1,0.0712,0.1649,0,1,0.215,1,1,1,1,1,1,0.0174,0.215,0,1,0.5349,1,1,1,0.0483,0.5349,0,1,1,1,1,1,0.102553502,0,0.928008676,1,1,1,1,1,0.032116093,0,0.686483026,1,1,1,1,1,0.072159737,0,0.790840986,0.790776391,0.791223404
-4701,1,0.1649,1,1,1,1,1,1,1,1,0.0654,0.1649,0,1,0.215,1,1,1,1,1,1,0.0608,0.215,0,1,0.5349,1,1,1,0.0343,0.5349,0,1,1,1,1,1,0.053462189,0,0.957992196,1,1,1,1,1,0.066365898,0,0.522634864,1,1,1,1,1,0.074761935,0,0.762264379,0.762217051,0.762411348
-4702,1,0.1649,1,1,1,1,1,1,1,1,0.0508,0.1649,0,1,0.215,1,1,1,1,1,1,0.0136,0.215,0,1,0.5349,1,1,1,0.0174,0.5349,0,1,1,1,1,1,0.028141461,0,0.822269559,1,1,1,1,1,0.020615954,0,0.543329835,1,1,1,1,1,0.049580146,0,0.702573707,0.702559763,0.702570922
-4703,1,0.1649,1,1,1,1,1,1,1,1,0.0908,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.011,0.5349,0,1,1,1,1,1,0.013805618,0,0.494366586,1,1,1,1,1,0.009144208,0,0.990843058,1,1,1,1,1,0.024592604,0,0.640768487,0.640786968,0.640957447
-4704,1,0.1649,1,1,1,1,1,1,1,1,0.0966,0.1649,0,1,0.215,1,1,1,1,1,1,0.0302,0.215,0,1,0.5349,1,1,1,0.0151,0.5349,0,1,1,1,1,1,0.023907624,0,0.417306423,1,1,1,1,1,0.034292813,0,1,1,1,1,1,1,0.020571349,0,0.59618173,0.596149778,0.596187943
-4705,1,0.1649,1,1,1,1,1,1,1,1,0.1738,0.1649,0,1,0.215,1,1,1,1,1,1,0.0737,0.215,0,1,0.5349,1,1,1,0.0282,0.5349,0,1,1,1,1,1,0.068487756,0,0.915883303,1,1,1,1,1,0.079222478,0,0.99107337,1,1,1,1,1,0.025771072,0,0.567544708,0.567590438,0.567375887
-4706,1,0.1649,1,1,1,1,1,1,1,1,0.1676,0.1649,0,1,0.215,1,1,1,1,1,1,0.1417,0.215,0,1,0.5349,1,1,1,0.0371,0.5349,0,1,1,1,1,1,0.080683127,0,0.804368138,1,1,1,1,1,0.145942792,0,0.662275672,1,1,1,1,1,0.027744928,0,0.549238763,0.54918553,0.549202128
-4707,1,0.1649,1,1,1,1,1,1,1,1,0.0604,0.1649,0,1,0.215,1,1,1,1,1,1,0.2023,0.215,0,1,0.5349,1,1,1,0.0232,0.5349,0,1,1,1,1,1,0.085766658,0,0.669743061,1,1,1,1,1,0.214158848,0,0.993282795,1,1,1,1,1,0.03124867,0,0.539632673,0.53966575,0.539893617
-4708,1,0.1649,1,1,1,1,1,1,1,1,0.0876,0.1649,0,1,0.215,1,1,1,1,1,1,0.2069,0.215,0,1,0.5349,1,1,1,0.0179,0.5349,0,1,1,1,1,1,0.109562613,0,0.857402027,1,1,1,1,1,0.223272532,0,0.995654464,1,1,1,1,1,0.023975259,0,0.543318028,0.543473662,0.543439716
-4709,1,0.1649,1,1,1,1,1,1,1,1,0.0716,0.1649,0.0316,1,0.215,1,1,1,1,1,1,0.201,0.215,0.0168,1,0.5349,1,1,1,0.0059,0.5349,0,1,1,1,1,1,0.104910389,0.048925817,0.622618437,1,1,1,1,1,0.21813342,0.028234283,0.676141143,1,1,1,1,1,0.014987183,0.005167271,0.568088449,0.568013539,0.568262411
-4710,1,0.1649,1,1,1,1,1,1,1,1,0.0503,0.1649,0.0805,1,0.215,1,1,1,1,1,1,0.0923,0.215,0.1067,1,0.5349,1,1,1,0.0101,0.5349,0.086,1,1,1,1,1,0.044781681,0.382301807,0.735658586,1,1,1,1,1,0.081565261,0.424099892,0.372645557,1,1,1,1,1,0.038940638,0.238480106,0.627537458,0.627670827,0.627659574
-4711,1,0.1649,1,1,1,1,1,1,1,1,0.1238,0.1649,0.2149,1,0.215,1,1,1,1,1,1,0.131,0.215,0.2393,1,0.5349,1,1,1,0.004,0.5349,0.2077,1,1,1,1,1,0.098245755,0.654169679,0.725578904,1,1,1,1,1,0.137218773,0.562330484,0.44511205,1,1,1,1,1,0.011610627,0.511969805,0.706319478,0.706367675,0.706560284
-4712,1,0.1649,1,1,1,1,1,1,1,1,0.0824,0.1649,0.3659,1,0.215,1,1,1,1,1,1,0.1469,0.215,0.3837,1,0.5349,1,1,1,0.0017,0.5349,0.3529,1,1,1,1,1,0.071114846,0.757350922,0.579348803,1,1,1,1,1,0.114812493,0.752826154,0.305735379,1,1,1,1,1,0.009155178,0.727080345,0.767520541,0.767717368,0.767730496
-4713,1,0.1649,1,1,1,1,1,1,1,1,0.0601,0.1649,0.4898,1,0.215,1,1,1,1,1,1,0.115,0.215,0.4951,1,0.5349,1,1,1,0.0039,0.5349,0.4723,1,1,1,1,1,0.032162994,0.805259585,0.530722499,1,1,1,1,1,0.09734036,0.810123205,0.275747657,1,1,1,1,1,0.007694993,0.788729906,0.816698888,0.816797123,0.816932624
-4714,1,0.1649,1,1,1,1,1,1,1,1,0.1055,0.1649,0.5831,1,0.215,1,1,1,1,1,1,0.1406,0.215,0.5785,1,0.5349,1,1,1,0.0134,0.5349,0.5436,1,1,1,1,1,0.091004223,0.82989347,0.433776796,1,1,1,1,1,0.143119335,0.83736515,0.264700264,1,1,1,1,1,0.025805254,0.830189049,0.859956501,0.859953459,0.86037234
-4715,1,0.1649,1,1,1,1,1,1,1,1,0.0853,0.1649,0.6085,1,0.215,1,1,1,1,1,1,0.2261,0.215,0.6126,1,0.5349,1,1,1,0.0451,0.5349,0.5843,1,1,1,1,1,0.092592314,0.849625409,0.373571277,1,1,1,1,1,0.198024914,0.863726377,0.238614678,1,1,1,1,1,0.089819893,0.84804672,0.894755921,0.894647768,0.894946809
-4716,1,0.1649,1,1,1,1,1,1,1,1,0.1433,0.1649,0.5999,1,0.215,1,1,1,1,1,1,0.1885,0.215,0.6174,1,0.5349,1,1,1,0.0418,0.5349,0.5893,1,1,1,1,1,0.173794836,0.837577999,0.433625162,1,1,1,1,1,0.168830335,0.871693909,0.227770433,1,1,1,1,1,0.055512808,0.841647446,0.921640889,0.921726253,0.921985816
-4717,1,0.1649,1,1,1,1,1,1,1,1,0.1712,0.1649,0.5772,1,0.215,1,1,1,1,1,1,0.1281,0.215,0.6044,1,0.5349,1,1,1,0.129,0.5349,0.5534,1,1,1,1,1,0.132632583,0.814279377,0.79791081,1,1,1,1,1,0.134183258,0.845688641,0.409148991,1,1,1,1,1,0.191790685,0.798665047,0.944719671,0.944785276,0.945035461
-4718,1,0.1649,1,1,1,1,1,1,1,1,0.1848,0.1649,0.5188,1,0.215,1,1,1,1,1,1,0.1351,0.215,0.5663,1,0.5349,1,1,1,0.0866,0.5349,0.5003,1,1,1,1,1,0.152588874,0.773287952,1,1,1,1,1,1,0.130121231,0.795576215,0.439282238,1,1,1,1,1,0.096225865,0.698141456,0.94961334,0.949650941,0.949911348
-4719,1,0.1649,1,1,1,1,1,1,1,1,0.1469,0.1649,0.4201,1,0.215,1,1,1,1,1,1,0.1776,0.215,0.4586,1,0.5349,1,1,1,0.0651,0.5349,0.4107,1,1,1,1,1,0.137453303,0.696662486,1,1,1,1,1,1,0.176341489,0.707151115,0.486715198,1,1,1,1,1,0.051740754,0.596123815,0.951486225,0.951554897,0.951684397
-4720,1,0.1649,1,1,1,1,1,1,1,1,0.1033,0.1649,0.3017,1,0.215,1,1,1,1,1,1,0.1491,0.215,0.3374,1,0.5349,1,1,1,0.0463,0.5349,0.2813,1,1,1,1,1,0.096672967,0.611576557,1,1,1,1,1,1,0.148207724,0.601497173,0.705397964,1,1,1,1,1,0.054552019,0.579768598,0.949734171,0.949650941,0.949911348
-4721,1,0.1649,1,1,1,1,1,1,1,1,0.218,0.1649,0.1691,1,0.215,1,1,1,1,1,1,0.267,0.215,0.2068,1,0.5349,1,1,1,0.0428,0.5349,0.1628,1,1,1,1,1,0.246728316,0.466124952,1,1,1,1,1,1,0.235715553,0.509555697,0.762290359,1,1,1,1,1,0.041651979,0.466523498,0.942665539,0.942669769,0.943262411
-4722,1,0.1649,1,1,1,1,1,1,1,1,0.0872,0.1649,0.0705,1,0.215,1,1,1,1,1,1,0.0681,0.215,0.0937,1,0.5349,1,1,1,0.0372,0.5349,0.0507,1,1,1,1,1,0.117695704,0.194905758,1,1,1,1,1,1,0.059019528,0.3035146,0.570949793,1,1,1,1,1,0.034362815,0.137939692,0.920734654,0.9206685,0.921099291
-4723,1,0.1649,1,1,1,1,1,1,1,1,0.0529,0.1649,0,1,0.215,1,1,1,1,1,1,0.0314,0.215,0,1,0.5349,1,1,1,0.0362,0.5349,0,1,1,1,1,1,0.100484103,0,1,1,1,1,1,1,0.037133232,0,0.491913617,1,1,1,1,1,0.057075974,0,0.891795553,0.891897609,0.892287234
-4724,1,0.1649,1,1,1,1,1,1,1,1,0.0325,0.1649,0,1,0.215,1,1,1,1,1,1,0.0175,0.215,0,1,0.5349,1,1,1,0.0411,0.5349,0,1,1,1,1,1,0.059404828,0,0.998141885,1,1,1,1,1,0.026813105,0,0.682712853,1,1,1,1,1,0.099441372,0,0.880497825,0.880685424,0.880762411
-4725,1,0.1649,1,1,1,1,1,1,1,1,0.0519,0.1649,0,1,0.215,1,1,1,1,1,1,0.0503,0.215,0,1,0.5349,1,1,1,0.0617,0.5349,0,1,1,1,1,1,0.107082434,0,0.723340154,1,1,1,1,1,0.06148164,0,0.634384334,1,1,1,1,1,0.148364067,0,0.845517158,0.845568014,0.845744681
-4726,1,0.1649,1,1,1,1,1,1,1,1,0.0295,0.1649,0,1,0.215,1,1,1,1,1,1,0.0333,0.215,0,1,0.5349,1,1,1,0.0466,0.5349,0,1,1,1,1,1,0.067474082,0,0.636288285,1,1,1,1,1,0.048424825,0,0.577560782,1,1,1,1,1,0.103087641,0,0.764741421,0.764755659,0.765070922
-4727,1,0.1649,1,1,1,1,1,1,1,1,0.0343,0.1649,0,1,0.215,1,1,1,1,1,1,0.1177,0.215,0,1,0.5349,1,1,1,0.0177,0.5349,0,1,1,1,1,1,0.076981142,0,0.689040303,1,1,1,1,1,0.100923747,0,1,1,1,1,1,1,0.047065575,0,0.684871919,0.684789507,0.685283688
-4728,1,0.1649,1,1,1,1,1,1,1,1,0.04,0.1649,0,1,0.215,1,1,1,1,1,1,0.1587,0.215,0,1,0.5349,1,1,1,0.0209,0.5349,0,1,1,1,1,1,0.088664487,0,0.958897769,1,1,1,1,1,0.190048918,0,1,1,1,1,1,1,0.038112242,0,0.628262446,0.628305479,0.628546099
-4729,1,0.1649,1,1,1,1,1,1,1,1,0.102,0.1649,0,1,0.215,1,1,1,1,1,1,0.2127,0.215,0,1,0.5349,1,1,1,0.0415,0.5349,0,1,1,1,1,1,0.196175486,0,0.973448098,1,1,1,1,1,0.253231585,0,1,1,1,1,1,1,0.042202726,0,0.59159014,0.591707214,0.591755319
-4730,1,0.1649,1,1,1,1,1,1,1,1,0.1432,0.1649,0,1,0.215,1,1,1,1,1,1,0.2058,0.215,0,1,0.5349,1,1,1,0.0451,0.5349,0,1,1,1,1,1,0.255708128,0,0.82672441,1,1,1,1,1,0.296434999,0,0.279786944,1,1,1,1,1,0.042854957,0,0.567846786,0.567801989,0.567819149
-4731,1,0.1649,1,1,1,1,1,1,1,1,0.1592,0.1649,0,1,0.215,1,1,1,1,1,1,0.1181,0.215,0,1,0.5349,1,1,1,0.0462,0.5349,0,1,1,1,1,1,0.142633662,0,0.596264303,1,1,1,1,1,0.179559961,0,0.178385884,1,1,1,1,1,0.059922714,0,0.553044949,0.552993442,0.553191489
-4732,1,0.1649,1,1,1,1,1,1,1,1,0.1248,0.1649,0,1,0.215,1,1,1,1,1,1,0.11,0.215,0,1,0.5349,1,1,1,0.053,0.5349,0,1,1,1,1,1,0.161802918,0,0.586191595,1,1,1,1,1,0.127627045,0,0.15827696,1,1,1,1,1,0.076737471,0,0.554374094,0.554474297,0.554521277
-4733,1,0.1649,1,1,1,1,1,1,1,1,0.1249,0.1649,0.0259,1,0.215,1,1,1,1,1,1,0.0505,0.215,0.0003,1,0.5349,1,1,1,0.0455,0.5349,0.0083,1,1,1,1,1,0.191856578,0.034566909,0.498638719,1,1,1,1,1,0.061767213,0.001520546,0.067278281,1,1,1,1,1,0.060737375,0.138037294,0.576788304,0.576687117,0.57712766
-4734,1,0.1649,1,1,1,1,1,1,1,1,0.088,0.1649,0.096,1,0.215,1,1,1,1,1,1,0.0136,0.215,0.0996,1,0.5349,1,1,1,0.0247,0.5349,0.0608,1,1,1,1,1,0.145739317,0.34051609,0.377310753,1,1,1,1,1,0.021560257,0.306335449,0.000539267,1,1,1,1,1,0.037652876,0.473481745,0.639076849,0.639094563,0.639184397
-4735,1,0.1649,1,1,1,1,1,1,1,1,0.0553,0.1649,0.2133,1,0.215,1,1,1,1,1,1,0.0031,0.215,0.2184,1,0.5349,1,1,1,0.0244,0.5349,0.0906,1,1,1,1,1,0.063441776,0.547159135,0.388509452,1,1,1,1,1,0.00647525,0.54831779,0.000329843,1,1,1,1,1,0.050226711,0.462442458,0.719973417,0.719906918,0.720301418
-4736,1,0.1649,1,1,1,1,1,1,1,1,0.0608,0.1649,0.3624,1,0.215,1,1,1,1,1,1,0.0035,0.215,0.3801,1,0.5349,1,1,1,0.0266,0.5349,0.157,1,1,1,1,1,0.107709236,0.747829616,0.260568708,1,1,1,1,1,0.003027687,0.758825243,0.023841623,1,1,1,1,1,0.04504494,0.412879914,0.784859836,0.784852972,0.78501773
-4737,1,0.1649,1,1,1,1,1,1,1,1,0.0483,0.1649,0.4795,1,0.215,1,1,1,1,1,1,0.0187,0.215,0.497,1,0.5349,1,1,1,0.0347,0.5349,0.3141,1,1,1,1,1,0.077111453,0.776483536,0.065477706,1,1,1,1,1,0.016431428,0.81982255,0.04393246,1,1,1,1,1,0.124877751,0.471285522,0.842194297,0.842183203,0.842198582
-4738,1,0.1649,1,1,1,1,1,1,1,1,0.0521,0.1649,0.5633,1,0.215,1,1,1,1,1,1,0.0611,0.215,0.566,1,0.5349,1,1,1,0.0441,0.5349,0.3079,1,1,1,1,1,0.041601107,0.7407341,0.070179462,1,1,1,1,1,0.04828972,0.813200533,0.017215969,1,1,1,1,1,0.188969538,0.488849372,0.891855969,0.891897609,0.892287234
-4739,1,0.1649,1,1,1,1,1,1,1,1,0.1347,0.1649,0.5708,1,0.215,1,1,1,1,1,1,0.1496,0.215,0.5632,1,0.5349,1,1,1,0.0817,0.5349,0.4452,1,1,1,1,1,0.034508858,0.721973896,0.095890447,1,1,1,1,1,0.122549281,0.76173687,0.032446075,1,1,1,1,1,0.224277183,0.530159354,0.925869986,0.925957267,0.92641844
-4740,1,0.1649,1,1,1,1,1,1,1,1,0.3076,0.1649,0.534,1,0.215,1,1,1,1,1,1,0.199,0.215,0.5305,1,0.5349,1,1,1,0.0563,0.5349,0.4428,1,1,1,1,1,0.153099567,0.781870365,0.205791622,1,1,1,1,1,0.199565381,0.770466328,0.120509699,1,1,1,1,1,0.177167088,0.664518833,0.949311261,0.949439391,0.949468085
-4741,1,0.1649,1,1,1,1,1,1,1,1,0.3513,0.1649,0.5641,1,0.215,1,1,1,1,1,1,0.2721,0.215,0.5783,1,0.5349,1,1,1,0.0923,0.5349,0.4834,1,1,1,1,1,0.191757113,0.821734905,0.377977192,1,1,1,1,1,0.273406863,0.844895959,0.295387983,1,1,1,1,1,0.146371976,0.715889215,0.970517158,0.970594457,0.970744681
-4742,1,0.1649,1,1,1,1,1,1,1,1,0.5379,0.1649,0.5537,1,0.215,1,1,1,1,1,1,0.2836,0.215,0.5735,1,0.5349,1,1,1,0.0596,0.5349,0.4119,1,1,1,1,1,0.377724767,0.827906728,0.513582945,1,1,1,1,1,0.281844467,0.849149346,0.440620959,1,1,1,1,1,0.133162469,0.748334169,0.983929435,0.983922149,0.984042553
-4743,1,0.1649,1,1,1,1,1,1,1,1,0.5602,0.1649,0.457,1,0.215,1,1,1,1,1,1,0.2746,0.215,0.4853,1,0.5349,1,1,1,0.054,0.5349,0.3376,1,1,1,1,1,0.354122341,0.795335829,0.714232802,1,1,1,1,1,0.308719426,0.822357357,0.799556851,1,1,1,1,1,0.152271077,0.724883318,0.99401885,0.994076581,0.994237589
-4744,1,0.1649,1,1,1,1,1,1,1,1,0.573,0.1649,0.3439,1,0.215,1,1,1,1,1,1,0.2808,0.215,0.4051,1,0.5349,1,1,1,0.0413,0.5349,0.1446,1,1,1,1,1,0.322912455,0.916427732,0.975401282,1,1,1,1,1,0.337165982,0.947162032,1,1,1,1,1,1,0.119346462,0.805045307,1,1,1
-4745,1,0.1649,1,1,1,1,1,1,1,1,0.5305,0.1649,0.1642,1,0.215,1,1,1,1,1,1,0.2359,0.215,0.2135,1,0.5349,1,1,1,0.0691,0.5349,0.0666,1,1,1,1,1,0.23743692,0.592885971,1,1,1,1,1,1,0.277880847,0.630017042,1,1,1,1,1,1,0.124509253,0.148911506,0.991723055,0.991749524,0.992021277
-4746,1,0.1649,1,1,1,1,1,1,1,1,0.4565,0.1649,0.0638,1,0.215,1,1,1,1,1,1,0.1028,0.215,0.0909,1,0.5349,1,1,1,0.0799,0.5349,0.0064,1,1,1,1,1,0.273301721,0.291396022,1,1,1,1,1,1,0.126930207,0.36169523,1,1,1,1,1,1,0.183063909,0.001705564,0.968946351,0.968902052,0.969414894
-4747,1,0.1649,1,1,1,1,1,1,1,1,0.3317,0.1649,0,1,0.215,1,1,1,1,1,1,0.0481,0.215,0,1,0.5349,1,1,1,0.0853,0.5349,0,1,1,1,1,1,0.196990103,0,1,1,1,1,1,1,0.092703208,0,1,1,1,1,1,1,0.188168913,0,0.939221846,0.939284959,0.93927305
-4748,1,0.1649,1,1,1,1,1,1,1,1,0.2588,0.1649,0,1,0.215,1,1,1,1,1,1,0.1203,0.215,0,1,0.5349,1,1,1,0.1128,0.5349,0,1,1,1,1,1,0.243232921,0,1,1,1,1,1,1,0.192564219,0,1,1,1,1,1,1,0.278062165,0,0.92218463,0.922360905,0.922429078
-4749,1,0.1649,1,1,1,1,1,1,1,1,0.3635,0.1649,0,1,0.215,1,1,1,1,1,1,0.1436,0.215,0,1,0.5349,1,1,1,0.136,0.5349,0,1,1,1,1,1,0.398288399,0,1,1,1,1,1,1,0.21815072,0,1,1,1,1,1,1,0.305683553,0,0.888533108,0.888724349,0.888741135
-4750,1,0.1649,1,1,1,1,1,1,1,1,0.358,0.1649,0,1,0.215,1,1,1,1,1,1,0.1599,0.215,0,1,0.5349,1,1,1,0.2111,0.5349,0,1,1,1,1,1,0.299076855,0,1,1,1,1,1,1,0.2167622,0,1,1,1,1,1,1,0.479759544,0,0.812409377,0.812354559,0.8125
-4751,1,0.1649,1,1,1,1,1,1,1,1,0.5364,0.1649,0,1,0.215,1,1,1,1,1,1,0.2532,0.215,0,1,0.5349,1,1,1,0.1774,0.5349,0,1,1,1,1,1,0.428693622,0,1,1,1,1,1,1,0.351906925,0,1,1,1,1,1,1,0.506558478,0,0.736768971,0.736830971,0.736702128
-4752,1,0.1649,1,1,1,1,1,1,1,1,0.5554,0.1649,0,1,0.215,1,1,1,1,1,1,0.285,0.215,0,1,0.5349,1,1,1,0.1791,0.5349,0,1,1,1,1,1,0.446920902,0,1,1,1,1,1,1,0.369857788,0,1,1,1,1,1,1,0.434830606,0,0.68360319,0.683731754,0.683510638
-4753,1,0.1649,1,1,1,1,1,1,1,1,0.6115,0.1649,0,1,0.215,1,1,1,1,1,1,0.2766,0.215,0,1,0.5349,1,1,1,0.2365,0.5349,0,1,1,1,1,1,0.520143688,0,1,1,1,1,1,1,0.392075658,0,1,1,1,1,1,1,0.462207615,0,0.650555824,0.65072985,0.65070922
-4754,1,0.1649,1,1,1,1,1,1,1,1,0.5166,0.1649,0,1,0.215,1,1,1,1,1,1,0.2303,0.215,0,1,0.5349,1,1,1,0.265,0.5349,0,1,1,1,1,1,0.462805867,0,1,1,1,1,1,1,0.345716238,0,1,1,1,1,1,1,0.454005748,0,0.629712421,0.629786334,0.629875887
-4755,1,0.1649,1,1,1,1,1,1,1,1,0.2835,0.1649,0,1,0.215,1,1,1,1,1,1,0.1009,0.215,0,1,0.5349,1,1,1,0.2695,0.5349,0,1,1,1,1,1,0.200760424,0,1,1,1,1,1,1,0.15580602,0,1,1,1,1,1,1,0.439529955,0,0.617085549,0.617093294,0.617464539
-4756,1,0.1649,1,1,1,1,1,1,1,1,0.2476,0.1649,0,1,0.215,1,1,1,1,1,1,0.0649,0.215,0,1,0.5349,1,1,1,0.2045,0.5349,0,1,1,1,1,1,0.218583316,0,1,1,1,1,1,1,0.107753277,0,1,1,1,1,1,1,0.371108502,0,0.616420976,0.616458642,0.616578014
-4757,1,0.1649,1,1,1,1,1,1,1,1,0.1892,0.1649,0.0054,1,0.215,1,1,1,1,1,1,0.0957,0.215,0.0003,1,0.5349,1,1,1,0.1657,0.5349,0.0115,1,1,1,1,1,0.230784699,0.014356065,1,1,1,1,1,1,0.144820839,0.001643444,1,1,1,1,1,1,0.310442865,0.043553945,0.637989367,0.63803681,0.638297872
-4758,1,0.1649,1,1,1,1,1,1,1,1,0.1257,0.1649,0.0826,1,0.215,1,1,1,1,1,1,0.0842,0.215,0.1088,1,0.5349,1,1,1,0.1622,0.5349,0.0819,1,1,1,1,1,0.115110144,0.408010691,1,1,1,1,1,1,0.133617148,0.337741107,1,1,1,1,1,1,0.284077495,0.292382002,0.694478009,0.694520838,0.694592199
-4759,1,0.1649,1,1,1,1,1,1,1,1,0.0923,0.1649,0.2036,1,0.215,1,1,1,1,1,1,0.0415,0.215,0.2241,1,0.5349,1,1,1,0.0704,0.5349,0.1882,1,1,1,1,1,0.09064839,0.500300586,1,1,1,1,1,1,0.057466157,0.492300063,1,1,1,1,1,1,0.125205591,0.477792799,0.777489125,0.77766025,0.777925532
-4760,1,0.1649,1,1,1,1,1,1,1,1,0.0996,0.1649,0.3215,1,0.215,1,1,1,1,1,1,0.0653,0.215,0.3379,1,0.5349,1,1,1,0.0518,0.5349,0.2889,1,1,1,1,1,0.101875342,0.572936118,1,1,1,1,1,1,0.040974785,0.621728003,1,1,1,1,1,1,0.104450181,0.384502202,0.835729821,0.835625132,0.835992908
-4761,1,0.1649,1,1,1,1,1,1,1,1,0.029,0.1649,0.4199,1,0.215,1,1,1,1,1,1,0.0273,0.215,0.4303,1,0.5349,1,1,1,0.0807,0.5349,0.4314,1,1,1,1,1,0.037748117,0.643825829,0.982930124,1,1,1,1,1,0.012773825,0.708128691,0.776718855,1,1,1,1,1,0.160246581,0.471451998,0.882672789,0.88258938,0.882978723
-4762,1,0.1649,1,1,1,1,1,1,1,1,0.0736,0.1649,0.5034,1,0.215,1,1,1,1,1,1,0.0701,0.215,0.5516,1,0.5349,1,1,1,0.0721,0.5349,0.5286,1,1,1,1,1,0.090113364,0.691235483,0.944338918,1,1,1,1,1,0.058362748,0.803988457,0.69870472,1,1,1,1,1,0.151949063,0.701848865,0.931005317,0.931034483,0.931294326
-4763,1,0.1649,1,1,1,1,1,1,1,1,0.0823,0.1649,0.5322,1,0.215,1,1,1,1,1,1,0.0938,0.215,0.5807,1,0.5349,1,1,1,0.0992,0.5349,0.6059,1,1,1,1,1,0.058706414,0.728465676,0.89212358,1,1,1,1,1,0.091590725,0.831256807,0.408814937,1,1,1,1,1,0.221775517,0.788343072,0.967858869,0.967844299,0.968085106
-4764,1,0.1649,1,1,1,1,1,1,1,1,0.0944,0.1649,0.5403,1,0.215,1,1,1,1,1,1,0.1569,0.215,0.5564,1,0.5349,1,1,1,0.0835,0.5349,0.5827,1,1,1,1,1,0.104665354,0.751403451,0.815032542,1,1,1,1,1,0.209645316,0.791470885,0.291341901,1,1,1,1,1,0.176887646,0.826405048,0.990998067,0.991114872,0.991578014
-4765,1,0.1649,1,1,1,1,1,1,1,1,0.3264,0.1649,0.4716,1,0.215,1,1,1,1,1,1,0.2171,0.215,0.4414,1,0.5349,1,1,1,0.1483,0.5349,0.5847,1,1,1,1,1,0.134735078,0.733063757,0.996589541,1,1,1,1,1,0.28378588,0.524960577,0.436626196,1,1,1,1,1,0.233327001,0.807368279,0.991723055,0.991749524,0.992021277
-4766,1,0.1649,1,1,1,1,1,1,1,1,0.3717,0.1649,0.3179,1,0.215,1,1,1,1,1,1,0.6722,0.215,0.2005,1,0.5349,1,1,1,0.2132,0.5349,0.5537,1,1,1,1,1,0.23368378,0.4913477,1,1,1,1,1,1,0.584838092,0.310497671,1,1,1,1,1,1,0.35360831,0.779829025,0.968463026,0.968478951,0.968528369
-4767,1,0.1649,1,1,1,1,1,1,1,1,0.3871,0.1649,0.1481,1,0.215,1,1,1,1,1,1,0.1198,0.215,0.201,1,0.5349,1,1,1,0.2665,0.5349,0.4275,1,1,1,1,1,0.193673953,0.276577055,1,1,1,1,1,1,0.138526395,0.359608442,1,1,1,1,1,1,0.321805239,0.748753369,0.923272112,0.923418659,0.923758865
-4768,1,0.1649,1,1,1,1,1,1,1,1,0.265,0.1649,0.1209,1,0.215,1,1,1,1,1,1,0,0.215,0.2205,1,0.5349,1,1,1,0.2383,0.5349,0.3,1,1,1,1,1,0.128874421,0.364836365,1,1,1,1,1,1,0.015718777,0.300126106,1,1,1,1,1,1,0.392843693,0.63640517,0.889016433,0.8889359,0.889184397
-4769,1,0.1649,1,1,1,1,1,1,1,1,0.1447,0.1649,0.1182,1,0.215,1,1,1,1,1,1,0,0.215,0.1106,1,0.5349,1,1,1,0.2359,0.5349,0.1539,1,1,1,1,1,0.148247615,0.360952109,0.782070756,1,1,1,1,1,0.003871796,0.122339971,0.919652998,1,1,1,1,1,0.395749539,0.481694907,0.874275012,0.874338904,0.874556738
-4770,1,0.1649,1,1,1,1,1,1,1,1,0.0631,0.1649,0.0209,1,0.215,1,1,1,1,1,1,0.0081,0.215,0.0083,1,0.5349,1,1,1,0.2236,0.5349,0.0663,1,1,1,1,1,0.134407207,0.105237834,0.525878906,1,1,1,1,1,0.010777082,0.011056531,0.142133504,1,1,1,1,1,0.319491208,0.215907305,0.852042049,0.852126084,0.852393617
-4771,1,0.1649,1,1,1,1,1,1,1,1,0.0738,0.1649,0,1,0.215,1,1,1,1,1,1,0.0061,0.215,0,1,0.5349,1,1,1,0.2269,0.5349,0,1,1,1,1,1,0.151918814,0,0.24867934,1,1,1,1,1,0.02677568,0,0.167484552,1,1,1,1,1,0.26214835,0,0.830715321,0.830759467,0.831117021
-4772,1,0.1649,1,1,1,1,1,1,1,1,0.108,0.1649,0,1,0.215,1,1,1,1,1,1,0.0388,0.215,0,1,0.5349,1,1,1,0.2488,0.5349,0,1,1,1,1,1,0.219351977,0,0.086771652,1,1,1,1,1,0.062072091,0,0.497421801,1,1,1,1,1,0.302593887,0,0.824371677,0.824624498,0.824911348
-4773,1,0.1649,1,1,1,1,1,1,1,1,0.154,0.1649,0,1,0.215,1,1,1,1,1,1,0.0381,0.215,0,1,0.5349,1,1,1,0.3402,0.5349,0,1,1,1,1,1,0.300874442,0,0.376271904,1,1,1,1,1,0.077332281,0,0.109956294,1,1,1,1,1,0.542058647,0,0.79760754,0.797546012,0.79787234
-4774,1,0.1649,1,1,1,1,1,1,1,1,0.0907,0.1649,0,1,0.215,1,1,1,1,1,1,0.0832,0.215,0,1,0.5349,1,1,1,0.3945,0.5349,0,1,1,1,1,1,0.170339525,0,0.577430665,1,1,1,1,1,0.142371073,0,0.281535387,1,1,1,1,1,0.614292502,0,0.729942001,0.729849799,0.730053191
-4775,1,0.1649,1,1,1,1,1,1,1,1,0.1312,0.1649,0,1,0.215,1,1,1,1,1,1,0.0742,0.215,0,1,0.5349,1,1,1,0.2117,0.5349,0,1,1,1,1,1,0.226485148,0,0.698540628,1,1,1,1,1,0.106692657,0,0.597258151,1,1,1,1,1,0.355144262,0,0.659195263,0.659191876,0.659574468
-4776,1,0.1649,1,1,1,1,1,1,1,1,0.2031,0.1649,0,1,0.215,1,1,1,1,1,1,0.0598,0.215,0,1,0.5349,1,1,1,0.161,0.5349,0,1,1,1,1,1,0.203092501,0,1,1,1,1,1,1,0.115914375,0,0.858946085,1,1,1,1,1,0.352015316,0,0.604942001,0.604823355,0.605053191
-4777,1,0.1649,1,1,1,1,1,1,1,1,0.0693,0.1649,0,1,0.215,1,1,1,1,1,1,0.0785,0.215,0,1,0.5349,1,1,1,0.1218,0.5349,0,1,1,1,1,1,0.073014691,0,0.553786516,1,1,1,1,1,0.092836194,0,0.573802888,1,1,1,1,1,0.315606326,0,0.565853069,0.565898033,0.566046099
-4778,1,0.1649,1,1,1,1,1,1,1,1,0.0595,0.1649,0,1,0.215,1,1,1,1,1,1,0.0612,0.215,0,1,0.5349,1,1,1,0.1712,0.5349,0,1,1,1,1,1,0.048557453,0,0.182125241,1,1,1,1,1,0.061029151,0,0.097973824,1,1,1,1,1,0.356773734,0,0.541082649,0.540935054,0.541223404
-4779,1,0.1649,1,1,1,1,1,1,1,1,0.1433,0.1649,0,1,0.215,1,1,1,1,1,1,0.1281,0.215,0,1,0.5349,1,1,1,0.1274,0.5349,0,1,1,1,1,1,0.081252858,0,0.084433675,1,1,1,1,1,0.155295983,0,0.00937932,1,1,1,1,1,0.261457473,0,0.525857902,0.525914957,0.52570922
-4780,1,0.1649,1,1,1,1,1,1,1,1,0.1611,0.1649,0,1,0.215,1,1,1,1,1,1,0.1147,0.215,0,1,0.5349,1,1,1,0.1015,0.5349,0,1,1,1,1,1,0.056756094,0,0.155232966,1,1,1,1,1,0.160338864,0,0.056475922,1,1,1,1,1,0.23646307,0,0.525012083,0.524857203,0.525265957
-4781,1,0.1649,1,1,1,1,1,1,1,1,0.1142,0.1649,0.0124,1,0.215,1,1,1,1,1,1,0.0704,0.215,0,1,0.5349,1,1,1,0.1133,0.5349,0.1712,1,1,1,1,1,0.039480805,0.034734808,0.344614059,1,1,1,1,1,0.101018563,0,0.220993727,1,1,1,1,1,0.27335903,0.333132505,0.543499275,0.543685213,0.543882979
-4782,1,0.1649,1,1,1,1,1,1,1,1,0.0537,0.1649,0.0858,1,0.215,1,1,1,1,1,1,0.0337,0.215,0.0708,1,0.5349,1,1,1,0.0853,0.5349,0.0746,1,1,1,1,1,0.033044539,0.288021117,0.550334752,1,1,1,1,1,0.058161687,0.090551943,0.317995071,1,1,1,1,1,0.163404182,0.64150548,0.588629773,0.588745505,0.588652482
-4783,1,0.1649,1,1,1,1,1,1,1,1,0.0204,0.1649,0.1993,1,0.215,1,1,1,1,1,1,0.0069,0.215,0.1866,1,0.5349,1,1,1,0.0704,0.5349,0.2154,1,1,1,1,1,0.010854188,0.448916018,0.546161592,1,1,1,1,1,0.029836489,0.332579553,0.352932483,1,1,1,1,1,0.141204849,0.82897234,0.643426776,0.643537127,0.643617021
-4784,1,0.1649,1,1,1,1,1,1,1,1,0.012,0.1649,0.3012,1,0.215,1,1,1,1,1,1,0.0129,0.215,0.3088,1,0.5349,1,1,1,0.0809,0.5349,0.3946,1,1,1,1,1,0.004625168,0.554099262,0.459402621,1,1,1,1,1,0.019468248,0.387813836,0.457070947,1,1,1,1,1,0.147696659,0.880127192,0.675326245,0.675481278,0.675531915
-4785,1,0.1649,1,1,1,1,1,1,1,1,0.0131,0.1649,0.4181,1,0.215,1,1,1,1,1,1,0,0.215,0.41,1,0.5349,1,1,1,0.0827,0.5349,0.5318,1,1,1,1,1,0.001710013,0.669843435,0.331966072,1,1,1,1,1,0.002571994,0.513942122,0.341971219,1,1,1,1,1,0.179438919,0.91497761,0.697498792,0.697694098,0.697695035
-4786,1,0.1649,1,1,1,1,1,1,1,1,0.0392,0.1649,0.5171,1,0.215,1,1,1,1,1,1,0,0.215,0.4767,1,0.5349,1,1,1,0.0657,0.5349,0.5926,1,1,1,1,1,0.009030138,0.758770585,0.416693121,1,1,1,1,1,0.006532928,0.623589337,0.5023458,1,1,1,1,1,0.093943827,0.908989847,0.719188014,0.719272266,0.719414894
-4787,1,0.1649,1,1,1,1,1,1,1,1,0.0337,0.1649,0.5313,1,0.215,1,1,1,1,1,1,0,0.215,0.5248,1,0.5349,1,1,1,0.1638,0.5349,0.5996,1,1,1,1,1,0.013189962,0.790840447,0.331713498,1,1,1,1,1,0.003781874,0.71173346,0.4322474,1,1,1,1,1,0.266508639,0.903005779,0.734171097,0.734292363,0.734485816
-4788,1,0.1649,1,1,1,1,1,1,1,1,0.0232,0.1649,0.5773,1,0.215,1,1,1,1,1,1,0.0038,0.215,0.5645,1,0.5349,1,1,1,0.1372,0.5349,0.604,1,1,1,1,1,0.024710197,0.82169652,0.148988813,1,1,1,1,1,0.005695872,0.800025225,0.254680365,1,1,1,1,1,0.177739739,0.881454289,0.743233446,0.743389042,0.743351064
-4789,1,0.1649,1,1,1,1,1,1,1,1,0.0262,0.1649,0.5196,1,0.215,1,1,1,1,1,1,0.0344,0.215,0.5172,1,0.5349,1,1,1,0.2062,0.5349,0.5363,1,1,1,1,1,0.046252828,0.744971216,0.400914371,1,1,1,1,1,0.026595816,0.767799616,0.131301835,1,1,1,1,1,0.240302816,0.755365968,0.756343644,0.756293632,0.756648936
-4790,1,0.1649,1,1,1,1,1,1,1,1,0.0394,0.1649,0.4946,1,0.215,1,1,1,1,1,1,0.042,0.215,0.5145,1,0.5349,1,1,1,0.293,0.5349,0.4946,1,1,1,1,1,0.048311885,0.759233892,0.346616268,1,1,1,1,1,0.023692181,0.753026187,0.060074352,1,1,1,1,1,0.398055136,0.758140385,0.76099565,0.760947747,0.761524823
-4791,1,0.1649,1,1,1,1,1,1,1,1,0.0395,0.1649,0.4443,1,0.215,1,1,1,1,1,1,0.0601,0.215,0.4684,1,0.5349,1,1,1,0.3,0.5349,0.4206,1,1,1,1,1,0.052704442,0.769900858,0.049040969,1,1,1,1,1,0.048752945,0.782815218,0.113629326,1,1,1,1,1,0.276938498,0.67558521,0.766855969,0.766871166,0.767287234
-4792,1,0.1649,1,1,1,1,1,1,1,1,0.0734,0.1649,0.3279,1,0.215,1,1,1,1,1,1,0.0188,0.215,0.3687,1,0.5349,1,1,1,0.3075,0.5349,0.3049,1,1,1,1,1,0.071964227,0.745966792,0.101872809,1,1,1,1,1,0.03249548,0.766022027,0.113960475,1,1,1,1,1,0.386607349,0.673641264,0.772897535,0.772794584,0.773049645
-4793,1,0.1649,1,1,1,1,1,1,1,1,0.0658,0.1649,0.1745,1,0.215,1,1,1,1,1,1,0.0076,0.215,0.2197,1,0.5349,1,1,1,0.268,0.5349,0.1543,1,1,1,1,1,0.08904288,0.641563058,0.160282776,1,1,1,1,1,0.035651691,0.655197084,0.033726703,1,1,1,1,1,0.300646275,0.584378064,0.770722571,0.770679078,0.770833333
-4794,1,0.1649,1,1,1,1,1,1,1,1,0.0757,0.1649,0.071,1,0.215,1,1,1,1,1,1,0,0.215,0.0928,1,0.5349,1,1,1,0.2591,0.5349,0.0691,1,1,1,1,1,0.144742221,0.330304801,0.192567304,1,1,1,1,1,0.005692021,0.279427737,0.062466234,1,1,1,1,1,0.317055255,0.406945348,0.748550024,0.748677808,0.749113475
-4795,1,0.1649,1,1,1,1,1,1,1,1,0.0515,0.1649,0.0002,1,0.215,1,1,1,1,1,1,0.0888,0.215,0,1,0.5349,1,1,1,0.1143,0.5349,0.0478,1,1,1,1,1,0.078745119,0,0.225619927,1,1,1,1,1,0.109765127,0,0.179941356,1,1,1,1,1,0.209791765,0,0.721906718,0.721810874,0.722074468
-4796,1,0.1649,1,1,1,1,1,1,1,1,0.0704,0.1649,0,1,0.215,1,1,1,1,1,1,0.14,0.215,0,1,0.5349,1,1,1,0.1777,0.5349,0,1,1,1,1,1,0.173726961,0,0.187185794,1,1,1,1,1,0.140384704,0,0.267715991,1,1,1,1,1,0.318446577,0,0.717435959,0.71757986,0.717641844
-4797,1,0.1649,1,1,1,1,1,1,1,1,0.0026,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.0053,0.5349,0,1,1,1,1,1,0.001307457,0,0.172808588,1,1,1,1,1,0.000122102,0,0.264530391,1,1,1,1,1,0.007717164,0,0.692544708,0.692616882,0.692819149
-4798,1,0.1649,1,1,1,1,1,1,1,1,0.0211,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.1874,0.5349,0,1,1,1,1,1,0.082256749,0,0.071840972,1,1,1,1,1,0.029596476,0,0.12061806,1,1,1,1,1,0.388096631,0,0.632189464,0.632113391,0.632535461
-4799,1,0.1649,1,1,1,1,1,1,1,1,0.0279,0.1649,0,1,0.215,1,1,1,1,1,1,0.0349,0.215,0,1,0.5349,1,1,1,0.2378,0.5349,0,1,1,1,1,1,0.074167073,0,0.126893818,1,1,1,1,1,0.048897166,0,0.179285884,1,1,1,1,1,0.479969114,0,0.568632189,0.568648191,0.568705674
-4800,1,0.1649,1,1,1,1,1,1,1,1,0.069,0.1649,0,1,0.215,1,1,1,1,1,1,0.0976,0.215,0,1,0.5349,1,1,1,0.2144,0.5349,0,1,1,1,1,1,0.130273789,0,0.131061777,1,1,1,1,1,0.107154302,0,0.077732198,1,1,1,1,1,0.432106882,0,0.520964234,0.521049291,0.521276596
-4801,1,0.1649,1,1,1,1,1,1,1,1,0.0653,0.1649,0,1,0.215,1,1,1,1,1,1,0.2598,0.215,0,1,0.5349,1,1,1,0.2089,0.5349,0,1,1,1,1,1,0.172554493,0,0.06459292,1,1,1,1,1,0.24101831,0,0.134196594,1,1,1,1,1,0.376487583,0,0.493233446,0.493336154,0.493351064
-4802,1,0.1649,1,1,1,1,1,1,1,1,0.0471,0.1649,0,1,0.215,1,1,1,1,1,1,0.454,0.215,0,1,0.5349,1,1,1,0.2282,0.5349,0,1,1,1,1,1,0.150114879,0,0.11464414,1,1,1,1,1,0.348756284,0,0.37855497,1,1,1,1,1,0.392357051,0,0.475652489,0.475777449,0.475620567
-4803,1,0.1649,1,1,1,1,1,1,1,1,0.0495,0.1649,0,1,0.215,1,1,1,1,1,1,0.2168,0.215,0,1,0.5349,1,1,1,0.1888,0.5349,0,1,1,1,1,1,0.145975381,0,0.228543073,1,1,1,1,1,0.222832441,0,0.377648175,1,1,1,1,1,0.313338608,0,0.467738038,0.467738523,0.468085106
-4804,1,0.1649,1,1,1,1,1,1,1,1,0.0738,0.1649,0,1,0.215,1,1,1,1,1,1,0.2685,0.215,0,1,0.5349,1,1,1,0.1423,0.5349,0,1,1,1,1,1,0.165014654,0,0.282486498,1,1,1,1,1,0.293360472,0,0.379625142,1,1,1,1,1,0.232647106,0,0.472450459,0.472604189,0.47251773
-4805,1,0.1649,1,1,1,1,1,1,1,1,0.0683,0.1649,0.0042,1,0.215,1,1,1,1,1,1,0.1501,0.215,0,1,0.5349,1,1,1,0.1056,0.5349,0.1739,1,1,1,1,1,0.150748983,0.032835785,0.358410001,1,1,1,1,1,0.205929384,0,0.349806309,1,1,1,1,1,0.163049281,0.321348011,0.49637506,0.496297863,0.496453901
-4806,1,0.1649,1,1,1,1,1,1,1,1,0.0204,0.1649,0.0398,1,0.215,1,1,1,1,1,1,0.0358,0.215,0.0037,1,0.5349,1,1,1,0.0329,0.5349,0.0702,1,1,1,1,1,0.032723889,0.174502984,0.339175552,1,1,1,1,1,0.061742097,0.000828767,0.338459432,1,1,1,1,1,0.057021707,0.634656906,0.544043016,0.544108314,0.544326241
-4807,1,0.1649,1,1,1,1,1,1,1,1,0.0148,0.1649,0.1349,1,0.215,1,1,1,1,1,1,0,0.215,0.0539,1,0.5349,1,1,1,0.0049,0.5349,0.2161,1,1,1,1,1,0.008697663,0.25430876,0.314394444,1,1,1,1,1,0.005894859,0.041703735,0.390574336,1,1,1,1,1,0.001933307,0.831262112,0.600471242,0.600592342,0.600620567
-4808,1,0.1649,1,1,1,1,1,1,1,1,0.008,0.1649,0.246,1,0.215,1,1,1,1,1,1,0.0077,0.215,0.1719,1,0.5349,1,1,1,0.0093,0.5349,0.3958,1,1,1,1,1,0.002633857,0.334528059,0.284894705,1,1,1,1,1,0.035806984,0.222319797,0.46584323,1,1,1,1,1,0.001774687,0.886558712,0.637506042,0.637613708,0.637411348
-4809,1,0.1649,1,1,1,1,1,1,1,1,0.007,0.1649,0.3214,1,0.215,1,1,1,1,1,1,0.0093,0.215,0.2838,1,0.5349,1,1,1,0.0126,0.5349,0.5306,1,1,1,1,1,0.001957723,0.430395514,0.246663943,1,1,1,1,1,0.04886445,0.344064474,0.424999237,1,1,1,1,1,0.002174569,0.850798845,0.656899468,0.656864819,0.656914894
-4810,1,0.1649,1,1,1,1,1,1,1,1,0.0071,0.1649,0.3781,1,0.215,1,1,1,1,1,1,0.0151,0.215,0.37,1,0.5349,1,1,1,0.0304,0.5349,0.6324,1,1,1,1,1,0.002736302,0.52089864,0.538575768,1,1,1,1,1,0.053725161,0.51073426,0.808797479,1,1,1,1,1,0.002053813,0.806851149,0.669586757,0.66976941,0.669769504
-4811,1,0.1649,1,1,1,1,1,1,1,1,0.0155,0.1649,0.4205,1,0.215,1,1,1,1,1,1,0.0285,0.215,0.4164,1,0.5349,1,1,1,0.0464,0.5349,0.6695,1,1,1,1,1,0.004211222,0.595528722,0.440092087,1,1,1,1,1,0.025162324,0.56952554,1,1,1,1,1,1,0.002690153,0.840753913,0.671822136,0.671673366,0.671985816
-4812,1,0.1649,1,1,1,1,1,1,1,1,0.0178,0.1649,0.4431,1,0.215,1,1,1,1,1,1,0,0.215,0.387,1,0.5349,1,1,1,0.0667,0.5349,0.6675,1,1,1,1,1,0.005234024,0.619688451,0.411917865,1,1,1,1,1,0.018937355,0.525970161,0.997073293,1,1,1,1,1,0.012254013,0.88100183,0.668559691,0.668711656,0.668882979
-4813,1,0.1649,1,1,1,1,1,1,1,1,0.0261,0.1649,0.4225,1,0.215,1,1,1,1,1,1,0,0.215,0.3769,1,0.5349,1,1,1,0.0468,0.5349,0.6622,1,1,1,1,1,0.004967302,0.59013778,0.436786354,1,1,1,1,1,0.013427665,0.561756074,0.995518327,1,1,1,1,1,0.012032465,0.896866918,0.667834703,0.667865454,0.667996454
-4814,1,0.1649,1,1,1,1,1,1,1,1,0.0219,0.1649,0.4012,1,0.215,1,1,1,1,1,1,0,0.215,0.3819,1,0.5349,1,1,1,0.0361,0.5349,0.5788,1,1,1,1,1,0.004307218,0.556529999,0.47088623,1,1,1,1,1,0.01793007,0.565654993,0.831338525,1,1,1,1,1,0.010324209,0.920727313,0.661309812,0.661307383,0.661347518
-4815,1,0.1649,1,1,1,1,1,1,1,1,0.0138,0.1649,0.3611,1,0.215,1,1,1,1,1,1,0,0.215,0.3384,1,0.5349,1,1,1,0.029,0.5349,0.4599,1,1,1,1,1,0.008744727,0.545237958,0.439847976,1,1,1,1,1,0.014272723,0.487048239,0.6067186,1,1,1,1,1,0.018527497,0.893061042,0.651703722,0.651576052,0.652039007
-4816,1,0.1649,1,1,1,1,1,1,1,1,0.0097,0.1649,0.2682,1,0.215,1,1,1,1,1,1,0.0176,0.215,0.2655,1,0.5349,1,1,1,0.0363,0.5349,0.3325,1,1,1,1,1,0.016158838,0.529727519,0.354100555,1,1,1,1,1,0.033475414,0.444255322,0.567741632,1,1,1,1,1,0.026889559,0.93549931,0.646507975,0.646498836,0.646719858
-4817,1,0.1649,1,1,1,1,1,1,1,1,0.0097,0.1649,0.1522,1,0.215,1,1,1,1,1,1,0.003,0.215,0.1453,1,0.5349,1,1,1,0.0356,0.5349,0.1514,1,1,1,1,1,0.021841232,0.300927758,0.31532526,1,1,1,1,1,0.016707154,0.208129913,0.471581131,1,1,1,1,1,0.027114961,0.701848865,0.639681005,0.639729215,0.63962766
-4818,1,0.1649,1,1,1,1,1,1,1,1,0.0025,0.1649,0.0493,1,0.215,1,1,1,1,1,1,0,0.215,0.0601,1,0.5349,1,1,1,0.0068,0.5349,0.0578,1,1,1,1,1,0.000915482,0.098194629,0.281087458,1,1,1,1,1,0.000417369,0.124867879,0.635232449,1,1,1,1,1,0.011097918,0.423681378,0.624154181,0.624074466,0.624556738
-4819,1,0.1649,1,1,1,1,1,1,1,1,0.0414,0.1649,0.0035,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.0641,0.5349,0.1092,1,1,1,1,1,0.072135791,0.000193459,0.363726914,1,1,1,1,1,0.00351755,0,0.496937215,1,1,1,1,1,0.034786835,0.006838151,0.611285645,0.611381426,0.611702128
-4820,1,0.1649,1,1,1,1,1,1,1,1,0.0635,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.0641,0.5349,0,1,1,1,1,1,0.153241053,0,0.214574978,1,1,1,1,1,0.002699692,0,0.363986403,1,1,1,1,1,0.059014935,0,0.616481392,0.616670193,0.616578014
-4821,1,0.1649,1,1,1,1,1,1,1,1,0.0367,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.0334,0.5349,0,1,1,1,1,1,0.081335537,0,0.182867229,1,1,1,1,1,0.001442452,0,0.204618067,1,1,1,1,1,0.064405687,0,0.60119623,0.601226994,0.601507092
-4822,1,0.1649,1,1,1,1,1,1,1,1,0.0372,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.0283,0.5349,0,1,1,1,1,1,0.09007033,0,0.193131387,1,1,1,1,1,0.0023657,0,0.143407598,1,1,1,1,1,0.106096298,0,0.554494925,0.554685847,0.554964539
-4823,1,0.1649,1,1,1,1,1,1,1,1,0.0228,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.0745,0.5349,0,1,1,1,1,1,0.042761214,0,0.125589892,1,1,1,1,1,0.001000582,0,0.111953683,1,1,1,1,1,0.144545645,0,0.502174964,0.502221282,0.502216312
-4824,1,0.1649,1,1,1,1,1,1,1,1,0.0048,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.0686,0.5349,0,1,1,1,1,1,0.004697244,0,0.14228864,1,1,1,1,1,0.002060676,0,0.169903934,1,1,1,1,1,0.122826301,0,0.461152731,0.461180453,0.46143617
-4825,1,0.1649,1,1,1,1,1,1,1,1,0.0033,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.0565,0.5349,0,1,1,1,1,1,0.003886492,0,0.179077581,1,1,1,1,1,0.002479471,0,0.089520946,1,1,1,1,1,0.077290229,0,0.434449009,0.434525069,0.434840426
-4826,1,0.1649,1,1,1,1,1,1,1,1,0,0.1649,0,1,0.215,1,1,1,1,1,1,0.0685,0.215,0,1,0.5349,1,1,1,0.0482,0.5349,0,1,1,1,1,1,0.007759881,0,0.075314686,1,1,1,1,1,0.040237717,0,0.104981162,1,1,1,1,1,0.050238542,0,0.418136781,0.418024117,0.417996454
-4827,1,0.1649,1,1,1,1,1,1,1,1,0.0002,0.1649,0,1,0.215,1,1,1,1,1,1,0.1196,0.215,0,1,0.5349,1,1,1,0.0447,0.5349,0,1,1,1,1,1,0.016947644,0,0.054656409,1,1,1,1,1,0.079994142,0,0.056509428,1,1,1,1,1,0.056886882,0,0.409134848,0.409138989,0.409131206
-4828,1,0.1649,1,1,1,1,1,1,1,1,0.032,0.1649,0,1,0.215,1,1,1,1,1,1,0.123,0.215,0,1,0.5349,1,1,1,0.0521,0.5349,0,1,1,1,1,1,0.070461944,0,0.123120904,1,1,1,1,1,0.126198471,0,0.070742674,1,1,1,1,1,0.09333159,0,0.407805703,0.407869685,0.407801418
-4829,1,0.1649,1,1,1,1,1,1,1,1,0.0355,0.1649,0.0958,1,0.215,1,1,1,1,1,1,0.0375,0.215,0.0236,1,0.5349,1,1,1,0.0637,0.5349,0.1633,1,1,1,1,1,0.073457427,0.127700195,0.241277307,1,1,1,1,1,0.068160519,0.022795966,0.059083246,1,1,1,1,1,0.115068652,0.32120952,0.410826486,0.410831394,0.410904255
-4830,1,0.1649,1,1,1,1,1,1,1,1,0.0257,0.1649,0.085,1,0.215,1,1,1,1,1,1,0,0.215,0.1118,1,0.5349,1,1,1,0.0385,0.5349,0.067,1,1,1,1,1,0.050129395,0.562735558,0.281077445,1,1,1,1,1,0.013504363,0.477017581,0.028317805,1,1,1,1,1,0.085044794,0.648035586,0.431609473,0.43177491,0.431737589
-4831,1,0.1649,1,1,1,1,1,1,1,1,0.0015,0.1649,0.2209,1,0.215,1,1,1,1,1,1,0,0.215,0.2461,1,0.5349,1,1,1,0.0011,0.5349,0.2127,1,1,1,1,1,0.000451309,0.791794658,0.379051507,1,1,1,1,1,0.000592987,0.705424607,0.087157339,1,1,1,1,1,0.024686858,0.824551582,0.474927501,0.474931246,0.474734043
-4832,1,0.1649,1,1,1,1,1,1,1,1,0.017,0.1649,0.3936,1,0.215,1,1,1,1,1,1,0,0.215,0.4127,1,0.5349,1,1,1,0,0.5349,0.3923,1,1,1,1,1,0.004183026,0.897712886,0.261155665,1,1,1,1,1,0.000265176,0.84711796,0.069164403,1,1,1,1,1,0.000760595,0.897580087,0.526643306,0.526761159,0.526595745
-4833,1,0.1649,1,1,1,1,1,1,1,1,0.0294,0.1649,0.5269,1,0.215,1,1,1,1,1,1,0.003,0.215,0.5355,1,0.5349,1,1,1,0,0.5349,0.5251,1,1,1,1,1,0.007584319,0.919807494,0.294469714,1,1,1,1,1,0.001954858,0.894134283,0.135095298,1,1,1,1,1,0.000472862,0.915162206,0.565913485,0.565898033,0.566046099
-4834,1,0.1649,1,1,1,1,1,1,1,1,0.0337,0.1649,0.6269,1,0.215,1,1,1,1,1,1,0.0066,0.215,0.612,1,0.5349,1,1,1,0,0.5349,0.6182,1,1,1,1,1,0.009149277,0.926220894,0.291088104,1,1,1,1,1,0.005689065,0.90604955,0.118032731,1,1,1,1,1,0.002080596,0.915414453,0.590925568,0.590861011,0.590868794
-4835,1,0.1649,1,1,1,1,1,1,1,1,0.0364,0.1649,0.6626,1,0.215,1,1,1,1,1,1,0.0169,0.215,0.6631,1,0.5349,1,1,1,0.0051,0.5349,0.6386,1,1,1,1,1,0.010429822,0.921690464,0.294583231,1,1,1,1,1,0.011504212,0.930371225,0.142181158,1,1,1,1,1,0.007087931,0.873563766,0.605425326,0.605458007,0.605496454
-4836,1,0.1649,1,1,1,1,1,1,1,1,0.0375,0.1649,0.6526,1,0.215,1,1,1,1,1,1,0.0022,0.215,0.6607,1,0.5349,1,1,1,0.0085,0.5349,0.633,1,1,1,1,1,0.012765421,0.906983733,0.254081666,1,1,1,1,1,0.006092792,0.931227326,0.116552621,1,1,1,1,1,0.032211237,0.888420522,0.612796037,0.612862281,0.613031915
-4837,1,0.1649,1,1,1,1,1,1,1,1,0.0359,0.1649,0.6325,1,0.215,1,1,1,1,1,1,0,0.215,0.6558,1,0.5349,1,1,1,0.0039,0.5349,0.6095,1,1,1,1,1,0.017473262,0.88748312,0.299637824,1,1,1,1,1,0.008696202,0.922197223,0.068389535,1,1,1,1,1,0.032006994,0.874579132,0.616420976,0.616458642,0.616578014
-4838,1,0.1649,1,1,1,1,1,1,1,1,0.0268,0.1649,0.5865,1,0.215,1,1,1,1,1,1,0.0043,0.215,0.6019,1,0.5349,1,1,1,0.0184,0.5349,0.5654,1,1,1,1,1,0.017633077,0.87603581,0.204327762,1,1,1,1,1,0.016522167,0.910504282,0.051609166,1,1,1,1,1,0.043868247,0.86423558,0.619743838,0.619843453,0.620124113
-4839,1,0.1649,1,1,1,1,1,1,1,1,0.0362,0.1649,0.4871,1,0.215,1,1,1,1,1,1,0.0011,0.215,0.5113,1,0.5349,1,1,1,0.0135,0.5349,0.4677,1,1,1,1,1,0.025373176,0.858783543,0.17765747,1,1,1,1,1,0.019282987,0.893752754,0.015848432,1,1,1,1,1,0.036540993,0.865151644,0.624939584,0.624920669,0.625
-4840,1,0.1649,1,1,1,1,1,1,1,1,0.0433,0.1649,0.35,1,0.215,1,1,1,1,1,1,0.0016,0.215,0.39,1,0.5349,1,1,1,0.0364,0.5349,0.3271,1,1,1,1,1,0.031330477,0.820283055,0.114327103,1,1,1,1,1,0.029794544,0.856708109,0.007762042,1,1,1,1,1,0.06176962,0.842035592,0.632974867,0.632959594,0.632978723
-4841,1,0.1649,1,1,1,1,1,1,1,1,0.0725,0.1649,0.1748,1,0.215,1,1,1,1,1,1,0.0098,0.215,0.2283,1,0.5349,1,1,1,0.0678,0.5349,0.1475,1,1,1,1,1,0.07058274,0.731608331,0.169244975,1,1,1,1,1,0.059952602,0.756823897,0.011162044,1,1,1,1,1,0.068328559,0.734263539,0.636841469,0.636767506,0.637411348
-4842,1,0.1649,1,1,1,1,1,1,1,1,0.103,0.1649,0.0721,1,0.215,1,1,1,1,1,1,0.0343,0.215,0.1039,1,0.5349,1,1,1,0.0605,0.5349,0.061,1,1,1,1,1,0.158425674,0.501682281,0.118136041,1,1,1,1,1,0.089328393,0.515899062,0,1,1,1,1,1,0.110728309,0.488244891,0.628866602,0.62872858,0.628989362
-4843,1,0.1649,1,1,1,1,1,1,1,1,0.0899,0.1649,0.0038,1,0.215,1,1,1,1,1,1,0.1444,0.215,0.0004,1,0.5349,1,1,1,0.0642,0.5349,0.0419,1,1,1,1,1,0.147258833,0.003272669,0.045888685,1,1,1,1,1,0.156404942,0.002521559,0,1,1,1,1,1,0.132478818,0,0.609352344,0.60947747,0.609929078
-4844,1,0.1649,1,1,1,1,1,1,1,1,0.1582,0.1649,0,1,0.215,1,1,1,1,1,1,0.2445,0.215,0,1,0.5349,1,1,1,0.1392,0.5349,0,1,1,1,1,1,0.345100969,0,0.001879936,1,1,1,1,1,0.251203179,0,0.000460733,1,1,1,1,1,0.27306059,0,0.607298212,0.607361963,0.607712766
-4845,1,0.1649,1,1,1,1,1,1,1,1,0.1378,0.1649,0,1,0.215,1,1,1,1,1,1,0.1965,0.215,0,1,0.5349,1,1,1,0.1501,0.5349,0,1,1,1,1,1,0.258551955,0,0.004227544,1,1,1,1,1,0.221936524,0,0.01929241,1,1,1,1,1,0.338156939,0,0.594067182,0.594034271,0.594414894
-4846,1,0.1649,1,1,1,1,1,1,1,1,0.1096,0.1649,0,1,0.215,1,1,1,1,1,1,0.1065,0.215,0,1,0.5349,1,1,1,0.2233,0.5349,0,1,1,1,1,1,0.178452224,0,0.002702684,1,1,1,1,1,0.109508082,0,0,1,1,1,1,1,0.411566377,0,0.551111648,0.551089486,0.550975177
-4847,1,0.1649,1,1,1,1,1,1,1,1,0.1025,0.1649,0,1,0.215,1,1,1,1,1,1,0.0584,0.215,0,1,0.5349,1,1,1,0.1473,0.5349,0,1,1,1,1,1,0.143942282,0,0,1,1,1,1,1,0.080617689,0,0,1,1,1,1,1,0.284308285,0,0.503564524,0.503702137,0.503546099
-4848,1,0.1649,1,1,1,1,1,1,1,1,0.1389,0.1649,0,1,0.215,1,1,1,1,1,1,0.033,0.215,0,1,0.5349,1,1,1,0.1309,0.5349,0,1,1,1,1,1,0.152884781,0,0,1,1,1,1,1,0.044597484,0,0,1,1,1,1,1,0.226406872,0,0.463146448,0.463084409,0.46320922
-4849,1,0.1649,1,1,1,1,1,1,1,1,0.1608,0.1649,0,1,0.215,1,1,1,1,1,1,0.0731,0.215,0,1,0.5349,1,1,1,0.1363,0.5349,0,1,1,1,1,1,0.186459482,0,0,1,1,1,1,1,0.090626135,0,0,1,1,1,1,1,0.295279175,0,0.437046883,0.437063677,0.437056738
-4850,1,0.1649,1,1,1,1,1,1,1,1,0.012,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.0002,0.5349,0,1,1,1,1,1,0.005966151,0,0.047211483,1,1,1,1,1,0,0,0,1,1,1,1,1,0.003468601,0,0.420674239,0.420774275,0.420656028
-4851,1,0.1649,1,1,1,1,1,1,1,1,0.0109,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.0001,0.5349,0,1,1,1,1,1,0.005186429,0,0.025091069,1,1,1,1,1,0,0,0,1,1,1,1,1,0.003152052,0,0.410524408,0.410619843,0.410460993
-4852,1,0.1649,1,1,1,1,1,1,1,1,0.0084,0.1649,0,1,0.215,1,1,1,1,1,1,0.0034,0.215,0,1,0.5349,1,1,1,0.0008,0.5349,0,1,1,1,1,1,0.004446255,0,0.014162945,1,1,1,1,1,0.003686373,0,0,1,1,1,1,1,0.005996425,0,0.406476559,0.406600381,0.406471631
-4853,1,0.1649,1,1,1,1,1,1,1,1,0.0065,0.1649,0.1493,1,0.215,1,1,1,1,1,1,0.0051,0.215,0.146,1,0.5349,1,1,1,0.0012,0.5349,0.123,1,1,1,1,1,0.006372498,0.242098719,0.022815678,1,1,1,1,1,0.005570164,0.171248868,0,1,1,1,1,1,0.006113541,0.236880675,0.402489125,0.402580918,0.40248227
-4854,1,0.1649,1,1,1,1,1,1,1,1,0.007,0.1649,0.0807,1,0.215,1,1,1,1,1,1,0.0033,0.215,0.1169,1,0.5349,1,1,1,0.0043,0.5349,0.0838,1,1,1,1,1,0.005181614,0.562454998,0.019586038,1,1,1,1,1,0.00344258,0.486513346,0,1,1,1,1,1,0.007472808,0.469938785,0.41481392,0.414639306,0.414893617
-4855,1,0.1649,1,1,1,1,1,1,1,1,0.0286,0.1649,0.2201,1,0.215,1,1,1,1,1,1,0.0575,0.215,0.2513,1,0.5349,1,1,1,0.0195,0.5349,0.2123,1,1,1,1,1,0.0299601,0.766689897,0.005455324,1,1,1,1,1,0.061024308,0.745404899,0,1,1,1,1,1,0.118298277,0.693848968,0.451848719,0.451872223,0.451684397
-4856,1,0.1649,1,1,1,1,1,1,1,1,0.0065,0.1649,0.3898,1,0.215,1,1,1,1,1,1,0.0041,0.215,0.408,1,0.5349,1,1,1,0.0124,0.5349,0.3628,1,1,1,1,1,0.003704134,0.847847581,0.003702036,1,1,1,1,1,0.003770168,0.839525819,0,1,1,1,1,1,0.058095653,0.783309996,0.502658289,0.502644383,0.502659574
-4857,1,0.1649,1,1,1,1,1,1,1,1,0.0076,0.1649,0.5143,1,0.215,1,1,1,1,1,1,0,0.215,0.5257,1,0.5349,1,1,1,0.021,0.5349,0.5041,1,1,1,1,1,0.002868439,0.87833941,0.003447849,1,1,1,1,1,0,0.881022692,0,1,1,1,1,1,0.064592414,0.860837519,0.548695022,0.548762429,0.548758865
-4858,1,0.1649,1,1,1,1,1,1,1,1,0.0241,0.1649,0.6101,1,0.215,1,1,1,1,1,1,0,0.215,0.6115,1,0.5349,1,1,1,0.0371,0.5349,0.6059,1,1,1,1,1,0.001312835,0.890620828,0.005092992,1,1,1,1,1,0.001768263,0.883569479,0,1,1,1,1,1,0.106137574,0.869076014,0.58657564,0.586629998,0.58643617
-4859,1,0.1649,1,1,1,1,1,1,1,1,0.0636,0.1649,0.6395,1,0.215,1,1,1,1,1,1,0.0066,0.215,0.6428,1,0.5349,1,1,1,0.0533,0.5349,0.6136,1,1,1,1,1,0.006785708,0.89169693,0.005871231,1,1,1,1,1,0.012698176,0.883413076,0,1,1,1,1,1,0.108101696,0.883529842,0.617266796,0.617304845,0.617464539
-4860,1,0.1649,1,1,1,1,1,1,1,1,0.1099,0.1649,0.6368,1,0.215,1,1,1,1,1,1,0.0025,0.215,0.6367,1,0.5349,1,1,1,0.0978,0.5349,0.6167,1,1,1,1,1,0.027470425,0.880105019,0.020124277,1,1,1,1,1,0.016654011,0.861005008,0,1,1,1,1,1,0.109551415,0.881034732,0.639016433,0.639094563,0.639184397
-4861,1,0.1649,1,1,1,1,1,1,1,1,0.1661,0.1649,0.6288,1,0.215,1,1,1,1,1,1,0.0182,0.215,0.6295,1,0.5349,1,1,1,0.1702,0.5349,0.5747,1,1,1,1,1,0.05095499,0.863642991,0.044700995,1,1,1,1,1,0.042796772,0.86234504,0,1,1,1,1,1,0.09758614,0.855695128,0.651522475,0.651576052,0.652039007
-4862,1,0.1649,1,1,1,1,1,1,1,1,0.3063,0.1649,0.5833,1,0.215,1,1,1,1,1,1,0.0425,0.215,0.5949,1,0.5349,1,1,1,0.1846,0.5349,0.5392,1,1,1,1,1,0.097105995,0.834573627,0.072326712,1,1,1,1,1,0.073158011,0.8602826,0,1,1,1,1,1,0.082681127,0.794775009,0.663182697,0.663211339,0.663120567
-4863,1,0.1649,1,1,1,1,1,1,1,1,0.2944,0.1649,0.478,1,0.215,1,1,1,1,1,1,0.0885,0.215,0.5051,1,0.5349,1,1,1,0.1371,0.5349,0.4379,1,1,1,1,1,0.10515064,0.831750154,0.032469019,1,1,1,1,1,0.121932,0.84249258,0,1,1,1,1,1,0.098521046,0.785471439,0.674903335,0.674846626,0.675088652
-4864,1,0.1649,1,1,1,1,1,1,1,1,0.278,0.1649,0.345,1,0.215,1,1,1,1,1,1,0.1086,0.215,0.3877,1,0.5349,1,1,1,0.1712,0.5349,0.3144,1,1,1,1,1,0.156471163,0.801548839,0.021128979,1,1,1,1,1,0.142613947,0.808622658,0,1,1,1,1,1,0.109356195,0.777078629,0.690430159,0.690501375,0.690602837
-4865,1,0.1649,1,1,1,1,1,1,1,1,0.2454,0.1649,0.1708,1,0.215,1,1,1,1,1,1,0.1406,0.215,0.2244,1,0.5349,1,1,1,0.1219,0.5349,0.1469,1,1,1,1,1,0.195205957,0.706682444,0.018730976,1,1,1,1,1,0.165874064,0.700536072,0,1,1,1,1,1,0.130291611,0.665055454,0.700157081,0.700232706,0.70035461
-4866,1,0.1649,1,1,1,1,1,1,1,1,0.2641,0.1649,0.0667,1,0.215,1,1,1,1,1,1,0.121,0.215,0.1006,1,0.5349,1,1,1,0.1363,0.5349,0.0571,1,1,1,1,1,0.238883674,0.458197773,0.039644703,1,1,1,1,1,0.167190045,0.456158489,0,1,1,1,1,1,0.164535254,0.40045616,0.692605123,0.692616882,0.692819149
-4867,1,0.1649,1,1,1,1,1,1,1,1,0.1549,0.1649,0,1,0.215,1,1,1,1,1,1,0.1287,0.215,0,1,0.5349,1,1,1,0.1268,0.5349,0,1,1,1,1,1,0.140096009,0,0.045424365,1,1,1,1,1,0.142734364,0,0.002937958,1,1,1,1,1,0.135797963,0,0.674117931,0.674211974,0.674202128
-4868,1,0.1649,1,1,1,1,1,1,1,1,0.1832,0.1649,0,1,0.215,1,1,1,1,1,1,0.1696,0.215,0,1,0.5349,1,1,1,0.2105,0.5349,0,1,1,1,1,1,0.259478062,0,0.029199615,1,1,1,1,1,0.204796866,0,0.017050002,1,1,1,1,1,0.296578854,0,0.674540841,0.674635075,0.67464539
-4869,1,0.1649,1,1,1,1,1,1,1,1,0.2502,0.1649,0,1,0.215,1,1,1,1,1,1,0.1929,0.215,0,1,0.5349,1,1,1,0.1985,0.5349,0,1,1,1,1,1,0.321990639,0,0.098140806,1,1,1,1,1,0.236094236,0,0.096132196,1,1,1,1,1,0.367883384,0,0.657624456,0.657711022,0.657801418
-4870,1,0.1649,1,1,1,1,1,1,1,1,0.2832,0.1649,0,1,0.215,1,1,1,1,1,1,0.1023,0.215,0,1,0.5349,1,1,1,0.2386,0.5349,0,1,1,1,1,1,0.281427443,0,0.138471201,1,1,1,1,1,0.106293693,0,0.103197128,1,1,1,1,1,0.41253829,0,0.606331561,0.60630421,0.606382979
-4871,1,0.1649,1,1,1,1,1,1,1,1,0.282,0.1649,0,1,0.215,1,1,1,1,1,1,0.1284,0.215,0,1,0.5349,1,1,1,0.1936,0.5349,0,1,1,1,1,1,0.285817862,0,0.158169419,1,1,1,1,1,0.150994286,0,0.109158635,1,1,1,1,1,0.376484096,0,0.550567907,0.550666385,0.550975177
-4872,1,0.1649,1,1,1,1,1,1,1,1,0.2006,0.1649,0,1,0.215,1,1,1,1,1,1,0.1265,0.215,0,1,0.5349,1,1,1,0.1808,0.5349,0,1,1,1,1,1,0.232644439,0,0.088300452,1,1,1,1,1,0.14215076,0,0.158282474,1,1,1,1,1,0.399639666,0,0.508639439,0.508779353,0.508421986
-4873,1,0.1649,1,1,1,1,1,1,1,1,0.2404,0.1649,0,1,0.215,1,1,1,1,1,1,0.0821,0.215,0,1,0.5349,1,1,1,0.1835,0.5349,0,1,1,1,1,1,0.305640936,0,0.145378098,1,1,1,1,1,0.145310506,0,0.226468593,1,1,1,1,1,0.449754894,0,0.481452392,0.481489317,0.481382979
-4874,1,0.1649,1,1,1,1,1,1,1,1,0.2149,0.1649,0,1,0.215,1,1,1,1,1,1,0.1479,0.215,0,1,0.5349,1,1,1,0.1632,0.5349,0,1,1,1,1,1,0.302178025,0,0.159077227,1,1,1,1,1,0.207547858,0,0.150663882,1,1,1,1,1,0.429637313,0,0.465925568,0.465834567,0.466312057
-4875,1,0.1649,1,1,1,1,1,1,1,1,0.1695,0.1649,0,1,0.215,1,1,1,1,1,1,0.2339,0.215,0,1,0.5349,1,1,1,0.1528,0.5349,0,1,1,1,1,1,0.226882219,0,0.170193106,1,1,1,1,1,0.25821805,0,0.1279466,1,1,1,1,1,0.419516593,0,0.460488159,0.460545801,0.460549645
-4876,1,0.1649,1,1,1,1,1,1,1,1,0.1585,0.1649,0,1,0.215,1,1,1,1,1,1,0.219,0.215,0,1,0.5349,1,1,1,0.1258,0.5349,0,1,1,1,1,1,0.185011417,0,0.153182238,1,1,1,1,1,0.247359961,0,0.128852889,1,1,1,1,1,0.291098863,0,0.469913001,0.46985403,0.469858156
-4877,1,0.1649,1,1,1,1,1,1,1,1,0.0646,0.1649,0.0009,1,0.215,1,1,1,1,1,1,0.1628,0.215,0,1,0.5349,1,1,1,0.1113,0.5349,0.0189,1,1,1,1,1,0.089937009,2.97E-06,0.101524182,1,1,1,1,1,0.211680904,0,0.25700134,1,1,1,1,1,0.226042613,0.020335911,0.499758337,0.499894225,0.5
-4878,1,0.1649,1,1,1,1,1,1,1,1,0.0432,0.1649,0.0705,1,0.215,1,1,1,1,1,1,0.0143,0.215,0.0606,1,0.5349,1,1,1,0.0941,0.5349,0.0871,1,1,1,1,1,0.036803059,0.157669544,0.107278869,1,1,1,1,1,0.026185624,0.080517426,0.152998447,1,1,1,1,1,0.202293023,0.236468673,0.553407443,0.553628094,0.553634752
-4879,1,0.1649,1,1,1,1,1,1,1,1,0.0206,0.1649,0.1883,1,0.215,1,1,1,1,1,1,0.0445,0.215,0.1575,1,0.5349,1,1,1,0.0654,0.5349,0.2079,1,1,1,1,1,0.005472638,0.295193732,0.13637042,1,1,1,1,1,0.065582022,0.194563091,0.144765973,1,1,1,1,1,0.136978492,0.356996834,0.617145964,0.617093294,0.617464539
-4880,1,0.1649,1,1,1,1,1,1,1,1,0.0193,0.1649,0.2657,1,0.215,1,1,1,1,1,1,0.0911,0.215,0.1957,1,0.5349,1,1,1,0.0277,0.5349,0.326,1,1,1,1,1,0.0023355,0.365255117,0.133658439,1,1,1,1,1,0.04909645,0.213540837,0.045978274,1,1,1,1,1,0.066178687,0.496474326,0.663847269,0.663845991,0.664007092
-4881,1,0.1649,1,1,1,1,1,1,1,1,0.0298,0.1649,0.3542,1,0.215,1,1,1,1,1,1,0.0674,0.215,0.2839,1,0.5349,1,1,1,0.0256,0.5349,0.4352,1,1,1,1,1,0.006040717,0.473930657,0.264791042,1,1,1,1,1,0.052609555,0.420966685,0.120579325,1,1,1,1,1,0.063297153,0.629581213,0.698586274,0.698751851,0.69858156
-4882,1,0.1649,1,1,1,1,1,1,1,1,0.0394,0.1649,0.4061,1,0.215,1,1,1,1,1,1,0.0027,0.215,0.3829,1,0.5349,1,1,1,0.0481,0.5349,0.5444,1,1,1,1,1,0.023735855,0.616241515,0.223642319,1,1,1,1,1,0.008358203,0.528613985,0.136371732,1,1,1,1,1,0.100088388,0.679001212,0.731271145,0.731542204,0.731382979
-4883,1,0.1649,1,1,1,1,1,1,1,1,0.1683,0.1649,0.451,1,0.215,1,1,1,1,1,1,0.0782,0.215,0.4717,1,0.5349,1,1,1,0.0993,0.5349,0.5703,1,1,1,1,1,0.079883777,0.707676291,0.421091616,1,1,1,1,1,0.070987627,0.678824902,0.250668049,1,1,1,1,1,0.227615759,0.795638561,0.75737071,0.757562936,0.757535461
-4884,1,0.1649,1,1,1,1,1,1,1,1,0.1469,0.1649,0.5063,1,0.215,1,1,1,1,1,1,0.062,0.215,0.5667,1,0.5349,1,1,1,0.1558,0.5349,0.58,1,1,1,1,1,0.085561469,0.789478898,0.516544044,1,1,1,1,1,0.068561427,0.769800365,0.635536194,1,1,1,1,1,0.352702409,0.83471787,0.775495408,0.775756294,0.77570922
-4885,1,0.1649,1,1,1,1,1,1,1,1,0.2308,0.1649,0.5355,1,0.215,1,1,1,1,1,1,0.0325,0.215,0.5689,1,0.5349,1,1,1,0.2098,0.5349,0.5895,1,1,1,1,1,0.110656619,0.809320807,0.668265402,1,1,1,1,1,0.103386179,0.77375555,0.914574921,1,1,1,1,1,0.324803859,0.853211641,0.801715805,0.801777026,0.801861702
-4886,1,0.1649,1,1,1,1,1,1,1,1,0.332,0.1649,0.5429,1,0.215,1,1,1,1,1,1,0.12,0.215,0.5189,1,0.5349,1,1,1,0.3179,0.5349,0.5655,1,1,1,1,1,0.174450979,0.804344296,0.769573808,1,1,1,1,1,0.176359177,0.739998519,1,1,1,1,1,1,0.339358181,0.863028526,0.822075882,0.82208589,0.822251773
-4887,1,0.1649,1,1,1,1,1,1,1,1,0.3417,0.1649,0.4437,1,0.215,1,1,1,1,1,1,0.1177,0.215,0.3273,1,0.5349,1,1,1,0.2895,0.5349,0.4543,1,1,1,1,1,0.212929711,0.704283237,0.71987772,1,1,1,1,1,0.168036774,0.50826329,1,1,1,1,1,1,0.335649699,0.841983438,0.837058966,0.837105987,0.837322695
-4888,1,0.1649,1,1,1,1,1,1,1,1,0.4012,0.1649,0.2909,1,0.215,1,1,1,1,1,1,0.0637,0.215,0.1738,1,0.5349,1,1,1,0.2987,0.5349,0.3005,1,1,1,1,1,0.252365589,0.475407302,0.842276216,1,1,1,1,1,0.104891241,0.258283973,1,1,1,1,1,1,0.335546643,0.763112903,0.846121315,0.846202666,0.846187943
-4889,1,0.1649,1,1,1,1,1,1,1,1,0.314,0.1649,0.1575,1,0.215,1,1,1,1,1,1,0.0666,0.215,0.0791,1,0.5349,1,1,1,0.2784,0.5349,0.128,1,1,1,1,1,0.193255931,0.324041963,0.919190109,1,1,1,1,1,0.115613483,0.121459931,1,1,1,1,1,1,0.283120006,0.614217043,0.842738038,0.842817855,0.843085106
-4890,1,0.1649,1,1,1,1,1,1,1,1,0.2808,0.1649,0.0422,1,0.215,1,1,1,1,1,1,0.0408,0.215,0.025,1,0.5349,1,1,1,0.2285,0.5349,0.0301,1,1,1,1,1,0.13527672,0.095292248,1,1,1,1,1,1,0.086017415,0.056206286,1,1,1,1,1,1,0.293010533,0.254445732,0.823042533,0.823143643,0.823138298
-4891,1,0.1649,1,1,1,1,1,1,1,1,0.1858,0.1649,0,1,0.215,1,1,1,1,1,1,0.0032,0.215,0,1,0.5349,1,1,1,0.2301,0.5349,0,1,1,1,1,1,0.088191167,0,0.995535731,1,1,1,1,1,0.012927394,0,0.91397357,1,1,1,1,1,0.34631747,0,0.80219913,0.802200127,0.802304965
-4892,1,0.1649,1,1,1,1,1,1,1,1,0.1768,0.1649,0,1,0.215,1,1,1,1,1,1,0.0806,0.215,0,1,0.5349,1,1,1,0.378,0.5349,0,1,1,1,1,1,0.181743175,0,0.951449931,1,1,1,1,1,0.102959067,0,0.866968632,1,1,1,1,1,0.513170302,0,0.803709522,0.803680982,0.804078014
-4893,1,0.1649,1,1,1,1,1,1,1,1,0.2808,0.1649,0,1,0.215,1,1,1,1,1,1,0.1825,0.215,0,1,0.5349,1,1,1,0.3104,0.5349,0,1,1,1,1,1,0.31234479,0,0.92543608,1,1,1,1,1,0.202826589,0,1,1,1,1,1,1,0.450142205,0,0.773743354,0.773640787,0.77393617
-4894,1,0.1649,1,1,1,1,1,1,1,1,0.2554,0.1649,0,1,0.215,1,1,1,1,1,1,0.0426,0.215,0,1,0.5349,1,1,1,0.3715,0.5349,0,1,1,1,1,1,0.218215615,0,0.804454207,1,1,1,1,1,0.047213621,0,0.93460083,1,1,1,1,1,0.44766295,0,0.706561141,0.706579226,0.707003546
-4895,1,0.1649,1,1,1,1,1,1,1,1,0.2091,0.1649,0,1,0.215,1,1,1,1,1,1,0.003,0.215,0,1,0.5349,1,1,1,0.2712,0.5349,0,1,1,1,1,1,0.193589702,0,0.730140209,1,1,1,1,1,0.017839741,0,0.652208149,1,1,1,1,1,0.344824135,0,0.637566457,0.637613708,0.637411348
-4896,1,0.1649,1,1,1,1,1,1,1,1,0.1249,0.1649,0,1,0.215,1,1,1,1,1,1,0.013,0.215,0,1,0.5349,1,1,1,0.2314,0.5349,0,1,1,1,1,1,0.091844201,0,0.717806697,1,1,1,1,1,0.02393768,0,0.836709261,1,1,1,1,1,0.2841793,0,0.587602707,0.587687751,0.587765957
-4897,1,0.1649,1,1,1,1,1,1,1,1,0.257,0.1649,0,1,0.215,1,1,1,1,1,1,0.0607,0.215,0,1,0.5349,1,1,1,0.1766,0.5349,0,1,1,1,1,1,0.147131085,0,0.998974323,1,1,1,1,1,0.107097097,0,1,1,1,1,1,1,0.307533741,0,0.556549058,0.556589803,0.556737589
-4898,1,0.1649,1,1,1,1,1,1,1,1,0.2515,0.1649,0,1,0.215,1,1,1,1,1,1,0.0189,0.215,0,1,0.5349,1,1,1,0.224,0.5349,0,1,1,1,1,1,0.119709238,0,1,1,1,1,1,1,0.049946427,0,1,1,1,1,1,1,0.338181138,0,0.536913968,0.536915591,0.537234043
-4899,1,0.1649,1,1,1,1,1,1,1,1,0.2594,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.1879,0.5349,0,1,1,1,1,1,0.1001283,0,1,1,1,1,1,1,0.010359115,0,0.893185139,1,1,1,1,1,0.176570073,0,0.528093282,0.528030463,0.527925532
-4900,1,0.1649,1,1,1,1,1,1,1,1,0.1815,0.1649,0,1,0.215,1,1,1,1,1,1,0.0036,0.215,0,1,0.5349,1,1,1,0.1296,0.5349,0,1,1,1,1,1,0.148291513,0,0.995013654,1,1,1,1,1,0.022722874,0,1,1,1,1,1,1,0.214574426,0,0.532261962,0.532261477,0.532358156
-4901,1,0.1649,1,1,1,1,1,1,1,1,0.1497,0.1649,0,1,0.215,1,1,1,1,1,1,0,0.215,0,1,0.5349,1,1,1,0.0915,0.5349,0,1,1,1,1,1,0.094224341,0,0.998751879,1,1,1,1,1,0.036638431,0,1,1,1,1,1,1,0.128947109,0,0.555944901,0.555955151,0.555851064
-4902,1,0.1649,1,1,1,1,1,1,1,1,0.1362,0.1649,0.0696,1,0.215,1,1,1,1,1,1,0.0965,0.215,0.0956,1,0.5349,1,1,1,0.0423,0.5349,0.0559,1,1,1,1,1,0.123139441,0.380230457,0.969602704,1,1,1,1,1,0.163088337,0.386263251,1,1,1,1,1,1,0.081594244,0.183196381,0.606996133,0.606938862,0.607269504
-4903,1,0.1649,1,1,1,1,1,1,1,1,0.0785,0.1649,0.2025,1,0.215,1,1,1,1,1,1,0.0206,0.215,0.2315,1,0.5349,1,1,1,0.0588,0.5349,0.1539,1,1,1,1,1,0.072889723,0.644923389,0.553643346,1,1,1,1,1,0.027165584,0.679386377,1,1,1,1,1,1,0.118305847,0.567023456,0.676655389,0.676750582,0.676861702
-4904,1,0.1648,1,1,1,1,1,1,1,1,0.1293,0.1648,0.3519,1,0.2149,1,1,1,1,1,1,0.0259,0.2149,0.3666,1,0.5348,1,1,1,0.0884,0.5348,0.3076,1,1,1,1,1,0.106599487,0.700124323,0.725351393,1,1,1,1,1,0.028363166,0.754638433,1,1,1,1,1,1,0.173461169,0.729187608,0.736768971,0.736830971,0.736702128
-4905,1,0.1647,1,1,1,1,1,1,1,1,0.0717,0.1647,0.4108,1,0.2148,1,1,1,1,1,1,0.071,0.2148,0.4424,1,0.5346,1,1,1,0.0777,0.5346,0.4045,1,1,1,1,1,0.054642878,0.62024802,0.790815234,1,1,1,1,1,0.073898293,0.739012122,1,1,1,1,1,1,0.175380006,0.755302608,0.786128565,0.786333827,0.786347518
-4906,1,0.1645,1,1,1,1,1,1,1,1,0.1364,0.1645,0.4738,1,0.2148,1,1,1,1,1,1,0.5182,0.2148,0.4827,1,0.5344,1,1,1,0.0935,0.5344,0.4761,1,1,1,1,1,0.16898191,0.747193992,0.624507666,1,1,1,1,1,0.445958614,0.77907896,1,1,1,1,1,1,0.232494026,0.767418325,0.829990333,0.830124815,0.830230496
-4907,1,0.1644,1,1,1,1,1,1,1,1,0.1053,0.1644,0.5385,1,0.2147,1,1,1,1,1,1,0.4218,0.2147,0.5894,1,0.5343,1,1,1,0.1977,0.5343,0.4869,1,1,1,1,1,0.176124483,0.809445381,0.699633837,1,1,1,1,1,0.352426469,0.820456982,0.697453737,1,1,1,1,1,0.453189492,0.657708883,0.858506525,0.858684155,0.859042553
-4908,1,0.1643,1,1,1,1,1,1,1,1,0.1529,0.1643,0.5878,1,0.2146,1,1,1,1,1,1,0.2446,0.2146,0.6157,1,0.5341,1,1,1,0.2258,0.5341,0.4766,1,1,1,1,1,0.182624057,0.832771897,0.657676935,1,1,1,1,1,0.261798471,0.85991174,0.279851317,1,1,1,1,1,0.463474274,0.445164561,0.883276945,0.883435583,0.883865248
-4909,1,0.1641,1,1,1,1,1,1,1,1,0.2357,0.1641,0.5818,1,0.2145,1,1,1,1,1,1,0.312,0.2145,0.617,1,0.5339,1,1,1,0.1294,0.5339,0.4046,1,1,1,1,1,0.274281353,0.703100562,0.706305623,1,1,1,1,1,0.287525475,0.851701796,0.117146596,1,1,1,1,1,0.363151878,0.570482612,0.904664089,0.904590649,0.905141844
-4910,1,0.164,1,1,1,1,1,1,1,1,0.3152,0.164,0.4739,1,0.2144,1,1,1,1,1,1,0.3302,0.2144,0.5598,1,0.5338,1,1,1,0.3968,0.5338,0.5211,1,1,1,1,1,0.409559041,0.645667434,0.896029532,1,1,1,1,1,0.386650831,0.78910166,0.38288641,1,1,1,1,1,0.683042347,0.674369037,0.912759787,0.912841125,0.913120567
-4911,1,0.1639,1,1,1,1,1,1,1,1,0.3599,0.1639,0.3739,1,0.2143,1,1,1,1,1,1,0.3174,0.2143,0.4422,1,0.5336,1,1,1,0.3922,0.5336,0.4217,1,1,1,1,1,0.462509185,0.709235668,0.956471503,1,1,1,1,1,0.423119694,0.750087917,0.789728343,1,1,1,1,1,0.631340623,0.702761412,0.904845336,0.9048022,0.905141844
-4912,1,0.1637,1,1,1,1,1,1,1,1,0.3527,0.1637,0.294,1,0.2142,1,1,1,1,1,1,0.3675,0.2142,0.3355,1,0.5334,1,1,1,0.3572,0.5334,0.3046,1,1,1,1,1,0.315004557,0.703794539,1,1,1,1,1,1,0.36457628,0.636583447,0.458751023,1,1,1,1,1,0.605385721,0.590927899,0.889378927,0.889570552,0.88962766
-4913,1,0.1636,1,1,1,1,1,1,1,1,0.2359,0.1636,0.1633,1,0.2141,1,1,1,1,1,1,0.3588,0.2141,0.2068,1,0.5333,1,1,1,0.3037,0.5333,0.1446,1,1,1,1,1,0.37189579,0.579888523,0.994079947,1,1,1,1,1,0.408500999,0.600810409,0.445788264,1,1,1,1,1,0.442369401,0.497956485,0.869623006,0.86968479,0.869680851
-4914,1,0.1635,1,1,1,1,1,1,1,1,0.302,0.1635,0.0589,1,0.214,1,1,1,1,1,1,0.5473,0.214,0.0817,1,0.5331,1,1,1,0.4092,0.5331,0.0517,1,1,1,1,1,0.537764132,0.2668387,0.99373877,1,1,1,1,1,0.449189186,0.365141928,0.241885602,1,1,1,1,1,0.574984789,0.16313757,0.838508942,0.838586842,0.838652482
-4915,1,0.1633,1,1,1,1,1,1,1,1,0.2,0.1633,0,1,0.2139,1,1,1,1,1,1,0.3876,0.2139,0,1,0.5329,1,1,1,0.434,0.5329,0,1,1,1,1,1,0.345666319,0,0.257336318,1,1,1,1,1,0.326596856,0,0.260141134,1,1,1,1,1,0.613392234,0,0.806730304,0.806642691,0.807180851
-4916,1,0.1632,1,1,1,1,1,1,1,1,0.2646,0.1632,0,1,0.2138,1,1,1,1,1,1,0.2661,0.2138,0,1,0.5328,1,1,1,0.5941,0.5328,0,1,1,1,1,1,0.460138708,0,0.110109493,1,1,1,1,1,0.308746099,0,0.245340586,1,1,1,1,1,0.770098329,0,0.792713871,0.792680347,0.792996454
-4917,1,0.1631,1,1,1,1,1,1,1,1,0.3272,0.1631,0,1,0.2137,1,1,1,1,1,1,0.2366,0.2137,0,1,0.5326,1,1,1,0.6744,0.5326,0,1,1,1,1,1,0.461708486,0,0.086505264,1,1,1,1,1,0.269470632,0,0.103514671,1,1,1,1,1,0.843603611,0,0.749879169,0.749947112,0.75
-4918,1,0.1629,1,1,1,1,1,1,1,1,0.3527,0.1629,0,1,0.2136,1,1,1,1,1,1,0.2132,0.2136,0,1,0.5324,1,1,1,0.672,0.5324,0,1,1,1,1,1,0.349668294,0,0.190784201,1,1,1,1,1,0.274487287,0,0.510105252,1,1,1,1,1,0.852415085,0,0.671338811,0.671461815,0.671542553
-4919,1,0.1628,1,1,1,1,1,1,1,1,0.2966,0.1628,0,1,0.2135,1,1,1,1,1,1,0.3913,0.2135,0,1,0.5323,1,1,1,0.5088,0.5323,0,1,1,1,1,1,0.305353194,0,0.550342917,1,1,1,1,1,0.458858311,0,1,1,1,1,1,1,0.775778472,0,0.59521508,0.595303575,0.595301418
-4920,1,0.1627,1,1,1,1,1,1,1,1,0.3625,0.1627,0,1,0.2134,1,1,1,1,1,1,0.4611,0.2134,0,1,0.5321,1,1,1,0.4636,0.5321,0,1,1,1,1,1,0.365387827,0,0.814228773,1,1,1,1,1,0.468164295,0,1,1,1,1,1,1,0.757539749,0,0.537336878,0.537338693,0.537677305
-4921,1,0.1625,1,1,1,1,1,1,1,1,0.3866,0.1625,0,1,0.2133,1,1,1,1,1,1,0.2656,0.2133,0,1,0.5319,1,1,1,0.5411,0.5319,0,1,1,1,1,1,0.417228222,0,0.702473998,1,1,1,1,1,0.320189178,0,0.874853134,1,1,1,1,1,0.798591495,0,0.5,0.499894225,0.5
-4922,1,0.1624,1,1,1,1,1,1,1,1,0.3732,0.1624,0,1,0.2132,1,1,1,1,1,1,0.1521,0.2132,0,1,0.5318,1,1,1,0.5984,0.5318,0,1,1,1,1,1,0.318468392,0,0.796509266,1,1,1,1,1,0.212267995,0,1,1,1,1,1,1,0.818958998,0,0.476921218,0.476835202,0.476950355
-4923,1,0.1623,1,1,1,1,1,1,1,1,0.3272,0.1623,0,1,0.2131,1,1,1,1,1,1,0.076,0.2131,0,1,0.5316,1,1,1,0.5582,0.5316,0,1,1,1,1,1,0.219467804,0,0.88351047,1,1,1,1,1,0.122500859,0,1,1,1,1,1,1,0.778535366,0,0.463448526,0.46350751,0.463652482
-4924,1,0.1621,1,1,1,1,1,1,1,1,0.2887,0.1621,0,1,0.213,1,1,1,1,1,1,0.2103,0.213,0,1,0.5314,1,1,1,0.5057,0.5314,0,1,1,1,1,1,0.288450599,0,0.972972751,1,1,1,1,1,0.326458305,0,1,1,1,1,1,1,0.716947079,0,0.46520058,0.465199915,0.465425532
-4925,1,0.162,1,1,1,1,1,1,1,1,0.3171,0.162,0.125,1,0.2129,1,1,1,1,1,1,0.194,0.2129,0.1003,1,0.5313,1,1,1,0.4404,0.5313,0.1156,1,1,1,1,1,0.333350003,0.203828514,1,1,1,1,1,1,0.248779178,0.137703702,1,1,1,1,1,1,0.618484378,0.263592899,0.485560657,0.48572033,0.48537234
-4926,1,0.1619,1,1,1,1,1,1,1,1,0.2001,0.1619,0.0777,1,0.2128,1,1,1,1,1,1,0.0868,0.2128,0.1147,1,0.5311,1,1,1,0.3836,0.5311,0.072,1,1,1,1,1,0.181662112,0.580717504,1,1,1,1,1,1,0.139371246,0.557420731,0.920280159,1,1,1,1,1,0.463003308,0.612060428,0.534618173,0.534800085,0.534574468
-4927,1,0.1617,1,1,1,1,1,1,1,1,0.1737,0.1617,0.2219,1,0.2127,1,1,1,1,1,1,0.1237,0.2127,0.253,1,0.5309,1,1,1,0.2208,0.5309,0.2119,1,1,1,1,1,0.131216884,0.812377155,0.925777197,1,1,1,1,1,0.117835939,0.784903765,0.78008306,1,1,1,1,1,0.225830466,0.825197518,0.597631706,0.597630633,0.59751773
-4928,1,0.1616,1,1,1,1,1,1,1,1,0.2065,0.1616,0.3995,1,0.2126,1,1,1,1,1,1,0.223,0.2126,0.4226,1,0.5308,1,1,1,0.2664,0.5308,0.3761,1,1,1,1,1,0.236117393,0.893832922,0.619164884,1,1,1,1,1,0.232492328,0.887549102,0.460910231,1,1,1,1,1,0.262822568,0.893667042,0.642037216,0.642056272,0.642287234
-4929,1,0.1615,1,1,1,1,1,1,1,1,0.2137,0.1615,0.5319,1,0.2125,1,1,1,1,1,1,0.2035,0.2125,0.5498,1,0.5306,1,1,1,0.2058,0.5306,0.5112,1,1,1,1,1,0.315200418,0.901103497,0.251914442,1,1,1,1,1,0.221076876,0.939549863,0.362085879,1,1,1,1,1,0.204520777,0.885194838,0.672486709,0.672519568,0.67287234
-4930,1,0.1613,1,1,1,1,1,1,1,1,0.2589,0.1613,0.6343,1,0.2124,1,1,1,1,1,1,0.1972,0.2124,0.6495,1,0.5304,1,1,1,0.3522,0.5304,0.6261,1,1,1,1,1,0.329885274,0.939010561,0.304076374,1,1,1,1,1,0.217807516,0.957464755,0.597330451,1,1,1,1,1,0.351955593,0.894165754,0.696350894,0.696424794,0.696365248
-4931,1,0.1612,1,1,1,1,1,1,1,1,0.2137,0.1612,0.6663,1,0.2123,1,1,1,1,1,1,0.2596,0.2123,0.6885,1,0.5303,1,1,1,0.2495,0.5303,0.6552,1,1,1,1,1,0.286464483,0.952995777,0.183407068,1,1,1,1,1,0.269320309,0.965703845,0.625781953,1,1,1,1,1,0.24727115,0.937314749,0.711756887,0.711656442,0.711879433
-4932,1,0.1611,1,1,1,1,1,1,1,1,0.187,0.1611,0.6765,1,0.2122,1,1,1,1,1,1,0.2411,0.2122,0.6914,1,0.5301,1,1,1,0.2616,0.5301,0.6574,1,1,1,1,1,0.247194871,0.963556767,0.209944665,1,1,1,1,1,0.243943959,0.96921587,0.644520462,1,1,1,1,1,0.30396384,0.951018095,0.722269212,0.722445526,0.72251773
-4933,1,0.1609,1,1,1,1,1,1,1,1,0.1722,0.1609,0.6227,1,0.2122,1,1,1,1,1,1,0.1732,0.2122,0.6275,1,0.5299,1,1,1,0.3355,0.5299,0.6012,1,1,1,1,1,0.194966838,0.876049817,0.403592974,1,1,1,1,1,0.154164374,0.882125199,0.793514967,1,1,1,1,1,0.355343968,0.886604846,0.73719188,0.737254072,0.737588652
-4934,1,0.1608,1,1,1,1,1,1,1,1,0.1059,0.1608,0.6104,1,0.2121,1,1,1,1,1,1,0.1956,0.2121,0.6347,1,0.5298,1,1,1,0.3436,0.5298,0.5871,1,1,1,1,1,0.175353333,0.940930068,0.239091098,1,1,1,1,1,0.193584189,0.953990579,0.331427217,1,1,1,1,1,0.514104307,0.932390928,0.749818753,0.749735562,0.75
-4935,1,0.1607,1,1,1,1,1,1,1,1,0.0958,0.1607,0.4944,1,0.212,1,1,1,1,1,1,0.1577,0.212,0.5308,1,0.5296,1,1,1,0.302,0.5296,0.4643,1,1,1,1,1,0.143615171,0.913491011,0.20736523,1,1,1,1,1,0.143222839,0.930940509,0.294436932,1,1,1,1,1,0.523466349,0.872760177,0.761358144,0.761370848,0.761524823
-4936,1,0.1605,1,1,1,1,1,1,1,1,0.0979,0.1605,0.3509,1,0.2119,1,1,1,1,1,1,0.1887,0.2119,0.4019,1,0.5294,1,1,1,0.2856,0.5294,0.3089,1,1,1,1,1,0.138253465,0.881433189,0.214742646,1,1,1,1,1,0.164232582,0.892823875,0.352280617,1,1,1,1,1,0.543431163,0.790098071,0.771387144,0.77152528,0.771719858
-4937,1,0.1604,1,1,1,1,1,1,1,1,0.09,0.1604,0.1694,1,0.2118,1,1,1,1,1,1,0.2177,0.2118,0.2241,1,0.5293,1,1,1,0.1681,0.5293,0.1558,1,1,1,1,1,0.13971895,0.691452444,0.21743302,1,1,1,1,1,0.18757309,0.673609257,0.541050792,1,1,1,1,1,0.401266903,0.551878691,0.770964234,0.770890628,0.771276596
-4938,1,0.1603,1,1,1,1,1,1,1,1,0.0388,0.1603,0.0685,1,0.2117,1,1,1,1,1,1,0.0433,0.2117,0.0822,1,0.5291,1,1,1,0.0799,0.5291,0.0651,1,1,1,1,1,0.051222745,0.315544486,0.141274661,1,1,1,1,1,0.03598557,0.205450892,0.574655831,1,1,1,1,1,0.244145736,0.274497628,0.750362494,0.750370214,0.750886525
-4939,1,0.1601,1,1,1,1,1,1,1,1,0.0681,0.1601,0,1,0.2116,1,1,1,1,1,1,0.0192,0.2116,0,1,0.5289,1,1,1,0.0731,0.5289,0,1,1,1,1,1,0.039065033,0,0.115063816,1,1,1,1,1,0.031861581,8.54E-06,0.269390345,1,1,1,1,1,0.257414967,0,0.723537941,0.72371483,0.723847518
-4940,1,0.16,1,1,1,1,1,1,1,1,0.0477,0.16,0,1,0.2115,1,1,1,1,1,1,0.0057,0.2115,0,1,0.5288,1,1,1,0.077,0.5288,0,1,1,1,1,1,0.024017952,0,0.097075149,1,1,1,1,1,0.011955909,0,0.229310751,1,1,1,1,1,0.302142113,0,0.724565007,0.724772583,0.724734043
-4941,1,0.1599,1,1,1,1,1,1,1,1,0.0587,0.1599,0,1,0.2114,1,1,1,1,1,1,0.0067,0.2114,0,1,0.5286,1,1,1,0.1025,0.5286,0,1,1,1,1,1,0.025654286,0,0.151198238,1,1,1,1,1,0.014881589,0,0.523461819,1,1,1,1,1,0.352176994,0,0.696955051,0.696847895,0.697251773
-4942,1,0.1597,1,1,1,1,1,1,1,1,0.0465,0.1597,0,1,0.2113,1,1,1,1,1,1,0.0123,0.2113,0,1,0.5284,1,1,1,0.1145,0.5284,0,1,1,1,1,1,0.027105823,0,0.184982359,1,1,1,1,1,0.036171429,0,0.652707636,1,1,1,1,1,0.362941146,0,0.633699855,0.633805796,0.633865248
-4943,1,0.1596,1,1,1,1,1,1,1,1,0.0599,0.1596,0,1,0.2112,1,1,1,1,1,1,0.027,0.2112,0,1,0.5283,1,1,1,0.0726,0.5283,0,1,1,1,1,1,0.028900553,0,0.251109958,1,1,1,1,1,0.067051917,0,0.476387709,1,1,1,1,1,0.24025324,0,0.568873852,0.568859742,0.569148936
-4944,1,0.1595,1,1,1,1,1,1,1,1,0.0449,0.1595,0,1,0.2111,1,1,1,1,1,1,0.0435,0.2111,0,1,0.5281,1,1,1,0.0508,0.5281,0,1,1,1,1,1,0.017560236,0,0.177195355,1,1,1,1,1,0.089999668,0,0.369038999,1,1,1,1,1,0.173241824,0,0.523985017,0.524011001,0.52393617
-4945,1,0.1593,1,1,1,1,1,1,1,1,0.0438,0.1593,0,1,0.211,1,1,1,1,1,1,0.1441,0.211,0,1,0.5279,1,1,1,0.0443,0.5279,0,1,1,1,1,1,0.023690786,0,0.32373637,1,1,1,1,1,0.171112597,0,0.734077036,1,1,1,1,1,0.161247253,0,0.494320928,0.494393907,0.494237589
-4946,1,0.1592,1,1,1,1,1,1,1,1,0.0782,0.1592,0,1,0.2109,1,1,1,1,1,1,0.1418,0.2109,0,1,0.5278,1,1,1,0.036,0.5278,0,1,1,1,1,1,0.041526008,0,0.468045294,1,1,1,1,1,0.16526553,0,0.579645574,1,1,1,1,1,0.112085164,0,0.476558724,0.476623651,0.476950355
-4947,1,0.1591,1,1,1,1,1,1,1,1,0.1557,0.1591,0,1,0.2108,1,1,1,1,1,1,0.1601,0.2108,0,1,0.5276,1,1,1,0.0349,0.5276,0,1,1,1,1,1,0.068559892,0,0.772984505,1,1,1,1,1,0.201029152,0,0.846157074,1,1,1,1,1,0.08208254,0,0.469550507,0.469642479,0.469414894
-4948,1,0.1589,1,1,1,1,1,1,1,1,0.0789,0.1589,0,1,0.2107,1,1,1,1,1,1,0.1255,0.2107,0,1,0.5274,1,1,1,0.0434,0.5274,0,1,1,1,1,1,0.038147122,0,0.447857022,1,1,1,1,1,0.117099345,0,0.775981665,1,1,1,1,1,0.078714482,0,0.47577332,0.475777449,0.47606383
-4949,1,0.1588,1,1,1,1,1,1,1,1,0.1289,0.1588,0.002,1,0.2106,1,1,1,1,1,1,0.1954,0.2106,0,1,0.5273,1,1,1,0.0485,0.5273,0.0009,1,1,1,1,1,0.051704809,0.000114409,0.957213759,1,1,1,1,1,0.251160055,0,1,1,1,1,1,1,0.108710617,0.005492302,0.505739488,0.505817643,0.505762411
-4950,1,0.1587,1,1,1,1,1,1,1,1,0.0709,0.1587,0.0439,1,0.2105,1,1,1,1,1,1,0.1264,0.2105,0.0159,1,0.5271,1,1,1,0.0415,0.5271,0.0863,1,1,1,1,1,0.042951353,0.060178611,0.992157578,1,1,1,1,1,0.205600441,0.041163854,1,1,1,1,1,1,0.143537953,0.186846375,0.560838569,0.560820817,0.561170213
-4951,1,0.1585,1,1,1,1,1,1,1,1,0.0525,0.1585,0.1485,1,0.2104,1,1,1,1,1,1,0.216,0.2104,0.0875,1,0.5269,1,1,1,0.0435,0.5269,0.1755,1,1,1,1,1,0.042990308,0.200745702,1,1,1,1,1,1,0.268906385,0.151591316,1,1,1,1,1,1,0.172698095,0.37602666,0.620770904,0.620689655,0.621010638
-4952,1,0.1584,1,1,1,1,1,1,1,1,0.111,0.1584,0.2769,1,0.2103,1,1,1,1,1,1,0.0883,0.2103,0.257,1,0.5268,1,1,1,0.0105,0.5268,0.2836,1,1,1,1,1,0.039405212,0.443923175,1,1,1,1,1,1,0.09322314,0.361971766,1,1,1,1,1,1,0.059231732,0.395414889,0.660826486,0.660884282,0.660904255
-4953,1,0.1583,1,1,1,1,1,1,1,1,0.1554,0.1583,0.3301,1,0.2102,1,1,1,1,1,1,0.182,0.2102,0.305,1,0.5266,1,1,1,0.0032,0.5266,0.3743,1,1,1,1,1,0.05610529,0.487717092,1,1,1,1,1,1,0.180976629,0.406697512,1,1,1,1,1,1,0.011444709,0.440004021,0.688255196,0.688385868,0.688386525
-4954,1,0.1581,1,1,1,1,1,1,1,1,0.1423,0.1581,0.3681,1,0.2101,1,1,1,1,1,1,0.1961,0.2101,0.3777,1,0.5264,1,1,1,0.0193,0.5264,0.3644,1,1,1,1,1,0.056924187,0.543621063,1,1,1,1,1,1,0.199447662,0.568339646,1,1,1,1,1,1,0.012835835,0.587822556,0.708736104,0.708694732,0.708776596
-4955,1,0.158,1,1,1,1,1,1,1,1,0.1008,0.158,0.3924,1,0.21,1,1,1,1,1,1,0.1655,0.21,0.4231,1,0.5263,1,1,1,0.0782,0.5263,0.406,1,1,1,1,1,0.038420726,0.57949245,0.986076117,1,1,1,1,1,0.146322623,0.613449037,1,1,1,1,1,1,0.03143388,0.533565998,0.720517158,0.72075312,0.720744681
-4956,1,0.1579,1,1,1,1,1,1,1,1,0.1166,0.1579,0.4272,1,0.2099,1,1,1,1,1,1,0.1006,0.2099,0.5228,1,0.5261,1,1,1,0.1143,0.5261,0.3865,1,1,1,1,1,0.061975747,0.628766835,0.944464922,1,1,1,1,1,0.098169945,0.720869601,1,1,1,1,1,1,0.064673707,0.53410089,0.730606573,0.730696002,0.730939716
-4957,1,0.1577,1,1,1,1,1,1,1,1,0.1541,0.1577,0.4446,1,0.2098,1,1,1,1,1,1,0.0178,0.2098,0.493,1,0.5259,1,1,1,0.083,0.5259,0.3899,1,1,1,1,1,0.063441619,0.626956284,0.989212513,1,1,1,1,1,0.027861936,0.688464344,1,1,1,1,1,1,0.053451892,0.57906723,0.752054132,0.75227417,0.752216312
-4958,1,0.1576,1,1,1,1,1,1,1,1,0.2097,0.1576,0.4271,1,0.2097,1,1,1,1,1,1,0.0248,0.2097,0.405,1,0.5258,1,1,1,0.0733,0.5258,0.3415,1,1,1,1,1,0.048776723,0.576700807,1,1,1,1,1,1,0.047568399,0.611577868,1,1,1,1,1,1,0.048437003,0.500304103,0.770964234,0.771102179,0.771276596
-4959,1,0.1575,1,1,1,1,1,1,1,1,0.2146,0.1575,0.3544,1,0.2096,1,1,1,1,1,1,0.1249,0.2096,0.3971,1,0.5256,1,1,1,0.0336,0.5256,0.2888,1,1,1,1,1,0.050870452,0.566673458,1,1,1,1,1,1,0.150476873,0.656247199,1,1,1,1,1,1,0.037846398,0.390411139,0.78842436,0.788660884,0.78856383
-4960,1,0.1573,1,1,1,1,1,1,1,1,0.1739,0.1573,0.2766,1,0.2096,1,1,1,1,1,1,0.1456,0.2096,0.2993,1,0.5254,1,1,1,0.0507,0.5254,0.2316,1,1,1,1,1,0.038969923,0.47835198,1,1,1,1,1,1,0.140778422,0.516090035,1,1,1,1,1,1,0.054475605,0.350081056,0.805944901,0.806008039,0.805851064
-4961,1,0.1572,1,1,1,1,1,1,1,1,0.177,0.1572,0.1366,1,0.2095,1,1,1,1,1,1,0.0685,0.2095,0.1671,1,0.5253,1,1,1,0.0421,0.5253,0.0819,1,1,1,1,1,0.044162273,0.261705786,1,1,1,1,1,1,0.100055352,0.431235135,1,1,1,1,1,1,0.053780958,0.201816395,0.815430159,0.815527819,0.815602837
-4962,1,0.1571,1,1,1,1,1,1,1,1,0.097,0.1571,0.0193,1,0.2094,1,1,1,1,1,1,0.0062,0.2094,0.0308,1,0.5251,1,1,1,0.0282,0.5251,0.0104,1,1,1,1,1,0.021651501,0.067950487,1,1,1,1,1,1,0.046780504,0.04694517,1,1,1,1,1,1,0.059342526,0.031415485,0.80679072,0.806642691,0.807180851
-4963,1,0.1569,1,1,1,1,1,1,1,1,0.0434,0.1569,0,1,0.2093,1,1,1,1,1,1,0.0118,0.2093,0,1,0.5249,1,1,1,0.0179,0.5249,0,1,1,1,1,1,0.034553431,0,1,1,1,1,1,1,0.057216696,0,1,1,1,1,1,1,0.014073588,0,0.794768004,0.794795854,0.795212766
-4964,1,0.1568,1,1,1,1,1,1,1,1,0.0827,0.1568,0,1,0.2092,1,1,1,1,1,1,0.1219,0.2092,0,1,0.5248,1,1,1,0.0316,0.5248,0,1,1,1,1,1,0.076732092,0,0.975597262,1,1,1,1,1,0.149385631,0,1,1,1,1,1,1,0.0117486,0,0.786672305,0.786756928,0.78679078
-4965,1,0.1567,1,1,1,1,1,1,1,1,0.0969,0.1567,0,1,0.2091,1,1,1,1,1,1,0.0195,0.2091,0,1,0.5246,1,1,1,0.0167,0.5246,0,1,1,1,1,1,0.11436981,0,1,1,1,1,1,1,0.073472127,0,1,1,1,1,1,1,0.003269325,0,0.747643789,0.747620055,0.747783688
-4966,1,0.1565,1,1,1,1,1,1,1,1,0.0823,0.1565,0,1,0.209,1,1,1,1,1,1,0.0724,0.209,0,1,0.5244,1,1,1,0.0137,0.5244,0,1,1,1,1,1,0.051242471,0,1,1,1,1,1,1,0.114850432,0,1,1,1,1,1,1,0.000685593,0,0.682938618,0.682885551,0.683067376
-4967,1,0.1564,1,1,1,1,1,1,1,1,0.14,0.1564,0,1,0.2089,1,1,1,1,1,1,0.1527,0.2089,0,1,0.5243,1,1,1,0.0046,0.5243,0,1,1,1,1,1,0.05149832,0,1,1,1,1,1,1,0.178696364,0,1,1,1,1,1,1,0.004477351,0,0.618475109,0.618574149,0.618351064
-4968,1,0.1563,1,1,1,1,1,1,1,1,0.1602,0.1563,0,1,0.2088,1,1,1,1,1,1,0.225,0.2088,0,1,0.5241,1,1,1,0.0195,0.5241,0,1,1,1,1,1,0.055309072,0,1,1,1,1,1,1,0.259869814,0,1,1,1,1,1,1,0.039636478,0,0.571109232,0.571186799,0.571365248
-4969,1,0.1561,1,1,1,1,1,1,1,1,0.1654,0.1561,0,1,0.2087,1,1,1,1,1,1,0.0897,0.2087,0,1,0.5239,1,1,1,0.0345,0.5239,0,1,1,1,1,1,0.069044888,0,1,1,1,1,1,1,0.099381343,0,0.966365457,1,1,1,1,1,0.06845665,0,0.539149348,0.539242649,0.539450355
-4970,1,0.156,1,1,1,1,1,1,1,1,0.1626,0.156,0,1,0.2086,1,1,1,1,1,1,0.0863,0.2086,0,1,0.5238,1,1,1,0.0468,0.5238,0,1,1,1,1,1,0.065406188,0,1,1,1,1,1,1,0.102192685,0,0.514900863,1,1,1,1,1,0.094237544,0,0.518064282,0.518087582,0.518173759
-4971,1,0.1559,1,1,1,1,1,1,1,1,0.1417,0.1559,0,1,0.2085,1,1,1,1,1,1,0.0833,0.2085,0,1,0.5236,1,1,1,0.0591,0.5236,0,1,1,1,1,1,0.043278717,0,0.977698386,1,1,1,1,1,0.0889154,0,0.334452659,1,1,1,1,1,0.129958332,0,0.507551957,0.507721599,0.507535461
-4972,1,0.1557,1,1,1,1,1,1,1,1,0.0574,0.1557,0,1,0.2084,1,1,1,1,1,1,0.0376,0.2084,0,1,0.5234,1,1,1,0.0502,0.5234,0,1,1,1,1,1,0.020887731,0,0.921009123,1,1,1,1,1,0.04553932,0,0.29051286,1,1,1,1,1,0.124566905,0,0.512083132,0.512164163,0.512411348
-4973,1,0.1556,1,1,1,1,1,1,1,1,0.0528,0.1556,0,1,0.2083,1,1,1,1,1,1,0.0494,0.2083,0,1,0.5233,1,1,1,0.0367,0.5233,0,1,1,1,1,1,0.02552266,0,0.929982066,1,1,1,1,1,0.055940058,0,0.239499494,1,1,1,1,1,0.121022314,0,0.540961817,0.540935054,0.541223404
-4974,1,0.1555,1,1,1,1,1,1,1,1,0.0543,0.1555,0.039,1,0.2082,1,1,1,1,1,1,0.0602,0.2082,0.0636,1,0.5231,1,1,1,0.0578,0.5231,0.0717,1,1,1,1,1,0.017765857,0.07274653,0.759104252,1,1,1,1,1,0.072667815,0.092409186,0.243928552,1,1,1,1,1,0.165810212,0.057635091,0.591529725,0.591707214,0.591755319
-4975,1,0.1553,1,1,1,1,1,1,1,1,0.0251,0.1553,0.1519,1,0.2081,1,1,1,1,1,1,0.0275,0.2081,0.1466,1,0.5229,1,1,1,0.0353,0.5229,0.1935,1,1,1,1,1,0.009218686,0.24621056,0.500241637,1,1,1,1,1,0.038924966,0.220796019,0.349841923,1,1,1,1,1,0.069948941,0.203569889,0.650012083,0.650095198,0.649822695
-4976,1,0.1552,1,1,1,1,1,1,1,1,0.0089,0.1552,0.2595,1,0.208,1,1,1,1,1,1,0.0113,0.208,0.2744,1,0.5228,1,1,1,0.019,0.5228,0.303,1,1,1,1,1,0.001008744,0.34798494,0.783415496,1,1,1,1,1,0.015451783,0.406227559,0.506989062,1,1,1,1,1,0.043670353,0.360169798,0.691759304,0.691770679,0.691932624
-4977,1,0.1551,1,1,1,1,1,1,1,1,0.0057,0.1551,0.3365,1,0.2079,1,1,1,1,1,1,0.01,0.2079,0.3585,1,0.5226,1,1,1,0.0043,0.5226,0.4207,1,1,1,1,1,0.000747957,0.409886926,0.988986254,1,1,1,1,1,0.014516805,0.553058743,0.68714869,1,1,1,1,1,0.010109934,0.473061532,0.726014983,0.726041887,0.72606383
-4978,1,0.1549,1,1,1,1,1,1,1,1,0.0111,0.1549,0.4107,1,0.2078,1,1,1,1,1,1,0.0091,0.2078,0.4481,1,0.5224,1,1,1,0.0001,0.5224,0.4715,1,1,1,1,1,0.000768081,0.49990049,0.892936587,1,1,1,1,1,0.01125785,0.632671416,0.29017669,1,1,1,1,1,0.006485297,0.510316968,0.75598115,0.756082082,0.756205674
-4979,1,0.1548,1,1,1,1,1,1,1,1,0.0179,0.1548,0.4512,1,0.2077,1,1,1,1,1,1,0,0.2077,0.4864,1,0.5223,1,1,1,0.0051,0.5223,0.4601,1,1,1,1,1,0.001128983,0.537276149,0.802054703,1,1,1,1,1,0.002809541,0.67790091,0.37958771,1,1,1,1,1,0.015077168,0.558199525,0.777609957,0.77766025,0.777925532
-4980,1,0.1547,1,1,1,1,1,1,1,1,0.0337,0.1547,0.4759,1,0.2076,1,1,1,1,1,1,0.0158,0.2076,0.4768,1,0.5221,1,1,1,0.0136,0.5221,0.4291,1,1,1,1,1,0.01214419,0.636041641,0.855578899,1,1,1,1,1,0.024326365,0.664819419,0.627164721,1,1,1,1,1,0.041521393,0.557147026,0.791143064,0.791199492,0.791223404
-4981,1,0.1545,1,1,1,1,1,1,1,1,0.0238,0.1545,0.4776,1,0.2075,1,1,1,1,1,1,0.0037,0.2075,0.4945,1,0.5219,1,1,1,0.04,0.5219,0.4807,1,1,1,1,1,0.00649798,0.65393573,0.26985997,1,1,1,1,1,0.025829751,0.665593028,0.687021494,1,1,1,1,1,0.056423038,0.504471779,0.800205413,0.800296171,0.800531915
-4982,1,0.1544,1,1,1,1,1,1,1,1,0.0225,0.1544,0.3957,1,0.2074,1,1,1,1,1,1,0.0434,0.2074,0.4109,1,0.5218,1,1,1,0.0525,0.5218,0.5181,1,1,1,1,1,0.01275433,0.603813112,0.960767269,1,1,1,1,1,0.041427746,0.591484129,0.836433768,1,1,1,1,1,0.096867517,0.596957564,0.800144998,0.800296171,0.800088652
-4983,1,0.1543,1,1,1,1,1,1,1,1,0.0272,0.1543,0.3695,1,0.2073,1,1,1,1,1,1,0.0323,0.2073,0.3802,1,0.5216,1,1,1,0.0284,0.5216,0.4394,1,1,1,1,1,0.010807512,0.564082742,0.977302313,1,1,1,1,1,0.056160383,0.597742617,0.993151903,1,1,1,1,1,0.045638628,0.700422406,0.796097148,0.796065158,0.796099291
-4984,1,0.1541,1,1,1,1,1,1,1,1,0.0394,0.1541,0.2665,1,0.2072,1,1,1,1,1,1,0.0191,0.2072,0.3145,1,0.5214,1,1,1,0.0299,0.5214,0.3073,1,1,1,1,1,0.007939155,0.472586781,1,1,1,1,1,1,0.047202446,0.609838784,1,1,1,1,1,1,0.075049095,0.685456753,0.791263896,0.791411043,0.791223404
-4985,1,0.154,1,1,1,1,1,1,1,1,0.0367,0.154,0.1424,1,0.2071,1,1,1,1,1,1,0,0.2071,0.1753,1,0.5213,1,1,1,0.0673,0.5213,0.1472,1,1,1,1,1,0.009398629,0.365412027,0.982768774,1,1,1,1,1,0.012778381,0.482638627,1,1,1,1,1,1,0.140250295,0.546526551,0.784436926,0.784641422,0.78501773
-4986,1,0.1539,1,1,1,1,1,1,1,1,0.0475,0.1539,0.0366,1,0.207,1,1,1,1,1,1,0.0067,0.207,0.0558,1,0.5211,1,1,1,0.0754,0.5211,0.0515,1,1,1,1,1,0.042353369,0.148474947,0.353413761,1,1,1,1,1,0.023326851,0.264095634,0.887377501,1,1,1,1,1,0.199766397,0.269008845,0.765285162,0.765390311,0.765514184
-4987,1,0.1537,1,1,1,1,1,1,1,1,0.0256,0.1537,0,1,0.207,1,1,1,1,1,1,0.0219,0.207,0,1,0.5209,1,1,1,0.1133,0.5209,0,1,1,1,1,1,0.043977931,0,0.291102648,1,1,1,1,1,0.046785064,0,0.452025175,1,1,1,1,1,0.236391231,0,0.741964717,0.742119738,0.742464539
-4988,1,0.1536,1,1,1,1,1,1,1,1,0.023,0.1536,0,1,0.2069,1,1,1,1,1,1,0.0151,0.2069,0,1,0.5208,1,1,1,0.0988,0.5208,0,1,1,1,1,1,0.054042418,0,0.168442219,1,1,1,1,1,0.045632239,0,0.276567549,1,1,1,1,1,0.23445785,0,0.733566941,0.733657711,0.734042553
-4989,1,0.1535,1,1,1,1,1,1,1,1,0.0307,0.1535,0,1,0.2068,1,1,1,1,1,1,0.0555,0.2068,0,1,0.5206,1,1,1,0.1454,0.5206,0,1,1,1,1,1,0.060344473,0,0.066531681,1,1,1,1,1,0.086732447,0,0.344401062,1,1,1,1,1,0.294956803,0,0.710729821,0.710810239,0.710992908
-4990,1,0.1533,1,1,1,1,1,1,1,1,0.0554,0.1533,0,1,0.2067,1,1,1,1,1,1,0.0346,0.2067,0,1,0.5204,1,1,1,0.1971,0.5204,0,1,1,1,1,1,0.111911699,0,0.040099494,1,1,1,1,1,0.08319138,0,0.140899494,1,1,1,1,1,0.398047417,0,0.656416143,0.656441718,0.656471631
-4991,1,0.1532,1,1,1,1,1,1,1,1,0.049,0.1532,0,1,0.2066,1,1,1,1,1,1,0.0233,0.2066,0,1,0.5203,1,1,1,0.2431,0.5203,0,1,1,1,1,1,0.111479022,0,0.008202885,1,1,1,1,1,0.077219501,0,0.021164401,1,1,1,1,1,0.384735912,0,0.596846303,0.59678443,0.597074468
-4992,1,0.1531,1,1,1,1,1,1,1,1,0.0153,0.1531,0,1,0.2065,1,1,1,1,1,1,0.0626,0.2065,0,1,0.5201,1,1,1,0.2652,0.5201,0,1,1,1,1,1,0.065292753,0,0.01332443,1,1,1,1,1,0.103481233,0,0.000801047,1,1,1,1,1,0.376813948,0,0.547788787,0.547704675,0.54787234
-4993,1,0.1529,1,1,1,1,1,1,1,1,0.0096,0.1529,0,1,0.2064,1,1,1,1,1,1,0.0741,0.2064,0,1,0.5199,1,1,1,0.2219,0.5199,0,1,1,1,1,1,0.052334037,0,0.003825563,1,1,1,1,1,0.122626804,0,0.015034294,1,1,1,1,1,0.364595324,0,0.513231029,0.513221917,0.513297872
-4994,1,0.1528,1,1,1,1,1,1,1,1,0.0024,0.1528,0,1,0.2063,1,1,1,1,1,1,0.1111,0.2063,0,1,0.5198,1,1,1,0.2331,0.5198,0,1,1,1,1,1,0.040673904,0,0.000506716,1,1,1,1,1,0.161907911,0,0.026875654,1,1,1,1,1,0.402507216,0,0.490454326,0.490585995,0.490691489
-4995,1,0.1527,1,1,1,1,1,1,1,1,0.0013,0.1527,0,1,0.2062,1,1,1,1,1,1,0.07,0.2062,0,1,0.5196,1,1,1,0.2218,0.5196,0,1,1,1,1,1,0.026909461,0,0,1,1,1,1,1,0.099254258,0,0.00276911,1,1,1,1,1,0.400019258,0,0.47661914,0.476835202,0.476950355
-4996,1,0.1525,1,1,1,1,1,1,1,1,0.0033,0.1525,0,1,0.2061,1,1,1,1,1,1,0.0733,0.2061,0,1,0.5194,1,1,1,0.1759,0.5194,0,1,1,1,1,1,0.020325907,0,0,1,1,1,1,1,0.110299528,0,0.035911258,1,1,1,1,1,0.330832094,0,0.473537941,0.473661942,0.473404255
-4997,1,0.1524,1,1,1,1,1,1,1,1,0,0.1524,0,1,0.206,1,1,1,1,1,1,0.0365,0.206,0,1,0.5193,1,1,1,0.1043,0.5193,0,1,1,1,1,1,0.007212133,3.65E-06,0,1,1,1,1,1,0.063602038,0,0.050005242,1,1,1,1,1,0.222387373,0.013533911,0.477706622,0.477681405,0.477836879
-4998,1,0.1523,1,1,1,1,1,1,1,1,0,0.1523,0.0759,1,0.2059,1,1,1,1,1,1,0.0234,0.2059,0.0696,1,0.5191,1,1,1,0.0769,0.5191,0.0904,1,1,1,1,1,0.008170175,0.184360757,0.027611975,1,1,1,1,1,0.040593714,0.125903487,0.047288746,1,1,1,1,1,0.177468359,0.332922995,0.496012566,0.496086313,0.496010638
-4999,1,0.1521,1,1,1,1,1,1,1,1,0,0.1521,0.1942,1,0.2058,1,1,1,1,1,1,0,0.2058,0.2154,1,0.5189,1,1,1,0.0447,0.5189,0.198,1,1,1,1,1,5.58E-05,0.392683566,0.051668573,1,1,1,1,1,0.011311333,0.391294956,0.030801307,1,1,1,1,1,0.131412923,0.529030442,0.539934751,0.539877301,0.540336879
-5000,1,0.152,1,1,1,1,1,1,1,1,0,0.152,0.3388,1,0.2057,1,1,1,1,1,1,0.009,0.2057,0.3492,1,0.5188,1,1,1,0.0288,0.5188,0.2909,1,1,1,1,1,0.000133052,0.587511301,0.133093059,1,1,1,1,1,0.013711058,0.605442703,0.037334293,1,1,1,1,1,0.095543988,0.561009407,0.595396327,0.595515126,0.595301418
-5001,1,0.1519,1,1,1,1,1,1,1,1,0.0041,0.1519,0.4434,1,0.2056,1,1,1,1,1,1,0.0158,0.2056,0.3816,1,0.5186,1,1,1,0.0346,0.5186,0.3935,1,1,1,1,1,0.002134913,0.685464025,0.234719694,1,1,1,1,1,0.018147571,0.618171573,0.107505769,1,1,1,1,1,0.07800559,0.567943335,0.644937168,0.645017982,0.645390071
-5002,1,0.1517,1,1,1,1,1,1,1,1,0.0059,0.1517,0.5172,1,0.2055,1,1,1,1,1,1,0.0441,0.2055,0.3968,1,0.5184,1,1,1,0.0048,0.5184,0.4017,1,1,1,1,1,0.00234053,0.616370916,0.156284451,1,1,1,1,1,0.042958312,0.599574625,0.191954464,1,1,1,1,1,0.025781849,0.650587142,0.680280329,0.680346943,0.680407801
-5003,1,0.1516,1,1,1,1,1,1,1,1,0.0191,0.1516,0.4947,1,0.2054,1,1,1,1,1,1,0.0771,0.2054,0.4368,1,0.5183,1,1,1,0.0143,0.5183,0.5062,1,1,1,1,1,0.008151107,0.622940779,0.242628396,1,1,1,1,1,0.073289946,0.644762218,0.31661284,1,1,1,1,1,0.048904218,0.58204931,0.699009183,0.698963402,0.699024823
-5004,1,0.1515,1,1,1,1,1,1,1,1,0.0301,0.1515,0.4841,1,0.2053,1,1,1,1,1,1,0,0.2053,0.3948,1,0.5181,1,1,1,0.0453,0.5181,0.5072,1,1,1,1,1,0.006961724,0.623241484,0.406754732,1,1,1,1,1,0.020861842,0.588721633,0.293354213,1,1,1,1,1,0.083536409,0.61391294,0.706198647,0.706156124,0.706560284
-5005,1,0.1513,1,1,1,1,1,1,1,1,0.0559,0.1513,0.4469,1,0.2052,1,1,1,1,1,1,0.0013,0.2052,0.3538,1,0.5179,1,1,1,0.0639,0.5179,0.5036,1,1,1,1,1,0.009078478,0.570706308,0.316491723,1,1,1,1,1,0.008775378,0.517868459,0.227496073,1,1,1,1,1,0.086366162,0.632317364,0.706681972,0.706579226,0.707003546
-5006,1,0.1512,1,1,1,1,1,1,1,1,0.1051,0.1512,0.3442,1,0.2051,1,1,1,1,1,1,0.0821,0.2051,0.2453,1,0.5178,1,1,1,0.08,0.5178,0.3942,1,1,1,1,1,0.028089678,0.446025997,0.373291254,1,1,1,1,1,0.095363103,0.31654349,0.741438508,1,1,1,1,1,0.082046971,0.540764332,0.701123731,0.701078908,0.701241135
-5007,1,0.1511,1,1,1,1,1,1,1,1,0.06,0.1511,0.2529,1,0.205,1,1,1,1,1,1,0.1972,0.205,0.1974,1,0.5176,1,1,1,0.0747,0.5176,0.3035,1,1,1,1,1,0.050746199,0.309538156,0.228688031,1,1,1,1,1,0.123457052,0.28948319,0.20311676,1,1,1,1,1,0.085125253,0.468044192,0.68499275,0.685001058,0.685283688
-5008,1,0.1509,1,1,1,1,1,1,1,1,0.03,0.1509,0.1595,1,0.2049,1,1,1,1,1,1,0.1352,0.2049,0.0995,1,0.5174,1,1,1,0.0801,0.5174,0.1983,1,1,1,1,1,0.017428808,0.138130486,0.296999007,1,1,1,1,1,0.123827852,0.180463612,0.148169905,1,1,1,1,1,0.097150236,0.409677744,0.670976317,0.671038714,0.671099291
-5009,1,0.1508,1,1,1,1,1,1,1,1,0.0069,0.1508,0.0649,1,0.2048,1,1,1,1,1,1,0.0565,0.2048,0.0488,1,0.5173,1,1,1,0.1059,0.5173,0.1037,1,1,1,1,1,0.007835865,0.061673351,0.292313695,1,1,1,1,1,0.06580779,0.134101063,0.099628538,1,1,1,1,1,0.117435887,0.165352792,0.664330594,0.664480643,0.664893617
-5010,1,0.1507,1,1,1,1,1,1,1,1,0.0133,0.1507,0.0001,1,0.2047,1,1,1,1,1,1,0.047,0.2047,0.0018,1,0.5171,1,1,1,0.087,0.5171,0.0095,1,1,1,1,1,0.019914083,0.000127123,0.160788432,1,1,1,1,1,0.047395445,0.003018669,0.046998691,1,1,1,1,1,0.116367564,0.003531569,0.654120348,0.65411466,0.654255319
-5011,1,0.1505,1,1,1,1,1,1,1,1,0.0333,0.1505,0,1,0.2046,1,1,1,1,1,1,0.1201,0.2046,0,1,0.5169,1,1,1,0.0334,0.5169,0,1,1,1,1,1,0.07540524,0,0.064300358,1,1,1,1,1,0.165233195,0,0.111020416,1,1,1,1,1,0.091881208,0,0.645480909,0.645441083,0.645833333
-5012,1,0.1504,1,1,1,1,1,1,1,1,0.1005,0.1504,0,1,0.2045,1,1,1,1,1,1,0.203,0.2045,0,1,0.5168,1,1,1,0.0233,0.5168,0,1,1,1,1,1,0.052637972,0,0.231896117,1,1,1,1,1,0.236350656,0,0.010772513,1,1,1,1,1,0.085106082,0,0.645662156,0.645864184,0.645833333
-5013,1,0.1503,1,1,1,1,1,1,1,1,0.0289,0.1503,0,1,0.2044,1,1,1,1,1,1,0.0707,0.2044,0,1,0.5166,1,1,1,0.0138,0.5166,0,1,1,1,1,1,0.026745947,0,0.126861706,1,1,1,1,1,0.070020534,0,0.319542706,1,1,1,1,1,0.020752296,0,0.622704205,0.622593611,0.622783688
-5014,1,0.1501,1,1,1,1,1,1,1,1,0.0468,0.1501,0,1,0.2044,1,1,1,1,1,1,0.0188,0.2044,0,1,0.5164,1,1,1,0.0102,0.5164,0,1,1,1,1,1,0.025927531,0,0.152657956,1,1,1,1,1,0.013385094,0,0.034334294,1,1,1,1,1,0.017476626,0,0.581863219,0.581764333,0.582003546
-5015,1,0.15,1,1,1,1,1,1,1,1,0.0744,0.15,0,1,0.2043,1,1,1,1,1,1,0.007,0.2043,0,1,0.5163,1,1,1,0.0101,0.5163,0,1,1,1,1,1,0.03693749,0,0.1048944,1,1,1,1,1,0.013921568,0,0.015131153,1,1,1,1,1,0.022096325,0,0.536249396,0.536280939,0.536347518
-5016,1,0.1499,1,1,1,1,1,1,1,1,0.0421,0.1499,0,1,0.2042,1,1,1,1,1,1,0.0236,0.2042,0,1,0.5161,1,1,1,0.0183,0.5161,0,1,1,1,1,1,0.034658864,0,0.08944007,1,1,1,1,1,0.031985622,0,0.018787697,1,1,1,1,1,0.045628548,0,0.496495892,0.496509414,0.496453901
-5017,1,0.1497,1,1,1,1,1,1,1,1,0.0615,0.1497,0,1,0.2041,1,1,1,1,1,1,0.0726,0.2041,0,1,0.5159,1,1,1,0.0196,0.5159,0,1,1,1,1,1,0.044860251,0,0.215190679,1,1,1,1,1,0.086156785,0,0.174672514,1,1,1,1,1,0.039953098,0,0.470577574,0.470700233,0.470301418
-5018,1,0.1496,1,1,1,1,1,1,1,1,0.0948,0.1496,0,1,0.204,1,1,1,1,1,1,0.0582,0.204,0,1,0.5158,1,1,1,0.004,0.5158,0,1,1,1,1,1,0.052799776,0,0.411421448,1,1,1,1,1,0.097559929,0,0.201319903,1,1,1,1,1,0.019691244,0,0.453600773,0.453776179,0.453457447
-5019,1,0.1495,1,1,1,1,1,1,1,1,0.1125,0.1495,0,1,0.2039,1,1,1,1,1,1,0.057,0.2039,0,1,0.5156,1,1,1,0.0056,0.5156,0,1,1,1,1,1,0.067824267,0,0.552116275,1,1,1,1,1,0.119017407,0,0.200681686,1,1,1,1,1,0.028433105,0,0.443813436,0.443833298,0.443705674
-5020,1,0.1493,1,1,1,1,1,1,1,1,0.0796,0.1493,0,1,0.2038,1,1,1,1,1,1,0.0325,0.2038,0,1,0.5154,1,1,1,0.0158,0.5154,0,1,1,1,1,1,0.050243534,0,0.421252549,1,1,1,1,1,0.074381158,0,0.200313881,1,1,1,1,1,0.043670997,0,0.441517641,0.441506241,0.441489362
-5021,1,0.1492,1,1,1,1,1,1,1,1,0.0155,0.1492,0,1,0.2037,1,1,1,1,1,1,0.0176,0.2037,0,1,0.5153,1,1,1,0.034,0.5153,0,1,1,1,1,1,0.017221928,0,0.220671773,1,1,1,1,1,0.074560687,0,0.16608718,1,1,1,1,1,0.074578553,0,0.444961334,0.444891051,0.445035461
-5022,1,0.1491,1,1,1,1,1,1,1,1,0.0179,0.1491,0.0332,1,0.2036,1,1,1,1,1,1,0.019,0.2036,0.0514,1,0.5151,1,1,1,0.0306,0.5151,0.0403,1,1,1,1,1,0.010373427,0.066505551,0.27323544,1,1,1,1,1,0.043967955,0.200801462,0.080578797,1,1,1,1,1,0.072065502,0.057881795,0.452694538,0.452718426,0.452570922
-5023,1,0.1489,1,1,1,1,1,1,1,1,0.0156,0.1489,0.1747,1,0.2035,1,1,1,1,1,1,0,0.2035,0.2047,1,0.5149,1,1,1,0.0121,0.5149,0.1587,1,1,1,1,1,0.002428631,0.32694453,0.200677544,1,1,1,1,1,0.006775284,0.378910482,0.060398959,1,1,1,1,1,0.035953183,0.217560619,0.482116965,0.482123969,0.482269504
-5024,1,0.1488,1,1,1,1,1,1,1,1,0.0172,0.1488,0.2926,1,0.2034,1,1,1,1,1,1,0,0.2034,0.3065,1,0.5148,1,1,1,0.004,0.5148,0.2751,1,1,1,1,1,0.002566876,0.448335052,0.304661334,1,1,1,1,1,0.00093309,0.458124369,0.142086655,1,1,1,1,1,0.011958488,0.302506179,0.524105848,0.524011001,0.524379433
-5025,1,0.1487,1,1,1,1,1,1,1,1,0.0241,0.1487,0.3854,1,0.2033,1,1,1,1,1,1,0,0.2033,0.3813,1,0.5146,1,1,1,0.015,0.5146,0.3408,1,1,1,1,1,0.003611403,0.531844318,0.226176023,1,1,1,1,1,0.000243986,0.539205372,0.096455775,1,1,1,1,1,0.025423488,0.448341131,0.561684389,0.561667019,0.561613475
-5026,1,0.1485,1,1,1,1,1,1,1,1,0.032,0.1485,0.4568,1,0.2032,1,1,1,1,1,1,0.0101,0.2032,0.4341,1,0.5144,1,1,1,0.0204,0.5144,0.4201,1,1,1,1,1,0.005624436,0.601224899,0.243716806,1,1,1,1,1,0.005231365,0.601645231,0.201825649,1,1,1,1,1,0.042783733,0.532999754,0.587723538,0.587687751,0.587765957
-5027,1,0.1484,1,1,1,1,1,1,1,1,0.0592,0.1484,0.4712,1,0.2031,1,1,1,1,1,1,0.0091,0.2031,0.441,1,0.5143,1,1,1,0.0138,0.5143,0.4445,1,1,1,1,1,0.012782884,0.621242821,0.156384543,1,1,1,1,1,0.013265309,0.61688453,0.206813097,1,1,1,1,1,0.038536161,0.556740463,0.607237796,0.607150413,0.607712766
-5028,1,0.1483,1,1,1,1,1,1,1,1,0.0442,0.1483,0.4664,1,0.203,1,1,1,1,1,1,0.0012,0.203,0.4547,1,0.5141,1,1,1,0.0402,0.5141,0.438,1,1,1,1,1,0.017346889,0.61447376,0.074185491,1,1,1,1,1,0.015720278,0.650676727,0.138357863,1,1,1,1,1,0.079403915,0.538190424,0.61901885,0.61899725,0.619237589
-5029,1,0.1481,1,1,1,1,1,1,1,1,0.0466,0.1481,0.5758,1,0.2029,1,1,1,1,1,1,0.0015,0.2029,0.5636,1,0.5139,1,1,1,0.0237,0.5139,0.5244,1,1,1,1,1,0.013750245,0.772060513,0.022568563,1,1,1,1,1,0.011008149,0.749152422,0.028026965,1,1,1,1,1,0.055592764,0.577705145,0.62040841,0.620478105,0.620567376
-5030,1,0.148,1,1,1,1,1,1,1,1,0.0428,0.148,0.3979,1,0.2028,1,1,1,1,1,1,0.0023,0.2028,0.3996,1,0.5138,1,1,1,0.008,0.5138,0.4006,1,1,1,1,1,0.017138852,0.55417341,0.051447712,1,1,1,1,1,0.004268894,0.60099411,0,1,1,1,1,1,0.026709341,0.43892011,0.618475109,0.618574149,0.618351064
-5031,1,0.1479,1,1,1,1,1,1,1,1,0.0379,0.1479,0.3435,1,0.2027,1,1,1,1,1,1,0,0.2027,0.3548,1,0.5136,1,1,1,0.0195,0.5136,0.348,1,1,1,1,1,0.014250422,0.512610257,0.035391368,1,1,1,1,1,0.000125251,0.582904279,0,1,1,1,1,1,0.036932766,0.385501057,0.615514741,0.615612439,0.615691489
-5032,1,0.1477,1,1,1,1,1,1,1,1,0.0353,0.1477,0.2533,1,0.2026,1,1,1,1,1,1,0,0.2026,0.247,1,0.5134,1,1,1,0.0102,0.5134,0.2132,1,1,1,1,1,0.006402459,0.416100174,0.032427806,1,1,1,1,1,0.00053452,0.548698306,0.006775393,1,1,1,1,1,0.01535768,0.347824365,0.621495892,0.621747409,0.621897163
-5033,1,0.1476,1,1,1,1,1,1,1,1,0.0441,0.1476,0.1416,1,0.2025,1,1,1,1,1,1,0,0.2025,0.1639,1,0.5133,1,1,1,0.0523,0.5133,0.1217,1,1,1,1,1,0.010903064,0.284536719,0.047829591,1,1,1,1,1,9.45E-05,0.431092978,0,1,1,1,1,1,0.047571044,0.2250451,0.630135331,0.630209435,0.630319149
-5034,1,0.1475,1,1,1,1,1,1,1,1,0.0356,0.1475,0.037,1,0.2024,1,1,1,1,1,1,0,0.2024,0.0612,1,0.5131,1,1,1,0.064,0.5131,0.03,1,1,1,1,1,0.014553991,0.129970193,0.041080989,1,1,1,1,1,5.81E-05,0.285668582,0.000612565,1,1,1,1,1,0.077780418,0.057166476,0.626570807,0.626613074,0.62677305
-5035,1,0.1473,1,1,1,1,1,1,1,1,0.0365,0.1473,0,1,0.2023,1,1,1,1,1,1,0,0.2023,0,1,0.5129,1,1,1,0.0507,0.5129,0,1,1,1,1,1,0.007713901,0,0.126314491,1,1,1,1,1,0.004635042,0,0.207087189,1,1,1,1,1,0.107284553,0,0.61762929,0.617727946,0.617907801
-5036,1,0.1472,1,1,1,1,1,1,1,1,0.0129,0.1472,0,1,0.2022,1,1,1,1,1,1,0.0042,0.2022,0,1,0.5128,1,1,1,0.0535,0.5128,0,1,1,1,1,1,0.0058565,0,0.08200334,1,1,1,1,1,0.014006531,0,0.149906278,1,1,1,1,1,0.101532109,0,0.624395843,0.624497567,0.624556738
-5037,1,0.1471,1,1,1,1,1,1,1,1,0.0357,0.1471,0,1,0.2021,1,1,1,1,1,1,0,0.2021,0,1,0.5126,1,1,1,0.0478,0.5126,0,1,1,1,1,1,0.022701541,0,0.111567095,1,1,1,1,1,0.017007494,0,0.040073823,1,1,1,1,1,0.086758919,0,0.605969067,0.605881109,0.605939716
-5038,1,0.1469,1,1,1,1,1,1,1,1,0.0129,0.1469,0,1,0.202,1,1,1,1,1,1,0.0425,0.202,0,1,0.5124,1,1,1,0.0701,0.5124,0,1,1,1,1,1,0.020868678,0,0.083027355,1,1,1,1,1,0.061066702,0,0.016895551,1,1,1,1,1,0.152101591,0,0.560053166,0.560186165,0.560283688
-5039,1,0.1468,1,1,1,1,1,1,1,1,0.004,0.1468,0,1,0.2019,1,1,1,1,1,1,0,0.2019,0,1,0.5123,1,1,1,0.0002,0.5123,0,1,1,1,1,1,8.66E-05,0,0.075362757,1,1,1,1,1,1.13E-05,0,0.080960475,1,1,1,1,1,0.000741268,0,0.510270662,0.510260207,0.510638298
-5040,1,0.1467,1,1,1,1,1,1,1,1,0.0124,0.1467,0,1,0.2018,1,1,1,1,1,1,0.008,0.2018,0,1,0.5121,1,1,1,0.0677,0.5121,0,1,1,1,1,1,0.004744857,0,0.097618878,1,1,1,1,1,0.030100621,0,0.003839005,1,1,1,1,1,0.177268758,0,0.470940068,0.470911783,0.470744681
-5041,1,0.1465,1,1,1,1,1,1,1,1,0.0114,0.1465,0,1,0.2018,1,1,1,1,1,1,0,0.2018,0,1,0.5119,1,1,1,0.0677,0.5119,0,1,1,1,1,1,0.002719705,0,0.225894779,1,1,1,1,1,0.019255321,0,0.029375395,1,1,1,1,1,0.197093874,0,0.446471725,0.446583457,0.446365248
-5042,1,0.1464,1,1,1,1,1,1,1,1,0.002,0.1464,0,1,0.2017,1,1,1,1,1,1,0,0.2017,0,1,0.5118,1,1,1,0,0.5118,0,1,1,1,1,1,0.00010409,0,0.188784003,1,1,1,1,1,3.37E-05,0,0.096268073,1,1,1,1,1,0.002023064,0,0.432576124,0.432621113,0.432624113
-5043,1,0.1463,1,1,1,1,1,1,1,1,0.0056,0.1463,0,1,0.2016,1,1,1,1,1,1,0,0.2016,0,1,0.5116,1,1,1,0.0839,0.5116,0,1,1,1,1,1,0.006765652,0,0.20851934,1,1,1,1,1,0.005068693,0,0.042369112,1,1,1,1,1,0.214174733,0,0.426957467,0.426909245,0.426861702
-5044,1,0.1461,1,1,1,1,1,1,1,1,0.0038,0.1461,0,1,0.2015,1,1,1,1,1,1,0,0.2015,0,1,0.5114,1,1,1,0.0612,0.5114,0,1,1,1,1,1,0.008018229,0,0.088911235,1,1,1,1,1,0.002749863,0,0.024419634,1,1,1,1,1,0.226037741,0,0.435838569,0.435794373,0.43572695
-5045,1,0.146,1,1,1,1,1,1,1,1,0.0193,0.146,0.0006,1,0.2014,1,1,1,1,1,1,0.0045,0.2014,0,1,0.5113,1,1,1,0.0584,0.5113,0.0024,1,1,1,1,1,0.008957319,0.000240326,0.021473989,1,1,1,1,1,0.012861684,0,0.037380628,1,1,1,1,1,0.230653733,0.060233783,0.462119381,0.462238206,0.461879433
-5046,1,0.1459,1,1,1,1,1,1,1,1,0.0081,0.1459,0.0743,1,0.2013,1,1,1,1,1,1,0,0.2013,0.1022,1,0.5111,1,1,1,0.0583,0.5111,0.0537,1,1,1,1,1,0.003660081,0.48990795,0,1,1,1,1,1,0.00046645,0.446400285,0,1,1,1,1,1,0.232023567,0.501660347,0.513291445,0.513433467,0.513297872
-5047,1,0.1457,1,1,1,1,1,1,1,1,0.0012,0.1457,0.2155,1,0.2012,1,1,1,1,1,1,0,0.2012,0.2321,1,0.5109,1,1,1,0.0368,0.5109,0.1997,1,1,1,1,1,0.000613676,0.674091935,0.001419886,1,1,1,1,1,0,0.604865134,0,1,1,1,1,1,0.097109132,0.748290956,0.579144514,0.579225725,0.579343972
-5048,1,0.1456,1,1,1,1,1,1,1,1,0,0.1456,0.3828,1,0.2011,1,1,1,1,1,1,0,0.2011,0.4014,1,0.5108,1,1,1,0.0202,0.5108,0.3758,1,1,1,1,1,0.00011487,0.816774249,0.001373257,1,1,1,1,1,0,0.744025826,0,1,1,1,1,1,0.042923428,0.832321525,0.629712421,0.629786334,0.629875887
-5049,1,0.1455,1,1,1,1,1,1,1,1,0,0.1455,0.5145,1,0.201,1,1,1,1,1,1,0,0.201,0.5211,1,0.5106,1,1,1,0.0073,0.5106,0.5148,1,1,1,1,1,4.48E-06,0.876774967,0,1,1,1,1,1,0,0.799411118,0,1,1,1,1,1,0.013343919,0.872836471,0.667351377,0.667442352,0.667553191
-5050,1,0.1453,1,1,1,1,1,1,1,1,0.0003,0.1453,0.6114,1,0.2009,1,1,1,1,1,1,0,0.2009,0.6106,1,0.5104,1,1,1,0.0077,0.5104,0.6151,1,1,1,1,1,0.000885552,0.891837001,0,1,1,1,1,1,0.000243949,0.836563349,0,1,1,1,1,1,0.006216149,0.894069552,0.700217496,0.700232706,0.70035461
-5051,1,0.1452,1,1,1,1,1,1,1,1,0.0086,0.1452,0.6382,1,0.2008,1,1,1,1,1,1,0,0.2008,0.6374,1,0.5103,1,1,1,0.0061,0.5103,0.638,1,1,1,1,1,0.002429813,0.898506522,0,1,1,1,1,1,0.002871435,0.854514718,0,1,1,1,1,1,0.00786264,0.897833586,0.724262929,0.724349482,0.72429078
-5052,1,0.1451,1,1,1,1,1,1,1,1,0.057,0.1451,0.6077,1,0.2007,1,1,1,1,1,1,0.0048,0.2007,0.6107,1,0.5101,1,1,1,0.0007,0.5101,0.5879,1,1,1,1,1,0.023022356,0.853422284,0.062501624,1,1,1,1,1,0.012987654,0.825059712,0.007581153,1,1,1,1,1,0.00919114,0.827724934,0.742266796,0.742331288,0.742464539
-5053,1,0.1449,1,1,1,1,1,1,1,1,0.0394,0.1449,0.6255,1,0.2006,1,1,1,1,1,1,0.0393,0.2006,0.635,1,0.5099,1,1,1,0.0079,0.5099,0.6294,1,1,1,1,1,0.00606587,0.879794538,0.012417492,1,1,1,1,1,0.026892424,0.87692523,0.012503928,1,1,1,1,1,0.018922158,0.861542642,0.762143548,0.762217051,0.762411348
-5054,1,0.1448,1,1,1,1,1,1,1,1,0.0549,0.1448,0.584,1,0.2005,1,1,1,1,1,1,0.0072,0.2005,0.6011,1,0.5098,1,1,1,0.0364,0.5098,0.5815,1,1,1,1,1,0.022713542,0.805331826,0.002281686,1,1,1,1,1,0.019087818,0.871758938,0.016798168,1,1,1,1,1,0.044150669,0.8518942,0.775012083,0.775121642,0.775265957
-5055,1,0.1447,1,1,1,1,1,1,1,1,0.096,0.1447,0.4761,1,0.2004,1,1,1,1,1,1,0.0092,0.2004,0.5084,1,0.5096,1,1,1,0.0748,0.5096,0.4653,1,1,1,1,1,0.05813643,0.797433376,0.002159626,1,1,1,1,1,0.025647491,0.843530536,0,1,1,1,1,1,0.110258639,0.783786058,0.782201547,0.782314364,0.782801418
-5056,1,0.1445,1,1,1,1,1,1,1,1,0.1858,0.1445,0.3395,1,0.2003,1,1,1,1,1,1,0.0145,0.2003,0.3821,1,0.5094,1,1,1,0.1496,0.5094,0.3204,1,1,1,1,1,0.115620852,0.763544381,0.000863487,1,1,1,1,1,0.0305652,0.802785814,0,1,1,1,1,1,0.255804598,0.741935492,0.788303528,0.788449334,0.78856383
-5057,1,0.1444,1,1,1,1,1,1,1,1,0.1698,0.1444,0.168,1,0.2002,1,1,1,1,1,1,0.0265,0.2002,0.2194,1,0.5093,1,1,1,0.1903,0.5093,0.1469,1,1,1,1,1,0.111024849,0.681785107,0.002296204,1,1,1,1,1,0.054737903,0.697857201,0,1,1,1,1,1,0.229029477,0.62893939,0.783893185,0.783795219,0.784131206
-5058,1,0.1443,1,1,1,1,1,1,1,1,0.1601,0.1443,0.0586,1,0.2001,1,1,1,1,1,1,0.0522,0.2001,0.0915,1,0.5091,1,1,1,0.2388,0.5091,0.0512,1,1,1,1,1,0.150710434,0.431306392,0.013319594,1,1,1,1,1,0.093738839,0.447823852,0,1,1,1,1,1,0.428741276,0.354201168,0.762928951,0.762851703,0.763297872
-5059,1,0.1441,1,1,1,1,1,1,1,1,0.0452,0.1441,0,1,0.2,1,1,1,1,1,1,0.0607,0.2,0,1,0.5089,1,1,1,0.0047,0.5089,0,1,1,1,1,1,0.022967177,0,0.008663013,1,1,1,1,1,0.056786023,0,0.129303664,1,1,1,1,1,0.002968501,0,0.734473175,0.734503914,0.734485816
-5060,1,0.144,1,1,1,1,1,1,1,1,0.0247,0.144,0,1,0.1999,1,1,1,1,1,1,0.0491,0.1999,0,1,0.5088,1,1,1,0.0089,0.5088,0,1,1,1,1,1,0.01622523,0,0.041881327,1,1,1,1,1,0.046015333,0,0.190009683,1,1,1,1,1,0.001798895,0,0.727706622,0.727734292,0.727836879
-5061,1,0.1439,1,1,1,1,1,1,1,1,0.1295,0.1439,0,1,0.1998,1,1,1,1,1,1,0.1059,0.1998,0,1,0.5086,1,1,1,0.1427,0.5086,0,1,1,1,1,1,0.151130855,0,0.105958581,1,1,1,1,1,0.12655279,0,0.016958378,1,1,1,1,1,0.25828594,0,0.694417593,0.694520838,0.694592199
-5062,1,0.1437,1,1,1,1,1,1,1,1,0.0856,0.1437,0,1,0.1997,1,1,1,1,1,1,0.0402,0.1997,0,1,0.5084,1,1,1,0.1061,0.5084,0,1,1,1,1,1,0.105697438,0,0.115842223,1,1,1,1,1,0.056476753,0,0.019089006,1,1,1,1,1,0.239348143,0,0.626147898,0.626189972,0.626329787
-5063,1,0.1436,1,1,1,1,1,1,1,1,0.1058,0.1436,0,1,0.1996,1,1,1,1,1,1,0.0376,0.1996,0,1,0.5083,1,1,1,0.105,0.5083,0,1,1,1,1,1,0.157893077,0,0.062783882,1,1,1,1,1,0.049083069,0,0.008295288,1,1,1,1,1,0.210482791,0,0.558965684,0.558916861,0.558953901
-5064,1,0.1435,1,1,1,1,1,1,1,1,0.0894,0.1435,0,1,0.1995,1,1,1,1,1,1,0.061,0.1995,0,1,0.5081,1,1,1,0.1314,0.5081,0,1,1,1,1,1,0.121989697,0,0.071597286,1,1,1,1,1,0.05584668,0,0.022780105,1,1,1,1,1,0.229862139,0,0.510149831,0.510260207,0.510638298
-5065,1,0.1433,1,1,1,1,1,1,1,1,0.069,0.1433,0,1,0.1994,1,1,1,1,1,1,0.0494,0.1994,0,1,0.5079,1,1,1,0.1381,0.5079,0,1,1,1,1,1,0.086370833,0,0.062523901,1,1,1,1,1,0.06284716,0,0.021092933,1,1,1,1,1,0.244065851,0,0.479881585,0.479796911,0.480053191
-5066,1,0.1432,1,1,1,1,1,1,1,1,0.0421,0.1432,0,1,0.1993,1,1,1,1,1,1,0.0302,0.1993,0,1,0.5078,1,1,1,0.1364,0.5078,0,1,1,1,1,1,0.055079069,0,0.063589878,1,1,1,1,1,0.047760159,0,0.080997132,1,1,1,1,1,0.288150966,0,0.461938134,0.461815105,0.461879433
-5067,1,0.1431,1,1,1,1,1,1,1,1,0.0573,0.1431,0,1,0.1992,1,1,1,1,1,1,0.0391,0.1992,0,1,0.5076,1,1,1,0.1338,0.5076,0,1,1,1,1,1,0.081626385,0,0.047314398,1,1,1,1,1,0.055187594,0,0.056404978,1,1,1,1,1,0.307797253,0,0.452936201,0.452929977,0.453014184
-5068,1,0.1429,1,1,1,1,1,1,1,1,0.0501,0.1429,0,1,0.1992,1,1,1,1,1,1,0.0121,0.1992,0,1,0.5074,1,1,1,0.1155,0.5074,0,1,1,1,1,1,0.085024893,0,0.006884417,1,1,1,1,1,0.032553703,0,0.007557592,1,1,1,1,1,0.297397137,0,0.45837361,0.458430294,0.458333333
-5069,1,0.1428,1,1,1,1,1,1,1,1,0.0417,0.1428,0,1,0.1991,1,1,1,1,1,1,0.0237,0.1991,0,1,0.5073,1,1,1,0.0896,0.5073,0.0071,1,1,1,1,1,0.067074545,0.005700601,0.000363545,1,1,1,1,1,0.038894404,0,0,1,1,1,1,1,0.225422978,0.147618383,0.483687772,0.483816374,0.483599291
-5070,1,0.1427,1,1,1,1,1,1,1,1,0.0406,0.1427,0.078,1,0.199,1,1,1,1,1,1,0,0.199,0.0684,1,0.5071,1,1,1,0.0597,0.5071,0.0689,1,1,1,1,1,0.08501289,0.297614872,0.003372176,1,1,1,1,1,0.015080798,0.204011172,0,1,1,1,1,1,0.1872949,0.534214973,0.533832769,0.533742331,0.533687943
-5071,1,0.1425,1,1,1,1,1,1,1,1,0.0059,0.1425,0.1981,1,0.1989,1,1,1,1,1,1,0,0.1989,0.2084,1,0.5069,1,1,1,0.0498,0.5069,0.21,1,1,1,1,1,0.009664503,0.51723206,0.050063659,1,1,1,1,1,0.003296833,0.489236116,0.088157862,1,1,1,1,1,0.117109321,0.755819499,0.596302562,0.596361329,0.596631206
-5072,1,0.1424,1,1,1,1,1,1,1,1,0.0017,0.1424,0.3184,1,0.1988,1,1,1,1,1,1,0.0077,0.1988,0.3294,1,0.5068,1,1,1,0.0327,0.5068,0.3768,1,1,1,1,1,0.005428661,0.595659673,0.12678875,1,1,1,1,1,0.008800596,0.613827229,0.135825932,1,1,1,1,1,0.060178876,0.837224662,0.640889319,0.640786968,0.640957447
-5073,1,0.1423,1,1,1,1,1,1,1,1,0.008,0.1423,0.4295,1,0.1987,1,1,1,1,1,1,0.0126,0.1987,0.4428,1,0.5066,1,1,1,0.069,0.5066,0.5119,1,1,1,1,1,0.011832649,0.703888178,0.240806937,1,1,1,1,1,0.01555074,0.675319314,0.163486391,1,1,1,1,1,0.13457121,0.857886374,0.672728371,0.672731119,0.67287234
-5074,1,0.1421,1,1,1,1,1,1,1,1,0.0323,0.1421,0.5029,1,0.1986,1,1,1,1,1,1,0.0695,0.1986,0.5,1,0.5064,1,1,1,0.0836,0.5064,0.6086,1,1,1,1,1,0.039269716,0.782315075,0.332892299,1,1,1,1,1,0.071022578,0.715933025,0.263014138,1,1,1,1,1,0.08217147,0.87527132,0.700277912,0.700444256,0.70035461
-5075,1,0.142,1,1,1,1,1,1,1,1,0.063,0.142,0.5136,1,0.1985,1,1,1,1,1,1,0.0924,0.1985,0.4964,1,0.5063,1,1,1,0.1778,0.5063,0.6377,1,1,1,1,1,0.070254892,0.815530896,0.517871022,1,1,1,1,1,0.084203228,0.695111036,0.201307341,1,1,1,1,1,0.174124837,0.86837852,0.717194297,0.71736831,0.717641844
-5076,1,0.1419,1,1,1,1,1,1,1,1,0.0794,0.1419,0.5054,1,0.1984,1,1,1,1,1,1,0.0943,0.1984,0.4662,1,0.5061,1,1,1,0.2392,0.5061,0.6434,1,1,1,1,1,0.103844516,0.750395536,0.559189439,1,1,1,1,1,0.107111625,0.681191266,0.179222241,1,1,1,1,1,0.183451787,0.819962442,0.727042049,0.72709964,0.727393617
-5077,1,0.1417,1,1,1,1,1,1,1,1,0.0706,0.1417,0.4654,1,0.1983,1,1,1,1,1,1,0.0868,0.1983,0.4529,1,0.5059,1,1,1,0.3126,0.5059,0.6483,1,1,1,1,1,0.079616793,0.68530792,0.523985147,1,1,1,1,1,0.086829863,0.624842763,0.173315704,1,1,1,1,1,0.232415155,0.772307813,0.738037699,0.738100275,0.738475177
-5078,1,0.1416,1,1,1,1,1,1,1,1,0.0599,0.1416,0.3574,1,0.1982,1,1,1,1,1,1,0.0255,0.1982,0.3612,1,0.5058,1,1,1,0.3643,0.5058,0.5868,1,1,1,1,1,0.070643783,0.55040139,0.401850343,1,1,1,1,1,0.03636989,0.511814415,0.034700003,1,1,1,1,1,0.308341652,0.666417122,0.738158531,0.738311826,0.738475177
-5079,1,0.1415,1,1,1,1,1,1,1,1,0.0968,0.1415,0.2901,1,0.1981,1,1,1,1,1,1,0.0176,0.1981,0.2925,1,0.5056,1,1,1,0.412,0.5056,0.4739,1,1,1,1,1,0.083732612,0.40975219,0.542008042,1,1,1,1,1,0.018455712,0.451868504,0.034059163,1,1,1,1,1,0.528127968,0.62745589,0.730364911,0.730484451,0.730496454
-5080,1,0.1413,1,1,1,1,1,1,1,1,0.0743,0.1413,0.1878,1,0.198,1,1,1,1,1,1,0.0073,0.198,0.2143,1,0.5054,1,1,1,0.3848,0.5054,0.3168,1,1,1,1,1,0.087176055,0.293204784,0.532647371,1,1,1,1,1,0.007658152,0.378451794,0.125816226,1,1,1,1,1,0.453720301,0.677511513,0.722812953,0.722868627,0.722960993
-5081,1,0.1412,1,1,1,1,1,1,1,1,0.0477,0.1412,0.0768,1,0.1979,1,1,1,1,1,1,0.0093,0.1979,0.1306,1,0.5053,1,1,1,0.4928,0.5053,0.1457,1,1,1,1,1,0.108627126,0.156168059,0.153137118,1,1,1,1,1,0.014025279,0.312374681,0.460122794,1,1,1,1,1,0.6170789,0.324155748,0.71477767,0.714829702,0.71498227
-5082,1,0.1411,1,1,1,1,1,1,1,1,0.0963,0.1411,0.005,1,0.1978,1,1,1,1,1,1,0,0.1978,0.038,1,0.5051,1,1,1,0.3902,0.5051,0.049,1,1,1,1,1,0.12583442,0.008683183,0.104900651,1,1,1,1,1,0.000561502,0.174553752,0.238817543,1,1,1,1,1,0.429712802,0.062938876,0.701727888,0.70171356,0.70212766
-5083,1,0.1409,1,1,1,1,1,1,1,1,0.0976,0.1409,0,1,0.1977,1,1,1,1,1,1,0,0.1977,0,1,0.5049,1,1,1,0.2855,0.5049,0,1,1,1,1,1,0.048357926,0,0.093298458,1,1,1,1,1,0.000253321,0,0.152920946,1,1,1,1,1,0.496359825,0,0.691880135,0.69198223,0.691932624
-5084,1,0.1408,1,1,1,1,1,1,1,1,0.0271,0.1408,0,1,0.1976,1,1,1,1,1,1,0,0.1976,0,1,0.5048,1,1,1,0.3208,0.5048,0,1,1,1,1,1,0.010211765,0,0.141792655,1,1,1,1,1,0.001588382,0,0.052405503,1,1,1,1,1,0.484939694,0,0.69641131,0.696424794,0.696365248
-5085,1,0.1407,1,1,1,1,1,1,1,1,0.0104,0.1407,0,1,0.1975,1,1,1,1,1,1,0,0.1975,0,1,0.5046,1,1,1,0.2125,0.5046,0,1,1,1,1,1,0.008361611,0,0.09790536,1,1,1,1,1,0.002117226,0,0.091463879,1,1,1,1,1,0.323495626,0,0.665236829,0.665326846,0.665336879
-5086,1,0.1405,1,1,1,1,1,1,1,1,0.0152,0.1405,0,1,0.1974,1,1,1,1,1,1,0,0.1974,0,1,0.5044,1,1,1,0.1682,0.5044,0,1,1,1,1,1,0.011755069,0,0.032598659,1,1,1,1,1,0.00792115,0,0,1,1,1,1,1,0.311031073,0,0.607116965,0.607150413,0.607269504
-5087,1,0.1404,1,1,1,1,1,1,1,1,0.0172,0.1404,0,1,0.1973,1,1,1,1,1,1,0,0.1973,0,1,0.5043,1,1,1,0.1147,0.5043,0,1,1,1,1,1,0.028959088,0,0.000126581,1,1,1,1,1,0.011633929,0,0,1,1,1,1,1,0.229129672,0,0.55038666,0.550454834,0.550531915
-5088,1,0.1403,1,1,1,1,1,1,1,1,0.0605,0.1403,0,1,0.1972,1,1,1,1,1,1,0.0263,0.1972,0,1,0.5041,1,1,1,0.1027,0.5041,0,1,1,1,1,1,0.021814404,0,0.007088163,1,1,1,1,1,0.037250362,0,0.002408115,1,1,1,1,1,0.241038352,0,0.507612373,0.507721599,0.507535461
-5089,1,0.1401,1,1,1,1,1,1,1,1,0.0577,0.1401,0,1,0.1971,1,1,1,1,1,1,0.0024,0.1971,0,1,0.5039,1,1,1,0.0899,0.5039,0,1,1,1,1,1,0.019766944,0,0.100273065,1,1,1,1,1,0.026913829,0,0.064705759,1,1,1,1,1,0.209650427,0,0.480727405,0.480643114,0.480939716
-5090,1,0.14,1,1,1,1,1,1,1,1,0.0244,0.14,0,1,0.197,1,1,1,1,1,1,0.0694,0.197,0,1,0.5038,1,1,1,0.0906,0.5038,0,1,1,1,1,1,0.007214265,0,0.289493322,1,1,1,1,1,0.066001892,0,0.061758116,1,1,1,1,1,0.203536347,0,0.464354761,0.464353713,0.464095745
-5091,1,0.1399,1,1,1,1,1,1,1,1,0.0125,0.1399,0,1,0.1969,1,1,1,1,1,1,0.0615,0.1969,0,1,0.5036,1,1,1,0.0903,0.5036,0,1,1,1,1,1,0.002826912,0,0.479667306,1,1,1,1,1,0.052053183,0,0.026986124,1,1,1,1,1,0.221379578,0,0.457527791,0.457584091,0.457890071
-5092,1,0.1397,1,1,1,1,1,1,1,1,0.0264,0.1397,0,1,0.1968,1,1,1,1,1,1,0.0569,0.1968,0,1,0.5034,1,1,1,0.0603,0.5034,0,1,1,1,1,1,0.011602681,0,0.426034003,1,1,1,1,1,0.07884559,0,0.12268953,1,1,1,1,1,0.113296591,0,0.464596423,0.464776814,0.464539007
-5093,1,0.1396,1,1,1,1,1,1,1,1,0.0219,0.1396,0,1,0.1967,1,1,1,1,1,1,0.0643,0.1967,0,1,0.5033,1,1,1,0.0548,0.5033,0.004,1,1,1,1,1,0.005982551,0,0.437380075,1,1,1,1,1,0.070066795,0,0.215817019,1,1,1,1,1,0.052883655,0,0.49359594,0.493759255,0.493794326
-5094,1,0.1395,1,1,1,1,1,1,1,1,0.0127,0.1395,0.071,1,0.1966,1,1,1,1,1,1,0.0727,0.1966,0.0808,1,0.5031,1,1,1,0.0322,0.5031,0.037,1,1,1,1,1,0.002974855,0.323786318,0.35451138,1,1,1,1,1,0.088628113,0.271279633,0.164246857,1,1,1,1,1,0.056927424,0.199324489,0.54579507,0.545800719,0.546099291
-5095,1,0.1393,1,1,1,1,1,1,1,1,0.0025,0.1393,0.2055,1,0.1966,1,1,1,1,1,1,0.031,0.1966,0.2048,1,0.5029,1,1,1,0.0176,0.5029,0.1598,1,1,1,1,1,0.000716278,0.464782834,0.106596522,1,1,1,1,1,0.045421109,0.339563668,0.035242934,1,1,1,1,1,0.055666286,0.519678175,0.610258579,0.610323673,0.61037234
-5096,1,0.1392,1,1,1,1,1,1,1,1,0.0075,0.1392,0.3566,1,0.1965,1,1,1,1,1,1,0.0075,0.1965,0.3516,1,0.5028,1,1,1,0.0107,0.5028,0.2954,1,1,1,1,1,0.001548537,0.717349946,0.010911985,1,1,1,1,1,0.008169375,0.629225135,0.043897644,1,1,1,1,1,0.020572022,0.711720586,0.658107782,0.658134123,0.658244681
-5097,1,0.1391,1,1,1,1,1,1,1,1,0.0134,0.1391,0.4565,1,0.1964,1,1,1,1,1,1,0.0041,0.1964,0.4262,1,0.5026,1,1,1,0.0286,0.5026,0.4209,1,1,1,1,1,0.002069994,0.70511812,0.015961763,1,1,1,1,1,0.009247922,0.621475041,0.073929578,1,1,1,1,1,0.023989815,0.783063889,0.697680039,0.697694098,0.698138298
-5098,1,0.1389,1,1,1,1,1,1,1,1,0.0309,0.1389,0.5028,1,0.1963,1,1,1,1,1,1,0.0129,0.1963,0.4966,1,0.5024,1,1,1,0.0149,0.5024,0.4821,1,1,1,1,1,0.013590019,0.68885833,0.003459241,1,1,1,1,1,0.02102009,0.693815649,0.140142411,1,1,1,1,1,0.0170155,0.787337959,0.732721121,0.732811508,0.732712766
-5099,1,0.1388,1,1,1,1,1,1,1,1,0.0131,0.1388,0.5223,1,0.1962,1,1,1,1,1,1,0.012,0.1962,0.4919,1,0.5023,1,1,1,0.0176,0.5023,0.5387,1,1,1,1,1,0.00512998,0.670656443,0.038107917,1,1,1,1,1,0.038149688,0.72903192,0.093871988,1,1,1,1,1,0.008930256,0.777943194,0.758397777,0.758409139,0.758421986
-5100,1,0.1387,1,1,1,1,1,1,1,1,0.0869,0.1387,0.5359,1,0.1961,1,1,1,1,1,1,0.0106,0.1961,0.5043,1,0.5021,1,1,1,0.0153,0.5021,0.5558,1,1,1,1,1,0.01706226,0.738003075,0.040680289,1,1,1,1,1,0.03291462,0.739450276,0.119786918,1,1,1,1,1,0.007906815,0.783242822,0.777730788,0.77766025,0.777925532
-5101,1,0.1385,1,1,1,1,1,1,1,1,0.0998,0.1385,0.507,1,0.196,1,1,1,1,1,1,0.0256,0.196,0.4904,1,0.5019,1,1,1,0.0094,0.5019,0.5461,1,1,1,1,1,0.019608472,0.699006975,0.091485433,1,1,1,1,1,0.033961114,0.703294218,0.188274354,1,1,1,1,1,0.026298141,0.761169791,0.79482842,0.794795854,0.795212766
-5102,1,0.1384,1,1,1,1,1,1,1,1,0.1883,0.1384,0.4455,1,0.1959,1,1,1,1,1,1,0.1579,0.1959,0.4355,1,0.5018,1,1,1,0.003,0.5018,0.5412,1,1,1,1,1,0.039567307,0.667062521,0.112619042,1,1,1,1,1,0.161377758,0.610863626,0.287209183,1,1,1,1,1,0.015829006,0.708228528,0.800628323,0.800719272,0.800975177
-5103,1,0.1383,1,1,1,1,1,1,1,1,0.1725,0.1383,0.3584,1,0.1958,1,1,1,1,1,1,0.1537,0.1958,0.3301,1,0.5016,1,1,1,0.018,0.5016,0.4181,1,1,1,1,1,0.036993459,0.591022789,0.03049466,1,1,1,1,1,0.147900328,0.413252354,0.143834561,1,1,1,1,1,0.028098227,0.603409171,0.793076365,0.793103448,0.793439716
-5104,1,0.1381,1,1,1,1,1,1,1,1,0.1481,0.1381,0.2457,1,0.1957,1,1,1,1,1,1,0.2174,0.1957,0.2432,1,0.5014,1,1,1,0.0146,0.5014,0.2893,1,1,1,1,1,0.047337104,0.394501925,0.018282859,1,1,1,1,1,0.217670441,0.311127633,0.102488488,1,1,1,1,1,0.057389487,0.409986794,0.786491058,0.786756928,0.78679078
-5105,1,0.138,1,1,1,1,1,1,1,1,0.1227,0.138,0.1507,1,0.1956,1,1,1,1,1,1,0.1071,0.1956,0.1657,1,0.5013,1,1,1,0.0129,0.5013,0.1472,1,1,1,1,1,0.162697986,0.306519598,0.004503134,1,1,1,1,1,0.098021932,0.250027865,0.055904716,1,1,1,1,1,0.072165608,0.254924059,0.7770058,0.777025598,0.777039007
-5106,1,0.1379,1,1,1,1,1,1,1,1,0.1279,0.1379,0.0369,1,0.1955,1,1,1,1,1,1,0.0477,0.1955,0.0175,1,0.5011,1,1,1,0.0387,0.5011,0.0429,1,1,1,1,1,0.153376669,0.07622464,0.019624762,1,1,1,1,1,0.054710064,0.030237189,0.045710213,1,1,1,1,1,0.148361564,0.049714174,0.759243596,0.759255342,0.759751773
-5107,1,0.1377,1,1,1,1,1,1,1,1,0.154,0.1377,0,1,0.1954,1,1,1,1,1,1,0.0273,0.1954,0,1,0.5009,1,1,1,0.1246,0.5009,0,1,1,1,1,1,0.166220337,0,0.075296804,1,1,1,1,1,0.033588395,0,0.239812851,1,1,1,1,1,0.302441388,0,0.74262929,0.74275439,0.742907801
-5108,1,0.1376,1,1,1,1,1,1,1,1,0.0998,0.1376,0,1,0.1953,1,1,1,1,1,1,0.0103,0.1953,0,1,0.5008,1,1,1,0.1535,0.5008,0,1,1,1,1,1,0.113067359,0,0.097483784,1,1,1,1,1,0.019478284,0,0.187153399,1,1,1,1,1,0.228019297,0,0.743837603,0.743812143,0.744237589
-5109,1,0.1375,1,1,1,1,1,1,1,1,0.0854,0.1375,0,1,0.1952,1,1,1,1,1,1,0.0405,0.1952,0,1,0.5006,1,1,1,0.117,0.5006,0,1,1,1,1,1,0.08947479,0,0.101159915,1,1,1,1,1,0.06296365,0,0.150975659,1,1,1,1,1,0.258001417,0,0.714475592,0.714618151,0.71498227
-5110,1,0.1373,1,1,1,1,1,1,1,1,0.0697,0.1373,0,1,0.1951,1,1,1,1,1,1,0.0427,0.1951,0,1,0.5004,1,1,1,0.1156,0.5004,0,1,1,1,1,1,0.081894979,0,0.108981304,1,1,1,1,1,0.049790312,0,0.063368067,1,1,1,1,1,0.277277976,0,0.650374577,0.650306748,0.650265957
-5111,1,0.1372,1,1,1,1,1,1,1,1,0.0973,0.1372,0,1,0.195,1,1,1,1,1,1,0.0804,0.195,0,1,0.5003,1,1,1,0.0426,0.5003,0,1,1,1,1,1,0.11782752,0,0.08197622,1,1,1,1,1,0.096740395,0,0.060892146,1,1,1,1,1,0.078796782,0,0.586756887,0.586629998,0.586879433
-5112,1,0.1371,1,1,1,1,1,1,1,1,0.0657,0.1371,0,1,0.1949,1,1,1,1,1,1,0.0914,0.1949,0,1,0.5001,1,1,1,0.0297,0.5001,0,1,1,1,1,1,0.083958223,0,0.040084701,1,1,1,1,1,0.092124403,0,0.008591101,1,1,1,1,1,0.061899729,0,0.541143064,0.541146605,0.541223404
-5113,1,0.1369,1,1,1,1,1,1,1,1,0.0548,0.1369,0,1,0.1948,1,1,1,1,1,1,0.1213,0.1948,0,1,0.4999,1,1,1,0.0463,0.4999,0,1,1,1,1,1,0.108865887,0,0.030354485,1,1,1,1,1,0.112372331,0,0,1,1,1,1,1,0.067583628,0,0.511841469,0.511741062,0.511968085
-5114,1,0.1368,1,1,1,1,1,1,1,1,0.0179,0.1368,0,1,0.1947,1,1,1,1,1,1,0.1166,0.1947,0,1,0.4998,1,1,1,0.0346,0.4998,0,1,1,1,1,1,0.04894466,0,0.037336156,1,1,1,1,1,0.109213442,0,0,1,1,1,1,1,0.05948092,0,0.493293862,0.493336154,0.493351064
-5115,1,0.1367,1,1,1,1,1,1,1,1,0.0199,0.1367,0,1,0.1946,1,1,1,1,1,1,0.176,0.1946,0,1,0.4996,1,1,1,0.0386,0.4996,0,1,1,1,1,1,0.045376133,0,0.046888236,1,1,1,1,1,0.17973043,0,0,1,1,1,1,1,0.046099778,0,0.487071049,0.486989634,0.48714539
-5116,1,0.1365,1,1,1,1,1,1,1,1,0.0156,0.1365,0,1,0.1945,1,1,1,1,1,1,0.1472,0.1945,0,1,0.4994,1,1,1,0.0499,0.4994,0,1,1,1,1,1,0.032603193,0,0.098775104,1,1,1,1,1,0.156007618,0,0,1,1,1,1,1,0.075335465,0,0.493293862,0.493336154,0.493351064
-5117,1,0.1364,1,1,1,1,1,1,1,1,0.0078,0.1364,0,1,0.1944,1,1,1,1,1,1,0.092,0.1944,0,1,0.4993,1,1,1,0.0237,0.4993,0,1,1,1,1,1,0.014137963,0,0.062824622,1,1,1,1,1,0.092215039,0,0,1,1,1,1,1,0.05722598,0,0.522353794,0.522318595,0.522606383
-5118,1,0.1363,1,1,1,1,1,1,1,1,0.0043,0.1363,0.0634,1,0.1943,1,1,1,1,1,1,0.0498,0.1943,0.0673,1,0.4991,1,1,1,0.0237,0.4991,0.0301,1,1,1,1,1,0.004517946,0.170679227,0.009091987,1,1,1,1,1,0.055293337,0.35213542,0,1,1,1,1,1,0.032922305,0.100804798,0.575277912,0.575417813,0.57535461
-5119,1,0.1361,1,1,1,1,1,1,1,1,0.001,0.1361,0.1998,1,0.1942,1,1,1,1,1,1,0.0014,0.1942,0.2118,1,0.4989,1,1,1,0.0178,0.4989,0.1622,1,1,1,1,1,0.006706002,0.537890613,0.000622514,1,1,1,1,1,0.003556494,0.607221067,0.004452618,1,1,1,1,1,0.030770306,0.383561552,0.642641373,0.642690924,0.642730496
-5120,1,0.136,1,1,1,1,1,1,1,1,0.0007,0.136,0.3594,1,0.1941,1,1,1,1,1,1,0,0.1941,0.3812,1,0.4988,1,1,1,0.0185,0.4988,0.2988,1,1,1,1,1,0.000506182,0.729301274,0.000688818,1,1,1,1,1,0,0.765196323,0,1,1,1,1,1,0.021593651,0.549306273,0.69737796,0.697482547,0.697695035
-5121,1,0.1359,1,1,1,1,1,1,1,1,0.0029,0.1359,0.4807,1,0.194,1,1,1,1,1,1,0,0.194,0.5091,1,0.4986,1,1,1,0.0083,0.4986,0.4474,1,1,1,1,1,0.000604596,0.801917136,0.000273266,1,1,1,1,1,0.002091576,0.847889006,0.004664136,1,1,1,1,1,0.010557109,0.671550989,0.746314645,0.746350751,0.746453901
-5122,1,0.1357,1,1,1,1,1,1,1,1,0.0122,0.1357,0.5724,1,0.1939,1,1,1,1,1,1,0.0022,0.1939,0.5982,1,0.4984,1,1,1,0.0105,0.4984,0.4972,1,1,1,1,1,0.002989506,0.835422397,0.001955621,1,1,1,1,1,0.003481455,0.874279141,0.000350785,1,1,1,1,1,0.016431523,0.677011251,0.792472209,0.792680347,0.792996454
-5123,1,0.1356,1,1,1,1,1,1,1,1,0.0534,0.1356,0.5843,1,0.1939,1,1,1,1,1,1,0.0325,0.1939,0.6102,1,0.4983,1,1,1,0.013,0.4983,0.531,1,1,1,1,1,0.017047171,0.841004908,0.00091816,1,1,1,1,1,0.023038022,0.884586394,0,1,1,1,1,1,0.023697434,0.761873126,0.828479942,0.82864396,0.828900709
-5124,1,0.1355,1,1,1,1,1,1,1,1,0.1063,0.1355,0.6006,1,0.1938,1,1,1,1,1,1,0.0188,0.1938,0.6215,1,0.4981,1,1,1,0.0656,0.4981,0.5805,1,1,1,1,1,0.038218047,0.85491538,0.007513322,1,1,1,1,1,0.018217854,0.894922853,0,1,1,1,1,1,0.05235447,0.806830406,0.853250362,0.853395388,0.853723404
-5125,1,0.1353,1,1,1,1,1,1,1,1,0.1067,0.1353,0.5989,1,0.1937,1,1,1,1,1,1,0.0206,0.1937,0.6195,1,0.4979,1,1,1,0.1015,0.4979,0.5816,1,1,1,1,1,0.027585343,0.844752491,0.000378386,1,1,1,1,1,0.022424636,0.889786005,0,1,1,1,1,1,0.108362071,0.803670347,0.877356211,0.877512164,0.877659574
-5126,1,0.1352,1,1,1,1,1,1,1,1,0.2451,0.1352,0.5624,1,0.1936,1,1,1,1,1,1,0.0298,0.1936,0.5816,1,0.4978,1,1,1,0.0963,0.4978,0.5593,1,1,1,1,1,0.053810012,0.82482338,0.042446651,1,1,1,1,1,0.039070334,0.872502744,0.079056293,1,1,1,1,1,0.075665265,0.75357461,0.8919768,0.89210916,0.892287234
-5127,1,0.1351,1,1,1,1,1,1,1,1,0.2258,0.1351,0.4613,1,0.1935,1,1,1,1,1,1,0.0735,0.1935,0.4955,1,0.4976,1,1,1,0.1002,0.4976,0.4593,1,1,1,1,1,0.063334569,0.797767639,0.108014666,1,1,1,1,1,0.08140292,0.853475034,0.20282802,1,1,1,1,1,0.134511814,0.709850371,0.901099565,0.901205839,0.901152482
-5128,1,0.1349,1,1,1,1,1,1,1,1,0.1746,0.1349,0.3293,1,0.1934,1,1,1,1,1,1,0.1909,0.1934,0.374,1,0.4974,1,1,1,0.0948,0.4974,0.3136,1,1,1,1,1,0.078976862,0.743472099,0.127460122,1,1,1,1,1,0.162277207,0.803611219,0.189487696,1,1,1,1,1,0.216381937,0.643525243,0.905449493,0.905436852,0.905585106
-5129,1,0.1348,1,1,1,1,1,1,1,1,0.2032,0.1348,0.1622,1,0.1933,1,1,1,1,1,1,0.2018,0.1933,0.2097,1,0.4973,1,1,1,0.0346,0.4973,0.1408,1,1,1,1,1,0.110812753,0.62010318,0.268454254,1,1,1,1,1,0.174158663,0.674103737,0.225365981,1,1,1,1,1,0.084037125,0.512430489,0.901159981,0.901205839,0.901152482
-5130,1,0.1347,1,1,1,1,1,1,1,1,0.1853,0.1347,0.0508,1,0.1932,1,1,1,1,1,1,0.0357,0.1932,0.0811,1,0.4971,1,1,1,0.0419,0.4971,0.0428,1,1,1,1,1,0.058354847,0.357661188,0.184134454,1,1,1,1,1,0.032201543,0.41434145,0.198445827,1,1,1,1,1,0.087010749,0.296369791,0.880920735,0.880896975,0.881205674
-5131,1,0.1345,1,1,1,1,1,1,1,1,0.1106,0.1345,0,1,0.1931,1,1,1,1,1,1,0.0215,0.1931,0,1,0.4969,1,1,1,0.0873,0.4969,0,1,1,1,1,1,0.04043524,0,0.19756043,1,1,1,1,1,0.026699787,0,0.214391381,1,1,1,1,1,0.148337722,0,0.8530087,0.852972287,0.853280142
-5132,1,0.1344,1,1,1,1,1,1,1,1,0.0808,0.1344,0,1,0.193,1,1,1,1,1,1,0.0381,0.193,0,1,0.4968,1,1,1,0.1512,0.4968,0,1,1,1,1,1,0.030131966,0,0.09632542,1,1,1,1,1,0.042177953,0,0.150295019,1,1,1,1,1,0.197707698,0,0.846121315,0.846202666,0.846187943
-5133,1,0.1343,1,1,1,1,1,1,1,1,0.1507,0.1343,0,1,0.1929,1,1,1,1,1,1,0.1244,0.1929,0,1,0.4966,1,1,1,0.1053,0.4966,0,1,1,1,1,1,0.069260187,0,0.297730386,1,1,1,1,1,0.162382141,0,0.458436906,1,1,1,1,1,0.155748263,0,0.810053166,0.810027502,0.810283688
-5134,1,0.1341,1,1,1,1,1,1,1,1,0.1583,0.1341,0,1,0.1928,1,1,1,1,1,1,0.1054,0.1928,0,1,0.4964,1,1,1,0.0709,0.4964,0,1,1,1,1,1,0.054527506,0,0.425433576,1,1,1,1,1,0.156250462,0,0.671729624,1,1,1,1,1,0.1259958,0,0.735621073,0.735561667,0.735815603
-5135,1,0.134,1,1,1,1,1,1,1,1,0.1287,0.134,0,1,0.1927,1,1,1,1,1,1,0.2165,0.1927,0,1,0.4963,1,1,1,0.0612,0.4963,0,1,1,1,1,1,0.049992196,0,0.250322551,1,1,1,1,1,0.213032931,0,0.641183019,1,1,1,1,1,0.092868246,0,0.663484775,0.66363444,0.66356383
-5136,1,0.1339,1,1,1,1,1,1,1,1,0.2432,0.1339,0,1,0.1926,1,1,1,1,1,1,0.3583,0.1926,0,1,0.4961,1,1,1,0.0424,0.4961,0,1,1,1,1,1,0.131186247,0,0.459563553,1,1,1,1,1,0.361949444,0,0.882573843,1,1,1,1,1,0.070348278,0,0.60578782,0.605669558,0.605939716
-5137,1,0.1337,1,1,1,1,1,1,1,1,0.2379,0.1337,0,1,0.1925,1,1,1,1,1,1,0.3362,0.1925,0,1,0.4959,1,1,1,0.0558,0.4959,0,1,1,1,1,1,0.135526821,0,0.657917798,1,1,1,1,1,0.33900547,0,0.660773575,1,1,1,1,1,0.112743109,0,0.568994683,0.568859742,0.569148936
-5138,1,0.1336,1,1,1,1,1,1,1,1,0.2607,0.1336,0,1,0.1924,1,1,1,1,1,1,0.4289,0.1924,0,1,0.4958,1,1,1,0.08,0.4958,0,1,1,1,1,1,0.154075444,0,0.908918262,1,1,1,1,1,0.46868977,0,0.724922299,1,1,1,1,1,0.212934658,0,0.543559691,0.543685213,0.543882979
-5139,1,0.1335,1,1,1,1,1,1,1,1,0.2497,0.1335,0,1,0.1923,1,1,1,1,1,1,0.2976,0.1923,0,1,0.4956,1,1,1,0.1075,0.4956,0,1,1,1,1,1,0.188555703,0,0.831959009,1,1,1,1,1,0.335599542,0,0.412070692,1,1,1,1,1,0.292637378,0,0.530570324,0.530569071,0.530585106
-5140,1,0.1333,1,1,1,1,1,1,1,1,0.2714,0.1333,0,1,0.1922,1,1,1,1,1,1,0.2,0.1922,0,1,0.4954,1,1,1,0.1338,0.4954,0,1,1,1,1,1,0.214494169,0,0.493155301,1,1,1,1,1,0.202353165,0,0.173866242,1,1,1,1,1,0.376315296,0,0.533107782,0.533107679,0.533244681
-5141,1,0.1332,1,1,1,1,1,1,1,1,0.1808,0.1332,0,1,0.1921,1,1,1,1,1,1,0.1831,0.1921,0,1,0.4953,1,1,1,0.1154,0.4953,0,1,1,1,1,1,0.171673387,0,0.148507774,1,1,1,1,1,0.183231696,0,0.192627758,1,1,1,1,1,0.364933252,0,0.558724021,0.55870531,0.558953901
-5142,1,0.1331,1,1,1,1,1,1,1,1,0.0733,0.1331,0.073,1,0.192,1,1,1,1,1,1,0.2247,0.192,0.0916,1,0.4951,1,1,1,0.0796,0.4951,0.0461,1,1,1,1,1,0.086211525,0.238923639,0.051250808,1,1,1,1,1,0.212271392,0.180614933,0.23682487,1,1,1,1,1,0.25420773,0.116009764,0.610258579,0.610323673,0.61037234
-5143,1,0.1329,1,1,1,1,1,1,1,1,0.0443,0.1329,0.2057,1,0.1919,1,1,1,1,1,1,0.0869,0.1919,0.2137,1,0.4949,1,1,1,0.0501,0.4949,0.1417,1,1,1,1,1,0.035984114,0.492270231,0.16185081,1,1,1,1,1,0.0896044,0.459405452,0.335194528,1,1,1,1,1,0.196875021,0.344070315,0.677742871,0.677808335,0.677748227
-5144,1,0.1328,1,1,1,1,1,1,1,1,0.0253,0.1328,0.3553,1,0.1918,1,1,1,1,1,1,0.0048,0.1918,0.3534,1,0.4948,1,1,1,0.0353,0.4948,0.272,1,1,1,1,1,0.005800121,0.667341352,0.09834969,1,1,1,1,1,0.005897969,0.625813723,0.173430115,1,1,1,1,1,0.1065282,0.596470356,0.738702272,0.738734927,0.73891844
-5145,1,0.1327,1,1,1,1,1,1,1,1,0.0411,0.1327,0.4562,1,0.1917,1,1,1,1,1,1,0.0331,0.1917,0.4531,1,0.4946,1,1,1,0.031,0.4946,0.418,1,1,1,1,1,0.015543066,0.754892945,0.151753694,1,1,1,1,1,0.023498252,0.723167181,0.27540186,1,1,1,1,1,0.075440824,0.701596618,0.793197197,0.793314999,0.793439716
-5146,1,0.1325,1,1,1,1,1,1,1,1,0.0729,0.1325,0.4998,1,0.1916,1,1,1,1,1,1,0.0087,0.1916,0.4717,1,0.4944,1,1,1,0.0344,0.4944,0.4944,1,1,1,1,1,0.025520489,0.743299365,0.271295071,1,1,1,1,1,0.014340438,0.72833544,0.104181163,1,1,1,1,1,0.064129248,0.764493465,0.845879652,0.845991115,0.846187943
-5147,1,0.1324,1,1,1,1,1,1,1,1,0.1185,0.1324,0.5687,1,0.1915,1,1,1,1,1,1,0.0433,0.1915,0.5288,1,0.4943,1,1,1,0.034,0.4943,0.5537,1,1,1,1,1,0.030732699,0.774692297,0.884080529,1,1,1,1,1,0.031045562,0.739137888,0.292012036,1,1,1,1,1,0.076103233,0.807950079,0.885029,0.885127988,0.885195035
-5148,1,0.1323,1,1,1,1,1,1,1,1,0.1569,0.1323,0.5299,1,0.1914,1,1,1,1,1,1,0,0.1914,0.5318,1,0.4941,1,1,1,0.0472,0.4941,0.5495,1,1,1,1,1,0.067182958,0.693577766,0.186999679,1,1,1,1,1,0.011207373,0.783515215,0.058626708,1,1,1,1,1,0.034454048,0.797937334,0.911974384,0.911994923,0.912234043
-5149,1,0.1321,1,1,1,1,1,1,1,1,0.2059,0.1321,0.5972,1,0.1913,1,1,1,1,1,1,0.0329,0.1913,0.603,1,0.4939,1,1,1,0.0895,0.4939,0.5487,1,1,1,1,1,0.042854853,0.818126917,0.717393041,1,1,1,1,1,0.029209845,0.854982853,0.374225914,1,1,1,1,1,0.199806526,0.831261396,0.935234413,0.935477047,0.93572695
-5150,1,0.132,1,1,1,1,1,1,1,1,0.2514,0.132,0.564,1,0.1913,1,1,1,1,1,1,0.034,0.1913,0.576,1,0.4938,1,1,1,0.1129,0.4938,0.5674,1,1,1,1,1,0.054405145,0.837983131,0.786887348,1,1,1,1,1,0.035430156,0.839870214,0.551747978,1,1,1,1,1,0.217814907,0.785872638,0.950821653,0.950920245,0.951241135
-5151,1,0.1319,1,1,1,1,1,1,1,1,0.2736,0.1319,0.4604,1,0.1912,1,1,1,1,1,1,0.0607,0.1912,0.4606,1,0.4936,1,1,1,0.1763,0.4936,0.4241,1,1,1,1,1,0.057463817,0.788900971,0.728908539,1,1,1,1,1,0.049772277,0.731709123,0.44773984,1,1,1,1,1,0.306676775,0.803121567,0.956379894,0.956420563,0.956560284
-5152,1,0.1317,1,1,1,1,1,1,1,1,0.3009,0.1317,0.3121,1,0.1911,1,1,1,1,1,1,0.0342,0.1911,0.3235,1,0.4934,1,1,1,0.2005,0.4934,0.2839,1,1,1,1,1,0.07588014,0.661004186,0.652342677,1,1,1,1,1,0.058639184,0.624274015,0.471013904,1,1,1,1,1,0.292834193,0.716519177,0.955896568,0.955785911,0.956117021
-5153,1,0.1316,1,1,1,1,1,1,1,1,0.2913,0.1316,0.1584,1,0.191,1,1,1,1,1,1,0.1264,0.191,0.1753,1,0.4933,1,1,1,0.1174,0.4933,0.1378,1,1,1,1,1,0.097384974,0.498830557,0.763492227,1,1,1,1,1,0.146925718,0.446406245,0.733988285,1,1,1,1,1,0.316684514,0.53914094,0.94320928,0.943304421,0.943262411
-5154,1,0.1315,1,1,1,1,1,1,1,1,0.2057,0.1315,0.0394,1,0.1909,1,1,1,1,1,1,0.0337,0.1909,0.0437,1,0.4931,1,1,1,0.1361,0.4931,0.0387,1,1,1,1,1,0.058597684,0.190193444,0.853695273,1,1,1,1,1,0.059492745,0.159547567,0.657703221,1,1,1,1,1,0.236634612,0.181229621,0.912699372,0.912629575,0.913120567
-5155,1,0.1313,1,1,1,1,1,1,1,1,0.1894,0.1313,0,1,0.1908,1,1,1,1,1,1,0.074,0.1908,0,1,0.4929,1,1,1,0.1555,0.4929,0,1,1,1,1,1,0.101024508,0,0.772127986,1,1,1,1,1,0.124168128,0,0.853610039,1,1,1,1,1,0.217186242,0,0.881947801,0.881954728,0.882092199
-5156,1,0.1312,1,1,1,1,1,1,1,1,0.265,0.1312,0,1,0.1907,1,1,1,1,1,1,0.1526,0.1907,0,1,0.4928,1,1,1,0.1607,0.4928,0,1,1,1,1,1,0.151871562,0,0.838119864,1,1,1,1,1,0.218889982,0,0.768890619,1,1,1,1,1,0.231796697,0,0.874697922,0.874762006,0.875
-5157,1,0.1311,1,1,1,1,1,1,1,1,0.1648,0.1311,0,1,0.1906,1,1,1,1,1,1,0.0413,0.1906,0,1,0.4926,1,1,1,0.1047,0.4926,0,1,1,1,1,1,0.128622204,0,0.590393066,1,1,1,1,1,0.075912774,0,0.527612329,1,1,1,1,1,0.211726025,0,0.841469309,0.841548551,0.841755319
-5158,1,0.1309,1,1,1,1,1,1,1,1,0.1908,0.1309,0,1,0.1905,1,1,1,1,1,1,0.0807,0.1905,0,1,0.4924,1,1,1,0.096,0.4924,0,1,1,1,1,1,0.206003129,0,0.526264787,1,1,1,1,1,0.105402194,0,0.755398452,1,1,1,1,1,0.181496456,0,0.773985017,0.773852338,0.774379433
-5159,1,0.1308,1,1,1,1,1,1,1,1,0.152,0.1308,0,1,0.1904,1,1,1,1,1,1,0.0935,0.1904,0,1,0.4923,1,1,1,0.0849,0.4923,0,1,1,1,1,1,0.169364899,0,0.89864248,1,1,1,1,1,0.10186936,0,0.816830397,1,1,1,1,1,0.134820789,0,0.702996617,0.702982864,0.703014184
-5160,1,0.1307,1,1,1,1,1,1,1,1,0.1929,0.1307,0,1,0.1903,1,1,1,1,1,1,0.1565,0.1903,0,1,0.4921,1,1,1,0.0693,0.4921,0,1,1,1,1,1,0.083956838,0,0.770700514,1,1,1,1,1,0.146931499,0,0.743093729,1,1,1,1,1,0.078402027,0,0.64058724,0.640575418,0.640957447
-5161,1,0.1305,1,1,1,1,1,1,1,1,0.164,0.1305,0,1,0.1902,1,1,1,1,1,1,0.2126,0.1902,0,1,0.4919,1,1,1,0.0631,0.4919,0,1,1,1,1,1,0.062984638,0,0.70276314,1,1,1,1,1,0.200408593,0,0.528657675,1,1,1,1,1,0.040657576,0,0.60119623,0.601226994,0.601507092
-5162,1,0.1304,1,1,1,1,1,1,1,1,0.1237,0.1304,0,1,0.1901,1,1,1,1,1,1,0.1354,0.1901,0,1,0.4918,1,1,1,0.0688,0.4918,0,1,1,1,1,1,0.05312657,0,0.717000842,1,1,1,1,1,0.130455732,0,0.420798182,1,1,1,1,1,0.030484982,0,0.572196713,0.572244553,0.572251773
-5163,1,0.1303,1,1,1,1,1,1,1,1,0.0901,0.1303,0,1,0.19,1,1,1,1,1,1,0.038,0.19,0,1,0.4916,1,1,1,0.0678,0.4916,0,1,1,1,1,1,0.044036344,0,0.472597569,1,1,1,1,1,0.052079417,0,0.307053685,1,1,1,1,1,0.027305795,0,0.553709522,0.553839645,0.554078014
-5164,1,0.1301,1,1,1,1,1,1,1,1,0.066,0.1301,0,1,0.1899,1,1,1,1,1,1,0,0.1899,0,1,0.4914,1,1,1,0.049,0.4914,0,1,1,1,1,1,0.027686397,0,0.437289894,1,1,1,1,1,0.012383644,0,0.362767577,1,1,1,1,1,0.019953769,0,0.545613823,0.545800719,0.545656028
-5165,1,0.13,1,1,1,1,1,1,1,1,0.0393,0.13,0,1,0.1898,1,1,1,1,1,1,0,0.1898,0,1,0.4913,1,1,1,0.0484,0.4913,0.0386,1,1,1,1,1,0.030210588,0,0.410743535,1,1,1,1,1,0.014618206,0,0.483973563,1,1,1,1,1,0.023268029,0.050742283,0.547909618,0.547916226,0.548315603
-5166,1,0.1299,1,1,1,1,1,1,1,1,0.0132,0.1299,0.0648,1,0.1897,1,1,1,1,1,1,0,0.1897,0.0818,1,0.4911,1,1,1,0.0253,0.4911,0.0627,1,1,1,1,1,0.031683791,0.387012094,0.294013143,1,1,1,1,1,0.002250811,0.336050153,0.254201591,1,1,1,1,1,0.036143027,0.489132762,0.56681972,0.566744235,0.566932624
-5167,1,0.1297,1,1,1,1,1,1,1,1,0.005,0.1297,0.204,1,0.1896,1,1,1,1,1,1,0,0.1896,0.2138,1,0.4909,1,1,1,0.002,0.4909,0.2091,1,1,1,1,1,0.015602085,0.600974381,0.271106422,1,1,1,1,1,0.000189644,0.558741748,0.317173332,1,1,1,1,1,0.010602539,0.714867711,0.61817303,0.618151047,0.618351064
-5168,1,0.1296,1,1,1,1,1,1,1,1,0.0118,0.1296,0.365,1,0.1895,1,1,1,1,1,1,0,0.1895,0.3722,1,0.4908,1,1,1,0,0.4908,0.3751,1,1,1,1,1,0.007348027,0.737439513,0.334121883,1,1,1,1,1,8.56E-05,0.72936666,0.239481166,1,1,1,1,1,0.000303371,0.813005567,0.68541566,0.685424159,0.68572695
-5169,1,0.1295,1,1,1,1,1,1,1,1,0.0129,0.1295,0.4921,1,0.1894,1,1,1,1,1,1,0,0.1894,0.4891,1,0.4906,1,1,1,0.0002,0.4906,0.518,1,1,1,1,1,0.004494684,0.810160756,0.373006701,1,1,1,1,1,0.00012003,0.803643763,0.26773116,1,1,1,1,1,0.000274908,0.838579237,0.74722088,0.747408504,0.747340426
-5170,1,0.1293,1,1,1,1,1,1,1,1,0.0323,0.1293,0.5866,1,0.1893,1,1,1,1,1,1,0,0.1893,0.5846,1,0.4904,1,1,1,0.002,0.4904,0.5811,1,1,1,1,1,0.009831929,0.846921384,0.433989704,1,1,1,1,1,0.001972323,0.842092395,0.370270193,1,1,1,1,1,0.00092622,0.828395009,0.801474142,0.801565475,0.801861702
-5171,1,0.1292,1,1,1,1,1,1,1,1,0.0527,0.1292,0.607,1,0.1892,1,1,1,1,1,1,0,0.1892,0.6077,1,0.4903,1,1,1,0.0038,0.4903,0.5978,1,1,1,1,1,0.02740493,0.85967797,0.262978673,1,1,1,1,1,0.005102769,0.846555829,0.096662566,1,1,1,1,1,0.001470044,0.83878684,0.841469309,0.841548551,0.841755319
-5172,1,0.1291,1,1,1,1,1,1,1,1,0.0778,0.1291,0.6048,1,0.1891,1,1,1,1,1,1,0.0463,0.1891,0.6073,1,0.4901,1,1,1,0.0043,0.4901,0.6098,1,1,1,1,1,0.060998131,0.857732952,0.170272142,1,1,1,1,1,0.054909628,0.844237387,0.005893194,1,1,1,1,1,0.002942922,0.853518307,0.866420976,0.86651153,0.866578014
-5173,1,0.1289,1,1,1,1,1,1,1,1,0.118,0.1289,0.5919,1,0.189,1,1,1,1,1,1,0.0727,0.189,0.6026,1,0.4899,1,1,1,0.013,0.4899,0.6265,1,1,1,1,1,0.078766428,0.828145146,0.192432344,1,1,1,1,1,0.077172875,0.843249202,0.000471204,1,1,1,1,1,0.026804768,0.847294748,0.881041566,0.881108525,0.881648936
-5174,1,0.1288,1,1,1,1,1,1,1,1,0.2084,0.1288,0.5448,1,0.1889,1,1,1,1,1,1,0.0906,0.1889,0.5793,1,0.4898,1,1,1,0.01,0.4898,0.5724,1,1,1,1,1,0.091154821,0.747994959,0.324849308,1,1,1,1,1,0.119279116,0.848549247,0.107228801,1,1,1,1,1,0.02202359,0.850930274,0.889378927,0.889570552,0.88962766
-5175,1,0.1287,1,1,1,1,1,1,1,1,0.2451,0.1287,0.4365,1,0.1888,1,1,1,1,1,1,0.0997,0.1888,0.4894,1,0.4896,1,1,1,0.0447,0.4896,0.4511,1,1,1,1,1,0.079439305,0.596574903,0.425601482,1,1,1,1,1,0.144051582,0.8342067,0.201081157,1,1,1,1,1,0.087361105,0.724295259,0.890164331,0.890205204,0.890514184
-5176,1,0.1285,1,1,1,1,1,1,1,1,0.2041,0.1285,0.2947,1,0.1887,1,1,1,1,1,1,0.1145,0.1887,0.3709,1,0.4894,1,1,1,0.0808,0.4894,0.3093,1,1,1,1,1,0.094118744,0.464770347,0.407422185,1,1,1,1,1,0.138431191,0.792092443,0.293141127,1,1,1,1,1,0.141869485,0.500935853,0.882551957,0.88258938,0.882978723
-5177,1,0.1284,1,1,1,1,1,1,1,1,0.109,0.1284,0.136,1,0.1887,1,1,1,1,1,1,0.0952,0.1887,0.2093,1,0.4893,1,1,1,0.1469,0.4893,0.1378,1,1,1,1,1,0.054658446,0.329033226,0.366182268,1,1,1,1,1,0.09149456,0.6506899,0.355802625,1,1,1,1,1,0.190298721,0.385877758,0.865998067,0.866088428,0.866134752
-5178,1,0.1283,1,1,1,1,1,1,1,1,0.118,0.1283,0.0379,1,0.1886,1,1,1,1,1,1,0.1313,0.1886,0.079,1,0.4891,1,1,1,0.2226,0.4891,0.0407,1,1,1,1,1,0.078144923,0.184893236,0.360838562,1,1,1,1,1,0.138462692,0.379793555,0.294172257,1,1,1,1,1,0.352818191,0.088682868,0.836756887,0.836682886,0.837322695
-5179,1,0.1281,1,1,1,1,1,1,1,1,0.0815,0.1281,0,1,0.1885,1,1,1,1,1,1,0.1365,0.1885,0,1,0.4889,1,1,1,0.1601,0.4889,0,1,1,1,1,1,0.032982688,0,0.375953823,1,1,1,1,1,0.139727473,0,0.093214929,1,1,1,1,1,0.327556789,0,0.808240696,0.808335096,0.808510638
-5180,1,0.128,1,1,1,1,1,1,1,1,0.075,0.128,0,1,0.1884,1,1,1,1,1,1,0.2047,0.1884,0,1,0.4888,1,1,1,0.2068,0.4888,0,1,1,1,1,1,0.072749458,0,0.289174974,1,1,1,1,1,0.234871492,0,0.155091107,1,1,1,1,1,0.423679024,0,0.804736588,0.804738735,0.804964539
-5181,1,0.1279,1,1,1,1,1,1,1,1,0.142,0.1279,0,1,0.1883,1,1,1,1,1,1,0.2025,0.1883,0,1,0.4886,1,1,1,0.1671,0.4886,0,1,1,1,1,1,0.122689933,0,0.439578742,1,1,1,1,1,0.242832989,0,0.256908417,1,1,1,1,1,0.351861924,0,0.774951667,0.774910091,0.775265957
-5182,1,0.1277,1,1,1,1,1,1,1,1,0.1559,0.1277,0,1,0.1882,1,1,1,1,1,1,0.1614,0.1882,0,1,0.4884,1,1,1,0.1186,0.4884,0,1,1,1,1,1,0.159030095,0,0.545299351,1,1,1,1,1,0.190724909,0,0.256805778,1,1,1,1,1,0.301836699,0,0.720879652,0.72075312,0.721187943
-5183,1,0.1276,1,1,1,1,1,1,1,1,0.1333,0.1276,0,1,0.1881,1,1,1,1,1,1,0.1244,0.1881,0,1,0.4883,1,1,1,0.1028,0.4883,0,1,1,1,1,1,0.151232272,0,0.661164343,1,1,1,1,1,0.149845168,0,0.451399237,1,1,1,1,1,0.295987546,0,0.662457709,0.662576687,0.662234043
-5184,1,0.1275,1,1,1,1,1,1,1,1,0.1978,0.1275,0,1,0.188,1,1,1,1,1,1,0.0584,0.188,0,1,0.4881,1,1,1,0.112,0.4881,0,1,1,1,1,1,0.201340541,0,0.658086419,1,1,1,1,1,0.089875951,0,0.551449537,1,1,1,1,1,0.311060935,0,0.614608507,0.614766237,0.614804965
-5185,1,0.1273,1,1,1,1,1,1,1,1,0.1947,0.1273,0,1,0.1879,1,1,1,1,1,1,0.0463,0.1879,0,1,0.4879,1,1,1,0.1458,0.4879,0,1,1,1,1,1,0.142588556,0,0.589457273,1,1,1,1,1,0.078382388,0,0.739250779,1,1,1,1,1,0.368341595,0,0.580352827,0.580495029,0.580230496
-5186,1,0.1272,1,1,1,1,1,1,1,1,0.1785,0.1272,0,1,0.1878,1,1,1,1,1,1,0.0219,0.1878,0,1,0.4878,1,1,1,0.1715,0.4878,0,1,1,1,1,1,0.139338553,0,0.659721076,1,1,1,1,1,0.060747974,0,0.670752645,1,1,1,1,1,0.454251289,0,0.558240696,0.558282209,0.558510638
-5187,1,0.1271,1,1,1,1,1,1,1,1,0.0872,0.1271,0,1,0.1877,1,1,1,1,1,1,0.0118,0.1877,0,1,0.4876,1,1,1,0.1826,0.4876,0,1,1,1,1,1,0.084040269,0,0.686694503,1,1,1,1,1,0.067993768,0,0.737197697,1,1,1,1,1,0.434230447,0,0.544043016,0.544108314,0.544326241
-5188,1,0.1269,1,1,1,1,1,1,1,1,0.1156,0.1269,0,1,0.1876,1,1,1,1,1,1,0.0655,0.1876,0,1,0.4874,1,1,1,0.1857,0.4874,0,1,1,1,1,1,0.134481475,0,0.754885197,1,1,1,1,1,0.09923175,0,0.573333025,1,1,1,1,1,0.443403423,0,0.539028516,0.539031098,0.539007092
-5189,1,0.1268,1,1,1,1,1,1,1,1,0.1174,0.1268,0,1,0.1875,1,1,1,1,1,1,0.0524,0.1875,0,1,0.4873,1,1,1,0.1796,0.4873,0.0037,1,1,1,1,1,0.15474996,0,0.626356304,1,1,1,1,1,0.083710164,0,0.452755511,1,1,1,1,1,0.46149534,0,0.540901402,0.540935054,0.540780142
-5190,1,0.1267,1,1,1,1,1,1,1,1,0.0748,0.1267,0.0634,1,0.1874,1,1,1,1,1,1,0,0.1874,0.0685,1,0.4871,1,1,1,0.1731,0.4871,0.0594,1,1,1,1,1,0.085307777,0.346320897,0.510386944,1,1,1,1,1,0.006658718,0.204834789,0.471479863,1,1,1,1,1,0.360941768,0.411062062,0.552319961,0.55235879,0.552748227
-5191,1,0.1265,1,1,1,1,1,1,1,1,0.0427,0.1265,0.1953,1,0.1873,1,1,1,1,1,1,0.0045,0.1873,0.2031,1,0.4869,1,1,1,0.2051,0.4869,0.2013,1,1,1,1,1,0.018818991,0.52720511,0.721345305,1,1,1,1,1,0.023187052,0.455863178,0.814522862,1,1,1,1,1,0.398050249,0.590817451,0.592858869,0.592976518,0.592641844
-5192,1,0.1264,1,1,1,1,1,1,1,1,0.1434,0.1264,0.3401,1,0.1872,1,1,1,1,1,1,0.0655,0.1872,0.3378,1,0.4868,1,1,1,0.1786,0.4868,0.3569,1,1,1,1,1,0.073275045,0.619322777,0.994559467,1,1,1,1,1,0.091030046,0.600432873,1,1,1,1,1,1,0.278309822,0.696033239,0.651401643,0.651576052,0.651595745
-5193,1,0.1263,1,1,1,1,1,1,1,1,0.2423,0.1263,0.4563,1,0.1871,1,1,1,1,1,1,0.0791,0.1871,0.4464,1,0.4866,1,1,1,0.2349,0.4866,0.4877,1,1,1,1,1,0.109871462,0.690007448,0.967690885,1,1,1,1,1,0.077701591,0.644867063,0.736424387,1,1,1,1,1,0.333752424,0.714366078,0.713569357,0.713771948,0.713652482
-5194,1,0.1261,1,1,1,1,1,1,1,1,0.2959,0.1261,0.5382,1,0.187,1,1,1,1,1,1,0.107,0.187,0.5376,1,0.4864,1,1,1,0.3603,0.4864,0.5574,1,1,1,1,1,0.221133143,0.763376296,1,1,1,1,1,1,0.149752304,0.757727265,1,1,1,1,1,1,0.539378166,0.741364479,0.765043499,0.76517876,0.765514184
-5195,1,0.126,1,1,1,1,1,1,1,1,0.3424,0.126,0.5595,1,0.1869,1,1,1,1,1,1,0.1508,0.1869,0.5692,1,0.4863,1,1,1,0.4412,0.4863,0.5472,1,1,1,1,1,0.243243217,0.800259471,1,1,1,1,1,1,0.235031515,0.785278022,1,1,1,1,1,1,0.630456567,0.732797086,0.807153214,0.807277343,0.807624113
-5196,1,0.1259,1,1,1,1,1,1,1,1,0.3981,0.1259,0.5479,1,0.1868,1,1,1,1,1,1,0.2529,0.1868,0.5578,1,0.4861,1,1,1,0.4901,0.4861,0.49,1,1,1,1,1,0.346642673,0.785894275,1,1,1,1,1,1,0.312715858,0.767920136,0.891641378,1,1,1,1,1,0.68084985,0.750550151,0.838448526,0.838586842,0.838652482
-5197,1,0.1257,1,1,1,1,1,1,1,1,0.4028,0.1257,0.5425,1,0.1867,1,1,1,1,1,1,0.3134,0.1867,0.5184,1,0.4859,1,1,1,0.5334,0.4859,0.4801,1,1,1,1,1,0.365558922,0.768988252,1,1,1,1,1,1,0.372217208,0.668938339,1,1,1,1,1,1,0.723750472,0.735794604,0.853069116,0.853183838,0.853280142
-5198,1,0.1256,1,1,1,1,1,1,1,1,0.538,0.1256,0.4874,1,0.1866,1,1,1,1,1,1,0.3848,0.1866,0.4012,1,0.4858,1,1,1,0.5764,0.4858,0.4103,1,1,1,1,1,0.457882494,0.650340736,1,1,1,1,1,1,0.391173393,0.553759933,1,1,1,1,1,1,0.753022909,0.724335909,0.857298212,0.857414851,0.857712766
-5199,1,0.1255,1,1,1,1,1,1,1,1,0.5774,0.1255,0.3436,1,0.1865,1,1,1,1,1,1,0.1211,0.1865,0.2949,1,0.4856,1,1,1,0.704,0.4856,0.3335,1,1,1,1,1,0.494933009,0.423729271,1,1,1,1,1,1,0.207439288,0.345457792,1,1,1,1,1,1,0.80386591,0.720003903,0.857660706,0.857626402,0.858156028
-5200,1,0.1253,1,1,1,1,1,1,1,1,0.4754,0.1253,0.2091,1,0.1864,1,1,1,1,1,1,0.1015,0.1864,0.1362,1,0.4854,1,1,1,0.6341,0.4854,0.2582,1,1,1,1,1,0.354170978,0.267626882,1,1,1,1,1,1,0.203618318,0.225648761,1,1,1,1,1,1,0.761693299,0.560561478,0.852042049,0.852126084,0.852393617
-5201,1,0.1252,1,1,1,1,1,1,1,1,0.4455,0.1252,0.0838,1,0.1863,1,1,1,1,1,1,0.1202,0.1863,0.0494,1,0.4853,1,1,1,0.6071,0.4853,0.1401,1,1,1,1,1,0.32019949,0.128873423,1,1,1,1,1,1,0.207531869,0.21963717,1,1,1,1,1,1,0.753177047,0.186432272,0.834581924,0.834567379,0.834663121
-5202,1,0.1251,1,1,1,1,1,1,1,1,0.3701,0.1251,0.0077,1,0.1862,1,1,1,1,1,1,0.067,0.1862,0.0186,1,0.4851,1,1,1,0.5185,0.4851,0.0227,1,1,1,1,1,0.263082415,0.029119074,1,1,1,1,1,1,0.106011815,0.109387346,1,1,1,1,1,1,0.682416141,0.023541598,0.817363461,0.817431775,0.817819149
-5203,1,0.1249,1,1,1,1,1,1,1,1,0.3553,0.1249,0,1,0.1861,1,1,1,1,1,1,0.1122,0.1861,0,1,0.4849,1,1,1,0.4494,0.4849,0,1,1,1,1,1,0.2621108,0,1,1,1,1,1,1,0.134440735,0,1,1,1,1,1,1,0.748650908,0,0.804615756,0.804738735,0.804964539
-5204,1,0.1248,1,1,1,1,1,1,1,1,0.4471,0.1248,0,1,0.1861,1,1,1,1,1,1,0.1009,0.1861,0,1,0.4848,1,1,1,0.3898,0.4848,0,1,1,1,1,1,0.28778863,0,1,1,1,1,1,1,0.175811827,0,1,1,1,1,1,1,0.629952967,0,0.800144998,0.80008462,0.800088652
-5205,1,0.1247,1,1,1,1,1,1,1,1,0.5293,0.1247,0,1,0.186,1,1,1,1,1,1,0.2451,0.186,0,1,0.4846,1,1,1,0.5015,0.4846,0,1,1,1,1,1,0.338472515,0,1,1,1,1,1,1,0.266523778,0,1,1,1,1,1,1,0.738316119,0,0.767701788,0.767717368,0.768173759
-5206,1,0.1245,1,1,1,1,1,1,1,1,0.4635,0.1245,0,1,0.1859,1,1,1,1,1,1,0.3173,0.1859,0,1,0.4844,1,1,1,0.4597,0.4844,0,1,1,1,1,1,0.300412357,0,1,1,1,1,1,1,0.342322201,0,1,1,1,1,1,1,0.686096787,0,0.711756887,0.711656442,0.711879433
-5207,1,0.1244,1,1,1,1,1,1,1,1,0.4864,0.1244,0,1,0.1858,1,1,1,1,1,1,0.2927,0.1858,0,1,0.4843,1,1,1,0.4674,0.4843,0,1,1,1,1,1,0.268939644,0,1,1,1,1,1,1,0.276551485,0,1,1,1,1,1,1,0.693823755,0,0.652368294,0.652422255,0.65248227
-5208,1,0.1243,1,1,1,1,1,1,1,1,0.3637,0.1243,0,1,0.1857,1,1,1,1,1,1,0.2376,0.1857,0,1,0.4841,1,1,1,0.4325,0.4841,0,1,1,1,1,1,0.220104218,0,1,1,1,1,1,1,0.22375083,0,1,1,1,1,1,1,0.658858538,0,0.60397535,0.603977153,0.604166667
-5209,1,0.1241,1,1,1,1,1,1,1,1,0.2349,0.1241,0,1,0.1856,1,1,1,1,1,1,0.1587,0.1856,0,1,0.4839,1,1,1,0.3219,0.4839,0,1,1,1,1,1,0.196177557,0,1,1,1,1,1,1,0.216090828,0,1,1,1,1,1,1,0.503236055,0,0.574009183,0.573936958,0.574024823
-5210,1,0.124,1,1,1,1,1,1,1,1,0.2896,0.124,0,1,0.1855,1,1,1,1,1,1,0.2134,0.1855,0,1,0.4838,1,1,1,0.2284,0.4838,0,1,1,1,1,1,0.1990619,0,1,1,1,1,1,1,0.242601037,0,1,1,1,1,1,1,0.430382013,0,0.556065732,0.555955151,0.556294326
-5211,1,0.1239,1,1,1,1,1,1,1,1,0.2809,0.1239,0,1,0.1854,1,1,1,1,1,1,0.1855,0.1854,0,1,0.4836,1,1,1,0.1965,0.4836,0,1,1,1,1,1,0.218983397,0,1,1,1,1,1,1,0.182454169,0,0.733424664,1,1,1,1,1,0.496674925,0,0.547305462,0.547281574,0.547429078
-5212,1,0.1237,1,1,1,1,1,1,1,1,0.2311,0.1237,0,1,0.1853,1,1,1,1,1,1,0.3543,0.1853,0,1,0.4834,1,1,1,0.233,0.4834,0,1,1,1,1,1,0.226224273,0,0.796083808,1,1,1,1,1,0.294172913,0,0.811476231,1,1,1,1,1,0.583526731,0,0.554132431,0.554262746,0.554521277
-5213,1,0.1236,1,1,1,1,1,1,1,1,0.1376,0.1236,0,1,0.1852,1,1,1,1,1,1,0.3718,0.1852,0,1,0.4833,1,1,1,0.2701,0.4833,0,1,1,1,1,1,0.169292554,0,0.511404037,1,1,1,1,1,0.303934366,0,0.54449296,1,1,1,1,1,0.652753711,0,0.582467376,0.582610535,0.582446809
-5214,1,0.1235,1,1,1,1,1,1,1,1,0.1011,0.1235,0.0532,1,0.1851,1,1,1,1,1,1,0.1803,0.1851,0.0727,1,0.4831,1,1,1,0.2162,0.4831,0.0597,1,1,1,1,1,0.135763764,0.337303579,0.746663809,1,1,1,1,1,0.188975364,0.345773458,0.56144321,1,1,1,1,1,0.531820834,0.309479266,0.632491542,0.632536492,0.632978723
-5215,1,0.1233,1,1,1,1,1,1,1,1,0.0675,0.1233,0.1963,1,0.185,1,1,1,1,1,1,0.1084,0.185,0.2192,1,0.4829,1,1,1,0.1466,0.4829,0.2038,1,1,1,1,1,0.072352558,0.584555745,0.556291223,1,1,1,1,1,0.135864079,0.635669351,0.948725224,1,1,1,1,1,0.319775045,0.553699195,0.701848719,0.70171356,0.70212766
-5216,1,0.1232,1,1,1,1,1,1,1,1,0.0443,0.1232,0.3625,1,0.1849,1,1,1,1,1,1,0.1033,0.1849,0.3872,1,0.4828,1,1,1,0.185,0.4828,0.3822,1,1,1,1,1,0.055249594,0.661860883,0.408908308,1,1,1,1,1,0.105405003,0.779195547,0.351665735,1,1,1,1,1,0.307332218,0.636047363,0.757008217,0.756928284,0.757535461
-5217,1,0.1231,1,1,1,1,1,1,1,1,0.0741,0.1231,0.5001,1,0.1848,1,1,1,1,1,1,0.1572,0.1848,0.5172,1,0.4826,1,1,1,0.2034,0.4826,0.5097,1,1,1,1,1,0.119619414,0.764709532,0.415157497,1,1,1,1,1,0.139775664,0.856945574,0.206171751,1,1,1,1,1,0.28924793,0.681218565,0.795855486,0.795853607,0.796099291
-5218,1,0.1229,1,1,1,1,1,1,1,1,0.0546,0.1229,0.5954,1,0.1847,1,1,1,1,1,1,0.2478,0.1847,0.6211,1,0.4824,1,1,1,0.2238,0.4824,0.5779,1,1,1,1,1,0.102232933,0.847005188,0.204441488,1,1,1,1,1,0.224789739,0.895931125,0.200925648,1,1,1,1,1,0.253023416,0.640407562,0.818330111,0.818277978,0.818705674
-5219,1,0.1228,1,1,1,1,1,1,1,1,0.0904,0.1228,0.6276,1,0.1846,1,1,1,1,1,1,0.2245,0.1846,0.6258,1,0.4823,1,1,1,0.2399,0.4823,0.5536,1,1,1,1,1,0.102221884,0.860604525,0.083405599,1,1,1,1,1,0.216955215,0.852361381,0.166621208,1,1,1,1,1,0.387766153,0.747204185,0.83560899,0.835625132,0.835549645
-5220,1,0.1227,1,1,1,1,1,1,1,1,0.0926,0.1227,0.6399,1,0.1845,1,1,1,1,1,1,0.2067,0.1845,0.631,1,0.4821,1,1,1,0.1666,0.4821,0.5559,1,1,1,1,1,0.102750465,0.870430589,0.009178435,1,1,1,1,1,0.199197799,0.889495015,0.098617025,1,1,1,1,1,0.266455948,0.85683918,0.846483809,0.846625767,0.846631206
-5221,1,0.1225,1,1,1,1,1,1,1,1,0.1152,0.1225,0.6237,1,0.1844,1,1,1,1,1,1,0.1801,0.1844,0.6245,1,0.4819,1,1,1,0.2144,0.4819,0.5463,1,1,1,1,1,0.145471051,0.852373481,0.018651452,1,1,1,1,1,0.183665976,0.880195498,0.086502887,1,1,1,1,1,0.34239614,0.874674797,0.856935718,0.85699175,0.857269504
-5222,1,0.1224,1,1,1,1,1,1,1,1,0.1013,0.1224,0.5738,1,0.1843,1,1,1,1,1,1,0.1227,0.1843,0.5806,1,0.4818,1,1,1,0.2399,0.4818,0.5055,1,1,1,1,1,0.101102404,0.820943773,0.059495453,1,1,1,1,1,0.130042583,0.863469005,0.028441101,1,1,1,1,1,0.330543458,0.855709195,0.861043983,0.861011212,0.861258865
-5223,1,0.1223,1,1,1,1,1,1,1,1,0.1741,0.1223,0.436,1,0.1842,1,1,1,1,1,1,0.1169,0.1842,0.4625,1,0.4816,1,1,1,0.2604,0.4816,0.3903,1,1,1,1,1,0.106372789,0.721147478,0.046898954,1,1,1,1,1,0.131753266,0.791287601,0.14564687,1,1,1,1,1,0.341687739,0.745926857,0.862735621,0.862703618,0.863031915
-5224,1,0.1221,1,1,1,1,1,1,1,1,0.0966,0.1221,0.335,1,0.1841,1,1,1,1,1,1,0.156,0.1841,0.3753,1,0.4814,1,1,1,0.2495,0.4814,0.2942,1,1,1,1,1,0.095863461,0.74947387,0.343601793,1,1,1,1,1,0.160249904,0.80424571,0.052437436,1,1,1,1,1,0.383902192,0.737750411,0.85898985,0.859107256,0.859042553
-5225,1,0.122,1,1,1,1,1,1,1,1,0.1039,0.122,0.1634,1,0.184,1,1,1,1,1,1,0.1744,0.184,0.2149,1,0.4813,1,1,1,0.1903,0.4813,0.1476,1,1,1,1,1,0.094647564,0.622602642,0.715704799,1,1,1,1,1,0.169456512,0.673931718,0.104518332,1,1,1,1,1,0.276904017,0.587839544,0.844550507,0.84451026,0.844858156
-5226,1,0.1219,1,1,1,1,1,1,1,1,0.0873,0.1219,0.0531,1,0.1839,1,1,1,1,1,1,0.147,0.1839,0.0789,1,0.4811,1,1,1,0.0747,0.4811,0.0473,1,1,1,1,1,0.051088583,0.399734885,0.640949607,1,1,1,1,1,0.143509716,0.399126053,0.102625139,1,1,1,1,1,0.091364697,0.331161559,0.812288545,0.812354559,0.8125
-5227,1,0.1217,1,1,1,1,1,1,1,1,0.0733,0.1217,0,1,0.1838,1,1,1,1,1,1,0.0596,0.1838,0,1,0.4809,1,1,1,0.0691,0.4809,0,1,1,1,1,1,0.05655735,0,0.689219475,1,1,1,1,1,0.083904251,0,0.164187446,1,1,1,1,1,0.14025344,0,0.778093282,0.778083351,0.778368794
-5228,1,0.1216,1,1,1,1,1,1,1,1,0.0176,0.1216,0,1,0.1837,1,1,1,1,1,1,0.0824,0.1837,0,1,0.4808,1,1,1,0.0938,0.4808,0,1,1,1,1,1,0.025239374,0,0.416736484,1,1,1,1,1,0.114315957,0,0.092107594,1,1,1,1,1,0.155792683,0,0.76921218,0.769198223,0.769503546
-5229,1,0.1215,1,1,1,1,1,1,1,1,0.0362,0.1215,0,1,0.1836,1,1,1,1,1,1,0.0722,0.1836,0,1,0.4806,1,1,1,0.1263,0.4806,0,1,1,1,1,1,0.055386275,0,0.232842356,1,1,1,1,1,0.112963513,0,0.032137696,1,1,1,1,1,0.236598298,0,0.726679555,0.726676539,0.726950355
-5230,1,0.1213,1,1,1,1,1,1,1,1,0.0197,0.1213,0,1,0.1835,1,1,1,1,1,1,0.0724,0.1835,0,1,0.4804,1,1,1,0.1189,0.4804,0,1,1,1,1,1,0.03142057,0,0.16025874,1,1,1,1,1,0.116515599,0,0.005916493,1,1,1,1,1,0.227922872,0,0.651401643,0.651364502,0.651595745
-5231,1,0.1212,1,1,1,1,1,1,1,1,0.011,0.1212,0,1,0.1835,1,1,1,1,1,1,0.1196,0.1835,0,1,0.4803,1,1,1,0.0904,0.4803,0,1,1,1,1,1,0.042402644,0,0.14209345,1,1,1,1,1,0.160250664,0,0,1,1,1,1,1,0.200166315,0,0.581923635,0.581764333,0.582003546
-5232,1,0.1211,1,1,1,1,1,1,1,1,0.0096,0.1211,0,1,0.1834,1,1,1,1,1,1,0.1498,0.1834,0,1,0.4801,1,1,1,0.0879,0.4801,0,1,1,1,1,1,0.051639937,0,0.08015126,1,1,1,1,1,0.178192839,0,0,1,1,1,1,1,0.185609505,0,0.528878685,0.528876666,0.529255319
-5233,1,0.1209,1,1,1,1,1,1,1,1,0.0075,0.1209,0,1,0.1833,1,1,1,1,1,1,0.1223,0.1833,0,1,0.4799,1,1,1,0.0839,0.4799,0,1,1,1,1,1,0.039862085,0,0.084740832,1,1,1,1,1,0.149211317,0,0,1,1,1,1,1,0.198790267,0,0.495891735,0.495874762,0.496010638
-5234,1,0.1208,1,1,1,1,1,1,1,1,0.0103,0.1208,0,1,0.1832,1,1,1,1,1,1,0.1074,0.1832,0,1,0.4798,1,1,1,0.1175,0.4798,0,1,1,1,1,1,0.028509699,0,0.062339526,1,1,1,1,1,0.135536566,0,0,1,1,1,1,1,0.233199343,0,0.474987917,0.474931246,0.474734043
-5235,1,0.1207,1,1,1,1,1,1,1,1,0.0172,0.1207,0,1,0.1831,1,1,1,1,1,1,0.0748,0.1831,0,1,0.4796,1,1,1,0.1161,0.4796,0,1,1,1,1,1,0.039779238,0,0.049204189,1,1,1,1,1,0.082969517,0,0,1,1,1,1,1,0.217579156,0,0.465381827,0.465411466,0.465425532
-5236,1,0.1205,1,1,1,1,1,1,1,1,0.022,0.1205,0,1,0.183,1,1,1,1,1,1,0.02,0.183,0,1,0.4794,1,1,1,0.0773,0.4794,0,1,1,1,1,1,0.052712962,0,0.027778015,1,1,1,1,1,0.027483951,0,0,1,1,1,1,1,0.155086204,0,0.469127598,0.469219378,0.468971631
-5237,1,0.1204,1,1,1,1,1,1,1,1,0.0155,0.1204,0,1,0.1829,1,1,1,1,1,1,0.0046,0.1829,0,1,0.4793,1,1,1,0.0543,0.4793,0.04,1,1,1,1,1,0.043451544,0,0.006803635,1,1,1,1,1,0.016138675,0,0,1,1,1,1,1,0.104933396,0.095981009,0.493052199,0.493124603,0.493351064
-5238,1,0.1203,1,1,1,1,1,1,1,1,0.0038,0.1203,0.0746,1,0.1828,1,1,1,1,1,1,0,0.1828,0.0994,1,0.4791,1,1,1,0.0315,0.4791,0.0613,1,1,1,1,1,0.015630867,0.427815557,0,1,1,1,1,1,0.010442586,0.408848614,0,1,1,1,1,1,0.075413778,0.551644802,0.541384727,0.541358155,0.541666667
-5239,1,0.1201,1,1,1,1,1,1,1,1,0,0.1201,0.2162,1,0.1827,1,1,1,1,1,1,0,0.1827,0.2393,1,0.4789,1,1,1,0.0034,0.4789,0.2121,1,1,1,1,1,0.001199329,0.68759948,0.002222084,1,1,1,1,1,0,0.646917701,0,1,1,1,1,1,0.025368439,0.781410277,0.605364911,0.605458007,0.605496454
-5240,1,0.12,1,1,1,1,1,1,1,1,0,0.12,0.3836,1,0.1826,1,1,1,1,1,1,0,0.1826,0.3989,1,0.4788,1,1,1,0.0032,0.4788,0.3943,1,1,1,1,1,4.08E-05,0.812894881,0.015979944,1,1,1,1,1,0,0.792295098,0,1,1,1,1,1,0.019091778,0.861759365,0.651159981,0.651152951,0.651595745
-5241,1,0.1199,1,1,1,1,1,1,1,1,0.0001,0.1199,0.5163,1,0.1825,1,1,1,1,1,1,0,0.1825,0.519,1,0.4786,1,1,1,0.0057,0.4786,0.5338,1,1,1,1,1,4.79E-05,0.85702616,0.019616768,1,1,1,1,1,0,0.843664527,0,1,1,1,1,1,0.004238199,0.883535385,0.688678105,0.688597419,0.688829787
-5242,1,0.1197,1,1,1,1,1,1,1,1,0.0006,0.1197,0.6003,1,0.1824,1,1,1,1,1,1,0,0.1824,0.5913,1,0.4784,1,1,1,0.0036,0.4784,0.6399,1,1,1,1,1,0.000477076,0.858786583,0.017796846,1,1,1,1,1,0,0.831241369,0,1,1,1,1,1,0.001335643,0.894432545,0.722752537,0.722657076,0.722960993
-5243,1,0.1196,1,1,1,1,1,1,1,1,0.0087,0.1196,0.5951,1,0.1823,1,1,1,1,1,1,0,0.1823,0.5587,1,0.4783,1,1,1,0.0053,0.4783,0.6639,1,1,1,1,1,0.002474416,0.818306148,0.016322982,1,1,1,1,1,0.000598433,0.793845892,0,1,1,1,1,1,0.013652768,0.910420537,0.748852102,0.748889359,0.749113475
-5244,1,0.1195,1,1,1,1,1,1,1,1,0.0473,0.1195,0.5868,1,0.1822,1,1,1,1,1,1,0,0.1822,0.5667,1,0.4781,1,1,1,0.0071,0.4781,0.6657,1,1,1,1,1,0.007373528,0.798303246,0.010670651,1,1,1,1,1,0.003824314,0.817330062,0,1,1,1,1,1,0.025808994,0.890836,0.767037216,0.767082716,0.767287234
-5245,1,0.1193,1,1,1,1,1,1,1,1,0.126,0.1193,0.5494,1,0.1821,1,1,1,1,1,1,0.0045,0.1821,0.5267,1,0.4779,1,1,1,0.014,0.4779,0.6583,1,1,1,1,1,0.027216729,0.777243555,0.041603964,1,1,1,1,1,0.011806985,0.769661486,0,1,1,1,1,1,0.052135393,0.889256299,0.786491058,0.786545378,0.78679078
-5246,1,0.1192,1,1,1,1,1,1,1,1,0.1486,0.1192,0.4993,1,0.182,1,1,1,1,1,1,0.0322,0.182,0.4768,1,0.4778,1,1,1,0.0311,0.4778,0.6034,1,1,1,1,1,0.03519183,0.710409343,0.077764735,1,1,1,1,1,0.031919412,0.725343347,0,1,1,1,1,1,0.057867635,0.891420722,0.797305462,0.797334462,0.797429078
-5247,1,0.1191,1,1,1,1,1,1,1,1,0.131,0.1191,0.4083,1,0.1819,1,1,1,1,1,1,0.0522,0.1819,0.4037,1,0.4776,1,1,1,0.0132,0.4776,0.4825,1,1,1,1,1,0.033772565,0.62499702,0.081998721,1,1,1,1,1,0.05362514,0.661495864,0,1,1,1,1,1,0.044399999,0.864587784,0.804434509,0.804527184,0.804521277
-5248,1,0.1189,1,1,1,1,1,1,1,1,0.1092,0.1189,0.2849,1,0.1818,1,1,1,1,1,1,0.0598,0.1818,0.3163,1,0.4774,1,1,1,0.0467,0.4774,0.3284,1,1,1,1,1,0.044430554,0.591783762,0.117523625,1,1,1,1,1,0.064144187,0.656049013,0,1,1,1,1,1,0.06909176,0.807724357,0.807878202,0.807911995,0.808067376
-5249,1,0.1188,1,1,1,1,1,1,1,1,0.085,0.1188,0.1536,1,0.1817,1,1,1,1,1,1,0.0471,0.1817,0.1734,1,0.4773,1,1,1,0.0621,0.4773,0.1391,1,1,1,1,1,0.059102967,0.472123235,0.074798584,1,1,1,1,1,0.06017337,0.476364791,0,1,1,1,1,1,0.074380994,0.689950466,0.799480425,0.799661519,0.79964539
-5250,1,0.1187,1,1,1,1,1,1,1,1,0.0794,0.1187,0.0439,1,0.1816,1,1,1,1,1,1,0.0049,0.1816,0.0594,1,0.4771,1,1,1,0.0576,0.4771,0.0434,1,1,1,1,1,0.049438905,0.2062148,0.030506987,1,1,1,1,1,0.012509786,0.118930213,0,1,1,1,1,1,0.063491844,0.408709913,0.776220396,0.776390946,0.776595745
-5251,1,0.1185,1,1,1,1,1,1,1,1,0.0715,0.1185,0,1,0.1815,1,1,1,1,1,1,0.0066,0.1815,0,1,0.4769,1,1,1,0.1089,0.4769,0,1,1,1,1,1,0.048866514,0,0.039645053,1,1,1,1,1,0.013727753,0,0,1,1,1,1,1,0.097301088,0,0.752537458,0.752697271,0.753102837
-5252,1,0.1184,1,1,1,1,1,1,1,1,0.1166,0.1184,0,1,0.1814,1,1,1,1,1,1,0.0403,0.1814,0,1,0.4768,1,1,1,0.1883,0.4768,0,1,1,1,1,1,0.102891169,0,0.038108077,1,1,1,1,1,0.05385524,0,0,1,1,1,1,1,0.131693617,0,0.755376994,0.75544743,0.755319149
-5253,1,0.1183,1,1,1,1,1,1,1,1,0.1552,0.1183,0,1,0.1813,1,1,1,1,1,1,0.0829,0.1813,0,1,0.4766,1,1,1,0.1452,0.4766,0,1,1,1,1,1,0.145552754,0,0.064347647,1,1,1,1,1,0.086991191,0,0.019410212,1,1,1,1,1,0.14601402,0,0.72021508,0.720330019,0.720301418
-5254,1,0.1181,1,1,1,1,1,1,1,1,0.1033,0.1181,0,1,0.1812,1,1,1,1,1,1,0.1136,0.1812,0,1,0.4764,1,1,1,0.0852,0.4764,0,1,1,1,1,1,0.088911518,0,0.027431719,1,1,1,1,1,0.105943665,0,0,1,1,1,1,1,0.137705907,0,0.653032866,0.653056907,0.653368794
-5255,1,0.118,1,1,1,1,1,1,1,1,0.0878,0.118,0,1,0.1811,1,1,1,1,1,1,0.1466,0.1811,0,1,0.4763,1,1,1,0.0691,0.4763,0,1,1,1,1,1,0.071893618,0,0.041106313,1,1,1,1,1,0.165026456,0,0,1,1,1,1,1,0.13927345,0,0.587058966,0.587053099,0.587322695
-5256,1,0.1179,1,1,1,1,1,1,1,1,0.1014,0.1179,0,1,0.181,1,1,1,1,1,1,0.1034,0.181,0,1,0.4761,1,1,1,0.0885,0.4761,0,1,1,1,1,1,0.081081986,0,0.012961764,1,1,1,1,1,0.116701782,0,0,1,1,1,1,1,0.245905012,0,0.53757854,0.537761794,0.537677305
-5257,1,0.1177,1,1,1,1,1,1,1,1,0.0911,0.1177,0,1,0.1809,1,1,1,1,1,1,0.1917,0.1809,0,1,0.4759,1,1,1,0.0834,0.4759,0,1,1,1,1,1,0.0786746,0,0.031482521,1,1,1,1,1,0.204090834,0,0,1,1,1,1,1,0.254929841,0,0.504772837,0.50475989,0.504875887
-5258,1,0.1176,1,1,1,1,1,1,1,1,0.1047,0.1176,0,1,0.1809,1,1,1,1,1,1,0.3109,0.1809,0,1,0.4758,1,1,1,0.0932,0.4758,0,1,1,1,1,1,0.098372683,0,0.005481491,1,1,1,1,1,0.309586942,0,0,1,1,1,1,1,0.290736735,0,0.483446109,0.483393273,0.483156028
-5259,1,0.1175,1,1,1,1,1,1,1,1,0.1516,0.1175,0,1,0.1808,1,1,1,1,1,1,0.3719,0.1808,0,1,0.4756,1,1,1,0.0971,0.4756,0,1,1,1,1,1,0.149422035,0,0.002212529,1,1,1,1,1,0.334968984,0,0,1,1,1,1,1,0.30330357,0,0.472812953,0.472815739,0.47251773
-5260,1,0.1173,1,1,1,1,1,1,1,1,0.122,0.1173,0,1,0.1807,1,1,1,1,1,1,0.2502,0.1807,0,1,0.4754,1,1,1,0.1304,0.4754,0,1,1,1,1,1,0.117198117,0,0.004257717,1,1,1,1,1,0.194364294,0,0,1,1,1,1,1,0.389937162,0,0.477887869,0.477892955,0.477836879
-5261,1,0.1172,1,1,1,1,1,1,1,1,0.1118,0.1172,0.0006,1,0.1806,1,1,1,1,1,1,0.2107,0.1806,0,1,0.4753,1,1,1,0.1459,0.4753,0,1,1,1,1,1,0.119836949,0.003342974,0.013848655,1,1,1,1,1,0.159943372,0,0,1,1,1,1,1,0.367373556,0.073931694,0.504289512,0.504336789,0.504432624
-5262,1,0.1171,1,1,1,1,1,1,1,1,0.0861,0.1171,0.082,1,0.1805,1,1,1,1,1,1,0.0916,0.1805,0.0875,1,0.4751,1,1,1,0.0776,0.4751,0.0593,1,1,1,1,1,0.112631716,0.402698517,0.010196717,1,1,1,1,1,0.059417866,0.3105129,0,1,1,1,1,1,0.259018183,0.533783793,0.554313678,0.554474297,0.554521277
-5263,1,0.1169,1,1,1,1,1,1,1,1,0.0173,0.1169,0.2113,1,0.1804,1,1,1,1,1,1,0.001,0.1804,0.232,1,0.4749,1,1,1,0.0219,0.4749,0.2079,1,1,1,1,1,0.027525425,0.649757445,0.000590878,1,1,1,1,1,0.004241303,0.612260878,0,1,1,1,1,1,0.111170121,0.769583821,0.621133398,0.621112757,0.621453901
-5264,1,0.1169,1,1,1,1,1,1,1,1,0.0011,0.1169,0.3761,1,0.1804,1,1,1,1,1,1,0,0.1804,0.3817,1,0.4749,1,1,1,0.0092,0.4749,0.3858,1,1,1,1,1,1.38E-05,0.749970257,0,1,1,1,1,1,0,0.737469256,0,1,1,1,1,1,0.048355766,0.859726906,0.677742871,0.677808335,0.677748227
-5265,1,0.1169,1,1,1,1,1,1,1,1,0.0005,0.1169,0.4866,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4963,1,0.4749,1,1,1,0.0015,0.4749,0.5203,1,1,1,1,1,1.05E-05,0.72707963,0,1,1,1,1,1,0,0.844735026,0,1,1,1,1,1,0.024751611,0.875860512,0.725471242,0.725618786,0.72606383
-5266,1,0.1169,1,1,1,1,1,1,1,1,0.0042,0.1169,0.5673,1,0.1804,1,1,1,1,1,1,0,0.1804,0.5618,1,0.4749,1,1,1,0.0055,0.4749,0.614,1,1,1,1,1,0.001931071,0.785428047,0,1,1,1,1,1,0,0.836301088,0,1,1,1,1,1,0.053045288,0.871348798,0.771447559,0.77152528,0.771719858
-5267,1,0.1169,1,1,1,1,1,1,1,1,0.0243,0.1169,0.5762,1,0.1804,1,1,1,1,1,1,0,0.1804,0.5639,1,0.4749,1,1,1,0.0241,0.4749,0.6257,1,1,1,1,1,0.001406692,0.791816473,0.003873438,1,1,1,1,1,0.000847733,0.822926342,0,1,1,1,1,1,0.074332729,0.866144776,0.806065732,0.806008039,0.806294326
-5268,1,0.1169,1,1,1,1,1,1,1,1,0.0667,0.1169,0.5534,1,0.1804,1,1,1,1,1,1,0.0016,0.1804,0.5343,1,0.4749,1,1,1,0.0794,0.4749,0.6269,1,1,1,1,1,0.009188397,0.754199922,0.009581961,1,1,1,1,1,0.004431519,0.78269881,0.00998822,1,1,1,1,1,0.157955319,0.804234922,0.830534074,0.830547916,0.831117021
-5269,1,0.1169,1,1,1,1,1,1,1,1,0.1432,0.1169,0.4949,1,0.1804,1,1,1,1,1,1,0.0257,0.1804,0.5166,1,0.4749,1,1,1,0.065,0.4749,0.613,1,1,1,1,1,0.027995195,0.727008581,0.068072394,1,1,1,1,1,0.020580424,0.726580501,0.045327228,1,1,1,1,1,0.06799008,0.754094899,0.853310778,0.853395388,0.853723404
-5270,1,0.1169,1,1,1,1,1,1,1,1,0.215,0.1169,0.4754,1,0.1804,1,1,1,1,1,1,0.0122,0.1804,0.479,1,0.4749,1,1,1,0.116,0.4749,0.5523,1,1,1,1,1,0.047343403,0.764033198,0.100828834,1,1,1,1,1,0.027074896,0.692148685,0.062492155,1,1,1,1,1,0.110599667,0.775018811,0.865575157,0.865665327,0.865691489
-5271,1,0.1169,1,1,1,1,1,1,1,1,0.2176,0.1169,0.3653,1,0.1804,1,1,1,1,1,1,0.0102,0.1804,0.3406,1,0.4749,1,1,1,0.1118,0.4749,0.4036,1,1,1,1,1,0.046788812,0.635479271,0.085513681,1,1,1,1,1,0.031599488,0.51426059,0.01565445,1,1,1,1,1,0.109160669,0.817449868,0.871254229,0.871377195,0.871453901
-5272,1,0.1169,1,1,1,1,1,1,1,1,0.1651,0.1169,0.2285,1,0.1804,1,1,1,1,1,1,0,0.1804,0.2405,1,0.4749,1,1,1,0.1265,0.4749,0.2826,1,1,1,1,1,0.031057492,0.470116705,0.053560145,1,1,1,1,1,0.025372764,0.402495444,0.018666493,1,1,1,1,1,0.119151898,0.755332768,0.868958434,0.869050138,0.869680851
-5273,1,0.1169,1,1,1,1,1,1,1,1,0.1127,0.1169,0.1159,1,0.1804,1,1,1,1,1,1,0.023,0.1804,0.1271,1,0.4749,1,1,1,0.0866,0.4749,0.1354,1,1,1,1,1,0.035739444,0.318608403,0.024610389,1,1,1,1,1,0.049000211,0.204310969,0,1,1,1,1,1,0.090307206,0.567731857,0.856754471,0.856780199,0.856826241
-5274,1,0.1169,1,1,1,1,1,1,1,1,0.0892,0.1169,0.0169,1,0.1804,1,1,1,1,1,1,0,0.1804,0.0277,1,0.4749,1,1,1,0.0836,0.4749,0.0319,1,1,1,1,1,0.049820159,0.093168043,0.014905195,1,1,1,1,1,0.008742768,0.076939464,0,1,1,1,1,1,0.084954083,0.248164445,0.833011116,0.833086524,0.833333333
-5275,1,0.1169,1,1,1,1,1,1,1,1,0.1629,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.1006,0.4749,0,1,1,1,1,1,0.118236624,0,0.007504491,1,1,1,1,1,0.007440445,0,0,1,1,1,1,1,0.097751588,0,0.812892702,0.81277766,0.812943262
-5276,1,0.1169,1,1,1,1,1,1,1,1,0.1082,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0341,0.1804,0,1,0.4749,1,1,1,0.0767,0.4749,0,1,1,1,1,1,0.104297504,0,0,1,1,1,1,1,0.037243273,0,0,1,1,1,1,1,0.066884436,0,0.815550991,0.81573937,0.816046099
-5277,1,0.1169,1,1,1,1,1,1,1,1,0.0968,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0702,0.1804,0,1,0.4749,1,1,1,0.0649,0.4749,0,1,1,1,1,1,0.151160985,0,0.001413704,1,1,1,1,1,0.09073849,0,0,1,1,1,1,1,0.062763572,0,0.776099565,0.776179395,0.776595745
-5278,1,0.1169,1,1,1,1,1,1,1,1,0.0818,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0621,0.1804,0,1,0.4749,1,1,1,0.0304,0.4749,0,1,1,1,1,1,0.166822568,0,0.06436079,1,1,1,1,1,0.102122046,0,0.002805759,1,1,1,1,1,0.040628061,0,0.70559449,0.705733023,0.705673759
-5279,1,0.1169,1,1,1,1,1,1,1,1,0.0346,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1476,0.1804,0,1,0.4749,1,1,1,0.0331,0.4749,0,1,1,1,1,1,0.117894545,0,0.146260947,1,1,1,1,1,0.165442407,0,0.082021996,1,1,1,1,1,0.034705471,0,0.633760271,0.633805796,0.633865248
-5280,1,0.1169,1,1,1,1,1,1,1,1,0.0307,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0923,0.1804,0,1,0.4749,1,1,1,0.0389,0.4749,0,1,1,1,1,1,0.06857568,0,0.019914966,1,1,1,1,1,0.104028612,0,0.008643194,1,1,1,1,1,0.038288515,0,0.578540358,0.578591073,0.578457447
-5281,1,0.1169,1,1,1,1,1,1,1,1,0.1169,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1132,0.1804,0,1,0.4749,1,1,1,0.0232,0.4749,0,1,1,1,1,1,0.110931031,0,0,1,1,1,1,1,0.129625782,0,0,1,1,1,1,1,0.027190708,0,0.54718463,0.547281574,0.547429078
-5282,1,0.1169,1,1,1,1,1,1,1,1,0.0998,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1553,0.1804,0,1,0.4749,1,1,1,0.0344,0.4749,0,1,1,1,1,1,0.094244637,0,0,1,1,1,1,1,0.169858932,0,0,1,1,1,1,1,0.035247952,0,0.526039149,0.526126507,0.526152482
-5283,1,0.1169,1,1,1,1,1,1,1,1,0.0641,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1125,0.1804,0,1,0.4749,1,1,1,0.0372,0.4749,0,1,1,1,1,1,0.057829801,0,0,1,1,1,1,1,0.144115523,0,0.007403665,1,1,1,1,1,0.039897501,0,0.516251812,0.516395177,0.516400709
-5284,1,0.1169,1,1,1,1,1,1,1,1,0.0701,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0769,0.1804,0,1,0.4749,1,1,1,0.0755,0.4749,0,1,1,1,1,1,0.04806054,0,0,1,1,1,1,1,0.113109358,0,0.045712307,1,1,1,1,1,0.100263163,0,0.521145481,0.521260842,0.521276596
-5285,1,0.1169,1,1,1,1,1,1,1,1,0.0493,0.1169,0.0001,1,0.1804,1,1,1,1,1,1,0.0716,0.1804,0,1,0.4749,1,1,1,0.0576,0.4749,0,1,1,1,1,1,0.032057475,0,0.018775007,1,1,1,1,1,0.090732619,0,0.021422513,1,1,1,1,1,0.149679735,0,0.551172064,0.551301037,0.550975177
-5286,1,0.1169,1,1,1,1,1,1,1,1,0.0375,0.1169,0.061,1,0.1804,1,1,1,1,1,1,0.0402,0.1804,0.0751,1,0.4749,1,1,1,0.0633,0.4749,0.0589,1,1,1,1,1,0.023219492,0.36635071,0,1,1,1,1,1,0.049294814,0.354967892,0.002059948,1,1,1,1,1,0.096169762,0.453874409,0.602102465,0.602073197,0.601950355
-5287,1,0.1169,1,1,1,1,1,1,1,1,0,0.1169,0.2043,1,0.1804,1,1,1,1,1,1,0,0.1804,0.2253,1,0.4749,1,1,1,0.0266,0.4749,0.2061,1,1,1,1,1,0.000641658,0.616260588,0,1,1,1,1,1,0.001272658,0.585177302,0.033924088,1,1,1,1,1,0.044579197,0.662691057,0.668559691,0.668711656,0.668882979
-5288,1,0.1169,1,1,1,1,1,1,1,1,0.0004,0.1169,0.3621,1,0.1804,1,1,1,1,1,1,0,0.1804,0.3794,1,0.4749,1,1,1,0,0.4749,0.3484,1,1,1,1,1,1.42E-05,0.771795034,0,1,1,1,1,1,0,0.788886666,0,1,1,1,1,1,0.000768001,0.790229201,0.726135814,0.726253438,0.72606383
-5289,1,0.1169,1,1,1,1,1,1,1,1,0,0.1169,0.4936,1,0.1804,1,1,1,1,1,1,0,0.1804,0.5059,1,0.4749,1,1,1,0,0.4749,0.4232,1,1,1,1,1,0,0.811078072,0.000456506,1,1,1,1,1,0,0.832219362,0.044835605,1,1,1,1,1,0.004405197,0.837412536,0.77839536,0.778506452,0.778368794
-5290,1,0.1169,1,1,1,1,1,1,1,1,0.0033,0.1169,0.5907,1,0.1804,1,1,1,1,1,1,0,0.1804,0.5986,1,0.4749,1,1,1,0.0005,0.4749,0.4966,1,1,1,1,1,0.000683704,0.850323379,0.000323276,1,1,1,1,1,2.03E-05,0.857044995,0.019575918,1,1,1,1,1,0.005712417,0.822569668,0.828721605,0.82864396,0.829343972
-5291,1,0.1169,1,1,1,1,1,1,1,1,0.0258,0.1169,0.6045,1,0.1804,1,1,1,1,1,1,0,0.1804,0.6057,1,0.4749,1,1,1,0.0024,0.4749,0.5139,1,1,1,1,1,0.003409259,0.844698966,0.001824426,1,1,1,1,1,0.001160323,0.839018524,0,1,1,1,1,1,0.009679446,0.800700009,0.867145964,0.867146182,0.867464539
-5292,1,0.1169,1,1,1,1,1,1,1,1,0.0626,0.1169,0.5941,1,0.1804,1,1,1,1,1,1,0.0046,0.1804,0.6024,1,0.4749,1,1,1,0.0195,0.4749,0.5381,1,1,1,1,1,0.009267713,0.807080865,0,1,1,1,1,1,0.010589152,0.834555864,0,1,1,1,1,1,0.02712677,0.748020887,0.89282262,0.892743812,0.893173759
-5293,1,0.1169,1,1,1,1,1,1,1,1,0.1274,0.1169,0.5648,1,0.1804,1,1,1,1,1,1,0.0123,0.1804,0.546,1,0.4749,1,1,1,0.0521,0.4749,0.4805,1,1,1,1,1,0.028854478,0.665014565,0,1,1,1,1,1,0.036385074,0.784509897,0,1,1,1,1,1,0.037888411,0.69160229,0.914028516,0.914110429,0.914450355
-5294,1,0.1169,1,1,1,1,1,1,1,1,0.1278,0.1169,0.4976,1,0.1804,1,1,1,1,1,1,0.0546,0.1804,0.5027,1,0.4749,1,1,1,0.0415,0.4749,0.3105,1,1,1,1,1,0.035541214,0.634021759,0,1,1,1,1,1,0.085828722,0.777139127,0,1,1,1,1,1,0.041988272,0.599883556,0.921942968,0.921937804,0.921985816
-5295,1,0.1169,1,1,1,1,1,1,1,1,0.1548,0.1169,0.3895,1,0.1804,1,1,1,1,1,1,0.0356,0.1804,0.4288,1,0.4749,1,1,1,0.0266,0.4749,0.2671,1,1,1,1,1,0.062766992,0.605971038,0.001112985,1,1,1,1,1,0.104471065,0.692780554,0.002199476,1,1,1,1,1,0.064733014,0.51694411,0.922909618,0.922995557,0.923315603
-5296,1,0.1169,1,1,1,1,1,1,1,1,0.1751,0.1169,0.2854,1,0.1804,1,1,1,1,1,1,0.113,0.1804,0.3114,1,0.4749,1,1,1,0.0144,0.4749,0.2265,1,1,1,1,1,0.068258896,0.492671072,0.01835295,1,1,1,1,1,0.172978535,0.515830457,0.018899739,1,1,1,1,1,0.035050336,0.51241076,0.917351377,0.917283689,0.917996454
-5297,1,0.1169,1,1,1,1,1,1,1,1,0.1626,0.1169,0.1313,1,0.1804,1,1,1,1,1,1,0.1354,0.1804,0.1577,1,0.4749,1,1,1,0.0154,0.4749,0.0892,1,1,1,1,1,0.062746219,0.327376664,0.155201912,1,1,1,1,1,0.169950545,0.214045316,0.129359692,1,1,1,1,1,0.04760734,0.313197255,0.900857902,0.900782737,0.901152482
-5298,1,0.1169,1,1,1,1,1,1,1,1,0.1454,0.1169,0.0271,1,0.1804,1,1,1,1,1,1,0.157,0.1804,0.0262,1,0.4749,1,1,1,0.0267,0.4749,0.0009,1,1,1,1,1,0.092610598,0.099554822,0.371698916,1,1,1,1,1,0.2073787,0.03304081,0.216455251,1,1,1,1,1,0.032231759,0.04209891,0.8699855,0.86989634,0.870124113
-5299,1,0.1169,1,1,1,1,1,1,1,1,0.116,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1115,0.1804,0,1,0.4749,1,1,1,0.0228,0.4749,0,1,1,1,1,1,0.157529548,0,0.299387723,1,1,1,1,1,0.141451016,0,0.09972173,1,1,1,1,1,0.028640389,0,0.848598357,0.848741274,0.848847518
-5300,1,0.1169,1,1,1,1,1,1,1,1,0.0751,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0728,0.1804,0,1,0.4749,1,1,1,0.0149,0.4749,0,1,1,1,1,1,0.12503323,0,0.140986592,1,1,1,1,1,0.090718374,0,0.11440289,1,1,1,1,1,0.032939743,0,0.847450459,0.84747197,0.847960993
-5301,1,0.1169,1,1,1,1,1,1,1,1,0.0776,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0685,0.1804,0,1,0.4749,1,1,1,0.0243,0.4749,0,1,1,1,1,1,0.119714096,0,0.021681624,1,1,1,1,1,0.07990706,0,0.058801837,1,1,1,1,1,0.08095888,0,0.805099082,0.805161836,0.805407801
-5302,1,0.1169,1,1,1,1,1,1,1,1,0.1081,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1184,0.1804,0,1,0.4749,1,1,1,0.0624,0.4749,0,1,1,1,1,1,0.135468602,0,0.021722615,1,1,1,1,1,0.118789554,0,0.025443979,1,1,1,1,1,0.142502114,0,0.734473175,0.734503914,0.734485816
-5303,1,0.1169,1,1,1,1,1,1,1,1,0.1096,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1598,0.1804,0,1,0.4749,1,1,1,0.064,0.4749,0,1,1,1,1,1,0.10814514,0,0.106159367,1,1,1,1,1,0.199684009,0,0.110541895,1,1,1,1,1,0.102614492,0,0.664451426,0.664480643,0.664893617
-5304,1,0.1169,1,1,1,1,1,1,1,1,0.1045,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1518,0.1804,0,1,0.4749,1,1,1,0.0506,0.4749,0,1,1,1,1,1,0.120650493,0,0.030140061,1,1,1,1,1,0.206014007,0,0.035266757,1,1,1,1,1,0.0692463,0,0.612554374,0.61265073,0.612588652
-5305,1,0.1169,1,1,1,1,1,1,1,1,0.1024,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1083,0.1804,0,1,0.4749,1,1,1,0.0568,0.4749,0,1,1,1,1,1,0.109316759,0,0.041443013,1,1,1,1,1,0.177736953,0,0.097051829,1,1,1,1,1,0.055439539,0,0.580534074,0.580706579,0.580673759
-5306,1,0.1169,1,1,1,1,1,1,1,1,0.0675,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0689,0.1804,0,1,0.4749,1,1,1,0.083,0.4749,0,1,1,1,1,1,0.082830295,0,0.068171039,1,1,1,1,1,0.129385263,0,0.265764147,1,1,1,1,1,0.096217752,0,0.559630256,0.559763063,0.559840426
-5307,1,0.1169,1,1,1,1,1,1,1,1,0.0243,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0015,0.1804,0,1,0.4749,1,1,1,0.0648,0.4749,0,1,1,1,1,1,0.027014289,0,0.183557734,1,1,1,1,1,0.028360168,0,0.363919377,1,1,1,1,1,0.088708714,0,0.550326245,0.550454834,0.550531915
-5308,1,0.1169,1,1,1,1,1,1,1,1,0.0231,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.0765,0.4749,0,1,1,1,1,1,0.022595745,0,0.241714478,1,1,1,1,1,0.032982294,0,0.533728302,1,1,1,1,1,0.080331892,0,0.555219913,0.555320499,0.555407801
-5309,1,0.1169,1,1,1,1,1,1,1,1,0.0102,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.0372,0.4749,0,1,1,1,1,1,0.023892768,0,0.079941168,1,1,1,1,1,0.012281906,0,0.449202627,1,1,1,1,1,0.070877053,0,0.58518608,0.585149143,0.585106383
-5310,1,0.1169,1,1,1,1,1,1,1,1,0.0152,0.1169,0.0422,1,0.1804,1,1,1,1,1,1,0,0.1804,0.0357,1,0.4749,1,1,1,0.0252,0.4749,0.0255,1,1,1,1,1,0.00700134,0.109667592,0.196510553,1,1,1,1,1,0.008621113,0.069305941,0.789837241,1,1,1,1,1,0.075837404,0.06858255,0.636720638,0.636767506,0.636968085
-5311,1,0.1169,1,1,1,1,1,1,1,1,0.0109,0.1169,0.1847,1,0.1804,1,1,1,1,1,1,0,0.1804,0.1917,1,0.4749,1,1,1,0.0194,0.4749,0.1183,1,1,1,1,1,0.002185126,0.364971906,0.343152404,1,1,1,1,1,0.005917515,0.290750533,0.8554129,1,1,1,1,1,0.0783379,0.25336355,0.702754954,0.702771314,0.703014184
-5312,1,0.1169,1,1,1,1,1,1,1,1,0.0258,0.1169,0.3168,1,0.1804,1,1,1,1,1,1,0,0.1804,0.2238,1,0.4749,1,1,1,0.0431,0.4749,0.2695,1,1,1,1,1,0.004422528,0.422635376,0.810897231,1,1,1,1,1,0.009679782,0.317614555,1,1,1,1,1,1,0.082231708,0.443762243,0.757310295,0.757351386,0.757535461
-5313,1,0.1169,1,1,1,1,1,1,1,1,0.0699,0.1169,0.3829,1,0.1804,1,1,1,1,1,1,0.0329,0.1804,0.3621,1,0.4749,1,1,1,0.0486,0.4749,0.3438,1,1,1,1,1,0.015088894,0.523805022,0.886881113,1,1,1,1,1,0.05098664,0.432718962,1,1,1,1,1,1,0.087069094,0.596616209,0.801353311,0.801353924,0.801861702
-5314,1,0.1169,1,1,1,1,1,1,1,1,0.135,0.1169,0.4342,1,0.1804,1,1,1,1,1,1,0.0551,0.1804,0.3679,1,0.4749,1,1,1,0.0458,0.4749,0.3723,1,1,1,1,1,0.035185061,0.538251162,0.75028789,1,1,1,1,1,0.085056975,0.486269236,0.961175978,1,1,1,1,1,0.070371434,0.637142062,0.836213146,0.836259784,0.83643617
-5315,1,0.1169,1,1,1,1,1,1,1,1,0.1855,0.1169,0.4222,1,0.1804,1,1,1,1,1,1,0.1405,0.1804,0.3931,1,0.4749,1,1,1,0.0784,0.4749,0.4051,1,1,1,1,1,0.069308229,0.526582539,0.674146652,1,1,1,1,1,0.182732001,0.52329886,1,1,1,1,1,1,0.134924203,0.64297837,0.859594007,0.859530358,0.859929078
-5316,1,0.1169,1,1,1,1,1,1,1,1,0.3121,0.1169,0.4114,1,0.1804,1,1,1,1,1,1,0.0602,0.1804,0.3411,1,0.4749,1,1,1,0.0917,0.4749,0.3979,1,1,1,1,1,0.07134898,0.530945539,0.895598948,1,1,1,1,1,0.116755515,0.484713823,1,1,1,1,1,1,0.174740821,0.60609889,0.864910585,0.864819124,0.865248227
-5317,1,0.1169,1,1,1,1,1,1,1,1,0.3162,0.1169,0.3293,1,0.1804,1,1,1,1,1,1,0.0149,0.1804,0.2901,1,0.4749,1,1,1,0.1018,0.4749,0.3444,1,1,1,1,1,0.146871194,0.447485179,1,1,1,1,1,1,0.079874009,0.399552137,1,1,1,1,1,1,0.198776603,0.542361438,0.860137748,0.86016501,0.86037234
-5318,1,0.1169,1,1,1,1,1,1,1,1,0.334,0.1169,0.2521,1,0.1804,1,1,1,1,1,1,0.0603,0.1804,0.2041,1,0.4749,1,1,1,0.0532,0.4749,0.2919,1,1,1,1,1,0.135732979,0.35600996,1,1,1,1,1,1,0.081936896,0.261315376,1,1,1,1,1,1,0.096253887,0.451678813,0.842375544,0.842394754,0.842641844
-5319,1,0.1169,1,1,1,1,1,1,1,1,0.3374,0.1169,0.1593,1,0.1804,1,1,1,1,1,1,0.0556,0.1804,0.1507,1,0.4749,1,1,1,0.0686,0.4749,0.2357,1,1,1,1,1,0.07431069,0.218235135,1,1,1,1,1,1,0.107611343,0.18505542,1,1,1,1,1,1,0.148848504,0.349197537,0.818088449,0.818066427,0.818705674
-5320,1,0.1169,1,1,1,1,1,1,1,1,0.2249,0.1169,0.044,1,0.1804,1,1,1,1,1,1,0.0876,0.1804,0.1435,1,0.4749,1,1,1,0.1,0.4749,0.1662,1,1,1,1,1,0.101205878,0.071516335,0.990997553,1,1,1,1,1,0.146845132,0.302392989,1,1,1,1,1,1,0.169438511,0.184234798,0.803407443,0.803469431,0.804078014
-5321,1,0.1169,1,1,1,1,1,1,1,1,0.2509,0.1169,0.0091,1,0.1804,1,1,1,1,1,1,0.044,0.1804,0.0788,1,0.4749,1,1,1,0.0327,0.4749,0.053,1,1,1,1,1,0.171450913,0.038372882,1,1,1,1,1,1,0.091188997,0.215391546,1,1,1,1,1,1,0.076845035,0.037968196,0.786913968,0.786968479,0.78679078
-5322,1,0.1169,1,1,1,1,1,1,1,1,0.2789,0.1169,0.001,1,0.1804,1,1,1,1,1,1,0.0121,0.1804,0.0084,1,0.4749,1,1,1,0.0529,0.4749,0,1,1,1,1,1,0.297826111,0.004801692,1,1,1,1,1,1,0.036052443,0.047287706,0.728689313,1,1,1,1,1,0.059099182,0,0.764983084,0.76496721,0.765514184
-5323,1,0.1169,1,1,1,1,1,1,1,1,0.2311,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.076,0.4749,0,1,1,1,1,1,0.158114552,0,1,1,1,1,1,1,0.008585556,0,0.86571002,1,1,1,1,1,0.121758372,0,0.749093765,0.74910091,0.749113475
-5324,1,0.1169,1,1,1,1,1,1,1,1,0.2172,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.1075,0.4749,0,1,1,1,1,1,0.086264402,0,1,1,1,1,1,1,0.00624545,0,1,1,1,1,1,1,0.195811734,0,0.748972934,0.748889359,0.749113475
-5325,1,0.1169,1,1,1,1,1,1,1,1,0.2364,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.0474,0.4749,0,1,1,1,1,1,0.126826346,0,1,1,1,1,1,1,0.01692735,0,1,1,1,1,1,1,0.080639087,0,0.720940068,0.720964671,0.721187943
-5326,1,0.1169,1,1,1,1,1,1,1,1,0.1147,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0081,0.1804,0,1,0.4749,1,1,1,0.0845,0.4749,0,1,1,1,1,1,0.118948698,0,1,1,1,1,1,1,0.020493262,0,1,1,1,1,1,1,0.135091901,0,0.670553407,0.670615612,0.671099291
-5327,1,0.1169,1,1,1,1,1,1,1,1,0.0374,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0037,0.1804,0,1,0.4749,1,1,1,0.0905,0.4749,0,1,1,1,1,1,0.041872282,0,1,1,1,1,1,1,0.017664712,0,1,1,1,1,1,1,0.164054841,0,0.614487675,0.614554686,0.614804965
-5328,1,0.1169,1,1,1,1,1,1,1,1,0.0413,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.0757,0.4749,0,1,1,1,1,1,0.017298827,0,1,1,1,1,1,1,0.002585017,0,1,1,1,1,1,1,0.127967656,0,0.568873852,0.568648191,0.569148936
-5329,1,0.1169,1,1,1,1,1,1,1,1,0.0369,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.1236,0.4749,0,1,1,1,1,1,0.006955292,0,1,1,1,1,1,1,0.002128399,0,1,1,1,1,1,1,0.182110876,0,0.53842436,0.538607997,0.53856383
-5330,1,0.1169,1,1,1,1,1,1,1,1,0.0481,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.1641,0.4749,0,1,1,1,1,1,0.007647801,0,1,1,1,1,1,1,0.011583931,0,1,1,1,1,1,1,0.277409732,0,0.518245529,0.518299133,0.518617021
-5331,1,0.1169,1,1,1,1,1,1,1,1,0.0537,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0077,0.1804,0,1,0.4749,1,1,1,0.2021,0.4749,0,1,1,1,1,1,0.009853967,0,1,1,1,1,1,1,0.029007666,0,1,1,1,1,1,1,0.330774665,0,0.506947801,0.506875397,0.507092199
-5332,1,0.1169,1,1,1,1,1,1,1,1,0.0291,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.1656,0.4749,0,1,1,1,1,1,0.006225683,0,1,1,1,1,1,1,0.016212475,0,0.705790579,1,1,1,1,1,0.290260375,0,0.503443693,0.503490586,0.503546099
-5333,1,0.1169,1,1,1,1,1,1,1,1,0.0056,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.1403,0.4749,0,1,1,1,1,1,0.001318591,0,0.941826761,1,1,1,1,1,0.016978329,0,0.543480396,1,1,1,1,1,0.217767343,0,0.509424843,0.509414005,0.509751773
-5334,1,0.1169,1,1,1,1,1,1,1,1,0.0056,0.1169,0.0441,1,0.1804,1,1,1,1,1,1,0,0.1804,0.0344,1,0.4749,1,1,1,0.0915,0.4749,0.0305,1,1,1,1,1,0.000607226,0.093597025,0.737125278,1,1,1,1,1,0.004326776,0.132223427,0.214255005,1,1,1,1,1,0.11898873,0.12678194,0.526401643,0.526549609,0.526595745
-5335,1,0.1169,1,1,1,1,1,1,1,1,0.0099,0.1169,0.1477,1,0.1804,1,1,1,1,1,1,0,0.1804,0.161,1,0.4749,1,1,1,0.047,0.4749,0.1457,1,1,1,1,1,0.000788536,0.2913405,0.833973885,1,1,1,1,1,0.008592418,0.296458781,0.690313578,1,1,1,1,1,0.063596033,0.34593913,0.570082165,0.570129046,0.570035461
-5336,1,0.1169,1,1,1,1,1,1,1,1,0.0071,0.1169,0.2796,1,0.1804,1,1,1,1,1,1,0.004,0.1804,0.307,1,0.4749,1,1,1,0.0639,0.4749,0.3237,1,1,1,1,1,0.000669302,0.533468068,1,1,1,1,1,1,0.016406093,0.446945906,0.679583251,1,1,1,1,1,0.074115962,0.512602866,0.624154181,0.624286017,0.624556738
-5337,1,0.1169,1,1,1,1,1,1,1,1,0.0105,0.1169,0.3944,1,0.1804,1,1,1,1,1,1,0.0046,0.1804,0.3961,1,0.4749,1,1,1,0.075,0.4749,0.4483,1,1,1,1,1,0.002309022,0.627321482,0.427080899,1,1,1,1,1,0.008966878,0.552126288,0.912386417,1,1,1,1,1,0.087979198,0.648913443,0.673936684,0.673788872,0.674202128
-5338,1,0.1169,1,1,1,1,1,1,1,1,0.034,0.1169,0.4159,1,0.1804,1,1,1,1,1,1,0,0.1804,0.3996,1,0.4749,1,1,1,0.0333,0.4749,0.5068,1,1,1,1,1,0.00966882,0.602576971,0.318069547,1,1,1,1,1,0.009754913,0.540703237,0.994774938,1,1,1,1,1,0.047878519,0.680740416,0.71562349,0.715675904,0.715868794
-5339,1,0.1169,1,1,1,1,1,1,1,1,0.0677,0.1169,0.4386,1,0.1804,1,1,1,1,1,1,0,0.1804,0.3945,1,0.4749,1,1,1,0.0646,0.4749,0.5042,1,1,1,1,1,0.013358809,0.605558872,0.539394617,1,1,1,1,1,0.019520693,0.573119342,0.990958214,1,1,1,1,1,0.069431514,0.681160271,0.740695988,0.740638883,0.740691489
-5340,1,0.1169,1,1,1,1,1,1,1,1,0.1526,0.1169,0.4434,1,0.1804,1,1,1,1,1,1,0.0284,0.1804,0.4583,1,0.4749,1,1,1,0.0788,0.4749,0.5331,1,1,1,1,1,0.027225396,0.5791201,0.8964535,1,1,1,1,1,0.10575217,0.699240208,0.879697204,1,1,1,1,1,0.089012973,0.693193018,0.755256162,0.755235879,0.755319149
-5341,1,0.1169,1,1,1,1,1,1,1,1,0.1759,0.1169,0.4229,1,0.1804,1,1,1,1,1,1,0.047,0.1804,0.4785,1,0.4749,1,1,1,0.0979,0.4749,0.4777,1,1,1,1,1,0.035344988,0.585879743,0.635174096,1,1,1,1,1,0.085735872,0.719192743,0.694912553,1,1,1,1,1,0.125160769,0.67724359,0.764076849,0.764121007,0.764184397
-5342,1,0.1169,1,1,1,1,1,1,1,1,0.0829,0.1169,0.4106,1,0.1804,1,1,1,1,1,1,0.0149,0.1804,0.5244,1,0.4749,1,1,1,0.0942,0.4749,0.3377,1,1,1,1,1,0.018209966,0.589282393,0.791138053,1,1,1,1,1,0.061906237,0.72888273,0.501865208,1,1,1,1,1,0.086826421,0.588474214,0.768910101,0.768986672,0.769060284
-5343,1,0.1169,1,1,1,1,1,1,1,1,0.1115,0.1169,0.3777,1,0.1804,1,1,1,1,1,1,0.1562,0.1804,0.3887,1,0.4749,1,1,1,0.0784,0.4749,0.2761,1,1,1,1,1,0.026181646,0.567657232,1,1,1,1,1,1,0.173373431,0.603985429,0.99452889,1,1,1,1,1,0.075757854,0.436629266,0.772716288,0.772583034,0.773049645
-5344,1,0.1169,1,1,1,1,1,1,1,1,0.1252,0.1169,0.2557,1,0.1804,1,1,1,1,1,1,0.1194,0.1804,0.2476,1,0.4749,1,1,1,0.0613,0.4749,0.214,1,1,1,1,1,0.039959669,0.431600899,1,1,1,1,1,1,0.184693217,0.475247025,1,1,1,1,1,1,0.083149873,0.274663925,0.775797487,0.775756294,0.776152482
-5345,1,0.1169,1,1,1,1,1,1,1,1,0.101,0.1169,0.1227,1,0.1804,1,1,1,1,1,1,0.0382,0.1804,0.1349,1,0.4749,1,1,1,0.0461,0.4749,0.0917,1,1,1,1,1,0.033066854,0.202618256,1,1,1,1,1,1,0.096544415,0.376982391,1,1,1,1,1,1,0.082253046,0.123778619,0.774407927,0.77448699,0.774379433
-5346,1,0.1169,1,1,1,1,1,1,1,1,0.1177,0.1169,0.0057,1,0.1804,1,1,1,1,1,1,0.0639,0.1804,0.0151,1,0.4749,1,1,1,0.0619,0.4749,0,1,1,1,1,1,0.068369292,0.004660128,0.97943449,1,1,1,1,1,0.147323504,0.054308329,0.823976994,1,1,1,1,1,0.1029616,0.003039253,0.762143548,0.762217051,0.762411348
-5347,1,0.1169,1,1,1,1,1,1,1,1,0.0707,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0908,0.1804,0,1,0.4749,1,1,1,0.0388,0.4749,0,1,1,1,1,1,0.038193136,0,0.879737854,1,1,1,1,1,0.131252095,0,0.75529325,1,1,1,1,1,0.06927903,0,0.749516675,0.749735562,0.749556738
-5348,1,0.1169,1,1,1,1,1,1,1,1,0.1716,0.1169,0,1,0.1804,1,1,1,1,1,1,0.2385,0.1804,0,1,0.4749,1,1,1,0.0554,0.4749,0,1,1,1,1,1,0.085173033,0,0.992759526,1,1,1,1,1,0.280245006,0,0.920821786,1,1,1,1,1,0.133917779,0,0.753987434,0.753966575,0.753989362
-5349,1,0.1169,1,1,1,1,1,1,1,1,0.1788,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1977,0.1804,0,1,0.4749,1,1,1,0.0537,0.4749,0,1,1,1,1,1,0.064500406,0,1,1,1,1,1,1,0.230474025,0,0.765545845,1,1,1,1,1,0.132407889,0,0.726256646,0.726253438,0.726507092
-5350,1,0.1169,1,1,1,1,1,1,1,1,0.073,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0977,0.1804,0,1,0.4749,1,1,1,0.0529,0.4749,0,1,1,1,1,1,0.035657153,0,0.674719274,1,1,1,1,1,0.115631223,0,0.751154244,1,1,1,1,1,0.144849375,0,0.678467859,0.678442987,0.678634752
-5351,1,0.1169,1,1,1,1,1,1,1,1,0.1401,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1061,0.1804,0,1,0.4749,1,1,1,0.0595,0.4749,0,1,1,1,1,1,0.070730619,0,0.907660484,1,1,1,1,1,0.115074709,0,0.733973861,1,1,1,1,1,0.162995875,0,0.624939584,0.624920669,0.625
-5352,1,0.1169,1,1,1,1,1,1,1,1,0.1713,0.1169,0,1,0.1804,1,1,1,1,1,1,0.028,0.1804,0,1,0.4749,1,1,1,0.038,0.4749,0,1,1,1,1,1,0.073242277,0,0.961979508,1,1,1,1,1,0.062950611,0,0.88182497,1,1,1,1,1,0.104002222,0,0.579446593,0.579437275,0.579787234
-5353,1,0.1169,1,1,1,1,1,1,1,1,0.1314,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.0409,0.4749,0,1,1,1,1,1,0.063238077,0,0.979794621,1,1,1,1,1,0.042331409,0,1,1,1,1,1,1,0.090256058,0,0.548453359,0.548550878,0.548758865
-5354,1,0.1169,1,1,1,1,1,1,1,1,0.1222,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0962,0.1804,0,1,0.4749,1,1,1,0.041,0.4749,0,1,1,1,1,1,0.079053462,0,0.990895391,1,1,1,1,1,0.100264125,0,1,1,1,1,1,1,0.082899109,0,0.52658289,0.526761159,0.526595745
-5355,1,0.1169,1,1,1,1,1,1,1,1,0.0933,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0744,0.1804,0,1,0.4749,1,1,1,0.0534,0.4749,0,1,1,1,1,1,0.075906016,0,1,1,1,1,1,1,0.082734689,0,1,1,1,1,1,1,0.129771337,0,0.514560174,0.514491221,0.51462766
-5356,1,0.1169,1,1,1,1,1,1,1,1,0.0849,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0059,0.1804,0,1,0.4749,1,1,1,0.0538,0.4749,0,1,1,1,1,1,0.0846816,0,1,1,1,1,1,1,0.033133142,0,0.729901373,1,1,1,1,1,0.141748875,0,0.510089415,0.510048657,0.510195035
-5357,1,0.1169,1,1,1,1,1,1,1,1,0.0834,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0387,0.1804,0,1,0.4749,1,1,1,0.0527,0.4749,0,1,1,1,1,1,0.080101646,0,0.901890397,1,1,1,1,1,0.051421784,0,0.333703935,1,1,1,1,1,0.152788103,0,0.51419768,0.514068119,0.514184397
-5358,1,0.1169,1,1,1,1,1,1,1,1,0.0804,0.1169,0.013,1,0.1804,1,1,1,1,1,1,0,0.1804,0.0155,1,0.4749,1,1,1,0.0319,0.4749,0.0247,1,1,1,1,1,0.089567408,0.022832459,0.836001575,1,1,1,1,1,0.006666276,0.021267731,0.384144545,1,1,1,1,1,0.11621093,0.021726854,0.522776704,0.522741697,0.523049645
-5359,1,0.1169,1,1,1,1,1,1,1,1,0.0539,0.1169,0.0891,1,0.1804,1,1,1,1,1,1,0.0034,0.1804,0.1236,1,0.4749,1,1,1,0.0121,0.4749,0.1228,1,1,1,1,1,0.056023713,0.203270584,0.669048667,1,1,1,1,1,0.013421111,0.415101677,0.43659085,1,1,1,1,1,0.057617262,0.16062215,0.549480425,0.549608631,0.54964539
-5360,1,0.1169,1,1,1,1,1,1,1,1,0.0303,0.1169,0.1723,1,0.1804,1,1,1,1,1,1,0,0.1804,0.262,1,0.4749,1,1,1,0.0123,0.4749,0.1993,1,1,1,1,1,0.006182404,0.251009226,0.629506707,1,1,1,1,1,0.001501878,0.489553452,0.224202111,1,1,1,1,1,0.022643944,0.277771622,0.595275495,0.595303575,0.595301418
-5361,1,0.1169,1,1,1,1,1,1,1,1,0.0205,0.1169,0.2662,1,0.1804,1,1,1,1,1,1,0,0.1804,0.3681,1,0.4749,1,1,1,0.0072,0.4749,0.376,1,1,1,1,1,0.001585788,0.386392117,0.749858499,1,1,1,1,1,5.80E-05,0.677581251,0.247988239,1,1,1,1,1,0.012257946,0.353767455,0.642460126,0.642479374,0.642730496
-5362,1,0.1169,1,1,1,1,1,1,1,1,0.0315,0.1169,0.4019,1,0.1804,1,1,1,1,1,1,0,0.1804,0.5223,1,0.4749,1,1,1,0.0077,0.4749,0.4778,1,1,1,1,1,0.003452702,0.606798172,0.580313087,1,1,1,1,1,0.000829078,0.78934896,0.166661277,1,1,1,1,1,0.0204632,0.454340041,0.683421943,0.683520203,0.683510638
-5363,1,0.1169,1,1,1,1,1,1,1,1,0.08,0.1169,0.4251,1,0.1804,1,1,1,1,1,1,0.0121,0.1804,0.5292,1,0.4749,1,1,1,0.0153,0.4749,0.5,1,1,1,1,1,0.013258333,0.657437742,0.624291539,1,1,1,1,1,0.016898766,0.799681485,0.124122262,1,1,1,1,1,0.025202304,0.514190078,0.715321411,0.715252803,0.715425532
-5364,1,0.1169,1,1,1,1,1,1,1,1,0.1251,0.1169,0.4526,1,0.1804,1,1,1,1,1,1,0.1198,0.1804,0.5028,1,0.4749,1,1,1,0.0205,0.4749,0.476,1,1,1,1,1,0.019913418,0.665009201,0.963687301,1,1,1,1,1,0.082351893,0.79421401,0.599881709,1,1,1,1,1,0.045771532,0.513053834,0.739608507,0.73958113,0.739804965
-5365,1,0.1169,1,1,1,1,1,1,1,1,0.1926,0.1169,0.4659,1,0.1804,1,1,1,1,1,1,0.1278,0.1804,0.5687,1,0.4749,1,1,1,0.0201,0.4749,0.4393,1,1,1,1,1,0.053293727,0.709535718,0.904389024,1,1,1,1,1,0.10527762,0.818167865,0.587075174,1,1,1,1,1,0.03555683,0.448014975,0.754772837,0.754812778,0.755319149
-5366,1,0.1169,1,1,1,1,1,1,1,1,0.2364,0.1169,0.4813,1,0.1804,1,1,1,1,1,1,0.11,0.1804,0.5529,1,0.4749,1,1,1,0.0242,0.4749,0.4429,1,1,1,1,1,0.068365969,0.745331049,0.846425891,1,1,1,1,1,0.114683539,0.819839656,0.54471761,1,1,1,1,1,0.04449147,0.500534177,0.769091348,0.769198223,0.769503546
-5367,1,0.1169,1,1,1,1,1,1,1,1,0.2681,0.1169,0.4189,1,0.1804,1,1,1,1,1,1,0.0797,0.1804,0.4542,1,0.4749,1,1,1,0.0235,0.4749,0.408,1,1,1,1,1,0.074395031,0.724135101,0.76414609,1,1,1,1,1,0.114411399,0.777045071,0.33556366,1,1,1,1,1,0.038744189,0.562288344,0.781899468,0.781891263,0.782358156
-5368,1,0.1169,1,1,1,1,1,1,1,1,0.2221,0.1169,0.2917,1,0.1804,1,1,1,1,1,1,0.0856,0.1804,0.3431,1,0.4749,1,1,1,0.0189,0.4749,0.2759,1,1,1,1,1,0.075718246,0.651872993,0.622168481,1,1,1,1,1,0.133608043,0.723062515,0.263199747,1,1,1,1,1,0.040513452,0.59079957,0.791263896,0.791411043,0.791223404
-5369,1,0.1169,1,1,1,1,1,1,1,1,0.1388,0.1169,0.1482,1,0.1804,1,1,1,1,1,1,0.1302,0.1804,0.1925,1,0.4749,1,1,1,0.0222,0.4749,0.133,1,1,1,1,1,0.040579773,0.506096125,0.321121395,1,1,1,1,1,0.16662842,0.626188874,0.207350791,1,1,1,1,1,0.034924746,0.427303076,0.793197197,0.793103448,0.793439716
-5370,1,0.1169,1,1,1,1,1,1,1,1,0.0791,0.1169,0.0278,1,0.1804,1,1,1,1,1,1,0.2089,0.1804,0.0608,1,0.4749,1,1,1,0.0374,0.4749,0.0221,1,1,1,1,1,0.022553276,0.254321754,0.263679832,1,1,1,1,1,0.218470931,0.351375848,0.325112581,1,1,1,1,1,0.052470863,0.164819211,0.780993233,0.78083351,0.781028369
-5371,1,0.1169,1,1,1,1,1,1,1,1,0.0896,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1369,0.1804,0,1,0.4749,1,1,1,0.0443,0.4749,0,1,1,1,1,1,0.035537817,0,0.591931164,1,1,1,1,1,0.149455383,0,0.359860241,1,1,1,1,1,0.08578746,0,0.763593523,0.763697906,0.763741135
-5372,1,0.1169,1,1,1,1,1,1,1,1,0.0933,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1003,0.1804,0,1,0.4749,1,1,1,0.0617,0.4749,0,1,1,1,1,1,0.044086143,0,0.353625715,1,1,1,1,1,0.135452986,0,0.186790317,1,1,1,1,1,0.100373015,0,0.7669768,0.766871166,0.767287234
-5373,1,0.1169,1,1,1,1,1,1,1,1,0.1724,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0717,0.1804,0,1,0.4749,1,1,1,0.0591,0.4749,0,1,1,1,1,1,0.116498388,0,0.472779959,1,1,1,1,1,0.12762931,0,0.175326705,1,1,1,1,1,0.112202249,0,0.73078782,0.730696002,0.730939716
-5374,1,0.1169,1,1,1,1,1,1,1,1,0.1213,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1126,0.1804,0,1,0.4749,1,1,1,0.0569,0.4749,0,1,1,1,1,1,0.134353206,0,0.30338046,1,1,1,1,1,0.155161723,0,0.081425659,1,1,1,1,1,0.121904016,0,0.668740938,0.668711656,0.668882979
-5375,1,0.1169,1,1,1,1,1,1,1,1,0.1238,0.1169,0,1,0.1804,1,1,1,1,1,1,0.124,0.1804,0,1,0.4749,1,1,1,0.0506,0.4749,0,1,1,1,1,1,0.104088776,0,0.224086225,1,1,1,1,1,0.128263235,0,0.042976443,1,1,1,1,1,0.161108583,0,0.605183664,0.605246457,0.605496454
-5376,1,0.1169,1,1,1,1,1,1,1,1,0.0946,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1164,0.1804,0,1,0.4749,1,1,1,0.0374,0.4749,0,1,1,1,1,1,0.05172582,0,0.174127117,1,1,1,1,1,0.113193154,0,0.01077487,1,1,1,1,1,0.109831482,0,0.556367811,0.556378253,0.556737589
-5377,1,0.1169,1,1,1,1,1,1,1,1,0.0949,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1227,0.1804,0,1,0.4749,1,1,1,0.0481,0.4749,0,1,1,1,1,1,0.047402874,0,0.123909295,1,1,1,1,1,0.105507717,0,0.046335343,1,1,1,1,1,0.099324889,0,0.52422668,0.524222551,0.524379433
-5378,1,0.1169,1,1,1,1,1,1,1,1,0.0679,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1012,0.1804,0,1,0.4749,1,1,1,0.0648,0.4749,0,1,1,1,1,1,0.035071842,0,0.165416732,1,1,1,1,1,0.084901191,0,0.043384038,1,1,1,1,1,0.154094249,0,0.503806187,0.503702137,0.503989362
-5379,1,0.1169,1,1,1,1,1,1,1,1,0.0715,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1489,0.1804,0,1,0.4749,1,1,1,0.0615,0.4749,0,1,1,1,1,1,0.059408382,0,0.139775738,1,1,1,1,1,0.123617835,0,0.039046861,1,1,1,1,1,0.152457386,0,0.493293862,0.493336154,0.493351064
-5380,1,0.1169,1,1,1,1,1,1,1,1,0.0869,0.1169,0,1,0.1804,1,1,1,1,1,1,0.131,0.1804,0,1,0.4749,1,1,1,0.0646,0.4749,0,1,1,1,1,1,0.088855878,0,0.103297748,1,1,1,1,1,0.125498518,0,0.042150788,1,1,1,1,1,0.16383484,0,0.497462542,0.497567167,0.497783688
-5381,1,0.1169,1,1,1,1,1,1,1,1,0.0687,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0724,0.1804,0,1,0.4749,1,1,1,0.0751,0.4749,0,1,1,1,1,1,0.072712637,0,0.045811635,1,1,1,1,1,0.072665192,0,0,1,1,1,1,1,0.184415534,0,0.523924601,0.52379945,0.52393617
-5382,1,0.1169,1,1,1,1,1,1,1,1,0.0529,0.1169,0.0607,1,0.1804,1,1,1,1,1,1,0.056,0.1804,0.0862,1,0.4749,1,1,1,0.0681,0.4749,0.0561,1,1,1,1,1,0.053019781,0.400431931,0.039926358,1,1,1,1,1,0.060302697,0.413436294,0,1,1,1,1,1,0.176485077,0.447924614,0.56917593,0.569282843,0.569592199
-5383,1,0.1169,1,1,1,1,1,1,1,1,0.0089,0.1169,0.2141,1,0.1804,1,1,1,1,1,1,0.0151,0.1804,0.2409,1,0.4749,1,1,1,0.0142,0.4749,0.1974,1,1,1,1,1,0.013352313,0.696420372,0.039886221,1,1,1,1,1,0.02080553,0.696998119,0.02086335,1,1,1,1,1,0.059165344,0.650442719,0.634001933,0.634017347,0.634308511
-5384,1,0.1169,1,1,1,1,1,1,1,1,0.0123,0.1169,0.3901,1,0.1804,1,1,1,1,1,1,0.0573,0.1804,0.4098,1,0.4749,1,1,1,0.0239,0.4749,0.3699,1,1,1,1,1,0.023549318,0.83685261,0.041552879,1,1,1,1,1,0.048387036,0.837072611,0.026952619,1,1,1,1,1,0.075840451,0.813954413,0.688376027,0.688385868,0.688386525
-5385,1,0.1169,1,1,1,1,1,1,1,1,0.0446,0.1169,0.5228,1,0.1804,1,1,1,1,1,1,0.1157,0.1804,0.5284,1,0.4749,1,1,1,0.0125,0.4749,0.4965,1,1,1,1,1,0.066633947,0.868761361,0.089589201,1,1,1,1,1,0.096838817,0.866366804,0.082559951,1,1,1,1,1,0.050829053,0.862891674,0.73398985,0.733869262,0.734485816
-5386,1,0.1169,1,1,1,1,1,1,1,1,0.0302,0.1169,0.616,1,0.1804,1,1,1,1,1,1,0.067,0.1804,0.6081,1,0.4749,1,1,1,0.0078,0.4749,0.5804,1,1,1,1,1,0.030718684,0.860189974,0.120777905,1,1,1,1,1,0.056470826,0.856778741,0.063989796,1,1,1,1,1,0.031149507,0.869556427,0.773622523,0.773640787,0.77393617
-5387,1,0.1169,1,1,1,1,1,1,1,1,0.073,0.1169,0.6086,1,0.1804,1,1,1,1,1,1,0.0295,0.1804,0.5946,1,0.4749,1,1,1,0.0228,0.4749,0.5594,1,1,1,1,1,0.044828694,0.845874369,0.121826291,1,1,1,1,1,0.031496849,0.838819802,0.032065444,1,1,1,1,1,0.059728183,0.854546905,0.801594973,0.801565475,0.801861702
-5388,1,0.1169,1,1,1,1,1,1,1,1,0.1116,0.1169,0.6019,1,0.1804,1,1,1,1,1,1,0.0312,0.1804,0.5906,1,0.4749,1,1,1,0.0211,0.4749,0.5355,1,1,1,1,1,0.055959586,0.854296565,0.101847991,1,1,1,1,1,0.038939919,0.796295166,0.021193195,1,1,1,1,1,0.06653446,0.83319056,0.81959884,0.819758832,0.820035461
-5389,1,0.1169,1,1,1,1,1,1,1,1,0.1177,0.1169,0.5902,1,0.1804,1,1,1,1,1,1,0.0394,0.1804,0.5674,1,0.4749,1,1,1,0.0199,0.4749,0.5144,1,1,1,1,1,0.039960191,0.804291487,0.123342872,1,1,1,1,1,0.048095897,0.829237401,0.015661519,1,1,1,1,1,0.037734739,0.789803147,0.836031899,0.836048234,0.83643617
-5390,1,0.1169,1,1,1,1,1,1,1,1,0.1225,0.1169,0.5524,1,0.1804,1,1,1,1,1,1,0.0353,0.1804,0.5695,1,0.4749,1,1,1,0.0143,0.4749,0.4759,1,1,1,1,1,0.041775525,0.74589324,0.129375085,1,1,1,1,1,0.04218759,0.837515235,0.051045813,1,1,1,1,1,0.043538254,0.765477002,0.84702755,0.847048868,0.84751773
-5391,1,0.1169,1,1,1,1,1,1,1,1,0.1322,0.1169,0.4566,1,0.1804,1,1,1,1,1,1,0.0855,0.1804,0.4717,1,0.4749,1,1,1,0.0405,0.4749,0.4073,1,1,1,1,1,0.040837631,0.778764784,0.177300081,1,1,1,1,1,0.086623974,0.763989568,0.143871203,1,1,1,1,1,0.070402622,0.744918466,0.851800387,0.851914534,0.852393617
-5392,1,0.1169,1,1,1,1,1,1,1,1,0.1579,0.1169,0.323,1,0.1804,1,1,1,1,1,1,0.0972,0.1804,0.3401,1,0.4749,1,1,1,0.042,0.4749,0.2377,1,1,1,1,1,0.039442018,0.723488271,0.232614905,1,1,1,1,1,0.094826132,0.674472034,0.242479339,1,1,1,1,1,0.053290859,0.615536094,0.855969067,0.855933996,0.856382979
-5393,1,0.1169,1,1,1,1,1,1,1,1,0.1697,0.1169,0.1535,1,0.1804,1,1,1,1,1,1,0.1583,0.1804,0.1961,1,0.4749,1,1,1,0.0495,0.4749,0.1414,1,1,1,1,1,0.069621801,0.59876591,0.360434592,1,1,1,1,1,0.128285751,0.568730712,0.286897123,1,1,1,1,1,0.058994282,0.425767183,0.849927501,0.849799027,0.850177305
-5394,1,0.1169,1,1,1,1,1,1,1,1,0.1704,0.1169,0.0356,1,0.1804,1,1,1,1,1,1,0.0504,0.1804,0.0601,1,0.4749,1,1,1,0.0663,0.4749,0.0326,1,1,1,1,1,0.066737011,0.281357974,0.402785212,1,1,1,1,1,0.051985003,0.293762565,0.37273404,1,1,1,1,1,0.095084853,0.120075256,0.823586274,0.823566744,0.824024823
-5395,1,0.1169,1,1,1,1,1,1,1,1,0.1624,0.1169,0,1,0.1804,1,1,1,1,1,1,0.037,0.1804,0,1,0.4749,1,1,1,0.0887,0.4749,0,1,1,1,1,1,0.149788618,0,0.302292556,1,1,1,1,1,0.072984785,0,0.031500265,1,1,1,1,1,0.153577149,0,0.798513775,0.798603766,0.798758865
-5396,1,0.1169,1,1,1,1,1,1,1,1,0.1439,0.1169,0,1,0.1804,1,1,1,1,1,1,0.005,0.1804,0,1,0.4749,1,1,1,0.0646,0.4749,0,1,1,1,1,1,0.138237536,0,0.152028576,1,1,1,1,1,0.018533375,0,0.017500786,1,1,1,1,1,0.139808342,0,0.795915901,0.795853607,0.796099291
-5397,1,0.1169,1,1,1,1,1,1,1,1,0.157,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0195,0.1804,0,1,0.4749,1,1,1,0.0788,0.4749,0,1,1,1,1,1,0.110735551,0,0.171477541,1,1,1,1,1,0.038981766,0,0.074404195,1,1,1,1,1,0.164310127,0,0.747643789,0.747620055,0.747783688
-5398,1,0.1169,1,1,1,1,1,1,1,1,0.0906,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0069,0.1804,0,1,0.4749,1,1,1,0.1241,0.4749,0,1,1,1,1,1,0.05302912,0,0.099813536,1,1,1,1,1,0.00984675,0,0.040935867,1,1,1,1,1,0.26610902,0,0.674359594,0.674423524,0.67464539
-5399,1,0.1169,1,1,1,1,1,1,1,1,0.1211,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0377,0.1804,0,1,0.4749,1,1,1,0.1193,0.4749,0,1,1,1,1,1,0.112253889,0,0.127100617,1,1,1,1,1,0.044979006,0,0.040383246,1,1,1,1,1,0.279419482,0,0.604035766,0.603977153,0.604166667
-5400,1,0.1169,1,1,1,1,1,1,1,1,0.1202,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1349,0.1804,0,1,0.4749,1,1,1,0.1225,0.4749,0,1,1,1,1,1,0.122687601,0,0.177100137,1,1,1,1,1,0.13407369,0,0.052269373,1,1,1,1,1,0.314419836,0,0.552017883,0.551935689,0.552304965
-5401,1,0.1169,1,1,1,1,1,1,1,1,0.1126,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0964,0.1804,0,1,0.4749,1,1,1,0.1025,0.4749,0,1,1,1,1,1,0.113566838,0,0.20192486,1,1,1,1,1,0.095355459,0,0.012045551,1,1,1,1,1,0.272637486,0,0.517580957,0.517664481,0.517730496
-5402,1,0.1169,1,1,1,1,1,1,1,1,0.0687,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0838,0.1804,0,1,0.4749,1,1,1,0.0453,0.4749,0,1,1,1,1,1,0.061143667,0,0.214774579,1,1,1,1,1,0.085065566,0,0,1,1,1,1,1,0.145327374,0,0.495287579,0.49524011,0.495567376
-5403,1,0.1169,1,1,1,1,1,1,1,1,0.0549,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0561,0.1804,0,1,0.4749,1,1,1,0.0589,0.4749,0,1,1,1,1,1,0.045233667,0,0.242326498,1,1,1,1,1,0.067055523,0,0.071581423,1,1,1,1,1,0.133612901,0,0.48441276,0.484451026,0.484485816
-5404,1,0.1169,1,1,1,1,1,1,1,1,0.0414,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0148,0.1804,0,1,0.4749,1,1,1,0.0665,0.4749,0,1,1,1,1,1,0.020359676,0,0.299802244,1,1,1,1,1,0.015434799,0,0.105304196,1,1,1,1,1,0.137575909,0,0.487916868,0.487835837,0.488031915
-5405,1,0.1169,1,1,1,1,1,1,1,1,0.0309,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0059,0.1804,0,1,0.4749,1,1,1,0.0584,0.4749,0,1,1,1,1,1,0.013575386,0,0.277545273,1,1,1,1,1,0.004903108,0,0.051523566,1,1,1,1,1,0.162288517,0,0.516070565,0.516183626,0.516400709
-5406,1,0.1169,1,1,1,1,1,1,1,1,0.0195,0.1169,0.0611,1,0.1804,1,1,1,1,1,1,0,0.1804,0.0872,1,0.4749,1,1,1,0.0405,0.4749,0.0643,1,1,1,1,1,0.006707976,0.315484881,0.218731567,1,1,1,1,1,0.002001379,0.208923891,0,1,1,1,1,1,0.114320055,0.316163719,0.563013533,0.562936323,0.563386525
-5407,1,0.1169,1,1,1,1,1,1,1,1,0.0194,0.1169,0.21,1,0.1804,1,1,1,1,1,1,0,0.1804,0.2165,1,0.4749,1,1,1,0.0129,0.4749,0.2024,1,1,1,1,1,0.013674312,0.594336808,0.138606936,1,1,1,1,1,0.00857733,0.528249025,0.018462306,1,1,1,1,1,0.049393393,0.629949987,0.62777912,0.627670827,0.628102837
-5408,1,0.1169,1,1,1,1,1,1,1,1,0.0013,0.1169,0.3548,1,0.1804,1,1,1,1,1,1,0,0.1804,0.3323,1,0.4749,1,1,1,0.0068,0.4749,0.3516,1,1,1,1,1,0.003288933,0.709842622,0.086048849,1,1,1,1,1,0,0.513111651,0,1,1,1,1,1,0.028868165,0.761417508,0.67858869,0.678654538,0.679078014
-5409,1,0.1169,1,1,1,1,1,1,1,1,0,0.1169,0.4601,1,0.1804,1,1,1,1,1,1,0,0.1804,0.3569,1,0.4749,1,1,1,0.004,0.4749,0.4615,1,1,1,1,1,0.005110479,0.703976572,0.102241091,1,1,1,1,1,0,0.480001122,0,1,1,1,1,1,0.01098367,0.810589194,0.722208797,0.722233975,0.72251773
-5410,1,0.1169,1,1,1,1,1,1,1,1,0.0007,0.1169,0.4822,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4044,1,0.4749,1,1,1,0.0094,0.4749,0.498,1,1,1,1,1,0.001645055,0.655806661,0.073999077,1,1,1,1,1,0,0.526070416,0.010199477,1,1,1,1,1,0.035580564,0.769477904,0.758458192,0.75862069,0.758865248
-5411,1,0.1169,1,1,1,1,1,1,1,1,0.0144,0.1169,0.4699,1,0.1804,1,1,1,1,1,1,0.0151,0.1804,0.4283,1,0.4749,1,1,1,0.0107,0.4749,0.5109,1,1,1,1,1,0.005207707,0.67604661,0.157974392,1,1,1,1,1,0.01450765,0.571701348,0,1,1,1,1,1,0.048254032,0.723519921,0.78298695,0.782949016,0.783244681
-5412,1,0.1169,1,1,1,1,1,1,1,1,0.0405,0.1169,0.4759,1,0.1804,1,1,1,1,1,1,0.025,0.1804,0.4293,1,0.4749,1,1,1,0.0016,0.4749,0.5553,1,1,1,1,1,0.021399893,0.658443391,0.171240747,1,1,1,1,1,0.030780362,0.558494806,0,1,1,1,1,1,0.011900733,0.723026276,0.797003383,0.797122911,0.797429078
-5413,1,0.1169,1,1,1,1,1,1,1,1,0.0696,0.1169,0.4362,1,0.1804,1,1,1,1,1,1,0.0058,0.1804,0.4117,1,0.4749,1,1,1,0.0117,0.4749,0.4654,1,1,1,1,1,0.051061727,0.614391327,0.07654801,1,1,1,1,1,0.013050612,0.59624058,0,1,1,1,1,1,0.027371049,0.677498281,0.807032383,0.807065792,0.807180851
-5414,1,0.1169,1,1,1,1,1,1,1,1,0.1154,0.1169,0.4222,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4054,1,0.4749,1,1,1,0.0167,0.4749,0.4359,1,1,1,1,1,0.059096154,0.580527782,0.101496644,1,1,1,1,1,0.002419033,0.587789416,0.002498953,1,1,1,1,1,0.043544907,0.559808016,0.809751087,0.8096044,0.810283688
-5415,1,0.1169,1,1,1,1,1,1,1,1,0.162,0.1169,0.3806,1,0.1804,1,1,1,1,1,1,0,0.1804,0.3593,1,0.4749,1,1,1,0.019,0.4749,0.3323,1,1,1,1,1,0.054764993,0.544566631,0.177449584,1,1,1,1,1,0.005345725,0.518825233,0.010169634,1,1,1,1,1,0.022952009,0.528746009,0.80679072,0.806642691,0.807180851
-5416,1,0.1169,1,1,1,1,1,1,1,1,0.0992,0.1169,0.2804,1,0.1804,1,1,1,1,1,1,0,0.1804,0.2584,1,0.4749,1,1,1,0.0219,0.4749,0.2342,1,1,1,1,1,0.043069292,0.487327218,0.119549468,1,1,1,1,1,0.016781533,0.381107241,0.04766728,1,1,1,1,1,0.045916244,0.337541938,0.805159497,0.805161836,0.805407801
-5417,1,0.1169,1,1,1,1,1,1,1,1,0.0898,0.1169,0.1386,1,0.1804,1,1,1,1,1,1,0.0047,0.1804,0.146,1,0.4749,1,1,1,0.0334,0.4749,0.1099,1,1,1,1,1,0.044510543,0.282506317,0.199018076,1,1,1,1,1,0.050661609,0.234265119,0.063695818,1,1,1,1,1,0.083998881,0.256401211,0.79621798,0.796276708,0.796542553
-5418,1,0.1169,1,1,1,1,1,1,1,1,0.0834,0.1169,0.0172,1,0.1804,1,1,1,1,1,1,0.0369,0.1804,0.018,1,0.4749,1,1,1,0.0278,0.4749,0.0137,1,1,1,1,1,0.042834185,0.028369598,0.336709678,1,1,1,1,1,0.057833143,0.016959058,0.06103665,1,1,1,1,1,0.081343852,0.015477594,0.77658289,0.776602496,0.776595745
-5419,1,0.1169,1,1,1,1,1,1,1,1,0.0897,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0626,0.1804,0,1,0.4749,1,1,1,0.0696,0.4749,0,1,1,1,1,1,0.059097927,0,0.3015728,1,1,1,1,1,0.092085078,0,0.04663299,1,1,1,1,1,0.070560262,0,0.764137264,0.764121007,0.764184397
-5420,1,0.1169,1,1,1,1,1,1,1,1,0.0431,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0346,0.1804,0,1,0.4749,1,1,1,0.0792,0.4749,0,1,1,1,1,1,0.038651176,0,0.142778322,1,1,1,1,1,0.049843706,0,0.031390317,1,1,1,1,1,0.091042042,0,0.769997583,0.770044426,0.770390071
-5421,1,0.1169,1,1,1,1,1,1,1,1,0.0334,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0848,0.1804,0,1,0.4749,1,1,1,0.0631,0.4749,0,1,1,1,1,1,0.031324923,0,0.12851952,1,1,1,1,1,0.10973087,0,0.085928276,1,1,1,1,1,0.082864493,0,0.729519091,0.729638248,0.730053191
-5422,1,0.1169,1,1,1,1,1,1,1,1,0.0293,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1017,0.1804,0,1,0.4749,1,1,1,0.0364,0.4749,0,1,1,1,1,1,0.02991059,0,0.094173104,1,1,1,1,1,0.117278524,0,0.164050281,1,1,1,1,1,0.050214279,0,0.663726438,0.66363444,0.664007092
-5423,1,0.1169,1,1,1,1,1,1,1,1,0.0646,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1844,0.1804,0,1,0.4749,1,1,1,0.0237,0.4749,0,1,1,1,1,1,0.077667765,0,0.083476834,1,1,1,1,1,0.234169871,0,0.283957869,1,1,1,1,1,0.070437297,0,0.599202513,0.599323038,0.59929078
-5424,1,0.1169,1,1,1,1,1,1,1,1,0.0707,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1864,0.1804,0,1,0.4749,1,1,1,0.0237,0.4749,0,1,1,1,1,1,0.125367552,0,0.018976847,1,1,1,1,1,0.222014785,0,0.145530909,1,1,1,1,1,0.050874416,0,0.554132431,0.554051195,0.554521277
-5425,1,0.1169,1,1,1,1,1,1,1,1,0.0946,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0927,0.1804,0,1,0.4749,1,1,1,0.0217,0.4749,0,1,1,1,1,1,0.122035101,0,0.006315564,1,1,1,1,1,0.107138947,0,0,1,1,1,1,1,0.015660245,0,0.524589174,0.524645653,0.524822695
-5426,1,0.1169,1,1,1,1,1,1,1,1,0.064,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0692,0.1804,0,1,0.4749,1,1,1,0.0137,0.4749,0,1,1,1,1,1,0.110670432,0,0.06614738,1,1,1,1,1,0.101604581,0,0.142798185,1,1,1,1,1,0.010107497,0,0.506283229,0.506240745,0.506205674
-5427,1,0.1169,1,1,1,1,1,1,1,1,0.0386,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.0122,0.4749,0,1,1,1,1,1,0.058842819,0,0.076932743,1,1,1,1,1,0.015472592,0,0.153438225,1,1,1,1,1,0.011639168,0,0.49861044,0.498624921,0.498670213
-5428,1,0.1169,1,1,1,1,1,1,1,1,0.0359,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0041,0.1804,0,1,0.4749,1,1,1,0.0125,0.4749,0,1,1,1,1,1,0.035085119,0,0.134735286,1,1,1,1,1,0.009881812,0,0.157080114,1,1,1,1,1,0.017250733,0,0.504470759,0.504548339,0.504432624
-5429,1,0.1169,1,1,1,1,1,1,1,1,0.041,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.0187,0.4749,0,1,1,1,1,1,0.035480537,0,0.216794714,1,1,1,1,1,0.023413545,0,0.104265973,1,1,1,1,1,0.03229247,0,0.536068149,0.536069389,0.535904255
-5430,1,0.1169,1,1,1,1,1,1,1,1,0.0579,0.1169,0.0146,1,0.1804,1,1,1,1,1,1,0,0.1804,0.0064,1,0.4749,1,1,1,0.0164,0.4749,0.0273,1,1,1,1,1,0.023288924,0.015531783,0.083765171,1,1,1,1,1,0.004357276,0.054646578,0.087808639,1,1,1,1,1,0.045644518,0.103232689,0.589656839,0.589591707,0.58998227
-5431,1,0.1169,1,1,1,1,1,1,1,1,0.0359,0.1169,0.077,1,0.1804,1,1,1,1,1,1,0.0054,0.1804,0.1362,1,0.4749,1,1,1,0.0176,0.4749,0.1282,1,1,1,1,1,0.045884293,0.088316791,0.138452262,1,1,1,1,1,0.008633386,0.450464875,0.038937695,1,1,1,1,1,0.063124195,0.181898415,0.642762204,0.642690924,0.643173759
-5432,1,0.1169,1,1,1,1,1,1,1,1,0.05,0.1169,0.2238,1,0.1804,1,1,1,1,1,1,0,0.1804,0.328,1,0.4749,1,1,1,0.0036,0.4749,0.2639,1,1,1,1,1,0.085957795,0.427705199,0.006838573,1,1,1,1,1,0.001335323,0.677449703,0,1,1,1,1,1,0.020579824,0.31355232,0.676292895,0.67632748,0.67641844
-5433,1,0.1169,1,1,1,1,1,1,1,1,0.0408,0.1169,0.3855,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4768,1,0.4749,1,1,1,0.0012,0.4749,0.341,1,1,1,1,1,0.056072369,0.711815,0,1,1,1,1,1,0.005127954,0.77235359,0.085788488,1,1,1,1,1,0.010194107,0.402617246,0.700821653,0.700867358,0.700797872
-5434,1,0.1169,1,1,1,1,1,1,1,1,0.0408,0.1169,0.542,1,0.1804,1,1,1,1,1,1,0,0.1804,0.5975,1,0.4749,1,1,1,0.0011,0.4749,0.4371,1,1,1,1,1,0.014439141,0.807355642,0.005508093,1,1,1,1,1,0.000431358,0.842537999,0.087977231,1,1,1,1,1,0.004545685,0.547576904,0.732721121,0.732811508,0.732712766
-5435,1,0.1169,1,1,1,1,1,1,1,1,0.0447,0.1169,0.6033,1,0.1804,1,1,1,1,1,1,0,0.1804,0.5761,1,0.4749,1,1,1,0.0171,0.4749,0.4727,1,1,1,1,1,0.017670102,0.855254352,0.054918677,1,1,1,1,1,0.001037243,0.804341853,0.050300531,1,1,1,1,1,0.020096034,0.658669233,0.764378927,0.764544108,0.76462766
-5436,1,0.1169,1,1,1,1,1,1,1,1,0.0201,0.1169,0.5714,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4612,1,0.4749,1,1,1,0.0205,0.4749,0.4564,1,1,1,1,1,0.0039904,0.770748615,0.084944509,1,1,1,1,1,0.001734008,0.704187512,0,1,1,1,1,1,0.032167945,0.743436575,0.788243113,0.788237783,0.78856383
-5437,1,0.1169,1,1,1,1,1,1,1,1,0.0444,0.1169,0.5218,1,0.1804,1,1,1,1,1,1,0,0.1804,0.5194,1,0.4749,1,1,1,0.0374,0.4749,0.5048,1,1,1,1,1,0.006707949,0.733253539,0.064967275,1,1,1,1,1,0.005957372,0.734882772,0,1,1,1,1,1,0.059552774,0.713379979,0.810234413,0.810239052,0.810283688
-5438,1,0.1169,1,1,1,1,1,1,1,1,0.0697,0.1169,0.4491,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4092,1,0.4749,1,1,1,0.0655,0.4749,0.4896,1,1,1,1,1,0.016913176,0.636619627,0.016057421,1,1,1,1,1,0.002367149,0.492023498,0,1,1,1,1,1,0.073705673,0.79428637,0.821169647,0.821239687,0.821365248
-5439,1,0.1169,1,1,1,1,1,1,1,1,0.0814,0.1169,0.3049,1,0.1804,1,1,1,1,1,1,0,0.1804,0.3136,1,0.4749,1,1,1,0.1104,0.4749,0.428,1,1,1,1,1,0.02069217,0.455532521,0.044833947,1,1,1,1,1,0.010995044,0.408779204,0,1,1,1,1,1,0.084519289,0.754788101,0.82557999,0.825682251,0.825797872
-5440,1,0.1169,1,1,1,1,1,1,1,1,0.0774,0.1169,0.173,1,0.1804,1,1,1,1,1,1,0,0.1804,0.1571,1,0.4749,1,1,1,0.0489,0.4749,0.2872,1,1,1,1,1,0.016734123,0.249521539,0.075903669,1,1,1,1,1,0.005845838,0.20673205,0,1,1,1,1,1,0.042340726,0.562505603,0.821955051,0.821874339,0.822251773
-5441,1,0.1169,1,1,1,1,1,1,1,1,0.0618,0.1169,0.07,1,0.1804,1,1,1,1,1,1,0,0.1804,0.052,1,0.4749,1,1,1,0.0261,0.4749,0.1275,1,1,1,1,1,0.011964914,0.110833369,0.147060379,1,1,1,1,1,0.000377297,0.078816839,0.021048954,1,1,1,1,1,0.029426258,0.238894582,0.808965684,0.808969748,0.809397163
-5442,1,0.1169,1,1,1,1,1,1,1,1,0.0407,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.0263,0.4749,0.0169,1,1,1,1,1,0.009107292,2.53E-05,0.097433463,1,1,1,1,1,0.001520024,0,0.035535343,1,1,1,1,1,0.036899678,2.15E-05,0.787699372,0.787603131,0.788120567
-5443,1,0.1169,1,1,1,1,1,1,1,1,0.0342,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.0409,0.4749,0,1,1,1,1,1,0.01593983,0,0.03003744,1,1,1,1,1,0.000478319,0,0.915600061,1,1,1,1,1,0.055301487,0,0.778939101,0.778929554,0.779255319
-5444,1,0.1169,1,1,1,1,1,1,1,1,0.0548,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0351,0.1804,0,1,0.4749,1,1,1,0.0488,0.4749,0,1,1,1,1,1,0.038991593,0,0.037364822,1,1,1,1,1,0.03069465,0,0.198331162,1,1,1,1,1,0.075779513,0,0.776643306,0.776602496,0.776595745
-5445,1,0.1169,1,1,1,1,1,1,1,1,0.1152,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0079,0.1804,0,1,0.4749,1,1,1,0.033,0.4749,0,1,1,1,1,1,0.03078744,0,0.128196314,1,1,1,1,1,0.015524855,0,0.593028307,1,1,1,1,1,0.045988798,0,0.733566941,0.733657711,0.734042553
-5446,1,0.1169,1,1,1,1,1,1,1,1,0.0535,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1055,0.1804,0,1,0.4749,1,1,1,0.0256,0.4749,0,1,1,1,1,1,0.036710951,0,0.178820416,1,1,1,1,1,0.074564926,0,0.142661005,1,1,1,1,1,0.024041515,0,0.666263896,0.666173048,0.666666667
-5447,1,0.1169,1,1,1,1,1,1,1,1,0.057,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0609,0.1804,0,1,0.4749,1,1,1,0.0169,0.4749,0,1,1,1,1,1,0.087771595,0,0.171120614,1,1,1,1,1,0.0707727,0,0,1,1,1,1,1,0.018737629,0,0.599987917,0.59995769,0.600177305
-5448,1,0.1169,1,1,1,1,1,1,1,1,0.0341,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1083,0.1804,0,1,0.4749,1,1,1,0.0113,0.4749,0,1,1,1,1,1,0.074709177,0,0.13457419,1,1,1,1,1,0.117890619,0,0,1,1,1,1,1,0.013789169,0,0.548513775,0.548550878,0.548758865
-5449,1,0.1169,1,1,1,1,1,1,1,1,0.0318,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1101,0.1804,0,1,0.4749,1,1,1,0.0086,0.4749,0,1,1,1,1,1,0.067452192,0,0.087658398,1,1,1,1,1,0.106492721,0,0,1,1,1,1,1,0.014390384,0,0.515708072,0.515760525,0.515957447
-5450,1,0.1169,1,1,1,1,1,1,1,1,0.0389,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1094,0.1804,0,1,0.4749,1,1,1,0.0169,0.4749,0,1,1,1,1,1,0.066433147,0,0.012135708,1,1,1,1,1,0.092333302,0,0,1,1,1,1,1,0.019668162,0,0.495891735,0.495874762,0.496010638
-5451,1,0.1169,1,1,1,1,1,1,1,1,0.0201,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0307,0.1804,0,1,0.4749,1,1,1,0.0226,0.4749,0,1,1,1,1,1,0.056235049,0,0.011689915,1,1,1,1,1,0.025828114,0,0,1,1,1,1,1,0.028776109,0,0.487131464,0.487201185,0.48714539
-5452,1,0.1169,1,1,1,1,1,1,1,1,0.0119,0.1169,0,1,0.1804,1,1,1,1,1,1,0.055,0.1804,0,1,0.4749,1,1,1,0.0357,0.4749,0,1,1,1,1,1,0.040793445,0,0.039389685,1,1,1,1,1,0.043570988,0,0,1,1,1,1,1,0.039520122,0,0.491239729,0.491220647,0.491578014
-5453,1,0.1169,1,1,1,1,1,1,1,1,0.0374,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0299,0.1804,0,1,0.4749,1,1,1,0.0473,0.4749,0,1,1,1,1,1,0.058563575,0,0.050400931,1,1,1,1,1,0.027568733,0,0.003354712,1,1,1,1,1,0.049319517,0,0.520964234,0.521049291,0.521276596
-5454,1,0.1169,1,1,1,1,1,1,1,1,0.0363,0.1169,0.0398,1,0.1804,1,1,1,1,1,1,0.0114,0.1804,0.048,1,0.4749,1,1,1,0.0413,0.4749,0,1,1,1,1,1,0.035265259,0.116796955,0.177795961,1,1,1,1,1,0.020803429,0.26271978,0.125418857,1,1,1,1,1,0.027185343,0,0.571532141,0.571609901,0.571808511
-5455,1,0.1169,1,1,1,1,1,1,1,1,0.0353,0.1169,0.1486,1,0.1804,1,1,1,1,1,1,0.0098,0.1804,0.1876,1,0.4749,1,1,1,0.0522,0.4749,0.0499,1,1,1,1,1,0.04525448,0.507479966,0.328917801,1,1,1,1,1,0.028751157,0.668783784,0.176086143,1,1,1,1,1,0.060683697,0.109098129,0.626752054,0.626613074,0.62677305
-5456,1,0.1169,1,1,1,1,1,1,1,1,0.0464,0.1169,0.3517,1,0.1804,1,1,1,1,1,1,0.0357,0.1804,0.3678,1,0.4749,1,1,1,0.0857,0.4749,0.142,1,1,1,1,1,0.078544393,0.619698524,0.183763653,1,1,1,1,1,0.047101282,0.749266744,0.13722907,1,1,1,1,1,0.161940008,0.246233955,0.671822136,0.671884916,0.671985816
-5457,1,0.1169,1,1,1,1,1,1,1,1,0.0175,0.1169,0.4887,1,0.1804,1,1,1,1,1,1,0.0446,0.1804,0.5237,1,0.4749,1,1,1,0.0989,0.4749,0.2102,1,1,1,1,1,0.043637276,0.76231271,0.208523765,1,1,1,1,1,0.057154436,0.863670826,0.239806026,1,1,1,1,1,0.151995033,0.409675628,0.712723538,0.712714195,0.71320922
-5458,1,0.1169,1,1,1,1,1,1,1,1,0.0384,0.1169,0.5906,1,0.1804,1,1,1,1,1,1,0.1943,0.1804,0.6273,1,0.4749,1,1,1,0.1434,0.4749,0.1632,1,1,1,1,1,0.051971074,0.867059112,0.138556018,1,1,1,1,1,0.148442566,0.90115118,0.380287945,1,1,1,1,1,0.216469318,0.494799316,0.750241663,0.750370214,0.750443262
-5459,1,0.1169,1,1,1,1,1,1,1,1,0.078,0.1169,0.6156,1,0.1804,1,1,1,1,1,1,0.1447,0.1804,0.6406,1,0.4749,1,1,1,0.1899,0.4749,0.2748,1,1,1,1,1,0.101062417,0.882334709,0.036868364,1,1,1,1,1,0.129763842,0.906911612,0.16844137,1,1,1,1,1,0.322791368,0.580659628,0.778032866,0.778083351,0.778368794
-5460,1,0.1169,1,1,1,1,1,1,1,1,0.0558,0.1169,0.6173,1,0.1804,1,1,1,1,1,1,0.1178,0.1804,0.6258,1,0.4749,1,1,1,0.1822,0.4749,0.3797,1,1,1,1,1,0.087061137,0.880035996,0.064458668,1,1,1,1,1,0.111968987,0.899766922,0.186816752,1,1,1,1,1,0.282409489,0.570078135,0.796036733,0.796065158,0.796099291
-5461,1,0.1169,1,1,1,1,1,1,1,1,0.0468,0.1169,0.611,1,0.1804,1,1,1,1,1,1,0.1133,0.1804,0.6174,1,0.4749,1,1,1,0.1915,0.4749,0.4137,1,1,1,1,1,0.07702671,0.877907634,0.090552852,1,1,1,1,1,0.107500732,0.893844247,0.290569901,1,1,1,1,1,0.322611004,0.560397863,0.811744804,0.811719907,0.812056738
-5462,1,0.1169,1,1,1,1,1,1,1,1,0.0617,0.1169,0.576,1,0.1804,1,1,1,1,1,1,0.1443,0.1804,0.5929,1,0.4749,1,1,1,0.2331,0.4749,0.4105,1,1,1,1,1,0.111975409,0.872220159,0.097130962,1,1,1,1,1,0.139039308,0.88947165,0.234735876,1,1,1,1,1,0.523570359,0.466638386,0.820565491,0.820605035,0.820921986
-5463,1,0.1169,1,1,1,1,1,1,1,1,0.0942,0.1169,0.4732,1,0.1804,1,1,1,1,1,1,0.1791,0.1804,0.5028,1,0.4749,1,1,1,0.3138,0.4749,0.284,1,1,1,1,1,0.142505601,0.83970511,0.139435217,1,1,1,1,1,0.168986782,0.866169989,0.161882997,1,1,1,1,1,0.721835673,0.358401835,0.82419043,0.824201396,0.824468085
-5464,1,0.1169,1,1,1,1,1,1,1,1,0.0935,0.1169,0.3345,1,0.1804,1,1,1,1,1,1,0.1517,0.1804,0.3767,1,0.4749,1,1,1,0.3468,0.4749,0.2252,1,1,1,1,1,0.108624101,0.771138489,0.177533597,1,1,1,1,1,0.150620118,0.822007775,0.111360215,1,1,1,1,1,0.697817981,0.254732192,0.82557999,0.825682251,0.825797872
-5465,1,0.1169,1,1,1,1,1,1,1,1,0.1016,0.1169,0.1517,1,0.1804,1,1,1,1,1,1,0.1013,0.1804,0.2024,1,0.4749,1,1,1,0.3572,0.4749,0.0994,1,1,1,1,1,0.077899657,0.622856081,0.261797965,1,1,1,1,1,0.109580398,0.657923818,0.134206563,1,1,1,1,1,0.545925021,0.252881974,0.817000967,0.817008674,0.817375887
-5466,1,0.1169,1,1,1,1,1,1,1,1,0.1686,0.1169,0.035,1,0.1804,1,1,1,1,1,1,0.0422,0.1804,0.0637,1,0.4749,1,1,1,0.2761,0.4749,0.0146,1,1,1,1,1,0.148057118,0.309234828,0.559203446,1,1,1,1,1,0.065529227,0.352391541,0.42482698,1,1,1,1,1,0.443748087,0.08720693,0.789874335,0.789718638,0.789893617
-5467,1,0.1169,1,1,1,1,1,1,1,1,0.1209,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0229,0.1804,0,1,0.4749,1,1,1,0.2183,0.4749,0,1,1,1,1,1,0.106991321,0,0.326963276,1,1,1,1,1,0.066324838,0,0.406774908,1,1,1,1,1,0.285320729,0,0.765285162,0.765390311,0.765514184
-5468,1,0.1169,1,1,1,1,1,1,1,1,0.1445,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0034,0.1804,0,1,0.4749,1,1,1,0.2147,0.4749,0,1,1,1,1,1,0.11724592,0,0.438734561,1,1,1,1,1,0.038552195,0,0.243173569,1,1,1,1,1,0.355846047,0,0.763110198,0.763063254,0.763297872
-5469,1,0.1169,1,1,1,1,1,1,1,1,0.1462,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0279,0.1804,0,1,0.4749,1,1,1,0.2473,0.4749,0,1,1,1,1,1,0.113859452,0,0.374493778,1,1,1,1,1,0.065298975,0,0.272637427,1,1,1,1,1,0.383183777,0,0.718946351,0.718849164,0.719414894
-5470,1,0.1169,1,1,1,1,1,1,1,1,0.1165,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0383,0.1804,0,1,0.4749,1,1,1,0.1291,0.4749,0,1,1,1,1,1,0.090736181,0,0.323574007,1,1,1,1,1,0.078207001,0,0.26035738,1,1,1,1,1,0.190842092,0,0.651159981,0.651152951,0.651595745
-5471,1,0.1169,1,1,1,1,1,1,1,1,0.155,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1037,0.1804,0,1,0.4749,1,1,1,0.1275,0.4749,0,1,1,1,1,1,0.156338632,0,0.340891391,1,1,1,1,1,0.155667678,0,0.289602369,1,1,1,1,1,0.169855371,0,0.582709038,0.582822086,0.582890071
-5472,1,0.1169,1,1,1,1,1,1,1,1,0.1465,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0852,0.1804,0,1,0.4749,1,1,1,0.1052,0.4749,0,1,1,1,1,1,0.117076471,0,0.590825737,1,1,1,1,1,0.115762718,0,0.305393994,1,1,1,1,1,0.171195239,0,0.532684872,0.532684578,0.532801418
-5473,1,0.1169,1,1,1,1,1,1,1,1,0.1171,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1103,0.1804,0,1,0.4749,1,1,1,0.0732,0.4749,0,1,1,1,1,1,0.103436172,0,0.461242974,1,1,1,1,1,0.12349344,0,0.362898201,1,1,1,1,1,0.12583299,0,0.499275012,0.499259573,0.499556738
-5474,1,0.1169,1,1,1,1,1,1,1,1,0.0952,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0537,0.1804,0,1,0.4749,1,1,1,0.0778,0.4749,0,1,1,1,1,1,0.107597589,0,0.684454322,1,1,1,1,1,0.077239126,0,0.478702664,1,1,1,1,1,0.161023319,0,0.478431609,0.478527607,0.478723404
-5475,1,0.1169,1,1,1,1,1,1,1,1,0.0868,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0345,0.1804,0,1,0.4749,1,1,1,0.1047,0.4749,0,1,1,1,1,1,0.09578266,0,0.929045737,1,1,1,1,1,0.046047971,0,0.547905207,1,1,1,1,1,0.247116178,0,0.467919285,0.467950074,0.468085106
-5476,1,0.1169,1,1,1,1,1,1,1,1,0.0916,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1063,0.1804,0,1,0.4749,1,1,1,0.065,0.4749,0,1,1,1,1,1,0.096354961,0,0.749639511,1,1,1,1,1,0.09576387,0,0.416334063,1,1,1,1,1,0.177167833,0,0.47118173,0.471334885,0.471187943
-5477,1,0.1169,1,1,1,1,1,1,1,1,0.0826,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0728,0.1804,0,1,0.4749,1,1,1,0.1119,0.4749,0,1,1,1,1,1,0.071556248,0,0.54007864,1,1,1,1,1,0.061869141,0,0.281017303,1,1,1,1,1,0.275369436,0,0.49637506,0.496509414,0.496453901
-5478,1,0.1169,1,1,1,1,1,1,1,1,0.0711,0.1169,0.061,1,0.1804,1,1,1,1,1,1,0.0593,0.1804,0.0802,1,0.4749,1,1,1,0.1118,0.4749,0.0617,1,1,1,1,1,0.090578943,0.402613372,0.519050419,1,1,1,1,1,0.057080153,0.386100531,0.262857348,1,1,1,1,1,0.275844365,0.373643786,0.540297245,0.540300402,0.540336879
-5479,1,0.1169,1,1,1,1,1,1,1,1,0.0155,0.1169,0.2197,1,0.1804,1,1,1,1,1,1,0.0595,0.1804,0.2387,1,0.4749,1,1,1,0.0363,0.4749,0.2049,1,1,1,1,1,0.017203722,0.698652864,0.699811637,1,1,1,1,1,0.053155992,0.655617416,0.275660485,1,1,1,1,1,0.096309215,0.685826182,0.599565007,0.599746139,0.599734043
-5480,1,0.1169,1,1,1,1,1,1,1,1,0,0.1169,0.3925,1,0.1804,1,1,1,1,1,1,0.0056,0.1804,0.4047,1,0.4749,1,1,1,0.0177,0.4749,0.3769,1,1,1,1,1,0.002455162,0.815841317,0.357097208,1,1,1,1,1,0.007457572,0.787136674,0.159405768,1,1,1,1,1,0.016127445,0.82123822,0.653757854,0.653691559,0.654255319
-5481,1,0.1169,1,1,1,1,1,1,1,1,0.003,0.1169,0.5212,1,0.1804,1,1,1,1,1,1,0.0594,0.1804,0.5149,1,0.4749,1,1,1,0.0068,0.4749,0.5012,1,1,1,1,1,0.000355316,0.845453143,0.332188785,1,1,1,1,1,0.042543337,0.788495064,0.224787697,1,1,1,1,1,0.004008373,0.886131823,0.699734171,0.699809604,0.699911348
-5482,1,0.1169,1,1,1,1,1,1,1,1,0.0153,0.1169,0.6171,1,0.1804,1,1,1,1,1,1,0.075,0.1804,0.6067,1,0.4749,1,1,1,0.0019,0.4749,0.616,1,1,1,1,1,0.011451692,0.865303159,0.274414837,1,1,1,1,1,0.062961765,0.84869504,0.274698704,1,1,1,1,1,0.001336503,0.898401618,0.74262929,0.74275439,0.742907801
-5483,1,0.1169,1,1,1,1,1,1,1,1,0.057,0.1169,0.6261,1,0.1804,1,1,1,1,1,1,0.0987,0.1804,0.619,1,0.4749,1,1,1,0.0085,0.4749,0.5977,1,1,1,1,1,0.042359918,0.879742742,0.214852184,1,1,1,1,1,0.101597048,0.872996211,0.416674376,1,1,1,1,1,0.004985423,0.886324883,0.775314161,0.775544743,0.77570922
-5484,1,0.1169,1,1,1,1,1,1,1,1,0.145,0.1169,0.6266,1,0.1804,1,1,1,1,1,1,0.1516,0.1804,0.6232,1,0.4749,1,1,1,0.0078,0.4749,0.5954,1,1,1,1,1,0.083397254,0.882802427,0.1398056,1,1,1,1,1,0.14090547,0.876162291,0.16274032,1,1,1,1,1,0.009762878,0.871839404,0.80219913,0.802411678,0.802304965
-5485,1,0.1169,1,1,1,1,1,1,1,1,0.244,0.1169,0.6131,1,0.1804,1,1,1,1,1,1,0.1151,0.1804,0.6103,1,0.4749,1,1,1,0.0238,0.4749,0.549,1,1,1,1,1,0.128339291,0.862080574,0.116577499,1,1,1,1,1,0.129768059,0.826747954,0.196773827,1,1,1,1,1,0.048794348,0.864203751,0.82739246,0.827374656,0.827570922
-5486,1,0.1169,1,1,1,1,1,1,1,1,0.371,0.1169,0.5703,1,0.1804,1,1,1,1,1,1,0.1823,0.1804,0.556,1,0.4749,1,1,1,0.0766,0.4749,0.4869,1,1,1,1,1,0.208142161,0.824744165,0.169236034,1,1,1,1,1,0.218177691,0.711259842,0.229232997,1,1,1,1,1,0.180115461,0.843638062,0.8429797,0.843029406,0.843085106
-5487,1,0.1169,1,1,1,1,1,1,1,1,0.3905,0.1169,0.4571,1,0.1804,1,1,1,1,1,1,0.1764,0.1804,0.462,1,0.4749,1,1,1,0.1003,0.4749,0.3423,1,1,1,1,1,0.255594581,0.777383208,0.186717451,1,1,1,1,1,0.225738183,0.712922812,0.28899318,1,1,1,1,1,0.274326503,0.783519208,0.848235863,0.848318172,0.848404255
-5488,1,0.1169,1,1,1,1,1,1,1,1,0.4219,0.1169,0.3151,1,0.1804,1,1,1,1,1,1,0.1678,0.1804,0.3298,1,0.4749,1,1,1,0.077,0.4749,0.236,1,1,1,1,1,0.274068296,0.676260829,0.319424599,1,1,1,1,1,0.241717756,0.585892618,0.754019737,1,1,1,1,1,0.205237031,0.630121887,0.847631706,0.84768352,0.847960993
-5489,1,0.1169,1,1,1,1,1,1,1,1,0.2655,0.1169,0.1411,1,0.1804,1,1,1,1,1,1,0.0243,0.1804,0.1662,1,0.4749,1,1,1,0.0981,0.4749,0.0959,1,1,1,1,1,0.141678989,0.457392693,0.385367751,1,1,1,1,1,0.063779302,0.366596639,0.913391709,1,1,1,1,1,0.164656162,0.362095118,0.832950701,0.832874974,0.833333333
-5490,1,0.1169,1,1,1,1,1,1,1,1,0.2075,0.1169,0.0169,1,0.1804,1,1,1,1,1,1,0.0053,0.1804,0.0149,1,0.4749,1,1,1,0.092,0.4749,0,1,1,1,1,1,0.117997162,0.086848721,0.57051003,1,1,1,1,1,0.046889715,0.044369828,1,1,1,1,1,1,0.148110688,0.003178173,0.801594973,0.801565475,0.801861702
-5491,1,0.1169,1,1,1,1,1,1,1,1,0.1899,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1893,0.1804,0,1,0.4749,1,1,1,0.106,0.4749,0,1,1,1,1,1,0.258460999,0,0.760568082,1,1,1,1,1,0.268406004,0,0.884689569,1,1,1,1,1,0.180790484,0,0.783228613,0.783160567,0.783244681
-5492,1,0.1169,1,1,1,1,1,1,1,1,0.1704,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1837,0.1804,0,1,0.4749,1,1,1,0.0663,0.4749,0,1,1,1,1,1,0.208317325,0,0.51935643,1,1,1,1,1,0.178041235,0,1,1,1,1,1,1,0.113362305,0,0.779180764,0.779141104,0.779255319
-5493,1,0.1169,1,1,1,1,1,1,1,1,0.1688,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0336,0.1804,0,1,0.4749,1,1,1,0.0523,0.4749,0,1,1,1,1,1,0.166769713,0,0.69254601,1,1,1,1,1,0.082489438,0,1,1,1,1,1,1,0.119491287,0,0.737131464,0.737254072,0.737588652
-5494,1,0.1169,1,1,1,1,1,1,1,1,0.152,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0089,0.1804,0,1,0.4749,1,1,1,0.0525,0.4749,0,1,1,1,1,1,0.120431237,0,0.709592581,1,1,1,1,1,0.051443283,0,0.646432221,1,1,1,1,1,0.091957375,0,0.673876269,0.673788872,0.674202128
-5495,1,0.1169,1,1,1,1,1,1,1,1,0.11,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.0675,0.4749,0,1,1,1,1,1,0.100779243,0,0.514096677,1,1,1,1,1,0.03655535,0,0.386502892,1,1,1,1,1,0.151427165,0,0.61080232,0.610746774,0.610815603
-5496,1,0.1169,1,1,1,1,1,1,1,1,0.1167,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0093,0.1804,0,1,0.4749,1,1,1,0.1369,0.4749,0,1,1,1,1,1,0.130880669,0,0.415500522,1,1,1,1,1,0.038370021,0,0.319867045,1,1,1,1,1,0.349732906,0,0.558724021,0.55870531,0.558953901
-5497,1,0.1169,1,1,1,1,1,1,1,1,0.0811,0.1169,0,1,0.1804,1,1,1,1,1,1,0.06,0.1804,0,1,0.4749,1,1,1,0.157,0.4749,0,1,1,1,1,1,0.110846132,0,0.286286503,1,1,1,1,1,0.077638641,0,0.214661807,1,1,1,1,1,0.404274613,0,0.523682939,0.52379945,0.523492908
-5498,1,0.1169,1,1,1,1,1,1,1,1,0.0442,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0155,0.1804,0,1,0.4749,1,1,1,0.1414,0.4749,0,1,1,1,1,1,0.088006966,0,0.188883722,1,1,1,1,1,0.059736811,0,0.379785895,1,1,1,1,1,0.341596544,0,0.500120831,0.500105775,0.5
-5499,1,0.1169,1,1,1,1,1,1,1,1,0.0392,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0218,0.1804,0,1,0.4749,1,1,1,0.1179,0.4749,0,1,1,1,1,1,0.071681298,0,0.450862646,1,1,1,1,1,0.028445832,0,0.056660473,1,1,1,1,1,0.338592172,0,0.484896085,0.484662577,0.484929078
-5500,1,0.1169,1,1,1,1,1,1,1,1,0.0508,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0073,0.1804,0,1,0.4749,1,1,1,0.0765,0.4749,0,1,1,1,1,1,0.086861596,0,0.350553095,1,1,1,1,1,0.04959482,0,0.000963351,1,1,1,1,1,0.244460642,0,0.479217013,0.479162259,0.479166667
-5501,1,0.1169,1,1,1,1,1,1,1,1,0.0799,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0087,0.1804,0,1,0.4749,1,1,1,0.0669,0.4749,0,1,1,1,1,1,0.054572541,0,0.410350144,1,1,1,1,1,0.041087352,0,0,1,1,1,1,1,0.172512829,0,0.484896085,0.484874127,0.484929078
-5502,1,0.1169,1,1,1,1,1,1,1,1,0.0593,0.1169,0.0082,1,0.1804,1,1,1,1,1,1,0.035,0.1804,0.0004,1,0.4749,1,1,1,0.0791,0.4749,0.0472,1,1,1,1,1,0.049046766,0.005249328,0.060268775,1,1,1,1,1,0.094410285,0.002436197,0.01202199,1,1,1,1,1,0.190994948,0.022170518,0.497039633,0.496932515,0.497340426
-5503,1,0.1169,1,1,1,1,1,1,1,1,0.1024,0.1169,0.1013,1,0.1804,1,1,1,1,1,1,0.0296,0.1804,0.0971,1,0.4749,1,1,1,0.0372,0.4749,0.1662,1,1,1,1,1,0.060355756,0.140024841,0.029522371,1,1,1,1,1,0.080268249,0.220579833,0.049737696,1,1,1,1,1,0.10249643,0.135275096,0.526945384,0.52697271,0.527039007
-5504,1,0.1169,1,1,1,1,1,1,1,1,0.0564,0.1169,0.2049,1,0.1804,1,1,1,1,1,1,0.0914,0.1804,0.2111,1,0.4749,1,1,1,0.0388,0.4749,0.295,1,1,1,1,1,0.06286785,0.360402972,0.025535345,1,1,1,1,1,0.066271015,0.382331192,0.122226968,1,1,1,1,1,0.092416957,0.316168398,0.566215563,0.566321134,0.566489362
-5505,1,0.1169,1,1,1,1,1,1,1,1,0.0482,0.1169,0.3041,1,0.1804,1,1,1,1,1,1,0.1123,0.1804,0.3141,1,0.4749,1,1,1,0.026,0.4749,0.4033,1,1,1,1,1,0.040633023,0.500701606,0.065768331,1,1,1,1,1,0.074723102,0.603135884,0.199590325,1,1,1,1,1,0.056218997,0.406924188,0.597329628,0.597419082,0.597074468
-5506,1,0.1169,1,1,1,1,1,1,1,1,0.0199,0.1169,0.3733,1,0.1804,1,1,1,1,1,1,0.1206,0.1804,0.4926,1,0.4749,1,1,1,0.0303,0.4749,0.4607,1,1,1,1,1,0.009156184,0.622261167,0.045417715,1,1,1,1,1,0.074428976,0.761880934,0.277050018,1,1,1,1,1,0.065023579,0.501481354,0.617145964,0.617093294,0.617464539
-5507,1,0.1169,1,1,1,1,1,1,1,1,0.0102,0.1169,0.4135,1,0.1804,1,1,1,1,1,1,0.0356,0.1804,0.5089,1,0.4749,1,1,1,0.0906,0.4749,0.4701,1,1,1,1,1,0.009391204,0.679560304,0.039121509,1,1,1,1,1,0.023409775,0.802560091,0.150428534,1,1,1,1,1,0.216630176,0.619702458,0.629168681,0.629151682,0.628989362
-5508,1,0.1169,1,1,1,1,1,1,1,1,0.0275,0.1169,0.4441,1,0.1804,1,1,1,1,1,1,0.0448,0.1804,0.5342,1,0.4749,1,1,1,0.0629,0.4749,0.5502,1,1,1,1,1,0.018917289,0.721764207,0.043909654,1,1,1,1,1,0.040885158,0.815763235,0.477978528,1,1,1,1,1,0.150063217,0.734104693,0.631041566,0.631055638,0.631205674
-5509,1,0.1169,1,1,1,1,1,1,1,1,0.0138,0.1169,0.4674,1,0.1804,1,1,1,1,1,1,0.1363,0.1804,0.5489,1,0.4749,1,1,1,0.0817,0.4749,0.5839,1,1,1,1,1,0.012500482,0.732006133,0.074506678,1,1,1,1,1,0.128570482,0.830806136,0.243678033,1,1,1,1,1,0.176903233,0.764958441,0.629289512,0.629363232,0.629432624
-5510,1,0.1169,1,1,1,1,1,1,1,1,0.0251,0.1169,0.4312,1,0.1804,1,1,1,1,1,1,0.2513,0.1804,0.5517,1,0.4749,1,1,1,0.079,0.4749,0.5657,1,1,1,1,1,0.020532252,0.730256975,0.146043599,1,1,1,1,1,0.192059577,0.841267347,0.505046844,1,1,1,1,1,0.189980417,0.759007335,0.626872885,0.626824624,0.62677305
-5511,1,0.1169,1,1,1,1,1,1,1,1,0.0396,0.1169,0.3863,1,0.1804,1,1,1,1,1,1,0.3077,0.1804,0.4826,1,0.4749,1,1,1,0.0525,0.4749,0.4635,1,1,1,1,1,0.039039131,0.734148383,0.123508766,1,1,1,1,1,0.227764934,0.847028613,0.969324112,1,1,1,1,1,0.133694947,0.702682018,0.624697922,0.624709118,0.624556738
-5512,1,0.1169,1,1,1,1,1,1,1,1,0.0311,0.1169,0.2861,1,0.1804,1,1,1,1,1,1,0.3396,0.1804,0.3607,1,0.4749,1,1,1,0.0341,0.4749,0.3127,1,1,1,1,1,0.030834405,0.70293963,0.134005278,1,1,1,1,1,0.248441488,0.812175155,0.544350028,1,1,1,1,1,0.090109296,0.656226456,0.626510391,0.626613074,0.62677305
-5513,1,0.1169,1,1,1,1,1,1,1,1,0.039,0.1169,0.1305,1,0.1804,1,1,1,1,1,1,0.16,0.1804,0.1957,1,0.4749,1,1,1,0.0363,0.4749,0.1313,1,1,1,1,1,0.036367267,0.55801779,0.24944295,1,1,1,1,1,0.143375844,0.660555959,0.182863623,1,1,1,1,1,0.107994325,0.519056439,0.626329145,0.626401523,0.62677305
-5514,1,0.1169,1,1,1,1,1,1,1,1,0.0459,0.1169,0.0184,1,0.1804,1,1,1,1,1,1,0.1318,0.1804,0.06,1,0.4749,1,1,1,0.0492,0.4749,0.0226,1,1,1,1,1,0.090389125,0.26662007,0.20080319,1,1,1,1,1,0.127232432,0.372945517,0.121914402,1,1,1,1,1,0.160637751,0.203811333,0.618233446,0.618151047,0.618351064
-5515,1,0.1169,1,1,1,1,1,1,1,1,0.0361,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0638,0.1804,0,1,0.4749,1,1,1,0.0851,0.4749,0,1,1,1,1,1,0.123927742,0,0.176662594,1,1,1,1,1,0.092448391,0,0.107303411,1,1,1,1,1,0.190322623,0,0.609896085,0.609900571,0.609929078
-5516,1,0.1169,1,1,1,1,1,1,1,1,0.0539,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0824,0.1804,0,1,0.4749,1,1,1,0.1336,0.4749,0,1,1,1,1,1,0.18776454,0,0.089956328,1,1,1,1,1,0.122250244,0,0.060763873,1,1,1,1,1,0.27344951,0,0.617145964,0.617093294,0.617464539
-5517,1,0.1169,1,1,1,1,1,1,1,1,0.067,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1155,0.1804,0,1,0.4749,1,1,1,0.1432,0.4749,0,1,1,1,1,1,0.158944786,0,0.102507696,1,1,1,1,1,0.164323837,0,0.043997914,1,1,1,1,1,0.251347691,0,0.588629773,0.588745505,0.588652482
-5518,1,0.1169,1,1,1,1,1,1,1,1,0.0946,0.1169,0,1,0.1804,1,1,1,1,1,1,0.2056,0.1804,0,1,0.4749,1,1,1,0.1657,0.4749,0,1,1,1,1,1,0.201893657,0,0.137528211,1,1,1,1,1,0.245469496,0,0.017589528,1,1,1,1,1,0.294267744,0,0.544707588,0.544742966,0.544769504
-5519,1,0.1169,1,1,1,1,1,1,1,1,0.0944,0.1169,0,1,0.1804,1,1,1,1,1,1,0.4222,0.1804,0,1,0.4749,1,1,1,0.1623,0.4749,0,1,1,1,1,1,0.203666598,0,0.079391174,1,1,1,1,1,0.431907684,0,0.024981938,1,1,1,1,1,0.274559766,0,0.496918801,0.496932515,0.496897163
-5520,1,0.1169,1,1,1,1,1,1,1,1,0.1232,0.1169,0,1,0.1804,1,1,1,1,1,1,0.4588,0.1804,0,1,0.4749,1,1,1,0.1715,0.4749,0,1,1,1,1,1,0.256876469,0,0.07474827,1,1,1,1,1,0.548427701,0,0.084917024,1,1,1,1,1,0.323554158,0,0.458192363,0.458218743,0.458333333
-5521,1,0.1169,1,1,1,1,1,1,1,1,0.1335,0.1169,0,1,0.1804,1,1,1,1,1,1,0.2807,0.1804,0,1,0.4749,1,1,1,0.1798,0.4749,0,1,1,1,1,1,0.291820049,0,0.157395512,1,1,1,1,1,0.468814611,0,0.15670523,1,1,1,1,1,0.317133039,0,0.431065732,0.430928707,0.430851064
-5522,1,0.1169,1,1,1,1,1,1,1,1,0.1127,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1729,0.1804,0,1,0.4749,1,1,1,0.1226,0.4749,0,1,1,1,1,1,0.22034955,0,0.207729653,1,1,1,1,1,0.300710648,0,0.175302893,1,1,1,1,1,0.229085654,0,0.412397293,0.412523799,0.412234043
-5523,1,0.1169,1,1,1,1,1,1,1,1,0.1325,0.1169,0,1,0.1804,1,1,1,1,1,1,0.312,0.1804,0,1,0.4749,1,1,1,0.1222,0.4749,0,1,1,1,1,1,0.206926584,0,0.136811316,1,1,1,1,1,0.361072868,0,0.081030637,1,1,1,1,1,0.248244837,0,0.402791203,0.402792469,0.402925532
-5524,1,0.1169,1,1,1,1,1,1,1,1,0.1301,0.1169,0,1,0.1804,1,1,1,1,1,1,0.3873,0.1804,0,1,0.4749,1,1,1,0.1377,0.4749,0,1,1,1,1,1,0.205558911,0,0.086032279,1,1,1,1,1,0.37140578,0,0.017607331,1,1,1,1,1,0.234144524,0,0.398562107,0.398561455,0.39893617
-5525,1,0.1169,1,1,1,1,1,1,1,1,0.1062,0.1169,0,1,0.1804,1,1,1,1,1,1,0.2815,0.1804,0,1,0.4749,1,1,1,0.0955,0.4749,0,1,1,1,1,1,0.184170693,0,0.106836528,1,1,1,1,1,0.2989299,0,0,1,1,1,1,1,0.182751805,0,0.401280812,0.401311614,0.401152482
-5526,1,0.1169,1,1,1,1,1,1,1,1,0.0666,0.1169,0.0641,1,0.1804,1,1,1,1,1,1,0.0674,0.1804,0.0859,1,0.4749,1,1,1,0.0791,0.4749,0.0575,1,1,1,1,1,0.116216615,0.467052758,0.094396606,1,1,1,1,1,0.08759883,0.341107666,0.039404977,1,1,1,1,1,0.143854663,0.523419559,0.405509908,0.405542627,0.405585106
-5527,1,0.1169,1,1,1,1,1,1,1,1,0.0279,0.1169,0.1855,1,0.1804,1,1,1,1,1,1,0.0109,0.1804,0.204,1,0.4749,1,1,1,0.0175,0.4749,0.1908,1,1,1,1,1,0.028383477,0.762411952,0.108663157,1,1,1,1,1,0.031752985,0.613744378,0.045950785,1,1,1,1,1,0.034916822,0.858409941,0.435173997,0.435159721,0.435283688
-5528,1,0.1169,1,1,1,1,1,1,1,1,0.0132,0.1169,0.3711,1,0.1804,1,1,1,1,1,1,0,0.1804,0.3947,1,0.4749,1,1,1,0.0074,0.4749,0.4134,1,1,1,1,1,0.014003919,0.770485699,0.043723118,1,1,1,1,1,0.000199359,0.769295394,0.01763377,1,1,1,1,1,0.008278197,0.899358749,0.479881585,0.479796911,0.480053191
-5529,1,0.1169,1,1,1,1,1,1,1,1,0.0147,0.1169,0.4964,1,0.1804,1,1,1,1,1,1,0,0.1804,0.432,1,0.4749,1,1,1,0.0028,0.4749,0.5543,1,1,1,1,1,0.010323099,0.725024104,0.066085652,1,1,1,1,1,0.003043264,0.553429246,0.020168327,1,1,1,1,1,0.00226036,0.922314286,0.519574674,0.519568437,0.519503546
-5530,1,0.1169,1,1,1,1,1,1,1,1,0.0066,0.1169,0.3738,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4116,1,0.4749,1,1,1,0.0133,0.4749,0.6057,1,1,1,1,1,0.000960984,0.593711555,0.047640152,1,1,1,1,1,5.11E-06,0.563777685,0.000319372,1,1,1,1,1,0.003904343,0.926057398,0.546882552,0.546858473,0.546985816
-5531,1,0.1169,1,1,1,1,1,1,1,1,0.0037,0.1169,0.4547,1,0.1804,1,1,1,1,1,1,0,0.1804,0.435,1,0.4749,1,1,1,0.0067,0.4749,0.637,1,1,1,1,1,0.000952313,0.697433829,0.056906022,1,1,1,1,1,0,0.563179374,0.027609687,1,1,1,1,1,0.000760997,0.924824476,0.563376027,0.563359425,0.563386525
-5532,1,0.1169,1,1,1,1,1,1,1,1,0.0016,0.1169,0.3845,1,0.1804,1,1,1,1,1,1,0,0.1804,0.3599,1,0.4749,1,1,1,0.0091,0.4749,0.5739,1,1,1,1,1,0.000138092,0.535587251,0.025446603,1,1,1,1,1,6.86E-05,0.493524402,0.142715454,1,1,1,1,1,0.0015474,0.788687825,0.572680039,0.572667654,0.572695035
-5533,1,0.1169,1,1,1,1,1,1,1,1,0.0093,0.1169,0.3859,1,0.1804,1,1,1,1,1,1,0,0.1804,0.375,1,0.4749,1,1,1,0.0189,0.4749,0.6544,1,1,1,1,1,0.003416306,0.573334694,0.052100122,1,1,1,1,1,0.003020845,0.606755018,0.101257071,1,1,1,1,1,0.00614845,0.749273896,0.573525858,0.573513857,0.57358156
-5534,1,0.1169,1,1,1,1,1,1,1,1,0.0178,0.1169,0.4689,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4861,1,0.4749,1,1,1,0.009,0.4749,0.5112,1,1,1,1,1,0.00721808,0.713462353,0.064099774,1,1,1,1,1,0.007956849,0.683653951,0.171646595,1,1,1,1,1,0.017174311,0.61649853,0.574009183,0.573936958,0.574024823
-5535,1,0.1169,1,1,1,1,1,1,1,1,0.0231,0.1169,0.3918,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4169,1,0.4749,1,1,1,0.004,0.4749,0.4162,1,1,1,1,1,0.007879443,0.672788978,0.110726118,1,1,1,1,1,0.005370061,0.649915993,0.181935877,1,1,1,1,1,0.012851574,0.729274035,0.577271629,0.577321769,0.577570922
-5536,1,0.1169,1,1,1,1,1,1,1,1,0.02,0.1169,0.2566,1,0.1804,1,1,1,1,1,1,0,0.1804,0.3298,1,0.4749,1,1,1,0.009,0.4749,0.2856,1,1,1,1,1,0.003822141,0.549508989,0.11700654,1,1,1,1,1,0.000794064,0.610878348,0.114992149,1,1,1,1,1,0.010103155,0.705121934,0.586817303,0.586841549,0.586879433
-5537,1,0.1169,1,1,1,1,1,1,1,1,0.009,0.1169,0.139,1,0.1804,1,1,1,1,1,1,0,0.1804,0.1805,1,0.4749,1,1,1,0.0174,0.4749,0.123,1,1,1,1,1,0.00175749,0.347806513,0.09417472,1,1,1,1,1,3.65E-05,0.341855645,0.029066233,1,1,1,1,1,0.010488537,0.318594992,0.593885935,0.593822721,0.593971631
-5538,1,0.1169,1,1,1,1,1,1,1,1,0.008,0.1169,0.0197,1,0.1804,1,1,1,1,1,1,0.0076,0.1804,0.0406,1,0.4749,1,1,1,0.0296,0.4749,0.025,1,1,1,1,1,0.002018385,0.08054018,0.094428942,1,1,1,1,1,0.00704691,0.060740054,0.005062566,1,1,1,1,1,0.013685763,0.014448185,0.592556791,0.592553417,0.592641844
-5539,1,0.1169,1,1,1,1,1,1,1,1,0.0046,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0051,0.1804,0,1,0.4749,1,1,1,0.0576,0.4749,0,1,1,1,1,1,0.012692451,0,0.047952987,1,1,1,1,1,0.006501595,0,0,1,1,1,1,1,0.041773804,0,0.595396327,0.595515126,0.595301418
-5540,1,0.1169,1,1,1,1,1,1,1,1,0.0055,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0035,0.1804,0,1,0.4749,1,1,1,0.0415,0.4749,0,1,1,1,1,1,0.023477513,0,0.014991551,1,1,1,1,1,0.006773073,0,0,1,1,1,1,1,0.085925549,0,0.608506525,0.608631267,0.608599291
-5541,1,0.1169,1,1,1,1,1,1,1,1,0.029,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0273,0.1804,0,1,0.4749,1,1,1,0.0458,0.4749,0,1,1,1,1,1,0.047875341,0,0.004213168,1,1,1,1,1,0.028291259,0,0,1,1,1,1,1,0.140164018,0,0.579144514,0.579225725,0.579343972
-5542,1,0.1169,1,1,1,1,1,1,1,1,0.0163,0.1169,0,1,0.1804,1,1,1,1,1,1,0.014,0.1804,0,1,0.4749,1,1,1,0.0664,0.4749,0,1,1,1,1,1,0.022829434,0,0,1,1,1,1,1,0.011463807,0,0,1,1,1,1,1,0.169478625,0,0.531778637,0.531626825,0.531914894
-5543,1,0.1169,1,1,1,1,1,1,1,1,0.0194,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0028,0.1804,0,1,0.4749,1,1,1,0.0674,0.4749,0,1,1,1,1,1,0.020354902,0,0,1,1,1,1,1,0.002344464,0,0,1,1,1,1,1,0.125512466,0,0.48580232,0.48572033,0.485815603
-5544,1,0.1169,1,1,1,1,1,1,1,1,0.0148,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0046,0.1804,0,1,0.4749,1,1,1,0.0731,0.4749,0,1,1,1,1,1,0.020022269,0,0,1,1,1,1,1,0.006602864,0,0,1,1,1,1,1,0.105372146,0,0.451667472,0.451660673,0.451684397
-5545,1,0.1169,1,1,1,1,1,1,1,1,0.0119,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.0827,0.4749,0,1,1,1,1,1,0.007048602,0,0,1,1,1,1,1,0.001913623,0,0,1,1,1,1,1,0.109211981,0,0.430461576,0.430505606,0.430407801
-5546,1,0.1169,1,1,1,1,1,1,1,1,0.0097,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.0809,0.4749,0,1,1,1,1,1,0.001517351,0,0,1,1,1,1,1,0.000154063,0,0,1,1,1,1,1,0.088279217,0,0.417955534,0.417812566,0.417996454
-5547,1,0.1169,1,1,1,1,1,1,1,1,0.0016,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.0965,0.4749,0,1,1,1,1,1,0.001004104,0,0,1,1,1,1,1,0.000346975,0,0.009821467,1,1,1,1,1,0.109305039,0,0.413666022,0.413793103,0.41356383
-5548,1,0.1169,1,1,1,1,1,1,1,1,0.001,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.1089,0.4749,0,1,1,1,1,1,0.009846439,0,0.003144689,1,1,1,1,1,0.002660288,0,0.040274609,1,1,1,1,1,0.13916333,0,0.422003383,0.422043579,0.421985816
-5549,1,0.1169,1,1,1,1,1,1,1,1,0.0012,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.1279,0.4749,0,1,1,1,1,1,0.008710949,0,0.031410553,1,1,1,1,1,0.00034175,0,0.026799738,1,1,1,1,1,0.132867992,0,0.450519575,0.450602919,0.450797872
-5550,1,0.1169,1,1,1,1,1,1,1,1,0.0026,0.1169,0.0431,1,0.1804,1,1,1,1,1,1,0.0141,0.1804,0.0466,1,0.4749,1,1,1,0.1178,0.4749,0.056,1,1,1,1,1,0.018510984,0.23189652,0.000696643,1,1,1,1,1,0.007690284,0.131129116,0,1,1,1,1,1,0.126098678,0.50451839,0.498006283,0.497990269,0.497783688
-5551,1,0.1169,1,1,1,1,1,1,1,1,0,0.1169,0.1775,1,0.1804,1,1,1,1,1,1,0.0032,0.1804,0.1907,1,0.4749,1,1,1,0.0157,0.4749,0.2243,1,1,1,1,1,0.000346777,0.501535714,0.019783102,1,1,1,1,1,0.002463084,0.480631709,0,1,1,1,1,1,0.041244119,0.734673381,0.55262204,0.552781891,0.552748227
-5552,1,0.1169,1,1,1,1,1,1,1,1,0,0.1169,0.3417,1,0.1804,1,1,1,1,1,1,0,0.1804,0.3665,1,0.4749,1,1,1,0,0.4749,0.4107,1,1,1,1,1,0,0.706084251,0.069509983,1,1,1,1,1,0,0.699267507,0,1,1,1,1,1,0.001063194,0.83417809,0.596302562,0.596361329,0.596631206
-5553,1,0.1169,1,1,1,1,1,1,1,1,0,0.1169,0.4808,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4885,1,0.4749,1,1,1,0,0.4749,0.5543,1,1,1,1,1,0,0.783852935,0.061681461,1,1,1,1,1,0,0.696350515,0,1,1,1,1,1,0.000163836,0.860171199,0.633095698,0.633171144,0.632978723
-5554,1,0.1169,1,1,1,1,1,1,1,1,0,0.1169,0.5742,1,0.1804,1,1,1,1,1,1,0,0.1804,0.5011,1,0.4749,1,1,1,0.0003,0.4749,0.6595,1,1,1,1,1,0,0.71786356,0.013434649,1,1,1,1,1,0,0.63169235,0,1,1,1,1,1,4.60E-06,0.840894103,0.664028516,0.664057542,0.664450355
-5555,1,0.1169,1,1,1,1,1,1,1,1,0.0008,0.1169,0.5341,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4825,1,0.4749,1,1,1,0.0063,0.4749,0.6547,1,1,1,1,1,5.21E-05,0.695833564,0.00204435,1,1,1,1,1,0,0.64661926,0,1,1,1,1,1,0.014293515,0.782325745,0.685778154,0.68563571,0.68572695
-5556,1,0.1169,1,1,1,1,1,1,1,1,0.0079,0.1169,0.4891,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4556,1,0.4749,1,1,1,0.003,0.4749,0.6124,1,1,1,1,1,0.000315832,0.671456754,0.003090607,1,1,1,1,1,0.000328807,0.626411438,0,1,1,1,1,1,0.016251616,0.69287622,0.698888352,0.698963402,0.699024823
-5557,1,0.1169,1,1,1,1,1,1,1,1,0.0222,0.1169,0.4521,1,0.1804,1,1,1,1,1,1,0.0259,0.1804,0.4608,1,0.4749,1,1,1,0,0.4749,0.617,1,1,1,1,1,0.004942772,0.654902935,0.003871254,1,1,1,1,1,0.0173913,0.62843442,0,1,1,1,1,1,0.016601445,0.721962392,0.708494442,0.708694732,0.708776596
-5558,1,0.1169,1,1,1,1,1,1,1,1,0.0335,0.1169,0.4369,1,0.1804,1,1,1,1,1,1,0.0409,0.1804,0.4621,1,0.4749,1,1,1,0.0156,0.4749,0.5744,1,1,1,1,1,0.013124538,0.603480339,0.015809204,1,1,1,1,1,0.028117144,0.740598619,0,1,1,1,1,1,0.066299573,0.678542078,0.710488159,0.710598688,0.710992908
-5559,1,0.1169,1,1,1,1,1,1,1,1,0.0367,0.1169,0.3852,1,0.1804,1,1,1,1,1,1,0.0403,0.1804,0.4827,1,0.4749,1,1,1,0.0224,0.4749,0.4093,1,1,1,1,1,0.015786896,0.738443196,0.034908403,1,1,1,1,1,0.044572815,0.772484899,0,1,1,1,1,1,0.07906843,0.56045568,0.709159014,0.709329384,0.709219858
-5560,1,0.1169,1,1,1,1,1,1,1,1,0.0348,0.1169,0.2983,1,0.1804,1,1,1,1,1,1,0.0177,0.1804,0.3694,1,0.4749,1,1,1,0.0285,0.4749,0.2998,1,1,1,1,1,0.018549809,0.749023616,0.030722387,1,1,1,1,1,0.041075137,0.730096936,0,1,1,1,1,1,0.071842887,0.724107504,0.710246496,0.710387138,0.710549645
-5561,1,0.1169,1,1,1,1,1,1,1,1,0.0412,0.1169,0.1453,1,0.1804,1,1,1,1,1,1,0.0355,0.1804,0.1858,1,0.4749,1,1,1,0.0342,0.4749,0.1166,1,1,1,1,1,0.033010371,0.562526286,0.017367847,1,1,1,1,1,0.076092735,0.488224864,0,1,1,1,1,1,0.052018449,0.597741485,0.707890285,0.70784853,0.708333333
-5562,1,0.1169,1,1,1,1,1,1,1,1,0.0288,0.1169,0.0205,1,0.1804,1,1,1,1,1,1,0.0136,0.1804,0.0151,1,0.4749,1,1,1,0.0683,0.4749,0.0131,1,1,1,1,1,0.038067341,0.155446589,0.000306189,1,1,1,1,1,0.02945446,0.091323532,0,1,1,1,1,1,0.059474729,0.209966093,0.689221846,0.689232071,0.689716312
-5563,1,0.1169,1,1,1,1,1,1,1,1,0.0222,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0248,0.1804,0,1,0.4749,1,1,1,0.1381,0.4749,0,1,1,1,1,1,0.058581162,0,0.000447236,1,1,1,1,1,0.037811607,0,0,1,1,1,1,1,0.181412935,0,0.679615756,0.679712291,0.679521277
-5564,1,0.1169,1,1,1,1,1,1,1,1,0.0127,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0011,0.1804,0,1,0.4749,1,1,1,0.0977,0.4749,0,1,1,1,1,1,0.072565295,0,0.000548713,1,1,1,1,1,0.018738363,0,0,1,1,1,1,1,0.206026539,0,0.685657322,0.68563571,0.68572695
-5565,1,0.1169,1,1,1,1,1,1,1,1,0.0117,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0105,0.1804,0,1,0.4749,1,1,1,0.0612,0.4749,0,1,1,1,1,1,0.061476864,0,5.32E-05,1,1,1,1,1,0.02514491,0,0,1,1,1,1,1,0.196145386,0,0.643305945,0.643325576,0.643617021
-5566,1,0.1169,1,1,1,1,1,1,1,1,0.0168,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0284,0.1804,0,1,0.4749,1,1,1,0.0487,0.4749,0,1,1,1,1,1,0.05433879,0,0,1,1,1,1,1,0.049823411,0,0,1,1,1,1,1,0.141910538,0,0.581802803,0.581764333,0.582003546
-5567,1,0.1169,1,1,1,1,1,1,1,1,0.0466,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0908,0.1804,0,1,0.4749,1,1,1,0.0607,0.4749,0,1,1,1,1,1,0.058630552,0,6.57E-05,1,1,1,1,1,0.136633322,0,0,1,1,1,1,1,0.086965568,0,0.523441276,0.523376349,0.523492908
-5568,1,0.1169,1,1,1,1,1,1,1,1,0.0467,0.1169,0,1,0.1804,1,1,1,1,1,1,0.117,0.1804,0,1,0.4749,1,1,1,0.059,0.4749,0,1,1,1,1,1,0.041682001,0,0,1,1,1,1,1,0.1326776,0,0,1,1,1,1,1,0.046770796,0,0.481573224,0.481700867,0.481826241
-5569,1,0.1169,1,1,1,1,1,1,1,1,0.0563,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0386,0.1804,0,1,0.4749,1,1,1,0.0372,0.4749,0,1,1,1,1,1,0.041947816,0,0,1,1,1,1,1,0.065775596,0,0,1,1,1,1,1,0.019674663,0,0.458192363,0.458218743,0.457890071
-5570,1,0.1169,1,1,1,1,1,1,1,1,0.0469,0.1169,0,1,0.1804,1,1,1,1,1,1,0.028,0.1804,0,1,0.4749,1,1,1,0.0238,0.4749,0,1,1,1,1,1,0.026131008,0,0.00223845,1,1,1,1,1,0.042755306,0,0,1,1,1,1,1,0.011550397,0,0.442967617,0.442987095,0.443262411
-5571,1,0.1169,1,1,1,1,1,1,1,1,0.0972,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0129,0.1804,0,1,0.4749,1,1,1,0.0443,0.4749,0,1,1,1,1,1,0.051684797,0,0.030576712,1,1,1,1,1,0.027765118,0,0,1,1,1,1,1,0.04040771,0,0.436986467,0.436852126,0.437056738
-5572,1,0.1169,1,1,1,1,1,1,1,1,0.1107,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1019,0.1804,0,1,0.4749,1,1,1,0.0831,0.4749,0,1,1,1,1,1,0.11195986,0,0.022095641,1,1,1,1,1,0.128558204,0,0.01830131,1,1,1,1,1,0.187207118,0,0.445323828,0.445314153,0.445035461
-5573,1,0.1169,1,1,1,1,1,1,1,1,0.07,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1209,0.1804,0,1,0.4749,1,1,1,0.2044,0.4749,0,1,1,1,1,1,0.140153691,0,0,1,1,1,1,1,0.110402405,0,0,1,1,1,1,1,0.379916281,0,0.477887869,0.477892955,0.477836879
-5574,1,0.1169,1,1,1,1,1,1,1,1,0.0383,0.1169,0.0223,1,0.1804,1,1,1,1,1,1,0.0846,0.1804,0.0276,1,0.4749,1,1,1,0.183,0.4749,0.0302,1,1,1,1,1,0.103262357,0.159953818,0,1,1,1,1,1,0.083882958,0.226069048,0,1,1,1,1,1,0.312992364,0.098819509,0.530147414,0.53014597,0.530141844
-5575,1,0.1169,1,1,1,1,1,1,1,1,0.0313,0.1169,0.1784,1,0.1804,1,1,1,1,1,1,0.136,0.1804,0.2007,1,0.4749,1,1,1,0.0526,0.4749,0.1703,1,1,1,1,1,0.027673896,0.532657385,0,1,1,1,1,1,0.133733228,0.563746274,0,1,1,1,1,1,0.11515554,0.389610469,0.584702755,0.584726042,0.584663121
-5576,1,0.1169,1,1,1,1,1,1,1,1,0.0088,0.1169,0.3427,1,0.1804,1,1,1,1,1,1,0.1369,0.1804,0.3705,1,0.4749,1,1,1,0.0143,0.4749,0.3377,1,1,1,1,1,0.020117972,0.727897525,0,1,1,1,1,1,0.111743063,0.742984414,0,1,1,1,1,1,0.049141519,0.700993896,0.626208313,0.626189972,0.62677305
-5577,1,0.1169,1,1,1,1,1,1,1,1,0.0238,0.1169,0.4846,1,0.1804,1,1,1,1,1,1,0.1518,0.1804,0.515,1,0.4749,1,1,1,0.0451,0.4749,0.5016,1,1,1,1,1,0.046637561,0.834205925,0,1,1,1,1,1,0.127256349,0.864946187,0,1,1,1,1,1,0.010493055,0.843532085,0.661068149,0.661095832,0.661347518
-5578,1,0.1169,1,1,1,1,1,1,1,1,0.0286,0.1169,0.5725,1,0.1804,1,1,1,1,1,1,0.2522,0.1804,0.617,1,0.4749,1,1,1,0.0295,0.4749,0.573,1,1,1,1,1,0.060869314,0.865284503,0.007417179,1,1,1,1,1,0.217777625,0.887118578,0,1,1,1,1,1,0.032067031,0.888243318,0.691880135,0.691770679,0.691932624
-5579,1,0.1169,1,1,1,1,1,1,1,1,0.0304,0.1169,0.5996,1,0.1804,1,1,1,1,1,1,0.1585,0.1804,0.6119,1,0.4749,1,1,1,0.0519,0.4749,0.5879,1,1,1,1,1,0.0414906,0.878619552,0.036077287,1,1,1,1,1,0.136576936,0.885137796,0,1,1,1,1,1,0.131139144,0.866075635,0.712481875,0.712502644,0.712765957
-5580,1,0.1169,1,1,1,1,1,1,1,1,0.0393,0.1169,0.5755,1,0.1804,1,1,1,1,1,1,0.1327,0.1804,0.6042,1,0.4749,1,1,1,0.0701,0.4749,0.5589,1,1,1,1,1,0.042434704,0.848205328,0.020342618,1,1,1,1,1,0.106264286,0.877713382,0,1,1,1,1,1,0.196994334,0.819980979,0.726437893,0.726464988,0.726507092
-5581,1,0.1169,1,1,1,1,1,1,1,1,0.0607,0.1169,0.573,1,0.1804,1,1,1,1,1,1,0.1331,0.1804,0.6034,1,0.4749,1,1,1,0.0575,0.4749,0.6002,1,1,1,1,1,0.073431477,0.841783106,0.008009143,1,1,1,1,1,0.107643783,0.893836319,0,1,1,1,1,1,0.165922806,0.789288938,0.740454326,0.740638883,0.740691489
-5582,1,0.1169,1,1,1,1,1,1,1,1,0.0759,0.1169,0.549,1,0.1804,1,1,1,1,1,1,0.0476,0.1804,0.5902,1,0.4749,1,1,1,0.0314,0.4749,0.5482,1,1,1,1,1,0.054053806,0.845532775,0.040550657,1,1,1,1,1,0.039993659,0.867690146,0.00104712,1,1,1,1,1,0.09560822,0.783289373,0.748006283,0.748043156,0.74822695
-5583,1,0.1169,1,1,1,1,1,1,1,1,0.0891,0.1169,0.4675,1,0.1804,1,1,1,1,1,1,0.0477,0.1804,0.4872,1,0.4749,1,1,1,0.0154,0.4749,0.4333,1,1,1,1,1,0.048334554,0.836316407,0.096586309,1,1,1,1,1,0.044278469,0.812381864,0.019173561,1,1,1,1,1,0.045155793,0.757535279,0.75042291,0.750581764,0.750886525
-5584,1,0.1169,1,1,1,1,1,1,1,1,0.0951,0.1169,0.317,1,0.1804,1,1,1,1,1,1,0.0574,0.1804,0.3457,1,0.4749,1,1,1,0.0257,0.4749,0.3103,1,1,1,1,1,0.033874009,0.763193846,0.18521741,1,1,1,1,1,0.054800056,0.734536767,0.051517282,1,1,1,1,1,0.072646029,0.708684564,0.750543741,0.750581764,0.750886525
-5585,1,0.1169,1,1,1,1,1,1,1,1,0.0912,0.1169,0.1336,1,0.1804,1,1,1,1,1,1,0.0206,0.1804,0.1521,1,0.4749,1,1,1,0.0131,0.4749,0.1226,1,1,1,1,1,0.018782958,0.411779553,0.268717706,1,1,1,1,1,0.026231308,0.459073722,0.096696079,1,1,1,1,1,0.030452251,0.481446564,0.738279362,0.738311826,0.738475177
-5586,1,0.1169,1,1,1,1,1,1,1,1,0.0691,0.1169,0.0148,1,0.1804,1,1,1,1,1,1,0.016,0.1804,0.0257,1,0.4749,1,1,1,0.0216,0.4749,0.0219,1,1,1,1,1,0.021078203,0.161890537,0.229602247,1,1,1,1,1,0.024464194,0.216038212,0.027462306,1,1,1,1,1,0.027241971,0.132364154,0.713508942,0.713560398,0.713652482
-5587,1,0.1169,1,1,1,1,1,1,1,1,0.0546,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0206,0.1804,0,1,0.4749,1,1,1,0.0581,0.4749,0,1,1,1,1,1,0.034902368,0,0.088171944,1,1,1,1,1,0.02865706,0,0.000910995,1,1,1,1,1,0.060754761,0,0.699552924,0.699598054,0.699911348
-5588,1,0.1169,1,1,1,1,1,1,1,1,0.0759,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0724,0.1804,0,1,0.4749,1,1,1,0.0362,0.4749,0,1,1,1,1,1,0.088374279,0,0.073698699,1,1,1,1,1,0.072740279,0,0.000256545,1,1,1,1,1,0.072417125,0,0.702754954,0.702771314,0.703014184
-5589,1,0.1169,1,1,1,1,1,1,1,1,0.0806,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0397,0.1804,0,1,0.4749,1,1,1,0.0392,0.4749,0,1,1,1,1,1,0.066092692,0,0.06149064,1,1,1,1,1,0.046481319,0,0,1,1,1,1,1,0.089091688,0,0.659316095,0.659403427,0.659574468
-5590,1,0.1169,1,1,1,1,1,1,1,1,0.0907,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0044,0.1804,0,1,0.4749,1,1,1,0.0244,0.4749,0,1,1,1,1,1,0.060214829,0,0.055944681,1,1,1,1,1,0.031301584,0,0.000675393,1,1,1,1,1,0.080307655,0,0.594429676,0.594457373,0.594858156
-5591,1,0.1169,1,1,1,1,1,1,1,1,0.1478,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0034,0.1804,0,1,0.4749,1,1,1,0.0518,0.4749,0,1,1,1,1,1,0.121850312,0,0.077479929,1,1,1,1,1,0.042403754,0,0.000424084,1,1,1,1,1,0.134611607,0,0.532926535,0.532896129,0.533244681
-5592,1,0.1169,1,1,1,1,1,1,1,1,0.1398,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0015,0.1804,0,1,0.4749,1,1,1,0.0648,0.4749,0,1,1,1,1,1,0.087757602,0,0.021698501,1,1,1,1,1,0.047350667,0,0,1,1,1,1,1,0.169299603,0,0.488883519,0.48889359,0.48891844
-5593,1,0.1169,1,1,1,1,1,1,1,1,0.1519,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0551,0.1804,0,1,0.4749,1,1,1,0.0526,0.4749,0,1,1,1,1,1,0.066280276,0,0.032421414,1,1,1,1,1,0.078035861,0,0,1,1,1,1,1,0.138186485,0,0.461817303,0.461815105,0.461879433
-5594,1,0.1169,1,1,1,1,1,1,1,1,0.1122,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0649,0.1804,0,1,0.4749,1,1,1,0.051,0.4749,0,1,1,1,1,1,0.047589786,0,0.013108894,1,1,1,1,1,0.055827376,0,0.00034555,1,1,1,1,1,0.125313833,0,0.444478009,0.44446795,0.444592199
-5595,1,0.1169,1,1,1,1,1,1,1,1,0.0995,0.1169,0,1,0.1804,1,1,1,1,1,1,0.081,0.1804,0,1,0.4749,1,1,1,0.0544,0.4749,0,1,1,1,1,1,0.027942115,0,0.025268584,1,1,1,1,1,0.071803778,0,0.004230628,1,1,1,1,1,0.141132161,0,0.435476075,0.435582822,0.43572695
-5596,1,0.1169,1,1,1,1,1,1,1,1,0.0756,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1,0.1804,0,1,0.4749,1,1,1,0.083,0.4749,0,1,1,1,1,1,0.029445931,0,0.028882746,1,1,1,1,1,0.081470825,0,0,1,1,1,1,1,0.207140908,0,0.440550991,0.440660038,0.440602837
-5597,1,0.1169,1,1,1,1,1,1,1,1,0.0694,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0333,0.1804,0,1,0.4749,1,1,1,0.0893,0.4749,0,1,1,1,1,1,0.034226026,0,0.04614649,1,1,1,1,1,0.046924919,0,0.011692932,1,1,1,1,1,0.21277447,0,0.469429676,0.469430929,0.469414894
-5598,1,0.1169,1,1,1,1,1,1,1,1,0.0548,0.1169,0.0642,1,0.1804,1,1,1,1,1,1,0.0059,0.1804,0.064,1,0.4749,1,1,1,0.0835,0.4749,0.0525,1,1,1,1,1,0.036404438,0.360813618,0.020669213,1,1,1,1,1,0.013942327,0.214664936,0.000256545,1,1,1,1,1,0.212074801,0.495081812,0.514318511,0.51427967,0.51462766
-5599,1,0.1169,1,1,1,1,1,1,1,1,0.0315,0.1169,0.2111,1,0.1804,1,1,1,1,1,1,0,0.1804,0.2294,1,0.4749,1,1,1,0.0201,0.4749,0.2232,1,1,1,1,1,0.017149996,0.574126661,0.00961592,1,1,1,1,1,0.004257988,0.58590275,0,1,1,1,1,1,0.117448218,0.734766722,0.573707105,0.573725407,0.574024823
-5600,1,0.1169,1,1,1,1,1,1,1,1,0.0044,0.1169,0.383,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4194,1,0.4749,1,1,1,0.0053,0.4749,0.3978,1,1,1,1,1,0.00163171,0.814531028,0.006703225,1,1,1,1,1,0.000124505,0.822977304,0,1,1,1,1,1,0.024369663,0.845941246,0.619079265,0.61899725,0.619237589
-5601,1,0.1169,1,1,1,1,1,1,1,1,0.002,0.1169,0.5296,1,0.1804,1,1,1,1,1,1,0,0.1804,0.5294,1,0.4749,1,1,1,0.0159,0.4749,0.5514,1,1,1,1,1,0.000552855,0.895223856,0.00481861,1,1,1,1,1,0,0.852333724,0,1,1,1,1,1,0.032705657,0.912146926,0.657926535,0.657922572,0.658244681
-5602,1,0.1169,1,1,1,1,1,1,1,1,0.002,0.1169,0.6173,1,0.1804,1,1,1,1,1,1,0,0.1804,0.606,1,0.4749,1,1,1,0.0124,0.4749,0.6588,1,1,1,1,1,0.000642572,0.893321097,0.000233051,1,1,1,1,1,0,0.864823699,0,1,1,1,1,1,0.011869558,0.934041619,0.69181972,0.691770679,0.691932624
-5603,1,0.1169,1,1,1,1,1,1,1,1,0.0026,0.1169,0.6147,1,0.1804,1,1,1,1,1,1,0,0.1804,0.6101,1,0.4749,1,1,1,0.0236,0.4749,0.6459,1,1,1,1,1,0.000984149,0.884900093,0.003526224,1,1,1,1,1,0,0.816610515,0,1,1,1,1,1,0.020612605,0.940602601,0.716106815,0.716099006,0.716312057
-5604,1,0.1169,1,1,1,1,1,1,1,1,0.0066,0.1169,0.5963,1,0.1804,1,1,1,1,1,1,0,0.1804,0.552,1,0.4749,1,1,1,0.0326,0.4749,0.636,1,1,1,1,1,0.002848562,0.843610108,0.000604058,1,1,1,1,1,7.15E-06,0.786276579,0,1,1,1,1,1,0.051892892,0.92850709,0.730848236,0.730907552,0.730939716
-5605,1,0.1169,1,1,1,1,1,1,1,1,0.024,0.1169,0.583,1,0.1804,1,1,1,1,1,1,0,0.1804,0.5537,1,0.4749,1,1,1,0.0428,0.4749,0.6225,1,1,1,1,1,0.008453764,0.798389852,0.000732899,1,1,1,1,1,0.000242877,0.782559693,0,1,1,1,1,1,0.067478538,0.94334358,0.746677139,0.746773852,0.746897163
-5606,1,0.1169,1,1,1,1,1,1,1,1,0.0295,0.1169,0.5717,1,0.1804,1,1,1,1,1,1,0.0033,0.1804,0.5885,1,0.4749,1,1,1,0.0536,0.4749,0.5883,1,1,1,1,1,0.010741981,0.863377333,0,1,1,1,1,1,0.005611902,0.85688597,0,1,1,1,1,1,0.049245127,0.843417048,0.756343644,0.756505183,0.756648936
-5607,1,0.1169,1,1,1,1,1,1,1,1,0.0439,0.1169,0.4633,1,0.1804,1,1,1,1,1,1,0.0107,0.1804,0.4848,1,0.4749,1,1,1,0.038,0.4749,0.4566,1,1,1,1,1,0.014857126,0.820713878,0.001446013,1,1,1,1,1,0.012244286,0.779999375,0,1,1,1,1,1,0.045555387,0.770938456,0.758941518,0.759043791,0.759308511
-5608,1,0.1169,1,1,1,1,1,1,1,1,0.0657,0.1169,0.3282,1,0.1804,1,1,1,1,1,1,0,0.1804,0.3442,1,0.4749,1,1,1,0.038,0.4749,0.3019,1,1,1,1,1,0.025014995,0.747738302,0.013482388,1,1,1,1,1,0.022505391,0.67033112,0,1,1,1,1,1,0.05850663,0.804878235,0.760633156,0.760524646,0.76108156
-5609,1,0.1169,1,1,1,1,1,1,1,1,0.0878,0.1169,0.1391,1,0.1804,1,1,1,1,1,1,0,0.1804,0.173,1,0.4749,1,1,1,0.0462,0.4749,0.1257,1,1,1,1,1,0.039940454,0.564088285,0.035900958,1,1,1,1,1,0.022678923,0.533012629,0,1,1,1,1,1,0.035115529,0.603841782,0.75138956,0.751427967,0.751329787
-5610,1,0.1169,1,1,1,1,1,1,1,1,0.0689,0.1169,0.0192,1,0.1804,1,1,1,1,1,1,0.0056,0.1804,0.0385,1,0.4749,1,1,1,0.0738,0.4749,0.0189,1,1,1,1,1,0.052924141,0.232096687,0.047729194,1,1,1,1,1,0.049952146,0.219973475,0,1,1,1,1,1,0.078310281,0.252331346,0.728189947,0.728157394,0.728280142
-5611,1,0.1169,1,1,1,1,1,1,1,1,0.0503,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0414,0.1804,0,1,0.4749,1,1,1,0.1197,0.4749,0,1,1,1,1,1,0.051722169,0,0.016087117,1,1,1,1,1,0.066976383,0,0,1,1,1,1,1,0.18137379,0,0.711817303,0.711867992,0.711879433
-5612,1,0.1169,1,1,1,1,1,1,1,1,0.0321,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0463,0.1804,0,1,0.4749,1,1,1,0.1349,0.4749,0,1,1,1,1,1,0.056272842,0,0.001760621,1,1,1,1,1,0.089775547,0,0,1,1,1,1,1,0.25255537,0,0.715563074,0.715675904,0.715868794
-5613,1,0.1169,1,1,1,1,1,1,1,1,0.0606,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1003,0.1804,0,1,0.4749,1,1,1,0.1078,0.4749,0,1,1,1,1,1,0.069196187,0,0.000290031,1,1,1,1,1,0.151934251,0,0,1,1,1,1,1,0.234823868,0,0.672909618,0.67294267,0.67287234
-5614,1,0.1169,1,1,1,1,1,1,1,1,0.0516,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1268,0.1804,0,1,0.4749,1,1,1,0.1205,0.4749,0,1,1,1,1,1,0.041951075,0,0.006421605,1,1,1,1,1,0.146454081,0,0,1,1,1,1,1,0.296545863,0,0.607419043,0.607361963,0.607712766
-5615,1,0.1169,1,1,1,1,1,1,1,1,0.1056,0.1169,0,1,0.1804,1,1,1,1,1,1,0.3343,0.1804,0,1,0.4749,1,1,1,0.109,0.4749,0,1,1,1,1,1,0.094572507,0,0.001731257,1,1,1,1,1,0.338463068,0,0,1,1,1,1,1,0.277479678,0,0.54579507,0.545800719,0.546099291
-5616,1,0.1169,1,1,1,1,1,1,1,1,0.1118,0.1169,0,1,0.1804,1,1,1,1,1,1,0.2575,0.1804,0,1,0.4749,1,1,1,0.1189,0.4749,0,1,1,1,1,1,0.165226594,0,0.001437684,1,1,1,1,1,0.275584579,0,0.013826178,1,1,1,1,1,0.258833647,0,0.500785404,0.500740427,0.500886525
-5617,1,0.1169,1,1,1,1,1,1,1,1,0.1748,0.1169,0,1,0.1804,1,1,1,1,1,1,0.3207,0.1804,0,1,0.4749,1,1,1,0.1619,0.4749,0,1,1,1,1,1,0.245539442,0,0.000410701,1,1,1,1,1,0.319689214,0,0,1,1,1,1,1,0.298027337,0,0.472752537,0.472815739,0.47251773
-5618,1,0.1169,1,1,1,1,1,1,1,1,0.179,0.1169,0,1,0.1804,1,1,1,1,1,1,0.3648,0.1804,0,1,0.4749,1,1,1,0.1721,0.4749,0,1,1,1,1,1,0.265486121,0,0.001889137,1,1,1,1,1,0.337315172,0,0,1,1,1,1,1,0.330980867,0,0.453902852,0.453776179,0.453900709
-5619,1,0.1169,1,1,1,1,1,1,1,1,0.107,0.1169,0,1,0.1804,1,1,1,1,1,1,0.2639,0.1804,0,1,0.4749,1,1,1,0.1366,0.4749,0,1,1,1,1,1,0.104291394,0,0.002136708,1,1,1,1,1,0.219751045,0,0,1,1,1,1,1,0.3647466,0,0.446652972,0.446795007,0.446808511
-5620,1,0.1169,1,1,1,1,1,1,1,1,0.1708,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1636,0.1804,0,1,0.4749,1,1,1,0.1653,0.4749,0,1,1,1,1,1,0.148309857,0,0.027276196,1,1,1,1,1,0.140666664,0,0,1,1,1,1,1,0.384678662,0,0.451486225,0.451449122,0.451241135
-5621,1,0.1169,1,1,1,1,1,1,1,1,0.1183,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0952,0.1804,0,1,0.4749,1,1,1,0.2001,0.4749,0,1,1,1,1,1,0.093884237,0,0.01324737,1,1,1,1,1,0.064509012,0,0,1,1,1,1,1,0.475317717,0,0.482479459,0.48254707,0.482712766
-5622,1,0.1169,1,1,1,1,1,1,1,1,0.0833,0.1169,0.0536,1,0.1804,1,1,1,1,1,1,0.0839,0.1804,0.0656,1,0.4749,1,1,1,0.1931,0.4749,0.0465,1,1,1,1,1,0.068584532,0.357869536,0.016555628,1,1,1,1,1,0.050968822,0.319231749,0,1,1,1,1,1,0.484538198,0.471908391,0.529603673,0.529722869,0.529698582
-5623,1,0.1169,1,1,1,1,1,1,1,1,0.0204,0.1169,0.2156,1,0.1804,1,1,1,1,1,1,0.0648,0.1804,0.2278,1,0.4749,1,1,1,0.1233,0.4749,0.2154,1,1,1,1,1,0.023092467,0.6450122,0.058362447,1,1,1,1,1,0.044612054,0.60424149,0.003354712,1,1,1,1,1,0.380140245,0.735596895,0.591408893,0.591495663,0.591312057
-5624,1,0.1169,1,1,1,1,1,1,1,1,0.0026,0.1169,0.3624,1,0.1804,1,1,1,1,1,1,0,0.1804,0.3432,1,0.4749,1,1,1,0.0441,0.4749,0.3981,1,1,1,1,1,0.005351899,0.685974658,0.016808065,1,1,1,1,1,0.006249739,0.627524734,0,1,1,1,1,1,0.166776121,0.85722816,0.642278879,0.642479374,0.642287234
-5625,1,0.1169,1,1,1,1,1,1,1,1,0,0.1169,0.457,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4161,1,0.4749,1,1,1,0.0389,0.4749,0.5386,1,1,1,1,1,0.001829745,0.681555629,0.005890471,1,1,1,1,1,0.000658934,0.695807576,0,1,1,1,1,1,0.095891386,0.873649299,0.683421943,0.683520203,0.683510638
-5626,1,0.1169,1,1,1,1,1,1,1,1,0.0019,0.1169,0.4909,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4938,1,0.4749,1,1,1,0.0495,0.4749,0.6418,1,1,1,1,1,0.00257711,0.671622872,0.001115151,1,1,1,1,1,0.000138466,0.783077002,0,1,1,1,1,1,0.082574829,0.863087773,0.718644273,0.718637614,0.718971631
-5627,1,0.1169,1,1,1,1,1,1,1,1,0.0153,0.1169,0.5337,1,0.1804,1,1,1,1,1,1,0,0.1804,0.6022,1,0.4749,1,1,1,0.0912,0.4749,0.6436,1,1,1,1,1,0.002126734,0.828162849,0.006429609,1,1,1,1,1,0.000732667,0.876139939,0.004025654,1,1,1,1,1,0.138417929,0.851878643,0.74679797,0.746773852,0.746897163
-5628,1,0.1169,1,1,1,1,1,1,1,1,0.0488,0.1169,0.5614,1,0.1804,1,1,1,1,1,1,0,0.1804,0.6255,1,0.4749,1,1,1,0.0879,0.4749,0.6285,1,1,1,1,1,0.005872021,0.857548118,0.004294439,1,1,1,1,1,0.003267234,0.868949056,0.003476702,1,1,1,1,1,0.064164214,0.873655796,0.768728855,0.768775122,0.769060284
-5629,1,0.1169,1,1,1,1,1,1,1,1,0.0758,0.1169,0.5731,1,0.1804,1,1,1,1,1,1,0.0011,0.1804,0.6169,1,0.4749,1,1,1,0.116,0.4749,0.5948,1,1,1,1,1,0.010364829,0.855746746,0.002816994,1,1,1,1,1,0.012502139,0.873632193,0,1,1,1,1,1,0.120139644,0.901061296,0.79078057,0.790776391,0.791223404
-5630,1,0.1169,1,1,1,1,1,1,1,1,0.1299,0.1169,0.5627,1,0.1804,1,1,1,1,1,1,0,0.1804,0.5878,1,0.4749,1,1,1,0.1751,0.4749,0.5672,1,1,1,1,1,0.019451514,0.833777666,0,1,1,1,1,1,0.015826991,0.869045258,0,1,1,1,1,1,0.139669567,0.88031441,0.801172064,0.801142374,0.80141844
-5631,1,0.1169,1,1,1,1,1,1,1,1,0.1596,0.1169,0.4566,1,0.1804,1,1,1,1,1,1,0.026,0.1804,0.4864,1,0.4749,1,1,1,0.1116,0.4749,0.4501,1,1,1,1,1,0.026785919,0.817343712,0.004058165,1,1,1,1,1,0.039376907,0.835550904,0,1,1,1,1,1,0.167812943,0.850899577,0.806126148,0.80621959,0.806294326
-5632,1,0.1169,1,1,1,1,1,1,1,1,0.1806,0.1169,0.3138,1,0.1804,1,1,1,1,1,1,0.025,0.1804,0.3612,1,0.4749,1,1,1,0.1193,0.4749,0.2879,1,1,1,1,1,0.039428089,0.739738464,0.00831011,1,1,1,1,1,0.046892129,0.779872835,0.010239528,1,1,1,1,1,0.174391672,0.76336956,0.807515708,0.807700444,0.808067376
-5633,1,0.1169,1,1,1,1,1,1,1,1,0.1362,0.1169,0.1382,1,0.1804,1,1,1,1,1,1,0.0184,0.1804,0.1829,1,0.4749,1,1,1,0.0957,0.4749,0.1015,1,1,1,1,1,0.034011506,0.55653441,0.000982123,1,1,1,1,1,0.026960922,0.567921042,0,1,1,1,1,1,0.160044134,0.537079394,0.798211696,0.798180664,0.798315603
-5634,1,0.1169,1,1,1,1,1,1,1,1,0.0856,0.1169,0.0157,1,0.1804,1,1,1,1,1,1,0.0202,0.1804,0.036,1,0.4749,1,1,1,0.0952,0.4749,0.0002,1,1,1,1,1,0.025207739,0.214144319,0.004821317,1,1,1,1,1,0.042283572,0.229085162,0,1,1,1,1,1,0.210482955,0.162036687,0.773924601,0.773852338,0.774379433
-5635,1,0.1169,1,1,1,1,1,1,1,1,0.0597,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0126,0.1804,0,1,0.4749,1,1,1,0.1237,0.4749,0,1,1,1,1,1,0.024092918,0,0.002797663,1,1,1,1,1,0.05512242,0,0,1,1,1,1,1,0.295473933,0,0.75640406,0.756505183,0.756648936
-5636,1,0.1169,1,1,1,1,1,1,1,1,0.0819,0.1169,0,1,0.1804,1,1,1,1,1,1,0.035,0.1804,0,1,0.4749,1,1,1,0.1557,0.4749,0,1,1,1,1,1,0.058956139,0,0,1,1,1,1,1,0.119440876,0,0,1,1,1,1,1,0.384450614,0,0.757672789,0.757774487,0.757978723
-5637,1,0.1169,1,1,1,1,1,1,1,1,0.1403,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0142,0.1804,0,1,0.4749,1,1,1,0.1752,0.4749,0,1,1,1,1,1,0.104756832,0,0.00289095,1,1,1,1,1,0.102520823,0,0.000465969,1,1,1,1,1,0.49270308,0,0.713146448,0.713137296,0.71320922
-5638,1,0.1169,1,1,1,1,1,1,1,1,0.0756,0.1169,0,1,0.1804,1,1,1,1,1,1,0,0.1804,0,1,0.4749,1,1,1,0.1652,0.4749,0,1,1,1,1,1,0.077216052,0,0,1,1,1,1,1,0.065031931,0,0,1,1,1,1,1,0.439135879,0,0.645722571,0.645864184,0.645833333
-5639,1,0.1169,1,1,1,1,1,1,1,1,0.1152,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1403,0.1804,0,1,0.4749,1,1,1,0.1987,0.4749,0,1,1,1,1,1,0.106589392,0,0.000977441,1,1,1,1,1,0.190804064,0,0,1,1,1,1,1,0.454259425,0,0.580654906,0.580706579,0.580673759
-5640,1,0.1169,1,1,1,1,1,1,1,1,0.113,0.1169,0,1,0.1804,1,1,1,1,1,1,0.3597,0.1804,0,1,0.4749,1,1,1,0.2198,0.4749,0,1,1,1,1,1,0.108581088,0,0.000525557,1,1,1,1,1,0.323736131,0,0,1,1,1,1,1,0.41226998,0,0.533832769,0.533742331,0.533687943
-5641,1,0.1169,1,1,1,1,1,1,1,1,0.1339,0.1169,0,1,0.1804,1,1,1,1,1,1,0.2692,0.1804,0,1,0.4749,1,1,1,0.1337,0.4749,0,1,1,1,1,1,0.109752424,0,0.011597294,1,1,1,1,1,0.251852512,0,0,1,1,1,1,1,0.220107943,0,0.501933301,0.501798181,0.502216312
-5642,1,0.1169,1,1,1,1,1,1,1,1,0.1268,0.1169,0,1,0.1804,1,1,1,1,1,1,0.1395,0.1804,0,1,0.4749,1,1,1,0.0996,0.4749,0,1,1,1,1,1,0.131539851,0,0.004578654,1,1,1,1,1,0.136949286,0,0,1,1,1,1,1,0.129104868,0,0.481331561,0.481277766,0.481382979
-5643,1,0.1169,1,1,1,1,1,1,1,1,0.1268,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0823,0.1804,0,1,0.4749,1,1,1,0.0867,0.4749,0,1,1,1,1,1,0.095530033,0,0.034824964,1,1,1,1,1,0.078765027,0,0,1,1,1,1,1,0.090244785,0,0.470335911,0.470488682,0.470301418
-5644,1,0.1169,1,1,1,1,1,1,1,1,0.0688,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0553,0.1804,0,1,0.4749,1,1,1,0.0725,0.4749,0,1,1,1,1,1,0.060212236,0,0.023829255,1,1,1,1,1,0.040798884,0,0,1,1,1,1,1,0.076332577,0,0.474142098,0.474085043,0.47429078
-5645,1,0.1169,1,1,1,1,1,1,1,1,0.0528,0.1169,0,1,0.1804,1,1,1,1,1,1,0.0436,0.1804,0,1,0.4749,1,1,1,0.0418,0.4749,0,1,1,1,1,1,0.041745156,0,0.066192873,1,1,1,1,1,0.034502879,0,0.001246073,1,1,1,1,1,0.042470038,0,0.50181247,0.501798181,0.502216312
-5646,1,0.1169,1,1,1,1,1,1,1,1,0.0273,0.1169,0.0498,1,0.1804,1,1,1,1,1,1,0.0639,0.1804,0.0666,1,0.4749,1,1,1,0.0263,0.4749,0.046,1,1,1,1,1,0.03987167,0.252226114,0.002264347,1,1,1,1,1,0.051210344,0.251393199,0,1,1,1,1,1,0.036246121,0.32715112,0.54621798,0.546223821,0.546542553
-5647,1,0.1169,1,1,1,1,1,1,1,1,0.0234,0.1169,0.2088,1,0.1804,1,1,1,1,1,1,0.0358,0.1804,0.2258,1,0.4749,1,1,1,0.0017,0.4749,0.2123,1,1,1,1,1,0.020228794,0.552474499,0.015828894,1,1,1,1,1,0.046133015,0.602400541,0.001926702,1,1,1,1,1,0.008616088,0.668072462,0.604458676,0.604611805,0.604609929
-5648,1,0.117,1,1,1,1,1,1,1,1,0.0006,0.117,0.3714,1,0.1804,1,1,1,1,1,1,0,0.1804,0.38,1,0.475,1,1,1,0.0143,0.475,0.4011,1,1,1,1,1,0.00020717,0.707118094,0.01962873,1,1,1,1,1,0.001614146,0.726659417,0,1,1,1,1,1,0.004585164,0.823264301,0.654664089,0.654749312,0.654698582
-5649,1,0.1171,1,1,1,1,1,1,1,1,0.0008,0.1171,0.483,1,0.1804,1,1,1,1,1,1,0,0.1804,0.4861,1,0.4751,1,1,1,0.0172,0.4751,0.5462,1,1,1,1,1,7.65E-06,0.773483038,0.016438819,1,1,1,1,1,0,0.783010244,0,1,1,1,1,1,0.003091929,0.874633193,0.697257129,0.697270996,0.697695035
-5650,1,0.1171,1,1,1,1,1,1,1,1,0.0049,0.1171,0.5506,1,0.1805,1,1,1,1,1,1,0,0.1805,0.5247,1,0.4751,1,1,1,0.018,0.4751,0.6482,1,1,1,1,1,0.001471709,0.771279693,0.003967827,1,1,1,1,1,0,0.749748349,0,1,1,1,1,1,0.002566543,0.885548472,0.735741904,0.735773218,0.736258865
-5651,1,0.1172,1,1,1,1,1,1,1,1,0.0061,0.1172,0.5401,1,0.1805,1,1,1,1,1,1,0,0.1805,0.5085,1,0.4752,1,1,1,0.0278,0.4752,0.6534,1,1,1,1,1,0.001780782,0.762310565,0,1,1,1,1,1,0,0.758863449,0,1,1,1,1,1,0.004192128,0.874462843,0.764137264,0.764121007,0.764184397
-5652,1,0.1173,1,1,1,1,1,1,1,1,0.0155,0.1173,0.5246,1,0.1805,1,1,1,1,1,1,0,0.1805,0.5305,1,0.4753,1,1,1,0.0318,0.4753,0.6433,1,1,1,1,1,0.003068282,0.777292073,0,1,1,1,1,1,0.000115481,0.762752235,0,1,1,1,1,1,0.010507953,0.845838547,0.782684872,0.782737466,0.782801418
-5653,1,0.1173,1,1,1,1,1,1,1,1,0.0307,0.1173,0.5164,1,0.1806,1,1,1,1,1,1,0.0075,0.1806,0.5355,1,0.4754,1,1,1,0.024,0.4754,0.6305,1,1,1,1,1,0.01499041,0.751796365,0.000430525,1,1,1,1,1,0.006174861,0.757404149,0,1,1,1,1,1,0.004427565,0.799012303,0.80080957,0.800719272,0.800975177
-5654,1,0.1174,1,1,1,1,1,1,1,1,0.1039,0.1174,0.4891,1,0.1806,1,1,1,1,1,1,0.0079,0.1806,0.4995,1,0.4754,1,1,1,0.0101,0.4754,0.5841,1,1,1,1,1,0.03131099,0.693117261,0.000666095,1,1,1,1,1,0.019374194,0.724648893,0,1,1,1,1,1,0.009119337,0.763661623,0.808361527,0.808546647,0.808510638
-5655,1,0.1174,1,1,1,1,1,1,1,1,0.0838,0.1174,0.3955,1,0.1806,1,1,1,1,1,1,0.0037,0.1806,0.4104,1,0.4755,1,1,1,0.0219,0.4755,0.4641,1,1,1,1,1,0.022972126,0.604736686,0.001194097,1,1,1,1,1,0.011437531,0.669443309,0,1,1,1,1,1,0.021822669,0.705690384,0.806428226,0.806642691,0.806737589
-5656,1,0.1175,1,1,1,1,1,1,1,1,0.1,0.1175,0.2852,1,0.1807,1,1,1,1,1,1,0,0.1807,0.3526,1,0.4756,1,1,1,0.022,0.4756,0.3128,1,1,1,1,1,0.039423641,0.741368651,0.000460637,1,1,1,1,1,0.021038473,0.80470103,0,1,1,1,1,1,0.020124162,0.801616907,0.802803287,0.802834779,0.803191489
-5657,1,0.1176,1,1,1,1,1,1,1,1,0.058,0.1176,0.1296,1,0.1807,1,1,1,1,1,1,0,0.1807,0.1675,1,0.4756,1,1,1,0.0302,0.4756,0.1191,1,1,1,1,1,0.031089939,0.372486979,0.003240309,1,1,1,1,1,0.026568552,0.422370255,0,1,1,1,1,1,0.01824227,0.439588636,0.786793137,0.786756928,0.78679078
-5658,1,0.1176,1,1,1,1,1,1,1,1,0.0206,0.1176,0.0073,1,0.1807,1,1,1,1,1,1,0,0.1807,0.0205,1,0.4757,1,1,1,0.0519,0.4757,0.0138,1,1,1,1,1,0.055104826,0.045920234,0,1,1,1,1,1,0.0054932,0.086103588,0,1,1,1,1,1,0.05211037,0.071022235,0.757129048,0.757139835,0.757535461
-5659,1,0.1177,1,1,1,1,1,1,1,1,0.0102,0.1177,0,1,0.1808,1,1,1,1,1,1,0,0.1808,0,1,0.4758,1,1,1,0.0461,0.4758,0,1,1,1,1,1,0.045781795,0,0.001015839,1,1,1,1,1,0.004081477,0,0,1,1,1,1,1,0.06125439,0,0.741300145,0.741485086,0.741578014
-5660,1,0.1177,1,1,1,1,1,1,1,1,0.0212,0.1177,0,1,0.1808,1,1,1,1,1,1,0,0.1808,0,1,0.4758,1,1,1,0.0408,0.4758,0,1,1,1,1,1,0.087757409,0,0.013664821,1,1,1,1,1,0.003462074,0,0,1,1,1,1,1,0.062080607,0,0.737312711,0.737465623,0.737588652
-5661,1,0.1178,1,1,1,1,1,1,1,1,0.0176,0.1178,0,1,0.1808,1,1,1,1,1,1,0,0.1808,0,1,0.4759,1,1,1,0.0266,0.4759,0,1,1,1,1,1,0.084569201,0,0,1,1,1,1,1,0.003615013,0,0,1,1,1,1,1,0.054825511,0,0.696109232,0.696001692,0.696365248
-5662,1,0.1179,1,1,1,1,1,1,1,1,0.0285,0.1179,0,1,0.1809,1,1,1,1,1,1,0,0.1809,0,1,0.476,1,1,1,0.0474,0.476,0,1,1,1,1,1,0.060944654,0,0,1,1,1,1,1,0.010211656,0,0,1,1,1,1,1,0.140151903,0,0.637687289,0.637825259,0.63785461
-5663,1,0.1179,1,1,1,1,1,1,1,1,0.0189,0.1179,0,1,0.1809,1,1,1,1,1,1,0.014,0.1809,0,1,0.4761,1,1,1,0.0695,0.4761,0,1,1,1,1,1,0.051006503,0,0.014315983,1,1,1,1,1,0.038073804,0,0,1,1,1,1,1,0.151172459,0,0.577150797,0.577110218,0.57712766
-5664,1,0.118,1,1,1,1,1,1,1,1,0.0127,0.118,0,1,0.1809,1,1,1,1,1,1,0.0753,0.1809,0,1,0.4761,1,1,1,0.0595,0.4761,0,1,1,1,1,1,0.022197844,0,0.029652499,1,1,1,1,1,0.060631745,0,0.003627487,1,1,1,1,1,0.142883137,0,0.528274529,0.528242014,0.528368794
-5665,1,0.1181,1,1,1,1,1,1,1,1,0.0024,0.1181,0,1,0.181,1,1,1,1,1,1,0.0897,0.181,0,1,0.4762,1,1,1,0.0533,0.4762,0,1,1,1,1,1,0.018827351,0,0.016068356,1,1,1,1,1,0.06461753,0,0,1,1,1,1,1,0.171498701,0,0.497643789,0.497778718,0.497783688
-5666,1,0.1181,1,1,1,1,1,1,1,1,0.01,0.1181,0,1,0.181,1,1,1,1,1,1,0.1037,0.181,0,1,0.4763,1,1,1,0.0468,0.4763,0,1,1,1,1,1,0.016550852,0,0.006382366,1,1,1,1,1,0.094660893,0,0,1,1,1,1,1,0.154809996,0,0.476800387,0.476835202,0.476950355
-5667,1,0.1182,1,1,1,1,1,1,1,1,0.0148,0.1182,0,1,0.181,1,1,1,1,1,1,0.0794,0.181,0,1,0.4763,1,1,1,0.073,0.4763,0,1,1,1,1,1,0.01840221,0,0.019049607,1,1,1,1,1,0.062030807,0,0.015744241,1,1,1,1,1,0.212100267,0,0.464838086,0.464776814,0.46498227
-5668,1,0.1182,1,1,1,1,1,1,1,1,0.0098,0.1182,0,1,0.1811,1,1,1,1,1,1,0.0585,0.1811,0,1,0.4764,1,1,1,0.0619,0.4764,0,1,1,1,1,1,0.013554865,0,0.028496696,1,1,1,1,1,0.036819629,0,0.003171728,1,1,1,1,1,0.190985993,0,0.463025616,0.462872858,0.46320922
-5669,1,0.1183,1,1,1,1,1,1,1,1,0.0023,0.1183,0,1,0.1811,1,1,1,1,1,1,0.0167,0.1811,0,1,0.4765,1,1,1,0.0684,0.4765,0,1,1,1,1,1,0.004824079,0,0.012425643,1,1,1,1,1,0.009751751,0,0,1,1,1,1,1,0.241045743,0,0.472752537,0.472815739,0.47251773
-5670,1,0.1184,1,1,1,1,1,1,1,1,0.0054,0.1184,0.0376,1,0.1811,1,1,1,1,1,1,0.0008,0.1811,0.0425,1,0.4765,1,1,1,0.055,0.4765,0.0495,1,1,1,1,1,0.0092597,0.123380028,0.027933851,1,1,1,1,1,0.001009371,0.087548204,0,1,1,1,1,1,0.275478423,0.053379342,0.490212663,0.490162894,0.490248227
-5671,1,0.1184,1,1,1,1,1,1,1,1,0.0113,0.1184,0.1679,1,0.1812,1,1,1,1,1,1,0,0.1812,0.1724,1,0.4766,1,1,1,0.0184,0.4766,0.2045,1,1,1,1,1,0.019644033,0.381120861,0.061167333,1,1,1,1,1,0.001040117,0.312811047,0.009014399,1,1,1,1,1,0.139620364,0.294202924,0.529482842,0.529511318,0.529698582
-5672,1,0.1185,1,1,1,1,1,1,1,1,0.0029,0.1185,0.3053,1,0.1812,1,1,1,1,1,1,0,0.1812,0.3042,1,0.4767,1,1,1,0.0232,0.4767,0.3656,1,1,1,1,1,0.004162911,0.52560693,0.045126345,1,1,1,1,1,0.00135862,0.51237464,0.066257328,1,1,1,1,1,0.133978128,0.472120911,0.580836153,0.580706579,0.581117021
-5673,1,0.1186,1,1,1,1,1,1,1,1,0.0003,0.1186,0.4204,1,0.1812,1,1,1,1,1,1,0,0.1812,0.4168,1,0.4767,1,1,1,0.0267,0.4767,0.4997,1,1,1,1,1,8.08E-06,0.611093163,0.090426691,1,1,1,1,1,3.57E-05,0.609137416,0.088997647,1,1,1,1,1,0.083926514,0.628720045,0.626631223,0.626613074,0.62677305
-5674,1,0.1186,1,1,1,1,1,1,1,1,0.0123,0.1186,0.4801,1,0.1813,1,1,1,1,1,1,0,0.1813,0.4976,1,0.4768,1,1,1,0.0314,0.4768,0.5996,1,1,1,1,1,0.002408155,0.673970103,0.155644998,1,1,1,1,1,0.000800032,0.68461585,0.165939003,1,1,1,1,1,0.056853298,0.762204587,0.660403577,0.66046118,0.660460993
-5675,1,0.1187,1,1,1,1,1,1,1,1,0.0146,0.1187,0.5293,1,0.1813,1,1,1,1,1,1,0.0255,0.1813,0.492,1,0.4769,1,1,1,0.0535,0.4769,0.6044,1,1,1,1,1,0.005399593,0.709224045,0.248478115,1,1,1,1,1,0.026024897,0.720580697,0.282259434,1,1,1,1,1,0.102062926,0.819234729,0.682032383,0.682039348,0.682180851
-5676,1,0.1187,1,1,1,1,1,1,1,1,0.0294,0.1187,0.5588,1,0.1813,1,1,1,1,1,1,0.0255,0.1813,0.5564,1,0.477,1,1,1,0.0456,0.477,0.5935,1,1,1,1,1,0.012901541,0.70538342,0.409221351,1,1,1,1,1,0.03097761,0.775840938,0.449263632,1,1,1,1,1,0.075174451,0.79181391,0.695565491,0.695790142,0.695921986
-5677,1,0.1188,1,1,1,1,1,1,1,1,0.0421,0.1188,0.5357,1,0.1814,1,1,1,1,1,1,0.0289,0.1814,0.5843,1,0.477,1,1,1,0.0842,0.477,0.5646,1,1,1,1,1,0.01712524,0.734938979,0.449345469,1,1,1,1,1,0.039234594,0.796192944,0.408661276,1,1,1,1,1,0.10508544,0.78435266,0.703842436,0.703829067,0.703900709
-5678,1,0.1189,1,1,1,1,1,1,1,1,0.0412,0.1189,0.5009,1,0.1814,1,1,1,1,1,1,0.0319,0.1814,0.5729,1,0.4771,1,1,1,0.0703,0.4771,0.4681,1,1,1,1,1,0.016834401,0.774042845,0.410196543,1,1,1,1,1,0.0570767,0.792138994,0.326504976,1,1,1,1,1,0.122584827,0.734186709,0.708011116,0.70806008,0.708333333
-5679,1,0.1189,1,1,1,1,1,1,1,1,0.0678,0.1189,0.4341,1,0.1814,1,1,1,1,1,1,0.0921,0.1814,0.4757,1,0.4772,1,1,1,0.117,0.4772,0.3709,1,1,1,1,1,0.033625219,0.767189264,0.257620931,1,1,1,1,1,0.165656537,0.729502738,0.311963379,1,1,1,1,1,0.148257181,0.698169351,0.706561141,0.706579226,0.707003546
-5680,1,0.119,1,1,1,1,1,1,1,1,0.074,0.119,0.3047,1,0.1815,1,1,1,1,1,1,0.1198,0.1815,0.3243,1,0.4772,1,1,1,0.1677,0.4772,0.2553,1,1,1,1,1,0.065582655,0.652733207,0.2045452,1,1,1,1,1,0.169129312,0.500838935,0.289347917,1,1,1,1,1,0.198657006,0.611771524,0.702634123,0.702559763,0.702570922
-5681,1,0.1191,1,1,1,1,1,1,1,1,0.0371,0.1191,0.1335,1,0.1815,1,1,1,1,1,1,0.1315,0.1815,0.1598,1,0.4773,1,1,1,0.1722,0.4773,0.1087,1,1,1,1,1,0.055051815,0.49001056,0.11017257,1,1,1,1,1,0.130880624,0.269483745,0.177416772,1,1,1,1,1,0.277900398,0.376090407,0.692544708,0.692616882,0.692819149
-5682,1,0.1191,1,1,1,1,1,1,1,1,0.0591,0.1191,0.0131,1,0.1815,1,1,1,1,1,1,0.1246,0.1815,0.0213,1,0.4774,1,1,1,0.169,0.4774,0.0022,1,1,1,1,1,0.115877531,0.145440802,0.206214815,1,1,1,1,1,0.143990144,0.058513023,0.196684301,1,1,1,1,1,0.35296756,0.030468533,0.672124215,0.672096467,0.672429078
-5683,1,0.1192,1,1,1,1,1,1,1,1,0.0581,0.1192,0,1,0.1816,1,1,1,1,1,1,0.0852,0.1816,0,1,0.4774,1,1,1,0.2,0.4774,0,1,1,1,1,1,0.120371252,0,0.25945127,1,1,1,1,1,0.121933356,0,0.260235637,1,1,1,1,1,0.416134,0,0.662941034,0.662999788,0.663120567
-5684,1,0.1192,1,1,1,1,1,1,1,1,0.0818,0.1192,0,1,0.1816,1,1,1,1,1,1,0.11,0.1816,0,1,0.4775,1,1,1,0.2231,0.4775,0,1,1,1,1,1,0.187386021,0,0.089530438,1,1,1,1,1,0.15287745,0,0.176560208,1,1,1,1,1,0.410980821,0,0.66118898,0.661307383,0.661347518
-5685,1,0.1193,1,1,1,1,1,1,1,1,0.0775,0.1193,0,1,0.1816,1,1,1,1,1,1,0.0439,0.1816,0,1,0.4776,1,1,1,0.1453,0.4776,0,1,1,1,1,1,0.141240925,0,0.177788883,1,1,1,1,1,0.093308538,0,0.20154947,1,1,1,1,1,0.317990452,0,0.627960367,0.627882378,0.628102837
-5686,1,0.1194,1,1,1,1,1,1,1,1,0.0471,0.1194,0,1,0.1817,1,1,1,1,1,1,0.0214,0.1817,0,1,0.4777,1,1,1,0.1683,0.4777,0,1,1,1,1,1,0.07966844,0,0.162880927,1,1,1,1,1,0.059513308,0,0.168132201,1,1,1,1,1,0.364231855,0,0.580413243,0.580495029,0.580230496
-5687,1,0.1194,1,1,1,1,1,1,1,1,0.0606,0.1194,0,1,0.1817,1,1,1,1,1,1,0.0422,0.1817,0,1,0.4777,1,1,1,0.1013,0.4777,0,1,1,1,1,1,0.104200184,0,0.118687831,1,1,1,1,1,0.075024679,0,0.171341389,1,1,1,1,1,0.24368301,0,0.529603673,0.529722869,0.529698582
-5688,1,0.1195,1,1,1,1,1,1,1,1,0.047,0.1195,0,1,0.1818,1,1,1,1,1,1,0.0154,0.1818,0,1,0.4778,1,1,1,0.1312,0.4778,0,1,1,1,1,1,0.066677935,0,0.123385839,1,1,1,1,1,0.049909711,0,0.097439274,1,1,1,1,1,0.313408196,0,0.489246013,0.489316691,0.489361702
-5689,1,0.1196,1,1,1,1,1,1,1,1,0.0289,0.1196,0,1,0.1818,1,1,1,1,1,1,0,0.1818,0,1,0.4779,1,1,1,0.1384,0.4779,0,1,1,1,1,1,0.021288795,0,0.122250095,1,1,1,1,1,0.027177211,0,0.07707984,1,1,1,1,1,0.328103244,0,0.46060899,0.460757351,0.460549645
-5690,1,0.1196,1,1,1,1,1,1,1,1,0.039,0.1196,0,1,0.1818,1,1,1,1,1,1,0.006,0.1818,0,1,0.4779,1,1,1,0.1861,0.4779,0,1,1,1,1,1,0.024596777,0,0.042141497,1,1,1,1,1,0.050951011,0,0.112680115,1,1,1,1,1,0.434109926,0,0.442544708,0.442563994,0.442819149
-5691,1,0.1197,1,1,1,1,1,1,1,1,0.0502,0.1197,0,1,0.1819,1,1,1,1,1,1,0,0.1819,0,1,0.478,1,1,1,0.1843,0.478,0,1,1,1,1,1,0.025650438,0,0.053105824,1,1,1,1,1,0.044273652,0,0.067125395,1,1,1,1,1,0.404741555,0,0.430884485,0.430717157,0.430851064
-5692,1,0.1197,1,1,1,1,1,1,1,1,0.0264,0.1197,0,1,0.1819,1,1,1,1,1,1,0,0.1819,0,1,0.4781,1,1,1,0.1787,0.4781,0,1,1,1,1,1,0.010236656,0,0.058310226,1,1,1,1,1,0.027035866,0,0,1,1,1,1,1,0.382373363,0,0.42719913,0.427120795,0.427304965
-5693,1,0.1198,1,1,1,1,1,1,1,1,0.0033,0.1198,0,1,0.1819,1,1,1,1,1,1,0,0.1819,0,1,0.4781,1,1,1,0.1465,0.4781,0,1,1,1,1,1,0.001423931,0,0.061810341,1,1,1,1,1,0.025250345,0,0.016778797,1,1,1,1,1,0.369701296,0,0.431488642,0.431563359,0.431737589
-5694,1,0.1199,1,1,1,1,1,1,1,1,0.0005,0.1199,0.0406,1,0.182,1,1,1,1,1,1,0.014,0.182,0.0634,1,0.4782,1,1,1,0.1368,0.4782,0.0398,1,1,1,1,1,0.001277536,0.32831046,0.04186523,1,1,1,1,1,0.042238709,0.303067148,0.029090315,1,1,1,1,1,0.325523674,0.379367679,0.436744804,0.436852126,0.436613475
-5695,1,0.1199,1,1,1,1,1,1,1,1,0.0003,0.1199,0.2104,1,0.182,1,1,1,1,1,1,0.0088,0.182,0.2258,1,0.4783,1,1,1,0.0889,0.4783,0.206,1,1,1,1,1,0.001180816,0.619401991,0.089160651,1,1,1,1,1,0.027588051,0.608590543,0.063759692,1,1,1,1,1,0.182718948,0.656945944,0.469188014,0.469219378,0.469414894
-5696,1,0.12,1,1,1,1,1,1,1,1,0,0.12,0.3931,1,0.182,1,1,1,1,1,1,0,0.182,0.4117,1,0.4783,1,1,1,0.0634,0.4783,0.3871,1,1,1,1,1,0.000111794,0.792543054,0.070932843,1,1,1,1,1,0.004058774,0.813194454,0.083587177,1,1,1,1,1,0.093734644,0.801559269,0.51878927,0.518722234,0.519060284
-5697,1,0.1201,1,1,1,1,1,1,1,1,0.0008,0.1201,0.5351,1,0.1821,1,1,1,1,1,1,0,0.1821,0.5439,1,0.4784,1,1,1,0.0198,0.4784,0.5263,1,1,1,1,1,0.000416725,0.868282795,0.101324901,1,1,1,1,1,0.000363531,0.880757451,0.024147907,1,1,1,1,1,0.041466672,0.853086114,0.565067666,0.56505183,0.565159574
-5698,1,0.1201,1,1,1,1,1,1,1,1,0.0015,0.1201,0.6404,1,0.1821,1,1,1,1,1,1,0,0.1821,0.6451,1,0.4785,1,1,1,0.0133,0.4785,0.6245,1,1,1,1,1,0.000657975,0.898177505,0.076772861,1,1,1,1,1,0.000264573,0.911641896,0.025570419,1,1,1,1,1,0.01739151,0.878995538,0.600652489,0.600803893,0.60106383
-5699,1,0.1202,1,1,1,1,1,1,1,1,0.0033,0.1202,0.6488,1,0.1821,1,1,1,1,1,1,0,0.1821,0.6582,1,0.4786,1,1,1,0.0217,0.4786,0.6302,1,1,1,1,1,0.000442881,0.911498785,0.068628877,1,1,1,1,1,0.000333706,0.924114525,0,1,1,1,1,1,0.031611536,0.887094796,0.62820203,0.628305479,0.628546099
-5700,1,0.1202,1,1,1,1,1,1,1,1,0.0094,0.1202,0.6503,1,0.1822,1,1,1,1,1,1,0,0.1822,0.6607,1,0.4786,1,1,1,0.0262,0.4786,0.6222,1,1,1,1,1,0.002523668,0.909346223,0.081279255,1,1,1,1,1,0.002988479,0.926670194,0.03671309,1,1,1,1,1,0.035004184,0.889550745,0.649891252,0.649883647,0.649822695
-5701,1,0.1203,1,1,1,1,1,1,1,1,0.0171,0.1203,0.6435,1,0.1822,1,1,1,1,1,1,0,0.1822,0.6521,1,0.4787,1,1,1,0.0402,0.4787,0.6057,1,1,1,1,1,0.004237657,0.894667268,0.120536298,1,1,1,1,1,0.004759803,0.913566232,0.053245552,1,1,1,1,1,0.055305589,0.87459594,0.661853552,0.661942035,0.662234043
-5702,1,0.1204,1,1,1,1,1,1,1,1,0.029,0.1204,0.5997,1,0.1822,1,1,1,1,1,1,0.0036,0.1822,0.6166,1,0.4788,1,1,1,0.0432,0.4788,0.5605,1,1,1,1,1,0.008376491,0.877668023,0.099259138,1,1,1,1,1,0.013479285,0.893757701,0.055685341,1,1,1,1,1,0.058204655,0.844370127,0.672667956,0.672731119,0.67287234
-5703,1,0.1204,1,1,1,1,1,1,1,1,0.0378,0.1204,0.4801,1,0.1823,1,1,1,1,1,1,0.0082,0.1823,0.5075,1,0.4788,1,1,1,0.0699,0.4788,0.4418,1,1,1,1,1,0.014824239,0.843507111,0.098823495,1,1,1,1,1,0.02626995,0.85274446,0.033831153,1,1,1,1,1,0.062745571,0.811208367,0.68360319,0.683731754,0.683510638
-5704,1,0.1205,1,1,1,1,1,1,1,1,0.0324,0.1205,0.3244,1,0.1823,1,1,1,1,1,1,0.0065,0.1823,0.3651,1,0.4789,1,1,1,0.1232,0.4789,0.2859,1,1,1,1,1,0.016236953,0.758719563,0.073653124,1,1,1,1,1,0.035876222,0.769949079,0.020242147,1,1,1,1,1,0.095978193,0.719950914,0.694538424,0.694732388,0.694592199
-5705,1,0.1206,1,1,1,1,1,1,1,1,0.033,0.1206,0.1324,1,0.1823,1,1,1,1,1,1,0.0217,0.1823,0.1782,1,0.479,1,1,1,0.1193,0.479,0.1094,1,1,1,1,1,0.032886248,0.535150051,0.092400067,1,1,1,1,1,0.043044843,0.559479892,0.003059162,1,1,1,1,1,0.105602726,0.491544634,0.700096665,0.700021155,0.70035461
-5706,1,0.1206,1,1,1,1,1,1,1,1,0.0327,0.1206,0.0085,1,0.1824,1,1,1,1,1,1,0.0691,0.1824,0.0295,1,0.479,1,1,1,0.13,0.479,0.0025,1,1,1,1,1,0.082116425,0.154982239,0.05636739,1,1,1,1,1,0.081822962,0.210805684,0,1,1,1,1,1,0.161916882,0.020875677,0.687348961,0.687328115,0.6875
-5707,1,0.1207,1,1,1,1,1,1,1,1,0.0487,0.1207,0,1,0.1824,1,1,1,1,1,1,0.0512,0.1824,0,1,0.4791,1,1,1,0.1333,0.4791,0,1,1,1,1,1,0.117591895,0,0,1,1,1,1,1,0.077293895,0,0,1,1,1,1,1,0.272218257,0,0.679374094,0.67950074,0.679521277
-5708,1,0.1207,1,1,1,1,1,1,1,1,0.093,0.1207,0,1,0.1824,1,1,1,1,1,1,0.1141,0.1824,0,1,0.4792,1,1,1,0.1735,0.4792,0,1,1,1,1,1,0.171393678,0,0.010757894,1,1,1,1,1,0.15552707,0,0.002667801,1,1,1,1,1,0.350147784,0,0.681246979,0.681404696,0.681294326
-5709,1,0.1208,1,1,1,1,1,1,1,1,0.0728,0.1208,0,1,0.1825,1,1,1,1,1,1,0.1586,0.1825,0,1,0.4793,1,1,1,0.1593,0.4793,0,1,1,1,1,1,0.137841687,0,0.004194973,1,1,1,1,1,0.224262208,0,0,1,1,1,1,1,0.368006796,0,0.639137264,0.639094563,0.639184397
-5710,1,0.1209,1,1,1,1,1,1,1,1,0.116,0.1209,0,1,0.1825,1,1,1,1,1,1,0.1656,0.1825,0,1,0.4793,1,1,1,0.111,0.4793,0,1,1,1,1,1,0.154894322,0,0.005464317,1,1,1,1,1,0.196199745,0,0,1,1,1,1,1,0.286510915,0,0.580413243,0.580495029,0.580230496
-5711,1,0.1209,1,1,1,1,1,1,1,1,0.099,0.1209,0,1,0.1825,1,1,1,1,1,1,0.07,0.1825,0,1,0.4794,1,1,1,0.1498,0.4794,0,1,1,1,1,1,0.123203009,0,0,1,1,1,1,1,0.069589764,0,0,1,1,1,1,1,0.373111516,0,0.527609957,0.527607362,0.52748227
-5712,1,0.121,1,1,1,1,1,1,1,1,0.1319,0.121,0,1,0.1826,1,1,1,1,1,1,0.0818,0.1826,0,1,0.4795,1,1,1,0.1552,0.4795,0,1,1,1,1,1,0.168815106,0,0,1,1,1,1,1,0.075965166,0,0,1,1,1,1,1,0.41576919,0,0.485741904,0.48572033,0.485815603
-5713,1,0.1211,1,1,1,1,1,1,1,1,0.118,0.1211,0,1,0.1826,1,1,1,1,1,1,0.13,0.1826,0,1,0.4795,1,1,1,0.1991,0.4795,0,1,1,1,1,1,0.169884935,0,0,1,1,1,1,1,0.118751548,0,0,1,1,1,1,1,0.46939081,0,0.460427743,0.460545801,0.460549645
-5714,1,0.1211,1,1,1,1,1,1,1,1,0.1307,0.1211,0,1,0.1826,1,1,1,1,1,1,0.2239,0.1826,0,1,0.4796,1,1,1,0.1806,0.4796,0,1,1,1,1,1,0.190843776,0,7.57E-05,1,1,1,1,1,0.210401028,0,0,1,1,1,1,1,0.415425599,0,0.445384244,0.445525703,0.445478723
-5715,1,0.1212,1,1,1,1,1,1,1,1,0.16,0.1212,0,1,0.1827,1,1,1,1,1,1,0.156,0.1827,0,1,0.4797,1,1,1,0.1742,0.4797,0,1,1,1,1,1,0.224512354,0,0,1,1,1,1,1,0.146346271,0,0,1,1,1,1,1,0.399534702,0,0.438678105,0.438756082,0.438829787
-5716,1,0.1212,1,1,1,1,1,1,1,1,0.1412,0.1212,0,1,0.1827,1,1,1,1,1,1,0.0953,0.1827,0,1,0.4797,1,1,1,0.1599,0.4797,0,1,1,1,1,1,0.174998537,0,0,1,1,1,1,1,0.081062697,0,0,1,1,1,1,1,0.393532932,0,0.446290478,0.446371906,0.446365248
-5717,1,0.1213,1,1,1,1,1,1,1,1,0.0713,0.1213,0,1,0.1827,1,1,1,1,1,1,0.1041,0.1827,0,1,0.4798,1,1,1,0.1364,0.4798,0,1,1,1,1,1,0.070310824,0,0,1,1,1,1,1,0.084171817,0,0,1,1,1,1,1,0.374360144,0,0.47897535,0.478950709,0.478723404
-5718,1,0.1214,1,1,1,1,1,1,1,1,0.0868,0.1214,0.0523,1,0.1828,1,1,1,1,1,1,0.1946,0.1828,0.0392,1,0.4799,1,1,1,0.0908,0.4799,0.0411,1,1,1,1,1,0.079187214,0.294125706,0,1,1,1,1,1,0.171649531,0.116608121,0,1,1,1,1,1,0.294283748,0.406383008,0.529180764,0.529299767,0.529255319
-5719,1,0.1214,1,1,1,1,1,1,1,1,0.0722,0.1214,0.2088,1,0.1828,1,1,1,1,1,1,0.1219,0.1828,0.181,1,0.48,1,1,1,0.0512,0.48,0.2101,1,1,1,1,1,0.0831156,0.49079591,0.002385859,1,1,1,1,1,0.101070255,0.45674336,0.008634293,1,1,1,1,1,0.171306551,0.697585404,0.58881102,0.588745505,0.588652482
-5720,1,0.1215,1,1,1,1,1,1,1,1,0.0202,0.1215,0.3625,1,0.1828,1,1,1,1,1,1,0,0.1828,0.3529,1,0.48,1,1,1,0.024,0.48,0.3896,1,1,1,1,1,0.012619221,0.654685378,0.001222497,1,1,1,1,1,0.000909341,0.636897504,0.056829326,1,1,1,1,1,0.092387781,0.837317824,0.638714355,0.638671462,0.639184397
-5721,1,0.1216,1,1,1,1,1,1,1,1,0.0197,0.1216,0.4988,1,0.1829,1,1,1,1,1,1,0,0.1829,0.4677,1,0.4801,1,1,1,0.0149,0.4801,0.5236,1,1,1,1,1,0.009882485,0.779512286,0.003748212,1,1,1,1,1,0.001264833,0.716834664,0.074021995,1,1,1,1,1,0.031945635,0.846723735,0.67997825,0.679923842,0.679964539
-5722,1,0.1216,1,1,1,1,1,1,1,1,0.0102,0.1216,0.5881,1,0.1829,1,1,1,1,1,1,0.0242,0.1829,0.5761,1,0.4802,1,1,1,0.047,0.4802,0.6019,1,1,1,1,1,0.003767399,0.831422508,0.015001438,1,1,1,1,1,0.018997854,0.782390296,0.100764133,1,1,1,1,1,0.045905091,0.846027374,0.715744321,0.715675904,0.715868794
-5723,1,0.1217,1,1,1,1,1,1,1,1,0.0281,0.1217,0.6101,1,0.1829,1,1,1,1,1,1,0.0443,0.1829,0.5951,1,0.4802,1,1,1,0.0866,0.4802,0.5527,1,1,1,1,1,0.01603465,0.872100472,0.032012824,1,1,1,1,1,0.03702921,0.730724573,0.074492931,1,1,1,1,1,0.061328344,0.869332194,0.745650072,0.745716099,0.746010638
-5724,1,0.1217,1,1,1,1,1,1,1,1,0.0534,0.1217,0.6167,1,0.183,1,1,1,1,1,1,0.0402,0.183,0.5258,1,0.4803,1,1,1,0.1504,0.4803,0.5778,1,1,1,1,1,0.035576083,0.866896272,0.00557136,1,1,1,1,1,0.048541509,0.683043897,0.003275655,1,1,1,1,1,0.13920635,0.889459431,0.768064282,0.76814047,0.768173759
-5725,1,0.1218,1,1,1,1,1,1,1,1,0.11,0.1218,0.5839,1,0.183,1,1,1,1,1,1,0.0652,0.183,0.517,1,0.4804,1,1,1,0.1776,0.4804,0.4994,1,1,1,1,1,0.081034996,0.817176521,0.016241623,1,1,1,1,1,0.081886619,0.687440634,0,1,1,1,1,1,0.247217014,0.87865448,0.791505558,0.791622594,0.791666667
-5726,1,0.1219,1,1,1,1,1,1,1,1,0.229,0.1219,0.5277,1,0.183,1,1,1,1,1,1,0.1467,0.183,0.3975,1,0.4804,1,1,1,0.1887,0.4804,0.4171,1,1,1,1,1,0.15650937,0.714610755,0.099394388,1,1,1,1,1,0.158374816,0.550215065,0.124826714,1,1,1,1,1,0.225906461,0.79292047,0.802984534,0.80304633,0.803191489
-5727,1,0.1219,1,1,1,1,1,1,1,1,0.2733,0.1219,0.3689,1,0.1831,1,1,1,1,1,1,0.1545,0.1831,0.2931,1,0.4805,1,1,1,0.2544,0.4805,0.2795,1,1,1,1,1,0.190783888,0.489120036,0.183335543,1,1,1,1,1,0.188504905,0.486476511,0.231283784,1,1,1,1,1,0.214890182,0.662245214,0.804555341,0.804738735,0.804964539
-5728,1,0.122,1,1,1,1,1,1,1,1,0.2986,0.122,0.2267,1,0.1831,1,1,1,1,1,1,0.298,0.1831,0.2451,1,0.4806,1,1,1,0.2675,0.4806,0.2243,1,1,1,1,1,0.247865006,0.39465335,0.204841152,1,1,1,1,1,0.340438157,0.400876343,0.129364669,1,1,1,1,1,0.253167123,0.438176036,0.802501208,0.802623228,0.802748227
-5729,1,0.1221,1,1,1,1,1,1,1,1,0.2386,0.1221,0.0926,1,0.1831,1,1,1,1,1,1,0.1546,0.1831,0.1156,1,0.4806,1,1,1,0.2717,0.4806,0.0802,1,1,1,1,1,0.197808176,0.227840513,0.17978394,1,1,1,1,1,0.193316564,0.257340282,0.096540838,1,1,1,1,1,0.299859047,0.184339985,0.792109715,0.792045695,0.792553191
-5730,1,0.1221,1,1,1,1,1,1,1,1,0.2253,0.1221,0,1,0.1832,1,1,1,1,1,1,0.1614,0.1832,0,1,0.4807,1,1,1,0.2043,0.4807,0,1,1,1,1,1,0.203825831,0,0.251478761,1,1,1,1,1,0.180007413,3.73E-05,0.322264135,1,1,1,1,1,0.33438915,0,0.772293378,0.772371483,0.772606383
-5731,1,0.1222,1,1,1,1,1,1,1,1,0.1486,0.1222,0,1,0.1832,1,1,1,1,1,1,0.0952,0.1832,0,1,0.4808,1,1,1,0.2305,0.4808,0,1,1,1,1,1,0.116570063,0,0.283518255,1,1,1,1,1,0.119644582,0,0.500217021,1,1,1,1,1,0.375640869,0,0.772957951,0.773006135,0.773049645
-5732,1,0.1222,1,1,1,1,1,1,1,1,0.1427,0.1222,0,1,0.1832,1,1,1,1,1,1,0.1221,0.1832,0,1,0.4809,1,1,1,0.1875,0.4809,0,1,1,1,1,1,0.126565337,0,0.252351671,1,1,1,1,1,0.132205382,0,0.686049581,1,1,1,1,1,0.287026376,0,0.7719913,0.771948382,0.772606383
-5733,1,0.1223,1,1,1,1,1,1,1,1,0.1729,0.1223,0,1,0.1833,1,1,1,1,1,1,0.1086,0.1833,0,1,0.4809,1,1,1,0.1221,0.4809,0,1,1,1,1,1,0.135809898,0,0.542803943,1,1,1,1,1,0.127677888,0,1,1,1,1,1,1,0.172299057,0,0.728189947,0.728157394,0.728280142
-5734,1,0.1224,1,1,1,1,1,1,1,1,0.1988,0.1224,0,1,0.1833,1,1,1,1,1,1,0.122,0.1833,0,1,0.481,1,1,1,0.1049,0.481,0,1,1,1,1,1,0.176866576,0,0.683026791,1,1,1,1,1,0.10455744,0,0.996502638,1,1,1,1,1,0.210822448,0,0.664209763,0.664269092,0.664450355
-5735,1,0.1224,1,1,1,1,1,1,1,1,0.236,0.1224,0,1,0.1833,1,1,1,1,1,1,0.1246,0.1833,0,1,0.4811,1,1,1,0.0801,0.4811,0,1,1,1,1,1,0.209413201,0,1,1,1,1,1,1,0.141320392,0,1,1,1,1,1,1,0.144431233,0,0.604639923,0.604823355,0.605053191
-5736,1,0.1225,1,1,1,1,1,1,1,1,0.1746,0.1225,0,1,0.1834,1,1,1,1,1,1,0.1222,0.1834,0,1,0.4811,1,1,1,0.0834,0.4811,0,1,1,1,1,1,0.164165467,0,0.986503303,1,1,1,1,1,0.151563048,0,1,1,1,1,1,1,0.174453706,0,0.56277187,0.562724773,0.562943262
-5737,1,0.1226,1,1,1,1,1,1,1,1,0.1905,0.1226,0,1,0.1834,1,1,1,1,1,1,0.1327,0.1834,0,1,0.4812,1,1,1,0.0633,0.4812,0,1,1,1,1,1,0.178822234,0,1,1,1,1,1,1,0.16529426,0,1,1,1,1,1,1,0.155132532,0,0.53618898,0.536069389,0.535904255
-5738,1,0.1226,1,1,1,1,1,1,1,1,0.1909,0.1226,0,1,0.1834,1,1,1,1,1,1,0.1364,0.1834,0,1,0.4813,1,1,1,0.0669,0.4813,0,1,1,1,1,1,0.158394828,0,0.997748196,1,1,1,1,1,0.147352844,0,1,1,1,1,1,1,0.150651425,0,0.52017883,0.520203089,0.520390071
-5739,1,0.1227,1,1,1,1,1,1,1,1,0.1767,0.1227,0,1,0.1835,1,1,1,1,1,1,0.3536,0.1835,0,1,0.4813,1,1,1,0.0522,0.4813,0,1,1,1,1,1,0.134901136,0,1,1,1,1,1,1,0.281905651,0,1,1,1,1,1,1,0.170663148,0,0.514137264,0.514068119,0.514184397
-5740,1,0.1227,1,1,1,1,1,1,1,1,0.156,0.1227,0,1,0.1835,1,1,1,1,1,1,0.2319,0.1835,0,1,0.4814,1,1,1,0.0527,0.4814,0,1,1,1,1,1,0.123067707,0,1,1,1,1,1,1,0.228465036,0,0.86152029,1,1,1,1,1,0.151669234,0,0.523260029,0.523376349,0.523492908
-5741,1,0.1228,1,1,1,1,1,1,1,1,0.1534,0.1228,0,1,0.1835,1,1,1,1,1,1,0.1372,0.1835,0,1,0.4815,1,1,1,0.0554,0.4815,0,1,1,1,1,1,0.122475088,0,0.846049547,1,1,1,1,1,0.169465825,0,0.902273297,1,1,1,1,1,0.16746214,0,0.56222813,0.562301671,0.5625
-5742,1,0.1229,1,1,1,1,1,1,1,1,0.1699,0.1229,0.0002,1,0.1836,1,1,1,1,1,1,0.0162,0.1836,0,1,0.4816,1,1,1,0.0673,0.4816,0.0001,1,1,1,1,1,0.153194398,2.66E-05,1,1,1,1,1,1,0.065055355,0,0.629745603,1,1,1,1,1,0.166635096,0,0.628987434,0.628940131,0.628989362
-5743,1,0.1229,1,1,1,1,1,1,1,1,0.092,0.1229,0.0537,1,0.1836,1,1,1,1,1,1,0.0334,0.1836,0.0396,1,0.4816,1,1,1,0.0649,0.4816,0.1254,1,1,1,1,1,0.069640003,0.04784485,0.964959502,1,1,1,1,1,0.051285323,0.05529156,0.528961778,1,1,1,1,1,0.174259558,0.087452725,0.685355244,0.685424159,0.68572695
-5744,1,0.123,1,1,1,1,1,1,1,1,0.0155,0.123,0.1556,1,0.1836,1,1,1,1,1,1,0.1328,0.1836,0.2281,1,0.4817,1,1,1,0.0489,0.4817,0.2358,1,1,1,1,1,0.028134618,0.339194,0.950296998,1,1,1,1,1,0.164819509,0.482563674,0.607061505,1,1,1,1,1,0.147603601,0.222435713,0.717798453,0.717791411,0.718085106
-5745,1,0.1231,1,1,1,1,1,1,1,1,0.0195,0.1231,0.4078,1,0.1837,1,1,1,1,1,1,0.1168,0.1837,0.4949,1,0.4818,1,1,1,0.0238,0.4818,0.3533,1,1,1,1,1,0.00929681,0.739439726,0.972001433,1,1,1,1,1,0.113920987,0.793044448,0.919608951,1,1,1,1,1,0.047371026,0.47478956,0.738279362,0.738311826,0.738475177
-5746,1,0.1231,1,1,1,1,1,1,1,1,0.021,0.1231,0.5457,1,0.1837,1,1,1,1,1,1,0.2055,0.1837,0.5769,1,0.4818,1,1,1,0.0569,0.4818,0.552,1,1,1,1,1,0.035153832,0.800383866,0.87953037,1,1,1,1,1,0.196173012,0.803658247,1,1,1,1,1,1,0.091251083,0.77082634,0.758458192,0.75862069,0.758865248
-5747,1,0.1232,1,1,1,1,1,1,1,1,0.0347,0.1232,0.5796,1,0.1837,1,1,1,1,1,1,0.4157,0.1837,0.5966,1,0.4819,1,1,1,0.0616,0.4819,0.5226,1,1,1,1,1,0.044026617,0.824077964,0.375897288,1,1,1,1,1,0.359944284,0.843770623,1,1,1,1,1,1,0.107658342,0.86916852,0.781839053,0.781891263,0.782358156
-5748,1,0.1232,1,1,1,1,1,1,1,1,0.0669,0.1232,0.5648,1,0.1838,1,1,1,1,1,1,0.2829,0.1838,0.6038,1,0.482,1,1,1,0.2545,0.482,0.479,1,1,1,1,1,0.084318109,0.811788023,0.987960696,1,1,1,1,1,0.261130184,0.884262443,0.989670277,1,1,1,1,1,0.508671939,0.849346161,0.801836636,0.801777026,0.801861702
-5749,1,0.1233,1,1,1,1,1,1,1,1,0.0675,0.1233,0.5826,1,0.1838,1,1,1,1,1,1,0.3266,0.1838,0.6289,1,0.482,1,1,1,0.4312,0.482,0.5253,1,1,1,1,1,0.124319561,0.849656463,0.849241138,1,1,1,1,1,0.259672493,0.901252627,0.634021282,1,1,1,1,1,0.687693954,0.803073704,0.824432093,0.824624498,0.824911348
-5750,1,0.1234,1,1,1,1,1,1,1,1,0.156,0.1234,0.5647,1,0.1838,1,1,1,1,1,1,0.3049,0.1838,0.6056,1,0.4821,1,1,1,0.4078,0.4821,0.4663,1,1,1,1,1,0.276160687,0.846075535,0.924361169,1,1,1,1,1,0.250586361,0.885165691,0.936077833,1,1,1,1,1,0.66422677,0.734544158,0.838871435,0.838798392,0.839095745
-5751,1,0.1234,1,1,1,1,1,1,1,1,0.1883,0.1234,0.4589,1,0.1839,1,1,1,1,1,1,0.3043,0.1839,0.4927,1,0.4822,1,1,1,0.3353,0.4822,0.4119,1,1,1,1,1,0.29478547,0.759437382,0.947076678,1,1,1,1,1,0.307288945,0.845339179,0.772963941,1,1,1,1,1,0.490700781,0.753963947,0.843765104,0.843664058,0.843971631
-5752,1,0.1235,1,1,1,1,1,1,1,1,0.1583,0.1235,0.296,1,0.1839,1,1,1,1,1,1,0.4328,0.1839,0.3474,1,0.4823,1,1,1,0.5078,0.4823,0.2803,1,1,1,1,1,0.273806512,0.645446777,0.975165904,1,1,1,1,1,0.369453907,0.752509892,0.599759459,1,1,1,1,1,0.753350973,0.673553348,0.845335911,0.845356463,0.845744681
-5753,1,0.1236,1,1,1,1,1,1,1,1,0.2031,0.1236,0.1132,1,0.1839,1,1,1,1,1,1,0.3278,0.1839,0.1674,1,0.4823,1,1,1,0.4689,0.4823,0.105,1,1,1,1,1,0.288765281,0.433288157,0.955464125,1,1,1,1,1,0.352108896,0.536226213,0.310465187,1,1,1,1,1,0.684581757,0.430246055,0.833494442,0.833509626,0.833776596
-5754,1,0.1236,1,1,1,1,1,1,1,1,0.104,0.1236,0.0017,1,0.184,1,1,1,1,1,1,0.1392,0.184,0.0164,1,0.4824,1,1,1,0.3706,0.4824,0.005,1,1,1,1,1,0.167283446,0.064425267,0.949373245,1,1,1,1,1,0.157442689,0.173546702,0.345431149,1,1,1,1,1,0.587600887,0.029558541,0.800930401,0.800930823,0.80141844
-5755,1,0.1237,1,1,1,1,1,1,1,1,0.0354,0.1237,0,1,0.184,1,1,1,1,1,1,0.1033,0.184,0,1,0.4825,1,1,1,0.2856,0.4825,0,1,1,1,1,1,0.056860134,0,0.976391554,1,1,1,1,1,0.142675191,0,0.38639766,1,1,1,1,1,0.484171957,0,0.786913968,0.786968479,0.78679078
-5756,1,0.1237,1,1,1,1,1,1,1,1,0.0442,0.1237,0,1,0.184,1,1,1,1,1,1,0.1866,0.184,0,1,0.4825,1,1,1,0.2743,0.4825,0,1,1,1,1,1,0.069475166,0,0.67337966,1,1,1,1,1,0.276150912,0,0.329670966,1,1,1,1,1,0.496699899,0,0.776703722,0.776602496,0.777039007
-5757,1,0.1238,1,1,1,1,1,1,1,1,0.134,0.1238,0,1,0.1841,1,1,1,1,1,1,0.2162,0.1841,0,1,0.4826,1,1,1,0.2118,0.4826,0,1,1,1,1,1,0.180867314,0,0.569553375,1,1,1,1,1,0.248181522,0,0.205097392,1,1,1,1,1,0.365109891,0,0.719610923,0.719695367,0.719858156
-5758,1,0.1239,1,1,1,1,1,1,1,1,0.1865,0.1239,0,1,0.1841,1,1,1,1,1,1,0.1147,0.1841,0,1,0.4827,1,1,1,0.1751,0.4827,0,1,1,1,1,1,0.228606984,0,0.244773045,1,1,1,1,1,0.188784719,0,0.184567541,1,1,1,1,1,0.32668066,0,0.643487192,0.643537127,0.643617021
-5759,1,0.1239,1,1,1,1,1,1,1,1,0.2209,0.1239,0,1,0.1841,1,1,1,1,1,1,0.0967,0.1841,0,1,0.4827,1,1,1,0.1885,0.4827,0,1,1,1,1,1,0.223603114,0,0.233351246,1,1,1,1,1,0.189139664,0,0.165737182,1,1,1,1,1,0.309691608,0,0.573888352,0.573725407,0.574024823
-5760,1,0.124,1,1,1,1,1,1,1,1,0.2678,0.124,0,1,0.1842,1,1,1,1,1,1,0.1132,0.1842,0,1,0.4828,1,1,1,0.1893,0.4828,0,1,1,1,1,1,0.214826763,0,0.266694278,1,1,1,1,1,0.237771243,0,0.36252436,1,1,1,1,1,0.307023942,0,0.519695505,0.519779987,0.519946809
-5761,1,0.124,1,1,1,1,1,1,1,1,0.2033,0.124,0,1,0.1842,1,1,1,1,1,1,0.118,0.1842,0,1,0.4829,1,1,1,0.2101,0.4829,0,1,1,1,1,1,0.193781495,0,0.27376917,1,1,1,1,1,0.219146624,0,0.357588232,1,1,1,1,1,0.328826964,0,0.486587724,0.486778083,0.486702128
-5762,1,0.1241,1,1,1,1,1,1,1,1,0.1921,0.1241,0,1,0.1842,1,1,1,1,1,1,0.1665,0.1842,0,1,0.4829,1,1,1,0.2687,0.4829,0,1,1,1,1,1,0.165869534,0,0.370090365,1,1,1,1,1,0.30956623,0,0.808336139,1,1,1,1,1,0.420271516,0,0.463690188,0.463719061,0.463652482
-5763,1,0.1242,1,1,1,1,1,1,1,1,0.1784,0.1242,0,1,0.1843,1,1,1,1,1,1,0.1183,0.1843,0,1,0.483,1,1,1,0.2949,0.483,0,1,1,1,1,1,0.178872824,0,0.485860825,1,1,1,1,1,0.225271896,0,0.928883612,1,1,1,1,1,0.543154597,0,0.451486225,0.451449122,0.451241135
-5764,1,0.1242,1,1,1,1,1,1,1,1,0.1499,0.1242,0,1,0.1843,1,1,1,1,1,1,0.1712,0.1843,0,1,0.4831,1,1,1,0.2772,0.4831,0,1,1,1,1,1,0.215282381,0,0.788577139,1,1,1,1,1,0.267255902,0,0.87096262,1,1,1,1,1,0.571911931,0,0.452754954,0.452718426,0.453014184
-5765,1,0.1243,1,1,1,1,1,1,1,1,0.1598,0.1243,0,1,0.1843,1,1,1,1,1,1,0.1172,0.1843,0,1,0.4832,1,1,1,0.3078,0.4832,0,1,1,1,1,1,0.233080029,0,0.605597973,1,1,1,1,1,0.200633734,0,0.66393882,1,1,1,1,1,0.621067166,0,0.483144031,0.483181722,0.483156028
-5766,1,0.1244,1,1,1,1,1,1,1,1,0.1742,0.1244,0.0562,1,0.1844,1,1,1,1,1,1,0.0908,0.1844,0.0783,1,0.4832,1,1,1,0.3831,0.4832,0.0488,1,1,1,1,1,0.265772343,0.441045463,0.358519107,1,1,1,1,1,0.180241242,0.396090627,0.32617563,1,1,1,1,1,0.665651143,0.512394845,0.534074432,0.534165433,0.534131206
-5767,1,0.1244,1,1,1,1,1,1,1,1,0.1153,0.1244,0.2369,1,0.1844,1,1,1,1,1,1,0.0468,0.1844,0.2568,1,0.4833,1,1,1,0.2542,0.4833,0.2334,1,1,1,1,1,0.143567294,0.750171304,0.171082303,1,1,1,1,1,0.077399001,0.705866516,0.252537698,1,1,1,1,1,0.474242449,0.803616643,0.584038183,0.58409139,0.584219858
-5768,1,0.1245,1,1,1,1,1,1,1,1,0.1279,0.1245,0.4272,1,0.1844,1,1,1,1,1,1,0.0258,0.1844,0.4425,1,0.4834,1,1,1,0.4376,0.4834,0.4268,1,1,1,1,1,0.176864833,0.909331083,0.242983103,1,1,1,1,1,0.044891283,0.88754046,0.333572537,1,1,1,1,1,0.708138108,0.931028247,0.615152247,0.615189338,0.615248227
-5769,1,0.1245,1,1,1,1,1,1,1,1,0.1071,0.1245,0.5764,1,0.1845,1,1,1,1,1,1,0.0596,0.1845,0.5816,1,0.4834,1,1,1,0.3151,0.4834,0.5767,1,1,1,1,1,0.121808134,0.958057106,0.110597998,1,1,1,1,1,0.079402782,0.944194734,0.184418082,1,1,1,1,1,0.536000431,0.960220039,0.637566457,0.637613708,0.637411348
-5770,1,0.1246,1,1,1,1,1,1,1,1,0.0785,0.1246,0.6919,1,0.1845,1,1,1,1,1,1,0.0978,0.1845,0.6913,1,0.4835,1,1,1,0.2937,0.4835,0.674,1,1,1,1,1,0.096675709,0.978361368,0.113196716,1,1,1,1,1,0.130156338,0.974451423,0.157589287,1,1,1,1,1,0.513480306,0.970426202,0.656295312,0.656230167,0.656471631
-5771,1,0.1247,1,1,1,1,1,1,1,1,0.069,0.1247,0.7017,1,0.1845,1,1,1,1,1,1,0.1602,0.1845,0.7087,1,0.4836,1,1,1,0.2333,0.4836,0.6543,1,1,1,1,1,0.098432928,0.989219487,0.142650619,1,1,1,1,1,0.175290614,0.992981672,0.118831947,1,1,1,1,1,0.453732222,0.970163226,0.667774287,0.667653903,0.667996454
-5772,1,0.1247,1,1,1,1,1,1,1,1,0.0514,0.1247,0.7014,1,0.1846,1,1,1,1,1,1,0.2126,0.1846,0.7102,1,0.4836,1,1,1,0.251,0.4836,0.6809,1,1,1,1,1,0.081957869,0.988956034,0.189688146,1,1,1,1,1,0.196308672,0.995489001,0.199331164,1,1,1,1,1,0.475252539,0.966912866,0.675507492,0.675692828,0.675531915
-5773,1,0.1248,1,1,1,1,1,1,1,1,0.043,0.1248,0.6955,1,0.1846,1,1,1,1,1,1,0.0848,0.1846,0.7041,1,0.4837,1,1,1,0.2964,0.4837,0.6753,1,1,1,1,1,0.056759208,0.977890491,0.143503189,1,1,1,1,1,0.101449579,0.987653673,0.232896894,1,1,1,1,1,0.455219954,0.945483327,0.685596907,0.68563571,0.68572695
-5774,1,0.1249,1,1,1,1,1,1,1,1,0.0231,0.1249,0.5924,1,0.1846,1,1,1,1,1,1,0.0327,0.1846,0.6099,1,0.4838,1,1,1,0.3091,0.4838,0.5749,1,1,1,1,1,0.037371259,0.875748754,0.230557531,1,1,1,1,1,0.032593101,0.894334376,0.410077751,1,1,1,1,1,0.434733331,0.874469399,0.691638473,0.691770679,0.691932624
-5775,1,0.1249,1,1,1,1,1,1,1,1,0.0618,0.1249,0.5104,1,0.1847,1,1,1,1,1,1,0.0676,0.1847,0.5445,1,0.4839,1,1,1,0.2429,0.4839,0.4461,1,1,1,1,1,0.073349863,0.92707926,0.056146428,1,1,1,1,1,0.084248468,0.942246914,0.129509941,1,1,1,1,1,0.44584012,0.891105175,0.695565491,0.695790142,0.695921986
-5776,1,0.125,1,1,1,1,1,1,1,1,0.0663,0.125,0.3425,1,0.1847,1,1,1,1,1,1,0.1433,0.1847,0.3924,1,0.4839,1,1,1,0.2887,0.4839,0.2943,1,1,1,1,1,0.076403998,0.837580502,0.078728706,1,1,1,1,1,0.133632988,0.865037978,0.105343461,1,1,1,1,1,0.505010784,0.784285963,0.700096665,0.700021155,0.70035461
-5777,1,0.125,1,1,1,1,1,1,1,1,0.0463,0.125,0.1381,1,0.1847,1,1,1,1,1,1,0.1879,0.1847,0.1937,1,0.484,1,1,1,0.3343,0.484,0.1101,1,1,1,1,1,0.075018428,0.618017554,0.085775428,1,1,1,1,1,0.154994011,0.659807503,0.118374355,1,1,1,1,1,0.562612891,0.558737993,0.696592557,0.696636344,0.696808511
-5778,1,0.1251,1,1,1,1,1,1,1,1,0.0326,0.1251,0.0155,1,0.1848,1,1,1,1,1,1,0.2283,0.1848,0.0447,1,0.4841,1,1,1,0.2367,0.4841,0.004,1,1,1,1,1,0.096881829,0.242804796,0.053387687,1,1,1,1,1,0.228159651,0.302677721,0.094410218,1,1,1,1,1,0.496100038,0.085850425,0.677078299,0.677173683,0.677304965
-5779,1,0.1252,1,1,1,1,1,1,1,1,0.0325,0.1252,0,1,0.1848,1,1,1,1,1,1,0.1366,0.1848,0,1,0.4841,1,1,1,0.2362,0.4841,0,1,1,1,1,1,0.085103437,0,0.029359622,1,1,1,1,1,0.158267453,0,0.083907858,1,1,1,1,1,0.535124123,0,0.670492992,0.670615612,0.670656028
-5780,1,0.1252,1,1,1,1,1,1,1,1,0.0568,0.1252,0,1,0.1848,1,1,1,1,1,1,0.0941,0.1848,0,1,0.4842,1,1,1,0.3153,0.4842,0,1,1,1,1,1,0.15183188,0,0.030048266,1,1,1,1,1,0.121272348,0,0.09887749,1,1,1,1,1,0.706429124,0,0.666505558,0.66659615,0.666666667
-5781,1,0.1253,1,1,1,1,1,1,1,1,0.112,0.1253,0,1,0.1849,1,1,1,1,1,1,0.0486,0.1849,0,1,0.4843,1,1,1,0.3693,0.4843,0,1,1,1,1,1,0.229738995,0,0.000459425,1,1,1,1,1,0.06255959,0,0.049781419,1,1,1,1,1,0.749380529,0,0.618716771,0.618574149,0.618794326
-5782,1,0.1254,1,1,1,1,1,1,1,1,0.1082,0.1254,0,1,0.1849,1,1,1,1,1,1,0.0699,0.1849,0,1,0.4843,1,1,1,0.4083,0.4843,0,1,1,1,1,1,0.233980969,0,0,1,1,1,1,1,0.092167415,0,0.019033771,1,1,1,1,1,0.7826823,0,0.5540116,0.554051195,0.554078014
-5783,1,0.1254,1,1,1,1,1,1,1,1,0.1284,0.1254,0,1,0.1849,1,1,1,1,1,1,0.1688,0.1849,0,1,0.4844,1,1,1,0.3395,0.4844,0,1,1,1,1,1,0.27869767,0,0.006296944,1,1,1,1,1,0.197964802,0,0,1,1,1,1,1,0.731074154,0,0.494139681,0.494182357,0.494237589
-5784,1,0.1255,1,1,1,1,1,1,1,1,0.1332,0.1255,0,1,0.185,1,1,1,1,1,1,0.393,0.185,0,1,0.4845,1,1,1,0.3465,0.4845,0,1,1,1,1,1,0.282238424,0,0.000623423,1,1,1,1,1,0.444128543,0,0,1,1,1,1,1,0.752147138,0,0.453902852,0.45398773,0.453900709
-5785,1,0.1255,1,1,1,1,1,1,1,1,0.0958,0.1255,0,1,0.185,1,1,1,1,1,1,0.189,0.185,0,1,0.4846,1,1,1,0.3181,0.4846,0,1,1,1,1,1,0.197559252,0,0.001751235,1,1,1,1,1,0.26221478,0,0,1,1,1,1,1,0.662011981,0,0.429313678,0.429236302,0.429521277
-5786,1,0.1256,1,1,1,1,1,1,1,1,0.0958,0.1256,0,1,0.185,1,1,1,1,1,1,0.1827,0.185,0,1,0.4846,1,1,1,0.2446,0.4846,0,1,1,1,1,1,0.199762285,0,0.020734388,1,1,1,1,1,0.21877861,0,0,1,1,1,1,1,0.621006012,0,0.414632673,0.414639306,0.414450355
-5787,1,0.1257,1,1,1,1,1,1,1,1,0.0945,0.1257,0,1,0.1851,1,1,1,1,1,1,0.0827,0.1851,0,1,0.4847,1,1,1,0.2933,0.4847,0,1,1,1,1,1,0.193153024,0,0.046519533,1,1,1,1,1,0.093465023,0,0,1,1,1,1,1,0.689736068,0,0.408832769,0.408927438,0.409131206
-5788,1,0.1257,1,1,1,1,1,1,1,1,0.1364,0.1257,0,1,0.1851,1,1,1,1,1,1,0.0619,0.1851,0,1,0.4848,1,1,1,0.403,0.4848,0,1,1,1,1,1,0.294023216,0,0.027970884,1,1,1,1,1,0.066550806,0,0.028420944,1,1,1,1,1,0.769024253,0,0.415659739,0.415697059,0.415780142
-5789,1,0.1258,1,1,1,1,1,1,1,1,0.1308,0.1258,0,1,0.1851,1,1,1,1,1,1,0.0546,0.1851,0,1,0.4848,1,1,1,0.3031,0.4848,0,1,1,1,1,1,0.264378935,0,0.011817568,1,1,1,1,1,0.047747429,0,0.031520944,1,1,1,1,1,0.639237702,0,0.449009183,0.448910514,0.449024823
-5790,1,0.1259,1,1,1,1,1,1,1,1,0.116,0.1259,0.0554,1,0.1852,1,1,1,1,1,1,0.0472,0.1852,0.0802,1,0.4849,1,1,1,0.2825,0.4849,0.047,1,1,1,1,1,0.242737487,0.418735892,0.006558985,1,1,1,1,1,0.048296459,0.420220077,0.0151322,1,1,1,1,1,0.603634059,0.472779155,0.504652006,0.50475989,0.504875887
-5791,1,0.1259,1,1,1,1,1,1,1,1,0.0719,0.1259,0.2364,1,0.1852,1,1,1,1,1,1,0.0777,0.1852,0.262,1,0.485,1,1,1,0.1791,0.485,0.2265,1,1,1,1,1,0.088553861,0.735608995,0.027313208,1,1,1,1,1,0.064074807,0.731072605,0.006457592,1,1,1,1,1,0.452424884,0.762967527,0.55679072,0.556801354,0.556737589
-5792,1,0.126,1,1,1,1,1,1,1,1,0.023,0.126,0.4235,1,0.1852,1,1,1,1,1,1,0.0057,0.1852,0.4454,1,0.485,1,1,1,0.1887,0.485,0.4094,1,1,1,1,1,0.035021316,0.891894758,0.010090311,1,1,1,1,1,0.014267531,0.900593758,0,1,1,1,1,1,0.486248076,0.895454288,0.594188014,0.594245822,0.594414894
-5793,1,0.126,1,1,1,1,1,1,1,1,0.0167,0.126,0.5672,1,0.1853,1,1,1,1,1,1,0.0048,0.1853,0.5778,1,0.4851,1,1,1,0.2004,0.4851,0.5524,1,1,1,1,1,0.023114605,0.937201977,0,1,1,1,1,1,0.009704316,0.942331553,0,1,1,1,1,1,0.404505402,0.93252784,0.624697922,0.624709118,0.624556738
-5794,1,0.1261,1,1,1,1,1,1,1,1,0.0409,0.1261,0.6759,1,0.1853,1,1,1,1,1,1,0.0784,0.1853,0.6775,1,0.4852,1,1,1,0.2609,0.4852,0.5923,1,1,1,1,1,0.047378093,0.954770148,0.018575046,1,1,1,1,1,0.058752153,0.959044695,0.019972252,1,1,1,1,1,0.542806029,0.926738441,0.651643306,0.651576052,0.652039007
-5795,1,0.1262,1,1,1,1,1,1,1,1,0.0795,0.1262,0.6838,1,0.1854,1,1,1,1,1,1,0.0768,0.1854,0.6873,1,0.4852,1,1,1,0.2577,0.4852,0.5458,1,1,1,1,1,0.066991225,0.960278869,0.070958942,1,1,1,1,1,0.06241199,0.966905355,0.042317547,1,1,1,1,1,0.491435349,0.946969867,0.668861769,0.668923207,0.668882979
-5796,1,0.1262,1,1,1,1,1,1,1,1,0.134,0.1262,0.687,1,0.1854,1,1,1,1,1,1,0.1056,0.1854,0.6901,1,0.4853,1,1,1,0.3079,0.4853,0.6301,1,1,1,1,1,0.082901463,0.962179303,0.098984256,1,1,1,1,1,0.089452371,0.970299721,0.019081153,1,1,1,1,1,0.514415503,0.923734188,0.680159497,0.680135392,0.680407801
-5797,1,0.1263,1,1,1,1,1,1,1,1,0.2022,0.1263,0.6784,1,0.1854,1,1,1,1,1,1,0.1024,0.1854,0.6828,1,0.4854,1,1,1,0.3341,0.4854,0.6695,1,1,1,1,1,0.149291605,0.952852309,0.118009038,1,1,1,1,1,0.091645874,0.959844649,0.027878536,1,1,1,1,1,0.566158533,0.93759346,0.69502175,0.694943939,0.695035461
-5798,1,0.1264,1,1,1,1,1,1,1,1,0.2475,0.1264,0.6267,1,0.1855,1,1,1,1,1,1,0.0624,0.1855,0.6398,1,0.4855,1,1,1,0.3357,0.4855,0.6056,1,1,1,1,1,0.177952528,0.934791744,0.202960521,1,1,1,1,1,0.059159499,0.939003706,0.071754456,1,1,1,1,1,0.57734108,0.920724511,0.703298695,0.703405966,0.703457447
-5799,1,0.1264,1,1,1,1,1,1,1,1,0.3175,0.1264,0.4981,1,0.1855,1,1,1,1,1,1,0.1918,0.1855,0.5272,1,0.4855,1,1,1,0.3531,0.4855,0.4705,1,1,1,1,1,0.242221057,0.902359724,0.459537417,1,1,1,1,1,0.177298352,0.908832133,0.313448697,1,1,1,1,1,0.610574126,0.879464626,0.708856936,0.708906283,0.708776596
-5800,1,0.1265,1,1,1,1,1,1,1,1,0.3643,0.1265,0.3325,1,0.1855,1,1,1,1,1,1,0.3515,0.1855,0.3737,1,0.4856,1,1,1,0.297,0.4856,0.303,1,1,1,1,1,0.285187602,0.805775523,0.519410133,1,1,1,1,1,0.289565653,0.810812473,0.428523839,1,1,1,1,1,0.595015526,0.784121871,0.713025616,0.713137296,0.71320922
-5801,1,0.1265,1,1,1,1,1,1,1,1,0.326,0.1265,0.1329,1,0.1856,1,1,1,1,1,1,0.261,0.1856,0.18,1,0.4857,1,1,1,0.2111,0.4857,0.1074,1,1,1,1,1,0.269888759,0.585659802,0.605742812,1,1,1,1,1,0.243777737,0.601198912,0.472697139,1,1,1,1,1,0.494723886,0.547017992,0.705473659,0.705521472,0.705673759
-5802,1,0.1266,1,1,1,1,1,1,1,1,0.2597,0.1266,0.0123,1,0.1856,1,1,1,1,1,1,0.1861,0.1856,0.0342,1,0.4857,1,1,1,0.2524,0.4857,0.0047,1,1,1,1,1,0.220172793,0.203802034,0.602513194,1,1,1,1,1,0.177593291,0.244279727,0.543678761,1,1,1,1,1,0.586984038,0.057884704,0.684751087,0.684577956,0.684840426
-5803,1,0.1267,1,1,1,1,1,1,1,1,0.2631,0.1267,0,1,0.1856,1,1,1,1,1,1,0.1742,0.1856,0,1,0.4858,1,1,1,0.3062,0.4858,0,1,1,1,1,1,0.25705719,0,0.713833332,1,1,1,1,1,0.218061805,0,0.596794248,1,1,1,1,1,0.610188365,0,0.685657322,0.68563571,0.68572695
-5804,1,0.1267,1,1,1,1,1,1,1,1,0.3215,0.1267,0,1,0.1857,1,1,1,1,1,1,0.332,0.1857,0,1,0.4859,1,1,1,0.3374,0.4859,0,1,1,1,1,1,0.361790717,0,0.503773749,1,1,1,1,1,0.401039809,0,0.627555013,1,1,1,1,1,0.710289776,0,0.684630256,0.684577956,0.684840426
-5805,1,0.1268,1,1,1,1,1,1,1,1,0.2593,0.1268,0,1,0.1857,1,1,1,1,1,1,0.2298,0.1857,0,1,0.4859,1,1,1,0.3305,0.4859,0,1,1,1,1,1,0.236333981,0,0.585101128,1,1,1,1,1,0.241170898,0,0.683596373,1,1,1,1,1,0.707097054,0,0.639862252,0.639729215,0.640070922
-5806,1,0.1269,1,1,1,1,1,1,1,1,0.2367,0.1269,0,1,0.1857,1,1,1,1,1,1,0.2086,0.1857,0,1,0.486,1,1,1,0.2634,0.486,0,1,1,1,1,1,0.25135231,0,0.552961826,1,1,1,1,1,0.250890583,0,0.879821241,1,1,1,1,1,0.637159884,0,0.577573707,0.57774487,0.578014184
-5807,1,0.1269,1,1,1,1,1,1,1,1,0.3872,0.1269,0,1,0.1858,1,1,1,1,1,1,0.5176,0.1858,0,1,0.4861,1,1,1,0.3105,0.4861,0,1,1,1,1,1,0.443059355,0,0.834468842,1,1,1,1,1,0.511810243,0,1,1,1,1,1,1,0.707965672,0,0.521507975,0.521472393,0.521276596
-5808,1,0.127,1,1,1,1,1,1,1,1,0.4568,0.127,0,1,0.1858,1,1,1,1,1,1,0.5806,0.1858,0,1,0.4862,1,1,1,0.3738,0.4862,0,1,1,1,1,1,0.477336526,0,0.791924596,1,1,1,1,1,0.631520689,0,1,1,1,1,1,1,0.779435515,0,0.479760754,0.479796911,0.479609929
-5809,1,0.127,1,1,1,1,1,1,1,1,0.6185,0.127,0,1,0.1858,1,1,1,1,1,1,0.5201,0.1858,0,1,0.4862,1,1,1,0.4309,0.4862,0,1,1,1,1,1,0.567300498,0,0.95417583,1,1,1,1,1,0.520169795,0,0.885748446,1,1,1,1,1,0.830234468,0,0.452090382,0.452083774,0.45212766
-5810,1,0.1271,1,1,1,1,1,1,1,1,0.5486,0.1271,0,1,0.1859,1,1,1,1,1,1,0.4336,0.1859,0,1,0.4863,1,1,1,0.459,0.4863,0,1,1,1,1,1,0.520795286,0,1,1,1,1,1,1,0.4535034,0,0.847774148,1,1,1,1,1,0.821935594,0,0.436442726,0.436429025,0.436613475
-5811,1,0.1272,1,1,1,1,1,1,1,1,0.4337,0.1272,0,1,0.1859,1,1,1,1,1,1,0.4027,0.1859,0,1,0.4864,1,1,1,0.4673,0.4864,0,1,1,1,1,1,0.411304235,0,1,1,1,1,1,1,0.404305279,0,0.958861351,1,1,1,1,1,0.824754715,0,0.429555341,0.429659403,0.429521277
-5812,1,0.1272,1,1,1,1,1,1,1,1,0.497,0.1272,0,1,0.1859,1,1,1,1,1,1,0.2179,0.1859,0,1,0.4864,1,1,1,0.5027,0.4864,0,1,1,1,1,1,0.47659573,0,1,1,1,1,1,1,0.234835476,0,1,1,1,1,1,1,0.843263805,0,0.435778154,0.435794373,0.43572695
-5813,1,0.1273,1,1,1,1,1,1,1,1,0.3454,0.1273,0,1,0.186,1,1,1,1,1,1,0.2245,0.186,0,1,0.4865,1,1,1,0.4342,0.4865,0,1,1,1,1,1,0.367792428,0,0.97381115,1,1,1,1,1,0.2233316,0,0.92648536,1,1,1,1,1,0.834951878,0,0.46840261,0.468373175,0.468085106
-5814,1,0.1274,1,1,1,1,1,1,1,1,0.3667,0.1274,0.0582,1,0.186,1,1,1,1,1,1,0.1702,0.186,0.0846,1,0.4866,1,1,1,0.421,0.4866,0.0408,1,1,1,1,1,0.390259892,0.414956748,0.959161878,1,1,1,1,1,0.1729462,0.428994745,0.96350348,1,1,1,1,1,0.833034217,0.264544934,0.519695505,0.519779987,0.519503546
-5815,1,0.1274,1,1,1,1,1,1,1,1,0.346,0.1274,0.2334,1,0.186,1,1,1,1,1,1,0.2878,0.186,0.2622,1,0.4866,1,1,1,0.2592,0.4866,0.1386,1,1,1,1,1,0.321919501,0.717256486,1,1,1,1,1,1,0.338504255,0.729586065,1,1,1,1,1,1,0.648052216,0.502661765,0.573586274,0.573725407,0.574024823
-5816,1,0.1275,1,1,1,1,1,1,1,1,0.2084,0.1275,0.4143,1,0.1861,1,1,1,1,1,1,0.1067,0.1861,0.4435,1,0.4867,1,1,1,0.216,0.4867,0.2404,1,1,1,1,1,0.178126782,0.856475174,0.940341711,1,1,1,1,1,0.108240604,0.894046783,0.723870695,1,1,1,1,1,0.56944263,0.389086455,0.61901885,0.61899725,0.619237589
-5817,1,0.1275,1,1,1,1,1,1,1,1,0.2693,0.1275,0.5574,1,0.1861,1,1,1,1,1,1,0.0987,0.1861,0.5748,1,0.4868,1,1,1,0.2266,0.4868,0.2983,1,1,1,1,1,0.257032216,0.890701532,0.998074293,1,1,1,1,1,0.111451939,0.94059819,0.680817366,1,1,1,1,1,0.530406594,0.427392691,0.657201547,0.65728792,0.657358156
-5818,1,0.1276,1,1,1,1,1,1,1,1,0.2074,0.1276,0.6628,1,0.1861,1,1,1,1,1,1,0.0771,0.1861,0.6703,1,0.4868,1,1,1,0.1576,0.4868,0.3416,1,1,1,1,1,0.14873834,0.927466273,0.95151329,1,1,1,1,1,0.074584328,0.950557768,0.350674331,1,1,1,1,1,0.419693768,0.53620863,0.691215563,0.691347578,0.691489362
-5819,1,0.1277,1,1,1,1,1,1,1,1,0.2108,0.1277,0.6741,1,0.1862,1,1,1,1,1,1,0.077,0.1862,0.6868,1,0.4869,1,1,1,0.1724,0.4869,0.3241,1,1,1,1,1,0.161760658,0.93466711,0.993314207,1,1,1,1,1,0.081889629,0.964359879,0.704331636,1,1,1,1,1,0.370395452,0.487165034,0.719550507,0.719695367,0.719414894
-5820,1,0.1277,1,1,1,1,1,1,1,1,0.3352,0.1277,0.6745,1,0.1862,1,1,1,1,1,1,0.099,0.1862,0.686,1,0.487,1,1,1,0.135,0.487,0.3923,1,1,1,1,1,0.247059822,0.946414709,1,1,1,1,1,1,0.108747959,0.962597787,1,1,1,1,1,1,0.281290859,0.46277079,0.739668922,0.73958113,0.739804965
-5821,1,0.1278,1,1,1,1,1,1,1,1,0.3501,0.1278,0.6601,1,0.1862,1,1,1,1,1,1,0.1574,0.1862,0.6794,1,0.4871,1,1,1,0.1446,0.4871,0.3723,1,1,1,1,1,0.302212059,0.893927276,1,1,1,1,1,1,0.159056902,0.955436528,1,1,1,1,1,1,0.260504633,0.460616291,0.763472692,0.763697906,0.763741135
-5822,1,0.1279,1,1,1,1,1,1,1,1,0.4422,0.1279,0.5938,1,0.1863,1,1,1,1,1,1,0.2529,0.1863,0.6319,1,0.4871,1,1,1,0.2725,0.4871,0.3436,1,1,1,1,1,0.43393144,0.803618789,1,1,1,1,1,1,0.270570189,0.932358205,1,1,1,1,1,1,0.356814563,0.534720659,0.776884969,0.777025598,0.777039007
-5823,1,0.1279,1,1,1,1,1,1,1,1,0.4788,0.1279,0.46,1,0.1863,1,1,1,1,1,1,0.3156,0.1863,0.5119,1,0.4872,1,1,1,0.2051,0.4872,0.2386,1,1,1,1,1,0.360313267,0.823121667,1,1,1,1,1,1,0.312576324,0.880510628,1,1,1,1,1,1,0.279514164,0.548243403,0.784195263,0.78421832,0.784574468
-5824,1,0.128,1,1,1,1,1,1,1,1,0.4465,0.128,0.3106,1,0.1863,1,1,1,1,1,1,0.3072,0.1863,0.3577,1,0.4873,1,1,1,0.2684,0.4873,0.0739,1,1,1,1,1,0.308559656,0.727865875,1,1,1,1,1,1,0.31350857,0.776824713,1,1,1,1,1,1,0.466559023,0.386192352,0.785645239,0.785699175,0.785904255
-5825,1,0.128,1,1,1,1,1,1,1,1,0.3456,0.128,0.12,1,0.1864,1,1,1,1,1,1,0.2802,0.1864,0.1667,1,0.4873,1,1,1,0.2964,0.4873,0,1,1,1,1,1,0.265663922,0.485620767,1,1,1,1,1,1,0.28001827,0.546009243,1,1,1,1,1,1,0.466050863,0.102782942,0.778637023,0.778718003,0.778812057
-5826,1,0.1281,1,1,1,1,1,1,1,1,0.287,0.1281,0.0001,1,0.1864,1,1,1,1,1,1,0.3162,0.1864,0.014,1,0.4874,1,1,1,0.3323,0.4874,0,1,1,1,1,1,0.311314613,0.014095958,1,1,1,1,1,1,0.390188932,0.152569488,1,1,1,1,1,1,0.530742764,0,0.754229096,0.754389676,0.754432624
-5827,1,0.1282,1,1,1,1,1,1,1,1,0.2906,0.1282,0,1,0.1864,1,1,1,1,1,1,0.2871,0.1864,0,1,0.4875,1,1,1,0.2452,0.4875,0,1,1,1,1,1,0.311891615,0,1,1,1,1,1,1,0.329556823,0,1,1,1,1,1,1,0.416915685,0,0.744925085,0.744869896,0.745124113
-5828,1,0.1282,1,1,1,1,1,1,1,1,0.3753,0.1282,0,1,0.1865,1,1,1,1,1,1,0.3833,0.1865,0,1,0.4875,1,1,1,0.2339,0.4875,0,1,1,1,1,1,0.403927028,0,1,1,1,1,1,1,0.4419204,0,1,1,1,1,1,1,0.474446237,0,0.738943934,0.738946478,0.73891844
-5829,1,0.1283,1,1,1,1,1,1,1,1,0.2284,0.1283,0,1,0.1865,1,1,1,1,1,1,0.4596,0.1865,0,1,0.4876,1,1,1,0.2934,0.4876,0,1,1,1,1,1,0.273618221,0,0.998898506,1,1,1,1,1,0.495102704,0,1,1,1,1,1,1,0.573190868,0,0.699130014,0.699174952,0.699468085
-5830,1,0.1284,1,1,1,1,1,1,1,1,0.2214,0.1284,0,1,0.1865,1,1,1,1,1,1,0.4081,0.1865,0,1,0.4877,1,1,1,0.4582,0.4877,0,1,1,1,1,1,0.235664144,0,0.996218503,1,1,1,1,1,0.460898578,0,1,1,1,1,1,1,0.700054407,0,0.645239246,0.645229532,0.645390071
-5831,1,0.1284,1,1,1,1,1,1,1,1,0.1968,0.1284,0,1,0.1866,1,1,1,1,1,1,0.0887,0.1866,0,1,0.4878,1,1,1,0.3271,0.4878,0,1,1,1,1,1,0.176274657,0,1,1,1,1,1,1,0.195326582,0,0.914475441,1,1,1,1,1,0.514630795,0,0.586213146,0.586206897,0.58643617
-5832,1,0.1285,1,1,1,1,1,1,1,1,0.2849,0.1285,0,1,0.1866,1,1,1,1,1,1,0.0568,0.1866,0,1,0.4878,1,1,1,0.2475,0.4878,0,1,1,1,1,1,0.172851443,0,1,1,1,1,1,1,0.167587161,0,1,1,1,1,1,1,0.363493145,0,0.532382794,0.532473027,0.532358156
-5833,1,0.1285,1,1,1,1,1,1,1,1,0.2727,0.1285,0,1,0.1866,1,1,1,1,1,1,0.1275,0.1866,0,1,0.4879,1,1,1,0.2358,0.4879,0,1,1,1,1,1,0.118993953,0,1,1,1,1,1,1,0.213500559,0,1,1,1,1,1,1,0.275385022,0,0.506645723,0.506663846,0.506648936
-5834,1,0.1286,1,1,1,1,1,1,1,1,0.2086,0.1286,0,1,0.1867,1,1,1,1,1,1,0.1311,0.1867,0,1,0.488,1,1,1,0.1999,0.488,0,1,1,1,1,1,0.116474867,0,1,1,1,1,1,1,0.218919814,0,1,1,1,1,1,1,0.223195001,0,0.488883519,0.48889359,0.48891844
-5835,1,0.1287,1,1,1,1,1,1,1,1,0.1641,0.1287,0,1,0.1867,1,1,1,1,1,1,0.1198,0.1867,0,1,0.488,1,1,1,0.1507,0.488,0,1,1,1,1,1,0.141259253,0,1,1,1,1,1,1,0.163702443,0,1,1,1,1,1,1,0.170813888,0,0.476558724,0.476623651,0.476950355
-5836,1,0.1287,1,1,1,1,1,1,1,1,0.2111,0.1287,0,1,0.1867,1,1,1,1,1,1,0.1152,0.1867,0,1,0.4881,1,1,1,0.1416,0.4881,0,1,1,1,1,1,0.150294498,0,0.98969847,1,1,1,1,1,0.148971021,0,1,1,1,1,1,1,0.164097145,0,0.470758821,0.470911783,0.470744681
-5837,1,0.1288,1,1,1,1,1,1,1,1,0.1483,0.1288,0,1,0.1868,1,1,1,1,1,1,0.0933,0.1868,0,1,0.4882,1,1,1,0.1875,0.4882,0,1,1,1,1,1,0.123848945,0,0.763960838,1,1,1,1,1,0.156622708,0,1,1,1,1,1,1,0.224724621,0,0.477948284,0.477892955,0.477836879
-5838,1,0.1289,1,1,1,1,1,1,1,1,0.1709,0.1289,0.0368,1,0.1868,1,1,1,1,1,1,0.045,0.1868,0.0287,1,0.4882,1,1,1,0.2118,0.4882,0.0423,1,1,1,1,1,0.185302496,0.262331575,0.380857736,1,1,1,1,1,0.101497144,0.084409371,0.631894529,1,1,1,1,1,0.273229957,0.370748192,0.49039391,0.490374445,0.490248227
-5839,1,0.1289,1,1,1,1,1,1,1,1,0.0921,0.1289,0.2147,1,0.1868,1,1,1,1,1,1,0,0.1868,0.2032,1,0.4883,1,1,1,0.1318,0.4883,0.2185,1,1,1,1,1,0.082858667,0.62777108,0.252961934,1,1,1,1,1,0.019903611,0.465738744,0.233292952,1,1,1,1,1,0.135679126,0.67413044,0.528032866,0.528030463,0.527925532
-5840,1,0.129,1,1,1,1,1,1,1,1,0.1049,0.129,0.4,1,0.1869,1,1,1,1,1,1,0,0.1869,0.402,1,0.4884,1,1,1,0.144,0.4884,0.4167,1,1,1,1,1,0.026237294,0.815764248,0.471728563,1,1,1,1,1,0.032009982,0.774953067,0.051429324,1,1,1,1,1,0.128608748,0.835068941,0.58379652,0.583879839,0.584219858
-5841,1,0.129,1,1,1,1,1,1,1,1,0.1247,0.129,0.5344,1,0.1869,1,1,1,1,1,1,0.0307,0.1869,0.5406,1,0.4885,1,1,1,0.0982,0.4885,0.563,1,1,1,1,1,0.039254181,0.852182627,0.750562906,1,1,1,1,1,0.08494319,0.863360882,0.13469556,1,1,1,1,1,0.07778465,0.885750055,0.631645723,0.63169029,0.631648936
-5842,1,0.1291,1,1,1,1,1,1,1,1,0.1375,0.1291,0.625,1,0.1869,1,1,1,1,1,1,0.0091,0.1869,0.6314,1,0.4885,1,1,1,0.1089,0.4885,0.6745,1,1,1,1,1,0.03095258,0.862350047,0.884997249,1,1,1,1,1,0.049424633,0.868137836,0.638306618,1,1,1,1,1,0.083362535,0.914449573,0.664270179,0.664269092,0.664450355
-5843,1,0.1292,1,1,1,1,1,1,1,1,0.121,0.1292,0.6304,1,0.187,1,1,1,1,1,1,0,0.187,0.6177,1,0.4886,1,1,1,0.098,0.4886,0.681,1,1,1,1,1,0.026498836,0.850087285,0.813659549,1,1,1,1,1,0.025875203,0.848654211,0.78753978,1,1,1,1,1,0.060887344,0.911481738,0.686321895,0.686481912,0.686613475
-5844,1,0.1292,1,1,1,1,1,1,1,1,0.1386,0.1292,0.6321,1,0.187,1,1,1,1,1,1,0.0058,0.187,0.6082,1,0.4887,1,1,1,0.0902,0.4887,0.6761,1,1,1,1,1,0.045397777,0.815398932,0.962401867,1,1,1,1,1,0.057541769,0.860080838,1,1,1,1,1,1,0.03447029,0.896075964,0.697498792,0.697694098,0.697695035
-5845,1,0.1293,1,1,1,1,1,1,1,1,0.1466,0.1293,0.6091,1,0.187,1,1,1,1,1,1,0.0034,0.187,0.5862,1,0.4887,1,1,1,0.0946,0.4887,0.6667,1,1,1,1,1,0.065491527,0.823598444,0.934396386,1,1,1,1,1,0.057998188,0.864920139,1,1,1,1,1,1,0.055069361,0.875028551,0.698888352,0.698963402,0.699024823
-5846,1,0.1294,1,1,1,1,1,1,1,1,0.1498,0.1294,0.5646,1,0.1871,1,1,1,1,1,1,0.0084,0.1871,0.5427,1,0.4888,1,1,1,0.0888,0.4888,0.6247,1,1,1,1,1,0.076233491,0.821258485,0.957532763,1,1,1,1,1,0.080516152,0.868453622,0.706139028,1,1,1,1,1,0.040969603,0.860131681,0.696592557,0.696636344,0.696808511
-5847,1,0.1294,1,1,1,1,1,1,1,1,0.1961,0.1294,0.4399,1,0.1871,1,1,1,1,1,1,0.0094,0.1871,0.4471,1,0.4889,1,1,1,0.0626,0.4889,0.4898,1,1,1,1,1,0.051031739,0.73247999,0.976769567,1,1,1,1,1,0.079377353,0.834634542,0.639347434,1,1,1,1,1,0.036133755,0.839666963,0.690792653,0.690712926,0.691046099
-5848,1,0.1295,1,1,1,1,1,1,1,1,0.1134,0.1295,0.3005,1,0.1871,1,1,1,1,1,1,0.0016,0.1871,0.3203,1,0.4889,1,1,1,0.078,0.4889,0.3199,1,1,1,1,1,0.043301344,0.643572211,0.858319879,1,1,1,1,1,0.093002841,0.741527915,0.244796097,1,1,1,1,1,0.0486972,0.769444168,0.686442726,0.686693463,0.686613475
-5849,1,0.1295,1,1,1,1,1,1,1,1,0.084,0.1295,0.1145,1,0.1872,1,1,1,1,1,1,0,0.1872,0.1303,1,0.489,1,1,1,0.0598,0.489,0.11,1,1,1,1,1,0.073704325,0.40395236,0.616368771,1,1,1,1,1,0.065116189,0.482695997,0.304916769,1,1,1,1,1,0.043396287,0.529617012,0.674963751,0.675058176,0.675088652
-5850,1,0.1296,1,1,1,1,1,1,1,1,0.1196,0.1296,0.0004,1,0.1872,1,1,1,1,1,1,0.0911,0.1872,0.0045,1,0.4891,1,1,1,0.0467,0.4891,0.0065,1,1,1,1,1,0.187794387,0.004937108,0.29536438,1,1,1,1,1,0.09716218,0.097482517,0.324498177,1,1,1,1,1,0.059531901,0.009686319,0.652549541,0.652633806,0.652925532
-5851,1,0.1297,1,1,1,1,1,1,1,1,0.0818,0.1297,0,1,0.1872,1,1,1,1,1,1,0.2013,0.1872,0,1,0.4891,1,1,1,0.0582,0.4891,0,1,1,1,1,1,0.231150657,0,0.475862503,1,1,1,1,1,0.141666293,0,0.357368857,1,1,1,1,1,0.070154972,0,0.647776704,0.64776814,0.648049645
-5852,1,0.1297,1,1,1,1,1,1,1,1,0.0678,0.1297,0,1,0.1873,1,1,1,1,1,1,0.0877,0.1873,0,1,0.4892,1,1,1,0.0723,0.4892,0,1,1,1,1,1,0.196804479,0,0.163058922,1,1,1,1,1,0.126275599,0,0.496038228,1,1,1,1,1,0.121754676,0,0.641553891,0.641633171,0.641400709
-5853,1,0.1298,1,1,1,1,1,1,1,1,0.0865,0.1298,0,1,0.1873,1,1,1,1,1,1,0.0716,0.1873,0,1,0.4893,1,1,1,0.0656,0.4893,0,1,1,1,1,1,0.178413391,0,0.135752738,1,1,1,1,1,0.117745124,0,0.299066782,1,1,1,1,1,0.089900471,0,0.608264862,0.608419717,0.608599291
-5854,1,0.1298,1,1,1,1,1,1,1,1,0.042,0.1298,0,1,0.1873,1,1,1,1,1,1,0.1146,0.1873,0,1,0.4894,1,1,1,0.052,0.4894,0,1,1,1,1,1,0.094673052,0,0.116425306,1,1,1,1,1,0.11645104,0,0.311596096,1,1,1,1,1,0.08749973,0,0.562651039,0.562724773,0.562943262
-5855,1,0.1299,1,1,1,1,1,1,1,1,0.0255,0.1299,0,1,0.1874,1,1,1,1,1,1,0.0548,0.1874,0,1,0.4894,1,1,1,0.0355,0.4894,0,1,1,1,1,1,0.073778108,0,0.092000715,1,1,1,1,1,0.069526218,0,0.226543993,1,1,1,1,1,0.1073125,0,0.514076849,0.514068119,0.514184397
-5856,1,0.13,1,1,1,1,1,1,1,1,0.0302,0.13,0,1,0.1874,1,1,1,1,1,1,0.0285,0.1874,0,1,0.4895,1,1,1,0.0243,0.4895,0,1,1,1,1,1,0.061887551,0,0.108439043,1,1,1,1,1,0.045086339,0,0.192995548,1,1,1,1,1,0.14843832,0,0.474625423,0.474719695,0.474734043
-5857,1,0.13,1,1,1,1,1,1,1,1,0.0323,0.13,0,1,0.1874,1,1,1,1,1,1,0.018,0.1874,0,1,0.4896,1,1,1,0.0422,0.4896,0,1,1,1,1,1,0.043081135,0,0.166309744,1,1,1,1,1,0.030123213,0,0.104906812,1,1,1,1,1,0.207690552,0,0.448707105,0.448698963,0.449024823
-5858,1,0.1301,1,1,1,1,1,1,1,1,0.034,0.1301,0,1,0.1875,1,1,1,1,1,1,0.0102,0.1875,0,1,0.4896,1,1,1,0.0562,0.4896,0,1,1,1,1,1,0.037131824,0,0.177191049,1,1,1,1,1,0.023214387,0,0.103945285,1,1,1,1,1,0.228989124,0,0.431609473,0.43177491,0.431737589
-5859,1,0.1302,1,1,1,1,1,1,1,1,0.0249,0.1302,0,1,0.1875,1,1,1,1,1,1,0,0.1875,0,1,0.4897,1,1,1,0.054,0.4897,0,1,1,1,1,1,0.025654105,0,0.185659423,1,1,1,1,1,0.022984322,0,0.085967019,1,1,1,1,1,0.229038358,0,0.422486709,0.422678231,0.422429078
-5860,1,0.1302,1,1,1,1,1,1,1,1,0.0169,0.1302,0,1,0.1875,1,1,1,1,1,1,0,0.1875,0,1,0.4898,1,1,1,0.055,0.4898,0,1,1,1,1,1,0.017168077,0,0.230208784,1,1,1,1,1,0.01380212,0,0.12960498,1,1,1,1,1,0.202640101,0,0.418740938,0.418658769,0.418882979
-5861,1,0.1303,1,1,1,1,1,1,1,1,0.0116,0.1303,0,1,0.1876,1,1,1,1,1,1,0,0.1876,0,1,0.4898,1,1,1,0.049,0.4898,0,1,1,1,1,1,0.009063774,0,0.21114251,1,1,1,1,1,0.004208626,0,0.098018587,1,1,1,1,1,0.20595561,0,0.422970034,0.422889782,0.42287234
-5862,1,0.1303,1,1,1,1,1,1,1,1,0.0092,0.1303,0.0401,1,0.1876,1,1,1,1,1,1,0,0.1876,0.0516,1,0.4899,1,1,1,0.0447,0.4899,0.0338,1,1,1,1,1,0.012281608,0.262932837,0.205555245,1,1,1,1,1,0.007864188,0.289569974,0.177269384,1,1,1,1,1,0.159131691,0.175488576,0.428769937,0.428813201,0.428634752
-5863,1,0.1304,1,1,1,1,1,1,1,1,0.0101,0.1304,0.2134,1,0.1876,1,1,1,1,1,1,0.0118,0.1876,0.2238,1,0.49,1,1,1,0.0371,0.49,0.1874,1,1,1,1,1,0.01423036,0.592399955,0.150874197,1,1,1,1,1,0.010726592,0.566444337,0.022228796,1,1,1,1,1,0.135705248,0.311463386,0.456681972,0.456737889,0.456560284
-5864,1,0.1305,1,1,1,1,1,1,1,1,0.0065,0.1305,0.3757,1,0.1877,1,1,1,1,1,1,0,0.1877,0.3998,1,0.4901,1,1,1,0.024,0.4901,0.334,1,1,1,1,1,0.004995708,0.744213521,0.127456039,1,1,1,1,1,0.000865339,0.764429927,0.024443718,1,1,1,1,1,0.070726134,0.398540497,0.501570807,0.50158663,0.50177305
-5865,1,0.1305,1,1,1,1,1,1,1,1,0.0091,0.1305,0.4983,1,0.1877,1,1,1,1,1,1,0,0.1877,0.5102,1,0.4901,1,1,1,0.0281,0.4901,0.414,1,1,1,1,1,0.00170475,0.73765415,0.108232185,1,1,1,1,1,2.52E-05,0.817749023,0.011865969,1,1,1,1,1,0.01713532,0.481431782,0.539995167,0.539877301,0.540336879
-5866,1,0.1306,1,1,1,1,1,1,1,1,0.0146,0.1306,0.5697,1,0.1877,1,1,1,1,1,1,0,0.1877,0.5923,1,0.4902,1,1,1,0.0259,0.4902,0.4974,1,1,1,1,1,0.001775538,0.787354112,0.189485908,1,1,1,1,1,0.000531962,0.816690505,0.14332436,1,1,1,1,1,0.024438512,0.47948879,0.566215563,0.566321134,0.566489362
-5867,1,0.1307,1,1,1,1,1,1,1,1,0.0135,0.1307,0.5805,1,0.1878,1,1,1,1,1,1,0,0.1878,0.5984,1,0.4903,1,1,1,0.0394,0.4903,0.5263,1,1,1,1,1,0.001022427,0.825555742,0.125460818,1,1,1,1,1,0.000413061,0.829717875,0.051443983,1,1,1,1,1,0.038749836,0.521869302,0.584340261,0.584514491,0.584219858
-5868,1,0.1307,1,1,1,1,1,1,1,1,0.0309,0.1307,0.5825,1,0.1878,1,1,1,1,1,1,0.0129,0.1878,0.5779,1,0.4903,1,1,1,0.0252,0.4903,0.5606,1,1,1,1,1,0.005108679,0.772704244,0.164239943,1,1,1,1,1,0.005557656,0.82875663,0.005794503,1,1,1,1,1,0.038249303,0.644128859,0.599081682,0.599111487,0.59929078
-5869,1,0.1308,1,1,1,1,1,1,1,1,0.0386,0.1308,0.547,1,0.1878,1,1,1,1,1,1,0.0141,0.1878,0.5388,1,0.4904,1,1,1,0.0224,0.4904,0.5651,1,1,1,1,1,0.006417479,0.746155441,0.096387297,1,1,1,1,1,0.006505806,0.821716785,0,1,1,1,1,1,0.045845166,0.677959085,0.605123248,0.605246457,0.605496454
-5870,1,0.1308,1,1,1,1,1,1,1,1,0.0497,0.1308,0.5167,1,0.1879,1,1,1,1,1,1,0,0.1879,0.5431,1,0.4905,1,1,1,0.0254,0.4905,0.5403,1,1,1,1,1,0.007836791,0.745539784,0.019104965,1,1,1,1,1,0.005190169,0.798876286,0,1,1,1,1,1,0.033374064,0.750264406,0.608446109,0.608631267,0.608599291
-5871,1,0.1309,1,1,1,1,1,1,1,1,0.0733,0.1309,0.4228,1,0.1879,1,1,1,1,1,1,0,0.1879,0.4714,1,0.4905,1,1,1,0.0136,0.4905,0.4211,1,1,1,1,1,0.013800587,0.735210299,0.103475735,1,1,1,1,1,0.004258692,0.785555184,0.019069111,1,1,1,1,1,0.016883891,0.662361145,0.609594007,0.609689021,0.609929078
-5872,1,0.131,1,1,1,1,1,1,1,1,0.0732,0.131,0.2822,1,0.1879,1,1,1,1,1,1,0,0.1879,0.3306,1,0.4906,1,1,1,0.0284,0.4906,0.2909,1,1,1,1,1,0.019342652,0.643407822,0.084578127,1,1,1,1,1,0.009577719,0.714617074,0.030520942,1,1,1,1,1,0.025046077,0.655563474,0.610741904,0.610746774,0.610815603
-5873,1,0.131,1,1,1,1,1,1,1,1,0.0307,0.131,0.1138,1,0.188,1,1,1,1,1,1,0.0134,0.188,0.1505,1,0.4907,1,1,1,0.0897,0.4907,0.1023,1,1,1,1,1,0.027892251,0.48129794,0.055351216,1,1,1,1,1,0.03116338,0.512633324,0.021790579,1,1,1,1,1,0.134152025,0.515113175,0.611648139,0.611804527,0.611702128
-5874,1,0.1311,1,1,1,1,1,1,1,1,0.0149,0.1311,0.0002,1,0.188,1,1,1,1,1,1,0.0784,0.188,0.0032,1,0.4908,1,1,1,0.0787,0.4908,0.0013,1,1,1,1,1,0.08933042,0.006357496,0.00691115,1,1,1,1,1,0.074671477,0.087784812,0.006350262,1,1,1,1,1,0.194083005,0,0.602887869,0.602919399,0.603280142
-5875,1,0.1312,1,1,1,1,1,1,1,1,0.0469,0.1312,0,1,0.188,1,1,1,1,1,1,0.0796,0.188,0,1,0.4908,1,1,1,0.0447,0.4908,0,1,1,1,1,1,0.111679137,0,0.015727196,1,1,1,1,1,0.093347594,0,0.019848431,1,1,1,1,1,0.176828519,0,0.60578782,0.605881109,0.605939716
-5876,1,0.1312,1,1,1,1,1,1,1,1,0.0549,0.1312,0,1,0.1881,1,1,1,1,1,1,0.2405,0.1881,0,1,0.4909,1,1,1,0.0577,0.4909,0,1,1,1,1,1,0.151531711,0,0.019201532,1,1,1,1,1,0.256533444,0,0.037896074,1,1,1,1,1,0.147535726,0,0.602525375,0.602707849,0.602836879
-5877,1,0.1313,1,1,1,1,1,1,1,1,0.0308,0.1313,0,1,0.1881,1,1,1,1,1,1,0.2466,0.1881,0,1,0.491,1,1,1,0.0614,0.491,0,1,1,1,1,1,0.085788302,0,0.004095762,1,1,1,1,1,0.252081454,0,0.018996861,1,1,1,1,1,0.132414699,0,0.573163364,0.573090755,0.57358156
-5878,1,0.1313,1,1,1,1,1,1,1,1,0.0245,0.1313,0,1,0.1881,1,1,1,1,1,1,0.1489,0.1881,0,1,0.491,1,1,1,0.0461,0.491,0,1,1,1,1,1,0.066603608,0,0.002733368,1,1,1,1,1,0.170108244,0,0.039768066,1,1,1,1,1,0.127180964,0,0.531657806,0.531626825,0.531914894
-5879,1,0.1314,1,1,1,1,1,1,1,1,0.0149,0.1314,0,1,0.1882,1,1,1,1,1,1,0.0206,0.1882,0,1,0.4911,1,1,1,0.0389,0.4911,0,1,1,1,1,1,0.038130693,0,0.000267656,1,1,1,1,1,0.053133268,0,0,1,1,1,1,1,0.13568832,0,0.487010633,0.486989634,0.48714539
-5880,1,0.1315,1,1,1,1,1,1,1,1,0.0155,0.1315,0,1,0.1882,1,1,1,1,1,1,0.004,0.1882,0,1,0.4912,1,1,1,0.0608,0.4912,0,1,1,1,1,1,0.038481008,0,0.015207659,1,1,1,1,1,0.041985646,0,0,1,1,1,1,1,0.166464627,0,0.45142581,0.451449122,0.451241135
-5881,1,0.1315,1,1,1,1,1,1,1,1,0.0207,0.1315,0,1,0.1882,1,1,1,1,1,1,0.014,0.1882,0,1,0.4912,1,1,1,0.0708,0.4912,0,1,1,1,1,1,0.045570288,0,0.089697421,1,1,1,1,1,0.042879373,0,0.008713089,1,1,1,1,1,0.172365069,0,0.427682455,0.427755447,0.427748227
-5882,1,0.1316,1,1,1,1,1,1,1,1,0.0271,0.1316,0,1,0.1883,1,1,1,1,1,1,0.0665,0.1883,0,1,0.4913,1,1,1,0.0592,0.4913,0,1,1,1,1,1,0.043996032,0,0.138101697,1,1,1,1,1,0.086499587,0,0.008440838,1,1,1,1,1,0.1792299,0,0.413061866,0.413158451,0.413120567
-5883,1,0.1317,1,1,1,1,1,1,1,1,0.0306,0.1317,0,1,0.1883,1,1,1,1,1,1,0.0684,0.1883,0,1,0.4914,1,1,1,0.0353,0.4914,0,1,1,1,1,1,0.037422374,0,0.134091079,1,1,1,1,1,0.106327035,0,0.039659947,1,1,1,1,1,0.112217396,0,0.405811986,0.405754178,0.405585106
-5884,1,0.1317,1,1,1,1,1,1,1,1,0.0382,0.1317,0,1,0.1883,1,1,1,1,1,1,0.0816,0.1883,0,1,0.4914,1,1,1,0.0415,0.4914,0,1,1,1,1,1,0.038880318,0,0.121920638,1,1,1,1,1,0.128682956,0,0.047011521,1,1,1,1,1,0.096790403,0,0.406416143,0.406600381,0.406471631
-5885,1,0.1318,1,1,1,1,1,1,1,1,0.0443,0.1318,0,1,0.1884,1,1,1,1,1,1,0.1314,0.1884,0,1,0.4915,1,1,1,0.0336,0.4915,0,1,1,1,1,1,0.046006955,0,0.121102929,1,1,1,1,1,0.207182735,0,0.130002096,1,1,1,1,1,0.081284069,0,0.41801595,0.418024117,0.417996454
-5886,1,0.1318,1,1,1,1,1,1,1,1,0.0212,0.1318,0.0324,1,0.1884,1,1,1,1,1,1,0.0315,0.1884,0.0519,1,0.4916,1,1,1,0.0221,0.4916,0.0334,1,1,1,1,1,0.010919547,0.287356406,0.041041076,1,1,1,1,1,0.079967007,0.308102518,0.122415967,1,1,1,1,1,0.065021828,0.348204285,0.431246979,0.431140258,0.431294326
-5887,1,0.1319,1,1,1,1,1,1,1,1,0.0026,0.1319,0.2119,1,0.1884,1,1,1,1,1,1,0.0163,0.1884,0.2273,1,0.4917,1,1,1,0.0065,0.4917,0.2047,1,1,1,1,1,0.002712974,0.598106146,0.180605307,1,1,1,1,1,0.068079934,0.574759305,0.17095603,1,1,1,1,1,0.024181927,0.634841383,0.458131948,0.458007193,0.457890071
-5888,1,0.132,1,1,1,1,1,1,1,1,0.0019,0.132,0.3819,1,0.1885,1,1,1,1,1,1,0.0165,0.1885,0.3987,1,0.4917,1,1,1,0.0005,0.4917,0.3923,1,1,1,1,1,0.000130964,0.742333293,0.099272668,1,1,1,1,1,0.031867664,0.775570631,0.136072263,1,1,1,1,1,0.000734147,0.733323872,0.501449976,0.50158663,0.50177305
-5889,1,0.132,1,1,1,1,1,1,1,1,0.0002,0.132,0.5294,1,0.1885,1,1,1,1,1,1,0.0209,0.1885,0.5356,1,0.4918,1,1,1,0.0014,0.4918,0.5319,1,1,1,1,1,1.55E-05,0.836185992,0.05880823,1,1,1,1,1,0.026751831,0.819213688,0.074109949,1,1,1,1,1,0.000293151,0.795654774,0.543801353,0.543685213,0.543882979
-5890,1,0.1321,1,1,1,1,1,1,1,1,0.0036,0.1321,0.644,1,0.1885,1,1,1,1,1,1,0.0719,0.1885,0.6475,1,0.4919,1,1,1,0.0043,0.4919,0.6076,1,1,1,1,1,0.004029488,0.921313286,0.161398306,1,1,1,1,1,0.07905706,0.867875516,0.219030887,1,1,1,1,1,0.005782482,0.850246787,0.573767521,0.573725407,0.574024823
-5891,1,0.1322,1,1,1,1,1,1,1,1,0.015,0.1322,0.6617,1,0.1886,1,1,1,1,1,1,0.0878,0.1886,0.6537,1,0.4919,1,1,1,0.0074,0.4919,0.6642,1,1,1,1,1,0.009567796,0.939885259,0.333915859,1,1,1,1,1,0.083231524,0.854908109,0.336508662,1,1,1,1,1,0.017307032,0.901997924,0.593221363,0.593188069,0.593085106
-5892,1,0.1322,1,1,1,1,1,1,1,1,0.0262,0.1322,0.6666,1,0.1886,1,1,1,1,1,1,0.0576,0.1886,0.655,1,0.492,1,1,1,0.0053,0.492,0.6632,1,1,1,1,1,0.018425539,0.940224171,0.283963263,1,1,1,1,1,0.057043929,0.854621649,0.18498221,1,1,1,1,1,0.01464455,0.908517122,0.603794103,0.603765602,0.603723404
-5893,1,0.1323,1,1,1,1,1,1,1,1,0.0267,0.1323,0.6568,1,0.1886,1,1,1,1,1,1,0.0508,0.1886,0.6398,1,0.4921,1,1,1,0.0106,0.4921,0.6302,1,1,1,1,1,0.013328763,0.91826272,0.283789843,1,1,1,1,1,0.051874496,0.82830143,0.195644766,1,1,1,1,1,0.041171394,0.903093159,0.61037941,0.610535223,0.61037234
-5894,1,0.1323,1,1,1,1,1,1,1,1,0.0459,0.1323,0.6067,1,0.1887,1,1,1,1,1,1,0.0388,0.1887,0.5702,1,0.4921,1,1,1,0.0185,0.4921,0.5689,1,1,1,1,1,0.022991192,0.898702621,0.201476961,1,1,1,1,1,0.057202436,0.721297383,0.121829584,1,1,1,1,1,0.043683052,0.887159765,0.614729338,0.614766237,0.614804965
-5895,1,0.1324,1,1,1,1,1,1,1,1,0.1001,0.1324,0.4722,1,0.1887,1,1,1,1,1,1,0.0203,0.1887,0.4456,1,0.4922,1,1,1,0.0348,0.4922,0.4541,1,1,1,1,1,0.061481342,0.834742904,0.211876363,1,1,1,1,1,0.054625317,0.660558939,0.190941632,1,1,1,1,1,0.059913877,0.855959415,0.618898018,0.61899725,0.618794326
-5896,1,0.1325,1,1,1,1,1,1,1,1,0.0902,0.1325,0.3154,1,0.1887,1,1,1,1,1,1,0.0229,0.1887,0.3058,1,0.4923,1,1,1,0.0445,0.4923,0.2931,1,1,1,1,1,0.085081242,0.729738116,0.363393784,1,1,1,1,1,0.063748203,0.566818953,0.233903676,1,1,1,1,1,0.092926092,0.760219216,0.626570807,0.626613074,0.62677305
-5897,1,0.1325,1,1,1,1,1,1,1,1,0.0436,0.1325,0.1193,1,0.1888,1,1,1,1,1,1,0.0221,0.1888,0.1292,1,0.4924,1,1,1,0.06,0.4924,0.0973,1,1,1,1,1,0.055688553,0.474794626,0.246897638,1,1,1,1,1,0.043596156,0.301676363,0.196091115,1,1,1,1,1,0.104454778,0.515518069,0.632008217,0.632113391,0.632092199
-5898,1,0.1326,1,1,1,1,1,1,1,1,0.0738,0.1326,0,1,0.1888,1,1,1,1,1,1,0.071,0.1888,0,1,0.4924,1,1,1,0.1139,0.4924,0,1,1,1,1,1,0.099146217,6.65E-05,0.199831113,1,1,1,1,1,0.11521323,0,0.234987199,1,1,1,1,1,0.199033588,0,0.626631223,0.626613074,0.62677305
-5899,1,0.1327,1,1,1,1,1,1,1,1,0.0759,0.1327,0,1,0.1888,1,1,1,1,1,1,0.0608,0.1888,0,1,0.4925,1,1,1,0.1781,0.4925,0,1,1,1,1,1,0.176504299,0,0.197489813,1,1,1,1,1,0.115646362,0,0.289267838,1,1,1,1,1,0.373656601,0,0.639741421,0.639729215,0.63962766
-5900,1,0.1327,1,1,1,1,1,1,1,1,0.0767,0.1327,0,1,0.1889,1,1,1,1,1,1,0.0617,0.1889,0,1,0.4926,1,1,1,0.262,0.4926,0,1,1,1,1,1,0.15320842,0,0.18731609,1,1,1,1,1,0.100877121,0,0.35126546,1,1,1,1,1,0.441917747,0,0.637022716,0.636979056,0.637411348
-5901,1,0.1328,1,1,1,1,1,1,1,1,0.1187,0.1328,0,1,0.1889,1,1,1,1,1,1,0.0654,0.1889,0,1,0.4926,1,1,1,0.2161,0.4926,0,1,1,1,1,1,0.190051898,0,0.185288996,1,1,1,1,1,0.103902884,0,0.431187183,1,1,1,1,1,0.429770827,0,0.591831803,0.591918765,0.592198582
-5902,1,0.1328,1,1,1,1,1,1,1,1,0.0629,0.1328,0,1,0.189,1,1,1,1,1,1,0.0817,0.189,0,1,0.4927,1,1,1,0.1823,0.4927,0,1,1,1,1,1,0.105748057,0,0.147955567,1,1,1,1,1,0.116202682,0,0.25064528,1,1,1,1,1,0.426193982,0,0.533530691,0.533742331,0.533687943
-5903,1,0.1329,1,1,1,1,1,1,1,1,0.0596,0.1329,0,1,0.189,1,1,1,1,1,1,0.0737,0.189,0,1,0.4928,1,1,1,0.1967,0.4928,0,1,1,1,1,1,0.121808223,0,0.122448936,1,1,1,1,1,0.105255522,0,0.24782382,1,1,1,1,1,0.460881591,0,0.482539874,0.48254707,0.482712766
-5904,1,0.133,1,1,1,1,1,1,1,1,0.0386,0.133,0,1,0.189,1,1,1,1,1,1,0.0977,0.189,0,1,0.4928,1,1,1,0.1737,0.4928,0,1,1,1,1,1,0.077028483,0,0.092870243,1,1,1,1,1,0.139780536,0,0.223367035,1,1,1,1,1,0.476826489,0,0.449311261,0.449333615,0.449468085
-5905,1,0.133,1,1,1,1,1,1,1,1,0.0438,0.133,0,1,0.1891,1,1,1,1,1,1,0.107,0.1891,0,1,0.4929,1,1,1,0.1785,0.4929,0,1,1,1,1,1,0.080872707,0,0.116741091,1,1,1,1,1,0.156935453,0,0.322492957,1,1,1,1,1,0.502251148,0,0.429917835,0.429870954,0.429964539
-5906,1,0.1331,1,1,1,1,1,1,1,1,0.0265,0.1331,0,1,0.1891,1,1,1,1,1,1,0.0923,0.1891,0,1,0.493,1,1,1,0.1697,0.493,0,1,1,1,1,1,0.056863334,0,0.134230733,1,1,1,1,1,0.138891041,0,0.351376176,1,1,1,1,1,0.441701233,0,0.420855486,0.420774275,0.421099291
-5907,1,0.1332,1,1,1,1,1,1,1,1,0.0172,0.1332,0,1,0.1891,1,1,1,1,1,1,0.0649,0.1891,0,1,0.493,1,1,1,0.1359,0.493,0,1,1,1,1,1,0.024581147,0,0.180860862,1,1,1,1,1,0.112580255,0,0.296782732,1,1,1,1,1,0.354414195,0,0.419284679,0.419293421,0.419326241
-5908,1,0.1332,1,1,1,1,1,1,1,1,0.0233,0.1332,0,1,0.1892,1,1,1,1,1,1,0.0214,0.1892,0,1,0.4931,1,1,1,0.1108,0.4931,0,1,1,1,1,1,0.022024971,0,0.272450387,1,1,1,1,1,0.055703826,0,0.343133003,1,1,1,1,1,0.297402769,0,0.429917835,0.429870954,0.429964539
-5909,1,0.1333,1,1,1,1,1,1,1,1,0.0256,0.1333,0,1,0.1892,1,1,1,1,1,1,0.0065,0.1892,0,1,0.4932,1,1,1,0.0598,0.4932,0,1,1,1,1,1,0.02618755,0,0.312968194,1,1,1,1,1,0.046040818,0,0.547219932,1,1,1,1,1,0.209627971,0,0.471544224,0.471757986,0.471631206
-5910,1,0.1333,1,1,1,1,1,1,1,1,0.0275,0.1333,0.0016,1,0.1892,1,1,1,1,1,1,0.0174,0.1892,0,1,0.4933,1,1,1,0.0334,0.4933,0.0229,1,1,1,1,1,0.026393751,0.002059166,0.354153305,1,1,1,1,1,0.046384562,0,0.361591399,1,1,1,1,1,0.105844781,0.240368515,0.547063799,0.547070023,0.546985816
-5911,1,0.1334,1,1,1,1,1,1,1,1,0.0327,0.1334,0.1026,1,0.1893,1,1,1,1,1,1,0.0141,0.1893,0.0933,1,0.4933,1,1,1,0.0564,0.4933,0.1591,1,1,1,1,1,0.049651962,0.132931024,0.317857146,1,1,1,1,1,0.044091139,0.149065286,0.454406023,1,1,1,1,1,0.136210829,0.448453486,0.601860802,0.601861646,0.601950355
-5912,1,0.1335,1,1,1,1,1,1,1,1,0.0412,0.1335,0.2383,1,0.1893,1,1,1,1,1,1,0.0025,0.1893,0.1411,1,0.4934,1,1,1,0.0466,0.4934,0.3238,1,1,1,1,1,0.035662323,0.293266296,0.375116348,1,1,1,1,1,0.017964277,0.222175017,0.523152649,1,1,1,1,1,0.076005034,0.465127349,0.631766554,0.63169029,0.632092199
-5913,1,0.1335,1,1,1,1,1,1,1,1,0.0332,0.1335,0.2923,1,0.1893,1,1,1,1,1,1,0,0.1893,0.2265,1,0.4935,1,1,1,0.1014,0.4935,0.4453,1,1,1,1,1,0.018781511,0.307130218,0.334002674,1,1,1,1,1,0.01319693,0.403856248,0.184528545,1,1,1,1,1,0.163666114,0.478392154,0.655993233,0.656018616,0.656471631
-5914,1,0.1336,1,1,1,1,1,1,1,1,0.0403,0.1336,0.4348,1,0.1894,1,1,1,1,1,1,0,0.1894,0.4349,1,0.4935,1,1,1,0.1644,0.4935,0.6125,1,1,1,1,1,0.01873095,0.52139163,0.305162609,1,1,1,1,1,0.012039986,0.695517361,0.316211283,1,1,1,1,1,0.237365499,0.727216899,0.675628323,0.675692828,0.675531915
-5915,1,0.1337,1,1,1,1,1,1,1,1,0.051,0.1337,0.3321,1,0.1894,1,1,1,1,1,1,0.0027,0.1894,0.3492,1,0.4936,1,1,1,0.1193,0.4936,0.4472,1,1,1,1,1,0.01474788,0.427658856,0.220023274,1,1,1,1,1,0.012003196,0.52513504,0.534668088,1,1,1,1,1,0.179421544,0.569439411,0.685657322,0.68563571,0.68572695
-5916,1,0.1337,1,1,1,1,1,1,1,1,0.0951,0.1337,0.3457,1,0.1894,1,1,1,1,1,1,0,0.1894,0.3748,1,0.4937,1,1,1,0.1466,0.4937,0.485,1,1,1,1,1,0.029809862,0.454464793,0.477332413,1,1,1,1,1,0.009133883,0.541748583,0.946963489,1,1,1,1,1,0.263896912,0.579710305,0.689765587,0.689866723,0.689716312
-5917,1,0.1338,1,1,1,1,1,1,1,1,0.0973,0.1338,0.3389,1,0.1895,1,1,1,1,1,1,0,0.1895,0.4087,1,0.4937,1,1,1,0.2286,0.4937,0.406,1,1,1,1,1,0.03360023,0.490730405,0.382985115,1,1,1,1,1,0.013290652,0.57322669,0.695969701,1,1,1,1,1,0.407462806,0.568841398,0.694478009,0.694732388,0.694592199
-5918,1,0.1338,1,1,1,1,1,1,1,1,0.1079,0.1338,0.3172,1,0.1895,1,1,1,1,1,1,0.0052,0.1895,0.4044,1,0.4938,1,1,1,0.251,0.4938,0.3591,1,1,1,1,1,0.038100228,0.473726392,0.405419201,1,1,1,1,1,0.032834806,0.511645198,0.37290448,1,1,1,1,1,0.401467621,0.499506503,0.693330111,0.693463084,0.693705674
-5919,1,0.1339,1,1,1,1,1,1,1,1,0.1249,0.1339,0.2741,1,0.1895,1,1,1,1,1,1,0,0.1895,0.3194,1,0.4939,1,1,1,0.1522,0.4939,0.2123,1,1,1,1,1,0.036905244,0.417119414,0.670969486,1,1,1,1,1,0.02236167,0.397033185,0.587242723,1,1,1,1,1,0.257097423,0.243198037,0.696109232,0.696213243,0.696365248
-5920,1,0.134,1,1,1,1,1,1,1,1,0.0953,0.134,0.1741,1,0.1896,1,1,1,1,1,1,0.0116,0.1896,0.1925,1,0.494,1,1,1,0.1179,0.494,0.1229,1,1,1,1,1,0.028406281,0.329648107,0.947867274,1,1,1,1,1,0.028038625,0.23450762,0.776349247,1,1,1,1,1,0.142588168,0.021662291,0.702332044,0.702348212,0.702570922
-5921,1,0.134,1,1,1,1,1,1,1,1,0.0855,0.134,0.0341,1,0.1896,1,1,1,1,1,1,0.0118,0.1896,0.0363,1,0.494,1,1,1,0.1498,0.494,0.0216,1,1,1,1,1,0.030062826,0.058232408,0.906766474,1,1,1,1,1,0.020634819,0.053937078,0.782727242,1,1,1,1,1,0.164691463,0.000319482,0.710125665,0.710175587,0.710549645
-5922,1,0.1341,1,1,1,1,1,1,1,1,0.0582,0.1341,0,1,0.1896,1,1,1,1,1,1,0,0.1896,0,1,0.4941,1,1,1,0.1109,0.4941,0,1,1,1,1,1,0.013716262,0,0.766251564,1,1,1,1,1,0.00148834,0,0.684468865,1,1,1,1,1,0.180208549,0,0.71242146,0.712502644,0.712765957
-5923,1,0.1342,1,1,1,1,1,1,1,1,0.0777,0.1342,0,1,0.1897,1,1,1,1,1,1,0,0.1897,0,1,0.4942,1,1,1,0.0719,0.4942,0,1,1,1,1,1,0.035436548,0,0.984688282,1,1,1,1,1,0.027068719,0,1,1,1,1,1,1,0.134593323,0,0.725169164,0.725195684,0.725620567
-5924,1,0.1342,1,1,1,1,1,1,1,1,0.0434,0.1342,0,1,0.1897,1,1,1,1,1,1,0.0093,0.1897,0,1,0.4942,1,1,1,0.1245,0.4942,0,1,1,1,1,1,0.030353412,0,0.984231234,1,1,1,1,1,0.029365337,0,1,1,1,1,1,1,0.192850381,0,0.71477767,0.714829702,0.71498227
-5925,1,0.1343,1,1,1,1,1,1,1,1,0.0795,0.1343,0,1,0.1897,1,1,1,1,1,1,0.0989,0.1897,0,1,0.4943,1,1,1,0.118,0.4943,0,1,1,1,1,1,0.089765109,0,1,1,1,1,1,1,0.131740153,0,1,1,1,1,1,1,0.224261001,0,0.672003383,0.672096467,0.671985816
-5926,1,0.1343,1,1,1,1,1,1,1,1,0.1218,0.1343,0,1,0.1898,1,1,1,1,1,1,0.0555,0.1898,0,1,0.4944,1,1,1,0.1025,0.4944,0,1,1,1,1,1,0.065041795,0,1,1,1,1,1,1,0.072232604,0,1,1,1,1,1,1,0.209753215,0,0.611708555,0.611804527,0.611702128
-5927,1,0.1344,1,1,1,1,1,1,1,1,0.1947,0.1344,0,1,0.1898,1,1,1,1,1,1,0.1779,0.1898,0,1,0.4944,1,1,1,0.0773,0.4944,0,1,1,1,1,1,0.138439372,0,1,1,1,1,1,1,0.222755417,0,1,1,1,1,1,1,0.15245983,0,0.557274045,0.557224455,0.557180851
-5928,1,0.1345,1,1,1,1,1,1,1,1,0.2216,0.1345,0,1,0.1898,1,1,1,1,1,1,0.1865,0.1898,0,1,0.4945,1,1,1,0.0656,0.4945,0,1,1,1,1,1,0.122220159,0,1,1,1,1,1,1,0.20628278,0,1,1,1,1,1,1,0.140912145,0,0.520239246,0.520414639,0.520390071
-5929,1,0.1345,1,1,1,1,1,1,1,1,0.373,0.1345,0,1,0.1899,1,1,1,1,1,1,0.25,0.1899,0,1,0.4946,1,1,1,0.1032,0.4946,0,1,1,1,1,1,0.230292439,0,1,1,1,1,1,1,0.2979258,0,1,1,1,1,1,1,0.225486115,0,0.499335428,0.499471123,0.499556738
-5930,1,0.1346,1,1,1,1,1,1,1,1,0.5172,0.1346,0,1,0.1899,1,1,1,1,1,1,0.4213,0.1899,0,1,0.4947,1,1,1,0.1332,0.4947,0,1,1,1,1,1,0.367994756,0,1,1,1,1,1,1,0.484765112,0,1,1,1,1,1,1,0.283267707,0,0.489246013,0.489316691,0.489361702
-5931,1,0.1347,1,1,1,1,1,1,1,1,0.4514,0.1347,0,1,0.1899,1,1,1,1,1,1,0.3949,0.1899,0,1,0.4947,1,1,1,0.1256,0.4947,0,1,1,1,1,1,0.373429954,0,1,1,1,1,1,1,0.452192068,0,1,1,1,1,1,1,0.206470907,0,0.487010633,0.486989634,0.48714539
-5932,1,0.1347,1,1,1,1,1,1,1,1,0.534,0.1347,0,1,0.19,1,1,1,1,1,1,0.418,0.19,0,1,0.4948,1,1,1,0.0958,0.4948,0,1,1,1,1,1,0.369426072,0,1,1,1,1,1,1,0.505342603,0,1,1,1,1,1,1,0.206908911,0,0.499395843,0.499471123,0.499556738
-5933,1,0.1348,1,1,1,1,1,1,1,1,0.5149,0.1348,0,1,0.19,1,1,1,1,1,1,0.4564,0.19,0,1,0.4949,1,1,1,0.1141,0.4949,0,1,1,1,1,1,0.361668885,0,1,1,1,1,1,1,0.532466292,0,1,1,1,1,1,1,0.272260666,0,0.543438859,0.543473662,0.543439716
-5934,1,0.1348,1,1,1,1,1,1,1,1,0.501,0.1348,0,1,0.19,1,1,1,1,1,1,0.2764,0.19,0,1,0.4949,1,1,1,0.1255,0.4949,0,1,1,1,1,1,0.319415838,0,1,1,1,1,1,1,0.287213206,0,1,1,1,1,1,1,0.266152799,0,0.624697922,0.624709118,0.624556738
-5935,1,0.1349,1,1,1,1,1,1,1,1,0.4703,0.1349,0.0732,1,0.1901,1,1,1,1,1,1,0.1479,0.1901,0.0657,1,0.495,1,1,1,0.1295,0.495,0.02,1,1,1,1,1,0.228522331,0.086366922,1,1,1,1,1,1,0.147373468,0.099372834,1,1,1,1,1,1,0.195122942,0.035166699,0.68318028,0.683308652,0.683510638
-5936,1,0.135,1,1,1,1,1,1,1,1,0.4117,0.135,0.1679,1,0.1901,1,1,1,1,1,1,0.1324,0.1901,0.1288,1,0.4951,1,1,1,0.1337,0.4951,0.2741,1,1,1,1,1,0.210369214,0.199451268,1,1,1,1,1,1,0.128676802,0.121381864,1,1,1,1,1,1,0.194944844,0.375549048,0.715260996,0.715252803,0.715425532
-5937,1,0.135,1,1,1,1,1,1,1,1,0.3521,0.135,0.2066,1,0.1901,1,1,1,1,1,1,0.1179,0.1901,0.1571,1,0.4951,1,1,1,0.1418,0.4951,0.4345,1,1,1,1,1,0.192685917,0.299786925,1,1,1,1,1,1,0.111728847,0.208395749,1,1,1,1,1,1,0.195005342,0.471944273,0.740635573,0.740638883,0.740691489
-5938,1,0.1351,1,1,1,1,1,1,1,1,0.2953,0.1351,0.2384,1,0.1902,1,1,1,1,1,1,0.1044,0.1902,0.1825,1,0.4952,1,1,1,0.1536,0.4952,0.4405,1,1,1,1,1,0.175729752,0.309527516,1,1,1,1,1,1,0.096459851,0.294428647,1,1,1,1,1,1,0.196243703,0.641349196,0.753322861,0.753543474,0.753546099
-5939,1,0.1352,1,1,1,1,1,1,1,1,0.2442,0.1352,0.2465,1,0.1902,1,1,1,1,1,1,0.0918,0.1902,0.2773,1,0.4953,1,1,1,0.1683,0.4953,0.4969,1,1,1,1,1,0.159870997,0.316515714,1,1,1,1,1,1,0.082719341,0.456101656,1,1,1,1,1,1,0.199098215,0.628600478,0.756887385,0.756928284,0.757092199
-5940,1,0.1352,1,1,1,1,1,1,1,1,0.1999,0.1352,0.3014,1,0.1902,1,1,1,1,1,1,0.08,0.1902,0.373,1,0.4953,1,1,1,0.1857,0.4953,0.5167,1,1,1,1,1,0.145476744,0.433055609,1,1,1,1,1,1,0.070423067,0.550242305,1,1,1,1,1,1,0.204480723,0.608240128,0.756101982,0.756082082,0.756205674
-5941,1,0.1353,1,1,1,1,1,1,1,1,0.1623,0.1353,0.3405,1,0.1903,1,1,1,1,1,1,0.0691,0.1903,0.3983,1,0.4954,1,1,1,0.206,0.4954,0.4825,1,1,1,1,1,0.132850707,0.494182676,1,1,1,1,1,1,0.059486873,0.593646407,1,1,1,1,1,1,0.213266969,0.602970004,0.761660222,0.76179395,0.761968085
-5942,1,0.1353,1,1,1,1,1,1,1,1,0.1328,0.1353,0.3923,1,0.1903,1,1,1,1,1,1,0.0589,0.1903,0.451,1,0.4955,1,1,1,0.2295,0.4955,0.4677,1,1,1,1,1,0.122335494,0.625758827,1,1,1,1,1,1,0.050038848,0.661570668,1,1,1,1,1,1,0.22630842,0.698595762,0.76739971,0.767505818,0.767730496
-5943,1,0.1354,1,1,1,1,1,1,1,1,0.0586,0.1354,0.3101,1,0.1903,1,1,1,1,1,1,0.0765,0.1903,0.3065,1,0.4956,1,1,1,0.2495,0.4956,0.3579,1,1,1,1,1,0.054683857,0.570139587,0.944267392,1,1,1,1,1,0.054319117,0.586981773,0.988973856,1,1,1,1,1,0.326271176,0.689636588,0.770057999,0.770044426,0.770390071
-5944,1,0.1355,1,1,1,1,1,1,1,1,0.0773,0.1355,0.1691,1,0.1904,1,1,1,1,1,1,0.1544,0.1904,0.2558,1,0.4956,1,1,1,0.2025,0.4956,0.2427,1,1,1,1,1,0.120395347,0.461558312,0.951584458,1,1,1,1,1,0.113252088,0.580477238,0.995649219,1,1,1,1,1,0.382681102,0.550985098,0.776824553,0.776814047,0.777039007
-5945,1,0.1355,1,1,1,1,1,1,1,1,0.06,0.1355,0.0711,1,0.1904,1,1,1,1,1,1,0.0534,0.1904,0.1138,1,0.4957,1,1,1,0.151,0.4957,0.0612,1,1,1,1,1,0.083444834,0.341441214,0.934746146,1,1,1,1,1,0.055209354,0.378247738,1,1,1,1,1,1,0.250031382,0.331110775,0.775857902,0.775756294,0.776152482
-5946,1,0.1356,1,1,1,1,1,1,1,1,0.0278,0.1356,0,1,0.1904,1,1,1,1,1,1,0.0325,0.1904,0,1,0.4958,1,1,1,0.0879,0.4958,0,1,1,1,1,1,0.023218421,0,0.715287924,1,1,1,1,1,0.039224498,0,1,1,1,1,1,1,0.179484233,0,0.761962301,0.7620055,0.761968085
-5947,1,0.1356,1,1,1,1,1,1,1,1,0.0021,0.1356,0,1,0.1905,1,1,1,1,1,1,0.0448,0.1905,0,1,0.4958,1,1,1,0.0428,0.4958,0,1,1,1,1,1,0.018810013,0,0.479520142,1,1,1,1,1,0.071068868,0,0.823661804,1,1,1,1,1,0.125326738,0,0.765164331,0.76517876,0.765514184
-5948,1,0.1357,1,1,1,1,1,1,1,1,0.0171,0.1357,0,1,0.1905,1,1,1,1,1,1,0.1205,0.1905,0,1,0.4959,1,1,1,0.106,0.4959,0,1,1,1,1,1,0.048839495,0,0.63966608,1,1,1,1,1,0.163017303,0,0.248451844,1,1,1,1,1,0.239557311,0,0.750181247,0.750158663,0.750443262
-5949,1,0.1358,1,1,1,1,1,1,1,1,0.0127,0.1358,0,1,0.1905,1,1,1,1,1,1,0.0965,0.1905,0,1,0.496,1,1,1,0.0716,0.496,0,1,1,1,1,1,0.041625228,0,0.283604562,1,1,1,1,1,0.130796701,0,0.054085344,1,1,1,1,1,0.161501408,0,0.696230063,0.696213243,0.696365248
-5950,1,0.1358,1,1,1,1,1,1,1,1,0.0129,0.1358,0,1,0.1906,1,1,1,1,1,1,0.0439,0.1906,0,1,0.496,1,1,1,0.0701,0.496,0,1,1,1,1,1,0.027883265,0,0.264105678,1,1,1,1,1,0.072561301,0,0.104057334,1,1,1,1,1,0.18073383,0,0.624214596,0.624286017,0.624556738
-5951,1,0.1359,1,1,1,1,1,1,1,1,0.0329,0.1359,0,1,0.1906,1,1,1,1,1,1,0.0786,0.1906,0,1,0.4961,1,1,1,0.0948,0.4961,0,1,1,1,1,1,0.031517662,0,0.219525144,1,1,1,1,1,0.110572629,0,0.151208907,1,1,1,1,1,0.246114179,0,0.559449009,0.559551513,0.559397163
-5952,1,0.136,1,1,1,1,1,1,1,1,0.0149,0.136,0,1,0.1906,1,1,1,1,1,1,0.0477,0.1906,0,1,0.4962,1,1,1,0.0849,0.4962,0,1,1,1,1,1,0.019867841,0,0.185272053,1,1,1,1,1,0.056957118,0,0.101969108,1,1,1,1,1,0.18882443,0,0.511539391,0.511529511,0.511524823
-5953,1,0.136,1,1,1,1,1,1,1,1,0.0068,0.136,0,1,0.1907,1,1,1,1,1,1,0.0593,0.1907,0,1,0.4963,1,1,1,0.0754,0.4963,0,1,1,1,1,1,0.013167127,0,0.241326898,1,1,1,1,1,0.077004775,0,0.077279322,1,1,1,1,1,0.151465267,0,0.481935718,0.481912418,0.481826241
-5954,1,0.1361,1,1,1,1,1,1,1,1,0.0053,0.1361,0,1,0.1907,1,1,1,1,1,1,0.0062,0.1907,0,1,0.4963,1,1,1,0.0919,0.4963,0,1,1,1,1,1,0.009082382,0,0.127287477,1,1,1,1,1,0.026197042,0,0.038459953,1,1,1,1,1,0.181984231,0,0.464958917,0.464988365,0.46498227
-5955,1,0.1361,1,1,1,1,1,1,1,1,0.0033,0.1361,0,1,0.1907,1,1,1,1,1,1,0,0.1907,0,1,0.4964,1,1,1,0.0712,0.4964,0,1,1,1,1,1,0.005643473,0,0.044953976,1,1,1,1,1,0.01664439,0,0.019971989,1,1,1,1,1,0.098383605,0,0.457709038,0.457795642,0.457890071
-5956,1,0.1362,1,1,1,1,1,1,1,1,0,0.1362,0,1,0.1908,1,1,1,1,1,1,0,0.1908,0,1,0.4965,1,1,1,0.0375,0.4965,0,1,1,1,1,1,0.002623653,0,0.024067208,1,1,1,1,1,0.006774634,0,0.013601832,1,1,1,1,1,0.038634833,0,0.464656839,0.464776814,0.464539007
-5957,1,0.1363,1,1,1,1,1,1,1,1,0,0.1363,0,1,0.1908,1,1,1,1,1,1,0,0.1908,0,1,0.4965,1,1,1,0.033,0.4965,0,1,1,1,1,1,0.000483813,0,0.023009125,1,1,1,1,1,0.006527248,0,0.008905236,1,1,1,1,1,0.024764199,0,0.50181247,0.501798181,0.502216312
-5958,1,0.1363,1,1,1,1,1,1,1,1,0,0.1363,0.0291,1,0.1908,1,1,1,1,1,1,0.0027,0.1908,0.0211,1,0.4966,1,1,1,0.0429,0.4966,0.0114,1,1,1,1,1,0.000304776,0.123580031,0.019330844,1,1,1,1,1,0.016243782,0.11636962,0,1,1,1,1,1,0.022988198,0.085995264,0.569296762,0.569282843,0.569592199
-5959,1,0.1364,1,1,1,1,1,1,1,1,0,0.1364,0.1833,1,0.1909,1,1,1,1,1,1,0.0031,0.1909,0.1874,1,0.4967,1,1,1,0.0298,0.4967,0.1546,1,1,1,1,1,6.13E-05,0.358814359,0.047075283,1,1,1,1,1,0.013831247,0.357382953,0,1,1,1,1,1,0.005698724,0.302329183,0.619623006,0.619631902,0.619680851
-5960,1,0.1365,1,1,1,1,1,1,1,1,0,0.1365,0.3117,1,0.1909,1,1,1,1,1,1,0,0.1909,0.2569,1,0.4967,1,1,1,0.0314,0.4967,0.2627,1,1,1,1,1,0,0.465008944,0.012487499,1,1,1,1,1,0.003823507,0.313989997,0,1,1,1,1,1,0.005617807,0.490541995,0.649045433,0.649037444,0.649379433
-5961,1,0.1365,1,1,1,1,1,1,1,1,0,0.1365,0.4065,1,0.1909,1,1,1,1,1,1,0,0.1909,0.3506,1,0.4968,1,1,1,0.0264,0.4968,0.447,1,1,1,1,1,0,0.521941125,0.020607334,1,1,1,1,1,5.96E-06,0.46344921,0,1,1,1,1,1,0.006229387,0.712670505,0.673695022,0.673577322,0.673758865
-5962,1,0.1366,1,1,1,1,1,1,1,1,0.0056,0.1366,0.4223,1,0.191,1,1,1,1,1,1,0,0.191,0.3533,1,0.4969,1,1,1,0.0408,0.4969,0.5246,1,1,1,1,1,0.004389509,0.506582737,0.04749329,1,1,1,1,1,0,0.472142935,0,1,1,1,1,1,0.004438029,0.686561108,0.696592557,0.696636344,0.696808511
-5963,1,0.1366,1,1,1,1,1,1,1,1,0.0134,0.1366,0.4042,1,0.191,1,1,1,1,1,1,0,0.191,0.3779,1,0.497,1,1,1,0.0286,0.497,0.6181,1,1,1,1,1,0.005197558,0.548367858,0.034554631,1,1,1,1,1,0,0.542437911,0,1,1,1,1,1,0.003888529,0.600078225,0.710306912,0.710387138,0.710549645
-5964,1,0.1367,1,1,1,1,1,1,1,1,0.0134,0.1367,0.4151,1,0.191,1,1,1,1,1,1,0,0.191,0.4124,1,0.497,1,1,1,0.0345,0.497,0.5332,1,1,1,1,1,0.000567326,0.561560929,0.041288555,1,1,1,1,1,0,0.627911866,0.04128927,1,1,1,1,1,0.003903295,0.578067124,0.716771387,0.716733658,0.717198582
-5965,1,0.1368,1,1,1,1,1,1,1,1,0.0429,0.1368,0.5723,1,0.1911,1,1,1,1,1,1,0.0016,0.1911,0.5579,1,0.4971,1,1,1,0.0312,0.4971,0.5245,1,1,1,1,1,0.009951531,0.717249632,0.009462653,1,1,1,1,1,0.008812679,0.834169805,0,1,1,1,1,1,0.003880593,0.527032971,0.732237796,0.732388407,0.732269504
-5966,1,0.1368,1,1,1,1,1,1,1,1,0.0595,0.1368,0.42,1,0.1911,1,1,1,1,1,1,0.0047,0.1911,0.4595,1,0.4972,1,1,1,0.0242,0.4972,0.5284,1,1,1,1,1,0.013655808,0.57770133,0.016905699,1,1,1,1,1,0.006023961,0.59742862,0,1,1,1,1,1,0.002945176,0.569603324,0.744200097,0.744235244,0.744680851
-5967,1,0.1369,1,1,1,1,1,1,1,1,0.1101,0.1369,0.3031,1,0.1911,1,1,1,1,1,1,0.0447,0.1911,0.3614,1,0.4972,1,1,1,0.0166,0.4972,0.3663,1,1,1,1,1,0.031230699,0.454265654,0.045591258,1,1,1,1,1,0.04134614,0.497934878,0,1,1,1,1,1,0.011067774,0.488136202,0.750060416,0.750158663,0.750443262
-5968,1,0.137,1,1,1,1,1,1,1,1,0.1285,0.137,0.208,1,0.1912,1,1,1,1,1,1,0.0236,0.1912,0.2101,1,0.4973,1,1,1,0.0134,0.4973,0.1759,1,1,1,1,1,0.03728161,0.364834994,0.023397695,1,1,1,1,1,0.028908219,0.331563592,0,1,1,1,1,1,0.009209049,0.305673063,0.750543741,0.750793315,0.750886525
-5969,1,0.137,1,1,1,1,1,1,1,1,0.0665,0.137,0.0589,1,0.1912,1,1,1,1,1,1,0.0117,0.1912,0.0484,1,0.4974,1,1,1,0.013,0.4974,0.0503,1,1,1,1,1,0.0344055,0.124025799,0.006887906,1,1,1,1,1,0.019706536,0.092220061,0,1,1,1,1,1,0.013804009,0.088364087,0.740877235,0.740850434,0.741134752
-5970,1,0.1371,1,1,1,1,1,1,1,1,0.0929,0.1371,0,1,0.1912,1,1,1,1,1,1,0.0031,0.1912,0,1,0.4974,1,1,1,0.0287,0.4974,0,1,1,1,1,1,0.060429662,0,0.027498685,1,1,1,1,1,0.008803165,0,0,1,1,1,1,1,0.08981844,0,0.726739971,0.726676539,0.726950355
-5971,1,0.1371,1,1,1,1,1,1,1,1,0.1494,0.1371,0,1,0.1913,1,1,1,1,1,1,0.0122,0.1913,0,1,0.4975,1,1,1,0.0694,0.4975,0,1,1,1,1,1,0.184030995,0,0.069434009,1,1,1,1,1,0.028459081,0,0.017873561,1,1,1,1,1,0.224893793,0,0.740514741,0.740638883,0.740691489
-5972,1,0.1372,1,1,1,1,1,1,1,1,0.1055,0.1372,0,1,0.1913,1,1,1,1,1,1,0.0042,0.1913,0,1,0.4976,1,1,1,0.0294,0.4976,0,1,1,1,1,1,0.12487901,0,0.068475574,1,1,1,1,1,0.009555542,0,0.030442674,1,1,1,1,1,0.095137991,0,0.730364911,0.730484451,0.730496454
-5973,1,0.1373,1,1,1,1,1,1,1,1,0.0868,0.1373,0,1,0.1913,1,1,1,1,1,1,0.0904,0.1913,0,1,0.4976,1,1,1,0.0233,0.4976,0,1,1,1,1,1,0.088014461,0,0.080878749,1,1,1,1,1,0.101077721,0,0.014940837,1,1,1,1,1,0.09359993,0,0.681246979,0.681404696,0.681294326
-5974,1,0.1373,1,1,1,1,1,1,1,1,0.1109,0.1373,0,1,0.1914,1,1,1,1,1,1,0.1231,0.1914,0,1,0.4977,1,1,1,0.0337,0.4977,0,1,1,1,1,1,0.103047058,0,0.032123711,1,1,1,1,1,0.129430011,0,0,1,1,1,1,1,0.148312792,0,0.614125181,0.614131585,0.614361702
-5975,1,0.1374,1,1,1,1,1,1,1,1,0.093,0.1374,0,1,0.1914,1,1,1,1,1,1,0.1661,0.1914,0,1,0.4978,1,1,1,0.0275,0.4978,0,1,1,1,1,1,0.078244023,0,0.059068274,1,1,1,1,1,0.163503364,0,0.012567801,1,1,1,1,1,0.090896346,0,0.552803287,0.552781891,0.552748227
-5976,1,0.1375,1,1,1,1,1,1,1,1,0.0703,0.1375,0,1,0.1914,1,1,1,1,1,1,0.1381,0.1914,0,1,0.4979,1,1,1,0.0205,0.4979,0,1,1,1,1,1,0.070897885,0,0.036388308,1,1,1,1,1,0.142078087,0,0,1,1,1,1,1,0.046557847,0,0.510210246,0.510260207,0.510638298
-5977,1,0.1375,1,1,1,1,1,1,1,1,0.0664,0.1375,0,1,0.1915,1,1,1,1,1,1,0.109,0.1915,0,1,0.4979,1,1,1,0.0411,0.4979,0,1,1,1,1,1,0.072409943,0,0.026423514,1,1,1,1,1,0.118798241,0,0,1,1,1,1,1,0.066204026,0,0.48398985,0.484027925,0.484042553
-5978,1,0.1376,1,1,1,1,1,1,1,1,0.0371,0.1376,0,1,0.1915,1,1,1,1,1,1,0.1453,0.1915,0,1,0.498,1,1,1,0.0744,0.498,0,1,1,1,1,1,0.042199798,0,0.003798511,1,1,1,1,1,0.117930807,0,0,1,1,1,1,1,0.159532696,0,0.468160947,0.468161625,0.468085106
-5979,1,0.1376,1,1,1,1,1,1,1,1,0.0305,0.1376,0,1,0.1915,1,1,1,1,1,1,0.2383,0.1915,0,1,0.4981,1,1,1,0.0895,0.4981,0,1,1,1,1,1,0.036882583,0,0.003186311,1,1,1,1,1,0.179172128,0,0,1,1,1,1,1,0.191341802,0,0.460367327,0.460545801,0.460549645
-5980,1,0.1377,1,1,1,1,1,1,1,1,0.046,0.1377,0,1,0.1916,1,1,1,1,1,1,0.0505,0.1916,0,1,0.4981,1,1,1,0.0846,0.4981,0,1,1,1,1,1,0.055530336,0,0.028958339,1,1,1,1,1,0.064155534,0,0.03532749,1,1,1,1,1,0.21950002,0,0.468523441,0.468584726,0.468528369
-5981,1,0.1378,1,1,1,1,1,1,1,1,0.052,0.1378,0,1,0.1916,1,1,1,1,1,1,0.0597,0.1916,0,1,0.4982,1,1,1,0.084,0.4982,0,1,1,1,1,1,0.077730529,0,0.023053024,1,1,1,1,1,0.072313786,0,0.084491104,1,1,1,1,1,0.277967066,0,0.506766554,0.506663846,0.506648936
-5982,1,0.1378,1,1,1,1,1,1,1,1,0.0396,0.1378,0.0156,1,0.1916,1,1,1,1,1,1,0.0387,0.1916,0.0104,1,0.4983,1,1,1,0.0747,0.4983,0.0122,1,1,1,1,1,0.092917517,0.102800414,0,1,1,1,1,1,0.052261163,0.091637596,0,1,1,1,1,1,0.271518379,0.235502526,0.575277912,0.575417813,0.57535461
-5983,1,0.1379,1,1,1,1,1,1,1,1,0.0289,0.1379,0.1777,1,0.1917,1,1,1,1,1,1,0.019,0.1917,0.182,1,0.4983,1,1,1,0.0858,0.4983,0.1842,1,1,1,1,1,0.054429609,0.424200326,0.007863286,1,1,1,1,1,0.014999962,0.458674043,0.048335604,1,1,1,1,1,0.347762883,0.611143053,0.628020783,0.628093928,0.628102837
-5984,1,0.138,1,1,1,1,1,1,1,1,0.0136,0.138,0.3414,1,0.1917,1,1,1,1,1,1,0,0.1917,0.3132,1,0.4984,1,1,1,0.0415,0.4984,0.3851,1,1,1,1,1,0.021973809,0.640088022,0.069944344,1,1,1,1,1,0.007060204,0.643333912,0.149048969,1,1,1,1,1,0.148049757,0.816150188,0.66481392,0.664692194,0.664893617
-5985,1,0.138,1,1,1,1,1,1,1,1,0.0051,0.138,0.4545,1,0.1917,1,1,1,1,1,1,0,0.1917,0.441,1,0.4985,1,1,1,0.0177,0.4985,0.5391,1,1,1,1,1,0.015129083,0.694108725,0.119302124,1,1,1,1,1,2.74E-05,0.73991549,0.001774869,1,1,1,1,1,0.07126072,0.878459036,0.699552924,0.699809604,0.699911348
-5986,1,0.1381,1,1,1,1,1,1,1,1,0.0052,0.1381,0.5332,1,0.1918,1,1,1,1,1,1,0,0.1918,0.5768,1,0.4986,1,1,1,0.0067,0.4986,0.6514,1,1,1,1,1,0.002366751,0.770029902,0.082650892,1,1,1,1,1,0.000161997,0.825179577,0.027819112,1,1,1,1,1,0.026639383,0.898364782,0.733627356,0.733657711,0.734042553
-5987,1,0.1381,1,1,1,1,1,1,1,1,0.0293,0.1381,0.5542,1,0.1918,1,1,1,1,1,1,0.0014,0.1918,0.5987,1,0.4986,1,1,1,0.0125,0.4986,0.6601,1,1,1,1,1,0.009054823,0.765254617,0.088944927,1,1,1,1,1,0.002190965,0.853678524,0.089170687,1,1,1,1,1,0.046494793,0.899227917,0.765466409,0.765601862,0.765957447
-5988,1,0.1382,1,1,1,1,1,1,1,1,0.0473,0.1382,0.5877,1,0.1918,1,1,1,1,1,1,0.0008,0.1918,0.6058,1,0.4987,1,1,1,0.0178,0.4987,0.6122,1,1,1,1,1,0.022993993,0.780810714,0.098923154,1,1,1,1,1,0.009599008,0.830108702,0.129509166,1,1,1,1,1,0.076003499,0.842093945,0.787820203,0.787814682,0.788120567
-5989,1,0.1383,1,1,1,1,1,1,1,1,0.0408,0.1383,0.5931,1,0.1919,1,1,1,1,1,1,0.0019,0.1919,0.5975,1,0.4988,1,1,1,0.0109,0.4988,0.5883,1,1,1,1,1,0.018590689,0.823780775,0.07489486,1,1,1,1,1,0.026125096,0.816614926,0.086955242,1,1,1,1,1,0.026900506,0.896087945,0.807696955,0.807700444,0.808067376
-5990,1,0.1383,1,1,1,1,1,1,1,1,0.072,0.1383,0.5437,1,0.1919,1,1,1,1,1,1,0.0172,0.1919,0.5655,1,0.4988,1,1,1,0.0316,0.4988,0.5636,1,1,1,1,1,0.021013908,0.829051197,0.025363509,1,1,1,1,1,0.028400769,0.799843132,0.053967282,1,1,1,1,1,0.071271792,0.852163017,0.822015466,0.82208589,0.822251773
-5991,1,0.1384,1,1,1,1,1,1,1,1,0.1254,0.1384,0.4321,1,0.1919,1,1,1,1,1,1,0.0018,0.1919,0.4518,1,0.4989,1,1,1,0.0152,0.4989,0.4374,1,1,1,1,1,0.021364611,0.77479136,0.065937668,1,1,1,1,1,0.021797378,0.780996919,0.074759424,1,1,1,1,1,0.035785303,0.787520885,0.828359111,0.82843241,0.828900709
-5992,1,0.1385,1,1,1,1,1,1,1,1,0.2055,0.1385,0.2742,1,0.192,1,1,1,1,1,1,0,0.192,0.3123,1,0.499,1,1,1,0.0068,0.499,0.2694,1,1,1,1,1,0.043151043,0.640737414,0.137817502,1,1,1,1,1,0.043287195,0.659892976,0.101069115,1,1,1,1,1,0.019422833,0.61573118,0.828117448,0.828220859,0.828457447
-5993,1,0.1385,1,1,1,1,1,1,1,1,0.1029,0.1385,0.0898,1,0.192,1,1,1,1,1,1,0,0.192,0.1255,1,0.499,1,1,1,0.0083,0.499,0.0799,1,1,1,1,1,0.017360311,0.35890004,0.176832557,1,1,1,1,1,0.026721463,0.405255318,0.252146065,1,1,1,1,1,0.018496338,0.397576898,0.810234413,0.810239052,0.810283688
-5994,1,0.1386,1,1,1,1,1,1,1,1,0.0886,0.1386,0,1,0.192,1,1,1,1,1,1,0,0.192,0,1,0.4991,1,1,1,0.018,0.4991,0,1,1,1,1,1,0.021828212,0,0.101047449,1,1,1,1,1,0.020349441,0,0.249583274,1,1,1,1,1,0.026352873,0,0.78298695,0.782949016,0.783244681
-5995,1,0.1386,1,1,1,1,1,1,1,1,0.0448,0.1386,0,1,0.1921,1,1,1,1,1,1,0.0925,0.1921,0,1,0.4992,1,1,1,0.0439,0.4992,0,1,1,1,1,1,0.018395089,0,0.042895794,1,1,1,1,1,0.090662338,0,0.108683251,1,1,1,1,1,0.046838198,0,0.783349444,0.783372118,0.783687943
-5996,1,0.1387,1,1,1,1,1,1,1,1,0.0667,0.1387,0,1,0.1921,1,1,1,1,1,1,0.0836,0.1921,0,1,0.4993,1,1,1,0.0548,0.4993,0,1,1,1,1,1,0.028573651,0,0.080336355,1,1,1,1,1,0.098002255,0,0.048257858,1,1,1,1,1,0.068295203,0,0.766735138,0.766659615,0.766843972
-5997,1,0.1388,1,1,1,1,1,1,1,1,0.0452,0.1388,0,1,0.1921,1,1,1,1,1,1,0.0105,0.1921,0,1,0.4993,1,1,1,0.0424,0.4993,0,1,1,1,1,1,0.039511546,0,0.075490654,1,1,1,1,1,0.072646141,0,0.119761527,1,1,1,1,1,0.078796446,0,0.720456742,0.72054157,0.720744681
-5998,1,0.1388,1,1,1,1,1,1,1,1,0.1527,0.1388,0,1,0.1922,1,1,1,1,1,1,0.0231,0.1922,0,1,0.4994,1,1,1,0.0615,0.4994,0,1,1,1,1,1,0.139827818,0,0.119851753,1,1,1,1,1,0.072293758,0,0.161595821,1,1,1,1,1,0.086367652,0,0.659195263,0.659191876,0.659574468
-5999,1,0.1389,1,1,1,1,1,1,1,1,0.0901,0.1389,0,1,0.1922,1,1,1,1,1,1,0,0.1922,0,1,0.4995,1,1,1,0.0477,0.4995,0,1,1,1,1,1,0.101670042,0,0.144589305,1,1,1,1,1,0.035052162,0,0.144659162,1,1,1,1,1,0.073491931,0,0.597087965,0.596995981,0.597074468
-6000,1,0.139,1,1,1,1,1,1,1,1,0.1662,0.139,0,1,0.1922,1,1,1,1,1,1,0.0459,0.1922,0,1,0.4995,1,1,1,0.0678,0.4995,0,1,1,1,1,1,0.142270789,0,0.272694886,1,1,1,1,1,0.099078201,0,0.451789558,1,1,1,1,1,0.133135334,0,0.550024166,0.550031733,0.550088652
-6001,1,0.139,1,1,1,1,1,1,1,1,0.1725,0.139,0,1,0.1923,1,1,1,1,1,1,0.1051,0.1923,0,1,0.4996,1,1,1,0.06,0.4996,0,1,1,1,1,1,0.174543083,0,0.421237111,1,1,1,1,1,0.132789373,0,0.352283776,1,1,1,1,1,0.182319686,0,0.518608023,0.518722234,0.519060284
-6002,1,0.1391,1,1,1,1,1,1,1,1,0.263,0.1391,0,1,0.1923,1,1,1,1,1,1,0.1314,0.1923,0,1,0.4997,1,1,1,0.1112,0.4997,0,1,1,1,1,1,0.264144421,0,0.460700244,1,1,1,1,1,0.212689102,0,0.267158926,1,1,1,1,1,0.326134741,0,0.499758337,0.499894225,0.5
-6003,1,0.1391,1,1,1,1,1,1,1,1,0.2888,0.1391,0,1,0.1923,1,1,1,1,1,1,0.1775,0.1923,0,1,0.4997,1,1,1,0.1388,0.4997,0,1,1,1,1,1,0.317258775,0,0.32569623,1,1,1,1,1,0.227030963,0,0.437097102,1,1,1,1,1,0.374296129,0,0.489306428,0.489316691,0.489361702
-6004,1,0.1392,1,1,1,1,1,1,1,1,0.2439,0.1392,0,1,0.1924,1,1,1,1,1,1,0.1181,0.1924,0,1,0.4998,1,1,1,0.1854,0.4998,0,1,1,1,1,1,0.236760184,0,0.31124109,1,1,1,1,1,0.181682378,0,0.35007596,1,1,1,1,1,0.4652794,0,0.487554374,0.487624286,0.487588652
-6005,1,0.1393,1,1,1,1,1,1,1,1,0.1321,0.1393,0,1,0.1924,1,1,1,1,1,1,0.1452,0.1924,0,1,0.4999,1,1,1,0.1724,0.4999,0,1,1,1,1,1,0.138028443,0,0.226705596,1,1,1,1,1,0.191113085,0,0.286235332,1,1,1,1,1,0.41775766,0,0.50181247,0.501798181,0.502216312
-6006,1,0.1393,1,1,1,1,1,1,1,1,0.1705,0.1393,0.0115,1,0.1924,1,1,1,1,1,1,0.1646,0.1924,0.0229,1,0.4999,1,1,1,0.1537,0.4999,0.0067,1,1,1,1,1,0.221906975,0.117262945,0.176943585,1,1,1,1,1,0.187543839,0.055482075,0.281052649,1,1,1,1,1,0.431357473,0.006247377,0.523682939,0.52379945,0.523492908
-6007,1,0.1394,1,1,1,1,1,1,1,1,0.182,0.1394,0.1767,1,0.1925,1,1,1,1,1,1,0.14,0.1925,0.1488,1,0.5,1,1,1,0.2054,0.5,0.0856,1,1,1,1,1,0.208804697,0.341635019,0.236427605,1,1,1,1,1,0.150320962,0.25512749,0.168065727,1,1,1,1,1,0.466437459,0.315279186,0.560536491,0.560609266,0.56072695
-6008,1,0.1394,1,1,1,1,1,1,1,1,0.2374,0.1394,0.3089,1,0.1925,1,1,1,1,1,1,0.2581,0.1925,0.2908,1,0.5,1,1,1,0.365,0.5,0.2128,1,1,1,1,1,0.323783875,0.459548593,0.240054533,1,1,1,1,1,0.293893784,0.431467772,0.335571468,1,1,1,1,1,0.589317203,0.413381189,0.614789754,0.614766237,0.614804965
-6009,1,0.1394,1,1,1,1,1,1,1,1,0.2331,0.1394,0.4449,1,0.1925,1,1,1,1,1,1,0.2784,0.1925,0.4346,1,0.5,1,1,1,0.4839,0.5,0.2725,1,1,1,1,1,0.339126289,0.632744253,0.178052217,1,1,1,1,1,0.326298624,0.628556252,0.357297927,1,1,1,1,1,0.673391223,0.39873603,0.660161914,0.66024963,0.660460993
-6010,1,0.1394,1,1,1,1,1,1,1,1,0.3766,0.1394,0.5362,1,0.1925,1,1,1,1,1,1,0.5268,0.1925,0.5418,1,0.5,1,1,1,0.5577,0.5,0.3764,1,1,1,1,1,0.516341031,0.720212162,0.206216902,1,1,1,1,1,0.54102093,0.776270628,0.486754954,1,1,1,1,1,0.700201929,0.477645606,0.693390527,0.693463084,0.693705674
-6011,1,0.1394,1,1,1,1,1,1,1,1,0.4994,0.1394,0.57,1,0.1925,1,1,1,1,1,1,0.4674,0.1925,0.4529,1,0.5,1,1,1,0.5513,0.5,0.4495,1,1,1,1,1,0.600580812,0.805724204,0.444039911,1,1,1,1,1,0.540727735,0.61908114,1,1,1,1,1,1,0.655125916,0.716072977,0.711636056,0.711656442,0.711879433
-6012,1,0.1394,1,1,1,1,1,1,1,1,0.6019,0.1394,0.5135,1,0.1925,1,1,1,1,1,1,0.4697,0.1925,0.4359,1,0.5,1,1,1,0.62,0.5,0.3783,1,1,1,1,1,0.622774959,0.704189241,0.839558661,1,1,1,1,1,0.571571946,0.647052824,1,1,1,1,1,1,0.688858747,0.779904962,0.720940068,0.720964671,0.721187943
-6013,1,0.1394,1,1,1,1,1,1,1,1,0.6425,0.1394,0.2195,1,0.1925,1,1,1,1,1,1,0.5728,0.1925,0.2553,1,0.5,1,1,1,0.7235,0.5,0.3014,1,1,1,1,1,0.692257345,0.315516144,0.973973572,1,1,1,1,1,0.628952622,0.340657592,1,1,1,1,1,1,0.82493788,0.328341186,0.722692122,0.722657076,0.722960993
-6014,1,0.1394,1,1,1,1,1,1,1,1,0.6703,0.1394,0.4304,1,0.1925,1,1,1,1,1,1,0.5061,0.1925,0.4062,1,0.5,1,1,1,0.83,0.5,0.3896,1,1,1,1,1,0.692470908,0.553966999,1,1,1,1,1,1,0.621869683,0.5386886,1,1,1,1,1,1,0.874476969,0.771176517,0.721242146,0.721176222,0.721631206
-6015,1,0.1394,1,1,1,1,1,1,1,1,0.5848,0.1394,0.3597,1,0.1925,1,1,1,1,1,1,0.4159,0.1925,0.3526,1,0.5,1,1,1,0.8511,0.5,0.3054,1,1,1,1,1,0.501482964,0.548487961,1,1,1,1,1,1,0.537974,0.540819168,1,1,1,1,1,1,0.884032428,0.609794974,0.719188014,0.719060715,0.719414894
-6016,1,0.1394,1,1,1,1,1,1,1,1,0.7101,0.1394,0.2144,1,0.1925,1,1,1,1,1,1,0.3319,0.1925,0.1845,1,0.5,1,1,1,0.8687,0.5,0.1427,1,1,1,1,1,0.653491855,0.407101333,1,1,1,1,1,1,0.444016606,0.241087824,1,1,1,1,1,1,0.892572701,0.510101259,0.718704688,0.718637614,0.718971631
-6017,1,0.1394,1,1,1,1,1,1,1,1,0.6876,0.1394,0.0314,1,0.1925,1,1,1,1,1,1,0.2988,0.1925,0.0227,1,0.5,1,1,1,0.8475,0.5,0.0119,1,1,1,1,1,0.584894836,0.065185234,1,1,1,1,1,1,0.337596536,0.021789953,1,1,1,1,1,1,0.881177306,0.175864488,0.718221363,0.718214512,0.718528369
-6018,1,0.1394,1,1,1,1,1,1,1,1,0.6239,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1861,0.1925,0,1,0.5,1,1,1,0.8136,0.5,0,1,1,1,1,1,0.425092578,0,1,1,1,1,1,1,0.257384837,0,1,1,1,1,1,1,0.869086564,0,0.719248429,0.719272266,0.719414894
-6019,1,0.1394,1,1,1,1,1,1,1,1,0.6,0.1394,0,1,0.1925,1,1,1,1,1,1,0.047,0.1925,0,1,0.5,1,1,1,0.7526,0.5,0,1,1,1,1,1,0.492502183,0,1,1,1,1,1,1,0.093047433,0,1,1,1,1,1,1,0.88769412,0,0.72341711,0.723291728,0.723847518
-6020,1,0.1394,1,1,1,1,1,1,1,1,0.5793,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0531,0.1925,0,1,0.5,1,1,1,0.7858,0.5,0,1,1,1,1,1,0.442642272,0,1,1,1,1,1,1,0.065541267,0,1,1,1,1,1,1,0.87024492,0,0.701667472,0.70171356,0.70212766
-6021,1,0.1394,1,1,1,1,1,1,1,1,0.2321,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0142,0.1925,0,1,0.5,1,1,1,0.7444,0.5,0,1,1,1,1,1,0.118143365,0,1,1,1,1,1,1,0.024681844,0,1,1,1,1,1,1,0.803373039,0,0.65979942,0.659614978,0.66001773
-6022,1,0.1394,1,1,1,1,1,1,1,1,0.1256,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1282,0.1925,0,1,0.5,1,1,1,0.6535,0.5,0,1,1,1,1,1,0.071695447,0,1,1,1,1,1,1,0.114611469,0,1,1,1,1,1,1,0.69526583,0,0.600410826,0.600380791,0.600620567
-6023,1,0.1394,1,1,1,1,1,1,1,1,0.1982,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2164,0.1925,0,1,0.5,1,1,1,0.5561,0.5,0,1,1,1,1,1,0.252884477,0,0.964363039,1,1,1,1,1,0.203218788,0,0.380767286,1,1,1,1,1,0.58016783,0,0.539028516,0.539031098,0.539007092
-6024,1,0.1394,1,1,1,1,1,1,1,1,0.2326,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2934,0.1925,0,1,0.5,1,1,1,0.522,0.5,0,1,1,1,1,1,0.329701245,0,0.771039307,1,1,1,1,1,0.269604594,0,0.187064931,1,1,1,1,1,0.669675529,0,0.493716771,0.493759255,0.493794326
-6025,1,0.1394,1,1,1,1,1,1,1,1,0.2116,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1275,0.1925,0,1,0.5,1,1,1,0.3746,0.5,0,1,1,1,1,1,0.277370751,0,0.65467912,1,1,1,1,1,0.127277374,0,0.28100577,1,1,1,1,1,0.523932993,0,0.46338811,0.463295959,0.463652482
-6026,1,0.1394,1,1,1,1,1,1,1,1,0.1275,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1093,0.1925,0,1,0.5,1,1,1,0.3247,0.5,0,1,1,1,1,1,0.177121028,0,0.338238299,1,1,1,1,1,0.112711832,0,0.38052386,1,1,1,1,1,0.547805905,0,0.441638473,0.441717791,0.441489362
-6027,1,0.1394,1,1,1,1,1,1,1,1,0.1293,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1473,0.1925,0,1,0.5,1,1,1,0.2456,0.5,0,1,1,1,1,1,0.181966156,0,0.136732996,1,1,1,1,1,0.153315142,0,0.207187176,1,1,1,1,1,0.539690793,0,0.428951184,0.428813201,0.429078014
-6028,1,0.1394,1,1,1,1,1,1,1,1,0.0956,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1807,0.1925,0,1,0.5,1,1,1,0.1532,0.5,0,1,1,1,1,1,0.149742231,0,0.079691082,1,1,1,1,1,0.190575138,0,0.083061785,1,1,1,1,1,0.401127756,0,0.423392943,0.423312883,0.423315603
-6029,1,0.1394,1,1,1,1,1,1,1,1,0.0738,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1356,0.1925,0,1,0.5,1,1,1,0.1131,0.5,0,1,1,1,1,1,0.113218963,0,0.060098767,1,1,1,1,1,0.131537497,0,0.070504718,1,1,1,1,1,0.298578799,0,0.427440793,0.427543897,0.427748227
-6030,1,0.1394,1,1,1,1,1,1,1,1,0.0699,0.1394,0.001,1,0.1925,1,1,1,1,1,1,0.0707,0.1925,0.003,1,0.5,1,1,1,0.1296,0.5,0.0049,1,1,1,1,1,0.078904249,0.002765674,0.144085303,1,1,1,1,1,0.063846797,0.032806188,0.121990845,1,1,1,1,1,0.326773942,0.008787628,0.437711455,0.437909879,0.437943262
-6031,1,0.1394,1,1,1,1,1,1,1,1,0.0482,0.1394,0.1336,1,0.1925,1,1,1,1,1,1,0.045,0.1925,0.1512,1,0.5,1,1,1,0.1279,0.5,0.1705,1,1,1,1,1,0.064226419,0.289121717,0.133341789,1,1,1,1,1,0.05355433,0.466085106,0.031282201,1,1,1,1,1,0.311639339,0.199413866,0.458977767,0.458853395,0.459219858
-6032,1,0.1394,1,1,1,1,1,1,1,1,0.0331,0.1394,0.2726,1,0.1925,1,1,1,1,1,1,0.0209,0.1925,0.3599,1,0.5,1,1,1,0.1311,0.5,0.3234,1,1,1,1,1,0.051407803,0.531296372,0.104293585,1,1,1,1,1,0.021341253,0.771223664,0.057785083,1,1,1,1,1,0.304567456,0.350069314,0.496314645,0.496297863,0.496453901
-6033,1,0.1394,1,1,1,1,1,1,1,1,0.038,0.1394,0.3365,1,0.1925,1,1,1,1,1,1,0.0633,0.1925,0.4842,1,0.5,1,1,1,0.1555,0.5,0.4318,1,1,1,1,1,0.048164736,0.626157999,0.184518665,1,1,1,1,1,0.047332495,0.832630515,0.147003919,1,1,1,1,1,0.326240331,0.538159192,0.528999517,0.528876666,0.529255319
-6034,1,0.1394,1,1,1,1,1,1,1,1,0.0196,0.1394,0.3469,1,0.1925,1,1,1,1,1,1,0.0475,0.1925,0.5349,1,0.5,1,1,1,0.0694,0.5,0.5625,1,1,1,1,1,0.004493305,0.640071273,0.274346679,1,1,1,1,1,0.037690572,0.842903197,0.180880368,1,1,1,1,1,0.159428433,0.566937149,0.549117931,0.54918553,0.549202128
-6035,1,0.1394,1,1,1,1,1,1,1,1,0.016,0.1394,0.4095,1,0.1925,1,1,1,1,1,1,0.0284,0.1925,0.5971,1,0.5,1,1,1,0.019,0.5,0.5204,1,1,1,1,1,0.007111216,0.715521097,0.194186062,1,1,1,1,1,0.026025074,0.872431695,0.19840838,1,1,1,1,1,0.058379404,0.62867415,0.562409377,0.562513222,0.5625
-6036,1,0.1394,1,1,1,1,1,1,1,1,0.0102,0.1394,0.4632,1,0.1925,1,1,1,1,1,1,0.102,0.1925,0.6394,1,0.5,1,1,1,0.0458,0.5,0.5789,1,1,1,1,1,0.021118207,0.792943954,0.118832812,1,1,1,1,1,0.073718846,0.924996734,0.293707609,1,1,1,1,1,0.136218563,0.658476412,0.572559207,0.572667654,0.572695035
-6037,1,0.1394,1,1,1,1,1,1,1,1,0.0151,0.1394,0.5323,1,0.1925,1,1,1,1,1,1,0.0742,0.1925,0.6527,1,0.5,1,1,1,0.0527,0.5,0.5069,1,1,1,1,1,0.037246779,0.862360716,0.273012429,1,1,1,1,1,0.055193342,0.913484454,0.52298981,1,1,1,1,1,0.142805636,0.578448296,0.57322378,0.573302306,0.57358156
-6038,1,0.1394,1,1,1,1,1,1,1,1,0.02,0.1394,0.518,1,0.1925,1,1,1,1,1,1,0.0491,0.1925,0.6106,1,0.5,1,1,1,0.0531,0.5,0.4346,1,1,1,1,1,0.051033899,0.846346736,0.143917829,1,1,1,1,1,0.042472381,0.88422662,0.215097919,1,1,1,1,1,0.158279821,0.686652482,0.576486225,0.576475566,0.576684397
-6039,1,0.1394,1,1,1,1,1,1,1,1,0.0274,0.1394,0.4231,1,0.1925,1,1,1,1,1,1,0.0847,0.1925,0.4927,1,0.5,1,1,1,0.0697,0.5,0.4292,1,1,1,1,1,0.071302086,0.803363681,0.040047817,1,1,1,1,1,0.071039341,0.835840225,0.17606546,1,1,1,1,1,0.191136703,0.733179271,0.581923635,0.581975883,0.582446809
-6040,1,0.1394,1,1,1,1,1,1,1,1,0.0327,0.1394,0.2899,1,0.1925,1,1,1,1,1,1,0.062,0.1925,0.3517,1,0.5,1,1,1,0.0371,0.5,0.2713,1,1,1,1,1,0.062791273,0.726038575,0.111870006,1,1,1,1,1,0.051167313,0.754135072,0.107805498,1,1,1,1,1,0.087663695,0.638957381,0.592677622,0.592764967,0.592641844
-6041,1,0.1394,1,1,1,1,1,1,1,1,0.023,0.1394,0.1016,1,0.1925,1,1,1,1,1,1,0.0032,0.1925,0.1467,1,0.5,1,1,1,0.0453,0.5,0.0869,1,1,1,1,1,0.066236861,0.484590769,0.061711065,1,1,1,1,1,0.00654254,0.473119915,0,1,1,1,1,1,0.104333766,0.378353029,0.601437893,0.601438545,0.601507092
-6042,1,0.1394,1,1,1,1,1,1,1,1,0.0303,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0156,0.1925,0,1,0.5,1,1,1,0.0964,0.5,0,1,1,1,1,1,0.08894933,0,0.065143541,1,1,1,1,1,0.028029215,0,0,1,1,1,1,1,0.227382511,0,0.599202513,0.599323038,0.59929078
-6043,1,0.1394,1,1,1,1,1,1,1,1,0.0098,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0289,0.1925,0,1,0.5,1,1,1,0.0415,0.5,0,1,1,1,1,1,0.04964054,0,0.059840545,1,1,1,1,1,0.038767558,0,0,1,1,1,1,1,0.088806093,0,0.614608507,0.614766237,0.614804965
-6044,1,0.1394,1,1,1,1,1,1,1,1,0.0161,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1316,0.1925,0,1,0.5,1,1,1,0.098,0.5,0,1,1,1,1,1,0.113383181,0,0.057826854,1,1,1,1,1,0.172406331,0,0,1,1,1,1,1,0.158609226,0,0.603552441,0.603554051,0.603723404
-6045,1,0.1394,1,1,1,1,1,1,1,1,0.0477,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2908,0.1925,0,1,0.5,1,1,1,0.1104,0.5,0,1,1,1,1,1,0.279821217,0,0.011324358,1,1,1,1,1,0.33037886,0,0.003309424,1,1,1,1,1,0.148797527,0,0.560113581,0.560186165,0.560283688
-6046,1,0.1394,1,1,1,1,1,1,1,1,0.0752,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1937,0.1925,0,1,0.5,1,1,1,0.1281,0.5,0,1,1,1,1,1,0.236044422,0,0.00594013,1,1,1,1,1,0.270998865,0,0.014853403,1,1,1,1,1,0.186712027,0,0.50682697,0.506663846,0.506648936
-6047,1,0.1394,1,1,1,1,1,1,1,1,0.1254,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1451,0.1925,0,1,0.5,1,1,1,0.1336,0.5,0,1,1,1,1,1,0.347296685,0,0.045847684,1,1,1,1,1,0.258614302,0,0.052396864,1,1,1,1,1,0.209069923,0,0.45837361,0.458430294,0.458333333
-6048,1,0.1394,1,1,1,1,1,1,1,1,0.0992,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1984,0.1925,0,1,0.5,1,1,1,0.1424,0.5,0,1,1,1,1,1,0.275198966,0,0.065860391,1,1,1,1,1,0.289171934,0,0.100256547,1,1,1,1,1,0.216220722,0,0.425024166,0.425005289,0.425088652
-6049,1,0.1394,1,1,1,1,1,1,1,1,0.062,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1402,0.1925,0,1,0.5,1,1,1,0.185,0.5,0,1,1,1,1,1,0.169346929,0,0.11488235,1,1,1,1,1,0.251911759,0,0.194250539,1,1,1,1,1,0.317512363,0,0.405147414,0.405119526,0.405141844
-6050,1,0.1394,1,1,1,1,1,1,1,1,0.0724,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0645,0.1925,0,1,0.5,1,1,1,0.1526,0.5,0,1,1,1,1,1,0.129170418,0,0.182914808,1,1,1,1,1,0.187980101,0,0.220535874,1,1,1,1,1,0.266519815,0,0.394272595,0.394330442,0.394503546
-6051,1,0.1394,1,1,1,1,1,1,1,1,0.1055,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0986,0.1925,0,1,0.5,1,1,1,0.1352,0.5,0,1,1,1,1,1,0.12695989,0,0.176393986,1,1,1,1,1,0.200729668,0,0.179550797,1,1,1,1,1,0.24007605,0,0.391493475,0.391580283,0.391400709
-6052,1,0.1394,1,1,1,1,1,1,1,1,0.1547,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1077,0.1925,0,1,0.5,1,1,1,0.1823,0.5,0,1,1,1,1,1,0.181325898,0,0.249148369,1,1,1,1,1,0.208807439,0,0.249296606,1,1,1,1,1,0.276748896,0,0.401522475,0.401523165,0.401595745
-6053,1,0.1394,1,1,1,1,1,1,1,1,0.1582,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1017,0.1925,0,1,0.5,1,1,1,0.1758,0.5,0,1,1,1,1,1,0.217460468,0,0.33975023,1,1,1,1,1,0.199460462,0,0.228858918,1,1,1,1,1,0.278405935,0,0.439705172,0.439813835,0.439716312
-6054,1,0.1394,1,1,1,1,1,1,1,1,0.1324,0.1394,0.0286,1,0.1925,1,1,1,1,1,1,0.1101,0.1925,0.0513,1,0.5,1,1,1,0.2291,0.5,0.0196,1,1,1,1,1,0.128454193,0.285494447,0.493607402,1,1,1,1,1,0.177938879,0.296783447,0.272207856,1,1,1,1,1,0.356815875,0.36214605,0.504108265,0.504125238,0.504432624
-6055,1,0.1394,1,1,1,1,1,1,1,1,0.1064,0.1394,0.2183,1,0.1925,1,1,1,1,1,1,0.0988,0.1925,0.2474,1,0.5,1,1,1,0.1636,0.5,0.2015,1,1,1,1,1,0.093498342,0.644168496,0.381690264,1,1,1,1,1,0.138809294,0.653979063,0.345443994,1,1,1,1,1,0.28532064,0.704364419,0.548936684,0.548973979,0.548758865
-6056,1,0.1394,1,1,1,1,1,1,1,1,0.1294,0.1394,0.4125,1,0.1925,1,1,1,1,1,1,0.1184,0.1925,0.4512,1,0.5,1,1,1,0.3047,0.5,0.3937,1,1,1,1,1,0.155041158,0.865994573,0.516752899,1,1,1,1,1,0.120896794,0.876864016,0.629590094,1,1,1,1,1,0.396069378,0.891225934,0.574915418,0.574783161,0.574911348
-6057,1,0.1394,1,1,1,1,1,1,1,1,0.181,0.1394,0.5743,1,0.1925,1,1,1,1,1,1,0.2138,0.1925,0.5922,1,0.5,1,1,1,0.2333,0.5,0.5212,1,1,1,1,1,0.215355694,0.904512107,0.541414797,1,1,1,1,1,0.224949837,0.948353231,0.87892884,1,1,1,1,1,0.305645525,0.928218484,0.595154664,0.595303575,0.595301418
-6058,1,0.1394,1,1,1,1,1,1,1,1,0.1431,0.1394,0.6483,1,0.1925,1,1,1,1,1,1,0.2369,0.1925,0.6807,1,0.5,1,1,1,0.3353,0.5,0.5572,1,1,1,1,1,0.185746133,0.847719848,0.564801157,1,1,1,1,1,0.228512019,0.965164602,0.873108745,1,1,1,1,1,0.469981879,0.85246098,0.612010633,0.612016078,0.61214539
-6059,1,0.1394,1,1,1,1,1,1,1,1,0.1669,0.1394,0.57,1,0.1925,1,1,1,1,1,1,0.3774,0.1925,0.6337,1,0.5,1,1,1,0.2945,0.5,0.5375,1,1,1,1,1,0.234060973,0.805542648,0.578104496,1,1,1,1,1,0.393023789,0.90066576,0.834238231,1,1,1,1,1,0.41770637,0.725283265,0.619864669,0.619843453,0.620124113
-6060,1,0.1394,1,1,1,1,1,1,1,1,0.1949,0.1394,0.5345,1,0.1925,1,1,1,1,1,1,0.3916,0.1925,0.5902,1,0.5,1,1,1,0.4431,0.5,0.5046,1,1,1,1,1,0.286787182,0.787894368,0.420046866,1,1,1,1,1,0.395072222,0.871084213,0.723290682,1,1,1,1,1,0.590660751,0.679650307,0.619320928,0.619420351,0.619680851
-6061,1,0.1394,1,1,1,1,1,1,1,1,0.2746,0.1394,0.5196,1,0.1925,1,1,1,1,1,1,0.3633,0.1925,0.5627,1,0.5,1,1,1,0.384,0.5,0.487,1,1,1,1,1,0.367516249,0.755188465,0.366817653,1,1,1,1,1,0.403452277,0.830936551,0.780523896,1,1,1,1,1,0.555470109,0.677460551,0.619260512,0.619208801,0.619237589
-6062,1,0.1394,1,1,1,1,1,1,1,1,0.2328,0.1394,0.5001,1,0.1925,1,1,1,1,1,1,0.4284,0.1925,0.5506,1,0.5,1,1,1,0.3824,0.5,0.4605,1,1,1,1,1,0.327643931,0.756441176,0.308017492,1,1,1,1,1,0.474011451,0.815878272,0.68677783,1,1,1,1,1,0.592403233,0.678198099,0.613521025,0.613496933,0.61391844
-6063,1,0.1394,1,1,1,1,1,1,1,1,0.2754,0.1394,0.4166,1,0.1925,1,1,1,1,1,1,0.6053,0.1925,0.4728,1,0.5,1,1,1,0.4068,0.5,0.3699,1,1,1,1,1,0.405892134,0.764054537,0.493731201,1,1,1,1,1,0.615576565,0.808899939,0.718567848,1,1,1,1,1,0.582898915,0.654020429,0.607358627,0.607361963,0.607712766
-6064,1,0.1394,1,1,1,1,1,1,1,1,0.311,0.1394,0.294,1,0.1925,1,1,1,1,1,1,0.5598,0.1925,0.3509,1,0.5,1,1,1,0.4561,0.5,0.259,1,1,1,1,1,0.379238874,0.69579947,0.49672997,1,1,1,1,1,0.588275313,0.737778604,0.756813645,1,1,1,1,1,0.631066144,0.576012671,0.606391977,0.606515761,0.606382979
-6065,1,0.1394,1,1,1,1,1,1,1,1,0.3196,0.1394,0.1039,1,0.1925,1,1,1,1,1,1,0.3941,0.1925,0.1568,1,0.5,1,1,1,0.4408,0.5,0.0857,1,1,1,1,1,0.418061405,0.486422509,0.584079623,1,1,1,1,1,0.427169502,0.537753761,0.563418627,1,1,1,1,1,0.609456956,0.328604549,0.605425326,0.605458007,0.605496454
-6066,1,0.1394,1,1,1,1,1,1,1,1,0.2366,0.1394,0,1,0.1925,1,1,1,1,1,1,0.229,0.1925,0,1,0.5,1,1,1,0.3838,0.5,0,1,1,1,1,1,0.305966675,0,0.713923693,1,1,1,1,1,0.2658135,0,0.736667871,1,1,1,1,1,0.613265991,0,0.600169164,0.600169241,0.600177305
-6067,1,0.1394,1,1,1,1,1,1,1,1,0.1852,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2351,0.1925,0,1,0.5,1,1,1,0.2813,0.5,0,1,1,1,1,1,0.242400244,0,0.66716969,1,1,1,1,1,0.325702429,0,0.682001591,1,1,1,1,1,0.550547123,0,0.615695988,0.615612439,0.616134752
-6068,1,0.1394,1,1,1,1,1,1,1,1,0.1911,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2568,0.1925,0,1,0.5,1,1,1,0.2854,0.5,0,1,1,1,1,1,0.203991592,0,0.588568985,1,1,1,1,1,0.349220783,0,0.521520495,1,1,1,1,1,0.549140573,0,0.59980667,0.599746139,0.599734043
-6069,1,0.1394,1,1,1,1,1,1,1,1,0.2162,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2151,0.1925,0,1,0.5,1,1,1,0.3181,0.5,0,1,1,1,1,1,0.195150718,0,0.728693545,1,1,1,1,1,0.28060773,0,0.575729907,1,1,1,1,1,0.529062867,0,0.553044949,0.552993442,0.553191489
-6070,1,0.1394,1,1,1,1,1,1,1,1,0.1508,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1034,0.1925,0,1,0.5,1,1,1,0.3953,0.5,0,1,1,1,1,1,0.166485071,0,0.871076167,1,1,1,1,1,0.173879519,0,0.540233493,1,1,1,1,1,0.61924994,0,0.49401885,0.493970806,0.493794326
-6071,1,0.1394,1,1,1,1,1,1,1,1,0.1644,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1056,0.1925,0,1,0.5,1,1,1,0.3875,0.5,0,1,1,1,1,1,0.182459027,0,0.913288116,1,1,1,1,1,0.162982896,0,0.351758391,1,1,1,1,1,0.598546922,0,0.441759304,0.441929342,0.441932624
-6072,1,0.1394,1,1,1,1,1,1,1,1,0.2095,0.1394,0,1,0.1925,1,1,1,1,1,1,0.159,0.1925,0,1,0.5,1,1,1,0.3676,0.5,0,1,1,1,1,1,0.20786792,0,0.927804232,1,1,1,1,1,0.223540127,0,0.471116781,1,1,1,1,1,0.571623623,0,0.408772354,0.408927438,0.408687943
-6073,1,0.1394,1,1,1,1,1,1,1,1,0.3266,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1641,0.1925,0,1,0.5,1,1,1,0.3931,0.5,0,1,1,1,1,1,0.340930164,0,0.870411038,1,1,1,1,1,0.260790139,0,0.538197935,1,1,1,1,1,0.604516923,0,0.389076849,0.389041675,0.389184397
-6074,1,0.1394,1,1,1,1,1,1,1,1,0.3305,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1383,0.1925,0,1,0.5,1,1,1,0.3512,0.5,0,1,1,1,1,1,0.344617605,0,0.730074644,1,1,1,1,1,0.192352071,0,0.446074069,1,1,1,1,1,0.561543703,0,0.378383277,0.378464142,0.378546099
-6075,1,0.1394,1,1,1,1,1,1,1,1,0.3329,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1214,0.1925,0,1,0.5,1,1,1,0.3552,0.5,0,1,1,1,1,1,0.289944232,0,0.751761794,1,1,1,1,1,0.179377049,0,0.309943736,1,1,1,1,1,0.567575395,0,0.375906235,0.375925534,0.375886525
-6076,1,0.1394,1,1,1,1,1,1,1,1,0.3703,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1732,0.1925,0,1,0.5,1,1,1,0.3653,0.5,0,1,1,1,1,1,0.331083477,0,0.787639737,1,1,1,1,1,0.291963667,0,0.411279887,1,1,1,1,1,0.581687689,0,0.385633156,0.385656865,0.385638298
-6077,1,0.1394,1,1,1,1,1,1,1,1,0.2947,0.1394,0,1,0.1925,1,1,1,1,1,1,0.3195,0.1925,0,1,0.5,1,1,1,0.3614,0.5,0,1,1,1,1,1,0.349039197,0,0.961443543,1,1,1,1,1,0.41185981,0,0.901663303,1,1,1,1,1,0.59769237,0,0.423936684,0.423947535,0.424202128
-6078,1,0.1394,1,1,1,1,1,1,1,1,0.2133,0.1394,0.0509,1,0.1925,1,1,1,1,1,1,0.2185,0.1925,0.0686,1,0.5,1,1,1,0.3191,0.5,0.0421,1,1,1,1,1,0.267401218,0.367951989,0.7291435,1,1,1,1,1,0.295975685,0.352514505,0.840789795,1,1,1,1,1,0.5445382,0.434523642,0.488037699,0.488047387,0.488031915
-6079,1,0.1394,1,1,1,1,1,1,1,1,0.1102,0.1394,0.2517,1,0.1925,1,1,1,1,1,1,0.0989,0.1925,0.2717,1,0.5,1,1,1,0.2091,0.5,0.2434,1,1,1,1,1,0.111585744,0.734396338,0.429542065,1,1,1,1,1,0.11450965,0.711160004,0.283233792,1,1,1,1,1,0.41007486,0.775098741,0.531536974,0.531626825,0.531914894
-6080,1,0.1394,1,1,1,1,1,1,1,1,0.0869,0.1394,0.4494,1,0.1925,1,1,1,1,1,1,0.0799,0.1925,0.4656,1,0.5,1,1,1,0.1761,0.5,0.4428,1,1,1,1,1,0.071727164,0.913604498,0.261022389,1,1,1,1,1,0.084087849,0.904406786,0.144154996,1,1,1,1,1,0.234637707,0.933841109,0.552924118,0.552781891,0.552748227
-6081,1,0.1394,1,1,1,1,1,1,1,1,0.0203,0.1394,0.5977,1,0.1925,1,1,1,1,1,1,0.0757,0.1925,0.6052,1,0.5,1,1,1,0.1049,0.5,0.5975,1,1,1,1,1,0.018817164,0.966998816,0.197113395,1,1,1,1,1,0.053894855,0.964853644,0.194580108,1,1,1,1,1,0.139349744,0.976196885,0.570444659,0.570552147,0.570478723
-6082,1,0.1394,1,1,1,1,1,1,1,1,0.0058,0.1394,0.6939,1,0.1925,1,1,1,1,1,1,0.0854,0.1925,0.6942,1,0.5,1,1,1,0.0899,0.5,0.6945,1,1,1,1,1,0.00679623,0.960352957,0.113149866,1,1,1,1,1,0.074644551,0.975297332,0.148935616,1,1,1,1,1,0.109848224,0.988409281,0.585488159,0.585572245,0.585549645
-6083,1,0.1394,1,1,1,1,1,1,1,1,0.0058,0.1394,0.6862,1,0.1925,1,1,1,1,1,1,0.0219,0.1925,0.7042,1,0.5,1,1,1,0.1063,0.5,0.6837,1,1,1,1,1,0.010428336,0.972481132,0.039702959,1,1,1,1,1,0.020665955,0.949938238,0.078075923,1,1,1,1,1,0.155817285,0.992579222,0.595275495,0.595303575,0.595301418
-6084,1,0.1394,1,1,1,1,1,1,1,1,0.0045,0.1394,0.6919,1,0.1925,1,1,1,1,1,1,0.011,0.1925,0.6679,1,0.5,1,1,1,0.1013,0.5,0.6938,1,1,1,1,1,0.008019031,0.973936498,0.028653417,1,1,1,1,1,0.016845316,0.869440138,0.070273824,1,1,1,1,1,0.137323484,0.953019619,0.599867086,0.599746139,0.599734043
-6085,1,0.1394,1,1,1,1,1,1,1,1,0.0056,0.1394,0.6838,1,0.1925,1,1,1,1,1,1,0.019,0.1925,0.6102,1,0.5,1,1,1,0.0941,0.5,0.6944,1,1,1,1,1,0.003397151,0.961322308,0.019649761,1,1,1,1,1,0.021826655,0.902202785,0.031136125,1,1,1,1,1,0.193171933,0.932675779,0.607298212,0.607361963,0.607712766
-6086,1,0.1394,1,1,1,1,1,1,1,1,0.0163,0.1394,0.6081,1,0.1925,1,1,1,1,1,1,0.0342,0.1925,0.62,1,0.5,1,1,1,0.0697,0.5,0.6298,1,1,1,1,1,0.015036615,0.890570939,0.005916269,1,1,1,1,1,0.029132936,0.824575782,0.0097911,1,1,1,1,1,0.09344583,0.85833472,0.608264862,0.608208166,0.608156028
-6087,1,0.1394,1,1,1,1,1,1,1,1,0.0138,0.1394,0.4794,1,0.1925,1,1,1,1,1,1,0.056,0.1925,0.4938,1,0.5,1,1,1,0.0443,0.5,0.4848,1,1,1,1,1,0.01059392,0.882458329,0.004402829,1,1,1,1,1,0.044449218,0.828898311,0,1,1,1,1,1,0.068931282,0.819803894,0.608566941,0.608842818,0.608599291
-6088,1,0.1394,1,1,1,1,1,1,1,1,0.0226,0.1394,0.3102,1,0.1925,1,1,1,1,1,1,0.0498,0.1925,0.3243,1,0.5,1,1,1,0.0408,0.5,0.2991,1,1,1,1,1,0.016007902,0.753607273,0.012059462,1,1,1,1,1,0.040325247,0.732770979,0.014882723,1,1,1,1,1,0.067906998,0.714228392,0.611104398,0.611169875,0.611258865
-6089,1,0.1394,1,1,1,1,1,1,1,1,0.0372,0.1394,0.1041,1,0.1925,1,1,1,1,1,1,0.0623,0.1925,0.1354,1,0.5,1,1,1,0.0195,0.5,0.084,1,1,1,1,1,0.032137025,0.448073268,0.055432167,1,1,1,1,1,0.053308468,0.455781072,0.010125131,1,1,1,1,1,0.043260448,0.485716492,0.611104398,0.611169875,0.611258865
-6090,1,0.1394,1,1,1,1,1,1,1,1,0.0747,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0645,0.1925,0,1,0.5,1,1,1,0.0301,0.5,0,1,1,1,1,1,0.075849943,0,0.040012468,1,1,1,1,1,0.068766646,0,0,1,1,1,1,1,0.093141794,0,0.604881585,0.604823355,0.605053191
-6091,1,0.1394,1,1,1,1,1,1,1,1,0.1425,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0732,0.1925,0,1,0.5,1,1,1,0.0449,0.5,0,1,1,1,1,1,0.103603497,0,0.047676805,1,1,1,1,1,0.07710775,0,0,1,1,1,1,1,0.152293757,0,0.622522958,0.622593611,0.622340426
-6092,1,0.1394,1,1,1,1,1,1,1,1,0.1713,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0197,0.1925,0,1,0.5,1,1,1,0.0585,0.5,0,1,1,1,1,1,0.096844442,0,0.005111868,1,1,1,1,1,0.037219752,0,0,1,1,1,1,1,0.203373894,0,0.607539874,0.607573514,0.607712766
-6093,1,0.1394,1,1,1,1,1,1,1,1,0.2978,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0187,0.1925,0,1,0.5,1,1,1,0.0694,0.5,0,1,1,1,1,1,0.196827382,0,0.010672477,1,1,1,1,1,0.058438916,0,0,1,1,1,1,1,0.234685764,0,0.559751087,0.559763063,0.559840426
-6094,1,0.1394,1,1,1,1,1,1,1,1,0.2211,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0583,0.1925,0,1,0.5,1,1,1,0.0272,0.5,0,1,1,1,1,1,0.131770074,0,0.004542982,1,1,1,1,1,0.098407805,0,0,1,1,1,1,1,0.126841456,0,0.499637506,0.499682674,0.5
-6095,1,0.1394,1,1,1,1,1,1,1,1,0.2076,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2735,0.1925,0,1,0.5,1,1,1,0.0176,0.5,0,1,1,1,1,1,0.130034029,0,0.002703091,1,1,1,1,1,0.252036005,0,0,1,1,1,1,1,0.09649913,0,0.447075882,0.447006558,0.447251773
-6096,1,0.1394,1,1,1,1,1,1,1,1,0.1815,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2274,0.1925,0,1,0.5,1,1,1,0.011,0.5,0,1,1,1,1,1,0.101745114,0,0.004485769,1,1,1,1,1,0.173760653,0,0,1,1,1,1,1,0.063868374,0,0.411793137,0.411677597,0.41179078
-6097,1,0.1394,1,1,1,1,1,1,1,1,0.2104,0.1394,0,1,0.1925,1,1,1,1,1,1,0.3051,0.1925,0,1,0.5,1,1,1,0.0223,0.5,0,1,1,1,1,1,0.135092095,0,0.008975303,1,1,1,1,1,0.208924457,0,0.004317016,1,1,1,1,1,0.077100337,0,0.392037216,0.392003385,0.392287234
-6098,1,0.1394,1,1,1,1,1,1,1,1,0.1568,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1562,0.1925,0,1,0.5,1,1,1,0.0303,0.5,0,1,1,1,1,1,0.103347644,0,0.003499696,1,1,1,1,1,0.107353598,0,0,1,1,1,1,1,0.089186363,0,0.381947801,0.381848953,0.381648936
-6099,1,0.1394,1,1,1,1,1,1,1,1,0.0833,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1267,0.1925,0,1,0.5,1,1,1,0.0516,0.5,0,1,1,1,1,1,0.051015012,0,0.000329839,1,1,1,1,1,0.072547786,0,0,1,1,1,1,1,0.126876324,0,0.379108265,0.379098794,0.379432624
-6100,1,0.1394,1,1,1,1,1,1,1,1,0.1002,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1339,0.1925,0,1,0.5,1,1,1,0.0617,0.5,0,1,1,1,1,1,0.076581642,0,0,1,1,1,1,1,0.073527306,0,0,1,1,1,1,1,0.162414789,0,0.388049783,0.387983922,0.388297872
-6101,1,0.1394,1,1,1,1,1,1,1,1,0.0938,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1512,0.1925,0,1,0.5,1,1,1,0.0716,0.5,0,1,1,1,1,1,0.095475525,0,0,1,1,1,1,1,0.094411671,0,0,1,1,1,1,1,0.217236966,0,0.425688739,0.425851491,0.425975177
-6102,1,0.1394,1,1,1,1,1,1,1,1,0.0778,0.1394,0.0394,1,0.1925,1,1,1,1,1,1,0.1736,0.1925,0.0509,1,0.5,1,1,1,0.0638,0.5,0.0298,1,1,1,1,1,0.094508432,0.271459073,0,1,1,1,1,1,0.100137919,0.27903825,0,1,1,1,1,1,0.214578822,0.322587371,0.49262929,0.492701502,0.492907801
-6103,1,0.1394,1,1,1,1,1,1,1,1,0.0432,0.1394,0.2353,1,0.1925,1,1,1,1,1,1,0.0668,0.1925,0.248,1,0.5,1,1,1,0.0782,0.5,0.2267,1,1,1,1,1,0.022109861,0.646451712,0,1,1,1,1,1,0.032470349,0.631550312,0,1,1,1,1,1,0.236136809,0.684835374,0.537095215,0.537127142,0.537234043
-6104,1,0.1394,1,1,1,1,1,1,1,1,0.0004,0.1394,0.4284,1,0.1925,1,1,1,1,1,1,0,0.1925,0.4426,1,0.5,1,1,1,0.0167,0.5,0.4161,1,1,1,1,1,0.000495059,0.851346016,0,1,1,1,1,1,0.001486287,0.848641098,0,1,1,1,1,1,0.06193693,0.853387713,0.558482359,0.558493759,0.558510638
-6105,1,0.1394,1,1,1,1,1,1,1,1,0,0.1394,0.5734,1,0.1925,1,1,1,1,1,1,0,0.1925,0.58,1,0.5,1,1,1,0.0052,0.5,0.5659,1,1,1,1,1,1.05E-05,0.91460073,0,1,1,1,1,1,0,0.917735994,0,1,1,1,1,1,0.02582478,0.903116822,0.57878202,0.578802623,0.578900709
-6106,1,0.1394,1,1,1,1,1,1,1,1,0,0.1394,0.6688,1,0.1925,1,1,1,1,1,1,0,0.1925,0.6769,1,0.5,1,1,1,0.0073,0.5,0.6593,1,1,1,1,1,3.70E-06,0.937927127,0,1,1,1,1,1,0,0.94255513,0,1,1,1,1,1,0.016122524,0.924403667,0.600350411,0.600380791,0.600620567
-6107,1,0.1394,1,1,1,1,1,1,1,1,0.001,0.1394,0.68,1,0.1925,1,1,1,1,1,1,0,0.1925,0.6886,1,0.5,1,1,1,0.0173,0.5,0.6719,1,1,1,1,1,7.97E-05,0.956365347,0,1,1,1,1,1,0,0.958523214,0.015111519,1,1,1,1,1,0.020658826,0.940117359,0.615514741,0.615612439,0.615691489
-6108,1,0.1394,1,1,1,1,1,1,1,1,0.0075,0.1394,0.6779,1,0.1925,1,1,1,1,1,1,0,0.1925,0.686,1,0.5,1,1,1,0.031,0.5,0.6727,1,1,1,1,1,0.000447209,0.953530908,0.001256293,1,1,1,1,1,5.47E-05,0.957880497,0.024789792,1,1,1,1,1,0.044541031,0.94090569,0.62361044,0.623651365,0.623670213
-6109,1,0.1394,1,1,1,1,1,1,1,1,0.0373,0.1394,0.6759,1,0.1925,1,1,1,1,1,1,0.0018,0.1925,0.6827,1,0.5,1,1,1,0.0641,0.5,0.6684,1,1,1,1,1,0.005142283,0.950114608,0.000965698,1,1,1,1,1,0.004321478,0.952164769,0,1,1,1,1,1,0.072570868,0.933422208,0.634364427,0.634440448,0.634751773
-6110,1,0.1394,1,1,1,1,1,1,1,1,0.0707,0.1394,0.6188,1,0.1925,1,1,1,1,1,1,0.0218,0.1925,0.6367,1,0.5,1,1,1,0.088,0.5,0.6035,1,1,1,1,1,0.023678828,0.931574225,0,1,1,1,1,1,0.021471454,0.932738543,0,1,1,1,1,1,0.116560794,0.910799146,0.63738521,0.637402158,0.637411348
-6111,1,0.1394,1,1,1,1,1,1,1,1,0.0457,0.1394,0.4831,1,0.1925,1,1,1,1,1,1,0.0153,0.1925,0.5159,1,0.5,1,1,1,0.1579,0.5,0.4622,1,1,1,1,1,0.029015075,0.892996013,0.000379915,1,1,1,1,1,0.018513333,0.892417252,0,1,1,1,1,1,0.164121091,0.871502936,0.639560174,0.639729215,0.63962766
-6112,1,0.1394,1,1,1,1,1,1,1,1,0.0695,0.1394,0.308,1,0.1925,1,1,1,1,1,1,0.0065,0.1925,0.3519,1,0.5,1,1,1,0.1496,0.5,0.2824,1,1,1,1,1,0.037133768,0.759498954,0.001289674,1,1,1,1,1,0.015372828,0.762481093,0,1,1,1,1,1,0.19860889,0.736263156,0.642097632,0.642056272,0.642287234
-6113,1,0.1394,1,1,1,1,1,1,1,1,0.0736,0.1394,0.0975,1,0.1925,1,1,1,1,1,1,0.0015,0.1925,0.1409,1,0.5,1,1,1,0.1323,0.5,0.0752,1,1,1,1,1,0.038347997,0.485440969,0.035140093,1,1,1,1,1,0.008411752,0.490788281,0.015292147,1,1,1,1,1,0.1879538,0.452388883,0.639681005,0.639729215,0.63962766
-6114,1,0.1394,1,1,1,1,1,1,1,1,0.1293,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0332,0.1925,0,1,0.5,1,1,1,0.1681,0.5,0,1,1,1,1,1,0.094835825,0,0.080818005,1,1,1,1,1,0.074903637,0,0.05291152,1,1,1,1,1,0.331888765,0,0.630135331,0.630209435,0.630319149
-6115,1,0.1394,1,1,1,1,1,1,1,1,0.1315,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0367,0.1925,0,1,0.5,1,1,1,0.2795,0.5,0,1,1,1,1,1,0.135189503,0,0.087150022,1,1,1,1,1,0.064446121,0,0.029445028,1,1,1,1,1,0.577168047,0,0.648260029,0.648402792,0.648492908
-6116,1,0.1394,1,1,1,1,1,1,1,1,0.1248,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1656,0.1925,0,1,0.5,1,1,1,0.2824,0.5,0,1,1,1,1,1,0.090804398,0,0.115112729,1,1,1,1,1,0.190079182,0,0.098872259,1,1,1,1,1,0.547362387,0,0.631766554,0.63169029,0.632092199
-6117,1,0.1394,1,1,1,1,1,1,1,1,0.171,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2761,0.1925,0,1,0.5,1,1,1,0.2233,0.5,0,1,1,1,1,1,0.127977118,0,0.022599831,1,1,1,1,1,0.326491326,0,0.042643458,1,1,1,1,1,0.500316501,0,0.583977767,0.583879839,0.584219858
-6118,1,0.1394,1,1,1,1,1,1,1,1,0.1922,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2409,0.1925,0,1,0.5,1,1,1,0.1798,0.5,0,1,1,1,1,1,0.162221551,0,0.012631851,1,1,1,1,1,0.304373801,0,0.036918588,1,1,1,1,1,0.48285386,0,0.523622523,0.52379945,0.523492908
-6119,1,0.1394,1,1,1,1,1,1,1,1,0.2992,0.1394,0,1,0.1925,1,1,1,1,1,1,0.3747,0.1925,0,1,0.5,1,1,1,0.2352,0.5,0,1,1,1,1,1,0.314231902,0,0.051982403,1,1,1,1,1,0.437429965,0,0.047854975,1,1,1,1,1,0.559449792,0,0.468160947,0.468161625,0.468085106
-6120,1,0.1394,1,1,1,1,1,1,1,1,0.3112,0.1394,0,1,0.1925,1,1,1,1,1,1,0.5189,0.1925,0,1,0.5,1,1,1,0.2041,0.5,0,1,1,1,1,1,0.362871498,0,0.047664873,1,1,1,1,1,0.554641724,0,0.028885605,1,1,1,1,1,0.508837581,0,0.431549058,0.431563359,0.431737589
-6121,1,0.1394,1,1,1,1,1,1,1,1,0.3157,0.1394,0,1,0.1925,1,1,1,1,1,1,0.509,0.1925,0,1,0.5,1,1,1,0.1955,0.5,0,1,1,1,1,1,0.408186197,0,0.039163947,1,1,1,1,1,0.533294201,0,0.031660996,1,1,1,1,1,0.53676492,0,0.410403577,0.410408293,0.410460993
-6122,1,0.1394,1,1,1,1,1,1,1,1,0.3167,0.1394,0,1,0.1925,1,1,1,1,1,1,0.5228,0.1925,0,1,0.5,1,1,1,0.1898,0.5,0,1,1,1,1,1,0.390860021,0,0.039245658,1,1,1,1,1,0.464578301,0,0.043417018,1,1,1,1,1,0.55385524,0,0.399407927,0.399407658,0.399379433
-6123,1,0.1394,1,1,1,1,1,1,1,1,0.1555,0.1394,0,1,0.1925,1,1,1,1,1,1,0.3563,0.1925,0,1,0.5,1,1,1,0.1711,0.5,0,1,1,1,1,1,0.148305818,0,0.005005855,1,1,1,1,1,0.255575925,0,0.010957068,1,1,1,1,1,0.556208372,0,0.395239246,0.395176645,0.395390071
-6124,1,0.1394,1,1,1,1,1,1,1,1,0.1082,0.1394,0,1,0.1925,1,1,1,1,1,1,0.301,0.1925,0,1,0.5,1,1,1,0.1791,0.5,0,1,1,1,1,1,0.075281322,0,0,1,1,1,1,1,0.19696714,0,0,1,1,1,1,1,0.530388772,0,0.40381827,0.403850222,0.403812057
-6125,1,0.1394,1,1,1,1,1,1,1,1,0.082,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1707,0.1925,0,1,0.5,1,1,1,0.1821,0.5,0,1,1,1,1,1,0.054937582,0,0,1,1,1,1,1,0.102584288,0,0,1,1,1,1,1,0.52456671,0,0.440792653,0.440660038,0.440602837
-6126,1,0.1394,1,1,1,1,1,1,1,1,0.1215,0.1394,0.0305,1,0.1925,1,1,1,1,1,1,0.3205,0.1925,0.0357,1,0.5,1,1,1,0.156,0.5,0.0232,1,1,1,1,1,0.08262787,0.231484324,0.0079768,1,1,1,1,1,0.217942372,0.259359717,0.000471204,1,1,1,1,1,0.457511187,0.33109653,0.507974867,0.50793315,0.507978723
-6127,1,0.1394,1,1,1,1,1,1,1,1,0.059,0.1394,0.2322,1,0.1925,1,1,1,1,1,1,0.1781,0.1925,0.2467,1,0.5,1,1,1,0.0952,0.5,0.2179,1,1,1,1,1,0.051488724,0.619670808,0,1,1,1,1,1,0.149959803,0.642781675,0,1,1,1,1,1,0.318683445,0.711450636,0.553709522,0.553839645,0.553634752
-6128,1,0.1394,1,1,1,1,1,1,1,1,0.0307,0.1394,0.4272,1,0.1925,1,1,1,1,1,1,0.0294,0.1925,0.4388,1,0.5,1,1,1,0.0474,0.5,0.426,1,1,1,1,1,0.017367359,0.84329921,0.000564185,1,1,1,1,1,0.036889181,0.854511976,0,1,1,1,1,1,0.131113961,0.889453411,0.583615273,0.583668289,0.583776596
-6129,1,0.1394,1,1,1,1,1,1,1,1,0.0125,0.1394,0.575,1,0.1925,1,1,1,1,1,1,0,0.1925,0.5827,1,0.5,1,1,1,0.0111,0.5,0.572,1,1,1,1,1,0.001427993,0.925461888,0.00116898,1,1,1,1,1,3.79E-05,0.931279302,0,1,1,1,1,1,0.018846342,0.934471071,0.609171097,0.609265919,0.609485816
-6130,1,0.1394,1,1,1,1,1,1,1,1,0.0181,0.1394,0.6697,1,0.1925,1,1,1,1,1,1,0,0.1925,0.6758,1,0.5,1,1,1,0.015,0.5,0.6636,1,1,1,1,1,0.001965944,0.944462538,0.003019333,1,1,1,1,1,0.000118136,0.948340714,0.004173037,1,1,1,1,1,0.008392799,0.939957976,0.634062349,0.634017347,0.634308511
-6131,1,0.1394,1,1,1,1,1,1,1,1,0.0269,0.1394,0.6786,1,0.1925,1,1,1,1,1,1,0,0.1925,0.6842,1,0.5,1,1,1,0.0343,0.5,0.6708,1,1,1,1,1,0.00618063,0.958001256,0.010070561,1,1,1,1,1,0.001944243,0.960779548,0.010543717,1,1,1,1,1,0.024624337,0.945226669,0.65297245,0.653056907,0.653368794
-6132,1,0.1394,1,1,1,1,1,1,1,1,0.0456,0.1394,0.6804,1,0.1925,1,1,1,1,1,1,0.0124,0.1925,0.6871,1,0.5,1,1,1,0.032,0.5,0.6692,1,1,1,1,1,0.014028225,0.961205423,0.005040846,1,1,1,1,1,0.016461646,0.964964628,0.003874869,1,1,1,1,1,0.029982898,0.940757632,0.664934751,0.664903744,0.664893617
-6133,1,0.1394,1,1,1,1,1,1,1,1,0.0858,0.1394,0.674,1,0.1925,1,1,1,1,1,1,0.0173,0.1925,0.68,1,0.5,1,1,1,0.0496,0.5,0.662,1,1,1,1,1,0.023641381,0.950968742,0.009953395,1,1,1,1,1,0.022808509,0.95327276,0.007416754,1,1,1,1,1,0.037916057,0.927303076,0.679253262,0.67928919,0.679521277
-6134,1,0.1394,1,1,1,1,1,1,1,1,0.1596,0.1394,0.6168,1,0.1925,1,1,1,1,1,1,0.0442,0.1925,0.6354,1,0.5,1,1,1,0.0544,0.5,0.5993,1,1,1,1,1,0.055016801,0.933433473,0.009313117,1,1,1,1,1,0.045858096,0.934681416,0,1,1,1,1,1,0.037922829,0.910333395,0.685536491,0.68563571,0.68572695
-6135,1,0.1394,1,1,1,1,1,1,1,1,0.2274,0.1394,0.4805,1,0.1925,1,1,1,1,1,1,0.048,0.1925,0.5142,1,0.5,1,1,1,0.0837,0.5,0.4594,1,1,1,1,1,0.07444077,0.890514374,0.022273354,1,1,1,1,1,0.058409192,0.895468712,0,1,1,1,1,1,0.067270577,0.868141711,0.690067666,0.690078274,0.690159574
-6136,1,0.1394,1,1,1,1,1,1,1,1,0.2569,0.1394,0.3062,1,0.1925,1,1,1,1,1,1,0.0369,0.1925,0.3518,1,0.5,1,1,1,0.1169,0.5,0.2778,1,1,1,1,1,0.091193721,0.753546476,0.017021837,1,1,1,1,1,0.054729536,0.76843065,0.004680628,1,1,1,1,1,0.108059265,0.717421174,0.69278637,0.692828432,0.692819149
-6137,1,0.1394,1,1,1,1,1,1,1,1,0.1382,0.1394,0.0955,1,0.1925,1,1,1,1,1,1,0.001,0.1925,0.1406,1,0.5,1,1,1,0.0945,0.5,0.0692,1,1,1,1,1,0.058683522,0.472108901,0.002109389,1,1,1,1,1,0.00859639,0.4973602,0.002937958,1,1,1,1,1,0.115009584,0.424564153,0.68541566,0.685424159,0.68572695
-6138,1,0.1394,1,1,1,1,1,1,1,1,0.156,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0086,0.1925,0,1,0.5,1,1,1,0.1181,0.5,0,1,1,1,1,1,0.136991546,0,0.001882467,1,1,1,1,1,0.029136285,0,0,1,1,1,1,1,0.231901899,0,0.670915901,0.670827163,0.671099291
-6139,1,0.1394,1,1,1,1,1,1,1,1,0.1331,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0252,0.1925,0,1,0.5,1,1,1,0.1469,0.5,0,1,1,1,1,1,0.139707074,0,0.004920452,1,1,1,1,1,0.044363767,0,0,1,1,1,1,1,0.335330158,0,0.685838569,0.68584726,0.68572695
-6140,1,0.1394,1,1,1,1,1,1,1,1,0.1479,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0956,0.1925,0,1,0.5,1,1,1,0.186,0.5,0,1,1,1,1,1,0.152831644,0,0.005570226,1,1,1,1,1,0.085779488,0,0.01007487,1,1,1,1,1,0.359539002,0,0.66801595,0.668077004,0.668439716
-6141,1,0.1394,1,1,1,1,1,1,1,1,0.2027,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1851,0.1925,0,1,0.5,1,1,1,0.155,0.5,0,1,1,1,1,1,0.188366532,0,0.003991004,1,1,1,1,1,0.208028063,0,0.020343717,1,1,1,1,1,0.251174152,0,0.617870952,0.617727946,0.618351064
-6142,1,0.1394,1,1,1,1,1,1,1,1,0.2121,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1442,0.1925,0,1,0.5,1,1,1,0.1577,0.5,0,1,1,1,1,1,0.239928842,0,0.000489071,1,1,1,1,1,0.167850554,0,0.003208115,1,1,1,1,1,0.251721591,0,0.553830353,0.553839645,0.554078014
-6143,1,0.1394,1,1,1,1,1,1,1,1,0.2416,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2435,0.1925,0,1,0.5,1,1,1,0.159,0.5,0,1,1,1,1,1,0.216920137,0,0.033474833,1,1,1,1,1,0.269107312,0,0.031450264,1,1,1,1,1,0.307381958,0,0.495650072,0.495663211,0.496010638
-6144,1,0.1394,1,1,1,1,1,1,1,1,0.2561,0.1394,0,1,0.1925,1,1,1,1,1,1,0.423,0.1925,0,1,0.5,1,1,1,0.1826,0.5,0,1,1,1,1,1,0.249201477,0,0.01802584,1,1,1,1,1,0.425676465,0,0.03296414,1,1,1,1,1,0.376859307,0,0.454929918,0.454833933,0.455230496
-6145,1,0.1394,1,1,1,1,1,1,1,1,0.2114,0.1394,0,1,0.1925,1,1,1,1,1,1,0.5728,0.1925,0,1,0.5,1,1,1,0.188,0.5,0,1,1,1,1,1,0.230667859,0,0.011913475,1,1,1,1,1,0.505457163,0,0.029124085,1,1,1,1,1,0.376570076,0,0.431005317,0.430928707,0.430851064
-6146,1,0.1394,1,1,1,1,1,1,1,1,0.1683,0.1394,0,1,0.1925,1,1,1,1,1,1,0.5949,0.1925,0,1,0.5,1,1,1,0.1581,0.5,0,1,1,1,1,1,0.171701312,0,0.011961179,1,1,1,1,1,0.532050371,0,0.018418588,1,1,1,1,1,0.320775688,0,0.416868052,0.416754813,0.417109929
-6147,1,0.1394,1,1,1,1,1,1,1,1,0.1584,0.1394,0,1,0.1925,1,1,1,1,1,1,0.5594,0.1925,0,1,0.5,1,1,1,0.1394,0.5,0,1,1,1,1,1,0.143943027,0,0.028196206,1,1,1,1,1,0.522894502,0,0.031264663,1,1,1,1,1,0.247140676,0,0.411672305,0.411677597,0.411347518
-6148,1,0.1394,1,1,1,1,1,1,1,1,0.146,0.1394,0,1,0.1925,1,1,1,1,1,1,0.4545,0.1925,0,1,0.5,1,1,1,0.0994,0.5,0,1,1,1,1,1,0.124080785,0,0.023117349,1,1,1,1,1,0.38412562,0,0.031308118,1,1,1,1,1,0.189594671,0,0.418861769,0.418870319,0.418882979
-6149,1,0.1394,1,1,1,1,1,1,1,1,0.0633,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2805,0.1925,0,1,0.5,1,1,1,0.0564,0.5,0,1,1,1,1,1,0.049581774,0,0,1,1,1,1,1,0.199044332,0,0.002937958,1,1,1,1,1,0.121486992,0,0.454869502,0.454833933,0.454787234
-6150,1,0.1394,1,1,1,1,1,1,1,1,0.0301,0.1394,0.0298,1,0.1925,1,1,1,1,1,1,0.1025,0.1925,0.0225,1,0.5,1,1,1,0.0464,0.5,0.0148,1,1,1,1,1,0.022548065,0.22624585,0,1,1,1,1,1,0.062527284,0.236192435,0,1,1,1,1,1,0.116572134,0.257238567,0.52060174,0.520837741,0.520833333
-6151,1,0.1394,1,1,1,1,1,1,1,1,0.0191,0.1394,0.2258,1,0.1925,1,1,1,1,1,1,0.0705,0.1925,0.2386,1,0.5,1,1,1,0.0261,0.5,0.203,1,1,1,1,1,0.00616379,0.585839033,0,1,1,1,1,1,0.054804143,0.618985415,0,1,1,1,1,1,0.051533487,0.632909715,0.566880135,0.566955786,0.566932624
-6152,1,0.1394,1,1,1,1,1,1,1,1,0.0057,0.1394,0.4143,1,0.1925,1,1,1,1,1,1,0,0.1925,0.4148,1,0.5,1,1,1,0.0151,0.5,0.3822,1,1,1,1,1,0.000301759,0.777413011,0,1,1,1,1,1,0.006610767,0.809316397,0,1,1,1,1,1,0.032318007,0.823912084,0.598658772,0.598688386,0.598847518
-6153,1,0.1394,1,1,1,1,1,1,1,1,0.0038,0.1394,0.5648,1,0.1925,1,1,1,1,1,1,0,0.1925,0.5716,1,0.5,1,1,1,0.0012,0.5,0.5274,1,1,1,1,1,3.29E-05,0.873751342,0,1,1,1,1,1,9.01E-06,0.90755105,0.000356021,1,1,1,1,1,0.005173024,0.885515869,0.627174964,0.627247726,0.627216312
-6154,1,0.1394,1,1,1,1,1,1,1,1,0.0052,0.1394,0.6632,1,0.1925,1,1,1,1,1,1,0,0.1925,0.6656,1,0.5,1,1,1,0.0004,0.5,0.6519,1,1,1,1,1,9.29E-05,0.924951494,0,1,1,1,1,1,0,0.936614513,0.01088089,1,1,1,1,1,0.003580458,0.93700099,0.653637023,0.653691559,0.653812057
-6155,1,0.1394,1,1,1,1,1,1,1,1,0.0406,0.1394,0.6691,1,0.1925,1,1,1,1,1,1,0.0048,0.1925,0.6717,1,0.5,1,1,1,0.0045,0.5,0.6465,1,1,1,1,1,0.005231787,0.942540348,0.055455137,1,1,1,1,1,0.008824745,0.946446717,0.068290316,1,1,1,1,1,0.010253385,0.940693617,0.67357419,0.673577322,0.673758865
-6156,1,0.1394,1,1,1,1,1,1,1,1,0.0642,0.1394,0.6688,1,0.1925,1,1,1,1,1,1,0.0149,0.1925,0.676,1,0.5,1,1,1,0.0271,0.5,0.6379,1,1,1,1,1,0.011962142,0.941831827,0.006966523,1,1,1,1,1,0.022367701,0.949426293,0.004519895,1,1,1,1,1,0.040192425,0.934444487,0.686442726,0.686481912,0.686613475
-6157,1,0.1394,1,1,1,1,1,1,1,1,0.1142,0.1394,0.6629,1,0.1925,1,1,1,1,1,1,0.0391,0.1925,0.6722,1,0.5,1,1,1,0.067,0.5,0.6354,1,1,1,1,1,0.036648344,0.936030865,0.018621003,1,1,1,1,1,0.051469423,0.942065239,0.014076702,1,1,1,1,1,0.130613327,0.922060251,0.700761237,0.700655807,0.700797872
-6158,1,0.1394,1,1,1,1,1,1,1,1,0.1658,0.1394,0.6079,1,0.1925,1,1,1,1,1,1,0.0338,0.1925,0.6276,1,0.5,1,1,1,0.0844,0.5,0.5436,1,1,1,1,1,0.063775249,0.918469727,0.078369237,1,1,1,1,1,0.056627598,0.9178074,0.022049215,1,1,1,1,1,0.086562641,0.895699859,0.7060174,0.705944574,0.706117021
-6159,1,0.1394,1,1,1,1,1,1,1,1,0.1893,0.1394,0.4715,1,0.1925,1,1,1,1,1,1,0.066,0.1925,0.5022,1,0.5,1,1,1,0.0708,0.5,0.4193,1,1,1,1,1,0.074500315,0.876690388,0.117575996,1,1,1,1,1,0.099820592,0.856663764,0.127814919,1,1,1,1,1,0.083578259,0.846434474,0.70517158,0.705098371,0.705230496
-6160,1,0.1394,1,1,1,1,1,1,1,1,0.1962,0.1394,0.2963,1,0.1925,1,1,1,1,1,1,0.0923,0.1925,0.3255,1,0.5,1,1,1,0.0736,0.5,0.2318,1,1,1,1,1,0.118037,0.723031998,0.063350379,1,1,1,1,1,0.125850797,0.581018806,0.050568327,1,1,1,1,1,0.112190723,0.694967151,0.699673755,0.699809604,0.699911348
-6161,1,0.1394,1,1,1,1,1,1,1,1,0.1496,0.1394,0.0873,1,0.1925,1,1,1,1,1,1,0.034,0.1925,0.117,1,0.5,1,1,1,0.0992,0.5,0.0569,1,1,1,1,1,0.086546682,0.389125586,0.025453804,1,1,1,1,1,0.054178119,0.225015491,0.011158902,1,1,1,1,1,0.17283155,0.39289856,0.68040116,0.680346943,0.680407801
-6162,1,0.1394,1,1,1,1,1,1,1,1,0.1209,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0539,0.1925,0,1,0.5,1,1,1,0.1534,0.5,0,1,1,1,1,1,0.107054844,0,0.013108691,1,1,1,1,1,0.084095612,0,0.031118587,1,1,1,1,1,0.232698262,0,0.659497342,0.659614978,0.659574468
-6163,1,0.1394,1,1,1,1,1,1,1,1,0.1802,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0834,0.1925,0,1,0.5,1,1,1,0.1806,0.5,0,1,1,1,1,1,0.209911063,0,0.002377416,1,1,1,1,1,0.126438633,0,0.042136125,1,1,1,1,1,0.306924909,0,0.66801595,0.668077004,0.668439716
-6164,1,0.1394,1,1,1,1,1,1,1,1,0.162,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1714,0.1925,0,1,0.5,1,1,1,0.2258,0.5,0,1,1,1,1,1,0.247101948,0,0.006849079,1,1,1,1,1,0.236776054,0,0.083180636,1,1,1,1,1,0.323006064,0,0.648320445,0.648402792,0.648492908
-6165,1,0.1394,1,1,1,1,1,1,1,1,0.27,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1231,0.1925,0,1,0.5,1,1,1,0.1658,0.5,0,1,1,1,1,1,0.343975306,0,0.064029463,1,1,1,1,1,0.18154107,0,0.136189267,1,1,1,1,1,0.236775488,0,0.609110681,0.609054369,0.609485816
-6166,1,0.1394,1,1,1,1,1,1,1,1,0.2019,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1761,0.1925,0,1,0.5,1,1,1,0.1546,0.5,0,1,1,1,1,1,0.252552867,0,0.129845381,1,1,1,1,1,0.252248257,0,0.192949757,1,1,1,1,1,0.243619502,0,0.556549058,0.556589803,0.556737589
-6167,1,0.1394,1,1,1,1,1,1,1,1,0.1645,0.1394,0,1,0.1925,1,1,1,1,1,1,0.3571,0.1925,0,1,0.5,1,1,1,0.1208,0.5,0,1,1,1,1,1,0.190846995,0,0.176733628,1,1,1,1,1,0.39416784,0,0.261411011,1,1,1,1,1,0.200621367,0,0.503504108,0.503702137,0.503546099
-6168,1,0.1394,1,1,1,1,1,1,1,1,0.2242,0.1394,0,1,0.1925,1,1,1,1,1,1,0.4578,0.1925,0,1,0.5,1,1,1,0.1226,0.5,0,1,1,1,1,1,0.303412586,0,0.237425089,1,1,1,1,1,0.519893646,0,0.369480908,1,1,1,1,1,0.150920182,0,0.463146448,0.463084409,0.46320922
-6169,1,0.1394,1,1,1,1,1,1,1,1,0.2665,0.1394,0,1,0.1925,1,1,1,1,1,1,0.4499,0.1925,0,1,0.5,1,1,1,0.1241,0.5,0,1,1,1,1,1,0.374176949,0,0.258302748,1,1,1,1,1,0.46554333,0,0.386154741,1,1,1,1,1,0.191526189,0,0.438255196,0.438332981,0.438386525
-6170,1,0.1394,1,1,1,1,1,1,1,1,0.2476,0.1394,0,1,0.1925,1,1,1,1,1,1,0.3696,0.1925,0,1,0.5,1,1,1,0.1264,0.5,0,1,1,1,1,1,0.349051833,0,0.292230815,1,1,1,1,1,0.405923963,0,0.458180904,1,1,1,1,1,0.174955964,0,0.423876269,0.423735985,0.424202128
-6171,1,0.1394,1,1,1,1,1,1,1,1,0.2843,0.1394,0,1,0.1925,1,1,1,1,1,1,0.3092,0.1925,0,1,0.5,1,1,1,0.1178,0.5,0,1,1,1,1,1,0.35856241,0,0.275763333,1,1,1,1,1,0.31783691,0,0.427477241,1,1,1,1,1,0.152421519,0,0.415961817,0.41590861,0.415780142
-6172,1,0.1394,1,1,1,1,1,1,1,1,0.1971,0.1394,0,1,0.1925,1,1,1,1,1,1,0.3471,0.1925,0,1,0.5,1,1,1,0.0754,0.5,0,1,1,1,1,1,0.199181512,0,0.243145704,1,1,1,1,1,0.354933143,0,0.362964928,1,1,1,1,1,0.104087085,0,0.416082649,0.416120161,0.416223404
-6173,1,0.1394,1,1,1,1,1,1,1,1,0.1799,0.1394,0,1,0.1925,1,1,1,1,1,1,0.365,0.1925,0,1,0.5,1,1,1,0.0829,0.5,0,1,1,1,1,1,0.220820084,0,0.211512715,1,1,1,1,1,0.35489583,0,0.366940856,1,1,1,1,1,0.074621513,0,0.429132431,0.429024751,0.429078014
-6174,1,0.1394,1,1,1,1,1,1,1,1,0.1757,0.1394,0.0112,1,0.1925,1,1,1,1,1,1,0.4283,0.1925,0.0019,1,0.5,1,1,1,0.0825,0.5,0.0007,1,1,1,1,1,0.208681896,0.067791708,0.109592408,1,1,1,1,1,0.427932382,0.021609321,0.208405241,1,1,1,1,1,0.098466501,0.0150507,0.449673755,0.449756717,0.449468085
-6175,1,0.1394,1,1,1,1,1,1,1,1,0.173,0.1394,0.1635,1,0.1925,1,1,1,1,1,1,0.4931,0.1925,0.1724,1,0.5,1,1,1,0.096,0.5,0.1304,1,1,1,1,1,0.154405087,0.441150606,0.070668854,1,1,1,1,1,0.421474159,0.500170231,0.18169032,1,1,1,1,1,0.140944734,0.213991299,0.481150314,0.481066215,0.480939716
-6176,1,0.1394,1,1,1,1,1,1,1,1,0.1979,0.1394,0.3077,1,0.1925,1,1,1,1,1,1,0.6717,0.1925,0.3934,1,0.5,1,1,1,0.1152,0.5,0.2807,1,1,1,1,1,0.21930325,0.668092012,0.103778832,1,1,1,1,1,0.531199455,0.778588116,0.229987711,1,1,1,1,1,0.203749716,0.527077436,0.521689222,0.521683943,0.521719858
-6177,1,0.1394,1,1,1,1,1,1,1,1,0.1956,0.1394,0.4675,1,0.1925,1,1,1,1,1,1,0.6762,0.1925,0.5482,1,0.5,1,1,1,0.1377,0.5,0.3996,1,1,1,1,1,0.22467199,0.787405252,0.106863186,1,1,1,1,1,0.560528994,0.861827135,0.963220239,1,1,1,1,1,0.265211612,0.783987701,0.549057516,0.548973979,0.549202128
-6178,1,0.1394,1,1,1,1,1,1,1,1,0.2005,0.1394,0.5809,1,0.1925,1,1,1,1,1,1,0.5421,0.1925,0.6521,1,0.5,1,1,1,0.1498,0.5,0.4881,1,1,1,1,1,0.212572888,0.857407451,0.106629387,1,1,1,1,1,0.489491701,0.898271501,1,1,1,1,1,1,0.247377619,0.860250831,0.562046883,0.562090121,0.562056738
-6179,1,0.1394,1,1,1,1,1,1,1,1,0.1873,0.1394,0.633,1,0.1925,1,1,1,1,1,1,0.4479,0.1925,0.6736,1,0.5,1,1,1,0.2139,0.5,0.5264,1,1,1,1,1,0.286698163,0.895858467,0.181893453,1,1,1,1,1,0.439367235,0.940947175,0.948825479,1,1,1,1,1,0.434425622,0.913409829,0.5659739,0.565898033,0.566046099
-6180,1,0.1394,1,1,1,1,1,1,1,1,0.1453,0.1394,0.6608,1,0.1925,1,1,1,1,1,1,0.5599,0.1925,0.6918,1,0.5,1,1,1,0.3635,0.5,0.5627,1,1,1,1,1,0.302469552,0.921943128,0.359217763,1,1,1,1,1,0.527019382,0.970418453,0.671460032,1,1,1,1,1,0.631623268,0.92086333,0.565611406,0.565686482,0.565602837
-6181,1,0.1394,1,1,1,1,1,1,1,1,0.2154,0.1394,0.6639,1,0.1925,1,1,1,1,1,1,0.5416,0.1925,0.681,1,0.5,1,1,1,0.4302,0.5,0.5663,1,1,1,1,1,0.373439133,0.916737437,0.485881984,1,1,1,1,1,0.537056804,0.956141055,0.723848999,1,1,1,1,1,0.705547035,0.908724666,0.561623973,0.561667019,0.561613475
-6182,1,0.1394,1,1,1,1,1,1,1,1,0.219,0.1394,0.6144,1,0.1925,1,1,1,1,1,1,0.4454,0.1925,0.6425,1,0.5,1,1,1,0.289,0.5,0.5015,1,1,1,1,1,0.310682923,0.901742876,0.32182616,1,1,1,1,1,0.487974763,0.949294686,0.931474686,1,1,1,1,1,0.595685184,0.883391857,0.556911551,0.556801354,0.556737589
-6183,1,0.1394,1,1,1,1,1,1,1,1,0.2197,0.1394,0.479,1,0.1925,1,1,1,1,1,1,0.3595,0.1925,0.5211,1,0.5,1,1,1,0.2961,0.5,0.4037,1,1,1,1,1,0.319179654,0.867330194,0.077141985,1,1,1,1,1,0.419091642,0.906774461,0.87862277,1,1,1,1,1,0.581612289,0.828783512,0.554555341,0.554685847,0.554964539
-6184,1,0.1394,1,1,1,1,1,1,1,1,0.1749,0.1394,0.3025,1,0.1925,1,1,1,1,1,1,0.4419,0.1925,0.3515,1,0.5,1,1,1,0.3417,0.5,0.2511,1,1,1,1,1,0.305826068,0.734968781,0.148593903,1,1,1,1,1,0.460976005,0.780146837,0.871610284,1,1,1,1,1,0.594267845,0.689074755,0.55582407,0.555743601,0.555851064
-6185,1,0.1394,1,1,1,1,1,1,1,1,0.168,0.1394,0.0929,1,0.1925,1,1,1,1,1,1,0.332,0.1925,0.1413,1,0.5,1,1,1,0.3213,0.5,0.0662,1,1,1,1,1,0.257107288,0.465709507,0.266884357,1,1,1,1,1,0.367324442,0.506640673,0.943262339,1,1,1,1,1,0.531553209,0.41850093,0.555944901,0.555955151,0.555851064
-6186,1,0.1394,1,1,1,1,1,1,1,1,0.1121,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2197,0.1925,0,1,0.5,1,1,1,0.2474,0.5,0,1,1,1,1,1,0.140863523,0,0.354674369,1,1,1,1,1,0.240556747,0,0.871262074,1,1,1,1,1,0.504436731,0,0.552924118,0.552993442,0.552748227
-6187,1,0.1394,1,1,1,1,1,1,1,1,0.0806,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0894,0.1925,0,1,0.5,1,1,1,0.2276,0.5,0,1,1,1,1,1,0.082763635,0,0.472777903,1,1,1,1,1,0.150664061,0,0.925804198,1,1,1,1,1,0.495367706,0,0.568390527,0.568436641,0.568262411
-6188,1,0.1394,1,1,1,1,1,1,1,1,0.1243,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1264,0.1925,0,1,0.5,1,1,1,0.2127,0.5,0,1,1,1,1,1,0.131178901,0,0.600580096,1,1,1,1,1,0.196766302,0,0.848979592,1,1,1,1,1,0.488039196,0,0.554494925,0.554685847,0.554964539
-6189,1,0.1394,1,1,1,1,1,1,1,1,0.1381,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1836,0.1925,0,1,0.5,1,1,1,0.1677,0.5,0,1,1,1,1,1,0.170373112,0,0.612746954,1,1,1,1,1,0.276170731,0,0.718189776,1,1,1,1,1,0.359164923,0,0.522535041,0.522530146,0.522606383
-6190,1,0.1394,1,1,1,1,1,1,1,1,0.0858,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1742,0.1925,0,1,0.5,1,1,1,0.1404,0.5,0,1,1,1,1,1,0.115785018,0,0.468002498,1,1,1,1,1,0.227497876,0,0.388791084,1,1,1,1,1,0.241669655,0,0.481996133,0.481912418,0.482269504
-6191,1,0.1394,1,1,1,1,1,1,1,1,0.0845,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2638,0.1925,0,1,0.5,1,1,1,0.2127,0.5,0,1,1,1,1,1,0.130946517,0,0.36334753,1,1,1,1,1,0.332865238,0,0.197341114,1,1,1,1,1,0.289362401,0,0.439403093,0.439390734,0.43927305
-6192,1,0.1394,1,1,1,1,1,1,1,1,0.1098,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2188,0.1925,0,1,0.5,1,1,1,0.2267,0.5,0,1,1,1,1,1,0.185440332,0,0.166803688,1,1,1,1,1,0.305093974,0,0.103886917,1,1,1,1,1,0.29439491,0,0.406959884,0.406811931,0.407358156
-6193,1,0.1394,1,1,1,1,1,1,1,1,0.1079,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1611,0.1925,0,1,0.5,1,1,1,0.259,0.5,0,1,1,1,1,1,0.205683514,0,0.064838804,1,1,1,1,1,0.180905968,0,0.089340836,1,1,1,1,1,0.368478477,0,0.386176897,0.386079966,0.38608156
-6194,1,0.1394,1,1,1,1,1,1,1,1,0.1521,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1715,0.1925,0,1,0.5,1,1,1,0.2654,0.5,0,1,1,1,1,1,0.269066721,0,0.056670014,1,1,1,1,1,0.167873576,0,0.106288485,1,1,1,1,1,0.403938353,0,0.373127115,0.373175376,0.37322695
-6195,1,0.1394,1,1,1,1,1,1,1,1,0.2108,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1701,0.1925,0,1,0.5,1,1,1,0.2883,0.5,0,1,1,1,1,1,0.36077705,0,0.084898725,1,1,1,1,1,0.162551403,0,0.108605765,1,1,1,1,1,0.461881131,0,0.36581682,0.365771102,0.365691489
-6196,1,0.1394,1,1,1,1,1,1,1,1,0.2598,0.1394,0,1,0.1925,1,1,1,1,1,1,0.136,0.1925,0,1,0.5,1,1,1,0.2685,0.5,0,1,1,1,1,1,0.401985317,0,0.122592568,1,1,1,1,1,0.146240145,0,0.121671721,1,1,1,1,1,0.469327629,0,0.365273079,0.365348001,0.365248227
-6197,1,0.1394,1,1,1,1,1,1,1,1,0.1537,0.1394,0,1,0.1925,1,1,1,1,1,1,0.096,0.1925,0,1,0.5,1,1,1,0.2402,0.5,0,1,1,1,1,1,0.277385235,0,0.072218813,1,1,1,1,1,0.097330183,0,0.098413616,1,1,1,1,1,0.463693589,0,0.373006283,0.372963825,0.37322695
-6198,1,0.1394,1,1,1,1,1,1,1,1,0.1052,0.1394,0.0333,1,0.1925,1,1,1,1,1,1,0.1669,0.1925,0.0405,1,0.5,1,1,1,0.2706,0.5,0.035,1,1,1,1,1,0.233802706,0.229969978,0.013202533,1,1,1,1,1,0.15664345,0.251529753,0.063672259,1,1,1,1,1,0.553786874,0.387271523,0.384847753,0.384810662,0.384751773
-6199,1,0.1394,1,1,1,1,1,1,1,1,0.0678,0.1394,0.2418,1,0.1925,1,1,1,1,1,1,0.0899,0.1925,0.2523,1,0.5,1,1,1,0.2771,0.5,0.2428,1,1,1,1,1,0.076579303,0.666513562,0.148349851,1,1,1,1,1,0.084919624,0.630324185,0.233987182,1,1,1,1,1,0.490887821,0.743054628,0.411732721,0.411677597,0.41179078
-6200,1,0.1394,1,1,1,1,1,1,1,1,0.0227,0.1394,0.441,1,0.1925,1,1,1,1,1,1,0.0113,0.1925,0.4521,1,0.5,1,1,1,0.339,0.5,0.4495,1,1,1,1,1,0.047053088,0.871548653,0.12920703,1,1,1,1,1,0.020085286,0.854903758,0.109931149,1,1,1,1,1,0.51725471,0.928997874,0.453479942,0.453564629,0.453457447
-6201,1,0.1394,1,1,1,1,1,1,1,1,0.0319,0.1394,0.5904,1,0.1925,1,1,1,1,1,1,0.0059,0.1925,0.5899,1,0.5,1,1,1,0.2492,0.5,0.5959,1,1,1,1,1,0.057332892,0.942256689,0.217681766,1,1,1,1,1,0.007087162,0.921635091,0.14814347,1,1,1,1,1,0.394535601,0.97946918,0.485198163,0.485297229,0.48537234
-6202,1,0.1394,1,1,1,1,1,1,1,1,0.0636,0.1394,0.6666,1,0.1925,1,1,1,1,1,1,0.0511,0.1925,0.6483,1,0.5,1,1,1,0.3652,0.5,0.6748,1,1,1,1,1,0.098538682,0.949987113,0.225062162,1,1,1,1,1,0.05859971,0.893857718,0.26764819,1,1,1,1,1,0.565181792,0.999428034,0.504047849,0.504125238,0.504432624
-6203,1,0.1394,1,1,1,1,1,1,1,1,0.0938,0.1394,0.6786,1,0.1925,1,1,1,1,1,1,0.1005,0.1925,0.665,1,0.5,1,1,1,0.2872,0.5,0.6913,1,1,1,1,1,0.118923277,0.963506103,0.177565485,1,1,1,1,1,0.126009256,0.897738993,0.288509697,1,1,1,1,1,0.417690635,0.999894261,0.514681005,0.514702771,0.51462766
-6204,1,0.1394,1,1,1,1,1,1,1,1,0.1159,0.1394,0.6996,1,0.1925,1,1,1,1,1,1,0.0946,0.1925,0.6836,1,0.5,1,1,1,0.295,0.5,0.7102,1,1,1,1,1,0.113874339,0.983398259,0.103877008,1,1,1,1,1,0.122553259,0.922981203,0.227013364,1,1,1,1,1,0.467514694,0.99961859,0.522051716,0.521895494,0.522163121
-6205,1,0.1394,1,1,1,1,1,1,1,1,0.0656,0.1394,0.6998,1,0.1925,1,1,1,1,1,1,0.0971,0.1925,0.6945,1,0.5,1,1,1,0.3474,0.5,0.715,1,1,1,1,1,0.083452344,0.987164617,0.090322047,1,1,1,1,1,0.113855422,0.941068947,0.111788742,1,1,1,1,1,0.59563303,0.998657763,0.521810053,0.521683943,0.521719858
-6206,1,0.1394,1,1,1,1,1,1,1,1,0.0593,0.1394,0.6422,1,0.1925,1,1,1,1,1,1,0.1033,0.1925,0.6534,1,0.5,1,1,1,0.3034,0.5,0.64,1,1,1,1,1,0.061604302,0.974203885,0.183833033,1,1,1,1,1,0.103929669,0.943656027,0.092861786,1,1,1,1,1,0.483628988,0.97562921,0.521689222,0.521683943,0.521719858
-6207,1,0.1394,1,1,1,1,1,1,1,1,0.0606,0.1394,0.4987,1,0.1925,1,1,1,1,1,1,0.1041,0.1925,0.5272,1,0.5,1,1,1,0.2642,0.5,0.4879,1,1,1,1,1,0.072929524,0.931612849,0.317369163,1,1,1,1,1,0.102548152,0.910634816,0.027625918,1,1,1,1,1,0.384314179,0.926890612,0.524649589,0.524645653,0.524822695
-6208,1,0.1394,1,1,1,1,1,1,1,1,0.0421,0.1394,0.315,1,0.1925,1,1,1,1,1,1,0.138,0.1925,0.3545,1,0.5,1,1,1,0.2883,0.5,0.2961,1,1,1,1,1,0.061503023,0.780086875,0.324662298,1,1,1,1,1,0.130431667,0.770008087,0.001439791,1,1,1,1,1,0.423437178,0.768951178,0.533470275,0.533530781,0.533687943
-6209,1,0.1394,1,1,1,1,1,1,1,1,0.0365,0.1394,0.0942,1,0.1925,1,1,1,1,1,1,0.0742,0.1925,0.1353,1,0.5,1,1,1,0.1308,0.5,0.0743,1,1,1,1,1,0.03378148,0.483169407,0.437914789,1,1,1,1,1,0.069352143,0.488179773,0.042858902,1,1,1,1,1,0.243080363,0.459114611,0.546882552,0.546858473,0.546985816
-6210,1,0.1394,1,1,1,1,1,1,1,1,0.0356,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0185,0.1925,0,1,0.5,1,1,1,0.12,0.5,0,1,1,1,1,1,0.053272042,0,0.622978449,1,1,1,1,1,0.028137697,0,0.155612826,1,1,1,1,1,0.246714979,0,0.552440793,0.55235879,0.552748227
-6211,1,0.1394,1,1,1,1,1,1,1,1,0.0665,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0385,0.1925,0,1,0.5,1,1,1,0.1505,0.5,0,1,1,1,1,1,0.061485082,0,0.686385453,1,1,1,1,1,0.054686226,0,0.30663538,1,1,1,1,1,0.322567374,0,0.575398743,0.575417813,0.575797872
-6212,1,0.1394,1,1,1,1,1,1,1,1,0.1001,0.1394,0,1,0.1925,1,1,1,1,1,1,0.129,0.1925,0,1,0.5,1,1,1,0.1946,0.5,0,1,1,1,1,1,0.11511004,0,0.698496699,1,1,1,1,1,0.169038936,0,0.32260865,1,1,1,1,1,0.389602274,0,0.557636539,0.557647557,0.557624113
-6213,1,0.1394,1,1,1,1,1,1,1,1,0.1037,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1733,0.1925,0,1,0.5,1,1,1,0.2671,0.5,0,1,1,1,1,1,0.137702152,0,0.690406084,1,1,1,1,1,0.219023347,0,0.204927236,1,1,1,1,1,0.502367496,0,0.515405993,0.515548974,0.515514184
-6214,1,0.1394,1,1,1,1,1,1,1,1,0.0837,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1743,0.1925,0,1,0.5,1,1,1,0.2591,0.5,0,1,1,1,1,1,0.122133046,0,0.319497198,1,1,1,1,1,0.200679779,0,0.043250531,1,1,1,1,1,0.54207623,0,0.466167231,0.466046118,0.466312057
-6215,1,0.1394,1,1,1,1,1,1,1,1,0.0479,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1579,0.1925,0,1,0.5,1,1,1,0.2837,0.5,0,1,1,1,1,1,0.085603528,0,0.122231975,1,1,1,1,1,0.172216535,0,0.012671205,1,1,1,1,1,0.5233109,0,0.422305462,0.42225513,0.422429078
-6216,1,0.1394,1,1,1,1,1,1,1,1,0.0458,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1118,0.1925,0,1,0.5,1,1,1,0.305,0.5,0,1,1,1,1,1,0.064647242,0,0.152421907,1,1,1,1,1,0.124316104,0,0.029962566,1,1,1,1,1,0.581962824,0,0.393608023,0.39369579,0.393617021
-6217,1,0.1394,1,1,1,1,1,1,1,1,0.0271,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0463,0.1925,0,1,0.5,1,1,1,0.3079,0.5,0,1,1,1,1,1,0.037490107,0,0.160694197,1,1,1,1,1,0.048754178,0,0.037559688,1,1,1,1,1,0.545295775,0,0.377477042,0.377617939,0.377659574
-6218,1,0.1394,1,1,1,1,1,1,1,1,0.0112,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0647,0.1925,0,1,0.5,1,1,1,0.2798,0.5,0,1,1,1,1,1,0.025596356,0,0.051545601,1,1,1,1,1,0.05418415,0,0.002927749,1,1,1,1,1,0.450171977,0,0.368898018,0.368732812,0.369237589
-6219,1,0.1394,1,1,1,1,1,1,1,1,0.0108,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0255,0.1925,0,1,0.5,1,1,1,0.2257,0.5,0,1,1,1,1,1,0.022786666,0,0.02126809,1,1,1,1,1,0.02357153,0,0,1,1,1,1,1,0.390273809,0,0.368233446,0.36809816,0.368351064
-6220,1,0.1394,1,1,1,1,1,1,1,1,0.0139,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0031,0.1925,0,1,0.5,1,1,1,0.1957,0.5,0,1,1,1,1,1,0.014614019,0,0.013525531,1,1,1,1,1,0.005156496,0,0,1,1,1,1,1,0.357466429,0,0.379047849,0.379098794,0.378989362
-6221,1,0.1394,1,1,1,1,1,1,1,1,0.0365,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0152,0.1925,0,1,0.5,1,1,1,0.1767,0.5,0,1,1,1,1,1,0.043548822,0,0.005041373,1,1,1,1,1,0.027510261,0,0,1,1,1,1,1,0.306134582,0,0.418136781,0.418235667,0.417996454
-6222,1,0.1394,1,1,1,1,1,1,1,1,0.0661,0.1394,0.0374,1,0.1925,1,1,1,1,1,1,0.0335,0.1925,0.0396,1,0.5,1,1,1,0.1468,0.5,0.034,1,1,1,1,1,0.059591357,0.222014904,0.012898306,1,1,1,1,1,0.023582399,0.221325383,0,1,1,1,1,1,0.192572773,0.331026912,0.483566941,0.483604823,0.483599291
-6223,1,0.1394,1,1,1,1,1,1,1,1,0.0415,0.1394,0.2454,1,0.1925,1,1,1,1,1,1,0.0263,0.1925,0.245,1,0.5,1,1,1,0.0521,0.5,0.235,1,1,1,1,1,0.01230578,0.632937908,0,1,1,1,1,1,0.022812374,0.581551075,0,1,1,1,1,1,0.0986095,0.67786634,0.527791203,0.527818913,0.527925532
-6224,1,0.1394,1,1,1,1,1,1,1,1,0.0045,0.1394,0.4337,1,0.1925,1,1,1,1,1,1,0.0172,0.1925,0.4163,1,0.5,1,1,1,0.0057,0.5,0.4339,1,1,1,1,1,0.003403722,0.8476758,0,1,1,1,1,1,0.016245404,0.745441616,0,1,1,1,1,1,0.020977128,0.887936831,0.552924118,0.552781891,0.552748227
-6225,1,0.1394,1,1,1,1,1,1,1,1,0,0.1394,0.5698,1,0.1925,1,1,1,1,1,1,0,0.1925,0.5374,1,0.5,1,1,1,0.0063,0.5,0.5918,1,1,1,1,1,0,0.896616817,0.011211634,1,1,1,1,1,7.05E-06,0.863403618,0.038825653,1,1,1,1,1,0.004758689,0.951474965,0.572921701,0.572879205,0.573138298
-6226,1,0.1394,1,1,1,1,1,1,1,1,0,0.1394,0.6528,1,0.1925,1,1,1,1,1,1,0,0.1925,0.6689,1,0.5,1,1,1,0.0071,0.5,0.6913,1,1,1,1,1,0,0.922147989,0.014993495,1,1,1,1,1,0,0.93392843,0.014925393,1,1,1,1,1,0.00374888,0.978290081,0.591952634,0.591918765,0.592198582
-6227,1,0.1394,1,1,1,1,1,1,1,1,0,0.1394,0.6646,1,0.1925,1,1,1,1,1,1,0,0.1925,0.6882,1,0.5,1,1,1,0.0141,0.5,0.6966,1,1,1,1,1,0.00081347,0.952320158,0.01057522,1,1,1,1,1,0,0.9569785,0,1,1,1,1,1,0.018191019,0.980109513,0.603431609,0.603554051,0.603280142
-6228,1,0.1394,1,1,1,1,1,1,1,1,0.0024,0.1394,0.6663,1,0.1925,1,1,1,1,1,1,0,0.1925,0.6862,1,0.5,1,1,1,0.01,0.5,0.6921,1,1,1,1,1,0.000222044,0.952844501,0.010609037,1,1,1,1,1,1.52E-05,0.956540585,0,1,1,1,1,1,0.021637326,0.975308359,0.609291928,0.60947747,0.609485816
-6229,1,0.1394,1,1,1,1,1,1,1,1,0.0114,0.1394,0.6749,1,0.1925,1,1,1,1,1,1,0,0.1925,0.6811,1,0.5,1,1,1,0.0228,0.5,0.6801,1,1,1,1,1,0.004234661,0.953805029,0.03242087,1,1,1,1,1,0.000942007,0.945258975,0,1,1,1,1,1,0.044852763,0.959573269,0.617568874,0.617727946,0.617907801
-6230,1,0.1394,1,1,1,1,1,1,1,1,0.0212,0.1394,0.6161,1,0.1925,1,1,1,1,1,1,0.0156,0.1925,0.6309,1,0.5,1,1,1,0.0175,0.5,0.6071,1,1,1,1,1,0.008794767,0.932442069,0.030648576,1,1,1,1,1,0.018801874,0.905725121,0,1,1,1,1,1,0.036117259,0.932480812,0.619864669,0.619843453,0.620124113
-6231,1,0.1394,1,1,1,1,1,1,1,1,0.0208,0.1394,0.4787,1,0.1925,1,1,1,1,1,1,0.0622,0.1925,0.5064,1,0.5,1,1,1,0.0343,0.5,0.4583,1,1,1,1,1,0.017223459,0.886611342,0.006625948,1,1,1,1,1,0.056228649,0.845039606,0,1,1,1,1,1,0.063594267,0.869304955,0.620529241,0.620689655,0.620567376
-6232,1,0.1394,1,1,1,1,1,1,1,1,0.0278,0.1394,0.2999,1,0.1925,1,1,1,1,1,1,0.0997,0.1925,0.3265,1,0.5,1,1,1,0.052,0.5,0.27,1,1,1,1,1,0.038278721,0.728908658,0.000779102,1,1,1,1,1,0.097895399,0.690817416,0,1,1,1,1,1,0.075189926,0.699371874,0.622160464,0.62217051,0.622340426
-6233,1,0.1394,1,1,1,1,1,1,1,1,0.0744,0.1394,0.0828,1,0.1925,1,1,1,1,1,1,0.1524,0.1925,0.1194,1,0.5,1,1,1,0.0812,0.5,0.0576,1,1,1,1,1,0.067034043,0.415096194,0.002758092,1,1,1,1,1,0.181927815,0.406818658,0.002465183,1,1,1,1,1,0.087647013,0.382006705,0.623247946,0.623228263,0.62322695
-6234,1,0.1394,1,1,1,1,1,1,1,1,0.1115,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0931,0.1925,0,1,0.5,1,1,1,0.1015,0.5,0,1,1,1,1,1,0.132280961,0,0.005038934,1,1,1,1,1,0.148909852,0,0.003842932,1,1,1,1,1,0.114019878,0,0.621918801,0.621958959,0.622340426
-6235,1,0.1394,1,1,1,1,1,1,1,1,0.1269,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1201,0.1925,0,1,0.5,1,1,1,0.1005,0.5,0,1,1,1,1,1,0.181443825,0,0.008825902,1,1,1,1,1,0.201318562,0,0.002387173,1,1,1,1,1,0.136772528,0,0.642278879,0.642267823,0.642287234
-6236,1,0.1394,1,1,1,1,1,1,1,1,0.1293,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2121,0.1925,0,1,0.5,1,1,1,0.2071,0.5,0,1,1,1,1,1,0.163581848,0,0.008878049,1,1,1,1,1,0.28943339,0,0,1,1,1,1,1,0.255105764,0,0.618233446,0.618151047,0.618351064
-6237,1,0.1394,1,1,1,1,1,1,1,1,0.1329,0.1394,0,1,0.1925,1,1,1,1,1,1,0.4245,0.1925,0,1,0.5,1,1,1,0.221,0.5,0,1,1,1,1,1,0.169647887,0,0.002195637,1,1,1,1,1,0.472525209,0,0.017733248,1,1,1,1,1,0.418872446,0,0.569296762,0.569282843,0.569592199
-6238,1,0.1394,1,1,1,1,1,1,1,1,0.1885,0.1394,0,1,0.1925,1,1,1,1,1,1,0.289,0.1925,0,1,0.5,1,1,1,0.1841,0.5,0,1,1,1,1,1,0.245704263,0,0.006587274,1,1,1,1,1,0.388140202,0,0.070237175,1,1,1,1,1,0.414977551,0,0.509001933,0.508990903,0.508865248
-6239,1,0.1394,1,1,1,1,1,1,1,1,0.271,0.1394,0,1,0.1925,1,1,1,1,1,1,0.4002,0.1925,0,1,0.5,1,1,1,0.1407,0.5,0,1,1,1,1,1,0.313730925,0,0.044793829,1,1,1,1,1,0.465539753,0,0.056467541,1,1,1,1,1,0.338189483,0,0.456259062,0.456314787,0.456117021
-6240,1,0.1394,1,1,1,1,1,1,1,1,0.2538,0.1394,0,1,0.1925,1,1,1,1,1,1,0.4776,0.1925,0,1,0.5,1,1,1,0.1575,0.5,0,1,1,1,1,1,0.253880203,0,0.053321429,1,1,1,1,1,0.525839508,0,0.049671993,1,1,1,1,1,0.341762662,0,0.422305462,0.422466681,0.422429078
-6241,1,0.1394,1,1,1,1,1,1,1,1,0.3058,0.1394,0,1,0.1925,1,1,1,1,1,1,0.5388,0.1925,0,1,0.5,1,1,1,0.1725,0.5,0,1,1,1,1,1,0.267441034,0,0.099992745,1,1,1,1,1,0.568044841,0,0.087419897,1,1,1,1,1,0.339387864,0,0.401703722,0.401734715,0.401595745
-6242,1,0.1394,1,1,1,1,1,1,1,1,0.3049,0.1394,0,1,0.1925,1,1,1,1,1,1,0.523,0.1925,0,1,0.5,1,1,1,0.167,0.5,0,1,1,1,1,1,0.263823658,0,0.090121374,1,1,1,1,1,0.53508091,0,0.141566247,1,1,1,1,1,0.291585088,0,0.390647656,0.390734081,0.390514184
-6243,1,0.1394,1,1,1,1,1,1,1,1,0.2293,0.1394,0,1,0.1925,1,1,1,1,1,1,0.4515,0.1925,0,1,0.5,1,1,1,0.1802,0.5,0,1,1,1,1,1,0.197275117,0,0.09806937,1,1,1,1,1,0.425050527,0,0.175743192,1,1,1,1,1,0.344280213,0,0.388533108,0.388618574,0.388297872
-6244,1,0.1394,1,1,1,1,1,1,1,1,0.1718,0.1394,0,1,0.1925,1,1,1,1,1,1,0.3481,0.1925,0,1,0.5,1,1,1,0.18,0.5,0,1,1,1,1,1,0.160477117,0,0.080631077,1,1,1,1,1,0.369705915,0,0.247085884,1,1,1,1,1,0.37121284,0,0.399287095,0.399407658,0.399379433
-6245,1,0.1394,1,1,1,1,1,1,1,1,0.2698,0.1394,0,1,0.1925,1,1,1,1,1,1,0.4606,0.1925,0,1,0.5,1,1,1,0.1494,0.5,0,1,1,1,1,1,0.277796656,0,0.167847455,1,1,1,1,1,0.49178189,0,0.390971214,1,1,1,1,1,0.307884753,0,0.439826003,0.439813835,0.439716312
-6246,1,0.1394,1,1,1,1,1,1,1,1,0.2786,0.1394,0.0159,1,0.1925,1,1,1,1,1,1,0.1294,0.1925,0,1,0.5,1,1,1,0.2138,0.5,0.0078,1,1,1,1,1,0.277626365,0.022283569,0.186119974,1,1,1,1,1,0.205504879,0,0.360492945,1,1,1,1,1,0.383541822,0.098685279,0.511962301,0.511952613,0.511968085
-6247,1,0.1394,1,1,1,1,1,1,1,1,0.2407,0.1394,0.1364,1,0.1925,1,1,1,1,1,1,0.1327,0.1925,0.0655,1,0.5,1,1,1,0.1673,0.5,0.1544,1,1,1,1,1,0.249679625,0.226482794,0.289202154,1,1,1,1,1,0.247640729,0.080660261,0.788872838,1,1,1,1,1,0.334947705,0.411471575,0.560898985,0.560820817,0.561170213
-6248,1,0.1394,1,1,1,1,1,1,1,1,0.1846,0.1394,0.2613,1,0.1925,1,1,1,1,1,1,0.4459,0.1925,0.1555,1,0.5,1,1,1,0.1629,0.5,0.2618,1,1,1,1,1,0.207848087,0.37896648,0.604780078,1,1,1,1,1,0.590209961,0.203244433,1,1,1,1,1,1,0.293109059,0.645187259,0.588206863,0.588322403,0.588652482
-6249,1,0.1394,1,1,1,1,1,1,1,1,0.1631,0.1394,0.2878,1,0.1925,1,1,1,1,1,1,0.5621,0.1925,0.277,1,0.5,1,1,1,0.2231,0.5,0.3653,1,1,1,1,1,0.19960928,0.382543921,0.614586949,1,1,1,1,1,0.619353831,0.353104055,1,1,1,1,1,1,0.426415026,0.735816002,0.608808603,0.608842818,0.609042553
-6250,1,0.1394,1,1,1,1,1,1,1,1,0.3412,0.1394,0.3485,1,0.1925,1,1,1,1,1,1,0.7271,0.1925,0.2571,1,0.5,1,1,1,0.3233,0.5,0.4183,1,1,1,1,1,0.302885622,0.451102853,0.862375736,1,1,1,1,1,0.745524287,0.181960732,1,1,1,1,1,1,0.576111674,0.672323644,0.627597873,0.627670827,0.627659574
-6251,1,0.1394,1,1,1,1,1,1,1,1,0.5067,0.1394,0.3694,1,0.1925,1,1,1,1,1,1,0.7993,0.1925,0.3513,1,0.5,1,1,1,0.3761,0.5,0.4021,1,1,1,1,1,0.480172276,0.502929211,0.945982039,1,1,1,1,1,0.820444703,0.420984417,1,1,1,1,1,1,0.628864944,0.547104061,0.637626873,0.637825259,0.63785461
-6252,1,0.1394,1,1,1,1,1,1,1,1,0.5989,0.1394,0.3715,1,0.1925,1,1,1,1,1,1,0.7366,0.1925,0.3317,1,0.5,1,1,1,0.5311,0.5,0.3086,1,1,1,1,1,0.546854019,0.498279095,0.994616151,1,1,1,1,1,0.833421111,0.432880878,1,1,1,1,1,1,0.745023072,0.567321301,0.641312228,0.64142162,0.641400709
-6253,1,0.1394,1,1,1,1,1,1,1,1,0.6863,0.1394,0.3159,1,0.1925,1,1,1,1,1,1,0.6027,0.1925,0.2708,1,0.5,1,1,1,0.5649,0.5,0.3258,1,1,1,1,1,0.640099227,0.418616652,1,1,1,1,1,1,0.765758872,0.314570338,1,1,1,1,1,1,0.717976928,0.556367993,0.647293378,0.647345039,0.647606383
-6254,1,0.1394,1,1,1,1,1,1,1,1,0.741,0.1394,0.2634,1,0.1925,1,1,1,1,1,1,0.5404,0.1925,0.2233,1,0.5,1,1,1,0.7285,0.5,0.3011,1,1,1,1,1,0.729171991,0.357106715,1,1,1,1,1,1,0.736954808,0.290220886,1,1,1,1,1,1,0.841485143,0.413890243,0.645360077,0.645441083,0.645833333
-6255,1,0.1394,1,1,1,1,1,1,1,1,0.8422,0.1394,0.1974,1,0.1925,1,1,1,1,1,1,0.6067,0.1925,0.1633,1,0.5,1,1,1,0.8418,0.5,0.1723,1,1,1,1,1,0.836696684,0.245138064,1,1,1,1,1,1,0.800176859,0.142584339,1,1,1,1,1,1,0.900337934,0.214718387,0.644272595,0.64438333,0.644503546
-6256,1,0.1394,1,1,1,1,1,1,1,1,0.8472,0.1394,0.1018,1,0.1925,1,1,1,1,1,1,0.8452,0.1925,0.0646,1,0.5,1,1,1,0.83,0.5,0.0429,1,1,1,1,1,0.846132278,0.106992744,1,1,1,1,1,1,0.899984956,0.043339536,1,1,1,1,1,1,0.896302462,0.038207538,0.651824553,0.651787603,0.652039007
-6257,1,0.1394,1,1,1,1,1,1,1,1,0.9035,0.1394,0,1,0.1925,1,1,1,1,1,1,0.7446,0.1925,0,1,0.5,1,1,1,0.8368,0.5,0,1,1,1,1,1,0.895508111,0,1,1,1,1,1,1,0.853987038,0,1,1,1,1,1,1,0.905486524,0,0.662638956,0.662788238,0.662677305
-6258,1,0.1394,1,1,1,1,1,1,1,1,0.8597,0.1394,0,1,0.1925,1,1,1,1,1,1,0.8288,0.1925,0,1,0.5,1,1,1,0.8668,0.5,0,1,1,1,1,1,0.863524735,0,1,1,1,1,1,1,0.882746637,0,1,1,1,1,1,1,0.909206748,0,0.670613823,0.670827163,0.671099291
-6259,1,0.1394,1,1,1,1,1,1,1,1,0.8964,0.1394,0,1,0.1925,1,1,1,1,1,1,0.6665,0.1925,0,1,0.5,1,1,1,0.7858,0.5,0,1,1,1,1,1,0.886635721,0,1,1,1,1,1,1,0.769998789,0,1,1,1,1,1,1,0.899916828,0,0.677259546,0.677385234,0.677304965
-6260,1,0.1394,1,1,1,1,1,1,1,1,0.9105,0.1394,0,1,0.1925,1,1,1,1,1,1,0.8608,0.1925,0,1,0.5,1,1,1,0.8709,0.5,0,1,1,1,1,1,0.907785177,0,1,1,1,1,1,1,0.77050519,0,1,1,1,1,1,1,0.910552263,0,0.65242871,0.652633806,0.65248227
-6261,1,0.1394,1,1,1,1,1,1,1,1,0.9181,0.1394,0,1,0.1925,1,1,1,1,1,1,0.6301,0.1925,0,1,0.5,1,1,1,0.8965,0.5,0,1,1,1,1,1,0.902065814,0,1,1,1,1,1,1,0.650858045,0,1,1,1,1,1,1,0.904552639,0,0.605425326,0.605458007,0.605496454
-6262,1,0.1394,1,1,1,1,1,1,1,1,0.7601,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1793,0.1925,0,1,0.5,1,1,1,0.8455,0.5,0,1,1,1,1,1,0.713418901,0,1,1,1,1,1,1,0.34765619,0,1,1,1,1,1,1,0.899524689,0,0.546520058,0.546435371,0.546542553
-6263,1,0.1394,1,1,1,1,1,1,1,1,0.6234,0.1394,0,1,0.1925,1,1,1,1,1,1,0.116,0.1925,0,1,0.5,1,1,1,0.7956,0.5,0,1,1,1,1,1,0.44443351,0,1,1,1,1,1,1,0.260984361,0,1,1,1,1,1,1,0.873558462,0,0.495891735,0.495874762,0.496010638
-6264,1,0.1394,1,1,1,1,1,1,1,1,0.5922,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1317,0.1925,0,1,0.5,1,1,1,0.7531,0.5,0,1,1,1,1,1,0.454842687,0,1,1,1,1,1,1,0.227986068,0,1,1,1,1,1,1,0.827394128,0,0.460669406,0.460757351,0.460549645
-6265,1,0.1394,1,1,1,1,1,1,1,1,0.4734,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2002,0.1925,0,1,0.5,1,1,1,0.7037,0.5,0,1,1,1,1,1,0.380155802,0,1,1,1,1,1,1,0.26589483,0,1,1,1,1,1,1,0.730171859,0,0.43958434,0.439602285,0.439716312
-6266,1,0.1394,1,1,1,1,1,1,1,1,0.4741,0.1394,0,1,0.1925,1,1,1,1,1,1,0.4439,0.1925,0,1,0.5,1,1,1,0.7177,0.5,0,1,1,1,1,1,0.354818434,0,1,1,1,1,1,1,0.415369898,0,1,1,1,1,1,1,0.707758307,0,0.426836636,0.426697694,0.426861702
-6267,1,0.1394,1,1,1,1,1,1,1,1,0.3632,0.1394,0,1,0.1925,1,1,1,1,1,1,0.6166,0.1925,0,1,0.5,1,1,1,0.6974,0.5,0,1,1,1,1,1,0.333521307,0,0.933094859,1,1,1,1,1,0.487725228,0,1,1,1,1,1,1,0.698873103,0,0.421580474,0.421620478,0.421985816
-6268,1,0.1394,1,1,1,1,1,1,1,1,0.2676,0.1394,0,1,0.1925,1,1,1,1,1,1,0.8207,0.1925,0,1,0.5,1,1,1,0.5716,0.5,0,1,1,1,1,1,0.340153337,0,0.960870445,1,1,1,1,1,0.668417871,0,1,1,1,1,1,1,0.549603105,0,0.427440793,0.427543897,0.427748227
-6269,1,0.1394,1,1,1,1,1,1,1,1,0.295,0.1394,0,1,0.1925,1,1,1,1,1,1,0.6426,0.1925,0,1,0.5,1,1,1,0.5213,0.5,0,1,1,1,1,1,0.362669826,0,0.996067762,1,1,1,1,1,0.634409189,0,0.995706797,1,1,1,1,1,0.482851207,0,0.462119381,0.462238206,0.461879433
-6270,1,0.1394,1,1,1,1,1,1,1,1,0.3507,0.1394,0,1,0.1925,1,1,1,1,1,1,0.6814,0.1925,0,1,0.5,1,1,1,0.5421,0.5,0,1,1,1,1,1,0.377154589,0,0.960068941,1,1,1,1,1,0.598282158,0,1,1,1,1,1,1,0.558659792,0,0.529905752,0.529934419,0.529698582
-6271,1,0.1394,1,1,1,1,1,1,1,1,0.2772,0.1394,0.0468,1,0.1925,1,1,1,1,1,1,0.5115,0.1925,0.0759,1,0.5,1,1,1,0.4595,0.5,0.0437,1,1,1,1,1,0.276973754,0.05614087,0.546297789,1,1,1,1,1,0.461657017,0.227855787,1,1,1,1,1,1,0.625165164,0.024063319,0.572075882,0.572033002,0.572251773
-6272,1,0.1394,1,1,1,1,1,1,1,1,0.3129,0.1394,0.2496,1,0.1925,1,1,1,1,1,1,0.5112,0.1925,0.332,1,0.5,1,1,1,0.5152,0.5,0.2197,1,1,1,1,1,0.36558342,0.47082445,0.665183544,1,1,1,1,1,0.485626668,0.66785574,0.75531888,1,1,1,1,1,0.712772608,0.165622219,0.587240213,0.58726465,0.587322695
-6273,1,0.1394,1,1,1,1,1,1,1,1,0.3075,0.1394,0.4478,1,0.1925,1,1,1,1,1,1,0.5888,0.1925,0.5486,1,0.5,1,1,1,0.512,0.5,0.3623,1,1,1,1,1,0.396992445,0.778831363,0.524917424,1,1,1,1,1,0.523410916,0.882747948,0.736584306,1,1,1,1,1,0.810697675,0.368314564,0.597631706,0.597630633,0.597960993
-6274,1,0.1394,1,1,1,1,1,1,1,1,0.2307,0.1394,0.585,1,0.1925,1,1,1,1,1,1,0.4432,0.1925,0.6681,1,0.5,1,1,1,0.3475,0.5,0.4849,1,1,1,1,1,0.314399153,0.895589411,0.289735019,1,1,1,1,1,0.4293212,0.936693668,0.843446434,1,1,1,1,1,0.706968069,0.694397569,0.608446109,0.608631267,0.608599291
-6275,1,0.1394,1,1,1,1,1,1,1,1,0.1969,0.1394,0.6361,1,0.1925,1,1,1,1,1,1,0.3378,0.1925,0.6905,1,0.5,1,1,1,0.4398,0.5,0.6162,1,1,1,1,1,0.318510592,0.953192055,0.229084462,1,1,1,1,1,0.334280163,0.940280497,0.761703432,1,1,1,1,1,0.816229165,0.91219306,0.615514741,0.615612439,0.615691489
-6276,1,0.1394,1,1,1,1,1,1,1,1,0.1688,0.1394,0.6707,1,0.1925,1,1,1,1,1,1,0.2822,0.1925,0.7012,1,0.5,1,1,1,0.3842,0.5,0.6704,1,1,1,1,1,0.305303544,0.979056299,0.265598446,1,1,1,1,1,0.277040839,0.96468854,0.467822552,1,1,1,1,1,0.709481716,0.947866917,0.617266796,0.617304845,0.617464539
-6277,1,0.1394,1,1,1,1,1,1,1,1,0.1259,0.1394,0.6639,1,0.1925,1,1,1,1,1,1,0.1885,0.1925,0.6893,1,0.5,1,1,1,0.4951,0.5,0.6783,1,1,1,1,1,0.261399627,0.967756212,0.248972416,1,1,1,1,1,0.180448726,0.927639723,0.432994545,1,1,1,1,1,0.824609637,0.964738607,0.621495892,0.621535858,0.621897163
-6278,1,0.1394,1,1,1,1,1,1,1,1,0.1103,0.1394,0.6118,1,0.1925,1,1,1,1,1,1,0.1664,0.1925,0.6146,1,0.5,1,1,1,0.3427,0.5,0.6267,1,1,1,1,1,0.180195451,0.927212715,0.28510955,1,1,1,1,1,0.167798579,0.83778429,0.306012064,1,1,1,1,1,0.654304743,0.946811259,0.618837603,0.618785699,0.618794326
-6279,1,0.1394,1,1,1,1,1,1,1,1,0.0771,0.1394,0.4717,1,0.1925,1,1,1,1,1,1,0.0885,0.1925,0.5053,1,0.5,1,1,1,0.2832,0.5,0.4688,1,1,1,1,1,0.113147579,0.878002644,0.172777176,1,1,1,1,1,0.109695286,0.874925256,0.27492094,1,1,1,1,1,0.516155362,0.883291245,0.61539391,0.615400889,0.615691489
-6280,1,0.1394,1,1,1,1,1,1,1,1,0.0728,0.1394,0.2937,1,0.1925,1,1,1,1,1,1,0.1332,0.1925,0.3293,1,0.5,1,1,1,0.2851,0.5,0.2737,1,1,1,1,1,0.111210242,0.717470407,0.14756304,1,1,1,1,1,0.165541247,0.716637015,0.321074873,1,1,1,1,1,0.405271649,0.703476787,0.614487675,0.614554686,0.614804965
-6281,1,0.1394,1,1,1,1,1,1,1,1,0.0386,0.1394,0.0815,1,0.1925,1,1,1,1,1,1,0.092,0.1925,0.1169,1,0.5,1,1,1,0.1387,0.5,0.0644,1,1,1,1,1,0.030652365,0.403082073,0.065814361,1,1,1,1,1,0.09633854,0.425342202,0.254472792,1,1,1,1,1,0.208137542,0.394536942,0.609533591,0.609689021,0.609929078
-6282,1,0.1394,1,1,1,1,1,1,1,1,0.0338,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0536,0.1925,0,1,0.5,1,1,1,0.1029,0.5,0,1,1,1,1,1,0.029230567,0,0.09330593,1,1,1,1,1,0.071585342,0,0.20887357,1,1,1,1,1,0.14922674,0,0.605002417,0.605034906,0.605496454
-6283,1,0.1394,1,1,1,1,1,1,1,1,0.0417,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0683,0.1925,0,1,0.5,1,1,1,0.1208,0.5,0,1,1,1,1,1,0.041391335,0,0.117232539,1,1,1,1,1,0.105678037,0,0.243404716,1,1,1,1,1,0.217201158,0,0.625664572,0.625766871,0.625886525
-6284,1,0.1394,1,1,1,1,1,1,1,1,0.042,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1004,0.1925,0,1,0.5,1,1,1,0.1578,0.5,0,1,1,1,1,1,0.071403354,0,0.088901833,1,1,1,1,1,0.15985468,0,0.198855519,1,1,1,1,1,0.33218345,0,0.604035766,0.603977153,0.604166667
-6285,1,0.1394,1,1,1,1,1,1,1,1,0.0827,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1834,0.1925,0,1,0.5,1,1,1,0.1869,0.5,0,1,1,1,1,1,0.137319997,0,0.057693105,1,1,1,1,1,0.256270051,0,0.142056555,1,1,1,1,1,0.362872243,0,0.557757371,0.557859107,0.557624113
-6286,1,0.1394,1,1,1,1,1,1,1,1,0.0946,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1905,0.1925,0,1,0.5,1,1,1,0.159,0.5,0,1,1,1,1,1,0.100476801,0,0.121164389,1,1,1,1,1,0.253333837,0,0.144520685,1,1,1,1,1,0.272910058,0,0.497160464,0.497144066,0.497340426
-6287,1,0.1394,1,1,1,1,1,1,1,1,0.1513,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2332,0.1925,0,1,0.5,1,1,1,0.18,0.5,0,1,1,1,1,1,0.202929556,0,0.095551141,1,1,1,1,1,0.28018868,0,0.162510738,1,1,1,1,1,0.258797616,0,0.445384244,0.445525703,0.445478723
-6288,1,0.1394,1,1,1,1,1,1,1,1,0.1724,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1879,0.1925,0,1,0.5,1,1,1,0.1338,0.5,0,1,1,1,1,1,0.238639265,0,0.138286516,1,1,1,1,1,0.303741336,0,0.301079065,1,1,1,1,1,0.189970151,0,0.409859836,0.409773641,0.41001773
-6289,1,0.1394,1,1,1,1,1,1,1,1,0.2174,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2091,0.1925,0,1,0.5,1,1,1,0.09,0.5,0,1,1,1,1,1,0.259922504,0,0.459757566,1,1,1,1,1,0.34557274,0,0.71823746,1,1,1,1,1,0.103056528,0,0.390466409,0.39052253,0.390514184
-6290,1,0.1394,1,1,1,1,1,1,1,1,0.2552,0.1394,0,1,0.1925,1,1,1,1,1,1,0.176,0.1925,0,1,0.5,1,1,1,0.1001,0.5,0,1,1,1,1,1,0.267286181,0,0.850308299,1,1,1,1,1,0.334774524,0,0.644065738,1,1,1,1,1,0.098864846,0,0.379954084,0.379733446,0.379875887
-6291,1,0.1394,1,1,1,1,1,1,1,1,0.1861,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1346,0.1925,0,1,0.5,1,1,1,0.079,0.5,0,1,1,1,1,1,0.171718106,0,0.927819967,1,1,1,1,1,0.284718663,0,0.618345618,1,1,1,1,1,0.064046822,0,0.37681247,0.376771737,0.37677305
-6292,1,0.1394,1,1,1,1,1,1,1,1,0.2466,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2358,0.1925,0,1,0.5,1,1,1,0.0729,0.5,0,1,1,1,1,1,0.28838405,0,0.955076575,1,1,1,1,1,0.419799894,0,0.616636693,1,1,1,1,1,0.077434659,0,0.386660222,0.386714618,0.386524823
-6293,1,0.1394,1,1,1,1,1,1,1,1,0.2066,0.1394,0,1,0.1925,1,1,1,1,1,1,0.2785,0.1925,0,1,0.5,1,1,1,0.0815,0.5,0,1,1,1,1,1,0.248460725,0,0.939012229,1,1,1,1,1,0.453370541,0,0.585283041,1,1,1,1,1,0.118294798,0,0.424903335,0.424793738,0.425088652
-6294,1,0.1394,1,1,1,1,1,1,1,1,0.1787,0.1394,0.0335,1,0.1925,1,1,1,1,1,1,0.2395,0.1925,0.0417,1,0.5,1,1,1,0.0517,0.5,0.0227,1,1,1,1,1,0.194784611,0.250131905,0.876956165,1,1,1,1,1,0.377963185,0.232783064,0.487962604,1,1,1,1,1,0.107061639,0.298408419,0.494804253,0.494817009,0.495124113
-6295,1,0.1394,1,1,1,1,1,1,1,1,0.0869,0.1394,0.2407,1,0.1925,1,1,1,1,1,1,0.0885,0.1925,0.2565,1,0.5,1,1,1,0.033,0.5,0.2356,1,1,1,1,1,0.069601581,0.642298222,0.957866132,1,1,1,1,1,0.229068533,0.623427093,0.61212647,1,1,1,1,1,0.103127971,0.704377472,0.536068149,0.536069389,0.535904255
-6296,1,0.1394,1,1,1,1,1,1,1,1,0.0666,0.1394,0.443,1,0.1925,1,1,1,1,1,1,0.0618,0.1925,0.4542,1,0.5,1,1,1,0.0145,0.5,0.4434,1,1,1,1,1,0.026947122,0.868264854,0.945999742,1,1,1,1,1,0.119638026,0.830749273,0.65788722,1,1,1,1,1,0.05094086,0.914325535,0.554494925,0.554474297,0.554964539
-6297,1,0.1394,1,1,1,1,1,1,1,1,0.0826,0.1394,0.5964,1,0.1925,1,1,1,1,1,1,0.0591,0.1925,0.597,1,0.5,1,1,1,0.03,0.5,0.6085,1,1,1,1,1,0.033936385,0.956317723,0.844533384,1,1,1,1,1,0.093745604,0.911661506,0.586685658,1,1,1,1,1,0.043548308,0.979847848,0.568088449,0.568013539,0.568262411
-6298,1,0.1394,1,1,1,1,1,1,1,1,0.0981,0.1394,0.7934,1,0.1925,1,1,1,1,1,1,0.1222,0.1925,0.7864,1,0.5,1,1,1,0.0311,0.5,0.7973,1,1,1,1,1,0.054395821,0.999985516,0.766755104,1,1,1,1,1,0.142969444,0.999769568,0.584678054,1,1,1,1,1,0.062951393,1,0.581681972,0.581764333,0.582003546
-6299,1,0.1394,1,1,1,1,1,1,1,1,0.0571,0.1394,0.6889,1,0.1925,1,1,1,1,1,1,0.0728,0.1925,0.665,1,0.5,1,1,1,0.0252,0.5,0.711,1,1,1,1,1,0.024835909,0.954620659,0.629325747,1,1,1,1,1,0.09166792,0.912972987,0.484628826,1,1,1,1,1,0.051850304,0.992457271,0.587904785,0.587899302,0.58820922
-6300,1,0.1394,1,1,1,1,1,1,1,1,0.0381,0.1394,0.6804,1,0.1925,1,1,1,1,1,1,0.0276,0.1925,0.6768,1,0.5,1,1,1,0.0272,0.5,0.7072,1,1,1,1,1,0.009409519,0.968227327,0.585888505,1,1,1,1,1,0.043686945,0.8987602,0.301607847,1,1,1,1,1,0.049454477,0.990202308,0.587844369,0.587899302,0.58820922
-6301,1,0.1394,1,1,1,1,1,1,1,1,0.0277,0.1394,0.6322,1,0.1925,1,1,1,1,1,1,0.0026,0.1925,0.5863,1,0.5,1,1,1,0.0316,0.5,0.6985,1,1,1,1,1,0.00622844,0.88895458,0.530521572,1,1,1,1,1,0.016565099,0.793150842,0.31965369,1,1,1,1,1,0.0454312,0.965845108,0.59201305,0.592130315,0.592198582
-6302,1,0.1394,1,1,1,1,1,1,1,1,0.0256,0.1394,0.5236,1,0.1925,1,1,1,1,1,1,0.0076,0.1925,0.548,1,0.5,1,1,1,0.0262,0.5,0.624,1,1,1,1,1,0.007524293,0.77450633,0.466585428,1,1,1,1,1,0.015458285,0.75370878,0.249356568,1,1,1,1,1,0.041278668,0.951416671,0.589233929,0.589168606,0.589095745
-6303,1,0.1394,1,1,1,1,1,1,1,1,0.0452,0.1394,0.4284,1,0.1925,1,1,1,1,1,1,0.0439,0.1925,0.4483,1,0.5,1,1,1,0.0344,0.5,0.4733,1,1,1,1,1,0.014969828,0.744874001,0.50908792,1,1,1,1,1,0.053562108,0.742327809,0.19486624,1,1,1,1,1,0.036851462,0.81261152,0.584702755,0.584726042,0.584663121
-6304,1,0.1394,1,1,1,1,1,1,1,1,0.0633,0.1394,0.2682,1,0.1925,1,1,1,1,1,1,0.0391,0.1925,0.2868,1,0.5,1,1,1,0.0429,0.5,0.2742,1,1,1,1,1,0.026947327,0.588417232,0.559422016,1,1,1,1,1,0.05340714,0.584189355,0.226915449,1,1,1,1,1,0.059232846,0.538257837,0.583736104,0.583668289,0.583776596
-6305,1,0.1394,1,1,1,1,1,1,1,1,0.0576,0.1394,0.0695,1,0.1925,1,1,1,1,1,1,0.0246,0.1925,0.1025,1,0.5,1,1,1,0.0736,0.5,0.0575,1,1,1,1,1,0.03364316,0.345958918,0.687271833,1,1,1,1,1,0.043676525,0.389503688,0.170168325,1,1,1,1,1,0.130118877,0.162066981,0.583494442,0.583456738,0.583776596
-6306,1,0.1394,1,1,1,1,1,1,1,1,0.0477,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0256,0.1925,0,1,0.5,1,1,1,0.0957,0.5,0,1,1,1,1,1,0.061419722,0,0.73506248,1,1,1,1,1,0.043755475,0,0.207818076,1,1,1,1,1,0.22041826,0,0.58742146,0.587476201,0.587322695
-6307,1,0.1394,1,1,1,1,1,1,1,1,0.0835,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0576,0.1925,0,1,0.5,1,1,1,0.1179,0.5,0,1,1,1,1,1,0.201475695,0,0.552431285,1,1,1,1,1,0.080463089,0,0.282734573,1,1,1,1,1,0.272866458,0,0.611104398,0.611169875,0.611258865
-6308,1,0.1394,1,1,1,1,1,1,1,1,0.0456,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0323,0.1925,0,1,0.5,1,1,1,0.1624,0.5,0,1,1,1,1,1,0.165329114,0,0.266400307,1,1,1,1,1,0.064524919,0,0.232544005,1,1,1,1,1,0.363240331,0,0.592133881,0.592130315,0.592198582
-6309,1,0.1394,1,1,1,1,1,1,1,1,0.0447,0.1394,0,1,0.1925,1,1,1,1,1,1,0.057,0.1925,0,1,0.5,1,1,1,0.1781,0.5,0,1,1,1,1,1,0.130794749,0,0.168302238,1,1,1,1,1,0.076413453,0,0.071947917,1,1,1,1,1,0.3879188,0,0.548876269,0.548762429,0.548758865
-6310,1,0.1394,1,1,1,1,1,1,1,1,0.0685,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1143,0.1925,0,1,0.5,1,1,1,0.1284,0.5,0,1,1,1,1,1,0.174172938,0,0.086044714,1,1,1,1,1,0.138520539,0,0.097407065,1,1,1,1,1,0.352823049,0,0.491662639,0.491643749,0.491578014
-6311,1,0.1394,1,1,1,1,1,1,1,1,0.0808,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0811,0.1925,0,1,0.5,1,1,1,0.0739,0.5,0,1,1,1,1,1,0.145591855,0,0.10207884,1,1,1,1,1,0.114006311,0,0.154199496,1,1,1,1,1,0.260020554,0,0.439826003,0.439813835,0.439716312
-6312,1,0.1394,1,1,1,1,1,1,1,1,0.0555,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0655,0.1925,0,1,0.5,1,1,1,0.0498,0.5,0,1,1,1,1,1,0.083103582,0,0.123599365,1,1,1,1,1,0.079041407,0,0.138653412,1,1,1,1,1,0.168946579,0,0.405811986,0.405754178,0.405585106
-6313,1,0.1394,1,1,1,1,1,1,1,1,0.036,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0458,0.1925,0,1,0.5,1,1,1,0.0664,0.5,0,1,1,1,1,1,0.050490636,0,0.14115952,1,1,1,1,1,0.059633125,0,0.052034557,1,1,1,1,1,0.178178877,0,0.387083132,0.387137719,0.386968085
-6314,1,0.1394,1,1,1,1,1,1,1,1,0.0428,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0273,0.1925,0,1,0.5,1,1,1,0.0559,0.5,0,1,1,1,1,1,0.054812361,0,0.179964155,1,1,1,1,1,0.050915822,0,0.045315448,1,1,1,1,1,0.156431302,0,0.377174964,0.377194838,0.377216312
-6315,1,0.1394,1,1,1,1,1,1,1,1,0.0429,0.1394,0,1,0.1925,1,1,1,1,1,1,0,0.1925,0,1,0.5,1,1,1,0.0514,0.5,0,1,1,1,1,1,0.025809251,0,0.228815168,1,1,1,1,1,0.023395186,0,0.065697908,1,1,1,1,1,0.149896652,0,0.374637506,0.37465623,0.374556738
-6316,1,0.1394,1,1,1,1,1,1,1,1,0.05,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0046,0.1925,0,1,0.5,1,1,1,0.058,0.5,0,1,1,1,1,1,0.032502305,0,0.240928799,1,1,1,1,1,0.039031994,0,0.096330374,1,1,1,1,1,0.167406291,0,0.384062349,0.383964459,0.383865248
-6317,1,0.1394,1,1,1,1,1,1,1,1,0.0452,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0152,0.1925,0,1,0.5,1,1,1,0.0399,0.5,0,1,1,1,1,1,0.018325109,0,0.231815875,1,1,1,1,1,0.044287812,0,0.036207855,1,1,1,1,1,0.104223967,0,0.421278395,0.421408927,0.421542553
-6318,1,0.1394,1,1,1,1,1,1,1,1,0.0593,0.1394,0.0007,1,0.1925,1,1,1,1,1,1,0,0.1925,0.0016,1,0.5,1,1,1,0.0258,0.5,0.0134,1,1,1,1,1,0.01665917,0.002522378,0.285738885,1,1,1,1,1,0.017994329,0.009329867,0.069266751,1,1,1,1,1,0.110381842,0.015531898,0.492870952,0.492913053,0.492907801
-6319,1,0.1394,1,1,1,1,1,1,1,1,0.0544,0.1394,0.1283,1,0.1925,1,1,1,1,1,1,0,0.1925,0.1392,1,0.5,1,1,1,0.0259,0.5,0.18,1,1,1,1,1,0.0219873,0.28183794,0.365965307,1,1,1,1,1,0.020985063,0.389887393,0.08320079,1,1,1,1,1,0.092201836,0.1984687,0.536128565,0.536069389,0.535904255
-6320,1,0.1394,1,1,1,1,1,1,1,1,0.0106,0.1394,0.2225,1,0.1925,1,1,1,1,1,1,0,0.1925,0.3124,1,0.5,1,1,1,0.0038,0.5,0.3416,1,1,1,1,1,0.000784784,0.428457707,0.637277722,1,1,1,1,1,0.000247958,0.641349733,0.31287384,1,1,1,1,1,0.006872381,0.424085081,0.555763654,0.555743601,0.555851064
-6321,1,0.1394,1,1,1,1,1,1,1,1,0.0186,0.1394,0.3094,1,0.1925,1,1,1,1,1,1,0,0.1925,0.454,1,0.5,1,1,1,0.0293,0.5,0.4738,1,1,1,1,1,0.004651877,0.56105721,0.661882102,1,1,1,1,1,0.000580932,0.745595276,0.150117546,1,1,1,1,1,0.110757686,0.445560277,0.569417593,0.569494394,0.569592199
-6322,1,0.1394,1,1,1,1,1,1,1,1,0.0327,0.1394,0.3942,1,0.1925,1,1,1,1,1,1,0.017,0.1925,0.5999,1,0.5,1,1,1,0.007,0.5,0.485,1,1,1,1,1,0.004323139,0.67716217,0.943252921,1,1,1,1,1,0.016134806,0.858267546,0.805031419,1,1,1,1,1,0.003145846,0.382746726,0.580534074,0.580706579,0.580673759
-6323,1,0.1394,1,1,1,1,1,1,1,1,0.0269,0.1394,0.4972,1,0.1925,1,1,1,1,1,1,0.0225,0.1925,0.6783,1,0.5,1,1,1,0.0217,0.5,0.5116,1,1,1,1,1,0.024455111,0.840424299,0.706419468,1,1,1,1,1,0.025352444,0.944444001,0.340715468,1,1,1,1,1,0.046983048,0.45386374,0.584038183,0.58409139,0.584219858
-6324,1,0.1394,1,1,1,1,1,1,1,1,0.021,0.1394,0.5285,1,0.1925,1,1,1,1,1,1,0.0584,0.1925,0.6891,1,0.5,1,1,1,0.0217,0.5,0.5107,1,1,1,1,1,0.029617434,0.898334622,0.592593431,1,1,1,1,1,0.044427797,0.960771322,0.449324906,1,1,1,1,1,0.038086988,0.481023431,0.585004833,0.584937593,0.585106383
-6325,1,0.1394,1,1,1,1,1,1,1,1,0.0622,0.1394,0.5815,1,0.1925,1,1,1,1,1,1,0.0955,0.1925,0.6865,1,0.5,1,1,1,0.0616,0.5,0.5022,1,1,1,1,1,0.054333743,0.912176669,0.846998036,1,1,1,1,1,0.073395409,0.950381398,0.246064425,1,1,1,1,1,0.121359549,0.498133481,0.586031899,0.585995346,0.58643617
-6326,1,0.1394,1,1,1,1,1,1,1,1,0.0637,0.1394,0.5702,1,0.1925,1,1,1,1,1,1,0.1157,0.1925,0.638,1,0.5,1,1,1,0.0787,0.5,0.4275,1,1,1,1,1,0.044536501,0.912368536,0.803597867,1,1,1,1,1,0.096112326,0.933316827,0.339449465,1,1,1,1,1,0.153092712,0.625847459,0.58337361,0.583456738,0.583333333
-6327,1,0.1394,1,1,1,1,1,1,1,1,0.0382,0.1394,0.4618,1,0.1925,1,1,1,1,1,1,0.03,0.1925,0.5117,1,0.5,1,1,1,0.0741,0.5,0.3979,1,1,1,1,1,0.024888569,0.890132487,0.716748595,1,1,1,1,1,0.033136167,0.892677724,0.32752645,1,1,1,1,1,0.15023838,0.773537397,0.579809087,0.579860377,0.580230496
-6328,1,0.1394,1,1,1,1,1,1,1,1,0.0895,0.1394,0.287,1,0.1925,1,1,1,1,1,1,0.0107,0.1925,0.3363,1,0.5,1,1,1,0.1009,0.5,0.2601,1,1,1,1,1,0.068814151,0.722224832,0.824315906,1,1,1,1,1,0.017768929,0.72407794,0.265992701,1,1,1,1,1,0.19952105,0.627960801,0.578057032,0.577956421,0.578014184
-6329,1,0.1394,1,1,1,1,1,1,1,1,0.0739,0.1394,0.0699,1,0.1925,1,1,1,1,1,1,0.0321,0.1925,0.1158,1,0.5,1,1,1,0.1187,0.5,0.0524,1,1,1,1,1,0.083518147,0.4111588,0.648989975,1,1,1,1,1,0.031426337,0.422965765,0.18841964,1,1,1,1,1,0.204081327,0.343265593,0.573888352,0.573936958,0.574024823
-6330,1,0.1394,1,1,1,1,1,1,1,1,0.0835,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0736,0.1925,0,1,0.5,1,1,1,0.1147,0.5,0,1,1,1,1,1,0.07348223,0,0.810019493,1,1,1,1,1,0.059582852,0,0.14061074,1,1,1,1,1,0.238460332,0,0.575036249,0.574994711,0.57535461
-6331,1,0.1394,1,1,1,1,1,1,1,1,0.0895,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1248,0.1925,0,1,0.5,1,1,1,0.1555,0.5,0,1,1,1,1,1,0.117586166,0,0.804494023,1,1,1,1,1,0.109368563,0,0.10176912,1,1,1,1,1,0.336439908,0,0.592194297,0.592341866,0.592641844
-6332,1,0.1394,1,1,1,1,1,1,1,1,0.123,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0514,0.1925,0,1,0.5,1,1,1,0.2243,0.5,0,1,1,1,1,1,0.200469121,0,0.700875163,1,1,1,1,1,0.082841158,0,0.097373039,1,1,1,1,1,0.458505988,0,0.573284195,0.573302306,0.57358156
-6333,1,0.1394,1,1,1,1,1,1,1,1,0.0702,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0356,0.1925,0,1,0.5,1,1,1,0.2086,0.5,0,1,1,1,1,1,0.124182932,0,0.506521821,1,1,1,1,1,0.085260682,0,0.064676709,1,1,1,1,1,0.497041762,0,0.536853552,0.536704041,0.53679078
-6334,1,0.1394,1,1,1,1,1,1,1,1,0.0701,0.1394,0,1,0.1925,1,1,1,1,1,1,0.107,0.1925,0,1,0.5,1,1,1,0.1493,0.5,0,1,1,1,1,1,0.122292675,0,0.498596013,1,1,1,1,1,0.179768771,0,0.07020393,1,1,1,1,1,0.395431489,0,0.490091832,0.489951343,0.490248227
-6335,1,0.1394,1,1,1,1,1,1,1,1,0.0614,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0679,0.1925,0,1,0.5,1,1,1,0.1269,0.5,0,1,1,1,1,1,0.058247916,0,0.396148592,1,1,1,1,1,0.119334891,0,0.036175132,1,1,1,1,1,0.328734785,0,0.442303045,0.442352443,0.442375887
-6336,1,0.1394,1,1,1,1,1,1,1,1,0.0685,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0211,0.1925,0,1,0.5,1,1,1,0.0888,0.5,0,1,1,1,1,1,0.042214192,0,0.278925359,1,1,1,1,1,0.048860423,0,0.017978536,1,1,1,1,1,0.314530194,0,0.407805703,0.407869685,0.407801418
-6337,1,0.1394,1,1,1,1,1,1,1,1,0.0477,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0149,0.1925,0,1,0.5,1,1,1,0.0852,0.5,0,1,1,1,1,1,0.028362643,0,0.233656779,1,1,1,1,1,0.047798041,0,0.010239268,1,1,1,1,1,0.336813092,0,0.387083132,0.387137719,0.386968085
-6338,1,0.1394,1,1,1,1,1,1,1,1,0.0373,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0311,0.1925,0,1,0.5,1,1,1,0.057,0.5,0,1,1,1,1,1,0.011135316,0,0.183551699,1,1,1,1,1,0.074335478,0,0.01505864,1,1,1,1,1,0.261640698,0,0.375362494,0.375290882,0.375443262
-6339,1,0.1394,1,1,1,1,1,1,1,1,0.0424,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0221,0.1925,0,1,0.5,1,1,1,0.0494,0.5,0,1,1,1,1,1,0.024656501,0,0.236959934,1,1,1,1,1,0.055431928,0,0.043579061,1,1,1,1,1,0.230120987,0,0.371133398,0.371059869,0.371453901
-6340,1,0.1394,1,1,1,1,1,1,1,1,0.0364,0.1394,0,1,0.1925,1,1,1,1,1,1,0,0.1925,0,1,0.5,1,1,1,0.0566,0.5,0,1,1,1,1,1,0.015490603,0,0.224149227,1,1,1,1,1,0.025234468,0,0.009904712,1,1,1,1,1,0.235865191,0,0.372281295,0.372329173,0.372340426
-6341,1,0.1394,1,1,1,1,1,1,1,1,0.0112,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0048,0.1925,0,1,0.5,1,1,1,0.0576,0.5,0,1,1,1,1,1,0.002480759,0,0.091465615,1,1,1,1,1,0.049057122,0,0,1,1,1,1,1,0.223863691,0,0.38557274,0.385656865,0.385638298
-6342,1,0.1394,1,1,1,1,1,1,1,1,0.0145,0.1394,0.0043,1,0.1925,1,1,1,1,1,1,0.0345,0.1925,0.0023,1,0.5,1,1,1,0.0568,0.5,0.001,1,1,1,1,1,0.006748586,0.067248426,0.07382258,1,1,1,1,1,0.059085354,0.035093471,0,1,1,1,1,1,0.228327587,0.132093474,0.410886902,0.410831394,0.410904255
-6343,1,0.1394,1,1,1,1,1,1,1,1,0.0208,0.1394,0.1993,1,0.1925,1,1,1,1,1,1,0.0126,0.1925,0.206,1,0.5,1,1,1,0.0934,0.5,0.1162,1,1,1,1,1,0.009895082,0.507171392,0.054546352,1,1,1,1,1,0.041677475,0.457361758,0,1,1,1,1,1,0.302363753,0.467651367,0.443753021,0.443833298,0.443705674
-6344,1,0.1394,1,1,1,1,1,1,1,1,0.0236,0.1394,0.3807,1,0.1925,1,1,1,1,1,1,0.011,0.1925,0.3824,1,0.5,1,1,1,0.105,0.5,0.3645,1,1,1,1,1,0.018364569,0.708576918,0.02565752,1,1,1,1,1,0.03157758,0.675472677,0,1,1,1,1,1,0.249809951,0.696604609,0.485681489,0.48572033,0.485815603
-6345,1,0.1394,1,1,1,1,1,1,1,1,0.005,0.1394,0.5122,1,0.1925,1,1,1,1,1,1,0.0046,0.1925,0.5217,1,0.5,1,1,1,0.1004,0.5,0.5046,1,1,1,1,1,0.002064334,0.787856638,0.017064711,1,1,1,1,1,0.034549389,0.790574253,0,1,1,1,1,1,0.189458922,0.756182015,0.514681005,0.514702771,0.51462766
-6346,1,0.1394,1,1,1,1,1,1,1,1,0.0045,0.1394,0.5895,1,0.1925,1,1,1,1,1,1,0.038,0.1925,0.6223,1,0.5,1,1,1,0.1038,0.5,0.5986,1,1,1,1,1,0.004522815,0.84454143,0.024411222,1,1,1,1,1,0.075441644,0.845280886,0,1,1,1,1,1,0.136866838,0.787781,0.52978492,0.529722869,0.529698582
-6347,1,0.1394,1,1,1,1,1,1,1,1,0.0012,0.1394,0.6126,1,0.1925,1,1,1,1,1,1,0.0579,0.1925,0.6561,1,0.5,1,1,1,0.0933,0.5,0.5996,1,1,1,1,1,0.005892828,0.897277296,0.000229683,1,1,1,1,1,0.077239297,0.879712164,0,1,1,1,1,1,0.142455488,0.793528736,0.534074432,0.534165433,0.534131206
-6348,1,0.1394,1,1,1,1,1,1,1,1,0.0014,0.1394,0.6438,1,0.1925,1,1,1,1,1,1,0.0676,0.1925,0.6685,1,0.5,1,1,1,0.1497,0.5,0.6221,1,1,1,1,1,0.007510702,0.926830113,0,1,1,1,1,1,0.078132875,0.880615234,0,1,1,1,1,1,0.256978005,0.769551218,0.533953601,0.533953882,0.534131206
-6349,1,0.1394,1,1,1,1,1,1,1,1,0.02,0.1394,0.6607,1,0.1925,1,1,1,1,1,1,0.1736,0.1925,0.644,1,0.5,1,1,1,0.2064,0.5,0.6111,1,1,1,1,1,0.040409874,0.934779406,0,1,1,1,1,1,0.188603878,0.817349672,0.006247383,1,1,1,1,1,0.327539504,0.794814885,0.530086999,0.53014597,0.530141844
-6350,1,0.1394,1,1,1,1,1,1,1,1,0.0609,0.1394,0.5942,1,0.1925,1,1,1,1,1,1,0.1202,0.1925,0.5677,1,0.5,1,1,1,0.1908,0.5,0.5329,1,1,1,1,1,0.051956519,0.892753959,0.005847455,1,1,1,1,1,0.136628449,0.745452642,0.072424352,1,1,1,1,1,0.292980939,0.832150578,0.52839536,0.528453565,0.528368794
-6351,1,0.1394,1,1,1,1,1,1,1,1,0.1031,0.1394,0.44,1,0.1925,1,1,1,1,1,1,0.1608,0.1925,0.41,1,0.5,1,1,1,0.1398,0.5,0.3897,1,1,1,1,1,0.125837445,0.767490149,0.002503905,1,1,1,1,1,0.159453943,0.691260159,0.044070944,1,1,1,1,1,0.252184927,0.804567575,0.528274529,0.528242014,0.528368794
-6352,1,0.1394,1,1,1,1,1,1,1,1,0.1143,0.1394,0.2543,1,0.1925,1,1,1,1,1,1,0.1602,0.1925,0.261,1,0.5,1,1,1,0.1543,0.5,0.1999,1,1,1,1,1,0.091484696,0.542370915,0.065830588,1,1,1,1,1,0.18194139,0.498022974,0.151606813,1,1,1,1,1,0.212537929,0.615971923,0.53340986,0.533530781,0.533687943
-6353,1,0.1394,1,1,1,1,1,1,1,1,0.1126,0.1394,0.0448,1,0.1925,1,1,1,1,1,1,0.1421,0.1925,0.0365,1,0.5,1,1,1,0.138,0.5,0.023,1,1,1,1,1,0.095191211,0.225107104,0.093994938,1,1,1,1,1,0.183388844,0.094438128,0.217527241,1,1,1,1,1,0.25174579,0.253838897,0.541143064,0.541146605,0.541223404
-6354,1,0.1394,1,1,1,1,1,1,1,1,0.1543,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0972,0.1925,0,1,0.5,1,1,1,0.146,0.5,0,1,1,1,1,1,0.177460223,0,0.165887743,1,1,1,1,1,0.147870943,0,0.310627252,1,1,1,1,1,0.32281363,0,0.553951184,0.554051195,0.554078014
-6355,1,0.1394,1,1,1,1,1,1,1,1,0.1121,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1103,0.1925,0,1,0.5,1,1,1,0.1288,0.5,0,1,1,1,1,1,0.198706254,0,0.215615511,1,1,1,1,1,0.150124684,0,0.491600573,1,1,1,1,1,0.353103846,0,0.571532141,0.571609901,0.571808511
-6356,1,0.1394,1,1,1,1,1,1,1,1,0.1932,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0691,0.1925,0,1,0.5,1,1,1,0.1877,0.5,0,1,1,1,1,1,0.265174925,0,0.578779578,1,1,1,1,1,0.109003358,0,0.947663903,1,1,1,1,1,0.408266664,0,0.555099082,0.555108949,0.554964539
-6357,1,0.1394,1,1,1,1,1,1,1,1,0.1286,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0555,0.1925,0,1,0.5,1,1,1,0.1039,0.5,0,1,1,1,1,1,0.14274326,0,0.635532141,1,1,1,1,1,0.07333602,0,1,1,1,1,1,1,0.227034181,0,0.527368294,0.527395811,0.52748227
-6358,1,0.1394,1,1,1,1,1,1,1,1,0.1167,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1351,0.1925,0,1,0.5,1,1,1,0.065,0.5,0,1,1,1,1,1,0.087402269,0,0.758849204,1,1,1,1,1,0.167495742,0,1,1,1,1,1,1,0.129254043,0,0.488702272,0.488682039,0.48891844
-6359,1,0.1394,1,1,1,1,1,1,1,1,0.1533,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1077,0.1925,0,1,0.5,1,1,1,0.0716,0.5,0,1,1,1,1,1,0.120143048,0,0.946296036,1,1,1,1,1,0.120702758,0,1,1,1,1,1,1,0.161537185,0,0.447015466,0.447006558,0.447251773
-6360,1,0.1394,1,1,1,1,1,1,1,1,0.1573,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0718,0.1925,0,1,0.5,1,1,1,0.0764,0.5,0,1,1,1,1,1,0.083374642,0,0.995745122,1,1,1,1,1,0.104410902,0,1,1,1,1,1,1,0.119975552,0,0.417834703,0.417812566,0.417553191
-6361,1,0.1394,1,1,1,1,1,1,1,1,0.2007,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0822,0.1925,0,1,0.5,1,1,1,0.0573,0.5,0,1,1,1,1,1,0.102807119,0,0.998090088,1,1,1,1,1,0.106342055,0,1,1,1,1,1,1,0.060504109,0,0.395782987,0.395811297,0.395833333
-6362,1,0.1394,1,1,1,1,1,1,1,1,0.1655,0.1394,0,1,0.1925,1,1,1,1,1,1,0.0743,0.1925,0,1,0.5,1,1,1,0.053,0.5,0,1,1,1,1,1,0.052950818,0,1,1,1,1,1,1,0.070449904,0,1,1,1,1,1,1,0.064430386,0,0.382974867,0.382906706,0.382978723
-6363,1,0.1394,1,1,1,1,1,1,1,1,0.1307,0.1394,0,1,0.1925,1,1,1,1,1,1,0.1743,0.1925,0,1,0.5,1,1,1,0.0733,0.5,0,1,1,1,1,1,0.054918729,0,1,1,1,1,1,1,0.195723429,0,0.726138234,1,1,1,1,1,0.094698958,0,0.376510391,0.376560186,0.376329787
-6364,1,0.1394,1,1,1,1,1,1,1,1,0.1403,0.1394,0,1,0.1925,1,1,1,1,1,1,0.3706,0.1925,0,1,0.5,1,1,1,0.0899,0.5,0,1,1,1,1,1,0.119223364,0,0.984140575,1,1,1,1,1,0.386097252,0,0.601408958,1,1,1,1,1,0.118232295,0,0.374758337,0.374867781,0.375
-6365,1,0.1394,1,1,1,1,1,1,1,1,0.1231,0.1394,0,1,0.1925,1,1,1,1,1,1,0.3484,0.1925,0,1,0.5,1,1,1,0.1198,0.5,0,1,1,1,1,1,0.143922985,0,0.772494435,1,1,1,1,1,0.351918131,0,0.588390052,1,1,1,1,1,0.164482281,0,0.382189464,0.382272054,0.382092199
-6366,1,0.1394,1,1,1,1,1,1,1,1,0.0663,0.1394,0.0072,1,0.1925,1,1,1,1,1,1,0.3857,0.1925,0.0175,1,0.5,1,1,1,0.1101,0.5,0.0009,1,1,1,1,1,0.062211607,0.187197506,0.654449582,1,1,1,1,1,0.350797653,0.170624629,0.460053682,1,1,1,1,1,0.230480567,0.086677007,0.395662156,0.395811297,0.395833333
-6367,1,0.1394,1,1,1,1,1,1,1,1,0.1074,0.1394,0.2144,1,0.1925,1,1,1,1,1,1,0.4601,0.1925,0.2453,1,0.5,1,1,1,0.136,0.5,0.2037,1,1,1,1,1,0.15587306,0.604519129,0.474059731,1,1,1,1,1,0.40853852,0.614339709,0.47130838,1,1,1,1,1,0.371055841,0.548357666,0.418801353,0.418658769,0.418882979
-6368,1,0.14,1,1,1,1,1,1,1,1,0.2189,0.14,0.4109,1,0.1927,1,1,1,1,1,1,0.5256,0.1927,0.4523,1,0.5003,1,1,1,0.1996,0.5003,0.4111,1,1,1,1,1,0.269140154,0.838020563,0.443635404,1,1,1,1,1,0.534851611,0.851382315,0.807488561,1,1,1,1,1,0.50630933,0.832282782,0.458011116,0.458007193,0.457890071
-6369,1,0.1405,1,1,1,1,1,1,1,1,0.2197,0.1405,0.5706,1,0.193,1,1,1,1,1,1,0.4141,0.193,0.6051,1,0.5006,1,1,1,0.2319,0.5006,0.5529,1,1,1,1,1,0.287087977,0.937340498,0.568233609,1,1,1,1,1,0.412706167,0.956899881,1,1,1,1,1,1,0.541729391,0.919818163,0.48858144,0.488682039,0.48891844
-6370,1,0.1411,1,1,1,1,1,1,1,1,0.1551,0.1411,0.6825,1,0.1932,1,1,1,1,1,1,0.3269,0.1932,0.7075,1,0.5008,1,1,1,0.2952,0.5008,0.6075,1,1,1,1,1,0.239520147,0.981440783,0.506933868,1,1,1,1,1,0.321771026,0.993428767,0.89812094,1,1,1,1,1,0.5998469,0.938742399,0.50640406,0.506452295,0.506205674
-6371,1,0.1417,1,1,1,1,1,1,1,1,0.1736,0.1417,0.6666,1,0.1934,1,1,1,1,1,1,0.2299,0.1934,0.6835,1,0.5011,1,1,1,0.1551,0.5011,0.644,1,1,1,1,1,0.165451601,0.946459174,0.885585308,1,1,1,1,1,0.201527059,0.95579958,1,1,1,1,1,1,0.246605769,0.927176476,0.515647656,0.515760525,0.515514184
-6372,1,0.1423,1,1,1,1,1,1,1,1,0.1075,0.1423,0.703,1,0.1937,1,1,1,1,1,1,0.2052,0.1937,0.7193,1,0.5014,1,1,1,0.1552,0.5014,0.6754,1,1,1,1,1,0.161713287,0.988214493,0.306413382,1,1,1,1,1,0.184864968,0.996202826,0.580740929,1,1,1,1,1,0.346629709,0.989331245,0.51921218,0.519145335,0.519060284
-6373,1,0.1428,1,1,1,1,1,1,1,1,0.1229,0.1428,0.7018,1,0.1939,1,1,1,1,1,1,0.2443,0.1939,0.7153,1,0.5016,1,1,1,0.1411,0.5016,0.6621,1,1,1,1,1,0.205731064,0.986416817,0.185720533,1,1,1,1,1,0.222814918,0.98482126,0.506919682,1,1,1,1,1,0.340967774,0.978974581,0.517097632,0.517029829,0.517287234
-6374,1,0.1434,1,1,1,1,1,1,1,1,0.1172,0.1434,0.6335,1,0.1942,1,1,1,1,1,1,0.2174,0.1942,0.6549,1,0.5019,1,1,1,0.2152,0.5019,0.5971,1,1,1,1,1,0.178908452,0.970162988,0.170386046,1,1,1,1,1,0.208305746,0.945877671,0.477202415,1,1,1,1,1,0.418789476,0.955078125,0.515768487,0.515760525,0.515957447
-6375,1,0.144,1,1,1,1,1,1,1,1,0.1157,0.144,0.486,1,0.1944,1,1,1,1,1,1,0.3043,0.1944,0.5155,1,0.5022,1,1,1,0.2012,0.5022,0.4589,1,1,1,1,1,0.199508175,0.908253968,0.118474424,1,1,1,1,1,0.300699174,0.879557252,0.353156328,1,1,1,1,1,0.313739538,0.889488339,0.517641373,0.517664481,0.517730496
-6376,1,0.1446,1,1,1,1,1,1,1,1,0.1577,0.1446,0.2005,1,0.1947,1,1,1,1,1,1,0.3769,0.1947,0.2381,1,0.5025,1,1,1,0.2011,0.5025,0.18,1,1,1,1,1,0.285816222,0.506236196,0.045915708,1,1,1,1,1,0.326266825,0.528502047,0.238046885,1,1,1,1,1,0.28365317,0.465044975,0.525314161,0.525280305,0.525265957
-6377,1,0.1451,1,1,1,1,1,1,1,1,0.0931,0.1451,0.0054,1,0.1949,1,1,1,1,1,1,0.1403,0.1949,0.024,1,0.5027,1,1,1,0.0957,0.5027,0.0023,1,1,1,1,1,0.14468573,0.075534783,0.036945436,1,1,1,1,1,0.132079139,0.158244193,0.295563877,1,1,1,1,1,0.131089509,0.000630322,0.538726438,0.538819547,0.53856383
-6378,1,0.1457,1,1,1,1,1,1,1,1,0.1222,0.1457,0,1,0.1951,1,1,1,1,1,1,0.0646,0.1951,0,1,0.503,1,1,1,0.1312,0.503,0,1,1,1,1,1,0.178841323,0,0.124795943,1,1,1,1,1,0.090347707,0,0.275750548,1,1,1,1,1,0.23827374,0,0.551232479,0.551301037,0.55141844
-6379,1,0.1463,1,1,1,1,1,1,1,1,0.0927,0.1463,0,1,0.1954,1,1,1,1,1,1,0.0417,0.1954,0,1,0.5033,1,1,1,0.1367,0.5033,0,1,1,1,1,1,0.166633174,0,0.179118633,1,1,1,1,1,0.07419984,0,0.190419123,1,1,1,1,1,0.353318393,0,0.57419043,0.574148509,0.574024823
-6380,1,0.1469,1,1,1,1,1,1,1,1,0.1358,0.1469,0,1,0.1956,1,1,1,1,1,1,0.0642,0.1956,0,1,0.5035,1,1,1,0.1276,0.5035,0,1,1,1,1,1,0.225607783,0,0.356961966,1,1,1,1,1,0.091233984,0,0.154930621,1,1,1,1,1,0.330805421,0,0.552319961,0.55235879,0.552748227
-6381,1,0.1475,1,1,1,1,1,1,1,1,0.1876,0.1475,0,1,0.1959,1,1,1,1,1,1,0.1336,0.1959,0,1,0.5038,1,1,1,0.2021,0.5038,0,1,1,1,1,1,0.278856158,0,0.583087802,1,1,1,1,1,0.168839201,0,0.274171472,1,1,1,1,1,0.310430706,0,0.509968584,0.510048657,0.510195035
-6382,1,0.148,1,1,1,1,1,1,1,1,0.1713,0.148,0,1,0.1961,1,1,1,1,1,1,0.1918,0.1961,0,1,0.5041,1,1,1,0.2695,0.5041,0,1,1,1,1,1,0.236155972,0,0.297873229,1,1,1,1,1,0.229747489,0,0.16861859,1,1,1,1,1,0.409385353,0,0.463931851,0.463930611,0.464095745
-6383,1,0.1486,1,1,1,1,1,1,1,1,0.2252,0.1486,0,1,0.1963,1,1,1,1,1,1,0.3062,0.1963,0,1,0.5044,1,1,1,0.2938,0.5044,0,1,1,1,1,1,0.213281989,0,0.293701559,1,1,1,1,1,0.342264771,0,0.211298436,1,1,1,1,1,0.467089891,0,0.41982842,0.419716522,0.419769504
-6384,1,0.1492,1,1,1,1,1,1,1,1,0.0037,0.1492,0,1,0.1966,1,1,1,1,1,1,0,0.1966,0,1,0.5046,1,1,1,0.0005,0.5046,0,1,1,1,1,1,0.000464319,0,0.492711782,1,1,1,1,1,2.58E-05,0,0.182508126,1,1,1,1,1,0.006924051,0,0.387687289,0.387772371,0.38785461
-6385,1,0.1498,1,1,1,1,1,1,1,1,0.1388,0.1498,0,1,0.1968,1,1,1,1,1,1,0.2132,0.1968,0,1,0.5049,1,1,1,0.1652,0.5049,0,1,1,1,1,1,0.127862036,0,0.255353272,1,1,1,1,1,0.21432361,0,0.162713364,1,1,1,1,1,0.234051585,0,0.369260512,0.369155913,0.369237589
-6386,1,0.1503,1,1,1,1,1,1,1,1,0.1154,0.1503,0,1,0.1971,1,1,1,1,1,1,0.1123,0.1971,0,1,0.5052,1,1,1,0.1081,0.5052,0,1,1,1,1,1,0.068709023,0,0.290766358,1,1,1,1,1,0.114711575,0,0.117384285,1,1,1,1,1,0.151608557,0,0.360500242,0.360482336,0.360815603
-6387,1,0.1509,1,1,1,1,1,1,1,1,0.1169,0.1509,0,1,0.1973,1,1,1,1,1,1,0.0695,0.1973,0,1,0.5054,1,1,1,0.0735,0.5054,0,1,1,1,1,1,0.053222701,0,0.379657894,1,1,1,1,1,0.08686658,0,0.176788479,1,1,1,1,1,0.103707053,0,0.359473175,0.359424582,0.359485816
-6388,1,0.1515,1,1,1,1,1,1,1,1,0.1014,0.1515,0,1,0.1975,1,1,1,1,1,1,0.0467,0.1975,0,1,0.5057,1,1,1,0.0759,0.5057,0,1,1,1,1,1,0.050628986,0,0.260658205,1,1,1,1,1,0.055006355,0,0.123567283,1,1,1,1,1,0.095334366,0,0.370529241,0.370636768,0.370567376
-6389,1,0.1521,1,1,1,1,1,1,1,1,0.0929,0.1521,0,1,0.1978,1,1,1,1,1,1,0.0627,0.1978,0,1,0.506,1,1,1,0.0548,0.506,0,1,1,1,1,1,0.054043576,0,0.114043862,1,1,1,1,1,0.067992643,0,0.051468853,1,1,1,1,1,0.078148872,0,0.410947318,0.410831394,0.410904255
-6390,1,0.1526,1,1,1,1,1,1,1,1,0.0764,0.1526,0,1,0.198,1,1,1,1,1,1,0.0483,0.198,0,1,0.5063,1,1,1,0.0431,0.5063,0,1,1,1,1,1,0.061315183,0,0.060628418,1,1,1,1,1,0.046731655,0,0.000408377,1,1,1,1,1,0.066283651,0,0.484231513,0.484239475,0.484485816
-6391,1,0.1532,1,1,1,1,1,1,1,1,0.047,0.1532,0.1684,1,0.1983,1,1,1,1,1,1,0.0425,0.1983,0.1721,1,0.5065,1,1,1,0.0245,0.5065,0.1634,1,1,1,1,1,0.022208741,0.399086833,0.090372078,1,1,1,1,1,0.032903571,0.422369808,0,1,1,1,1,1,0.046271089,0.46146515,0.529241179,0.529299767,0.529698582
-6392,1,0.1538,1,1,1,1,1,1,1,1,0.0134,0.1538,0.3608,1,0.1985,1,1,1,1,1,1,0.0155,0.1985,0.3656,1,0.5068,1,1,1,0.0016,0.5068,0.3513,1,1,1,1,1,0.005485085,0.681713045,0.124230593,1,1,1,1,1,0.018656084,0.67585963,0.000424084,1,1,1,1,1,0.019367358,0.70482111,0.549480425,0.549608631,0.54964539
-6393,1,0.1544,1,1,1,1,1,1,1,1,0.0061,0.1544,0.4983,1,0.1987,1,1,1,1,1,1,0,0.1987,0.5,1,0.5071,1,1,1,0.0021,0.5071,0.5014,1,1,1,1,1,0.000946836,0.776235044,0.114129178,1,1,1,1,1,0.002270673,0.77766341,0,1,1,1,1,1,0.011495305,0.779636502,0.564101015,0.564205627,0.56427305
-6394,1,0.1549,1,1,1,1,1,1,1,1,0.0005,0.1549,0.5791,1,0.199,1,1,1,1,1,1,0.0063,0.199,0.5763,1,0.5073,1,1,1,0.0017,0.5073,0.5805,1,1,1,1,1,0.001287274,0.822685897,0.074700966,1,1,1,1,1,0.009617404,0.817405522,0.003592147,1,1,1,1,1,0.000454183,0.80770278,0.576486225,0.576687117,0.576684397
-6395,1,0.1555,1,1,1,1,1,1,1,1,0.0076,0.1555,0.581,1,0.1992,1,1,1,1,1,1,0.0171,0.1992,0.5913,1,0.5076,1,1,1,0.0012,0.5076,0.5881,1,1,1,1,1,0.004713159,0.830886781,0.10449858,1,1,1,1,1,0.013191114,0.838832378,0.034779847,1,1,1,1,1,0.005262177,0.809194207,0.583494442,0.583668289,0.583776596
-6396,1,0.1561,1,1,1,1,1,1,1,1,0.0134,0.1561,0.5892,1,0.1995,1,1,1,1,1,1,0.0229,0.1995,0.5845,1,0.5079,1,1,1,0.0141,0.5079,0.5792,1,1,1,1,1,0.008219287,0.834688544,0.117916048,1,1,1,1,1,0.021016413,0.835511684,0.008491885,1,1,1,1,1,0.00849507,0.809467793,0.584581924,0.584726042,0.584663121
-6397,1,0.1567,1,1,1,1,1,1,1,1,0.0261,0.1567,0.575,1,0.1997,1,1,1,1,1,1,0.0295,0.1997,0.5786,1,0.5081,1,1,1,0.0157,0.5081,0.5707,1,1,1,1,1,0.033281706,0.816411257,0.109042689,1,1,1,1,1,0.037615754,0.817393482,0,1,1,1,1,1,0.003423649,0.794397175,0.586756887,0.586629998,0.586879433
-6398,1,0.1572,1,1,1,1,1,1,1,1,0.0485,0.1572,0.5111,1,0.2,1,1,1,1,1,1,0.0178,0.2,0.5265,1,0.5084,1,1,1,0.0323,0.5084,0.5026,1,1,1,1,1,0.06192765,0.773966491,0.128214642,1,1,1,1,1,0.023944456,0.780540705,0.002436911,1,1,1,1,1,0.027871748,0.745501101,0.582165297,0.582187434,0.582446809
-6399,1,0.1578,1,1,1,1,1,1,1,1,0.0714,0.1578,0.372,1,0.2002,1,1,1,1,1,1,0.0488,0.2002,0.4048,1,0.5087,1,1,1,0.0261,0.5087,0.3532,1,1,1,1,1,0.071460269,0.69321394,0.133608013,1,1,1,1,1,0.05511412,0.71395129,0.023457071,1,1,1,1,1,0.046861183,0.657021046,0.577694538,0.57774487,0.578014184
-6400,1,0.1584,1,1,1,1,1,1,1,1,0.077,0.1584,0.1965,1,0.2004,1,1,1,1,1,1,0.0927,0.2004,0.233,1,0.509,1,1,1,0.0311,0.509,0.1789,1,1,1,1,1,0.094061255,0.497985095,0.118186474,1,1,1,1,1,0.095117718,0.522409201,0.002988744,1,1,1,1,1,0.080861181,0.4531416,0.578117448,0.578167971,0.578014184
-6401,1,0.159,1,1,1,1,1,1,1,1,0.0315,0.159,0.0037,1,0.2007,1,1,1,1,1,1,0.0329,0.2007,0.016,1,0.5092,1,1,1,0.0145,0.5092,0.0021,1,1,1,1,1,0.044391286,0.059195496,0.033657845,1,1,1,1,1,0.035207767,0.136904284,0,1,1,1,1,1,0.037584744,0,0.583917351,0.583879839,0.584219858
-6402,1,0.1595,1,1,1,1,1,1,1,1,0.0367,0.1595,0,1,0.2009,1,1,1,1,1,1,0,0.2009,0,1,0.5095,1,1,1,0.0359,0.5095,0,1,1,1,1,1,0.061313063,0,0.040832799,1,1,1,1,1,0.002518796,0,0.0558322,1,1,1,1,1,0.070600368,0,0.595094248,0.595092025,0.594858156
-6403,1,0.1601,1,1,1,1,1,1,1,1,0.0285,0.1601,0,1,0.2012,1,1,1,1,1,1,0,0.2012,0,1,0.5098,1,1,1,0.0585,0.5098,0,1,1,1,1,1,0.033197004,0,0.069341779,1,1,1,1,1,5.21E-05,0,0.061025657,1,1,1,1,1,0.090486884,0,0.615514741,0.615612439,0.615691489
-6404,1,0.1607,1,1,1,1,1,1,1,1,0.0278,0.1607,0,1,0.2014,1,1,1,1,1,1,0,0.2014,0,1,0.51,1,1,1,0.1223,0.51,0,1,1,1,1,1,0.030212635,0,0.098401293,1,1,1,1,1,0.000515856,0,0.136130899,1,1,1,1,1,0.143149093,0,0.588629773,0.588745505,0.588652482
-6405,1,0.1613,1,1,1,1,1,1,1,1,0.0347,0.1613,0,1,0.2016,1,1,1,1,1,1,0.0313,0.2016,0,1,0.5103,1,1,1,0.1301,0.5103,0,1,1,1,1,1,0.050708581,0,0.077524871,1,1,1,1,1,0.037923783,0,0.12771441,1,1,1,1,1,0.21787563,0,0.541384727,0.541358155,0.541666667
-6406,1,0.1618,1,1,1,1,1,1,1,1,0.0251,0.1618,0,1,0.2019,1,1,1,1,1,1,0.1537,0.2019,0,1,0.5106,1,1,1,0.1326,0.5106,0,1,1,1,1,1,0.042589337,0,0.021648526,1,1,1,1,1,0.150816619,0,0.038495027,1,1,1,1,1,0.23844181,0,0.483264862,0.483181722,0.483156028
-6407,1,0.1624,1,1,1,1,1,1,1,1,0.0934,0.1624,0,1,0.2021,1,1,1,1,1,1,0.2517,0.2021,0,1,0.5109,1,1,1,0.1543,0.5109,0,1,1,1,1,1,0.12205568,0,0.002710099,1,1,1,1,1,0.223665208,0,0.004818586,1,1,1,1,1,0.342990309,0,0.432757371,0.432832663,0.432624113
-6408,1,0.163,1,1,1,1,1,1,1,1,0.1249,0.163,0,1,0.2024,1,1,1,1,1,1,0.3914,0.2024,0,1,0.5111,1,1,1,0.1586,0.5111,0,1,1,1,1,1,0.18015267,0,0,1,1,1,1,1,0.34640336,0,0.013738482,1,1,1,1,1,0.358458281,0,0.400012083,0.40004231,0.400265957
-6409,1,0.1636,1,1,1,1,1,1,1,1,0.1419,0.1636,0,1,0.2026,1,1,1,1,1,1,0.286,0.2026,0,1,0.5114,1,1,1,0.1399,0.5114,0,1,1,1,1,1,0.216245502,0,0.022724167,1,1,1,1,1,0.249389708,0,0.03482775,1,1,1,1,1,0.314770818,0,0.382612373,0.382695155,0.382535461
-6410,1,0.1641,1,1,1,1,1,1,1,1,0.1518,0.1641,0,1,0.2028,1,1,1,1,1,1,0.2101,0.2028,0,1,0.5117,1,1,1,0.1831,0.5117,0,1,1,1,1,1,0.222811118,0,0.045730248,1,1,1,1,1,0.179245085,0,0.073169112,1,1,1,1,1,0.463308543,0,0.373127115,0.373175376,0.37322695
-6411,1,0.1647,1,1,1,1,1,1,1,1,0.1754,0.1647,0,1,0.2031,1,1,1,1,1,1,0.3019,0.2031,0,1,0.5119,1,1,1,0.17,0.5119,0,1,1,1,1,1,0.268041462,0,0.113041036,1,1,1,1,1,0.267683625,0,0.112850793,1,1,1,1,1,0.456941158,0,0.371616723,0.371694521,0.371453901
-6412,1,0.1653,1,1,1,1,1,1,1,1,0.1773,0.1653,0,1,0.2033,1,1,1,1,1,1,0.2311,0.2033,0,1,0.5122,1,1,1,0.216,0.5122,0,1,1,1,1,1,0.319319397,0,0.152703181,1,1,1,1,1,0.210380405,0,0.095752358,1,1,1,1,1,0.576213062,0,0.38182697,0.381848953,0.381648936
-6413,1,0.1659,1,1,1,1,1,1,1,1,0.1121,0.1659,0,1,0.2036,1,1,1,1,1,1,0.3235,0.2036,0,1,0.5125,1,1,1,0.2296,0.5125,0,1,1,1,1,1,0.222632736,0,0.147207126,1,1,1,1,1,0.250364244,0,0.125800282,1,1,1,1,1,0.529231846,0,0.421942968,0.421832029,0.421985816
-6414,1,0.1664,1,1,1,1,1,1,1,1,0.1728,0.1664,0.0181,1,0.2038,1,1,1,1,1,1,0.4543,0.2038,0.0232,1,0.5128,1,1,1,0.1681,0.5128,0.0051,1,1,1,1,1,0.253442079,0.096919052,0.29558298,1,1,1,1,1,0.412709057,0.212084964,0.213605255,1,1,1,1,1,0.425328165,0.254329145,0.496858386,0.496720965,0.496897163
-6415,1,0.167,1,1,1,1,1,1,1,1,0.1173,0.167,0.1534,1,0.204,1,1,1,1,1,1,0.331,0.204,0.1721,1,0.513,1,1,1,0.1679,0.513,0.1441,1,1,1,1,1,0.190094382,0.391937494,0.287681699,1,1,1,1,1,0.2948277,0.431340039,0.254122019,1,1,1,1,1,0.485686809,0.490119249,0.539753504,0.53966575,0.539893617
-6416,1,0.1676,1,1,1,1,1,1,1,1,0.1542,0.1676,0.4414,1,0.2043,1,1,1,1,1,1,0.1978,0.2043,0.4656,1,0.5133,1,1,1,0.1551,0.5133,0.4357,1,1,1,1,1,0.169145972,0.867247462,0.343410552,1,1,1,1,1,0.25268048,0.870491028,0.316611797,1,1,1,1,1,0.369749963,0.90925777,0.555340744,0.555320499,0.555407801
-6417,1,0.1682,1,1,1,1,1,1,1,1,0.128,0.1682,0.6092,1,0.2045,1,1,1,1,1,1,0.159,0.2045,0.613,1,0.5136,1,1,1,0.2047,0.5136,0.58,1,1,1,1,1,0.112446472,0.958064556,0.405613989,1,1,1,1,1,0.15288806,0.971410096,0.443413377,1,1,1,1,1,0.459108144,0.966175675,0.566638473,0.566744235,0.566932624
-6418,1,0.1687,1,1,1,1,1,1,1,1,0.2642,0.1687,0.5788,1,0.2048,1,1,1,1,1,1,0.1894,0.2048,0.5833,1,0.5138,1,1,1,0.2847,0.5138,0.5739,1,1,1,1,1,0.233994246,0.823796749,0.312727123,1,1,1,1,1,0.196076468,0.825675368,0.563531697,1,1,1,1,1,0.452516943,0.82441628,0.579325761,0.579437275,0.579343972
-6419,1,0.1693,1,1,1,1,1,1,1,1,0.2153,0.1693,0.7011,1,0.205,1,1,1,1,1,1,0.1408,0.205,0.7045,1,0.5141,1,1,1,0.3004,0.5141,0.6735,1,1,1,1,1,0.182074338,0.986692607,0.383166015,1,1,1,1,1,0.149562433,0.993937969,0.67750001,1,1,1,1,1,0.405007184,0.986999869,0.584581924,0.584726042,0.584663121
-6420,1,0.1699,1,1,1,1,1,1,1,1,0.3166,0.1699,0.6993,1,0.2053,1,1,1,1,1,1,0.2062,0.2053,0.7144,1,0.5144,1,1,1,0.3131,0.5144,0.6746,1,1,1,1,1,0.267108202,0.989543736,0.462221801,1,1,1,1,1,0.226315543,0.998205125,0.700832784,1,1,1,1,1,0.344216853,0.988376617,0.585669406,0.585572245,0.585992908
-6421,1,0.1705,1,1,1,1,1,1,1,1,0.3625,0.1705,0.5664,1,0.2055,1,1,1,1,1,1,0.1837,0.2055,0.5739,1,0.5147,1,1,1,0.3327,0.5147,0.551,1,1,1,1,1,0.307399839,0.803396344,0.514829278,1,1,1,1,1,0.23677808,0.813393533,0.751651108,1,1,1,1,1,0.390316606,0.781984448,0.589173514,0.589168606,0.589095745
-6422,1,0.171,1,1,1,1,1,1,1,1,0.4715,0.171,0.6283,1,0.2057,1,1,1,1,1,1,0.1588,0.2057,0.6519,1,0.5149,1,1,1,0.4031,0.5149,0.6052,1,1,1,1,1,0.357904196,0.964258313,0.631082714,1,1,1,1,1,0.222115755,0.97852999,0.652298212,1,1,1,1,1,0.412746102,0.9388237,0.587602707,0.587687751,0.587765957
-6423,1,0.1716,1,1,1,1,1,1,1,1,0.476,0.1716,0.4788,1,0.206,1,1,1,1,1,1,0.1604,0.206,0.5177,1,0.5152,1,1,1,0.4953,0.5152,0.4495,1,1,1,1,1,0.373419195,0.899754524,0.489821285,1,1,1,1,1,0.227111638,0.914795399,0.336195052,1,1,1,1,1,0.510211706,0.860889137,0.585367327,0.585360694,0.585549645
-6424,1,0.1722,1,1,1,1,1,1,1,1,0.4628,0.1722,0.285,1,0.2062,1,1,1,1,1,1,0.2281,0.2062,0.3273,1,0.5155,1,1,1,0.3421,0.5155,0.2492,1,1,1,1,1,0.297358751,0.707520306,0.59062314,1,1,1,1,1,0.303201914,0.699173868,0.343353182,1,1,1,1,1,0.363551408,0.650915921,0.588267279,0.588322403,0.588652482
-6425,1,0.1728,1,1,1,1,1,1,1,1,0.2587,0.1728,0.0533,1,0.2065,1,1,1,1,1,1,0.1849,0.2065,0.0862,1,0.5157,1,1,1,0.2741,0.5157,0.0284,1,1,1,1,1,0.135948658,0.347037971,0.568380296,1,1,1,1,1,0.258310676,0.288335443,0.395802885,1,1,1,1,1,0.344181478,0.287159652,0.590865152,0.590861011,0.590868794
-6426,1,0.1734,1,1,1,1,1,1,1,1,0.2138,0.1734,0,1,0.2067,1,1,1,1,1,1,0.0584,0.2067,0,1,0.516,1,1,1,0.3397,0.516,0,1,1,1,1,1,0.249783635,0,0.348247051,1,1,1,1,1,0.104257464,0,0.237655252,1,1,1,1,1,0.500986099,0,0.601860802,0.601861646,0.601950355
-6427,1,0.1739,1,1,1,1,1,1,1,1,0.3244,0.1739,0,1,0.2069,1,1,1,1,1,1,0.1573,0.2069,0,1,0.5163,1,1,1,0.328,0.5163,0,1,1,1,1,1,0.332979709,0,0.56832087,1,1,1,1,1,0.235025585,0,0.361337721,1,1,1,1,1,0.63777262,0,0.621072982,0.621112757,0.621453901
-6428,1,0.1745,1,1,1,1,1,1,1,1,0.2693,0.1745,0,1,0.2072,1,1,1,1,1,1,0.2256,0.2072,0,1,0.5166,1,1,1,0.3638,0.5166,0,1,1,1,1,1,0.324265897,0,0.649573803,1,1,1,1,1,0.319623798,0,0.700343251,1,1,1,1,1,0.667038679,0,0.594550507,0.594668923,0.594858156
-6429,1,0.1751,1,1,1,1,1,1,1,1,0.3869,0.1751,0,1,0.2074,1,1,1,1,1,1,0.4234,0.2074,0,1,0.5168,1,1,1,0.3767,0.5168,0,1,1,1,1,1,0.531542003,0,0.631352186,1,1,1,1,1,0.545265973,0,0.658881664,1,1,1,1,1,0.682918727,0,0.550144998,0.550031733,0.550531915
-6430,1,0.1757,1,1,1,1,1,1,1,1,0.2321,0.1757,0,1,0.2077,1,1,1,1,1,1,0.2263,0.2077,0,1,0.5171,1,1,1,0.3409,0.5171,0,1,1,1,1,1,0.255413234,0,0.671699524,1,1,1,1,1,0.300699532,0,0.587076187,1,1,1,1,1,0.670354962,0,0.492085549,0.49206685,0.492021277
-6431,1,0.1762,1,1,1,1,1,1,1,1,0.3696,0.1762,0,1,0.2079,1,1,1,1,1,1,0.3769,0.2079,0,1,0.5174,1,1,1,0.3441,0.5174,0,1,1,1,1,1,0.406582564,0,0.760363817,1,1,1,1,1,0.485988051,0,0.65798986,1,1,1,1,1,0.693118989,0,0.442544708,0.442563994,0.442819149
-6432,1,0.1768,1,1,1,1,1,1,1,1,0.3062,0.1768,0,1,0.2081,1,1,1,1,1,1,0.4828,0.2081,0,1,0.5176,1,1,1,0.3316,0.5176,0,1,1,1,1,1,0.357378185,0,0.441010654,1,1,1,1,1,0.557570219,0,0.661276698,1,1,1,1,1,0.734881103,0,0.409255679,0.409138989,0.409131206
-6433,1,0.1774,1,1,1,1,1,1,1,1,0.4115,0.1774,0,1,0.2084,1,1,1,1,1,1,0.5522,0.2084,0,1,0.5179,1,1,1,0.3118,0.5179,0,1,1,1,1,1,0.439602941,0,0.487750649,1,1,1,1,1,0.615900159,0,0.79508853,1,1,1,1,1,0.706757009,0,0.391191397,0.391157182,0.391400709
-6434,1,0.178,1,1,1,1,1,1,1,1,0.5141,0.178,0,1,0.2086,1,1,1,1,1,1,0.5953,0.2086,0,1,0.5182,1,1,1,0.2534,0.5182,0,1,1,1,1,1,0.555350065,0,0.644402146,1,1,1,1,1,0.577693403,0,0.68192935,1,1,1,1,1,0.62612772,0,0.382189464,0.382272054,0.382092199
-6435,1,0.1785,1,1,1,1,1,1,1,1,0.3636,0.1785,0,1,0.2089,1,1,1,1,1,1,0.3465,0.2089,0,1,0.5185,1,1,1,0.2934,0.5185,0,1,1,1,1,1,0.353806406,0,0.55914104,1,1,1,1,1,0.353388816,0,0.513597131,1,1,1,1,1,0.643601775,0,0.380135331,0.380156547,0.379875887
-6436,1,0.1791,1,1,1,1,1,1,1,1,0.3597,0.1791,0,1,0.2091,1,1,1,1,1,1,0.2492,0.2091,0,1,0.5187,1,1,1,0.2866,0.5187,0,1,1,1,1,1,0.367719233,0,0.52787292,1,1,1,1,1,0.284732819,0,0.535563588,1,1,1,1,1,0.617628336,0,0.391795553,0.391791834,0.391843972
-6437,1,0.1797,1,1,1,1,1,1,1,1,0.2311,0.1797,0,1,0.2093,1,1,1,1,1,1,0.1228,0.2093,0,1,0.519,1,1,1,0.3,0.519,0,1,1,1,1,1,0.278961658,0,0.394447446,1,1,1,1,1,0.171654746,0,0.738404989,1,1,1,1,1,0.655201077,0,0.431186564,0.431140258,0.431294326
-6438,1,0.1803,1,1,1,1,1,1,1,1,0.2656,0.1803,0.0003,1,0.2096,1,1,1,1,1,1,0.0726,0.2096,0,1,0.5193,1,1,1,0.2436,0.5193,0,1,1,1,1,1,0.275380403,5.12E-06,0.363375843,1,1,1,1,1,0.109154284,0,0.703171253,1,1,1,1,1,0.53041327,2.07E-06,0.504168681,0.504125238,0.504432624
-6439,1,0.1808,1,1,1,1,1,1,1,1,0.222,0.1808,0.1107,1,0.2098,1,1,1,1,1,1,0.1459,0.2098,0.0796,1,0.5195,1,1,1,0.1586,0.5195,0.1165,1,1,1,1,1,0.173109159,0.122655042,0.489759684,1,1,1,1,1,0.224225596,0.095434844,0.962003469,1,1,1,1,1,0.312139034,0.140538514,0.55038666,0.550454834,0.550531915
-6440,1,0.1814,1,1,1,1,1,1,1,1,0.1801,0.1814,0.2316,1,0.2101,1,1,1,1,1,1,0.065,0.2101,0.2081,1,0.5198,1,1,1,0.1404,0.5198,0.2759,1,1,1,1,1,0.137495652,0.35392341,0.738791585,1,1,1,1,1,0.13725397,0.294043571,1,1,1,1,1,1,0.25095889,0.357457966,0.574975834,0.574994711,0.574911348
-6441,1,0.182,1,1,1,1,1,1,1,1,0.2358,0.182,0.3395,1,0.2103,1,1,1,1,1,1,0.1065,0.2103,0.2877,1,0.5201,1,1,1,0.1914,0.5201,0.3875,1,1,1,1,1,0.154029891,0.487019211,0.939797103,1,1,1,1,1,0.175677165,0.338757396,1,1,1,1,1,1,0.238309294,0.457054079,0.59382552,0.593822721,0.593971631
-6442,1,0.1826,1,1,1,1,1,1,1,1,0.3909,0.1826,0.3807,1,0.2106,1,1,1,1,1,1,0.2164,0.2106,0.3381,1,0.5203,1,1,1,0.1818,0.5203,0.4002,1,1,1,1,1,0.265581518,0.547313333,1,1,1,1,1,1,0.194785237,0.497472465,1,1,1,1,1,1,0.251041204,0.547419131,0.610500242,0.610535223,0.61037234
-6443,1,0.1831,1,1,1,1,1,1,1,1,0.541,0.1831,0.4182,1,0.2108,1,1,1,1,1,1,0.1225,0.2108,0.3927,1,0.5206,1,1,1,0.1371,0.5206,0.4376,1,1,1,1,1,0.311250597,0.566039741,1,1,1,1,1,1,0.144926161,0.532033145,1,1,1,1,1,1,0.214154154,0.566165864,0.61762929,0.617727946,0.617907801
-6444,1,0.1837,1,1,1,1,1,1,1,1,0.4113,0.1837,0.3959,1,0.211,1,1,1,1,1,1,0.0433,0.211,0.3978,1,0.5209,1,1,1,0.1768,0.5209,0.3526,1,1,1,1,1,0.192259446,0.560495377,1,1,1,1,1,1,0.085981175,0.551490426,1,1,1,1,1,1,0.294734627,0.453289092,0.618958434,0.61899725,0.619237589
-6445,1,0.1843,1,1,1,1,1,1,1,1,0.3267,0.1843,0.3364,1,0.2113,1,1,1,1,1,1,0.086,0.2113,0.3326,1,0.5212,1,1,1,0.134,0.5212,0.2765,1,1,1,1,1,0.112952843,0.451607615,0.840121388,1,1,1,1,1,0.1219666,0.454964519,1,1,1,1,1,1,0.190858215,0.391889751,0.620891735,0.620901206,0.621010638
-6446,1,0.1849,1,1,1,1,1,1,1,1,0.3342,0.1849,0.3022,1,0.2115,1,1,1,1,1,1,0.0474,0.2115,0.2773,1,0.5214,1,1,1,0.1497,0.5214,0.2417,1,1,1,1,1,0.142247289,0.412305474,0.934978724,1,1,1,1,1,0.061153159,0.404453278,0.827067018,1,1,1,1,1,0.251634777,0.323674738,0.617085549,0.617093294,0.617464539
-6447,1,0.1854,1,1,1,1,1,1,1,1,0.3684,0.1854,0.216,1,0.2118,1,1,1,1,1,1,0.0868,0.2118,0.2373,1,0.5217,1,1,1,0.1888,0.5217,0.1573,1,1,1,1,1,0.170122221,0.289472163,0.984980583,1,1,1,1,1,0.105253443,0.305064201,0.624474883,1,1,1,1,1,0.250121236,0.329953432,0.61122523,0.611381426,0.611702128
-6448,1,0.186,1,1,1,1,1,1,1,1,0.2454,0.186,0.109,1,0.212,1,1,1,1,1,1,0.0079,0.212,0.0897,1,0.522,1,1,1,0.1125,0.522,0.0883,1,1,1,1,1,0.090161689,0.166454315,0.883912027,1,1,1,1,1,0.022237271,0.131057978,0.63486445,1,1,1,1,1,0.16844897,0.164253935,0.614910585,0.614977787,0.615248227
-6449,1,0.1866,1,1,1,1,1,1,1,1,0.1611,0.1866,0,1,0.2122,1,1,1,1,1,1,0.012,0.2122,0,1,0.5222,1,1,1,0.0986,0.5222,0,1,1,1,1,1,0.095883921,0,0.840035319,1,1,1,1,1,0.020836776,4.56E-05,0.715671003,1,1,1,1,1,0.218484357,0,0.624818753,0.624709118,0.625
-6450,1,0.1872,1,1,1,1,1,1,1,1,0.1864,0.1872,0,1,0.2125,1,1,1,1,1,1,0.1065,0.2125,0,1,0.5225,1,1,1,0.1083,0.5225,0,1,1,1,1,1,0.139184788,0,0.982813001,1,1,1,1,1,0.101074629,0,0.927304745,1,1,1,1,1,0.248922512,0,0.638231029,0.63824836,0.638297872
-6451,1,0.1877,1,1,1,1,1,1,1,1,0.14,0.1877,0,1,0.2127,1,1,1,1,1,1,0.1114,0.2127,0,1,0.5228,1,1,1,0.1011,0.5228,0,1,1,1,1,1,0.091120891,0,1,1,1,1,1,1,0.12022382,0,1,1,1,1,1,1,0.247142121,0,0.644453842,0.64459488,0.644503546
-6452,1,0.1883,1,1,1,1,1,1,1,1,0.1049,0.1883,0,1,0.213,1,1,1,1,1,1,0.187,0.213,0,1,0.5231,1,1,1,0.116,0.5231,0,1,1,1,1,1,0.092126228,0,1,1,1,1,1,1,0.217496306,0,1,1,1,1,1,1,0.273315459,0,0.617810536,0.617727946,0.617907801
-6453,1,0.1889,1,1,1,1,1,1,1,1,0.0735,0.1889,0,1,0.2132,1,1,1,1,1,1,0.1333,0.2132,0,1,0.5233,1,1,1,0.1182,0.5233,0,1,1,1,1,1,0.067480266,0,0.956016898,1,1,1,1,1,0.156132594,0,1,1,1,1,1,1,0.271824241,0,0.573042533,0.573090755,0.573138298
-6454,1,0.1895,1,1,1,1,1,1,1,1,0.0802,0.1895,0,1,0.2134,1,1,1,1,1,1,0.0852,0.2134,0,1,0.5236,1,1,1,0.0853,0.5236,0,1,1,1,1,1,0.041196242,0,1,1,1,1,1,1,0.074363753,0,1,1,1,1,1,1,0.211461246,0,0.515043499,0.514914322,0.515070922
-6455,1,0.19,1,1,1,1,1,1,1,1,0.0825,0.19,0,1,0.2137,1,1,1,1,1,1,0.099,0.2137,0,1,0.5239,1,1,1,0.1247,0.5239,0,1,1,1,1,1,0.079610273,0,0.979679942,1,1,1,1,1,0.114515141,0,0.806674123,1,1,1,1,1,0.356478989,0,0.463327695,0.463295959,0.46320922
-6456,1,0.1906,1,1,1,1,1,1,1,1,0.1171,0.1906,0,1,0.2139,1,1,1,1,1,1,0.1976,0.2139,0,1,0.5241,1,1,1,0.1916,0.5241,0,1,1,1,1,1,0.158429205,0,0.998982966,1,1,1,1,1,0.208556548,0,0.742346644,1,1,1,1,1,0.521145999,0,0.428105365,0.428178549,0.428191489
-6457,1,0.1912,1,1,1,1,1,1,1,1,0.1568,0.1912,0,1,0.2142,1,1,1,1,1,1,0.2163,0.2142,0,1,0.5244,1,1,1,0.1733,0.5244,0,1,1,1,1,1,0.22854197,0,0.937429249,1,1,1,1,1,0.238048881,0,0.851695776,1,1,1,1,1,0.378995121,0,0.408470275,0.408504337,0.408687943
-6458,1,0.1918,1,1,1,1,1,1,1,1,0.2152,0.1918,0,1,0.2144,1,1,1,1,1,1,0.1295,0.2144,0,1,0.5247,1,1,1,0.1813,0.5247,0,1,1,1,1,1,0.197127372,0,0.698696613,1,1,1,1,1,0.139530674,0,0.277891099,1,1,1,1,1,0.331031203,0,0.396205897,0.396234398,0.396276596
-6459,1,0.1923,1,1,1,1,1,1,1,1,0.1704,0.1923,0,1,0.2146,1,1,1,1,1,1,0.4034,0.2146,0,1,0.525,1,1,1,0.2073,0.525,0,1,1,1,1,1,0.170685515,0,0.340581834,1,1,1,1,1,0.421125472,0,0.333006024,1,1,1,1,1,0.376341105,0,0.392701788,0.392849587,0.392730496
-6460,1,0.1929,1,1,1,1,1,1,1,1,0.1493,0.1929,0,1,0.2149,1,1,1,1,1,1,0.2778,0.2149,0,1,0.5252,1,1,1,0.2069,0.5252,0,1,1,1,1,1,0.182919905,0,0.216262698,1,1,1,1,1,0.359337091,0,0.2468822,1,1,1,1,1,0.363902777,0,0.401764137,0.401734715,0.401595745
-6461,1,0.1935,1,1,1,1,1,1,1,1,0.1962,0.1935,0,1,0.2151,1,1,1,1,1,1,0.1029,0.2151,0,1,0.5255,1,1,1,0.2619,0.5255,0,1,1,1,1,1,0.177763805,0,0.739492416,1,1,1,1,1,0.14763245,0,0.258290052,1,1,1,1,1,0.429195046,0,0.442846786,0.442775545,0.443262411
-6462,1,0.1941,1,1,1,1,1,1,1,1,0.181,0.1941,0,1,0.2154,1,1,1,1,1,1,0.0823,0.2154,0,1,0.5258,1,1,1,0.346,0.5258,0.0069,1,1,1,1,1,0.17137064,0.007212938,0.881202638,1,1,1,1,1,0.11351113,0,0.181358129,1,1,1,1,1,0.544330597,0.159621835,0.517701788,0.517664481,0.517730496
-6463,1,0.1946,1,1,1,1,1,1,1,1,0.1179,0.1946,0.165,1,0.2156,1,1,1,1,1,1,0.0893,0.2156,0.1518,1,0.526,1,1,1,0.3048,0.526,0.2051,1,1,1,1,1,0.21023351,0.438533038,0.451795608,1,1,1,1,1,0.148038626,0.357972205,0.120792404,1,1,1,1,1,0.472404897,0.628070295,0.560053166,0.560186165,0.560283688
-6464,1,0.1952,1,1,1,1,1,1,1,1,0.1289,0.1952,0.3583,1,0.2158,1,1,1,1,1,1,0.0112,0.2158,0.3098,1,0.5263,1,1,1,0.354,0.5263,0.4359,1,1,1,1,1,0.223161399,0.668903828,0.366734207,1,1,1,1,1,0.026473949,0.577894032,0.071278013,1,1,1,1,1,0.507462442,0.856692731,0.57878202,0.578802623,0.578900709
-6465,1,0.1958,1,1,1,1,1,1,1,1,0.1801,0.1958,0.5103,1,0.2161,1,1,1,1,1,1,0.0229,0.2161,0.4596,1,0.5266,1,1,1,0.3892,0.5266,0.5904,1,1,1,1,1,0.242918521,0.819571495,0.299952865,1,1,1,1,1,0.034045346,0.750801027,0.047180109,1,1,1,1,1,0.519720078,0.949681699,0.591348478,0.591495663,0.591312057
-6466,1,0.1964,1,1,1,1,1,1,1,1,0.1901,0.1964,0.6098,1,0.2163,1,1,1,1,1,1,0.0577,0.2163,0.5626,1,0.5269,1,1,1,0.3189,0.5269,0.6302,1,1,1,1,1,0.207115665,0.891717136,0.227266312,1,1,1,1,1,0.090664476,0.834428549,0.018944243,1,1,1,1,1,0.481517732,0.980992079,0.602223296,0.602284747,0.602393617
-6467,1,0.1969,1,1,1,1,1,1,1,1,0.1759,0.1969,0.6081,1,0.2166,1,1,1,1,1,1,0.1376,0.2166,0.6287,1,0.5271,1,1,1,0.3764,0.5271,0.6439,1,1,1,1,1,0.139069632,0.9144907,0.119371444,1,1,1,1,1,0.130366042,0.909868181,0,1,1,1,1,1,0.543931723,0.986281872,0.607902368,0.607785065,0.607712766
-6468,1,0.1975,1,1,1,1,1,1,1,1,0.1733,0.1975,0.6377,1,0.2168,1,1,1,1,1,1,0.1637,0.2168,0.6324,1,0.5274,1,1,1,0.3386,0.5274,0.6593,1,1,1,1,1,0.121288657,0.929945648,0.136141211,1,1,1,1,1,0.146902755,0.921506166,0.00745733,1,1,1,1,1,0.516041517,0.992520928,0.608264862,0.608419717,0.608599291
-6469,1,0.1981,1,1,1,1,1,1,1,1,0.1469,0.1981,0.6341,1,0.2171,1,1,1,1,1,1,0.1083,0.2171,0.6321,1,0.5277,1,1,1,0.3071,0.5277,0.633,1,1,1,1,1,0.122545943,0.924120903,0.226830631,1,1,1,1,1,0.112553433,0.92688185,0.004638744,1,1,1,1,1,0.440327317,0.988310158,0.609714838,0.609689021,0.609929078
-6470,1,0.1987,1,1,1,1,1,1,1,1,0.1193,0.1987,0.5755,1,0.2173,1,1,1,1,1,1,0.0361,0.2173,0.5981,1,0.5279,1,1,1,0.2889,0.5279,0.5655,1,1,1,1,1,0.083792366,0.907406628,0.200157985,1,1,1,1,1,0.037450433,0.911231101,0.011601572,1,1,1,1,1,0.516989291,0.961372495,0.605969067,0.605881109,0.605939716
-6471,1,0.1993,1,1,1,1,1,1,1,1,0.1296,0.1993,0.4396,1,0.2175,1,1,1,1,1,1,0.0316,0.2175,0.4764,1,0.5282,1,1,1,0.2634,0.5282,0.4364,1,1,1,1,1,0.049273618,0.836015224,0.494987547,1,1,1,1,1,0.035783272,0.826905012,0.013369896,1,1,1,1,1,0.463534683,0.874399424,0.601558724,0.601650095,0.601507092
-6472,1,0.1998,1,1,1,1,1,1,1,1,0.0922,0.1998,0.2627,1,0.2178,1,1,1,1,1,1,0.0459,0.2178,0.2789,1,0.5285,1,1,1,0.1855,0.5285,0.2549,1,1,1,1,1,0.063667633,0.641787887,0.59541738,1,1,1,1,1,0.057469033,0.54596746,0.005528534,1,1,1,1,1,0.327556521,0.641555429,0.59980667,0.599746139,0.599734043
-6473,1,0.2004,1,1,1,1,1,1,1,1,0.0533,0.2004,0.038,1,0.218,1,1,1,1,1,1,0.0422,0.218,0.0373,1,0.5288,1,1,1,0.0889,0.5288,0.025,1,1,1,1,1,0.071132384,0.280303597,0.290285915,1,1,1,1,1,0.060538661,0.115117155,0.019138221,1,1,1,1,1,0.171668276,0.290355206,0.596967134,0.596995981,0.597074468
-6474,1,0.201,1,1,1,1,1,1,1,1,0.0276,0.201,0,1,0.2183,1,1,1,1,1,1,0.039,0.2183,0,1,0.529,1,1,1,0.1139,0.529,0,1,1,1,1,1,0.063844629,0,0.249615416,1,1,1,1,1,0.070079878,0,0,1,1,1,1,1,0.233852923,0,0.606754471,0.606727311,0.606826241
-6475,1,0.2016,1,1,1,1,1,1,1,1,0.014,0.2016,0,1,0.2185,1,1,1,1,1,1,0.0454,0.2185,0,1,0.5293,1,1,1,0.1474,0.5293,0,1,1,1,1,1,0.052000031,0,0.317670703,1,1,1,1,1,0.092342943,0,0.03766885,1,1,1,1,1,0.316019297,0,0.62361044,0.623651365,0.623670213
-6476,1,0.2021,1,1,1,1,1,1,1,1,0.0298,0.2021,0,1,0.2187,1,1,1,1,1,1,0.0447,0.2187,0,1,0.5296,1,1,1,0.1406,0.5296,0,1,1,1,1,1,0.06434235,0,0.237704545,1,1,1,1,1,0.065589443,0,0.077671729,1,1,1,1,1,0.282304019,0,0.598658772,0.598688386,0.598847518
-6477,1,0.2027,1,1,1,1,1,1,1,1,0.1311,0.2027,0,1,0.219,1,1,1,1,1,1,0.1388,0.219,0,1,0.5298,1,1,1,0.1017,0.5298,0,1,1,1,1,1,0.212778121,0,0.275845677,1,1,1,1,1,0.180416465,0,0.2976152,1,1,1,1,1,0.177804187,0,0.554434509,0.554474297,0.554521277
-6478,1,0.2033,1,1,1,1,1,1,1,1,0.0331,0.2033,0,1,0.2192,1,1,1,1,1,1,0.1572,0.2192,0,1,0.5301,1,1,1,0.1158,0.5301,0,1,1,1,1,1,0.083136626,0,0.158461183,1,1,1,1,1,0.237705052,0,0.459341884,1,1,1,1,1,0.16213274,0,0.497825036,0.497778718,0.497783688
-6479,1,0.2039,1,1,1,1,1,1,1,1,0.0411,0.2039,0,1,0.2195,1,1,1,1,1,1,0.1538,0.2195,0,1,0.5304,1,1,1,0.0907,0.5304,0,1,1,1,1,1,0.092803277,0,0.212804049,1,1,1,1,1,0.248051852,0,0.623056829,1,1,1,1,1,0.115423925,0,0.446048816,0.445948805,0.445921986
-6480,1,0.2044,1,1,1,1,1,1,1,1,0.0379,0.2044,0,1,0.2197,1,1,1,1,1,1,0.1134,0.2197,0,1,0.5306,1,1,1,0.0879,0.5306,0,1,1,1,1,1,0.070220858,0,0.225969195,1,1,1,1,1,0.185892195,0,0.653919935,1,1,1,1,1,0.107638113,0,0.410947318,0.410831394,0.411347518
-6481,1,0.205,1,1,1,1,1,1,1,1,0.0753,0.205,0,1,0.2199,1,1,1,1,1,1,0.0808,0.2199,0,1,0.5309,1,1,1,0.045,0.5309,0,1,1,1,1,1,0.092870474,0,0.183075339,1,1,1,1,1,0.164974913,0,0.852097154,1,1,1,1,1,0.042724505,0,0.390647656,0.390734081,0.390514184
-6482,1,0.2056,1,1,1,1,1,1,1,1,0.0671,0.2056,0,1,0.2202,1,1,1,1,1,1,0.1312,0.2202,0,1,0.5312,1,1,1,0.0368,0.5312,0,1,1,1,1,1,0.117801525,0,0.23036617,1,1,1,1,1,0.229564577,0,0.879141986,1,1,1,1,1,0.075939193,0,0.379712421,0.379733446,0.379875887
-6483,1,0.2062,1,1,1,1,1,1,1,1,0.0621,0.2062,0,1,0.2204,1,1,1,1,1,1,0.0829,0.2204,0,1,0.5315,1,1,1,0.0392,0.5315,0,1,1,1,1,1,0.133145899,0,0.372955441,1,1,1,1,1,0.167134613,0,0.994010568,1,1,1,1,1,0.07379131,0,0.377054132,0.376983287,0.377216312
-6484,1,0.2067,1,1,1,1,1,1,1,1,0.0894,0.2067,0,1,0.2207,1,1,1,1,1,1,0.1006,0.2207,0,1,0.5317,1,1,1,0.0348,0.5317,0,1,1,1,1,1,0.13509199,0,0.726987243,1,1,1,1,1,0.202909589,0,1,1,1,1,1,1,0.094101422,0,0.38641856,0.386503067,0.38608156
-6485,1,0.2073,1,1,1,1,1,1,1,1,0.053,0.2073,0,1,0.2209,1,1,1,1,1,1,0.1041,0.2209,0,1,0.532,1,1,1,0.0308,0.532,0,1,1,1,1,1,0.117083877,0,0.503286779,1,1,1,1,1,0.22412619,0,0.992486954,1,1,1,1,1,0.106832139,0,0.423030449,0.423101333,0.423315603
-6486,1,0.2079,1,1,1,1,1,1,1,1,0.0115,0.2079,0,1,0.2211,1,1,1,1,1,1,0.3787,0.2211,0,1,0.5323,1,1,1,0.0222,0.5323,0.0123,1,1,1,1,1,0.032690156,0,0.321697503,1,1,1,1,1,0.427059412,0,0.995099545,1,1,1,1,1,0.079138167,0.064532727,0.497522958,0.497567167,0.497783688
-6487,1,0.2085,1,1,1,1,1,1,1,1,0.0263,0.2085,0.0227,1,0.2214,1,1,1,1,1,1,0.1643,0.2214,0.0169,1,0.5325,1,1,1,0.0187,0.5325,0.174,1,1,1,1,1,0.025752729,0.018287681,0.481168538,1,1,1,1,1,0.229778334,0.045070011,1,1,1,1,1,1,0.073316783,0.254925817,0.545009667,0.544954517,0.545212766
-6488,1,0.209,1,1,1,1,1,1,1,1,0.0406,0.209,0.1143,1,0.2216,1,1,1,1,1,1,0.0823,0.2216,0.2004,1,0.5328,1,1,1,0.0071,0.5328,0.3047,1,1,1,1,1,0.021594722,0.119889304,0.676790893,1,1,1,1,1,0.160510898,0.207869709,1,1,1,1,1,1,0.047616567,0.453460217,0.567242629,0.567378887,0.567375887
-6489,1,0.2096,1,1,1,1,1,1,1,1,0.0413,0.2096,0.225,1,0.2219,1,1,1,1,1,1,0.1066,0.2219,0.2322,1,0.5331,1,1,1,0.0048,0.5331,0.4153,1,1,1,1,1,0.021017021,0.320870072,0.753429055,1,1,1,1,1,0.180025786,0.205955625,1,1,1,1,1,1,0.041662589,0.456417114,0.580352827,0.580283478,0.580230496
-6490,1,0.2102,1,1,1,1,1,1,1,1,0.0551,0.2102,0.2712,1,0.2221,1,1,1,1,1,1,0.1156,0.2221,0.2467,1,0.5334,1,1,1,0.009,0.5334,0.5008,1,1,1,1,1,0.048517063,0.375988275,0.6274333,1,1,1,1,1,0.197534725,0.307435006,1,1,1,1,1,1,0.052243222,0.462768048,0.590321411,0.59043791,0.590425532
-6491,1,0.2108,1,1,1,1,1,1,1,1,0.0751,0.2108,0.3201,1,0.2224,1,1,1,1,1,1,0.2141,0.2224,0.2813,1,0.5336,1,1,1,0.0194,0.5336,0.5149,1,1,1,1,1,0.076603487,0.402403772,0.727951288,1,1,1,1,1,0.344104528,0.388205469,1,1,1,1,1,1,0.058248501,0.473032087,0.59479217,0.594668923,0.594858156
-6492,1,0.2113,1,1,1,1,1,1,1,1,0.0752,0.2113,0.3042,1,0.2226,1,1,1,1,1,1,0.1722,0.2226,0.2164,1,0.5339,1,1,1,0.0742,0.5339,0.4334,1,1,1,1,1,0.089198947,0.33216694,0.815379143,1,1,1,1,1,0.298720837,0.257147759,1,1,1,1,1,1,0.224246711,0.416542947,0.593644273,0.59361117,0.593528369
-6493,1,0.2119,1,1,1,1,1,1,1,1,0.053,0.2119,0.2006,1,0.2228,1,1,1,1,1,1,0.1367,0.2228,0.1436,1,0.5342,1,1,1,0.0874,0.5342,0.3659,1,1,1,1,1,0.05572629,0.263655126,0.801683784,1,1,1,1,1,0.215142697,0.24617444,1,1,1,1,1,1,0.209262714,0.355387062,0.593704688,0.59361117,0.593971631
-6494,1,0.2125,1,1,1,1,1,1,1,1,0.0439,0.2125,0.1573,1,0.2231,1,1,1,1,1,1,0.1347,0.2231,0.1263,1,0.5344,1,1,1,0.0909,0.5344,0.29,1,1,1,1,1,0.039915945,0.225193575,0.783511877,1,1,1,1,1,0.188175648,0.260784537,0.832830369,1,1,1,1,1,0.257907659,0.231432319,0.587723538,0.587687751,0.587765957
-6495,1,0.2131,1,1,1,1,1,1,1,1,0.1111,0.2131,0.1131,1,0.2233,1,1,1,1,1,1,0.2611,0.2233,0.0886,1,0.5347,1,1,1,0.1253,0.5347,0.1588,1,1,1,1,1,0.073962145,0.147221953,0.996011853,1,1,1,1,1,0.285496324,0.178658873,1,1,1,1,1,1,0.302766711,0.07055559,0.584521508,0.584514491,0.584663121
-6496,1,0.2136,1,1,1,1,1,1,1,1,0.1634,0.2136,0.0364,1,0.2236,1,1,1,1,1,1,0.2344,0.2236,0.0169,1,0.535,1,1,1,0.098,0.535,0.076,1,1,1,1,1,0.094783828,0.01296206,1,1,1,1,1,1,0.312722266,0.072500557,1,1,1,1,1,1,0.251383007,0.007671883,0.586877719,0.586841549,0.586879433
-6497,1,0.2142,1,1,1,1,1,1,1,1,0.2119,0.2142,0.0002,1,0.2238,1,1,1,1,1,1,0.2498,0.2238,0,1,0.5353,1,1,1,0.0717,0.5353,0,1,1,1,1,1,0.187883601,0,1,1,1,1,1,1,0.308970273,0,1,1,1,1,1,1,0.167458728,0,0.592556791,0.592764967,0.592641844
-6498,1,0.2148,1,1,1,1,1,1,1,1,0.149,0.2148,0,1,0.224,1,1,1,1,1,1,0.2741,0.224,0,1,0.5355,1,1,1,0.066,0.5355,0,1,1,1,1,1,0.129517868,0,1,1,1,1,1,1,0.307362318,0,0.876327038,1,1,1,1,1,0.159747303,0,0.601739971,0.601650095,0.601950355
-6499,1,0.2154,1,1,1,1,1,1,1,1,0.1976,0.2154,0,1,0.2243,1,1,1,1,1,1,0.0309,0.2243,0,1,0.5358,1,1,1,0.0607,0.5358,0,1,1,1,1,1,0.192787528,0,0.999320924,1,1,1,1,1,0.051077325,0,1,1,1,1,1,1,0.156374857,0,0.599021266,0.599111487,0.59929078
-6500,1,0.2159,1,1,1,1,1,1,1,1,0.2628,0.2159,0,1,0.2245,1,1,1,1,1,1,0.0792,0.2245,0,1,0.5361,1,1,1,0.0459,0.5361,0,1,1,1,1,1,0.207699627,0,1,1,1,1,1,1,0.110436559,0,1,1,1,1,1,1,0.095321462,0,0.573042533,0.573090755,0.573138298
-6501,1,0.2165,1,1,1,1,1,1,1,1,0.2561,0.2165,0,1,0.2248,1,1,1,1,1,1,0.0316,0.2248,0,1,0.5363,1,1,1,0.05,0.5363,0,1,1,1,1,1,0.225573272,0,0.992254436,1,1,1,1,1,0.056127902,0,1,1,1,1,1,1,0.074476838,0,0.538303528,0.538396446,0.538120567
-6502,1,0.2171,1,1,1,1,1,1,1,1,0.1633,0.2171,0,1,0.225,1,1,1,1,1,1,0.0595,0.225,0,1,0.5366,1,1,1,0.0646,0.5366,0,1,1,1,1,1,0.154957712,0,0.923155546,1,1,1,1,1,0.071440622,0,1,1,1,1,1,1,0.08199618,0,0.493414693,0.493547705,0.493794326
-6503,1,0.2177,1,1,1,1,1,1,1,1,0.139,0.2177,0,1,0.2252,1,1,1,1,1,1,0.0819,0.2252,0,1,0.5369,1,1,1,0.0403,0.5369,0,1,1,1,1,1,0.10331279,0,0.84038794,1,1,1,1,1,0.122156426,0,0.817401052,1,1,1,1,1,0.041538782,0,0.446955051,0.446795007,0.447251773
-6504,1,0.2182,1,1,1,1,1,1,1,1,0.1098,0.2182,0,1,0.2255,1,1,1,1,1,1,0.0411,0.2255,0,1,0.5372,1,1,1,0.0429,0.5372,0,1,1,1,1,1,0.082002088,0,0.885835171,1,1,1,1,1,0.074586011,0,0.669297218,1,1,1,1,1,0.069846965,0,0.41118898,0.411254495,0.411347518
-6505,1,0.2188,1,1,1,1,1,1,1,1,0.1121,0.2188,0,1,0.2257,1,1,1,1,1,1,0.0327,0.2257,0,1,0.5374,1,1,1,0.0308,0.5374,0,1,1,1,1,1,0.13974607,0,0.779033422,1,1,1,1,1,0.053521995,0,0.579930902,1,1,1,1,1,0.059305947,0,0.390103915,0.390099429,0.390070922
-6506,1,0.2194,1,1,1,1,1,1,1,1,0.1131,0.2194,0,1,0.226,1,1,1,1,1,1,0.0268,0.226,0,1,0.5377,1,1,1,0.0231,0.5377,0,1,1,1,1,1,0.181877121,0,0.701558113,1,1,1,1,1,0.052369647,0,0.946779132,1,1,1,1,1,0.034027569,0,0.377960367,0.37782949,0.377659574
-6507,1,0.22,1,1,1,1,1,1,1,1,0.0963,0.22,0,1,0.2262,1,1,1,1,1,1,0.0304,0.2262,0,1,0.538,1,1,1,0.0328,0.538,0,1,1,1,1,1,0.135805592,0,0.733866572,1,1,1,1,1,0.052122023,0,1,1,1,1,1,1,0.054589409,0,0.372100048,0.372117622,0.371897163
-6508,1,0.2205,1,1,1,1,1,1,1,1,0.0877,0.2205,0,1,0.2264,1,1,1,1,1,1,0.0297,0.2264,0,1,0.5382,1,1,1,0.0645,0.5382,0,1,1,1,1,1,0.127359822,0,0.433443576,1,1,1,1,1,0.043223251,0,0.609031737,1,1,1,1,1,0.099604614,0,0.373247946,0.373175376,0.37322695
-6509,1,0.2211,1,1,1,1,1,1,1,1,0.0855,0.2211,0,1,0.2267,1,1,1,1,1,1,0.0164,0.2267,0,1,0.5385,1,1,1,0.0991,0.5385,0,1,1,1,1,1,0.117621318,0,0.386906832,1,1,1,1,1,0.02758975,0,0.45213902,1,1,1,1,1,0.141696349,0,0.387868536,0.387772371,0.38785461
-6510,1,0.2217,1,1,1,1,1,1,1,1,0.0945,0.2217,0,1,0.2269,1,1,1,1,1,1,0.0036,0.2269,0,1,0.5388,1,1,1,0.1546,0.5388,0,1,1,1,1,1,0.102416717,0,0.053589713,1,1,1,1,1,0.01817405,0,0.339274585,1,1,1,1,1,0.18334958,0,0.415418076,0.415485509,0.415780142
-6511,1,0.2223,1,1,1,1,1,1,1,1,0.0634,0.2223,0.0492,1,0.2272,1,1,1,1,1,1,0,0.2272,0.1023,1,0.5391,1,1,1,0.1473,0.5391,0.0135,1,1,1,1,1,0.045321643,0.060543597,0.022555066,1,1,1,1,1,0.003875215,0.270618886,0.122979067,1,1,1,1,1,0.152097717,0.000195079,0.450277912,0.450391369,0.45035461
-6512,1,0.2229,1,1,1,1,1,1,1,1,0.0517,0.2229,0.2151,1,0.2274,1,1,1,1,1,1,0,0.2274,0.3021,1,0.5393,1,1,1,0.2721,0.5393,0.144,1,1,1,1,1,0.041979965,0.295718759,0.15404135,1,1,1,1,1,0.002141359,0.535476744,0.053798698,1,1,1,1,1,0.228428051,0.212526053,0.49178347,0.491855299,0.491578014
-6513,1,0.2234,1,1,1,1,1,1,1,1,0.0467,0.2234,0.3568,1,0.2277,1,1,1,1,1,1,0,0.2277,0.4115,1,0.5396,1,1,1,0.2904,0.5396,0.2675,1,1,1,1,1,0.052863486,0.441205859,0.047075674,1,1,1,1,1,0.006278493,0.55217284,0,1,1,1,1,1,0.247784734,0.488149822,0.520903818,0.520837741,0.521276596
-6514,1,0.224,1,1,1,1,1,1,1,1,0.0638,0.224,0.4126,1,0.2279,1,1,1,1,1,1,0,0.2279,0.375,1,0.5399,1,1,1,0.3124,0.5399,0.4367,1,1,1,1,1,0.051222812,0.509309292,0.04022963,1,1,1,1,1,0.00375624,0.503204346,0.016834555,1,1,1,1,1,0.271159798,0.571991682,0.535766071,0.535646287,0.535904255
-6515,1,0.2246,1,1,1,1,1,1,1,1,0.0409,0.2246,0.3888,1,0.2281,1,1,1,1,1,1,0,0.2281,0.3973,1,0.5401,1,1,1,0.2666,0.5401,0.4527,1,1,1,1,1,0.041524276,0.516231418,0.063761778,1,1,1,1,1,0.001861337,0.55949831,0.042620681,1,1,1,1,1,0.243561983,0.533518493,0.538545191,0.538607997,0.53856383
-6516,1,0.2252,1,1,1,1,1,1,1,1,0.0396,0.2252,0.3378,1,0.2284,1,1,1,1,1,1,0,0.2284,0.4079,1,0.5404,1,1,1,0.207,0.5404,0.4076,1,1,1,1,1,0.017498076,0.472679675,0.082385741,1,1,1,1,1,0.00409698,0.509638011,0.14526099,1,1,1,1,1,0.188282564,0.460575312,0.535041083,0.535011635,0.53501773
-6517,1,0.2257,1,1,1,1,1,1,1,1,0.0301,0.2257,0.3163,1,0.2286,1,1,1,1,1,1,0.0009,0.2286,0.3667,1,0.5407,1,1,1,0.2281,0.5407,0.3342,1,1,1,1,1,0.02046412,0.445492685,0.153965756,1,1,1,1,1,0.006407775,0.481791526,0.385487467,1,1,1,1,1,0.203978375,0.438287109,0.526401643,0.526549609,0.526595745
-6518,1,0.2263,1,1,1,1,1,1,1,1,0.0233,0.2263,0.3062,1,0.2289,1,1,1,1,1,1,0,0.2289,0.2869,1,0.541,1,1,1,0.1638,0.541,0.274,1,1,1,1,1,0.023185916,0.376956314,0.120241433,1,1,1,1,1,0.019877654,0.366483361,0.291313887,1,1,1,1,1,0.153715715,0.318442523,0.519574674,0.519568437,0.519503546
-6519,1,0.2269,1,1,1,1,1,1,1,1,0.0159,0.2269,0.2173,1,0.2291,1,1,1,1,1,1,0,0.2291,0.1801,1,0.5412,1,1,1,0.2173,0.5412,0.207,1,1,1,1,1,0.029047765,0.303258419,0.054559924,1,1,1,1,1,0.015601985,0.247431651,0.235542148,1,1,1,1,1,0.199918076,0.313698232,0.515526825,0.515548974,0.515514184
-6520,1,0.2275,1,1,1,1,1,1,1,1,0.0033,0.2275,0.0532,1,0.2293,1,1,1,1,1,1,0,0.2293,0.0793,1,0.5415,1,1,1,0.2321,0.5415,0.1382,1,1,1,1,1,0.005150776,0.115237884,0.031056968,1,1,1,1,1,0.014001999,0.189692706,0.164476976,1,1,1,1,1,0.205372304,0.153073847,0.520360077,0.520414639,0.520390071
-6521,1,0.228,1,1,1,1,1,1,1,1,0.001,0.228,0,1,0.2296,1,1,1,1,1,1,0,0.2296,0.0013,1,0.5418,1,1,1,0.2308,0.5418,0,1,1,1,1,1,0.001135791,0,0.050577782,1,1,1,1,1,0.000668812,0.055977125,0.08099398,1,1,1,1,1,0.238448903,0,0.532201547,0.532261477,0.532358156
-6522,1,0.2286,1,1,1,1,1,1,1,1,0.0001,0.2286,0,1,0.2298,1,1,1,1,1,1,0,0.2298,0,1,0.542,1,1,1,0.2212,0.542,0,1,1,1,1,1,0.00326975,0,0.087213263,1,1,1,1,1,0.006883942,0,0.093350269,1,1,1,1,1,0.249518499,0,0.549782504,0.549820182,0.550088652
-6523,1,0.2292,1,1,1,1,1,1,1,1,0,0.2292,0,1,0.2301,1,1,1,1,1,1,0,0.2301,0,1,0.5423,1,1,1,0.0911,0.5423,0,1,1,1,1,1,0.000791602,0,0.096831173,1,1,1,1,1,0.003019319,0,0.117801577,1,1,1,1,1,0.120485887,0,0.554494925,0.554685847,0.554964539
-6524,1,0.2298,1,1,1,1,1,1,1,1,0.0016,0.2298,0,1,0.2303,1,1,1,1,1,1,0,0.2303,0,1,0.5426,1,1,1,0.09,0.5426,0,1,1,1,1,1,0.003526804,0,0.137896895,1,1,1,1,1,0.010346566,0,0.028823301,1,1,1,1,1,0.097043701,0,0.536007733,0.535857838,0.535904255
-6525,1,0.2303,1,1,1,1,1,1,1,1,0,0.2303,0,1,0.2305,1,1,1,1,1,1,0,0.2305,0,1,0.5428,1,1,1,0.1147,0.5428,0,1,1,1,1,1,0.000701244,0,0.076203823,1,1,1,1,1,0.001660331,0,0.060971729,1,1,1,1,1,0.15011248,0,0.508035283,0.50793315,0.508421986
-6526,1,0.2309,1,1,1,1,1,1,1,1,0.0026,0.2309,0,1,0.2308,1,1,1,1,1,1,0,0.2308,0,1,0.5431,1,1,1,0.121,0.5431,0,1,1,1,1,1,0.003546685,0,0.080845192,1,1,1,1,1,0.009239218,0,0.131779596,1,1,1,1,1,0.168761015,0,0.470698405,0.470700233,0.470744681
-6527,1,0.2315,1,1,1,1,1,1,1,1,0.001,0.2315,0,1,0.231,1,1,1,1,1,1,0.0008,0.231,0,1,0.5434,1,1,1,0.0938,0.5434,0,1,1,1,1,1,0.00334352,0,0.086955085,1,1,1,1,1,0.011842247,0,0.137006551,1,1,1,1,1,0.131204113,0,0.429736588,0.429870954,0.429964539
-6528,1,0.2321,1,1,1,1,1,1,1,1,0.0004,0.2321,0,1,0.2313,1,1,1,1,1,1,0.0028,0.2313,0,1,0.5437,1,1,1,0.0939,0.5437,0,1,1,1,1,1,0.00442308,0,0.077654742,1,1,1,1,1,0.013261778,0,0.100212835,1,1,1,1,1,0.117030732,0,0.397837119,0.397715253,0.398049645
-6529,1,0.2326,1,1,1,1,1,1,1,1,0.0025,0.2326,0,1,0.2315,1,1,1,1,1,1,0,0.2315,0,1,0.5439,1,1,1,0.0773,0.5439,0,1,1,1,1,1,0.002030973,0,0.033849631,1,1,1,1,1,0.002472753,0,0.093315974,1,1,1,1,1,0.090990879,0,0.377416626,0.377406389,0.377659574
-6530,1,0.2332,1,1,1,1,1,1,1,1,0.0053,0.2332,0,1,0.2317,1,1,1,1,1,1,0,0.2317,0,1,0.5442,1,1,1,0.0528,0.5442,0,1,1,1,1,1,0.002389292,0,0.030957315,1,1,1,1,1,0.001637418,0,0.08628796,1,1,1,1,1,0.091609344,0,0.36581682,0.365771102,0.365691489
-6531,1,0.2338,1,1,1,1,1,1,1,1,0.0179,0.2338,0,1,0.232,1,1,1,1,1,1,0,0.232,0,1,0.5445,1,1,1,0.0731,0.5445,0,1,1,1,1,1,0.004443299,0,0.039557301,1,1,1,1,1,0.000501904,0,0.049823821,1,1,1,1,1,0.115951769,0,0.359775254,0.359847684,0.359929078
-6532,1,0.2344,1,1,1,1,1,1,1,1,0.0293,0.2344,0,1,0.2322,1,1,1,1,1,1,0,0.2322,0,1,0.5447,1,1,1,0.0794,0.5447,0,1,1,1,1,1,0.005564609,0,0.019657668,1,1,1,1,1,0.00119802,0,0.015839268,1,1,1,1,1,0.142613754,0,0.359896085,0.359847684,0.359929078
-6533,1,0.2349,1,1,1,1,1,1,1,1,0.0328,0.2349,0,1,0.2325,1,1,1,1,1,1,0,0.2325,0,1,0.545,1,1,1,0.0527,0.545,0,1,1,1,1,1,0.009646203,0,0.025226329,1,1,1,1,1,0.000495873,0,0,1,1,1,1,1,0.080928728,0,0.368716771,0.368732812,0.368794326
-6534,1,0.2355,1,1,1,1,1,1,1,1,0.0164,0.2355,0,1,0.2327,1,1,1,1,1,1,0,0.2327,0,1,0.5453,1,1,1,0.0441,0.5453,0,1,1,1,1,1,0.006634218,0,0.011077274,1,1,1,1,1,0,0,0,1,1,1,1,1,0.093521707,0,0.38780812,0.387772371,0.38785461
-6535,1,0.2361,1,1,1,1,1,1,1,1,0.0357,0.2361,0.0346,1,0.233,1,1,1,1,1,1,0,0.233,0.0538,1,0.5456,1,1,1,0.0372,0.5456,0.0352,1,1,1,1,1,0.005864946,0.056622703,0.096354082,1,1,1,1,1,8.56E-05,0.145683765,0.004659686,1,1,1,1,1,0.0896108,0.026007796,0.413907685,0.413793103,0.414007092
-6536,1,0.2367,1,1,1,1,1,1,1,1,0.0493,0.2367,0.1101,1,0.2332,1,1,1,1,1,1,0,0.2332,0.1861,1,0.5458,1,1,1,0.0585,0.5458,0.1232,1,1,1,1,1,0.013209878,0.18431893,0.141443372,1,1,1,1,1,0.001896054,0.330735028,0.03325576,1,1,1,1,1,0.123536713,0.154200315,0.455231996,0.455257034,0.455673759
-6537,1,0.2372,1,1,1,1,1,1,1,1,0.0167,0.2372,0.1889,1,0.2334,1,1,1,1,1,1,0,0.2334,0.3572,1,0.5461,1,1,1,0.0483,0.5461,0.1661,1,1,1,1,1,0.003174433,0.326445937,0.093540281,1,1,1,1,1,2.47E-05,0.535272121,0.00234555,1,1,1,1,1,0.124611564,0.224940732,0.491541808,0.491643749,0.491578014
-6538,1,0.2378,1,1,1,1,1,1,1,1,0.0152,0.2378,0.3208,1,0.2337,1,1,1,1,1,1,0,0.2337,0.4009,1,0.5464,1,1,1,0.0605,0.5464,0.1662,1,1,1,1,1,0.00128083,0.484543532,0.104931906,1,1,1,1,1,0.001369749,0.610702991,0.00226178,1,1,1,1,1,0.108528323,0.295617014,0.514318511,0.51427967,0.51462766
-6539,1,0.2384,1,1,1,1,1,1,1,1,0.0095,0.2384,0.3743,1,0.2339,1,1,1,1,1,1,0.0126,0.2339,0.4637,1,0.5466,1,1,1,0.0952,0.5466,0.1793,1,1,1,1,1,0.000600692,0.550851524,0.120022342,1,1,1,1,1,0.004669011,0.73143059,0,1,1,1,1,1,0.099777974,0.311340481,0.526824553,0.526761159,0.527039007
-6540,1,0.239,1,1,1,1,1,1,1,1,0.0079,0.239,0.3697,1,0.2342,1,1,1,1,1,1,0.0236,0.2342,0.4801,1,0.5469,1,1,1,0.0786,0.5469,0.1793,1,1,1,1,1,0.001192229,0.609829664,0.088237777,1,1,1,1,1,0.015810516,0.753139853,0,1,1,1,1,1,0.064990409,0.322862804,0.532443209,0.532473027,0.532358156
-6541,1,0.2395,1,1,1,1,1,1,1,1,0.0135,0.2395,0.3899,1,0.2344,1,1,1,1,1,1,0.0074,0.2344,0.5307,1,0.5472,1,1,1,0.0647,0.5472,0.2183,1,1,1,1,1,0.00164479,0.572547793,0.254928827,1,1,1,1,1,0.025563151,0.732995927,0.060124092,1,1,1,1,1,0.08659099,0.300501913,0.5270058,0.52697271,0.52748227
-6542,1,0.2401,1,1,1,1,1,1,1,1,0.0099,0.2401,0.4214,1,0.2346,1,1,1,1,1,1,0.0035,0.2346,0.4858,1,0.5475,1,1,1,0.1324,0.5475,0.2365,1,1,1,1,1,0.000895186,0.603948236,0.261287123,1,1,1,1,1,0.023013201,0.711627364,0.006831414,1,1,1,1,1,0.079158112,0.283850282,0.523260029,0.523164798,0.523492908
-6543,1,0.2407,1,1,1,1,1,1,1,1,0.0038,0.2407,0.3628,1,0.2349,1,1,1,1,1,1,0,0.2349,0.3614,1,0.5477,1,1,1,0.187,0.5477,0.1181,1,1,1,1,1,0.003041726,0.623536468,0.166010082,1,1,1,1,1,0.029417666,0.670252681,0,1,1,1,1,1,0.086352021,0.248580039,0.519937168,0.519991538,0.519946809
-6544,1,0.2413,1,1,1,1,1,1,1,1,0.0298,0.2413,0.1983,1,0.2351,1,1,1,1,1,1,0.0074,0.2351,0.2475,1,0.548,1,1,1,0.2082,0.548,0.0321,1,1,1,1,1,0.04137456,0.432843089,0.101938054,1,1,1,1,1,0.047712393,0.495284826,0.124682993,1,1,1,1,1,0.067113861,0.200693369,0.527368294,0.527395811,0.52748227
-6545,1,0.2418,1,1,1,1,1,1,1,1,0.0574,0.2418,0.0092,1,0.2354,1,1,1,1,1,1,0,0.2354,0.0164,1,0.5483,1,1,1,0.1729,0.5483,0,1,1,1,1,1,0.042786691,0.064709537,0.066743538,1,1,1,1,1,0.014304213,0.148364738,0.143199489,1,1,1,1,1,0.069326229,0.009823125,0.538666022,0.538819547,0.53856383
-6546,1,0.2424,1,1,1,1,1,1,1,1,0.0296,0.2424,0,1,0.2356,1,1,1,1,1,1,0.0138,0.2356,0,1,0.5485,1,1,1,0.2081,0.5485,0,1,1,1,1,1,0.056467261,0,0.04641312,1,1,1,1,1,0.039440818,0,0.218248948,1,1,1,1,1,0.060611561,0,0.560476075,0.560609266,0.56072695
-6547,1,0.243,1,1,1,1,1,1,1,1,0.0858,0.243,0,1,0.2358,1,1,1,1,1,1,0.0235,0.2358,0,1,0.5488,1,1,1,0.1944,0.5488,0,1,1,1,1,1,0.098491944,0,0.065741263,1,1,1,1,1,0.060750082,0,0.077791631,1,1,1,1,1,0.174459025,0,0.573525858,0.573513857,0.574024823
-6548,1,0.2436,1,1,1,1,1,1,1,1,0.149,0.2436,0,1,0.2361,1,1,1,1,1,1,0.2108,0.2361,0,1,0.5491,1,1,1,0.2495,0.5491,0,1,1,1,1,1,0.145105779,0,0.183141589,1,1,1,1,1,0.281965971,0,0.080161005,1,1,1,1,1,0.197865486,0,0.550688739,0.550666385,0.550975177
-6549,1,0.2441,1,1,1,1,1,1,1,1,0.2541,0.2441,0,1,0.2363,1,1,1,1,1,1,0.4191,0.2363,0,1,0.5494,1,1,1,0.1932,0.5494,0,1,1,1,1,1,0.168416709,0,0.453633964,1,1,1,1,1,0.439040273,0,0.240032732,1,1,1,1,1,0.167273656,0,0.509243596,0.509202454,0.509308511
-6550,1,0.2447,1,1,1,1,1,1,1,1,0.2774,0.2447,0,1,0.2366,1,1,1,1,1,1,0.4008,0.2366,0,1,0.5496,1,1,1,0.1295,0.5496,0,1,1,1,1,1,0.176029071,0,0.672531724,1,1,1,1,1,0.389955342,0,0.348351598,1,1,1,1,1,0.121773601,0,0.462542291,0.462661307,0.462322695
-6551,1,0.2453,1,1,1,1,1,1,1,1,0.2186,0.2453,0,1,0.2368,1,1,1,1,1,1,0.2345,0.2368,0,1,0.5499,1,1,1,0.128,0.5499,0,1,1,1,1,1,0.140335828,0,0.601229429,1,1,1,1,1,0.283351004,0,0.493299246,1,1,1,1,1,0.089658931,0,0.4189826,0.418870319,0.418882979
-6552,1,0.2459,1,1,1,1,1,1,1,1,0.2219,0.2459,0,1,0.237,1,1,1,1,1,1,0.2797,0.237,0,1,0.5502,1,1,1,0.1622,0.5502,0,1,1,1,1,1,0.15590781,0,0.814715147,1,1,1,1,1,0.31274277,0,0.487263888,1,1,1,1,1,0.143306151,0,0.387747704,0.387772371,0.38785461
-6553,1,0.2464,1,1,1,1,1,1,1,1,0.2853,0.2464,0,1,0.2373,1,1,1,1,1,1,0.2246,0.2373,0,1,0.5504,1,1,1,0.1918,0.5504,0,1,1,1,1,1,0.23222816,0,0.971038163,1,1,1,1,1,0.273955613,0,0.40015316,1,1,1,1,1,0.249656275,0,0.370831319,0.370848318,0.371010638
-6554,1,0.247,1,1,1,1,1,1,1,1,0.3698,0.247,0,1,0.2375,1,1,1,1,1,1,0.1931,0.2375,0,1,0.5507,1,1,1,0.2095,0.5507,0,1,1,1,1,1,0.291814148,0,0.961950302,1,1,1,1,1,0.31273815,0,0.27512306,1,1,1,1,1,0.29373318,0,0.363762687,0.363867146,0.36391844
-6555,1,0.2476,1,1,1,1,1,1,1,1,0.348,0.2476,0,1,0.2378,1,1,1,1,1,1,0.4373,0.2378,0,1,0.551,1,1,1,0.1529,0.551,0,1,1,1,1,1,0.315048933,0,0.920538425,1,1,1,1,1,0.545192242,0,0.451221764,1,1,1,1,1,0.202005014,0,0.362433543,0.362386292,0.362588652
-6556,1,0.2482,1,1,1,1,1,1,1,1,0.3611,0.2482,0,1,0.238,1,1,1,1,1,1,0.5491,0.238,0,1,0.5513,1,1,1,0.1339,0.5513,0,1,1,1,1,1,0.32860586,0,0.975214958,1,1,1,1,1,0.594446063,0,0.83957988,1,1,1,1,1,0.123670235,0,0.37457709,0.37465623,0.374556738
-6557,1,0.2488,1,1,1,1,1,1,1,1,0.3437,0.2488,0,1,0.2383,1,1,1,1,1,1,0.3753,0.2383,0,1,0.5515,1,1,1,0.1775,0.5515,0,1,1,1,1,1,0.311732531,0,1,1,1,1,1,1,0.423662573,0,0.854238033,1,1,1,1,1,0.141793281,0,0.41662639,0.416754813,0.416666667
-6558,1,0.2493,1,1,1,1,1,1,1,1,0.4519,0.2493,0.0016,1,0.2385,1,1,1,1,1,1,0.3715,0.2385,0,1,0.5518,1,1,1,0.1254,0.5518,0,1,1,1,1,1,0.425207317,0.00400676,0.955851912,1,1,1,1,1,0.439827323,3.80E-06,0.914849758,1,1,1,1,1,0.105852872,1.89E-05,0.492810536,0.492701502,0.492907801
-6559,1,0.2499,1,1,1,1,1,1,1,1,0.4502,0.2499,0.1822,1,0.2387,1,1,1,1,1,1,0.3359,0.2387,0.2019,1,0.5521,1,1,1,0.1238,0.5521,0.1217,1,1,1,1,1,0.392743528,0.379624128,0.982564807,1,1,1,1,1,0.321332514,0.454128623,0.571947694,1,1,1,1,1,0.146006942,0.205140591,0.536370227,0.53649249,0.536347518
-6560,1,0.2505,1,1,1,1,1,1,1,1,0.5402,0.2505,0.3677,1,0.239,1,1,1,1,1,1,0.3798,0.239,0.3796,1,0.5523,1,1,1,0.2124,0.5523,0.245,1,1,1,1,1,0.520550907,0.576457202,0.986579061,1,1,1,1,1,0.36916101,0.662950873,0.57911998,1,1,1,1,1,0.188528061,0.437705576,0.554072015,0.554051195,0.554078014
-6561,1,0.2511,1,1,1,1,1,1,1,1,0.506,0.2511,0.4934,1,0.2392,1,1,1,1,1,1,0.4593,0.2392,0.5148,1,0.5526,1,1,1,0.2433,0.5526,0.3275,1,1,1,1,1,0.587486982,0.722927153,0.974899769,1,1,1,1,1,0.410343528,0.787773013,0.890935361,1,1,1,1,1,0.183030128,0.489147365,0.567242629,0.567167337,0.567375887
-6562,1,0.2516,1,1,1,1,1,1,1,1,0.4993,0.2516,0.5681,1,0.2395,1,1,1,1,1,1,0.38,0.2395,0.5786,1,0.5529,1,1,1,0.2031,0.5529,0.4087,1,1,1,1,1,0.50864476,0.773095131,1,1,1,1,1,1,0.357830137,0.841850221,0.802347183,1,1,1,1,1,0.178064093,0.647614062,0.579144514,0.579225725,0.579343972
-6563,1,0.2522,1,1,1,1,1,1,1,1,0.5442,0.2522,0.538,1,0.2397,1,1,1,1,1,1,0.4687,0.2397,0.5443,1,0.5532,1,1,1,0.1888,0.5532,0.4973,1,1,1,1,1,0.555863023,0.765336454,1,1,1,1,1,1,0.427845657,0.771415889,1,1,1,1,1,1,0.191681355,0.741069674,0.584461092,0.584514491,0.584219858
-6564,1,0.2528,1,1,1,1,1,1,1,1,0.4478,0.2528,0.5598,1,0.2399,1,1,1,1,1,1,0.4952,0.2399,0.5933,1,0.5534,1,1,1,0.1284,0.5534,0.4959,1,1,1,1,1,0.435810179,0.757352531,1,1,1,1,1,1,0.467635602,0.858172059,0.967408419,1,1,1,1,1,0.177240163,0.767819643,0.584944418,0.584937593,0.585106383
-6565,1,0.2534,1,1,1,1,1,1,1,1,0.4345,0.2534,0.6963,1,0.2402,1,1,1,1,1,1,0.4712,0.2402,0.7355,1,0.5537,1,1,1,0.1187,0.5537,0.6551,1,1,1,1,1,0.466832042,0.914898694,0.94599098,1,1,1,1,1,0.444540858,0.954093635,0.958043754,1,1,1,1,1,0.19597131,0.890991688,0.585246496,0.585360694,0.585549645
-6566,1,0.2539,1,1,1,1,1,1,1,1,0.3079,0.2539,0.5216,1,0.2404,1,1,1,1,1,1,0.308,0.2404,0.5275,1,0.554,1,1,1,0.1508,0.554,0.4133,1,1,1,1,1,0.333758056,0.730428457,0.998048067,1,1,1,1,1,0.308663845,0.812970221,0.939558268,1,1,1,1,1,0.34319669,0.692927003,0.581500725,0.581552782,0.581560284
-6567,1,0.2545,1,1,1,1,1,1,1,1,0.2708,0.2545,0.3658,1,0.2407,1,1,1,1,1,1,0.2945,0.2407,0.3854,1,0.5542,1,1,1,0.1505,0.5542,0.3272,1,1,1,1,1,0.333743334,0.622278392,0.97401768,1,1,1,1,1,0.287776917,0.671788514,0.987984419,1,1,1,1,1,0.338263631,0.619361103,0.577875785,0.57774487,0.578014184
-6568,1,0.2551,1,1,1,1,1,1,1,1,0.2142,0.2551,0.192,1,0.2409,1,1,1,1,1,1,0.1371,0.2409,0.224,1,0.5545,1,1,1,0.15,0.5545,0.1691,1,1,1,1,1,0.184898138,0.415949643,0.858008504,1,1,1,1,1,0.14221406,0.503852904,0.878710747,1,1,1,1,1,0.308672339,0.422220051,0.579688255,0.579648826,0.579787234
-6569,1,0.2557,1,1,1,1,1,1,1,1,0.2314,0.2557,0.0086,1,0.2411,1,1,1,1,1,1,0.1182,0.2411,0.0239,1,0.5548,1,1,1,0.1462,0.5548,0,1,1,1,1,1,0.248213574,0.117195293,0.833072484,1,1,1,1,1,0.149456039,0.196396649,0.990052462,1,1,1,1,1,0.342999399,0.009233357,0.589294345,0.589380157,0.589539007
-6570,1,0.2562,1,1,1,1,1,1,1,1,0.0786,0.2562,0,1,0.2414,1,1,1,1,1,1,0.0299,0.2414,0,1,0.555,1,1,1,0.1566,0.555,0,1,1,1,1,1,0.08024399,0,0.658523619,1,1,1,1,1,0.05169617,0,0.818520665,1,1,1,1,1,0.39454481,0,0.611406477,0.611381426,0.611702128
-6571,1,0.2568,1,1,1,1,1,1,1,1,0.1608,0.2568,0,1,0.2416,1,1,1,1,1,1,0.0788,0.2416,0,1,0.5553,1,1,1,0.1666,0.5553,0,1,1,1,1,1,0.175253615,0,0.604896963,1,1,1,1,1,0.099098295,0,0.724612832,1,1,1,1,1,0.381111085,0,0.623247946,0.623228263,0.62322695
-6572,1,0.2574,1,1,1,1,1,1,1,1,0.1703,0.2574,0,1,0.2419,1,1,1,1,1,1,0.1316,0.2419,0,1,0.5556,1,1,1,0.189,0.5556,0,1,1,1,1,1,0.203900844,0,0.435748816,1,1,1,1,1,0.145561397,0,0.785467565,1,1,1,1,1,0.411134213,0,0.596242146,0.596149778,0.596631206
-6573,1,0.258,1,1,1,1,1,1,1,1,0.1026,0.258,0,1,0.2421,1,1,1,1,1,1,0.0965,0.2421,0,1,0.5559,1,1,1,0.1817,0.5559,0,1,1,1,1,1,0.111852467,0,0.254486293,1,1,1,1,1,0.10549137,0,0.471844316,1,1,1,1,1,0.407824755,0,0.549359594,0.549397081,0.54964539
-6574,1,0.2585,1,1,1,1,1,1,1,1,0.1794,0.2585,0,1,0.2423,1,1,1,1,1,1,0.1044,0.2423,0,1,0.5561,1,1,1,0.1907,0.5561,0,1,1,1,1,1,0.185589731,0,0.215387106,1,1,1,1,1,0.115718789,0,0.38150394,1,1,1,1,1,0.470481157,0,0.491239729,0.491220647,0.491578014
-6575,1,0.2591,1,1,1,1,1,1,1,1,0.1851,0.2591,0,1,0.2426,1,1,1,1,1,1,0.1055,0.2426,0,1,0.5564,1,1,1,0.1867,0.5564,0,1,1,1,1,1,0.207723185,0,0.175762117,1,1,1,1,1,0.106583543,0,0.073121473,1,1,1,1,1,0.445348978,0,0.438919768,0.438967633,0.438829787
-6576,1,0.2597,1,1,1,1,1,1,1,1,0.1766,0.2597,0,1,0.2428,1,1,1,1,1,1,0.0944,0.2428,0,1,0.5567,1,1,1,0.1775,0.5567,0,1,1,1,1,1,0.209240153,0,0.107903212,1,1,1,1,1,0.086277418,0,0.005611519,1,1,1,1,1,0.397728354,0,0.404180764,0.404061773,0.404255319
-6577,1,0.2603,1,1,1,1,1,1,1,1,0.1542,0.2603,0,1,0.2431,1,1,1,1,1,1,0.0673,0.2431,0,1,0.5569,1,1,1,0.2331,0.5569,0,1,1,1,1,1,0.222245604,0,0.026186328,1,1,1,1,1,0.059066955,0,0,1,1,1,1,1,0.402312249,0,0.385633156,0.385656865,0.385638298
-6578,1,0.2608,1,1,1,1,1,1,1,1,0.1395,0.2608,0,1,0.2433,1,1,1,1,1,1,0.0689,0.2433,0,1,0.5572,1,1,1,0.2341,0.5572,0,1,1,1,1,1,0.25259304,0,0,1,1,1,1,1,0.053715177,0,0,1,1,1,1,1,0.458695412,0,0.376329145,0.376348635,0.376329787
-6579,1,0.2614,1,1,1,1,1,1,1,1,0.1374,0.2614,0,1,0.2436,1,1,1,1,1,1,0.0778,0.2436,0,1,0.5575,1,1,1,0.2622,0.5575,0,1,1,1,1,1,0.19455488,0,0.040597029,1,1,1,1,1,0.056982014,0,0,1,1,1,1,1,0.541314602,0,0.37457709,0.37465623,0.374556738
-6580,1,0.262,1,1,1,1,1,1,1,1,0.1208,0.262,0,1,0.2438,1,1,1,1,1,1,0.0554,0.2438,0,1,0.5578,1,1,1,0.2848,0.5578,0,1,1,1,1,1,0.15320465,0,0.046352319,1,1,1,1,1,0.04349336,0,0,1,1,1,1,1,0.52151227,0,0.385331078,0.385445314,0.385638298
-6581,1,0.2626,1,1,1,1,1,1,1,1,0.0839,0.2626,0,1,0.244,1,1,1,1,1,1,0.0434,0.244,0,1,0.558,1,1,1,0.2575,0.558,0,1,1,1,1,1,0.123092704,0,0.01021062,1,1,1,1,1,0.035207406,0,0,1,1,1,1,1,0.457619131,0,0.423876269,0.423735985,0.424202128
-6582,1,0.2631,1,1,1,1,1,1,1,1,0.0347,0.2631,0,1,0.2443,1,1,1,1,1,1,0.0696,0.2443,0,1,0.5583,1,1,1,0.258,0.5583,0.0014,1,1,1,1,1,0.067572661,0,0,1,1,1,1,1,0.048682459,0,0,1,1,1,1,1,0.503373921,0.01086084,0.500845819,0.500740427,0.500886525
-6583,1,0.2637,1,1,1,1,1,1,1,1,0.0233,0.2637,0.0956,1,0.2445,1,1,1,1,1,1,0.0598,0.2445,0.0784,1,0.5586,1,1,1,0.2007,0.5586,0.1724,1,1,1,1,1,0.01880943,0.137843221,0,1,1,1,1,1,0.048574492,0.091980152,0,1,1,1,1,1,0.451517731,0.505353212,0.543559691,0.543685213,0.543882979
-6584,1,0.2643,1,1,1,1,1,1,1,1,0.0154,0.2643,0.1987,1,0.2448,1,1,1,1,1,1,0.0108,0.2448,0.2261,1,0.5588,1,1,1,0.0724,0.5588,0.3592,1,1,1,1,1,0.00963931,0.329574049,0,1,1,1,1,1,0.015736625,0.264983803,0,1,1,1,1,1,0.232707277,0.67805779,0.561744804,0.561667019,0.561613475
-6585,1,0.2649,1,1,1,1,1,1,1,1,0.0123,0.2649,0.3334,1,0.245,1,1,1,1,1,1,0.01,0.245,0.2525,1,0.5591,1,1,1,0.0709,0.5591,0.4588,1,1,1,1,1,0.005264824,0.499420762,0.048606455,1,1,1,1,1,0.032397322,0.368170947,0.090328276,1,1,1,1,1,0.193513215,0.699813545,0.575157081,0.575206262,0.57535461
-6586,1,0.2654,1,1,1,1,1,1,1,1,0.0164,0.2654,0.3963,1,0.2452,1,1,1,1,1,1,0,0.2452,0.3274,1,0.5594,1,1,1,0.0687,0.5594,0.4515,1,1,1,1,1,0.00209415,0.550574183,0.208230615,1,1,1,1,1,0.006123701,0.416394591,0.124631166,1,1,1,1,1,0.125582576,0.683820307,0.58881102,0.588745505,0.588652482
-6587,1,0.266,1,1,1,1,1,1,1,1,0.0207,0.266,0.3824,1,0.2455,1,1,1,1,1,1,0,0.2455,0.2852,1,0.5597,1,1,1,0.0733,0.5597,0.4864,1,1,1,1,1,0.00288984,0.515275478,0.152147979,1,1,1,1,1,0.004283474,0.402512044,0.038438223,1,1,1,1,1,0.111074977,0.537182093,0.597087965,0.596995981,0.597074468
-6588,1,0.2666,1,1,1,1,1,1,1,1,0.0203,0.2666,0.3384,1,0.2457,1,1,1,1,1,1,0,0.2457,0.2859,1,0.5599,1,1,1,0.0497,0.5599,0.3971,1,1,1,1,1,0.002241383,0.442010581,0.070664525,1,1,1,1,1,0.000180938,0.380447149,0,1,1,1,1,1,0.105492756,0.539203167,0.598054616,0.598053734,0.598404255
-6589,1,0.2672,1,1,1,1,1,1,1,1,0.0143,0.2672,0.4399,1,0.246,1,1,1,1,1,1,0.0039,0.246,0.3858,1,0.5602,1,1,1,0.0232,0.5602,0.4854,1,1,1,1,1,0.004783811,0.600492537,0.026741851,1,1,1,1,1,0.007292867,0.437964559,0,1,1,1,1,1,0.064939708,0.683310986,0.599927501,0.59995769,0.600177305
-6590,1,0.2677,1,1,1,1,1,1,1,1,0.0155,0.2677,0.2178,1,0.2462,1,1,1,1,1,1,0.0095,0.2462,0.1405,1,0.5605,1,1,1,0.0227,0.5605,0.2741,1,1,1,1,1,0.004766511,0.301511168,0.003083194,1,1,1,1,1,0.017436108,0.13341406,0.052431419,1,1,1,1,1,0.050062038,0.369229943,0.595517158,0.595515126,0.595744681
-6591,1,0.2683,1,1,1,1,1,1,1,1,0.0376,0.2683,0.1308,1,0.2464,1,1,1,1,1,1,0.0085,0.2464,0.0741,1,0.5607,1,1,1,0.0288,0.5607,0.1701,1,1,1,1,1,0.035678796,0.146183804,0.000592879,1,1,1,1,1,0.016375532,0.045525521,0.084111258,1,1,1,1,1,0.046726696,0.214229763,0.592315128,0.592341866,0.592641844
-6592,1,0.2689,1,1,1,1,1,1,1,1,0.0335,0.2689,0.0434,1,0.2467,1,1,1,1,1,1,0.024,0.2467,0.02,1,0.561,1,1,1,0.024,0.561,0.049,1,1,1,1,1,0.034414932,0.054432869,0,1,1,1,1,1,0.06112523,0.028160799,0.111342937,1,1,1,1,1,0.051730227,0.064158253,0.596121315,0.596149778,0.596187943
-6593,1,0.2695,1,1,1,1,1,1,1,1,0.0174,0.2695,0,1,0.2469,1,1,1,1,1,1,0.0034,0.2469,0,1,0.5613,1,1,1,0.0332,0.5613,0,1,1,1,1,1,0.015054213,0,0.00043204,1,1,1,1,1,0.028811542,0,0.661274433,1,1,1,1,1,0.082960129,0,0.608929435,0.608842818,0.609042553
-6594,1,0.27,1,1,1,1,1,1,1,1,0.0345,0.27,0,1,0.2472,1,1,1,1,1,1,0.0038,0.2472,0,1,0.5616,1,1,1,0.0666,0.5616,0,1,1,1,1,1,0.051028643,0,0.210486859,1,1,1,1,1,0.03473261,0,0.628247976,1,1,1,1,1,0.144336253,0,0.628866602,0.62872858,0.628989362
-6595,1,0.2706,1,1,1,1,1,1,1,1,0.0215,0.2706,0,1,0.2474,1,1,1,1,1,1,0.0352,0.2474,0,1,0.5618,1,1,1,0.0759,0.5618,0,1,1,1,1,1,0.029041853,0,0.271099865,1,1,1,1,1,0.06478256,0,0.872589588,1,1,1,1,1,0.140753672,0,0.629531174,0.629574783,0.629875887
-6596,1,0.2712,1,1,1,1,1,1,1,1,0.0395,0.2712,0,1,0.2476,1,1,1,1,1,1,0.0137,0.2476,0,1,0.5621,1,1,1,0.0732,0.5621,0,1,1,1,1,1,0.049051926,0,0.653165936,1,1,1,1,1,0.040438566,0,0.695639789,1,1,1,1,1,0.165980712,0,0.601498308,0.601438545,0.601507092
-6597,1,0.2718,1,1,1,1,1,1,1,1,0.0143,0.2718,0,1,0.2479,1,1,1,1,1,1,0.0212,0.2479,0,1,0.5624,1,1,1,0.0498,0.5624,0,1,1,1,1,1,0.014579556,0,0.548604488,1,1,1,1,1,0.038235724,0,0.824545622,1,1,1,1,1,0.127436951,0,0.557153214,0.557224455,0.557180851
-6598,1,0.2723,1,1,1,1,1,1,1,1,0.0353,0.2723,0,1,0.2481,1,1,1,1,1,1,0.0188,0.2481,0,1,0.5626,1,1,1,0.0813,0.5626,0,1,1,1,1,1,0.030488104,0,0.551267564,1,1,1,1,1,0.050400548,0,0.803466797,1,1,1,1,1,0.159282908,0,0.499516675,0.499682674,0.499556738
-6599,1,0.2729,1,1,1,1,1,1,1,1,0.0254,0.2729,0,1,0.2484,1,1,1,1,1,1,0.0103,0.2484,0,1,0.5629,1,1,1,0.1032,0.5629,0,1,1,1,1,1,0.019913498,0,0.697906613,1,1,1,1,1,0.049465492,0,0.736202717,1,1,1,1,1,0.153236061,0,0.448405027,0.448487413,0.44858156
-6600,1,0.2735,1,1,1,1,1,1,1,1,0.019,0.2735,0,1,0.2486,1,1,1,1,1,1,0.0232,0.2486,0,1,0.5632,1,1,1,0.1131,0.5632,0,1,1,1,1,1,0.0096431,0,0.722592056,1,1,1,1,1,0.052091859,0,0.851881504,1,1,1,1,1,0.11944963,0,0.413605607,0.413581553,0.41356383
-6601,1,0.2741,1,1,1,1,1,1,1,1,0.0385,0.2741,0,1,0.2489,1,1,1,1,1,1,0.0352,0.2489,0,1,0.5635,1,1,1,0.1036,0.5635,0,1,1,1,1,1,0.02056507,0,0.491731107,1,1,1,1,1,0.074775927,0,0.785948277,1,1,1,1,1,0.103521176,0,0.395118415,0.395176645,0.394946809
-6602,1,0.2747,1,1,1,1,1,1,1,1,0.0402,0.2747,0,1,0.2491,1,1,1,1,1,1,0.0845,0.2491,0,1,0.5637,1,1,1,0.0828,0.5637,0,1,1,1,1,1,0.029301392,0,0.235437214,1,1,1,1,1,0.135011688,0,0.714146912,1,1,1,1,1,0.078306995,0,0.386599807,0.386714618,0.386524823
-6603,1,0.2752,1,1,1,1,1,1,1,1,0.0294,0.2752,0,1,0.2493,1,1,1,1,1,1,0.0616,0.2493,0,1,0.564,1,1,1,0.0895,0.564,0,1,1,1,1,1,0.031752679,0,0.092741519,1,1,1,1,1,0.125229746,0,0.364215493,1,1,1,1,1,0.065133139,0,0.385029,0.385022213,0.385195035
-6604,1,0.2758,1,1,1,1,1,1,1,1,0.0281,0.2758,0,1,0.2496,1,1,1,1,1,1,0.0455,0.2496,0,1,0.5643,1,1,1,0.0782,0.5643,0,1,1,1,1,1,0.033109717,0,0.019266587,1,1,1,1,1,0.08655636,0,0.219958112,1,1,1,1,1,0.056597002,0,0.395420493,0.395388195,0.395390071
-6605,1,0.2764,1,1,1,1,1,1,1,1,0.0202,0.2764,0,1,0.2498,1,1,1,1,1,1,0.0542,0.2498,0,1,0.5645,1,1,1,0.069,0.5645,0,1,1,1,1,1,0.022685943,0,0.020404659,1,1,1,1,1,0.088245794,0,0.128265187,1,1,1,1,1,0.069268115,0,0.43499275,0.43494817,0.434840426
-6606,1,0.277,1,1,1,1,1,1,1,1,0.023,0.277,0,1,0.2501,1,1,1,1,1,1,0.0129,0.2501,0,1,0.5648,1,1,1,0.0766,0.5648,0,1,1,1,1,1,0.021721683,0,0.017522912,1,1,1,1,1,0.034633301,0,0.228246883,1,1,1,1,1,0.06695392,0,0.513231029,0.513221917,0.513297872
-6607,1,0.2775,1,1,1,1,1,1,1,1,0.0066,0.2775,0.0104,1,0.2503,1,1,1,1,1,1,0.0362,0.2503,0.0257,1,0.5651,1,1,1,0.0559,0.5651,0.1117,1,1,1,1,1,0.019485574,0.015497106,0.005605652,1,1,1,1,1,0.063665107,0.071662478,0.239057317,1,1,1,1,1,0.047851615,0.101656526,0.563073949,0.562936323,0.563386525
-6608,1,0.2781,1,1,1,1,1,1,1,1,0.023,0.2781,0.1284,1,0.2505,1,1,1,1,1,1,0.0062,0.2505,0.2181,1,0.5653,1,1,1,0.0196,0.5653,0.1635,1,1,1,1,1,0.015963083,0.174619824,0.001970286,1,1,1,1,1,0.022041332,0.365515828,0.099980637,1,1,1,1,1,0.045739882,0.128753349,0.580775737,0.580706579,0.580673759
-6609,1,0.2787,1,1,1,1,1,1,1,1,0.0171,0.2787,0.2641,1,0.2508,1,1,1,1,1,1,0,0.2508,0.3431,1,0.5656,1,1,1,0.0156,0.5656,0.2741,1,1,1,1,1,0.023719067,0.395934165,0,1,1,1,1,1,0.006865096,0.438788235,0.073276177,1,1,1,1,1,0.027636612,0.240653172,0.594852586,0.594880474,0.594858156
-6610,1,0.2793,1,1,1,1,1,1,1,1,0.0026,0.2793,0.3303,1,0.251,1,1,1,1,1,1,0,0.251,0.3263,1,0.5659,1,1,1,0.0154,0.5659,0.3594,1,1,1,1,1,0.011727945,0.42349875,0.008817671,1,1,1,1,1,8.71E-05,0.415904909,0.039949216,1,1,1,1,1,0.019224679,0.419195503,0.607298212,0.607361963,0.607712766
-6611,1,0.2798,1,1,1,1,1,1,1,1,0.0026,0.2798,0.3248,1,0.2513,1,1,1,1,1,1,0,0.2513,0.3166,1,0.5662,1,1,1,0.0155,0.5662,0.4421,1,1,1,1,1,0.00738243,0.472193003,0.03303463,1,1,1,1,1,0,0.462152481,0.008600263,1,1,1,1,1,0.012622605,0.399340391,0.613037699,0.613073831,0.613031915
-6612,1,0.2804,1,1,1,1,1,1,1,1,0.0056,0.2804,0.3229,1,0.2515,1,1,1,1,1,1,0,0.2515,0.3719,1,0.5664,1,1,1,0.0136,0.5664,0.4211,1,1,1,1,1,0.007574628,0.496880472,0.151516095,1,1,1,1,1,0,0.514940262,0,1,1,1,1,1,0.012161018,0.32615459,0.611708555,0.611804527,0.611702128
-6613,1,0.281,1,1,1,1,1,1,1,1,0.0173,0.281,0.2728,1,0.2517,1,1,1,1,1,1,0,0.2517,0.3156,1,0.5667,1,1,1,0.0209,0.5667,0.2994,1,1,1,1,1,0.022224056,0.431715935,0.075429946,1,1,1,1,1,4.70E-05,0.380343765,0,1,1,1,1,1,0.016085731,0.333989739,0.612796037,0.612862281,0.613031915
-6614,1,0.2816,1,1,1,1,1,1,1,1,0.0025,0.2816,0.2195,1,0.252,1,1,1,1,1,1,0,0.252,0.2369,1,0.567,1,1,1,0.0138,0.567,0.2133,1,1,1,1,1,0.001306618,0.343997866,0.041384749,1,1,1,1,1,0.001991896,0.296392173,0,1,1,1,1,1,0.020869719,0.186116874,0.608808603,0.608842818,0.609042553
-6615,1,0.2821,1,1,1,1,1,1,1,1,0.009,0.2821,0.1478,1,0.2522,1,1,1,1,1,1,0,0.2522,0.1547,1,0.5672,1,1,1,0.0287,0.5672,0.1182,1,1,1,1,1,0.014629199,0.226465374,0.01776427,1,1,1,1,1,0.007377659,0.174705312,0,1,1,1,1,1,0.051071934,0.094875291,0.606331561,0.60630421,0.606382979
-6616,1,0.2827,1,1,1,1,1,1,1,1,0.0037,0.2827,0.0394,1,0.2525,1,1,1,1,1,1,0,0.2525,0.0069,1,0.5675,1,1,1,0.0121,0.5675,0.0089,1,1,1,1,1,0.00283455,0.072459079,0.00075867,1,1,1,1,1,0.007540998,0.007245474,0.007969634,1,1,1,1,1,0.022612127,0,0.610258579,0.610323673,0.61037234
-6617,1,0.2833,1,1,1,1,1,1,1,1,0.0034,0.2833,0,1,0.2527,1,1,1,1,1,1,0.0071,0.2527,0,1,0.5678,1,1,1,0.0041,0.5678,0,1,1,1,1,1,0.002433556,0,0.000774134,1,1,1,1,1,0.017342377,0,0.003782199,1,1,1,1,1,0.010844306,0,0.622643789,0.622593611,0.622783688
-6618,1,0.2839,1,1,1,1,1,1,1,1,0.013,0.2839,0,1,0.2529,1,1,1,1,1,1,0.0048,0.2529,0,1,0.5681,1,1,1,0.0149,0.5681,0,1,1,1,1,1,0.017172337,0,0.001425086,1,1,1,1,1,0.013833541,0,0.03464555,1,1,1,1,1,0.023519849,0,0.642339294,0.642479374,0.642730496
-6619,1,0.2844,1,1,1,1,1,1,1,1,0.0164,0.2844,0,1,0.2532,1,1,1,1,1,1,0,0.2532,0,1,0.5683,1,1,1,0.0114,0.5683,0,1,1,1,1,1,0.030118857,0,0.002209154,1,1,1,1,1,0.00370261,0,0.031902358,1,1,1,1,1,0.030793454,0,0.641493475,0.641633171,0.641400709
-6620,1,0.285,1,1,1,1,1,1,1,1,0.0015,0.285,0,1,0.2534,1,1,1,1,1,1,0,0.2534,0,1,0.5686,1,1,1,0.023,0.5686,0,1,1,1,1,1,0.00262489,0,0.007045438,1,1,1,1,1,0.000246857,0,0.09892749,1,1,1,1,1,0.042637393,0,0.617387627,0.617516395,0.617464539
-6621,1,0.2856,1,1,1,1,1,1,1,1,0.0037,0.2856,0,1,0.2537,1,1,1,1,1,1,0.0039,0.2537,0,1,0.5689,1,1,1,0.0267,0.5689,0,1,1,1,1,1,0.008369626,0,0.05462312,1,1,1,1,1,0.009861606,0,0.327880919,1,1,1,1,1,0.026806552,0,0.570565491,0.570763698,0.570921986
-6622,1,0.2862,1,1,1,1,1,1,1,1,0.0078,0.2862,0,1,0.2539,1,1,1,1,1,1,0,0.2539,0,1,0.5691,1,1,1,0.023,0.5691,0,1,1,1,1,1,0.007401247,0,0.155182093,1,1,1,1,1,0.00197694,0,0.676151574,1,1,1,1,1,0.027017739,0,0.516372644,0.516395177,0.516400709
-6623,1,0.2867,1,1,1,1,1,1,1,1,0.0139,0.2867,0,1,0.2542,1,1,1,1,1,1,0.0012,0.2542,0,1,0.5694,1,1,1,0.0197,0.5694,0,1,1,1,1,1,0.015887557,0,0.226263553,1,1,1,1,1,0.014408283,0,0.561446846,1,1,1,1,1,0.027828053,0,0.464354761,0.464353713,0.464095745
-6624,1,0.2873,1,1,1,1,1,1,1,1,0.0111,0.2873,0,1,0.2544,1,1,1,1,1,1,0.0015,0.2544,0,1,0.5697,1,1,1,0.0277,0.5697,0,1,1,1,1,1,0.014948207,0,0.139688373,1,1,1,1,1,0.02196689,0,0.252858132,1,1,1,1,1,0.024688084,0,0.425869986,0.425851491,0.425975177
-6625,1,0.2879,1,1,1,1,1,1,1,1,0.0085,0.2879,0,1,0.2546,1,1,1,1,1,1,0,0.2546,0,1,0.57,1,1,1,0.0422,0.57,0,1,1,1,1,1,0.004580994,0,0.245855272,1,1,1,1,1,0.002443868,0,0.200141653,1,1,1,1,1,0.050480563,0,0.404966167,0.404907975,0.405141844
-6626,1,0.2885,1,1,1,1,1,1,1,1,0.0264,0.2885,0,1,0.2549,1,1,1,1,1,1,0,0.2549,0,1,0.5702,1,1,1,0.0636,0.5702,0,1,1,1,1,1,0.007892709,0,0.308664322,1,1,1,1,1,0.000561935,0,0.137817547,1,1,1,1,1,0.073084563,0,0.394574674,0.394753543,0.394503546
-6627,1,0.289,1,1,1,1,1,1,1,1,0.0191,0.289,0,1,0.2551,1,1,1,1,1,1,0,0.2551,0,1,0.5705,1,1,1,0.0736,0.5705,0,1,1,1,1,1,0.006809966,0,0.197043166,1,1,1,1,1,0.001847064,0,0.086467549,1,1,1,1,1,0.080312192,0,0.391855969,0.391791834,0.391843972
-6628,1,0.2896,1,1,1,1,1,1,1,1,0.0177,0.2896,0,1,0.2554,1,1,1,1,1,1,0,0.2554,0,1,0.5708,1,1,1,0.0514,0.5708,0,1,1,1,1,1,0.018603846,0,0.135565579,1,1,1,1,1,0.003121382,0,0.060521998,1,1,1,1,1,0.085373409,0,0.401220396,0.401311614,0.401152482
-6629,1,0.2902,1,1,1,1,1,1,1,1,0.0218,0.2902,0,1,0.2556,1,1,1,1,1,1,0,0.2556,0,1,0.571,1,1,1,0.038,0.571,0,1,1,1,1,1,0.007500501,0,0.11249537,1,1,1,1,1,0.000317597,0,0.053894244,1,1,1,1,1,0.072991893,0,0.440550991,0.440660038,0.440602837
-6630,1,0.2908,1,1,1,1,1,1,1,1,0.0301,0.2908,0,1,0.2558,1,1,1,1,1,1,0,0.2558,0,1,0.5713,1,1,1,0.0242,0.5713,0,1,1,1,1,1,0.004477903,0,0.078994334,1,1,1,1,1,0.000618432,0,0.041155759,1,1,1,1,1,0.053028885,0,0.519816336,0.519779987,0.519946809
-6631,1,0.2913,1,1,1,1,1,1,1,1,0.038,0.2913,0.0381,1,0.2561,1,1,1,1,1,1,0,0.2561,0.0445,1,0.5716,1,1,1,0.0151,0.5716,0.0132,1,1,1,1,1,0.013966588,0.053761207,0.046719678,1,1,1,1,1,0.001666518,0.039260648,0.00536754,1,1,1,1,1,0.043002024,0.056730248,0.570263412,0.570340597,0.570478723
-6632,1,0.2919,1,1,1,1,1,1,1,1,0.0226,0.2919,0.17,1,0.2563,1,1,1,1,1,1,0,0.2563,0.1872,1,0.5719,1,1,1,0.0089,0.5719,0.0819,1,1,1,1,1,0.019347694,0.248121232,0.129263401,1,1,1,1,1,2.59E-05,0.194804132,0.006709425,1,1,1,1,1,0.026205668,0.220594868,0.589717255,0.589591707,0.58998227
-6633,1,0.2925,1,1,1,1,1,1,1,1,0.0123,0.2925,0.27,1,0.2566,1,1,1,1,1,1,0,0.2566,0.2454,1,0.5721,1,1,1,0.0163,0.5721,0.1939,1,1,1,1,1,0.005016658,0.336163789,0.102307864,1,1,1,1,1,0,0.294045031,0.005245551,1,1,1,1,1,0.029278403,0.288017094,0.603552441,0.603765602,0.603723404
-6634,1,0.2931,1,1,1,1,1,1,1,1,0.0055,0.2931,0.3211,1,0.2568,1,1,1,1,1,1,0,0.2568,0.3145,1,0.5724,1,1,1,0.0044,0.5724,0.2472,1,1,1,1,1,0.001640962,0.407886147,0.139501661,1,1,1,1,1,0,0.388301671,0.012656021,1,1,1,1,1,0.017254554,0.186226219,0.615152247,0.615189338,0.615248227
-6635,1,0.2936,1,1,1,1,1,1,1,1,0.0046,0.2936,0.3313,1,0.257,1,1,1,1,1,1,0,0.257,0.3174,1,0.5727,1,1,1,0.0097,0.5727,0.2222,1,1,1,1,1,0.007096141,0.427893728,0.161635965,1,1,1,1,1,0.00157662,0.396087468,0,1,1,1,1,1,0.033570945,0.15144901,0.62040841,0.620478105,0.620567376
-6636,1,0.2942,1,1,1,1,1,1,1,1,0.0036,0.2942,0.2964,1,0.2573,1,1,1,1,1,1,0,0.2573,0.2899,1,0.5729,1,1,1,0.0114,0.5729,0.1256,1,1,1,1,1,0.004241882,0.368064523,0.134247482,1,1,1,1,1,0.004252367,0.408986866,0.000350785,1,1,1,1,1,0.042437229,0.136352047,0.618898018,0.618785699,0.618794326
-6637,1,0.2948,1,1,1,1,1,1,1,1,0.0035,0.2948,0.2684,1,0.2575,1,1,1,1,1,1,0,0.2575,0.2573,1,0.5732,1,1,1,0.0167,0.5732,0.1641,1,1,1,1,1,0.00092068,0.340190023,0.105514027,1,1,1,1,1,8.65E-05,0.352315247,0,1,1,1,1,1,0.055487834,0.165348947,0.617750121,0.617727946,0.617907801
-6638,1,0.2954,1,1,1,1,1,1,1,1,0.0049,0.2954,0.2174,1,0.2578,1,1,1,1,1,1,0,0.2578,0.2072,1,0.5735,1,1,1,0.0244,0.5735,0.117,1,1,1,1,1,0.000731779,0.280809164,0.063202605,1,1,1,1,1,0.000550353,0.290557027,0,1,1,1,1,1,0.072976798,0.216500461,0.611346061,0.611381426,0.611702128
-6639,1,0.2959,1,1,1,1,1,1,1,1,0.0071,0.2959,0.1514,1,0.258,1,1,1,1,1,1,0,0.258,0.155,1,0.5738,1,1,1,0.0405,0.5738,0.1061,1,1,1,1,1,0.001370296,0.184724778,0.024635889,1,1,1,1,1,0.000607502,0.212993801,0,1,1,1,1,1,0.11348746,0.171723723,0.606754471,0.606727311,0.606826241
-6640,1,0.2965,1,1,1,1,1,1,1,1,0.002,0.2965,0.0541,1,0.2582,1,1,1,1,1,1,0,0.2582,0.0486,1,0.574,1,1,1,0.0372,0.574,0.0321,1,1,1,1,1,0.00057983,0.06715358,0.036595955,1,1,1,1,1,0.005043983,0.047138169,0.032308381,1,1,1,1,1,0.114123993,0.031250194,0.610198163,0.610323673,0.61037234
-6641,1,0.2971,1,1,1,1,1,1,1,1,0.0073,0.2971,0,1,0.2585,1,1,1,1,1,1,0.0184,0.2585,0,1,0.5743,1,1,1,0.0454,0.5743,0,1,1,1,1,1,0.011633202,0,0.051787447,1,1,1,1,1,0.011243671,0,0.030658901,1,1,1,1,1,0.107621469,0,0.621858386,0.621747409,0.622340426
-6642,1,0.2977,1,1,1,1,1,1,1,1,0.0075,0.2977,0,1,0.2587,1,1,1,1,1,1,0.0023,0.2587,0,1,0.5746,1,1,1,0.0641,0.5746,0,1,1,1,1,1,0.013150052,0,0.021918608,1,1,1,1,1,0.003659565,0,0,1,1,1,1,1,0.110465676,0,0.64058724,0.640575418,0.640957447
-6643,1,0.2983,1,1,1,1,1,1,1,1,0.0018,0.2983,0,1,0.259,1,1,1,1,1,1,0,0.259,0,1,0.5748,1,1,1,0.0477,0.5748,0,1,1,1,1,1,0.008437095,0,0,1,1,1,1,1,6.01E-05,0,0,1,1,1,1,1,0.118890822,0,0.638231029,0.63824836,0.638297872
-6644,1,0.2988,1,1,1,1,1,1,1,1,0.0025,0.2988,0,1,0.2592,1,1,1,1,1,1,0,0.2592,0,1,0.5751,1,1,1,0.035,0.5751,0,1,1,1,1,1,0.010184586,0,6.39E-05,1,1,1,1,1,0.003774277,0,0,1,1,1,1,1,0.08727774,0,0.612856452,0.612862281,0.613031915
-6645,1,0.2994,1,1,1,1,1,1,1,1,0.0117,0.2994,0,1,0.2595,1,1,1,1,1,1,0.0155,0.2595,0,1,0.5754,1,1,1,0.0456,0.5754,0,1,1,1,1,1,0.029774107,0,0,1,1,1,1,1,0.045412347,0,0,1,1,1,1,1,0.109648213,0,0.570505075,0.570552147,0.570478723
-6646,1,0.3,1,1,1,1,1,1,1,1,0.0323,0.3,0,1,0.2597,1,1,1,1,1,1,0.0194,0.2597,0,1,0.5757,1,1,1,0.0343,0.5757,0,1,1,1,1,1,0.04853031,0,0,1,1,1,1,1,0.030490557,0,0.006348168,1,1,1,1,1,0.079434142,0,0.515224746,0.515125873,0.515070922
-6647,1,0.3006,1,1,1,1,1,1,1,1,0.04,0.3006,0,1,0.2599,1,1,1,1,1,1,0.0362,0.2599,0,1,0.5759,1,1,1,0.0264,0.5759,0,1,1,1,1,1,0.05563885,0,0,1,1,1,1,1,0.068577521,0,0,1,1,1,1,1,0.05631816,0,0.461696472,0.461815105,0.461879433
-6648,1,0.3011,1,1,1,1,1,1,1,1,0.0637,0.3011,0,1,0.2602,1,1,1,1,1,1,0.013,0.2602,0,1,0.5762,1,1,1,0.0229,0.5762,0,1,1,1,1,1,0.076148733,0,0.004929815,1,1,1,1,1,0.049676888,0,0.005639529,1,1,1,1,1,0.064265504,0,0.425447076,0.42542839,0.425531915
-6649,1,0.3017,1,1,1,1,1,1,1,1,0.0536,0.3017,0,1,0.2604,1,1,1,1,1,1,0.0227,0.2604,0,1,0.5765,1,1,1,0.0348,0.5765,0,1,1,1,1,1,0.052811693,0,0.007698063,1,1,1,1,1,0.059837151,0,0.057467021,1,1,1,1,1,0.08075048,0,0.404543258,0.404696425,0.404698582
-6650,1,0.3023,1,1,1,1,1,1,1,1,0.0274,0.3023,0,1,0.2607,1,1,1,1,1,1,0.0551,0.2607,0,1,0.5767,1,1,1,0.0247,0.5767,0,1,1,1,1,1,0.02525796,0,0.056201488,1,1,1,1,1,0.061706673,0,0.022963353,1,1,1,1,1,0.054739028,0,0.392701788,0.392849587,0.392730496
-6651,1,0.3029,1,1,1,1,1,1,1,1,0.0292,0.3029,0,1,0.2609,1,1,1,1,1,1,0.0314,0.2609,0,1,0.577,1,1,1,0.0169,0.577,0,1,1,1,1,1,0.025538474,0,0.108040705,1,1,1,1,1,0.037860312,0,0.251671195,1,1,1,1,1,0.032598995,0,0.38962059,0.389676327,0.38962766
-6652,1,0.3034,1,1,1,1,1,1,1,1,0.0362,0.3034,0,1,0.2611,1,1,1,1,1,1,0.1048,0.2611,0,1,0.5773,1,1,1,0.0287,0.5773,0,1,1,1,1,1,0.055959776,0,0.096290991,1,1,1,1,1,0.098220184,0,0.372872531,1,1,1,1,1,0.070795402,0,0.398682939,0.398773006,0.39893617
-6653,1,0.304,1,1,1,1,1,1,1,1,0.0452,0.304,0,1,0.2614,1,1,1,1,1,1,0.0838,0.2614,0,1,0.5775,1,1,1,0.033,0.5775,0,1,1,1,1,1,0.070815653,0,0.061545834,1,1,1,1,1,0.075812794,0,0.149232462,1,1,1,1,1,0.121258944,0,0.434146931,0.434101967,0.434397163
-6654,1,0.3046,1,1,1,1,1,1,1,1,0.0522,0.3046,0,1,0.2616,1,1,1,1,1,1,0.0534,0.2616,0,1,0.5778,1,1,1,0.0384,0.5778,0,1,1,1,1,1,0.084343635,0,0.020246485,1,1,1,1,1,0.050963569,0,0.066523828,1,1,1,1,1,0.157181412,0,0.506947801,0.506875397,0.507092199
-6655,1,0.3052,1,1,1,1,1,1,1,1,0.0225,0.3052,0.1666,1,0.2619,1,1,1,1,1,1,0.0329,0.2619,0.1842,1,0.5781,1,1,1,0.0417,0.5781,0.1611,1,1,1,1,1,0.029218489,0.411309481,0.092890933,1,1,1,1,1,0.025526358,0.400683612,0.024682986,1,1,1,1,1,0.164071873,0.395776987,0.55177622,0.551724138,0.551861702
-6656,1,0.3057,1,1,1,1,1,1,1,1,0.0072,0.3057,0.3859,1,0.2621,1,1,1,1,1,1,0.0245,0.2621,0.3781,1,0.5784,1,1,1,0.0455,0.5784,0.3581,1,1,1,1,1,0.018174764,0.675595224,0.069680475,1,1,1,1,1,0.032702532,0.651601315,0.033864662,1,1,1,1,1,0.158684716,0.636594534,0.57280087,0.572667654,0.573138298
-6657,1,0.3063,1,1,1,1,1,1,1,1,0.0181,0.3063,0.5526,1,0.2623,1,1,1,1,1,1,0.0163,0.2623,0.5575,1,0.5786,1,1,1,0.0221,0.5786,0.5059,1,1,1,1,1,0.018541567,0.863941669,0.037565693,1,1,1,1,1,0.02282702,0.864683032,0.027870156,1,1,1,1,1,0.085744038,0.748829126,0.591710971,0.591707214,0.591755319
-6658,1,0.3069,1,1,1,1,1,1,1,1,0.0079,0.3069,0.6498,1,0.2626,1,1,1,1,1,1,0.0027,0.2626,0.654,1,0.5789,1,1,1,0.0184,0.5789,0.6206,1,1,1,1,1,0.001641268,0.922505677,0.005731462,1,1,1,1,1,0.002124382,0.920073032,0.012627225,1,1,1,1,1,0.049542237,0.849103689,0.608929435,0.609054369,0.609042553
-6659,1,0.3075,1,1,1,1,1,1,1,1,0.0098,0.3075,0.6686,1,0.2628,1,1,1,1,1,1,0.0305,0.2628,0.6748,1,0.5792,1,1,1,0.0439,0.5792,0.6414,1,1,1,1,1,0.007615278,0.948472202,0.006795613,1,1,1,1,1,0.022076111,0.958886802,0.000340314,1,1,1,1,1,0.124865137,0.872052789,0.61817303,0.618151047,0.618351064
-6660,1,0.308,1,1,1,1,1,1,1,1,0.0291,0.308,0.6667,1,0.2631,1,1,1,1,1,1,0.0312,0.2631,0.6791,1,0.5794,1,1,1,0.0372,0.5794,0.5436,1,1,1,1,1,0.012090914,0.947838068,0.081328705,1,1,1,1,1,0.030032791,0.965121388,0.052455496,1,1,1,1,1,0.114635333,0.902997792,0.619743838,0.619631902,0.620124113
-6661,1,0.3086,1,1,1,1,1,1,1,1,0.0243,0.3086,0.6583,1,0.2633,1,1,1,1,1,1,0,0.2633,0.6674,1,0.5797,1,1,1,0.0311,0.5797,0.5776,1,1,1,1,1,0.003289781,0.93308115,0.158306211,1,1,1,1,1,0.001120593,0.941450059,0.094945036,1,1,1,1,1,0.046756119,0.885003924,0.622402127,0.622382061,0.622340426
-6662,1,0.3092,1,1,1,1,1,1,1,1,0.0214,0.3092,0.5799,1,0.2635,1,1,1,1,1,1,0.0045,0.2635,0.601,1,0.58,1,1,1,0.0764,0.58,0.5283,1,1,1,1,1,0.008935087,0.893803239,0.188953429,1,1,1,1,1,0.004268355,0.904573321,0.067104198,1,1,1,1,1,0.077158853,0.858522534,0.619743838,0.619631902,0.620124113
-6663,1,0.3098,1,1,1,1,1,1,1,1,0.0325,0.3098,0.4249,1,0.2638,1,1,1,1,1,1,0.0193,0.2638,0.4556,1,0.5803,1,1,1,0.1261,0.5803,0.3362,1,1,1,1,1,0.027805593,0.779930949,0.181674778,1,1,1,1,1,0.016361579,0.801466703,0.063171461,1,1,1,1,1,0.147344887,0.726661444,0.615756404,0.615612439,0.616134752
-6664,1,0.3103,1,1,1,1,1,1,1,1,0.0543,0.3103,0.2235,1,0.264,1,1,1,1,1,1,0.0014,0.264,0.2615,1,0.5805,1,1,1,0.0946,0.5805,0.128,1,1,1,1,1,0.044786613,0.543791354,0.245452404,1,1,1,1,1,0.003610285,0.574275136,0.218809709,1,1,1,1,1,0.115066126,0.471255273,0.610983567,0.610958325,0.611258865
-6665,1,0.3109,1,1,1,1,1,1,1,1,0.0668,0.3109,0.0004,1,0.2643,1,1,1,1,1,1,0.0329,0.2643,0.0166,1,0.5808,1,1,1,0.1165,0.5808,0,1,1,1,1,1,0.077541411,0.016881306,0.442251831,1,1,1,1,1,0.035791941,0.131202474,0.37155968,1,1,1,1,1,0.186999589,0,0.603250362,0.603342501,0.603280142
-6666,1,0.3115,1,1,1,1,1,1,1,1,0.2037,0.3115,0,1,0.2645,1,1,1,1,1,1,0.1063,0.2645,0,1,0.5811,1,1,1,0.2072,0.5811,0,1,1,1,1,1,0.227115422,0,0.566530347,1,1,1,1,1,0.11875248,0,0.509201586,1,1,1,1,1,0.277976751,0,0.616239729,0.616247091,0.616134752
-6667,1,0.3121,1,1,1,1,1,1,1,1,0.0964,0.3121,0,1,0.2648,1,1,1,1,1,1,0.0825,0.2648,0,1,0.5813,1,1,1,0.1883,0.5813,0,1,1,1,1,1,0.121247604,0,0.606735349,1,1,1,1,1,0.107543334,0,0.315863907,1,1,1,1,1,0.328817785,0,0.621314645,0.621324307,0.621453901
-6668,1,0.3126,1,1,1,1,1,1,1,1,0.125,0.3126,0,1,0.265,1,1,1,1,1,1,0.1813,0.265,0,1,0.5816,1,1,1,0.1621,0.5816,0,1,1,1,1,1,0.149151102,0,0.413173079,1,1,1,1,1,0.20959729,0,0.206449762,1,1,1,1,1,0.242302179,0,0.596423393,0.596361329,0.596631206
-6669,1,0.3132,1,1,1,1,1,1,1,1,0.0022,0.3132,0,1,0.2652,1,1,1,1,1,1,0,0.2652,0,1,0.5819,1,1,1,0.0139,0.5819,0,1,1,1,1,1,0.001250819,0,0.000546565,1,1,1,1,1,1.98E-05,0,0,1,1,1,1,1,0.024567023,0,0.560838569,0.560820817,0.561170213
-6670,1,0.3138,1,1,1,1,1,1,1,1,0.1862,0.3138,0,1,0.2655,1,1,1,1,1,1,0.3248,0.2655,0,1,0.5822,1,1,1,0.1648,0.5822,0,1,1,1,1,1,0.162192672,0,0.217003182,1,1,1,1,1,0.320381254,0,0.065252885,1,1,1,1,1,0.23996146,0,0.514439343,0.514491221,0.51462766
-6671,1,0.3144,1,1,1,1,1,1,1,1,0.1568,0.3144,0,1,0.2657,1,1,1,1,1,1,0.412,0.2657,0,1,0.5824,1,1,1,0.1621,0.5824,0,1,1,1,1,1,0.160424352,0,0.088412359,1,1,1,1,1,0.372490406,0,0.08895497,1,1,1,1,1,0.209730059,0,0.466167231,0.466046118,0.466312057
-6672,1,0.3149,1,1,1,1,1,1,1,1,0.1725,0.3149,0,1,0.266,1,1,1,1,1,1,0.3967,0.266,0,1,0.5827,1,1,1,0.1186,0.5827,0,1,1,1,1,1,0.237939239,0,0.086474687,1,1,1,1,1,0.379418015,0,0.132444501,1,1,1,1,1,0.201425985,0,0.42858869,0.42860165,0.428634752
-6673,1,0.3155,1,1,1,1,1,1,1,1,0.1513,0.3155,0,1,0.2662,1,1,1,1,1,1,0.3321,0.2662,0,1,0.583,1,1,1,0.1289,0.583,0,1,1,1,1,1,0.204574525,0,0.063454509,1,1,1,1,1,0.318506628,0,0.114091106,1,1,1,1,1,0.353552222,0,0.404362011,0.404484874,0.404698582
-6674,1,0.3161,1,1,1,1,1,1,1,1,0.2986,0.3161,0,1,0.2664,1,1,1,1,1,1,0.3191,0.2664,0,1,0.5832,1,1,1,0.0917,0.5832,0,1,1,1,1,1,0.331581414,0,0.072278798,1,1,1,1,1,0.330415845,0,0.144816756,1,1,1,1,1,0.23274225,0,0.39058724,0.390734081,0.390514184
-6675,1,0.3167,1,1,1,1,1,1,1,1,0.2744,0.3167,0,1,0.2667,1,1,1,1,1,1,0.3258,0.2667,0,1,0.5835,1,1,1,0.0681,0.5835,0,1,1,1,1,1,0.36710912,0,0.116881348,1,1,1,1,1,0.323354691,0,0.15683274,1,1,1,1,1,0.178274408,0,0.384424843,0.384387561,0.384308511
-6676,1,0.3172,1,1,1,1,1,1,1,1,0.2657,0.3172,0,1,0.2669,1,1,1,1,1,1,0.2643,0.2669,0,1,0.5838,1,1,1,0.0825,0.5838,0,1,1,1,1,1,0.379902184,0,0.198164791,1,1,1,1,1,0.265499175,0,0.145629585,1,1,1,1,1,0.240375161,0,0.38460609,0.384810662,0.384751773
-6677,1,0.3178,1,1,1,1,1,1,1,1,0.1662,0.3178,0,1,0.2672,1,1,1,1,1,1,0.267,0.2672,0,1,0.5841,1,1,1,0.0702,0.5841,0,1,1,1,1,1,0.243229419,0,0.253393471,1,1,1,1,1,0.296189159,0,0.218837708,1,1,1,1,1,0.225713879,0,0.396810053,0.39686905,0.396719858
-6678,1,0.3184,1,1,1,1,1,1,1,1,0.1635,0.3184,0,1,0.2674,1,1,1,1,1,1,0.1863,0.2674,0,1,0.5843,1,1,1,0.0823,0.5843,0,1,1,1,1,1,0.197568238,0,0.34732914,1,1,1,1,1,0.206077322,0,0.269517303,1,1,1,1,1,0.186036438,0,0.423453359,0.423524434,0.423758865
-6679,1,0.319,1,1,1,1,1,1,1,1,0.1725,0.319,0.1341,1,0.2676,1,1,1,1,1,1,0.3484,0.2676,0.1234,1,0.5846,1,1,1,0.0934,0.5846,0.0681,1,1,1,1,1,0.207931578,0.278390855,0.218554139,1,1,1,1,1,0.310589314,0.301432401,0.246689796,1,1,1,1,1,0.289924532,0.41212815,0.454023683,0.45398773,0.453900709
-6680,1,0.3195,1,1,1,1,1,1,1,1,0.1679,0.3195,0.2599,1,0.2679,1,1,1,1,1,1,0.3237,0.2679,0.2773,1,0.5849,1,1,1,0.1789,0.5849,0.2017,1,1,1,1,1,0.117987476,0.37060824,0.582665086,1,1,1,1,1,0.294328779,0.567910373,0.43827489,1,1,1,1,1,0.336873978,0.502548039,0.497039633,0.496932515,0.497340426
-6681,1,0.3201,1,1,1,1,1,1,1,1,0.1501,0.3201,0.4087,1,0.2681,1,1,1,1,1,1,0.2859,0.2681,0.516,1,0.5851,1,1,1,0.1815,0.5851,0.2596,1,1,1,1,1,0.117229529,0.64334166,0.537799478,1,1,1,1,1,0.243438542,0.798330843,0.423440814,1,1,1,1,1,0.269986153,0.607982099,0.528455776,0.528453565,0.528368794
-6682,1,0.3207,1,1,1,1,1,1,1,1,0.257,0.3207,0.5616,1,0.2684,1,1,1,1,1,1,0.3556,0.2684,0.591,1,0.5854,1,1,1,0.3182,0.5854,0.3389,1,1,1,1,1,0.229125395,0.806467175,0.806575179,1,1,1,1,1,0.337968558,0.834347546,0.8612867,1,1,1,1,1,0.384023964,0.574408114,0.545855486,0.545800719,0.546099291
-6683,1,0.3213,1,1,1,1,1,1,1,1,0.4808,0.3213,0.5056,1,0.2686,1,1,1,1,1,1,0.4953,0.2686,0.5317,1,0.5857,1,1,1,0.4254,0.5857,0.2753,1,1,1,1,1,0.518835604,0.660131633,0.952186227,1,1,1,1,1,0.522880375,0.745849788,1,1,1,1,1,1,0.471953958,0.644864082,0.554494925,0.554685847,0.554964539
-6684,1,0.3218,1,1,1,1,1,1,1,1,0.4544,0.3218,0.5266,1,0.2688,1,1,1,1,1,1,0.4831,0.2688,0.4692,1,0.586,1,1,1,0.4944,0.586,0.2659,1,1,1,1,1,0.455813915,0.762606561,0.971595407,1,1,1,1,1,0.500362396,0.566516221,0.863909721,1,1,1,1,1,0.508280754,0.631726086,0.555219913,0.555320499,0.555407801
-6685,1,0.3224,1,1,1,1,1,1,1,1,0.4897,0.3224,0.45,1,0.2691,1,1,1,1,1,1,0.3598,0.2691,0.4267,1,0.5862,1,1,1,0.5302,0.5862,0.2359,1,1,1,1,1,0.336262107,0.577218652,0.996839166,1,1,1,1,1,0.358543396,0.557792783,0.890638292,1,1,1,1,1,0.496579409,0.520905852,0.551051232,0.551089486,0.550975177
-6686,1,0.323,1,1,1,1,1,1,1,1,0.5511,0.323,0.4041,1,0.2693,1,1,1,1,1,1,0.4394,0.2693,0.3224,1,0.5865,1,1,1,0.4299,0.5865,0.1943,1,1,1,1,1,0.412206769,0.469832361,1,1,1,1,1,1,0.462375611,0.303489655,1,1,1,1,1,1,0.562119544,0.452287614,0.547305462,0.547281574,0.547429078
-6687,1,0.3236,1,1,1,1,1,1,1,1,0.644,0.3236,0.2425,1,0.2696,1,1,1,1,1,1,0.6016,0.2696,0.1381,1,0.5868,1,1,1,0.5002,0.5868,0.0702,1,1,1,1,1,0.627776623,0.24194786,1,1,1,1,1,1,0.621868312,0.183081657,1,1,1,1,1,1,0.462610662,0.120618165,0.545190913,0.545166067,0.545212766
-6688,1,0.3242,1,1,1,1,1,1,1,1,0.5532,0.3242,0.0784,1,0.2698,1,1,1,1,1,1,0.5988,0.2698,0.016,1,0.587,1,1,1,0.3856,0.587,0.0785,1,1,1,1,1,0.465870261,0.065807849,1,1,1,1,1,1,0.633158565,0.068316042,1,1,1,1,1,1,0.496495008,0.02404538,0.549903335,0.549820182,0.550088652
-6689,1,0.3247,1,1,1,1,1,1,1,1,0.3891,0.3247,0,1,0.2701,1,1,1,1,1,1,0.3341,0.2701,0.0008,1,0.5873,1,1,1,0.2324,0.5873,0,1,1,1,1,1,0.283937484,0,1,1,1,1,1,1,0.420053661,0.011256562,1,1,1,1,1,1,0.338219494,0,0.56041566,0.560397715,0.56072695
-6690,1,0.3253,1,1,1,1,1,1,1,1,0.3505,0.3253,0,1,0.2703,1,1,1,1,1,1,0.2308,0.2703,0,1,0.5876,1,1,1,0.1818,0.5876,0,1,1,1,1,1,0.234575629,0,1,1,1,1,1,1,0.25354138,0,1,1,1,1,1,1,0.316336066,0,0.571471725,0.571609901,0.571808511
-6691,1,0.3259,1,1,1,1,1,1,1,1,0.2829,0.3259,0,1,0.2705,1,1,1,1,1,1,0.2487,0.2705,0,1,0.5878,1,1,1,0.1129,0.5878,0,1,1,1,1,1,0.18065688,0,1,1,1,1,1,1,0.194857374,0,0.911657691,1,1,1,1,1,0.270418078,0,0.565671822,0.565686482,0.565602837
-6692,1,0.3265,1,1,1,1,1,1,1,1,0.4117,0.3265,0,1,0.2708,1,1,1,1,1,1,0.7484,0.2708,0,1,0.5881,1,1,1,0.1187,0.5881,0,1,1,1,1,1,0.355273485,0,0.916383266,1,1,1,1,1,0.596389413,0,1,1,1,1,1,1,0.33430329,0,0.542109715,0.541992807,0.542109929
-6693,1,0.327,1,1,1,1,1,1,1,1,0.3815,0.327,0,1,0.271,1,1,1,1,1,1,0.9151,0.271,0,1,0.5884,1,1,1,0.2576,0.5884,0,1,1,1,1,1,0.401581854,0,0.810499787,1,1,1,1,1,0.753066421,0,0.907876968,1,1,1,1,1,0.649424553,0,0.512868536,0.512798815,0.51285461
-6694,1,0.3276,1,1,1,1,1,1,1,1,0.3422,0.3276,0,1,0.2713,1,1,1,1,1,1,0.9403,0.2713,0,1,0.5887,1,1,1,0.2816,0.5887,0,1,1,1,1,1,0.366427183,0,0.854872286,1,1,1,1,1,0.766160905,0,1,1,1,1,1,1,0.666549444,0,0.47257129,0.472604189,0.47251773
-6695,1,0.3282,1,1,1,1,1,1,1,1,0.3134,0.3282,0,1,0.2715,1,1,1,1,1,1,0.8479,0.2715,0,1,0.5889,1,1,1,0.236,0.5889,0,1,1,1,1,1,0.388407975,0,0.916444004,1,1,1,1,1,0.70347935,0,1,1,1,1,1,1,0.566934347,0,0.431246979,0.431140258,0.431294326
-6696,1,0.3288,1,1,1,1,1,1,1,1,0.3026,0.3288,0,1,0.2717,1,1,1,1,1,1,0.7098,0.2717,0,1,0.5892,1,1,1,0.2511,0.5892,0,1,1,1,1,1,0.368942976,0,0.962187886,1,1,1,1,1,0.587595403,0,0.997555017,1,1,1,1,1,0.567894399,0,0.398139198,0.398138354,0.398492908
-6697,1,0.3293,1,1,1,1,1,1,1,1,0.2371,0.3293,0,1,0.272,1,1,1,1,1,1,0.5421,0.272,0,1,0.5895,1,1,1,0.175,0.5895,0,1,1,1,1,1,0.280556828,0,0.985560358,1,1,1,1,1,0.451959312,0,0.843686402,1,1,1,1,1,0.46140781,0,0.377477042,0.377617939,0.377659574
-6698,1,0.3299,1,1,1,1,1,1,1,1,0.1356,0.3299,0,1,0.2722,1,1,1,1,1,1,0.459,0.2722,0,1,0.5897,1,1,1,0.1802,0.5897,0,1,1,1,1,1,0.223633215,0,1,1,1,1,1,1,0.376689553,0,0.895747185,1,1,1,1,1,0.499272168,0,0.365756404,0.365771102,0.365691489
-6699,1,0.3305,1,1,1,1,1,1,1,1,0.1001,0.3305,0,1,0.2725,1,1,1,1,1,1,0.3878,0.2725,0,1,0.59,1,1,1,0.1846,0.59,0,1,1,1,1,1,0.179461643,0,0.939129233,1,1,1,1,1,0.319944471,0,0.664445579,1,1,1,1,1,0.483182371,0,0.360500242,0.360482336,0.360815603
-6700,1,0.3311,1,1,1,1,1,1,1,1,0.1397,0.3311,0,1,0.2727,1,1,1,1,1,1,0.3301,0.2727,0,1,0.5903,1,1,1,0.1905,0.5903,0,1,1,1,1,1,0.249889135,0,0.718378067,1,1,1,1,1,0.289884657,0,0.557069659,1,1,1,1,1,0.502558589,0,0.360560657,0.360693886,0.360815603
-6701,1,0.3316,1,1,1,1,1,1,1,1,0.1783,0.3316,0,1,0.2729,1,1,1,1,1,1,0.1926,0.2729,0,1,0.5906,1,1,1,0.1901,0.5906,0,1,1,1,1,1,0.264777541,0,0.677131236,1,1,1,1,1,0.195311487,0,0.544448733,1,1,1,1,1,0.398263603,0,0.368354277,0.36830971,0.368351064
-6702,1,0.3322,1,1,1,1,1,1,1,1,0.1339,0.3322,0.0002,1,0.2732,1,1,1,1,1,1,0.1446,0.2732,0,1,0.5908,1,1,1,0.1563,0.5908,0,1,1,1,1,1,0.206642434,9.25E-05,0.498658359,1,1,1,1,1,0.15268518,0,0.357061535,1,1,1,1,1,0.301889628,0.010572507,0.385814403,0.385656865,0.38608156
-6703,1,0.3328,1,1,1,1,1,1,1,1,0.0525,0.3328,0.2052,1,0.2734,1,1,1,1,1,1,0.076,0.2734,0.1866,1,0.5911,1,1,1,0.0897,0.5911,0.1455,1,1,1,1,1,0.06702812,0.429743975,0.331829369,1,1,1,1,1,0.079310298,0.398556292,0.240188763,1,1,1,1,1,0.190717682,0.477739513,0.410101498,0.409985191,0.41001773
-6704,1,0.3334,1,1,1,1,1,1,1,1,0.0121,0.3334,0.3909,1,0.2737,1,1,1,1,1,1,0.0017,0.2737,0.3581,1,0.5914,1,1,1,0.033,0.5914,0.2703,1,1,1,1,1,0.011005938,0.647102416,0.300596416,1,1,1,1,1,0.009546625,0.549649775,0.264137715,1,1,1,1,1,0.127817407,0.640514135,0.449311261,0.449333615,0.449468085
-6705,1,0.3339,1,1,1,1,1,1,1,1,0.0023,0.3339,0.461,1,0.2739,1,1,1,1,1,1,0,0.2739,0.4225,1,0.5916,1,1,1,0.0657,0.5916,0.3999,1,1,1,1,1,0.000652556,0.634536088,0.19768852,1,1,1,1,1,0.000869914,0.601077974,0.258617282,1,1,1,1,1,0.067116655,0.802031279,0.477344128,0.477258303,0.477393617
-6706,1,0.3345,1,1,1,1,1,1,1,1,0.0003,0.3345,0.4752,1,0.2741,1,1,1,1,1,1,0,0.2741,0.3928,1,0.5919,1,1,1,0.063,0.5919,0.4023,1,1,1,1,1,5.04E-05,0.620258629,0.103566222,1,1,1,1,1,7.52E-05,0.546189308,0.122826181,1,1,1,1,1,0.04036979,0.636221945,0.492568874,0.492701502,0.492464539
-6707,1,0.3351,1,1,1,1,1,1,1,1,0,0.3351,0.3909,1,0.2744,1,1,1,1,1,1,0,0.2744,0.3719,1,0.5922,1,1,1,0.0137,0.5922,0.4362,1,1,1,1,1,0,0.524386466,0.033595569,1,1,1,1,1,0.001995335,0.508595049,0.018175917,1,1,1,1,1,0.007257406,0.615726829,0.500241663,0.500317326,0.5
-6708,1,0.3357,1,1,1,1,1,1,1,1,0.0005,0.3357,0.3453,1,0.2746,1,1,1,1,1,1,0,0.2746,0.3312,1,0.5925,1,1,1,0.0068,0.5925,0.3733,1,1,1,1,1,0.001536926,0.512536228,0.008162626,1,1,1,1,1,0,0.43784976,0,1,1,1,1,1,0.013056614,0.507362127,0.505618656,0.505817643,0.505762411
-6709,1,0.3362,1,1,1,1,1,1,1,1,0.0006,0.3362,0.2928,1,0.2749,1,1,1,1,1,1,0,0.2749,0.2789,1,0.5927,1,1,1,0.0002,0.5927,0.3452,1,1,1,1,1,0.001762586,0.409453839,0.00348421,1,1,1,1,1,0,0.385296345,0,1,1,1,1,1,0.005129849,0.433191687,0.505316578,0.505394542,0.505319149
-6710,1,0.3368,1,1,1,1,1,1,1,1,0,0.3368,0.2181,1,0.2751,1,1,1,1,1,1,0,0.2751,0.2256,1,0.593,1,1,1,0.0001,0.593,0.3163,1,1,1,1,1,0.000194437,0.311335564,0.016520938,1,1,1,1,1,0.0001385,0.353197753,0,1,1,1,1,1,0.004219857,0.304318756,0.505437409,0.505394542,0.505762411
-6711,1,0.3374,1,1,1,1,1,1,1,1,0.0091,0.3374,0.1528,1,0.2754,1,1,1,1,1,1,0,0.2754,0.2398,1,0.5933,1,1,1,0.0043,0.5933,0.2246,1,1,1,1,1,0.00604995,0.287944049,0.000878571,1,1,1,1,1,0.00030556,0.385638833,0,1,1,1,1,1,0.00619168,0.190016523,0.507733204,0.507721599,0.507978723
-6712,1,0.338,1,1,1,1,1,1,1,1,0.0013,0.338,0.0877,1,0.2756,1,1,1,1,1,1,0,0.2756,0.1197,1,0.5935,1,1,1,0.0006,0.5935,0.1066,1,1,1,1,1,0.003006118,0.221310288,0.048830677,1,1,1,1,1,0.002543386,0.206427306,0,1,1,1,1,1,0.004897978,0.082466125,0.517037216,0.517029829,0.516843972
-6713,1,0.3385,1,1,1,1,1,1,1,1,0.007,0.3385,0,1,0.2758,1,1,1,1,1,1,0,0.2758,0,1,0.5938,1,1,1,0.0002,0.5938,0,1,1,1,1,1,0.01438568,0,0.066092379,1,1,1,1,1,0.007348609,0,0,1,1,1,1,1,0.008038185,0,0.53020783,0.53014597,0.530141844
-6714,1,0.3391,1,1,1,1,1,1,1,1,0.0041,0.3391,0,1,0.2761,1,1,1,1,1,1,0.0211,0.2761,0,1,0.5941,1,1,1,0.0009,0.5941,0,1,1,1,1,1,0.012874289,0,0.028415626,1,1,1,1,1,0.037173077,0,0,1,1,1,1,1,0.017312083,0,0.557576124,0.557647557,0.557624113
-6715,1,0.3397,1,1,1,1,1,1,1,1,0.0082,0.3397,0,1,0.2763,1,1,1,1,1,1,0.0393,0.2763,0,1,0.5944,1,1,1,0.0116,0.5944,0,1,1,1,1,1,0.020390997,0,0.033875264,1,1,1,1,1,0.051272891,0,0.019129058,1,1,1,1,1,0.038402803,0,0.556065732,0.555955151,0.556294326
-6716,1,0.3403,1,1,1,1,1,1,1,1,0.0158,0.3403,0,1,0.2766,1,1,1,1,1,1,0.1269,0.2766,0,1,0.5946,1,1,1,0.0105,0.5946,0,1,1,1,1,1,0.022585468,0,0.040184591,1,1,1,1,1,0.116981685,0,0.022314399,1,1,1,1,1,0.027194932,0,0.534920251,0.534800085,0.53501773
-6717,1,0.3408,1,1,1,1,1,1,1,1,0.0776,0.3408,0,1,0.2768,1,1,1,1,1,1,0.0841,0.2768,0,1,0.5949,1,1,1,0.0221,0.5949,0,1,1,1,1,1,0.107099362,0,0.002453068,1,1,1,1,1,0.1303287,0,0.060591631,1,1,1,1,1,0.054817796,0,0.501087482,0.500951978,0.501329787
-6718,1,0.3414,1,1,1,1,1,1,1,1,0.0636,0.3414,0,1,0.277,1,1,1,1,1,1,0,0.277,0,1,0.5952,1,1,1,0.06,0.5952,0,1,1,1,1,1,0.114894591,0,0.014232986,1,1,1,1,1,0.030719331,0,0.75031811,1,1,1,1,1,0.136021003,0,0.460669406,0.460757351,0.460549645
-6719,1,0.342,1,1,1,1,1,1,1,1,0.0354,0.342,0,1,0.2773,1,1,1,1,1,1,0.0322,0.2773,0,1,0.5954,1,1,1,0.0574,0.5954,0,1,1,1,1,1,0.028593099,0,0.111322448,1,1,1,1,1,0.035458799,0,0.987635136,1,1,1,1,1,0.079074338,0,0.420674239,0.420774275,0.420656028
-6720,1,0.3426,1,1,1,1,1,1,1,1,0.0879,0.3426,0,1,0.2775,1,1,1,1,1,1,0.0215,0.2775,0,1,0.5957,1,1,1,0.0465,0.5957,0,1,1,1,1,1,0.082272053,0,0.286079288,1,1,1,1,1,0.023242554,0,0.55422914,1,1,1,1,1,0.073879823,0,0.390466409,0.39052253,0.390514184
-6721,1,0.3431,1,1,1,1,1,1,1,1,0.0486,0.3431,0,1,0.2778,1,1,1,1,1,1,0.0029,0.2778,0,1,0.596,1,1,1,0.0317,0.596,0,1,1,1,1,1,0.025966886,0,0.321511328,1,1,1,1,1,0.005716138,0,0.300387979,1,1,1,1,1,0.043058682,0,0.372643789,0.372752274,0.372783688
-6722,1,0.3437,1,1,1,1,1,1,1,1,0.0294,0.3437,0,1,0.278,1,1,1,1,1,1,0.0335,0.278,0,1,0.5963,1,1,1,0.0398,0.5963,0,1,1,1,1,1,0.009075326,0,0.375731498,1,1,1,1,1,0.032488473,0,0.347758949,1,1,1,1,1,0.068151586,0,0.364306428,0.364290248,0.364361702
-6723,1,0.3443,1,1,1,1,1,1,1,1,0.0421,0.3443,0,1,0.2782,1,1,1,1,1,1,0.0153,0.2782,0,1,0.5965,1,1,1,0.0681,0.5965,0,1,1,1,1,1,0.00576963,0,0.479972899,1,1,1,1,1,0.02331708,0,0.316654444,1,1,1,1,1,0.128493413,0,0.363218946,0.363232494,0.363031915
-6724,1,0.3449,1,1,1,1,1,1,1,1,0.052,0.3449,0,1,0.2785,1,1,1,1,1,1,0.0025,0.2785,0,1,0.5968,1,1,1,0.0693,0.5968,0,1,1,1,1,1,0.00963959,0,0.454775989,1,1,1,1,1,0.009197729,0,0.299769104,1,1,1,1,1,0.153717369,0,0.372341711,0.372329173,0.372340426
-6725,1,0.3454,1,1,1,1,1,1,1,1,0.0618,0.3454,0,1,0.2787,1,1,1,1,1,1,0.0044,0.2787,0,1,0.5971,1,1,1,0.0529,0.5971,0,1,1,1,1,1,0.017692491,0,0.462275833,1,1,1,1,1,0.011971083,0,0.431733787,1,1,1,1,1,0.137263671,0,0.400132914,0.40004231,0.400265957
-6726,1,0.346,1,1,1,1,1,1,1,1,0.0221,0.346,0.0002,1,0.279,1,1,1,1,1,1,0,0.279,0,1,0.5973,1,1,1,0.0549,0.5973,0,1,1,1,1,1,0.00546492,0,0.403521985,1,1,1,1,1,0.002944854,0,0.303739548,1,1,1,1,1,0.161421046,0.000301312,0.448284195,0.448275862,0.44858156
-6727,1,0.3466,1,1,1,1,1,1,1,1,0.013,0.3466,0.21,1,0.2792,1,1,1,1,1,1,0.0281,0.2792,0.1812,1,0.5976,1,1,1,0.0289,0.5976,0.193,1,1,1,1,1,0.004373851,0.446430266,0.254143655,1,1,1,1,1,0.031816568,0.408250421,0.207293466,1,1,1,1,1,0.102420188,0.546854794,0.490031416,0.489951343,0.490248227
-6728,1,0.3466,1,1,1,1,1,1,1,1,0.0026,0.3466,0.403,1,0.2792,1,1,1,1,1,1,0.0298,0.2792,0.3469,1,0.5976,1,1,1,0.0475,0.5976,0.3742,1,1,1,1,1,0.005337123,0.673646331,0.148626134,1,1,1,1,1,0.033682946,0.626335621,0.140441626,1,1,1,1,1,0.143540367,0.817800939,0.52380377,0.52379945,0.52393617
-6729,1,0.3466,1,1,1,1,1,1,1,1,0.0061,0.3466,0.5426,1,0.2792,1,1,1,1,1,1,0,0.2792,0.4753,1,0.5976,1,1,1,0.1567,0.5976,0.5477,1,1,1,1,1,0.002349438,0.67010802,0.077062078,1,1,1,1,1,0.001105416,0.716870546,0.097771466,1,1,1,1,1,0.305812389,0.904893041,0.546580474,0.546646922,0.546542553
-6730,1,0.3466,1,1,1,1,1,1,1,1,0.0021,0.3466,0.5487,1,0.2792,1,1,1,1,1,1,0,0.2792,0.5006,1,0.5976,1,1,1,0.1382,0.5976,0.6175,1,1,1,1,1,0.001556425,0.701361537,0.018560328,1,1,1,1,1,0.001166549,0.68150568,0.049912829,1,1,1,1,1,0.267435372,0.753721297,0.559751087,0.559763063,0.559840426
-6731,1,0.3466,1,1,1,1,1,1,1,1,0,0.3466,0.4916,1,0.2792,1,1,1,1,1,1,0,0.2792,0.4764,1,0.5976,1,1,1,0.1386,0.5976,0.5935,1,1,1,1,1,8.15E-06,0.669006646,0.007897698,1,1,1,1,1,1.78E-05,0.653989673,0.041202359,1,1,1,1,1,0.21234639,0.751318693,0.563980184,0.563994077,0.56427305
-6732,1,0.3466,1,1,1,1,1,1,1,1,0,0.3466,0.5012,1,0.2792,1,1,1,1,1,1,0,0.2792,0.4148,1,0.5976,1,1,1,0.0822,0.5976,0.5918,1,1,1,1,1,7.13E-05,0.672727823,0.000772245,1,1,1,1,1,0,0.620639443,0,1,1,1,1,1,0.124228187,0.729339302,0.560476075,0.560609266,0.56072695
-6733,1,0.3466,1,1,1,1,1,1,1,1,0,0.3466,0.4069,1,0.2792,1,1,1,1,1,1,0,0.2792,0.4005,1,0.5976,1,1,1,0.0399,0.5976,0.589,1,1,1,1,1,0,0.605916619,0.000119483,1,1,1,1,1,0,0.578718305,0,1,1,1,1,1,0.034758534,0.724203169,0.557757371,0.557859107,0.557624113
-6734,1,0.3466,1,1,1,1,1,1,1,1,0,0.3466,0.3289,1,0.2792,1,1,1,1,1,1,0,0.2792,0.3656,1,0.5976,1,1,1,0.03,0.5976,0.5306,1,1,1,1,1,0.000133212,0.494391203,0.000110019,1,1,1,1,1,0,0.611369908,0,1,1,1,1,1,0.025655482,0.705402911,0.553951184,0.553839645,0.554078014
-6735,1,0.3466,1,1,1,1,1,1,1,1,0,0.3466,0.2941,1,0.2792,1,1,1,1,1,1,0,0.2792,0.2759,1,0.5976,1,1,1,0.0252,0.5976,0.3397,1,1,1,1,1,0.000321227,0.511180878,7.69E-05,1,1,1,1,1,0,0.464196116,0,1,1,1,1,1,0.046144225,0.617905617,0.550447076,0.550454834,0.550531915
-6736,1,0.3466,1,1,1,1,1,1,1,1,0.0004,0.3466,0.1047,1,0.2792,1,1,1,1,1,1,0,0.2792,0.1485,1,0.5976,1,1,1,0.0128,0.5976,0.1665,1,1,1,1,1,0.000633507,0.324589312,0.000316017,1,1,1,1,1,0,0.338239223,0,1,1,1,1,1,0.013229004,0.377579153,0.557696955,0.557859107,0.557624113
-6737,1,0.3466,1,1,1,1,1,1,1,1,0.0003,0.3466,0,1,0.2792,1,1,1,1,1,1,0,0.2792,0.0001,1,0.5976,1,1,1,0.0031,0.5976,0,1,1,1,1,1,2.14E-05,0,0.008834084,1,1,1,1,1,0,9.30E-05,0,1,1,1,1,1,0.005197801,0,0.577875785,0.577956421,0.578014184
-6738,1,0.3466,1,1,1,1,1,1,1,1,0.0002,0.3466,0,1,0.2792,1,1,1,1,1,1,0,0.2792,0,1,0.5976,1,1,1,0.0031,0.5976,0,1,1,1,1,1,0.003305031,0,0.022643756,1,1,1,1,1,0.001261779,0,0,1,1,1,1,1,0.003572961,0,0.61122523,0.611169875,0.611702128
-6739,1,0.3466,1,1,1,1,1,1,1,1,0.0028,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0014,0.2792,0,1,0.5976,1,1,1,0.0093,0.5976,0,1,1,1,1,1,0.013157723,0,0,1,1,1,1,1,0.012306407,0,0,1,1,1,1,1,0.016989056,0,0.613521025,0.613496933,0.61391844
-6740,1,0.3466,1,1,1,1,1,1,1,1,0,0.3466,0,1,0.2792,1,1,1,1,1,1,0,0.2792,0,1,0.5976,1,1,1,0.0102,0.5976,0,1,1,1,1,1,0.000602268,0,0,1,1,1,1,1,6.04E-05,0,0,1,1,1,1,1,0.011656757,0,0.586333978,0.586206897,0.58643617
-6741,1,0.3466,1,1,1,1,1,1,1,1,0.0012,0.3466,0,1,0.2792,1,1,1,1,1,1,0,0.2792,0,1,0.5976,1,1,1,0.0069,0.5976,0,1,1,1,1,1,0.00033539,0,0.027676476,1,1,1,1,1,0.002160145,0,0.022766232,1,1,1,1,1,0.008247647,0,0.541263896,0.541146605,0.541223404
-6742,1,0.3466,1,1,1,1,1,1,1,1,0.0086,0.3466,0,1,0.2792,1,1,1,1,1,1,0,0.2792,0,1,0.5976,1,1,1,0.0063,0.5976,0,1,1,1,1,1,0.003790528,0,0.070905633,1,1,1,1,1,0.00561779,0,0.07192409,1,1,1,1,1,0.005266589,0,0.485621073,0.48572033,0.48537234
-6743,1,0.3466,1,1,1,1,1,1,1,1,0.034,0.3466,0,1,0.2792,1,1,1,1,1,1,0,0.2792,0,1,0.5976,1,1,1,0.0057,0.5976,0,1,1,1,1,1,0.016971923,0,0.1543089,1,1,1,1,1,0.012988219,0,0.258083522,1,1,1,1,1,0.005319393,0,0.436019816,0.436005923,0.436170213
-6744,1,0.3466,1,1,1,1,1,1,1,1,0.0477,0.3466,0,1,0.2792,1,1,1,1,1,1,0,0.2792,0,1,0.5976,1,1,1,0.0067,0.5976,0,1,1,1,1,1,0.014688787,0,0.332121104,1,1,1,1,1,0.029044895,0,0.254785836,1,1,1,1,1,0.023291167,0,0.401884969,0.401734715,0.402039007
-6745,1,0.3466,1,1,1,1,1,1,1,1,0.0464,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0212,0.2792,0,1,0.5976,1,1,1,0.0092,0.5976,0,1,1,1,1,1,0.026817631,0,0.267746598,1,1,1,1,1,0.068456501,0,0.146613628,1,1,1,1,1,0.054715157,0,0.383518608,0.383541358,0.383865248
-6746,1,0.3466,1,1,1,1,1,1,1,1,0.0581,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1118,0.2792,0,1,0.5976,1,1,1,0.0158,0.5976,0,1,1,1,1,1,0.037466839,0,0.281864136,1,1,1,1,1,0.165712908,0,0.090384558,1,1,1,1,1,0.05736636,0,0.375120831,0.375079331,0.375443262
-6747,1,0.3466,1,1,1,1,1,1,1,1,0.1399,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1529,0.2792,0,1,0.5976,1,1,1,0.0265,0.5976,0,1,1,1,1,1,0.112458475,0,0.274476081,1,1,1,1,1,0.237115532,0,0.231253147,1,1,1,1,1,0.072913401,0,0.373912518,0.373810028,0.373670213
-6748,1,0.3466,1,1,1,1,1,1,1,1,0.1323,0.3466,0,1,0.2792,1,1,1,1,1,1,0.146,0.2792,0,1,0.5976,1,1,1,0.0568,0.5976,0,1,1,1,1,1,0.198811889,0,0.53602469,1,1,1,1,1,0.248898372,0,0.366147399,1,1,1,1,1,0.168443084,0,0.385270662,0.385233763,0.385195035
-6749,1,0.3466,1,1,1,1,1,1,1,1,0.1092,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0862,0.2792,0,1,0.5976,1,1,1,0.0807,0.5976,0,1,1,1,1,1,0.110356398,0,0.737080693,1,1,1,1,1,0.157834783,0,0.534313619,1,1,1,1,1,0.259841323,0,0.426413726,0.426486143,0.42641844
-6750,1,0.3466,1,1,1,1,1,1,1,1,0.1124,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0531,0.2792,0,1,0.5976,1,1,1,0.1128,0.5976,0,1,1,1,1,1,0.088373236,0,0.648431182,1,1,1,1,1,0.128506318,0,0.337046355,1,1,1,1,1,0.316768587,0,0.506947801,0.506875397,0.507092199
-6751,1,0.3466,1,1,1,1,1,1,1,1,0.1601,0.3466,0.0868,1,0.2792,1,1,1,1,1,1,0.1076,0.2792,0.0828,1,0.5976,1,1,1,0.1292,0.5976,0.2248,1,1,1,1,1,0.071194194,0.150946185,0.997513533,1,1,1,1,1,0.173684478,0.144178793,0.64741993,1,1,1,1,1,0.299002171,0.343138337,0.554555341,0.554685847,0.554964539
-6752,1,0.3466,1,1,1,1,1,1,1,1,0.215,0.3466,0.2012,1,0.2792,1,1,1,1,1,1,0.0557,0.2792,0.2441,1,0.5976,1,1,1,0.0766,0.5976,0.4344,1,1,1,1,1,0.100730732,0.256340414,1,1,1,1,1,1,0.096260458,0.40381819,0.981088996,1,1,1,1,1,0.196507066,0.611029744,0.569115515,0.569071293,0.569148936
-6753,1,0.3466,1,1,1,1,1,1,1,1,0.1666,0.3466,0.2911,1,0.2792,1,1,1,1,1,1,0.0957,0.2792,0.3888,1,0.5976,1,1,1,0.0498,0.5976,0.5851,1,1,1,1,1,0.095970914,0.468680978,1,1,1,1,1,1,0.122772701,0.613432884,0.986424625,1,1,1,1,1,0.166985586,0.707173824,0.578057032,0.577956421,0.578014184
-6754,1,0.3466,1,1,1,1,1,1,1,1,0.2361,0.3466,0.3811,1,0.2792,1,1,1,1,1,1,0.1115,0.2792,0.4413,1,0.5976,1,1,1,0.0784,0.5976,0.6364,1,1,1,1,1,0.117936902,0.543096483,1,1,1,1,1,1,0.153164327,0.673296094,0.891975224,1,1,1,1,1,0.200265616,0.668670416,0.585125665,0.585149143,0.585106383
-6755,1,0.3466,1,1,1,1,1,1,1,1,0.1731,0.3466,0.4499,1,0.2792,1,1,1,1,1,1,0.1445,0.2792,0.4674,1,0.5976,1,1,1,0.087,0.5976,0.5992,1,1,1,1,1,0.06318713,0.650409639,1,1,1,1,1,1,0.195994854,0.700183451,1,1,1,1,1,1,0.198541671,0.653125763,0.588086032,0.588110853,0.58820922
-6756,1,0.3466,1,1,1,1,1,1,1,1,0.1118,0.3466,0.4285,1,0.2792,1,1,1,1,1,1,0.037,0.2792,0.4583,1,0.5976,1,1,1,0.0371,0.5976,0.5249,1,1,1,1,1,0.030380014,0.610284388,1,1,1,1,1,1,0.061125971,0.649542391,1,1,1,1,1,1,0.084283896,0.587808549,0.585911068,0.585783795,0.585992908
-6757,1,0.3466,1,1,1,1,1,1,1,1,0.0972,0.3466,0.4819,1,0.2792,1,1,1,1,1,1,0.0797,0.2792,0.5278,1,0.5976,1,1,1,0.121,0.5976,0.5461,1,1,1,1,1,0.028338,0.728067577,0.997890115,1,1,1,1,1,0.113896295,0.745921969,1,1,1,1,1,1,0.338595182,0.7294451,0.585246496,0.585360694,0.585549645
-6758,1,0.3466,1,1,1,1,1,1,1,1,0.0977,0.3466,0.3705,1,0.2792,1,1,1,1,1,1,0.0917,0.2792,0.4113,1,0.5976,1,1,1,0.0724,0.5976,0.4475,1,1,1,1,1,0.029328089,0.507050872,0.994013309,1,1,1,1,1,0.106363043,0.574499488,1,1,1,1,1,1,0.207379118,0.539470851,0.579929918,0.579860377,0.580230496
-6759,1,0.3466,1,1,1,1,1,1,1,1,0.1691,0.3466,0.2989,1,0.2792,1,1,1,1,1,1,0.1281,0.2792,0.3361,1,0.5976,1,1,1,0.086,0.5976,0.3185,1,1,1,1,1,0.061489757,0.479913384,1,1,1,1,1,1,0.136671856,0.544218779,1,1,1,1,1,1,0.235585153,0.494458705,0.576304978,0.576264015,0.576241135
-6760,1,0.3466,1,1,1,1,1,1,1,1,0.1603,0.3466,0.1446,1,0.2792,1,1,1,1,1,1,0.0589,0.2792,0.178,1,0.5976,1,1,1,0.0875,0.5976,0.1595,1,1,1,1,1,0.057524029,0.315038681,1,1,1,1,1,1,0.067050278,0.364086449,0.98139298,1,1,1,1,1,0.213006377,0.281802654,0.581440309,0.581552782,0.581560284
-6761,1,0.3466,1,1,1,1,1,1,1,1,0.1026,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0169,0.2792,0,1,0.5976,1,1,1,0.0375,0.5976,0,1,1,1,1,1,0.019130833,0,1,1,1,1,1,1,0.024278464,0,0.906721532,1,1,1,1,1,0.086392403,0,0.598537941,0.598688386,0.598847518
-6762,1,0.3466,1,1,1,1,1,1,1,1,0.1137,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0781,0.2792,0,1,0.5976,1,1,1,0.0548,0.5976,0,1,1,1,1,1,0.029579394,0,1,1,1,1,1,1,0.099139854,0,0.97234273,1,1,1,1,1,0.119942367,0,0.628141614,0.628093928,0.628546099
-6763,1,0.3466,1,1,1,1,1,1,1,1,0.1154,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1118,0.2792,0,1,0.5976,1,1,1,0.0771,0.5976,0,1,1,1,1,1,0.051703744,0,1,1,1,1,1,1,0.148631468,0,0.986897409,1,1,1,1,1,0.214124575,0,0.626993717,0.627036175,0.627216312
-6764,1,0.3466,1,1,1,1,1,1,1,1,0.1192,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0635,0.2792,0,1,0.5976,1,1,1,0.1458,0.5976,0,1,1,1,1,1,0.091729134,0,1,1,1,1,1,1,0.098334208,0,1,1,1,1,1,1,0.359790951,0,0.598900435,0.598899937,0.59929078
-6765,1,0.3466,1,1,1,1,1,1,1,1,0.0989,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0633,0.2792,0,1,0.5976,1,1,1,0.1117,0.5976,0,1,1,1,1,1,0.096166536,0,0.975585461,1,1,1,1,1,0.100363612,0,0.787068844,1,1,1,1,1,0.301354229,0,0.552259546,0.552147239,0.552304965
-6766,1,0.3466,1,1,1,1,1,1,1,1,0.0429,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0663,0.2792,0,1,0.5976,1,1,1,0.0978,0.5976,0,1,1,1,1,1,0.058521368,0,0.653302729,1,1,1,1,1,0.090242699,0,0.602024615,1,1,1,1,1,0.268244684,0,0.493535524,0.493547705,0.493794326
-6767,1,0.3466,1,1,1,1,1,1,1,1,0.0407,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0472,0.2792,0,1,0.5976,1,1,1,0.1056,0.5976,0,1,1,1,1,1,0.047759715,0,0.512501121,1,1,1,1,1,0.078360602,0,0.63500762,1,1,1,1,1,0.237788051,0,0.441517641,0.441506241,0.441489362
-6768,1,0.3466,1,1,1,1,1,1,1,1,0.1094,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0588,0.2792,0,1,0.5976,1,1,1,0.0851,0.5976,0,1,1,1,1,1,0.096994177,0,0.678081334,1,1,1,1,1,0.085008591,0,0.631480396,1,1,1,1,1,0.224880949,0,0.408168197,0.408081235,0.408244681
-6769,1,0.3466,1,1,1,1,1,1,1,1,0.0696,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0499,0.2792,0,1,0.5976,1,1,1,0.089,0.5976,0,1,1,1,1,1,0.059145331,0,0.639155328,1,1,1,1,1,0.085410662,0,0.488362908,1,1,1,1,1,0.241266355,0,0.389801837,0.389676327,0.390070922
-6770,1,0.3466,1,1,1,1,1,1,1,1,0.0566,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1099,0.2792,0,1,0.5976,1,1,1,0.0672,0.5976,0,1,1,1,1,1,0.058106218,0,0.345641792,1,1,1,1,1,0.130248338,0,0.352251053,1,1,1,1,1,0.235520363,0,0.380860319,0.380791199,0.380762411
-6771,1,0.3466,1,1,1,1,1,1,1,1,0.0523,0.3466,0,1,0.2792,1,1,1,1,1,1,0.102,0.2792,0,1,0.5976,1,1,1,0.0353,0.5976,0,1,1,1,1,1,0.0554846,0,0.358208895,1,1,1,1,1,0.13359946,0,0.388893187,1,1,1,1,1,0.130688593,0,0.378685355,0.378675693,0.378546099
-6772,1,0.3466,1,1,1,1,1,1,1,1,0.0779,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0864,0.2792,0,1,0.5976,1,1,1,0.0432,0.5976,0,1,1,1,1,1,0.111316033,0,0.531585157,1,1,1,1,1,0.122792765,0,0.572041631,1,1,1,1,1,0.15660201,0,0.389137264,0.389041675,0.389184397
-6773,1,0.3466,1,1,1,1,1,1,1,1,0.0442,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0328,0.2792,0,1,0.5976,1,1,1,0.0606,0.5976,0,1,1,1,1,1,0.059573509,0,0.494532615,1,1,1,1,1,0.063535035,0,0.40407753,1,1,1,1,1,0.210478544,0,0.428769937,0.428813201,0.428634752
-6774,1,0.3466,1,1,1,1,1,1,1,1,0.0289,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0044,0.2792,0,1,0.5976,1,1,1,0.0584,0.5976,0,1,1,1,1,1,0.020830574,0,0.33838442,1,1,1,1,1,0.023046575,0,0.227463871,1,1,1,1,1,0.223389268,0,0.508518608,0.508567802,0.508421986
-6775,1,0.3466,1,1,1,1,1,1,1,1,0.0655,0.3466,0.0937,1,0.2792,1,1,1,1,1,1,0.0826,0.2792,0.078,1,0.5976,1,1,1,0.1006,0.5976,0.1689,1,1,1,1,1,0.038763713,0.253139287,0.376995355,1,1,1,1,1,0.123411313,0.086345442,0.467191905,1,1,1,1,1,0.365700006,0.388032496,0.558482359,0.558493759,0.558510638
-6776,1,0.3466,1,1,1,1,1,1,1,1,0.0048,0.3466,0.3591,1,0.2792,1,1,1,1,1,1,0,0.2792,0.3725,1,0.5976,1,1,1,0.007,0.5976,0.3644,1,1,1,1,1,0.001101023,0.657166183,0.705942273,1,1,1,1,1,0.004858896,0.677091777,1,1,1,1,1,1,0.025848042,0.691464782,0.572619623,0.572667654,0.572695035
-6777,1,0.3466,1,1,1,1,1,1,1,1,0.0355,0.3466,0.3972,1,0.2792,1,1,1,1,1,1,0.091,0.2792,0.2741,1,0.5976,1,1,1,0.0688,0.5976,0.4533,1,1,1,1,1,0.042388275,0.601156712,0.275752366,1,1,1,1,1,0.117496878,0.272086143,0.531220436,1,1,1,1,1,0.228873938,0.725151062,0.581742388,0.581764333,0.582003546
-6778,1,0.3466,1,1,1,1,1,1,1,1,0.037,0.3466,0.4549,1,0.2792,1,1,1,1,1,1,0.1191,0.2792,0.384,1,0.5976,1,1,1,0.0556,0.5976,0.4972,1,1,1,1,1,0.067078978,0.645549417,0.277182281,1,1,1,1,1,0.172403365,0.334845424,0.435575396,1,1,1,1,1,0.157722458,0.731512189,0.590381827,0.59043791,0.590425532
-6779,1,0.3466,1,1,1,1,1,1,1,1,0.0599,0.3466,0.4754,1,0.2792,1,1,1,1,1,1,0.0721,0.2792,0.3374,1,0.5976,1,1,1,0.1288,0.5976,0.4977,1,1,1,1,1,0.067750052,0.643056512,0.550920486,1,1,1,1,1,0.108444527,0.353471756,0.349782228,1,1,1,1,1,0.323969334,0.68797791,0.594308845,0.594457373,0.594414894
-6780,1,0.3466,1,1,1,1,1,1,1,1,0.0366,0.3466,0.3865,1,0.2792,1,1,1,1,1,1,0.0277,0.2792,0.3118,1,0.5976,1,1,1,0.1471,0.5976,0.4231,1,1,1,1,1,0.041172579,0.451888233,0.394640565,1,1,1,1,1,0.042276297,0.361315727,0.484320462,1,1,1,1,1,0.331653774,0.617237687,0.59340261,0.593399619,0.593528369
-6781,1,0.3466,1,1,1,1,1,1,1,1,0.0423,0.3466,0.3377,1,0.2792,1,1,1,1,1,1,0,0.2792,0.2514,1,0.5976,1,1,1,0.1438,0.5976,0.4036,1,1,1,1,1,0.099162363,0.452947617,0.433338583,1,1,1,1,1,0.036463175,0.281339109,0.495350808,1,1,1,1,1,0.328442425,0.471841216,0.593463026,0.59361117,0.593528369
-6782,1,0.3466,1,1,1,1,1,1,1,1,0.0627,0.3466,0.2987,1,0.2792,1,1,1,1,1,1,0.0407,0.2792,0.2596,1,0.5976,1,1,1,0.1573,0.5976,0.2994,1,1,1,1,1,0.157330036,0.376675636,0.469077557,1,1,1,1,1,0.044951759,0.39390415,0.539711297,1,1,1,1,1,0.376034111,0.41586715,0.590079749,0.590014809,0.590425532
-6783,1,0.3466,1,1,1,1,1,1,1,1,0.0809,0.3466,0.1315,1,0.2792,1,1,1,1,1,1,0.0339,0.2792,0.2091,1,0.5976,1,1,1,0.1466,0.5976,0.1708,1,1,1,1,1,0.104586668,0.201675147,0.38160032,1,1,1,1,1,0.05495017,0.483884007,0.535996616,1,1,1,1,1,0.396012932,0.270551652,0.587965201,0.587899302,0.58820922
-6784,1,0.3466,1,1,1,1,1,1,1,1,0.1272,0.3466,0.0554,1,0.2792,1,1,1,1,1,1,0.0714,0.2792,0.1315,1,0.5976,1,1,1,0.1633,0.5976,0.0249,1,1,1,1,1,0.118119992,0.13234432,0.283620864,1,1,1,1,1,0.094144784,0.346353352,0.823537469,1,1,1,1,1,0.43169558,0.01304411,0.594429676,0.594457373,0.594858156
-6785,1,0.3466,1,1,1,1,1,1,1,1,0.0916,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2152,0.2792,0,1,0.5976,1,1,1,0.2401,0.5976,0,1,1,1,1,1,0.121573985,0,0.194965973,1,1,1,1,1,0.255102187,7.78E-05,1,1,1,1,1,1,0.511321902,0,0.607962784,0.607785065,0.608156028
-6786,1,0.3466,1,1,1,1,1,1,1,1,0.1289,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0988,0.2792,0,1,0.5976,1,1,1,0.3096,0.5976,0,1,1,1,1,1,0.164796934,0,0.40956527,1,1,1,1,1,0.160871103,0,0.72855705,1,1,1,1,1,0.526630044,0,0.630679072,0.630632536,0.630762411
-6787,1,0.3466,1,1,1,1,1,1,1,1,0.252,0.3466,0,1,0.2792,1,1,1,1,1,1,0.4637,0.2792,0,1,0.5976,1,1,1,0.3077,0.5976,0,1,1,1,1,1,0.353582323,0,0.828370929,1,1,1,1,1,0.590363443,0,0.622183502,1,1,1,1,1,0.493688554,0,0.628866602,0.62872858,0.628989362
-6788,1,0.3466,1,1,1,1,1,1,1,1,0.4293,0.3466,0,1,0.2792,1,1,1,1,1,1,0.5211,0.2792,0,1,0.5976,1,1,1,0.3189,0.5976,0,1,1,1,1,1,0.498849064,0,0.793325543,1,1,1,1,1,0.499997199,0,1,1,1,1,1,1,0.445196986,0,0.600833736,0.600803893,0.60106383
-6789,1,0.3466,1,1,1,1,1,1,1,1,0.3706,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2535,0.2792,0,1,0.5976,1,1,1,0.3293,0.5976,0,1,1,1,1,1,0.363704234,0,0.824182868,1,1,1,1,1,0.284602195,0,1,1,1,1,1,1,0.491083354,0,0.555280329,0.555320499,0.555407801
-6790,1,0.3466,1,1,1,1,1,1,1,1,0.3447,0.3466,0,1,0.2792,1,1,1,1,1,1,0.268,0.2792,0,1,0.5976,1,1,1,0.274,0.5976,0,1,1,1,1,1,0.465662777,0,0.832734466,1,1,1,1,1,0.343891442,0,1,1,1,1,1,1,0.551001966,0,0.497160464,0.497144066,0.497340426
-6791,1,0.3466,1,1,1,1,1,1,1,1,0.6278,0.3466,0,1,0.2792,1,1,1,1,1,1,0.5727,0.2792,0,1,0.5976,1,1,1,0.4509,0.5976,0,1,1,1,1,1,0.708380222,0,1,1,1,1,1,1,0.608915091,0,1,1,1,1,1,1,0.760071218,0,0.444417593,0.44446795,0.444592199
-6792,1,0.3466,1,1,1,1,1,1,1,1,0.5968,0.3466,0,1,0.2792,1,1,1,1,1,1,0.4658,0.2792,0,1,0.5976,1,1,1,0.3487,0.5976,0,1,1,1,1,1,0.537394404,0,1,1,1,1,1,1,0.456106931,0,1,1,1,1,1,1,0.785681129,0,0.409618173,0.409773641,0.409574468
-6793,1,0.3466,1,1,1,1,1,1,1,1,0.5469,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3804,0.2792,0,1,0.5976,1,1,1,0.571,0.5976,0,1,1,1,1,1,0.507637441,0,1,1,1,1,1,1,0.368788421,0,1,1,1,1,1,1,0.790098011,0,0.391070565,0.390945631,0.390957447
-6794,1,0.3466,1,1,1,1,1,1,1,1,0.5591,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3875,0.2792,0,1,0.5976,1,1,1,0.6412,0.5976,0,1,1,1,1,1,0.565773308,0,1,1,1,1,1,1,0.419285446,0,1,1,1,1,1,1,0.794419527,0,0.380920735,0.380791199,0.380762411
-6795,1,0.3466,1,1,1,1,1,1,1,1,0.539,0.3466,0,1,0.2792,1,1,1,1,1,1,0.5579,0.2792,0,1,0.5976,1,1,1,0.4173,0.5976,0,1,1,1,1,1,0.561280072,0,1,1,1,1,1,1,0.516403437,0,1,1,1,1,1,1,0.688406348,0,0.379954084,0.379944997,0.379875887
-6796,1,0.3466,1,1,1,1,1,1,1,1,0.4929,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1876,0.2792,0,1,0.5976,1,1,1,0.3204,0.5976,0,1,1,1,1,1,0.481305957,0,1,1,1,1,1,1,0.254126579,0,1,1,1,1,1,1,0.633315504,0,0.391191397,0.391157182,0.391400709
-6797,1,0.3466,1,1,1,1,1,1,1,1,0.5277,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3646,0.2792,0,1,0.5976,1,1,1,0.4628,0.5976,0,1,1,1,1,1,0.536149085,0,1,1,1,1,1,1,0.445306301,0,0.650133789,1,1,1,1,1,0.790269196,0,0.431488642,0.431563359,0.431737589
-6798,1,0.3466,1,1,1,1,1,1,1,1,0.4626,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3473,0.2792,0,1,0.5976,1,1,1,0.5419,0.5976,0,1,1,1,1,1,0.477618426,0,1,1,1,1,1,1,0.323981464,0,1,1,1,1,1,1,0.837575555,0,0.51099565,0.51110641,0.51108156
-6799,1,0.3466,1,1,1,1,1,1,1,1,0.3482,0.3466,0.2255,1,0.2792,1,1,1,1,1,1,0.2655,0.2792,0.2259,1,0.5976,1,1,1,0.6821,0.5976,0.1947,1,1,1,1,1,0.381417096,0.534750283,1,1,1,1,1,1,0.323243231,0.527983189,1,1,1,1,1,1,0.926438212,0.588122606,0.553105365,0.553204993,0.553191489
-6800,1,0.3466,1,1,1,1,1,1,1,1,0.3138,0.3466,0.4465,1,0.2792,1,1,1,1,1,1,0.2162,0.2792,0.4436,1,0.5976,1,1,1,0.6621,0.5976,0.3752,1,1,1,1,1,0.288745701,0.815987527,0.841398239,1,1,1,1,1,0.213923976,0.778718114,0.916512907,1,1,1,1,1,0.914299309,0.837703109,0.564644756,0.564628729,0.564716312
-6801,1,0.3466,1,1,1,1,1,1,1,1,0.3727,0.3466,0.6085,1,0.2792,1,1,1,1,1,1,0.204,0.2792,0.6038,1,0.5976,1,1,1,0.7454,0.5976,0.5345,1,1,1,1,1,0.37877208,0.939993382,0.857642174,1,1,1,1,1,0.233794898,0.924200892,0.996350884,1,1,1,1,1,0.933764517,0.961811543,0.57002175,0.570129046,0.570035461
-6802,1,0.3466,1,1,1,1,1,1,1,1,0.298,0.3466,0.702,1,0.2792,1,1,1,1,1,1,0.4795,0.2792,0.6838,1,0.5976,1,1,1,0.8029,0.5976,0.5924,1,1,1,1,1,0.376627564,0.963549435,0.801636815,1,1,1,1,1,0.453888744,0.94418323,0.972530186,1,1,1,1,1,0.925032258,0.974976063,0.572982117,0.572879205,0.573138298
-6803,1,0.3466,1,1,1,1,1,1,1,1,0.256,0.3466,0.6995,1,0.2792,1,1,1,1,1,1,0.3965,0.2792,0.6665,1,0.5976,1,1,1,0.7723,0.5976,0.5912,1,1,1,1,1,0.403053731,0.941701293,0.542100787,1,1,1,1,1,0.374643415,0.919382215,0.880152345,1,1,1,1,1,0.940886438,0.940137327,0.572438376,0.572456103,0.572695035
-6804,1,0.3466,1,1,1,1,1,1,1,1,0.218,0.3466,0.6875,1,0.2792,1,1,1,1,1,1,0.3569,0.2792,0.6878,1,0.5976,1,1,1,0.7765,0.5976,0.5646,1,1,1,1,1,0.323886216,0.930556595,0.310272574,1,1,1,1,1,0.326964796,0.963902056,0.536456823,1,1,1,1,1,0.893453121,0.885593057,0.568813436,0.568648191,0.569148936
-6805,1,0.3466,1,1,1,1,1,1,1,1,0.2417,0.3466,0.6873,1,0.2792,1,1,1,1,1,1,0.2896,0.2792,0.7072,1,0.5976,1,1,1,0.5512,0.5976,0.5734,1,1,1,1,1,0.373395979,0.9418118,0.11867322,1,1,1,1,1,0.279880017,0.993420959,0.240326971,1,1,1,1,1,0.736324608,0.838298798,0.567423876,0.567590438,0.567375887
-6806,1,0.3466,1,1,1,1,1,1,1,1,0.219,0.3466,0.6069,1,0.2792,1,1,1,1,1,1,0.1497,0.2792,0.64,1,0.5976,1,1,1,0.6868,0.5976,0.5192,1,1,1,1,1,0.310470223,0.919948697,0.085207827,1,1,1,1,1,0.143346176,0.973810315,0.12060602,1,1,1,1,1,0.869327068,0.863442361,0.56041566,0.560397715,0.56072695
-6807,1,0.3466,1,1,1,1,1,1,1,1,0.1617,0.3466,0.4491,1,0.2792,1,1,1,1,1,1,0.0525,0.2792,0.4869,1,0.5976,1,1,1,0.4645,0.5976,0.3821,1,1,1,1,1,0.184871018,0.821156621,0.105643742,1,1,1,1,1,0.062005196,0.856743455,0.117358908,1,1,1,1,1,0.734543979,0.80510813,0.556126148,0.556166702,0.556294326
-6808,1,0.3466,1,1,1,1,1,1,1,1,0.1676,0.3466,0.2325,1,0.2792,1,1,1,1,1,1,0.0575,0.2792,0.2774,1,0.5976,1,1,1,0.3719,0.5976,0.1746,1,1,1,1,1,0.199529976,0.57978332,0.119083211,1,1,1,1,1,0.070401266,0.615576446,0.151389271,1,1,1,1,1,0.557682157,0.537240088,0.558240696,0.558282209,0.558510638
-6809,1,0.3466,1,1,1,1,1,1,1,1,0.1043,0.3466,0,1,0.2792,1,1,1,1,1,1,0,0.2792,0.0048,1,0.5976,1,1,1,0.1185,0.5976,0,1,1,1,1,1,0.13516736,0,0.03459936,1,1,1,1,1,0.003621875,0.061754096,0.037238222,1,1,1,1,1,0.216578871,0,0.570807153,0.570763698,0.570921986
-6810,1,0.3466,1,1,1,1,1,1,1,1,0.0411,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0722,0.2792,0,1,0.5976,1,1,1,0.0809,0.5976,0,1,1,1,1,1,0.074220695,0,0.04496048,1,1,1,1,1,0.088431865,0,0.070992932,1,1,1,1,1,0.104278147,0,0.607298212,0.607361963,0.607712766
-6811,1,0.3466,1,1,1,1,1,1,1,1,0.0526,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2336,0.2792,0,1,0.5976,1,1,1,0.1021,0.5976,0,1,1,1,1,1,0.110509858,0,0.066882521,1,1,1,1,1,0.264896333,0,0.15401651,1,1,1,1,1,0.147746533,0,0.617508458,0.617516395,0.617907801
-6812,1,0.3466,1,1,1,1,1,1,1,1,0.0838,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3715,0.2792,0,1,0.5976,1,1,1,0.1395,0.5976,0,1,1,1,1,1,0.133009493,0,0.087897263,1,1,1,1,1,0.39671123,0,0.13314791,1,1,1,1,1,0.195140854,0,0.595517158,0.595515126,0.595744681
-6813,1,0.3466,1,1,1,1,1,1,1,1,0.0963,0.3466,0,1,0.2792,1,1,1,1,1,1,0.413,0.2792,0,1,0.5976,1,1,1,0.159,0.5976,0,1,1,1,1,1,0.205475867,0,0.06951642,1,1,1,1,1,0.520680487,0,0.106924608,1,1,1,1,1,0.256284148,0,0.552803287,0.552781891,0.552748227
-6814,1,0.3466,1,1,1,1,1,1,1,1,0.1018,0.3466,0,1,0.2792,1,1,1,1,1,1,0.4566,0.2792,0,1,0.5976,1,1,1,0.2114,0.5976,0,1,1,1,1,1,0.238752618,0,0.010666208,1,1,1,1,1,0.569990635,0,0.081118323,1,1,1,1,1,0.434250474,0,0.500785404,0.500740427,0.500886525
-6815,1,0.3466,1,1,1,1,1,1,1,1,0.2788,0.3466,0,1,0.2792,1,1,1,1,1,1,0.5298,0.2792,0,1,0.5976,1,1,1,0.2078,0.5976,0,1,1,1,1,1,0.374834985,0,0.147926152,1,1,1,1,1,0.583774447,0,0.150685355,1,1,1,1,1,0.488166511,0,0.450519575,0.450602919,0.450797872
-6816,1,0.3466,1,1,1,1,1,1,1,1,0.3893,0.3466,0,1,0.2792,1,1,1,1,1,1,0.4672,0.2792,0,1,0.5976,1,1,1,0.2093,0.5976,0,1,1,1,1,1,0.523847282,0,0.179148316,1,1,1,1,1,0.554752529,0,0.034048166,1,1,1,1,1,0.479509503,0,0.413907685,0.413793103,0.414007092
-6817,1,0.3466,1,1,1,1,1,1,1,1,0.5021,0.3466,0,1,0.2792,1,1,1,1,1,1,0.5513,0.2792,0,1,0.5976,1,1,1,0.3836,0.5976,0,1,1,1,1,1,0.657397449,0,0.203340054,1,1,1,1,1,0.603154659,0,0.052174084,1,1,1,1,1,0.668111444,0,0.394876752,0.394753543,0.394946809
-6818,1,0.3466,1,1,1,1,1,1,1,1,0.5353,0.3466,0,1,0.2792,1,1,1,1,1,1,0.5882,0.2792,0,1,0.5976,1,1,1,0.4548,0.5976,0,1,1,1,1,1,0.665029943,0,0.156468928,1,1,1,1,1,0.675410211,0,0.117583252,1,1,1,1,1,0.756823778,0,0.385149831,0.385233763,0.385195035
-6819,1,0.3466,1,1,1,1,1,1,1,1,0.3158,0.3466,0,1,0.2792,1,1,1,1,1,1,0.4345,0.2792,0,1,0.5976,1,1,1,0.3979,0.5976,0,1,1,1,1,1,0.330696076,0,0.139222175,1,1,1,1,1,0.523431361,0,0.126020938,1,1,1,1,1,0.75443542,0,0.383337361,0.383329807,0.383421986
-6820,1,0.3466,1,1,1,1,1,1,1,1,0.4435,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3984,0.2792,0,1,0.5976,1,1,1,0.4834,0.5976,0,1,1,1,1,1,0.503683269,0,0.368567169,1,1,1,1,1,0.500213146,0,0.224831432,1,1,1,1,1,0.844233334,0,0.393245529,0.393272689,0.393173759
-6821,1,0.3466,1,1,1,1,1,1,1,1,0.3851,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3231,0.2792,0,1,0.5976,1,1,1,0.3692,0.5976,0,1,1,1,1,1,0.387774229,0,0.529633701,1,1,1,1,1,0.438623548,0,0.293468326,1,1,1,1,1,0.801580191,0,0.433301112,0.433467315,0.433510638
-6822,1,0.3466,1,1,1,1,1,1,1,1,0.3553,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2256,0.2792,0,1,0.5976,1,1,1,0.3437,0.5976,0,1,1,1,1,1,0.31759268,0,0.421287119,1,1,1,1,1,0.254517287,0,0.232189268,1,1,1,1,1,0.691714585,0,0.511358144,0.511317961,0.511524823
-6823,1,0.3466,1,1,1,1,1,1,1,1,0.4034,0.3466,0.1978,1,0.2792,1,1,1,1,1,1,0.4175,0.2792,0.1757,1,0.5976,1,1,1,0.2603,0.5976,0.0696,1,1,1,1,1,0.392114699,0.331768662,0.702436805,1,1,1,1,1,0.542310178,0.362359315,0.569177032,1,1,1,1,1,0.55487287,0.157498553,0.555038666,0.555108949,0.554964539
-6824,1,0.3466,1,1,1,1,1,1,1,1,0.3124,0.3466,0.3442,1,0.2792,1,1,1,1,1,1,0.3007,0.2792,0.3072,1,0.5976,1,1,1,0.336,0.5976,0.2069,1,1,1,1,1,0.197548196,0.484342158,0.675023437,1,1,1,1,1,0.331842601,0.497471333,0.490848184,1,1,1,1,1,0.690864921,0.312609017,0.567967617,0.567801989,0.567819149
-6825,1,0.3466,1,1,1,1,1,1,1,1,0.2595,0.3466,0.3798,1,0.2792,1,1,1,1,1,1,0.4229,0.2792,0.3169,1,0.5976,1,1,1,0.3481,0.5976,0.3903,1,1,1,1,1,0.211312339,0.488962889,0.511223674,1,1,1,1,1,0.357817769,0.513554871,0.736081719,1,1,1,1,1,0.794452786,0.463626802,0.579325761,0.579437275,0.579343972
-6826,1,0.3466,1,1,1,1,1,1,1,1,0.1877,0.3466,0.3489,1,0.2792,1,1,1,1,1,1,0.2742,0.2792,0.3366,1,0.5976,1,1,1,0.3719,0.5976,0.4625,1,1,1,1,1,0.143728316,0.479436874,0.452629656,1,1,1,1,1,0.384974003,0.449925363,0.395707607,1,1,1,1,1,0.723966897,0.494727343,0.588871435,0.588745505,0.588652482
-6827,1,0.3466,1,1,1,1,1,1,1,1,0.1861,0.3466,0.3266,1,0.2792,1,1,1,1,1,1,0.216,0.2792,0.3289,1,0.5976,1,1,1,0.4286,0.5976,0.5453,1,1,1,1,1,0.150304437,0.485403419,0.313752145,1,1,1,1,1,0.237940133,0.504553258,0.294928282,1,1,1,1,1,0.742739916,0.566383719,0.590804737,0.590649461,0.590868794
-6828,1,0.3466,1,1,1,1,1,1,1,1,0.3258,0.3466,0.3668,1,0.2792,1,1,1,1,1,1,0.2299,0.2792,0.4225,1,0.5976,1,1,1,0.5897,0.5976,0.5653,1,1,1,1,1,0.278463036,0.645289242,0.417606115,1,1,1,1,1,0.193250239,0.686492085,0.511215508,1,1,1,1,1,0.76963073,0.848111033,0.585306912,0.585360694,0.585549645
-6829,1,0.3466,1,1,1,1,1,1,1,1,0.3061,0.3466,0.4595,1,0.2792,1,1,1,1,1,1,0.3201,0.2792,0.523,1,0.5976,1,1,1,0.7585,0.5976,0.5587,1,1,1,1,1,0.344128162,0.72419095,0.445002019,1,1,1,1,1,0.236612737,0.785230219,0.842507005,1,1,1,1,1,0.812182426,0.913663328,0.580413243,0.580495029,0.580230496
-6830,1,0.3466,1,1,1,1,1,1,1,1,0.2981,0.3466,0.4649,1,0.2792,1,1,1,1,1,1,0.8312,0.2792,0.5302,1,0.5976,1,1,1,0.7693,0.5976,0.4623,1,1,1,1,1,0.47835809,0.78000176,0.885395288,1,1,1,1,1,0.606595397,0.824919403,1,1,1,1,1,1,0.898935139,0.878424644,0.568511358,0.568648191,0.568705674
-6831,1,0.3466,1,1,1,1,1,1,1,1,0.2544,0.3466,0.4132,1,0.2792,1,1,1,1,1,1,0.8576,0.2792,0.4438,1,0.5976,1,1,1,0.5964,0.5976,0.3516,1,1,1,1,1,0.46943143,0.72756207,0.92883265,1,1,1,1,1,0.756459236,0.75561589,0.866727769,1,1,1,1,1,0.805152357,0.746968031,0.559630256,0.559763063,0.559840426
-6832,1,0.3466,1,1,1,1,1,1,1,1,0.2911,0.3466,0.229,1,0.2792,1,1,1,1,1,1,0.7036,0.2792,0.2561,1,0.5976,1,1,1,0.6504,0.5976,0.178,1,1,1,1,1,0.473238885,0.534358859,0.997179329,1,1,1,1,1,0.698922992,0.560051322,1,1,1,1,1,1,0.835449517,0.515393734,0.560476075,0.560609266,0.56072695
-6833,1,0.3466,1,1,1,1,1,1,1,1,0.2282,0.3466,0,1,0.2792,1,1,1,1,1,1,0.6044,0.2792,0.0053,1,0.5976,1,1,1,0.4186,0.5976,0,1,1,1,1,1,0.346265435,0,0.984309793,1,1,1,1,1,0.638717532,0.087324478,0.995010495,1,1,1,1,1,0.600523055,0,0.572740454,0.572667654,0.572695035
-6834,1,0.3466,1,1,1,1,1,1,1,1,0.2249,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2658,0.2792,0,1,0.5976,1,1,1,0.4089,0.5976,0,1,1,1,1,1,0.317750156,0,0.740575016,1,1,1,1,1,0.307811856,0,0.673045397,1,1,1,1,1,0.633834958,0,0.604458676,0.604611805,0.604609929
-6835,1,0.3466,1,1,1,1,1,1,1,1,0.2629,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1067,0.2792,0,1,0.5976,1,1,1,0.4084,0.5976,0,1,1,1,1,1,0.286583841,0,0.768154085,1,1,1,1,1,0.193220824,0,1,1,1,1,1,1,0.695903242,0,0.608083615,0.607996615,0.608156028
-6836,1,0.3466,1,1,1,1,1,1,1,1,0.2208,0.3466,0,1,0.2792,1,1,1,1,1,1,0.092,0.2792,0,1,0.5976,1,1,1,0.4139,0.5976,0,1,1,1,1,1,0.252218455,0,0.933104455,1,1,1,1,1,0.169799536,0,1,1,1,1,1,1,0.77947861,0,0.58742146,0.587476201,0.587765957
-6837,1,0.3466,1,1,1,1,1,1,1,1,0.285,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1008,0.2792,0,1,0.5976,1,1,1,0.5066,0.5976,0,1,1,1,1,1,0.306508273,0,0.994425535,1,1,1,1,1,0.212974742,0,1,1,1,1,1,1,0.78482312,0,0.556126148,0.556166702,0.556294326
-6838,1,0.3466,1,1,1,1,1,1,1,1,0.2445,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0988,0.2792,0,1,0.5976,1,1,1,0.5143,0.5976,0,1,1,1,1,1,0.303477347,0,0.998254061,1,1,1,1,1,0.166249767,0,1,1,1,1,1,1,0.780416906,0,0.510874819,0.510894859,0.51108156
-6839,1,0.3466,1,1,1,1,1,1,1,1,0.2105,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1086,0.2792,0,1,0.5976,1,1,1,0.4611,0.5976,0,1,1,1,1,1,0.205676213,0,0.968523026,1,1,1,1,1,0.161418632,0,0.571173608,1,1,1,1,1,0.763293266,0,0.465140164,0.465199915,0.465425532
-6840,1,0.3466,1,1,1,1,1,1,1,1,0.1817,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1484,0.2792,0,1,0.5976,1,1,1,0.3446,0.5976,0,1,1,1,1,1,0.219451293,0,0.979179978,1,1,1,1,1,0.226408213,0,0.622181952,1,1,1,1,1,0.571967244,0,0.430159497,0.430082505,0.430407801
-6841,1,0.3466,1,1,1,1,1,1,1,1,0.2992,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0915,0.2792,0,1,0.5976,1,1,1,0.2623,0.5976,0,1,1,1,1,1,0.301671743,0,0.995890617,1,1,1,1,1,0.175547972,0,0.66901809,1,1,1,1,1,0.459199905,0,0.411491058,0.411677597,0.411347518
-6842,1,0.3466,1,1,1,1,1,1,1,1,0.1995,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1103,0.2792,0,1,0.5976,1,1,1,0.2273,0.5976,0,1,1,1,1,1,0.236206591,0,0.999059558,1,1,1,1,1,0.206459016,0,0.690264463,1,1,1,1,1,0.423077673,0,0.402247463,0.402157817,0.40248227
-6843,1,0.3466,1,1,1,1,1,1,1,1,0.2058,0.3466,0,1,0.2792,1,1,1,1,1,1,0.129,0.2792,0,1,0.5976,1,1,1,0.2292,0.5976,0,1,1,1,1,1,0.203034848,0,0.996328056,1,1,1,1,1,0.237366036,0,0.998916268,1,1,1,1,1,0.373627722,0,0.398743354,0.398773006,0.39893617
-6844,1,0.3466,1,1,1,1,1,1,1,1,0.2057,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0563,0.2792,0,1,0.5976,1,1,1,0.2075,0.5976,0,1,1,1,1,1,0.164719507,0,0.809908509,1,1,1,1,1,0.102415323,0,0.852541685,1,1,1,1,1,0.356156319,0,0.403637023,0.403638671,0.403812057
-6845,1,0.3466,1,1,1,1,1,1,1,1,0.2163,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0204,0.2792,0,1,0.5976,1,1,1,0.147,0.5976,0,1,1,1,1,1,0.132897973,0,0.886158347,1,1,1,1,1,0.05300799,0,0.839532435,1,1,1,1,1,0.293575376,0,0.421338811,0.421408927,0.421542553
-6846,1,0.3466,1,1,1,1,1,1,1,1,0.1944,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0033,0.2792,0,1,0.5976,1,1,1,0.1224,0.5976,0,1,1,1,1,1,0.14101398,0,0.579267859,1,1,1,1,1,0.014446028,0,0.512628853,1,1,1,1,1,0.215297967,0,0.452875785,0.452718426,0.453014184
-6847,1,0.3466,1,1,1,1,1,1,1,1,0.0937,0.3466,0.2314,1,0.2792,1,1,1,1,1,1,0,0.2792,0.2318,1,0.5976,1,1,1,0.1228,0.5976,0.2136,1,1,1,1,1,0.091542393,0.560904384,0.306131959,1,1,1,1,1,0.003151851,0.528194308,0.216838226,1,1,1,1,1,0.24379918,0.593527436,0.486950217,0.486989634,0.48714539
-6848,1,0.3466,1,1,1,1,1,1,1,1,0.0602,0.3466,0.4563,1,0.2792,1,1,1,1,1,1,0.0013,0.2792,0.4584,1,0.5976,1,1,1,0.1225,0.5976,0.4426,1,1,1,1,1,0.071781129,0.833987832,0.189399242,1,1,1,1,1,0.00299381,0.813149452,0.11682488,1,1,1,1,1,0.242436126,0.866586626,0.52241421,0.522530146,0.522606383
-6849,1,0.3466,1,1,1,1,1,1,1,1,0.0799,0.3466,0.6192,1,0.2792,1,1,1,1,1,1,0.0154,0.2792,0.618,1,0.5976,1,1,1,0.1431,0.5976,0.6035,1,1,1,1,1,0.058136176,0.969844162,0.219495878,1,1,1,1,1,0.020154424,0.957415283,0.075349741,1,1,1,1,1,0.1701819,0.989273906,0.53842436,0.538607997,0.53856383
-6850,1,0.3466,1,1,1,1,1,1,1,1,0.0916,0.3466,0.7183,1,0.2792,1,1,1,1,1,1,0.033,0.2792,0.7168,1,0.5976,1,1,1,0.1905,0.5976,0.6681,1,1,1,1,1,0.097522117,0.999676466,0.184827313,1,1,1,1,1,0.024624364,0.998834372,0.005658901,1,1,1,1,1,0.299298495,1,0.540720155,0.540723503,0.540780142
-6851,1,0.3466,1,1,1,1,1,1,1,1,0.0365,0.3466,0.7242,1,0.2792,1,1,1,1,1,1,0.0056,0.2792,0.7267,1,0.5976,1,1,1,0.277,0.5976,0.6497,1,1,1,1,1,0.065238424,1,0.09041889,1,1,1,1,1,0.003191648,1,0.000539267,1,1,1,1,1,0.342986286,1,0.53340986,0.53331923,0.533687943
-6852,1,0.3466,1,1,1,1,1,1,1,1,0.0429,0.3466,0.7279,1,0.2792,1,1,1,1,1,1,0.0507,0.2792,0.7341,1,0.5976,1,1,1,0.2416,0.5976,0.6404,1,1,1,1,1,0.058062531,1,0.038446188,1,1,1,1,1,0.035949323,1,0,1,1,1,1,1,0.266914725,1,0.522051716,0.522107045,0.522163121
-6853,1,0.3466,1,1,1,1,1,1,1,1,0.0438,0.3466,0.7191,1,0.2792,1,1,1,1,1,1,0.0276,0.2792,0.7258,1,0.5976,1,1,1,0.2121,0.5976,0.6355,1,1,1,1,1,0.057637256,0.999819756,0.033326223,1,1,1,1,1,0.019294767,0.999853849,0,1,1,1,1,1,0.229198873,0.999258399,0.509787337,0.509837106,0.510195035
-6854,1,0.3466,1,1,1,1,1,1,1,1,0.0378,0.3466,0.6208,1,0.2792,1,1,1,1,1,1,0.0374,0.2792,0.6391,1,0.5976,1,1,1,0.1859,0.5976,0.5593,1,1,1,1,1,0.03175706,0.958938122,0.088004485,1,1,1,1,1,0.032688178,0.927368104,0.045731153,1,1,1,1,1,0.223718479,0.951446593,0.500120831,0.500105775,0.5
-6855,1,0.3466,1,1,1,1,1,1,1,1,0.025,0.3466,0.4198,1,0.2792,1,1,1,1,1,1,0.0388,0.2792,0.3326,1,0.5976,1,1,1,0.192,0.5976,0.4058,1,1,1,1,1,0.013197605,0.718747735,0.140119329,1,1,1,1,1,0.043071073,0.469236791,0.054519899,1,1,1,1,1,0.251747578,0.805228233,0.497462542,0.497567167,0.497783688
-6856,1,0.3466,1,1,1,1,1,1,1,1,0.0215,0.3466,0.1447,1,0.2792,1,1,1,1,1,1,0.0204,0.2792,0.1212,1,0.5976,1,1,1,0.08,0.5976,0.1692,1,1,1,1,1,0.014787686,0.300576061,0.091821976,1,1,1,1,1,0.030032566,0.243969157,0.026448956,1,1,1,1,1,0.103242777,0.523603797,0.505679072,0.505817643,0.505762411
-6857,1,0.3466,1,1,1,1,1,1,1,1,0.0193,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0111,0.2792,0.0016,1,0.5976,1,1,1,0.0371,0.5976,0,1,1,1,1,1,0.020545017,0,0.071082018,1,1,1,1,1,0.025765024,0.003019659,0.030997122,1,1,1,1,1,0.061695822,0,0.5270058,0.52697271,0.52748227
-6858,1,0.3466,1,1,1,1,1,1,1,1,0.0129,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1374,0.2792,0,1,0.5976,1,1,1,0.0483,0.5976,0,1,1,1,1,1,0.020709805,0,0.028155774,1,1,1,1,1,0.165694654,0,0.014222777,1,1,1,1,1,0.072347216,0,0.566517641,0.566532685,0.566489362
-6859,1,0.3466,1,1,1,1,1,1,1,1,0.0058,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1417,0.2792,0,1,0.5976,1,1,1,0.0779,0.5976,0,1,1,1,1,1,0.015903004,0,0.015914306,1,1,1,1,1,0.173001975,0,0.042036131,1,1,1,1,1,0.144738719,0,0.567544708,0.567590438,0.567375887
-6860,1,0.3466,1,1,1,1,1,1,1,1,0.0469,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1927,0.2792,0,1,0.5976,1,1,1,0.0759,0.5976,0,1,1,1,1,1,0.108697928,0,0.034827188,1,1,1,1,1,0.288638473,0,0.102073565,1,1,1,1,1,0.128272548,0,0.550628323,0.550666385,0.550975177
-6861,1,0.3466,1,1,1,1,1,1,1,1,0.1532,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2579,0.2792,0,1,0.5976,1,1,1,0.1356,0.5976,0,1,1,1,1,1,0.330305457,0,0.056539871,1,1,1,1,1,0.376571089,0,0.223473817,1,1,1,1,1,0.264080375,0,0.522957951,0.522953247,0.523049645
-6862,1,0.3466,1,1,1,1,1,1,1,1,0.2038,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2771,0.2792,0,1,0.5976,1,1,1,0.1415,0.5976,0,1,1,1,1,1,0.344894737,0,0.151211992,1,1,1,1,1,0.383740962,0,0.299082488,1,1,1,1,1,0.302093387,0,0.485439826,0.485508779,0.48537234
-6863,1,0.3466,1,1,1,1,1,1,1,1,0.2324,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3485,0.2792,0,1,0.5976,1,1,1,0.1952,0.5976,0,1,1,1,1,1,0.364677906,0,0.285111576,1,1,1,1,1,0.479000658,0,0.343752623,1,1,1,1,1,0.413563758,0,0.445746738,0.445737254,0.445921986
-6864,1,0.3466,1,1,1,1,1,1,1,1,0.149,0.3466,0,1,0.2792,1,1,1,1,1,1,0.366,0.2792,0,1,0.5976,1,1,1,0.1995,0.5976,0,1,1,1,1,1,0.270590514,0,0.375319123,1,1,1,1,1,0.538993895,0,0.822680354,1,1,1,1,1,0.460313171,0,0.413605607,0.413581553,0.41356383
-6865,1,0.3466,1,1,1,1,1,1,1,1,0.1065,0.3466,0,1,0.2792,1,1,1,1,1,1,0.5587,0.2792,0,1,0.5976,1,1,1,0.2568,0.5976,0,1,1,1,1,1,0.218956873,0,0.368196249,1,1,1,1,1,0.68693018,0,0.850039601,1,1,1,1,1,0.536122739,0,0.391735138,0.391791834,0.391843972
-6866,1,0.3466,1,1,1,1,1,1,1,1,0.1515,0.3466,0,1,0.2792,1,1,1,1,1,1,0.7567,0.2792,0,1,0.5976,1,1,1,0.3683,0.5976,0,1,1,1,1,1,0.196383581,0,0.549325764,1,1,1,1,1,0.749540687,0,1,1,1,1,1,1,0.594885528,0,0.380920735,0.380791199,0.380762411
-6867,1,0.3466,1,1,1,1,1,1,1,1,0.1908,0.3466,0,1,0.2792,1,1,1,1,1,1,0.6328,0.2792,0,1,0.5976,1,1,1,0.2474,0.5976,0,1,1,1,1,1,0.206895933,0,0.689284086,1,1,1,1,1,0.652736545,0,1,1,1,1,1,1,0.402311921,0,0.375120831,0.375079331,0.375443262
-6868,1,0.3466,1,1,1,1,1,1,1,1,0.2122,0.3466,0,1,0.2792,1,1,1,1,1,1,0.4981,0.2792,0,1,0.5976,1,1,1,0.1981,0.5976,0,1,1,1,1,1,0.200194255,0,0.807884336,1,1,1,1,1,0.53961587,0,1,1,1,1,1,1,0.29313758,0,0.375181247,0.375079331,0.375443262
-6869,1,0.3466,1,1,1,1,1,1,1,1,0.2607,0.3466,0,1,0.2792,1,1,1,1,1,1,0.4367,0.2792,0,1,0.5976,1,1,1,0.1216,0.5976,0,1,1,1,1,1,0.229861587,0,0.695807219,1,1,1,1,1,0.496926844,0,1,1,1,1,1,1,0.278827101,0,0.384726921,0.384810662,0.384751773
-6870,1,0.3466,1,1,1,1,1,1,1,1,0.3003,0.3466,0,1,0.2792,1,1,1,1,1,1,0.5067,0.2792,0,1,0.5976,1,1,1,0.1021,0.5976,0,1,1,1,1,1,0.236624435,0,0.640307903,1,1,1,1,1,0.41535759,0,0.870953441,1,1,1,1,1,0.297738552,0,0.405389077,0.405542627,0.405141844
-6871,1,0.3466,1,1,1,1,1,1,1,1,0.5251,0.3466,0.0215,1,0.2792,1,1,1,1,1,1,0.5724,0.2792,0.0097,1,0.5976,1,1,1,0.1288,0.5976,0,1,1,1,1,1,0.41516301,0.018653851,1,1,1,1,1,1,0.497237742,0.00756442,1,1,1,1,1,1,0.289119035,0.000169036,0.433905268,0.433890417,0.433953901
-6872,1,0.3466,1,1,1,1,1,1,1,1,0.3655,0.3466,0.1102,1,0.2792,1,1,1,1,1,1,0.7374,0.2792,0.1175,1,0.5976,1,1,1,0.1149,0.5976,0.0455,1,1,1,1,1,0.314445406,0.119305506,1,1,1,1,1,1,0.55093503,0.157421276,1,1,1,1,1,1,0.20936586,0.105014853,0.474202513,0.474085043,0.47429078
-6873,1,0.3466,1,1,1,1,1,1,1,1,0.484,0.3466,0.18,1,0.2792,1,1,1,1,1,1,0.8231,0.2792,0.2176,1,0.5976,1,1,1,0.0935,0.5976,0.2003,1,1,1,1,1,0.404210865,0.280448496,1,1,1,1,1,1,0.707395136,0.347440064,1,1,1,1,1,1,0.13545464,0.2253097,0.507431126,0.507510049,0.507535461
-6874,1,0.3466,1,1,1,1,1,1,1,1,0.4569,0.3466,0.3108,1,0.2792,1,1,1,1,1,1,0.6331,0.2792,0.3359,1,0.5976,1,1,1,0.0841,0.5976,0.3089,1,1,1,1,1,0.326612204,0.450345695,1,1,1,1,1,1,0.523619294,0.488708198,1,1,1,1,1,1,0.097104341,0.376307905,0.526341228,0.526338058,0.526595745
-6875,1,0.3466,1,1,1,1,1,1,1,1,0.5031,0.3466,0.2751,1,0.2792,1,1,1,1,1,1,0.3623,0.2792,0.3336,1,0.5976,1,1,1,0.0513,0.5976,0.3647,1,1,1,1,1,0.310441405,0.423206419,1,1,1,1,1,1,0.343312174,0.514820516,1,1,1,1,1,1,0.071549043,0.486880422,0.536793137,0.536704041,0.53679078
-6876,1,0.3466,1,1,1,1,1,1,1,1,0.4352,0.3466,0.2799,1,0.2792,1,1,1,1,1,1,0.2098,0.2792,0.3762,1,0.5976,1,1,1,0.047,0.5976,0.372,1,1,1,1,1,0.1980277,0.412650466,1,1,1,1,1,1,0.237220705,0.568903506,1,1,1,1,1,1,0.042227767,0.412576556,0.539088932,0.539031098,0.539450355
-6877,1,0.3466,1,1,1,1,1,1,1,1,0.4444,0.3466,0.3584,1,0.2792,1,1,1,1,1,1,0.1925,0.2792,0.4341,1,0.5976,1,1,1,0.0225,0.5976,0.3338,1,1,1,1,1,0.201954693,0.478371799,1,1,1,1,1,1,0.246611983,0.664723873,1,1,1,1,1,1,0.025667576,0.334447205,0.532624456,0.532684578,0.532801418
-6878,1,0.3466,1,1,1,1,1,1,1,1,0.523,0.3466,0.3817,1,0.2792,1,1,1,1,1,1,0.3033,0.2792,0.4454,1,0.5976,1,1,1,0.0147,0.5976,0.2197,1,1,1,1,1,0.22975722,0.533539295,1,1,1,1,1,1,0.381956905,0.706643045,1,1,1,1,1,1,0.019676059,0.257253826,0.52422668,0.524222551,0.524379433
-6879,1,0.3466,1,1,1,1,1,1,1,1,0.4492,0.3466,0.3267,1,0.2792,1,1,1,1,1,1,0.2966,0.2792,0.362,1,0.5976,1,1,1,0.0192,0.5976,0.1123,1,1,1,1,1,0.22838746,0.562942326,1,1,1,1,1,1,0.354477137,0.624068677,1,1,1,1,1,1,0.012455317,0.188996702,0.520118415,0.520203089,0.520390071
-6880,1,0.3466,1,1,1,1,1,1,1,1,0.3464,0.3466,0.132,1,0.2792,1,1,1,1,1,1,0.1788,0.2792,0.1677,1,0.5976,1,1,1,0.0368,0.5976,0.0136,1,1,1,1,1,0.158531293,0.321229488,1,1,1,1,1,1,0.204012632,0.362261444,1,1,1,1,1,1,0.032505348,0.041186444,0.526945384,0.52697271,0.527039007
-6881,1,0.3466,1,1,1,1,1,1,1,1,0.2628,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1801,0.2792,0,1,0.5976,1,1,1,0.0551,0.5976,0,1,1,1,1,1,0.175733626,0,1,1,1,1,1,1,0.218864471,0,1,1,1,1,1,1,0.10523697,0,0.543680522,0.543685213,0.543882979
-6882,1,0.3466,1,1,1,1,1,1,1,1,0.2916,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2272,0.2792,0,1,0.5976,1,1,1,0.0425,0.5976,0,1,1,1,1,1,0.208671659,0,1,1,1,1,1,1,0.313125074,0,1,1,1,1,1,1,0.135223493,0,0.578298695,0.578379522,0.578457447
-6883,1,0.3466,1,1,1,1,1,1,1,1,0.3968,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3139,0.2792,0,1,0.5976,1,1,1,0.1002,0.5976,0,1,1,1,1,1,0.320494592,0,1,1,1,1,1,1,0.446656555,0,1,1,1,1,1,1,0.311437637,0,0.580775737,0.580706579,0.580673759
-6884,1,0.3466,1,1,1,1,1,1,1,1,0.3766,0.3466,0,1,0.2792,1,1,1,1,1,1,0.4371,0.2792,0,1,0.5976,1,1,1,0.1177,0.5976,0,1,1,1,1,1,0.367823929,0,1,1,1,1,1,1,0.496479481,0,1,1,1,1,1,1,0.300861984,0,0.558240696,0.558282209,0.558510638
-6885,1,0.3466,1,1,1,1,1,1,1,1,0.4632,0.3466,0,1,0.2792,1,1,1,1,1,1,0.5356,0.2792,0,1,0.5976,1,1,1,0.1296,0.5976,0,1,1,1,1,1,0.500385582,0,1,1,1,1,1,1,0.560613871,0,1,1,1,1,1,1,0.336147308,0,0.515224746,0.515125873,0.515070922
-6886,1,0.3466,1,1,1,1,1,1,1,1,0.4308,0.3466,0,1,0.2792,1,1,1,1,1,1,0.8387,0.2792,0,1,0.5976,1,1,1,0.15,0.5976,0,1,1,1,1,1,0.410902083,0,1,1,1,1,1,1,0.671755373,0,1,1,1,1,1,1,0.435916364,0,0.467919285,0.467950074,0.468085106
-6887,1,0.3466,1,1,1,1,1,1,1,1,0.5871,0.3466,0,1,0.2792,1,1,1,1,1,1,0.8217,0.2792,0,1,0.5976,1,1,1,0.154,0.5976,0,1,1,1,1,1,0.498518139,0,1,1,1,1,1,1,0.674864888,0,1,1,1,1,1,1,0.468040615,0,0.425205413,0.425216839,0.425088652
-6888,1,0.3466,1,1,1,1,1,1,1,1,0.6759,0.3466,0,1,0.2792,1,1,1,1,1,1,0.8264,0.2792,0,1,0.5976,1,1,1,0.1569,0.5976,0,1,1,1,1,1,0.538631618,0,1,1,1,1,1,1,0.748063326,0,1,1,1,1,1,1,0.5089553,0,0.395360077,0.395388195,0.395390071
-6889,1,0.3466,1,1,1,1,1,1,1,1,0.7327,0.3466,0,1,0.2792,1,1,1,1,1,1,0.7732,0.2792,0,1,0.5976,1,1,1,0.1723,0.5976,0,1,1,1,1,1,0.54975456,0,1,1,1,1,1,1,0.674336553,0,1,1,1,1,1,1,0.541297376,0,0.380437409,0.380368098,0.380319149
-6890,1,0.3466,1,1,1,1,1,1,1,1,0.691,0.3466,0,1,0.2792,1,1,1,1,1,1,0.6792,0.2792,0,1,0.5976,1,1,1,0.2119,0.5976,0,1,1,1,1,1,0.483896673,0,1,1,1,1,1,1,0.678330064,0,1,1,1,1,1,1,0.573267639,0,0.373912518,0.373810028,0.373670213
-6891,1,0.3466,1,1,1,1,1,1,1,1,0.6774,0.3466,0,1,0.2792,1,1,1,1,1,1,0.7468,0.2792,0,1,0.5976,1,1,1,0.1597,0.5976,0,1,1,1,1,1,0.458484083,0,1,1,1,1,1,1,0.683899522,0,1,1,1,1,1,1,0.465803981,0,0.373670855,0.373810028,0.373670213
-6892,1,0.3466,1,1,1,1,1,1,1,1,0.6231,0.3466,0,1,0.2792,1,1,1,1,1,1,0.7145,0.2792,0,1,0.5976,1,1,1,0.1719,0.5976,0,1,1,1,1,1,0.436000854,0,1,1,1,1,1,1,0.675435781,0,1,1,1,1,1,1,0.466797352,0,0.385633156,0.385656865,0.385638298
-6893,1,0.3466,1,1,1,1,1,1,1,1,0.6089,0.3466,0,1,0.2792,1,1,1,1,1,1,0.667,0.2792,0,1,0.5976,1,1,1,0.2013,0.5976,0,1,1,1,1,1,0.424377739,0,1,1,1,1,1,1,0.558961034,0,1,1,1,1,1,1,0.433635086,0,0.427561624,0.427755447,0.427748227
-6894,1,0.3466,1,1,1,1,1,1,1,1,0.4654,0.3466,0,1,0.2792,1,1,1,1,1,1,0.4181,0.2792,0,1,0.5976,1,1,1,0.2436,0.5976,0,1,1,1,1,1,0.312162787,0,1,1,1,1,1,1,0.350325763,0,1,1,1,1,1,1,0.484973162,0,0.507189464,0.507086947,0.507092199
-6895,1,0.3466,1,1,1,1,1,1,1,1,0.466,0.3466,0.0605,1,0.2792,1,1,1,1,1,1,0.3819,0.2792,0.043,1,0.5976,1,1,1,0.3629,0.5976,0.0691,1,1,1,1,1,0.264300883,0.076532081,1,1,1,1,1,1,0.3857494,0.036279552,1,1,1,1,1,1,0.583930552,0.135158718,0.553407443,0.553416543,0.553634752
-6896,1,0.3466,1,1,1,1,1,1,1,1,0.5323,0.3466,0.2056,1,0.2792,1,1,1,1,1,1,0.5726,0.2792,0.1647,1,0.5976,1,1,1,0.2935,0.5976,0.218,1,1,1,1,1,0.410238087,0.269313157,1,1,1,1,1,1,0.522594571,0.187000126,1,1,1,1,1,1,0.487524331,0.37122184,0.568330111,0.568436641,0.568262411
-6897,1,0.3466,1,1,1,1,1,1,1,1,0.5264,0.3466,0.3067,1,0.2792,1,1,1,1,1,1,0.483,0.2792,0.3382,1,0.5976,1,1,1,0.233,0.5976,0.365,1,1,1,1,1,0.396348268,0.426077724,1,1,1,1,1,1,0.436922073,0.34834376,1,1,1,1,1,1,0.457468718,0.457637608,0.585669406,0.585572245,0.585992908
-6898,1,0.3466,1,1,1,1,1,1,1,1,0.724,0.3466,0.3923,1,0.2792,1,1,1,1,1,1,0.4729,0.2792,0.3577,1,0.5976,1,1,1,0.2689,0.5976,0.3941,1,1,1,1,1,0.497791171,0.446376115,1,1,1,1,1,1,0.472755075,0.43769443,1,1,1,1,1,1,0.419482857,0.515875578,0.597510875,0.597630633,0.59751773
-6899,1,0.3466,1,1,1,1,1,1,1,1,0.7243,0.3466,0.4101,1,0.2792,1,1,1,1,1,1,0.4672,0.2792,0.307,1,0.5976,1,1,1,0.2745,0.5976,0.3626,1,1,1,1,1,0.506500423,0.462014049,1,1,1,1,1,1,0.43843922,0.384250671,1,1,1,1,1,1,0.45576033,0.427676618,0.60258579,0.602707849,0.602836879
-6900,1,0.3466,1,1,1,1,1,1,1,1,0.6063,0.3466,0.3265,1,0.2792,1,1,1,1,1,1,0.19,0.2792,0.3225,1,0.5976,1,1,1,0.255,0.5976,0.3694,1,1,1,1,1,0.418988854,0.413460642,1,1,1,1,1,1,0.214312345,0.422186345,1,1,1,1,1,1,0.441413045,0.420769989,0.601739971,0.601650095,0.601950355
-6901,1,0.3466,1,1,1,1,1,1,1,1,0.3397,0.3466,0.3543,1,0.2792,1,1,1,1,1,1,0.1303,0.2792,0.3443,1,0.5976,1,1,1,0.2525,0.5976,0.3078,1,1,1,1,1,0.197574377,0.492376208,1,1,1,1,1,1,0.197431773,0.468460083,1,1,1,1,1,1,0.397917271,0.354888558,0.602464959,0.602496298,0.602836879
-6902,1,0.3466,1,1,1,1,1,1,1,1,0.3434,0.3466,0.3239,1,0.2792,1,1,1,1,1,1,0.1084,0.2792,0.2887,1,0.5976,1,1,1,0.2495,0.5976,0.2795,1,1,1,1,1,0.229398414,0.448861599,1,1,1,1,1,1,0.160574198,0.344798356,1,1,1,1,1,1,0.328446925,0.282455713,0.596967134,0.59678443,0.597074468
-6903,1,0.3466,1,1,1,1,1,1,1,1,0.249,0.3466,0.2139,1,0.2792,1,1,1,1,1,1,0.0071,0.2792,0.1717,1,0.5976,1,1,1,0.2328,0.5976,0.1378,1,1,1,1,1,0.126021907,0.278407902,1,1,1,1,1,1,0.031950671,0.218491122,1,1,1,1,1,1,0.302046239,0.197672278,0.592738038,0.592764967,0.592641844
-6904,1,0.3466,1,1,1,1,1,1,1,1,0.3387,0.3466,0.072,1,0.2792,1,1,1,1,1,1,0,0.2792,0.0553,1,0.5976,1,1,1,0.169,0.5976,0.0079,1,1,1,1,1,0.164155453,0.105305046,1,1,1,1,1,1,0.053604178,0.064427249,1,1,1,1,1,1,0.334382772,0.024854131,0.596483809,0.596572879,0.596631206
-6905,1,0.3466,1,1,1,1,1,1,1,1,0.2844,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0614,0.2792,0,1,0.5976,1,1,1,0.1359,0.5976,0,1,1,1,1,1,0.14654246,0,1,1,1,1,1,1,0.131799951,0,1,1,1,1,1,1,0.275761873,0,0.614366844,0.614554686,0.614361702
-6906,1,0.3466,1,1,1,1,1,1,1,1,0.2175,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1505,0.2792,0,1,0.5976,1,1,1,0.1121,0.5976,0,1,1,1,1,1,0.165052205,0,0.994726002,1,1,1,1,1,0.165356904,0,1,1,1,1,1,1,0.204609334,0,0.644514258,0.64459488,0.644503546
-6907,1,0.3466,1,1,1,1,1,1,1,1,0.3303,0.3466,0,1,0.2792,1,1,1,1,1,1,0,0.2792,0,1,0.5976,1,1,1,0.1855,0.5976,0,1,1,1,1,1,0.260296643,0,0.997735322,1,1,1,1,1,0.044611633,0,1,1,1,1,1,1,0.236588284,0,0.635451909,0.635498202,0.635638298
-6908,1,0.3466,1,1,1,1,1,1,1,1,0.3134,0.3466,0,1,0.2792,1,1,1,1,1,1,0,0.2792,0,1,0.5976,1,1,1,0.2052,0.5976,0,1,1,1,1,1,0.311511338,0,0.829843998,1,1,1,1,1,0.047131471,0,1,1,1,1,1,1,0.189050049,0,0.604579507,0.604611805,0.604609929
-6909,1,0.3466,1,1,1,1,1,1,1,1,0.1599,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0316,0.2792,0,1,0.5976,1,1,1,0.1695,0.5976,0,1,1,1,1,1,0.136658832,0,0.717376113,1,1,1,1,1,0.071439713,0,1,1,1,1,1,1,0.175425097,0,0.557394877,0.557436006,0.557180851
-6910,1,0.3466,1,1,1,1,1,1,1,1,0.1437,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0163,0.2792,0,1,0.5976,1,1,1,0.1688,0.5976,0,1,1,1,1,1,0.065810911,0,0.736376524,1,1,1,1,1,0.027179023,0,0.900345802,1,1,1,1,1,0.322828829,0,0.499516675,0.499682674,0.499556738
-6911,1,0.3466,1,1,1,1,1,1,1,1,0.2251,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0807,0.2792,0,1,0.5976,1,1,1,0.1529,0.5976,0,1,1,1,1,1,0.137103409,0,0.93890512,1,1,1,1,1,0.122309476,0,0.952668071,1,1,1,1,1,0.24952665,0,0.449130014,0.449122065,0.449468085
-6912,1,0.3466,1,1,1,1,1,1,1,1,0.2372,0.3466,0,1,0.2792,1,1,1,1,1,1,0.5648,0.2792,0,1,0.5976,1,1,1,0.131,0.5976,0,1,1,1,1,1,0.189137414,0,0.652617097,1,1,1,1,1,0.417273045,0,0.142772004,1,1,1,1,1,0.112192146,0,0.414693088,0.414639306,0.414893617
-6913,1,0.3466,1,1,1,1,1,1,1,1,0.2273,0.3466,0,1,0.2792,1,1,1,1,1,1,0.7743,0.2792,0,1,0.5976,1,1,1,0.0849,0.5976,0,1,1,1,1,1,0.303951472,0,0.319378972,1,1,1,1,1,0.562404215,0,0.273007065,1,1,1,1,1,0.093047209,0,0.394876752,0.394753543,0.394946809
-6914,1,0.3466,1,1,1,1,1,1,1,1,0.2626,0.3466,0,1,0.2792,1,1,1,1,1,1,0.801,0.2792,0,1,0.5976,1,1,1,0.0556,0.5976,0,1,1,1,1,1,0.399336219,0,0.20581232,1,1,1,1,1,0.638780534,0,0.548368096,1,1,1,1,1,0.061111048,0,0.383639439,0.383752909,0.383865248
-6915,1,0.3466,1,1,1,1,1,1,1,1,0.3173,0.3466,0,1,0.2792,1,1,1,1,1,1,0.893,0.2792,0,1,0.5976,1,1,1,0.073,0.5976,0,1,1,1,1,1,0.483362824,0,0.283151537,1,1,1,1,1,0.656994998,0,0.23932147,1,1,1,1,1,0.089140147,0,0.379229096,0.379098794,0.379432624
-6916,1,0.3466,1,1,1,1,1,1,1,1,0.2618,0.3466,0,1,0.2792,1,1,1,1,1,1,0.5709,0.2792,0,1,0.5976,1,1,1,0.045,0.5976,0,1,1,1,1,1,0.280405015,0,0.623842359,1,1,1,1,1,0.517456949,0,0.428439558,1,1,1,1,1,0.09195254,0,0.386599807,0.386714618,0.386524823
-6917,1,0.3466,1,1,1,1,1,1,1,1,0.3917,0.3466,0,1,0.2792,1,1,1,1,1,1,0.5452,0.2792,0,1,0.5976,1,1,1,0.0752,0.5976,0,1,1,1,1,1,0.377444357,0,0.857573509,1,1,1,1,1,0.509673357,0,1,1,1,1,1,1,0.133405045,0,0.423151281,0.423101333,0.423315603
-6918,1,0.3466,1,1,1,1,1,1,1,1,0.3783,0.3466,0,1,0.2792,1,1,1,1,1,1,0.5653,0.2792,0,1,0.5976,1,1,1,0.1702,0.5976,0,1,1,1,1,1,0.36489445,0,0.600097358,1,1,1,1,1,0.506316781,0,1,1,1,1,1,1,0.321411401,0,0.500060416,0.500105775,0.5
-6919,1,0.3466,1,1,1,1,1,1,1,1,0.5029,0.3466,0.1037,1,0.2792,1,1,1,1,1,1,0.6813,0.2792,0.1888,1,0.5976,1,1,1,0.1534,0.5976,0.0494,1,1,1,1,1,0.480051011,0.355898052,0.867076755,1,1,1,1,1,0.587990165,0.432941914,1,1,1,1,1,1,0.352056086,0.021556681,0.547667956,0.547704675,0.54787234
-6920,1,0.3466,1,1,1,1,1,1,1,1,0.5751,0.3466,0.3738,1,0.2792,1,1,1,1,1,1,0.8919,0.2792,0.3754,1,0.5976,1,1,1,0.2368,0.5976,0.2104,1,1,1,1,1,0.562359631,0.652573824,0.933787167,1,1,1,1,1,0.776361644,0.596852422,1,1,1,1,1,1,0.443598419,0.169116601,0.556609473,0.556589803,0.556737589
-6921,1,0.3466,1,1,1,1,1,1,1,1,0.5931,0.3466,0.4981,1,0.2792,1,1,1,1,1,1,0.8644,0.2792,0.5028,1,0.5976,1,1,1,0.3207,0.5976,0.2195,1,1,1,1,1,0.624085367,0.669358253,1,1,1,1,1,1,0.82127738,0.817054391,1,1,1,1,1,1,0.53753531,0.396625549,0.563134364,0.563147874,0.563386525
-6922,1,0.3466,1,1,1,1,1,1,1,1,0.5685,0.3466,0.612,1,0.2792,1,1,1,1,1,1,0.9037,0.2792,0.6248,1,0.5976,1,1,1,0.4916,0.5976,0.3208,1,1,1,1,1,0.755631566,0.820069432,0.913016081,1,1,1,1,1,0.832544565,0.887383401,1,1,1,1,1,1,0.722288311,0.575966835,0.571048816,0.570975249,0.571365248
-6923,1,0.3466,1,1,1,1,1,1,1,1,0.6159,0.3466,0.6376,1,0.2792,1,1,1,1,1,1,0.9309,0.2792,0.6784,1,0.5976,1,1,1,0.4709,0.5976,0.3713,1,1,1,1,1,0.784955561,0.850837648,0.644928813,1,1,1,1,1,0.903745294,0.94992274,1,1,1,1,1,1,0.672923744,0.66528976,0.572982117,0.572879205,0.573138298
-6924,1,0.3466,1,1,1,1,1,1,1,1,0.5971,0.3466,0.6688,1,0.2792,1,1,1,1,1,1,0.9379,0.2792,0.7137,1,0.5976,1,1,1,0.5634,0.5976,0.4004,1,1,1,1,1,0.820771873,0.895271182,0.613789797,1,1,1,1,1,0.880819023,0.981021166,0.988490582,1,1,1,1,1,0.762022674,0.674595356,0.568934268,0.568859742,0.569148936
-6925,1,0.3466,1,1,1,1,1,1,1,1,0.5802,0.3466,0.5734,1,0.2792,1,1,1,1,1,1,0.8952,0.2792,0.5941,1,0.5976,1,1,1,0.6671,0.5976,0.4836,1,1,1,1,1,0.82443428,0.823665321,0.826559484,1,1,1,1,1,0.837998033,0.842649043,1,1,1,1,1,1,0.846166015,0.741424084,0.567242629,0.567167337,0.567375887
-6926,1,0.3466,1,1,1,1,1,1,1,1,0.4942,0.3466,0.5992,1,0.2792,1,1,1,1,1,1,0.8321,0.2792,0.6349,1,0.5976,1,1,1,0.7096,0.5976,0.4071,1,1,1,1,1,0.757456243,0.944993138,0.757160366,1,1,1,1,1,0.74991554,0.966587186,0.937518358,1,1,1,1,1,0.910224438,0.790278316,0.559932334,0.559974614,0.560283688
-6927,1,0.3466,1,1,1,1,1,1,1,1,0.431,0.3466,0.4377,1,0.2792,1,1,1,1,1,1,0.6392,0.2792,0.4757,1,0.5976,1,1,1,0.6249,0.5976,0.3029,1,1,1,1,1,0.641001523,0.811819434,0.432191372,1,1,1,1,1,0.643968463,0.831633687,0.682326436,1,1,1,1,1,0.886844635,0.715731561,0.555340744,0.555320499,0.555407801
-6928,1,0.3466,1,1,1,1,1,1,1,1,0.2861,0.3466,0.2159,1,0.2792,1,1,1,1,1,1,0.4564,0.2792,0.2589,1,0.5976,1,1,1,0.6009,0.5976,0.1387,1,1,1,1,1,0.489680976,0.546455443,0.374356806,1,1,1,1,1,0.460313678,0.571512699,0.354700506,1,1,1,1,1,0.873219132,0.462765247,0.560536491,0.560609266,0.56072695
-6929,1,0.3466,1,1,1,1,1,1,1,1,0.1891,0.3466,0,1,0.2792,1,1,1,1,1,1,0.4625,0.2792,0,1,0.5976,1,1,1,0.6299,0.5976,0,1,1,1,1,1,0.34201619,0,0.222844303,1,1,1,1,1,0.46994102,0.000147712,0.255001843,1,1,1,1,1,0.873799682,0,0.577936201,0.577956421,0.578014184
-6930,1,0.3466,1,1,1,1,1,1,1,1,0.1587,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2796,0.2792,0,1,0.5976,1,1,1,0.612,0.5976,0,1,1,1,1,1,0.249930039,0,0.315572977,1,1,1,1,1,0.310385287,0,0.256209433,1,1,1,1,1,0.881932974,0,0.617991783,0.617939497,0.618351064
-6931,1,0.3466,1,1,1,1,1,1,1,1,0.1297,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1369,0.2792,0,1,0.5976,1,1,1,0.4681,0.5976,0,1,1,1,1,1,0.182849854,0,0.24657467,1,1,1,1,1,0.170644358,0,0.138579845,1,1,1,1,1,0.8416875,0,0.618898018,0.618785699,0.618794326
-6932,1,0.3466,1,1,1,1,1,1,1,1,0.1437,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0853,0.2792,0,1,0.5976,1,1,1,0.4186,0.5976,0,1,1,1,1,1,0.195684209,0,0.203153342,1,1,1,1,1,0.122362129,0,0.138575137,1,1,1,1,1,0.788006127,0,0.594308845,0.594245822,0.594414894
-6933,1,0.3466,1,1,1,1,1,1,1,1,0.1708,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1019,0.2792,0,1,0.5976,1,1,1,0.2465,0.5976,0,1,1,1,1,1,0.149344802,0,0.199172676,1,1,1,1,1,0.146261364,0,0.230389789,1,1,1,1,1,0.504680812,0,0.548815853,0.548762429,0.548758865
-6934,1,0.3466,1,1,1,1,1,1,1,1,0.1382,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0354,0.2792,0,1,0.5976,1,1,1,0.2081,0.5976,0,1,1,1,1,1,0.113173023,0,0.245120347,1,1,1,1,1,0.062420167,0,0.353731394,1,1,1,1,1,0.44543606,0,0.498066699,0.497990269,0.49822695
-6935,1,0.3466,1,1,1,1,1,1,1,1,0.1484,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2125,0.2792,0,1,0.5976,1,1,1,0.247,0.5976,0,1,1,1,1,1,0.173694447,0,0.196369246,1,1,1,1,1,0.238565028,0,0.297148436,1,1,1,1,1,0.527487159,0,0.450096665,0.450179818,0.45035461
-6936,1,0.3466,1,1,1,1,1,1,1,1,0.2028,0.3466,0,1,0.2792,1,1,1,1,1,1,0.223,0.2792,0,1,0.5976,1,1,1,0.3248,0.5976,0,1,1,1,1,1,0.173880011,0,0.43731162,1,1,1,1,1,0.294793367,0,0.808767557,1,1,1,1,1,0.67014569,0,0.413303528,0.413370002,0.41356383
-6937,1,0.3466,1,1,1,1,1,1,1,1,0.2292,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2585,0.2792,0,1,0.5976,1,1,1,0.2893,0.5976,0,1,1,1,1,1,0.184758142,0,0.454380482,1,1,1,1,1,0.28416124,0,0.895928144,1,1,1,1,1,0.661301017,0,0.395782987,0.395811297,0.395833333
-6938,1,0.3466,1,1,1,1,1,1,1,1,0.1697,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2135,0.2792,0,1,0.5976,1,1,1,0.2633,0.5976,0,1,1,1,1,1,0.139635131,0,0.396913528,1,1,1,1,1,0.236032888,0,0.665457606,1,1,1,1,1,0.467998981,0,0.388110198,0.388195473,0.388297872
-6939,1,0.3466,1,1,1,1,1,1,1,1,0.1787,0.3466,0,1,0.2792,1,1,1,1,1,1,0.216,0.2792,0,1,0.5976,1,1,1,0.2305,0.5976,0,1,1,1,1,1,0.223213106,0,0.329798579,1,1,1,1,1,0.237391546,0,0.524198174,1,1,1,1,1,0.429212123,0,0.387445626,0.387560821,0.387411348
-6940,1,0.3466,1,1,1,1,1,1,1,1,0.1661,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1416,0.2792,0,1,0.5976,1,1,1,0.3023,0.5976,0,1,1,1,1,1,0.245129645,0,0.202838585,1,1,1,1,1,0.140891731,0,0.398662597,1,1,1,1,1,0.495081782,0,0.400012083,0.40004231,0.400265957
-6941,1,0.3466,1,1,1,1,1,1,1,1,0.2017,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1099,0.2792,0,1,0.5976,1,1,1,0.3064,0.5976,0,1,1,1,1,1,0.270193011,0,0.137493655,1,1,1,1,1,0.109147787,0,0.26427567,1,1,1,1,1,0.523988724,0,0.442242629,0.442352443,0.442375887
-6942,1,0.3466,1,1,1,1,1,1,1,1,0.0778,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0151,0.2792,0,1,0.5976,1,1,1,0.259,0.5976,0,1,1,1,1,1,0.14450191,0,0.045859799,1,1,1,1,1,0.022372149,0,0.062681682,1,1,1,1,1,0.426215351,0,0.524951667,0.524857203,0.525265957
-6943,1,0.3466,1,1,1,1,1,1,1,1,0.0902,0.3466,0.1905,1,0.2792,1,1,1,1,1,1,0.0324,0.2792,0.1796,1,0.5976,1,1,1,0.212,0.5976,0.1917,1,1,1,1,1,0.161726445,0.381204516,0.050079066,1,1,1,1,1,0.032931637,0.389283776,0.119409427,1,1,1,1,1,0.361259609,0.479282618,0.568088449,0.568013539,0.568262411
-6944,1,0.3466,1,1,1,1,1,1,1,1,0.0608,0.3466,0.4178,1,0.2792,1,1,1,1,1,1,0.0109,0.2792,0.4105,1,0.5976,1,1,1,0.1986,0.5976,0.4071,1,1,1,1,1,0.114508808,0.708604813,0.004462038,1,1,1,1,1,0.015744308,0.698557615,0.004413351,1,1,1,1,1,0.372213632,0.755144477,0.575700822,0.575840914,0.575797872
-6945,1,0.3466,1,1,1,1,1,1,1,1,0.0292,0.3466,0.5817,1,0.2792,1,1,1,1,1,1,0,0.2792,0.562,1,0.5976,1,1,1,0.1586,0.5976,0.5758,1,1,1,1,1,0.057950642,0.882181585,0.014804501,1,1,1,1,1,7.11E-05,0.848764598,0.035434555,1,1,1,1,1,0.279141784,0.883170247,0.5760029,0.576052465,0.575797872
-6946,1,0.3466,1,1,1,1,1,1,1,1,0.0264,0.3466,0.6532,1,0.2792,1,1,1,1,1,1,0.0042,0.2792,0.6477,1,0.5976,1,1,1,0.1374,0.5976,0.6744,1,1,1,1,1,0.052080717,0.927297115,0.0245825,1,1,1,1,1,0.012039959,0.880272508,0.033928007,1,1,1,1,1,0.229244664,0.973301888,0.577573707,0.57774487,0.578014184
-6947,1,0.3466,1,1,1,1,1,1,1,1,0.0023,0.3466,0.6672,1,0.2792,1,1,1,1,1,1,0,0.2792,0.6139,1,0.5976,1,1,1,0.0981,0.5976,0.6862,1,1,1,1,1,0.019497374,0.938386977,0.000720808,1,1,1,1,1,0,0.839966416,0.002498953,1,1,1,1,1,0.170016915,0.979154229,0.575277912,0.575206262,0.57535461
-6948,1,0.3466,1,1,1,1,1,1,1,1,0,0.3466,0.6623,1,0.2792,1,1,1,1,1,1,0,0.2792,0.6443,1,0.5976,1,1,1,0.0433,0.5976,0.6912,1,1,1,1,1,0.002763097,0.92125231,0,1,1,1,1,1,1.19E-05,0.877610505,0,1,1,1,1,1,0.058095299,0.973861396,0.571109232,0.571186799,0.571365248
-6949,1,0.3466,1,1,1,1,1,1,1,1,0,0.3466,0.6657,1,0.2792,1,1,1,1,1,1,0,0.2792,0.6354,1,0.5976,1,1,1,0.0483,0.5976,0.6732,1,1,1,1,1,0.000914013,0.922204971,0.001204701,1,1,1,1,1,4.43E-05,0.900104463,0.02582173,1,1,1,1,1,0.074882664,0.951889634,0.569719671,0.569705945,0.569592199
-6950,1,0.3466,1,1,1,1,1,1,1,1,0,0.3466,0.5627,1,0.2792,1,1,1,1,1,1,0,0.2792,0.5505,1,0.5976,1,1,1,0.0426,0.5976,0.5613,1,1,1,1,1,1.19E-05,0.876611114,0.027797136,1,1,1,1,1,2.84E-05,0.86030066,0.073784299,1,1,1,1,1,0.037318069,0.898156404,0.563980184,0.563994077,0.56427305
-6951,1,0.3466,1,1,1,1,1,1,1,1,0,0.3466,0.3873,1,0.2792,1,1,1,1,1,1,0,0.2792,0.3941,1,0.5976,1,1,1,0.0188,0.5976,0.3786,1,1,1,1,1,0,0.716489375,0,1,1,1,1,1,0,0.686377704,0.013592147,1,1,1,1,1,0.013444576,0.742622077,0.559751087,0.559763063,0.559840426
-6952,1,0.3466,1,1,1,1,1,1,1,1,0.0003,0.3466,0.1657,1,0.2792,1,1,1,1,1,1,0,0.2792,0.1819,1,0.5976,1,1,1,0.0035,0.5976,0.156,1,1,1,1,1,0.000914447,0.424822778,0,1,1,1,1,1,0.001405381,0.428486645,0.034182198,1,1,1,1,1,0.008659002,0.44715035,0.562046883,0.562090121,0.562056738
-6953,1,0.3466,1,1,1,1,1,1,1,1,0.0043,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0196,0.2792,0,1,0.5976,1,1,1,0.0061,0.5976,0,1,1,1,1,1,0.020740889,0,0.000511224,1,1,1,1,1,0.029805262,0,0,1,1,1,1,1,0.018849541,0,0.578661189,0.578802623,0.578900709
-6954,1,0.3466,1,1,1,1,1,1,1,1,0.0089,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0071,0.2792,0,1,0.5976,1,1,1,0.0136,0.5976,0,1,1,1,1,1,0.0411833,0,0,1,1,1,1,1,0.023420097,0,0,1,1,1,1,1,0.039651647,0,0.618898018,0.618785699,0.618794326
-6955,1,0.3466,1,1,1,1,1,1,1,1,0.0235,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0253,0.2792,0,1,0.5976,1,1,1,0.0194,0.5976,0,1,1,1,1,1,0.047585394,0,0,1,1,1,1,1,0.053079993,0,0,1,1,1,1,1,0.054893188,0,0.618475109,0.618574149,0.618351064
-6956,1,0.3466,1,1,1,1,1,1,1,1,0.032,0.3466,0,1,0.2792,1,1,1,1,1,1,0.02,0.2792,0,1,0.5976,1,1,1,0.0065,0.5976,0,1,1,1,1,1,0.029766874,0,0,1,1,1,1,1,0.047319226,0,0,1,1,1,1,1,0.022021174,0,0.594188014,0.594245822,0.594414894
-6957,1,0.3466,1,1,1,1,1,1,1,1,0.0439,0.3466,0,1,0.2792,1,1,1,1,1,1,0.109,0.2792,0,1,0.5976,1,1,1,0.0063,0.5976,0,1,1,1,1,1,0.040947177,0,0,1,1,1,1,1,0.126980349,0,0,1,1,1,1,1,0.01798185,0,0.551111648,0.551089486,0.550975177
-6958,1,0.3466,1,1,1,1,1,1,1,1,0.0446,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2747,0.2792,0,1,0.5976,1,1,1,0.0073,0.5976,0,1,1,1,1,1,0.041297603,0,0,1,1,1,1,1,0.247543812,0,0.032102879,1,1,1,1,1,0.010148808,0,0.492085549,0.49206685,0.492021277
-6959,1,0.3466,1,1,1,1,1,1,1,1,0.0516,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2971,0.2792,0,1,0.5976,1,1,1,0.0139,0.5976,0,1,1,1,1,1,0.041954152,0,0,1,1,1,1,1,0.289462775,0,0.035045814,1,1,1,1,1,0.016331254,0,0.443330111,0.443410197,0.443262411
-6960,1,0.3466,1,1,1,1,1,1,1,1,0.0534,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3733,0.2792,0,1,0.5976,1,1,1,0.0229,0.5976,0,1,1,1,1,1,0.040439025,0,0.001619485,1,1,1,1,1,0.335606158,0,0.00542644,1,1,1,1,1,0.037615668,0,0.410282745,0.410196742,0.410460993
-6961,1,0.3466,1,1,1,1,1,1,1,1,0.0408,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3214,0.2792,0,1,0.5976,1,1,1,0.0473,0.5976,0,1,1,1,1,1,0.026342619,0,0,1,1,1,1,1,0.262995005,0,0,1,1,1,1,1,0.098941192,0,0.392883035,0.392849587,0.392730496
-6962,1,0.3466,1,1,1,1,1,1,1,1,0.0476,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2213,0.2792,0,1,0.5976,1,1,1,0.0498,0.5976,0,1,1,1,1,1,0.028901976,0,0,1,1,1,1,1,0.160440579,0,0,1,1,1,1,1,0.130792096,0,0.385391493,0.385445314,0.385638298
-6963,1,0.3466,1,1,1,1,1,1,1,1,0.0485,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0906,0.2792,0,1,0.5976,1,1,1,0.0335,0.5976,0,1,1,1,1,1,0.025177309,0,0,1,1,1,1,1,0.065695174,0,0,1,1,1,1,1,0.081843249,0,0.383518608,0.383541358,0.383865248
-6964,1,0.3466,1,1,1,1,1,1,1,1,0.0268,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0226,0.2792,0,1,0.5976,1,1,1,0.036,0.5976,0,1,1,1,1,1,0.006662062,0,0,1,1,1,1,1,0.023514016,0,0,1,1,1,1,1,0.070870914,0,0.39560174,0.395599746,0.395833333
-6965,1,0.3466,1,1,1,1,1,1,1,1,0.0025,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0821,0.2792,0,1,0.5976,1,1,1,0.0444,0.5976,0,1,1,1,1,1,0.000329725,0,0.003362084,1,1,1,1,1,0.090046726,0,0.0351822,1,1,1,1,1,0.086221293,0,0.436986467,0.437063677,0.437056738
-6966,1,0.3466,1,1,1,1,1,1,1,1,0.0023,0.3466,0,1,0.2792,1,1,1,1,1,1,0.214,0.2792,0,1,0.5976,1,1,1,0.0853,0.5976,0,1,1,1,1,1,0.005619189,0,0.004000878,1,1,1,1,1,0.215838432,0,0.025917802,1,1,1,1,1,0.19584693,0,0.519816336,0.519779987,0.519946809
-6967,1,0.3466,1,1,1,1,1,1,1,1,0.0293,0.3466,0.1736,1,0.2792,1,1,1,1,1,1,0.2497,0.2792,0.1846,1,0.5976,1,1,1,0.1501,0.5976,0.1235,1,1,1,1,1,0.035110567,0.417459816,0.019004591,1,1,1,1,1,0.270265728,0.420811653,0.05337958,1,1,1,1,1,0.331658959,0.271196127,0.564463509,0.564628729,0.564716312
-6968,1,0.3466,1,1,1,1,1,1,1,1,0.0502,0.3466,0.3956,1,0.2792,1,1,1,1,1,1,0.1636,0.2792,0.4174,1,0.5976,1,1,1,0.0993,0.5976,0.3294,1,1,1,1,1,0.063565657,0.747393489,0.025943261,1,1,1,1,1,0.195820287,0.732227027,0.077680632,1,1,1,1,1,0.255166531,0.698743045,0.572075882,0.572033002,0.572251773
-6969,1,0.3466,1,1,1,1,1,1,1,1,0.0214,0.3466,0.5752,1,0.2792,1,1,1,1,1,1,0.0495,0.2792,0.5731,1,0.5976,1,1,1,0.0664,0.5976,0.4726,1,1,1,1,1,0.023290539,0.901398957,0.042980079,1,1,1,1,1,0.066557392,0.867356896,0.071213886,1,1,1,1,1,0.181498408,0.889261186,0.575157081,0.575206262,0.57535461
-6970,1,0.3466,1,1,1,1,1,1,1,1,0.0197,0.3466,0.6762,1,0.2792,1,1,1,1,1,1,0,0.2792,0.6413,1,0.5976,1,1,1,0.1012,0.5976,0.5902,1,1,1,1,1,0.005201393,0.944683492,0.042782146,1,1,1,1,1,0.011399567,0.910781503,0.06660445,1,1,1,1,1,0.227932185,0.935807943,0.579144514,0.579014174,0.579343972
-6971,1,0.3466,1,1,1,1,1,1,1,1,0.0215,0.3466,0.69,1,0.2792,1,1,1,1,1,1,0.0328,0.2792,0.6823,1,0.5976,1,1,1,0.1496,0.5976,0.6382,1,1,1,1,1,0.021628523,0.967875004,0.025877971,1,1,1,1,1,0.056187898,0.96922344,0.041026443,1,1,1,1,1,0.367167175,0.955393314,0.552380377,0.55235879,0.552748227
-6972,1,0.3466,1,1,1,1,1,1,1,1,0.0536,0.3466,0.6997,1,0.2792,1,1,1,1,1,1,0.0928,0.2792,0.701,1,0.5976,1,1,1,0.2586,0.5976,0.6435,1,1,1,1,1,0.063734524,0.985716522,0.012266745,1,1,1,1,1,0.102070272,0.984723568,0.003376963,1,1,1,1,1,0.48900798,0.958468974,0.563134364,0.563147874,0.563386525
-6973,1,0.3466,1,1,1,1,1,1,1,1,0.0668,0.3466,0.688,1,0.2792,1,1,1,1,1,1,0.1678,0.2792,0.6745,1,0.5976,1,1,1,0.2892,0.5976,0.6281,1,1,1,1,1,0.082223102,0.972074449,0.033062894,1,1,1,1,1,0.187509626,0.90579313,0.005234293,1,1,1,1,1,0.545729339,0.939339757,0.562711455,0.562724773,0.562943262
-6974,1,0.3466,1,1,1,1,1,1,1,1,0.0738,0.3466,0.5822,1,0.2792,1,1,1,1,1,1,0.2458,0.2792,0.5811,1,0.5976,1,1,1,0.3303,0.5976,0.5283,1,1,1,1,1,0.109804735,0.917467952,0.097634435,1,1,1,1,1,0.259593189,0.869558275,0.033543721,1,1,1,1,1,0.58803153,0.874983549,0.577332044,0.577321769,0.577570922
-6975,1,0.3466,1,1,1,1,1,1,1,1,0.1518,0.3466,0.416,1,0.2792,1,1,1,1,1,1,0.4366,0.2792,0.4471,1,0.5976,1,1,1,0.2811,0.5976,0.3558,1,1,1,1,1,0.243621498,0.765281439,0.107792005,1,1,1,1,1,0.469339579,0.769468725,0.024981678,1,1,1,1,1,0.470470309,0.717147589,0.54217013,0.542204358,0.542109929
-6976,1,0.3466,1,1,1,1,1,1,1,1,0.1309,0.3466,0.1969,1,0.2792,1,1,1,1,1,1,0.3263,0.2792,0.2126,1,0.5976,1,1,1,0.2354,0.5976,0.1483,1,1,1,1,1,0.218035042,0.491310954,0.112939604,1,1,1,1,1,0.332829177,0.421391398,0.010563351,1,1,1,1,1,0.403182149,0.430695355,0.566517641,0.566532685,0.566489362
-6977,1,0.3466,1,1,1,1,1,1,1,1,0.1017,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1878,0.2792,0,1,0.5976,1,1,1,0.2685,0.5976,0,1,1,1,1,1,0.164450496,0,0.239488423,1,1,1,1,1,0.205285847,0,0.072062045,1,1,1,1,1,0.449280262,0,0.579869502,0.579860377,0.580230496
-6978,1,0.3466,1,1,1,1,1,1,1,1,0.2149,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2465,0.2792,0,1,0.5976,1,1,1,0.3368,0.5976,0,1,1,1,1,1,0.370900959,0,0.364656091,1,1,1,1,1,0.309278667,0,0.151351064,1,1,1,1,1,0.565700114,0,0.616723055,0.616670193,0.616578014
-6979,1,0.3466,1,1,1,1,1,1,1,1,0.1922,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2423,0.2792,0,1,0.5976,1,1,1,0.3194,0.5976,0,1,1,1,1,1,0.312815338,0,0.705669284,1,1,1,1,1,0.324734956,0,0.315332204,1,1,1,1,1,0.550651908,0,0.616420976,0.616458642,0.616578014
-6980,1,0.3466,1,1,1,1,1,1,1,1,0.1244,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2329,0.2792,0,1,0.5976,1,1,1,0.352,0.5976,0,1,1,1,1,1,0.281009763,0,0.625893116,1,1,1,1,1,0.251810849,0,0.267517805,1,1,1,1,1,0.558764696,0,0.591469309,0.591495663,0.591755319
-6981,1,0.3466,1,1,1,1,1,1,1,1,0.1036,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1546,0.2792,0,1,0.5976,1,1,1,0.3448,0.5976,0,1,1,1,1,1,0.272291481,0,0.521974862,1,1,1,1,1,0.185982287,0,0.322667569,1,1,1,1,1,0.528102815,0,0.549238763,0.54918553,0.549202128
-6982,1,0.3466,1,1,1,1,1,1,1,1,0.0821,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1007,0.2792,0,1,0.5976,1,1,1,0.4186,0.5976,0,1,1,1,1,1,0.19217661,0,0.36877954,1,1,1,1,1,0.154887095,0,0.32272017,1,1,1,1,1,0.622794986,0,0.493898018,0.493759255,0.493794326
-6983,1,0.3466,1,1,1,1,1,1,1,1,0.128,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2645,0.2792,0,1,0.5976,1,1,1,0.3847,0.5976,0,1,1,1,1,1,0.301962346,0,0.263060868,1,1,1,1,1,0.389222801,0,0.491935134,1,1,1,1,1,0.558941662,0,0.442967617,0.442987095,0.443262411
-6984,1,0.3466,1,1,1,1,1,1,1,1,0.0831,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1687,0.2792,0,1,0.5976,1,1,1,0.405,0.5976,0,1,1,1,1,1,0.191722453,0,0.367162585,1,1,1,1,1,0.276223212,0,0.554190874,1,1,1,1,1,0.526745141,0,0.408349444,0.408292786,0.408244681
-6985,1,0.3466,1,1,1,1,1,1,1,1,0.0987,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2507,0.2792,0,1,0.5976,1,1,1,0.3124,0.5976,0,1,1,1,1,1,0.197878391,0,0.375397444,1,1,1,1,1,0.34064424,0,0.728957653,1,1,1,1,1,0.433847129,0,0.389439343,0.389464777,0.38962766
-6986,1,0.3466,1,1,1,1,1,1,1,1,0.125,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2364,0.2792,0,1,0.5976,1,1,1,0.1701,0.5976,0,1,1,1,1,1,0.198178023,0,0.585009813,1,1,1,1,1,0.349174738,0,0.973523259,1,1,1,1,1,0.253236145,0,0.380558241,0.380579649,0.380319149
-6987,1,0.3466,1,1,1,1,1,1,1,1,0.1414,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2655,0.2792,0,1,0.5976,1,1,1,0.1646,0.5976,0,1,1,1,1,1,0.264444232,0,0.920823216,1,1,1,1,1,0.393492132,0,1,1,1,1,1,1,0.291340441,0,0.378504108,0.378464142,0.378546099
-6988,1,0.3466,1,1,1,1,1,1,1,1,0.1171,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0616,0.2792,0,1,0.5976,1,1,1,0.2153,0.5976,0,1,1,1,1,1,0.156760588,0,1,1,1,1,1,1,0.092562661,0,1,1,1,1,1,1,0.416261613,0,0.388653939,0.388830125,0.388741135
-6989,1,0.3466,1,1,1,1,1,1,1,1,0.1017,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0201,0.2792,0,1,0.5976,1,1,1,0.2016,0.5976,0,1,1,1,1,1,0.126058236,0,1,1,1,1,1,1,0.112500921,0,1,1,1,1,1,1,0.340123445,0,0.426897052,0.426909245,0.426861702
-6990,1,0.3466,1,1,1,1,1,1,1,1,0.1106,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0058,0.2792,0,1,0.5976,1,1,1,0.1754,0.5976,0,1,1,1,1,1,0.124218464,0,1,1,1,1,1,1,0.063212223,0,1,1,1,1,1,1,0.353163451,0,0.504531174,0.504548339,0.504432624
-6991,1,0.3466,1,1,1,1,1,1,1,1,0.1496,0.3466,0.0137,1,0.2792,1,1,1,1,1,1,0.0593,0.2792,0.0012,1,0.5976,1,1,1,0.1565,0.5976,0.0716,1,1,1,1,1,0.196091324,0.010454334,1,1,1,1,1,1,0.146978259,0.001980768,1,1,1,1,1,1,0.294249386,0.027740939,0.556851136,0.556801354,0.556737589
-6992,1,0.3466,1,1,1,1,1,1,1,1,0.2481,0.3466,0.1202,1,0.2792,1,1,1,1,1,1,0.1386,0.2792,0.0695,1,0.5976,1,1,1,0.2778,0.5976,0.1659,1,1,1,1,1,0.251662552,0.129974395,1,1,1,1,1,1,0.261220157,0.054040249,1,1,1,1,1,1,0.481505126,0.208932579,0.575157081,0.575206262,0.57535461
-6993,1,0.3466,1,1,1,1,1,1,1,1,0.2475,0.3466,0.1691,1,0.2792,1,1,1,1,1,1,0.3102,0.2792,0.1343,1,0.5976,1,1,1,0.2493,0.5976,0.2569,1,1,1,1,1,0.246680975,0.237990275,1,1,1,1,1,1,0.382262051,0.114631847,1,1,1,1,1,1,0.480210125,0.319944263,0.588267279,0.588322403,0.588652482
-6994,1,0.3466,1,1,1,1,1,1,1,1,0.3205,0.3466,0.2403,1,0.2792,1,1,1,1,1,1,0.3416,0.2792,0.2246,1,0.5976,1,1,1,0.283,0.5976,0.2691,1,1,1,1,1,0.24912934,0.37046659,1,1,1,1,1,1,0.291378319,0.143574283,1,1,1,1,1,1,0.54855901,0.40447256,0.599021266,0.599111487,0.59929078
-6995,1,0.3466,1,1,1,1,1,1,1,1,0.5151,0.3466,0.2934,1,0.2792,1,1,1,1,1,1,0.1589,0.2792,0.2206,1,0.5976,1,1,1,0.2547,0.5976,0.2496,1,1,1,1,1,0.312463015,0.397194952,1,1,1,1,1,1,0.281342059,0.171118855,1,1,1,1,1,1,0.47114557,0.357256532,0.601921218,0.601861646,0.601950355
-6996,1,0.3466,1,1,1,1,1,1,1,1,0.4744,0.3466,0.3407,1,0.2792,1,1,1,1,1,1,0.1979,0.2792,0.197,1,0.5976,1,1,1,0.2992,0.5976,0.2334,1,1,1,1,1,0.254895449,0.50832963,1,1,1,1,1,1,0.280761063,0.131539732,1,1,1,1,1,1,0.552966833,0.395105153,0.598658772,0.598688386,0.598847518
-6997,1,0.3466,1,1,1,1,1,1,1,1,0.4488,0.3466,0.3119,1,0.2792,1,1,1,1,1,1,0.3164,0.2792,0.0966,1,0.5976,1,1,1,0.3356,0.5976,0.2469,1,1,1,1,1,0.3239595,0.356417567,1,1,1,1,1,1,0.475391269,0.082321368,1,1,1,1,1,1,0.58756423,0.396729767,0.5979942,0.598053734,0.597960993
-6998,1,0.3466,1,1,1,1,1,1,1,1,0.5371,0.3466,0.1555,1,0.2792,1,1,1,1,1,1,0.6626,0.2792,0.1254,1,0.5976,1,1,1,0.4392,0.5976,0.1558,1,1,1,1,1,0.432493836,0.168642104,1,1,1,1,1,1,0.658398271,0.14798902,1,1,1,1,1,1,0.660295904,0.368745029,0.592919285,0.592976518,0.593085106
-6999,1,0.3466,1,1,1,1,1,1,1,1,0.51,0.3466,0.0634,1,0.2792,1,1,1,1,1,1,0.4768,0.2792,0.0409,1,0.5976,1,1,1,0.4105,0.5976,0.0867,1,1,1,1,1,0.482176185,0.070743129,1,1,1,1,1,1,0.550822318,0.039893411,1,1,1,1,1,1,0.575499594,0.163499877,0.589596423,0.589591707,0.589539007
-7000,1,0.3466,1,1,1,1,1,1,1,1,0.3235,0.3466,0.0037,1,0.2792,1,1,1,1,1,1,0.238,0.2792,0.001,1,0.5976,1,1,1,0.4391,0.5976,0,1,1,1,1,1,0.389928311,0.003406873,1,1,1,1,1,1,0.272244811,0.001000354,1,1,1,1,1,1,0.662023842,0.000167783,0.594188014,0.594245822,0.594414894
-7001,1,0.3466,1,1,1,1,1,1,1,1,0.2409,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0757,0.2792,0,1,0.5976,1,1,1,0.4485,0.5976,0,1,1,1,1,1,0.198627427,0,1,1,1,1,1,1,0.108668685,0,1,1,1,1,1,1,0.691401243,0,0.608929435,0.608842818,0.609042553
-7002,1,0.3466,1,1,1,1,1,1,1,1,0.2632,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0838,0.2792,0,1,0.5976,1,1,1,0.5002,0.5976,0,1,1,1,1,1,0.298855066,0,1,1,1,1,1,1,0.124988534,0,1,1,1,1,1,1,0.721430957,0,0.623127115,0.623016713,0.62322695
-7003,1,0.3466,1,1,1,1,1,1,1,1,0.278,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1857,0.2792,0,1,0.5976,1,1,1,0.5088,0.5976,0,1,1,1,1,1,0.321913689,0,1,1,1,1,1,1,0.221405476,0,1,1,1,1,1,1,0.711955845,0,0.607962784,0.607785065,0.608156028
-7004,1,0.3466,1,1,1,1,1,1,1,1,0.2234,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0871,0.2792,0,1,0.5976,1,1,1,0.5386,0.5976,0,1,1,1,1,1,0.222763464,0,1,1,1,1,1,1,0.118392944,0,1,1,1,1,1,1,0.720192313,0,0.583675689,0.583668289,0.583776596
-7005,1,0.3466,1,1,1,1,1,1,1,1,0.1952,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0242,0.2792,0,1,0.5976,1,1,1,0.4995,0.5976,0,1,1,1,1,1,0.101477034,0,1,1,1,1,1,1,0.049433555,0,1,1,1,1,1,1,0.591893733,0,0.54942001,0.549397081,0.54964539
-7006,1,0.3466,1,1,1,1,1,1,1,1,0.1682,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0523,0.2792,0,1,0.5976,1,1,1,0.5405,0.5976,0,1,1,1,1,1,0.118246727,0,1,1,1,1,1,1,0.077037022,0,1,1,1,1,1,1,0.591488719,0,0.503504108,0.503490586,0.503546099
-7007,1,0.3466,1,1,1,1,1,1,1,1,0.1615,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1112,0.2792,0,1,0.5976,1,1,1,0.5073,0.5976,0,1,1,1,1,1,0.115235858,0,1,1,1,1,1,1,0.157858506,0,1,1,1,1,1,1,0.540958583,0,0.455413243,0.455468585,0.455673759
-7008,1,0.3466,1,1,1,1,1,1,1,1,0.2213,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1158,0.2792,0,1,0.5976,1,1,1,0.3935,0.5976,0,1,1,1,1,1,0.171093181,0,1,1,1,1,1,1,0.174519256,0,1,1,1,1,1,1,0.421802342,0,0.419284679,0.419293421,0.419326241
-7009,1,0.3466,1,1,1,1,1,1,1,1,0.2719,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0979,0.2792,0,1,0.5976,1,1,1,0.4119,0.5976,0,1,1,1,1,1,0.196372062,0,0.999048173,1,1,1,1,1,0.142424583,0,1,1,1,1,1,1,0.356983513,0,0.398501692,0.398561455,0.39893617
-7010,1,0.3466,1,1,1,1,1,1,1,1,0.2893,0.3466,0,1,0.2792,1,1,1,1,1,1,0.021,0.2792,0,1,0.5976,1,1,1,0.4386,0.5976,0,1,1,1,1,1,0.159809753,0,1,1,1,1,1,1,0.052142449,0,1,1,1,1,1,1,0.454770863,0,0.386358144,0.386291517,0.38608156
-7011,1,0.3466,1,1,1,1,1,1,1,1,0.2711,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0127,0.2792,0,1,0.5976,1,1,1,0.3852,0.5976,0,1,1,1,1,1,0.106628224,0,0.97009027,1,1,1,1,1,0.047839388,0,1,1,1,1,1,1,0.391440898,0,0.381041566,0.38100275,0.381205674
-7012,1,0.3466,1,1,1,1,1,1,1,1,0.2039,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0295,0.2792,0,1,0.5976,1,1,1,0.3048,0.5976,0,1,1,1,1,1,0.112418137,0,0.983605027,1,1,1,1,1,0.051742144,0,0.436756819,1,1,1,1,1,0.344856799,0,0.382551957,0.382695155,0.382535461
-7013,1,0.3466,1,1,1,1,1,1,1,1,0.1084,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0139,0.2792,0,1,0.5976,1,1,1,0.3105,0.5976,0,1,1,1,1,1,0.035356961,0,0.923367858,1,1,1,1,1,0.025846437,0,0.369490862,1,1,1,1,1,0.371627718,0,0.395360077,0.395388195,0.395390071
-7014,1,0.3466,1,1,1,1,1,1,1,1,0.1021,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0727,0.2792,0,1,0.5976,1,1,1,0.3001,0.5976,0,1,1,1,1,1,0.032364585,0,0.970375001,1,1,1,1,1,0.069447041,0,0.549886405,1,1,1,1,1,0.489170998,0,0.424842919,0.424793738,0.42464539
-7015,1,0.3466,1,1,1,1,1,1,1,1,0.0854,0.3466,0.0332,1,0.2792,1,1,1,1,1,1,0.0043,0.2792,0.1233,1,0.5976,1,1,1,0.2788,0.5976,0.0114,1,1,1,1,1,0.042271774,0.149936885,0.524671376,1,1,1,1,1,0.004261351,0.297715366,0.266238749,1,1,1,1,1,0.391289562,0,0.459581924,0.459699598,0.459663121
-7016,1,0.3466,1,1,1,1,1,1,1,1,0.0942,0.3466,0.2203,1,0.2792,1,1,1,1,1,1,0.0014,0.2792,0.3359,1,0.5976,1,1,1,0.3357,0.5976,0.1637,1,1,1,1,1,0.035858944,0.488024116,0.329268992,1,1,1,1,1,0.009817802,0.591455102,0.434022546,1,1,1,1,1,0.400075138,0.000237774,0.499275012,0.499259573,0.499556738
-7017,1,0.3466,1,1,1,1,1,1,1,1,0.07,0.3466,0.3719,1,0.2792,1,1,1,1,1,1,0,0.2792,0.5242,1,0.5976,1,1,1,0.3286,0.5976,0.2035,1,1,1,1,1,0.028406344,0.651078105,0.18498823,1,1,1,1,1,0.005400615,0.818202198,0.536273062,1,1,1,1,1,0.387476891,0.041922141,0.530086999,0.529934419,0.530141844
-7018,1,0.3466,1,1,1,1,1,1,1,1,0.0389,0.3466,0.5233,1,0.2792,1,1,1,1,1,1,0,0.2792,0.6378,1,0.5976,1,1,1,0.1736,0.5976,0.3045,1,1,1,1,1,0.012355234,0.790041268,0.138117924,1,1,1,1,1,0.00340514,0.904667377,0.247051314,1,1,1,1,1,0.255745739,0.136642173,0.545311745,0.545377618,0.545656028
-7019,1,0.3466,1,1,1,1,1,1,1,1,0.0784,0.3466,0.6031,1,0.2792,1,1,1,1,1,1,0,0.2792,0.6602,1,0.5976,1,1,1,0.0512,0.5976,0.3965,1,1,1,1,1,0.024175357,0.884102643,0.891486049,1,1,1,1,1,0.005572611,0.92325455,0.247032732,1,1,1,1,1,0.077935584,0.562629163,0.549359594,0.549397081,0.54964539
-7020,1,0.3466,1,1,1,1,1,1,1,1,0.1271,0.3466,0.5883,1,0.2792,1,1,1,1,1,1,0.0565,0.2792,0.6459,1,0.5976,1,1,1,0.2984,0.5976,0.3751,1,1,1,1,1,0.03400059,0.890916824,0.904820085,1,1,1,1,1,0.055760287,0.899341226,0.21378848,1,1,1,1,1,0.272165805,0.546855807,0.545130498,0.544954517,0.545212766
-7021,1,0.3466,1,1,1,1,1,1,1,1,0.1238,0.3466,0.5771,1,0.2792,1,1,1,1,1,1,0.1672,0.2792,0.6269,1,0.5976,1,1,1,0.2862,0.5976,0.413,1,1,1,1,1,0.050840437,0.858576179,0.781482458,1,1,1,1,1,0.184884667,0.875724673,0.22081022,1,1,1,1,1,0.264689595,0.567762554,0.53618898,0.536069389,0.535904255
-7022,1,0.3466,1,1,1,1,1,1,1,1,0.173,0.3466,0.5169,1,0.2792,1,1,1,1,1,1,0.1362,0.2792,0.5818,1,0.5976,1,1,1,0.2144,0.5976,0.3514,1,1,1,1,1,0.090263762,0.788456082,0.817694247,1,1,1,1,1,0.190860286,0.847134531,0.228640839,1,1,1,1,1,0.218488455,0.489015579,0.525374577,0.525491855,0.525265957
-7023,1,0.3466,1,1,1,1,1,1,1,1,0.2176,0.3466,0.3534,1,0.2792,1,1,1,1,1,1,0.262,0.2792,0.4247,1,0.5976,1,1,1,0.1896,0.5976,0.235,1,1,1,1,1,0.130062357,0.691767216,0.631670237,1,1,1,1,1,0.350546032,0.727539241,0.395193696,1,1,1,1,1,0.176922143,0.443582952,0.518668439,0.518722234,0.519060284
-7024,1,0.3466,1,1,1,1,1,1,1,1,0.1686,0.3466,0.153,1,0.2792,1,1,1,1,1,1,0.3579,0.2792,0.2099,1,0.5976,1,1,1,0.1652,0.5976,0.0577,1,1,1,1,1,0.113729663,0.418498844,0.63004905,1,1,1,1,1,0.369169056,0.469421864,0.399786949,1,1,1,1,1,0.168857366,0.196451187,0.520118415,0.520203089,0.520390071
-7025,1,0.3466,1,1,1,1,1,1,1,1,0.1259,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2521,0.2792,0,1,0.5976,1,1,1,0.189,0.5976,0,1,1,1,1,1,0.150334463,0,0.43471396,1,1,1,1,1,0.24891299,0,0.507278562,1,1,1,1,1,0.192446589,0,0.531295312,0.531415274,0.531471631
-7026,1,0.3466,1,1,1,1,1,1,1,1,0.2734,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2782,0.2792,0,1,0.5976,1,1,1,0.2129,0.5976,0,1,1,1,1,1,0.372177869,0,0.670900822,1,1,1,1,1,0.347275794,0,0.714420915,1,1,1,1,1,0.185300097,0,0.563496858,0.563570975,0.563386525
-7027,1,0.3466,1,1,1,1,1,1,1,1,0.2722,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1918,0.2792,0,1,0.5976,1,1,1,0.1574,0.5976,0,1,1,1,1,1,0.286370188,0,0.936610341,1,1,1,1,1,0.204979271,0,0.512061775,1,1,1,1,1,0.193763748,0,0.556246979,0.556166702,0.556294326
-7028,1,0.3466,1,1,1,1,1,1,1,1,0.2439,0.3466,0,1,0.2792,1,1,1,1,1,1,0.5049,0.2792,0,1,0.5976,1,1,1,0.1304,0.5976,0,1,1,1,1,1,0.269087285,0,0.623779535,1,1,1,1,1,0.47871533,0,0.842860341,1,1,1,1,1,0.215788871,0,0.536068149,0.536069389,0.535904255
-7029,1,0.3466,1,1,1,1,1,1,1,1,0.3112,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3664,0.2792,0,1,0.5976,1,1,1,0.096,0.5976,0,1,1,1,1,1,0.250378937,0,0.872953892,1,1,1,1,1,0.382786959,0,0.896111846,1,1,1,1,1,0.213988289,0,0.506887385,0.506875397,0.507092199
-7030,1,0.3466,1,1,1,1,1,1,1,1,0.2622,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1841,0.2792,0,1,0.5976,1,1,1,0.1752,0.5976,0,1,1,1,1,1,0.225949377,0,0.896223545,1,1,1,1,1,0.280311197,0,0.900689006,1,1,1,1,1,0.390954077,0,0.468704688,0.468796277,0.468528369
-7031,1,0.3466,1,1,1,1,1,1,1,1,0.3425,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2288,0.2792,0,1,0.5976,1,1,1,0.1776,0.5976,0,1,1,1,1,1,0.325754076,0,0.976878405,1,1,1,1,1,0.353406847,0,0.806386232,1,1,1,1,1,0.451508999,0,0.428769937,0.428813201,0.428634752
-7032,1,0.3466,1,1,1,1,1,1,1,1,0.2691,0.3466,0,1,0.2792,1,1,1,1,1,1,0.234,0.2792,0,1,0.5976,1,1,1,0.1479,0.5976,0,1,1,1,1,1,0.275523096,0,0.85477829,1,1,1,1,1,0.359016716,0,0.473693728,1,1,1,1,1,0.284810126,0,0.395964234,0.395811297,0.396276596
-7033,1,0.3466,1,1,1,1,1,1,1,1,0.2378,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1634,0.2792,0,1,0.5976,1,1,1,0.0722,0.5976,0,1,1,1,1,1,0.230174527,0,0.63272047,1,1,1,1,1,0.288038433,0,0.368838757,1,1,1,1,1,0.139921129,0,0.374697922,0.37465623,0.374556738
-7034,1,0.3466,1,1,1,1,1,1,1,1,0.2526,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2205,0.2792,0,1,0.5976,1,1,1,0.0621,0.5976,0,1,1,1,1,1,0.274755776,0,0.656604469,1,1,1,1,1,0.362767458,0,0.393080145,1,1,1,1,1,0.101932056,0,0.363339778,0.363444045,0.363031915
-7035,1,0.3466,1,1,1,1,1,1,1,1,0.2531,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1692,0.2792,0,1,0.5976,1,1,1,0.0989,0.5976,0,1,1,1,1,1,0.291467547,0,0.57920146,1,1,1,1,1,0.304462016,0,0.304262072,1,1,1,1,1,0.179504663,0,0.357237796,0.357309076,0.357269504
-7036,1,0.3466,1,1,1,1,1,1,1,1,0.2208,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1651,0.2792,0,1,0.5976,1,1,1,0.1065,0.5976,0,1,1,1,1,1,0.279318541,0,0.575155795,1,1,1,1,1,0.295839161,0,0.437477499,1,1,1,1,1,0.323406667,0,0.357660706,0.357732177,0.357712766
-7037,1,0.3466,1,1,1,1,1,1,1,1,0.1253,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1597,0.2792,0,1,0.5976,1,1,1,0.084,0.5976,0,1,1,1,1,1,0.180084288,0,0.277651966,1,1,1,1,1,0.232047543,0,0.306244254,1,1,1,1,1,0.279866904,0,0.366300145,0.366405754,0.366578014
-7038,1,0.3466,1,1,1,1,1,1,1,1,0.0542,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0474,0.2792,0,1,0.5976,1,1,1,0.0842,0.5976,0,1,1,1,1,1,0.084283546,0,0.173428476,1,1,1,1,1,0.066785604,0,0.134796336,1,1,1,1,1,0.227047771,0,0.386841469,0.386714618,0.386968085
-7039,1,0.3466,1,1,1,1,1,1,1,1,0.1052,0.3466,0.1827,1,0.2792,1,1,1,1,1,1,0.0654,0.2792,0.1908,1,0.5976,1,1,1,0.0637,0.5976,0.1479,1,1,1,1,1,0.149061471,0.418392509,0.224105924,1,1,1,1,1,0.086327866,0.432595551,0.223785877,1,1,1,1,1,0.118334055,0.440723419,0.410645239,0.410619843,0.410904255
-7040,1,0.3466,1,1,1,1,1,1,1,1,0.1195,0.3466,0.4035,1,0.2792,1,1,1,1,1,1,0.1233,0.2792,0.4205,1,0.5976,1,1,1,0.058,0.5976,0.3283,1,1,1,1,1,0.189828798,0.714961469,0.157325774,1,1,1,1,1,0.125552133,0.729441583,0.173075646,1,1,1,1,1,0.120664269,0.759261429,0.448042533,0.448064311,0.448138298
-7041,1,0.3466,1,1,1,1,1,1,1,1,0.1427,0.3466,0.5658,1,0.2792,1,1,1,1,1,1,0.1874,0.2792,0.5453,1,0.5976,1,1,1,0.1009,0.5976,0.4941,1,1,1,1,1,0.208243638,0.812270284,0.098160826,1,1,1,1,1,0.162780911,0.856530905,0.175431162,1,1,1,1,1,0.226709276,0.906353772,0.477283712,0.477258303,0.477393617
-7042,1,0.3466,1,1,1,1,1,1,1,1,0.2434,0.3466,0.6151,1,0.2792,1,1,1,1,1,1,0.4375,0.2792,0.6575,1,0.5976,1,1,1,0.1263,0.5976,0.5324,1,1,1,1,1,0.327982157,0.838202059,0.200368688,1,1,1,1,1,0.399203748,0.933663487,0.205225646,1,1,1,1,1,0.231119573,0.947143316,0.491481392,0.491432198,0.491578014
-7043,1,0.3466,1,1,1,1,1,1,1,1,0.1913,0.3466,0.6374,1,0.2792,1,1,1,1,1,1,0.488,0.2792,0.658,1,0.5976,1,1,1,0.1306,0.5976,0.4754,1,1,1,1,1,0.288717508,0.899336755,0.235450819,1,1,1,1,1,0.413728714,0.894758701,0.17888692,1,1,1,1,1,0.235701025,0.852446437,0.498972934,0.498836471,0.499113475
-7044,1,0.3466,1,1,1,1,1,1,1,1,0.2871,0.3466,0.6374,1,0.2792,1,1,1,1,1,1,0.4318,0.2792,0.6534,1,0.5976,1,1,1,0.147,0.5976,0.4386,1,1,1,1,1,0.399677664,0.884381175,0.496970087,1,1,1,1,1,0.420029104,0.892285466,0.446065485,1,1,1,1,1,0.25324145,0.811059356,0.501691638,0.501798181,0.50177305
-7045,1,0.3466,1,1,1,1,1,1,1,1,0.319,0.3466,0.6141,1,0.2792,1,1,1,1,1,1,0.4665,0.2792,0.6151,1,0.5976,1,1,1,0.264,0.5976,0.4001,1,1,1,1,1,0.530041337,0.81602484,0.709779263,1,1,1,1,1,0.454139739,0.803308547,0.38416338,1,1,1,1,1,0.50692445,0.691843271,0.498429193,0.49841337,0.49822695
-7046,1,0.3466,1,1,1,1,1,1,1,1,0.2768,0.3466,0.5187,1,0.2792,1,1,1,1,1,1,0.3936,0.2792,0.5174,1,0.5976,1,1,1,0.296,0.5976,0.4218,1,1,1,1,1,0.425335556,0.758352458,0.817644179,1,1,1,1,1,0.412492186,0.766325176,0.37573877,1,1,1,1,1,0.578106225,0.618519187,0.495952151,0.495874762,0.496010638
-7047,1,0.3466,1,1,1,1,1,1,1,1,0.3158,0.3466,0.3729,1,0.2792,1,1,1,1,1,1,0.211,0.2792,0.4078,1,0.5976,1,1,1,0.2705,0.5976,0.2684,1,1,1,1,1,0.364373565,0.644114435,0.790410757,1,1,1,1,1,0.264725238,0.684017539,0.466893703,1,1,1,1,1,0.509347916,0.521782994,0.497341711,0.497355617,0.497340426
-7048,1,0.3466,1,1,1,1,1,1,1,1,0.3838,0.3466,0.1689,1,0.2792,1,1,1,1,1,1,0.3751,0.2792,0.2054,1,0.5976,1,1,1,0.2639,0.5976,0.0791,1,1,1,1,1,0.470479459,0.404918849,0.988256693,1,1,1,1,1,0.40118897,0.436953634,0.861250281,1,1,1,1,1,0.528472066,0.269884199,0.509485259,0.509625555,0.509751773
-7049,1,0.3466,1,1,1,1,1,1,1,1,0.256,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2139,0.2792,0,1,0.5976,1,1,1,0.2594,0.5976,0,1,1,1,1,1,0.270228505,0,0.858074665,1,1,1,1,1,0.218748003,0,0.571340859,1,1,1,1,1,0.515607953,0,0.533289029,0.53331923,0.533687943
-7050,1,0.3466,1,1,1,1,1,1,1,1,0.224,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2412,0.2792,0,1,0.5976,1,1,1,0.2583,0.5976,0,1,1,1,1,1,0.267356843,0,0.566194296,1,1,1,1,1,0.331867129,0,0.476373345,1,1,1,1,1,0.476331174,0,0.574552924,0.57457161,0.574468085
-7051,1,0.3466,1,1,1,1,1,1,1,1,0.2081,0.3466,0,1,0.2792,1,1,1,1,1,1,0.18,0.2792,0,1,0.5976,1,1,1,0.3197,0.5976,0,1,1,1,1,1,0.275239289,0,0.341577768,1,1,1,1,1,0.281216443,0,0.698846102,1,1,1,1,1,0.563868523,0,0.564523925,0.564628729,0.564716312
-7052,1,0.3466,1,1,1,1,1,1,1,1,0.3275,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2274,0.2792,0,1,0.5976,1,1,1,0.4833,0.5976,0,1,1,1,1,1,0.431526423,0,0.214891061,1,1,1,1,1,0.323856354,0,0.618705273,1,1,1,1,1,0.703324556,0,0.544888835,0.544742966,0.544769504
-7053,1,0.3466,1,1,1,1,1,1,1,1,0.512,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2134,0.2792,0,1,0.5976,1,1,1,0.4402,0.5976,0,1,1,1,1,1,0.511863947,0,0.441385984,1,1,1,1,1,0.320569456,0,0.610357344,1,1,1,1,1,0.732617319,0,0.504168681,0.504125238,0.504432624
-7054,1,0.3466,1,1,1,1,1,1,1,1,0.4657,0.3466,0,1,0.2792,1,1,1,1,1,1,0.361,0.2792,0,1,0.5976,1,1,1,0.4922,0.5976,0,1,1,1,1,1,0.523873568,0,0.815997064,1,1,1,1,1,0.517702043,0,0.869666755,1,1,1,1,1,0.784928501,0,0.456440309,0.456526338,0.456560284
-7055,1,0.3466,1,1,1,1,1,1,1,1,0.3935,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3405,0.2792,0,1,0.5976,1,1,1,0.4791,0.5976,0,1,1,1,1,1,0.386739641,0,1,1,1,1,1,1,0.440783441,0,0.85315001,1,1,1,1,1,0.777319312,0,0.413545191,0.413581553,0.41356383
-7056,1,0.3466,1,1,1,1,1,1,1,1,0.5093,0.3466,0,1,0.2792,1,1,1,1,1,1,0.4365,0.2792,0,1,0.5976,1,1,1,0.4181,0.5976,0,1,1,1,1,1,0.489815116,0,1,1,1,1,1,1,0.507008731,0,1,1,1,1,1,1,0.745977461,0,0.383579024,0.383541358,0.383865248
-7057,1,0.3466,1,1,1,1,1,1,1,1,0.6486,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3655,0.2792,0,1,0.5976,1,1,1,0.411,0.5976,0,1,1,1,1,1,0.565813541,0,1,1,1,1,1,1,0.483940125,0,1,1,1,1,1,1,0.765163243,0,0.368475109,0.368521261,0.368351064
-7058,1,0.3466,1,1,1,1,1,1,1,1,0.6101,0.3466,0,1,0.2792,1,1,1,1,1,1,0.4212,0.2792,0,1,0.5976,1,1,1,0.4004,0.5976,0,1,1,1,1,1,0.574073911,0,1,1,1,1,1,1,0.547344089,0,1,1,1,1,1,1,0.812534034,0,0.362312711,0.362386292,0.362588652
-7059,1,0.3466,1,1,1,1,1,1,1,1,0.6155,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3984,0.2792,0,1,0.5976,1,1,1,0.4219,0.5976,0,1,1,1,1,1,0.608758032,0,1,1,1,1,1,1,0.548410177,0,1,1,1,1,1,1,0.78945899,0,0.362675205,0.362809393,0.362588652
-7060,1,0.3466,1,1,1,1,1,1,1,1,0.6052,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3929,0.2792,0,1,0.5976,1,1,1,0.4302,0.5976,0,1,1,1,1,1,0.604040027,0,1,1,1,1,1,1,0.506833375,0,1,1,1,1,1,1,0.786203444,0,0.374697922,0.374867781,0.374556738
-7061,1,0.3466,1,1,1,1,1,1,1,1,0.5066,0.3466,0,1,0.2792,1,1,1,1,1,1,0.281,0.2792,0,1,0.5976,1,1,1,0.5146,0.5976,0,1,1,1,1,1,0.514559627,0,1,1,1,1,1,1,0.377954215,0,0.926280677,1,1,1,1,1,0.852729619,0,0.416868052,0.416754813,0.417109929
-7062,1,0.3466,1,1,1,1,1,1,1,1,0.4302,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1887,0.2792,0,1,0.5976,1,1,1,0.5789,0.5976,0,1,1,1,1,1,0.470270485,0,0.997719526,1,1,1,1,1,0.247867584,0,0.500802398,1,1,1,1,1,0.839469731,0,0.49861044,0.498624921,0.498670213
-7063,1,0.3466,1,1,1,1,1,1,1,1,0.5363,0.3466,0.1806,1,0.2792,1,1,1,1,1,1,0.1326,0.2792,0.1734,1,0.5976,1,1,1,0.584,0.5976,0.1356,1,1,1,1,1,0.585840344,0.42638126,0.982673645,1,1,1,1,1,0.254443467,0.391085863,0.804314494,1,1,1,1,1,0.836170852,0.45255065,0.543136781,0.543262111,0.543439716
-7064,1,0.3466,1,1,1,1,1,1,1,1,0.4244,0.3466,0.4133,1,0.2792,1,1,1,1,1,1,0.1485,0.2792,0.4057,1,0.5976,1,1,1,0.5423,0.5976,0.3216,1,1,1,1,1,0.423336893,0.737414718,0.872497678,1,1,1,1,1,0.242330715,0.689405084,0.487239003,1,1,1,1,1,0.752181947,0.723415434,0.554253262,0.554262746,0.554521277
-7065,1,0.3466,1,1,1,1,1,1,1,1,0.5122,0.3466,0.5741,1,0.2792,1,1,1,1,1,1,0.4466,0.2792,0.5659,1,0.5976,1,1,1,0.6363,0.5976,0.4466,1,1,1,1,1,0.638475358,0.886233628,0.986665308,1,1,1,1,1,0.45374316,0.816921473,0.914573789,1,1,1,1,1,0.797592521,0.837532103,0.564765587,0.564628729,0.565159574
-7066,1,0.3466,1,1,1,1,1,1,1,1,0.4335,0.3466,0.6554,1,0.2792,1,1,1,1,1,1,0.4173,0.2792,0.6412,1,0.5976,1,1,1,0.5252,0.5976,0.4914,1,1,1,1,1,0.481764138,0.905994654,1,1,1,1,1,1,0.451864392,0.809304833,1,1,1,1,1,1,0.697472334,0.910856485,0.574009183,0.573936958,0.574024823
-7067,1,0.3466,1,1,1,1,1,1,1,1,0.3313,0.3466,0.6677,1,0.2792,1,1,1,1,1,1,0.2706,0.2792,0.6506,1,0.5976,1,1,1,0.5302,0.5976,0.4902,1,1,1,1,1,0.381709933,0.903929532,1,1,1,1,1,1,0.337679952,0.86485815,0.979907095,1,1,1,1,1,0.700893104,0.88501209,0.577332044,0.577321769,0.577570922
-7068,1,0.3466,1,1,1,1,1,1,1,1,0.309,0.3466,0.6701,1,0.2792,1,1,1,1,1,1,0.3444,0.2792,0.6672,1,0.5976,1,1,1,0.4286,0.5976,0.4579,1,1,1,1,1,0.282671809,0.917596579,0.999050975,1,1,1,1,1,0.389230132,0.940398812,0.903989553,1,1,1,1,1,0.677599728,0.876717269,0.574734171,0.574783161,0.574911348
-7069,1,0.3466,1,1,1,1,1,1,1,1,0.2217,0.3466,0.6671,1,0.2792,1,1,1,1,1,1,0.3128,0.2792,0.687,1,0.5976,1,1,1,0.5106,0.5976,0.4947,1,1,1,1,1,0.185385078,0.921408594,0.995247126,1,1,1,1,1,0.355040878,0.965651989,0.980177283,1,1,1,1,1,0.761842668,0.882095516,0.574009183,0.573936958,0.574024823
-7070,1,0.3466,1,1,1,1,1,1,1,1,0.3261,0.3466,0.5729,1,0.2792,1,1,1,1,1,1,0.6186,0.2792,0.5986,1,0.5976,1,1,1,0.4735,0.5976,0.4216,1,1,1,1,1,0.338889658,0.894266605,0.951099515,1,1,1,1,1,0.556837022,0.915077269,1,1,1,1,1,1,0.738372445,0.847362041,0.56820928,0.56822509,0.568262411
-7071,1,0.3466,1,1,1,1,1,1,1,1,0.313,0.3466,0.4039,1,0.2792,1,1,1,1,1,1,0.5229,0.2792,0.4332,1,0.5976,1,1,1,0.6282,0.5976,0.3001,1,1,1,1,1,0.336905718,0.73766011,1,1,1,1,1,1,0.49895823,0.754891753,1,1,1,1,1,1,0.872116804,0.692845166,0.563798937,0.563782526,0.563829787
-7072,1,0.3466,1,1,1,1,1,1,1,1,0.1692,0.3466,0.1763,1,0.2792,1,1,1,1,1,1,0.3129,0.2792,0.2092,1,0.5976,1,1,1,0.4241,0.5976,0.1025,1,1,1,1,1,0.206529215,0.444997549,1,1,1,1,1,1,0.300715804,0.466527015,1,1,1,1,1,1,0.709963799,0.402008206,0.567423876,0.567590438,0.567375887
-7073,1,0.3466,1,1,1,1,1,1,1,1,0.13,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1264,0.2792,0,1,0.5976,1,1,1,0.4288,0.5976,0,1,1,1,1,1,0.163622677,0,0.978075862,1,1,1,1,1,0.134989038,0,0.837691069,1,1,1,1,1,0.783324957,0,0.585367327,0.585360694,0.585549645
-7074,1,0.3466,1,1,1,1,1,1,1,1,0.1921,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2292,0.2792,0,1,0.5976,1,1,1,0.3926,0.5976,0,1,1,1,1,1,0.246614695,0,0.971042037,1,1,1,1,1,0.25778085,0,0.551095009,1,1,1,1,1,0.764790833,0,0.625060416,0.625132219,0.625
-7075,1,0.3466,1,1,1,1,1,1,1,1,0.2515,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2628,0.2792,0,1,0.5976,1,1,1,0.389,0.5976,0,1,1,1,1,1,0.24772504,0,0.950528502,1,1,1,1,1,0.321990222,0,0.540327549,1,1,1,1,1,0.769924521,0,0.618354277,0.618362598,0.618351064
-7076,1,0.3466,1,1,1,1,1,1,1,1,0.2546,0.3466,0,1,0.2792,1,1,1,1,1,1,0.2125,0.2792,0,1,0.5976,1,1,1,0.4596,0.5976,0,1,1,1,1,1,0.312678158,0,0.921832263,1,1,1,1,1,0.242414698,0,0.234668881,1,1,1,1,1,0.839005947,0,0.587542291,0.587687751,0.587765957
-7077,1,0.3466,1,1,1,1,1,1,1,1,0.3268,0.3466,0,1,0.2792,1,1,1,1,1,1,0.3064,0.2792,0,1,0.5976,1,1,1,0.4585,0.5976,0,1,1,1,1,1,0.323090672,0,0.962093472,1,1,1,1,1,0.349309683,0,0.127724081,1,1,1,1,1,0.807705998,0,0.542049299,0.541992807,0.542109929
-7078,1,0.3466,1,1,1,1,1,1,1,1,0.2524,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1839,0.2792,0,1,0.5976,1,1,1,0.4358,0.5976,0,1,1,1,1,1,0.191292062,0,0.755563557,1,1,1,1,1,0.172413796,0,0.065823041,1,1,1,1,1,0.722795963,0,0.487796037,0.487835837,0.487588652
-7079,1,0.3466,1,1,1,1,1,1,1,1,0.2999,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1582,0.2792,0,1,0.5976,1,1,1,0.401,0.5976,0,1,1,1,1,1,0.201541051,0,0.936284661,1,1,1,1,1,0.172298789,0,0.211519122,1,1,1,1,1,0.620787144,0,0.438073949,0.43812143,0.438386525
-7080,1,0.3466,1,1,1,1,1,1,1,1,0.2001,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1512,0.2792,0,1,0.5976,1,1,1,0.4136,0.5976,0,1,1,1,1,1,0.197190762,0,0.961260498,1,1,1,1,1,0.17169933,0,0.243146598,1,1,1,1,1,0.639056265,0,0.401703722,0.401734715,0.401595745
-7081,1,0.3466,1,1,1,1,1,1,1,1,0.1793,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1329,0.2792,0,1,0.5976,1,1,1,0.3539,0.5976,0,1,1,1,1,1,0.174107954,0,0.967158318,1,1,1,1,1,0.154190153,0,0.226619661,1,1,1,1,1,0.61483264,0,0.382612373,0.382695155,0.382535461
-7082,1,0.3466,1,1,1,1,1,1,1,1,0.1348,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1886,0.2792,0,1,0.5976,1,1,1,0.2767,0.5976,0,1,1,1,1,1,0.194930196,0,0.70160377,1,1,1,1,1,0.194979683,0,0.073844247,1,1,1,1,1,0.552348912,0,0.37318753,0.373175376,0.37322695
-7083,1,0.3466,1,1,1,1,1,1,1,1,0.1642,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1226,0.2792,0,1,0.5976,1,1,1,0.3289,0.5976,0,1,1,1,1,1,0.181395561,0,0.456020147,1,1,1,1,1,0.137400359,0,0.064708903,1,1,1,1,1,0.578421712,0,0.372160464,0.372117622,0.372340426
-7084,1,0.3466,1,1,1,1,1,1,1,1,0.2516,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1269,0.2792,0,1,0.5976,1,1,1,0.308,0.5976,0,1,1,1,1,1,0.19808203,0,0.341310024,1,1,1,1,1,0.134494886,0,0.072409689,1,1,1,1,1,0.53979826,0,0.38182697,0.381848953,0.381648936
-7085,1,0.3466,1,1,1,1,1,1,1,1,0.3208,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1295,0.2792,0,1,0.5976,1,1,1,0.2836,0.5976,0,1,1,1,1,1,0.32715565,0,0.123246342,1,1,1,1,1,0.163015381,0,0.042968329,1,1,1,1,1,0.49843514,0,0.424480425,0.424582187,0.424202128
-7086,1,0.3466,1,1,1,1,1,1,1,1,0.1896,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0811,0.2792,0,1,0.5976,1,1,1,0.3897,0.5976,0,1,1,1,1,1,0.214251116,0,0.059389889,1,1,1,1,1,0.087114319,0,0,1,1,1,1,1,0.592363179,0,0.506283229,0.506240745,0.506205674
-7087,1,0.3466,1,1,1,1,1,1,1,1,0.1519,0.3466,0.1508,1,0.2792,1,1,1,1,1,1,0.0668,0.2792,0.0872,1,0.5976,1,1,1,0.2934,0.5976,0.1521,1,1,1,1,1,0.140977591,0.304019839,0.237144321,1,1,1,1,1,0.060284138,0.211425692,0.005448168,1,1,1,1,1,0.462461054,0.323074579,0.549601257,0.549820182,0.54964539
-7088,1,0.3466,1,1,1,1,1,1,1,1,0.1398,0.3466,0.3569,1,0.2792,1,1,1,1,1,1,0.0367,0.2792,0.3116,1,0.5976,1,1,1,0.3014,0.5976,0.3623,1,1,1,1,1,0.162565887,0.561295331,0.219555289,1,1,1,1,1,0.037513938,0.569963992,0.000979058,1,1,1,1,1,0.531581759,0.639802098,0.558301112,0.558282209,0.558510638
-7089,1,0.3466,1,1,1,1,1,1,1,1,0.0924,0.3466,0.5133,1,0.2792,1,1,1,1,1,1,0.0028,0.2792,0.4334,1,0.5976,1,1,1,0.296,0.5976,0.5254,1,1,1,1,1,0.091380075,0.728480577,0.144219995,1,1,1,1,1,0.011896581,0.649616361,0.000643979,1,1,1,1,1,0.40350759,0.804544628,0.563980184,0.563994077,0.563829787
-7090,1,0.3466,1,1,1,1,1,1,1,1,0.0566,0.3466,0.5539,1,0.2792,1,1,1,1,1,1,0,0.2792,0.4569,1,0.5976,1,1,1,0.2418,0.5976,0.6217,1,1,1,1,1,0.055685587,0.696138144,0.060343303,1,1,1,1,1,0.004895697,0.599392772,0,1,1,1,1,1,0.295952141,0.865177929,0.570323828,0.570340597,0.570478723
-7091,1,0.3466,1,1,1,1,1,1,1,1,0.0283,0.3466,0.5123,1,0.2792,1,1,1,1,1,1,0.0023,0.2792,0.3619,1,0.5976,1,1,1,0.2203,0.5976,0.6404,1,1,1,1,1,0.063933186,0.682754695,0.007891972,1,1,1,1,1,0.003890987,0.552856445,0.007665707,1,1,1,1,1,0.271802008,0.829906821,0.573102948,0.573090755,0.573138298
-7092,1,0.3466,1,1,1,1,1,1,1,1,0.0132,0.3466,0.4715,1,0.2792,1,1,1,1,1,1,0.0009,0.2792,0.3338,1,0.5976,1,1,1,0.1874,0.5976,0.66,1,1,1,1,1,0.036595847,0.637656689,0.019110832,1,1,1,1,1,0.002943422,0.434346169,0.073424086,1,1,1,1,1,0.154505029,0.797784269,0.571290478,0.57139835,0.571365248
-7093,1,0.3466,1,1,1,1,1,1,1,1,0.0231,0.3466,0.5113,1,0.2792,1,1,1,1,1,1,0,0.2792,0.4651,1,0.5976,1,1,1,0.196,0.5976,0.5604,1,1,1,1,1,0.035248496,0.725411296,0.051203601,1,1,1,1,1,0.000704332,0.612600505,0.133014143,1,1,1,1,1,0.23924087,0.775458157,0.572075882,0.572033002,0.572251773
-7094,1,0.3466,1,1,1,1,1,1,1,1,0.0216,0.3466,0.3938,1,0.2792,1,1,1,1,1,1,0.0011,0.2792,0.2859,1,0.5976,1,1,1,0.2751,0.5976,0.5596,1,1,1,1,1,0.013201627,0.553019047,0.105283573,1,1,1,1,1,0.003534433,0.341375381,0.098312832,1,1,1,1,1,0.385296434,0.782042921,0.566638473,0.566744235,0.566932624
-7095,1,0.3466,1,1,1,1,1,1,1,1,0.0645,0.3466,0.2581,1,0.2792,1,1,1,1,1,1,0.0078,0.2792,0.1328,1,0.5976,1,1,1,0.2969,0.5976,0.3719,1,1,1,1,1,0.037954662,0.404121935,0.181023523,1,1,1,1,1,0.014170093,0.184413776,0.257836699,1,1,1,1,1,0.418161899,0.621662498,0.562953117,0.562936323,0.563386525
-7096,1,0.3466,1,1,1,1,1,1,1,1,0.0695,0.3466,0.0807,1,0.2792,1,1,1,1,1,1,0.0037,0.2792,0.0284,1,0.5976,1,1,1,0.2701,0.5976,0.1435,1,1,1,1,1,0.047362078,0.179279864,0.326198339,1,1,1,1,1,0.00924816,0.039465792,0.157295287,1,1,1,1,1,0.468308389,0.349319011,0.568269696,0.568436641,0.568262411
-7097,1,0.3466,1,1,1,1,1,1,1,1,0.0913,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0159,0.2792,0,1,0.5976,1,1,1,0.2695,0.5976,0,1,1,1,1,1,0.071913667,0,0.318954498,1,1,1,1,1,0.028250396,0,0.07010524,1,1,1,1,1,0.409553915,0,0.591046399,0.591072562,0.590868794
-7098,1,0.3466,1,1,1,1,1,1,1,1,0.054,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0089,0.2792,0,1,0.5976,1,1,1,0.3435,0.5976,0,1,1,1,1,1,0.067487061,0,0.157544896,1,1,1,1,1,0.021163747,0,0.048690572,1,1,1,1,1,0.509832382,0,0.628443693,0.62851703,0.628546099
-7099,1,0.3466,1,1,1,1,1,1,1,1,0.0701,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0026,0.2792,0,1,0.5976,1,1,1,0.2573,0.5976,0,1,1,1,1,1,0.058073476,0,0.252669424,1,1,1,1,1,0.010574141,0,0.189813614,1,1,1,1,1,0.411435306,0,0.617931368,0.617939497,0.618351064
-7100,1,0.3466,1,1,1,1,1,1,1,1,0.051,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0329,0.2792,0,1,0.5976,1,1,1,0.2746,0.5976,0,1,1,1,1,1,0.091867559,0,0.074559852,1,1,1,1,1,0.064259917,0,0.082398959,1,1,1,1,1,0.448530316,0,0.588931851,0.588957055,0.589095745
-7101,1,0.3466,1,1,1,1,1,1,1,1,0.0343,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0169,0.2792,0,1,0.5976,1,1,1,0.222,0.5976,0,1,1,1,1,1,0.092328839,0,0.022126235,1,1,1,1,1,0.034672014,0,0.088461258,1,1,1,1,1,0.419621021,0,0.544888835,0.544742966,0.544769504
-7102,1,0.3466,1,1,1,1,1,1,1,1,0.0263,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0028,0.2792,0,1,0.5976,1,1,1,0.2212,0.5976,0,1,1,1,1,1,0.075973839,0,0.009906842,1,1,1,1,1,0.01406745,0,0.089920431,1,1,1,1,1,0.381150544,0,0.487373127,0.487412735,0.48714539
-7103,1,0.3466,1,1,1,1,1,1,1,1,0.0517,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0113,0.2792,0,1,0.5976,1,1,1,0.1764,0.5976,0,1,1,1,1,1,0.118895918,0,0.004050357,1,1,1,1,1,0.032099627,0,0,1,1,1,1,1,0.275791109,0,0.43722813,0.437275227,0.437056738
-7104,1,0.3466,1,1,1,1,1,1,1,1,0.0468,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0116,0.2792,0,1,0.5976,1,1,1,0.1413,0.5976,0,1,1,1,1,1,0.069565147,0,0.022803817,1,1,1,1,1,0.030340942,0,0.049644765,1,1,1,1,1,0.202822551,0,0.404724505,0.404907975,0.405141844
-7105,1,0.3466,1,1,1,1,1,1,1,1,0.0438,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0895,0.2792,0,1,0.5976,1,1,1,0.1708,0.5976,0,1,1,1,1,1,0.059348565,0,0.004675747,1,1,1,1,1,0.102519557,0,0.044689268,1,1,1,1,1,0.240713596,0,0.387083132,0.386926169,0.386968085
-7106,1,0.3466,1,1,1,1,1,1,1,1,0.0549,0.3466,0,1,0.2792,1,1,1,1,1,1,0.1188,0.2792,0,1,0.5976,1,1,1,0.1888,0.5976,0,1,1,1,1,1,0.081057481,0,0.001401148,1,1,1,1,1,0.110972218,0,0.006207592,1,1,1,1,1,0.255985886,0,0.377899952,0.37782949,0.377659574
-7107,1,0.3466,1,1,1,1,1,1,1,1,0.0307,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0646,0.2792,0,1,0.5976,1,1,1,0.1496,0.5976,0,1,1,1,1,1,0.025739156,0,0.001822783,1,1,1,1,1,0.063521154,0,0,1,1,1,1,1,0.179879874,0,0.375724988,0.375713983,0.375443262
-7108,1,0.3466,1,1,1,1,1,1,1,1,0.0459,0.3466,0,1,0.2792,1,1,1,1,1,1,0.0683,0.2792,0,1,0.5976,1,1,1,0.1455,0.5976,0,1,1,1,1,1,0.044832192,0,0.000905745,1,1,1,1,1,0.060774665,0,0,1,1,1,1,1,0.112840325,0,0.38641856,0.386503067,0.38608156
-7109,1,0.3466,1,1,1,1,1,1,1,1,0.0388,0.3466,0,1,0.2792,1,1,1,1,1,1,0.05,0.2792,0,1,0.5976,1,1,1,0.1116,0.5976,0,1,1,1,1,1,0.031698577,0,0.002877865,1,1,1,1,1,0.043187786,0,0,1,1,1,1,1,0.056164324,0,0.426715805,0.426697694,0.426861702
-7110,1,0.3466,1,1,1,1,1,1,1,1,0.0287,0.3466,0,1,0.2792,1,1,1,1,1,1,0.008,0.2792,0,1,0.5976,1,1,1,0.1059,0.5976,0,1,1,1,1,1,0.019071043,0,0.013659568,1,1,1,1,1,0.014689006,0,0,1,1,1,1,1,0.046843413,0,0.509847753,0.509837106,0.510195035
-7111,1,0.3466,1,1,1,1,1,1,1,1,0.0347,0.3466,0.0745,1,0.2792,1,1,1,1,1,1,0,0.2792,0.0238,1,0.5976,1,1,1,0.083,0.5976,0.1727,1,1,1,1,1,0.0121052,0.188761294,0.058144666,1,1,1,1,1,0.007716144,0.024941476,0,1,1,1,1,1,0.057850428,0.461836189,0.556911551,0.556801354,0.556737589
-7112,1,0.3465,1,1,1,1,1,1,1,1,0.0238,0.3465,0.2661,1,0.2792,1,1,1,1,1,1,0.0028,0.2792,0.193,1,0.5976,1,1,1,0.0783,0.5976,0.3996,1,1,1,1,1,0.007655466,0.446905643,0.048870757,1,1,1,1,1,0.015249547,0.305638611,0.001649215,1,1,1,1,1,0.071216807,0.759683013,0.566336394,0.566321134,0.566489362
-7113,1,0.3464,1,1,1,1,1,1,1,1,0.018,0.3464,0.4089,1,0.2792,1,1,1,1,1,1,0,0.2792,0.3549,1,0.5977,1,1,1,0.1181,0.5977,0.5739,1,1,1,1,1,0.004860441,0.618695617,0.049145818,1,1,1,1,1,0.010923069,0.497180194,0.034185864,1,1,1,1,1,0.056016844,0.916811645,0.57280087,0.572667654,0.573138298
-7114,1,0.3464,1,1,1,1,1,1,1,1,0.0132,0.3464,0.4458,1,0.2792,1,1,1,1,1,1,0,0.2792,0.4209,1,0.5977,1,1,1,0.1088,0.5977,0.6839,1,1,1,1,1,0.003488888,0.65204221,0.048348829,1,1,1,1,1,0.007027318,0.572658181,0.005531676,1,1,1,1,1,0.043282673,0.978653073,0.57739246,0.577533319,0.577570922
-7115,1,0.3463,1,1,1,1,1,1,1,1,0.0183,0.3463,0.49,1,0.2792,1,1,1,1,1,1,0.0115,0.2792,0.4991,1,0.5978,1,1,1,0.0392,0.5978,0.6617,1,1,1,1,1,0.001608082,0.717104495,0.293096781,1,1,1,1,1,0.006803574,0.720332265,0.654628336,1,1,1,1,1,0.018938832,0.95529449,0.577875785,0.57774487,0.578014184
-7116,1,0.3462,1,1,1,1,1,1,1,1,0.0059,0.3462,0.4786,1,0.2792,1,1,1,1,1,1,0,0.2792,0.4964,1,0.5978,1,1,1,0.0415,0.5978,0.5637,1,1,1,1,1,0.000822644,0.700081348,0.348195106,1,1,1,1,1,0.002041701,0.726606607,0.813252091,1,1,1,1,1,0.021427155,0.936173379,0.575821653,0.575840914,0.575797872
-7117,1,0.3461,1,1,1,1,1,1,1,1,0.0011,0.3461,0.4236,1,0.2792,1,1,1,1,1,1,0,0.2792,0.4224,1,0.5978,1,1,1,0.0556,0.5978,0.5687,1,1,1,1,1,0.001237889,0.606551588,0.194971174,1,1,1,1,1,0.001429386,0.565001249,0.213422775,1,1,1,1,1,0.042010467,0.912262619,0.574673755,0.574783161,0.574911348
-7118,1,0.346,1,1,1,1,1,1,1,1,0.0014,0.346,0.3719,1,0.2792,1,1,1,1,1,1,0,0.2792,0.3964,1,0.5979,1,1,1,0.0805,0.5979,0.5189,1,1,1,1,1,0.000261848,0.592750788,0.272869021,1,1,1,1,1,9.21E-05,0.536484957,0.12645106,1,1,1,1,1,0.048151914,0.780529141,0.568450942,0.568436641,0.568705674
-7119,1,0.346,1,1,1,1,1,1,1,1,0.0064,0.346,0.3247,1,0.2792,1,1,1,1,1,1,0,0.2792,0.3657,1,0.5979,1,1,1,0.0297,0.5979,0.3395,1,1,1,1,1,0.000346402,0.584993362,0.796764255,1,1,1,1,1,0.000252569,0.591651261,0.701847911,1,1,1,1,1,0.042942032,0.560110152,0.564101015,0.564205627,0.56427305
-7120,1,0.3459,1,1,1,1,1,1,1,1,0.0243,0.3459,0.0714,1,0.2792,1,1,1,1,1,1,0,0.2792,0.089,1,0.5979,1,1,1,0.0359,0.5979,0.1328,1,1,1,1,1,0.021099539,0.194534048,0.178403437,1,1,1,1,1,6.26E-05,0.174512297,0.099927232,1,1,1,1,1,0.020903144,0.316044152,0.570505075,0.570552147,0.570478723
-7121,1,0.3458,1,1,1,1,1,1,1,1,0.0205,0.3458,0,1,0.2792,1,1,1,1,1,1,0,0.2792,0,1,0.598,1,1,1,0.046,0.598,0,1,1,1,1,1,0.023555569,0,0.132273033,1,1,1,1,1,2.57E-05,0,0.082924873,1,1,1,1,1,0.033861279,0,0.59479217,0.594668923,0.594858156
-7122,1,0.3457,1,1,1,1,1,1,1,1,0.0087,0.3457,0,1,0.2792,1,1,1,1,1,1,0,0.2792,0,1,0.598,1,1,1,0.0909,0.598,0,1,1,1,1,1,0.028673304,0,0.10703811,1,1,1,1,1,2.86E-05,0,0.104482464,1,1,1,1,1,0.085792005,0,0.627597873,0.627670827,0.627659574
-7123,1,0.3456,1,1,1,1,1,1,1,1,0.0127,0.3456,0,1,0.2792,1,1,1,1,1,1,0.0077,0.2792,0,1,0.598,1,1,1,0.0817,0.598,0,1,1,1,1,1,0.031204795,0,0.04459371,1,1,1,1,1,0.0044463,0,0.041607067,1,1,1,1,1,0.105221972,0,0.617991783,0.617939497,0.618351064
-7124,1,0.3456,1,1,1,1,1,1,1,1,0.0112,0.3456,0,1,0.2791,1,1,1,1,1,1,0,0.2791,0,1,0.5981,1,1,1,0.0963,0.5981,0,1,1,1,1,1,0.030159431,0,0.042381413,1,1,1,1,1,2.64E-05,0,0.087518856,1,1,1,1,1,0.130939141,0,0.590985984,0.590861011,0.590868794
-7125,1,0.3455,1,1,1,1,1,1,1,1,0.0033,0.3455,0,1,0.2791,1,1,1,1,1,1,0,0.2791,0,1,0.5981,1,1,1,0.1313,0.5981,0,1,1,1,1,1,0.014290611,0,0.066534348,1,1,1,1,1,9.62E-06,0,0.05713246,1,1,1,1,1,0.171861202,0,0.548695022,0.548762429,0.548758865
-7126,1,0.3454,1,1,1,1,1,1,1,1,0.0063,0.3454,0,1,0.2791,1,1,1,1,1,1,0,0.2791,0,1,0.5981,1,1,1,0.167,0.5981,0,1,1,1,1,1,0.020267032,0,0.031633165,1,1,1,1,1,0,0,0,1,1,1,1,1,0.163486227,0,0.490212663,0.490162894,0.490248227
-7127,1,0.3453,1,1,1,1,1,1,1,1,0.0016,0.3453,0,1,0.2791,1,1,1,1,1,1,0,0.2791,0,1,0.5982,1,1,1,0.1342,0.5982,0,1,1,1,1,1,0.007114416,0,0.041242156,1,1,1,1,1,0.000336728,0,0.006133508,1,1,1,1,1,0.182080686,0,0.440732238,0.440660038,0.440602837
-7128,1,0.3452,1,1,1,1,1,1,1,1,0,0.3452,0,1,0.2791,1,1,1,1,1,1,0,0.2791,0,1,0.5982,1,1,1,0.1157,0.5982,0,1,1,1,1,1,0.00352154,0,0.086560428,1,1,1,1,1,0,0,0.008268063,1,1,1,1,1,0.179504812,0,0.407141131,0.407023482,0.407358156
-7129,1,0.3451,1,1,1,1,1,1,1,1,0.0003,0.3451,0,1,0.2791,1,1,1,1,1,1,0,0.2791,0,1,0.5983,1,1,1,0.0787,0.5983,0,1,1,1,1,1,0.003139879,0,0.097903103,1,1,1,1,1,0,0,0,1,1,1,1,1,0.12662816,0,0.389439343,0.389464777,0.38962766
-7130,1,0.3451,1,1,1,1,1,1,1,1,0,0.3451,0,1,0.2791,1,1,1,1,1,1,0,0.2791,0,1,0.5983,1,1,1,0.0634,0.5983,0,1,1,1,1,1,0.000691575,0,0.082045346,1,1,1,1,1,1.46E-05,0,0.013734032,1,1,1,1,1,0.109309271,0,0.381041566,0.38100275,0.381205674
-7131,1,0.345,1,1,1,1,1,1,1,1,0,0.345,0,1,0.2791,1,1,1,1,1,1,0,0.2791,0,1,0.5983,1,1,1,0.0589,0.5983,0,1,1,1,1,1,0.000967577,0,0.082747191,1,1,1,1,1,1.66E-05,0,0.028446859,1,1,1,1,1,0.11345946,0,0.379954084,0.379944997,0.379875887
-7132,1,0.3449,1,1,1,1,1,1,1,1,0,0.3449,0,1,0.2791,1,1,1,1,1,1,0,0.2791,0,1,0.5984,1,1,1,0.0573,0.5984,0,1,1,1,1,1,0.009531735,0,0.073966794,1,1,1,1,1,4.50E-06,0,0.031129584,1,1,1,1,1,0.131666586,0,0.390466409,0.39052253,0.390514184
-7133,1,0.3448,1,1,1,1,1,1,1,1,0.0001,0.3448,0,1,0.2791,1,1,1,1,1,1,0,0.2791,0,1,0.5984,1,1,1,0.0469,0.5984,0,1,1,1,1,1,0.036411811,0,0.067395858,1,1,1,1,1,0.000499068,0,0.01316152,1,1,1,1,1,0.123044781,0,0.432153214,0.432198011,0.432624113
-7134,1,0.3447,1,1,1,1,1,1,1,1,0.0036,0.3447,0,1,0.2791,1,1,1,1,1,1,0.0112,0.2791,0,1,0.5984,1,1,1,0.0424,0.5984,0,1,1,1,1,1,0.014743561,0,0.058142141,1,1,1,1,1,0.012262113,0,0.014119374,1,1,1,1,1,0.103343576,0,0.514439343,0.514491221,0.51462766
-7135,1,0.3447,1,1,1,1,1,1,1,1,0.0077,0.3447,0.1442,1,0.2791,1,1,1,1,1,1,0.0046,0.2791,0.1101,1,0.5985,1,1,1,0.0469,0.5985,0.162,1,1,1,1,1,0.035665024,0.326478183,0.077842414,1,1,1,1,1,0.011884212,0.244455904,0.006160472,1,1,1,1,1,0.116001479,0.435061991,0.557999033,0.558070658,0.558067376
-7136,1,0.3446,1,1,1,1,1,1,1,1,0,0.3446,0.365,1,0.2791,1,1,1,1,1,1,0,0.2791,0.3053,1,0.5985,1,1,1,0.028,0.5985,0.3882,1,1,1,1,1,0.003563125,0.62178272,0.089788094,1,1,1,1,1,0.003831697,0.549371719,0.036025655,1,1,1,1,1,0.100468472,0.742374241,0.564101015,0.564205627,0.56427305
-7137,1,0.3445,1,1,1,1,1,1,1,1,0,0.3445,0.5017,1,0.2791,1,1,1,1,1,1,0,0.2791,0.4522,1,0.5985,1,1,1,0.0097,0.5985,0.5611,1,1,1,1,1,0.000164782,0.739507854,0.057841882,1,1,1,1,1,3.32E-06,0.685083866,0.043804452,1,1,1,1,1,0.059586924,0.897890329,0.57002175,0.569917495,0.570035461
-7138,1,0.3444,1,1,1,1,1,1,1,1,0,0.3444,0.573,1,0.2791,1,1,1,1,1,1,0,0.2791,0.5036,1,0.5986,1,1,1,0.0046,0.5986,0.6663,1,1,1,1,1,0.000282876,0.760335326,0.077080905,1,1,1,1,1,0.000174274,0.696865439,0.098124869,1,1,1,1,1,0.015693214,0.957207322,0.575277912,0.575206262,0.57535461
-7139,1,0.3443,1,1,1,1,1,1,1,1,0.0001,0.3443,0.5581,1,0.2791,1,1,1,1,1,1,0,0.2791,0.5053,1,0.5986,1,1,1,0.0019,0.5986,0.6784,1,1,1,1,1,0.000127743,0.726716459,0.053013463,1,1,1,1,1,2.19E-05,0.696879685,0.032391366,1,1,1,1,1,0.017859446,0.97563833,0.575821653,0.575840914,0.575797872
-7140,1,0.3443,1,1,1,1,1,1,1,1,0.0012,0.3443,0.5431,1,0.2791,1,1,1,1,1,1,0,0.2791,0.4765,1,0.5986,1,1,1,0.0036,0.5986,0.6093,1,1,1,1,1,0.004880096,0.720661402,0.046794776,1,1,1,1,1,0.005166587,0.645572662,0.011399738,1,1,1,1,1,0.013416115,0.974710643,0.572075882,0.572033002,0.572251773
-7141,1,0.3442,1,1,1,1,1,1,1,1,0.0115,0.3442,0.5261,1,0.2791,1,1,1,1,1,1,0,0.2791,0.45,1,0.5987,1,1,1,0.0205,0.5987,0.5703,1,1,1,1,1,0.010191735,0.672927856,0.166985437,1,1,1,1,1,0.001236446,0.659927607,0.010286126,1,1,1,1,1,0.041010488,0.945681393,0.570625906,0.570763698,0.570921986
-7142,1,0.3441,1,1,1,1,1,1,1,1,0.0186,0.3441,0.4603,1,0.2791,1,1,1,1,1,1,0.0065,0.2791,0.4381,1,0.5987,1,1,1,0.0367,0.5987,0.4715,1,1,1,1,1,0.021005765,0.653602839,0.090138219,1,1,1,1,1,0.00915888,0.660296917,0.085010998,1,1,1,1,1,0.079448596,0.870330453,0.564101015,0.563994077,0.56427305
-7143,1,0.344,1,1,1,1,1,1,1,1,0.0227,0.344,0.312,1,0.2791,1,1,1,1,1,1,0.0008,0.2791,0.3287,1,0.5988,1,1,1,0.0585,0.5988,0.3258,1,1,1,1,1,0.019163901,0.532495797,0.027014215,1,1,1,1,1,0.008508119,0.559575856,0.091546342,1,1,1,1,1,0.128407508,0.687925637,0.559267762,0.559339962,0.559397163
-7144,1,0.3439,1,1,1,1,1,1,1,1,0.0414,0.3439,0.1171,1,0.2791,1,1,1,1,1,1,0.0212,0.2791,0.1274,1,0.5988,1,1,1,0.0504,0.5988,0.097,1,1,1,1,1,0.058031823,0.29459244,0.000568523,1,1,1,1,1,0.025886403,0.290916651,0.024912566,1,1,1,1,1,0.130517244,0.367847025,0.562953117,0.562936323,0.563386525
-7145,1,0.3439,1,1,1,1,1,1,1,1,0.0711,0.3439,0,1,0.2791,1,1,1,1,1,1,0.0677,0.2791,0,1,0.5988,1,1,1,0.0634,0.5988,0,1,1,1,1,1,0.147438198,0,0.020047268,1,1,1,1,1,0.080470867,0,0,1,1,1,1,1,0.169714749,0,0.583313195,0.583456738,0.583333333
-7146,1,0.3438,1,1,1,1,1,1,1,1,0.0703,0.3438,0,1,0.279,1,1,1,1,1,1,0.0713,0.279,0,1,0.5989,1,1,1,0.1078,0.5989,0,1,1,1,1,1,0.164959952,0,0.021357849,1,1,1,1,1,0.083828114,0,0,1,1,1,1,1,0.297452241,0,0.621193813,0.621112757,0.621453901
-7147,1,0.3437,1,1,1,1,1,1,1,1,0.0593,0.3437,0,1,0.279,1,1,1,1,1,1,0.0954,0.279,0,1,0.5989,1,1,1,0.0912,0.5989,0,1,1,1,1,1,0.17668356,0,0.003375196,1,1,1,1,1,0.130059123,0,0.028260995,1,1,1,1,1,0.219553635,0,0.614668922,0.614766237,0.614804965
-7148,1,0.3436,1,1,1,1,1,1,1,1,0.056,0.3436,0,1,0.279,1,1,1,1,1,1,0.0714,0.279,0,1,0.5989,1,1,1,0.1087,0.5989,0,1,1,1,1,1,0.148732007,0,0,1,1,1,1,1,0.094670683,0,0.016669895,1,1,1,1,1,0.208256841,0,0.590260996,0.590226359,0.590425532
-7149,1,0.3435,1,1,1,1,1,1,1,1,0.029,0.3435,0,1,0.279,1,1,1,1,1,1,0.1261,0.279,0,1,0.599,1,1,1,0.126,0.599,0,1,1,1,1,1,0.067439392,0,0.002018637,1,1,1,1,1,0.160846531,0,0.007739791,1,1,1,1,1,0.281203926,0,0.549057516,0.548973979,0.549202128
-7150,1,0.3435,1,1,1,1,1,1,1,1,0.023,0.3435,0,1,0.279,1,1,1,1,1,1,0.0297,0.279,0,1,0.599,1,1,1,0.1047,0.599,0,1,1,1,1,1,0.048308231,0,0.003432844,1,1,1,1,1,0.043131839,0,0.022303667,1,1,1,1,1,0.299831927,0,0.493354277,0.493336154,0.493794326
-7151,1,0.3434,1,1,1,1,1,1,1,1,0.022,0.3434,0,1,0.279,1,1,1,1,1,1,0.0457,0.279,0,1,0.599,1,1,1,0.0786,0.599,0,1,1,1,1,1,0.035490949,0,0.015491715,1,1,1,1,1,0.088061742,0,0.085006021,1,1,1,1,1,0.230822235,0,0.442665539,0.442775545,0.442819149
-7152,1,0.3433,1,1,1,1,1,1,1,1,0.0179,0.3433,0,1,0.279,1,1,1,1,1,1,0.054,0.279,0,1,0.5991,1,1,1,0.0888,0.5991,0,1,1,1,1,1,0.026085254,0,0,1,1,1,1,1,0.077835381,0,0,1,1,1,1,1,0.220735759,0,0.408893185,0.408927438,0.409131206
-7153,1,0.3432,1,1,1,1,1,1,1,1,0.0365,0.3432,0,1,0.279,1,1,1,1,1,1,0.0081,0.279,0,1,0.5991,1,1,1,0.096,0.5991,0,1,1,1,1,1,0.024648575,0,0.002583635,1,1,1,1,1,0.016940679,0,0.01141623,1,1,1,1,1,0.321481317,0,0.38962059,0.389676327,0.38962766
-7154,1,0.3431,1,1,1,1,1,1,1,1,0.0383,0.3431,0,1,0.279,1,1,1,1,1,1,0.0051,0.279,0,1,0.5991,1,1,1,0.0733,0.5991,0,1,1,1,1,1,0.032039583,0,0,1,1,1,1,1,0.019936943,0,0.087190315,1,1,1,1,1,0.245867863,0,0.380497825,0.380579649,0.380319149
-7155,1,0.3431,1,1,1,1,1,1,1,1,0.0449,0.3431,0,1,0.279,1,1,1,1,1,1,0.0085,0.279,0,1,0.5992,1,1,1,0.0529,0.5992,0,1,1,1,1,1,0.04264291,0,0,1,1,1,1,1,0.016359026,0,0,1,1,1,1,1,0.167423889,0,0.379108265,0.379098794,0.379432624
-7156,1,0.343,1,1,1,1,1,1,1,1,0.0721,0.343,0,1,0.279,1,1,1,1,1,1,0,0.279,0,1,0.5992,1,1,1,0.0583,0.5992,0,1,1,1,1,1,0.063602686,0,0,1,1,1,1,1,0.008078769,0,0,1,1,1,1,1,0.159157798,0,0.388956017,0.388830125,0.388741135
-7157,1,0.3429,1,1,1,1,1,1,1,1,0.0861,0.3429,0,1,0.279,1,1,1,1,1,1,0.0025,0.279,0,1,0.5993,1,1,1,0.0522,0.5993,0,1,1,1,1,1,0.061620902,0,0,1,1,1,1,1,0.004953755,0,0,1,1,1,1,1,0.152127162,0,0.428769937,0.428813201,0.428634752
-7158,1,0.3428,1,1,1,1,1,1,1,1,0.0953,0.3428,0,1,0.279,1,1,1,1,1,1,0.0019,0.279,0,1,0.5993,1,1,1,0.0615,0.5993,0,1,1,1,1,1,0.078378879,0,0.000220038,1,1,1,1,1,0.003084859,0,0,1,1,1,1,1,0.141437933,0,0.507310295,0.507298498,0.507535461
-7159,1,0.3427,1,1,1,1,1,1,1,1,0.0432,0.3427,0.1403,1,0.279,1,1,1,1,1,1,0.0008,0.279,0.1068,1,0.5993,1,1,1,0.0589,0.5993,0.0995,1,1,1,1,1,0.049068663,0.29703337,0.001780303,1,1,1,1,1,0.00790195,0.232971519,0,1,1,1,1,1,0.133263856,0.282561034,0.552803287,0.552781891,0.552748227
-7160,1,0.3426,1,1,1,1,1,1,1,1,0.0185,0.3426,0.3359,1,0.279,1,1,1,1,1,1,0.0286,0.279,0.3135,1,0.5994,1,1,1,0.0387,0.5994,0.3258,1,1,1,1,1,0.037397966,0.54758966,0.006489228,1,1,1,1,1,0.032519195,0.506799042,0,1,1,1,1,1,0.085643314,0.588781238,0.563134364,0.563147874,0.563386525
-7161,1,0.3426,1,1,1,1,1,1,1,1,0.0023,0.3426,0.4751,1,0.279,1,1,1,1,1,1,0.0252,0.279,0.4537,1,0.5994,1,1,1,0.0142,0.5994,0.48,1,1,1,1,1,0.009913794,0.69827354,0.010441723,1,1,1,1,1,0.01994754,0.664248586,0,1,1,1,1,1,0.041838091,0.702427924,0.572196713,0.572244553,0.572251773
-7162,1,0.3425,1,1,1,1,1,1,1,1,0.0015,0.3425,0.5372,1,0.279,1,1,1,1,1,1,0,0.279,0.4954,1,0.5994,1,1,1,0.0124,0.5994,0.5655,1,1,1,1,1,0.002203199,0.722247362,0.016099874,1,1,1,1,1,0,0.693295658,0.041356809,1,1,1,1,1,0.003492082,0.811643898,0.57878202,0.578802623,0.578900709
-7163,1,0.3424,1,1,1,1,1,1,1,1,0,0.3424,0.5388,1,0.279,1,1,1,1,1,1,0.0011,0.279,0.4938,1,0.5995,1,1,1,0.008,0.5995,0.5983,1,1,1,1,1,8.07E-05,0.727014661,0.067208722,1,1,1,1,1,0.002007865,0.682024479,0.102980107,1,1,1,1,1,0.003384798,0.854786456,0.579325761,0.579225725,0.579343972
-7164,1,0.3423,1,1,1,1,1,1,1,1,0.0014,0.3423,0.5686,1,0.279,1,1,1,1,1,1,0.0159,0.279,0.5097,1,0.5995,1,1,1,0.0049,0.5995,0.6424,1,1,1,1,1,0.00142942,0.757484376,0.060230616,1,1,1,1,1,0.011310379,0.692116916,0.056016229,1,1,1,1,1,0.003406354,0.877436578,0.574673755,0.574783161,0.574911348
-7165,1,0.3422,1,1,1,1,1,1,1,1,0.0026,0.3422,0.5891,1,0.279,1,1,1,1,1,1,0,0.279,0.5125,1,0.5995,1,1,1,0.0014,0.5995,0.6195,1,1,1,1,1,0.000678219,0.789974332,0.054068703,1,1,1,1,1,0.000199651,0.687443197,0.007223037,1,1,1,1,1,0.000274915,0.872046471,0.57141131,0.57139835,0.571808511
-7166,1,0.3422,1,1,1,1,1,1,1,1,0.0187,0.3422,0.5142,1,0.279,1,1,1,1,1,1,0,0.279,0.4341,1,0.5996,1,1,1,0.0018,0.5996,0.5025,1,1,1,1,1,0.002288166,0.7856462,0.022301953,1,1,1,1,1,0.000921037,0.632033825,0.060269117,1,1,1,1,1,0.004417183,0.786117554,0.564826003,0.564840279,0.565159574
-7167,1,0.3421,1,1,1,1,1,1,1,1,0.0228,0.3421,0.3539,1,0.279,1,1,1,1,1,1,0,0.279,0.3189,1,0.5996,1,1,1,0.006,0.5996,0.3278,1,1,1,1,1,0.006153609,0.63051194,0.001419173,1,1,1,1,1,0.000895892,0.503822386,0.031899478,1,1,1,1,1,0.02233761,0.59918201,0.558905268,0.558916861,0.558953901
-7168,1,0.342,1,1,1,1,1,1,1,1,0.0057,0.342,0.1382,1,0.2789,1,1,1,1,1,1,0,0.2789,0.1323,1,0.5997,1,1,1,0.0168,0.5997,0.1032,1,1,1,1,1,0.002709558,0.353366971,0.000754494,1,1,1,1,1,0.001559478,0.301599145,0.046044506,1,1,1,1,1,0.044608064,0.277337223,0.558361527,0.558282209,0.558510638
-7169,1,0.3419,1,1,1,1,1,1,1,1,0.0048,0.3419,0,1,0.2789,1,1,1,1,1,1,0,0.2789,0,1,0.5997,1,1,1,0.0525,0.5997,0,1,1,1,1,1,0.009574601,0,0.011516765,1,1,1,1,1,2.18E-05,0,0.025595814,1,1,1,1,1,0.130870953,0,0.572136298,0.572244553,0.572251773
-7170,1,0.3418,1,1,1,1,1,1,1,1,0.0152,0.3418,0,1,0.2789,1,1,1,1,1,1,0,0.2789,0,1,0.5997,1,1,1,0.0334,0.5997,0,1,1,1,1,1,0.030819053,0,0.01297558,1,1,1,1,1,0.000969349,0,0,1,1,1,1,1,0.10367725,0,0.599927501,0.59995769,0.600177305
-7171,1,0.3418,1,1,1,1,1,1,1,1,0.0337,0.3418,0,1,0.2789,1,1,1,1,1,1,0.0013,0.2789,0,1,0.5998,1,1,1,0.0341,0.5998,0,1,1,1,1,1,0.037781492,0,0.023928082,1,1,1,1,1,0.00091103,0,0,1,1,1,1,1,0.124084748,0,0.586817303,0.586841549,0.586879433
-7172,1,0.3417,1,1,1,1,1,1,1,1,0.1233,0.3417,0,1,0.2789,1,1,1,1,1,1,0.004,0.2789,0,1,0.5998,1,1,1,0.0476,0.5998,0,1,1,1,1,1,0.11346513,0,0.00010647,1,1,1,1,1,0.005399408,0,0,1,1,1,1,1,0.130689904,0,0.563738521,0.563782526,0.563829787
-7173,1,0.3416,1,1,1,1,1,1,1,1,0.1305,0.3416,0,1,0.2789,1,1,1,1,1,1,0.0142,0.2789,0,1,0.5998,1,1,1,0.0564,0.5998,0,1,1,1,1,1,0.107182905,0,0.006613226,1,1,1,1,1,0.015855109,0,0,1,1,1,1,1,0.159297258,0,0.530268246,0.530357521,0.530141844
-7174,1,0.3415,1,1,1,1,1,1,1,1,0.0002,0.3415,0,1,0.2789,1,1,1,1,1,1,0,0.2789,0,1,0.5999,1,1,1,0,0.5999,0,1,1,1,1,1,0.000529127,0,0.003752167,1,1,1,1,1,0,0,0,1,1,1,1,1,0.002460255,0,0.485198163,0.485085678,0.48537234
-7175,1,0.3414,1,1,1,1,1,1,1,1,0.0386,0.3414,0,1,0.2789,1,1,1,1,1,1,0,0.2789,0,1,0.5999,1,1,1,0.0197,0.5999,0,1,1,1,1,1,0.019345939,0,0.00069332,1,1,1,1,1,0.007062312,0,0,1,1,1,1,1,0.051417146,0,0.438798937,0.438756082,0.438829787
-7176,1,0.3414,1,1,1,1,1,1,1,1,0.019,0.3414,0,1,0.2789,1,1,1,1,1,1,0.0033,0.2789,0,1,0.5999,1,1,1,0.0289,0.5999,0,1,1,1,1,1,0.010945399,0,0,1,1,1,1,1,0.008765225,0,0,1,1,1,1,1,0.070506908,0,0.404301595,0.404273323,0.404255319
-7177,1,0.3413,1,1,1,1,1,1,1,1,0.0028,0.3413,0,1,0.2789,1,1,1,1,1,1,0.005,0.2789,0,1,0.6,1,1,1,0.0215,0.6,0,1,1,1,1,1,0.002103424,0,0,1,1,1,1,1,0.011262303,0,0,1,1,1,1,1,0.074314997,0,0.383820686,0.383752909,0.383865248
-7178,1,0.3412,1,1,1,1,1,1,1,1,0.0063,0.3412,0,1,0.2789,1,1,1,1,1,1,0.0454,0.2789,0,1,0.6,1,1,1,0.0241,0.6,0,1,1,1,1,1,0.007173476,0,0.001634769,1,1,1,1,1,0.039835516,0,0,1,1,1,1,1,0.071073286,0,0.372583374,0.372752274,0.372783688
-7179,1,0.3411,1,1,1,1,1,1,1,1,0.0137,0.3411,0,1,0.2789,1,1,1,1,1,1,0.0553,0.2789,0,1,0.6,1,1,1,0.0232,0.6,0,1,1,1,1,1,0.029110078,0,0.020007739,1,1,1,1,1,0.050146319,0,0.008661257,1,1,1,1,1,0.096067682,0,0.36720638,0.367251957,0.367021277
-7180,1,0.341,1,1,1,1,1,1,1,1,0.0129,0.341,0,1,0.2789,1,1,1,1,1,1,0.068,0.2789,0,1,0.6001,1,1,1,0.0343,0.6001,0,1,1,1,1,1,0.042460259,0,0.047562458,1,1,1,1,1,0.052224282,0,0.015668588,1,1,1,1,1,0.11375469,0,0.369502175,0.369579014,0.369237589
-7181,1,0.341,1,1,1,1,1,1,1,1,0.0198,0.341,0,1,0.2789,1,1,1,1,1,1,0.047,0.2789,0,1,0.6001,1,1,1,0.0784,0.6001,0,1,1,1,1,1,0.041814387,0,0.026415968,1,1,1,1,1,0.045865249,0,0.028469374,1,1,1,1,1,0.140807733,0,0.384726921,0.384810662,0.384751773
-7182,1,0.3409,1,1,1,1,1,1,1,1,0.0279,0.3409,0,1,0.2789,1,1,1,1,1,1,0.0087,0.2789,0,1,0.6002,1,1,1,0.0773,0.6002,0,1,1,1,1,1,0.040986527,0,0.022838593,1,1,1,1,1,0.017514763,0,0.040404715,1,1,1,1,1,0.136408165,0,0.416445143,0.416543262,0.416223404
-7183,1,0.3408,1,1,1,1,1,1,1,1,0.018,0.3408,0.0751,1,0.2789,1,1,1,1,1,1,0.0362,0.2789,0.0698,1,0.6002,1,1,1,0.0457,0.6002,0.0481,1,1,1,1,1,0.013816586,0.183802068,0.104919344,1,1,1,1,1,0.033738937,0.198438212,0.110343456,1,1,1,1,1,0.106673434,0.085633114,0.450459159,0.450391369,0.45035461
-7184,1,0.3407,1,1,1,1,1,1,1,1,0.0216,0.3407,0.2797,1,0.2789,1,1,1,1,1,1,0.0551,0.2789,0.2458,1,0.6002,1,1,1,0.018,0.6002,0.2296,1,1,1,1,1,0.036137149,0.461415619,0.126748696,1,1,1,1,1,0.049616657,0.442163706,0.062409423,1,1,1,1,1,0.054118942,0.326025635,0.488279362,0.488258938,0.488475177
-7185,1,0.3406,1,1,1,1,1,1,1,1,0.0021,0.3406,0.429,1,0.2789,1,1,1,1,1,1,0,0.2789,0.3502,1,0.6003,1,1,1,0.0089,0.6003,0.4081,1,1,1,1,1,0.004399483,0.589432895,0.082957633,1,1,1,1,1,0.004130793,0.513080776,0.037287962,1,1,1,1,1,0.0333842,0.543569922,0.514076849,0.514068119,0.514184397
-7186,1,0.3406,1,1,1,1,1,1,1,1,0.0052,0.3406,0.4916,1,0.2789,1,1,1,1,1,1,0.0055,0.2789,0.3972,1,0.6003,1,1,1,0.0028,0.6003,0.4545,1,1,1,1,1,0.016062198,0.608084023,0.095082261,1,1,1,1,1,0.007173994,0.50577724,0.119043462,1,1,1,1,1,0.019163733,0.779082179,0.52561624,0.525703406,0.52570922
-7187,1,0.3405,1,1,1,1,1,1,1,1,0.0023,0.3405,0.5212,1,0.2789,1,1,1,1,1,1,0.0075,0.2789,0.4105,1,0.6003,1,1,1,0.0058,0.6003,0.5106,1,1,1,1,1,0.000251119,0.660024822,0.263295829,1,1,1,1,1,0.006331659,0.443939298,0.219317019,1,1,1,1,1,0.027909437,0.895554721,0.525797487,0.525703406,0.52570922
-7188,1,0.3404,1,1,1,1,1,1,1,1,0.0106,0.3404,0.4923,1,0.2789,1,1,1,1,1,1,0,0.2789,0.3707,1,0.6004,1,1,1,0.0134,0.6004,0.5868,1,1,1,1,1,0.00177049,0.638265133,0.457517028,1,1,1,1,1,0.000563983,0.429577708,0.252268314,1,1,1,1,1,0.047073465,0.889023781,0.522112131,0.522107045,0.522163121
-7189,1,0.3403,1,1,1,1,1,1,1,1,0.0108,0.3403,0.3884,1,0.2788,1,1,1,1,1,1,0.0156,0.2788,0.3647,1,0.6004,1,1,1,0.0247,0.6004,0.5692,1,1,1,1,1,0.002823159,0.5153054,0.730651677,1,1,1,1,1,0.019835742,0.510007024,0.591415763,1,1,1,1,1,0.0685293,0.824277401,0.514862252,0.514914322,0.51462766
-7190,1,0.3402,1,1,1,1,1,1,1,1,0.0203,0.3402,0.3145,1,0.2788,1,1,1,1,1,1,0.0027,0.2788,0.2966,1,0.6004,1,1,1,0.0199,0.6004,0.4591,1,1,1,1,1,0.003958056,0.439700812,0.79181695,1,1,1,1,1,0.008195558,0.410014272,0.487874389,1,1,1,1,1,0.051831588,0.720159531,0.506947801,0.506875397,0.507092199
-7191,1,0.3402,1,1,1,1,1,1,1,1,0.0161,0.3402,0.1933,1,0.2788,1,1,1,1,1,1,0.0178,0.2788,0.1835,1,0.6005,1,1,1,0.0266,0.6005,0.2495,1,1,1,1,1,0.003033329,0.275031388,0.675430655,1,1,1,1,1,0.024718154,0.297529876,0.486172795,1,1,1,1,1,0.041584559,0.477502137,0.503262446,0.503279035,0.503546099
-7192,1,0.3401,1,1,1,1,1,1,1,1,0.038,0.3401,0.0329,1,0.2788,1,1,1,1,1,1,0.0067,0.2788,0.0328,1,0.6005,1,1,1,0.036,0.6005,0.0455,1,1,1,1,1,0.007665711,0.058138423,0.824277878,1,1,1,1,1,0.019291256,0.058865886,0.525230944,1,1,1,1,1,0.053836416,0.111507103,0.508518608,0.508567802,0.508421986
-7193,1,0.34,1,1,1,1,1,1,1,1,0.0577,0.34,0,1,0.2788,1,1,1,1,1,1,0.0155,0.2788,0,1,0.6005,1,1,1,0.0716,0.6005,0,1,1,1,1,1,0.019048829,0,0.94854033,1,1,1,1,1,0.033386707,0,0.7651456,1,1,1,1,1,0.122517683,0,0.53340986,0.533530781,0.533687943
-7194,1,0.3399,1,1,1,1,1,1,1,1,0.0673,0.3399,0,1,0.2788,1,1,1,1,1,1,0.0175,0.2788,0,1,0.6006,1,1,1,0.0803,0.6006,0,1,1,1,1,1,0.02817468,0,0.926718354,1,1,1,1,1,0.047118533,0,0.849081755,1,1,1,1,1,0.155700937,0,0.567000967,0.566955786,0.567375887
-7195,1,0.3398,1,1,1,1,1,1,1,1,0.0875,0.3398,0,1,0.2788,1,1,1,1,1,1,0.0609,0.2788,0,1,0.6006,1,1,1,0.0706,0.6006,0,1,1,1,1,1,0.053804323,0,1,1,1,1,1,1,0.112895928,0,1,1,1,1,1,1,0.15829657,0,0.554555341,0.554685847,0.554964539
-7196,1,0.3397,1,1,1,1,1,1,1,1,0.1178,0.3397,0,1,0.2788,1,1,1,1,1,1,0.0898,0.2788,0,1,0.6007,1,1,1,0.1054,0.6007,0,1,1,1,1,1,0.076016828,0,1,1,1,1,1,1,0.161033213,0,1,1,1,1,1,1,0.184497878,0,0.533953601,0.533953882,0.533687943
-7197,1,0.3397,1,1,1,1,1,1,1,1,0.1179,0.3397,0,1,0.2788,1,1,1,1,1,1,0.113,0.2788,0,1,0.6007,1,1,1,0.1714,0.6007,0,1,1,1,1,1,0.063747138,0,1,1,1,1,1,1,0.188498691,0,1,1,1,1,1,1,0.154418409,0,0.505135331,0.505182991,0.505319149
-7198,1,0.3396,1,1,1,1,1,1,1,1,0.1387,0.3396,0,1,0.2788,1,1,1,1,1,1,0.1315,0.2788,0,1,0.6007,1,1,1,0.1788,0.6007,0,1,1,1,1,1,0.050055243,0,1,1,1,1,1,1,0.212580815,0,1,1,1,1,1,1,0.181860507,0,0.468885935,0.468796277,0.468971631
-7199,1,0.3395,1,1,1,1,1,1,1,1,0.2097,0.3395,0,1,0.2788,1,1,1,1,1,1,0.1873,0.2788,0,1,0.6008,1,1,1,0.1316,0.6008,0,1,1,1,1,1,0.117738232,0,1,1,1,1,1,1,0.305702716,0,1,1,1,1,1,1,0.173391417,0,0.429797003,0.429870954,0.429964539
-7200,1,0.3394,1,1,1,1,1,1,1,1,0.2632,0.3394,0,1,0.2788,1,1,1,1,1,1,0.0979,0.2788,0,1,0.6008,1,1,1,0.1013,0.6008,0,1,1,1,1,1,0.164995342,0,1,1,1,1,1,1,0.216236591,0,1,1,1,1,1,1,0.149470702,0,0.398622523,0.398773006,0.39893617
-7201,1,0.3393,1,1,1,1,1,1,1,1,0.2391,0.3393,0,1,0.2788,1,1,1,1,1,1,0.1947,0.2788,0,1,0.6008,1,1,1,0.0646,0.6008,0,1,1,1,1,1,0.162692457,0,1,1,1,1,1,1,0.323818505,0,1,1,1,1,1,1,0.12747857,0,0.378081199,0.378041041,0.378102837
-7202,1,0.3393,1,1,1,1,1,1,1,1,0.2352,0.3393,0,1,0.2788,1,1,1,1,1,1,0.2751,0.2788,0,1,0.6009,1,1,1,0.0848,0.6009,0,1,1,1,1,1,0.178901911,0,1,1,1,1,1,1,0.357800841,0,1,1,1,1,1,1,0.170440242,0,0.365695988,0.365771102,0.365691489
-7203,1,0.3392,1,1,1,1,1,1,1,1,0.2771,0.3392,0,1,0.2788,1,1,1,1,1,1,0.2773,0.2788,0,1,0.6009,1,1,1,0.0872,0.6009,0,1,1,1,1,1,0.214080587,0,1,1,1,1,1,1,0.405086428,0,1,1,1,1,1,1,0.147672743,0,0.359775254,0.359847684,0.359929078
-7204,1,0.3391,1,1,1,1,1,1,1,1,0.2566,0.3391,0,1,0.2788,1,1,1,1,1,1,0.302,0.2788,0,1,0.6009,1,1,1,0.1191,0.6009,0,1,1,1,1,1,0.226999477,0,1,1,1,1,1,1,0.468211532,0,1,1,1,1,1,1,0.175336182,0,0.359654422,0.359847684,0.359485816
-7205,1,0.339,1,1,1,1,1,1,1,1,0.2176,0.339,0,1,0.2788,1,1,1,1,1,1,0.349,0.2788,0,1,0.601,1,1,1,0.1931,0.601,0,1,1,1,1,1,0.221052766,0,1,1,1,1,1,1,0.471770585,0,1,1,1,1,1,1,0.300293684,0,0.368898018,0.368732812,0.369237589
-7206,1,0.3389,1,1,1,1,1,1,1,1,0.2814,0.3389,0,1,0.2788,1,1,1,1,1,1,0.2387,0.2788,0,1,0.601,1,1,1,0.1571,0.601,0,1,1,1,1,1,0.307522148,0,1,1,1,1,1,1,0.301575005,0,1,1,1,1,1,1,0.263936728,0,0.390647656,0.390734081,0.390514184
-7207,1,0.3389,1,1,1,1,1,1,1,1,0.2701,0.3389,0.0218,1,0.2788,1,1,1,1,1,1,0.2351,0.2788,0.0067,1,0.601,1,1,1,0.077,0.601,0.0207,1,1,1,1,1,0.244929701,0.040352713,1,1,1,1,1,1,0.299012691,0.022273595,1,1,1,1,1,1,0.1563171,0.042759117,0.42079507,0.420774275,0.421099291
-7208,1,0.3388,1,1,1,1,1,1,1,1,0.3378,0.3388,0.1324,1,0.2788,1,1,1,1,1,1,0.2997,0.2788,0.1309,1,0.6011,1,1,1,0.0928,0.6011,0.1306,1,1,1,1,1,0.360099167,0.229056761,1,1,1,1,1,1,0.376197428,0.223927096,1,1,1,1,1,1,0.155419379,0.302241653,0.460367327,0.460545801,0.460549645
-7209,1,0.3387,1,1,1,1,1,1,1,1,0.3674,0.3387,0.2131,1,0.2788,1,1,1,1,1,1,0.3398,0.2788,0.2177,1,0.6011,1,1,1,0.0888,0.6011,0.2537,1,1,1,1,1,0.300633907,0.326738238,1,1,1,1,1,1,0.429148316,0.344062835,1,1,1,1,1,1,0.145354956,0.366054803,0.495650072,0.495663211,0.496010638
-7210,1,0.3386,1,1,1,1,1,1,1,1,0.3403,0.3386,0.2524,1,0.2788,1,1,1,1,1,1,0.2706,0.2788,0.2923,1,0.6012,1,1,1,0.0829,0.6012,0.2768,1,1,1,1,1,0.160257101,0.344403416,1,1,1,1,1,1,0.330266804,0.444569468,1,1,1,1,1,1,0.117059723,0.409357488,0.515949734,0.515972075,0.515957447
-7211,1,0.3385,1,1,1,1,1,1,1,1,0.3792,0.3385,0.281,1,0.2787,1,1,1,1,1,1,0.3386,0.2787,0.2991,1,0.6012,1,1,1,0.0818,0.6012,0.2618,1,1,1,1,1,0.199498728,0.410382867,1,1,1,1,1,1,0.379840374,0.441661119,1,1,1,1,1,1,0.089499056,0.37128377,0.528274529,0.528242014,0.528368794
-7212,1,0.3385,1,1,1,1,1,1,1,1,0.4591,0.3385,0.2944,1,0.2787,1,1,1,1,1,1,0.5884,0.2787,0.3183,1,0.6012,1,1,1,0.0801,0.6012,0.2589,1,1,1,1,1,0.268858254,0.425175071,1,1,1,1,1,1,0.655511022,0.43598935,1,1,1,1,1,1,0.115776837,0.423809499,0.535705655,0.535646287,0.535904255
-7213,1,0.3384,1,1,1,1,1,1,1,1,0.4899,0.3384,0.3043,1,0.2787,1,1,1,1,1,1,0.633,0.2787,0.3289,1,0.6013,1,1,1,0.0936,0.6013,0.25,1,1,1,1,1,0.275206447,0.434120834,1,1,1,1,1,1,0.672456384,0.447418898,1,1,1,1,1,1,0.093543291,0.409560621,0.534618173,0.534800085,0.534574468
-7214,1,0.3383,1,1,1,1,1,1,1,1,0.5579,0.3383,0.2265,1,0.2787,1,1,1,1,1,1,0.5635,0.2787,0.3218,1,0.6013,1,1,1,0.1484,0.6013,0.2653,1,1,1,1,1,0.347364098,0.380130976,1,1,1,1,1,1,0.619946063,0.428782552,1,1,1,1,1,1,0.187537849,0.345466018,0.532745288,0.532684578,0.532801418
-7215,1,0.3382,1,1,1,1,1,1,1,1,0.6147,0.3382,0.1284,1,0.2787,1,1,1,1,1,1,0.597,0.2787,0.1956,1,0.6013,1,1,1,0.2196,0.6013,0.1392,1,1,1,1,1,0.390161812,0.246531904,1,1,1,1,1,1,0.64463836,0.27525124,1,1,1,1,1,1,0.237978563,0.248104513,0.533711938,0.533742331,0.533687943
-7216,1,0.3381,1,1,1,1,1,1,1,1,0.5975,0.3381,0.0149,1,0.2787,1,1,1,1,1,1,0.5229,0.2787,0.012,1,0.6014,1,1,1,0.2807,0.6014,0.0186,1,1,1,1,1,0.393593371,0.015400016,1,1,1,1,1,1,0.604758441,0.017846229,1,1,1,1,1,1,0.417622685,0.048350688,0.548151281,0.548127777,0.548315603
-7217,1,0.3381,1,1,1,1,1,1,1,1,0.5261,0.3381,0,1,0.2787,1,1,1,1,1,1,0.5053,0.2787,0,1,0.6014,1,1,1,0.2829,0.6014,0,1,1,1,1,1,0.396630943,0,1,1,1,1,1,1,0.577032089,0,1,1,1,1,1,1,0.429664165,0,0.57962784,0.579648826,0.579787234
-7218,1,0.338,1,1,1,1,1,1,1,1,0.5353,0.338,0,1,0.2787,1,1,1,1,1,1,0.3831,0.2787,0,1,0.6014,1,1,1,0.2752,0.6014,0,1,1,1,1,1,0.349525779,0,1,1,1,1,1,1,0.468082339,0,1,1,1,1,1,1,0.33956483,0,0.605908652,0.605881109,0.605939716
-7219,1,0.3379,1,1,1,1,1,1,1,1,0.5414,0.3379,0,1,0.2787,1,1,1,1,1,1,0.2886,0.2787,0,1,0.6015,1,1,1,0.2193,0.6015,0,1,1,1,1,1,0.340962827,0,1,1,1,1,1,1,0.327375084,0,1,1,1,1,1,1,0.36538887,0,0.592375544,0.592341866,0.592641844
-7220,1,0.3378,1,1,1,1,1,1,1,1,0.5644,0.3378,0,1,0.2787,1,1,1,1,1,1,0.638,0.2787,0,1,0.6015,1,1,1,0.3488,0.6015,0,1,1,1,1,1,0.405659437,0,1,1,1,1,1,1,0.659316003,0,1,1,1,1,1,1,0.574868202,0,0.564342678,0.564417178,0.564716312
-7221,1,0.3377,1,1,1,1,1,1,1,1,0.5753,0.3377,0,1,0.2787,1,1,1,1,1,1,0.6527,0.2787,0,1,0.6015,1,1,1,0.4861,0.6015,0,1,1,1,1,1,0.346824348,0,1,1,1,1,1,1,0.728134871,0,1,1,1,1,1,1,0.713456869,0,0.525978734,0.525914957,0.526152482
-7222,1,0.3377,1,1,1,1,1,1,1,1,0.6365,0.3377,0,1,0.2787,1,1,1,1,1,1,0.6613,0.2787,0,1,0.6016,1,1,1,0.3188,0.6016,0,1,1,1,1,1,0.459373415,0,1,1,1,1,1,1,0.732298613,0,1,1,1,1,1,1,0.468806028,0,0.481875302,0.481912418,0.481826241
-7223,1,0.3376,1,1,1,1,1,1,1,1,0.6958,0.3376,0,1,0.2787,1,1,1,1,1,1,0.7229,0.2787,0,1,0.6016,1,1,1,0.2373,0.6016,0,1,1,1,1,1,0.621902764,0,1,1,1,1,1,1,0.786673844,0,1,1,1,1,1,1,0.353609443,0,0.439221846,0.439179183,0.43927305
-7224,1,0.3375,1,1,1,1,1,1,1,1,0.6629,0.3375,0,1,0.2787,1,1,1,1,1,1,0.6613,0.2787,0,1,0.6017,1,1,1,0.3495,0.6017,0,1,1,1,1,1,0.590788841,0,0.971923709,1,1,1,1,1,0.736326814,0,1,1,1,1,1,1,0.452086985,0,0.403757854,0.403850222,0.403812057
-7225,1,0.3374,1,1,1,1,1,1,1,1,0.7255,0.3374,0,1,0.2787,1,1,1,1,1,1,0.7979,0.2787,0,1,0.6017,1,1,1,0.4396,0.6017,0,1,1,1,1,1,0.704787612,0,0.954674423,1,1,1,1,1,0.811044753,0,1,1,1,1,1,1,0.630822003,0,0.383397777,0.383541358,0.383421986
-7226,1,0.3373,1,1,1,1,1,1,1,1,0.7594,0.3373,0,1,0.2787,1,1,1,1,1,1,0.8754,0.2787,0,1,0.6017,1,1,1,0.3723,0.6017,0,1,1,1,1,1,0.732111573,0,0.789944649,1,1,1,1,1,0.887274623,0,1,1,1,1,1,1,0.470512211,0,0.372764621,0.372752274,0.372783688
-7227,1,0.3373,1,1,1,1,1,1,1,1,0.8355,0.3373,0,1,0.2787,1,1,1,1,1,1,0.8433,0.2787,0,1,0.6018,1,1,1,0.3739,0.6018,0,1,1,1,1,1,0.758218467,0,0.618373215,1,1,1,1,1,0.900355697,0,1,1,1,1,1,1,0.411786139,0,0.370287579,0.370213666,0.370124113
-7228,1,0.3372,1,1,1,1,1,1,1,1,0.8261,0.3372,0,1,0.2787,1,1,1,1,1,1,0.8885,0.2787,0,1,0.6018,1,1,1,0.3812,0.6018,0,1,1,1,1,1,0.768792808,0,0.065590598,1,1,1,1,1,0.921948373,0,0,1,1,1,1,1,0.45530954,0,0.379168681,0.379098794,0.379432624
-7229,1,0.3371,1,1,1,1,1,1,1,1,0.843,0.3371,0,1,0.2787,1,1,1,1,1,1,0.927,0.2787,0,1,0.6018,1,1,1,0.4065,0.6018,0,1,1,1,1,1,0.788353264,0,0,1,1,1,1,1,0.935549915,0,0,1,1,1,1,1,0.520983279,0,0.413061866,0.412946901,0.413120567
-7230,1,0.337,1,1,1,1,1,1,1,1,0.8593,0.337,0,1,0.2787,1,1,1,1,1,1,0.9128,0.2787,0,1,0.6019,1,1,1,0.4058,0.6019,0,1,1,1,1,1,0.831887066,0,0.056868747,1,1,1,1,1,0.936624765,0,0,1,1,1,1,1,0.528350949,0,0.470879652,0.470911783,0.470744681
-7231,1,0.3369,1,1,1,1,1,1,1,1,0.806,0.3369,0.0043,1,0.2787,1,1,1,1,1,1,0.5693,0.2787,0,1,0.6019,1,1,1,0.34,0.6019,0,1,1,1,1,1,0.755972862,0.000277725,0.271177709,1,1,1,1,1,0.698595405,0,1,1,1,1,1,1,0.47816509,0,0.517701788,0.517664481,0.517730496
-7232,1,0.3368,1,1,1,1,1,1,1,1,0.9001,0.3368,0.0343,1,0.2787,1,1,1,1,1,1,0.9278,0.2787,0.0249,1,0.6019,1,1,1,0.3819,0.6019,0.1422,1,1,1,1,1,0.9093014,0.017995264,0,1,1,1,1,1,0.935894966,0.013987196,0,1,1,1,1,1,0.49785459,0.107130989,0.551232479,0.551301037,0.55141844
-7233,1,0.3368,1,1,1,1,1,1,1,1,0.8945,0.3368,0.138,1,0.2786,1,1,1,1,1,1,0.9331,0.2786,0.1388,1,0.602,1,1,1,0.5559,0.602,0.2508,1,1,1,1,1,0.897812247,0.160920292,0,1,1,1,1,1,0.936417222,0.123227164,0,1,1,1,1,1,0.720355392,0.226587921,0.579688255,0.579648826,0.579787234
-7234,1,0.3367,1,1,1,1,1,1,1,1,0.935,0.3367,0.1864,1,0.2786,1,1,1,1,1,1,0.9293,0.2786,0.2009,1,0.602,1,1,1,0.6046,0.602,0.3509,1,1,1,1,1,0.930662096,0.284156799,0,1,1,1,1,1,0.933360517,0.195469096,0,1,1,1,1,1,0.69552207,0.431962043,0.595698405,0.595726677,0.595744681
-7235,1,0.3366,1,1,1,1,1,1,1,1,0.9477,0.3366,0.1991,1,0.2786,1,1,1,1,1,1,0.9294,0.2786,0.2005,1,0.6021,1,1,1,0.642,0.6021,0.4265,1,1,1,1,1,0.941234946,0.330551833,0,1,1,1,1,1,0.939625621,0.232997805,0,1,1,1,1,1,0.755734205,0.448811293,0.59980667,0.599746139,0.599734043
-7236,1,0.3365,1,1,1,1,1,1,1,1,0.937,0.3365,0.1542,1,0.2786,1,1,1,1,1,1,0.9245,0.2786,0.1668,1,0.6021,1,1,1,0.5869,0.6021,0.4294,1,1,1,1,1,0.910323083,0.23467353,0,1,1,1,1,1,0.936078012,0.170556217,0,1,1,1,1,1,0.678740561,0.427120149,0.592194297,0.592341866,0.592641844
-7237,1,0.3364,1,1,1,1,1,1,1,1,0.91,0.3364,0.1065,1,0.2786,1,1,1,1,1,1,0.9279,0.2786,0.1009,1,0.6021,1,1,1,0.675,0.6021,0.372,1,1,1,1,1,0.908081114,0.170784369,0,1,1,1,1,1,0.92844522,0.104830213,0,1,1,1,1,1,0.813100755,0.362125099,0.579869502,0.579860377,0.580230496
-7238,1,0.3364,1,1,1,1,1,1,1,1,0.8994,0.3364,0.0281,1,0.2786,1,1,1,1,1,1,0.9306,0.2786,0.0152,1,0.6022,1,1,1,0.7364,0.6022,0.3641,1,1,1,1,1,0.907886982,0.068400919,0,1,1,1,1,1,0.913704991,0.022000421,0,1,1,1,1,1,0.853317201,0.25926888,0.554494925,0.554474297,0.554964539
-7239,1,0.3363,1,1,1,1,1,1,1,1,0.7639,0.3363,0.0019,1,0.2786,1,1,1,1,1,1,0.9016,0.2786,0,1,0.6022,1,1,1,0.7642,0.6022,0.2804,1,1,1,1,1,0.897767246,9.72E-05,0,1,1,1,1,1,0.914005637,0,0,1,1,1,1,1,0.805394709,0.218301952,0.528153697,0.528030463,0.528368794
-7240,1,0.3362,1,1,1,1,1,1,1,1,0.6568,0.3362,0,1,0.2786,1,1,1,1,1,1,0.8733,0.2786,0,1,0.6022,1,1,1,0.8846,0.6022,0.062,1,1,1,1,1,0.858109832,0,0,1,1,1,1,1,0.823998392,0,0,1,1,1,1,1,0.899303019,0,0.514801837,0.514702771,0.51462766
-7241,1,0.3361,1,1,1,1,1,1,1,1,0.7472,0.3361,0,1,0.2786,1,1,1,1,1,1,0.8955,0.2786,0,1,0.6023,1,1,1,0.8794,0.6023,0,1,1,1,1,1,0.879766941,0,0,1,1,1,1,1,0.857592344,0,0,1,1,1,1,1,0.900783181,0,0.516130981,0.516183626,0.516400709
-7242,1,0.336,1,1,1,1,1,1,1,1,0.7619,0.336,0,1,0.2786,1,1,1,1,1,1,0.8728,0.2786,0,1,0.6023,1,1,1,0.9042,0.6023,0,1,1,1,1,1,0.897287786,0,0.128824234,1,1,1,1,1,0.696845472,0,0,1,1,1,1,1,0.901979983,0,0.501510391,0.50158663,0.50177305
-7243,1,0.336,1,1,1,1,1,1,1,1,0.8809,0.336,0,1,0.2786,1,1,1,1,1,1,0.9211,0.2786,0,1,0.6023,1,1,1,0.8666,0.6023,0,1,1,1,1,1,0.92267698,0,0.882582068,1,1,1,1,1,0.908670127,0,0,1,1,1,1,1,0.912925065,0,0.465925568,0.465834567,0.466312057
-7244,1,0.3359,1,1,1,1,1,1,1,1,0.9305,0.3359,0,1,0.2786,1,1,1,1,1,1,0.9073,0.2786,0,1,0.6024,1,1,1,0.922,0.6024,0,1,1,1,1,1,0.926842093,0,1,1,1,1,1,1,0.907475233,0,0,1,1,1,1,1,0.924391508,0,0.435113581,0.435159721,0.435283688
-7245,1,0.3358,1,1,1,1,1,1,1,1,0.9314,0.3358,0,1,0.2786,1,1,1,1,1,1,0.91,0.2786,0,1,0.6024,1,1,1,0.9348,0.6024,0,1,1,1,1,1,0.928608418,0,1,1,1,1,1,1,0.917981327,0,0,1,1,1,1,1,0.924160063,0,0.405932818,0.405754178,0.406028369
-7246,1,0.3357,1,1,1,1,1,1,1,1,0.9175,0.3357,0,1,0.2786,1,1,1,1,1,1,0.9094,0.2786,0,1,0.6024,1,1,1,0.9328,0.6024,0,1,1,1,1,1,0.928047717,0,1,1,1,1,1,1,0.917796969,0,1,1,1,1,1,1,0.924262464,0,0.373429193,0.373386926,0.37322695
-7247,1,0.3356,1,1,1,1,1,1,1,1,0.8902,0.3356,0,1,0.2786,1,1,1,1,1,1,0.912,0.2786,0,1,0.6025,1,1,1,0.9411,0.6025,0,1,1,1,1,1,0.917241454,0,1,1,1,1,1,1,0.914939344,0,1,1,1,1,1,1,0.923986971,0,0.343644273,0.343769833,0.343528369
-7248,1,0.3356,1,1,1,1,1,1,1,1,0.7756,0.3356,0,1,0.2786,1,1,1,1,1,1,0.9118,0.2786,0,1,0.6025,1,1,1,0.9355,0.6025,0,1,1,1,1,1,0.865783572,0,1,1,1,1,1,1,0.915938377,0,1,1,1,1,1,1,0.927123606,0,0.322740454,0.322826317,0.322695035
-7249,1,0.3355,1,1,1,1,1,1,1,1,0.6839,0.3355,0,1,0.2786,1,1,1,1,1,1,0.9146,0.2786,0,1,0.6026,1,1,1,0.9145,0.6026,0,1,1,1,1,1,0.845279932,0,1,1,1,1,1,1,0.916857481,0,1,1,1,1,1,1,0.927702606,0,0.311442726,0.311402581,0.311613475
-7250,1,0.3354,1,1,1,1,1,1,1,1,0.4915,0.3354,0,1,0.2786,1,1,1,1,1,1,0.8948,0.2786,0,1,0.6026,1,1,1,0.9106,0.6026,0,1,1,1,1,1,0.762204885,0,0.96053201,1,1,1,1,1,0.902393579,0,1,1,1,1,1,1,0.917265952,0,0.305340744,0.305267612,0.305407801
-7251,1,0.3353,1,1,1,1,1,1,1,1,0.4207,0.3353,0,1,0.2786,1,1,1,1,1,1,0.8764,0.2786,0,1,0.6026,1,1,1,0.9107,0.6026,0,1,1,1,1,1,0.687939763,0,0.996660113,1,1,1,1,1,0.874575138,0,1,1,1,1,1,1,0.91498661,0,0.304917835,0.30484451,0.304964539
-7252,1,0.3352,1,1,1,1,1,1,1,1,0.4025,0.3352,0,1,0.2786,1,1,1,1,1,1,0.758,0.2786,0,1,0.6027,1,1,1,0.8486,0.6027,0,1,1,1,1,1,0.616966605,0,0.933215559,1,1,1,1,1,0.791544437,0,1,1,1,1,1,1,0.887546182,0,0.313798937,0.313729638,0.313829787
-7253,1,0.3352,1,1,1,1,1,1,1,1,0.4769,0.3352,0,1,0.2786,1,1,1,1,1,1,0.6487,0.2786,0,1,0.6027,1,1,1,0.7969,0.6027,0,1,1,1,1,1,0.524771214,0,0.902480006,1,1,1,1,1,0.698081613,0,0.939879656,1,1,1,1,1,0.857650697,0,0.340502658,0.340596573,0.340425532
-7254,1,0.3351,1,1,1,1,1,1,1,1,0.4531,0.3351,0,1,0.2786,1,1,1,1,1,1,0.6987,0.2786,0,1,0.6027,1,1,1,0.8419,0.6027,0,1,1,1,1,1,0.491590142,0,1,1,1,1,1,1,0.701755106,0,1,1,1,1,1,1,0.873845518,0,0.390526825,0.39052253,0.390514184
-7255,1,0.335,1,1,1,1,1,1,1,1,0.327,0.335,0.0279,1,0.2785,1,1,1,1,1,1,0.7467,0.2785,0.0379,1,0.6028,1,1,1,0.7696,0.6028,0.0246,1,1,1,1,1,0.447190613,0.06976556,1,1,1,1,1,1,0.656448841,0.107699186,1,1,1,1,1,1,0.824570537,0.027246712,0.433301112,0.433255765,0.433510638
-7256,1,0.3349,1,1,1,1,1,1,1,1,0.4046,0.3349,0.2314,1,0.2785,1,1,1,1,1,1,0.8041,0.2785,0.2573,1,0.6028,1,1,1,0.8003,0.6028,0.1457,1,1,1,1,1,0.520592511,0.388025999,1,1,1,1,1,1,0.783536792,0.423305988,1,1,1,1,1,1,0.857187748,0.173074692,0.460125665,0.460122699,0.460106383
-7257,1,0.3348,1,1,1,1,1,1,1,1,0.4412,0.3348,0.3816,1,0.2785,1,1,1,1,1,1,0.8835,0.2785,0.4487,1,0.6028,1,1,1,0.7346,0.6028,0.2311,1,1,1,1,1,0.465342134,0.57241118,1,1,1,1,1,1,0.84881711,0.641817033,1,1,1,1,1,1,0.825404048,0.358335584,0.481271145,0.481277766,0.481382979
-7258,1,0.3348,1,1,1,1,1,1,1,1,0.5275,0.3348,0.4435,1,0.2785,1,1,1,1,1,1,0.9196,0.2785,0.4728,1,0.6029,1,1,1,0.7208,0.6029,0.2779,1,1,1,1,1,0.444672376,0.622831464,1,1,1,1,1,1,0.896772742,0.643714786,1,1,1,1,1,1,0.857183933,0.432683736,0.498489609,0.49841337,0.498670213
-7259,1,0.3347,1,1,1,1,1,1,1,1,0.6058,0.3347,0.4997,1,0.2785,1,1,1,1,1,1,0.7386,0.2785,0.4832,1,0.6029,1,1,1,0.7437,0.6029,0.3127,1,1,1,1,1,0.627640367,0.698385239,0.983020186,1,1,1,1,1,0.823318243,0.660475492,1,1,1,1,1,1,0.888620138,0.510807872,0.507189464,0.507086947,0.507092199
-7260,1,0.3346,1,1,1,1,1,1,1,1,0.5616,0.3346,0.4305,1,0.2785,1,1,1,1,1,1,0.8036,0.2785,0.4565,1,0.6029,1,1,1,0.6921,0.6029,0.4226,1,1,1,1,1,0.60519588,0.662828922,0.877818108,1,1,1,1,1,0.868336558,0.653803766,1,1,1,1,1,1,0.846906424,0.49665308,0.511901885,0.511741062,0.511968085
-7261,1,0.3345,1,1,1,1,1,1,1,1,0.4301,0.3345,0.4368,1,0.2785,1,1,1,1,1,1,0.7587,0.2785,0.4403,1,0.603,1,1,1,0.6298,0.603,0.2927,1,1,1,1,1,0.615743935,0.636116922,0.653117061,1,1,1,1,1,0.805129051,0.602149606,1,1,1,1,1,1,0.796601117,0.441800386,0.513412276,0.513433467,0.513297872
-7262,1,0.3344,1,1,1,1,1,1,1,1,0.4703,0.3344,0.366,1,0.2785,1,1,1,1,1,1,0.5226,0.2785,0.3669,1,0.603,1,1,1,0.512,0.603,0.3338,1,1,1,1,1,0.566681147,0.587336779,0.499737561,1,1,1,1,1,0.590161681,0.559624791,0.968087733,1,1,1,1,1,0.701687217,0.421775818,0.509304012,0.509414005,0.509308511
-7263,1,0.3343,1,1,1,1,1,1,1,1,0.534,0.3343,0.1822,1,0.2785,1,1,1,1,1,1,0.5333,0.2785,0.2242,1,0.6031,1,1,1,0.5008,0.6031,0.1554,1,1,1,1,1,0.623837352,0.34322691,0.535093844,1,1,1,1,1,0.587916374,0.372719169,0.929050028,1,1,1,1,1,0.621473312,0.253526568,0.509726921,0.509837106,0.509751773
-7264,1,0.3343,1,1,1,1,1,1,1,1,0.4494,0.3343,0.0052,1,0.2785,1,1,1,1,1,1,0.432,0.2785,0.0336,1,0.6031,1,1,1,0.4316,0.6031,0.0006,1,1,1,1,1,0.519645095,0.020504355,0.708423972,1,1,1,1,1,0.494087636,0.149823308,0.800489068,1,1,1,1,1,0.526818097,0.002842166,0.520782987,0.520837741,0.521276596
-7265,1,0.3342,1,1,1,1,1,1,1,1,0.2334,0.3342,0,1,0.2785,1,1,1,1,1,1,0.156,0.2785,0,1,0.6031,1,1,1,0.4454,0.6031,0,1,1,1,1,1,0.3062644,0,0.750901937,1,1,1,1,1,0.177557409,0,0.261085361,1,1,1,1,1,0.549452066,0,0.549480425,0.549608631,0.54964539
-7266,1,0.3341,1,1,1,1,1,1,1,1,0.119,0.3341,0,1,0.2785,1,1,1,1,1,1,0.1499,0.2785,0,1,0.6032,1,1,1,0.3725,0.6032,0,1,1,1,1,1,0.179073483,0,0.838402629,1,1,1,1,1,0.192837045,0,0.02396309,1,1,1,1,1,0.459538221,0,0.567423876,0.567378887,0.567375887
-7267,1,0.334,1,1,1,1,1,1,1,1,0.0389,0.334,0,1,0.2785,1,1,1,1,1,1,0.1123,0.2785,0,1,0.6032,1,1,1,0.3725,0.6032,0,1,1,1,1,1,0.030542087,0,0.753260016,1,1,1,1,1,0.128336877,0,0.006146074,1,1,1,1,1,0.557096303,0,0.552440793,0.55235879,0.552748227
-7268,1,0.3339,1,1,1,1,1,1,1,1,0.0822,0.3339,0,1,0.2785,1,1,1,1,1,1,0.0888,0.2785,0,1,0.6032,1,1,1,0.4267,0.6032,0,1,1,1,1,1,0.032245398,0,0.969490826,1,1,1,1,1,0.095741615,0,0.108749755,1,1,1,1,1,0.69261682,0,0.528455776,0.528453565,0.528812057
-7269,1,0.3339,1,1,1,1,1,1,1,1,0.0502,0.3339,0,1,0.2785,1,1,1,1,1,1,0.1134,0.2785,0,1,0.6033,1,1,1,0.4538,0.6033,0,1,1,1,1,1,0.043160565,0,0.913167536,1,1,1,1,1,0.115949795,0,0.019175133,1,1,1,1,1,0.673285842,0,0.487796037,0.487835837,0.487588652
-7270,1,0.3338,1,1,1,1,1,1,1,1,0.0498,0.3338,0,1,0.2785,1,1,1,1,1,1,0.1971,0.2785,0,1,0.6033,1,1,1,0.4382,0.6033,0,1,1,1,1,1,0.050773714,0,0.741939485,1,1,1,1,1,0.213879585,0,0,1,1,1,1,1,0.741165936,0,0.442967617,0.442987095,0.443262411
-7271,1,0.3337,1,1,1,1,1,1,1,1,0.0424,0.3337,0,1,0.2785,1,1,1,1,1,1,0.2035,0.2785,0,1,0.6033,1,1,1,0.465,0.6033,0,1,1,1,1,1,0.036462203,0,0.622818947,1,1,1,1,1,0.206640705,0,0.025886387,1,1,1,1,1,0.700577497,0,0.40242871,0.402369367,0.40248227
-7272,1,0.3336,1,1,1,1,1,1,1,1,0.0295,0.3336,0,1,0.2785,1,1,1,1,1,1,0.2178,0.2785,0,1,0.6034,1,1,1,0.4357,0.6034,0,1,1,1,1,1,0.067489617,0,0.594943881,1,1,1,1,1,0.241238937,0,0.035456281,1,1,1,1,1,0.675910592,0,0.375302078,0.375290882,0.375443262
-7273,1,0.3335,1,1,1,1,1,1,1,1,0.0337,0.3335,0,1,0.2785,1,1,1,1,1,1,0.1648,0.2785,0,1,0.6034,1,1,1,0.3295,0.6034,0,1,1,1,1,1,0.062732197,0,0.371890783,1,1,1,1,1,0.212252557,0,0.010941362,1,1,1,1,1,0.478672951,0,0.359896085,0.359847684,0.359929078
-7274,1,0.3335,1,1,1,1,1,1,1,1,0.0655,0.3335,0,1,0.2785,1,1,1,1,1,1,0.1875,0.2785,0,1,0.6034,1,1,1,0.3391,0.6034,0,1,1,1,1,1,0.077657849,0,0.225562528,1,1,1,1,1,0.188886881,0,0.083694771,1,1,1,1,1,0.3684479,0,0.351498308,0.351597208,0.351507092
-7275,1,0.3334,1,1,1,1,1,1,1,1,0.0842,0.3334,0,1,0.2785,1,1,1,1,1,1,0.2604,0.2785,0,1,0.6035,1,1,1,0.3373,0.6035,0,1,1,1,1,1,0.099493876,0,0.186862528,1,1,1,1,1,0.253908128,0,0.145424366,1,1,1,1,1,0.423736006,0,0.349867086,0.349904802,0.350177305
-7276,1,0.3333,1,1,1,1,1,1,1,1,0.0778,0.3333,0,1,0.2785,1,1,1,1,1,1,0.2099,0.2785,0,1,0.6035,1,1,1,0.2681,0.6035,0,1,1,1,1,1,0.102431878,0,0.151315212,1,1,1,1,1,0.219328582,0,0.386618346,1,1,1,1,1,0.469417781,0,0.359050266,0.359001481,0.359042553
-7277,1,0.3332,1,1,1,1,1,1,1,1,0.0566,0.3332,0,1,0.2784,1,1,1,1,1,1,0.1201,0.2784,0,1,0.6036,1,1,1,0.4017,0.6036,0,1,1,1,1,1,0.075917669,0,0.132796943,1,1,1,1,1,0.133459523,0,0.542251885,1,1,1,1,1,0.551035464,0,0.394333011,0.394330442,0.394503546
-7278,1,0.3331,1,1,1,1,1,1,1,1,0.0892,0.3331,0,1,0.2784,1,1,1,1,1,1,0.0675,0.2784,0,1,0.6036,1,1,1,0.4517,0.6036,0,1,1,1,1,1,0.10149318,0,0.221423537,1,1,1,1,1,0.068350948,0,0.081040576,1,1,1,1,1,0.592157602,0,0.464475592,0.464565263,0.464539007
-7279,1,0.3331,1,1,1,1,1,1,1,1,0.0762,0.3331,0.0115,1,0.2784,1,1,1,1,1,1,0.0796,0.2784,0.0077,1,0.6036,1,1,1,0.3116,0.6036,0.0099,1,1,1,1,1,0.148639128,0.010024024,0.213793516,1,1,1,1,1,0.089741655,0.06566114,0.115131944,1,1,1,1,1,0.467861652,0.117279619,0.510331078,0.510260207,0.510638298
-7280,1,0.333,1,1,1,1,1,1,1,1,0.0814,0.333,0.1885,1,0.2784,1,1,1,1,1,1,0.0352,0.2784,0.2329,1,0.6037,1,1,1,0.4063,0.6037,0.219,1,1,1,1,1,0.185938939,0.326383531,0.072961964,1,1,1,1,1,0.036203083,0.420918435,0.0901521,1,1,1,1,1,0.582145512,0.312500179,0.521689222,0.521683943,0.521719858
-7281,1,0.3329,1,1,1,1,1,1,1,1,0.0645,0.3329,0.3249,1,0.2784,1,1,1,1,1,1,0.0173,0.2784,0.4482,1,0.6037,1,1,1,0.3713,0.6037,0.3535,1,1,1,1,1,0.178081557,0.512700558,0.059622921,1,1,1,1,1,0.019468861,0.637183487,0.174312055,1,1,1,1,1,0.489434749,0.509991348,0.532382794,0.532473027,0.532358156
-7282,1,0.3328,1,1,1,1,1,1,1,1,0.0549,0.3328,0.3727,1,0.2784,1,1,1,1,1,1,0.0783,0.2784,0.4736,1,0.6037,1,1,1,0.3568,0.6037,0.3466,1,1,1,1,1,0.109456412,0.561694324,0.052818149,1,1,1,1,1,0.084929712,0.637355447,0.153418317,1,1,1,1,1,0.442600191,0.501127839,0.541384727,0.541358155,0.541666667
-7283,1,0.3327,1,1,1,1,1,1,1,1,0.0757,0.3327,0.3429,1,0.2784,1,1,1,1,1,1,0.114,0.2784,0.4387,1,0.6038,1,1,1,0.2637,0.6038,0.3495,1,1,1,1,1,0.124852665,0.558012486,0.05780264,1,1,1,1,1,0.133391768,0.637734711,0.065115705,1,1,1,1,1,0.326951206,0.544844329,0.544647173,0.544742966,0.544769504
-7284,1,0.3327,1,1,1,1,1,1,1,1,0.058,0.3327,0.3792,1,0.2784,1,1,1,1,1,1,0.1986,0.2784,0.3902,1,0.6038,1,1,1,0.2469,0.6038,0.3826,1,1,1,1,1,0.10806565,0.573829949,0.026873909,1,1,1,1,1,0.188907728,0.524944603,0.217986137,1,1,1,1,1,0.380322933,0.585767567,0.542895118,0.54283901,0.542996454
-7285,1,0.3326,1,1,1,1,1,1,1,1,0.0618,0.3326,0.3714,1,0.2784,1,1,1,1,1,1,0.1982,0.2784,0.3171,1,0.6038,1,1,1,0.2834,0.6038,0.2996,1,1,1,1,1,0.11940483,0.536277056,0.045415103,1,1,1,1,1,0.194564611,0.550224185,0.238937974,1,1,1,1,1,0.505061269,0.461791813,0.541868052,0.541781257,0.542109929
-7286,1,0.3325,1,1,1,1,1,1,1,1,0.088,0.3325,0.363,1,0.2784,1,1,1,1,1,1,0.1148,0.2784,0.3582,1,0.6039,1,1,1,0.1932,0.6039,0.2073,1,1,1,1,1,0.115859151,0.492092729,0.025409304,1,1,1,1,1,0.114600122,0.458139211,0.127850264,1,1,1,1,1,0.304703057,0.280685246,0.537336878,0.537338693,0.537677305
-7287,1,0.3324,1,1,1,1,1,1,1,1,0.1176,0.3324,0.2238,1,0.2784,1,1,1,1,1,1,0.1577,0.2784,0.215,1,0.6039,1,1,1,0.1785,0.6039,0.1241,1,1,1,1,1,0.136657119,0.361046195,0.052898273,1,1,1,1,1,0.143963814,0.290637732,0.168766499,1,1,1,1,1,0.247173786,0.199563086,0.535343161,0.535223186,0.535460993
-7288,1,0.3323,1,1,1,1,1,1,1,1,0.0972,0.3323,0.0457,1,0.2784,1,1,1,1,1,1,0.0408,0.2784,0.0341,1,0.6039,1,1,1,0.1798,0.6039,0,1,1,1,1,1,0.087307461,0.078655399,0.044897035,1,1,1,1,1,0.035822947,0.045900218,0.031759426,1,1,1,1,1,0.263274759,0.031044561,0.541686805,0.541781257,0.542109929
-7289,1,0.3323,1,1,1,1,1,1,1,1,0.0783,0.3323,0,1,0.2784,1,1,1,1,1,1,0.0055,0.2784,0,1,0.604,1,1,1,0.1909,0.604,0,1,1,1,1,1,0.065344848,0,0.01981066,1,1,1,1,1,0.014774317,0,0.030742146,1,1,1,1,1,0.307494849,0,0.556851136,0.556801354,0.556737589
-7290,1,0.3322,1,1,1,1,1,1,1,1,0.0585,0.3322,0,1,0.2784,1,1,1,1,1,1,0.0119,0.2784,0,1,0.604,1,1,1,0.141,0.604,0,1,1,1,1,1,0.069184735,0,0.006042686,1,1,1,1,1,0.023045873,0,0.026019374,1,1,1,1,1,0.256973296,0,0.567544708,0.567590438,0.567375887
-7291,1,0.3321,1,1,1,1,1,1,1,1,0.0677,0.3321,0,1,0.2784,1,1,1,1,1,1,0.0032,0.2784,0,1,0.6041,1,1,1,0.2036,0.6041,0,1,1,1,1,1,0.074447326,0,0.013197567,1,1,1,1,1,0.013801787,0,0.029626705,1,1,1,1,1,0.315902233,0,0.55582407,0.555743601,0.555851064
-7292,1,0.332,1,1,1,1,1,1,1,1,0.0546,0.332,0,1,0.2784,1,1,1,1,1,1,0.0399,0.2784,0,1,0.6041,1,1,1,0.1159,0.6041,0,1,1,1,1,1,0.048585359,0,0.023704493,1,1,1,1,1,0.042465612,0,0.069824085,1,1,1,1,1,0.178284571,0,0.542109715,0.542204358,0.542109929
-7293,1,0.3319,1,1,1,1,1,1,1,1,0.0339,0.3319,0,1,0.2784,1,1,1,1,1,1,0.0273,0.2784,0,1,0.6041,1,1,1,0.0682,0.6041,0,1,1,1,1,1,0.059184585,0,0.023845037,1,1,1,1,1,0.040474076,0,0.134043723,1,1,1,1,1,0.08326371,0,0.51099565,0.510894859,0.51108156
-7294,1,0.3319,1,1,1,1,1,1,1,1,0.0336,0.3319,0,1,0.2784,1,1,1,1,1,1,0.0026,0.2784,0,1,0.6042,1,1,1,0.0573,0.6042,0,1,1,1,1,1,0.051951278,0,0.039494902,1,1,1,1,1,0.01454349,0,0.101715714,1,1,1,1,1,0.114752531,0,0.463931851,0.463719061,0.464095745
-7295,1,0.3318,1,1,1,1,1,1,1,1,0.0668,0.3318,0,1,0.2784,1,1,1,1,1,1,0.0231,0.2784,0,1,0.6042,1,1,1,0.0456,0.6042,0,1,1,1,1,1,0.103841186,0,0.051694345,1,1,1,1,1,0.03976956,0,0.068160735,1,1,1,1,1,0.072673693,0,0.41982842,0.419716522,0.419769504
-7296,1,0.3317,1,1,1,1,1,1,1,1,0.0608,0.3317,0,1,0.2784,1,1,1,1,1,1,0.0381,0.2784,0,1,0.6042,1,1,1,0.0566,0.6042,0,1,1,1,1,1,0.093039587,0,0.069742061,1,1,1,1,1,0.055799499,0,0.212494254,1,1,1,1,1,0.065559506,0,0.390949734,0.390945631,0.390957447
-7297,1,0.3316,1,1,1,1,1,1,1,1,0.0578,0.3316,0,1,0.2784,1,1,1,1,1,1,0.0234,0.2784,0,1,0.6043,1,1,1,0.0742,0.6043,0,1,1,1,1,1,0.079295576,0,0.084193744,1,1,1,1,1,0.048974715,0,0.308834314,1,1,1,1,1,0.113781825,0,0.375724988,0.375713983,0.375443262
-7298,1,0.3315,1,1,1,1,1,1,1,1,0.0406,0.3315,0,1,0.2784,1,1,1,1,1,1,0.0098,0.2784,0,1,0.6043,1,1,1,0.0363,0.6043,0,1,1,1,1,1,0.048040967,0,0.092629977,1,1,1,1,1,0.028354459,0,0.182953149,1,1,1,1,1,0.086401798,0,0.367327211,0.367251957,0.367021277
-7299,1,0.3314,1,1,1,1,1,1,1,1,0.0181,0.3314,0,1,0.2783,1,1,1,1,1,1,0.0168,0.2783,0,1,0.6043,1,1,1,0.0213,0.6043,0,1,1,1,1,1,0.018204702,0,0.055678286,1,1,1,1,1,0.026572626,0,0.143032998,1,1,1,1,1,0.060483836,0,0.365454326,0.365559552,0.365248227
-7300,1,0.3314,1,1,1,1,1,1,1,1,0.0483,0.3314,0,1,0.2783,1,1,1,1,1,1,0.0361,0.2783,0,1,0.6044,1,1,1,0.0286,0.6044,0,1,1,1,1,1,0.05619666,0,0.096354276,1,1,1,1,1,0.050689258,0,0.260929078,1,1,1,1,1,0.048081271,0,0.376147898,0.375925534,0.375886525
-7301,1,0.3313,1,1,1,1,1,1,1,1,0.0551,0.3313,0,1,0.2783,1,1,1,1,1,1,0.0407,0.2783,0,1,0.6044,1,1,1,0.0519,0.6044,0,1,1,1,1,1,0.047742896,0,0.114460275,1,1,1,1,1,0.073935136,0,0.235841125,1,1,1,1,1,0.078499474,0,0.414028516,0.414004654,0.414007092
-7302,1,0.3312,1,1,1,1,1,1,1,1,0.0566,0.3312,0,1,0.2783,1,1,1,1,1,1,0.0351,0.2783,0,1,0.6045,1,1,1,0.0245,0.6045,0,1,1,1,1,1,0.03257715,0,0.180992991,1,1,1,1,1,0.070418119,0,0.224667281,1,1,1,1,1,0.044108897,0,0.488037699,0.488047387,0.488031915
-7303,1,0.3311,1,1,1,1,1,1,1,1,0.0559,0.3311,0.0734,1,0.2783,1,1,1,1,1,1,0.0416,0.2783,0.0582,1,0.6045,1,1,1,0.0346,0.6045,0.0337,1,1,1,1,1,0.033484161,0.114436835,0.33767578,1,1,1,1,1,0.057273265,0.0880187,0.171190068,1,1,1,1,1,0.064590618,0.03497614,0.53340986,0.533530781,0.533687943
-7304,1,0.331,1,1,1,1,1,1,1,1,0.037,0.331,0.2901,1,0.2783,1,1,1,1,1,1,0.0272,0.2783,0.2442,1,0.6045,1,1,1,0.0335,0.6045,0.1099,1,1,1,1,1,0.022538928,0.43829602,0.257044345,1,1,1,1,1,0.023063522,0.336998105,0.070991367,1,1,1,1,1,0.04184575,0.296952009,0.541263896,0.541146605,0.541223404
-7305,1,0.331,1,1,1,1,1,1,1,1,0.0168,0.331,0.4471,1,0.2783,1,1,1,1,1,1,0.0038,0.2783,0.3923,1,0.6046,1,1,1,0.0385,0.6046,0.203,1,1,1,1,1,0.01037206,0.557308912,0.1935516,1,1,1,1,1,0.003099907,0.558782458,0.068589531,1,1,1,1,1,0.056802433,0.534816206,0.547909618,0.547916226,0.548315603
-7306,1,0.3309,1,1,1,1,1,1,1,1,0.0437,0.3309,0.5471,1,0.2783,1,1,1,1,1,1,0.0176,0.2783,0.495,1,0.6046,1,1,1,0.076,0.6046,0.2266,1,1,1,1,1,0.022184361,0.686281204,0.390651345,1,1,1,1,1,0.019176042,0.618979514,0.383332968,1,1,1,1,1,0.11180827,0.652474582,0.552803287,0.552781891,0.552748227
-7307,1,0.3308,1,1,1,1,1,1,1,1,0.0429,0.3308,0.549,1,0.2783,1,1,1,1,1,1,0.0596,0.2783,0.4526,1,0.6046,1,1,1,0.0886,0.6046,0.3389,1,1,1,1,1,0.023309488,0.706366062,0.778036892,1,1,1,1,1,0.061632499,0.651177049,0.78785795,1,1,1,1,1,0.171463937,0.73610878,0.55262204,0.552570341,0.552748227
-7308,1,0.3307,1,1,1,1,1,1,1,1,0.0636,0.3307,0.5449,1,0.2783,1,1,1,1,1,1,0.1294,0.2783,0.415,1,0.6047,1,1,1,0.0357,0.6047,0.3406,1,1,1,1,1,0.034783583,0.625540733,0.867539406,1,1,1,1,1,0.116864003,0.579218626,0.794501662,1,1,1,1,1,0.097420417,0.78710413,0.549238763,0.54918553,0.549202128
-7309,1,0.3306,1,1,1,1,1,1,1,1,0.0912,0.3306,0.4781,1,0.2783,1,1,1,1,1,1,0.119,0.2783,0.3552,1,0.6047,1,1,1,0.0407,0.6047,0.3249,1,1,1,1,1,0.047299489,0.539579213,0.846186221,1,1,1,1,1,0.11621584,0.444655687,0.611903131,1,1,1,1,1,0.091472745,0.767046392,0.547426293,0.547493125,0.547429078
-7310,1,0.3306,1,1,1,1,1,1,1,1,0.097,0.3306,0.3486,1,0.2783,1,1,1,1,1,1,0.0831,0.2783,0.2542,1,0.6047,1,1,1,0.0153,0.6047,0.2801,1,1,1,1,1,0.058121823,0.393119097,0.509732723,1,1,1,1,1,0.083935201,0.437485248,0.596047938,1,1,1,1,1,0.020917036,0.689762592,0.542290962,0.542204358,0.542109929
-7311,1,0.3305,1,1,1,1,1,1,1,1,0.0776,0.3305,0.2182,1,0.2783,1,1,1,1,1,1,0.0205,0.2783,0.1653,1,0.6048,1,1,1,0.0208,0.6048,0.1902,1,1,1,1,1,0.037699718,0.254913688,0.490590304,1,1,1,1,1,0.026113771,0.308257133,0.686289549,1,1,1,1,1,0.021934504,0.489158005,0.540599323,0.540723503,0.540780142
-7312,1,0.3304,1,1,1,1,1,1,1,1,0.043,0.3304,0.0212,1,0.2783,1,1,1,1,1,1,0.047,0.2783,0.0178,1,0.6048,1,1,1,0.0212,0.6048,0.0005,1,1,1,1,1,0.012189576,0.029676538,0.659445047,1,1,1,1,1,0.065786824,0.016277306,0.575713873,1,1,1,1,1,0.060518563,0.084371462,0.550205413,0.550243283,0.550531915
-7313,1,0.3303,1,1,1,1,1,1,1,1,0.0293,0.3303,0,1,0.2783,1,1,1,1,1,1,0.0718,0.2783,0,1,0.6048,1,1,1,0.0159,0.6048,0,1,1,1,1,1,0.011538558,0,0.376821131,1,1,1,1,1,0.067367256,0,0.219223589,1,1,1,1,1,0.060902908,0,0.581259062,0.581341231,0.581560284
-7314,1,0.3302,1,1,1,1,1,1,1,1,0.0201,0.3302,0,1,0.2783,1,1,1,1,1,1,0.0357,0.2783,0,1,0.6049,1,1,1,0.0229,0.6049,0,1,1,1,1,1,0.022102874,0,0.258107364,1,1,1,1,1,0.036431782,0,0.377322525,1,1,1,1,1,0.055501364,0,0.608083615,0.607996615,0.608156028
-7315,1,0.3302,1,1,1,1,1,1,1,1,0.0672,0.3302,0,1,0.2783,1,1,1,1,1,1,0.0204,0.2783,0,1,0.6049,1,1,1,0.05,0.6049,0,1,1,1,1,1,0.07250914,0,0.485996664,1,1,1,1,1,0.03635405,0,0.443301082,1,1,1,1,1,0.078978948,0,0.597933784,0.597842183,0.597960993
-7316,1,0.3301,1,1,1,1,1,1,1,1,0.0701,0.3301,0,1,0.2783,1,1,1,1,1,1,0.0067,0.2783,0,1,0.605,1,1,1,0.0576,0.605,0,1,1,1,1,1,0.110121623,0,0.48902604,1,1,1,1,1,0.031169843,0,0.797014475,1,1,1,1,1,0.060039669,0,0.573948768,0.573936958,0.574024823
-7317,1,0.33,1,1,1,1,1,1,1,1,0.1178,0.33,0,1,0.2783,1,1,1,1,1,1,0.0253,0.2783,0,1,0.605,1,1,1,0.0423,0.605,0,1,1,1,1,1,0.129461452,0,0.459577352,1,1,1,1,1,0.050211485,0,0.851293445,1,1,1,1,1,0.067196369,0,0.534859836,0.534800085,0.53501773
-7318,1,0.3299,1,1,1,1,1,1,1,1,0.1321,0.3299,0,1,0.2783,1,1,1,1,1,1,0.0727,0.2783,0,1,0.605,1,1,1,0.0297,0.605,0,1,1,1,1,1,0.122727633,0,0.322514594,1,1,1,1,1,0.089552835,0,0.701404274,1,1,1,1,1,0.071373112,0,0.482781537,0.482758621,0.483156028
-7319,1,0.3298,1,1,1,1,1,1,1,1,0.1258,0.3298,0,1,0.2783,1,1,1,1,1,1,0.0814,0.2783,0,1,0.6051,1,1,1,0.0347,0.6051,0,1,1,1,1,1,0.096954554,0,0.224832714,1,1,1,1,1,0.091020867,0,0.374320418,1,1,1,1,1,0.106788576,0,0.436261479,0.436217474,0.436613475
-7320,1,0.3298,1,1,1,1,1,1,1,1,0.1481,0.3298,0,1,0.2783,1,1,1,1,1,1,0.113,0.2783,0,1,0.6051,1,1,1,0.0626,0.6051,0,1,1,1,1,1,0.125494346,0,0.148622513,1,1,1,1,1,0.129157513,0,0.24511075,1,1,1,1,1,0.127949387,0,0.40381827,0.403850222,0.403812057
-7321,1,0.3297,1,1,1,1,1,1,1,1,0.0957,0.3297,0,1,0.2782,1,1,1,1,1,1,0.1066,0.2782,0,1,0.6051,1,1,1,0.0487,0.6051,0,1,1,1,1,1,0.092415333,0,0.089125231,1,1,1,1,1,0.127917245,0,0.263274342,1,1,1,1,1,0.139702961,0,0.385935234,0.385868415,0.38608156
-7322,1,0.3296,1,1,1,1,1,1,1,1,0.0885,0.3296,0,1,0.2782,1,1,1,1,1,1,0.0973,0.2782,0,1,0.6052,1,1,1,0.0504,0.6052,0,1,1,1,1,1,0.079181693,0,0.078722626,1,1,1,1,1,0.124189928,0,0.332902908,1,1,1,1,1,0.130421326,0,0.376147898,0.376137085,0.375886525
-7323,1,0.3295,1,1,1,1,1,1,1,1,0.0833,0.3295,0,1,0.2782,1,1,1,1,1,1,0.0667,0.2782,0,1,0.6052,1,1,1,0.0672,0.6052,0,1,1,1,1,1,0.069897324,0,0.059932448,1,1,1,1,1,0.127586991,0,0.37203145,1,1,1,1,1,0.115959547,0,0.374154181,0.374021578,0.374113475
-7324,1,0.3294,1,1,1,1,1,1,1,1,0.1232,0.3294,0,1,0.2782,1,1,1,1,1,1,0.0722,0.2782,0,1,0.6052,1,1,1,0.0552,0.6052,0,1,1,1,1,1,0.136801988,0,0.077506781,1,1,1,1,1,0.124594375,0,0.7811414,1,1,1,1,1,0.081334256,0,0.38418318,0.38417601,0.383865248
-7325,1,0.3294,1,1,1,1,1,1,1,1,0.0847,0.3294,0,1,0.2782,1,1,1,1,1,1,0.0925,0.2782,0,1,0.6053,1,1,1,0.0392,0.6053,0,1,1,1,1,1,0.115958646,0,0.057304557,1,1,1,1,1,0.132810324,0,0.690869689,1,1,1,1,1,0.061564714,0,0.422426293,0.422466681,0.422429078
-7326,1,0.3293,1,1,1,1,1,1,1,1,0.0881,0.3293,0,1,0.2782,1,1,1,1,1,1,0.047,0.2782,0,1,0.6053,1,1,1,0.0333,0.6053,0,1,1,1,1,1,0.132008314,0,0.031119093,1,1,1,1,1,0.073333345,0,0.261075675,1,1,1,1,1,0.061935961,0,0.49722088,0.497144066,0.497340426
-7327,1,0.3292,1,1,1,1,1,1,1,1,0.0631,0.3292,0.0442,1,0.2782,1,1,1,1,1,1,0.024,0.2782,0.0115,1,0.6053,1,1,1,0.0175,0.6053,0.0621,1,1,1,1,1,0.066206522,0.09428522,0.051167995,1,1,1,1,1,0.035452366,0.110010803,0.29329899,1,1,1,1,1,0.018349342,0.230331734,0.54579507,0.545800719,0.546099291
-7328,1,0.3291,1,1,1,1,1,1,1,1,0.0824,0.3291,0.2029,1,0.2782,1,1,1,1,1,1,0.0411,0.2782,0.1797,1,0.6054,1,1,1,0.0116,0.6054,0.2796,1,1,1,1,1,0.092572927,0.296897441,0.05268386,1,1,1,1,1,0.043204084,0.343160629,0.334870934,1,1,1,1,1,0.008882446,0.450388819,0.555038666,0.554897398,0.554964539
-7329,1,0.329,1,1,1,1,1,1,1,1,0.0894,0.329,0.2873,1,0.2782,1,1,1,1,1,1,0.029,0.2782,0.2654,1,0.6054,1,1,1,0.0031,0.6054,0.37,1,1,1,1,1,0.076814912,0.406430751,0.024222035,1,1,1,1,1,0.035045393,0.515980184,0.412863135,1,1,1,1,1,0.001249084,0.521548092,0.561261479,0.561243918,0.561170213
-7330,1,0.3289,1,1,1,1,1,1,1,1,0.1186,0.3289,0.3191,1,0.2782,1,1,1,1,1,1,0.1151,0.2782,0.3097,1,0.6055,1,1,1,0.0047,0.6055,0.443,1,1,1,1,1,0.143893898,0.473015726,0.032910053,1,1,1,1,1,0.116329595,0.581877053,0.213298172,1,1,1,1,1,0.001890809,0.56193608,0.565792653,0.565686482,0.565602837
-7331,1,0.3289,1,1,1,1,1,1,1,1,0.1701,0.3289,0.3298,1,0.2782,1,1,1,1,1,1,0.2513,0.2782,0.3742,1,0.6055,1,1,1,0.0074,0.6055,0.418,1,1,1,1,1,0.238615006,0.535196781,0.032810669,1,1,1,1,1,0.261954546,0.648541152,0.419215441,1,1,1,1,1,0.003649992,0.61109364,0.56138231,0.561455469,0.561170213
-7332,1,0.3288,1,1,1,1,1,1,1,1,0.1095,0.3288,0.3256,1,0.2782,1,1,1,1,1,1,0.1449,0.2782,0.4562,1,0.6055,1,1,1,0.0068,0.6055,0.4299,1,1,1,1,1,0.171095952,0.51851517,0.07867609,1,1,1,1,1,0.177591383,0.610016882,0.497661799,1,1,1,1,1,0.008717251,0.594978154,0.556609473,0.556589803,0.556737589
-7333,1,0.3287,1,1,1,1,1,1,1,1,0.0965,0.3287,0.3173,1,0.2782,1,1,1,1,1,1,0.1767,0.2782,0.4487,1,0.6056,1,1,1,0.0119,0.6056,0.4038,1,1,1,1,1,0.159124076,0.479898483,0.110803783,1,1,1,1,1,0.216454834,0.624507427,0.2686961,1,1,1,1,1,0.02676025,0.58066684,0.555763654,0.555743601,0.555851064
-7334,1,0.3286,1,1,1,1,1,1,1,1,0.1337,0.3286,0.2735,1,0.2782,1,1,1,1,1,1,0.1767,0.2782,0.3992,1,0.6056,1,1,1,0.0392,0.6056,0.3395,1,1,1,1,1,0.189337641,0.440821379,0.170413807,1,1,1,1,1,0.240029246,0.579936266,0.426885873,1,1,1,1,1,0.072097532,0.483587503,0.550326245,0.550243283,0.550531915
-7335,1,0.3285,1,1,1,1,1,1,1,1,0.1236,0.3285,0.1964,1,0.2782,1,1,1,1,1,1,0.4458,0.2782,0.2977,1,0.6056,1,1,1,0.0647,0.6056,0.2129,1,1,1,1,1,0.204794362,0.320795566,0.142324015,1,1,1,1,1,0.41800338,0.491487235,0.667486429,1,1,1,1,1,0.112762369,0.257333845,0.54718463,0.547070023,0.547429078
-7336,1,0.3285,1,1,1,1,1,1,1,1,0.1236,0.3285,0.0354,1,0.2782,1,1,1,1,1,1,0.4414,0.2782,0.1002,1,0.6057,1,1,1,0.1082,0.6057,0.0006,1,1,1,1,1,0.208326399,0.089310281,0.159224346,1,1,1,1,1,0.429748714,0.242721409,0.784589827,1,1,1,1,1,0.209294543,0.00480422,0.556126148,0.556166702,0.556294326
-7337,1,0.3284,1,1,1,1,1,1,1,1,0.088,0.3284,0,1,0.2782,1,1,1,1,1,1,0.1828,0.2782,0,1,0.6057,1,1,1,0.0729,0.6057,0,1,1,1,1,1,0.132895365,0,0.4740569,1,1,1,1,1,0.215629846,0,0.980345845,1,1,1,1,1,0.167228714,0,0.581621556,0.581764333,0.582003546
-7338,1,0.3283,1,1,1,1,1,1,1,1,0.1547,0.3283,0,1,0.2782,1,1,1,1,1,1,0.2401,0.2782,0,1,0.6057,1,1,1,0.0896,0.6057,0,1,1,1,1,1,0.193453461,0,0.325420767,1,1,1,1,1,0.322025478,0,1,1,1,1,1,1,0.194915995,0,0.601981634,0.601861646,0.601950355
-7339,1,0.3282,1,1,1,1,1,1,1,1,0.1853,0.3282,0,1,0.2782,1,1,1,1,1,1,0.3332,0.2782,0,1,0.6058,1,1,1,0.0733,0.6058,0,1,1,1,1,1,0.266613066,0,0.106088974,1,1,1,1,1,0.346834719,0,1,1,1,1,1,1,0.139521927,0,0.587602707,0.587687751,0.587765957
-7340,1,0.3281,1,1,1,1,1,1,1,1,0.1426,0.3281,0,1,0.2782,1,1,1,1,1,1,0.4064,0.2782,0,1,0.6058,1,1,1,0.0786,0.6058,0,1,1,1,1,1,0.232480019,0,0.270385414,1,1,1,1,1,0.397743851,0,1,1,1,1,1,1,0.159660324,0,0.565611406,0.565686482,0.565602837
-7341,1,0.3281,1,1,1,1,1,1,1,1,0.1814,0.3281,0,1,0.2782,1,1,1,1,1,1,0.5072,0.2782,0,1,0.6058,1,1,1,0.0815,0.6058,0,1,1,1,1,1,0.330179691,0,0.387609571,1,1,1,1,1,0.511977553,0,1,1,1,1,1,1,0.14186269,0,0.534436926,0.534376983,0.534574468
-7342,1,0.328,1,1,1,1,1,1,1,1,0.225,0.328,0,1,0.2782,1,1,1,1,1,1,0.3587,0.2782,0,1,0.6059,1,1,1,0.1821,0.6059,0,1,1,1,1,1,0.329152286,0,0.628278732,1,1,1,1,1,0.347385257,0,1,1,1,1,1,1,0.29167977,0,0.491964717,0.491855299,0.492021277
-7343,1,0.3279,1,1,1,1,1,1,1,1,0.2288,0.3279,0,1,0.2781,1,1,1,1,1,1,0.2697,0.2781,0,1,0.6059,1,1,1,0.2152,0.6059,0,1,1,1,1,1,0.252433479,0,0.828036785,1,1,1,1,1,0.291230321,0,1,1,1,1,1,1,0.366336405,0,0.448042533,0.448064311,0.448138298
-7344,1,0.3278,1,1,1,1,1,1,1,1,0.1759,0.3278,0,1,0.2781,1,1,1,1,1,1,0.2274,0.2781,0,1,0.606,1,1,1,0.2966,0.606,0,1,1,1,1,1,0.242604569,0,0.839783669,1,1,1,1,1,0.253498197,0,1,1,1,1,1,1,0.493758529,0,0.414693088,0.414639306,0.414893617
-7345,1,0.3277,1,1,1,1,1,1,1,1,0.2389,0.3277,0,1,0.2781,1,1,1,1,1,1,0.2344,0.2781,0,1,0.606,1,1,1,0.2457,0.606,0,1,1,1,1,1,0.267311156,0,0.854756713,1,1,1,1,1,0.272490501,0,1,1,1,1,1,1,0.432884097,0,0.394151764,0.394118891,0.394503546
-7346,1,0.3277,1,1,1,1,1,1,1,1,0.3,0.3277,0,1,0.2781,1,1,1,1,1,1,0.4087,0.2781,0,1,0.606,1,1,1,0.283,0.606,0,1,1,1,1,1,0.321014792,0,0.888383508,1,1,1,1,1,0.390102208,0,1,1,1,1,1,1,0.527390063,0,0.384243596,0.38417601,0.384308511
-7347,1,0.3276,1,1,1,1,1,1,1,1,0.4013,0.3276,0,1,0.2781,1,1,1,1,1,1,0.5157,0.2781,0,1,0.6061,1,1,1,0.275,0.6061,0,1,1,1,1,1,0.42009598,0,0.981478214,1,1,1,1,1,0.491911471,0,1,1,1,1,1,1,0.523473263,0,0.37959159,0.379733446,0.379875887
-7348,1,0.3275,1,1,1,1,1,1,1,1,0.4611,0.3275,0,1,0.2781,1,1,1,1,1,1,0.4895,0.2781,0,1,0.6061,1,1,1,0.3052,0.6061,0,1,1,1,1,1,0.455897093,0,0.986465335,1,1,1,1,1,0.461954951,0,1,1,1,1,1,1,0.563381314,0,0.382672789,0.382695155,0.382535461
-7349,1,0.3274,1,1,1,1,1,1,1,1,0.3634,0.3274,0,1,0.2781,1,1,1,1,1,1,0.4836,0.2781,0,1,0.6061,1,1,1,0.3372,0.6061,0,1,1,1,1,1,0.413044006,0,1,1,1,1,1,1,0.455098152,0,1,1,1,1,1,1,0.589744508,0,0.397655872,0.397715253,0.397606383
-7350,1,0.3273,1,1,1,1,1,1,1,1,0.3263,0.3273,0,1,0.2781,1,1,1,1,1,1,0.3308,0.2781,0,1,0.6062,1,1,1,0.3733,0.6062,0,1,1,1,1,1,0.425187707,0,0.843620062,1,1,1,1,1,0.311289668,0,1,1,1,1,1,1,0.617980063,0,0.428769937,0.428813201,0.428634752
-7351,1,0.3273,1,1,1,1,1,1,1,1,0.3031,0.3273,0.0734,1,0.2781,1,1,1,1,1,1,0.3112,0.2781,0.103,1,0.6062,1,1,1,0.3706,0.6062,0.0494,1,1,1,1,1,0.375332355,0.201651052,0.781471848,1,1,1,1,1,0.273876011,0.240871787,1,1,1,1,1,1,0.629938304,0.171837524,0.46242146,0.462449757,0.462322695
-7352,1,0.3272,1,1,1,1,1,1,1,1,0.2841,0.3272,0.2972,1,0.2781,1,1,1,1,1,1,0.7207,0.2781,0.3518,1,0.6062,1,1,1,0.3488,0.6062,0.1862,1,1,1,1,1,0.361528814,0.520689785,0.91106987,1,1,1,1,1,0.531680465,0.581511736,0.998743534,1,1,1,1,1,0.629862249,0.388530433,0.495287579,0.49524011,0.495567376
-7353,1,0.3271,1,1,1,1,1,1,1,1,0.302,0.3271,0.4716,1,0.2781,1,1,1,1,1,1,0.7222,0.2781,0.5161,1,0.6063,1,1,1,0.3168,0.6063,0.2738,1,1,1,1,1,0.44074595,0.714058518,0.859377861,1,1,1,1,1,0.665077388,0.762073815,1,1,1,1,1,1,0.55544436,0.481088132,0.518366361,0.518299133,0.518617021
-7354,1,0.327,1,1,1,1,1,1,1,1,0.2923,0.327,0.5682,1,0.2781,1,1,1,1,1,1,0.6888,0.2781,0.6371,1,0.6063,1,1,1,0.3413,0.6063,0.3342,1,1,1,1,1,0.441059887,0.794052839,0.808316112,1,1,1,1,1,0.632206619,0.838993073,0.996685863,1,1,1,1,1,0.575419664,0.493261635,0.525918318,0.525914957,0.526152482
-7355,1,0.3269,1,1,1,1,1,1,1,1,0.2636,0.3269,0.6029,1,0.2781,1,1,1,1,1,1,0.6698,0.2781,0.68,1,0.6063,1,1,1,0.4583,0.6063,0.3206,1,1,1,1,1,0.438694656,0.83410877,0.386046052,1,1,1,1,1,0.604508102,0.862732887,0.630793273,1,1,1,1,1,0.720409393,0.455927551,0.523260029,0.523164798,0.523492908
-7356,1,0.3269,1,1,1,1,1,1,1,1,0.2255,0.3269,0.634,1,0.2781,1,1,1,1,1,1,0.5976,0.2781,0.6761,1,0.6064,1,1,1,0.4197,0.6064,0.3511,1,1,1,1,1,0.386806101,0.864639342,0.22332941,1,1,1,1,1,0.611699522,0.797299266,0.429999202,1,1,1,1,1,0.689236462,0.487859577,0.516433059,0.516606727,0.516843972
-7357,1,0.3268,1,1,1,1,1,1,1,1,0.1735,0.3268,0.6112,1,0.2781,1,1,1,1,1,1,0.5652,0.2781,0.6272,1,0.6064,1,1,1,0.416,0.6064,0.3191,1,1,1,1,1,0.338924319,0.824599743,0.135201797,1,1,1,1,1,0.575855076,0.723060846,0.435963631,1,1,1,1,1,0.669473588,0.626777887,0.507310295,0.507298498,0.507535461
-7358,1,0.3267,1,1,1,1,1,1,1,1,0.195,0.3267,0.4913,1,0.2781,1,1,1,1,1,1,0.6629,0.2781,0.5039,1,0.6065,1,1,1,0.4344,0.6065,0.2377,1,1,1,1,1,0.373072147,0.71937418,0.214079335,1,1,1,1,1,0.672316313,0.609170735,0.482041925,1,1,1,1,1,0.673885465,0.66616708,0.500181247,0.500105775,0.5
-7359,1,0.3266,1,1,1,1,1,1,1,1,0.3159,0.3266,0.3024,1,0.2781,1,1,1,1,1,1,0.7227,0.2781,0.3288,1,0.6065,1,1,1,0.4417,0.6065,0.188,1,1,1,1,1,0.502659142,0.474930316,0.203534335,1,1,1,1,1,0.740856171,0.434147865,0.598433018,1,1,1,1,1,0.660483122,0.491997987,0.497462542,0.497355617,0.497783688
-7360,1,0.3265,1,1,1,1,1,1,1,1,0.3396,0.3265,0.0796,1,0.2781,1,1,1,1,1,1,0.6512,0.2781,0.115,1,0.6065,1,1,1,0.4125,0.6065,0.004,1,1,1,1,1,0.420402586,0.199075371,0.235194594,1,1,1,1,1,0.592995107,0.236966491,0.816184282,1,1,1,1,1,0.66705817,0.122218549,0.509424843,0.509414005,0.509751773
-7361,1,0.3265,1,1,1,1,1,1,1,1,0.3749,0.3265,0,1,0.2781,1,1,1,1,1,1,0.6595,0.2781,0,1,0.6066,1,1,1,0.4372,0.6066,0,1,1,1,1,1,0.40491882,0,0.509952188,1,1,1,1,1,0.597439945,0,1,1,1,1,1,1,0.687626958,0,0.542472209,0.542627459,0.542553191
-7362,1,0.3264,1,1,1,1,1,1,1,1,0.4045,0.3264,0,1,0.2781,1,1,1,1,1,1,0.7011,0.2781,0,1,0.6066,1,1,1,0.5096,0.6066,0,1,1,1,1,1,0.478089303,0,0.520820737,1,1,1,1,1,0.621022642,0,1,1,1,1,1,1,0.717476547,0,0.572317545,0.572244553,0.572251773
-7363,1,0.3263,1,1,1,1,1,1,1,1,0.454,0.3263,0,1,0.2781,1,1,1,1,1,1,0.693,0.2781,0,1,0.6066,1,1,1,0.506,0.6066,0,1,1,1,1,1,0.594963431,0,0.767642081,1,1,1,1,1,0.610978186,0,1,1,1,1,1,1,0.68991971,0,0.560173997,0.560186165,0.560283688
-7364,1,0.3262,1,1,1,1,1,1,1,1,0.4549,0.3262,0,1,0.2781,1,1,1,1,1,1,0.7096,0.2781,0,1,0.6067,1,1,1,0.5846,0.6067,0,1,1,1,1,1,0.674858272,0,0.792706013,1,1,1,1,1,0.671921611,0,1,1,1,1,1,1,0.793697059,0,0.54301595,0.543050561,0.542996454
-7365,1,0.3261,1,1,1,1,1,1,1,1,0.4334,0.3261,0,1,0.278,1,1,1,1,1,1,0.6552,0.278,0,1,0.6067,1,1,1,0.5404,0.6067,0,1,1,1,1,1,0.641974688,0,0.809876621,1,1,1,1,1,0.596607089,0,1,1,1,1,1,1,0.731911778,0,0.517762204,0.517664481,0.517730496
-7366,1,0.326,1,1,1,1,1,1,1,1,0.4417,0.326,0,1,0.278,1,1,1,1,1,1,0.5179,0.278,0,1,0.6067,1,1,1,0.5581,0.6067,0,1,1,1,1,1,0.548826456,0,0.864600778,1,1,1,1,1,0.449807256,0,1,1,1,1,1,1,0.771939874,0,0.483869019,0.483816374,0.484042553
-7367,1,0.326,1,1,1,1,1,1,1,1,0.5507,0.326,0,1,0.278,1,1,1,1,1,1,0.5916,0.278,0,1,0.6068,1,1,1,0.52,0.6068,0,1,1,1,1,1,0.644421458,0,0.866050184,1,1,1,1,1,0.543752432,0,1,1,1,1,1,1,0.767312825,0,0.44822378,0.448275862,0.448138298
-7368,1,0.3259,1,1,1,1,1,1,1,1,0.5251,0.3259,0,1,0.278,1,1,1,1,1,1,0.7448,0.278,0,1,0.6068,1,1,1,0.5236,0.6068,0,1,1,1,1,1,0.650528431,0,0.922763228,1,1,1,1,1,0.656015456,0,1,1,1,1,1,1,0.753917813,0,0.415659739,0.415697059,0.415780142
-7369,1,0.3258,1,1,1,1,1,1,1,1,0.542,0.3258,0,1,0.278,1,1,1,1,1,1,0.8269,0.278,0,1,0.6069,1,1,1,0.5035,0.6069,0,1,1,1,1,1,0.643303752,0,0.913722038,1,1,1,1,1,0.728305578,0,1,1,1,1,1,1,0.716150284,0,0.38919768,0.389253226,0.389184397
-7370,1,0.3257,1,1,1,1,1,1,1,1,0.5387,0.3257,0,1,0.278,1,1,1,1,1,1,0.8013,0.278,0,1,0.6069,1,1,1,0.5512,0.6069,0,1,1,1,1,1,0.664980888,0,0.956735015,1,1,1,1,1,0.710026622,0,1,1,1,1,1,1,0.734883428,0,0.377658289,0.377617939,0.377659574
-7371,1,0.3256,1,1,1,1,1,1,1,1,0.5107,0.3256,0,1,0.278,1,1,1,1,1,1,0.7084,0.278,0,1,0.6069,1,1,1,0.4682,0.6069,0,1,1,1,1,1,0.627266109,0,1,1,1,1,1,1,0.652953506,0,0.978297174,1,1,1,1,1,0.653154314,0,0.377054132,0.376983287,0.377216312
-7372,1,0.3256,1,1,1,1,1,1,1,1,0.4991,0.3256,0,1,0.278,1,1,1,1,1,1,0.7121,0.278,0,1,0.607,1,1,1,0.4175,0.607,0,1,1,1,1,1,0.600744784,0,1,1,1,1,1,1,0.670439243,0,0.91421783,1,1,1,1,1,0.647561312,0,0.383639439,0.383752909,0.383865248
-7373,1,0.3255,1,1,1,1,1,1,1,1,0.4952,0.3255,0,1,0.278,1,1,1,1,1,1,0.644,0.278,0,1,0.607,1,1,1,0.4524,0.607,0,1,1,1,1,1,0.602394581,0,0.985444546,1,1,1,1,1,0.644953191,0,0.832792401,1,1,1,1,1,0.673518062,0,0.400012083,0.40004231,0.400265957
-7374,1,0.3254,1,1,1,1,1,1,1,1,0.4831,0.3254,0,1,0.278,1,1,1,1,1,1,0.4819,0.278,0,1,0.607,1,1,1,0.4974,0.607,0,1,1,1,1,1,0.589659333,0,0.709368825,1,1,1,1,1,0.486203969,0,0.570697665,1,1,1,1,1,0.69528681,0,0.423211696,0.423101333,0.423315603
-7375,1,0.3253,1,1,1,1,1,1,1,1,0.4132,0.3253,0.1222,1,0.278,1,1,1,1,1,1,0.44,0.278,0.1248,1,0.6071,1,1,1,0.455,0.6071,0.0589,1,1,1,1,1,0.539259195,0.256983697,0.349351734,1,1,1,1,1,0.425944746,0.287525296,0.339589268,1,1,1,1,1,0.623390734,0.294418454,0.45698405,0.456949439,0.457003546
-7376,1,0.3252,1,1,1,1,1,1,1,1,0.3951,0.3252,0.3693,1,0.278,1,1,1,1,1,1,0.6287,0.278,0.3734,1,0.6071,1,1,1,0.4999,0.6071,0.2605,1,1,1,1,1,0.578279376,0.619954705,0.425221711,1,1,1,1,1,0.488367617,0.636921763,0.329103917,1,1,1,1,1,0.700415552,0.643077374,0.490635573,0.490585995,0.490691489
-7377,1,0.3252,1,1,1,1,1,1,1,1,0.4111,0.3252,0.5472,1,0.278,1,1,1,1,1,1,0.6394,0.278,0.5558,1,0.6071,1,1,1,0.5697,0.6071,0.3815,1,1,1,1,1,0.56948787,0.80671382,0.450251877,1,1,1,1,1,0.503410399,0.851415694,0.250893205,1,1,1,1,1,0.731288552,0.839499056,0.507068632,0.506875397,0.507092199
-7378,1,0.3251,1,1,1,1,1,1,1,1,0.2016,0.3251,0.6611,1,0.278,1,1,1,1,1,1,0.5005,0.278,0.678,1,0.6072,1,1,1,0.5926,0.6072,0.4763,1,1,1,1,1,0.356319457,0.875398934,0.302123755,1,1,1,1,1,0.418678284,0.95015955,0.112504199,1,1,1,1,1,0.767055333,0.919020414,0.509001933,0.508990903,0.508865248
-7379,1,0.325,1,1,1,1,1,1,1,1,0.161,0.325,0.6554,1,0.278,1,1,1,1,1,1,0.2538,0.278,0.7017,1,0.6072,1,1,1,0.5768,0.6072,0.5155,1,1,1,1,1,0.288462251,0.836866319,0.352226555,1,1,1,1,1,0.235647425,0.991672814,0.096802361,1,1,1,1,1,0.732206762,0.939890742,0.507310295,0.507298498,0.507535461
-7380,1,0.3249,1,1,1,1,1,1,1,1,0.1118,0.3249,0.6543,1,0.278,1,1,1,1,1,1,0.2851,0.278,0.6992,1,0.6072,1,1,1,0.4641,0.6072,0.5119,1,1,1,1,1,0.200991929,0.826117218,0.194614917,1,1,1,1,1,0.260407239,0.986885071,0.104725912,1,1,1,1,1,0.67018187,0.904188156,0.504108265,0.504125238,0.504432624
-7381,1,0.3248,1,1,1,1,1,1,1,1,0.1003,0.3248,0.6434,1,0.278,1,1,1,1,1,1,0.2977,0.278,0.6796,1,0.6073,1,1,1,0.4039,0.6073,0.4693,1,1,1,1,1,0.187170208,0.80471313,0.129538283,1,1,1,1,1,0.251190245,0.94869113,0.032031417,1,1,1,1,1,0.574585021,0.883812189,0.50042291,0.500528877,0.500443262
-7382,1,0.3248,1,1,1,1,1,1,1,1,0.1396,0.3248,0.5225,1,0.278,1,1,1,1,1,1,0.3787,0.278,0.5686,1,0.6073,1,1,1,0.4979,0.6073,0.3724,1,1,1,1,1,0.258198321,0.721895158,0.018131256,1,1,1,1,1,0.319509268,0.828003526,0.021203142,1,1,1,1,1,0.729780793,0.760793805,0.498972934,0.499048022,0.499113475
-7383,1,0.3247,1,1,1,1,1,1,1,1,0.1284,0.3247,0.3333,1,0.278,1,1,1,1,1,1,0.3103,0.278,0.3868,1,0.6074,1,1,1,0.5082,0.6074,0.2154,1,1,1,1,1,0.231026739,0.541387141,0.012854782,1,1,1,1,1,0.261124343,0.623019755,0.018976178,1,1,1,1,1,0.748007953,0.516359389,0.507974867,0.50793315,0.507978723
-7384,1,0.3246,1,1,1,1,1,1,1,1,0.1038,0.3246,0.0922,1,0.278,1,1,1,1,1,1,0.2782,0.278,0.1418,1,0.6074,1,1,1,0.4047,0.6074,0.0112,1,1,1,1,1,0.159848705,0.208497271,0,1,1,1,1,1,0.254770637,0.315019488,0.053874351,1,1,1,1,1,0.583339453,0.213843465,0.55540116,0.555320499,0.555407801
-7385,1,0.3245,1,1,1,1,1,1,1,1,0.1199,0.3245,0,1,0.278,1,1,1,1,1,1,0.1226,0.278,0,1,0.6074,1,1,1,0.3843,0.6074,0,1,1,1,1,1,0.14845936,0,0.000608861,1,1,1,1,1,0.166948631,0,0.124784306,1,1,1,1,1,0.598742127,0,0.5979942,0.598053734,0.597960993
-7386,1,0.3244,1,1,1,1,1,1,1,1,0.1637,0.3244,0,1,0.278,1,1,1,1,1,1,0.1163,0.278,0,1,0.6075,1,1,1,0.477,0.6075,0,1,1,1,1,1,0.168948844,0,0.005540169,1,1,1,1,1,0.176630318,0,0.303127766,1,1,1,1,1,0.712405145,0,0.59938376,0.599323038,0.59929078
-7387,1,0.3244,1,1,1,1,1,1,1,1,0.1652,0.3244,0,1,0.2779,1,1,1,1,1,1,0.1896,0.2779,0,1,0.6075,1,1,1,0.4025,0.6075,0,1,1,1,1,1,0.157934785,0,0.030861976,1,1,1,1,1,0.224979967,0,0.647052109,1,1,1,1,1,0.639157832,0,0.580956984,0.58091813,0.581117021
-7388,1,0.3243,1,1,1,1,1,1,1,1,0.1575,0.3243,0,1,0.2779,1,1,1,1,1,1,0.2543,0.2779,0,1,0.6075,1,1,1,0.3961,0.6075,0,1,1,1,1,1,0.185565308,0,0.151811346,1,1,1,1,1,0.277341694,0,1,1,1,1,1,1,0.623660088,0,0.561503142,0.561455469,0.561613475
-7389,1,0.3242,1,1,1,1,1,1,1,1,0.1142,0.3242,0,1,0.2779,1,1,1,1,1,1,0.2435,0.2779,0,1,0.6076,1,1,1,0.358,0.6076,0,1,1,1,1,1,0.125123784,0,0.273958325,1,1,1,1,1,0.249958158,0,0.780014396,1,1,1,1,1,0.519602895,0,0.511720638,0.511741062,0.511968085
-7390,1,0.3241,1,1,1,1,1,1,1,1,0.1704,0.3241,0,1,0.2779,1,1,1,1,1,1,0.3381,0.2779,0,1,0.6076,1,1,1,0.2892,0.6076,0,1,1,1,1,1,0.189334825,0,0.539216876,1,1,1,1,1,0.314298451,0,0.620017111,1,1,1,1,1,0.370175719,0,0.463931851,0.463930611,0.464095745
-7391,1,0.324,1,1,1,1,1,1,1,1,0.2392,0.324,0,1,0.2779,1,1,1,1,1,1,0.3169,0.2779,0,1,0.6076,1,1,1,0.2384,0.6076,0,1,1,1,1,1,0.285463244,0,0.668480754,1,1,1,1,1,0.34279561,0,0.77924788,1,1,1,1,1,0.327546895,0,0.423634606,0.423735985,0.423758865
-7392,1,0.324,1,1,1,1,1,1,1,1,0.2055,0.324,0,1,0.2779,1,1,1,1,1,1,0.2858,0.2779,0,1,0.6077,1,1,1,0.1827,0.6077,0,1,1,1,1,1,0.218991846,0,0.770296812,1,1,1,1,1,0.30514133,0,0.600340605,1,1,1,1,1,0.276679844,0,0.405691155,0.405754178,0.405585106
-7393,1,0.3239,1,1,1,1,1,1,1,1,0.1351,0.3239,0,1,0.2779,1,1,1,1,1,1,0.1487,0.2779,0,1,0.6077,1,1,1,0.1575,0.6077,0,1,1,1,1,1,0.149658501,0,0.734310389,1,1,1,1,1,0.191179276,0,0.585457921,1,1,1,1,1,0.221412063,0,0.393668439,0.39369579,0.393617021
-7394,1,0.3238,1,1,1,1,1,1,1,1,0.15,0.3238,0,1,0.2779,1,1,1,1,1,1,0.1385,0.2779,0,1,0.6077,1,1,1,0.1149,0.6077,0,1,1,1,1,1,0.138938531,0,0.889521122,1,1,1,1,1,0.18181026,0,0.705019474,1,1,1,1,1,0.148590893,0,0.389076849,0.389041675,0.389184397
-7395,1,0.3237,1,1,1,1,1,1,1,1,0.131,0.3237,0,1,0.2779,1,1,1,1,1,1,0.1113,0.2779,0,1,0.6078,1,1,1,0.1066,0.6078,0,1,1,1,1,1,0.113944024,0,0.712677658,1,1,1,1,1,0.147331834,0,0.614840865,1,1,1,1,1,0.166952595,0,0.391795553,0.391791834,0.391843972
-7396,1,0.3236,1,1,1,1,1,1,1,1,0.1495,0.3236,0,1,0.2779,1,1,1,1,1,1,0.1534,0.2779,0,1,0.6078,1,1,1,0.1105,0.6078,0,1,1,1,1,1,0.128074795,0,0.504895389,1,1,1,1,1,0.177211016,0,0.519004464,1,1,1,1,1,0.165488154,0,0.40840986,0.408504337,0.408687943
-7397,1,0.3235,1,1,1,1,1,1,1,1,0.1654,0.3235,0,1,0.2779,1,1,1,1,1,1,0.1221,0.2779,0,1,0.6079,1,1,1,0.0773,0.6079,0,1,1,1,1,1,0.135324463,0,0.406212807,1,1,1,1,1,0.138923272,0,0.447366267,1,1,1,1,1,0.124882348,0,0.457225713,0.45716099,0.457446809
-7398,1,0.3235,1,1,1,1,1,1,1,1,0.1797,0.3235,0,1,0.2779,1,1,1,1,1,1,0.1442,0.2779,0,1,0.6079,1,1,1,0.0895,0.6079,0,1,1,1,1,1,0.190221503,0,0.446080923,1,1,1,1,1,0.156128988,0,0.451931715,1,1,1,1,1,0.13594088,0,0.537880619,0.537761794,0.538120567
-7399,1,0.3234,1,1,1,1,1,1,1,1,0.1706,0.3234,0.0742,1,0.2779,1,1,1,1,1,1,0.0421,0.2779,0.0593,1,0.6079,1,1,1,0.0672,0.6079,0.0627,1,1,1,1,1,0.084109992,0.18686229,0.749641538,1,1,1,1,1,0.051804654,0.140808433,0.716233015,1,1,1,1,1,0.105966136,0.228387266,0.581138231,0.581129681,0.581117021
-7400,1,0.3233,1,1,1,1,1,1,1,1,0.1653,0.3233,0.2679,1,0.2779,1,1,1,1,1,1,0.0454,0.2779,0.2818,1,0.608,1,1,1,0.0471,0.608,0.2723,1,1,1,1,1,0.05155297,0.452225596,0.797656298,1,1,1,1,1,0.054271761,0.468281925,0.656450808,1,1,1,1,1,0.072655976,0.477193177,0.591710971,0.591707214,0.591755319
-7401,1,0.3232,1,1,1,1,1,1,1,1,0.2037,0.3232,0.405,1,0.2779,1,1,1,1,1,1,0.1006,0.2779,0.4398,1,0.608,1,1,1,0.1221,0.608,0.3921,1,1,1,1,1,0.093947753,0.625724733,0.984730124,1,1,1,1,1,0.103341118,0.64045608,1,1,1,1,1,1,0.218660027,0.588491917,0.59660464,0.59678443,0.597074468
-7402,1,0.3231,1,1,1,1,1,1,1,1,0.1383,0.3231,0.494,1,0.2779,1,1,1,1,1,1,0.2009,0.2779,0.5087,1,0.608,1,1,1,0.0495,0.608,0.4405,1,1,1,1,1,0.113019057,0.690490961,1,1,1,1,1,1,0.196096033,0.679920018,1,1,1,1,1,1,0.086656354,0.56335783,0.597873369,0.597842183,0.597960993
-7403,1,0.3231,1,1,1,1,1,1,1,1,0.1505,0.3231,0.5344,1,0.2779,1,1,1,1,1,1,0.1826,0.2779,0.5117,1,0.6081,1,1,1,0.0591,0.6081,0.3728,1,1,1,1,1,0.099355444,0.705022693,1,1,1,1,1,1,0.170163989,0.679087341,1,1,1,1,1,1,0.111245573,0.534142435,0.595758821,0.595726677,0.595744681
-7404,1,0.323,1,1,1,1,1,1,1,1,0.1376,0.323,0.5662,1,0.2779,1,1,1,1,1,1,0.1561,0.2779,0.5315,1,0.6081,1,1,1,0.0434,0.6081,0.4059,1,1,1,1,1,0.123812005,0.72766149,0.788757145,1,1,1,1,1,0.148831055,0.697782159,0.703453958,1,1,1,1,1,0.077034801,0.514829636,0.590683905,0.590649461,0.590868794
-7405,1,0.3229,1,1,1,1,1,1,1,1,0.1451,0.3229,0.5347,1,0.2779,1,1,1,1,1,1,0.1275,0.2779,0.5213,1,0.6081,1,1,1,0.0536,0.6081,0.3601,1,1,1,1,1,0.130523503,0.687000751,0.946499228,1,1,1,1,1,0.123415299,0.672371805,0.884660006,1,1,1,1,1,0.096067443,0.529415309,0.586454809,0.586629998,0.58643617
-7406,1,0.3228,1,1,1,1,1,1,1,1,0.1679,0.3228,0.4517,1,0.2779,1,1,1,1,1,1,0.198,0.2779,0.4825,1,0.6082,1,1,1,0.0903,0.6082,0.3194,1,1,1,1,1,0.22492604,0.651691318,0.865123272,1,1,1,1,1,0.182612062,0.741494894,0.777006567,1,1,1,1,1,0.131938636,0.50940764,0.576546641,0.576687117,0.576684397
-7407,1,0.3227,1,1,1,1,1,1,1,1,0.2052,0.3227,0.3069,1,0.2779,1,1,1,1,1,1,0.2508,0.2779,0.3569,1,0.6082,1,1,1,0.124,0.6082,0.2219,1,1,1,1,1,0.286203384,0.526851714,0.772307813,1,1,1,1,1,0.247194394,0.624759555,0.970508456,1,1,1,1,1,0.182035163,0.393152297,0.581198647,0.581341231,0.581560284
-7408,1,0.3227,1,1,1,1,1,1,1,1,0.1345,0.3227,0.0925,1,0.2778,1,1,1,1,1,1,0.2887,0.2778,0.1384,1,0.6082,1,1,1,0.0736,0.6082,0.0222,1,1,1,1,1,0.163772896,0.249550149,0.493389606,1,1,1,1,1,0.265105367,0.332247227,0.627868891,1,1,1,1,1,0.126768604,0.070546776,0.623912518,0.623862915,0.624113475
-7409,1,0.3226,1,1,1,1,1,1,1,1,0.0863,0.3226,0,1,0.2778,1,1,1,1,1,1,0.0676,0.2778,0,1,0.6083,1,1,1,0.0642,0.6083,0,1,1,1,1,1,0.080205932,0,0.509002149,1,1,1,1,1,0.066249304,0,0.760357618,1,1,1,1,1,0.104143806,0,0.675507492,0.675481278,0.675531915
-7410,1,0.3225,1,1,1,1,1,1,1,1,0.0723,0.3225,0,1,0.2778,1,1,1,1,1,1,0.0137,0.2778,0,1,0.6083,1,1,1,0.0367,0.6083,0,1,1,1,1,1,0.050329532,0,0.605479658,1,1,1,1,1,0.020643398,0,0.891808927,1,1,1,1,1,0.062131446,0,0.672245046,0.672308018,0.672429078
-7411,1,0.3224,1,1,1,1,1,1,1,1,0.0744,0.3224,0,1,0.2778,1,1,1,1,1,1,0,0.2778,0,1,0.6084,1,1,1,0.022,0.6084,0,1,1,1,1,1,0.015000734,0,0.566978753,1,1,1,1,1,0.007939407,0,0.964278102,1,1,1,1,1,0.043473985,0,0.65381827,0.653691559,0.654255319
-7412,1,0.3223,1,1,1,1,1,1,1,1,0.0436,0.3223,0,1,0.2778,1,1,1,1,1,1,0,0.2778,0,1,0.6084,1,1,1,0.041,0.6084,0,1,1,1,1,1,0.001572278,0,0.651171803,1,1,1,1,1,0.006502986,0,0.914881468,1,1,1,1,1,0.093644649,0,0.625604157,0.625766871,0.625886525
-7413,1,0.3223,1,1,1,1,1,1,1,1,0.0403,0.3223,0,1,0.2778,1,1,1,1,1,1,0.0041,0.2778,0,1,0.6084,1,1,1,0.0259,0.6084,0,1,1,1,1,1,0.002975137,0,0.697888434,1,1,1,1,1,0.009876674,0,0.864118636,1,1,1,1,1,0.048443995,0,0.581742388,0.581764333,0.582003546
-7414,1,0.3222,1,1,1,1,1,1,1,1,0.0466,0.3222,0,1,0.2778,1,1,1,1,1,1,0.0048,0.2778,0,1,0.6085,1,1,1,0.0348,0.6085,0,1,1,1,1,1,0.003754643,0,0.782304049,1,1,1,1,1,0.007547234,0,0.91879046,1,1,1,1,1,0.080165721,0,0.528757854,0.528876666,0.528812057
-7415,1,0.3221,1,1,1,1,1,1,1,1,0.0353,0.3221,0,1,0.2778,1,1,1,1,1,1,0,0.2778,0,1,0.6085,1,1,1,0.0232,0.6085,0,1,1,1,1,1,0.00166474,0,0.999036968,1,1,1,1,1,0.001129702,0,1,1,1,1,1,1,0.056488398,0,0.480848236,0.480643114,0.480939716
-7416,1,0.322,1,1,1,1,1,1,1,1,0.0345,0.322,0,1,0.2778,1,1,1,1,1,1,0,0.2778,0,1,0.6085,1,1,1,0.0103,0.6085,0,1,1,1,1,1,0.001487917,0,0.734334946,1,1,1,1,1,0.00085173,0,0.920323372,1,1,1,1,1,0.028796682,0,0.451546641,0.451660673,0.451241135
-7417,1,0.3219,1,1,1,1,1,1,1,1,0.0289,0.3219,0,1,0.2778,1,1,1,1,1,1,0,0.2778,0,1,0.6086,1,1,1,0.0173,0.6086,0,1,1,1,1,1,0.001128316,0,0.350866973,1,1,1,1,1,0.000691281,0,0.666497231,1,1,1,1,1,0.040989105,0,0.43722813,0.437275227,0.437056738
-7418,1,0.3219,1,1,1,1,1,1,1,1,0.0188,0.3219,0,1,0.2778,1,1,1,1,1,1,0,0.2778,0,1,0.6086,1,1,1,0.025,0.6086,0,1,1,1,1,1,0.00070354,0,0.218872428,1,1,1,1,1,0.00081005,0,0.592223346,1,1,1,1,1,0.062482562,0,0.432334461,0.432409562,0.432624113
-7419,1,0.3218,1,1,1,1,1,1,1,1,0.0177,0.3218,0,1,0.2778,1,1,1,1,1,1,0,0.2778,0,1,0.6086,1,1,1,0.0186,0.6086,0,1,1,1,1,1,0.000581974,0,0.250030577,1,1,1,1,1,0.000596709,0,0.48606962,1,1,1,1,1,0.056091763,0,0.434388594,0.434313518,0.434397163
-7420,1,0.3217,1,1,1,1,1,1,1,1,0.0127,0.3217,0,1,0.2778,1,1,1,1,1,1,0,0.2778,0,1,0.6087,1,1,1,0.014,0.6087,0,1,1,1,1,1,0.000613066,0,0.106449693,1,1,1,1,1,0.00062099,0,0.517707825,1,1,1,1,1,0.047303513,0,0.449734171,0.449756717,0.449911348
-7421,1,0.3216,1,1,1,1,1,1,1,1,0.0132,0.3216,0,1,0.2778,1,1,1,1,1,1,0,0.2778,0,1,0.6087,1,1,1,0.0199,0.6087,0,1,1,1,1,1,0.000772398,0,0.108110145,1,1,1,1,1,0.000694931,0,0.569638491,1,1,1,1,1,0.060598116,0,0.497764621,0.497778718,0.497783688
-7422,1,0.3215,1,1,1,1,1,1,1,1,0.0127,0.3215,0,1,0.2778,1,1,1,1,1,1,0,0.2778,0,1,0.6087,1,1,1,0.0207,0.6087,0,1,1,1,1,1,0.000712493,0,0.073406212,1,1,1,1,1,0.001338915,0,0.591876984,1,1,1,1,1,0.069526441,0,0.566094732,0.566109583,0.566046099
-7423,1,0.3215,1,1,1,1,1,1,1,1,0.0099,0.3215,0.1203,1,0.2778,1,1,1,1,1,1,0,0.2778,0.1197,1,0.6088,1,1,1,0.0273,0.6088,0.0961,1,1,1,1,1,0.001356113,0.287670612,0.089237094,1,1,1,1,1,0.000592178,0.267056286,0.661522806,1,1,1,1,1,0.086660869,0.307199597,0.599987917,0.59995769,0.600177305
-7424,1,0.3214,1,1,1,1,1,1,1,1,0.0133,0.3214,0.3677,1,0.2778,1,1,1,1,1,1,0,0.2778,0.3695,1,0.6088,1,1,1,0.0612,0.6088,0.333,1,1,1,1,1,0.000554867,0.642778695,0.116577402,1,1,1,1,1,0.00050509,0.62523663,0.64848721,1,1,1,1,1,0.146115184,0.659978032,0.606089899,0.606092659,0.606382979
-7425,1,0.3213,1,1,1,1,1,1,1,1,0.0415,0.3213,0.564,1,0.2778,1,1,1,1,1,1,0,0.2778,0.5515,1,0.6089,1,1,1,0.1366,0.6089,0.4861,1,1,1,1,1,0.009852363,0.848859549,0.219812363,1,1,1,1,1,0.001077236,0.815557063,0.934818387,1,1,1,1,1,0.216660514,0.870420754,0.605304495,0.605246457,0.605496454
-7426,1,0.3212,1,1,1,1,1,1,1,1,0.0386,0.3212,0.647,1,0.2778,1,1,1,1,1,1,0.0334,0.2778,0.6482,1,0.6089,1,1,1,0.1064,0.6089,0.6095,1,1,1,1,1,0.01666153,0.917164266,0.521842301,1,1,1,1,1,0.038559459,0.909162402,1,1,1,1,1,1,0.206565455,0.928722143,0.603371194,0.603342501,0.603280142
-7427,1,0.3211,1,1,1,1,1,1,1,1,0.0029,0.3211,0.6568,1,0.2778,1,1,1,1,1,1,0.0262,0.2778,0.6544,1,0.6089,1,1,1,0.0829,0.6089,0.619,1,1,1,1,1,0.005343822,0.929813921,0.078077875,1,1,1,1,1,0.030763045,0.927735388,0.344141364,1,1,1,1,1,0.126852527,0.941291273,0.599625423,0.599746139,0.599734043
-7428,1,0.3211,1,1,1,1,1,1,1,1,0.0073,0.3211,0.654,1,0.2778,1,1,1,1,1,1,0,0.2778,0.6457,1,0.609,1,1,1,0.0932,0.609,0.6231,1,1,1,1,1,0.009547856,0.923870564,0.129743963,1,1,1,1,1,0.005091574,0.923616886,0.333499461,1,1,1,1,1,0.137214735,0.939400077,0.592617206,0.592764967,0.592641844
-7429,1,0.321,1,1,1,1,1,1,1,1,0,0.321,0.6313,1,0.2778,1,1,1,1,1,1,0,0.2778,0.6188,1,0.609,1,1,1,0.1134,0.609,0.5894,1,1,1,1,1,2.21E-06,0.887782395,0.103679277,1,1,1,1,1,0,0.895990133,0.094735093,1,1,1,1,1,0.150616378,0.900146008,0.587783954,0.587687751,0.58820922
-7430,1,0.3209,1,1,1,1,1,1,1,1,0,0.3209,0.5149,1,0.2777,1,1,1,1,1,1,0,0.2777,0.5342,1,0.609,1,1,1,0.0721,0.609,0.4898,1,1,1,1,1,1.56E-05,0.798085868,0.293805897,1,1,1,1,1,3.03E-05,0.817553163,0.322484314,1,1,1,1,1,0.0878295,0.793088734,0.582709038,0.582822086,0.582890071
-7431,1,0.3208,1,1,1,1,1,1,1,1,0,0.3208,0.3445,1,0.2777,1,1,1,1,1,1,0,0.2777,0.3765,1,0.6091,1,1,1,0.0521,0.6091,0.3138,1,1,1,1,1,1.27E-05,0.619573832,0.431411266,1,1,1,1,1,0.000106375,0.646079898,0.614299536,1,1,1,1,1,0.069850042,0.583604097,0.584521508,0.584514491,0.584663121
-7432,1,0.3207,1,1,1,1,1,1,1,1,0.0001,0.3207,0.1058,1,0.2777,1,1,1,1,1,1,0,0.2777,0.1393,1,0.6091,1,1,1,0.0264,0.6091,0.0447,1,1,1,1,1,3.67E-06,0.284519017,0.240078613,1,1,1,1,1,0,0.326729685,0.172406808,1,1,1,1,1,0.043746542,0.164342806,0.620529241,0.620478105,0.620567376
-7433,1,0.3206,1,1,1,1,1,1,1,1,0.0003,0.3206,0,1,0.2777,1,1,1,1,1,1,0,0.2777,0,1,0.6091,1,1,1,0.0048,0.6091,0,1,1,1,1,1,0,0,0.221029505,1,1,1,1,1,3.64E-05,0,0.158235341,1,1,1,1,1,0.016003123,0,0.676836636,0.676750582,0.677304965
-7434,1,0.3206,1,1,1,1,1,1,1,1,0.0034,0.3206,0,1,0.2777,1,1,1,1,1,1,0,0.2777,0,1,0.6092,1,1,1,0.0065,0.6092,0,1,1,1,1,1,5.53E-05,0,0.367919683,1,1,1,1,1,0.000337906,0,0.478627503,1,1,1,1,1,0.02038509,0,0.677501208,0.677596784,0.677748227
-7435,1,0.3205,1,1,1,1,1,1,1,1,0.0035,0.3205,0,1,0.2777,1,1,1,1,1,1,0,0.2777,0,1,0.6092,1,1,1,0.0017,0.6092,0,1,1,1,1,1,0.000242853,0,0.537322044,1,1,1,1,1,0.000483182,0,0.979415178,1,1,1,1,1,0.009186837,0,0.664209763,0.664269092,0.664450355
-7436,1,0.3204,1,1,1,1,1,1,1,1,0.004,0.3204,0,1,0.2777,1,1,1,1,1,1,0,0.2777,0,1,0.6093,1,1,1,0.0002,0.6093,0,1,1,1,1,1,0.000905657,0,0.97617507,1,1,1,1,1,0.000997856,0,1,1,1,1,1,1,0.001918873,0,0.637445626,0.637613708,0.637411348
-7437,1,0.3203,1,1,1,1,1,1,1,1,0.0063,0.3203,0,1,0.2777,1,1,1,1,1,1,0.0039,0.2777,0,1,0.6093,1,1,1,0.0003,0.6093,0,1,1,1,1,1,0.001104952,0,0.983554006,1,1,1,1,1,0.005926056,0,1,1,1,1,1,1,0.000742426,0,0.595819236,0.595726677,0.595744681
-7438,1,0.3202,1,1,1,1,1,1,1,1,0.035,0.3202,0,1,0.2777,1,1,1,1,1,1,0,0.2777,0,1,0.6093,1,1,1,0.0011,0.6093,0,1,1,1,1,1,0.002499526,0,1,1,1,1,1,1,0.006265486,0,1,1,1,1,1,1,0.001868162,0,0.543620106,0.543685213,0.543882979
-7439,1,0.3202,1,1,1,1,1,1,1,1,0.0293,0.3202,0,1,0.2777,1,1,1,1,1,1,0.0515,0.2777,0,1,0.6094,1,1,1,0.0013,0.6094,0,1,1,1,1,1,0.002157997,0,0.999834955,1,1,1,1,1,0.033703707,0,1,1,1,1,1,1,0.002051038,0,0.498670855,0.498624921,0.498670213
-7440,1,0.3201,1,1,1,1,1,1,1,1,0.0514,0.3201,0,1,0.2777,1,1,1,1,1,1,0.0649,0.2777,0,1,0.6094,1,1,1,0.0016,0.6094,0,1,1,1,1,1,0.003658617,0,1,1,1,1,1,1,0.043003578,0,1,1,1,1,1,1,0.003472014,0,0.475350411,0.475354347,0.475177305
-7441,1,0.32,1,1,1,1,1,1,1,1,0.092,0.32,0,1,0.2777,1,1,1,1,1,1,0.0855,0.2777,0,1,0.6094,1,1,1,0.0013,0.6094,0,1,1,1,1,1,0.007637535,0,1,1,1,1,1,1,0.068967976,0,1,1,1,1,1,1,0.002833485,0,0.4560174,0.455891686,0.456117021
-7442,1,0.3199,1,1,1,1,1,1,1,1,0.1185,0.3199,0,1,0.2777,1,1,1,1,1,1,0.1547,0.2777,0,1,0.6095,1,1,1,0.0018,0.6095,0,1,1,1,1,1,0.019452939,0,1,1,1,1,1,1,0.121507742,0,1,1,1,1,1,1,0.005673828,0,0.443330111,0.443410197,0.443262411
-7443,1,0.3198,1,1,1,1,1,1,1,1,0.2011,0.3198,0,1,0.2777,1,1,1,1,1,1,0.3019,0.2777,0,1,0.6095,1,1,1,0.0031,0.6095,0,1,1,1,1,1,0.046003982,0,1,1,1,1,1,1,0.229847819,0,1,1,1,1,1,1,0.009894622,0,0.44000725,0.440025386,0.440159574
-7444,1,0.3198,1,1,1,1,1,1,1,1,0.2535,0.3198,0,1,0.2777,1,1,1,1,1,1,0.3004,0.2777,0,1,0.6095,1,1,1,0.0027,0.6095,0,1,1,1,1,1,0.071499661,0,1,1,1,1,1,1,0.25141567,0,1,1,1,1,1,1,0.015389351,0,0.457104882,0.45716099,0.457446809
-7445,1,0.3197,1,1,1,1,1,1,1,1,0.3333,0.3197,0,1,0.2777,1,1,1,1,1,1,0.2639,0.2777,0,1,0.6096,1,1,1,0.0042,0.6096,0,1,1,1,1,1,0.118543409,0,1,1,1,1,1,1,0.245572329,0,1,1,1,1,1,1,0.026238728,0,0.499275012,0.499259573,0.499556738
-7446,1,0.3196,1,1,1,1,1,1,1,1,0.3702,0.3196,0,1,0.2777,1,1,1,1,1,1,0.1783,0.2777,0,1,0.6096,1,1,1,0.005,0.6096,0,1,1,1,1,1,0.124303877,0,1,1,1,1,1,1,0.195387542,0,1,1,1,1,1,1,0.029341923,0,0.575761237,0.575840914,0.575797872
-7447,1,0.3195,1,1,1,1,1,1,1,1,0.4531,0.3195,0,1,0.2777,1,1,1,1,1,1,0.2233,0.2777,0,1,0.6096,1,1,1,0.0058,0.6096,0.0473,1,1,1,1,1,0.167223349,0,1,1,1,1,1,1,0.20989275,0,1,1,1,1,1,1,0.026671063,0.071987912,0.611889802,0.611804527,0.611702128
-7448,1,0.3194,1,1,1,1,1,1,1,1,0.5378,0.3194,0.0754,1,0.2777,1,1,1,1,1,1,0.4832,0.2777,0.0735,1,0.6097,1,1,1,0.0085,0.6097,0.2885,1,1,1,1,1,0.297558069,0.106038421,0.871175766,1,1,1,1,1,0.440601438,0.11212834,1,1,1,1,1,1,0.036046855,0.152475208,0.625845819,0.625766871,0.626329787
-7449,1,0.3194,1,1,1,1,1,1,1,1,0.5572,0.3194,0.1703,1,0.2777,1,1,1,1,1,1,0.447,0.2777,0.159,1,0.6097,1,1,1,0.0401,0.6097,0.2521,1,1,1,1,1,0.343914717,0.219899535,0.966504455,1,1,1,1,1,0.40762946,0.264916122,1,1,1,1,1,1,0.053260475,0.27153632,0.634001933,0.634017347,0.634308511
-7450,1,0.3193,1,1,1,1,1,1,1,1,0.5929,0.3193,0.2229,1,0.2777,1,1,1,1,1,1,0.5639,0.2777,0.202,1,0.6098,1,1,1,0.0658,0.6098,0.3023,1,1,1,1,1,0.350613177,0.299896181,0.787388086,1,1,1,1,1,0.582203031,0.289029598,1,1,1,1,1,1,0.100549519,0.377781093,0.640043499,0.639940766,0.640070922
-7451,1,0.3192,1,1,1,1,1,1,1,1,0.6073,0.3192,0.2517,1,0.2777,1,1,1,1,1,1,0.5846,0.2777,0.2464,1,0.6098,1,1,1,0.1257,0.6098,0.3166,1,1,1,1,1,0.328802973,0.350502372,0,1,1,1,1,1,0.601856649,0.34578225,0,1,1,1,1,1,0.154710293,0.416699946,0.644997583,0.645017982,0.645390071
-7452,1,0.3191,1,1,1,1,1,1,1,1,0.6531,0.3191,0.272,1,0.2776,1,1,1,1,1,1,0.6231,0.2776,0.2483,1,0.6098,1,1,1,0.0816,0.6098,0.3384,1,1,1,1,1,0.405702382,0.356655687,0.056868747,1,1,1,1,1,0.681425512,0.373039097,0,1,1,1,1,1,0.125805721,0.368227571,0.644937168,0.644806431,0.645390071
-7453,1,0.319,1,1,1,1,1,1,1,1,0.6446,0.319,0.2366,1,0.2776,1,1,1,1,1,1,0.5639,0.2776,0.2166,1,0.6099,1,1,1,0.0896,0.6099,0.2447,1,1,1,1,1,0.370331347,0.323909611,0,1,1,1,1,1,0.599685431,0.329117358,0,1,1,1,1,1,0.159890473,0.343943328,0.647535041,0.64755659,0.648049645
-7454,1,0.319,1,1,1,1,1,1,1,1,0.6477,0.319,0.1811,1,0.2776,1,1,1,1,1,1,0.6292,0.2776,0.1683,1,0.6099,1,1,1,0.0758,0.6099,0.1971,1,1,1,1,1,0.395289391,0.246187627,0,1,1,1,1,1,0.632852018,0.239969254,0,1,1,1,1,1,0.120914854,0.249844804,0.649830836,0.649672096,0.649822695
-7455,1,0.3189,1,1,1,1,1,1,1,1,0.692,0.3189,0.0754,1,0.2776,1,1,1,1,1,1,0.5755,0.2776,0.0873,1,0.6099,1,1,1,0.1612,0.6099,0.0986,1,1,1,1,1,0.38571614,0.117775746,0,1,1,1,1,1,0.654685497,0.13042666,0,1,1,1,1,1,0.215382397,0.089424536,0.663122281,0.662999788,0.663120567
-7456,1,0.3188,1,1,1,1,1,1,1,1,0.6197,0.3188,0,1,0.2776,1,1,1,1,1,1,0.6202,0.2776,0,1,0.61,1,1,1,0.1019,0.61,0,1,1,1,1,1,0.287081659,0,0,1,1,1,1,1,0.650880635,5.19E-05,0,1,1,1,1,1,0.161472827,0,0.694417593,0.694520838,0.694592199
-7457,1,0.3187,1,1,1,1,1,1,1,1,0.6107,0.3187,0,1,0.2776,1,1,1,1,1,1,0.5854,0.2776,0,1,0.61,1,1,1,0.1356,0.61,0,1,1,1,1,1,0.308395356,0,0,1,1,1,1,1,0.622096181,0,0,1,1,1,1,1,0.228524894,0,0.726075399,0.726041887,0.72606383
-7458,1,0.3186,1,1,1,1,1,1,1,1,0.6778,0.3186,0,1,0.2776,1,1,1,1,1,1,0.6472,0.2776,0,1,0.61,1,1,1,0.1702,0.61,0,1,1,1,1,1,0.432493776,0,0.056868747,1,1,1,1,1,0.64161402,0,0,1,1,1,1,1,0.292559981,0,0.723840019,0.72371483,0.723847518
-7459,1,0.3186,1,1,1,1,1,1,1,1,0.632,0.3186,0,1,0.2776,1,1,1,1,1,1,0.5622,0.2776,0,1,0.6101,1,1,1,0.2914,0.6101,0,1,1,1,1,1,0.351967037,0,0.056868747,1,1,1,1,1,0.595370412,0,0,1,1,1,1,1,0.421117455,0,0.695746738,0.695790142,0.695921986
-7460,1,0.3185,1,1,1,1,1,1,1,1,0.6647,0.3185,0,1,0.2776,1,1,1,1,1,1,0.6975,0.2776,0,1,0.6101,1,1,1,0.2329,0.6101,0,1,1,1,1,1,0.388273746,0,0,1,1,1,1,1,0.727223992,0,0,1,1,1,1,1,0.358591974,0,0.66982842,0.66976941,0.670212766
-7461,1,0.3184,1,1,1,1,1,1,1,1,0.7641,0.3184,0,1,0.2776,1,1,1,1,1,1,0.768,0.2776,0,1,0.6101,1,1,1,0.2205,0.6101,0,1,1,1,1,1,0.512995481,0,0,1,1,1,1,1,0.763156414,0,0,1,1,1,1,1,0.341501176,0,0.616662639,0.616670193,0.616578014
-7462,1,0.3183,1,1,1,1,1,1,1,1,0.7939,0.3183,0,1,0.2776,1,1,1,1,1,1,0.6809,0.2776,0,1,0.6102,1,1,1,0.2429,0.6102,0,1,1,1,1,1,0.552690864,0,0,1,1,1,1,1,0.715430021,0,0,1,1,1,1,1,0.410583943,0,0.556367811,0.556378253,0.556737589
-7463,1,0.3182,1,1,1,1,1,1,1,1,0.8282,0.3182,0,1,0.2776,1,1,1,1,1,1,0.7191,0.2776,0,1,0.6102,1,1,1,0.1749,0.6102,0,1,1,1,1,1,0.597781837,0,0,1,1,1,1,1,0.72975719,0,0,1,1,1,1,1,0.342986941,0,0.506947801,0.506875397,0.507092199
-7464,1,0.3181,1,1,1,1,1,1,1,1,0.7308,0.3181,0,1,0.2776,1,1,1,1,1,1,0.6124,0.2776,0,1,0.6103,1,1,1,0.2027,0.6103,0,1,1,1,1,1,0.492218494,0,0,1,1,1,1,1,0.676432729,0,0,1,1,1,1,1,0.367439032,0,0.47202755,0.471969537,0.472074468
-7465,1,0.3181,1,1,1,1,1,1,1,1,0.7492,0.3181,0,1,0.2776,1,1,1,1,1,1,0.63,0.2776,0,1,0.6103,1,1,1,0.2624,0.6103,0,1,1,1,1,1,0.509703219,0,0,1,1,1,1,1,0.6793648,0,0,1,1,1,1,1,0.370946974,0,0.455534074,0.455680135,0.455673759
-7466,1,0.318,1,1,1,1,1,1,1,1,0.7872,0.318,0,1,0.2776,1,1,1,1,1,1,0.6763,0.2776,0,1,0.6103,1,1,1,0.2455,0.6103,0,1,1,1,1,1,0.600396514,0,0,1,1,1,1,1,0.714435756,0,0,1,1,1,1,1,0.334112406,0,0.447075882,0.447006558,0.447251773
-7467,1,0.3179,1,1,1,1,1,1,1,1,0.706,0.3179,0,1,0.2776,1,1,1,1,1,1,0.4614,0.2776,0,1,0.6104,1,1,1,0.2411,0.6104,0,1,1,1,1,1,0.427452266,0,0,1,1,1,1,1,0.53730458,0,1,1,1,1,1,1,0.344731867,0,0.447196713,0.447006558,0.447251773
-7468,1,0.3178,1,1,1,1,1,1,1,1,0.7395,0.3178,0,1,0.2776,1,1,1,1,1,1,0.4806,0.2776,0,1,0.6104,1,1,1,0.2262,0.6104,0,1,1,1,1,1,0.482182741,0,0.029079344,1,1,1,1,1,0.533926427,0,0.947643995,1,1,1,1,1,0.29842636,0,0.460367327,0.46033425,0.460549645
-7469,1,0.3177,1,1,1,1,1,1,1,1,0.6958,0.3177,0,1,0.2776,1,1,1,1,1,1,0.3217,0.2776,0,1,0.6104,1,1,1,0.2863,0.6104,0,1,1,1,1,1,0.404573917,0,0.131380737,1,1,1,1,1,0.386648178,0,1,1,1,1,1,1,0.356285691,0,0.503443693,0.503490586,0.503546099
-7470,1,0.3177,1,1,1,1,1,1,1,1,0.6963,0.3177,0,1,0.2776,1,1,1,1,1,1,0.3835,0.2776,0,1,0.6105,1,1,1,0.3358,0.6105,0,1,1,1,1,1,0.44469434,0,0.118076198,1,1,1,1,1,0.434239686,0,1,1,1,1,1,1,0.440172523,0,0.57280087,0.572667654,0.573138298
-7471,1,0.3176,1,1,1,1,1,1,1,1,0.6916,0.3176,0.0754,1,0.2776,1,1,1,1,1,1,0.3725,0.2776,0.0811,1,0.6105,1,1,1,0.283,0.6105,0.0105,1,1,1,1,1,0.403585017,0.201838911,0.236843511,1,1,1,1,1,0.434270859,0.178947404,1,1,1,1,1,1,0.371315598,0.188617453,0.614850169,0.614766237,0.615248227
-7472,1,0.3176,1,1,1,1,1,1,1,1,0.7186,0.3176,0.3018,1,0.2776,1,1,1,1,1,1,0.329,0.2776,0.315,1,0.6105,1,1,1,0.3111,0.6105,0.2156,1,1,1,1,1,0.476691544,0.536949992,0.252534181,1,1,1,1,1,0.3934412,0.489014894,1,1,1,1,1,1,0.421913803,0.557168961,0.63321653,0.633171144,0.633421986
-7473,1,0.3176,1,1,1,1,1,1,1,1,0.7319,0.3176,0.4624,1,0.2776,1,1,1,1,1,1,0.332,0.2776,0.4615,1,0.6105,1,1,1,0.2631,0.6105,0.3918,1,1,1,1,1,0.466518641,0.695318758,0.263765723,1,1,1,1,1,0.399892837,0.664715052,1,1,1,1,1,1,0.392384946,0.727560222,0.638835186,0.638671462,0.639184397
-7474,1,0.3176,1,1,1,1,1,1,1,1,0.68,0.3176,0.5456,1,0.2776,1,1,1,1,1,1,0.3934,0.2776,0.5131,1,0.6105,1,1,1,0.378,0.6105,0.5078,1,1,1,1,1,0.494095892,0.730005562,0.342356026,1,1,1,1,1,0.44203037,0.707842946,1,1,1,1,1,1,0.522787154,0.771544039,0.644453842,0.64438333,0.644503546
-7475,1,0.3176,1,1,1,1,1,1,1,1,0.7028,0.3176,0.5723,1,0.2776,1,1,1,1,1,1,0.5352,0.2776,0.5139,1,0.6105,1,1,1,0.3383,0.6105,0.5357,1,1,1,1,1,0.525452614,0.762519121,0.939870715,1,1,1,1,1,0.551296949,0.736974597,1,1,1,1,1,1,0.467108041,0.762729406,0.645541324,0.645652634,0.645833333
-7476,1,0.3176,1,1,1,1,1,1,1,1,0.7641,0.3176,0.5439,1,0.2776,1,1,1,1,1,1,0.7735,0.2776,0.5153,1,0.6105,1,1,1,0.3391,0.6105,0.5148,1,1,1,1,1,0.60972774,0.718420029,0.640613794,1,1,1,1,1,0.721122384,0.766082227,1,1,1,1,1,1,0.52324456,0.773860931,0.639922668,0.639940766,0.640070922
-7477,1,0.3176,1,1,1,1,1,1,1,1,0.6738,0.3176,0.5465,1,0.2776,1,1,1,1,1,1,0.7252,0.2776,0.509,1,0.6105,1,1,1,0.3616,0.6105,0.5004,1,1,1,1,1,0.475005895,0.721311271,0.771758795,1,1,1,1,1,0.688963294,0.768590271,1,1,1,1,1,1,0.513192654,0.757615447,0.638110198,0.63803681,0.638297872
-7478,1,0.3176,1,1,1,1,1,1,1,1,0.6343,0.3176,0.4733,1,0.2776,1,1,1,1,1,1,0.5894,0.2776,0.4547,1,0.6105,1,1,1,0.3564,0.6105,0.4001,1,1,1,1,1,0.443549216,0.688187301,0.479728997,1,1,1,1,1,0.543582439,0.711389065,1,1,1,1,1,1,0.486529261,0.620295763,0.632551957,0.632536492,0.632978723
-7479,1,0.3176,1,1,1,1,1,1,1,1,0.6156,0.3176,0.3251,1,0.2776,1,1,1,1,1,1,0.5752,0.2776,0.3242,1,0.6105,1,1,1,0.3601,0.6105,0.1832,1,1,1,1,1,0.405763149,0.551825523,0.554005265,1,1,1,1,1,0.517555475,0.55380702,1,1,1,1,1,1,0.460318178,0.376808941,0.636660222,0.636767506,0.636968085
-7480,1,0.3176,1,1,1,1,1,1,1,1,0.6309,0.3176,0.0921,1,0.2776,1,1,1,1,1,1,0.5438,0.2776,0.107,1,0.6105,1,1,1,0.2679,0.6105,0.0001,1,1,1,1,1,0.49333638,0.250603616,1,1,1,1,1,1,0.504542828,0.226200476,1,1,1,1,1,1,0.284740597,0.001401593,0.670553407,0.670615612,0.671099291
-7481,1,0.3176,1,1,1,1,1,1,1,1,0.5633,0.3176,0,1,0.2776,1,1,1,1,1,1,0.6635,0.2776,0,1,0.6105,1,1,1,0.2655,0.6105,0,1,1,1,1,1,0.471384078,0,1,1,1,1,1,1,0.604539692,0,1,1,1,1,1,1,0.280232221,0,0.699432093,0.699598054,0.699911348
-7482,1,0.3176,1,1,1,1,1,1,1,1,0.5933,0.3176,0,1,0.2776,1,1,1,1,1,1,0.7354,0.2776,0,1,0.6105,1,1,1,0.2517,0.6105,0,1,1,1,1,1,0.464427084,0,1,1,1,1,1,1,0.652480662,0,1,1,1,1,1,1,0.276934415,0,0.690188497,0.690078274,0.690159574
-7483,1,0.3176,1,1,1,1,1,1,1,1,0.4971,0.3176,0,1,0.2776,1,1,1,1,1,1,0.5047,0.2776,0,1,0.6105,1,1,1,0.2364,0.6105,0,1,1,1,1,1,0.396670163,0,1,1,1,1,1,1,0.461633623,0,1,1,1,1,1,1,0.228432268,0,0.671942968,0.671884916,0.671985816
-7484,1,0.3176,1,1,1,1,1,1,1,1,0.4483,0.3176,0,1,0.2776,1,1,1,1,1,1,0.4577,0.2776,0,1,0.6105,1,1,1,0.2574,0.6105,0,1,1,1,1,1,0.349540681,0,1,1,1,1,1,1,0.401637495,0,1,1,1,1,1,1,0.316970795,0,0.643366361,0.643537127,0.643617021
-7485,1,0.3176,1,1,1,1,1,1,1,1,0.4122,0.3176,0,1,0.2776,1,1,1,1,1,1,0.6369,0.2776,0,1,0.6105,1,1,1,0.2015,0.6105,0,1,1,1,1,1,0.359978765,0,1,1,1,1,1,1,0.539123893,0,1,1,1,1,1,1,0.227881879,0,0.595758821,0.595726677,0.595744681
-7486,1,0.3176,1,1,1,1,1,1,1,1,0.402,0.3176,0,1,0.2776,1,1,1,1,1,1,0.5417,0.2776,0,1,0.6105,1,1,1,0.259,0.6105,0,1,1,1,1,1,0.335201204,0,1,1,1,1,1,1,0.505688608,0,1,1,1,1,1,1,0.286730349,0,0.539028516,0.539031098,0.539007092
-7487,1,0.3176,1,1,1,1,1,1,1,1,0.3171,0.3176,0,1,0.2776,1,1,1,1,1,1,0.3002,0.2776,0,1,0.6105,1,1,1,0.2161,0.6105,0,1,1,1,1,1,0.177254319,0,1,1,1,1,1,1,0.276463449,0,1,1,1,1,1,1,0.3042579,0,0.487554374,0.487624286,0.487588652
-7488,1,0.3176,1,1,1,1,1,1,1,1,0.3213,0.3176,0,1,0.2776,1,1,1,1,1,1,0.4034,0.2776,0,1,0.6105,1,1,1,0.2089,0.6105,0,1,1,1,1,1,0.290199041,0,1,1,1,1,1,1,0.354082853,0,1,1,1,1,1,1,0.299822271,0,0.456802803,0.456737889,0.457003546
-7489,1,0.3176,1,1,1,1,1,1,1,1,0.3207,0.3176,0,1,0.2776,1,1,1,1,1,1,0.364,0.2776,0,1,0.6105,1,1,1,0.244,0.6105,0,1,1,1,1,1,0.323357135,0,1,1,1,1,1,1,0.317643613,0,1,1,1,1,1,1,0.324003726,0,0.439523925,0.439602285,0.439716312
-7490,1,0.3176,1,1,1,1,1,1,1,1,0.3216,0.3176,0,1,0.2776,1,1,1,1,1,1,0.3533,0.2776,0,1,0.6105,1,1,1,0.268,0.6105,0,1,1,1,1,1,0.33846119,0,1,1,1,1,1,1,0.290661395,0,1,1,1,1,1,1,0.34409821,0,0.430340744,0.430294055,0.430407801
-7491,1,0.3176,1,1,1,1,1,1,1,1,0.3198,0.3176,0,1,0.2776,1,1,1,1,1,1,0.3899,0.2776,0,1,0.6105,1,1,1,0.2538,0.6105,0,1,1,1,1,1,0.301310211,0,1,1,1,1,1,1,0.325939834,0,1,1,1,1,1,1,0.305018723,0,0.429676172,0.429870954,0.429964539
-7492,1,0.3176,1,1,1,1,1,1,1,1,0.2482,0.3176,0,1,0.2776,1,1,1,1,1,1,0.2706,0.2776,0,1,0.6105,1,1,1,0.2285,0.6105,0,1,1,1,1,1,0.207706138,0,1,1,1,1,1,1,0.232004955,0,1,1,1,1,1,1,0.322601944,0,0.443330111,0.443410197,0.443262411
-7493,1,0.3176,1,1,1,1,1,1,1,1,0.2674,0.3176,0,1,0.2776,1,1,1,1,1,1,0.2711,0.2776,0,1,0.6105,1,1,1,0.2439,0.6105,0,1,1,1,1,1,0.258427799,0,1,1,1,1,1,1,0.224324167,0,1,1,1,1,1,1,0.357778579,0,0.486950217,0.486989634,0.48714539
-7494,1,0.3176,1,1,1,1,1,1,1,1,0.2144,0.3176,0,1,0.2776,1,1,1,1,1,1,0.2999,0.2776,0,1,0.6105,1,1,1,0.298,0.6105,0,1,1,1,1,1,0.170203984,0,1,1,1,1,1,1,0.25357455,0,1,1,1,1,1,1,0.45812723,0,0.558119865,0.558070658,0.558067376
-7495,1,0.3176,1,1,1,1,1,1,1,1,0.227,0.3176,0.1146,1,0.2776,1,1,1,1,1,1,0.1464,0.2776,0.1194,1,0.6105,1,1,1,0.2481,0.6105,0.0661,1,1,1,1,1,0.182065144,0.290174007,1,1,1,1,1,1,0.127006799,0.274550021,1,1,1,1,1,1,0.413599432,0.242908955,0.5929797,0.592976518,0.593085106
-7496,1,0.3176,1,1,1,1,1,1,1,1,0.2479,0.3176,0.3642,1,0.2776,1,1,1,1,1,1,0.1783,0.2776,0.3723,1,0.6105,1,1,1,0.2401,0.6105,0.3148,1,1,1,1,1,0.144434914,0.643684447,1,1,1,1,1,1,0.139156088,0.635763168,1,1,1,1,1,1,0.401438028,0.612474918,0.599142098,0.599111487,0.59929078
-7497,1,0.3176,1,1,1,1,1,1,1,1,0.2493,0.3176,0.5442,1,0.2776,1,1,1,1,1,1,0.4302,0.2776,0.5492,1,0.6105,1,1,1,0.2755,0.6105,0.4907,1,1,1,1,1,0.188207686,0.837188721,1,1,1,1,1,1,0.340757936,0.838274717,1,1,1,1,1,1,0.399977952,0.821638227,0.598477525,0.598476835,0.598847518
-7498,1,0.3176,1,1,1,1,1,1,1,1,0.2456,0.3176,0.664,1,0.2776,1,1,1,1,1,1,0.4738,0.2776,0.658,1,0.6105,1,1,1,0.3511,0.6105,0.5744,1,1,1,1,1,0.224030912,0.929906189,1,1,1,1,1,1,0.380016983,0.937011063,1,1,1,1,1,1,0.527143836,0.912098646,0.597450459,0.597419082,0.59751773
-7499,1,0.3176,1,1,1,1,1,1,1,1,0.2691,0.3176,0.6788,1,0.2776,1,1,1,1,1,1,0.4322,0.2776,0.6819,1,0.6105,1,1,1,0.2829,0.6105,0.5319,1,1,1,1,1,0.249119416,0.934536517,1,1,1,1,1,1,0.367678404,0.964340448,1,1,1,1,1,1,0.397162378,0.915332019,0.592073465,0.592130315,0.592198582
-7500,1,0.3176,1,1,1,1,1,1,1,1,0.337,0.3176,0.6688,1,0.2776,1,1,1,1,1,1,0.3562,0.2776,0.6813,1,0.6105,1,1,1,0.2843,0.6105,0.6425,1,1,1,1,1,0.320467174,0.934483647,1,1,1,1,1,1,0.328398347,0.955355287,1,1,1,1,1,1,0.428150564,0.889630079,0.581561141,0.581764333,0.582003546
-7501,1,0.3176,1,1,1,1,1,1,1,1,0.3631,0.3176,0.6519,1,0.2776,1,1,1,1,1,1,0.5063,0.2776,0.6575,1,0.6105,1,1,1,0.2578,0.6105,0.6237,1,1,1,1,1,0.455210775,0.914268792,0.994814515,1,1,1,1,1,0.427772671,0.916801691,1,1,1,1,1,1,0.393815964,0.889796197,0.576123731,0.576052465,0.576241135
-7502,1,0.3176,1,1,1,1,1,1,1,1,0.4041,0.3176,0.5274,1,0.2776,1,1,1,1,1,1,0.5582,0.2776,0.535,1,0.6105,1,1,1,0.2744,0.6105,0.4575,1,1,1,1,1,0.511824429,0.812376499,0.918370605,1,1,1,1,1,0.472223759,0.803783059,1,1,1,1,1,1,0.487813979,0.777929842,0.569659256,0.569705945,0.569592199
-7503,1,0.3176,1,1,1,1,1,1,1,1,0.2925,0.3176,0.346,1,0.2776,1,1,1,1,1,1,0.4935,0.2776,0.3735,1,0.6105,1,1,1,0.2016,0.6105,0.2779,1,1,1,1,1,0.350094885,0.614747405,0.951108932,1,1,1,1,1,0.424687415,0.637321353,1,1,1,1,1,1,0.367781311,0.565600514,0.569538424,0.569494394,0.569592199
-7504,1,0.3176,1,1,1,1,1,1,1,1,0.1437,0.3176,0.103,1,0.2776,1,1,1,1,1,1,0.1978,0.2776,0.1357,1,0.6105,1,1,1,0.1265,0.6105,0.0063,1,1,1,1,1,0.190849289,0.278428733,0.721860945,1,1,1,1,1,0.192580894,0.315920413,1,1,1,1,1,1,0.249347225,0.142506674,0.601437893,0.601438545,0.601507092
-7505,1,0.3176,1,1,1,1,1,1,1,1,0.0584,0.3176,0,1,0.2776,1,1,1,1,1,1,0.1263,0.2776,0,1,0.6105,1,1,1,0.1467,0.6105,0,1,1,1,1,1,0.091666855,0,0.598736525,1,1,1,1,1,0.114789315,0,1,1,1,1,1,1,0.286376595,0,0.643245529,0.643325576,0.643617021
-7506,1,0.3176,1,1,1,1,1,1,1,1,0.03,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0681,0.2776,0,1,0.6105,1,1,1,0.1071,0.6105,0,1,1,1,1,1,0.03453416,0,0.658449292,1,1,1,1,1,0.061484296,0,0.95112735,1,1,1,1,1,0.236751646,0,0.634787337,0.634651999,0.635195035
-7507,1,0.3176,1,1,1,1,1,1,1,1,0.028,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0781,0.2776,0,1,0.6105,1,1,1,0.0921,0.6105,0,1,1,1,1,1,0.018165961,0,0.99940604,1,1,1,1,1,0.070848942,0,1,1,1,1,1,1,0.188022733,0,0.614548091,0.614766237,0.614804965
-7508,1,0.3176,1,1,1,1,1,1,1,1,0.0153,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0095,0.2776,0,1,0.6105,1,1,1,0.0969,0.6105,0,1,1,1,1,1,0.010491074,0,0.998644173,1,1,1,1,1,0.011867158,0,1,1,1,1,1,1,0.21884568,0,0.591348478,0.591284113,0.591312057
-7509,1,0.3176,1,1,1,1,1,1,1,1,0.021,0.3176,0,1,0.2776,1,1,1,1,1,1,0.006,0.2776,0,1,0.6105,1,1,1,0.1007,0.6105,0,1,1,1,1,1,0.016117765,0,1,1,1,1,1,1,0.005259955,0,0.903992772,1,1,1,1,1,0.224586725,0,0.557817786,0.557859107,0.558067376
-7510,1,0.3176,1,1,1,1,1,1,1,1,0.0245,0.3176,0,1,0.2776,1,1,1,1,1,1,0.016,0.2776,0,1,0.6105,1,1,1,0.1301,0.6105,0,1,1,1,1,1,0.029930213,0,0.831316352,1,1,1,1,1,0.013582618,0,0.474435389,1,1,1,1,1,0.273832023,0,0.514439343,0.514491221,0.51462766
-7511,1,0.3176,1,1,1,1,1,1,1,1,0.012,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0097,0.2776,0,1,0.6105,1,1,1,0.1162,0.6105,0,1,1,1,1,1,0.01478665,0,0.646814704,1,1,1,1,1,0.008616789,0,0.396785617,1,1,1,1,1,0.273560286,0,0.470940068,0.470911783,0.470744681
-7512,1,0.3176,1,1,1,1,1,1,1,1,0.0099,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0198,0.2776,0,1,0.6105,1,1,1,0.0668,0.6105,0,1,1,1,1,1,0.008361326,0,0.395174116,1,1,1,1,1,0.016062221,0,0.270649761,1,1,1,1,1,0.204239815,0,0.437288545,0.437275227,0.4375
-7513,1,0.3176,1,1,1,1,1,1,1,1,0.0331,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0146,0.2776,0,1,0.6105,1,1,1,0.0583,0.6105,0,1,1,1,1,1,0.025971293,0,0.218468875,1,1,1,1,1,0.014775098,0,0.189873829,1,1,1,1,1,0.191891864,0,0.419647173,0.419716522,0.419769504
-7514,1,0.3176,1,1,1,1,1,1,1,1,0.0381,0.3176,0,1,0.2776,1,1,1,1,1,1,0.004,0.2776,0,1,0.6105,1,1,1,0.1087,0.6105,0,1,1,1,1,1,0.027333055,0,0.262825966,1,1,1,1,1,0.004183273,0,0.206685096,1,1,1,1,1,0.305942357,0,0.40937651,0.409350539,0.409131206
-7515,1,0.3176,1,1,1,1,1,1,1,1,0.0278,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0018,0.2776,0,1,0.6105,1,1,1,0.1358,0.6105,0,1,1,1,1,1,0.012067519,0,0.512791336,1,1,1,1,1,0.002997318,0,0.20606257,1,1,1,1,1,0.391626626,0,0.405751571,0.405754178,0.405585106
-7516,1,0.3176,1,1,1,1,1,1,1,1,0.015,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0026,0.2776,0,1,0.6105,1,1,1,0.2086,0.6105,0,1,1,1,1,1,0.00521395,0,0.731600463,1,1,1,1,1,0.002543801,0,0.271749765,1,1,1,1,1,0.445691943,0,0.411068149,0.411042945,0.411347518
-7517,1,0.3176,1,1,1,1,1,1,1,1,0.0097,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.2624,0.6105,0,1,1,1,1,1,0.004189341,0,0.624051213,1,1,1,1,1,0.000904943,0,0.171903148,1,1,1,1,1,0.515833557,0,0.428769937,0.428813201,0.428634752
-7518,1,0.3176,1,1,1,1,1,1,1,1,0.0128,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.3234,0.6105,0,1,1,1,1,1,0.00646651,0,0.57257843,1,1,1,1,1,0.000504076,0,0.124308631,1,1,1,1,1,0.600060344,0,0.456561141,0.456526338,0.456560284
-7519,1,0.3176,1,1,1,1,1,1,1,1,0.0098,0.3176,0.1056,1,0.2776,1,1,1,1,1,1,0,0.2776,0.0757,1,0.6105,1,1,1,0.1808,0.6105,0.0722,1,1,1,1,1,0.009702927,0.24833551,0.687819779,1,1,1,1,1,0.000307811,0.144890159,0.205146611,1,1,1,1,1,0.316925913,0.299202561,0.489366844,0.489316691,0.489361702
-7520,1,0.3176,1,1,1,1,1,1,1,1,0.0213,0.3176,0.3458,1,0.2776,1,1,1,1,1,1,0.0038,0.2776,0.3169,1,0.6105,1,1,1,0.2007,0.6105,0.3307,1,1,1,1,1,0.020388998,0.602988482,0.899078429,1,1,1,1,1,0.003929216,0.465252459,0.475726217,1,1,1,1,1,0.293655455,0.648409545,0.521930884,0.521895494,0.522163121
-7521,1,0.3176,1,1,1,1,1,1,1,1,0.053,0.3176,0.5296,1,0.2776,1,1,1,1,1,1,0.0172,0.2776,0.4553,1,0.6105,1,1,1,0.3611,0.6105,0.5099,1,1,1,1,1,0.065264709,0.801499486,1,1,1,1,1,1,0.011203337,0.634507596,0.721321702,1,1,1,1,1,0.468990594,0.832471311,0.537034799,0.537127142,0.537234043
-7522,1,0.3176,1,1,1,1,1,1,1,1,0.1358,0.3176,0.648,1,0.2776,1,1,1,1,1,1,0.0369,0.2776,0.5969,1,0.6105,1,1,1,0.2812,0.6105,0.6434,1,1,1,1,1,0.162715718,0.907175601,0.677998066,1,1,1,1,1,0.027042083,0.841716647,0.296563089,1,1,1,1,1,0.384140372,0.924002469,0.538122281,0.538184895,0.538120567
-7523,1,0.3176,1,1,1,1,1,1,1,1,0.1016,0.3176,0.6685,1,0.2776,1,1,1,1,1,1,0.0027,0.2776,0.6605,1,0.6105,1,1,1,0.2406,0.6105,0.6619,1,1,1,1,1,0.11712271,0.935914338,0.440151691,1,1,1,1,1,0.00230452,0.919115424,0.180687189,1,1,1,1,1,0.333318561,0.949095607,0.531718221,0.531626825,0.531914894
-7524,1,0.3176,1,1,1,1,1,1,1,1,0.065,0.3176,0.667,1,0.2776,1,1,1,1,1,1,0.0016,0.2776,0.6424,1,0.6105,1,1,1,0.1342,0.6105,0.6608,1,1,1,1,1,0.087961055,0.934664488,0.223750368,1,1,1,1,1,0.001425902,0.915120602,0.212524086,1,1,1,1,1,0.17049627,0.935821533,0.522051716,0.521895494,0.522163121
-7525,1,0.3176,1,1,1,1,1,1,1,1,0.0488,0.3176,0.6408,1,0.2776,1,1,1,1,1,1,0,0.2776,0.6343,1,0.6105,1,1,1,0.1367,0.6105,0.6266,1,1,1,1,1,0.049111914,0.895930588,0.236266643,1,1,1,1,1,0.001005075,0.876069009,0.180401057,1,1,1,1,1,0.166276798,0.894220233,0.511962301,0.511952613,0.511968085
-7526,1,0.3176,1,1,1,1,1,1,1,1,0.0102,0.3176,0.5113,1,0.2776,1,1,1,1,1,1,0,0.2776,0.5214,1,0.6105,1,1,1,0.1135,0.6105,0.4879,1,1,1,1,1,0.019246034,0.785674214,0.253804684,1,1,1,1,1,4.24E-05,0.778861463,0.084475912,1,1,1,1,1,0.151289478,0.774733365,0.50598115,0.506029194,0.506205674
-7527,1,0.3176,1,1,1,1,1,1,1,1,0.0029,0.3176,0.3324,1,0.2776,1,1,1,1,1,1,0,0.2776,0.3438,1,0.6105,1,1,1,0.1036,0.6105,0.2894,1,1,1,1,1,0.005744796,0.585169435,0.173307166,1,1,1,1,1,3.34E-05,0.566030085,0.046777491,1,1,1,1,1,0.137913004,0.553236067,0.510089415,0.510048657,0.510195035
-7528,1,0.3176,1,1,1,1,1,1,1,1,0.0005,0.3176,0.0819,1,0.2776,1,1,1,1,1,1,0,0.2776,0.0846,1,0.6105,1,1,1,0.0281,0.6105,0.0309,1,1,1,1,1,0,0.207483873,0.100168273,1,1,1,1,1,3.10E-05,0.207325593,0.01898665,1,1,1,1,1,0.049170788,0.075342536,0.550265829,0.550243283,0.550531915
-7529,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0025,0.6105,0,1,1,1,1,1,0,0,0.026701465,1,1,1,1,1,0,0,0,1,1,1,1,1,0.005391371,0,0.594429676,0.594457373,0.594858156
-7530,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0042,0.6105,0,1,1,1,1,1,2.93E-05,0,0.027426422,1,1,1,1,1,0,0,0,1,1,1,1,1,0.011009205,0,0.586515225,0.586629998,0.58643617
-7531,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.006,0.6105,0,1,1,1,1,1,0.00013781,0,0.024844799,1,1,1,1,1,0,0,0,1,1,1,1,1,0.022568308,0,0.569357177,0.569282843,0.569592199
-7532,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0044,0.6105,0,1,1,1,1,1,0,0,0.069143958,1,1,1,1,1,5.18E-05,0,0.023746599,1,1,1,1,1,0.022018487,0,0.549903335,0.549820182,0.550088652
-7533,1,0.3176,1,1,1,1,1,1,1,1,0.0004,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0005,0.6105,0,1,1,1,1,1,2.13E-05,0,0.11680916,1,1,1,1,1,3.12E-05,0,0.052298434,1,1,1,1,1,0.012149535,0,0.522716288,0.522741697,0.523049645
-7534,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,1.29E-05,0,0.054252561,1,1,1,1,1,3.76E-05,0,0.111615717,1,1,1,1,1,0.013262274,0,0.487433543,0.487412735,0.48714539
-7535,1,0.3176,1,1,1,1,1,1,1,1,0.0004,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,4.43E-05,0,0.054725181,1,1,1,1,1,0.000101994,0,0.332874089,1,1,1,1,1,0.002503358,0,0.449794587,0.449756717,0.449911348
-7536,1,0.3176,1,1,1,1,1,1,1,1,0.0001,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000623954,0,0.051925384,1,1,1,1,1,7.55E-06,0,0.40308091,1,1,1,1,1,0.001356504,0,0.421278395,0.421197377,0.421542553
-7537,1,0.3176,1,1,1,1,1,1,1,1,0.0005,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000151649,0,0.051424559,1,1,1,1,1,0,0,0.080082461,1,1,1,1,1,0.001018214,0,0.402549541,0.402580918,0.40248227
-7538,1,0.3176,1,1,1,1,1,1,1,1,0.0016,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,8.44E-06,0,0.039286811,1,1,1,1,1,3.93E-05,0,0.137596875,1,1,1,1,1,0.000810961,0,0.392097632,0.392003385,0.392287234
-7539,1,0.3176,1,1,1,1,1,1,1,1,0.0014,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,3.98E-05,0,0.085051067,1,1,1,1,1,0.000136831,0,0.307636142,1,1,1,1,1,0.001479646,0,0.38738521,0.38734927,0.387411348
-7540,1,0.3176,1,1,1,1,1,1,1,1,0.002,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000300023,0,0.097087815,1,1,1,1,1,4.50E-06,0,0.116276704,1,1,1,1,1,0.001815678,0,0.389862252,0.389676327,0.390070922
-7541,1,0.3176,1,1,1,1,1,1,1,1,0.0023,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000217057,0,0.028969437,1,1,1,1,1,0.000973011,0,0.056932464,1,1,1,1,1,0.00180433,0,0.400374577,0.400465411,0.40070922
-7542,1,0.3176,1,1,1,1,1,1,1,1,0.004,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0011,0.6105,0,1,1,1,1,1,0.000237568,0,0.081375808,1,1,1,1,1,0.001545815,0,0.016028797,1,1,1,1,1,0.010145224,0,0.419284679,0.419293421,0.419326241
-7543,1,0.3176,1,1,1,1,1,1,1,1,0.0122,0.3176,0.0737,1,0.2776,1,1,1,1,1,1,0,0.2776,0.071,1,0.6105,1,1,1,0.0014,0.6105,0.0454,1,1,1,1,1,0.001861355,0.158864632,0.060834274,1,1,1,1,1,0.003265554,0.174743444,0,1,1,1,1,1,0.01000602,0.256563157,0.447196713,0.447006558,0.447251773
-7544,1,0.3176,1,1,1,1,1,1,1,1,0.0382,0.3176,0.3074,1,0.2776,1,1,1,1,1,1,0,0.2776,0.3276,1,0.6105,1,1,1,0.0033,0.6105,0.2983,1,1,1,1,1,0.015053151,0.515102267,0.112581924,1,1,1,1,1,0.000226491,0.563043654,0,1,1,1,1,1,0.014455817,0.564115226,0.483264862,0.483181722,0.483156028
-7545,1,0.3176,1,1,1,1,1,1,1,1,0.0911,0.3176,0.4571,1,0.2776,1,1,1,1,1,1,0.0061,0.2776,0.4827,1,0.6105,1,1,1,0.0042,0.6105,0.4196,1,1,1,1,1,0.041860852,0.670570076,0.153066099,1,1,1,1,1,0.003415165,0.72126478,0.040620159,1,1,1,1,1,0.024644073,0.640176713,0.504168681,0.504125238,0.504432624
-7546,1,0.3176,1,1,1,1,1,1,1,1,0.1228,0.3176,0.5656,1,0.2776,1,1,1,1,1,1,0.043,0.2776,0.5614,1,0.6105,1,1,1,0.0073,0.6105,0.4705,1,1,1,1,1,0.05390837,0.730561376,0.219231501,1,1,1,1,1,0.03990636,0.831764042,0.152913362,1,1,1,1,1,0.029825799,0.683899879,0.511962301,0.511952613,0.511968085
-7547,1,0.3176,1,1,1,1,1,1,1,1,0.1602,0.3176,0.5666,1,0.2776,1,1,1,1,1,1,0.076,0.2776,0.5822,1,0.6105,1,1,1,0.0149,0.6105,0.4422,1,1,1,1,1,0.097953431,0.728638113,0.127308339,1,1,1,1,1,0.083892621,0.906008124,0.151865214,1,1,1,1,1,0.035292696,0.687876403,0.514016433,0.513856569,0.514184397
-7548,1,0.3176,1,1,1,1,1,1,1,1,0.1471,0.3176,0.5863,1,0.2776,1,1,1,1,1,1,0.1036,0.2776,0.6355,1,0.6105,1,1,1,0.0156,0.6105,0.4662,1,1,1,1,1,0.071173713,0.801793396,0.052509114,1,1,1,1,1,0.115606174,0.921847701,0.140122786,1,1,1,1,1,0.028543636,0.719063878,0.512989367,0.512798815,0.51285461
-7549,1,0.3176,1,1,1,1,1,1,1,1,0.153,0.3176,0.5924,1,0.2776,1,1,1,1,1,1,0.0972,0.2776,0.639,1,0.6105,1,1,1,0.0121,0.6105,0.4986,1,1,1,1,1,0.085245989,0.859282434,0.04614481,1,1,1,1,1,0.107933715,0.905330718,0.156217799,1,1,1,1,1,0.027994666,0.759703934,0.506162397,0.506240745,0.506205674
-7550,1,0.3176,1,1,1,1,1,1,1,1,0.1272,0.3176,0.503,1,0.2776,1,1,1,1,1,1,0.1004,0.2776,0.5314,1,0.6105,1,1,1,0.0133,0.6105,0.4138,1,1,1,1,1,0.100926697,0.785133064,0.025960956,1,1,1,1,1,0.111904636,0.809775651,0.159962565,1,1,1,1,1,0.033184368,0.615752578,0.500302078,0.500317326,0.5
-7551,1,0.3176,1,1,1,1,1,1,1,1,0.1139,0.3176,0.3328,1,0.2776,1,1,1,1,1,1,0.1246,0.2776,0.3618,1,0.6105,1,1,1,0.0072,0.6105,0.2697,1,1,1,1,1,0.087412022,0.594952703,0.08269909,1,1,1,1,1,0.138943538,0.624310017,0.331665456,1,1,1,1,1,0.012871744,0.446720958,0.502356211,0.502432833,0.502216312
-7552,1,0.3176,1,1,1,1,1,1,1,1,0.077,0.3176,0.0969,1,0.2776,1,1,1,1,1,1,0.0514,0.2776,0.1279,1,0.6105,1,1,1,0.0046,0.6105,0.0323,1,1,1,1,1,0.038453266,0.262965113,0.111151576,1,1,1,1,1,0.06071151,0.303687632,0.348359972,1,1,1,1,1,0.016140306,0.062243983,0.543801353,0.543685213,0.543882979
-7553,1,0.3176,1,1,1,1,1,1,1,1,0.063,0.3176,0,1,0.2776,1,1,1,1,1,1,0.036,0.2776,0,1,0.6105,1,1,1,0.0023,0.6105,0,1,1,1,1,1,0.016292717,0,0.071153641,1,1,1,1,1,0.039715886,0,0.242469639,1,1,1,1,1,0.013950732,0,0.591952634,0.591918765,0.592198582
-7554,1,0.3176,1,1,1,1,1,1,1,1,0.0458,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0075,0.2776,0,1,0.6105,1,1,1,0.0014,0.6105,0,1,1,1,1,1,0.008540059,0,0.07120423,1,1,1,1,1,0.012153735,0,0.207111001,1,1,1,1,1,0.019025495,0,0.584461092,0.584514491,0.584219858
-7555,1,0.3176,1,1,1,1,1,1,1,1,0.0456,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0021,0.6105,0,1,1,1,1,1,0.007743345,0,0.097658634,1,1,1,1,1,0.007084617,0,0.213968873,1,1,1,1,1,0.029031929,0,0.564946834,0.564840279,0.565159574
-7556,1,0.3176,1,1,1,1,1,1,1,1,0.0405,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0114,0.2776,0,1,0.6105,1,1,1,0.0033,0.6105,0,1,1,1,1,1,0.010176772,0,0.093957849,1,1,1,1,1,0.01208934,0,0.251363099,1,1,1,1,1,0.031051353,0,0.540599323,0.540723503,0.540780142
-7557,1,0.3176,1,1,1,1,1,1,1,1,0.0516,0.3176,0,1,0.2776,1,1,1,1,1,1,0.019,0.2776,0,1,0.6105,1,1,1,0.0037,0.6105,0,1,1,1,1,1,0.022931164,0,0.055490017,1,1,1,1,1,0.01859187,0,0.163494781,1,1,1,1,1,0.031619791,0,0.505618656,0.505606093,0.505762411
-7558,1,0.3176,1,1,1,1,1,1,1,1,0.0562,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0116,0.2776,0,1,0.6105,1,1,1,0.0051,0.6105,0,1,1,1,1,1,0.019922255,0,0.005384441,1,1,1,1,1,0.010323911,0,0.030264923,1,1,1,1,1,0.02295368,0,0.464596423,0.464776814,0.464539007
-7559,1,0.3176,1,1,1,1,1,1,1,1,0.0587,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0016,0.2776,0,1,0.6105,1,1,1,0.0076,0.6105,0,1,1,1,1,1,0.0179841,0,0.000973794,1,1,1,1,1,0.00495694,0,0.002532723,1,1,1,1,1,0.030166969,0,0.426474142,0.426486143,0.42641844
-7560,1,0.3176,1,1,1,1,1,1,1,1,0.0453,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0076,0.6105,0,1,1,1,1,1,0.010339765,0,0.000563661,1,1,1,1,1,8.39E-05,0,0,1,1,1,1,1,0.024898108,0,0.39977042,0.399830759,0.399822695
-7561,1,0.3176,1,1,1,1,1,1,1,1,0.0404,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0036,0.6105,0,1,1,1,1,1,0.008538164,0,0,1,1,1,1,1,0.000226414,0,0,1,1,1,1,1,0.031880084,0,0.38460609,0.384599111,0.384751773
-7562,1,0.3176,1,1,1,1,1,1,1,1,0.0475,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0031,0.2776,0,1,0.6105,1,1,1,0.0044,0.6105,0,1,1,1,1,1,0.010047263,0,0,1,1,1,1,1,0.004151433,0,0,1,1,1,1,1,0.029922385,0,0.377416626,0.377406389,0.377659574
-7563,1,0.3176,1,1,1,1,1,1,1,1,0.0428,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0129,0.2776,0,1,0.6105,1,1,1,0.0027,0.6105,0,1,1,1,1,1,0.010259526,0,0.000341212,1,1,1,1,1,0.010900315,0,0,1,1,1,1,1,0.029122792,0,0.377718705,0.377617939,0.377659574
-7564,1,0.3176,1,1,1,1,1,1,1,1,0.0581,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0331,0.2776,0,1,0.6105,1,1,1,0.0013,0.6105,0,1,1,1,1,1,0.016314102,0,0,1,1,1,1,1,0.016731892,0,0,1,1,1,1,1,0.031256214,0,0.389439343,0.389464777,0.38962766
-7565,1,0.3176,1,1,1,1,1,1,1,1,0.0415,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0138,0.2776,0,1,0.6105,1,1,1,0.003,0.6105,0,1,1,1,1,1,0.010267256,0,0.000312778,1,1,1,1,1,0.00725577,0,0,1,1,1,1,1,0.032572336,0,0.425326245,0.425216839,0.425531915
-7566,1,0.3176,1,1,1,1,1,1,1,1,0.025,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0062,0.2776,0,1,0.6105,1,1,1,0.0038,0.6105,0,1,1,1,1,1,0.007906456,0,0.005352193,1,1,1,1,1,0.00638501,0,0.012814136,1,1,1,1,1,0.032656591,0,0.479096182,0.479162259,0.479166667
-7567,1,0.3176,1,1,1,1,1,1,1,1,0.0182,0.3176,0.103,1,0.2776,1,1,1,1,1,1,0.0339,0.2776,0.0719,1,0.6105,1,1,1,0.0047,0.6105,0.0672,1,1,1,1,1,0.010625248,0.252563238,0.027176127,1,1,1,1,1,0.025003182,0.18685399,0.034586914,1,1,1,1,1,0.028911853,0.257489383,0.521507975,0.521683943,0.521719858
-7568,1,0.3176,1,1,1,1,1,1,1,1,0.032,0.3176,0.3367,1,0.2776,1,1,1,1,1,1,0.0193,0.2776,0.3259,1,0.6105,1,1,1,0.0078,0.6105,0.2997,1,1,1,1,1,0.011450588,0.570249915,0.064013518,1,1,1,1,1,0.01140957,0.564554989,0.09850838,1,1,1,1,1,0.037108209,0.601957858,0.549359594,0.549397081,0.54964539
-7569,1,0.3176,1,1,1,1,1,1,1,1,0.0535,0.3176,0.5029,1,0.2776,1,1,1,1,1,1,0.0247,0.2776,0.5018,1,0.6105,1,1,1,0.0137,0.6105,0.4524,1,1,1,1,1,0.023171041,0.786159098,0.211167812,1,1,1,1,1,0.013937821,0.75859648,0.345734835,1,1,1,1,1,0.04888472,0.715885043,0.565067666,0.56505183,0.565159574
-7570,1,0.3176,1,1,1,1,1,1,1,1,0.0705,0.3176,0.6295,1,0.2776,1,1,1,1,1,1,0.0273,0.2776,0.6078,1,0.6105,1,1,1,0.0378,0.6105,0.5857,1,1,1,1,1,0.033997253,0.889173746,0.341509461,1,1,1,1,1,0.023980826,0.852418721,0.615644813,1,1,1,1,1,0.057880856,0.812927365,0.574432093,0.574360059,0.574468085
-7571,1,0.3176,1,1,1,1,1,1,1,1,0.1588,0.3176,0.641,1,0.2776,1,1,1,1,1,1,0.0519,0.2776,0.6065,1,0.6105,1,1,1,0.0745,0.6105,0.595,1,1,1,1,1,0.082362831,0.898742735,0.300412625,1,1,1,1,1,0.056944881,0.868810773,0.571944535,1,1,1,1,1,0.098161489,0.869193435,0.576486225,0.576687117,0.576684397
-7572,1,0.3176,1,1,1,1,1,1,1,1,0.2079,0.3176,0.6296,1,0.2776,1,1,1,1,1,1,0.1031,0.2776,0.6128,1,0.6105,1,1,1,0.0861,0.6105,0.4938,1,1,1,1,1,0.142815962,0.870201945,0.290571302,1,1,1,1,1,0.113889463,0.846376598,0.367084026,1,1,1,1,1,0.063535869,0.859189749,0.573888352,0.573725407,0.574024823
-7573,1,0.3176,1,1,1,1,1,1,1,1,0.2768,0.3176,0.6023,1,0.2776,1,1,1,1,1,1,0.1153,0.2776,0.5842,1,0.6105,1,1,1,0.1322,0.6105,0.4732,1,1,1,1,1,0.215082228,0.828652084,0.400333405,1,1,1,1,1,0.130647898,0.7936759,0.515967011,1,1,1,1,1,0.102273494,0.805292726,0.571230063,0.571186799,0.571365248
-7574,1,0.3176,1,1,1,1,1,1,1,1,0.2837,0.3176,0.4756,1,0.2776,1,1,1,1,1,1,0.1564,0.2776,0.481,1,0.6105,1,1,1,0.1581,0.6105,0.397,1,1,1,1,1,0.252530903,0.715226114,0.305300653,1,1,1,1,1,0.182421744,0.683290839,0.469190091,1,1,1,1,1,0.172826588,0.699587703,0.566940551,0.566955786,0.567375887
-7575,1,0.3176,1,1,1,1,1,1,1,1,0.1985,0.3176,0.3125,1,0.2776,1,1,1,1,1,1,0.1293,0.2776,0.3059,1,0.6105,1,1,1,0.111,0.6105,0.1934,1,1,1,1,1,0.187163308,0.541769326,0.267033666,1,1,1,1,1,0.153385341,0.533248425,0.674536467,1,1,1,1,1,0.125330925,0.477003276,0.567484292,0.567590438,0.567375887
-7576,1,0.3176,1,1,1,1,1,1,1,1,0.1186,0.3176,0.0716,1,0.2776,1,1,1,1,1,1,0.1263,0.2776,0.0951,1,0.6105,1,1,1,0.0718,0.6105,0,1,1,1,1,1,0.112286635,0.18027693,0.167584598,1,1,1,1,1,0.131273106,0.249712244,0.409467041,1,1,1,1,1,0.127416253,0.044955127,0.607962784,0.607996615,0.608156028
-7577,1,0.3176,1,1,1,1,1,1,1,1,0.0627,0.3176,0,1,0.2776,1,1,1,1,1,1,0.1894,0.2776,0,1,0.6105,1,1,1,0.0672,0.6105,0,1,1,1,1,1,0.071087711,0,0.149043664,1,1,1,1,1,0.183713302,0,0.42792204,1,1,1,1,1,0.129322037,0,0.650676655,0.65072985,0.65070922
-7578,1,0.3176,1,1,1,1,1,1,1,1,0.0548,0.3176,0,1,0.2776,1,1,1,1,1,1,0.2122,0.2776,0,1,0.6105,1,1,1,0.0941,0.6105,0,1,1,1,1,1,0.064198293,0,0.137725011,1,1,1,1,1,0.197418749,0,0.45998168,1,1,1,1,1,0.166669622,0,0.640164331,0.640152316,0.640514184
-7579,1,0.3176,1,1,1,1,1,1,1,1,0.0805,0.3176,0,1,0.2776,1,1,1,1,1,1,0.2519,0.2776,0,1,0.6105,1,1,1,0.107,0.6105,0,1,1,1,1,1,0.09023387,0,0.23293975,1,1,1,1,1,0.241213083,0,0.612712324,1,1,1,1,1,0.16395618,0,0.617448043,0.617516395,0.617464539
-7580,1,0.3176,1,1,1,1,1,1,1,1,0.1233,0.3176,0,1,0.2776,1,1,1,1,1,1,0.2526,0.2776,0,1,0.6105,1,1,1,0.1764,0.6105,0,1,1,1,1,1,0.13212359,0,0.37365374,1,1,1,1,1,0.245886147,0,0.97244978,1,1,1,1,1,0.290464699,0,0.586454809,0.586629998,0.58643617
-7581,1,0.3176,1,1,1,1,1,1,1,1,0.2535,0.3176,0,1,0.2776,1,1,1,1,1,1,0.3176,0.2776,0,1,0.6105,1,1,1,0.1969,0.6105,0,1,1,1,1,1,0.298672408,0,0.320616335,1,1,1,1,1,0.302792847,0,0.708015203,1,1,1,1,1,0.361878812,0,0.540538908,0.540511953,0.540336879
-7582,1,0.3176,1,1,1,1,1,1,1,1,0.221,0.3176,0,1,0.2776,1,1,1,1,1,1,0.2732,0.2776,0,1,0.6105,1,1,1,0.243,0.6105,0,1,1,1,1,1,0.227270961,0,0.489760369,1,1,1,1,1,0.262258291,0,1,1,1,1,1,1,0.400019139,0,0.486104398,0.486143431,0.486258865
-7583,1,0.3176,1,1,1,1,1,1,1,1,0.274,0.3176,0,1,0.2776,1,1,1,1,1,1,0.267,0.2776,0,1,0.6105,1,1,1,0.2861,0.6105,0,1,1,1,1,1,0.344533533,0,0.656957865,1,1,1,1,1,0.276117206,0,1,1,1,1,1,1,0.453582793,0,0.440248913,0.440236937,0.440602837
-7584,1,0.3176,1,1,1,1,1,1,1,1,0.3271,0.3176,0,1,0.2776,1,1,1,1,1,1,0.2242,0.2776,0,1,0.6105,1,1,1,0.3289,0.6105,0,1,1,1,1,1,0.321701676,0,0.913378417,1,1,1,1,1,0.224846303,0,1,1,1,1,1,1,0.45138678,0,0.408289029,0.408292786,0.408244681
-7585,1,0.3176,1,1,1,1,1,1,1,1,0.3113,0.3176,0,1,0.2776,1,1,1,1,1,1,0.3206,0.2776,0,1,0.6105,1,1,1,0.2823,0.6105,0,1,1,1,1,1,0.306057751,0,0.996655822,1,1,1,1,1,0.302592337,0,1,1,1,1,1,1,0.499883503,0,0.390285162,0.390310979,0.390070922
-7586,1,0.3176,1,1,1,1,1,1,1,1,0.3468,0.3176,0,1,0.2776,1,1,1,1,1,1,0.1897,0.2776,0,1,0.6105,1,1,1,0.2964,0.6105,0,1,1,1,1,1,0.280577213,0,1,1,1,1,1,1,0.188476682,0,1,1,1,1,1,1,0.535720527,0,0.380799903,0.380791199,0.380762411
-7587,1,0.3176,1,1,1,1,1,1,1,1,0.283,0.3176,0,1,0.2776,1,1,1,1,1,1,0.1846,0.2776,0,1,0.6105,1,1,1,0.1831,0.6105,0,1,1,1,1,1,0.16822356,0,0.921312869,1,1,1,1,1,0.189537182,0,1,1,1,1,1,1,0.291742593,0,0.3800145,0.379944997,0.379875887
-7588,1,0.3176,1,1,1,1,1,1,1,1,0.2703,0.3176,0,1,0.2776,1,1,1,1,1,1,0.2685,0.2776,0,1,0.6105,1,1,1,0.1438,0.6105,0,1,1,1,1,1,0.190366998,0,0.94970417,1,1,1,1,1,0.280344337,0,1,1,1,1,1,1,0.211923659,0,0.391433059,0.391368733,0.391400709
-7589,1,0.3176,1,1,1,1,1,1,1,1,0.3161,0.3176,0,1,0.2776,1,1,1,1,1,1,0.4322,0.2776,0,1,0.6105,1,1,1,0.1993,0.6105,0,1,1,1,1,1,0.227346718,0,1,1,1,1,1,1,0.368059099,0,1,1,1,1,1,1,0.28242889,0,0.433724021,0.433890417,0.433953901
-7590,1,0.3176,1,1,1,1,1,1,1,1,0.3841,0.3176,0,1,0.2776,1,1,1,1,1,1,0.2093,0.2776,0,1,0.6105,1,1,1,0.2259,0.6105,0,1,1,1,1,1,0.311545849,0,1,1,1,1,1,1,0.202619106,0,1,1,1,1,1,1,0.251253456,0,0.509364427,0.509414005,0.509308511
-7591,1,0.3176,1,1,1,1,1,1,1,1,0.1296,0.3176,0.0002,1,0.2776,1,1,1,1,1,1,0.1681,0.2776,0,1,0.6105,1,1,1,0.1723,0.6105,0,1,1,1,1,1,0.078955561,4.28E-06,1,1,1,1,1,1,0.14157398,0,0.950583577,1,1,1,1,1,0.250754952,0,0.554374094,0.554474297,0.554521277
-7592,1,0.3176,1,1,1,1,1,1,1,1,0.1392,0.3176,0.2048,1,0.2776,1,1,1,1,1,1,0.1052,0.2776,0.2009,1,0.6105,1,1,1,0.1397,0.6105,0.1224,1,1,1,1,1,0.102997802,0.352989227,1,1,1,1,1,1,0.114654966,0.351603478,1,1,1,1,1,1,0.251612186,0.1772255,0.566880135,0.566744235,0.566932624
-7593,1,0.3176,1,1,1,1,1,1,1,1,0.1472,0.3176,0.3617,1,0.2776,1,1,1,1,1,1,0.0567,0.2776,0.3846,1,0.6105,1,1,1,0.1276,0.6105,0.2365,1,1,1,1,1,0.071416721,0.578971088,0.44236517,1,1,1,1,1,0.109228767,0.542522848,0.412848711,1,1,1,1,1,0.199901223,0.429713547,0.5760029,0.576052465,0.575797872
-7594,1,0.3176,1,1,1,1,1,1,1,1,0.2269,0.3176,0.4551,1,0.2776,1,1,1,1,1,1,0.1465,0.2776,0.4206,1,0.6105,1,1,1,0.087,0.6105,0.3144,1,1,1,1,1,0.088283285,0.62513411,0.728267312,1,1,1,1,1,0.126927525,0.526494265,1,1,1,1,1,1,0.172057658,0.593477964,0.585004833,0.584937593,0.585106383
-7595,1,0.3176,1,1,1,1,1,1,1,1,0.1656,0.3176,0.4406,1,0.2776,1,1,1,1,1,1,0.1922,0.2776,0.4248,1,0.6105,1,1,1,0.048,0.6105,0.3729,1,1,1,1,1,0.063988537,0.56962198,0.604912221,1,1,1,1,1,0.16502732,0.592175126,1,1,1,1,1,1,0.137563005,0.568211079,0.588146448,0.588110853,0.58820922
-7596,1,0.3176,1,1,1,1,1,1,1,1,0.0701,0.3176,0.3895,1,0.2776,1,1,1,1,1,1,0.3632,0.2776,0.4079,1,0.6105,1,1,1,0.1145,0.6105,0.4469,1,1,1,1,1,0.065740377,0.567064941,0.894685507,1,1,1,1,1,0.307316542,0.59984678,1,1,1,1,1,1,0.226782292,0.540396273,0.587058966,0.587053099,0.587322695
-7597,1,0.3176,1,1,1,1,1,1,1,1,0.0687,0.3176,0.3436,1,0.2776,1,1,1,1,1,1,0.1968,0.2776,0.3871,1,0.6105,1,1,1,0.1642,0.6105,0.3837,1,1,1,1,1,0.108205691,0.513906121,0.719259024,1,1,1,1,1,0.175994426,0.561503947,0.955913186,1,1,1,1,1,0.327358276,0.494705021,0.58742146,0.587476201,0.587765957
-7598,1,0.3176,1,1,1,1,1,1,1,1,0.092,0.3176,0.2994,1,0.2776,1,1,1,1,1,1,0.2945,0.2776,0.3139,1,0.6105,1,1,1,0.199,0.6105,0.3147,1,1,1,1,1,0.102763593,0.45558092,0.705398917,1,1,1,1,1,0.249897808,0.481202275,1,1,1,1,1,1,0.405051649,0.389177918,0.584581924,0.584726042,0.584663121
-7599,1,0.3176,1,1,1,1,1,1,1,1,0.0832,0.3176,0.1652,1,0.2776,1,1,1,1,1,1,0.2052,0.2776,0.2324,1,0.6105,1,1,1,0.2535,0.6105,0.204,1,1,1,1,1,0.089483894,0.314863712,0.685543239,1,1,1,1,1,0.167755485,0.469806999,0.994083643,1,1,1,1,1,0.445900023,0.302002847,0.590442243,0.59043791,0.590868794
-7600,1,0.3176,1,1,1,1,1,1,1,1,0.0552,0.3176,0.012,1,0.2776,1,1,1,1,1,1,0.1124,0.2776,0.0679,1,0.6105,1,1,1,0.0926,0.6105,0,1,1,1,1,1,0.060036369,0.072327405,0.703372478,1,1,1,1,1,0.08715044,0.225904569,0.894215703,1,1,1,1,1,0.188313976,0,0.625,0.625132219,0.625
-7601,1,0.3176,1,1,1,1,1,1,1,1,0.0594,0.3176,0,1,0.2776,1,1,1,1,1,1,0.1106,0.2776,0,1,0.6105,1,1,1,0.0525,0.6105,0,1,1,1,1,1,0.047534641,0,0.725700378,1,1,1,1,1,0.096259631,0,0.877060294,1,1,1,1,1,0.093920432,0,0.662759787,0.662788238,0.662677305
-7602,1,0.3176,1,1,1,1,1,1,1,1,0.1339,0.3176,0,1,0.2776,1,1,1,1,1,1,0.1815,0.2776,0,1,0.6105,1,1,1,0.164,0.6105,0,1,1,1,1,1,0.133233711,0,0.595012426,1,1,1,1,1,0.205113411,0,0.601070464,1,1,1,1,1,0.370796293,0,0.656899468,0.656864819,0.656914894
-7603,1,0.3176,1,1,1,1,1,1,1,1,0.1337,0.3176,0,1,0.2776,1,1,1,1,1,1,0.1819,0.2776,0,1,0.6105,1,1,1,0.1644,0.6105,0,1,1,1,1,1,0.133576587,0,0.593923867,1,1,1,1,1,0.205796629,0,0.599766791,1,1,1,1,1,0.371825159,0,0.63877477,0.638671462,0.639184397
-7604,1,0.3176,1,1,1,1,1,1,1,1,0.0768,0.3176,0,1,0.2776,1,1,1,1,1,1,0.1112,0.2776,0,1,0.6105,1,1,1,0.0339,0.6105,0,1,1,1,1,1,0.024584793,0,0.998684525,1,1,1,1,1,0.100049742,0,1,1,1,1,1,1,0.077429213,0,0.611889802,0.611804527,0.611702128
-7605,1,0.3176,1,1,1,1,1,1,1,1,0.106,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0748,0.2776,0,1,0.6105,1,1,1,0.0446,0.6105,0,1,1,1,1,1,0.013141464,0,1,1,1,1,1,1,0.072144926,0,1,1,1,1,1,1,0.078223333,0,0.569961334,0.569917495,0.570035461
-7606,1,0.3176,1,1,1,1,1,1,1,1,0.1132,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0807,0.2776,0,1,0.6105,1,1,1,0.0542,0.6105,0,1,1,1,1,1,0.011728464,0,1,1,1,1,1,1,0.078903064,0,1,1,1,1,1,1,0.133353382,0,0.514922668,0.514914322,0.515070922
-7607,1,0.3176,1,1,1,1,1,1,1,1,0.1208,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0488,0.2776,0,1,0.6105,1,1,1,0.0494,0.6105,0,1,1,1,1,1,0.010406122,0,1,1,1,1,1,1,0.056009747,0,1,1,1,1,1,1,0.122132972,0,0.467133881,0.467103871,0.467198582
-7608,1,0.3176,1,1,1,1,1,1,1,1,0.0713,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0136,0.2776,0,1,0.6105,1,1,1,0.0278,0.6105,0,1,1,1,1,1,0.004256551,0,1,1,1,1,1,1,0.018554665,0,1,1,1,1,1,1,0.056614246,0,0.436623973,0.436640575,0.436613475
-7609,1,0.3176,1,1,1,1,1,1,1,1,0.0778,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0211,0.6105,0,1,1,1,1,1,0.004388983,0,1,1,1,1,1,1,0.003716312,0,1,1,1,1,1,1,0.036281459,0,0.420190913,0.420139623,0.420212766
-7610,1,0.3176,1,1,1,1,1,1,1,1,0.0805,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0342,0.6105,0,1,1,1,1,1,0.005508017,0,1,1,1,1,1,1,0.002284647,0,1,1,1,1,1,1,0.062853843,0,0.413363944,0.413370002,0.41356383
-7611,1,0.3176,1,1,1,1,1,1,1,1,0.0839,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0264,0.6105,0,1,1,1,1,1,0.005895949,0,1,1,1,1,1,1,0.002248854,0,1,1,1,1,1,1,0.050068345,0,0.414149348,0.414004654,0.414007092
-7612,1,0.3176,1,1,1,1,1,1,1,1,0.0981,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0159,0.6105,0,1,1,1,1,1,0.007888082,0,1,1,1,1,1,1,0.00674729,0,1,1,1,1,1,1,0.03093151,0,0.4290116,0.429024751,0.429078014
-7613,1,0.3176,1,1,1,1,1,1,1,1,0.1051,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0106,0.6105,0,1,1,1,1,1,0.007772093,0,1,1,1,1,1,1,0.005530443,0,1,1,1,1,1,1,0.022633772,0,0.475894152,0.475777449,0.47606383
-7614,1,0.3176,1,1,1,1,1,1,1,1,0.1223,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0158,0.6105,0,1,1,1,1,1,0.009684555,0,1,1,1,1,1,1,0.009736519,0,1,1,1,1,1,1,0.029968522,0,0.555159497,0.555108949,0.554964539
-7615,1,0.3176,1,1,1,1,1,1,1,1,0.1022,0.3176,0.0741,1,0.2776,1,1,1,1,1,1,0,0.2776,0.0775,1,0.6105,1,1,1,0.0115,0.6105,0.0445,1,1,1,1,1,0.006713704,0.152618915,1,1,1,1,1,1,0.00288597,0.203918859,1,1,1,1,1,1,0.028643828,0.250545651,0.593100532,0.593188069,0.593085106
-7616,1,0.3176,1,1,1,1,1,1,1,1,0.1465,0.3176,0.3326,1,0.2776,1,1,1,1,1,1,0.0164,0.2776,0.3077,1,0.6105,1,1,1,0.0202,0.6105,0.319,1,1,1,1,1,0.013558503,0.544430494,1,1,1,1,1,1,0.023198292,0.553421378,1,1,1,1,1,1,0.040954188,0.605001807,0.597510875,0.597630633,0.59751773
-7617,1,0.3176,1,1,1,1,1,1,1,1,0.2015,0.3176,0.513,1,0.2776,1,1,1,1,1,1,0.0892,0.2776,0.4897,1,0.6105,1,1,1,0.0755,0.6105,0.5047,1,1,1,1,1,0.034923464,0.771954775,1,1,1,1,1,1,0.095455587,0.75409162,1,1,1,1,1,1,0.09548343,0.809654355,0.595517158,0.595515126,0.595744681
-7618,1,0.3176,1,1,1,1,1,1,1,1,0.2149,0.3176,0.6304,1,0.2776,1,1,1,1,1,1,0.1038,0.2776,0.6502,1,0.6105,1,1,1,0.1056,0.6105,0.6283,1,1,1,1,1,0.043299027,0.899698615,1,1,1,1,1,1,0.117268831,0.908087373,1,1,1,1,1,1,0.120196313,0.909019411,0.594127598,0.594034271,0.594414894
-7619,1,0.3176,1,1,1,1,1,1,1,1,0.2633,0.3176,0.6421,1,0.2776,1,1,1,1,1,1,0.0675,0.2776,0.6793,1,0.6105,1,1,1,0.12,0.6105,0.6512,1,1,1,1,1,0.076187521,0.933407545,1,1,1,1,1,1,0.085878283,0.950496554,1,1,1,1,1,1,0.145296857,0.945561707,0.589173514,0.589168606,0.589095745
-7620,1,0.3176,1,1,1,1,1,1,1,1,0.1635,0.3176,0.6634,1,0.2776,1,1,1,1,1,1,0.0628,0.2776,0.708,1,0.6105,1,1,1,0.1626,0.6105,0.6869,1,1,1,1,1,0.074850827,0.978179693,0.992782235,1,1,1,1,1,0.09768004,0.995102346,0.955250323,1,1,1,1,1,0.131781489,0.983811259,0.58240696,0.582398985,0.582446809
-7621,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0.6169,1,0.2776,1,1,1,1,1,1,0,0.2776,0.6714,1,0.6105,1,1,1,0,0.6105,0.6141,1,1,1,1,1,0,0.89484936,0,1,1,1,1,1,0,0.923638225,0,1,1,1,1,1,0,0.885305047,0.57781537,0.57774487,0.578014184
-7622,1,0.3176,1,1,1,1,1,1,1,1,0.177,0.3176,0.5355,1,0.2776,1,1,1,1,1,1,0.0276,0.2776,0.5738,1,0.6105,1,1,1,0.1669,0.6105,0.5248,1,1,1,1,1,0.089145899,0.848065257,0.952934027,1,1,1,1,1,0.06634254,0.865045488,0.65794301,1,1,1,1,1,0.12735492,0.826733887,0.574734171,0.574783161,0.574911348
-7623,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0.3307,1,0.2776,1,1,1,1,1,1,0,0.2776,0.3691,1,0.6105,1,1,1,0,0.6105,0.2911,1,1,1,1,1,0,0.590735316,0,1,1,1,1,1,0,0.633593917,0,1,1,1,1,1,0,0.535729706,0.580836153,0.58091813,0.581117021
-7624,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0.0844,1,0.2776,1,1,1,1,1,1,0,0.2776,0.1219,1,0.6105,1,1,1,0,0.6105,0.0108,1,1,1,1,1,0,0.238239512,0,1,1,1,1,1,0,0.290355682,0,1,1,1,1,1,0,0.002239173,0.622522958,0.622593611,0.622340426
-7625,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0.673211696,0.67315422,0.673315603
-7626,1,0.3176,1,1,1,1,1,1,1,1,0.141,0.3176,0,1,0.2776,1,1,1,1,1,1,0.029,0.2776,0,1,0.6105,1,1,1,0.1599,0.6105,0,1,1,1,1,1,0.22347796,0,0.979153693,1,1,1,1,1,0.127313256,0,0.581234336,1,1,1,1,1,0.199216217,0,0.670915901,0.670827163,0.671099291
-7627,1,0.3176,1,1,1,1,1,1,1,1,0.1561,0.3176,0,1,0.2776,1,1,1,1,1,1,0.1162,0.2776,0,1,0.6105,1,1,1,0.1198,0.6105,0,1,1,1,1,1,0.239577875,0,0.948041856,1,1,1,1,1,0.236734018,0,0.426514149,1,1,1,1,1,0.130075201,0,0.655570324,0.655595515,0.656028369
-7628,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0.631645723,0.63169029,0.631648936
-7629,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0.590140164,0.590014809,0.590425532
-7630,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0.536370227,0.536280939,0.536347518
-7631,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0.48719188,0.487201185,0.48714539
-7632,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0.454809087,0.454833933,0.454787234
-7633,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0.438678105,0.438756082,0.438829787
-7634,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0.431246979,0.431140258,0.431294326
-7635,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0.433059449,0.433044214,0.433067376
-7636,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0.447257129,0.447218109,0.447251773
-7637,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0.491541808,0.491643749,0.491578014
-7638,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0.569900918,0.569917495,0.570035461
-7639,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0.0709,1,0.2776,1,1,1,1,1,1,0,0.2776,0.0674,1,0.6105,1,1,1,0,0.6105,0.0385,1,1,1,1,1,0,0.183461607,0,1,1,1,1,1,0,0.130417541,0,1,1,1,1,1,0,0.239218682,0.609352344,0.60947747,0.609485816
-7640,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0.2937,1,0.2776,1,1,1,1,1,1,0,0.2776,0.2968,1,0.6105,1,1,1,0,0.6105,0.2617,1,1,1,1,1,0,0.519057274,0,1,1,1,1,1,0,0.476163596,0,1,1,1,1,1,0,0.586007833,0.615575157,0.615612439,0.616134752
-7641,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0.4255,1,0.2776,1,1,1,1,1,1,0,0.2776,0.461,1,0.6105,1,1,1,0,0.6105,0.3741,1,1,1,1,1,0,0.69715333,0,1,1,1,1,1,0,0.692222416,0,1,1,1,1,1,0,0.775266171,0.615998067,0.616035541,0.616134752
-7642,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0.5184,1,0.2776,1,1,1,1,1,1,0,0.2776,0.5393,1,0.6105,1,1,1,0,0.6105,0.4596,1,1,1,1,1,0,0.783467174,0,1,1,1,1,1,0,0.703293025,0,1,1,1,1,1,0,0.848877251,0.61442726,0.614554686,0.614361702
-7643,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0.5122,1,0.2776,1,1,1,1,1,1,0,0.2776,0.4746,1,0.6105,1,1,1,0,0.6105,0.5247,1,1,1,1,1,0,0.744593918,0,1,1,1,1,1,0,0.597074807,0,1,1,1,1,1,0,0.885255575,0.608506525,0.608631267,0.608599291
-7644,1,0.3176,1,1,1,1,1,1,1,1,0.115,0.3176,0.4839,1,0.2776,1,1,1,1,1,1,0,0.2776,0.5537,1,0.6105,1,1,1,0.0631,0.6105,0.5443,1,1,1,1,1,0.021934349,0.725637197,0.996021271,1,1,1,1,1,0.008922476,0.735690236,0.945120215,1,1,1,1,1,0.039851174,0.931993961,0.600289995,0.600380791,0.600620567
-7645,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0.4576,1,0.2776,1,1,1,1,1,1,0,0.2776,0.5086,1,0.6105,1,1,1,0,0.6105,0.4401,1,1,1,1,1,0,0.67517364,0,1,1,1,1,1,0,0.62797749,0,1,1,1,1,1,0,0.710362315,0.597329628,0.597419082,0.59751773
-7646,1,0.3176,1,1,1,1,1,1,1,1,0.0772,0.3176,0.4155,1,0.2776,1,1,1,1,1,1,0,0.2776,0.4354,1,0.6105,1,1,1,0.0641,0.6105,0.3566,1,1,1,1,1,0.018401191,0.681669593,0.96524775,1,1,1,1,1,0.000657583,0.554997444,0.580762088,1,1,1,1,1,0.045534007,0.65903157,0.592496375,0.592553417,0.592641844
-7647,1,0.3176,1,1,1,1,1,1,1,1,0.0525,0.3176,0.2268,1,0.2776,1,1,1,1,1,1,0,0.2776,0.2009,1,0.6105,1,1,1,0.1098,0.6105,0.1868,1,1,1,1,1,0.011006727,0.365175724,0.838364244,1,1,1,1,1,0.000155293,0.246773809,0.366500556,1,1,1,1,1,0.073576525,0.476926088,0.599625423,0.599746139,0.599734043
-7648,1,0.3176,1,1,1,1,1,1,1,1,0.0513,0.3176,0.0106,1,0.2776,1,1,1,1,1,1,0,0.2776,0.0005,1,0.6105,1,1,1,0.0165,0.6105,0,1,1,1,1,1,0.003882481,0.011247263,0.980135798,1,1,1,1,1,0,0.003913671,0.385112286,1,1,1,1,1,0.010711966,0,0.643487192,0.643537127,0.643617021
-7649,1,0.3176,1,1,1,1,1,1,1,1,0.0415,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0012,0.6105,0,1,1,1,1,1,0.003075834,0,0.976324201,1,1,1,1,1,0,0,0.295659959,1,1,1,1,1,0.005021732,0,0.682515708,0.682674,0.682624113
-7650,1,0.3176,1,1,1,1,1,1,1,1,0.0274,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0014,0.6105,0,1,1,1,1,1,0.001949382,0,0.931204379,1,1,1,1,1,0,0,0.317273557,1,1,1,1,1,0.006667228,0,0.678649106,0.678654538,0.679078014
-7651,1,0.3176,1,1,1,1,1,1,1,1,0.022,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0032,0.6105,0,1,1,1,1,1,0.001857092,0,0.99838829,1,1,1,1,1,4.99E-06,0,0.576838017,1,1,1,1,1,0.008902594,0,0.662759787,0.662788238,0.662677305
-7652,1,0.3176,1,1,1,1,1,1,1,1,0.0177,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0012,0.6105,0,1,1,1,1,1,0.001541576,0,0.837298632,1,1,1,1,1,0,0,0.471246094,1,1,1,1,1,0.006220918,0,0.637264379,0.637190607,0.637411348
-7653,1,0.3176,1,1,1,1,1,1,1,1,0.0218,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0014,0.6105,0,1,1,1,1,1,0.001425115,0,0.865020514,1,1,1,1,1,0,0,0.365958393,1,1,1,1,1,0.005196861,0,0.594610923,0.594668923,0.594858156
-7654,1,0.3176,1,1,1,1,1,1,1,1,0.0272,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0006,0.6105,0,1,1,1,1,1,0.001559021,0,0.755302191,1,1,1,1,1,3.95E-05,0,0.406994522,1,1,1,1,1,0.00355419,0,0.540297245,0.540300402,0.540336879
-7655,1,0.3176,1,1,1,1,1,1,1,1,0.0252,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0007,0.6105,0,1,1,1,1,1,0.001269431,0,0.783978343,1,1,1,1,1,2.34E-05,0,0.252865195,1,1,1,1,1,0.003524231,0,0.490333494,0.490374445,0.490248227
-7656,1,0.3176,1,1,1,1,1,1,1,1,0.0245,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0009,0.6105,0,1,1,1,1,1,0.001144347,0,0.77163136,1,1,1,1,1,4.19E-05,0,0.237530649,1,1,1,1,1,0.002692778,0,0.45879652,0.458853395,0.458776596
-7657,1,0.3176,1,1,1,1,1,1,1,1,0.0218,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0008,0.6105,0,1,1,1,1,1,0.000822158,0,0.785140276,1,1,1,1,1,8.07E-05,0,0.365281701,1,1,1,1,1,0.002893141,0,0.442000967,0.441929342,0.441932624
-7658,1,0.3176,1,1,1,1,1,1,1,1,0.0197,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0015,0.6105,0,1,1,1,1,1,0.000797318,0,0.731826186,1,1,1,1,1,7.32E-05,0,0.457108915,1,1,1,1,1,0.004558892,0,0.433240696,0.433255765,0.433067376
-7659,1,0.3176,1,1,1,1,1,1,1,1,0.0115,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0014,0.6105,0,1,1,1,1,1,0.000745691,0,0.698722005,1,1,1,1,1,0.000207705,0,0.508432746,1,1,1,1,1,0.006107812,0,0.433905268,0.433890417,0.433953901
-7660,1,0.3176,1,1,1,1,1,1,1,1,0.0199,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0067,0.6105,0,1,1,1,1,1,0.001063409,0,0.51834321,1,1,1,1,1,0.000328792,0,0.233803391,1,1,1,1,1,0.009591476,0,0.446955051,0.446795007,0.447251773
-7661,1,0.3176,1,1,1,1,1,1,1,1,0.0265,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0123,0.6105,0,1,1,1,1,1,0.00145344,0,0.349940687,1,1,1,1,1,0.000509592,0,0.16822724,1,1,1,1,1,0.016591065,0,0.490454326,0.490374445,0.490691489
-7662,1,0.3176,1,1,1,1,1,1,1,1,0.0259,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0088,0.6105,0,1,1,1,1,1,0.001223985,0,0.29331398,1,1,1,1,1,0.000282213,0,0.114816755,1,1,1,1,1,0.01319555,0,0.565248913,0.565263381,0.565159574
-7663,1,0.3176,1,1,1,1,1,1,1,1,0.0155,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0.0017,1,0.6105,1,1,1,0.0196,0.6105,0,1,1,1,1,1,0.000584705,0,0.256317139,1,1,1,1,1,0.000190652,0.002350613,0.114995822,1,1,1,1,1,0.025364779,0,0.60397535,0.603977153,0.604166667
-7664,1,0.3176,1,1,1,1,1,1,1,1,0.0193,0.3176,0.1785,1,0.2776,1,1,1,1,1,1,0,0.2776,0.2658,1,0.6105,1,1,1,0.0231,0.6105,0.1909,1,1,1,1,1,0.001107406,0.369548231,0.432488143,1,1,1,1,1,0.000307806,0.472589284,0.22236678,1,1,1,1,1,0.029845104,0.120953619,0.611346061,0.611381426,0.611702128
-7665,1,0.3176,1,1,1,1,1,1,1,1,0.0365,0.3176,0.4377,1,0.2776,1,1,1,1,1,1,0,0.2776,0.4747,1,0.6105,1,1,1,0.0317,0.6105,0.3277,1,1,1,1,1,0.002983123,0.659345567,0.362339497,1,1,1,1,1,0.001919271,0.627431095,0.310462326,1,1,1,1,1,0.054318968,0.313905865,0.609473175,0.609689021,0.609929078
-7666,1,0.3176,1,1,1,1,1,1,1,1,0.0649,0.3176,0.5751,1,0.2776,1,1,1,1,1,1,0.011,0.2776,0.5178,1,0.6105,1,1,1,0.0502,0.6105,0.4621,1,1,1,1,1,0.007743147,0.794085503,0.585148335,1,1,1,1,1,0.017902903,0.639110804,0.388133287,1,1,1,1,1,0.095443107,0.52703619,0.607056549,0.606938862,0.607269504
-7667,1,0.3176,1,1,1,1,1,1,1,1,0.0614,0.3176,0.5155,1,0.2776,1,1,1,1,1,1,0.0097,0.2776,0.4517,1,0.6105,1,1,1,0.0535,0.6105,0.5413,1,1,1,1,1,0.00756513,0.646303594,0.783147454,1,1,1,1,1,0.022884615,0.587505996,0.400932759,1,1,1,1,1,0.108415365,0.752524257,0.599504592,0.599534589,0.599734043
-7668,1,0.3176,1,1,1,1,1,1,1,1,0.039,0.3176,0.4923,1,0.2776,1,1,1,1,1,1,0.0248,0.2776,0.3956,1,0.6105,1,1,1,0.0333,0.6105,0.5997,1,1,1,1,1,0.00537396,0.680804908,0.594183981,1,1,1,1,1,0.030953577,0.581316471,0.319396883,1,1,1,1,1,0.068126485,0.745070696,0.591710971,0.591707214,0.591755319
-7669,1,0.3176,1,1,1,1,1,1,1,1,0.0267,0.3176,0.4147,1,0.2776,1,1,1,1,1,1,0.0283,0.2776,0.3687,1,0.6105,1,1,1,0.0253,0.6105,0.5832,1,1,1,1,1,0.002226322,0.579864323,0.37774384,1,1,1,1,1,0.032925479,0.510871768,0.171658397,1,1,1,1,1,0.056523863,0.729099452,0.588569357,0.588745505,0.588652482
-7670,1,0.3176,1,1,1,1,1,1,1,1,0.0257,0.3176,0.3057,1,0.2776,1,1,1,1,1,1,0.0337,0.2776,0.2795,1,0.6105,1,1,1,0.0226,0.6105,0.44,1,1,1,1,1,0.003087505,0.435822397,0.276516855,1,1,1,1,1,0.026660698,0.500573158,0.257862836,1,1,1,1,1,0.04562749,0.642617166,0.58379652,0.583668289,0.584219858
-7671,1,0.3176,1,1,1,1,1,1,1,1,0.0255,0.3176,0.1433,1,0.2776,1,1,1,1,1,1,0.0073,0.2776,0.1759,1,0.6105,1,1,1,0.0167,0.6105,0.2419,1,1,1,1,1,0.01064904,0.240832508,0.619894207,1,1,1,1,1,0.008301837,0.389957279,0.409604758,1,1,1,1,1,0.036450021,0.267691046,0.586213146,0.586206897,0.58643617
-7672,1,0.3176,1,1,1,1,1,1,1,1,0.0106,0.3176,0.0014,1,0.2776,1,1,1,1,1,1,0.0093,0.2776,0.0297,1,0.6105,1,1,1,0.01,0.6105,0,1,1,1,1,1,0.004275914,0.001860096,0.439177066,1,1,1,1,1,0.011460869,0.148513943,0.063760206,1,1,1,1,1,0.021960948,0,0.624637506,0.624709118,0.624556738
-7673,1,0.3176,1,1,1,1,1,1,1,1,0.0073,0.3176,0,1,0.2776,1,1,1,1,1,1,0.008,0.2776,0,1,0.6105,1,1,1,0.0111,0.6105,0,1,1,1,1,1,0.001557876,0,0.433946908,1,1,1,1,1,0.007150476,0,0.03611597,1,1,1,1,1,0.024823429,0,0.658772354,0.658768775,0.658687943
-7674,1,0.3176,1,1,1,1,1,1,1,1,0.0055,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0039,0.2776,0,1,0.6105,1,1,1,0.0189,0.6105,0,1,1,1,1,1,0.001028657,0,0.411482126,1,1,1,1,1,0.004860683,0,0.128879845,1,1,1,1,1,0.042447813,0,0.649830836,0.649672096,0.649822695
-7675,1,0.3176,1,1,1,1,1,1,1,1,0.0024,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0139,0.2776,0,1,0.6105,1,1,1,0.0437,0.6105,0,1,1,1,1,1,0.003939301,0,0.453085721,1,1,1,1,1,0.013539458,0,0.183402359,1,1,1,1,1,0.099988244,0,0.631041566,0.631055638,0.631205674
-7676,1,0.3176,1,1,1,1,1,1,1,1,0.0015,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0053,0.2776,0,1,0.6105,1,1,1,0.0357,0.6105,0,1,1,1,1,1,0.00290467,0,0.486393213,1,1,1,1,1,0.008936937,0,0.25664714,1,1,1,1,1,0.077364698,0,0.610016916,0.609900571,0.609929078
-7677,1,0.3176,1,1,1,1,1,1,1,1,0.0017,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0042,0.2776,0,1,0.6105,1,1,1,0.0271,0.6105,0,1,1,1,1,1,0.002515903,0,0.380161047,1,1,1,1,1,0.006364289,0,0.187135339,1,1,1,1,1,0.052758683,0,0.577875785,0.577956421,0.578014184
-7678,1,0.3176,1,1,1,1,1,1,1,1,0.0026,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0027,0.2776,0,1,0.6105,1,1,1,0.0249,0.6105,0,1,1,1,1,1,0.001195489,0,0.450146258,1,1,1,1,1,0.005871882,0,0.219707072,1,1,1,1,1,0.048360206,0,0.536370227,0.53649249,0.536347518
-7679,1,0.3176,1,1,1,1,1,1,1,1,0.0059,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0196,0.6105,0,1,1,1,1,1,0.00035226,0,0.517631412,1,1,1,1,1,0.000812197,0,0.383679092,1,1,1,1,1,0.028617216,0,0.492085549,0.49206685,0.492021277
-7680,1,0.3176,1,1,1,1,1,1,1,1,0.009,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0149,0.6105,0,1,1,1,1,1,0.000519984,0,0.613204896,1,1,1,1,1,0.000929269,0,0.624318063,1,1,1,1,1,0.024185494,0,0.457890285,0.457795642,0.457890071
-7681,1,0.3176,1,1,1,1,1,1,1,1,0.0127,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0251,0.6105,0,1,1,1,1,1,0.000811455,0,0.89923811,1,1,1,1,1,0.001456314,0,1,1,1,1,1,1,0.034453992,0,0.438859352,0.438756082,0.438829787
-7682,1,0.3176,1,1,1,1,1,1,1,1,0.0181,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0369,0.6105,0,1,1,1,1,1,0.000862813,0,0.836500168,1,1,1,1,1,0.001350465,0,1,1,1,1,1,1,0.045560885,0,0.430099082,0.430082505,0.430407801
-7683,1,0.3176,1,1,1,1,1,1,1,1,0.016,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0436,0.6105,0,1,1,1,1,1,0.000855888,0,0.562349796,1,1,1,1,1,0.003909227,0,0.704787254,1,1,1,1,1,0.060898751,0,0.427803287,0.427755447,0.428191489
-7684,1,0.3176,1,1,1,1,1,1,1,1,0.0212,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0016,0.2776,0,1,0.6105,1,1,1,0.0194,0.6105,0,1,1,1,1,1,0.001807394,0,0.440000087,1,1,1,1,1,0.002599792,0,0.523562849,1,1,1,1,1,0.026451319,0,0.432576124,0.432621113,0.432624113
-7685,1,0.3176,1,1,1,1,1,1,1,1,0.0275,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0018,0.2776,0,1,0.6105,1,1,1,0.0305,0.6105,0,1,1,1,1,1,0.00247067,0,0.702817678,1,1,1,1,1,0.003703228,0,0.804398179,1,1,1,1,1,0.035973042,0,0.451304978,0.451237571,0.451241135
-7686,1,0.3176,1,1,1,1,1,1,1,1,0.0208,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0155,0.6105,0,1,1,1,1,1,0.001902111,0,0.841713667,1,1,1,1,1,0.002706496,0,1,1,1,1,1,1,0.017946543,0,0.481331561,0.481489317,0.481382979
-7687,1,0.3176,1,1,1,1,1,1,1,1,0.0281,0.3176,0.0727,1,0.2776,1,1,1,1,1,1,0,0.2776,0.0684,1,0.6105,1,1,1,0.0137,0.6105,0.0339,1,1,1,1,1,0.002400696,0.190466613,0.997374654,1,1,1,1,1,0.002374454,0.107710719,0.994056582,1,1,1,1,1,0.020315615,0.214399606,0.513714355,0.513645018,0.513741135
-7688,1,0.3176,1,1,1,1,1,1,1,1,0.042,0.3176,0.3305,1,0.2776,1,1,1,1,1,1,0,0.2776,0.3375,1,0.6105,1,1,1,0.0322,0.6105,0.3049,1,1,1,1,1,0.003361256,0.58193332,1,1,1,1,1,1,0.003060787,0.573210597,1,1,1,1,1,1,0.021892238,0.581689477,0.542955534,0.54283901,0.542996454
-7689,1,0.3176,1,1,1,1,1,1,1,1,0.045,0.3176,0.5087,1,0.2776,1,1,1,1,1,1,0,0.2776,0.517,1,0.6105,1,1,1,0.0544,0.6105,0.492,1,1,1,1,1,0.004099682,0.785766125,1,1,1,1,1,1,0.004265322,0.784308076,1,1,1,1,1,1,0.018610606,0.785574555,0.557032383,0.557012905,0.556737589
-7690,1,0.3176,1,1,1,1,1,1,1,1,0.0767,0.3176,0.6255,1,0.2776,1,1,1,1,1,1,0.0149,0.2776,0.636,1,0.6105,1,1,1,0.0526,0.6105,0.6184,1,1,1,1,1,0.015314011,0.884221256,1,1,1,1,1,1,0.027345691,0.893919706,1,1,1,1,1,1,0.026144505,0.884861887,0.556246979,0.556378253,0.556294326
-7691,1,0.3176,1,1,1,1,1,1,1,1,0.0775,0.3176,0.6438,1,0.2776,1,1,1,1,1,1,0.0292,0.2776,0.6664,1,0.6105,1,1,1,0.0195,0.6105,0.6459,1,1,1,1,1,0.010052659,0.917414904,1,1,1,1,1,1,0.040747978,0.937735081,1,1,1,1,1,1,0.015935335,0.922293663,0.549178347,0.54918553,0.549202128
-7692,1,0.3176,1,1,1,1,1,1,1,1,0.0447,0.3176,0.6342,1,0.2776,1,1,1,1,1,1,0.0044,0.2776,0.6641,1,0.6105,1,1,1,0.0148,0.6105,0.6419,1,1,1,1,1,0.004311243,0.909782767,0.976626992,1,1,1,1,1,0.011243975,0.934842944,0.968931437,1,1,1,1,1,0.029121963,0.912710428,0.538363944,0.538396446,0.53856383
-7693,1,0.3176,1,1,1,1,1,1,1,1,0.0455,0.3176,0.6073,1,0.2776,1,1,1,1,1,1,0.0067,0.2776,0.6386,1,0.6105,1,1,1,0.0155,0.6105,0.604,1,1,1,1,1,0.004334661,0.86682725,0.879050136,1,1,1,1,1,0.008518094,0.892079949,0.72081393,1,1,1,1,1,0.031622052,0.858384609,0.527066216,0.52697271,0.52748227
-7694,1,0.3176,1,1,1,1,1,1,1,1,0.0271,0.3176,0.4905,1,0.2776,1,1,1,1,1,1,0,0.2776,0.5212,1,0.6105,1,1,1,0.0328,0.6105,0.4714,1,1,1,1,1,0.003053201,0.762123466,0.598355234,1,1,1,1,1,0.001622237,0.787607372,0.679408073,1,1,1,1,1,0.050628368,0.734889805,0.519816336,0.519779987,0.519946809
-7695,1,0.3176,1,1,1,1,1,1,1,1,0.018,0.3176,0.3167,1,0.2776,1,1,1,1,1,1,0.0055,0.2776,0.3481,1,0.6105,1,1,1,0.0154,0.6105,0.2809,1,1,1,1,1,0.004539415,0.562008917,0.546430945,1,1,1,1,1,0.005168399,0.59204787,0.421481669,1,1,1,1,1,0.022052256,0.512123764,0.526039149,0.526126507,0.526152482
-7696,1,0.3176,1,1,1,1,1,1,1,1,0.013,0.3176,0.0647,1,0.2776,1,1,1,1,1,1,0,0.2776,0.1059,1,0.6105,1,1,1,0.0042,0.6105,0.0002,1,1,1,1,1,0.002126133,0.195652887,0.400181204,1,1,1,1,1,0,0.257027566,0.063726179,1,1,1,1,1,0.008677327,0,0.57002175,0.569917495,0.570035461
-7697,1,0.3176,1,1,1,1,1,1,1,1,0.0034,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0033,0.6105,0,1,1,1,1,1,0.000603066,0,0.512600183,1,1,1,1,1,0,0,0.062424872,1,1,1,1,1,0.005586371,0,0.614246013,0.614343135,0.614361702
-7698,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0028,0.6105,0,1,1,1,1,1,1.91E-05,0,0.462539375,1,1,1,1,1,0,0,0.027216755,1,1,1,1,1,0.006271803,0,0.607962784,0.607785065,0.608156028
-7699,1,0.3176,1,1,1,1,1,1,1,1,0.0001,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,6.75E-05,0,0.431872219,1,1,1,1,1,0,0,0.016346598,1,1,1,1,1,0.002544956,0,0.591469309,0.591495663,0.591755319
-7700,1,0.3176,1,1,1,1,1,1,1,1,0.0005,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.00015684,0,0.496816516,1,1,1,1,1,1.26E-05,0,0.077420682,1,1,1,1,1,0.002547839,0,0.573707105,0.573725407,0.574024823
-7701,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000109473,0,0.424283206,1,1,1,1,1,0.000114877,0,0.16834712,1,1,1,1,1,0.002504542,0,0.547667956,0.547704675,0.54787234
-7702,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,6.67E-05,0,0.543043792,1,1,1,1,1,0.004857242,0,0.266650021,1,1,1,1,1,0.001600165,0,0.514922668,0.514914322,0.51462766
-7703,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0073,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000108402,0,0.453977346,1,1,1,1,1,0.012386404,0,0.224185616,1,1,1,1,1,0.000738617,0,0.478431609,0.478527607,0.478723404
-7704,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0001,0.6105,0,1,1,1,1,1,8.69E-05,0,0.401970446,1,1,1,1,1,0.004091835,0,0.258459151,1,1,1,1,1,0.000840318,0,0.449069599,0.449122065,0.449468085
-7705,1,0.3176,1,1,1,1,1,1,1,1,0.0003,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0003,0.6105,0,1,1,1,1,1,6.31E-05,0,0.317551702,1,1,1,1,1,0.005646294,0,0.129604459,1,1,1,1,1,0.000890884,0,0.432153214,0.432198011,0.432624113
-7706,1,0.3176,1,1,1,1,1,1,1,1,0.0005,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0002,0.6105,0,1,1,1,1,1,6.18E-05,0,0.248841733,1,1,1,1,1,0.005861676,0,0.123302639,1,1,1,1,1,0.000445498,0,0.4239971,0.423947535,0.424202128
-7707,1,0.3176,1,1,1,1,1,1,1,1,0.0001,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0001,0.6105,0,1,1,1,1,1,0.000110206,0,0.240280211,1,1,1,1,1,0.005398801,0,0.245621487,1,1,1,1,1,0.000364927,0,0.421097148,0.420985826,0.421099291
-7708,1,0.3176,1,1,1,1,1,1,1,1,0.0025,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0013,0.6105,0,1,1,1,1,1,0.000432767,0,0.323164493,1,1,1,1,1,0.004090987,0,0.140964925,1,1,1,1,1,0.001343208,0,0.424782504,0.424793738,0.42464539
-7709,1,0.3176,1,1,1,1,1,1,1,1,0.0053,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0009,0.6105,0,1,1,1,1,1,0.000691955,0,0.434304446,1,1,1,1,1,0.004762948,0,0.280434549,1,1,1,1,1,0.001250201,0,0.438678105,0.438756082,0.438829787
-7710,1,0.3176,1,1,1,1,1,1,1,1,0.0038,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0001,0.6105,0,1,1,1,1,1,0.000536336,0,0.416753858,1,1,1,1,1,0.003877481,0,0.415447921,1,1,1,1,1,0.00050693,0,0.460911068,0.460757351,0.460992908
-7711,1,0.3176,1,1,1,1,1,1,1,1,0.0049,0.3176,0.0732,1,0.2776,1,1,1,1,1,1,0,0.2776,0.0626,1,0.6105,1,1,1,0.0001,0.6105,0.0292,1,1,1,1,1,0.000593373,0.174502864,0.579129815,1,1,1,1,1,0.001043545,0.095271714,0.549475968,1,1,1,1,1,0.000871569,0.200083658,0.487916868,0.487835837,0.488031915
-7712,1,0.3176,1,1,1,1,1,1,1,1,0.006,0.3176,0.3249,1,0.2776,1,1,1,1,1,1,0,0.2776,0.3298,1,0.6105,1,1,1,0.0003,0.6105,0.2977,1,1,1,1,1,0.000780196,0.56295836,0.523361444,1,1,1,1,1,0.004514441,0.559163153,0.707474589,1,1,1,1,1,0.002135153,0.564189911,0.518668439,0.518722234,0.519060284
-7713,1,0.3176,1,1,1,1,1,1,1,1,0.0242,0.3176,0.5055,1,0.2776,1,1,1,1,1,1,0.0097,0.2776,0.5071,1,0.6105,1,1,1,0.0004,0.6105,0.4875,1,1,1,1,1,0.002012939,0.765070677,0.895394206,1,1,1,1,1,0.010064515,0.769824207,0.754586399,1,1,1,1,1,0.002421731,0.758236706,0.534739004,0.534800085,0.53501773
-7714,1,0.3176,1,1,1,1,1,1,1,1,0.0284,0.3176,0.6259,1,0.2776,1,1,1,1,1,1,0.0176,0.2776,0.6188,1,0.6105,1,1,1,0.0019,0.6105,0.6103,1,1,1,1,1,0.002699828,0.859240592,0.893802762,1,1,1,1,1,0.013789594,0.874477684,0.776935935,1,1,1,1,1,0.00434174,0.851891458,0.538666022,0.538819547,0.53856383
-7715,1,0.3176,1,1,1,1,1,1,1,1,0.0607,0.3176,0.6462,1,0.2776,1,1,1,1,1,1,0.0069,0.2776,0.6542,1,0.6105,1,1,1,0.0002,0.6105,0.6331,1,1,1,1,1,0.006777515,0.903692961,0.95053947,1,1,1,1,1,0.005776388,0.918072581,0.788102865,1,1,1,1,1,0.000639281,0.903005004,0.538122281,0.537973345,0.538120567
-7716,1,0.3176,1,1,1,1,1,1,1,1,0.0761,0.3176,0.6498,1,0.2776,1,1,1,1,1,1,0,0.2776,0.6549,1,0.6105,1,1,1,0.0001,0.6105,0.6305,1,1,1,1,1,0.00956762,0.907658815,0.953670919,1,1,1,1,1,0.004551263,0.920862734,0.806473553,1,1,1,1,1,0.000194759,0.900451839,0.533711938,0.533742331,0.533687943
-7717,1,0.3176,1,1,1,1,1,1,1,1,0.0879,0.3176,0.6233,1,0.2776,1,1,1,1,1,1,0,0.2776,0.6278,1,0.6105,1,1,1,0.0002,0.6105,0.5912,1,1,1,1,1,0.011173329,0.865702748,0.994341552,1,1,1,1,1,0.000862089,0.870699883,0.989801645,1,1,1,1,1,0.000186226,0.847517848,0.527912035,0.527818913,0.527925532
-7718,1,0.3176,1,1,1,1,1,1,1,1,0.076,0.3176,0.4959,1,0.2776,1,1,1,1,1,1,0,0.2776,0.4984,1,0.6105,1,1,1,0.0003,0.6105,0.4553,1,1,1,1,1,0.008562749,0.746370971,0.997713923,1,1,1,1,1,0.00077714,0.721161902,1,1,1,1,1,1,0.000119333,0.727755904,0.525314161,0.525280305,0.525265957
-7719,1,0.3176,1,1,1,1,1,1,1,1,0.055,0.3176,0.2951,1,0.2776,1,1,1,1,1,1,0,0.2776,0.3003,1,0.6105,1,1,1,0.0003,0.6105,0.2576,1,1,1,1,1,0.005900386,0.520923793,0.990836143,1,1,1,1,1,0.00063,0.485022932,1,1,1,1,1,1,0.000121824,0.504184842,0.537518125,0.537550243,0.537677305
-7720,1,0.3176,1,1,1,1,1,1,1,1,0.0287,0.3176,0.0327,1,0.2776,1,1,1,1,1,1,0,0.2776,0.0558,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.002086968,0.12773186,0.580277085,1,1,1,1,1,0.000363767,0.149853617,0.574543774,1,1,1,1,1,6.65E-06,0,0.589717255,0.589591707,0.58998227
-7721,1,0.3176,1,1,1,1,1,1,1,1,0.0154,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000894295,0,0.559729278,1,1,1,1,1,0.00032205,0,0.678437471,1,1,1,1,1,0,0,0.635874819,0.635921303,0.63608156
-7722,1,0.3176,1,1,1,1,1,1,1,1,0.0092,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0003,0.6105,0,1,1,1,1,1,0.000864298,0,0.861548781,1,1,1,1,1,0.001257614,0,0.854308426,1,1,1,1,1,0.000136507,0,0.633095698,0.632959594,0.632978723
-7723,1,0.3176,1,1,1,1,1,1,1,1,0.0066,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000946627,0,0.792893887,1,1,1,1,1,0.001732229,0,1,1,1,1,1,1,8.04E-05,0,0.616360561,0.616458642,0.616578014
-7724,1,0.3176,1,1,1,1,1,1,1,1,0.0038,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000597919,0,0.67280829,1,1,1,1,1,0.002927134,0,0.895014763,1,1,1,1,1,0.000204419,0,0.594429676,0.594457373,0.594858156
-7725,1,0.3176,1,1,1,1,1,1,1,1,0.0017,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000306025,0,0.484502345,1,1,1,1,1,0.008878823,0,0.870128334,1,1,1,1,1,0.000562869,0,0.555642823,0.555743601,0.555851064
-7726,1,0.3176,1,1,1,1,1,1,1,1,0.0031,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0131,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000642563,0,0.489637434,1,1,1,1,1,0.013273055,0,0.70960629,1,1,1,1,1,0.000157718,0,0.510149831,0.510260207,0.510638298
-7727,1,0.3176,1,1,1,1,1,1,1,1,0.0046,0.3176,0,1,0.2776,1,1,1,1,1,1,0.018,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000680596,0,0.580485821,1,1,1,1,1,0.019403117,0,0.941089034,1,1,1,1,1,0.000305835,0,0.469671339,0.469642479,0.469858156
-7728,1,0.3176,1,1,1,1,1,1,1,1,0.0063,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000857824,0,0.705016732,1,1,1,1,1,0.004741551,0,0.918912888,1,1,1,1,1,0.001899316,0,0.442967617,0.442987095,0.443262411
-7729,1,0.3176,1,1,1,1,1,1,1,1,0.0073,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0146,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000927727,0,0.712253094,1,1,1,1,1,0.016527489,0,0.936731219,1,1,1,1,1,0.000706256,0,0.429797003,0.429870954,0.429964539
-7730,1,0.3176,1,1,1,1,1,1,1,1,0.0047,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0358,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.001071835,0,0.577754796,1,1,1,1,1,0.02973498,0,0.906317055,1,1,1,1,1,0.001322065,0,0.425447076,0.42542839,0.425531915
-7731,1,0.3176,1,1,1,1,1,1,1,1,0.0053,0.3176,0,1,0.2776,1,1,1,1,1,1,0.05,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.001238959,0,0.76961714,1,1,1,1,1,0.036543261,0,1,1,1,1,1,1,0.00144123,0,0.428044949,0.427966998,0.428191489
-7732,1,0.3176,1,1,1,1,1,1,1,1,0.0071,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0418,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.001123652,0,0.699955165,1,1,1,1,1,0.028999493,0,0.693007886,1,1,1,1,1,0.001090316,0,0.444236346,0.444256399,0.444148936
-7733,1,0.3176,1,1,1,1,1,1,1,1,0.0081,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0356,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.00128581,0,0.595417082,1,1,1,1,1,0.026583273,0,0.67538166,1,1,1,1,1,0.002950681,0,0.490756404,0.490797546,0.491134752
-7734,1,0.3176,1,1,1,1,1,1,1,1,0.0149,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0254,0.2776,0,1,0.6105,1,1,1,0.0006,0.6105,0,1,1,1,1,1,0.001921836,0,0.79685694,1,1,1,1,1,0.020081552,0,0.743995786,1,1,1,1,1,0.003993166,0,0.571048816,0.570975249,0.571365248
-7735,1,0.3176,1,1,1,1,1,1,1,1,0.0159,0.3176,0.0538,1,0.2776,1,1,1,1,1,1,0,0.2776,0.0432,1,0.6105,1,1,1,0.0009,0.6105,0.0266,1,1,1,1,1,0.001625554,0.111100927,0.77205646,1,1,1,1,1,0.009278011,0.048453391,0.752657115,1,1,1,1,1,0.002702777,0.17195712,0.611889802,0.611804527,0.611702128
-7736,1,0.3176,1,1,1,1,1,1,1,1,0.0304,0.3176,0.2996,1,0.2776,1,1,1,1,1,1,0.0224,0.2776,0.3111,1,0.6105,1,1,1,0.0011,0.6105,0.3,1,1,1,1,1,0.003885622,0.536555767,0.931284666,1,1,1,1,1,0.022299001,0.536309063,0.900426984,1,1,1,1,1,0.004429779,0.558137238,0.618354277,0.618362598,0.618351064
-7737,1,0.3176,1,1,1,1,1,1,1,1,0.0486,0.3176,0.4629,1,0.2776,1,1,1,1,1,1,0.0556,0.2776,0.4717,1,0.6105,1,1,1,0.0003,0.6105,0.469,1,1,1,1,1,0.007593356,0.729447186,0.981172681,1,1,1,1,1,0.039516494,0.734611273,0.988903165,1,1,1,1,1,0.002247312,0.771030188,0.615514741,0.615612439,0.615691489
-7738,1,0.3176,1,1,1,1,1,1,1,1,0.0473,0.3176,0.5623,1,0.2776,1,1,1,1,1,1,0.0623,0.2776,0.5697,1,0.6105,1,1,1,0.0005,0.6105,0.6061,1,1,1,1,1,0.005857386,0.819683671,0.987507939,1,1,1,1,1,0.045992602,0.826614797,0.957630396,1,1,1,1,1,0.000899139,0.871361434,0.61261479,0.61265073,0.612588652
-7739,1,0.3176,1,1,1,1,1,1,1,1,0.052,0.3176,0.578,1,0.2776,1,1,1,1,1,1,0.0374,0.2776,0.5795,1,0.6105,1,1,1,0.0003,0.6105,0.6332,1,1,1,1,1,0.006190862,0.849287987,1,1,1,1,1,1,0.027768631,0.841647029,1,1,1,1,1,1,0.000123935,0.907188892,0.606573224,0.606727311,0.606826241
-7740,1,0.3176,1,1,1,1,1,1,1,1,0.0595,0.3176,0.5428,1,0.2776,1,1,1,1,1,1,0,0.2776,0.5462,1,0.6105,1,1,1,0.0003,0.6105,0.6277,1,1,1,1,1,0.007344021,0.822438955,1,1,1,1,1,1,0.00853216,0.816254914,1,1,1,1,1,1,0.00043567,0.894385338,0.596967134,0.596995981,0.597074468
-7741,1,0.3176,1,1,1,1,1,1,1,1,0.046,0.3176,0.5193,1,0.2776,1,1,1,1,1,1,0,0.2776,0.5523,1,0.6105,1,1,1,0.0002,0.6105,0.5902,1,1,1,1,1,0.004918967,0.779483318,1,1,1,1,1,1,0.003036449,0.805036187,1,1,1,1,1,1,0,0.8369627,0.591710971,0.591707214,0.591755319
-7742,1,0.3176,1,1,1,1,1,1,1,1,0.0422,0.3176,0.4362,1,0.2776,1,1,1,1,1,1,0,0.2776,0.4498,1,0.6105,1,1,1,0.0004,0.6105,0.4578,1,1,1,1,1,0.005025322,0.687061846,1,1,1,1,1,1,0.00125555,0.711292624,1,1,1,1,1,1,0.000239952,0.717585683,0.585367327,0.585360694,0.585549645
-7743,1,0.3176,1,1,1,1,1,1,1,1,0.0295,0.3176,0.2678,1,0.2776,1,1,1,1,1,1,0,0.2776,0.289,1,0.6105,1,1,1,0,0.6105,0.2659,1,1,1,1,1,0.004693177,0.49184376,1,1,1,1,1,1,0.001088623,0.525161088,1,1,1,1,1,1,0.000527528,0.49237892,0.589838086,0.589803258,0.58998227
-7744,1,0.3176,1,1,1,1,1,1,1,1,0.0444,0.3176,0.0319,1,0.2776,1,1,1,1,1,1,0,0.2776,0.0709,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.005138068,0.132568896,0.989594102,1,1,1,1,1,0.000577175,0.212568939,1,1,1,1,1,1,0,0,0.634304012,0.634440448,0.634751773
-7745,1,0.3176,1,1,1,1,1,1,1,1,0.0286,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.002404743,0,0.939584613,1,1,1,1,1,0.000332418,0,0.859514177,1,1,1,1,1,9.19E-05,0,0.680521991,0.680558494,0.680851064
-7746,1,0.3176,1,1,1,1,1,1,1,1,0.0161,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.001483069,0,0.935975909,1,1,1,1,1,0.002358504,0,0.979402661,1,1,1,1,1,0.00035492,0,0.677742871,0.677596784,0.677748227
-7747,1,0.3176,1,1,1,1,1,1,1,1,0.0089,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0011,0.6105,0,1,1,1,1,1,0.000857926,0,0.968380868,1,1,1,1,1,0.000311411,0,1,1,1,1,1,1,0.000387507,0,0.662336878,0.662365136,0.662234043
-7748,1,0.3176,1,1,1,1,1,1,1,1,0.0086,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0021,0.6105,0,1,1,1,1,1,0.001004846,0,0.973870575,1,1,1,1,1,0.000374506,0,1,1,1,1,1,1,0.001177682,0,0.637445626,0.637613708,0.637411348
-7749,1,0.3176,1,1,1,1,1,1,1,1,0.0056,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0006,0.6105,0,1,1,1,1,1,0.000793,0,0.91209352,1,1,1,1,1,0.002078014,0,1,1,1,1,1,1,0.001155523,0,0.593946351,0.594034271,0.593971631
-7750,1,0.3176,1,1,1,1,1,1,1,1,0.0036,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0004,0.6105,0,1,1,1,1,1,0.000482393,0,0.95131433,1,1,1,1,1,0.000468719,0,0.9985708,1,1,1,1,1,0.000704379,0,0.539995167,0.539877301,0.540336879
-7751,1,0.3176,1,1,1,1,1,1,1,1,0.0038,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0018,0.6105,0,1,1,1,1,1,0.000467308,0,0.941923559,1,1,1,1,1,0.000862453,0,0.942949533,1,1,1,1,1,0.001670427,0,0.489487675,0.489528242,0.489361702
-7752,1,0.3176,1,1,1,1,1,1,1,1,0.0025,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0024,0.6105,0,1,1,1,1,1,0.000581219,0,0.88404119,1,1,1,1,1,0.001092021,0,0.817501664,1,1,1,1,1,0.003937228,0,0.457165297,0.45716099,0.457446809
-7753,1,0.3176,1,1,1,1,1,1,1,1,0.0039,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0019,0.6105,0,1,1,1,1,1,0.000881019,0,0.963530064,1,1,1,1,1,0.002504122,0,0.95966959,1,1,1,1,1,0.003389638,0,0.440490575,0.440448487,0.440602837
-7754,1,0.3176,1,1,1,1,1,1,1,1,0.0038,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0048,0.6105,0,1,1,1,1,1,0.000774863,0,0.985200047,1,1,1,1,1,0.001100088,0,1,1,1,1,1,1,0.006233314,0,0.434811503,0.434736619,0.434840426
-7755,1,0.3176,1,1,1,1,1,1,1,1,0.0092,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0012,0.6105,0,1,1,1,1,1,0.001045244,0,0.981730461,1,1,1,1,1,0.000730221,0,1,1,1,1,1,1,0.002021226,0,0.436140648,0.436005923,0.436170213
-7756,1,0.3176,1,1,1,1,1,1,1,1,0.0224,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0028,0.6105,0,1,1,1,1,1,0.001656673,0,0.935468554,1,1,1,1,1,0.000720319,0,0.741559744,1,1,1,1,1,0.004035623,0,0.4510029,0.45081447,0.451241135
-7757,1,0.3176,1,1,1,1,1,1,1,1,0.0276,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0012,0.6105,0,1,1,1,1,1,0.002247292,0,0.939055324,1,1,1,1,1,0.000938994,0,0.714427531,1,1,1,1,1,0.003055875,0,0.497885452,0.497778718,0.497783688
-7758,1,0.3176,1,1,1,1,1,1,1,1,0.0252,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0025,0.6105,0,1,1,1,1,1,0.00176768,0,0.855305731,1,1,1,1,1,0.000737235,0,0.803679883,1,1,1,1,1,0.005139891,0,0.574311261,0.574360059,0.574468085
-7759,1,0.3176,1,1,1,1,1,1,1,1,0.0229,0.3176,0.0403,1,0.2776,1,1,1,1,1,1,0,0.2776,0.0138,1,0.6105,1,1,1,0.003,0.6105,0.0127,1,1,1,1,1,0.00138571,0.068907425,0.927853823,1,1,1,1,1,0.000444919,0.022505894,0.900158405,1,1,1,1,1,0.004135534,0.145188197,0.610560657,0.610746774,0.610815603
-7760,1,0.3176,1,1,1,1,1,1,1,1,0.0205,0.3176,0.2888,1,0.2776,1,1,1,1,1,1,0,0.2776,0.2936,1,0.6105,1,1,1,0.0029,0.6105,0.2906,1,1,1,1,1,0.001108988,0.496860296,0.84545815,1,1,1,1,1,0.000590329,0.501257181,0.649475932,1,1,1,1,1,0.006493164,0.502900124,0.615152247,0.615189338,0.615248227
-7761,1,0.3176,1,1,1,1,1,1,1,1,0.0254,0.3176,0.4702,1,0.2776,1,1,1,1,1,1,0,0.2776,0.4446,1,0.6105,1,1,1,0.0052,0.6105,0.4728,1,1,1,1,1,0.001903492,0.692070127,0.823519289,1,1,1,1,1,0.003438658,0.690335691,0.724188805,1,1,1,1,1,0.009109865,0.722778678,0.611346061,0.611381426,0.611702128
-7762,1,0.3176,1,1,1,1,1,1,1,1,0.0354,0.3176,0.5589,1,0.2776,1,1,1,1,1,1,0,0.2776,0.5519,1,0.6105,1,1,1,0.0079,0.6105,0.5893,1,1,1,1,1,0.003624173,0.749505043,0.853715181,1,1,1,1,1,0.001486762,0.779352486,0.605976224,1,1,1,1,1,0.008409056,0.852780819,0.606694055,0.606727311,0.606826241
-7763,1,0.3176,1,1,1,1,1,1,1,1,0.0838,0.3176,0.5611,1,0.2776,1,1,1,1,1,1,0,0.2776,0.5775,1,0.6105,1,1,1,0.0096,0.6105,0.5953,1,1,1,1,1,0.012136113,0.787104964,0.992881119,1,1,1,1,1,0.003625207,0.789560854,0.980856657,1,1,1,1,1,0.009982653,0.89726615,0.600108748,0.600169241,0.600177305
-7764,1,0.3176,1,1,1,1,1,1,1,1,0.0571,0.3176,0.5702,1,0.2776,1,1,1,1,1,1,0,0.2776,0.5455,1,0.6105,1,1,1,0.0109,0.6105,0.5737,1,1,1,1,1,0.005523444,0.819557905,0.982965529,1,1,1,1,1,0.00049825,0.789945483,0.721009254,1,1,1,1,1,0.011251736,0.892858744,0.5929797,0.592976518,0.593085106
-7765,1,0.3176,1,1,1,1,1,1,1,1,0.0547,0.3176,0.546,1,0.2776,1,1,1,1,1,1,0,0.2776,0.519,1,0.6105,1,1,1,0.002,0.6105,0.529,1,1,1,1,1,0.00547278,0.714777052,0.979504466,1,1,1,1,1,0.000232129,0.735427022,0.684003472,1,1,1,1,1,0.003428997,0.813195348,0.588508942,0.588533954,0.588652482
-7766,1,0.3176,1,1,1,1,1,1,1,1,0.0326,0.3176,0.407,1,0.2776,1,1,1,1,1,1,0,0.2776,0.4247,1,0.6105,1,1,1,0.0001,0.6105,0.4124,1,1,1,1,1,0.003008828,0.576793551,0.917607665,1,1,1,1,1,4.30E-05,0.588759303,0.423579335,1,1,1,1,1,0.000914536,0.636111021,0.582709038,0.582822086,0.582890071
-7767,1,0.3176,1,1,1,1,1,1,1,1,0.0231,0.3176,0.2344,1,0.2776,1,1,1,1,1,1,0,0.2776,0.2215,1,0.6105,1,1,1,0,0.6105,0.2141,1,1,1,1,1,0.002336708,0.391870409,0.929452896,1,1,1,1,1,0.000110757,0.362842143,0.800927281,1,1,1,1,1,0.000997167,0.233216152,0.587300628,0.587476201,0.587322695
-7768,1,0.3176,1,1,1,1,1,1,1,1,0.0136,0.3176,0.0007,1,0.2776,1,1,1,1,1,1,0,0.2776,0.0068,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000823455,0.005704546,0.687442303,1,1,1,1,1,0,0.006645799,0.502477765,1,1,1,1,1,0.000102002,0,0.633337361,0.633382695,0.633421986
-7769,1,0.3176,1,1,1,1,1,1,1,1,0.0045,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000211627,0,0.637059569,1,1,1,1,1,0,0,0.445174396,1,1,1,1,1,7.19E-05,0,0.672486709,0.672519568,0.67287234
-7770,1,0.3176,1,1,1,1,1,1,1,1,0.0032,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.000349548,0,0.602658391,1,1,1,1,1,0,0,0.334794223,1,1,1,1,1,0.000166548,0,0.669284679,0.669346308,0.669326241
-7771,1,0.3176,1,1,1,1,1,1,1,1,0.0061,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0031,0.6105,0,1,1,1,1,1,0.000262113,0,0.540363491,1,1,1,1,1,0,0,0.272962064,1,1,1,1,1,0.002284919,0,0.653516191,0.653691559,0.653812057
-7772,1,0.3176,1,1,1,1,1,1,1,1,0.0055,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0023,0.6105,0,1,1,1,1,1,0.00049435,0,0.753197551,1,1,1,1,1,0,0,0.347121477,1,1,1,1,1,0.001704985,0,0.628745771,0.62872858,0.628989362
-7773,1,0.3176,1,1,1,1,1,1,1,1,0.0081,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0001,0.6105,0,1,1,1,1,1,0.000569083,0,0.652456641,1,1,1,1,1,0,0,0.510424078,1,1,1,1,1,0.001714974,0,0.589838086,0.589803258,0.58998227
-7774,1,0.3176,1,1,1,1,1,1,1,1,0.0083,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0003,0.6105,0,1,1,1,1,1,0.000608079,0,0.746044874,1,1,1,1,1,0.000461221,0,0.476337194,1,1,1,1,1,0.000953306,0,0.535161914,0.535223186,0.535460993
-7775,1,0.3176,1,1,1,1,1,1,1,1,0.0098,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0007,0.6105,0,1,1,1,1,1,0.000438548,0,0.718656301,1,1,1,1,1,0.000387467,0,0.380559713,1,1,1,1,1,0.004403454,0,0.484171097,0.484239475,0.484042553
-7776,1,0.3176,1,1,1,1,1,1,1,1,0.0061,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0006,0.6105,0,1,1,1,1,1,0.000334747,0,0.345465183,1,1,1,1,1,0.003523231,0,0.322750777,1,1,1,1,1,0.004705229,0,0.449855002,0.449756717,0.449911348
-7777,1,0.3176,1,1,1,1,1,1,1,1,0.0104,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0005,0.6105,0,1,1,1,1,1,0.000470295,0,0.35485667,1,1,1,1,1,0.002038171,0,0.633846164,1,1,1,1,1,0.004534023,0,0.431488642,0.431563359,0.431737589
-7778,1,0.3176,1,1,1,1,1,1,1,1,0.0055,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0003,0.6105,0,1,1,1,1,1,0.000476359,0,0.441440314,1,1,1,1,1,0.004637362,0,0.785070479,1,1,1,1,1,0.002944322,0,0.422667956,0.422678231,0.422429078
-7779,1,0.3176,1,1,1,1,1,1,1,1,0.0034,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0007,0.6105,0,1,1,1,1,1,0.000678846,0,0.563126445,1,1,1,1,1,0.003011689,0,0.57843852,1,1,1,1,1,0.003900795,0,0.421640889,0.421620478,0.421985816
-7780,1,0.3176,1,1,1,1,1,1,1,1,0.0033,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0017,0.6105,0,1,1,1,1,1,0.000520066,0,0.346432388,1,1,1,1,1,0.000504701,0,0.514903426,1,1,1,1,1,0.006325098,0,0.434509425,0.434525069,0.434840426
-7781,1,0.3176,1,1,1,1,1,1,1,1,0.0079,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0014,0.6105,0,1,1,1,1,1,0.000630585,0,0.395333588,1,1,1,1,1,0.000470246,0,0.516443014,1,1,1,1,1,0.006742511,0,0.475531658,0.475565898,0.475620567
-7782,1,0.3176,1,1,1,1,1,1,1,1,0.0075,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0011,0.6105,0,1,1,1,1,1,0.000549878,0,0.511630118,1,1,1,1,1,0.000409877,0,0.436792433,1,1,1,1,1,0.006177853,0,0.544888835,0.544742966,0.544769504
-7783,1,0.3176,1,1,1,1,1,1,1,1,0.0135,0.3176,0.0005,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0022,0.6105,0,1,1,1,1,1,0.000797224,0.000432913,0.547670603,1,1,1,1,1,0.001674554,0,0.185078546,1,1,1,1,1,0.008658526,5.52E-05,0.587119381,0.587053099,0.587322695
-7784,1,0.3176,1,1,1,1,1,1,1,1,0.0235,0.3176,0.2107,1,0.2776,1,1,1,1,1,1,0,0.2776,0.2402,1,0.6105,1,1,1,0.0027,0.6105,0.25,1,1,1,1,1,0.001646203,0.313150525,0.821496665,1,1,1,1,1,0.002970537,0.391336113,0.488268614,1,1,1,1,1,0.009894922,0.24068512,0.601981634,0.601861646,0.601950355
-7785,1,0.3176,1,1,1,1,1,1,1,1,0.0512,0.3176,0.3555,1,0.2776,1,1,1,1,1,1,0,0.2776,0.4033,1,0.6105,1,1,1,0.0016,0.6105,0.3845,1,1,1,1,1,0.005696866,0.516044617,0.952696323,1,1,1,1,1,0.006343673,0.611724436,0.878456593,1,1,1,1,1,0.008550358,0.462749779,0.607902368,0.607785065,0.607712766
-7786,1,0.3176,1,1,1,1,1,1,1,1,0.0804,0.3176,0.4531,1,0.2776,1,1,1,1,1,1,0.0232,0.2776,0.5252,1,0.6105,1,1,1,0.0014,0.6105,0.5574,1,1,1,1,1,0.017996114,0.646036267,0.890085936,1,1,1,1,1,0.027240496,0.774965882,0.83257544,1,1,1,1,1,0.008936825,0.62272501,0.608506525,0.608631267,0.608599291
-7787,1,0.3176,1,1,1,1,1,1,1,1,0.144,0.3176,0.5151,1,0.2776,1,1,1,1,1,1,0.0114,0.2776,0.5684,1,0.6105,1,1,1,0.0017,0.6105,0.5641,1,1,1,1,1,0.026041679,0.707449615,1,1,1,1,1,1,0.021793054,0.829657435,1,1,1,1,1,1,0.005344978,0.627557874,0.604156597,0.604188703,0.604166667
-7788,1,0.3176,1,1,1,1,1,1,1,1,0.1315,0.3176,0.49,1,0.2776,1,1,1,1,1,1,0.0015,0.2776,0.5798,1,0.6105,1,1,1,0.0023,0.6105,0.5627,1,1,1,1,1,0.017354434,0.708566546,1,1,1,1,1,1,0.010652602,0.852502286,1,1,1,1,1,1,0.001665539,0.625198722,0.594490092,0.594668923,0.594858156
-7789,1,0.3176,1,1,1,1,1,1,1,1,0.1308,0.3176,0.5189,1,0.2776,1,1,1,1,1,1,0.0008,0.2776,0.5932,1,0.6105,1,1,1,0.0025,0.6105,0.5413,1,1,1,1,1,0.015555942,0.753914654,1,1,1,1,1,1,0.005000815,0.857873559,1,1,1,1,1,1,0.001180912,0.699195266,0.590079749,0.590014809,0.590425532
-7790,1,0.3176,1,1,1,1,1,1,1,1,0.0766,0.3176,0.4458,1,0.2776,1,1,1,1,1,1,0,0.2776,0.5063,1,0.6105,1,1,1,0.0015,0.6105,0.4425,1,1,1,1,1,0.00712484,0.703535318,1,1,1,1,1,1,0.000529467,0.768260777,1,1,1,1,1,1,0.00040575,0.646057963,0.584159014,0.58409139,0.584219858
-7791,1,0.3176,1,1,1,1,1,1,1,1,0.1023,0.3176,0.2889,1,0.2776,1,1,1,1,1,1,0,0.2776,0.3341,1,0.6105,1,1,1,0.0008,0.6105,0.2591,1,1,1,1,1,0.010659058,0.52488035,1,1,1,1,1,1,0.001212396,0.568905175,1,1,1,1,1,1,0.001464195,0.464218616,0.582346544,0.582398985,0.582446809
-7792,1,0.3176,1,1,1,1,1,1,1,1,0.0565,0.3176,0.0118,1,0.2776,1,1,1,1,1,1,0.0012,0.2776,0.0807,1,0.6105,1,1,1,0.0002,0.6105,0,1,1,1,1,1,0.005953325,0.061629716,0.995827377,1,1,1,1,1,0.005400332,0.221158817,1,1,1,1,1,1,0.000812164,0,0.621556307,0.621535858,0.621897163
-7793,1,0.3176,1,1,1,1,1,1,1,1,0.0284,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.002027009,0,0.98910886,1,1,1,1,1,0.000113678,0,0.979425728,1,1,1,1,1,0.000170718,0,0.660524408,0.660672731,0.660460993
-7794,1,0.3176,1,1,1,1,1,1,1,1,0.0235,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0.001268705,0,0.952582121,1,1,1,1,1,0,0,0.74330759,1,1,1,1,1,0.000888702,0,0.651703722,0.651576052,0.652039007
-7795,1,0.3176,1,1,1,1,1,1,1,1,0.0209,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0006,0.6105,0,1,1,1,1,1,0.000945687,0,0.575242281,1,1,1,1,1,2.66E-06,0,0.572790325,1,1,1,1,1,0.00350857,0,0.633095698,0.633171144,0.632978723
-7796,1,0.3176,1,1,1,1,1,1,1,1,0.0247,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0014,0.6105,0,1,1,1,1,1,0.001349229,0,0.824895442,1,1,1,1,1,0.000165011,0,0.959304452,1,1,1,1,1,0.004553401,0,0.607962784,0.607996615,0.608156028
-7797,1,0.3176,1,1,1,1,1,1,1,1,0.0179,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.001,0.6105,0,1,1,1,1,1,0.001551306,0,0.97468245,1,1,1,1,1,0.0016285,0,0.984227538,1,1,1,1,1,0.006782471,0,0.571713388,0.571821451,0.571808511
-7798,1,0.3176,1,1,1,1,1,1,1,1,0.0065,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0014,0.6105,0,1,1,1,1,1,0.001612648,0,0.992563963,1,1,1,1,1,0.007285096,0,1,1,1,1,1,1,0.005745484,0,0.524649589,0.524645653,0.524822695
-7799,1,0.3176,1,1,1,1,1,1,1,1,0.0029,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0007,0.6105,0,1,1,1,1,1,0.00109021,0,0.856826723,1,1,1,1,1,0.011147533,0,0.983228326,1,1,1,1,1,0.005779034,0,0.475833736,0.475777449,0.47606383
-7800,1,0.3176,1,1,1,1,1,1,1,1,0.0014,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0051,0.2776,0,1,0.6105,1,1,1,0.0016,0.6105,0,1,1,1,1,1,0.000926061,0,0.674290955,1,1,1,1,1,0.010347592,0,0.702688277,1,1,1,1,1,0.006366211,0,0.439040599,0.438967633,0.438829787
-7801,1,0.3176,1,1,1,1,1,1,1,1,0.0005,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0018,0.6105,0,1,1,1,1,1,0.000636891,0,0.597712636,1,1,1,1,1,0.007061226,0,0.688221514,1,1,1,1,1,0.011183758,0,0.417774287,0.417812566,0.417553191
-7802,1,0.3176,1,1,1,1,1,1,1,1,0.0006,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0019,0.6105,0,1,1,1,1,1,0.000608182,0,0.615299344,1,1,1,1,1,0.003677165,0,0.779272556,1,1,1,1,1,0.009870166,0,0.405691155,0.405754178,0.405585106
-7803,1,0.3176,1,1,1,1,1,1,1,1,0.0011,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0015,0.6105,0,1,1,1,1,1,0.000664345,0,0.573776245,1,1,1,1,1,0.003675231,0,0.753837526,1,1,1,1,1,0.005997939,0,0.401462059,0.401523165,0.401595745
-7804,1,0.3176,1,1,1,1,1,1,1,1,0.0045,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0028,0.6105,0,1,1,1,1,1,0.000668739,0,0.582348287,1,1,1,1,1,0.003470376,0,0.826345563,1,1,1,1,1,0.009896526,0,0.405691155,0.405754178,0.405585106
-7805,1,0.3176,1,1,1,1,1,1,1,1,0.0063,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0023,0.6105,0,1,1,1,1,1,0.000707432,0,0.626207829,1,1,1,1,1,0.002648685,0,0.941251636,1,1,1,1,1,0.007203966,0,0.425024166,0.425005289,0.425088652
-7806,1,0.3176,1,1,1,1,1,1,1,1,0.0112,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0035,0.6105,0,1,1,1,1,1,0.001174905,0,0.732423544,1,1,1,1,1,0.005223885,0,0.92337364,1,1,1,1,1,0.009121983,0,0.453842436,0.453776179,0.453900709
-7807,1,0.3176,1,1,1,1,1,1,1,1,0.0067,0.3176,0.0117,1,0.2776,1,1,1,1,1,1,0,0.2776,0.0145,1,0.6105,1,1,1,0.0035,0.6105,0,1,1,1,1,1,0.000871241,0.033562467,0.782520294,1,1,1,1,1,0.001501309,0.017217714,0.781066775,1,1,1,1,1,0.008730289,0.021296905,0.489246013,0.489105141,0.489361702
-7808,1,0.3176,1,1,1,1,1,1,1,1,0.0059,0.3176,0.3135,1,0.2776,1,1,1,1,1,1,0,0.2776,0.3201,1,0.6105,1,1,1,0.0031,0.6105,0.2856,1,1,1,1,1,0.000640904,0.553554833,0.831649423,1,1,1,1,1,0.000464844,0.5443452,0.722261786,1,1,1,1,1,0.006330795,0.55033493,0.528516191,0.528453565,0.528812057
-7809,1,0.3176,1,1,1,1,1,1,1,1,0.0176,0.3176,0.4909,1,0.2776,1,1,1,1,1,1,0,0.2776,0.4972,1,0.6105,1,1,1,0.0003,0.6105,0.4582,1,1,1,1,1,0.001770277,0.759903967,0.942542672,1,1,1,1,1,0.000594189,0.757715762,0.918584347,1,1,1,1,1,0.002536579,0.755710721,0.554313678,0.554262746,0.554521277
-7810,1,0.3176,1,1,1,1,1,1,1,1,0.0281,0.3176,0.6116,1,0.2776,1,1,1,1,1,1,0,0.2776,0.616,1,0.6105,1,1,1,0.0004,0.6105,0.5645,1,1,1,1,1,0.003313313,0.863625884,0.986009121,1,1,1,1,1,0.000425417,0.866518021,1,1,1,1,1,1,0.001241791,0.855422497,0.565430159,0.565474931,0.565159574
-7811,1,0.3176,1,1,1,1,1,1,1,1,0.0212,0.3176,0.643,1,0.2776,1,1,1,1,1,1,0,0.2776,0.6499,1,0.6105,1,1,1,0.0022,0.6105,0.59,1,1,1,1,1,0.002824627,0.902348995,0.944722056,1,1,1,1,1,0.000243767,0.907547355,0.892613649,1,1,1,1,1,0.002772517,0.894147515,0.565309328,0.565263381,0.565159574
-7812,1,0.3176,1,1,1,1,1,1,1,1,0.0132,0.3176,0.6438,1,0.2776,1,1,1,1,1,1,0,0.2776,0.6489,1,0.6105,1,1,1,0.0057,0.6105,0.603,1,1,1,1,1,0.001697219,0.901090801,0.905310333,1,1,1,1,1,9.82E-05,0.910203338,0.714135706,1,1,1,1,1,0.001877615,0.888088942,0.545855486,0.545800719,0.546099291
-7813,1,0.3176,1,1,1,1,1,1,1,1,0.0071,0.3176,0.6127,1,0.2776,1,1,1,1,1,1,0,0.2776,0.6224,1,0.6105,1,1,1,0.0106,0.6105,0.5858,1,1,1,1,1,0.000706184,0.855698884,0.814754128,1,1,1,1,1,0,0.869441032,0.421940029,1,1,1,1,1,0.005749429,0.832549989,0.514318511,0.51427967,0.51462766
-7814,1,0.3176,1,1,1,1,1,1,1,1,0.0075,0.3176,0.4871,1,0.2776,1,1,1,1,1,1,0,0.2776,0.5066,1,0.6105,1,1,1,0.009,0.6105,0.4523,1,1,1,1,1,0.000944653,0.744540155,0.835285783,1,1,1,1,1,0,0.763872564,0.484851569,1,1,1,1,1,0.008412978,0.710501075,0.486285645,0.486354982,0.486258865
-7815,1,0.3176,1,1,1,1,1,1,1,1,0.0029,0.3176,0.3058,1,0.2776,1,1,1,1,1,1,0,0.2776,0.3337,1,0.6105,1,1,1,0.0047,0.6105,0.2599,1,1,1,1,1,0.000244402,0.539229929,0.779872417,1,1,1,1,1,0,0.567183435,0.397587717,1,1,1,1,1,0.002895803,0.484395146,0.47202755,0.471969537,0.472074468
-7816,1,0.3176,1,1,1,1,1,1,1,1,0.0034,0.3176,0.0269,1,0.2776,1,1,1,1,1,1,0,0.2776,0.0917,1,0.6105,1,1,1,0.0003,0.6105,0,1,1,1,1,1,0.000447075,0.117836066,0.809114277,1,1,1,1,1,0,0.229788601,0.378165454,1,1,1,1,1,0.002040948,0,0.490031416,0.489951343,0.489804965
-7817,1,0.3176,1,1,1,1,1,1,1,1,0.0014,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0011,0.6105,0,1,1,1,1,1,1.59E-05,0,0.605632484,1,1,1,1,1,0,0,0.358104199,1,1,1,1,1,0.005539492,0,0.51099565,0.510894859,0.51108156
-7818,1,0.3176,1,1,1,1,1,1,1,1,0,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0,0.6105,0,1,1,1,1,1,0,0,0.455645859,1,1,1,1,1,0,0,0.243994281,1,1,1,1,1,0.008710774,0,0.511297728,0.511317961,0.511524823
-7819,1,0.3176,1,1,1,1,1,1,1,1,0.0003,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0017,0.6105,0,1,1,1,1,1,0.000351816,0,0.387614936,1,1,1,1,1,5.34E-05,0,0.246197373,1,1,1,1,1,0.016114114,0,0.510331078,0.510260207,0.510638298
-7820,1,0.3176,1,1,1,1,1,1,1,1,0.0016,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0017,0.6105,0,1,1,1,1,1,0.000614079,0,0.277916372,1,1,1,1,1,8.28E-05,0,0.189868063,1,1,1,1,1,0.018012827,0,0.507974867,0.50793315,0.507978723
-7821,1,0.3176,1,1,1,1,1,1,1,1,0.0026,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0036,0.6105,0,1,1,1,1,1,0.001974684,0,0.167014092,1,1,1,1,1,0.000750634,0,0.0929856,1,1,1,1,1,0.020288346,0,0.494139681,0.494182357,0.494237589
-7822,1,0.3176,1,1,1,1,1,1,1,1,0.0042,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0042,0.6105,0,1,1,1,1,1,0.001972042,0,0.158946812,1,1,1,1,1,0.000391895,0,0.062581941,1,1,1,1,1,0.031856228,0,0.472752537,0.472815739,0.47251773
-7823,1,0.3176,1,1,1,1,1,1,1,1,0.0031,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0037,0.6105,0,1,1,1,1,1,0.002394157,0,0.093944684,1,1,1,1,1,0.000457125,0,0.013845813,1,1,1,1,1,0.017327307,0,0.44320928,0.443198646,0.443262411
-7824,1,0.3176,1,1,1,1,1,1,1,1,0.0021,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.004,0.6105,0,1,1,1,1,1,0.001612915,0,0.107933842,1,1,1,1,1,0.000129207,0,0.005306545,1,1,1,1,1,0.023226418,0,0.416868052,0.416754813,0.417109929
-7825,1,0.3176,1,1,1,1,1,1,1,1,0.0015,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0029,0.6105,0,1,1,1,1,1,0.00148137,0,0.148003444,1,1,1,1,1,0.000942007,0,0,1,1,1,1,1,0.025064053,0,0.402549541,0.402580918,0.402925532
-7826,1,0.3176,1,1,1,1,1,1,1,1,0.0009,0.3176,0,1,0.2776,1,1,1,1,1,1,0,0.2776,0,1,0.6105,1,1,1,0.0023,0.6105,0,1,1,1,1,1,0.001565404,0,0.126645014,1,1,1,1,1,0.003162221,0,0,1,1,1,1,1,0.014805968,0,0.397232963,0.397292151,0.397163121
-7827,1,0.3176,1,1,1,1,1,1,1,1,0.0015,0.3176,0,1,0.2776,1,1,1,1,1,1,0.002,0.2776,0,1,0.6105,1,1,1,0.0025,0.6105,0,1,1,1,1,1,0.00244815,0,0.099559762,1,1,1,1,1,0.005398102,0,0,1,1,1,1,1,0.013597097,0,0.396628806,0.396657499,0.396719858
-7828,1,0.3176,1,1,1,1,1,1,1,1,0.0045,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0071,0.2776,0,1,0.6105,1,1,1,0.0044,0.6105,0,1,1,1,1,1,0.005960895,0,0.051773045,1,1,1,1,1,0.010553308,0,0,1,1,1,1,1,0.012847777,0,0.405993233,0.405965729,0.406028369
-7829,1,0.3176,1,1,1,1,1,1,1,1,0.0058,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0073,0.2776,0,1,0.6105,1,1,1,0.0043,0.6105,0,1,1,1,1,1,0.008118855,0,0.043616697,1,1,1,1,1,0.010252004,0,0,1,1,1,1,1,0.015538577,0,0.429917835,0.429870954,0.429964539
-7830,1,0.3176,1,1,1,1,1,1,1,1,0.0027,0.3176,0,1,0.2776,1,1,1,1,1,1,0.0067,0.2776,0,1,0.6105,1,1,1,0.0039,0.6105,0,1,1,1,1,1,0.002935668,0,0.020765871,1,1,1,1,1,0.010225604,0,0,1,1,1,1,1,0.018750623,0,0.461273562,0.461392003,0.46143617
-7831,1,0.3176,1,1,1,1,1,1,1,1,0.001,0.3176,0.0135,1,0.2776,1,1,1,1,1,1,0.02,0.2776,0.0014,1,0.6105,1,1,1,0.0035,0.6105,0,1,1,1,1,1,0.003738043,0.01212929,0.012952658,1,1,1,1,1,0.024549808,0.005251379,0,1,1,1,1,1,0.011670622,0.002535487,0.487916868,0.487835837,0.488031915
-7832,1,0.3179,1,1,1,1,1,1,1,1,0.0049,0.3179,0.3063,1,0.2777,1,1,1,1,1,1,0.0158,0.2777,0.3094,1,0.6105,1,1,1,0.0131,0.6105,0.2461,1,1,1,1,1,0.004781893,0.533414841,0.0257066,1,1,1,1,1,0.018762143,0.531251967,0,1,1,1,1,1,0.026840495,0.540006518,0.513895602,0.513856569,0.514184397
-7833,1,0.3183,1,1,1,1,1,1,1,1,0.0165,0.3183,0.4727,1,0.2778,1,1,1,1,1,1,0.0062,0.2778,0.4709,1,0.6106,1,1,1,0.0254,0.6106,0.3273,1,1,1,1,1,0.004285319,0.739461482,0.028430561,1,1,1,1,1,0.006536862,0.689402819,0,1,1,1,1,1,0.037631251,0.741373062,0.529482842,0.529511318,0.529698582
-7834,1,0.3186,1,1,1,1,1,1,1,1,0.0207,0.3186,0.5797,1,0.2779,1,1,1,1,1,1,0.0025,0.2779,0.5601,1,0.6106,1,1,1,0.0375,0.6106,0.4515,1,1,1,1,1,0.000959005,0.831518173,0.002265802,1,1,1,1,1,0.001906287,0.764008641,0.035720684,1,1,1,1,1,0.05178808,0.847893119,0.53437651,0.534376983,0.534574468
-7835,1,0.3189,1,1,1,1,1,1,1,1,0.0371,0.3189,0.6075,1,0.278,1,1,1,1,1,1,0.0104,0.278,0.5863,1,0.6107,1,1,1,0.0625,0.6107,0.5248,1,1,1,1,1,0.003832318,0.858383894,0.00867191,1,1,1,1,1,0.009281274,0.818908691,0.124184027,1,1,1,1,1,0.100149065,0.877397358,0.531899468,0.531838375,0.531914894
-7836,1,0.3193,1,1,1,1,1,1,1,1,0.0643,0.3193,0.6239,1,0.2781,1,1,1,1,1,1,0.0505,0.2781,0.6292,1,0.6107,1,1,1,0.0835,0.6107,0.5248,1,1,1,1,1,0.035234682,0.869122505,0.001417384,1,1,1,1,1,0.055620037,0.893170893,0.114948168,1,1,1,1,1,0.110474057,0.858522296,0.524045433,0.524011001,0.52393617
-7837,1,0.3196,1,1,1,1,1,1,1,1,0.0934,0.3196,0.6046,1,0.2783,1,1,1,1,1,1,0.0305,0.2783,0.6075,1,0.6108,1,1,1,0.1179,0.6108,0.4708,1,1,1,1,1,0.063207977,0.836846888,0.009424824,1,1,1,1,1,0.039621405,0.855114639,0.199187696,1,1,1,1,1,0.171644807,0.785445988,0.515285162,0.515337423,0.515514184
-7838,1,0.3199,1,1,1,1,1,1,1,1,0.0741,0.3199,0.4789,1,0.2784,1,1,1,1,1,1,0.0559,0.2784,0.5014,1,0.6108,1,1,1,0.0843,0.6108,0.3313,1,1,1,1,1,0.04864309,0.737591743,0.010386042,1,1,1,1,1,0.066800281,0.739189267,0.186653942,1,1,1,1,1,0.117246985,0.625937402,0.510633156,0.510683309,0.510638298
-7839,1,0.3203,1,1,1,1,1,1,1,1,0.0632,0.3203,0.2928,1,0.2785,1,1,1,1,1,1,0.1032,0.2785,0.3257,1,0.6109,1,1,1,0.0901,0.6109,0.1518,1,1,1,1,1,0.069160461,0.509163499,0.002884334,1,1,1,1,1,0.118347988,0.549237072,0.055690054,1,1,1,1,1,0.167533025,0.427600026,0.516130981,0.516183626,0.516400709
-7840,1,0.3206,1,1,1,1,1,1,1,1,0.0548,0.3206,0.0223,1,0.2786,1,1,1,1,1,1,0.0663,0.2786,0.067,1,0.6109,1,1,1,0.0432,0.6109,0,1,1,1,1,1,0.037983596,0.095638037,0.011607529,1,1,1,1,1,0.066335246,0.114867859,0.033266492,1,1,1,1,1,0.102358863,0,0.563496858,0.563570975,0.563386525
-7841,1,0.3209,1,1,1,1,1,1,1,1,0.0385,0.3209,0,1,0.2787,1,1,1,1,1,1,0.0312,0.2787,0,1,0.611,1,1,1,0.0291,0.611,0,1,1,1,1,1,0.01754914,0,0.00131028,1,1,1,1,1,0.029939309,0,0.034334294,1,1,1,1,1,0.106645443,0,0.599142098,0.599111487,0.59929078
-7842,1,0.3213,1,1,1,1,1,1,1,1,0.04,0.3213,0,1,0.2788,1,1,1,1,1,1,0.0084,0.2788,0,1,0.611,1,1,1,0.0377,0.611,0,1,1,1,1,1,0.015839411,0,0,1,1,1,1,1,0.007797354,0,0.011345027,1,1,1,1,1,0.103989266,0,0.589536008,0.589591707,0.589539007
-7843,1,0.3216,1,1,1,1,1,1,1,1,0.0565,0.3216,0,1,0.2789,1,1,1,1,1,1,0.024,0.2789,0,1,0.6111,1,1,1,0.0426,0.6111,0,1,1,1,1,1,0.031023413,0,0,1,1,1,1,1,0.021256493,0,0,1,1,1,1,1,0.118663497,0,0.571048816,0.570975249,0.571365248
-7844,1,0.322,1,1,1,1,1,1,1,1,0.0597,0.322,0,1,0.2791,1,1,1,1,1,1,0.0288,0.2791,0,1,0.6111,1,1,1,0.0421,0.6111,0,1,1,1,1,1,0.048862576,0,0.001345007,1,1,1,1,1,0.023306223,0,0.054215975,1,1,1,1,1,0.102994524,0,0.549903335,0.549820182,0.550088652
-7845,1,0.3223,1,1,1,1,1,1,1,1,0.0468,0.3223,0,1,0.2792,1,1,1,1,1,1,0.016,0.2792,0,1,0.6111,1,1,1,0.0109,0.6111,0,1,1,1,1,1,0.029354954,0,0.011657838,1,1,1,1,1,0.012676011,0,0.161498174,1,1,1,1,1,0.045349691,0,0.521507975,0.521683943,0.521719858
-7846,1,0.3226,1,1,1,1,1,1,1,1,0.0276,0.3226,0,1,0.2793,1,1,1,1,1,1,0.0076,0.2793,0,1,0.6112,1,1,1,0.0184,0.6112,0,1,1,1,1,1,0.011120594,0,0.017196147,1,1,1,1,1,0.006347439,0,0.745766044,1,1,1,1,1,0.056293793,0,0.484171097,0.484239475,0.484042553
-7847,1,0.323,1,1,1,1,1,1,1,1,0.0153,0.323,0,1,0.2794,1,1,1,1,1,1,0.0022,0.2794,0,1,0.6112,1,1,1,0.0076,0.6112,0,1,1,1,1,1,0.003586798,0,0.050978944,1,1,1,1,1,0.002089004,0,0.955347419,1,1,1,1,1,0.025801308,0,0.442725955,0.442775545,0.442819149
-7848,1,0.3233,1,1,1,1,1,1,1,1,0.0188,0.3233,0,1,0.2795,1,1,1,1,1,1,0.0061,0.2795,0,1,0.6113,1,1,1,0.0035,0.6113,0,1,1,1,1,1,0.010016988,0,0.050582305,1,1,1,1,1,0.007992504,0,0.809399009,1,1,1,1,1,0.011499355,0,0.411068149,0.411042945,0.411347518
-7849,1,0.3236,1,1,1,1,1,1,1,1,0.0267,0.3236,0,1,0.2796,1,1,1,1,1,1,0.0281,0.2796,0,1,0.6113,1,1,1,0.0048,0.6113,0,1,1,1,1,1,0.01425541,0,0.035671853,1,1,1,1,1,0.029984765,0,0.367441624,1,1,1,1,1,0.01167495,0,0.391493475,0.391580283,0.391400709
-7850,1,0.324,1,1,1,1,1,1,1,1,0.0211,0.324,0,1,0.2797,1,1,1,1,1,1,0.0798,0.2797,0,1,0.6114,1,1,1,0.0027,0.6114,0,1,1,1,1,1,0.014045461,0,0.009413069,1,1,1,1,1,0.093207844,0,0.781154215,1,1,1,1,1,0.009423662,0,0.381464476,0.381425851,0.381648936
-7851,1,0.3243,1,1,1,1,1,1,1,1,0.0512,0.3243,0,1,0.2799,1,1,1,1,1,1,0.3842,0.2799,0,1,0.6114,1,1,1,0.0074,0.6114,0,1,1,1,1,1,0.074382246,0,0.006600315,1,1,1,1,1,0.335240155,0,0.875015497,1,1,1,1,1,0.006311693,0,0.377416626,0.377406389,0.377659574
-7852,1,0.3246,1,1,1,1,1,1,1,1,0.0645,0.3246,0,1,0.28,1,1,1,1,1,1,0.4204,0.28,0,1,0.6115,1,1,1,0.0137,0.6115,0,1,1,1,1,1,0.120767988,0,0.045244023,1,1,1,1,1,0.349249631,0,0.99520421,1,1,1,1,1,0.004113879,0,0.381162397,0.381214301,0.381205674
-7853,1,0.325,1,1,1,1,1,1,1,1,0.0705,0.325,0,1,0.2801,1,1,1,1,1,1,0.3761,0.2801,0,1,0.6115,1,1,1,0.0158,0.6115,0,1,1,1,1,1,0.133499622,0,0.291549146,1,1,1,1,1,0.316383421,0,1,1,1,1,1,1,0.002927472,0,0.396870469,0.39686905,0.396719858
-7854,1,0.3253,1,1,1,1,1,1,1,1,0.1604,0.3253,0,1,0.2802,1,1,1,1,1,1,0.347,0.2802,0,1,0.6116,1,1,1,0.0124,0.6116,0,1,1,1,1,1,0.19926174,0,0.401262611,1,1,1,1,1,0.307613194,0,1,1,1,1,1,1,0.003854856,0,0.424782504,0.424793738,0.42464539
-7855,1,0.3256,1,1,1,1,1,1,1,1,0.1555,0.3256,0,1,0.2803,1,1,1,1,1,1,0.2839,0.2803,0,1,0.6116,1,1,1,0.0069,0.6116,0,1,1,1,1,1,0.168670475,0,0.452673465,1,1,1,1,1,0.281653881,0,1,1,1,1,1,1,0.006954536,0,0.456681972,0.456737889,0.456560284
-7856,1,0.326,1,1,1,1,1,1,1,1,0.2285,0.326,0.2275,1,0.2804,1,1,1,1,1,1,0.4392,0.2804,0.2309,1,0.6116,1,1,1,0.0056,0.6116,0.1651,1,1,1,1,1,0.21274966,0.404688329,0.473825753,1,1,1,1,1,0.39370659,0.395392388,1,1,1,1,1,1,0.007345814,0.336372614,0.497885452,0.497778718,0.497783688
-7857,1,0.3263,1,1,1,1,1,1,1,1,0.3928,0.3263,0.4015,1,0.2805,1,1,1,1,1,1,0.5717,0.2805,0.4623,1,0.6117,1,1,1,0.0216,0.6117,0.3527,1,1,1,1,1,0.336151153,0.645491183,0.67678833,1,1,1,1,1,0.55145365,0.716423273,1,1,1,1,1,1,0.020626873,0.488395631,0.526159981,0.526126507,0.526152482
-7858,1,0.3267,1,1,1,1,1,1,1,1,0.4246,0.3267,0.5501,1,0.2807,1,1,1,1,1,1,0.6687,0.2807,0.5742,1,0.6117,1,1,1,0.0277,0.6117,0.3867,1,1,1,1,1,0.419276714,0.787828028,0.953487754,1,1,1,1,1,0.629397452,0.815854192,1,1,1,1,1,1,0.038272675,0.593105078,0.535886902,0.535857838,0.535904255
-7859,1,0.327,1,1,1,1,1,1,1,1,0.5523,0.327,0.6021,1,0.2808,1,1,1,1,1,1,0.7365,0.2808,0.5443,1,0.6118,1,1,1,0.0672,0.6118,0.3986,1,1,1,1,1,0.623573065,0.805871904,1,1,1,1,1,1,0.710020423,0.784329653,1,1,1,1,1,1,0.073516801,0.704687893,0.537518125,0.537550243,0.537677305
-7860,1,0.3273,1,1,1,1,1,1,1,1,0.5532,0.3273,0.5869,1,0.2809,1,1,1,1,1,1,0.761,0.2809,0.5293,1,0.6118,1,1,1,0.1695,0.6118,0.3597,1,1,1,1,1,0.619242311,0.724944234,1,1,1,1,1,1,0.729047716,0.684599221,1,1,1,1,1,1,0.270042241,0.711863697,0.534980667,0.534800085,0.53501773
-7861,1,0.3277,1,1,1,1,1,1,1,1,0.5769,0.3277,0.5295,1,0.281,1,1,1,1,1,1,0.4448,0.281,0.4992,1,0.6119,1,1,1,0.1743,0.6119,0.3241,1,1,1,1,1,0.610666931,0.703915119,1,1,1,1,1,1,0.470759332,0.638236582,1,1,1,1,1,1,0.270173669,0.639163613,0.528576607,0.528665115,0.528812057
-7862,1,0.328,1,1,1,1,1,1,1,1,0.5926,0.328,0.4425,1,0.2811,1,1,1,1,1,1,0.4977,0.2811,0.4393,1,0.6119,1,1,1,0.1799,0.6119,0.2954,1,1,1,1,1,0.585540652,0.634863913,1,1,1,1,1,1,0.514856756,0.634926915,1,1,1,1,1,1,0.280861586,0.553861141,0.526643306,0.526761159,0.527039007
-7863,1,0.3283,1,1,1,1,1,1,1,1,0.3812,0.3283,0.2859,1,0.2812,1,1,1,1,1,1,0.5678,0.2812,0.283,1,0.612,1,1,1,0.1144,0.612,0.1939,1,1,1,1,1,0.412749171,0.488822043,1,1,1,1,1,1,0.60759747,0.440593243,1,1,1,1,1,1,0.196339339,0.34703806,0.535947318,0.535857838,0.535904255
-7864,1,0.3287,1,1,1,1,1,1,1,1,0.4051,0.3287,0.0002,1,0.2814,1,1,1,1,1,1,0.4781,0.2814,0.0094,1,0.612,1,1,1,0.1454,0.612,0,1,1,1,1,1,0.391869068,0.001098039,1,1,1,1,1,1,0.432149589,0.052118525,1,1,1,1,1,1,0.260527611,0,0.584642339,0.584726042,0.584663121
-7865,1,0.329,1,1,1,1,1,1,1,1,0.4005,0.329,0,1,0.2815,1,1,1,1,1,1,0.5776,0.2815,0,1,0.6121,1,1,1,0.193,0.6121,0,1,1,1,1,1,0.399155378,0,1,1,1,1,1,1,0.48088944,0,1,1,1,1,1,1,0.358756423,0,0.621495892,0.621535858,0.621897163
-7866,1,0.3293,1,1,1,1,1,1,1,1,0.3866,0.3293,0,1,0.2816,1,1,1,1,1,1,0.5239,0.2816,0,1,0.6121,1,1,1,0.1722,0.6121,0,1,1,1,1,1,0.385396808,0,1,1,1,1,1,1,0.490401864,0,1,1,1,1,1,1,0.30559361,0,0.616481392,0.616670193,0.616578014
-7867,1,0.3297,1,1,1,1,1,1,1,1,0.3843,0.3297,0,1,0.2817,1,1,1,1,1,1,0.4434,0.2817,0,1,0.6121,1,1,1,0.175,0.6121,0,1,1,1,1,1,0.253845155,0,1,1,1,1,1,1,0.406071365,0,1,1,1,1,1,1,0.332944304,0,0.601981634,0.601861646,0.601950355
-7868,1,0.33,1,1,1,1,1,1,1,1,0.4668,0.33,0,1,0.2818,1,1,1,1,1,1,0.5361,0.2818,0,1,0.6122,1,1,1,0.2698,0.6122,0,1,1,1,1,1,0.366100967,0,1,1,1,1,1,1,0.450585991,0,1,1,1,1,1,1,0.433399796,0,0.585246496,0.585360694,0.585549645
-7869,1,0.3304,1,1,1,1,1,1,1,1,0.3014,0.3304,0,1,0.2819,1,1,1,1,1,1,0.4272,0.2819,0,1,0.6122,1,1,1,0.2692,0.6122,0,1,1,1,1,1,0.248909295,0,1,1,1,1,1,1,0.409205556,0,1,1,1,1,1,1,0.43922317,0,0.559811503,0.559763063,0.559840426
-7870,1,0.3307,1,1,1,1,1,1,1,1,0.238,0.3307,0,1,0.282,1,1,1,1,1,1,0.2428,0.282,0,1,0.6123,1,1,1,0.3543,0.6123,0,1,1,1,1,1,0.216569215,0,1,1,1,1,1,1,0.232680783,0,1,1,1,1,1,1,0.526427865,0,0.523622523,0.52379945,0.523492908
-7871,1,0.331,1,1,1,1,1,1,1,1,0.2347,0.331,0,1,0.2822,1,1,1,1,1,1,0.3556,0.2822,0,1,0.6123,1,1,1,0.282,0.6123,0,1,1,1,1,1,0.250397474,0,1,1,1,1,1,1,0.334955782,0,1,1,1,1,1,1,0.448530257,0,0.484775254,0.484662577,0.484929078
-7872,1,0.3314,1,1,1,1,1,1,1,1,0.2932,0.3314,0,1,0.2823,1,1,1,1,1,1,0.3702,0.2823,0,1,0.6124,1,1,1,0.3233,0.6124,0,1,1,1,1,1,0.282815009,0,1,1,1,1,1,1,0.349133134,0,1,1,1,1,1,1,0.479108572,0,0.453419526,0.453353078,0.453457447
-7873,1,0.3317,1,1,1,1,1,1,1,1,0.3358,0.3317,0,1,0.2824,1,1,1,1,1,1,0.4787,0.2824,0,1,0.6124,1,1,1,0.344,0.6124,0,1,1,1,1,1,0.346591592,0,1,1,1,1,1,1,0.449146748,0,1,1,1,1,1,1,0.557121873,0,0.4340261,0.434101967,0.434397163
-7874,1,0.332,1,1,1,1,1,1,1,1,0.2612,0.332,0,1,0.2825,1,1,1,1,1,1,0.3559,0.2825,0,1,0.6125,1,1,1,0.3822,0.6125,0,1,1,1,1,1,0.258870006,0,1,1,1,1,1,1,0.324426472,0,1,1,1,1,1,1,0.675242841,0,0.424299178,0.424370637,0.424202128
-7875,1,0.3324,1,1,1,1,1,1,1,1,0.2982,0.3324,0,1,0.2826,1,1,1,1,1,1,0.4117,0.2826,0,1,0.6125,1,1,1,0.4591,0.6125,0,1,1,1,1,1,0.291703999,0,1,1,1,1,1,1,0.381244063,0,1,1,1,1,1,1,0.713071764,0,0.420915901,0.420774275,0.421099291
-7876,1,0.3327,1,1,1,1,1,1,1,1,0.2823,0.3327,0,1,0.2827,1,1,1,1,1,1,0.3983,0.2827,0,1,0.6126,1,1,1,0.4571,0.6126,0,1,1,1,1,1,0.270128071,0,1,1,1,1,1,1,0.354199618,0,1,1,1,1,1,1,0.741864145,0,0.424782504,0.424793738,0.42464539
-7877,1,0.333,1,1,1,1,1,1,1,1,0.3046,0.333,0,1,0.2828,1,1,1,1,1,1,0.4239,0.2828,0,1,0.6126,1,1,1,0.5115,0.6126,0,1,1,1,1,1,0.310011566,0,1,1,1,1,1,1,0.394214094,0,1,1,1,1,1,1,0.77311486,0,0.437167714,0.437275227,0.437056738
-7878,1,0.3334,1,1,1,1,1,1,1,1,0.2308,0.3334,0,1,0.283,1,1,1,1,1,1,0.252,0.283,0,1,0.6126,1,1,1,0.5044,0.6126,0,1,1,1,1,1,0.226427823,0,1,1,1,1,1,1,0.247125655,0,1,1,1,1,1,1,0.787130356,0,0.456863219,0.456737889,0.457003546
-7879,1,0.3337,1,1,1,1,1,1,1,1,0.2176,0.3337,0,1,0.2831,1,1,1,1,1,1,0.127,0.2831,0,1,0.6127,1,1,1,0.4002,0.6127,0,1,1,1,1,1,0.155630141,0,1,1,1,1,1,1,0.11422988,0,1,1,1,1,1,1,0.699752271,0,0.481029483,0.481066215,0.480939716
-7880,1,0.334,1,1,1,1,1,1,1,1,0.2881,0.334,0.2782,1,0.2832,1,1,1,1,1,1,0.1644,0.2832,0.199,1,0.6127,1,1,1,0.3564,0.6127,0.2292,1,1,1,1,1,0.18900314,0.484832674,1,1,1,1,1,1,0.142117813,0.333788902,1,1,1,1,1,1,0.570839167,0.511561394,0.519695505,0.519779987,0.519946809
-7881,1,0.3344,1,1,1,1,1,1,1,1,0.3787,0.3344,0.4514,1,0.2833,1,1,1,1,1,1,0.3909,0.2833,0.3047,1,0.6128,1,1,1,0.4693,0.6128,0.4107,1,1,1,1,1,0.345473498,0.689378917,1,1,1,1,1,1,0.349680513,0.349193305,1,1,1,1,1,1,0.717556,0.734182715,0.548453359,0.548550878,0.548758865
-7882,1,0.3347,1,1,1,1,1,1,1,1,0.4539,0.3347,0.4131,1,0.2834,1,1,1,1,1,1,0.3386,0.2834,0.2944,1,0.6128,1,1,1,0.5794,0.6128,0.514,1,1,1,1,1,0.440644056,0.518061459,1,1,1,1,1,1,0.304492921,0.454266429,1,1,1,1,1,1,0.809007585,0.853207886,0.565732238,0.565686482,0.565602837
-7883,1,0.3351,1,1,1,1,1,1,1,1,0.4788,0.3351,0.3239,1,0.2835,1,1,1,1,1,1,0.3667,0.2835,0.3306,1,0.6129,1,1,1,0.5425,0.6129,0.547,1,1,1,1,1,0.377502173,0.497477412,1,1,1,1,1,1,0.338521719,0.475615948,1,1,1,1,1,1,0.758063197,0.91103667,0.574371677,0.574360059,0.574468085
-7884,1,0.3354,1,1,1,1,1,1,1,1,0.4929,0.3354,0.4152,1,0.2837,1,1,1,1,1,1,0.3815,0.2837,0.429,1,0.6129,1,1,1,0.5811,0.6129,0.5606,1,1,1,1,1,0.434998453,0.555348635,1,1,1,1,1,1,0.374676168,0.575129926,1,1,1,1,1,1,0.823880017,0.806878924,0.575036249,0.574994711,0.57535461
-7885,1,0.3357,1,1,1,1,1,1,1,1,0.5176,0.3357,0.474,1,0.2838,1,1,1,1,1,1,0.291,0.2838,0.3786,1,0.613,1,1,1,0.5305,0.613,0.5106,1,1,1,1,1,0.469947696,0.594108403,1,1,1,1,1,1,0.30456233,0.525165319,1,1,1,1,1,1,0.757858217,0.52901113,0.56917593,0.569071293,0.569592199
-7886,1,0.3361,1,1,1,1,1,1,1,1,0.4415,0.3361,0.3742,1,0.2839,1,1,1,1,1,1,0.1678,0.2839,0.3117,1,0.613,1,1,1,0.5743,0.613,0.3627,1,1,1,1,1,0.370641887,0.499116808,1,1,1,1,1,1,0.183696508,0.456799358,1,1,1,1,1,1,0.777882814,0.330557406,0.568753021,0.568648191,0.569148936
-7887,1,0.3364,1,1,1,1,1,1,1,1,0.3418,0.3364,0.1973,1,0.284,1,1,1,1,1,1,0.109,0.284,0.1732,1,0.6131,1,1,1,0.4354,0.6131,0.1605,1,1,1,1,1,0.300153464,0.273360372,1,1,1,1,1,1,0.140936062,0.34499225,1,1,1,1,1,1,0.617800891,0.204878777,0.580111165,0.580071927,0.580230496
-7888,1,0.3367,1,1,1,1,1,1,1,1,0.2663,0.3367,0,1,0.2841,1,1,1,1,1,1,0.0918,0.2841,0.0089,1,0.6131,1,1,1,0.3852,0.6131,0,1,1,1,1,1,0.18992205,0,1,1,1,1,1,1,0.095977023,0.073989756,1,1,1,1,1,1,0.51892966,0,0.632189464,0.632324942,0.632535461
-7889,1,0.3371,1,1,1,1,1,1,1,1,0.1595,0.3371,0,1,0.2842,1,1,1,1,1,1,0.0378,0.2842,0,1,0.6131,1,1,1,0.3254,0.6131,0,1,1,1,1,1,0.098883942,0,1,1,1,1,1,1,0.031120759,0,1,1,1,1,1,1,0.449498922,0,0.671761721,0.671673366,0.671985816
-7890,1,0.3374,1,1,1,1,1,1,1,1,0.0835,0.3374,0,1,0.2843,1,1,1,1,1,1,0.0377,0.2843,0,1,0.6132,1,1,1,0.2526,0.6132,0,1,1,1,1,1,0.041670185,0,1,1,1,1,1,1,0.025657954,0,1,1,1,1,1,1,0.363311082,0,0.66662639,0.6668077,0.666666667
-7891,1,0.3377,1,1,1,1,1,1,1,1,0.0801,0.3377,0,1,0.2845,1,1,1,1,1,1,0.0797,0.2845,0,1,0.6132,1,1,1,0.2713,0.6132,0,1,1,1,1,1,0.046520531,0,1,1,1,1,1,1,0.056693397,0,0.955889583,1,1,1,1,1,0.436661184,0,0.648743354,0.648614343,0.64893617
-7892,1,0.3381,1,1,1,1,1,1,1,1,0.063,0.3381,0,1,0.2846,1,1,1,1,1,1,0.0937,0.2846,0,1,0.6133,1,1,1,0.2508,0.6133,0,1,1,1,1,1,0.039619386,0,1,1,1,1,1,1,0.06856554,0,1,1,1,1,1,1,0.414287388,0,0.62681247,0.626824624,0.62677305
-7893,1,0.3384,1,1,1,1,1,1,1,1,0.0469,0.3384,0,1,0.2847,1,1,1,1,1,1,0.1054,0.2847,0,1,0.6133,1,1,1,0.1963,0.6133,0,1,1,1,1,1,0.020708684,0,0.995079517,1,1,1,1,1,0.088274181,0,1,1,1,1,1,1,0.333956808,0,0.580292412,0.580283478,0.580230496
-7894,1,0.3387,1,1,1,1,1,1,1,1,0.0833,0.3387,0,1,0.2848,1,1,1,1,1,1,0.0786,0.2848,0,1,0.6134,1,1,1,0.1995,0.6134,0,1,1,1,1,1,0.035795957,0,1,1,1,1,1,1,0.061578289,0,1,1,1,1,1,1,0.366334319,0,0.529845336,0.529722869,0.529698582
-7895,1,0.3391,1,1,1,1,1,1,1,1,0.0937,0.3391,0,1,0.2849,1,1,1,1,1,1,0.1264,0.2849,0,1,0.6134,1,1,1,0.1476,0.6134,0,1,1,1,1,1,0.034966871,0,1,1,1,1,1,1,0.107197732,0,1,1,1,1,1,1,0.295367479,0,0.484352344,0.484239475,0.484485816
-7896,1,0.3394,1,1,1,1,1,1,1,1,0.0684,0.3394,0,1,0.285,1,1,1,1,1,1,0.1048,0.285,0,1,0.6135,1,1,1,0.143,0.6135,0,1,1,1,1,1,0.025533708,0,1,1,1,1,1,1,0.077896178,0,1,1,1,1,1,1,0.267627925,0,0.454023683,0.45398773,0.453900709
-7897,1,0.3398,1,1,1,1,1,1,1,1,0.0764,0.3398,0,1,0.2851,1,1,1,1,1,1,0.0441,0.2851,0,1,0.6135,1,1,1,0.0939,0.6135,0,1,1,1,1,1,0.017815681,0,1,1,1,1,1,1,0.034703147,0,1,1,1,1,1,1,0.168640256,0,0.438255196,0.438332981,0.438386525
-7898,1,0.3401,1,1,1,1,1,1,1,1,0.0812,0.3401,0,1,0.2853,1,1,1,1,1,1,0.0539,0.2853,0,1,0.6136,1,1,1,0.1059,0.6136,0,1,1,1,1,1,0.014184227,0,1,1,1,1,1,1,0.034782603,0,1,1,1,1,1,1,0.207929328,0,0.431730304,0.43177491,0.431737589
-7899,1,0.3404,1,1,1,1,1,1,1,1,0.0744,0.3404,0,1,0.2854,1,1,1,1,1,1,0.0603,0.2854,0,1,0.6136,1,1,1,0.0875,0.6136,0,1,1,1,1,1,0.019348627,0,0.97712636,1,1,1,1,1,0.042723127,0,1,1,1,1,1,1,0.155684143,0,0.432032383,0.431986461,0.432180851
-7900,1,0.3408,1,1,1,1,1,1,1,1,0.0565,0.3408,0,1,0.2855,1,1,1,1,1,1,0.0826,0.2855,0,1,0.6136,1,1,1,0.0586,0.6136,0,1,1,1,1,1,0.017990123,0,0.990322113,1,1,1,1,1,0.06389457,0,0.861760259,1,1,1,1,1,0.148740977,0,0.448042533,0.447852761,0.448138298
-7901,1,0.3411,1,1,1,1,1,1,1,1,0.063,0.3411,0,1,0.2856,1,1,1,1,1,1,0.0923,0.2856,0,1,0.6137,1,1,1,0.073,0.6137,0,1,1,1,1,1,0.02147655,0,0.879968047,1,1,1,1,1,0.067953229,0,1,1,1,1,1,1,0.144432753,0,0.493475109,0.493547705,0.493794326
-7902,1,0.3414,1,1,1,1,1,1,1,1,0.0449,0.3414,0,1,0.2857,1,1,1,1,1,1,0.0989,0.2857,0,1,0.6137,1,1,1,0.0483,0.6137,0,1,1,1,1,1,0.015347878,0,0.835671663,1,1,1,1,1,0.062016007,0,1,1,1,1,1,1,0.097884431,0,0.573646689,0.573725407,0.574024823
-7903,1,0.3418,1,1,1,1,1,1,1,1,0.0549,0.3418,0,1,0.2858,1,1,1,1,1,1,0.0636,0.2858,0,1,0.6138,1,1,1,0.042,0.6138,0,1,1,1,1,1,0.021508196,0,0.972449064,1,1,1,1,1,0.043356638,0,1,1,1,1,1,1,0.068848588,0,0.614185597,0.614131585,0.614361702
-7904,1,0.3421,1,1,1,1,1,1,1,1,0.0477,0.3421,0.2772,1,0.2859,1,1,1,1,1,1,0.0976,0.2859,0.288,1,0.6138,1,1,1,0.0457,0.6138,0.2412,1,1,1,1,1,0.021165118,0.467204511,0.870282292,1,1,1,1,1,0.072153643,0.493700296,1,1,1,1,1,1,0.075373076,0.511609197,0.617689705,0.617727946,0.617907801
-7905,1,0.3424,1,1,1,1,1,1,1,1,0.1262,0.3424,0.4703,1,0.2861,1,1,1,1,1,1,0.2321,0.2861,0.4637,1,0.6139,1,1,1,0.0791,0.6139,0.4239,1,1,1,1,1,0.09063796,0.69370091,0.984408379,1,1,1,1,1,0.195347548,0.696572661,1,1,1,1,1,1,0.136499137,0.741816163,0.618777187,0.618574149,0.618794326
-7906,1,0.3428,1,1,1,1,1,1,1,1,0.1636,0.3428,0.5945,1,0.2862,1,1,1,1,1,1,0.3226,0.2862,0.5536,1,0.6139,1,1,1,0.1435,0.6139,0.5375,1,1,1,1,1,0.106005646,0.787053287,0.948561192,1,1,1,1,1,0.297921598,0.79753387,1,1,1,1,1,1,0.244123727,0.829162717,0.617931368,0.617939497,0.618351064
-7907,1,0.3431,1,1,1,1,1,1,1,1,0.2344,0.3431,0.6074,1,0.2863,1,1,1,1,1,1,0.4531,0.2863,0.6065,1,0.614,1,1,1,0.1683,0.614,0.543,1,1,1,1,1,0.203533158,0.821506977,1,1,1,1,1,1,0.390486419,0.751623034,1,1,1,1,1,1,0.258757532,0.82029736,0.614306428,0.614343135,0.614361702
-7908,1,0.3435,1,1,1,1,1,1,1,1,0.3743,0.3435,0.6058,1,0.2864,1,1,1,1,1,1,0.4105,0.2864,0.579,1,0.614,1,1,1,0.1941,0.614,0.5847,1,1,1,1,1,0.389131874,0.813984334,1,1,1,1,1,1,0.373949528,0.751410306,1,1,1,1,1,1,0.277015239,0.682227135,0.609352344,0.60947747,0.609485816
-7909,1,0.3438,1,1,1,1,1,1,1,1,0.3745,0.3438,0.573,1,0.2865,1,1,1,1,1,1,0.3767,0.2865,0.5484,1,0.6141,1,1,1,0.2715,0.6141,0.5846,1,1,1,1,1,0.408331364,0.76099211,0.968784571,1,1,1,1,1,0.336303055,0.716123641,1,1,1,1,1,1,0.43207407,0.694282234,0.604942001,0.604823355,0.605053191
-7910,1,0.3441,1,1,1,1,1,1,1,1,0.3731,0.3441,0.4695,1,0.2866,1,1,1,1,1,1,0.3358,0.2866,0.4642,1,0.6141,1,1,1,0.1809,0.6141,0.4711,1,1,1,1,1,0.329427123,0.657909989,0.877860546,1,1,1,1,1,0.337581694,0.670256615,0.990731001,1,1,1,1,1,0.301956058,0.681336403,0.598719188,0.598688386,0.598847518
-7911,1,0.3445,1,1,1,1,1,1,1,1,0.2043,0.3445,0.2946,1,0.2868,1,1,1,1,1,1,0.1963,0.2868,0.3147,1,0.6141,1,1,1,0.1282,0.6141,0.2707,1,1,1,1,1,0.186301038,0.491393656,0.678386688,1,1,1,1,1,0.190968663,0.53443706,0.640313625,1,1,1,1,1,0.203140423,0.468723834,0.605123248,0.605246457,0.605496454
-7912,1,0.3448,1,1,1,1,1,1,1,1,0.1127,0.3448,0.0015,1,0.2869,1,1,1,1,1,1,0.1024,0.2869,0.0484,1,0.6142,1,1,1,0.1004,0.6142,0,1,1,1,1,1,0.086585201,0.010907735,0.651507914,1,1,1,1,1,0.097033188,0.165380776,0.443274379,1,1,1,1,1,0.169588864,0,0.654966167,0.654960863,0.655141844
-7913,1,0.3451,1,1,1,1,1,1,1,1,0.0212,0.3451,0,1,0.287,1,1,1,1,1,1,0.0403,0.287,0,1,0.6142,1,1,1,0.0938,0.6142,0,1,1,1,1,1,0.019580055,0,0.519758224,1,1,1,1,1,0.033442974,0,0.220900282,1,1,1,1,1,0.180846497,0,0.704265346,0.704252168,0.704787234
-7914,1,0.3455,1,1,1,1,1,1,1,1,0.014,0.3455,0,1,0.2871,1,1,1,1,1,1,0.0071,0.2871,0,1,0.6143,1,1,1,0.0661,0.6143,0,1,1,1,1,1,0.009247675,0,0.667598605,1,1,1,1,1,0.008169477,0,0.182389528,1,1,1,1,1,0.095605589,0,0.703359111,0.703405966,0.703457447
-7915,1,0.3458,1,1,1,1,1,1,1,1,0.0067,0.3458,0,1,0.2872,1,1,1,1,1,1,0,0.2872,0,1,0.6143,1,1,1,0.1026,0.6143,0,1,1,1,1,1,0.000553914,0,0.911084652,1,1,1,1,1,0.000340936,0,0.131899238,1,1,1,1,1,0.175159171,0,0.688376027,0.688385868,0.688386525
-7916,1,0.3461,1,1,1,1,1,1,1,1,0.0044,0.3461,0,1,0.2873,1,1,1,1,1,1,0,0.2873,0,1,0.6144,1,1,1,0.0875,0.6144,0,1,1,1,1,1,0.000420807,0,0.875410676,1,1,1,1,1,1.81E-05,0,0.027147647,1,1,1,1,1,0.166425392,0,0.661309812,0.661307383,0.661347518
-7917,1,0.3465,1,1,1,1,1,1,1,1,0.0029,0.3465,0,1,0.2874,1,1,1,1,1,1,0,0.2874,0,1,0.6144,1,1,1,0.0486,0.6144,0,1,1,1,1,1,0.000307265,0,0.786043763,1,1,1,1,1,0,0,0.047462307,1,1,1,1,1,0.099801324,0,0.616602223,0.616670193,0.616578014
-7918,1,0.3468,1,1,1,1,1,1,1,1,0.0037,0.3468,0,1,0.2876,1,1,1,1,1,1,0,0.2876,0,1,0.6145,1,1,1,0.0136,0.6145,0,1,1,1,1,1,0.000228408,0,0.353490412,1,1,1,1,1,0,0,0,1,1,1,1,1,0.040504973,0,0.557878202,0.557859107,0.558067376
-7919,1,0.3471,1,1,1,1,1,1,1,1,0.0013,0.3471,0,1,0.2877,1,1,1,1,1,1,0,0.2877,0,1,0.6145,1,1,1,0.0159,0.6145,0,1,1,1,1,1,8.60E-05,0,0.311085522,1,1,1,1,1,5.58E-05,0,0,1,1,1,1,1,0.059952989,0,0.505135331,0.505182991,0.505319149
-7920,1,0.3475,1,1,1,1,1,1,1,1,0.0021,0.3475,0,1,0.2878,1,1,1,1,1,1,0,0.2878,0,1,0.6146,1,1,1,0.0063,0.6146,0,1,1,1,1,1,0.000104763,0,0.127206534,1,1,1,1,1,5.27E-06,0,0,1,1,1,1,1,0.03768323,0,0.472510875,0.472604189,0.47251773
-7921,1,0.3478,1,1,1,1,1,1,1,1,0.001,0.3478,0,1,0.2879,1,1,1,1,1,1,0,0.2879,0,1,0.6146,1,1,1,0.0023,0.6146,0,1,1,1,1,1,7.23E-05,0,0.043578222,1,1,1,1,1,0,0,0.000581152,1,1,1,1,1,0.024293661,0,0.455352827,0.455468585,0.455673759
-7922,1,0.3482,1,1,1,1,1,1,1,1,0.0006,0.3482,0,1,0.288,1,1,1,1,1,1,0,0.288,0,1,0.6146,1,1,1,0.0006,0.6146,0,1,1,1,1,1,4.83E-05,0,0.027171472,1,1,1,1,1,0,0,0,1,1,1,1,1,0.006348834,0,0.447257129,0.447218109,0.447251773
-7923,1,0.3485,1,1,1,1,1,1,1,1,0.0013,0.3485,0,1,0.2881,1,1,1,1,1,1,0,0.2881,0,1,0.6147,1,1,1,0.0001,0.6147,0,1,1,1,1,1,3.43E-05,0,0.035178684,1,1,1,1,1,0,0,0,1,1,1,1,1,0.005563081,0,0.446834219,0.446795007,0.446808511
-7924,1,0.3488,1,1,1,1,1,1,1,1,0.0012,0.3488,0,1,0.2882,1,1,1,1,1,1,0,0.2882,0,1,0.6147,1,1,1,0.0012,0.6147,0,1,1,1,1,1,1.49E-05,0,0.064882994,1,1,1,1,1,0,0,0,1,1,1,1,1,0.007497231,0,0.460548574,0.460545801,0.460549645
-7925,1,0.3492,1,1,1,1,1,1,1,1,0.0004,0.3492,0,1,0.2884,1,1,1,1,1,1,0,0.2884,0,1,0.6148,1,1,1,0.0005,0.6148,0,1,1,1,1,1,0,0,0.064245701,1,1,1,1,1,0.000137333,0,0,1,1,1,1,1,0.006974106,0,0.504108265,0.504125238,0.504432624
-7926,1,0.3495,1,1,1,1,1,1,1,1,0,0.3495,0,1,0.2885,1,1,1,1,1,1,0,0.2885,0,1,0.6148,1,1,1,0.0006,0.6148,0,1,1,1,1,1,0.000140162,0,0.024262831,1,1,1,1,1,0.000778959,0,0,1,1,1,1,1,0.007351849,0,0.583856936,0.583668289,0.584219858
-7927,1,0.3498,1,1,1,1,1,1,1,1,0.0004,0.3498,0,1,0.2886,1,1,1,1,1,1,0,0.2886,0,1,0.6149,1,1,1,0,0.6149,0,1,1,1,1,1,0.000263533,0,0.053837113,1,1,1,1,1,0.0005811,0,0.039201308,1,1,1,1,1,0.003386561,0,0.626329145,0.626401523,0.62677305
-7928,1,0.3502,1,1,1,1,1,1,1,1,0.0027,0.3502,0.1029,1,0.2887,1,1,1,1,1,1,0,0.2887,0.0745,1,0.6149,1,1,1,0,0.6149,0.1645,1,1,1,1,1,0.000260974,0.149309188,0.126247689,1,1,1,1,1,8.29E-05,0.125385612,0.281199485,1,1,1,1,1,0.002099297,0.243529931,0.636599807,0.636767506,0.636968085
-7929,1,0.3505,1,1,1,1,1,1,1,1,0.005,0.3505,0.2427,1,0.2888,1,1,1,1,1,1,0,0.2888,0.2522,1,0.615,1,1,1,0,0.615,0.3343,1,1,1,1,1,0.000111165,0.412142485,0.029412426,1,1,1,1,1,0,0.386224777,0.000979058,1,1,1,1,1,0.002029608,0.486427128,0.641191397,0.64121007,0.641400709
-7930,1,0.3508,1,1,1,1,1,1,1,1,0.0058,0.3508,0.3353,1,0.2889,1,1,1,1,1,1,0,0.2889,0.3334,1,0.615,1,1,1,0,0.615,0.4384,1,1,1,1,1,0.002125618,0.49110195,0.000696963,1,1,1,1,1,0,0.451408923,0,1,1,1,1,1,0.000988073,0.592234731,0.646145481,0.646075735,0.646276596
-7931,1,0.3512,1,1,1,1,1,1,1,1,0.0028,0.3512,0.3693,1,0.289,1,1,1,1,1,1,0,0.289,0.3485,1,0.6151,1,1,1,0,0.6151,0.3978,1,1,1,1,1,0.000896637,0.507119298,0.023370184,1,1,1,1,1,0,0.52073884,0.00648377,1,1,1,1,1,1.66E-05,0.525072098,0.648078782,0.648191242,0.648049645
-7932,1,0.3515,1,1,1,1,1,1,1,1,0,0.3515,0.321,1,0.2892,1,1,1,1,1,1,0,0.2892,0.3388,1,0.6151,1,1,1,0,0.6151,0.3351,1,1,1,1,1,3.92E-05,0.430667639,0.012369691,1,1,1,1,1,7.23E-05,0.536072493,0.068388224,1,1,1,1,1,9.26E-05,0.505084753,0.647172547,0.647133488,0.647606383
-7933,1,0.3518,1,1,1,1,1,1,1,1,0,0.3518,0.2798,1,0.2893,1,1,1,1,1,1,0,0.2893,0.3379,1,0.6151,1,1,1,0,0.6151,0.3637,1,1,1,1,1,8.31E-05,0.418788314,0.075646281,1,1,1,1,1,0.000337823,0.527772665,0.711678803,1,1,1,1,1,0,0.395201713,0.646689222,0.646710387,0.646719858
-7934,1,0.3522,1,1,1,1,1,1,1,1,0.0012,0.3522,0.2887,1,0.2894,1,1,1,1,1,1,0,0.2894,0.3133,1,0.6152,1,1,1,0,0.6152,0.3002,1,1,1,1,1,0.000195095,0.469936907,0.282814294,1,1,1,1,1,0.000346163,0.460226595,1,1,1,1,1,1,0,0.331712306,0.643003867,0.642902475,0.643173759
-7935,1,0.3525,1,1,1,1,1,1,1,1,0.0032,0.3525,0.1717,1,0.2895,1,1,1,1,1,1,0,0.2895,0.1924,1,0.6152,1,1,1,0.0005,0.6152,0.1921,1,1,1,1,1,0.000347156,0.327512324,0.374575913,1,1,1,1,1,0.000449425,0.331259072,0.995916247,1,1,1,1,1,0.00013351,0.279971123,0.651280812,0.651364502,0.651595745
-7936,1,0.3529,1,1,1,1,1,1,1,1,0.0015,0.3529,0,1,0.2896,1,1,1,1,1,1,0,0.2896,0,1,0.6153,1,1,1,0,0.6153,0,1,1,1,1,1,0.000685094,0,0.865818143,1,1,1,1,1,0.001011067,0,1,1,1,1,1,1,3.63E-07,0,0.6959884,0.696001692,0.696365248
-7937,1,0.3532,1,1,1,1,1,1,1,1,0.0032,0.3532,0,1,0.2897,1,1,1,1,1,1,0,0.2897,0,1,0.6153,1,1,1,0,0.6153,0,1,1,1,1,1,0.000753927,0,0.973924637,1,1,1,1,1,0.000993402,0,1,1,1,1,1,1,0,0,0.725531658,0.725618786,0.72606383
-7938,1,0.3535,1,1,1,1,1,1,1,1,0.0037,0.3535,0,1,0.2899,1,1,1,1,1,1,0,0.2899,0,1,0.6154,1,1,1,0,0.6154,0,1,1,1,1,1,0.00094837,0,0.994509459,1,1,1,1,1,0.001521005,0,1,1,1,1,1,1,1.90E-05,0,0.719973417,0.719906918,0.720301418
-7939,1,0.3539,1,1,1,1,1,1,1,1,0.0105,0.3539,0,1,0.29,1,1,1,1,1,1,0,0.29,0,1,0.6154,1,1,1,0.0001,0.6154,0,1,1,1,1,1,0.00151871,0,1,1,1,1,1,1,0.001989559,0,1,1,1,1,1,1,0.000774101,0,0.700700822,0.700655807,0.700797872
-7940,1,0.3542,1,1,1,1,1,1,1,1,0.0174,0.3542,0,1,0.2901,1,1,1,1,1,1,0,0.2901,0,1,0.6155,1,1,1,0.0004,0.6155,0,1,1,1,1,1,0.001624565,0,1,1,1,1,1,1,0.002567902,0,1,1,1,1,1,1,0.002497762,0,0.67037216,0.670404062,0.670656028
-7941,1,0.3545,1,1,1,1,1,1,1,1,0.0245,0.3545,0,1,0.2902,1,1,1,1,1,1,0,0.2902,0,1,0.6155,1,1,1,0.0006,0.6155,0,1,1,1,1,1,0.002331245,0,0.997259498,1,1,1,1,1,0.003383472,0,1,1,1,1,1,1,0.001938478,0,0.621858386,0.621747409,0.622340426
-7942,1,0.3549,1,1,1,1,1,1,1,1,0.0311,0.3549,0,1,0.2903,1,1,1,1,1,1,0,0.2903,0,1,0.6156,1,1,1,0.0011,0.6156,0,1,1,1,1,1,0.002415482,0,1,1,1,1,1,1,0.002645026,0,1,1,1,1,1,1,0.002490798,0,0.561261479,0.561243918,0.561170213
-7943,1,0.3552,1,1,1,1,1,1,1,1,0.033,0.3552,0,1,0.2904,1,1,1,1,1,1,0,0.2904,0,1,0.6156,1,1,1,0.0017,0.6156,0,1,1,1,1,1,0.002231756,0,1,1,1,1,1,1,0.001735809,0,1,1,1,1,1,1,0.00463824,0,0.507008217,0.506875397,0.507092199
-7944,1,0.3555,1,1,1,1,1,1,1,1,0.0402,0.3555,0,1,0.2905,1,1,1,1,1,1,0,0.2905,0,1,0.6157,1,1,1,0.0021,0.6157,0,1,1,1,1,1,0.003235244,0,1,1,1,1,1,1,0.002864446,0,1,1,1,1,1,1,0.006304348,0,0.471665056,0.471757986,0.471631206
-7945,1,0.3559,1,1,1,1,1,1,1,1,0.0671,0.3559,0,1,0.2907,1,1,1,1,1,1,0,0.2907,0,1,0.6157,1,1,1,0.0015,0.6157,0,1,1,1,1,1,0.005711064,0,1,1,1,1,1,1,0.004851548,0,1,1,1,1,1,1,0.00516984,0,0.452875785,0.452718426,0.453014184
-7946,1,0.3562,1,1,1,1,1,1,1,1,0.0672,0.3562,0,1,0.2908,1,1,1,1,1,1,0,0.2908,0,1,0.6157,1,1,1,0.0026,0.6157,0,1,1,1,1,1,0.004902418,0,1,1,1,1,1,1,0.003734391,0,1,1,1,1,1,1,0.009447602,0,0.445202997,0.445102602,0.445035461
-7947,1,0.3566,1,1,1,1,1,1,1,1,0.0922,0.3566,0,1,0.2909,1,1,1,1,1,1,0,0.2909,0,1,0.6158,1,1,1,0.0057,0.6158,0,1,1,1,1,1,0.008653584,0,1,1,1,1,1,1,0.003451632,0,1,1,1,1,1,1,0.020964867,0,0.445082165,0.445102602,0.445035461
-7948,1,0.3569,1,1,1,1,1,1,1,1,0.0933,0.3569,0,1,0.291,1,1,1,1,1,1,0,0.291,0,1,0.6158,1,1,1,0.0076,0.6158,0,1,1,1,1,1,0.007520034,0,0.940527022,1,1,1,1,1,0.003968705,0,1,1,1,1,1,1,0.018550284,0,0.459098598,0.459064946,0.459219858
-7949,1,0.3572,1,1,1,1,1,1,1,1,0.0914,0.3572,0,1,0.2911,1,1,1,1,1,1,0,0.2911,0,1,0.6159,1,1,1,0.0101,0.6159,0,1,1,1,1,1,0.008136377,0,0.957997084,1,1,1,1,1,0.001861324,0,1,1,1,1,1,1,0.020571366,0,0.503383277,0.503490586,0.503546099
-7950,1,0.3576,1,1,1,1,1,1,1,1,0.0831,0.3576,0,1,0.2912,1,1,1,1,1,1,0,0.2912,0,1,0.6159,1,1,1,0.0204,0.6159,0,1,1,1,1,1,0.007600174,0,0.951696277,1,1,1,1,1,0.00532535,0,1,1,1,1,1,1,0.030098235,0,0.584400677,0.584514491,0.584219858
-7951,1,0.3579,1,1,1,1,1,1,1,1,0.0824,0.3579,0,1,0.2913,1,1,1,1,1,1,0,0.2913,0,1,0.616,1,1,1,0.0271,0.616,0,1,1,1,1,1,0.004530646,0,1,1,1,1,1,1,0.001071922,0,1,1,1,1,1,1,0.03908335,0,0.627174964,0.627247726,0.627216312
-7952,1,0.3582,1,1,1,1,1,1,1,1,0.0819,0.3582,0.1982,1,0.2915,1,1,1,1,1,1,0,0.2915,0.2372,1,0.616,1,1,1,0.0244,0.616,0.1528,1,1,1,1,1,0.004872135,0.359610915,1,1,1,1,1,1,0.001096228,0.441714257,0.928134382,1,1,1,1,1,0.03934633,0.212462723,0.631887385,0.63190184,0.632092199
-7953,1,0.3586,1,1,1,1,1,1,1,1,0.137,0.3586,0.3702,1,0.2916,1,1,1,1,1,1,0,0.2916,0.443,1,0.6161,1,1,1,0.017,0.6161,0.3592,1,1,1,1,1,0.009902422,0.559364676,1,1,1,1,1,1,0.002900195,0.684637785,0.998075128,1,1,1,1,1,0.03671243,0.47113663,0.632974867,0.632959594,0.632978723
-7954,1,0.3589,1,1,1,1,1,1,1,1,0.1429,0.3589,0.4604,1,0.2917,1,1,1,1,1,1,0,0.2917,0.5472,1,0.6161,1,1,1,0.0206,0.6161,0.4321,1,1,1,1,1,0.011367219,0.686387718,1,1,1,1,1,1,0.005874466,0.753449857,0.848225951,1,1,1,1,1,0.037670474,0.579038322,0.634847753,0.634651999,0.635195035
-7955,1,0.3592,1,1,1,1,1,1,1,1,0.1575,0.3592,0.5011,1,0.2918,1,1,1,1,1,1,0,0.2918,0.5775,1,0.6162,1,1,1,0.0233,0.6162,0.4239,1,1,1,1,1,0.013692169,0.757732749,1,1,1,1,1,1,0.004740882,0.817503333,0.955644548,1,1,1,1,1,0.044498149,0.594207525,0.629893668,0.629786334,0.629875887
-7956,1,0.3596,1,1,1,1,1,1,1,1,0.1512,0.3596,0.5173,1,0.2919,1,1,1,1,1,1,0,0.2919,0.5742,1,0.6162,1,1,1,0.0097,0.6162,0.4609,1,1,1,1,1,0.012560264,0.764957786,1,1,1,1,1,1,0.003897096,0.78637439,0.91402781,1,1,1,1,1,0.025262492,0.592677712,0.622160464,0.62217051,0.622340426
-7957,1,0.3599,1,1,1,1,1,1,1,1,0.142,0.3599,0.5058,1,0.292,1,1,1,1,1,1,0.0686,0.292,0.4846,1,0.6162,1,1,1,0.0069,0.6162,0.3962,1,1,1,1,1,0.018030934,0.675923228,1,1,1,1,1,1,0.060591135,0.681280792,0.800402939,1,1,1,1,1,0.021184182,0.610819578,0.620287579,0.620266554,0.620567376
-7958,1,0.3602,1,1,1,1,1,1,1,1,0.1123,0.3602,0.3876,1,0.2922,1,1,1,1,1,1,0.13,0.2922,0.3915,1,0.6163,1,1,1,0.0046,0.6163,0.3179,1,1,1,1,1,0.044280976,0.534172833,0.994559169,1,1,1,1,1,0.117472827,0.571766794,0.758722842,1,1,1,1,1,0.010342414,0.475621462,0.618716771,0.618574149,0.618794326
-7959,1,0.3606,1,1,1,1,1,1,1,1,0.0682,0.3606,0.1969,1,0.2923,1,1,1,1,1,1,0.076,0.2923,0.2302,1,0.6163,1,1,1,0.0036,0.6163,0.1341,1,1,1,1,1,0.028263077,0.31889388,0.92244792,1,1,1,1,1,0.081912547,0.370800614,0.923306882,1,1,1,1,1,0.007370892,0.211537391,0.62777912,0.627670827,0.628102837
-7960,1,0.3609,1,1,1,1,1,1,1,1,0.0262,0.3609,0,1,0.2924,1,1,1,1,1,1,0.0847,0.2924,0.0021,1,0.6164,1,1,1,0.003,0.6164,0,1,1,1,1,1,0.003294965,0,0.79864496,1,1,1,1,1,0.095803112,0.013348263,0.713668883,1,1,1,1,1,0.005356252,0,0.676897052,0.676750582,0.677304965
-7961,1,0.3613,1,1,1,1,1,1,1,1,0.0083,0.3613,0,1,0.2925,1,1,1,1,1,1,0.0449,0.2925,0,1,0.6164,1,1,1,0.0022,0.6164,0,1,1,1,1,1,0.001975568,0,0.627104759,1,1,1,1,1,0.044382736,0,0.437223852,1,1,1,1,1,0.004700871,0,0.716167231,0.716310556,0.716312057
-7962,1,0.3616,1,1,1,1,1,1,1,1,0.0089,0.3616,0,1,0.2926,1,1,1,1,1,1,0.0339,0.2926,0,1,0.6165,1,1,1,0.0016,0.6165,0,1,1,1,1,1,0.003874197,0,0.941429138,1,1,1,1,1,0.022209933,0,1,1,1,1,1,1,0.003850716,0,0.712179797,0.712079543,0.712322695
-7963,1,0.3619,1,1,1,1,1,1,1,1,0.0017,0.3619,0,1,0.2927,1,1,1,1,1,1,0.0023,0.2927,0,1,0.6165,1,1,1,0.0025,0.6165,0,1,1,1,1,1,0.001709126,0,0.928272843,1,1,1,1,1,0.004971771,0,1,1,1,1,1,1,0.002790326,0,0.696471725,0.696424794,0.696365248
-7964,1,0.3623,1,1,1,1,1,1,1,1,0.0009,0.3623,0,1,0.2928,1,1,1,1,1,1,0.0085,0.2928,0,1,0.6166,1,1,1,0.002,0.6166,0,1,1,1,1,1,0.00517818,0,0.926818967,1,1,1,1,1,0.008661659,0,1,1,1,1,1,1,0.001110072,0,0.671459642,0.671461815,0.671542553
-7965,1,0.3626,1,1,1,1,1,1,1,1,0.0036,0.3626,0,1,0.293,1,1,1,1,1,1,0.0039,0.293,0,1,0.6166,1,1,1,0.0009,0.6166,0,1,1,1,1,1,0.004705513,0,0.983213186,1,1,1,1,1,0.004060608,0,1,1,1,1,1,1,0.000999362,0,0.62862494,0.62872858,0.628989362
-7966,1,0.3629,1,1,1,1,1,1,1,1,0.0045,0.3629,0,1,0.2931,1,1,1,1,1,1,0,0.2931,0,1,0.6167,1,1,1,0,0.6167,0,1,1,1,1,1,0.001188291,0,1,1,1,1,1,1,0.001474489,0,1,1,1,1,1,1,0.000633273,0,0.570202997,0.570129046,0.570478723
-7967,1,0.3633,1,1,1,1,1,1,1,1,0.0107,0.3633,0,1,0.2932,1,1,1,1,1,1,0.0166,0.2932,0,1,0.6167,1,1,1,0.0091,0.6167,0,1,1,1,1,1,0.009813362,0,1,1,1,1,1,1,0.015846362,0,1,1,1,1,1,1,0.011114538,0,0.516795553,0.516818278,0.516843972
-7968,1,0.3636,1,1,1,1,1,1,1,1,0.0246,0.3636,0,1,0.2933,1,1,1,1,1,1,0.0332,0.2933,0,1,0.6167,1,1,1,0.0078,0.6167,0,1,1,1,1,1,0.019727848,0,1,1,1,1,1,1,0.027198892,0,1,1,1,1,1,1,0.015586227,0,0.482358627,0.482335519,0.482712766
-7969,1,0.3639,1,1,1,1,1,1,1,1,0.0264,0.3639,0,1,0.2934,1,1,1,1,1,1,0.05,0.2934,0,1,0.6168,1,1,1,0.0253,0.6168,0,1,1,1,1,1,0.021435797,0,0.952095509,1,1,1,1,1,0.038504388,0,1,1,1,1,1,1,0.045591634,0,0.46520058,0.465199915,0.465425532
-7970,1,0.3643,1,1,1,1,1,1,1,1,0.0589,0.3643,0,1,0.2935,1,1,1,1,1,1,0.0343,0.2935,0,1,0.6168,1,1,1,0.0745,0.6168,0,1,1,1,1,1,0.050195772,0,0.779764414,1,1,1,1,1,0.034627281,0,0.997670174,1,1,1,1,1,0.159016401,0,0.458011116,0.458007193,0.457890071
-7971,1,0.3646,1,1,1,1,1,1,1,1,0.0904,0.3646,0,1,0.2936,1,1,1,1,1,1,0.0226,0.2936,0,1,0.6169,1,1,1,0.0925,0.6169,0,1,1,1,1,1,0.077730633,0,0.908562005,1,1,1,1,1,0.019894971,0,1,1,1,1,1,1,0.203458309,0,0.458011116,0.458007193,0.457890071
-7972,1,0.365,1,1,1,1,1,1,1,1,0.0776,0.365,0,1,0.2938,1,1,1,1,1,1,0.0503,0.2938,0,1,0.6169,1,1,1,0.0656,0.6169,0,1,1,1,1,1,0.046216074,0,0.919531107,1,1,1,1,1,0.033551015,0,1,1,1,1,1,1,0.1622926,0,0.471121315,0.471123334,0.471187943
-7973,1,0.3653,1,1,1,1,1,1,1,1,0.0618,0.3653,0,1,0.2939,1,1,1,1,1,1,0.0292,0.2939,0,1,0.617,1,1,1,0.0645,0.617,0,1,1,1,1,1,0.025655974,0,0.964859009,1,1,1,1,1,0.017707666,0,0.99538219,1,1,1,1,1,0.196437225,0,0.516674722,0.516818278,0.516843972
-7974,1,0.3656,1,1,1,1,1,1,1,1,0.0751,0.3656,0,1,0.294,1,1,1,1,1,1,0.0231,0.294,0,1,0.617,1,1,1,0.0819,0.617,0,1,1,1,1,1,0.050168004,0,0.936433792,1,1,1,1,1,0.015188626,0,1,1,1,1,1,1,0.211016744,0,0.598175447,0.598265285,0.598404255
-7975,1,0.366,1,1,1,1,1,1,1,1,0.0287,0.366,0,1,0.2941,1,1,1,1,1,1,0.0036,0.2941,0,1,0.6171,1,1,1,0.0943,0.6171,0,1,1,1,1,1,0.006476776,0,0.762941778,1,1,1,1,1,0.006968148,0,1,1,1,1,1,1,0.238343596,0,0.636358144,0.636344404,0.636524823
-7976,1,0.3663,1,1,1,1,1,1,1,1,0.0258,0.3663,0.2668,1,0.2942,1,1,1,1,1,1,0.0092,0.2942,0.2687,1,0.6171,1,1,1,0.1119,0.6171,0.2368,1,1,1,1,1,0.003598949,0.464422435,0.766038239,1,1,1,1,1,0.008407624,0.459677547,1,1,1,1,1,1,0.278711766,0.509926081,0.636237313,0.636344404,0.636524823
-7977,1,0.3666,1,1,1,1,1,1,1,1,0.0413,0.3666,0.4708,1,0.2943,1,1,1,1,1,1,0.0173,0.2943,0.4733,1,0.6172,1,1,1,0.1647,0.6172,0.4354,1,1,1,1,1,0.01432699,0.70167309,0.817470789,1,1,1,1,1,0.01396546,0.723316014,1,1,1,1,1,1,0.299905956,0.751805246,0.631766554,0.63169029,0.632092199
-7978,1,0.367,1,1,1,1,1,1,1,1,0.0709,0.367,0.5885,1,0.2944,1,1,1,1,1,1,0.0898,0.2944,0.5933,1,0.6172,1,1,1,0.1963,0.6172,0.5316,1,1,1,1,1,0.053947426,0.788642585,0.634334624,1,1,1,1,1,0.068840235,0.805504918,1,1,1,1,1,1,0.328354299,0.86401999,0.629531174,0.629574783,0.629875887
-7979,1,0.3673,1,1,1,1,1,1,1,1,0.174,0.3673,0.5494,1,0.2946,1,1,1,1,1,1,0.1487,0.2946,0.5518,1,0.6172,1,1,1,0.1107,0.6172,0.5785,1,1,1,1,1,0.205626175,0.765419781,0.740343213,1,1,1,1,1,0.131630927,0.778113544,1,1,1,1,1,1,0.128068298,0.763928115,0.624818753,0.624709118,0.625
-7980,1,0.3676,1,1,1,1,1,1,1,1,0.1771,0.3676,0.5991,1,0.2947,1,1,1,1,1,1,0.1792,0.2947,0.6187,1,0.6173,1,1,1,0.1102,0.6173,0.5644,1,1,1,1,1,0.163758397,0.846621037,0.601433516,1,1,1,1,1,0.164409965,0.867444754,0.963032007,1,1,1,1,1,0.099141292,0.849762321,0.61539391,0.615400889,0.615691489
-7981,1,0.368,1,1,1,1,1,1,1,1,0.1901,0.368,0.5673,1,0.2948,1,1,1,1,1,1,0.1395,0.2948,0.623,1,0.6173,1,1,1,0.0536,0.6173,0.3852,1,1,1,1,1,0.194234967,0.835973382,0.38074398,1,1,1,1,1,0.134570226,0.860050976,0.726445019,1,1,1,1,1,0.042372137,0.712310553,0.612312711,0.612227629,0.61214539
-7982,1,0.3683,1,1,1,1,1,1,1,1,0.3151,0.3683,0.483,1,0.2949,1,1,1,1,1,1,0.1639,0.2949,0.5108,1,0.6174,1,1,1,0.0856,0.6174,0.2938,1,1,1,1,1,0.294510573,0.736957133,0.846963346,1,1,1,1,1,0.153256759,0.760489523,0.740511835,1,1,1,1,1,0.094070762,0.630657911,0.606875302,0.606727311,0.607269504
-7983,1,0.3686,1,1,1,1,1,1,1,1,0.2895,0.3686,0.3013,1,0.295,1,1,1,1,1,1,0.2157,0.295,0.3315,1,0.6174,1,1,1,0.0749,0.6174,0.1474,1,1,1,1,1,0.255280554,0.524096549,1,1,1,1,1,1,0.194539979,0.555805027,1,1,1,1,1,1,0.074296601,0.393051028,0.61400435,0.613920034,0.61391844
-7984,1,0.369,1,1,1,1,1,1,1,1,0.1978,0.369,0.0001,1,0.2951,1,1,1,1,1,1,0.1541,0.2951,0.0373,1,0.6175,1,1,1,0.0722,0.6175,0,1,1,1,1,1,0.163265258,0.002161963,0.917773485,1,1,1,1,1,0.132151753,0.157143638,1,1,1,1,1,1,0.122023106,0,0.661309812,0.661307383,0.661347518
-7985,1,0.3693,1,1,1,1,1,1,1,1,0.1466,0.3693,0,1,0.2953,1,1,1,1,1,1,0.0236,0.2953,0,1,0.6175,1,1,1,0.0548,0.6175,0,1,1,1,1,1,0.105798207,0,0.983268976,1,1,1,1,1,0.01867434,0,1,1,1,1,1,1,0.104961291,0,0.703902852,0.703829067,0.704343972
-7986,1,0.3697,1,1,1,1,1,1,1,1,0.1151,0.3697,0,1,0.2954,1,1,1,1,1,1,0.0645,0.2954,0,1,0.6176,1,1,1,0.0583,0.6176,0,1,1,1,1,1,0.072650917,0,0.985275507,1,1,1,1,1,0.052393522,0,1,1,1,1,1,1,0.11522463,0,0.706681972,0.706579226,0.707003546
-7987,1,0.37,1,1,1,1,1,1,1,1,0.1664,0.37,0,1,0.2955,1,1,1,1,1,1,0.0903,0.2955,0,1,0.6176,1,1,1,0.1108,0.6176,0,1,1,1,1,1,0.107901849,0,1,1,1,1,1,1,0.073086828,0,1,1,1,1,1,1,0.201553032,0,0.69278637,0.692828432,0.692819149
-7988,1,0.3703,1,1,1,1,1,1,1,1,0.2339,0.3703,0,1,0.2956,1,1,1,1,1,1,0.1271,0.2956,0,1,0.6177,1,1,1,0.1386,0.6177,0,1,1,1,1,1,0.173925221,0,0.988230586,1,1,1,1,1,0.101016745,0,1,1,1,1,1,1,0.282824278,0,0.665720155,0.665749947,0.665780142
-7989,1,0.3707,1,1,1,1,1,1,1,1,0.2096,0.3707,0,1,0.2957,1,1,1,1,1,1,0.1868,0.2957,0,1,0.6177,1,1,1,0.1464,0.6177,0,1,1,1,1,1,0.106887996,0,1,1,1,1,1,1,0.153780773,0,1,1,1,1,1,1,0.234562293,0,0.62179797,0.621747409,0.621897163
-7990,1,0.371,1,1,1,1,1,1,1,1,0.2268,0.371,0,1,0.2958,1,1,1,1,1,1,0.148,0.2958,0,1,0.6177,1,1,1,0.1523,0.6177,0,1,1,1,1,1,0.099941693,0,1,1,1,1,1,1,0.113740236,0,1,1,1,1,1,1,0.222852051,0,0.562469792,0.562513222,0.5625
-7991,1,0.3713,1,1,1,1,1,1,1,1,0.134,0.3713,0,1,0.2959,1,1,1,1,1,1,0.1089,0.2959,0,1,0.6178,1,1,1,0.2269,0.6178,0,1,1,1,1,1,0.05997204,0,1,1,1,1,1,1,0.082072712,0,1,1,1,1,1,1,0.409623981,0,0.507914451,0.507721599,0.507978723
-7992,1,0.3717,1,1,1,1,1,1,1,1,0.1011,0.3717,0,1,0.2961,1,1,1,1,1,1,0.1844,0.2961,0,1,0.6178,1,1,1,0.2395,0.6178,0,1,1,1,1,1,0.055277463,0,1,1,1,1,1,1,0.138651893,0,1,1,1,1,1,1,0.415652126,0,0.472631706,0.472815739,0.47251773
-7993,1,0.372,1,1,1,1,1,1,1,1,0.0842,0.372,0,1,0.2962,1,1,1,1,1,1,0.0878,0.2962,0,1,0.6179,1,1,1,0.2007,0.6179,0,1,1,1,1,1,0.05120606,0,1,1,1,1,1,1,0.059484947,0,1,1,1,1,1,1,0.354665965,0,0.454748671,0.454833933,0.454787234
-7994,1,0.3723,1,1,1,1,1,1,1,1,0.062,0.3723,0,1,0.2963,1,1,1,1,1,1,0.0373,0.2963,0,1,0.6179,1,1,1,0.2029,0.6179,0,1,1,1,1,1,0.055925112,0,0.999083877,1,1,1,1,1,0.024673734,0,1,1,1,1,1,1,0.359993517,0,0.446048816,0.445948805,0.445921986
-7995,1,0.3727,1,1,1,1,1,1,1,1,0.0661,0.3727,0,1,0.2964,1,1,1,1,1,1,0.0219,0.2964,0,1,0.618,1,1,1,0.1743,0.618,0,1,1,1,1,1,0.037397847,0,0.980601668,1,1,1,1,1,0.016180141,0,0.904518366,1,1,1,1,1,0.301030785,0,0.446592557,0.446583457,0.446808511
-7996,1,0.373,1,1,1,1,1,1,1,1,0.0432,0.373,0,1,0.2965,1,1,1,1,1,1,0.0165,0.2965,0,1,0.618,1,1,1,0.0985,0.618,0,1,1,1,1,1,0.034333844,0,0.683337569,1,1,1,1,1,0.012915779,0,0.725235403,1,1,1,1,1,0.173896983,0,0.460971484,0.460968902,0.460992908
-7997,1,0.3733,1,1,1,1,1,1,1,1,0.0431,0.3733,0,1,0.2966,1,1,1,1,1,1,0,0.2966,0,1,0.6181,1,1,1,0.0488,0.6181,0,1,1,1,1,1,0.035191678,0,0.468643188,1,1,1,1,1,0.000187557,0,0.446833491,1,1,1,1,1,0.078655705,0,0.506706138,0.506663846,0.506648936
-7998,1,0.3737,1,1,1,1,1,1,1,1,0.0533,0.3737,0,1,0.2967,1,1,1,1,1,1,0,0.2967,0,1,0.6181,1,1,1,0.0611,0.6181,0,1,1,1,1,1,0.034819394,0,0.115634903,1,1,1,1,1,0.000150668,0,0.08392147,1,1,1,1,1,0.081379801,0,0.586636056,0.586629998,0.58643617
-7999,1,0.374,1,1,1,1,1,1,1,1,0.0529,0.374,0,1,0.2969,1,1,1,1,1,1,0,0.2969,0,1,0.6182,1,1,1,0.0273,0.6182,0,1,1,1,1,1,0.032809034,0,0.136093721,1,1,1,1,1,0.00020233,0,0.073307864,1,1,1,1,1,0.040164284,0,0.627295795,0.627247726,0.627216312
-8000,1,0.3744,1,1,1,1,1,1,1,1,0.0701,0.3744,0.1993,1,0.297,1,1,1,1,1,1,0,0.297,0.1787,1,0.6182,1,1,1,0.0656,0.6182,0.2532,1,1,1,1,1,0.019227508,0.302115262,0.270216107,1,1,1,1,1,0.000218625,0.305932462,0.089328811,1,1,1,1,1,0.105091386,0.457827896,0.637264379,0.637402158,0.637411348
-8001,1,0.3747,1,1,1,1,1,1,1,1,0.1384,0.3747,0.38,1,0.2971,1,1,1,1,1,1,0.0032,0.2971,0.3826,1,0.6182,1,1,1,0.092,0.6182,0.4538,1,1,1,1,1,0.090710312,0.525112629,0.246423334,1,1,1,1,1,0.009029477,0.551130831,0.083473824,1,1,1,1,1,0.134892479,0.677278876,0.640164331,0.640152316,0.640514184
-8002,1,0.375,1,1,1,1,1,1,1,1,0.1702,0.375,0.4883,1,0.2972,1,1,1,1,1,1,0.0143,0.2972,0.4539,1,0.6183,1,1,1,0.0977,0.6183,0.5737,1,1,1,1,1,0.054718036,0.680359006,0.563368022,1,1,1,1,1,0.031933676,0.675427258,0.168307334,1,1,1,1,1,0.087819725,0.729031086,0.637868536,0.637825259,0.63785461
-8003,1,0.3754,1,1,1,1,1,1,1,1,0.1157,0.3754,0.5493,1,0.2973,1,1,1,1,1,1,0.0242,0.2973,0.5053,1,0.6183,1,1,1,0.0767,0.6183,0.6161,1,1,1,1,1,0.034887224,0.735138059,0.770965278,1,1,1,1,1,0.033688784,0.675959349,0.139800802,1,1,1,1,1,0.058212966,0.798017859,0.632914451,0.632959594,0.632978723
-8004,1,0.3757,1,1,1,1,1,1,1,1,0.0964,0.3757,0.5521,1,0.2974,1,1,1,1,1,1,0.0118,0.2974,0.4578,1,0.6184,1,1,1,0.0628,0.6184,0.6227,1,1,1,1,1,0.0247551,0.758300424,0.880878329,1,1,1,1,1,0.01610451,0.606686532,0.229424372,1,1,1,1,1,0.066636518,0.74461627,0.62681247,0.626824624,0.62677305
-8005,1,0.376,1,1,1,1,1,1,1,1,0.0424,0.376,0.5214,1,0.2976,1,1,1,1,1,1,0,0.2976,0.4155,1,0.6184,1,1,1,0.0662,0.6184,0.5834,1,1,1,1,1,0.008330446,0.688397884,0.602836728,1,1,1,1,1,0.003513793,0.598895252,0.314669669,1,1,1,1,1,0.071469717,0.77815187,0.625,0.625132219,0.625
-8006,1,0.3764,1,1,1,1,1,1,1,1,0.06,0.3764,0.4105,1,0.2977,1,1,1,1,1,1,0,0.2977,0.375,1,0.6185,1,1,1,0.0434,0.6185,0.4424,1,1,1,1,1,0.016444361,0.568004489,0.567695975,1,1,1,1,1,0.003959684,0.546385705,0.404798985,1,1,1,1,1,0.04692426,0.692486465,0.623006283,0.623016713,0.62322695
-8007,1,0.3767,1,1,1,1,1,1,1,1,0.0348,0.3767,0.2423,1,0.2978,1,1,1,1,1,1,0,0.2978,0.2447,1,0.6185,1,1,1,0.029,0.6185,0.2334,1,1,1,1,1,0.002933627,0.350288868,0.565878808,1,1,1,1,1,0.00206105,0.400614023,0.673835397,1,1,1,1,1,0.045116819,0.401211441,0.632612373,0.632748043,0.632978723
-8008,1,0.377,1,1,1,1,1,1,1,1,0.0237,0.377,0,1,0.2979,1,1,1,1,1,1,0.0045,0.2979,0.0002,1,0.6186,1,1,1,0.0021,0.6186,0,1,1,1,1,1,0.002807697,0,0.589396,1,1,1,1,1,0.009615107,0.001017286,0.545882523,1,1,1,1,1,0.001916001,0,0.681367811,0.681404696,0.681294326
-8009,1,0.3774,1,1,1,1,1,1,1,1,0.0207,0.3774,0,1,0.298,1,1,1,1,1,1,0,0.298,0,1,0.6186,1,1,1,0.0015,0.6186,0,1,1,1,1,1,0.001714308,0,0.548322082,1,1,1,1,1,0.003964115,0,0.579657376,1,1,1,1,1,0.003212306,0,0.707165297,0.707213878,0.707003546
-8010,1,0.3777,1,1,1,1,1,1,1,1,0.0094,0.3777,0,1,0.2981,1,1,1,1,1,1,0.0046,0.2981,0,1,0.6187,1,1,1,0.0043,0.6187,0,1,1,1,1,1,0.001135299,0,0.610456944,1,1,1,1,1,0.006693198,0,0.707265735,1,1,1,1,1,0.011343842,0,0.696109232,0.696001692,0.696365248
-8011,1,0.3781,1,1,1,1,1,1,1,1,0.011,0.3781,0,1,0.2982,1,1,1,1,1,1,0.0061,0.2982,0,1,0.6187,1,1,1,0.0072,0.6187,0,1,1,1,1,1,0.001173864,0,0.87074405,1,1,1,1,1,0.007448179,0,0.660263658,1,1,1,1,1,0.012948373,0,0.678286612,0.678231436,0.678634752
-8012,1,0.3784,1,1,1,1,1,1,1,1,0.0193,0.3784,0,1,0.2984,1,1,1,1,1,1,0.0402,0.2984,0,1,0.6187,1,1,1,0.0032,0.6187,0,1,1,1,1,1,0.003890026,0,0.997890174,1,1,1,1,1,0.03596662,0,1,1,1,1,1,1,0.004482383,0,0.655872402,0.655807066,0.656028369
-8013,1,0.3787,1,1,1,1,1,1,1,1,0.0105,0.3787,0,1,0.2985,1,1,1,1,1,1,0.0651,0.2985,0,1,0.6188,1,1,1,0.0052,0.6188,0,1,1,1,1,1,0.003398303,0,0.937602162,1,1,1,1,1,0.044520102,0,1,1,1,1,1,1,0.007472266,0,0.621616723,0.621747409,0.621897163
-8014,1,0.3791,1,1,1,1,1,1,1,1,0.0133,0.3791,0,1,0.2986,1,1,1,1,1,1,0.0559,0.2986,0,1,0.6188,1,1,1,0.0056,0.6188,0,1,1,1,1,1,0.001835574,0,0.984836459,1,1,1,1,1,0.040522061,0,1,1,1,1,1,1,0.011441329,0,0.573525858,0.573513857,0.574024823
-8015,1,0.3794,1,1,1,1,1,1,1,1,0.0112,0.3794,0,1,0.2987,1,1,1,1,1,1,0.0638,0.2987,0,1,0.6189,1,1,1,0.0071,0.6189,0,1,1,1,1,1,0.002040676,0,0.868629694,1,1,1,1,1,0.042349257,0,1,1,1,1,1,1,0.008816213,0,0.523682939,0.52379945,0.523492908
-8016,1,0.3797,1,1,1,1,1,1,1,1,0.0153,0.3797,0,1,0.2988,1,1,1,1,1,1,0.0449,0.2988,0,1,0.6189,1,1,1,0.0028,0.6189,0,1,1,1,1,1,0.00341149,0,0.726148844,1,1,1,1,1,0.02862199,0,1,1,1,1,1,1,0.005601436,0,0.485862736,0.48572033,0.485815603
-8017,1,0.3801,1,1,1,1,1,1,1,1,0.0185,0.3801,0,1,0.2989,1,1,1,1,1,1,0.0963,0.2989,0,1,0.619,1,1,1,0.0006,0.619,0,1,1,1,1,1,0.009689198,0,0.60728699,1,1,1,1,1,0.058640245,0,1,1,1,1,1,1,0.002875192,0,0.46381102,0.463719061,0.464095745
-8018,1,0.3804,1,1,1,1,1,1,1,1,0.0267,0.3804,0,1,0.299,1,1,1,1,1,1,0.1101,0.299,0,1,0.619,1,1,1,0.0014,0.619,0,1,1,1,1,1,0.008788262,0,0.648880959,1,1,1,1,1,0.081265256,0,1,1,1,1,1,1,0.00266632,0,0.453238279,0.453141527,0.453457447
-8019,1,0.3807,1,1,1,1,1,1,1,1,0.037,0.3807,0,1,0.2992,1,1,1,1,1,1,0.1211,0.2992,0,1,0.6191,1,1,1,0.0014,0.6191,0,1,1,1,1,1,0.005707949,0,0.885095716,1,1,1,1,1,0.098083682,0,1,1,1,1,1,1,0.003438647,0,0.449673755,0.449756717,0.449468085
-8020,1,0.3811,1,1,1,1,1,1,1,1,0.0351,0.3811,0,1,0.2993,1,1,1,1,1,1,0.1401,0.2993,0,1,0.6191,1,1,1,0.0017,0.6191,0,1,1,1,1,1,0.005603498,0,0.92850101,1,1,1,1,1,0.103956103,0,1,1,1,1,1,1,0.004923664,0,0.45378202,0.453776179,0.453900709
-8021,1,0.3814,1,1,1,1,1,1,1,1,0.0236,0.3814,0,1,0.2994,1,1,1,1,1,1,0.1422,0.2994,0,1,0.6192,1,1,1,0.001,0.6192,0,1,1,1,1,1,0.006799254,0,0.943481565,1,1,1,1,1,0.09818726,0,1,1,1,1,1,1,0.005382477,0,0.470879652,0.470911783,0.470744681
-8022,1,0.3817,1,1,1,1,1,1,1,1,0.0384,0.3817,0,1,0.2995,1,1,1,1,1,1,0.1394,0.2995,0,1,0.6192,1,1,1,0.0001,0.6192,0,1,1,1,1,1,0.011500474,0,1,1,1,1,1,1,0.103789188,0,1,1,1,1,1,1,0.006297767,0,0.505316578,0.505394542,0.505319149
-8023,1,0.3821,1,1,1,1,1,1,1,1,0.0156,0.3821,0,1,0.2996,1,1,1,1,1,1,0.1294,0.2996,0,1,0.6192,1,1,1,0.0003,0.6192,0,1,1,1,1,1,0.007472703,0,0.970999062,1,1,1,1,1,0.082212411,0,1,1,1,1,1,1,0.012668984,0,0.543801353,0.543685213,0.543882979
-8024,1,0.3824,1,1,1,1,1,1,1,1,0.0122,0.3824,0.2168,1,0.2997,1,1,1,1,1,1,0.1308,0.2997,0.2371,1,0.6193,1,1,1,0.0006,0.6193,0.1978,1,1,1,1,1,0.002717606,0.403877676,0.695376515,1,1,1,1,1,0.09022215,0.395360231,1,1,1,1,1,1,0.011959381,0.344021469,0.585911068,0.585783795,0.585992908
-8025,1,0.3828,1,1,1,1,1,1,1,1,0.0137,0.3828,0.3862,1,0.2998,1,1,1,1,1,1,0.0937,0.2998,0.3842,1,0.6193,1,1,1,0.0009,0.6193,0.3727,1,1,1,1,1,0.003614467,0.565143347,0.65967834,1,1,1,1,1,0.07327199,0.529287934,0.892986655,1,1,1,1,1,0.013783034,0.576927781,0.61358144,0.613708483,0.61391844
-8026,1,0.3831,1,1,1,1,1,1,1,1,0.0125,0.3831,0.4511,1,0.3,1,1,1,1,1,1,0.0721,0.3,0.4481,1,0.6194,1,1,1,0.0011,0.6194,0.4929,1,1,1,1,1,0.003912589,0.628446877,0.601409316,1,1,1,1,1,0.055301212,0.669122756,0.983537197,1,1,1,1,1,0.015142618,0.656270921,0.626329145,0.626401523,0.62677305
-8027,1,0.3834,1,1,1,1,1,1,1,1,0.0196,0.3834,0.4476,1,0.3001,1,1,1,1,1,1,0.0748,0.3001,0.4967,1,0.6194,1,1,1,0.0009,0.6194,0.5091,1,1,1,1,1,0.004069768,0.637056112,0.973421574,1,1,1,1,1,0.059699766,0.710929751,1,1,1,1,1,1,0.009650775,0.641759694,0.627839536,0.627670827,0.628102837
-8028,1,0.3838,1,1,1,1,1,1,1,1,0.0174,0.3838,0.4533,1,0.3002,1,1,1,1,1,1,0.0606,0.3002,0.4988,1,0.6195,1,1,1,0.0019,0.6195,0.5396,1,1,1,1,1,0.002147167,0.642902792,0.97332108,1,1,1,1,1,0.046346858,0.702866554,0.977036715,1,1,1,1,1,0.010156386,0.704708636,0.625060416,0.625132219,0.625
-8029,1,0.3841,1,1,1,1,1,1,1,1,0.014,0.3841,0.437,1,0.3003,1,1,1,1,1,1,0.0189,0.3003,0.4838,1,0.6195,1,1,1,0.0019,0.6195,0.4928,1,1,1,1,1,0.002754359,0.629520178,0.993482709,1,1,1,1,1,0.020878598,0.700867891,0.969573617,1,1,1,1,1,0.004441852,0.669581473,0.619139681,0.61899725,0.619237589
-8030,1,0.3844,1,1,1,1,1,1,1,1,0.0138,0.3844,0.4112,1,0.3004,1,1,1,1,1,1,0.0605,0.3004,0.4464,1,0.6196,1,1,1,0.0007,0.6196,0.3915,1,1,1,1,1,0.002724347,0.610622406,0.994381726,1,1,1,1,1,0.041327588,0.597175896,0.897678018,1,1,1,1,1,0.00668634,0.580035746,0.614910585,0.614977787,0.615248227
-8031,1,0.3848,1,1,1,1,1,1,1,1,0.0062,0.3848,0.275,1,0.3005,1,1,1,1,1,1,0.0455,0.3005,0.2983,1,0.6196,1,1,1,0.001,0.6196,0.2317,1,1,1,1,1,0.002651485,0.454796374,0.990636587,1,1,1,1,1,0.034805641,0.46378231,1,1,1,1,1,1,0.007807089,0.404765755,0.622583374,0.622593611,0.622783688
-8032,1,0.3851,1,1,1,1,1,1,1,1,0.0203,0.3851,0,1,0.3007,1,1,1,1,1,1,0.0748,0.3007,0.0032,1,0.6197,1,1,1,0.0016,0.6197,0,1,1,1,1,1,0.002558937,0,0.998815298,1,1,1,1,1,0.050621141,0.013750124,1,1,1,1,1,1,0.008028422,0,0.664209763,0.664269092,0.664450355
-8033,1,0.3854,1,1,1,1,1,1,1,1,0.0213,0.3854,0,1,0.3008,1,1,1,1,1,1,0.0503,0.3008,0,1,0.6197,1,1,1,0.0045,0.6197,0,1,1,1,1,1,0.002318556,0,0.998673558,1,1,1,1,1,0.037286069,0,1,1,1,1,1,1,0.020398438,0,0.682274045,0.682250899,0.682624113
-8034,1,0.3858,1,1,1,1,1,1,1,1,0.0136,0.3858,0,1,0.3009,1,1,1,1,1,1,0.0229,0.3009,0,1,0.6197,1,1,1,0.0043,0.6197,0,1,1,1,1,1,0.00157038,0,0.998547435,1,1,1,1,1,0.021279048,0,1,1,1,1,1,1,0.022987802,0,0.671036733,0.671038714,0.671099291
-8035,1,0.3861,1,1,1,1,1,1,1,1,0.0036,0.3861,0,1,0.301,1,1,1,1,1,1,0.0501,0.301,0,1,0.6198,1,1,1,0.0038,0.6198,0,1,1,1,1,1,0.001323135,0,0.990072489,1,1,1,1,1,0.03325516,0,1,1,1,1,1,1,0.019312797,0,0.649166264,0.649248995,0.649379433
-8036,1,0.3864,1,1,1,1,1,1,1,1,0.0036,0.3864,0,1,0.3011,1,1,1,1,1,1,0.0469,0.3011,0,1,0.6198,1,1,1,0.0033,0.6198,0,1,1,1,1,1,0.001077113,0,0.908829808,1,1,1,1,1,0.031395935,0,1,1,1,1,1,1,0.019601852,0,0.626872885,0.626824624,0.62677305
-8037,1,0.3868,1,1,1,1,1,1,1,1,0.0082,0.3868,0,1,0.3012,1,1,1,1,1,1,0.0678,0.3012,0,1,0.6199,1,1,1,0.0077,0.6199,0,1,1,1,1,1,0.003749341,0,0.914810538,1,1,1,1,1,0.045697365,0,1,1,1,1,1,1,0.035153903,0,0.596121315,0.596149778,0.596187943
-8038,1,0.3871,1,1,1,1,1,1,1,1,0.0029,0.3871,0,1,0.3013,1,1,1,1,1,1,0.0863,0.3013,0,1,0.6199,1,1,1,0.0069,0.6199,0,1,1,1,1,1,0.001266111,0,0.812467694,1,1,1,1,1,0.055918284,0,0.821455836,1,1,1,1,1,0.027383484,0,0.553467859,0.553628094,0.553634752
-8039,1,0.3875,1,1,1,1,1,1,1,1,0.0014,0.3875,0,1,0.3015,1,1,1,1,1,1,0.066,0.3015,0,1,0.62,1,1,1,0.0104,0.62,0,1,1,1,1,1,0.001159523,0,0.699967623,1,1,1,1,1,0.050853927,0,0.507976472,1,1,1,1,1,0.042763848,0,0.50682697,0.506663846,0.506648936
-8040,1,0.3878,1,1,1,1,1,1,1,1,0.0005,0.3878,0,1,0.3016,1,1,1,1,1,1,0.0347,0.3016,0,1,0.62,1,1,1,0.0171,0.62,0,1,1,1,1,1,0.000635983,0,0.616112649,1,1,1,1,1,0.032036941,0,0.182362586,1,1,1,1,1,0.063151166,0,0.470517158,0.470488682,0.470301418
-8041,1,0.3881,1,1,1,1,1,1,1,1,0.0007,0.3881,0,1,0.3017,1,1,1,1,1,1,0.0364,0.3017,0,1,0.6201,1,1,1,0.0149,0.6201,0,1,1,1,1,1,0.000354798,0,0.508544564,1,1,1,1,1,0.032986216,0,0.047037438,1,1,1,1,1,0.066018768,0,0.447740454,0.44764121,0.447695035
-8042,1,0.3885,1,1,1,1,1,1,1,1,0.0016,0.3885,0,1,0.3018,1,1,1,1,1,1,0.0428,0.3018,0,1,0.6201,1,1,1,0.0139,0.6201,0,1,1,1,1,1,0.000417392,0,0.443958491,1,1,1,1,1,0.034662239,0,0.001617801,1,1,1,1,1,0.069218226,0,0.434207347,0.434101967,0.434397163
-8043,1,0.3888,1,1,1,1,1,1,1,1,0.0023,0.3888,0,1,0.3019,1,1,1,1,1,1,0.0338,0.3019,0,1,0.6202,1,1,1,0.0194,0.6202,0,1,1,1,1,1,0.000474352,0,0.285038263,1,1,1,1,1,0.019713081,0,0.011062828,1,1,1,1,1,0.084987566,0,0.427984534,0.427966998,0.428191489
-8044,1,0.3891,1,1,1,1,1,1,1,1,0.0021,0.3891,0,1,0.302,1,1,1,1,1,1,0.0082,0.302,0,1,0.6202,1,1,1,0.0211,0.6202,0,1,1,1,1,1,0.000508982,0,0.229180574,1,1,1,1,1,0.007088856,0,0.019018326,1,1,1,1,1,0.096185684,0,0.428528275,0.42860165,0.428634752
-8045,1,0.3895,1,1,1,1,1,1,1,1,0.0033,0.3895,0,1,0.3021,1,1,1,1,1,1,0.0037,0.3021,0,1,0.6202,1,1,1,0.03,0.6202,0,1,1,1,1,1,0.000637171,0,0.197113723,1,1,1,1,1,0.006211583,0,0.01629398,1,1,1,1,1,0.092285797,0,0.438919768,0.438756082,0.438829787
-8046,1,0.3898,1,1,1,1,1,1,1,1,0.0092,0.3898,0,1,0.3023,1,1,1,1,1,1,0,0.3023,0,1,0.6203,1,1,1,0.0433,0.6203,0,1,1,1,1,1,0.000170374,0,0.233410209,1,1,1,1,1,0.000974515,0,0.035529319,1,1,1,1,1,0.119747564,0,0.461092315,0.460968902,0.460992908
-8047,1,0.3901,1,1,1,1,1,1,1,1,0.0104,0.3901,0,1,0.3024,1,1,1,1,1,1,0,0.3024,0,1,0.6203,1,1,1,0.0602,0.6203,0,1,1,1,1,1,0.000654606,0,0.222923055,1,1,1,1,1,0.001616157,0,0.01789555,1,1,1,1,1,0.14885357,0,0.48942726,0.489528242,0.489361702
-8048,1,0.3905,1,1,1,1,1,1,1,1,0.0156,0.3905,0.1184,1,0.3025,1,1,1,1,1,1,0,0.3025,0.0845,1,0.6204,1,1,1,0.054,0.6204,0.1269,1,1,1,1,1,0.000392988,0.181715071,0.128145799,1,1,1,1,1,0.000101102,0.094282977,0.022080107,1,1,1,1,1,0.135063767,0.358570218,0.52797245,0.527818913,0.527925532
-8049,1,0.3908,1,1,1,1,1,1,1,1,0.0218,0.3908,0.2778,1,0.3026,1,1,1,1,1,1,0,0.3026,0.2591,1,0.6204,1,1,1,0.0638,0.6204,0.2618,1,1,1,1,1,0.001975368,0.36354062,0.159274429,1,1,1,1,1,0.000175652,0.366459906,0.153609678,1,1,1,1,1,0.175852597,0.545579493,0.556065732,0.555955151,0.556294326
-8050,1,0.3912,1,1,1,1,1,1,1,1,0.0146,0.3912,0.3585,1,0.3027,1,1,1,1,1,1,0,0.3027,0.3346,1,0.6205,1,1,1,0.0583,0.6205,0.3322,1,1,1,1,1,0.001502549,0.461230397,0.306977004,1,1,1,1,1,0,0.485713601,0.301096886,1,1,1,1,1,0.139962703,0.708013952,0.568753021,0.568648191,0.569148936
-8051,1,0.3915,1,1,1,1,1,1,1,1,0.008,0.3915,0.3238,1,0.3028,1,1,1,1,1,1,0.0034,0.3028,0.3968,1,0.6205,1,1,1,0.0496,0.6205,0.3976,1,1,1,1,1,0.000999125,0.453944713,0.456691682,1,1,1,1,1,0.008250781,0.568539321,0.513457358,1,1,1,1,1,0.139126673,0.718810618,0.572861286,0.572667654,0.573138298
-8052,1,0.3918,1,1,1,1,1,1,1,1,0.0095,0.3918,0.3411,1,0.3029,1,1,1,1,1,1,0.0091,0.3029,0.3904,1,0.6206,1,1,1,0.0591,0.6206,0.4344,1,1,1,1,1,0.001858462,0.55963093,0.482562482,1,1,1,1,1,0.008697793,0.548029304,0.248004705,1,1,1,1,1,0.173222095,0.738773167,0.57322378,0.573302306,0.57358156
-8053,1,0.3922,1,1,1,1,1,1,1,1,0.0231,0.3922,0.3405,1,0.3031,1,1,1,1,1,1,0.0511,0.3031,0.4161,1,0.6206,1,1,1,0.0434,0.6206,0.3489,1,1,1,1,1,0.022166539,0.573268235,0.553833663,1,1,1,1,1,0.039669961,0.602113247,0.156569123,1,1,1,1,1,0.188505873,0.666517079,0.566940551,0.566955786,0.567375887
-8054,1,0.3925,1,1,1,1,1,1,1,1,0.0474,0.3925,0.286,1,0.3032,1,1,1,1,1,1,0.025,0.3032,0.324,1,0.6207,1,1,1,0.0679,0.6207,0.2041,1,1,1,1,1,0.027682822,0.450496793,0.528918922,1,1,1,1,1,0.02522154,0.392134309,0.049204979,1,1,1,1,1,0.199159145,0.550594509,0.561321895,0.561243918,0.561170213
-8055,1,0.3928,1,1,1,1,1,1,1,1,0.0673,0.3928,0.1028,1,0.3033,1,1,1,1,1,1,0.0506,0.3033,0.1612,1,0.6207,1,1,1,0.0501,0.6207,0.0995,1,1,1,1,1,0.042419344,0.156375334,0.46099782,1,1,1,1,1,0.05359247,0.225194097,0.192497388,1,1,1,1,1,0.192413032,0.362255186,0.569417593,0.569494394,0.569592199
-8056,1,0.3932,1,1,1,1,1,1,1,1,0.0542,0.3932,0,1,0.3034,1,1,1,1,1,1,0.0433,0.3034,0.0001,1,0.6208,1,1,1,0.0453,0.6208,0,1,1,1,1,1,0.02146784,0,0.779996634,1,1,1,1,1,0.036497425,0.001765464,0.292726159,1,1,1,1,1,0.126170978,0,0.625302078,0.62534377,0.625443262
-8057,1,0.3935,1,1,1,1,1,1,1,1,0.052,0.3935,0,1,0.3035,1,1,1,1,1,1,0.0428,0.3035,0,1,0.6208,1,1,1,0.0402,0.6208,0,1,1,1,1,1,0.012769416,0,0.64002502,1,1,1,1,1,0.035226628,0,0.307362586,1,1,1,1,1,0.111741915,0,0.659557757,0.659614978,0.66001773
-8058,1,0.3938,1,1,1,1,1,1,1,1,0.0817,0.3938,0,1,0.3036,1,1,1,1,1,1,0.0416,0.3036,0,1,0.6208,1,1,1,0.0507,0.6208,0,1,1,1,1,1,0.037953775,0,0.499738991,1,1,1,1,1,0.029602997,0,0.483751357,1,1,1,1,1,0.097798005,0,0.652126631,0.651999154,0.652039007
-8059,1,0.3942,1,1,1,1,1,1,1,1,0.1754,0.3942,0,1,0.3038,1,1,1,1,1,1,0.0584,0.3038,0,1,0.6209,1,1,1,0.0487,0.6209,0,1,1,1,1,1,0.084502362,0,0.20044668,1,1,1,1,1,0.045408919,0,0.522212029,1,1,1,1,1,0.112339266,0,0.633699855,0.633805796,0.633865248
-8060,1,0.3945,1,1,1,1,1,1,1,1,0.2236,0.3945,0,1,0.3039,1,1,1,1,1,1,0.0794,0.3039,0,1,0.6209,1,1,1,0.0409,0.6209,0,1,1,1,1,1,0.116973497,0,0.290713459,1,1,1,1,1,0.07249558,0,1,1,1,1,1,1,0.118460461,0,0.60621073,0.606092659,0.606382979
-8061,1,0.3948,1,1,1,1,1,1,1,1,0.1688,0.3948,0,1,0.304,1,1,1,1,1,1,0.038,0.304,0,1,0.621,1,1,1,0.057,0.621,0,1,1,1,1,1,0.075715043,0,0.354499698,1,1,1,1,1,0.026709819,0,1,1,1,1,1,1,0.107340917,0,0.562167714,0.562090121,0.562056738
-8062,1,0.3952,1,1,1,1,1,1,1,1,0.2538,0.3952,0,1,0.3041,1,1,1,1,1,1,0.0646,0.3041,0,1,0.621,1,1,1,0.0519,0.621,0,1,1,1,1,1,0.121751003,0,0.821005106,1,1,1,1,1,0.05231148,0,1,1,1,1,1,1,0.095547527,0,0.507854036,0.507721599,0.507978723
-8063,1,0.3955,1,1,1,1,1,1,1,1,0.1812,0.3955,0,1,0.3042,1,1,1,1,1,1,0.0687,0.3042,0,1,0.6211,1,1,1,0.092,0.6211,0,1,1,1,1,1,0.082899995,0,0.814428449,1,1,1,1,1,0.056019779,0,1,1,1,1,1,1,0.097788475,0,0.457769454,0.457795642,0.457890071
-8064,1,0.3959,1,1,1,1,1,1,1,1,0.2182,0.3959,0,1,0.3043,1,1,1,1,1,1,0.0308,0.3043,0,1,0.6211,1,1,1,0.1184,0.6211,0,1,1,1,1,1,0.062775739,0,0.978566587,1,1,1,1,1,0.033517685,0,1,1,1,1,1,1,0.126644164,0,0.42442001,0.424370637,0.424202128
-8065,1,0.3962,1,1,1,1,1,1,1,1,0.198,0.3962,0,1,0.3044,1,1,1,1,1,1,0.0179,0.3044,0,1,0.6212,1,1,1,0.074,0.6212,0,1,1,1,1,1,0.049918249,0,0.947070241,1,1,1,1,1,0.024187725,0,1,1,1,1,1,1,0.120152786,0,0.406536974,0.406600381,0.406471631
-8066,1,0.3965,1,1,1,1,1,1,1,1,0.1542,0.3965,0,1,0.3046,1,1,1,1,1,1,0.0141,0.3046,0,1,0.6212,1,1,1,0.0454,0.6212,0,1,1,1,1,1,0.029963888,0,0.966142893,1,1,1,1,1,0.021981787,0,1,1,1,1,1,1,0.102622665,0,0.397353794,0.397292151,0.397163121
-8067,1,0.3969,1,1,1,1,1,1,1,1,0.109,0.3969,0,1,0.3047,1,1,1,1,1,1,0.0178,0.3047,0,1,0.6213,1,1,1,0.0315,0.6213,0,1,1,1,1,1,0.028075639,0,0.719452679,1,1,1,1,1,0.018329475,0,1,1,1,1,1,1,0.071434572,0,0.398139198,0.398138354,0.398492908
-8068,1,0.3972,1,1,1,1,1,1,1,1,0.0558,0.3972,0,1,0.3048,1,1,1,1,1,1,0.012,0.3048,0,1,0.6213,1,1,1,0.0175,0.6213,0,1,1,1,1,1,0.010546665,0,0.70341146,1,1,1,1,1,0.012253664,0,1,1,1,1,1,1,0.03074583,0,0.413243113,0.413158451,0.41356383
-8069,1,0.3975,1,1,1,1,1,1,1,1,0.0304,0.3975,0,1,0.3049,1,1,1,1,1,1,0.0025,0.3049,0,1,0.6213,1,1,1,0.0714,0.6213,0,1,1,1,1,1,0.006792941,0,0.696230531,1,1,1,1,1,0.0043069,0,0.918825984,1,1,1,1,1,0.150874168,0,0.459098598,0.459064946,0.459219858
-8070,1,0.3979,1,1,1,1,1,1,1,1,0.0129,0.3979,0,1,0.305,1,1,1,1,1,1,0,0.305,0,1,0.6214,1,1,1,0.092,0.6214,0,1,1,1,1,1,0.004417915,0,0.416866243,1,1,1,1,1,0.000792058,0,0.322450519,1,1,1,1,1,0.173278838,0,0.540840986,0.540723503,0.540780142
-8071,1,0.3982,1,1,1,1,1,1,1,1,0.0136,0.3982,0,1,0.3051,1,1,1,1,1,1,0.0131,0.3051,0,1,0.6214,1,1,1,0.0896,0.6214,0,1,1,1,1,1,0.007639706,0,0.418800592,1,1,1,1,1,0.009171158,0,0.392461538,1,1,1,1,1,0.191084117,0,0.579748671,0.579860377,0.580230496
-8072,1,0.3985,1,1,1,1,1,1,1,1,0.0176,0.3985,0.2628,1,0.3052,1,1,1,1,1,1,0.0362,0.3052,0.2456,1,0.6215,1,1,1,0.1216,0.6215,0.2121,1,1,1,1,1,0.011824801,0.441337556,0.199902028,1,1,1,1,1,0.029590903,0.428850114,0.142501831,1,1,1,1,1,0.280430555,0.455881268,0.584763171,0.584726042,0.584663121
-8073,1,0.3989,1,1,1,1,1,1,1,1,0.0587,0.3989,0.4358,1,0.3054,1,1,1,1,1,1,0.1578,0.3054,0.3773,1,0.6215,1,1,1,0.1273,0.6215,0.3864,1,1,1,1,1,0.035013717,0.629760265,0.148469672,1,1,1,1,1,0.122452959,0.527167618,0.142669633,1,1,1,1,1,0.243042365,0.69620508,0.587300628,0.58726465,0.587322695
-8074,1,0.3992,1,1,1,1,1,1,1,1,0.1269,0.3992,0.5505,1,0.3055,1,1,1,1,1,1,0.2571,0.3055,0.5166,1,0.6216,1,1,1,0.2134,0.6216,0.4892,1,1,1,1,1,0.097255513,0.726908922,0.555755734,1,1,1,1,1,0.178759143,0.727020323,0.211264402,1,1,1,1,1,0.341089606,0.800238431,0.589475592,0.589591707,0.589539007
-8075,1,0.3996,1,1,1,1,1,1,1,1,0.198,0.3996,0.6131,1,0.3056,1,1,1,1,1,1,0.283,0.3056,0.613,1,0.6216,1,1,1,0.2039,0.6216,0.4896,1,1,1,1,1,0.166995481,0.834115267,0.466091782,1,1,1,1,1,0.225928694,0.806526124,0.245320708,1,1,1,1,1,0.246264875,0.830564857,0.586756887,0.586629998,0.586879433
-8076,1,0.3999,1,1,1,1,1,1,1,1,0.2421,0.3999,0.609,1,0.3057,1,1,1,1,1,1,0.1785,0.3057,0.5938,1,0.6217,1,1,1,0.1916,0.6217,0.4856,1,1,1,1,1,0.238945857,0.81938839,0.332496971,1,1,1,1,1,0.15004167,0.793884516,0.437560201,1,1,1,1,1,0.217773631,0.801917255,0.582467376,0.582610535,0.582446809
-8077,1,0.4002,1,1,1,1,1,1,1,1,0.1284,0.4002,0.5835,1,0.3058,1,1,1,1,1,1,0.1321,0.3058,0.5508,1,0.6217,1,1,1,0.1175,0.6217,0.4488,1,1,1,1,1,0.145867199,0.796815097,0.241384119,1,1,1,1,1,0.109022588,0.699896872,0.316244006,1,1,1,1,1,0.136052132,0.781021178,0.579386177,0.579437275,0.579787234
-8078,1,0.4006,1,1,1,1,1,1,1,1,0.0924,0.4006,0.4465,1,0.3059,1,1,1,1,1,1,0.0878,0.3059,0.4246,1,0.6218,1,1,1,0.1171,0.6218,0.3761,1,1,1,1,1,0.135467559,0.628141522,0.161926925,1,1,1,1,1,0.070520125,0.598440826,0.273062825,1,1,1,1,1,0.139949545,0.66706717,0.574734171,0.574783161,0.574911348
-8079,1,0.4009,1,1,1,1,1,1,1,1,0.0298,0.4009,0.2661,1,0.3061,1,1,1,1,1,1,0.0527,0.3061,0.274,1,0.6218,1,1,1,0.1284,0.6218,0.1822,1,1,1,1,1,0.054384153,0.424513876,0.044385478,1,1,1,1,1,0.03433311,0.474387497,0.185199752,1,1,1,1,1,0.16677615,0.406904727,0.579567424,0.579648826,0.579787234
-8080,1,0.4012,1,1,1,1,1,1,1,1,0.0019,0.4012,0.0001,1,0.3062,1,1,1,1,1,1,0.0181,0.3062,0.0198,1,0.6218,1,1,1,0.0872,0.6218,0,1,1,1,1,1,0.003945172,0.00143416,0.036400799,1,1,1,1,1,0.012517048,0.089860931,0.034466229,1,1,1,1,1,0.120165557,0,0.631524891,0.63169029,0.631648936
-8081,1,0.4016,1,1,1,1,1,1,1,1,0,0.4016,0,1,0.3063,1,1,1,1,1,1,0.0038,0.3063,0,1,0.6219,1,1,1,0.0567,0.6219,0,1,1,1,1,1,0.000554239,0,0.027054768,1,1,1,1,1,0.002795312,0,0.024869896,1,1,1,1,1,0.10647665,0,0.680642823,0.680770044,0.680851064
-8082,1,0.4019,1,1,1,1,1,1,1,1,0,0.4019,0,1,0.3064,1,1,1,1,1,1,0,0.3064,0,1,0.6219,1,1,1,0.0338,0.6219,0,1,1,1,1,1,0.000194802,0,0.038406312,1,1,1,1,1,0,0,0.017717279,1,1,1,1,1,0.061741918,0,0.678105365,0.678019886,0.678191489
-8083,1,0.4022,1,1,1,1,1,1,1,1,0,0.4022,0,1,0.3065,1,1,1,1,1,1,0,0.3065,0,1,0.622,1,1,1,0.0277,0.622,0,1,1,1,1,1,6.21E-05,0,0.010675322,1,1,1,1,1,0,0,0.000287958,1,1,1,1,1,0.032842614,0,0.662216046,0.662153586,0.662234043
-8084,1,0.4026,1,1,1,1,1,1,1,1,0,0.4026,0,1,0.3066,1,1,1,1,1,1,0,0.3066,0,1,0.622,1,1,1,0.0101,0.622,0,1,1,1,1,1,7.68E-05,0,0.005115971,1,1,1,1,1,2.78E-05,0,0,1,1,1,1,1,0.010386864,0,0.635814403,0.635709752,0.63608156
-8085,1,0.4029,1,1,1,1,1,1,1,1,0.0003,0.4029,0,1,0.3067,1,1,1,1,1,1,0,0.3067,0,1,0.6221,1,1,1,0.0074,0.6221,0,1,1,1,1,1,0.000144716,0,0.001609203,1,1,1,1,1,0.000142523,0,0,1,1,1,1,1,0.010310348,0,0.591952634,0.591918765,0.592198582
-8086,1,0.4032,1,1,1,1,1,1,1,1,0.0012,0.4032,0,1,0.3069,1,1,1,1,1,1,0,0.3069,0,1,0.6221,1,1,1,0.0008,0.6221,0,1,1,1,1,1,2.95E-05,0,0,1,1,1,1,1,6.85E-05,0,0,1,1,1,1,1,0.001539906,0,0.532866119,0.532896129,0.533244681
-8087,1,0.4036,1,1,1,1,1,1,1,1,0.001,0.4036,0,1,0.307,1,1,1,1,1,1,0,0.307,0,1,0.6222,1,1,1,0,0.6222,0,1,1,1,1,1,4.20E-05,0,0.002001546,1,1,1,1,1,0.000113806,0,0,1,1,1,1,1,0.00051082,0,0.479639923,0.479585361,0.479609929
-8088,1,0.4039,1,1,1,1,1,1,1,1,0,0.4039,0,1,0.3071,1,1,1,1,1,1,0,0.3071,0,1,0.6222,1,1,1,0,0.6222,0,1,1,1,1,1,0,0,0,1,1,1,1,1,4.31E-05,0,0,1,1,1,1,1,0.001271246,0,0.443269696,0.443198646,0.443262411
-8089,1,0.4043,1,1,1,1,1,1,1,1,0,0.4043,0,1,0.3072,1,1,1,1,1,1,0,0.3072,0,1,0.6223,1,1,1,0,0.6223,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0.001308191,0,0.425628323,0.425639941,0.425531915
-8090,1,0.4046,1,1,1,1,1,1,1,1,0.0001,0.4046,0,1,0.3073,1,1,1,1,1,1,0,0.3073,0,1,0.6223,1,1,1,0,0.6223,0,1,1,1,1,1,2.53E-05,0,0,1,1,1,1,1,0.001049686,0,0,1,1,1,1,1,0.002859297,0,0.418620106,0.418658769,0.418439716
-8091,1,0.4049,1,1,1,1,1,1,1,1,0,0.4049,0,1,0.3074,1,1,1,1,1,1,0,0.3074,0,1,0.6223,1,1,1,0,0.6223,0,1,1,1,1,1,3.75E-05,0,0,1,1,1,1,1,0.000843175,0,0.01818246,1,1,1,1,1,0.003185493,0,0.417895118,0.417812566,0.417553191
-8092,1,0.4053,1,1,1,1,1,1,1,1,0,0.4053,0,1,0.3075,1,1,1,1,1,1,0,0.3075,0,1,0.6224,1,1,1,0,0.6224,0,1,1,1,1,1,9.10E-06,0,0,1,1,1,1,1,0.00337108,0,0,1,1,1,1,1,0.000214354,0,0.432455292,0.432621113,0.432624113
-8093,1,0.4056,1,1,1,1,1,1,1,1,0,0.4056,0,1,0.3077,1,1,1,1,1,1,0,0.3077,0,1,0.6224,1,1,1,0.0003,0.6224,0,1,1,1,1,1,1.40E-05,0,0.001903127,1,1,1,1,1,0.000907836,0,0,1,1,1,1,1,0.001668636,0,0.478069116,0.477892955,0.478280142
-8094,1,0.4059,1,1,1,1,1,1,1,1,0,0.4059,0,1,0.3078,1,1,1,1,1,1,0,0.3078,0,1,0.6225,1,1,1,0,0.6225,0,1,1,1,1,1,6.38E-06,0,0.010931485,1,1,1,1,1,0.003507647,0,0,1,1,1,1,1,0.003674001,0,0.55860319,0.558493759,0.558953901
-8095,1,0.4063,1,1,1,1,1,1,1,1,0.005,0.4063,0,1,0.3079,1,1,1,1,1,1,0,0.3079,0,1,0.6225,1,1,1,0.0002,0.6225,0,1,1,1,1,1,0.001062779,0,0.003737872,1,1,1,1,1,0.00981164,0,0,1,1,1,1,1,0.004524359,0,0.602404543,0.602284747,0.602393617
-8096,1,0.4066,1,1,1,1,1,1,1,1,0.0036,0.4066,0.2441,1,0.308,1,1,1,1,1,1,0.0107,0.308,0.212,1,0.6226,1,1,1,0.001,0.6226,0.1929,1,1,1,1,1,0.001045925,0.419105351,0.001690269,1,1,1,1,1,0.013827625,0.358651727,0,1,1,1,1,1,0.014282824,0.364243478,0.611829386,0.611804527,0.611702128
-8097,1,0.4069,1,1,1,1,1,1,1,1,0.0079,0.4069,0.4013,1,0.3081,1,1,1,1,1,1,0,0.3081,0.3715,1,0.6226,1,1,1,0.0049,0.6226,0.3132,1,1,1,1,1,0.000503584,0.587027848,0.049211383,1,1,1,1,1,0.002334271,0.545069098,0,1,1,1,1,1,0.015323275,0.590210199,0.616843886,0.616670193,0.617021277
-8098,1,0.4073,1,1,1,1,1,1,1,1,0.0125,0.4073,0.4707,1,0.3082,1,1,1,1,1,1,0,0.3082,0.4482,1,0.6227,1,1,1,0.0142,0.6227,0.4409,1,1,1,1,1,0.001338898,0.622303486,0.110847488,1,1,1,1,1,0.0022778,0.597031295,0.074333504,1,1,1,1,1,0.041503798,0.66999048,0.620287579,0.620266554,0.620567376
-8099,1,0.4076,1,1,1,1,1,1,1,1,0.024,0.4076,0.4622,1,0.3083,1,1,1,1,1,1,0,0.3083,0.4504,1,0.6227,1,1,1,0.0344,0.6227,0.4687,1,1,1,1,1,0.003392213,0.631329715,0.177935869,1,1,1,1,1,0.00026986,0.646224141,0.213289291,1,1,1,1,1,0.047114171,0.697707057,0.620106332,0.620055003,0.620567376
-8100,1,0.4079,1,1,1,1,1,1,1,1,0.0313,0.4079,0.4498,1,0.3085,1,1,1,1,1,1,0,0.3085,0.4597,1,0.6228,1,1,1,0.0189,0.6228,0.495,1,1,1,1,1,0.00543303,0.639721811,0.247874588,1,1,1,1,1,0.001035321,0.694097638,0.178159431,1,1,1,1,1,0.044657391,0.616001248,0.616723055,0.616670193,0.616578014
-8101,1,0.4083,1,1,1,1,1,1,1,1,0.045,0.4083,0.4513,1,0.3086,1,1,1,1,1,1,0,0.3086,0.5072,1,0.6228,1,1,1,0.0504,0.6228,0.4438,1,1,1,1,1,0.007995872,0.654696941,0.295107841,1,1,1,1,1,0.002801639,0.760796547,0.397815734,1,1,1,1,1,0.091809064,0.58413583,0.613823103,0.613708483,0.61391844
-8102,1,0.4086,1,1,1,1,1,1,1,1,0.0479,0.4086,0.4101,1,0.3087,1,1,1,1,1,1,0.0075,0.3087,0.4786,1,0.6228,1,1,1,0.0521,0.6228,0.305,1,1,1,1,1,0.008334582,0.652487516,0.192580938,1,1,1,1,1,0.014018415,0.70538187,0.19413954,1,1,1,1,1,0.130073264,0.517783284,0.608385694,0.608419717,0.608599291
-8103,1,0.409,1,1,1,1,1,1,1,1,0.0298,0.409,0.279,1,0.3088,1,1,1,1,1,1,0,0.3088,0.3339,1,0.6229,1,1,1,0.0353,0.6229,0.213,1,1,1,1,1,0.005690752,0.509434104,0.102221593,1,1,1,1,1,0.006145854,0.526105464,0.18589136,1,1,1,1,1,0.098792136,0.363353074,0.613883519,0.613708483,0.61391844
-8104,1,0.4093,1,1,1,1,1,1,1,1,0.0355,0.4093,0,1,0.3089,1,1,1,1,1,1,0.0085,0.3089,0.0059,1,0.6229,1,1,1,0.0338,0.6229,0,1,1,1,1,1,0.007899837,0,0.107317612,1,1,1,1,1,0.011154335,0.06245685,0.367962301,1,1,1,1,1,0.110562235,0,0.661249396,0.661307383,0.661347518
-8105,1,0.4096,1,1,1,1,1,1,1,1,0.049,0.4096,0,1,0.309,1,1,1,1,1,1,0.0044,0.309,0,1,0.623,1,1,1,0.0337,0.623,0,1,1,1,1,1,0.00915345,0,0.140767634,1,1,1,1,1,0.011632526,0,0.616981387,1,1,1,1,1,0.133267105,0,0.693571774,0.693674635,0.693705674
-8106,1,0.41,1,1,1,1,1,1,1,1,0.0449,0.41,0,1,0.3092,1,1,1,1,1,1,0.0124,0.3092,0,1,0.623,1,1,1,0.0331,0.623,0,1,1,1,1,1,0.015201805,0,0.192060471,1,1,1,1,1,0.015787847,0,0.712492228,1,1,1,1,1,0.092385896,0,0.686684389,0.686693463,0.687056738
-8107,1,0.4103,1,1,1,1,1,1,1,1,0.0622,0.4103,0,1,0.3093,1,1,1,1,1,1,0.0241,0.3093,0,1,0.6231,1,1,1,0.0548,0.6231,0,1,1,1,1,1,0.024701569,0,0.402307659,1,1,1,1,1,0.027596422,0,0.841083765,1,1,1,1,1,0.155758098,0,0.665901402,0.665961498,0.666223404
-8108,1,0.4106,1,1,1,1,1,1,1,1,0.0972,0.4106,0,1,0.3094,1,1,1,1,1,1,0.0558,0.3094,0,1,0.6231,1,1,1,0.0697,0.6231,0,1,1,1,1,1,0.046599355,0,0.632024884,1,1,1,1,1,0.050565865,0,0.762885928,1,1,1,1,1,0.150321424,0,0.636478975,0.636555955,0.636968085
-8109,1,0.411,1,1,1,1,1,1,1,1,0.1348,0.411,0,1,0.3095,1,1,1,1,1,1,0.0843,0.3095,0,1,0.6232,1,1,1,0.1017,0.6232,0,1,1,1,1,1,0.067971066,0,0.489652753,1,1,1,1,1,0.063933074,0,0.566634297,1,1,1,1,1,0.177091613,0,0.590019333,0.590014809,0.590425532
-8110,1,0.4113,1,1,1,1,1,1,1,1,0.1556,0.4113,0,1,0.3096,1,1,1,1,1,1,0.1013,0.3096,0,1,0.6232,1,1,1,0.0625,0.6232,0,1,1,1,1,1,0.061250228,0,0.433738887,1,1,1,1,1,0.067904398,0,0.622327209,1,1,1,1,1,0.118975036,0,0.525434993,0.525491855,0.525265957
-8111,1,0.4116,1,1,1,1,1,1,1,1,0.1647,0.4116,0,1,0.3097,1,1,1,1,1,1,0.1104,0.3097,0,1,0.6233,1,1,1,0.0725,0.6233,0,1,1,1,1,1,0.091569044,0,0.282480299,1,1,1,1,1,0.090765566,0,0.617613137,1,1,1,1,1,0.113847271,0,0.468100532,0.468161625,0.468085106
-8112,1,0.412,1,1,1,1,1,1,1,1,0.1973,0.412,0,1,0.3098,1,1,1,1,1,1,0.1462,0.3098,0,1,0.6233,1,1,1,0.0711,0.6233,0,1,1,1,1,1,0.101566769,0,0.423977673,1,1,1,1,1,0.109599993,0,0.734073102,1,1,1,1,1,0.09332478,0,0.431730304,0.43177491,0.431737589
-8113,1,0.4123,1,1,1,1,1,1,1,1,0.223,0.4123,0,1,0.31,1,1,1,1,1,1,0.1219,0.31,0,1,0.6233,1,1,1,0.0962,0.6233,0,1,1,1,1,1,0.086598337,0,0.585412025,1,1,1,1,1,0.097398609,0,1,1,1,1,1,1,0.086587012,0,0.411491058,0.411466046,0.411347518
-8114,1,0.4127,1,1,1,1,1,1,1,1,0.1957,0.4127,0,1,0.3101,1,1,1,1,1,1,0.1154,0.3101,0,1,0.6234,1,1,1,0.1204,0.6234,0,1,1,1,1,1,0.0728411,0,0.619121909,1,1,1,1,1,0.083914235,0,0.714945614,1,1,1,1,1,0.077533752,0,0.399347511,0.399407658,0.399379433
-8115,1,0.413,1,1,1,1,1,1,1,1,0.1884,0.413,0,1,0.3102,1,1,1,1,1,1,0.195,0.3102,0,1,0.6234,1,1,1,0.0735,0.6234,0,1,1,1,1,1,0.063170016,0,0.834084749,1,1,1,1,1,0.139238864,0,1,1,1,1,1,1,0.075171843,0,0.396568391,0.396657499,0.396719858
-8116,1,0.4133,1,1,1,1,1,1,1,1,0.2508,0.4133,0,1,0.3103,1,1,1,1,1,1,0.343,0.3103,0,1,0.6235,1,1,1,0.0879,0.6235,0,1,1,1,1,1,0.126780316,0,0.999993026,1,1,1,1,1,0.260446906,0,1,1,1,1,1,1,0.080092937,0,0.408168197,0.408081235,0.408244681
-8117,1,0.4137,1,1,1,1,1,1,1,1,0.2638,0.4137,0,1,0.3104,1,1,1,1,1,1,0.1086,0.3104,0,1,0.6235,1,1,1,0.0756,0.6235,0,1,1,1,1,1,0.165281221,0,0.985414147,1,1,1,1,1,0.094712846,0,1,1,1,1,1,1,0.109932192,0,0.450398743,0.450391369,0.45035461
-8118,1,0.414,1,1,1,1,1,1,1,1,0.1647,0.414,0,1,0.3105,1,1,1,1,1,1,0.1505,0.3105,0,1,0.6236,1,1,1,0.0627,0.6236,0,1,1,1,1,1,0.083267182,0,0.954339147,1,1,1,1,1,0.113832355,0,0.998340368,1,1,1,1,1,0.127225533,0,0.530389077,0.530357521,0.530585106
-8119,1,0.4143,1,1,1,1,1,1,1,1,0.088,0.4143,0,1,0.3106,1,1,1,1,1,1,0.1838,0.3106,0,1,0.6236,1,1,1,0.1316,0.6236,0,1,1,1,1,1,0.067089707,0,0.935249686,1,1,1,1,1,0.134365872,0,1,1,1,1,1,1,0.299501806,0,0.572015466,0.572033002,0.571808511
-8120,1,0.4147,1,1,1,1,1,1,1,1,0.0834,0.4147,0.1008,1,0.3108,1,1,1,1,1,1,0.1913,0.3108,0.1014,1,0.6237,1,1,1,0.0539,0.6237,0.143,1,1,1,1,1,0.101620473,0.191078961,0.979946256,1,1,1,1,1,0.151059508,0.135681435,1,1,1,1,1,1,0.108316071,0.218654245,0.578661189,0.578802623,0.578900709
-8121,1,0.415,1,1,1,1,1,1,1,1,0.1486,0.415,0.2873,1,0.3109,1,1,1,1,1,1,0.2022,0.3109,0.2966,1,0.6237,1,1,1,0.0766,0.6237,0.3777,1,1,1,1,1,0.204092309,0.501297295,0.913430989,1,1,1,1,1,0.191197246,0.525170207,0.9788571,1,1,1,1,1,0.144830823,0.620032191,0.580775737,0.580706579,0.580673759
-8122,1,0.4153,1,1,1,1,1,1,1,1,0.2383,0.4153,0.5112,1,0.311,1,1,1,1,1,1,0.2396,0.311,0.5176,1,0.6238,1,1,1,0.1704,0.6238,0.4774,1,1,1,1,1,0.296155483,0.717920423,0.953858256,1,1,1,1,1,0.25061965,0.677055717,0.985445619,1,1,1,1,1,0.310825616,0.771341503,0.583131948,0.583245187,0.583333333
-8123,1,0.4157,1,1,1,1,1,1,1,1,0.3178,0.4157,0.536,1,0.3111,1,1,1,1,1,1,0.4909,0.3111,0.5081,1,0.6238,1,1,1,0.2463,0.6238,0.4955,1,1,1,1,1,0.448998302,0.690534651,0.721415699,1,1,1,1,1,0.468166411,0.713362217,0.831881523,1,1,1,1,1,0.50308603,0.786157787,0.58282987,0.582822086,0.582890071
-8124,1,0.416,1,1,1,1,1,1,1,1,0.2866,0.416,0.4996,1,0.3112,1,1,1,1,1,1,0.417,0.3112,0.4678,1,0.6238,1,1,1,0.2741,0.6238,0.4494,1,1,1,1,1,0.404672056,0.627258897,0.675600648,1,1,1,1,1,0.406498879,0.697588444,0.993717313,1,1,1,1,1,0.46194002,0.717412651,0.580654906,0.580706579,0.580673759
-8125,1,0.4163,1,1,1,1,1,1,1,1,0.2881,0.4163,0.3911,1,0.3113,1,1,1,1,1,1,0.5238,0.3113,0.4294,1,0.6239,1,1,1,0.381,0.6239,0.3637,1,1,1,1,1,0.372935355,0.472031355,0.630162597,1,1,1,1,1,0.498512626,0.595946968,1,1,1,1,1,1,0.671946764,0.44104892,0.581923635,0.581975883,0.582446809
-8126,1,0.4167,1,1,1,1,1,1,1,1,0.4114,0.4167,0.3097,1,0.3115,1,1,1,1,1,1,0.6944,0.3115,0.3534,1,0.6239,1,1,1,0.4414,0.6239,0.2879,1,1,1,1,1,0.484448731,0.43962723,0.427310765,1,1,1,1,1,0.608268976,0.489771366,1,1,1,1,1,1,0.740320981,0.330854595,0.580896568,0.58091813,0.581117021
-8127,1,0.417,1,1,1,1,1,1,1,1,0.4211,0.417,0.195,1,0.3116,1,1,1,1,1,1,0.6343,0.3116,0.2745,1,0.624,1,1,1,0.3142,0.624,0.1178,1,1,1,1,1,0.495457977,0.321761429,0.369645387,1,1,1,1,1,0.581763446,0.442478001,1,1,1,1,1,1,0.428670585,0.082389235,0.590683905,0.590649461,0.590868794
-8128,1,0.4174,1,1,1,1,1,1,1,1,0.378,0.4174,0,1,0.3117,1,1,1,1,1,1,0.5177,0.3117,0.0021,1,0.624,1,1,1,0.2836,0.624,0,1,1,1,1,1,0.413469106,0,0.454390883,1,1,1,1,1,0.494050175,0.007768535,1,1,1,1,1,1,0.494517535,0,0.647293378,0.647345039,0.647606383
-8129,1,0.4177,1,1,1,1,1,1,1,1,0.446,0.4177,0,1,0.3118,1,1,1,1,1,1,0.6384,0.3118,0,1,0.6241,1,1,1,0.2971,0.6241,0,1,1,1,1,1,0.479171306,0,0.589317679,1,1,1,1,1,0.599682391,0,1,1,1,1,1,1,0.484390944,0,0.69278637,0.692828432,0.692819149
-8130,1,0.418,1,1,1,1,1,1,1,1,0.4282,0.418,0,1,0.3119,1,1,1,1,1,1,0.6434,0.3119,0,1,0.6241,1,1,1,0.345,0.6241,0,1,1,1,1,1,0.391375631,0,0.889437437,1,1,1,1,1,0.566636801,0,1,1,1,1,1,1,0.496613175,0,0.692846786,0.692828432,0.692819149
-8131,1,0.4184,1,1,1,1,1,1,1,1,0.3553,0.4184,0,1,0.312,1,1,1,1,1,1,0.5369,0.312,0,1,0.6242,1,1,1,0.3947,0.6242,0,1,1,1,1,1,0.414873779,0,1,1,1,1,1,1,0.47248736,0,1,1,1,1,1,1,0.542892337,0,0.679615756,0.679712291,0.679521277
-8132,1,0.4187,1,1,1,1,1,1,1,1,0.3416,0.4187,0,1,0.3121,1,1,1,1,1,1,0.7387,0.3121,0,1,0.6242,1,1,1,0.4471,0.6242,0,1,1,1,1,1,0.471366346,0,1,1,1,1,1,1,0.631920397,0,1,1,1,1,1,1,0.680717111,0,0.65659739,0.656653268,0.656471631
-8133,1,0.419,1,1,1,1,1,1,1,1,0.4364,0.419,0,1,0.3123,1,1,1,1,1,1,0.7082,0.3123,0,1,0.6243,1,1,1,0.4678,0.6243,0,1,1,1,1,1,0.515406907,0,1,1,1,1,1,1,0.588884056,0,1,1,1,1,1,1,0.713147223,0,0.61358144,0.613708483,0.61391844
-8134,1,0.4194,1,1,1,1,1,1,1,1,0.4241,0.4194,0,1,0.3124,1,1,1,1,1,1,0.6686,0.3124,0,1,0.6243,1,1,1,0.4604,0.6243,0,1,1,1,1,1,0.49307543,0,1,1,1,1,1,1,0.564919651,0,1,1,1,1,1,1,0.616148949,0,0.555159497,0.555108949,0.554964539
-8135,1,0.4197,1,1,1,1,1,1,1,1,0.3852,0.4197,0,1,0.3125,1,1,1,1,1,1,0.6029,0.3125,0,1,0.6243,1,1,1,0.4939,0.6243,0,1,1,1,1,1,0.390754491,0,1,1,1,1,1,1,0.499679804,0,1,1,1,1,1,1,0.720187068,0,0.500966651,0.500951978,0.500886525
-8136,1,0.42,1,1,1,1,1,1,1,1,0.4393,0.42,0,1,0.3126,1,1,1,1,1,1,0.4603,0.3126,0,1,0.6244,1,1,1,0.4608,0.6244,0,1,1,1,1,1,0.388241619,0,1,1,1,1,1,1,0.402858377,0,1,1,1,1,1,1,0.708359838,0,0.4679797,0.467950074,0.468085106
-8137,1,0.4204,1,1,1,1,1,1,1,1,0.3643,0.4204,0,1,0.3127,1,1,1,1,1,1,0.3804,0.3127,0,1,0.6244,1,1,1,0.3503,0.6244,0,1,1,1,1,1,0.338709265,0,1,1,1,1,1,1,0.337826073,0,1,1,1,1,1,1,0.503146648,0,0.451788304,0.451660673,0.451684397
-8138,1,0.4207,1,1,1,1,1,1,1,1,0.2956,0.4207,0,1,0.3128,1,1,1,1,1,1,0.3127,0.3128,0,1,0.6245,1,1,1,0.369,0.6245,0,1,1,1,1,1,0.270418495,0,1,1,1,1,1,1,0.257465303,0,1,1,1,1,1,1,0.561109781,0,0.444840503,0.444891051,0.445035461
-8139,1,0.421,1,1,1,1,1,1,1,1,0.2279,0.421,0,1,0.3129,1,1,1,1,1,1,0.3743,0.3129,0,1,0.6245,1,1,1,0.3539,0.6245,0,1,1,1,1,1,0.220280766,0,1,1,1,1,1,1,0.284619212,0,1,1,1,1,1,1,0.508850098,0,0.445505075,0.445525703,0.445478723
-8140,1,0.4214,1,1,1,1,1,1,1,1,0.2066,0.4214,0,1,0.3131,1,1,1,1,1,1,0.5369,0.3131,0,1,0.6246,1,1,1,0.3471,0.6246,0,1,1,1,1,1,0.219258338,0,1,1,1,1,1,1,0.387902349,0,1,1,1,1,1,1,0.514402568,0,0.461817303,0.461815105,0.461879433
-8141,1,0.4217,1,1,1,1,1,1,1,1,0.1858,0.4217,0,1,0.3132,1,1,1,1,1,1,0.3795,0.3132,0,1,0.6246,1,1,1,0.3998,0.6246,0,1,1,1,1,1,0.18569769,0,1,1,1,1,1,1,0.295580626,0,1,1,1,1,1,1,0.474542975,0,0.510331078,0.510260207,0.510638298
-8142,1,0.4221,1,1,1,1,1,1,1,1,0.1286,0.4221,0,1,0.3133,1,1,1,1,1,1,0.2941,0.3133,0,1,0.6247,1,1,1,0.307,0.6247,0,1,1,1,1,1,0.102079749,0,1,1,1,1,1,1,0.241721377,0,1,1,1,1,1,1,0.394464195,0,0.594067182,0.594034271,0.594414894
-8143,1,0.4224,1,1,1,1,1,1,1,1,0.0895,0.4224,0,1,0.3134,1,1,1,1,1,1,0.1887,0.3134,0,1,0.6247,1,1,1,0.2316,0.6247,0,1,1,1,1,1,0.064241894,0,1,1,1,1,1,1,0.143361583,0,0.946759462,1,1,1,1,1,0.244444057,0,0.633699855,0.633805796,0.633865248
-8144,1,0.4227,1,1,1,1,1,1,1,1,0.0872,0.4227,0.2494,1,0.3135,1,1,1,1,1,1,0.16,0.3135,0.2504,1,0.6248,1,1,1,0.2343,0.6248,0.206,1,1,1,1,1,0.050772835,0.431769073,1,1,1,1,1,1,0.112030178,0.423943996,0.890856862,1,1,1,1,1,0.222040534,0.441907853,0.635874819,0.635921303,0.63608156
-8145,1,0.4231,1,1,1,1,1,1,1,1,0.1685,0.4231,0.4516,1,0.3136,1,1,1,1,1,1,0.1727,0.3136,0.4528,1,0.6248,1,1,1,0.2384,0.6248,0.4183,1,1,1,1,1,0.139725357,0.69354552,0.989379287,1,1,1,1,1,0.147971511,0.679114759,1,1,1,1,1,1,0.293304563,0.69983542,0.634001933,0.634017347,0.634308511
-8146,1,0.4234,1,1,1,1,1,1,1,1,0.1871,0.4234,0.6247,1,0.3137,1,1,1,1,1,1,0.0962,0.3137,0.6164,1,0.6248,1,1,1,0.4516,0.6248,0.56,1,1,1,1,1,0.166940749,0.879676163,0.625664771,1,1,1,1,1,0.095402241,0.863515854,0.56831336,1,1,1,1,1,0.558258772,0.882761717,0.63098115,0.631055638,0.631205674
-8147,1,0.4237,1,1,1,1,1,1,1,1,0.1644,0.4237,0.6776,1,0.3139,1,1,1,1,1,1,0.0651,0.3139,0.6767,1,0.6249,1,1,1,0.401,0.6249,0.6092,1,1,1,1,1,0.197519392,0.93219924,0.352505088,1,1,1,1,1,0.065047905,0.917118073,0.291889787,1,1,1,1,1,0.445202768,0.914763391,0.623368777,0.623439814,0.623670213
-8148,1,0.4241,1,1,1,1,1,1,1,1,0.0791,0.4241,0.6841,1,0.314,1,1,1,1,1,1,0.0047,0.314,0.6855,1,0.6249,1,1,1,0.3451,0.6249,0.6545,1,1,1,1,1,0.146823406,0.946795344,0.20770523,1,1,1,1,1,0.012965187,0.945549309,0.104800001,1,1,1,1,1,0.431338221,0.921670377,0.614668922,0.614766237,0.614804965
-8149,1,0.4244,1,1,1,1,1,1,1,1,0.0257,0.4244,0.3469,1,0.3141,1,1,1,1,1,1,0,0.3141,0.3527,1,0.625,1,1,1,0.3161,0.625,0.3741,1,1,1,1,1,0.064595982,0.504230857,0.120045401,1,1,1,1,1,0.004708035,0.511396527,0.035184555,1,1,1,1,1,0.410507828,0.487068772,0.609896085,0.609900571,0.609929078
-8150,1,0.4247,1,1,1,1,1,1,1,1,0.0069,0.4247,0.517,1,0.3142,1,1,1,1,1,1,0,0.3142,0.5361,1,0.625,1,1,1,0.2779,0.625,0.489,1,1,1,1,1,0.03122272,0.763243556,0.039155927,1,1,1,1,1,1.12E-05,0.80048573,0.008662042,1,1,1,1,1,0.282595187,0.755290151,0.605546158,0.605669558,0.605496454
-8151,1,0.4251,1,1,1,1,1,1,1,1,0.0021,0.4251,0.3333,1,0.3143,1,1,1,1,1,1,0,0.3143,0.3622,1,0.6251,1,1,1,0.1999,0.6251,0.2836,1,1,1,1,1,0.021756344,0.57397455,0.025656553,1,1,1,1,1,0,0.578941584,0.013949215,1,1,1,1,1,0.231310487,0.521199822,0.613883519,0.613708483,0.61391844
-8152,1,0.4254,1,1,1,1,1,1,1,1,0.0056,0.4254,0.0573,1,0.3144,1,1,1,1,1,1,0,0.3144,0.1022,1,0.6251,1,1,1,0.1608,0.6251,0,1,1,1,1,1,0.023235554,0.1708211,0.005734833,1,1,1,1,1,0,0.222003341,0,1,1,1,1,1,0.27298823,0,0.673513775,0.673577322,0.673758865
-8153,1,0.4258,1,1,1,1,1,1,1,1,0.0023,0.4258,0,1,0.3146,1,1,1,1,1,1,0,0.3146,0,1,0.6252,1,1,1,0.1137,0.6252,0,1,1,1,1,1,0.021491155,0,0.005714002,1,1,1,1,1,0,0,0,1,1,1,1,1,0.203053609,0,0.719490092,0.719695367,0.719414894
-8154,1,0.4261,1,1,1,1,1,1,1,1,0.0009,0.4261,0,1,0.3147,1,1,1,1,1,1,0,0.3147,0,1,0.6252,1,1,1,0.0964,0.6252,0,1,1,1,1,1,0.009608026,0,0.00142998,1,1,1,1,1,0,0,0,1,1,1,1,1,0.216484949,0,0.719671339,0.719695367,0.719858156
-8155,1,0.4264,1,1,1,1,1,1,1,1,0,0.4264,0,1,0.3148,1,1,1,1,1,1,0,0.3148,0,1,0.6253,1,1,1,0.0376,0.6253,0,1,1,1,1,1,0.006548548,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0.116334811,0,0.707648623,0.707636979,0.707890071
-8156,1,0.4268,1,1,1,1,1,1,1,1,0,0.4268,0,1,0.3149,1,1,1,1,1,1,0,0.3149,0,1,0.6253,1,1,1,0.0147,0.6253,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0.004229502,0,0,1,1,1,1,1,0.035782024,0,0.684871919,0.684789507,0.685283688
-8157,1,0.4271,1,1,1,1,1,1,1,1,0.0007,0.4271,0,1,0.315,1,1,1,1,1,1,0.0337,0.315,0,1,0.6253,1,1,1,0.0054,0.6253,0,1,1,1,1,1,0.002136713,0,0,1,1,1,1,1,0.035508282,0,0,1,1,1,1,1,0.012455063,0,0.643305945,0.643325576,0.643617021
-8158,1,0.4274,1,1,1,1,1,1,1,1,0.004,0.4274,0,1,0.3151,1,1,1,1,1,1,0.1426,0.3151,0,1,0.6254,1,1,1,0.0267,0.6254,0,1,1,1,1,1,0.01339627,0,0,1,1,1,1,1,0.133374557,0,0.000743456,1,1,1,1,1,0.061277326,0,0.58337361,0.583456738,0.583333333
-8159,1,0.4278,1,1,1,1,1,1,1,1,0.0521,0.4278,0,1,0.3152,1,1,1,1,1,1,0.3839,0.3152,0,1,0.6254,1,1,1,0.0697,0.6254,0,1,1,1,1,1,0.086229891,0,0,1,1,1,1,1,0.378884137,0,0.006697644,1,1,1,1,1,0.175029144,0,0.526280812,0.526338058,0.526595745
-8160,1,0.4281,1,1,1,1,1,1,1,1,0.1018,0.4281,0,1,0.3154,1,1,1,1,1,1,0.2389,0.3154,0,1,0.6255,1,1,1,0.0906,0.6255,0,1,1,1,1,1,0.120285712,0,0.001242758,1,1,1,1,1,0.31374529,0,0.042831153,1,1,1,1,1,0.277075708,0,0.489971,0.489951343,0.489804965
-8161,1,0.4284,1,1,1,1,1,1,1,1,0.0962,0.4284,0,1,0.3155,1,1,1,1,1,1,0.1741,0.3155,0,1,0.6255,1,1,1,0.151,0.6255,0,1,1,1,1,1,0.083223268,0,0,1,1,1,1,1,0.210253596,0,0,1,1,1,1,1,0.477045447,0,0.471665056,0.471757986,0.471631206
-8162,1,0.4288,1,1,1,1,1,1,1,1,0.0709,0.4288,0,1,0.3156,1,1,1,1,1,1,0.2014,0.3156,0,1,0.6256,1,1,1,0.141,0.6256,0,1,1,1,1,1,0.065923683,0,0.004502938,1,1,1,1,1,0.201742798,0,0,1,1,1,1,1,0.461490512,0,0.462300628,0.462238206,0.462322695
-8163,1,0.4291,1,1,1,1,1,1,1,1,0.095,0.4291,0,1,0.3157,1,1,1,1,1,1,0.1926,0.3157,0,1,0.6256,1,1,1,0.1494,0.6256,0,1,1,1,1,1,0.083085708,0,0.001471713,1,1,1,1,1,0.173579991,0,0,1,1,1,1,1,0.520803928,0,0.461515225,0.461603554,0.461879433
-8164,1,0.4294,1,1,1,1,1,1,1,1,0.1272,0.4294,0,1,0.3158,1,1,1,1,1,1,0.2698,0.3158,0,1,0.6257,1,1,1,0.1495,0.6257,0,1,1,1,1,1,0.117962189,0,0.000500445,1,1,1,1,1,0.22082895,0,0,1,1,1,1,1,0.535257757,0,0.47480667,0.474719695,0.474734043
-8165,1,0.4298,1,1,1,1,1,1,1,1,0.2172,0.4298,0,1,0.3159,1,1,1,1,1,1,0.296,0.3159,0,1,0.6257,1,1,1,0.1541,0.6257,0,1,1,1,1,1,0.178356439,0,0.015516596,1,1,1,1,1,0.249257043,0,0.019838482,1,1,1,1,1,0.518038273,0,0.518185114,0.518087582,0.518173759
-8166,1,0.4301,1,1,1,1,1,1,1,1,0.1562,0.4301,0,1,0.316,1,1,1,1,1,1,0.4222,0.316,0,1,0.6258,1,1,1,0.1828,0.6258,0,1,1,1,1,1,0.151347816,0,0.013317553,1,1,1,1,1,0.339309126,0,0.015770681,1,1,1,1,1,0.550718188,0,0.59757129,0.597630633,0.59751773
-8167,1,0.4305,1,1,1,1,1,1,1,1,0.1532,0.4305,0,1,0.3162,1,1,1,1,1,1,0.4626,0.3162,0,1,0.6258,1,1,1,0.3366,0.6258,0,1,1,1,1,1,0.14286834,0,0.004850841,1,1,1,1,1,0.388223767,0,0.014840316,1,1,1,1,1,0.761966646,0,0.639318511,0.639306114,0.639184397
-8168,1,0.4308,1,1,1,1,1,1,1,1,0.1377,0.4308,0.0738,1,0.3163,1,1,1,1,1,1,0.2361,0.3163,0.1048,1,0.6259,1,1,1,0.3053,0.6259,0.0849,1,1,1,1,1,0.151022196,0.155514047,0.00732333,1,1,1,1,1,0.209004402,0.152464435,0,1,1,1,1,1,0.620964706,0.091771588,0.646145481,0.646075735,0.646276596
-8169,1,0.4311,1,1,1,1,1,1,1,1,0.1507,0.4311,0.1992,1,0.3164,1,1,1,1,1,1,0.3646,0.3164,0.1945,1,0.6259,1,1,1,0.2968,0.6259,0.2604,1,1,1,1,1,0.228942677,0.318502843,0.001576866,1,1,1,1,1,0.348842889,0.317066967,0,1,1,1,1,1,0.615862131,0.445955873,0.644876752,0.644806431,0.644946809
-8170,1,0.4315,1,1,1,1,1,1,1,1,0.1219,0.4315,0.2704,1,0.3165,1,1,1,1,1,1,0.1104,0.3165,0.3618,1,0.6259,1,1,1,0.1819,0.6259,0.4112,1,1,1,1,1,0.141975746,0.463939667,0.016074974,1,1,1,1,1,0.122819707,0.476990759,0,1,1,1,1,1,0.407811195,0.629677951,0.643124698,0.643114026,0.643617021
-8171,1,0.4318,1,1,1,1,1,1,1,1,0.1296,0.4318,0.3616,1,0.3166,1,1,1,1,1,1,0.1394,0.3166,0.3608,1,0.626,1,1,1,0.1439,0.626,0.4652,1,1,1,1,1,0.106295153,0.592223883,0.03479176,1,1,1,1,1,0.128819391,0.510302901,0,1,1,1,1,1,0.303062856,0.727446914,0.63557274,0.635709752,0.635638298
-8172,1,0.4321,1,1,1,1,1,1,1,1,0.0931,0.4321,0.3916,1,0.3167,1,1,1,1,1,1,0.1888,0.3167,0.2887,1,0.626,1,1,1,0.1373,0.626,0.4167,1,1,1,1,1,0.08675579,0.526883006,0.03713847,1,1,1,1,1,0.186079904,0.39258334,0,1,1,1,1,1,0.267359734,0.736159742,0.625966651,0.625978422,0.626329787
-8173,1,0.4325,1,1,1,1,1,1,1,1,0.1152,0.4325,0.3009,1,0.3168,1,1,1,1,1,1,0.1437,0.3168,0.2133,1,0.6261,1,1,1,0.1529,0.6261,0.3911,1,1,1,1,1,0.110404581,0.40366295,0.043406177,1,1,1,1,1,0.12981683,0.329797894,0,1,1,1,1,1,0.249038994,0.588001907,0.623972934,0.623862915,0.624113475
-8174,1,0.4328,1,1,1,1,1,1,1,1,0.099,0.4328,0.1969,1,0.317,1,1,1,1,1,1,0.0997,0.317,0.2028,1,0.6261,1,1,1,0.1368,0.6261,0.2184,1,1,1,1,1,0.093367495,0.314386964,0.061431009,1,1,1,1,1,0.07923197,0.256526768,0,1,1,1,1,1,0.184893042,0.365998864,0.620770904,0.620689655,0.621010638
-8175,1,0.4331,1,1,1,1,1,1,1,1,0.0857,0.4331,0.0448,1,0.3171,1,1,1,1,1,1,0.048,0.3171,0.0511,1,0.6262,1,1,1,0.1586,0.6262,0.0876,1,1,1,1,1,0.071251661,0.068562984,0.049374435,1,1,1,1,1,0.040807448,0.08841531,0,1,1,1,1,1,0.249788821,0.164673805,0.627477042,0.627459276,0.627659574
-8176,1,0.4335,1,1,1,1,1,1,1,1,0.0721,0.4335,0,1,0.3172,1,1,1,1,1,1,0.1171,0.3172,0,1,0.6262,1,1,1,0.2077,0.6262,0,1,1,1,1,1,0.100383326,0,0.047636934,1,1,1,1,1,0.119591698,0,0,1,1,1,1,1,0.357744753,0,0.674299178,0.674211974,0.67464539
-8177,1,0.4338,1,1,1,1,1,1,1,1,0.0756,0.4338,0,1,0.3173,1,1,1,1,1,1,0.236,0.3173,0,1,0.6263,1,1,1,0.1959,0.6263,0,1,1,1,1,1,0.115237683,0,0.041954435,1,1,1,1,1,0.264477789,0,0,1,1,1,1,1,0.309914649,0,0.693148864,0.693251534,0.693262411
-8178,1,0.4341,1,1,1,1,1,1,1,1,0,0.4341,0,1,0.3174,1,1,1,1,1,1,0,0.3174,0,1,0.6263,1,1,1,0.0032,0.6263,0,1,1,1,1,1,2.76E-05,0,0.089956731,1,1,1,1,1,0.000306521,0,0.02743325,1,1,1,1,1,0.020201162,0,0.680884485,0.680770044,0.681294326
-8179,1,0.4345,1,1,1,1,1,1,1,1,0.0001,0.4345,0,1,0.3175,1,1,1,1,1,1,0,0.3175,0,1,0.6264,1,1,1,0.0035,0.6264,0,1,1,1,1,1,1.35E-05,0,0.089814141,1,1,1,1,1,0.000694158,0,0.014468586,1,1,1,1,1,0.019884584,0,0.658893185,0.658768775,0.659131206
-8180,1,0.4348,1,1,1,1,1,1,1,1,0.0006,0.4348,0,1,0.3177,1,1,1,1,1,1,0,0.3177,0,1,0.6264,1,1,1,0.0028,0.6264,0,1,1,1,1,1,0,0,0.024245834,1,1,1,1,1,0.000245483,0,0.034266494,1,1,1,1,1,0.013205377,0,0.633458192,0.633594246,0.633421986
-8181,1,0.4352,1,1,1,1,1,1,1,1,0.0033,0.4352,0,1,0.3178,1,1,1,1,1,1,0,0.3178,0,1,0.6264,1,1,1,0.0019,0.6264,0,1,1,1,1,1,2.93E-05,0,0.004264451,1,1,1,1,1,0,0,0.030649738,1,1,1,1,1,0.007193621,0,0.598356694,0.598476835,0.598404255
-8182,1,0.4355,1,1,1,1,1,1,1,1,0.0029,0.4355,0,1,0.3179,1,1,1,1,1,1,0,0.3179,0,1,0.6265,1,1,1,0.0013,0.6265,0,1,1,1,1,1,3.73E-05,0,0.034381669,1,1,1,1,1,0,0,0.11039111,1,1,1,1,1,0.003675031,0,0.548272112,0.548339327,0.548758865
-8183,1,0.4358,1,1,1,1,1,1,1,1,0.0262,0.4358,0,1,0.318,1,1,1,1,1,1,0.0177,0.318,0,1,0.6265,1,1,1,0.0475,0.6265,0,1,1,1,1,1,0.021066152,0,0.095947631,1,1,1,1,1,0.019810887,0,0.351046592,1,1,1,1,1,0.086621813,0,0.493958434,0.493970806,0.493794326
-8184,1,0.4362,1,1,1,1,1,1,1,1,0.0327,0.4362,0,1,0.3181,1,1,1,1,1,1,0.0631,0.3181,0,1,0.6266,1,1,1,0.0538,0.6266,0,1,1,1,1,1,0.037855227,0,0.125414923,1,1,1,1,1,0.070256725,0,0.120298959,1,1,1,1,1,0.086196601,0,0.453963267,0.45398773,0.453900709
-8185,1,0.4365,1,1,1,1,1,1,1,1,0.0489,0.4365,0,1,0.3182,1,1,1,1,1,1,0.0665,0.3182,0,1,0.6266,1,1,1,0.0625,0.6266,0,1,1,1,1,1,0.055293981,0,0.091963649,1,1,1,1,1,0.063993253,0,0.004151047,1,1,1,1,1,0.118738085,0,0.430703238,0.430717157,0.430407801
-8186,1,0.4368,1,1,1,1,1,1,1,1,0.0356,0.4368,0,1,0.3183,1,1,1,1,1,1,0.034,0.3183,0,1,0.6267,1,1,1,0.0601,0.6267,0,1,1,1,1,1,0.041027419,0,0.036501497,1,1,1,1,1,0.033654269,0,0,1,1,1,1,1,0.15796414,0,0.417109715,0.417177914,0.417109929
-8187,1,0.4372,1,1,1,1,1,1,1,1,0.0106,0.4372,0,1,0.3185,1,1,1,1,1,1,0.0169,0.3185,0,1,0.6267,1,1,1,0.0349,0.6267,0,1,1,1,1,1,0.011294373,0,0.023997242,1,1,1,1,1,0.015638702,0,0,1,1,1,1,1,0.110462792,0,0.412397293,0.412523799,0.412234043
-8188,1,0.4375,1,1,1,1,1,1,1,1,0,0.4375,0,1,0.3186,1,1,1,1,1,1,0,0.3186,0,1,0.6268,1,1,1,0.0155,0.6268,0,1,1,1,1,1,0.000229733,0,0.056291867,1,1,1,1,1,0,0,0.057558902,1,1,1,1,1,0.045844309,0,0.415538908,0.415697059,0.415780142
-8189,1,0.4378,1,1,1,1,1,1,1,1,0.0004,0.4378,0,1,0.3187,1,1,1,1,1,1,0.01,0.3187,0,1,0.6268,1,1,1,0.0141,0.6268,0,1,1,1,1,1,0.000114593,0,0.263916016,1,1,1,1,1,0.014997467,0,0.204958662,1,1,1,1,1,0.021726573,0,0.432032383,0.431986461,0.432180851
-8190,1,0.4382,1,1,1,1,1,1,1,1,0,0.4382,0,1,0.3188,1,1,1,1,1,1,0,0.3188,0,1,0.6269,1,1,1,0,0.6269,0,1,1,1,1,1,0,0,0.452032864,1,1,1,1,1,4.34E-05,0,0.150979847,1,1,1,1,1,0.00057954,0,0.463871435,0.463719061,0.464095745
-8191,1,0.4385,1,1,1,1,1,1,1,1,0.0029,0.4385,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6269,1,1,1,0,0.6269,0,1,1,1,1,1,3.01E-05,0,0.629049301,1,1,1,1,1,0.000162548,0,0.167977497,1,1,1,1,1,0.001227633,0,0.502295795,0.502221282,0.502216312
-8192,1,0.4385,1,1,1,1,1,1,1,1,0.0014,0.4385,0.1158,1,0.3189,1,1,1,1,1,1,0,0.3189,0.1552,1,0.6269,1,1,1,0,0.6269,0.0925,1,1,1,1,1,0.000429929,0.246511996,0.610713542,1,1,1,1,1,0.002898912,0.30224824,0.301325411,1,1,1,1,1,0.001171496,0.233686998,0.544526341,0.544531415,0.544326241
-8193,1,0.4385,1,1,1,1,1,1,1,1,0.0385,0.4385,0.0838,1,0.3189,1,1,1,1,1,1,0,0.3189,0.1243,1,0.6269,1,1,1,0.0367,0.6269,0.1872,1,1,1,1,1,0.03475374,0.150750756,0.86794275,1,1,1,1,1,0.002283567,0.199200556,0.458254755,1,1,1,1,1,0.109866507,0.244983032,0.572921701,0.572879205,0.573138298
-8194,1,0.4385,1,1,1,1,1,1,1,1,0.021,0.4385,0.1599,1,0.3189,1,1,1,1,1,1,0,0.3189,0.2932,1,0.6269,1,1,1,0.0484,0.6269,0.2097,1,1,1,1,1,0.003153908,0.251095444,0.825726151,1,1,1,1,1,0.001114089,0.477973223,0.610443234,1,1,1,1,1,0.134059176,0.224905014,0.58657564,0.586629998,0.58643617
-8195,1,0.4385,1,1,1,1,1,1,1,1,0.0304,0.4385,0.2742,1,0.3189,1,1,1,1,1,1,0,0.3189,0.3873,1,0.6269,1,1,1,0.0331,0.6269,0.2218,1,1,1,1,1,0.00387891,0.474837661,0.695977211,1,1,1,1,1,0.000276731,0.543817341,0.554479361,1,1,1,1,1,0.082304187,0.267727196,0.587481875,0.587687751,0.587765957
-8196,1,0.4385,1,1,1,1,1,1,1,1,0.0373,0.4385,0.4044,1,0.3189,1,1,1,1,1,1,0,0.3189,0.4331,1,0.6269,1,1,1,0.0179,0.6269,0.3036,1,1,1,1,1,0.005557769,0.59704572,0.566511869,1,1,1,1,1,0.001274024,0.572409153,0.833791137,1,1,1,1,1,0.055435173,0.332517177,0.581259062,0.581341231,0.581560284
-8197,1,0.4385,1,1,1,1,1,1,1,1,0.0301,0.4385,0.439,1,0.3189,1,1,1,1,1,1,0,0.3189,0.4312,1,0.6269,1,1,1,0.0241,0.6269,0.267,1,1,1,1,1,0.004335055,0.609741926,0.698338032,1,1,1,1,1,1.98E-05,0.575193405,0.732653975,1,1,1,1,1,0.053810637,0.466135114,0.572861286,0.572879205,0.573138298
-8198,1,0.4385,1,1,1,1,1,1,1,1,0.0187,0.4385,0.3592,1,0.3189,1,1,1,1,1,1,0,0.3189,0.377,1,0.6269,1,1,1,0.0415,0.6269,0.2176,1,1,1,1,1,0.002367684,0.52695626,0.852843046,1,1,1,1,1,0.001418579,0.505751789,0.759287477,1,1,1,1,1,0.089561947,0.44968611,0.569055099,0.569071293,0.569148936
-8199,1,0.4385,1,1,1,1,1,1,1,1,0.0111,0.4385,0.2206,1,0.3189,1,1,1,1,1,1,0.0114,0.3189,0.2455,1,0.6269,1,1,1,0.026,0.6269,0.1514,1,1,1,1,1,0.001400841,0.385131299,0.706698656,1,1,1,1,1,0.014731395,0.325473368,0.583543241,1,1,1,1,1,0.07596352,0.291248977,0.575821653,0.575840914,0.575797872
-8200,1,0.4385,1,1,1,1,1,1,1,1,0.0041,0.4385,0,1,0.3189,1,1,1,1,1,1,0.017,0.3189,0,1,0.6269,1,1,1,0.0654,0.6269,0,1,1,1,1,1,0.000855206,0,0.519148707,1,1,1,1,1,0.015085496,0,0.30331257,1,1,1,1,1,0.131605715,0,0.6199855,0.619843453,0.620124113
-8201,1,0.4385,1,1,1,1,1,1,1,1,0.005,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0675,0.3189,0,1,0.6269,1,1,1,0.0888,0.6269,0,1,1,1,1,1,0.009323653,0,0.246400774,1,1,1,1,1,0.073273607,0,0.209506571,1,1,1,1,1,0.176681995,0,0.643608023,0.643748678,0.643617021
-8202,1,0.4385,1,1,1,1,1,1,1,1,0.0093,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0731,0.3189,0,1,0.6269,1,1,1,0.0626,0.6269,0,1,1,1,1,1,0.015984742,0,0.068301663,1,1,1,1,1,0.076578684,0,0.186092168,1,1,1,1,1,0.155107602,0,0.631706138,0.63169029,0.632092199
-8203,1,0.4385,1,1,1,1,1,1,1,1,0.0217,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0404,0.3189,0,1,0.6269,1,1,1,0.0526,0.6269,0,1,1,1,1,1,0.029431693,0,0.069130301,1,1,1,1,1,0.042251278,0,0.098982468,1,1,1,1,1,0.179373533,0,0.611043983,0.610958325,0.611258865
-8204,1,0.4385,1,1,1,1,1,1,1,1,0.0478,0.4385,0,1,0.3189,1,1,1,1,1,1,0.088,0.3189,0,1,0.6269,1,1,1,0.0604,0.6269,0,1,1,1,1,1,0.055206373,0,0.193733394,1,1,1,1,1,0.082753807,0,0.014447906,1,1,1,1,1,0.243697733,0,0.590321411,0.59043791,0.590425532
-8205,1,0.4385,1,1,1,1,1,1,1,1,0.1175,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1735,0.3189,0,1,0.6269,1,1,1,0.0482,0.6269,0,1,1,1,1,1,0.125780255,0,0.265807211,1,1,1,1,1,0.184386849,0,0.007181152,1,1,1,1,1,0.223878309,0,0.561321895,0.561455469,0.561170213
-8206,1,0.4385,1,1,1,1,1,1,1,1,0.1043,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0408,0.3189,0,1,0.6269,1,1,1,0.0765,0.6269,0,1,1,1,1,1,0.1339757,0,0.23091726,1,1,1,1,1,0.050442129,0,0.028819112,1,1,1,1,1,0.341323644,0,0.521205897,0.521260842,0.521276596
-8207,1,0.4385,1,1,1,1,1,1,1,1,0.1518,0.4385,0,1,0.3189,1,1,1,1,1,1,0.085,0.3189,0,1,0.6269,1,1,1,0.162,0.6269,0,1,1,1,1,1,0.229791224,0,0.184924856,1,1,1,1,1,0.117210545,0,0.129913881,1,1,1,1,1,0.443088889,0,0.474746254,0.474719695,0.474734043
-8208,1,0.4385,1,1,1,1,1,1,1,1,0.2753,0.4385,0,1,0.3189,1,1,1,1,1,1,0.131,0.3189,0,1,0.6269,1,1,1,0.2111,0.6269,0,1,1,1,1,1,0.377829581,0,0.273320079,1,1,1,1,1,0.181574807,0,0.23946625,1,1,1,1,1,0.537349701,0,0.43819478,0.43812143,0.438386525
-8209,1,0.4385,1,1,1,1,1,1,1,1,0.2598,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1175,0.3189,0,1,0.6269,1,1,1,0.2862,0.6269,0,1,1,1,1,1,0.339502901,0,0.398807377,1,1,1,1,1,0.177578926,0,0.332493454,1,1,1,1,1,0.631440222,0,0.41481392,0.414639306,0.414893617
-8210,1,0.4385,1,1,1,1,1,1,1,1,0.2942,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2694,0.3189,0,1,0.6269,1,1,1,0.4525,0.6269,0,1,1,1,1,1,0.38321054,0,0.347730994,1,1,1,1,1,0.327879488,0,0.177964911,1,1,1,1,1,0.765933454,0,0.40242871,0.402580918,0.40248227
-8211,1,0.4385,1,1,1,1,1,1,1,1,0.2175,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4333,0.3189,0,1,0.6269,1,1,1,0.4866,0.6269,0,1,1,1,1,1,0.228670016,0,0.310366094,1,1,1,1,1,0.399000019,0,0.050641101,1,1,1,1,1,0.688322127,0,0.3969913,0.39686905,0.396719858
-8212,1,0.4385,1,1,1,1,1,1,1,1,0.1994,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4497,0.3189,0,1,0.6269,1,1,1,0.3433,0.6269,0,1,1,1,1,1,0.279794216,0,0.370854944,1,1,1,1,1,0.438750982,0,0.095394775,1,1,1,1,1,0.547831416,0,0.400132914,0.40004231,0.400265957
-8213,1,0.4385,1,1,1,1,1,1,1,1,0.1848,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4913,0.3189,0,1,0.6269,1,1,1,0.3781,0.6269,0,1,1,1,1,1,0.259054929,0,0.489140809,1,1,1,1,1,0.453076601,0,0.140114143,1,1,1,1,1,0.611272752,0,0.411793137,0.411677597,0.41179078
-8214,1,0.4385,1,1,1,1,1,1,1,1,0.1994,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4829,0.3189,0,1,0.6269,1,1,1,0.4047,0.6269,0,1,1,1,1,1,0.268646687,0,0.369204223,1,1,1,1,1,0.42590642,0,0.234647393,1,1,1,1,1,0.602829278,0,0.435536491,0.435582822,0.43572695
-8215,1,0.4385,1,1,1,1,1,1,1,1,0.169,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4011,0.3189,0,1,0.6269,1,1,1,0.3405,0.6269,0,1,1,1,1,1,0.179126531,0,0.519087315,1,1,1,1,1,0.35216397,0,0.267196864,1,1,1,1,1,0.446685314,0,0.460488159,0.460545801,0.460549645
-8216,1,0.4385,1,1,1,1,1,1,1,1,0.1806,0.4385,0.1664,1,0.3189,1,1,1,1,1,1,0.1746,0.3189,0.1072,1,0.6269,1,1,1,0.4088,0.6269,0.1736,1,1,1,1,1,0.166449547,0.179307997,0.599412441,1,1,1,1,1,0.182844415,0.110423848,0.475506306,1,1,1,1,1,0.610452473,0.408229232,0.49818753,0.498201819,0.49822695
-8217,1,0.4385,1,1,1,1,1,1,1,1,0.1407,0.4385,0.2594,1,0.3189,1,1,1,1,1,1,0.1821,0.3189,0.1988,1,0.6269,1,1,1,0.5027,0.6269,0.3693,1,1,1,1,1,0.199378416,0.303791553,0.747809052,1,1,1,1,1,0.187813714,0.240518272,0.921016216,1,1,1,1,1,0.736679316,0.643141747,0.527247463,0.527184261,0.52748227
-8218,1,0.4385,1,1,1,1,1,1,1,1,0.1057,0.4385,0.3346,1,0.3189,1,1,1,1,1,1,0.0773,0.3189,0.2289,1,0.6269,1,1,1,0.4026,0.6269,0.4742,1,1,1,1,1,0.126622468,0.381265402,0.420673907,1,1,1,1,1,0.106765784,0.299621403,0.413700759,1,1,1,1,1,0.555438936,0.694076121,0.542472209,0.542627459,0.542553191
-8219,1,0.4385,1,1,1,1,1,1,1,1,0.1289,0.4385,0.3242,1,0.3189,1,1,1,1,1,1,0,0.3189,0.2494,1,0.6269,1,1,1,0.2946,0.6269,0.4717,1,1,1,1,1,0.093443587,0.436313063,0.306886226,1,1,1,1,1,0.004850848,0.323040277,0.191934824,1,1,1,1,1,0.461767167,0.731453538,0.55080957,0.550666385,0.550975177
-8220,1,0.4385,1,1,1,1,1,1,1,1,0.082,0.4385,0.3183,1,0.3189,1,1,1,1,1,1,0,0.3189,0.2739,1,0.6269,1,1,1,0.2277,0.6269,0.4996,1,1,1,1,1,0.042809039,0.522485793,0.145951569,1,1,1,1,1,0.00799439,0.438950062,0.099058896,1,1,1,1,1,0.329640508,0.81018734,0.553769937,0.553839645,0.554078014
-8221,1,0.4385,1,1,1,1,1,1,1,1,0.0409,0.4385,0.3444,1,0.3189,1,1,1,1,1,1,0,0.3189,0.356,1,0.6269,1,1,1,0.3123,0.6269,0.4943,1,1,1,1,1,0.037870936,0.586857677,0.183162183,1,1,1,1,1,0.001372596,0.514297485,0.147184566,1,1,1,1,1,0.398653686,0.729041755,0.55080957,0.550666385,0.550975177
-8222,1,0.4385,1,1,1,1,1,1,1,1,0.0091,0.4385,0.3399,1,0.3189,1,1,1,1,1,1,0,0.3189,0.3581,1,0.6269,1,1,1,0.3538,0.6269,0.374,1,1,1,1,1,0.010178615,0.592258692,0.134558037,1,1,1,1,1,0,0.47160992,0.071712829,1,1,1,1,1,0.420088887,0.584767699,0.547728371,0.547704675,0.54787234
-8223,1,0.4385,1,1,1,1,1,1,1,1,0.0026,0.4385,0.2398,1,0.3189,1,1,1,1,1,1,0,0.3189,0.1753,1,0.6269,1,1,1,0.2214,0.6269,0.1676,1,1,1,1,1,0.000639219,0.413894713,0.120333001,1,1,1,1,1,0,0.243660003,0.125834554,1,1,1,1,1,0.307726949,0.425512731,0.562469792,0.562513222,0.5625
-8224,1,0.4385,1,1,1,1,1,1,1,1,0.0101,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0538,0.3189,0,1,0.6269,1,1,1,0.2013,0.6269,0,1,1,1,1,1,0.009307676,0.000418684,0.135382906,1,1,1,1,1,0.039994583,0,0.359549254,1,1,1,1,1,0.30415538,0,0.62820203,0.628093928,0.628546099
-8225,1,0.4385,1,1,1,1,1,1,1,1,0.019,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0606,0.3189,0,1,0.6269,1,1,1,0.1531,0.6269,0,1,1,1,1,1,0.021207234,0,0.355986536,1,1,1,1,1,0.07434611,0,0.394303143,1,1,1,1,1,0.230354577,0,0.665538908,0.665749947,0.665780142
-8226,1,0.4385,1,1,1,1,1,1,1,1,0.002,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0035,0.3189,0,1,0.6269,1,1,1,0.02,0.6269,0,1,1,1,1,1,0.000252724,0,0.501743257,1,1,1,1,1,0.003767488,0,0.98158747,1,1,1,1,1,0.013879325,0,0.661853552,0.661730484,0.662234043
-8227,1,0.4385,1,1,1,1,1,1,1,1,0.0213,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1061,0.3189,0,1,0.6269,1,1,1,0.031,0.6269,0,1,1,1,1,1,0.017695794,0,0.681870282,1,1,1,1,1,0.127547309,0,0.964828074,1,1,1,1,1,0.025700381,0,0.646447559,0.646498836,0.646719858
-8228,1,0.4385,1,1,1,1,1,1,1,1,0.0218,0.4385,0,1,0.3189,1,1,1,1,1,1,0.133,0.3189,0,1,0.6269,1,1,1,0.0124,0.6269,0,1,1,1,1,1,0.071349911,0,0.563194931,1,1,1,1,1,0.131235063,0,0.806841135,1,1,1,1,1,0.014036042,0,0.621314645,0.621324307,0.621453901
-8229,1,0.4385,1,1,1,1,1,1,1,1,0.1103,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2335,0.3189,0,1,0.6269,1,1,1,0.0285,0.6269,0,1,1,1,1,1,0.193988279,0,0.9370718,1,1,1,1,1,0.238085866,0,1,1,1,1,1,1,0.046275817,0,0.579809087,0.579860377,0.580230496
-8230,1,0.4385,1,1,1,1,1,1,1,1,0.1195,0.4385,0,1,0.3189,1,1,1,1,1,1,0.3696,0.3189,0,1,0.6269,1,1,1,0.0258,0.6269,0,1,1,1,1,1,0.194112688,0,0.959880948,1,1,1,1,1,0.345438451,0,1,1,1,1,1,1,0.057439499,0,0.524589174,0.524645653,0.524822695
-8231,1,0.4385,1,1,1,1,1,1,1,1,0.1302,0.4385,0,1,0.3189,1,1,1,1,1,1,0.206,0.3189,0,1,0.6269,1,1,1,0.0537,0.6269,0,1,1,1,1,1,0.220247731,0,0.790095568,1,1,1,1,1,0.271991014,0,1,1,1,1,1,1,0.127951443,0,0.472208797,0.472181087,0.47251773
-8232,1,0.4385,1,1,1,1,1,1,1,1,0.2015,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1976,0.3189,0,1,0.6269,1,1,1,0.1311,0.6269,0,1,1,1,1,1,0.293937713,0,0.990005791,1,1,1,1,1,0.342079937,0,1,1,1,1,1,1,0.321962386,0,0.437711455,0.437909879,0.437943262
-8233,1,0.4385,1,1,1,1,1,1,1,1,0.2281,0.4385,0,1,0.3189,1,1,1,1,1,1,0.3698,0.3189,0,1,0.6269,1,1,1,0.2143,0.6269,0,1,1,1,1,1,0.272192568,0,1,1,1,1,1,1,0.498212904,0,1,1,1,1,1,1,0.465011626,0,0.420311745,0.420351174,0.420212766
-8234,1,0.4385,1,1,1,1,1,1,1,1,0.2418,0.4385,0,1,0.3189,1,1,1,1,1,1,0.203,0.3189,0,1,0.6269,1,1,1,0.2763,0.6269,0,1,1,1,1,1,0.292998403,0,1,1,1,1,1,1,0.381218225,0,1,1,1,1,1,1,0.524216175,0,0.412518125,0.412523799,0.412677305
-8235,1,0.4385,1,1,1,1,1,1,1,1,0.1846,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1353,0.3189,0,1,0.6269,1,1,1,0.3579,0.6269,0,1,1,1,1,1,0.223772481,0,0.99147439,1,1,1,1,1,0.318560719,0,1,1,1,1,1,1,0.553635299,0,0.41161189,0.411677597,0.411347518
-8236,1,0.4385,1,1,1,1,1,1,1,1,0.2086,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1359,0.3189,0,1,0.6269,1,1,1,0.3708,0.6269,0,1,1,1,1,1,0.20246537,0,0.990980625,1,1,1,1,1,0.339164019,0,1,1,1,1,1,1,0.589667022,0,0.426111648,0.426063042,0.42641844
-8237,1,0.4385,1,1,1,1,1,1,1,1,0.2339,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1277,0.3189,0,1,0.6269,1,1,1,0.3193,0.6269,0,1,1,1,1,1,0.189386219,0,1,1,1,1,1,1,0.323456049,0,1,1,1,1,1,1,0.500536144,0,0.470154664,0.470065581,0.470301418
-8238,1,0.4385,1,1,1,1,1,1,1,1,0.1749,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0806,0.3189,0,1,0.6269,1,1,1,0.3522,0.6269,0,1,1,1,1,1,0.128333598,0,1,1,1,1,1,1,0.205544412,0,1,1,1,1,1,1,0.550755262,0,0.54942001,0.549397081,0.54964539
-8239,1,0.4385,1,1,1,1,1,1,1,1,0.1462,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0539,0.3189,0,1,0.6269,1,1,1,0.3951,0.6269,0,1,1,1,1,1,0.111111157,0,1,1,1,1,1,1,0.104203299,0,1,1,1,1,1,1,0.603925765,0,0.601498308,0.601650095,0.601507092
-8240,1,0.4385,1,1,1,1,1,1,1,1,0.2329,0.4385,0.0007,1,0.3189,1,1,1,1,1,1,0.0156,0.3189,0,1,0.6269,1,1,1,0.491,0.6269,0,1,1,1,1,1,0.141745389,0.001014402,1,1,1,1,1,1,0.088382632,3.32E-07,1,1,1,1,1,1,0.661757469,0,0.613339778,0.613285382,0.613475177
-8241,1,0.4385,1,1,1,1,1,1,1,1,0.3383,0.4385,0.0505,1,0.3189,1,1,1,1,1,1,0.018,0.3189,0.0292,1,0.6269,1,1,1,0.485,0.6269,0.0207,1,1,1,1,1,0.209437251,0.026645163,1,1,1,1,1,1,0.148865417,0.03287616,1,1,1,1,1,1,0.6455006,0.00097473,0.621495892,0.621535858,0.621897163
-8242,1,0.4385,1,1,1,1,1,1,1,1,0.3503,0.4385,0.1048,1,0.3189,1,1,1,1,1,1,0.2198,0.3189,0.1156,1,0.6269,1,1,1,0.4653,0.6269,0.0581,1,1,1,1,1,0.207237065,0.141669676,1,1,1,1,1,1,0.378893197,0.154149488,1,1,1,1,1,1,0.550421357,0.055409145,0.628081199,0.628093928,0.628546099
-8243,1,0.4385,1,1,1,1,1,1,1,1,0.3141,0.4385,0.1705,1,0.3189,1,1,1,1,1,1,0.2024,0.3189,0.2348,1,0.6269,1,1,1,0.3749,0.6269,0.0577,1,1,1,1,1,0.109442443,0.299427509,1,1,1,1,1,1,0.276743382,0.309363961,1,1,1,1,1,1,0.407886088,0.208423078,0.629047849,0.628940131,0.628989362
-8244,1,0.4385,1,1,1,1,1,1,1,1,0.2665,0.4385,0.1971,1,0.3189,1,1,1,1,1,1,0.1873,0.3189,0.1878,1,0.6269,1,1,1,0.3631,0.6269,0.0844,1,1,1,1,1,0.082340568,0.294794858,1,1,1,1,1,1,0.224581867,0.213472158,1,1,1,1,1,1,0.334290653,0.306086987,0.627295795,0.627459276,0.627216312
-8245,1,0.4385,1,1,1,1,1,1,1,1,0.2477,0.4385,0.1052,1,0.3189,1,1,1,1,1,1,0.2178,0.3189,0.1144,1,0.6269,1,1,1,0.2511,0.6269,0.1083,1,1,1,1,1,0.07493601,0.150754839,1,1,1,1,1,1,0.209249645,0.150377214,1,1,1,1,1,1,0.265924156,0.213908717,0.626449976,0.626613074,0.62677305
-8246,1,0.4385,1,1,1,1,1,1,1,1,0.0907,0.4385,0.2212,1,0.3189,1,1,1,1,1,1,0.0793,0.3189,0.2492,1,0.6269,1,1,1,0.0265,0.6269,0.1282,1,1,1,1,1,0.026651114,0.304602057,0.970216751,1,1,1,1,1,0.06037499,0.2911098,0.74820447,1,1,1,1,1,0.060960174,0.24653253,0.621193813,0.621324307,0.621453901
-8247,1,0.4385,1,1,1,1,1,1,1,1,0.2781,0.4385,0.0074,1,0.3189,1,1,1,1,1,1,0.1028,0.3189,0.0009,1,0.6269,1,1,1,0.0978,0.6269,0.0034,1,1,1,1,1,0.126306415,0.002657545,1,1,1,1,1,1,0.123924896,0.000669416,1,1,1,1,1,1,0.211293846,0.014162256,0.63098115,0.631055638,0.631205674
-8248,1,0.4385,1,1,1,1,1,1,1,1,0.2589,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1604,0.3189,0,1,0.6269,1,1,1,0.0739,0.6269,0,1,1,1,1,1,0.121635497,0,1,1,1,1,1,1,0.220141768,0,1,1,1,1,1,1,0.262946814,0,0.677682455,0.677596784,0.677748227
-8249,1,0.4385,1,1,1,1,1,1,1,1,0.2237,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2022,0.3189,0,1,0.6269,1,1,1,0.1044,0.6269,0,1,1,1,1,1,0.103256404,0,0.99267298,1,1,1,1,1,0.252242565,0,0.855179071,1,1,1,1,1,0.362003207,0,0.70559449,0.705733023,0.705673759
-8250,1,0.4385,1,1,1,1,1,1,1,1,0.1941,0.4385,0,1,0.3189,1,1,1,1,1,1,0.116,0.3189,0,1,0.6269,1,1,1,0.058,0.6269,0,1,1,1,1,1,0.126383021,0,0.858198047,1,1,1,1,1,0.138373524,0,0.91756022,1,1,1,1,1,0.323514551,0,0.696955051,0.697059446,0.697251773
-8251,1,0.4385,1,1,1,1,1,1,1,1,0.2119,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1106,0.3189,0,1,0.6269,1,1,1,0.045,0.6269,0,1,1,1,1,1,0.162266508,0,0.668922544,1,1,1,1,1,0.150311679,0,1,1,1,1,1,1,0.355102569,0,0.676051232,0.67611593,0.67641844
-8252,1,0.4385,1,1,1,1,1,1,1,1,0.1371,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0749,0.3189,0,1,0.6269,1,1,1,0.068,0.6269,0,1,1,1,1,1,0.119122699,0,1,1,1,1,1,1,0.116350867,0,1,1,1,1,1,1,0.343227565,0,0.645903818,0.645864184,0.645833333
-8253,1,0.4385,1,1,1,1,1,1,1,1,0.188,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0827,0.3189,0,1,0.6269,1,1,1,0.1301,0.6269,0,1,1,1,1,1,0.148837447,0,1,1,1,1,1,1,0.096714526,0,1,1,1,1,1,1,0.489823937,0,0.5979942,0.598053734,0.597960993
-8254,1,0.4385,1,1,1,1,1,1,1,1,0.2189,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0358,0.3189,0,1,0.6269,1,1,1,0.1855,0.6269,0,1,1,1,1,1,0.180609256,0,1,1,1,1,1,1,0.049021158,0,1,1,1,1,1,1,0.59027797,0,0.538484775,0.538607997,0.53856383
-8255,1,0.4385,1,1,1,1,1,1,1,1,0.1278,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2733,0.3189,0,1,0.6269,1,1,1,0.2267,0.6269,0,1,1,1,1,1,0.125879973,0,1,1,1,1,1,1,0.210410863,0,1,1,1,1,1,1,0.661383569,0,0.479096182,0.478950709,0.479166667
-8256,1,0.4385,1,1,1,1,1,1,1,1,0.1049,0.4385,0,1,0.3189,1,1,1,1,1,1,0.5603,0.3189,0,1,0.6269,1,1,1,0.1938,0.6269,0,1,1,1,1,1,0.100251324,0,1,1,1,1,1,1,0.47826007,0,1,1,1,1,1,1,0.590519428,0,0.436563557,0.436640575,0.436613475
-8257,1,0.4385,1,1,1,1,1,1,1,1,0.0455,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2084,0.3189,0,1,0.6269,1,1,1,0.0299,0.6269,0,1,1,1,1,1,0.076517902,0,0.591615736,1,1,1,1,1,0.191985279,0,1,1,1,1,1,1,0.048954256,0,0.413847269,0.413793103,0.41356383
-8258,1,0.4385,1,1,1,1,1,1,1,1,0.0599,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1381,0.3189,0,1,0.6269,1,1,1,0.0448,0.6269,0,1,1,1,1,1,0.04741516,0,0.704014182,1,1,1,1,1,0.136182442,0,0.994151831,1,1,1,1,1,0.098769285,0,0.40242871,0.402369367,0.40248227
-8259,1,0.4385,1,1,1,1,1,1,1,1,0.0172,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0781,0.3189,0,1,0.6269,1,1,1,0.059,0.6269,0,1,1,1,1,1,0.014762518,0,0.685671866,1,1,1,1,1,0.08230374,0,0.629026771,1,1,1,1,1,0.143113315,0,0.400374577,0.400465411,0.40070922
-8260,1,0.4385,1,1,1,1,1,1,1,1,0.0162,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0741,0.3189,0,1,0.6269,1,1,1,0.1345,0.6269,0,1,1,1,1,1,0.016080381,0,0.524860859,1,1,1,1,1,0.05831122,0,0.375491381,1,1,1,1,1,0.287031114,0,0.411672305,0.411677597,0.411347518
-8261,1,0.4385,1,1,1,1,1,1,1,1,0.0256,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0857,0.3189,0,1,0.6269,1,1,1,0.1154,0.6269,0,1,1,1,1,1,0.018355981,0,0.439163804,1,1,1,1,1,0.067340031,0,0.858187675,1,1,1,1,1,0.244176954,0,0.456802803,0.456737889,0.457003546
-8262,1,0.4385,1,1,1,1,1,1,1,1,0.0101,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0617,0.3189,0,1,0.6269,1,1,1,0.1262,0.6269,0,1,1,1,1,1,0.007500581,0,0.247735903,1,1,1,1,1,0.042527936,0,0.69698751,1,1,1,1,1,0.265724152,0,0.53939101,0.539454199,0.539450355
-8263,1,0.4385,1,1,1,1,1,1,1,1,0.0149,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0673,0.3189,0,1,0.6269,1,1,1,0.057,0.6269,0,1,1,1,1,1,0.011367943,0,0.148644358,1,1,1,1,1,0.048146121,0,0.497581452,1,1,1,1,1,0.133046657,0,0.588267279,0.588322403,0.588652482
-8264,1,0.4385,1,1,1,1,1,1,1,1,0.0516,0.4385,0.1639,1,0.3189,1,1,1,1,1,1,0.13,0.3189,0.1671,1,0.6269,1,1,1,0.078,0.6269,0.1291,1,1,1,1,1,0.051630266,0.296494901,0.022674326,1,1,1,1,1,0.10401918,0.290353894,1,1,1,1,1,1,0.169518217,0.281412572,0.598779604,0.598688386,0.59929078
-8265,1,0.4385,1,1,1,1,1,1,1,1,0.1304,0.4385,0.3664,1,0.3189,1,1,1,1,1,1,0.1494,0.3189,0.3708,1,0.6269,1,1,1,0.1321,0.6269,0.3395,1,1,1,1,1,0.119752653,0.568149567,0.308593124,1,1,1,1,1,0.131734595,0.559379041,0.996853471,1,1,1,1,1,0.243135378,0.539404273,0.601739971,0.601650095,0.601950355
-8266,1,0.4385,1,1,1,1,1,1,1,1,0.1708,0.4385,0.505,1,0.3189,1,1,1,1,1,1,0.2596,0.3189,0.5054,1,0.6269,1,1,1,0.1368,0.6269,0.4857,1,1,1,1,1,0.179936752,0.717381179,0.750325084,1,1,1,1,1,0.232998043,0.696205556,1,1,1,1,1,1,0.249330804,0.694236457,0.60161914,0.601650095,0.601507092
-8267,1,0.4385,1,1,1,1,1,1,1,1,0.2932,0.4385,0.5522,1,0.3189,1,1,1,1,1,1,0.418,0.3189,0.5503,1,0.6269,1,1,1,0.1237,0.6269,0.5507,1,1,1,1,1,0.311598748,0.767084658,0.992411673,1,1,1,1,1,0.377583146,0.750588417,1,1,1,1,1,1,0.221406713,0.752580285,0.599867086,0.599746139,0.599734043
-8268,1,0.4385,1,1,1,1,1,1,1,1,0.1637,0.4385,0.5432,1,0.3189,1,1,1,1,1,1,0.4016,0.3189,0.5484,1,0.6269,1,1,1,0.1671,0.6269,0.555,1,1,1,1,1,0.176207662,0.765912473,0.992450595,1,1,1,1,1,0.339317918,0.749267817,0.972984314,1,1,1,1,1,0.293510765,0.748132348,0.594308845,0.594457373,0.594414894
-8269,1,0.4385,1,1,1,1,1,1,1,1,0.1394,0.4385,0.5046,1,0.3189,1,1,1,1,1,1,0.2851,0.3189,0.5167,1,0.6269,1,1,1,0.1299,0.6269,0.5111,1,1,1,1,1,0.136515707,0.716980934,0.831174612,1,1,1,1,1,0.239467293,0.704404116,0.358461261,1,1,1,1,1,0.221310362,0.704455674,0.593221363,0.593188069,0.593085106
-8270,1,0.4385,1,1,1,1,1,1,1,1,0.1485,0.4385,0.39,1,0.3189,1,1,1,1,1,1,0.2727,0.3189,0.4102,1,0.6269,1,1,1,0.1171,0.6269,0.3886,1,1,1,1,1,0.146287993,0.604252517,0.421080053,1,1,1,1,1,0.246084213,0.595318198,0.338606834,1,1,1,1,1,0.212068871,0.574297547,0.591046399,0.591072562,0.590868794
-8271,1,0.4385,1,1,1,1,1,1,1,1,0.1331,0.4385,0.2203,1,0.3189,1,1,1,1,1,1,0.191,0.3189,0.2491,1,0.6269,1,1,1,0.0891,0.6269,0.2051,1,1,1,1,1,0.123935372,0.399148822,0.514924049,1,1,1,1,1,0.169848442,0.398737848,0.30270946,1,1,1,1,1,0.15620397,0.353945166,0.601437893,0.601438545,0.601507092
-8272,1,0.4385,1,1,1,1,1,1,1,1,0.0637,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2063,0.3189,0.0018,1,0.6269,1,1,1,0.0418,0.6269,0,1,1,1,1,1,0.069167078,0,0.354931533,1,1,1,1,1,0.180896521,0.00453483,0.335010231,1,1,1,1,1,0.091312312,0,0.659678589,0.659614978,0.66001773
-8273,1,0.4385,1,1,1,1,1,1,1,1,0.0188,0.4385,0,1,0.3189,1,1,1,1,1,1,0.082,0.3189,0,1,0.6269,1,1,1,0.0209,0.6269,0,1,1,1,1,1,0.026756886,0,0.347567856,1,1,1,1,1,0.065828279,0,0.165587693,1,1,1,1,1,0.048008695,0,0.706077815,0.706156124,0.706560284
-8274,1,0.4385,1,1,1,1,1,1,1,1,0.03,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0958,0.3189,0,1,0.6269,1,1,1,0.0412,0.6269,0,1,1,1,1,1,0.043260731,0,0.480054796,1,1,1,1,1,0.078765534,0,0.184448451,1,1,1,1,1,0.086501628,0,0.705715321,0.705733023,0.706117021
-8275,1,0.4385,1,1,1,1,1,1,1,1,0.0431,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0476,0.3189,0,1,0.6269,1,1,1,0.0295,0.6269,0,1,1,1,1,1,0.028335724,0,0.880066037,1,1,1,1,1,0.042772882,0,0.426027477,1,1,1,1,1,0.060143068,0,0.692242629,0.692405331,0.692375887
-8276,1,0.4385,1,1,1,1,1,1,1,1,0.0564,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0352,0.3189,0,1,0.6269,1,1,1,0.0347,0.6269,0,1,1,1,1,1,0.03579488,0,0.944016457,1,1,1,1,1,0.032262821,0,0.738762021,1,1,1,1,1,0.074148864,0,0.668438859,0.668500106,0.668882979
-8277,1,0.4385,1,1,1,1,1,1,1,1,0.0461,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0521,0.3189,0,1,0.6269,1,1,1,0.0309,0.6269,0,1,1,1,1,1,0.022191439,0,1,1,1,1,1,1,0.042864196,0,0.581073344,1,1,1,1,1,0.068674326,0,0.625543741,0.62555532,0.625886525
-8278,1,0.4385,1,1,1,1,1,1,1,1,0.0673,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0412,0.3189,0,1,0.6269,1,1,1,0.0188,0.6269,0,1,1,1,1,1,0.031199729,0,1,1,1,1,1,1,0.036955513,0,0.427625448,1,1,1,1,1,0.044715781,0,0.563738521,0.563782526,0.563829787
-8279,1,0.4385,1,1,1,1,1,1,1,1,0.0616,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0311,0.3189,0,1,0.6269,1,1,1,0.0248,0.6269,0,1,1,1,1,1,0.025080599,0,1,1,1,1,1,1,0.029366408,0,0.415565699,1,1,1,1,1,0.06964799,0,0.506162397,0.506240745,0.506205674
-8280,1,0.4385,1,1,1,1,1,1,1,1,0.083,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0369,0.3189,0,1,0.6269,1,1,1,0.0068,0.6269,0,1,1,1,1,1,0.049493894,0,1,1,1,1,1,1,0.040588725,0,0.42053169,1,1,1,1,1,0.029862851,0,0.470154664,0.470065581,0.470301418
-8281,1,0.4385,1,1,1,1,1,1,1,1,0.052,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0433,0.3189,0,1,0.6269,1,1,1,0.0176,0.6269,0,1,1,1,1,1,0.015575366,0,1,1,1,1,1,1,0.039503362,0,0.63803798,1,1,1,1,1,0.06241842,0,0.452694538,0.452718426,0.452570922
-8282,1,0.4385,1,1,1,1,1,1,1,1,0.0387,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0224,0.3189,0,1,0.6269,1,1,1,0.0052,0.6269,0,1,1,1,1,1,0.011476536,0,1,1,1,1,1,1,0.0209393,0,0.346174896,1,1,1,1,1,0.025207844,0,0.444900918,0.444891051,0.445035461
-8283,1,0.4385,1,1,1,1,1,1,1,1,0.0318,0.4385,0,1,0.3189,1,1,1,1,1,1,0.039,0.3189,0,1,0.6269,1,1,1,0.0073,0.6269,0,1,1,1,1,1,0.008862212,0,0.999928355,1,1,1,1,1,0.030498886,0,0.56641835,1,1,1,1,1,0.036860287,0,0.445505075,0.445525703,0.445478723
-8284,1,0.4385,1,1,1,1,1,1,1,1,0.1215,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0524,0.3189,0,1,0.6269,1,1,1,0.0936,0.6269,0,1,1,1,1,1,0.065029971,0,0.794135153,1,1,1,1,1,0.062754422,0,0.77061367,1,1,1,1,1,0.187562183,0,0.461333978,0.461392003,0.46143617
-8285,1,0.4385,1,1,1,1,1,1,1,1,0.1081,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0197,0.3189,0,1,0.6269,1,1,1,0.1105,0.6269,0,1,1,1,1,1,0.06309475,0,0.491611242,1,1,1,1,1,0.045414876,0,0.885925174,1,1,1,1,1,0.228637382,0,0.508276945,0.508144701,0.508421986
-8286,1,0.4385,1,1,1,1,1,1,1,1,0.122,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0123,0.3189,0,1,0.6269,1,1,1,0.1035,0.6269,0,1,1,1,1,1,0.074628592,0,0.298991561,1,1,1,1,1,0.035433594,0,0.704483271,1,1,1,1,1,0.208195418,0,0.592496375,0.592553417,0.592641844
-8287,1,0.4385,1,1,1,1,1,1,1,1,0.1038,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0136,0.3189,0,1,0.6269,1,1,1,0.1224,0.6269,0,1,1,1,1,1,0.086863056,0,0.26747185,1,1,1,1,1,0.029020038,0,0.335893214,1,1,1,1,1,0.233744979,0,0.636358144,0.636344404,0.636524823
-8288,1,0.4385,1,1,1,1,1,1,1,1,0.0631,0.4385,0.1778,1,0.3189,1,1,1,1,1,1,0.003,0.3189,0.1731,1,0.6269,1,1,1,0.1554,0.6269,0.2344,1,1,1,1,1,0.033121828,0.364806533,0.519305229,1,1,1,1,1,0.003218823,0.230903298,0.265934289,1,1,1,1,1,0.227672607,0.479087472,0.638895602,0.638883012,0.639184397
-8289,1,0.4385,1,1,1,1,1,1,1,1,0.0126,0.4385,0.3212,1,0.3189,1,1,1,1,1,1,0,0.3189,0.3189,1,0.6269,1,1,1,0.0035,0.6269,0.4291,1,1,1,1,1,0.000820297,0.565757811,0.575826406,1,1,1,1,1,0.000239302,0.415670931,0.840845883,1,1,1,1,1,0.020054573,0.689843893,0.636237313,0.636344404,0.636524823
-8290,1,0.4385,1,1,1,1,1,1,1,1,0.0317,0.4385,0.4819,1,0.3189,1,1,1,1,1,1,0,0.3189,0.4777,1,0.6269,1,1,1,0.0326,0.6269,0.5946,1,1,1,1,1,0.0109803,0.756870091,0.256356597,1,1,1,1,1,0.000521378,0.607785523,0.131545559,1,1,1,1,1,0.087693192,0.87215054,0.63321653,0.633171144,0.633421986
-8291,1,0.4385,1,1,1,1,1,1,1,1,0.033,0.4385,0.481,1,0.3189,1,1,1,1,1,1,0.0056,0.3189,0.4466,1,0.6269,1,1,1,0.0336,0.6269,0.6144,1,1,1,1,1,0.028657965,0.76620096,0.163773805,1,1,1,1,1,0.006520491,0.573669434,0.124420427,1,1,1,1,1,0.074808016,0.931876242,0.628866602,0.62872858,0.628989362
-8292,1,0.4385,1,1,1,1,1,1,1,1,0.0182,0.4385,0.4657,1,0.3189,1,1,1,1,1,1,0.0077,0.3189,0.4597,1,0.6269,1,1,1,0.0253,0.6269,0.6329,1,1,1,1,1,0.011463087,0.752373219,0.123599991,1,1,1,1,1,0.007750277,0.627819359,0.100502357,1,1,1,1,1,0.04491964,0.937800646,0.621193813,0.621324307,0.621453901
-8293,1,0.4385,1,1,1,1,1,1,1,1,0.0127,0.4385,0.4725,1,0.3189,1,1,1,1,1,1,0.0205,0.3189,0.4995,1,0.6269,1,1,1,0.0183,0.6269,0.5798,1,1,1,1,1,0.017128317,0.754975319,0.215188056,1,1,1,1,1,0.022092625,0.681372344,0.1828686,1,1,1,1,1,0.029828303,0.881824613,0.619139681,0.61899725,0.619237589
-8294,1,0.4385,1,1,1,1,1,1,1,1,0.035,0.4385,0.3945,1,0.3189,1,1,1,1,1,1,0.0483,0.3189,0.4403,1,0.6269,1,1,1,0.0211,0.6269,0.4193,1,1,1,1,1,0.03593393,0.672553897,0.195122853,1,1,1,1,1,0.039921299,0.620853186,0.150442421,1,1,1,1,1,0.029265683,0.75399518,0.614487675,0.614554686,0.614361702
-8295,1,0.4385,1,1,1,1,1,1,1,1,0.0436,0.4385,0.2277,1,0.3189,1,1,1,1,1,1,0.0348,0.3189,0.2698,1,0.6269,1,1,1,0.0328,0.6269,0.2621,1,1,1,1,1,0.055559672,0.464760303,0.18513377,1,1,1,1,1,0.030053727,0.431715369,0.166254714,1,1,1,1,1,0.065985858,0.517894804,0.625664572,0.625766871,0.625886525
-8296,1,0.4385,1,1,1,1,1,1,1,1,0.0515,0.4385,0.0087,1,0.3189,1,1,1,1,1,1,0.0204,0.3189,0.0372,1,0.6269,1,1,1,0.0286,0.6269,0,1,1,1,1,1,0.084287107,0.03741717,0.155796558,1,1,1,1,1,0.015969533,0.139741436,0.151598439,1,1,1,1,1,0.092129044,0,0.685053166,0.685001058,0.685283688
-8297,1,0.4385,1,1,1,1,1,1,1,1,0.0631,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0601,0.3189,0,1,0.6269,1,1,1,0.0319,0.6269,0,1,1,1,1,1,0.095959418,0,0.273520648,1,1,1,1,1,0.063119367,0,0.130317017,1,1,1,1,1,0.103030361,0,0.728733688,0.728792046,0.728723404
-8298,1,0.4385,1,1,1,1,1,1,1,1,0.0738,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0109,0.3189,0,1,0.6269,1,1,1,0.0573,0.6269,0,1,1,1,1,1,0.07979963,0,0.249644607,1,1,1,1,1,0.024117252,0,0.229719639,1,1,1,1,1,0.141899645,0,0.72577332,0.725830336,0.72606383
-8299,1,0.4385,1,1,1,1,1,1,1,1,0.0682,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0115,0.3189,0,1,0.6269,1,1,1,0.0839,0.6269,0,1,1,1,1,1,0.048630685,0,0.432160914,1,1,1,1,1,0.031795241,0,0.372123837,1,1,1,1,1,0.164827615,0,0.712602707,0.712714195,0.712765957
-8300,1,0.4385,1,1,1,1,1,1,1,1,0.108,0.4385,0,1,0.3189,1,1,1,1,1,1,0.009,0.3189,0,1,0.6269,1,1,1,0.1177,0.6269,0,1,1,1,1,1,0.125269234,0,0.416066766,1,1,1,1,1,0.045853451,0,0.348174632,1,1,1,1,1,0.222701982,0,0.688315611,0.688385868,0.688386525
-8301,1,0.4385,1,1,1,1,1,1,1,1,0.06,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0182,0.3189,0,1,0.6269,1,1,1,0.1245,0.6269,0,1,1,1,1,1,0.072405882,0,0.549788654,1,1,1,1,1,0.036487013,0,0.359678298,1,1,1,1,1,0.272916764,0,0.646810053,0.646710387,0.647163121
-8302,1,0.4385,1,1,1,1,1,1,1,1,0.0476,0.4385,0,1,0.3189,1,1,1,1,1,1,0.011,0.3189,0,1,0.6269,1,1,1,0.0701,0.6269,0,1,1,1,1,1,0.065976143,0,0.45144254,1,1,1,1,1,0.022740819,0,0.282496363,1,1,1,1,1,0.170551047,0,0.585004833,0.584937593,0.585106383
-8303,1,0.4385,1,1,1,1,1,1,1,1,0.0559,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0024,0.3189,0,1,0.6269,1,1,1,0.0846,0.6269,0,1,1,1,1,1,0.054068409,0,0.331399918,1,1,1,1,1,0.003284852,0,0.29928875,1,1,1,1,1,0.209208533,0,0.525737071,0.525703406,0.52570922
-8304,1,0.4385,1,1,1,1,1,1,1,1,0.062,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0044,0.3189,0,1,0.6269,1,1,1,0.0909,0.6269,0,1,1,1,1,1,0.059947371,0,0.281959087,1,1,1,1,1,0.004656905,0,0.282507867,1,1,1,1,1,0.199599177,0,0.485923151,0.485931881,0.485815603
-8305,1,0.4385,1,1,1,1,1,1,1,1,0.1004,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0032,0.3189,0,1,0.6269,1,1,1,0.0809,0.6269,0,1,1,1,1,1,0.079307109,0,0.249934345,1,1,1,1,1,0.005369035,0,0.29902333,1,1,1,1,1,0.192828134,0,0.46562349,0.465623017,0.465868794
-8306,1,0.4385,1,1,1,1,1,1,1,1,0.0761,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0126,0.3189,0,1,0.6269,1,1,1,0.075,0.6269,0,1,1,1,1,1,0.084896185,0,0.252833098,1,1,1,1,1,0.006691203,0,0.448342443,1,1,1,1,1,0.181070879,0,0.457225713,0.45716099,0.457446809
-8307,1,0.4385,1,1,1,1,1,1,1,1,0.1068,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0102,0.3189,0,1,0.6269,1,1,1,0.0823,0.6269,0,1,1,1,1,1,0.122351609,0,0.52502352,1,1,1,1,1,0.010662649,0,0.651947439,1,1,1,1,1,0.178924292,0,0.458131948,0.458007193,0.457890071
-8308,1,0.4385,1,1,1,1,1,1,1,1,0.1003,0.4385,0,1,0.3189,1,1,1,1,1,1,0.003,0.3189,0,1,0.6269,1,1,1,0.0965,0.6269,0,1,1,1,1,1,0.099787071,0,0.722268224,1,1,1,1,1,0.011973428,0,0.744705737,1,1,1,1,1,0.211412162,0,0.47202755,0.471969537,0.472074468
-8309,1,0.4385,1,1,1,1,1,1,1,1,0.085,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0169,0.3189,0,1,0.6269,1,1,1,0.1108,0.6269,0,1,1,1,1,1,0.102518447,0,0.709388614,1,1,1,1,1,0.029741194,0,0.586244047,1,1,1,1,1,0.222490728,0,0.518003867,0.517876031,0.518173759
-8310,1,0.4385,1,1,1,1,1,1,1,1,0.0988,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0965,0.3189,0,1,0.6269,1,1,1,0.1032,0.6269,0,1,1,1,1,1,0.125089943,0,0.733884156,1,1,1,1,1,0.0911652,0,0.604977489,1,1,1,1,1,0.155466601,0,0.601075399,0.601015443,0.601507092
-8311,1,0.4385,1,1,1,1,1,1,1,1,0.0647,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1271,0.3189,0,1,0.6269,1,1,1,0.1046,0.6269,0,1,1,1,1,1,0.083322421,0,0.638765812,1,1,1,1,1,0.114447005,0,0.550896645,1,1,1,1,1,0.195247337,0,0.643064282,0.643114026,0.643173759
-8312,1,0.4385,1,1,1,1,1,1,1,1,0.0766,0.4385,0.2204,1,0.3189,1,1,1,1,1,1,0.1121,0.3189,0.2305,1,0.6269,1,1,1,0.1474,0.6269,0.1859,1,1,1,1,1,0.119975314,0.420456827,0.324604601,1,1,1,1,1,0.111819893,0.416239709,0.351398945,1,1,1,1,1,0.20354715,0.453699529,0.645239246,0.645229532,0.645390071
-8313,1,0.4385,1,1,1,1,1,1,1,1,0.0356,0.4385,0.4407,1,0.3189,1,1,1,1,1,1,0.0327,0.3189,0.4559,1,0.6269,1,1,1,0.1306,0.6269,0.3751,1,1,1,1,1,0.076819003,0.70040524,0.301680565,1,1,1,1,1,0.039303605,0.699674904,0.439842165,1,1,1,1,1,0.17906867,0.717582941,0.636297728,0.636344404,0.636524823
-8314,1,0.4385,1,1,1,1,1,1,1,1,0.0067,0.4385,0.596,1,0.3189,1,1,1,1,1,1,0.0058,0.3189,0.6076,1,0.6269,1,1,1,0.0611,0.6269,0.5385,1,1,1,1,1,0.013533183,0.87091738,0.383235574,1,1,1,1,1,0.007930351,0.857663333,0.445109725,1,1,1,1,1,0.089118287,0.864742756,0.628020783,0.628093928,0.628102837
-8315,1,0.4385,1,1,1,1,1,1,1,1,0.0002,0.4385,0.6674,1,0.3189,1,1,1,1,1,1,0,0.3189,0.6761,1,0.6269,1,1,1,0.0166,0.6269,0.6186,1,1,1,1,1,0.00090678,0.931101501,0.284281075,1,1,1,1,1,2.58E-05,0.923980832,0.21721518,1,1,1,1,1,0.052939657,0.922588468,0.619441759,0.619420351,0.619680851
-8316,1,0.4385,1,1,1,1,1,1,1,1,0,0.4385,0.6674,1,0.3189,1,1,1,1,1,1,0,0.3189,0.6782,1,0.6269,1,1,1,0.0085,0.6269,0.5954,1,1,1,1,1,0,0.932857811,0.175820112,1,1,1,1,1,3.31E-05,0.931600928,0.194712847,1,1,1,1,1,0.040301871,0.86641854,0.610198163,0.610323673,0.61037234
-8317,1,0.4385,1,1,1,1,1,1,1,1,0,0.4385,0.6298,1,0.3189,1,1,1,1,1,1,0,0.3189,0.6478,1,0.6269,1,1,1,0.009,0.6269,0.5605,1,1,1,1,1,0,0.885603011,0.174454093,1,1,1,1,1,1.96E-05,0.885185361,0.138772771,1,1,1,1,1,0.038498264,0.785890043,0.60621073,0.60630421,0.606382979
-8318,1,0.4385,1,1,1,1,1,1,1,1,0,0.4385,0.5087,1,0.3189,1,1,1,1,1,1,0,0.3189,0.5328,1,0.6269,1,1,1,0.0051,0.6269,0.3817,1,1,1,1,1,0.000248046,0.771501184,0.163983896,1,1,1,1,1,1.06E-05,0.781086683,0.163801312,1,1,1,1,1,0.016967893,0.728982866,0.601860802,0.601861646,0.601950355
-8319,1,0.4385,1,1,1,1,1,1,1,1,0.0096,0.4385,0.3243,1,0.3189,1,1,1,1,1,1,0,0.3189,0.3529,1,0.6269,1,1,1,0.0144,0.6269,0.2414,1,1,1,1,1,0.007266218,0.558424115,0.07532765,1,1,1,1,1,0,0.580410421,0.053981416,1,1,1,1,1,0.023503235,0.502051592,0.610016916,0.609900571,0.609929078
-8320,1,0.4385,1,1,1,1,1,1,1,1,0.0432,0.4385,0.02,1,0.3189,1,1,1,1,1,1,0.0389,0.3189,0.0951,1,0.6269,1,1,1,0.0259,0.6269,0,1,1,1,1,1,0.056703988,0.08405149,0.106507041,1,1,1,1,1,0.044835754,0.237643391,0.032164663,1,1,1,1,1,0.043661006,0,0.666505558,0.66659615,0.666666667
-8321,1,0.4385,1,1,1,1,1,1,1,1,0.0272,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0575,0.3189,0,1,0.6269,1,1,1,0.045,0.6269,0,1,1,1,1,1,0.05584643,0,0.073222369,1,1,1,1,1,0.049443204,0,0.027716754,1,1,1,1,1,0.061289135,0,0.718281779,0.718214512,0.718528369
-8322,1,0.4385,1,1,1,1,1,1,1,1,0.0442,0.4385,0,1,0.3189,1,1,1,1,1,1,0.079,0.3189,0,1,0.6269,1,1,1,0.0883,0.6269,0,1,1,1,1,1,0.104342826,0,0.037650038,1,1,1,1,1,0.076158233,0,0.024071731,1,1,1,1,1,0.137339085,0,0.718946351,0.718849164,0.719414894
-8323,1,0.4385,1,1,1,1,1,1,1,1,0.0218,0.4385,0,1,0.3189,1,1,1,1,1,1,0.031,0.3189,0,1,0.6269,1,1,1,0.1344,0.6269,0,1,1,1,1,1,0.040947523,0,0.010061362,1,1,1,1,1,0.034376923,0,0.003171728,1,1,1,1,1,0.314635634,0,0.707709038,0.707636979,0.707890071
-8324,1,0.4385,1,1,1,1,1,1,1,1,0.0348,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0624,0.3189,0,1,0.6269,1,1,1,0.1204,0.6269,0,1,1,1,1,1,0.057467576,0,0.00670602,1,1,1,1,1,0.062045675,0,0.007308901,1,1,1,1,1,0.314932972,0,0.685657322,0.68563571,0.68572695
-8325,1,0.4385,1,1,1,1,1,1,1,1,0.0001,0.4385,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6269,1,1,1,0,0.6269,0,1,1,1,1,1,0,0,0.022089591,1,1,1,1,1,2.52E-05,0,0.01073508,1,1,1,1,1,0.009510082,0,0.645360077,0.645441083,0.645833333
-8326,1,0.4385,1,1,1,1,1,1,1,1,0.002,0.4385,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6269,1,1,1,0.0003,0.6269,0,1,1,1,1,1,9.39E-06,0,0.057334721,1,1,1,1,1,0,0,0.023151049,1,1,1,1,1,0.007609539,0,0.584823586,0.584726042,0.584663121
-8327,1,0.4385,1,1,1,1,1,1,1,1,0.0042,0.4385,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6269,1,1,1,0.0007,0.6269,0,1,1,1,1,1,6.94E-05,0,0.041145016,1,1,1,1,1,2.36E-05,0,0,1,1,1,1,1,0.008779565,0,0.526280812,0.526338058,0.526595745
-8328,1,0.4385,1,1,1,1,1,1,1,1,0.004,0.4385,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6269,1,1,1,0.0001,0.6269,0,1,1,1,1,1,9.14E-05,0,0.02886492,1,1,1,1,1,0.000108278,0,0,1,1,1,1,1,0.011220998,0,0.487493958,0.487624286,0.487588652
-8329,1,0.4385,1,1,1,1,1,1,1,1,0.0029,0.4385,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6269,1,1,1,0.0016,0.6269,0,1,1,1,1,1,0.00012011,0,0.014182524,1,1,1,1,1,0.000142112,0,0,1,1,1,1,1,0.016697779,0,0.468704688,0.468796277,0.468528369
-8330,1,0.4385,1,1,1,1,1,1,1,1,0.1029,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2454,0.3189,0,1,0.6269,1,1,1,0.2272,0.6269,0,1,1,1,1,1,0.112255111,0,0.005571306,1,1,1,1,1,0.279806733,0,0.123847388,1,1,1,1,1,0.572435141,0,0.460246496,0.46033425,0.460106383
-8331,1,0.4385,1,1,1,1,1,1,1,1,0.1907,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2726,0.3189,0,1,0.6269,1,1,1,0.2156,0.6269,0,1,1,1,1,1,0.244342893,0,0.003479216,1,1,1,1,1,0.372411519,0,0.122132465,1,1,1,1,1,0.523012996,0,0.460246496,0.46033425,0.460106383
-8332,1,0.4385,1,1,1,1,1,1,1,1,0.1812,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2391,0.3189,0,1,0.6269,1,1,1,0.1683,0.6269,0,1,1,1,1,1,0.246577293,0,0.025358411,1,1,1,1,1,0.319903851,0,0.227439806,1,1,1,1,1,0.408313423,0,0.474142098,0.474085043,0.47429078
-8333,1,0.4385,1,1,1,1,1,1,1,1,0.1798,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2718,0.3189,0,1,0.6269,1,1,1,0.1724,0.6269,0,1,1,1,1,1,0.249381244,0,0.070204757,1,1,1,1,1,0.341213495,0,0.195664659,1,1,1,1,1,0.36561957,0,0.519393427,0.519356886,0.519503546
-8334,1,0.4385,1,1,1,1,1,1,1,1,0.1801,0.4385,0,1,0.3189,1,1,1,1,1,1,0.3071,0.3189,0,1,0.6269,1,1,1,0.1478,0.6269,0,1,1,1,1,1,0.22853969,0,0.035712495,1,1,1,1,1,0.348884732,0,0.102704465,1,1,1,1,1,0.363620728,0,0.600471242,0.600592342,0.600620567
-8335,1,0.4385,1,1,1,1,1,1,1,1,0.2381,0.4385,0,1,0.3189,1,1,1,1,1,1,0.3513,0.3189,0,1,0.6269,1,1,1,0.1368,0.6269,0,1,1,1,1,1,0.300911307,0,0.062597662,1,1,1,1,1,0.42706275,0,0.216618866,1,1,1,1,1,0.351999134,0,0.642701788,0.642690924,0.642730496
-8336,1,0.4385,1,1,1,1,1,1,1,1,0.2092,0.4385,0.2408,1,0.3189,1,1,1,1,1,1,0.3356,0.3189,0.2428,1,0.6269,1,1,1,0.1184,0.6269,0.1644,1,1,1,1,1,0.25645116,0.417175472,0.028558359,1,1,1,1,1,0.39017421,0.421692878,0.358292699,1,1,1,1,1,0.318798482,0.450447202,0.644453842,0.64459488,0.644503546
-8337,1,0.4385,1,1,1,1,1,1,1,1,0.1807,0.4385,0.4528,1,0.3189,1,1,1,1,1,1,0.241,0.3189,0.4519,1,0.6269,1,1,1,0.15,0.6269,0.3957,1,1,1,1,1,0.230285481,0.702283084,0.018834006,1,1,1,1,1,0.28248319,0.685496628,0.302301586,1,1,1,1,1,0.403266728,0.714601576,0.637083132,0.637190607,0.637411348
-8338,1,0.4385,1,1,1,1,1,1,1,1,0.1406,0.4385,0.5998,1,0.3189,1,1,1,1,1,1,0.2151,0.3189,0.5844,1,0.6269,1,1,1,0.1367,0.6269,0.5178,1,1,1,1,1,0.118568763,0.84514606,0.064041749,1,1,1,1,1,0.225320831,0.811694622,0.508992195,1,1,1,1,1,0.300531954,0.846289515,0.630497825,0.630632536,0.630762411
-8339,1,0.4385,1,1,1,1,1,1,1,1,0.176,0.4385,0.6552,1,0.3189,1,1,1,1,1,1,0.1714,0.3189,0.6405,1,0.6269,1,1,1,0.1143,0.6269,0.4817,1,1,1,1,1,0.101675645,0.898849547,0.164447963,1,1,1,1,1,0.150299489,0.879361451,0.499171764,1,1,1,1,1,0.274285674,0.912464857,0.621495892,0.621535858,0.621897163
-8340,1,0.4385,1,1,1,1,1,1,1,1,0.1906,0.4385,0.6695,1,0.3189,1,1,1,1,1,1,0.1112,0.3189,0.667,1,0.6269,1,1,1,0.1208,0.6269,0.4361,1,1,1,1,1,0.105232947,0.929873049,0.387821168,1,1,1,1,1,0.108865865,0.931478262,0.668431997,1,1,1,1,1,0.285541922,0.899864554,0.609171097,0.609265919,0.609485816
-8341,1,0.4385,1,1,1,1,1,1,1,1,0.2478,0.4385,0.6377,1,0.3189,1,1,1,1,1,1,0.0447,0.3189,0.6421,1,0.6269,1,1,1,0.2031,0.6269,0.3704,1,1,1,1,1,0.156847835,0.890422225,0.556633115,1,1,1,1,1,0.039286017,0.892316878,0.367585897,1,1,1,1,1,0.458534181,0.819909215,0.600833736,0.600803893,0.60106383
-8342,1,0.4385,1,1,1,1,1,1,1,1,0.1426,0.4385,0.5151,1,0.3189,1,1,1,1,1,1,0.0484,0.3189,0.5325,1,0.6269,1,1,1,0.1951,0.6269,0.346,1,1,1,1,1,0.112362131,0.776547134,0.383151889,1,1,1,1,1,0.036668949,0.784914494,0.513046861,1,1,1,1,1,0.539067745,0.716174066,0.596362977,0.596361329,0.596631206
-8343,1,0.4385,1,1,1,1,1,1,1,1,0.254,0.4385,0.3276,1,0.3189,1,1,1,1,1,1,0.0866,0.3189,0.3499,1,0.6269,1,1,1,0.2233,0.6269,0.2094,1,1,1,1,1,0.286417663,0.557758629,0.371379018,1,1,1,1,1,0.087720685,0.56766659,0.403868854,1,1,1,1,1,0.568391681,0.493151486,0.6030087,0.602919399,0.603280142
-8344,1,0.4385,1,1,1,1,1,1,1,1,0.2617,0.4385,0.0316,1,0.3189,1,1,1,1,1,1,0.1261,0.3189,0.1018,1,0.6269,1,1,1,0.2219,0.6269,0,1,1,1,1,1,0.312287569,0.107927516,0.537762582,1,1,1,1,1,0.161510736,0.228734151,0.724747181,1,1,1,1,1,0.52710104,0,0.657805703,0.657711022,0.658244681
-8345,1,0.4385,1,1,1,1,1,1,1,1,0.2187,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2196,0.3189,0,1,0.6269,1,1,1,0.3204,0.6269,0,1,1,1,1,1,0.321942031,0,0.487307787,1,1,1,1,1,0.282289237,0,0.515324414,1,1,1,1,1,0.635837317,0,0.696532141,0.696636344,0.696365248
-8346,1,0.4385,1,1,1,1,1,1,1,1,0.2412,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2162,0.3189,0,1,0.6269,1,1,1,0.3861,0.6269,0,1,1,1,1,1,0.332131654,0,0.434217185,1,1,1,1,1,0.302764028,0,0.367906034,1,1,1,1,1,0.688716471,0,0.687953117,0.687962767,0.687943262
-8347,1,0.4385,1,1,1,1,1,1,1,1,0.2295,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1308,0.3189,0,1,0.6269,1,1,1,0.3229,0.6269,0,1,1,1,1,1,0.19720912,0,0.675443292,1,1,1,1,1,0.201991647,0,0.432688773,1,1,1,1,1,0.587006032,0,0.671157564,0.671250264,0.671099291
-8348,1,0.4385,1,1,1,1,1,1,1,1,0.1892,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0995,0.3189,0,1,0.6269,1,1,1,0.3866,0.6269,0,1,1,1,1,1,0.233685344,0,0.565024137,1,1,1,1,1,0.14761883,0,0.32784006,1,1,1,1,1,0.523156941,0,0.649951667,0.649883647,0.649822695
-8349,1,0.4385,1,1,1,1,1,1,1,1,0.1409,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2238,0.3189,0,1,0.6269,1,1,1,0.3362,0.6269,0,1,1,1,1,1,0.185392097,0,0.264021069,1,1,1,1,1,0.250598967,0,0.157289788,1,1,1,1,1,0.51508671,0,0.619139681,0.619208801,0.619237589
-8350,1,0.4385,1,1,1,1,1,1,1,1,0.2206,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1772,0.3189,0,1,0.6269,1,1,1,0.4134,0.6269,0,1,1,1,1,1,0.188430145,0,0.227910757,1,1,1,1,1,0.193865597,0,0.259302616,1,1,1,1,1,0.582790017,0,0.570323828,0.570340597,0.570478723
-8351,1,0.4385,1,1,1,1,1,1,1,1,0.2582,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1505,0.3189,0,1,0.6269,1,1,1,0.5237,0.6269,0,1,1,1,1,1,0.324524045,0,0.194698274,1,1,1,1,1,0.167255431,0,0.111567803,1,1,1,1,1,0.72603476,0,0.516553891,0.516606727,0.516843972
-8352,1,0.4385,1,1,1,1,1,1,1,1,0.0064,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0061,0.3189,0,1,0.6269,1,1,1,0.1839,0.6269,0,1,1,1,1,1,0.01041501,0,0.537790895,1,1,1,1,1,0.005871732,0,0.334172785,1,1,1,1,1,0.239857182,0,0.475894152,0.475777449,0.47606383
-8353,1,0.4385,1,1,1,1,1,1,1,1,0.1919,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1445,0.3189,0,1,0.6269,1,1,1,0.4123,0.6269,0,1,1,1,1,1,0.239711955,0,0.418361843,1,1,1,1,1,0.148912132,0,0.21388194,1,1,1,1,1,0.508985639,0,0.452090382,0.452083774,0.45212766
-8354,1,0.4385,1,1,1,1,1,1,1,1,0.1313,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1181,0.3189,0,1,0.6269,1,1,1,0.4328,0.6269,0,1,1,1,1,1,0.185873419,0,0.354446858,1,1,1,1,1,0.125957698,0,0.176098436,1,1,1,1,1,0.489702165,0,0.441759304,0.441929342,0.441932624
-8355,1,0.4385,1,1,1,1,1,1,1,1,0.1241,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0947,0.3189,0,1,0.6269,1,1,1,0.3879,0.6269,0,1,1,1,1,1,0.172160983,0,0.262086868,1,1,1,1,1,0.11575675,0,0.089919902,1,1,1,1,1,0.472656518,0,0.438376027,0.438544531,0.438829787
-8356,1,0.4385,1,1,1,1,1,1,1,1,0.1425,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1009,0.3189,0,1,0.6269,1,1,1,0.382,0.6269,0,1,1,1,1,1,0.129028857,0,0.310695171,1,1,1,1,1,0.152000844,0,0.19204843,1,1,1,1,1,0.445145547,0,0.443511358,0.443621747,0.443262411
-8357,1,0.4385,1,1,1,1,1,1,1,1,0.1361,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0602,0.3189,0,1,0.6269,1,1,1,0.3808,0.6269,0,1,1,1,1,1,0.096792936,0,0.394572258,1,1,1,1,1,0.108835608,0,0.316859961,1,1,1,1,1,0.453012019,0,0.46242146,0.462449757,0.462322695
-8358,1,0.4385,1,1,1,1,1,1,1,1,0.1688,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0519,0.3189,0,1,0.6269,1,1,1,0.3158,0.6269,0,1,1,1,1,1,0.113464758,0,0.606430292,1,1,1,1,1,0.087936483,0,0.345205784,1,1,1,1,1,0.375339687,0,0.498127115,0.498201819,0.49822695
-8359,1,0.4385,1,1,1,1,1,1,1,1,0.0189,0.4385,0,1,0.3189,1,1,1,1,1,1,0.001,0.3189,0,1,0.6269,1,1,1,0.0335,0.6269,0,1,1,1,1,1,0.003144848,0,0.3927944,1,1,1,1,1,0.003795005,0,0.468095571,1,1,1,1,1,0.039064832,0,0.534618173,0.534588534,0.534574468
-8360,1,0.4385,1,1,1,1,1,1,1,1,0.133,0.4385,0.2379,1,0.3189,1,1,1,1,1,1,0.0714,0.3189,0.233,1,0.6269,1,1,1,0.249,0.6269,0.2172,1,1,1,1,1,0.117867723,0.423832059,0.910044193,1,1,1,1,1,0.104339868,0.401267171,0.377557874,1,1,1,1,1,0.282739043,0.45070219,0.569417593,0.569494394,0.569592199
-8361,1,0.4385,1,1,1,1,1,1,1,1,0.1254,0.4385,0.4528,1,0.3189,1,1,1,1,1,1,0.0187,0.3189,0.4441,1,0.6269,1,1,1,0.2505,0.6269,0.4281,1,1,1,1,1,0.144966841,0.697794795,0.623421967,1,1,1,1,1,0.039609566,0.667310774,0.205215201,1,1,1,1,1,0.252296299,0.719493032,0.586938134,0.586841549,0.586879433
-8362,1,0.4385,1,1,1,1,1,1,1,1,0.1085,0.4385,0.6037,1,0.3189,1,1,1,1,1,1,0,0.3189,0.5875,1,0.6269,1,1,1,0.2432,0.6269,0.5897,1,1,1,1,1,0.147661969,0.854903221,0.337113202,1,1,1,1,1,0.001004491,0.812735796,0.130055502,1,1,1,1,1,0.185086593,0.875243306,0.589838086,0.589803258,0.58998227
-8363,1,0.4385,1,1,1,1,1,1,1,1,0.0611,0.4385,0.6357,1,0.3189,1,1,1,1,1,1,0,0.3189,0.6126,1,0.6269,1,1,1,0.1436,0.6269,0.6345,1,1,1,1,1,0.041429631,0.87080586,0.412477314,1,1,1,1,1,0.001891602,0.827073157,0.07013613,1,1,1,1,1,0.13443543,0.884930611,0.58337361,0.583456738,0.583333333
-8364,1,0.4385,1,1,1,1,1,1,1,1,0.0301,0.4385,0.6786,1,0.3189,1,1,1,1,1,1,0,0.3189,0.6661,1,0.6269,1,1,1,0.2062,0.6269,0.6616,1,1,1,1,1,0.036500946,0.940978885,0.24888368,1,1,1,1,1,1.01E-05,0.906839371,0.082587436,1,1,1,1,1,0.170382425,0.945718706,0.571773804,0.571821451,0.571808511
-8365,1,0.4385,1,1,1,1,1,1,1,1,0.0186,0.4385,0.6462,1,0.3189,1,1,1,1,1,1,0,0.3189,0.6359,1,0.6269,1,1,1,0.158,0.6269,0.6205,1,1,1,1,1,0.017901719,0.894878328,0.103276908,1,1,1,1,1,3.41E-05,0.87935704,0.025882462,1,1,1,1,1,0.08918649,0.890077889,0.560355244,0.560397715,0.56072695
-8366,1,0.4385,1,1,1,1,1,1,1,1,0.0159,0.4385,0.5241,1,0.3189,1,1,1,1,1,1,0,0.3189,0.5402,1,0.6269,1,1,1,0.1804,0.6269,0.4929,1,1,1,1,1,0.006618878,0.788945317,0.067995705,1,1,1,1,1,0,0.788143635,0,1,1,1,1,1,0.11282029,0.769978285,0.555944901,0.555955151,0.555851064
-8367,1,0.4385,1,1,1,1,1,1,1,1,0.0179,0.4385,0.3343,1,0.3189,1,1,1,1,1,1,0,0.3189,0.3539,1,0.6269,1,1,1,0.1793,0.6269,0.2967,1,1,1,1,1,0.020926824,0.556452632,0.043911405,1,1,1,1,1,0,0.558916688,0,1,1,1,1,1,0.132185206,0.537664115,0.565611406,0.565686482,0.565602837
-8368,1,0.4385,1,1,1,1,1,1,1,1,0.0054,0.4385,0.0421,1,0.3189,1,1,1,1,1,1,0,0.3189,0.0974,1,0.6269,1,1,1,0.1475,0.6269,0,1,1,1,1,1,0.007058826,0.135627389,0.054944508,1,1,1,1,1,0,0.203977033,0,1,1,1,1,1,0.146805078,0,0.627416626,0.627459276,0.627659574
-8369,1,0.4385,1,1,1,1,1,1,1,1,0.0089,0.4385,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6269,1,1,1,0.152,0.6269,0,1,1,1,1,1,0.023013823,0,0.061770231,1,1,1,1,1,0.004268258,0,0,1,1,1,1,1,0.200273767,0,0.669284679,0.669346308,0.669326241
-8370,1,0.4385,1,1,1,1,1,1,1,1,0.022,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0011,0.3189,0,1,0.6269,1,1,1,0.1714,0.6269,0,1,1,1,1,1,0.038017377,0,0.041758418,1,1,1,1,1,0.006925473,0,0,1,1,1,1,1,0.237201974,0,0.664088932,0.664057542,0.664450355
-8371,1,0.4385,1,1,1,1,1,1,1,1,0.0421,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0459,0.3189,0,1,0.6269,1,1,1,0.0889,0.6269,0,1,1,1,1,1,0.036640462,0,0.196843997,1,1,1,1,1,0.055565245,0,0.008625917,1,1,1,1,1,0.11602889,0,0.647957951,0.647979691,0.648049645
-8372,1,0.4385,1,1,1,1,1,1,1,1,0.0424,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0778,0.3189,0,1,0.6269,1,1,1,0.1352,0.6269,0,1,1,1,1,1,0.060716484,0,0.172856271,1,1,1,1,1,0.100996129,0,0.011404713,1,1,1,1,1,0.140032634,0,0.631766554,0.63169029,0.632092199
-8373,1,0.4385,1,1,1,1,1,1,1,1,0.0388,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0876,0.3189,0,1,0.6269,1,1,1,0.0919,0.6269,0,1,1,1,1,1,0.053427756,0,0.176759869,1,1,1,1,1,0.126047269,0,0.007906544,1,1,1,1,1,0.107501701,0,0.605062832,0.605034906,0.605496454
-8374,1,0.4385,1,1,1,1,1,1,1,1,0.0426,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0304,0.3189,0,1,0.6269,1,1,1,0.1053,0.6269,0,1,1,1,1,1,0.088225678,0,0.190390572,1,1,1,1,1,0.095682569,0,0.040682461,1,1,1,1,1,0.126369953,0,0.565248913,0.565263381,0.565159574
-8375,1,0.4385,1,1,1,1,1,1,1,1,0.043,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0731,0.3189,0,1,0.6269,1,1,1,0.1023,0.6269,0,1,1,1,1,1,0.102752134,0,0.085145213,1,1,1,1,1,0.17349191,0,0.111295812,1,1,1,1,1,0.11843162,0,0.517641373,0.517664481,0.517730496
-8376,1,0.4385,1,1,1,1,1,1,1,1,0.0708,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0964,0.3189,0,1,0.6269,1,1,1,0.1252,0.6269,0,1,1,1,1,1,0.142246604,0,0.082203113,1,1,1,1,1,0.168040067,0,0.158317029,1,1,1,1,1,0.102005273,0,0.478673272,0.478739158,0.478723404
-8377,1,0.4385,1,1,1,1,1,1,1,1,0.0156,0.4385,0,1,0.3189,1,1,1,1,1,1,0.046,0.3189,0,1,0.6269,1,1,1,0.0058,0.6269,0,1,1,1,1,1,0.004985381,0,0.32036674,1,1,1,1,1,0.031984188,0,0.373008132,1,1,1,1,1,0.009176714,0,0.454809087,0.454833933,0.454787234
-8378,1,0.4385,1,1,1,1,1,1,1,1,0.0807,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1213,0.3189,0,1,0.6269,1,1,1,0.0709,0.6269,0,1,1,1,1,1,0.12746647,0,0.205226719,1,1,1,1,1,0.181330115,0,0.360637963,1,1,1,1,1,0.071848832,0,0.442121798,0.442140893,0.442375887
-8379,1,0.4385,1,1,1,1,1,1,1,1,0.0477,0.4385,0,1,0.3189,1,1,1,1,1,1,0.076,0.3189,0,1,0.6269,1,1,1,0.0514,0.6269,0,1,1,1,1,1,0.088704027,0,0.29344362,1,1,1,1,1,0.138152272,0,0.453526706,1,1,1,1,1,0.074653082,0,0.436563557,0.436640575,0.436613475
-8380,1,0.4385,1,1,1,1,1,1,1,1,0.0332,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1329,0.3189,0,1,0.6269,1,1,1,0.0738,0.6269,0,1,1,1,1,1,0.080306605,0,0.397516131,1,1,1,1,1,0.230649352,0,0.549567878,1,1,1,1,1,0.079200819,0,0.438073949,0.437909879,0.438386525
-8381,1,0.4385,1,1,1,1,1,1,1,1,0.0279,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0959,0.3189,0,1,0.6269,1,1,1,0.097,0.6269,0,1,1,1,1,1,0.066293441,0,0.427848279,1,1,1,1,1,0.164616764,0,0.651697993,1,1,1,1,1,0.079625428,0,0.449492508,0.449545166,0.449468085
-8382,1,0.4385,1,1,1,1,1,1,1,1,0.0458,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0907,0.3189,0,1,0.6269,1,1,1,0.1168,0.6269,0,1,1,1,1,1,0.096292585,0,0.699308038,1,1,1,1,1,0.193576664,0,1,1,1,1,1,1,0.104410194,0,0.474081682,0.474085043,0.47429078
-8383,1,0.4385,1,1,1,1,1,1,1,1,0.057,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1775,0.3189,0,1,0.6269,1,1,1,0.0693,0.6269,0,1,1,1,1,1,0.100133955,0,0.77261734,1,1,1,1,1,0.22185418,0,0.996659756,1,1,1,1,1,0.093287915,0,0.505256162,0.505182991,0.505319149
-8384,1,0.4385,1,1,1,1,1,1,1,1,0.0818,0.4385,0.0685,1,0.3189,1,1,1,1,1,1,0.3557,0.3189,0.0364,1,0.6269,1,1,1,0.1177,0.6269,0.1019,1,1,1,1,1,0.148275703,0.102223329,0.520018876,1,1,1,1,1,0.427632332,0.061784819,1,1,1,1,1,1,0.179593131,0.191454828,0.550326245,0.550243283,0.550531915
-8385,1,0.4385,1,1,1,1,1,1,1,1,0.0944,0.4385,0.2141,1,0.3189,1,1,1,1,1,1,0.3174,0.3189,0.221,1,0.6269,1,1,1,0.1112,0.6269,0.2612,1,1,1,1,1,0.153367966,0.334939748,0.625217795,1,1,1,1,1,0.383349895,0.358296514,1,1,1,1,1,1,0.18293421,0.361197203,0.58657564,0.586629998,0.58643617
-8386,1,0.4385,1,1,1,1,1,1,1,1,0.1609,0.4385,0.3076,1,0.3189,1,1,1,1,1,1,0.3151,0.3189,0.2929,1,0.6269,1,1,1,0.0835,0.6269,0.3988,1,1,1,1,1,0.179944158,0.435634434,0.784008861,1,1,1,1,1,0.361959875,0.41852963,1,1,1,1,1,1,0.166348293,0.435141891,0.606150314,0.606092659,0.606382979
-8387,1,0.4385,1,1,1,1,1,1,1,1,0.1921,0.4385,0.3144,1,0.3189,1,1,1,1,1,1,0.4856,0.3189,0.324,1,0.6269,1,1,1,0.0505,0.6269,0.3579,1,1,1,1,1,0.145680144,0.426109999,0.920650959,1,1,1,1,1,0.533407509,0.476292849,1,1,1,1,1,1,0.081625015,0.497206122,0.617870952,0.617727946,0.618351064
-8388,1,0.4385,1,1,1,1,1,1,1,1,0.1594,0.4385,0.3146,1,0.3189,1,1,1,1,1,1,0.4228,0.3189,0.2761,1,0.6269,1,1,1,0.0435,0.6269,0.353,1,1,1,1,1,0.122332975,0.400825709,0.99797076,1,1,1,1,1,0.536471069,0.398083091,1,1,1,1,1,1,0.067802787,0.487831533,0.626872885,0.626824624,0.62677305
-8389,1,0.4385,1,1,1,1,1,1,1,1,0.1053,0.4385,0.3613,1,0.3189,1,1,1,1,1,1,0.2087,0.3189,0.415,1,0.6269,1,1,1,0.0028,0.6269,0.371,1,1,1,1,1,0.024025114,0.499643624,1,1,1,1,1,1,0.1809728,0.54820627,1,1,1,1,1,1,0.005198304,0.557072818,0.629833253,0.629786334,0.629875887
-8390,1,0.4385,1,1,1,1,1,1,1,1,0.1656,0.4385,0.1576,1,0.3189,1,1,1,1,1,1,0.3473,0.3189,0.0917,1,0.6269,1,1,1,0.0273,0.6269,0.2652,1,1,1,1,1,0.090989761,0.165550143,1,1,1,1,1,1,0.467025638,0.128611073,1,1,1,1,1,1,0.056794625,0.325090677,0.630799903,0.630632536,0.630762411
-8391,1,0.4385,1,1,1,1,1,1,1,1,0.1534,0.4385,0.0108,1,0.3189,1,1,1,1,1,1,0.3683,0.3189,0.0104,1,0.6269,1,1,1,0.0325,0.6269,0.0986,1,1,1,1,1,0.077089563,0.012253148,1,1,1,1,1,1,0.470511287,0.013496549,1,1,1,1,1,1,0.081419758,0.114651524,0.644695505,0.64459488,0.644946809
-8392,1,0.4385,1,1,1,1,1,1,1,1,0.1113,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4996,0.3189,0,1,0.6269,1,1,1,0.0554,0.6269,0,1,1,1,1,1,0.094958857,0,0.996515691,1,1,1,1,1,0.569177449,0,1,1,1,1,1,1,0.16200766,0,0.692303045,0.692405331,0.692375887
-8393,1,0.4385,1,1,1,1,1,1,1,1,0.161,0.4385,0,1,0.3189,1,1,1,1,1,1,0.3572,0.3189,0,1,0.6269,1,1,1,0.0575,0.6269,0,1,1,1,1,1,0.126827583,0,1,1,1,1,1,1,0.431039393,0,1,1,1,1,1,1,0.188981608,0,0.716348478,0.716310556,0.716755319
-8394,1,0.4385,1,1,1,1,1,1,1,1,0.1535,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2654,0.3189,0,1,0.6269,1,1,1,0.0764,0.6269,0,1,1,1,1,1,0.08241792,0,1,1,1,1,1,1,0.31371361,0,1,1,1,1,1,1,0.261475921,0,0.710488159,0.710598688,0.710992908
-8395,1,0.4385,1,1,1,1,1,1,1,1,0.2108,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2224,0.3189,0,1,0.6269,1,1,1,0.0754,0.6269,0,1,1,1,1,1,0.124861568,0,1,1,1,1,1,1,0.284390092,0,1,1,1,1,1,1,0.282633811,0,0.6909739,0.690924476,0.691046099
-8396,1,0.4385,1,1,1,1,1,1,1,1,0.2235,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2638,0.3189,0,1,0.6269,1,1,1,0.0887,0.6269,0,1,1,1,1,1,0.136906117,0,1,1,1,1,1,1,0.385987729,0,1,1,1,1,1,1,0.24117668,0,0.664632673,0.664692194,0.664893617
-8397,1,0.4385,1,1,1,1,1,1,1,1,0.2291,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2739,0.3189,0,1,0.6269,1,1,1,0.0758,0.6269,0,1,1,1,1,1,0.144563422,0,1,1,1,1,1,1,0.397995234,0,1,1,1,1,1,1,0.185936436,0,0.627295795,0.627247726,0.627216312
-8398,1,0.4385,1,1,1,1,1,1,1,1,0.2674,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4622,0.3189,0,1,0.6269,1,1,1,0.0592,0.6269,0,1,1,1,1,1,0.181490809,0,1,1,1,1,1,1,0.573403656,0,1,1,1,1,1,1,0.164604068,0,0.572619623,0.572667654,0.572695035
-8399,1,0.4385,1,1,1,1,1,1,1,1,0.2576,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4538,0.3189,0,1,0.6269,1,1,1,0.0618,0.6269,0,1,1,1,1,1,0.221100613,0,1,1,1,1,1,1,0.588906884,0,1,1,1,1,1,1,0.176442534,0,0.517339294,0.51745293,0.517287234
-8400,1,0.4385,1,1,1,1,1,1,1,1,0.3346,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4337,0.3189,0,1,0.6269,1,1,1,0.095,0.6269,0,1,1,1,1,1,0.33340928,0,1,1,1,1,1,1,0.580186248,0,1,1,1,1,1,1,0.194457218,0,0.476739971,0.476835202,0.476950355
-8401,1,0.4385,1,1,1,1,1,1,1,1,0.3615,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4442,0.3189,0,1,0.6269,1,1,1,0.1031,0.6269,0,1,1,1,1,1,0.313762248,0,1,1,1,1,1,1,0.586474001,0,1,1,1,1,1,1,0.19186081,0,0.453177864,0.453141527,0.453457447
-8402,1,0.4385,1,1,1,1,1,1,1,1,0.366,0.4385,0,1,0.3189,1,1,1,1,1,1,0.3455,0.3189,0,1,0.6269,1,1,1,0.1352,0.6269,0,1,1,1,1,1,0.263674021,0,1,1,1,1,1,1,0.511684477,0,1,1,1,1,1,1,0.204890668,0,0.444417593,0.44446795,0.444592199
-8403,1,0.4385,1,1,1,1,1,1,1,1,0.3316,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4116,0.3189,0,1,0.6269,1,1,1,0.1609,0.6269,0,1,1,1,1,1,0.263412178,0,1,1,1,1,1,1,0.527359009,0,1,1,1,1,1,1,0.246981069,0,0.443330111,0.443410197,0.443262411
-8404,1,0.4385,1,1,1,1,1,1,1,1,0.3977,0.4385,0,1,0.3189,1,1,1,1,1,1,0.474,0.3189,0,1,0.6269,1,1,1,0.1812,0.6269,0,1,1,1,1,1,0.272955686,0,1,1,1,1,1,1,0.609258235,0,1,1,1,1,1,1,0.25935486,0,0.458071532,0.458007193,0.457890071
-8405,1,0.4385,1,1,1,1,1,1,1,1,0.402,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4516,0.3189,0,1,0.6269,1,1,1,0.1976,0.6269,0,1,1,1,1,1,0.330963105,0,1,1,1,1,1,1,0.61150676,0,1,1,1,1,1,1,0.244576931,0,0.501147898,0.501163529,0.501329787
-8406,1,0.4385,1,1,1,1,1,1,1,1,0.3235,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2885,0.3189,0,1,0.6269,1,1,1,0.1826,0.6269,0,1,1,1,1,1,0.31086123,0,0.989116669,1,1,1,1,1,0.393935382,0,1,1,1,1,1,1,0.269571394,0,0.579507008,0.579437275,0.579787234
-8407,1,0.4385,1,1,1,1,1,1,1,1,0.3812,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1455,0.3189,0,1,0.6269,1,1,1,0.1688,0.6269,0,1,1,1,1,1,0.314240843,0,0.996963143,1,1,1,1,1,0.216194063,0,1,1,1,1,1,1,0.320740223,0,0.633699855,0.633805796,0.633865248
-8408,1,0.4385,1,1,1,1,1,1,1,1,0.2656,0.4385,0.0047,1,0.3189,1,1,1,1,1,1,0.128,0.3189,0.0012,1,0.6269,1,1,1,0.1537,0.6269,0.02,1,1,1,1,1,0.237012371,0.009829078,0.993883371,1,1,1,1,1,0.190771684,0.002407396,0.979383826,1,1,1,1,1,0.272383064,0.011826053,0.650072499,0.650095198,0.650265957
-8409,1,0.4385,1,1,1,1,1,1,1,1,0.3733,0.4385,0.0927,1,0.3189,1,1,1,1,1,1,0.3152,0.3189,0.1535,1,0.6269,1,1,1,0.1985,0.6269,0.1875,1,1,1,1,1,0.331651598,0.168344587,1,1,1,1,1,1,0.386923492,0.243118018,1,1,1,1,1,1,0.306694686,0.272987634,0.656536974,0.656653268,0.656471631
-8410,1,0.4385,1,1,1,1,1,1,1,1,0.1646,0.4385,0.4885,1,0.3189,1,1,1,1,1,1,0.3294,0.3189,0.4988,1,0.6269,1,1,1,0.0698,0.6269,0.3774,1,1,1,1,1,0.054398462,0.69270885,0.967994928,1,1,1,1,1,0.248311877,0.710061729,1,1,1,1,1,1,0.135030419,0.615977764,0.663061866,0.662999788,0.663120567
-8411,1,0.4385,1,1,1,1,1,1,1,1,0.2593,0.4385,0.2045,1,0.3189,1,1,1,1,1,1,0.1175,0.3189,0.2217,1,0.6269,1,1,1,0.1787,0.6269,0.191,1,1,1,1,1,0.151436478,0.389732897,1,1,1,1,1,1,0.143169284,0.357756406,0.956426144,1,1,1,1,1,0.308657378,0.291342378,0.664028516,0.664057542,0.664450355
-8412,1,0.4385,1,1,1,1,1,1,1,1,0.1535,0.4385,0.2195,1,0.3189,1,1,1,1,1,1,0.0979,0.3189,0.2522,1,0.6269,1,1,1,0.233,0.6269,0.1728,1,1,1,1,1,0.085438319,0.366023988,1,1,1,1,1,1,0.144749731,0.323182106,0.978102922,1,1,1,1,1,0.387588859,0.226061463,0.659920251,0.659826528,0.660460993
-8413,1,0.4385,1,1,1,1,1,1,1,1,0.1347,0.4385,0.2344,1,0.3189,1,1,1,1,1,1,0.0546,0.3189,0.208,1,0.6269,1,1,1,0.2731,0.6269,0.1379,1,1,1,1,1,0.080086082,0.350901455,0.804753482,1,1,1,1,1,0.134586483,0.28546083,0.898831725,1,1,1,1,1,0.449314833,0.195504338,0.657322378,0.65728792,0.657358156
-8414,1,0.4385,1,1,1,1,1,1,1,1,0.0949,0.4385,0.1627,1,0.3189,1,1,1,1,1,1,0.027,0.3189,0.161,1,0.6269,1,1,1,0.3152,0.6269,0.118,1,1,1,1,1,0.097902291,0.275423348,0.506706834,1,1,1,1,1,0.070234381,0.296661526,0.594553709,1,1,1,1,1,0.507244527,0.104412675,0.652670372,0.652633806,0.652925532
-8415,1,0.4385,1,1,1,1,1,1,1,1,0.0803,0.4385,0.0863,1,0.3189,1,1,1,1,1,1,0.0365,0.3189,0.0739,1,0.6269,1,1,1,0.351,0.6269,0.0429,1,1,1,1,1,0.07515721,0.152956158,0.400354356,1,1,1,1,1,0.092581898,0.116364643,0.667570949,1,1,1,1,1,0.586416543,0.004466153,0.661430643,0.661518934,0.66179078
-8416,1,0.4385,1,1,1,1,1,1,1,1,0.076,0.4385,0,1,0.3189,1,1,1,1,1,1,0.059,0.3189,0,1,0.6269,1,1,1,0.3933,0.6269,0,1,1,1,1,1,0.115087621,0,0.392785102,1,1,1,1,1,0.163890347,0,0.933901548,1,1,1,1,1,0.58417803,0,0.710911068,0.710810239,0.710992908
-8417,1,0.4385,1,1,1,1,1,1,1,1,0.1225,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0909,0.3189,0,1,0.6269,1,1,1,0.3515,0.6269,0,1,1,1,1,1,0.160391107,0,0.858478546,1,1,1,1,1,0.192122847,0,1,1,1,1,1,1,0.562224388,0,0.739246013,0.739369579,0.739361702
-8418,1,0.4385,1,1,1,1,1,1,1,1,0.1426,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0722,0.3189,0,1,0.6269,1,1,1,0.358,0.6269,0,1,1,1,1,1,0.186680809,0,0.792693138,1,1,1,1,1,0.144194812,0,0.788289547,1,1,1,1,1,0.523026526,0,0.731935718,0.731965306,0.732269504
-8419,1,0.4385,1,1,1,1,1,1,1,1,0.1339,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0677,0.3189,0,1,0.6269,1,1,1,0.3153,0.6269,0,1,1,1,1,1,0.162288696,0,0.78402245,1,1,1,1,1,0.106146753,0,0.52076447,1,1,1,1,1,0.547396779,0,0.713508942,0.713560398,0.713652482
-8420,1,0.4385,1,1,1,1,1,1,1,1,0.1167,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1166,0.3189,0,1,0.6269,1,1,1,0.196,0.6269,0,1,1,1,1,1,0.14504008,0,0.590626001,1,1,1,1,1,0.177273422,0,0.8774786,1,1,1,1,1,0.383555621,0,0.68541566,0.685424159,0.68572695
-8421,1,0.4385,1,1,1,1,1,1,1,1,0.1756,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1344,0.3189,0,1,0.6269,1,1,1,0.1629,0.6269,0,1,1,1,1,1,0.210829109,0,0.875937045,1,1,1,1,1,0.23290737,0,0.96796751,1,1,1,1,1,0.358429968,0,0.637626873,0.637825259,0.63785461
-8422,1,0.4385,1,1,1,1,1,1,1,1,0.2316,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1925,0.3189,0,1,0.6269,1,1,1,0.2237,0.6269,0,1,1,1,1,1,0.284649521,0,0.78473413,1,1,1,1,1,0.304218322,0,0.950224102,1,1,1,1,1,0.472435951,0,0.573102948,0.573090755,0.573138298
-8423,1,0.4385,1,1,1,1,1,1,1,1,0.1957,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2044,0.3189,0,1,0.6269,1,1,1,0.2241,0.6269,0,1,1,1,1,1,0.246841758,0,0.287036598,1,1,1,1,1,0.307912678,0,0.526562035,1,1,1,1,1,0.394183278,0,0.511478975,0.511529511,0.511524823
-8424,1,0.4385,1,1,1,1,1,1,1,1,0.2358,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2467,0.3189,0,1,0.6269,1,1,1,0.2562,0.6269,0,1,1,1,1,1,0.308431804,0,0.341010213,1,1,1,1,1,0.398891628,0,0.75751996,1,1,1,1,1,0.346047699,0,0.469369261,0.469430929,0.469414894
-8425,1,0.4385,1,1,1,1,1,1,1,1,0.2357,0.4385,0,1,0.3189,1,1,1,1,1,1,0.35,0.3189,0,1,0.6269,1,1,1,0.3416,0.6269,0,1,1,1,1,1,0.372850209,0,0.497128963,1,1,1,1,1,0.458627939,0,0.993659735,1,1,1,1,1,0.399974614,0,0.448525858,0.448698963,0.44858156
-8426,1,0.4385,1,1,1,1,1,1,1,1,0.2657,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4993,0.3189,0,1,0.6269,1,1,1,0.3857,0.6269,0,1,1,1,1,1,0.468318343,0,0.541384757,1,1,1,1,1,0.659520447,0,1,1,1,1,1,1,0.482911527,0,0.437046883,0.437063677,0.437056738
-8427,1,0.4385,1,1,1,1,1,1,1,1,0.2355,0.4385,0,1,0.3189,1,1,1,1,1,1,0.3268,0.3189,0,1,0.6269,1,1,1,0.4993,0.6269,0,1,1,1,1,1,0.479279667,0,0.430594683,1,1,1,1,1,0.467110932,0,0.995356083,1,1,1,1,1,0.678750336,0,0.434871919,0.434736619,0.434840426
-8428,1,0.4385,1,1,1,1,1,1,1,1,0.2947,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4178,0.3189,0,1,0.6269,1,1,1,0.5909,0.6269,0,1,1,1,1,1,0.575348496,0,0.626348555,1,1,1,1,1,0.505973279,0,1,1,1,1,1,1,0.75441134,0,0.446048816,0.445948805,0.445921986
-8429,1,0.4385,1,1,1,1,1,1,1,1,0.2825,0.4385,0,1,0.3189,1,1,1,1,1,1,0.3201,0.3189,0,1,0.6269,1,1,1,0.6367,0.6269,0,1,1,1,1,1,0.600694358,0,0.922184289,1,1,1,1,1,0.350442261,0,1,1,1,1,1,1,0.780698657,0,0.487916868,0.487835837,0.488031915
-8430,1,0.4385,1,1,1,1,1,1,1,1,0.3884,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2848,0.3189,0,1,0.6269,1,1,1,0.656,0.6269,0,1,1,1,1,1,0.654332936,0,0.966609716,1,1,1,1,1,0.414714903,0,0.825007319,1,1,1,1,1,0.847032189,0,0.5659739,0.565898033,0.566046099
-8431,1,0.4385,1,1,1,1,1,1,1,1,0.2904,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1934,0.3189,0,1,0.6269,1,1,1,0.7227,0.6269,0,1,1,1,1,1,0.46457395,0,0.927332819,1,1,1,1,1,0.356663346,0,0.505186677,1,1,1,1,1,0.890004098,0,0.616058482,0.616035541,0.616134752
-8432,1,0.4385,1,1,1,1,1,1,1,1,0.2349,0.4385,0.0207,1,0.3189,1,1,1,1,1,1,0.1315,0.3189,0.0011,1,0.6269,1,1,1,0.7407,0.6269,0,1,1,1,1,1,0.393226802,0.009062961,0.782737195,1,1,1,1,1,0.216815859,0,0.993607402,1,1,1,1,1,0.885823488,0,0.624154181,0.624074466,0.624556738
-8433,1,0.4385,1,1,1,1,1,1,1,1,0.2908,0.4385,0.0515,1,0.3189,1,1,1,1,1,1,0.0702,0.3189,0.1093,1,0.6269,1,1,1,0.6748,0.6269,0.0251,1,1,1,1,1,0.424774557,0.049682595,0.956826746,1,1,1,1,1,0.140400633,0.085634127,1,1,1,1,1,1,0.829022288,0,0.626993717,0.627036175,0.627216312
-8434,1,0.4385,1,1,1,1,1,1,1,1,0.1082,0.4385,0.1372,1,0.3189,1,1,1,1,1,1,0.0386,0.3189,0.239,1,0.6269,1,1,1,0.7226,0.6269,0.0724,1,1,1,1,1,0.197648153,0.165746659,1,1,1,1,1,1,0.058502574,0.29552865,1,1,1,1,1,1,0.902923405,0.130531147,0.630739488,0.630632536,0.630762411
-8435,1,0.4385,1,1,1,1,1,1,1,1,0.1047,0.4385,0.234,1,0.3189,1,1,1,1,1,1,0.0011,0.3189,0.3622,1,0.6269,1,1,1,0.8244,0.6269,0.1279,1,1,1,1,1,0.16081588,0.306378812,1,1,1,1,1,1,0.014505412,0.53940922,1,1,1,1,1,1,0.931664288,0.224181861,0.629652006,0.629786334,0.629875887
-8436,1,0.4385,1,1,1,1,1,1,1,1,0.1287,0.4385,0.3238,1,0.3189,1,1,1,1,1,1,0,0.3189,0.446,1,0.6269,1,1,1,0.7909,0.6269,0.1455,1,1,1,1,1,0.128623694,0.407859921,0.980166614,1,1,1,1,1,0.002691374,0.563620746,0.627471805,1,1,1,1,1,0.900152981,0.260188729,0.622945868,0.623016713,0.62322695
-8437,1,0.4385,1,1,1,1,1,1,1,1,0.0897,0.4385,0.3697,1,0.3189,1,1,1,1,1,1,0,0.3189,0.4443,1,0.6269,1,1,1,0.7326,0.6269,0.1327,1,1,1,1,1,0.085258096,0.47794953,0.69652915,1,1,1,1,1,0.011853591,0.51300323,0.667893469,1,1,1,1,1,0.876921654,0.229766876,0.620045916,0.620055003,0.620567376
-8438,1,0.4385,1,1,1,1,1,1,1,1,0.0972,0.4385,0.2723,1,0.3189,1,1,1,1,1,1,0.0035,0.3189,0.358,1,0.6269,1,1,1,0.6918,0.6269,0.1115,1,1,1,1,1,0.069388606,0.345492393,0.881039023,1,1,1,1,1,0.010061262,0.402227879,0.405720174,1,1,1,1,1,0.849927664,0.073116794,0.615333494,0.615400889,0.615691489
-8439,1,0.4385,1,1,1,1,1,1,1,1,0.11,0.4385,0.1336,1,0.3189,1,1,1,1,1,1,0.0279,0.3189,0.2271,1,0.6269,1,1,1,0.6722,0.6269,0.0467,1,1,1,1,1,0.054798678,0.173458591,0.786012053,1,1,1,1,1,0.034794595,0.310759544,0.3649351,1,1,1,1,1,0.791268706,0.000476552,0.622945868,0.622805162,0.622783688
-8440,1,0.4385,1,1,1,1,1,1,1,1,0.0595,0.4385,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0.0015,1,0.6269,1,1,1,0.6726,0.6269,0,1,1,1,1,1,0.028328069,0,0.416935086,1,1,1,1,1,0.001205176,3.59E-05,0.102424875,1,1,1,1,1,0.784243762,0,0.671157564,0.671250264,0.671099291
-8441,1,0.4385,1,1,1,1,1,1,1,1,0.0398,0.4385,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6269,1,1,1,0.2699,0.6269,0,1,1,1,1,1,0.009999872,0,0.350402147,1,1,1,1,1,0.000353075,0,0.147462577,1,1,1,1,1,0.398690104,0,0.706742388,0.706579226,0.707003546
-8442,1,0.4385,1,1,1,1,1,1,1,1,0.0539,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0773,0.3189,0,1,0.6269,1,1,1,0.6877,0.6269,0,1,1,1,1,1,0.031387016,0,0.264301807,1,1,1,1,1,0.096358672,0,0.190361783,1,1,1,1,1,0.787904143,0,0.702211213,0.702136662,0.702570922
-8443,1,0.4385,1,1,1,1,1,1,1,1,0.0188,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0041,0.3189,0,1,0.6269,1,1,1,0.2329,0.6269,0,1,1,1,1,1,0.001704211,0,0.327121407,1,1,1,1,1,0.020917119,0,0.046117805,1,1,1,1,1,0.372859508,0,0.686019816,0.686058811,0.686170213
-8444,1,0.4385,1,1,1,1,1,1,1,1,0.0682,0.4385,0,1,0.3189,1,1,1,1,1,1,0.3744,0.3189,0,1,0.6269,1,1,1,0.5885,0.6269,0,1,1,1,1,1,0.08358869,0,0.283994406,1,1,1,1,1,0.396812469,0,0.22182408,1,1,1,1,1,0.681506395,0,0.66022233,0.66024963,0.660460993
-8445,1,0.4385,1,1,1,1,1,1,1,1,0.051,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4418,0.3189,0,1,0.6269,1,1,1,0.5353,0.6269,0,1,1,1,1,1,0.103856765,0,0.205718637,1,1,1,1,1,0.391378522,0,0.47418797,1,1,1,1,1,0.556830108,0,0.616602223,0.616670193,0.616578014
-8446,1,0.4385,1,1,1,1,1,1,1,1,0.1151,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4538,0.3189,0,1,0.6269,1,1,1,0.5752,0.6269,0,1,1,1,1,1,0.194486856,0,0.139545605,1,1,1,1,1,0.484207004,0,0.990837693,1,1,1,1,1,0.593402207,0,0.555642823,0.555743601,0.555851064
-8447,1,0.4385,1,1,1,1,1,1,1,1,0.143,0.4385,0,1,0.3189,1,1,1,1,1,1,0.6377,0.3189,0,1,0.6269,1,1,1,0.5704,0.6269,0,1,1,1,1,1,0.264244527,0,0.048375331,1,1,1,1,1,0.594451368,0,1,1,1,1,1,1,0.605587542,0,0.495710488,0.495874762,0.496010638
-8448,1,0.4385,1,1,1,1,1,1,1,1,0.341,0.4385,0,1,0.3189,1,1,1,1,1,1,0.7797,0.3189,0,1,0.6269,1,1,1,0.5828,0.6269,0,1,1,1,1,1,0.448172867,0,0.415853024,1,1,1,1,1,0.672552109,0,1,1,1,1,1,1,0.591314018,0,0.452875785,0.452718426,0.453014184
-8449,1,0.4385,1,1,1,1,1,1,1,1,0.4215,0.4385,0,1,0.3189,1,1,1,1,1,1,0.8876,0.3189,0,1,0.6269,1,1,1,0.5106,0.6269,0,1,1,1,1,1,0.525241196,0,0.72381264,1,1,1,1,1,0.745686293,0,1,1,1,1,1,1,0.51058948,0,0.431488642,0.431563359,0.431737589
-8450,1,0.4385,1,1,1,1,1,1,1,1,0.4258,0.4385,0,1,0.3189,1,1,1,1,1,1,0.902,0.3189,0,1,0.6269,1,1,1,0.489,0.6269,0,1,1,1,1,1,0.550003052,0,0.992949426,1,1,1,1,1,0.760902166,0,1,1,1,1,1,1,0.492448479,0,0.422667956,0.422678231,0.422429078
-8451,1,0.4385,1,1,1,1,1,1,1,1,0.5117,0.4385,0,1,0.3189,1,1,1,1,1,1,0.8751,0.3189,0,1,0.6269,1,1,1,0.4827,0.6269,0,1,1,1,1,1,0.614614189,0,1,1,1,1,1,1,0.723777592,0,1,1,1,1,1,1,0.44164151,0,0.422547124,0.422678231,0.422429078
-8452,1,0.4385,1,1,1,1,1,1,1,1,0.5247,0.4385,0,1,0.3189,1,1,1,1,1,1,0.887,0.3189,0,1,0.6269,1,1,1,0.4558,0.6269,0,1,1,1,1,1,0.658213675,0,1,1,1,1,1,1,0.716118217,0,1,1,1,1,1,1,0.406163335,0,0.436926051,0.436852126,0.437056738
-8453,1,0.4385,1,1,1,1,1,1,1,1,0.5179,0.4385,0,1,0.3189,1,1,1,1,1,1,0.6944,0.3189,0,1,0.6269,1,1,1,0.4375,0.6269,0,1,1,1,1,1,0.607361734,0,1,1,1,1,1,1,0.657512367,0,1,1,1,1,1,1,0.385170937,0,0.480969067,0.480854665,0.480939716
-8454,1,0.4385,1,1,1,1,1,1,1,1,0.5118,0.4385,0,1,0.3189,1,1,1,1,1,1,0.5007,0.3189,0,1,0.6269,1,1,1,0.3864,0.6269,0,1,1,1,1,1,0.535888314,0,1,1,1,1,1,1,0.512208998,0,1,1,1,1,1,1,0.377217472,0,0.562046883,0.56187857,0.562056738
-8455,1,0.4385,1,1,1,1,1,1,1,1,0.583,0.4385,0,1,0.3189,1,1,1,1,1,1,0.8875,0.3189,0,1,0.6269,1,1,1,0.4159,0.6269,0,1,1,1,1,1,0.667639256,0,1,1,1,1,1,1,0.723566532,0,1,1,1,1,1,1,0.385710955,0,0.60941276,0.60947747,0.609929078
-8456,1,0.4385,1,1,1,1,1,1,1,1,0.7199,0.4385,0.131,1,0.3189,1,1,1,1,1,1,0.8517,0.3189,0.1541,1,0.6269,1,1,1,0.441,0.6269,0,1,1,1,1,1,0.77881223,0.224062786,1,1,1,1,1,1,0.756872237,0.261108786,1,1,1,1,1,1,0.334768087,0.020040056,0.616239729,0.616247091,0.616134752
-8457,1,0.4385,1,1,1,1,1,1,1,1,0.5318,0.4385,0.3268,1,0.3189,1,1,1,1,1,1,0.9133,0.3189,0.4076,1,0.6269,1,1,1,0.4655,0.6269,0.0908,1,1,1,1,1,0.545363843,0.530576348,1,1,1,1,1,1,0.782943189,0.620092452,1,1,1,1,1,1,0.36871621,0.165859595,0.617327211,0.617304845,0.617464539
-8458,1,0.4385,1,1,1,1,1,1,1,1,0.5064,0.4385,0.4726,1,0.3189,1,1,1,1,1,1,0.8039,0.3189,0.4867,1,0.6269,1,1,1,0.2958,0.6269,0.238,1,1,1,1,1,0.506142795,0.691015303,1,1,1,1,1,1,0.629559517,0.711632311,1,1,1,1,1,1,0.259193689,0.399027586,0.617568874,0.617727946,0.617907801
-8459,1,0.4385,1,1,1,1,1,1,1,1,0.6451,0.4385,0.4975,1,0.3189,1,1,1,1,1,1,0.9424,0.3189,0.502,1,0.6269,1,1,1,0.3383,0.6269,0.3133,1,1,1,1,1,0.709488213,0.695066214,1,1,1,1,1,1,0.857622981,0.75490725,1,1,1,1,1,1,0.292328805,0.417174369,0.614487675,0.614554686,0.614361702
-8460,1,0.4385,1,1,1,1,1,1,1,1,0.7008,0.4385,0.466,1,0.3189,1,1,1,1,1,1,0.9514,0.3189,0.4856,1,0.6269,1,1,1,0.3295,0.6269,0.3476,1,1,1,1,1,0.711008787,0.659567952,1,1,1,1,1,1,0.88117981,0.77726537,1,1,1,1,1,1,0.286473185,0.563140571,0.608869019,0.608842818,0.609042553
-8461,1,0.4385,1,1,1,1,1,1,1,1,0.7251,0.4385,0.4577,1,0.3189,1,1,1,1,1,1,0.9245,0.3189,0.4776,1,0.6269,1,1,1,0.3419,0.6269,0.2892,1,1,1,1,1,0.683178842,0.638391197,1,1,1,1,1,1,0.889892578,0.716599822,1,1,1,1,1,1,0.356150448,0.571592689,0.609594007,0.609689021,0.609929078
-8462,1,0.4385,1,1,1,1,1,1,1,1,0.6992,0.4385,0.3858,1,0.3189,1,1,1,1,1,1,0.9305,0.3189,0.4049,1,0.6269,1,1,1,0.3254,0.6269,0.2107,1,1,1,1,1,0.734116077,0.587709427,1,1,1,1,1,1,0.898129463,0.631949604,1,1,1,1,1,1,0.36943084,0.438011825,0.60898985,0.609054369,0.609042553
-8463,1,0.4385,1,1,1,1,1,1,1,1,0.5862,0.4385,0.2499,1,0.3189,1,1,1,1,1,1,0.8529,0.3189,0.2799,1,0.6269,1,1,1,0.3947,0.6269,0.1073,1,1,1,1,1,0.558974862,0.420251042,1,1,1,1,1,1,0.806602418,0.506838679,1,1,1,1,1,1,0.427469671,0.231847256,0.617387627,0.617516395,0.617464539
-8464,1,0.4385,1,1,1,1,1,1,1,1,0.5427,0.4385,0.0011,1,0.3189,1,1,1,1,1,1,0.9097,0.3189,0.0142,1,0.6269,1,1,1,0.4006,0.6269,0,1,1,1,1,1,0.490834713,0.008339464,1,1,1,1,1,1,0.797909439,0.124104775,1,1,1,1,1,1,0.421316236,0,0.670613823,0.670827163,0.671099291
-8465,1,0.4385,1,1,1,1,1,1,1,1,0.4974,0.4385,0,1,0.3189,1,1,1,1,1,1,0.9146,0.3189,0,1,0.6269,1,1,1,0.393,0.6269,0,1,1,1,1,1,0.60787791,0,1,1,1,1,1,1,0.748283565,0,1,1,1,1,1,1,0.335699528,0,0.713267279,0.713348847,0.71320922
-8466,1,0.4385,1,1,1,1,1,1,1,1,0.5035,0.4385,0,1,0.3189,1,1,1,1,1,1,0.9352,0.3189,0,1,0.6269,1,1,1,0.3737,0.6269,0,1,1,1,1,1,0.58129251,0,0.997867405,1,1,1,1,1,0.784561515,0,1,1,1,1,1,1,0.32520169,0,0.710971484,0.710810239,0.710992908
-8467,1,0.4385,1,1,1,1,1,1,1,1,0.1872,0.4385,0,1,0.3189,1,1,1,1,1,1,0.3882,0.3189,0,1,0.6269,1,1,1,0.0867,0.6269,0,1,1,1,1,1,0.165716082,0,1,1,1,1,1,1,0.301318586,0,1,1,1,1,1,1,0.092300773,0,0.69641131,0.696424794,0.696365248
-8468,1,0.4385,1,1,1,1,1,1,1,1,0.3234,0.4385,0,1,0.3189,1,1,1,1,1,1,0.6295,0.3189,0,1,0.6269,1,1,1,0.2414,0.6269,0,1,1,1,1,1,0.353175253,0,1,1,1,1,1,1,0.578488588,0,1,1,1,1,1,1,0.212087467,0,0.673634606,0.673577322,0.673758865
-8469,1,0.4385,1,1,1,1,1,1,1,1,0.3231,0.4385,0,1,0.3189,1,1,1,1,1,1,0.377,0.3189,0,1,0.6269,1,1,1,0.2354,0.6269,0,1,1,1,1,1,0.279256284,0,1,1,1,1,1,1,0.377283663,0,1,1,1,1,1,1,0.168911099,0,0.63237071,0.632536492,0.632535461
-8470,1,0.4385,1,1,1,1,1,1,1,1,0.3807,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4536,0.3189,0,1,0.6269,1,1,1,0.181,0.6269,0,1,1,1,1,1,0.321267307,0,0.999619007,1,1,1,1,1,0.447245151,0,1,1,1,1,1,1,0.155225307,0,0.571471725,0.571609901,0.571808511
-8471,1,0.4385,1,1,1,1,1,1,1,1,0.2126,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1442,0.3189,0,1,0.6269,1,1,1,0.1565,0.6269,0,1,1,1,1,1,0.141539335,0,0.97690618,1,1,1,1,1,0.202021271,0,1,1,1,1,1,1,0.121625468,0,0.510089415,0.510048657,0.510195035
-8472,1,0.4385,1,1,1,1,1,1,1,1,0.1906,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0923,0.3189,0,1,0.6269,1,1,1,0.1618,0.6269,0,1,1,1,1,1,0.163842931,0,0.967346311,1,1,1,1,1,0.15949063,0,1,1,1,1,1,1,0.142425776,0,0.469550507,0.469642479,0.469414894
-8473,1,0.4385,1,1,1,1,1,1,1,1,0.2656,0.4385,0,1,0.3189,1,1,1,1,1,1,0.3629,0.3189,0,1,0.6269,1,1,1,0.1224,0.6269,0,1,1,1,1,1,0.243992329,0,0.951063991,1,1,1,1,1,0.472350061,0,1,1,1,1,1,1,0.096663699,0,0.447196713,0.447218109,0.447251773
-8474,1,0.4385,1,1,1,1,1,1,1,1,0.2196,0.4385,0,1,0.3189,1,1,1,1,1,1,0.4483,0.3189,0,1,0.6269,1,1,1,0.0703,0.6269,0,1,1,1,1,1,0.182993606,0,0.999738395,1,1,1,1,1,0.45509389,0,1,1,1,1,1,1,0.079960786,0,0.437711455,0.437909879,0.437943262
-8475,1,0.4385,1,1,1,1,1,1,1,1,0.2069,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2978,0.3189,0,1,0.6269,1,1,1,0.0629,0.6269,0,1,1,1,1,1,0.175874695,0,0.997569203,1,1,1,1,1,0.352816373,0,1,1,1,1,1,1,0.090665378,0,0.43777187,0.437909879,0.437943262
-8476,1,0.4385,1,1,1,1,1,1,1,1,0.1862,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1986,0.3189,0,1,0.6269,1,1,1,0.0689,0.6269,0,1,1,1,1,1,0.148745567,0,0.985744357,1,1,1,1,1,0.230971098,0,0.891561568,1,1,1,1,1,0.089285731,0,0.452513291,0.452506875,0.452570922
-8477,1,0.4385,1,1,1,1,1,1,1,1,0.1452,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1935,0.3189,0,1,0.6269,1,1,1,0.0886,0.6269,0,1,1,1,1,1,0.132119715,0,0.686545849,1,1,1,1,1,0.196875513,0,0.494360477,1,1,1,1,1,0.133006811,0,0.49861044,0.498624921,0.498670213
-8478,1,0.4385,1,1,1,1,1,1,1,1,0.093,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1547,0.3189,0,1,0.6269,1,1,1,0.0646,0.6269,0,1,1,1,1,1,0.073766947,0,0.479160666,1,1,1,1,1,0.178118765,0,0.328113109,1,1,1,1,1,0.128242955,0,0.580956984,0.58091813,0.581117021
-8479,1,0.4385,1,1,1,1,1,1,1,1,0.1192,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1723,0.3189,0,1,0.6269,1,1,1,0.0688,0.6269,0,1,1,1,1,1,0.087377071,0,0.763028681,1,1,1,1,1,0.220865622,0,0.249167278,1,1,1,1,1,0.117927313,0,0.623489609,0.623651365,0.623670213
-8480,1,0.4385,1,1,1,1,1,1,1,1,0.0079,0.4385,0.2102,1,0.3189,1,1,1,1,1,1,0,0.3189,0.2145,1,0.6269,1,1,1,0.0156,0.6269,0.1609,1,1,1,1,1,0.000408759,0.380608857,0.673576236,1,1,1,1,1,0.002550829,0.372425079,0.607998729,1,1,1,1,1,0.028641855,0.33959502,0.629531174,0.629574783,0.629432624
-8481,1,0.4385,1,1,1,1,1,1,1,1,0.015,0.4385,0.4132,1,0.3189,1,1,1,1,1,1,0,0.3189,0.43,1,0.6269,1,1,1,0.0048,0.6269,0.3588,1,1,1,1,1,0.001161388,0.649655342,0.670072019,1,1,1,1,1,0.010613155,0.655888796,0.790234089,1,1,1,1,1,0.007712661,0.581708252,0.627295795,0.627247726,0.627216312
-8482,1,0.4385,1,1,1,1,1,1,1,1,0.0381,0.4385,0.5376,1,0.3189,1,1,1,1,1,1,0,0.3189,0.588,1,0.6269,1,1,1,0.0017,0.6269,0.446,1,1,1,1,1,0.006236248,0.773131073,0.159837544,1,1,1,1,1,0.000238095,0.832999051,0.027303666,1,1,1,1,1,0.012401793,0.640987754,0.62361044,0.623651365,0.623670213
-8483,1,0.4385,1,1,1,1,1,1,1,1,0.0105,0.4385,0.5974,1,0.3189,1,1,1,1,1,1,0,0.3189,0.6619,1,0.6269,1,1,1,0.0013,0.6269,0.4992,1,1,1,1,1,0.001432274,0.838149011,0.130078942,1,1,1,1,1,0.001573125,0.901533425,0.020927226,1,1,1,1,1,0.006088824,0.69380939,0.617085549,0.617093294,0.617464539
-8484,1,0.4385,1,1,1,1,1,1,1,1,0.0278,0.4385,0.5731,1,0.3189,1,1,1,1,1,1,0,0.3189,0.6333,1,0.6269,1,1,1,0.0007,0.6269,0.4752,1,1,1,1,1,0.004279627,0.77268666,0.186739832,1,1,1,1,1,0.00205174,0.841515243,0.00979712,1,1,1,1,1,0.004835503,0.666056037,0.607962784,0.607996615,0.608156028
-8485,1,0.4385,1,1,1,1,1,1,1,1,0.0079,0.4385,0.4995,1,0.3189,1,1,1,1,1,1,0.0129,0.3189,0.5888,1,0.6269,1,1,1,0.0002,0.6269,0.4265,1,1,1,1,1,0.000998147,0.663904667,0.153388619,1,1,1,1,1,0.016757326,0.757152677,0.037619114,1,1,1,1,1,0.003486515,0.620859265,0.606754471,0.606727311,0.606826241
-8486,1,0.4385,1,1,1,1,1,1,1,1,0.0153,0.4385,0.3932,1,0.3189,1,1,1,1,1,1,0.0143,0.3189,0.3718,1,0.6269,1,1,1,0.0017,0.6269,0.3952,1,1,1,1,1,0.001317077,0.577529967,0.445405781,1,1,1,1,1,0.010938323,0.416123927,0.286316752,1,1,1,1,1,0.00076671,0.583505332,0.608808603,0.608842818,0.609042553
-8487,1,0.4385,1,1,1,1,1,1,1,1,0.0503,0.4385,0.1858,1,0.3189,1,1,1,1,1,1,0.0487,0.3189,0.1745,1,0.6269,1,1,1,0.0059,0.6269,0.1809,1,1,1,1,1,0.069883451,0.269530714,0.312022984,1,1,1,1,1,0.060042657,0.260769308,0.112418853,1,1,1,1,1,0.009337449,0.367932856,0.622402127,0.622382061,0.622340426
-8488,1,0.4385,1,1,1,1,1,1,1,1,0.0162,0.4385,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6269,1,1,1,0.0315,0.6269,0,1,1,1,1,1,0.027621677,0,0.192146778,1,1,1,1,1,0.012652484,0,0.076738745,1,1,1,1,1,0.079857826,0,0.674299178,0.674211974,0.67464539
-8489,1,0.4385,1,1,1,1,1,1,1,1,0.045,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0955,0.3189,0,1,0.6269,1,1,1,0.0333,0.6269,0,1,1,1,1,1,0.084600911,0,0.284092844,1,1,1,1,1,0.116671443,0,0.040719375,1,1,1,1,1,0.097541839,0,0.711152731,0.71123334,0.71143617
-8490,1,0.4385,1,1,1,1,1,1,1,1,0.0444,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1143,0.3189,0,1,0.6269,1,1,1,0.0408,0.6269,0,1,1,1,1,1,0.102136426,0,0.078165799,1,1,1,1,1,0.146857411,0,0.041142672,1,1,1,1,1,0.139975592,0,0.70698405,0.707002327,0.707003546
-8491,1,0.4385,1,1,1,1,1,1,1,1,0.1114,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0971,0.3189,0,1,0.6269,1,1,1,0.1121,0.6269,0,1,1,1,1,1,0.218661919,0,0.049514748,1,1,1,1,1,0.166403115,0,0.283598959,1,1,1,1,1,0.350459069,0,0.693511358,0.693674635,0.693705674
-8492,1,0.4385,1,1,1,1,1,1,1,1,0.0695,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1812,0.3189,0,1,0.6269,1,1,1,0.0934,0.6269,0,1,1,1,1,1,0.129356354,0,0.164620191,1,1,1,1,1,0.195686579,0,0.228022262,1,1,1,1,1,0.274882734,0,0.673936684,0.673788872,0.674202128
-8493,1,0.4385,1,1,1,1,1,1,1,1,0.0361,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2338,0.3189,0,1,0.6269,1,1,1,0.0923,0.6269,0,1,1,1,1,1,0.066996746,0,0.103971519,1,1,1,1,1,0.242224991,0,0.426948965,1,1,1,1,1,0.234894305,0,0.633518608,0.633594246,0.633421986
-8494,1,0.4385,1,1,1,1,1,1,1,1,0.0614,0.4385,0,1,0.3189,1,1,1,1,1,1,0.277,0.3189,0,1,0.6269,1,1,1,0.1298,0.6269,0,1,1,1,1,1,0.124165952,0,0.070546284,1,1,1,1,1,0.3050147,0,0.822446346,1,1,1,1,1,0.314029217,0,0.57280087,0.572667654,0.573138298
-8495,1,0.4385,1,1,1,1,1,1,1,1,0.0888,0.4385,0,1,0.3189,1,1,1,1,1,1,0.442,0.3189,0,1,0.6269,1,1,1,0.1697,0.6269,0,1,1,1,1,1,0.184367403,0,0.084680825,1,1,1,1,1,0.43063724,0,1,1,1,1,1,1,0.359179139,0,0.513533108,0.513645018,0.513741135
-8496,1,0.4385,1,1,1,1,1,1,1,1,0.0954,0.4385,0,1,0.3189,1,1,1,1,1,1,0.5151,0.3189,0,1,0.6269,1,1,1,0.1419,0.6269,0,1,1,1,1,1,0.18888396,0,0.30003801,1,1,1,1,1,0.556347251,0,1,1,1,1,1,1,0.262640625,0,0.47160464,0.471757986,0.471631206
-8497,1,0.4385,1,1,1,1,1,1,1,1,0.178,0.4385,0,1,0.3189,1,1,1,1,1,1,0.5903,0.3189,0,1,0.6269,1,1,1,0.1103,0.6269,0,1,1,1,1,1,0.264441639,0,0.665694833,1,1,1,1,1,0.639558315,0,1,1,1,1,1,1,0.204479784,0,0.44780087,0.447852761,0.447695035
-8498,1,0.4385,1,1,1,1,1,1,1,1,0.1695,0.4385,0,1,0.3189,1,1,1,1,1,1,0.6748,0.3189,0,1,0.6269,1,1,1,0.2328,0.6269,0,1,1,1,1,1,0.316236645,0,0.47031188,1,1,1,1,1,0.753578424,0,1,1,1,1,1,1,0.465351999,0,0.43638231,0.436429025,0.436613475
-8499,1,0.4385,1,1,1,1,1,1,1,1,0.3443,0.4385,0,1,0.3189,1,1,1,1,1,1,0.7431,0.3189,0,1,0.6269,1,1,1,0.2102,0.6269,0,1,1,1,1,1,0.463760465,0,1,1,1,1,1,1,0.833625555,0,1,1,1,1,1,1,0.39823994,0,0.436201063,0.436217474,0.436170213
-8500,1,0.4385,1,1,1,1,1,1,1,1,0.552,0.4385,0,1,0.3189,1,1,1,1,1,1,0.7387,0.3189,0,1,0.6269,1,1,1,0.2168,0.6269,0,1,1,1,1,1,0.576017261,0,1,1,1,1,1,1,0.844310582,0,1,1,1,1,1,1,0.381489217,0,0.447015466,0.447006558,0.447251773
-8501,1,0.4385,1,1,1,1,1,1,1,1,0.7188,0.4385,0,1,0.3189,1,1,1,1,1,1,0.8666,0.3189,0,1,0.6269,1,1,1,0.2847,0.6269,0,1,1,1,1,1,0.686539948,0,1,1,1,1,1,1,0.88634181,0,1,1,1,1,1,1,0.431437939,0,0.486708555,0.486778083,0.486702128
-8502,1,0.4385,1,1,1,1,1,1,1,1,0.7556,0.4385,0,1,0.3189,1,1,1,1,1,1,0.9008,0.3189,0,1,0.6269,1,1,1,0.3433,0.6269,0,1,1,1,1,1,0.730820894,0,1,1,1,1,1,1,0.920783043,0,1,1,1,1,1,1,0.489239573,0,0.560536491,0.560609266,0.56072695
-8503,1,0.4385,1,1,1,1,1,1,1,1,0.8117,0.4385,0,1,0.3189,1,1,1,1,1,1,0.7715,0.3189,0,1,0.6269,1,1,1,0.3694,0.6269,0,1,1,1,1,1,0.788691103,0,1,1,1,1,1,1,0.862879038,0,0.390052378,1,1,1,1,1,0.595776618,0,0.614306428,0.614343135,0.614361702
-8504,1,0.4385,1,1,1,1,1,1,1,1,0.8582,0.4385,0,1,0.3189,1,1,1,1,1,1,0.9264,0.3189,0.0001,1,0.6269,1,1,1,0.4263,0.6269,0,1,1,1,1,1,0.85143882,1.54E-06,1,1,1,1,1,1,0.942412615,0,0.052356023,1,1,1,1,1,0.602397799,0.011094768,0.632249879,0.632324942,0.632535461
-8505,1,0.4385,1,1,1,1,1,1,1,1,0.9209,0.4385,0.0446,1,0.3189,1,1,1,1,1,1,0.8933,0.3189,0.0558,1,0.6269,1,1,1,0.5482,0.6269,0.0512,1,1,1,1,1,0.939349353,0.044021182,1,1,1,1,1,1,0.923737645,0.017141907,1,1,1,1,1,1,0.762499809,0.052162431,0.641130981,0.64121007,0.641400709
-8506,1,0.4385,1,1,1,1,1,1,1,1,0.9474,0.4385,0.0583,1,0.3189,1,1,1,1,1,1,0.7997,0.3189,0.0287,1,0.6269,1,1,1,0.6409,0.6269,0.1353,1,1,1,1,1,0.937878966,0.075342216,1,1,1,1,1,1,0.874281704,0.019801348,1,1,1,1,1,1,0.845413685,0.148067132,0.644453842,0.64459488,0.644503546
-8507,1,0.4385,1,1,1,1,1,1,1,1,0.9322,0.4385,0.0588,1,0.3189,1,1,1,1,1,1,0.7379,0.3189,0.065,1,0.6269,1,1,1,0.6491,0.6269,0.2086,1,1,1,1,1,0.923209012,0.113887846,0.807193935,1,1,1,1,1,0.814786553,0.046707232,0,1,1,1,1,1,0.843078136,0.237766623,0.641916385,0.641844722,0.641843972
-8508,1,0.4385,1,1,1,1,1,1,1,1,0.9305,0.4385,0.0315,1,0.3189,1,1,1,1,1,1,0.7475,0.3189,0.0339,1,0.6269,1,1,1,0.7038,0.6269,0.1456,1,1,1,1,1,0.908578157,0.104333125,0.123675674,1,1,1,1,1,0.852567494,0.06979014,0.390052378,1,1,1,1,1,0.898101091,0.178652614,0.630256162,0.630209435,0.630319149
-8509,1,0.4385,1,1,1,1,1,1,1,1,0.9176,0.4385,0.0289,1,0.3189,1,1,1,1,1,1,0.8321,0.3189,0.2606,1,0.6269,1,1,1,0.8279,0.6269,0.2577,1,1,1,1,1,0.933961928,0.054416768,0.056868747,1,1,1,1,1,0.895705044,0.41158697,1,1,1,1,1,1,0.931783497,0.043520655,0.621193813,0.621324307,0.621453901
-8510,1,0.4385,1,1,1,1,1,1,1,1,0.9181,0.4385,0.1648,1,0.3189,1,1,1,1,1,1,0.601,0.3189,0.383,1,0.6269,1,1,1,0.8748,0.6269,0.197,1,1,1,1,1,0.926370859,0.267821312,0.734586954,1,1,1,1,1,0.676150858,0.531088173,1,1,1,1,1,1,0.942643762,0.001466182,0.608929435,0.608842818,0.609042553
-8511,1,0.4385,1,1,1,1,1,1,1,1,0.5052,0.4385,0.285,1,0.3189,1,1,1,1,1,1,0.3648,0.3189,0.2594,1,0.6269,1,1,1,0.5872,0.6269,0.2168,1,1,1,1,1,0.576872826,0.452669084,1,1,1,1,1,1,0.409917057,0.400234967,1,1,1,1,1,1,0.853679419,0.23700422,0.60578782,0.605669558,0.605939716
-8512,1,0.4385,1,1,1,1,1,1,1,1,0.756,0.4385,0,1,0.3189,1,1,1,1,1,1,0.7642,0.3189,0,1,0.6269,1,1,1,0.9502,0.6269,0,1,1,1,1,1,0.853764057,0,1,1,1,1,1,1,0.776443899,0.000235,1,1,1,1,1,1,0.943084896,0,0.649589174,0.649672096,0.649822695
-8513,1,0.4385,1,1,1,1,1,1,1,1,0.5291,0.4385,0,1,0.3189,1,1,1,1,1,1,0.3053,0.3189,0,1,0.6269,1,1,1,0.9244,0.6269,0,1,1,1,1,1,0.645878196,0,1,1,1,1,1,1,0.357974648,0,0.951774418,1,1,1,1,1,0.92137605,0,0.681609473,0.681616247,0.681737589
-8514,1,0.4385,1,1,1,1,1,1,1,1,0.5664,0.4385,0,1,0.3189,1,1,1,1,1,1,0.19,0.3189,0,1,0.6269,1,1,1,0.894,0.6269,0,1,1,1,1,1,0.478271067,0,0.96154654,1,1,1,1,1,0.232302845,0,1,1,1,1,1,1,0.920553327,0,0.670915901,0.670827163,0.671099291
-8515,1,0.4385,1,1,1,1,1,1,1,1,0.6014,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1209,0.3189,0,1,0.6269,1,1,1,0.8341,0.6269,0,1,1,1,1,1,0.519914627,0,0.80601573,1,1,1,1,1,0.158412218,0,0.786532044,1,1,1,1,1,0.884915829,0,0.652247463,0.652210704,0.652039007
-8516,1,0.4385,1,1,1,1,1,1,1,1,0.4431,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2882,0.3189,0,1,0.6269,1,1,1,0.8381,0.6269,0,1,1,1,1,1,0.373353958,0,0.910857797,1,1,1,1,1,0.29407227,0,1,1,1,1,1,1,0.875444293,0,0.629893668,0.629786334,0.629875887
-8517,1,0.4385,1,1,1,1,1,1,1,1,0.2764,0.4385,0,1,0.3189,1,1,1,1,1,1,0.074,0.3189,0,1,0.6269,1,1,1,0.3407,0.6269,0,1,1,1,1,1,0.119496472,0,1,1,1,1,1,1,0.098656058,0,1,1,1,1,1,1,0.239109367,0,0.59841711,0.598476835,0.598847518
-8518,1,0.4385,1,1,1,1,1,1,1,1,0.2508,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1342,0.3189,0,1,0.6269,1,1,1,0.3255,0.6269,0,1,1,1,1,1,0.109638803,0,1,1,1,1,1,1,0.12487682,0,1,1,1,1,1,1,0.214742184,0,0.552319961,0.55235879,0.552748227
-8519,1,0.4385,1,1,1,1,1,1,1,1,0.2218,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2242,0.3189,0,1,0.6269,1,1,1,0.5385,0.6269,0,1,1,1,1,1,0.169002816,0,0.98729682,1,1,1,1,1,0.204614311,0,1,1,1,1,1,1,0.53570503,0,0.499093765,0.499048022,0.499113475
-8520,1,0.4385,1,1,1,1,1,1,1,1,0.2127,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2806,0.3189,0,1,0.6269,1,1,1,0.4024,0.6269,0,1,1,1,1,1,0.146086797,0,0.80723387,1,1,1,1,1,0.248322949,0,0.971132278,1,1,1,1,1,0.362423241,0,0.459944418,0.459911149,0.459663121
-8521,1,0.4385,1,1,1,1,1,1,1,1,0.1857,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2227,0.3189,0,1,0.6269,1,1,1,0.3637,0.6269,0,1,1,1,1,1,0.131360531,0,0.74112165,1,1,1,1,1,0.206792727,0,0.914369226,1,1,1,1,1,0.355678558,0,0.436563557,0.436640575,0.436613475
-8522,1,0.4385,1,1,1,1,1,1,1,1,0.1657,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2015,0.3189,0,1,0.6269,1,1,1,0.3063,0.6269,0,1,1,1,1,1,0.108913481,0,0.593886256,1,1,1,1,1,0.187988207,0,0.831857324,1,1,1,1,1,0.344619453,0,0.42357419,0.423735985,0.423758865
-8523,1,0.4385,1,1,1,1,1,1,1,1,0.2579,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2948,0.3189,0,1,0.6269,1,1,1,0.2556,0.6269,0,1,1,1,1,1,0.194563016,0,0.733893633,1,1,1,1,1,0.260338962,0,0.85734427,1,1,1,1,1,0.286395401,0,0.420009667,0.419928073,0.419769504
-8524,1,0.4385,1,1,1,1,1,1,1,1,0.3923,0.4385,0,1,0.3189,1,1,1,1,1,1,0.3224,0.3189,0,1,0.6269,1,1,1,0.2457,0.6269,0,1,1,1,1,1,0.346242189,0,0.69017607,1,1,1,1,1,0.328635633,0,1,1,1,1,1,1,0.200861707,0,0.424057516,0.423947535,0.424202128
-8525,1,0.4385,1,1,1,1,1,1,1,1,0.4081,0.4385,0,1,0.3189,1,1,1,1,1,1,0.5903,0.3189,0,1,0.6269,1,1,1,0.2301,0.6269,0,1,1,1,1,1,0.348474205,0,0.744776368,1,1,1,1,1,0.587348461,0,1,1,1,1,1,1,0.173090607,0,0.438859352,0.438756082,0.438829787
-8526,1,0.4385,1,1,1,1,1,1,1,1,0.1115,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2554,0.3189,0,1,0.6269,1,1,1,0.0276,0.6269,0,1,1,1,1,1,0.071605824,0,1,1,1,1,1,1,0.253311306,0,1,1,1,1,1,1,0.039210524,0,0.471544224,0.471546435,0.471631206
-8527,1,0.4385,1,1,1,1,1,1,1,1,0.0785,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1977,0.3189,0,1,0.6269,1,1,1,0.0207,0.6269,0,1,1,1,1,1,0.05052742,0,1,1,1,1,1,1,0.230547667,0,1,1,1,1,1,1,0.034625784,0,0.508760271,0.508779353,0.508865248
-8528,1,0.4385,1,1,1,1,1,1,1,1,0.1498,0.4385,0.0978,1,0.3189,1,1,1,1,1,1,0.317,0.3189,0.0935,1,0.6269,1,1,1,0.0268,0.6269,0.1037,1,1,1,1,1,0.128718615,0.196341634,1,1,1,1,1,1,0.322550267,0.196632937,1,1,1,1,1,1,0.033077005,0.24493742,0.551111648,0.551089486,0.550975177
-8529,1,0.4385,1,1,1,1,1,1,1,1,0.3371,0.4385,0.2792,1,0.3189,1,1,1,1,1,1,0.8715,0.3189,0.2962,1,0.6269,1,1,1,0.0616,0.6269,0.2899,1,1,1,1,1,0.36219728,0.379060477,1,1,1,1,1,1,0.796125174,0.482240021,1,1,1,1,1,1,0.070720538,0.420919329,0.578902852,0.578802623,0.578900709
-8530,1,0.4385,1,1,1,1,1,1,1,1,0.4594,0.4385,0.4105,1,0.3189,1,1,1,1,1,1,0.9665,0.3189,0.4065,1,0.6269,1,1,1,0.0887,0.6269,0.3702,1,1,1,1,1,0.585943818,0.576544821,0.922006965,1,1,1,1,1,0.871876478,0.560455561,1,1,1,1,1,1,0.081724368,0.540887773,0.587965201,0.587899302,0.58820922
-8531,1,0.4385,1,1,1,1,1,1,1,1,0.6252,0.4385,0.4492,1,0.3189,1,1,1,1,1,1,0.9253,0.3189,0.4214,1,0.6269,1,1,1,0.1425,0.6269,0.4063,1,1,1,1,1,0.749622464,0.607801318,0.892214358,1,1,1,1,1,0.874696612,0.576676786,1,1,1,1,1,1,0.063234314,0.587063193,0.590140164,0.590226359,0.590425532
-8532,1,0.4385,1,1,1,1,1,1,1,1,0.6139,0.4385,0.4963,1,0.3189,1,1,1,1,1,1,0.966,0.3189,0.43,1,0.6269,1,1,1,0.1036,0.6269,0.3933,1,1,1,1,1,0.720857024,0.679176688,0.975053906,1,1,1,1,1,0.920807183,0.631066978,1,1,1,1,1,1,0.052305393,0.542780757,0.586092315,0.585995346,0.58643617
-8533,1,0.4385,1,1,1,1,1,1,1,1,0.6739,0.4385,0.4878,1,0.3189,1,1,1,1,1,1,0.9776,0.3189,0.4406,1,0.6269,1,1,1,0.1241,0.6269,0.3487,1,1,1,1,1,0.722800553,0.692049265,0.993351519,1,1,1,1,1,0.92075038,0.627709091,1,1,1,1,1,1,0.088021383,0.469323993,0.581500725,0.581552782,0.581560284
-8534,1,0.4385,1,1,1,1,1,1,1,1,0.7494,0.4385,0.4023,1,0.3189,1,1,1,1,1,1,0.9513,0.3189,0.3807,1,0.6269,1,1,1,0.1544,0.6269,0.2682,1,1,1,1,1,0.78684783,0.553897798,0.991584599,1,1,1,1,1,0.921035409,0.515034437,1,1,1,1,1,1,0.137321815,0.418182254,0.580775737,0.580706579,0.580673759
-8535,1,0.4385,1,1,1,1,1,1,1,1,0.7594,0.4385,0.2639,1,0.3189,1,1,1,1,1,1,0.9657,0.3189,0.2685,1,0.6269,1,1,1,0.1632,0.6269,0.1349,1,1,1,1,1,0.793801904,0.428406745,0.994586229,1,1,1,1,1,0.931852043,0.423202008,1,1,1,1,1,1,0.174348399,0.299359798,0.590683905,0.590649461,0.590868794
-8536,1,0.4385,1,1,1,1,1,1,1,1,0.5672,0.4385,0.0209,1,0.3189,1,1,1,1,1,1,0.8891,0.3189,0.0563,1,0.6269,1,1,1,0.2223,0.6269,0,1,1,1,1,1,0.609560311,0.069586389,1,1,1,1,1,1,0.844565272,0.116166174,1,1,1,1,1,1,0.239468798,0,0.642460126,0.642479374,0.642730496
-8537,1,0.4385,1,1,1,1,1,1,1,1,0.486,0.4385,0,1,0.3189,1,1,1,1,1,1,0.8333,0.3189,0,1,0.6269,1,1,1,0.2415,0.6269,0,1,1,1,1,1,0.517949641,0,0.995254278,1,1,1,1,1,0.759938359,0,1,1,1,1,1,1,0.398301274,0,0.68360319,0.683731754,0.683510638
-8538,1,0.4385,1,1,1,1,1,1,1,1,0.5142,0.4385,0,1,0.3189,1,1,1,1,1,1,0.9501,0.3189,0,1,0.6269,1,1,1,0.276,0.6269,0,1,1,1,1,1,0.608529747,0,0.995214522,1,1,1,1,1,0.827137053,0,1,1,1,1,1,1,0.506308794,0,0.681549058,0.681616247,0.681737589
-8539,1,0.4385,1,1,1,1,1,1,1,1,0.4679,0.4385,0,1,0.3189,1,1,1,1,1,1,0.9458,0.3189,0,1,0.6269,1,1,1,0.3425,0.6269,0,1,1,1,1,1,0.505548,0,0.998685539,1,1,1,1,1,0.860494018,0,1,1,1,1,1,1,0.698232174,0,0.667230546,0.667230802,0.667553191
-8540,1,0.4385,1,1,1,1,1,1,1,1,0.3682,0.4385,0,1,0.3189,1,1,1,1,1,1,0.9459,0.3189,0,1,0.6269,1,1,1,0.205,0.6269,0,1,1,1,1,1,0.396080583,0,1,1,1,1,1,1,0.834156811,0,1,1,1,1,1,1,0.410716981,0,0.649891252,0.649883647,0.649822695
-8541,1,0.4385,1,1,1,1,1,1,1,1,0.7269,0.4385,0,1,0.3189,1,1,1,1,1,1,0.8943,0.3189,0,1,0.6269,1,1,1,0.5771,0.6269,0,1,1,1,1,1,0.86168015,0,1,1,1,1,1,1,0.858190298,0,1,1,1,1,1,1,0.91053921,0,0.624697922,0.624709118,0.624556738
-8542,1,0.4385,1,1,1,1,1,1,1,1,0.5657,0.4385,0,1,0.3189,1,1,1,1,1,1,0.9349,0.3189,0,1,0.6269,1,1,1,0.5554,0.6269,0,1,1,1,1,1,0.69851476,0,1,1,1,1,1,1,0.839143991,0,1,1,1,1,1,1,0.932548881,0,0.583252779,0.583245187,0.583333333
-8543,1,0.4385,1,1,1,1,1,1,1,1,0.5864,0.4385,0,1,0.3189,1,1,1,1,1,1,0.9149,0.3189,0,1,0.6269,1,1,1,0.6079,0.6269,0,1,1,1,1,1,0.692740679,0,1,1,1,1,1,1,0.820301831,0,1,1,1,1,1,1,0.931621015,0,0.534195263,0.534165433,0.534131206
-8544,1,0.4385,1,1,1,1,1,1,1,1,0.6132,0.4385,0,1,0.3189,1,1,1,1,1,1,0.9438,0.3189,0,1,0.6269,1,1,1,0.647,0.6269,0,1,1,1,1,1,0.805759072,0,1,1,1,1,1,1,0.864470541,0,1,1,1,1,1,1,0.92937392,0,0.493656356,0.493759255,0.493794326
-8545,1,0.4385,1,1,1,1,1,1,1,1,0.5262,0.4385,0,1,0.3189,1,1,1,1,1,1,0.9528,0.3189,0,1,0.6269,1,1,1,0.7254,0.6269,0,1,1,1,1,1,0.723252296,0,1,1,1,1,1,1,0.809038043,0,1,1,1,1,1,1,0.957808495,0,0.467919285,0.467950074,0.468085106
-8546,1,0.4385,1,1,1,1,1,1,1,1,0.5841,0.4385,0,1,0.3189,1,1,1,1,1,1,0.941,0.3189,0,1,0.6269,1,1,1,0.7424,0.6269,0,1,1,1,1,1,0.750946164,0,0.950919747,1,1,1,1,1,0.743550658,0,1,1,1,1,1,1,0.969444156,0,0.454144514,0.454199281,0.453900709
-8547,1,0.4385,1,1,1,1,1,1,1,1,0.5464,0.4385,0,1,0.3189,1,1,1,1,1,1,0.8908,0.3189,0,1,0.6269,1,1,1,0.7189,0.6269,0,1,1,1,1,1,0.670407474,0,0.740284145,1,1,1,1,1,0.728592992,0,1,1,1,1,1,1,0.963626444,0,0.44780087,0.447852761,0.447695035
-8548,1,0.4385,1,1,1,1,1,1,1,1,0.458,0.4385,0,1,0.3189,1,1,1,1,1,1,0.6873,0.3189,0,1,0.6269,1,1,1,0.7006,0.6269,0,1,1,1,1,1,0.544805586,0,0.439351052,1,1,1,1,1,0.586682558,0,1,1,1,1,1,1,0.956286073,0,0.448888352,0.448910514,0.449024823
-8549,1,0.4385,1,1,1,1,1,1,1,1,0.4518,0.4385,0,1,0.3189,1,1,1,1,1,1,0.6336,0.3189,0,1,0.6269,1,1,1,0.6945,0.6269,0,1,1,1,1,1,0.493992358,0,0.373839438,1,1,1,1,1,0.576232076,0,1,1,1,1,1,1,0.941874087,0,0.461152731,0.461180453,0.46143617
-8550,1,0.4385,1,1,1,1,1,1,1,1,0.4955,0.4385,0,1,0.3189,1,1,1,1,1,1,0.6421,0.3189,0,1,0.6269,1,1,1,0.6427,0.6269,0,1,1,1,1,1,0.468978643,0,0.595835805,1,1,1,1,1,0.552468419,0,1,1,1,1,1,1,0.916909993,0,0.485983567,0.485931881,0.485815603
-8551,1,0.4385,1,1,1,1,1,1,1,1,0.3539,0.4385,0,1,0.3189,1,1,1,1,1,1,0.5303,0.3189,0,1,0.6269,1,1,1,0.7225,0.6269,0,1,1,1,1,1,0.362995327,0,0.721548796,1,1,1,1,1,0.449046791,0,1,1,1,1,1,1,0.958025038,0,0.512747704,0.512798815,0.51285461
-8552,1,0.4385,1,1,1,1,1,1,1,1,0.3405,0.4385,0.2274,1,0.3189,1,1,1,1,1,1,0.2385,0.3189,0.189,1,0.6269,1,1,1,0.7182,0.6269,0.1233,1,1,1,1,1,0.325892925,0.410353184,0.999089599,1,1,1,1,1,0.251502901,0.287901282,1,1,1,1,1,1,0.941139579,0.421172053,0.547728371,0.547704675,0.54787234
-8553,1,0.4385,1,1,1,1,1,1,1,1,0.1786,0.4385,0.4451,1,0.3189,1,1,1,1,1,1,0.1727,0.3189,0.346,1,0.6269,1,1,1,0.6511,0.6269,0.2972,1,1,1,1,1,0.23647806,0.652876258,0.55802834,1,1,1,1,1,0.20671241,0.490664929,0.417779863,1,1,1,1,1,0.900869846,0.699668765,0.570565491,0.570763698,0.570921986
-8554,1,0.4385,1,1,1,1,1,1,1,1,0.2496,0.4385,0.5487,1,0.3189,1,1,1,1,1,1,0.0839,0.3189,0.4271,1,0.6269,1,1,1,0.6066,0.6269,0.4402,1,1,1,1,1,0.193925962,0.724559426,0.701586127,1,1,1,1,1,0.097421721,0.636151552,0.48500368,1,1,1,1,1,0.849728048,0.85618329,0.578359111,0.578379522,0.578457447
-8555,1,0.4385,1,1,1,1,1,1,1,1,0.3316,0.4385,0.5288,1,0.3189,1,1,1,1,1,1,0.1316,0.3189,0.4127,1,0.6269,1,1,1,0.4947,0.6269,0.5145,1,1,1,1,1,0.299159259,0.724735081,0.652134717,1,1,1,1,1,0.138092458,0.615146041,0.373702884,1,1,1,1,1,0.707488477,0.928021252,0.58337361,0.583456738,0.583333333
-8556,1,0.4385,1,1,1,1,1,1,1,1,0.298,0.4385,0.4508,1,0.3189,1,1,1,1,1,1,0.0691,0.3189,0.4253,1,0.6269,1,1,1,0.5016,0.6269,0.5431,1,1,1,1,1,0.219928071,0.677630186,0.702157259,1,1,1,1,1,0.062908888,0.621222794,0.395518601,1,1,1,1,1,0.715612471,0.932812512,0.585246496,0.585149143,0.585106383
-8557,1,0.4385,1,1,1,1,1,1,1,1,0.2757,0.4385,0.4375,1,0.3189,1,1,1,1,1,1,0.0592,0.3189,0.4323,1,0.6269,1,1,1,0.3752,0.6269,0.4752,1,1,1,1,1,0.256481767,0.651949644,0.418154955,1,1,1,1,1,0.059445068,0.623824418,0.283836901,1,1,1,1,1,0.592879057,0.875110626,0.581259062,0.581341231,0.581560284
-8558,1,0.4385,1,1,1,1,1,1,1,1,0.2568,0.4385,0.3749,1,0.3189,1,1,1,1,1,1,0.1302,0.3189,0.3965,1,0.6269,1,1,1,0.2879,0.6269,0.3945,1,1,1,1,1,0.295139939,0.582705498,0.162211895,1,1,1,1,1,0.102694079,0.614593387,0.181032717,1,1,1,1,1,0.435741723,0.751785994,0.576727888,0.576687117,0.576684397
-8559,1,0.4385,1,1,1,1,1,1,1,1,0.224,0.4385,0.2477,1,0.3189,1,1,1,1,1,1,0.4719,0.3189,0.3089,1,0.6269,1,1,1,0.3117,0.6269,0.2408,1,1,1,1,1,0.28642711,0.444873065,0.014697591,1,1,1,1,1,0.361622423,0.526019096,0.341917038,1,1,1,1,1,0.474326164,0.520028591,0.580413243,0.580495029,0.580230496
-8560,1,0.4385,1,1,1,1,1,1,1,1,0.1432,0.4385,0.0342,1,0.3189,1,1,1,1,1,1,0.2363,0.3189,0.0853,1,0.6269,1,1,1,0.2524,0.6269,0,1,1,1,1,1,0.159104452,0.128139228,0.038905002,1,1,1,1,1,0.227246732,0.239632189,0.67926681,1,1,1,1,1,0.457181126,0,0.632612373,0.632748043,0.632978723
-8561,1,0.4385,1,1,1,1,1,1,1,1,0.0856,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0215,0.3189,0,1,0.6269,1,1,1,0.1871,0.6269,0,1,1,1,1,1,0.1510171,0,0.1501109,1,1,1,1,1,0.072846085,0,0.490142941,1,1,1,1,1,0.39378202,0,0.67677622,0.676750582,0.677304965
-8562,1,0.4385,1,1,1,1,1,1,1,1,0.1394,0.4385,0,1,0.3189,1,1,1,1,1,1,0.0708,0.3189,0,1,0.6269,1,1,1,0.2474,0.6269,0,1,1,1,1,1,0.283996671,0,0.22248736,1,1,1,1,1,0.17030628,0,0.644459486,1,1,1,1,1,0.396279603,0,0.676292895,0.67632748,0.67641844
-8563,1,0.4385,1,1,1,1,1,1,1,1,0.1894,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1378,0.3189,0,1,0.6269,1,1,1,0.1501,0.6269,0,1,1,1,1,1,0.222307175,0,0.717617512,1,1,1,1,1,0.232263982,0,0.610659957,1,1,1,1,1,0.259351343,0,0.663907685,0.663845991,0.664007092
-8564,1,0.4385,1,1,1,1,1,1,1,1,0.2554,0.4385,0,1,0.3189,1,1,1,1,1,1,0.357,0.3189,0,1,0.6269,1,1,1,0.1439,0.6269,0,1,1,1,1,1,0.28293696,0,0.661156654,1,1,1,1,1,0.372507691,0,0.867667794,1,1,1,1,1,0.238388702,0,0.647474625,0.64755659,0.648049645
-8565,1,0.4385,1,1,1,1,1,1,1,1,0.2283,0.4385,0,1,0.3189,1,1,1,1,1,1,0.3347,0.3189,0,1,0.6269,1,1,1,0.166,0.6269,0,1,1,1,1,1,0.23229821,0,0.837358713,1,1,1,1,1,0.317135334,0,0.743637741,1,1,1,1,1,0.216352642,0,0.616843886,0.616670193,0.617021277
-8566,1,0.4385,1,1,1,1,1,1,1,1,0.2948,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1722,0.3189,0,1,0.6269,1,1,1,0.1078,0.6269,0,1,1,1,1,1,0.342633307,0,0.870871723,1,1,1,1,1,0.210560262,0,0.700236917,1,1,1,1,1,0.118511856,0,0.572982117,0.572879205,0.573138298
-8567,1,0.4385,1,1,1,1,1,1,1,1,0.449,0.4385,0,1,0.3189,1,1,1,1,1,1,0.3106,0.3189,0,1,0.6269,1,1,1,0.128,0.6269,0,1,1,1,1,1,0.532747269,0,0.575637281,1,1,1,1,1,0.429198354,0,0.65211314,1,1,1,1,1,0.141876072,0,0.521145481,0.521049291,0.521276596
-8568,1,0.4385,1,1,1,1,1,1,1,1,0.5322,0.4385,0,1,0.3189,1,1,1,1,1,1,0.257,0.3189,0,1,0.6269,1,1,1,0.137,0.6269,0,1,1,1,1,1,0.4513098,0,0.769750714,1,1,1,1,1,0.378816009,0,0.993583798,1,1,1,1,1,0.180562034,0,0.479760754,0.479796911,0.479609929
-8569,1,0.4385,1,1,1,1,1,1,1,1,0.4828,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2692,0.3189,0,1,0.6269,1,1,1,0.2195,0.6269,0,1,1,1,1,1,0.431335479,0,0.602164984,1,1,1,1,1,0.391910911,0,0.56994617,1,1,1,1,1,0.291149586,0,0.455775737,0.455680135,0.455673759
-8570,1,0.4385,1,1,1,1,1,1,1,1,0.4622,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1419,0.3189,0,1,0.6269,1,1,1,0.2576,0.6269,0,1,1,1,1,1,0.376579165,0,0.65346694,1,1,1,1,1,0.207200974,0,0.426544011,1,1,1,1,1,0.375446349,0,0.443390527,0.443410197,0.443262411
-8571,1,0.4385,1,1,1,1,1,1,1,1,0.3792,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1534,0.3189,0,1,0.6269,1,1,1,0.2782,0.6269,0,1,1,1,1,1,0.321633965,0,0.605450988,1,1,1,1,1,0.249492735,0,0.467077255,1,1,1,1,1,0.442304194,0,0.441155147,0.441083139,0.441046099
-8572,1,0.4385,1,1,1,1,1,1,1,1,0.3856,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1871,0.3189,0,1,0.6269,1,1,1,0.2529,0.6269,0,1,1,1,1,1,0.336801142,0,0.308108658,1,1,1,1,1,0.268667072,0,0.250716746,1,1,1,1,1,0.489084929,0,0.450882069,0.45081447,0.451241135
-8573,1,0.4385,1,1,1,1,1,1,1,1,0.3188,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2812,0.3189,0,1,0.6269,1,1,1,0.3266,0.6269,0,1,1,1,1,1,0.270376086,0,0.244316638,1,1,1,1,1,0.338786215,0,0.258046865,1,1,1,1,1,0.624104023,0,0.477283712,0.477258303,0.477393617
-8574,1,0.4385,1,1,1,1,1,1,1,1,0.2051,0.4385,0,1,0.3189,1,1,1,1,1,1,0.1876,0.3189,0,1,0.6269,1,1,1,0.3767,0.6269,0,1,1,1,1,1,0.202263683,0,0.18443656,1,1,1,1,1,0.214364052,0,0.212507069,1,1,1,1,1,0.702093601,0,0.518426776,0.518510683,0.518617021
-8575,1,0.4385,1,1,1,1,1,1,1,1,0.1061,0.4385,0,1,0.3189,1,1,1,1,1,1,0.2677,0.3189,0,1,0.6269,1,1,1,0.2997,0.6269,0,1,1,1,1,1,0.105008245,0,0.380501866,1,1,1,1,1,0.253935635,0,0.247564942,1,1,1,1,1,0.621995211,0,0.554917835,0.554897398,0.554964539
-8576,1,0.4384,1,1,1,1,1,1,1,1,0.1352,0.4384,0.2255,1,0.3189,1,1,1,1,1,1,0.1734,0.3189,0.1996,1,0.627,1,1,1,0.3126,0.627,0.1652,1,1,1,1,1,0.174275994,0.383286864,0.45866555,1,1,1,1,1,0.170466483,0.344298631,0.240032479,1,1,1,1,1,0.671337724,0.419778138,0.587179797,0.58726465,0.587322695
-8577,1,0.4382,1,1,1,1,1,1,1,1,0.1918,0.4382,0.4422,1,0.3189,1,1,1,1,1,1,0.1272,0.3189,0.3925,1,0.6271,1,1,1,0.3059,0.6271,0.3646,1,1,1,1,1,0.210683018,0.678470254,0.19199422,1,1,1,1,1,0.121492267,0.544966936,0.139052629,1,1,1,1,1,0.546967208,0.699351668,0.605244079,0.605246457,0.605496454
-8578,1,0.4381,1,1,1,1,1,1,1,1,0.1481,0.4381,0.5408,1,0.3189,1,1,1,1,1,1,0.1077,0.3189,0.5052,1,0.6272,1,1,1,0.1835,0.6272,0.4853,1,1,1,1,1,0.146053299,0.766658247,0.632569194,1,1,1,1,1,0.083881304,0.720754087,0.288114429,1,1,1,1,1,0.311656743,0.818118691,0.611346061,0.611381426,0.611702128
-8579,1,0.438,1,1,1,1,1,1,1,1,0.1637,0.438,0.6649,1,0.3189,1,1,1,1,1,1,0.0163,0.3189,0.6271,1,0.6273,1,1,1,0.3255,0.6273,0.5346,1,1,1,1,1,0.205447942,0.909654498,0.08245565,1,1,1,1,1,0.017148821,0.833440781,0.030080888,1,1,1,1,1,0.502684891,0.924545407,0.608385694,0.608419717,0.608599291
-8580,1,0.4378,1,1,1,1,1,1,1,1,0.0988,0.4378,0.6653,1,0.3189,1,1,1,1,1,1,0.01,0.3189,0.6283,1,0.6274,1,1,1,0.415,0.6274,0.5662,1,1,1,1,1,0.134313419,0.911120832,0.040766515,1,1,1,1,1,0.015458579,0.845905244,0,1,1,1,1,1,0.558065534,0.931040525,0.598598357,0.598688386,0.598847518
-8581,1,0.4377,1,1,1,1,1,1,1,1,0.07,0.4377,0.6232,1,0.3189,1,1,1,1,1,1,0.0008,0.3189,0.5558,1,0.6275,1,1,1,0.2688,0.6275,0.5376,1,1,1,1,1,0.100446895,0.853342891,0,1,1,1,1,1,0.002168536,0.718837798,0,1,1,1,1,1,0.39550209,0.88023138,0.590744321,0.590649461,0.590868794
-8582,1,0.4376,1,1,1,1,1,1,1,1,0.0655,0.4376,0.4789,1,0.3189,1,1,1,1,1,1,0,0.3189,0.3366,1,0.6276,1,1,1,0.3459,0.6276,0.4409,1,1,1,1,1,0.083306499,0.701078653,0,1,1,1,1,1,0,0.415539712,0,1,1,1,1,1,0.509147048,0.767633319,0.589173514,0.589168606,0.589095745
-8583,1,0.4374,1,1,1,1,1,1,1,1,0.0176,0.4374,0.2156,1,0.3189,1,1,1,1,1,1,0,0.3189,0.2418,1,0.6277,1,1,1,0.3294,0.6277,0.2847,1,1,1,1,1,0.02416929,0.345119506,0.005309603,1,1,1,1,1,0,0.465582103,0,1,1,1,1,1,0.535685122,0.549155712,0.595094248,0.595092025,0.594858156
-8584,1,0.4373,1,1,1,1,1,1,1,1,0.0171,0.4373,0.0405,1,0.3189,1,1,1,1,1,1,0,0.3189,0.0936,1,0.6278,1,1,1,0.3931,0.6278,0,1,1,1,1,1,0.029897463,0.102507934,0.017946048,1,1,1,1,1,0,0.202526644,0,1,1,1,1,1,0.69914341,4.76E-05,0.641372644,0.64142162,0.641400709
-8585,1,0.4372,1,1,1,1,1,1,1,1,0.0193,0.4372,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6279,1,1,1,0.315,0.6279,0,1,1,1,1,1,0.033580743,0,0.012539168,1,1,1,1,1,0,0,0,1,1,1,1,1,0.616783023,0,0.666747221,0.6668077,0.666666667
-8586,1,0.437,1,1,1,1,1,1,1,1,0.0035,0.437,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.628,1,1,1,0.2583,0.628,0,1,1,1,1,1,0.005703936,0,0.004846581,1,1,1,1,1,1.01E-05,0,0,1,1,1,1,1,0.490460038,0,0.640526825,0.640575418,0.640514184
-8587,1,0.4369,1,1,1,1,1,1,1,1,0.0003,0.4369,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6281,1,1,1,0.2149,0.6281,0,1,1,1,1,1,4.32E-05,0,0.000310163,1,1,1,1,1,0,0,0,1,1,1,1,1,0.449158162,0,0.614366844,0.614343135,0.614361702
-8588,1,0.4368,1,1,1,1,1,1,1,1,0.0005,0.4368,0,1,0.3189,1,1,1,1,1,1,0.0302,0.3189,0,1,0.6282,1,1,1,0.282,0.6282,0,1,1,1,1,1,0.002212907,0,0,1,1,1,1,1,0.049515229,0,0.017875131,1,1,1,1,1,0.440487087,0,0.59757129,0.597630633,0.59751773
-8589,1,0.4366,1,1,1,1,1,1,1,1,0.0006,0.4366,0,1,0.3189,1,1,1,1,1,1,0.0126,0.3189,0,1,0.6283,1,1,1,0.2286,0.6283,0,1,1,1,1,1,0.001755118,0,0,1,1,1,1,1,0.030420361,0,0,1,1,1,1,1,0.387485594,0,0.581681972,0.581764333,0.582003546
-8590,1,0.4365,1,1,1,1,1,1,1,1,0.0009,0.4365,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6284,1,1,1,0.1591,0.6284,0,1,1,1,1,1,0.00046509,0,0.005944007,1,1,1,1,1,0.018283328,0,0.033590317,1,1,1,1,1,0.438768804,0,0.555582407,0.555743601,0.555851064
-8591,1,0.4364,1,1,1,1,1,1,1,1,0.0044,0.4364,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6285,1,1,1,0.1525,0.6285,0,1,1,1,1,1,0.005862666,0,0.060981996,1,1,1,1,1,0.020253353,0,0.210612595,1,1,1,1,1,0.339749306,0,0.518547608,0.518510683,0.518617021
-8592,1,0.4362,1,1,1,1,1,1,1,1,0.0074,0.4362,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6286,1,1,1,0.169,0.6286,0,1,1,1,1,1,0.012930295,0,0.093656033,1,1,1,1,1,0.005870254,0,0.23539713,1,1,1,1,1,0.285466433,0,0.480304495,0.480220013,0.480496454
-8593,1,0.4361,1,1,1,1,1,1,1,1,0.0067,0.4361,0,1,0.3189,1,1,1,1,1,1,0.0092,0.3189,0,1,0.6287,1,1,1,0.2533,0.6287,0,1,1,1,1,1,0.024806466,0,0.177074239,1,1,1,1,1,0.031447191,0,0.244531959,1,1,1,1,1,0.420542032,0,0.452754954,0.452718426,0.453014184
-8594,1,0.436,1,1,1,1,1,1,1,1,0.0136,0.436,0,1,0.3189,1,1,1,1,1,1,0.0065,0.3189,0,1,0.6288,1,1,1,0.3463,0.6288,0,1,1,1,1,1,0.037010171,0,0.324677527,1,1,1,1,1,0.034517039,0,0.271789253,1,1,1,1,1,0.453172445,0,0.436926051,0.436852126,0.437056738
-8595,1,0.4358,1,1,1,1,1,1,1,1,0.0153,0.4358,0,1,0.3189,1,1,1,1,1,1,0.0135,0.3189,0,1,0.6289,1,1,1,0.3404,0.6289,0,1,1,1,1,1,0.032149937,0,0.472911417,1,1,1,1,1,0.036578756,0,0.455642164,1,1,1,1,1,0.465081811,0,0.432515708,0.432621113,0.432624113
-8596,1,0.4357,1,1,1,1,1,1,1,1,0.0173,0.4357,0,1,0.3189,1,1,1,1,1,1,0.002,0.3189,0,1,0.629,1,1,1,0.2698,0.629,0,1,1,1,1,1,0.040972866,0,0.452639163,1,1,1,1,1,0.017673541,0,0.490049511,1,1,1,1,1,0.423980802,0,0.435596907,0.435582822,0.43572695
-8597,1,0.4356,1,1,1,1,1,1,1,1,0.0254,0.4356,0,1,0.3189,1,1,1,1,1,1,0,0.3189,0,1,0.6291,1,1,1,0.3031,0.6291,0,1,1,1,1,1,0.065585867,0,0.414274454,1,1,1,1,1,0.009146949,0,0.601914704,1,1,1,1,1,0.419888228,0,0.449552924,0.449545166,0.449468085
-8598,1,0.4354,1,1,1,1,1,1,1,1,0.0105,0.4354,0,1,0.3188,1,1,1,1,1,1,0.0156,0.3188,0,1,0.6292,1,1,1,0.287,0.6292,0,1,1,1,1,1,0.019044427,0,0.395027876,1,1,1,1,1,0.021586282,0,0.326585352,1,1,1,1,1,0.379225641,0,0.476014983,0.475988999,0.47606383
-8599,1,0.4353,1,1,1,1,1,1,1,1,0.035,0.4353,0,1,0.3188,1,1,1,1,1,1,0,0.3188,0,1,0.6293,1,1,1,0.2305,0.6293,0,1,1,1,1,1,0.011415727,0,0.776921809,1,1,1,1,1,0.011536676,0,0.340186417,1,1,1,1,1,0.409295052,0,0.510089415,0.510048657,0.510195035
-8600,1,0.4352,1,1,1,1,1,1,1,1,0.0509,0.4352,0.0422,1,0.3188,1,1,1,1,1,1,0,0.3188,0.0391,1,0.6294,1,1,1,0.2022,0.6294,0.114,1,1,1,1,1,0.011266928,0.114220366,0.948553205,1,1,1,1,1,0.023897877,0.087135799,0.187702104,1,1,1,1,1,0.360067576,0.167386174,0.548936684,0.548973979,0.548758865
-8601,1,0.435,1,1,1,1,1,1,1,1,0.158,0.435,0.2161,1,0.3188,1,1,1,1,1,1,0,0.3188,0.2392,1,0.6295,1,1,1,0.1326,0.6295,0.2781,1,1,1,1,1,0.038765527,0.349505544,0.894963861,1,1,1,1,1,0.016631765,0.397153616,0.700323939,1,1,1,1,1,0.29245469,0.305399925,0.576486225,0.576475566,0.576684397
-8602,1,0.4349,1,1,1,1,1,1,1,1,0.0612,0.4349,0.3402,1,0.3188,1,1,1,1,1,1,0.0094,0.3188,0.3993,1,0.6296,1,1,1,0.0979,0.6296,0.3443,1,1,1,1,1,0.037297171,0.473316163,0.85211575,1,1,1,1,1,0.033204757,0.592004538,0.789045036,1,1,1,1,1,0.25278163,0.391186148,0.587361044,0.587476201,0.587322695
-8603,1,0.4347,1,1,1,1,1,1,1,1,0.1188,0.4347,0.3622,1,0.3188,1,1,1,1,1,1,0.0162,0.3188,0.4447,1,0.6297,1,1,1,0.0817,0.6297,0.3512,1,1,1,1,1,0.06919454,0.515651405,0.969266534,1,1,1,1,1,0.035187379,0.632384002,0.666620433,1,1,1,1,1,0.186618939,0.524286628,0.591831803,0.591707214,0.592198582
-8604,1,0.4346,1,1,1,1,1,1,1,1,0.1071,0.4346,0.3953,1,0.3188,1,1,1,1,1,1,0.082,0.3188,0.4565,1,0.6298,1,1,1,0.0962,0.6298,0.4206,1,1,1,1,1,0.069487616,0.594230056,0.96402657,1,1,1,1,1,0.087570377,0.641184151,0.734536409,1,1,1,1,1,0.152147189,0.484296203,0.586938134,0.586841549,0.586879433
-8605,1,0.4345,1,1,1,1,1,1,1,1,0.1218,0.4345,0.3981,1,0.3188,1,1,1,1,1,1,0.2748,0.3188,0.4883,1,0.6299,1,1,1,0.1493,0.6299,0.4422,1,1,1,1,1,0.070928022,0.618580759,0.952979326,1,1,1,1,1,0.248688012,0.623721659,0.49058193,1,1,1,1,1,0.167256951,0.432019651,0.572196713,0.572244553,0.572251773
-8606,1,0.4343,1,1,1,1,1,1,1,1,0.1386,0.4343,0.3761,1,0.3188,1,1,1,1,1,1,0.1895,0.3188,0.4657,1,0.63,1,1,1,0.1602,0.63,0.391,1,1,1,1,1,0.101416618,0.635409951,0.906621695,1,1,1,1,1,0.158808947,0.598685324,0.435352087,1,1,1,1,1,0.194027275,0.465476662,0.555038666,0.555108949,0.554964539
-8607,1,0.4342,1,1,1,1,1,1,1,1,0.2246,0.4342,0.2498,1,0.3188,1,1,1,1,1,1,0.2305,0.3188,0.3093,1,0.6301,1,1,1,0.2788,0.6301,0.2341,1,1,1,1,1,0.214351028,0.515002429,0.520662189,1,1,1,1,1,0.177112043,0.474760085,0.625482202,1,1,1,1,1,0.370208502,0.325402349,0.549540841,0.549608631,0.54964539
-8608,1,0.4341,1,1,1,1,1,1,1,1,0.1528,0.4341,0.0551,1,0.3188,1,1,1,1,1,1,0.2836,0.3188,0.0873,1,0.6302,1,1,1,0.344,0.6302,0,1,1,1,1,1,0.173900515,0.172665238,0.79646194,1,1,1,1,1,0.221392214,0.220415145,0.729834318,1,1,1,1,1,0.473429501,0,0.580836153,0.580706579,0.581117021
-8609,1,0.4339,1,1,1,1,1,1,1,1,0.1829,0.4339,0,1,0.3188,1,1,1,1,1,1,0.2113,0.3188,0,1,0.6303,1,1,1,0.3216,0.6303,0,1,1,1,1,1,0.28511259,0,0.963436961,1,1,1,1,1,0.222274989,0,1,1,1,1,1,1,0.490807623,0,0.607116965,0.607150413,0.607269504
-8610,1,0.4338,1,1,1,1,1,1,1,1,0.1843,0.4338,0,1,0.3188,1,1,1,1,1,1,0.213,0.3188,0,1,0.6304,1,1,1,0.3277,0.6304,0,1,1,1,1,1,0.287328571,0,0.89590621,1,1,1,1,1,0.210866898,0,0.590427041,1,1,1,1,1,0.53238523,0,0.606573224,0.606727311,0.606826241
-8611,1,0.4337,1,1,1,1,1,1,1,1,0.1525,0.4337,0,1,0.3188,1,1,1,1,1,1,0.0973,0.3188,0,1,0.6304,1,1,1,0.3296,0.6304,0,1,1,1,1,1,0.212861627,0,0.752109766,1,1,1,1,1,0.116523959,0,0.607496858,1,1,1,1,1,0.588430762,0,0.603673272,0.603765602,0.603723404
-8612,1,0.4335,1,1,1,1,1,1,1,1,0.1689,0.4335,0,1,0.3188,1,1,1,1,1,1,0.1053,0.3188,0,1,0.6305,1,1,1,0.4494,0.6305,0,1,1,1,1,1,0.269156396,0,0.955579937,1,1,1,1,1,0.146273106,0,0.981802106,1,1,1,1,1,0.646618903,0,0.597873369,0.597842183,0.597960993
-8613,1,0.4334,1,1,1,1,1,1,1,1,0.196,0.4334,0,1,0.3188,1,1,1,1,1,1,0.1605,0.3188,0,1,0.6306,1,1,1,0.4533,0.6306,0,1,1,1,1,1,0.263305336,0,0.831377625,1,1,1,1,1,0.196906224,0,0.672614694,1,1,1,1,1,0.673037112,0,0.57920493,0.579225725,0.579343972
-8614,1,0.4333,1,1,1,1,1,1,1,1,0.2097,0.4333,0,1,0.3188,1,1,1,1,1,1,0.1776,0.3188,0,1,0.6307,1,1,1,0.4856,0.6307,0,1,1,1,1,1,0.295965433,0,0.394245446,1,1,1,1,1,0.191484496,0,0.369229317,1,1,1,1,1,0.744321883,0,0.543076365,0.543050561,0.542996454
-8615,1,0.4331,1,1,1,1,1,1,1,1,0.2801,0.4331,0,1,0.3188,1,1,1,1,1,1,0.2229,0.3188,0,1,0.6308,1,1,1,0.4236,0.6308,0,1,1,1,1,1,0.309852719,0,0.688839138,1,1,1,1,1,0.25471893,0,0.506582797,1,1,1,1,1,0.695153654,0,0.502356211,0.502432833,0.502216312
-8616,1,0.433,1,1,1,1,1,1,1,1,0.2563,0.433,0,1,0.3188,1,1,1,1,1,1,0.1659,0.3188,0,1,0.6309,1,1,1,0.3859,0.6309,0,1,1,1,1,1,0.317867637,0,0.855991542,1,1,1,1,1,0.185961872,0,0.831839323,1,1,1,1,1,0.690031052,0,0.472269212,0.472181087,0.47251773
-8617,1,0.4329,1,1,1,1,1,1,1,1,0.2557,0.4329,0,1,0.3188,1,1,1,1,1,1,0.1432,0.3188,0,1,0.631,1,1,1,0.3683,0.631,0,1,1,1,1,1,0.336720735,0,0.646706104,1,1,1,1,1,0.206908822,0,0.680983484,1,1,1,1,1,0.69025135,0,0.455896568,0.455891686,0.455673759
-8618,1,0.4327,1,1,1,1,1,1,1,1,0.2809,0.4327,0,1,0.3188,1,1,1,1,1,1,0.1208,0.3188,0,1,0.6311,1,1,1,0.4236,0.6311,0,1,1,1,1,1,0.306324184,0,0.690807343,1,1,1,1,1,0.169843793,0,0.764309168,1,1,1,1,1,0.75810647,0,0.448525858,0.448698963,0.44858156
-8619,1,0.4326,1,1,1,1,1,1,1,1,0.248,0.4326,0,1,0.3188,1,1,1,1,1,1,0.1371,0.3188,0,1,0.6312,1,1,1,0.4258,0.6312,0,1,1,1,1,1,0.275286853,0,0.612138629,1,1,1,1,1,0.194082424,0,0.763127804,1,1,1,1,1,0.75542587,0,0.450761237,0.45081447,0.450797872
-8620,1,0.4325,1,1,1,1,1,1,1,1,0.2558,0.4325,0,1,0.3188,1,1,1,1,1,1,0.1333,0.3188,0,1,0.6313,1,1,1,0.4318,0.6313,0,1,1,1,1,1,0.329604268,0,0.675187588,1,1,1,1,1,0.203557193,0,0.736647367,1,1,1,1,1,0.768731177,0,0.46381102,0.463719061,0.464095745
-8621,1,0.4323,1,1,1,1,1,1,1,1,0.2243,0.4323,0,1,0.3188,1,1,1,1,1,1,0.1863,0.3188,0,1,0.6314,1,1,1,0.3905,0.6314,0,1,1,1,1,1,0.318690747,0,0.655909896,1,1,1,1,1,0.287269801,0,0.692649722,1,1,1,1,1,0.730799556,0,0.497281295,0.497355617,0.497340426
-8622,1,0.4322,1,1,1,1,1,1,1,1,0.1913,0.4322,0,1,0.3188,1,1,1,1,1,1,0.1968,0.3188,0,1,0.6315,1,1,1,0.2861,0.6315,0,1,1,1,1,1,0.272674948,0,0.730415523,1,1,1,1,1,0.305230528,0,0.426620185,1,1,1,1,1,0.673492908,0,0.55177622,0.551724138,0.551861702
-8623,1,0.4321,1,1,1,1,1,1,1,1,0.1091,0.4321,0,1,0.3188,1,1,1,1,1,1,0.135,0.3188,0,1,0.6316,1,1,1,0.2613,0.6316,0,1,1,1,1,1,0.225874931,0,0.423525572,1,1,1,1,1,0.191497535,0,0.190212846,1,1,1,1,1,0.602858484,0,0.593644273,0.59361117,0.593528369
-8624,1,0.4319,1,1,1,1,1,1,1,1,0.0944,0.4319,0.2042,1,0.3188,1,1,1,1,1,1,0.2083,0.3188,0.1539,1,0.6317,1,1,1,0.2214,0.6317,0.1886,1,1,1,1,1,0.167793542,0.347799867,0.445551932,1,1,1,1,1,0.277705431,0.25526458,0.301255524,1,1,1,1,1,0.51417172,0.421842277,0.621677139,0.621747409,0.621897163
-8625,1,0.4318,1,1,1,1,1,1,1,1,0.0459,0.4318,0.4346,1,0.3188,1,1,1,1,1,1,0.0735,0.3188,0.4034,1,0.6318,1,1,1,0.19,0.6318,0.4087,1,1,1,1,1,0.075413682,0.676382661,0.293731362,1,1,1,1,1,0.110099822,0.574243963,0.510404468,1,1,1,1,1,0.38987577,0.700183868,0.639318511,0.639306114,0.639184397
-8626,1,0.4317,1,1,1,1,1,1,1,1,0.0103,0.4317,0.5342,1,0.3188,1,1,1,1,1,1,0.0866,0.3188,0.4186,1,0.6319,1,1,1,0.0571,0.6319,0.5598,1,1,1,1,1,0.004714091,0.753408194,0.559952796,1,1,1,1,1,0.071593836,0.485504568,0.993142962,1,1,1,1,1,0.05242569,0.827424645,0.648320445,0.648402792,0.648492908
-8627,1,0.4315,1,1,1,1,1,1,1,1,0.0212,0.4315,0.4958,1,0.3188,1,1,1,1,1,1,0.0838,0.3188,0.3768,1,0.632,1,1,1,0.0647,0.632,0.6389,1,1,1,1,1,0.00883499,0.687268317,0.72121954,1,1,1,1,1,0.100663111,0.485465795,0.84084928,1,1,1,1,1,0.127444044,0.917825997,0.651341228,0.651364502,0.651595745
-8628,1,0.4314,1,1,1,1,1,1,1,1,0.0397,0.4314,0.4244,1,0.3188,1,1,1,1,1,1,0.045,0.3188,0.2969,1,0.6321,1,1,1,0.0448,0.6321,0.6471,1,1,1,1,1,0.013514856,0.555034339,0.864030063,1,1,1,1,1,0.059058368,0.374854982,0.936018348,1,1,1,1,1,0.056486476,0.924626887,0.648622523,0.648614343,0.64893617
-8629,1,0.4313,1,1,1,1,1,1,1,1,0.0458,0.4313,0.2468,1,0.3188,1,1,1,1,1,1,0.0786,0.3188,0.241,1,0.6322,1,1,1,0.0243,0.6322,0.5652,1,1,1,1,1,0.017854149,0.383390874,0.831816673,1,1,1,1,1,0.094731018,0.326519877,1,1,1,1,1,1,0.028471911,0.755018294,0.647051716,0.647133488,0.647163121
-8630,1,0.4311,1,1,1,1,1,1,1,1,0.0474,0.4311,0.2304,1,0.3188,1,1,1,1,1,1,0.0499,0.3188,0.1715,1,0.6323,1,1,1,0.0282,0.6323,0.3799,1,1,1,1,1,0.011535533,0.298776478,0.830788553,1,1,1,1,1,0.086966336,0.228116363,1,1,1,1,1,1,0.037540801,0.487985432,0.645299662,0.645441083,0.645833333
-8631,1,0.431,1,1,1,1,1,1,1,1,0.0536,0.431,0.0783,1,0.3188,1,1,1,1,1,1,0.0665,0.3188,0.0827,1,0.6324,1,1,1,0.0411,0.6324,0.1802,1,1,1,1,1,0.023131967,0.125839055,0.799941778,1,1,1,1,1,0.13505742,0.117600285,1,1,1,1,1,1,0.08043582,0.234379023,0.654966167,0.654960863,0.655141844
-8632,1,0.4308,1,1,1,1,1,1,1,1,0.1679,0.4308,0,1,0.3187,1,1,1,1,1,1,0.1707,0.3187,0,1,0.6325,1,1,1,0.0826,0.6325,0,1,1,1,1,1,0.116001248,0,0.914940834,1,1,1,1,1,0.276016265,0,1,1,1,1,1,1,0.14536874,0,0.702634123,0.702559763,0.702570922
-8633,1,0.4307,1,1,1,1,1,1,1,1,0.1461,0.4307,0,1,0.3187,1,1,1,1,1,1,0.4444,0.3187,0,1,0.6326,1,1,1,0.1528,0.6326,0,1,1,1,1,1,0.151329994,0,0.966781974,1,1,1,1,1,0.608157635,0,1,1,1,1,1,1,0.268557221,0,0.731331561,0.731330654,0.731826241
-8634,1,0.4306,1,1,1,1,1,1,1,1,0.2246,0.4306,0,1,0.3187,1,1,1,1,1,1,0.7044,0.3187,0,1,0.6327,1,1,1,0.1861,0.6327,0,1,1,1,1,1,0.277118236,0,1,1,1,1,1,1,0.796442568,0,1,1,1,1,1,1,0.341130733,0,0.723779604,0.72371483,0.723847518
-8635,1,0.4304,1,1,1,1,1,1,1,1,0.1957,0.4304,0,1,0.3187,1,1,1,1,1,1,0.686,0.3187,0,1,0.6328,1,1,1,0.0165,0.6328,0,1,1,1,1,1,0.084489599,0,1,1,1,1,1,1,0.572376192,0,1,1,1,1,1,1,0.030613733,0,0.704386177,0.704463719,0.704787234
-8636,1,0.4303,1,1,1,1,1,1,1,1,0.2559,0.4303,0,1,0.3187,1,1,1,1,1,1,0.6916,0.3187,0,1,0.6329,1,1,1,0.0179,0.6329,0,1,1,1,1,1,0.111174576,0,1,1,1,1,1,1,0.538753152,0,1,1,1,1,1,1,0.032740761,0,0.678407443,0.678442987,0.678634752
-8637,1,0.4302,1,1,1,1,1,1,1,1,0.7404,0.4302,0,1,0.3187,1,1,1,1,1,1,0.9179,0.3187,0,1,0.633,1,1,1,0.0989,0.633,0,1,1,1,1,1,0.749126434,0,1,1,1,1,1,1,0.930229723,0,1,1,1,1,1,1,0.19264473,0,0.636962301,0.636979056,0.637411348
-8638,1,0.43,1,1,1,1,1,1,1,1,0.8564,0.43,0,1,0.3187,1,1,1,1,1,1,0.9626,0.3187,0,1,0.6331,1,1,1,0.1638,0.6331,0,1,1,1,1,1,0.83427906,0,1,1,1,1,1,1,0.952916265,0,1,1,1,1,1,1,0.338855147,0,0.583494442,0.583456738,0.583776596
-8639,1,0.4299,1,1,1,1,1,1,1,1,0.7295,0.4299,0,1,0.3187,1,1,1,1,1,1,0.968,0.3187,0,1,0.6332,1,1,1,0.1998,0.6332,0,1,1,1,1,1,0.605374753,0,1,1,1,1,1,1,0.960092068,0,0,1,1,1,1,1,0.40723151,0,0.529603673,0.529722869,0.529698582
-8640,1,0.4298,1,1,1,1,1,1,1,1,0.7777,0.4298,0,1,0.3187,1,1,1,1,1,1,0.9661,0.3187,0,1,0.6333,1,1,1,0.2101,0.6333,0,1,1,1,1,1,0.645279288,0,0.357875049,1,1,1,1,1,0.966411531,0,0,1,1,1,1,1,0.377798766,0,0.490454326,0.490585995,0.490691489
-8641,1,0.4296,1,1,1,1,1,1,1,1,0.8301,0.4296,0,1,0.3187,1,1,1,1,1,1,0.9682,0.3187,0,1,0.6334,1,1,1,0.2174,0.6334,0,1,1,1,1,1,0.693132281,0,0,1,1,1,1,1,0.965462983,0,0,1,1,1,1,1,0.387602836,0,0.468946351,0.468796277,0.468971631
-8642,1,0.4295,1,1,1,1,1,1,1,1,0.8819,0.4295,0,1,0.3187,1,1,1,1,1,1,0.9544,0.3187,0,1,0.6335,1,1,1,0.2958,0.6335,0,1,1,1,1,1,0.74372822,0,0,1,1,1,1,1,0.955827355,0,0,1,1,1,1,1,0.459880292,0,0.457769454,0.457795642,0.457890071
-8643,1,0.4294,1,1,1,1,1,1,1,1,0.9209,0.4294,0,1,0.3187,1,1,1,1,1,1,0.9721,0.3187,0,1,0.6336,1,1,1,0.3878,0.6336,0,1,1,1,1,1,0.877031088,0,0,1,1,1,1,1,0.969259202,0,0,1,1,1,1,1,0.485814899,0,0.450761237,0.45081447,0.450797872
-8644,1,0.4292,1,1,1,1,1,1,1,1,0.9755,0.4292,0,1,0.3187,1,1,1,1,1,1,0.9689,0.3187,0,1,0.6337,1,1,1,0.4998,0.6337,0,1,1,1,1,1,0.985364795,0,0,1,1,1,1,1,0.972181082,0,1,1,1,1,1,1,0.607357204,0,0.462240213,0.462238206,0.462322695
-8645,1,0.4291,1,1,1,1,1,1,1,1,0.8933,0.4291,0,1,0.3187,1,1,1,1,1,1,0.9346,0.3187,0,1,0.6338,1,1,1,0.6052,0.6338,0,1,1,1,1,1,0.968458235,0,0,1,1,1,1,1,0.945392847,0,1,1,1,1,1,1,0.774779141,0,0.492327211,0.492278401,0.492464539
-8646,1,0.429,1,1,1,1,1,1,1,1,0.8927,0.429,0,1,0.3187,1,1,1,1,1,1,0.9537,0.3187,0,1,0.6339,1,1,1,0.6472,0.6339,0,1,1,1,1,1,0.908490658,0,0.27057898,1,1,1,1,1,0.96148932,0,1,1,1,1,1,1,0.810255826,0,0.538666022,0.538819547,0.53856383
-8647,1,0.4288,1,1,1,1,1,1,1,1,0.8413,0.4288,0,1,0.3187,1,1,1,1,1,1,0.7894,0.3187,0,1,0.634,1,1,1,0.7485,0.634,0,1,1,1,1,1,0.82369715,0,0.897758722,1,1,1,1,1,0.853248298,0,1,1,1,1,1,1,0.904126406,0,0.58240696,0.582398985,0.582446809
-8648,1,0.4287,1,1,1,1,1,1,1,1,0.657,0.4287,0.0002,1,0.3187,1,1,1,1,1,1,0.8473,0.3187,0,1,0.6341,1,1,1,0.6943,0.6341,0,1,1,1,1,1,0.828188956,0,1,1,1,1,1,1,0.883508086,0,1,1,1,1,1,1,0.845290899,0,0.610560657,0.610535223,0.610815603
-8649,1,0.4286,1,1,1,1,1,1,1,1,0.6413,0.4286,0.0078,1,0.3187,1,1,1,1,1,1,0.8842,0.3187,0.0695,1,0.6342,1,1,1,0.8077,0.6342,0.017,1,1,1,1,1,0.852036119,0.045798216,1,1,1,1,1,1,0.841445625,0.07095848,0.839326739,1,1,1,1,1,0.874108911,0.000919545,0.636116481,0.636132854,0.636524823
-8650,1,0.4284,1,1,1,1,1,1,1,1,0.6411,0.4284,0.1472,1,0.3187,1,1,1,1,1,1,0.74,0.3187,0.2418,1,0.6343,1,1,1,0.9157,0.6343,0.0728,1,1,1,1,1,0.880368412,0.242150843,1,1,1,1,1,1,0.714048862,0.177136913,0.395934343,1,1,1,1,1,0.940596282,0.027204953,0.65242871,0.652422255,0.65248227
-8651,1,0.4283,1,1,1,1,1,1,1,1,0.728,0.4283,0.2069,1,0.3187,1,1,1,1,1,1,0.8091,0.3187,0.1787,1,0.6344,1,1,1,0.9146,0.6344,0.1303,1,1,1,1,1,0.922442257,0.279382169,0.989354134,1,1,1,1,1,0.849153042,0.160283893,0.80314219,1,1,1,1,1,0.940597951,0.158742428,0.659618173,0.659614978,0.66001773
-8652,1,0.4282,1,1,1,1,1,1,1,1,0.7036,0.4282,0.1823,1,0.3187,1,1,1,1,1,1,0.8337,0.3187,0.1451,1,0.6345,1,1,1,0.8843,0.6345,0.1327,1,1,1,1,1,0.903675556,0.245176241,0.955797672,1,1,1,1,1,0.859429896,0.167406768,0.614548743,1,1,1,1,1,0.944916487,0.261635274,0.657201547,0.65728792,0.657358156
-8653,1,0.428,1,1,1,1,1,1,1,1,0.638,0.428,0.1913,1,0.3187,1,1,1,1,1,1,0.9292,0.3187,0.1183,1,0.6346,1,1,1,0.9062,0.6346,0.0959,1,1,1,1,1,0.798094988,0.240847692,0.898260772,1,1,1,1,1,0.90344733,0.145968229,1,1,1,1,1,1,0.948046684,0.209441155,0.65297245,0.653056907,0.653368794
-8654,1,0.4279,1,1,1,1,1,1,1,1,0.4915,0.4279,0.1432,1,0.3187,1,1,1,1,1,1,0.9723,0.3187,0.1075,1,0.6347,1,1,1,0.9258,0.6347,0.1055,1,1,1,1,1,0.745840371,0.15815258,0.756374419,1,1,1,1,1,0.944867969,0.21657449,1,1,1,1,1,1,0.932254016,0.199818224,0.646810053,0.646710387,0.647163121
-8655,1,0.4278,1,1,1,1,1,1,1,1,0.5544,0.4278,0.0465,1,0.3187,1,1,1,1,1,1,0.9742,0.3187,0.0789,1,0.6348,1,1,1,0.9109,0.6348,0.0587,1,1,1,1,1,0.677139342,0.031952683,0.725794435,1,1,1,1,1,0.96001339,0.25710991,1,1,1,1,1,1,0.956574142,0.057549145,0.651341228,0.651364502,0.651595745
-8656,1,0.4276,1,1,1,1,1,1,1,1,0.721,0.4276,0,1,0.3187,1,1,1,1,1,1,0.966,0.3187,0.0027,1,0.6349,1,1,1,0.8948,0.6349,0,1,1,1,1,1,0.716452479,0,0.892147303,1,1,1,1,1,0.936015368,0.041455399,1,1,1,1,1,1,0.965931296,0,0.691638473,0.691770679,0.691932624
-8657,1,0.4275,1,1,1,1,1,1,1,1,0.8176,0.4275,0,1,0.3187,1,1,1,1,1,1,0.93,0.3187,0,1,0.635,1,1,1,0.863,0.635,0,1,1,1,1,1,0.758451521,0,1,1,1,1,1,1,0.919937849,0,1,1,1,1,1,1,0.941023827,0,0.725833736,0.725830336,0.72606383
-8658,1,0.4274,1,1,1,1,1,1,1,1,0.8452,0.4274,0,1,0.3187,1,1,1,1,1,1,0.8988,0.3187,0,1,0.6351,1,1,1,0.8614,0.6351,0,1,1,1,1,1,0.776959658,0,1,1,1,1,1,1,0.885898113,0,1,1,1,1,1,1,0.935225427,0,0.716348478,0.716522107,0.716755319
-8659,1,0.4272,1,1,1,1,1,1,1,1,0.6948,0.4272,0,1,0.3187,1,1,1,1,1,1,0.6914,0.3187,0,1,0.6352,1,1,1,0.8193,0.6352,0,1,1,1,1,1,0.659808755,0,1,1,1,1,1,1,0.693147719,0,1,1,1,1,1,1,0.879906118,0,0.695263412,0.69536704,0.695478723
-8660,1,0.4271,1,1,1,1,1,1,1,1,0.7996,0.4271,0,1,0.3187,1,1,1,1,1,1,0.8005,0.3187,0,1,0.6353,1,1,1,0.7397,0.6353,0,1,1,1,1,1,0.744940162,0,1,1,1,1,1,1,0.806102574,0,1,1,1,1,1,1,0.731100559,0,0.667895118,0.667865454,0.667996454
-8661,1,0.4269,1,1,1,1,1,1,1,1,0.5746,0.4269,0,1,0.3187,1,1,1,1,1,1,0.8701,0.3187,0,1,0.6354,1,1,1,0.7018,0.6354,0,1,1,1,1,1,0.517193615,0,1,1,1,1,1,1,0.81883359,0,1,1,1,1,1,1,0.70193851,0,0.626933301,0.626824624,0.62677305
-8662,1,0.4268,1,1,1,1,1,1,1,1,0.5119,0.4268,0,1,0.3187,1,1,1,1,1,1,0.9232,0.3187,0,1,0.6355,1,1,1,0.6963,0.6355,0,1,1,1,1,1,0.485017329,0,1,1,1,1,1,1,0.876730323,0,1,1,1,1,1,1,0.648173928,0,0.573405027,0.573513857,0.57358156
-8663,1,0.4267,1,1,1,1,1,1,1,1,0.4943,0.4267,0,1,0.3187,1,1,1,1,1,1,0.9494,0.3187,0,1,0.6356,1,1,1,0.765,0.6356,0,1,1,1,1,1,0.527080536,0,1,1,1,1,1,1,0.874893904,0,1,1,1,1,1,1,0.731531799,0,0.522474625,0.522530146,0.522606383
-8664,1,0.4265,1,1,1,1,1,1,1,1,0.4734,0.4265,0,1,0.3187,1,1,1,1,1,1,0.9204,0.3187,0,1,0.6357,1,1,1,0.8564,0.6357,0,1,1,1,1,1,0.533333302,0,1,1,1,1,1,1,0.819522202,0,1,1,1,1,1,1,0.848946631,0,0.486164814,0.486143431,0.486258865
-8665,1,0.4264,1,1,1,1,1,1,1,1,0.6451,0.4264,0,1,0.3186,1,1,1,1,1,1,0.9977,0.3186,0,1,0.6358,1,1,1,0.8721,0.6358,0,1,1,1,1,1,0.751148701,0,1,1,1,1,1,1,0.91029942,0,1,1,1,1,1,1,0.919492245,0,0.467194297,0.467315422,0.467198582
-8666,1,0.4263,1,1,1,1,1,1,1,1,0.6446,0.4263,0,1,0.3186,1,1,1,1,1,1,0.9878,0.3186,0,1,0.6359,1,1,1,0.8686,0.6359,0,1,1,1,1,1,0.809195876,0,1,1,1,1,1,1,0.922051907,0,1,1,1,1,1,1,0.921942413,0,0.457950701,0.457795642,0.457890071
-8667,1,0.4261,1,1,1,1,1,1,1,1,0.7488,0.4261,0,1,0.3186,1,1,1,1,1,1,0.9638,0.3186,0,1,0.636,1,1,1,0.8978,0.636,0,1,1,1,1,1,0.867663622,0,1,1,1,1,1,1,0.923931003,0,1,1,1,1,1,1,0.92727375,0,0.45698405,0.456949439,0.457003546
-8668,1,0.426,1,1,1,1,1,1,1,1,0.7845,0.426,0,1,0.3186,1,1,1,1,1,1,0.721,0.3186,0,1,0.6361,1,1,1,0.8828,0.6361,0,1,1,1,1,1,0.768792212,0,1,1,1,1,1,1,0.745340049,0,1,1,1,1,1,1,0.908144951,0,0.468342194,0.468373175,0.468085106
-8669,1,0.4259,1,1,1,1,1,1,1,1,0.8226,0.4259,0,1,0.3186,1,1,1,1,1,1,0.6269,0.3186,0,1,0.6362,1,1,1,0.9205,0.6362,0,1,1,1,1,1,0.729564071,0,1,1,1,1,1,1,0.646764636,0,1,1,1,1,1,1,0.964606762,0,0.500966651,0.500951978,0.500886525
-8670,1,0.4257,1,1,1,1,1,1,1,1,0.7389,0.4257,0,1,0.3186,1,1,1,1,1,1,0.5617,0.3186,0,1,0.6363,1,1,1,0.9061,0.6363,0,1,1,1,1,1,0.653755963,0,1,1,1,1,1,1,0.536169529,0,1,1,1,1,1,1,0.96692276,0,0.553165781,0.553204993,0.553191489
-8671,1,0.4256,1,1,1,1,1,1,1,1,0.5745,0.4256,0,1,0.3186,1,1,1,1,1,1,0.4125,0.3186,0,1,0.6364,1,1,1,0.8857,0.6364,0,1,1,1,1,1,0.525861204,0,1,1,1,1,1,1,0.408715874,0,1,1,1,1,1,1,0.944746792,0,0.592375544,0.592341866,0.592641844
-8672,1,0.4255,1,1,1,1,1,1,1,1,0.5193,0.4255,0.2081,1,0.3186,1,1,1,1,1,1,0.7087,0.3186,0.1748,1,0.6365,1,1,1,0.8181,0.6365,0.1358,1,1,1,1,1,0.548092961,0.374518454,1,1,1,1,1,1,0.613794506,0.257463515,1,1,1,1,1,1,0.918360353,0.27947861,0.618958434,0.61899725,0.619237589
-8673,1,0.4253,1,1,1,1,1,1,1,1,0.5888,0.4253,0.4198,1,0.3186,1,1,1,1,1,1,0.7162,0.3186,0.3271,1,0.6366,1,1,1,0.8367,0.6366,0.3428,1,1,1,1,1,0.513987124,0.611029863,1,1,1,1,1,1,0.646267295,0.483674794,1,1,1,1,1,1,0.936335504,0.632793069,0.634001933,0.634017347,0.634308511
-8674,1,0.4252,1,1,1,1,1,1,1,1,0.6577,0.4252,0.5566,1,0.3186,1,1,1,1,1,1,0.8245,0.3186,0.4408,1,0.6367,1,1,1,0.8122,0.6367,0.4382,1,1,1,1,1,0.637227297,0.741605103,1,1,1,1,1,1,0.735983789,0.580325484,1,1,1,1,1,1,0.923455,0.80376482,0.638835186,0.638883012,0.639184397
-8675,1,0.4251,1,1,1,1,1,1,1,1,0.5096,0.4251,0.6148,1,0.3186,1,1,1,1,1,1,0.7637,0.3186,0.5595,1,0.6368,1,1,1,0.7377,0.6368,0.4737,1,1,1,1,1,0.516869366,0.814595222,0.997066259,1,1,1,1,1,0.692294776,0.746157527,1,1,1,1,1,1,0.868557572,0.885825157,0.634847753,0.63486355,0.635195035
-8676,1,0.4249,1,1,1,1,1,1,1,1,0.5719,0.4249,0.6451,1,0.3186,1,1,1,1,1,1,0.8367,0.3186,0.6512,1,0.6369,1,1,1,0.6597,0.6369,0.505,1,1,1,1,1,0.62162143,0.867227376,0.92193985,1,1,1,1,1,0.761766732,0.847361028,0.897545874,1,1,1,1,1,0.826635063,0.897845864,0.625604157,0.625766871,0.625886525
-8677,1,0.4248,1,1,1,1,1,1,1,1,0.538,0.4248,0.6373,1,0.3186,1,1,1,1,1,1,0.6455,0.3186,0.64,1,0.637,1,1,1,0.6801,0.637,0.4649,1,1,1,1,1,0.60992974,0.8566764,0.573141098,1,1,1,1,1,0.549152493,0.851817548,0.582051039,1,1,1,1,1,0.883044481,0.854972303,0.617870952,0.617727946,0.618351064
-8678,1,0.4247,1,1,1,1,1,1,1,1,0.4281,0.4247,0.5305,1,0.3186,1,1,1,1,1,1,0.5283,0.3186,0.5406,1,0.6371,1,1,1,0.7738,0.6371,0.4116,1,1,1,1,1,0.532329261,0.775315166,0.368360668,1,1,1,1,1,0.427319676,0.766511023,0.617952704,1,1,1,1,1,0.893621087,0.750390768,0.611285645,0.611381426,0.611702128
-8679,1,0.4245,1,1,1,1,1,1,1,1,0.2509,0.4245,0.3574,1,0.3186,1,1,1,1,1,1,0.3322,0.3186,0.3785,1,0.6372,1,1,1,0.7545,0.6372,0.2596,1,1,1,1,1,0.327587396,0.59434551,0.371379673,1,1,1,1,1,0.256255686,0.598395467,0.516850531,1,1,1,1,1,0.910796762,0.541048586,0.613037699,0.613073831,0.613031915
-8680,1,0.4244,1,1,1,1,1,1,1,1,0.1941,0.4244,0.1069,1,0.3186,1,1,1,1,1,1,0.4271,0.3186,0.1241,1,0.6373,1,1,1,0.6424,0.6373,0,1,1,1,1,1,0.296020716,0.247777194,0.193471879,1,1,1,1,1,0.340823412,0.257040352,0.336696625,1,1,1,1,1,0.896974027,0.046163246,0.659557757,0.659614978,0.66001773
-8681,1,0.4243,1,1,1,1,1,1,1,1,0.2641,0.4243,0,1,0.3186,1,1,1,1,1,1,0.3746,0.3186,0,1,0.6374,1,1,1,0.6062,0.6374,0,1,1,1,1,1,0.404414445,0,0.208515614,1,1,1,1,1,0.365324765,0,0.304961532,1,1,1,1,1,0.836711645,0,0.705654906,0.705733023,0.705673759
-8682,1,0.4241,1,1,1,1,1,1,1,1,0.3503,0.4241,0,1,0.3186,1,1,1,1,1,1,0.4781,0.3186,0,1,0.6375,1,1,1,0.5328,0.6375,0,1,1,1,1,1,0.537481248,0,0.166442037,1,1,1,1,1,0.505841255,0,0.34814164,1,1,1,1,1,0.796250761,0,0.698646689,0.698751851,0.69858156
-8683,1,0.424,1,1,1,1,1,1,1,1,0.2852,0.424,0,1,0.3186,1,1,1,1,1,1,0.317,0.3186,0,1,0.6376,1,1,1,0.5175,0.6376,0,1,1,1,1,1,0.394012511,0,0.139788836,1,1,1,1,1,0.324774593,0,0.33537358,1,1,1,1,1,0.841002345,0,0.679676172,0.679712291,0.679521277
-8684,1,0.4239,1,1,1,1,1,1,1,1,0.1706,0.4239,0,1,0.3186,1,1,1,1,1,1,0.1695,0.3186,0,1,0.6377,1,1,1,0.5081,0.6377,0,1,1,1,1,1,0.155775622,0,0.366923869,1,1,1,1,1,0.148198664,0,0.429098189,1,1,1,1,1,0.813445866,0,0.657382794,0.657499471,0.657358156
-8685,1,0.4237,1,1,1,1,1,1,1,1,0.1199,0.4237,0,1,0.3186,1,1,1,1,1,1,0.219,0.3186,0,1,0.6378,1,1,1,0.3548,0.6378,0,1,1,1,1,1,0.164832801,0,0.274499834,1,1,1,1,1,0.195388421,0,0.385120153,1,1,1,1,1,0.667150974,0,0.623247946,0.623228263,0.62322695
-8686,1,0.4236,1,1,1,1,1,1,1,1,0.1463,0.4236,0,1,0.3186,1,1,1,1,1,1,0.1745,0.3186,0,1,0.6378,1,1,1,0.391,0.6378,0,1,1,1,1,1,0.287210196,0,0.157187626,1,1,1,1,1,0.173965305,0,0.250126183,1,1,1,1,1,0.746344149,0,0.578057032,0.577956421,0.578014184
-8687,1,0.4234,1,1,1,1,1,1,1,1,0.1546,0.4234,0,1,0.3186,1,1,1,1,1,1,0.149,0.3186,0,1,0.6379,1,1,1,0.4564,0.6379,0,1,1,1,1,1,0.286118388,0,0.086080745,1,1,1,1,1,0.138873488,0,0.08942645,1,1,1,1,1,0.761337876,0,0.529059932,0.529088217,0.529255319
-8688,1,0.4233,1,1,1,1,1,1,1,1,0.1072,0.4233,0,1,0.3186,1,1,1,1,1,1,0.1342,0.3186,0,1,0.638,1,1,1,0.5017,0.638,0,1,1,1,1,1,0.164425045,0,0.072092064,1,1,1,1,1,0.08737509,0,0.046657857,1,1,1,1,1,0.76030004,0,0.492931368,0.492913053,0.492907801
-8689,1,0.4232,1,1,1,1,1,1,1,1,0.1554,0.4232,0,1,0.3186,1,1,1,1,1,1,0.2439,0.3186,0,1,0.6381,1,1,1,0.5281,0.6381,0,1,1,1,1,1,0.274272233,0,0.026546413,1,1,1,1,1,0.195172533,0,0.038495552,1,1,1,1,1,0.812309384,0,0.471362977,0.471334885,0.471631206
-8690,1,0.423,1,1,1,1,1,1,1,1,0.1944,0.423,0,1,0.3186,1,1,1,1,1,1,0.2518,0.3186,0,1,0.6382,1,1,1,0.4998,0.6382,0,1,1,1,1,1,0.306680143,0,0.056289174,1,1,1,1,1,0.201544896,0,0.16977933,1,1,1,1,1,0.746996522,0,0.460790237,0.460757351,0.460992908
-8691,1,0.4229,1,1,1,1,1,1,1,1,0.1724,0.4229,0,1,0.3186,1,1,1,1,1,1,0.2309,0.3186,0,1,0.6383,1,1,1,0.4046,0.6383,0,1,1,1,1,1,0.281687438,0,0.026974875,1,1,1,1,1,0.170942634,0,0.079294771,1,1,1,1,1,0.626451194,0,0.455534074,0.455680135,0.455673759
-8692,1,0.4228,1,1,1,1,1,1,1,1,0.1663,0.4228,0,1,0.3186,1,1,1,1,1,1,0.1058,0.3186,0,1,0.6384,1,1,1,0.3604,0.6384,0,1,1,1,1,1,0.273750067,0,0.015436511,1,1,1,1,1,0.084718093,0,0.044451833,1,1,1,1,1,0.610622644,0,0.458252779,0.458218743,0.458333333
-8693,1,0.4226,1,1,1,1,1,1,1,1,0.1246,0.4226,0,1,0.3186,1,1,1,1,1,1,0.0138,0.3186,0,1,0.6385,1,1,1,0.3082,0.6385,0,1,1,1,1,1,0.239452288,0,0.004229959,1,1,1,1,1,0.017200237,0,0,1,1,1,1,1,0.465783924,0,0.473598357,0.473661942,0.473847518
-8694,1,0.4225,1,1,1,1,1,1,1,1,0.0952,0.4225,0,1,0.3186,1,1,1,1,1,1,0,0.3186,0,1,0.6386,1,1,1,0.3159,0.6386,0,1,1,1,1,1,0.211923972,0,0.012757323,1,1,1,1,1,0.001071126,0,0,1,1,1,1,1,0.484659404,0,0.500966651,0.500951978,0.500886525
-8695,1,0.4224,1,1,1,1,1,1,1,1,0.0329,0.4224,0,1,0.3186,1,1,1,1,1,1,0,0.3186,0,1,0.6387,1,1,1,0.2655,0.6387,0,1,1,1,1,1,0.049121249,0,0,1,1,1,1,1,0,0,0,1,1,1,1,1,0.413777858,0,0.531476559,0.531626825,0.531914894
-8696,1,0.4222,1,1,1,1,1,1,1,1,0.0194,0.4222,0.0379,1,0.3186,1,1,1,1,1,1,0.0039,0.3186,0.0372,1,0.6388,1,1,1,0.295,0.6388,0.1116,1,1,1,1,1,0.05458615,0.086091973,0.015118633,1,1,1,1,1,0.001877781,0.110161319,0,1,1,1,1,1,0.454890847,0.253086686,0.568934268,0.568859742,0.569148936
-8697,1,0.4221,1,1,1,1,1,1,1,1,0.0068,0.4221,0.2093,1,0.3186,1,1,1,1,1,1,0.0624,0.3186,0.2143,1,0.6389,1,1,1,0.2312,0.6389,0.2876,1,1,1,1,1,0.02482257,0.341127753,0.021388253,1,1,1,1,1,0.035361186,0.318409175,0.008758901,1,1,1,1,1,0.37186709,0.417301148,0.598477525,0.598476835,0.598847518
-8698,1,0.422,1,1,1,1,1,1,1,1,0.0078,0.422,0.3024,1,0.3186,1,1,1,1,1,1,0.0391,0.3186,0.3707,1,0.639,1,1,1,0.0896,0.639,0.3854,1,1,1,1,1,0.037541427,0.464621395,0.076721728,1,1,1,1,1,0.045620106,0.515325129,0.129902363,1,1,1,1,1,0.144721493,0.465859711,0.613521025,0.613496933,0.61391844
-8699,1,0.4218,1,1,1,1,1,1,1,1,0.008,0.4218,0.3479,1,0.3185,1,1,1,1,1,1,0.0607,0.3185,0.3723,1,0.6391,1,1,1,0.025,0.6391,0.3898,1,1,1,1,1,0.037744738,0.52625078,0.183135033,1,1,1,1,1,0.093194231,0.465682864,0.176182985,1,1,1,1,1,0.038699578,0.473239839,0.616058482,0.616035541,0.616134752
-8700,1,0.4217,1,1,1,1,1,1,1,1,0.0021,0.4217,0.3523,1,0.3185,1,1,1,1,1,1,0.0519,0.3185,0.3829,1,0.6392,1,1,1,0.0051,0.6392,0.3724,1,1,1,1,1,0.009684078,0.532608151,0.252543986,1,1,1,1,1,0.067462474,0.428333223,0.307216257,1,1,1,1,1,0.021570576,0.510791659,0.616239729,0.616247091,0.616134752
-8701,1,0.4216,1,1,1,1,1,1,1,1,0.0195,0.4216,0.3162,1,0.3185,1,1,1,1,1,1,0.0185,0.3185,0.2855,1,0.6393,1,1,1,0.0066,0.6393,0.3154,1,1,1,1,1,0.014205419,0.460829198,0.469155014,1,1,1,1,1,0.045468979,0.358638555,0.312958121,1,1,1,1,1,0.017870726,0.405594051,0.614729338,0.614766237,0.614804965
-8702,1,0.4214,1,1,1,1,1,1,1,1,0.0849,0.4214,0.2668,1,0.3185,1,1,1,1,1,1,0.0746,0.3185,0.2404,1,0.6394,1,1,1,0.0175,0.6394,0.2037,1,1,1,1,1,0.04989494,0.387631774,0.943428397,1,1,1,1,1,0.099360503,0.310257971,0.587355793,1,1,1,1,1,0.033799194,0.283027232,0.615454326,0.615612439,0.615691489
-8703,1,0.4213,1,1,1,1,1,1,1,1,0.1095,0.4213,0.1084,1,0.3185,1,1,1,1,1,1,0.1206,0.3185,0.1241,1,0.6395,1,1,1,0.04,0.6395,0.0531,1,1,1,1,1,0.101524204,0.188078612,0.998455286,1,1,1,1,1,0.148988545,0.200047746,1,1,1,1,1,1,0.070656955,0.118686713,0.627477042,0.627459276,0.627659574
-8704,1,0.4212,1,1,1,1,1,1,1,1,0.0798,0.4212,0,1,0.3185,1,1,1,1,1,1,0.3063,0.3185,0.0025,1,0.6396,1,1,1,0.0475,0.6396,0,1,1,1,1,1,0.13798596,0,0.826595545,1,1,1,1,1,0.302592337,0.010436892,1,1,1,1,1,1,0.096346796,0,0.673392943,0.673365771,0.673315603
-8705,1,0.421,1,1,1,1,1,1,1,1,0.3346,0.421,0,1,0.3185,1,1,1,1,1,1,0.26,0.3185,0,1,0.6397,1,1,1,0.0646,0.6397,0,1,1,1,1,1,0.277743638,0,1,1,1,1,1,1,0.362841994,0,1,1,1,1,1,1,0.165144488,0,0.704023683,0.704040618,0.704343972
-8706,1,0.4209,1,1,1,1,1,1,1,1,0.4484,0.4209,0,1,0.3185,1,1,1,1,1,1,0.244,0.3185,0,1,0.6398,1,1,1,0.056,0.6398,0,1,1,1,1,1,0.271704316,0,1,1,1,1,1,1,0.373503625,0,1,1,1,1,1,1,0.097123206,0,0.698042533,0.698117199,0.69858156
-8707,1,0.4208,1,1,1,1,1,1,1,1,0.3163,0.4208,0,1,0.3185,1,1,1,1,1,1,0.1356,0.3185,0,1,0.6399,1,1,1,0.0877,0.6399,0,1,1,1,1,1,0.188966572,0,1,1,1,1,1,1,0.198094279,0,1,1,1,1,1,1,0.149941996,0,0.676594973,0.676750582,0.676861702
-8708,1,0.4206,1,1,1,1,1,1,1,1,0.5347,0.4206,0,1,0.3185,1,1,1,1,1,1,0.1233,0.3185,0,1,0.64,1,1,1,0.1243,0.64,0,1,1,1,1,1,0.282693565,0,1,1,1,1,1,1,0.256326258,0,1,1,1,1,1,1,0.152716666,0,0.650314161,0.650306748,0.650265957
-8709,1,0.4205,1,1,1,1,1,1,1,1,0.5685,0.4205,0,1,0.3185,1,1,1,1,1,1,0.0911,0.3185,0,1,0.6401,1,1,1,0.1298,0.6401,0,1,1,1,1,1,0.306389689,0,0.613132358,1,1,1,1,1,0.206367224,0,1,1,1,1,1,1,0.168820679,0,0.616300145,0.616458642,0.616134752
-8710,1,0.4204,1,1,1,1,1,1,1,1,0.4968,0.4204,0,1,0.3185,1,1,1,1,1,1,0.2262,0.3185,0,1,0.6402,1,1,1,0.2492,0.6402,0,1,1,1,1,1,0.363855004,0,1,1,1,1,1,1,0.302668452,0,1,1,1,1,1,1,0.305985242,0,0.571713388,0.571821451,0.571808511
-8711,1,0.4202,1,1,1,1,1,1,1,1,0.5746,0.4202,0,1,0.3185,1,1,1,1,1,1,0.3356,0.3185,0,1,0.6403,1,1,1,0.3091,0.6403,0,1,1,1,1,1,0.398880541,0,0.766222835,1,1,1,1,1,0.420730919,0,1,1,1,1,1,1,0.357370228,0,0.52561624,0.525703406,0.52570922
-8712,1,0.4201,1,1,1,1,1,1,1,1,0.6365,0.4201,0,1,0.3185,1,1,1,1,1,1,0.4735,0.3185,0,1,0.6404,1,1,1,0.3901,0.6404,0,1,1,1,1,1,0.476440221,0,0.734586954,1,1,1,1,1,0.568448544,0,1,1,1,1,1,1,0.408445299,0,0.489246013,0.489316691,0.489361702
-8713,1,0.42,1,1,1,1,1,1,1,1,0.6733,0.42,0,1,0.3185,1,1,1,1,1,1,0.717,0.3185,0,1,0.6405,1,1,1,0.5036,0.6405,0,1,1,1,1,1,0.528236628,0,1,1,1,1,1,1,0.766184211,0,1,1,1,1,1,1,0.54492259,0,0.465865152,0.465834567,0.466312057
-8714,1,0.4198,1,1,1,1,1,1,1,1,0.6045,0.4198,0,1,0.3185,1,1,1,1,1,1,0.8563,0.3185,0,1,0.6406,1,1,1,0.5417,0.6406,0,1,1,1,1,1,0.453645706,0,1,1,1,1,1,1,0.772263825,0,1,1,1,1,1,1,0.521870255,0,0.454688255,0.454833933,0.454787234
-8715,1,0.4197,1,1,1,1,1,1,1,1,0.5295,0.4197,0,1,0.3185,1,1,1,1,1,1,0.9718,0.3185,0,1,0.6407,1,1,1,0.5479,0.6407,0,1,1,1,1,1,0.445616186,0,1,1,1,1,1,1,0.869081914,0,1,1,1,1,1,1,0.471458793,0,0.449794587,0.449756717,0.449911348
-8716,1,0.4195,1,1,1,1,1,1,1,1,0.6331,0.4195,0,1,0.3185,1,1,1,1,1,1,0.988,0.3185,0,1,0.6408,1,1,1,0.6379,0.6408,0,1,1,1,1,1,0.655584753,0,1,1,1,1,1,1,0.919825315,0,1,1,1,1,1,1,0.535663724,0,0.452694538,0.452718426,0.452570922
-8717,1,0.4194,1,1,1,1,1,1,1,1,0.7129,0.4194,0,1,0.3185,1,1,1,1,1,1,0.9924,0.3185,0,1,0.6409,1,1,1,0.7085,0.6409,0,1,1,1,1,1,0.756157041,0,1,1,1,1,1,1,0.949028611,0,1,1,1,1,1,1,0.639939785,0,0.465563074,0.465623017,0.465868794
-8718,1,0.4193,1,1,1,1,1,1,1,1,0.8153,0.4193,0,1,0.3185,1,1,1,1,1,1,0.9979,0.3185,0,1,0.641,1,1,1,0.8053,0.641,0,1,1,1,1,1,0.837620914,0,1,1,1,1,1,1,0.973173141,0,1,1,1,1,1,1,0.767211378,0,0.48719188,0.487201185,0.48714539
-8719,1,0.4191,1,1,1,1,1,1,1,1,0.3432,0.4191,0,1,0.3185,1,1,1,1,1,1,0.4476,0.3185,0,1,0.6411,1,1,1,0.3701,0.6411,0,1,1,1,1,1,0.365367979,0,1,1,1,1,1,1,0.376384974,0,1,1,1,1,1,1,0.391139179,0,0.509304012,0.509414005,0.509308511
-8720,1,0.419,1,1,1,1,1,1,1,1,0.8472,0.419,0.1722,1,0.3185,1,1,1,1,1,1,0.9535,0.3185,0.1464,1,0.6412,1,1,1,0.9563,0.6412,0.0732,1,1,1,1,1,0.864583969,0.298757851,1,1,1,1,1,1,0.897465944,0.242358476,1,1,1,1,1,1,0.963959038,0.157809988,0.542774287,0.54283901,0.542996454
-8721,1,0.4189,1,1,1,1,1,1,1,1,0.8092,0.4189,0.3829,1,0.3185,1,1,1,1,1,1,0.8915,0.3185,0.3312,1,0.6413,1,1,1,0.9668,0.6413,0.2455,1,1,1,1,1,0.829080462,0.551283777,1,1,1,1,1,1,0.766165257,0.501937747,1,1,1,1,1,1,0.973111331,0.469201505,0.571532141,0.571609901,0.571808511
-8722,1,0.4187,1,1,1,1,1,1,1,1,0.8747,0.4187,0.5272,1,0.3185,1,1,1,1,1,1,1,0.3185,0.4611,1,0.6414,1,1,1,0.9582,0.6414,0.4036,1,1,1,1,1,0.932021558,0.695159912,1,1,1,1,1,1,0.957218051,0.640434742,1,1,1,1,1,1,0.940812707,0.646422088,0.590804737,0.590649461,0.590868794
-8723,1,0.4186,1,1,1,1,1,1,1,1,0.9147,0.4186,0.5885,1,0.3185,1,1,1,1,1,1,1,0.3185,0.5119,1,0.6415,1,1,1,0.9666,0.6415,0.4817,1,1,1,1,1,0.945012689,0.774931192,1,1,1,1,1,1,0.955961049,0.710560083,1,1,1,1,1,1,0.940031767,0.740412712,0.603069116,0.60313095,0.603280142
-8724,1,0.4185,1,1,1,1,1,1,1,1,0.9458,0.4185,0.569,1,0.3185,1,1,1,1,1,1,1,0.3185,0.511,1,0.6416,1,1,1,0.9848,0.6416,0.4789,1,1,1,1,1,0.976956129,0.786256313,1,1,1,1,1,1,0.970600963,0.76398623,1,1,1,1,1,1,0.941501796,0.746734023,0.607841953,0.607785065,0.607712766
-8725,1,0.4183,1,1,1,1,1,1,1,1,0.956,0.4183,0.5622,1,0.3185,1,1,1,1,1,1,0.9975,0.3185,0.5802,1,0.6417,1,1,1,0.8735,0.6417,0.4517,1,1,1,1,1,0.994929731,0.761763632,1,1,1,1,1,1,0.991146803,0.807960987,1,1,1,1,1,1,0.940200031,0.673807681,0.603250362,0.603342501,0.603280142
-8726,1,0.4182,1,1,1,1,1,1,1,1,0.8688,0.4182,0.4957,1,0.3185,1,1,1,1,1,1,0.9988,0.3185,0.5587,1,0.6418,1,1,1,0.9883,0.6418,0.3913,1,1,1,1,1,0.956876457,0.76205194,1,1,1,1,1,1,0.961670876,0.822876871,1,1,1,1,1,1,0.993997812,0.570052981,0.598296278,0.598265285,0.598404255
-8727,1,0.4181,1,1,1,1,1,1,1,1,0.9344,0.4181,0.3612,1,0.3185,1,1,1,1,1,1,0.9993,0.3185,0.3929,1,0.6419,1,1,1,0.988,0.6419,0.2579,1,1,1,1,1,0.98935324,0.598820448,1,1,1,1,1,1,0.994607389,0.640719056,1,1,1,1,1,1,0.99517864,0.361932367,0.603310778,0.603342501,0.603280142
-8728,1,0.4179,1,1,1,1,1,1,1,1,0.8441,0.4179,0.1212,1,0.3185,1,1,1,1,1,1,0.999,0.3185,0.1511,1,0.642,1,1,1,0.9889,0.642,0.0347,1,1,1,1,1,0.977195621,0.277439862,1,1,1,1,1,1,0.964105427,0.314402163,1,1,1,1,1,1,0.997073531,0.003399944,0.657805703,0.657711022,0.658244681
-8729,1,0.4178,1,1,1,1,1,1,1,1,0.8388,0.4178,0,1,0.3185,1,1,1,1,1,1,1,0.3185,0,1,0.6421,1,1,1,0.9938,0.6421,0,1,1,1,1,1,0.962564945,0,1,1,1,1,1,1,0.926676869,0,1,1,1,1,1,1,0.99796766,0,0.706863219,0.706790776,0.707003546
-8730,1,0.4177,1,1,1,1,1,1,1,1,0.8341,0.4177,0,1,0.3185,1,1,1,1,1,1,1,0.3185,0,1,0.6422,1,1,1,0.8892,0.6422,0,1,1,1,1,1,0.96103549,0,1,1,1,1,1,1,0.960712075,0,1,1,1,1,1,1,0.945487142,0,0.704446593,0.704463719,0.704787234
-8731,1,0.4175,1,1,1,1,1,1,1,1,0.8506,0.4175,0,1,0.3185,1,1,1,1,1,1,1,0.3185,0,1,0.6423,1,1,1,0.8864,0.6423,0,1,1,1,1,1,0.973442018,0,1,1,1,1,1,1,0.958771586,0,1,1,1,1,1,1,0.945531011,0,0.687046883,0.687116564,0.6875
-8732,1,0.4174,1,1,1,1,1,1,1,1,0.9123,0.4174,0,1,0.3184,1,1,1,1,1,1,1,0.3184,0,1,0.6424,1,1,1,0.8795,0.6424,0,1,1,1,1,1,0.973440886,0,1,1,1,1,1,1,0.995632768,0,1,1,1,1,1,1,0.877956152,0,0.667713871,0.667653903,0.667996454
-8733,1,0.4173,1,1,1,1,1,1,1,1,0.888,0.4173,0,1,0.3184,1,1,1,1,1,1,1,0.3184,0,1,0.6425,1,1,1,0.884,0.6425,0,1,1,1,1,1,0.961453021,0,1,1,1,1,1,1,0.989725828,0,1,1,1,1,1,1,0.878807306,0,0.634243596,0.634228898,0.634308511
-8734,1,0.4171,1,1,1,1,1,1,1,1,0.7798,0.4171,0,1,0.3184,1,1,1,1,1,1,1,0.3184,0,1,0.6426,1,1,1,0.8728,0.6426,0,1,1,1,1,1,0.93218708,0,1,1,1,1,1,1,0.960050464,0,1,1,1,1,1,1,0.878247559,0,0.590140164,0.590226359,0.590425532
-8735,1,0.417,1,1,1,1,1,1,1,1,0.7688,0.417,0,1,0.3184,1,1,1,1,1,1,1,0.3184,0,1,0.6427,1,1,1,0.8777,0.6427,0,1,1,1,1,1,0.930577099,0,1,1,1,1,1,1,0.910117924,0,1,1,1,1,1,1,0.87624824,0,0.543740938,0.543685213,0.543882979
-8736,1,0.4169,1,1,1,1,1,1,1,1,0.784,0.4169,0,1,0.3184,1,1,1,1,1,1,1,0.3184,0,1,0.6428,1,1,1,0.873,0.6428,0,1,1,1,1,1,0.939242303,0,1,1,1,1,1,1,0.846342921,0,1,1,1,1,1,1,0.875886738,0,0.509364427,0.509414005,0.509308511
-8737,1,0.4167,1,1,1,1,1,1,1,1,0.7595,0.4167,0,1,0.3184,1,1,1,1,1,1,1,0.3184,0,1,0.6429,1,1,1,0.8693,0.6429,0,1,1,1,1,1,0.93643409,0,1,1,1,1,1,1,0.859614015,0,1,1,1,1,1,1,0.806205273,0,0.490152247,0.490162894,0.490248227
-8738,1,0.4166,1,1,1,1,1,1,1,1,0.8533,0.4166,0,1,0.3184,1,1,1,1,1,1,1,0.3184,0,1,0.643,1,1,1,0.9641,0.643,0,1,1,1,1,1,0.937004745,0,1,1,1,1,1,1,0.877140522,0,1,1,1,1,1,1,0.994517326,0,0.480244079,0.480220013,0.480496454
-8739,1,0.4165,1,1,1,1,1,1,1,1,0.8841,0.4165,0,1,0.3184,1,1,1,1,1,1,0.9829,0.3184,0,1,0.6431,1,1,1,0.931,0.6431,0,1,1,1,1,1,0.917111814,0,1,1,1,1,1,1,0.827643752,0,1,1,1,1,1,1,0.993107736,0,0.478673272,0.478739158,0.478723404
-8740,1,0.4163,1,1,1,1,1,1,1,1,0.8797,0.4163,0,1,0.3184,1,1,1,1,1,1,0.6595,0.3184,0,1,0.6432,1,1,1,0.9026,0.6432,0,1,1,1,1,1,0.804423928,0,1,1,1,1,1,1,0.667416334,0,1,1,1,1,1,1,0.987740815,0,0.487373127,0.487412735,0.48714539
-8741,1,0.4162,1,1,1,1,1,1,1,1,0.8202,0.4162,0,1,0.3184,1,1,1,1,1,1,0.3481,0.3184,0,1,0.6433,1,1,1,0.9072,0.6433,0,1,1,1,1,1,0.730430067,0,1,1,1,1,1,1,0.647853017,0,1,1,1,1,1,1,0.989472866,0,0.51377477,0.513645018,0.513741135
-8742,1,0.4161,1,1,1,1,1,1,1,1,0.6956,0.4161,0,1,0.3184,1,1,1,1,1,1,0.4295,0.3184,0,1,0.6434,1,1,1,0.8955,0.6434,0,1,1,1,1,1,0.634979188,0,1,1,1,1,1,1,0.608301222,0,1,1,1,1,1,1,0.989648402,0,0.557817786,0.557859107,0.558067376
-8743,1,0.4159,1,1,1,1,1,1,1,1,0.0974,0.4159,0,1,0.3184,1,1,1,1,1,1,0.0217,0.3184,0,1,0.6435,1,1,1,0.4745,0.6435,0,1,1,1,1,1,0.073995225,0,1,1,1,1,1,1,0.017323989,0,1,1,1,1,1,1,0.644522011,0,0.592435959,0.592553417,0.592641844
-8744,1,0.4158,1,1,1,1,1,1,1,1,0.4449,0.4158,0.118,1,0.3184,1,1,1,1,1,1,0.2025,0.3184,0.0819,1,0.6436,1,1,1,0.8804,0.6436,0.1126,1,1,1,1,1,0.392174602,0.201326385,1,1,1,1,1,1,0.282433033,0.126813859,1,1,1,1,1,1,0.984549761,0.257012129,0.622100048,0.62217051,0.622340426
-8745,1,0.4156,1,1,1,1,1,1,1,1,0.4011,0.4156,0.2745,1,0.3184,1,1,1,1,1,1,0.1891,0.3184,0.268,1,0.6437,1,1,1,0.8402,0.6437,0.3547,1,1,1,1,1,0.375160664,0.415463418,1,1,1,1,1,1,0.245316818,0.429205179,1,1,1,1,1,1,0.974559426,0.64062953,0.644272595,0.64438333,0.644503546
-8746,1,0.4155,1,1,1,1,1,1,1,1,0.3191,0.4155,0.3837,1,0.3184,1,1,1,1,1,1,0.2018,0.3184,0.3915,1,0.6438,1,1,1,0.7382,0.6438,0.4853,1,1,1,1,1,0.282707691,0.548116863,0.919109106,1,1,1,1,1,0.202035055,0.609209776,0.884811044,1,1,1,1,1,0.962935567,0.831238031,0.654301595,0.654326211,0.654255319
-8747,1,0.4154,1,1,1,1,1,1,1,1,0.4194,0.4154,0.4294,1,0.3184,1,1,1,1,1,1,0.4765,0.3184,0.4355,1,0.6439,1,1,1,0.6426,0.6439,0.5214,1,1,1,1,1,0.419560641,0.617212057,0.63003695,1,1,1,1,1,0.461398125,0.687735915,0.945844293,1,1,1,1,1,0.912728965,0.894115448,0.65242871,0.652422255,0.65248227
-8748,1,0.4152,1,1,1,1,1,1,1,1,0.4265,0.4152,0.4076,1,0.3184,1,1,1,1,1,1,0.4563,0.3184,0.47,1,0.644,1,1,1,0.6309,0.644,0.5126,1,1,1,1,1,0.39961791,0.57515049,0.705742359,1,1,1,1,1,0.401336521,0.764111817,0.988811851,1,1,1,1,1,0.879714668,0.84920603,0.641795553,0.641844722,0.641843972
-8749,1,0.4151,1,1,1,1,1,1,1,1,0.347,0.4151,0.4265,1,0.3184,1,1,1,1,1,1,0.3282,0.3184,0.4632,1,0.6441,1,1,1,0.5411,0.6441,0.5144,1,1,1,1,1,0.353917301,0.610207617,0.532924354,1,1,1,1,1,0.284555018,0.658331215,0.703226447,1,1,1,1,1,0.816459537,0.786227703,0.631041566,0.631055638,0.631205674
-8750,1,0.415,1,1,1,1,1,1,1,1,0.2168,0.415,0.3834,1,0.3184,1,1,1,1,1,1,0.1265,0.3184,0.3739,1,0.6442,1,1,1,0.4111,0.6442,0.4198,1,1,1,1,1,0.198616356,0.530633688,0.468141317,1,1,1,1,1,0.116261289,0.485903203,0.420149744,1,1,1,1,1,0.671596169,0.668271482,0.624395843,0.624497567,0.624556738
-8751,1,0.4148,1,1,1,1,1,1,1,1,0.2446,0.4148,0.2594,1,0.3184,1,1,1,1,1,1,0.08,0.3184,0.2229,1,0.6443,1,1,1,0.2422,0.6443,0.2637,1,1,1,1,1,0.219682187,0.390108138,0.425978601,1,1,1,1,1,0.096316189,0.313567638,0.699123561,1,1,1,1,1,0.489251167,0.453968287,0.626208313,0.626189972,0.626329787
-8752,1,0.4147,1,1,1,1,1,1,1,1,0.2278,0.4147,0.078,1,0.3184,1,1,1,1,1,1,0.1298,0.3184,0.0795,1,0.6444,1,1,1,0.254,0.6444,0,1,1,1,1,1,0.243361205,0.146486372,0.526483119,1,1,1,1,1,0.19116661,0.138759971,0.780544996,1,1,1,1,1,0.469488412,0,0.671640889,0.671673366,0.671985816
-8753,1,0.4146,1,1,1,1,1,1,1,1,0.2821,0.4146,0,1,0.3184,1,1,1,1,1,1,0.2871,0.3184,0,1,0.6445,1,1,1,0.3287,0.6445,0,1,1,1,1,1,0.283615589,0,0.627807975,1,1,1,1,1,0.425589085,0,0.920850873,1,1,1,1,1,0.521170914,0,0.712300628,0.712291094,0.712765957
-8754,1,0.4144,1,1,1,1,1,1,1,1,0.2319,0.4144,0,1,0.3184,1,1,1,1,1,1,0.5918,0.3184,0,1,0.6446,1,1,1,0.3195,0.6446,0,1,1,1,1,1,0.250781506,0,0.427638799,1,1,1,1,1,0.748049021,0,0.896981716,1,1,1,1,1,0.405029297,0,0.691578057,0.691770679,0.691932624
-8755,1,0.4143,1,1,1,1,1,1,1,1,0.1702,0.4143,0,1,0.3184,1,1,1,1,1,1,0.134,0.3184,0,1,0.6447,1,1,1,0.2243,0.6447,0,1,1,1,1,1,0.187301517,0,0.221481621,1,1,1,1,1,0.118404441,0,0.563973367,1,1,1,1,1,0.350494027,0,0.593583857,0.795430506,0.587765957
-8756,1,0.4142,1,1,1,1,1,1,1,1,0.1729,0.4142,0,1,0.3184,1,1,1,1,1,1,0.1134,0.3184,0,1,0.6448,1,1,1,0.1976,0.6448,0,1,1,1,1,1,0.176146284,0,0.301076591,1,1,1,1,1,0.160262942,0,0.603668511,1,1,1,1,1,0.309507728,0,0.565913485,0.758409139,0.560283688
-8757,1,0.414,1,1,1,1,1,1,1,1,0.1893,0.414,0,1,0.3184,1,1,1,1,1,1,0.1329,0.3184,0,1,0.6449,1,1,1,0.2626,0.6449,0,1,1,1,1,1,0.201399446,0,0.475568116,1,1,1,1,1,0.135424986,0,0.625242651,1,1,1,1,1,0.423946232,0,0.539451426,0.723080178,0.534131206
-8758,1,0.4139,1,1,1,1,1,1,1,1,0.2851,0.4139,0,1,0.3184,1,1,1,1,1,1,0.276,0.3184,0,1,0.645,1,1,1,0.2805,0.645,0,1,1,1,1,1,0.305651695,0,0.690351009,1,1,1,1,1,0.266027272,0,0.529778063,1,1,1,1,1,0.455915332,0,0.511478975,0.687116564,0.506205674
-8759,1,0.4138,1,1,1,1,1,1,1,1,0.278,0.4138,0,1,0.3184,1,1,1,1,1,1,0.2997,0.3184,0,1,0.6451,1,1,1,0.426,0.6451,0,1,1,1,1,1,0.328695059,0,0.653574944,1,1,1,1,1,0.319995254,0,0.307369113,1,1,1,1,1,0.620064557,0,0.483869019,0.65072985,0.479166667
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/Minimum_capacity_requirement.csv b/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/Minimum_capacity_requirement.csv
deleted file mode 100644
index 858294b6fc..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/Minimum_capacity_requirement.csv
+++ /dev/null
@@ -1,4 +0,0 @@
-MinCapReqConstraint,Constraint_Description,Min_MW
-1,ME_Wind,8000
-2,ME_OSW,5000
-3,MA_Solar,3200
\ No newline at end of file
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/Network.csv b/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/Network.csv
deleted file mode 100644
index 76bb6f5c34..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/Network.csv
+++ /dev/null
@@ -1,4 +0,0 @@
-,Network_zones,Network_Lines,Start_Zone,End_Zone,Line_Max_Flow_MW,transmission_path_name,distance_mile,Line_Loss_Percentage,Line_Max_Reinforcement_MW,Line_Reinforcement_Cost_per_MWyr,DerateCapRes_1,CapRes_1,CapRes_Excl_1,Line_Max_Flow_Possible_MW,WACC,Capital_Recovery_Period
-NENGREST,z1,1,1,2,2950,NENGREST_to_NENG_CT,123.0584,0.012305837,2950,12060,0.95,0,0,5900,0.062,30
-NENG_CT,z2,2,1,3,2000,NENGREST_to_NENG_ME,196.5385,0.019653847,2000,19261,0.95,0,0,4000,0.062,30
-NENG_ME,z3,,,,,,,,,,,,,,,
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/Reserves.csv b/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/Reserves.csv
deleted file mode 100644
index d310c45ffb..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/Reserves.csv
+++ /dev/null
@@ -1,2 +0,0 @@
-Reg_Req_Percent_Demand,Reg_Req_Percent_VRE,Rsv_Req_Percent_Demand,Rsv_Req_Percent_VRE,Unmet_Rsv_Penalty_Dollar_per_MW,Dynamic_Contingency,Static_Contingency_MW
-0.01,0.0032,0.033,0.0795,1000,0,0
\ No newline at end of file
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/Resources/Flex_demand.csv b/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/Resources/Flex_demand.csv
deleted file mode 100644
index 4073c5319c..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/Resources/Flex_demand.csv
+++ /dev/null
@@ -1,4 +0,0 @@
-region,cluster,Resource,Resource_Type,MGA,R_ID,Zone,Commit,Min_Share,Max_Share,Existing_Cap_MW,New_Build,Can_Retire,Cap_Size,Min_Cap_MW,Max_Cap_MW,Inv_Cost_per_MWyr,Fixed_OM_Cost_per_MWyr,Var_OM_Cost_per_MWh,Start_Cost_per_MW,Start_Fuel_MMBTU_per_MW,Heat_Rate_MMBTU_per_MWh,Fuel,Min_Power,Hydro_Energy_to_Power_Ratio,Max_Flexible_Demand_Advance,Max_Flexible_Demand_Delay,Flexible_Demand_Energy_Eff,Ramp_Up_Percentage,Ramp_Dn_Percentage,Reg_Max,Rsv_Max,Reg_Cost,Rsv_Cost,MinCapTag,WACC,Capital_Recovery_Period,Lifetime,Min_Retired_Cap_MW,Min_Retired_Energy_Cap_MW,Min_Retired_Charge_Cap_MW,LDS
-NENGREST,1,NENGREST_heat_load_shifting_1,heat_load_shifting,0,56,1,0,0,0,165.52,0,0,0.0,0,0.0,0,0,0.0,0,0.0,0.0,None,0.0,0.0,0,4,1,0.0,0.0,0.0,0.0,0,0,0,0.039,20,20,0,0,0,0
-NENG_CT,1,NENG_CT_heat_load_shifting_1,heat_load_shifting,0,57,2,0,0,0,47.27,0,0,0.0,0,0.0,0,0,0.0,0,0.0,0.0,None,0.0,0.0,0,4,1,0.0,0.0,0.0,0.0,0,0,0,0.039,20,20,0,0,0,0
-NENG_ME,1,NENG_ME_heat_load_shifting_1,heat_load_shifting,0,58,3,0,0,0,22.56,0,0,0.0,0,0.0,0,0,0.0,0,0.0,0.0,None,0.0,0.0,0,4,1,0.0,0.0,0.0,0.0,0,0,0,0.039,20,20,0,0,0,0
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/Resources/Hydro.csv b/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/Resources/Hydro.csv
deleted file mode 100644
index 1705eaa64d..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/Resources/Hydro.csv
+++ /dev/null
@@ -1,4 +0,0 @@
-region,cluster,Resource,Resource_Type,MGA,R_ID,Zone,Commit,Min_Share,Max_Share,Existing_Cap_MW,New_Build,Can_Retire,Cap_Size,Min_Cap_MW,Max_Cap_MW,Inv_Cost_per_MWyr,Fixed_OM_Cost_per_MWyr,Var_OM_Cost_per_MWh,Start_Cost_per_MW,Start_Fuel_MMBTU_per_MW,Heat_Rate_MMBTU_per_MWh,Fuel,Min_Power,Hydro_Energy_to_Power_Ratio,Ramp_Up_Percentage,Ramp_Dn_Percentage,Reg_Max,Rsv_Max,Reg_Cost,Rsv_Cost,MinCapTag,WACC,Capital_Recovery_Period,Lifetime,Min_Retired_Cap_MW,Min_Retired_Energy_Cap_MW,Min_Retired_Charge_Cap_MW,LDS
-NENGREST,1,NENGREST_conventional_hydroelectric_1,other_renewables,0,2,1,0,0,0,662.983,0,0,11.24,0,0.0,0,46475,0.0,0,0.0,9.12,None,0.116,1.0,0.083,0.083,0.006916667,0.013833333,0,0,4,0.024,20,20,0,0,0,0
-NENG_CT,1,NENG_CT_conventional_hydroelectric_1,other_renewables,0,15,2,0,0,0,67.7,0,0,13.54,0,0.0,0,46475,0.0,0,0.0,9.12,None,0.18,1.0,0.083,0.083,0.006916667,0.013833333,0,0,4,0.024,20,20,0,0,0,0
-NENG_ME,1,NENG_ME_conventional_hydroelectric_1,other_renewables,0,26,3,0,0,0,327.81,0,0,7.8,0,0.0,0,46475,0.0,0,0.0,9.12,None,0.402,1.0,0.083,0.083,0.006916667,0.013833333,0,0,4,0.024,20,20,0,0,0,0
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/Resources/Must_run.csv b/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/Resources/Must_run.csv
deleted file mode 100644
index 17706b2c07..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/Resources/Must_run.csv
+++ /dev/null
@@ -1,4 +0,0 @@
-region,cluster,Resource,Resource_Type,MGA,R_ID,Zone,Commit,Min_Share,Max_Share,Existing_Cap_MW,New_Build,Can_Retire,Cap_Size,Min_Cap_MW,Max_Cap_MW,Inv_Cost_per_MWyr,Fixed_OM_Cost_per_MWyr,Var_OM_Cost_per_MWh,Start_Cost_per_MW,Start_Fuel_MMBTU_per_MW,Heat_Rate_MMBTU_per_MWh,Fuel,Min_Power,Hydro_Energy_to_Power_Ratio,Ramp_Up_Percentage,Ramp_Dn_Percentage,Reg_Max,Rsv_Max,Reg_Cost,Rsv_Cost,MinCapTag,WACC,Capital_Recovery_Period,Lifetime,Min_Retired_Cap_MW,Min_Retired_Energy_Cap_MW,Min_Retired_Charge_Cap_MW,LDS
-NENGREST,1,NENGREST_small_hydroelectric_1,other_renewables,0,12,1,0,0,0,186.355,0,0,0.79,0,0.0,0,46475,0.0,0,0.0,9.12,None,0.116,1.0,1.0,1.0,0.0,0.0,0,0,15,0.024,20,20,0,0,0,0
-NENG_CT,1,NENG_CT_small_hydroelectric_1,other_renewables,0,23,2,0,0,0,18.711,0,0,0.57,0,0.0,0,46475,0.0,0,0.0,9.12,None,0.18,1.0,1.0,1.0,0.0,0.0,0,0,15,0.024,20,20,0,0,0,0
-NENG_ME,1,NENG_ME_small_hydroelectric_1,other_renewables,0,31,3,0,0,0,195.266,0,0,1.1,0,0.0,0,46475,0.0,0,0.0,9.12,None,0.192,1.0,1.0,1.0,0.0,0.0,0,0,15,0.024,20,20,0,0,0,0
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/Resources/Resource_multistage_data.csv b/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/Resources/Resource_multistage_data.csv
deleted file mode 100644
index bd6b7a7ad5..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/Resources/Resource_multistage_data.csv
+++ /dev/null
@@ -1,59 +0,0 @@
-Resource WACC Capital_Recovery_Period Lifetime Min_Retired_Cap_MW Min_Retired_Energy_Cap_MW Min_Retired_Charge_Cap_MW
-NENGREST_biomass_1 0.024 20 20 0 0 0
-NENGREST_conventional_hydroelectric_1 0.024 20 20 0 0 0
-NENGREST_hydroelectric_pumped_storage_1 0.039 20 20 0 0 0
-NENGREST_natural_gas_fired_combined_cycle_1 0.039 20 20 0 0 0
-NENGREST_natural_gas_fired_combined_cycle_2 0.039 20 20 0 0 0
-NENGREST_natural_gas_fired_combustion_turbine_1 0.039 20 20 0 0 0
-NENGREST_natural_gas_fired_combustion_turbine_2 0.039 20 20 0 0 0
-NENGREST_natural_gas_steam_turbine_1 0.039 20 20 0 0 0
-NENGREST_nuclear_1 0.039 20 20 0 0 0
-NENGREST_offshore_wind_turbine_1 0.024 20 20 0 0 0
-NENGREST_onshore_wind_turbine_1 0.024 20 20 0 0 0
-NENGREST_small_hydroelectric_1 0.024 20 20 0 0 0
-NENGREST_solar_photovoltaic_1 0.017 20 20 0 0 0
-NENG_CT_biomass_1 0.024 20 20 0 0 0
-NENG_CT_conventional_hydroelectric_1 0.024 20 20 0 0 0
-NENG_CT_hydroelectric_pumped_storage_1 0.039 20 20 0 0 0
-NENG_CT_natural_gas_fired_combined_cycle_1 0.039 20 20 0 0 0
-NENG_CT_natural_gas_fired_combined_cycle_2 0.039 20 20 0 0 0
-NENG_CT_natural_gas_fired_combustion_turbine_1 0.039 20 20 0 0 0
-NENG_CT_natural_gas_fired_combustion_turbine_2 0.039 20 20 0 0 0
-NENG_CT_nuclear_1 0.039 20 20 0 0 0
-NENG_CT_onshore_wind_turbine_1 0.024 20 20 0 0 0
-NENG_CT_small_hydroelectric_1 0.024 20 20 0 0 0
-NENG_CT_solar_photovoltaic_1 0.017 20 20 0 0 0
-NENG_ME_biomass_1 0.024 20 20 0 0 0
-NENG_ME_conventional_hydroelectric_1 0.024 20 20 0 0 0
-NENG_ME_natural_gas_fired_combined_cycle_1 0.039 20 20 0 0 0
-NENG_ME_natural_gas_fired_combined_cycle_2 0.039 20 20 0 0 0
-NENG_ME_natural_gas_fired_combustion_turbine_1 0.039 20 20 0 0 0
-NENG_ME_onshore_wind_turbine_1 0.024 20 20 0 0 0
-NENG_ME_small_hydroelectric_1 0.024 20 20 0 0 0
-NENG_ME_solar_photovoltaic_1 0.017 20 20 0 0 0
-NENGREST_naturalgas_ccccsavgcf_mid_0 0.039 20 20 0 0 0
-NENGREST_naturalgas_ccavgcf_mid_0 0.039 20 20 0 0 0
-NENGREST_naturalgas_ctavgcf_mid_0 0.039 20 20 0 0 0
-NENGREST_battery_mid_0 0.027 20 20 0 0 0
-NENGREST_naturalgas_ccs100_mid_0 0.039 20 20 0 0 0
-NENGREST_landbasedwind_ltrg1_mid_130_1 0.024 20 20 0 0 0
-NENGREST_utilitypv_losangeles_mid_80_0_2_1 0.017 20 20 0 0 0
-NENGREST_offshorewind_otrg3_mid_fixed_1_176_77_1 0.024 20 20 0 0 0
-NENG_CT_naturalgas_ccccsavgcf_mid_0 0.039 20 20 0 0 0
-NENG_CT_naturalgas_ccavgcf_mid_0 0.039 20 20 0 0 0
-NENG_CT_naturalgas_ctavgcf_mid_0 0.039 20 20 0 0 0
-NENG_CT_battery_mid_0 0.027 20 20 0 0 0
-NENG_CT_naturalgas_ccs100_mid_0 0.039 20 20 0 0 0
-NENG_CT_landbasedwind_ltrg1_mid_110_1 0.024 20 20 0 0 0
-NENG_CT_utilitypv_losangeles_mid_80_0_2_1 0.017 20 20 0 0 0
-NENG_CT_offshorewind_otrg3_mid_fixed_1_176_77_1 0.024 20 20 0 0 0
-NENG_ME_naturalgas_ccccsavgcf_mid_0 0.039 20 20 0 0 0
-NENG_ME_naturalgas_ccavgcf_mid_0 0.039 20 20 0 0 0
-NENG_ME_naturalgas_ctavgcf_mid_0 0.039 20 20 0 0 0
-NENG_ME_battery_mid_0 0.027 20 20 0 0 0
-NENG_ME_naturalgas_ccs100_mid_0 0.039 20 20 0 0 0
-NENG_ME_landbasedwind_ltrg1_mid_110_1 0.024 20 20 0 0 0
-NENG_ME_utilitypv_losangeles_mid_100_0_2_1 0.017 20 20 0 0 0
-NENGREST_heat_load_shifting_1 0.039 20 20 0 0 0
-NENG_CT_heat_load_shifting_1 0.039 20 20 0 0 0
-NENG_ME_heat_load_shifting_1 0.039 20 20 0 0 0
\ No newline at end of file
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/Resources/Storage.csv b/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/Resources/Storage.csv
deleted file mode 100644
index 318fa0e587..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/Resources/Storage.csv
+++ /dev/null
@@ -1,6 +0,0 @@
-region,cluster,Resource,Resource_Type,MGA,R_ID,Zone,Commit,Model,Min_Share,Max_Share,Existing_Cap_MW,Existing_Charge_Cap_MW,Existing_Cap_MWh,New_Build,Can_Retire,Cap_Size,Min_Cap_MW,Max_Cap_MW,Min_Charge_Cap_MW,Max_Charge_Cap_MW,Min_Cap_MWh,Max_Cap_MWh,Inv_Cost_per_MWyr,Fixed_OM_Cost_per_MWyr,Inv_Cost_per_MWhyr,Fixed_OM_Cost_per_MWhyr,Inv_Cost_Charge_per_MWyr,Fixed_OM_Cost_Charge_per_MWyr,Var_OM_Cost_per_MWh,Var_OM_Cost_per_MWh_In,Start_Cost_per_MW,Start_Fuel_MMBTU_per_MW,Heat_Rate_MMBTU_per_MWh,Fuel,Min_Power,Self_Disch,Eff_Up,Eff_Down,Hydro_Energy_to_Power_Ratio,Min_Duration,Max_Duration,Ramp_Up_Percentage,Ramp_Dn_Percentage,Reg_Max,Rsv_Max,Reg_Cost,Rsv_Cost,MinCapTag,WACC,Capital_Recovery_Period,Lifetime,Min_Retired_Cap_MW,Min_Retired_Energy_Cap_MW,Min_Retired_Charge_Cap_MW,LDS
-NENGREST,1,NENGREST_hydroelectric_pumped_storage_1,hydroelectric_pumped_storage,0,3,1,0,1,0,0,1768.002,0,280635.2381,0,0,294.67,0,0.0,0,-1,0,-1,0,40113,0,0,0,0,0.0,0.0,0,0.0,0.0,None,0.532,0,0.866,0.866,158.730159,0,200,1.0,1.0,0.083333333,0.166666667,0,0,11,0.039,20,20,0,0,0,0
-NENG_CT,1,NENG_CT_hydroelectric_pumped_storage_1,hydroelectric_pumped_storage,0,16,2,0,1,0,0,30.999,0,4920.47619,0,0,10.33,0,0.0,0,-1,0,-1,0,40113,0,0,0,0,0.0,0.0,0,0.0,0.0,None,0.871,0,0.866,0.866,158.730159,0,200,1.0,1.0,0.083333333,0.166666667,0,0,11,0.039,20,20,0,0,0,0
-NENGREST,0,NENGREST_battery_mid_0,battery_mid,0,36,1,0,1,0,0,0.0,0,0.0,1,1,1.0,0,-1.0,0,-1,0,-1,19584,4895,22494,5622,0,0,0.15,0.15,0,0.0,0.0,None,0.0,0,0.92,0.92,1.0,1,10,1.0,1.0,0.083333333,0.166666667,0,0,12,0.027,20,20,0,0,0,0
-NENG_CT,0,NENG_CT_battery_mid_0,battery_mid,0,44,2,0,1,0,0,0.0,0,0.0,1,1,1.0,0,-1.0,0,-1,0,-1,19584,4895,22494,5622,0,0,0.15,0.15,0,0.0,0.0,None,0.0,0,0.92,0.92,1.0,1,10,1.0,1.0,0.083333333,0.166666667,0,0,12,0.027,20,20,0,0,0,0
-NENG_ME,0,NENG_ME_battery_mid_0,battery_mid,0,52,3,0,1,0,0,0.0,0,0.0,1,1,1.0,0,-1.0,0,-1,0,-1,19584,4895,22494,5622,0,0,0.15,0.15,0,0.0,0.0,None,0.0,0,0.92,0.92,1.0,1,10,1.0,1.0,0.083333333,0.166666667,0,0,12,0.027,20,20,0,0,0,0
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/Resources/Thermal.csv b/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/Resources/Thermal.csv
deleted file mode 100644
index 420298129c..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/Resources/Thermal.csv
+++ /dev/null
@@ -1,30 +0,0 @@
-region,cluster,Resource,Resource_Type,MGA,R_ID,Zone,Model,Commit,Min_Share,Max_Share,Existing_Cap_MW,New_Build,Can_Retire,Cap_Size,Min_Cap_MW,Max_Cap_MW,Inv_Cost_per_MWyr,Fixed_OM_Cost_per_MWyr,Var_OM_Cost_per_MWh,Start_Cost_per_MW,Start_Fuel_MMBTU_per_MW,Heat_Rate_MMBTU_per_MWh,Fuel,Min_Power,Hydro_Energy_to_Power_Ratio,Ramp_Up_Percentage,Ramp_Dn_Percentage,Up_Time,Down_Time,Reg_Max,Rsv_Max,Reg_Cost,Rsv_Cost,MinCapTag,WACC,Capital_Recovery_Period,Lifetime,Min_Retired_Cap_MW,Min_Retired_Energy_Cap_MW,Min_Retired_Charge_Cap_MW,LDS
-NENGREST,1,NENGREST_biomass_1,other_renewables,0,1,1,1,1,0,0,106.062,0,0,3.21,0,0.0,0,122976,5.08,0,0.0,14.58,None,0.45,1.0,1.0,1.0,0,0,0.083333333,0.166666667,0,0,10,0.024,20,20,0,0,0,0
-NENGREST,1,NENGREST_natural_gas_fired_combined_cycle_1,natural_gas,1,4,1,1,1,0,0,7077.3,0,1,471.82,0,0.0,0,10287,3.55,91,2.0,7.43,NENGREST_NG,0.468,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0,2,0.039,20,20,0,0,0,0
-NENGREST,2,NENGREST_natural_gas_fired_combined_cycle_2,natural_gas,1,5,1,1,1,0,0,2684.803,0,1,244.07,0,0.0,0,16291,4.5,91,2.0,8.29,NENGREST_NG,0.507,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0,2,0.039,20,20,0,0,0,0
-NENGREST,1,NENGREST_natural_gas_fired_combustion_turbine_1,natural_gas,1,6,1,1,1,0,0,302.701,0,1,43.24,0,0.0,0,12080,4.6,118,3.5,10.13,NENGREST_NG,0.456,1.0,3.78,3.78,1,1,0.315,0.63,0,0,3,0.039,20,20,0,0,0,0
-NENGREST,2,NENGREST_natural_gas_fired_combustion_turbine_2,natural_gas,1,7,1,1,1,0,0,62.704,0,1,7.84,0,0.0,0,13991,4.6,118,3.5,4.74,NENGREST_NG,0.488,1.0,3.78,3.78,1,1,0.315,0.63,0,0,3,0.039,20,20,0,0,0,0
-NENGREST,1,NENGREST_natural_gas_steam_turbine_1,natural_gas,1,8,1,1,1,0,0,0.6,0,1,0.6,0,0.0,0,50678,1.04,86,13.7,0.0,NENGREST_NG,0.0,0.0,0.0,0.0,0,0,0.0,0.0,0,0,99,0.039,20,20,0,0,0,0
-NENGREST,1,NENGREST_nuclear_1,nuclear,1,9,1,1,1,0,0,1242.0,0,1,1242.0,0,0.0,0,271818,2.32,245,0.0,10.46,new_england_uranium,0.5,1.0,0.25,0.25,24,24,0.020833333,0.041666667,0,0,5,0.039,20,20,0,0,0,0
-NENG_CT,1,NENG_CT_biomass_1,other_renewables,0,14,2,1,1,0,0,27.248,0,0,3.41,0,0.0,0,122976,5.37,0,0.0,15.33,None,0.348,1.0,1.0,1.0,0,0,0.083333333,0.166666667,0,0,10,0.024,20,20,0,0,0,0
-NENG_CT,1,NENG_CT_natural_gas_fired_combined_cycle_1,natural_gas,1,17,2,1,1,0,0,3488.704,0,1,436.09,0,0.0,0,9698,3.57,91,2.0,7.12,NENG_CT_NG,0.338,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0,2,0.039,20,20,0,0,0,0
-NENG_CT,2,NENG_CT_natural_gas_fired_combined_cycle_2,natural_gas,1,18,2,1,1,0,0,35.2,0,1,17.6,0,0.0,0,16291,4.5,91,2.0,10.77,NENG_CT_NG,0.466,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0,2,0.039,20,20,0,0,0,0
-NENG_CT,1,NENG_CT_natural_gas_fired_combustion_turbine_1,natural_gas,1,19,2,1,1,0,0,434.0,0,1,54.25,0,0.0,0,10609,4.6,118,3.5,11.06,NENG_CT_NG,0.124,1.0,3.78,3.78,1,1,0.315,0.63,0,0,3,0.039,20,20,0,0,0,0
-NENG_CT,2,NENG_CT_natural_gas_fired_combustion_turbine_2,natural_gas,1,20,2,1,1,0,0,124.9,0,1,24.98,0,0.0,0,13991,4.6,118,3.5,8.35,NENG_CT_NG,0.476,1.0,3.78,3.78,1,1,0.315,0.63,0,0,3,0.039,20,20,0,0,0,0
-NENG_CT,1,NENG_CT_nuclear_1,nuclear,1,21,2,1,1,0,0,2162.9,0,1,1081.45,0,0.0,0,190920,2.32,245,0.0,10.46,new_england_uranium,0.5,1.0,0.25,0.25,24,24,0.020833333,0.041666667,0,0,5,0.039,20,20,0,0,0,0
-NENG_ME,1,NENG_ME_biomass_1,other_renewables,0,25,3,1,1,0,0,24.95,0,0,2.5,0,0.0,0,122976,4.85,0,0.0,13.84,None,0.404,1.0,1.0,1.0,0,0,0.083333333,0.166666667,0,0,10,0.024,20,20,0,0,0,0
-NENG_ME,1,NENG_ME_natural_gas_fired_combined_cycle_1,natural_gas,1,27,3,1,1,0,0,274.5,0,1,137.25,0,0.0,0,16291,4.5,91,2.0,12.62,NENG_ME_NG,0.474,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0,2,0.039,20,20,0,0,0,0
-NENG_ME,2,NENG_ME_natural_gas_fired_combined_cycle_2,natural_gas,1,28,3,1,1,0,0,1114.1,0,1,557.05,0,0.0,0,9668,3.57,91,2.0,7.65,NENG_ME_NG,0.386,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0,2,0.039,20,20,0,0,0,0
-NENG_ME,1,NENG_ME_natural_gas_fired_combustion_turbine_1,natural_gas,1,29,3,1,1,0,0,163.5,0,1,54.5,0,0.0,0,11540,4.6,118,3.5,4.75,NENG_ME_NG,0.697,1.0,3.78,3.78,1,1,0.315,0.63,0,0,3,0.039,20,20,0,0,0,0
-NENGREST,0,NENGREST_naturalgas_ccccsavgcf_mid_0,natural_gas_CCS,1,33,1,1,1,0,0,0.0,0,1,500.0,0,-1.0,229388,27483,5.82,103,0.0,7.52,NENGREST_NG_ccs90,0.6,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0,2,0.039,20,20,0,0,0,0
-NENGREST,0,NENGREST_naturalgas_ccavgcf_mid_0,natural_gas,1,34,1,1,1,0,0,0.0,1,1,500.0,0,-1.0,110025,12441,1.61,103,2.0,6.27,NENGREST_NG,0.2,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0,2,0.039,20,20,0,0,0,0
-NENGREST,0,NENGREST_naturalgas_ctavgcf_mid_0,natural_gas,1,35,1,1,1,0,0,0.0,1,1,100.0,0,-1.0,81998,6960,4.49,134,3.5,9.9,NENGREST_NG,0.3,1.0,3.78,3.78,1,1,0.315,0.63,0,0,3,0.039,20,20,0,0,0,0
-NENGREST,0,NENGREST_naturalgas_ccs100_mid_0,natural_gas_CCS,1,37,1,1,1,0,0,0.0,0,1,500.0,0,-1.0,239841,37153,6.26,103,0.0,7.89,NENGREST_NG_ccs100,0.6,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0,13,0.039,20,20,0,0,0,0
-NENG_CT,0,NENG_CT_naturalgas_ccccsavgcf_mid_0,natural_gas_CCS,1,41,2,1,1,0,0,0.0,0,1,500.0,0,-1.0,229388,27483,5.82,103,0.0,7.52,NENG_CT_NG_ccs90,0.6,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0,2,0.039,20,20,0,0,0,0
-NENG_CT,0,NENG_CT_naturalgas_ccavgcf_mid_0,natural_gas,1,42,2,1,1,0,0,0.0,1,1,500.0,0,-1.0,110025,12441,1.61,103,2.0,6.27,NENG_CT_NG,0.2,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0,2,0.039,20,20,0,0,0,0
-NENG_CT,0,NENG_CT_naturalgas_ctavgcf_mid_0,natural_gas,1,43,2,1,1,0,0,0.0,1,1,100.0,0,-1.0,81998,6960,4.49,134,3.5,9.9,NENG_CT_NG,0.3,1.0,3.78,3.78,1,1,0.315,0.63,0,0,3,0.039,20,20,0,0,0,0
-NENG_CT,0,NENG_CT_naturalgas_ccs100_mid_0,natural_gas_CCS,1,45,2,1,1,0,0,0.0,0,1,500.0,0,-1.0,239841,37153,6.26,103,0.0,7.89,NENG_CT_NG_ccs100,0.6,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0,13,0.039,20,20,0,0,0,0
-NENG_ME,0,NENG_ME_naturalgas_ccccsavgcf_mid_0,natural_gas_CCS,1,49,3,1,1,0,0,0.0,0,1,500.0,0,-1.0,229388,27483,5.82,103,0.0,7.52,NENG_ME_NG_ccs90,0.6,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0,2,0.039,20,20,0,0,0,0
-NENG_ME,0,NENG_ME_naturalgas_ccavgcf_mid_0,natural_gas,1,50,3,1,1,0,0,0.0,1,1,500.0,0,-1.0,110025,12441,1.61,103,2.0,6.27,NENG_ME_NG,0.2,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0,2,0.039,20,20,0,0,0,0
-NENG_ME,0,NENG_ME_naturalgas_ctavgcf_mid_0,natural_gas,1,51,3,1,1,0,0,0.0,1,1,100.0,0,-1.0,81998,6960,4.49,134,3.5,9.9,NENG_ME_NG,0.3,1.0,3.78,3.78,1,1,0.315,0.63,0,0,3,0.039,20,20,0,0,0,0
-NENG_ME,0,NENG_ME_naturalgas_ccs100_mid_0,natural_gas_CCS,1,53,3,1,1,0,0,0.0,0,1,500.0,0,-1.0,239841,37153,6.26,103,0.0,7.89,NENG_ME_NG_ccs100,0.6,1.0,0.64,0.64,6,6,0.053333333,0.106666667,0,0,13,0.039,20,20,0,0,0,0
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/Resources/Vre.csv b/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/Resources/Vre.csv
deleted file mode 100644
index e33d14a24b..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p1/Resources/Vre.csv
+++ /dev/null
@@ -1,16 +0,0 @@
-region,cluster,Resource,Resource_Type,MGA,R_ID,Zone,Commit,Num_VRE_Bins,Min_Share,Max_Share,Existing_Cap_MW,New_Build,Can_Retire,Cap_Size,Min_Cap_MW,Max_Cap_MW,Inv_Cost_per_MWyr,Fixed_OM_Cost_per_MWyr,Var_OM_Cost_per_MWh,Start_Cost_per_MW,Start_Fuel_MMBTU_per_MW,Heat_Rate_MMBTU_per_MWh,Fuel,Min_Power,Hydro_Energy_to_Power_Ratio,Ramp_Up_Percentage,Ramp_Dn_Percentage,Reg_Max,Rsv_Max,Reg_Cost,Rsv_Cost,MinCapTag,WACC,Capital_Recovery_Period,Lifetime,Min_Retired_Cap_MW,Min_Retired_Energy_Cap_MW,Min_Retired_Charge_Cap_MW,LDS
-NENGREST,1,NENGREST_offshore_wind_turbine_1,offshore_wind,1,10,1,0,1,0,0,30.0,0,1,30.0,0,0.0,0,128440,0.0,0,0.0,9.12,None,0.0,0.0,0.0,0.0,0.0,0.0,0,0,8,0.024,20,20,0,0,0,0
-NENGREST,1,NENGREST_onshore_wind_turbine_1,onshore_wind,1,11,1,0,1,0,0,145.8,0,1,9.75,0,0.0,0,43205,-18.0,0,0.0,9.12,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0,6,0.024,20,20,0,0,0,0
-NENGREST,1,NENGREST_solar_photovoltaic_1,solar,1,13,1,0,1,0,0,821.4,0,1,2.6,0,0.0,0,18760,0.0,0,0.0,9.13,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0,7,0.017,20,20,0,0,0,0
-NENG_CT,1,NENG_CT_onshore_wind_turbine_1,onshore_wind,1,22,2,0,1,0,0,6.5,0,1,5.0,0,0.0,0,43205,-18.0,0,0.0,9.12,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0,6,0.024,20,20,0,0,0,0
-NENG_CT,1,NENG_CT_solar_photovoltaic_1,solar,1,24,2,0,1,0,0,374.6,0,1,5.67,0,0.0,0,18760,0.0,0,0.0,9.16,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0,7,0.017,20,20,0,0,0,0
-NENG_ME,1,NENG_ME_onshore_wind_turbine_1,onshore_wind,1,30,3,0,1,0,0,1190.9,0,1,48.5,0,0.0,0,43205,-18.0,0,0.0,9.12,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0,6,0.024,20,20,0,0,0,0
-NENG_ME,1,NENG_ME_solar_photovoltaic_1,solar,1,32,3,0,1,0,0,11.8,0,1,1.5,0,0.0,0,18760,0.0,0,0.0,9.12,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0,7,0.017,20,20,0,0,0,0
-NENGREST,1,NENGREST_landbasedwind_ltrg1_mid_130_1,onshore_wind,1,38,1,0,1,0,0,0.0,1,1,1.0,0,4888.236,194100,41460,0.0,0,0.0,0.0,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0,6,0.024,20,20,0,0,0,0
-NENGREST,1,NENGREST_utilitypv_losangeles_mid_80_0_2_1,solar,1,39,1,0,1,0,0,0.0,1,1,1.0,0,20835.569,99283,13055,0.0,0,0.0,0.0,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0,7,0.017,20,20,0,0,0,0
-NENGREST,1,NENGREST_offshorewind_otrg3_mid_fixed_1_176_77_1,offshore_wind,1,40,1,0,1,0,0,0.0,1,1,1.0,0,9848.442,260044,91549,0.0,0,0.0,0.0,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0,8,0.024,20,20,0,0,0,0
-NENG_CT,1,NENG_CT_landbasedwind_ltrg1_mid_110_1,onshore_wind,1,46,2,0,1,0,0,0.0,1,1,1.0,0,1982.895,185181,41460,0.0,0,0.0,0.0,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0,6,0.024,20,20,0,0,0,0
-NENG_CT,1,NENG_CT_utilitypv_losangeles_mid_80_0_2_1,solar,1,47,2,0,1,0,0,0.0,1,1,1.0,0,17063.264,98631,13055,0.0,0,0.0,0.0,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0,7,0.017,20,20,0,0,0,0
-NENG_CT,1,NENG_CT_offshorewind_otrg3_mid_fixed_1_176_77_1,offshore_wind,1,48,2,0,1,0,0,0.0,1,1,1.0,0,477.5,247542,91549,0.0,0,0.0,0.0,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0,8,0.024,20,20,0,0,0,0
-NENG_ME,1,NENG_ME_landbasedwind_ltrg1_mid_110_1,onshore_wind,1,54,3,0,1,0,0,0.0,1,1,1.0,0,20430.499,233173,41460,0.0,0,0.0,0.0,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0,6,0.024,20,20,0,0,0,0
-NENG_ME,1,NENG_ME_utilitypv_losangeles_mid_100_0_2_1,solar,1,55,3,0,1,0,0,0.0,1,1,1.0,0,21535.709,98706,13055,0.0,0,0.0,0.0,None,0.0,1.0,1.0,1.0,0.083333333,0.166666667,0,0,7,0.017,20,20,0,0,0,0
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p2/CO2_cap.csv b/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p2/CO2_cap.csv
deleted file mode 100644
index 97ba02e752..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p2/CO2_cap.csv
+++ /dev/null
@@ -1,4 +0,0 @@
-,Network_zones,CO_2_Cap_Zone_1,CO_2_Max_Mtons_1
-NENGREST,z1,1,8.59
-NENG_CT,z2,1,2.31
-NENG_ME,z3,1,1.29
\ No newline at end of file
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p2/Capacity_reserve_margin.csv b/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p2/Capacity_reserve_margin.csv
deleted file mode 100644
index 766b9ffed0..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p2/Capacity_reserve_margin.csv
+++ /dev/null
@@ -1,4 +0,0 @@
-,Network_zones,CapRes_1
-NENGREST,z1,0.193
-NENG_CT,z2,0.193
-NENG_ME,z3,0.193
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p2/Energy_share_requirement.csv b/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p2/Energy_share_requirement.csv
deleted file mode 100644
index 749ddfeaf1..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p2/Energy_share_requirement.csv
+++ /dev/null
@@ -1,4 +0,0 @@
-,Network_zones,ESR_1,ESR_2
-NENGREST,z1,0.259,0.348
-NENG_CT,z2,0.44,0.44
-NENG_ME,z3,0.776,0.776
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p2/Fuels_data.csv b/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p2/Fuels_data.csv
deleted file mode 100644
index 5448cd0e9f..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p2/Fuels_data.csv
+++ /dev/null
@@ -1,8762 +0,0 @@
-Time_Index,NENG_CT_NG,NENG_ME_NG,NENGREST_NG,west_north_central_coal,new_england_uranium,NENG_CT_NG_ccs90,NENG_ME_NG_ccs90,NENGREST_NG_ccs90,NENG_CT_NG_ccs100,NENG_ME_NG_ccs100,NENGREST_NG_ccs100,None
-0,0.05306,0.05306,0.05306,0.09552,0,0.00531,0.00531,0.00531,0,0,0,0
-1,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-2,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-3,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-4,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-5,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-6,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-7,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-8,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-9,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-10,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-11,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-12,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-13,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-14,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-15,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-16,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-17,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-18,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-19,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-20,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-21,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-22,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-23,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-24,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-25,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-26,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-27,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-28,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-29,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-30,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-31,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-32,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-33,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-34,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-35,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-36,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-37,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-38,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-39,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-40,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-41,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-42,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-43,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-44,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-45,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-46,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-47,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-48,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-49,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-50,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-51,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-52,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-53,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-54,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-55,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-56,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-57,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-58,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-59,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-60,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-61,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-62,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-63,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-64,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-65,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-66,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-67,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-68,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-69,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-70,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-71,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-72,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-73,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-74,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-75,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-76,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-77,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-78,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-79,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-80,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-81,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-82,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-83,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-84,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-85,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-86,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-87,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-88,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-89,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-90,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-91,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-92,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-93,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-94,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-95,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-96,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-97,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-98,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-99,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-100,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-101,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-102,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-103,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-104,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-105,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-106,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-107,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-108,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-109,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-110,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-111,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-112,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-113,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-114,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-115,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-116,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-117,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-118,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-119,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-120,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-121,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-122,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-123,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-124,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-125,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-126,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-127,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-128,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-129,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-130,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-131,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-132,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-133,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-134,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-135,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-136,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-137,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-138,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-139,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-140,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-141,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-142,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-143,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-144,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-145,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-146,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-147,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-148,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-149,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-150,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-151,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-152,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-153,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-154,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-155,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-156,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-157,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-158,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-159,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-160,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-161,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-162,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-163,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-164,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-165,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-166,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-167,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-168,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-169,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-170,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-171,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-172,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-173,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-174,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-175,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-176,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-177,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-178,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-179,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-180,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-181,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-182,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-183,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-184,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-185,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-186,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-187,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-188,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-189,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-190,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-191,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-192,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-193,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-194,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-195,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-196,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-197,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-198,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-199,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-200,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-201,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-202,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-203,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-204,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-205,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-206,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-207,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-208,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-209,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-210,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-211,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-212,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-213,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-214,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-215,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-216,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-217,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-218,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-219,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-220,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-221,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-222,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-223,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-224,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-225,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-226,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-227,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-228,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-229,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-230,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-231,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-232,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-233,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-234,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-235,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-236,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-237,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-238,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-239,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-240,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-241,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-242,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-243,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-244,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-245,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-246,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-247,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-248,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-249,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-250,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-251,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-252,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-253,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-254,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-255,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-256,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-257,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-258,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-259,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-260,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-261,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-262,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-263,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-264,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-265,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-266,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-267,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-268,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-269,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-270,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-271,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-272,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-273,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-274,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-275,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-276,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-277,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-278,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-279,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-280,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-281,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-282,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-283,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-284,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-285,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-286,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-287,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-288,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-289,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-290,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-291,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-292,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-293,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-294,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-295,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-296,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-297,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-298,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-299,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-300,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-301,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-302,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-303,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-304,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-305,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-306,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-307,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-308,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-309,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-310,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-311,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-312,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-313,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-314,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-315,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-316,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-317,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-318,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-319,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-320,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-321,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-322,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-323,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-324,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-325,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-326,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-327,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-328,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-329,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-330,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-331,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-332,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-333,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-334,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-335,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-336,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-337,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-338,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-339,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-340,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-341,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-342,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-343,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-344,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-345,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-346,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-347,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-348,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-349,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-350,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-351,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-352,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-353,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-354,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-355,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-356,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-357,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-358,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-359,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-360,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-361,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-362,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-363,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-364,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-365,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-366,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-367,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-368,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-369,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-370,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-371,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-372,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-373,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-374,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-375,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-376,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-377,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-378,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-379,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-380,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-381,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-382,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-383,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-384,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-385,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-386,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-387,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-388,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-389,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-390,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-391,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-392,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-393,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-394,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-395,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-396,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-397,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-398,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-399,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-400,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-401,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-402,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-403,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-404,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-405,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-406,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-407,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-408,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-409,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-410,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-411,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-412,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-413,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-414,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-415,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-416,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-417,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-418,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-419,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-420,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-421,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-422,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-423,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-424,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-425,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-426,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-427,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-428,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-429,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-430,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-431,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-432,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-433,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-434,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-435,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-436,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-437,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-438,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-439,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-440,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-441,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-442,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-443,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-444,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-445,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-446,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-447,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-448,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-449,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-450,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-451,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-452,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-453,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-454,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-455,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-456,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-457,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-458,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-459,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-460,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-461,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-462,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-463,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-464,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-465,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-466,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-467,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-468,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-469,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-470,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-471,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-472,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-473,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-474,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-475,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-476,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-477,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-478,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-479,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-480,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-481,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-482,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-483,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-484,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-485,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-486,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-487,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-488,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-489,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-490,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-491,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-492,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-493,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-494,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-495,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-496,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-497,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-498,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-499,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-500,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-501,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-502,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-503,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-504,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-505,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-506,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-507,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-508,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-509,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-510,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-511,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-512,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-513,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-514,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-515,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-516,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-517,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-518,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-519,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-520,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-521,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-522,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-523,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-524,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-525,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-526,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-527,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-528,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-529,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-530,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-531,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-532,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-533,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-534,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-535,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-536,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-537,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-538,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-539,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-540,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-541,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-542,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-543,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-544,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-545,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-546,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-547,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-548,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-549,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-550,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-551,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-552,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-553,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-554,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-555,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-556,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-557,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-558,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-559,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-560,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-561,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-562,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-563,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-564,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-565,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-566,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-567,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-568,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-569,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-570,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-571,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-572,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-573,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-574,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-575,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-576,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-577,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-578,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-579,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-580,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-581,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-582,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-583,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-584,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-585,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-586,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-587,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-588,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-589,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-590,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-591,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-592,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-593,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-594,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-595,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-596,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-597,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-598,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-599,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-600,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-601,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-602,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-603,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-604,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-605,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-606,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-607,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-608,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-609,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-610,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-611,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-612,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-613,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-614,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-615,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-616,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-617,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-618,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-619,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-620,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-621,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-622,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-623,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-624,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-625,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-626,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-627,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-628,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-629,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-630,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-631,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-632,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-633,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-634,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-635,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-636,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-637,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-638,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-639,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-640,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-641,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-642,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-643,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-644,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-645,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-646,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-647,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-648,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-649,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-650,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-651,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-652,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-653,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-654,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-655,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-656,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-657,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-658,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-659,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-660,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-661,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-662,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-663,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-664,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-665,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-666,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-667,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-668,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-669,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-670,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-671,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-672,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-673,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-674,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-675,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-676,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-677,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-678,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-679,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-680,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-681,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-682,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-683,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-684,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-685,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-686,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-687,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-688,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-689,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-690,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-691,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-692,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-693,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-694,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-695,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-696,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-697,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-698,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-699,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-700,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-701,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-702,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-703,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-704,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-705,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-706,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-707,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-708,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-709,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-710,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-711,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-712,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-713,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-714,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-715,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-716,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-717,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-718,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-719,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-720,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-721,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-722,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-723,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-724,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-725,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-726,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-727,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-728,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-729,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-730,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-731,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-732,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-733,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-734,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-735,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-736,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-737,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-738,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-739,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-740,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-741,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-742,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-743,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-744,5.45,5.45,5.28,1.67,0.69,5.45,5.45,5.28,4.02,4.02,3.85,0
-745,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-746,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-747,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-748,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-749,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-750,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-751,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-752,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-753,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-754,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-755,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-756,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-757,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-758,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-759,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-760,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-761,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-762,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-763,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-764,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-765,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-766,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-767,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-768,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-769,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-770,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-771,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-772,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-773,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-774,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-775,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-776,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-777,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-778,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-779,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-780,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-781,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-782,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-783,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-784,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-785,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-786,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-787,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-788,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-789,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-790,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-791,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-792,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-793,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-794,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-795,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-796,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-797,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-798,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-799,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-800,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-801,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-802,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-803,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-804,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-805,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-806,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-807,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-808,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-809,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-810,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-811,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-812,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-813,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-814,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-815,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-816,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-817,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-818,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-819,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-820,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-821,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-822,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-823,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-824,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-825,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-826,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-827,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-828,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-829,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-830,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-831,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-832,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-833,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-834,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-835,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-836,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-837,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-838,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-839,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-840,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-841,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-842,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-843,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-844,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-845,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-846,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-847,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-848,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-849,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-850,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-851,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-852,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-853,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-854,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-855,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-856,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-857,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-858,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-859,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-860,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-861,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-862,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-863,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-864,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-865,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-866,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-867,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-868,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-869,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-870,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-871,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-872,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-873,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-874,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-875,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-876,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-877,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-878,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-879,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-880,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-881,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-882,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-883,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-884,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-885,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-886,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-887,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-888,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-889,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-890,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-891,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-892,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-893,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-894,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-895,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-896,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-897,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-898,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-899,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-900,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-901,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-902,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-903,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-904,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-905,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-906,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-907,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-908,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-909,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-910,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-911,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-912,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-913,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-914,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-915,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-916,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-917,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-918,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-919,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-920,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-921,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-922,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-923,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-924,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-925,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-926,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-927,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-928,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-929,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-930,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-931,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-932,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-933,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-934,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-935,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-936,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-937,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-938,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-939,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-940,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-941,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-942,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-943,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-944,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-945,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-946,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-947,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-948,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-949,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-950,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-951,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-952,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-953,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-954,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-955,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-956,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-957,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-958,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-959,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-960,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-961,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-962,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-963,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-964,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-965,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-966,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-967,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-968,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-969,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-970,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-971,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-972,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-973,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-974,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-975,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-976,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-977,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-978,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-979,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-980,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-981,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-982,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-983,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-984,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-985,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-986,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-987,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-988,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-989,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-990,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-991,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-992,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-993,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-994,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-995,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-996,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-997,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-998,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-999,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1000,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1001,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1002,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1003,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1004,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1005,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1006,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1007,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1008,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1009,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1010,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1011,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1012,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1013,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1014,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1015,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1016,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1017,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1018,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1019,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1020,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1021,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1022,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1023,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1024,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1025,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1026,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1027,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1028,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1029,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1030,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1031,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1032,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1033,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1034,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1035,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1036,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1037,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1038,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1039,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1040,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1041,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1042,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1043,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1044,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1045,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1046,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1047,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1048,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1049,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1050,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1051,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1052,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1053,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1054,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1055,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1056,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1057,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1058,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1059,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1060,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1061,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1062,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1063,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1064,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1065,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1066,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1067,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1068,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1069,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1070,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1071,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1072,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1073,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1074,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1075,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1076,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1077,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1078,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1079,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1080,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1081,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1082,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1083,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1084,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1085,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1086,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1087,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1088,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1089,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1090,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1091,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1092,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1093,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1094,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1095,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1096,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1097,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1098,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1099,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1100,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1101,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1102,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1103,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1104,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1105,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1106,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1107,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1108,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1109,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1110,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1111,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1112,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1113,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1114,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1115,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1116,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1117,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1118,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1119,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1120,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1121,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1122,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1123,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1124,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1125,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1126,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1127,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1128,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1129,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1130,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1131,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1132,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1133,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1134,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1135,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1136,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1137,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1138,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1139,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1140,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1141,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1142,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1143,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1144,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1145,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1146,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1147,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1148,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1149,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1150,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1151,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1152,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1153,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1154,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1155,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1156,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1157,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1158,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1159,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1160,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1161,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1162,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1163,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1164,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1165,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1166,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1167,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1168,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1169,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1170,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1171,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1172,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1173,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1174,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1175,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1176,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1177,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1178,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1179,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1180,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1181,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1182,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1183,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1184,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1185,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1186,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1187,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1188,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1189,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1190,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1191,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1192,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1193,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1194,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1195,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1196,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1197,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1198,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1199,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1200,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1201,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1202,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1203,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1204,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1205,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1206,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1207,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1208,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1209,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1210,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1211,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1212,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1213,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1214,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1215,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1216,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1217,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1218,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1219,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1220,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1221,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1222,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1223,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1224,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1225,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1226,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1227,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1228,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1229,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1230,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1231,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1232,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1233,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1234,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1235,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1236,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1237,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1238,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1239,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1240,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1241,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1242,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1243,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1244,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1245,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1246,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1247,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1248,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1249,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1250,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1251,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1252,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1253,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1254,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1255,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1256,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1257,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1258,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1259,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1260,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1261,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1262,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1263,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1264,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1265,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1266,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1267,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1268,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1269,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1270,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1271,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1272,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1273,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1274,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1275,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1276,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1277,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1278,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1279,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1280,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1281,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1282,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1283,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1284,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1285,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1286,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1287,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1288,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1289,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1290,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1291,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1292,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1293,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1294,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1295,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1296,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1297,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1298,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1299,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1300,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1301,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1302,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1303,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1304,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1305,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1306,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1307,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1308,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1309,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1310,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1311,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1312,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1313,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1314,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1315,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1316,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1317,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1318,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1319,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1320,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1321,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1322,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1323,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1324,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1325,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1326,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1327,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1328,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1329,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1330,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1331,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1332,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1333,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1334,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1335,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1336,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1337,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1338,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1339,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1340,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1341,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1342,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1343,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1344,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1345,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1346,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1347,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1348,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1349,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1350,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1351,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1352,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1353,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1354,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1355,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1356,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1357,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1358,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1359,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1360,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1361,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1362,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1363,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1364,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1365,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1366,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1367,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1368,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1369,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1370,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1371,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1372,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1373,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1374,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1375,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1376,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1377,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1378,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1379,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1380,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1381,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1382,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1383,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1384,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1385,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1386,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1387,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1388,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1389,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1390,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1391,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1392,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1393,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1394,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1395,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1396,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1397,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1398,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1399,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1400,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1401,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1402,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1403,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1404,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1405,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1406,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1407,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1408,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1409,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1410,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1411,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1412,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1413,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1414,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1415,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1416,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1417,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1418,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1419,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1420,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1421,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1422,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1423,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1424,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1425,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1426,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1427,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1428,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1429,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1430,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1431,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1432,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1433,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1434,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1435,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1436,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1437,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1438,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1439,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1440,4.09,4.09,3.98,1.67,0.69,4.09,4.09,3.98,2.66,2.66,2.55,0
-1441,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1442,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1443,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1444,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1445,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1446,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1447,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1448,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1449,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1450,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1451,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1452,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1453,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1454,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1455,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1456,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1457,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1458,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1459,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1460,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1461,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1462,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1463,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1464,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1465,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1466,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1467,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1468,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1469,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1470,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1471,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1472,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1473,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1474,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1475,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1476,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1477,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1478,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1479,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1480,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1481,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1482,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1483,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1484,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1485,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1486,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1487,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1488,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1489,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1490,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1491,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1492,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1493,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1494,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1495,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1496,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1497,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1498,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1499,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1500,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1501,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1502,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1503,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1504,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1505,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1506,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1507,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1508,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1509,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1510,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1511,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1512,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1513,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1514,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1515,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1516,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1517,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1518,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1519,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1520,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1521,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1522,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1523,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1524,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1525,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1526,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1527,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1528,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1529,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1530,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1531,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1532,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1533,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1534,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1535,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1536,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1537,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1538,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1539,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1540,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1541,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1542,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1543,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1544,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1545,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1546,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1547,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1548,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1549,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1550,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1551,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1552,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1553,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1554,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1555,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1556,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1557,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1558,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1559,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1560,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1561,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1562,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1563,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1564,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1565,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1566,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1567,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1568,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1569,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1570,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1571,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1572,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1573,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1574,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1575,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1576,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1577,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1578,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1579,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1580,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1581,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1582,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1583,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1584,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1585,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1586,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1587,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1588,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1589,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1590,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1591,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1592,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1593,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1594,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1595,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1596,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1597,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1598,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1599,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1600,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1601,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1602,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1603,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1604,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1605,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1606,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1607,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1608,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1609,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1610,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1611,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1612,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1613,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1614,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1615,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1616,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1617,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1618,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1619,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1620,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1621,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1622,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1623,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1624,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1625,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1626,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1627,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1628,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1629,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1630,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1631,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1632,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1633,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1634,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1635,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1636,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1637,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1638,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1639,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1640,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1641,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1642,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1643,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1644,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1645,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1646,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1647,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1648,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1649,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1650,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1651,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1652,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1653,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1654,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1655,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1656,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1657,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1658,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1659,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1660,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1661,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1662,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1663,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1664,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1665,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1666,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1667,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1668,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1669,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1670,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1671,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1672,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1673,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1674,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1675,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1676,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1677,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1678,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1679,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1680,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1681,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1682,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1683,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1684,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1685,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1686,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1687,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1688,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1689,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1690,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1691,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1692,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1693,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1694,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1695,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1696,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1697,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1698,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1699,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1700,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1701,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1702,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1703,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1704,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1705,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1706,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1707,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1708,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1709,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1710,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1711,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1712,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1713,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1714,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1715,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1716,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1717,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1718,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1719,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1720,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1721,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1722,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1723,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1724,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1725,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1726,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1727,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1728,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1729,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1730,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1731,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1732,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1733,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1734,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1735,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1736,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1737,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1738,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1739,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1740,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1741,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1742,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1743,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1744,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1745,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1746,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1747,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1748,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1749,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1750,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1751,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1752,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1753,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1754,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1755,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1756,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1757,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1758,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1759,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1760,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1761,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1762,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1763,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1764,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1765,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1766,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1767,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1768,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1769,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1770,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1771,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1772,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1773,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1774,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1775,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1776,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1777,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1778,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1779,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1780,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1781,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1782,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1783,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1784,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1785,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1786,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1787,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1788,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1789,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1790,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1791,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1792,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1793,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1794,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1795,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1796,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1797,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1798,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1799,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1800,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1801,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1802,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1803,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1804,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1805,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1806,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1807,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1808,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1809,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1810,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1811,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1812,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1813,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1814,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1815,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1816,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1817,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1818,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1819,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1820,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1821,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1822,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1823,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1824,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1825,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1826,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1827,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1828,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1829,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1830,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1831,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1832,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1833,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1834,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1835,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1836,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1837,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1838,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1839,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1840,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1841,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1842,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1843,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1844,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1845,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1846,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1847,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1848,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1849,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1850,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1851,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1852,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1853,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1854,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1855,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1856,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1857,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1858,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1859,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1860,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1861,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1862,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1863,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1864,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1865,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1866,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1867,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1868,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1869,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1870,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1871,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1872,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1873,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1874,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1875,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1876,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1877,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1878,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1879,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1880,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1881,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1882,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1883,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1884,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1885,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1886,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1887,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1888,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1889,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1890,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1891,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1892,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1893,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1894,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1895,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1896,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1897,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1898,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1899,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1900,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1901,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1902,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1903,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1904,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1905,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1906,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1907,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1908,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1909,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1910,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1911,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1912,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1913,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1914,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1915,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1916,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1917,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1918,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1919,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1920,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1921,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1922,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1923,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1924,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1925,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1926,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1927,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1928,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1929,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1930,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1931,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1932,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1933,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1934,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1935,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1936,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1937,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1938,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1939,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1940,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1941,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1942,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1943,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1944,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1945,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1946,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1947,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1948,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1949,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1950,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1951,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1952,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1953,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1954,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1955,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1956,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1957,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1958,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1959,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1960,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1961,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1962,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1963,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1964,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1965,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1966,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1967,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1968,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1969,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1970,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1971,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1972,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1973,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1974,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1975,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1976,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1977,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1978,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1979,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1980,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1981,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1982,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1983,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1984,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1985,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1986,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1987,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1988,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1989,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1990,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1991,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1992,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1993,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1994,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1995,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1996,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1997,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1998,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-1999,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2000,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2001,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2002,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2003,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2004,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2005,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2006,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2007,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2008,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2009,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2010,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2011,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2012,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2013,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2014,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2015,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2016,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2017,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2018,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2019,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2020,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2021,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2022,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2023,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2024,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2025,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2026,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2027,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2028,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2029,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2030,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2031,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2032,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2033,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2034,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2035,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2036,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2037,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2038,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2039,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2040,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2041,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2042,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2043,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2044,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2045,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2046,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2047,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2048,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2049,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2050,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2051,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2052,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2053,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2054,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2055,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2056,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2057,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2058,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2059,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2060,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2061,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2062,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2063,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2064,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2065,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2066,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2067,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2068,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2069,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2070,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2071,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2072,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2073,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2074,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2075,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2076,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2077,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2078,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2079,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2080,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2081,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2082,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2083,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2084,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2085,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2086,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2087,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2088,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2089,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2090,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2091,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2092,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2093,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2094,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2095,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2096,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2097,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2098,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2099,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2100,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2101,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2102,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2103,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2104,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2105,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2106,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2107,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2108,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2109,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2110,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2111,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2112,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2113,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2114,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2115,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2116,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2117,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2118,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2119,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2120,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2121,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2122,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2123,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2124,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2125,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2126,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2127,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2128,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2129,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2130,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2131,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2132,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2133,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2134,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2135,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2136,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2137,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2138,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2139,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2140,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2141,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2142,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2143,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2144,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2145,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2146,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2147,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2148,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2149,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2150,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2151,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2152,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2153,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2154,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2155,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2156,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2157,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2158,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2159,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2160,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2161,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2162,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2163,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2164,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2165,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2166,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2167,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2168,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2169,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2170,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2171,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2172,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2173,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2174,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2175,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2176,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2177,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2178,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2179,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2180,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2181,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2182,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2183,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2184,3.14,3.14,3.69,1.67,0.69,3.14,3.14,3.69,1.71,1.71,2.26,0
-2185,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2186,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2187,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2188,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2189,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2190,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2191,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2192,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2193,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2194,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2195,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2196,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2197,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2198,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2199,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2200,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2201,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2202,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2203,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2204,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2205,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2206,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2207,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2208,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2209,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2210,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2211,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2212,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2213,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2214,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2215,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2216,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2217,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2218,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2219,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2220,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2221,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2222,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2223,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2224,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2225,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2226,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2227,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2228,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2229,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2230,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2231,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2232,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2233,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2234,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2235,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2236,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2237,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2238,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2239,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2240,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2241,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2242,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2243,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2244,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2245,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2246,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2247,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2248,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2249,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2250,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2251,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2252,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2253,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2254,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2255,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2256,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2257,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2258,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2259,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2260,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2261,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2262,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2263,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2264,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2265,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2266,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2267,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2268,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2269,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2270,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2271,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2272,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2273,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2274,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2275,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2276,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2277,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2278,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2279,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2280,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2281,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2282,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2283,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2284,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2285,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2286,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2287,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2288,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2289,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2290,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2291,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2292,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2293,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2294,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2295,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2296,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2297,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2298,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2299,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2300,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2301,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2302,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2303,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2304,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2305,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2306,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2307,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2308,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2309,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2310,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2311,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2312,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2313,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2314,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2315,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2316,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2317,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2318,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2319,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2320,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2321,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2322,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2323,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2324,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2325,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2326,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2327,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2328,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2329,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2330,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2331,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2332,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2333,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2334,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2335,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2336,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2337,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2338,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2339,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2340,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2341,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2342,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2343,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2344,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2345,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2346,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2347,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2348,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2349,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2350,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2351,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2352,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2353,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2354,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2355,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2356,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2357,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2358,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2359,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2360,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2361,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2362,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2363,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2364,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2365,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2366,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2367,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2368,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2369,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2370,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2371,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2372,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2373,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2374,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2375,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2376,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2377,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2378,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2379,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2380,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2381,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2382,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2383,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2384,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2385,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2386,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2387,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2388,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2389,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2390,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2391,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2392,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2393,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2394,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2395,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2396,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2397,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2398,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2399,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2400,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2401,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2402,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2403,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2404,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2405,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2406,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2407,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2408,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2409,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2410,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2411,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2412,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2413,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2414,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2415,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2416,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2417,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2418,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2419,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2420,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2421,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2422,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2423,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2424,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2425,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2426,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2427,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2428,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2429,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2430,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2431,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2432,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2433,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2434,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2435,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2436,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2437,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2438,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2439,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2440,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2441,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2442,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2443,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2444,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2445,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2446,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2447,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2448,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2449,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2450,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2451,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2452,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2453,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2454,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2455,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2456,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2457,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2458,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2459,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2460,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2461,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2462,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2463,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2464,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2465,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2466,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2467,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2468,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2469,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2470,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2471,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2472,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2473,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2474,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2475,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2476,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2477,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2478,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2479,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2480,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2481,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2482,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2483,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2484,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2485,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2486,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2487,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2488,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2489,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2490,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2491,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2492,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2493,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2494,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2495,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2496,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2497,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2498,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2499,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2500,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2501,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2502,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2503,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2504,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2505,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2506,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2507,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2508,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2509,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2510,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2511,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2512,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2513,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2514,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2515,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2516,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2517,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2518,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2519,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2520,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2521,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2522,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2523,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2524,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2525,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2526,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2527,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2528,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2529,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2530,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2531,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2532,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2533,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2534,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2535,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2536,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2537,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2538,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2539,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2540,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2541,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2542,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2543,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2544,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2545,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2546,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2547,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2548,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2549,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2550,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2551,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2552,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2553,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2554,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2555,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2556,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2557,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2558,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2559,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2560,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2561,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2562,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2563,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2564,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2565,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2566,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2567,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2568,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2569,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2570,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2571,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2572,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2573,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2574,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2575,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2576,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2577,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2578,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2579,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2580,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2581,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2582,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2583,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2584,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2585,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2586,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2587,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2588,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2589,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2590,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2591,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2592,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2593,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2594,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2595,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2596,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2597,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2598,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2599,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2600,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2601,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2602,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2603,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2604,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2605,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2606,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2607,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2608,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2609,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2610,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2611,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2612,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2613,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2614,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2615,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2616,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2617,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2618,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2619,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2620,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2621,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2622,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2623,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2624,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2625,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2626,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2627,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2628,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2629,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2630,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2631,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2632,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2633,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2634,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2635,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2636,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2637,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2638,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2639,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2640,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2641,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2642,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2643,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2644,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2645,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2646,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2647,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2648,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2649,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2650,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2651,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2652,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2653,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2654,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2655,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2656,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2657,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2658,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2659,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2660,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2661,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2662,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2663,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2664,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2665,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2666,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2667,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2668,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2669,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2670,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2671,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2672,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2673,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2674,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2675,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2676,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2677,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2678,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2679,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2680,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2681,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2682,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2683,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2684,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2685,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2686,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2687,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2688,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2689,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2690,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2691,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2692,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2693,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2694,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2695,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2696,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2697,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2698,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2699,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2700,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2701,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2702,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2703,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2704,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2705,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2706,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2707,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2708,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2709,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2710,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2711,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2712,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2713,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2714,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2715,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2716,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2717,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2718,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2719,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2720,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2721,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2722,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2723,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2724,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2725,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2726,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2727,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2728,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2729,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2730,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2731,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2732,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2733,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2734,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2735,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2736,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2737,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2738,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2739,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2740,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2741,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2742,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2743,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2744,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2745,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2746,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2747,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2748,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2749,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2750,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2751,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2752,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2753,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2754,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2755,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2756,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2757,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2758,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2759,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2760,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2761,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2762,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2763,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2764,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2765,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2766,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2767,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2768,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2769,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2770,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2771,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2772,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2773,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2774,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2775,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2776,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2777,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2778,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2779,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2780,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2781,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2782,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2783,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2784,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2785,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2786,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2787,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2788,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2789,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2790,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2791,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2792,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2793,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2794,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2795,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2796,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2797,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2798,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2799,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2800,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2801,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2802,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2803,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2804,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2805,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2806,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2807,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2808,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2809,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2810,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2811,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2812,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2813,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2814,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2815,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2816,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2817,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2818,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2819,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2820,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2821,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2822,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2823,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2824,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2825,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2826,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2827,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2828,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2829,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2830,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2831,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2832,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2833,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2834,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2835,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2836,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2837,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2838,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2839,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2840,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2841,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2842,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2843,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2844,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2845,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2846,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2847,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2848,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2849,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2850,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2851,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2852,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2853,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2854,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2855,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2856,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2857,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2858,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2859,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2860,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2861,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2862,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2863,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2864,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2865,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2866,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2867,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2868,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2869,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2870,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2871,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2872,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2873,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2874,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2875,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2876,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2877,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2878,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2879,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2880,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2881,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2882,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2883,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2884,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2885,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2886,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2887,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2888,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2889,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2890,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2891,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2892,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2893,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2894,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2895,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2896,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2897,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2898,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2899,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2900,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2901,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2902,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2903,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2904,2.13,2.13,3.18,1.67,0.69,2.13,2.13,3.18,0.7,0.7,1.75,0
-2905,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2906,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2907,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2908,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2909,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2910,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2911,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2912,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2913,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2914,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2915,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2916,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2917,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2918,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2919,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2920,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2921,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2922,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2923,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2924,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2925,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2926,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2927,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2928,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2929,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2930,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2931,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2932,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2933,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2934,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2935,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2936,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2937,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2938,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2939,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2940,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2941,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2942,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2943,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2944,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2945,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2946,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2947,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2948,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2949,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2950,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2951,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2952,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2953,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2954,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2955,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2956,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2957,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2958,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2959,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2960,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2961,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2962,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2963,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2964,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2965,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2966,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2967,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2968,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2969,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2970,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2971,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2972,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2973,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2974,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2975,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2976,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2977,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2978,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2979,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2980,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2981,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2982,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2983,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2984,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2985,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2986,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2987,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2988,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2989,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2990,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2991,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2992,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2993,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2994,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2995,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2996,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2997,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2998,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-2999,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3000,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3001,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3002,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3003,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3004,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3005,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3006,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3007,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3008,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3009,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3010,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3011,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3012,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3013,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3014,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3015,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3016,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3017,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3018,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3019,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3020,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3021,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3022,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3023,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3024,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3025,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3026,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3027,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3028,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3029,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3030,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3031,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3032,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3033,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3034,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3035,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3036,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3037,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3038,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3039,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3040,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3041,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3042,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3043,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3044,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3045,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3046,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3047,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3048,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3049,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3050,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3051,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3052,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3053,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3054,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3055,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3056,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3057,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3058,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3059,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3060,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3061,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3062,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3063,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3064,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3065,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3066,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3067,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3068,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3069,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3070,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3071,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3072,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3073,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3074,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3075,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3076,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3077,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3078,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3079,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3080,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3081,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3082,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3083,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3084,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3085,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3086,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3087,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3088,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3089,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3090,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3091,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3092,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3093,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3094,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3095,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3096,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3097,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3098,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3099,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3100,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3101,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3102,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3103,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3104,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3105,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3106,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3107,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3108,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3109,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3110,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3111,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3112,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3113,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3114,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3115,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3116,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3117,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3118,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3119,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3120,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3121,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3122,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3123,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3124,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3125,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3126,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3127,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3128,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3129,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3130,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3131,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3132,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3133,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3134,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3135,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3136,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3137,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3138,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3139,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3140,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3141,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3142,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3143,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3144,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3145,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3146,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3147,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3148,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3149,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3150,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3151,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3152,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3153,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3154,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3155,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3156,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3157,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3158,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3159,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3160,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3161,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3162,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3163,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3164,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3165,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3166,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3167,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3168,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3169,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3170,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3171,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3172,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3173,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3174,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3175,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3176,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3177,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3178,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3179,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3180,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3181,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3182,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3183,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3184,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3185,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3186,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3187,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3188,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3189,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3190,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3191,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3192,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3193,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3194,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3195,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3196,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3197,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3198,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3199,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3200,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3201,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3202,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3203,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3204,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3205,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3206,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3207,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3208,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3209,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3210,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3211,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3212,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3213,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3214,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3215,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3216,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3217,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3218,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3219,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3220,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3221,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3222,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3223,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3224,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3225,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3226,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3227,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3228,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3229,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3230,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3231,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3232,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3233,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3234,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3235,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3236,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3237,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3238,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3239,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3240,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3241,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3242,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3243,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3244,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3245,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3246,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3247,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3248,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3249,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3250,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3251,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3252,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3253,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3254,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3255,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3256,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3257,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3258,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3259,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3260,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3261,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3262,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3263,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3264,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3265,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3266,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3267,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3268,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3269,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3270,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3271,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3272,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3273,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3274,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3275,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3276,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3277,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3278,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3279,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3280,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3281,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3282,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3283,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3284,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3285,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3286,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3287,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3288,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3289,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3290,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3291,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3292,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3293,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3294,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3295,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3296,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3297,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3298,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3299,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3300,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3301,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3302,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3303,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3304,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3305,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3306,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3307,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3308,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3309,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3310,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3311,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3312,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3313,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3314,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3315,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3316,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3317,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3318,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3319,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3320,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3321,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3322,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3323,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3324,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3325,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3326,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3327,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3328,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3329,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3330,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3331,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3332,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3333,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3334,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3335,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3336,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3337,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3338,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3339,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3340,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3341,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3342,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3343,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3344,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3345,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3346,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3347,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3348,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3349,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3350,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3351,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3352,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3353,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3354,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3355,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3356,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3357,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3358,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3359,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3360,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3361,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3362,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3363,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3364,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3365,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3366,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3367,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3368,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3369,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3370,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3371,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3372,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3373,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3374,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3375,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3376,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3377,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3378,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3379,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3380,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3381,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3382,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3383,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3384,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3385,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3386,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3387,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3388,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3389,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3390,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3391,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3392,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3393,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3394,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3395,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3396,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3397,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3398,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3399,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3400,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3401,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3402,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3403,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3404,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3405,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3406,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3407,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3408,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3409,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3410,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3411,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3412,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3413,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3414,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3415,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3416,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3417,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3418,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3419,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3420,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3421,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3422,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3423,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3424,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3425,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3426,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3427,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3428,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3429,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3430,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3431,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3432,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3433,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3434,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3435,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3436,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3437,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3438,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3439,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3440,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3441,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3442,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3443,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3444,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3445,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3446,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3447,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3448,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3449,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3450,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3451,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3452,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3453,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3454,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3455,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3456,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3457,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3458,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3459,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3460,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3461,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3462,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3463,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3464,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3465,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3466,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3467,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3468,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3469,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3470,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3471,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3472,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3473,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3474,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3475,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3476,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3477,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3478,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3479,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3480,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3481,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3482,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3483,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3484,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3485,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3486,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3487,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3488,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3489,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3490,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3491,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3492,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3493,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3494,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3495,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3496,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3497,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3498,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3499,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3500,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3501,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3502,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3503,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3504,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3505,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3506,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3507,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3508,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3509,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3510,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3511,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3512,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3513,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3514,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3515,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3516,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3517,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3518,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3519,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3520,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3521,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3522,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3523,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3524,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3525,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3526,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3527,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3528,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3529,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3530,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3531,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3532,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3533,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3534,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3535,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3536,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3537,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3538,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3539,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3540,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3541,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3542,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3543,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3544,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3545,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3546,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3547,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3548,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3549,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3550,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3551,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3552,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3553,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3554,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3555,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3556,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3557,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3558,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3559,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3560,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3561,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3562,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3563,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3564,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3565,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3566,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3567,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3568,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3569,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3570,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3571,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3572,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3573,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3574,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3575,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3576,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3577,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3578,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3579,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3580,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3581,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3582,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3583,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3584,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3585,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3586,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3587,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3588,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3589,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3590,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3591,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3592,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3593,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3594,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3595,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3596,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3597,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3598,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3599,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3600,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3601,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3602,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3603,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3604,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3605,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3606,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3607,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3608,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3609,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3610,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3611,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3612,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3613,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3614,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3615,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3616,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3617,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3618,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3619,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3620,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3621,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3622,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3623,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3624,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3625,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3626,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3627,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3628,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3629,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3630,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3631,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3632,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3633,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3634,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3635,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3636,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3637,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3638,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3639,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3640,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3641,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3642,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3643,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3644,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3645,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3646,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3647,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3648,1.94,1.94,1.95,1.67,0.69,1.94,1.94,1.95,0.51,0.51,0.52,0
-3649,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3650,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3651,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3652,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3653,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3654,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3655,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3656,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3657,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3658,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3659,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3660,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3661,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3662,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3663,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3664,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3665,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3666,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3667,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3668,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3669,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3670,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3671,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3672,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3673,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3674,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3675,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3676,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3677,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3678,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3679,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3680,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3681,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3682,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3683,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3684,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3685,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3686,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3687,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3688,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3689,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3690,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3691,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3692,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3693,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3694,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3695,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3696,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3697,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3698,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3699,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3700,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3701,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3702,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3703,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3704,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3705,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3706,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3707,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3708,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3709,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3710,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3711,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3712,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3713,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3714,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3715,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3716,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3717,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3718,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3719,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3720,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3721,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3722,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3723,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3724,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3725,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3726,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3727,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3728,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3729,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3730,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3731,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3732,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3733,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3734,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3735,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3736,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3737,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3738,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3739,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3740,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3741,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3742,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3743,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3744,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3745,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3746,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3747,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3748,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3749,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3750,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3751,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3752,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3753,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3754,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3755,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3756,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3757,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3758,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3759,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3760,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3761,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3762,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3763,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3764,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3765,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3766,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3767,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3768,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3769,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3770,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3771,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3772,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3773,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3774,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3775,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3776,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3777,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3778,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3779,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3780,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3781,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3782,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3783,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3784,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3785,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3786,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3787,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3788,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3789,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3790,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3791,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3792,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3793,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3794,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3795,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3796,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3797,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3798,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3799,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3800,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3801,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3802,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3803,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3804,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3805,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3806,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3807,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3808,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3809,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3810,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3811,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3812,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3813,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3814,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3815,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3816,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3817,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3818,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3819,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3820,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3821,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3822,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3823,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3824,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3825,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3826,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3827,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3828,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3829,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3830,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3831,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3832,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3833,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3834,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3835,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3836,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3837,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3838,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3839,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3840,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3841,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3842,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3843,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3844,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3845,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3846,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3847,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3848,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3849,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3850,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3851,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3852,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3853,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3854,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3855,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3856,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3857,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3858,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3859,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3860,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3861,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3862,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3863,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3864,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3865,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3866,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3867,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3868,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3869,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3870,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3871,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3872,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3873,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3874,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3875,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3876,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3877,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3878,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3879,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3880,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3881,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3882,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3883,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3884,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3885,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3886,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3887,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3888,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3889,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3890,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3891,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3892,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3893,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3894,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3895,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3896,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3897,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3898,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3899,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3900,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3901,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3902,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3903,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3904,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3905,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3906,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3907,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3908,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3909,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3910,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3911,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3912,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3913,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3914,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3915,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3916,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3917,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3918,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3919,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3920,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3921,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3922,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3923,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3924,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3925,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3926,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3927,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3928,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3929,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3930,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3931,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3932,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3933,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3934,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3935,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3936,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3937,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3938,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3939,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3940,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3941,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3942,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3943,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3944,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3945,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3946,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3947,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3948,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3949,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3950,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3951,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3952,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3953,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3954,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3955,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3956,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3957,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3958,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3959,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3960,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3961,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3962,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3963,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3964,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3965,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3966,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3967,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3968,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3969,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3970,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3971,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3972,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3973,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3974,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3975,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3976,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3977,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3978,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3979,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3980,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3981,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3982,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3983,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3984,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3985,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3986,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3987,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3988,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3989,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3990,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3991,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3992,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3993,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3994,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3995,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3996,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3997,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3998,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-3999,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4000,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4001,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4002,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4003,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4004,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4005,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4006,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4007,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4008,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4009,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4010,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4011,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4012,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4013,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4014,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4015,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4016,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4017,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4018,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4019,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4020,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4021,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4022,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4023,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4024,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4025,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4026,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4027,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4028,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4029,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4030,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4031,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4032,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4033,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4034,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4035,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4036,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4037,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4038,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4039,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4040,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4041,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4042,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4043,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4044,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4045,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4046,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4047,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4048,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4049,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4050,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4051,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4052,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4053,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4054,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4055,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4056,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4057,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4058,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4059,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4060,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4061,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4062,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4063,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4064,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4065,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4066,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4067,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4068,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4069,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4070,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4071,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4072,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4073,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4074,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4075,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4076,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4077,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4078,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4079,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4080,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4081,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4082,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4083,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4084,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4085,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4086,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4087,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4088,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4089,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4090,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4091,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4092,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4093,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4094,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4095,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4096,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4097,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4098,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4099,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4100,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4101,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4102,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4103,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4104,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4105,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4106,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4107,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4108,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4109,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4110,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4111,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4112,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4113,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4114,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4115,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4116,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4117,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4118,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4119,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4120,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4121,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4122,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4123,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4124,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4125,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4126,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4127,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4128,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4129,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4130,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4131,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4132,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4133,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4134,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4135,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4136,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4137,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4138,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4139,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4140,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4141,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4142,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4143,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4144,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4145,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4146,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4147,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4148,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4149,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4150,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4151,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4152,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4153,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4154,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4155,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4156,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4157,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4158,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4159,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4160,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4161,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4162,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4163,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4164,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4165,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4166,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4167,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4168,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4169,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4170,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4171,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4172,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4173,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4174,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4175,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4176,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4177,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4178,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4179,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4180,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4181,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4182,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4183,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4184,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4185,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4186,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4187,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4188,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4189,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4190,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4191,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4192,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4193,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4194,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4195,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4196,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4197,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4198,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4199,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4200,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4201,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4202,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4203,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4204,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4205,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4206,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4207,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4208,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4209,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4210,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4211,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4212,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4213,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4214,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4215,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4216,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4217,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4218,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4219,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4220,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4221,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4222,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4223,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4224,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4225,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4226,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4227,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4228,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4229,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4230,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4231,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4232,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4233,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4234,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4235,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4236,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4237,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4238,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4239,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4240,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4241,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4242,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4243,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4244,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4245,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4246,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4247,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4248,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4249,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4250,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4251,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4252,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4253,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4254,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4255,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4256,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4257,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4258,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4259,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4260,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4261,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4262,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4263,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4264,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4265,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4266,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4267,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4268,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4269,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4270,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4271,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4272,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4273,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4274,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4275,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4276,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4277,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4278,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4279,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4280,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4281,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4282,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4283,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4284,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4285,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4286,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4287,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4288,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4289,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4290,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4291,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4292,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4293,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4294,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4295,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4296,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4297,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4298,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4299,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4300,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4301,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4302,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4303,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4304,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4305,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4306,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4307,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4308,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4309,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4310,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4311,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4312,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4313,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4314,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4315,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4316,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4317,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4318,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4319,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4320,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4321,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4322,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4323,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4324,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4325,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4326,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4327,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4328,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4329,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4330,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4331,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4332,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4333,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4334,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4335,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4336,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4337,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4338,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4339,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4340,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4341,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4342,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4343,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4344,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4345,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4346,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4347,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4348,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4349,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4350,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4351,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4352,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4353,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4354,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4355,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4356,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4357,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4358,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4359,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4360,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4361,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4362,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4363,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4364,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4365,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4366,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4367,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4368,1.82,1.82,2.23,1.67,0.69,1.82,1.82,2.23,0.39,0.39,0.8,0
-4369,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4370,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4371,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4372,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4373,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4374,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4375,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4376,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4377,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4378,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4379,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4380,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4381,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4382,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4383,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4384,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4385,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4386,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4387,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4388,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4389,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4390,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4391,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4392,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4393,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4394,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4395,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4396,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4397,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4398,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4399,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4400,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4401,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4402,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4403,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4404,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4405,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4406,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4407,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4408,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4409,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4410,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4411,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4412,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4413,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4414,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4415,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4416,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4417,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4418,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4419,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4420,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4421,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4422,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4423,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4424,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4425,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4426,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4427,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4428,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4429,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4430,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4431,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4432,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4433,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4434,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4435,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4436,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4437,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4438,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4439,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4440,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4441,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4442,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4443,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4444,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4445,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4446,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4447,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4448,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4449,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4450,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4451,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4452,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4453,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4454,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4455,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4456,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4457,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4458,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4459,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4460,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4461,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4462,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4463,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4464,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4465,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4466,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4467,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4468,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4469,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4470,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4471,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4472,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4473,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4474,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4475,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4476,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4477,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4478,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4479,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4480,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4481,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4482,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4483,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4484,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4485,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4486,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4487,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4488,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4489,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4490,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4491,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4492,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4493,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4494,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4495,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4496,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4497,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4498,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4499,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4500,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4501,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4502,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4503,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4504,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4505,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4506,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4507,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4508,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4509,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4510,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4511,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4512,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4513,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4514,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4515,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4516,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4517,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4518,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4519,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4520,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4521,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4522,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4523,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4524,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4525,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4526,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4527,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4528,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4529,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4530,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4531,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4532,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4533,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4534,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4535,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4536,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4537,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4538,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4539,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4540,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4541,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4542,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4543,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4544,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4545,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4546,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4547,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4548,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4549,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4550,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4551,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4552,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4553,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4554,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4555,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4556,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4557,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4558,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4559,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4560,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4561,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4562,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4563,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4564,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4565,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4566,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4567,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4568,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4569,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4570,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4571,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4572,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4573,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4574,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4575,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4576,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4577,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4578,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4579,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4580,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4581,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4582,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4583,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4584,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4585,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4586,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4587,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4588,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4589,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4590,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4591,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4592,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4593,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4594,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4595,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4596,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4597,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4598,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4599,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4600,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4601,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4602,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4603,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4604,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4605,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4606,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4607,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4608,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4609,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4610,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4611,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4612,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4613,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4614,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4615,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4616,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4617,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4618,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4619,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4620,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4621,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4622,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4623,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4624,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4625,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4626,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4627,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4628,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4629,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4630,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4631,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4632,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4633,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4634,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4635,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4636,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4637,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4638,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4639,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4640,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4641,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4642,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4643,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4644,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4645,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4646,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4647,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4648,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4649,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4650,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4651,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4652,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4653,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4654,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4655,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4656,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4657,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4658,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4659,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4660,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4661,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4662,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4663,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4664,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4665,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4666,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4667,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4668,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4669,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4670,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4671,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4672,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4673,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4674,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4675,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4676,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4677,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4678,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4679,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4680,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4681,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4682,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4683,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4684,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4685,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4686,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4687,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4688,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4689,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4690,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4691,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4692,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4693,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4694,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4695,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4696,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4697,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4698,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4699,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4700,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4701,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4702,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4703,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4704,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4705,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4706,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4707,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4708,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4709,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4710,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4711,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4712,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4713,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4714,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4715,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4716,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4717,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4718,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4719,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4720,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4721,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4722,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4723,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4724,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4725,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4726,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4727,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4728,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4729,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4730,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4731,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4732,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4733,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4734,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4735,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4736,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4737,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4738,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4739,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4740,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4741,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4742,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4743,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4744,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4745,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4746,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4747,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4748,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4749,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4750,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4751,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4752,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4753,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4754,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4755,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4756,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4757,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4758,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4759,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4760,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4761,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4762,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4763,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4764,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4765,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4766,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4767,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4768,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4769,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4770,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4771,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4772,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4773,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4774,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4775,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4776,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4777,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4778,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4779,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4780,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4781,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4782,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4783,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4784,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4785,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4786,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4787,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4788,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4789,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4790,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4791,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4792,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4793,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4794,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4795,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4796,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4797,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4798,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4799,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4800,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4801,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4802,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4803,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4804,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4805,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4806,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4807,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4808,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4809,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4810,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4811,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4812,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4813,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4814,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4815,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4816,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4817,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4818,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4819,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4820,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4821,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4822,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4823,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4824,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4825,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4826,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4827,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4828,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4829,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4830,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4831,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4832,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4833,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4834,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4835,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4836,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4837,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4838,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4839,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4840,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4841,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4842,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4843,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4844,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4845,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4846,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4847,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4848,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4849,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4850,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4851,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4852,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4853,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4854,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4855,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4856,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4857,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4858,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4859,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4860,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4861,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4862,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4863,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4864,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4865,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4866,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4867,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4868,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4869,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4870,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4871,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4872,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4873,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4874,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4875,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4876,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4877,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4878,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4879,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4880,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4881,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4882,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4883,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4884,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4885,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4886,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4887,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4888,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4889,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4890,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4891,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4892,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4893,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4894,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4895,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4896,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4897,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4898,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4899,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4900,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4901,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4902,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4903,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4904,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4905,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4906,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4907,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4908,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4909,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4910,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4911,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4912,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4913,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4914,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4915,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4916,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4917,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4918,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4919,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4920,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4921,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4922,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4923,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4924,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4925,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4926,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4927,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4928,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4929,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4930,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4931,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4932,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4933,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4934,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4935,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4936,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4937,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4938,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4939,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4940,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4941,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4942,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4943,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4944,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4945,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4946,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4947,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4948,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4949,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4950,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4951,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4952,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4953,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4954,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4955,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4956,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4957,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4958,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4959,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4960,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4961,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4962,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4963,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4964,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4965,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4966,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4967,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4968,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4969,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4970,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4971,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4972,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4973,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4974,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4975,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4976,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4977,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4978,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4979,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4980,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4981,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4982,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4983,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4984,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4985,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4986,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4987,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4988,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4989,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4990,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4991,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4992,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4993,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4994,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4995,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4996,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4997,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4998,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-4999,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5000,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5001,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5002,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5003,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5004,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5005,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5006,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5007,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5008,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5009,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5010,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5011,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5012,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5013,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5014,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5015,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5016,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5017,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5018,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5019,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5020,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5021,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5022,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5023,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5024,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5025,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5026,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5027,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5028,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5029,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5030,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5031,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5032,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5033,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5034,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5035,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5036,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5037,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5038,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5039,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5040,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5041,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5042,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5043,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5044,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5045,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5046,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5047,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5048,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5049,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5050,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5051,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5052,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5053,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5054,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5055,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5056,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5057,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5058,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5059,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5060,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5061,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5062,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5063,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5064,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5065,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5066,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5067,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5068,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5069,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5070,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5071,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5072,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5073,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5074,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5075,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5076,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5077,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5078,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5079,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5080,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5081,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5082,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5083,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5084,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5085,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5086,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5087,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5088,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5089,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5090,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5091,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5092,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5093,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5094,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5095,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5096,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5097,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5098,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5099,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5100,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5101,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5102,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5103,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5104,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5105,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5106,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5107,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5108,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5109,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5110,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5111,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5112,1.89,1.89,2.34,1.67,0.69,1.89,1.89,2.34,0.46,0.46,0.91,0
-5113,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5114,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5115,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5116,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5117,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5118,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5119,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5120,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5121,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5122,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5123,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5124,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5125,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5126,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5127,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5128,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5129,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5130,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5131,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5132,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5133,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5134,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5135,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5136,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5137,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5138,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5139,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5140,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5141,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5142,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5143,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5144,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5145,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5146,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5147,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5148,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5149,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5150,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5151,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5152,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5153,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5154,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5155,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5156,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5157,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5158,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5159,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5160,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5161,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5162,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5163,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5164,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5165,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5166,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5167,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5168,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5169,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5170,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5171,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5172,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5173,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5174,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5175,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5176,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5177,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5178,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5179,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5180,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5181,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5182,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5183,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5184,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5185,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5186,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5187,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5188,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5189,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5190,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5191,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5192,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5193,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5194,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5195,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5196,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5197,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5198,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5199,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5200,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5201,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5202,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5203,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5204,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5205,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5206,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5207,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5208,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5209,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5210,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5211,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5212,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5213,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5214,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5215,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5216,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5217,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5218,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5219,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5220,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5221,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5222,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5223,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5224,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5225,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5226,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5227,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5228,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5229,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5230,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5231,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5232,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5233,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5234,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5235,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5236,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5237,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5238,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5239,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5240,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5241,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5242,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5243,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5244,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5245,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5246,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5247,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5248,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5249,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5250,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5251,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5252,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5253,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5254,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5255,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5256,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5257,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5258,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5259,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5260,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5261,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5262,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5263,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5264,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5265,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5266,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5267,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5268,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5269,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5270,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5271,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5272,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5273,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5274,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5275,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5276,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5277,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5278,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5279,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5280,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5281,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5282,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5283,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5284,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5285,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5286,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5287,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5288,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5289,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5290,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5291,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5292,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5293,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5294,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5295,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5296,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5297,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5298,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5299,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5300,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5301,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5302,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5303,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5304,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5305,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5306,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5307,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5308,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5309,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5310,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5311,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5312,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5313,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5314,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5315,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5316,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5317,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5318,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5319,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5320,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5321,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5322,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5323,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5324,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5325,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5326,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5327,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5328,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5329,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5330,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5331,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5332,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5333,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5334,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5335,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5336,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5337,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5338,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5339,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5340,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5341,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5342,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5343,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5344,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5345,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5346,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5347,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5348,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5349,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5350,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5351,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5352,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5353,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5354,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5355,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5356,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5357,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5358,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5359,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5360,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5361,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5362,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5363,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5364,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5365,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5366,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5367,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5368,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5369,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5370,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5371,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5372,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5373,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5374,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5375,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5376,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5377,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5378,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5379,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5380,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5381,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5382,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5383,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5384,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5385,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5386,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5387,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5388,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5389,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5390,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5391,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5392,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5393,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5394,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5395,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5396,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5397,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5398,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5399,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5400,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5401,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5402,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5403,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5404,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5405,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5406,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5407,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5408,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5409,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5410,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5411,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5412,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5413,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5414,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5415,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5416,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5417,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5418,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5419,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5420,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5421,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5422,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5423,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5424,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5425,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5426,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5427,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5428,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5429,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5430,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5431,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5432,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5433,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5434,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5435,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5436,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5437,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5438,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5439,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5440,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5441,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5442,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5443,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5444,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5445,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5446,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5447,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5448,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5449,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5450,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5451,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5452,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5453,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5454,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5455,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5456,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5457,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5458,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5459,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5460,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5461,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5462,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5463,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5464,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5465,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5466,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5467,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5468,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5469,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5470,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5471,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5472,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5473,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5474,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5475,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5476,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5477,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5478,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5479,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5480,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5481,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5482,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5483,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5484,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5485,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5486,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5487,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5488,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5489,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5490,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5491,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5492,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5493,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5494,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5495,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5496,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5497,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5498,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5499,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5500,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5501,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5502,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5503,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5504,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5505,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5506,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5507,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5508,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5509,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5510,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5511,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5512,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5513,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5514,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5515,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5516,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5517,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5518,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5519,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5520,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5521,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5522,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5523,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5524,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5525,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5526,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5527,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5528,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5529,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5530,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5531,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5532,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5533,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5534,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5535,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5536,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5537,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5538,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5539,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5540,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5541,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5542,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5543,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5544,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5545,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5546,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5547,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5548,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5549,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5550,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5551,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5552,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5553,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5554,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5555,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5556,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5557,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5558,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5559,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5560,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5561,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5562,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5563,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5564,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5565,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5566,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5567,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5568,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5569,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5570,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5571,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5572,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5573,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5574,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5575,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5576,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5577,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5578,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5579,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5580,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5581,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5582,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5583,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5584,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5585,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5586,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5587,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5588,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5589,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5590,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5591,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5592,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5593,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5594,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5595,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5596,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5597,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5598,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5599,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5600,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5601,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5602,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5603,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5604,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5605,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5606,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5607,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5608,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5609,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5610,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5611,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5612,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5613,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5614,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5615,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5616,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5617,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5618,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5619,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5620,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5621,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5622,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5623,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5624,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5625,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5626,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5627,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5628,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5629,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5630,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5631,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5632,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5633,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5634,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5635,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5636,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5637,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5638,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5639,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5640,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5641,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5642,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5643,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5644,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5645,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5646,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5647,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5648,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5649,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5650,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5651,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5652,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5653,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5654,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5655,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5656,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5657,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5658,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5659,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5660,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5661,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5662,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5663,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5664,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5665,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5666,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5667,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5668,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5669,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5670,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5671,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5672,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5673,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5674,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5675,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5676,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5677,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5678,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5679,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5680,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5681,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5682,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5683,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5684,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5685,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5686,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5687,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5688,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5689,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5690,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5691,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5692,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5693,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5694,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5695,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5696,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5697,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5698,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5699,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5700,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5701,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5702,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5703,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5704,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5705,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5706,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5707,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5708,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5709,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5710,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5711,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5712,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5713,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5714,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5715,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5716,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5717,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5718,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5719,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5720,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5721,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5722,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5723,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5724,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5725,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5726,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5727,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5728,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5729,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5730,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5731,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5732,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5733,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5734,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5735,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5736,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5737,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5738,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5739,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5740,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5741,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5742,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5743,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5744,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5745,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5746,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5747,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5748,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5749,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5750,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5751,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5752,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5753,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5754,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5755,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5756,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5757,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5758,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5759,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5760,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5761,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5762,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5763,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5764,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5765,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5766,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5767,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5768,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5769,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5770,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5771,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5772,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5773,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5774,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5775,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5776,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5777,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5778,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5779,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5780,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5781,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5782,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5783,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5784,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5785,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5786,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5787,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5788,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5789,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5790,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5791,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5792,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5793,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5794,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5795,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5796,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5797,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5798,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5799,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5800,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5801,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5802,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5803,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5804,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5805,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5806,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5807,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5808,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5809,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5810,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5811,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5812,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5813,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5814,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5815,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5816,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5817,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5818,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5819,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5820,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5821,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5822,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5823,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5824,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5825,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5826,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5827,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5828,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5829,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5830,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5831,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5832,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5833,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5834,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5835,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5836,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5837,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5838,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5839,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5840,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5841,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5842,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5843,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5844,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5845,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5846,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5847,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5848,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5849,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5850,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5851,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5852,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5853,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5854,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5855,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5856,1.76,1.76,2.11,1.67,0.69,1.76,1.76,2.11,0.33,0.33,0.68,0
-5857,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5858,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5859,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5860,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5861,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5862,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5863,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5864,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5865,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5866,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5867,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5868,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5869,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5870,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5871,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5872,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5873,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5874,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5875,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5876,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5877,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5878,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5879,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5880,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5881,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5882,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5883,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5884,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5885,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5886,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5887,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5888,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5889,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5890,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5891,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5892,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5893,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5894,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5895,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5896,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5897,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5898,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5899,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5900,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5901,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5902,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5903,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5904,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5905,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5906,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5907,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5908,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5909,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5910,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5911,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5912,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5913,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5914,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5915,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5916,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5917,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5918,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5919,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5920,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5921,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5922,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5923,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5924,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5925,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5926,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5927,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5928,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5929,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5930,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5931,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5932,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5933,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5934,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5935,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5936,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5937,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5938,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5939,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5940,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5941,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5942,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5943,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5944,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5945,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5946,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5947,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5948,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5949,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5950,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5951,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5952,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5953,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5954,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5955,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5956,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5957,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5958,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5959,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5960,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5961,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5962,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5963,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5964,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5965,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5966,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5967,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5968,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5969,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5970,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5971,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5972,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5973,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5974,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5975,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5976,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5977,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5978,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5979,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5980,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5981,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5982,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5983,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5984,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5985,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5986,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5987,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5988,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5989,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5990,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5991,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5992,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5993,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5994,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5995,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5996,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5997,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5998,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-5999,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6000,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6001,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6002,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6003,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6004,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6005,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6006,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6007,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6008,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6009,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6010,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6011,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6012,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6013,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6014,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6015,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6016,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6017,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6018,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6019,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6020,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6021,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6022,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6023,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6024,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6025,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6026,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6027,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6028,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6029,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6030,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6031,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6032,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6033,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6034,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6035,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6036,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6037,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6038,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6039,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6040,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6041,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6042,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6043,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6044,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6045,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6046,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6047,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6048,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6049,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6050,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6051,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6052,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6053,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6054,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6055,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6056,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6057,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6058,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6059,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6060,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6061,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6062,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6063,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6064,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6065,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6066,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6067,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6068,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6069,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6070,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6071,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6072,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6073,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6074,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6075,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6076,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6077,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6078,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6079,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6080,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6081,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6082,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6083,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6084,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6085,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6086,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6087,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6088,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6089,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6090,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6091,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6092,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6093,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6094,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6095,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6096,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6097,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6098,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6099,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6100,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6101,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6102,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6103,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6104,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6105,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6106,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6107,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6108,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6109,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6110,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6111,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6112,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6113,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6114,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6115,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6116,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6117,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6118,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6119,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6120,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6121,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6122,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6123,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6124,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6125,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6126,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6127,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6128,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6129,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6130,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6131,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6132,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6133,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6134,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6135,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6136,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6137,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6138,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6139,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6140,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6141,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6142,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6143,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6144,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6145,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6146,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6147,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6148,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6149,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6150,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6151,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6152,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6153,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6154,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6155,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6156,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6157,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6158,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6159,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6160,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6161,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6162,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6163,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6164,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6165,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6166,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6167,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6168,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6169,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6170,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6171,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6172,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6173,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6174,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6175,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6176,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6177,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6178,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6179,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6180,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6181,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6182,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6183,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6184,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6185,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6186,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6187,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6188,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6189,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6190,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6191,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6192,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6193,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6194,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6195,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6196,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6197,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6198,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6199,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6200,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6201,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6202,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6203,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6204,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6205,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6206,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6207,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6208,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6209,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6210,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6211,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6212,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6213,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6214,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6215,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6216,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6217,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6218,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6219,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6220,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6221,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6222,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6223,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6224,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6225,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6226,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6227,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6228,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6229,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6230,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6231,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6232,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6233,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6234,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6235,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6236,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6237,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6238,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6239,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6240,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6241,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6242,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6243,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6244,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6245,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6246,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6247,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6248,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6249,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6250,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6251,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6252,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6253,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6254,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6255,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6256,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6257,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6258,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6259,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6260,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6261,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6262,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6263,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6264,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6265,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6266,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6267,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6268,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6269,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6270,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6271,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6272,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6273,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6274,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6275,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6276,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6277,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6278,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6279,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6280,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6281,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6282,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6283,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6284,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6285,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6286,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6287,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6288,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6289,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6290,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6291,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6292,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6293,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6294,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6295,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6296,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6297,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6298,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6299,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6300,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6301,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6302,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6303,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6304,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6305,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6306,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6307,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6308,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6309,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6310,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6311,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6312,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6313,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6314,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6315,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6316,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6317,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6318,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6319,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6320,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6321,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6322,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6323,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6324,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6325,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6326,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6327,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6328,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6329,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6330,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6331,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6332,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6333,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6334,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6335,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6336,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6337,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6338,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6339,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6340,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6341,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6342,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6343,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6344,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6345,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6346,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6347,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6348,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6349,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6350,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6351,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6352,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6353,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6354,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6355,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6356,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6357,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6358,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6359,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6360,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6361,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6362,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6363,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6364,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6365,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6366,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6367,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6368,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6369,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6370,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6371,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6372,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6373,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6374,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6375,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6376,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6377,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6378,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6379,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6380,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6381,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6382,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6383,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6384,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6385,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6386,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6387,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6388,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6389,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6390,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6391,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6392,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6393,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6394,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6395,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6396,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6397,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6398,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6399,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6400,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6401,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6402,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6403,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6404,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6405,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6406,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6407,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6408,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6409,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6410,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6411,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6412,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6413,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6414,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6415,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6416,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6417,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6418,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6419,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6420,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6421,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6422,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6423,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6424,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6425,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6426,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6427,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6428,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6429,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6430,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6431,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6432,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6433,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6434,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6435,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6436,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6437,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6438,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6439,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6440,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6441,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6442,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6443,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6444,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6445,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6446,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6447,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6448,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6449,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6450,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6451,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6452,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6453,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6454,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6455,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6456,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6457,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6458,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6459,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6460,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6461,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6462,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6463,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6464,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6465,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6466,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6467,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6468,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6469,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6470,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6471,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6472,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6473,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6474,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6475,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6476,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6477,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6478,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6479,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6480,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6481,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6482,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6483,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6484,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6485,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6486,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6487,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6488,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6489,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6490,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6491,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6492,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6493,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6494,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6495,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6496,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6497,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6498,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6499,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6500,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6501,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6502,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6503,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6504,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6505,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6506,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6507,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6508,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6509,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6510,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6511,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6512,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6513,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6514,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6515,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6516,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6517,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6518,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6519,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6520,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6521,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6522,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6523,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6524,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6525,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6526,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6527,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6528,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6529,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6530,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6531,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6532,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6533,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6534,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6535,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6536,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6537,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6538,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6539,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6540,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6541,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6542,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6543,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6544,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6545,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6546,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6547,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6548,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6549,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6550,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6551,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6552,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6553,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6554,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6555,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6556,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6557,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6558,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6559,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6560,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6561,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6562,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6563,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6564,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6565,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6566,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6567,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6568,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6569,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6570,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6571,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6572,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6573,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6574,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6575,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6576,1.75,1.75,2.11,1.67,0.69,1.75,1.75,2.11,0.32,0.32,0.68,0
-6577,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6578,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6579,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6580,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6581,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6582,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6583,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6584,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6585,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6586,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6587,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6588,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6589,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6590,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6591,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6592,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6593,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6594,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6595,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6596,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6597,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6598,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6599,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6600,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6601,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6602,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6603,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6604,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6605,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6606,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6607,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6608,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6609,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6610,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6611,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6612,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6613,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6614,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6615,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6616,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6617,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6618,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6619,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6620,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6621,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6622,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6623,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6624,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6625,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6626,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6627,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6628,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6629,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6630,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6631,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6632,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6633,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6634,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6635,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6636,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6637,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6638,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6639,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6640,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6641,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6642,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6643,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6644,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6645,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6646,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6647,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6648,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6649,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6650,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6651,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6652,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6653,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6654,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6655,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6656,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6657,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6658,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6659,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6660,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6661,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6662,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6663,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6664,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6665,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6666,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6667,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6668,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6669,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6670,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6671,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6672,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6673,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6674,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6675,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6676,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6677,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6678,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6679,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6680,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6681,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6682,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6683,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6684,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6685,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6686,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6687,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6688,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6689,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6690,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6691,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6692,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6693,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6694,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6695,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6696,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6697,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6698,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6699,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6700,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6701,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6702,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6703,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6704,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6705,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6706,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6707,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6708,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6709,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6710,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6711,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6712,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6713,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6714,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6715,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6716,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6717,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6718,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6719,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6720,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6721,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6722,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6723,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6724,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6725,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6726,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6727,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6728,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6729,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6730,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6731,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6732,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6733,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6734,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6735,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6736,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6737,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6738,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6739,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6740,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6741,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6742,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6743,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6744,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6745,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6746,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6747,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6748,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6749,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6750,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6751,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6752,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6753,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6754,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6755,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6756,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6757,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6758,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6759,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6760,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6761,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6762,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6763,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6764,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6765,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6766,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6767,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6768,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6769,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6770,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6771,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6772,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6773,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6774,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6775,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6776,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6777,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6778,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6779,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6780,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6781,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6782,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6783,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6784,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6785,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6786,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6787,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6788,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6789,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6790,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6791,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6792,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6793,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6794,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6795,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6796,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6797,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6798,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6799,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6800,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6801,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6802,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6803,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6804,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6805,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6806,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6807,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6808,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6809,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6810,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6811,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6812,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6813,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6814,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6815,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6816,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6817,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6818,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6819,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6820,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6821,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6822,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6823,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6824,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6825,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6826,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6827,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6828,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6829,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6830,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6831,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6832,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6833,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6834,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6835,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6836,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6837,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6838,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6839,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6840,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6841,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6842,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6843,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6844,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6845,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6846,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6847,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6848,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6849,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6850,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6851,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6852,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6853,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6854,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6855,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6856,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6857,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6858,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6859,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6860,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6861,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6862,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6863,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6864,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6865,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6866,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6867,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6868,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6869,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6870,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6871,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6872,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6873,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6874,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6875,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6876,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6877,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6878,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6879,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6880,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6881,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6882,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6883,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6884,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6885,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6886,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6887,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6888,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6889,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6890,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6891,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6892,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6893,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6894,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6895,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6896,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6897,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6898,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6899,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6900,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6901,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6902,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6903,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6904,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6905,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6906,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6907,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6908,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6909,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6910,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6911,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6912,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6913,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6914,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6915,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6916,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6917,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6918,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6919,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6920,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6921,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6922,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6923,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6924,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6925,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6926,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6927,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6928,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6929,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6930,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6931,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6932,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6933,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6934,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6935,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6936,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6937,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6938,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6939,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6940,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6941,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6942,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6943,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6944,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6945,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6946,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6947,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6948,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6949,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6950,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6951,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6952,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6953,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6954,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6955,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6956,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6957,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6958,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6959,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6960,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6961,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6962,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6963,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6964,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6965,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6966,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6967,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6968,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6969,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6970,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6971,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6972,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6973,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6974,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6975,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6976,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6977,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6978,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6979,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6980,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6981,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6982,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6983,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6984,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6985,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6986,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6987,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6988,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6989,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6990,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6991,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6992,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6993,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6994,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6995,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6996,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6997,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6998,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-6999,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7000,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7001,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7002,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7003,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7004,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7005,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7006,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7007,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7008,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7009,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7010,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7011,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7012,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7013,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7014,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7015,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7016,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7017,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7018,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7019,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7020,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7021,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7022,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7023,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7024,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7025,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7026,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7027,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7028,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7029,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7030,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7031,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7032,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7033,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7034,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7035,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7036,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7037,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7038,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7039,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7040,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7041,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7042,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7043,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7044,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7045,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7046,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7047,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7048,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7049,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7050,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7051,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7052,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7053,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7054,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7055,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7056,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7057,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7058,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7059,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7060,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7061,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7062,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7063,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7064,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7065,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7066,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7067,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7068,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7069,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7070,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7071,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7072,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7073,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7074,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7075,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7076,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7077,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7078,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7079,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7080,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7081,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7082,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7083,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7084,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7085,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7086,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7087,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7088,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7089,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7090,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7091,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7092,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7093,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7094,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7095,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7096,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7097,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7098,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7099,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7100,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7101,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7102,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7103,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7104,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7105,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7106,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7107,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7108,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7109,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7110,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7111,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7112,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7113,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7114,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7115,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7116,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7117,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7118,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7119,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7120,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7121,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7122,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7123,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7124,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7125,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7126,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7127,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7128,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7129,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7130,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7131,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7132,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7133,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7134,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7135,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7136,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7137,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7138,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7139,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7140,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7141,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7142,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7143,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7144,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7145,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7146,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7147,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7148,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7149,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7150,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7151,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7152,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7153,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7154,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7155,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7156,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7157,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7158,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7159,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7160,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7161,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7162,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7163,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7164,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7165,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7166,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7167,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7168,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7169,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7170,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7171,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7172,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7173,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7174,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7175,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7176,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7177,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7178,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7179,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7180,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7181,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7182,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7183,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7184,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7185,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7186,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7187,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7188,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7189,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7190,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7191,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7192,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7193,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7194,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7195,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7196,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7197,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7198,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7199,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7200,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7201,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7202,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7203,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7204,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7205,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7206,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7207,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7208,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7209,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7210,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7211,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7212,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7213,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7214,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7215,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7216,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7217,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7218,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7219,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7220,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7221,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7222,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7223,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7224,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7225,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7226,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7227,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7228,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7229,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7230,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7231,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7232,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7233,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7234,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7235,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7236,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7237,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7238,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7239,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7240,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7241,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7242,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7243,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7244,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7245,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7246,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7247,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7248,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7249,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7250,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7251,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7252,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7253,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7254,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7255,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7256,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7257,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7258,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7259,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7260,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7261,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7262,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7263,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7264,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7265,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7266,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7267,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7268,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7269,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7270,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7271,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7272,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7273,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7274,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7275,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7276,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7277,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7278,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7279,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7280,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7281,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7282,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7283,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7284,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7285,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7286,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7287,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7288,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7289,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7290,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7291,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7292,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7293,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7294,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7295,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7296,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7297,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7298,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7299,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7300,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7301,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7302,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7303,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7304,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7305,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7306,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7307,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7308,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7309,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7310,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7311,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7312,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7313,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7314,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7315,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7316,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7317,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7318,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7319,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7320,1.63,1.63,1.81,1.67,0.69,1.63,1.63,1.81,0.2,0.2,0.38,0
-7321,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7322,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7323,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7324,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7325,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7326,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7327,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7328,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7329,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7330,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7331,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7332,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7333,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7334,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7335,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7336,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7337,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7338,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7339,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7340,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7341,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7342,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7343,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7344,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7345,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7346,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7347,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7348,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7349,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7350,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7351,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7352,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7353,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7354,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7355,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7356,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7357,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7358,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7359,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7360,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7361,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7362,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7363,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7364,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7365,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7366,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7367,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7368,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7369,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7370,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7371,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7372,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7373,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7374,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7375,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7376,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7377,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7378,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7379,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7380,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7381,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7382,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7383,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7384,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7385,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7386,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7387,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7388,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7389,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7390,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7391,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7392,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7393,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7394,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7395,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7396,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7397,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7398,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7399,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7400,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7401,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7402,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7403,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7404,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7405,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7406,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7407,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7408,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7409,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7410,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7411,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7412,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7413,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7414,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7415,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7416,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7417,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7418,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7419,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7420,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7421,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7422,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7423,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7424,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7425,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7426,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7427,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7428,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7429,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7430,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7431,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7432,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7433,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7434,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7435,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7436,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7437,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7438,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7439,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7440,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7441,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7442,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7443,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7444,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7445,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7446,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7447,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7448,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7449,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7450,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7451,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7452,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7453,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7454,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7455,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7456,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7457,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7458,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7459,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7460,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7461,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7462,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7463,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7464,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7465,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7466,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7467,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7468,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7469,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7470,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7471,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7472,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7473,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7474,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7475,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7476,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7477,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7478,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7479,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7480,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7481,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7482,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7483,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7484,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7485,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7486,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7487,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7488,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7489,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7490,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7491,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7492,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7493,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7494,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7495,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7496,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7497,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7498,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7499,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7500,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7501,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7502,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7503,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7504,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7505,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7506,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7507,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7508,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7509,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7510,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7511,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7512,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7513,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7514,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7515,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7516,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7517,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7518,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7519,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7520,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7521,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7522,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7523,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7524,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7525,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7526,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7527,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7528,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7529,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7530,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7531,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7532,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7533,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7534,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7535,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7536,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7537,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7538,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7539,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7540,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7541,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7542,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7543,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7544,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7545,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7546,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7547,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7548,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7549,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7550,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7551,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7552,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7553,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7554,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7555,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7556,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7557,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7558,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7559,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7560,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7561,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7562,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7563,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7564,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7565,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7566,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7567,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7568,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7569,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7570,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7571,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7572,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7573,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7574,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7575,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7576,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7577,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7578,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7579,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7580,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7581,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7582,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7583,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7584,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7585,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7586,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7587,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7588,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7589,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7590,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7591,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7592,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7593,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7594,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7595,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7596,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7597,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7598,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7599,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7600,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7601,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7602,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7603,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7604,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7605,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7606,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7607,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7608,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7609,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7610,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7611,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7612,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7613,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7614,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7615,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7616,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7617,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7618,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7619,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7620,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7621,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7622,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7623,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7624,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7625,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7626,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7627,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7628,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7629,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7630,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7631,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7632,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7633,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7634,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7635,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7636,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7637,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7638,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7639,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7640,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7641,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7642,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7643,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7644,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7645,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7646,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7647,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7648,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7649,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7650,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7651,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7652,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7653,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7654,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7655,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7656,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7657,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7658,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7659,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7660,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7661,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7662,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7663,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7664,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7665,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7666,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7667,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7668,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7669,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7670,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7671,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7672,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7673,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7674,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7675,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7676,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7677,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7678,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7679,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7680,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7681,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7682,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7683,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7684,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7685,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7686,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7687,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7688,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7689,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7690,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7691,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7692,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7693,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7694,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7695,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7696,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7697,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7698,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7699,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7700,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7701,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7702,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7703,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7704,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7705,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7706,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7707,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7708,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7709,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7710,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7711,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7712,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7713,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7714,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7715,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7716,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7717,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7718,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7719,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7720,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7721,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7722,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7723,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7724,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7725,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7726,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7727,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7728,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7729,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7730,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7731,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7732,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7733,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7734,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7735,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7736,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7737,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7738,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7739,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7740,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7741,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7742,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7743,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7744,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7745,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7746,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7747,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7748,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7749,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7750,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7751,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7752,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7753,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7754,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7755,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7756,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7757,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7758,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7759,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7760,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7761,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7762,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7763,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7764,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7765,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7766,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7767,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7768,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7769,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7770,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7771,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7772,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7773,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7774,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7775,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7776,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7777,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7778,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7779,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7780,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7781,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7782,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7783,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7784,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7785,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7786,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7787,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7788,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7789,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7790,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7791,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7792,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7793,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7794,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7795,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7796,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7797,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7798,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7799,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7800,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7801,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7802,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7803,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7804,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7805,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7806,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7807,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7808,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7809,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7810,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7811,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7812,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7813,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7814,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7815,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7816,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7817,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7818,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7819,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7820,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7821,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7822,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7823,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7824,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7825,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7826,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7827,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7828,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7829,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7830,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7831,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7832,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7833,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7834,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7835,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7836,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7837,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7838,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7839,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7840,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7841,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7842,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7843,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7844,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7845,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7846,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7847,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7848,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7849,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7850,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7851,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7852,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7853,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7854,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7855,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7856,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7857,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7858,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7859,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7860,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7861,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7862,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7863,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7864,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7865,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7866,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7867,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7868,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7869,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7870,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7871,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7872,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7873,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7874,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7875,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7876,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7877,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7878,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7879,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7880,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7881,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7882,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7883,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7884,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7885,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7886,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7887,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7888,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7889,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7890,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7891,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7892,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7893,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7894,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7895,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7896,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7897,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7898,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7899,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7900,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7901,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7902,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7903,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7904,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7905,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7906,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7907,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7908,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7909,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7910,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7911,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7912,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7913,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7914,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7915,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7916,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7917,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7918,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7919,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7920,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7921,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7922,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7923,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7924,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7925,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7926,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7927,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7928,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7929,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7930,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7931,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7932,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7933,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7934,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7935,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7936,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7937,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7938,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7939,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7940,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7941,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7942,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7943,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7944,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7945,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7946,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7947,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7948,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7949,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7950,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7951,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7952,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7953,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7954,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7955,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7956,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7957,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7958,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7959,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7960,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7961,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7962,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7963,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7964,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7965,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7966,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7967,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7968,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7969,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7970,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7971,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7972,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7973,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7974,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7975,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7976,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7977,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7978,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7979,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7980,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7981,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7982,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7983,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7984,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7985,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7986,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7987,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7988,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7989,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7990,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7991,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7992,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7993,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7994,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7995,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7996,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7997,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7998,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-7999,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8000,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8001,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8002,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8003,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8004,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8005,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8006,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8007,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8008,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8009,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8010,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8011,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8012,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8013,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8014,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8015,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8016,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8017,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8018,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8019,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8020,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8021,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8022,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8023,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8024,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8025,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8026,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8027,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8028,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8029,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8030,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8031,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8032,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8033,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8034,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8035,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8036,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8037,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8038,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8039,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8040,2.78,2.78,2.74,1.67,0.69,2.78,2.78,2.74,1.35,1.35,1.31,0
-8041,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8042,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8043,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8044,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8045,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8046,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8047,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8048,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8049,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8050,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8051,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8052,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8053,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8054,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8055,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8056,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8057,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8058,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8059,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8060,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8061,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8062,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8063,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8064,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8065,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8066,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8067,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8068,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8069,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8070,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8071,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8072,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8073,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8074,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8075,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8076,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8077,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8078,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8079,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8080,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8081,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8082,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8083,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8084,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8085,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8086,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8087,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8088,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8089,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8090,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8091,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8092,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8093,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8094,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8095,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8096,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8097,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8098,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8099,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8100,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8101,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8102,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8103,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8104,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8105,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8106,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8107,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8108,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8109,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8110,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8111,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8112,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8113,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8114,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8115,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8116,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8117,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8118,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8119,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8120,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8121,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8122,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8123,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8124,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8125,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8126,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8127,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8128,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8129,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8130,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8131,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8132,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8133,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8134,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8135,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8136,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8137,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8138,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8139,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8140,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8141,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8142,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8143,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8144,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8145,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8146,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8147,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8148,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8149,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8150,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8151,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8152,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8153,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8154,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8155,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8156,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8157,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8158,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8159,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8160,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8161,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8162,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8163,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8164,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8165,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8166,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8167,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8168,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8169,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8170,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8171,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8172,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8173,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8174,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8175,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8176,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8177,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8178,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8179,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8180,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8181,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8182,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8183,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8184,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8185,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8186,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8187,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8188,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8189,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8190,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8191,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8192,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8193,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8194,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8195,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8196,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8197,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8198,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8199,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8200,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8201,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8202,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8203,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8204,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8205,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8206,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8207,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8208,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8209,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8210,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8211,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8212,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8213,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8214,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8215,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8216,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8217,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8218,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8219,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8220,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8221,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8222,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8223,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8224,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8225,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8226,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8227,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8228,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8229,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8230,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8231,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8232,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8233,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8234,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8235,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8236,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8237,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8238,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8239,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8240,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8241,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8242,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8243,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8244,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8245,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8246,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8247,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8248,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8249,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8250,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8251,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8252,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8253,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8254,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8255,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8256,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8257,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8258,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8259,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8260,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8261,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8262,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8263,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8264,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8265,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8266,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8267,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8268,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8269,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8270,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8271,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8272,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8273,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8274,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8275,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8276,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8277,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8278,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8279,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8280,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8281,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8282,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8283,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8284,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8285,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8286,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8287,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8288,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8289,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8290,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8291,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8292,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8293,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8294,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8295,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8296,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8297,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8298,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8299,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8300,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8301,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8302,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8303,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8304,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8305,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8306,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8307,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8308,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8309,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8310,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8311,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8312,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8313,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8314,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8315,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8316,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8317,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8318,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8319,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8320,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8321,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8322,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8323,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8324,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8325,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8326,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8327,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8328,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8329,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8330,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8331,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8332,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8333,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8334,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8335,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8336,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8337,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8338,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8339,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8340,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8341,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8342,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8343,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8344,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8345,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8346,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8347,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8348,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8349,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8350,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8351,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8352,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8353,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8354,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8355,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8356,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8357,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8358,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8359,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8360,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8361,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8362,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8363,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8364,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8365,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8366,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8367,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8368,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8369,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8370,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8371,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8372,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8373,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8374,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8375,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8376,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8377,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8378,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8379,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8380,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8381,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8382,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8383,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8384,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8385,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8386,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8387,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8388,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8389,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8390,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8391,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8392,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8393,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8394,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8395,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8396,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8397,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8398,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8399,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8400,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8401,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8402,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8403,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8404,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8405,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8406,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8407,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8408,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8409,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8410,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8411,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8412,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8413,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8414,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8415,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8416,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8417,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8418,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8419,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8420,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8421,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8422,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8423,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8424,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8425,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8426,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8427,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8428,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8429,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8430,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8431,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8432,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8433,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8434,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8435,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8436,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8437,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8438,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8439,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8440,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8441,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8442,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8443,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8444,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8445,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8446,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8447,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8448,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8449,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8450,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8451,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8452,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8453,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8454,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8455,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8456,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8457,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8458,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8459,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8460,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8461,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8462,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8463,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8464,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8465,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8466,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8467,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8468,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8469,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8470,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8471,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8472,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8473,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8474,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8475,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8476,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8477,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8478,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8479,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8480,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8481,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8482,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8483,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8484,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8485,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8486,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8487,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8488,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8489,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8490,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8491,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8492,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8493,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8494,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8495,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8496,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8497,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8498,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8499,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8500,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8501,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8502,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8503,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8504,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8505,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8506,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8507,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8508,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8509,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8510,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8511,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8512,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8513,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8514,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8515,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8516,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8517,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8518,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8519,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8520,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8521,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8522,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8523,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8524,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8525,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8526,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8527,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8528,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8529,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8530,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8531,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8532,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8533,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8534,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8535,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8536,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8537,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8538,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8539,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8540,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8541,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8542,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8543,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8544,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8545,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8546,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8547,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8548,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8549,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8550,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8551,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8552,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8553,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8554,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8555,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8556,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8557,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8558,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8559,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8560,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8561,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8562,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8563,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8564,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8565,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8566,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8567,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8568,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8569,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8570,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8571,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8572,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8573,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8574,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8575,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8576,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8577,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8578,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8579,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8580,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8581,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8582,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8583,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8584,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8585,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8586,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8587,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8588,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8589,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8590,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8591,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8592,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8593,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8594,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8595,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8596,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8597,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8598,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8599,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8600,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8601,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8602,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8603,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8604,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8605,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8606,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8607,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8608,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8609,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8610,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8611,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8612,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8613,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8614,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8615,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8616,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8617,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8618,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8619,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8620,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8621,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8622,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8623,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8624,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8625,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8626,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8627,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8628,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8629,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8630,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8631,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8632,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8633,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8634,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8635,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8636,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8637,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8638,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8639,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8640,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8641,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8642,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8643,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8644,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8645,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8646,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8647,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8648,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8649,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8650,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8651,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8652,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8653,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8654,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8655,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8656,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8657,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8658,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8659,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8660,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8661,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8662,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8663,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8664,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8665,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8666,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8667,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8668,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8669,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8670,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8671,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8672,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8673,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8674,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8675,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8676,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8677,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8678,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8679,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8680,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8681,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8682,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8683,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8684,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8685,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8686,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8687,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8688,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8689,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8690,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8691,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8692,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8693,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8694,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8695,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8696,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8697,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8698,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8699,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8700,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8701,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8702,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8703,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8704,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8705,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8706,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8707,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8708,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8709,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8710,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8711,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8712,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8713,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8714,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8715,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8716,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8717,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8718,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8719,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8720,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8721,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8722,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8723,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8724,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8725,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8726,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8727,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8728,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8729,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8730,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8731,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8732,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8733,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8734,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8735,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8736,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8737,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8738,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8739,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8740,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8741,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8742,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8743,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8744,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8745,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8746,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8747,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8748,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8749,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8750,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8751,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8752,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8753,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8754,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8755,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8756,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8757,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8758,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8759,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
-8760,3.78,3.78,4.28,1.67,0.69,3.78,3.78,4.28,2.35,2.35,2.85,0
\ No newline at end of file
diff --git a/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p2/Generators_variability.csv b/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p2/Generators_variability.csv
deleted file mode 100644
index e167444dd7..0000000000
--- a/Example_Systems/RealSystemExample/ISONE_Trizone_MultiStage/Inputs/Inputs_p2/Generators_variability.csv
+++ /dev/null
@@ -1,8761 +0,0 @@
-Time_Index,NENGREST_biomass_1,NENGREST_conventional_hydroelectric_1,NENGREST_hydroelectric_pumped_storage_1,NENGREST_natural_gas_fired_combined_cycle_1,NENGREST_natural_gas_fired_combined_cycle_2,NENGREST_natural_gas_fired_combustion_turbine_1,NENGREST_natural_gas_fired_combustion_turbine_2,NENGREST_natural_gas_steam_turbine_1,NENGREST_nuclear_1,NENGREST_offshore_wind_turbine_1,NENGREST_onshore_wind_turbine_1,NENGREST_small_hydroelectric_1,NENGREST_solar_photovoltaic_1,NENG_CT_biomass_1,NENG_CT_conventional_hydroelectric_1,NENG_CT_hydroelectric_pumped_storage_1,NENG_CT_natural_gas_fired_combined_cycle_1,NENG_CT_natural_gas_fired_combined_cycle_2,NENG_CT_natural_gas_fired_combustion_turbine_1,NENG_CT_natural_gas_fired_combustion_turbine_2,NENG_CT_nuclear_1,NENG_CT_onshore_wind_turbine_1,NENG_CT_small_hydroelectric_1,NENG_CT_solar_photovoltaic_1,NENG_ME_biomass_1,NENG_ME_conventional_hydroelectric_1,NENG_ME_natural_gas_fired_combined_cycle_1,NENG_ME_natural_gas_fired_combined_cycle_2,NENG_ME_natural_gas_fired_combustion_turbine_1,NENG_ME_onshore_wind_turbine_1,NENG_ME_small_hydroelectric_1,NENG_ME_solar_photovoltaic_1,NENGREST_naturalgas_ccccsavgcf_mid_0,NENGREST_naturalgas_ccavgcf_mid_0,NENGREST_naturalgas_ctavgcf_mid_0,NENGREST_battery_mid_0,NENGREST_naturalgas_ccs100_mid_0,NENGREST_landbasedwind_ltrg1_mid_130_1,NENGREST_utilitypv_losangeles_mid_80_0_2_1,NENGREST_offshorewind_otrg3_mid_fixed_1_176_77_1,NENG_CT_naturalgas_ccccsavgcf_mid_0,NENG_CT_naturalgas_ccavgcf_mid_0,NENG_CT_naturalgas_ctavgcf_mid_0,NENG_CT_battery_mid_0,NENG_CT_naturalgas_ccs100_mid_0,NENG_CT_landbasedwind_ltrg1_mid_110_1,NENG_CT_utilitypv_losangeles_mid_80_0_2_1,NENG_CT_offshorewind_otrg3_mid_fixed_1_176_77_1,NENG_ME_naturalgas_ccccsavgcf_mid_0,NENG_ME_naturalgas_ccavgcf_mid_0,NENG_ME_naturalgas_ctavgcf_mid_0,NENG_ME_battery_mid_0,NENG_ME_naturalgas_ccs100_mid_0,NENG_ME_landbasedwind_ltrg1_mid_110_1,NENG_ME_utilitypv_losangeles_mid_100_0_2_1,NENGREST_heat_load_shifting_1,NENG_CT_heat_load_shifting_1,NENG_ME_heat_load_shifting_1
-0,1,0.4136,1,1,1,1,1,1,1,1,0.2949,0.4136,0,1,0.3184,1,1,1,1,1,1,0.1727,0.3184,0,1,0.6451,1,1,1,0.5246,0.6451,0,1,1,1,1,1,0.396942616,0,0.692882299,1,1,1,1,1,0.227019295,0,0.100365713,1,1,1,1,1,0.750804782,0,0.469610923,0.469642479,0.469858156
-1,1,0.4135,1,1,1,1,1,1,1,1,0.2855,0.4135,0,1,0.3184,1,1,1,1,1,1,0.1644,0.3184,0,1,0.6452,1,1,1,0.5049,0.6452,0,1,1,1,1,1,0.351704359,0,0.756700516,1,1,1,1,1,0.235586584,0,0.267657876,1,1,1,1,1,0.71875,0,0.444055099,0.444044849,0.444148936
-2,1,0.4134,1,1,1,1,1,1,1,1,0.2822,0.4134,0,1,0.3184,1,1,1,1,1,1,0.2645,0.3184,0,1,0.6453,1,1,1,0.4734,0.6453,0,1,1,1,1,1,0.397691101,0,0.573801279,1,1,1,1,1,0.297784984,0,0.260432482,1,1,1,1,1,0.628944397,0,0.425144998,0.425005289,0.425088652
-3,1,0.4132,1,1,1,1,1,1,1,1,0.2999,0.4132,0,1,0.3184,1,1,1,1,1,1,0.214,0.3184,0,1,0.6454,1,1,1,0.443,0.6454,0,1,1,1,1,1,0.427253336,0,0.457804859,1,1,1,1,1,0.25886327,0,0.229244262,1,1,1,1,1,0.579314351,0,0.415538908,0.415697059,0.415780142
-4,1,0.4131,1,1,1,1,1,1,1,1,0.2623,0.4131,0,1,0.3184,1,1,1,1,1,1,0.1407,0.3184,0,1,0.6455,1,1,1,0.4305,0.6455,0,1,1,1,1,1,0.339119017,0,0.468307495,1,1,1,1,1,0.153275698,0,0.092216238,1,1,1,1,1,0.528715968,0,0.414088932,0.414004654,0.414007092
-5,1,0.413,1,1,1,1,1,1,1,1,0.1912,0.413,0,1,0.3184,1,1,1,1,1,1,0.0858,0.3184,0,1,0.6456,1,1,1,0.3967,0.6456,0,1,1,1,1,1,0.236915365,0,0.412337005,1,1,1,1,1,0.099269398,0,0.104046598,1,1,1,1,1,0.454047352,0,0.421399227,0.421408927,0.421542553
-6,1,0.4128,1,1,1,1,1,1,1,1,0.136,0.4128,0,1,0.3183,1,1,1,1,1,1,0.1152,0.3183,0,1,0.6457,1,1,1,0.342,0.6457,0,1,1,1,1,1,0.193665192,0,0.262161851,1,1,1,1,1,0.12413507,0,0.04129529,1,1,1,1,1,0.373771489,0,0.437046883,0.437063677,0.437056738
-7,1,0.4127,1,1,1,1,1,1,1,1,0.1334,0.4127,0,1,0.3183,1,1,1,1,1,1,0.1681,0.3183,0,1,0.6458,1,1,1,0.2295,0.6458,0,1,1,1,1,1,0.214257017,0,0.125884831,1,1,1,1,1,0.171423361,0,0.014864398,1,1,1,1,1,0.307659447,0,0.451244563,0.451237571,0.451241135
-8,1,0.4126,1,1,1,1,1,1,1,1,0.0745,0.4126,0.1779,1,0.3183,1,1,1,1,1,1,0.1389,0.3183,0.2003,1,0.6459,1,1,1,0.1839,0.6459,0.0921,1,1,1,1,1,0.137640193,0.307505727,0.016297186,1,1,1,1,1,0.140140936,0.349100381,0.035862304,1,1,1,1,1,0.271249354,0.322813988,0.475350411,0.475354347,0.475177305
-9,1,0.4124,1,1,1,1,1,1,1,1,0.0048,0.4124,0.429,1,0.3183,1,1,1,1,1,1,0,0.3183,0.4221,1,0.646,1,1,1,0.0605,0.646,0.3908,1,1,1,1,1,0.001854794,0.664258897,0.006198792,1,1,1,1,1,0,0.649626613,0.058487438,1,1,1,1,1,0.041609347,0.698319793,0.498852102,0.498836471,0.499113475
-10,1,0.4123,1,1,1,1,1,1,1,1,0.0102,0.4123,0.5748,1,0.3183,1,1,1,1,1,1,0,0.3183,0.5774,1,0.6461,1,1,1,0.02,0.6461,0.5199,1,1,1,1,1,0.001021812,0.806394994,0.004277106,1,1,1,1,1,0,0.817615747,0.048426706,1,1,1,1,1,0.017806141,0.848766565,0.513110198,0.513010366,0.51285461
-11,1,0.4121,1,1,1,1,1,1,1,1,0.0157,0.4121,0.6484,1,0.3183,1,1,1,1,1,1,0,0.3183,0.6504,1,0.6462,1,1,1,0.0054,0.6462,0.5648,1,1,1,1,1,0.000917067,0.890713811,0.008617217,1,1,1,1,1,0.000700216,0.874043703,0.054960214,1,1,1,1,1,0.005531413,0.923345685,0.518366361,0.518299133,0.518617021
-12,1,0.412,1,1,1,1,1,1,1,1,0.0189,0.412,0.6208,1,0.3183,1,1,1,1,1,1,0.0381,0.3183,0.6166,1,0.6463,1,1,1,0.0009,0.6463,0.5842,1,1,1,1,1,0.001747156,0.851356745,0.138515979,1,1,1,1,1,0.036487028,0.881147265,0.092642143,1,1,1,1,1,0.007275489,0.939960599,0.520843403,0.520837741,0.521276596
-13,1,0.4119,1,1,1,1,1,1,1,1,0.0143,0.4119,0.596,1,0.3183,1,1,1,1,1,1,0.1596,0.3183,0.6205,1,0.6464,1,1,1,0.0022,0.6464,0.5502,1,1,1,1,1,0.002922443,0.827452779,0.164322734,1,1,1,1,1,0.142956242,0.858554244,0.275910497,1,1,1,1,1,0.013224672,0.819240212,0.516191397,0.516183626,0.516400709
-14,1,0.4117,1,1,1,1,1,1,1,1,0.0458,0.4117,0.5013,1,0.3183,1,1,1,1,1,1,0.1289,0.3183,0.513,1,0.6465,1,1,1,0.0013,0.6465,0.4342,1,1,1,1,1,0.032402053,0.734777331,0.15682584,1,1,1,1,1,0.137140393,0.767803848,0.46294868,1,1,1,1,1,0.015135724,0.684976399,0.511056066,0.51110641,0.51108156
-15,1,0.4116,1,1,1,1,1,1,1,1,0.067,0.4116,0.3311,1,0.3183,1,1,1,1,1,1,0.1519,0.3183,0.3369,1,0.6466,1,1,1,0.0144,0.6466,0.2639,1,1,1,1,1,0.063479923,0.490042329,0.114826471,1,1,1,1,1,0.152674079,0.544382453,0.8360641,1,1,1,1,1,0.047520526,0.462253869,0.514076849,0.514068119,0.514184397
-16,1,0.4115,1,1,1,1,1,1,1,1,0.0606,0.4115,0.0642,1,0.3183,1,1,1,1,1,1,0.1017,0.3183,0.1068,1,0.6467,1,1,1,0.0585,0.6467,0.0101,1,1,1,1,1,0.04487535,0.181476921,0.14554593,1,1,1,1,1,0.100329429,0.254588842,0.683939576,1,1,1,1,1,0.162931502,4.89E-06,0.564101015,0.563994077,0.56427305
-17,1,0.4113,1,1,1,1,1,1,1,1,0.1477,0.4113,0,1,0.3183,1,1,1,1,1,1,0.3104,0.3183,0,1,0.6468,1,1,1,0.1846,0.6468,0,1,1,1,1,1,0.181191564,0,0.555196047,1,1,1,1,1,0.355215728,0,0.775931239,1,1,1,1,1,0.392363906,0,0.611648139,0.611804527,0.611702128
-18,1,0.4112,1,1,1,1,1,1,1,1,0.3617,0.4112,0,1,0.3183,1,1,1,1,1,1,0.3362,0.3183,0,1,0.6469,1,1,1,0.2693,0.6469,0,1,1,1,1,1,0.402027905,0,0.834268093,1,1,1,1,1,0.43245405,0,0.868137777,1,1,1,1,1,0.55997026,0,0.608083615,0.607996615,0.608156028
-19,1,0.4111,1,1,1,1,1,1,1,1,0.3334,0.4111,0,1,0.3183,1,1,1,1,1,1,0.295,0.3183,0,1,0.647,1,1,1,0.3721,0.647,0,1,1,1,1,1,0.39749518,0,0.727838397,1,1,1,1,1,0.356460899,0,0.465393215,1,1,1,1,1,0.690556824,0,0.589475592,0.589591707,0.589539007
-20,1,0.4109,1,1,1,1,1,1,1,1,0.3371,0.4109,0,1,0.3183,1,1,1,1,1,1,0.3486,0.3183,0,1,0.6471,1,1,1,0.4032,0.6471,0,1,1,1,1,1,0.496466726,0,0.715845704,1,1,1,1,1,0.360006928,0,0.662286997,1,1,1,1,1,0.705738544,0,0.567665539,0.567801989,0.567819149
-21,1,0.4108,1,1,1,1,1,1,1,1,0.3655,0.4108,0,1,0.3183,1,1,1,1,1,1,0.402,0.3183,0,1,0.6472,1,1,1,0.4321,0.6472,0,1,1,1,1,1,0.473803699,0,0.997990131,1,1,1,1,1,0.485178649,0,1,1,1,1,1,1,0.706102192,0,0.537276462,0.537338693,0.537677305
-22,1,0.4107,1,1,1,1,1,1,1,1,0.3239,0.4107,0,1,0.3183,1,1,1,1,1,1,0.5832,0.3183,0,1,0.6473,1,1,1,0.3869,0.6473,0,1,1,1,1,1,0.41893515,0,1,1,1,1,1,1,0.574807107,0,1,1,1,1,1,1,0.678121626,0,0.499637506,0.499682674,0.5
-23,1,0.4105,1,1,1,1,1,1,1,1,0.3099,0.4105,0,1,0.3183,1,1,1,1,1,1,0.2323,0.3183,0,1,0.6474,1,1,1,0.3839,0.6474,0,1,1,1,1,1,0.284269661,0,1,1,1,1,1,1,0.278674126,0,1,1,1,1,1,1,0.698061824,0,0.457467376,0.457372541,0.457446809
-24,1,0.4104,1,1,1,1,1,1,1,1,0.2563,0.4104,0,1,0.3183,1,1,1,1,1,1,0.1156,0.3183,0,1,0.6475,1,1,1,0.3826,0.6475,0,1,1,1,1,1,0.188350141,0,1,1,1,1,1,1,0.139861226,0,1,1,1,1,1,1,0.621020198,0,0.421761721,0.421832029,0.421985816
-25,1,0.4103,1,1,1,1,1,1,1,1,0.2859,0.4103,0,1,0.3183,1,1,1,1,1,1,0.1172,0.3183,0,1,0.6476,1,1,1,0.371,0.6476,0,1,1,1,1,1,0.224506184,0,1,1,1,1,1,1,0.168102473,0,1,1,1,1,1,1,0.474156827,0,0.400132914,0.40004231,0.400265957
-26,1,0.4101,1,1,1,1,1,1,1,1,0.3088,0.4101,0,1,0.3183,1,1,1,1,1,1,0.2896,0.3183,0,1,0.6477,1,1,1,0.398,0.6477,0,1,1,1,1,1,0.251233041,0,1,1,1,1,1,1,0.320846438,0,1,1,1,1,1,1,0.397637963,0,0.389741421,0.389676327,0.390070922
-27,1,0.41,1,1,1,1,1,1,1,1,0.4519,0.41,0,1,0.3183,1,1,1,1,1,1,0.3875,0.3183,0,1,0.6478,1,1,1,0.4724,0.6478,0,1,1,1,1,1,0.423246384,0,1,1,1,1,1,1,0.398732245,0,1,1,1,1,1,1,0.459125578,0,0.387324795,0.38734927,0.387411348
-28,1,0.4099,1,1,1,1,1,1,1,1,0.5653,0.4099,0,1,0.3183,1,1,1,1,1,1,0.1827,0.3183,0,1,0.6479,1,1,1,0.3937,0.6479,0,1,1,1,1,1,0.421854436,0,1,1,1,1,1,1,0.229090437,0,1,1,1,1,1,1,0.582124412,0,0.395903818,0.395811297,0.395833333
-29,1,0.4097,1,1,1,1,1,1,1,1,0.4498,0.4097,0,1,0.3183,1,1,1,1,1,1,0.163,0.3183,0,1,0.648,1,1,1,0.2414,0.648,0,1,1,1,1,1,0.305953681,0,1,1,1,1,1,1,0.256587178,0,1,1,1,1,1,1,0.594611824,0,0.417532624,0.417601015,0.417553191
-30,1,0.4096,1,1,1,1,1,1,1,1,0.2783,0.4096,0,1,0.3183,1,1,1,1,1,1,0.2013,0.3183,0,1,0.6481,1,1,1,0.2083,0.6481,0,1,1,1,1,1,0.192249268,0,1,1,1,1,1,1,0.295360506,0,1,1,1,1,1,1,0.523316741,0,0.449975834,0.449968267,0.449911348
-31,1,0.4095,1,1,1,1,1,1,1,1,0.1689,0.4095,0,1,0.3183,1,1,1,1,1,1,0.0845,0.3183,0,1,0.6482,1,1,1,0.2312,0.6482,0,1,1,1,1,1,0.149604544,0,0.995912135,1,1,1,1,1,0.099968791,0,1,1,1,1,1,1,0.505927622,0,0.47661914,0.476623651,0.476950355
-32,1,0.4093,1,1,1,1,1,1,1,1,0.1614,0.4093,0.16,1,0.3183,1,1,1,1,1,1,0.16,0.3183,0.1615,1,0.6483,1,1,1,0.2862,0.6483,0.0553,1,1,1,1,1,0.180308625,0.267868817,0.993907154,1,1,1,1,1,0.25320828,0.32061851,1,1,1,1,1,1,0.699059665,0.272139698,0.50918318,0.509202454,0.509308511
-33,1,0.4092,1,1,1,1,1,1,1,1,0.3342,0.4092,0.3418,1,0.3183,1,1,1,1,1,1,0.384,0.3183,0.4263,1,0.6484,1,1,1,0.3787,0.6484,0.2643,1,1,1,1,1,0.256795734,0.513893187,1,1,1,1,1,1,0.36892122,0.678075731,1,1,1,1,1,1,0.826630592,0.615309954,0.542653456,0.54283901,0.542553191
-34,1,0.4091,1,1,1,1,1,1,1,1,0.4243,0.4091,0.4952,1,0.3183,1,1,1,1,1,1,0.8484,0.3183,0.57,1,0.6485,1,1,1,0.447,0.6485,0.3818,1,1,1,1,1,0.383252978,0.735028386,1,1,1,1,1,1,0.792916954,0.822538674,1,1,1,1,1,1,0.659122109,0.788045704,0.567182214,0.567167337,0.567375887
-35,1,0.4089,1,1,1,1,1,1,1,1,0.5246,0.4089,0.5654,1,0.3183,1,1,1,1,1,1,0.5963,0.3183,0.6482,1,0.6486,1,1,1,0.3888,0.6486,0.4467,1,1,1,1,1,0.555624604,0.808727384,1,1,1,1,1,1,0.622025073,0.88778913,1,1,1,1,1,1,0.634221315,0.864383221,0.577211213,0.577110218,0.577570922
-36,1,0.4088,1,1,1,1,1,1,1,1,0.5181,0.4088,0.5713,1,0.3183,1,1,1,1,1,1,0.7561,0.3183,0.6314,1,0.6487,1,1,1,0.416,0.6487,0.4562,1,1,1,1,1,0.684506655,0.772403061,1,1,1,1,1,1,0.744931161,0.83617878,1,1,1,1,1,1,0.725925446,0.822544813,0.576304978,0.576264015,0.576241135
-37,1,0.4087,1,1,1,1,1,1,1,1,0.5327,0.4087,0.5414,1,0.3183,1,1,1,1,1,1,0.6341,0.3183,0.5409,1,0.6488,1,1,1,0.3332,0.6488,0.4705,1,1,1,1,1,0.744437516,0.757805645,1,1,1,1,1,1,0.652433395,0.713875294,1,1,1,1,1,1,0.581048727,0.782269299,0.572559207,0.572667654,0.572695035
-38,1,0.4085,1,1,1,1,1,1,1,1,0.5546,0.4085,0.4677,1,0.3183,1,1,1,1,1,1,0.6438,0.3183,0.4277,1,0.6489,1,1,1,0.3748,0.6489,0.3819,1,1,1,1,1,0.774056852,0.653667092,1,1,1,1,1,1,0.639724731,0.613905907,0.990713418,1,1,1,1,1,0.599362791,0.710992575,0.570746738,0.570763698,0.570921986
-39,1,0.4084,1,1,1,1,1,1,1,1,0.4497,0.4084,0.3193,1,0.3182,1,1,1,1,1,1,0.4929,0.3182,0.3402,1,0.649,1,1,1,0.4559,0.649,0.2288,1,1,1,1,1,0.625833631,0.466638684,0.948113322,1,1,1,1,1,0.437041402,0.494133532,0.788425088,1,1,1,1,1,0.75038898,0.541579366,0.579446593,0.579437275,0.579787234
-40,1,0.4082,1,1,1,1,1,1,1,1,0.4803,0.4082,0.1003,1,0.3182,1,1,1,1,1,1,0.3692,0.3182,0.1301,1,0.6491,1,1,1,0.3908,0.6491,0,1,1,1,1,1,0.617654681,0.230477333,0.91214627,1,1,1,1,1,0.348974109,0.251622826,0.807352126,1,1,1,1,1,0.637100637,0.060262267,0.633820686,0.633805796,0.633865248
-41,1,0.4081,1,1,1,1,1,1,1,1,0.3576,0.4081,0,1,0.3182,1,1,1,1,1,1,0.2805,0.3182,0,1,0.6492,1,1,1,0.2995,0.6492,0,1,1,1,1,1,0.432098866,0,0.639367938,1,1,1,1,1,0.270527005,0,0.650535107,1,1,1,1,1,0.387857139,0,0.688798937,0.68880897,0.688829787
-42,1,0.408,1,1,1,1,1,1,1,1,0.2938,0.408,0,1,0.3182,1,1,1,1,1,1,0.1947,0.3182,0,1,0.6493,1,1,1,0.3621,0.6493,0,1,1,1,1,1,0.304841578,0,0.511902213,1,1,1,1,1,0.203147843,0,0.771845579,1,1,1,1,1,0.415177315,0,0.682757371,0.682674,0.683067376
-43,1,0.4078,1,1,1,1,1,1,1,1,0.1823,0.4078,0,1,0.3182,1,1,1,1,1,1,0.0487,0.3182,0,1,0.6494,1,1,1,0.3461,0.6494,0,1,1,1,1,1,0.190144315,0,0.272218019,1,1,1,1,1,0.068841651,0,0.557867289,1,1,1,1,1,0.488176942,0,0.666263896,0.666384599,0.666666667
-44,1,0.4077,1,1,1,1,1,1,1,1,0.3251,0.4077,0,1,0.3182,1,1,1,1,1,1,0.1325,0.3182,0,1,0.6495,1,1,1,0.434,0.6495,0,1,1,1,1,1,0.361776382,0,0.275240481,1,1,1,1,1,0.189152598,0,0.986330926,1,1,1,1,1,0.524830461,0,0.639318511,0.639306114,0.639184397
-45,1,0.4076,1,1,1,1,1,1,1,1,0.3995,0.4076,0,1,0.3182,1,1,1,1,1,1,0.1941,0.3182,0,1,0.6496,1,1,1,0.3591,0.6496,0,1,1,1,1,1,0.456682593,0,0.350170732,1,1,1,1,1,0.223696217,0,1,1,1,1,1,1,0.477410108,0,0.596967134,0.59678443,0.597074468
-46,1,0.4074,1,1,1,1,1,1,1,1,0.3288,0.4074,0,1,0.3182,1,1,1,1,1,1,0.1941,0.3182,0,1,0.6497,1,1,1,0.299,0.6497,0,1,1,1,1,1,0.342495501,0,0.389028907,1,1,1,1,1,0.203342319,0,1,1,1,1,1,1,0.441564977,0,0.544345094,0.544319865,0.544326241
-47,1,0.4073,1,1,1,1,1,1,1,1,0.3197,0.4073,0,1,0.3182,1,1,1,1,1,1,0.2426,0.3182,0,1,0.6498,1,1,1,0.3381,0.6498,0,1,1,1,1,1,0.306501925,0,0.503914595,1,1,1,1,1,0.222409695,0,0.968077779,1,1,1,1,1,0.536026478,0,0.496737554,0.496720965,0.496897163
-48,1,0.4072,1,1,1,1,1,1,1,1,0.2969,0.4072,0,1,0.3182,1,1,1,1,1,1,0.2357,0.3182,0,1,0.6499,1,1,1,0.3664,0.6499,0,1,1,1,1,1,0.32572329,0,0.24414511,1,1,1,1,1,0.218940973,0,0.749802947,1,1,1,1,1,0.602063954,0,0.465140164,0.465199915,0.465425532
-49,1,0.407,1,1,1,1,1,1,1,1,0.224,0.407,0,1,0.3182,1,1,1,1,1,1,0.2982,0.3182,0,1,0.65,1,1,1,0.2414,0.65,0,1,1,1,1,1,0.208208695,0,0.1234212,1,1,1,1,1,0.242061779,0,0.676838756,1,1,1,1,1,0.434863895,0,0.449371677,0.449333615,0.449468085
-50,1,0.4069,1,1,1,1,1,1,1,1,0.1816,0.4069,0,1,0.3182,1,1,1,1,1,1,0.2342,0.3182,0,1,0.6501,1,1,1,0.1824,0.6501,0,1,1,1,1,1,0.152336597,0,0.172045961,1,1,1,1,1,0.205231965,0,0.734210789,1,1,1,1,1,0.254829139,0,0.44181972,0.441929342,0.441932624
-51,1,0.4068,1,1,1,1,1,1,1,1,0.1696,0.4068,0,1,0.3182,1,1,1,1,1,1,0.2856,0.3182,0,1,0.6502,1,1,1,0.1756,0.6502,0,1,1,1,1,1,0.187121183,0,0.189573288,1,1,1,1,1,0.261295259,0,0.828126192,1,1,1,1,1,0.259319037,0,0.442665539,0.442775545,0.442819149
-52,1,0.4066,1,1,1,1,1,1,1,1,0.1621,0.4066,0,1,0.3182,1,1,1,1,1,1,0.3671,0.3182,0,1,0.6503,1,1,1,0.2,0.6503,0,1,1,1,1,1,0.199526519,0,0.318691969,1,1,1,1,1,0.343304396,0,0.950107694,1,1,1,1,1,0.38145259,0,0.458615273,0.458641845,0.458776596
-53,1,0.4065,1,1,1,1,1,1,1,1,0.169,0.4065,0,1,0.3182,1,1,1,1,1,1,0.3614,0.3182,0,1,0.6504,1,1,1,0.2298,0.6504,0,1,1,1,1,1,0.226160377,0,0.509960473,1,1,1,1,1,0.363762766,0,0.999816775,1,1,1,1,1,0.401218414,0,0.505739488,0.505817643,0.505762411
-54,1,0.4064,1,1,1,1,1,1,1,1,0.1211,0.4064,0,1,0.3182,1,1,1,1,1,1,0.3268,0.3182,0,1,0.6505,1,1,1,0.2734,0.6505,0,1,1,1,1,1,0.183621809,0,0.403186202,1,1,1,1,1,0.353066385,0,0.698425889,1,1,1,1,1,0.545749605,0,0.589052682,0.588957055,0.589095745
-55,1,0.4062,1,1,1,1,1,1,1,1,0.0938,0.4062,0,1,0.3182,1,1,1,1,1,1,0.2762,0.3182,0,1,0.6506,1,1,1,0.2639,0.6506,0,1,1,1,1,1,0.122188985,0,0.482090294,1,1,1,1,1,0.301282674,0,0.605316997,1,1,1,1,1,0.457954705,0,0.635814403,0.635709752,0.63608156
-56,1,0.4061,1,1,1,1,1,1,1,1,0.0928,0.4061,0.2147,1,0.3182,1,1,1,1,1,1,0.3377,0.3182,0.1899,1,0.6507,1,1,1,0.3078,0.6507,0.1703,1,1,1,1,1,0.137520224,0.395305604,0.416719675,1,1,1,1,1,0.374472648,0.350484133,0.540939331,1,1,1,1,1,0.502052248,0.394182235,0.643668439,0.643748678,0.643617021
-57,1,0.406,1,1,1,1,1,1,1,1,0.2384,0.406,0.436,1,0.3182,1,1,1,1,1,1,0.6793,0.3182,0.4305,1,0.6508,1,1,1,0.341,0.6508,0.3583,1,1,1,1,1,0.328548133,0.641342103,0.428497672,1,1,1,1,1,0.641915321,0.662915409,0.751653135,1,1,1,1,1,0.536866546,0.69322449,0.648078782,0.647979691,0.648049645
-58,1,0.4058,1,1,1,1,1,1,1,1,0.3066,0.4058,0.5787,1,0.3182,1,1,1,1,1,1,0.7365,0.3182,0.5707,1,0.6509,1,1,1,0.5544,0.6509,0.4939,1,1,1,1,1,0.396716595,0.765691698,0.5600034,1,1,1,1,1,0.735446751,0.817304313,0.898560882,1,1,1,1,1,0.710736573,0.85924542,0.653939101,0.65390311,0.654255319
-59,1,0.4057,1,1,1,1,1,1,1,1,0.3292,0.4057,0.632,1,0.3182,1,1,1,1,1,1,0.8911,0.3182,0.6554,1,0.651,1,1,1,0.6632,0.651,0.5515,1,1,1,1,1,0.499022812,0.828145742,0.571449041,1,1,1,1,1,0.86163491,0.890637636,1,1,1,1,1,1,0.886420965,0.941310167,0.654966167,0.654960863,0.655141844
-60,1,0.4056,1,1,1,1,1,1,1,1,0.3922,0.4056,0.6451,1,0.3182,1,1,1,1,1,1,0.8943,0.3182,0.6621,1,0.6511,1,1,1,0.621,0.6511,0.5697,1,1,1,1,1,0.538534641,0.888879836,0.68392539,1,1,1,1,1,0.883432627,0.905325174,1,1,1,1,1,1,0.876134813,0.954019547,0.652368294,0.652422255,0.65248227
-61,1,0.4054,1,1,1,1,1,1,1,1,0.3307,0.4054,0.6207,1,0.3182,1,1,1,1,1,1,0.7112,0.3182,0.6529,1,0.6512,1,1,1,0.6835,0.6512,0.5708,1,1,1,1,1,0.468892992,0.886032701,0.938763678,1,1,1,1,1,0.70698905,0.873718977,1,1,1,1,1,1,0.924243748,0.913916171,0.651401643,0.651576052,0.651595745
-62,1,0.4053,1,1,1,1,1,1,1,1,0.3784,0.4053,0.5504,1,0.3182,1,1,1,1,1,1,0.7989,0.3182,0.5731,1,0.6513,1,1,1,0.6098,0.6513,0.4763,1,1,1,1,1,0.487322062,0.810727179,0.831255794,1,1,1,1,1,0.793363512,0.818553567,1,1,1,1,1,1,0.842735767,0.803696096,0.648924601,0.648825894,0.64893617
-63,1,0.4052,1,1,1,1,1,1,1,1,0.4111,0.4052,0.3781,1,0.3182,1,1,1,1,1,1,0.7933,0.3182,0.4127,1,0.6514,1,1,1,0.5581,0.6514,0.3256,1,1,1,1,1,0.587873876,0.624401689,0.940001607,1,1,1,1,1,0.792309403,0.652243853,1,1,1,1,1,1,0.880416214,0.595546067,0.65798695,0.657922572,0.658244681
-64,1,0.405,1,1,1,1,1,1,1,1,0.4189,0.405,0.1371,1,0.3182,1,1,1,1,1,1,0.4585,0.3182,0.1725,1,0.6515,1,1,1,0.6882,0.6515,0.0502,1,1,1,1,1,0.362284303,0.305081964,1,1,1,1,1,1,0.479706526,0.34574154,1,1,1,1,1,1,0.976625502,0.168175057,0.709279845,0.709329384,0.709219858
-65,1,0.4049,1,1,1,1,1,1,1,1,0.4118,0.4049,0,1,0.3182,1,1,1,1,1,1,0.6187,0.3182,0,1,0.6516,1,1,1,0.68,0.6516,0,1,1,1,1,1,0.35654062,0,1,1,1,1,1,1,0.58513701,0,1,1,1,1,1,1,0.9670856,0,0.765405993,0.765390311,0.765957447
-66,1,0.4048,1,1,1,1,1,1,1,1,0.5302,0.4048,0,1,0.3182,1,1,1,1,1,1,0.7853,0.3182,0,1,0.6517,1,1,1,0.676,0.6517,0,1,1,1,1,1,0.506931663,0,1,1,1,1,1,1,0.78423816,0,1,1,1,1,1,1,0.947072089,0,0.766916385,0.766871166,0.767287234
-67,1,0.4046,1,1,1,1,1,1,1,1,0.4124,0.4046,0,1,0.3182,1,1,1,1,1,1,0.658,0.3182,0,1,0.6518,1,1,1,0.5953,0.6518,0,1,1,1,1,1,0.330748141,0,1,1,1,1,1,1,0.621035099,0,1,1,1,1,1,1,0.885129869,0,0.753987434,0.753966575,0.754432624
-68,1,0.4045,1,1,1,1,1,1,1,1,0.4913,0.4045,0,1,0.3182,1,1,1,1,1,1,0.8943,0.3182,0,1,0.6519,1,1,1,0.6744,0.6519,0,1,1,1,1,1,0.444034606,0,1,1,1,1,1,1,0.850476027,0,1,1,1,1,1,1,0.938178599,0,0.729519091,0.729638248,0.730053191
-69,1,0.4043,1,1,1,1,1,1,1,1,0.5003,0.4043,0,1,0.3182,1,1,1,1,1,1,0.6396,0.3182,0,1,0.652,1,1,1,0.6384,0.652,0,1,1,1,1,1,0.470490813,0,1,1,1,1,1,1,0.605204284,0,1,1,1,1,1,1,0.947439253,0,0.686442726,0.686481912,0.686613475
-70,1,0.4042,1,1,1,1,1,1,1,1,0.578,0.4042,0,1,0.3182,1,1,1,1,1,1,0.6728,0.3182,0,1,0.6521,1,1,1,0.5919,0.6521,0,1,1,1,1,1,0.623107553,0,1,1,1,1,1,1,0.600420117,0,1,1,1,1,1,1,0.923821628,0,0.628987434,0.628940131,0.628989362
-71,1,0.4041,1,1,1,1,1,1,1,1,0.4769,0.4041,0,1,0.3182,1,1,1,1,1,1,0.8453,0.3182,0,1,0.6522,1,1,1,0.6094,0.6522,0,1,1,1,1,1,0.481376976,0,1,1,1,1,1,1,0.765127242,0,1,1,1,1,1,1,0.897304535,0,0.578661189,0.578802623,0.578900709
-72,1,0.4039,1,1,1,1,1,1,1,1,0.6133,0.4039,0,1,0.3182,1,1,1,1,1,1,0.9751,0.3182,0,1,0.6523,1,1,1,0.7632,0.6523,0,1,1,1,1,1,0.719660997,0,1,1,1,1,1,1,0.92217803,0,1,1,1,1,1,1,0.969212413,0,0.547426293,0.547493125,0.547429078
-73,1,0.4038,1,1,1,1,1,1,1,1,0.5683,0.4038,0,1,0.3181,1,1,1,1,1,1,0.7979,0.3181,0,1,0.6524,1,1,1,0.6559,0.6524,0,1,1,1,1,1,0.547050893,0,1,1,1,1,1,1,0.717326641,0,1,1,1,1,1,1,0.957773507,0,0.530993233,0.530992173,0.531028369
-74,1,0.4037,1,1,1,1,1,1,1,1,0.555,0.4037,0,1,0.3181,1,1,1,1,1,1,0.5823,0.3181,0,1,0.6525,1,1,1,0.5774,0.6525,0,1,1,1,1,1,0.470467687,0,1,1,1,1,1,1,0.512277961,0,1,1,1,1,1,1,0.933361471,0,0.522595457,0.522741697,0.522606383
-75,1,0.4035,1,1,1,1,1,1,1,1,0.5631,0.4035,0,1,0.3181,1,1,1,1,1,1,0.47,0.3181,0,1,0.6525,1,1,1,0.5751,0.6525,0,1,1,1,1,1,0.50397408,0,1,1,1,1,1,1,0.406315148,0,1,1,1,1,1,1,0.886988461,0,0.523562107,0.523587899,0.523492908
-76,1,0.4034,1,1,1,1,1,1,1,1,0.5285,0.4034,0,1,0.3181,1,1,1,1,1,1,0.4719,0.3181,0,1,0.6526,1,1,1,0.5982,0.6526,0,1,1,1,1,1,0.513184905,0,1,1,1,1,1,1,0.390780807,0,1,1,1,1,1,1,0.881918311,0,0.537759787,0.537761794,0.538120567
-77,1,0.4033,1,1,1,1,1,1,1,1,0.4011,0.4033,0,1,0.3181,1,1,1,1,1,1,0.5206,0.3181,0,1,0.6527,1,1,1,0.6538,0.6527,0,1,1,1,1,1,0.3862921,0,1,1,1,1,1,1,0.383892357,0,1,1,1,1,1,1,0.926977396,0,0.582165297,0.582187434,0.582446809
-78,1,0.4031,1,1,1,1,1,1,1,1,0.4094,0.4031,0,1,0.3181,1,1,1,1,1,1,0.3122,0.3181,0,1,0.6528,1,1,1,0.5569,0.6528,0,1,1,1,1,1,0.374304056,0,1,1,1,1,1,1,0.260629743,0,1,1,1,1,1,1,0.898742259,0,0.663061866,0.662999788,0.663120567
-79,1,0.403,1,1,1,1,1,1,1,1,0.2796,0.403,0,1,0.3181,1,1,1,1,1,1,0.2049,0.3181,0,1,0.6529,1,1,1,0.5291,0.6529,0,1,1,1,1,1,0.303671598,0,0.79506427,1,1,1,1,1,0.187239915,0,0.980068088,1,1,1,1,1,0.899598479,0,0.707044466,0.707002327,0.707003546
-80,1,0.4029,1,1,1,1,1,1,1,1,0.2454,0.4029,0.2277,1,0.3181,1,1,1,1,1,1,0.1897,0.3181,0.2204,1,0.653,1,1,1,0.5028,0.653,0.1813,1,1,1,1,1,0.210105136,0.40111059,0.713887632,1,1,1,1,1,0.14861691,0.379578501,0.828166723,1,1,1,1,1,0.820098996,0.426266551,0.707890285,0.70784853,0.708333333
-81,1,0.4027,1,1,1,1,1,1,1,1,0.2614,0.4027,0.4502,1,0.3181,1,1,1,1,1,1,0.1877,0.3181,0.4435,1,0.6531,1,1,1,0.4579,0.6531,0.4049,1,1,1,1,1,0.214994207,0.685723305,0.725933433,1,1,1,1,1,0.14870362,0.638918638,0.961138606,1,1,1,1,1,0.768165588,0.704990745,0.7060174,0.705944574,0.706117021
-82,1,0.4026,1,1,1,1,1,1,1,1,0.2123,0.4026,0.6046,1,0.3181,1,1,1,1,1,1,0.1767,0.3181,0.5641,1,0.6532,1,1,1,0.4124,0.6532,0.557,1,1,1,1,1,0.216699123,0.850697517,0.404623479,1,1,1,1,1,0.159576088,0.772440135,0.893139005,1,1,1,1,1,0.737351954,0.806788087,0.704446593,0.704463719,0.704787234
-83,1,0.4025,1,1,1,1,1,1,1,1,0.0897,0.4025,0.6791,1,0.3181,1,1,1,1,1,1,0.0114,0.3181,0.6709,1,0.6533,1,1,1,0.075,0.6533,0.6302,1,1,1,1,1,0.027246328,0.87061125,0.557595432,1,1,1,1,1,0.012375797,0.910031199,0.979220986,1,1,1,1,1,0.189122841,0.857473493,0.697498792,0.697482547,0.697695035
-84,1,0.4023,1,1,1,1,1,1,1,1,0.0698,0.4023,0.6728,1,0.3181,1,1,1,1,1,1,0,0.3181,0.6513,1,0.6534,1,1,1,0.1,0.6534,0.5543,1,1,1,1,1,0.013832925,0.857418537,0.573979974,1,1,1,1,1,0.000447456,0.852032661,0.801642418,1,1,1,1,1,0.216265351,0.864036083,0.687530208,0.687751216,0.687943262
-85,1,0.4022,1,1,1,1,1,1,1,1,0.0485,0.4022,0.6482,1,0.3181,1,1,1,1,1,1,0,0.3181,0.6024,1,0.6535,1,1,1,0.0673,0.6535,0.5588,1,1,1,1,1,0.007879721,0.86078459,0.51413095,1,1,1,1,1,0.000196807,0.705932498,0.58360815,1,1,1,1,1,0.140386179,0.83635056,0.681609473,0.681616247,0.681737589
-86,1,0.4021,1,1,1,1,1,1,1,1,0.0481,0.4021,0.528,1,0.3181,1,1,1,1,1,1,0,0.3181,0.4635,1,0.6536,1,1,1,0.0519,0.6536,0.4418,1,1,1,1,1,0.003915385,0.709806919,0.436993241,1,1,1,1,1,0.000131813,0.595638692,0.519329846,1,1,1,1,1,0.066910073,0.679095566,0.676292895,0.67632748,0.67641844
-87,1,0.4019,1,1,1,1,1,1,1,1,0.055,0.4019,0.3343,1,0.3181,1,1,1,1,1,1,0,0.3181,0.305,1,0.6537,1,1,1,0.0271,0.6537,0.2619,1,1,1,1,1,0.005388106,0.494193435,0.25202024,1,1,1,1,1,0.000806518,0.480196565,0.343497157,1,1,1,1,1,0.05286302,0.442367494,0.683301112,0.683308652,0.683510638
-88,1,0.4018,1,1,1,1,1,1,1,1,0.0429,0.4018,0.028,1,0.3181,1,1,1,1,1,1,0,0.3181,0.0783,1,0.6538,1,1,1,0.0066,0.6538,0.0253,1,1,1,1,1,0.00263382,0.106032312,0.186905026,1,1,1,1,1,0.00030586,0.157339483,0.335973322,1,1,1,1,1,0.046531331,0.005017253,0.731029483,0.731119103,0.731382979
-89,1,0.4017,1,1,1,1,1,1,1,1,0.028,0.4017,0,1,0.3181,1,1,1,1,1,1,0.0393,0.3181,0,1,0.6539,1,1,1,0.0653,0.6539,0,1,1,1,1,1,0.018397879,0,0.124454945,1,1,1,1,1,0.03994374,0,0.184973314,1,1,1,1,1,0.137151971,0,0.769876752,0.769832875,0.770390071
-90,1,0.4015,1,1,1,1,1,1,1,1,0.0625,0.4015,0,1,0.3181,1,1,1,1,1,1,0.0793,0.3181,0,1,0.654,1,1,1,0.0551,0.654,0,1,1,1,1,1,0.070976824,0,0.006961153,1,1,1,1,1,0.098625697,0,0.214811265,1,1,1,1,1,0.12389563,0,0.763956017,0.763909456,0.764184397
-91,1,0.4014,1,1,1,1,1,1,1,1,0.0847,0.4014,0,1,0.3181,1,1,1,1,1,1,0.0489,0.3181,0,1,0.6541,1,1,1,0.0838,0.6541,0,1,1,1,1,1,0.083924681,0,0.003198395,1,1,1,1,1,0.072225496,0,0.285006285,1,1,1,1,1,0.137572616,0,0.746193813,0.7461392,0.746453901
-92,1,0.4013,1,1,1,1,1,1,1,1,0.1229,0.4013,0,1,0.3181,1,1,1,1,1,1,0.0462,0.3181,0,1,0.6542,1,1,1,0.0707,0.6542,0,1,1,1,1,1,0.128393263,0,0.108685762,1,1,1,1,1,0.078545853,0,0.233654216,1,1,1,1,1,0.131399348,0,0.717617206,0.717791411,0.717641844
-93,1,0.4011,1,1,1,1,1,1,1,1,0.1363,0.4011,0,1,0.3181,1,1,1,1,1,1,0.1135,0.3181,0,1,0.6543,1,1,1,0.106,0.6543,0,1,1,1,1,1,0.120600045,0,0.445443064,1,1,1,1,1,0.149306133,0,0.09463796,1,1,1,1,1,0.210099816,0,0.67037216,0.670404062,0.670656028
-94,1,0.401,1,1,1,1,1,1,1,1,0.1754,0.401,0,1,0.3181,1,1,1,1,1,1,0.1682,0.3181,0,1,0.6544,1,1,1,0.151,0.6544,0,1,1,1,1,1,0.140354604,0,0.875929296,1,1,1,1,1,0.242303163,0,0.522529364,1,1,1,1,1,0.271630615,0,0.610198163,0.610323673,0.61037234
-95,1,0.4008,1,1,1,1,1,1,1,1,0.207,0.4008,0,1,0.3181,1,1,1,1,1,1,0.1532,0.3181,0,1,0.6545,1,1,1,0.1894,0.6545,0,1,1,1,1,1,0.128189832,0,0.920759916,1,1,1,1,1,0.191114381,0,0.456919134,1,1,1,1,1,0.348147362,0,0.554494925,0.554685847,0.554964539
-96,1,0.4007,1,1,1,1,1,1,1,1,0.1748,0.4007,0,1,0.3181,1,1,1,1,1,1,0.0821,0.3181,0,1,0.6546,1,1,1,0.1416,0.6546,0,1,1,1,1,1,0.099169187,0,0.939646482,1,1,1,1,1,0.124390215,0,0.220467538,1,1,1,1,1,0.246382296,0,0.518970517,0.518933785,0.519060284
-97,1,0.4006,1,1,1,1,1,1,1,1,0.301,0.4006,0,1,0.3181,1,1,1,1,1,1,0.0942,0.3181,0,1,0.6547,1,1,1,0.1497,0.6547,0,1,1,1,1,1,0.177062199,0,0.844688892,1,1,1,1,1,0.159192622,0,0.516141891,1,1,1,1,1,0.227046132,0,0.499939584,0.499894225,0.5
-98,1,0.4004,1,1,1,1,1,1,1,1,0.2396,0.4004,0,1,0.3181,1,1,1,1,1,1,0.1132,0.3181,0,1,0.6548,1,1,1,0.1275,0.6548,0,1,1,1,1,1,0.122812316,0,0.920122206,1,1,1,1,1,0.174249291,0,0.82681632,1,1,1,1,1,0.256108433,0,0.49039391,0.490374445,0.490248227
-99,1,0.4003,1,1,1,1,1,1,1,1,0.2318,0.4003,0,1,0.3181,1,1,1,1,1,1,0.1273,0.3181,0,1,0.6549,1,1,1,0.1305,0.6549,0,1,1,1,1,1,0.138673455,0,0.673818231,1,1,1,1,1,0.197087079,0,0.751163125,1,1,1,1,1,0.324528009,0,0.48858144,0.488682039,0.48891844
-100,1,0.4002,1,1,1,1,1,1,1,1,0.2242,0.4002,0,1,0.3181,1,1,1,1,1,1,0.116,0.3181,0,1,0.655,1,1,1,0.1117,0.655,0,1,1,1,1,1,0.142375141,0,0.419740528,1,1,1,1,1,0.193994716,0,0.500402093,1,1,1,1,1,0.300269991,0,0.501147898,0.501163529,0.501329787
-101,1,0.4,1,1,1,1,1,1,1,1,0.155,0.4,0,1,0.3181,1,1,1,1,1,1,0.038,0.3181,0,1,0.6551,1,1,1,0.0978,0.6551,0,1,1,1,1,1,0.109176964,0,0.182347387,1,1,1,1,1,0.069650866,0,0.240936399,1,1,1,1,1,0.358129978,0,0.542230546,0.542204358,0.542109929
-102,1,0.3999,1,1,1,1,1,1,1,1,0.0898,0.3999,0,1,0.3181,1,1,1,1,1,1,0.0013,0.3181,0,1,0.6552,1,1,1,0.0956,0.6552,0,1,1,1,1,1,0.064965032,0,0.077774674,1,1,1,1,1,0.016336124,0,0.163478807,1,1,1,1,1,0.373863578,0,0.620347994,0.620478105,0.620567376
-103,1,0.3998,1,1,1,1,1,1,1,1,0.0721,0.3998,0,1,0.3181,1,1,1,1,1,1,0.0015,0.3181,0,1,0.6553,1,1,1,0.0668,0.6553,0,1,1,1,1,1,0.074147031,0,0.036225185,1,1,1,1,1,0.011013146,0,0.036664136,1,1,1,1,1,0.213828713,0,0.666143064,0.666173048,0.666223404
-104,1,0.3996,1,1,1,1,1,1,1,1,0.0955,0.3996,0.1033,1,0.3181,1,1,1,1,1,1,0.0025,0.3181,0.1154,1,0.6554,1,1,1,0.072,0.6554,0.0482,1,1,1,1,1,0.084841259,0.170587122,0.004370186,1,1,1,1,1,0.007550301,0.227526784,0.118446343,1,1,1,1,1,0.222036108,0.111522958,0.670976317,0.671038714,0.671099291
-105,1,0.3995,1,1,1,1,1,1,1,1,0.0982,0.3995,0.2804,1,0.3181,1,1,1,1,1,1,0.0427,0.3181,0.2997,1,0.6555,1,1,1,0.0616,0.6555,0.2431,1,1,1,1,1,0.075930282,0.427075237,0.038382038,1,1,1,1,1,0.054869097,0.494544566,0.322951078,1,1,1,1,1,0.203863323,0.320321381,0.6739971,0.674000423,0.674202128
-106,1,0.3994,1,1,1,1,1,1,1,1,0.1052,0.3994,0.4372,1,0.318,1,1,1,1,1,1,0.0262,0.318,0.4896,1,0.6556,1,1,1,0.0511,0.6556,0.3597,1,1,1,1,1,0.070377506,0.6255126,0.100025997,1,1,1,1,1,0.034308519,0.707907856,0.274292946,1,1,1,1,1,0.160617232,0.46530956,0.670915901,0.670827163,0.671099291
-107,1,0.3992,1,1,1,1,1,1,1,1,0.0752,0.3992,0.5913,1,0.318,1,1,1,1,1,1,0.0213,0.318,0.5795,1,0.6557,1,1,1,0.0432,0.6557,0.4739,1,1,1,1,1,0.061042849,0.778813064,0.109422177,1,1,1,1,1,0.023143828,0.838773012,0.163496614,1,1,1,1,1,0.130611658,0.517060995,0.661551474,0.661730484,0.66179078
-108,1,0.3991,1,1,1,1,1,1,1,1,0.1,0.3991,0.5349,1,0.318,1,1,1,1,1,1,0.0434,0.318,0.5517,1,0.6558,1,1,1,0.0854,0.6558,0.3585,1,1,1,1,1,0.064188167,0.678289473,0.129945844,1,1,1,1,1,0.035331529,0.763692617,0.174199238,1,1,1,1,1,0.196464628,0.641685784,0.653334944,0.653268458,0.653812057
-109,1,0.399,1,1,1,1,1,1,1,1,0.151,0.399,0.4854,1,0.318,1,1,1,1,1,1,0.1355,0.318,0.4408,1,0.6559,1,1,1,0.1041,0.6559,0.4206,1,1,1,1,1,0.107618414,0.622370958,0.199214041,1,1,1,1,1,0.105356306,0.641899705,0.366807103,1,1,1,1,1,0.180373907,0.704404235,0.650132914,0.650095198,0.650265957
-110,1,0.3988,1,1,1,1,1,1,1,1,0.1471,0.3988,0.3973,1,0.318,1,1,1,1,1,1,0.1242,0.318,0.4072,1,0.656,1,1,1,0.0911,0.656,0.4373,1,1,1,1,1,0.125134125,0.568854988,0.260116994,1,1,1,1,1,0.131830156,0.569831371,0.627275407,1,1,1,1,1,0.157320336,0.63567555,0.644997583,0.645017982,0.645390071
-111,1,0.3987,1,1,1,1,1,1,1,1,0.2669,0.3987,0.2948,1,0.318,1,1,1,1,1,1,0.3859,0.318,0.3063,1,0.6561,1,1,1,0.1645,0.6561,0.2491,1,1,1,1,1,0.289148122,0.43725276,0.480007172,1,1,1,1,1,0.341677129,0.431045443,0.818747461,1,1,1,1,1,0.27536422,0.512663722,0.649166264,0.649248995,0.649379433
-112,1,0.3986,1,1,1,1,1,1,1,1,0.2296,0.3986,0.0897,1,0.318,1,1,1,1,1,1,0.5122,0.318,0.1054,1,0.6562,1,1,1,0.1979,0.6562,0.0255,1,1,1,1,1,0.261808902,0.18709299,0.623305559,1,1,1,1,1,0.419357747,0.212632164,0.80335474,1,1,1,1,1,0.299150616,0.085365221,0.690430159,0.690501375,0.690602837
-113,1,0.3984,1,1,1,1,1,1,1,1,0.2405,0.3984,0,1,0.318,1,1,1,1,1,1,0.4354,0.318,0,1,0.6563,1,1,1,0.2064,0.6563,0,1,1,1,1,1,0.276638418,0,0.589919508,1,1,1,1,1,0.443739682,0,0.767231226,1,1,1,1,1,0.281344533,0,0.735621073,0.735561667,0.735815603
-114,1,0.3983,1,1,1,1,1,1,1,1,0.2231,0.3983,0,1,0.318,1,1,1,1,1,1,0.3491,0.318,0,1,0.6564,1,1,1,0.2486,0.6564,0,1,1,1,1,1,0.229469642,0,0.333613008,1,1,1,1,1,0.339800358,0,0.488186687,1,1,1,1,1,0.435778499,0,0.732902368,0.732811508,0.733156028
-115,1,0.3982,1,1,1,1,1,1,1,1,0.1826,0.3982,0,1,0.318,1,1,1,1,1,1,0.1172,0.318,0,1,0.6565,1,1,1,0.1978,0.6565,0,1,1,1,1,1,0.155514032,0,0.207612798,1,1,1,1,1,0.144994408,0,0.95292598,1,1,1,1,1,0.432481408,0,0.716288062,0.716310556,0.716312057
-116,1,0.398,1,1,1,1,1,1,1,1,0.1899,0.398,0,1,0.318,1,1,1,1,1,1,0.0698,0.318,0,1,0.6566,1,1,1,0.2679,0.6566,0,1,1,1,1,1,0.151678458,0,0.245712638,1,1,1,1,1,0.11266268,0,0.942502141,1,1,1,1,1,0.570106685,0,0.689523925,0.689655172,0.689716312
-117,1,0.3979,1,1,1,1,1,1,1,1,0.0929,0.3979,0,1,0.318,1,1,1,1,1,1,0,0.318,0,1,0.6567,1,1,1,0.0855,0.6567,0,1,1,1,1,1,0.029920489,0,0.377252847,1,1,1,1,1,0.001731739,0,0.961126506,1,1,1,1,1,0.181978405,0,0.645299662,0.645229532,0.645833333
-118,1,0.3978,1,1,1,1,1,1,1,1,0.1682,0.3978,0,1,0.318,1,1,1,1,1,1,0,0.318,0,1,0.6568,1,1,1,0.1891,0.6568,0,1,1,1,1,1,0.11637032,0,0.699890256,1,1,1,1,1,0.017933788,0,0.31618771,1,1,1,1,1,0.313817173,0,0.585911068,0.585783795,0.585992908
-119,1,0.3976,1,1,1,1,1,1,1,1,0.1428,0.3976,0,1,0.318,1,1,1,1,1,1,0,0.318,0,1,0.6569,1,1,1,0.14,0.6569,0,1,1,1,1,1,0.052022554,0,0.96739471,1,1,1,1,1,0.009927007,0,0.097181946,1,1,1,1,1,0.209452331,0,0.534618173,0.534800085,0.534574468
-120,1,0.3975,1,1,1,1,1,1,1,1,0.174,0.3975,0,1,0.318,1,1,1,1,1,1,0,0.318,0,1,0.657,1,1,1,0.1205,0.657,0,1,1,1,1,1,0.100811645,0,0.996472955,1,1,1,1,1,0.020035353,0,0.159050792,1,1,1,1,1,0.137416765,0,0.501027066,0.500951978,0.500886525
-121,1,0.3974,1,1,1,1,1,1,1,1,0.1184,0.3974,0,1,0.318,1,1,1,1,1,1,0,0.318,0,1,0.6571,1,1,1,0.0821,0.6571,0,1,1,1,1,1,0.089771733,0,0.890340626,1,1,1,1,1,0.023398837,0,0.093050271,1,1,1,1,1,0.106846578,0,0.482781537,0.482758621,0.483156028
-122,1,0.3972,1,1,1,1,1,1,1,1,0.0543,0.3972,0,1,0.318,1,1,1,1,1,1,0.0397,0.318,0,1,0.6572,1,1,1,0.042,0.6572,0,1,1,1,1,1,0.047412973,0,0.603442788,1,1,1,1,1,0.067663163,0,0.079989269,1,1,1,1,1,0.063711219,0,0.473477525,0.473450391,0.473404255
-123,1,0.3971,1,1,1,1,1,1,1,1,0.0179,0.3971,0,1,0.318,1,1,1,1,1,1,0.1098,0.318,0,1,0.6573,1,1,1,0.0179,0.6573,0,1,1,1,1,1,0.021708414,0,0.28053081,1,1,1,1,1,0.172149748,0,0.109709695,1,1,1,1,1,0.039446644,0,0.471121315,0.471123334,0.471187943
-124,1,0.3969,1,1,1,1,1,1,1,1,0.0286,0.3969,0,1,0.318,1,1,1,1,1,1,0.1402,0.318,0,1,0.6574,1,1,1,0.0121,0.6574,0,1,1,1,1,1,0.041665893,0,0.075039111,1,1,1,1,1,0.187274218,0,0.213280618,1,1,1,1,1,0.021535872,0,0.48260029,0.482758621,0.482712766
-125,1,0.3968,1,1,1,1,1,1,1,1,0.0435,0.3968,0,1,0.318,1,1,1,1,1,1,0.1177,0.318,0,1,0.6575,1,1,1,0.0105,0.6575,0,1,1,1,1,1,0.0607864,0,0.018569788,1,1,1,1,1,0.169424832,0,0.283104211,1,1,1,1,1,0.013929317,0,0.52338086,0.523376349,0.523492908
-126,1,0.3967,1,1,1,1,1,1,1,1,0.0405,0.3967,0,1,0.318,1,1,1,1,1,1,0.1377,0.318,0,1,0.6576,1,1,1,0.0142,0.6576,0,1,1,1,1,1,0.075446598,0,0.012270059,1,1,1,1,1,0.20931673,0,0.194493979,1,1,1,1,1,0.024829233,0,0.600108748,0.59995769,0.600177305
-127,1,0.3965,1,1,1,1,1,1,1,1,0.0444,0.3965,0,1,0.318,1,1,1,1,1,1,0.2695,0.318,0,1,0.6577,1,1,1,0.036,0.6577,0,1,1,1,1,1,0.072514653,0,0.062731408,1,1,1,1,1,0.378788114,0,0.424616009,1,1,1,1,1,0.076633878,0,0.64602465,0.646075735,0.646276596
-128,1,0.3964,1,1,1,1,1,1,1,1,0.1087,0.3964,0.1023,1,0.318,1,1,1,1,1,1,0.1842,0.318,0.139,1,0.6578,1,1,1,0.0357,0.6578,0.0809,1,1,1,1,1,0.141860232,0.185360298,0.292724222,1,1,1,1,1,0.256563604,0.304059505,0.699964166,1,1,1,1,1,0.092142537,0.123772576,0.651401643,0.651364502,0.651595745
-129,1,0.3963,1,1,1,1,1,1,1,1,0.168,0.3963,0.2939,1,0.318,1,1,1,1,1,1,0.2117,0.318,0.4082,1,0.6579,1,1,1,0.04,0.6579,0.2336,1,1,1,1,1,0.176396817,0.4773314,0.401476204,1,1,1,1,1,0.331442624,0.644938588,0.91281575,1,1,1,1,1,0.108975753,0.349737227,0.652066216,0.651999154,0.652039007
-130,1,0.3961,1,1,1,1,1,1,1,1,0.1208,0.3961,0.5036,1,0.318,1,1,1,1,1,1,0.4262,0.318,0.5689,1,0.658,1,1,1,0.0531,0.658,0.358,1,1,1,1,1,0.077700116,0.728351235,0.437379599,1,1,1,1,1,0.33502984,0.819003105,1,1,1,1,1,1,0.138936266,0.466088116,0.649166264,0.649248995,0.649379433
-131,1,0.396,1,1,1,1,1,1,1,1,0.0839,0.396,0.62,1,0.318,1,1,1,1,1,1,0.2701,0.318,0.6386,1,0.6581,1,1,1,0.0589,0.6581,0.3937,1,1,1,1,1,0.07965333,0.826952994,0.509132266,1,1,1,1,1,0.220307335,0.896056294,1,1,1,1,1,1,0.160782441,0.543091416,0.639560174,0.639517664,0.63962766
-132,1,0.3959,1,1,1,1,1,1,1,1,0.1382,0.3959,0.5947,1,0.318,1,1,1,1,1,1,0.1854,0.318,0.5749,1,0.6582,1,1,1,0.062,0.6582,0.4307,1,1,1,1,1,0.074873224,0.792589486,0.653930247,1,1,1,1,1,0.182048112,0.873944104,1,1,1,1,1,1,0.180024505,0.523182154,0.628987434,0.628940131,0.628989362
-133,1,0.3957,1,1,1,1,1,1,1,1,0.2099,0.3957,0.4261,1,0.318,1,1,1,1,1,1,0.1818,0.318,0.557,1,0.6583,1,1,1,0.0611,0.6583,0.4089,1,1,1,1,1,0.113207147,0.696804523,0.814667046,1,1,1,1,1,0.180924833,0.705279112,1,1,1,1,1,1,0.200875998,0.515216649,0.623489609,0.623439814,0.623670213
-134,1,0.3956,1,1,1,1,1,1,1,1,0.1521,0.3956,0.3649,1,0.318,1,1,1,1,1,1,0.05,0.318,0.3724,1,0.6584,1,1,1,0.0305,0.6584,0.374,1,1,1,1,1,0.056827873,0.601124287,0.995130956,1,1,1,1,1,0.071058825,0.57268995,0.991760254,1,1,1,1,1,0.126304641,0.456569463,0.614789754,0.614766237,0.614804965
-135,1,0.3955,1,1,1,1,1,1,1,1,0.0683,0.3955,0.1992,1,0.318,1,1,1,1,1,1,0.0642,0.318,0.1936,1,0.6585,1,1,1,0.0618,0.6585,0.2142,1,1,1,1,1,0.037358858,0.413076133,1,1,1,1,1,1,0.116053015,0.31940183,0.97741127,1,1,1,1,1,0.209481969,0.326284349,0.617750121,0.617727946,0.617907801
-136,1,0.3953,1,1,1,1,1,1,1,1,0.0759,0.3953,0.0151,1,0.318,1,1,1,1,1,1,0.2367,0.318,0.0704,1,0.6586,1,1,1,0.0912,0.6586,0,1,1,1,1,1,0.085969821,0.112508036,0.984038055,1,1,1,1,1,0.288551122,0.179582879,0.845369399,1,1,1,1,1,0.26427111,0.001671461,0.65381827,0.653691559,0.654255319
-137,1,0.3952,1,1,1,1,1,1,1,1,0.1221,0.3952,0,1,0.318,1,1,1,1,1,1,0.3325,0.318,0,1,0.6587,1,1,1,0.1164,0.6587,0,1,1,1,1,1,0.128555551,0,0.798958719,1,1,1,1,1,0.478020161,0,0.993219972,1,1,1,1,1,0.211875349,0,0.688315611,0.688385868,0.688386525
-138,1,0.3951,1,1,1,1,1,1,1,1,0.1165,0.3951,0,1,0.318,1,1,1,1,1,1,0.3772,0.318,0,1,0.6588,1,1,1,0.1202,0.6588,0,1,1,1,1,1,0.110376433,0,0.917728066,1,1,1,1,1,0.533747077,0,1,1,1,1,1,1,0.231116161,0,0.677259546,0.677385234,0.677304965
-139,1,0.3949,1,1,1,1,1,1,1,1,0.0695,0.3949,0,1,0.3179,1,1,1,1,1,1,0.4737,0.3179,0,1,0.6589,1,1,1,0.1092,0.6589,0,1,1,1,1,1,0.053824816,0,0.979925394,1,1,1,1,1,0.579329133,0,1,1,1,1,1,1,0.252502561,0,0.657805703,0.657711022,0.658244681
-140,1,0.3948,1,1,1,1,1,1,1,1,0.1746,0.3948,0,1,0.3179,1,1,1,1,1,1,0.7695,0.3179,0,1,0.659,1,1,1,0.0658,0.659,0,1,1,1,1,1,0.128802568,0,1,1,1,1,1,1,0.77134943,0,1,1,1,1,1,1,0.225661665,0,0.631706138,0.63169029,0.632092199
-141,1,0.3947,1,1,1,1,1,1,1,1,0.1894,0.3947,0,1,0.3179,1,1,1,1,1,1,0.6069,0.3179,0,1,0.6591,1,1,1,0.0407,0.6591,0,1,1,1,1,1,0.144425601,0,1,1,1,1,1,1,0.621898949,0,0.927658379,1,1,1,1,1,0.228556156,0,0.597812953,0.597842183,0.597960993
-142,1,0.3945,1,1,1,1,1,1,1,1,0.2462,0.3945,0,1,0.3179,1,1,1,1,1,1,0.541,0.3179,0,1,0.6592,1,1,1,0.0616,0.6592,0,1,1,1,1,1,0.15601936,0,1,1,1,1,1,1,0.563661098,0,0.908954263,1,1,1,1,1,0.310867965,0,0.55177622,0.551724138,0.551861702
-143,1,0.3944,1,1,1,1,1,1,1,1,0.2121,0.3944,0,1,0.3179,1,1,1,1,1,1,0.2816,0.3179,0,1,0.6593,1,1,1,0.0657,0.6593,0,1,1,1,1,1,0.144045681,0,0.912509561,1,1,1,1,1,0.403389901,0,0.839505196,1,1,1,1,1,0.310114652,0,0.504349928,0.504336789,0.504432624
-144,1,0.3943,1,1,1,1,1,1,1,1,0.2074,0.3943,0,1,0.3179,1,1,1,1,1,1,0.3788,0.3179,0,1,0.6594,1,1,1,0.0535,0.6594,0,1,1,1,1,1,0.125581056,0,0.769363821,1,1,1,1,1,0.439836204,0,1,1,1,1,1,1,0.266269714,0,0.467738038,0.467738523,0.468085106
-145,1,0.3941,1,1,1,1,1,1,1,1,0.2209,0.3941,0,1,0.3179,1,1,1,1,1,1,0.4611,0.3179,0,1,0.6595,1,1,1,0.0674,0.6595,0,1,1,1,1,1,0.155800313,0,0.997899354,1,1,1,1,1,0.466972113,0,1,1,1,1,1,1,0.251812458,0,0.447438376,0.447429659,0.447251773
-146,1,0.394,1,1,1,1,1,1,1,1,0.2043,0.394,0,1,0.3179,1,1,1,1,1,1,0.3004,0.3179,0,1,0.6596,1,1,1,0.0929,0.6596,0,1,1,1,1,1,0.165351838,0,1,1,1,1,1,1,0.320554376,0,1,1,1,1,1,1,0.300524473,0,0.436442726,0.436429025,0.436613475
-147,1,0.3939,1,1,1,1,1,1,1,1,0.1431,0.3939,0,1,0.3179,1,1,1,1,1,1,0.2485,0.3179,0,1,0.6597,1,1,1,0.1079,0.6597,0,1,1,1,1,1,0.149981067,0,0.879248679,1,1,1,1,1,0.234269142,0,1,1,1,1,1,1,0.364857018,0,0.431911551,0.431986461,0.432180851
-148,1,0.3937,1,1,1,1,1,1,1,1,0.1095,0.3937,0,1,0.3179,1,1,1,1,1,1,0.1179,0.3179,0,1,0.6598,1,1,1,0.0969,0.6598,0,1,1,1,1,1,0.101606213,0,0.652260303,1,1,1,1,1,0.103491649,0,0.981260061,1,1,1,1,1,0.360342234,0,0.436261479,0.436217474,0.436613475
-149,1,0.3936,1,1,1,1,1,1,1,1,0.0574,0.3936,0,1,0.3179,1,1,1,1,1,1,0.0589,0.3179,0,1,0.6599,1,1,1,0.0809,0.6599,0,1,1,1,1,1,0.03089999,0,0.522282004,1,1,1,1,1,0.044309031,0,0.736548245,1,1,1,1,1,0.291499645,0,0.452875785,0.452718426,0.453014184
-150,1,0.3934,1,1,1,1,1,1,1,1,0.0491,0.3934,0,1,0.3179,1,1,1,1,1,1,0.0983,0.3179,0,1,0.6599,1,1,1,0.0765,0.6599,0,1,1,1,1,1,0.020953078,0,0.666678071,1,1,1,1,1,0.0758316,0,0.718301356,1,1,1,1,1,0.230846629,0,0.482902368,0.482758621,0.483156028
-151,1,0.3933,1,1,1,1,1,1,1,1,0.0424,0.3933,0,1,0.3179,1,1,1,1,1,1,0.0845,0.3179,0,1,0.66,1,1,1,0.0562,0.66,0,1,1,1,1,1,0.020881666,0,0.671678662,1,1,1,1,1,0.058989674,0,0.52993536,1,1,1,1,1,0.188626125,0,0.514560174,0.514491221,0.51462766
-152,1,0.3932,1,1,1,1,1,1,1,1,0.0678,0.3932,0.1883,1,0.3179,1,1,1,1,1,1,0.1375,0.3179,0.1888,1,0.6601,1,1,1,0.0288,0.6601,0.0283,1,1,1,1,1,0.051156409,0.351036876,0.62553829,1,1,1,1,1,0.104667753,0.35002166,0.425320745,1,1,1,1,1,0.118105114,0.125800461,0.546942968,0.546858473,0.546985816
-153,1,0.393,1,1,1,1,1,1,1,1,0.1221,0.393,0.4067,1,0.3179,1,1,1,1,1,1,0.2531,0.3179,0.418,1,0.6602,1,1,1,0.0129,0.6602,0.2162,1,1,1,1,1,0.089656405,0.619287968,0.587967038,1,1,1,1,1,0.233937562,0.660088658,0.331576973,1,1,1,1,1,0.053463232,0.403309524,0.566517641,0.566532685,0.566489362
-154,1,0.3929,1,1,1,1,1,1,1,1,0.1334,0.3929,0.5478,1,0.3179,1,1,1,1,1,1,0.2684,0.3179,0.5584,1,0.6603,1,1,1,0.0092,0.6603,0.3554,1,1,1,1,1,0.117224008,0.785794616,0.717235327,1,1,1,1,1,0.296673715,0.806930482,0.329441369,1,1,1,1,1,0.018045329,0.519458115,0.572015466,0.572033002,0.571808511
-155,1,0.3928,1,1,1,1,1,1,1,1,0.0832,0.3928,0.6386,1,0.3179,1,1,1,1,1,1,0.2463,0.3179,0.6543,1,0.6604,1,1,1,0.0116,0.6604,0.3415,1,1,1,1,1,0.075509615,0.905285895,0.824079096,1,1,1,1,1,0.191872358,0.910348594,0.486140609,1,1,1,1,1,0.02884767,0.753734529,0.567423876,0.567378887,0.567375887
-156,1,0.3926,1,1,1,1,1,1,1,1,0.1125,0.3926,0.6504,1,0.3179,1,1,1,1,1,1,0.2488,0.3179,0.6701,1,0.6605,1,1,1,0.012,0.6605,0.3857,1,1,1,1,1,0.078392886,0.891079426,1,1,1,1,1,1,0.19907096,0.936917841,0.975297093,1,1,1,1,1,0.038041543,0.83075124,0.557032383,0.557012905,0.556737589
-157,1,0.3925,1,1,1,1,1,1,1,1,0.1817,0.3925,0.6311,1,0.3179,1,1,1,1,1,1,0.2425,0.3179,0.647,1,0.6606,1,1,1,0.0147,0.6606,0.402,1,1,1,1,1,0.095105343,0.817447066,1,1,1,1,1,1,0.216151059,0.900446236,1,1,1,1,1,1,0.033375405,0.710378289,0.545251329,0.545166067,0.545212766
-158,1,0.3924,1,1,1,1,1,1,1,1,0.263,0.3924,0.5093,1,0.3179,1,1,1,1,1,1,0.2601,0.3179,0.5124,1,0.6607,1,1,1,0.0103,0.6607,0.3421,1,1,1,1,1,0.138140485,0.640372276,1,1,1,1,1,1,0.227062032,0.757096589,1,1,1,1,1,1,0.029614527,0.555731773,0.536913968,0.536915591,0.537234043
-159,1,0.3922,1,1,1,1,1,1,1,1,0.2431,0.3922,0.299,1,0.3179,1,1,1,1,1,1,0.1232,0.3179,0.316,1,0.6608,1,1,1,0.0278,0.6608,0.1273,1,1,1,1,1,0.141146839,0.441087514,1,1,1,1,1,1,0.141871184,0.488292456,1,1,1,1,1,1,0.048891362,0.328809351,0.542653456,0.54283901,0.542553191
-160,1,0.3921,1,1,1,1,1,1,1,1,0.1515,0.3921,0.0553,1,0.3179,1,1,1,1,1,1,0.1151,0.3179,0.1148,1,0.6609,1,1,1,0.0393,0.6609,0,1,1,1,1,1,0.109279126,0.146455288,0.999486566,1,1,1,1,1,0.210509539,0.251701355,1,1,1,1,1,1,0.075152986,0,0.582346544,0.582398985,0.582446809
-161,1,0.392,1,1,1,1,1,1,1,1,0.2487,0.392,0,1,0.3179,1,1,1,1,1,1,0.3379,0.3179,0,1,0.661,1,1,1,0.0331,0.661,0,1,1,1,1,1,0.224165872,0,0.997973144,1,1,1,1,1,0.445290416,0,1,1,1,1,1,1,0.127303258,0,0.622281295,0.62217051,0.622340426
-162,1,0.3918,1,1,1,1,1,1,1,1,0.4787,0.3918,0,1,0.3179,1,1,1,1,1,1,0.2533,0.3179,0,1,0.6611,1,1,1,0.0687,0.6611,0,1,1,1,1,1,0.403216988,0,0.998343229,1,1,1,1,1,0.373950571,0,1,1,1,1,1,1,0.212911427,0,0.614910585,0.614977787,0.615248227
-163,1,0.3917,1,1,1,1,1,1,1,1,0.3828,0.3917,0,1,0.3179,1,1,1,1,1,1,0.0323,0.3179,0,1,0.6612,1,1,1,0.0773,0.6612,0,1,1,1,1,1,0.406515628,0,0.999373019,1,1,1,1,1,0.091711089,0,0.970958114,1,1,1,1,1,0.252609104,0,0.59521508,0.595303575,0.595301418
-164,1,0.3916,1,1,1,1,1,1,1,1,0.353,0.3916,0,1,0.3179,1,1,1,1,1,1,0.1582,0.3179,0,1,0.6613,1,1,1,0.0737,0.6613,0,1,1,1,1,1,0.465022057,0,0.999333918,1,1,1,1,1,0.268757284,0,1,1,1,1,1,1,0.237305686,0,0.576486225,0.576475566,0.576684397
-165,1,0.3914,1,1,1,1,1,1,1,1,0.2208,0.3914,0,1,0.3179,1,1,1,1,1,1,0.3859,0.3179,0,1,0.6614,1,1,1,0.1379,0.6614,0,1,1,1,1,1,0.462766081,0,1,1,1,1,1,1,0.472837806,0,0.855820179,1,1,1,1,1,0.40507862,0,0.549540841,0.549608631,0.54964539
-166,1,0.3913,1,1,1,1,1,1,1,1,0.2817,0.3913,0,1,0.3179,1,1,1,1,1,1,0.4086,0.3179,0,1,0.6615,1,1,1,0.3173,0.6615,0,1,1,1,1,1,0.623637617,0,0.791018248,1,1,1,1,1,0.496928155,0,0.224977508,1,1,1,1,1,0.549032152,0,0.514258096,0.51427967,0.51462766
-167,1,0.3912,1,1,1,1,1,1,1,1,0.3581,0.3912,0,1,0.3179,1,1,1,1,1,1,0.2684,0.3179,0,1,0.6616,1,1,1,0.2677,0.6616,0,1,1,1,1,1,0.639050901,0,0.576337457,1,1,1,1,1,0.411808074,0,0.086479068,1,1,1,1,1,0.443719596,0,0.475410826,0.475565898,0.475620567
-168,1,0.391,1,1,1,1,1,1,1,1,0.4621,0.391,0,1,0.3179,1,1,1,1,1,1,0.3442,0.3179,0,1,0.6617,1,1,1,0.2914,0.6617,0,1,1,1,1,1,0.686666548,0,0.452253044,1,1,1,1,1,0.561259866,0,0.268882751,1,1,1,1,1,0.383727908,0,0.442846786,0.442775545,0.443262411
-169,1,0.3909,1,1,1,1,1,1,1,1,0.5296,0.3909,0,1,0.3179,1,1,1,1,1,1,0.3906,0.3179,0,1,0.6618,1,1,1,0.224,0.6618,0,1,1,1,1,1,0.607914746,0,0.300419182,1,1,1,1,1,0.543580651,0,1,1,1,1,1,1,0.321433812,0,0.424057516,0.423947535,0.424202128
-170,1,0.3908,1,1,1,1,1,1,1,1,0.557,0.3908,0,1,0.3179,1,1,1,1,1,1,0.4338,0.3179,0,1,0.6619,1,1,1,0.2328,0.6619,0,1,1,1,1,1,0.572131515,0,0.409598082,1,1,1,1,1,0.586874485,0,0.989531398,1,1,1,1,1,0.353678197,0,0.412880619,0.41273535,0.413120567
-171,1,0.3906,1,1,1,1,1,1,1,1,0.4902,0.3906,0,1,0.3179,1,1,1,1,1,1,0.4514,0.3179,0,1,0.662,1,1,1,0.273,0.662,0,1,1,1,1,1,0.52833873,0,0.644146502,1,1,1,1,1,0.594080508,0,0.71316731,1,1,1,1,1,0.42398569,0,0.409859836,0.409773641,0.41001773
-172,1,0.3905,1,1,1,1,1,1,1,1,0.4219,0.3905,0,1,0.3179,1,1,1,1,1,1,0.3284,0.3179,0,1,0.6621,1,1,1,0.3023,0.6621,0,1,1,1,1,1,0.521793962,0,0.778336883,1,1,1,1,1,0.474858522,0,0.355401874,1,1,1,1,1,0.437122196,0,0.41300145,0.412946901,0.413120567
-173,1,0.3904,1,1,1,1,1,1,1,1,0.4694,0.3904,0,1,0.3178,1,1,1,1,1,1,0.2486,0.3178,0,1,0.6622,1,1,1,0.3078,0.6622,0,1,1,1,1,1,0.543539464,0,0.748621821,1,1,1,1,1,0.454101503,0,0.312565744,1,1,1,1,1,0.41463837,0,0.425024166,0.425005289,0.425088652
-174,1,0.3902,1,1,1,1,1,1,1,1,0.475,0.3902,0,1,0.3178,1,1,1,1,1,1,0.1745,0.3178,0,1,0.6623,1,1,1,0.3473,0.6623,0,1,1,1,1,1,0.490042329,0,0.651935875,1,1,1,1,1,0.334245116,0,0.204179063,1,1,1,1,1,0.494388849,0,0.44822378,0.448275862,0.448138298
-175,1,0.3901,1,1,1,1,1,1,1,1,0.266,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1918,0.3178,0,1,0.6624,1,1,1,0.1593,0.6624,0,1,1,1,1,1,0.202547133,0,0.450812697,1,1,1,1,1,0.33496505,0,0.227047935,1,1,1,1,1,0.279073626,0,0.472631706,0.472604189,0.47251773
-176,1,0.3901,1,1,1,1,1,1,1,1,0.2648,0.3901,0.2056,1,0.3178,1,1,1,1,1,1,0.2478,0.3178,0.1964,1,0.6624,1,1,1,0.197,0.6624,0.1522,1,1,1,1,1,0.213512689,0.345601231,0.456957757,1,1,1,1,1,0.306543738,0.315837443,0.240813345,1,1,1,1,1,0.33440426,0.351901531,0.506524891,0.506452295,0.506205674
-177,1,0.3901,1,1,1,1,1,1,1,1,0.1662,0.3901,0.4097,1,0.3178,1,1,1,1,1,1,0.292,0.3178,0.35,1,0.6624,1,1,1,0.2432,0.6624,0.3604,1,1,1,1,1,0.174213558,0.566147029,0.318742633,1,1,1,1,1,0.271153986,0.46024847,0.198341101,1,1,1,1,1,0.292750835,0.58458364,0.532745288,0.532684578,0.532801418
-178,1,0.3901,1,1,1,1,1,1,1,1,0.135,0.3901,0.5584,1,0.3178,1,1,1,1,1,1,0.7811,0.3178,0.4004,1,0.6624,1,1,1,0.2177,0.6624,0.5977,1,1,1,1,1,0.221653312,0.7259233,0.168887392,1,1,1,1,1,0.583435357,0.566219926,0.104793459,1,1,1,1,1,0.20057185,0.863583505,0.549299178,0.549397081,0.549202128
-179,1,0.3901,1,1,1,1,1,1,1,1,0.1194,0.3901,0.4656,1,0.3178,1,1,1,1,1,1,0.6829,0.3178,0.5397,1,0.6624,1,1,1,0.2019,0.6624,0.541,1,1,1,1,1,0.277017355,0.635938942,0.205231264,1,1,1,1,1,0.528369904,0.788891673,0.080325395,1,1,1,1,1,0.267492235,0.713043511,0.559630256,0.559763063,0.559840426
-180,1,0.3901,1,1,1,1,1,1,1,1,0.1254,0.3901,0.5802,1,0.3178,1,1,1,1,1,1,0.4365,0.3178,0.5759,1,0.6624,1,1,1,0.1679,0.6624,0.545,1,1,1,1,1,0.263291091,0.796859801,0.14308843,1,1,1,1,1,0.362736672,0.736478508,0.061300792,1,1,1,1,1,0.206581235,0.633046031,0.561442726,0.561455469,0.561613475
-181,1,0.3901,1,1,1,1,1,1,1,1,0.0938,0.3901,0.5964,1,0.3178,1,1,1,1,1,1,0.3529,0.3178,0.508,1,0.6624,1,1,1,0.1766,0.6624,0.5096,1,1,1,1,1,0.147995383,0.787820339,0.193140745,1,1,1,1,1,0.351427853,0.723053038,0.055496596,1,1,1,1,1,0.253050596,0.676588893,0.558361527,0.558282209,0.558510638
-182,1,0.3901,1,1,1,1,1,1,1,1,0.1271,0.3901,0.5111,1,0.3178,1,1,1,1,1,1,0.512,0.3178,0.4839,1,0.6624,1,1,1,0.2567,0.6624,0.3986,1,1,1,1,1,0.170357823,0.71737349,0.186769903,1,1,1,1,1,0.456674516,0.685913444,0.069324613,1,1,1,1,1,0.42970854,0.657885075,0.556367811,0.556378253,0.556737589
-183,1,0.3901,1,1,1,1,1,1,1,1,0.1077,0.3901,0.3605,1,0.3178,1,1,1,1,1,1,0.1586,0.3178,0.3378,1,0.6624,1,1,1,0.2626,0.6624,0.2671,1,1,1,1,1,0.103544593,0.533353209,0.180912837,1,1,1,1,1,0.173481762,0.517142177,0.05566597,1,1,1,1,1,0.477926105,0.489545971,0.564101015,0.564205627,0.56427305
-184,1,0.3901,1,1,1,1,1,1,1,1,0.2045,0.3901,0.1202,1,0.3178,1,1,1,1,1,1,0.3049,0.3178,0.1348,1,0.6624,1,1,1,0.2323,0.6624,0.018,1,1,1,1,1,0.254027218,0.243827745,0.222155884,1,1,1,1,1,0.291565716,0.271715552,0.069258645,1,1,1,1,1,0.451150745,0.138578326,0.612554374,0.61265073,0.612588652
-185,1,0.3901,1,1,1,1,1,1,1,1,0.2097,0.3901,0,1,0.3178,1,1,1,1,1,1,0.278,0.3178,0,1,0.6624,1,1,1,0.2513,0.6624,0,1,1,1,1,1,0.268435091,0,0.311881125,1,1,1,1,1,0.292506754,0,0.12673901,1,1,1,1,1,0.467240334,0,0.662880619,0.662788238,0.663120567
-186,1,0.3901,1,1,1,1,1,1,1,1,0.2091,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2788,0.3178,0,1,0.6624,1,1,1,0.2835,0.6624,0,1,1,1,1,1,0.232917935,0,0.558521032,1,1,1,1,1,0.321917266,0,0.274734557,1,1,1,1,1,0.581171215,0,0.661853552,0.661730484,0.662234043
-187,1,0.3901,1,1,1,1,1,1,1,1,0.1655,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3497,0.3178,0,1,0.6624,1,1,1,0.2211,0.6624,0,1,1,1,1,1,0.179451391,0,0.19075416,1,1,1,1,1,0.330650538,0,0.186350793,1,1,1,1,1,0.47033596,0,0.644755921,0.64459488,0.644946809
-188,1,0.3901,1,1,1,1,1,1,1,1,0.2507,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4967,0.3178,0,1,0.6624,1,1,1,0.2073,0.6624,0,1,1,1,1,1,0.233523786,0,0.535915017,1,1,1,1,1,0.428534478,0,0.266032457,1,1,1,1,1,0.460571229,0,0.622402127,0.622382061,0.622340426
-189,1,0.3901,1,1,1,1,1,1,1,1,0.2124,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3421,0.3178,0,1,0.6624,1,1,1,0.1611,0.6624,0,1,1,1,1,1,0.197916046,0,0.611964345,1,1,1,1,1,0.288343489,0,0.361465454,1,1,1,1,1,0.381219059,0,0.585669406,0.585572245,0.585992908
-190,1,0.3901,1,1,1,1,1,1,1,1,0.2242,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2756,0.3178,0,1,0.6624,1,1,1,0.1603,0.6624,0,1,1,1,1,1,0.217971355,0,0.939801395,1,1,1,1,1,0.293203682,0,0.823400021,1,1,1,1,1,0.366700947,0,0.537336878,0.537338693,0.537677305
-191,1,0.3901,1,1,1,1,1,1,1,1,0.1402,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0957,0.3178,0,1,0.6624,1,1,1,0.1348,0.6624,0,1,1,1,1,1,0.10303878,0,0.810448647,1,1,1,1,1,0.118923396,0,0.804819345,1,1,1,1,1,0.304392785,0,0.495045916,0.495028559,0.495124113
-192,1,0.3901,1,1,1,1,1,1,1,1,0.1431,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0651,0.3178,0,1,0.6624,1,1,1,0.1281,0.6624,0,1,1,1,1,1,0.147764057,0,0.395258129,1,1,1,1,1,0.082972042,0,0.483844012,1,1,1,1,1,0.344584882,0,0.467375544,0.467315422,0.467641844
-193,1,0.3901,1,1,1,1,1,1,1,1,0.1002,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0526,0.3178,0,1,0.6624,1,1,1,0.0796,0.6624,0,1,1,1,1,1,0.085156471,0,0.310488403,1,1,1,1,1,0.072127879,0,0.313701302,1,1,1,1,1,0.255002499,0,0.453963267,0.45398773,0.453900709
-194,1,0.3901,1,1,1,1,1,1,1,1,0.0991,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0423,0.3178,0,1,0.6624,1,1,1,0.0623,0.6624,0,1,1,1,1,1,0.072525367,0,0.457707167,1,1,1,1,1,0.066141412,0,0.378204465,1,1,1,1,1,0.230172008,0,0.449009183,0.448910514,0.449468085
-195,1,0.3901,1,1,1,1,1,1,1,1,0.0744,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0308,0.3178,0,1,0.6624,1,1,1,0.0647,0.6624,0,1,1,1,1,1,0.071579069,0,0.636734128,1,1,1,1,1,0.043133982,0,0.445469886,1,1,1,1,1,0.248969957,0,0.450761237,0.45081447,0.450797872
-196,1,0.3901,1,1,1,1,1,1,1,1,0.0575,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0204,0.3178,0,1,0.6624,1,1,1,0.0873,0.6624,0,1,1,1,1,1,0.065758899,0,0.520035744,1,1,1,1,1,0.031730294,0,0.285743475,1,1,1,1,1,0.363280237,0,0.467073465,0.467103871,0.467198582
-197,1,0.3901,1,1,1,1,1,1,1,1,0.0686,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0637,0.3178,0,1,0.6624,1,1,1,0.1157,0.6624,0,1,1,1,1,1,0.069720209,0,0.359866887,1,1,1,1,1,0.060913507,0,0.20936048,1,1,1,1,1,0.431663752,0,0.513956017,0.513856569,0.514184397
-198,1,0.3901,1,1,1,1,1,1,1,1,0.0494,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0768,0.3178,0,1,0.6624,1,1,1,0.116,0.6624,0,1,1,1,1,1,0.056189146,0,0.225535557,1,1,1,1,1,0.074776053,0,0.132242933,1,1,1,1,1,0.410505325,0,0.598356694,0.598476835,0.598404255
-199,1,0.3901,1,1,1,1,1,1,1,1,0.0621,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0465,0.3178,0,1,0.6624,1,1,1,0.1029,0.6624,0,1,1,1,1,1,0.060359363,0,0.275905073,1,1,1,1,1,0.04852362,0,0.162598431,1,1,1,1,1,0.36536485,0,0.647051716,0.647133488,0.647606383
-200,1,0.3901,1,1,1,1,1,1,1,1,0.0559,0.3901,0.1584,1,0.3178,1,1,1,1,1,1,0.0561,0.3178,0.1776,1,0.6624,1,1,1,0.0879,0.6624,0.1217,1,1,1,1,1,0.062977754,0.276372254,0.124938294,1,1,1,1,1,0.040680349,0.337920904,0.052235603,1,1,1,1,1,0.342171937,0.246680662,0.651884969,0.651787603,0.652039007
-201,1,0.3901,1,1,1,1,1,1,1,1,0.0284,0.3901,0.3603,1,0.3178,1,1,1,1,1,1,0.0187,0.3178,0.3604,1,0.6624,1,1,1,0.0881,0.6624,0.2632,1,1,1,1,1,0.035491686,0.503390014,0.079028197,1,1,1,1,1,0.014109918,0.572151363,0.060230635,1,1,1,1,1,0.328503311,0.488681912,0.652549541,0.652633806,0.65248227
-202,1,0.3901,1,1,1,1,1,1,1,1,0.0208,0.3901,0.4586,1,0.3178,1,1,1,1,1,1,0.0059,0.3178,0.4766,1,0.6624,1,1,1,0.0665,0.6624,0.3302,1,1,1,1,1,0.025099194,0.587988615,0.042986747,1,1,1,1,1,0.009063695,0.723044753,0,1,1,1,1,1,0.23677364,0.717196882,0.652247463,0.652210704,0.65248227
-203,1,0.3901,1,1,1,1,1,1,1,1,0.0119,0.3901,0.4847,1,0.3178,1,1,1,1,1,1,0.0047,0.3178,0.5273,1,0.6624,1,1,1,0.0426,0.6624,0.4142,1,1,1,1,1,0.008326887,0.621785879,0.038227208,1,1,1,1,1,0.013290644,0.824058175,0,1,1,1,1,1,0.142485827,0.759250998,0.646628806,0.646710387,0.646719858
-204,1,0.3901,1,1,1,1,1,1,1,1,0.0061,0.3901,0.5907,1,0.3178,1,1,1,1,1,1,0.0094,0.3178,0.6539,1,0.6624,1,1,1,0.0259,0.6624,0.4301,1,1,1,1,1,0.003663684,0.744298935,0,1,1,1,1,1,0.00793491,0.961136997,0,1,1,1,1,1,0.098549098,0.794671774,0.635693572,0.635709752,0.635638298
-205,1,0.3901,1,1,1,1,1,1,1,1,0.0129,0.3901,0.7654,1,0.3178,1,1,1,1,1,1,0.0296,0.3178,0.7914,1,0.6624,1,1,1,0.0368,0.6624,0.5913,1,1,1,1,1,0.0199946,0.966370106,0,1,1,1,1,1,0.025331905,1,0,1,1,1,1,1,0.107496016,0.944644928,0.628866602,0.62872858,0.628989362
-206,1,0.3901,1,1,1,1,1,1,1,1,0.0347,0.3901,0.5757,1,0.3178,1,1,1,1,1,1,0.0843,0.3178,0.5949,1,0.6624,1,1,1,0.0724,0.6624,0.4197,1,1,1,1,1,0.069297858,0.83535111,0,1,1,1,1,1,0.082340918,0.864198089,0,1,1,1,1,1,0.14258711,0.772429883,0.620045916,0.620055003,0.620567376
-207,1,0.3901,1,1,1,1,1,1,1,1,0.0908,0.3901,0.4019,1,0.3178,1,1,1,1,1,1,0.0548,0.3178,0.4277,1,0.6624,1,1,1,0.076,0.6624,0.2693,1,1,1,1,1,0.12937811,0.661422789,0,1,1,1,1,1,0.068690114,0.687489092,0,1,1,1,1,1,0.159735858,0.602521539,0.622160464,0.62217051,0.622340426
-208,1,0.3901,1,1,1,1,1,1,1,1,0.1278,0.3901,0.1541,1,0.3178,1,1,1,1,1,1,0.107,0.3178,0.1815,1,0.6624,1,1,1,0.1224,0.6624,0.0422,1,1,1,1,1,0.196126029,0.324260175,0.00136373,1,1,1,1,1,0.147525936,0.353324205,0,1,1,1,1,1,0.21488446,0.217336237,0.664028516,0.664057542,0.664450355
-209,1,0.3901,1,1,1,1,1,1,1,1,0.2179,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2529,0.3178,0,1,0.6624,1,1,1,0.2081,0.6624,0,1,1,1,1,1,0.353550047,0,0.003544211,1,1,1,1,1,0.325946659,0,0,1,1,1,1,1,0.346074641,0,0.720456742,0.72054157,0.720744681
-210,1,0.3901,1,1,1,1,1,1,1,1,0.3161,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2145,0.3178,0,1,0.6624,1,1,1,0.2143,0.6624,0,1,1,1,1,1,0.509063959,0,0.006642011,1,1,1,1,1,0.26263231,0,0,1,1,1,1,1,0.386885196,0,0.718704688,0.718637614,0.718971631
-211,1,0.3901,1,1,1,1,1,1,1,1,0.2441,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0721,0.3178,0,1,0.6624,1,1,1,0.2305,0.6624,0,1,1,1,1,1,0.383011222,0,0.02023825,1,1,1,1,1,0.127883226,0,0,1,1,1,1,1,0.415913731,0,0.699432093,0.699386503,0.699468085
-212,1,0.3901,1,1,1,1,1,1,1,1,0.2008,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0908,0.3178,0,1,0.6624,1,1,1,0.2202,0.6624,0,1,1,1,1,1,0.362071484,0,0.00365085,1,1,1,1,1,0.125612289,0,0,1,1,1,1,1,0.321157962,0,0.671459642,0.671461815,0.671542553
-213,1,0.3901,1,1,1,1,1,1,1,1,0.2149,0.3901,0,1,0.3178,1,1,1,1,1,1,0.077,0.3178,0,1,0.6624,1,1,1,0.2228,0.6624,0,1,1,1,1,1,0.321069121,0,0.046263084,1,1,1,1,1,0.108288124,0,0,1,1,1,1,1,0.478097707,0,0.625241663,0.62534377,0.625443262
-214,1,0.3901,1,1,1,1,1,1,1,1,0.1922,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0957,0.3178,0,1,0.6624,1,1,1,0.2421,0.6624,0,1,1,1,1,1,0.302196592,0,0.117049649,1,1,1,1,1,0.124955013,0,0,1,1,1,1,1,0.602264404,0,0.566457226,0.566532685,0.566489362
-215,1,0.3901,1,1,1,1,1,1,1,1,0.2232,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0707,0.3178,0,1,0.6624,1,1,1,0.2317,0.6624,0,1,1,1,1,1,0.371074796,0,0.121016964,1,1,1,1,1,0.091939658,0,0,1,1,1,1,1,0.590563655,0,0.514439343,0.514491221,0.51462766
-216,1,0.3901,1,1,1,1,1,1,1,1,0.198,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0462,0.3178,0,1,0.6624,1,1,1,0.2227,0.6624,0,1,1,1,1,1,0.302639276,0,0.195917934,1,1,1,1,1,0.067138597,0,0.024278272,1,1,1,1,1,0.575982213,0,0.480304495,0.480220013,0.480496454
-217,1,0.3901,1,1,1,1,1,1,1,1,0.1546,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0198,0.3178,0,1,0.6624,1,1,1,0.2261,0.6624,0,1,1,1,1,1,0.263071388,0,0.2421,1,1,1,1,1,0.036668267,0,0.002262566,1,1,1,1,1,0.655436516,0,0.463327695,0.463295959,0.46320922
-218,1,0.3901,1,1,1,1,1,1,1,1,0.1653,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0553,0.3178,0,1,0.6624,1,1,1,0.2701,0.6624,0,1,1,1,1,1,0.312604427,0,0.213288948,1,1,1,1,1,0.07977096,0,0.189022526,1,1,1,1,1,0.647818506,0,0.453902852,0.453776179,0.453900709
-219,1,0.3901,1,1,1,1,1,1,1,1,0.1749,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0958,0.3178,0,1,0.6624,1,1,1,0.2599,0.6624,0,1,1,1,1,1,0.333749324,0,0.221722022,1,1,1,1,1,0.103449941,0,0.380198181,1,1,1,1,1,0.643763781,0,0.453298695,0.453141527,0.453457447
-220,1,0.3901,1,1,1,1,1,1,1,1,0.0983,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0433,0.3178,0,1,0.6624,1,1,1,0.1944,0.6624,0,1,1,1,1,1,0.178379744,0,0.197167411,1,1,1,1,1,0.052775551,0,0.226042941,1,1,1,1,1,0.486042619,0,0.466408893,0.466469219,0.466312057
-221,1,0.3901,1,1,1,1,1,1,1,1,0.1047,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0717,0.3178,0,1,0.6624,1,1,1,0.2003,0.6624,0,1,1,1,1,1,0.182532981,0,0.1864952,1,1,1,1,1,0.071044549,0,0.258432746,1,1,1,1,1,0.48717621,0,0.509666506,0.509837106,0.509751773
-222,1,0.3901,1,1,1,1,1,1,1,1,0.0929,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1079,0.3178,0,1,0.6624,1,1,1,0.2279,0.6624,0,1,1,1,1,1,0.150467202,0,0.060836557,1,1,1,1,1,0.110895261,0,0.185562834,1,1,1,1,1,0.48205024,0,0.591831803,0.591707214,0.592198582
-223,1,0.3901,1,1,1,1,1,1,1,1,0.1185,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0817,0.3178,0,1,0.6624,1,1,1,0.2753,0.6624,0,1,1,1,1,1,0.214620605,0,0.050602857,1,1,1,1,1,0.075528733,0,0.206351072,1,1,1,1,1,0.488786489,0,0.635633156,0.635709752,0.635638298
-224,1,0.3901,1,1,1,1,1,1,1,1,0.114,0.3901,0.1709,1,0.3178,1,1,1,1,1,1,0.2208,0.3178,0.1778,1,0.6624,1,1,1,0.2258,0.6624,0.11,1,1,1,1,1,0.223796159,0.294971883,0.047991022,1,1,1,1,1,0.268649101,0.333648056,0.667355299,1,1,1,1,1,0.356165349,0.30182007,0.637928951,0.637825259,0.63785461
-225,1,0.3901,1,1,1,1,1,1,1,1,0.1039,0.3901,0.3428,1,0.3178,1,1,1,1,1,1,0.0591,0.3178,0.3614,1,0.6624,1,1,1,0.2103,0.6624,0.2628,1,1,1,1,1,0.156572431,0.505941212,0.118972525,1,1,1,1,1,0.050864745,0.570085824,0.807765722,1,1,1,1,1,0.370222688,0.426658571,0.641191397,0.64121007,0.641400709
-226,1,0.3901,1,1,1,1,1,1,1,1,0.1886,0.3901,0.4545,1,0.3178,1,1,1,1,1,1,0.0968,0.3178,0.4885,1,0.6624,1,1,1,0.2038,0.6624,0.3126,1,1,1,1,1,0.192778453,0.673364401,0.2692388,1,1,1,1,1,0.091097057,0.675946474,0.503357053,1,1,1,1,1,0.32965818,0.473291039,0.641372644,0.64142162,0.641400709
-227,1,0.3901,1,1,1,1,1,1,1,1,0.1247,0.3901,0.5223,1,0.3178,1,1,1,1,1,1,0.1117,0.3178,0.5863,1,0.6624,1,1,1,0.227,0.6624,0.3216,1,1,1,1,1,0.144624099,0.787525713,0.34765631,1,1,1,1,1,0.112575106,0.71120137,0.511253953,1,1,1,1,1,0.313061386,0.505457759,0.635210246,0.635286651,0.635195035
-228,1,0.3901,1,1,1,1,1,1,1,1,0.1464,0.3901,0.5971,1,0.3178,1,1,1,1,1,1,0.1581,0.3178,0.5876,1,0.6624,1,1,1,0.155,0.6624,0.3381,1,1,1,1,1,0.175225928,0.818466902,0.455421895,1,1,1,1,1,0.162781134,0.781647444,0.79771471,1,1,1,1,1,0.249325559,0.605726838,0.624697922,0.624709118,0.624556738
-229,1,0.3901,1,1,1,1,1,1,1,1,0.1602,0.3901,0.6098,1,0.3178,1,1,1,1,1,1,0.1474,0.3178,0.5302,1,0.6624,1,1,1,0.1424,0.6624,0.4114,1,1,1,1,1,0.202324748,0.779298604,0.360453963,1,1,1,1,1,0.17729947,0.675989747,0.497001886,1,1,1,1,1,0.267502129,0.693576753,0.619441759,0.619420351,0.619680851
-230,1,0.3901,1,1,1,1,1,1,1,1,0.1334,0.3901,0.5176,1,0.3178,1,1,1,1,1,1,0.1807,0.3178,0.4279,1,0.6624,1,1,1,0.186,0.6624,0.3916,1,1,1,1,1,0.193230435,0.660780966,0.186220258,1,1,1,1,1,0.235788912,0.562865138,0.700961292,1,1,1,1,1,0.37764746,0.593967557,0.613883519,0.613708483,0.61391844
-231,1,0.3901,1,1,1,1,1,1,1,1,0.1721,0.3901,0.3503,1,0.3178,1,1,1,1,1,1,0.1845,0.3178,0.2873,1,0.6624,1,1,1,0.2311,0.6624,0.2578,1,1,1,1,1,0.27955395,0.474767894,0.37871629,1,1,1,1,1,0.245300382,0.451547176,0.935683846,1,1,1,1,1,0.436159343,0.465108603,0.618052199,0.617939497,0.618351064
-232,1,0.3901,1,1,1,1,1,1,1,1,0.1873,0.3901,0.1105,1,0.3178,1,1,1,1,1,1,0.2469,0.3178,0.1142,1,0.6624,1,1,1,0.2519,0.6624,0.0069,1,1,1,1,1,0.298573434,0.213693738,0.601674139,1,1,1,1,1,0.299913794,0.237883806,0.907049835,1,1,1,1,1,0.529682159,0.076301232,0.658470275,0.658557224,0.658687943
-233,1,0.3901,1,1,1,1,1,1,1,1,0.242,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2081,0.3178,0,1,0.6624,1,1,1,0.3493,0.6624,0,1,1,1,1,1,0.245693415,0,0.876646042,1,1,1,1,1,0.266704261,0,0.995430946,1,1,1,1,1,0.712863207,0,0.704507008,0.704463719,0.704787234
-234,1,0.3901,1,1,1,1,1,1,1,1,0.2628,0.3901,0,1,0.3178,1,1,1,1,1,1,0.296,0.3178,0,1,0.6624,1,1,1,0.4746,0.6624,0,1,1,1,1,1,0.340046257,0,0.884292006,1,1,1,1,1,0.377890676,0,1,1,1,1,1,1,0.832049489,0,0.699311261,0.699386503,0.699468085
-235,1,0.3901,1,1,1,1,1,1,1,1,0.1955,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1096,0.3178,0,1,0.6624,1,1,1,0.567,0.6624,0,1,1,1,1,1,0.207921654,0,0.864516497,1,1,1,1,1,0.170502841,0,0.963919401,1,1,1,1,1,0.851759732,0,0.681971967,0.682039348,0.682180851
-236,1,0.3901,1,1,1,1,1,1,1,1,0.1863,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1436,0.3178,0,1,0.6624,1,1,1,0.6104,0.6624,0,1,1,1,1,1,0.204992115,0,0.968983352,1,1,1,1,1,0.2100465,0,0.673694015,1,1,1,1,1,0.868061364,0,0.656416143,0.656441718,0.656471631
-237,1,0.3901,1,1,1,1,1,1,1,1,0.1745,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1962,0.3178,0,1,0.6624,1,1,1,0.6489,0.6624,0,1,1,1,1,1,0.226403102,0,0.827410579,1,1,1,1,1,0.289611697,0,0.562394261,1,1,1,1,1,0.828646958,0,0.613158531,0.613073831,0.613475177
-238,1,0.3901,1,1,1,1,1,1,1,1,0.1926,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1179,0.3178,0,1,0.6624,1,1,1,0.6722,0.6624,0,1,1,1,1,1,0.243016481,0,0.841277778,1,1,1,1,1,0.222531497,0,0.852905512,1,1,1,1,1,0.775122285,0,0.556126148,0.556166702,0.556294326
-239,1,0.3901,1,1,1,1,1,1,1,1,0.268,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1488,0.3178,0,1,0.6624,1,1,1,0.6139,0.6624,0,1,1,1,1,1,0.284408391,0,0.695922613,1,1,1,1,1,0.331273735,0,0.98426342,1,1,1,1,1,0.768194735,0,0.506524891,0.506452295,0.506205674
-240,1,0.3901,1,1,1,1,1,1,1,1,0.2232,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0593,0.3178,0,1,0.6624,1,1,1,0.5739,0.6624,0,1,1,1,1,1,0.136679202,0,0.757170558,1,1,1,1,1,0.186490044,0,1,1,1,1,1,1,0.724086463,0,0.475108748,0.475142797,0.475177305
-241,1,0.3901,1,1,1,1,1,1,1,1,0.1416,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1005,0.3178,0,1,0.6624,1,1,1,0.4716,0.6624,0,1,1,1,1,1,0.080614135,0,0.617257476,1,1,1,1,1,0.163047209,0,0.568916261,1,1,1,1,1,0.680777907,0,0.459279845,0.459276497,0.459663121
-242,1,0.3901,1,1,1,1,1,1,1,1,0.0806,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0446,0.3178,0,1,0.6624,1,1,1,0.355,0.6624,0,1,1,1,1,1,0.036182791,0,0.379604399,1,1,1,1,1,0.069105901,0,0.237542689,1,1,1,1,1,0.502547562,0,0.452090382,0.452083774,0.45212766
-243,1,0.3901,1,1,1,1,1,1,1,1,0.0567,0.3901,0,1,0.3178,1,1,1,1,1,1,0.001,0.3178,0,1,0.6624,1,1,1,0.2618,0.6624,0,1,1,1,1,1,0.038662121,0,0.202409118,1,1,1,1,1,0.02132386,0,0.062203147,1,1,1,1,1,0.349566966,0,0.454084099,0.45398773,0.453900709
-244,1,0.3901,1,1,1,1,1,1,1,1,0.0553,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0562,0.3178,0,1,0.6624,1,1,1,0.1584,0.6624,0,1,1,1,1,1,0.045082051,0,0.176703244,1,1,1,1,1,0.102172196,0,0.056030106,1,1,1,1,1,0.21410659,0,0.46840261,0.468373175,0.468085106
-245,1,0.3901,1,1,1,1,1,1,1,1,0.0602,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1323,0.3178,0,1,0.6624,1,1,1,0.1459,0.6624,0,1,1,1,1,1,0.05319171,0,0.173600957,1,1,1,1,1,0.228121877,0,0.067370161,1,1,1,1,1,0.204058722,0,0.515164331,0.515125873,0.515070922
-246,1,0.3901,1,1,1,1,1,1,1,1,0.0663,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0891,0.3178,0,1,0.6624,1,1,1,0.1188,0.6624,0,1,1,1,1,1,0.066936791,0,0.199694216,1,1,1,1,1,0.173654556,0,0.098741636,1,1,1,1,1,0.201993749,0,0.597631706,0.597630633,0.597960993
-247,1,0.3901,1,1,1,1,1,1,1,1,0.0186,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0828,0.3178,0,1,0.6624,1,1,1,0.0679,0.6624,0,1,1,1,1,1,0.038173757,0,0.113522388,1,1,1,1,1,0.120949909,0,0.031515967,1,1,1,1,1,0.141252577,0,0.641372644,0.64142162,0.641400709
-248,1,0.3901,1,1,1,1,1,1,1,1,0.0023,0.3901,0.1904,1,0.3178,1,1,1,1,1,1,0.002,0.3178,0.1817,1,0.6624,1,1,1,0.112,0.6624,0.1915,1,1,1,1,1,0.014021291,0.333027333,0.074958459,1,1,1,1,1,0.019483481,0.334220946,0.016308378,1,1,1,1,1,0.182588384,0.418111622,0.641372644,0.64142162,0.641400709
-249,1,0.3901,1,1,1,1,1,1,1,1,0.0057,0.3901,0.3998,1,0.3178,1,1,1,1,1,1,0.0227,0.3178,0.3776,1,0.6624,1,1,1,0.1061,0.6624,0.4013,1,1,1,1,1,0.002819492,0.6092574,0.12960501,1,1,1,1,1,0.015071142,0.621074975,0.000575916,1,1,1,1,1,0.11207664,0.68553251,0.637566457,0.637613708,0.637411348
-250,1,0.3901,1,1,1,1,1,1,1,1,0.0049,0.3901,0.5013,1,0.3178,1,1,1,1,1,1,0,0.3178,0.5216,1,0.6624,1,1,1,0.0655,0.6624,0.5489,1,1,1,1,1,0.002542447,0.664640903,0.124712363,1,1,1,1,1,0.000297571,0.804549634,0,1,1,1,1,1,0.073932163,0.842455089,0.635331078,0.635286651,0.635195035
-251,1,0.3901,1,1,1,1,1,1,1,1,0.0119,0.3901,0.5482,1,0.3178,1,1,1,1,1,1,0,0.3178,0.6342,1,0.6624,1,1,1,0.0257,0.6624,0.5712,1,1,1,1,1,0.001646245,0.724983215,0.132610857,1,1,1,1,1,0.000883579,0.907052815,0,1,1,1,1,1,0.034809116,0.895346045,0.630256162,0.630209435,0.630319149
-252,1,0.3901,1,1,1,1,1,1,1,1,0.0001,0.3901,0.5471,1,0.3178,1,1,1,1,1,1,0,0.3178,0.6809,1,0.6624,1,1,1,0.0084,0.6624,0.5562,1,1,1,1,1,4.56E-06,0.747913063,0.094713494,1,1,1,1,1,0.001406988,0.945675135,0,1,1,1,1,1,0.007758846,0.841864586,0.62137506,0.621324307,0.621453901
-253,1,0.3901,1,1,1,1,1,1,1,1,0.0005,0.3901,0.5638,1,0.3178,1,1,1,1,1,1,0.0183,0.3178,0.6637,1,0.6624,1,1,1,0.0075,0.6624,0.4639,1,1,1,1,1,0.000524132,0.746150136,0.100870654,1,1,1,1,1,0.014435953,0.920805573,0.000287958,1,1,1,1,1,0.007867993,0.838654399,0.617810536,0.617727946,0.617907801
-254,1,0.3901,1,1,1,1,1,1,1,1,0.0027,0.3901,0.4942,1,0.3178,1,1,1,1,1,1,0.055,0.3178,0.5758,1,0.6624,1,1,1,0.0066,0.6624,0.4478,1,1,1,1,1,0.008103127,0.675547957,0.038816467,1,1,1,1,1,0.055314414,0.835924745,0.001696335,1,1,1,1,1,0.010572084,0.757168651,0.611950217,0.611804527,0.611702128
-255,1,0.3901,1,1,1,1,1,1,1,1,0.0193,0.3901,0.358,1,0.3178,1,1,1,1,1,1,0.0855,0.3178,0.4076,1,0.6624,1,1,1,0.0134,0.6624,0.2893,1,1,1,1,1,0.045695066,0.546369016,0.089161843,1,1,1,1,1,0.087672457,0.601625383,0.045447905,1,1,1,1,1,0.024493992,0.482877761,0.616058482,0.616035541,0.616134752
-256,1,0.3901,1,1,1,1,1,1,1,1,0.0259,0.3901,0.1237,1,0.3178,1,1,1,1,1,1,0.0845,0.3178,0.1352,1,0.6624,1,1,1,0.0269,0.6624,0.0178,1,1,1,1,1,0.077881113,0.252424687,0.122047246,1,1,1,1,1,0.103971079,0.243936017,0.054183774,1,1,1,1,1,0.04668469,0.028385982,0.655932818,0.655807066,0.656471631
-257,1,0.3901,1,1,1,1,1,1,1,1,0.0951,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1567,0.3178,0,1,0.6624,1,1,1,0.0344,0.6624,0,1,1,1,1,1,0.191320345,0,0.223094314,1,1,1,1,1,0.21387437,0,0.231293976,1,1,1,1,1,0.082200684,0,0.704688255,0.70467527,0.704787234
-258,1,0.3901,1,1,1,1,1,1,1,1,0.1304,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2152,0.3178,0,1,0.6624,1,1,1,0.0406,0.6624,0,1,1,1,1,1,0.215141863,0,0.299939692,1,1,1,1,1,0.283218205,0,0.382775396,1,1,1,1,1,0.102908634,0,0.702090382,0.702136662,0.702570922
-259,1,0.3901,1,1,1,1,1,1,1,1,0.1322,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1186,0.3178,0,1,0.6624,1,1,1,0.0344,0.6624,0,1,1,1,1,1,0.153298661,0,0.564502239,1,1,1,1,1,0.1467361,0,0.534064412,1,1,1,1,1,0.099765256,0,0.684811503,0.684789507,0.684840426
-260,1,0.3901,1,1,1,1,1,1,1,1,0.1124,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1396,0.3178,0,1,0.6624,1,1,1,0.0893,0.6624,0,1,1,1,1,1,0.167470008,0,0.530351102,1,1,1,1,1,0.165441945,0,0.325419664,1,1,1,1,1,0.203330696,0,0.658530691,0.658557224,0.658687943
-261,1,0.3901,1,1,1,1,1,1,1,1,0.0917,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1212,0.3178,0,1,0.6624,1,1,1,0.106,0.6624,0,1,1,1,1,1,0.114720486,0,0.7570858,1,1,1,1,1,0.158409834,0,0.420566499,1,1,1,1,1,0.22229515,0,0.613460609,0.613496933,0.61391844
-262,1,0.3901,1,1,1,1,1,1,1,1,0.0832,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1352,0.3178,0,1,0.6624,1,1,1,0.0991,0.6624,0,1,1,1,1,1,0.106846943,0,0.79648602,1,1,1,1,1,0.177239537,0,0.545936704,1,1,1,1,1,0.238715395,0,0.554797003,0.554685847,0.554964539
-263,1,0.3901,1,1,1,1,1,1,1,1,0.1724,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1283,0.3178,0,1,0.6624,1,1,1,0.0617,0.6624,0,1,1,1,1,1,0.14725326,0,0.972417831,1,1,1,1,1,0.172387347,0,0.959240079,1,1,1,1,1,0.216598734,0,0.503141614,0.503067485,0.503102837
-264,1,0.3901,1,1,1,1,1,1,1,1,0.2353,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2223,0.3178,0,1,0.6624,1,1,1,0.0853,0.6624,0,1,1,1,1,1,0.209360868,0,0.999604702,1,1,1,1,1,0.326823711,0,1,1,1,1,1,1,0.234016851,0,0.469127598,0.469007827,0.468971631
-265,1,0.3901,1,1,1,1,1,1,1,1,0.3027,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4588,0.3178,0,1,0.6624,1,1,1,0.1049,0.6624,0,1,1,1,1,1,0.292143703,0,1,1,1,1,1,1,0.588610947,0,1,1,1,1,1,1,0.221090242,0,0.450338328,0.450391369,0.45035461
-266,1,0.3901,1,1,1,1,1,1,1,1,0.3992,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5617,0.3178,0,1,0.6624,1,1,1,0.1123,0.6624,0,1,1,1,1,1,0.406935632,0,1,1,1,1,1,1,0.701722741,0,1,1,1,1,1,1,0.23139976,0,0.441517641,0.441506241,0.441489362
-267,1,0.3901,1,1,1,1,1,1,1,1,0.5173,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6365,0.3178,0,1,0.6624,1,1,1,0.1493,0.6624,0,1,1,1,1,1,0.562687576,0,1,1,1,1,1,1,0.773771405,0,1,1,1,1,1,1,0.262748182,0,0.441336394,0.44129469,0.441046099
-268,1,0.3901,1,1,1,1,1,1,1,1,0.5307,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4515,0.3178,0,1,0.6624,1,1,1,0.156,0.6624,0,1,1,1,1,1,0.46007356,0,1,1,1,1,1,1,0.651500046,0,1,1,1,1,1,1,0.296734899,0,0.454990333,0.454833933,0.455230496
-269,1,0.3901,1,1,1,1,1,1,1,1,0.6135,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6162,0.3178,0,1,0.6624,1,1,1,0.2391,0.6624,0,1,1,1,1,1,0.550437272,0,1,1,1,1,1,1,0.759138584,0,1,1,1,1,1,1,0.391515285,0,0.497764621,0.497778718,0.497783688
-270,1,0.3901,1,1,1,1,1,1,1,1,0.6996,0.3901,0,1,0.3178,1,1,1,1,1,1,0.7449,0.3178,0,1,0.6624,1,1,1,0.2026,0.6624,0,1,1,1,1,1,0.707036734,0,1,1,1,1,1,1,0.810491323,0,1,1,1,1,1,1,0.346123993,0,0.574734171,0.574783161,0.574911348
-271,1,0.3901,1,1,1,1,1,1,1,1,0.6876,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6273,0.3178,0,1,0.6624,1,1,1,0.2094,0.6624,0,1,1,1,1,1,0.626464605,0,1,1,1,1,1,1,0.744643569,0,1,1,1,1,1,1,0.373617917,0,0.627899952,0.627882378,0.628102837
-272,1,0.3901,1,1,1,1,1,1,1,1,0.7481,0.3901,0,1,0.3178,1,1,1,1,1,1,0.8289,0.3178,0.0001,1,0.6624,1,1,1,0.2736,0.6624,0.0154,1,1,1,1,1,0.724641323,0,1,1,1,1,1,1,0.860166192,5.93E-06,1,1,1,1,1,1,0.42761305,0.003274266,0.642641373,0.642690924,0.642730496
-273,1,0.3901,1,1,1,1,1,1,1,1,0.7162,0.3901,0.0026,1,0.3178,1,1,1,1,1,1,0.8756,0.3178,0.0041,1,0.6624,1,1,1,0.2895,0.6624,0.0761,1,1,1,1,1,0.729462445,0.01296409,1,1,1,1,1,1,0.878538132,0.013474061,1,1,1,1,1,1,0.390865058,0.103457332,0.653153697,0.653268458,0.653368794
-274,1,0.3901,1,1,1,1,1,1,1,1,0.7156,0.3901,0.0598,1,0.3178,1,1,1,1,1,1,0.8734,0.3178,0.0626,1,0.6624,1,1,1,0.329,0.6624,0.1435,1,1,1,1,1,0.781377256,0.116044685,1,1,1,1,1,1,0.88024354,0.072577767,1,1,1,1,1,1,0.483459949,0.189409554,0.662397293,0.662365136,0.662234043
-275,1,0.3901,1,1,1,1,1,1,1,1,0.8305,0.3901,0.1045,1,0.3178,1,1,1,1,1,1,0.9607,0.3178,0.0905,1,0.6624,1,1,1,0.5503,0.6624,0.1695,1,1,1,1,1,0.824034154,0.171812311,1,1,1,1,1,1,0.945016623,0.168727875,1,1,1,1,1,1,0.724869907,0.218318224,0.664693088,0.664692194,0.664893617
-276,1,0.3901,1,1,1,1,1,1,1,1,0.8531,0.3901,0.0515,1,0.3178,1,1,1,1,1,1,0.9574,0.3178,0.1765,1,0.6624,1,1,1,0.6352,0.6624,0.1899,1,1,1,1,1,0.859429896,0.134762511,1,1,1,1,1,1,0.925606847,0.284446388,1,1,1,1,1,1,0.766550124,0.258529097,0.662095215,0.662153586,0.662234043
-277,1,0.3901,1,1,1,1,1,1,1,1,0.8322,0.3901,0.0671,1,0.3178,1,1,1,1,1,1,0.8909,0.3178,0.3062,1,0.6624,1,1,1,0.7038,0.6624,0.1761,1,1,1,1,1,0.897070885,0.166007161,0.977309346,1,1,1,1,1,0.82940793,0.434566885,1,1,1,1,1,1,0.788836181,0.23809211,0.659134848,0.659191876,0.659131206
-278,1,0.3901,1,1,1,1,1,1,1,1,0.6043,0.3901,0.1956,1,0.3178,1,1,1,1,1,1,0.833,0.3178,0.369,1,0.6624,1,1,1,0.7892,0.6624,0.114,1,1,1,1,1,0.761992693,0.322211862,1,1,1,1,1,1,0.803979039,0.504662395,1,1,1,1,1,1,0.847524703,0.089512557,0.650374577,0.650306748,0.650265957
-279,1,0.3901,1,1,1,1,1,1,1,1,0.5006,0.3901,0.1553,1,0.3178,1,1,1,1,1,1,0.6077,0.3178,0.2813,1,0.6624,1,1,1,0.7605,0.6624,0.0091,1,1,1,1,1,0.588742733,0.316072851,1,1,1,1,1,1,0.603957295,0.45194751,1,1,1,1,1,1,0.847279131,0.003176415,0.64880377,0.648825894,0.64893617
-280,1,0.3901,1,1,1,1,1,1,1,1,0.2822,0.3901,0.0357,1,0.3178,1,1,1,1,1,1,0.3565,0.3178,0.0903,1,0.6624,1,1,1,0.7746,0.6624,0,1,1,1,1,1,0.29994908,0.136594579,0.963706374,1,1,1,1,1,0.41915673,0.205591708,1,1,1,1,1,1,0.854549527,0,0.679797003,0.679712291,0.679964539
-281,1,0.3901,1,1,1,1,1,1,1,1,0.2834,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3099,0.3178,0,1,0.6624,1,1,1,0.8118,0.6624,0,1,1,1,1,1,0.307975203,0,0.881096423,1,1,1,1,1,0.385385543,0,1,1,1,1,1,1,0.848926723,0,0.714838086,0.714829702,0.715425532
-282,1,0.3901,1,1,1,1,1,1,1,1,0.1301,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1319,0.3178,0,1,0.6624,1,1,1,0.7995,0.6624,0,1,1,1,1,1,0.260822922,0,0.76111877,1,1,1,1,1,0.166846186,0,0.994544506,1,1,1,1,1,0.792726994,0,0.707648623,0.707636979,0.707890071
-283,1,0.3901,1,1,1,1,1,1,1,1,0.1432,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0593,0.3178,0,1,0.6624,1,1,1,0.681,0.6624,0,1,1,1,1,1,0.211217582,0,0.733645141,1,1,1,1,1,0.04777687,0,0.757136643,1,1,1,1,1,0.721951365,0,0.686623973,0.686693463,0.686613475
-284,1,0.3901,1,1,1,1,1,1,1,1,0.0841,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0795,0.3178,0,1,0.6624,1,1,1,0.7275,0.6624,0,1,1,1,1,1,0.124039516,0,0.725912154,1,1,1,1,1,0.079344474,0,0.589054704,1,1,1,1,1,0.744703054,0,0.657866119,0.657711022,0.658244681
-285,1,0.3901,1,1,1,1,1,1,1,1,0.0306,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0267,0.3178,0,1,0.6624,1,1,1,0.5356,0.6624,0,1,1,1,1,1,0.056662973,0,0.5796206,1,1,1,1,1,0.035126336,0,0.248280376,1,1,1,1,1,0.636325777,0,0.611587724,0.611592977,0.611702128
-286,1,0.3901,1,1,1,1,1,1,1,1,0.0143,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0265,0.3178,0,1,0.6624,1,1,1,0.5356,0.6624,0,1,1,1,1,1,0.01199519,0,0.217244759,1,1,1,1,1,0.043390274,0,0.061151315,1,1,1,1,1,0.621648669,0,0.553347028,0.553416543,0.553191489
-287,1,0.3901,1,1,1,1,1,1,1,1,0.0008,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0888,0.3178,0,1,0.6624,1,1,1,0.2785,0.6624,0,1,1,1,1,1,0.002584272,0,0.041855775,1,1,1,1,1,0.122340515,0,0.010365184,1,1,1,1,1,0.409045577,0,0.50277912,0.502644383,0.502659574
-288,1,0.3901,1,1,1,1,1,1,1,1,0,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0702,0.3178,0,1,0.6624,1,1,1,0.2303,0.6624,0,1,1,1,1,1,0.001614372,0,0.003052184,1,1,1,1,1,0.103317067,0,0.000471204,1,1,1,1,1,0.346886635,0,0.467254712,0.467315422,0.467198582
-289,1,0.3901,1,1,1,1,1,1,1,1,0.0008,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0635,0.3178,0,1,0.6624,1,1,1,0.161,0.6624,0,1,1,1,1,1,0.002314894,0,0.000391255,1,1,1,1,1,0.102357417,0,0,1,1,1,1,1,0.216164514,0,0.449371677,0.449333615,0.449468085
-290,1,0.3901,1,1,1,1,1,1,1,1,0.0044,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0567,0.3178,0,1,0.6624,1,1,1,0.111,0.6624,0,1,1,1,1,1,0.008313945,0,0.003111364,1,1,1,1,1,0.100106694,0,0,1,1,1,1,1,0.202855125,0,0.440913485,0.440871589,0.440602837
-291,1,0.3901,1,1,1,1,1,1,1,1,0.0177,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0908,0.3178,0,1,0.6624,1,1,1,0.137,0.6624,0,1,1,1,1,1,0.038700275,0,0.013789442,1,1,1,1,1,0.180414379,0,0.123798177,1,1,1,1,1,0.170724392,0,0.439282262,0.439390734,0.43927305
-292,1,0.3901,1,1,1,1,1,1,1,1,0.0258,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0583,0.3178,0,1,0.6624,1,1,1,0.0695,0.6624,0,1,1,1,1,1,0.038929641,0,0.045770571,1,1,1,1,1,0.137775376,0,0.290196627,1,1,1,1,1,0.08043769,0,0.451123731,0.451026021,0.451241135
-293,1,0.3901,1,1,1,1,1,1,1,1,0.0417,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0842,0.3178,0,1,0.6624,1,1,1,0.0305,0.6624,0,1,1,1,1,1,0.048493069,0,0.27295664,1,1,1,1,1,0.175127685,0,0.87879765,1,1,1,1,1,0.073979475,0,0.491541808,0.491643749,0.491578014
-294,1,0.3901,1,1,1,1,1,1,1,1,0.1531,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2545,0.3178,0,1,0.6624,1,1,1,0.0298,0.6624,0,1,1,1,1,1,0.22325857,0,0.822794676,1,1,1,1,1,0.397352576,0,1,1,1,1,1,1,0.075900286,0,0.568330111,0.56822509,0.568262411
-295,1,0.3901,1,1,1,1,1,1,1,1,0.086,0.3901,0,1,0.3178,1,1,1,1,1,1,0.048,0.3178,0,1,0.6624,1,1,1,0.0541,0.6624,0,1,1,1,1,1,0.173317075,0,1,1,1,1,1,1,0.118468612,0,1,1,1,1,1,1,0.191491708,0,0.618535524,0.618574149,0.618351064
-296,1,0.3901,1,1,1,1,1,1,1,1,0.1621,0.3901,0.0041,1,0.3178,1,1,1,1,1,1,0.0586,0.3178,0.0067,1,0.6624,1,1,1,0.0491,0.6624,0.0153,1,1,1,1,1,0.226987273,0.00542623,1,1,1,1,1,1,0.143054366,0.01760618,1,1,1,1,1,1,0.144371629,0.057406876,0.628262446,0.628305479,0.628546099
-297,1,0.3901,1,1,1,1,1,1,1,1,0.2261,0.3901,0.0805,1,0.3178,1,1,1,1,1,1,0,0.3178,0.1502,1,0.6624,1,1,1,0.1013,0.6624,0.1851,1,1,1,1,1,0.266392291,0.102957033,1,1,1,1,1,1,0.119836152,0.175748333,1,1,1,1,1,1,0.269643426,0.168756366,0.630920735,0.630844087,0.630762411
-298,1,0.3901,1,1,1,1,1,1,1,1,0.3396,0.3901,0.2869,1,0.3178,1,1,1,1,1,1,0.135,0.3178,0.4189,1,0.6624,1,1,1,0.0957,0.6624,0.2993,1,1,1,1,1,0.346137375,0.362422585,1,1,1,1,1,1,0.386217207,0.568506658,1,1,1,1,1,1,0.206520423,0.22278598,0.631766554,0.63169029,0.632092199
-299,1,0.3901,1,1,1,1,1,1,1,1,0.5037,0.3901,0.4127,1,0.3178,1,1,1,1,1,1,0.9328,0.3178,0.4948,1,0.6624,1,1,1,0.0805,0.6624,0.3524,1,1,1,1,1,0.25591749,0.559332788,1,1,1,1,1,1,0.907499671,0.663060069,1,1,1,1,1,1,0.191428378,0.238746792,0.629047849,0.628940131,0.628989362
-300,1,0.3901,1,1,1,1,1,1,1,1,0.5458,0.3901,0.5241,1,0.3178,1,1,1,1,1,1,0.9623,0.3178,0.5722,1,0.6624,1,1,1,0.1369,0.6624,0.3807,1,1,1,1,1,0.300684631,0.63937521,1,1,1,1,1,1,0.953840971,0.744644761,1,1,1,1,1,1,0.280201852,0.226352155,0.623308362,0.623439814,0.623670213
-301,1,0.3901,1,1,1,1,1,1,1,1,0.7326,0.3901,0.5732,1,0.3178,1,1,1,1,1,1,0.8932,0.3178,0.5483,1,0.6624,1,1,1,0.1816,0.6624,0.1914,1,1,1,1,1,0.564882994,0.706642687,1,1,1,1,1,1,0.91263628,0.673237801,1,1,1,1,1,1,0.33959341,0.276738614,0.620770904,0.620689655,0.621010638
-302,1,0.3901,1,1,1,1,1,1,1,1,0.9417,0.3901,0.4743,1,0.3178,1,1,1,1,1,1,0.9597,0.3178,0.4087,1,0.6624,1,1,1,0.2656,0.6624,0.1549,1,1,1,1,1,0.857216716,0.586708784,1,1,1,1,1,1,0.964770496,0.533234537,1,1,1,1,1,1,0.448480546,0.444043428,0.618475109,0.618574149,0.618351064
-303,1,0.3901,1,1,1,1,1,1,1,1,0.9758,0.3901,0.305,1,0.3178,1,1,1,1,1,1,0.9759,0.3178,0.313,1,0.6624,1,1,1,0.4152,0.6624,0.1127,1,1,1,1,1,0.956630409,0.442821741,1,1,1,1,1,1,0.98351568,0.45230031,1,1,1,1,1,1,0.443527579,0.400851309,0.627416626,0.627459276,0.627659574
-304,1,0.3901,1,1,1,1,1,1,1,1,0.964,0.3901,0.0978,1,0.3178,1,1,1,1,1,1,0.98,0.3178,0.1318,1,0.6624,1,1,1,0.4312,0.6624,0.0109,1,1,1,1,1,0.946623504,0.231859997,1,1,1,1,1,1,0.979675651,0.267697781,1,1,1,1,1,1,0.335936725,0.169954926,0.666445143,0.66659615,0.666666667
-305,1,0.3901,1,1,1,1,1,1,1,1,0.9176,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9869,0.3178,0,1,0.6624,1,1,1,0.5434,0.6624,0,1,1,1,1,1,0.961721957,0,1,1,1,1,1,1,0.97143209,0,1,1,1,1,1,1,0.562189877,0,0.705534074,0.705733023,0.705673759
-306,1,0.3901,1,1,1,1,1,1,1,1,0.9713,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9885,0.3178,0,1,0.6624,1,1,1,0.719,0.6624,0,1,1,1,1,1,0.972354114,0,1,1,1,1,1,1,0.980069935,0,1,1,1,1,1,1,0.771246314,0,0.699130014,0.699174952,0.699468085
-307,1,0.3901,1,1,1,1,1,1,1,1,0.9394,0.3901,0,1,0.3178,1,1,1,1,1,1,0.808,0.3178,0,1,0.6624,1,1,1,0.703,0.6624,0,1,1,1,1,1,0.909962118,0,1,1,1,1,1,1,0.822283685,0,1,1,1,1,1,1,0.816351771,0,0.681246979,0.681404696,0.681294326
-308,1,0.3901,1,1,1,1,1,1,1,1,0.9075,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9922,0.3178,0,1,0.6624,1,1,1,0.825,0.6624,0,1,1,1,1,1,0.972278595,0,1,1,1,1,1,1,0.980137706,0,1,1,1,1,1,1,0.89483583,0,0.658591107,0.658768775,0.658687943
-309,1,0.3901,1,1,1,1,1,1,1,1,0.9408,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9917,0.3178,0,1,0.6624,1,1,1,0.7283,0.6624,0,1,1,1,1,1,0.965658426,0,1,1,1,1,1,1,0.966689825,0,1,1,1,1,1,1,0.830695748,0,0.624818753,0.624709118,0.625
-310,1,0.3901,1,1,1,1,1,1,1,1,0.9146,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9831,0.3178,0,1,0.6624,1,1,1,0.807,0.6624,0,1,1,1,1,1,0.94616425,0,1,1,1,1,1,1,0.924124181,0,1,1,1,1,1,1,0.923424721,0,0.579446593,0.579437275,0.579787234
-311,1,0.3901,1,1,1,1,1,1,1,1,0.861,0.3901,0,1,0.3178,1,1,1,1,1,1,0.7875,0.3178,0,1,0.6624,1,1,1,0.8976,0.6624,0,1,1,1,1,1,0.8238585,0,1,1,1,1,1,1,0.690458834,0,1,1,1,1,1,1,0.962420166,0,0.534255679,0.534165433,0.534131206
-312,1,0.3901,1,1,1,1,1,1,1,1,0.85,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6203,0.3178,0,1,0.6624,1,1,1,0.9208,0.6624,0,1,1,1,1,1,0.805558801,0,1,1,1,1,1,1,0.54963994,0,1,1,1,1,1,1,0.972655118,0,0.498912518,0.498836471,0.499113475
-313,1,0.3901,1,1,1,1,1,1,1,1,0.8923,0.3901,0,1,0.3178,1,1,1,1,1,1,0.7652,0.3178,0,1,0.6624,1,1,1,0.8705,0.6624,0,1,1,1,1,1,0.87369895,0,1,1,1,1,1,1,0.713473439,0,1,1,1,1,1,1,0.971156716,0,0.478310778,0.478316057,0.478280142
-314,1,0.3901,1,1,1,1,1,1,1,1,0.8971,0.3901,0,1,0.3178,1,1,1,1,1,1,0.804,0.3178,0,1,0.6624,1,1,1,0.8168,0.6624,0,1,1,1,1,1,0.848095298,0,1,1,1,1,1,1,0.782789111,0,1,1,1,1,1,1,0.965029716,0,0.466710971,0.466892321,0.466755319
-315,1,0.3901,1,1,1,1,1,1,1,1,0.8652,0.3901,0,1,0.3178,1,1,1,1,1,1,0.664,0.3178,0,1,0.6624,1,1,1,0.7206,0.6624,0,1,1,1,1,1,0.853713751,0,1,1,1,1,1,1,0.712811947,0,1,1,1,1,1,1,0.942024589,0,0.463146448,0.463084409,0.46320922
-316,1,0.3901,1,1,1,1,1,1,1,1,0.7108,0.3901,0,1,0.3178,1,1,1,1,1,1,0.577,0.3178,0,1,0.6624,1,1,1,0.7269,0.6624,0,1,1,1,1,1,0.740675211,0,1,1,1,1,1,1,0.600000143,0,1,1,1,1,1,1,0.940861583,0,0.4679797,0.467950074,0.468085106
-317,1,0.3901,1,1,1,1,1,1,1,1,0.6051,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4629,0.3178,0,1,0.6624,1,1,1,0.7089,0.6624,0,1,1,1,1,1,0.59751904,0,1,1,1,1,1,1,0.50231123,0,1,1,1,1,1,1,0.874329388,0,0.484352344,0.484451026,0.484485816
-318,1,0.3901,1,1,1,1,1,1,1,1,0.4924,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5347,0.3178,0,1,0.6624,1,1,1,0.4909,0.6624,0,1,1,1,1,1,0.49123019,0,0.96658951,1,1,1,1,1,0.549668789,0,1,1,1,1,1,1,0.680419207,0,0.515043499,0.514914322,0.515070922
-319,1,0.3901,1,1,1,1,1,1,1,1,0.3262,0.3901,0,1,0.3178,1,1,1,1,1,1,0.274,0.3178,0,1,0.6624,1,1,1,0.4807,0.6624,0,1,1,1,1,1,0.242247924,0,0.831059813,1,1,1,1,1,0.291041762,0,1,1,1,1,1,1,0.717020333,0,0.546036733,0.54601227,0.546099291
-320,1,0.3901,1,1,1,1,1,1,1,1,0.29,0.3901,0.1892,1,0.3178,1,1,1,1,1,1,0.5181,0.3178,0.164,1,0.6624,1,1,1,0.562,0.6624,0.134,1,1,1,1,1,0.212731034,0.327919871,0.576810718,1,1,1,1,1,0.462106407,0.294794917,0.962370753,1,1,1,1,1,0.799753189,0.229555279,0.580956984,0.58091813,0.581117021
-321,1,0.3901,1,1,1,1,1,1,1,1,0.3772,0.3901,0.3808,1,0.3178,1,1,1,1,1,1,0.4932,0.3178,0.3817,1,0.6624,1,1,1,0.6309,0.6624,0.2731,1,1,1,1,1,0.376277477,0.571572304,0.710981965,1,1,1,1,1,0.443678021,0.568842471,0.996513128,1,1,1,1,1,0.830781639,0.415565878,0.608506525,0.608631267,0.608599291
-322,1,0.3901,1,1,1,1,1,1,1,1,0.3912,0.3901,0.5055,1,0.3178,1,1,1,1,1,1,0.5811,0.3178,0.5261,1,0.6624,1,1,1,0.5317,0.6624,0.3781,1,1,1,1,1,0.448986948,0.727478921,0.738250494,1,1,1,1,1,0.579555571,0.761997223,0.960837483,1,1,1,1,1,0.824395299,0.517297804,0.620106332,0.620055003,0.620567376
-323,1,0.3901,1,1,1,1,1,1,1,1,0.3729,0.3901,0.6058,1,0.3178,1,1,1,1,1,1,0.5491,0.3178,0.6015,1,0.6624,1,1,1,0.5013,0.6624,0.4016,1,1,1,1,1,0.45277217,0.80152297,0.814331174,1,1,1,1,1,0.566531062,0.832924485,1,1,1,1,1,1,0.777929604,0.560199678,0.616239729,0.616247091,0.616134752
-324,1,0.3901,1,1,1,1,1,1,1,1,0.4077,0.3901,0.6621,1,0.3178,1,1,1,1,1,1,0.4749,0.3178,0.6392,1,0.6624,1,1,1,0.5725,0.6624,0.5125,1,1,1,1,1,0.428942919,0.86989826,0.945265293,1,1,1,1,1,0.494375587,0.856732726,1,1,1,1,1,1,0.851027012,0.77268827,0.606452392,0.606515761,0.606826241
-325,1,0.3901,1,1,1,1,1,1,1,1,0.4335,0.3901,0.6563,1,0.3178,1,1,1,1,1,1,0.5709,0.3178,0.6448,1,0.6624,1,1,1,0.5067,0.6624,0.5583,1,1,1,1,1,0.495659024,0.868683875,0.979756415,1,1,1,1,1,0.545692801,0.892047703,1,1,1,1,1,1,0.831909835,0.877836943,0.595094248,0.595092025,0.594858156
-326,1,0.3901,1,1,1,1,1,1,1,1,0.4928,0.3901,0.5704,1,0.3178,1,1,1,1,1,1,0.7502,0.3178,0.5771,1,0.6624,1,1,1,0.537,0.6624,0.5263,1,1,1,1,1,0.537670493,0.811561048,0.941316605,1,1,1,1,1,0.691064179,0.809917331,1,1,1,1,1,1,0.872466266,0.764827013,0.589717255,0.589591707,0.58998227
-327,1,0.3901,1,1,1,1,1,1,1,1,0.4674,0.3901,0.4009,1,0.3178,1,1,1,1,1,1,0.7068,0.3178,0.422,1,0.6624,1,1,1,0.7095,0.6624,0.367,1,1,1,1,1,0.630279779,0.657610416,0.864448547,1,1,1,1,1,0.667701244,0.649855316,1,1,1,1,1,1,0.961626947,0.58844316,0.594490092,0.594457373,0.594858156
-328,1,0.3901,1,1,1,1,1,1,1,1,0.421,0.3901,0.1757,1,0.3178,1,1,1,1,1,1,0.5032,0.3178,0.2093,1,0.6624,1,1,1,0.7313,0.6624,0.1225,1,1,1,1,1,0.551268995,0.368624568,0.530406773,1,1,1,1,1,0.548282385,0.395703107,1,1,1,1,1,1,0.954732299,0.262379587,0.63321653,0.633171144,0.633421986
-329,1,0.3901,1,1,1,1,1,1,1,1,0.3983,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3054,0.3178,0,1,0.6624,1,1,1,0.7091,0.6624,0,1,1,1,1,1,0.396350145,0,0.737602115,1,1,1,1,1,0.340201706,0,1,1,1,1,1,1,0.947714448,0,0.686080232,0.686058811,0.686170213
-330,1,0.3901,1,1,1,1,1,1,1,1,0.5662,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3252,0.3178,0,1,0.6624,1,1,1,0.6948,0.6624,0,1,1,1,1,1,0.468771636,0,0.891667426,1,1,1,1,1,0.367579341,0,1,1,1,1,1,1,0.953668058,0,0.685898985,0.68584726,0.686170213
-331,1,0.3901,1,1,1,1,1,1,1,1,0.4164,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2821,0.3178,0,1,0.6624,1,1,1,0.6359,0.6624,0,1,1,1,1,1,0.358679861,0,0.866793752,1,1,1,1,1,0.313991904,0,1,1,1,1,1,1,0.909224033,0,0.670553407,0.670615612,0.671099291
-332,1,0.3901,1,1,1,1,1,1,1,1,0.4739,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3545,0.3178,0,1,0.6624,1,1,1,0.731,0.6624,0,1,1,1,1,1,0.424402118,0,0.978688419,1,1,1,1,1,0.398572475,0,1,1,1,1,1,1,0.940662801,0,0.649407927,0.649460546,0.649822695
-333,1,0.3901,1,1,1,1,1,1,1,1,0.445,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4216,0.3178,0,1,0.6624,1,1,1,0.6767,0.6624,0,1,1,1,1,1,0.488866329,0,0.998945951,1,1,1,1,1,0.470222682,0,1,1,1,1,1,1,0.904950202,0,0.623731271,0.623651365,0.624113475
-334,1,0.3901,1,1,1,1,1,1,1,1,0.3336,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5448,0.3178,0,1,0.6624,1,1,1,0.6803,0.6624,0,1,1,1,1,1,0.403039038,0,0.800533295,1,1,1,1,1,0.50776428,0,0.990772605,1,1,1,1,1,0.842024565,0,0.593160947,0.593188069,0.593085106
-335,1,0.3901,1,1,1,1,1,1,1,1,0.3438,0.3901,0,1,0.3178,1,1,1,1,1,1,0.7133,0.3178,0,1,0.6624,1,1,1,0.6208,0.6624,0,1,1,1,1,1,0.371945441,0,0.680279613,1,1,1,1,1,0.605972171,0,1,1,1,1,1,1,0.870617509,0,0.557576124,0.557647557,0.557624113
-336,1,0.3901,1,1,1,1,1,1,1,1,0.392,0.3901,0,1,0.3178,1,1,1,1,1,1,0.8092,0.3178,0,1,0.6624,1,1,1,0.6196,0.6624,0,1,1,1,1,1,0.481509626,0,0.495306522,1,1,1,1,1,0.723427296,0,1,1,1,1,1,1,0.878662527,0,0.524105848,0.524011001,0.524379433
-337,1,0.3901,1,1,1,1,1,1,1,1,0.3702,0.3901,0,1,0.3178,1,1,1,1,1,1,0.8661,0.3178,0,1,0.6624,1,1,1,0.5305,0.6624,0,1,1,1,1,1,0.44781062,0,0.785767376,1,1,1,1,1,0.741629243,0,1,1,1,1,1,1,0.802598238,0,0.503987434,0.503913687,0.504432624
-338,1,0.3901,1,1,1,1,1,1,1,1,0.3225,0.3901,0,1,0.3178,1,1,1,1,1,1,0.8695,0.3178,0,1,0.6624,1,1,1,0.4943,0.6624,0,1,1,1,1,1,0.381781459,0,0.982372284,1,1,1,1,1,0.76918143,0,1,1,1,1,1,1,0.80714941,0,0.495891735,0.495874762,0.496010638
-339,1,0.3901,1,1,1,1,1,1,1,1,0.3422,0.3901,0,1,0.3178,1,1,1,1,1,1,0.8387,0.3178,0,1,0.6624,1,1,1,0.4408,0.6624,0,1,1,1,1,1,0.342624962,0,1,1,1,1,1,1,0.764603734,0,1,1,1,1,1,1,0.734698594,0,0.494925085,0.494817009,0.495124113
-340,1,0.3901,1,1,1,1,1,1,1,1,0.3952,0.3901,0,1,0.3178,1,1,1,1,1,1,0.7721,0.3178,0,1,0.6624,1,1,1,0.4408,0.6624,0,1,1,1,1,1,0.359862238,0,1,1,1,1,1,1,0.707345366,0,1,1,1,1,1,1,0.730946124,0,0.500483325,0.500528877,0.500443262
-341,1,0.3901,1,1,1,1,1,1,1,1,0.4271,0.3901,0,1,0.3178,1,1,1,1,1,1,0.8077,0.3178,0,1,0.6624,1,1,1,0.3164,0.6624,0,1,1,1,1,1,0.411332548,0,0.993359685,1,1,1,1,1,0.76887989,0,1,1,1,1,1,1,0.668768585,0,0.514439343,0.514491221,0.51462766
-342,1,0.3901,1,1,1,1,1,1,1,1,0.4266,0.3901,0,1,0.3178,1,1,1,1,1,1,0.695,0.3178,0,1,0.6624,1,1,1,0.3301,0.6624,0,1,1,1,1,1,0.391038597,0,0.966036022,1,1,1,1,1,0.63568294,0,1,1,1,1,1,1,0.531463563,0,0.538484775,0.538607997,0.53856383
-343,1,0.3901,1,1,1,1,1,1,1,1,0.3633,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5624,0.3178,0,1,0.6624,1,1,1,0.2867,0.6624,0,1,1,1,1,1,0.332429647,0,0.99403441,1,1,1,1,1,0.504585385,0,1,1,1,1,1,1,0.448241681,0,0.564403093,0.564417178,0.564716312
-344,1,0.3901,1,1,1,1,1,1,1,1,0.3713,0.3901,0.2406,1,0.3178,1,1,1,1,1,1,0.627,0.3178,0.2384,1,0.6624,1,1,1,0.3032,0.6624,0.1933,1,1,1,1,1,0.34316197,0.437668353,1,1,1,1,1,1,0.59841913,0.425316781,1,1,1,1,1,1,0.375696719,0.422520816,0.601135814,0.601015443,0.601507092
-345,1,0.3901,1,1,1,1,1,1,1,1,0.3806,0.3901,0.4691,1,0.3178,1,1,1,1,1,1,0.5681,0.3178,0.4718,1,0.6624,1,1,1,0.4096,0.6624,0.418,1,1,1,1,1,0.302021444,0.733755112,1,1,1,1,1,1,0.56215322,0.727232456,1,1,1,1,1,1,0.472504824,0.714558601,0.628685355,0.62872858,0.628989362
-346,1,0.3901,1,1,1,1,1,1,1,1,0.3217,0.3901,0.6312,1,0.3178,1,1,1,1,1,1,0.4146,0.3178,0.6341,1,0.6624,1,1,1,0.5428,0.6624,0.5779,1,1,1,1,1,0.250944793,0.900904655,0.996979296,1,1,1,1,1,0.446300417,0.89987582,1,1,1,1,1,1,0.5887447,0.884959877,0.643728855,0.643748678,0.643617021
-347,1,0.3901,1,1,1,1,1,1,1,1,0.2857,0.3901,0.7083,1,0.3178,1,1,1,1,1,1,0.3272,0.3178,0.7179,1,0.6624,1,1,1,0.6906,0.6624,0.6298,1,1,1,1,1,0.221681699,0.980220258,0.991624475,1,1,1,1,1,0.337166041,0.98327893,1,1,1,1,1,1,0.808998406,0.966268361,0.648743354,0.648614343,0.64893617
-348,1,0.3901,1,1,1,1,1,1,1,1,0.3814,0.3901,0.7193,1,0.3178,1,1,1,1,1,1,0.7153,0.3178,0.7315,1,0.6624,1,1,1,0.6313,0.6624,0.6506,1,1,1,1,1,0.361806154,0.996063471,0.781678796,1,1,1,1,1,0.656169295,0.999380589,0.914508939,1,1,1,1,1,0.885973692,0.982502162,0.648199613,0.648191242,0.648492908
-349,1,0.3901,1,1,1,1,1,1,1,1,0.3796,0.3901,0.7062,1,0.3178,1,1,1,1,1,1,0.4602,0.3178,0.7192,1,0.6624,1,1,1,0.6041,0.6624,0.6433,1,1,1,1,1,0.354752004,0.976572871,0.99276042,1,1,1,1,1,0.457023084,0.988266528,1,1,1,1,1,1,0.839294136,0.948023915,0.641614306,0.641844722,0.641843972
-350,1,0.3901,1,1,1,1,1,1,1,1,0.4121,0.3901,0.6127,1,0.3178,1,1,1,1,1,1,0.6343,0.3178,0.6369,1,0.6624,1,1,1,0.6529,0.6624,0.5524,1,1,1,1,1,0.50681895,0.892493129,0.973407626,1,1,1,1,1,0.664633274,0.913149118,0.992474377,1,1,1,1,1,0.901921868,0.821802139,0.637687289,0.637825259,0.63785461
-351,1,0.3901,1,1,1,1,1,1,1,1,0.4304,0.3901,0.4407,1,0.3178,1,1,1,1,1,1,0.583,0.3178,0.4702,1,0.6624,1,1,1,0.6413,0.6624,0.3778,1,1,1,1,1,0.491588086,0.708393097,1,1,1,1,1,1,0.618395269,0.744274139,1,1,1,1,1,1,0.896115124,0.65018332,0.64282262,0.642690924,0.643173759
-352,1,0.3901,1,1,1,1,1,1,1,1,0.503,0.3901,0.1983,1,0.3178,1,1,1,1,1,1,0.6642,0.3178,0.2351,1,0.6624,1,1,1,0.6681,0.6624,0.1339,1,1,1,1,1,0.511681259,0.401169479,1,1,1,1,1,1,0.654563785,0.447798878,1,1,1,1,1,1,0.940045059,0.325932324,0.684509425,0.684577956,0.684840426
-353,1,0.3901,1,1,1,1,1,1,1,1,0.4755,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5634,0.3178,0,1,0.6624,1,1,1,0.7552,0.6624,0,1,1,1,1,1,0.501770616,0,1,1,1,1,1,1,0.543611407,0,1,1,1,1,1,1,0.951184392,0,0.738943934,0.738946478,0.73891844
-354,1,0.3901,1,1,1,1,1,1,1,1,0.4729,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5727,0.3178,0,1,0.6624,1,1,1,0.7656,0.6624,0,1,1,1,1,1,0.498016298,0,1,1,1,1,1,1,0.589547753,0,1,1,1,1,1,1,0.970027924,0,0.739850169,0.73979268,0.740248227
-355,1,0.3901,1,1,1,1,1,1,1,1,0.4273,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6481,0.3178,0,1,0.6624,1,1,1,0.6786,0.6624,0,1,1,1,1,1,0.527157903,0,0.991619527,1,1,1,1,1,0.54614985,0,1,1,1,1,1,1,0.946092963,0,0.719248429,0.719272266,0.719414894
-356,1,0.3901,1,1,1,1,1,1,1,1,0.4287,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6947,0.3178,0,1,0.6624,1,1,1,0.6623,0.6624,0,1,1,1,1,1,0.437362939,0,1,1,1,1,1,1,0.566157281,0,1,1,1,1,1,1,0.94265157,0,0.698646689,0.698751851,0.69858156
-357,1,0.3901,1,1,1,1,1,1,1,1,0.4318,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4959,0.3178,0,1,0.6624,1,1,1,0.7202,0.6624,0,1,1,1,1,1,0.420679986,0,1,1,1,1,1,1,0.37926513,0,1,1,1,1,1,1,0.952116191,0,0.663847269,0.663845991,0.664007092
-358,1,0.3901,1,1,1,1,1,1,1,1,0.4821,0.3901,0,1,0.3178,1,1,1,1,1,1,0.474,0.3178,0,1,0.6624,1,1,1,0.7321,0.6624,0,1,1,1,1,1,0.475877225,0,1,1,1,1,1,1,0.41925478,0,1,1,1,1,1,1,0.952411592,0,0.622281295,0.622382061,0.622340426
-359,1,0.3901,1,1,1,1,1,1,1,1,0.432,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4198,0.3178,0,1,0.6624,1,1,1,0.7478,0.6624,0,1,1,1,1,1,0.36946097,0,1,1,1,1,1,1,0.380924284,0,1,1,1,1,1,1,0.922290683,0,0.580654906,0.580706579,0.580673759
-360,1,0.3901,1,1,1,1,1,1,1,1,0.4819,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5171,0.3178,0,1,0.6624,1,1,1,0.7258,0.6624,0,1,1,1,1,1,0.462438822,0,1,1,1,1,1,1,0.495006233,0,1,1,1,1,1,1,0.928043365,0,0.551413726,0.551512587,0.55141844
-361,1,0.3901,1,1,1,1,1,1,1,1,0.4622,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4429,0.3178,0,1,0.6624,1,1,1,0.6395,0.6624,0,1,1,1,1,1,0.440559208,0,1,1,1,1,1,1,0.452055395,0,1,1,1,1,1,1,0.906476855,0,0.53618898,0.536069389,0.535904255
-362,1,0.3901,1,1,1,1,1,1,1,1,0.4361,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3376,0.3178,0,1,0.6624,1,1,1,0.5498,0.6624,0,1,1,1,1,1,0.420898914,0,1,1,1,1,1,1,0.388162971,0,1,1,1,1,1,1,0.904076993,0,0.530026583,0.529934419,0.530141844
-363,1,0.3901,1,1,1,1,1,1,1,1,0.3831,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2411,0.3178,0,1,0.6624,1,1,1,0.514,0.6624,0,1,1,1,1,1,0.399690419,0,1,1,1,1,1,1,0.34426564,0,0.949129343,1,1,1,1,1,0.883394718,0,0.530268246,0.530357521,0.530141844
-364,1,0.3901,1,1,1,1,1,1,1,1,0.3587,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2376,0.3178,0,1,0.6624,1,1,1,0.4308,0.6624,0,1,1,1,1,1,0.360647738,0,1,1,1,1,1,1,0.318780333,0,0.618742704,1,1,1,1,1,0.829895318,0,0.542472209,0.542627459,0.542553191
-365,1,0.3901,1,1,1,1,1,1,1,1,0.3632,0.3901,0,1,0.3178,1,1,1,1,1,1,0.259,0.3178,0,1,0.6624,1,1,1,0.4113,0.6624,0,1,1,1,1,1,0.382698387,0,0.998037457,1,1,1,1,1,0.33537811,0,0.493264675,1,1,1,1,1,0.791144669,0,0.574492508,0.57457161,0.574468085
-366,1,0.3901,1,1,1,1,1,1,1,1,0.3068,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1823,0.3178,0,1,0.6624,1,1,1,0.3854,0.6624,0,1,1,1,1,1,0.325934082,0,0.821552753,1,1,1,1,1,0.221614212,0,0.191097379,1,1,1,1,1,0.765305758,0,0.627356211,0.627459276,0.627659574
-367,1,0.3901,1,1,1,1,1,1,1,1,0.2271,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0821,0.3178,0,1,0.6624,1,1,1,0.3229,0.6624,0,1,1,1,1,1,0.254894465,0,0.116391897,1,1,1,1,1,0.079850912,0,0.005930891,1,1,1,1,1,0.750555217,0,0.666324311,0.666384599,0.666666667
-368,1,0.3901,1,1,1,1,1,1,1,1,0.1618,0.3901,0.2391,1,0.3178,1,1,1,1,1,1,0.027,0.3178,0.2371,1,0.6624,1,1,1,0.2869,0.6624,0.1816,1,1,1,1,1,0.150812358,0.430249393,0.162209779,1,1,1,1,1,0.022979878,0.422578245,0.009451571,1,1,1,1,1,0.634722471,0.428597093,0.693088449,0.693039983,0.693262411
-369,1,0.3901,1,1,1,1,1,1,1,1,0.0646,0.3901,0.4586,1,0.3178,1,1,1,1,1,1,0,0.3178,0.4656,1,0.6624,1,1,1,0.1947,0.6624,0.412,1,1,1,1,1,0.053993151,0.711719751,0.094412737,1,1,1,1,1,0.000726155,0.71897167,0,1,1,1,1,1,0.540025651,0.702553272,0.708011116,0.70806008,0.708333333
-370,1,0.3901,1,1,1,1,1,1,1,1,0.0211,0.3901,0.6179,1,0.3178,1,1,1,1,1,1,0,0.3178,0.6211,1,0.6624,1,1,1,0.0879,0.6624,0.5542,1,1,1,1,1,0.012151721,0.881203294,0.004478052,1,1,1,1,1,0.001966788,0.879336178,0,1,1,1,1,1,0.290318519,0.881075859,0.713750604,0.713771948,0.714095745
-371,1,0.3901,1,1,1,1,1,1,1,1,0.0026,0.3901,0.6974,1,0.3178,1,1,1,1,1,1,0.0275,0.3178,0.6556,1,0.6624,1,1,1,0.0361,0.6624,0.6111,1,1,1,1,1,5.71E-05,0.953297973,0,1,1,1,1,1,0.031153996,0.905017912,0,1,1,1,1,1,0.119981699,0.927993774,0.708071532,0.70806008,0.708333333
-372,1,0.3901,1,1,1,1,1,1,1,1,0.0081,0.3901,0.6672,1,0.3178,1,1,1,1,1,1,0.0905,0.3178,0.6465,1,0.6624,1,1,1,0.0116,0.6624,0.6507,1,1,1,1,1,0.003552211,0.856300354,0,1,1,1,1,1,0.083473116,0.851296067,0,1,1,1,1,1,0.031676795,0.900650322,0.696713388,0.696636344,0.696808511
-373,1,0.3901,1,1,1,1,1,1,1,1,0.0457,0.3901,0.6136,1,0.3178,1,1,1,1,1,1,0.2143,0.3178,0.6058,1,0.6624,1,1,1,0.02,0.6624,0.561,1,1,1,1,1,0.037330016,0.875971854,0.002044601,1,1,1,1,1,0.186922207,0.80682373,0.03465445,1,1,1,1,1,0.056572106,0.894745588,0.688798937,0.68880897,0.688829787
-374,1,0.3901,1,1,1,1,1,1,1,1,0.1742,0.3901,0.4943,1,0.3178,1,1,1,1,1,1,0.3027,0.3178,0.435,1,0.6624,1,1,1,0.0969,0.6624,0.4806,1,1,1,1,1,0.190420628,0.692793548,0.045957789,1,1,1,1,1,0.298767149,0.662852764,0.216061011,1,1,1,1,1,0.211366862,0.729146838,0.680159497,0.680135392,0.680407801
-375,1,0.3901,1,1,1,1,1,1,1,1,0.2027,0.3901,0.2741,1,0.3178,1,1,1,1,1,1,0.5253,0.3178,0.2901,1,0.6624,1,1,1,0.2327,0.6624,0.3181,1,1,1,1,1,0.286925584,0.403169692,0.146228045,1,1,1,1,1,0.512551665,0.505365312,0.435345292,1,1,1,1,1,0.487870127,0.460294008,0.681428226,0.681616247,0.681294326
-376,1,0.3901,1,1,1,1,1,1,1,1,0.3069,0.3901,0.0666,1,0.3178,1,1,1,1,1,1,0.5872,0.3178,0.1376,1,0.6624,1,1,1,0.2862,0.6624,0.0498,1,1,1,1,1,0.449744582,0.122730449,0.154036805,1,1,1,1,1,0.569435358,0.265167356,0.437401086,1,1,1,1,1,0.564221919,0.112632535,0.716167231,0.716099006,0.716312057
-377,1,0.3901,1,1,1,1,1,1,1,1,0.3725,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5895,0.3178,0,1,0.6624,1,1,1,0.402,0.6624,0,1,1,1,1,1,0.501970053,0,0.224602312,1,1,1,1,1,0.68536979,0,0.915144026,1,1,1,1,1,0.69693172,0,0.76238521,0.762428602,0.762411348
-378,1,0.3901,1,1,1,1,1,1,1,1,0.5432,0.3901,0,1,0.3178,1,1,1,1,1,1,0.7771,0.3178,0,1,0.6624,1,1,1,0.5035,0.6624,0,1,1,1,1,1,0.612541556,0,0.476460189,1,1,1,1,1,0.8542974,0,1,1,1,1,1,1,0.853129625,0,0.753927018,0.753966575,0.753989362
-379,1,0.3901,1,1,1,1,1,1,1,1,0.5075,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6573,0.3178,0,1,0.6624,1,1,1,0.584,0.6624,0,1,1,1,1,1,0.576890111,0,0.97957474,1,1,1,1,1,0.638969183,0,1,1,1,1,1,1,0.899047196,0,0.731150314,0.731119103,0.731382979
-380,1,0.3901,1,1,1,1,1,1,1,1,0.2177,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2502,0.3178,0,1,0.6624,1,1,1,0.0448,0.6624,0,1,1,1,1,1,0.103799678,0,1,1,1,1,1,1,0.202495888,0,1,1,1,1,1,1,0.142290503,0,0.697921701,0.697905648,0.698138298
-381,1,0.3901,1,1,1,1,1,1,1,1,0.6852,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6105,0.3178,0,1,0.6624,1,1,1,0.3925,0.6624,0,1,1,1,1,1,0.553805888,0,1,1,1,1,1,1,0.600691378,0,1,1,1,1,1,1,0.767983377,0,0.650072499,0.650095198,0.650265957
-382,1,0.3901,1,1,1,1,1,1,1,1,0.8063,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6075,0.3178,0,1,0.6624,1,1,1,0.3484,0.6624,0,1,1,1,1,1,0.613865554,0,1,1,1,1,1,1,0.629161656,0,1,1,1,1,1,1,0.61280477,0,0.592858869,0.592764967,0.592641844
-383,1,0.3901,1,1,1,1,1,1,1,1,0.8128,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5927,0.3178,0,1,0.6624,1,1,1,0.4006,0.6624,0,1,1,1,1,1,0.698983371,0,1,1,1,1,1,1,0.520045877,0,1,1,1,1,1,1,0.594156086,0,0.540055582,0.540088851,0.540336879
-384,1,0.3901,1,1,1,1,1,1,1,1,0.695,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3563,0.3178,0,1,0.6624,1,1,1,0.3458,0.6624,0,1,1,1,1,1,0.526279807,0,1,1,1,1,1,1,0.361357629,0,0.965445399,1,1,1,1,1,0.534747422,0,0.503745771,0.503702137,0.503989362
-385,1,0.3901,1,1,1,1,1,1,1,1,0.5813,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2215,0.3178,0,1,0.6624,1,1,1,0.4179,0.6624,0,1,1,1,1,1,0.502307832,0,1,1,1,1,1,1,0.271983624,0,1,1,1,1,1,1,0.673535883,0,0.483325278,0.483393273,0.483156028
-386,1,0.3901,1,1,1,1,1,1,1,1,0.5395,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3454,0.3178,0,1,0.6624,1,1,1,0.3771,0.6624,0,1,1,1,1,1,0.443870187,0,1,1,1,1,1,1,0.375826299,0,1,1,1,1,1,1,0.616952002,0,0.474142098,0.474085043,0.47429078
-387,1,0.3901,1,1,1,1,1,1,1,1,0.4422,0.3901,0,1,0.3178,1,1,1,1,1,1,0.55,0.3178,0,1,0.6624,1,1,1,0.3296,0.6624,0,1,1,1,1,1,0.369682193,0,0.996216893,1,1,1,1,1,0.566017568,0,1,1,1,1,1,1,0.577567875,0,0.471665056,0.471757986,0.471631206
-388,1,0.3901,1,1,1,1,1,1,1,1,0.4023,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5533,0.3178,0,1,0.6624,1,1,1,0.2489,0.6624,0,1,1,1,1,1,0.2517896,0,1,1,1,1,1,1,0.54229939,0,1,1,1,1,1,1,0.515356421,0,0.483566941,0.483604823,0.483599291
-389,1,0.3901,1,1,1,1,1,1,1,1,0.4314,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2933,0.3178,0,1,0.6624,1,1,1,0.1738,0.6624,0,1,1,1,1,1,0.252520919,0,1,1,1,1,1,1,0.310769796,0,1,1,1,1,1,1,0.441194504,0,0.524710005,0.524645653,0.524822695
-390,1,0.3901,1,1,1,1,1,1,1,1,0.4833,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1843,0.3178,0,1,0.6624,1,1,1,0.1167,0.6624,0,1,1,1,1,1,0.23804529,0,1,1,1,1,1,1,0.210583091,0,1,1,1,1,1,1,0.317486733,0,0.599202513,0.599323038,0.59929078
-391,1,0.3901,1,1,1,1,1,1,1,1,0.2655,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1276,0.3178,0,1,0.6624,1,1,1,0.1058,0.6624,0,1,1,1,1,1,0.100081086,0,1,1,1,1,1,1,0.150378525,0,1,1,1,1,1,1,0.280023575,0,0.642883035,0.642902475,0.643173759
-392,1,0.3901,1,1,1,1,1,1,1,1,0.1609,0.3901,0.063,1,0.3178,1,1,1,1,1,1,0.1176,0.3178,0.0851,1,0.6624,1,1,1,0.0785,0.6624,0.0576,1,1,1,1,1,0.056107827,0.167742223,1,1,1,1,1,1,0.139606684,0.17891188,1,1,1,1,1,1,0.177853063,0.069300145,0.649347511,0.649460546,0.649822695
-393,1,0.3901,1,1,1,1,1,1,1,1,0.1768,0.3901,0.2298,1,0.3178,1,1,1,1,1,1,0.1206,0.3178,0.3003,1,0.6624,1,1,1,0.0512,0.6624,0.1851,1,1,1,1,1,0.071597129,0.396749318,0.99787879,1,1,1,1,1,0.128449559,0.46153301,0.975909233,1,1,1,1,1,0.091018863,0.325113773,0.649649589,0.649672096,0.649822695
-394,1,0.3901,1,1,1,1,1,1,1,1,0.171,0.3901,0.3955,1,0.3178,1,1,1,1,1,1,0.0733,0.3178,0.4133,1,0.6624,1,1,1,0.0378,0.6624,0.3784,1,1,1,1,1,0.061109871,0.566914558,0.993127465,1,1,1,1,1,0.11336045,0.559717536,0.938727021,1,1,1,1,1,0.037045337,0.637242138,0.649166264,0.649248995,0.649379433
-395,1,0.3901,1,1,1,1,1,1,1,1,0.1726,0.3901,0.4576,1,0.3178,1,1,1,1,1,1,0.0636,0.3178,0.3578,1,0.6624,1,1,1,0.031,0.6624,0.4178,1,1,1,1,1,0.067929581,0.617911875,0.993915081,1,1,1,1,1,0.132509038,0.483069122,0.763355255,1,1,1,1,1,0.052394979,0.648774862,0.646689222,0.646710387,0.646719858
-396,1,0.3901,1,1,1,1,1,1,1,1,0.1363,0.3901,0.4251,1,0.3178,1,1,1,1,1,1,0.026,0.3178,0.355,1,0.6624,1,1,1,0.0222,0.6624,0.4227,1,1,1,1,1,0.052551724,0.585543692,0.986866355,1,1,1,1,1,0.072747551,0.471657395,0.60518229,1,1,1,1,1,0.022067763,0.662449837,0.643245529,0.643325576,0.643617021
-397,1,0.3901,1,1,1,1,1,1,1,1,0.124,0.3901,0.397,1,0.3178,1,1,1,1,1,1,0.043,0.3178,0.307,1,0.6624,1,1,1,0.0161,0.6624,0.3468,1,1,1,1,1,0.069550678,0.531238675,0.883383274,1,1,1,1,1,0.073250182,0.442183197,0.723922253,1,1,1,1,1,0.008797491,0.597736835,0.642460126,0.642690924,0.642730496
-398,1,0.3901,1,1,1,1,1,1,1,1,0.1317,0.3901,0.2726,1,0.3178,1,1,1,1,1,1,0.0925,0.3178,0.2953,1,0.6624,1,1,1,0.0079,0.6624,0.203,1,1,1,1,1,0.133094877,0.35763371,0.797959507,1,1,1,1,1,0.138139263,0.392827898,0.740975618,1,1,1,1,1,0.012294615,0.440570235,0.640345578,0.640363867,0.640514184
-399,1,0.3901,1,1,1,1,1,1,1,1,0.1484,0.3901,0.148,1,0.3178,1,1,1,1,1,1,0.1214,0.3178,0.1986,1,0.6624,1,1,1,0.0229,0.6624,0.0908,1,1,1,1,1,0.228896469,0.250497311,0.707796633,1,1,1,1,1,0.163716197,0.239633694,0.481385887,1,1,1,1,1,0.043536328,0.205038115,0.646507975,0.646498836,0.646719858
-400,1,0.3901,1,1,1,1,1,1,1,1,0.1284,0.3901,0.0133,1,0.3178,1,1,1,1,1,1,0.1501,0.3178,0.0092,1,0.6624,1,1,1,0.0588,0.6624,0,1,1,1,1,1,0.251527578,0.049606688,0.482574522,1,1,1,1,1,0.197619453,0.012480863,0.811747372,1,1,1,1,1,0.128094047,0,0.682394877,0.68246245,0.682624113
-401,1,0.3901,1,1,1,1,1,1,1,1,0.1386,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1138,0.3178,0,1,0.6624,1,1,1,0.1364,0.6624,0,1,1,1,1,1,0.244949996,0,0.587484598,1,1,1,1,1,0.179676712,0,0.954821825,1,1,1,1,1,0.278807074,0,0.717194297,0.717156759,0.717641844
-402,1,0.3901,1,1,1,1,1,1,1,1,0.2485,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2179,0.3178,0,1,0.6624,1,1,1,0.2438,0.6624,0,1,1,1,1,1,0.268768251,0,0.949216545,1,1,1,1,1,0.31675297,0,1,1,1,1,1,1,0.457183421,0,0.707225713,0.707213878,0.707446809
-403,1,0.3901,1,1,1,1,1,1,1,1,0.2028,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1956,0.3178,0,1,0.6624,1,1,1,0.432,0.6624,0,1,1,1,1,1,0.242845386,0,1,1,1,1,1,1,0.242909387,0,1,1,1,1,1,1,0.594815671,0,0.685898985,0.68584726,0.68572695
-404,1,0.3901,1,1,1,1,1,1,1,1,0.2347,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2519,0.3178,0,1,0.6624,1,1,1,0.3565,0.6624,0,1,1,1,1,1,0.255537897,0,1,1,1,1,1,1,0.306541324,0,1,1,1,1,1,1,0.466577828,0,0.654180764,0.654326211,0.654255319
-405,1,0.3901,1,1,1,1,1,1,1,1,0.3304,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2888,0.3178,0,1,0.6624,1,1,1,0.3105,0.6624,0,1,1,1,1,1,0.245553732,0,1,1,1,1,1,1,0.377221525,0,1,1,1,1,1,1,0.498495251,0,0.606875302,0.606727311,0.607269504
-406,1,0.3901,1,1,1,1,1,1,1,1,0.5596,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4677,0.3178,0,1,0.6624,1,1,1,0.2911,0.6624,0,1,1,1,1,1,0.490364164,0,1,1,1,1,1,1,0.540012598,0,1,1,1,1,1,1,0.523875177,0,0.547788787,0.547704675,0.54787234
-407,1,0.3901,1,1,1,1,1,1,1,1,0.599,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5108,0.3178,0,1,0.6624,1,1,1,0.2842,0.6624,0,1,1,1,1,1,0.484706938,0,1,1,1,1,1,1,0.420217991,0,1,1,1,1,1,1,0.491250843,0,0.494683422,0.494817009,0.494680851
-408,1,0.3901,1,1,1,1,1,1,1,1,0.7715,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6001,0.3178,0,1,0.6624,1,1,1,0.24,0.6624,0,1,1,1,1,1,0.630524218,0,1,1,1,1,1,1,0.59315455,0,1,1,1,1,1,1,0.518332303,0,0.458977767,0.458853395,0.459219858
-409,1,0.3901,1,1,1,1,1,1,1,1,0.8222,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6516,0.3178,0,1,0.6624,1,1,1,0.3082,0.6624,0,1,1,1,1,1,0.616517186,0,1,1,1,1,1,1,0.59798044,0,1,1,1,1,1,1,0.596019208,0,0.440732238,0.440660038,0.440602837
-410,1,0.3901,1,1,1,1,1,1,1,1,0.8901,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9031,0.3178,0,1,0.6624,1,1,1,0.3308,0.6624,0,1,1,1,1,1,0.693802893,0,1,1,1,1,1,1,0.869351387,0,1,1,1,1,1,1,0.686696827,0,0.431246979,0.431351809,0.431294326
-411,1,0.3901,1,1,1,1,1,1,1,1,0.9201,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9469,0.3178,0,1,0.6624,1,1,1,0.4625,0.6624,0,1,1,1,1,1,0.854747176,0,1,1,1,1,1,1,0.947921276,0,1,1,1,1,1,1,0.775108814,0,0.430219913,0.430082505,0.430407801
-412,1,0.3901,1,1,1,1,1,1,1,1,0.9488,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9562,0.3178,0,1,0.6624,1,1,1,0.5457,0.6624,0,1,1,1,1,1,0.957574606,0,1,1,1,1,1,1,0.954206467,0,1,1,1,1,1,1,0.743757784,0,0.444296762,0.444256399,0.444592199
-413,1,0.3901,1,1,1,1,1,1,1,1,0.9643,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9675,0.3178,0,1,0.6624,1,1,1,0.7475,0.6624,0,1,1,1,1,1,0.975052416,0,1,1,1,1,1,1,0.955592275,0,1,1,1,1,1,1,0.933625102,0,0.490212663,0.490162894,0.490248227
-414,1,0.3901,1,1,1,1,1,1,1,1,0.9406,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9749,0.3178,0,1,0.6624,1,1,1,0.833,0.6624,0,1,1,1,1,1,0.981197774,0,1,1,1,1,1,1,0.940063119,0,1,1,1,1,1,1,0.957292199,0,0.574311261,0.574360059,0.574468085
-415,1,0.3901,1,1,1,1,1,1,1,1,0.8334,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9426,0.3178,0,1,0.6624,1,1,1,0.897,0.6624,0,1,1,1,1,1,0.967520952,0,1,1,1,1,1,1,0.88106209,0,1,1,1,1,1,1,0.97295779,0,0.618354277,0.618362598,0.618351064
-416,1,0.3901,1,1,1,1,1,1,1,1,0.8394,0.3901,0.2194,1,0.3178,1,1,1,1,1,1,0.8183,0.3178,0.1986,1,0.6624,1,1,1,0.9444,0.6624,0.1714,1,1,1,1,1,0.928897381,0.392245501,1,1,1,1,1,1,0.726038337,0.348595232,1,1,1,1,1,1,0.982295394,0.438023001,0.622945868,0.622805162,0.622783688
-417,1,0.3901,1,1,1,1,1,1,1,1,0.6658,0.3901,0.4257,1,0.3178,1,1,1,1,1,1,0.9867,0.3178,0.4033,1,0.6624,1,1,1,0.8417,0.6624,0.3667,1,1,1,1,1,0.916898251,0.651247323,0.98929733,1,1,1,1,1,0.89675492,0.610955536,1,1,1,1,1,1,0.974738657,0.712425828,0.626691638,0.626613074,0.62677305
-418,1,0.3901,1,1,1,1,1,1,1,1,0.7876,0.3901,0.5872,1,0.3178,1,1,1,1,1,1,0.932,0.3178,0.5454,1,0.6624,1,1,1,0.9124,0.6624,0.5272,1,1,1,1,1,0.945043147,0.828912795,0.992920041,1,1,1,1,1,0.895061612,0.736530304,1,1,1,1,1,1,0.987088144,0.805391848,0.631524891,0.63169029,0.631648936
-419,1,0.3901,1,1,1,1,1,1,1,1,0.8561,0.3901,0.6481,1,0.3178,1,1,1,1,1,1,0.991,0.3178,0.5963,1,0.6624,1,1,1,0.8692,0.6624,0.5663,1,1,1,1,1,0.964804411,0.883946121,0.968551457,1,1,1,1,1,0.950729966,0.808954477,1,1,1,1,1,1,0.984131634,0.878283858,0.63182697,0.63190184,0.632092199
-420,1,0.3901,1,1,1,1,1,1,1,1,0.8913,0.3901,0.6592,1,0.3178,1,1,1,1,1,1,0.9905,0.3178,0.6098,1,0.6624,1,1,1,0.8459,0.6624,0.5929,1,1,1,1,1,0.951295555,0.890850604,1,1,1,1,1,1,0.944790363,0.813984096,1,1,1,1,1,1,0.982371509,0.948247671,0.628927018,0.628940131,0.628989362
-421,1,0.3901,1,1,1,1,1,1,1,1,0.939,0.3901,0.6547,1,0.3178,1,1,1,1,1,1,0.9981,0.3178,0.6572,1,0.6624,1,1,1,0.9231,0.6624,0.6011,1,1,1,1,1,0.969199359,0.871985674,1,1,1,1,1,1,0.967471182,0.874804735,1,1,1,1,1,1,0.993554056,0.936746716,0.62820203,0.628305479,0.628546099
-422,1,0.3901,1,1,1,1,1,1,1,1,0.9495,0.3901,0.5823,1,0.3178,1,1,1,1,1,1,0.9987,0.3178,0.6051,1,0.6624,1,1,1,0.9759,0.6624,0.5178,1,1,1,1,1,0.978009999,0.830305099,1,1,1,1,1,1,0.975967407,0.865763664,1,1,1,1,1,1,0.996892452,0.859966516,0.625181247,0.62534377,0.625443262
-423,1,0.3901,1,1,1,1,1,1,1,1,0.9386,0.3901,0.4386,1,0.3178,1,1,1,1,1,1,1,0.3178,0.4694,1,0.6624,1,1,1,0.9823,0.6624,0.3812,1,1,1,1,1,0.980868757,0.720126152,1,1,1,1,1,1,0.995267153,0.748162508,1,1,1,1,1,1,0.998964667,0.682053447,0.630497825,0.630632536,0.630762411
-424,1,0.3901,1,1,1,1,1,1,1,1,0.788,0.3901,0.2089,1,0.3178,1,1,1,1,1,1,0.9294,0.3178,0.2449,1,0.6624,1,1,1,0.9687,0.6624,0.1508,1,1,1,1,1,0.912962615,0.430147707,1,1,1,1,1,1,0.884061098,0.469457507,1,1,1,1,1,1,0.99778688,0.355515212,0.66801595,0.667865454,0.668439716
-425,1,0.3901,1,1,1,1,1,1,1,1,0.7031,0.3901,0,1,0.3178,1,1,1,1,1,1,0.9234,0.3178,0,1,0.6624,1,1,1,0.9586,0.6624,0,1,1,1,1,1,0.9026106,0,1,1,1,1,1,1,0.908834636,0,1,1,1,1,1,1,0.998849034,0,0.731089899,0.731119103,0.731382979
-426,1,0.3901,1,1,1,1,1,1,1,1,0.6899,0.3901,0,1,0.3178,1,1,1,1,1,1,0.8104,0.3178,0,1,0.6624,1,1,1,0.9247,0.6624,0,1,1,1,1,1,0.822175145,0,1,1,1,1,1,1,0.814421892,0,1,1,1,1,1,1,0.996289968,0,0.736406477,0.73661942,0.736702128
-427,1,0.3901,1,1,1,1,1,1,1,1,0.5641,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6822,0.3178,0,1,0.6624,1,1,1,0.8991,0.6624,0,1,1,1,1,1,0.660280704,0,1,1,1,1,1,1,0.656548023,0,1,1,1,1,1,1,0.991905928,0,0.723658772,0.72371483,0.723847518
-428,1,0.3901,1,1,1,1,1,1,1,1,0.4991,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4649,0.3178,0,1,0.6624,1,1,1,0.897,0.6624,0,1,1,1,1,1,0.529035687,0,1,1,1,1,1,1,0.446159869,0,1,1,1,1,1,1,0.990887403,0,0.698707105,0.698751851,0.69858156
-429,1,0.3901,1,1,1,1,1,1,1,1,0.4078,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5058,0.3178,0,1,0.6624,1,1,1,0.8511,0.6624,0,1,1,1,1,1,0.511684358,0,0.997487307,1,1,1,1,1,0.454757988,0,1,1,1,1,1,1,0.986278594,0,0.656536974,0.656653268,0.656471631
-430,1,0.3901,1,1,1,1,1,1,1,1,0.3512,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4695,0.3178,0,1,0.6624,1,1,1,0.8545,0.6624,0,1,1,1,1,1,0.441790134,0,0.815066516,1,1,1,1,1,0.390729934,0,0.879849792,1,1,1,1,1,0.979028404,0,0.602767037,0.602707849,0.602836879
-431,1,0.3901,1,1,1,1,1,1,1,1,0.3009,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2722,0.3178,0,1,0.6624,1,1,1,0.8102,0.6624,0,1,1,1,1,1,0.380974203,0,0.91803056,1,1,1,1,1,0.256818384,0,0.882418096,1,1,1,1,1,0.971856177,0,0.553226196,0.553204993,0.553191489
-432,1,0.3901,1,1,1,1,1,1,1,1,0.2652,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3513,0.3178,0,1,0.6624,1,1,1,0.7987,0.6624,0,1,1,1,1,1,0.305024683,0,0.912304938,1,1,1,1,1,0.283523858,0,0.80612123,1,1,1,1,1,0.964531183,0,0.522474625,0.522530146,0.522606383
-433,1,0.3901,1,1,1,1,1,1,1,1,0.2107,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0349,0.3178,0,1,0.6624,1,1,1,0.7231,0.6624,0,1,1,1,1,1,0.205657512,0,0.948770225,1,1,1,1,1,0.073238835,0,0.948538005,1,1,1,1,1,0.94792068,0,0.507733204,0.507721599,0.507978723
-434,1,0.3901,1,1,1,1,1,1,1,1,0.1716,0.3901,0,1,0.3178,1,1,1,1,1,1,0,0.3178,0,1,0.6624,1,1,1,0.6122,0.6624,0,1,1,1,1,1,0.118623689,0,0.980902255,1,1,1,1,1,0.023112569,0,0.92279619,1,1,1,1,1,0.9124704,0,0.501631223,0.501798181,0.50177305
-435,1,0.3901,1,1,1,1,1,1,1,1,0.1649,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0293,0.3178,0,1,0.6624,1,1,1,0.4186,0.6624,0,1,1,1,1,1,0.078991354,0,0.916975737,1,1,1,1,1,0.065747797,0,0.81556046,1,1,1,1,1,0.787933767,0,0.50277912,0.502644383,0.502659574
-436,1,0.3901,1,1,1,1,1,1,1,1,0.1202,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0398,0.3178,0,1,0.6624,1,1,1,0.3207,0.6624,0,1,1,1,1,1,0.048874948,0,0.972158432,1,1,1,1,1,0.075349748,0,0.808600307,1,1,1,1,1,0.662914515,0,0.518728855,0.518722234,0.519060284
-437,1,0.3901,1,1,1,1,1,1,1,1,0.0685,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0396,0.3178,0,1,0.6624,1,1,1,0.1897,0.6624,0,1,1,1,1,1,0.028377425,0,0.801332235,1,1,1,1,1,0.079530381,0,0.924199283,1,1,1,1,1,0.414977252,0,0.56500725,0.56505183,0.565159574
-438,1,0.3901,1,1,1,1,1,1,1,1,0.044,0.3901,0,1,0.3178,1,1,1,1,1,1,0,0.3178,0,1,0.6624,1,1,1,0.06,0.6624,0,1,1,1,1,1,0.021134142,0,0.522561312,1,1,1,1,1,0.018503219,0,0.490474641,1,1,1,1,1,0.198370844,0,0.649589174,0.649672096,0.649822695
-439,1,0.3901,1,1,1,1,1,1,1,1,0.0524,0.3901,0,1,0.3178,1,1,1,1,1,1,0,0.3178,0,1,0.6624,1,1,1,0.0404,0.6624,0,1,1,1,1,1,0.011528028,0,0.510543048,1,1,1,1,1,0.011333896,0,0.265728801,1,1,1,1,1,0.057998598,0,0.693934268,0.693886186,0.694148936
-440,1,0.3901,1,1,1,1,1,1,1,1,0.0521,0.3901,0.2198,1,0.3178,1,1,1,1,1,1,0.0231,0.3178,0.2185,1,0.6624,1,1,1,0.0344,0.6624,0.2049,1,1,1,1,1,0.013533669,0.411290258,0.511383235,1,1,1,1,1,0.031904433,0.403030336,0.15645054,1,1,1,1,1,0.016493127,0.45603919,0.695867569,0.695790142,0.696365248
-441,1,0.3901,1,1,1,1,1,1,1,1,0.0696,0.3901,0.4112,1,0.3178,1,1,1,1,1,1,0,0.3178,0.3732,1,0.6624,1,1,1,0.0009,0.6624,0.4566,1,1,1,1,1,0.006490308,0.615725577,0.672119915,1,1,1,1,1,0.000954009,0.565912426,0.343959928,1,1,1,1,1,0.011184643,0.77289474,0.692303045,0.692405331,0.692375887
-442,1,0.3901,1,1,1,1,1,1,1,1,0.0495,0.3901,0.5551,1,0.3178,1,1,1,1,1,1,0,0.3178,0.5366,1,0.6624,1,1,1,0.0016,0.6624,0.6112,1,1,1,1,1,0.003911171,0.710923612,0.487019986,1,1,1,1,1,4.61E-05,0.780745804,0.253931671,1,1,1,1,1,0.026587032,0.870703101,0.688557274,0.688597419,0.688829787
-443,1,0.3901,1,1,1,1,1,1,1,1,0.0273,0.3901,0.6202,1,0.3178,1,1,1,1,1,1,0,0.3178,0.6392,1,0.6624,1,1,1,0.0069,0.6624,0.6858,1,1,1,1,1,0.001113157,0.872561872,0.261537224,1,1,1,1,1,3.53E-05,0.880199969,0.168435365,1,1,1,1,1,0.049465343,0.829433799,0.680038666,0.679923842,0.679964539
-444,1,0.3901,1,1,1,1,1,1,1,1,0.0139,0.3901,0.6322,1,0.3178,1,1,1,1,1,1,0,0.3178,0.6719,1,0.6624,1,1,1,0.0019,0.6624,0.5749,1,1,1,1,1,0.002695863,0.915826082,0.327955723,1,1,1,1,1,0.001604196,0.952863872,0.035539273,1,1,1,1,1,0.035578288,0.944527924,0.669345094,0.669557859,0.669326241
-445,1,0.3901,1,1,1,1,1,1,1,1,0.0225,0.3901,0.6454,1,0.3178,1,1,1,1,1,1,0.0045,0.3178,0.6925,1,0.6624,1,1,1,0.0171,0.6624,0.5797,1,1,1,1,1,0.021730665,0.936775565,0.417019188,1,1,1,1,1,0.009186365,0.974448323,0.036948957,1,1,1,1,1,0.078375988,0.924676299,0.662699372,0.662788238,0.662677305
-446,1,0.3901,1,1,1,1,1,1,1,1,0.0739,0.3901,0.582,1,0.3178,1,1,1,1,1,1,0.0437,0.3178,0.5905,1,0.6624,1,1,1,0.0027,0.6624,0.5597,1,1,1,1,1,0.080908231,0.882329226,0.593714356,1,1,1,1,1,0.042887881,0.872480035,0.003990314,1,1,1,1,1,0.029694661,0.829630315,0.65478492,0.654749312,0.655141844
-447,1,0.3901,1,1,1,1,1,1,1,1,0.1286,0.3901,0.4182,1,0.3178,1,1,1,1,1,1,0.0876,0.3178,0.3985,1,0.6624,1,1,1,0.0262,0.6624,0.3855,1,1,1,1,1,0.134713426,0.672721744,0.841067255,1,1,1,1,1,0.077657878,0.586841226,0,1,1,1,1,1,0.042823806,0.654481173,0.659255679,0.659403427,0.659574468
-448,1,0.3901,1,1,1,1,1,1,1,1,0.156,0.3901,0.1694,1,0.3178,1,1,1,1,1,1,0.0875,0.3178,0.1216,1,0.6624,1,1,1,0.1042,0.6624,0.1392,1,1,1,1,1,0.173640892,0.330146551,0.904563069,1,1,1,1,1,0.074121185,0.142736346,0,1,1,1,1,1,0.213361785,0.311305791,0.692484292,0.692616882,0.692819149
-449,1,0.3901,1,1,1,1,1,1,1,1,0.0971,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0664,0.3178,0,1,0.6624,1,1,1,0.0968,0.6624,0,1,1,1,1,1,0.112953134,0,0.952021718,1,1,1,1,1,0.054471456,0,0,1,1,1,1,1,0.206945404,0,0.738883519,0.738946478,0.73891844
-450,1,0.3901,1,1,1,1,1,1,1,1,0.0668,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0212,0.3178,0,1,0.6624,1,1,1,0.0761,0.6624,0,1,1,1,1,1,0.059604332,0,0.98928535,1,1,1,1,1,0.024995042,0,0.041161779,1,1,1,1,1,0.212057233,0,0.737554374,0.737677174,0.738031915
-451,1,0.3901,1,1,1,1,1,1,1,1,0.0542,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0354,0.3178,0,1,0.6624,1,1,1,0.1442,0.6624,0,1,1,1,1,1,0.038877577,0,0.971204281,1,1,1,1,1,0.030700974,0,0.239700794,1,1,1,1,1,0.335861593,0,0.72480667,0.724772583,0.725177305
-452,1,0.3901,1,1,1,1,1,1,1,1,0.2307,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1311,0.3178,0,1,0.6624,1,1,1,0.3328,0.6624,0,1,1,1,1,1,0.245034218,0,0.325733781,1,1,1,1,1,0.179591045,0,0.414397895,1,1,1,1,1,0.530606866,0,0.695746738,0.695790142,0.695921986
-453,1,0.3901,1,1,1,1,1,1,1,1,0.2251,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0696,0.3178,0,1,0.6624,1,1,1,0.315,0.6624,0,1,1,1,1,1,0.209093347,0,0.744041562,1,1,1,1,1,0.139438674,0,0.547870219,1,1,1,1,1,0.619190514,0,0.649891252,0.649883647,0.649822695
-454,1,0.3901,1,1,1,1,1,1,1,1,0.2574,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0523,0.3178,0,1,0.6624,1,1,1,0.3661,0.6624,0,1,1,1,1,1,0.191284269,0,0.949224889,1,1,1,1,1,0.126669332,0,0.817178369,1,1,1,1,1,0.586992502,0,0.592194297,0.592130315,0.592641844
-455,1,0.3901,1,1,1,1,1,1,1,1,0.1503,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0502,0.3178,0,1,0.6624,1,1,1,0.3069,0.6624,0,1,1,1,1,1,0.061584868,0,1,1,1,1,1,1,0.098195553,0,0.963890553,1,1,1,1,1,0.534930646,0,0.539874335,0.539877301,0.540336879
-456,1,0.3901,1,1,1,1,1,1,1,1,0.1933,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0698,0.3178,0,1,0.6624,1,1,1,0.2218,0.6624,0,1,1,1,1,1,0.060301598,0,0.952429771,1,1,1,1,1,0.101443239,0,0.882593513,1,1,1,1,1,0.405846894,0,0.504470759,0.504548339,0.504432624
-457,1,0.3901,1,1,1,1,1,1,1,1,0.0872,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0679,0.3178,0,1,0.6624,1,1,1,0.1872,0.6624,0,1,1,1,1,1,0.038687643,0,1,1,1,1,1,1,0.136911333,0,1,1,1,1,1,1,0.305333346,0,0.484533591,0.484662577,0.484929078
-458,1,0.3901,1,1,1,1,1,1,1,1,0.0789,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0584,0.3178,0,1,0.6624,1,1,1,0.1576,0.6624,0,1,1,1,1,1,0.052367814,0,0.989252985,1,1,1,1,1,0.118600897,0,0.71376574,1,1,1,1,1,0.28055805,0,0.475410826,0.475354347,0.475177305
-459,1,0.3901,1,1,1,1,1,1,1,1,0.0327,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1404,0.3178,0,1,0.6624,1,1,1,0.1692,0.6624,0,1,1,1,1,1,0.025965821,0,0.913152337,1,1,1,1,1,0.151041836,0,0.831908166,1,1,1,1,1,0.236387566,0,0.473356694,0.473450391,0.473404255
-460,1,0.3901,1,1,1,1,1,1,1,1,0.0924,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1767,0.3178,0,1,0.6624,1,1,1,0.1475,0.6624,0,1,1,1,1,1,0.0541979,0,0.857063115,1,1,1,1,1,0.199102342,0,0.807334602,1,1,1,1,1,0.217554927,0,0.48761479,0.487835837,0.487588652
-461,1,0.3901,1,1,1,1,1,1,1,1,0.1821,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2285,0.3178,0,1,0.6624,1,1,1,0.1125,0.6624,0,1,1,1,1,1,0.128512084,0,0.786879659,1,1,1,1,1,0.228443399,0,0.85664773,1,1,1,1,1,0.203422695,0,0.530389077,0.530357521,0.530585106
-462,1,0.3901,1,1,1,1,1,1,1,1,0.3668,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6427,0.3178,0,1,0.6624,1,1,1,0.1013,0.6624,0,1,1,1,1,1,0.343881905,0,0.69471848,1,1,1,1,1,0.529061794,0,0.985715508,1,1,1,1,1,0.183470994,0,0.60941276,0.60947747,0.609929078
-463,1,0.3901,1,1,1,1,1,1,1,1,0.3585,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5361,0.3178,0,1,0.6624,1,1,1,0.1135,0.6624,0,1,1,1,1,1,0.414614201,0,0.647118092,1,1,1,1,1,0.462496877,0,0.916347623,1,1,1,1,1,0.205119312,0,0.651462059,0.651576052,0.651595745
-464,1,0.3901,1,1,1,1,1,1,1,1,0.4135,0.3901,0.2238,1,0.3178,1,1,1,1,1,1,0.5544,0.3178,0.2158,1,0.6624,1,1,1,0.2493,0.6624,0.1793,1,1,1,1,1,0.482371628,0.429120481,0.767559767,1,1,1,1,1,0.511038005,0.411824733,0.772261262,1,1,1,1,1,0.212890446,0.438703597,0.656234896,0.656230167,0.656471631
-465,1,0.3901,1,1,1,1,1,1,1,1,0.2923,0.3901,0.4608,1,0.3178,1,1,1,1,1,1,0.481,0.3178,0.458,1,0.6624,1,1,1,0.2541,0.6624,0.405,1,1,1,1,1,0.298863828,0.73180294,0.660552084,1,1,1,1,1,0.430669308,0.730306983,0.922693789,1,1,1,1,1,0.250985682,0.734348357,0.658107782,0.658134123,0.658244681
-466,1,0.3901,1,1,1,1,1,1,1,1,0.4971,0.3901,0.6129,1,0.3178,1,1,1,1,1,1,0.5914,0.3178,0.6197,1,0.6624,1,1,1,0.3693,0.6624,0.546,1,1,1,1,1,0.618131816,0.859213591,0.664822459,1,1,1,1,1,0.572664678,0.893384695,0.769447446,1,1,1,1,1,0.420424223,0.891783476,0.659980667,0.660038079,0.660460993
-467,1,0.3901,1,1,1,1,1,1,1,1,0.5383,0.3901,0.681,1,0.3178,1,1,1,1,1,1,0.758,0.3178,0.7022,1,0.6624,1,1,1,0.5169,0.6624,0.6041,1,1,1,1,1,0.714111984,0.942465425,0.625752807,1,1,1,1,1,0.707137406,0.973526597,0.827565789,1,1,1,1,1,0.736439347,0.939484,0.657322378,0.65728792,0.657358156
-468,1,0.3901,1,1,1,1,1,1,1,1,0.2994,0.3901,0.7075,1,0.3178,1,1,1,1,1,1,0.2141,0.3178,0.7162,1,0.6624,1,1,1,0.3065,0.6624,0.5902,1,1,1,1,1,0.358367443,0.986808836,0.965357125,1,1,1,1,1,0.266686767,0.998027921,1,1,1,1,1,1,0.567754865,0.953807414,0.649891252,0.649883647,0.649822695
-469,1,0.3901,1,1,1,1,1,1,1,1,0.3166,0.3901,0.6971,1,0.3178,1,1,1,1,1,1,0.2874,0.3178,0.7045,1,0.6624,1,1,1,0.2753,0.6624,0.5947,1,1,1,1,1,0.361421704,0.97357434,0.845093966,1,1,1,1,1,0.337183982,0.982177496,1,1,1,1,1,1,0.511032104,0.931961894,0.64517883,0.645229532,0.645390071
-470,1,0.3901,1,1,1,1,1,1,1,1,0.3308,0.3901,0.6128,1,0.3178,1,1,1,1,1,1,0.3042,0.3178,0.626,1,0.6624,1,1,1,0.6583,0.6624,0.5254,1,1,1,1,1,0.420900971,0.89623481,0.487880349,1,1,1,1,1,0.28736186,0.906737745,0.551939249,1,1,1,1,1,0.873086631,0.858559906,0.63738521,0.637402158,0.637411348
-471,1,0.3901,1,1,1,1,1,1,1,1,0.3472,0.3901,0.4488,1,0.3178,1,1,1,1,1,1,0.2341,0.3178,0.4726,1,0.6624,1,1,1,0.6415,0.6624,0.3998,1,1,1,1,1,0.437112898,0.737294376,0.327344358,1,1,1,1,1,0.256210387,0.751284838,0.336488724,1,1,1,1,1,0.839392126,0.69221437,0.638472692,0.638671462,0.638741135
-472,1,0.3901,1,1,1,1,1,1,1,1,0.2352,0.3901,0.217,1,0.3178,1,1,1,1,1,1,0.118,0.3178,0.2484,1,0.6624,1,1,1,0.5088,0.6624,0.1611,1,1,1,1,1,0.247130617,0.443182856,0.26769045,1,1,1,1,1,0.138095245,0.469806969,0.263054222,1,1,1,1,1,0.691238761,0.370956063,0.666868052,0.6668077,0.667109929
-473,1,0.3901,1,1,1,1,1,1,1,1,0.1405,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1232,0.3178,0,1,0.6624,1,1,1,0.3413,0.6624,0,1,1,1,1,1,0.215588436,0,0.222559556,1,1,1,1,1,0.126801297,0,0.168555766,1,1,1,1,1,0.643653929,0,0.719308845,0.719483816,0.719414894
-474,1,0.3901,1,1,1,1,1,1,1,1,0.1727,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1029,0.3178,0,1,0.6624,1,1,1,0.4105,0.6624,0,1,1,1,1,1,0.237578884,0,0.393547803,1,1,1,1,1,0.130261034,0,0.292771995,1,1,1,1,1,0.8280316,0,0.71659014,0.716733658,0.716755319
-475,1,0.3901,1,1,1,1,1,1,1,1,0.1355,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1337,0.3178,0,1,0.6624,1,1,1,0.4858,0.6624,0,1,1,1,1,1,0.219292209,0,0.274731517,1,1,1,1,1,0.18790634,0,0.269932747,1,1,1,1,1,0.838251114,0,0.699009183,0.698963402,0.699024823
-476,1,0.3901,1,1,1,1,1,1,1,1,0.1037,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2951,0.3178,0,1,0.6624,1,1,1,0.5459,0.6624,0,1,1,1,1,1,0.168475688,0,0.260657549,1,1,1,1,1,0.304629892,0,0.282043219,1,1,1,1,1,0.87201488,0,0.676232479,0.67632748,0.67641844
-477,1,0.3901,1,1,1,1,1,1,1,1,0.1818,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1828,0.3178,0,1,0.6624,1,1,1,0.5861,0.6624,0,1,1,1,1,1,0.194298401,0,0.130660817,1,1,1,1,1,0.220796838,0,0.151731431,1,1,1,1,1,0.862756014,0,0.643668439,0.643748678,0.643617021
-478,1,0.3901,1,1,1,1,1,1,1,1,0.1784,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1076,0.3178,0,1,0.6624,1,1,1,0.4793,0.6624,0,1,1,1,1,1,0.251181543,0,0.068567067,1,1,1,1,1,0.123792112,0,0.044594765,1,1,1,1,1,0.795127988,0,0.599323345,0.599323038,0.59929078
-479,1,0.3901,1,1,1,1,1,1,1,1,0.1932,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0262,0.3178,0,1,0.6624,1,1,1,0.4529,0.6624,0,1,1,1,1,1,0.259776115,0,0.09286087,1,1,1,1,1,0.052685954,0,0.050675917,1,1,1,1,1,0.792559087,0,0.552924118,0.552781891,0.552748227
-480,1,0.3901,1,1,1,1,1,1,1,1,0.1119,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0099,0.3178,0,1,0.6624,1,1,1,0.4984,0.6624,0,1,1,1,1,1,0.120503485,0,0.109031886,1,1,1,1,1,0.036232617,0,0.03731833,1,1,1,1,1,0.832992256,0,0.519816336,0.519779987,0.519946809
-481,1,0.3901,1,1,1,1,1,1,1,1,0.0794,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0128,0.3178,0,1,0.6624,1,1,1,0.3099,0.6624,0,1,1,1,1,1,0.057855781,0,0.073038578,1,1,1,1,1,0.042845599,0,0.037343461,1,1,1,1,1,0.606036305,0,0.501268729,0.501163529,0.501329787
-482,1,0.3901,1,1,1,1,1,1,1,1,0.0495,0.3901,0,1,0.3178,1,1,1,1,1,1,0,0.3178,0,1,0.6624,1,1,1,0.2899,0.6624,0,1,1,1,1,1,0.053303592,0,0.043719381,1,1,1,1,1,0.014324972,0,0.037011258,1,1,1,1,1,0.531005204,0,0.489910585,0.489951343,0.489804965
-483,1,0.3901,1,1,1,1,1,1,1,1,0.0548,0.3901,0,1,0.3178,1,1,1,1,1,1,0.006,0.3178,0,1,0.6624,1,1,1,0.2222,0.6624,0,1,1,1,1,1,0.026825195,0,0.077305451,1,1,1,1,1,0.036265694,0,0.040064923,1,1,1,1,1,0.471726447,0,0.485500242,0.485508779,0.48537234
-484,1,0.3901,1,1,1,1,1,1,1,1,0.0331,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0342,0.3178,0,1,0.6624,1,1,1,0.1204,0.6624,0,1,1,1,1,1,0.012255548,0,0.077560157,1,1,1,1,1,0.060173765,0,0.078937434,1,1,1,1,1,0.274086297,0,0.489608507,0.489739793,0.489361702
-485,1,0.3901,1,1,1,1,1,1,1,1,0.0221,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0501,0.3178,0,1,0.6624,1,1,1,0.0692,0.6624,0,1,1,1,1,1,0.01008457,0,0.091319233,1,1,1,1,1,0.063513756,0,0.155076712,1,1,1,1,1,0.189517856,0,0.505437409,0.505606093,0.505762411
-486,1,0.3901,1,1,1,1,1,1,1,1,0.006,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0687,0.3178,0,1,0.6624,1,1,1,0.0688,0.6624,0,1,1,1,1,1,0.004177272,0,0.089516357,1,1,1,1,1,0.089355811,0,0.307229847,1,1,1,1,1,0.148454115,0,0.536732721,0.536704041,0.53679078
-487,1,0.3901,1,1,1,1,1,1,1,1,0.0002,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0216,0.3178,0,1,0.6624,1,1,1,0.0359,0.6624,0,1,1,1,1,1,0.000670298,0,0.15081726,1,1,1,1,1,0.039953135,0,0.434677243,1,1,1,1,1,0.070686765,0,0.574009183,0.573936958,0.574024823
-488,1,0.3901,1,1,1,1,1,1,1,1,0.0113,0.3901,0.0338,1,0.3178,1,1,1,1,1,1,0.0774,0.3178,0.0205,1,0.6624,1,1,1,0.0199,0.6624,0.0959,1,1,1,1,1,0.004628616,0.053709865,0.419818997,1,1,1,1,1,0.109133691,0.018420931,0.63019973,1,1,1,1,1,0.045996632,0.078395985,0.615514741,0.615612439,0.615691489
-489,1,0.3901,1,1,1,1,1,1,1,1,0.0389,0.3901,0.1381,1,0.3178,1,1,1,1,1,1,0.0679,0.3178,0.109,1,0.6624,1,1,1,0.0099,0.6624,0.2689,1,1,1,1,1,0.014147853,0.192283168,0.760859013,1,1,1,1,1,0.120777823,0.144316494,1,1,1,1,1,1,0.032252479,0.304617047,0.651703722,0.651576052,0.652039007
-490,1,0.3901,1,1,1,1,1,1,1,1,0.0663,0.3901,0.2102,1,0.3178,1,1,1,1,1,1,0.1044,0.3178,0.1812,1,0.6624,1,1,1,0.0005,0.6624,0.3327,1,1,1,1,1,0.026046477,0.303351104,0.987595797,1,1,1,1,1,0.186181381,0.250372738,1,1,1,1,1,1,0.013428211,0.385682464,0.6739971,0.674000423,0.674202128
-491,1,0.3901,1,1,1,1,1,1,1,1,0.1178,0.3901,0.2284,1,0.3178,1,1,1,1,1,1,0.1631,0.3178,0.211,1,0.6624,1,1,1,0.0001,0.6624,0.4238,1,1,1,1,1,0.034658346,0.341895819,0.995827317,1,1,1,1,1,0.265076429,0.288601547,1,1,1,1,1,1,0.008641397,0.480376244,0.683482359,0.683520203,0.683510638
-492,1,0.3901,1,1,1,1,1,1,1,1,0.211,0.3901,0.2429,1,0.3178,1,1,1,1,1,1,0.1642,0.3178,0.2366,1,0.6624,1,1,1,0.0004,0.6624,0.4288,1,1,1,1,1,0.057607554,0.354768723,1,1,1,1,1,1,0.312806368,0.341011763,1,1,1,1,1,1,0.010712845,0.51420486,0.683421943,0.683520203,0.683510638
-493,1,0.3901,1,1,1,1,1,1,1,1,0.2425,0.3901,0.2345,1,0.3178,1,1,1,1,1,1,0.1714,0.3178,0.243,1,0.6624,1,1,1,0.0062,0.6624,0.4197,1,1,1,1,1,0.067297198,0.399075508,1,1,1,1,1,1,0.278471023,0.351463228,1,1,1,1,1,1,0.027082564,0.57644248,0.674782504,0.674846626,0.675088652
-494,1,0.3901,1,1,1,1,1,1,1,1,0.3825,0.3901,0.196,1,0.3178,1,1,1,1,1,1,0.2593,0.3178,0.2089,1,0.6624,1,1,1,0.0067,0.6624,0.4012,1,1,1,1,1,0.107579127,0.358603001,1,1,1,1,1,1,0.363505065,0.30205816,1,1,1,1,1,1,0.024522964,0.57705462,0.663726438,0.66363444,0.664007092
-495,1,0.3901,1,1,1,1,1,1,1,1,0.4625,0.3901,0.1088,1,0.3178,1,1,1,1,1,1,0.2369,0.3178,0.1287,1,0.6624,1,1,1,0.009,0.6624,0.3214,1,1,1,1,1,0.174622506,0.226323158,1,1,1,1,1,1,0.372528017,0.172121823,1,1,1,1,1,1,0.032747258,0.471946716,0.659074432,0.658980326,0.659131206
-496,1,0.3901,1,1,1,1,1,1,1,1,0.461,0.3901,0.0095,1,0.3178,1,1,1,1,1,1,0.2483,0.3178,0.0039,1,0.6624,1,1,1,0.03,0.6624,0.1402,1,1,1,1,1,0.179446012,0.054913122,1,1,1,1,1,1,0.404273152,0.00736948,1,1,1,1,1,1,0.069884099,0.234559417,0.684267762,0.684154855,0.684397163
-497,1,0.3901,1,1,1,1,1,1,1,1,0.467,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1636,0.3178,0,1,0.6624,1,1,1,0.0663,0.6624,0,1,1,1,1,1,0.211576432,0,1,1,1,1,1,1,0.251190245,0,1,1,1,1,1,1,0.12557368,0,0.727464959,0.727522742,0.727836879
-498,1,0.3901,1,1,1,1,1,1,1,1,0.4127,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1287,0.3178,0,1,0.6624,1,1,1,0.0988,0.6624,0,1,1,1,1,1,0.199717,0,1,1,1,1,1,1,0.21637997,0,1,1,1,1,1,1,0.168479249,0,0.719913001,0.719906918,0.719858156
-499,1,0.3901,1,1,1,1,1,1,1,1,0.3576,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0478,0.3178,0,1,0.6624,1,1,1,0.1317,0.6624,0,1,1,1,1,1,0.184474587,0,1,1,1,1,1,1,0.114194989,0,1,1,1,1,1,1,0.229773998,0,0.69502175,0.694943939,0.695035461
-500,1,0.3901,1,1,1,1,1,1,1,1,0.3696,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0305,0.3178,0,1,0.6624,1,1,1,0.2168,0.6624,0,1,1,1,1,1,0.152843535,0,1,1,1,1,1,1,0.113586158,0,1,1,1,1,1,1,0.363334149,0,0.669345094,0.669346308,0.669326241
-501,1,0.3901,1,1,1,1,1,1,1,1,0.3535,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0737,0.3178,0,1,0.6624,1,1,1,0.2153,0.6624,0,1,1,1,1,1,0.184802026,0,1,1,1,1,1,1,0.171696171,0,1,1,1,1,1,1,0.443449885,0,0.636116481,0.636132854,0.63608156
-502,1,0.3901,1,1,1,1,1,1,1,1,0.2283,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0515,0.3178,0,1,0.6624,1,1,1,0.2561,0.6624,0,1,1,1,1,1,0.067875408,0,1,1,1,1,1,1,0.133330569,0,1,1,1,1,1,1,0.476634681,0,0.595275495,0.595303575,0.595301418
-503,1,0.3901,1,1,1,1,1,1,1,1,0.3722,0.3901,0,1,0.3178,1,1,1,1,1,1,0.143,0.3178,0,1,0.6624,1,1,1,0.2426,0.6624,0,1,1,1,1,1,0.189117149,0,1,1,1,1,1,1,0.269549131,0,1,1,1,1,1,1,0.365168929,0,0.555280329,0.555320499,0.555407801
-504,1,0.3901,1,1,1,1,1,1,1,1,0.4256,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1096,0.3178,0,1,0.6624,1,1,1,0.29,0.6624,0,1,1,1,1,1,0.160570681,0,1,1,1,1,1,1,0.252668351,0,1,1,1,1,1,1,0.431885868,0,0.524105848,0.524011001,0.524379433
-505,1,0.3901,1,1,1,1,1,1,1,1,0.2923,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1097,0.3178,0,1,0.6624,1,1,1,0.2866,0.6624,0,1,1,1,1,1,0.109217495,0,1,1,1,1,1,1,0.23330684,0,1,1,1,1,1,1,0.45360738,0,0.506887385,0.506875397,0.507092199
-506,1,0.3901,1,1,1,1,1,1,1,1,0.1925,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1475,0.3178,0,1,0.6624,1,1,1,0.3085,0.6624,0,1,1,1,1,1,0.106418639,0,1,1,1,1,1,1,0.256683856,0,1,1,1,1,1,1,0.496107429,0,0.49861044,0.498624921,0.498670213
-507,1,0.3901,1,1,1,1,1,1,1,1,0.209,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1033,0.3178,0,1,0.6624,1,1,1,0.1829,0.6624,0,1,1,1,1,1,0.104868852,0,1,1,1,1,1,1,0.22366941,0,1,1,1,1,1,1,0.349143177,0,0.4949855,0.495028559,0.495124113
-508,1,0.3901,1,1,1,1,1,1,1,1,0.2068,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0775,0.3178,0,1,0.6624,1,1,1,0.1996,0.6624,0,1,1,1,1,1,0.107377291,0,1,1,1,1,1,1,0.177673981,0,1,1,1,1,1,1,0.314562023,0,0.498247946,0.498201819,0.49822695
-509,1,0.3901,1,1,1,1,1,1,1,1,0.2067,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0869,0.3178,0,1,0.6624,1,1,1,0.2681,0.6624,0,1,1,1,1,1,0.115992263,0,1,1,1,1,1,1,0.193624631,0,1,1,1,1,1,1,0.419279188,0,0.511841469,0.511741062,0.511968085
-510,1,0.3901,1,1,1,1,1,1,1,1,0.1446,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1155,0.3178,0,1,0.6624,1,1,1,0.2711,0.6624,0,1,1,1,1,1,0.077996135,0,0.964708924,1,1,1,1,1,0.223193496,0,0.981933296,1,1,1,1,1,0.457887143,0,0.535947318,0.535857838,0.535904255
-511,1,0.3901,1,1,1,1,1,1,1,1,0.1159,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1327,0.3178,0,1,0.6624,1,1,1,0.2358,0.6624,0,1,1,1,1,1,0.064411893,0,0.859868348,1,1,1,1,1,0.196382344,0,0.693728566,1,1,1,1,1,0.423730552,0,0.56222813,0.562301671,0.5625
-512,1,0.3901,1,1,1,1,1,1,1,1,0.1664,0.3901,0.2175,1,0.3178,1,1,1,1,1,1,0.1563,0.3178,0.2258,1,0.6624,1,1,1,0.2464,0.6624,0.1997,1,1,1,1,1,0.098334894,0.404655278,1,1,1,1,1,1,0.263617486,0.401312143,0.990814686,1,1,1,1,1,0.459070086,0.440780342,0.597087965,0.596995981,0.597074468
-513,1,0.3901,1,1,1,1,1,1,1,1,0.1006,0.3901,0.4081,1,0.3178,1,1,1,1,1,1,0.0155,0.3178,0.4428,1,0.6624,1,1,1,0.074,0.6624,0.4197,1,1,1,1,1,0.050663918,0.679540217,0.956516743,1,1,1,1,1,0.062423609,0.68576932,0.840303779,1,1,1,1,1,0.139345616,0.720973849,0.61859594,0.618574149,0.618794326
-514,1,0.3901,1,1,1,1,1,1,1,1,0.0487,0.3901,0.5613,1,0.3178,1,1,1,1,1,1,0,0.3178,0.5538,1,0.6624,1,1,1,0.0244,0.6624,0.5556,1,1,1,1,1,0.009933624,0.833085418,0.73586607,1,1,1,1,1,0.004825974,0.769854367,0.615973592,1,1,1,1,1,0.047255825,0.860327959,0.627054132,0.627036175,0.627216312
-515,1,0.3901,1,1,1,1,1,1,1,1,0.0376,0.3901,0.5322,1,0.3178,1,1,1,1,1,1,0.0065,0.3178,0.6097,1,0.6624,1,1,1,0.0085,0.6624,0.6247,1,1,1,1,1,0.009950076,0.780405462,0.693450689,1,1,1,1,1,0.01372513,0.854087532,0.560471773,1,1,1,1,1,0.025679257,0.950450242,0.626933301,0.626824624,0.62677305
-516,1,0.3901,1,1,1,1,1,1,1,1,0.0262,0.3901,0.5679,1,0.3178,1,1,1,1,1,1,0.0269,0.3178,0.6059,1,0.6624,1,1,1,0.008,0.6624,0.5837,1,1,1,1,1,0.004341427,0.862391829,0.582497954,1,1,1,1,1,0.031877942,0.823680341,0.259051323,1,1,1,1,1,0.029347412,0.900006175,0.62318753,0.623228263,0.62322695
-517,1,0.3901,1,1,1,1,1,1,1,1,0.0174,0.3901,0.5247,1,0.3178,1,1,1,1,1,1,0.0101,0.3178,0.5139,1,0.6624,1,1,1,0.0026,0.6624,0.5606,1,1,1,1,1,0.002885567,0.785116851,0.586721659,1,1,1,1,1,0.01491439,0.66516012,0.155594766,1,1,1,1,1,0.015595263,0.772518218,0.618475109,0.618574149,0.618351064
-518,1,0.3901,1,1,1,1,1,1,1,1,0.004,0.3901,0.4229,1,0.3178,1,1,1,1,1,1,0,0.3178,0.4232,1,0.6624,1,1,1,0.0138,0.6624,0.4619,1,1,1,1,1,0.002349213,0.637138128,0.539751291,1,1,1,1,1,0.00301314,0.593340456,0.220113367,1,1,1,1,1,0.033706091,0.706330597,0.616602223,0.616670193,0.616578014
-519,1,0.3901,1,1,1,1,1,1,1,1,0.0203,0.3901,0.3114,1,0.3178,1,1,1,1,1,1,0.0687,0.3178,0.363,1,0.6624,1,1,1,0.0296,0.6624,0.3161,1,1,1,1,1,0.025419714,0.509942234,0.364952117,1,1,1,1,1,0.071307532,0.568504333,0.21019949,1,1,1,1,1,0.067622408,0.520428538,0.617689705,0.617727946,0.617907801
-520,1,0.3901,1,1,1,1,1,1,1,1,0.0341,0.3901,0.109,1,0.3178,1,1,1,1,1,1,0.0981,0.3178,0.1806,1,0.6624,1,1,1,0.0849,0.6624,0.1138,1,1,1,1,1,0.058809057,0.282011777,0.308240443,1,1,1,1,1,0.104445308,0.306727648,0.153333008,1,1,1,1,1,0.17168577,0.25320223,0.646507975,0.646498836,0.646719858
-521,1,0.3901,1,1,1,1,1,1,1,1,0.0718,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1428,0.3178,0,1,0.6624,1,1,1,0.2129,0.6624,0,1,1,1,1,1,0.140464246,0,0.243977129,1,1,1,1,1,0.178153262,0,0.130465731,1,1,1,1,1,0.429364324,0,0.689523925,0.689655172,0.689716312
-522,1,0.3901,1,1,1,1,1,1,1,1,0.1569,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1886,0.3178,0,1,0.6624,1,1,1,0.3401,0.6624,0,1,1,1,1,1,0.338828415,0,0.160066932,1,1,1,1,1,0.295357883,0,0.063504189,1,1,1,1,1,0.642948687,0,0.689765587,0.689655172,0.689716312
-523,1,0.3901,1,1,1,1,1,1,1,1,0.1861,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0455,0.3178,0,1,0.6624,1,1,1,0.3487,0.6624,0,1,1,1,1,1,0.403424114,0,0.206176162,1,1,1,1,1,0.114362463,0,0.125471741,1,1,1,1,1,0.678964555,0,0.677138714,0.677173683,0.677304965
-524,1,0.3901,1,1,1,1,1,1,1,1,0.1315,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1484,0.3178,0,1,0.6624,1,1,1,0.3144,0.6624,0,1,1,1,1,1,0.382502913,0,0.229102075,1,1,1,1,1,0.231769681,0,0.195113361,1,1,1,1,1,0.532498121,0,0.652307878,0.652422255,0.65248227
-525,1,0.3901,1,1,1,1,1,1,1,1,0.1463,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1426,0.3178,0,1,0.6624,1,1,1,0.386,0.6624,0,1,1,1,1,1,0.389041603,0,0.192775786,1,1,1,1,1,0.207796887,0,0.23948063,1,1,1,1,1,0.677794218,0,0.611466892,0.611592977,0.611702128
-526,1,0.3901,1,1,1,1,1,1,1,1,0.1285,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1579,0.3178,0,1,0.6624,1,1,1,0.3647,0.6624,0,1,1,1,1,1,0.3803505,0,0.183335111,1,1,1,1,1,0.258410692,0,0.296441138,1,1,1,1,1,0.691874802,0,0.565732238,0.565686482,0.565602837
-527,1,0.3901,1,1,1,1,1,1,1,1,0.1069,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1479,0.3178,0,1,0.6624,1,1,1,0.3353,0.6624,0,1,1,1,1,1,0.289933115,0,0.137859643,1,1,1,1,1,0.243095577,0,0.177257091,1,1,1,1,1,0.699401915,0,0.519393427,0.519356886,0.519503546
-528,1,0.3901,1,1,1,1,1,1,1,1,0.136,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1693,0.3178,0,1,0.6624,1,1,1,0.3501,0.6624,0,1,1,1,1,1,0.315427333,0,0.084138379,1,1,1,1,1,0.274803817,0,0.148058385,1,1,1,1,1,0.718370974,0,0.486104398,0.486143431,0.486258865
-529,1,0.3901,1,1,1,1,1,1,1,1,0.1734,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3006,0.3178,0,1,0.6624,1,1,1,0.3708,0.6624,0,1,1,1,1,1,0.413454682,0,0.213552058,1,1,1,1,1,0.433208376,0,0.109275922,1,1,1,1,1,0.700574815,0,0.469127598,0.469007827,0.468971631
-530,1,0.3901,1,1,1,1,1,1,1,1,0.1678,0.3901,0,1,0.3178,1,1,1,1,1,1,0.225,0.3178,0,1,0.6624,1,1,1,0.4118,0.6624,0,1,1,1,1,1,0.379670739,0,0.323283702,1,1,1,1,1,0.332038134,0,0.164830625,1,1,1,1,1,0.762360513,0,0.462240213,0.462238206,0.462322695
-531,1,0.3901,1,1,1,1,1,1,1,1,0.1565,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2714,0.3178,0,1,0.6624,1,1,1,0.4473,0.6624,0,1,1,1,1,1,0.372016937,0,0.204186901,1,1,1,1,1,0.389134824,0,0.16150026,1,1,1,1,1,0.870534658,0,0.462602707,0.462661307,0.462765957
-532,1,0.3901,1,1,1,1,1,1,1,1,0.2762,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3333,0.3178,0,1,0.6624,1,1,1,0.3735,0.6624,0,1,1,1,1,1,0.533230722,0,0.269460559,1,1,1,1,1,0.501860023,0,0.388051033,1,1,1,1,1,0.829701543,0,0.476921218,0.476835202,0.476950355
-533,1,0.3901,1,1,1,1,1,1,1,1,0.2992,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2885,0.3178,0,1,0.6624,1,1,1,0.2641,0.6624,0,1,1,1,1,1,0.559709728,0,0.451925099,1,1,1,1,1,0.384678572,0,0.629839301,1,1,1,1,1,0.694203913,0,0.52060174,0.52062619,0.520833333
-534,1,0.3901,1,1,1,1,1,1,1,1,0.2145,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1549,0.3178,0,1,0.6624,1,1,1,0.2381,0.6624,0,1,1,1,1,1,0.392397463,0,0.559710622,1,1,1,1,1,0.246748239,0,0.879858136,1,1,1,1,1,0.636787057,0,0.60022958,0.600169241,0.600620567
-535,1,0.3901,1,1,1,1,1,1,1,1,0.1484,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0467,0.3178,0,1,0.6624,1,1,1,0.3623,0.6624,0,1,1,1,1,1,0.246410802,0,0.492618084,1,1,1,1,1,0.088999912,0,0.755990088,1,1,1,1,1,0.785576642,0,0.644876752,0.644806431,0.644946809
-536,1,0.3901,1,1,1,1,1,1,1,1,0.1407,0.3901,0.109,1,0.3178,1,1,1,1,1,1,0.0434,0.3178,0.1325,1,0.6624,1,1,1,0.3712,0.6624,0.1791,1,1,1,1,1,0.206950858,0.241210476,0.387375861,1,1,1,1,1,0.105640069,0.158013523,0.616167545,1,1,1,1,1,0.778141201,0.290976077,0.654543258,0.654749312,0.654698582
-537,1,0.3901,1,1,1,1,1,1,1,1,0.1245,0.3901,0.3235,1,0.3178,1,1,1,1,1,1,0.1744,0.3178,0.3044,1,0.6624,1,1,1,0.2961,0.6624,0.347,1,1,1,1,1,0.196065307,0.465222418,0.370672822,1,1,1,1,1,0.298146397,0.286300719,0.798244238,1,1,1,1,1,0.645206273,0.564218819,0.659980667,0.660038079,0.660460993
-538,1,0.3901,1,1,1,1,1,1,1,1,0.096,0.3901,0.3563,1,0.3178,1,1,1,1,1,1,0.0759,0.3178,0.3022,1,0.6624,1,1,1,0.2881,0.6624,0.4265,1,1,1,1,1,0.145341292,0.506199479,0.520363033,1,1,1,1,1,0.163800865,0.416147053,0.622791171,1,1,1,1,1,0.589344859,0.639770865,0.665115998,0.665115295,0.665336879
-539,1,0.3901,1,1,1,1,1,1,1,1,0.1166,0.3901,0.3784,1,0.3178,1,1,1,1,1,1,0.04,0.3178,0.4041,1,0.6624,1,1,1,0.1706,0.6624,0.3306,1,1,1,1,1,0.101395622,0.566710174,0.6584903,1,1,1,1,1,0.116298988,0.398162782,0.375435352,1,1,1,1,1,0.39519158,0.500069618,0.664149348,0.664057542,0.664450355
-540,1,0.3901,1,1,1,1,1,1,1,1,0.1044,0.3901,0.3346,1,0.3178,1,1,1,1,1,1,0.0816,0.3178,0.2614,1,0.6624,1,1,1,0.1698,0.6624,0.3834,1,1,1,1,1,0.086076871,0.433936596,0.579901576,1,1,1,1,1,0.220251709,0.365732104,0.236882731,1,1,1,1,1,0.385340095,0.380476654,0.657805703,0.657711022,0.658244681
-541,1,0.3901,1,1,1,1,1,1,1,1,0.2326,0.3901,0.2609,1,0.3178,1,1,1,1,1,1,0.1738,0.3178,0.2753,1,0.6624,1,1,1,0.1955,0.6624,0.2391,1,1,1,1,1,0.191405714,0.379352331,0.621176779,1,1,1,1,1,0.398240268,0.328983128,0.509845316,1,1,1,1,1,0.443078369,0.370686889,0.653214113,0.653268458,0.653368794
-542,1,0.3901,1,1,1,1,1,1,1,1,0.1805,0.3901,0.2381,1,0.3178,1,1,1,1,1,1,0.119,0.3178,0.1934,1,0.6624,1,1,1,0.3019,0.6624,0.2144,1,1,1,1,1,0.160513535,0.35280031,0.898490191,1,1,1,1,1,0.356975317,0.275281847,1,1,1,1,1,1,0.535503387,0.306617081,0.646205897,0.646287286,0.646276596
-543,1,0.3901,1,1,1,1,1,1,1,1,0.1597,0.3901,0.1307,1,0.3178,1,1,1,1,1,1,0.0979,0.3178,0.2166,1,0.6624,1,1,1,0.34,0.6624,0.0893,1,1,1,1,1,0.124228887,0.193886682,0.937764466,1,1,1,1,1,0.289872289,0.259687006,0.885226965,1,1,1,1,1,0.605705738,0.111397766,0.646507975,0.646498836,0.646719858
-544,1,0.3901,1,1,1,1,1,1,1,1,0.1483,0.3901,0.0266,1,0.3178,1,1,1,1,1,1,0.044,0.3178,0.0182,1,0.6624,1,1,1,0.4315,0.6624,0.0033,1,1,1,1,1,0.087120563,0.102469601,0.934247494,1,1,1,1,1,0.197817445,0.019180359,0.833556056,1,1,1,1,1,0.74196279,0,0.675990817,0.675904379,0.675975177
-545,1,0.3901,1,1,1,1,1,1,1,1,0.1784,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1346,0.3178,0,1,0.6624,1,1,1,0.5071,0.6624,0,1,1,1,1,1,0.147102803,0,0.984330416,1,1,1,1,1,0.392012477,0,0.997785449,1,1,1,1,1,0.791446865,0,0.718946351,0.718849164,0.719414894
-546,1,0.3901,1,1,1,1,1,1,1,1,0.2497,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2903,0.3178,0,1,0.6624,1,1,1,0.3505,0.6624,0,1,1,1,1,1,0.212808251,0,1,1,1,1,1,1,0.556888342,0,1,1,1,1,1,1,0.657197833,0,0.712965201,0.712925746,0.71320922
-547,1,0.3901,1,1,1,1,1,1,1,1,0.1879,0.3901,0,1,0.3178,1,1,1,1,1,1,0.4373,0.3178,0,1,0.6624,1,1,1,0.473,0.6624,0,1,1,1,1,1,0.202867627,0,1,1,1,1,1,1,0.619576454,0,1,1,1,1,1,1,0.732649088,0,0.690369744,0.690289824,0.690602837
-548,1,0.3901,1,1,1,1,1,1,1,1,0.3712,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6209,0.3178,0,1,0.6624,1,1,1,0.438,0.6624,0,1,1,1,1,1,0.416482389,0,1,1,1,1,1,1,0.701148629,0,1,1,1,1,1,1,0.644316316,0,0.657866119,0.657711022,0.658244681
-549,1,0.3901,1,1,1,1,1,1,1,1,0.3268,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3763,0.3178,0,1,0.6624,1,1,1,0.4976,0.6624,0,1,1,1,1,1,0.427124679,0,1,1,1,1,1,1,0.519282937,0,1,1,1,1,1,1,0.766804516,0,0.609956501,0.609900571,0.609929078
-550,1,0.3901,1,1,1,1,1,1,1,1,0.4796,0.3901,0,1,0.3178,1,1,1,1,1,1,0.3135,0.3178,0,1,0.6624,1,1,1,0.5917,0.6624,0,1,1,1,1,1,0.539691865,0,1,1,1,1,1,1,0.442616165,0,1,1,1,1,1,1,0.82458663,0,0.549963751,0.549820182,0.550088652
-551,1,0.3901,1,1,1,1,1,1,1,1,0.4519,0.3901,0,1,0.3178,1,1,1,1,1,1,0.487,0.3178,0,1,0.6624,1,1,1,0.5097,0.6624,0,1,1,1,1,1,0.260195225,0,1,1,1,1,1,1,0.492745399,0,1,1,1,1,1,1,0.786526084,0,0.495589657,0.495663211,0.496010638
-552,1,0.3901,1,1,1,1,1,1,1,1,0.5536,0.3901,0,1,0.3178,1,1,1,1,1,1,0.64,0.3178,0,1,0.6624,1,1,1,0.4291,0.6624,0,1,1,1,1,1,0.216492116,0,1,1,1,1,1,1,0.625216007,0,1,1,1,1,1,1,0.639156282,0,0.461031899,0.460968902,0.460992908
-553,1,0.3901,1,1,1,1,1,1,1,1,0.5864,0.3901,0,1,0.3178,1,1,1,1,1,1,0.6807,0.3178,0,1,0.6624,1,1,1,0.3328,0.6624,0,1,1,1,1,1,0.214984268,0,1,1,1,1,1,1,0.661117792,0,1,1,1,1,1,1,0.516517222,0,0.439101015,0.439179183,0.438829787
-554,1,0.3901,1,1,1,1,1,1,1,1,0.6644,0.3901,0,1,0.3178,1,1,1,1,1,1,0.5887,0.3178,0,1,0.6624,1,1,1,0.3521,0.6624,0,1,1,1,1,1,0.352891088,0,1,1,1,1,1,1,0.618125498,0,1,1,1,1,1,1,0.549280345,0,0.428407443,0.428390099,0.428191489
-555,1,0.3901,1,1,1,1,1,1,1,1,0.7506,0.3901,0,1,0.3178,1,1,1,1,1,1,0.2931,0.3178,0,1,0.6624,1,1,1,0.2979,0.6624,0,1,1,1,1,1,0.442067266,0,1,1,1,1,1,1,0.368625551,0,1,1,1,1,1,1,0.507342696,0,0.425688739,0.425639941,0.425975177
-556,1,0.3901,1,1,1,1,1,1,1,1,0.5882,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1128,0.3178,0,1,0.6624,1,1,1,0.3221,0.6624,0,1,1,1,1,1,0.371072769,0,1,1,1,1,1,1,0.214122772,0,1,1,1,1,1,1,0.475048184,0,0.43777187,0.437909879,0.437943262
-557,1,0.3901,1,1,1,1,1,1,1,1,0.5954,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0639,0.3178,0,1,0.6624,1,1,1,0.3993,0.6624,0,1,1,1,1,1,0.399746835,0,1,1,1,1,1,1,0.143449828,0,1,1,1,1,1,1,0.624332368,0,0.478189947,0.478104506,0.478280142
-558,1,0.3901,1,1,1,1,1,1,1,1,0.3232,0.3901,0,1,0.3178,1,1,1,1,1,1,0.0905,0.3178,0,1,0.6624,1,1,1,0.393,0.6624,0,1,1,1,1,1,0.24813661,0,1,1,1,1,1,1,0.136806577,0,1,1,1,1,1,1,0.72884357,0,0.558482359,0.558493759,0.558953901
-559,1,0.3901,1,1,1,1,1,1,1,1,0.297,0.3901,0,1,0.3178,1,1,1,1,1,1,0.1307,0.3178,0,1,0.6624,1,1,1,0.2839,0.6624,0,1,1,1,1,1,0.282510638,0,1,1,1,1,1,1,0.165759057,0,1,1,1,1,1,1,0.579252362,0,0.602887869,0.602707849,0.603280142
-560,1,0.3899,1,1,1,1,1,1,1,1,0.1826,0.3899,0.1008,1,0.3177,1,1,1,1,1,1,0.3306,0.3177,0.1563,1,0.6622,1,1,1,0.2003,0.6622,0.0817,1,1,1,1,1,0.182465851,0.236937389,1,1,1,1,1,1,0.299337327,0.362588108,0.560800374,1,1,1,1,1,0.442220718,0.255904913,0.607358627,0.607361963,0.607712766
-561,1,0.3898,1,1,1,1,1,1,1,1,0.1408,0.3898,0.3571,1,0.3176,1,1,1,1,1,1,0.2714,0.3176,0.4284,1,0.6621,1,1,1,0.1738,0.6621,0.3005,1,1,1,1,1,0.131159633,0.612088859,0.958232522,1,1,1,1,1,0.191371769,0.682959735,0.373580128,1,1,1,1,1,0.422047853,0.593546093,0.60482117,0.604823355,0.605053191
-562,1,0.3896,1,1,1,1,1,1,1,1,0.1367,0.3896,0.5425,1,0.3175,1,1,1,1,1,1,0.3441,0.3175,0.5777,1,0.6619,1,1,1,0.1747,0.6619,0.3797,1,1,1,1,1,0.143900737,0.780409455,0.730005682,1,1,1,1,1,0.303414434,0.831908643,0.360524356,1,1,1,1,1,0.3751598,0.751739025,0.605546158,0.605669558,0.605496454
-563,1,0.3895,1,1,1,1,1,1,1,1,0.2209,0.3895,0.6327,1,0.3174,1,1,1,1,1,1,0.1898,0.3174,0.6501,1,0.6617,1,1,1,0.165,0.6617,0.4315,1,1,1,1,1,0.198314294,0.858942091,0.920607209,1,1,1,1,1,0.21737963,0.910569906,0.537046909,1,1,1,1,1,0.259621054,0.794378459,0.6030087,0.602919399,0.603280142
-564,1,0.3893,1,1,1,1,1,1,1,1,0.2392,0.3893,0.6563,1,0.3173,1,1,1,1,1,1,0.2485,0.3173,0.6632,1,0.6615,1,1,1,0.2132,0.6615,0.4191,1,1,1,1,1,0.218283534,0.897629023,0.974759161,1,1,1,1,1,0.276159108,0.94185859,0.58096838,1,1,1,1,1,0.343196511,0.823120117,0.596121315,0.596149778,0.596187943
-565,1,0.3892,1,1,1,1,1,1,1,1,0.2848,0.3892,0.6462,1,0.3172,1,1,1,1,1,1,0.1227,0.3172,0.6461,1,0.6614,1,1,1,0.2082,0.6614,0.4222,1,1,1,1,1,0.254532039,0.900672555,1,1,1,1,1,1,0.185802132,0.896925211,0.582921743,1,1,1,1,1,0.438845277,0.863766789,0.59159014,0.591707214,0.591755319
-566,1,0.389,1,1,1,1,1,1,1,1,0.2453,0.389,0.5642,1,0.3171,1,1,1,1,1,1,0.2346,0.3171,0.5617,1,0.6612,1,1,1,0.4143,0.6612,0.4058,1,1,1,1,1,0.247006446,0.795192599,0.99453032,1,1,1,1,1,0.283673108,0.775765479,0.68333137,1,1,1,1,1,0.596738219,0.748500109,0.58518608,0.585149143,0.585106383
-567,1,0.3889,1,1,1,1,1,1,1,1,0.2811,0.3889,0.3954,1,0.317,1,1,1,1,1,1,0.1022,0.317,0.3732,1,0.661,1,1,1,0.4471,0.661,0.3121,1,1,1,1,1,0.209499329,0.584593952,1,1,1,1,1,1,0.122582026,0.593517125,0.626590669,1,1,1,1,1,0.588526428,0.574264288,0.585669406,0.585572245,0.585992908
-568,1,0.3887,1,1,1,1,1,1,1,1,0.3158,0.3887,0.1551,1,0.3169,1,1,1,1,1,1,0.3814,0.3169,0.1768,1,0.6608,1,1,1,0.3686,0.6608,0.0905,1,1,1,1,1,0.383485585,0.310923249,0.932848334,1,1,1,1,1,0.395263761,0.305663049,0.687052906,1,1,1,1,1,0.538321972,0.267084718,0.614971,0.614977787,0.615248227
-569,1,0.3886,1,1,1,1,1,1,1,1,0.3149,0.3886,0,1,0.3167,1,1,1,1,1,1,0.1815,0.3167,0,1,0.6607,1,1,1,0.3004,0.6607,0,1,1,1,1,1,0.426643223,0,0.928340018,1,1,1,1,1,0.225260541,0,0.999099612,1,1,1,1,1,0.471244842,0,0.668861769,0.668923207,0.668882979
-570,1,0.3884,1,1,1,1,1,1,1,1,0.3414,0.3884,0,1,0.3166,1,1,1,1,1,1,0.1595,0.3166,0,1,0.6605,1,1,1,0.3144,0.6605,0,1,1,1,1,1,0.368312597,0,0.959610164,1,1,1,1,1,0.244742572,0,1,1,1,1,1,1,0.457496494,0,0.669465926,0.669557859,0.669769504
-571,1,0.3883,1,1,1,1,1,1,1,1,0.2419,0.3883,0,1,0.3165,1,1,1,1,1,1,0.1428,0.3165,0,1,0.6603,1,1,1,0.3457,0.6603,0,1,1,1,1,1,0.233646572,0,0.994261146,1,1,1,1,1,0.196254939,0,1,1,1,1,1,1,0.486181587,0,0.653576607,0.653691559,0.653812057
-572,1,0.3881,1,1,1,1,1,1,1,1,0.1498,0.3881,0,1,0.3164,1,1,1,1,1,1,0.1519,0.3164,0,1,0.6601,1,1,1,0.4419,0.6601,0,1,1,1,1,1,0.174997136,0,0.985978961,1,1,1,1,1,0.17046386,0,1,1,1,1,1,1,0.631752074,0,0.627658289,0.627670827,0.627659574
-573,1,0.388,1,1,1,1,1,1,1,1,0.2856,0.388,0,1,0.3163,1,1,1,1,1,1,0.2419,0.3163,0,1,0.66,1,1,1,0.3133,0.66,0,1,1,1,1,1,0.394229263,0,0.99136734,1,1,1,1,1,0.286830157,0,1,1,1,1,1,1,0.574119985,0,0.584763171,0.584726042,0.584663121
-574,1,0.3878,1,1,1,1,1,1,1,1,0.4486,0.3878,0,1,0.3162,1,1,1,1,1,1,0.3086,0.3162,0,1,0.6598,1,1,1,0.1992,0.6598,0,1,1,1,1,1,0.462068379,0,0.628719449,1,1,1,1,1,0.333986431,0,0.995685935,1,1,1,1,1,0.437746197,0,0.53117448,0.531203723,0.531471631
-575,1,0.3876,1,1,1,1,1,1,1,1,0.3611,0.3876,0,1,0.3161,1,1,1,1,1,1,0.4669,0.3161,0,1,0.6596,1,1,1,0.2688,0.6596,0,1,1,1,1,1,0.333746761,0,0.774292469,1,1,1,1,1,0.38871792,0,0.996052384,1,1,1,1,1,0.521710396,0,0.481029483,0.481066215,0.480939716
-576,1,0.3875,1,1,1,1,1,1,1,1,0.4759,0.3875,0,1,0.316,1,1,1,1,1,1,0.4722,0.316,0,1,0.6594,1,1,1,0.2558,0.6594,0,1,1,1,1,1,0.489188701,0,0.84896034,1,1,1,1,1,0.402688414,0,1,1,1,1,1,1,0.426426917,0,0.448767521,0.448698963,0.449024823
-577,1,0.3873,1,1,1,1,1,1,1,1,0.4474,0.3873,0,1,0.3159,1,1,1,1,1,1,0.273,0.3159,0,1,0.6593,1,1,1,0.1948,0.6593,0,1,1,1,1,1,0.417572975,0,0.999582231,1,1,1,1,1,0.28726536,0,0.833452106,1,1,1,1,1,0.330883145,0,0.432576124,0.432621113,0.432624113
-578,1,0.3872,1,1,1,1,1,1,1,1,0.4146,0.3872,0,1,0.3158,1,1,1,1,1,1,0.3192,0.3158,0,1,0.6591,1,1,1,0.244,0.6591,0,1,1,1,1,1,0.345514774,0,0.999977231,1,1,1,1,1,0.312160701,0,0.944065988,1,1,1,1,1,0.39330411,0,0.42538666,0.42542839,0.425531915
-579,1,0.387,1,1,1,1,1,1,1,1,0.4603,0.387,0,1,0.3156,1,1,1,1,1,1,0.4239,0.3156,0,1,0.6589,1,1,1,0.2604,0.6589,0,1,1,1,1,1,0.420190364,0,1,1,1,1,1,1,0.440265417,0,0.870837688,1,1,1,1,1,0.391834348,0,0.425749154,0.425851491,0.425975177
-580,1,0.3869,1,1,1,1,1,1,1,1,0.4241,0.3869,0,1,0.3155,1,1,1,1,1,1,0.3815,0.3155,0,1,0.6587,1,1,1,0.3297,0.6587,0,1,1,1,1,1,0.415558308,0,1,1,1,1,1,1,0.414175659,0,0.395810753,1,1,1,1,1,0.498160928,0,0.439403093,0.439390734,0.43927305
-581,1,0.3867,1,1,1,1,1,1,1,1,0.4894,0.3867,0,1,0.3154,1,1,1,1,1,1,0.3252,0.3154,0,1,0.6585,1,1,1,0.4811,0.6585,0,1,1,1,1,1,0.456650943,0,1,1,1,1,1,1,0.314807564,0,0.397059202,1,1,1,1,1,0.722540975,0,0.483748188,0.483816374,0.483599291
-582,1,0.3866,1,1,1,1,1,1,1,1,0.4371,0.3866,0,1,0.3153,1,1,1,1,1,1,0.5992,0.3153,0,1,0.6584,1,1,1,0.4895,0.6584,0,1,1,1,1,1,0.493094742,0,0.583743513,1,1,1,1,1,0.520567358,0,0.14359346,1,1,1,1,1,0.735848248,0,0.567665539,0.567801989,0.567819149
-583,1,0.3864,1,1,1,1,1,1,1,1,0.3153,0.3864,0,1,0.3152,1,1,1,1,1,1,0.4132,0.3152,0,1,0.6582,1,1,1,0.466,0.6582,0,1,1,1,1,1,0.300916314,0,0.531594515,1,1,1,1,1,0.364879787,0,0.20582357,1,1,1,1,1,0.66808939,0,0.614487675,0.614554686,0.614804965
-584,1,0.3863,1,1,1,1,1,1,1,1,0.2686,0.3863,0.2189,1,0.3151,1,1,1,1,1,1,0.4574,0.3151,0.1756,1,0.658,1,1,1,0.4903,0.658,0.1407,1,1,1,1,1,0.340108603,0.358293593,0.938513279,1,1,1,1,1,0.394662738,0.316526949,0.319411546,1,1,1,1,1,0.732019544,0.391000897,0.618414693,0.618362598,0.618351064
-585,1,0.3861,1,1,1,1,1,1,1,1,0.2575,0.3861,0.4091,1,0.315,1,1,1,1,1,1,0.3574,0.315,0.359,1,0.6578,1,1,1,0.4467,0.6578,0.3446,1,1,1,1,1,0.251977801,0.599058032,0.739635706,1,1,1,1,1,0.284827352,0.533650219,0.344575942,1,1,1,1,1,0.695160449,0.677797437,0.621858386,0.621747409,0.622340426
-586,1,0.386,1,1,1,1,1,1,1,1,0.4374,0.386,0.5094,1,0.3149,1,1,1,1,1,1,0.5825,0.3149,0.4301,1,0.6577,1,1,1,0.5488,0.6577,0.4295,1,1,1,1,1,0.496520638,0.647871733,0.632276773,1,1,1,1,1,0.517772794,0.598422885,0.365909934,1,1,1,1,1,0.758457422,0.776703358,0.624697922,0.624709118,0.624556738
-587,1,0.3858,1,1,1,1,1,1,1,1,0.3697,0.3858,0.5486,1,0.3148,1,1,1,1,1,1,0.3382,0.3148,0.4563,1,0.6575,1,1,1,0.5928,0.6575,0.4125,1,1,1,1,1,0.422879845,0.672670722,0.767869174,1,1,1,1,1,0.325244099,0.63447547,0.444308639,1,1,1,1,1,0.761558533,0.811625898,0.623066699,0.623016713,0.62322695
-588,1,0.3857,1,1,1,1,1,1,1,1,0.3565,0.3857,0.5372,1,0.3147,1,1,1,1,1,1,0.4357,0.3147,0.3894,1,0.6573,1,1,1,0.6825,0.6573,0.4151,1,1,1,1,1,0.441731602,0.662819028,0.623599112,1,1,1,1,1,0.41004473,0.609050035,0.374702901,1,1,1,1,1,0.854872763,0.779817641,0.616843886,0.616670193,0.617021277
-589,1,0.3855,1,1,1,1,1,1,1,1,0.3288,0.3855,0.4018,1,0.3145,1,1,1,1,1,1,0.4026,0.3145,0.4534,1,0.6571,1,1,1,0.498,0.6571,0.444,1,1,1,1,1,0.401867121,0.605373263,0.556857169,1,1,1,1,1,0.394465923,0.676954925,0.445392907,1,1,1,1,1,0.64416647,0.782181382,0.613521025,0.613496933,0.61391844
-590,1,0.3854,1,1,1,1,1,1,1,1,0.3493,0.3854,0.4305,1,0.3144,1,1,1,1,1,1,0.4021,0.3144,0.5024,1,0.657,1,1,1,0.4806,0.657,0.4659,1,1,1,1,1,0.36109221,0.620410562,0.672560215,1,1,1,1,1,0.372465551,0.743851304,0.393600047,1,1,1,1,1,0.618431449,0.780852199,0.606452392,0.606515761,0.606826241
-591,1,0.3852,1,1,1,1,1,1,1,1,0.2265,0.3852,0.3475,1,0.3143,1,1,1,1,1,1,0.2265,0.3143,0.3741,1,0.6568,1,1,1,0.4912,0.6568,0.3397,1,1,1,1,1,0.297763556,0.534464717,0.278141558,1,1,1,1,1,0.211190283,0.636800349,0.166827753,1,1,1,1,1,0.641328692,0.655101478,0.605485742,0.605669558,0.605496454
-592,1,0.3851,1,1,1,1,1,1,1,1,0.1734,0.3851,0.1858,1,0.3142,1,1,1,1,1,1,0.1763,0.3142,0.207,1,0.6566,1,1,1,0.458,0.6566,0.1275,1,1,1,1,1,0.197994575,0.354209036,0.290519476,1,1,1,1,1,0.158811167,0.392985761,0.07054764,1,1,1,1,1,0.578898311,0.354823411,0.632733204,0.632748043,0.632978723
-593,1,0.3849,1,1,1,1,1,1,1,1,0.1369,0.3849,0,1,0.3141,1,1,1,1,1,1,0.1353,0.3141,0,1,0.6564,1,1,1,0.4369,0.6564,0,1,1,1,1,1,0.148943529,0,0.156472445,1,1,1,1,1,0.132124409,0,0.031189268,1,1,1,1,1,0.616996288,0,0.692242629,0.692405331,0.692375887
-594,1,0.3848,1,1,1,1,1,1,1,1,0.1799,0.3848,0,1,0.314,1,1,1,1,1,1,0.1251,0.314,0,1,0.6563,1,1,1,0.4754,0.6563,0,1,1,1,1,1,0.143909767,0,0.255329669,1,1,1,1,1,0.133462116,0,0.062945031,1,1,1,1,1,0.602789283,0,0.696290478,0.696424794,0.696365248
-595,1,0.3846,1,1,1,1,1,1,1,1,0.1723,0.3846,0,1,0.3139,1,1,1,1,1,1,0.1825,0.3139,0,1,0.6561,1,1,1,0.4697,0.6561,0,1,1,1,1,1,0.183670819,0,0.164927736,1,1,1,1,1,0.197019786,0,0.099078536,1,1,1,1,1,0.66353476,0,0.68040116,0.680558494,0.680851064
-596,1,0.3845,1,1,1,1,1,1,1,1,0.1187,0.3845,0,1,0.3138,1,1,1,1,1,1,0.0917,0.3138,0,1,0.6559,1,1,1,0.5191,0.6559,0,1,1,1,1,1,0.09163221,0,0.179845124,1,1,1,1,1,0.088107832,0,0.015037436,1,1,1,1,1,0.681188524,0,0.655509908,0.655595515,0.655585106
-597,1,0.3843,1,1,1,1,1,1,1,1,0.1093,0.3843,0,1,0.3137,1,1,1,1,1,1,0.1364,0.3137,0,1,0.6557,1,1,1,0.4529,0.6557,0,1,1,1,1,1,0.174718991,0,0.031226497,1,1,1,1,1,0.138947293,0,0,1,1,1,1,1,0.620798707,0,0.61080232,0.610746774,0.610815603
-598,1,0.3841,1,1,1,1,1,1,1,1,0.0535,0.3841,0,1,0.3136,1,1,1,1,1,1,0.0822,0.3136,0,1,0.6556,1,1,1,0.1777,0.6556,0,1,1,1,1,1,0.014788951,0,0.170183629,1,1,1,1,1,0.052167375,0,0.005672514,1,1,1,1,1,0.327306896,0,0.552924118,0.552781891,0.552748227
-599,1,0.384,1,1,1,1,1,1,1,1,0.1034,0.384,0,1,0.3135,1,1,1,1,1,1,0.0748,0.3135,0,1,0.6554,1,1,1,0.4597,0.6554,0,1,1,1,1,1,0.147517458,0,0.062072858,1,1,1,1,1,0.061291531,0,0,1,1,1,1,1,0.683841348,0,0.501570807,0.50158663,0.50177305
-600,1,0.3838,1,1,1,1,1,1,1,1,0.0915,0.3838,0,1,0.3133,1,1,1,1,1,1,0.0887,0.3133,0,1,0.6552,1,1,1,0.3328,0.6552,0,1,1,1,1,1,0.13724345,0,0.058244884,1,1,1,1,1,0.068499386,0,0,1,1,1,1,1,0.586221635,0,0.468100532,0.468161625,0.468085106
-601,1,0.3837,1,1,1,1,1,1,1,1,0.1094,0.3837,0,1,0.3132,1,1,1,1,1,1,0.1224,0.3132,0,1,0.655,1,1,1,0.2999,0.655,0,1,1,1,1,1,0.193607986,0,0.087129362,1,1,1,1,1,0.102647305,0,0.039577752,1,1,1,1,1,0.553320289,0,0.450942484,0.45081447,0.451241135
-602,1,0.3835,1,1,1,1,1,1,1,1,0.0911,0.3835,0,1,0.3131,1,1,1,1,1,1,0.0299,0.3131,0,1,0.6549,1,1,1,0.3022,0.6549,0,1,1,1,1,1,0.118656315,0,0.177676097,1,1,1,1,1,0.029255692,0,0.069270164,1,1,1,1,1,0.551909387,0,0.442846786,0.442775545,0.443262411
-603,1,0.3834,1,1,1,1,1,1,1,1,0.0832,0.3834,0,1,0.313,1,1,1,1,1,1,0.0375,0.313,0,1,0.6547,1,1,1,0.2252,0.6547,0,1,1,1,1,1,0.087048076,0,0.24338229,1,1,1,1,1,0.035653032,0,0.050582204,1,1,1,1,1,0.474139631,0,0.442544708,0.442563994,0.442819149
-604,1,0.3832,1,1,1,1,1,1,1,1,0.0755,0.3832,0,1,0.3129,1,1,1,1,1,1,0.0738,0.3129,0,1,0.6545,1,1,1,0.2218,0.6545,0,1,1,1,1,1,0.085566327,0,0.248538062,1,1,1,1,1,0.069283016,0,0.142071486,1,1,1,1,1,0.498969346,0,0.456561141,0.456737889,0.456560284
-605,1,0.3831,1,1,1,1,1,1,1,1,0.0415,0.3831,0,1,0.3128,1,1,1,1,1,1,0.016,0.3128,0,1,0.6543,1,1,1,0.2543,0.6543,0,1,1,1,1,1,0.074081197,0,0.190469414,1,1,1,1,1,0.020682409,0,0.181864142,1,1,1,1,1,0.591580212,0,0.499033349,0.499048022,0.499113475
-606,1,0.3829,1,1,1,1,1,1,1,1,0.0268,0.3829,0,1,0.3127,1,1,1,1,1,1,0.0045,0.3127,0,1,0.6542,1,1,1,0.31,0.6542,0,1,1,1,1,1,0.06859386,0,0.049613796,1,1,1,1,1,0.006563755,0,0.103531681,1,1,1,1,1,0.699123502,0,0.58240696,0.582398985,0.582446809
-607,1,0.3828,1,1,1,1,1,1,1,1,0.0185,0.3828,0,1,0.3126,1,1,1,1,1,1,0.0015,0.3126,0,1,0.654,1,1,1,0.3017,0.654,0,1,1,1,1,1,0.065313764,0,0.024210449,1,1,1,1,1,0.002785042,0,0.034864403,1,1,1,1,1,0.67261976,0,0.626993717,0.627036175,0.627216312
-608,1,0.3826,1,1,1,1,1,1,1,1,0.024,0.3826,0.1243,1,0.3125,1,1,1,1,1,1,0,0.3125,0.1448,1,0.6538,1,1,1,0.2925,0.6538,0.2245,1,1,1,1,1,0.066988498,0.247575253,0.043692045,1,1,1,1,1,4.60E-06,0.258888632,0.01613979,1,1,1,1,1,0.630500019,0.424496561,0.6300145,0.629997884,0.630319149
-609,1,0.3825,1,1,1,1,1,1,1,1,0.0203,0.3825,0.3369,1,0.3124,1,1,1,1,1,1,0,0.3124,0.381,1,0.6536,1,1,1,0.2612,0.6536,0.4472,1,1,1,1,1,0.042550109,0.575708807,0.00519342,1,1,1,1,1,3.23E-06,0.5777601,0,1,1,1,1,1,0.542867362,0.712700248,0.628081199,0.628093928,0.628546099
-610,1,0.3823,1,1,1,1,1,1,1,1,0.0055,0.3823,0.5427,1,0.3122,1,1,1,1,1,1,0,0.3122,0.4255,1,0.6535,1,1,1,0.1809,0.6535,0.5679,1,1,1,1,1,0.00825364,0.781011939,0,1,1,1,1,1,0,0.521630049,0,1,1,1,1,1,0.366893589,0.775194108,0.626510391,0.626613074,0.62677305
-611,1,0.3822,1,1,1,1,1,1,1,1,0.0011,0.3822,0.5165,1,0.3121,1,1,1,1,1,1,0,0.3121,0.4001,1,0.6533,1,1,1,0.0763,0.6533,0.6351,1,1,1,1,1,0.004422471,0.804382026,0.000119032,1,1,1,1,1,0,0.507921994,0,1,1,1,1,1,0.148796767,0.8407408,0.622402127,0.622593611,0.622340426
-612,1,0.382,1,1,1,1,1,1,1,1,0,0.382,0.4801,1,0.312,1,1,1,1,1,1,0,0.312,0.3675,1,0.6531,1,1,1,0.0449,0.6531,0.6353,1,1,1,1,1,0.001256692,0.720386565,0.000134545,1,1,1,1,1,0,0.496290207,0,1,1,1,1,1,0.072886944,0.766697526,0.617448043,0.617516395,0.617464539
-613,1,0.3819,1,1,1,1,1,1,1,1,0,0.3819,0.4327,1,0.3119,1,1,1,1,1,1,0,0.3119,0.3052,1,0.6529,1,1,1,0.0463,0.6529,0.5753,1,1,1,1,1,0,0.705069244,0,1,1,1,1,1,0,0.417920351,0,1,1,1,1,1,0.048782278,0.750041425,0.616964717,0.616881743,0.617021277
-614,1,0.3817,1,1,1,1,1,1,1,1,0,0.3817,0.3182,1,0.3118,1,1,1,1,1,1,0.0032,0.3118,0.2707,1,0.6528,1,1,1,0.042,0.6528,0.4665,1,1,1,1,1,0.000410148,0.50827086,0.001187988,1,1,1,1,1,0.007451276,0.361803889,0,1,1,1,1,1,0.023484301,0.692609072,0.615212663,0.615189338,0.615248227
-615,1,0.3816,1,1,1,1,1,1,1,1,0.003,0.3816,0.1995,1,0.3117,1,1,1,1,1,1,0.0431,0.3117,0.1831,1,0.6526,1,1,1,0.0247,0.6526,0.3082,1,1,1,1,1,0.008168358,0.323573858,0.04370828,1,1,1,1,1,0.051157478,0.249857247,0,1,1,1,1,1,0.004145185,0.55074662,0.619925085,0.619843453,0.620124113
-616,1,0.3814,1,1,1,1,1,1,1,1,0.0294,0.3814,0.0683,1,0.3116,1,1,1,1,1,1,0.064,0.3116,0.078,1,0.6524,1,1,1,0.0168,0.6524,0.1206,1,1,1,1,1,0.03084855,0.151331499,0.142538816,1,1,1,1,1,0.079772346,0.113793433,0,1,1,1,1,1,0.005122714,0.187016308,0.650072499,0.650095198,0.650265957
-617,1,0.3813,1,1,1,1,1,1,1,1,0.0637,0.3813,0,1,0.3115,1,1,1,1,1,1,0.1052,0.3115,0,1,0.6522,1,1,1,0.032,0.6522,0,1,1,1,1,1,0.145465717,0,0.075760752,1,1,1,1,1,0.135483041,0,0.048312046,1,1,1,1,1,0.053936299,0,0.697438376,0.697482547,0.697695035
-618,1,0.3811,1,1,1,1,1,1,1,1,0.0966,0.3811,0,1,0.3114,1,1,1,1,1,1,0.1811,0.3114,0,1,0.652,1,1,1,0.0385,0.652,0,1,1,1,1,1,0.220970854,0,0.086736053,1,1,1,1,1,0.217748672,0,0.241386145,1,1,1,1,1,0.080244169,0,0.695686322,0.695790142,0.695921986
-619,1,0.3809,1,1,1,1,1,1,1,1,0.0562,0.3809,0,1,0.3113,1,1,1,1,1,1,0.0426,0.3113,0,1,0.6519,1,1,1,0.1001,0.6519,0,1,1,1,1,1,0.105599023,0,0.196974486,1,1,1,1,1,0.084181391,0,0.571929097,1,1,1,1,1,0.236160487,0,0.679615756,0.679712291,0.679521277
-620,1,0.3808,1,1,1,1,1,1,1,1,0.0558,0.3808,0,1,0.3111,1,1,1,1,1,1,0.0846,0.3111,0,1,0.6517,1,1,1,0.121,0.6517,0,1,1,1,1,1,0.106197707,0,0.294079006,1,1,1,1,1,0.112470403,0,0.876425147,1,1,1,1,1,0.277428091,0,0.652670372,0.652633806,0.652925532
-621,1,0.3806,1,1,1,1,1,1,1,1,0.03,0.3806,0,1,0.311,1,1,1,1,1,1,0.0713,0.311,0,1,0.6515,1,1,1,0.1342,0.6515,0,1,1,1,1,1,0.035682432,0,0.391463429,1,1,1,1,1,0.095174044,0,0.899896622,1,1,1,1,1,0.329252154,0,0.609594007,0.609689021,0.609929078
-622,1,0.3805,1,1,1,1,1,1,1,1,0.0517,0.3805,0,1,0.3109,1,1,1,1,1,1,0.0696,0.3109,0,1,0.6513,1,1,1,0.2389,0.6513,0,1,1,1,1,1,0.055853795,0,0.549338222,1,1,1,1,1,0.115338489,0,1,1,1,1,1,1,0.568365276,0,0.552924118,0.552993442,0.552748227
-623,1,0.3803,1,1,1,1,1,1,1,1,0.0534,0.3803,0,1,0.3108,1,1,1,1,1,1,0.0892,0.3108,0,1,0.6512,1,1,1,0.2478,0.6512,0,1,1,1,1,1,0.049037419,0,0.961796224,1,1,1,1,1,0.133189738,0,1,1,1,1,1,1,0.572181284,0,0.502235379,0.502221282,0.502216312
-624,1,0.3802,1,1,1,1,1,1,1,1,0.1353,0.3802,0,1,0.3107,1,1,1,1,1,1,0.2072,0.3107,0,1,0.651,1,1,1,0.2216,0.651,0,1,1,1,1,1,0.170084938,0,0.953303576,1,1,1,1,1,0.281778336,0,1,1,1,1,1,1,0.49949947,0,0.467919285,0.467738523,0.468085106
-625,1,0.38,1,1,1,1,1,1,1,1,0.1535,0.38,0,1,0.3106,1,1,1,1,1,1,0.2397,0.3106,0,1,0.6508,1,1,1,0.2574,0.6508,0,1,1,1,1,1,0.261222571,0,0.981042147,1,1,1,1,1,0.372100711,0,1,1,1,1,1,1,0.538811803,0,0.44822378,0.448275862,0.448138298
-626,1,0.3799,1,1,1,1,1,1,1,1,0.2361,0.3799,0,1,0.3105,1,1,1,1,1,1,0.2263,0.3105,0,1,0.6506,1,1,1,0.2832,0.6506,0,1,1,1,1,1,0.322729915,0,1,1,1,1,1,1,0.40667221,0,1,1,1,1,1,1,0.576628089,0,0.439221846,0.439179183,0.43927305
-627,1,0.3797,1,1,1,1,1,1,1,1,0.2747,0.3797,0,1,0.3104,1,1,1,1,1,1,0.1432,0.3104,0,1,0.6505,1,1,1,0.2605,0.6505,0,1,1,1,1,1,0.263423473,0,1,1,1,1,1,1,0.319662035,0,1,1,1,1,1,1,0.533195674,0,0.436019816,0.436005923,0.436170213
-628,1,0.3796,1,1,1,1,1,1,1,1,0.2275,0.3796,0,1,0.3103,1,1,1,1,1,1,0.1127,0.3103,0,1,0.6503,1,1,1,0.2039,0.6503,0,1,1,1,1,1,0.178422123,0,1,1,1,1,1,1,0.264479518,0,1,1,1,1,1,1,0.481517255,0,0.447559207,0.44764121,0.447251773
-629,1,0.3794,1,1,1,1,1,1,1,1,0.1815,0.3794,0,1,0.3102,1,1,1,1,1,1,0.1903,0.3102,0,1,0.6501,1,1,1,0.2105,0.6501,0,1,1,1,1,1,0.2145897,0,1,1,1,1,1,1,0.284821928,0,1,1,1,1,1,1,0.494110167,0,0.487010633,0.486989634,0.48714539
-630,1,0.3793,1,1,1,1,1,1,1,1,0.2567,0.3793,0,1,0.31,1,1,1,1,1,1,0.1807,0.31,0,1,0.6499,1,1,1,0.2406,0.6499,0,1,1,1,1,1,0.375197649,0,1,1,1,1,1,1,0.303391635,0,1,1,1,1,1,1,0.480849266,0,0.561563557,0.561667019,0.561613475
-631,1,0.3791,1,1,1,1,1,1,1,1,0.2621,0.3791,0,1,0.3099,1,1,1,1,1,1,0.1474,0.3099,0,1,0.6498,1,1,1,0.3488,0.6498,0,1,1,1,1,1,0.397743911,0,1,1,1,1,1,1,0.236991867,0,1,1,1,1,1,1,0.618304014,0,0.612131464,0.612016078,0.61214539
-632,1,0.379,1,1,1,1,1,1,1,1,0.3502,0.379,0,1,0.3098,1,1,1,1,1,1,0.1199,0.3098,0,1,0.6496,1,1,1,0.4766,0.6496,0,1,1,1,1,1,0.457231224,0,1,1,1,1,1,1,0.208644316,0,1,1,1,1,1,1,0.767292142,0,0.627718705,0.627670827,0.628102837
-633,1,0.3788,1,1,1,1,1,1,1,1,0.2171,0.3788,0.003,1,0.3097,1,1,1,1,1,1,0.0663,0.3097,0.0064,1,0.6494,1,1,1,0.5254,0.6494,0.0234,1,1,1,1,1,0.262761533,0.015014823,1,1,1,1,1,1,0.139995515,0.019250775,1,1,1,1,1,1,0.732001603,0,0.637928951,0.637825259,0.63785461
-634,1,0.3787,1,1,1,1,1,1,1,1,0.1692,0.3787,0.0852,1,0.3096,1,1,1,1,1,1,0.0985,0.3096,0.116,1,0.6492,1,1,1,0.6409,0.6492,0.1406,1,1,1,1,1,0.166110188,0.148363501,1,1,1,1,1,1,0.178102583,0.191159189,1,1,1,1,1,1,0.821379781,0.064316794,0.644816336,0.644806431,0.644946809
-635,1,0.3785,1,1,1,1,1,1,1,1,0.2391,0.3785,0.1324,1,0.3095,1,1,1,1,1,1,0.0757,0.3095,0.0999,1,0.6491,1,1,1,0.7424,0.6491,0.1415,1,1,1,1,1,0.210309014,0.1683442,1,1,1,1,1,1,0.127607673,0.076648757,1,1,1,1,1,1,0.865313411,0.137265489,0.647051716,0.646921938,0.647163121
-636,1,0.3784,1,1,1,1,1,1,1,1,0.197,0.3784,0.1041,1,0.3094,1,1,1,1,1,1,0.044,0.3094,0.1202,1,0.6489,1,1,1,0.6495,0.6489,0.1945,1,1,1,1,1,0.201382548,0.202384576,1,1,1,1,1,1,0.09301053,0.157419056,1,1,1,1,1,1,0.735441148,0.156513914,0.642580957,0.642690924,0.642730496
-637,1,0.3782,1,1,1,1,1,1,1,1,0.1746,0.3782,0.1276,1,0.3093,1,1,1,1,1,1,0.0391,0.3093,0.192,1,0.6487,1,1,1,0.5721,0.6487,0.183,1,1,1,1,1,0.115082055,0.200509071,1,1,1,1,1,1,0.063435324,0.268677115,1,1,1,1,1,1,0.57429713,0.246812478,0.637445626,0.637613708,0.637411348
-638,1,0.3781,1,1,1,1,1,1,1,1,0.1467,0.3781,0.1108,1,0.3092,1,1,1,1,1,1,0.0169,0.3092,0.1404,1,0.6485,1,1,1,0.5835,0.6485,0.1284,1,1,1,1,1,0.050830528,0.194122791,1,1,1,1,1,1,0.038466357,0.202169389,1,1,1,1,1,1,0.555346072,0.209053099,0.629047849,0.628940131,0.628989362
-639,1,0.3779,1,1,1,1,1,1,1,1,0.1467,0.3779,0.0825,1,0.3091,1,1,1,1,1,1,0,0.3091,0.0697,1,0.6484,1,1,1,0.5144,0.6484,0.0489,1,1,1,1,1,0.040021624,0.124319747,1,1,1,1,1,1,0.013936793,0.09972021,1,1,1,1,1,1,0.526749194,0.075820178,0.626147898,0.626189972,0.626329787
-640,1,0.3778,1,1,1,1,1,1,1,1,0.1,0.3778,0.0043,1,0.3089,1,1,1,1,1,1,0,0.3089,0,1,0.6482,1,1,1,0.3273,0.6482,0,1,1,1,1,1,0.026508961,0.00296579,1,1,1,1,1,1,0.045524113,2.16E-05,1,1,1,1,1,1,0.439190477,0.00040764,0.645299662,0.645229532,0.645833333
-641,1,0.3776,1,1,1,1,1,1,1,1,0.1319,0.3776,0,1,0.3088,1,1,1,1,1,1,0.3107,0.3088,0,1,0.648,1,1,1,0.2613,0.648,0,1,1,1,1,1,0.040535539,0,1,1,1,1,1,1,0.444163173,0,1,1,1,1,1,1,0.359936625,0,0.673211696,0.67315422,0.673315603
-642,1,0.3774,1,1,1,1,1,1,1,1,0.2064,0.3774,0,1,0.3087,1,1,1,1,1,1,0.6362,0.3087,0,1,0.6478,1,1,1,0.2687,0.6478,0,1,1,1,1,1,0.129400522,0,1,1,1,1,1,1,0.601451337,0,1,1,1,1,1,1,0.267912865,0,0.663303528,0.66342289,0.66356383
-643,1,0.3773,1,1,1,1,1,1,1,1,0.3886,0.3773,0,1,0.3086,1,1,1,1,1,1,0.7526,0.3086,0,1,0.6477,1,1,1,0.2726,0.6477,0,1,1,1,1,1,0.351908416,0,1,1,1,1,1,1,0.625239611,0,1,1,1,1,1,1,0.155880705,0,0.640949734,0.640786968,0.641400709
-644,1,0.3771,1,1,1,1,1,1,1,1,0.6033,0.3771,0,1,0.3085,1,1,1,1,1,1,0.9388,0.3085,0,1,0.6475,1,1,1,0.2797,0.6475,0,1,1,1,1,1,0.631176412,0,1,1,1,1,1,1,0.845756888,0,1,1,1,1,1,1,0.108018771,0,0.616843886,0.616881743,0.617021277
-645,1,0.377,1,1,1,1,1,1,1,1,0.8754,0.377,0,1,0.3084,1,1,1,1,1,1,0.9627,0.3084,0,1,0.6473,1,1,1,0.3901,0.6473,0,1,1,1,1,1,0.879908085,0,1,1,1,1,1,1,0.890227377,0,1,1,1,1,1,1,0.222118244,0,0.58421943,0.584302941,0.584219858
-646,1,0.3768,1,1,1,1,1,1,1,1,0.9678,0.3768,0,1,0.3083,1,1,1,1,1,1,0.9676,0.3083,0,1,0.6471,1,1,1,0.4131,0.6471,0,1,1,1,1,1,0.967607021,0,1,1,1,1,1,1,0.943976939,0,1,1,1,1,1,1,0.451790184,0,0.540840986,0.540723503,0.540780142
-647,1,0.3767,1,1,1,1,1,1,1,1,0.9443,0.3767,0,1,0.3082,1,1,1,1,1,1,0.9531,0.3082,0,1,0.647,1,1,1,0.4999,0.647,0,1,1,1,1,1,0.957826316,0,1,1,1,1,1,1,0.932717502,0,1,1,1,1,1,1,0.676793516,0,0.49679797,0.496720965,0.496897163
-648,1,0.3765,1,1,1,1,1,1,1,1,0.9115,0.3765,0,1,0.3081,1,1,1,1,1,1,0.9641,0.3081,0,1,0.6468,1,1,1,0.6401,0.6468,0,1,1,1,1,1,0.960236907,0,1,1,1,1,1,1,0.957852125,0,1,1,1,1,1,1,0.855455041,0,0.461394393,0.461392003,0.46143617
-649,1,0.3764,1,1,1,1,1,1,1,1,0.8185,0.3764,0,1,0.308,1,1,1,1,1,1,0.8945,0.308,0,1,0.6466,1,1,1,0.7935,0.6466,0,1,1,1,1,1,0.931005359,0,1,1,1,1,1,1,0.890662432,0,1,1,1,1,1,1,0.951167703,0,0.44000725,0.440025386,0.440159574
-650,1,0.3762,1,1,1,1,1,1,1,1,0.7619,0.3762,0,1,0.3079,1,1,1,1,1,1,0.9156,0.3079,0,1,0.6464,1,1,1,0.8589,0.6464,0,1,1,1,1,1,0.931265414,0,1,1,1,1,1,1,0.843958676,0,1,1,1,1,1,1,0.97099489,0,0.429132431,0.429024751,0.429078014
-651,1,0.3761,1,1,1,1,1,1,1,1,0.6855,0.3761,0,1,0.3077,1,1,1,1,1,1,0.8399,0.3077,0,1,0.6462,1,1,1,0.9181,0.6462,0,1,1,1,1,1,0.883428454,0,1,1,1,1,1,1,0.759104848,0,1,1,1,1,1,1,0.978216827,0,0.425084582,0.425005289,0.425088652
-652,1,0.3759,1,1,1,1,1,1,1,1,0.5951,0.3759,0,1,0.3076,1,1,1,1,1,1,0.6028,0.3076,0,1,0.6461,1,1,1,0.8885,0.6461,0,1,1,1,1,1,0.786411822,0,1,1,1,1,1,1,0.582306862,0,1,1,1,1,1,1,0.9763695,0,0.428890768,0.428813201,0.429078014
-653,1,0.3758,1,1,1,1,1,1,1,1,0.5371,0.3758,0,1,0.3075,1,1,1,1,1,1,0.239,0.3075,0,1,0.6459,1,1,1,0.8668,0.6459,0,1,1,1,1,1,0.622321367,0,1,1,1,1,1,1,0.336476386,0,1,1,1,1,1,1,0.964216471,0,0.446834219,0.446795007,0.447251773
-654,1,0.3756,1,1,1,1,1,1,1,1,0.3055,0.3756,0,1,0.3074,1,1,1,1,1,1,0.0718,0.3074,0,1,0.6457,1,1,1,0.7868,0.6457,0,1,1,1,1,1,0.322991431,0,0.998100519,1,1,1,1,1,0.104825154,0,0.627320707,1,1,1,1,1,0.957720041,0,0.477887869,0.477892955,0.477836879
-655,1,0.3755,1,1,1,1,1,1,1,1,0.2784,0.3755,0,1,0.3073,1,1,1,1,1,1,0.1693,0.3073,0,1,0.6455,1,1,1,0.7238,0.6455,0,1,1,1,1,1,0.303662419,0,0.582226038,1,1,1,1,1,0.208732933,0,0.267903447,1,1,1,1,1,0.95400095,0,0.51099565,0.510894859,0.51108156
-656,1,0.3753,1,1,1,1,1,1,1,1,0.1511,0.3753,0.2499,1,0.3072,1,1,1,1,1,1,0.2085,0.3072,0.2267,1,0.6454,1,1,1,0.5979,0.6454,0.1634,1,1,1,1,1,0.196145549,0.44528982,0.352877676,1,1,1,1,1,0.226760179,0.363116056,0.046648957,1,1,1,1,1,0.890537918,0.477387875,0.546097148,0.54601227,0.546542553
-657,1,0.3752,1,1,1,1,1,1,1,1,0.0525,0.3752,0.4155,1,0.3071,1,1,1,1,1,1,0.0463,0.3071,0.3616,1,0.6452,1,1,1,0.3628,0.6452,0.3363,1,1,1,1,1,0.042788792,0.622520924,0.29695043,1,1,1,1,1,0.053807579,0.52983731,0.026459163,1,1,1,1,1,0.59047091,0.685063541,0.568511358,0.568648191,0.568705674
-658,1,0.375,1,1,1,1,1,1,1,1,0.0277,0.375,0.5324,1,0.307,1,1,1,1,1,1,0,0.307,0.4427,1,0.645,1,1,1,0.193,0.645,0.4693,1,1,1,1,1,0.011821246,0.804685712,0.127722979,1,1,1,1,1,0,0.54540956,0,1,1,1,1,1,0.276397079,0.829084218,0.578479942,0.578591073,0.578457447
-659,1,0.3749,1,1,1,1,1,1,1,1,0.0068,0.3749,0.4953,1,0.3069,1,1,1,1,1,1,0,0.3069,0.4972,1,0.6448,1,1,1,0.2813,0.6448,0.5868,1,1,1,1,1,0.005843355,0.73452425,0.018542565,1,1,1,1,1,0,0.727039814,0,1,1,1,1,1,0.336583614,0.759685516,0.572921701,0.572879205,0.573138298
-660,1,0.3747,1,1,1,1,1,1,1,1,0,0.3747,0.5597,1,0.3068,1,1,1,1,1,1,0,0.3068,0.6758,1,0.6447,1,1,1,0.1937,0.6447,0.4678,1,1,1,1,1,0.000462786,0.848281503,0,1,1,1,1,1,0.013070012,0.975156724,0.01455288,1,1,1,1,1,0.171790466,0.846579671,0.562107298,0.562090121,0.562056738
-661,1,0.3746,1,1,1,1,1,1,1,1,0.0079,0.3746,0.6671,1,0.3066,1,1,1,1,1,1,0.0969,0.3066,0.7002,1,0.6445,1,1,1,0.0934,0.6445,0.5709,1,1,1,1,1,0.009797176,0.961847782,0.03989616,1,1,1,1,1,0.108992383,0.969406962,0.100279853,1,1,1,1,1,0.038150046,0.815563858,0.547426293,0.547493125,0.547429078
-662,1,0.3744,1,1,1,1,1,1,1,1,0.058,0.3744,0.6148,1,0.3065,1,1,1,1,1,1,0.1436,0.3065,0.6275,1,0.6443,1,1,1,0.0699,0.6443,0.4689,1,1,1,1,1,0.057972655,0.908995152,0.111601725,1,1,1,1,1,0.177566811,0.86101985,0.069866501,1,1,1,1,1,0.01870211,0.758101702,0.538484775,0.538607997,0.53856383
-663,1,0.3742,1,1,1,1,1,1,1,1,0.197,0.3742,0.4365,1,0.3064,1,1,1,1,1,1,0.4481,0.3064,0.3833,1,0.6441,1,1,1,0.0455,0.6441,0.3123,1,1,1,1,1,0.174912453,0.631457925,0.308525681,1,1,1,1,1,0.461255193,0.570626676,0.085716754,1,1,1,1,1,0.049859539,0.57779038,0.538666022,0.538819547,0.53856383
-664,1,0.3741,1,1,1,1,1,1,1,1,0.2843,0.3741,0.195,1,0.3063,1,1,1,1,1,1,0.4712,0.3063,0.1751,1,0.644,1,1,1,0.0869,0.644,0.1265,1,1,1,1,1,0.271847159,0.306951433,0.595755696,1,1,1,1,1,0.478942037,0.354032248,0.223167017,1,1,1,1,1,0.179660678,0.258644462,0.564342678,0.564417178,0.564716312
-665,1,0.3739,1,1,1,1,1,1,1,1,0.2034,0.3739,0,1,0.3062,1,1,1,1,1,1,0.3595,0.3062,0,1,0.6438,1,1,1,0.1604,0.6438,0,1,1,1,1,1,0.299783349,0,0.272999346,1,1,1,1,1,0.349123061,0,0.156824604,1,1,1,1,1,0.396896362,0,0.61859594,0.618574149,0.618794326
-666,1,0.3738,1,1,1,1,1,1,1,1,0.2306,0.3738,0,1,0.3061,1,1,1,1,1,1,0.2726,0.3061,0,1,0.6436,1,1,1,0.2982,0.6436,0,1,1,1,1,1,0.390023828,0,0.235572577,1,1,1,1,1,0.301772535,0,0.278177768,1,1,1,1,1,0.625838637,0,0.623066699,0.623016713,0.62322695
-667,1,0.3736,1,1,1,1,1,1,1,1,0.3242,0.3736,0,1,0.306,1,1,1,1,1,1,0.1405,0.306,0,1,0.6434,1,1,1,0.4346,0.6434,0,1,1,1,1,1,0.367237478,0,0.393160701,1,1,1,1,1,0.206949919,0,0.504400492,1,1,1,1,1,0.810631812,0,0.604881585,0.604823355,0.605053191
-668,1,0.3735,1,1,1,1,1,1,1,1,0.387,0.3735,0,1,0.3059,1,1,1,1,1,1,0.2523,0.3059,0,1,0.6433,1,1,1,0.369,0.6433,0,1,1,1,1,1,0.394125998,0,0.451379776,1,1,1,1,1,0.368086636,0,0.696952105,1,1,1,1,1,0.731389225,0,0.586333978,0.586418447,0.58643617
-669,1,0.3733,1,1,1,1,1,1,1,1,0.6132,0.3733,0,1,0.3058,1,1,1,1,1,1,0.4744,0.3058,0,1,0.6431,1,1,1,0.4551,0.6431,0,1,1,1,1,1,0.550852895,0,0.879236639,1,1,1,1,1,0.639301121,0,0.998951316,1,1,1,1,1,0.742257357,0,0.55818028,0.558070658,0.558510638
-670,1,0.3732,1,1,1,1,1,1,1,1,0.7034,0.3732,0,1,0.3057,1,1,1,1,1,1,0.8217,0.3057,0,1,0.6429,1,1,1,0.4384,0.6429,0,1,1,1,1,1,0.670110226,0,0.991981328,1,1,1,1,1,0.720568538,0,0.825406075,1,1,1,1,1,0.715708613,0,0.522172547,0.522107045,0.522163121
-671,1,0.373,1,1,1,1,1,1,1,1,0.6513,0.373,0,1,0.3055,1,1,1,1,1,1,0.585,0.3055,0,1,0.6427,1,1,1,0.4385,0.6427,0,1,1,1,1,1,0.627546132,0,0.888428569,1,1,1,1,1,0.60114187,0,0.672966778,1,1,1,1,1,0.666772246,0,0.483808603,0.483816374,0.484042553
-672,1,0.3729,1,1,1,1,1,1,1,1,0.7621,0.3729,0,1,0.3054,1,1,1,1,1,1,0.6168,0.3054,0,1,0.6426,1,1,1,0.4061,0.6426,0,1,1,1,1,1,0.682488441,0,0.946749508,1,1,1,1,1,0.705940127,0,1,1,1,1,1,1,0.567642391,0,0.452634123,0.452718426,0.452570922
-673,1,0.3727,1,1,1,1,1,1,1,1,0.8403,0.3727,0,1,0.3053,1,1,1,1,1,1,0.6578,0.3053,0,1,0.6424,1,1,1,0.4931,0.6424,0,1,1,1,1,1,0.646453977,0,0.998146892,1,1,1,1,1,0.716586411,0,1,1,1,1,1,1,0.739495397,0,0.433905268,0.433890417,0.433953901
-674,1,0.3726,1,1,1,1,1,1,1,1,0.8266,0.3726,0,1,0.3052,1,1,1,1,1,1,0.7048,0.3052,0,1,0.6422,1,1,1,0.5656,0.6422,0,1,1,1,1,1,0.765600204,0,1,1,1,1,1,1,0.750145555,0,1,1,1,1,1,1,0.850405574,0,0.4239971,0.423947535,0.424202128
-675,1,0.3724,1,1,1,1,1,1,1,1,0.793,0.3724,0,1,0.3051,1,1,1,1,1,1,0.6246,0.3051,0,1,0.642,1,1,1,0.5026,0.642,0,1,1,1,1,1,0.77344048,0,1,1,1,1,1,1,0.656825125,0,1,1,1,1,1,1,0.860972583,0,0.420734654,0.420774275,0.420656028
-676,1,0.3723,1,1,1,1,1,1,1,1,0.7993,0.3723,0,1,0.305,1,1,1,1,1,1,0.5796,0.305,0,1,0.6419,1,1,1,0.4996,0.6419,0,1,1,1,1,1,0.747929871,0,1,1,1,1,1,1,0.589634717,0,1,1,1,1,1,1,0.901877701,0,0.424782504,0.424793738,0.42464539
-677,1,0.3721,1,1,1,1,1,1,1,1,0.7436,0.3721,0,1,0.3049,1,1,1,1,1,1,0.4262,0.3049,0,1,0.6417,1,1,1,0.561,0.6417,0,1,1,1,1,1,0.723802388,0,1,1,1,1,1,1,0.47571516,0,1,1,1,1,1,1,0.937902212,0,0.437348961,0.437486778,0.4375
-678,1,0.372,1,1,1,1,1,1,1,1,0.6739,0.372,0,1,0.3048,1,1,1,1,1,1,0.2806,0.3048,0,1,0.6415,1,1,1,0.6179,0.6415,0,1,1,1,1,1,0.660487115,0,1,1,1,1,1,1,0.288439095,0,1,1,1,1,1,1,0.957668066,0,0.460548574,0.460545801,0.460549645
-679,1,0.3718,1,1,1,1,1,1,1,1,0.4969,0.3718,0,1,0.3047,1,1,1,1,1,1,0.2084,0.3047,0,1,0.6413,1,1,1,0.5835,0.6413,0,1,1,1,1,1,0.523729503,0,1,1,1,1,1,1,0.171884656,0,0.925436735,1,1,1,1,1,0.947165906,0,0.483929435,0.483816374,0.484042553
-680,1,0.3717,1,1,1,1,1,1,1,1,0.4157,0.3717,0.2679,1,0.3046,1,1,1,1,1,1,0.313,0.3046,0.2674,1,0.6412,1,1,1,0.6457,0.6412,0.2221,1,1,1,1,1,0.437141359,0.508003712,0.979514599,1,1,1,1,1,0.268391728,0.49956876,0.974034846,1,1,1,1,1,0.906116366,0.507833421,0.51878927,0.518722234,0.519060284
-681,1,0.3715,1,1,1,1,1,1,1,1,0.334,0.3715,0.4889,1,0.3044,1,1,1,1,1,1,0.503,0.3044,0.4917,1,0.641,1,1,1,0.6037,0.641,0.4307,1,1,1,1,1,0.327369541,0.782663167,0.765719295,1,1,1,1,1,0.422759354,0.789465725,0.549318612,1,1,1,1,1,0.837091804,0.79136169,0.542472209,0.542627459,0.542553191
-682,1,0.3714,1,1,1,1,1,1,1,1,0.4754,0.3714,0.6489,1,0.3043,1,1,1,1,1,1,0.6127,0.3043,0.6548,1,0.6408,1,1,1,0.7225,0.6408,0.582,1,1,1,1,1,0.527858496,0.939754069,0.425613999,1,1,1,1,1,0.496465206,0.94925487,0.376968086,1,1,1,1,1,0.869529843,0.938853025,0.55540116,0.55553205,0.555407801
-683,1,0.3712,1,1,1,1,1,1,1,1,0.4644,0.3712,0.7238,1,0.3042,1,1,1,1,1,1,0.534,0.3042,0.7303,1,0.6406,1,1,1,0.6581,0.6406,0.5846,1,1,1,1,1,0.529582143,0.998795509,0.404223859,1,1,1,1,1,0.452305079,0.993124425,0.44823432,1,1,1,1,1,0.875281572,0.995560884,0.559932334,0.559974614,0.559840426
-684,1,0.371,1,1,1,1,1,1,1,1,0.4403,0.371,0.7197,1,0.3041,1,1,1,1,1,1,0.3973,0.3041,0.7211,1,0.6404,1,1,1,0.555,0.6404,0.6015,1,1,1,1,1,0.458119094,0.995455265,0.582638621,1,1,1,1,1,0.353528798,0.966846526,0.548245072,1,1,1,1,1,0.684114575,0.969263554,0.558240696,0.558282209,0.558510638
-685,1,0.3709,1,1,1,1,1,1,1,1,0.3459,0.3709,0.6822,1,0.304,1,1,1,1,1,1,0.3659,0.304,0.6605,1,0.6403,1,1,1,0.5111,0.6403,0.5869,1,1,1,1,1,0.421708673,0.976144433,0.64797914,1,1,1,1,1,0.328840196,0.89793992,0.472621799,1,1,1,1,1,0.656952143,0.97545433,0.552561624,0.552570341,0.552748227
-686,1,0.3707,1,1,1,1,1,1,1,1,0.2862,0.3707,0.5905,1,0.3039,1,1,1,1,1,1,0.3736,0.3039,0.5757,1,0.6401,1,1,1,0.4008,0.6401,0.5306,1,1,1,1,1,0.32286185,0.875390291,0.861143351,1,1,1,1,1,0.374148875,0.79373157,0.699418128,1,1,1,1,1,0.521611392,0.904713988,0.546580474,0.546646922,0.546542553
-687,1,0.3706,1,1,1,1,1,1,1,1,0.3284,0.3706,0.44,1,0.3038,1,1,1,1,1,1,0.4289,0.3038,0.474,1,0.6399,1,1,1,0.3324,0.6399,0.3828,1,1,1,1,1,0.268063784,0.730913699,0.999654233,1,1,1,1,1,0.37962684,0.766609848,0.99781394,1,1,1,1,1,0.478730589,0.7426489,0.548936684,0.548973979,0.548758865
-688,1,0.3704,1,1,1,1,1,1,1,1,0.2899,0.3704,0.238,1,0.3037,1,1,1,1,1,1,0.3746,0.3037,0.2667,1,0.6397,1,1,1,0.3653,0.6397,0.1741,1,1,1,1,1,0.256722242,0.478340626,0.998853385,1,1,1,1,1,0.389001906,0.499644518,1,1,1,1,1,1,0.435328662,0.448188484,0.580534074,0.580706579,0.580673759
-689,1,0.3703,1,1,1,1,1,1,1,1,0.2221,0.3703,0,1,0.3036,1,1,1,1,1,1,0.2903,0.3036,0,1,0.6396,1,1,1,0.3058,0.6396,0,1,1,1,1,1,0.220592275,0,1,1,1,1,1,1,0.36145997,0,1,1,1,1,1,1,0.408493042,0,0.644937168,0.644806431,0.645390071
-690,1,0.3701,1,1,1,1,1,1,1,1,0.2651,0.3701,0,1,0.3035,1,1,1,1,1,1,0.2475,0.3035,0,1,0.6394,1,1,1,0.2939,0.6394,0,1,1,1,1,1,0.32395488,0,0.898866773,1,1,1,1,1,0.346280634,0,0.841668844,1,1,1,1,1,0.433938324,0,0.654966167,0.654960863,0.655141844
-691,1,0.37,1,1,1,1,1,1,1,1,0.3274,0.37,0,1,0.3034,1,1,1,1,1,1,0.1454,0.3034,0,1,0.6392,1,1,1,0.4955,0.6392,0,1,1,1,1,1,0.296001494,0,0.91696775,1,1,1,1,1,0.218159795,0,0.506630421,1,1,1,1,1,0.664528906,0,0.639499758,0.639517664,0.63962766
-692,1,0.3698,1,1,1,1,1,1,1,1,0.3383,0.3698,0,1,0.3032,1,1,1,1,1,1,0.2031,0.3032,0,1,0.639,1,1,1,0.38,0.639,0,1,1,1,1,1,0.313049495,0,0.760930181,1,1,1,1,1,0.357158959,0,0.575616837,1,1,1,1,1,0.521850824,0,0.61539391,0.615400889,0.615691489
-693,1,0.3697,1,1,1,1,1,1,1,1,0.3885,0.3697,0,1,0.3031,1,1,1,1,1,1,0.4169,0.3031,0,1,0.6389,1,1,1,0.3322,0.6389,0,1,1,1,1,1,0.33155933,0,0.677775323,1,1,1,1,1,0.556685567,0,0.492381424,1,1,1,1,1,0.416059226,0,0.576486225,0.576687117,0.576684397
-694,1,0.3695,1,1,1,1,1,1,1,1,0.4521,0.3695,0,1,0.303,1,1,1,1,1,1,0.496,0.303,0,1,0.6387,1,1,1,0.2598,0.6387,0,1,1,1,1,1,0.345982015,0,0.822036982,1,1,1,1,1,0.576903641,0,1,1,1,1,1,1,0.324872196,0,0.529362011,0.529299767,0.529698582
-695,1,0.3694,1,1,1,1,1,1,1,1,0.4178,0.3694,0,1,0.3029,1,1,1,1,1,1,0.311,0.3029,0,1,0.6385,1,1,1,0.2345,0.6385,0,1,1,1,1,1,0.297829479,0,0.92110467,1,1,1,1,1,0.396260142,0,0.711791694,1,1,1,1,1,0.346901834,0,0.485439826,0.485508779,0.48537234
-696,1,0.3692,1,1,1,1,1,1,1,1,0.4911,0.3692,0,1,0.3028,1,1,1,1,1,1,0.3837,0.3028,0,1,0.6383,1,1,1,0.1877,0.6383,0,1,1,1,1,1,0.346512496,0,0.999434888,1,1,1,1,1,0.449382722,0,0.790513158,1,1,1,1,1,0.278244853,0,0.455775737,0.455680135,0.455673759
-697,1,0.3691,1,1,1,1,1,1,1,1,0.4857,0.3691,0,1,0.3027,1,1,1,1,1,1,0.6757,0.3027,0,1,0.6382,1,1,1,0.1575,0.6382,0,1,1,1,1,1,0.304065496,0,1,1,1,1,1,1,0.66889739,0,1,1,1,1,1,1,0.263141453,0,0.441094732,0.441083139,0.441046099
-698,1,0.3689,1,1,1,1,1,1,1,1,0.5554,0.3689,0,1,0.3026,1,1,1,1,1,1,0.7032,0.3026,0,1,0.638,1,1,1,0.1263,0.638,0,1,1,1,1,1,0.380187452,0,1,1,1,1,1,1,0.695176542,0,1,1,1,1,1,1,0.252868682,0,0.435355244,0.435371271,0.435283688
-699,1,0.3688,1,1,1,1,1,1,1,1,0.4853,0.3688,0,1,0.3025,1,1,1,1,1,1,0.7233,0.3025,0,1,0.6378,1,1,1,0.1375,0.6378,0,1,1,1,1,1,0.327263355,0,1,1,1,1,1,1,0.667211592,0,0.991929054,1,1,1,1,1,0.267921925,0,0.437046883,0.437063677,0.437056738
-700,1,0.3686,1,1,1,1,1,1,1,1,0.419,0.3686,0,1,0.3024,1,1,1,1,1,1,0.7122,0.3024,0,1,0.6376,1,1,1,0.0887,0.6376,0,1,1,1,1,1,0.293062389,0,1,1,1,1,1,1,0.728541195,0,1,1,1,1,1,1,0.222316235,0,0.452875785,0.452718426,0.453014184
-701,1,0.3685,1,1,1,1,1,1,1,1,0.46,0.3685,0,1,0.3023,1,1,1,1,1,1,0.9504,0.3023,0,1,0.6375,1,1,1,0.0975,0.6375,0,1,1,1,1,1,0.345914841,0,0.998240471,1,1,1,1,1,0.901816249,0,1,1,1,1,1,1,0.293643445,0,0.497583374,0.497567167,0.497783688
-702,1,0.3683,1,1,1,1,1,1,1,1,0.1543,0.3683,0,1,0.3021,1,1,1,1,1,1,0.4289,0.3021,0,1,0.6373,1,1,1,0.0261,0.6373,0,1,1,1,1,1,0.056454238,0,1,1,1,1,1,1,0.337329328,0,1,1,1,1,1,1,0.024198923,0,0.581742388,0.581764333,0.582003546
-703,1,0.3682,1,1,1,1,1,1,1,1,0.248,0.3682,0,1,0.302,1,1,1,1,1,1,0.4117,0.302,0,1,0.6371,1,1,1,0.0616,0.6371,0,1,1,1,1,1,0.146795094,0,1,1,1,1,1,1,0.339936554,0,1,1,1,1,1,1,0.121501409,0,0.626933301,0.626824624,0.62677305
-704,1,0.368,1,1,1,1,1,1,1,1,0.3373,0.368,0.2215,1,0.3019,1,1,1,1,1,1,0.5353,0.3019,0.236,1,0.6369,1,1,1,0.0571,0.6369,0.1773,1,1,1,1,1,0.27827388,0.414404154,1,1,1,1,1,1,0.441627443,0.447806627,1,1,1,1,1,1,0.133307591,0.224287525,0.632854036,0.632748043,0.632978723
-705,1,0.3679,1,1,1,1,1,1,1,1,0.4176,0.3679,0.448,1,0.3018,1,1,1,1,1,1,0.5947,0.3018,0.471,1,0.6368,1,1,1,0.0573,0.6368,0.4061,1,1,1,1,1,0.356309325,0.712888837,1,1,1,1,1,1,0.47934407,0.757454634,1,1,1,1,1,1,0.067949355,0.495823205,0.638231029,0.63824836,0.638297872
-706,1,0.3677,1,1,1,1,1,1,1,1,0.4808,0.3677,0.6102,1,0.3017,1,1,1,1,1,1,0.4454,0.3017,0.6334,1,0.6366,1,1,1,0.2335,0.6366,0.5659,1,1,1,1,1,0.313325703,0.873371482,1,1,1,1,1,1,0.442656696,0.92319417,1,1,1,1,1,1,0.438463628,0.642003179,0.637687289,0.637825259,0.63785461
-707,1,0.3675,1,1,1,1,1,1,1,1,0.5693,0.3675,0.6827,1,0.3016,1,1,1,1,1,1,0.4691,0.3016,0.7139,1,0.6364,1,1,1,0.1884,0.6364,0.6322,1,1,1,1,1,0.574857771,0.946648121,1,1,1,1,1,1,0.460231006,0.994986176,1,1,1,1,1,1,0.130700991,0.704824805,0.634968584,0.63486355,0.635195035
-708,1,0.3674,1,1,1,1,1,1,1,1,0.4579,0.3674,0.6919,1,0.3015,1,1,1,1,1,1,0.4276,0.3015,0.7247,1,0.6362,1,1,1,0.1984,0.6362,0.6405,1,1,1,1,1,0.473998129,0.959498882,1,1,1,1,1,1,0.340561569,0.998752475,1,1,1,1,1,1,0.331951827,0.717520297,0.6300145,0.629997884,0.630319149
-709,1,0.3672,1,1,1,1,1,1,1,1,0.4683,0.3672,0.6824,1,0.3014,1,1,1,1,1,1,0.2652,0.3014,0.7167,1,0.6361,1,1,1,0.2114,0.6361,0.62,1,1,1,1,1,0.518446982,0.945263445,1,1,1,1,1,1,0.282666534,0.996567249,1,1,1,1,1,1,0.296692103,0.692368329,0.625302078,0.62534377,0.625443262
-710,1,0.3671,1,1,1,1,1,1,1,1,0.5532,0.3671,0.6061,1,0.3013,1,1,1,1,1,1,0.0864,0.3013,0.6474,1,0.6359,1,1,1,0.1889,0.6359,0.5308,1,1,1,1,1,0.42639181,0.868514061,1,1,1,1,1,1,0.168020353,0.937445462,1,1,1,1,1,1,0.20898971,0.601571798,0.618716771,0.618574149,0.618794326
-711,1,0.3669,1,1,1,1,1,1,1,1,0.4139,0.3669,0.4429,1,0.3012,1,1,1,1,1,1,0.1256,0.3012,0.4924,1,0.6357,1,1,1,0.1508,0.6357,0.3621,1,1,1,1,1,0.340004355,0.706862092,1,1,1,1,1,1,0.148906708,0.791096509,1,1,1,1,1,1,0.247686967,0.424707174,0.620831319,0.620901206,0.621010638
-712,1,0.3668,1,1,1,1,1,1,1,1,0.298,0.3668,0.2227,1,0.301,1,1,1,1,1,1,0.154,0.301,0.2754,1,0.6355,1,1,1,0.138,0.6355,0.1427,1,1,1,1,1,0.212602124,0.423650503,0.935757637,1,1,1,1,1,0.126329929,0.522770882,1,1,1,1,1,1,0.260299593,0.137884155,0.647051716,0.646921938,0.647163121
-713,1,0.3666,1,1,1,1,1,1,1,1,0.1633,0.3666,0,1,0.3009,1,1,1,1,1,1,0.0559,0.3009,0,1,0.6354,1,1,1,0.1783,0.6354,0,1,1,1,1,1,0.106923983,0,0.837244391,1,1,1,1,1,0.044779666,4.50E-05,1,1,1,1,1,1,0.299376994,0,0.708494442,0.708694732,0.708776596
-714,1,0.3665,1,1,1,1,1,1,1,1,0.076,0.3665,0,1,0.3008,1,1,1,1,1,1,0,0.3008,0,1,0.6352,1,1,1,0.136,0.6352,0,1,1,1,1,1,0.023491262,0,0.785219193,1,1,1,1,1,0.000987947,0,1,1,1,1,1,1,0.259205699,0,0.716288062,0.716310556,0.716755319
-715,1,0.3663,1,1,1,1,1,1,1,1,0.0296,0.3663,0,1,0.3007,1,1,1,1,1,1,0,0.3007,0,1,0.635,1,1,1,0.1003,0.635,0,1,1,1,1,1,0.001616626,0,0.504896641,1,1,1,1,1,0.00040761,0,0.860150278,1,1,1,1,1,0.144372672,0,0.699371677,0.699386503,0.699468085
-716,1,0.3662,1,1,1,1,1,1,1,1,0.1552,0.3662,0,1,0.3006,1,1,1,1,1,1,0.0038,0.3006,0,1,0.6348,1,1,1,0.3234,0.6348,0,1,1,1,1,1,0.058922194,0,1,1,1,1,1,1,0.016701592,0,0.946340084,1,1,1,1,1,0.606236696,0,0.673151281,0.67315422,0.673315603
-717,1,0.366,1,1,1,1,1,1,1,1,0.0934,0.366,0,1,0.3005,1,1,1,1,1,1,0.0027,0.3005,0,1,0.6347,1,1,1,0.2504,0.6347,0,1,1,1,1,1,0.035856403,0,0.809620976,1,1,1,1,1,0.014445241,0,0.448923588,1,1,1,1,1,0.518492937,0,0.627174964,0.627247726,0.627216312
-718,1,0.3659,1,1,1,1,1,1,1,1,0.0855,0.3659,0,1,0.3004,1,1,1,1,1,1,0.0091,0.3004,0,1,0.6345,1,1,1,0.3029,0.6345,0,1,1,1,1,1,0.037749905,0,0.370103121,1,1,1,1,1,0.030333854,0,0.236813128,1,1,1,1,1,0.577022552,0,0.568813436,0.568648191,0.569148936
-719,1,0.3657,1,1,1,1,1,1,1,1,0.0518,0.3657,0,1,0.3003,1,1,1,1,1,1,0.0537,0.3003,0,1,0.6343,1,1,1,0.2838,0.6343,0,1,1,1,1,1,0.032550916,0,0.146000713,1,1,1,1,1,0.086291268,0,0.163842931,1,1,1,1,1,0.53186059,0,0.516372644,0.516395177,0.516400709
-720,1,0.3656,1,1,1,1,1,1,1,1,0.0223,0.3656,0,1,0.3002,1,1,1,1,1,1,0,0.3002,0,1,0.6341,1,1,1,0.2334,0.6341,0,1,1,1,1,1,0.029826351,0,0.026591711,1,1,1,1,1,0.002040227,0,0.120910741,1,1,1,1,1,0.486531198,0,0.483566941,0.483604823,0.483599291
-721,1,0.3654,1,1,1,1,1,1,1,1,0.0073,0.3654,0,1,0.3001,1,1,1,1,1,1,0,0.3001,0,1,0.6339,1,1,1,0.1917,0.6339,0,1,1,1,1,1,0.015305787,0,0,1,1,1,1,1,0.015601134,0,0.039146334,1,1,1,1,1,0.388217211,0,0.46562349,0.465834567,0.465868794
-722,1,0.3653,1,1,1,1,1,1,1,1,0.0127,0.3653,0,1,0.2999,1,1,1,1,1,1,0.012,0.2999,0,1,0.6338,1,1,1,0.1636,0.6338,0,1,1,1,1,1,0.021220416,0,0,1,1,1,1,1,0.028963096,0,0.02363953,1,1,1,1,1,0.34352845,0,0.457044466,0.456949439,0.457003546
-723,1,0.3651,1,1,1,1,1,1,1,1,0.0187,0.3651,0,1,0.2998,1,1,1,1,1,1,0.0224,0.2998,0,1,0.6336,1,1,1,0.1039,0.6336,0,1,1,1,1,1,0.038987201,0,0.018615248,1,1,1,1,1,0.065739609,0,0.00034555,1,1,1,1,1,0.243391722,0,0.456138231,0.456103237,0.456117021
-724,1,0.365,1,1,1,1,1,1,1,1,0.0302,0.365,0,1,0.2997,1,1,1,1,1,1,0.0074,0.2997,0,1,0.6334,1,1,1,0.0409,0.6334,0,1,1,1,1,1,0.027633574,0,0.16717954,1,1,1,1,1,0.052821957,0,0.090721734,1,1,1,1,1,0.107667208,0,0.469369261,0.469430929,0.469414894
-725,1,0.3648,1,1,1,1,1,1,1,1,0.0649,0.3648,0,1,0.2996,1,1,1,1,1,1,0.0252,0.2996,0,1,0.6332,1,1,1,0.0171,0.6332,0,1,1,1,1,1,0.05999621,0,0.474989295,1,1,1,1,1,0.120119259,0,0.567165196,1,1,1,1,1,0.041668154,0,0.511841469,0.511741062,0.511968085
-726,1,0.3647,1,1,1,1,1,1,1,1,0.0866,0.3647,0,1,0.2995,1,1,1,1,1,1,0.0119,0.2995,0,1,0.6331,1,1,1,0.0186,0.6331,0,1,1,1,1,1,0.05497665,0,0.702596068,1,1,1,1,1,0.081295967,0,0.924010992,1,1,1,1,1,0.015827598,0,0.592798453,0.592764967,0.592641844
-727,1,0.3645,1,1,1,1,1,1,1,1,0.1032,0.3645,0,1,0.2994,1,1,1,1,1,1,0.0752,0.2994,0,1,0.6329,1,1,1,0.06,0.6329,0,1,1,1,1,1,0.125590041,0,0.570208311,1,1,1,1,1,0.196727902,0,0.897093773,1,1,1,1,1,0.065328009,0,0.637566457,0.637613708,0.63785461
-728,1,0.3643,1,1,1,1,1,1,1,1,0.0927,0.3643,0.2201,1,0.2993,1,1,1,1,1,1,0.0558,0.2993,0.234,1,0.6327,1,1,1,0.0449,0.6327,0.1239,1,1,1,1,1,0.053490415,0.350113332,0.395216346,1,1,1,1,1,0.129380703,0.430211067,0.95732832,1,1,1,1,1,0.073457122,0.106152534,0.641916385,0.641844722,0.641843972
-729,1,0.3642,1,1,1,1,1,1,1,1,0.0895,0.3642,0.4205,1,0.2992,1,1,1,1,1,1,0.1476,0.2992,0.4451,1,0.6325,1,1,1,0.0418,0.6325,0.3257,1,1,1,1,1,0.060285859,0.623270571,0.599500954,1,1,1,1,1,0.203242242,0.720799208,1,1,1,1,1,1,0.0931051,0.358650148,0.641312228,0.64121007,0.641400709
-730,1,0.364,1,1,1,1,1,1,1,1,0.0435,0.364,0.5658,1,0.2991,1,1,1,1,1,1,0.0738,0.2991,0.6077,1,0.6324,1,1,1,0.0275,0.6324,0.4554,1,1,1,1,1,0.040066771,0.777687848,0.92329669,1,1,1,1,1,0.079362586,0.900471985,1,1,1,1,1,1,0.090384506,0.476272225,0.638231029,0.63824836,0.638297872
-731,1,0.3639,1,1,1,1,1,1,1,1,0.0295,0.3639,0.6243,1,0.299,1,1,1,1,1,1,0.064,0.299,0.6753,1,0.6322,1,1,1,0.0076,0.6322,0.4968,1,1,1,1,1,0.017825676,0.830272317,1,1,1,1,1,1,0.083569184,0.959325969,1,1,1,1,1,1,0.04085689,0.541094244,0.630860319,0.630844087,0.630762411
-732,1,0.3637,1,1,1,1,1,1,1,1,0.0465,0.3637,0.6336,1,0.2988,1,1,1,1,1,1,0.1217,0.2988,0.6821,1,0.632,1,1,1,0.0078,0.632,0.4691,1,1,1,1,1,0.027911656,0.849254251,1,1,1,1,1,1,0.153156906,0.964432359,1,1,1,1,1,1,0.034648474,0.545795739,0.620045916,0.620055003,0.620567376
-733,1,0.3636,1,1,1,1,1,1,1,1,0.072,0.3636,0.6206,1,0.2987,1,1,1,1,1,1,0.1294,0.2987,0.6674,1,0.6318,1,1,1,0.0106,0.6318,0.4368,1,1,1,1,1,0.027777761,0.826158643,1,1,1,1,1,1,0.173289895,0.947248697,1,1,1,1,1,1,0.053723283,0.506604612,0.611346061,0.611381426,0.611702128
-734,1,0.3634,1,1,1,1,1,1,1,1,0.1158,0.3634,0.5519,1,0.2986,1,1,1,1,1,1,0.2031,0.2986,0.6036,1,0.6317,1,1,1,0.0118,0.6317,0.3514,1,1,1,1,1,0.045486916,0.755250156,1,1,1,1,1,1,0.21944499,0.881622553,1,1,1,1,1,1,0.071680576,0.399403095,0.601075399,0.601015443,0.601507092
-735,1,0.3633,1,1,1,1,1,1,1,1,0.1096,0.3633,0.4038,1,0.2985,1,1,1,1,1,1,0.3855,0.2985,0.4617,1,0.6315,1,1,1,0.0224,0.6315,0.2073,1,1,1,1,1,0.05112312,0.604750156,1,1,1,1,1,1,0.413495034,0.749254167,1,1,1,1,1,1,0.082987361,0.208369225,0.59757129,0.597630633,0.59751773
-736,1,0.3631,1,1,1,1,1,1,1,1,0.0817,0.3631,0.2062,1,0.2984,1,1,1,1,1,1,0.3768,0.2984,0.2558,1,0.6313,1,1,1,0.0304,0.6313,0.0582,1,1,1,1,1,0.066213124,0.384492695,1,1,1,1,1,1,0.374422878,0.499689281,1,1,1,1,1,1,0.080590084,0.013048113,0.61817303,0.618151047,0.618351064
-737,1,0.363,1,1,1,1,1,1,1,1,0.1465,0.363,0,1,0.2983,1,1,1,1,1,1,0.4424,0.2983,0,1,0.6311,1,1,1,0.0565,0.6311,0,1,1,1,1,1,0.132454336,0,1,1,1,1,1,1,0.54305923,0,1,1,1,1,1,1,0.098910362,0,0.675507492,0.675692828,0.675531915
-738,1,0.3628,1,1,1,1,1,1,1,1,0.289,0.3628,0,1,0.2982,1,1,1,1,1,1,0.6404,0.2982,0,1,0.631,1,1,1,0.0782,0.631,0,1,1,1,1,1,0.216164663,0,1,1,1,1,1,1,0.773179889,0,0.992604494,1,1,1,1,1,0.156909674,0,0.683301112,0.683308652,0.683510638
-739,1,0.3627,1,1,1,1,1,1,1,1,0.1934,0.3627,0,1,0.2981,1,1,1,1,1,1,0.3338,0.2981,0,1,0.6308,1,1,1,0.0999,0.6308,0,1,1,1,1,1,0.212767228,0,0.99742651,1,1,1,1,1,0.417156637,0,1,1,1,1,1,1,0.232134402,0,0.666868052,0.6668077,0.667109929
-740,1,0.3625,1,1,1,1,1,1,1,1,0.1938,0.3625,0,1,0.298,1,1,1,1,1,1,0.3207,0.298,0,1,0.6306,1,1,1,0.0718,0.6306,0,1,1,1,1,1,0.128602982,0,1,1,1,1,1,1,0.427400231,0,0.975618124,1,1,1,1,1,0.182363257,0,0.639681005,0.639729215,0.63962766
-741,1,0.3624,1,1,1,1,1,1,1,1,0.1014,0.3624,0,1,0.2979,1,1,1,1,1,1,0.3026,0.2979,0,1,0.6304,1,1,1,0.0486,0.6304,0,1,1,1,1,1,0.096482679,0,0.788550317,1,1,1,1,1,0.380007029,0,0.709034085,1,1,1,1,1,0.147907212,0,0.596483809,0.596572879,0.596631206
-742,1,0.3622,1,1,1,1,1,1,1,1,0.1063,0.3622,0,1,0.2978,1,1,1,1,1,1,0.4876,0.2978,0,1,0.6303,1,1,1,0.0509,0.6303,0,1,1,1,1,1,0.089189716,0,0.796837807,1,1,1,1,1,0.47132799,0,0.531679034,1,1,1,1,1,0.147287339,0,0.539330594,0.539242649,0.539450355
-743,1,0.3621,1,1,1,1,1,1,1,1,0.0784,0.3621,0,1,0.2976,1,1,1,1,1,1,0.3831,0.2976,0,1,0.6301,1,1,1,0.0677,0.6301,0,1,1,1,1,1,0.076498419,0,0.98845458,1,1,1,1,1,0.449668467,0,0.996921539,1,1,1,1,1,0.173190057,0,0.488339778,0.488470489,0.488475177
-744,1,0.3619,1,1,1,1,1,1,1,1,0.096,0.3619,0,1,0.2975,1,1,1,1,1,1,0.6331,0.2975,0,1,0.6299,1,1,1,0.1024,0.6299,0,1,1,1,1,1,0.1096773,0,1,1,1,1,1,1,0.714267015,0,1,1,1,1,1,1,0.247732997,0,0.45559449,0.455680135,0.455673759
-745,1,0.3618,1,1,1,1,1,1,1,1,0.137,0.3618,0,1,0.2974,1,1,1,1,1,1,0.6382,0.2974,0,1,0.6297,1,1,1,0.1007,0.6297,0,1,1,1,1,1,0.194803089,0,1,1,1,1,1,1,0.671616912,0,1,1,1,1,1,1,0.265643954,0,0.437530208,0.437486778,0.4375
-746,1,0.3616,1,1,1,1,1,1,1,1,0.2063,0.3616,0,1,0.2973,1,1,1,1,1,1,0.5644,0.2973,0,1,0.6296,1,1,1,0.0909,0.6296,0,1,1,1,1,1,0.254814744,0,1,1,1,1,1,1,0.6663059,0,1,1,1,1,1,1,0.236190215,0,0.428890768,0.428813201,0.428634752
-747,1,0.3615,1,1,1,1,1,1,1,1,0.2178,0.3615,0,1,0.2972,1,1,1,1,1,1,0.535,0.2972,0,1,0.6294,1,1,1,0.1062,0.6294,0,1,1,1,1,1,0.241616324,0,1,1,1,1,1,1,0.707053363,0,1,1,1,1,1,1,0.255432367,0,0.428890768,0.428813201,0.429078014
-748,1,0.3613,1,1,1,1,1,1,1,1,0.2845,0.3613,0,1,0.2971,1,1,1,1,1,1,0.4271,0.2971,0,1,0.6292,1,1,1,0.0818,0.6292,0,1,1,1,1,1,0.200721651,0,1,1,1,1,1,1,0.596340716,0,1,1,1,1,1,1,0.229046464,0,0.441034316,0.440871589,0.441046099
-749,1,0.3611,1,1,1,1,1,1,1,1,0.2248,0.3611,0,1,0.297,1,1,1,1,1,1,0.4552,0.297,0,1,0.629,1,1,1,0.0779,0.629,0,1,1,1,1,1,0.160680622,0,1,1,1,1,1,1,0.562845349,0,1,1,1,1,1,1,0.203031078,0,0.484231513,0.484239475,0.484485816
-750,1,0.361,1,1,1,1,1,1,1,1,0.2908,0.361,0,1,0.2969,1,1,1,1,1,1,0.4525,0.2969,0,1,0.6289,1,1,1,0.1109,0.6289,0,1,1,1,1,1,0.247534588,0,1,1,1,1,1,1,0.585826874,0,1,1,1,1,1,1,0.181782275,0,0.565067666,0.56505183,0.565159574
-751,1,0.3608,1,1,1,1,1,1,1,1,0.216,0.3608,0,1,0.2968,1,1,1,1,1,1,0.4902,0.2968,0,1,0.6287,1,1,1,0.1084,0.6287,0,1,1,1,1,1,0.173735887,0,1,1,1,1,1,1,0.529611707,0,1,1,1,1,1,1,0.193198591,0,0.611829386,0.611804527,0.611702128
-752,1,0.3607,1,1,1,1,1,1,1,1,0.3332,0.3607,0.0461,1,0.2967,1,1,1,1,1,1,0.4202,0.2967,0.0364,1,0.6285,1,1,1,0.1087,0.6285,0.0057,1,1,1,1,1,0.216041267,0.093299352,1,1,1,1,1,1,0.402385354,0.063233517,1,1,1,1,1,1,0.211891547,0.036422238,0.616420976,0.616458642,0.616578014
-753,1,0.3605,1,1,1,1,1,1,1,1,0.4728,0.3605,0.1938,1,0.2965,1,1,1,1,1,1,0.6382,0.2965,0.2206,1,0.6283,1,1,1,0.1239,0.6283,0.1477,1,1,1,1,1,0.304699868,0.283161372,1,1,1,1,1,1,0.495198876,0.382269412,1,1,1,1,1,1,0.204375938,0.17722699,0.616843886,0.616670193,0.617021277
-754,1,0.3604,1,1,1,1,1,1,1,1,0.0566,0.3604,0.3902,1,0.2964,1,1,1,1,1,1,0.0922,0.2964,0.3836,1,0.6281,1,1,1,0.0176,0.6281,0.4071,1,1,1,1,1,0.019990467,0.601121902,1,1,1,1,1,1,0.0603595,0.554088175,1,1,1,1,1,1,0.040625706,0.498945832,0.616360561,0.616458642,0.616578014
-755,1,0.3602,1,1,1,1,1,1,1,1,0.401,0.3602,0.3957,1,0.2963,1,1,1,1,1,1,0.3524,0.2963,0.3151,1,0.628,1,1,1,0.1117,0.628,0.3391,1,1,1,1,1,0.267131478,0.538249075,1,1,1,1,1,1,0.349170536,0.506150186,1,1,1,1,1,1,0.257165611,0.490984559,0.615091832,0.615189338,0.615248227
-756,1,0.3601,1,1,1,1,1,1,1,1,0.4547,0.3601,0.4156,1,0.2962,1,1,1,1,1,1,0.396,0.2962,0.3405,1,0.6278,1,1,1,0.0921,0.6278,0.3883,1,1,1,1,1,0.277173162,0.575325131,1,1,1,1,1,1,0.340544671,0.551843703,1,1,1,1,1,1,0.180945426,0.502223969,0.608748188,0.608842818,0.609042553
-757,1,0.3599,1,1,1,1,1,1,1,1,0.425,0.3599,0.4371,1,0.2961,1,1,1,1,1,1,0.5962,0.2961,0.5179,1,0.6276,1,1,1,0.0767,0.6276,0.3857,1,1,1,1,1,0.295559257,0.650248885,1,1,1,1,1,1,0.523572087,0.803297877,1,1,1,1,1,1,0.121393159,0.502091944,0.602887869,0.602919399,0.603280142
-758,1,0.3598,1,1,1,1,1,1,1,1,0.3442,0.3598,0.5286,1,0.296,1,1,1,1,1,1,0.3907,0.296,0.5831,1,0.6274,1,1,1,0.0637,0.6274,0.2815,1,1,1,1,1,0.284105003,0.789278746,1,1,1,1,1,1,0.363970846,0.807305992,1,1,1,1,1,1,0.095153846,0.637228251,0.590804737,0.590649461,0.590868794
-759,1,0.3596,1,1,1,1,1,1,1,1,0.508,0.3596,0.4206,1,0.2959,1,1,1,1,1,1,0.4543,0.2959,0.4177,1,0.6273,1,1,1,0.0605,0.6273,0.2399,1,1,1,1,1,0.51749301,0.649998069,1,1,1,1,1,1,0.48369953,0.644721627,1,1,1,1,1,1,0.084747866,0.608169794,0.585729821,0.585572245,0.585992908
-760,1,0.3595,1,1,1,1,1,1,1,1,0.6019,0.3595,0.2085,1,0.2958,1,1,1,1,1,1,0.7078,0.2958,0.2475,1,0.6271,1,1,1,0.1009,0.6271,0.0524,1,1,1,1,1,0.625428975,0.408553988,1,1,1,1,1,1,0.65403223,0.462702394,1,1,1,1,1,1,0.126617715,0.326582402,0.602706622,0.602707849,0.602836879
-761,1,0.3593,1,1,1,1,1,1,1,1,0.5202,0.3593,0,1,0.2957,1,1,1,1,1,1,0.6405,0.2957,0,1,0.6269,1,1,1,0.1203,0.6269,0,1,1,1,1,1,0.726660848,0,1,1,1,1,1,1,0.619054437,0,1,1,1,1,1,1,0.180751711,0,0.656234896,0.656230167,0.656471631
-762,1,0.3592,1,1,1,1,1,1,1,1,0.4682,0.3592,0,1,0.2956,1,1,1,1,1,1,0.4393,0.2956,0,1,0.6267,1,1,1,0.1132,0.6267,0,1,1,1,1,1,0.591703415,0,1,1,1,1,1,1,0.563939154,0,1,1,1,1,1,1,0.156880841,0,0.663484775,0.66363444,0.66356383
-763,1,0.359,1,1,1,1,1,1,1,1,0.5178,0.359,0,1,0.2954,1,1,1,1,1,1,0.4075,0.2954,0,1,0.6266,1,1,1,0.1585,0.6266,0,1,1,1,1,1,0.628118157,0,1,1,1,1,1,1,0.470415711,0,1,1,1,1,1,1,0.149838775,0,0.647172547,0.647133488,0.647606383
-764,1,0.3589,1,1,1,1,1,1,1,1,0.4126,0.3589,0,1,0.2953,1,1,1,1,1,1,0.6693,0.2953,0,1,0.6264,1,1,1,0.1223,0.6264,0,1,1,1,1,1,0.458319247,0,1,1,1,1,1,1,0.595134854,0,1,1,1,1,1,1,0.136293709,0,0.621133398,0.621112757,0.621453901
-765,1,0.3587,1,1,1,1,1,1,1,1,0.4976,0.3587,0,1,0.2952,1,1,1,1,1,1,0.6403,0.2952,0,1,0.6262,1,1,1,0.1301,0.6262,0,1,1,1,1,1,0.534213841,0,1,1,1,1,1,1,0.525857151,0,1,1,1,1,1,1,0.199996233,0,0.578902852,0.578802623,0.578900709
-766,1,0.3586,1,1,1,1,1,1,1,1,0.3818,0.3586,0,1,0.2951,1,1,1,1,1,1,0.1559,0.2951,0,1,0.626,1,1,1,0.1651,0.626,0,1,1,1,1,1,0.353278667,0,1,1,1,1,1,1,0.180678129,0,1,1,1,1,1,1,0.271416903,0,0.522716288,0.522741697,0.523049645
-767,1,0.3584,1,1,1,1,1,1,1,1,0.3869,0.3584,0,1,0.295,1,1,1,1,1,1,0.1395,0.295,0,1,0.6259,1,1,1,0.1833,0.6259,0,1,1,1,1,1,0.314005017,0,0.976829052,1,1,1,1,1,0.267841458,0,1,1,1,1,1,1,0.18743366,0,0.472812953,0.472815739,0.47251773
-768,1,0.3583,1,1,1,1,1,1,1,1,0.3766,0.3583,0,1,0.2949,1,1,1,1,1,1,0.1651,0.2949,0,1,0.6257,1,1,1,0.1326,0.6257,0,1,1,1,1,1,0.383086562,0,0.980810642,1,1,1,1,1,0.251514494,0,0.72747016,1,1,1,1,1,0.107498989,0,0.440550991,0.440660038,0.440602837
-769,1,0.3581,1,1,1,1,1,1,1,1,0.3818,0.3581,0,1,0.2948,1,1,1,1,1,1,0.1017,0.2948,0,1,0.6255,1,1,1,0.1683,0.6255,0,1,1,1,1,1,0.44350031,0,0.996657252,1,1,1,1,1,0.176520094,0,0.414286911,1,1,1,1,1,0.126835629,0,0.423936684,0.423947535,0.424202128
-770,1,0.358,1,1,1,1,1,1,1,1,0.3323,0.358,0,1,0.2947,1,1,1,1,1,1,0.1661,0.2947,0,1,0.6253,1,1,1,0.1828,0.6253,0,1,1,1,1,1,0.368468523,0,0.985633254,1,1,1,1,1,0.269503593,0,0.674025476,1,1,1,1,1,0.196585596,0,0.416324311,0.416331711,0.416223404
-771,1,0.3578,1,1,1,1,1,1,1,1,0.3623,0.3578,0,1,0.2946,1,1,1,1,1,1,0.2851,0.2946,0,1,0.6252,1,1,1,0.2129,0.6252,0,1,1,1,1,1,0.395563096,0,0.823532403,1,1,1,1,1,0.402520478,0,0.497878581,1,1,1,1,1,0.257330477,0,0.416988884,0.416966363,0.417109929
-772,1,0.3576,1,1,1,1,1,1,1,1,0.2286,0.3576,0,1,0.2945,1,1,1,1,1,1,0.2959,0.2945,0,1,0.625,1,1,1,0.1277,0.625,0,1,1,1,1,1,0.167541265,0,0.547575772,1,1,1,1,1,0.319666445,0,0.388032496,1,1,1,1,1,0.181628242,0,0.430884485,0.430717157,0.430851064
-773,1,0.3575,1,1,1,1,1,1,1,1,0.157,0.3575,0,1,0.2943,1,1,1,1,1,1,0.1445,0.2943,0,1,0.6248,1,1,1,0.1051,0.6248,0,1,1,1,1,1,0.139193848,0,0.388577133,1,1,1,1,1,0.215694755,0,0.347200036,1,1,1,1,1,0.15911755,0,0.47577332,0.475777449,0.475620567
-774,1,0.3573,1,1,1,1,1,1,1,1,0.1319,0.3573,0,1,0.2942,1,1,1,1,1,1,0.1067,0.2942,0,1,0.6246,1,1,1,0.1199,0.6246,0,1,1,1,1,1,0.156281605,0,0.407628477,1,1,1,1,1,0.215539813,0,0.386353433,1,1,1,1,1,0.180105969,0,0.559569841,0.559763063,0.559397163
-775,1,0.3572,1,1,1,1,1,1,1,1,0.1174,0.3572,0,1,0.2941,1,1,1,1,1,1,0.0747,0.2941,0,1,0.6245,1,1,1,0.113,0.6245,0,1,1,1,1,1,0.084279515,0,0.243772924,1,1,1,1,1,0.1368981,0,0.228318334,1,1,1,1,1,0.187229291,0,0.604035766,0.603977153,0.604166667
-776,1,0.357,1,1,1,1,1,1,1,1,0.0933,0.357,0.1455,1,0.294,1,1,1,1,1,1,0.0156,0.294,0.09,1,0.6243,1,1,1,0.1572,0.6243,0.1705,1,1,1,1,1,0.055331144,0.206003532,0.052970622,1,1,1,1,1,0.054104786,0.133128136,0.021001048,1,1,1,1,1,0.234524131,0.330661446,0.612312711,0.612227629,0.61214539
-777,1,0.3569,1,1,1,1,1,1,1,1,0.0477,0.3569,0.2427,1,0.2939,1,1,1,1,1,1,0.0078,0.2939,0.1936,1,0.6241,1,1,1,0.1303,0.6241,0.3236,1,1,1,1,1,0.056644224,0.3757824,0.057929832,1,1,1,1,1,0.029560359,0.298018128,0.019363616,1,1,1,1,1,0.184579626,0.482598841,0.617870952,0.617727946,0.618351064
-778,1,0.3567,1,1,1,1,1,1,1,1,0.0732,0.3567,0.3104,1,0.2938,1,1,1,1,1,1,0.0075,0.2938,0.3332,1,0.6239,1,1,1,0.1332,0.6239,0.4292,1,1,1,1,1,0.10449855,0.501835227,0.089388102,1,1,1,1,1,0.016660545,0.456856132,0.058379062,1,1,1,1,1,0.162646934,0.59535259,0.623852102,0.623862915,0.624113475
-779,1,0.3566,1,1,1,1,1,1,1,1,0.1364,0.3566,0.3464,1,0.2937,1,1,1,1,1,1,0.1109,0.2937,0.3326,1,0.6238,1,1,1,0.1222,0.6238,0.4401,1,1,1,1,1,0.096431807,0.542283416,0.109146088,1,1,1,1,1,0.104794927,0.510558486,0.037707854,1,1,1,1,1,0.148397759,0.633067608,0.625181247,0.625132219,0.625443262
-780,1,0.3564,1,1,1,1,1,1,1,1,0.1731,0.3564,0.3283,1,0.2936,1,1,1,1,1,1,0.1611,0.2936,0.3824,1,0.6236,1,1,1,0.1236,0.6236,0.4514,1,1,1,1,1,0.092881538,0.520615101,0.261178374,1,1,1,1,1,0.137853146,0.556712389,0.207398713,1,1,1,1,1,0.147312954,0.654635489,0.622704205,0.622593611,0.622783688
-781,1,0.3563,1,1,1,1,1,1,1,1,0.2094,0.3563,0.2946,1,0.2935,1,1,1,1,1,1,0.0972,0.2935,0.3927,1,0.6234,1,1,1,0.1172,0.6234,0.5043,1,1,1,1,1,0.09639807,0.520744085,0.378957778,1,1,1,1,1,0.108982205,0.592068791,0.343934834,1,1,1,1,1,0.171648934,0.63020426,0.621616723,0.621747409,0.621897163
-782,1,0.3561,1,1,1,1,1,1,1,1,0.2582,0.3561,0.2536,1,0.2934,1,1,1,1,1,1,0.0618,0.2934,0.3493,1,0.6232,1,1,1,0.1344,0.6232,0.4798,1,1,1,1,1,0.093670771,0.443469852,0.494419336,1,1,1,1,1,0.083654523,0.508905947,0.31976676,1,1,1,1,1,0.19780083,0.585876882,0.619623006,0.619631902,0.619680851
-783,1,0.356,1,1,1,1,1,1,1,1,0.2275,0.356,0.175,1,0.2933,1,1,1,1,1,1,0.0742,0.2933,0.2221,1,0.6231,1,1,1,0.0897,0.6231,0.3351,1,1,1,1,1,0.065327302,0.282931417,0.771311641,1,1,1,1,1,0.09714818,0.336022586,0.20859766,1,1,1,1,1,0.114634141,0.393366545,0.625241663,0.62534377,0.625443262
-784,1,0.3558,1,1,1,1,1,1,1,1,0.2053,0.3558,0.034,1,0.2931,1,1,1,1,1,1,0.1879,0.2931,0.0478,1,0.6229,1,1,1,0.0933,0.6229,0.1195,1,1,1,1,1,0.072655536,0.059185028,0.924888492,1,1,1,1,1,0.170839787,0.102845892,0.265742421,1,1,1,1,1,0.092381261,0.07587561,0.652368294,0.652422255,0.65248227
-785,1,0.3557,1,1,1,1,1,1,1,1,0.1966,0.3557,0,1,0.293,1,1,1,1,1,1,0.2954,0.293,0,1,0.6227,1,1,1,0.1399,0.6227,0,1,1,1,1,1,0.106875919,0,1,1,1,1,1,1,0.24082078,0,0.409732759,1,1,1,1,1,0.180342734,0,0.692665539,0.692616882,0.692819149
-786,1,0.3555,1,1,1,1,1,1,1,1,0.1835,0.3555,0,1,0.2929,1,1,1,1,1,1,0.3657,0.2929,0,1,0.6225,1,1,1,0.2193,0.6225,0,1,1,1,1,1,0.136248887,0,1,1,1,1,1,1,0.32001996,0,0.409101367,1,1,1,1,1,0.309749097,0,0.694659256,0.694732388,0.694592199
-787,1,0.3554,1,1,1,1,1,1,1,1,0.1348,0.3554,0,1,0.2928,1,1,1,1,1,1,0.2629,0.2928,0,1,0.6223,1,1,1,0.1539,0.6223,0,1,1,1,1,1,0.120198637,0,0.969779372,1,1,1,1,1,0.220218718,0,0.202965468,1,1,1,1,1,0.208642468,0,0.678709522,0.678654538,0.679078014
-788,1,0.3552,1,1,1,1,1,1,1,1,0.1303,0.3552,0,1,0.2927,1,1,1,1,1,1,0.5648,0.2927,0,1,0.6222,1,1,1,0.2421,0.6222,0,1,1,1,1,1,0.185680255,0,0.88285172,1,1,1,1,1,0.456699103,0,0.271671474,1,1,1,1,1,0.299866736,0,0.654059932,0.65411466,0.654255319
-789,1,0.3551,1,1,1,1,1,1,1,1,0.1532,0.3551,0,1,0.2926,1,1,1,1,1,1,0.5892,0.2926,0,1,0.622,1,1,1,0.222,0.622,0,1,1,1,1,1,0.261445582,0,0.851768255,1,1,1,1,1,0.530942202,0,0.297862083,1,1,1,1,1,0.280218422,0,0.611708555,0.611804527,0.611702128
-790,1,0.3549,1,1,1,1,1,1,1,1,0.2442,0.3549,0,1,0.2925,1,1,1,1,1,1,0.6145,0.2925,0,1,0.6218,1,1,1,0.2078,0.6218,0,1,1,1,1,1,0.389072001,0,0.768877149,1,1,1,1,1,0.627009869,0,0.523702145,1,1,1,1,1,0.268600106,0,0.556549058,0.556589803,0.556737589
-791,1,0.3548,1,1,1,1,1,1,1,1,0.2866,0.3548,0,1,0.2924,1,1,1,1,1,1,0.5073,0.2924,0,1,0.6216,1,1,1,0.2657,0.6216,0,1,1,1,1,1,0.419161379,0,0.709473848,1,1,1,1,1,0.51958853,0,0.626044512,1,1,1,1,1,0.341568589,0,0.507068632,0.507086947,0.507092199
-792,1,0.3546,1,1,1,1,1,1,1,1,0.306,0.3546,0,1,0.2923,1,1,1,1,1,1,0.6853,0.2923,0,1,0.6215,1,1,1,0.3213,0.6215,0,1,1,1,1,1,0.476029575,0,0.703855813,1,1,1,1,1,0.717554569,0,0.584649742,1,1,1,1,1,0.409523487,0,0.474685839,0.474719695,0.474734043
-793,1,0.3544,1,1,1,1,1,1,1,1,0.3078,0.3544,0,1,0.2922,1,1,1,1,1,1,0.6133,0.2922,0,1,0.6213,1,1,1,0.2832,0.6213,0,1,1,1,1,1,0.411838561,0,0.978587091,1,1,1,1,1,0.667128503,0,0.773313165,1,1,1,1,1,0.345329881,0,0.45740696,0.457372541,0.457446809
-794,1,0.3543,1,1,1,1,1,1,1,1,0.2736,0.3543,0,1,0.292,1,1,1,1,1,1,0.5158,0.292,0,1,0.6211,1,1,1,0.2951,0.6211,0,1,1,1,1,1,0.287796199,0,0.999675751,1,1,1,1,1,0.614007771,0,1,1,1,1,1,1,0.428371191,0,0.451184147,0.451237571,0.451241135
-795,1,0.3541,1,1,1,1,1,1,1,1,0.2412,0.3541,0,1,0.2919,1,1,1,1,1,1,0.3481,0.2919,0,1,0.6209,1,1,1,0.3276,0.6209,0,1,1,1,1,1,0.231116414,0,0.925075769,1,1,1,1,1,0.428339601,0,1,1,1,1,1,1,0.47630775,0,0.452090382,0.452083774,0.45212766
-796,1,0.354,1,1,1,1,1,1,1,1,0.3107,0.354,0,1,0.2918,1,1,1,1,1,1,0.2595,0.2918,0,1,0.6208,1,1,1,0.4021,0.6208,0,1,1,1,1,1,0.247458607,0,1,1,1,1,1,1,0.343908995,0,1,1,1,1,1,1,0.594658077,0,0.466046399,0.466046118,0.466312057
-797,1,0.3538,1,1,1,1,1,1,1,1,0.2331,0.3538,0,1,0.2917,1,1,1,1,1,1,0.3978,0.2917,0,1,0.6206,1,1,1,0.4368,0.6206,0,1,1,1,1,1,0.244129777,0,0.902260423,1,1,1,1,1,0.460561693,0,1,1,1,1,1,1,0.664610445,0,0.511237313,0.51110641,0.51108156
-798,1,0.3537,1,1,1,1,1,1,1,1,0.2189,0.3537,0,1,0.2916,1,1,1,1,1,1,0.3029,0.2916,0,1,0.6204,1,1,1,0.4581,0.6204,0,1,1,1,1,1,0.184182227,0,0.835264206,1,1,1,1,1,0.297472179,0,1,1,1,1,1,1,0.710611522,0,0.594610923,0.594668923,0.594858156
-799,1,0.3535,1,1,1,1,1,1,1,1,0.2299,0.3535,0,1,0.2915,1,1,1,1,1,1,0.2191,0.2915,0,1,0.6202,1,1,1,0.37,0.6202,0,1,1,1,1,1,0.225504801,0,0.67254287,1,1,1,1,1,0.198571995,0,0.926411092,1,1,1,1,1,0.622478068,0,0.635633156,0.635709752,0.635638298
-800,1,0.3534,1,1,1,1,1,1,1,1,0.2891,0.3534,0.2753,1,0.2914,1,1,1,1,1,1,0.3339,0.2914,0.2852,1,0.6201,1,1,1,0.5172,0.6201,0.2222,1,1,1,1,1,0.287564903,0.550591052,0.565490961,1,1,1,1,1,0.29392606,0.535572886,0.735062361,1,1,1,1,1,0.774337292,0.488184839,0.640647656,0.640786968,0.640957447
-801,1,0.3532,1,1,1,1,1,1,1,1,0.2375,0.3532,0.4988,1,0.2913,1,1,1,1,1,1,0.4184,0.2913,0.5084,1,0.6199,1,1,1,0.3984,0.6199,0.3733,1,1,1,1,1,0.227531835,0.825124741,0.503312111,1,1,1,1,1,0.394023865,0.816006422,0.869518399,1,1,1,1,1,0.638944924,0.723017454,0.639137264,0.639094563,0.639184397
-802,1,0.3531,1,1,1,1,1,1,1,1,0.1947,0.3531,0.6555,1,0.2912,1,1,1,1,1,1,0.4496,0.2912,0.6649,1,0.6197,1,1,1,0.3475,0.6197,0.4894,1,1,1,1,1,0.193130091,0.968725562,0.397825956,1,1,1,1,1,0.443158627,0.967505455,0.512563586,1,1,1,1,1,0.539852619,0.87814343,0.637626873,0.637825259,0.63785461
-803,1,0.3529,1,1,1,1,1,1,1,1,0.1596,0.3529,0.727,1,0.2911,1,1,1,1,1,1,0.4542,0.2911,0.739,1,0.6195,1,1,1,0.3008,0.6195,0.6147,1,1,1,1,1,0.184616253,0.997696698,0.467158616,1,1,1,1,1,0.424032271,1,0.436321497,1,1,1,1,1,0.458831966,0.96494925,0.631464476,0.631478739,0.631648936
-804,1,0.3528,1,1,1,1,1,1,1,1,0.2111,0.3528,0.7355,1,0.2909,1,1,1,1,1,1,0.4211,0.2909,0.7491,1,0.6194,1,1,1,0.231,0.6194,0.674,1,1,1,1,1,0.253531963,1,0.465070426,1,1,1,1,1,0.374708116,1,0.454321802,1,1,1,1,1,0.350636512,0.939557195,0.6199855,0.619843453,0.620124113
-805,1,0.3526,1,1,1,1,1,1,1,1,0.2691,0.3526,0.7286,1,0.2908,1,1,1,1,1,1,0.3076,0.2908,0.7427,1,0.6192,1,1,1,0.3002,0.6192,0.6074,1,1,1,1,1,0.365109563,0.997563839,0.527628541,1,1,1,1,1,0.27788797,1,0.467457116,1,1,1,1,1,0.471201092,0.879588604,0.612252296,0.612227629,0.61214539
-806,1,0.3525,1,1,1,1,1,1,1,1,0.3164,0.3525,0.6589,1,0.2907,1,1,1,1,1,1,0.3027,0.2907,0.6855,1,0.619,1,1,1,0.3104,0.619,0.5635,1,1,1,1,1,0.383451283,0.974974573,0.402595043,1,1,1,1,1,0.29648748,0.98572433,0.433334589,1,1,1,1,1,0.492583811,0.906751275,0.602767037,0.602707849,0.602836879
-807,1,0.3523,1,1,1,1,1,1,1,1,0.2354,0.3523,0.4977,1,0.2906,1,1,1,1,1,1,0.2465,0.2906,0.5306,1,0.6188,1,1,1,0.2295,0.6188,0.4017,1,1,1,1,1,0.262180358,0.810561597,0.319198489,1,1,1,1,1,0.253713667,0.845061898,0.376916498,1,1,1,1,1,0.394755781,0.779628754,0.599565007,0.599746139,0.599734043
-808,1,0.3522,1,1,1,1,1,1,1,1,0.216,0.3522,0.2796,1,0.2905,1,1,1,1,1,1,0.2435,0.2905,0.3169,1,0.6187,1,1,1,0.1604,0.6187,0.1843,1,1,1,1,1,0.237569928,0.552969933,0.186368495,1,1,1,1,1,0.245726928,0.586941719,0.370740831,1,1,1,1,1,0.321599871,0.4947671,0.617448043,0.617516395,0.617464539
-809,1,0.352,1,1,1,1,1,1,1,1,0.1181,0.352,0,1,0.2904,1,1,1,1,1,1,0.0876,0.2904,0.0002,1,0.6185,1,1,1,0.2637,0.6185,0,1,1,1,1,1,0.154034868,0,0.095573373,1,1,1,1,1,0.122582242,0.003754332,0.28421545,1,1,1,1,1,0.539359212,0,0.666868052,0.6668077,0.666666667
-810,1,0.3519,1,1,1,1,1,1,1,1,0.137,0.3519,0,1,0.2903,1,1,1,1,1,1,0.0671,0.2903,0,1,0.6183,1,1,1,0.2786,0.6183,0,1,1,1,1,1,0.210450292,0,0.170891523,1,1,1,1,1,0.104897082,0,0.395336926,1,1,1,1,1,0.582202852,0,0.67357419,0.673577322,0.673758865
-811,1,0.3517,1,1,1,1,1,1,1,1,0.1675,0.3517,0,1,0.2902,1,1,1,1,1,1,0.0428,0.2902,0,1,0.6181,1,1,1,0.1842,0.6181,0,1,1,1,1,1,0.231337026,0,0.261744946,1,1,1,1,1,0.079567641,0,0.522135854,1,1,1,1,1,0.398145735,0,0.656959884,0.656864819,0.656914894
-812,1,0.3516,1,1,1,1,1,1,1,1,0.1272,0.3516,0,1,0.2901,1,1,1,1,1,1,0.0346,0.2901,0,1,0.618,1,1,1,0.1593,0.618,0,1,1,1,1,1,0.160837963,0,0.202107742,1,1,1,1,1,0.056579795,0,0.158446863,1,1,1,1,1,0.235560238,0,0.634847753,0.634651999,0.635195035
-813,1,0.3514,1,1,1,1,1,1,1,1,0.1433,0.3514,0,1,0.29,1,1,1,1,1,1,0.0315,0.29,0,1,0.6178,1,1,1,0.1576,0.6178,0,1,1,1,1,1,0.171566278,0,0.202914476,1,1,1,1,1,0.046720639,0,0.035966493,1,1,1,1,1,0.216202423,0,0.601860802,0.601650095,0.601950355
-814,1,0.3512,1,1,1,1,1,1,1,1,0.2056,0.3512,0,1,0.2898,1,1,1,1,1,1,0.0468,0.2898,0,1,0.6176,1,1,1,0.1383,0.6176,0,1,1,1,1,1,0.206517622,0,0.189484596,1,1,1,1,1,0.070696503,0,0.051558644,1,1,1,1,1,0.183955804,0,0.556851136,0.556801354,0.556737589
-815,1,0.3511,1,1,1,1,1,1,1,1,0.1736,0.3511,0,1,0.2897,1,1,1,1,1,1,0.1015,0.2897,0,1,0.6174,1,1,1,0.1539,0.6174,0,1,1,1,1,1,0.176681399,0,0.352852225,1,1,1,1,1,0.142729834,0,0.143725678,1,1,1,1,1,0.334290475,0,0.508397777,0.508356251,0.508421986
-816,1,0.3509,1,1,1,1,1,1,1,1,0.1804,0.3509,0,1,0.2896,1,1,1,1,1,1,0.166,0.2896,0,1,0.6173,1,1,1,0.162,0.6173,0,1,1,1,1,1,0.186427265,0,0.281211197,1,1,1,1,1,0.208615676,0,0.128578529,1,1,1,1,1,0.369595319,0,0.472631706,0.472604189,0.47251773
-817,1,0.3508,1,1,1,1,1,1,1,1,0.1662,0.3508,0,1,0.2895,1,1,1,1,1,1,0.2032,0.2895,0,1,0.6171,1,1,1,0.1114,0.6171,0,1,1,1,1,1,0.141543105,0,0.24352926,1,1,1,1,1,0.252239645,0,0.276502103,1,1,1,1,1,0.268615037,0,0.45281537,0.452718426,0.453014184
-818,1,0.3506,1,1,1,1,1,1,1,1,0.1975,0.3506,0,1,0.2894,1,1,1,1,1,1,0.218,0.2894,0,1,0.6169,1,1,1,0.0935,0.6169,0,1,1,1,1,1,0.127795607,0,0.551390767,1,1,1,1,1,0.279464722,0,0.622407973,1,1,1,1,1,0.245638654,0,0.441880135,0.441929342,0.441932624
-819,1,0.3505,1,1,1,1,1,1,1,1,0.2276,0.3505,0,1,0.2893,1,1,1,1,1,1,0.233,0.2893,0,1,0.6167,1,1,1,0.1134,0.6167,0,1,1,1,1,1,0.181273267,0,0.639246702,1,1,1,1,1,0.317038506,0,0.581334531,1,1,1,1,1,0.272215456,0,0.437590623,0.437698329,0.4375
-820,1,0.3503,1,1,1,1,1,1,1,1,0.2669,0.3503,0,1,0.2892,1,1,1,1,1,1,0.27,0.2892,0,1,0.6166,1,1,1,0.1904,0.6166,0,1,1,1,1,1,0.244429097,0,0.686047196,1,1,1,1,1,0.390875399,0,0.642005801,1,1,1,1,1,0.330373973,0,0.440913485,0.440871589,0.440602837
-821,1,0.3502,1,1,1,1,1,1,1,1,0.2565,0.3502,0,1,0.2891,1,1,1,1,1,1,0.2033,0.2891,0,1,0.6164,1,1,1,0.226,0.6164,0,1,1,1,1,1,0.259771109,0,0.794963002,1,1,1,1,1,0.304329753,0,0.480959177,1,1,1,1,1,0.291830659,0,0.456863219,0.456737889,0.457003546
-822,1,0.35,1,1,1,1,1,1,1,1,0.191,0.35,0,1,0.289,1,1,1,1,1,1,0.2361,0.289,0,1,0.6162,1,1,1,0.2889,0.6162,0,1,1,1,1,1,0.236181334,0,0.556034267,1,1,1,1,1,0.339219898,0,0.283207864,1,1,1,1,1,0.351346254,0,0.488279362,0.488258938,0.488475177
-823,1,0.3499,1,1,1,1,1,1,1,1,0.2067,0.3499,0,1,0.2889,1,1,1,1,1,1,0.2096,0.2889,0,1,0.616,1,1,1,0.2231,0.616,0,1,1,1,1,1,0.188757405,0,0.737434208,1,1,1,1,1,0.298683941,0,0.633132994,1,1,1,1,1,0.285051942,0,0.520541324,0.52062619,0.520833333
-824,1,0.3497,1,1,1,1,1,1,1,1,0.2028,0.3497,0.2573,1,0.2887,1,1,1,1,1,1,0.1707,0.2887,0.2491,1,0.6158,1,1,1,0.277,0.6158,0.2179,1,1,1,1,1,0.236170962,0.460373342,0.82946074,1,1,1,1,1,0.187391132,0.41150254,0.628424644,1,1,1,1,1,0.510358453,0.426907063,0.554615756,0.554685847,0.554964539
-825,1,0.3496,1,1,1,1,1,1,1,1,0.1655,0.3496,0.4428,1,0.2886,1,1,1,1,1,1,0.1428,0.2886,0.4212,1,0.6157,1,1,1,0.1817,0.6157,0.4377,1,1,1,1,1,0.150341004,0.712262988,0.899591923,1,1,1,1,1,0.133782476,0.644474685,0.619172275,1,1,1,1,1,0.330415368,0.684625208,0.575398743,0.575417813,0.575797872
-826,1,0.3494,1,1,1,1,1,1,1,1,0.2659,0.3494,0.5817,1,0.2885,1,1,1,1,1,1,0.398,0.2885,0.565,1,0.6155,1,1,1,0.2194,0.6155,0.5688,1,1,1,1,1,0.258907408,0.809171498,0.853770852,1,1,1,1,1,0.350717634,0.803192556,0.431081176,1,1,1,1,1,0.325391978,0.830927074,0.582467376,0.582610535,0.582446809
-827,1,0.3493,1,1,1,1,1,1,1,1,0.2453,0.3493,0.5987,1,0.2884,1,1,1,1,1,1,0.5621,0.2884,0.6201,1,0.6153,1,1,1,0.2477,0.6153,0.5992,1,1,1,1,1,0.283280671,0.85270822,0.646825612,1,1,1,1,1,0.471854299,0.840317607,0.371200025,1,1,1,1,1,0.376242936,0.963212609,0.577996617,0.577956421,0.578014184
-828,1,0.3491,1,1,1,1,1,1,1,1,0.2446,0.3491,0.6564,1,0.2883,1,1,1,1,1,1,0.4415,0.2883,0.6135,1,0.6151,1,1,1,0.3111,0.6151,0.6509,1,1,1,1,1,0.273270667,0.911302209,0.369567186,1,1,1,1,1,0.391232908,0.816644371,0.242984816,1,1,1,1,1,0.489652574,0.98288697,0.568450942,0.568436641,0.568705674
-829,1,0.349,1,1,1,1,1,1,1,1,0.226,0.349,0.6124,1,0.2882,1,1,1,1,1,1,0.3494,0.2882,0.5587,1,0.615,1,1,1,0.2731,0.615,0.666,1,1,1,1,1,0.253780514,0.836064219,0.140949965,1,1,1,1,1,0.315298557,0.813836873,0.103268854,1,1,1,1,1,0.432372004,0.995891333,0.556488642,0.556589803,0.556737589
-830,1,0.3488,1,1,1,1,1,1,1,1,0.1888,0.3488,0.5068,1,0.2881,1,1,1,1,1,1,0.4235,0.2881,0.5271,1,0.6148,1,1,1,0.3021,0.6148,0.6132,1,1,1,1,1,0.230576187,0.759458184,0.335208744,1,1,1,1,1,0.356083214,0.776669323,0.15858981,1,1,1,1,1,0.428593785,0.920336485,0.5489971,0.548973979,0.549202128
-831,1,0.3487,1,1,1,1,1,1,1,1,0.157,0.3487,0.4084,1,0.288,1,1,1,1,1,1,0.4151,0.288,0.3826,1,0.6146,1,1,1,0.2923,0.6146,0.4604,1,1,1,1,1,0.223688602,0.676817715,0.551024437,1,1,1,1,1,0.354273677,0.57527405,0.182983503,1,1,1,1,1,0.411392301,0.759069204,0.549661672,0.549820182,0.54964539
-832,1,0.3485,1,1,1,1,1,1,1,1,0.1292,0.3485,0.2368,1,0.2879,1,1,1,1,1,1,0.2194,0.2879,0.213,1,0.6144,1,1,1,0.3571,0.6144,0.239,1,1,1,1,1,0.180839539,0.492759377,0.602906704,1,1,1,1,1,0.209992796,0.383338153,0.146773562,1,1,1,1,1,0.541352153,0.494016945,0.571290478,0.57139835,0.571365248
-833,1,0.3484,1,1,1,1,1,1,1,1,0.0989,0.3484,0,1,0.2878,1,1,1,1,1,1,0.106,0.2878,0,1,0.6143,1,1,1,0.4468,0.6143,0,1,1,1,1,1,0.189725265,0,0.447923183,1,1,1,1,1,0.107788622,0,0.066135868,1,1,1,1,1,0.659112215,0,0.626449976,0.626401523,0.62677305
-834,1,0.3482,1,1,1,1,1,1,1,1,0.1215,0.3482,0,1,0.2877,1,1,1,1,1,1,0.0704,0.2877,0,1,0.6141,1,1,1,0.4554,0.6141,0,1,1,1,1,1,0.215308055,0,0.116892323,1,1,1,1,1,0.112563796,0,0.064659432,1,1,1,1,1,0.706642568,0,0.638472692,0.638459911,0.638741135
-835,1,0.3481,1,1,1,1,1,1,1,1,0.0708,0.3481,0,1,0.2875,1,1,1,1,1,1,0.0673,0.2875,0,1,0.6139,1,1,1,0.2964,0.6139,0,1,1,1,1,1,0.095725782,0,0.076190785,1,1,1,1,1,0.11805065,0,0.125782728,1,1,1,1,1,0.498981714,0,0.623731271,0.623651365,0.624113475
-836,1,0.3479,1,1,1,1,1,1,1,1,0.1338,0.3479,0,1,0.2874,1,1,1,1,1,1,0.0646,0.2874,0,1,0.6137,1,1,1,0.2663,0.6137,0,1,1,1,1,1,0.118272997,0,0.233428583,1,1,1,1,1,0.144602031,0,0.103449479,1,1,1,1,1,0.504814029,0,0.606150314,0.606092659,0.606382979
-837,1,0.3477,1,1,1,1,1,1,1,1,0.0713,0.3477,0,1,0.2873,1,1,1,1,1,1,0.0594,0.2873,0,1,0.6136,1,1,1,0.2632,0.6136,0,1,1,1,1,1,0.084747814,0,0.343013287,1,1,1,1,1,0.110897079,0,0.400012612,1,1,1,1,1,0.579486549,0,0.579325761,0.579437275,0.579343972
-838,1,0.3476,1,1,1,1,1,1,1,1,0.1374,0.3476,0,1,0.2872,1,1,1,1,1,1,0.0433,0.2872,0,1,0.6134,1,1,1,0.3004,0.6134,0,1,1,1,1,1,0.123605423,0,0.184366614,1,1,1,1,1,0.104109451,0,0.381395578,1,1,1,1,1,0.613389611,0,0.543559691,0.543685213,0.543882979
-839,1,0.3474,1,1,1,1,1,1,1,1,0.1337,0.3474,0,1,0.2871,1,1,1,1,1,1,0,0.2871,0,1,0.6132,1,1,1,0.3288,0.6132,0,1,1,1,1,1,0.105448969,0,0.225676388,1,1,1,1,1,0.042924725,0,0.252165437,1,1,1,1,1,0.622210026,0,0.50598115,0.506029194,0.506205674
-840,1,0.3473,1,1,1,1,1,1,1,1,0.1238,0.3473,0,1,0.287,1,1,1,1,1,1,0,0.287,0,1,0.613,1,1,1,0.3566,0.613,0,1,1,1,1,1,0.089078993,0,0.345335156,1,1,1,1,1,0.014412494,0,0.162546873,1,1,1,1,1,0.563840568,0,0.475894152,0.475777449,0.47606383
-841,1,0.3471,1,1,1,1,1,1,1,1,0.1302,0.3471,0,1,0.2869,1,1,1,1,1,1,0.0069,0.2869,0,1,0.6129,1,1,1,0.3586,0.6129,0,1,1,1,1,1,0.117024496,0,0.391366065,1,1,1,1,1,0.039288551,0,0.24222514,1,1,1,1,1,0.534364223,0,0.458856936,0.458853395,0.458776596
-842,1,0.347,1,1,1,1,1,1,1,1,0.1362,0.347,0,1,0.2868,1,1,1,1,1,1,0.0183,0.2868,0,1,0.6127,1,1,1,0.3681,0.6127,0,1,1,1,1,1,0.118824854,0,0.553888798,1,1,1,1,1,0.059918709,0,0.830320418,1,1,1,1,1,0.514667571,0,0.450882069,0.45081447,0.451241135
-843,1,0.3468,1,1,1,1,1,1,1,1,0.1338,0.3468,0,1,0.2867,1,1,1,1,1,1,0.0036,0.2867,0,1,0.6125,1,1,1,0.3488,0.6125,0,1,1,1,1,1,0.111476235,0,0.491337121,1,1,1,1,1,0.022630405,0,0.957851589,1,1,1,1,1,0.48230046,0,0.448646689,0.448698963,0.449024823
-844,1,0.3467,1,1,1,1,1,1,1,1,0.1287,0.3467,0,1,0.2866,1,1,1,1,1,1,0.0093,0.2866,0,1,0.6123,1,1,1,0.3451,0.6123,0,1,1,1,1,1,0.097801648,0,0.427437663,1,1,1,1,1,0.037658282,0,0.838200331,1,1,1,1,1,0.440921515,0,0.452150797,0.452083774,0.45212766
-845,1,0.3465,1,1,1,1,1,1,1,1,0.1538,0.3465,0,1,0.2864,1,1,1,1,1,1,0.0075,0.2864,0,1,0.6122,1,1,1,0.4285,0.6122,0,1,1,1,1,1,0.141445696,0,0.340255171,1,1,1,1,1,0.029856095,0,0.514610529,1,1,1,1,1,0.55461657,0,0.465321411,0.465411466,0.465425532
-846,1,0.3464,1,1,1,1,1,1,1,1,0.1,0.3464,0,1,0.2863,1,1,1,1,1,1,0,0.2863,0,1,0.612,1,1,1,0.3794,0.612,0,1,1,1,1,1,0.085419931,0,0.429540783,1,1,1,1,1,0.003638875,0,0.399053693,1,1,1,1,1,0.582363784,0,0.487252296,0.487201185,0.48714539
-847,1,0.3462,1,1,1,1,1,1,1,1,0.0843,0.3462,0,1,0.2862,1,1,1,1,1,1,0,0.2862,0,1,0.6118,1,1,1,0.2214,0.6118,0,1,1,1,1,1,0.068729863,0,0.727027893,1,1,1,1,1,0.006751534,0,0.320848674,1,1,1,1,1,0.552599251,0,0.514137264,0.514068119,0.514184397
-848,1,0.3461,1,1,1,1,1,1,1,1,0.0517,0.3461,0.2891,1,0.2861,1,1,1,1,1,1,0,0.2861,0.268,1,0.6116,1,1,1,0.373,0.6116,0.2526,1,1,1,1,1,0.032762598,0.559990883,0.439785004,1,1,1,1,1,0.008029918,0.498138011,0.245589018,1,1,1,1,1,0.678423524,0.563844919,0.549661672,0.549820182,0.54964539
-849,1,0.3459,1,1,1,1,1,1,1,1,0.0273,0.3459,0.5073,1,0.286,1,1,1,1,1,1,0,0.286,0.5038,1,0.6115,1,1,1,0.2296,0.6115,0.4753,1,1,1,1,1,0.00369777,0.828204632,0.227832958,1,1,1,1,1,0.002756852,0.805535793,0.189753145,1,1,1,1,1,0.46848011,0.8287853,0.572438376,0.572456103,0.572695035
-850,1,0.3458,1,1,1,1,1,1,1,1,0.021,0.3458,0.6627,1,0.2859,1,1,1,1,1,1,0,0.2859,0.6629,1,0.6113,1,1,1,0.1883,0.6113,0.6362,1,1,1,1,1,0.002533805,0.968664467,0.142831534,1,1,1,1,1,0.009650202,0.957534432,0.117912307,1,1,1,1,1,0.305383831,0.964415908,0.581923635,0.581764333,0.582003546
-851,1,0.3456,1,1,1,1,1,1,1,1,0.0086,0.3456,0.7274,1,0.2858,1,1,1,1,1,1,0,0.2858,0.7289,1,0.6111,1,1,1,0.1326,0.6111,0.6977,1,1,1,1,1,0.001343728,1,0.10869509,1,1,1,1,1,0.001418007,0.999038279,0.055679325,1,1,1,1,1,0.155464932,0.998545766,0.585125665,0.585149143,0.585106383
-852,1,0.3455,1,1,1,1,1,1,1,1,0.0026,0.3455,0.7364,1,0.2857,1,1,1,1,1,1,0,0.2857,0.7458,1,0.6109,1,1,1,0.159,0.6109,0.7077,1,1,1,1,1,0.001844888,1,0.072744042,1,1,1,1,1,0.004862037,1,0.067545027,1,1,1,1,1,0.266074628,1,0.582709038,0.582822086,0.582890071
-853,1,0.3453,1,1,1,1,1,1,1,1,0.0085,0.3453,0.7298,1,0.2856,1,1,1,1,1,1,0.0234,0.2856,0.7384,1,0.6108,1,1,1,0.2519,0.6108,0.6917,1,1,1,1,1,0.017535098,1,0.022759173,1,1,1,1,1,0.034208026,1,0.026721729,1,1,1,1,1,0.466025144,0.999994397,0.574492508,0.57457161,0.574468085
-854,1,0.3452,1,1,1,1,1,1,1,1,0.0239,0.3452,0.6666,1,0.2855,1,1,1,1,1,1,0.0506,0.2855,0.6868,1,0.6106,1,1,1,0.1972,0.6106,0.6104,1,1,1,1,1,0.042058464,0.977776766,0.002403918,1,1,1,1,1,0.048270788,0.987263799,0,1,1,1,1,1,0.427839428,0.948432624,0.568632189,0.568648191,0.568705674
-855,1,0.345,1,1,1,1,1,1,1,1,0.0313,0.345,0.508,1,0.2853,1,1,1,1,1,1,0.1276,0.2853,0.5375,1,0.6104,1,1,1,0.2052,0.6104,0.4583,1,1,1,1,1,0.06331417,0.841757059,0.000469796,1,1,1,1,1,0.106572866,0.857233703,0,1,1,1,1,1,0.487281531,0.798542261,0.571773804,0.571821451,0.571808511
-856,1,0.3449,1,1,1,1,1,1,1,1,0.0467,0.3449,0.2905,1,0.2852,1,1,1,1,1,1,0.1355,0.2852,0.3275,1,0.6102,1,1,1,0.1815,0.6102,0.2207,1,1,1,1,1,0.087024055,0.586571217,0.002594088,1,1,1,1,1,0.108025193,0.614912093,0,1,1,1,1,1,0.473844349,0.525247097,0.596725471,0.59678443,0.597074468
-857,1,0.3447,1,1,1,1,1,1,1,1,0.0943,0.3447,0,1,0.2851,1,1,1,1,1,1,0.2339,0.2851,0.0084,1,0.61,1,1,1,0.1914,0.61,0,1,1,1,1,1,0.179989189,0,0.020382648,1,1,1,1,1,0.204743609,0.123265848,0.053870682,1,1,1,1,1,0.542647839,0,0.65019333,0.650095198,0.650265957
-858,1,0.3445,1,1,1,1,1,1,1,1,0.1309,0.3445,0,1,0.285,1,1,1,1,1,1,0.1358,0.285,0,1,0.6099,1,1,1,0.2341,0.6099,0,1,1,1,1,1,0.243733898,0,0.066605665,1,1,1,1,1,0.154349297,0,0.152911514,1,1,1,1,1,0.645147681,0,0.641614306,0.641633171,0.641843972
-859,1,0.3444,1,1,1,1,1,1,1,1,0.0999,0.3444,0,1,0.2849,1,1,1,1,1,1,0.1261,0.2849,0,1,0.6097,1,1,1,0.3084,0.6097,0,1,1,1,1,1,0.143719301,0,0.045102619,1,1,1,1,1,0.160438299,0,0.104438744,1,1,1,1,1,0.582486331,0,0.61037941,0.610535223,0.61037234
-860,1,0.3442,1,1,1,1,1,1,1,1,0.1963,0.3442,0,1,0.2848,1,1,1,1,1,1,0.2141,0.2848,0,1,0.6095,1,1,1,0.2774,0.6095,0,1,1,1,1,1,0.292737603,0,0.062908851,1,1,1,1,1,0.22821632,0,0.23796232,1,1,1,1,1,0.506457984,0,0.594610923,0.594668923,0.594858156
-861,1,0.3441,1,1,1,1,1,1,1,1,0.1694,0.3441,0,1,0.2847,1,1,1,1,1,1,0.235,0.2847,0,1,0.6093,1,1,1,0.2634,0.6093,0,1,1,1,1,1,0.313496947,0,0.02836982,1,1,1,1,1,0.233154789,0,0.158601314,1,1,1,1,1,0.594888866,0,0.568934268,0.568859742,0.569148936
-862,1,0.3439,1,1,1,1,1,1,1,1,0.1844,0.3439,0,1,0.2846,1,1,1,1,1,1,0.2489,0.2846,0,1,0.6092,1,1,1,0.3102,0.6092,0,1,1,1,1,1,0.339334935,0,0.040908046,1,1,1,1,1,0.242684647,0,0.189613894,1,1,1,1,1,0.656316519,0,0.549359594,0.549397081,0.54964539
-863,1,0.3438,1,1,1,1,1,1,1,1,0.1828,0.3438,0,1,0.2845,1,1,1,1,1,1,0.224,0.2845,0,1,0.609,1,1,1,0.4361,0.609,0,1,1,1,1,1,0.280231357,0,0.062880099,1,1,1,1,1,0.224786684,0,0.229880109,1,1,1,1,1,0.72626847,0,0.504289512,0.504336789,0.504432624
-864,1,0.3436,1,1,1,1,1,1,1,1,0.157,0.3436,0,1,0.2844,1,1,1,1,1,1,0.1175,0.2844,0,1,0.6088,1,1,1,0.4127,0.6088,0,1,1,1,1,1,0.217731684,0,0.08453732,1,1,1,1,1,0.103881255,0,0.178353414,1,1,1,1,1,0.738749683,0,0.470517158,0.470488682,0.470301418
-865,1,0.3435,1,1,1,1,1,1,1,1,0.1917,0.3435,0,1,0.2842,1,1,1,1,1,1,0.1444,0.2842,0,1,0.6086,1,1,1,0.4573,0.6086,0,1,1,1,1,1,0.322006822,0,0.190398842,1,1,1,1,1,0.118003353,0,0.114973046,1,1,1,1,1,0.790799856,0,0.454507008,0.454622382,0.454787234
-866,1,0.3433,1,1,1,1,1,1,1,1,0.2377,0.3433,0,1,0.2841,1,1,1,1,1,1,0.224,0.2841,0,1,0.6085,1,1,1,0.4732,0.6085,0,1,1,1,1,1,0.434507161,0,0.266363323,1,1,1,1,1,0.213176996,0,0.076398179,1,1,1,1,1,0.843530893,0,0.448707105,0.448698963,0.449024823
-867,1,0.3432,1,1,1,1,1,1,1,1,0.2793,0.3432,0,1,0.284,1,1,1,1,1,1,0.3452,0.284,0,1,0.6083,1,1,1,0.5226,0.6083,0,1,1,1,1,1,0.448220879,0,0.196252823,1,1,1,1,1,0.347487897,0,0.095417023,1,1,1,1,1,0.845435321,0,0.450338328,0.450391369,0.45035461
-868,1,0.343,1,1,1,1,1,1,1,1,0.3921,0.343,0,1,0.2839,1,1,1,1,1,1,0.3049,0.2839,0,1,0.6081,1,1,1,0.5124,0.6081,0,1,1,1,1,1,0.498054385,0,0.246389389,1,1,1,1,1,0.319264442,0,0.183113351,1,1,1,1,1,0.812508643,0,0.464656839,0.464776814,0.464539007
-869,1,0.3429,1,1,1,1,1,1,1,1,0.4844,0.3429,0,1,0.2838,1,1,1,1,1,1,0.